@seamapi/types 1.132.0 → 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 +80 -64
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +261 -215
- package/lib/seam/connect/openapi.d.ts +216 -170
- package/lib/seam/connect/openapi.js +77 -61
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -45
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +8 -8
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +2 -2
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +19 -19
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +77 -61
- package/src/lib/seam/connect/route-types.ts +121 -43
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +2 -2
- package/src/lib/seam/connect/unstable/models/devices/device-type.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -636,7 +636,7 @@ var openapi_default = {
|
|
|
636
636
|
enum: [
|
|
637
637
|
"ecobee_thermostat",
|
|
638
638
|
"nest_thermostat",
|
|
639
|
-
"
|
|
639
|
+
"honeywell_resideo_thermostat"
|
|
640
640
|
],
|
|
641
641
|
type: "string"
|
|
642
642
|
},
|
|
@@ -956,12 +956,15 @@ var openapi_default = {
|
|
|
956
956
|
required: ["device_name", "door_name"],
|
|
957
957
|
type: "object"
|
|
958
958
|
},
|
|
959
|
-
|
|
959
|
+
honeywell_resideo_metadata: {
|
|
960
960
|
properties: {
|
|
961
961
|
device_name: { type: "string" },
|
|
962
|
-
|
|
962
|
+
honeywell_resideo_device_id: { type: "string" }
|
|
963
963
|
},
|
|
964
|
-
required: [
|
|
964
|
+
required: [
|
|
965
|
+
"honeywell_resideo_device_id",
|
|
966
|
+
"device_name"
|
|
967
|
+
],
|
|
965
968
|
type: "object"
|
|
966
969
|
},
|
|
967
970
|
hubitat_metadata: {
|
|
@@ -1787,7 +1790,7 @@ var openapi_default = {
|
|
|
1787
1790
|
"assa_abloy_credential_service",
|
|
1788
1791
|
"seam_bridge",
|
|
1789
1792
|
"tedee",
|
|
1790
|
-
"
|
|
1793
|
+
"honeywell_resideo"
|
|
1791
1794
|
],
|
|
1792
1795
|
type: "string"
|
|
1793
1796
|
},
|
|
@@ -2159,7 +2162,7 @@ var openapi_default = {
|
|
|
2159
2162
|
enum: [
|
|
2160
2163
|
"ecobee_thermostat",
|
|
2161
2164
|
"nest_thermostat",
|
|
2162
|
-
"
|
|
2165
|
+
"honeywell_resideo_thermostat"
|
|
2163
2166
|
],
|
|
2164
2167
|
type: "string"
|
|
2165
2168
|
},
|
|
@@ -7065,7 +7068,7 @@ var openapi_default = {
|
|
|
7065
7068
|
"assa_abloy_credential_service",
|
|
7066
7069
|
"seam_bridge",
|
|
7067
7070
|
"tedee",
|
|
7068
|
-
"
|
|
7071
|
+
"honeywell_resideo",
|
|
7069
7072
|
"yale_access",
|
|
7070
7073
|
"hid_cm",
|
|
7071
7074
|
"google_nest"
|
|
@@ -7714,7 +7717,7 @@ var openapi_default = {
|
|
|
7714
7717
|
enum: [
|
|
7715
7718
|
"ecobee_thermostat",
|
|
7716
7719
|
"nest_thermostat",
|
|
7717
|
-
"
|
|
7720
|
+
"honeywell_resideo_thermostat"
|
|
7718
7721
|
],
|
|
7719
7722
|
type: "string"
|
|
7720
7723
|
},
|
|
@@ -7763,7 +7766,7 @@ var openapi_default = {
|
|
|
7763
7766
|
enum: [
|
|
7764
7767
|
"ecobee_thermostat",
|
|
7765
7768
|
"nest_thermostat",
|
|
7766
|
-
"
|
|
7769
|
+
"honeywell_resideo_thermostat"
|
|
7767
7770
|
],
|
|
7768
7771
|
type: "string"
|
|
7769
7772
|
},
|
|
@@ -7811,7 +7814,7 @@ var openapi_default = {
|
|
|
7811
7814
|
"smartthings",
|
|
7812
7815
|
"dormakaba_oracode",
|
|
7813
7816
|
"tedee",
|
|
7814
|
-
"
|
|
7817
|
+
"honeywell_resideo"
|
|
7815
7818
|
],
|
|
7816
7819
|
type: "string"
|
|
7817
7820
|
},
|
|
@@ -8040,7 +8043,7 @@ var openapi_default = {
|
|
|
8040
8043
|
enum: [
|
|
8041
8044
|
"ecobee_thermostat",
|
|
8042
8045
|
"nest_thermostat",
|
|
8043
|
-
"
|
|
8046
|
+
"honeywell_resideo_thermostat"
|
|
8044
8047
|
],
|
|
8045
8048
|
type: "string"
|
|
8046
8049
|
},
|
|
@@ -8089,7 +8092,7 @@ var openapi_default = {
|
|
|
8089
8092
|
enum: [
|
|
8090
8093
|
"ecobee_thermostat",
|
|
8091
8094
|
"nest_thermostat",
|
|
8092
|
-
"
|
|
8095
|
+
"honeywell_resideo_thermostat"
|
|
8093
8096
|
],
|
|
8094
8097
|
type: "string"
|
|
8095
8098
|
},
|
|
@@ -8137,7 +8140,7 @@ var openapi_default = {
|
|
|
8137
8140
|
"smartthings",
|
|
8138
8141
|
"dormakaba_oracode",
|
|
8139
8142
|
"tedee",
|
|
8140
|
-
"
|
|
8143
|
+
"honeywell_resideo"
|
|
8141
8144
|
],
|
|
8142
8145
|
type: "string"
|
|
8143
8146
|
},
|
|
@@ -8472,6 +8475,7 @@ var openapi_default = {
|
|
|
8472
8475
|
"device.converted_to_unmanaged",
|
|
8473
8476
|
"device.unmanaged.converted_to_managed",
|
|
8474
8477
|
"device.removed",
|
|
8478
|
+
"device.deleted",
|
|
8475
8479
|
"device.tampered",
|
|
8476
8480
|
"device.low_battery",
|
|
8477
8481
|
"device.battery_status_changed",
|
|
@@ -8528,6 +8532,7 @@ var openapi_default = {
|
|
|
8528
8532
|
"device.converted_to_unmanaged",
|
|
8529
8533
|
"device.unmanaged.converted_to_managed",
|
|
8530
8534
|
"device.removed",
|
|
8535
|
+
"device.deleted",
|
|
8531
8536
|
"device.tampered",
|
|
8532
8537
|
"device.low_battery",
|
|
8533
8538
|
"device.battery_status_changed",
|
|
@@ -8974,7 +8979,7 @@ var openapi_default = {
|
|
|
8974
8979
|
enum: [
|
|
8975
8980
|
"ecobee_thermostat",
|
|
8976
8981
|
"nest_thermostat",
|
|
8977
|
-
"
|
|
8982
|
+
"honeywell_resideo_thermostat"
|
|
8978
8983
|
],
|
|
8979
8984
|
type: "string"
|
|
8980
8985
|
},
|
|
@@ -9023,7 +9028,7 @@ var openapi_default = {
|
|
|
9023
9028
|
enum: [
|
|
9024
9029
|
"ecobee_thermostat",
|
|
9025
9030
|
"nest_thermostat",
|
|
9026
|
-
"
|
|
9031
|
+
"honeywell_resideo_thermostat"
|
|
9027
9032
|
],
|
|
9028
9033
|
type: "string"
|
|
9029
9034
|
},
|
|
@@ -9071,7 +9076,7 @@ var openapi_default = {
|
|
|
9071
9076
|
"smartthings",
|
|
9072
9077
|
"dormakaba_oracode",
|
|
9073
9078
|
"tedee",
|
|
9074
|
-
"
|
|
9079
|
+
"honeywell_resideo"
|
|
9075
9080
|
],
|
|
9076
9081
|
type: "string"
|
|
9077
9082
|
},
|
|
@@ -9976,9 +9981,10 @@ var openapi_default = {
|
|
|
9976
9981
|
401: { description: "Unauthorized" }
|
|
9977
9982
|
},
|
|
9978
9983
|
security: [
|
|
9979
|
-
{
|
|
9980
|
-
{
|
|
9981
|
-
{
|
|
9984
|
+
{ client_session: [] },
|
|
9985
|
+
{ pat_with_workspace: [] },
|
|
9986
|
+
{ console_session: [] },
|
|
9987
|
+
{ api_key: [] }
|
|
9982
9988
|
],
|
|
9983
9989
|
summary: "/thermostats/climate_setting_schedules/create",
|
|
9984
9990
|
tags: ["/thermostats"],
|
|
@@ -10023,9 +10029,10 @@ var openapi_default = {
|
|
|
10023
10029
|
401: { description: "Unauthorized" }
|
|
10024
10030
|
},
|
|
10025
10031
|
security: [
|
|
10026
|
-
{
|
|
10027
|
-
{
|
|
10028
|
-
{
|
|
10032
|
+
{ client_session: [] },
|
|
10033
|
+
{ pat_with_workspace: [] },
|
|
10034
|
+
{ console_session: [] },
|
|
10035
|
+
{ api_key: [] }
|
|
10029
10036
|
],
|
|
10030
10037
|
summary: "/thermostats/climate_setting_schedules/delete",
|
|
10031
10038
|
tags: ["/thermostats"],
|
|
@@ -10067,9 +10074,10 @@ var openapi_default = {
|
|
|
10067
10074
|
401: { description: "Unauthorized" }
|
|
10068
10075
|
},
|
|
10069
10076
|
security: [
|
|
10070
|
-
{
|
|
10071
|
-
{
|
|
10072
|
-
{
|
|
10077
|
+
{ client_session: [] },
|
|
10078
|
+
{ pat_with_workspace: [] },
|
|
10079
|
+
{ console_session: [] },
|
|
10080
|
+
{ api_key: [] }
|
|
10073
10081
|
],
|
|
10074
10082
|
summary: "/thermostats/climate_setting_schedules/delete",
|
|
10075
10083
|
tags: ["/thermostats"],
|
|
@@ -10117,9 +10125,10 @@ var openapi_default = {
|
|
|
10117
10125
|
401: { description: "Unauthorized" }
|
|
10118
10126
|
},
|
|
10119
10127
|
security: [
|
|
10120
|
-
{
|
|
10121
|
-
{
|
|
10122
|
-
{
|
|
10128
|
+
{ client_session: [] },
|
|
10129
|
+
{ pat_with_workspace: [] },
|
|
10130
|
+
{ console_session: [] },
|
|
10131
|
+
{ api_key: [] }
|
|
10123
10132
|
],
|
|
10124
10133
|
summary: "/thermostats/climate_setting_schedules/get",
|
|
10125
10134
|
tags: ["/thermostats"],
|
|
@@ -10170,9 +10179,10 @@ var openapi_default = {
|
|
|
10170
10179
|
401: { description: "Unauthorized" }
|
|
10171
10180
|
},
|
|
10172
10181
|
security: [
|
|
10173
|
-
{
|
|
10174
|
-
{
|
|
10175
|
-
{
|
|
10182
|
+
{ api_key: [] },
|
|
10183
|
+
{ client_session: [] },
|
|
10184
|
+
{ pat_with_workspace: [] },
|
|
10185
|
+
{ console_session: [] }
|
|
10176
10186
|
],
|
|
10177
10187
|
summary: "/thermostats/climate_setting_schedules/list",
|
|
10178
10188
|
tags: ["/thermostats"],
|
|
@@ -10241,9 +10251,10 @@ var openapi_default = {
|
|
|
10241
10251
|
401: { description: "Unauthorized" }
|
|
10242
10252
|
},
|
|
10243
10253
|
security: [
|
|
10244
|
-
{
|
|
10245
|
-
{
|
|
10246
|
-
{
|
|
10254
|
+
{ client_session: [] },
|
|
10255
|
+
{ pat_with_workspace: [] },
|
|
10256
|
+
{ console_session: [] },
|
|
10257
|
+
{ api_key: [] }
|
|
10247
10258
|
],
|
|
10248
10259
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10249
10260
|
tags: ["/thermostats"],
|
|
@@ -10308,9 +10319,10 @@ var openapi_default = {
|
|
|
10308
10319
|
401: { description: "Unauthorized" }
|
|
10309
10320
|
},
|
|
10310
10321
|
security: [
|
|
10311
|
-
{
|
|
10312
|
-
{
|
|
10313
|
-
{
|
|
10322
|
+
{ client_session: [] },
|
|
10323
|
+
{ pat_with_workspace: [] },
|
|
10324
|
+
{ console_session: [] },
|
|
10325
|
+
{ api_key: [] }
|
|
10314
10326
|
],
|
|
10315
10327
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10316
10328
|
tags: ["/thermostats"],
|
|
@@ -10377,9 +10389,10 @@ var openapi_default = {
|
|
|
10377
10389
|
401: { description: "Unauthorized" }
|
|
10378
10390
|
},
|
|
10379
10391
|
security: [
|
|
10380
|
-
{
|
|
10381
|
-
{
|
|
10382
|
-
{
|
|
10392
|
+
{ client_session: [] },
|
|
10393
|
+
{ pat_with_workspace: [] },
|
|
10394
|
+
{ console_session: [] },
|
|
10395
|
+
{ api_key: [] }
|
|
10383
10396
|
],
|
|
10384
10397
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
10385
10398
|
tags: ["/thermostats"],
|
|
@@ -10427,9 +10440,9 @@ var openapi_default = {
|
|
|
10427
10440
|
401: { description: "Unauthorized" }
|
|
10428
10441
|
},
|
|
10429
10442
|
security: [
|
|
10430
|
-
{
|
|
10431
|
-
{
|
|
10432
|
-
{
|
|
10443
|
+
{ api_key: [] },
|
|
10444
|
+
{ client_session: [] },
|
|
10445
|
+
{ pat_with_workspace: [] }
|
|
10433
10446
|
],
|
|
10434
10447
|
summary: "/thermostats/cool",
|
|
10435
10448
|
tags: ["/thermostats"],
|
|
@@ -10474,9 +10487,9 @@ var openapi_default = {
|
|
|
10474
10487
|
401: { description: "Unauthorized" }
|
|
10475
10488
|
},
|
|
10476
10489
|
security: [
|
|
10477
|
-
{
|
|
10478
|
-
{
|
|
10479
|
-
{
|
|
10490
|
+
{ api_key: [] },
|
|
10491
|
+
{ client_session: [] },
|
|
10492
|
+
{ pat_with_workspace: [] }
|
|
10480
10493
|
],
|
|
10481
10494
|
summary: "/thermostats/get",
|
|
10482
10495
|
tags: ["/thermostats"],
|
|
@@ -10526,9 +10539,9 @@ var openapi_default = {
|
|
|
10526
10539
|
401: { description: "Unauthorized" }
|
|
10527
10540
|
},
|
|
10528
10541
|
security: [
|
|
10529
|
-
{
|
|
10530
|
-
{
|
|
10531
|
-
{
|
|
10542
|
+
{ api_key: [] },
|
|
10543
|
+
{ client_session: [] },
|
|
10544
|
+
{ pat_with_workspace: [] }
|
|
10532
10545
|
],
|
|
10533
10546
|
summary: "/thermostats/heat",
|
|
10534
10547
|
tags: ["/thermostats"],
|
|
@@ -10580,9 +10593,9 @@ var openapi_default = {
|
|
|
10580
10593
|
401: { description: "Unauthorized" }
|
|
10581
10594
|
},
|
|
10582
10595
|
security: [
|
|
10583
|
-
{
|
|
10584
|
-
{
|
|
10585
|
-
{
|
|
10596
|
+
{ api_key: [] },
|
|
10597
|
+
{ client_session: [] },
|
|
10598
|
+
{ pat_with_workspace: [] }
|
|
10586
10599
|
],
|
|
10587
10600
|
summary: "/thermostats/heat_cool",
|
|
10588
10601
|
tags: ["/thermostats"],
|
|
@@ -10670,7 +10683,7 @@ var openapi_default = {
|
|
|
10670
10683
|
enum: [
|
|
10671
10684
|
"ecobee_thermostat",
|
|
10672
10685
|
"nest_thermostat",
|
|
10673
|
-
"
|
|
10686
|
+
"honeywell_resideo_thermostat"
|
|
10674
10687
|
],
|
|
10675
10688
|
type: "string"
|
|
10676
10689
|
},
|
|
@@ -10719,7 +10732,7 @@ var openapi_default = {
|
|
|
10719
10732
|
enum: [
|
|
10720
10733
|
"ecobee_thermostat",
|
|
10721
10734
|
"nest_thermostat",
|
|
10722
|
-
"
|
|
10735
|
+
"honeywell_resideo_thermostat"
|
|
10723
10736
|
],
|
|
10724
10737
|
type: "string"
|
|
10725
10738
|
},
|
|
@@ -10767,7 +10780,7 @@ var openapi_default = {
|
|
|
10767
10780
|
"smartthings",
|
|
10768
10781
|
"dormakaba_oracode",
|
|
10769
10782
|
"tedee",
|
|
10770
|
-
"
|
|
10783
|
+
"honeywell_resideo"
|
|
10771
10784
|
],
|
|
10772
10785
|
type: "string"
|
|
10773
10786
|
},
|
|
@@ -10803,7 +10816,8 @@ var openapi_default = {
|
|
|
10803
10816
|
security: [
|
|
10804
10817
|
{ api_key: [] },
|
|
10805
10818
|
{ pat_with_workspace: [] },
|
|
10806
|
-
{ console_session: [] }
|
|
10819
|
+
{ console_session: [] },
|
|
10820
|
+
{ client_session: [] }
|
|
10807
10821
|
],
|
|
10808
10822
|
summary: "/thermostats/list",
|
|
10809
10823
|
tags: ["/thermostats"],
|
|
@@ -10851,9 +10865,9 @@ var openapi_default = {
|
|
|
10851
10865
|
401: { description: "Unauthorized" }
|
|
10852
10866
|
},
|
|
10853
10867
|
security: [
|
|
10854
|
-
{
|
|
10855
|
-
{
|
|
10856
|
-
{
|
|
10868
|
+
{ api_key: [] },
|
|
10869
|
+
{ client_session: [] },
|
|
10870
|
+
{ pat_with_workspace: [] }
|
|
10857
10871
|
],
|
|
10858
10872
|
summary: "/thermostats/off",
|
|
10859
10873
|
tags: ["/thermostats"],
|
|
@@ -10903,9 +10917,9 @@ var openapi_default = {
|
|
|
10903
10917
|
401: { description: "Unauthorized" }
|
|
10904
10918
|
},
|
|
10905
10919
|
security: [
|
|
10906
|
-
{
|
|
10907
|
-
{
|
|
10908
|
-
{
|
|
10920
|
+
{ api_key: [] },
|
|
10921
|
+
{ client_session: [] },
|
|
10922
|
+
{ pat_with_workspace: [] }
|
|
10909
10923
|
],
|
|
10910
10924
|
summary: "/thermostats/set_fan_mode",
|
|
10911
10925
|
tags: ["/thermostats"],
|
|
@@ -10965,7 +10979,8 @@ var openapi_default = {
|
|
|
10965
10979
|
security: [
|
|
10966
10980
|
{ api_key: [] },
|
|
10967
10981
|
{ pat_with_workspace: [] },
|
|
10968
|
-
{ console_session: [] }
|
|
10982
|
+
{ console_session: [] },
|
|
10983
|
+
{ client_session: [] }
|
|
10969
10984
|
],
|
|
10970
10985
|
summary: "/thermostats/update",
|
|
10971
10986
|
tags: ["/thermostats"],
|
|
@@ -11021,7 +11036,8 @@ var openapi_default = {
|
|
|
11021
11036
|
security: [
|
|
11022
11037
|
{ api_key: [] },
|
|
11023
11038
|
{ pat_with_workspace: [] },
|
|
11024
|
-
{ console_session: [] }
|
|
11039
|
+
{ console_session: [] },
|
|
11040
|
+
{ client_session: [] }
|
|
11025
11041
|
],
|
|
11026
11042
|
summary: "/thermostats/update",
|
|
11027
11043
|
tags: ["/thermostats"],
|