@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
package/dist/connect.cjs
CHANGED
|
@@ -8475,6 +8475,7 @@ var openapi_default = {
|
|
|
8475
8475
|
"device.converted_to_unmanaged",
|
|
8476
8476
|
"device.unmanaged.converted_to_managed",
|
|
8477
8477
|
"device.removed",
|
|
8478
|
+
"device.deleted",
|
|
8478
8479
|
"device.tampered",
|
|
8479
8480
|
"device.low_battery",
|
|
8480
8481
|
"device.battery_status_changed",
|
|
@@ -8531,6 +8532,7 @@ var openapi_default = {
|
|
|
8531
8532
|
"device.converted_to_unmanaged",
|
|
8532
8533
|
"device.unmanaged.converted_to_managed",
|
|
8533
8534
|
"device.removed",
|
|
8535
|
+
"device.deleted",
|
|
8534
8536
|
"device.tampered",
|
|
8535
8537
|
"device.low_battery",
|
|
8536
8538
|
"device.battery_status_changed",
|
|
@@ -9979,9 +9981,10 @@ var openapi_default = {
|
|
|
9979
9981
|
401: { description: "Unauthorized" }
|
|
9980
9982
|
},
|
|
9981
9983
|
security: [
|
|
9982
|
-
{
|
|
9983
|
-
{
|
|
9984
|
-
{
|
|
9984
|
+
{ client_session: [] },
|
|
9985
|
+
{ pat_with_workspace: [] },
|
|
9986
|
+
{ console_session: [] },
|
|
9987
|
+
{ api_key: [] }
|
|
9985
9988
|
],
|
|
9986
9989
|
summary: "/thermostats/climate_setting_schedules/create",
|
|
9987
9990
|
tags: ["/thermostats"],
|
|
@@ -10026,9 +10029,10 @@ var openapi_default = {
|
|
|
10026
10029
|
401: { description: "Unauthorized" }
|
|
10027
10030
|
},
|
|
10028
10031
|
security: [
|
|
10029
|
-
{
|
|
10030
|
-
{
|
|
10031
|
-
{
|
|
10032
|
+
{ client_session: [] },
|
|
10033
|
+
{ pat_with_workspace: [] },
|
|
10034
|
+
{ console_session: [] },
|
|
10035
|
+
{ api_key: [] }
|
|
10032
10036
|
],
|
|
10033
10037
|
summary: "/thermostats/climate_setting_schedules/delete",
|
|
10034
10038
|
tags: ["/thermostats"],
|
|
@@ -10070,9 +10074,10 @@ var openapi_default = {
|
|
|
10070
10074
|
401: { description: "Unauthorized" }
|
|
10071
10075
|
},
|
|
10072
10076
|
security: [
|
|
10073
|
-
{
|
|
10074
|
-
{
|
|
10075
|
-
{
|
|
10077
|
+
{ client_session: [] },
|
|
10078
|
+
{ pat_with_workspace: [] },
|
|
10079
|
+
{ console_session: [] },
|
|
10080
|
+
{ api_key: [] }
|
|
10076
10081
|
],
|
|
10077
10082
|
summary: "/thermostats/climate_setting_schedules/delete",
|
|
10078
10083
|
tags: ["/thermostats"],
|
|
@@ -10120,9 +10125,10 @@ var openapi_default = {
|
|
|
10120
10125
|
401: { description: "Unauthorized" }
|
|
10121
10126
|
},
|
|
10122
10127
|
security: [
|
|
10123
|
-
{
|
|
10124
|
-
{
|
|
10125
|
-
{
|
|
10128
|
+
{ client_session: [] },
|
|
10129
|
+
{ pat_with_workspace: [] },
|
|
10130
|
+
{ console_session: [] },
|
|
10131
|
+
{ api_key: [] }
|
|
10126
10132
|
],
|
|
10127
10133
|
summary: "/thermostats/climate_setting_schedules/get",
|
|
10128
10134
|
tags: ["/thermostats"],
|
|
@@ -10173,9 +10179,10 @@ var openapi_default = {
|
|
|
10173
10179
|
401: { description: "Unauthorized" }
|
|
10174
10180
|
},
|
|
10175
10181
|
security: [
|
|
10176
|
-
{
|
|
10177
|
-
{
|
|
10178
|
-
{
|
|
10182
|
+
{ api_key: [] },
|
|
10183
|
+
{ client_session: [] },
|
|
10184
|
+
{ pat_with_workspace: [] },
|
|
10185
|
+
{ console_session: [] }
|
|
10179
10186
|
],
|
|
10180
10187
|
summary: "/thermostats/climate_setting_schedules/list",
|
|
10181
10188
|
tags: ["/thermostats"],
|
|
@@ -10244,9 +10251,10 @@ var openapi_default = {
|
|
|
10244
10251
|
401: { description: "Unauthorized" }
|
|
10245
10252
|
},
|
|
10246
10253
|
security: [
|
|
10247
|
-
{
|
|
10248
|
-
{
|
|
10249
|
-
{
|
|
10254
|
+
{ client_session: [] },
|
|
10255
|
+
{ pat_with_workspace: [] },
|
|
10256
|
+
{ console_session: [] },
|
|
10257
|
+
{ api_key: [] }
|
|
10250
10258
|
],
|
|
10251
10259
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10252
10260
|
tags: ["/thermostats"],
|
|
@@ -10311,9 +10319,10 @@ var openapi_default = {
|
|
|
10311
10319
|
401: { description: "Unauthorized" }
|
|
10312
10320
|
},
|
|
10313
10321
|
security: [
|
|
10314
|
-
{
|
|
10315
|
-
{
|
|
10316
|
-
{
|
|
10322
|
+
{ client_session: [] },
|
|
10323
|
+
{ pat_with_workspace: [] },
|
|
10324
|
+
{ console_session: [] },
|
|
10325
|
+
{ api_key: [] }
|
|
10317
10326
|
],
|
|
10318
10327
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10319
10328
|
tags: ["/thermostats"],
|
|
@@ -10380,9 +10389,10 @@ var openapi_default = {
|
|
|
10380
10389
|
401: { description: "Unauthorized" }
|
|
10381
10390
|
},
|
|
10382
10391
|
security: [
|
|
10383
|
-
{
|
|
10384
|
-
{
|
|
10385
|
-
{
|
|
10392
|
+
{ client_session: [] },
|
|
10393
|
+
{ pat_with_workspace: [] },
|
|
10394
|
+
{ console_session: [] },
|
|
10395
|
+
{ api_key: [] }
|
|
10386
10396
|
],
|
|
10387
10397
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10388
10398
|
tags: ["/thermostats"],
|
|
@@ -10430,9 +10440,9 @@ var openapi_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/cool",
|
|
10438
10448
|
tags: ["/thermostats"],
|
|
@@ -10477,9 +10487,9 @@ var openapi_default = {
|
|
|
10477
10487
|
401: { description: "Unauthorized" }
|
|
10478
10488
|
},
|
|
10479
10489
|
security: [
|
|
10480
|
-
{
|
|
10481
|
-
{
|
|
10482
|
-
{
|
|
10490
|
+
{ api_key: [] },
|
|
10491
|
+
{ client_session: [] },
|
|
10492
|
+
{ pat_with_workspace: [] }
|
|
10483
10493
|
],
|
|
10484
10494
|
summary: "/thermostats/get",
|
|
10485
10495
|
tags: ["/thermostats"],
|
|
@@ -10529,9 +10539,9 @@ var openapi_default = {
|
|
|
10529
10539
|
401: { description: "Unauthorized" }
|
|
10530
10540
|
},
|
|
10531
10541
|
security: [
|
|
10532
|
-
{
|
|
10533
|
-
{
|
|
10534
|
-
{
|
|
10542
|
+
{ api_key: [] },
|
|
10543
|
+
{ client_session: [] },
|
|
10544
|
+
{ pat_with_workspace: [] }
|
|
10535
10545
|
],
|
|
10536
10546
|
summary: "/thermostats/heat",
|
|
10537
10547
|
tags: ["/thermostats"],
|
|
@@ -10583,9 +10593,9 @@ var openapi_default = {
|
|
|
10583
10593
|
401: { description: "Unauthorized" }
|
|
10584
10594
|
},
|
|
10585
10595
|
security: [
|
|
10586
|
-
{
|
|
10587
|
-
{
|
|
10588
|
-
{
|
|
10596
|
+
{ api_key: [] },
|
|
10597
|
+
{ client_session: [] },
|
|
10598
|
+
{ pat_with_workspace: [] }
|
|
10589
10599
|
],
|
|
10590
10600
|
summary: "/thermostats/heat_cool",
|
|
10591
10601
|
tags: ["/thermostats"],
|
|
@@ -10806,7 +10816,8 @@ var openapi_default = {
|
|
|
10806
10816
|
security: [
|
|
10807
10817
|
{ api_key: [] },
|
|
10808
10818
|
{ pat_with_workspace: [] },
|
|
10809
|
-
{ console_session: [] }
|
|
10819
|
+
{ console_session: [] },
|
|
10820
|
+
{ client_session: [] }
|
|
10810
10821
|
],
|
|
10811
10822
|
summary: "/thermostats/list",
|
|
10812
10823
|
tags: ["/thermostats"],
|
|
@@ -10854,9 +10865,9 @@ var openapi_default = {
|
|
|
10854
10865
|
401: { description: "Unauthorized" }
|
|
10855
10866
|
},
|
|
10856
10867
|
security: [
|
|
10857
|
-
{
|
|
10858
|
-
{
|
|
10859
|
-
{
|
|
10868
|
+
{ api_key: [] },
|
|
10869
|
+
{ client_session: [] },
|
|
10870
|
+
{ pat_with_workspace: [] }
|
|
10860
10871
|
],
|
|
10861
10872
|
summary: "/thermostats/off",
|
|
10862
10873
|
tags: ["/thermostats"],
|
|
@@ -10906,9 +10917,9 @@ var openapi_default = {
|
|
|
10906
10917
|
401: { description: "Unauthorized" }
|
|
10907
10918
|
},
|
|
10908
10919
|
security: [
|
|
10909
|
-
{
|
|
10910
|
-
{
|
|
10911
|
-
{
|
|
10920
|
+
{ api_key: [] },
|
|
10921
|
+
{ client_session: [] },
|
|
10922
|
+
{ pat_with_workspace: [] }
|
|
10912
10923
|
],
|
|
10913
10924
|
summary: "/thermostats/set_fan_mode",
|
|
10914
10925
|
tags: ["/thermostats"],
|
|
@@ -10968,7 +10979,8 @@ var openapi_default = {
|
|
|
10968
10979
|
security: [
|
|
10969
10980
|
{ api_key: [] },
|
|
10970
10981
|
{ pat_with_workspace: [] },
|
|
10971
|
-
{ console_session: [] }
|
|
10982
|
+
{ console_session: [] },
|
|
10983
|
+
{ client_session: [] }
|
|
10972
10984
|
],
|
|
10973
10985
|
summary: "/thermostats/update",
|
|
10974
10986
|
tags: ["/thermostats"],
|
|
@@ -11024,7 +11036,8 @@ var openapi_default = {
|
|
|
11024
11036
|
security: [
|
|
11025
11037
|
{ api_key: [] },
|
|
11026
11038
|
{ pat_with_workspace: [] },
|
|
11027
|
-
{ console_session: [] }
|
|
11039
|
+
{ console_session: [] },
|
|
11040
|
+
{ client_session: [] }
|
|
11028
11041
|
],
|
|
11029
11042
|
summary: "/thermostats/update",
|
|
11030
11043
|
tags: ["/thermostats"],
|