@seamapi/types 1.258.1 → 1.258.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.258.1",
3
+ "version": "1.258.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -18,6 +18,7 @@ export {
18
18
  battery_status,
19
19
  capabilities,
20
20
  climate_preset,
21
+ climate_setting,
21
22
  common_device_properties,
22
23
  connect_webview_device_selection_mode,
23
24
  connected_account,
@@ -22,14 +22,3 @@ export type ClimatePreset = z.infer<typeof climate_preset>
22
22
  export const climate_setting = climate_preset.partial()
23
23
 
24
24
  export type ClimateSetting = z.infer<typeof climate_setting>
25
-
26
- export const climate_setting_manual = climate_setting.pick({
27
- fan_mode_setting: true,
28
- hvac_mode_setting: true,
29
- cooling_set_point_celsius: true,
30
- heating_set_point_celsius: true,
31
- cooling_set_point_fahrenheit: true,
32
- heating_set_point_fahrenheit: true,
33
- })
34
-
35
- export type ClimateSettingManual = z.infer<typeof climate_setting_manual>
@@ -7596,6 +7596,7 @@ export default {
7596
7596
  'x-fern-sdk-group-name': ['acs', 'encoders'],
7597
7597
  'x-fern-sdk-method-name': 'list',
7598
7598
  'x-fern-sdk-return-value': 'devices',
7599
+ 'x-undocumented': 'Encoders are in alpha.',
7599
7600
  },
7600
7601
  },
7601
7602
  '/acs/encoders/read_card': {