@seamapi/types 1.253.0 → 1.253.1

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.
@@ -4436,7 +4436,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
4436
4436
  climate_preset_key: z.ZodOptional<z.ZodString>;
4437
4437
  can_edit: z.ZodOptional<z.ZodBoolean>;
4438
4438
  can_delete: z.ZodOptional<z.ZodBoolean>;
4439
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
4439
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
4440
4440
  display_name: z.ZodOptional<z.ZodString>;
4441
4441
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
4442
4442
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -4476,7 +4476,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
4476
4476
  climate_preset_key: z.ZodOptional<z.ZodString>;
4477
4477
  can_edit: z.ZodOptional<z.ZodBoolean>;
4478
4478
  can_delete: z.ZodOptional<z.ZodBoolean>;
4479
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
4479
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
4480
4480
  display_name: z.ZodOptional<z.ZodString>;
4481
4481
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
4482
4482
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -4516,7 +4516,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
4516
4516
  climate_preset_key: z.ZodString;
4517
4517
  can_edit: z.ZodBoolean;
4518
4518
  can_delete: z.ZodBoolean;
4519
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
4519
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
4520
4520
  display_name: z.ZodString;
4521
4521
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
4522
4522
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -4529,9 +4529,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
4529
4529
  climate_preset_key: string;
4530
4530
  can_edit: boolean;
4531
4531
  can_delete: boolean;
4532
- name: string | null;
4533
4532
  display_name: string;
4534
4533
  manual_override_allowed: boolean;
4534
+ name?: string | null | undefined;
4535
4535
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
4536
4536
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
4537
4537
  cooling_set_point_celsius?: number | undefined;
@@ -4637,9 +4637,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
4637
4637
  climate_preset_key: string;
4638
4638
  can_edit: boolean;
4639
4639
  can_delete: boolean;
4640
- name: string | null;
4641
4640
  display_name: string;
4642
4641
  manual_override_allowed: boolean;
4642
+ name?: string | null | undefined;
4643
4643
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
4644
4644
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
4645
4645
  cooling_set_point_celsius?: number | undefined;
@@ -5143,9 +5143,9 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
5143
5143
  climate_preset_key: string;
5144
5144
  can_edit: boolean;
5145
5145
  can_delete: boolean;
5146
- name: string | null;
5147
5146
  display_name: string;
5148
5147
  manual_override_allowed: boolean;
5148
+ name?: string | null | undefined;
5149
5149
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
5150
5150
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
5151
5151
  cooling_set_point_celsius?: number | undefined;
@@ -7040,7 +7040,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
7040
7040
  climate_preset_key: z.ZodOptional<z.ZodString>;
7041
7041
  can_edit: z.ZodOptional<z.ZodBoolean>;
7042
7042
  can_delete: z.ZodOptional<z.ZodBoolean>;
7043
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
7043
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
7044
7044
  display_name: z.ZodOptional<z.ZodString>;
7045
7045
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
7046
7046
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -7080,7 +7080,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
7080
7080
  climate_preset_key: z.ZodOptional<z.ZodString>;
7081
7081
  can_edit: z.ZodOptional<z.ZodBoolean>;
7082
7082
  can_delete: z.ZodOptional<z.ZodBoolean>;
7083
- name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
7083
+ name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
7084
7084
  display_name: z.ZodOptional<z.ZodString>;
7085
7085
  fan_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>>;
7086
7086
  hvac_mode_setting: z.ZodOptional<z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>>;
@@ -7120,7 +7120,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
7120
7120
  climate_preset_key: z.ZodString;
7121
7121
  can_edit: z.ZodBoolean;
7122
7122
  can_delete: z.ZodBoolean;
7123
- name: z.ZodDefault<z.ZodNullable<z.ZodString>>;
7123
+ name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
7124
7124
  display_name: z.ZodString;
7125
7125
  fan_mode_setting: z.ZodOptional<z.ZodEnum<["auto", "on", "circulate"]>>;
7126
7126
  hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
