@seamapi/types 1.142.0 → 1.144.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 +29 -24
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +301 -80
- package/dist/devicedb.d.cts +38 -38
- package/lib/seam/connect/internal/enums.d.ts +1 -0
- package/lib/seam/connect/internal/enums.js +2 -0
- package/lib/seam/connect/internal/enums.js.map +1 -0
- package/lib/seam/connect/{unstable → internal}/index.d.ts +2 -1
- package/lib/seam/connect/{unstable → internal}/index.js +2 -1
- package/lib/seam/connect/internal/index.js.map +1 -0
- package/lib/seam/connect/internal/model-types.d.ts +1 -0
- package/lib/seam/connect/internal/model-types.js.map +1 -0
- package/lib/seam/connect/internal/schemas.d.ts +1 -0
- package/lib/seam/connect/internal/schemas.js +2 -0
- package/lib/seam/connect/internal/schemas.js.map +1 -0
- package/lib/seam/connect/models/access-codes/index.js.map +1 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/acs/access_group.js +10 -4
- package/lib/seam/connect/models/acs/access_group.js.map +1 -0
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/acs/credential.js +1 -1
- package/lib/seam/connect/models/acs/credential.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/acs/credential_pool.js +1 -1
- package/lib/seam/connect/models/acs/credential_pool.js.map +1 -0
- package/lib/seam/connect/models/acs/credential_provisioning_automation.js.map +1 -0
- package/lib/seam/connect/models/acs/entrance.js.map +1 -0
- package/lib/seam/connect/models/acs/index.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/acs/system.d.ts +10 -10
- package/lib/seam/connect/{unstable/models → models}/acs/system.js +11 -4
- package/lib/seam/connect/models/acs/system.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/acs/user.js +5 -5
- package/lib/seam/connect/models/acs/user.js.map +1 -0
- package/lib/seam/connect/models/capability-properties/access-code.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/index.d.ts +132 -132
- package/lib/seam/connect/models/capability-properties/index.js.map +1 -0
- package/lib/seam/connect/models/capability-properties/lock.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/thermostat.js +1 -1
- package/lib/seam/connect/models/capability-properties/thermostat.js.map +1 -0
- package/lib/seam/connect/models/connect-webview.d.ts +4 -4
- package/lib/seam/connect/models/devices/capabilities-supported.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/devices/device-metadata.d.ts +18 -13
- package/lib/seam/connect/{unstable/models → models}/devices/device-metadata.js +3 -4
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -0
- package/lib/seam/connect/models/devices/index.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/devices/managed-device.d.ts +363 -354
- package/lib/seam/connect/{unstable/models → models}/devices/managed-device.js +18 -7
- package/lib/seam/connect/models/devices/managed-device.js.map +1 -0
- package/lib/seam/connect/models/devices/phone-properties.js.map +1 -0
- package/lib/seam/connect/models/devices/phone.js.map +1 -0
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -0
- package/lib/seam/connect/models/events/access_code_events.js.map +1 -0
- package/lib/seam/connect/models/events/connected_account_events.js.map +1 -0
- package/lib/seam/connect/models/events/device_events.js.map +1 -0
- package/lib/seam/connect/models/events/lock_events.js.map +1 -0
- package/lib/seam/connect/models/index.d.ts +7 -0
- package/lib/seam/connect/models/index.js +7 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/network.js.map +1 -0
- package/lib/seam/connect/models/phone-number.js.map +1 -0
- package/lib/seam/connect/models/schedule.js.map +1 -0
- package/lib/seam/connect/{unstable/models → models}/user-identity.js +3 -3
- package/lib/seam/connect/models/user-identity.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +41 -24
- package/lib/seam/connect/openapi.js +27 -22
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +256 -52
- package/lib/seam/devicedb/models/device-capability.d.ts +3 -3
- package/lib/seam/devicedb/models/device-model.d.ts +6 -6
- package/lib/seam/devicedb/route-specs.d.ts +10 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/{enums.ts → internal/enums.ts} +2 -1
- package/src/lib/seam/connect/{unstable → internal}/index.ts +2 -1
- package/src/lib/seam/connect/{unstable → internal}/model-types.ts +7 -1
- package/src/lib/seam/connect/{unstable → internal}/schemas.ts +7 -1
- package/src/lib/seam/connect/{unstable/models → models}/acs/access_group.ts +10 -6
- package/src/lib/seam/connect/{unstable/models → models}/acs/credential.ts +1 -1
- package/src/lib/seam/connect/{unstable/models → models}/acs/credential_pool.ts +1 -1
- package/src/lib/seam/connect/{unstable/models → models}/acs/system.ts +11 -6
- package/src/lib/seam/connect/{unstable/models → models}/acs/user.ts +5 -5
- package/src/lib/seam/connect/{unstable/models → models}/capability-properties/index.ts +5 -1
- package/src/lib/seam/connect/{unstable/models → models}/capability-properties/thermostat.ts +1 -1
- package/src/lib/seam/connect/{unstable/models → models}/devices/device-metadata.ts +3 -4
- package/src/lib/seam/connect/{unstable/models → models}/devices/managed-device.ts +21 -8
- package/src/lib/seam/connect/models/index.ts +7 -0
- package/src/lib/seam/connect/{unstable/models → models}/user-identity.ts +3 -3
- package/src/lib/seam/connect/openapi.ts +35 -22
- package/src/lib/seam/connect/route-types.ts +256 -46
- package/lib/seam/connect/enums.d.ts +0 -1
- package/lib/seam/connect/enums.js +0 -2
- package/lib/seam/connect/enums.js.map +0 -1
- package/lib/seam/connect/internal.d.ts +0 -1
- package/lib/seam/connect/internal.js +0 -2
- package/lib/seam/connect/internal.js.map +0 -1
- package/lib/seam/connect/unstable/index.js.map +0 -1
- package/lib/seam/connect/unstable/model-types.d.ts +0 -1
- package/lib/seam/connect/unstable/model-types.js.map +0 -1
- package/lib/seam/connect/unstable/models/access-codes/index.js.map +0 -1
- package/lib/seam/connect/unstable/models/access-codes/managed-access-code.js.map +0 -1
- package/lib/seam/connect/unstable/models/access-codes/unmanaged-access-code.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/access_group.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/credential.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/credential_pool.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/credential_provisioning_automation.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/entrance.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/index.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/system.js.map +0 -1
- package/lib/seam/connect/unstable/models/acs/user.js.map +0 -1
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +0 -1
- package/lib/seam/connect/unstable/models/capability-properties/index.js.map +0 -1
- package/lib/seam/connect/unstable/models/capability-properties/lock.js.map +0 -1
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/index.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/phone-properties.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/phone.js.map +0 -1
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.js.map +0 -1
- package/lib/seam/connect/unstable/models/events/access_code_events.js.map +0 -1
- package/lib/seam/connect/unstable/models/events/connected_account_events.js.map +0 -1
- package/lib/seam/connect/unstable/models/events/device_events.js.map +0 -1
- package/lib/seam/connect/unstable/models/events/lock_events.js.map +0 -1
- package/lib/seam/connect/unstable/models/index.d.ts +0 -7
- package/lib/seam/connect/unstable/models/index.js +0 -8
- package/lib/seam/connect/unstable/models/index.js.map +0 -1
- package/lib/seam/connect/unstable/models/network.js.map +0 -1
- package/lib/seam/connect/unstable/models/phone-number.js.map +0 -1
- package/lib/seam/connect/unstable/models/schedule.js.map +0 -1
- package/lib/seam/connect/unstable/models/user-identity.js.map +0 -1
- package/lib/seam/connect/unstable/schemas.d.ts +0 -1
- package/lib/seam/connect/unstable/schemas.js +0 -2
- package/lib/seam/connect/unstable/schemas.js.map +0 -1
- package/src/lib/seam/connect/internal.ts +0 -1
- package/src/lib/seam/connect/unstable/models/index.ts +0 -7
- package/lib/seam/connect/{unstable → internal}/model-types.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/access-codes/index.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/access-codes/index.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/access-codes/managed-access-code.d.ts +2 -2
- package/lib/seam/connect/{unstable/models → models}/access-codes/managed-access-code.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/access-codes/unmanaged-access-code.d.ts +9 -9
- package/lib/seam/connect/{unstable/models → models}/access-codes/unmanaged-access-code.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/access_group.d.ts +2 -2
- package/lib/seam/connect/{unstable/models → models}/acs/acs_system_capability_flags.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/acs_system_capability_flags.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/credential.d.ts +6 -6
- package/lib/seam/connect/{unstable/models → models}/acs/credential_pool.d.ts +4 -4
- package/lib/seam/connect/{unstable/models → models}/acs/credential_provisioning_automation.d.ts +7 -7
- package/lib/seam/connect/{unstable/models → models}/acs/credential_provisioning_automation.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/entrance.d.ts +16 -16
- package/lib/seam/connect/{unstable/models → models}/acs/entrance.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/index.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/index.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/acs/user.d.ts +4 -4
- package/lib/seam/connect/{unstable/models → models}/capability-properties/access-code.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/access-code.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/index.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/lock.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/lock.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/capability-properties/thermostat.d.ts +210 -210
- package/lib/seam/connect/{unstable/models → models}/devices/capabilities-supported.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/capabilities-supported.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/device-type.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/device-type.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/index.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/index.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/phone-properties.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/phone-properties.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/phone.d.ts +34 -34
- package/lib/seam/connect/{unstable/models → models}/devices/phone.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/devices/unmanaged-device.d.ts +52 -52
- package/lib/seam/connect/{unstable/models → models}/devices/unmanaged-device.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/events/access_code_events.d.ts +14 -14
- package/lib/seam/connect/{unstable/models → models}/events/access_code_events.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/events/connected_account_events.d.ts +6 -6
- package/lib/seam/connect/{unstable/models → models}/events/connected_account_events.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/events/device_events.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/events/device_events.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/events/lock_events.d.ts +8 -8
- package/lib/seam/connect/{unstable/models → models}/events/lock_events.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/network.d.ts +2 -2
- package/lib/seam/connect/{unstable/models → models}/network.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/phone-number.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/phone-number.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/schedule.d.ts +0 -0
- package/lib/seam/connect/{unstable/models → models}/schedule.js +0 -0
- package/lib/seam/connect/{unstable/models → models}/user-identity.d.ts +6 -6
- /package/src/lib/seam/connect/{unstable/models → models}/access-codes/index.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/access-codes/managed-access-code.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/access-codes/unmanaged-access-code.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/acs/acs_system_capability_flags.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/acs/credential_provisioning_automation.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/acs/entrance.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/acs/index.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/capability-properties/access-code.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/capability-properties/lock.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/devices/capabilities-supported.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/devices/device-type.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/devices/index.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/devices/phone-properties.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/devices/phone.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/devices/unmanaged-device.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/events/access_code_events.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/events/connected_account_events.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/events/device_events.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/events/lock_events.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/network.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/phone-number.ts +0 -0
- /package/src/lib/seam/connect/{unstable/models → models}/schedule.ts +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service"]>;
|
|
2
|
+
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building"]>;
|
|
3
3
|
export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>;
|
|
4
4
|
export declare const acs_system: z.ZodObject<{
|
|
5
5
|
name: z.ZodString;
|
|
6
|
-
workspace_id: z.ZodString;
|
|
7
6
|
created_at: z.ZodString;
|
|
8
7
|
acs_system_id: z.ZodString;
|
|
9
|
-
|
|
8
|
+
workspace_id: z.ZodString;
|
|
9
|
+
external_type: z.ZodEnum<["pti_site", "alta_org", "salto_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building"]>;
|
|
10
10
|
external_type_display_name: z.ZodString;
|
|
11
|
-
system_type: z.ZodEnum<["pti_site", "alta_org", "salto_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service"]>;
|
|
11
|
+
system_type: z.ZodEnum<["pti_site", "alta_org", "salto_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building"]>;
|
|
12
12
|
system_type_display_name: z.ZodString;
|
|
13
13
|
connected_account_ids: z.ZodArray<z.ZodString, "many">;
|
|
14
14
|
image_url: z.ZodString;
|
|
@@ -16,12 +16,12 @@ export declare const acs_system: z.ZodObject<{
|
|
|
16
16
|
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
18
|
name: string;
|
|
19
|
-
workspace_id: string;
|
|
20
19
|
created_at: string;
|
|
21
20
|
acs_system_id: string;
|
|
22
|
-
|
|
21
|
+
workspace_id: string;
|
|
22
|
+
external_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service" | "latch_building";
|
|
23
23
|
external_type_display_name: string;
|
|
24
|
-
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
|
|
24
|
+
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service" | "latch_building";
|
|
25
25
|
system_type_display_name: string;
|
|
26
26
|
connected_account_ids: string[];
|
|
27
27
|
image_url: string;
|
|
@@ -29,12 +29,12 @@ export declare const acs_system: z.ZodObject<{
|
|
|
29
29
|
can_automate_enrollment?: boolean | undefined;
|
|
30
30
|
}, {
|
|
31
31
|
name: string;
|
|
32
|
-
workspace_id: string;
|
|
33
32
|
created_at: string;
|
|
34
33
|
acs_system_id: string;
|
|
35
|
-
|
|
34
|
+
workspace_id: string;
|
|
35
|
+
external_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service" | "latch_building";
|
|
36
36
|
external_type_display_name: string;
|
|
37
|
-
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service";
|
|
37
|
+
system_type: "pti_site" | "alta_org" | "salto_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "assa_abloy_credential_service" | "latch_building";
|
|
38
38
|
system_type_display_name: string;
|
|
39
39
|
connected_account_ids: string[];
|
|
40
40
|
image_url: string;
|
|
@@ -9,16 +9,23 @@ export const acs_system_external_type = z.enum([
|
|
|
9
9
|
'hid_credential_manager_organization',
|
|
10
10
|
'visionline_system',
|
|
11
11
|
'assa_abloy_credential_service',
|
|
12
|
+
'latch_building',
|
|
12
13
|
]);
|
|
13
14
|
export const acs_system = z
|
|
14
15
|
.object({
|
|
15
16
|
acs_system_id: z.string().uuid(),
|
|
16
17
|
external_type: acs_system_external_type,
|
|
17
18
|
external_type_display_name: z.string(),
|
|
18
|
-
system_type: acs_system_external_type.describe(
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
system_type: acs_system_external_type.describe(`
|
|
20
|
+
---
|
|
21
|
+
deprecated: use external_type
|
|
22
|
+
---
|
|
23
|
+
`),
|
|
24
|
+
system_type_display_name: z.string().describe(`
|
|
25
|
+
---
|
|
26
|
+
deprecated: use external_type_display_name
|
|
27
|
+
---
|
|
28
|
+
`),
|
|
22
29
|
name: z.string(),
|
|
23
30
|
created_at: z.string().datetime(),
|
|
24
31
|
workspace_id: z.string().uuid(),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AAE9E,oEAAoE;AACpE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7C,UAAU;IACV,UAAU;IACV,YAAY;IACZ,eAAe;IACf,qCAAqC;IACrC,mBAAmB;IACnB,+BAA+B;IAC/B,gBAAgB;CACjB,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC;KACxB,MAAM,CAAC;IACN,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,aAAa,EAAE,wBAAwB;IACvC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,WAAW,EAAE,wBAAwB,CAAC,QAAQ,CAAC;;;;OAI5C,CAAC;IACJ,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;OAI3C,CAAC;IACJ,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC;KACD,KAAK,CAAC,2BAA2B,CAAC,CAAA"}
|
|
@@ -9,11 +9,11 @@ export const acs_user_external_type = z.enum([
|
|
|
9
9
|
]);
|
|
10
10
|
const user_fields = z.object({
|
|
11
11
|
full_name: z.string().optional(),
|
|
12
|
-
email: z
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
email: z.string().email().optional().describe(`
|
|
13
|
+
---
|
|
14
|
+
deprecated: use email_address.
|
|
15
|
+
---
|
|
16
|
+
`),
|
|
17
17
|
email_address: z.string().email().optional(),
|
|
18
18
|
phone_number: phone_number.optional(),
|
|
19
19
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,6BAA6B;IAC7B,iBAAiB;CAClB,CAAC,CAAA;AAIF,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC;;;;KAI3C,CAAC;IACJ,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB,CAAC,QAAQ,EAAE;IAChD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;IACzB,eAAe,EAAE,QAAQ,CAAC,QAAQ,EAAE;IACpC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClD,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access-code.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/access-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,IAAI,CAAC;QACtB,UAAU,EAAE,OAAO;QACnB,sBAAsB,EAAE,OAAO;QAC/B,4BAA4B,EAAE,QAAQ;QACtC,yBAAyB,EAAE,SAAS;QACpC,+BAA+B,EAAE,QAAQ;QACzC,sBAAsB,EAAE,UAAU;QAClC,qCAAqC,EAAE,QAAQ;QAC/C,8BAA8B,EAAE,QAAQ;KACzC,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,EAAE,gBAAgB;IAC3D,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC;IAC5C,2BAA2B;IAC3B,2BAA2B;CAC5B,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC;IACxD,sDAAsD,EAAE,CAAC;SACtD,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;IACb,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAC5D,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAA"}
|
|
@@ -74,9 +74,18 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
74
74
|
} | undefined;
|
|
75
75
|
door_open?: boolean | undefined;
|
|
76
76
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
temperature_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
78
|
+
temperature_celsius: z.ZodOptional<z.ZodNumber>;
|
|
79
|
+
relative_humidity: z.ZodOptional<z.ZodNumber>;
|
|
80
|
+
can_enable_automatic_heating: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
+
can_enable_automatic_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
82
|
+
available_hvac_mode_settings: z.ZodOptional<z.ZodArray<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>, "many">>;
|
|
83
|
+
is_heating: z.ZodOptional<z.ZodBoolean>;
|
|
84
|
+
is_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
85
|
+
is_fan_running: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
+
fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on"]>>;
|
|
87
|
+
is_temporary_manual_override_active: z.ZodOptional<z.ZodBoolean>;
|
|
88
|
+
current_climate_setting: z.ZodOptional<z.ZodObject<{
|
|
80
89
|
automatic_heating_enabled: z.ZodBoolean;
|
|
81
90
|
automatic_cooling_enabled: z.ZodBoolean;
|
|
82
91
|
hvac_mode_setting: z.ZodEnum<["off", "heat", "cool", "heat_cool"]>;
|
|
@@ -103,19 +112,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
103
112
|
heating_set_point_celsius?: number | undefined;
|
|
104
113
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
105
114
|
heating_set_point_fahrenheit?: number | undefined;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
temperature_celsius: z.ZodOptional<z.ZodNumber>;
|
|
109
|
-
relative_humidity: z.ZodOptional<z.ZodNumber>;
|
|
110
|
-
can_enable_automatic_heating: z.ZodOptional<z.ZodBoolean>;
|
|
111
|
-
can_enable_automatic_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
112
|
-
available_hvac_mode_settings: z.ZodOptional<z.ZodArray<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>, "many">>;
|
|
113
|
-
is_heating: z.ZodOptional<z.ZodBoolean>;
|
|
114
|
-
is_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
115
|
-
is_fan_running: z.ZodOptional<z.ZodBoolean>;
|
|
116
|
-
fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on"]>>;
|
|
117
|
-
is_temporary_manual_override_active: z.ZodOptional<z.ZodBoolean>;
|
|
118
|
-
current_climate_setting: z.ZodOptional<z.ZodObject<{
|
|
115
|
+
}>>;
|
|
116
|
+
default_climate_setting: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
119
117
|
automatic_heating_enabled: z.ZodBoolean;
|
|
120
118
|
automatic_cooling_enabled: z.ZodBoolean;
|
|
121
119
|
hvac_mode_setting: z.ZodEnum<["off", "heat", "cool", "heat_cool"]>;
|
|
@@ -142,17 +140,17 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
142
140
|
heating_set_point_celsius?: number | undefined;
|
|
143
141
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
144
142
|
heating_set_point_fahrenheit?: number | undefined;
|
|
145
|
-
}
|
|
143
|
+
}>>>;
|
|
146
144
|
is_climate_setting_schedule_active: z.ZodOptional<z.ZodBoolean>;
|
|
147
145
|
active_climate_setting_schedule: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
148
146
|
name: z.ZodOptional<z.ZodString>;
|
|
149
|
-
created_at: z.ZodString;
|
|
150
147
|
device_id: z.ZodString;
|
|
148
|
+
created_at: z.ZodString;
|
|
149
|
+
errors: z.ZodAny;
|
|
151
150
|
climate_setting_schedule_id: z.ZodString;
|
|
152
151
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
153
152
|
schedule_starts_at: z.ZodString;
|
|
154
153
|
schedule_ends_at: z.ZodString;
|
|
155
|
-
errors: z.ZodAny;
|
|
156
154
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
157
155
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
158
156
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -162,8 +160,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
162
160
|
heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
163
161
|
manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
164
162
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
-
created_at: string;
|
|
166
163
|
device_id: string;
|
|
164
|
+
created_at: string;
|
|
167
165
|
climate_setting_schedule_id: string;
|
|
168
166
|
schedule_type: "time_bound";
|
|
169
167
|
schedule_starts_at: string;
|
|
@@ -179,8 +177,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
179
177
|
heating_set_point_fahrenheit?: number | undefined;
|
|
180
178
|
manual_override_allowed?: boolean | undefined;
|
|
181
179
|
}, {
|
|
182
|
-
created_at: string;
|
|
183
180
|
device_id: string;
|
|
181
|
+
created_at: string;
|
|
184
182
|
climate_setting_schedule_id: string;
|
|
185
183
|
schedule_type: "time_bound";
|
|
186
184
|
schedule_starts_at: string;
|
|
@@ -198,27 +196,17 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
198
196
|
}>>>;
|
|
199
197
|
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
200
198
|
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
199
|
+
max_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
201
200
|
max_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
202
201
|
min_heating_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
203
202
|
min_heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
203
|
+
max_heating_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
204
204
|
max_heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
205
205
|
is_cooling_available: z.ZodOptional<z.ZodLiteral<true>>;
|
|
206
206
|
is_heating_available: z.ZodOptional<z.ZodLiteral<true>>;
|
|
207
207
|
min_heating_cooling_delta_celsius: z.ZodOptional<z.ZodNumber>;
|
|
208
208
|
min_heating_cooling_delta_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
211
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
212
|
-
default_climate_setting?: {
|
|
213
|
-
automatic_heating_enabled: boolean;
|
|
214
|
-
automatic_cooling_enabled: boolean;
|
|
215
|
-
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
216
|
-
manual_override_allowed: boolean;
|
|
217
|
-
cooling_set_point_celsius?: number | undefined;
|
|
218
|
-
heating_set_point_celsius?: number | undefined;
|
|
219
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
220
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
221
|
-
} | undefined;
|
|
222
210
|
temperature_fahrenheit?: number | undefined;
|
|
223
211
|
temperature_celsius?: number | undefined;
|
|
224
212
|
relative_humidity?: number | undefined;
|
|
@@ -240,10 +228,20 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
240
228
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
241
229
|
heating_set_point_fahrenheit?: number | undefined;
|
|
242
230
|
} | undefined;
|
|
231
|
+
default_climate_setting?: {
|
|
232
|
+
automatic_heating_enabled: boolean;
|
|
233
|
+
automatic_cooling_enabled: boolean;
|
|
234
|
+
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
235
|
+
manual_override_allowed: boolean;
|
|
236
|
+
cooling_set_point_celsius?: number | undefined;
|
|
237
|
+
heating_set_point_celsius?: number | undefined;
|
|
238
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
239
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
240
|
+
} | undefined;
|
|
243
241
|
is_climate_setting_schedule_active?: boolean | undefined;
|
|
244
242
|
active_climate_setting_schedule?: {
|
|
245
|
-
created_at: string;
|
|
246
243
|
device_id: string;
|
|
244
|
+
created_at: string;
|
|
247
245
|
climate_setting_schedule_id: string;
|
|
248
246
|
schedule_type: "time_bound";
|
|
249
247
|
schedule_starts_at: string;
|
|
@@ -261,27 +259,17 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
261
259
|
} | undefined;
|
|
262
260
|
min_cooling_set_point_celsius?: number | undefined;
|
|
263
261
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
262
|
+
max_cooling_set_point_celsius?: number | undefined;
|
|
264
263
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
265
264
|
min_heating_set_point_celsius?: number | undefined;
|
|
266
265
|
min_heating_set_point_fahrenheit?: number | undefined;
|
|
266
|
+
max_heating_set_point_celsius?: number | undefined;
|
|
267
267
|
max_heating_set_point_fahrenheit?: number | undefined;
|
|
268
268
|
is_cooling_available?: true | undefined;
|
|
269
269
|
is_heating_available?: true | undefined;
|
|
270
270
|
min_heating_cooling_delta_celsius?: number | undefined;
|
|
271
271
|
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
272
272
|
}, {
|
|
273
|
-
max_cooling_set_point_celsius?: number | undefined;
|
|
274
|
-
max_heating_set_point_celsius?: number | undefined;
|
|
275
|
-
default_climate_setting?: {
|
|
276
|
-
automatic_heating_enabled: boolean;
|
|
277
|
-
automatic_cooling_enabled: boolean;
|
|
278
|
-
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
279
|
-
manual_override_allowed: boolean;
|
|
280
|
-
cooling_set_point_celsius?: number | undefined;
|
|
281
|
-
heating_set_point_celsius?: number | undefined;
|
|
282
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
283
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
284
|
-
} | undefined;
|
|
285
273
|
temperature_fahrenheit?: number | undefined;
|
|
286
274
|
temperature_celsius?: number | undefined;
|
|
287
275
|
relative_humidity?: number | undefined;
|
|
@@ -303,10 +291,20 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
303
291
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
304
292
|
heating_set_point_fahrenheit?: number | undefined;
|
|
305
293
|
} | undefined;
|
|
294
|
+
default_climate_setting?: {
|
|
295
|
+
automatic_heating_enabled: boolean;
|
|
296
|
+
automatic_cooling_enabled: boolean;
|
|
297
|
+
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
298
|
+
manual_override_allowed: boolean;
|
|
299
|
+
cooling_set_point_celsius?: number | undefined;
|
|
300
|
+
heating_set_point_celsius?: number | undefined;
|
|
301
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
302
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
303
|
+
} | undefined;
|
|
306
304
|
is_climate_setting_schedule_active?: boolean | undefined;
|
|
307
305
|
active_climate_setting_schedule?: {
|
|
308
|
-
created_at: string;
|
|
309
306
|
device_id: string;
|
|
307
|
+
created_at: string;
|
|
310
308
|
climate_setting_schedule_id: string;
|
|
311
309
|
schedule_type: "time_bound";
|
|
312
310
|
schedule_starts_at: string;
|
|
@@ -324,16 +322,30 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
324
322
|
} | undefined;
|
|
325
323
|
min_cooling_set_point_celsius?: number | undefined;
|
|
326
324
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
325
|
+
max_cooling_set_point_celsius?: number | undefined;
|
|
327
326
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
328
327
|
min_heating_set_point_celsius?: number | undefined;
|
|
329
328
|
min_heating_set_point_fahrenheit?: number | undefined;
|
|
329
|
+
max_heating_set_point_celsius?: number | undefined;
|
|
330
330
|
max_heating_set_point_fahrenheit?: number | undefined;
|
|
331
331
|
is_cooling_available?: true | undefined;
|
|
332
332
|
is_heating_available?: true | undefined;
|
|
333
333
|
min_heating_cooling_delta_celsius?: number | undefined;
|
|
334
334
|
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
335
335
|
}>, z.ZodObject<{
|
|
336
|
-
|
|
336
|
+
temperature_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
337
|
+
temperature_celsius: z.ZodOptional<z.ZodNumber>;
|
|
338
|
+
relative_humidity: z.ZodOptional<z.ZodNumber>;
|
|
339
|
+
can_enable_automatic_heating: z.ZodOptional<z.ZodBoolean>;
|
|
340
|
+
can_enable_automatic_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
341
|
+
available_hvac_mode_settings: z.ZodOptional<z.ZodArray<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>, "many">>;
|
|
342
|
+
is_cooling_available: z.ZodOptional<z.ZodLiteral<false>>;
|
|
343
|
+
is_heating: z.ZodOptional<z.ZodBoolean>;
|
|
344
|
+
is_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
345
|
+
is_fan_running: z.ZodOptional<z.ZodBoolean>;
|
|
346
|
+
fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on"]>>;
|
|
347
|
+
is_temporary_manual_override_active: z.ZodOptional<z.ZodBoolean>;
|
|
348
|
+
current_climate_setting: z.ZodOptional<z.ZodObject<{
|
|
337
349
|
automatic_heating_enabled: z.ZodBoolean;
|
|
338
350
|
automatic_cooling_enabled: z.ZodBoolean;
|
|
339
351
|
hvac_mode_setting: z.ZodEnum<["off", "heat", "cool", "heat_cool"]>;
|
|
@@ -360,20 +372,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
360
372
|
heating_set_point_celsius?: number | undefined;
|
|
361
373
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
362
374
|
heating_set_point_fahrenheit?: number | undefined;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
temperature_celsius: z.ZodOptional<z.ZodNumber>;
|
|
366
|
-
relative_humidity: z.ZodOptional<z.ZodNumber>;
|
|
367
|
-
can_enable_automatic_heating: z.ZodOptional<z.ZodBoolean>;
|
|
368
|
-
can_enable_automatic_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
369
|
-
available_hvac_mode_settings: z.ZodOptional<z.ZodArray<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>, "many">>;
|
|
370
|
-
is_cooling_available: z.ZodOptional<z.ZodLiteral<false>>;
|
|
371
|
-
is_heating: z.ZodOptional<z.ZodBoolean>;
|
|
372
|
-
is_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
373
|
-
is_fan_running: z.ZodOptional<z.ZodBoolean>;
|
|
374
|
-
fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on"]>>;
|
|
375
|
-
is_temporary_manual_override_active: z.ZodOptional<z.ZodBoolean>;
|
|
376
|
-
current_climate_setting: z.ZodOptional<z.ZodObject<{
|
|
375
|
+
}>>;
|
|
376
|
+
default_climate_setting: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
377
377
|
automatic_heating_enabled: z.ZodBoolean;
|
|
378
378
|
automatic_cooling_enabled: z.ZodBoolean;
|
|
379
379
|
hvac_mode_setting: z.ZodEnum<["off", "heat", "cool", "heat_cool"]>;
|
|
@@ -400,17 +400,17 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
400
400
|
heating_set_point_celsius?: number | undefined;
|
|
401
401
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
402
402
|
heating_set_point_fahrenheit?: number | undefined;
|
|
403
|
-
}
|
|
403
|
+
}>>>;
|
|
404
404
|
is_climate_setting_schedule_active: z.ZodOptional<z.ZodBoolean>;
|
|
405
405
|
active_climate_setting_schedule: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
406
406
|
name: z.ZodOptional<z.ZodString>;
|
|
407
|
-
created_at: z.ZodString;
|
|
408
407
|
device_id: z.ZodString;
|
|
408
|
+
created_at: z.ZodString;
|
|
409
|
+
errors: z.ZodAny;
|
|
409
410
|
climate_setting_schedule_id: z.ZodString;
|
|
410
411
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
411
412
|
schedule_starts_at: z.ZodString;
|
|
412
413
|
schedule_ends_at: z.ZodString;
|
|
413
|
-
errors: z.ZodAny;
|
|
414
414
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
415
415
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
416
416
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -420,8 +420,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
420
420
|
heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
421
421
|
manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
created_at: string;
|
|
424
423
|
device_id: string;
|
|
424
|
+
created_at: string;
|
|
425
425
|
climate_setting_schedule_id: string;
|
|
426
426
|
schedule_type: "time_bound";
|
|
427
427
|
schedule_starts_at: string;
|
|
@@ -437,8 +437,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
437
437
|
heating_set_point_fahrenheit?: number | undefined;
|
|
438
438
|
manual_override_allowed?: boolean | undefined;
|
|
439
439
|
}, {
|
|
440
|
-
created_at: string;
|
|
441
440
|
device_id: string;
|
|
441
|
+
created_at: string;
|
|
442
442
|
climate_setting_schedule_id: string;
|
|
443
443
|
schedule_type: "time_bound";
|
|
444
444
|
schedule_starts_at: string;
|
|
@@ -460,16 +460,6 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
460
460
|
max_heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
461
461
|
is_heating_available: z.ZodOptional<z.ZodLiteral<true>>;
|
|
462
462
|
}, "strip", z.ZodTypeAny, {
|
|
463
|
-
default_climate_setting?: {
|
|
464
|
-
automatic_heating_enabled: boolean;
|
|
465
|
-
automatic_cooling_enabled: boolean;
|
|
466
|
-
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
467
|
-
manual_override_allowed: boolean;
|
|
468
|
-
cooling_set_point_celsius?: number | undefined;
|
|
469
|
-
heating_set_point_celsius?: number | undefined;
|
|
470
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
471
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
472
|
-
} | undefined;
|
|
473
463
|
temperature_fahrenheit?: number | undefined;
|
|
474
464
|
temperature_celsius?: number | undefined;
|
|
475
465
|
relative_humidity?: number | undefined;
|
|
@@ -492,10 +482,20 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
492
482
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
493
483
|
heating_set_point_fahrenheit?: number | undefined;
|
|
494
484
|
} | undefined;
|
|
485
|
+
default_climate_setting?: {
|
|
486
|
+
automatic_heating_enabled: boolean;
|
|
487
|
+
automatic_cooling_enabled: boolean;
|
|
488
|
+
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
489
|
+
manual_override_allowed: boolean;
|
|
490
|
+
cooling_set_point_celsius?: number | undefined;
|
|
491
|
+
heating_set_point_celsius?: number | undefined;
|
|
492
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
493
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
494
|
+
} | undefined;
|
|
495
495
|
is_climate_setting_schedule_active?: boolean | undefined;
|
|
496
496
|
active_climate_setting_schedule?: {
|
|
497
|
-
created_at: string;
|
|
498
497
|
device_id: string;
|
|
498
|
+
created_at: string;
|
|
499
499
|
climate_setting_schedule_id: string;
|
|
500
500
|
schedule_type: "time_bound";
|
|
501
501
|
schedule_starts_at: string;
|
|
@@ -517,16 +517,6 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
517
517
|
max_heating_set_point_fahrenheit?: number | undefined;
|
|
518
518
|
is_heating_available?: true | undefined;
|
|
519
519
|
}, {
|
|
520
|
-
default_climate_setting?: {
|
|
521
|
-
automatic_heating_enabled: boolean;
|
|
522
|
-
automatic_cooling_enabled: boolean;
|
|
523
|
-
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
524
|
-
manual_override_allowed: boolean;
|
|
525
|
-
cooling_set_point_celsius?: number | undefined;
|
|
526
|
-
heating_set_point_celsius?: number | undefined;
|
|
527
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
528
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
529
|
-
} | undefined;
|
|
530
520
|
temperature_fahrenheit?: number | undefined;
|
|
531
521
|
temperature_celsius?: number | undefined;
|
|
532
522
|
relative_humidity?: number | undefined;
|
|
@@ -549,10 +539,20 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
549
539
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
550
540
|
heating_set_point_fahrenheit?: number | undefined;
|
|
551
541
|
} | undefined;
|
|
542
|
+
default_climate_setting?: {
|
|
543
|
+
automatic_heating_enabled: boolean;
|
|
544
|
+
automatic_cooling_enabled: boolean;
|
|
545
|
+
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
546
|
+
manual_override_allowed: boolean;
|
|
547
|
+
cooling_set_point_celsius?: number | undefined;
|
|
548
|
+
heating_set_point_celsius?: number | undefined;
|
|
549
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
550
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
551
|
+
} | undefined;
|
|
552
552
|
is_climate_setting_schedule_active?: boolean | undefined;
|
|
553
553
|
active_climate_setting_schedule?: {
|
|
554
|
-
created_at: string;
|
|
555
554
|
device_id: string;
|
|
555
|
+
created_at: string;
|
|
556
556
|
climate_setting_schedule_id: string;
|
|
557
557
|
schedule_type: "time_bound";
|
|
558
558
|
schedule_starts_at: string;
|
|
@@ -574,7 +574,19 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
574
574
|
max_heating_set_point_fahrenheit?: number | undefined;
|
|
575
575
|
is_heating_available?: true | undefined;
|
|
576
576
|
}>, z.ZodObject<{
|
|
577
|
-
|
|
577
|
+
temperature_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
578
|
+
temperature_celsius: z.ZodOptional<z.ZodNumber>;
|
|
579
|
+
relative_humidity: z.ZodOptional<z.ZodNumber>;
|
|
580
|
+
can_enable_automatic_heating: z.ZodOptional<z.ZodBoolean>;
|
|
581
|
+
can_enable_automatic_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
582
|
+
available_hvac_mode_settings: z.ZodOptional<z.ZodArray<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>, "many">>;
|
|
583
|
+
is_heating_available: z.ZodOptional<z.ZodLiteral<false>>;
|
|
584
|
+
is_heating: z.ZodOptional<z.ZodBoolean>;
|
|
585
|
+
is_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
586
|
+
is_fan_running: z.ZodOptional<z.ZodBoolean>;
|
|
587
|
+
fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on"]>>;
|
|
588
|
+
is_temporary_manual_override_active: z.ZodOptional<z.ZodBoolean>;
|
|
589
|
+
current_climate_setting: z.ZodOptional<z.ZodObject<{
|
|
578
590
|
automatic_heating_enabled: z.ZodBoolean;
|
|
579
591
|
automatic_cooling_enabled: z.ZodBoolean;
|
|
580
592
|
hvac_mode_setting: z.ZodEnum<["off", "heat", "cool", "heat_cool"]>;
|
|
@@ -601,20 +613,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
601
613
|
heating_set_point_celsius?: number | undefined;
|
|
602
614
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
603
615
|
heating_set_point_fahrenheit?: number | undefined;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
temperature_celsius: z.ZodOptional<z.ZodNumber>;
|
|
607
|
-
relative_humidity: z.ZodOptional<z.ZodNumber>;
|
|
608
|
-
can_enable_automatic_heating: z.ZodOptional<z.ZodBoolean>;
|
|
609
|
-
can_enable_automatic_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
610
|
-
available_hvac_mode_settings: z.ZodOptional<z.ZodArray<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>, "many">>;
|
|
611
|
-
is_heating_available: z.ZodOptional<z.ZodLiteral<false>>;
|
|
612
|
-
is_heating: z.ZodOptional<z.ZodBoolean>;
|
|
613
|
-
is_cooling: z.ZodOptional<z.ZodBoolean>;
|
|
614
|
-
is_fan_running: z.ZodOptional<z.ZodBoolean>;
|
|
615
|
-
fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on"]>>;
|
|
616
|
-
is_temporary_manual_override_active: z.ZodOptional<z.ZodBoolean>;
|
|
617
|
-
current_climate_setting: z.ZodOptional<z.ZodObject<{
|
|
616
|
+
}>>;
|
|
617
|
+
default_climate_setting: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
618
618
|
automatic_heating_enabled: z.ZodBoolean;
|
|
619
619
|
automatic_cooling_enabled: z.ZodBoolean;
|
|
620
620
|
hvac_mode_setting: z.ZodEnum<["off", "heat", "cool", "heat_cool"]>;
|
|
@@ -641,17 +641,17 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
641
641
|
heating_set_point_celsius?: number | undefined;
|
|
642
642
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
643
643
|
heating_set_point_fahrenheit?: number | undefined;
|
|
644
|
-
}
|
|
644
|
+
}>>>;
|
|
645
645
|
is_climate_setting_schedule_active: z.ZodOptional<z.ZodBoolean>;
|
|
646
646
|
active_climate_setting_schedule: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
647
647
|
name: z.ZodOptional<z.ZodString>;
|
|
648
|
-
created_at: z.ZodString;
|
|
649
648
|
device_id: z.ZodString;
|
|
649
|
+
created_at: z.ZodString;
|
|
650
|
+
errors: z.ZodAny;
|
|
650
651
|
climate_setting_schedule_id: z.ZodString;
|
|
651
652
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
652
653
|
schedule_starts_at: z.ZodString;
|
|
653
654
|
schedule_ends_at: z.ZodString;
|
|
654
|
-
errors: z.ZodAny;
|
|
655
655
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
656
656
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
657
657
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -661,8 +661,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
661
661
|
heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
662
662
|
manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
663
663
|
}, "strip", z.ZodTypeAny, {
|
|
664
|
-
created_at: string;
|
|
665
664
|
device_id: string;
|
|
665
|
+
created_at: string;
|
|
666
666
|
climate_setting_schedule_id: string;
|
|
667
667
|
schedule_type: "time_bound";
|
|
668
668
|
schedule_starts_at: string;
|
|
@@ -678,8 +678,8 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
678
678
|
heating_set_point_fahrenheit?: number | undefined;
|
|
679
679
|
manual_override_allowed?: boolean | undefined;
|
|
680
680
|
}, {
|
|
681
|
-
created_at: string;
|
|
682
681
|
device_id: string;
|
|
682
|
+
created_at: string;
|
|
683
683
|
climate_setting_schedule_id: string;
|
|
684
684
|
schedule_type: "time_bound";
|
|
685
685
|
schedule_starts_at: string;
|
|
@@ -701,16 +701,6 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
701
701
|
max_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
702
702
|
is_cooling_available: z.ZodOptional<z.ZodLiteral<true>>;
|
|
703
703
|
}, "strip", z.ZodTypeAny, {
|
|
704
|
-
default_climate_setting?: {
|
|
705
|
-
automatic_heating_enabled: boolean;
|
|
706
|
-
automatic_cooling_enabled: boolean;
|
|
707
|
-
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
708
|
-
manual_override_allowed: boolean;
|
|
709
|
-
cooling_set_point_celsius?: number | undefined;
|
|
710
|
-
heating_set_point_celsius?: number | undefined;
|
|
711
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
712
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
713
|
-
} | undefined;
|
|
714
704
|
temperature_fahrenheit?: number | undefined;
|
|
715
705
|
temperature_celsius?: number | undefined;
|
|
716
706
|
relative_humidity?: number | undefined;
|
|
@@ -733,10 +723,20 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
733
723
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
734
724
|
heating_set_point_fahrenheit?: number | undefined;
|
|
735
725
|
} | undefined;
|
|
726
|
+
default_climate_setting?: {
|
|
727
|
+
automatic_heating_enabled: boolean;
|
|
728
|
+
automatic_cooling_enabled: boolean;
|
|
729
|
+
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
730
|
+
manual_override_allowed: boolean;
|
|
731
|
+
cooling_set_point_celsius?: number | undefined;
|
|
732
|
+
heating_set_point_celsius?: number | undefined;
|
|
733
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
734
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
735
|
+
} | undefined;
|
|
736
736
|
is_climate_setting_schedule_active?: boolean | undefined;
|
|
737
737
|
active_climate_setting_schedule?: {
|
|
738
|
-
created_at: string;
|
|
739
738
|
device_id: string;
|
|
739
|
+
created_at: string;
|
|
740
740
|
climate_setting_schedule_id: string;
|
|
741
741
|
schedule_type: "time_bound";
|
|
742
742
|
schedule_starts_at: string;
|
|
@@ -758,16 +758,6 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
758
758
|
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
759
759
|
is_cooling_available?: true | undefined;
|
|
760
760
|
}, {
|
|
761
|
-
default_climate_setting?: {
|
|
762
|
-
automatic_heating_enabled: boolean;
|
|
763
|
-
automatic_cooling_enabled: boolean;
|
|
764
|
-
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
765
|
-
manual_override_allowed: boolean;
|
|
766
|
-
cooling_set_point_celsius?: number | undefined;
|
|
767
|
-
heating_set_point_celsius?: number | undefined;
|
|
768
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
769
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
770
|
-
} | undefined;
|
|
771
761
|
temperature_fahrenheit?: number | undefined;
|
|
772
762
|
temperature_celsius?: number | undefined;
|
|
773
763
|
relative_humidity?: number | undefined;
|
|
@@ -790,10 +780,20 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
790
780
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
791
781
|
heating_set_point_fahrenheit?: number | undefined;
|
|
792
782
|
} | undefined;
|
|
783
|
+
default_climate_setting?: {
|
|
784
|
+
automatic_heating_enabled: boolean;
|
|
785
|
+
automatic_cooling_enabled: boolean;
|
|
786
|
+
hvac_mode_setting: "off" | "heat" | "cool" | "heat_cool";
|
|
787
|
+
manual_override_allowed: boolean;
|
|
788
|
+
cooling_set_point_celsius?: number | undefined;
|
|
789
|
+
heating_set_point_celsius?: number | undefined;
|
|
790
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
791
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
792
|
+
} | undefined;
|
|
793
793
|
is_climate_setting_schedule_active?: boolean | undefined;
|
|
794
794
|
active_climate_setting_schedule?: {
|
|
795
|
-
created_at: string;
|
|
796
795
|
device_id: string;
|
|
796
|
+
created_at: string;
|
|
797
797
|
climate_setting_schedule_id: string;
|
|
798
798
|
schedule_type: "time_bound";
|
|
799
799
|
schedule_starts_at: string;
|
|
@@ -816,4 +816,4 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
816
816
|
is_cooling_available?: true | undefined;
|
|
817
817
|
}>]>>;
|
|
818
818
|
export type { AccessCodeConstraint } from './access-code.js';
|
|
819
|
-
export type { ClimateSetting, HvacModeSetting } from './thermostat.js';
|
|
819
|
+
export type { ClimateSetting, FanModeSetting, HvacModeSetting, } from './thermostat.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,iCAAiC,EACjC,2BAA2B,GAC5B,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AACtD,OAAO,EACL,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,gCAAgC,GACjC,MAAM,iBAAiB,CAAA;AAExB,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC3B,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,0BAA0B,EAC1B,gCAAgC,GACjC,CAAA;AAED,sEAAsE;AACtE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,YAAY,CACjD,iCAAiC;KAC9B,OAAO,EAAE;KACT,KAAK,CAAC,0BAA0B,CAAC,OAAO,EAAE,CAAC,EAC9C,gCAAgC,CACjC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lock.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/lock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,cAAc,EAAE,CAAC;SACd,MAAM,CAAC;QACN,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;KAClB,CAAC;SACD,QAAQ,EAAE;IACb,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA"}
|
|
@@ -15,7 +15,7 @@ export const climate_setting_schedule = z
|
|
|
15
15
|
.object({
|
|
16
16
|
climate_setting_schedule_id: z.string().uuid(),
|
|
17
17
|
schedule_type: z.literal('time_bound'),
|
|
18
|
-
device_id: z.string(),
|
|
18
|
+
device_id: z.string().uuid(),
|
|
19
19
|
name: z.string().optional(),
|
|
20
20
|
schedule_starts_at: z.string(),
|
|
21
21
|
schedule_ends_at: z.string(),
|