@seamapi/types 1.580.0 → 1.582.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.
@@ -12086,7 +12086,7 @@ declare const batch: z.ZodObject<{
12086
12086
  climate_preset_key: z.ZodOptional<z.ZodString>;
12087
12087
  can_edit: z.ZodOptional<z.ZodBoolean>;
12088
12088
  can_delete: z.ZodOptional<z.ZodBoolean>;
12089
- can_program: z.ZodOptional<z.ZodBoolean>;
12089
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
12090
12090
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
12091
12091
  display_name: z.ZodOptional<z.ZodString>;
12092
12092
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -12114,7 +12114,7 @@ declare const batch: z.ZodObject<{
12114
12114
  climate_preset_key?: string | undefined;
12115
12115
  can_edit?: boolean | undefined;
12116
12116
  can_delete?: boolean | undefined;
12117
- can_program?: boolean | undefined;
12117
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12118
12118
  name?: string | null | undefined;
12119
12119
  display_name?: string | undefined;
12120
12120
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12134,7 +12134,7 @@ declare const batch: z.ZodObject<{
12134
12134
  climate_preset_key?: string | undefined;
12135
12135
  can_edit?: boolean | undefined;
12136
12136
  can_delete?: boolean | undefined;
12137
- can_program?: boolean | undefined;
12137
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12138
12138
  name?: string | null | undefined;
12139
12139
  display_name?: string | undefined;
12140
12140
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12155,7 +12155,7 @@ declare const batch: z.ZodObject<{
12155
12155
  climate_preset_key: z.ZodOptional<z.ZodString>;
12156
12156
  can_edit: z.ZodOptional<z.ZodBoolean>;
12157
12157
  can_delete: z.ZodOptional<z.ZodBoolean>;
12158
- can_program: z.ZodOptional<z.ZodBoolean>;
12158
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
12159
12159
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
12160
12160
  display_name: z.ZodOptional<z.ZodString>;
12161
12161
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -12183,7 +12183,7 @@ declare const batch: z.ZodObject<{
12183
12183
  climate_preset_key?: string | undefined;
12184
12184
  can_edit?: boolean | undefined;
12185
12185
  can_delete?: boolean | undefined;
12186
- can_program?: boolean | undefined;
12186
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12187
12187
  name?: string | null | undefined;
12188
12188
  display_name?: string | undefined;
12189
12189
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12203,7 +12203,7 @@ declare const batch: z.ZodObject<{
12203
12203
  climate_preset_key?: string | undefined;
12204
12204
  can_edit?: boolean | undefined;
12205
12205
  can_delete?: boolean | undefined;
12206
- can_program?: boolean | undefined;
12206
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12207
12207
  name?: string | null | undefined;
12208
12208
  display_name?: string | undefined;
12209
12209
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12224,7 +12224,7 @@ declare const batch: z.ZodObject<{
12224
12224
  climate_preset_key: z.ZodString;
12225
12225
  can_edit: z.ZodBoolean;
12226
12226
  can_delete: z.ZodBoolean;
12227
- can_program: z.ZodBoolean;
12227
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
12228
12228
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
12229
12229
  display_name: z.ZodString;
12230
12230
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -12252,7 +12252,7 @@ declare const batch: z.ZodObject<{
12252
12252
  climate_preset_key: string;
12253
12253
  can_edit: boolean;
12254
12254
  can_delete: boolean;
12255
- can_program: boolean;
12255
+ can_use_with_thermostat_daily_programs: boolean;
12256
12256
  display_name: string;
12257
12257
  manual_override_allowed: boolean;
12258
12258
  name?: string | null | undefined;
@@ -12272,7 +12272,7 @@ declare const batch: z.ZodObject<{
12272
12272
  climate_preset_key: string;
12273
12273
  can_edit: boolean;
12274
12274
  can_delete: boolean;
12275
- can_program: boolean;
12275
+ can_use_with_thermostat_daily_programs: boolean;
12276
12276
  display_name: string;
12277
12277
  manual_override_allowed: boolean;
12278
12278
  name?: string | null | undefined;
@@ -12453,7 +12453,7 @@ declare const batch: z.ZodObject<{
12453
12453
  climate_preset_key?: string | undefined;
12454
12454
  can_edit?: boolean | undefined;
12455
12455
  can_delete?: boolean | undefined;
12456
- can_program?: boolean | undefined;
12456
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12457
12457
  name?: string | null | undefined;
12458
12458
  display_name?: string | undefined;
12459
12459
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12474,7 +12474,7 @@ declare const batch: z.ZodObject<{
12474
12474
  climate_preset_key?: string | undefined;
12475
12475
  can_edit?: boolean | undefined;
12476
12476
  can_delete?: boolean | undefined;
12477
- can_program?: boolean | undefined;
12477
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12478
12478
  name?: string | null | undefined;
12479
12479
  display_name?: string | undefined;
12480
12480
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12495,7 +12495,7 @@ declare const batch: z.ZodObject<{
12495
12495
  climate_preset_key: string;
12496
12496
  can_edit: boolean;
12497
12497
  can_delete: boolean;
12498
- can_program: boolean;
12498
+ can_use_with_thermostat_daily_programs: boolean;
12499
12499
  display_name: string;
12500
12500
  manual_override_allowed: boolean;
12501
12501
  name?: string | null | undefined;
@@ -12586,7 +12586,7 @@ declare const batch: z.ZodObject<{
12586
12586
  climate_preset_key?: string | undefined;
12587
12587
  can_edit?: boolean | undefined;
12588
12588
  can_delete?: boolean | undefined;
12589
- can_program?: boolean | undefined;
12589
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12590
12590
  name?: string | null | undefined;
12591
12591
  display_name?: string | undefined;
12592
12592
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12607,7 +12607,7 @@ declare const batch: z.ZodObject<{
12607
12607
  climate_preset_key?: string | undefined;
12608
12608
  can_edit?: boolean | undefined;
12609
12609
  can_delete?: boolean | undefined;
12610
- can_program?: boolean | undefined;
12610
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12611
12611
  name?: string | null | undefined;
12612
12612
  display_name?: string | undefined;
12613
12613
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12628,7 +12628,7 @@ declare const batch: z.ZodObject<{
12628
12628
  climate_preset_key: string;
12629
12629
  can_edit: boolean;
12630
12630
  can_delete: boolean;
12631
- can_program: boolean;
12631
+ can_use_with_thermostat_daily_programs: boolean;
12632
12632
  display_name: string;
12633
12633
  manual_override_allowed: boolean;
12634
12634
  name?: string | null | undefined;
@@ -13813,7 +13813,7 @@ declare const batch: z.ZodObject<{
13813
13813
  climate_preset_key?: string | undefined;
13814
13814
  can_edit?: boolean | undefined;
13815
13815
  can_delete?: boolean | undefined;
13816
- can_program?: boolean | undefined;
13816
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
13817
13817
  name?: string | null | undefined;
13818
13818
  display_name?: string | undefined;
13819
13819
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -13834,7 +13834,7 @@ declare const batch: z.ZodObject<{
13834
13834
  climate_preset_key?: string | undefined;
13835
13835
  can_edit?: boolean | undefined;
13836
13836
  can_delete?: boolean | undefined;
13837
- can_program?: boolean | undefined;
13837
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
13838
13838
  name?: string | null | undefined;
13839
13839
  display_name?: string | undefined;
13840
13840
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -13855,7 +13855,7 @@ declare const batch: z.ZodObject<{
13855
13855
  climate_preset_key: string;
13856
13856
  can_edit: boolean;
13857
13857
  can_delete: boolean;
13858
- can_program: boolean;
13858
+ can_use_with_thermostat_daily_programs: boolean;
13859
13859
  display_name: string;
13860
13860
  manual_override_allowed: boolean;
13861
13861
  name?: string | null | undefined;
@@ -14472,7 +14472,7 @@ declare const batch: z.ZodObject<{
14472
14472
  climate_preset_key?: string | undefined;
14473
14473
  can_edit?: boolean | undefined;
14474
14474
  can_delete?: boolean | undefined;
14475
- can_program?: boolean | undefined;
14475
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
14476
14476
  name?: string | null | undefined;
14477
14477
  display_name?: string | undefined;
14478
14478
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -14493,7 +14493,7 @@ declare const batch: z.ZodObject<{
14493
14493
  climate_preset_key?: string | undefined;
14494
14494
  can_edit?: boolean | undefined;
14495
14495
  can_delete?: boolean | undefined;
14496
- can_program?: boolean | undefined;
14496
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
14497
14497
  name?: string | null | undefined;
14498
14498
  display_name?: string | undefined;
14499
14499
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -14514,7 +14514,7 @@ declare const batch: z.ZodObject<{
14514
14514
  climate_preset_key: string;
14515
14515
  can_edit: boolean;
14516
14516
  can_delete: boolean;
14517
- can_program: boolean;
14517
+ can_use_with_thermostat_daily_programs: boolean;
14518
14518
  display_name: string;
14519
14519
  manual_override_allowed: boolean;
14520
14520
  name?: string | null | undefined;
@@ -22695,7 +22695,7 @@ declare const batch: z.ZodObject<{
22695
22695
  climate_preset_key: z.ZodOptional<z.ZodString>;
22696
22696
  can_edit: z.ZodOptional<z.ZodBoolean>;
22697
22697
  can_delete: z.ZodOptional<z.ZodBoolean>;
22698
- can_program: z.ZodOptional<z.ZodBoolean>;
22698
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
22699
22699
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
22700
22700
  display_name: z.ZodOptional<z.ZodString>;
22701
22701
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -22723,7 +22723,7 @@ declare const batch: z.ZodObject<{
22723
22723
  climate_preset_key?: string | undefined;
22724
22724
  can_edit?: boolean | undefined;
22725
22725
  can_delete?: boolean | undefined;
22726
- can_program?: boolean | undefined;
22726
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22727
22727
  name?: string | null | undefined;
22728
22728
  display_name?: string | undefined;
22729
22729
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22743,7 +22743,7 @@ declare const batch: z.ZodObject<{
22743
22743
  climate_preset_key?: string | undefined;
22744
22744
  can_edit?: boolean | undefined;
22745
22745
  can_delete?: boolean | undefined;
22746
- can_program?: boolean | undefined;
22746
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22747
22747
  name?: string | null | undefined;
22748
22748
  display_name?: string | undefined;
22749
22749
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22764,7 +22764,7 @@ declare const batch: z.ZodObject<{
22764
22764
  climate_preset_key: z.ZodOptional<z.ZodString>;
22765
22765
  can_edit: z.ZodOptional<z.ZodBoolean>;
22766
22766
  can_delete: z.ZodOptional<z.ZodBoolean>;
22767
- can_program: z.ZodOptional<z.ZodBoolean>;
22767
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
22768
22768
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
22769
22769
  display_name: z.ZodOptional<z.ZodString>;
22770
22770
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -22792,7 +22792,7 @@ declare const batch: z.ZodObject<{
22792
22792
  climate_preset_key?: string | undefined;
22793
22793
  can_edit?: boolean | undefined;
22794
22794
  can_delete?: boolean | undefined;
22795
- can_program?: boolean | undefined;
22795
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22796
22796
  name?: string | null | undefined;
22797
22797
  display_name?: string | undefined;
22798
22798
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22812,7 +22812,7 @@ declare const batch: z.ZodObject<{
22812
22812
  climate_preset_key?: string | undefined;
22813
22813
  can_edit?: boolean | undefined;
22814
22814
  can_delete?: boolean | undefined;
22815
- can_program?: boolean | undefined;
22815
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22816
22816
  name?: string | null | undefined;
22817
22817
  display_name?: string | undefined;
22818
22818
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22833,7 +22833,7 @@ declare const batch: z.ZodObject<{
22833
22833
  climate_preset_key: z.ZodString;
22834
22834
  can_edit: z.ZodBoolean;
22835
22835
  can_delete: z.ZodBoolean;
22836
- can_program: z.ZodBoolean;
22836
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
22837
22837
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
22838
22838
  display_name: z.ZodString;
22839
22839
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -22861,7 +22861,7 @@ declare const batch: z.ZodObject<{
22861
22861
  climate_preset_key: string;
22862
22862
  can_edit: boolean;
22863
22863
  can_delete: boolean;
22864
- can_program: boolean;
22864
+ can_use_with_thermostat_daily_programs: boolean;
22865
22865
  display_name: string;
22866
22866
  manual_override_allowed: boolean;
22867
22867
  name?: string | null | undefined;
@@ -22881,7 +22881,7 @@ declare const batch: z.ZodObject<{
22881
22881
  climate_preset_key: string;
22882
22882
  can_edit: boolean;
22883
22883
  can_delete: boolean;
22884
- can_program: boolean;
22884
+ can_use_with_thermostat_daily_programs: boolean;
22885
22885
  display_name: string;
22886
22886
  manual_override_allowed: boolean;
22887
22887
  name?: string | null | undefined;
@@ -23062,7 +23062,7 @@ declare const batch: z.ZodObject<{
23062
23062
  climate_preset_key?: string | undefined;
23063
23063
  can_edit?: boolean | undefined;
23064
23064
  can_delete?: boolean | undefined;
23065
- can_program?: boolean | undefined;
23065
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23066
23066
  name?: string | null | undefined;
23067
23067
  display_name?: string | undefined;
23068
23068
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23083,7 +23083,7 @@ declare const batch: z.ZodObject<{
23083
23083
  climate_preset_key?: string | undefined;
23084
23084
  can_edit?: boolean | undefined;
23085
23085
  can_delete?: boolean | undefined;
23086
- can_program?: boolean | undefined;
23086
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23087
23087
  name?: string | null | undefined;
23088
23088
  display_name?: string | undefined;
23089
23089
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23104,7 +23104,7 @@ declare const batch: z.ZodObject<{
23104
23104
  climate_preset_key: string;
23105
23105
  can_edit: boolean;
23106
23106
  can_delete: boolean;
23107
- can_program: boolean;
23107
+ can_use_with_thermostat_daily_programs: boolean;
23108
23108
  display_name: string;
23109
23109
  manual_override_allowed: boolean;
23110
23110
  name?: string | null | undefined;
@@ -23195,7 +23195,7 @@ declare const batch: z.ZodObject<{
23195
23195
  climate_preset_key?: string | undefined;
23196
23196
  can_edit?: boolean | undefined;
23197
23197
  can_delete?: boolean | undefined;
23198
- can_program?: boolean | undefined;
23198
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23199
23199
  name?: string | null | undefined;
23200
23200
  display_name?: string | undefined;
23201
23201
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23216,7 +23216,7 @@ declare const batch: z.ZodObject<{
23216
23216
  climate_preset_key?: string | undefined;
23217
23217
  can_edit?: boolean | undefined;
23218
23218
  can_delete?: boolean | undefined;
23219
- can_program?: boolean | undefined;
23219
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23220
23220
  name?: string | null | undefined;
23221
23221
  display_name?: string | undefined;
23222
23222
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23237,7 +23237,7 @@ declare const batch: z.ZodObject<{
23237
23237
  climate_preset_key: string;
23238
23238
  can_edit: boolean;
23239
23239
  can_delete: boolean;
23240
- can_program: boolean;
23240
+ can_use_with_thermostat_daily_programs: boolean;
23241
23241
  display_name: string;
23242
23242
  manual_override_allowed: boolean;
23243
23243
  name?: string | null | undefined;
@@ -27440,7 +27440,7 @@ declare const batch: z.ZodObject<{
27440
27440
  climate_preset_key: z.ZodOptional<z.ZodString>;
27441
27441
  can_edit: z.ZodOptional<z.ZodBoolean>;
27442
27442
  can_delete: z.ZodOptional<z.ZodBoolean>;
27443
- can_program: z.ZodOptional<z.ZodBoolean>;
27443
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
27444
27444
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
27445
27445
  display_name: z.ZodOptional<z.ZodString>;
27446
27446
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -31526,7 +31526,7 @@ declare const batch: z.ZodObject<{
31526
31526
  climate_preset_key?: string | undefined;
31527
31527
  can_edit?: boolean | undefined;
31528
31528
  can_delete?: boolean | undefined;
31529
- can_program?: boolean | undefined;
31529
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
31530
31530
  name?: string | null | undefined;
31531
31531
  display_name?: string | undefined;
31532
31532
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -31547,7 +31547,7 @@ declare const batch: z.ZodObject<{
31547
31547
  climate_preset_key?: string | undefined;
31548
31548
  can_edit?: boolean | undefined;
31549
31549
  can_delete?: boolean | undefined;
31550
- can_program?: boolean | undefined;
31550
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
31551
31551
  name?: string | null | undefined;
31552
31552
  display_name?: string | undefined;
31553
31553
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -31568,7 +31568,7 @@ declare const batch: z.ZodObject<{
31568
31568
  climate_preset_key: string;
31569
31569
  can_edit: boolean;
31570
31570
  can_delete: boolean;
31571
- can_program: boolean;
31571
+ can_use_with_thermostat_daily_programs: boolean;
31572
31572
  display_name: string;
31573
31573
  manual_override_allowed: boolean;
31574
31574
  name?: string | null | undefined;
@@ -35433,7 +35433,7 @@ declare const batch: z.ZodObject<{
35433
35433
  climate_preset_key?: string | undefined;
35434
35434
  can_edit?: boolean | undefined;
35435
35435
  can_delete?: boolean | undefined;
35436
- can_program?: boolean | undefined;
35436
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
35437
35437
  name?: string | null | undefined;
35438
35438
  display_name?: string | undefined;
35439
35439
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -35454,7 +35454,7 @@ declare const batch: z.ZodObject<{
35454
35454
  climate_preset_key?: string | undefined;
35455
35455
  can_edit?: boolean | undefined;
35456
35456
  can_delete?: boolean | undefined;
35457
- can_program?: boolean | undefined;
35457
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
35458
35458
  name?: string | null | undefined;
35459
35459
  display_name?: string | undefined;
35460
35460
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -35475,7 +35475,7 @@ declare const batch: z.ZodObject<{
35475
35475
  climate_preset_key: string;
35476
35476
  can_edit: boolean;
35477
35477
  can_delete: boolean;
35478
- can_program: boolean;
35478
+ can_use_with_thermostat_daily_programs: boolean;
35479
35479
  display_name: string;
35480
35480
  manual_override_allowed: boolean;
35481
35481
  name?: string | null | undefined;
@@ -41738,7 +41738,7 @@ declare const device: z.ZodObject<{
41738
41738
  climate_preset_key: z.ZodOptional<z.ZodString>;
41739
41739
  can_edit: z.ZodOptional<z.ZodBoolean>;
41740
41740
  can_delete: z.ZodOptional<z.ZodBoolean>;
41741
- can_program: z.ZodOptional<z.ZodBoolean>;
41741
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
41742
41742
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
41743
41743
  display_name: z.ZodOptional<z.ZodString>;
41744
41744
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -41766,7 +41766,7 @@ declare const device: z.ZodObject<{
41766
41766
  climate_preset_key?: string | undefined;
41767
41767
  can_edit?: boolean | undefined;
41768
41768
  can_delete?: boolean | undefined;
41769
- can_program?: boolean | undefined;
41769
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41770
41770
  name?: string | null | undefined;
41771
41771
  display_name?: string | undefined;
41772
41772
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41786,7 +41786,7 @@ declare const device: z.ZodObject<{
41786
41786
  climate_preset_key?: string | undefined;
41787
41787
  can_edit?: boolean | undefined;
41788
41788
  can_delete?: boolean | undefined;
41789
- can_program?: boolean | undefined;
41789
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41790
41790
  name?: string | null | undefined;
41791
41791
  display_name?: string | undefined;
41792
41792
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41807,7 +41807,7 @@ declare const device: z.ZodObject<{
41807
41807
  climate_preset_key: z.ZodOptional<z.ZodString>;
41808
41808
  can_edit: z.ZodOptional<z.ZodBoolean>;
41809
41809
  can_delete: z.ZodOptional<z.ZodBoolean>;
41810
- can_program: z.ZodOptional<z.ZodBoolean>;
41810
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
41811
41811
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
41812
41812
  display_name: z.ZodOptional<z.ZodString>;
41813
41813
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -41835,7 +41835,7 @@ declare const device: z.ZodObject<{
41835
41835
  climate_preset_key?: string | undefined;
41836
41836
  can_edit?: boolean | undefined;
41837
41837
  can_delete?: boolean | undefined;
41838
- can_program?: boolean | undefined;
41838
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41839
41839
  name?: string | null | undefined;
41840
41840
  display_name?: string | undefined;
41841
41841
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41855,7 +41855,7 @@ declare const device: z.ZodObject<{
41855
41855
  climate_preset_key?: string | undefined;
41856
41856
  can_edit?: boolean | undefined;
41857
41857
  can_delete?: boolean | undefined;
41858
- can_program?: boolean | undefined;
41858
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41859
41859
  name?: string | null | undefined;
41860
41860
  display_name?: string | undefined;
41861
41861
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41876,7 +41876,7 @@ declare const device: z.ZodObject<{
41876
41876
  climate_preset_key: z.ZodString;
41877
41877
  can_edit: z.ZodBoolean;
41878
41878
  can_delete: z.ZodBoolean;
41879
- can_program: z.ZodBoolean;
41879
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
41880
41880
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
41881
41881
  display_name: z.ZodString;
41882
41882
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -41904,7 +41904,7 @@ declare const device: z.ZodObject<{
41904
41904
  climate_preset_key: string;
41905
41905
  can_edit: boolean;
41906
41906
  can_delete: boolean;
41907
- can_program: boolean;
41907
+ can_use_with_thermostat_daily_programs: boolean;
41908
41908
  display_name: string;
41909
41909
  manual_override_allowed: boolean;
41910
41910
  name?: string | null | undefined;
@@ -41924,7 +41924,7 @@ declare const device: z.ZodObject<{
41924
41924
  climate_preset_key: string;
41925
41925
  can_edit: boolean;
41926
41926
  can_delete: boolean;
41927
- can_program: boolean;
41927
+ can_use_with_thermostat_daily_programs: boolean;
41928
41928
  display_name: string;
41929
41929
  manual_override_allowed: boolean;
41930
41930
  name?: string | null | undefined;
@@ -42105,7 +42105,7 @@ declare const device: z.ZodObject<{
42105
42105
  climate_preset_key?: string | undefined;
42106
42106
  can_edit?: boolean | undefined;
42107
42107
  can_delete?: boolean | undefined;
42108
- can_program?: boolean | undefined;
42108
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42109
42109
  name?: string | null | undefined;
42110
42110
  display_name?: string | undefined;
42111
42111
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42126,7 +42126,7 @@ declare const device: z.ZodObject<{
42126
42126
  climate_preset_key?: string | undefined;
42127
42127
  can_edit?: boolean | undefined;
42128
42128
  can_delete?: boolean | undefined;
42129
- can_program?: boolean | undefined;
42129
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42130
42130
  name?: string | null | undefined;
42131
42131
  display_name?: string | undefined;
42132
42132
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42147,7 +42147,7 @@ declare const device: z.ZodObject<{
42147
42147
  climate_preset_key: string;
42148
42148
  can_edit: boolean;
42149
42149
  can_delete: boolean;
42150
- can_program: boolean;
42150
+ can_use_with_thermostat_daily_programs: boolean;
42151
42151
  display_name: string;
42152
42152
  manual_override_allowed: boolean;
42153
42153
  name?: string | null | undefined;
@@ -42238,7 +42238,7 @@ declare const device: z.ZodObject<{
42238
42238
  climate_preset_key?: string | undefined;
42239
42239
  can_edit?: boolean | undefined;
42240
42240
  can_delete?: boolean | undefined;
42241
- can_program?: boolean | undefined;
42241
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42242
42242
  name?: string | null | undefined;
42243
42243
  display_name?: string | undefined;
42244
42244
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42259,7 +42259,7 @@ declare const device: z.ZodObject<{
42259
42259
  climate_preset_key?: string | undefined;
42260
42260
  can_edit?: boolean | undefined;
42261
42261
  can_delete?: boolean | undefined;
42262
- can_program?: boolean | undefined;
42262
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42263
42263
  name?: string | null | undefined;
42264
42264
  display_name?: string | undefined;
42265
42265
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42280,7 +42280,7 @@ declare const device: z.ZodObject<{
42280
42280
  climate_preset_key: string;
42281
42281
  can_edit: boolean;
42282
42282
  can_delete: boolean;
42283
- can_program: boolean;
42283
+ can_use_with_thermostat_daily_programs: boolean;
42284
42284
  display_name: string;
42285
42285
  manual_override_allowed: boolean;
42286
42286
  name?: string | null | undefined;
@@ -43465,7 +43465,7 @@ declare const device: z.ZodObject<{
43465
43465
  climate_preset_key?: string | undefined;
43466
43466
  can_edit?: boolean | undefined;
43467
43467
  can_delete?: boolean | undefined;
43468
- can_program?: boolean | undefined;
43468
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
43469
43469
  name?: string | null | undefined;
43470
43470
  display_name?: string | undefined;
43471
43471
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -43486,7 +43486,7 @@ declare const device: z.ZodObject<{
43486
43486
  climate_preset_key?: string | undefined;
43487
43487
  can_edit?: boolean | undefined;
43488
43488
  can_delete?: boolean | undefined;
43489
- can_program?: boolean | undefined;
43489
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
43490
43490
  name?: string | null | undefined;
43491
43491
  display_name?: string | undefined;
43492
43492
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -43507,7 +43507,7 @@ declare const device: z.ZodObject<{
43507
43507
  climate_preset_key: string;
43508
43508
  can_edit: boolean;
43509
43509
  can_delete: boolean;
43510
- can_program: boolean;
43510
+ can_use_with_thermostat_daily_programs: boolean;
43511
43511
  display_name: string;
43512
43512
  manual_override_allowed: boolean;
43513
43513
  name?: string | null | undefined;
@@ -44124,7 +44124,7 @@ declare const device: z.ZodObject<{
44124
44124
  climate_preset_key?: string | undefined;
44125
44125
  can_edit?: boolean | undefined;
44126
44126
  can_delete?: boolean | undefined;
44127
- can_program?: boolean | undefined;
44127
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
44128
44128
  name?: string | null | undefined;
44129
44129
  display_name?: string | undefined;
44130
44130
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -44145,7 +44145,7 @@ declare const device: z.ZodObject<{
44145
44145
  climate_preset_key?: string | undefined;
44146
44146
  can_edit?: boolean | undefined;
44147
44147
  can_delete?: boolean | undefined;
44148
- can_program?: boolean | undefined;
44148
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
44149
44149
  name?: string | null | undefined;
44150
44150
  display_name?: string | undefined;
44151
44151
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -44166,7 +44166,7 @@ declare const device: z.ZodObject<{
44166
44166
  climate_preset_key: string;
44167
44167
  can_edit: boolean;
44168
44168
  can_delete: boolean;
44169
- can_program: boolean;
44169
+ can_use_with_thermostat_daily_programs: boolean;
44170
44170
  display_name: string;
44171
44171
  manual_override_allowed: boolean;
44172
44172
  name?: string | null | undefined;
@@ -46024,7 +46024,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46024
46024
  climate_preset_key: z.ZodOptional<z.ZodString>;
46025
46025
  can_edit: z.ZodOptional<z.ZodBoolean>;
46026
46026
  can_delete: z.ZodOptional<z.ZodBoolean>;
46027
- can_program: z.ZodOptional<z.ZodBoolean>;
46027
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
46028
46028
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
46029
46029
  display_name: z.ZodOptional<z.ZodString>;
46030
46030
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -46052,7 +46052,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46052
46052
  climate_preset_key?: string | undefined;
46053
46053
  can_edit?: boolean | undefined;
46054
46054
  can_delete?: boolean | undefined;
46055
- can_program?: boolean | undefined;
46055
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46056
46056
  name?: string | null | undefined;
46057
46057
  display_name?: string | undefined;
46058
46058
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46072,7 +46072,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46072
46072
  climate_preset_key?: string | undefined;
46073
46073
  can_edit?: boolean | undefined;
46074
46074
  can_delete?: boolean | undefined;
46075
- can_program?: boolean | undefined;
46075
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46076
46076
  name?: string | null | undefined;
46077
46077
  display_name?: string | undefined;
46078
46078
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46093,7 +46093,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46093
46093
  climate_preset_key: z.ZodOptional<z.ZodString>;
46094
46094
  can_edit: z.ZodOptional<z.ZodBoolean>;
46095
46095
  can_delete: z.ZodOptional<z.ZodBoolean>;
46096
- can_program: z.ZodOptional<z.ZodBoolean>;
46096
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
46097
46097
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
46098
46098
  display_name: z.ZodOptional<z.ZodString>;
46099
46099
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -46121,7 +46121,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46121
46121
  climate_preset_key?: string | undefined;
46122
46122
  can_edit?: boolean | undefined;
46123
46123
  can_delete?: boolean | undefined;
46124
- can_program?: boolean | undefined;
46124
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46125
46125
  name?: string | null | undefined;
46126
46126
  display_name?: string | undefined;
46127
46127
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46141,7 +46141,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46141
46141
  climate_preset_key?: string | undefined;
46142
46142
  can_edit?: boolean | undefined;
46143
46143
  can_delete?: boolean | undefined;
46144
- can_program?: boolean | undefined;
46144
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46145
46145
  name?: string | null | undefined;
46146
46146
  display_name?: string | undefined;
46147
46147
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46162,7 +46162,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46162
46162
  climate_preset_key: z.ZodString;
46163
46163
  can_edit: z.ZodBoolean;
46164
46164
  can_delete: z.ZodBoolean;
46165
- can_program: z.ZodBoolean;
46165
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
46166
46166
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
46167
46167
  display_name: z.ZodString;
46168
46168
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -46190,7 +46190,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46190
46190
  climate_preset_key: string;
46191
46191
  can_edit: boolean;
46192
46192
  can_delete: boolean;
46193
- can_program: boolean;
46193
+ can_use_with_thermostat_daily_programs: boolean;
46194
46194
  display_name: string;
46195
46195
  manual_override_allowed: boolean;
46196
46196
  name?: string | null | undefined;
@@ -46210,7 +46210,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46210
46210
  climate_preset_key: string;
46211
46211
  can_edit: boolean;
46212
46212
  can_delete: boolean;
46213
- can_program: boolean;
46213
+ can_use_with_thermostat_daily_programs: boolean;
46214
46214
  display_name: string;
46215
46215
  manual_override_allowed: boolean;
46216
46216
  name?: string | null | undefined;
@@ -46391,7 +46391,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46391
46391
  climate_preset_key?: string | undefined;
46392
46392
  can_edit?: boolean | undefined;
46393
46393
  can_delete?: boolean | undefined;
46394
- can_program?: boolean | undefined;
46394
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46395
46395
  name?: string | null | undefined;
46396
46396
  display_name?: string | undefined;
46397
46397
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46412,7 +46412,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46412
46412
  climate_preset_key?: string | undefined;
46413
46413
  can_edit?: boolean | undefined;
46414
46414
  can_delete?: boolean | undefined;
46415
- can_program?: boolean | undefined;
46415
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46416
46416
  name?: string | null | undefined;
46417
46417
  display_name?: string | undefined;
46418
46418
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46433,7 +46433,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46433
46433
  climate_preset_key: string;
46434
46434
  can_edit: boolean;
46435
46435
  can_delete: boolean;
46436
- can_program: boolean;
46436
+ can_use_with_thermostat_daily_programs: boolean;
46437
46437
  display_name: string;
46438
46438
  manual_override_allowed: boolean;
46439
46439
  name?: string | null | undefined;
@@ -46524,7 +46524,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46524
46524
  climate_preset_key?: string | undefined;
46525
46525
  can_edit?: boolean | undefined;
46526
46526
  can_delete?: boolean | undefined;
46527
- can_program?: boolean | undefined;
46527
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46528
46528
  name?: string | null | undefined;
46529
46529
  display_name?: string | undefined;
46530
46530
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46545,7 +46545,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46545
46545
  climate_preset_key?: string | undefined;
46546
46546
  can_edit?: boolean | undefined;
46547
46547
  can_delete?: boolean | undefined;
46548
- can_program?: boolean | undefined;
46548
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46549
46549
  name?: string | null | undefined;
46550
46550
  display_name?: string | undefined;
46551
46551
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46566,7 +46566,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46566
46566
  climate_preset_key: string;
46567
46567
  can_edit: boolean;
46568
46568
  can_delete: boolean;
46569
- can_program: boolean;
46569
+ can_use_with_thermostat_daily_programs: boolean;
46570
46570
  display_name: string;
46571
46571
  manual_override_allowed: boolean;
46572
46572
  name?: string | null | undefined;
@@ -50534,7 +50534,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
50534
50534
  climate_preset_key: z.ZodOptional<z.ZodString>;
50535
50535
  can_edit: z.ZodOptional<z.ZodBoolean>;
50536
50536
  can_delete: z.ZodOptional<z.ZodBoolean>;
50537
- can_program: z.ZodOptional<z.ZodBoolean>;
50537
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
50538
50538
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
50539
50539
  display_name: z.ZodOptional<z.ZodString>;
50540
50540
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -51017,7 +51017,7 @@ declare const climate_preset: z.ZodObject<{
51017
51017
  climate_preset_key: z.ZodString;
51018
51018
  can_edit: z.ZodBoolean;
51019
51019
  can_delete: z.ZodBoolean;
51020
- can_program: z.ZodBoolean;
51020
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
51021
51021
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
51022
51022
  display_name: z.ZodString;
51023
51023
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -51045,7 +51045,7 @@ declare const climate_preset: z.ZodObject<{
51045
51045
  climate_preset_key: string;
51046
51046
  can_edit: boolean;
51047
51047
  can_delete: boolean;
51048
- can_program: boolean;
51048
+ can_use_with_thermostat_daily_programs: boolean;
51049
51049
  display_name: string;
51050
51050
  manual_override_allowed: boolean;
51051
51051
  name?: string | null | undefined;
@@ -51065,7 +51065,7 @@ declare const climate_preset: z.ZodObject<{
51065
51065
  climate_preset_key: string;
51066
51066
  can_edit: boolean;
51067
51067
  can_delete: boolean;
51068
- can_program: boolean;
51068
+ can_use_with_thermostat_daily_programs: boolean;
51069
51069
  display_name: string;
51070
51070
  manual_override_allowed: boolean;
51071
51071
  name?: string | null | undefined;
@@ -57713,7 +57713,7 @@ declare const _default: {
57713
57713
  description: string;
57714
57714
  type: string;
57715
57715
  };
57716
- can_program: {
57716
+ can_use_with_thermostat_daily_programs: {
57717
57717
  description: string;
57718
57718
  type: string;
57719
57719
  };
@@ -57828,7 +57828,7 @@ declare const _default: {
57828
57828
  description: string;
57829
57829
  type: string;
57830
57830
  };
57831
- can_program: {
57831
+ can_use_with_thermostat_daily_programs: {
57832
57832
  description: string;
57833
57833
  type: string;
57834
57834
  };
@@ -57922,7 +57922,7 @@ declare const _default: {
57922
57922
  description: string;
57923
57923
  type: string;
57924
57924
  };
57925
- can_program: {
57925
+ can_use_with_thermostat_daily_programs: {
57926
57926
  description: string;
57927
57927
  type: string;
57928
57928
  };
@@ -66077,22 +66077,32 @@ declare const _default: {
66077
66077
  };
66078
66078
  security: ({
66079
66079
  client_session: never[];
66080
+ client_session_with_customer?: never;
66081
+ pat_with_workspace?: never;
66082
+ console_session_with_workspace?: never;
66083
+ api_key?: never;
66084
+ } | {
66085
+ client_session_with_customer: never[];
66086
+ client_session?: never;
66080
66087
  pat_with_workspace?: never;
66081
66088
  console_session_with_workspace?: never;
66082
66089
  api_key?: never;
66083
66090
  } | {
66084
66091
  pat_with_workspace: never[];
66085
66092
  client_session?: never;
66093
+ client_session_with_customer?: never;
66086
66094
  console_session_with_workspace?: never;
66087
66095
  api_key?: never;
66088
66096
  } | {
66089
66097
  console_session_with_workspace: never[];
66090
66098
  client_session?: never;
66099
+ client_session_with_customer?: never;
66091
66100
  pat_with_workspace?: never;
66092
66101
  api_key?: never;
66093
66102
  } | {
66094
66103
  api_key: never[];
66095
66104
  client_session?: never;
66105
+ client_session_with_customer?: never;
66096
66106
  pat_with_workspace?: never;
66097
66107
  console_session_with_workspace?: never;
66098
66108
  })[];
@@ -66228,22 +66238,32 @@ declare const _default: {
66228
66238
  };
66229
66239
  security: ({
66230
66240
  client_session: never[];
66241
+ client_session_with_customer?: never;
66242
+ pat_with_workspace?: never;
66243
+ console_session_with_workspace?: never;
66244
+ api_key?: never;
66245
+ } | {
66246
+ client_session_with_customer: never[];
66247
+ client_session?: never;
66231
66248
  pat_with_workspace?: never;
66232
66249
  console_session_with_workspace?: never;
66233
66250
  api_key?: never;
66234
66251
  } | {
66235
66252
  pat_with_workspace: never[];
66236
66253
  client_session?: never;
66254
+ client_session_with_customer?: never;
66237
66255
  console_session_with_workspace?: never;
66238
66256
  api_key?: never;
66239
66257
  } | {
66240
66258
  console_session_with_workspace: never[];
66241
66259
  client_session?: never;
66260
+ client_session_with_customer?: never;
66242
66261
  pat_with_workspace?: never;
66243
66262
  api_key?: never;
66244
66263
  } | {
66245
66264
  api_key: never[];
66246
66265
  client_session?: never;
66266
+ client_session_with_customer?: never;
66247
66267
  pat_with_workspace?: never;
66248
66268
  console_session_with_workspace?: never;
66249
66269
  })[];
@@ -68763,22 +68783,32 @@ declare const _default: {
68763
68783
  };
68764
68784
  security: ({
68765
68785
  client_session: never[];
68786
+ client_session_with_customer?: never;
68787
+ pat_with_workspace?: never;
68788
+ console_session_with_workspace?: never;
68789
+ api_key?: never;
68790
+ } | {
68791
+ client_session_with_customer: never[];
68792
+ client_session?: never;
68766
68793
  pat_with_workspace?: never;
68767
68794
  console_session_with_workspace?: never;
68768
68795
  api_key?: never;
68769
68796
  } | {
68770
68797
  pat_with_workspace: never[];
68771
68798
  client_session?: never;
68799
+ client_session_with_customer?: never;
68772
68800
  console_session_with_workspace?: never;
68773
68801
  api_key?: never;
68774
68802
  } | {
68775
68803
  console_session_with_workspace: never[];
68776
68804
  client_session?: never;
68805
+ client_session_with_customer?: never;
68777
68806
  pat_with_workspace?: never;
68778
68807
  api_key?: never;
68779
68808
  } | {
68780
68809
  api_key: never[];
68781
68810
  client_session?: never;
68811
+ client_session_with_customer?: never;
68782
68812
  pat_with_workspace?: never;
68783
68813
  console_session_with_workspace?: never;
68784
68814
  })[];
@@ -68846,22 +68876,32 @@ declare const _default: {
68846
68876
  };
68847
68877
  security: ({
68848
68878
  client_session: never[];
68879
+ client_session_with_customer?: never;
68880
+ pat_with_workspace?: never;
68881
+ console_session_with_workspace?: never;
68882
+ api_key?: never;
68883
+ } | {
68884
+ client_session_with_customer: never[];
68885
+ client_session?: never;
68849
68886
  pat_with_workspace?: never;
68850
68887
  console_session_with_workspace?: never;
68851
68888
  api_key?: never;
68852
68889
  } | {
68853
68890
  pat_with_workspace: never[];
68854
68891
  client_session?: never;
68892
+ client_session_with_customer?: never;
68855
68893
  console_session_with_workspace?: never;
68856
68894
  api_key?: never;
68857
68895
  } | {
68858
68896
  console_session_with_workspace: never[];
68859
68897
  client_session?: never;
68898
+ client_session_with_customer?: never;
68860
68899
  pat_with_workspace?: never;
68861
68900
  api_key?: never;
68862
68901
  } | {
68863
68902
  api_key: never[];
68864
68903
  client_session?: never;
68904
+ client_session_with_customer?: never;
68865
68905
  pat_with_workspace?: never;
68866
68906
  console_session_with_workspace?: never;
68867
68907
  })[];
@@ -115213,7 +115253,7 @@ type Routes = {
115213
115253
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
115214
115254
  can_delete?: boolean | undefined;
115215
115255
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
115216
- can_program?: boolean | undefined;
115256
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
115217
115257
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
115218
115258
  name?: ((string | null) | undefined) | undefined;
115219
115259
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -115259,7 +115299,7 @@ type Routes = {
115259
115299
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
115260
115300
  can_delete?: boolean | undefined;
115261
115301
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
115262
- can_program?: boolean | undefined;
115302
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
115263
115303
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
115264
115304
  name?: ((string | null) | undefined) | undefined;
115265
115305
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -115304,7 +115344,7 @@ type Routes = {
115304
115344
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
115305
115345
  can_delete: boolean;
115306
115346
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
115307
- can_program: boolean;
115347
+ can_use_with_thermostat_daily_programs: boolean;
115308
115348
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
115309
115349
  name?: (string | null) | undefined;
115310
115350
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -118399,7 +118439,7 @@ type Routes = {
118399
118439
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
118400
118440
  can_delete?: boolean | undefined;
118401
118441
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
118402
- can_program?: boolean | undefined;
118442
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
118403
118443
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
118404
118444
  name?: ((string | null) | undefined) | undefined;
118405
118445
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -118445,7 +118485,7 @@ type Routes = {
118445
118485
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
118446
118486
  can_delete?: boolean | undefined;
118447
118487
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
118448
- can_program?: boolean | undefined;
118488
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
118449
118489
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
118450
118490
  name?: ((string | null) | undefined) | undefined;
118451
118491
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -118490,7 +118530,7 @@ type Routes = {
118490
118530
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
118491
118531
  can_delete: boolean;
118492
118532
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
118493
- can_program: boolean;
118533
+ can_use_with_thermostat_daily_programs: boolean;
118494
118534
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
118495
118535
  name?: (string | null) | undefined;
118496
118536
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -136901,7 +136941,7 @@ type Routes = {
136901
136941
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
136902
136942
  can_delete?: boolean | undefined;
136903
136943
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
136904
- can_program?: boolean | undefined;
136944
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
136905
136945
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
136906
136946
  name?: ((string | null) | undefined) | undefined;
136907
136947
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -136947,7 +136987,7 @@ type Routes = {
136947
136987
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
136948
136988
  can_delete?: boolean | undefined;
136949
136989
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
136950
- can_program?: boolean | undefined;
136990
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
136951
136991
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
136952
136992
  name?: ((string | null) | undefined) | undefined;
136953
136993
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -136992,7 +137032,7 @@ type Routes = {
136992
137032
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
136993
137033
  can_delete: boolean;
136994
137034
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
136995
- can_program: boolean;
137035
+ can_use_with_thermostat_daily_programs: boolean;
136996
137036
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
136997
137037
  name?: (string | null) | undefined;
136998
137038
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -138157,7 +138197,7 @@ type Routes = {
138157
138197
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
138158
138198
  can_delete?: boolean | undefined;
138159
138199
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
138160
- can_program?: boolean | undefined;
138200
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
138161
138201
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
138162
138202
  name?: ((string | null) | undefined) | undefined;
138163
138203
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -138203,7 +138243,7 @@ type Routes = {
138203
138243
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
138204
138244
  can_delete?: boolean | undefined;
138205
138245
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
138206
- can_program?: boolean | undefined;
138246
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
138207
138247
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
138208
138248
  name?: ((string | null) | undefined) | undefined;
138209
138249
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -138248,7 +138288,7 @@ type Routes = {
138248
138288
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
138249
138289
  can_delete: boolean;
138250
138290
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
138251
- can_program: boolean;
138291
+ can_use_with_thermostat_daily_programs: boolean;
138252
138292
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
138253
138293
  name?: (string | null) | undefined;
138254
138294
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -144334,7 +144374,7 @@ type Routes = {
144334
144374
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
144335
144375
  can_delete?: boolean | undefined;
144336
144376
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
144337
- can_program?: boolean | undefined;
144377
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
144338
144378
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
144339
144379
  name?: ((string | null) | undefined) | undefined;
144340
144380
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -144380,7 +144420,7 @@ type Routes = {
144380
144420
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
144381
144421
  can_delete?: boolean | undefined;
144382
144422
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
144383
- can_program?: boolean | undefined;
144423
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
144384
144424
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
144385
144425
  name?: ((string | null) | undefined) | undefined;
144386
144426
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -144425,7 +144465,7 @@ type Routes = {
144425
144465
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
144426
144466
  can_delete: boolean;
144427
144467
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
144428
- can_program: boolean;
144468
+ can_use_with_thermostat_daily_programs: boolean;
144429
144469
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
144430
144470
  name?: (string | null) | undefined;
144431
144471
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -145541,7 +145581,7 @@ type Routes = {
145541
145581
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
145542
145582
  can_delete?: boolean | undefined;
145543
145583
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
145544
- can_program?: boolean | undefined;
145584
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
145545
145585
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
145546
145586
  name?: ((string | null) | undefined) | undefined;
145547
145587
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -145587,7 +145627,7 @@ type Routes = {
145587
145627
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
145588
145628
  can_delete?: boolean | undefined;
145589
145629
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
145590
- can_program?: boolean | undefined;
145630
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
145591
145631
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
145592
145632
  name?: ((string | null) | undefined) | undefined;
145593
145633
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -145632,7 +145672,7 @@ type Routes = {
145632
145672
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
145633
145673
  can_delete: boolean;
145634
145674
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
145635
- can_program: boolean;
145675
+ can_use_with_thermostat_daily_programs: boolean;
145636
145676
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
145637
145677
  name?: (string | null) | undefined;
145638
145678
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -146797,7 +146837,7 @@ type Routes = {
146797
146837
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
146798
146838
  can_delete?: boolean | undefined;
146799
146839
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
146800
- can_program?: boolean | undefined;
146840
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
146801
146841
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
146802
146842
  name?: ((string | null) | undefined) | undefined;
146803
146843
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -146843,7 +146883,7 @@ type Routes = {
146843
146883
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
146844
146884
  can_delete?: boolean | undefined;
146845
146885
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
146846
- can_program?: boolean | undefined;
146886
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
146847
146887
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
146848
146888
  name?: ((string | null) | undefined) | undefined;
146849
146889
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -146888,7 +146928,7 @@ type Routes = {
146888
146928
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
146889
146929
  can_delete: boolean;
146890
146930
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
146891
- can_program: boolean;
146931
+ can_use_with_thermostat_daily_programs: boolean;
146892
146932
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
146893
146933
  name?: (string | null) | undefined;
146894
146934
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -148003,7 +148043,7 @@ type Routes = {
148003
148043
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
148004
148044
  can_delete?: boolean | undefined;
148005
148045
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
148006
- can_program?: boolean | undefined;
148046
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
148007
148047
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
148008
148048
  name?: ((string | null) | undefined) | undefined;
148009
148049
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -148049,7 +148089,7 @@ type Routes = {
148049
148089
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
148050
148090
  can_delete?: boolean | undefined;
148051
148091
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
148052
- can_program?: boolean | undefined;
148092
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
148053
148093
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
148054
148094
  name?: ((string | null) | undefined) | undefined;
148055
148095
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -148094,7 +148134,7 @@ type Routes = {
148094
148134
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
148095
148135
  can_delete: boolean;
148096
148136
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
148097
- can_program: boolean;
148137
+ can_use_with_thermostat_daily_programs: boolean;
148098
148138
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
148099
148139
  name?: (string | null) | undefined;
148100
148140
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -154297,7 +154337,7 @@ type Routes = {
154297
154337
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
154298
154338
  can_delete?: boolean | undefined;
154299
154339
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
154300
- can_program?: boolean | undefined;
154340
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
154301
154341
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
154302
154342
  name?: ((string | null) | undefined) | undefined;
154303
154343
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -154343,7 +154383,7 @@ type Routes = {
154343
154383
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
154344
154384
  can_delete?: boolean | undefined;
154345
154385
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
154346
- can_program?: boolean | undefined;
154386
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
154347
154387
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
154348
154388
  name?: ((string | null) | undefined) | undefined;
154349
154389
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -154388,7 +154428,7 @@ type Routes = {
154388
154428
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
154389
154429
  can_delete: boolean;
154390
154430
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
154391
- can_program: boolean;
154431
+ can_use_with_thermostat_daily_programs: boolean;
154392
154432
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
154393
154433
  name?: (string | null) | undefined;
154394
154434
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -155503,7 +155543,7 @@ type Routes = {
155503
155543
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
155504
155544
  can_delete?: boolean | undefined;
155505
155545
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
155506
- can_program?: boolean | undefined;
155546
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
155507
155547
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
155508
155548
  name?: ((string | null) | undefined) | undefined;
155509
155549
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -155549,7 +155589,7 @@ type Routes = {
155549
155589
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
155550
155590
  can_delete?: boolean | undefined;
155551
155591
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
155552
- can_program?: boolean | undefined;
155592
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
155553
155593
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
155554
155594
  name?: ((string | null) | undefined) | undefined;
155555
155595
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -155594,7 +155634,7 @@ type Routes = {
155594
155634
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
155595
155635
  can_delete: boolean;
155596
155636
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
155597
- can_program: boolean;
155637
+ can_use_with_thermostat_daily_programs: boolean;
155598
155638
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
155599
155639
  name?: (string | null) | undefined;
155600
155640
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -164229,7 +164269,7 @@ type Routes = {
164229
164269
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
164230
164270
  can_delete?: boolean | undefined;
164231
164271
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
164232
- can_program?: boolean | undefined;
164272
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
164233
164273
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
164234
164274
  name?: ((string | null) | undefined) | undefined;
164235
164275
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -164275,7 +164315,7 @@ type Routes = {
164275
164315
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
164276
164316
  can_delete?: boolean | undefined;
164277
164317
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
164278
- can_program?: boolean | undefined;
164318
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
164279
164319
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
164280
164320
  name?: ((string | null) | undefined) | undefined;
164281
164321
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -164320,7 +164360,7 @@ type Routes = {
164320
164360
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
164321
164361
  can_delete: boolean;
164322
164362
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
164323
- can_program: boolean;
164363
+ can_use_with_thermostat_daily_programs: boolean;
164324
164364
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
164325
164365
  name?: (string | null) | undefined;
164326
164366
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -169825,7 +169865,7 @@ type Routes = {
169825
169865
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
169826
169866
  can_delete?: boolean | undefined;
169827
169867
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
169828
- can_program?: boolean | undefined;
169868
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
169829
169869
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
169830
169870
  name?: ((string | null) | undefined) | undefined;
169831
169871
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -169871,7 +169911,7 @@ type Routes = {
169871
169911
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
169872
169912
  can_delete?: boolean | undefined;
169873
169913
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
169874
- can_program?: boolean | undefined;
169914
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
169875
169915
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
169876
169916
  name?: ((string | null) | undefined) | undefined;
169877
169917
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -169916,7 +169956,7 @@ type Routes = {
169916
169956
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
169917
169957
  can_delete: boolean;
169918
169958
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
169919
- can_program: boolean;
169959
+ can_use_with_thermostat_daily_programs: boolean;
169920
169960
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
169921
169961
  name?: (string | null) | undefined;
169922
169962
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -173613,7 +173653,7 @@ type Routes = {
173613
173653
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
173614
173654
  can_delete?: boolean | undefined;
173615
173655
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
173616
- can_program?: boolean | undefined;
173656
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
173617
173657
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
173618
173658
  name?: ((string | null) | undefined) | undefined;
173619
173659
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -173659,7 +173699,7 @@ type Routes = {
173659
173699
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
173660
173700
  can_delete?: boolean | undefined;
173661
173701
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
173662
- can_program?: boolean | undefined;
173702
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
173663
173703
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
173664
173704
  name?: ((string | null) | undefined) | undefined;
173665
173705
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -173704,7 +173744,7 @@ type Routes = {
173704
173744
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
173705
173745
  can_delete: boolean;
173706
173746
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
173707
- can_program: boolean;
173747
+ can_use_with_thermostat_daily_programs: boolean;
173708
173748
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
173709
173749
  name?: (string | null) | undefined;
173710
173750
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -174819,7 +174859,7 @@ type Routes = {
174819
174859
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
174820
174860
  can_delete?: boolean | undefined;
174821
174861
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
174822
- can_program?: boolean | undefined;
174862
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
174823
174863
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
174824
174864
  name?: ((string | null) | undefined) | undefined;
174825
174865
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -174865,7 +174905,7 @@ type Routes = {
174865
174905
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
174866
174906
  can_delete?: boolean | undefined;
174867
174907
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
174868
- can_program?: boolean | undefined;
174908
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
174869
174909
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
174870
174910
  name?: ((string | null) | undefined) | undefined;
174871
174911
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -174910,7 +174950,7 @@ type Routes = {
174910
174950
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
174911
174951
  can_delete: boolean;
174912
174952
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
174913
- can_program: boolean;
174953
+ can_use_with_thermostat_daily_programs: boolean;
174914
174954
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
174915
174955
  name?: (string | null) | undefined;
174916
174956
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -181968,7 +182008,7 @@ type Routes = {
181968
182008
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
181969
182009
  can_delete?: boolean | undefined;
181970
182010
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
181971
- can_program?: boolean | undefined;
182011
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
181972
182012
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
181973
182013
  name?: ((string | null) | undefined) | undefined;
181974
182014
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -182014,7 +182054,7 @@ type Routes = {
182014
182054
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
182015
182055
  can_delete?: boolean | undefined;
182016
182056
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
182017
- can_program?: boolean | undefined;
182057
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
182018
182058
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
182019
182059
  name?: ((string | null) | undefined) | undefined;
182020
182060
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -182059,7 +182099,7 @@ type Routes = {
182059
182099
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
182060
182100
  can_delete: boolean;
182061
182101
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
182062
- can_program: boolean;
182102
+ can_use_with_thermostat_daily_programs: boolean;
182063
182103
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
182064
182104
  name?: (string | null) | undefined;
182065
182105
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -183176,7 +183216,7 @@ type Routes = {
183176
183216
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
183177
183217
  can_delete?: boolean | undefined;
183178
183218
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
183179
- can_program?: boolean | undefined;
183219
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
183180
183220
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
183181
183221
  name?: ((string | null) | undefined) | undefined;
183182
183222
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -183222,7 +183262,7 @@ type Routes = {
183222
183262
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
183223
183263
  can_delete?: boolean | undefined;
183224
183264
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
183225
- can_program?: boolean | undefined;
183265
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
183226
183266
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
183227
183267
  name?: ((string | null) | undefined) | undefined;
183228
183268
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -183267,7 +183307,7 @@ type Routes = {
183267
183307
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
183268
183308
  can_delete: boolean;
183269
183309
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
183270
- can_program: boolean;
183310
+ can_use_with_thermostat_daily_programs: boolean;
183271
183311
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
183272
183312
  name?: (string | null) | undefined;
183273
183313
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -185154,7 +185194,7 @@ type Routes = {
185154
185194
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
185155
185195
  can_delete?: boolean | undefined;
185156
185196
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
185157
- can_program?: boolean | undefined;
185197
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
185158
185198
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
185159
185199
  name?: ((string | null) | undefined) | undefined;
185160
185200
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -185200,7 +185240,7 @@ type Routes = {
185200
185240
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
185201
185241
  can_delete?: boolean | undefined;
185202
185242
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
185203
- can_program?: boolean | undefined;
185243
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
185204
185244
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
185205
185245
  name?: ((string | null) | undefined) | undefined;
185206
185246
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -185245,7 +185285,7 @@ type Routes = {
185245
185285
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
185246
185286
  can_delete: boolean;
185247
185287
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
185248
- can_program: boolean;
185288
+ can_use_with_thermostat_daily_programs: boolean;
185249
185289
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
185250
185290
  name?: (string | null) | undefined;
185251
185291
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */