@seamapi/types 1.422.1 → 1.423.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 +18 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +76 -21
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +6 -3
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +6 -3
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +9 -4
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +8 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +6 -3
- package/lib/seam/connect/openapi.d.ts +10 -2
- package/lib/seam/connect/openapi.js +9 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +52 -13
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +9 -4
- package/src/lib/seam/connect/openapi.ts +11 -2
- package/src/lib/seam/connect/route-types.ts +52 -13
|
@@ -10250,7 +10250,7 @@ export default {
|
|
|
10250
10250
|
{
|
|
10251
10251
|
properties: {
|
|
10252
10252
|
active_thermostat_schedule: {
|
|
10253
|
-
|
|
10253
|
+
deprecated: true,
|
|
10254
10254
|
description: 'Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).',
|
|
10255
10255
|
nullable: true,
|
|
10256
10256
|
properties: {
|
|
@@ -10335,9 +10335,17 @@ export default {
|
|
|
10335
10335
|
'errors',
|
|
10336
10336
|
],
|
|
10337
10337
|
type: 'object',
|
|
10338
|
+
'x-deprecated': 'Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead.',
|
|
10338
10339
|
'x-property-group-key': 'thermostats',
|
|
10339
10340
|
'x-route-path': '/thermostats/schedules',
|
|
10340
10341
|
},
|
|
10342
|
+
active_thermostat_schedule_id: {
|
|
10343
|
+
description: 'ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).',
|
|
10344
|
+
format: 'uuid',
|
|
10345
|
+
nullable: true,
|
|
10346
|
+
type: 'string',
|
|
10347
|
+
'x-property-group-key': 'thermostats',
|
|
10348
|
+
},
|
|
10341
10349
|
available_climate_presets: {
|
|
10342
10350
|
description: 'Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat.',
|
|
10343
10351
|
items: {
|
|
@@ -10576,7 +10584,6 @@ export default {
|
|
|
10576
10584
|
'x-property-group-key': 'thermostats',
|
|
10577
10585
|
},
|
|
10578
10586
|
fallback_climate_preset_key: {
|
|
10579
|
-
default: null,
|
|
10580
10587
|
description: 'Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat.',
|
|
10581
10588
|
minLength: 1,
|
|
10582
10589
|
nullable: true,
|