@seamapi/types 1.462.0 → 1.463.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 +122 -91
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +263 -37
- package/dist/index.cjs +122 -91
- 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 +266 -40
- package/lib/seam/connect/models/batch.js +3 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -2
- package/lib/seam/connect/openapi.js +28 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +109 -19
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +3 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +28 -2
- package/src/lib/seam/connect/route-types.ts +117 -1
|
@@ -4829,7 +4829,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4829
4829
|
acs_system_id: z.ZodString;
|
|
4830
4830
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
4831
4831
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
4832
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
4832
|
+
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"]>>;
|
|
4833
4833
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4834
4834
|
is_credential_manager: z.ZodBoolean;
|
|
4835
4835
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4845,7 +4845,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4845
4845
|
system_id: string;
|
|
4846
4846
|
lan_address: string;
|
|
4847
4847
|
}>>;
|
|
4848
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
4848
|
+
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"]>>;
|
|
4849
4849
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4850
4850
|
location: z.ZodObject<{
|
|
4851
4851
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -5044,12 +5044,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5044
5044
|
system_id: string;
|
|
5045
5045
|
lan_address: string;
|
|
5046
5046
|
} | undefined;
|
|
5047
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
5047
|
+
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;
|
|
5048
5048
|
external_type_display_name?: string | undefined;
|
|
5049
5049
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5050
5050
|
acs_user_count?: number | undefined;
|
|
5051
5051
|
acs_access_group_count?: number | undefined;
|
|
5052
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
5052
|
+
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;
|
|
5053
5053
|
system_type_display_name?: string | undefined;
|
|
5054
5054
|
}, {
|
|
5055
5055
|
location: {
|
|
@@ -5109,12 +5109,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5109
5109
|
system_id: string;
|
|
5110
5110
|
lan_address: string;
|
|
5111
5111
|
} | undefined;
|
|
5112
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
5112
|
+
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;
|
|
5113
5113
|
external_type_display_name?: string | undefined;
|
|
5114
5114
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5115
5115
|
acs_user_count?: number | undefined;
|
|
5116
5116
|
acs_access_group_count?: number | undefined;
|
|
5117
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
5117
|
+
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;
|
|
5118
5118
|
system_type_display_name?: string | undefined;
|
|
5119
5119
|
}>, "many">>;
|
|
5120
5120
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5972,12 +5972,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5972
5972
|
system_id: string;
|
|
5973
5973
|
lan_address: string;
|
|
5974
5974
|
} | undefined;
|
|
5975
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
5975
|
+
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;
|
|
5976
5976
|
external_type_display_name?: string | undefined;
|
|
5977
5977
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5978
5978
|
acs_user_count?: number | undefined;
|
|
5979
5979
|
acs_access_group_count?: number | undefined;
|
|
5980
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
5980
|
+
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;
|
|
5981
5981
|
system_type_display_name?: string | undefined;
|
|
5982
5982
|
}[] | undefined;
|
|
5983
5983
|
}, {
|
|
@@ -6835,12 +6835,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6835
6835
|
system_id: string;
|
|
6836
6836
|
lan_address: string;
|
|
6837
6837
|
} | undefined;
|
|
6838
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
6838
|
+
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;
|
|
6839
6839
|
external_type_display_name?: string | undefined;
|
|
6840
6840
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6841
6841
|
acs_user_count?: number | undefined;
|
|
6842
6842
|
acs_access_group_count?: number | undefined;
|
|
6843
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
6843
|
+
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;
|
|
6844
6844
|
system_type_display_name?: string | undefined;
|
|
6845
6845
|
}[] | undefined;
|
|
6846
6846
|
}>;
|
|
@@ -11784,7 +11784,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11784
11784
|
acs_system_id: z.ZodString;
|
|
11785
11785
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
11786
11786
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
11787
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
11787
|
+
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"]>>;
|
|
11788
11788
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
11789
11789
|
is_credential_manager: z.ZodBoolean;
|
|
11790
11790
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -11800,7 +11800,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11800
11800
|
system_id: string;
|
|
11801
11801
|
lan_address: string;
|
|
11802
11802
|
}>>;
|
|
11803
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
11803
|
+
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"]>>;
|
|
11804
11804
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
11805
11805
|
location: z.ZodObject<{
|
|
11806
11806
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -11999,12 +11999,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11999
11999
|
system_id: string;
|
|
12000
12000
|
lan_address: string;
|
|
12001
12001
|
} | undefined;
|
|
12002
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
12002
|
+
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;
|
|
12003
12003
|
external_type_display_name?: string | undefined;
|
|
12004
12004
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12005
12005
|
acs_user_count?: number | undefined;
|
|
12006
12006
|
acs_access_group_count?: number | undefined;
|
|
12007
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
12007
|
+
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;
|
|
12008
12008
|
system_type_display_name?: string | undefined;
|
|
12009
12009
|
}, {
|
|
12010
12010
|
location: {
|
|
@@ -12064,12 +12064,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12064
12064
|
system_id: string;
|
|
12065
12065
|
lan_address: string;
|
|
12066
12066
|
} | undefined;
|
|
12067
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
12067
|
+
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;
|
|
12068
12068
|
external_type_display_name?: string | undefined;
|
|
12069
12069
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12070
12070
|
acs_user_count?: number | undefined;
|
|
12071
12071
|
acs_access_group_count?: number | undefined;
|
|
12072
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
12072
|
+
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;
|
|
12073
12073
|
system_type_display_name?: string | undefined;
|
|
12074
12074
|
}>, "many">>;
|
|
12075
12075
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12927,12 +12927,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12927
12927
|
system_id: string;
|
|
12928
12928
|
lan_address: string;
|
|
12929
12929
|
} | undefined;
|
|
12930
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
12930
|
+
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;
|
|
12931
12931
|
external_type_display_name?: string | undefined;
|
|
12932
12932
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12933
12933
|
acs_user_count?: number | undefined;
|
|
12934
12934
|
acs_access_group_count?: number | undefined;
|
|
12935
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
12935
|
+
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;
|
|
12936
12936
|
system_type_display_name?: string | undefined;
|
|
12937
12937
|
}[] | undefined;
|
|
12938
12938
|
user_identities?: {
|
|
@@ -13817,12 +13817,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13817
13817
|
system_id: string;
|
|
13818
13818
|
lan_address: string;
|
|
13819
13819
|
} | undefined;
|
|
13820
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
13820
|
+
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;
|
|
13821
13821
|
external_type_display_name?: string | undefined;
|
|
13822
13822
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
13823
13823
|
acs_user_count?: number | undefined;
|
|
13824
13824
|
acs_access_group_count?: number | undefined;
|
|
13825
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
13825
|
+
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;
|
|
13826
13826
|
system_type_display_name?: string | undefined;
|
|
13827
13827
|
}[] | undefined;
|
|
13828
13828
|
user_identities?: {
|
|
@@ -24362,7 +24362,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24362
24362
|
acs_system_id: z.ZodString;
|
|
24363
24363
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
24364
24364
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
24365
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
24365
|
+
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"]>>;
|
|
24366
24366
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24367
24367
|
is_credential_manager: z.ZodBoolean;
|
|
24368
24368
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -24378,7 +24378,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24378
24378
|
system_id: string;
|
|
24379
24379
|
lan_address: string;
|
|
24380
24380
|
}>>;
|
|
24381
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
24381
|
+
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"]>>;
|
|
24382
24382
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24383
24383
|
location: z.ZodObject<{
|
|
24384
24384
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -24577,12 +24577,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24577
24577
|
system_id: string;
|
|
24578
24578
|
lan_address: string;
|
|
24579
24579
|
} | undefined;
|
|
24580
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
24580
|
+
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;
|
|
24581
24581
|
external_type_display_name?: string | undefined;
|
|
24582
24582
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24583
24583
|
acs_user_count?: number | undefined;
|
|
24584
24584
|
acs_access_group_count?: number | undefined;
|
|
24585
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
24585
|
+
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;
|
|
24586
24586
|
system_type_display_name?: string | undefined;
|
|
24587
24587
|
}, {
|
|
24588
24588
|
location: {
|
|
@@ -24642,12 +24642,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24642
24642
|
system_id: string;
|
|
24643
24643
|
lan_address: string;
|
|
24644
24644
|
} | undefined;
|
|
24645
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
24645
|
+
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;
|
|
24646
24646
|
external_type_display_name?: string | undefined;
|
|
24647
24647
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24648
24648
|
acs_user_count?: number | undefined;
|
|
24649
24649
|
acs_access_group_count?: number | undefined;
|
|
24650
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
24650
|
+
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;
|
|
24651
24651
|
system_type_display_name?: string | undefined;
|
|
24652
24652
|
}>, "many">>;
|
|
24653
24653
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -33359,6 +33359,73 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33359
33359
|
can_simulate_disconnection?: boolean | undefined;
|
|
33360
33360
|
can_unlock_with_code?: boolean | undefined;
|
|
33361
33361
|
}>, "many">>;
|
|
33362
|
+
connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
33363
|
+
connect_webview_id: z.ZodString;
|
|
33364
|
+
workspace_id: z.ZodString;
|
|
33365
|
+
created_at: z.ZodString;
|
|
33366
|
+
connected_account_id: z.ZodNullable<z.ZodString>;
|
|
33367
|
+
url: z.ZodString;
|
|
33368
|
+
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
33369
|
+
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
33370
|
+
accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control"]>, "many">;
|
|
33371
|
+
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
33372
|
+
any_device_allowed: z.ZodBoolean;
|
|
33373
|
+
any_provider_allowed: z.ZodBoolean;
|
|
33374
|
+
login_successful: z.ZodBoolean;
|
|
33375
|
+
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
33376
|
+
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
33377
|
+
custom_redirect_failure_url: z.ZodNullable<z.ZodString>;
|
|
33378
|
+
custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
33379
|
+
automatically_manage_new_devices: z.ZodBoolean;
|
|
33380
|
+
wait_for_device_creation: z.ZodBoolean;
|
|
33381
|
+
authorized_at: z.ZodNullable<z.ZodString>;
|
|
33382
|
+
selected_provider: z.ZodNullable<z.ZodString>;
|
|
33383
|
+
customer_key: z.ZodOptional<z.ZodString>;
|
|
33384
|
+
}, "strip", z.ZodTypeAny, {
|
|
33385
|
+
url: string;
|
|
33386
|
+
status: "failed" | "pending" | "authorized";
|
|
33387
|
+
workspace_id: string;
|
|
33388
|
+
created_at: string;
|
|
33389
|
+
connected_account_id: string | null;
|
|
33390
|
+
custom_metadata: Record<string, string | boolean>;
|
|
33391
|
+
automatically_manage_new_devices: boolean;
|
|
33392
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
33393
|
+
connect_webview_id: string;
|
|
33394
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
33395
|
+
accepted_providers: string[];
|
|
33396
|
+
accepted_devices: string[];
|
|
33397
|
+
any_device_allowed: boolean;
|
|
33398
|
+
any_provider_allowed: boolean;
|
|
33399
|
+
login_successful: boolean;
|
|
33400
|
+
custom_redirect_url: string | null;
|
|
33401
|
+
custom_redirect_failure_url: string | null;
|
|
33402
|
+
wait_for_device_creation: boolean;
|
|
33403
|
+
authorized_at: string | null;
|
|
33404
|
+
selected_provider: string | null;
|
|
33405
|
+
customer_key?: string | undefined;
|
|
33406
|
+
}, {
|
|
33407
|
+
url: string;
|
|
33408
|
+
status: "failed" | "pending" | "authorized";
|
|
33409
|
+
workspace_id: string;
|
|
33410
|
+
created_at: string;
|
|
33411
|
+
connected_account_id: string | null;
|
|
33412
|
+
custom_metadata: Record<string, string | boolean>;
|
|
33413
|
+
automatically_manage_new_devices: boolean;
|
|
33414
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
33415
|
+
connect_webview_id: string;
|
|
33416
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
33417
|
+
accepted_providers: string[];
|
|
33418
|
+
accepted_devices: string[];
|
|
33419
|
+
any_device_allowed: boolean;
|
|
33420
|
+
any_provider_allowed: boolean;
|
|
33421
|
+
login_successful: boolean;
|
|
33422
|
+
custom_redirect_url: string | null;
|
|
33423
|
+
custom_redirect_failure_url: string | null;
|
|
33424
|
+
wait_for_device_creation: boolean;
|
|
33425
|
+
authorized_at: string | null;
|
|
33426
|
+
selected_provider: string | null;
|
|
33427
|
+
customer_key?: string | undefined;
|
|
33428
|
+
}>, "many">>;
|
|
33362
33429
|
}, "strip", z.ZodTypeAny, {
|
|
33363
33430
|
batch_type: "workspaces";
|
|
33364
33431
|
spaces?: {
|
|
@@ -34143,12 +34210,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34143
34210
|
system_id: string;
|
|
34144
34211
|
lan_address: string;
|
|
34145
34212
|
} | undefined;
|
|
34146
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
34213
|
+
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;
|
|
34147
34214
|
external_type_display_name?: string | undefined;
|
|
34148
34215
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
34149
34216
|
acs_user_count?: number | undefined;
|
|
34150
34217
|
acs_access_group_count?: number | undefined;
|
|
34151
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
34218
|
+
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;
|
|
34152
34219
|
system_type_display_name?: string | undefined;
|
|
34153
34220
|
}[] | undefined;
|
|
34154
34221
|
user_identities?: {
|
|
@@ -35456,6 +35523,29 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35456
35523
|
can_simulate_disconnection?: boolean | undefined;
|
|
35457
35524
|
can_unlock_with_code?: boolean | undefined;
|
|
35458
35525
|
}[] | undefined;
|
|
35526
|
+
connect_webviews?: {
|
|
35527
|
+
url: string;
|
|
35528
|
+
status: "failed" | "pending" | "authorized";
|
|
35529
|
+
workspace_id: string;
|
|
35530
|
+
created_at: string;
|
|
35531
|
+
connected_account_id: string | null;
|
|
35532
|
+
custom_metadata: Record<string, string | boolean>;
|
|
35533
|
+
automatically_manage_new_devices: boolean;
|
|
35534
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
35535
|
+
connect_webview_id: string;
|
|
35536
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
35537
|
+
accepted_providers: string[];
|
|
35538
|
+
accepted_devices: string[];
|
|
35539
|
+
any_device_allowed: boolean;
|
|
35540
|
+
any_provider_allowed: boolean;
|
|
35541
|
+
login_successful: boolean;
|
|
35542
|
+
custom_redirect_url: string | null;
|
|
35543
|
+
custom_redirect_failure_url: string | null;
|
|
35544
|
+
wait_for_device_creation: boolean;
|
|
35545
|
+
authorized_at: string | null;
|
|
35546
|
+
selected_provider: string | null;
|
|
35547
|
+
customer_key?: string | undefined;
|
|
35548
|
+
}[] | undefined;
|
|
35459
35549
|
}, {
|
|
35460
35550
|
batch_type: "workspaces";
|
|
35461
35551
|
spaces?: {
|
|
@@ -36240,12 +36330,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
36240
36330
|
system_id: string;
|
|
36241
36331
|
lan_address: string;
|
|
36242
36332
|
} | undefined;
|
|
36243
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
36333
|
+
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;
|
|
36244
36334
|
external_type_display_name?: string | undefined;
|
|
36245
36335
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
36246
36336
|
acs_user_count?: number | undefined;
|
|
36247
36337
|
acs_access_group_count?: number | undefined;
|
|
36248
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
36338
|
+
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;
|
|
36249
36339
|
system_type_display_name?: string | undefined;
|
|
36250
36340
|
}[] | undefined;
|
|
36251
36341
|
user_identities?: {
|
|
@@ -37553,6 +37643,29 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
37553
37643
|
can_simulate_disconnection?: boolean | undefined;
|
|
37554
37644
|
can_unlock_with_code?: boolean | undefined;
|
|
37555
37645
|
}[] | undefined;
|
|
37646
|
+
connect_webviews?: {
|
|
37647
|
+
url: string;
|
|
37648
|
+
status: "failed" | "pending" | "authorized";
|
|
37649
|
+
workspace_id: string;
|
|
37650
|
+
created_at: string;
|
|
37651
|
+
connected_account_id: string | null;
|
|
37652
|
+
custom_metadata: Record<string, string | boolean>;
|
|
37653
|
+
automatically_manage_new_devices: boolean;
|
|
37654
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
37655
|
+
connect_webview_id: string;
|
|
37656
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
37657
|
+
accepted_providers: string[];
|
|
37658
|
+
accepted_devices: string[];
|
|
37659
|
+
any_device_allowed: boolean;
|
|
37660
|
+
any_provider_allowed: boolean;
|
|
37661
|
+
login_successful: boolean;
|
|
37662
|
+
custom_redirect_url: string | null;
|
|
37663
|
+
custom_redirect_failure_url: string | null;
|
|
37664
|
+
wait_for_device_creation: boolean;
|
|
37665
|
+
authorized_at: string | null;
|
|
37666
|
+
selected_provider: string | null;
|
|
37667
|
+
customer_key?: string | undefined;
|
|
37668
|
+
}[] | undefined;
|
|
37556
37669
|
}>;
|
|
37557
37670
|
export declare const batch: z.ZodObject<{
|
|
37558
37671
|
batch_type: z.ZodEnum<["workspaces", "spaces", "access_grants", "access_methods"]>;
|
|
@@ -42167,7 +42280,7 @@ export declare const batch: z.ZodObject<{
|
|
|
42167
42280
|
acs_system_id: z.ZodString;
|
|
42168
42281
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
42169
42282
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
42170
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
42283
|
+
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"]>>;
|
|
42171
42284
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
42172
42285
|
is_credential_manager: z.ZodBoolean;
|
|
42173
42286
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -42183,7 +42296,7 @@ export declare const batch: z.ZodObject<{
|
|
|
42183
42296
|
system_id: string;
|
|
42184
42297
|
lan_address: string;
|
|
42185
42298
|
}>>;
|
|
42186
|
-
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", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
42299
|
+
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"]>>;
|
|
42187
42300
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
42188
42301
|
location: z.ZodObject<{
|
|
42189
42302
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -42382,12 +42495,12 @@ export declare const batch: z.ZodObject<{
|
|
|
42382
42495
|
system_id: string;
|
|
42383
42496
|
lan_address: string;
|
|
42384
42497
|
} | undefined;
|
|
42385
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
42498
|
+
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;
|
|
42386
42499
|
external_type_display_name?: string | undefined;
|
|
42387
42500
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
42388
42501
|
acs_user_count?: number | undefined;
|
|
42389
42502
|
acs_access_group_count?: number | undefined;
|
|
42390
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
42503
|
+
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;
|
|
42391
42504
|
system_type_display_name?: string | undefined;
|
|
42392
42505
|
}, {
|
|
42393
42506
|
location: {
|
|
@@ -42447,12 +42560,12 @@ export declare const batch: z.ZodObject<{
|
|
|
42447
42560
|
system_id: string;
|
|
42448
42561
|
lan_address: string;
|
|
42449
42562
|
} | undefined;
|
|
42450
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
42563
|
+
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;
|
|
42451
42564
|
external_type_display_name?: string | undefined;
|
|
42452
42565
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
42453
42566
|
acs_user_count?: number | undefined;
|
|
42454
42567
|
acs_access_group_count?: number | undefined;
|
|
42455
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
42568
|
+
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;
|
|
42456
42569
|
system_type_display_name?: string | undefined;
|
|
42457
42570
|
}>, "many">>;
|
|
42458
42571
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -51164,6 +51277,73 @@ export declare const batch: z.ZodObject<{
|
|
|
51164
51277
|
can_simulate_disconnection?: boolean | undefined;
|
|
51165
51278
|
can_unlock_with_code?: boolean | undefined;
|
|
51166
51279
|
}>, "many">>;
|
|
51280
|
+
connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
51281
|
+
connect_webview_id: z.ZodString;
|
|
51282
|
+
workspace_id: z.ZodString;
|
|
51283
|
+
created_at: z.ZodString;
|
|
51284
|
+
connected_account_id: z.ZodNullable<z.ZodString>;
|
|
51285
|
+
url: z.ZodString;
|
|
51286
|
+
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
51287
|
+
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
51288
|
+
accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control"]>, "many">;
|
|
51289
|
+
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
51290
|
+
any_device_allowed: z.ZodBoolean;
|
|
51291
|
+
any_provider_allowed: z.ZodBoolean;
|
|
51292
|
+
login_successful: z.ZodBoolean;
|
|
51293
|
+
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
51294
|
+
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
51295
|
+
custom_redirect_failure_url: z.ZodNullable<z.ZodString>;
|
|
51296
|
+
custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
51297
|
+
automatically_manage_new_devices: z.ZodBoolean;
|
|
51298
|
+
wait_for_device_creation: z.ZodBoolean;
|
|
51299
|
+
authorized_at: z.ZodNullable<z.ZodString>;
|
|
51300
|
+
selected_provider: z.ZodNullable<z.ZodString>;
|
|
51301
|
+
customer_key: z.ZodOptional<z.ZodString>;
|
|
51302
|
+
}, "strip", z.ZodTypeAny, {
|
|
51303
|
+
url: string;
|
|
51304
|
+
status: "failed" | "pending" | "authorized";
|
|
51305
|
+
workspace_id: string;
|
|
51306
|
+
created_at: string;
|
|
51307
|
+
connected_account_id: string | null;
|
|
51308
|
+
custom_metadata: Record<string, string | boolean>;
|
|
51309
|
+
automatically_manage_new_devices: boolean;
|
|
51310
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
51311
|
+
connect_webview_id: string;
|
|
51312
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
51313
|
+
accepted_providers: string[];
|
|
51314
|
+
accepted_devices: string[];
|
|
51315
|
+
any_device_allowed: boolean;
|
|
51316
|
+
any_provider_allowed: boolean;
|
|
51317
|
+
login_successful: boolean;
|
|
51318
|
+
custom_redirect_url: string | null;
|
|
51319
|
+
custom_redirect_failure_url: string | null;
|
|
51320
|
+
wait_for_device_creation: boolean;
|
|
51321
|
+
authorized_at: string | null;
|
|
51322
|
+
selected_provider: string | null;
|
|
51323
|
+
customer_key?: string | undefined;
|
|
51324
|
+
}, {
|
|
51325
|
+
url: string;
|
|
51326
|
+
status: "failed" | "pending" | "authorized";
|
|
51327
|
+
workspace_id: string;
|
|
51328
|
+
created_at: string;
|
|
51329
|
+
connected_account_id: string | null;
|
|
51330
|
+
custom_metadata: Record<string, string | boolean>;
|
|
51331
|
+
automatically_manage_new_devices: boolean;
|
|
51332
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
51333
|
+
connect_webview_id: string;
|
|
51334
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
51335
|
+
accepted_providers: string[];
|
|
51336
|
+
accepted_devices: string[];
|
|
51337
|
+
any_device_allowed: boolean;
|
|
51338
|
+
any_provider_allowed: boolean;
|
|
51339
|
+
login_successful: boolean;
|
|
51340
|
+
custom_redirect_url: string | null;
|
|
51341
|
+
custom_redirect_failure_url: string | null;
|
|
51342
|
+
wait_for_device_creation: boolean;
|
|
51343
|
+
authorized_at: string | null;
|
|
51344
|
+
selected_provider: string | null;
|
|
51345
|
+
customer_key?: string | undefined;
|
|
51346
|
+
}>, "many">>;
|
|
51167
51347
|
}, "strip", z.ZodTypeAny, {
|
|
51168
51348
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
51169
51349
|
spaces?: {
|
|
@@ -51948,12 +52128,12 @@ export declare const batch: z.ZodObject<{
|
|
|
51948
52128
|
system_id: string;
|
|
51949
52129
|
lan_address: string;
|
|
51950
52130
|
} | undefined;
|
|
51951
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
52131
|
+
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;
|
|
51952
52132
|
external_type_display_name?: string | undefined;
|
|
51953
52133
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
51954
52134
|
acs_user_count?: number | undefined;
|
|
51955
52135
|
acs_access_group_count?: number | undefined;
|
|
51956
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
52136
|
+
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;
|
|
51957
52137
|
system_type_display_name?: string | undefined;
|
|
51958
52138
|
}[] | undefined;
|
|
51959
52139
|
user_identities?: {
|
|
@@ -53261,6 +53441,29 @@ export declare const batch: z.ZodObject<{
|
|
|
53261
53441
|
can_simulate_disconnection?: boolean | undefined;
|
|
53262
53442
|
can_unlock_with_code?: boolean | undefined;
|
|
53263
53443
|
}[] | undefined;
|
|
53444
|
+
connect_webviews?: {
|
|
53445
|
+
url: string;
|
|
53446
|
+
status: "failed" | "pending" | "authorized";
|
|
53447
|
+
workspace_id: string;
|
|
53448
|
+
created_at: string;
|
|
53449
|
+
connected_account_id: string | null;
|
|
53450
|
+
custom_metadata: Record<string, string | boolean>;
|
|
53451
|
+
automatically_manage_new_devices: boolean;
|
|
53452
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
53453
|
+
connect_webview_id: string;
|
|
53454
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
53455
|
+
accepted_providers: string[];
|
|
53456
|
+
accepted_devices: string[];
|
|
53457
|
+
any_device_allowed: boolean;
|
|
53458
|
+
any_provider_allowed: boolean;
|
|
53459
|
+
login_successful: boolean;
|
|
53460
|
+
custom_redirect_url: string | null;
|
|
53461
|
+
custom_redirect_failure_url: string | null;
|
|
53462
|
+
wait_for_device_creation: boolean;
|
|
53463
|
+
authorized_at: string | null;
|
|
53464
|
+
selected_provider: string | null;
|
|
53465
|
+
customer_key?: string | undefined;
|
|
53466
|
+
}[] | undefined;
|
|
53264
53467
|
}, {
|
|
53265
53468
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
53266
53469
|
spaces?: {
|
|
@@ -54045,12 +54248,12 @@ export declare const batch: z.ZodObject<{
|
|
|
54045
54248
|
system_id: string;
|
|
54046
54249
|
lan_address: string;
|
|
54047
54250
|
} | undefined;
|
|
54048
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
54251
|
+
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;
|
|
54049
54252
|
external_type_display_name?: string | undefined;
|
|
54050
54253
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
54051
54254
|
acs_user_count?: number | undefined;
|
|
54052
54255
|
acs_access_group_count?: number | undefined;
|
|
54053
|
-
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" | "legic_connect_credential_service" | undefined;
|
|
54256
|
+
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;
|
|
54054
54257
|
system_type_display_name?: string | undefined;
|
|
54055
54258
|
}[] | undefined;
|
|
54056
54259
|
user_identities?: {
|
|
@@ -55358,6 +55561,29 @@ export declare const batch: z.ZodObject<{
|
|
|
55358
55561
|
can_simulate_disconnection?: boolean | undefined;
|
|
55359
55562
|
can_unlock_with_code?: boolean | undefined;
|
|
55360
55563
|
}[] | undefined;
|
|
55564
|
+
connect_webviews?: {
|
|
55565
|
+
url: string;
|
|
55566
|
+
status: "failed" | "pending" | "authorized";
|
|
55567
|
+
workspace_id: string;
|
|
55568
|
+
created_at: string;
|
|
55569
|
+
connected_account_id: string | null;
|
|
55570
|
+
custom_metadata: Record<string, string | boolean>;
|
|
55571
|
+
automatically_manage_new_devices: boolean;
|
|
55572
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
55573
|
+
connect_webview_id: string;
|
|
55574
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
55575
|
+
accepted_providers: string[];
|
|
55576
|
+
accepted_devices: string[];
|
|
55577
|
+
any_device_allowed: boolean;
|
|
55578
|
+
any_provider_allowed: boolean;
|
|
55579
|
+
login_successful: boolean;
|
|
55580
|
+
custom_redirect_url: string | null;
|
|
55581
|
+
custom_redirect_failure_url: string | null;
|
|
55582
|
+
wait_for_device_creation: boolean;
|
|
55583
|
+
authorized_at: string | null;
|
|
55584
|
+
selected_provider: string | null;
|
|
55585
|
+
customer_key?: string | undefined;
|
|
55586
|
+
}[] | undefined;
|
|
55361
55587
|
}>;
|
|
55362
55588
|
export type WorkspacesBatch = z.infer<typeof workspaces_batch>;
|
|
55363
55589
|
export type Batch = z.infer<typeof batch>;
|