@seamapi/types 1.259.0 → 1.259.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 +5 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +5 -1
- 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/openapi.ts +5 -1
- package/src/lib/seam/connect/route-types.ts +2 -2
package/dist/connect.cjs
CHANGED
|
@@ -6319,7 +6319,11 @@ var openapi_default = {
|
|
|
6319
6319
|
hvac_mode_setting: { type: "string" },
|
|
6320
6320
|
is_fallback_climate_preset: { type: "boolean" },
|
|
6321
6321
|
occurred_at: { format: "date-time", type: "string" },
|
|
6322
|
-
thermostat_schedule_id: {
|
|
6322
|
+
thermostat_schedule_id: {
|
|
6323
|
+
format: "uuid",
|
|
6324
|
+
nullable: true,
|
|
6325
|
+
type: "string"
|
|
6326
|
+
},
|
|
6323
6327
|
workspace_id: { format: "uuid", type: "string" }
|
|
6324
6328
|
},
|
|
6325
6329
|
required: [
|