@seamapi/types 1.468.0 → 1.469.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 +10 -23
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -10
- package/dist/index.cjs +10 -23
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +0 -2
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +0 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -10
- package/lib/seam/connect/openapi.js +0 -10
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +0 -2
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +0 -10
package/package.json
CHANGED
|
@@ -129,7 +129,6 @@ export const thermostat_capability_properties = z
|
|
|
129
129
|
.describe(`
|
|
130
130
|
---
|
|
131
131
|
property_group_key: thermostats
|
|
132
|
-
undocumented: Unreleased.
|
|
133
132
|
---
|
|
134
133
|
Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
|
|
135
134
|
`),
|
|
@@ -137,7 +136,6 @@ export const thermostat_capability_properties = z
|
|
|
137
136
|
.describe(`
|
|
138
137
|
---
|
|
139
138
|
property_group_key: thermostats
|
|
140
|
-
undocumented: Unreleased.
|
|
141
139
|
---
|
|
142
140
|
Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
|
|
143
141
|
`),
|
|
@@ -51,7 +51,6 @@ export const thermostat_daily_program = z.object({
|
|
|
51
51
|
}).describe(`
|
|
52
52
|
---
|
|
53
53
|
route_path: /thermostats/daily_programs
|
|
54
|
-
undocumented: Unreleased.
|
|
55
54
|
---
|
|
56
55
|
Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time.
|
|
57
56
|
`)
|
|
@@ -12371,11 +12371,9 @@ export default {
|
|
|
12371
12371
|
],
|
|
12372
12372
|
type: 'object',
|
|
12373
12373
|
'x-route-path': '/thermostats/daily_programs',
|
|
12374
|
-
'x-undocumented': 'Unreleased.',
|
|
12375
12374
|
},
|
|
12376
12375
|
type: 'array',
|
|
12377
12376
|
'x-property-group-key': 'thermostats',
|
|
12378
|
-
'x-undocumented': 'Unreleased.',
|
|
12379
12377
|
},
|
|
12380
12378
|
thermostat_weekly_program: {
|
|
12381
12379
|
description:
|
|
@@ -12450,7 +12448,6 @@ export default {
|
|
|
12450
12448
|
],
|
|
12451
12449
|
type: 'object',
|
|
12452
12450
|
'x-property-group-key': 'thermostats',
|
|
12453
|
-
'x-undocumented': 'Unreleased.',
|
|
12454
12451
|
},
|
|
12455
12452
|
},
|
|
12456
12453
|
type: 'object',
|
|
@@ -20517,7 +20514,6 @@ export default {
|
|
|
20517
20514
|
],
|
|
20518
20515
|
type: 'object',
|
|
20519
20516
|
'x-route-path': '/thermostats/daily_programs',
|
|
20520
|
-
'x-undocumented': 'Unreleased.',
|
|
20521
20517
|
},
|
|
20522
20518
|
thermostat_schedule: {
|
|
20523
20519
|
description:
|
|
@@ -50335,7 +50331,6 @@ export default {
|
|
|
50335
50331
|
'x-fern-sdk-return-value': 'thermostat_daily_program',
|
|
50336
50332
|
'x-response-key': 'thermostat_daily_program',
|
|
50337
50333
|
'x-title': 'Create a Thermostat Daily Program',
|
|
50338
|
-
'x-undocumented': 'Unreleased.',
|
|
50339
50334
|
},
|
|
50340
50335
|
},
|
|
50341
50336
|
'/thermostats/daily_programs/delete': {
|
|
@@ -50383,7 +50378,6 @@ export default {
|
|
|
50383
50378
|
'x-fern-sdk-method-name': 'delete',
|
|
50384
50379
|
'x-response-key': null,
|
|
50385
50380
|
'x-title': 'Delete a Thermostat Daily Program',
|
|
50386
|
-
'x-undocumented': 'Unreleased.',
|
|
50387
50381
|
},
|
|
50388
50382
|
post: {
|
|
50389
50383
|
description: 'Deletes a thermostat daily program.',
|
|
@@ -50434,7 +50428,6 @@ export default {
|
|
|
50434
50428
|
'x-fern-sdk-method-name': 'delete',
|
|
50435
50429
|
'x-response-key': null,
|
|
50436
50430
|
'x-title': 'Delete a Thermostat Daily Program',
|
|
50437
|
-
'x-undocumented': 'Unreleased.',
|
|
50438
50431
|
},
|
|
50439
50432
|
},
|
|
50440
50433
|
'/thermostats/daily_programs/update': {
|
|
@@ -50524,7 +50517,6 @@ export default {
|
|
|
50524
50517
|
'x-fern-sdk-return-value': 'action_attempt',
|
|
50525
50518
|
'x-response-key': 'action_attempt',
|
|
50526
50519
|
'x-title': 'Update a Thermostat Daily Program',
|
|
50527
|
-
'x-undocumented': 'Unreleased.',
|
|
50528
50520
|
},
|
|
50529
50521
|
post: {
|
|
50530
50522
|
description:
|
|
@@ -50612,7 +50604,6 @@ export default {
|
|
|
50612
50604
|
'x-fern-sdk-return-value': 'action_attempt',
|
|
50613
50605
|
'x-response-key': 'action_attempt',
|
|
50614
50606
|
'x-title': 'Update a Thermostat Daily Program',
|
|
50615
|
-
'x-undocumented': 'Unreleased.',
|
|
50616
50607
|
},
|
|
50617
50608
|
},
|
|
50618
50609
|
'/thermostats/delete_climate_preset': {
|
|
@@ -53301,7 +53292,6 @@ export default {
|
|
|
53301
53292
|
'x-fern-sdk-return-value': 'action_attempt',
|
|
53302
53293
|
'x-response-key': 'action_attempt',
|
|
53303
53294
|
'x-title': 'Update the Thermostat Weekly Program',
|
|
53304
|
-
'x-undocumented': 'Unreleased.',
|
|
53305
53295
|
},
|
|
53306
53296
|
},
|
|
53307
53297
|
'/unstable_access_grants/create': {
|