@seamapi/types 1.462.0 → 1.464.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 +179 -146
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +354 -316
- package/dist/index.cjs +179 -146
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +4 -4
- package/lib/seam/connect/models/access-codes/managed-access-code.js +2 -2
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +6 -6
- package/lib/seam/connect/models/access-grants/access-grant.js +1 -2
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-encoder.js +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +12 -11
- package/lib/seam/connect/models/acs/acs-system.js +3 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +5 -4
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +3 -2
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +1 -1
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +266 -243
- package/lib/seam/connect/models/batch.js +3 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +2 -2
- package/lib/seam/connect/models/bridges/bridge-client-session.js +1 -1
- package/lib/seam/connect/models/bridges/bridge-client-session.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +4 -4
- package/lib/seam/connect/models/connected-accounts/connected-account.js +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +34 -0
- package/lib/seam/connect/models/customer/customer-portal.js +18 -0
- package/lib/seam/connect/models/customer/customer-portal.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/models/devices/device.d.ts +4 -62
- package/lib/seam/connect/models/devices/device.js +2 -16
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -21
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +5 -4
- package/lib/seam/connect/models/user-identities/user-identity.js +2 -2
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +82 -2
- package/lib/seam/connect/openapi.js +84 -46
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +136 -179
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +4 -4
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +1 -2
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +4 -2
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +5 -4
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +4 -4
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +2 -2
- package/src/lib/seam/connect/models/batch.ts +3 -0
- package/src/lib/seam/connect/models/bridges/bridge-client-session.ts +2 -2
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -4
- package/src/lib/seam/connect/models/customer/customer-portal.ts +23 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/models/devices/device.ts +4 -19
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +4 -4
- package/src/lib/seam/connect/openapi.ts +88 -54
- package/src/lib/seam/connect/route-types.ts +148 -182
|
@@ -2693,19 +2693,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
2693
2693
|
}>, z.ZodObject<{
|
|
2694
2694
|
message: z.ZodString;
|
|
2695
2695
|
created_at: z.ZodString;
|
|
2696
|
-
} & {
|
|
2697
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
2698
|
-
}, "strip", z.ZodTypeAny, {
|
|
2699
|
-
message: string;
|
|
2700
|
-
created_at: string;
|
|
2701
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
2702
|
-
}, {
|
|
2703
|
-
message: string;
|
|
2704
|
-
created_at: string;
|
|
2705
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
2706
|
-
}>, z.ZodObject<{
|
|
2707
|
-
message: z.ZodString;
|
|
2708
|
-
created_at: z.ZodString;
|
|
2709
2696
|
} & {
|
|
2710
2697
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
2711
2698
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3023,10 +3010,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3023
3010
|
message: string;
|
|
3024
3011
|
created_at: string;
|
|
3025
3012
|
warning_code: "third_party_integration_detected";
|
|
3026
|
-
} | {
|
|
3027
|
-
message: string;
|
|
3028
|
-
created_at: string;
|
|
3029
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
3030
3013
|
} | {
|
|
3031
3014
|
message: string;
|
|
3032
3015
|
created_at: string;
|
|
@@ -3680,10 +3663,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
3680
3663
|
message: string;
|
|
3681
3664
|
created_at: string;
|
|
3682
3665
|
warning_code: "third_party_integration_detected";
|
|
3683
|
-
} | {
|
|
3684
|
-
message: string;
|
|
3685
|
-
created_at: string;
|
|
3686
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
3687
3666
|
} | {
|
|
3688
3667
|
message: string;
|
|
3689
3668
|
created_at: string;
|
|
@@ -4829,7 +4808,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4829
4808
|
acs_system_id: z.ZodString;
|
|
4830
4809
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
4831
4810
|
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"]>>;
|
|
4811
|
+
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
4812
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4834
4813
|
is_credential_manager: z.ZodBoolean;
|
|
4835
4814
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4845,7 +4824,7 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
4845
4824
|
system_id: string;
|
|
4846
4825
|
lan_address: string;
|
|
4847
4826
|
}>>;
|
|
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"]>>;
|
|
4827
|
+
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
4828
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4850
4829
|
location: z.ZodObject<{
|
|
4851
4830
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -5044,12 +5023,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5044
5023
|
system_id: string;
|
|
5045
5024
|
lan_address: string;
|
|
5046
5025
|
} | 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;
|
|
5026
|
+
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
5027
|
external_type_display_name?: string | undefined;
|
|
5049
5028
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5050
5029
|
acs_user_count?: number | undefined;
|
|
5051
5030
|
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;
|
|
5031
|
+
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
5032
|
system_type_display_name?: string | undefined;
|
|
5054
5033
|
}, {
|
|
5055
5034
|
location: {
|
|
@@ -5109,12 +5088,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5109
5088
|
system_id: string;
|
|
5110
5089
|
lan_address: string;
|
|
5111
5090
|
} | 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;
|
|
5091
|
+
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
5092
|
external_type_display_name?: string | undefined;
|
|
5114
5093
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5115
5094
|
acs_user_count?: number | undefined;
|
|
5116
5095
|
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;
|
|
5096
|
+
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
5097
|
system_type_display_name?: string | undefined;
|
|
5119
5098
|
}>, "many">>;
|
|
5120
5099
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5276,10 +5255,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5276
5255
|
message: string;
|
|
5277
5256
|
created_at: string;
|
|
5278
5257
|
warning_code: "third_party_integration_detected";
|
|
5279
|
-
} | {
|
|
5280
|
-
message: string;
|
|
5281
|
-
created_at: string;
|
|
5282
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
5283
5258
|
} | {
|
|
5284
5259
|
message: string;
|
|
5285
5260
|
created_at: string;
|
|
@@ -5972,12 +5947,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
5972
5947
|
system_id: string;
|
|
5973
5948
|
lan_address: string;
|
|
5974
5949
|
} | 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;
|
|
5950
|
+
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
5951
|
external_type_display_name?: string | undefined;
|
|
5977
5952
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5978
5953
|
acs_user_count?: number | undefined;
|
|
5979
5954
|
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;
|
|
5955
|
+
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
5956
|
system_type_display_name?: string | undefined;
|
|
5982
5957
|
}[] | undefined;
|
|
5983
5958
|
}, {
|
|
@@ -6139,10 +6114,6 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6139
6114
|
message: string;
|
|
6140
6115
|
created_at: string;
|
|
6141
6116
|
warning_code: "third_party_integration_detected";
|
|
6142
|
-
} | {
|
|
6143
|
-
message: string;
|
|
6144
|
-
created_at: string;
|
|
6145
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
6146
6117
|
} | {
|
|
6147
6118
|
message: string;
|
|
6148
6119
|
created_at: string;
|
|
@@ -6835,12 +6806,12 @@ export declare const spaces_batch: z.ZodObject<{
|
|
|
6835
6806
|
system_id: string;
|
|
6836
6807
|
lan_address: string;
|
|
6837
6808
|
} | 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;
|
|
6809
|
+
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
6810
|
external_type_display_name?: string | undefined;
|
|
6840
6811
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6841
6812
|
acs_user_count?: number | undefined;
|
|
6842
6813
|
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;
|
|
6814
|
+
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
6815
|
system_type_display_name?: string | undefined;
|
|
6845
6816
|
}[] | undefined;
|
|
6846
6817
|
}>;
|
|
@@ -9538,19 +9509,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9538
9509
|
}>, z.ZodObject<{
|
|
9539
9510
|
message: z.ZodString;
|
|
9540
9511
|
created_at: z.ZodString;
|
|
9541
|
-
} & {
|
|
9542
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
9543
|
-
}, "strip", z.ZodTypeAny, {
|
|
9544
|
-
message: string;
|
|
9545
|
-
created_at: string;
|
|
9546
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
9547
|
-
}, {
|
|
9548
|
-
message: string;
|
|
9549
|
-
created_at: string;
|
|
9550
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
9551
|
-
}>, z.ZodObject<{
|
|
9552
|
-
message: z.ZodString;
|
|
9553
|
-
created_at: z.ZodString;
|
|
9554
9512
|
} & {
|
|
9555
9513
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
9556
9514
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9868,10 +9826,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
9868
9826
|
message: string;
|
|
9869
9827
|
created_at: string;
|
|
9870
9828
|
warning_code: "third_party_integration_detected";
|
|
9871
|
-
} | {
|
|
9872
|
-
message: string;
|
|
9873
|
-
created_at: string;
|
|
9874
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
9875
9829
|
} | {
|
|
9876
9830
|
message: string;
|
|
9877
9831
|
created_at: string;
|
|
@@ -10525,10 +10479,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
10525
10479
|
message: string;
|
|
10526
10480
|
created_at: string;
|
|
10527
10481
|
warning_code: "third_party_integration_detected";
|
|
10528
|
-
} | {
|
|
10529
|
-
message: string;
|
|
10530
|
-
created_at: string;
|
|
10531
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
10532
10482
|
} | {
|
|
10533
10483
|
message: string;
|
|
10534
10484
|
created_at: string;
|
|
@@ -11784,7 +11734,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11784
11734
|
acs_system_id: z.ZodString;
|
|
11785
11735
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
11786
11736
|
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"]>>;
|
|
11737
|
+
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
11738
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
11789
11739
|
is_credential_manager: z.ZodBoolean;
|
|
11790
11740
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -11800,7 +11750,7 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11800
11750
|
system_id: string;
|
|
11801
11751
|
lan_address: string;
|
|
11802
11752
|
}>>;
|
|
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"]>>;
|
|
11753
|
+
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
11754
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
11805
11755
|
location: z.ZodObject<{
|
|
11806
11756
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -11999,12 +11949,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
11999
11949
|
system_id: string;
|
|
12000
11950
|
lan_address: string;
|
|
12001
11951
|
} | 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;
|
|
11952
|
+
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
11953
|
external_type_display_name?: string | undefined;
|
|
12004
11954
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12005
11955
|
acs_user_count?: number | undefined;
|
|
12006
11956
|
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;
|
|
11957
|
+
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
11958
|
system_type_display_name?: string | undefined;
|
|
12009
11959
|
}, {
|
|
12010
11960
|
location: {
|
|
@@ -12064,12 +12014,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12064
12014
|
system_id: string;
|
|
12065
12015
|
lan_address: string;
|
|
12066
12016
|
} | 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;
|
|
12017
|
+
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
12018
|
external_type_display_name?: string | undefined;
|
|
12069
12019
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12070
12020
|
acs_user_count?: number | undefined;
|
|
12071
12021
|
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;
|
|
12022
|
+
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
12023
|
system_type_display_name?: string | undefined;
|
|
12074
12024
|
}>, "many">>;
|
|
12075
12025
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12231,10 +12181,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12231
12181
|
message: string;
|
|
12232
12182
|
created_at: string;
|
|
12233
12183
|
warning_code: "third_party_integration_detected";
|
|
12234
|
-
} | {
|
|
12235
|
-
message: string;
|
|
12236
|
-
created_at: string;
|
|
12237
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
12238
12184
|
} | {
|
|
12239
12185
|
message: string;
|
|
12240
12186
|
created_at: string;
|
|
@@ -12927,12 +12873,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
12927
12873
|
system_id: string;
|
|
12928
12874
|
lan_address: string;
|
|
12929
12875
|
} | 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;
|
|
12876
|
+
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
12877
|
external_type_display_name?: string | undefined;
|
|
12932
12878
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
12933
12879
|
acs_user_count?: number | undefined;
|
|
12934
12880
|
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;
|
|
12881
|
+
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
12882
|
system_type_display_name?: string | undefined;
|
|
12937
12883
|
}[] | undefined;
|
|
12938
12884
|
user_identities?: {
|
|
@@ -13121,10 +13067,6 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13121
13067
|
message: string;
|
|
13122
13068
|
created_at: string;
|
|
13123
13069
|
warning_code: "third_party_integration_detected";
|
|
13124
|
-
} | {
|
|
13125
|
-
message: string;
|
|
13126
|
-
created_at: string;
|
|
13127
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
13128
13070
|
} | {
|
|
13129
13071
|
message: string;
|
|
13130
13072
|
created_at: string;
|
|
@@ -13817,12 +13759,12 @@ export declare const access_grants_batch: z.ZodObject<{
|
|
|
13817
13759
|
system_id: string;
|
|
13818
13760
|
lan_address: string;
|
|
13819
13761
|
} | 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;
|
|
13762
|
+
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
13763
|
external_type_display_name?: string | undefined;
|
|
13822
13764
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
13823
13765
|
acs_user_count?: number | undefined;
|
|
13824
13766
|
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;
|
|
13767
|
+
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
13768
|
system_type_display_name?: string | undefined;
|
|
13827
13769
|
}[] | undefined;
|
|
13828
13770
|
user_identities?: {
|
|
@@ -16547,19 +16489,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
16547
16489
|
}>, z.ZodObject<{
|
|
16548
16490
|
message: z.ZodString;
|
|
16549
16491
|
created_at: z.ZodString;
|
|
16550
|
-
} & {
|
|
16551
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
16552
|
-
}, "strip", z.ZodTypeAny, {
|
|
16553
|
-
message: string;
|
|
16554
|
-
created_at: string;
|
|
16555
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
16556
|
-
}, {
|
|
16557
|
-
message: string;
|
|
16558
|
-
created_at: string;
|
|
16559
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
16560
|
-
}>, z.ZodObject<{
|
|
16561
|
-
message: z.ZodString;
|
|
16562
|
-
created_at: z.ZodString;
|
|
16563
16492
|
} & {
|
|
16564
16493
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
16565
16494
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16877,10 +16806,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
16877
16806
|
message: string;
|
|
16878
16807
|
created_at: string;
|
|
16879
16808
|
warning_code: "third_party_integration_detected";
|
|
16880
|
-
} | {
|
|
16881
|
-
message: string;
|
|
16882
|
-
created_at: string;
|
|
16883
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
16884
16809
|
} | {
|
|
16885
16810
|
message: string;
|
|
16886
16811
|
created_at: string;
|
|
@@ -17534,10 +17459,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
17534
17459
|
message: string;
|
|
17535
17460
|
created_at: string;
|
|
17536
17461
|
warning_code: "third_party_integration_detected";
|
|
17537
|
-
} | {
|
|
17538
|
-
message: string;
|
|
17539
|
-
created_at: string;
|
|
17540
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
17541
17462
|
} | {
|
|
17542
17463
|
message: string;
|
|
17543
17464
|
created_at: string;
|
|
@@ -18455,10 +18376,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
18455
18376
|
message: string;
|
|
18456
18377
|
created_at: string;
|
|
18457
18378
|
warning_code: "third_party_integration_detected";
|
|
18458
|
-
} | {
|
|
18459
|
-
message: string;
|
|
18460
|
-
created_at: string;
|
|
18461
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
18462
18379
|
} | {
|
|
18463
18380
|
message: string;
|
|
18464
18381
|
created_at: string;
|
|
@@ -19181,10 +19098,6 @@ export declare const access_methods_batch: z.ZodObject<{
|
|
|
19181
19098
|
message: string;
|
|
19182
19099
|
created_at: string;
|
|
19183
19100
|
warning_code: "third_party_integration_detected";
|
|
19184
|
-
} | {
|
|
19185
|
-
message: string;
|
|
19186
|
-
created_at: string;
|
|
19187
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
19188
19101
|
} | {
|
|
19189
19102
|
message: string;
|
|
19190
19103
|
created_at: string;
|
|
@@ -22608,19 +22521,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
22608
22521
|
}>, z.ZodObject<{
|
|
22609
22522
|
message: z.ZodString;
|
|
22610
22523
|
created_at: z.ZodString;
|
|
22611
|
-
} & {
|
|
22612
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
22613
|
-
}, "strip", z.ZodTypeAny, {
|
|
22614
|
-
message: string;
|
|
22615
|
-
created_at: string;
|
|
22616
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
22617
|
-
}, {
|
|
22618
|
-
message: string;
|
|
22619
|
-
created_at: string;
|
|
22620
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
22621
|
-
}>, z.ZodObject<{
|
|
22622
|
-
message: z.ZodString;
|
|
22623
|
-
created_at: z.ZodString;
|
|
22624
22524
|
} & {
|
|
22625
22525
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
22626
22526
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22938,10 +22838,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
22938
22838
|
message: string;
|
|
22939
22839
|
created_at: string;
|
|
22940
22840
|
warning_code: "third_party_integration_detected";
|
|
22941
|
-
} | {
|
|
22942
|
-
message: string;
|
|
22943
|
-
created_at: string;
|
|
22944
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
22945
22841
|
} | {
|
|
22946
22842
|
message: string;
|
|
22947
22843
|
created_at: string;
|
|
@@ -23595,10 +23491,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
23595
23491
|
message: string;
|
|
23596
23492
|
created_at: string;
|
|
23597
23493
|
warning_code: "third_party_integration_detected";
|
|
23598
|
-
} | {
|
|
23599
|
-
message: string;
|
|
23600
|
-
created_at: string;
|
|
23601
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
23602
23494
|
} | {
|
|
23603
23495
|
message: string;
|
|
23604
23496
|
created_at: string;
|
|
@@ -24362,7 +24254,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24362
24254
|
acs_system_id: z.ZodString;
|
|
24363
24255
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
24364
24256
|
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"]>>;
|
|
24257
|
+
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
24258
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24367
24259
|
is_credential_manager: z.ZodBoolean;
|
|
24368
24260
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -24378,7 +24270,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24378
24270
|
system_id: string;
|
|
24379
24271
|
lan_address: string;
|
|
24380
24272
|
}>>;
|
|
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"]>>;
|
|
24273
|
+
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
24274
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24383
24275
|
location: z.ZodObject<{
|
|
24384
24276
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -24577,12 +24469,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24577
24469
|
system_id: string;
|
|
24578
24470
|
lan_address: string;
|
|
24579
24471
|
} | 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;
|
|
24472
|
+
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
24473
|
external_type_display_name?: string | undefined;
|
|
24582
24474
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24583
24475
|
acs_user_count?: number | undefined;
|
|
24584
24476
|
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;
|
|
24477
|
+
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
24478
|
system_type_display_name?: string | undefined;
|
|
24587
24479
|
}, {
|
|
24588
24480
|
location: {
|
|
@@ -24642,12 +24534,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24642
24534
|
system_id: string;
|
|
24643
24535
|
lan_address: string;
|
|
24644
24536
|
} | 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;
|
|
24537
|
+
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
24538
|
external_type_display_name?: string | undefined;
|
|
24647
24539
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24648
24540
|
acs_user_count?: number | undefined;
|
|
24649
24541
|
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;
|
|
24542
|
+
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
24543
|
system_type_display_name?: string | undefined;
|
|
24652
24544
|
}>, "many">>;
|
|
24653
24545
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -32564,19 +32456,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
32564
32456
|
}>, z.ZodObject<{
|
|
32565
32457
|
message: z.ZodString;
|
|
32566
32458
|
created_at: z.ZodString;
|
|
32567
|
-
} & {
|
|
32568
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
32569
|
-
}, "strip", z.ZodTypeAny, {
|
|
32570
|
-
message: string;
|
|
32571
|
-
created_at: string;
|
|
32572
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
32573
|
-
}, {
|
|
32574
|
-
message: string;
|
|
32575
|
-
created_at: string;
|
|
32576
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
32577
|
-
}>, z.ZodObject<{
|
|
32578
|
-
message: z.ZodString;
|
|
32579
|
-
created_at: z.ZodString;
|
|
32580
32459
|
} & {
|
|
32581
32460
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
32582
32461
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33042,10 +32921,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33042
32921
|
message: string;
|
|
33043
32922
|
created_at: string;
|
|
33044
32923
|
warning_code: "third_party_integration_detected";
|
|
33045
|
-
} | {
|
|
33046
|
-
message: string;
|
|
33047
|
-
created_at: string;
|
|
33048
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
33049
32924
|
} | {
|
|
33050
32925
|
message: string;
|
|
33051
32926
|
created_at: string;
|
|
@@ -33273,10 +33148,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33273
33148
|
message: string;
|
|
33274
33149
|
created_at: string;
|
|
33275
33150
|
warning_code: "third_party_integration_detected";
|
|
33276
|
-
} | {
|
|
33277
|
-
message: string;
|
|
33278
|
-
created_at: string;
|
|
33279
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
33280
33151
|
} | {
|
|
33281
33152
|
message: string;
|
|
33282
33153
|
created_at: string;
|
|
@@ -33359,6 +33230,73 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33359
33230
|
can_simulate_disconnection?: boolean | undefined;
|
|
33360
33231
|
can_unlock_with_code?: boolean | undefined;
|
|
33361
33232
|
}>, "many">>;
|
|
33233
|
+
connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
33234
|
+
connect_webview_id: z.ZodString;
|
|
33235
|
+
workspace_id: z.ZodString;
|
|
33236
|
+
created_at: z.ZodString;
|
|
33237
|
+
connected_account_id: z.ZodNullable<z.ZodString>;
|
|
33238
|
+
url: z.ZodString;
|
|
33239
|
+
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
33240
|
+
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
33241
|
+
accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control"]>, "many">;
|
|
33242
|
+
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
33243
|
+
any_device_allowed: z.ZodBoolean;
|
|
33244
|
+
any_provider_allowed: z.ZodBoolean;
|
|
33245
|
+
login_successful: z.ZodBoolean;
|
|
33246
|
+
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
33247
|
+
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
33248
|
+
custom_redirect_failure_url: z.ZodNullable<z.ZodString>;
|
|
33249
|
+
custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
33250
|
+
automatically_manage_new_devices: z.ZodBoolean;
|
|
33251
|
+
wait_for_device_creation: z.ZodBoolean;
|
|
33252
|
+
authorized_at: z.ZodNullable<z.ZodString>;
|
|
33253
|
+
selected_provider: z.ZodNullable<z.ZodString>;
|
|
33254
|
+
customer_key: z.ZodOptional<z.ZodString>;
|
|
33255
|
+
}, "strip", z.ZodTypeAny, {
|
|
33256
|
+
url: string;
|
|
33257
|
+
status: "failed" | "pending" | "authorized";
|
|
33258
|
+
workspace_id: string;
|
|
33259
|
+
created_at: string;
|
|
33260
|
+
connected_account_id: string | null;
|
|
33261
|
+
custom_metadata: Record<string, string | boolean>;
|
|
33262
|
+
automatically_manage_new_devices: boolean;
|
|
33263
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
33264
|
+
connect_webview_id: string;
|
|
33265
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
33266
|
+
accepted_providers: string[];
|
|
33267
|
+
accepted_devices: string[];
|
|
33268
|
+
any_device_allowed: boolean;
|
|
33269
|
+
any_provider_allowed: boolean;
|
|
33270
|
+
login_successful: boolean;
|
|
33271
|
+
custom_redirect_url: string | null;
|
|
33272
|
+
custom_redirect_failure_url: string | null;
|
|
33273
|
+
wait_for_device_creation: boolean;
|
|
33274
|
+
authorized_at: string | null;
|
|
33275
|
+
selected_provider: string | null;
|
|
33276
|
+
customer_key?: string | undefined;
|
|
33277
|
+
}, {
|
|
33278
|
+
url: string;
|
|
33279
|
+
status: "failed" | "pending" | "authorized";
|
|
33280
|
+
workspace_id: string;
|
|
33281
|
+
created_at: string;
|
|
33282
|
+
connected_account_id: string | null;
|
|
33283
|
+
custom_metadata: Record<string, string | boolean>;
|
|
33284
|
+
automatically_manage_new_devices: boolean;
|
|
33285
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
33286
|
+
connect_webview_id: string;
|
|
33287
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
33288
|
+
accepted_providers: string[];
|
|
33289
|
+
accepted_devices: string[];
|
|
33290
|
+
any_device_allowed: boolean;
|
|
33291
|
+
any_provider_allowed: boolean;
|
|
33292
|
+
login_successful: boolean;
|
|
33293
|
+
custom_redirect_url: string | null;
|
|
33294
|
+
custom_redirect_failure_url: string | null;
|
|
33295
|
+
wait_for_device_creation: boolean;
|
|
33296
|
+
authorized_at: string | null;
|
|
33297
|
+
selected_provider: string | null;
|
|
33298
|
+
customer_key?: string | undefined;
|
|
33299
|
+
}>, "many">>;
|
|
33362
33300
|
}, "strip", z.ZodTypeAny, {
|
|
33363
33301
|
batch_type: "workspaces";
|
|
33364
33302
|
spaces?: {
|
|
@@ -33518,10 +33456,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
33518
33456
|
message: string;
|
|
33519
33457
|
created_at: string;
|
|
33520
33458
|
warning_code: "third_party_integration_detected";
|
|
33521
|
-
} | {
|
|
33522
|
-
message: string;
|
|
33523
|
-
created_at: string;
|
|
33524
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
33525
33459
|
} | {
|
|
33526
33460
|
message: string;
|
|
33527
33461
|
created_at: string;
|
|
@@ -34143,12 +34077,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
34143
34077
|
system_id: string;
|
|
34144
34078
|
lan_address: string;
|
|
34145
34079
|
} | 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;
|
|
34080
|
+
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
34081
|
external_type_display_name?: string | undefined;
|
|
34148
34082
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
34149
34083
|
acs_user_count?: number | undefined;
|
|
34150
34084
|
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;
|
|
34085
|
+
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
34086
|
system_type_display_name?: string | undefined;
|
|
34153
34087
|
}[] | undefined;
|
|
34154
34088
|
user_identities?: {
|
|
@@ -35370,10 +35304,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35370
35304
|
message: string;
|
|
35371
35305
|
created_at: string;
|
|
35372
35306
|
warning_code: "third_party_integration_detected";
|
|
35373
|
-
} | {
|
|
35374
|
-
message: string;
|
|
35375
|
-
created_at: string;
|
|
35376
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
35377
35307
|
} | {
|
|
35378
35308
|
message: string;
|
|
35379
35309
|
created_at: string;
|
|
@@ -35456,6 +35386,29 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35456
35386
|
can_simulate_disconnection?: boolean | undefined;
|
|
35457
35387
|
can_unlock_with_code?: boolean | undefined;
|
|
35458
35388
|
}[] | undefined;
|
|
35389
|
+
connect_webviews?: {
|
|
35390
|
+
url: string;
|
|
35391
|
+
status: "failed" | "pending" | "authorized";
|
|
35392
|
+
workspace_id: string;
|
|
35393
|
+
created_at: string;
|
|
35394
|
+
connected_account_id: string | null;
|
|
35395
|
+
custom_metadata: Record<string, string | boolean>;
|
|
35396
|
+
automatically_manage_new_devices: boolean;
|
|
35397
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
35398
|
+
connect_webview_id: string;
|
|
35399
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
35400
|
+
accepted_providers: string[];
|
|
35401
|
+
accepted_devices: string[];
|
|
35402
|
+
any_device_allowed: boolean;
|
|
35403
|
+
any_provider_allowed: boolean;
|
|
35404
|
+
login_successful: boolean;
|
|
35405
|
+
custom_redirect_url: string | null;
|
|
35406
|
+
custom_redirect_failure_url: string | null;
|
|
35407
|
+
wait_for_device_creation: boolean;
|
|
35408
|
+
authorized_at: string | null;
|
|
35409
|
+
selected_provider: string | null;
|
|
35410
|
+
customer_key?: string | undefined;
|
|
35411
|
+
}[] | undefined;
|
|
35459
35412
|
}, {
|
|
35460
35413
|
batch_type: "workspaces";
|
|
35461
35414
|
spaces?: {
|
|
@@ -35615,10 +35568,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
35615
35568
|
message: string;
|
|
35616
35569
|
created_at: string;
|
|
35617
35570
|
warning_code: "third_party_integration_detected";
|
|
35618
|
-
} | {
|
|
35619
|
-
message: string;
|
|
35620
|
-
created_at: string;
|
|
35621
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
35622
35571
|
} | {
|
|
35623
35572
|
message: string;
|
|
35624
35573
|
created_at: string;
|
|
@@ -36240,12 +36189,12 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
36240
36189
|
system_id: string;
|
|
36241
36190
|
lan_address: string;
|
|
36242
36191
|
} | 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;
|
|
36192
|
+
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
36193
|
external_type_display_name?: string | undefined;
|
|
36245
36194
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
36246
36195
|
acs_user_count?: number | undefined;
|
|
36247
36196
|
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;
|
|
36197
|
+
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
36198
|
system_type_display_name?: string | undefined;
|
|
36250
36199
|
}[] | undefined;
|
|
36251
36200
|
user_identities?: {
|
|
@@ -37467,10 +37416,6 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
37467
37416
|
message: string;
|
|
37468
37417
|
created_at: string;
|
|
37469
37418
|
warning_code: "third_party_integration_detected";
|
|
37470
|
-
} | {
|
|
37471
|
-
message: string;
|
|
37472
|
-
created_at: string;
|
|
37473
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
37474
37419
|
} | {
|
|
37475
37420
|
message: string;
|
|
37476
37421
|
created_at: string;
|
|
@@ -37553,6 +37498,29 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
37553
37498
|
can_simulate_disconnection?: boolean | undefined;
|
|
37554
37499
|
can_unlock_with_code?: boolean | undefined;
|
|
37555
37500
|
}[] | undefined;
|
|
37501
|
+
connect_webviews?: {
|
|
37502
|
+
url: string;
|
|
37503
|
+
status: "failed" | "pending" | "authorized";
|
|
37504
|
+
workspace_id: string;
|
|
37505
|
+
created_at: string;
|
|
37506
|
+
connected_account_id: string | null;
|
|
37507
|
+
custom_metadata: Record<string, string | boolean>;
|
|
37508
|
+
automatically_manage_new_devices: boolean;
|
|
37509
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
37510
|
+
connect_webview_id: string;
|
|
37511
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
37512
|
+
accepted_providers: string[];
|
|
37513
|
+
accepted_devices: string[];
|
|
37514
|
+
any_device_allowed: boolean;
|
|
37515
|
+
any_provider_allowed: boolean;
|
|
37516
|
+
login_successful: boolean;
|
|
37517
|
+
custom_redirect_url: string | null;
|
|
37518
|
+
custom_redirect_failure_url: string | null;
|
|
37519
|
+
wait_for_device_creation: boolean;
|
|
37520
|
+
authorized_at: string | null;
|
|
37521
|
+
selected_provider: string | null;
|
|
37522
|
+
customer_key?: string | undefined;
|
|
37523
|
+
}[] | undefined;
|
|
37556
37524
|
}>;
|
|
37557
37525
|
export declare const batch: z.ZodObject<{
|
|
37558
37526
|
batch_type: z.ZodEnum<["workspaces", "spaces", "access_grants", "access_methods"]>;
|
|
@@ -40413,19 +40381,6 @@ export declare const batch: z.ZodObject<{
|
|
|
40413
40381
|
}>, z.ZodObject<{
|
|
40414
40382
|
message: z.ZodString;
|
|
40415
40383
|
created_at: z.ZodString;
|
|
40416
|
-
} & {
|
|
40417
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
40418
|
-
}, "strip", z.ZodTypeAny, {
|
|
40419
|
-
message: string;
|
|
40420
|
-
created_at: string;
|
|
40421
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
40422
|
-
}, {
|
|
40423
|
-
message: string;
|
|
40424
|
-
created_at: string;
|
|
40425
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
40426
|
-
}>, z.ZodObject<{
|
|
40427
|
-
message: z.ZodString;
|
|
40428
|
-
created_at: z.ZodString;
|
|
40429
40384
|
} & {
|
|
40430
40385
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
40431
40386
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -40743,10 +40698,6 @@ export declare const batch: z.ZodObject<{
|
|
|
40743
40698
|
message: string;
|
|
40744
40699
|
created_at: string;
|
|
40745
40700
|
warning_code: "third_party_integration_detected";
|
|
40746
|
-
} | {
|
|
40747
|
-
message: string;
|
|
40748
|
-
created_at: string;
|
|
40749
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
40750
40701
|
} | {
|
|
40751
40702
|
message: string;
|
|
40752
40703
|
created_at: string;
|
|
@@ -41400,10 +41351,6 @@ export declare const batch: z.ZodObject<{
|
|
|
41400
41351
|
message: string;
|
|
41401
41352
|
created_at: string;
|
|
41402
41353
|
warning_code: "third_party_integration_detected";
|
|
41403
|
-
} | {
|
|
41404
|
-
message: string;
|
|
41405
|
-
created_at: string;
|
|
41406
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
41407
41354
|
} | {
|
|
41408
41355
|
message: string;
|
|
41409
41356
|
created_at: string;
|
|
@@ -42167,7 +42114,7 @@ export declare const batch: z.ZodObject<{
|
|
|
42167
42114
|
acs_system_id: z.ZodString;
|
|
42168
42115
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
42169
42116
|
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"]>>;
|
|
42117
|
+
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
42118
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
42172
42119
|
is_credential_manager: z.ZodBoolean;
|
|
42173
42120
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -42183,7 +42130,7 @@ export declare const batch: z.ZodObject<{
|
|
|
42183
42130
|
system_id: string;
|
|
42184
42131
|
lan_address: string;
|
|
42185
42132
|
}>>;
|
|
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"]>>;
|
|
42133
|
+
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
42134
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
42188
42135
|
location: z.ZodObject<{
|
|
42189
42136
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -42382,12 +42329,12 @@ export declare const batch: z.ZodObject<{
|
|
|
42382
42329
|
system_id: string;
|
|
42383
42330
|
lan_address: string;
|
|
42384
42331
|
} | 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;
|
|
42332
|
+
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
42333
|
external_type_display_name?: string | undefined;
|
|
42387
42334
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
42388
42335
|
acs_user_count?: number | undefined;
|
|
42389
42336
|
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;
|
|
42337
|
+
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
42338
|
system_type_display_name?: string | undefined;
|
|
42392
42339
|
}, {
|
|
42393
42340
|
location: {
|
|
@@ -42447,12 +42394,12 @@ export declare const batch: z.ZodObject<{
|
|
|
42447
42394
|
system_id: string;
|
|
42448
42395
|
lan_address: string;
|
|
42449
42396
|
} | 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;
|
|
42397
|
+
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
42398
|
external_type_display_name?: string | undefined;
|
|
42452
42399
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
42453
42400
|
acs_user_count?: number | undefined;
|
|
42454
42401
|
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;
|
|
42402
|
+
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
42403
|
system_type_display_name?: string | undefined;
|
|
42457
42404
|
}>, "many">>;
|
|
42458
42405
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -50369,19 +50316,6 @@ export declare const batch: z.ZodObject<{
|
|
|
50369
50316
|
}>, z.ZodObject<{
|
|
50370
50317
|
message: z.ZodString;
|
|
50371
50318
|
created_at: z.ZodString;
|
|
50372
|
-
} & {
|
|
50373
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
50374
|
-
}, "strip", z.ZodTypeAny, {
|
|
50375
|
-
message: string;
|
|
50376
|
-
created_at: string;
|
|
50377
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
50378
|
-
}, {
|
|
50379
|
-
message: string;
|
|
50380
|
-
created_at: string;
|
|
50381
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
50382
|
-
}>, z.ZodObject<{
|
|
50383
|
-
message: z.ZodString;
|
|
50384
|
-
created_at: z.ZodString;
|
|
50385
50319
|
} & {
|
|
50386
50320
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
50387
50321
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -50847,10 +50781,6 @@ export declare const batch: z.ZodObject<{
|
|
|
50847
50781
|
message: string;
|
|
50848
50782
|
created_at: string;
|
|
50849
50783
|
warning_code: "third_party_integration_detected";
|
|
50850
|
-
} | {
|
|
50851
|
-
message: string;
|
|
50852
|
-
created_at: string;
|
|
50853
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
50854
50784
|
} | {
|
|
50855
50785
|
message: string;
|
|
50856
50786
|
created_at: string;
|
|
@@ -51078,10 +51008,6 @@ export declare const batch: z.ZodObject<{
|
|
|
51078
51008
|
message: string;
|
|
51079
51009
|
created_at: string;
|
|
51080
51010
|
warning_code: "third_party_integration_detected";
|
|
51081
|
-
} | {
|
|
51082
|
-
message: string;
|
|
51083
|
-
created_at: string;
|
|
51084
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
51085
51011
|
} | {
|
|
51086
51012
|
message: string;
|
|
51087
51013
|
created_at: string;
|
|
@@ -51164,6 +51090,73 @@ export declare const batch: z.ZodObject<{
|
|
|
51164
51090
|
can_simulate_disconnection?: boolean | undefined;
|
|
51165
51091
|
can_unlock_with_code?: boolean | undefined;
|
|
51166
51092
|
}>, "many">>;
|
|
51093
|
+
connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
51094
|
+
connect_webview_id: z.ZodString;
|
|
51095
|
+
workspace_id: z.ZodString;
|
|
51096
|
+
created_at: z.ZodString;
|
|
51097
|
+
connected_account_id: z.ZodNullable<z.ZodString>;
|
|
51098
|
+
url: z.ZodString;
|
|
51099
|
+
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
51100
|
+
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
51101
|
+
accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control"]>, "many">;
|
|
51102
|
+
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
51103
|
+
any_device_allowed: z.ZodBoolean;
|
|
51104
|
+
any_provider_allowed: z.ZodBoolean;
|
|
51105
|
+
login_successful: z.ZodBoolean;
|
|
51106
|
+
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
51107
|
+
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
51108
|
+
custom_redirect_failure_url: z.ZodNullable<z.ZodString>;
|
|
51109
|
+
custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
51110
|
+
automatically_manage_new_devices: z.ZodBoolean;
|
|
51111
|
+
wait_for_device_creation: z.ZodBoolean;
|
|
51112
|
+
authorized_at: z.ZodNullable<z.ZodString>;
|
|
51113
|
+
selected_provider: z.ZodNullable<z.ZodString>;
|
|
51114
|
+
customer_key: z.ZodOptional<z.ZodString>;
|
|
51115
|
+
}, "strip", z.ZodTypeAny, {
|
|
51116
|
+
url: string;
|
|
51117
|
+
status: "failed" | "pending" | "authorized";
|
|
51118
|
+
workspace_id: string;
|
|
51119
|
+
created_at: string;
|
|
51120
|
+
connected_account_id: string | null;
|
|
51121
|
+
custom_metadata: Record<string, string | boolean>;
|
|
51122
|
+
automatically_manage_new_devices: boolean;
|
|
51123
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
51124
|
+
connect_webview_id: string;
|
|
51125
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
51126
|
+
accepted_providers: string[];
|
|
51127
|
+
accepted_devices: string[];
|
|
51128
|
+
any_device_allowed: boolean;
|
|
51129
|
+
any_provider_allowed: boolean;
|
|
51130
|
+
login_successful: boolean;
|
|
51131
|
+
custom_redirect_url: string | null;
|
|
51132
|
+
custom_redirect_failure_url: string | null;
|
|
51133
|
+
wait_for_device_creation: boolean;
|
|
51134
|
+
authorized_at: string | null;
|
|
51135
|
+
selected_provider: string | null;
|
|
51136
|
+
customer_key?: string | undefined;
|
|
51137
|
+
}, {
|
|
51138
|
+
url: string;
|
|
51139
|
+
status: "failed" | "pending" | "authorized";
|
|
51140
|
+
workspace_id: string;
|
|
51141
|
+
created_at: string;
|
|
51142
|
+
connected_account_id: string | null;
|
|
51143
|
+
custom_metadata: Record<string, string | boolean>;
|
|
51144
|
+
automatically_manage_new_devices: boolean;
|
|
51145
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
51146
|
+
connect_webview_id: string;
|
|
51147
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
51148
|
+
accepted_providers: string[];
|
|
51149
|
+
accepted_devices: string[];
|
|
51150
|
+
any_device_allowed: boolean;
|
|
51151
|
+
any_provider_allowed: boolean;
|
|
51152
|
+
login_successful: boolean;
|
|
51153
|
+
custom_redirect_url: string | null;
|
|
51154
|
+
custom_redirect_failure_url: string | null;
|
|
51155
|
+
wait_for_device_creation: boolean;
|
|
51156
|
+
authorized_at: string | null;
|
|
51157
|
+
selected_provider: string | null;
|
|
51158
|
+
customer_key?: string | undefined;
|
|
51159
|
+
}>, "many">>;
|
|
51167
51160
|
}, "strip", z.ZodTypeAny, {
|
|
51168
51161
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
51169
51162
|
spaces?: {
|
|
@@ -51323,10 +51316,6 @@ export declare const batch: z.ZodObject<{
|
|
|
51323
51316
|
message: string;
|
|
51324
51317
|
created_at: string;
|
|
51325
51318
|
warning_code: "third_party_integration_detected";
|
|
51326
|
-
} | {
|
|
51327
|
-
message: string;
|
|
51328
|
-
created_at: string;
|
|
51329
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
51330
51319
|
} | {
|
|
51331
51320
|
message: string;
|
|
51332
51321
|
created_at: string;
|
|
@@ -51948,12 +51937,12 @@ export declare const batch: z.ZodObject<{
|
|
|
51948
51937
|
system_id: string;
|
|
51949
51938
|
lan_address: string;
|
|
51950
51939
|
} | 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;
|
|
51940
|
+
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
51941
|
external_type_display_name?: string | undefined;
|
|
51953
51942
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
51954
51943
|
acs_user_count?: number | undefined;
|
|
51955
51944
|
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;
|
|
51945
|
+
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
51946
|
system_type_display_name?: string | undefined;
|
|
51958
51947
|
}[] | undefined;
|
|
51959
51948
|
user_identities?: {
|
|
@@ -53175,10 +53164,6 @@ export declare const batch: z.ZodObject<{
|
|
|
53175
53164
|
message: string;
|
|
53176
53165
|
created_at: string;
|
|
53177
53166
|
warning_code: "third_party_integration_detected";
|
|
53178
|
-
} | {
|
|
53179
|
-
message: string;
|
|
53180
|
-
created_at: string;
|
|
53181
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
53182
53167
|
} | {
|
|
53183
53168
|
message: string;
|
|
53184
53169
|
created_at: string;
|
|
@@ -53261,6 +53246,29 @@ export declare const batch: z.ZodObject<{
|
|
|
53261
53246
|
can_simulate_disconnection?: boolean | undefined;
|
|
53262
53247
|
can_unlock_with_code?: boolean | undefined;
|
|
53263
53248
|
}[] | undefined;
|
|
53249
|
+
connect_webviews?: {
|
|
53250
|
+
url: string;
|
|
53251
|
+
status: "failed" | "pending" | "authorized";
|
|
53252
|
+
workspace_id: string;
|
|
53253
|
+
created_at: string;
|
|
53254
|
+
connected_account_id: string | null;
|
|
53255
|
+
custom_metadata: Record<string, string | boolean>;
|
|
53256
|
+
automatically_manage_new_devices: boolean;
|
|
53257
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
53258
|
+
connect_webview_id: string;
|
|
53259
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
53260
|
+
accepted_providers: string[];
|
|
53261
|
+
accepted_devices: string[];
|
|
53262
|
+
any_device_allowed: boolean;
|
|
53263
|
+
any_provider_allowed: boolean;
|
|
53264
|
+
login_successful: boolean;
|
|
53265
|
+
custom_redirect_url: string | null;
|
|
53266
|
+
custom_redirect_failure_url: string | null;
|
|
53267
|
+
wait_for_device_creation: boolean;
|
|
53268
|
+
authorized_at: string | null;
|
|
53269
|
+
selected_provider: string | null;
|
|
53270
|
+
customer_key?: string | undefined;
|
|
53271
|
+
}[] | undefined;
|
|
53264
53272
|
}, {
|
|
53265
53273
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
53266
53274
|
spaces?: {
|
|
@@ -53420,10 +53428,6 @@ export declare const batch: z.ZodObject<{
|
|
|
53420
53428
|
message: string;
|
|
53421
53429
|
created_at: string;
|
|
53422
53430
|
warning_code: "third_party_integration_detected";
|
|
53423
|
-
} | {
|
|
53424
|
-
message: string;
|
|
53425
|
-
created_at: string;
|
|
53426
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
53427
53431
|
} | {
|
|
53428
53432
|
message: string;
|
|
53429
53433
|
created_at: string;
|
|
@@ -54045,12 +54049,12 @@ export declare const batch: z.ZodObject<{
|
|
|
54045
54049
|
system_id: string;
|
|
54046
54050
|
lan_address: string;
|
|
54047
54051
|
} | 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;
|
|
54052
|
+
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
54053
|
external_type_display_name?: string | undefined;
|
|
54050
54054
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
54051
54055
|
acs_user_count?: number | undefined;
|
|
54052
54056
|
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;
|
|
54057
|
+
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
54058
|
system_type_display_name?: string | undefined;
|
|
54055
54059
|
}[] | undefined;
|
|
54056
54060
|
user_identities?: {
|
|
@@ -55272,10 +55276,6 @@ export declare const batch: z.ZodObject<{
|
|
|
55272
55276
|
message: string;
|
|
55273
55277
|
created_at: string;
|
|
55274
55278
|
warning_code: "third_party_integration_detected";
|
|
55275
|
-
} | {
|
|
55276
|
-
message: string;
|
|
55277
|
-
created_at: string;
|
|
55278
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
55279
55279
|
} | {
|
|
55280
55280
|
message: string;
|
|
55281
55281
|
created_at: string;
|
|
@@ -55358,6 +55358,29 @@ export declare const batch: z.ZodObject<{
|
|
|
55358
55358
|
can_simulate_disconnection?: boolean | undefined;
|
|
55359
55359
|
can_unlock_with_code?: boolean | undefined;
|
|
55360
55360
|
}[] | undefined;
|
|
55361
|
+
connect_webviews?: {
|
|
55362
|
+
url: string;
|
|
55363
|
+
status: "failed" | "pending" | "authorized";
|
|
55364
|
+
workspace_id: string;
|
|
55365
|
+
created_at: string;
|
|
55366
|
+
connected_account_id: string | null;
|
|
55367
|
+
custom_metadata: Record<string, string | boolean>;
|
|
55368
|
+
automatically_manage_new_devices: boolean;
|
|
55369
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
55370
|
+
connect_webview_id: string;
|
|
55371
|
+
device_selection_mode: "none" | "multiple" | "single";
|
|
55372
|
+
accepted_providers: string[];
|
|
55373
|
+
accepted_devices: string[];
|
|
55374
|
+
any_device_allowed: boolean;
|
|
55375
|
+
any_provider_allowed: boolean;
|
|
55376
|
+
login_successful: boolean;
|
|
55377
|
+
custom_redirect_url: string | null;
|
|
55378
|
+
custom_redirect_failure_url: string | null;
|
|
55379
|
+
wait_for_device_creation: boolean;
|
|
55380
|
+
authorized_at: string | null;
|
|
55381
|
+
selected_provider: string | null;
|
|
55382
|
+
customer_key?: string | undefined;
|
|
55383
|
+
}[] | undefined;
|
|
55361
55384
|
}>;
|
|
55362
55385
|
export type WorkspacesBatch = z.infer<typeof workspaces_batch>;
|
|
55363
55386
|
export type Batch = z.infer<typeof batch>;
|