@seamapi/types 1.345.0 → 1.345.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.345.0",
3
+ "version": "1.345.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -12421,16 +12421,6 @@ export default {
12421
12421
  type: 'object',
12422
12422
  'x-route-path': '/phones',
12423
12423
  },
12424
- service_health: {
12425
- properties: {
12426
- description: { type: 'string' },
12427
- service: { type: 'string' },
12428
- status: { enum: ['healthy', 'degraded', 'down'], type: 'string' },
12429
- },
12430
- required: ['service', 'status', 'description'],
12431
- type: 'object',
12432
- 'x-route-path': '/health',
12433
- },
12434
12424
  thermostat_schedule: {
12435
12425
  description:
12436
12426
  'Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.',