@seamapi/types 0.18.0 → 0.20.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.
@@ -64,8 +64,7 @@ export declare const unmanaged_device: z.ZodObject<{
64
64
  workspace_id: string;
65
65
  created_at: string;
66
66
  device_id: string;
67
- device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat";
68
- capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
67
+ is_managed: false;
69
68
  properties: {
70
69
  name: string;
71
70
  online: boolean;
@@ -76,6 +75,8 @@ export declare const unmanaged_device: z.ZodObject<{
76
75
  image_url?: string | undefined;
77
76
  image_alt_text?: string | undefined;
78
77
  };
78
+ device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat";
79
+ capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[];
79
80
  errors: {
80
81
  message: string;
81
82
  error_code: string;
@@ -84,14 +85,12 @@ export declare const unmanaged_device: z.ZodObject<{
84
85
  message: string;
85
86
  warning_code: string;
86
87
  }[];
87
- is_managed: false;
88
88
  }, {
89
89
  connected_account_id: string;
90
90
  workspace_id: string;
91
91
  created_at: string;
92
92
  device_id: string;
93
- device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat";
94
- capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
93
+ is_managed: false;
95
94
  properties: {
96
95
  name: string;
97
96
  online: boolean;
@@ -102,6 +101,8 @@ export declare const unmanaged_device: z.ZodObject<{
102
101
  image_url?: string | undefined;
103
102
  image_alt_text?: string | undefined;
104
103
  };
104
+ device_type: "akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat";
105
+ capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[];
105
106
  errors: {
106
107
  message: string;
107
108
  error_code: string;
@@ -110,6 +111,5 @@ export declare const unmanaged_device: z.ZodObject<{
110
111
  message: string;
111
112
  warning_code: string;
112
113
  }[];
113
- is_managed: false;
114
114
  }>;
115
115
  export type UnmanagedDevice = z.infer<typeof unmanaged_device>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",