@seamapi/types 1.253.0 → 1.254.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.
@@ -89,7 +89,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
89
89
  climate_preset_key: z.ZodOptional<z.ZodString>;
90
90
  can_edit: z.ZodOptional<z.ZodBoolean>;
91
91
  can_delete: z.ZodOptional<z.ZodBoolean>;
92
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
92
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
93
93
  display_name: z.ZodOptional<z.ZodString>;
94
94
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
95
95
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -129,7 +129,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
129
129
  climate_preset_key: z.ZodOptional<z.ZodString>;
130
130
  can_edit: z.ZodOptional<z.ZodBoolean>;
131
131
  can_delete: z.ZodOptional<z.ZodBoolean>;
132
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
132
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
133
133
  display_name: z.ZodOptional<z.ZodString>;
134
134
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
135
135
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -169,7 +169,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
169
169
  climate_preset_key: z.ZodString;
170
170
  can_edit: z.ZodBoolean;
171
171
  can_delete: z.ZodBoolean;
172
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
172
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
173
173
  display_name: z.ZodString;
174
174
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
175
175
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -179,12 +179,12 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
179
179
  heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
180
180
  manual_override_allowed: z.ZodBoolean;
181
181
  }, "strip", z.ZodTypeAny, {
182
- name: string | null;
183
182
  climate_preset_key: string;
184
183
  can_edit: boolean;
185
184
  can_delete: boolean;
186
185
  display_name: string;
187
186
  manual_override_allowed: boolean;
187
+ name?: string | null | undefined;
188
188
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
189
189
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
190
190
  cooling_set_point_celsius?: number | undefined;
@@ -287,12 +287,12 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<z.obje
287
287
  manual_override_allowed?: boolean | undefined;
288
288
  } | undefined;
