@seamapi/types 1.889.0 → 1.890.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 +11 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4 -2
- package/dist/index.cjs +11 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +4 -2
- package/lib/seam/connect/models/devices/device-provider.js +6 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +4 -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 +6 -0
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.d.cts
CHANGED
|
@@ -20483,8 +20483,10 @@ declare const DEVICE_PROVIDERS: {
|
|
|
20483
20483
|
readonly SENSI: "sensi";
|
|
20484
20484
|
readonly KEYNEST: "keynest";
|
|
20485
20485
|
readonly KORELOCK: "korelock";
|
|
20486
|
+
readonly KEYINCODE: "keyincode";
|
|
20486
20487
|
readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
|
|
20487
20488
|
readonly ULTRALOQ: "ultraloq";
|
|
20489
|
+
readonly SIFELY: "sifely";
|
|
20488
20490
|
readonly RING: "ring";
|
|
20489
20491
|
readonly ICAL: "ical";
|
|
20490
20492
|
readonly LODGIFY: "lodgify";
|
|
@@ -70103,7 +70105,7 @@ type Routes = {
|
|
|
70103
70105
|
/** 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. */
|
|
70104
70106
|
customer_key?: string | undefined;
|
|
70105
70107
|
/** 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. */
|
|
70106
|
-
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' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
70108
|
+
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' | 'sifely' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
70107
70109
|
/** 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. */
|
|
70108
70110
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
70109
70111
|
/** 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). */
|
|
@@ -74609,7 +74611,7 @@ type Routes = {
|
|
|
74609
74611
|
formData: {};
|
|
74610
74612
|
jsonResponse: {
|
|
74611
74613
|
device_providers: {
|
|
74612
|
-
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' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec';
|
|
74614
|
+
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' | 'sifely' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec';
|
|
74613
74615
|
display_name: string;
|
|
74614
74616
|
image_url: string;
|
|
74615
74617
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
package/dist/index.cjs
CHANGED
|
@@ -2067,8 +2067,10 @@ var DEVICE_PROVIDERS = {
|
|
|
2067
2067
|
SENSI: "sensi",
|
|
2068
2068
|
KEYNEST: "keynest",
|
|
2069
2069
|
KORELOCK: "korelock",
|
|
2070
|
+
KEYINCODE: "keyincode",
|
|
2070
2071
|
DORMAKABA_AMBIANCE: "dormakaba_ambiance",
|
|
2071
2072
|
ULTRALOQ: "ultraloq",
|
|
2073
|
+
SIFELY: "sifely",
|
|
2072
2074
|
RING: "ring",
|
|
2073
2075
|
ICAL: "ical",
|
|
2074
2076
|
LODGIFY: "lodgify",
|
|
@@ -2115,6 +2117,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2115
2117
|
"ring",
|
|
2116
2118
|
"first_alert",
|
|
2117
2119
|
"korelock",
|
|
2120
|
+
"keyincode",
|
|
2121
|
+
"sifely",
|
|
2118
2122
|
"omnitec"
|
|
2119
2123
|
],
|
|
2120
2124
|
consumer_smartlocks: [
|
|
@@ -2132,7 +2136,9 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2132
2136
|
"tedee",
|
|
2133
2137
|
"ultraloq",
|
|
2134
2138
|
"dormakaba_oracode",
|
|
2135
|
-
"korelock"
|
|
2139
|
+
"korelock",
|
|
2140
|
+
"keyincode",
|
|
2141
|
+
"sifely"
|
|
2136
2142
|
],
|
|
2137
2143
|
beta: [],
|
|
2138
2144
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
@@ -22758,8 +22764,10 @@ var openapi = {
|
|
|
22758
22764
|
"sensi",
|
|
22759
22765
|
"keynest",
|
|
22760
22766
|
"korelock",
|
|
22767
|
+
"keyincode",
|
|
22761
22768
|
"dormakaba_ambiance",
|
|
22762
22769
|
"ultraloq",
|
|
22770
|
+
"sifely",
|
|
22763
22771
|
"ring",
|
|
22764
22772
|
"ical",
|
|
22765
22773
|
"lodgify",
|
|
@@ -54424,8 +54432,10 @@ var openapi = {
|
|
|
54424
54432
|
"sensi",
|
|
54425
54433
|
"keynest",
|
|
54426
54434
|
"korelock",
|
|
54435
|
+
"keyincode",
|
|
54427
54436
|
"dormakaba_ambiance",
|
|
54428
54437
|
"ultraloq",
|
|
54438
|
+
"sifely",
|
|
54429
54439
|
"ring",
|
|
54430
54440
|
"ical",
|
|
54431
54441
|
"lodgify",
|