@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/dist/connect.cjs +0 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -17
- package/lib/seam/connect/openapi.d.ts +0 -17
- 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/openapi.ts +0 -10
package/dist/connect.cjs
CHANGED
|
@@ -15126,16 +15126,6 @@ var openapi_default = {
|
|
|
15126
15126
|
type: "object",
|
|
15127
15127
|
"x-route-path": "/phones"
|
|
15128
15128
|
},
|
|
15129
|
-
service_health: {
|
|
15130
|
-
properties: {
|
|
15131
|
-
description: { type: "string" },
|
|
15132
|
-
service: { type: "string" },
|
|
15133
|
-
status: { enum: ["healthy", "degraded", "down"], type: "string" }
|
|
15134
|
-
},
|
|
15135
|
-
required: ["service", "status", "description"],
|
|
15136
|
-
type: "object",
|
|
15137
|
-
"x-route-path": "/health"
|
|
15138
|
-
},
|
|
15139
15129
|
thermostat_schedule: {
|
|
15140
15130
|
description: "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.",
|
|
15141
15131
|
properties: {
|