@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
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",
|
|
@@ -9112,9 +9114,10 @@ var openapi_default = {
|
|
|
9112
9114
|
401: { description: "Unauthorized" }
|
|
9113
9115
|
},
|
|
9114
9116
|
security: [
|
|
9115
|
-
{
|
|
9116
|
-
{
|
|
9117
|
-
{
|
|
9117
|
+
{ client_session: [] },
|
|
9118
|
+
{ pat_with_workspace: [] },
|
|
9119
|
+
{ console_session: [] },
|
|
9120
|
+
{ api_key: [] }
|
|
9118
9121
|
],
|
|
9119
9122
|
summary: "/locks/list",
|
|
9120
9123
|
tags: ["/locks"],
|
|
@@ -9979,9 +9982,10 @@ var openapi_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/create",
|
|
9987
9991
|
tags: ["/thermostats"],
|
|
@@ -10026,9 +10030,10 @@ var openapi_default = {
|
|
|
10026
10030
|
401: { description: "Unauthorized" }
|
|
10027
10031
|
},
|
|
10028
10032
|
security: [
|
|
10029
|
-
{
|
|
10030
|
-
{
|
|
10031
|
-
{
|
|
10033
|
+
{ client_session: [] },
|
|
10034
|
+
{ pat_with_workspace: [] },
|
|
10035
|
+
{ console_session: [] },
|
|
10036
|
+
{ api_key: [] }
|
|
10032
10037
|
],
|
|
10033
10038
|
summary: "/thermostats/climate_setting_schedules/delete",
|
|
10034
10039
|
tags: ["/thermostats"],
|
|
@@ -10070,9 +10075,10 @@ var openapi_default = {
|
|
|
10070
10075
|
401: { description: "Unauthorized" }
|
|
10071
10076
|
},
|
|
10072
10077
|
security: [
|
|
10073
|
-
{
|
|
10074
|
-
{
|
|
10075
|
-
{
|
|
10078
|
+
{ client_session: [] },
|
|
10079
|
+
{ pat_with_workspace: [] },
|
|
10080
|
+
{ console_session: [] },
|
|
10081
|
+
{ api_key: [] }
|
|
10076
10082
|
],
|
|
10077
10083
|
summary: "/thermostats/climate_setting_schedules/delete",
|
|
10078
10084
|
tags: ["/thermostats"],
|
|
@@ -10120,9 +10126,10 @@ var openapi_default = {
|
|
|
10120
10126
|
401: { description: "Unauthorized" }
|
|
10121
10127
|
},
|
|
10122
10128
|
security: [
|
|
10123
|
-
{
|
|
10124
|
-
{
|
|
10125
|
-
{
|
|
10129
|
+
{ client_session: [] },
|
|
10130
|
+
{ pat_with_workspace: [] },
|
|
10131
|
+
{ console_session: [] },
|
|
10132
|
+
{ api_key: [] }
|
|
10126
10133
|
],
|
|
10127
10134
|
summary: "/thermostats/climate_setting_schedules/get",
|
|
10128
10135
|
tags: ["/thermostats"],
|
|
@@ -10173,9 +10180,10 @@ var openapi_default = {
|
|
|
10173
10180
|
401: { description: "Unauthorized" }
|
|
10174
10181
|
},
|
|
10175
10182
|
security: [
|
|
10176
|
-
{
|
|
10177
|
-
{
|
|
10178
|
-
{
|
|
10183
|
+
{ api_key: [] },
|
|
10184
|
+
{ client_session: [] },
|
|
10185
|
+
{ pat_with_workspace: [] },
|
|
10186
|
+
{ console_session: [] }
|
|
10179
10187
|
],
|
|
10180
10188
|
summary: "/thermostats/climate_setting_schedules/list",
|
|
10181
10189
|
tags: ["/thermostats"],
|
|
@@ -10244,9 +10252,10 @@ var openapi_default = {
|
|
|
10244
10252
|
401: { description: "Unauthorized" }
|
|
10245
10253
|
},
|
|
10246
10254
|
security: [
|
|
10247
|
-
{
|
|
10248
|
-
{
|
|
10249
|
-
{
|
|
10255
|
+
{ client_session: [] },
|
|
10256
|
+
{ pat_with_workspace: [] },
|
|
10257
|
+
{ console_session: [] },
|
|
10258
|
+
{ api_key: [] }
|
|
10250
10259
|
],
|
|
10251
10260
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10252
10261
|
tags: ["/thermostats"],
|
|
@@ -10311,9 +10320,10 @@ var openapi_default = {
|
|
|
10311
10320
|
401: { description: "Unauthorized" }
|
|
10312
10321
|
},
|
|
10313
10322
|
security: [
|
|
10314
|
-
{
|
|
10315
|
-
{
|
|
10316
|
-
{
|
|
10323
|
+
{ client_session: [] },
|
|
10324
|
+
{ pat_with_workspace: [] },
|
|
10325
|
+
{ console_session: [] },
|
|
10326
|
+
{ api_key: [] }
|
|
10317
10327
|
],
|
|
10318
10328
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10319
10329
|
tags: ["/thermostats"],
|
|
@@ -10380,9 +10390,10 @@ var openapi_default = {
|
|
|
10380
10390
|
401: { description: "Unauthorized" }
|
|
10381
10391
|
},
|
|
10382
10392
|
security: [
|
|
10383
|
-
{
|
|
10384
|
-
{
|
|
10385
|
-
{
|
|
10393
|
+
{ client_session: [] },
|
|
10394
|
+
{ pat_with_workspace: [] },
|
|
10395
|
+
{ console_session: [] },
|
|
10396
|
+
{ api_key: [] }
|
|
10386
10397
|
],
|
|
10387
10398
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10388
10399
|
tags: ["/thermostats"],
|
|
@@ -10430,9 +10441,9 @@ var openapi_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/cool",
|
|
10438
10449
|
tags: ["/thermostats"],
|
|
@@ -10477,9 +10488,9 @@ var openapi_default = {
|
|
|
10477
10488
|
401: { description: "Unauthorized" }
|
|
10478
10489
|
},
|
|
10479
10490
|
security: [
|
|
10480
|
-
{
|
|
10481
|
-
{
|
|
10482
|
-
{
|
|
10491
|
+
{ api_key: [] },
|
|
10492
|
+
{ client_session: [] },
|
|
10493
|
+
{ pat_with_workspace: [] }
|
|
10483
10494
|
],
|
|
10484
10495
|
summary: "/thermostats/get",
|
|
10485
10496
|
tags: ["/thermostats"],
|
|
@@ -10529,9 +10540,9 @@ var openapi_default = {
|
|
|
10529
10540
|
401: { description: "Unauthorized" }
|
|
10530
10541
|
},
|
|
10531
10542
|
security: [
|
|
10532
|
-
{
|
|
10533
|
-
{
|
|
10534
|
-
{
|
|
10543
|
+
{ api_key: [] },
|
|
10544
|
+
{ client_session: [] },
|
|
10545
|
+
{ pat_with_workspace: [] }
|
|
10535
10546
|
],
|
|
10536
10547
|
summary: "/thermostats/heat",
|
|
10537
10548
|
tags: ["/thermostats"],
|
|
@@ -10583,9 +10594,9 @@ var openapi_default = {
|
|
|
10583
10594
|
401: { description: "Unauthorized" }
|
|
10584
10595
|
},
|
|
10585
10596
|
security: [
|
|
10586
|
-
{
|
|
10587
|
-
{
|
|
10588
|
-
{
|
|
10597
|
+
{ api_key: [] },
|
|
10598
|
+
{ client_session: [] },
|
|
10599
|
+
{ pat_with_workspace: [] }
|
|
10589
10600
|
],
|
|
10590
10601
|
summary: "/thermostats/heat_cool",
|
|
10591
10602
|
tags: ["/thermostats"],
|
|
@@ -10806,7 +10817,8 @@ var openapi_default = {
|
|
|
10806
10817
|
security: [
|
|
10807
10818
|
{ api_key: [] },
|
|
10808
10819
|
{ pat_with_workspace: [] },
|
|
10809
|
-
{ console_session: [] }
|
|
10820
|
+
{ console_session: [] },
|
|
10821
|
+
{ client_session: [] }
|
|
10810
10822
|
],
|
|
10811
10823
|
summary: "/thermostats/list",
|
|
10812
10824
|
tags: ["/thermostats"],
|
|
@@ -10854,9 +10866,9 @@ var openapi_default = {
|
|
|
10854
10866
|
401: { description: "Unauthorized" }
|
|
10855
10867
|
},
|
|
10856
10868
|
security: [
|
|
10857
|
-
{
|
|
10858
|
-
{
|
|
10859
|
-
{
|
|
10869
|
+
{ api_key: [] },
|
|
10870
|
+
{ client_session: [] },
|
|
10871
|
+
{ pat_with_workspace: [] }
|
|
10860
10872
|
],
|
|
10861
10873
|
summary: "/thermostats/off",
|
|
10862
10874
|
tags: ["/thermostats"],
|
|
@@ -10906,9 +10918,9 @@ var openapi_default = {
|
|
|
10906
10918
|
401: { description: "Unauthorized" }
|
|
10907
10919
|
},
|
|
10908
10920
|
security: [
|
|
10909
|
-
{
|
|
10910
|
-
{
|
|
10911
|
-
{
|
|
10921
|
+
{ api_key: [] },
|
|
10922
|
+
{ client_session: [] },
|
|
10923
|
+
{ pat_with_workspace: [] }
|
|
10912
10924
|
],
|
|
10913
10925
|
summary: "/thermostats/set_fan_mode",
|
|
10914
10926
|
tags: ["/thermostats"],
|
|
@@ -10968,7 +10980,8 @@ var openapi_default = {
|
|
|
10968
10980
|
security: [
|
|
10969
10981
|
{ api_key: [] },
|
|
10970
10982
|
{ pat_with_workspace: [] },
|
|
10971
|
-
{ console_session: [] }
|
|
10983
|
+
{ console_session: [] },
|
|
10984
|
+
{ client_session: [] }
|
|
10972
10985
|
],
|
|
10973
10986
|
summary: "/thermostats/update",
|
|
10974
10987
|
tags: ["/thermostats"],
|
|
@@ -11024,7 +11037,8 @@ var openapi_default = {
|
|
|
11024
11037
|
security: [
|
|
11025
11038
|
{ api_key: [] },
|
|
11026
11039
|
{ pat_with_workspace: [] },
|
|
11027
|
-
{ console_session: [] }
|
|
11040
|
+
{ console_session: [] },
|
|
11041
|
+
{ client_session: [] }
|
|
11028
11042
|
],
|
|
11029
11043
|
summary: "/thermostats/update",
|
|
11030
11044
|
tags: ["/thermostats"],
|