@seamapi/types 1.417.0 → 1.418.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 +229 -79
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +398 -4
- package/lib/seam/connect/models/devices/device.js +131 -67
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +398 -4
- package/lib/seam/connect/openapi.js +82 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +202 -150
- package/src/lib/seam/connect/openapi.ts +88 -18
|
@@ -891,6 +891,7 @@ export default {
|
|
|
891
891
|
'is_connected_account_error',
|
|
892
892
|
],
|
|
893
893
|
type: 'object',
|
|
894
|
+
'x-variant-group-key': 'locks',
|
|
894
895
|
},
|
|
895
896
|
{
|
|
896
897
|
description: 'Indicates that the device is offline.',
|
|
@@ -1067,6 +1068,7 @@ export default {
|
|
|
1067
1068
|
'error_code',
|
|
1068
1069
|
],
|
|
1069
1070
|
type: 'object',
|
|
1071
|
+
'x-variant-group-key': 'access_codes',
|
|
1070
1072
|
},
|
|
1071
1073
|
{
|
|
1072
1074
|
description:
|
|
@@ -1103,6 +1105,7 @@ export default {
|
|
|
1103
1105
|
'error_code',
|
|
1104
1106
|
],
|
|
1105
1107
|
type: 'object',
|
|
1108
|
+
'x-variant-group-key': 'locks',
|
|
1106
1109
|
},
|
|
1107
1110
|
{
|
|
1108
1111
|
description:
|
|
@@ -1139,10 +1142,11 @@ export default {
|
|
|
1139
1142
|
'error_code',
|
|
1140
1143
|
],
|
|
1141
1144
|
type: 'object',
|
|
1145
|
+
'x-variant-group-key': 'locks',
|
|
1142
1146
|
},
|
|
1143
1147
|
{
|
|
1144
1148
|
description:
|
|
1145
|
-
'Indicates that the lock is not paired with a gateway
|
|
1149
|
+
'\n Indicates that the lock is not paired with a gateway.\n ',
|
|
1146
1150
|
properties: {
|
|
1147
1151
|
created_at: {
|
|
1148
1152
|
description:
|
|
@@ -1212,7 +1216,8 @@ export default {
|
|
|
1212
1216
|
type: 'object',
|
|
1213
1217
|
},
|
|
1214
1218
|
{
|
|
1215
|
-
description:
|
|
1219
|
+
description:
|
|
1220
|
+
'\n Indicates that the auxiliary heat is running.\n ',
|
|
1216
1221
|
properties: {
|
|
1217
1222
|
created_at: {
|
|
1218
1223
|
description:
|
|
@@ -1284,7 +1289,7 @@ export default {
|
|
|
1284
1289
|
},
|
|
1285
1290
|
{
|
|
1286
1291
|
description:
|
|
1287
|
-
'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
1292
|
+
'\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
1288
1293
|
properties: {
|
|
1289
1294
|
created_at: {
|
|
1290
1295
|
description:
|
|
@@ -9463,6 +9468,7 @@ export default {
|
|
|
9463
9468
|
'is_connected_account_error',
|
|
9464
9469
|
],
|
|
9465
9470
|
type: 'object',
|
|
9471
|
+
'x-variant-group-key': 'locks',
|
|
9466
9472
|
},
|
|
9467
9473
|
{
|
|
9468
9474
|
description: 'Indicates that the device is offline.',
|
|
@@ -9639,6 +9645,7 @@ export default {
|
|
|
9639
9645
|
'error_code',
|
|
9640
9646
|
],
|
|
9641
9647
|
type: 'object',
|
|
9648
|
+
'x-variant-group-key': 'access_codes',
|
|
9642
9649
|
},
|
|
9643
9650
|
{
|
|
9644
9651
|
description:
|
|
@@ -9675,6 +9682,7 @@ export default {
|
|
|
9675
9682
|
'error_code',
|
|
9676
9683
|
],
|
|
9677
9684
|
type: 'object',
|
|
9685
|
+
'x-variant-group-key': 'locks',
|
|
9678
9686
|
},
|
|
9679
9687
|
{
|
|
9680
9688
|
description:
|
|
@@ -9711,10 +9719,11 @@ export default {
|
|
|
9711
9719
|
'error_code',
|
|
9712
9720
|
],
|
|
9713
9721
|
type: 'object',
|
|
9722
|
+
'x-variant-group-key': 'locks',
|
|
9714
9723
|
},
|
|
9715
9724
|
{
|
|
9716
9725
|
description:
|
|
9717
|
-
'Indicates that the lock is not paired with a gateway
|
|
9726
|
+
'\n Indicates that the lock is not paired with a gateway.\n ',
|
|
9718
9727
|
properties: {
|
|
9719
9728
|
created_at: {
|
|
9720
9729
|
description:
|
|
@@ -9784,7 +9793,8 @@ export default {
|
|
|
9784
9793
|
type: 'object',
|
|
9785
9794
|
},
|
|
9786
9795
|
{
|
|
9787
|
-
description:
|
|
9796
|
+
description:
|
|
9797
|
+
'\n Indicates that the auxiliary heat is running.\n ',
|
|
9788
9798
|
properties: {
|
|
9789
9799
|
created_at: {
|
|
9790
9800
|
description:
|
|
@@ -9856,7 +9866,7 @@ export default {
|
|
|
9856
9866
|
},
|
|
9857
9867
|
{
|
|
9858
9868
|
description:
|
|
9859
|
-
'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
9869
|
+
'\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
9860
9870
|
properties: {
|
|
9861
9871
|
created_at: {
|
|
9862
9872
|
description:
|
|
@@ -9963,6 +9973,15 @@ export default {
|
|
|
9963
9973
|
],
|
|
9964
9974
|
},
|
|
9965
9975
|
type: 'array',
|
|
9976
|
+
'x-variant-groups': {
|
|
9977
|
+
access_codes: { name: 'Access Codes' },
|
|
9978
|
+
hardware: { name: 'Hardware' },
|
|
9979
|
+
locks: { name: 'Locks' },
|
|
9980
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
9981
|
+
phones: { name: 'Phones' },
|
|
9982
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
9983
|
+
thermostats: { name: 'Thermostats' },
|
|
9984
|
+
},
|
|
9966
9985
|
},
|
|
9967
9986
|
is_managed: {
|
|
9968
9987
|
description:
|
|
@@ -12251,6 +12270,7 @@ export default {
|
|
|
12251
12270
|
},
|
|
12252
12271
|
required: ['message', 'created_at', 'warning_code'],
|
|
12253
12272
|
type: 'object',
|
|
12273
|
+
'x-variant-group-key': 'access_codes',
|
|
12254
12274
|
},
|
|
12255
12275
|
{
|
|
12256
12276
|
description:
|
|
@@ -12276,10 +12296,11 @@ export default {
|
|
|
12276
12296
|
},
|
|
12277
12297
|
required: ['message', 'created_at', 'warning_code'],
|
|
12278
12298
|
type: 'object',
|
|
12299
|
+
'x-variant-group-key': 'access_codes',
|
|
12279
12300
|
},
|
|
12280
12301
|
{
|
|
12281
12302
|
description:
|
|
12282
|
-
'Indicates that the Wyze Lock is not connected to a gateway
|
|
12303
|
+
'\n Indicates that the Wyze Lock is not connected to a gateway.\n ',
|
|
12283
12304
|
properties: {
|
|
12284
12305
|
created_at: {
|
|
12285
12306
|
description:
|
|
@@ -12376,10 +12397,11 @@ export default {
|
|
|
12376
12397
|
},
|
|
12377
12398
|
required: ['message', 'created_at', 'warning_code'],
|
|
12378
12399
|
type: 'object',
|
|
12400
|
+
'x-variant-group-key': 'thermostats',
|
|
12379
12401
|
},
|
|
12380
12402
|
{
|
|
12381
12403
|
description:
|
|
12382
|
-
'Indicates that the Remote Unlock feature is not enabled in the settings.',
|
|
12404
|
+
'Indicates that the Remote Unlock feature is not enabled in the settings."',
|
|
12383
12405
|
properties: {
|
|
12384
12406
|
created_at: {
|
|
12385
12407
|
description:
|
|
@@ -12401,9 +12423,11 @@ export default {
|
|
|
12401
12423
|
},
|
|
12402
12424
|
required: ['message', 'created_at', 'warning_code'],
|
|
12403
12425
|
type: 'object',
|
|
12426
|
+
'x-variant-group-key': 'locks',
|
|
12404
12427
|
},
|
|
12405
12428
|
{
|
|
12406
|
-
description:
|
|
12429
|
+
description:
|
|
12430
|
+
'\n Indicates that the gateway signal is weak.\n ',
|
|
12407
12431
|
properties: {
|
|
12408
12432
|
created_at: {
|
|
12409
12433
|
description:
|
|
@@ -12450,6 +12474,7 @@ export default {
|
|
|
12450
12474
|
},
|
|
12451
12475
|
required: ['message', 'created_at', 'warning_code'],
|
|
12452
12476
|
type: 'object',
|
|
12477
|
+
'x-variant-group-key': 'thermostats',
|
|
12453
12478
|
},
|
|
12454
12479
|
{
|
|
12455
12480
|
description:
|
|
@@ -12625,6 +12650,7 @@ export default {
|
|
|
12625
12650
|
},
|
|
12626
12651
|
required: ['message', 'created_at', 'warning_code'],
|
|
12627
12652
|
type: 'object',
|
|
12653
|
+
'x-variant-group-key': 'phones',
|
|
12628
12654
|
},
|
|
12629
12655
|
{
|
|
12630
12656
|
description:
|
|
@@ -12654,6 +12680,15 @@ export default {
|
|
|
12654
12680
|
],
|
|
12655
12681
|
},
|
|
12656
12682
|
type: 'array',
|
|
12683
|
+
'x-variant-groups': {
|
|
12684
|
+
access_codes: { name: 'Access Codes' },
|
|
12685
|
+
hardware: { name: 'Hardware' },
|
|
12686
|
+
locks: { name: 'Locks' },
|
|
12687
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
12688
|
+
phones: { name: 'Phones' },
|
|
12689
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
12690
|
+
thermostats: { name: 'Thermostats' },
|
|
12691
|
+
},
|
|
12657
12692
|
},
|
|
12658
12693
|
workspace_id: {
|
|
12659
12694
|
description:
|
|
@@ -20150,6 +20185,7 @@ export default {
|
|
|
20150
20185
|
'is_connected_account_error',
|
|
20151
20186
|
],
|
|
20152
20187
|
type: 'object',
|
|
20188
|
+
'x-variant-group-key': 'locks',
|
|
20153
20189
|
},
|
|
20154
20190
|
{
|
|
20155
20191
|
description: 'Indicates that the device is offline.',
|
|
@@ -20326,6 +20362,7 @@ export default {
|
|
|
20326
20362
|
'error_code',
|
|
20327
20363
|
],
|
|
20328
20364
|
type: 'object',
|
|
20365
|
+
'x-variant-group-key': 'access_codes',
|
|
20329
20366
|
},
|
|
20330
20367
|
{
|
|
20331
20368
|
description:
|
|
@@ -20362,6 +20399,7 @@ export default {
|
|
|
20362
20399
|
'error_code',
|
|
20363
20400
|
],
|
|
20364
20401
|
type: 'object',
|
|
20402
|
+
'x-variant-group-key': 'locks',
|
|
20365
20403
|
},
|
|
20366
20404
|
{
|
|
20367
20405
|
description:
|
|
@@ -20398,10 +20436,11 @@ export default {
|
|
|
20398
20436
|
'error_code',
|
|
20399
20437
|
],
|
|
20400
20438
|
type: 'object',
|
|
20439
|
+
'x-variant-group-key': 'locks',
|
|
20401
20440
|
},
|
|
20402
20441
|
{
|
|
20403
20442
|
description:
|
|
20404
|
-
'Indicates that the lock is not paired with a gateway
|
|
20443
|
+
'\n Indicates that the lock is not paired with a gateway.\n ',
|
|
20405
20444
|
properties: {
|
|
20406
20445
|
created_at: {
|
|
20407
20446
|
description:
|
|
@@ -20471,7 +20510,8 @@ export default {
|
|
|
20471
20510
|
type: 'object',
|
|
20472
20511
|
},
|
|
20473
20512
|
{
|
|
20474
|
-
description:
|
|
20513
|
+
description:
|
|
20514
|
+
'\n Indicates that the auxiliary heat is running.\n ',
|
|
20475
20515
|
properties: {
|
|
20476
20516
|
created_at: {
|
|
20477
20517
|
description:
|
|
@@ -20543,7 +20583,7 @@ export default {
|
|
|
20543
20583
|
},
|
|
20544
20584
|
{
|
|
20545
20585
|
description:
|
|
20546
|
-
'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
20586
|
+
'\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
20547
20587
|
properties: {
|
|
20548
20588
|
created_at: {
|
|
20549
20589
|
description:
|
|
@@ -22437,6 +22477,7 @@ export default {
|
|
|
22437
22477
|
'is_connected_account_error',
|
|
22438
22478
|
],
|
|
22439
22479
|
type: 'object',
|
|
22480
|
+
'x-variant-group-key': 'locks',
|
|
22440
22481
|
},
|
|
22441
22482
|
{
|
|
22442
22483
|
description: 'Indicates that the device is offline.',
|
|
@@ -22613,6 +22654,7 @@ export default {
|
|
|
22613
22654
|
'error_code',
|
|
22614
22655
|
],
|
|
22615
22656
|
type: 'object',
|
|
22657
|
+
'x-variant-group-key': 'access_codes',
|
|
22616
22658
|
},
|
|
22617
22659
|
{
|
|
22618
22660
|
description:
|
|
@@ -22649,6 +22691,7 @@ export default {
|
|
|
22649
22691
|
'error_code',
|
|
22650
22692
|
],
|
|
22651
22693
|
type: 'object',
|
|
22694
|
+
'x-variant-group-key': 'locks',
|
|
22652
22695
|
},
|
|
22653
22696
|
{
|
|
22654
22697
|
description:
|
|
@@ -22685,10 +22728,11 @@ export default {
|
|
|
22685
22728
|
'error_code',
|
|
22686
22729
|
],
|
|
22687
22730
|
type: 'object',
|
|
22731
|
+
'x-variant-group-key': 'locks',
|
|
22688
22732
|
},
|
|
22689
22733
|
{
|
|
22690
22734
|
description:
|
|
22691
|
-
'Indicates that the lock is not paired with a gateway
|
|
22735
|
+
'\n Indicates that the lock is not paired with a gateway.\n ',
|
|
22692
22736
|
properties: {
|
|
22693
22737
|
created_at: {
|
|
22694
22738
|
description:
|
|
@@ -22758,7 +22802,8 @@ export default {
|
|
|
22758
22802
|
type: 'object',
|
|
22759
22803
|
},
|
|
22760
22804
|
{
|
|
22761
|
-
description:
|
|
22805
|
+
description:
|
|
22806
|
+
'\n Indicates that the auxiliary heat is running.\n ',
|
|
22762
22807
|
properties: {
|
|
22763
22808
|
created_at: {
|
|
22764
22809
|
description:
|
|
@@ -22830,7 +22875,7 @@ export default {
|
|
|
22830
22875
|
},
|
|
22831
22876
|
{
|
|
22832
22877
|
description:
|
|
22833
|
-
'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
22878
|
+
'\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
22834
22879
|
properties: {
|
|
22835
22880
|
created_at: {
|
|
22836
22881
|
description:
|
|
@@ -22937,6 +22982,15 @@ export default {
|
|
|
22937
22982
|
],
|
|
22938
22983
|
},
|
|
22939
22984
|
type: 'array',
|
|
22985
|
+
'x-variant-groups': {
|
|
22986
|
+
access_codes: { name: 'Access Codes' },
|
|
22987
|
+
hardware: { name: 'Hardware' },
|
|
22988
|
+
locks: { name: 'Locks' },
|
|
22989
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
22990
|
+
phones: { name: 'Phones' },
|
|
22991
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
22992
|
+
thermostats: { name: 'Thermostats' },
|
|
22993
|
+
},
|
|
22940
22994
|
},
|
|
22941
22995
|
is_managed: { enum: [false], type: 'boolean' },
|
|
22942
22996
|
location: {
|
|
@@ -23143,6 +23197,7 @@ export default {
|
|
|
23143
23197
|
},
|
|
23144
23198
|
required: ['message', 'created_at', 'warning_code'],
|
|
23145
23199
|
type: 'object',
|
|
23200
|
+
'x-variant-group-key': 'access_codes',
|
|
23146
23201
|
},
|
|
23147
23202
|
{
|
|
23148
23203
|
description:
|
|
@@ -23168,10 +23223,11 @@ export default {
|
|
|
23168
23223
|
},
|
|
23169
23224
|
required: ['message', 'created_at', 'warning_code'],
|
|
23170
23225
|
type: 'object',
|
|
23226
|
+
'x-variant-group-key': 'access_codes',
|
|
23171
23227
|
},
|
|
23172
23228
|
{
|
|
23173
23229
|
description:
|
|
23174
|
-
'Indicates that the Wyze Lock is not connected to a gateway
|
|
23230
|
+
'\n Indicates that the Wyze Lock is not connected to a gateway.\n ',
|
|
23175
23231
|
properties: {
|
|
23176
23232
|
created_at: {
|
|
23177
23233
|
description:
|
|
@@ -23268,10 +23324,11 @@ export default {
|
|
|
23268
23324
|
},
|
|
23269
23325
|
required: ['message', 'created_at', 'warning_code'],
|
|
23270
23326
|
type: 'object',
|
|
23327
|
+
'x-variant-group-key': 'thermostats',
|
|
23271
23328
|
},
|
|
23272
23329
|
{
|
|
23273
23330
|
description:
|
|
23274
|
-
'Indicates that the Remote Unlock feature is not enabled in the settings.',
|
|
23331
|
+
'Indicates that the Remote Unlock feature is not enabled in the settings."',
|
|
23275
23332
|
properties: {
|
|
23276
23333
|
created_at: {
|
|
23277
23334
|
description:
|
|
@@ -23293,9 +23350,11 @@ export default {
|
|
|
23293
23350
|
},
|
|
23294
23351
|
required: ['message', 'created_at', 'warning_code'],
|
|
23295
23352
|
type: 'object',
|
|
23353
|
+
'x-variant-group-key': 'locks',
|
|
23296
23354
|
},
|
|
23297
23355
|
{
|
|
23298
|
-
description:
|
|
23356
|
+
description:
|
|
23357
|
+
'\n Indicates that the gateway signal is weak.\n ',
|
|
23299
23358
|
properties: {
|
|
23300
23359
|
created_at: {
|
|
23301
23360
|
description:
|
|
@@ -23342,6 +23401,7 @@ export default {
|
|
|
23342
23401
|
},
|
|
23343
23402
|
required: ['message', 'created_at', 'warning_code'],
|
|
23344
23403
|
type: 'object',
|
|
23404
|
+
'x-variant-group-key': 'thermostats',
|
|
23345
23405
|
},
|
|
23346
23406
|
{
|
|
23347
23407
|
description:
|
|
@@ -23517,6 +23577,7 @@ export default {
|
|
|
23517
23577
|
},
|
|
23518
23578
|
required: ['message', 'created_at', 'warning_code'],
|
|
23519
23579
|
type: 'object',
|
|
23580
|
+
'x-variant-group-key': 'phones',
|
|
23520
23581
|
},
|
|
23521
23582
|
{
|
|
23522
23583
|
description:
|
|
@@ -23546,6 +23607,15 @@ export default {
|
|
|
23546
23607
|
],
|
|
23547
23608
|
},
|
|
23548
23609
|
type: 'array',
|
|
23610
|
+
'x-variant-groups': {
|
|
23611
|
+
access_codes: { name: 'Access Codes' },
|
|
23612
|
+
hardware: { name: 'Hardware' },
|
|
23613
|
+
locks: { name: 'Locks' },
|
|
23614
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
23615
|
+
phones: { name: 'Phones' },
|
|
23616
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
23617
|
+
thermostats: { name: 'Thermostats' },
|
|
23618
|
+
},
|
|
23549
23619
|
},
|
|
23550
23620
|
workspace_id: {
|
|
23551
23621
|
description:
|