@seamapi/types 1.420.0 → 1.420.1
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 +16 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/lib/seam/connect/models/devices/device.js +3 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.js +9 -5
- 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/models/devices/device.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +10 -9
- package/src/lib/seam/connect/route-types.ts +2 -2
package/dist/connect.cjs
CHANGED
|
@@ -1349,6 +1349,9 @@ var missing_device_credentials = common_device_error.extend({
|
|
|
1349
1349
|
var auxiliary_heat_running = common_device_error.extend({
|
|
1350
1350
|
error_code: zod.z.literal("auxiliary_heat_running").describe(error_code_description2)
|
|
1351
1351
|
}).describe(`
|
|
1352
|
+
---
|
|
1353
|
+
variant_group_key: thermostats
|
|
1354
|
+
---
|
|
1352
1355
|
Indicates that the auxiliary heat is running.
|
|
1353
1356
|
`);
|
|
1354
1357
|
var subscription_required = common_device_error.extend({
|
|
@@ -6497,7 +6500,7 @@ var openapi_default = {
|
|
|
6497
6500
|
type: "object"
|
|
6498
6501
|
},
|
|
6499
6502
|
{
|
|
6500
|
-
description: "
|
|
6503
|
+
description: "Indicates that the auxiliary heat is running.",
|
|
6501
6504
|
properties: {
|
|
6502
6505
|
created_at: {
|
|
6503
6506
|
description: "Date and time at which Seam created the error.",
|
|
@@ -6525,7 +6528,8 @@ var openapi_default = {
|
|
|
6525
6528
|
"created_at",
|
|
6526
6529
|
"error_code"
|
|
6527
6530
|
],
|
|
6528
|
-
type: "object"
|
|
6531
|
+
type: "object",
|
|
6532
|
+
"x-variant-group-key": "thermostats"
|
|
6529
6533
|
},
|
|
6530
6534
|
{
|
|
6531
6535
|
description: "Indicates that a subscription is required to connect.",
|
|
@@ -14123,7 +14127,7 @@ var openapi_default = {
|
|
|
14123
14127
|
type: "object"
|
|
14124
14128
|
},
|
|
14125
14129
|
{
|
|
14126
|
-
description: "
|
|
14130
|
+
description: "Indicates that the auxiliary heat is running.",
|
|
14127
14131
|
properties: {
|
|
14128
14132
|
created_at: {
|
|
14129
14133
|
description: "Date and time at which Seam created the error.",
|
|
@@ -14151,7 +14155,8 @@ var openapi_default = {
|
|
|
14151
14155
|
"created_at",
|
|
14152
14156
|
"error_code"
|
|
14153
14157
|
],
|
|
14154
|
-
type: "object"
|
|
14158
|
+
type: "object",
|
|
14159
|
+
"x-variant-group-key": "thermostats"
|
|
14155
14160
|
},
|
|
14156
14161
|
{
|
|
14157
14162
|
description: "Indicates that a subscription is required to connect.",
|
|
@@ -18268,7 +18273,7 @@ var openapi_default = {
|
|
|
18268
18273
|
type: "string"
|
|
18269
18274
|
},
|
|
18270
18275
|
workspace_id: {
|
|
18271
|
-
description: "ID of the workspace associated with the event.",
|
|
18276
|
+
description: "ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event.",
|
|
18272
18277
|
format: "uuid",
|
|
18273
18278
|
type: "string"
|
|
18274
18279
|
}
|
|
@@ -23959,7 +23964,7 @@ var openapi_default = {
|
|
|
23959
23964
|
type: "object"
|
|
23960
23965
|
},
|
|
23961
23966
|
{
|
|
23962
|
-
description: "
|
|
23967
|
+
description: "Indicates that the auxiliary heat is running.",
|
|
23963
23968
|
properties: {
|
|
23964
23969
|
created_at: {
|
|
23965
23970
|
description: "Date and time at which Seam created the error.",
|
|
@@ -23987,7 +23992,8 @@ var openapi_default = {
|
|
|
23987
23992
|
"created_at",
|
|
23988
23993
|
"error_code"
|
|
23989
23994
|
],
|
|
23990
|
-
type: "object"
|
|
23995
|
+
type: "object",
|
|
23996
|
+
"x-variant-group-key": "thermostats"
|
|
23991
23997
|
},
|
|
23992
23998
|
{
|
|
23993
23999
|
description: "Indicates that a subscription is required to connect.",
|
|
@@ -25992,7 +25998,7 @@ var openapi_default = {
|
|
|
25992
25998
|
type: "object"
|
|
25993
25999
|
},
|
|
25994
26000
|
{
|
|
25995
|
-
description: "
|
|
26001
|
+
description: "Indicates that the auxiliary heat is running.",
|
|
25996
26002
|
properties: {
|
|
25997
26003
|
created_at: {
|
|
25998
26004
|
description: "Date and time at which Seam created the error.",
|
|
@@ -26020,7 +26026,8 @@ var openapi_default = {
|
|
|
26020
26026
|
"created_at",
|
|
26021
26027
|
"error_code"
|
|
26022
26028
|
],
|
|
26023
|
-
type: "object"
|
|
26029
|
+
type: "object",
|
|
26030
|
+
"x-variant-group-key": "thermostats"
|
|
26024
26031
|
},
|
|
26025
26032
|
{
|
|
26026
26033
|
description: "Indicates that a subscription is required to connect.",
|