@seamapi/types 1.311.0 → 1.311.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
@@ -18823,7 +18823,13 @@ var openapi_default = {
18823
18823
  enum: ["off", "heat", "cool", "heat_cool"],
18824
18824
  type: "string"
18825
18825
  },
18826
- manual_override_allowed: { default: true, type: "boolean" },
18826
+ manual_override_allowed: {
18827
+ default: true,
18828
+ deprecated: true,
18829
+ description: "Indicates whether a person at the thermostat or using the API can change the thermostat's settings.",
18830
+ type: "boolean",
18831
+ "x-deprecated": "Use 'thermostat_schedule.is_override_allowed'"
18832
+ },
18827
18833
  name: {
18828
18834
  default: null,
18829
18835
  description: "User-friendly name to identify the climate preset.",
@@ -19505,10 +19511,14 @@ var openapi_default = {
19505
19511
  description: "Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
19506
19512
  type: "string"
19507
19513
  },
19508
- is_override_allowed: { default: false, type: "boolean" },
19514
+ is_override_allowed: {
19515
+ default: false,
19516
+ description: "Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19517
+ type: "boolean"
19518
+ },
19509
19519
  max_override_period_minutes: {
19510
19520
  default: 0,
19511
- description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19521
+ description: "Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19512
19522
  minimum: 0,
19513
19523
  type: "integer"
19514
19524
  },
@@ -19757,9 +19767,12 @@ var openapi_default = {
19757
19767
  description: "Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
19758
19768
  type: "string"
19759
19769
  },
19760
- is_override_allowed: { type: "boolean" },
19770
+ is_override_allowed: {
19771
+ description: "Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19772
+ type: "boolean"
19773
+ },
19761
19774
  max_override_period_minutes: {
19762
- description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19775
+ description: "Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19763
19776
  minimum: 0,
19764
19777
  type: "integer"
19765
19778
  },
@@ -19827,9 +19840,12 @@ var openapi_default = {
19827
19840
  description: "Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.",
19828
19841
  type: "string"
19829
19842
  },
19830
- is_override_allowed: { type: "boolean" },
19843
+ is_override_allowed: {
19844
+ description: "Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19845
+ type: "boolean"
19846
+ },
19831
19847
  max_override_period_minutes: {
19832
- description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19848
+ description: "Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
19833
19849
  minimum: 0,
19834
19850
  type: "integer"
19835
19851
  },