@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
|
@@ -26143,7 +26143,7 @@ export interface Routes {
|
|
|
26143
26143
|
} | {
|
|
26144
26144
|
/** ID of the event. */
|
|
26145
26145
|
event_id: string;
|
|
26146
|
-
/** ID of the workspace associated with the event. */
|
|
26146
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
26147
26147
|
workspace_id: string;
|
|
26148
26148
|
/** Date and time at which the event was created. */
|
|
26149
26149
|
created_at: string;
|
|
@@ -27577,7 +27577,7 @@ export interface Routes {
|
|
|
27577
27577
|
} | {
|
|
27578
27578
|
/** ID of the event. */
|
|
27579
27579
|
event_id: string;
|
|
27580
|
-
/** ID of the workspace associated with the event. */
|
|
27580
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
27581
27581
|
workspace_id: string;
|
|
27582
27582
|
/** Date and time at which the event was created. */
|
|
27583
27583
|
created_at: string;
|
package/package.json
CHANGED
|
@@ -156,6 +156,9 @@ const auxiliary_heat_running = common_device_error.extend({
|
|
|
156
156
|
.literal('auxiliary_heat_running')
|
|
157
157
|
.describe(error_code_description),
|
|
158
158
|
}).describe(`
|
|
159
|
+
---
|
|
160
|
+
variant_group_key: thermostats
|
|
161
|
+
---
|
|
159
162
|
Indicates that the auxiliary heat is running.
|
|
160
163
|
`)
|
|
161
164
|
|
|
@@ -1216,8 +1216,7 @@ export default {
|
|
|
1216
1216
|
type: 'object',
|
|
1217
1217
|
},
|
|
1218
1218
|
{
|
|
1219
|
-
description:
|
|
1220
|
-
'\n Indicates that the auxiliary heat is running.\n ',
|
|
1219
|
+
description: 'Indicates that the auxiliary heat is running.',
|
|
1221
1220
|
properties: {
|
|
1222
1221
|
created_at: {
|
|
1223
1222
|
description:
|
|
@@ -1250,6 +1249,7 @@ export default {
|
|
|
1250
1249
|
'error_code',
|
|
1251
1250
|
],
|
|
1252
1251
|
type: 'object',
|
|
1252
|
+
'x-variant-group-key': 'thermostats',
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
description:
|
|
@@ -9821,8 +9821,7 @@ export default {
|
|
|
9821
9821
|
type: 'object',
|
|
9822
9822
|
},
|
|
9823
9823
|
{
|
|
9824
|
-
description:
|
|
9825
|
-
'\n Indicates that the auxiliary heat is running.\n ',
|
|
9824
|
+
description: 'Indicates that the auxiliary heat is running.',
|
|
9826
9825
|
properties: {
|
|
9827
9826
|
created_at: {
|
|
9828
9827
|
description:
|
|
@@ -9855,6 +9854,7 @@ export default {
|
|
|
9855
9854
|
'error_code',
|
|
9856
9855
|
],
|
|
9857
9856
|
type: 'object',
|
|
9857
|
+
'x-variant-group-key': 'thermostats',
|
|
9858
9858
|
},
|
|
9859
9859
|
{
|
|
9860
9860
|
description:
|
|
@@ -14380,7 +14380,8 @@ export default {
|
|
|
14380
14380
|
type: 'string',
|
|
14381
14381
|
},
|
|
14382
14382
|
workspace_id: {
|
|
14383
|
-
description:
|
|
14383
|
+
description:
|
|
14384
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event.',
|
|
14384
14385
|
format: 'uuid',
|
|
14385
14386
|
type: 'string',
|
|
14386
14387
|
},
|
|
@@ -20606,8 +20607,7 @@ export default {
|
|
|
20606
20607
|
type: 'object',
|
|
20607
20608
|
},
|
|
20608
20609
|
{
|
|
20609
|
-
description:
|
|
20610
|
-
'\n Indicates that the auxiliary heat is running.\n ',
|
|
20610
|
+
description: 'Indicates that the auxiliary heat is running.',
|
|
20611
20611
|
properties: {
|
|
20612
20612
|
created_at: {
|
|
20613
20613
|
description:
|
|
@@ -20640,6 +20640,7 @@ export default {
|
|
|
20640
20640
|
'error_code',
|
|
20641
20641
|
],
|
|
20642
20642
|
type: 'object',
|
|
20643
|
+
'x-variant-group-key': 'thermostats',
|
|
20643
20644
|
},
|
|
20644
20645
|
{
|
|
20645
20646
|
description:
|
|
@@ -22916,8 +22917,7 @@ export default {
|
|
|
22916
22917
|
type: 'object',
|
|
22917
22918
|
},
|
|
22918
22919
|
{
|
|
22919
|
-
description:
|
|
22920
|
-
'\n Indicates that the auxiliary heat is running.\n ',
|
|
22920
|
+
description: 'Indicates that the auxiliary heat is running.',
|
|
22921
22921
|
properties: {
|
|
22922
22922
|
created_at: {
|
|
22923
22923
|
description:
|
|
@@ -22950,6 +22950,7 @@ export default {
|
|
|
22950
22950
|
'error_code',
|
|
22951
22951
|
],
|
|
22952
22952
|
type: 'object',
|
|
22953
|
+
'x-variant-group-key': 'thermostats',
|
|
22953
22954
|
},
|
|
22954
22955
|
{
|
|
22955
22956
|
description:
|
|
@@ -30290,7 +30290,7 @@ export interface Routes {
|
|
|
30290
30290
|
| {
|
|
30291
30291
|
/** ID of the event. */
|
|
30292
30292
|
event_id: string
|
|
30293
|
-
/** ID of the workspace associated with the event. */
|
|
30293
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
30294
30294
|
workspace_id: string
|
|
30295
30295
|
/** Date and time at which the event was created. */
|
|
30296
30296
|
created_at: string
|
|
@@ -32022,7 +32022,7 @@ export interface Routes {
|
|
|
32022
32022
|
| {
|
|
32023
32023
|
/** ID of the event. */
|
|
32024
32024
|
event_id: string
|
|
32025
|
-
/** ID of the workspace associated with the event. */
|
|
32025
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
32026
32026
|
workspace_id: string
|
|
32027
32027
|
/** Date and time at which the event was created. */
|
|
32028
32028
|
created_at: string
|