@seamapi/types - v1.684.0
    Preparing search index...

    Variable acs_access_groupConst

    acs_access_group: ZodObject<
        {
            access_group_type: ZodEnum<
                [
                    "pti_unit",
                    "pti_access_level",
                    "salto_ks_access_group",
                    "brivo_group",
                    "salto_space_group",
                    "dormakaba_community_access_group",
                    "dormakaba_ambiance_access_group",
                ],
            >;
            access_group_type_display_name: ZodString;
            acs_access_group_id: ZodString;
            acs_system_id: ZodString;
            connected_account_id: ZodString;
            created_at: ZodString;
            display_name: ZodString;
            external_type: ZodEnum<
                [
                    "pti_unit",
                    "pti_access_level",
                    "salto_ks_access_group",
                    "brivo_group",
                    "salto_space_group",
                    "dormakaba_community_access_group",
                    "dormakaba_ambiance_access_group",
                ],
            >;
            external_type_display_name: ZodString;
            name: ZodString;
            warnings: ZodArray<
                ZodUnion<
                    [
                        ZodObject<
                            { created_at: ZodString; message: ZodString } & {
                                warning_code: ZodLiteral<"unknown_issue_with_acs_access_group">;
                            },
                            "strip",
                            ZodTypeAny,
                            {
                                created_at: string;
                                message: string;
                                warning_code: "unknown_issue_with_acs_access_group";
                            },
                            {
                                created_at: string;
                                message: string;
                                warning_code: "unknown_issue_with_acs_access_group";
                            },
                        >,
                        ZodObject<
                            { created_at: ZodString; message: ZodString } & {
                                warning_code: ZodLiteral<"being_deleted">;
                            },
                            "strip",
                            ZodTypeAny,
                            { created_at: string; message: string; warning_code: "being_deleted" },
                            { created_at: string; message: string; warning_code: "being_deleted" },
                        >,
                    ],
                >,
                "many",
            >;
            workspace_id: ZodString;
        } & { is_managed: ZodLiteral<true> },
        "strip",
        ZodTypeAny,
        {
            access_group_type:
                | "pti_unit"
                | "pti_access_level"
                | "salto_ks_access_group"
                | "brivo_group"
                | "salto_space_group"
                | "dormakaba_community_access_group"
                | "dormakaba_ambiance_access_group";
            access_group_type_display_name: string;
            acs_access_group_id: string;
            acs_system_id: string;
            connected_account_id: string;
            created_at: string;
            display_name: string;
            external_type: | "pti_unit"
            | "pti_access_level"
            | "salto_ks_access_group"
            | "brivo_group"
            | "salto_space_group"
            | "dormakaba_community_access_group"
            | "dormakaba_ambiance_access_group";
            external_type_display_name: string;
            is_managed: true;
            name: string;
            warnings: (
                | {
                    created_at: string;
                    message: string;
                    warning_code: "unknown_issue_with_acs_access_group";
                }
                | { created_at: string; message: string; warning_code: "being_deleted" }
            )[];
            workspace_id: string;
        },
        {
            access_group_type: | "pti_unit"
            | "pti_access_level"
            | "salto_ks_access_group"
            | "brivo_group"
            | "salto_space_group"
            | "dormakaba_community_access_group"
            | "dormakaba_ambiance_access_group";
            access_group_type_display_name: string;
            acs_access_group_id: string;
            acs_system_id: string;
            connected_account_id: string;
            created_at: string;
            display_name: string;
            external_type: | "pti_unit"
            | "pti_access_level"
            | "salto_ks_access_group"
            | "brivo_group"
            | "salto_space_group"
            | "dormakaba_community_access_group"
            | "dormakaba_ambiance_access_group";
            external_type_display_name: string;
            is_managed: true;
            name: string;
            warnings: (
                | {
                    created_at: string;
                    message: string;
                    warning_code: "unknown_issue_with_acs_access_group";
                }
                | { created_at: string; message: string; warning_code: "being_deleted" }
            )[];
            workspace_id: string;
        },
    > = ...