@seamapi/types 1.132.1 → 1.134.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 +62 -48
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +233 -182
- package/dist/devicedb.cjs +3 -0
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +21 -0
- package/lib/seam/connect/openapi.d.ts +231 -180
- package/lib/seam/connect/openapi.js +59 -45
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +3 -0
- package/lib/seam/connect/unstable/models/devices/phone.d.ts +3 -0
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -0
- package/lib/seam/devicedb/models/device-capability.d.ts +6 -0
- package/lib/seam/devicedb/models/device-capability.js +2 -0
- package/lib/seam/devicedb/models/device-capability.js.map +1 -1
- package/lib/seam/devicedb/models/device-model.d.ts +6 -0
- package/lib/seam/devicedb/models/device-model.js +1 -0
- package/lib/seam/devicedb/models/device-model.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +10 -0
- package/lib/seam/devicedb/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +59 -45
- package/src/lib/seam/connect/route-types.ts +2 -0
- package/src/lib/seam/devicedb/models/device-capability.ts +2 -0
- package/src/lib/seam/devicedb/models/device-model.ts +1 -0
- package/src/lib/seam/devicedb/route-types.ts +2 -0
|
@@ -8428,6 +8428,7 @@ export default {
|
|
|
8428
8428
|
'device.converted_to_unmanaged',
|
|
8429
8429
|
'device.unmanaged.converted_to_managed',
|
|
8430
8430
|
'device.removed',
|
|
8431
|
+
'device.deleted',
|
|
8431
8432
|
'device.tampered',
|
|
8432
8433
|
'device.low_battery',
|
|
8433
8434
|
'device.battery_status_changed',
|
|
@@ -8484,6 +8485,7 @@ export default {
|
|
|
8484
8485
|
'device.converted_to_unmanaged',
|
|
8485
8486
|
'device.unmanaged.converted_to_managed',
|
|
8486
8487
|
'device.removed',
|
|
8488
|
+
'device.deleted',
|
|
8487
8489
|
'device.tampered',
|
|
8488
8490
|
'device.low_battery',
|
|
8489
8491
|
'device.battery_status_changed',
|
|
@@ -9065,9 +9067,10 @@ export default {
|
|
|
9065
9067
|
401: { description: 'Unauthorized' },
|
|
9066
9068
|
},
|
|
9067
9069
|
security: [
|
|
9068
|
-
{
|
|
9069
|
-
{
|
|
9070
|
-
{
|
|
9070
|
+
{ client_session: [] },
|
|
9071
|
+
{ pat_with_workspace: [] },
|
|
9072
|
+
{ console_session: [] },
|
|
9073
|
+
{ api_key: [] },
|
|
9071
9074
|
],
|
|
9072
9075
|
summary: '/locks/list',
|
|
9073
9076
|
tags: ['/locks'],
|
|
@@ -9932,9 +9935,10 @@ export default {
|
|
|
9932
9935
|
401: { description: 'Unauthorized' },
|
|
9933
9936
|
},
|
|
9934
9937
|
security: [
|
|
9935
|
-
{
|
|
9936
|
-
{
|
|
9937
|
-
{
|
|
9938
|
+
{ client_session: [] },
|
|
9939
|
+
{ pat_with_workspace: [] },
|
|
9940
|
+
{ console_session: [] },
|
|
9941
|
+
{ api_key: [] },
|
|
9938
9942
|
],
|
|
9939
9943
|
summary: '/thermostats/climate_setting_schedules/create',
|
|
9940
9944
|
tags: ['/thermostats'],
|
|
@@ -9979,9 +9983,10 @@ export default {
|
|
|
9979
9983
|
401: { description: 'Unauthorized' },
|
|
9980
9984
|
},
|
|
9981
9985
|
security: [
|
|
9982
|
-
{
|
|
9983
|
-
{
|
|
9984
|
-
{
|
|
9986
|
+
{ client_session: [] },
|
|
9987
|
+
{ pat_with_workspace: [] },
|
|
9988
|
+
{ console_session: [] },
|
|
9989
|
+
{ api_key: [] },
|
|
9985
9990
|
],
|
|
9986
9991
|
summary: '/thermostats/climate_setting_schedules/delete',
|
|
9987
9992
|
tags: ['/thermostats'],
|
|
@@ -10023,9 +10028,10 @@ export default {
|
|
|
10023
10028
|
401: { description: 'Unauthorized' },
|
|
10024
10029
|
},
|
|
10025
10030
|
security: [
|
|
10026
|
-
{
|
|
10027
|
-
{
|
|
10028
|
-
{
|
|
10031
|
+
{ client_session: [] },
|
|
10032
|
+
{ pat_with_workspace: [] },
|
|
10033
|
+
{ console_session: [] },
|
|
10034
|
+
{ api_key: [] },
|
|
10029
10035
|
],
|
|
10030
10036
|
summary: '/thermostats/climate_setting_schedules/delete',
|
|
10031
10037
|
tags: ['/thermostats'],
|
|
@@ -10073,9 +10079,10 @@ export default {
|
|
|
10073
10079
|
401: { description: 'Unauthorized' },
|
|
10074
10080
|
},
|
|
10075
10081
|
security: [
|
|
10076
|
-
{
|
|
10077
|
-
{
|
|
10078
|
-
{
|
|
10082
|
+
{ client_session: [] },
|
|
10083
|
+
{ pat_with_workspace: [] },
|
|
10084
|
+
{ console_session: [] },
|
|
10085
|
+
{ api_key: [] },
|
|
10079
10086
|
],
|
|
10080
10087
|
summary: '/thermostats/climate_setting_schedules/get',
|
|
10081
10088
|
tags: ['/thermostats'],
|
|
@@ -10126,9 +10133,10 @@ export default {
|
|
|
10126
10133
|
401: { description: 'Unauthorized' },
|
|
10127
10134
|
},
|
|
10128
10135
|
security: [
|
|
10129
|
-
{
|
|
10130
|
-
{
|
|
10131
|
-
{
|
|
10136
|
+
{ api_key: [] },
|
|
10137
|
+
{ client_session: [] },
|
|
10138
|
+
{ pat_with_workspace: [] },
|
|
10139
|
+
{ console_session: [] },
|
|
10132
10140
|
],
|
|
10133
10141
|
summary: '/thermostats/climate_setting_schedules/list',
|
|
10134
10142
|
tags: ['/thermostats'],
|
|
@@ -10197,9 +10205,10 @@ export default {
|
|
|
10197
10205
|
401: { description: 'Unauthorized' },
|
|
10198
10206
|
},
|
|
10199
10207
|
security: [
|
|
10200
|
-
{
|
|
10201
|
-
{
|
|
10202
|
-
{
|
|
10208
|
+
{ client_session: [] },
|
|
10209
|
+
{ pat_with_workspace: [] },
|
|
10210
|
+
{ console_session: [] },
|
|
10211
|
+
{ api_key: [] },
|
|
10203
10212
|
],
|
|
10204
10213
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10205
10214
|
tags: ['/thermostats'],
|
|
@@ -10264,9 +10273,10 @@ export default {
|
|
|
10264
10273
|
401: { description: 'Unauthorized' },
|
|
10265
10274
|
},
|
|
10266
10275
|
security: [
|
|
10267
|
-
{
|
|
10268
|
-
{
|
|
10269
|
-
{
|
|
10276
|
+
{ client_session: [] },
|
|
10277
|
+
{ pat_with_workspace: [] },
|
|
10278
|
+
{ console_session: [] },
|
|
10279
|
+
{ api_key: [] },
|
|
10270
10280
|
],
|
|
10271
10281
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10272
10282
|
tags: ['/thermostats'],
|
|
@@ -10333,9 +10343,10 @@ export default {
|
|
|
10333
10343
|
401: { description: 'Unauthorized' },
|
|
10334
10344
|
},
|
|
10335
10345
|
security: [
|
|
10336
|
-
{
|
|
10337
|
-
{
|
|
10338
|
-
{
|
|
10346
|
+
{ client_session: [] },
|
|
10347
|
+
{ pat_with_workspace: [] },
|
|
10348
|
+
{ console_session: [] },
|
|
10349
|
+
{ api_key: [] },
|
|
10339
10350
|
],
|
|
10340
10351
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10341
10352
|
tags: ['/thermostats'],
|
|
@@ -10383,9 +10394,9 @@ export default {
|
|
|
10383
10394
|
401: { description: 'Unauthorized' },
|
|
10384
10395
|
},
|
|
10385
10396
|
security: [
|
|
10386
|
-
{
|
|
10387
|
-
{
|
|
10388
|
-
{
|
|
10397
|
+
{ api_key: [] },
|
|
10398
|
+
{ client_session: [] },
|
|
10399
|
+
{ pat_with_workspace: [] },
|
|
10389
10400
|
],
|
|
10390
10401
|
summary: '/thermostats/cool',
|
|
10391
10402
|
tags: ['/thermostats'],
|
|
@@ -10430,9 +10441,9 @@ export default {
|
|
|
10430
10441
|
401: { description: 'Unauthorized' },
|
|
10431
10442
|
},
|
|
10432
10443
|
security: [
|
|
10433
|
-
{
|
|
10434
|
-
{
|
|
10435
|
-
{
|
|
10444
|
+
{ api_key: [] },
|
|
10445
|
+
{ client_session: [] },
|
|
10446
|
+
{ pat_with_workspace: [] },
|
|
10436
10447
|
],
|
|
10437
10448
|
summary: '/thermostats/get',
|
|
10438
10449
|
tags: ['/thermostats'],
|
|
@@ -10482,9 +10493,9 @@ export default {
|
|
|
10482
10493
|
401: { description: 'Unauthorized' },
|
|
10483
10494
|
},
|
|
10484
10495
|
security: [
|
|
10485
|
-
{
|
|
10486
|
-
{
|
|
10487
|
-
{
|
|
10496
|
+
{ api_key: [] },
|
|
10497
|
+
{ client_session: [] },
|
|
10498
|
+
{ pat_with_workspace: [] },
|
|
10488
10499
|
],
|
|
10489
10500
|
summary: '/thermostats/heat',
|
|
10490
10501
|
tags: ['/thermostats'],
|
|
@@ -10536,9 +10547,9 @@ export default {
|
|
|
10536
10547
|
401: { description: 'Unauthorized' },
|
|
10537
10548
|
},
|
|
10538
10549
|
security: [
|
|
10539
|
-
{
|
|
10540
|
-
{
|
|
10541
|
-
{
|
|
10550
|
+
{ api_key: [] },
|
|
10551
|
+
{ client_session: [] },
|
|
10552
|
+
{ pat_with_workspace: [] },
|
|
10542
10553
|
],
|
|
10543
10554
|
summary: '/thermostats/heat_cool',
|
|
10544
10555
|
tags: ['/thermostats'],
|
|
@@ -10760,6 +10771,7 @@ export default {
|
|
|
10760
10771
|
{ api_key: [] },
|
|
10761
10772
|
{ pat_with_workspace: [] },
|
|
10762
10773
|
{ console_session: [] },
|
|
10774
|
+
{ client_session: [] },
|
|
10763
10775
|
],
|
|
10764
10776
|
summary: '/thermostats/list',
|
|
10765
10777
|
tags: ['/thermostats'],
|
|
@@ -10807,9 +10819,9 @@ export default {
|
|
|
10807
10819
|
401: { description: 'Unauthorized' },
|
|
10808
10820
|
},
|
|
10809
10821
|
security: [
|
|
10810
|
-
{
|
|
10811
|
-
{
|
|
10812
|
-
{
|
|
10822
|
+
{ api_key: [] },
|
|
10823
|
+
{ client_session: [] },
|
|
10824
|
+
{ pat_with_workspace: [] },
|
|
10813
10825
|
],
|
|
10814
10826
|
summary: '/thermostats/off',
|
|
10815
10827
|
tags: ['/thermostats'],
|
|
@@ -10859,9 +10871,9 @@ export default {
|
|
|
10859
10871
|
401: { description: 'Unauthorized' },
|
|
10860
10872
|
},
|
|
10861
10873
|
security: [
|
|
10862
|
-
{
|
|
10863
|
-
{
|
|
10864
|
-
{
|
|
10874
|
+
{ api_key: [] },
|
|
10875
|
+
{ client_session: [] },
|
|
10876
|
+
{ pat_with_workspace: [] },
|
|
10865
10877
|
],
|
|
10866
10878
|
summary: '/thermostats/set_fan_mode',
|
|
10867
10879
|
tags: ['/thermostats'],
|
|
@@ -10922,6 +10934,7 @@ export default {
|
|
|
10922
10934
|
{ api_key: [] },
|
|
10923
10935
|
{ pat_with_workspace: [] },
|
|
10924
10936
|
{ console_session: [] },
|
|
10937
|
+
{ client_session: [] },
|
|
10925
10938
|
],
|
|
10926
10939
|
summary: '/thermostats/update',
|
|
10927
10940
|
tags: ['/thermostats'],
|
|
@@ -10978,6 +10991,7 @@ export default {
|
|
|
10978
10991
|
{ api_key: [] },
|
|
10979
10992
|
{ pat_with_workspace: [] },
|
|
10980
10993
|
{ console_session: [] },
|
|
10994
|
+
{ client_session: [] },
|
|
10981
10995
|
],
|
|
10982
10996
|
summary: '/thermostats/update',
|
|
10983
10997
|
tags: ['/thermostats'],
|