@seamapi/types 1.893.0 → 1.894.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 +7 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/dist/index.cjs +7 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -2
- 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.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -40292,7 +40292,7 @@ export type Routes = {
|
|
|
40292
40292
|
/** 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. */
|
|
40293
40293
|
customer_key?: string | undefined;
|
|
40294
40294
|
/** 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/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/api/devices/list_device_providers) with no filters. */
|
|
40295
|
-
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
40295
|
+
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
40296
40296
|
/** 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/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
40297
40297
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
40298
40298
|
/** 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/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/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/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -44874,7 +44874,7 @@ export type Routes = {
|
|
|
44874
44874
|
formData: {};
|
|
44875
44875
|
jsonResponse: {
|
|
44876
44876
|
device_providers: {
|
|
44877
|
-
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec';
|
|
44877
|
+
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec';
|
|
44878
44878
|
display_name: string;
|
|
44879
44879
|
image_url: string;
|
|
44880
44880
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
package/package.json
CHANGED
|
@@ -56,6 +56,7 @@ export const DEVICE_PROVIDERS = {
|
|
|
56
56
|
ULTRALOQ: 'ultraloq',
|
|
57
57
|
DUSAW: 'dusaw',
|
|
58
58
|
SIFELY: 'sifely',
|
|
59
|
+
THIRTY_THREE_LOCK: 'thirty_three_lock',
|
|
59
60
|
RING: 'ring',
|
|
60
61
|
ICAL: 'ical',
|
|
61
62
|
LODGIFY: 'lodgify',
|
|
@@ -116,6 +117,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
116
117
|
'sifely',
|
|
117
118
|
'omnitec',
|
|
118
119
|
'dusaw',
|
|
120
|
+
'thirty_three_lock',
|
|
119
121
|
],
|
|
120
122
|
|
|
121
123
|
consumer_smartlocks: [
|
|
@@ -137,6 +139,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
137
139
|
'dusaw',
|
|
138
140
|
'keyincode',
|
|
139
141
|
'sifely',
|
|
142
|
+
'thirty_three_lock',
|
|
140
143
|
],
|
|
141
144
|
|
|
142
145
|
beta: [],
|
|
@@ -17565,6 +17565,7 @@ const openapi: OpenAPISpec = {
|
|
|
17565
17565
|
'ultraloq',
|
|
17566
17566
|
'dusaw',
|
|
17567
17567
|
'sifely',
|
|
17568
|
+
'thirty_three_lock',
|
|
17568
17569
|
'ring',
|
|
17569
17570
|
'ical',
|
|
17570
17571
|
'lodgify',
|
|
@@ -52252,6 +52253,7 @@ const openapi: OpenAPISpec = {
|
|
|
52252
52253
|
'ultraloq',
|
|
52253
52254
|
'dusaw',
|
|
52254
52255
|
'sifely',
|
|
52256
|
+
'thirty_three_lock',
|
|
52255
52257
|
'ring',
|
|
52256
52258
|
'ical',
|
|
52257
52259
|
'lodgify',
|
|
@@ -46681,6 +46681,7 @@ export type Routes = {
|
|
|
46681
46681
|
| 'ultraloq'
|
|
46682
46682
|
| 'dusaw'
|
|
46683
46683
|
| 'sifely'
|
|
46684
|
+
| 'thirty_three_lock'
|
|
46684
46685
|
| 'ring'
|
|
46685
46686
|
| 'ical'
|
|
46686
46687
|
| 'lodgify'
|
|
@@ -52427,6 +52428,7 @@ export type Routes = {
|
|
|
52427
52428
|
| 'ultraloq'
|
|
52428
52429
|
| 'dusaw'
|
|
52429
52430
|
| 'sifely'
|
|
52431
|
+
| 'thirty_three_lock'
|
|
52430
52432
|
| 'ring'
|
|
52431
52433
|
| 'ical'
|
|
52432
52434
|
| 'lodgify'
|