@seamapi/types 1.292.1 → 1.293.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 +148 -24
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +160 -518
- package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js → assa-abloy-vostio.js} +1 -1
- package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js.map → assa-abloy-vostio.js.map} +1 -1
- package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js → dormakaba-community.js} +1 -1
- package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js.map → dormakaba-community.js.map} +1 -1
- package/lib/seam/connect/models/acs/metadata/index.d.ts +2 -2
- package/lib/seam/connect/models/acs/metadata/index.js +2 -2
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +5 -0
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/phone.d.ts +5 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +3 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +86 -9
- package/lib/seam/connect/openapi.js +102 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +268 -719
- package/lib/seam/connect/schemas.d.ts +1 -1
- package/lib/seam/connect/schemas.js +1 -1
- package/lib/seam/connect/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/index.ts +2 -2
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +114 -18
- package/src/lib/seam/connect/route-types.ts +271 -905
- package/src/lib/seam/connect/schemas.ts +1 -0
- /package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.d.ts → assa-abloy-vostio.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/metadata/{dormakaba_community.d.ts → dormakaba-community.d.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.ts → assa-abloy-vostio.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/metadata/{dormakaba_community.ts → dormakaba-community.ts} +0 -0
package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js.map → assa-abloy-vostio.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"assa-abloy-vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAA"}
|
|
@@ -213,6 +213,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
|
|
|
213
213
|
climate_preset_key: z.ZodString;
|
|
214
214
|
max_override_period_minutes: z.ZodNumber;
|
|
215
215
|
starts_at: z.ZodString;
|
|
216
|
+
unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
216
217
|
ends_at: z.ZodString;
|
|
217
218
|
created_at: z.ZodString;
|
|
218
219
|
errors: z.ZodAny;
|
|
@@ -226,6 +227,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
|
|
|
226
227
|
ends_at: string;
|
|
227
228
|
name?: string | undefined;
|
|
228
229
|
errors?: any;
|
|
230
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
229
231
|
}, {
|
|
230
232
|
created_at: string;
|
|
231
233
|
climate_preset_key: string;
|
|
@@ -236,6 +238,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
|
|
|
236
238
|
ends_at: string;
|
|
237
239
|
name?: string | undefined;
|
|
238
240
|
errors?: any;
|
|
241
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
239
242
|
}>>>>;
|
|
240
243
|
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
241
244
|
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -327,6 +330,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
|
|
|
327
330
|
ends_at: string;
|
|
328
331
|
name?: string | undefined;
|
|
329
332
|
errors?: any;
|
|
333
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
330
334
|
} | null | undefined;
|
|
331
335
|
min_cooling_set_point_celsius?: number | undefined;
|
|
332
336
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -408,6 +412,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
|
|
|
408
412
|
ends_at: string;
|
|
409
413
|
name?: string | undefined;
|
|
410
414
|
errors?: any;
|
|
415
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
411
416
|
} | null | undefined;
|
|
412
417
|
min_cooling_set_point_celsius?: number | undefined;
|
|
413
418
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -138,6 +138,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
138
138
|
climate_preset_key: z.ZodString;
|
|
139
139
|
max_override_period_minutes: z.ZodNumber;
|
|
140
140
|
starts_at: z.ZodString;
|
|
141
|
+
unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
141
142
|
ends_at: z.ZodString;
|
|
142
143
|
created_at: z.ZodString;
|
|
143
144
|
errors: z.ZodAny;
|
|
@@ -151,6 +152,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
151
152
|
ends_at: string;
|
|
152
153
|
name?: string | undefined;
|
|
153
154
|
errors?: any;
|
|
155
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
154
156
|
}, {
|
|
155
157
|
created_at: string;
|
|
156
158
|
climate_preset_key: string;
|
|
@@ -161,6 +163,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
161
163
|
ends_at: string;
|
|
162
164
|
name?: string | undefined;
|
|
163
165
|
errors?: any;
|
|
166
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
164
167
|
}>>>>;
|
|
165
168
|
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
166
169
|
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -252,6 +255,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
252
255
|
ends_at: string;
|
|
253
256
|
name?: string | undefined;
|
|
254
257
|
errors?: any;
|
|
258
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
255
259
|
} | null | undefined;
|
|
256
260
|
min_cooling_set_point_celsius?: number | undefined;
|
|
257
261
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -333,6 +337,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
333
337
|
ends_at: string;
|
|
334
338
|
name?: string | undefined;
|
|
335
339
|
errors?: any;
|
|
340
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
336
341
|
} | null | undefined;
|
|
337
342
|
min_cooling_set_point_celsius?: number | undefined;
|
|
338
343
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -1792,6 +1792,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1792
1792
|
climate_preset_key: z.ZodString;
|
|
1793
1793
|
max_override_period_minutes: z.ZodNumber;
|
|
1794
1794
|
starts_at: z.ZodString;
|
|
1795
|
+
unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
1795
1796
|
ends_at: z.ZodString;
|
|
1796
1797
|
created_at: z.ZodString;
|
|
1797
1798
|
errors: z.ZodAny;
|
|
@@ -1805,6 +1806,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1805
1806
|
ends_at: string;
|
|
1806
1807
|
name?: string | undefined;
|
|
1807
1808
|
errors?: any;
|
|
1809
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1808
1810
|
}, {
|
|
1809
1811
|
created_at: string;
|
|
1810
1812
|
climate_preset_key: string;
|
|
@@ -1815,6 +1817,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1815
1817
|
ends_at: string;
|
|
1816
1818
|
name?: string | undefined;
|
|
1817
1819
|
errors?: any;
|
|
1820
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1818
1821
|
}>>>>;
|
|
1819
1822
|
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
1820
1823
|
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1906,6 +1909,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1906
1909
|
ends_at: string;
|
|
1907
1910
|
name?: string | undefined;
|
|
1908
1911
|
errors?: any;
|
|
1912
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1909
1913
|
} | null | undefined;
|
|
1910
1914
|
min_cooling_set_point_celsius?: number | undefined;
|
|
1911
1915
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -1987,6 +1991,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1987
1991
|
ends_at: string;
|
|
1988
1992
|
name?: string | undefined;
|
|
1989
1993
|
errors?: any;
|
|
1994
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1990
1995
|
} | null | undefined;
|
|
1991
1996
|
min_cooling_set_point_celsius?: number | undefined;
|
|
1992
1997
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -2446,6 +2451,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2446
2451
|
ends_at: string;
|
|
2447
2452
|
name?: string | undefined;
|
|
2448
2453
|
errors?: any;
|
|
2454
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
2449
2455
|
} | null | undefined;
|
|
2450
2456
|
min_cooling_set_point_celsius?: number | undefined;
|
|
2451
2457
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -2853,6 +2859,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2853
2859
|
ends_at: string;
|
|
2854
2860
|
name?: string | undefined;
|
|
2855
2861
|
errors?: any;
|
|
2862
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
2856
2863
|
} | null | undefined;
|
|
2857
2864
|
min_cooling_set_point_celsius?: number | undefined;
|
|
2858
2865
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -1574,6 +1574,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
1574
1574
|
climate_preset_key: z.ZodString;
|
|
1575
1575
|
max_override_period_minutes: z.ZodNumber;
|
|
1576
1576
|
starts_at: z.ZodString;
|
|
1577
|
+
unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
1577
1578
|
ends_at: z.ZodString;
|
|
1578
1579
|
created_at: z.ZodString;
|
|
1579
1580
|
errors: z.ZodAny;
|
|
@@ -1587,6 +1588,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
1587
1588
|
ends_at: string;
|
|
1588
1589
|
name?: string | undefined;
|
|
1589
1590
|
errors?: any;
|
|
1591
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1590
1592
|
}, {
|
|
1591
1593
|
created_at: string;
|
|
1592
1594
|
climate_preset_key: string;
|
|
@@ -1597,6 +1599,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
1597
1599
|
ends_at: string;
|
|
1598
1600
|
name?: string | undefined;
|
|
1599
1601
|
errors?: any;
|
|
1602
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1600
1603
|
}>>>>;
|
|
1601
1604
|
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
1602
1605
|
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1688,6 +1691,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
1688
1691
|
ends_at: string;
|
|
1689
1692
|
name?: string | undefined;
|
|
1690
1693
|
errors?: any;
|
|
1694
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1691
1695
|
} | null | undefined;
|
|
1692
1696
|
min_cooling_set_point_celsius?: number | undefined;
|
|
1693
1697
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -1769,6 +1773,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
|
|
|
1769
1773
|
ends_at: string;
|
|
1770
1774
|
name?: string | undefined;
|
|
1771
1775
|
errors?: any;
|
|
1776
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1772
1777
|
} | null | undefined;
|
|
1773
1778
|
min_cooling_set_point_celsius?: number | undefined;
|
|
1774
1779
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -1573,6 +1573,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1573
1573
|
climate_preset_key: z.ZodString;
|
|
1574
1574
|
max_override_period_minutes: z.ZodNumber;
|
|
1575
1575
|
starts_at: z.ZodString;
|
|
1576
|
+
unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
1576
1577
|
ends_at: z.ZodString;
|
|
1577
1578
|
created_at: z.ZodString;
|
|
1578
1579
|
errors: z.ZodAny;
|
|
@@ -1586,6 +1587,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1586
1587
|
ends_at: string;
|
|
1587
1588
|
name?: string | undefined;
|
|
1588
1589
|
errors?: any;
|
|
1590
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1589
1591
|
}, {
|
|
1590
1592
|
created_at: string;
|
|
1591
1593
|
climate_preset_key: string;
|
|
@@ -1596,6 +1598,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1596
1598
|
ends_at: string;
|
|
1597
1599
|
name?: string | undefined;
|
|
1598
1600
|
errors?: any;
|
|
1601
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1599
1602
|
}>>>>;
|
|
1600
1603
|
min_cooling_set_point_celsius: z.ZodOptional<z.ZodNumber>;
|
|
1601
1604
|
min_cooling_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1687,6 +1690,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1687
1690
|
ends_at: string;
|
|
1688
1691
|
name?: string | undefined;
|
|
1689
1692
|
errors?: any;
|
|
1693
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1690
1694
|
} | null | undefined;
|
|
1691
1695
|
min_cooling_set_point_celsius?: number | undefined;
|
|
1692
1696
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -1768,6 +1772,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1768
1772
|
ends_at: string;
|
|
1769
1773
|
name?: string | undefined;
|
|
1770
1774
|
errors?: any;
|
|
1775
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
1771
1776
|
} | null | undefined;
|
|
1772
1777
|
min_cooling_set_point_celsius?: number | undefined;
|
|
1773
1778
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -6,6 +6,7 @@ export declare const thermostat_schedule: z.ZodObject<{
|
|
|
6
6
|
climate_preset_key: z.ZodString;
|
|
7
7
|
max_override_period_minutes: z.ZodNumber;
|
|
8
8
|
starts_at: z.ZodString;
|
|
9
|
+
unstable_is_override_allowed: z.ZodOptional<z.ZodBoolean>;
|
|
9
10
|
ends_at: z.ZodString;
|
|
10
11
|
created_at: z.ZodString;
|
|
11
12
|
errors: z.ZodAny;
|
|
@@ -19,6 +20,7 @@ export declare const thermostat_schedule: z.ZodObject<{
|
|
|
19
20
|
ends_at: string;
|
|
20
21
|
name?: string | undefined;
|
|
21
22
|
errors?: any;
|
|
23
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
22
24
|
}, {
|
|
23
25
|
created_at: string;
|
|
24
26
|
climate_preset_key: string;
|
|
@@ -29,5 +31,6 @@ export declare const thermostat_schedule: z.ZodObject<{
|
|
|
29
31
|
ends_at: string;
|
|
30
32
|
name?: string | undefined;
|
|
31
33
|
errors?: any;
|
|
34
|
+
unstable_is_override_allowed?: boolean | undefined;
|
|
32
35
|
}>;
|
|
33
36
|
export type ThermostatSchedule = z.infer<typeof thermostat_schedule>;
|
|
@@ -25,6 +25,14 @@ export const thermostat_schedule = z
|
|
|
25
25
|
.string()
|
|
26
26
|
.datetime()
|
|
27
27
|
.describe('Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.'),
|
|
28
|
+
unstable_is_override_allowed: z
|
|
29
|
+
.boolean()
|
|
30
|
+
.optional()
|
|
31
|
+
.describe(`
|
|
32
|
+
---
|
|
33
|
+
undocumented: Unstable
|
|
34
|
+
---
|
|
35
|
+
Indicates whether a person at the thermostat can change the thermostat's settings.`),
|
|
28
36
|
ends_at: z
|
|
29
37
|
.string()
|
|
30
38
|
.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;KACjC,MAAM,CAAC;IACN,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,sCAAsC,CAAC;IACnD,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,kKAAkK,CACnK;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,QAAQ,CACP,mVAAmV,CACpV;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oIAAoI,CACrI;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,MAAM,EAAE,CAAC;SACN,GAAG,EAAE;SACL,QAAQ,CACP,gZAAgZ,CACjZ;CACJ,CAAC;KACD,QAAQ,CACP,icAAic,CAClc,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;KACjC,MAAM,CAAC;IACN,sBAAsB,EAAE,CAAC;SACtB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,sCAAsC,CAAC;IACnD,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CACP,kKAAkK,CACnK;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,GAAG,EAAE;SACL,WAAW,EAAE;SACb,QAAQ,CACP,mVAAmV,CACpV;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;IACH,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP;;;;2FAImF,CACpF;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oIAAoI,CACrI;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,MAAM,EAAE,CAAC;SACN,GAAG,EAAE;SACL,QAAQ,CACP,gZAAgZ,CACjZ;CACJ,CAAC;KACD,QAAQ,CACP,icAAic,CAClc,CAAA"}
|
|
@@ -3303,6 +3303,11 @@ declare const _default: {
|
|
|
3303
3303
|
format: string;
|
|
3304
3304
|
type: string;
|
|
3305
3305
|
};
|
|
3306
|
+
unstable_is_override_allowed: {
|
|
3307
|
+
description: string;
|
|
3308
|
+
type: string;
|
|
3309
|
+
'x-undocumented': string;
|
|
3310
|
+
};
|
|
3306
3311
|
};
|
|
3307
3312
|
required: string[];
|
|
3308
3313
|
type: string;
|
|
@@ -4126,6 +4131,11 @@ declare const _default: {
|
|
|
4126
4131
|
format: string;
|
|
4127
4132
|
type: string;
|
|
4128
4133
|
};
|
|
4134
|
+
unstable_is_override_allowed: {
|
|
4135
|
+
description: string;
|
|
4136
|
+
type: string;
|
|
4137
|
+
'x-undocumented': string;
|
|
4138
|
+
};
|
|
4129
4139
|
};
|
|
4130
4140
|
required: string[];
|
|
4131
4141
|
type: string;
|
|
@@ -9122,7 +9132,7 @@ declare const _default: {
|
|
|
9122
9132
|
format: string;
|
|
9123
9133
|
type: string;
|
|
9124
9134
|
};
|
|
9125
|
-
|
|
9135
|
+
acs_encoder_id: {
|
|
9126
9136
|
description: string;
|
|
9127
9137
|
format: string;
|
|
9128
9138
|
type: string;
|
|
@@ -9192,14 +9202,14 @@ declare const _default: {
|
|
|
9192
9202
|
schema: {
|
|
9193
9203
|
oneOf: ({
|
|
9194
9204
|
properties: {
|
|
9195
|
-
|
|
9205
|
+
acs_encoder_ids: {
|
|
9196
9206
|
items: {
|
|
9197
9207
|
format: string;
|
|
9198
9208
|
type: string;
|
|
9199
9209
|
};
|
|
9200
9210
|
type: string;
|
|
9201
9211
|
};
|
|
9202
|
-
|
|
9212
|
+
acs_system_ids: {
|
|
9203
9213
|
items: {
|
|
9204
9214
|
format: string;
|
|
9205
9215
|
type: string;
|
|
@@ -9216,7 +9226,7 @@ declare const _default: {
|
|
|
9216
9226
|
type: string;
|
|
9217
9227
|
} | {
|
|
9218
9228
|
properties: {
|
|
9219
|
-
|
|
9229
|
+
acs_encoder_ids: {
|
|
9220
9230
|
items: {
|
|
9221
9231
|
format: string;
|
|
9222
9232
|
type: string;
|
|
@@ -9246,7 +9256,7 @@ declare const _default: {
|
|
|
9246
9256
|
format: string;
|
|
9247
9257
|
type: string;
|
|
9248
9258
|
};
|
|
9249
|
-
|
|
9259
|
+
acs_encoder_ids?: never;
|
|
9250
9260
|
};
|
|
9251
9261
|
required: string[];
|
|
9252
9262
|
type: string;
|
|
@@ -9261,9 +9271,66 @@ declare const _default: {
|
|
|
9261
9271
|
'application/json': {
|
|
9262
9272
|
schema: {
|
|
9263
9273
|
properties: {
|
|
9264
|
-
|
|
9274
|
+
acs_encoders: {
|
|
9265
9275
|
items: {
|
|
9266
|
-
|
|
9276
|
+
properties: {
|
|
9277
|
+
acs_encoder_id: {
|
|
9278
|
+
description: string;
|
|
9279
|
+
format: string;
|
|
9280
|
+
type: string;
|
|
9281
|
+
};
|
|
9282
|
+
acs_system_id: {
|
|
9283
|
+
description: string;
|
|
9284
|
+
format: string;
|
|
9285
|
+
type: string;
|
|
9286
|
+
};
|
|
9287
|
+
created_at: {
|
|
9288
|
+
description: string;
|
|
9289
|
+
format: string;
|
|
9290
|
+
type: string;
|
|
9291
|
+
};
|
|
9292
|
+
display_name: {
|
|
9293
|
+
description: string;
|
|
9294
|
+
type: string;
|
|
9295
|
+
};
|
|
9296
|
+
errors: {
|
|
9297
|
+
description: string;
|
|
9298
|
+
items: {
|
|
9299
|
+
description: string;
|
|
9300
|
+
properties: {
|
|
9301
|
+
_event_id: {
|
|
9302
|
+
description: string;
|
|
9303
|
+
format: string;
|
|
9304
|
+
type: string;
|
|
9305
|
+
};
|
|
9306
|
+
created_at: {
|
|
9307
|
+
description: string;
|
|
9308
|
+
format: string;
|
|
9309
|
+
type: string;
|
|
9310
|
+
};
|
|
9311
|
+
error_code: {
|
|
9312
|
+
description: string;
|
|
9313
|
+
enum: string[];
|
|
9314
|
+
type: string;
|
|
9315
|
+
};
|
|
9316
|
+
message: {
|
|
9317
|
+
description: string;
|
|
9318
|
+
type: string;
|
|
9319
|
+
};
|
|
9320
|
+
};
|
|
9321
|
+
required: string[];
|
|
9322
|
+
type: string;
|
|
9323
|
+
};
|
|
9324
|
+
type: string;
|
|
9325
|
+
};
|
|
9326
|
+
workspace_id: {
|
|
9327
|
+
description: string;
|
|
9328
|
+
format: string;
|
|
9329
|
+
type: string;
|
|
9330
|
+
};
|
|
9331
|
+
};
|
|
9332
|
+
required: string[];
|
|
9333
|
+
type: string;
|
|
9267
9334
|
};
|
|
9268
9335
|
type: string;
|
|
9269
9336
|
};
|
|
@@ -9315,12 +9382,12 @@ declare const _default: {
|
|
|
9315
9382
|
'application/json': {
|
|
9316
9383
|
schema: {
|
|
9317
9384
|
properties: {
|
|
9318
|
-
|
|
9385
|
+
acs_encoder_id: {
|
|
9319
9386
|
description: string;
|
|
9320
9387
|
format: string;
|
|
9321
9388
|
type: string;
|
|
9322
9389
|
};
|
|
9323
|
-
|
|
9390
|
+
acs_system_id: {
|
|
9324
9391
|
description: string;
|
|
9325
9392
|
format: string;
|
|
9326
9393
|
type: string;
|
|
@@ -16858,6 +16925,10 @@ declare const _default: {
|
|
|
16858
16925
|
description: string;
|
|
16859
16926
|
type: string;
|
|
16860
16927
|
};
|
|
16928
|
+
is_override_allowed: {
|
|
16929
|
+
default: boolean;
|
|
16930
|
+
type: string;
|
|
16931
|
+
};
|
|
16861
16932
|
max_override_period_minutes: {
|
|
16862
16933
|
default: number;
|
|
16863
16934
|
description: string;
|
|
@@ -17190,6 +17261,9 @@ declare const _default: {
|
|
|
17190
17261
|
description: string;
|
|
17191
17262
|
type: string;
|
|
17192
17263
|
};
|
|
17264
|
+
is_override_allowed: {
|
|
17265
|
+
type: string;
|
|
17266
|
+
};
|
|
17193
17267
|
max_override_period_minutes: {
|
|
17194
17268
|
description: string;
|
|
17195
17269
|
minimum: number;
|
|
@@ -17282,6 +17356,9 @@ declare const _default: {
|
|
|
17282
17356
|
description: string;
|
|
17283
17357
|
type: string;
|
|
17284
17358
|
};
|
|
17359
|
+
is_override_allowed: {
|
|
17360
|
+
type: string;
|
|
17361
|
+
};
|
|
17285
17362
|
max_override_period_minutes: {
|
|
17286
17363
|
description: string;
|
|
17287
17364
|
minimum: number;
|