289
289
  available_climate_presets?: {
290
- name: string | null;
291
290
  climate_preset_key: string;
292
291
  can_edit: boolean;
293
292
  can_delete: boolean;
294
293
  display_name: string;
295
294
  manual_override_allowed: boolean;
295
+ name?: string | null | undefined;
296
296
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
297
297
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
298
298
  cooling_set_point_celsius?: number | undefined;
@@ -14,7 +14,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
14
14
  climate_preset_key: z.ZodOptional<z.ZodString>;
15
15
  can_edit: z.ZodOptional<z.ZodBoolean>;
16
16
  can_delete: z.ZodOptional<z.ZodBoolean>;
17
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
17
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
18
18
  display_name: z.ZodOptional<z.ZodString>;
19
19
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
20
20
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -54,7 +54,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
54
54
  climate_preset_key: z.ZodOptional<z.ZodString>;
55
55
  can_edit: z.ZodOptional<z.ZodBoolean>;
56
56
  can_delete: z.ZodOptional<z.ZodBoolean>;
57
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
57
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
58
58
  display_name: z.ZodOptional<z.ZodString>;
59
59
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
60
60
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -94,7 +94,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
94
94
  climate_preset_key: z.ZodString;
95
95
  can_edit: z.ZodBoolean;
96
96
  can_delete: z.ZodBoolean;
97
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
97
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
98
98
  display_name: z.ZodString;
99
99
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
100
100
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -104,12 +104,12 @@ export declare const thermostat_capability_properties: z.ZodObject<{
104
104
  heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
105
105
  manual_override_allowed: z.ZodBoolean;
106
106
  }, "strip", z.ZodTypeAny, {
107
- name: string | null;
108
107
  climate_preset_key: string;
109
108
  can_edit: boolean;
110
109
  can_delete: boolean;
111
110
  display_name: string;
112
111
  manual_override_allowed: boolean;
112
+ name?: string | null | undefined;
113
113
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
114
114
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
115
115
  cooling_set_point_celsius?: number | undefined;
@@ -212,12 +212,12 @@ export declare const thermostat_capability_properties: z.ZodObject<{
212
212
  manual_override_allowed?: boolean | undefined;
213
213
  } | undefined;
214
214
  available_climate_presets?: {
215
- name: string | null;
216
215
  climate_preset_key: string;
217
216
  can_edit: boolean;
218
217
  can_delete: boolean;
219
218
  display_name: string;
220
219
  manual_override_allowed: boolean;
220
+ name?: string | null | undefined;
221
221
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
222
222
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
223
223
  cooling_set_point_celsius?: number | undefined;
@@ -1584,7 +1584,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1584
1584
  climate_preset_key: z.ZodOptional<z.ZodString>;
1585
1585
  can_edit: z.ZodOptional<z.ZodBoolean>;
1586
1586
  can_delete: z.ZodOptional<z.ZodBoolean>;
1587
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1587
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1588
1588
  display_name: z.ZodOptional<z.ZodString>;
1589
1589
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1590
1590
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -1624,7 +1624,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1624
1624
  climate_preset_key: z.ZodOptional<z.ZodString>;
1625
1625
  can_edit: z.ZodOptional<z.ZodBoolean>;
1626
1626
  can_delete: z.ZodOptional<z.ZodBoolean>;
1627
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1627
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1628
1628
  display_name: z.ZodOptional<z.ZodString>;
1629
1629
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1630
1630
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -1664,7 +1664,7 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1664
1664
  climate_preset_key: z.ZodString;
1665
1665
  can_edit: z.ZodBoolean;
1666
1666
  can_delete: z.ZodBoolean;
1667
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
1667
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1668
1668
  display_name: z.ZodString;
1669
1669
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
1670
1670
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -1674,12 +1674,12 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1674
1674
  heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
1675
1675
  manual_override_allowed: z.ZodBoolean;
1676
1676
  }, "strip", z.ZodTypeAny, {
1677
- name: string | null;
1678
1677
  climate_preset_key: string;
1679
1678
  can_edit: boolean;
1680
1679
  can_delete: boolean;
1681
1680
  display_name: string;
1682
1681
  manual_override_allowed: boolean;
1682
+ name?: string | null | undefined;
1683
1683
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1684
1684
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1685
1685
  cooling_set_point_celsius?: number | undefined;
@@ -1782,12 +1782,12 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
1782
1782
  manual_override_allowed?: boolean | undefined;
1783
1783
  } | undefined;
1784
1784
  available_climate_presets?: {
1785
- name: string | null;
1786
1785
  climate_preset_key: string;
1787
1786
  can_edit: boolean;
1788
1787
  can_delete: boolean;
1789
1788
  display_name: string;
1790
1789
  manual_override_allowed: boolean;
1790
+ name?: string | null | undefined;
1791
1791
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1792
1792
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1793
1793
  cooling_set_point_celsius?: number | undefined;
@@ -2292,12 +2292,12 @@ export declare const device: z.ZodObject<z.objectUtil.extendShape<{
2292
2292
  manual_override_allowed?: boolean | undefined;
2293
2293
  } | undefined;
2294
2294
  available_climate_presets?: {
2295
- name: string | null;
2296
2295
  climate_preset_key: string;
2297
2296
  can_edit: boolean;
2298
2297
  can_delete: boolean;
2299
2298
  display_name: string;
2300
2299
  manual_override_allowed: boolean;
2300
+ name?: string | null | undefined;
2301
2301
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
2302
2302
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
2303
2303
  cooling_set_point_celsius?: number | undefined;
@@ -1366,7 +1366,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1366
1366
  climate_preset_key: z.ZodOptional<z.ZodString>;
1367
1367
  can_edit: z.ZodOptional<z.ZodBoolean>;
1368
1368
  can_delete: z.ZodOptional<z.ZodBoolean>;
1369
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1369
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1370
1370
  display_name: z.ZodOptional<z.ZodString>;
1371
1371
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1372
1372
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -1406,7 +1406,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1406
1406
  climate_preset_key: z.ZodOptional<z.ZodString>;
1407
1407
  can_edit: z.ZodOptional<z.ZodBoolean>;
1408
1408
  can_delete: z.ZodOptional<z.ZodBoolean>;
1409
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1409
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1410
1410
  display_name: z.ZodOptional<z.ZodString>;
1411
1411
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1412
1412
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -1446,7 +1446,7 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1446
1446
  climate_preset_key: z.ZodString;
1447
1447
  can_edit: z.ZodBoolean;
1448
1448
  can_delete: z.ZodBoolean;
1449
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
1449
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1450
1450
  display_name: z.ZodString;
1451
1451
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
1452
1452
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -1456,12 +1456,12 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1456
1456
  heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
1457
1457
  manual_override_allowed: z.ZodBoolean;
1458
1458
  }, "strip", z.ZodTypeAny, {
1459
- name: string | null;
1460
1459
  climate_preset_key: string;
1461
1460
  can_edit: boolean;
1462
1461
  can_delete: boolean;
1463
1462
  display_name: string;
1464
1463
  manual_override_allowed: boolean;
1464
+ name?: string | null | undefined;
1465
1465
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1466
1466
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1467
1467
  cooling_set_point_celsius?: number | undefined;
@@ -1564,12 +1564,12 @@ export declare const phone: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
1564
1564
  manual_override_allowed?: boolean | undefined;
1565
1565
  } | undefined;
1566
1566
  available_climate_presets?: {
1567
- name: string | null;
1568
1567
  climate_preset_key: string;
1569
1568
  can_edit: boolean;
1570
1569
  can_delete: boolean;
1571
1570
  display_name: string;
1572
1571
  manual_override_allowed: boolean;
1572
+ name?: string | null | undefined;
1573
1573
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1574
1574
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1575
1575
  cooling_set_point_celsius?: number | undefined;
@@ -1365,7 +1365,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1365
1365
  climate_preset_key: z.ZodOptional<z.ZodString>;
1366
1366
  can_edit: z.ZodOptional<z.ZodBoolean>;
1367
1367
  can_delete: z.ZodOptional<z.ZodBoolean>;
1368
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1368
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1369
1369
  display_name: z.ZodOptional<z.ZodString>;
1370
1370
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1371
1371
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -1405,7 +1405,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1405
1405
  climate_preset_key: z.ZodOptional<z.ZodString>;
1406
1406
  can_edit: z.ZodOptional<z.ZodBoolean>;
1407
1407
  can_delete: z.ZodOptional<z.ZodBoolean>;
1408
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1408
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1409
1409
  display_name: z.ZodOptional<z.ZodString>;
1410
1410
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1411
1411
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -1445,7 +1445,7 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1445
1445
  climate_preset_key: z.ZodString;
1446
1446
  can_edit: z.ZodBoolean;
1447
1447
  can_delete: z.ZodBoolean;
1448
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
1448
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
1449
1449
  display_name: z.ZodString;
1450
1450
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
1451
1451
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -1455,12 +1455,12 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1455
1455
  heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
1456
1456
  manual_override_allowed: z.ZodBoolean;
1457
1457
  }, "strip", z.ZodTypeAny, {
1458
- name: string | null;
1459
1458
  climate_preset_key: string;
1460
1459
  can_edit: boolean;
1461
1460
  can_delete: boolean;
1462
1461
  display_name: string;
1463
1462
  manual_override_allowed: boolean;
1463
+ name?: string | null | undefined;
1464
1464
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1465
1465
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1466
1466
  cooling_set_point_celsius?: number | undefined;
@@ -1563,12 +1563,12 @@ export declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.ob
1563
1563
  manual_override_allowed?: boolean | undefined;
1564
1564
  } | undefined;
1565
1565
  available_climate_presets?: {
1566
- name: string | null;
1567
1566
  climate_preset_key: string;
1568
1567
  can_edit: boolean;
1569
1568
  can_delete: boolean;
1570
1569
  display_name: string;
1571
1570
  manual_override_allowed: boolean;
1571
+ name?: string | null | undefined;
1572
1572
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1573
1573
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1574
1574
  cooling_set_point_celsius?: number | undefined;
@@ -792,7 +792,7 @@ export declare const thermostat_climate_preset_activated_event: z.ZodObject<z.ob
792
792
  is_fallback_climate_preset: boolean;
793
793
  }>;
794
794
  export type ThermostatClimatePresetActivatedEvent = z.infer<typeof thermostat_climate_preset_activated_event>;
795
- export declare const thermostat_manually_adjusted_event: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
795
+ export declare const thermostat_manually_adjusted_event: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
796
796
  event_id: z.ZodString;
797
797
  workspace_id: z.ZodString;
798
798
  created_at: z.ZodString;
@@ -800,11 +800,13 @@ export declare const thermostat_manually_adjusted_event: z.ZodObject<z.objectUti
800
800
  }, {
801
801
  device_id: z.ZodString;
802
802
  connected_account_id: z.ZodString;
803
+ }>, {
804
+ event_type: z.ZodLiteral<"thermostat.manually_adjusted">;
803
805
  }>, Pick<{
804
806
  climate_preset_key: z.ZodOptional<z.ZodString>;
805
807
  can_edit: z.ZodOptional<z.ZodBoolean>;
806
808
  can_delete: z.ZodOptional<z.ZodBoolean>;
807
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
809
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
808
810
  display_name: z.ZodOptional<z.ZodString>;
809
811
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
810
812
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -820,6 +822,7 @@ export declare const thermostat_manually_adjusted_event: z.ZodObject<z.objectUti
820
822
  workspace_id: string;
821
823
  event_id: string;
822
824
  occurred_at: string;
825
+ event_type: "thermostat.manually_adjusted";
823
826
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
824
827
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
825
828
  cooling_set_point_celsius?: number | undefined;
@@ -833,6 +836,7 @@ export declare const thermostat_manually_adjusted_event: z.ZodObject<z.objectUti
833
836
  workspace_id: string;
834
837
  event_id: string;
835
838
  occurred_at: string;
839
+ event_type: "thermostat.manually_adjusted";
836
840
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
837
841
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
838
842
  cooling_set_point_celsius?: number | undefined;
@@ -1545,4 +1549,90 @@ export declare const device_events: readonly [z.ZodObject<z.objectUtil.extendSha
1545
1549
  occurred_at: string;
1546
1550
  event_type: "lock.access_denied";
1547
1551
  access_code_id?: string | undefined;
1552
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1553
+ event_id: z.ZodString;
1554
+ workspace_id: z.ZodString;
1555
+ created_at: z.ZodString;
1556
+ occurred_at: z.ZodString;
1557
+ }, {
1558
+ device_id: z.ZodString;
1559
+ connected_account_id: z.ZodString;
1560
+ }>, {
1561
+ event_type: z.ZodLiteral<"thermostat.climate_preset_activated">;
1562
+ thermostat_schedule_id: z.ZodNullable<z.ZodString>;
1563
+ climate_preset_key: z.ZodString;
1564
+ is_fallback_climate_preset: z.ZodBoolean;
1565
+ }>, "strip", z.ZodTypeAny, {
1566
+ connected_account_id: string;
1567
+ created_at: string;
1568
+ climate_preset_key: string;
1569
+ thermostat_schedule_id: string | null;
1570
+ device_id: string;
1571
+ workspace_id: string;
1572
+ event_id: string;
1573
+ occurred_at: string;
1574
+ event_type: "thermostat.climate_preset_activated";
1575
+ is_fallback_climate_preset: boolean;
1576
+ }, {
1577
+ connected_account_id: string;
1578
+ created_at: string;
1579
+ climate_preset_key: string;
1580
+ thermostat_schedule_id: string | null;
1581
+ device_id: string;
1582
+ workspace_id: string;
1583
+ event_id: string;
1584
+ occurred_at: string;
1585
+ event_type: "thermostat.climate_preset_activated";
1586
+ is_fallback_climate_preset: boolean;
1587
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1588
+ event_id: z.ZodString;
1589
+ workspace_id: z.ZodString;
1590
+ created_at: z.ZodString;
1591
+ occurred_at: z.ZodString;
1592
+ }, {
1593
+ device_id: z.ZodString;
1594
+ connected_account_id: z.ZodString;
1595
+ }>, {
1596
+ event_type: z.ZodLiteral<"thermostat.manually_adjusted">;
1597
+ }>, Pick<{
1598
+ climate_preset_key: z.ZodOptional<z.ZodString>;
1599
+ can_edit: z.ZodOptional<z.ZodBoolean>;
1600
+ can_delete: z.ZodOptional<z.ZodBoolean>;
1601
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1602
+ display_name: z.ZodOptional<z.ZodString>;
1603
+ fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1604
+ hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
1605
+ cooling_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1606
+ heating_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1607
+ cooling_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1608
+ heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1609
+ manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
1610
+ }, "fan_mode_setting" | "hvac_mode_setting" | "cooling_set_point_celsius" | "heating_set_point_celsius" | "cooling_set_point_fahrenheit" | "heating_set_point_fahrenheit">>, "strip", z.ZodTypeAny, {
1611
+ connected_account_id: string;
1612
+ created_at: string;
1613
+ device_id: string;
1614
+ workspace_id: string;
1615
+ event_id: string;
1616
+ occurred_at: string;
1617
+ event_type: "thermostat.manually_adjusted";
1618
+ fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1619
+ hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1620
+ cooling_set_point_celsius?: number | undefined;
1621
+ heating_set_point_celsius?: number | undefined;
1622
+ cooling_set_point_fahrenheit?: number | undefined;
1623
+ heating_set_point_fahrenheit?: number | undefined;
1624
+ }, {
1625
+ connected_account_id: string;
1626
+ created_at: string;
1627
+ device_id: string;
1628
+ workspace_id: string;
1629
+ event_id: string;
1630
+ occurred_at: string;
1631
+ event_type: "thermostat.manually_adjusted";
1632
+ fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1633
+ hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1634
+ cooling_set_point_celsius?: number | undefined;
1635
+ heating_set_point_celsius?: number | undefined;
1636
+ cooling_set_point_fahrenheit?: number | undefined;
1637
+ heating_set_point_fahrenheit?: number | undefined;
1548
1638
  }>];
@@ -213,6 +213,9 @@ export const thermostat_climate_preset_activated_event = device_event
213
213
  })
