@seamapi/types 1.462.0 → 1.463.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +122 -91
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +263 -37
- package/dist/index.cjs +122 -91
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +266 -40
- package/lib/seam/connect/models/batch.js +3 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -2
- package/lib/seam/connect/openapi.js +28 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +109 -19
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +3 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +28 -2
- package/src/lib/seam/connect/route-types.ts +117 -1
package/dist/connect.d.cts
CHANGED
|
@@ -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>;
|
|
@@ -14762,7 +14762,7 @@ declare const batch: z.ZodObject<{
|
|
|
14762
14762
|
acs_system_id: z.ZodString;
|
|
14763
14763
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
14764
14764
|
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"]>>;
|
|
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", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
14766
14766
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
14767
14767
|
is_credential_manager: z.ZodBoolean;
|
|
14768
14768
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -14778,7 +14778,7 @@ declare const batch: z.ZodObject<{
|
|
|
14778
14778
|
system_id: string;
|
|
14779
14779
|
lan_address: string;
|
|
14780
14780
|
}>>;
|
|
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"]>>;
|
|
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", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
14782
14782
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
14783
14783
|
location: z.ZodObject<{
|
|
14784
14784
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -14977,12 +14977,12 @@ declare const batch: z.ZodObject<{
|
|
|
14977
14977
|
system_id: string;
|
|
14978
14978
|
lan_address: string;
|
|
14979
14979
|
} | 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;
|
|
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" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
14981
14981
|
external_type_display_name?: string | undefined;
|
|
14982
14982
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
14983
14983
|
acs_user_count?: number | undefined;
|
|
14984
14984
|
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;
|
|
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" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
14986
14986
|
system_type_display_name?: string | undefined;
|
|
14987
14987
|
}, {
|
|
14988
14988
|
name: string;
|
|
@@ -15042,12 +15042,12 @@ declare const batch: z.ZodObject<{
|
|
|
15042
15042
|
system_id: string;
|
|
15043
15043
|
lan_address: string;
|
|
15044
15044
|
} | 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;
|
|
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" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
15046
15046
|
external_type_display_name?: string | undefined;
|
|
15047
15047
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
15048
15048
|
acs_user_count?: number | undefined;
|
|
15049
15049
|
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;
|
|
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" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | undefined;
|
|
15051
15051
|
system_type_display_name?: string | undefined;
|
|
15052
15052
|
}>, "many">>;
|
|
15053
15053
|
acs_users: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -23759,6 +23759,73 @@ declare const batch: z.ZodObject<{
|
|
|
23759
23759
|
can_simulate_disconnection?: boolean | undefined;
|
|
23760
23760
|
can_unlock_with_code?: boolean | undefined;
|
|
23761
23761
|
}>, "many">>;
|
|
23762
|
+
connect_webviews: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23763
|
+
connect_webview_id: z.ZodString;
|
|
23764
|
+
workspace_id: z.ZodString;
|
|
23765
|
+
created_at: z.ZodString;
|
|
23766
|
+
connected_account_id: z.ZodNullable<z.ZodString>;
|
|
23767
|
+
url: z.ZodString;
|
|
23768
|
+
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
23769
|
+
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
23770
|
+
accepted_capabilities: z.ZodArray<z.ZodEnum<["lock", "thermostat", "noise_sensor", "access_control"]>, "many">;
|
|
23771
|
+
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
23772
|
+
any_device_allowed: z.ZodBoolean;
|
|
23773
|
+
any_provider_allowed: z.ZodBoolean;
|
|
23774
|
+
login_successful: z.ZodBoolean;
|
|
23775
|
+
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
23776
|
+
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
23777
|
+
custom_redirect_failure_url: z.ZodNullable<z.ZodString>;
|
|
23778
|
+
custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
|
|
23779
|
+
automatically_manage_new_devices: z.ZodBoolean;
|
|
23780
|
+
wait_for_device_creation: z.ZodBoolean;
|
|
23781
|
+
authorized_at: z.ZodNullable<z.ZodString>;
|
|
23782
|
+
selected_provider: z.ZodNullable<z.ZodString>;
|
|
23783
|
+
customer_key: z.ZodOptional<z.ZodString>;
|
|
23784
|
+
}, "strip", z.ZodTypeAny, {
|
|
23785
|
+
status: "pending" | "failed" | "authorized";
|
|
23786
|
+
workspace_id: string;
|
|
23787
|
+
created_at: string;
|
|
23788
|
+
connected_account_id: string | null;
|
|
23789
|
+
custom_metadata: Record<string, string | boolean>;
|
|
23790
|
+
automatically_manage_new_devices: boolean;
|
|
23791
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
23792
|
+
connect_webview_id: string;
|
|
23793
|
+
url: string;
|
|
23794
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
23795
|
+
accepted_providers: string[];
|
|
23796
|
+
accepted_devices: string[];
|
|
23797
|
+
any_device_allowed: boolean;
|
|
23798
|
+
any_provider_allowed: boolean;
|
|
23799
|
+
login_successful: boolean;
|
|
23800
|
+
custom_redirect_url: string | null;
|
|
23801
|
+
custom_redirect_failure_url: string | null;
|
|
23802
|
+
wait_for_device_creation: boolean;
|
|
23803
|
+
authorized_at: string | null;
|
|
23804
|
+
selected_provider: string | null;
|
|
23805
|
+
customer_key?: string | undefined;
|
|
23806
|
+
}, {
|
|
23807
|
+
status: "pending" | "failed" | "authorized";
|
|
23808
|
+
workspace_id: string;
|
|
23809
|
+
created_at: string;
|
|
23810
|
+
connected_account_id: string | null;
|
|
23811
|
+
custom_metadata: Record<string, string | boolean>;
|
|
23812
|
+
automatically_manage_new_devices: boolean;
|
|
23813
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
23814
|
+
connect_webview_id: string;
|
|
23815
|
+
url: string;
|
|
23816
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
23817
|
+
accepted_providers: string[];
|
|
23818
|
+
accepted_devices: string[];
|
|
23819
|
+
any_device_allowed: boolean;
|
|
23820
|
+
any_provider_allowed: boolean;
|
|
23821
|
+
login_successful: boolean;
|
|
23822
|
+
custom_redirect_url: string | null;
|
|
23823
|
+
custom_redirect_failure_url: string | null;
|
|
23824
|
+
wait_for_device_creation: boolean;
|
|
23825
|
+
authorized_at: string | null;
|
|
23826
|
+
selected_provider: string | null;
|
|
23827
|
+
customer_key?: string | undefined;
|
|
23828
|
+
}>, "many">>;
|
|
23762
23829
|
}, "strip", z.ZodTypeAny, {
|
|
23763
23830
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
23764
23831
|
spaces?: {
|
|
@@ -24543,12 +24610,12 @@ declare const batch: z.ZodObject<{
|
|
|
24543
24610
|
system_id: string;
|
|
24544
24611
|
lan_address: string;
|
|
24545
24612
|
} | 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;
|
|
24613
|
+
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
24614
|
external_type_display_name?: string | undefined;
|
|
24548
24615
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
24549
24616
|
acs_user_count?: number | undefined;
|
|
24550
24617
|
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;
|
|
24618
|
+
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
24619
|
system_type_display_name?: string | undefined;
|
|
24553
24620
|
}[] | undefined;
|
|
24554
24621
|
user_identities?: {
|
|
@@ -25856,6 +25923,29 @@ declare const batch: z.ZodObject<{
|
|
|
25856
25923
|
can_simulate_disconnection?: boolean | undefined;
|
|
25857
25924
|
can_unlock_with_code?: boolean | undefined;
|
|
25858
25925
|
}[] | undefined;
|
|
25926
|
+
connect_webviews?: {
|
|
25927
|
+
status: "pending" | "failed" | "authorized";
|
|
25928
|
+
workspace_id: string;
|
|
25929
|
+
created_at: string;
|
|
25930
|
+
connected_account_id: string | null;
|
|
25931
|
+
custom_metadata: Record<string, string | boolean>;
|
|
25932
|
+
automatically_manage_new_devices: boolean;
|
|
25933
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
25934
|
+
connect_webview_id: string;
|
|
25935
|
+
url: string;
|
|
25936
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
25937
|
+
accepted_providers: string[];
|
|
25938
|
+
accepted_devices: string[];
|
|
25939
|
+
any_device_allowed: boolean;
|
|
25940
|
+
any_provider_allowed: boolean;
|
|
25941
|
+
login_successful: boolean;
|
|
25942
|
+
custom_redirect_url: string | null;
|
|
25943
|
+
custom_redirect_failure_url: string | null;
|
|
25944
|
+
wait_for_device_creation: boolean;
|
|
25945
|
+
authorized_at: string | null;
|
|
25946
|
+
selected_provider: string | null;
|
|
25947
|
+
customer_key?: string | undefined;
|
|
25948
|
+
}[] | undefined;
|
|
25859
25949
|
}, {
|
|
25860
25950
|
batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
|
|
25861
25951
|
spaces?: {
|
|
@@ -26640,12 +26730,12 @@ declare const batch: z.ZodObject<{
|
|
|
26640
26730
|
system_id: string;
|
|
26641
26731
|
lan_address: string;
|
|
26642
26732
|
} | 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;
|
|
26733
|
+
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
26734
|
external_type_display_name?: string | undefined;
|
|
26645
26735
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
26646
26736
|
acs_user_count?: number | undefined;
|
|
26647
26737
|
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;
|
|
26738
|
+
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
26739
|
system_type_display_name?: string | undefined;
|
|
26650
26740
|
}[] | undefined;
|
|
26651
26741
|
user_identities?: {
|
|
@@ -27953,6 +28043,29 @@ declare const batch: z.ZodObject<{
|
|
|
27953
28043
|
can_simulate_disconnection?: boolean | undefined;
|
|
27954
28044
|
can_unlock_with_code?: boolean | undefined;
|
|
27955
28045
|
}[] | undefined;
|
|
28046
|
+
connect_webviews?: {
|
|
28047
|
+
status: "pending" | "failed" | "authorized";
|
|
28048
|
+
workspace_id: string;
|
|
28049
|
+
created_at: string;
|
|
28050
|
+
connected_account_id: string | null;
|
|
28051
|
+
custom_metadata: Record<string, string | boolean>;
|
|
28052
|
+
automatically_manage_new_devices: boolean;
|
|
28053
|
+
accepted_capabilities: ("lock" | "thermostat" | "noise_sensor" | "access_control")[];
|
|
28054
|
+
connect_webview_id: string;
|
|
28055
|
+
url: string;
|
|
28056
|
+
device_selection_mode: "none" | "single" | "multiple";
|
|
28057
|
+
accepted_providers: string[];
|
|
28058
|
+
accepted_devices: string[];
|
|
28059
|
+
any_device_allowed: boolean;
|
|
28060
|
+
any_provider_allowed: boolean;
|
|
28061
|
+
login_successful: boolean;
|
|
28062
|
+
custom_redirect_url: string | null;
|
|
28063
|
+
custom_redirect_failure_url: string | null;
|
|
28064
|
+
wait_for_device_creation: boolean;
|
|
28065
|
+
authorized_at: string | null;
|
|
28066
|
+
selected_provider: string | null;
|
|
28067
|
+
customer_key?: string | undefined;
|
|
28068
|
+
}[] | undefined;
|
|
27956
28069
|
}>;
|
|
27957
28070
|
type Batch = z.infer<typeof batch>;
|
|
27958
28071
|
|
|
@@ -33478,6 +33591,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
33478
33591
|
readonly SENSI: "sensi";
|
|
33479
33592
|
readonly KWIKSET2: "kwikset2";
|
|
33480
33593
|
readonly KEYNEST: "keynest";
|
|
33594
|
+
readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
|
|
33481
33595
|
};
|
|
33482
33596
|
type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
|
|
33483
33597
|
declare const device_provider: z.ZodObject<{
|
|
@@ -58030,7 +58144,6 @@ declare const _default: {
|
|
|
58030
58144
|
starts_at: {
|
|
58031
58145
|
description: string;
|
|
58032
58146
|
format: string;
|
|
58033
|
-
nullable: boolean;
|
|
58034
58147
|
type: string;
|
|
58035
58148
|
};
|
|
58036
58149
|
};
|
|
@@ -58120,7 +58233,6 @@ declare const _default: {
|
|
|
58120
58233
|
starts_at: {
|
|
58121
58234
|
description: string;
|
|
58122
58235
|
format: string;
|
|
58123
|
-
nullable: boolean;
|
|
58124
58236
|
type: string;
|
|
58125
58237
|
};
|
|
58126
58238
|
};
|
|
@@ -58604,6 +58716,12 @@ declare const _default: {
|
|
|
58604
58716
|
};
|
|
58605
58717
|
type: string;
|
|
58606
58718
|
};
|
|
58719
|
+
connect_webviews: {
|
|
58720
|
+
items: {
|
|
58721
|
+
$ref: string;
|
|
58722
|
+
};
|
|
58723
|
+
type: string;
|
|
58724
|
+
};
|
|
58607
58725
|
devices: {
|
|
58608
58726
|
items: {
|
|
58609
58727
|
$ref: string;
|
|
@@ -58783,6 +58901,12 @@ declare const _default: {
|
|
|
58783
58901
|
};
|
|
58784
58902
|
type: string;
|
|
58785
58903
|
};
|
|
58904
|
+
connect_webviews: {
|
|
58905
|
+
items: {
|
|
58906
|
+
$ref: string;
|
|
58907
|
+
};
|
|
58908
|
+
type: string;
|
|
58909
|
+
};
|
|
58786
58910
|
devices: {
|
|
58787
58911
|
items: {
|
|
58788
58912
|
$ref: string;
|
|
@@ -90022,6 +90146,12 @@ declare const _default: {
|
|
|
90022
90146
|
};
|
|
90023
90147
|
type: string;
|
|
90024
90148
|
};
|
|
90149
|
+
connect_webviews: {
|
|
90150
|
+
items: {
|
|
90151
|
+
$ref: string;
|
|
90152
|
+
};
|
|
90153
|
+
type: string;
|
|
90154
|
+
};
|
|
90025
90155
|
devices: {
|
|
90026
90156
|
items: {
|
|
90027
90157
|
$ref: string;
|
|
@@ -90176,6 +90306,12 @@ declare const _default: {
|
|
|
90176
90306
|
};
|
|
90177
90307
|
type: string;
|
|
90178
90308
|
};
|
|
90309
|
+
connect_webviews: {
|
|
90310
|
+
items: {
|
|
90311
|
+
$ref: string;
|
|
90312
|
+
};
|
|
90313
|
+
type: string;
|
|
90314
|
+
};
|
|
90179
90315
|
devices: {
|
|
90180
90316
|
items: {
|
|
90181
90317
|
$ref: string;
|
|
@@ -102433,7 +102569,7 @@ interface Routes {
|
|
|
102433
102569
|
acs_user_count?: number | undefined;
|
|
102434
102570
|
acs_access_group_count?: number | undefined;
|
|
102435
102571
|
/** 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;
|
|
102572
|
+
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
102573
|
/** 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
102574
|
external_type_display_name?: string | undefined;
|
|
102439
102575
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -102448,7 +102584,7 @@ interface Routes {
|
|
|
102448
102584
|
} | undefined;
|
|
102449
102585
|
/**
|
|
102450
102586
|
* @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;
|
|
102587
|
+
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
102588
|
/**
|
|
102453
102589
|
* @deprecated Use `external_type_display_name`. */
|
|
102454
102590
|
system_type_display_name?: string | undefined;
|
|
@@ -102623,7 +102759,7 @@ interface Routes {
|
|
|
102623
102759
|
/** ID of the Access Grant to update. */
|
|
102624
102760
|
access_grant_id: string;
|
|
102625
102761
|
/** 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?:
|
|
102762
|
+
starts_at?: string | undefined;
|
|
102627
102763
|
/** 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
102764
|
ends_at?: (string | null) | undefined;
|
|
102629
102765
|
};
|
|
@@ -105362,7 +105498,7 @@ interface Routes {
|
|
|
105362
105498
|
acs_user_count?: number | undefined;
|
|
105363
105499
|
acs_access_group_count?: number | undefined;
|
|
105364
105500
|
/** 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;
|
|
105501
|
+
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
105502
|
/** 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
105503
|
external_type_display_name?: string | undefined;
|
|
105368
105504
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -105377,7 +105513,7 @@ interface Routes {
|
|
|
105377
105513
|
} | undefined;
|
|
105378
105514
|
/**
|
|
105379
105515
|
* @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;
|
|
105516
|
+
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
105517
|
/**
|
|
105382
105518
|
* @deprecated Use `external_type_display_name`. */
|
|
105383
105519
|
system_type_display_name?: string | undefined;
|
|
@@ -107636,6 +107772,51 @@ interface Routes {
|
|
|
107636
107772
|
can_simulate_disconnection?: boolean | undefined;
|
|
107637
107773
|
can_unlock_with_code?: boolean | undefined;
|
|
107638
107774
|
}> | undefined;
|
|
107775
|
+
connect_webviews?: Array<{
|
|
107776
|
+
/** ID of the Connect Webview. */
|
|
107777
|
+
connect_webview_id: string;
|
|
107778
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
107779
|
+
workspace_id: string;
|
|
107780
|
+
/** Date and time at which the Connect Webview was created. */
|
|
107781
|
+
created_at: string;
|
|
107782
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
107783
|
+
connected_account_id: string | null;
|
|
107784
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
107785
|
+
url: string;
|
|
107786
|
+
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
107787
|
+
/** 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). */
|
|
107788
|
+
accepted_providers: string[];
|
|
107789
|
+
/** 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`. */
|
|
107790
|
+
accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
|
|
107791
|
+
/**
|
|
107792
|
+
* @deprecated Unused. Will be removed. */
|
|
107793
|
+
accepted_devices: string[];
|
|
107794
|
+
/**
|
|
107795
|
+
* @deprecated Unused. Will be removed. */
|
|
107796
|
+
any_device_allowed: boolean;
|
|
107797
|
+
/** Indicates whether any provider is allowed. */
|
|
107798
|
+
any_provider_allowed: boolean;
|
|
107799
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
107800
|
+
login_successful: boolean;
|
|
107801
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
107802
|
+
status: 'pending' | 'failed' | 'authorized';
|
|
107803
|
+
/** 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. */
|
|
107804
|
+
custom_redirect_url: string | null;
|
|
107805
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
107806
|
+
custom_redirect_failure_url: string | null;
|
|
107807
|
+
/** 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. */
|
|
107808
|
+
custom_metadata: Record<string, string | boolean>;
|
|
107809
|
+
/** 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. */
|
|
107810
|
+
automatically_manage_new_devices: boolean;
|
|
107811
|
+
/** 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. */
|
|
107812
|
+
wait_for_device_creation: boolean;
|
|
107813
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
107814
|
+
authorized_at: string | null;
|
|
107815
|
+
/** 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). */
|
|
107816
|
+
selected_provider: string | null;
|
|
107817
|
+
/** The customer key associated with this webview, if any. */
|
|
107818
|
+
customer_key?: string | undefined;
|
|
107819
|
+
}> | undefined;
|
|
107639
107820
|
};
|
|
107640
107821
|
};
|
|
107641
107822
|
};
|
|
@@ -112992,7 +113173,7 @@ interface Routes {
|
|
|
112992
113173
|
acs_user_count?: number | undefined;
|
|
112993
113174
|
acs_access_group_count?: number | undefined;
|
|
112994
113175
|
/** 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;
|
|
113176
|
+
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
113177
|
/** 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
113178
|
external_type_display_name?: string | undefined;
|
|
112998
113179
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113007,7 +113188,7 @@ interface Routes {
|
|
|
113007
113188
|
} | undefined;
|
|
113008
113189
|
/**
|
|
113009
113190
|
* @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;
|
|
113191
|
+
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
113192
|
/**
|
|
113012
113193
|
* @deprecated Use `external_type_display_name`. */
|
|
113013
113194
|
system_type_display_name?: string | undefined;
|
|
@@ -113123,7 +113304,7 @@ interface Routes {
|
|
|
113123
113304
|
acs_user_count?: number | undefined;
|
|
113124
113305
|
acs_access_group_count?: number | undefined;
|
|
113125
113306
|
/** 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;
|
|
113307
|
+
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
113308
|
/** 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
113309
|
external_type_display_name?: string | undefined;
|
|
113129
113310
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113138,7 +113319,7 @@ interface Routes {
|
|
|
113138
113319
|
} | undefined;
|
|
113139
113320
|
/**
|
|
113140
113321
|
* @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;
|
|
113322
|
+
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
113323
|
/**
|
|
113143
113324
|
* @deprecated Use `external_type_display_name`. */
|
|
113144
113325
|
system_type_display_name?: string | undefined;
|
|
@@ -113254,7 +113435,7 @@ interface Routes {
|
|
|
113254
113435
|
acs_user_count?: number | undefined;
|
|
113255
113436
|
acs_access_group_count?: number | undefined;
|
|
113256
113437
|
/** 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;
|
|
113438
|
+
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
113439
|
/** 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
113440
|
external_type_display_name?: string | undefined;
|
|
113260
113441
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -113269,7 +113450,7 @@ interface Routes {
|
|
|
113269
113450
|
} | undefined;
|
|
113270
113451
|
/**
|
|
113271
113452
|
* @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;
|
|
113453
|
+
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
113454
|
/**
|
|
113274
113455
|
* @deprecated Use `external_type_display_name`. */
|
|
113275
113456
|
system_type_display_name?: string | undefined;
|
|
@@ -117656,7 +117837,7 @@ interface Routes {
|
|
|
117656
117837
|
/** 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
117838
|
customer_key?: string | undefined;
|
|
117658
117839
|
/** 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;
|
|
117840
|
+
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
117841
|
/** 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
117842
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
117662
117843
|
/** 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). */
|
|
@@ -121388,7 +121569,7 @@ interface Routes {
|
|
|
121388
121569
|
formData: {};
|
|
121389
121570
|
jsonResponse: {
|
|
121390
121571
|
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';
|
|
121572
|
+
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
121573
|
display_name: string;
|
|
121393
121574
|
image_url: string;
|
|
121394
121575
|
provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
|
|
@@ -144809,7 +144990,7 @@ interface Routes {
|
|
|
144809
144990
|
acs_user_count?: number | undefined;
|
|
144810
144991
|
acs_access_group_count?: number | undefined;
|
|
144811
144992
|
/** 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;
|
|
144993
|
+
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
144994
|
/** 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
144995
|
external_type_display_name?: string | undefined;
|
|
144815
144996
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -144824,7 +145005,7 @@ interface Routes {
|
|
|
144824
145005
|
} | undefined;
|
|
144825
145006
|
/**
|
|
144826
145007
|
* @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;
|
|
145008
|
+
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
145009
|
/**
|
|
144829
145010
|
* @deprecated Use `external_type_display_name`. */
|
|
144830
145011
|
system_type_display_name?: string | undefined;
|
|
@@ -164023,7 +164204,7 @@ interface Routes {
|
|
|
164023
164204
|
acs_user_count?: number | undefined;
|
|
164024
164205
|
acs_access_group_count?: number | undefined;
|
|
164025
164206
|
/** 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;
|
|
164207
|
+
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
164208
|
/** 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
164209
|
external_type_display_name?: string | undefined;
|
|
164029
164210
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -164038,7 +164219,7 @@ interface Routes {
|
|
|
164038
164219
|
} | undefined;
|
|
164039
164220
|
/**
|
|
164040
164221
|
* @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;
|
|
164222
|
+
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
164223
|
/**
|
|
164043
164224
|
* @deprecated Use `external_type_display_name`. */
|
|
164044
164225
|
system_type_display_name?: string | undefined;
|
|
@@ -165989,7 +166170,7 @@ interface Routes {
|
|
|
165989
166170
|
acs_user_count?: number | undefined;
|
|
165990
166171
|
acs_access_group_count?: number | undefined;
|
|
165991
166172
|
/** 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;
|
|
166173
|
+
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
166174
|
/** 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
166175
|
external_type_display_name?: string | undefined;
|
|
165995
166176
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -166004,7 +166185,7 @@ interface Routes {
|
|
|
166004
166185
|
} | undefined;
|
|
166005
166186
|
/**
|
|
166006
166187
|
* @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;
|
|
166188
|
+
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
166189
|
/**
|
|
166009
166190
|
* @deprecated Use `external_type_display_name`. */
|
|
166010
166191
|
system_type_display_name?: string | undefined;
|
|
@@ -168263,6 +168444,51 @@ interface Routes {
|
|
|
168263
168444
|
can_simulate_disconnection?: boolean | undefined;
|
|
168264
168445
|
can_unlock_with_code?: boolean | undefined;
|
|
168265
168446
|
}> | undefined;
|
|
168447
|
+
connect_webviews?: Array<{
|
|
168448
|
+
/** ID of the Connect Webview. */
|
|
168449
|
+
connect_webview_id: string;
|
|
168450
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the Connect Webview. */
|
|
168451
|
+
workspace_id: string;
|
|
168452
|
+
/** Date and time at which the Connect Webview was created. */
|
|
168453
|
+
created_at: string;
|
|
168454
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the Connect Webview. */
|
|
168455
|
+
connected_account_id: string | null;
|
|
168456
|
+
/** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
|
|
168457
|
+
url: string;
|
|
168458
|
+
device_selection_mode: 'none' | 'single' | 'multiple';
|
|
168459
|
+
/** 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). */
|
|
168460
|
+
accepted_providers: string[];
|
|
168461
|
+
/** 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`. */
|
|
168462
|
+
accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
|
|
168463
|
+
/**
|
|
168464
|
+
* @deprecated Unused. Will be removed. */
|
|
168465
|
+
accepted_devices: string[];
|
|
168466
|
+
/**
|
|
168467
|
+
* @deprecated Unused. Will be removed. */
|
|
168468
|
+
any_device_allowed: boolean;
|
|
168469
|
+
/** Indicates whether any provider is allowed. */
|
|
168470
|
+
any_provider_allowed: boolean;
|
|
168471
|
+
/** Indicates whether the user logged in successfully using the Connect Webview. */
|
|
168472
|
+
login_successful: boolean;
|
|
168473
|
+
/** Status of the Connect Webview. `authorized` indicates that the user has successfully logged into their device or system account, thereby completing the Connect Webview. */
|
|
168474
|
+
status: 'pending' | 'failed' | 'authorized';
|
|
168475
|
+
/** 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. */
|
|
168476
|
+
custom_redirect_url: string | null;
|
|
168477
|
+
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
168478
|
+
custom_redirect_failure_url: string | null;
|
|
168479
|
+
/** 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. */
|
|
168480
|
+
custom_metadata: Record<string, string | boolean>;
|
|
168481
|
+
/** 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. */
|
|
168482
|
+
automatically_manage_new_devices: boolean;
|
|
168483
|
+
/** 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. */
|
|
168484
|
+
wait_for_device_creation: boolean;
|
|
168485
|
+
/** Date and time at which the user authorized (through the Connect Webview) the management of their devices. */
|
|
168486
|
+
authorized_at: string | null;
|
|
168487
|
+
/** 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). */
|
|
168488
|
+
selected_provider: string | null;
|
|
168489
|
+
/** The customer key associated with this webview, if any. */
|
|
168490
|
+
customer_key?: string | undefined;
|
|
168491
|
+
}> | undefined;
|
|
168266
168492
|
};
|
|
168267
168493
|
};
|
|
168268
168494
|
};
|