@seamapi/types 1.132.1 → 1.133.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 +58 -45
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +216 -170
- package/lib/seam/connect/openapi.d.ts +214 -168
- package/lib/seam/connect/openapi.js +55 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +55 -42
- package/src/lib/seam/connect/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',
|
|
@@ -9932,9 +9934,10 @@ export default {
|
|
|
9932
9934
|
401: { description: 'Unauthorized' },
|
|
9933
9935
|
},
|
|
9934
9936
|
security: [
|
|
9935
|
-
{
|
|
9936
|
-
{
|
|
9937
|
-
{
|
|
9937
|
+
{ client_session: [] },
|
|
9938
|
+
{ pat_with_workspace: [] },
|
|
9939
|
+
{ console_session: [] },
|
|
9940
|
+
{ api_key: [] },
|
|
9938
9941
|
],
|
|
9939
9942
|
summary: '/thermostats/climate_setting_schedules/create',
|
|
9940
9943
|
tags: ['/thermostats'],
|
|
@@ -9979,9 +9982,10 @@ export default {
|
|
|
9979
9982
|
401: { description: 'Unauthorized' },
|
|
9980
9983
|
},
|
|
9981
9984
|
security: [
|
|
9982
|
-
{
|
|
9983
|
-
{
|
|
9984
|
-
{
|
|
9985
|
+
{ client_session: [] },
|
|
9986
|
+
{ pat_with_workspace: [] },
|
|
9987
|
+
{ console_session: [] },
|
|
9988
|
+
{ api_key: [] },
|
|
9985
9989
|
],
|
|
9986
9990
|
summary: '/thermostats/climate_setting_schedules/delete',
|
|
9987
9991
|
tags: ['/thermostats'],
|
|
@@ -10023,9 +10027,10 @@ export default {
|
|
|
10023
10027
|
401: { description: 'Unauthorized' },
|
|
10024
10028
|
},
|
|
10025
10029
|
security: [
|
|
10026
|
-
{
|
|
10027
|
-
{
|
|
10028
|
-
{
|
|
10030
|
+
{ client_session: [] },
|
|
10031
|
+
{ pat_with_workspace: [] },
|
|
10032
|
+
{ console_session: [] },
|
|
10033
|
+
{ api_key: [] },
|
|
10029
10034
|
],
|
|
10030
10035
|
summary: '/thermostats/climate_setting_schedules/delete',
|
|
10031
10036
|
tags: ['/thermostats'],
|
|
@@ -10073,9 +10078,10 @@ export default {
|
|
|
10073
10078
|
401: { description: 'Unauthorized' },
|
|
10074
10079
|
},
|
|
10075
10080
|
security: [
|
|
10076
|
-
{
|
|
10077
|
-
{
|
|
10078
|
-
{
|
|
10081
|
+
{ client_session: [] },
|
|
10082
|
+
{ pat_with_workspace: [] },
|
|
10083
|
+
{ console_session: [] },
|
|
10084
|
+
{ api_key: [] },
|
|
10079
10085
|
],
|
|
10080
10086
|
summary: '/thermostats/climate_setting_schedules/get',
|
|
10081
10087
|
tags: ['/thermostats'],
|
|
@@ -10126,9 +10132,10 @@ export default {
|
|
|
10126
10132
|
401: { description: 'Unauthorized' },
|
|
10127
10133
|
},
|
|
10128
10134
|
security: [
|
|
10129
|
-
{
|
|
10130
|
-
{
|
|
10131
|
-
{
|
|
10135
|
+
{ api_key: [] },
|
|
10136
|
+
{ client_session: [] },
|
|
10137
|
+
{ pat_with_workspace: [] },
|
|
10138
|
+
{ console_session: [] },
|
|
10132
10139
|
],
|
|
10133
10140
|
summary: '/thermostats/climate_setting_schedules/list',
|
|
10134
10141
|
tags: ['/thermostats'],
|
|
@@ -10197,9 +10204,10 @@ export default {
|
|
|
10197
10204
|
401: { description: 'Unauthorized' },
|
|
10198
10205
|
},
|
|
10199
10206
|
security: [
|
|
10200
|
-
{
|
|
10201
|
-
{
|
|
10202
|
-
{
|
|
10207
|
+
{ client_session: [] },
|
|
10208
|
+
{ pat_with_workspace: [] },
|
|
10209
|
+
{ console_session: [] },
|
|
10210
|
+
{ api_key: [] },
|
|
10203
10211
|
],
|
|
10204
10212
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10205
10213
|
tags: ['/thermostats'],
|
|
@@ -10264,9 +10272,10 @@ export default {
|
|
|
10264
10272
|
401: { description: 'Unauthorized' },
|
|
10265
10273
|
},
|
|
10266
10274
|
security: [
|
|
10267
|
-
{
|
|
10268
|
-
{
|
|
10269
|
-
{
|
|
10275
|
+
{ client_session: [] },
|
|
10276
|
+
{ pat_with_workspace: [] },
|
|
10277
|
+
{ console_session: [] },
|
|
10278
|
+
{ api_key: [] },
|
|
10270
10279
|
],
|
|
10271
10280
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10272
10281
|
tags: ['/thermostats'],
|
|
@@ -10333,9 +10342,10 @@ export default {
|
|
|
10333
10342
|
401: { description: 'Unauthorized' },
|
|
10334
10343
|
},
|
|
10335
10344
|
security: [
|
|
10336
|
-
{
|
|
10337
|
-
{
|
|
10338
|
-
{
|
|
10345
|
+
{ client_session: [] },
|
|
10346
|
+
{ pat_with_workspace: [] },
|
|
10347
|
+
{ console_session: [] },
|
|
10348
|
+
{ api_key: [] },
|
|
10339
10349
|
],
|
|
10340
10350
|
summary: '/thermostats/climate_setting_schedules/update',
|
|
10341
10351
|
tags: ['/thermostats'],
|
|
@@ -10383,9 +10393,9 @@ export default {
|
|
|
10383
10393
|
401: { description: 'Unauthorized' },
|
|
10384
10394
|
},
|
|
10385
10395
|
security: [
|
|
10386
|
-
{
|
|
10387
|
-
{
|
|
10388
|
-
{
|
|
10396
|
+
{ api_key: [] },
|
|
10397
|
+
{ client_session: [] },
|
|
10398
|
+
{ pat_with_workspace: [] },
|
|
10389
10399
|
],
|
|
10390
10400
|
summary: '/thermostats/cool',
|
|
10391
10401
|
tags: ['/thermostats'],
|
|
@@ -10430,9 +10440,9 @@ export default {
|
|
|
10430
10440
|
401: { description: 'Unauthorized' },
|
|
10431
10441
|
},
|
|
10432
10442
|
security: [
|
|
10433
|
-
{
|
|
10434
|
-
{
|
|
10435
|
-
{
|
|
10443
|
+
{ api_key: [] },
|
|
10444
|
+
{ client_session: [] },
|
|
10445
|
+
{ pat_with_workspace: [] },
|
|
10436
10446
|
],
|
|
10437
10447
|
summary: '/thermostats/get',
|
|
10438
10448
|
tags: ['/thermostats'],
|
|
@@ -10482,9 +10492,9 @@ export default {
|
|
|
10482
10492
|
401: { description: 'Unauthorized' },
|
|
10483
10493
|
},
|
|
10484
10494
|
security: [
|
|
10485
|
-
{
|
|
10486
|
-
{
|
|
10487
|
-
{
|
|
10495
|
+
{ api_key: [] },
|
|
10496
|
+
{ client_session: [] },
|
|
10497
|
+
{ pat_with_workspace: [] },
|
|
10488
10498
|
],
|
|
10489
10499
|
summary: '/thermostats/heat',
|
|
10490
10500
|
tags: ['/thermostats'],
|
|
@@ -10536,9 +10546,9 @@ export default {
|
|
|
10536
10546
|
401: { description: 'Unauthorized' },
|
|
10537
10547
|
},
|
|
10538
10548
|
security: [
|
|
10539
|
-
{
|
|
10540
|
-
{
|
|
10541
|
-
{
|
|
10549
|
+
{ api_key: [] },
|
|
10550
|
+
{ client_session: [] },
|
|
10551
|
+
{ pat_with_workspace: [] },
|
|
10542
10552
|
],
|
|
10543
10553
|
summary: '/thermostats/heat_cool',
|
|
10544
10554
|
tags: ['/thermostats'],
|
|
@@ -10760,6 +10770,7 @@ export default {
|
|
|
10760
10770
|
{ api_key: [] },
|
|
10761
10771
|
{ pat_with_workspace: [] },
|
|
10762
10772
|
{ console_session: [] },
|
|
10773
|
+
{ client_session: [] },
|
|
10763
10774
|
],
|
|
10764
10775
|
summary: '/thermostats/list',
|
|
10765
10776
|
tags: ['/thermostats'],
|
|
@@ -10807,9 +10818,9 @@ export default {
|
|
|
10807
10818
|
401: { description: 'Unauthorized' },
|
|
10808
10819
|
},
|
|
10809
10820
|
security: [
|
|
10810
|
-
{
|
|
10811
|
-
{
|
|
10812
|
-
{
|
|
10821
|
+
{ api_key: [] },
|
|
10822
|
+
{ client_session: [] },
|
|
10823
|
+
{ pat_with_workspace: [] },
|
|
10813
10824
|
],
|
|
10814
10825
|
summary: '/thermostats/off',
|
|
10815
10826
|
tags: ['/thermostats'],
|
|
@@ -10859,9 +10870,9 @@ export default {
|
|
|
10859
10870
|
401: { description: 'Unauthorized' },
|
|
10860
10871
|
},
|
|
10861
10872
|
security: [
|
|
10862
|
-
{
|
|
10863
|
-
{
|
|
10864
|
-
{
|
|
10873
|
+
{ api_key: [] },
|
|
10874
|
+
{ client_session: [] },
|
|
10875
|
+
{ pat_with_workspace: [] },
|
|
10865
10876
|
],
|
|
10866
10877
|
summary: '/thermostats/set_fan_mode',
|
|
10867
10878
|
tags: ['/thermostats'],
|
|
@@ -10922,6 +10933,7 @@ export default {
|
|
|
10922
10933
|
{ api_key: [] },
|
|
10923
10934
|
{ pat_with_workspace: [] },
|
|
10924
10935
|
{ console_session: [] },
|
|
10936
|
+
{ client_session: [] },
|
|
10925
10937
|
],
|
|
10926
10938
|
summary: '/thermostats/update',
|
|
10927
10939
|
tags: ['/thermostats'],
|
|
@@ -10978,6 +10990,7 @@ export default {
|
|
|
10978
10990
|
{ api_key: [] },
|
|
10979
10991
|
{ pat_with_workspace: [] },
|
|
10980
10992
|
{ console_session: [] },
|
|
10993
|
+
{ client_session: [] },
|
|
10981
10994
|
],
|
|
10982
10995
|
summary: '/thermostats/update',
|
|
10983
10996
|
tags: ['/thermostats'],
|