@seamapi/types 1.10.0 → 1.11.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.
@@ -82,7 +82,7 @@ export declare const unmanaged_device: z.ZodObject<{
82
82
  image_alt_text?: string | undefined;
83
83
  };
84
84
  device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat";
85
- capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[];
85
+ capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
86
86
  errors: {
87
87
  message: string;
88
88
  error_code: string;
@@ -109,7 +109,7 @@ export declare const unmanaged_device: z.ZodObject<{
109
109
  image_alt_text?: string | undefined;
110
110
  };
111
111
  device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat";
112
- capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[];
112
+ capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
113
113
  errors: {
114
114
  message: string;
115
115
  error_code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.10.0",
3
+ "version": "1.11.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",