@seamapi/types 1.715.0 → 1.717.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 +103 -31
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +578 -91
- package/dist/index.cjs +103 -31
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +132 -24
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +2 -1
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/models/devices/device-metadata.d.ts +38 -0
- package/lib/seam/connect/models/devices/device-metadata.js +17 -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-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +64 -10
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +46 -8
- package/lib/seam/connect/openapi.d.ts +31 -0
- package/lib/seam/connect/openapi.js +70 -10
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +304 -49
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +2 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +18 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +72 -10
- package/src/lib/seam/connect/route-types.ts +345 -5
|
@@ -11366,6 +11366,7 @@ export type Routes = {
|
|
|
11366
11366
|
| 'tedee_lock'
|
|
11367
11367
|
| 'akiles_lock'
|
|
11368
11368
|
| 'ultraloq_lock'
|
|
11369
|
+
| 'korelock_lock'
|
|
11369
11370
|
)
|
|
11370
11371
|
| 'keynest_key'
|
|
11371
11372
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -12075,6 +12076,23 @@ export type Routes = {
|
|
|
12075
12076
|
time_zone: string | null
|
|
12076
12077
|
}
|
|
12077
12078
|
| undefined
|
|
12079
|
+
/** Metadata for a Korelock device. */
|
|
12080
|
+
korelock_metadata?:
|
|
12081
|
+
| {
|
|
12082
|
+
/** Device ID for a Korelock device. */
|
|
12083
|
+
device_id?: string | undefined
|
|
12084
|
+
/** Device name for a Korelock device. */
|
|
12085
|
+
device_name?: string | undefined
|
|
12086
|
+
/** Model code for a Korelock device. */
|
|
12087
|
+
model_code?: string | undefined
|
|
12088
|
+
/** Serial number for a Korelock device. */
|
|
12089
|
+
serial_number?: string | undefined
|
|
12090
|
+
/** Firmware version for a Korelock device. */
|
|
12091
|
+
firmware_version?: string | undefined
|
|
12092
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
12093
|
+
wifi_signal_strength?: number | undefined
|
|
12094
|
+
}
|
|
12095
|
+
| undefined
|
|
12078
12096
|
}) &
|
|
12079
12097
|
({
|
|
12080
12098
|
/** */
|
|
@@ -12099,6 +12117,7 @@ export type Routes = {
|
|
|
12099
12117
|
| 'cannot_contain_089'
|
|
12100
12118
|
| 'cannot_contain_0789'
|
|
12101
12119
|
| 'unique_first_four_digits'
|
|
12120
|
+
| 'no_all_same_digits'
|
|
12102
12121
|
}
|
|
12103
12122
|
| {
|
|
12104
12123
|
constraint_type:
|
|
@@ -15534,6 +15553,7 @@ export type Routes = {
|
|
|
15534
15553
|
| 'tedee_lock'
|
|
15535
15554
|
| 'akiles_lock'
|
|
15536
15555
|
| 'ultraloq_lock'
|
|
15556
|
+
| 'korelock_lock'
|
|
15537
15557
|
)
|
|
15538
15558
|
| 'keynest_key'
|
|
15539
15559
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -16243,6 +16263,23 @@ export type Routes = {
|
|
|
16243
16263
|
time_zone: string | null
|
|
16244
16264
|
}
|
|
16245
16265
|
| undefined
|
|
16266
|
+
/** Metadata for a Korelock device. */
|
|
16267
|
+
korelock_metadata?:
|
|
16268
|
+
| {
|
|
16269
|
+
/** Device ID for a Korelock device. */
|
|
16270
|
+
device_id?: string | undefined
|
|
16271
|
+
/** Device name for a Korelock device. */
|
|
16272
|
+
device_name?: string | undefined
|
|
16273
|
+
/** Model code for a Korelock device. */
|
|
16274
|
+
model_code?: string | undefined
|
|
16275
|
+
/** Serial number for a Korelock device. */
|
|
16276
|
+
serial_number?: string | undefined
|
|
16277
|
+
/** Firmware version for a Korelock device. */
|
|
16278
|
+
firmware_version?: string | undefined
|
|
16279
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
16280
|
+
wifi_signal_strength?: number | undefined
|
|
16281
|
+
}
|
|
16282
|
+
| undefined
|
|
16246
16283
|
}) &
|
|
16247
16284
|
({
|
|
16248
16285
|
/** */
|
|
@@ -16267,6 +16304,7 @@ export type Routes = {
|
|
|
16267
16304
|
| 'cannot_contain_089'
|
|
16268
16305
|
| 'cannot_contain_0789'
|
|
16269
16306
|
| 'unique_first_four_digits'
|
|
16307
|
+
| 'no_all_same_digits'
|
|
16270
16308
|
}
|
|
16271
16309
|
| {
|
|
16272
16310
|
constraint_type:
|
|
@@ -29840,6 +29878,7 @@ export type Routes = {
|
|
|
29840
29878
|
| 'sensi'
|
|
29841
29879
|
| 'kwikset2'
|
|
29842
29880
|
| 'keynest'
|
|
29881
|
+
| 'korelock'
|
|
29843
29882
|
| 'dormakaba_ambiance'
|
|
29844
29883
|
| 'ultraloq'
|
|
29845
29884
|
| 'yale_access'
|
|
@@ -31602,6 +31641,7 @@ export type Routes = {
|
|
|
31602
31641
|
| 'tedee_lock'
|
|
31603
31642
|
| 'akiles_lock'
|
|
31604
31643
|
| 'ultraloq_lock'
|
|
31644
|
+
| 'korelock_lock'
|
|
31605
31645
|
)
|
|
31606
31646
|
| 'keynest_key'
|
|
31607
31647
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -32311,6 +32351,23 @@ export type Routes = {
|
|
|
32311
32351
|
time_zone: string | null
|
|
32312
32352
|
}
|
|
32313
32353
|
| undefined
|
|
32354
|
+
/** Metadata for a Korelock device. */
|
|
32355
|
+
korelock_metadata?:
|
|
32356
|
+
| {
|
|
32357
|
+
/** Device ID for a Korelock device. */
|
|
32358
|
+
device_id?: string | undefined
|
|
32359
|
+
/** Device name for a Korelock device. */
|
|
32360
|
+
device_name?: string | undefined
|
|
32361
|
+
/** Model code for a Korelock device. */
|
|
32362
|
+
model_code?: string | undefined
|
|
32363
|
+
/** Serial number for a Korelock device. */
|
|
32364
|
+
serial_number?: string | undefined
|
|
32365
|
+
/** Firmware version for a Korelock device. */
|
|
32366
|
+
firmware_version?: string | undefined
|
|
32367
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
32368
|
+
wifi_signal_strength?: number | undefined
|
|
32369
|
+
}
|
|
32370
|
+
| undefined
|
|
32314
32371
|
}) &
|
|
32315
32372
|
({
|
|
32316
32373
|
/** */
|
|
@@ -32335,6 +32392,7 @@ export type Routes = {
|
|
|
32335
32392
|
| 'cannot_contain_089'
|
|
32336
32393
|
| 'cannot_contain_0789'
|
|
32337
32394
|
| 'unique_first_four_digits'
|
|
32395
|
+
| 'no_all_same_digits'
|
|
32338
32396
|
}
|
|
32339
32397
|
| {
|
|
32340
32398
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -33196,6 +33254,7 @@ export type Routes = {
|
|
|
33196
33254
|
| 'tedee_lock'
|
|
33197
33255
|
| 'akiles_lock'
|
|
33198
33256
|
| 'ultraloq_lock'
|
|
33257
|
+
| 'korelock_lock'
|
|
33199
33258
|
)
|
|
33200
33259
|
| 'keynest_key'
|
|
33201
33260
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -33242,6 +33301,7 @@ export type Routes = {
|
|
|
33242
33301
|
| 'tedee_lock'
|
|
33243
33302
|
| 'akiles_lock'
|
|
33244
33303
|
| 'ultraloq_lock'
|
|
33304
|
+
| 'korelock_lock'
|
|
33245
33305
|
)
|
|
33246
33306
|
| 'keynest_key'
|
|
33247
33307
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -33288,17 +33348,19 @@ export type Routes = {
|
|
|
33288
33348
|
| 'controlbyweb'
|
|
33289
33349
|
| 'dormakaba_oracode'
|
|
33290
33350
|
| 'tedee'
|
|
33351
|
+
| 'korelock'
|
|
33291
33352
|
| 'akiles'
|
|
33292
33353
|
| 'ecobee'
|
|
33293
33354
|
| 'honeywell_resideo'
|
|
33355
|
+
| 'keynest'
|
|
33356
|
+
| 'korelock'
|
|
33294
33357
|
| 'kwikset2'
|
|
33295
33358
|
| 'minut'
|
|
33296
33359
|
| 'nest'
|
|
33297
33360
|
| 'noiseaware'
|
|
33298
|
-
| 'tado'
|
|
33299
33361
|
| 'sensi'
|
|
33300
33362
|
| 'smartthings'
|
|
33301
|
-
| '
|
|
33363
|
+
| 'tado'
|
|
33302
33364
|
| 'ultraloq'
|
|
33303
33365
|
)
|
|
33304
33366
|
| undefined
|
|
@@ -33410,6 +33472,7 @@ export type Routes = {
|
|
|
33410
33472
|
| 'tedee_lock'
|
|
33411
33473
|
| 'akiles_lock'
|
|
33412
33474
|
| 'ultraloq_lock'
|
|
33475
|
+
| 'korelock_lock'
|
|
33413
33476
|
)
|
|
33414
33477
|
| 'keynest_key'
|
|
33415
33478
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -34119,6 +34182,23 @@ export type Routes = {
|
|
|
34119
34182
|
time_zone: string | null
|
|
34120
34183
|
}
|
|
34121
34184
|
| undefined
|
|
34185
|
+
/** Metadata for a Korelock device. */
|
|
34186
|
+
korelock_metadata?:
|
|
34187
|
+
| {
|
|
34188
|
+
/** Device ID for a Korelock device. */
|
|
34189
|
+
device_id?: string | undefined
|
|
34190
|
+
/** Device name for a Korelock device. */
|
|
34191
|
+
device_name?: string | undefined
|
|
34192
|
+
/** Model code for a Korelock device. */
|
|
34193
|
+
model_code?: string | undefined
|
|
34194
|
+
/** Serial number for a Korelock device. */
|
|
34195
|
+
serial_number?: string | undefined
|
|
34196
|
+
/** Firmware version for a Korelock device. */
|
|
34197
|
+
firmware_version?: string | undefined
|
|
34198
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
34199
|
+
wifi_signal_strength?: number | undefined
|
|
34200
|
+
}
|
|
34201
|
+
| undefined
|
|
34122
34202
|
}) &
|
|
34123
34203
|
({
|
|
34124
34204
|
/** */
|
|
@@ -34143,6 +34223,7 @@ export type Routes = {
|
|
|
34143
34223
|
| 'cannot_contain_089'
|
|
34144
34224
|
| 'cannot_contain_0789'
|
|
34145
34225
|
| 'unique_first_four_digits'
|
|
34226
|
+
| 'no_all_same_digits'
|
|
34146
34227
|
}
|
|
34147
34228
|
| {
|
|
34148
34229
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -35036,6 +35117,7 @@ export type Routes = {
|
|
|
35036
35117
|
| 'sensi'
|
|
35037
35118
|
| 'kwikset2'
|
|
35038
35119
|
| 'keynest'
|
|
35120
|
+
| 'korelock'
|
|
35039
35121
|
| 'dormakaba_ambiance'
|
|
35040
35122
|
| 'ultraloq'
|
|
35041
35123
|
display_name: string
|
|
@@ -35650,6 +35732,7 @@ export type Routes = {
|
|
|
35650
35732
|
| 'tedee_lock'
|
|
35651
35733
|
| 'akiles_lock'
|
|
35652
35734
|
| 'ultraloq_lock'
|
|
35735
|
+
| 'korelock_lock'
|
|
35653
35736
|
)
|
|
35654
35737
|
| 'keynest_key'
|
|
35655
35738
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -36162,6 +36245,7 @@ export type Routes = {
|
|
|
36162
36245
|
| 'tedee_lock'
|
|
36163
36246
|
| 'akiles_lock'
|
|
36164
36247
|
| 'ultraloq_lock'
|
|
36248
|
+
| 'korelock_lock'
|
|
36165
36249
|
)
|
|
36166
36250
|
| 'keynest_key'
|
|
36167
36251
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -36208,6 +36292,7 @@ export type Routes = {
|
|
|
36208
36292
|
| 'tedee_lock'
|
|
36209
36293
|
| 'akiles_lock'
|
|
36210
36294
|
| 'ultraloq_lock'
|
|
36295
|
+
| 'korelock_lock'
|
|
36211
36296
|
)
|
|
36212
36297
|
| 'keynest_key'
|
|
36213
36298
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -36254,17 +36339,19 @@ export type Routes = {
|
|
|
36254
36339
|
| 'controlbyweb'
|
|
36255
36340
|
| 'dormakaba_oracode'
|
|
36256
36341
|
| 'tedee'
|
|
36342
|
+
| 'korelock'
|
|
36257
36343
|
| 'akiles'
|
|
36258
36344
|
| 'ecobee'
|
|
36259
36345
|
| 'honeywell_resideo'
|
|
36346
|
+
| 'keynest'
|
|
36347
|
+
| 'korelock'
|
|
36260
36348
|
| 'kwikset2'
|
|
36261
36349
|
| 'minut'
|
|
36262
36350
|
| 'nest'
|
|
36263
36351
|
| 'noiseaware'
|
|
36264
|
-
| 'tado'
|
|
36265
36352
|
| 'sensi'
|
|
36266
36353
|
| 'smartthings'
|
|
36267
|
-
| '
|
|
36354
|
+
| 'tado'
|
|
36268
36355
|
| 'ultraloq'
|
|
36269
36356
|
)
|
|
36270
36357
|
| undefined
|
|
@@ -36376,6 +36463,7 @@ export type Routes = {
|
|
|
36376
36463
|
| 'tedee_lock'
|
|
36377
36464
|
| 'akiles_lock'
|
|
36378
36465
|
| 'ultraloq_lock'
|
|
36466
|
+
| 'korelock_lock'
|
|
36379
36467
|
)
|
|
36380
36468
|
| 'keynest_key'
|
|
36381
36469
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -42122,6 +42210,7 @@ export type Routes = {
|
|
|
42122
42210
|
| 'tedee_lock'
|
|
42123
42211
|
| 'akiles_lock'
|
|
42124
42212
|
| 'ultraloq_lock'
|
|
42213
|
+
| 'korelock_lock'
|
|
42125
42214
|
)
|
|
42126
42215
|
| 'keynest_key'
|
|
42127
42216
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -42831,6 +42920,23 @@ export type Routes = {
|
|
|
42831
42920
|
time_zone: string | null
|
|
42832
42921
|
}
|
|
42833
42922
|
| undefined
|
|
42923
|
+
/** Metadata for a Korelock device. */
|
|
42924
|
+
korelock_metadata?:
|
|
42925
|
+
| {
|
|
42926
|
+
/** Device ID for a Korelock device. */
|
|
42927
|
+
device_id?: string | undefined
|
|
42928
|
+
/** Device name for a Korelock device. */
|
|
42929
|
+
device_name?: string | undefined
|
|
42930
|
+
/** Model code for a Korelock device. */
|
|
42931
|
+
model_code?: string | undefined
|
|
42932
|
+
/** Serial number for a Korelock device. */
|
|
42933
|
+
serial_number?: string | undefined
|
|
42934
|
+
/** Firmware version for a Korelock device. */
|
|
42935
|
+
firmware_version?: string | undefined
|
|
42936
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
42937
|
+
wifi_signal_strength?: number | undefined
|
|
42938
|
+
}
|
|
42939
|
+
| undefined
|
|
42834
42940
|
}) &
|
|
42835
42941
|
({
|
|
42836
42942
|
/** */
|
|
@@ -42855,6 +42961,7 @@ export type Routes = {
|
|
|
42855
42961
|
| 'cannot_contain_089'
|
|
42856
42962
|
| 'cannot_contain_0789'
|
|
42857
42963
|
| 'unique_first_four_digits'
|
|
42964
|
+
| 'no_all_same_digits'
|
|
42858
42965
|
}
|
|
42859
42966
|
| {
|
|
42860
42967
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -43702,6 +43809,7 @@ export type Routes = {
|
|
|
43702
43809
|
| 'tedee_lock'
|
|
43703
43810
|
| 'akiles_lock'
|
|
43704
43811
|
| 'ultraloq_lock'
|
|
43812
|
+
| 'korelock_lock'
|
|
43705
43813
|
)
|
|
43706
43814
|
| 'keynest_key'
|
|
43707
43815
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -44411,6 +44519,23 @@ export type Routes = {
|
|
|
44411
44519
|
time_zone: string | null
|
|
44412
44520
|
}
|
|
44413
44521
|
| undefined
|
|
44522
|
+
/** Metadata for a Korelock device. */
|
|
44523
|
+
korelock_metadata?:
|
|
44524
|
+
| {
|
|
44525
|
+
/** Device ID for a Korelock device. */
|
|
44526
|
+
device_id?: string | undefined
|
|
44527
|
+
/** Device name for a Korelock device. */
|
|
44528
|
+
device_name?: string | undefined
|
|
44529
|
+
/** Model code for a Korelock device. */
|
|
44530
|
+
model_code?: string | undefined
|
|
44531
|
+
/** Serial number for a Korelock device. */
|
|
44532
|
+
serial_number?: string | undefined
|
|
44533
|
+
/** Firmware version for a Korelock device. */
|
|
44534
|
+
firmware_version?: string | undefined
|
|
44535
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
44536
|
+
wifi_signal_strength?: number | undefined
|
|
44537
|
+
}
|
|
44538
|
+
| undefined
|
|
44414
44539
|
}) &
|
|
44415
44540
|
({
|
|
44416
44541
|
/** */
|
|
@@ -44435,6 +44560,7 @@ export type Routes = {
|
|
|
44435
44560
|
| 'cannot_contain_089'
|
|
44436
44561
|
| 'cannot_contain_0789'
|
|
44437
44562
|
| 'unique_first_four_digits'
|
|
44563
|
+
| 'no_all_same_digits'
|
|
44438
44564
|
}
|
|
44439
44565
|
| {
|
|
44440
44566
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -45295,6 +45421,7 @@ export type Routes = {
|
|
|
45295
45421
|
| 'tedee_lock'
|
|
45296
45422
|
| 'akiles_lock'
|
|
45297
45423
|
| 'ultraloq_lock'
|
|
45424
|
+
| 'korelock_lock'
|
|
45298
45425
|
)
|
|
45299
45426
|
| undefined
|
|
45300
45427
|
/** Device types of the locks that you want to list. */
|
|
@@ -45328,6 +45455,7 @@ export type Routes = {
|
|
|
45328
45455
|
| 'tedee_lock'
|
|
45329
45456
|
| 'akiles_lock'
|
|
45330
45457
|
| 'ultraloq_lock'
|
|
45458
|
+
| 'korelock_lock'
|
|
45331
45459
|
)[]
|
|
45332
45460
|
| undefined
|
|
45333
45461
|
/** Manufacturer of the locks that you want to list. */
|
|
@@ -45358,7 +45486,9 @@ export type Routes = {
|
|
|
45358
45486
|
| 'four_suites'
|
|
45359
45487
|
| 'dormakaba_oracode'
|
|
45360
45488
|
| 'tedee'
|
|
45489
|
+
| 'korelock'
|
|
45361
45490
|
| 'akiles'
|
|
45491
|
+
| 'korelock'
|
|
45362
45492
|
| 'kwikset2'
|
|
45363
45493
|
| 'smartthings'
|
|
45364
45494
|
| 'ultraloq'
|
|
@@ -45472,6 +45602,7 @@ export type Routes = {
|
|
|
45472
45602
|
| 'tedee_lock'
|
|
45473
45603
|
| 'akiles_lock'
|
|
45474
45604
|
| 'ultraloq_lock'
|
|
45605
|
+
| 'korelock_lock'
|
|
45475
45606
|
)
|
|
45476
45607
|
| 'keynest_key'
|
|
45477
45608
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -46181,6 +46312,23 @@ export type Routes = {
|
|
|
46181
46312
|
time_zone: string | null
|
|
46182
46313
|
}
|
|
46183
46314
|
| undefined
|
|
46315
|
+
/** Metadata for a Korelock device. */
|
|
46316
|
+
korelock_metadata?:
|
|
46317
|
+
| {
|
|
46318
|
+
/** Device ID for a Korelock device. */
|
|
46319
|
+
device_id?: string | undefined
|
|
46320
|
+
/** Device name for a Korelock device. */
|
|
46321
|
+
device_name?: string | undefined
|
|
46322
|
+
/** Model code for a Korelock device. */
|
|
46323
|
+
model_code?: string | undefined
|
|
46324
|
+
/** Serial number for a Korelock device. */
|
|
46325
|
+
serial_number?: string | undefined
|
|
46326
|
+
/** Firmware version for a Korelock device. */
|
|
46327
|
+
firmware_version?: string | undefined
|
|
46328
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
46329
|
+
wifi_signal_strength?: number | undefined
|
|
46330
|
+
}
|
|
46331
|
+
| undefined
|
|
46184
46332
|
}) &
|
|
46185
46333
|
({
|
|
46186
46334
|
/** */
|
|
@@ -46205,6 +46353,7 @@ export type Routes = {
|
|
|
46205
46353
|
| 'cannot_contain_089'
|
|
46206
46354
|
| 'cannot_contain_0789'
|
|
46207
46355
|
| 'unique_first_four_digits'
|
|
46356
|
+
| 'no_all_same_digits'
|
|
46208
46357
|
}
|
|
46209
46358
|
| {
|
|
46210
46359
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -47051,6 +47200,7 @@ export type Routes = {
|
|
|
47051
47200
|
| 'tedee_lock'
|
|
47052
47201
|
| 'akiles_lock'
|
|
47053
47202
|
| 'ultraloq_lock'
|
|
47203
|
+
| 'korelock_lock'
|
|
47054
47204
|
)
|
|
47055
47205
|
| 'keynest_key'
|
|
47056
47206
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -47760,6 +47910,23 @@ export type Routes = {
|
|
|
47760
47910
|
time_zone: string | null
|
|
47761
47911
|
}
|
|
47762
47912
|
| undefined
|
|
47913
|
+
/** Metadata for a Korelock device. */
|
|
47914
|
+
korelock_metadata?:
|
|
47915
|
+
| {
|
|
47916
|
+
/** Device ID for a Korelock device. */
|
|
47917
|
+
device_id?: string | undefined
|
|
47918
|
+
/** Device name for a Korelock device. */
|
|
47919
|
+
device_name?: string | undefined
|
|
47920
|
+
/** Model code for a Korelock device. */
|
|
47921
|
+
model_code?: string | undefined
|
|
47922
|
+
/** Serial number for a Korelock device. */
|
|
47923
|
+
serial_number?: string | undefined
|
|
47924
|
+
/** Firmware version for a Korelock device. */
|
|
47925
|
+
firmware_version?: string | undefined
|
|
47926
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
47927
|
+
wifi_signal_strength?: number | undefined
|
|
47928
|
+
}
|
|
47929
|
+
| undefined
|
|
47763
47930
|
}) &
|
|
47764
47931
|
({
|
|
47765
47932
|
/** */
|
|
@@ -47784,6 +47951,7 @@ export type Routes = {
|
|
|
47784
47951
|
| 'cannot_contain_089'
|
|
47785
47952
|
| 'cannot_contain_0789'
|
|
47786
47953
|
| 'unique_first_four_digits'
|
|
47954
|
+
| 'no_all_same_digits'
|
|
47787
47955
|
}
|
|
47788
47956
|
| {
|
|
47789
47957
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -54573,6 +54741,7 @@ export type Routes = {
|
|
|
54573
54741
|
| 'tedee_lock'
|
|
54574
54742
|
| 'akiles_lock'
|
|
54575
54743
|
| 'ultraloq_lock'
|
|
54744
|
+
| 'korelock_lock'
|
|
54576
54745
|
)
|
|
54577
54746
|
| 'keynest_key'
|
|
54578
54747
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -55282,6 +55451,23 @@ export type Routes = {
|
|
|
55282
55451
|
time_zone: string | null
|
|
55283
55452
|
}
|
|
55284
55453
|
| undefined
|
|
55454
|
+
/** Metadata for a Korelock device. */
|
|
55455
|
+
korelock_metadata?:
|
|
55456
|
+
| {
|
|
55457
|
+
/** Device ID for a Korelock device. */
|
|
55458
|
+
device_id?: string | undefined
|
|
55459
|
+
/** Device name for a Korelock device. */
|
|
55460
|
+
device_name?: string | undefined
|
|
55461
|
+
/** Model code for a Korelock device. */
|
|
55462
|
+
model_code?: string | undefined
|
|
55463
|
+
/** Serial number for a Korelock device. */
|
|
55464
|
+
serial_number?: string | undefined
|
|
55465
|
+
/** Firmware version for a Korelock device. */
|
|
55466
|
+
firmware_version?: string | undefined
|
|
55467
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
55468
|
+
wifi_signal_strength?: number | undefined
|
|
55469
|
+
}
|
|
55470
|
+
| undefined
|
|
55285
55471
|
}) &
|
|
55286
55472
|
({
|
|
55287
55473
|
/** */
|
|
@@ -55306,6 +55492,7 @@ export type Routes = {
|
|
|
55306
55492
|
| 'cannot_contain_089'
|
|
55307
55493
|
| 'cannot_contain_0789'
|
|
55308
55494
|
| 'unique_first_four_digits'
|
|
55495
|
+
| 'no_all_same_digits'
|
|
55309
55496
|
}
|
|
55310
55497
|
| {
|
|
55311
55498
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -56152,6 +56339,7 @@ export type Routes = {
|
|
|
56152
56339
|
| 'tedee_lock'
|
|
56153
56340
|
| 'akiles_lock'
|
|
56154
56341
|
| 'ultraloq_lock'
|
|
56342
|
+
| 'korelock_lock'
|
|
56155
56343
|
)
|
|
56156
56344
|
| 'keynest_key'
|
|
56157
56345
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -56861,6 +57049,23 @@ export type Routes = {
|
|
|
56861
57049
|
time_zone: string | null
|
|
56862
57050
|
}
|
|
56863
57051
|
| undefined
|
|
57052
|
+
/** Metadata for a Korelock device. */
|
|
57053
|
+
korelock_metadata?:
|
|
57054
|
+
| {
|
|
57055
|
+
/** Device ID for a Korelock device. */
|
|
57056
|
+
device_id?: string | undefined
|
|
57057
|
+
/** Device name for a Korelock device. */
|
|
57058
|
+
device_name?: string | undefined
|
|
57059
|
+
/** Model code for a Korelock device. */
|
|
57060
|
+
model_code?: string | undefined
|
|
57061
|
+
/** Serial number for a Korelock device. */
|
|
57062
|
+
serial_number?: string | undefined
|
|
57063
|
+
/** Firmware version for a Korelock device. */
|
|
57064
|
+
firmware_version?: string | undefined
|
|
57065
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
57066
|
+
wifi_signal_strength?: number | undefined
|
|
57067
|
+
}
|
|
57068
|
+
| undefined
|
|
56864
57069
|
}) &
|
|
56865
57070
|
({
|
|
56866
57071
|
/** */
|
|
@@ -56885,6 +57090,7 @@ export type Routes = {
|
|
|
56885
57090
|
| 'cannot_contain_089'
|
|
56886
57091
|
| 'cannot_contain_0789'
|
|
56887
57092
|
| 'unique_first_four_digits'
|
|
57093
|
+
| 'no_all_same_digits'
|
|
56888
57094
|
}
|
|
56889
57095
|
| {
|
|
56890
57096
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -68018,6 +68224,7 @@ export type Routes = {
|
|
|
68018
68224
|
| 'tedee_lock'
|
|
68019
68225
|
| 'akiles_lock'
|
|
68020
68226
|
| 'ultraloq_lock'
|
|
68227
|
+
| 'korelock_lock'
|
|
68021
68228
|
)
|
|
68022
68229
|
| 'keynest_key'
|
|
68023
68230
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -68727,6 +68934,23 @@ export type Routes = {
|
|
|
68727
68934
|
time_zone: string | null
|
|
68728
68935
|
}
|
|
68729
68936
|
| undefined
|
|
68937
|
+
/** Metadata for a Korelock device. */
|
|
68938
|
+
korelock_metadata?:
|
|
68939
|
+
| {
|
|
68940
|
+
/** Device ID for a Korelock device. */
|
|
68941
|
+
device_id?: string | undefined
|
|
68942
|
+
/** Device name for a Korelock device. */
|
|
68943
|
+
device_name?: string | undefined
|
|
68944
|
+
/** Model code for a Korelock device. */
|
|
68945
|
+
model_code?: string | undefined
|
|
68946
|
+
/** Serial number for a Korelock device. */
|
|
68947
|
+
serial_number?: string | undefined
|
|
68948
|
+
/** Firmware version for a Korelock device. */
|
|
68949
|
+
firmware_version?: string | undefined
|
|
68950
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
68951
|
+
wifi_signal_strength?: number | undefined
|
|
68952
|
+
}
|
|
68953
|
+
| undefined
|
|
68730
68954
|
}) &
|
|
68731
68955
|
({
|
|
68732
68956
|
/** */
|
|
@@ -68751,6 +68975,7 @@ export type Routes = {
|
|
|
68751
68975
|
| 'cannot_contain_089'
|
|
68752
68976
|
| 'cannot_contain_0789'
|
|
68753
68977
|
| 'unique_first_four_digits'
|
|
68978
|
+
| 'no_all_same_digits'
|
|
68754
68979
|
}
|
|
68755
68980
|
| {
|
|
68756
68981
|
constraint_type:
|
|
@@ -74755,6 +74980,7 @@ export type Routes = {
|
|
|
74755
74980
|
| 'tedee_lock'
|
|
74756
74981
|
| 'akiles_lock'
|
|
74757
74982
|
| 'ultraloq_lock'
|
|
74983
|
+
| 'korelock_lock'
|
|
74758
74984
|
)
|
|
74759
74985
|
| 'keynest_key'
|
|
74760
74986
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -75464,6 +75690,23 @@ export type Routes = {
|
|
|
75464
75690
|
time_zone: string | null
|
|
75465
75691
|
}
|
|
75466
75692
|
| undefined
|
|
75693
|
+
/** Metadata for a Korelock device. */
|
|
75694
|
+
korelock_metadata?:
|
|
75695
|
+
| {
|
|
75696
|
+
/** Device ID for a Korelock device. */
|
|
75697
|
+
device_id?: string | undefined
|
|
75698
|
+
/** Device name for a Korelock device. */
|
|
75699
|
+
device_name?: string | undefined
|
|
75700
|
+
/** Model code for a Korelock device. */
|
|
75701
|
+
model_code?: string | undefined
|
|
75702
|
+
/** Serial number for a Korelock device. */
|
|
75703
|
+
serial_number?: string | undefined
|
|
75704
|
+
/** Firmware version for a Korelock device. */
|
|
75705
|
+
firmware_version?: string | undefined
|
|
75706
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
75707
|
+
wifi_signal_strength?: number | undefined
|
|
75708
|
+
}
|
|
75709
|
+
| undefined
|
|
75467
75710
|
}) &
|
|
75468
75711
|
({
|
|
75469
75712
|
/** */
|
|
@@ -75488,6 +75731,7 @@ export type Routes = {
|
|
|
75488
75731
|
| 'cannot_contain_089'
|
|
75489
75732
|
| 'cannot_contain_0789'
|
|
75490
75733
|
| 'unique_first_four_digits'
|
|
75734
|
+
| 'no_all_same_digits'
|
|
75491
75735
|
}
|
|
75492
75736
|
| {
|
|
75493
75737
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -79281,9 +79525,9 @@ export type Routes = {
|
|
|
79281
79525
|
| 'ecobee'
|
|
79282
79526
|
| 'honeywell_resideo'
|
|
79283
79527
|
| 'nest'
|
|
79284
|
-
| 'tado'
|
|
79285
79528
|
| 'sensi'
|
|
79286
79529
|
| 'smartthings'
|
|
79530
|
+
| 'tado'
|
|
79287
79531
|
)
|
|
79288
79532
|
| undefined
|
|
79289
79533
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -79394,6 +79638,7 @@ export type Routes = {
|
|
|
79394
79638
|
| 'tedee_lock'
|
|
79395
79639
|
| 'akiles_lock'
|
|
79396
79640
|
| 'ultraloq_lock'
|
|
79641
|
+
| 'korelock_lock'
|
|
79397
79642
|
)
|
|
79398
79643
|
| 'keynest_key'
|
|
79399
79644
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -80103,6 +80348,23 @@ export type Routes = {
|
|
|
80103
80348
|
time_zone: string | null
|
|
80104
80349
|
}
|
|
80105
80350
|
| undefined
|
|
80351
|
+
/** Metadata for a Korelock device. */
|
|
80352
|
+
korelock_metadata?:
|
|
80353
|
+
| {
|
|
80354
|
+
/** Device ID for a Korelock device. */
|
|
80355
|
+
device_id?: string | undefined
|
|
80356
|
+
/** Device name for a Korelock device. */
|
|
80357
|
+
device_name?: string | undefined
|
|
80358
|
+
/** Model code for a Korelock device. */
|
|
80359
|
+
model_code?: string | undefined
|
|
80360
|
+
/** Serial number for a Korelock device. */
|
|
80361
|
+
serial_number?: string | undefined
|
|
80362
|
+
/** Firmware version for a Korelock device. */
|
|
80363
|
+
firmware_version?: string | undefined
|
|
80364
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
80365
|
+
wifi_signal_strength?: number | undefined
|
|
80366
|
+
}
|
|
80367
|
+
| undefined
|
|
80106
80368
|
}) &
|
|
80107
80369
|
({
|
|
80108
80370
|
/** */
|
|
@@ -80127,6 +80389,7 @@ export type Routes = {
|
|
|
80127
80389
|
| 'cannot_contain_089'
|
|
80128
80390
|
| 'cannot_contain_0789'
|
|
80129
80391
|
| 'unique_first_four_digits'
|
|
80392
|
+
| 'no_all_same_digits'
|
|
80130
80393
|
}
|
|
80131
80394
|
| {
|
|
80132
80395
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -80973,6 +81236,7 @@ export type Routes = {
|
|
|
80973
81236
|
| 'tedee_lock'
|
|
80974
81237
|
| 'akiles_lock'
|
|
80975
81238
|
| 'ultraloq_lock'
|
|
81239
|
+
| 'korelock_lock'
|
|
80976
81240
|
)
|
|
80977
81241
|
| 'keynest_key'
|
|
80978
81242
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -81682,6 +81946,23 @@ export type Routes = {
|
|
|
81682
81946
|
time_zone: string | null
|
|
81683
81947
|
}
|
|
81684
81948
|
| undefined
|
|
81949
|
+
/** Metadata for a Korelock device. */
|
|
81950
|
+
korelock_metadata?:
|
|
81951
|
+
| {
|
|
81952
|
+
/** Device ID for a Korelock device. */
|
|
81953
|
+
device_id?: string | undefined
|
|
81954
|
+
/** Device name for a Korelock device. */
|
|
81955
|
+
device_name?: string | undefined
|
|
81956
|
+
/** Model code for a Korelock device. */
|
|
81957
|
+
model_code?: string | undefined
|
|
81958
|
+
/** Serial number for a Korelock device. */
|
|
81959
|
+
serial_number?: string | undefined
|
|
81960
|
+
/** Firmware version for a Korelock device. */
|
|
81961
|
+
firmware_version?: string | undefined
|
|
81962
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
81963
|
+
wifi_signal_strength?: number | undefined
|
|
81964
|
+
}
|
|
81965
|
+
| undefined
|
|
81685
81966
|
}) &
|
|
81686
81967
|
({
|
|
81687
81968
|
/** */
|
|
@@ -81706,6 +81987,7 @@ export type Routes = {
|
|
|
81706
81987
|
| 'cannot_contain_089'
|
|
81707
81988
|
| 'cannot_contain_0789'
|
|
81708
81989
|
| 'unique_first_four_digits'
|
|
81990
|
+
| 'no_all_same_digits'
|
|
81709
81991
|
}
|
|
81710
81992
|
| {
|
|
81711
81993
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -89372,6 +89654,7 @@ export type Routes = {
|
|
|
89372
89654
|
| 'tedee_lock'
|
|
89373
89655
|
| 'akiles_lock'
|
|
89374
89656
|
| 'ultraloq_lock'
|
|
89657
|
+
| 'korelock_lock'
|
|
89375
89658
|
)
|
|
89376
89659
|
| 'keynest_key'
|
|
89377
89660
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -90081,6 +90364,23 @@ export type Routes = {
|
|
|
90081
90364
|
time_zone: string | null
|
|
90082
90365
|
}
|
|
90083
90366
|
| undefined
|
|
90367
|
+
/** Metadata for a Korelock device. */
|
|
90368
|
+
korelock_metadata?:
|
|
90369
|
+
| {
|
|
90370
|
+
/** Device ID for a Korelock device. */
|
|
90371
|
+
device_id?: string | undefined
|
|
90372
|
+
/** Device name for a Korelock device. */
|
|
90373
|
+
device_name?: string | undefined
|
|
90374
|
+
/** Model code for a Korelock device. */
|
|
90375
|
+
model_code?: string | undefined
|
|
90376
|
+
/** Serial number for a Korelock device. */
|
|
90377
|
+
serial_number?: string | undefined
|
|
90378
|
+
/** Firmware version for a Korelock device. */
|
|
90379
|
+
firmware_version?: string | undefined
|
|
90380
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
90381
|
+
wifi_signal_strength?: number | undefined
|
|
90382
|
+
}
|
|
90383
|
+
| undefined
|
|
90084
90384
|
}) &
|
|
90085
90385
|
({
|
|
90086
90386
|
/** */
|
|
@@ -90105,6 +90405,7 @@ export type Routes = {
|
|
|
90105
90405
|
| 'cannot_contain_089'
|
|
90106
90406
|
| 'cannot_contain_0789'
|
|
90107
90407
|
| 'unique_first_four_digits'
|
|
90408
|
+
| 'no_all_same_digits'
|
|
90108
90409
|
}
|
|
90109
90410
|
| {
|
|
90110
90411
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -90953,6 +91254,7 @@ export type Routes = {
|
|
|
90953
91254
|
| 'tedee_lock'
|
|
90954
91255
|
| 'akiles_lock'
|
|
90955
91256
|
| 'ultraloq_lock'
|
|
91257
|
+
| 'korelock_lock'
|
|
90956
91258
|
)
|
|
90957
91259
|
| 'keynest_key'
|
|
90958
91260
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -91662,6 +91964,23 @@ export type Routes = {
|
|
|
91662
91964
|
time_zone: string | null
|
|
91663
91965
|
}
|
|
91664
91966
|
| undefined
|
|
91967
|
+
/** Metadata for a Korelock device. */
|
|
91968
|
+
korelock_metadata?:
|
|
91969
|
+
| {
|
|
91970
|
+
/** Device ID for a Korelock device. */
|
|
91971
|
+
device_id?: string | undefined
|
|
91972
|
+
/** Device name for a Korelock device. */
|
|
91973
|
+
device_name?: string | undefined
|
|
91974
|
+
/** Model code for a Korelock device. */
|
|
91975
|
+
model_code?: string | undefined
|
|
91976
|
+
/** Serial number for a Korelock device. */
|
|
91977
|
+
serial_number?: string | undefined
|
|
91978
|
+
/** Firmware version for a Korelock device. */
|
|
91979
|
+
firmware_version?: string | undefined
|
|
91980
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
91981
|
+
wifi_signal_strength?: number | undefined
|
|
91982
|
+
}
|
|
91983
|
+
| undefined
|
|
91665
91984
|
}) &
|
|
91666
91985
|
({
|
|
91667
91986
|
/** */
|
|
@@ -91686,6 +92005,7 @@ export type Routes = {
|
|
|
91686
92005
|
| 'cannot_contain_089'
|
|
91687
92006
|
| 'cannot_contain_0789'
|
|
91688
92007
|
| 'unique_first_four_digits'
|
|
92008
|
+
| 'no_all_same_digits'
|
|
91689
92009
|
}
|
|
91690
92010
|
| {
|
|
91691
92011
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -93613,6 +93933,7 @@ export type Routes = {
|
|
|
93613
93933
|
| 'tedee_lock'
|
|
93614
93934
|
| 'akiles_lock'
|
|
93615
93935
|
| 'ultraloq_lock'
|
|
93936
|
+
| 'korelock_lock'
|
|
93616
93937
|
)
|
|
93617
93938
|
| 'keynest_key'
|
|
93618
93939
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
@@ -94322,6 +94643,23 @@ export type Routes = {
|
|
|
94322
94643
|
time_zone: string | null
|
|
94323
94644
|
}
|
|
94324
94645
|
| undefined
|
|
94646
|
+
/** Metadata for a Korelock device. */
|
|
94647
|
+
korelock_metadata?:
|
|
94648
|
+
| {
|
|
94649
|
+
/** Device ID for a Korelock device. */
|
|
94650
|
+
device_id?: string | undefined
|
|
94651
|
+
/** Device name for a Korelock device. */
|
|
94652
|
+
device_name?: string | undefined
|
|
94653
|
+
/** Model code for a Korelock device. */
|
|
94654
|
+
model_code?: string | undefined
|
|
94655
|
+
/** Serial number for a Korelock device. */
|
|
94656
|
+
serial_number?: string | undefined
|
|
94657
|
+
/** Firmware version for a Korelock device. */
|
|
94658
|
+
firmware_version?: string | undefined
|
|
94659
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
94660
|
+
wifi_signal_strength?: number | undefined
|
|
94661
|
+
}
|
|
94662
|
+
| undefined
|
|
94325
94663
|
}) &
|
|
94326
94664
|
({
|
|
94327
94665
|
/** */
|
|
@@ -94346,6 +94684,7 @@ export type Routes = {
|
|
|
94346
94684
|
| 'cannot_contain_089'
|
|
94347
94685
|
| 'cannot_contain_0789'
|
|
94348
94686
|
| 'unique_first_four_digits'
|
|
94687
|
+
| 'no_all_same_digits'
|
|
94349
94688
|
}
|
|
94350
94689
|
| {
|
|
94351
94690
|
constraint_type:
|
|
@@ -97716,6 +98055,7 @@ export type Routes = {
|
|
|
97716
98055
|
| 'tedee_lock'
|
|
97717
98056
|
| 'akiles_lock'
|
|
97718
98057
|
| 'ultraloq_lock'
|
|
98058
|
+
| 'korelock_lock'
|
|
97719
98059
|
)
|
|
97720
98060
|
| 'keynest_key'
|
|
97721
98061
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|