@seamapi/types 1.395.1 → 1.395.2
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 +57 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +578 -502
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +2 -2
- package/lib/seam/connect/models/access-grants/access-method.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential-pool.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-access-method.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
- package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +2 -2
- package/lib/seam/connect/models/bridges/bridge.d.ts +2 -2
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +2 -2
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +25 -20
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +25 -20
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +2 -7
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +37 -30
- package/lib/seam/connect/models/devices/phone.d.ts +2 -2
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +28 -23
- package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
- package/lib/seam/connect/models/events/access-grants.d.ts +20 -20
- package/lib/seam/connect/models/events/access-methods.d.ts +12 -12
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +4 -4
- package/lib/seam/connect/models/events/acs/common.d.ts +2 -2
- package/lib/seam/connect/models/events/acs/credentials.d.ts +16 -16
- package/lib/seam/connect/models/events/acs/encoders.d.ts +8 -8
- package/lib/seam/connect/models/events/acs/entrances.d.ts +8 -8
- package/lib/seam/connect/models/events/acs/index.d.ts +28 -28
- package/lib/seam/connect/models/events/acs/systems.d.ts +12 -12
- package/lib/seam/connect/models/events/acs/users.d.ts +8 -8
- package/lib/seam/connect/models/events/action-attempts.d.ts +16 -16
- package/lib/seam/connect/models/events/client-sessions.d.ts +4 -4
- package/lib/seam/connect/models/events/common.d.ts +2 -2
- package/lib/seam/connect/models/events/connect-webviews.d.ts +8 -8
- package/lib/seam/connect/models/events/connected-accounts.d.ts +28 -28
- package/lib/seam/connect/models/events/devices.d.ts +132 -132
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +4 -4
- package/lib/seam/connect/models/events/phones.d.ts +4 -4
- package/lib/seam/connect/models/events/seam-event.d.ts +176 -176
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +2 -2
- package/lib/seam/connect/models/locations/location.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/thermostat-program.d.ts +6 -6
- package/lib/seam/connect/models/thermostats/thermostat-program.js +5 -5
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +6 -3
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +5 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +2 -2
- package/lib/seam/connect/openapi.d.ts +35 -8
- package/lib/seam/connect/openapi.js +43 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +136 -102
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +2 -7
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +7 -5
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +7 -1
- package/src/lib/seam/connect/openapi.ts +47 -10
- package/src/lib/seam/connect/route-types.ts +617 -505
|
@@ -8,16 +8,16 @@ export declare const instant_key: z.ZodObject<{
|
|
|
8
8
|
user_identity_id: z.ZodString;
|
|
9
9
|
expires_at: z.ZodString;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
created_at: string;
|
|
12
11
|
workspace_id: string;
|
|
12
|
+
created_at: string;
|
|
13
13
|
user_identity_id: string;
|
|
14
14
|
instant_key_url: string;
|
|
15
15
|
client_session_id: string;
|
|
16
16
|
expires_at: string;
|
|
17
17
|
instant_key_id: string;
|
|
18
18
|
}, {
|
|
19
|
-
created_at: string;
|
|
20
19
|
workspace_id: string;
|
|
20
|
+
created_at: string;
|
|
21
21
|
user_identity_id: string;
|
|
22
22
|
instant_key_url: string;
|
|
23
23
|
client_session_id: string;
|
|
@@ -29,9 +29,9 @@ export declare const location: z.ZodObject<{
|
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
name: string;
|
|
31
31
|
display_name: string;
|
|
32
|
+
workspace_id: string;
|
|
32
33
|
created_at: string;
|
|
33
34
|
location_id: string;
|
|
34
|
-
workspace_id: string;
|
|
35
35
|
geolocation?: {
|
|
36
36
|
latitude: number;
|
|
37
37
|
longitude: number;
|
|
@@ -40,9 +40,9 @@ export declare const location: z.ZodObject<{
|
|
|
40
40
|
}, {
|
|
41
41
|
name: string;
|
|
42
42
|
display_name: string;
|
|
43
|
+
workspace_id: string;
|
|
43
44
|
created_at: string;
|
|
44
45
|
location_id: string;
|
|
45
|
-
workspace_id: string;
|
|
46
46
|
geolocation?: {
|
|
47
47
|
latitude: number;
|
|
48
48
|
longitude: number;
|
|
@@ -12,7 +12,7 @@ export declare const thermostat_daily_program_period: z.ZodObject<{
|
|
|
12
12
|
export declare const thermostat_daily_program: z.ZodObject<{
|
|
13
13
|
thermostat_daily_program_id: z.ZodString;
|
|
14
14
|
device_id: z.ZodString;
|
|
15
|
-
name: z.
|
|
15
|
+
name: z.ZodNullable<z.ZodString>;
|
|
16
16
|
periods: z.ZodArray<z.ZodObject<{
|
|
17
17
|
starts_at_time: z.ZodString;
|
|
18
18
|
climate_preset_key: z.ZodString;
|
|
@@ -23,28 +23,30 @@ export declare const thermostat_daily_program: z.ZodObject<{
|
|
|
23
23
|
climate_preset_key: string;
|
|
24
24
|
starts_at_time: string;
|
|
25
25
|
}>, "many">;
|
|
26
|
+
workspace_id: z.ZodString;
|
|
26
27
|
created_at: z.ZodString;
|
|
27
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
name: string | null;
|
|
28
30
|
thermostat_daily_program_id: string;
|
|
29
31
|
device_id: string;
|
|
30
32
|
periods: {
|
|
31
33
|
climate_preset_key: string;
|
|
32
34
|
starts_at_time: string;
|
|
33
35
|
}[];
|
|
36
|
+
workspace_id: string;
|
|
34
37
|
created_at: string;
|
|
35
|
-
name?: string | undefined;
|
|
36
38
|
}, {
|
|
39
|
+
name: string | null;
|
|
37
40
|
thermostat_daily_program_id: string;
|
|
38
41
|
device_id: string;
|
|
39
42
|
periods: {
|
|
40
43
|
climate_preset_key: string;
|
|
41
44
|
starts_at_time: string;
|
|
42
45
|
}[];
|
|
46
|
+
workspace_id: string;
|
|
43
47
|
created_at: string;
|
|
44
|
-
name?: string | undefined;
|
|
45
48
|
}>;
|
|
46
49
|
export declare const thermostat_weekly_program: z.ZodObject<{
|
|
47
|
-
device_id: z.ZodString;
|
|
48
50
|
monday_program_id: z.ZodNullable<z.ZodString>;
|
|
49
51
|
tuesday_program_id: z.ZodNullable<z.ZodString>;
|
|
50
52
|
wednesday_program_id: z.ZodNullable<z.ZodString>;
|
|
@@ -54,7 +56,6 @@ export declare const thermostat_weekly_program: z.ZodObject<{
|
|
|
54
56
|
sunday_program_id: z.ZodNullable<z.ZodString>;
|
|
55
57
|
created_at: z.ZodString;
|
|
56
58
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
device_id: string;
|
|
58
59
|
created_at: string;
|
|
59
60
|
monday_program_id: string | null;
|
|
60
61
|
tuesday_program_id: string | null;
|
|
@@ -64,7 +65,6 @@ export declare const thermostat_weekly_program: z.ZodObject<{
|
|
|
64
65
|
saturday_program_id: string | null;
|
|
65
66
|
sunday_program_id: string | null;
|
|
66
67
|
}, {
|
|
67
|
-
device_id: string;
|
|
68
68
|
created_at: string;
|
|
69
69
|
monday_program_id: string | null;
|
|
70
70
|
tuesday_program_id: string | null;
|
|
@@ -16,21 +16,21 @@ export const thermostat_daily_program = z.object({
|
|
|
16
16
|
device_id: z.string().uuid().describe('ID of the desired thermostat device.'),
|
|
17
17
|
name: z
|
|
18
18
|
.string()
|
|
19
|
-
.
|
|
19
|
+
.nullable()
|
|
20
20
|
.describe('User-friendly name to identify the thermostat daily program.'),
|
|
21
21
|
periods: z
|
|
22
22
|
.array(thermostat_daily_program_period)
|
|
23
23
|
.describe('Array of thermostat daily program periods.'),
|
|
24
|
+
workspace_id: z
|
|
25
|
+
.string()
|
|
26
|
+
.uuid()
|
|
27
|
+
.describe('ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program.'),
|
|
24
28
|
created_at: z
|
|
25
29
|
.string()
|
|
26
30
|
.datetime()
|
|
27
31
|
.describe('Date and time at which the thermostat daily program was created.'),
|
|
28
32
|
});
|
|
29
33
|
export const thermostat_weekly_program = z.object({
|
|
30
|
-
device_id: z
|
|
31
|
-
.string()
|
|
32
|
-
.uuid()
|
|
33
|
-
.describe('ID of the thermostat device the weekly program is for.'),
|
|
34
34
|
monday_program_id: z
|
|
35
35
|
.string()
|
|
36
36
|
.uuid()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thermostat-program.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/thermostat-program.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IACtD,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,KAAK,CAAC,uCAAuC,CAAC;SAC9C,QAAQ,CACP,wIAAwI,CACzI;IACH,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,iKAAiK,CAClK;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,qCAAqC,CAAC;IAClD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IAC7E,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8DAA8D,CAAC;IAC3E,OAAO,EAAE,CAAC;SACP,KAAK,CAAC,+BAA+B,CAAC;SACtC,QAAQ,CAAC,4CAA4C,CAAC;IACzD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,kEAAkE,CACnE;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,
|
|
1
|
+
{"version":3,"file":"thermostat-program.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/thermostat-program.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IACtD,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,KAAK,CAAC,uCAAuC,CAAC;SAC9C,QAAQ,CACP,wIAAwI,CACzI;IACH,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,iKAAiK,CAClK;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,qCAAqC,CAAC;IAClD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IAC7E,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8DAA8D,CAAC;IAC3E,OAAO,EAAE,CAAC;SACP,KAAK,CAAC,+BAA+B,CAAC;SACtC,QAAQ,CAAC,4CAA4C,CAAC;IACzD,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,yHAAyH,CAC1H;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,kEAAkE,CACnE;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,wDAAwD,CAAC;IACrE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,0DAA0D,CAAC;IACvE,mBAAmB,EAAE,CAAC;SACnB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,mBAAmB,EAAE,CAAC;SACnB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,mEAAmE,CACpE;CACJ,CAAC,CAAA"}
|
|
@@ -2,12 +2,13 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const thermostat_schedule: z.ZodObject<{
|
|
3
3
|
thermostat_schedule_id: z.ZodString;
|
|
4
4
|
device_id: z.ZodString;
|
|
5
|
-
name: z.
|
|
5
|
+
name: z.ZodNullable<z.ZodString>;
|
|
6
6
|
climate_preset_key: z.ZodString;
|
|
7
7
|
max_override_period_minutes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8
8
|
starts_at: z.ZodString;
|
|
9
9
|
is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
10
10
|
ends_at: z.ZodString;
|
|
11
|
+
workspace_id: z.ZodString;
|
|
11
12
|
created_at: z.ZodString;
|
|
12
13
|
errors: z.ZodArray<z.ZodObject<{
|
|
13
14
|
error_code: z.ZodString;
|
|
@@ -20,8 +21,10 @@ export declare const thermostat_schedule: z.ZodObject<{
|
|
|
20
21
|
error_code: string;
|
|
21
22
|
}>, "many">;
|
|
22
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
name: string | null;
|
|
23
25
|
climate_preset_key: string;
|
|
24
26
|
device_id: string;
|
|
27
|
+
workspace_id: string;
|
|
25
28
|
created_at: string;
|
|
26
29
|
thermostat_schedule_id: string;
|
|
27
30
|
starts_at: string;
|
|
@@ -30,12 +33,13 @@ export declare const thermostat_schedule: z.ZodObject<{
|
|
|
30
33
|
message: string;
|
|
31
34
|
error_code: string;
|
|
32
35
|
}[];
|
|
33
|
-
name?: string | undefined;
|
|
34
36
|
max_override_period_minutes?: number | null | undefined;
|
|
35
37
|
is_override_allowed?: boolean | undefined;
|
|
36
38
|
}, {
|
|
39
|
+
name: string | null;
|
|
37
40
|
climate_preset_key: string;
|
|
38
41
|
device_id: string;
|
|
42
|
+
workspace_id: string;
|
|
39
43
|
created_at: string;
|
|
40
44
|
thermostat_schedule_id: string;
|
|
41
45
|
starts_at: string;
|
|
@@ -44,7 +48,6 @@ export declare const thermostat_schedule: z.ZodObject<{
|
|
|
44
48
|
message: string;
|
|
45
49
|
error_code: string;
|
|
46
50
|
}[];
|
|
47
|
-
name?: string | undefined;
|
|
48
51
|
max_override_period_minutes?: number | null | undefined;
|
|
49
52
|
is_override_allowed?: boolean | undefined;
|
|
50
53
|
}>;
|
|
@@ -10,7 +10,7 @@ export const thermostat_schedule = z.object({
|
|
|
10
10
|
.describe('ID of the desired [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) device.'),
|
|
11
11
|
name: z
|
|
12
12
|
.string()
|
|
13
|
-
.
|
|
13
|
+
.nullable()
|
|
14
14
|
.describe('User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).'),
|
|
15
15
|
climate_preset_key: z
|
|
16
16
|
.string()
|
|
@@ -34,6 +34,10 @@ export const thermostat_schedule = z.object({
|
|
|
34
34
|
.string()
|
|
35
35
|
.datetime()
|
|
36
36
|
.describe('Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.'),
|
|
37
|
+
workspace_id: z
|
|
38
|
+
.string()
|
|
39
|
+
.uuid()
|
|
40
|
+
.describe('ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule.'),
|
|
37
41
|
created_at: z
|
|
38
42
|
.string()
|
|
39
43
|
.datetime()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thermostat-schedule.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/thermostat-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wIAAwI,CACzI;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,mGAAmG,CACpG;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,iKAAiK,CAClK;IACH,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,0QAA0Q,CAC3Q;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,sbAAsb,CACvb;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,8OAA8O,CAC/O;IACH,mBAAmB,EAAE,CAAC;SACnB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,iOAAiO,CAClO;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,4OAA4O,CAC7O;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,qKAAqK,CACtK;IACH,MAAM,EAAE,CAAC;SACN,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC;aACV,MAAM,EAAE;aACR,QAAQ,CACP,oGAAoG,CACrG;QACH,OAAO,EAAE,CAAC;aACP,MAAM,EAAE;aACR,QAAQ,CACP,wGAAwG,CACzG;KACJ,CAAC,CACH;SACA,QAAQ,CACP,yJAAyJ,CAC1J;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"thermostat-schedule.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/thermostats/thermostat-schedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wIAAwI,CACzI;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,mGAAmG,CACpG;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,iKAAiK,CAClK;IACH,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,0QAA0Q,CAC3Q;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,sbAAsb,CACvb;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,8OAA8O,CAC/O;IACH,mBAAmB,EAAE,CAAC;SACnB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,iOAAiO,CAClO;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,4OAA4O,CAC7O;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,oHAAoH,CACrH;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,qKAAqK,CACtK;IACH,MAAM,EAAE,CAAC;SACN,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC;aACV,MAAM,EAAE;aACR,QAAQ,CACP,oGAAoG,CACrG;QACH,OAAO,EAAE,CAAC;aACP,MAAM,EAAE;aACR,QAAQ,CACP,wGAAwG,CACzG;KACJ,CAAC,CACH;SACA,QAAQ,CACP,yJAAyJ,CAC1J;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
@@ -10,8 +10,8 @@ export declare const user_identity: z.ZodObject<{
|
|
|
10
10
|
workspace_id: z.ZodString;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
12
|
display_name: string;
|
|
13
|
-
created_at: string;
|
|
14
13
|
workspace_id: string;
|
|
14
|
+
created_at: string;
|
|
15
15
|
user_identity_id: string;
|
|
16
16
|
email_address: string | null;
|
|
17
17
|
full_name: string | null;
|
|
@@ -19,8 +19,8 @@ export declare const user_identity: z.ZodObject<{
|
|
|
19
19
|
user_identity_key: string | null;
|
|
20
20
|
}, {
|
|
21
21
|
display_name: string;
|
|
22
|
-
created_at: string;
|
|
23
22
|
workspace_id: string;
|
|
23
|
+
created_at: string;
|
|
24
24
|
user_identity_id: string;
|
|
25
25
|
email_address: string | null;
|
|
26
26
|
full_name: string | null;
|
|
@@ -4558,6 +4558,7 @@ declare const _default: {
|
|
|
4558
4558
|
};
|
|
4559
4559
|
name: {
|
|
4560
4560
|
description: string;
|
|
4561
|
+
nullable: boolean;
|
|
4561
4562
|
type: string;
|
|
4562
4563
|
};
|
|
4563
4564
|
starts_at: {
|
|
@@ -4570,6 +4571,11 @@ declare const _default: {
|
|
|
4570
4571
|
format: string;
|
|
4571
4572
|
type: string;
|
|
4572
4573
|
};
|
|
4574
|
+
workspace_id: {
|
|
4575
|
+
description: string;
|
|
4576
|
+
format: string;
|
|
4577
|
+
type: string;
|
|
4578
|
+
};
|
|
4573
4579
|
};
|
|
4574
4580
|
required: string[];
|
|
4575
4581
|
type: string;
|
|
@@ -4901,7 +4907,6 @@ declare const _default: {
|
|
|
4901
4907
|
type: string;
|
|
4902
4908
|
};
|
|
4903
4909
|
thermostat_daily_programs: {
|
|
4904
|
-
default: null;
|
|
4905
4910
|
items: {
|
|
4906
4911
|
properties: {
|
|
4907
4912
|
created_at: {
|
|
@@ -4916,6 +4921,7 @@ declare const _default: {
|
|
|
4916
4921
|
};
|
|
4917
4922
|
name: {
|
|
4918
4923
|
description: string;
|
|
4924
|
+
nullable: boolean;
|
|
4919
4925
|
type: string;
|
|
4920
4926
|
};
|
|
4921
4927
|
periods: {
|
|
@@ -4942,15 +4948,18 @@ declare const _default: {
|
|
|
4942
4948
|
format: string;
|
|
4943
4949
|
type: string;
|
|
4944
4950
|
};
|
|
4951
|
+
workspace_id: {
|
|
4952
|
+
description: string;
|
|
4953
|
+
format: string;
|
|
4954
|
+
type: string;
|
|
4955
|
+
};
|
|
4945
4956
|
};
|
|
4946
4957
|
required: string[];
|
|
4947
4958
|
type: string;
|
|
4948
4959
|
};
|
|
4949
|
-
nullable: boolean;
|
|
4950
4960
|
type: string;
|
|
4951
4961
|
};
|
|
4952
4962
|
thermostat_weekly_program: {
|
|
4953
|
-
default: null;
|
|
4954
4963
|
nullable: boolean;
|
|
4955
4964
|
properties: {
|
|
4956
4965
|
created_at: {
|
|
@@ -4958,11 +4967,6 @@ declare const _default: {
|
|
|
4958
4967
|
format: string;
|
|
4959
4968
|
type: string;
|
|
4960
4969
|
};
|
|
4961
|
-
device_id: {
|
|
4962
|
-
description: string;
|
|
4963
|
-
format: string;
|
|
4964
|
-
type: string;
|
|
4965
|
-
};
|
|
4966
4970
|
friday_program_id: {
|
|
4967
4971
|
description: string;
|
|
4968
4972
|
format: string;
|
|
@@ -8517,6 +8521,7 @@ declare const _default: {
|
|
|
8517
8521
|
};
|
|
8518
8522
|
name: {
|
|
8519
8523
|
description: string;
|
|
8524
|
+
nullable: boolean;
|
|
8520
8525
|
type: string;
|
|
8521
8526
|
};
|
|
8522
8527
|
starts_at: {
|
|
@@ -8529,6 +8534,11 @@ declare const _default: {
|
|
|
8529
8534
|
format: string;
|
|
8530
8535
|
type: string;
|
|
8531
8536
|
};
|
|
8537
|
+
workspace_id: {
|
|
8538
|
+
description: string;
|
|
8539
|
+
format: string;
|
|
8540
|
+
type: string;
|
|
8541
|
+
};
|
|
8532
8542
|
};
|
|
8533
8543
|
required: string[];
|
|
8534
8544
|
type: string;
|
|
@@ -18440,6 +18450,7 @@ declare const _default: {
|
|
|
18440
18450
|
'x-fern-sdk-group-name': string[];
|
|
18441
18451
|
'x-fern-sdk-method-name': string;
|
|
18442
18452
|
'x-response-key': null;
|
|
18453
|
+
'x-title': string;
|
|
18443
18454
|
};
|
|
18444
18455
|
};
|
|
18445
18456
|
'/connected_accounts/get': {
|
|
@@ -18528,6 +18539,7 @@ declare const _default: {
|
|
|
18528
18539
|
'x-fern-sdk-method-name': string;
|
|
18529
18540
|
'x-fern-sdk-return-value': string;
|
|
18530
18541
|
'x-response-key': string;
|
|
18542
|
+
'x-title': string;
|
|
18531
18543
|
};
|
|
18532
18544
|
};
|
|
18533
18545
|
'/connected_accounts/list': {
|
|
@@ -18621,6 +18633,7 @@ declare const _default: {
|
|
|
18621
18633
|
'x-fern-sdk-method-name': string;
|
|
18622
18634
|
'x-fern-sdk-return-value': string;
|
|
18623
18635
|
'x-response-key': string;
|
|
18636
|
+
'x-title': string;
|
|
18624
18637
|
};
|
|
18625
18638
|
};
|
|
18626
18639
|
'/connected_accounts/update': {
|
|
@@ -18703,6 +18716,7 @@ declare const _default: {
|
|
|
18703
18716
|
'x-fern-sdk-group-name': string[];
|
|
18704
18717
|
'x-fern-sdk-method-name': string;
|
|
18705
18718
|
'x-response-key': null;
|
|
18719
|
+
'x-title': string;
|
|
18706
18720
|
};
|
|
18707
18721
|
};
|
|
18708
18722
|
'/devices/delete': {
|
|
@@ -23308,36 +23322,43 @@ declare const _default: {
|
|
|
23308
23322
|
friday_program_id: {
|
|
23309
23323
|
description: string;
|
|
23310
23324
|
format: string;
|
|
23325
|
+
nullable: boolean;
|
|
23311
23326
|
type: string;
|
|
23312
23327
|
};
|
|
23313
23328
|
monday_program_id: {
|
|
23314
23329
|
description: string;
|
|
23315
23330
|
format: string;
|
|
23331
|
+
nullable: boolean;
|
|
23316
23332
|
type: string;
|
|
23317
23333
|
};
|
|
23318
23334
|
saturday_program_id: {
|
|
23319
23335
|
description: string;
|
|
23320
23336
|
format: string;
|
|
23337
|
+
nullable: boolean;
|
|
23321
23338
|
type: string;
|
|
23322
23339
|
};
|
|
23323
23340
|
sunday_program_id: {
|
|
23324
23341
|
description: string;
|
|
23325
23342
|
format: string;
|
|
23343
|
+
nullable: boolean;
|
|
23326
23344
|
type: string;
|
|
23327
23345
|
};
|
|
23328
23346
|
thursday_program_id: {
|
|
23329
23347
|
description: string;
|
|
23330
23348
|
format: string;
|
|
23349
|
+
nullable: boolean;
|
|
23331
23350
|
type: string;
|
|
23332
23351
|
};
|
|
23333
23352
|
tuesday_program_id: {
|
|
23334
23353
|
description: string;
|
|
23335
23354
|
format: string;
|
|
23355
|
+
nullable: boolean;
|
|
23336
23356
|
type: string;
|
|
23337
23357
|
};
|
|
23338
23358
|
wednesday_program_id: {
|
|
23339
23359
|
description: string;
|
|
23340
23360
|
format: string;
|
|
23361
|
+
nullable: boolean;
|
|
23341
23362
|
type: string;
|
|
23342
23363
|
};
|
|
23343
23364
|
};
|
|
@@ -23768,6 +23789,7 @@ declare const _default: {
|
|
|
23768
23789
|
};
|
|
23769
23790
|
name: {
|
|
23770
23791
|
description: string;
|
|
23792
|
+
nullable: boolean;
|
|
23771
23793
|
type: string;
|
|
23772
23794
|
};
|
|
23773
23795
|
periods: {
|
|
@@ -23794,6 +23816,11 @@ declare const _default: {
|
|
|
23794
23816
|
format: string;
|
|
23795
23817
|
type: string;
|
|
23796
23818
|
};
|
|
23819
|
+
workspace_id: {
|
|
23820
|
+
description: string;
|
|
23821
|
+
format: string;
|
|
23822
|
+
type: string;
|
|
23823
|
+
};
|
|
23797
23824
|
};
|
|
23798
23825
|
required: string[];
|
|
23799
23826
|
type: string;
|
|
@@ -8104,6 +8104,7 @@ export default {
|
|
|
8104
8104
|
},
|
|
8105
8105
|
name: {
|
|
8106
8106
|
description: 'User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).',
|
|
8107
|
+
nullable: true,
|
|
8107
8108
|
type: 'string',
|
|
8108
8109
|
},
|
|
8109
8110
|
starts_at: {
|
|
@@ -8116,13 +8117,20 @@ export default {
|
|
|
8116
8117
|
format: 'uuid',
|
|
8117
8118
|
type: 'string',
|
|
8118
8119
|
},
|
|
8120
|
+
workspace_id: {
|
|
8121
|
+
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule.',
|
|
8122
|
+
format: 'uuid',
|
|
8123
|
+
type: 'string',
|
|
8124
|
+
},
|
|
8119
8125
|
},
|
|
8120
8126
|
required: [
|
|
8121
8127
|
'thermostat_schedule_id',
|
|
8122
8128
|
'device_id',
|
|
8129
|
+
'name',
|
|
8123
8130
|
'climate_preset_key',
|
|
8124
8131
|
'starts_at',
|
|
8125
8132
|
'ends_at',
|
|
8133
|
+
'workspace_id',
|
|
8126
8134
|
'created_at',
|
|
8127
8135
|
'errors',
|
|
8128
8136
|
],
|
|
@@ -8456,7 +8464,6 @@ export default {
|
|
|
8456
8464
|
type: 'object',
|
|
8457
8465
|
},
|
|
8458
8466
|
thermostat_daily_programs: {
|
|
8459
|
-
default: null,
|
|
8460
8467
|
items: {
|
|
8461
8468
|
properties: {
|
|
8462
8469
|
created_at: {
|
|
@@ -8471,6 +8478,7 @@ export default {
|
|
|
8471
8478
|
},
|
|
8472
8479
|
name: {
|
|
8473
8480
|
description: 'User-friendly name to identify the thermostat daily program.',
|
|
8481
|
+
nullable: true,
|
|
8474
8482
|
type: 'string',
|
|
8475
8483
|
},
|
|
8476
8484
|
periods: {
|
|
@@ -8500,20 +8508,25 @@ export default {
|
|
|
8500
8508
|
format: 'uuid',
|
|
8501
8509
|
type: 'string',
|
|
8502
8510
|
},
|
|
8511
|
+
workspace_id: {
|
|
8512
|
+
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program.',
|
|
8513
|
+
format: 'uuid',
|
|
8514
|
+
type: 'string',
|
|
8515
|
+
},
|
|
8503
8516
|
},
|
|
8504
8517
|
required: [
|
|
8505
8518
|
'thermostat_daily_program_id',
|
|
8506
8519
|
'device_id',
|
|
8520
|
+
'name',
|
|
8507
8521
|
'periods',
|
|
8522
|
+
'workspace_id',
|
|
8508
8523
|
'created_at',
|
|
8509
8524
|
],
|
|
8510
8525
|
type: 'object',
|
|
8511
8526
|
},
|
|
8512
|
-
nullable: true,
|
|
8513
8527
|
type: 'array',
|
|
8514
8528
|
},
|
|
8515
8529
|
thermostat_weekly_program: {
|
|
8516
|
-
default: null,
|
|
8517
8530
|
nullable: true,
|
|
8518
8531
|
properties: {
|
|
8519
8532
|
created_at: {
|
|
@@ -8521,11 +8534,6 @@ export default {
|
|
|
8521
8534
|
format: 'date-time',
|
|
8522
8535
|
type: 'string',
|
|
8523
8536
|
},
|
|
8524
|
-
device_id: {
|
|
8525
|
-
description: 'ID of the thermostat device the weekly program is for.',
|
|
8526
|
-
format: 'uuid',
|
|
8527
|
-
type: 'string',
|
|
8528
|
-
},
|
|
8529
8537
|
friday_program_id: {
|
|
8530
8538
|
description: 'ID of the thermostat daily program to run on Fridays.',
|
|
8531
8539
|
format: 'uuid',
|
|
@@ -8570,7 +8578,6 @@ export default {
|
|
|
8570
8578
|
},
|
|
8571
8579
|
},
|
|
8572
8580
|
required: [
|
|
8573
|
-
'device_id',
|
|
8574
8581
|
'monday_program_id',
|
|
8575
8582
|
'tuesday_program_id',
|
|
8576
8583
|
'wednesday_program_id',
|
|
@@ -13880,6 +13887,7 @@ export default {
|
|
|
13880
13887
|
},
|
|
13881
13888
|
name: {
|
|
13882
13889
|
description: 'User-friendly name to identify the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).',
|
|
13890
|
+
nullable: true,
|
|
13883
13891
|
type: 'string',
|
|
13884
13892
|
},
|
|
13885
13893
|
starts_at: {
|
|
@@ -13892,13 +13900,20 @@ export default {
|
|
|
13892
13900
|
format: 'uuid',
|
|
13893
13901
|
type: 'string',
|
|
13894
13902
|
},
|
|
13903
|
+
workspace_id: {
|
|
13904
|
+
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat schedule.',
|
|
13905
|
+
format: 'uuid',
|
|
13906
|
+
type: 'string',
|
|
13907
|
+
},
|
|
13895
13908
|
},
|
|
13896
13909
|
required: [
|
|
13897
13910
|
'thermostat_schedule_id',
|
|
13898
13911
|
'device_id',
|
|
13912
|
+
'name',
|
|
13899
13913
|
'climate_preset_key',
|
|
13900
13914
|
'starts_at',
|
|
13901
13915
|
'ends_at',
|
|
13916
|
+
'workspace_id',
|
|
13902
13917
|
'created_at',
|
|
13903
13918
|
'errors',
|
|
13904
13919
|
],
|
|
@@ -23669,6 +23684,7 @@ export default {
|
|
|
23669
23684
|
'x-fern-sdk-group-name': ['connected_accounts'],
|
|
23670
23685
|
'x-fern-sdk-method-name': 'delete',
|
|
23671
23686
|
'x-response-key': null,
|
|
23687
|
+
'x-title': 'Delete a Connected Account',
|
|
23672
23688
|
},
|
|
23673
23689
|
},
|
|
23674
23690
|
'/connected_accounts/get': {
|
|
@@ -23729,6 +23745,7 @@ export default {
|
|
|
23729
23745
|
'x-fern-sdk-method-name': 'get',
|
|
23730
23746
|
'x-fern-sdk-return-value': 'connected_account',
|
|
23731
23747
|
'x-response-key': 'connected_account',
|
|
23748
|
+
'x-title': 'Get a Connected Account',
|
|
23732
23749
|
},
|
|
23733
23750
|
},
|
|
23734
23751
|
'/connected_accounts/list': {
|
|
@@ -23802,6 +23819,7 @@ export default {
|
|
|
23802
23819
|
'x-fern-sdk-method-name': 'list',
|
|
23803
23820
|
'x-fern-sdk-return-value': 'connected_accounts',
|
|
23804
23821
|
'x-response-key': 'connected_accounts',
|
|
23822
|
+
'x-title': 'List Connected Accounts',
|
|
23805
23823
|
},
|
|
23806
23824
|
},
|
|
23807
23825
|
'/connected_accounts/update': {
|
|
@@ -23862,6 +23880,7 @@ export default {
|
|
|
23862
23880
|
'x-fern-sdk-group-name': ['connected_accounts'],
|
|
23863
23881
|
'x-fern-sdk-method-name': 'update',
|
|
23864
23882
|
'x-response-key': null,
|
|
23883
|
+
'x-title': 'Update a Connected Account',
|
|
23865
23884
|
},
|
|
23866
23885
|
},
|
|
23867
23886
|
'/devices/delete': {
|
|
@@ -28039,36 +28058,43 @@ export default {
|
|
|
28039
28058
|
friday_program_id: {
|
|
28040
28059
|
description: 'ID of the thermostat daily program to run on Fridays.',
|
|
28041
28060
|
format: 'uuid',
|
|
28061
|
+
nullable: true,
|
|
28042
28062
|
type: 'string',
|
|
28043
28063
|
},
|
|
28044
28064
|
monday_program_id: {
|
|
28045
28065
|
description: 'ID of the thermostat daily program to run on Mondays.',
|
|
28046
28066
|
format: 'uuid',
|
|
28067
|
+
nullable: true,
|
|
28047
28068
|
type: 'string',
|
|
28048
28069
|
},
|
|
28049
28070
|
saturday_program_id: {
|
|
28050
28071
|
description: 'ID of the thermostat daily program to run on Saturdays.',
|
|
28051
28072
|
format: 'uuid',
|
|
28073
|
+
nullable: true,
|
|
28052
28074
|
type: 'string',
|
|
28053
28075
|
},
|
|
28054
28076
|
sunday_program_id: {
|
|
28055
28077
|
description: 'ID of the thermostat daily program to run on Sundays.',
|
|
28056
28078
|
format: 'uuid',
|
|
28079
|
+
nullable: true,
|
|
28057
28080
|
type: 'string',
|
|
28058
28081
|
},
|
|
28059
28082
|
thursday_program_id: {
|
|
28060
28083
|
description: 'ID of the thermostat daily program to run on Thursdays.',
|
|
28061
28084
|
format: 'uuid',
|
|
28085
|
+
nullable: true,
|
|
28062
28086
|
type: 'string',
|
|
28063
28087
|
},
|
|
28064
28088
|
tuesday_program_id: {
|
|
28065
28089
|
description: 'ID of the thermostat daily program to run on Tuesdays.',
|
|
28066
28090
|
format: 'uuid',
|
|
28091
|
+
nullable: true,
|
|
28067
28092
|
type: 'string',
|
|
28068
28093
|
},
|
|
28069
28094
|
wednesday_program_id: {
|
|
28070
28095
|
description: 'ID of the thermostat daily program to run on Wednesdays.',
|
|
28071
28096
|
format: 'uuid',
|
|
28097
|
+
nullable: true,
|
|
28072
28098
|
type: 'string',
|
|
28073
28099
|
},
|
|
28074
28100
|
},
|
|
@@ -28411,6 +28437,7 @@ export default {
|
|
|
28411
28437
|
},
|
|
28412
28438
|
name: {
|
|
28413
28439
|
description: 'User-friendly name to identify the thermostat daily program.',
|
|
28440
|
+
nullable: true,
|
|
28414
28441
|
type: 'string',
|
|
28415
28442
|
},
|
|
28416
28443
|
periods: {
|
|
@@ -28437,11 +28464,18 @@ export default {
|
|
|
28437
28464
|
format: 'uuid',
|
|
28438
28465
|
type: 'string',
|
|
28439
28466
|
},
|
|
28467
|
+
workspace_id: {
|
|
28468
|
+
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the thermostat daily program.',
|
|
28469
|
+
format: 'uuid',
|
|
28470
|
+
type: 'string',
|
|
28471
|
+
},
|
|
28440
28472
|
},
|
|
28441
28473
|
required: [
|
|
28442
28474
|
'thermostat_daily_program_id',
|
|
28443
28475
|
'device_id',
|
|
28476
|
+
'name',
|
|
28444
28477
|
'periods',
|
|
28478
|
+
'workspace_id',
|
|
28445
28479
|
'created_at',
|
|
28446
28480
|
],
|
|
28447
28481
|
type: 'object',
|