@@ -7133,9 +7133,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
7133
7133
  climate_preset_key: string;
7134
7134
  can_edit: boolean;
7135
7135
  can_delete: boolean;
7136
- name: string | null;
7137
7136
  display_name: string;
7138
7137
  manual_override_allowed: boolean;
7138
+ name?: string | null | undefined;
7139
7139
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
7140
7140
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
7141
7141
  cooling_set_point_celsius?: number | undefined;
@@ -7241,9 +7241,9 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
7241
7241
  climate_preset_key: string;
7242
7242
  can_edit: boolean;
7243
7243
  can_delete: boolean;
7244
- name: string | null;
7245
7244
  display_name: string;
7246
7245
  manual_override_allowed: boolean;
7246
+ name?: string | null | undefined;
7247
7247
  fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
7248
7248
  hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
7249
7249
  cooling_set_point_celsius?: number | undefined;
@@ -34018,7 +34018,7 @@ interface Routes {
34018
34018
  climate_preset_key?: string | undefined;
34019
34019
  can_edit?: boolean | undefined;
34020
34020
  can_delete?: boolean | undefined;
34021
- name?: (string | null) | undefined;
34021
+ name?: ((string | null) | undefined) | undefined;
34022
34022
  display_name?: string | undefined;
34023
34023
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
34024
34024
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -34034,7 +34034,7 @@ interface Routes {
34034
34034
  climate_preset_key?: string | undefined;
34035
34035
  can_edit?: boolean | undefined;
34036
34036
  can_delete?: boolean | undefined;
34037
- name?: (string | null) | undefined;
34037
+ name?: ((string | null) | undefined) | undefined;
34038
34038
  display_name?: string | undefined;
34039
34039
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
34040
34040
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -34048,7 +34048,7 @@ interface Routes {
34048
34048
  climate_preset_key: string;
34049
34049
  can_edit: boolean;
34050
34050
  can_delete: boolean;
34051
- name?: string | null;
34051
+ name?: (string | null) | undefined;
34052
34052
  display_name: string;
34053
34053
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
34054
34054
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -34478,7 +34478,7 @@ interface Routes {
34478
34478
  climate_preset_key?: string | undefined;
34479
34479
  can_edit?: boolean | undefined;
34480
34480
  can_delete?: boolean | undefined;
34481
- name?: (string | null) | undefined;
34481
+ name?: ((string | null) | undefined) | undefined;
34482
34482
  display_name?: string | undefined;
34483
34483
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
34484
34484
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -34494,7 +34494,7 @@ interface Routes {
34494
34494
  climate_preset_key?: string | undefined;
34495
34495
  can_edit?: boolean | undefined;
34496
34496
  can_delete?: boolean | undefined;
34497
- name?: (string | null) | undefined;
34497
+ name?: ((string | null) | undefined) | undefined;
34498
34498
  display_name?: string | undefined;
34499
34499
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
34500
34500
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -34508,7 +34508,7 @@ interface Routes {
34508
34508
  climate_preset_key: string;
34509
34509
  can_edit: boolean;
34510
34510
  can_delete: boolean;
34511
- name?: string | null;
34511
+ name?: (string | null) | undefined;
34512
34512
  display_name: string;
34513
34513
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
34514
34514
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -35318,7 +35318,7 @@ interface Routes {
35318
35318
  climate_preset_key?: string | undefined;
35319
35319
  can_edit?: boolean | undefined;
35320
35320
  can_delete?: boolean | undefined;
35321
- name?: (string | null) | undefined;
35321
+ name?: ((string | null) | undefined) | undefined;
35322
35322
  display_name?: string | undefined;
35323
35323
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
35324
35324
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -35334,7 +35334,7 @@ interface Routes {
35334
35334
  climate_preset_key?: string | undefined;
35335
35335
  can_edit?: boolean | undefined;
35336
35336
  can_delete?: boolean | undefined;
35337
- name?: (string | null) | undefined;
35337
+ name?: ((string | null) | undefined) | undefined;
35338
35338
  display_name?: string | undefined;
35339
35339
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
35340
35340
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -35348,7 +35348,7 @@ interface Routes {
35348
35348
  climate_preset_key: string;
35349
35349
  can_edit: boolean;
35350
35350
  can_delete: boolean;
35351
- name?: string | null;
35351
+ name?: (string | null) | undefined;
35352
35352
  display_name: string;
35353
35353
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
35354
35354
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -35753,7 +35753,7 @@ interface Routes {
35753
35753
  climate_preset_key?: string | undefined;
35754
35754
  can_edit?: boolean | undefined;
35755
35755
  can_delete?: boolean | undefined;
35756
- name?: (string | null) | undefined;
35756
+ name?: ((string | null) | undefined) | undefined;
35757
35757
  display_name?: string | undefined;
35758
35758
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
35759
35759
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -35769,7 +35769,7 @@ interface Routes {
35769
35769
  climate_preset_key?: string | undefined;
35770
35770
  can_edit?: boolean | undefined;
35771
35771
  can_delete?: boolean | undefined;
35772
- name?: (string | null) | undefined;
35772
+ name?: ((string | null) | undefined) | undefined;
35773
35773
  display_name?: string | undefined;
35774
35774
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
35775
35775
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -35783,7 +35783,7 @@ interface Routes {
35783
35783
  climate_preset_key: string;
35784
35784
  can_edit: boolean;
35785
35785
  can_delete: boolean;
35786
- name?: string | null;
35786
+ name?: (string | null) | undefined;
35787
35787
  display_name: string;
35788
35788
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
35789
35789
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -36213,7 +36213,7 @@ interface Routes {
36213
36213
  climate_preset_key?: string | undefined;
36214
36214
  can_edit?: boolean | undefined;
36215
36215
  can_delete?: boolean | undefined;
36216
- name?: (string | null) | undefined;
36216
+ name?: ((string | null) | undefined) | undefined;
36217
36217
  display_name?: string | undefined;
36218
36218
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
36219
36219
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -36229,7 +36229,7 @@ interface Routes {
36229
36229
  climate_preset_key?: string | undefined;
36230
36230
  can_edit?: boolean | undefined;
36231
36231
  can_delete?: boolean | undefined;
36232
- name?: (string | null) | undefined;
36232
+ name?: ((string | null) | undefined) | undefined;
36233
36233
  display_name?: string | undefined;
36234
36234
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
36235
36235
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -36243,7 +36243,7 @@ interface Routes {
36243
36243
  climate_preset_key: string;
36244
36244
  can_edit: boolean;
36245
36245
  can_delete: boolean;
36246
- name?: string | null;
36246
+ name?: (string | null) | undefined;
36247
36247
  display_name: string;
36248
36248
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
36249
36249
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -36648,7 +36648,7 @@ interface Routes {
36648
36648
  climate_preset_key?: string | undefined;
36649
36649
  can_edit?: boolean | undefined;
36650
36650
  can_delete?: boolean | undefined;
36651
- name?: (string | null) | undefined;
36651
+ name?: ((string | null) | undefined) | undefined;
36652
36652
  display_name?: string | undefined;
36653
36653
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
36654
36654
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -36664,7 +36664,7 @@ interface Routes {
36664
36664
  climate_preset_key?: string | undefined;
36665
36665
  can_edit?: boolean | undefined;
36666
36666
  can_delete?: boolean | undefined;
36667
- name?: (string | null) | undefined;
36667
+ name?: ((string | null) | undefined) | undefined;
36668
36668
  display_name?: string | undefined;
36669
36669
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
36670
36670
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -36678,7 +36678,7 @@ interface Routes {
36678
36678
  climate_preset_key: string;
36679
36679
  can_edit: boolean;
36680
36680
  can_delete: boolean;
36681
- name?: string | null;
36681
+ name?: (string | null) | undefined;
36682
36682
  display_name: string;
36683
36683
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
36684
36684
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -37996,7 +37996,7 @@ interface Routes {
37996
37996
  climate_preset_key?: string | undefined;
37997
37997
  can_edit?: boolean | undefined;
37998
37998
  can_delete?: boolean | undefined;
37999
- name?: (string | null) | undefined;
37999
+ name?: ((string | null) | undefined) | undefined;
38000
38000
  display_name?: string | undefined;
38001
38001
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
38002
38002
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -38012,7 +38012,7 @@ interface Routes {
38012
38012
  climate_preset_key?: string | undefined;
38013
38013
  can_edit?: boolean | undefined;
38014
38014
  can_delete?: boolean | undefined;
38015
- name?: (string | null) | undefined;
38015
+ name?: ((string | null) | undefined) | undefined;
38016
38016
  display_name?: string | undefined;
38017
38017
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
38018
38018
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -38026,7 +38026,7 @@ interface Routes {
38026
38026
  climate_preset_key: string;
38027
38027
  can_edit: boolean;
38028
38028
  can_delete: boolean;
38029
- name?: string | null;
38029
+ name?: (string | null) | undefined;
38030
38030
  display_name: string;
38031
38031
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
38032
38032
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -38431,7 +38431,7 @@ interface Routes {
38431
38431
  climate_preset_key?: string | undefined;
38432
38432
  can_edit?: boolean | undefined;
38433
38433
  can_delete?: boolean | undefined;
38434
- name?: (string | null) | undefined;
38434
+ name?: ((string | null) | undefined) | undefined;
38435
38435
  display_name?: string | undefined;
38436
38436
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
38437
38437
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -38447,7 +38447,7 @@ interface Routes {
38447
38447
  climate_preset_key?: string | undefined;
38448
38448
  can_edit?: boolean | undefined;
38449
38449
  can_delete?: boolean | undefined;
38450
- name?: (string | null) | undefined;
38450
+ name?: ((string | null) | undefined) | undefined;
38451
38451
  display_name?: string | undefined;
38452
38452
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
38453
38453
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -38461,7 +38461,7 @@ interface Routes {
38461
38461
  climate_preset_key: string;
38462
38462
  can_edit: boolean;
38463
38463
  can_delete: boolean;
38464
- name?: string | null;
38464
+ name?: (string | null) | undefined;
38465
38465
  display_name: string;
38466
38466
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
38467
38467
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -40930,7 +40930,7 @@ interface Routes {
40930
40930
  jsonBody: {
40931
40931
  device_id: string;
40932
40932
  climate_preset_key: string;
40933
- name?: string | null;
40933
+ name?: (string | null) | undefined;
40934
40934
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
40935
40935
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
40936
40936
  cooling_set_point_celsius?: number | undefined;
@@ -40946,7 +40946,7 @@ interface Routes {
40946
40946
  climate_preset_key: string;
40947
40947
  can_edit: boolean;
40948
40948
  can_delete: boolean;
40949
- name?: string | null;
40949
+ name?: (string | null) | undefined;
40950
40950
  display_name: string;
40951
40951
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
40952
40952
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -41309,7 +41309,7 @@ interface Routes {
41309
41309
  climate_preset_key?: string | undefined;
41310
41310
  can_edit?: boolean | undefined;
41311
41311
  can_delete?: boolean | undefined;
41312
- name?: (string | null) | undefined;
41312
+ name?: ((string | null) | undefined) | undefined;
41313
41313
  display_name?: string | undefined;
41314
41314
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
41315
41315
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -41325,7 +41325,7 @@ interface Routes {
41325
41325
  climate_preset_key?: string | undefined;
41326
41326
  can_edit?: boolean | undefined;
41327
41327
  can_delete?: boolean | undefined;
41328
- name?: (string | null) | undefined;
41328
+ name?: ((string | null) | undefined) | undefined;
41329
41329
  display_name?: string | undefined;
41330
41330
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
41331
41331
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -41339,7 +41339,7 @@ interface Routes {
41339
41339
  climate_preset_key: string;
41340
41340
  can_edit: boolean;
41341
41341
  can_delete: boolean;
41342
- name?: string | null;
41342
+ name?: (string | null) | undefined;
41343
41343
  display_name: string;
41344
41344
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
41345
41345
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -42629,7 +42629,7 @@ interface Routes {
42629
42629
  climate_preset_key?: string | undefined;
42630
42630
  can_edit?: boolean | undefined;
42631
42631
  can_delete?: boolean | undefined;
42632
- name?: (string | null) | undefined;
42632
+ name?: ((string | null) | undefined) | undefined;
42633
42633
  display_name?: string | undefined;
42634
42634
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
42635
42635
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -42645,7 +42645,7 @@ interface Routes {
42645
42645
  climate_preset_key?: string | undefined;
42646
42646
  can_edit?: boolean | undefined;
42647
42647
  can_delete?: boolean | undefined;
42648
- name?: (string | null) | undefined;
42648
+ name?: ((string | null) | undefined) | undefined;
42649
42649
  display_name?: string | undefined;
42650
42650
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
42651
42651
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -42659,7 +42659,7 @@ interface Routes {
42659
42659
  climate_preset_key: string;
42660
42660
  can_edit: boolean;
42661
42661
  can_delete: boolean;
42662
- name?: string | null;
42662
+ name?: (string | null) | undefined;
42663
42663
  display_name: string;
42664
42664
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
42665
42665
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -43720,7 +43720,7 @@ interface Routes {
43720
43720
  jsonBody: {
43721
43721
  device_id: string;
43722
43722
  climate_preset_key: string;
43723
- name?: string | null;
43723
+ name?: (string | null) | undefined;
43724
43724
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
43725
43725
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
43726
43726
  cooling_set_point_celsius?: number | undefined;
@@ -44250,7 +44250,7 @@ interface Routes {
44250
44250
  climate_preset_key?: string | undefined;
44251
44251
  can_edit?: boolean | undefined;
44252
44252
  can_delete?: boolean | undefined;
44253
- name?: (string | null) | undefined;
44253
+ name?: ((string | null) | undefined) | undefined;
44254
44254
  display_name?: string | undefined;
44255
44255
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
44256
44256
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -44266,7 +44266,7 @@ interface Routes {
44266
44266
  climate_preset_key?: string | undefined;
44267
44267
  can_edit?: boolean | undefined;
44268
44268
  can_delete?: boolean | undefined;
44269
- name?: (string | null) | undefined;
44269
+ name?: ((string | null) | undefined) | undefined;
44270
44270
  display_name?: string | undefined;
44271
44271
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
44272
44272
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -44280,7 +44280,7 @@ interface Routes {
44280
44280
  climate_preset_key: string;
44281
44281
  can_edit: boolean;
44282
44282
  can_delete: boolean;
44283
- name?: string | null;
44283
+ name?: (string | null) | undefined;
44284
44284
  display_name: string;
44285
44285
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
44286
44286
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -44687,7 +44687,7 @@ interface Routes {
44687
44687
  climate_preset_key?: string | undefined;
44688
44688
  can_edit?: boolean | undefined;
44689
44689
  can_delete?: boolean | undefined;
44690
- name?: (string | null) | undefined;
44690
+ name?: ((string | null) | undefined) | undefined;
44691
44691
  display_name?: string | undefined;
44692
44692
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
44693
44693
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -44703,7 +44703,7 @@ interface Routes {
44703
44703
  climate_preset_key?: string | undefined;
44704
44704
  can_edit?: boolean | undefined;
44705
44705
  can_delete?: boolean | undefined;
44706
- name?: (string | null) | undefined;
44706
+ name?: ((string | null) | undefined) | undefined;
44707
44707
  display_name?: string | undefined;
44708
44708
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
44709
44709
  hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
@@ -44717,7 +44717,7 @@ interface Routes {
44717
44717
  climate_preset_key: string;
44718
44718
  can_edit: boolean;
44719
44719
  can_delete: boolean;
44720
- name?: string | null;
44720
+ name?: (string | null) | undefined;
44721
44721
  display_name: string;
44722
44722
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
44723
44723
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
@@ -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;