@seamapi/types
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -60,3 +60,3 @@ import { access_code_capability_properties } from './access-code.js'; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -70,3 +70,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -90,3 +90,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -100,3 +100,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -112,7 +112,7 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: import("zod").ZodString; | ||
climate_setting_schedule_id: import("zod").ZodString; | ||
schedule_type: import("zod").ZodLiteral<"time_bound">; | ||
device_id: import("zod").ZodString; | ||
schedule_starts_at: import("zod").ZodString; | ||
schedule_ends_at: import("zod").ZodString; | ||
climate_setting_schedule_id: import("zod").ZodString; | ||
schedule_type: import("zod").ZodLiteral<"time_bound">; | ||
automatic_heating_enabled: import("zod").ZodOptional<import("zod").ZodBoolean>; | ||
@@ -128,11 +128,11 @@ automatic_cooling_enabled: import("zod").ZodOptional<import("zod").ZodBoolean>; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -145,11 +145,11 @@ heating_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -183,3 +183,3 @@ heating_set_point_celsius?: number | undefined; | ||
can_enable_automatic_cooling?: boolean | undefined; | ||
available_hvac_mode_settings?: ("off" | "heat" | "cool" | "heatcool")[] | undefined; | ||
available_hvac_mode_settings?: ("cool" | "heat" | "off" | "heatcool")[] | undefined; | ||
is_heating?: boolean | undefined; | ||
@@ -192,3 +192,3 @@ is_cooling?: boolean | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -203,3 +203,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -214,11 +214,11 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -252,3 +252,3 @@ heating_set_point_celsius?: number | undefined; | ||
can_enable_automatic_cooling?: boolean | undefined; | ||
available_hvac_mode_settings?: ("off" | "heat" | "cool" | "heatcool")[] | undefined; | ||
available_hvac_mode_settings?: ("cool" | "heat" | "off" | "heatcool")[] | undefined; | ||
is_heating?: boolean | undefined; | ||
@@ -261,3 +261,3 @@ is_cooling?: boolean | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -272,3 +272,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -283,11 +283,11 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -294,0 +294,0 @@ heating_set_point_celsius?: number | undefined; |
@@ -14,3 +14,3 @@ import { z } from 'zod'; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -24,3 +24,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -36,7 +36,7 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: z.ZodString; | ||
climate_setting_schedule_id: z.ZodString; | ||
schedule_type: z.ZodLiteral<"time_bound">; | ||
device_id: z.ZodString; | ||
schedule_starts_at: z.ZodString; | ||
schedule_ends_at: z.ZodString; | ||
climate_setting_schedule_id: z.ZodString; | ||
schedule_type: z.ZodLiteral<"time_bound">; | ||
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>; | ||
@@ -52,11 +52,11 @@ automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -69,11 +69,11 @@ heating_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -115,3 +115,3 @@ heating_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -125,3 +125,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -145,3 +145,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -155,3 +155,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -167,7 +167,7 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: z.ZodString; | ||
climate_setting_schedule_id: z.ZodString; | ||
schedule_type: z.ZodLiteral<"time_bound">; | ||
device_id: z.ZodString; | ||
schedule_starts_at: z.ZodString; | ||
schedule_ends_at: z.ZodString; | ||
climate_setting_schedule_id: z.ZodString; | ||
schedule_type: z.ZodLiteral<"time_bound">; | ||
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>; | ||
@@ -183,11 +183,11 @@ automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -200,11 +200,11 @@ heating_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -222,3 +222,3 @@ heating_set_point_celsius?: number | undefined; | ||
can_enable_automatic_cooling: boolean; | ||
available_hvac_mode_settings: ("off" | "heat" | "cool" | "heatcool")[]; | ||
available_hvac_mode_settings: ("cool" | "heat" | "off" | "heatcool")[]; | ||
is_heating: boolean; | ||
@@ -231,3 +231,3 @@ is_cooling: boolean; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -243,3 +243,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -253,11 +253,11 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -275,3 +275,3 @@ heating_set_point_celsius?: number | undefined; | ||
can_enable_automatic_cooling: boolean; | ||
available_hvac_mode_settings: ("off" | "heat" | "cool" | "heatcool")[]; | ||
available_hvac_mode_settings: ("cool" | "heat" | "off" | "heatcool")[]; | ||
is_heating: boolean; | ||
@@ -284,3 +284,3 @@ is_cooling: boolean; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -296,3 +296,3 @@ cooling_set_point_celsius?: number | undefined; | ||
automatic_cooling_enabled: boolean; | ||
hvac_mode_setting: "off" | "heat" | "cool" | "heatcool"; | ||
hvac_mode_setting: "cool" | "heat" | "off" | "heatcool"; | ||
manual_override_allowed: boolean; | ||
@@ -306,11 +306,11 @@ cooling_set_point_celsius?: number | undefined; | ||
created_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
device_id: string; | ||
schedule_starts_at: string; | ||
schedule_ends_at: string; | ||
climate_setting_schedule_id: string; | ||
schedule_type: "time_bound"; | ||
name?: string | undefined; | ||
automatic_heating_enabled?: boolean | undefined; | ||
automatic_cooling_enabled?: boolean | undefined; | ||
hvac_mode_setting?: "off" | "heat" | "cool" | "heatcool" | undefined; | ||
hvac_mode_setting?: "cool" | "heat" | "off" | "heatcool" | undefined; | ||
cooling_set_point_celsius?: number | undefined; | ||
@@ -317,0 +317,0 @@ heating_set_point_celsius?: number | undefined; |
@@ -358,7 +358,7 @@ import { z } from 'zod'; | ||
device_num: number; | ||
unlock_method?: "bridge" | "doorking" | undefined; | ||
unlock_method?: "doorking" | "bridge" | undefined; | ||
}, { | ||
name: string; | ||
device_num: number; | ||
unlock_method?: "bridge" | "doorking" | undefined; | ||
unlock_method?: "doorking" | "bridge" | undefined; | ||
}>>; | ||
@@ -553,3 +553,3 @@ igloohome_metadata: z.ZodOptional<z.ZodObject<{ | ||
device_num: number; | ||
unlock_method?: "bridge" | "doorking" | undefined; | ||
unlock_method?: "doorking" | "bridge" | undefined; | ||
} | undefined; | ||
@@ -692,3 +692,3 @@ igloohome_metadata?: { | ||
device_num: number; | ||
unlock_method?: "bridge" | "doorking" | undefined; | ||
unlock_method?: "doorking" | "bridge" | undefined; | ||
} | undefined; | ||
@@ -695,0 +695,0 @@ igloohome_metadata?: { |
@@ -67,4 +67,3 @@ import { z } from 'zod'; | ||
device_id: string; | ||
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"; | ||
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[]; | ||
is_managed: false; | ||
properties: { | ||
@@ -80,2 +79,4 @@ name: string; | ||
}; | ||
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"; | ||
capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[]; | ||
errors: { | ||
@@ -89,3 +90,2 @@ message: string; | ||
}[]; | ||
is_managed: false; | ||
}, { | ||
@@ -96,4 +96,3 @@ connected_account_id: string; | ||
device_id: string; | ||
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"; | ||
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[]; | ||
is_managed: false; | ||
properties: { | ||
@@ -109,2 +108,4 @@ name: string; | ||
}; | ||
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"; | ||
capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[]; | ||
errors: { | ||
@@ -118,4 +119,3 @@ message: string; | ||
}[]; | ||
is_managed: false; | ||
}>; | ||
export type UnmanagedDevice = z.infer<typeof unmanaged_device>; |
{ | ||
"name": "@seamapi/types", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "TypeScript types for the Seam API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2182798
35656
1