@seamapi/types 1.799.0 → 1.801.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 +197 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +280 -10
- package/dist/index.cjs +197 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +5 -3
- package/lib/seam/connect/models/devices/device-provider.js +3 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +226 -0
- package/lib/seam/connect/openapi.js +186 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +50 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +4 -0
- package/src/lib/seam/connect/openapi.ts +194 -0
- package/src/lib/seam/connect/route-types.ts +50 -0
package/dist/connect.d.cts
CHANGED
|
@@ -54019,13 +54019,14 @@ declare const DEVICE_PROVIDERS: {
|
|
|
54019
54019
|
readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
|
|
54020
54020
|
readonly ULTRALOQ: "ultraloq";
|
|
54021
54021
|
readonly RING: "ring";
|
|
54022
|
+
readonly ICAL: "ical";
|
|
54022
54023
|
};
|
|
54023
54024
|
type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
|
|
54024
54025
|
declare const device_provider: z.ZodObject<{
|
|
54025
54026
|
device_provider_name: z.ZodEnum<[DeviceProviderName, ...DeviceProviderName[]]>;
|
|
54026
54027
|
display_name: z.ZodString;
|
|
54027
54028
|
image_url: z.ZodString;
|
|
54028
|
-
provider_categories: z.ZodArray<z.ZodEnum<["stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta", ...("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta")[]]>, "many">;
|
|
54029
|
+
provider_categories: z.ZodArray<z.ZodEnum<["stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta", ...("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta")[]]>, "many">;
|
|
54029
54030
|
} & {
|
|
54030
54031
|
can_remotely_unlock: z.ZodOptional<z.ZodBoolean>;
|
|
54031
54032
|
can_remotely_lock: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -54051,7 +54052,7 @@ declare const device_provider: z.ZodObject<{
|
|
|
54051
54052
|
display_name: string;
|
|
54052
54053
|
image_url: string;
|
|
54053
54054
|
device_provider_name: DeviceProviderName;
|
|
54054
|
-
provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta")[];
|
|
54055
|
+
provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta")[];
|
|
54055
54056
|
can_remotely_unlock?: boolean | undefined;
|
|
54056
54057
|
can_remotely_lock?: boolean | undefined;
|
|
54057
54058
|
can_program_offline_access_codes?: boolean | undefined;
|
|
@@ -54076,7 +54077,7 @@ declare const device_provider: z.ZodObject<{
|
|
|
54076
54077
|
display_name: string;
|
|
54077
54078
|
image_url: string;
|
|
54078
54079
|
device_provider_name: DeviceProviderName;
|
|
54079
|
-
provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta")[];
|
|
54080
|
+
provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta")[];
|
|
54080
54081
|
can_remotely_unlock?: boolean | undefined;
|
|
54081
54082
|
can_remotely_lock?: boolean | undefined;
|
|
54082
54083
|
can_program_offline_access_codes?: boolean | undefined;
|
|
@@ -112580,6 +112581,232 @@ declare const _default: {
|
|
|
112580
112581
|
'x-undocumented': string;
|
|
112581
112582
|
};
|
|
112582
112583
|
};
|
|
112584
|
+
'/seam/connect_webview/v1/get_current_pane': {
|
|
112585
|
+
get: {
|
|
112586
|
+
description: string;
|
|
112587
|
+
operationId: string;
|
|
112588
|
+
parameters: {
|
|
112589
|
+
in: string;
|
|
112590
|
+
name: string;
|
|
112591
|
+
required: boolean;
|
|
112592
|
+
schema: {
|
|
112593
|
+
format: string;
|
|
112594
|
+
type: string;
|
|
112595
|
+
};
|
|
112596
|
+
}[];
|
|
112597
|
+
responses: {
|
|
112598
|
+
200: {
|
|
112599
|
+
content: {
|
|
112600
|
+
'application/json': {
|
|
112601
|
+
schema: {
|
|
112602
|
+
properties: {
|
|
112603
|
+
ok: {
|
|
112604
|
+
type: string;
|
|
112605
|
+
};
|
|
112606
|
+
pane: {
|
|
112607
|
+
$ref: string;
|
|
112608
|
+
};
|
|
112609
|
+
};
|
|
112610
|
+
required: string[];
|
|
112611
|
+
type: string;
|
|
112612
|
+
};
|
|
112613
|
+
};
|
|
112614
|
+
};
|
|
112615
|
+
description: string;
|
|
112616
|
+
};
|
|
112617
|
+
400: {
|
|
112618
|
+
description: string;
|
|
112619
|
+
};
|
|
112620
|
+
401: {
|
|
112621
|
+
description: string;
|
|
112622
|
+
};
|
|
112623
|
+
};
|
|
112624
|
+
security: {
|
|
112625
|
+
console_session_with_workspace: never[];
|
|
112626
|
+
}[];
|
|
112627
|
+
summary: string;
|
|
112628
|
+
tags: never[];
|
|
112629
|
+
'x-fern-sdk-group-name': string[];
|
|
112630
|
+
'x-fern-sdk-method-name': string;
|
|
112631
|
+
'x-fern-sdk-return-value': string;
|
|
112632
|
+
'x-response-key': string;
|
|
112633
|
+
'x-title': string;
|
|
112634
|
+
'x-undocumented': string;
|
|
112635
|
+
};
|
|
112636
|
+
post: {
|
|
112637
|
+
description: string;
|
|
112638
|
+
operationId: string;
|
|
112639
|
+
requestBody: {
|
|
112640
|
+
content: {
|
|
112641
|
+
'application/json': {
|
|
112642
|
+
schema: {
|
|
112643
|
+
properties: {
|
|
112644
|
+
connect_webview_id: {
|
|
112645
|
+
format: string;
|
|
112646
|
+
type: string;
|
|
112647
|
+
};
|
|
112648
|
+
};
|
|
112649
|
+
required: string[];
|
|
112650
|
+
type: string;
|
|
112651
|
+
};
|
|
112652
|
+
};
|
|
112653
|
+
};
|
|
112654
|
+
};
|
|
112655
|
+
responses: {
|
|
112656
|
+
200: {
|
|
112657
|
+
content: {
|
|
112658
|
+
'application/json': {
|
|
112659
|
+
schema: {
|
|
112660
|
+
properties: {
|
|
112661
|
+
ok: {
|
|
112662
|
+
type: string;
|
|
112663
|
+
};
|
|
112664
|
+
pane: {
|
|
112665
|
+
$ref: string;
|
|
112666
|
+
};
|
|
112667
|
+
};
|
|
112668
|
+
required: string[];
|
|
112669
|
+
type: string;
|
|
112670
|
+
};
|
|
112671
|
+
};
|
|
112672
|
+
};
|
|
112673
|
+
description: string;
|
|
112674
|
+
};
|
|
112675
|
+
400: {
|
|
112676
|
+
description: string;
|
|
112677
|
+
};
|
|
112678
|
+
401: {
|
|
112679
|
+
description: string;
|
|
112680
|
+
};
|
|
112681
|
+
};
|
|
112682
|
+
security: {
|
|
112683
|
+
console_session_with_workspace: never[];
|
|
112684
|
+
}[];
|
|
112685
|
+
summary: string;
|
|
112686
|
+
tags: never[];
|
|
112687
|
+
'x-fern-sdk-group-name': string[];
|
|
112688
|
+
'x-fern-sdk-method-name': string;
|
|
112689
|
+
'x-fern-sdk-return-value': string;
|
|
112690
|
+
'x-response-key': string;
|
|
112691
|
+
'x-title': string;
|
|
112692
|
+
'x-undocumented': string;
|
|
112693
|
+
};
|
|
112694
|
+
};
|
|
112695
|
+
'/seam/connect_webview/v1/reset': {
|
|
112696
|
+
post: {
|
|
112697
|
+
description: string;
|
|
112698
|
+
operationId: string;
|
|
112699
|
+
requestBody: {
|
|
112700
|
+
content: {
|
|
112701
|
+
'application/json': {
|
|
112702
|
+
schema: {
|
|
112703
|
+
properties: {
|
|
112704
|
+
connect_webview_id: {
|
|
112705
|
+
format: string;
|
|
112706
|
+
type: string;
|
|
112707
|
+
};
|
|
112708
|
+
};
|
|
112709
|
+
required: string[];
|
|
112710
|
+
type: string;
|
|
112711
|
+
};
|
|
112712
|
+
};
|
|
112713
|
+
};
|
|
112714
|
+
};
|
|
112715
|
+
responses: {
|
|
112716
|
+
200: {
|
|
112717
|
+
content: {
|
|
112718
|
+
'application/json': {
|
|
112719
|
+
schema: {
|
|
112720
|
+
properties: {
|
|
112721
|
+
ok: {
|
|
112722
|
+
type: string;
|
|
112723
|
+
};
|
|
112724
|
+
};
|
|
112725
|
+
required: string[];
|
|
112726
|
+
type: string;
|
|
112727
|
+
};
|
|
112728
|
+
};
|
|
112729
|
+
};
|
|
112730
|
+
description: string;
|
|
112731
|
+
};
|
|
112732
|
+
400: {
|
|
112733
|
+
description: string;
|
|
112734
|
+
};
|
|
112735
|
+
401: {
|
|
112736
|
+
description: string;
|
|
112737
|
+
};
|
|
112738
|
+
};
|
|
112739
|
+
security: {
|
|
112740
|
+
console_session_with_workspace: never[];
|
|
112741
|
+
}[];
|
|
112742
|
+
summary: string;
|
|
112743
|
+
tags: never[];
|
|
112744
|
+
'x-fern-sdk-group-name': string[];
|
|
112745
|
+
'x-fern-sdk-method-name': string;
|
|
112746
|
+
'x-fern-sdk-return-value': string;
|
|
112747
|
+
'x-response-key': string;
|
|
112748
|
+
'x-title': string;
|
|
112749
|
+
'x-undocumented': string;
|
|
112750
|
+
};
|
|
112751
|
+
};
|
|
112752
|
+
'/seam/connect_webview/v1/submit': {
|
|
112753
|
+
post: {
|
|
112754
|
+
description: string;
|
|
112755
|
+
operationId: string;
|
|
112756
|
+
requestBody: {
|
|
112757
|
+
content: {
|
|
112758
|
+
'application/json': {
|
|
112759
|
+
schema: {
|
|
112760
|
+
properties: {
|
|
112761
|
+
connect_webview_id: {
|
|
112762
|
+
format: string;
|
|
112763
|
+
type: string;
|
|
112764
|
+
};
|
|
112765
|
+
submit_args: {};
|
|
112766
|
+
};
|
|
112767
|
+
required: string[];
|
|
112768
|
+
type: string;
|
|
112769
|
+
};
|
|
112770
|
+
};
|
|
112771
|
+
};
|
|
112772
|
+
};
|
|
112773
|
+
responses: {
|
|
112774
|
+
200: {
|
|
112775
|
+
content: {
|
|
112776
|
+
'application/json': {
|
|
112777
|
+
schema: {
|
|
112778
|
+
properties: {
|
|
112779
|
+
ok: {
|
|
112780
|
+
type: string;
|
|
112781
|
+
};
|
|
112782
|
+
};
|
|
112783
|
+
required: string[];
|
|
112784
|
+
type: string;
|
|
112785
|
+
};
|
|
112786
|
+
};
|
|
112787
|
+
};
|
|
112788
|
+
description: string;
|
|
112789
|
+
};
|
|
112790
|
+
400: {
|
|
112791
|
+
description: string;
|
|
112792
|
+
};
|
|
112793
|
+
401: {
|
|
112794
|
+
description: string;
|
|
112795
|
+
};
|
|
112796
|
+
};
|
|
112797
|
+
security: {
|
|
112798
|
+
console_session_with_workspace: never[];
|
|
112799
|
+
}[];
|
|
112800
|
+
summary: string;
|
|
112801
|
+
tags: never[];
|
|
112802
|
+
'x-fern-sdk-group-name': string[];
|
|
112803
|
+
'x-fern-sdk-method-name': string;
|
|
112804
|
+
'x-fern-sdk-return-value': string;
|
|
112805
|
+
'x-response-key': string;
|
|
112806
|
+
'x-title': string;
|
|
112807
|
+
'x-undocumented': string;
|
|
112808
|
+
};
|
|
112809
|
+
};
|
|
112583
112810
|
'/seam/console/v1/get_resource_locator': {
|
|
112584
112811
|
get: {
|
|
112585
112812
|
description: string;
|
|
@@ -167844,9 +168071,9 @@ type Routes = {
|
|
|
167844
168071
|
/** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
|
|
167845
168072
|
customer_key?: string | undefined;
|
|
167846
168073
|
/** 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. */
|
|
167847
|
-
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | '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' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
168074
|
+
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | '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' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
167848
168075
|
/** 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. */
|
|
167849
|
-
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'internal_beta') | undefined;
|
|
168076
|
+
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
167850
168077
|
/** 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). */
|
|
167851
168078
|
custom_metadata?: {
|
|
167852
168079
|
[x: string]: string | boolean | null;
|
|
@@ -170804,7 +171031,7 @@ type Routes = {
|
|
|
170804
171031
|
/** Array of device types for which you want to list devices. */
|
|
170805
171032
|
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
170806
171033
|
/** Manufacturer for which you want to list devices. */
|
|
170807
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring') | undefined;
|
|
171034
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical') | undefined;
|
|
170808
171035
|
/** Array of device IDs for which you want to list devices. */
|
|
170809
171036
|
device_ids?: string[] | undefined;
|
|
170810
171037
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -172176,15 +172403,15 @@ type Routes = {
|
|
|
172176
172403
|
jsonBody: {};
|
|
172177
172404
|
commonParams: {
|
|
172178
172405
|
/** Category for which you want to list providers. */
|
|
172179
|
-
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras') | undefined;
|
|
172406
|
+
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors') | undefined;
|
|
172180
172407
|
};
|
|
172181
172408
|
formData: {};
|
|
172182
172409
|
jsonResponse: {
|
|
172183
172410
|
device_providers: {
|
|
172184
|
-
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | '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' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring';
|
|
172411
|
+
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | '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' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical';
|
|
172185
172412
|
display_name: string;
|
|
172186
172413
|
image_url: string;
|
|
172187
|
-
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras')[];
|
|
172414
|
+
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
|
172188
172415
|
can_remotely_unlock?: boolean | undefined;
|
|
172189
172416
|
can_remotely_lock?: boolean | undefined;
|
|
172190
172417
|
can_program_offline_access_codes?: boolean | undefined;
|
|
@@ -172782,7 +173009,7 @@ type Routes = {
|
|
|
172782
173009
|
/** Array of device types for which you want to list devices. */
|
|
172783
173010
|
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
172784
173011
|
/** Manufacturer for which you want to list devices. */
|
|
172785
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring') | undefined;
|
|
173012
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical') | undefined;
|
|
172786
173013
|
/** Array of device IDs for which you want to list devices. */
|
|
172787
173014
|
device_ids?: string[] | undefined;
|
|
172788
173015
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -198564,6 +198791,49 @@ type Routes = {
|
|
|
198564
198791
|
};
|
|
198565
198792
|
maxDuration: undefined;
|
|
198566
198793
|
};
|
|
198794
|
+
'/seam/connect_webview/v1/get_current_pane': {
|
|
198795
|
+
route: '/seam/connect_webview/v1/get_current_pane';
|
|
198796
|
+
method: 'GET' | 'POST';
|
|
198797
|
+
queryParams: {};
|
|
198798
|
+
jsonBody: {};
|
|
198799
|
+
commonParams: {
|
|
198800
|
+
connect_webview_id: string;
|
|
198801
|
+
};
|
|
198802
|
+
formData: {};
|
|
198803
|
+
jsonResponse: {
|
|
198804
|
+
pane?: any;
|
|
198805
|
+
};
|
|
198806
|
+
maxDuration: undefined;
|
|
198807
|
+
};
|
|
198808
|
+
'/seam/connect_webview/v1/reset': {
|
|
198809
|
+
route: '/seam/connect_webview/v1/reset';
|
|
198810
|
+
method: 'POST';
|
|
198811
|
+
queryParams: {};
|
|
198812
|
+
jsonBody: {
|
|
198813
|
+
connect_webview_id: string;
|
|
198814
|
+
};
|
|
198815
|
+
commonParams: {};
|
|
198816
|
+
formData: {};
|
|
198817
|
+
jsonResponse: {
|
|
198818
|
+
ok: boolean;
|
|
198819
|
+
};
|
|
198820
|
+
maxDuration: undefined;
|
|
198821
|
+
};
|
|
198822
|
+
'/seam/connect_webview/v1/submit': {
|
|
198823
|
+
route: '/seam/connect_webview/v1/submit';
|
|
198824
|
+
method: 'POST';
|
|
198825
|
+
queryParams: {};
|
|
198826
|
+
jsonBody: {
|
|
198827
|
+
connect_webview_id: string;
|
|
198828
|
+
submit_args?: any;
|
|
198829
|
+
};
|
|
198830
|
+
commonParams: {};
|
|
198831
|
+
formData: {};
|
|
198832
|
+
jsonResponse: {
|
|
198833
|
+
ok: boolean;
|
|
198834
|
+
};
|
|
198835
|
+
maxDuration: undefined;
|
|
198836
|
+
};
|
|
198567
198837
|
'/seam/console/v1/get_resource_locator': {
|
|
198568
198838
|
route: '/seam/console/v1/get_resource_locator';
|
|
198569
198839
|
method: 'GET' | 'POST';
|