@seamapi/types 1.544.0 → 1.545.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +6 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +32 -32
- package/dist/index.cjs +6 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +40 -40
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
|
@@ -7,7 +7,7 @@ export declare const acs_location: z.ZodObject<{
|
|
|
7
7
|
}, {
|
|
8
8
|
time_zone: string | null;
|
|
9
9
|
}>;
|
|
10
|
-
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>;
|
|
10
|
+
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>;
|
|
11
11
|
export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>;
|
|
12
12
|
declare const _acs_system_error_map: z.ZodObject<{
|
|
13
13
|
seam_bridge_disconnected: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -250,7 +250,7 @@ export declare const acs_system: z.ZodObject<{
|
|
|
250
250
|
acs_system_id: z.ZodString;
|
|
251
251
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
252
252
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
253
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
253
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
254
254
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
255
255
|
is_credential_manager: z.ZodBoolean;
|
|
256
256
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -266,7 +266,7 @@ export declare const acs_system: z.ZodObject<{
|
|
|
266
266
|
system_id: string;
|
|
267
267
|
lan_address: string;
|
|
268
268
|
}>>;
|
|
269
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
269
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
270
270
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
271
271
|
location: z.ZodObject<{
|
|
272
272
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -465,12 +465,12 @@ export declare const acs_system: z.ZodObject<{
|
|
|
465
465
|
system_id: string;
|
|
466
466
|
lan_address: string;
|
|
467
467
|
} | undefined;
|
|
468
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
468
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
469
469
|
external_type_display_name?: string | undefined;
|
|
470
470
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
471
471
|
acs_user_count?: number | undefined;
|
|
472
472
|
acs_access_group_count?: number | undefined;
|
|
473
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
473
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
474
474
|
system_type_display_name?: string | undefined;
|
|
475
475
|
}, {
|
|
476
476
|
name: string;
|
|
@@ -530,12 +530,12 @@ export declare const acs_system: z.ZodObject<{
|
|
|
530
530
|
system_id: string;
|
|
531
531
|
lan_address: string;
|
|
532
532
|
} | undefined;
|
|
533
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
533
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
534
534
|
external_type_display_name?: string | undefined;
|
|
535
535
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
536
536
|
acs_user_count?: number | undefined;
|
|
537
537
|
acs_access_group_count?: number | undefined;
|
|
538
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
538
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
539
539
|
system_type_display_name?: string | undefined;
|
|
540
540
|
}>;
|
|
541
541
|
export type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;AAClD,+EAA+E;AAC/E,4CAA4C;CAC7C,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,0HAA0H,CAC3H;CACJ,CAAC,CAAA;AAEF,oEAAoE;AACpE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7C,UAAU;IACV,UAAU;IACV,eAAe;IACf,oBAAoB;IACpB,eAAe;IACf,qCAAqC;IACrC,mBAAmB;IACnB,+BAA+B;IAC/B,gBAAgB;IAChB,0BAA0B;IAC1B,yBAAyB;IACzB,kCAAkC;IAClC,mBAAmB;IACnB,sCAAsC;
|
|
1
|
+
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
|
|
@@ -4730,7 +4730,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4730
4730
|
acs_system_id: z.ZodString;
|
|
4731
4731
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
4732
4732
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
4733
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
4733
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
4734
4734
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4735
4735
|
is_credential_manager: z.ZodBoolean;
|
|
4736
4736
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4746,7 +4746,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4746
4746
|
system_id: string;
|
|
4747
4747
|
lan_address: string;
|
|
4748
4748
|
}>>;
|
|
4749
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
4749
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
4750
4750
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4751
4751
|
location: z.ZodObject<{
|
|
4752
4752
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -4945,12 +4945,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4945
4945
|
system_id: string;
|
|
4946
4946
|
lan_address: string;
|
|
4947
4947
|
} | undefined;
|
|
4948
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
4948
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
4949
4949
|
external_type_display_name?: string | undefined;
|
|
4950
4950
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
4951
4951
|
acs_user_count?: number | undefined;
|
|
4952
4952
|
acs_access_group_count?: number | undefined;
|
|
4953
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
4953
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
4954
4954
|
system_type_display_name?: string | undefined;
|
|
4955
4955
|
}, {
|
|
4956
4956
|
name: string;
|
|
@@ -5010,12 +5010,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5010
5010
|
system_id: string;
|
|
5011
5011
|
lan_address: string;
|
|
5012
5012
|
} | undefined;
|
|
5013
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
5013
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
5014
5014
|
external_type_display_name?: string | undefined;
|
|
5015
5015
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5016
5016
|
acs_user_count?: number | undefined;
|
|
5017
5017
|
acs_access_group_count?: number | undefined;
|
|
5018
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
5018
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
5019
5019
|
system_type_display_name?: string | undefined;
|
|
5020
5020
|
}>, "many">>;
|
|
5021
5021
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5863,12 +5863,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5863
5863
|
system_id: string;
|
|
5864
5864
|
lan_address: string;
|
|
5865
5865
|
} | undefined;
|
|
5866
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
5866
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
5867
5867
|
external_type_display_name?: string | undefined;
|
|
5868
5868
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5869
5869
|
acs_user_count?: number | undefined;
|
|
5870
5870
|
acs_access_group_count?: number | undefined;
|
|
5871
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
5871
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
5872
5872
|
system_type_display_name?: string | undefined;
|
|
5873
5873
|
}[] | undefined;
|
|
5874
5874
|
}, {
|
|
@@ -6716,12 +6716,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6716
6716
|
system_id: string;
|
|
6717
6717
|
lan_address: string;
|
|
6718
6718
|
} | undefined;
|
|
6719
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
6719
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6720
6720
|
external_type_display_name?: string | undefined;
|
|
6721
6721
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6722
6722
|
acs_user_count?: number | undefined;
|
|
6723
6723
|
acs_access_group_count?: number | undefined;
|
|
6724
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
6724
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6725
6725
|
system_type_display_name?: string | undefined;
|
|
6726
6726
|
}[] | undefined;
|
|
6727
6727
|
}>;
|
|
@@ -11566,7 +11566,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11566
11566
|
acs_system_id: z.ZodString;
|
|
11567
11567
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
11568
11568
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
11569
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
11569
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
11570
11570
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
11571
11571
|
is_credential_manager: z.ZodBoolean;
|
|
11572
11572
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -11582,7 +11582,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11582
11582
|
system_id: string;
|
|
11583
11583
|
lan_address: string;
|
|
11584
11584
|
}>>;
|
|
11585
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
11585
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
11586
11586
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
11587
11587
|
location: z.ZodObject<{
|
|
11588
11588
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -11781,12 +11781,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11781
11781
|
system_id: string;
|
|
11782
11782
|
lan_address: string;
|
|
11783
11783
|
} | undefined;
|
|
11784
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
11784
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
11785
11785
|
external_type_display_name?: string | undefined;
|
|
11786
11786
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
11787
11787
|
acs_user_count?: number | undefined;
|
|
11788
11788
|
acs_access_group_count?: number | undefined;
|
|
11789
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
11789
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
11790
11790
|
system_type_display_name?: string | undefined;
|
|
11791
11791
|
}, {
|
|
11792
11792
|
name: string;
|
|
@@ -11846,12 +11846,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11846
11846
|
system_id: string;
|
|
11847
11847
|
lan_address: string;
|
|
11848
11848
|
} | undefined;
|
|
11849
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
11849
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
11850
11850
|
external_type_display_name?: string | undefined;
|
|
11851
11851
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
11852
11852
|
acs_user_count?: number | undefined;
|
|
11853
11853
|
acs_access_group_count?: number | undefined;
|
|
11854
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
11854
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
11855
11855
|
system_type_display_name?: string | undefined;
|
|
11856
11856
|
}>, "many">>;
|
|
11857
11857
|
acs_access_groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12764,12 +12764,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12764
12764
|
system_id: string;
|
|
12765
12765
|
lan_address: string;
|
|
12766
12766
|
} | undefined;
|
|
12767
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
12767
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
12768
12768
|
external_type_display_name?: string | undefined;
|
|
12769
12769
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12770
12770
|
acs_user_count?: number | undefined;
|
|
12771
12771
|
acs_access_group_count?: number | undefined;
|
|
12772
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
12772
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
12773
12773
|
system_type_display_name?: string | undefined;
|
|
12774
12774
|
}[] | undefined;
|
|
12775
12775
|
user_identities?: {
|
|
@@ -13663,12 +13663,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13663
13663
|
system_id: string;
|
|
13664
13664
|
lan_address: string;
|
|
13665
13665
|
} | undefined;
|
|
13666
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
13666
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
13667
13667
|
external_type_display_name?: string | undefined;
|
|
13668
13668
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
13669
13669
|
acs_user_count?: number | undefined;
|
|
13670
13670
|
acs_access_group_count?: number | undefined;
|
|
13671
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
13671
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
13672
13672
|
system_type_display_name?: string | undefined;
|
|
13673
13673
|
}[] | undefined;
|
|
13674
13674
|
user_identities?: {
|
|
@@ -24009,7 +24009,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24009
24009
|
acs_system_id: z.ZodString;
|
|
24010
24010
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
24011
24011
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
24012
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
24012
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
24013
24013
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24014
24014
|
is_credential_manager: z.ZodBoolean;
|
|
24015
24015
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -24025,7 +24025,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24025
24025
|
system_id: string;
|
|
24026
24026
|
lan_address: string;
|
|
24027
24027
|
}>>;
|
|
24028
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
24028
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
24029
24029
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24030
24030
|
location: z.ZodObject<{
|
|
24031
24031
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -24224,12 +24224,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24224
24224
|
system_id: string;
|
|
24225
24225
|
lan_address: string;
|
|
24226
24226
|
} | undefined;
|
|
24227
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
24227
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
24228
24228
|
external_type_display_name?: string | undefined;
|
|
24229
24229
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24230
24230
|
acs_user_count?: number | undefined;
|
|
24231
24231
|
acs_access_group_count?: number | undefined;
|
|
24232
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
24232
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
24233
24233
|
system_type_display_name?: string | undefined;
|
|
24234
24234
|
}, {
|
|
24235
24235
|
name: string;
|
|
@@ -24289,12 +24289,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24289
24289
|
system_id: string;
|
|
24290
24290
|
lan_address: string;
|
|
24291
24291
|
} | undefined;
|
|
24292
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
24292
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
24293
24293
|
external_type_display_name?: string | undefined;
|
|
24294
24294
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24295
24295
|
acs_user_count?: number | undefined;
|
|
24296
24296
|
acs_access_group_count?: number | undefined;
|
|
24297
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
24297
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
24298
24298
|
system_type_display_name?: string | undefined;
|
|
24299
24299
|
}>, "many">>;
|
|
24300
24300
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -41142,12 +41142,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41142
41142
|
system_id: string;
|
|
41143
41143
|
lan_address: string;
|
|
41144
41144
|
} | undefined;
|
|
41145
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
41145
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
41146
41146
|
external_type_display_name?: string | undefined;
|
|
41147
41147
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
41148
41148
|
acs_user_count?: number | undefined;
|
|
41149
41149
|
acs_access_group_count?: number | undefined;
|
|
41150
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
41150
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
41151
41151
|
system_type_display_name?: string | undefined;
|
|
41152
41152
|
}[] | undefined;
|
|
41153
41153
|
access_grants?: {
|
|
@@ -45072,12 +45072,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45072
45072
|
system_id: string;
|
|
45073
45073
|
lan_address: string;
|
|
45074
45074
|
} | undefined;
|
|
45075
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
45075
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
45076
45076
|
external_type_display_name?: string | undefined;
|
|
45077
45077
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
45078
45078
|
acs_user_count?: number | undefined;
|
|
45079
45079
|
acs_access_group_count?: number | undefined;
|
|
45080
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
45080
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
45081
45081
|
system_type_display_name?: string | undefined;
|
|
45082
45082
|
}[] | undefined;
|
|
45083
45083
|
access_grants?: {
|
|
@@ -52661,7 +52661,7 @@ export declare const batch: z.ZodObject<{
|
|
|
52661
52661
|
acs_system_id: z.ZodString;
|
|
52662
52662
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
52663
52663
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
52664
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
52664
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
52665
52665
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
52666
52666
|
is_credential_manager: z.ZodBoolean;
|
|
52667
52667
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -52677,7 +52677,7 @@ export declare const batch: z.ZodObject<{
|
|
|
52677
52677
|
system_id: string;
|
|
52678
52678
|
lan_address: string;
|
|
52679
52679
|
}>>;
|
|
52680
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
52680
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
52681
52681
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
52682
52682
|
location: z.ZodObject<{
|
|
52683
52683
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -52876,12 +52876,12 @@ export declare const batch: z.ZodObject<{
|
|
|
52876
52876
|
system_id: string;
|
|
52877
52877
|
lan_address: string;
|
|
52878
52878
|
} | undefined;
|
|
52879
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
52879
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
52880
52880
|
external_type_display_name?: string | undefined;
|
|
52881
52881
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
52882
52882
|
acs_user_count?: number | undefined;
|
|
52883
52883
|
acs_access_group_count?: number | undefined;
|
|
52884
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
52884
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
52885
52885
|
system_type_display_name?: string | undefined;
|
|
52886
52886
|
}, {
|
|
52887
52887
|
name: string;
|
|
@@ -52941,12 +52941,12 @@ export declare const batch: z.ZodObject<{
|
|
|
52941
52941
|
system_id: string;
|
|
52942
52942
|
lan_address: string;
|
|
52943
52943
|
} | undefined;
|
|
52944
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
52944
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
52945
52945
|
external_type_display_name?: string | undefined;
|
|
52946
52946
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
52947
52947
|
acs_user_count?: number | undefined;
|
|
52948
52948
|
acs_access_group_count?: number | undefined;
|
|
52949
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
52949
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
52950
52950
|
system_type_display_name?: string | undefined;
|
|
52951
52951
|
}>, "many">>;
|
|
52952
52952
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -69341,12 +69341,12 @@ export declare const batch: z.ZodObject<{
|
|
|
69341
69341
|
system_id: string;
|
|
69342
69342
|
lan_address: string;
|
|
69343
69343
|
} | undefined;
|
|
69344
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
69344
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
69345
69345
|
external_type_display_name?: string | undefined;
|
|
69346
69346
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
69347
69347
|
acs_user_count?: number | undefined;
|
|
69348
69348
|
acs_access_group_count?: number | undefined;
|
|
69349
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
69349
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
69350
69350
|
system_type_display_name?: string | undefined;
|
|
69351
69351
|
}[] | undefined;
|
|
69352
69352
|
access_grants?: {
|
|
@@ -73200,12 +73200,12 @@ export declare const batch: z.ZodObject<{
|
|
|
73200
73200
|
system_id: string;
|
|
73201
73201
|
lan_address: string;
|
|
73202
73202
|
} | undefined;
|
|
73203
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
73203
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
73204
73204
|
external_type_display_name?: string | undefined;
|
|
73205
73205
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
73206
73206
|
acs_user_count?: number | undefined;
|
|
73207
73207
|
acs_access_group_count?: number | undefined;
|
|
73208
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
73208
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
73209
73209
|
system_type_display_name?: string | undefined;
|
|
73210
73210
|
}[] | undefined;
|
|
73211
73211
|
access_grants?: {
|
|
@@ -2861,6 +2861,7 @@ export default {
|
|
|
2861
2861
|
'legic_connect_credential_service',
|
|
2862
2862
|
'assa_abloy_vostio',
|
|
2863
2863
|
'assa_abloy_vostio_credential_service',
|
|
2864
|
+
'hotek_site',
|
|
2864
2865
|
],
|
|
2865
2866
|
type: 'string',
|
|
2866
2867
|
},
|
|
@@ -2912,6 +2913,7 @@ export default {
|
|
|
2912
2913
|
'legic_connect_credential_service',
|
|
2913
2914
|
'assa_abloy_vostio',
|
|
2914
2915
|
'assa_abloy_vostio_credential_service',
|
|
2916
|
+
'hotek_site',
|
|
2915
2917
|
],
|
|
2916
2918
|
type: 'string',
|
|
2917
2919
|
'x-deprecated': 'Use `external_type`.',
|