@seamapi/types 0.25.0 → 0.27.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.
- package/dist/connect.cjs +5772 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7844 -1
- package/lib/seam/connect/openapi.d.ts +7844 -1
- package/lib/seam/connect/openapi.js +5772 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +170 -170
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.d.ts +296 -296
- package/lib/seam/connect/unstable/models/device-metadata.d.ts +4 -4
- package/lib/seam/connect/unstable/models/managed-device.d.ts +367 -367
- package/lib/seam/connect/unstable/models/unmanaged-device.d.ts +7 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5772 -1
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -4,7 +4,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
4
4
|
workspace_id: z.ZodString;
|
|
5
5
|
created_at: z.ZodString;
|
|
6
6
|
device_id: z.ZodString;
|
|
7
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "
|
|
7
|
+
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat"]>]>;
|
|
8
8
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery"]>, "many">;
|
|
9
9
|
errors: z.ZodArray<z.ZodObject<{
|
|
10
10
|
error_code: z.ZodString;
|
|
@@ -69,8 +69,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
69
69
|
workspace_id: string;
|
|
70
70
|
created_at: string;
|
|
71
71
|
device_id: string;
|
|
72
|
-
|
|
73
|
-
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
|
|
72
|
+
is_managed: false;
|
|
74
73
|
properties: {
|
|
75
74
|
name: string;
|
|
76
75
|
online: boolean;
|
|
@@ -82,6 +81,8 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
82
81
|
image_url?: string | undefined;
|
|
83
82
|
image_alt_text?: string | undefined;
|
|
84
83
|
};
|
|
84
|
+
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";
|
|
85
|
+
capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[];
|
|
85
86
|
errors: {
|
|
86
87
|
message: string;
|
|
87
88
|
error_code: string;
|
|
@@ -90,14 +91,12 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
90
91
|
message: string;
|
|
91
92
|
warning_code: string;
|
|
92
93
|
}[];
|
|
93
|
-
is_managed: false;
|
|
94
94
|
}, {
|
|
95
95
|
connected_account_id: string;
|
|
96
96
|
workspace_id: string;
|
|
97
97
|
created_at: string;
|
|
98
98
|
device_id: string;
|
|
99
|
-
|
|
100
|
-
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery")[];
|
|
99
|
+
is_managed: false;
|
|
101
100
|
properties: {
|
|
102
101
|
name: string;
|
|
103
102
|
online: boolean;
|
|
@@ -109,6 +108,8 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
109
108
|
image_url?: string | undefined;
|
|
110
109
|
image_alt_text?: string | undefined;
|
|
111
110
|
};
|
|
111
|
+
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";
|
|
112
|
+
capabilities_supported: ("access_code" | "thermostat" | "lock" | "noise_detection" | "battery")[];
|
|
112
113
|
errors: {
|
|
113
114
|
message: string;
|
|
114
115
|
error_code: string;
|
|
@@ -117,6 +118,5 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
117
118
|
message: string;
|
|
118
119
|
warning_code: string;
|
|
119
120
|
}[];
|
|
120
|
-
is_managed: false;
|
|
121
121
|
}>;
|
|
122
122
|
export type UnmanagedDevice = z.infer<typeof unmanaged_device>;
|