@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
package/dist/connect.d.cts
CHANGED
|
@@ -3629,13 +3629,15 @@ declare const access_grant: z.ZodObject<{
|
|
|
3629
3629
|
display_name: z.ZodString;
|
|
3630
3630
|
instant_key_url: z.ZodOptional<z.ZodString>;
|
|
3631
3631
|
created_at: z.ZodString;
|
|
3632
|
-
starts_at: z.
|
|
3633
|
-
ends_at: z.
|
|
3632
|
+
starts_at: z.ZodString;
|
|
3633
|
+
ends_at: z.ZodNullable<z.ZodString>;
|
|
3634
3634
|
}, "strip", z.ZodTypeAny, {
|
|
3635
3635
|
name: string | null;
|
|
3636
3636
|
display_name: string;
|
|
3637
3637
|
workspace_id: string;
|
|
3638
3638
|
created_at: string;
|
|
3639
|
+
starts_at: string;
|
|
3640
|
+
ends_at: string | null;
|
|
3639
3641
|
access_grant_id: string;
|
|
3640
3642
|
user_identity_id: string;
|
|
3641
3643
|
location_ids: string[];
|
|
@@ -3647,8 +3649,6 @@ declare const access_grant: z.ZodObject<{
|
|
|
3647
3649
|
created_access_method_ids: string[];
|
|
3648
3650
|
}[];
|
|
3649
3651
|
access_method_ids: string[];
|
|
3650
|
-
starts_at?: string | undefined;
|
|
3651
|
-
ends_at?: string | undefined;
|
|
3652
3652
|
access_grant_key?: string | undefined;
|
|
3653
3653
|
client_session_token?: string | undefined;
|
|
3654
3654
|
instant_key_url?: string | undefined;
|
|
@@ -3657,6 +3657,8 @@ declare const access_grant: z.ZodObject<{
|
|
|
3657
3657
|
display_name: string;
|
|
3658
3658
|
workspace_id: string;
|
|
3659
3659
|
created_at: string;
|
|
3660
|
+
starts_at: string;
|
|
3661
|
+
ends_at: string | null;
|
|
3660
3662
|
access_grant_id: string;
|
|
3661
3663
|
user_identity_id: string;
|
|
3662
3664
|
location_ids: string[];
|
|
@@ -3668,8 +3670,6 @@ declare const access_grant: z.ZodObject<{
|
|
|
3668
3670
|
created_access_method_ids: string[];
|
|
3669
3671
|
}[];
|
|
3670
3672
|
access_method_ids: string[];
|
|
3671
|
-
starts_at?: string | undefined;
|
|
3672
|
-
ends_at?: string | undefined;
|
|
3673
3673
|
access_grant_key?: string | undefined;
|
|
3674
3674
|
client_session_token?: string | undefined;
|
|
3675
3675
|
instant_key_url?: string | undefined;
|
|
@@ -4775,7 +4775,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
4775
4775
|
acs_system_id: z.ZodString;
|
|
4776
4776
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
4777
4777
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
4778
|
-
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"]>>;
|
|
4778
|
+
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"]>>;
|
|
4779
4779
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4780
4780
|
is_credential_manager: z.ZodBoolean;
|
|
4781
4781
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4791,7 +4791,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
4791
4791
|
system_id: string;
|
|
4792
4792
|
lan_address: string;
|
|
4793
4793
|
}>>;
|
|
4794
|
-
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"]>>;
|
|
4794
|
+
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"]>>;
|
|
4795
4795
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4796
4796
|
location: z.ZodObject<{
|
|
4797
4797
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -4990,12 +4990,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
4990
4990
|
system_id: string;
|
|
4991
4991
|
lan_address: string;
|
|
4992
4992
|
} | undefined;
|
|
4993
|
-
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;
|
|
4993
|
+
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;
|
|
4994
4994
|
external_type_display_name?: string | undefined;
|
|
4995
4995
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
4996
4996
|
acs_user_count?: number | undefined;
|
|
4997
4997
|
acs_access_group_count?: number | undefined;
|
|
4998
|
-
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;
|
|
4998
|
+
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;
|
|
4999
4999
|
system_type_display_name?: string | undefined;
|
|
5000
5000
|
}, {
|
|
5001
5001
|
name: string;
|
|
@@ -5055,12 +5055,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
5055
5055
|
system_id: string;
|
|
5056
5056
|
lan_address: string;
|
|
5057
5057
|
} | undefined;
|
|
5058
|
-
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;
|
|
5058
|
+
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;
|
|
5059
5059
|
external_type_display_name?: string | undefined;
|
|
5060
5060
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
5061
5061
|
acs_user_count?: number | undefined;
|
|
5062
5062
|
acs_access_group_count?: number | undefined;
|
|
5063
|
-
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;
|
|
5063
|
+
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;
|
|
5064
5064
|
system_type_display_name?: string | undefined;
|
|
5065
5065
|
}>;
|
|
5066
5066
|
type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -13008,19 +13008,6 @@ declare const batch: z.ZodObject<{
|
|
|
13008
13008
|
}>, z.ZodObject<{
|
|
13009
13009
|
message: z.ZodString;
|
|
13010
13010
|
created_at: z.ZodString;
|
|
13011
|
-
} & {
|
|
13012
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
13013
|
-
}, "strip", z.ZodTypeAny, {
|
|
13014
|
-
message: string;
|
|
13015
|
-
created_at: string;
|
|
13016
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
13017
|
-
}, {
|
|
13018
|
-
message: string;
|
|
13019
|
-
created_at: string;
|
|
13020
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
13021
|
-
}>, z.ZodObject<{
|
|
13022
|
-
message: z.ZodString;
|
|
13023
|
-
created_at: z.ZodString;
|
|
13024
13011
|
} & {
|
|
13025
13012
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
13026
13013
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13334,10 +13321,6 @@ declare const batch: z.ZodObject<{
|
|
|
13334
13321
|
message: string;
|
|
13335
13322
|
created_at: string;
|
|
13336
13323
|
warning_code: "third_party_integration_detected";
|
|
13337
|
-
} | {
|
|
13338
|
-
message: string;
|
|
13339
|
-
created_at: string;
|
|
13340
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
13341
13324
|
} | {
|
|
13342
13325
|
message: string;
|
|
13343
13326
|
created_at: string;
|
|
@@ -13991,10 +13974,6 @@ declare const batch: z.ZodObject<{
|
|
|
13991
13974
|
message: string;
|
|
13992
13975
|
created_at: string;
|
|
13993
13976
|
warning_code: "third_party_integration_detected";
|
|
13994
|
-
} | {
|
|
13995
|
-
message: string;
|
|
13996
|
-
created_at: string;
|
|
13997
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
13998
13977
|
} | {
|
|
13999
13978
|
message: string;
|
|
14000
13979
|
created_at: string;
|
|
@@ -14762,7 +14741,7 @@ declare const batch: z.ZodObject<{
|
|
|
14762
14741
|
acs_system_id: z.ZodString;
|
|
14763
14742
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
14764
14743
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
14765
|
-
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"]>>;
|
|
14744
|
+
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"]>>;
|
|
14766
14745
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
14767
14746
|
is_credential_manager: z.ZodBoolean;
|
|
14768
14747
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -14778,7 +14757,7 @@ declare const batch: z.ZodObject<{
|
|
|
14778
14757
|
system_id: string;
|
|
14779
14758
|
lan_address: string;
|
|
14780
14759
|
}>>;
|
|
14781
|
-
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"]>>;
|
|
14760
|
+
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"]>>;
|
|
14782
14761
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
14783
14762
|
location: z.ZodObject<{
|
|
14784
14763
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -14977,12 +14956,12 @@ declare const batch: z.ZodObject<{
|
|
|
14977
14956
|
system_id: string;
|
|
14978
14957
|
lan_address: string;
|
|
14979
14958
|
} | undefined;
|
|
14980
|
-
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;
|
|
14959
|
+
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;
|
|
14981
14960
|
external_type_display_name?: string | undefined;
|
|
14982
14961
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
14983
14962
|
acs_user_count?: number | undefined;
|
|
14984
14963
|
acs_access_group_count?: number | undefined;
|
|
14985
|
-
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;
|
|
14964
|
+
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;
|
|
14986
14965
|
system_type_display_name?: string | undefined;
|
|
14987
14966
|
}, {
|
|
14988
14967
|
name: string;
|
|
@@ -15042,12 +15021,12 @@ declare const batch: z.ZodObject<{
|
|
|
15042
15021
|
system_id: string;
|
|
15043
15022
|
lan_address: string;
|
|
15044
15023
|
} | undefined;
|
|
15045
|
-
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;
|
|
15024
|
+
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;
|
|
15046
15025
|
external_type_display_name?: string | undefined;
|
|
15047
15026
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
15048
15027
|
acs_user_count?: number | undefined;
|
|
15049
15028
|
acs_access_group_count?: number | undefined;
|
|
15050
|
-
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;
|
|
15029
|
+
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;
|
|
15051
15030
|
system_type_display_name?: string | undefined;
|
|
15052
15031
|
}>, "many">>;
|
|
15053
15032
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -22964,19 +22943,6 @@ declare const batch: z.ZodObject<{
|
|
|
22964
22943
|
}>, z.ZodObject<{
|
|
22965
22944
|
message: z.ZodString;
|
|
22966
22945
|
created_at: z.ZodString;
|
|
22967
|
-
} & {
|
|
22968
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
22969
|
-
}, "strip", z.ZodTypeAny, {
|
|
22970
|
-
message: string;
|
|
22971
|
-
created_at: string;
|
|
22972
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
22973
|
-
}, {
|
|
22974
|
-
message: string;
|
|
22975
|
-
created_at: string;
|
|
22976
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
22977
|
-
}>, z.ZodObject<{
|
|
22978
|
-
message: z.ZodString;
|
|
22979
|
-
created_at: z.ZodString;
|
|
22980
22946
|
} & {
|
|
22981
22947
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
22982
22948
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23438,10 +23404,6 @@ declare const batch: z.ZodObject<{
|
|
|
23438
23404
|
message: string;
|
|
23439
23405
|
created_at: string;
|
|
23440
23406
|
warning_code: "third_party_integration_detected";
|
|
23441
|
-
} | {
|
|
23442
|
-
message: string;
|
|
23443
|
-
created_at: string;
|
|
23444
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
23445
23407
|
} | {
|
|
23446
23408
|
message: string;
|
|
23447
23409
|
created_at: string;
|
|
@@ -23669,10 +23631,6 @@ declare const batch: z.ZodObject<{
|
|
|
23669
23631
|
message: string;
|
|
23670
23632
|
created_at: string;
|
|
23671
23633
|
warning_code: "third_party_integration_detected";
|
|
23672
|
-
} | {
|
|
23673
|
-
message: string;
|
|
23674
|
-
created_at: string;
|
|
23675
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
23676
23634
|
} | {
|
|
23677
23635
|
message: string;
|
|
23678
23636
|
created_at: string;
|
|
@@ -23759,6 +23717,73 @@ declare const batch: z.ZodObject<{
|
|
|
23759
23717
|
can_simulate_disconnection?: boolean | undefined;
|
|
23760
23718
|
can_unlock_with_code?: boolean | undefined;
|
|
23761
23719
|
}>, "many">>;
|
|
23720
|
+
connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23721
|
+
connect_webview_id: z.ZodString;
|
|
23722
|
+
workspace_id: z.ZodString;
|
|
23723
|
+
created_at: z.ZodString;
|
|
23724
|
+
connected_account_id: z.ZodNullable<z.ZodString>;
|
|
23725
|
+
url: z.ZodString;
|
|
23726
|
+
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
23727
|
+
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
23728
|
+
accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control"]>, "many">;
|
|
23729
|
+
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
23730
|
+
any_device_allowed: z.ZodBoolean;
|
|
23731
|
+
any_provider_allowed: z.ZodBoolean;
|
|
23732
|
+
login_successful: z.ZodBoolean;
|
|
23733
|
+
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
23734
|
+
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
23735
|
+
custom_redirect_failure_url: z.ZodNullable<z.ZodString>;
|
|
23736
|
+
custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
23737
|
+
automatically_manage_new_devices: z.ZodBoolean;
|
|
23738
|
+
wait_for_device_creation: z.ZodBoolean;
|
|
23739
|
+
authorized_at: z.ZodNullable<z.ZodString>;
|
|
23740
|
+
selected_provider: z.ZodNullable<z.ZodString>;
|
|
23741
|
+
customer_key: z.ZodOptional<z.ZodString>;
|
|
23742
|
+
}, "strip", z.ZodTypeAny, {
|
|
23743
|
+
status: "pending" | "failed" | "authorized";
|
|
23744
|
+
workspace_id: string;
|
|
23745
|
+
created_at: string;
|
|
23746
|
+
connected_account_id: string | null;
|
|
23747
|
+
custom_metadata: Record<string, string | boolean>;
|
|
23748
|
+
automatically_manage_new_devices: boolean;
|
|
23749
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
23750
|
+
connect_webview_id: string;
|
|
23751
|
+
url: string;
|
|
23752
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
23753
|
+
accepted_providers: string[];
|
|
23754
|
+
accepted_devices: string[];
|
|
23755
|
+
any_device_allowed: boolean;
|
|
23756
|
+
any_provider_allowed: boolean;
|
|
23757
|
+
login_successful: boolean;
|
|
23758
|
+
custom_redirect_url: string | null;
|
|
23759
|
+
custom_redirect_failure_url: string | null;
|
|
23760
|
+
wait_for_device_creation: boolean;
|
|
23761
|
+
authorized_at: string | null;
|
|
23762
|
+
selected_provider: string | null;
|
|
23763
|
+
customer_key?: string | undefined;
|
|
23764
|
+
}, {
|
|
23765
|
+
status: "pending" | "failed" | "authorized";
|
|
23766
|
+
workspace_id: string;
|
|
23767
|
+
created_at: string;
|
|
23768
|
+
connected_account_id: string | null;
|
|
23769
|
+
custom_metadata: Record<string, string | boolean>;
|
|
23770
|
+
automatically_manage_new_devices: boolean;
|
|
23771
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
23772
|
+
connect_webview_id: string;
|
|
23773
|
+
url: string;
|
|
23774
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
23775
|
+
accepted_providers: string[];
|
|
23776
|
+
accepted_devices: string[];
|
|
23777
|
+
any_device_allowed: boolean;
|
|
23778
|
+
any_provider_allowed: boolean;
|
|
23779
|
+
login_successful: boolean;
|
|
23780
|
+
custom_redirect_url: string | null;
|
|
23781
|
+
custom_redirect_failure_url: string | null;
|
|
23782
|
+
wait_for_device_creation: boolean;
|
|
23783
|
+
authorized_at: string | null;
|
|
23784
|
+
selected_provider: string | null;
|
|
23785
|
+
customer_key?: string | undefined;
|
|
23786
|
+
}>, "many">>;
|
|
23762
23787
|
}, "strip", z.ZodTypeAny, {
|
|
23763
23788
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
23764
23789
|
spaces?: {
|
|
@@ -23914,10 +23939,6 @@ declare const batch: z.ZodObject<{
|
|
|
23914
23939
|
message: string;
|
|
23915
23940
|
created_at: string;
|
|
23916
23941
|
warning_code: "third_party_integration_detected";
|
|
23917
|
-
} | {
|
|
23918
|
-
message: string;
|
|
23919
|
-
created_at: string;
|
|
23920
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
23921
23942
|
} | {
|
|
23922
23943
|
message: string;
|
|
23923
23944
|
created_at: string;
|
|
@@ -24543,12 +24564,12 @@ declare const batch: z.ZodObject<{
|
|
|
24543
24564
|
system_id: string;
|
|
24544
24565
|
lan_address: string;
|
|
24545
24566
|
} | undefined;
|
|
24546
|
-
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;
|
|
24567
|
+
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;
|
|
24547
24568
|
external_type_display_name?: string | undefined;
|
|
24548
24569
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24549
24570
|
acs_user_count?: number | undefined;
|
|
24550
24571
|
acs_access_group_count?: number | undefined;
|
|
24551
|
-
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;
|
|
24572
|
+
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;
|
|
24552
24573
|
system_type_display_name?: string | undefined;
|
|
24553
24574
|
}[] | undefined;
|
|
24554
24575
|
user_identities?: {
|
|
@@ -25766,10 +25787,6 @@ declare const batch: z.ZodObject<{
|
|
|
25766
25787
|
message: string;
|
|
25767
25788
|
created_at: string;
|
|
25768
25789
|
warning_code: "third_party_integration_detected";
|
|
25769
|
-
} | {
|
|
25770
|
-
message: string;
|
|
25771
|
-
created_at: string;
|
|
25772
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
25773
25790
|
} | {
|
|
25774
25791
|
message: string;
|
|
25775
25792
|
created_at: string;
|
|
@@ -25856,6 +25873,29 @@ declare const batch: z.ZodObject<{
|
|
|
25856
25873
|
can_simulate_disconnection?: boolean | undefined;
|
|
25857
25874
|
can_unlock_with_code?: boolean | undefined;
|
|
25858
25875
|
}[] | undefined;
|
|
25876
|
+
connect_webviews?: {
|
|
25877
|
+
status: "pending" | "failed" | "authorized";
|
|
25878
|
+
workspace_id: string;
|
|
25879
|
+
created_at: string;
|
|
25880
|
+
connected_account_id: string | null;
|
|
25881
|
+
custom_metadata: Record<string, string | boolean>;
|
|
25882
|
+
automatically_manage_new_devices: boolean;
|
|
25883
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
25884
|
+
connect_webview_id: string;
|
|
25885
|
+
url: string;
|
|
25886
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
25887
|
+
accepted_providers: string[];
|
|
25888
|
+
accepted_devices: string[];
|
|
25889
|
+
any_device_allowed: boolean;
|
|
25890
|
+
any_provider_allowed: boolean;
|
|
25891
|
+
login_successful: boolean;
|
|
25892
|
+
custom_redirect_url: string | null;
|
|
25893
|
+
custom_redirect_failure_url: string | null;
|
|
25894
|
+
wait_for_device_creation: boolean;
|
|
25895
|
+
authorized_at: string | null;
|
|
25896
|
+
selected_provider: string | null;
|
|
25897
|
+
customer_key?: string | undefined;
|
|
25898
|
+
}[] | undefined;
|
|
25859
25899
|
}, {
|
|
25860
25900
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
25861
25901
|
spaces?: {
|
|
@@ -26011,10 +26051,6 @@ declare const batch: z.ZodObject<{
|
|
|
26011
26051
|
message: string;
|
|
26012
26052
|
created_at: string;
|
|
26013
26053
|
warning_code: "third_party_integration_detected";
|
|
26014
|
-
} | {
|
|
26015
|
-
message: string;
|
|
26016
|
-
created_at: string;
|
|
26017
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
26018
26054
|
} | {
|
|
26019
26055
|
message: string;
|
|
26020
26056
|
created_at: string;
|
|
@@ -26640,12 +26676,12 @@ declare const batch: z.ZodObject<{
|
|
|
26640
26676
|
system_id: string;
|
|
26641
26677
|
lan_address: string;
|
|
26642
26678
|
} | undefined;
|
|
26643
|
-
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;
|
|
26679
|
+
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;
|
|
26644
26680
|
external_type_display_name?: string | undefined;
|
|
26645
26681
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
26646
26682
|
acs_user_count?: number | undefined;
|
|
26647
26683
|
acs_access_group_count?: number | undefined;
|
|
26648
|
-
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;
|
|
26684
|
+
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;
|
|
26649
26685
|
system_type_display_name?: string | undefined;
|
|
26650
26686
|
}[] | undefined;
|
|
26651
26687
|
user_identities?: {
|
|
@@ -27863,10 +27899,6 @@ declare const batch: z.ZodObject<{
|
|
|
27863
27899
|
message: string;
|
|
27864
27900
|
created_at: string;
|
|
27865
27901
|
warning_code: "third_party_integration_detected";
|
|
27866
|
-
} | {
|
|
27867
|
-
message: string;
|
|
27868
|
-
created_at: string;
|
|
27869
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
27870
27902
|
} | {
|
|
27871
27903
|
message: string;
|
|
27872
27904
|
created_at: string;
|
|
@@ -27953,6 +27985,29 @@ declare const batch: z.ZodObject<{
|
|
|
27953
27985
|
can_simulate_disconnection?: boolean | undefined;
|
|
27954
27986
|
can_unlock_with_code?: boolean | undefined;
|
|
27955
27987
|
}[] | undefined;
|
|
27988
|
+
connect_webviews?: {
|
|
27989
|
+
status: "pending" | "failed" | "authorized";
|
|
27990
|
+
workspace_id: string;
|
|
27991
|
+
created_at: string;
|
|
27992
|
+
connected_account_id: string | null;
|
|
27993
|
+
custom_metadata: Record<string, string | boolean>;
|
|
27994
|
+
automatically_manage_new_devices: boolean;
|
|
27995
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
27996
|
+
connect_webview_id: string;
|
|
27997
|
+
url: string;
|
|
27998
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
27999
|
+
accepted_providers: string[];
|
|
28000
|
+
accepted_devices: string[];
|
|
28001
|
+
any_device_allowed: boolean;
|
|
28002
|
+
any_provider_allowed: boolean;
|
|
28003
|
+
login_successful: boolean;
|
|
28004
|
+
custom_redirect_url: string | null;
|
|
28005
|
+
custom_redirect_failure_url: string | null;
|
|
28006
|
+
wait_for_device_creation: boolean;
|
|
28007
|
+
authorized_at: string | null;
|
|
28008
|
+
selected_provider: string | null;
|
|
28009
|
+
customer_key?: string | undefined;
|
|
28010
|
+
}[] | undefined;
|
|
27956
28011
|
}>;
|
|
27957
28012
|
type Batch = z.infer<typeof batch>;
|
|
27958
28013
|
|
|
@@ -29098,19 +29153,6 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
29098
29153
|
}>, z.ZodObject<{
|
|
29099
29154
|
message: z.ZodString;
|
|
29100
29155
|
created_at: z.ZodString;
|
|
29101
|
-
} & {
|
|
29102
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
29103
|
-
}, "strip", z.ZodTypeAny, {
|
|
29104
|
-
message: string;
|
|
29105
|
-
created_at: string;
|
|
29106
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
29107
|
-
}, {
|
|
29108
|
-
message: string;
|
|
29109
|
-
created_at: string;
|
|
29110
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
29111
|
-
}>, z.ZodObject<{
|
|
29112
|
-
message: z.ZodString;
|
|
29113
|
-
created_at: z.ZodString;
|
|
29114
29156
|
} & {
|
|
29115
29157
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
29116
29158
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31930,19 +31972,6 @@ declare const device: z.ZodObject<{
|
|
|
31930
31972
|
}>, z.ZodObject<{
|
|
31931
31973
|
message: z.ZodString;
|
|
31932
31974
|
created_at: z.ZodString;
|
|
31933
|
-
} & {
|
|
31934
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
31935
|
-
}, "strip", z.ZodTypeAny, {
|
|
31936
|
-
message: string;
|
|
31937
|
-
created_at: string;
|
|
31938
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
31939
|
-
}, {
|
|
31940
|
-
message: string;
|
|
31941
|
-
created_at: string;
|
|
31942
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
31943
|
-
}>, z.ZodObject<{
|
|
31944
|
-
message: z.ZodString;
|
|
31945
|
-
created_at: z.ZodString;
|
|
31946
31975
|
} & {
|
|
31947
31976
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
31948
31977
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -32256,10 +32285,6 @@ declare const device: z.ZodObject<{
|
|
|
32256
32285
|
message: string;
|
|
32257
32286
|
created_at: string;
|
|
32258
32287
|
warning_code: "third_party_integration_detected";
|
|
32259
|
-
} | {
|
|
32260
|
-
message: string;
|
|
32261
|
-
created_at: string;
|
|
32262
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
32263
32288
|
} | {
|
|
32264
32289
|
message: string;
|
|
32265
32290
|
created_at: string;
|
|
@@ -32913,10 +32938,6 @@ declare const device: z.ZodObject<{
|
|
|
32913
32938
|
message: string;
|
|
32914
32939
|
created_at: string;
|
|
32915
32940
|
warning_code: "third_party_integration_detected";
|
|
32916
|
-
} | {
|
|
32917
|
-
message: string;
|
|
32918
|
-
created_at: string;
|
|
32919
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
32920
32941
|
} | {
|
|
32921
32942
|
message: string;
|
|
32922
32943
|
created_at: string;
|
|
@@ -33478,6 +33499,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
33478
33499
|
readonly SENSI: "sensi";
|
|
33479
33500
|
readonly KWIKSET2: "kwikset2";
|
|
33480
33501
|
readonly KEYNEST: "keynest";
|
|
33502
|
+
readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
|
|
33481
33503
|
};
|
|
33482
33504
|
type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
|
|
33483
33505
|
declare const device_provider: z.ZodObject<{
|
|
@@ -36199,19 +36221,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
36199
36221
|
}>, z.ZodObject<{
|
|
36200
36222
|
message: z.ZodString;
|
|
36201
36223
|
created_at: z.ZodString;
|
|
36202
|
-
} & {
|
|
36203
|
-
warning_code: z.ZodLiteral<"nest_thermostat_in_manual_eco_mode">;
|
|
36204
|
-
}, "strip", z.ZodTypeAny, {
|
|
36205
|
-
message: string;
|
|
36206
|
-
created_at: string;
|
|
36207
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
36208
|
-
}, {
|
|
36209
|
-
message: string;
|
|
36210
|
-
created_at: string;
|
|
36211
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
36212
|
-
}>, z.ZodObject<{
|
|
36213
|
-
message: z.ZodString;
|
|
36214
|
-
created_at: z.ZodString;
|
|
36215
36224
|
} & {
|
|
36216
36225
|
warning_code: z.ZodLiteral<"ttlock_lock_gateway_unlocking_not_enabled">;
|
|
36217
36226
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36673,10 +36682,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
36673
36682
|
message: string;
|
|
36674
36683
|
created_at: string;
|
|
36675
36684
|
warning_code: "third_party_integration_detected";
|
|
36676
|
-
} | {
|
|
36677
|
-
message: string;
|
|
36678
|
-
created_at: string;
|
|
36679
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
36680
36685
|
} | {
|
|
36681
36686
|
message: string;
|
|
36682
36687
|
created_at: string;
|
|
@@ -36904,10 +36909,6 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
36904
36909
|
message: string;
|
|
36905
36910
|
created_at: string;
|
|
36906
36911
|
warning_code: "third_party_integration_detected";
|
|
36907
|
-
} | {
|
|
36908
|
-
message: string;
|
|
36909
|
-
created_at: string;
|
|
36910
|
-
warning_code: "nest_thermostat_in_manual_eco_mode";
|
|
36911
36912
|
} | {
|
|
36912
36913
|
message: string;
|
|
36913
36914
|
created_at: string;
|
|
@@ -40857,6 +40858,7 @@ declare const _default: {
|
|
|
40857
40858
|
ends_at: {
|
|
40858
40859
|
description: string;
|
|
40859
40860
|
format: string;
|
|
40861
|
+
nullable: boolean;
|
|
40860
40862
|
type: string;
|
|
40861
40863
|
};
|
|
40862
40864
|
instant_key_url: {
|
|
@@ -57107,7 +57109,9 @@ declare const _default: {
|
|
|
57107
57109
|
type: string;
|
|
57108
57110
|
};
|
|
57109
57111
|
ends_at: {
|
|
57112
|
+
default: null;
|
|
57110
57113
|
description: string;
|
|
57114
|
+
nullable: boolean;
|
|
57111
57115
|
type: string;
|
|
57112
57116
|
};
|
|
57113
57117
|
location: {
|
|
@@ -58030,7 +58034,6 @@ declare const _default: {
|
|
|
58030
58034
|
starts_at: {
|
|
58031
58035
|
description: string;
|
|
58032
58036
|
format: string;
|
|
58033
|
-
nullable: boolean;
|
|
58034
58037
|
type: string;
|
|
58035
58038
|
};
|
|
58036
58039
|
};
|
|
@@ -58120,7 +58123,6 @@ declare const _default: {
|
|
|
58120
58123
|
starts_at: {
|
|
58121
58124
|
description: string;
|
|
58122
58125
|
format: string;
|
|
58123
|
-
nullable: boolean;
|
|
58124
58126
|
type: string;
|
|
58125
58127
|
};
|
|
58126
58128
|
};
|
|
@@ -58604,6 +58606,12 @@ declare const _default: {
|
|
|
58604
58606
|
};
|
|
58605
58607
|
type: string;
|
|
58606
58608
|
};
|
|
58609
|
+
connect_webviews: {
|
|
58610
|
+
items: {
|
|
58611
|
+
$ref: string;
|
|
58612
|
+
};
|
|
58613
|
+
type: string;
|
|
58614
|
+
};
|
|
58607
58615
|
devices: {
|
|
58608
58616
|
items: {
|
|
58609
58617
|
$ref: string;
|
|
@@ -58783,6 +58791,12 @@ declare const _default: {
|
|
|
58783
58791
|
};
|
|
58784
58792
|
type: string;
|
|
58785
58793
|
};
|
|
58794
|
+
connect_webviews: {
|
|
58795
|
+
items: {
|
|
58796
|
+
$ref: string;
|
|
58797
|
+
};
|
|
58798
|
+
type: string;
|
|
58799
|
+
};
|
|
58786
58800
|
devices: {
|
|
58787
58801
|
items: {
|
|
58788
58802
|
$ref: string;
|
|
@@ -68868,6 +68882,11 @@ declare const _default: {
|
|
|
68868
68882
|
allOf: ({
|
|
68869
68883
|
default: {
|
|
68870
68884
|
features: {
|
|
68885
|
+
configure: {
|
|
68886
|
+
allow_access_automation_rule_customization: boolean;
|
|
68887
|
+
allow_instant_key_customization: boolean;
|
|
68888
|
+
exclude: boolean;
|
|
68889
|
+
};
|
|
68871
68890
|
connect: {
|
|
68872
68891
|
exclude: boolean;
|
|
68873
68892
|
};
|
|
@@ -68885,6 +68904,28 @@ declare const _default: {
|
|
|
68885
68904
|
features: {
|
|
68886
68905
|
default: {};
|
|
68887
68906
|
properties: {
|
|
68907
|
+
configure: {
|
|
68908
|
+
default: {};
|
|
68909
|
+
description: string;
|
|
68910
|
+
properties: {
|
|
68911
|
+
allow_access_automation_rule_customization: {
|
|
68912
|
+
default: boolean;
|
|
68913
|
+
description: string;
|
|
68914
|
+
type: string;
|
|
68915
|
+
};
|
|
68916
|
+
allow_instant_key_customization: {
|
|
68917
|
+
default: boolean;
|
|
68918
|
+
description: string;
|
|
68919
|
+
type: string;
|
|
68920
|
+
};
|
|
68921
|
+
exclude: {
|
|
68922
|
+
default: boolean;
|
|
68923
|
+
description: string;
|
|
68924
|
+
type: string;
|
|
68925
|
+
};
|
|
68926
|
+
};
|
|
68927
|
+
type: string;
|
|
68928
|
+
};
|
|
68888
68929
|
connect: {
|
|
68889
68930
|
default: {};
|
|
68890
68931
|
description: string;
|
|
@@ -78011,6 +78052,20 @@ declare const _default: {
|
|
|
78011
78052
|
};
|
|
78012
78053
|
features: {
|
|
78013
78054
|
properties: {
|
|
78055
|
+
configure: {
|
|
78056
|
+
properties: {
|
|
78057
|
+
allow_access_automation_rule_customization: {
|
|
78058
|
+
type: string;
|
|
78059
|
+
};
|
|
78060
|
+
allow_instant_key_customization: {
|
|
78061
|
+
type: string;
|
|
78062
|
+
};
|
|
78063
|
+
exclude: {
|
|
78064
|
+
type: string;
|
|
78065
|
+
};
|
|
78066
|
+
};
|
|
78067
|
+
type: string;
|
|
78068
|
+
};
|
|
78014
78069
|
connect: {
|
|
78015
78070
|
properties: {
|
|
78016
78071
|
exclude: {
|
|
@@ -78108,6 +78163,20 @@ declare const _default: {
|
|
|
78108
78163
|
};
|
|
78109
78164
|
features: {
|
|
78110
78165
|
properties: {
|
|
78166
|
+
configure: {
|
|
78167
|
+
properties: {
|
|
78168
|
+
allow_access_automation_rule_customization: {
|
|
78169
|
+
type: string;
|
|
78170
|
+
};
|
|
78171
|
+
allow_instant_key_customization: {
|
|
78172
|
+
type: string;
|
|
78173
|
+
};
|
|
78174
|
+
exclude: {
|
|
78175
|
+
type: string;
|
|
78176
|
+
};
|
|
78177
|
+
};
|
|
78178
|
+
type: string;
|
|
78179
|
+
};
|
|
78111
78180
|
connect: {
|
|
78112
78181
|
properties: {
|
|
78113
78182
|
exclude: {
|
|
@@ -90022,6 +90091,12 @@ declare const _default: {
|
|
|
90022
90091
|
};
|
|
90023
90092
|
type: string;
|
|
90024
90093
|
};
|
|
90094
|
+
connect_webviews: {
|
|
90095
|
+
items: {
|
|
90096
|
+
$ref: string;
|
|
90097
|
+
};
|
|
90098
|
+
type: string;
|
|
90099
|
+
};
|
|
90025
90100
|
devices: {
|
|
90026
90101
|
items: {
|
|
90027
90102
|
$ref: string;
|
|
@@ -90176,6 +90251,12 @@ declare const _default: {
|
|
|
90176
90251
|
};
|
|
90177
90252
|
type: string;
|
|
90178
90253
|
};
|
|
90254
|
+
connect_webviews: {
|
|
90255
|
+
items: {
|
|
90256
|
+
$ref: string;
|
|
90257
|
+
};
|
|
90258
|
+
type: string;
|
|
90259
|
+
};
|
|
90179
90260
|
devices: {
|
|
90180
90261
|
items: {
|
|
90181
90262
|
$ref: string;
|
|
@@ -100791,7 +100872,7 @@ interface Routes {
|
|
|
100791
100872
|
/** Date and time at which the validity of the new grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
100792
100873
|
starts_at?: string | undefined;
|
|
100793
100874
|
/** Date and time at which the validity of the new grant ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Must be a time in the future and after `starts_at`. */
|
|
100794
|
-
ends_at?: string | undefined;
|
|
100875
|
+
ends_at?: (string | undefined) | null;
|
|
100795
100876
|
};
|
|
100796
100877
|
formData: {};
|
|
100797
100878
|
jsonResponse: {
|
|
@@ -100834,9 +100915,9 @@ interface Routes {
|
|
|
100834
100915
|
/** Date and time at which the Access Grant was created. */
|
|
100835
100916
|
created_at: string;
|
|
100836
100917
|
/** Date and time at which the Access Grant starts. */
|
|
100837
|
-
starts_at
|
|
100918
|
+
starts_at: string;
|
|
100838
100919
|
/** Date and time at which the Access Grant ends. */
|
|
100839
|
-
ends_at
|
|
100920
|
+
ends_at: string | null;
|
|
100840
100921
|
};
|
|
100841
100922
|
};
|
|
100842
100923
|
};
|
|
@@ -100905,9 +100986,9 @@ interface Routes {
|
|
|
100905
100986
|
/** Date and time at which the Access Grant was created. */
|
|
100906
100987
|
created_at: string;
|
|
100907
100988
|
/** Date and time at which the Access Grant starts. */
|
|
100908
|
-
starts_at
|
|
100989
|
+
starts_at: string;
|
|
100909
100990
|
/** Date and time at which the Access Grant ends. */
|
|
100910
|
-
ends_at
|
|
100991
|
+
ends_at: string | null;
|
|
100911
100992
|
};
|
|
100912
100993
|
};
|
|
100913
100994
|
};
|
|
@@ -102036,13 +102117,6 @@ interface Routes {
|
|
|
102036
102117
|
created_at: string;
|
|
102037
102118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
102038
102119
|
warning_code: 'third_party_integration_detected';
|
|
102039
|
-
} | {
|
|
102040
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
102041
|
-
message: string;
|
|
102042
|
-
/** Date and time at which Seam created the warning. */
|
|
102043
|
-
created_at: string;
|
|
102044
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
102045
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
102046
102120
|
} | {
|
|
102047
102121
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
102048
102122
|
message: string;
|
|
@@ -102433,7 +102507,7 @@ interface Routes {
|
|
|
102433
102507
|
acs_user_count?: number | undefined;
|
|
102434
102508
|
acs_access_group_count?: number | undefined;
|
|
102435
102509
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
102436
|
-
external_type?: ('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') | undefined;
|
|
102510
|
+
external_type?: ('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') | undefined;
|
|
102437
102511
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
102438
102512
|
external_type_display_name?: string | undefined;
|
|
102439
102513
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -102448,7 +102522,7 @@ interface Routes {
|
|
|
102448
102522
|
} | undefined;
|
|
102449
102523
|
/**
|
|
102450
102524
|
* @deprecated Use `external_type`. */
|
|
102451
|
-
system_type?: ('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') | undefined;
|
|
102525
|
+
system_type?: ('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') | undefined;
|
|
102452
102526
|
/**
|
|
102453
102527
|
* @deprecated Use `external_type_display_name`. */
|
|
102454
102528
|
system_type_display_name?: string | undefined;
|
|
@@ -102606,9 +102680,9 @@ interface Routes {
|
|
|
102606
102680
|
/** Date and time at which the Access Grant was created. */
|
|
102607
102681
|
created_at: string;
|
|
102608
102682
|
/** Date and time at which the Access Grant starts. */
|
|
102609
|
-
starts_at
|
|
102683
|
+
starts_at: string;
|
|
102610
102684
|
/** Date and time at which the Access Grant ends. */
|
|
102611
|
-
ends_at
|
|
102685
|
+
ends_at: string | null;
|
|
102612
102686
|
}>;
|
|
102613
102687
|
};
|
|
102614
102688
|
};
|
|
@@ -102623,7 +102697,7 @@ interface Routes {
|
|
|
102623
102697
|
/** ID of the Access Grant to update. */
|
|
102624
102698
|
access_grant_id: string;
|
|
102625
102699
|
/** Date and time at which the validity of the grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
102626
|
-
starts_at?:
|
|
102700
|
+
starts_at?: string | undefined;
|
|
102627
102701
|
/** Date and time at which the validity of the grant ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. Must be a time in the future and after `starts_at`. */
|
|
102628
102702
|
ends_at?: (string | null) | undefined;
|
|
102629
102703
|
};
|
|
@@ -105140,13 +105214,6 @@ interface Routes {
|
|
|
105140
105214
|
created_at: string;
|
|
105141
105215
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
105142
105216
|
warning_code: 'third_party_integration_detected';
|
|
105143
|
-
} | {
|
|
105144
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
105145
|
-
message: string;
|
|
105146
|
-
/** Date and time at which Seam created the warning. */
|
|
105147
|
-
created_at: string;
|
|
105148
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
105149
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
105150
105217
|
} | {
|
|
105151
105218
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
105152
105219
|
message: string;
|
|
@@ -105362,7 +105429,7 @@ interface Routes {
|
|
|
105362
105429
|
acs_user_count?: number | undefined;
|
|
105363
105430
|
acs_access_group_count?: number | undefined;
|
|
105364
105431
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
105365
|
-
external_type?: ('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') | undefined;
|
|
105432
|
+
external_type?: ('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') | undefined;
|
|
105366
105433
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
105367
105434
|
external_type_display_name?: string | undefined;
|
|
105368
105435
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -105377,7 +105444,7 @@ interface Routes {
|
|
|
105377
105444
|
} | undefined;
|
|
105378
105445
|
/**
|
|
105379
105446
|
* @deprecated Use `external_type`. */
|
|
105380
|
-
system_type?: ('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') | undefined;
|
|
105447
|
+
system_type?: ('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') | undefined;
|
|
105381
105448
|
/**
|
|
105382
105449
|
* @deprecated Use `external_type_display_name`. */
|
|
105383
105450
|
system_type_display_name?: string | undefined;
|
|
@@ -107460,13 +107527,6 @@ interface Routes {
|
|
|
107460
107527
|
created_at: string;
|
|
107461
107528
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107462
107529
|
warning_code: 'third_party_integration_detected';
|
|
107463
|
-
} | {
|
|
107464
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107465
|
-
message: string;
|
|
107466
|
-
/** Date and time at which Seam created the warning. */
|
|
107467
|
-
created_at: string;
|
|
107468
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107469
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
107470
107530
|
} | {
|
|
107471
107531
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107472
107532
|
message: string;
|
|
@@ -107636,6 +107696,51 @@ interface Routes {
|
|
|
107636
107696
|
can_simulate_disconnection?: boolean | undefined;
|
|
107637
107697
|
can_unlock_with_code?: boolean | undefined;
|
|
107638
107698
|
}> | undefined;
|
|
107699
|
+
connect_webviews?: Array<{
|
|
107700
|
+
/** ID of the Connect Webview. */
|
|
107701
|
+
connect_webview_id: string;
|
|
107702
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
107703
|
+
workspace_id: string;
|
|
107704
|
+
/** Date and time at which the Connect Webview was created. */
|
|
107705
|
+
created_at: string;
|
|
107706
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
107707
|
+
connected_account_id: string | null;
|
|
107708
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
107709
|
+
url: string;
|
|
107710
|
+
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
107711
|
+
/** List of accepted [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
107712
|
+
accepted_providers: string[];
|
|
107713
|
+
/** High-level device capabilities that the Connect Webview can accept. When creating a Connect Webview, you can specify the types of devices that it can connect to Seam. If you do not set custom `accepted_capabilities`, Seam uses a default set of `accepted_capabilities` for each provider. For example, if you create a Connect Webview that accepts SmartThing devices, without specifying `accepted_capabilities`, Seam accepts only SmartThings locks. To connect SmartThings thermostats and locks to Seam, create a Connect Webview and include both `thermostat` and `lock` in the `accepted_capabilities`. */
|
|
107714
|
+
accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
|
|
107715
|
+
/**
|
|
107716
|
+
* @deprecated Unused. Will be removed. */
|
|
107717
|
+
accepted_devices: string[];
|
|
107718
|
+
/**
|
|
107719
|
+
* @deprecated Unused. Will be removed. */
|
|
107720
|
+
any_device_allowed: boolean;
|
|
107721
|
+
/** Indicates whether any provider is allowed. */
|
|
107722
|
+
any_provider_allowed: boolean;
|
|
107723
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
107724
|
+
login_successful: boolean;
|
|
107725
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
107726
|
+
status: 'pending' | 'failed' | 'authorized';
|
|
107727
|
+
/** URL to which the Connect Webview should redirect when the user successfully pairs a device or system. If you do not set the `custom_redirect_failure_url`, the Connect Webview redirects to the `custom_redirect_url` when an unexpected error occurs. */
|
|
107728
|
+
custom_redirect_url: string | null;
|
|
107729
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
107730
|
+
custom_redirect_failure_url: string | null;
|
|
107731
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
107732
|
+
custom_metadata: Record<string, string | boolean>;
|
|
107733
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
107734
|
+
automatically_manage_new_devices: boolean;
|
|
107735
|
+
/** Indicates whether Seam should [finish syncing all devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#wait_for_device_creation) in a newly-connected account before completing the associated Connect Webview. */
|
|
107736
|
+
wait_for_device_creation: boolean;
|
|
107737
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
107738
|
+
authorized_at: string | null;
|
|
107739
|
+
/** Selected provider of the Connect Webview, one of the [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
107740
|
+
selected_provider: string | null;
|
|
107741
|
+
/** The customer key associated with this webview, if any. */
|
|
107742
|
+
customer_key?: string | undefined;
|
|
107743
|
+
}> | undefined;
|
|
107639
107744
|
};
|
|
107640
107745
|
};
|
|
107641
107746
|
};
|
|
@@ -112992,7 +113097,7 @@ interface Routes {
|
|
|
112992
113097
|
acs_user_count?: number | undefined;
|
|
112993
113098
|
acs_access_group_count?: number | undefined;
|
|
112994
113099
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
112995
|
-
external_type?: ('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') | undefined;
|
|
113100
|
+
external_type?: ('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') | undefined;
|
|
112996
113101
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
112997
113102
|
external_type_display_name?: string | undefined;
|
|
112998
113103
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113007,7 +113112,7 @@ interface Routes {
|
|
|
113007
113112
|
} | undefined;
|
|
113008
113113
|
/**
|
|
113009
113114
|
* @deprecated Use `external_type`. */
|
|
113010
|
-
system_type?: ('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') | undefined;
|
|
113115
|
+
system_type?: ('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') | undefined;
|
|
113011
113116
|
/**
|
|
113012
113117
|
* @deprecated Use `external_type_display_name`. */
|
|
113013
113118
|
system_type_display_name?: string | undefined;
|
|
@@ -113123,7 +113228,7 @@ interface Routes {
|
|
|
113123
113228
|
acs_user_count?: number | undefined;
|
|
113124
113229
|
acs_access_group_count?: number | undefined;
|
|
113125
113230
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
113126
|
-
external_type?: ('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') | undefined;
|
|
113231
|
+
external_type?: ('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') | undefined;
|
|
113127
113232
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
113128
113233
|
external_type_display_name?: string | undefined;
|
|
113129
113234
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113138,7 +113243,7 @@ interface Routes {
|
|
|
113138
113243
|
} | undefined;
|
|
113139
113244
|
/**
|
|
113140
113245
|
* @deprecated Use `external_type`. */
|
|
113141
|
-
system_type?: ('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') | undefined;
|
|
113246
|
+
system_type?: ('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') | undefined;
|
|
113142
113247
|
/**
|
|
113143
113248
|
* @deprecated Use `external_type_display_name`. */
|
|
113144
113249
|
system_type_display_name?: string | undefined;
|
|
@@ -113254,7 +113359,7 @@ interface Routes {
|
|
|
113254
113359
|
acs_user_count?: number | undefined;
|
|
113255
113360
|
acs_access_group_count?: number | undefined;
|
|
113256
113361
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
113257
|
-
external_type?: ('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') | undefined;
|
|
113362
|
+
external_type?: ('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') | undefined;
|
|
113258
113363
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
113259
113364
|
external_type_display_name?: string | undefined;
|
|
113260
113365
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113269,7 +113374,7 @@ interface Routes {
|
|
|
113269
113374
|
} | undefined;
|
|
113270
113375
|
/**
|
|
113271
113376
|
* @deprecated Use `external_type`. */
|
|
113272
|
-
system_type?: ('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') | undefined;
|
|
113377
|
+
system_type?: ('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') | undefined;
|
|
113273
113378
|
/**
|
|
113274
113379
|
* @deprecated Use `external_type_display_name`. */
|
|
113275
113380
|
system_type_display_name?: string | undefined;
|
|
@@ -117656,7 +117761,7 @@ interface Routes {
|
|
|
117656
117761
|
/** Optional unique string key that can be used to identify the customer. If provided, the customer will be created or retrieved based on this key. */
|
|
117657
117762
|
customer_key?: string | undefined;
|
|
117658
117763
|
/** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
|
|
117659
|
-
accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
117764
|
+
accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
117660
117765
|
/** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
117661
117766
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
117662
117767
|
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -118384,6 +118489,15 @@ interface Routes {
|
|
|
118384
118489
|
/** Whether to exclude this feature from the portal. */
|
|
118385
118490
|
exclude?: boolean;
|
|
118386
118491
|
};
|
|
118492
|
+
/** Configuration for the configure feature. */
|
|
118493
|
+
configure?: {
|
|
118494
|
+
/** Whether to exclude this feature from the portal. */
|
|
118495
|
+
exclude?: boolean;
|
|
118496
|
+
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
118497
|
+
allow_access_automation_rule_customization?: boolean;
|
|
118498
|
+
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
|
118499
|
+
allow_instant_key_customization?: boolean;
|
|
118500
|
+
};
|
|
118387
118501
|
};
|
|
118388
118502
|
/** Whether the portal is embedded in another application. */
|
|
118389
118503
|
is_embedded?: boolean;
|
|
@@ -120002,13 +120116,6 @@ interface Routes {
|
|
|
120002
120116
|
created_at: string;
|
|
120003
120117
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120004
120118
|
warning_code: 'third_party_integration_detected';
|
|
120005
|
-
} | {
|
|
120006
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120007
|
-
message: string;
|
|
120008
|
-
/** Date and time at which Seam created the warning. */
|
|
120009
|
-
created_at: string;
|
|
120010
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
120011
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
120012
120119
|
} | {
|
|
120013
120120
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
120014
120121
|
message: string;
|
|
@@ -121254,13 +121361,6 @@ interface Routes {
|
|
|
121254
121361
|
created_at: string;
|
|
121255
121362
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121256
121363
|
warning_code: 'third_party_integration_detected';
|
|
121257
|
-
} | {
|
|
121258
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121259
|
-
message: string;
|
|
121260
|
-
/** Date and time at which Seam created the warning. */
|
|
121261
|
-
created_at: string;
|
|
121262
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121263
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
121264
121364
|
} | {
|
|
121265
121365
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121266
121366
|
message: string;
|
|
@@ -121388,7 +121488,7 @@ interface Routes {
|
|
|
121388
121488
|
formData: {};
|
|
121389
121489
|
jsonResponse: {
|
|
121390
121490
|
device_providers: Array<{
|
|
121391
|
-
device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest';
|
|
121491
|
+
device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance';
|
|
121392
121492
|
display_name: string;
|
|
121393
121493
|
image_url: string;
|
|
121394
121494
|
provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
|
|
@@ -121693,13 +121793,6 @@ interface Routes {
|
|
|
121693
121793
|
created_at: string;
|
|
121694
121794
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121695
121795
|
warning_code: 'third_party_integration_detected';
|
|
121696
|
-
} | {
|
|
121697
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121698
|
-
message: string;
|
|
121699
|
-
/** Date and time at which Seam created the warning. */
|
|
121700
|
-
created_at: string;
|
|
121701
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121702
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
121703
121796
|
} | {
|
|
121704
121797
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
121705
121798
|
message: string;
|
|
@@ -122130,13 +122223,6 @@ interface Routes {
|
|
|
122130
122223
|
created_at: string;
|
|
122131
122224
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122132
122225
|
warning_code: 'third_party_integration_detected';
|
|
122133
|
-
} | {
|
|
122134
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122135
|
-
message: string;
|
|
122136
|
-
/** Date and time at which Seam created the warning. */
|
|
122137
|
-
created_at: string;
|
|
122138
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122139
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
122140
122226
|
} | {
|
|
122141
122227
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122142
122228
|
message: string;
|
|
@@ -126791,13 +126877,6 @@ interface Routes {
|
|
|
126791
126877
|
created_at: string;
|
|
126792
126878
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126793
126879
|
warning_code: 'third_party_integration_detected';
|
|
126794
|
-
} | {
|
|
126795
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126796
|
-
message: string;
|
|
126797
|
-
/** Date and time at which Seam created the warning. */
|
|
126798
|
-
created_at: string;
|
|
126799
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126800
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
126801
126880
|
} | {
|
|
126802
126881
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126803
126882
|
message: string;
|
|
@@ -127995,13 +128074,6 @@ interface Routes {
|
|
|
127995
128074
|
created_at: string;
|
|
127996
128075
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127997
128076
|
warning_code: 'third_party_integration_detected';
|
|
127998
|
-
} | {
|
|
127999
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128000
|
-
message: string;
|
|
128001
|
-
/** Date and time at which Seam created the warning. */
|
|
128002
|
-
created_at: string;
|
|
128003
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128004
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
128005
128077
|
} | {
|
|
128006
128078
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128007
128079
|
message: string;
|
|
@@ -129247,13 +129319,6 @@ interface Routes {
|
|
|
129247
129319
|
created_at: string;
|
|
129248
129320
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129249
129321
|
warning_code: 'third_party_integration_detected';
|
|
129250
|
-
} | {
|
|
129251
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129252
|
-
message: string;
|
|
129253
|
-
/** Date and time at which Seam created the warning. */
|
|
129254
|
-
created_at: string;
|
|
129255
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129256
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
129257
129322
|
} | {
|
|
129258
129323
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129259
129324
|
message: string;
|
|
@@ -130450,13 +130515,6 @@ interface Routes {
|
|
|
130450
130515
|
created_at: string;
|
|
130451
130516
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130452
130517
|
warning_code: 'third_party_integration_detected';
|
|
130453
|
-
} | {
|
|
130454
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130455
|
-
message: string;
|
|
130456
|
-
/** Date and time at which Seam created the warning. */
|
|
130457
|
-
created_at: string;
|
|
130458
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130459
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
130460
130518
|
} | {
|
|
130461
130519
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130462
130520
|
message: string;
|
|
@@ -136740,13 +136798,6 @@ interface Routes {
|
|
|
136740
136798
|
created_at: string;
|
|
136741
136799
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
136742
136800
|
warning_code: 'third_party_integration_detected';
|
|
136743
|
-
} | {
|
|
136744
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
136745
|
-
message: string;
|
|
136746
|
-
/** Date and time at which Seam created the warning. */
|
|
136747
|
-
created_at: string;
|
|
136748
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
136749
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
136750
136801
|
} | {
|
|
136751
136802
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
136752
136803
|
message: string;
|
|
@@ -137943,13 +137994,6 @@ interface Routes {
|
|
|
137943
137994
|
created_at: string;
|
|
137944
137995
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137945
137996
|
warning_code: 'third_party_integration_detected';
|
|
137946
|
-
} | {
|
|
137947
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137948
|
-
message: string;
|
|
137949
|
-
/** Date and time at which Seam created the warning. */
|
|
137950
|
-
created_at: string;
|
|
137951
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
137952
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
137953
137997
|
} | {
|
|
137954
137998
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
137955
137999
|
message: string;
|
|
@@ -142661,6 +142705,11 @@ interface Routes {
|
|
|
142661
142705
|
organize?: {
|
|
142662
142706
|
exclude?: boolean | undefined;
|
|
142663
142707
|
} | undefined;
|
|
142708
|
+
configure?: {
|
|
142709
|
+
exclude?: boolean | undefined;
|
|
142710
|
+
allow_access_automation_rule_customization?: boolean | undefined;
|
|
142711
|
+
allow_instant_key_customization?: boolean | undefined;
|
|
142712
|
+
} | undefined;
|
|
142664
142713
|
} | undefined;
|
|
142665
142714
|
is_embedded?: boolean | undefined;
|
|
142666
142715
|
/** Business vertical of the customer portal. */
|
|
@@ -144459,13 +144508,6 @@ interface Routes {
|
|
|
144459
144508
|
created_at: string;
|
|
144460
144509
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144461
144510
|
warning_code: 'third_party_integration_detected';
|
|
144462
|
-
} | {
|
|
144463
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144464
|
-
message: string;
|
|
144465
|
-
/** Date and time at which Seam created the warning. */
|
|
144466
|
-
created_at: string;
|
|
144467
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144468
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
144469
144511
|
} | {
|
|
144470
144512
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144471
144513
|
message: string;
|
|
@@ -144809,7 +144851,7 @@ interface Routes {
|
|
|
144809
144851
|
acs_user_count?: number | undefined;
|
|
144810
144852
|
acs_access_group_count?: number | undefined;
|
|
144811
144853
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
144812
|
-
external_type?: ('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') | undefined;
|
|
144854
|
+
external_type?: ('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') | undefined;
|
|
144813
144855
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
144814
144856
|
external_type_display_name?: string | undefined;
|
|
144815
144857
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -144824,7 +144866,7 @@ interface Routes {
|
|
|
144824
144866
|
} | undefined;
|
|
144825
144867
|
/**
|
|
144826
144868
|
* @deprecated Use `external_type`. */
|
|
144827
|
-
system_type?: ('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') | undefined;
|
|
144869
|
+
system_type?: ('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') | undefined;
|
|
144828
144870
|
/**
|
|
144829
144871
|
* @deprecated Use `external_type_display_name`. */
|
|
144830
144872
|
system_type_display_name?: string | undefined;
|
|
@@ -150036,13 +150078,6 @@ interface Routes {
|
|
|
150036
150078
|
created_at: string;
|
|
150037
150079
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150038
150080
|
warning_code: 'third_party_integration_detected';
|
|
150039
|
-
} | {
|
|
150040
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
150041
|
-
message: string;
|
|
150042
|
-
/** Date and time at which Seam created the warning. */
|
|
150043
|
-
created_at: string;
|
|
150044
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150045
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
150046
150081
|
} | {
|
|
150047
150082
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
150048
150083
|
message: string;
|
|
@@ -153820,13 +153855,6 @@ interface Routes {
|
|
|
153820
153855
|
created_at: string;
|
|
153821
153856
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153822
153857
|
warning_code: 'third_party_integration_detected';
|
|
153823
|
-
} | {
|
|
153824
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153825
|
-
message: string;
|
|
153826
|
-
/** Date and time at which Seam created the warning. */
|
|
153827
|
-
created_at: string;
|
|
153828
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
153829
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
153830
153858
|
} | {
|
|
153831
153859
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
153832
153860
|
message: string;
|
|
@@ -155023,13 +155051,6 @@ interface Routes {
|
|
|
155023
155051
|
created_at: string;
|
|
155024
155052
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155025
155053
|
warning_code: 'third_party_integration_detected';
|
|
155026
|
-
} | {
|
|
155027
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155028
|
-
message: string;
|
|
155029
|
-
/** Date and time at which Seam created the warning. */
|
|
155030
|
-
created_at: string;
|
|
155031
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155032
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
155033
155054
|
} | {
|
|
155034
155055
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155035
155056
|
message: string;
|
|
@@ -160631,9 +160652,9 @@ interface Routes {
|
|
|
160631
160652
|
/** Date and time at which the Access Grant was created. */
|
|
160632
160653
|
created_at: string;
|
|
160633
160654
|
/** Date and time at which the Access Grant starts. */
|
|
160634
|
-
starts_at
|
|
160655
|
+
starts_at: string;
|
|
160635
160656
|
/** Date and time at which the Access Grant ends. */
|
|
160636
|
-
ends_at
|
|
160657
|
+
ends_at: string | null;
|
|
160637
160658
|
};
|
|
160638
160659
|
};
|
|
160639
160660
|
};
|
|
@@ -160699,9 +160720,9 @@ interface Routes {
|
|
|
160699
160720
|
/** Date and time at which the Access Grant was created. */
|
|
160700
160721
|
created_at: string;
|
|
160701
160722
|
/** Date and time at which the Access Grant starts. */
|
|
160702
|
-
starts_at
|
|
160723
|
+
starts_at: string;
|
|
160703
160724
|
/** Date and time at which the Access Grant ends. */
|
|
160704
|
-
ends_at
|
|
160725
|
+
ends_at: string | null;
|
|
160705
160726
|
};
|
|
160706
160727
|
};
|
|
160707
160728
|
};
|
|
@@ -160763,9 +160784,9 @@ interface Routes {
|
|
|
160763
160784
|
/** Date and time at which the Access Grant was created. */
|
|
160764
160785
|
created_at: string;
|
|
160765
160786
|
/** Date and time at which the Access Grant starts. */
|
|
160766
|
-
starts_at
|
|
160787
|
+
starts_at: string;
|
|
160767
160788
|
/** Date and time at which the Access Grant ends. */
|
|
160768
|
-
ends_at
|
|
160789
|
+
ends_at: string | null;
|
|
160769
160790
|
}>;
|
|
160770
160791
|
};
|
|
160771
160792
|
};
|
|
@@ -162686,13 +162707,6 @@ interface Routes {
|
|
|
162686
162707
|
created_at: string;
|
|
162687
162708
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162688
162709
|
warning_code: 'third_party_integration_detected';
|
|
162689
|
-
} | {
|
|
162690
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162691
|
-
message: string;
|
|
162692
|
-
/** Date and time at which Seam created the warning. */
|
|
162693
|
-
created_at: string;
|
|
162694
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
162695
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
162696
162710
|
} | {
|
|
162697
162711
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
162698
162712
|
message: string;
|
|
@@ -163891,13 +163905,6 @@ interface Routes {
|
|
|
163891
163905
|
created_at: string;
|
|
163892
163906
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163893
163907
|
warning_code: 'third_party_integration_detected';
|
|
163894
|
-
} | {
|
|
163895
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
163896
|
-
message: string;
|
|
163897
|
-
/** Date and time at which Seam created the warning. */
|
|
163898
|
-
created_at: string;
|
|
163899
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
163900
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
163901
163908
|
} | {
|
|
163902
163909
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
163903
163910
|
message: string;
|
|
@@ -164023,7 +164030,7 @@ interface Routes {
|
|
|
164023
164030
|
acs_user_count?: number | undefined;
|
|
164024
164031
|
acs_access_group_count?: number | undefined;
|
|
164025
164032
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
164026
|
-
external_type?: ('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') | undefined;
|
|
164033
|
+
external_type?: ('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') | undefined;
|
|
164027
164034
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
164028
164035
|
external_type_display_name?: string | undefined;
|
|
164029
164036
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -164038,7 +164045,7 @@ interface Routes {
|
|
|
164038
164045
|
} | undefined;
|
|
164039
164046
|
/**
|
|
164040
164047
|
* @deprecated Use `external_type`. */
|
|
164041
|
-
system_type?: ('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') | undefined;
|
|
164048
|
+
system_type?: ('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') | undefined;
|
|
164042
164049
|
/**
|
|
164043
164050
|
* @deprecated Use `external_type_display_name`. */
|
|
164044
164051
|
system_type_display_name?: string | undefined;
|
|
@@ -165767,13 +165774,6 @@ interface Routes {
|
|
|
165767
165774
|
created_at: string;
|
|
165768
165775
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
165769
165776
|
warning_code: 'third_party_integration_detected';
|
|
165770
|
-
} | {
|
|
165771
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
165772
|
-
message: string;
|
|
165773
|
-
/** Date and time at which Seam created the warning. */
|
|
165774
|
-
created_at: string;
|
|
165775
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
165776
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
165777
165777
|
} | {
|
|
165778
165778
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
165779
165779
|
message: string;
|
|
@@ -165989,7 +165989,7 @@ interface Routes {
|
|
|
165989
165989
|
acs_user_count?: number | undefined;
|
|
165990
165990
|
acs_access_group_count?: number | undefined;
|
|
165991
165991
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
165992
|
-
external_type?: ('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') | undefined;
|
|
165992
|
+
external_type?: ('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') | undefined;
|
|
165993
165993
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
165994
165994
|
external_type_display_name?: string | undefined;
|
|
165995
165995
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -166004,7 +166004,7 @@ interface Routes {
|
|
|
166004
166004
|
} | undefined;
|
|
166005
166005
|
/**
|
|
166006
166006
|
* @deprecated Use `external_type`. */
|
|
166007
|
-
system_type?: ('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') | undefined;
|
|
166007
|
+
system_type?: ('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') | undefined;
|
|
166008
166008
|
/**
|
|
166009
166009
|
* @deprecated Use `external_type_display_name`. */
|
|
166010
166010
|
system_type_display_name?: string | undefined;
|
|
@@ -168087,13 +168087,6 @@ interface Routes {
|
|
|
168087
168087
|
created_at: string;
|
|
168088
168088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
168089
168089
|
warning_code: 'third_party_integration_detected';
|
|
168090
|
-
} | {
|
|
168091
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
168092
|
-
message: string;
|
|
168093
|
-
/** Date and time at which Seam created the warning. */
|
|
168094
|
-
created_at: string;
|
|
168095
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
168096
|
-
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
168097
168090
|
} | {
|
|
168098
168091
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
168099
168092
|
message: string;
|
|
@@ -168263,6 +168256,51 @@ interface Routes {
|
|
|
168263
168256
|
can_simulate_disconnection?: boolean | undefined;
|
|
168264
168257
|
can_unlock_with_code?: boolean | undefined;
|
|
168265
168258
|
}> | undefined;
|
|
168259
|
+
connect_webviews?: Array<{
|
|
168260
|
+
/** ID of the Connect Webview. */
|
|
168261
|
+
connect_webview_id: string;
|
|
168262
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
168263
|
+
workspace_id: string;
|
|
168264
|
+
/** Date and time at which the Connect Webview was created. */
|
|
168265
|
+
created_at: string;
|
|
168266
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
168267
|
+
connected_account_id: string | null;
|
|
168268
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
168269
|
+
url: string;
|
|
168270
|
+
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
168271
|
+
/** List of accepted [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
168272
|
+
accepted_providers: string[];
|
|
168273
|
+
/** High-level device capabilities that the Connect Webview can accept. When creating a Connect Webview, you can specify the types of devices that it can connect to Seam. If you do not set custom `accepted_capabilities`, Seam uses a default set of `accepted_capabilities` for each provider. For example, if you create a Connect Webview that accepts SmartThing devices, without specifying `accepted_capabilities`, Seam accepts only SmartThings locks. To connect SmartThings thermostats and locks to Seam, create a Connect Webview and include both `thermostat` and `lock` in the `accepted_capabilities`. */
|
|
168274
|
+
accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
|
|
168275
|
+
/**
|
|
168276
|
+
* @deprecated Unused. Will be removed. */
|
|
168277
|
+
accepted_devices: string[];
|
|
168278
|
+
/**
|
|
168279
|
+
* @deprecated Unused. Will be removed. */
|
|
168280
|
+
any_device_allowed: boolean;
|
|
168281
|
+
/** Indicates whether any provider is allowed. */
|
|
168282
|
+
any_provider_allowed: boolean;
|
|
168283
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
168284
|
+
login_successful: boolean;
|
|
168285
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
168286
|
+
status: 'pending' | 'failed' | 'authorized';
|
|
168287
|
+
/** URL to which the Connect Webview should redirect when the user successfully pairs a device or system. If you do not set the `custom_redirect_failure_url`, the Connect Webview redirects to the `custom_redirect_url` when an unexpected error occurs. */
|
|
168288
|
+
custom_redirect_url: string | null;
|
|
168289
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
168290
|
+
custom_redirect_failure_url: string | null;
|
|
168291
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
168292
|
+
custom_metadata: Record<string, string | boolean>;
|
|
168293
|
+
/** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for use and management by the Seam API. */
|
|
168294
|
+
automatically_manage_new_devices: boolean;
|
|
168295
|
+
/** Indicates whether Seam should [finish syncing all devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#wait_for_device_creation) in a newly-connected account before completing the associated Connect Webview. */
|
|
168296
|
+
wait_for_device_creation: boolean;
|
|
168297
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
168298
|
+
authorized_at: string | null;
|
|
168299
|
+
/** Selected provider of the Connect Webview, one of the [provider keys](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
|
|
168300
|
+
selected_provider: string | null;
|
|
168301
|
+
/** The customer key associated with this webview, if any. */
|
|
168302
|
+
customer_key?: string | undefined;
|
|
168303
|
+
}> | undefined;
|
|
168266
168304
|
};
|
|
168267
168305
|
};
|
|
168268
168306
|
};
|