@seamapi/types 1.293.0 → 1.293.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 CHANGED
@@ -163,7 +163,11 @@ var climate_preset = zod.z.object({
163
163
  cooling_set_point_fahrenheit: zod.z.number().optional().describe("Temperature to which the thermostat should cool (in \xB0F)."),
164
164
  heating_set_point_fahrenheit: zod.z.number().optional().describe("Temperature to which the thermostat should heat (in \xB0F)."),
165
165
  manual_override_allowed: zod.z.boolean().describe(
166
- "Indicates whether a person at the thermostat can change the thermostat's settings."
166
+ `
167
+ ---
168
+ deprecated: Use 'thermostat_schedule.is_override_allowed'
169
+ ---
170
+ Indicates whether a person at the thermostat can change the thermostat's settings.`
167
171
  )
168
172
  });
169
173
  var climate_setting = climate_preset.partial();
@@ -7326,8 +7330,10 @@ var openapi_default = {
7326
7330
  type: "string"
7327
7331
  },
7328
7332
  manual_override_allowed: {
7333
+ deprecated: true,
7329
7334
  description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
7330
- type: "boolean"
7335
+ type: "boolean",
7336
+ "x-deprecated": "Use 'thermostat_schedule.is_override_allowed'"
7331
7337
  },
7332
7338
  name: {
7333
7339
  default: null,
@@ -7410,8 +7416,10 @@ var openapi_default = {
7410
7416
  type: "string"
7411
7417
  },
7412
7418
  manual_override_allowed: {
7419
+ deprecated: true,
7413
7420
  description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
7414
- type: "boolean"
7421
+ type: "boolean",
7422
+ "x-deprecated": "Use 'thermostat_schedule.is_override_allowed'"
7415
7423
  },
7416
7424
  name: {
7417
7425
  default: null,
@@ -7472,8 +7480,10 @@ var openapi_default = {
7472
7480
  type: "string"
7473
7481
  },
7474
7482
  manual_override_allowed: {
7483
+ deprecated: true,
7475
7484
  description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
7476
- type: "boolean"
7485
+ type: "boolean",
7486
+ "x-deprecated": "Use 'thermostat_schedule.is_override_allowed'"
7477
7487
  },
7478
7488
  name: {
7479
7489
  default: null,
@@ -18150,10 +18160,7 @@ var openapi_default = {
18150
18160
  enum: ["off", "heat", "cool", "heat_cool"],
18151
18161
  type: "string"
18152
18162
  },
18153
- manual_override_allowed: {
18154
- description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
18155
- type: "boolean"
18156
- },
18163
+ manual_override_allowed: { default: true, type: "boolean" },
18157
18164
  name: {
18158
18165
  default: null,
18159
18166
  description: "User-friendly name to identify the climate preset.",
@@ -18161,11 +18168,7 @@ var openapi_default = {
18161
18168
  type: "string"
18162
18169
  }
18163
18170
  },
18164
- required: [
18165
- "device_id",
18166
- "climate_preset_key",
18167
- "manual_override_allowed"
18168
- ],
18171
+ required: ["device_id", "climate_preset_key"],
18169
18172
  type: "object"
18170
18173
  }
18171
18174
  }
@@ -19553,8 +19556,10 @@ var openapi_default = {
19553
19556
  type: "string"
19554
19557
  },
19555
19558
  manual_override_allowed: {
19559
+ deprecated: true,
19556
19560
  description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
19557
- type: "boolean"
19561
+ type: "boolean",
19562
+ "x-deprecated": "Use 'thermostat_schedule.is_override_allowed'"
19558
19563
  },
19559
19564
  name: {
19560
19565
  default: null,
@@ -19648,8 +19653,10 @@ var openapi_default = {
19648
19653
  type: "string"
19649
19654
  },
19650
19655
  manual_override_allowed: {
19656
+ deprecated: true,
19651
19657
  description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
19652
- type: "boolean"
19658
+ type: "boolean",
19659
+ "x-deprecated": "Use 'thermostat_schedule.is_override_allowed'"
19653
19660
  },
19654
19661
  name: {
19655
19662
  default: null,