@seamapi/types 1.595.0 → 1.597.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 +33 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +173 -6
- package/dist/index.cjs +33 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +151 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +13 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +19 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +13 -0
- package/lib/seam/connect/openapi.d.ts +11 -0
- package/lib/seam/connect/openapi.js +20 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +91 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +5 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +20 -1
- package/src/lib/seam/connect/route-types.ts +125 -1
package/dist/connect.d.cts
CHANGED
|
@@ -11425,6 +11425,13 @@ declare const batch: z.ZodObject<{
|
|
|
11425
11425
|
fob_id?: number | undefined;
|
|
11426
11426
|
has_photo?: boolean | undefined;
|
|
11427
11427
|
}>>;
|
|
11428
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
11429
|
+
device_id: z.ZodString;
|
|
11430
|
+
}, "strip", z.ZodTypeAny, {
|
|
11431
|
+
device_id: string;
|
|
11432
|
+
}, {
|
|
11433
|
+
device_id: string;
|
|
11434
|
+
}>>;
|
|
11428
11435
|
}, "strip", z.ZodTypeAny, {
|
|
11429
11436
|
ecobee_metadata?: {
|
|
11430
11437
|
device_name: string;
|
|
@@ -11681,6 +11688,9 @@ declare const batch: z.ZodObject<{
|
|
|
11681
11688
|
fob_id?: number | undefined;
|
|
11682
11689
|
has_photo?: boolean | undefined;
|
|
11683
11690
|
} | undefined;
|
|
11691
|
+
ultraloq_metadata?: {
|
|
11692
|
+
device_id: string;
|
|
11693
|
+
} | undefined;
|
|
11684
11694
|
}, {
|
|
11685
11695
|
ecobee_metadata?: {
|
|
11686
11696
|
device_name: string;
|
|
@@ -11937,6 +11947,9 @@ declare const batch: z.ZodObject<{
|
|
|
11937
11947
|
fob_id?: number | undefined;
|
|
11938
11948
|
has_photo?: boolean | undefined;
|
|
11939
11949
|
} | undefined;
|
|
11950
|
+
ultraloq_metadata?: {
|
|
11951
|
+
device_id: string;
|
|
11952
|
+
} | undefined;
|
|
11940
11953
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11941
11954
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11942
11955
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -13717,6 +13730,9 @@ declare const batch: z.ZodObject<{
|
|
|
13717
13730
|
fob_id?: number | undefined;
|
|
13718
13731
|
has_photo?: boolean | undefined;
|
|
13719
13732
|
} | undefined;
|
|
13733
|
+
ultraloq_metadata?: {
|
|
13734
|
+
device_id: string;
|
|
13735
|
+
} | undefined;
|
|
13720
13736
|
} & {
|
|
13721
13737
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
13722
13738
|
code_constraints?: ({
|
|
@@ -14376,6 +14392,9 @@ declare const batch: z.ZodObject<{
|
|
|
14376
14392
|
fob_id?: number | undefined;
|
|
14377
14393
|
has_photo?: boolean | undefined;
|
|
14378
14394
|
} | undefined;
|
|
14395
|
+
ultraloq_metadata?: {
|
|
14396
|
+
device_id: string;
|
|
14397
|
+
} | undefined;
|
|
14379
14398
|
} & {
|
|
14380
14399
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
14381
14400
|
code_constraints?: ({
|
|
@@ -22034,6 +22053,13 @@ declare const batch: z.ZodObject<{
|
|
|
22034
22053
|
fob_id?: number | undefined;
|
|
22035
22054
|
has_photo?: boolean | undefined;
|
|
22036
22055
|
}>>;
|
|
22056
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
22057
|
+
device_id: z.ZodString;
|
|
22058
|
+
}, "strip", z.ZodTypeAny, {
|
|
22059
|
+
device_id: string;
|
|
22060
|
+
}, {
|
|
22061
|
+
device_id: string;
|
|
22062
|
+
}>>;
|
|
22037
22063
|
}, "strip", z.ZodTypeAny, {
|
|
22038
22064
|
ecobee_metadata?: {
|
|
22039
22065
|
device_name: string;
|
|
@@ -22290,6 +22316,9 @@ declare const batch: z.ZodObject<{
|
|
|
22290
22316
|
fob_id?: number | undefined;
|
|
22291
22317
|
has_photo?: boolean | undefined;
|
|
22292
22318
|
} | undefined;
|
|
22319
|
+
ultraloq_metadata?: {
|
|
22320
|
+
device_id: string;
|
|
22321
|
+
} | undefined;
|
|
22293
22322
|
}, {
|
|
22294
22323
|
ecobee_metadata?: {
|
|
22295
22324
|
device_name: string;
|
|
@@ -22546,6 +22575,9 @@ declare const batch: z.ZodObject<{
|
|
|
22546
22575
|
fob_id?: number | undefined;
|
|
22547
22576
|
has_photo?: boolean | undefined;
|
|
22548
22577
|
} | undefined;
|
|
22578
|
+
ultraloq_metadata?: {
|
|
22579
|
+
device_id: string;
|
|
22580
|
+
} | undefined;
|
|
22549
22581
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22550
22582
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
22551
22583
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -31380,6 +31412,9 @@ declare const batch: z.ZodObject<{
|
|
|
31380
31412
|
fob_id?: number | undefined;
|
|
31381
31413
|
has_photo?: boolean | undefined;
|
|
31382
31414
|
} | undefined;
|
|
31415
|
+
ultraloq_metadata?: {
|
|
31416
|
+
device_id: string;
|
|
31417
|
+
} | undefined;
|
|
31383
31418
|
} & {
|
|
31384
31419
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
31385
31420
|
code_constraints?: ({
|
|
@@ -35279,6 +35314,9 @@ declare const batch: z.ZodObject<{
|
|
|
35279
35314
|
fob_id?: number | undefined;
|
|
35280
35315
|
has_photo?: boolean | undefined;
|
|
35281
35316
|
} | undefined;
|
|
35317
|
+
ultraloq_metadata?: {
|
|
35318
|
+
device_id: string;
|
|
35319
|
+
} | undefined;
|
|
35282
35320
|
} & {
|
|
35283
35321
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
35284
35322
|
code_constraints?: ({
|
|
@@ -41009,6 +41047,13 @@ declare const device: z.ZodObject<{
|
|
|
41009
41047
|
fob_id?: number | undefined;
|
|
41010
41048
|
has_photo?: boolean | undefined;
|
|
41011
41049
|
}>>;
|
|
41050
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
41051
|
+
device_id: z.ZodString;
|
|
41052
|
+
}, "strip", z.ZodTypeAny, {
|
|
41053
|
+
device_id: string;
|
|
41054
|
+
}, {
|
|
41055
|
+
device_id: string;
|
|
41056
|
+
}>>;
|
|
41012
41057
|
}, "strip", z.ZodTypeAny, {
|
|
41013
41058
|
ecobee_metadata?: {
|
|
41014
41059
|
device_name: string;
|
|
@@ -41265,6 +41310,9 @@ declare const device: z.ZodObject<{
|
|
|
41265
41310
|
fob_id?: number | undefined;
|
|
41266
41311
|
has_photo?: boolean | undefined;
|
|
41267
41312
|
} | undefined;
|
|
41313
|
+
ultraloq_metadata?: {
|
|
41314
|
+
device_id: string;
|
|
41315
|
+
} | undefined;
|
|
41268
41316
|
}, {
|
|
41269
41317
|
ecobee_metadata?: {
|
|
41270
41318
|
device_name: string;
|
|
@@ -41521,6 +41569,9 @@ declare const device: z.ZodObject<{
|
|
|
41521
41569
|
fob_id?: number | undefined;
|
|
41522
41570
|
has_photo?: boolean | undefined;
|
|
41523
41571
|
} | undefined;
|
|
41572
|
+
ultraloq_metadata?: {
|
|
41573
|
+
device_id: string;
|
|
41574
|
+
} | undefined;
|
|
41524
41575
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
41525
41576
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
41526
41577
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -43301,6 +43352,9 @@ declare const device: z.ZodObject<{
|
|
|
43301
43352
|
fob_id?: number | undefined;
|
|
43302
43353
|
has_photo?: boolean | undefined;
|
|
43303
43354
|
} | undefined;
|
|
43355
|
+
ultraloq_metadata?: {
|
|
43356
|
+
device_id: string;
|
|
43357
|
+
} | undefined;
|
|
43304
43358
|
} & {
|
|
43305
43359
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
43306
43360
|
code_constraints?: ({
|
|
@@ -43960,6 +44014,9 @@ declare const device: z.ZodObject<{
|
|
|
43960
44014
|
fob_id?: number | undefined;
|
|
43961
44015
|
has_photo?: boolean | undefined;
|
|
43962
44016
|
} | undefined;
|
|
44017
|
+
ultraloq_metadata?: {
|
|
44018
|
+
device_id: string;
|
|
44019
|
+
} | undefined;
|
|
43963
44020
|
} & {
|
|
43964
44021
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
43965
44022
|
code_constraints?: ({
|
|
@@ -44190,6 +44247,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
44190
44247
|
readonly KWIKSET2: "kwikset2";
|
|
44191
44248
|
readonly KEYNEST: "keynest";
|
|
44192
44249
|
readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
|
|
44250
|
+
readonly ULTRALOQ: "ultraloq";
|
|
44193
44251
|
};
|
|
44194
44252
|
type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
|
|
44195
44253
|
declare const device_provider: z.ZodObject<{
|
|
@@ -45295,6 +45353,13 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45295
45353
|
fob_id?: number | undefined;
|
|
45296
45354
|
has_photo?: boolean | undefined;
|
|
45297
45355
|
}>>;
|
|
45356
|
+
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
45357
|
+
device_id: z.ZodString;
|
|
45358
|
+
}, "strip", z.ZodTypeAny, {
|
|
45359
|
+
device_id: string;
|
|
45360
|
+
}, {
|
|
45361
|
+
device_id: string;
|
|
45362
|
+
}>>;
|
|
45298
45363
|
}, "strip", z.ZodTypeAny, {
|
|
45299
45364
|
ecobee_metadata?: {
|
|
45300
45365
|
device_name: string;
|
|
@@ -45551,6 +45616,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45551
45616
|
fob_id?: number | undefined;
|
|
45552
45617
|
has_photo?: boolean | undefined;
|
|
45553
45618
|
} | undefined;
|
|
45619
|
+
ultraloq_metadata?: {
|
|
45620
|
+
device_id: string;
|
|
45621
|
+
} | undefined;
|
|
45554
45622
|
}, {
|
|
45555
45623
|
ecobee_metadata?: {
|
|
45556
45624
|
device_name: string;
|
|
@@ -45807,6 +45875,9 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45807
45875
|
fob_id?: number | undefined;
|
|
45808
45876
|
has_photo?: boolean | undefined;
|
|
45809
45877
|
} | undefined;
|
|
45878
|
+
ultraloq_metadata?: {
|
|
45879
|
+
device_id: string;
|
|
45880
|
+
} | undefined;
|
|
45810
45881
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
45811
45882
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
45812
45883
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
@@ -57285,6 +57356,17 @@ declare const _default: {
|
|
|
57285
57356
|
required: string[];
|
|
57286
57357
|
type: string;
|
|
57287
57358
|
};
|
|
57359
|
+
ultraloq_metadata: {
|
|
57360
|
+
description: string;
|
|
57361
|
+
properties: {
|
|
57362
|
+
device_id: {
|
|
57363
|
+
description: string;
|
|
57364
|
+
type: string;
|
|
57365
|
+
};
|
|
57366
|
+
};
|
|
57367
|
+
required: string[];
|
|
57368
|
+
type: string;
|
|
57369
|
+
};
|
|
57288
57370
|
visionline_metadata: {
|
|
57289
57371
|
description: string;
|
|
57290
57372
|
properties: {
|
|
@@ -118290,6 +118372,11 @@ type Routes = {
|
|
|
118290
118372
|
/** Whether the KeyNest device has a photo. */
|
|
118291
118373
|
has_photo?: boolean | undefined;
|
|
118292
118374
|
} | undefined;
|
|
118375
|
+
/** Metadata for a Ultraloq device. */
|
|
118376
|
+
ultraloq_metadata?: {
|
|
118377
|
+
/** Device ID for a Ultraloq device. */
|
|
118378
|
+
device_id: string;
|
|
118379
|
+
} | undefined;
|
|
118293
118380
|
}) & ({
|
|
118294
118381
|
/** */
|
|
118295
118382
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -121697,6 +121784,11 @@ type Routes = {
|
|
|
121697
121784
|
/** Whether the KeyNest device has a photo. */
|
|
121698
121785
|
has_photo?: boolean | undefined;
|
|
121699
121786
|
} | undefined;
|
|
121787
|
+
/** Metadata for a Ultraloq device. */
|
|
121788
|
+
ultraloq_metadata?: {
|
|
121789
|
+
/** Device ID for a Ultraloq device. */
|
|
121790
|
+
device_id: string;
|
|
121791
|
+
} | undefined;
|
|
121700
121792
|
}) & ({
|
|
121701
121793
|
/** */
|
|
121702
121794
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -138139,7 +138231,7 @@ type Routes = {
|
|
|
138139
138231
|
user_identity_ids?: string[] | undefined;
|
|
138140
138232
|
/** ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session (or that are already associated with the existing client session). */
|
|
138141
138233
|
user_identity_id?: string | undefined;
|
|
138142
|
-
/** Date and time at which the client session should expire
|
|
138234
|
+
/** Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it. */
|
|
138143
138235
|
expires_at?: Date | undefined;
|
|
138144
138236
|
};
|
|
138145
138237
|
commonParams: {};
|
|
@@ -138317,7 +138409,7 @@ type Routes = {
|
|
|
138317
138409
|
/** 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. */
|
|
138318
138410
|
customer_key?: string | undefined;
|
|
138319
138411
|
/** 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. */
|
|
138320
|
-
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' | '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;
|
|
138412
|
+
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' | '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' | 'ultraloq' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
138321
138413
|
/** 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. */
|
|
138322
138414
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
138323
138415
|
/** 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). */
|
|
@@ -140304,6 +140396,11 @@ type Routes = {
|
|
|
140304
140396
|
/** Whether the KeyNest device has a photo. */
|
|
140305
140397
|
has_photo?: boolean | undefined;
|
|
140306
140398
|
} | undefined;
|
|
140399
|
+
/** Metadata for a Ultraloq device. */
|
|
140400
|
+
ultraloq_metadata?: {
|
|
140401
|
+
/** Device ID for a Ultraloq device. */
|
|
140402
|
+
device_id: string;
|
|
140403
|
+
} | undefined;
|
|
140307
140404
|
}) & ({
|
|
140308
140405
|
/** */
|
|
140309
140406
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -140939,7 +141036,7 @@ type Routes = {
|
|
|
140939
141036
|
/** Array of device types for which you want to list devices. */
|
|
140940
141037
|
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_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'))[] | undefined;
|
|
140941
141038
|
/** Manufacturer for which you want to list devices. */
|
|
140942
|
-
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
141039
|
+
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
140943
141040
|
/** Array of device IDs for which you want to list devices. */
|
|
140944
141041
|
device_ids?: string[] | undefined;
|
|
140945
141042
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -141560,6 +141657,11 @@ type Routes = {
|
|
|
141560
141657
|
/** Whether the KeyNest device has a photo. */
|
|
141561
141658
|
has_photo?: boolean | undefined;
|
|
141562
141659
|
} | undefined;
|
|
141660
|
+
/** Metadata for a Ultraloq device. */
|
|
141661
|
+
ultraloq_metadata?: {
|
|
141662
|
+
/** Device ID for a Ultraloq device. */
|
|
141663
|
+
device_id: string;
|
|
141664
|
+
} | undefined;
|
|
141563
141665
|
}) & ({
|
|
141564
141666
|
/** */
|
|
141565
141667
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -142197,7 +142299,7 @@ type Routes = {
|
|
|
142197
142299
|
formData: {};
|
|
142198
142300
|
jsonResponse: {
|
|
142199
142301
|
device_providers: {
|
|
142200
|
-
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' | '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';
|
|
142302
|
+
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' | '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' | 'ultraloq';
|
|
142201
142303
|
display_name: string;
|
|
142202
142304
|
image_url: string;
|
|
142203
142305
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
|
|
@@ -142713,7 +142815,7 @@ type Routes = {
|
|
|
142713
142815
|
/** Array of device types for which you want to list devices. */
|
|
142714
142816
|
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_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'))[] | undefined;
|
|
142715
142817
|
/** Manufacturer for which you want to list devices. */
|
|
142716
|
-
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
142818
|
+
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
142717
142819
|
/** Array of device IDs for which you want to list devices. */
|
|
142718
142820
|
device_ids?: string[] | undefined;
|
|
142719
142821
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -147737,6 +147839,11 @@ type Routes = {
|
|
|
147737
147839
|
/** Whether the KeyNest device has a photo. */
|
|
147738
147840
|
has_photo?: boolean | undefined;
|
|
147739
147841
|
} | undefined;
|
|
147842
|
+
/** Metadata for a Ultraloq device. */
|
|
147843
|
+
ultraloq_metadata?: {
|
|
147844
|
+
/** Device ID for a Ultraloq device. */
|
|
147845
|
+
device_id: string;
|
|
147846
|
+
} | undefined;
|
|
147740
147847
|
}) & ({
|
|
147741
147848
|
/** */
|
|
147742
147849
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -148944,6 +149051,11 @@ type Routes = {
|
|
|
148944
149051
|
/** Whether the KeyNest device has a photo. */
|
|
148945
149052
|
has_photo?: boolean | undefined;
|
|
148946
149053
|
} | undefined;
|
|
149054
|
+
/** Metadata for a Ultraloq device. */
|
|
149055
|
+
ultraloq_metadata?: {
|
|
149056
|
+
/** Device ID for a Ultraloq device. */
|
|
149057
|
+
device_id: string;
|
|
149058
|
+
} | undefined;
|
|
148947
149059
|
}) & ({
|
|
148948
149060
|
/** */
|
|
148949
149061
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -149579,7 +149691,7 @@ type Routes = {
|
|
|
149579
149691
|
/** Device types of the locks that you want to list. */
|
|
149580
149692
|
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock')[] | undefined;
|
|
149581
149693
|
/** Manufacturer of the locks that you want to list. */
|
|
149582
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings') | undefined;
|
|
149694
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
149583
149695
|
/** Array of device IDs for which you want to list devices. */
|
|
149584
149696
|
device_ids?: string[] | undefined;
|
|
149585
149697
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -150200,6 +150312,11 @@ type Routes = {
|
|
|
150200
150312
|
/** Whether the KeyNest device has a photo. */
|
|
150201
150313
|
has_photo?: boolean | undefined;
|
|
150202
150314
|
} | undefined;
|
|
150315
|
+
/** Metadata for a Ultraloq device. */
|
|
150316
|
+
ultraloq_metadata?: {
|
|
150317
|
+
/** Device ID for a Ultraloq device. */
|
|
150318
|
+
device_id: string;
|
|
150319
|
+
} | undefined;
|
|
150203
150320
|
}) & ({
|
|
150204
150321
|
/** */
|
|
150205
150322
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -151406,6 +151523,11 @@ type Routes = {
|
|
|
151406
151523
|
/** Whether the KeyNest device has a photo. */
|
|
151407
151524
|
has_photo?: boolean | undefined;
|
|
151408
151525
|
} | undefined;
|
|
151526
|
+
/** Metadata for a Ultraloq device. */
|
|
151527
|
+
ultraloq_metadata?: {
|
|
151528
|
+
/** Device ID for a Ultraloq device. */
|
|
151529
|
+
device_id: string;
|
|
151530
|
+
} | undefined;
|
|
151409
151531
|
}) & ({
|
|
151410
151532
|
/** */
|
|
151411
151533
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -157700,6 +157822,11 @@ type Routes = {
|
|
|
157700
157822
|
/** Whether the KeyNest device has a photo. */
|
|
157701
157823
|
has_photo?: boolean | undefined;
|
|
157702
157824
|
} | undefined;
|
|
157825
|
+
/** Metadata for a Ultraloq device. */
|
|
157826
|
+
ultraloq_metadata?: {
|
|
157827
|
+
/** Device ID for a Ultraloq device. */
|
|
157828
|
+
device_id: string;
|
|
157829
|
+
} | undefined;
|
|
157703
157830
|
}) & ({
|
|
157704
157831
|
/** */
|
|
157705
157832
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -158906,6 +159033,11 @@ type Routes = {
|
|
|
158906
159033
|
/** Whether the KeyNest device has a photo. */
|
|
158907
159034
|
has_photo?: boolean | undefined;
|
|
158908
159035
|
} | undefined;
|
|
159036
|
+
/** Metadata for a Ultraloq device. */
|
|
159037
|
+
ultraloq_metadata?: {
|
|
159038
|
+
/** Device ID for a Ultraloq device. */
|
|
159039
|
+
device_id: string;
|
|
159040
|
+
} | undefined;
|
|
158909
159041
|
}) & ({
|
|
158910
159042
|
/** */
|
|
158911
159043
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -167750,6 +167882,11 @@ type Routes = {
|
|
|
167750
167882
|
/** Whether the KeyNest device has a photo. */
|
|
167751
167883
|
has_photo?: boolean | undefined;
|
|
167752
167884
|
} | undefined;
|
|
167885
|
+
/** Metadata for a Ultraloq device. */
|
|
167886
|
+
ultraloq_metadata?: {
|
|
167887
|
+
/** Device ID for a Ultraloq device. */
|
|
167888
|
+
device_id: string;
|
|
167889
|
+
} | undefined;
|
|
167753
167890
|
}) & ({
|
|
167754
167891
|
/** */
|
|
167755
167892
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -173356,6 +173493,11 @@ type Routes = {
|
|
|
173356
173493
|
/** Whether the KeyNest device has a photo. */
|
|
173357
173494
|
has_photo?: boolean | undefined;
|
|
173358
173495
|
} | undefined;
|
|
173496
|
+
/** Metadata for a Ultraloq device. */
|
|
173497
|
+
ultraloq_metadata?: {
|
|
173498
|
+
/** Device ID for a Ultraloq device. */
|
|
173499
|
+
device_id: string;
|
|
173500
|
+
} | undefined;
|
|
173359
173501
|
}) & ({
|
|
173360
173502
|
/** */
|
|
173361
173503
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -177144,6 +177286,11 @@ type Routes = {
|
|
|
177144
177286
|
/** Whether the KeyNest device has a photo. */
|
|
177145
177287
|
has_photo?: boolean | undefined;
|
|
177146
177288
|
} | undefined;
|
|
177289
|
+
/** Metadata for a Ultraloq device. */
|
|
177290
|
+
ultraloq_metadata?: {
|
|
177291
|
+
/** Device ID for a Ultraloq device. */
|
|
177292
|
+
device_id: string;
|
|
177293
|
+
} | undefined;
|
|
177147
177294
|
}) & ({
|
|
177148
177295
|
/** */
|
|
177149
177296
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -178350,6 +178497,11 @@ type Routes = {
|
|
|
178350
178497
|
/** Whether the KeyNest device has a photo. */
|
|
178351
178498
|
has_photo?: boolean | undefined;
|
|
178352
178499
|
} | undefined;
|
|
178500
|
+
/** Metadata for a Ultraloq device. */
|
|
178501
|
+
ultraloq_metadata?: {
|
|
178502
|
+
/** Device ID for a Ultraloq device. */
|
|
178503
|
+
device_id: string;
|
|
178504
|
+
} | undefined;
|
|
178353
178505
|
}) & ({
|
|
178354
178506
|
/** */
|
|
178355
178507
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -185499,6 +185651,11 @@ type Routes = {
|
|
|
185499
185651
|
/** Whether the KeyNest device has a photo. */
|
|
185500
185652
|
has_photo?: boolean | undefined;
|
|
185501
185653
|
} | undefined;
|
|
185654
|
+
/** Metadata for a Ultraloq device. */
|
|
185655
|
+
ultraloq_metadata?: {
|
|
185656
|
+
/** Device ID for a Ultraloq device. */
|
|
185657
|
+
device_id: string;
|
|
185658
|
+
} | undefined;
|
|
185502
185659
|
}) & ({
|
|
185503
185660
|
/** */
|
|
185504
185661
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -186707,6 +186864,11 @@ type Routes = {
|
|
|
186707
186864
|
/** Whether the KeyNest device has a photo. */
|
|
186708
186865
|
has_photo?: boolean | undefined;
|
|
186709
186866
|
} | undefined;
|
|
186867
|
+
/** Metadata for a Ultraloq device. */
|
|
186868
|
+
ultraloq_metadata?: {
|
|
186869
|
+
/** Device ID for a Ultraloq device. */
|
|
186870
|
+
device_id: string;
|
|
186871
|
+
} | undefined;
|
|
186710
186872
|
}) & ({
|
|
186711
186873
|
/** */
|
|
186712
186874
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -188822,6 +188984,11 @@ type Routes = {
|
|
|
188822
188984
|
/** Whether the KeyNest device has a photo. */
|
|
188823
188985
|
has_photo?: boolean | undefined;
|
|
188824
188986
|
} | undefined;
|
|
188987
|
+
/** Metadata for a Ultraloq device. */
|
|
188988
|
+
ultraloq_metadata?: {
|
|
188989
|
+
/** Device ID for a Ultraloq device. */
|
|
188990
|
+
device_id: string;
|
|
188991
|
+
} | undefined;
|
|
188825
188992
|
}) & ({
|
|
188826
188993
|
/** */
|
|
188827
188994
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -1059,7 +1059,10 @@ var device_metadata = zod.z.object({
|
|
|
1059
1059
|
default_office_id: zod.z.number().describe(`Default office ID for a KeyNest device.`),
|
|
1060
1060
|
fob_id: zod.z.number().describe(`Fob ID for a KeyNest device.`),
|
|
1061
1061
|
has_photo: zod.z.boolean().describe(`Whether the KeyNest device has a photo.`)
|
|
1062
|
-
}).partial().describe(`Metadata for a KeyNest device.`)
|
|
1062
|
+
}).partial().describe(`Metadata for a KeyNest device.`),
|
|
1063
|
+
ultraloq_metadata: zod.z.object({
|
|
1064
|
+
device_id: zod.z.string().describe(`Device ID for a Ultraloq device.`)
|
|
1065
|
+
}).describe(`Metadata for a Ultraloq device.`)
|
|
1063
1066
|
}).partial().describe(`
|
|
1064
1067
|
---
|
|
1065
1068
|
property_group_key: provider_metadata
|
|
@@ -1798,7 +1801,8 @@ var DEVICE_PROVIDERS = {
|
|
|
1798
1801
|
SENSI: "sensi",
|
|
1799
1802
|
KWIKSET2: "kwikset2",
|
|
1800
1803
|
KEYNEST: "keynest",
|
|
1801
|
-
DORMAKABA_AMBIANCE: "dormakaba_ambiance"
|
|
1804
|
+
DORMAKABA_AMBIANCE: "dormakaba_ambiance",
|
|
1805
|
+
ULTRALOQ: "ultraloq"
|
|
1802
1806
|
};
|
|
1803
1807
|
var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
|
|
1804
1808
|
var PROVIDER_CATEGORY_MAP = {
|
|
@@ -15942,6 +15946,17 @@ var openapi_default = {
|
|
|
15942
15946
|
required: ["device_id", "device_name"],
|
|
15943
15947
|
type: "object"
|
|
15944
15948
|
},
|
|
15949
|
+
ultraloq_metadata: {
|
|
15950
|
+
description: "Metadata for a Ultraloq device.",
|
|
15951
|
+
properties: {
|
|
15952
|
+
device_id: {
|
|
15953
|
+
description: "Device ID for a Ultraloq device.",
|
|
15954
|
+
type: "string"
|
|
15955
|
+
}
|
|
15956
|
+
},
|
|
15957
|
+
required: ["device_id"],
|
|
15958
|
+
type: "object"
|
|
15959
|
+
},
|
|
15945
15960
|
visionline_metadata: {
|
|
15946
15961
|
description: "Metadata for an ASSA ABLOY Visionline system.",
|
|
15947
15962
|
properties: {
|
|
@@ -17387,7 +17402,8 @@ var openapi_default = {
|
|
|
17387
17402
|
"sensi",
|
|
17388
17403
|
"kwikset2",
|
|
17389
17404
|
"keynest",
|
|
17390
|
-
"dormakaba_ambiance"
|
|
17405
|
+
"dormakaba_ambiance",
|
|
17406
|
+
"ultraloq"
|
|
17391
17407
|
],
|
|
17392
17408
|
type: "string"
|
|
17393
17409
|
},
|
|
@@ -41182,7 +41198,7 @@ var openapi_default = {
|
|
|
41182
41198
|
type: "array"
|
|
41183
41199
|
},
|
|
41184
41200
|
expires_at: {
|
|
41185
|
-
description: "Date and time at which the client session should expire
|
|
41201
|
+
description: "Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it.",
|
|
41186
41202
|
format: "date-time",
|
|
41187
41203
|
type: "string"
|
|
41188
41204
|
},
|
|
@@ -41682,6 +41698,7 @@ var openapi_default = {
|
|
|
41682
41698
|
"kwikset2",
|
|
41683
41699
|
"keynest",
|
|
41684
41700
|
"dormakaba_ambiance",
|
|
41701
|
+
"ultraloq",
|
|
41685
41702
|
"yale_access",
|
|
41686
41703
|
"hid_cm",
|
|
41687
41704
|
"google_nest"
|
|
@@ -45064,7 +45081,8 @@ var openapi_default = {
|
|
|
45064
45081
|
"tado",
|
|
45065
45082
|
"sensi",
|
|
45066
45083
|
"smartthings",
|
|
45067
|
-
"keynest"
|
|
45084
|
+
"keynest",
|
|
45085
|
+
"ultraloq"
|
|
45068
45086
|
],
|
|
45069
45087
|
type: "string"
|
|
45070
45088
|
}
|
|
@@ -45538,7 +45556,8 @@ var openapi_default = {
|
|
|
45538
45556
|
"tado",
|
|
45539
45557
|
"sensi",
|
|
45540
45558
|
"smartthings",
|
|
45541
|
-
"keynest"
|
|
45559
|
+
"keynest",
|
|
45560
|
+
"ultraloq"
|
|
45542
45561
|
],
|
|
45543
45562
|
type: "string"
|
|
45544
45563
|
},
|
|
@@ -46374,7 +46393,8 @@ var openapi_default = {
|
|
|
46374
46393
|
"tado",
|
|
46375
46394
|
"sensi",
|
|
46376
46395
|
"smartthings",
|
|
46377
|
-
"keynest"
|
|
46396
|
+
"keynest",
|
|
46397
|
+
"ultraloq"
|
|
46378
46398
|
],
|
|
46379
46399
|
type: "string"
|
|
46380
46400
|
}
|
|
@@ -46846,7 +46866,8 @@ var openapi_default = {
|
|
|
46846
46866
|
"tado",
|
|
46847
46867
|
"sensi",
|
|
46848
46868
|
"smartthings",
|
|
46849
|
-
"keynest"
|
|
46869
|
+
"keynest",
|
|
46870
|
+
"ultraloq"
|
|
46850
46871
|
],
|
|
46851
46872
|
type: "string"
|
|
46852
46873
|
},
|
|
@@ -48632,7 +48653,8 @@ var openapi_default = {
|
|
|
48632
48653
|
"tedee",
|
|
48633
48654
|
"akiles",
|
|
48634
48655
|
"kwikset2",
|
|
48635
|
-
"smartthings"
|
|
48656
|
+
"smartthings",
|
|
48657
|
+
"ultraloq"
|
|
48636
48658
|
],
|
|
48637
48659
|
type: "string"
|
|
48638
48660
|
}
|
|
@@ -49033,7 +49055,8 @@ var openapi_default = {
|
|
|
49033
49055
|
"tedee",
|
|
49034
49056
|
"akiles",
|
|
49035
49057
|
"kwikset2",
|
|
49036
|
-
"smartthings"
|
|
49058
|
+
"smartthings",
|
|
49059
|
+
"ultraloq"
|
|
49037
49060
|
],
|
|
49038
49061
|
type: "string"
|
|
49039
49062
|
},
|