@seamapi/types 1.578.0 → 1.579.0

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
@@ -522,6 +522,12 @@ var thermostat_capability_properties = zod.z.object({
522
522
  ---
523
523
  Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour.
524
524
  `),
525
+ max_unique_climate_presets_per_thermostat_weekly_program: zod.z.number().optional().describe(`
526
+ ---
527
+ property_group_key: thermostats
528
+ ---
529
+ Maximum number of climate presets that the thermostat can support for weekly programming.
530
+ `),
525
531
  max_thermostat_daily_program_periods_per_day: zod.z.number().optional().describe(`
526
532
  ---
527
533
  property_group_key: thermostats
@@ -16608,6 +16614,12 @@ var openapi_default = {
16608
16614
  type: "number",
16609
16615
  "x-property-group-key": "thermostats"
16610
16616
  },
16617
+ max_unique_climate_presets_per_thermostat_weekly_program: {
16618
+ description: "Maximum number of climate presets that the thermostat can support for weekly programming.",
16619
+ format: "float",
16620
+ type: "number",
16621
+ "x-property-group-key": "thermostats"
16622
+ },
16611
16623
  min_cooling_set_point_celsius: {
16612
16624
  description: "Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in \xB0C.",
16613
16625
  format: "float",