@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
|
@@ -767,6 +767,7 @@ export default {
|
|
|
767
767
|
'is_connected_account_error',
|
|
768
768
|
],
|
|
769
769
|
type: 'object',
|
|
770
|
+
'x-variant-group-key': 'locks',
|
|
770
771
|
},
|
|
771
772
|
{
|
|
772
773
|
description: 'Indicates that the device is offline.',
|
|
@@ -922,6 +923,7 @@ export default {
|
|
|
922
923
|
'error_code',
|
|
923
924
|
],
|
|
924
925
|
type: 'object',
|
|
926
|
+
'x-variant-group-key': 'access_codes',
|
|
925
927
|
},
|
|
926
928
|
{
|
|
927
929
|
description: 'Indicates that the user is not authorized to use the August lock.',
|
|
@@ -953,6 +955,7 @@ export default {
|
|
|
953
955
|
'error_code',
|
|
954
956
|
],
|
|
955
957
|
type: 'object',
|
|
958
|
+
'x-variant-group-key': 'locks',
|
|
956
959
|
},
|
|
957
960
|
{
|
|
958
961
|
description: 'Indicates that the lock is not connected to a bridge.',
|
|
@@ -984,9 +987,10 @@ export default {
|
|
|
984
987
|
'error_code',
|
|
985
988
|
],
|
|
986
989
|
type: 'object',
|
|
990
|
+
'x-variant-group-key': 'locks',
|
|
987
991
|
},
|
|
988
992
|
{
|
|
989
|
-
description: 'Indicates that the lock is not paired with a gateway
|
|
993
|
+
description: '\n Indicates that the lock is not paired with a gateway.\n ',
|
|
990
994
|
properties: {
|
|
991
995
|
created_at: {
|
|
992
996
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -1048,7 +1052,7 @@ export default {
|
|
|
1048
1052
|
type: 'object',
|
|
1049
1053
|
},
|
|
1050
1054
|
{
|
|
1051
|
-
description: 'Indicates that the auxiliary heat is running
|
|
1055
|
+
description: '\n Indicates that the auxiliary heat is running.\n ',
|
|
1052
1056
|
properties: {
|
|
1053
1057
|
created_at: {
|
|
1054
1058
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -1110,7 +1114,7 @@ export default {
|
|
|
1110
1114
|
type: 'object',
|
|
1111
1115
|
},
|
|
1112
1116
|
{
|
|
1113
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
1117
|
+
description: '\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
1114
1118
|
properties: {
|
|
1115
1119
|
created_at: {
|
|
1116
1120
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -8361,6 +8365,7 @@ export default {
|
|
|
8361
8365
|
'is_connected_account_error',
|
|
8362
8366
|
],
|
|
8363
8367
|
type: 'object',
|
|
8368
|
+
'x-variant-group-key': 'locks',
|
|
8364
8369
|
},
|
|
8365
8370
|
{
|
|
8366
8371
|
description: 'Indicates that the device is offline.',
|
|
@@ -8516,6 +8521,7 @@ export default {
|
|
|
8516
8521
|
'error_code',
|
|
8517
8522
|
],
|
|
8518
8523
|
type: 'object',
|
|
8524
|
+
'x-variant-group-key': 'access_codes',
|
|
8519
8525
|
},
|
|
8520
8526
|
{
|
|
8521
8527
|
description: 'Indicates that the user is not authorized to use the August lock.',
|
|
@@ -8547,6 +8553,7 @@ export default {
|
|
|
8547
8553
|
'error_code',
|
|
8548
8554
|
],
|
|
8549
8555
|
type: 'object',
|
|
8556
|
+
'x-variant-group-key': 'locks',
|
|
8550
8557
|
},
|
|
8551
8558
|
{
|
|
8552
8559
|
description: 'Indicates that the lock is not connected to a bridge.',
|
|
@@ -8578,9 +8585,10 @@ export default {
|
|
|
8578
8585
|
'error_code',
|
|
8579
8586
|
],
|
|
8580
8587
|
type: 'object',
|
|
8588
|
+
'x-variant-group-key': 'locks',
|
|
8581
8589
|
},
|
|
8582
8590
|
{
|
|
8583
|
-
description: 'Indicates that the lock is not paired with a gateway
|
|
8591
|
+
description: '\n Indicates that the lock is not paired with a gateway.\n ',
|
|
8584
8592
|
properties: {
|
|
8585
8593
|
created_at: {
|
|
8586
8594
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -8642,7 +8650,7 @@ export default {
|
|
|
8642
8650
|
type: 'object',
|
|
8643
8651
|
},
|
|
8644
8652
|
{
|
|
8645
|
-
description: 'Indicates that the auxiliary heat is running
|
|
8653
|
+
description: '\n Indicates that the auxiliary heat is running.\n ',
|
|
8646
8654
|
properties: {
|
|
8647
8655
|
created_at: {
|
|
8648
8656
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -8704,7 +8712,7 @@ export default {
|
|
|
8704
8712
|
type: 'object',
|
|
8705
8713
|
},
|
|
8706
8714
|
{
|
|
8707
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
8715
|
+
description: '\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
8708
8716
|
properties: {
|
|
8709
8717
|
created_at: {
|
|
8710
8718
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -8795,6 +8803,15 @@ export default {
|
|
|
8795
8803
|
],
|
|
8796
8804
|
},
|
|
8797
8805
|
type: 'array',
|
|
8806
|
+
'x-variant-groups': {
|
|
8807
|
+
access_codes: { name: 'Access Codes' },
|
|
8808
|
+
hardware: { name: 'Hardware' },
|
|
8809
|
+
locks: { name: 'Locks' },
|
|
8810
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
8811
|
+
phones: { name: 'Phones' },
|
|
8812
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
8813
|
+
thermostats: { name: 'Thermostats' },
|
|
8814
|
+
},
|
|
8798
8815
|
},
|
|
8799
8816
|
is_managed: {
|
|
8800
8817
|
description: 'Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
|
|
@@ -10855,6 +10872,7 @@ export default {
|
|
|
10855
10872
|
},
|
|
10856
10873
|
required: ['message', 'created_at', 'warning_code'],
|
|
10857
10874
|
type: 'object',
|
|
10875
|
+
'x-variant-group-key': 'access_codes',
|
|
10858
10876
|
},
|
|
10859
10877
|
{
|
|
10860
10878
|
description: 'Indicates that there are too many backup codes.',
|
|
@@ -10876,9 +10894,10 @@ export default {
|
|
|
10876
10894
|
},
|
|
10877
10895
|
required: ['message', 'created_at', 'warning_code'],
|
|
10878
10896
|
type: 'object',
|
|
10897
|
+
'x-variant-group-key': 'access_codes',
|
|
10879
10898
|
},
|
|
10880
10899
|
{
|
|
10881
|
-
description: 'Indicates that the Wyze Lock is not connected to a gateway
|
|
10900
|
+
description: '\n Indicates that the Wyze Lock is not connected to a gateway.\n ',
|
|
10882
10901
|
properties: {
|
|
10883
10902
|
created_at: {
|
|
10884
10903
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -10960,9 +10979,10 @@ export default {
|
|
|
10960
10979
|
},
|
|
10961
10980
|
required: ['message', 'created_at', 'warning_code'],
|
|
10962
10981
|
type: 'object',
|
|
10982
|
+
'x-variant-group-key': 'thermostats',
|
|
10963
10983
|
},
|
|
10964
10984
|
{
|
|
10965
|
-
description: 'Indicates that the Remote Unlock feature is not enabled in the settings.',
|
|
10985
|
+
description: 'Indicates that the Remote Unlock feature is not enabled in the settings."',
|
|
10966
10986
|
properties: {
|
|
10967
10987
|
created_at: {
|
|
10968
10988
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -10981,9 +11001,10 @@ export default {
|
|
|
10981
11001
|
},
|
|
10982
11002
|
required: ['message', 'created_at', 'warning_code'],
|
|
10983
11003
|
type: 'object',
|
|
11004
|
+
'x-variant-group-key': 'locks',
|
|
10984
11005
|
},
|
|
10985
11006
|
{
|
|
10986
|
-
description: 'Indicates that the gateway signal is weak
|
|
11007
|
+
description: '\n Indicates that the gateway signal is weak.\n ',
|
|
10987
11008
|
properties: {
|
|
10988
11009
|
created_at: {
|
|
10989
11010
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -11023,6 +11044,7 @@ export default {
|
|
|
11023
11044
|
},
|
|
11024
11045
|
required: ['message', 'created_at', 'warning_code'],
|
|
11025
11046
|
type: 'object',
|
|
11047
|
+
'x-variant-group-key': 'thermostats',
|
|
11026
11048
|
},
|
|
11027
11049
|
{
|
|
11028
11050
|
description: 'Indicates that the device appears to be unresponsive.',
|
|
@@ -11170,6 +11192,7 @@ export default {
|
|
|
11170
11192
|
},
|
|
11171
11193
|
required: ['message', 'created_at', 'warning_code'],
|
|
11172
11194
|
type: 'object',
|
|
11195
|
+
'x-variant-group-key': 'phones',
|
|
11173
11196
|
},
|
|
11174
11197
|
{
|
|
11175
11198
|
description: 'Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected.',
|
|
@@ -11195,6 +11218,15 @@ export default {
|
|
|
11195
11218
|
],
|
|
11196
11219
|
},
|
|
11197
11220
|
type: 'array',
|
|
11221
|
+
'x-variant-groups': {
|
|
11222
|
+
access_codes: { name: 'Access Codes' },
|
|
11223
|
+
hardware: { name: 'Hardware' },
|
|
11224
|
+
locks: { name: 'Locks' },
|
|
11225
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
11226
|
+
phones: { name: 'Phones' },
|
|
11227
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
11228
|
+
thermostats: { name: 'Thermostats' },
|
|
11229
|
+
},
|
|
11198
11230
|
},
|
|
11199
11231
|
workspace_id: {
|
|
11200
11232
|
description: 'Unique identifier for the Seam workspace associated with the device.',
|
|
@@ -18106,6 +18138,7 @@ export default {
|
|
|
18106
18138
|
'is_connected_account_error',
|
|
18107
18139
|
],
|
|
18108
18140
|
type: 'object',
|
|
18141
|
+
'x-variant-group-key': 'locks',
|
|
18109
18142
|
},
|
|
18110
18143
|
{
|
|
18111
18144
|
description: 'Indicates that the device is offline.',
|
|
@@ -18261,6 +18294,7 @@ export default {
|
|
|
18261
18294
|
'error_code',
|
|
18262
18295
|
],
|
|
18263
18296
|
type: 'object',
|
|
18297
|
+
'x-variant-group-key': 'access_codes',
|
|
18264
18298
|
},
|
|
18265
18299
|
{
|
|
18266
18300
|
description: 'Indicates that the user is not authorized to use the August lock.',
|
|
@@ -18292,6 +18326,7 @@ export default {
|
|
|
18292
18326
|
'error_code',
|
|
18293
18327
|
],
|
|
18294
18328
|
type: 'object',
|
|
18329
|
+
'x-variant-group-key': 'locks',
|
|
18295
18330
|
},
|
|
18296
18331
|
{
|
|
18297
18332
|
description: 'Indicates that the lock is not connected to a bridge.',
|
|
@@ -18323,9 +18358,10 @@ export default {
|
|
|
18323
18358
|
'error_code',
|
|
18324
18359
|
],
|
|
18325
18360
|
type: 'object',
|
|
18361
|
+
'x-variant-group-key': 'locks',
|
|
18326
18362
|
},
|
|
18327
18363
|
{
|
|
18328
|
-
description: 'Indicates that the lock is not paired with a gateway
|
|
18364
|
+
description: '\n Indicates that the lock is not paired with a gateway.\n ',
|
|
18329
18365
|
properties: {
|
|
18330
18366
|
created_at: {
|
|
18331
18367
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -18387,7 +18423,7 @@ export default {
|
|
|
18387
18423
|
type: 'object',
|
|
18388
18424
|
},
|
|
18389
18425
|
{
|
|
18390
|
-
description: 'Indicates that the auxiliary heat is running
|
|
18426
|
+
description: '\n Indicates that the auxiliary heat is running.\n ',
|
|
18391
18427
|
properties: {
|
|
18392
18428
|
created_at: {
|
|
18393
18429
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -18449,7 +18485,7 @@ export default {
|
|
|
18449
18485
|
type: 'object',
|
|
18450
18486
|
},
|
|
18451
18487
|
{
|
|
18452
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
18488
|
+
description: '\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
18453
18489
|
properties: {
|
|
18454
18490
|
created_at: {
|
|
18455
18491
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20117,6 +20153,7 @@ export default {
|
|
|
20117
20153
|
'is_connected_account_error',
|
|
20118
20154
|
],
|
|
20119
20155
|
type: 'object',
|
|
20156
|
+
'x-variant-group-key': 'locks',
|
|
20120
20157
|
},
|
|
20121
20158
|
{
|
|
20122
20159
|
description: 'Indicates that the device is offline.',
|
|
@@ -20272,6 +20309,7 @@ export default {
|
|
|
20272
20309
|
'error_code',
|
|
20273
20310
|
],
|
|
20274
20311
|
type: 'object',
|
|
20312
|
+
'x-variant-group-key': 'access_codes',
|
|
20275
20313
|
},
|
|
20276
20314
|
{
|
|
20277
20315
|
description: 'Indicates that the user is not authorized to use the August lock.',
|
|
@@ -20303,6 +20341,7 @@ export default {
|
|
|
20303
20341
|
'error_code',
|
|
20304
20342
|
],
|
|
20305
20343
|
type: 'object',
|
|
20344
|
+
'x-variant-group-key': 'locks',
|
|
20306
20345
|
},
|
|
20307
20346
|
{
|
|
20308
20347
|
description: 'Indicates that the lock is not connected to a bridge.',
|
|
@@ -20334,9 +20373,10 @@ export default {
|
|
|
20334
20373
|
'error_code',
|
|
20335
20374
|
],
|
|
20336
20375
|
type: 'object',
|
|
20376
|
+
'x-variant-group-key': 'locks',
|
|
20337
20377
|
},
|
|
20338
20378
|
{
|
|
20339
|
-
description: 'Indicates that the lock is not paired with a gateway
|
|
20379
|
+
description: '\n Indicates that the lock is not paired with a gateway.\n ',
|
|
20340
20380
|
properties: {
|
|
20341
20381
|
created_at: {
|
|
20342
20382
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20398,7 +20438,7 @@ export default {
|
|
|
20398
20438
|
type: 'object',
|
|
20399
20439
|
},
|
|
20400
20440
|
{
|
|
20401
|
-
description: 'Indicates that the auxiliary heat is running
|
|
20441
|
+
description: '\n Indicates that the auxiliary heat is running.\n ',
|
|
20402
20442
|
properties: {
|
|
20403
20443
|
created_at: {
|
|
20404
20444
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20460,7 +20500,7 @@ export default {
|
|
|
20460
20500
|
type: 'object',
|
|
20461
20501
|
},
|
|
20462
20502
|
{
|
|
20463
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge
|
|
20503
|
+
description: '\n Indicates that the Lockly lock is not connected to a Wi-Fi bridge.\n ',
|
|
20464
20504
|
properties: {
|
|
20465
20505
|
created_at: {
|
|
20466
20506
|
description: 'Date and time at which Seam created the error.',
|
|
@@ -20551,6 +20591,15 @@ export default {
|
|
|
20551
20591
|
],
|
|
20552
20592
|
},
|
|
20553
20593
|
type: 'array',
|
|
20594
|
+
'x-variant-groups': {
|
|
20595
|
+
access_codes: { name: 'Access Codes' },
|
|
20596
|
+
hardware: { name: 'Hardware' },
|
|
20597
|
+
locks: { name: 'Locks' },
|
|
20598
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
20599
|
+
phones: { name: 'Phones' },
|
|
20600
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
20601
|
+
thermostats: { name: 'Thermostats' },
|
|
20602
|
+
},
|
|
20554
20603
|
},
|
|
20555
20604
|
is_managed: { enum: [false], type: 'boolean' },
|
|
20556
20605
|
location: {
|
|
@@ -20737,6 +20786,7 @@ export default {
|
|
|
20737
20786
|
},
|
|
20738
20787
|
required: ['message', 'created_at', 'warning_code'],
|
|
20739
20788
|
type: 'object',
|
|
20789
|
+
'x-variant-group-key': 'access_codes',
|
|
20740
20790
|
},
|
|
20741
20791
|
{
|
|
20742
20792
|
description: 'Indicates that there are too many backup codes.',
|
|
@@ -20758,9 +20808,10 @@ export default {
|
|
|
20758
20808
|
},
|
|
20759
20809
|
required: ['message', 'created_at', 'warning_code'],
|
|
20760
20810
|
type: 'object',
|
|
20811
|
+
'x-variant-group-key': 'access_codes',
|
|
20761
20812
|
},
|
|
20762
20813
|
{
|
|
20763
|
-
description: 'Indicates that the Wyze Lock is not connected to a gateway
|
|
20814
|
+
description: '\n Indicates that the Wyze Lock is not connected to a gateway.\n ',
|
|
20764
20815
|
properties: {
|
|
20765
20816
|
created_at: {
|
|
20766
20817
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20842,9 +20893,10 @@ export default {
|
|
|
20842
20893
|
},
|
|
20843
20894
|
required: ['message', 'created_at', 'warning_code'],
|
|
20844
20895
|
type: 'object',
|
|
20896
|
+
'x-variant-group-key': 'thermostats',
|
|
20845
20897
|
},
|
|
20846
20898
|
{
|
|
20847
|
-
description: 'Indicates that the Remote Unlock feature is not enabled in the settings.',
|
|
20899
|
+
description: 'Indicates that the Remote Unlock feature is not enabled in the settings."',
|
|
20848
20900
|
properties: {
|
|
20849
20901
|
created_at: {
|
|
20850
20902
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20863,9 +20915,10 @@ export default {
|
|
|
20863
20915
|
},
|
|
20864
20916
|
required: ['message', 'created_at', 'warning_code'],
|
|
20865
20917
|
type: 'object',
|
|
20918
|
+
'x-variant-group-key': 'locks',
|
|
20866
20919
|
},
|
|
20867
20920
|
{
|
|
20868
|
-
description: 'Indicates that the gateway signal is weak
|
|
20921
|
+
description: '\n Indicates that the gateway signal is weak.\n ',
|
|
20869
20922
|
properties: {
|
|
20870
20923
|
created_at: {
|
|
20871
20924
|
description: 'Date and time at which Seam created the warning.',
|
|
@@ -20905,6 +20958,7 @@ export default {
|
|
|
20905
20958
|
},
|
|
20906
20959
|
required: ['message', 'created_at', 'warning_code'],
|
|
20907
20960
|
type: 'object',
|
|
20961
|
+
'x-variant-group-key': 'thermostats',
|
|
20908
20962
|
},
|
|
20909
20963
|
{
|
|
20910
20964
|
description: 'Indicates that the device appears to be unresponsive.',
|
|
@@ -21052,6 +21106,7 @@ export default {
|
|
|
21052
21106
|
},
|
|
21053
21107
|
required: ['message', 'created_at', 'warning_code'],
|
|
21054
21108
|
type: 'object',
|
|
21109
|
+
'x-variant-group-key': 'phones',
|
|
21055
21110
|
},
|
|
21056
21111
|
{
|
|
21057
21112
|
description: 'Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected.',
|
|
@@ -21077,6 +21132,15 @@ export default {
|
|
|
21077
21132
|
],
|
|
21078
21133
|
},
|
|
21079
21134
|
type: 'array',
|
|
21135
|
+
'x-variant-groups': {
|
|
21136
|
+
access_codes: { name: 'Access Codes' },
|
|
21137
|
+
hardware: { name: 'Hardware' },
|
|
21138
|
+
locks: { name: 'Locks' },
|
|
21139
|
+
noise_sensors: { name: 'Noise Sensors' },
|
|
21140
|
+
phones: { name: 'Phones' },
|
|
21141
|
+
provider_metadata: { name: 'Provider Metadata' },
|
|
21142
|
+
thermostats: { name: 'Thermostats' },
|
|
21143
|
+
},
|
|
21080
21144
|
},
|
|
21081
21145
|
workspace_id: {
|
|
21082
21146
|
description: 'Unique identifier for the Seam workspace associated with the device.',
|