@seamapi/types 1.829.0 → 1.830.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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/dist/index.cjs +5 -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 -2
- 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 -2
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -54514,6 +54514,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
54514
54514
|
readonly ASSA_ABLOY_CREDENTIAL_SERVICE: "assa_abloy_credential_service";
|
|
54515
54515
|
readonly TEDEE: "tedee";
|
|
54516
54516
|
readonly HONEYWELL_RESIDEO: "honeywell_resideo";
|
|
54517
|
+
readonly FIRST_ALERT: "first_alert";
|
|
54517
54518
|
readonly LATCH: "latch";
|
|
54518
54519
|
readonly AKILES: "akiles";
|
|
54519
54520
|
readonly VOSTIO: "assa_abloy_vostio";
|
|
@@ -94852,7 +94853,7 @@ type Routes = {
|
|
|
94852
94853
|
/** 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. */
|
|
94853
94854
|
customer_key?: string | undefined;
|
|
94854
94855
|
/** 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. */
|
|
94855
|
-
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;
|
|
94856
|
+
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' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
94856
94857
|
/** 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. */
|
|
94857
94858
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
94858
94859
|
/** 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). */
|
|
@@ -99222,7 +99223,7 @@ type Routes = {
|
|
|
99222
99223
|
formData: {};
|
|
99223
99224
|
jsonResponse: {
|
|
99224
99225
|
device_providers: {
|
|
99225
|
-
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';
|
|
99226
|
+
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';
|
|
99226
99227
|
display_name: string;
|
|
99227
99228
|
image_url: string;
|
|
99228
99229
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
package/dist/index.cjs
CHANGED
|
@@ -1976,6 +1976,7 @@ var DEVICE_PROVIDERS = {
|
|
|
1976
1976
|
ASSA_ABLOY_CREDENTIAL_SERVICE: "assa_abloy_credential_service",
|
|
1977
1977
|
TEDEE: "tedee",
|
|
1978
1978
|
HONEYWELL_RESIDEO: "honeywell_resideo",
|
|
1979
|
+
FIRST_ALERT: "first_alert",
|
|
1979
1980
|
LATCH: "latch",
|
|
1980
1981
|
AKILES: "akiles",
|
|
1981
1982
|
VOSTIO: "assa_abloy_vostio",
|
|
@@ -2043,8 +2044,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2043
2044
|
"ultraloq",
|
|
2044
2045
|
"dormakaba_oracode"
|
|
2045
2046
|
],
|
|
2046
|
-
beta: ["korelock"],
|
|
2047
|
-
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo"],
|
|
2047
|
+
beta: ["korelock", "first_alert"],
|
|
2048
|
+
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2048
2049
|
noise_sensors: ["minut", "noiseaware"],
|
|
2049
2050
|
access_control_systems: [
|
|
2050
2051
|
"brivo",
|
|
@@ -20858,6 +20859,7 @@ var openapi = {
|
|
|
20858
20859
|
"assa_abloy_credential_service",
|
|
20859
20860
|
"tedee",
|
|
20860
20861
|
"honeywell_resideo",
|
|
20862
|
+
"first_alert",
|
|
20861
20863
|
"latch",
|
|
20862
20864
|
"akiles",
|
|
20863
20865
|
"assa_abloy_vostio",
|
|
@@ -51878,6 +51880,7 @@ var openapi = {
|
|
|
51878
51880
|
"assa_abloy_credential_service",
|
|
51879
51881
|
"tedee",
|
|
51880
51882
|
"honeywell_resideo",
|
|
51883
|
+
"first_alert",
|
|
51881
51884
|
"latch",
|
|
51882
51885
|
"akiles",
|
|
51883
51886
|
"assa_abloy_vostio",
|