@seamapi/types
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -102,2 +102,4 @@ import { z } from 'zod'; | ||
}>>>; | ||
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>; | ||
min_heating_set_point_celsius: z.ZodOptional<z.ZodNumber>; | ||
temperature_fahrenheit: z.ZodOptional<z.ZodNumber>; | ||
@@ -192,7 +194,5 @@ temperature_celsius: z.ZodOptional<z.ZodNumber>; | ||
}>>>; | ||
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>; | ||
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>; | ||
max_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>; | ||
max_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>; | ||
min_heating_set_point_celsius: z.ZodOptional<z.ZodNumber>; | ||
min_heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>; | ||
@@ -216,2 +216,4 @@ max_heating_set_point_celsius: z.ZodOptional<z.ZodNumber>; | ||
} | undefined; | ||
min_cooling_set_point_celsius?: number | undefined; | ||
min_heating_set_point_celsius?: number | undefined; | ||
temperature_fahrenheit?: number | undefined; | ||
@@ -256,7 +258,5 @@ temperature_celsius?: number | undefined; | ||
} | undefined; | ||
min_cooling_set_point_celsius?: number | undefined; | ||
min_cooling_set_point_fahrenheit?: number | undefined; | ||
max_cooling_set_point_celsius?: number | undefined; | ||
max_cooling_set_point_fahrenheit?: number | undefined; | ||
min_heating_set_point_celsius?: number | undefined; | ||
min_heating_set_point_fahrenheit?: number | undefined; | ||
@@ -280,2 +280,4 @@ max_heating_set_point_celsius?: number | undefined; | ||
} | undefined; | ||
min_cooling_set_point_celsius?: number | undefined; | ||
min_heating_set_point_celsius?: number | undefined; | ||
temperature_fahrenheit?: number | undefined; | ||
@@ -320,7 +322,5 @@ temperature_celsius?: number | undefined; | ||
} | undefined; | ||
min_cooling_set_point_celsius?: number | undefined; | ||
min_cooling_set_point_fahrenheit?: number | undefined; | ||
max_cooling_set_point_celsius?: number | undefined; | ||
max_cooling_set_point_fahrenheit?: number | undefined; | ||
min_heating_set_point_celsius?: number | undefined; | ||
min_heating_set_point_fahrenheit?: number | undefined; | ||
@@ -327,0 +327,0 @@ max_heating_set_point_celsius?: number | undefined; |
@@ -458,11 +458,11 @@ import { z } from 'zod'; | ||
}, "strip", z.ZodTypeAny, { | ||
door_name: string; | ||
site_id: number; | ||
site_name: string; | ||
door_name: string; | ||
door_id: number; | ||
device_id?: number | undefined; | ||
}, { | ||
door_name: string; | ||
site_id: number; | ||
site_name: string; | ||
door_name: string; | ||
door_id: number; | ||
@@ -613,5 +613,5 @@ device_id?: number | undefined; | ||
dormakaba_oracode_metadata?: { | ||
door_name: string; | ||
site_id: number; | ||
site_name: string; | ||
door_name: string; | ||
door_id: number; | ||
@@ -762,5 +762,5 @@ device_id?: number | undefined; | ||
dormakaba_oracode_metadata?: { | ||
door_name: string; | ||
site_id: number; | ||
site_name: string; | ||
door_name: string; | ||
door_id: number; | ||
@@ -767,0 +767,0 @@ device_id?: number | undefined; |
@@ -7,3 +7,3 @@ import { z } from 'zod'; | ||
device_id: z.ZodString; | ||
device_type: z.ZodUnion<[z.ZodEnum<["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" | "avigilon_alta_entry" | "four_suites_door" | "dormakaba_oracode_door"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat"]>]>; | ||
device_type: z.ZodUnion<[z.ZodEnum<["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" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat"]>]>; | ||
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery"]>, "many">; | ||
@@ -85,3 +85,3 @@ errors: z.ZodArray<z.ZodObject<{ | ||
}; | ||
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" | "avigilon_alta_entry" | "four_suites_door" | "dormakaba_oracode_door"; | ||
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" | "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"; | ||
capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[]; | ||
@@ -113,3 +113,3 @@ errors: { | ||
}; | ||
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" | "avigilon_alta_entry" | "four_suites_door" | "dormakaba_oracode_door"; | ||
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" | "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"; | ||
capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[]; | ||
@@ -116,0 +116,0 @@ errors: { |
{ | ||
"name": "@seamapi/types", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"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
3014869
48713