214
214
  .describe('A thermostat climate preset was activated.');
215
215
  export const thermostat_manually_adjusted_event = device_event
216
+ .extend({
217
+ event_type: z.literal('thermostat.manually_adjusted'),
218
+ })
216
219
  .merge(climate_setting.pick({
217
220
  fan_mode_setting: true,
218
221
  hvac_mode_setting: true,
@@ -248,7 +251,7 @@ export const device_events = [
248
251
  lock_locked_event,
249
252
  lock_unlocked_event,
250
253
  lock_access_denied_event,
251
- // thermostat_climate_preset_activated_event,
252
- // thermostat_manually_adjusted_event,
254
+ thermostat_climate_preset_activated_event,
255
+ thermostat_manually_adjusted_event,
253
256
  ];
254
257
  //# sourceMappingURL=devices.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"devices.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/events/devices.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"devices.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/events/devices.ts"],"names":[],"mappings":"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"}
@@ -1567,6 +1567,92 @@ export declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObj
1567
1567
  workspace_id: z.ZodString;
1568
1568
  created_at: z.ZodString;
1569
1569
  occurred_at: z.ZodString;
1570
+ }, {
1571
+ device_id: z.ZodString;
1572
+ connected_account_id: z.ZodString;
1573
+ }>, {
1574
+ event_type: z.ZodLiteral<"thermostat.climate_preset_activated">;
1575
+ thermostat_schedule_id: z.ZodNullable<z.ZodString>;
1576
+ climate_preset_key: z.ZodString;
1577
+ is_fallback_climate_preset: z.ZodBoolean;
1578
+ }>, "strip", z.ZodTypeAny, {
1579
+ connected_account_id: string;
1580
+ created_at: string;
1581
+ climate_preset_key: string;
1582
+ thermostat_schedule_id: string | null;
1583
+ device_id: string;
1584
+ workspace_id: string;
1585
+ event_id: string;
1586
+ occurred_at: string;
1587
+ event_type: "thermostat.climate_preset_activated";
1588
+ is_fallback_climate_preset: boolean;
1589
+ }, {
1590
+ connected_account_id: string;
1591
+ created_at: string;
1592
+ climate_preset_key: string;
1593
+ thermostat_schedule_id: string | null;
1594
+ device_id: string;
1595
+ workspace_id: string;
1596
+ event_id: string;
1597
+ occurred_at: string;
1598
+ event_type: "thermostat.climate_preset_activated";
1599
+ is_fallback_climate_preset: boolean;
1600
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1601
+ event_id: z.ZodString;
1602
+ workspace_id: z.ZodString;
1603
+ created_at: z.ZodString;
1604
+ occurred_at: z.ZodString;
1605
+ }, {
1606
+ device_id: z.ZodString;
1607
+ connected_account_id: z.ZodString;
1608
+ }>, {
1609
+ event_type: z.ZodLiteral<"thermostat.manually_adjusted">;
1610
+ }>, Pick<{
1611
+ climate_preset_key: z.ZodOptional<z.ZodString>;
1612
+ can_edit: z.ZodOptional<z.ZodBoolean>;
1613
+ can_delete: z.ZodOptional<z.ZodBoolean>;
1614
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
1615
+ display_name: z.ZodOptional<z.ZodString>;
1616
+ fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
1617
+ hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
1618
+ cooling_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1619
+ heating_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1620
+ cooling_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1621
+ heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1622
+ manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
1623
+ }, "fan_mode_setting" | "hvac_mode_setting" | "cooling_set_point_celsius" | "heating_set_point_celsius" | "cooling_set_point_fahrenheit" | "heating_set_point_fahrenheit">>, "strip", z.ZodTypeAny, {
1624
+ connected_account_id: string;
1625
+ created_at: string;
1626
+ device_id: string;
1627
+ workspace_id: string;
1628
+ event_id: string;
1629
+ occurred_at: string;
1630
+ event_type: "thermostat.manually_adjusted";
1631
+ fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1632
+ hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1633
+ cooling_set_point_celsius?: number | undefined;
1634
+ heating_set_point_celsius?: number | undefined;
1635
+ cooling_set_point_fahrenheit?: number | undefined;
1636
+ heating_set_point_fahrenheit?: number | undefined;
1637
+ }, {
1638
+ connected_account_id: string;
1639
+ created_at: string;
1640
+ device_id: string;
1641
+ workspace_id: string;
1642
+ event_id: string;
1643
+ occurred_at: string;
1644
+ event_type: "thermostat.manually_adjusted";
1645
+ fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
1646
+ hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
1647
+ cooling_set_point_celsius?: number | undefined;
1648
+ heating_set_point_celsius?: number | undefined;
1649
+ cooling_set_point_fahrenheit?: number | undefined;
1650
+ heating_set_point_fahrenheit?: number | undefined;
1651
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1652
+ event_id: z.ZodString;
1653
+ workspace_id: z.ZodString;
1654
+ created_at: z.ZodString;
1655
+ occurred_at: z.ZodString;
1570
1656
  }, {
1571
1657
  enrollment_automation_id: z.ZodString;
1572
1658
  }>, {
@@ -3,7 +3,7 @@ export declare const climate_preset: z.ZodObject<{
3
3
  climate_preset_key: z.ZodString;
4
4
  can_edit: z.ZodBoolean;
5
5
  can_delete: z.ZodBoolean;
6
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
6
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
7
7
  display_name: z.ZodString;
8
8
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
9
9
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -13,12 +13,12 @@ export declare const climate_preset: z.ZodObject<{
13
13
  heating_set_point_fahrenheit: z.ZodOptional<z.ZodNumber>;
14
14
  manual_override_allowed: z.ZodBoolean;
15
15
  }, "strip", z.ZodTypeAny, {
16
- name: string | null;
17
16
  climate_preset_key: string;
18
17
  can_edit: boolean;
19
18
  can_delete: boolean;
20
19
  display_name: string;
21
20
  manual_override_allowed: boolean;
21
+ name?: string | null | undefined;
22
22
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
23
23
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
24
24
  cooling_set_point_celsius?: number | undefined;
@@ -44,7 +44,7 @@ export declare const climate_setting: z.ZodObject<{
44
44
  climate_preset_key: z.ZodOptional<z.ZodString>;
45
45
  can_edit: z.ZodOptional<z.ZodBoolean>;
46
46
  can_delete: z.ZodOptional<z.ZodBoolean>;
47
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
47
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
48
48
  display_name: z.ZodOptional<z.ZodString>;
49
49
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
50
50
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -81,3 +81,32 @@ export declare const climate_setting: z.ZodObject<{
81
81
  manual_override_allowed?: boolean | undefined;
82
82
  }>;
83
83
  export type ClimateSetting = z.infer<typeof climate_setting>;
84
+ export declare const climate_setting_manual: z.ZodObject<Pick<{
85
+ climate_preset_key: z.ZodOptional<z.ZodString>;
86
+ can_edit: z.ZodOptional<z.ZodBoolean>;
87
+ can_delete: z.ZodOptional<z.ZodBoolean>;
88
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
89
+ display_name: z.ZodOptional<z.ZodString>;
90
+ fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
91
+ hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
92
+ cooling_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
93
+ heating_set_point_celsius: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
94
+ cooling_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
95
+ heating_set_point_fahrenheit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
96
+ manual_override_allowed: z.ZodOptional<z.ZodBoolean>;
97
+ }, "fan_mode_setting" | "hvac_mode_setting" | "cooling_set_point_celsius" | "heating_set_point_celsius" | "cooling_set_point_fahrenheit" | "heating_set_point_fahrenheit">, "strip", z.ZodTypeAny, {
98
+ fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
99
+ hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
100
+ cooling_set_point_celsius?: number | undefined;
101
+ heating_set_point_celsius?: number | undefined;
102
+ cooling_set_point_fahrenheit?: number | undefined;
103
+ heating_set_point_fahrenheit?: number | undefined;
104
+ }, {
105
+ fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
106
+ hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
107
+ cooling_set_point_celsius?: number | undefined;
108
+ heating_set_point_celsius?: number | undefined;
109
+ cooling_set_point_fahrenheit?: number | undefined;
110
+ heating_set_point_fahrenheit?: number | undefined;
111
+ }>;
112
+ export type ClimateSettingManual = z.infer<typeof climate_setting_manual>;