@seamapi/types 1.410.0 → 1.410.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.
@@ -112328,7 +112328,7 @@ interface Routes {
112328
112328
  heating_set_point_fahrenheit?: number | undefined;
112329
112329
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
112330
112330
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
112331
- manual_override_allowed: boolean;
112331
+ manual_override_allowed?: boolean | undefined;
112332
112332
  };
112333
112333
  commonParams: {};
112334
112334
  formData: {};
@@ -34632,11 +34632,7 @@ export default {
34632
34632
  type: 'string',
34633
34633
  },
34634
34634
  },
34635
- required: [
34636
- 'device_id',
34637
- 'climate_preset_key',
34638
- 'manual_override_allowed',
34639
- ],
34635
+ required: ['device_id', 'climate_preset_key'],
34640
34636
  type: 'object',
34641
34637
  },
34642
34638
  },
@@ -34730,11 +34726,7 @@ export default {
34730
34726
  type: 'string',
34731
34727
  },
34732
34728
  },
34733
- required: [
34734
- 'device_id',
34735
- 'climate_preset_key',
34736
- 'manual_override_allowed',
34737
- ],
34729
+ required: ['device_id', 'climate_preset_key'],
34738
34730
  type: 'object',
34739
34731
  },
34740
34732
  },