@seamapi/types 1.396.1 → 1.398.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 +24 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +35 -28
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +3 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -3
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +14 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +24 -22
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +14 -1
- package/src/lib/seam/connect/route-types.ts +24 -1
package/dist/connect.cjs
CHANGED
|
@@ -920,7 +920,8 @@ var THERMOSTAT_DEVICE_TYPE = {
|
|
|
920
920
|
NEST_THERMOSTAT: "nest_thermostat",
|
|
921
921
|
HONEYWELL_RESIDEO_THERMOSTAT: "honeywell_resideo_thermostat",
|
|
922
922
|
TADO_THERMOSTAT: "tado_thermostat",
|
|
923
|
-
SENSI_THERMOSTAT: "sensi_thermostat"
|
|
923
|
+
SENSI_THERMOSTAT: "sensi_thermostat",
|
|
924
|
+
SMARTTHINGS_THERMOSTAT: "smartthings_thermostat"
|
|
924
925
|
};
|
|
925
926
|
var thermostat_device_type = zod.z.enum(
|
|
926
927
|
Object.values(THERMOSTAT_DEVICE_TYPE)
|
|
@@ -11428,7 +11429,8 @@ var openapi_default = {
|
|
|
11428
11429
|
"nest_thermostat",
|
|
11429
11430
|
"honeywell_resideo_thermostat",
|
|
11430
11431
|
"tado_thermostat",
|
|
11431
|
-
"sensi_thermostat"
|
|
11432
|
+
"sensi_thermostat",
|
|
11433
|
+
"smartthings_thermostat"
|
|
11432
11434
|
],
|
|
11433
11435
|
type: "string"
|
|
11434
11436
|
},
|
|
@@ -20877,7 +20879,8 @@ var openapi_default = {
|
|
|
20877
20879
|
"nest_thermostat",
|
|
20878
20880
|
"honeywell_resideo_thermostat",
|
|
20879
20881
|
"tado_thermostat",
|
|
20880
|
-
"sensi_thermostat"
|
|
20882
|
+
"sensi_thermostat",
|
|
20883
|
+
"smartthings_thermostat"
|
|
20881
20884
|
],
|
|
20882
20885
|
type: "string"
|
|
20883
20886
|
},
|
|
@@ -23930,9 +23933,14 @@ var openapi_default = {
|
|
|
23930
23933
|
description: "ID of the desired user.",
|
|
23931
23934
|
format: "uuid",
|
|
23932
23935
|
type: "string"
|
|
23936
|
+
},
|
|
23937
|
+
user_identity_id: {
|
|
23938
|
+
description: "ID of the desired user identity.",
|
|
23939
|
+
format: "uuid",
|
|
23940
|
+
type: "string"
|
|
23933
23941
|
}
|
|
23934
23942
|
},
|
|
23935
|
-
required: ["acs_access_group_id"
|
|
23943
|
+
required: ["acs_access_group_id"],
|
|
23936
23944
|
type: "object"
|
|
23937
23945
|
}
|
|
23938
23946
|
}
|
|
@@ -28641,7 +28649,8 @@ var openapi_default = {
|
|
|
28641
28649
|
"nest_thermostat",
|
|
28642
28650
|
"honeywell_resideo_thermostat",
|
|
28643
28651
|
"tado_thermostat",
|
|
28644
|
-
"sensi_thermostat"
|
|
28652
|
+
"sensi_thermostat",
|
|
28653
|
+
"smartthings_thermostat"
|
|
28645
28654
|
],
|
|
28646
28655
|
type: "string"
|
|
28647
28656
|
},
|
|
@@ -28698,7 +28707,8 @@ var openapi_default = {
|
|
|
28698
28707
|
"nest_thermostat",
|
|
28699
28708
|
"honeywell_resideo_thermostat",
|
|
28700
28709
|
"tado_thermostat",
|
|
28701
|
-
"sensi_thermostat"
|
|
28710
|
+
"sensi_thermostat",
|
|
28711
|
+
"smartthings_thermostat"
|
|
28702
28712
|
],
|
|
28703
28713
|
type: "string"
|
|
28704
28714
|
},
|
|
@@ -29184,7 +29194,8 @@ var openapi_default = {
|
|
|
29184
29194
|
"nest_thermostat",
|
|
29185
29195
|
"honeywell_resideo_thermostat",
|
|
29186
29196
|
"tado_thermostat",
|
|
29187
|
-
"sensi_thermostat"
|
|
29197
|
+
"sensi_thermostat",
|
|
29198
|
+
"smartthings_thermostat"
|
|
29188
29199
|
],
|
|
29189
29200
|
type: "string"
|
|
29190
29201
|
},
|
|
@@ -29241,7 +29252,8 @@ var openapi_default = {
|
|
|
29241
29252
|
"nest_thermostat",
|
|
29242
29253
|
"honeywell_resideo_thermostat",
|
|
29243
29254
|
"tado_thermostat",
|
|
29244
|
-
"sensi_thermostat"
|
|
29255
|
+
"sensi_thermostat",
|
|
29256
|
+
"smartthings_thermostat"
|
|
29245
29257
|
],
|
|
29246
29258
|
type: "string"
|
|
29247
29259
|
},
|
|
@@ -33481,7 +33493,8 @@ var openapi_default = {
|
|
|
33481
33493
|
"nest_thermostat",
|
|
33482
33494
|
"honeywell_resideo_thermostat",
|
|
33483
33495
|
"tado_thermostat",
|
|
33484
|
-
"sensi_thermostat"
|
|
33496
|
+
"sensi_thermostat",
|
|
33497
|
+
"smartthings_thermostat"
|
|
33485
33498
|
],
|
|
33486
33499
|
type: "string"
|
|
33487
33500
|
},
|
|
@@ -33493,7 +33506,8 @@ var openapi_default = {
|
|
|
33493
33506
|
"nest_thermostat",
|
|
33494
33507
|
"honeywell_resideo_thermostat",
|
|
33495
33508
|
"tado_thermostat",
|
|
33496
|
-
"sensi_thermostat"
|
|
33509
|
+
"sensi_thermostat",
|
|
33510
|
+
"smartthings_thermostat"
|
|
33497
33511
|
],
|
|
33498
33512
|
type: "string"
|
|
33499
33513
|
},
|