@seamapi/types 1.322.0 → 1.322.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11057,7 +11057,10 @@ export interface Routes {
11057
11057
  /** Date and time at which the thermostat schedule was created. */
11058
11058
  created_at: string;
11059
11059
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
11060
- errors?: any;
11060
+ errors: Array<{
11061
+ error_code: string;
11062
+ message: string;
11063
+ }>;
11061
11064
  } | null) | undefined;
11062
11065
  min_cooling_set_point_celsius?: number | undefined;
11063
11066
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -11611,7 +11614,10 @@ export interface Routes {
11611
11614
  /** Date and time at which the thermostat schedule was created. */
11612
11615
  created_at: string;
11613
11616
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
11614
- errors?: any;
11617
+ errors: Array<{
11618
+ error_code: string;
11619
+ message: string;
11620
+ }>;
11615
11621
  } | null) | undefined;
11616
11622
  min_cooling_set_point_celsius?: number | undefined;
11617
11623
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -14764,7 +14770,10 @@ export interface Routes {
14764
14770
  /** Date and time at which the thermostat schedule was created. */
14765
14771
  created_at: string;
14766
14772
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
14767
- errors?: any;
14773
+ errors: Array<{
14774
+ error_code: string;
14775
+ message: string;
14776
+ }>;
14768
14777
  } | null) | undefined;
14769
14778
  min_cooling_set_point_celsius?: number | undefined;
14770
14779
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -15281,7 +15290,10 @@ export interface Routes {
15281
15290
  /** Date and time at which the thermostat schedule was created. */
15282
15291
  created_at: string;
15283
15292
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
15284
- errors?: any;
15293
+ errors: Array<{
15294
+ error_code: string;
15295
+ message: string;
15296
+ }>;
15285
15297
  } | null) | undefined;
15286
15298
  min_cooling_set_point_celsius?: number | undefined;
15287
15299
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -15835,7 +15847,10 @@ export interface Routes {
15835
15847
  /** Date and time at which the thermostat schedule was created. */
15836
15848
  created_at: string;
15837
15849
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
15838
- errors?: any;
15850
+ errors: Array<{
15851
+ error_code: string;
15852
+ message: string;
15853
+ }>;
15839
15854
  } | null) | undefined;
15840
15855
  min_cooling_set_point_celsius?: number | undefined;
15841
15856
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -16352,7 +16367,10 @@ export interface Routes {
16352
16367
  /** Date and time at which the thermostat schedule was created. */
16353
16368
  created_at: string;
16354
16369
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
16355
- errors?: any;
16370
+ errors: Array<{
16371
+ error_code: string;
16372
+ message: string;
16373
+ }>;
16356
16374
  } | null) | undefined;
16357
16375
  min_cooling_set_point_celsius?: number | undefined;
16358
16376
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -18550,7 +18568,10 @@ export interface Routes {
18550
18568
  /** Date and time at which the thermostat schedule was created. */
18551
18569
  created_at: string;
18552
18570
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
18553
- errors?: any;
18571
+ errors: Array<{
18572
+ error_code: string;
18573
+ message: string;
18574
+ }>;
18554
18575
  } | null) | undefined;
18555
18576
  min_cooling_set_point_celsius?: number | undefined;
18556
18577
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -19067,7 +19088,10 @@ export interface Routes {
19067
19088
  /** Date and time at which the thermostat schedule was created. */
19068
19089
  created_at: string;
19069
19090
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
19070
- errors?: any;
19091
+ errors: Array<{
19092
+ error_code: string;
19093
+ message: string;
19094
+ }>;
19071
19095
  } | null) | undefined;
19072
19096
  min_cooling_set_point_celsius?: number | undefined;
19073
19097
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -23923,7 +23947,10 @@ export interface Routes {
23923
23947
  /** Date and time at which the thermostat schedule was created. */
23924
23948
  created_at: string;
23925
23949
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23926
- errors?: any;
23950
+ errors: Array<{
23951
+ error_code: string;
23952
+ message: string;
23953
+ }>;
23927
23954
  } | null) | undefined;
23928
23955
  min_cooling_set_point_celsius?: number | undefined;
23929
23956
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -26103,7 +26130,10 @@ export interface Routes {
26103
26130
  /** Date and time at which the thermostat schedule was created. */
26104
26131
  created_at: string;
26105
26132
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
26106
- errors?: any;
26133
+ errors: Array<{
26134
+ error_code: string;
26135
+ message: string;
26136
+ }>;
26107
26137
  } | null) | undefined;
26108
26138
  min_cooling_set_point_celsius?: number | undefined;
26109
26139
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -26620,7 +26650,10 @@ export interface Routes {
26620
26650
  /** Date and time at which the thermostat schedule was created. */
26621
26651
  created_at: string;
26622
26652
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
26623
- errors?: any;
26653
+ errors: Array<{
26654
+ error_code: string;
26655
+ message: string;
26656
+ }>;
26624
26657
  } | null) | undefined;
26625
26658
  min_cooling_set_point_celsius?: number | undefined;
26626
26659
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -27535,7 +27568,10 @@ export interface Routes {
27535
27568
  /** Date and time at which the thermostat schedule was created. */
27536
27569
  created_at: string;
27537
27570
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
27538
- errors?: any;
27571
+ errors: Array<{
27572
+ error_code: string;
27573
+ message: string;
27574
+ }>;
27539
27575
  };
27540
27576
  };
27541
27577
  };
@@ -27583,7 +27619,10 @@ export interface Routes {
27583
27619
  /** Date and time at which the thermostat schedule was created. */
27584
27620
  created_at: string;
27585
27621
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
27586
- errors?: any;
27622
+ errors: Array<{
27623
+ error_code: string;
27624
+ message: string;
27625
+ }>;
27587
27626
  };
27588
27627
  };
27589
27628
  };
@@ -27620,7 +27659,10 @@ export interface Routes {
27620
27659
  /** Date and time at which the thermostat schedule was created. */
27621
27660
  created_at: string;
27622
27661
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
27623
- errors?: any;
27662
+ errors: Array<{
27663
+ error_code: string;
27664
+ message: string;
27665
+ }>;
27624
27666
  }>;
27625
27667
  };
27626
27668
  };
@@ -30052,7 +30094,10 @@ export interface Routes {
30052
30094
  /** Date and time at which the thermostat schedule was created. */
30053
30095
  created_at: string;
30054
30096
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
30055
- errors?: any;
30097
+ errors: Array<{
30098
+ error_code: string;
30099
+ message: string;
30100
+ }>;
30056
30101
  } | null) | undefined;
30057
30102
  min_cooling_set_point_celsius?: number | undefined;
30058
30103
  min_cooling_set_point_fahrenheit?: number | undefined;
@@ -30571,7 +30616,10 @@ export interface Routes {
30571
30616
  /** Date and time at which the thermostat schedule was created. */
30572
30617
  created_at: string;
30573
30618
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
30574
- errors?: any;
30619
+ errors: Array<{
30620
+ error_code: string;
30621
+ message: string;
30622
+ }>;
30575
30623
  } | null) | undefined;
30576
30624
  min_cooling_set_point_celsius?: number | undefined;
30577
30625
  min_cooling_set_point_fahrenheit?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.322.0",
3
+ "version": "1.322.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -53,7 +53,12 @@ export const thermostat_schedule = z
53
53
  .datetime()
54
54
  .describe('Date and time at which the thermostat schedule was created.'),
55
55
  errors: z
56
- .any()
56
+ .array(
57
+ z.object({
58
+ error_code: z.string(),
59
+ message: z.string(),
60
+ }),
61
+ )
57
62
  .describe(
58
63
  'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
59
64
  ),
@@ -5319,6 +5319,15 @@ export default {
5319
5319
  errors: {
5320
5320
  description:
5321
5321
  'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
5322
+ items: {
5323
+ properties: {
5324
+ error_code: { type: 'string' },
5325
+ message: { type: 'string' },
5326
+ },
5327
+ required: ['error_code', 'message'],
5328
+ type: 'object',
5329
+ },
5330
+ type: 'array',
5322
5331
  },
5323
5332
  max_override_period_minutes: {
5324
5333
  description:
@@ -5357,6 +5366,7 @@ export default {
5357
5366
  'starts_at',
5358
5367
  'ends_at',
5359
5368
  'created_at',
5369
+ 'errors',
5360
5370
  ],
5361
5371
  type: 'object',
5362
5372
  },
@@ -10161,6 +10171,15 @@ export default {
10161
10171
  errors: {
10162
10172
  description:
10163
10173
  'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
10174
+ items: {
10175
+ properties: {
10176
+ error_code: { type: 'string' },
10177
+ message: { type: 'string' },
10178
+ },
10179
+ required: ['error_code', 'message'],
10180
+ type: 'object',
10181
+ },
10182
+ type: 'array',
10164
10183
  },
10165
10184
  max_override_period_minutes: {
10166
10185
  description:
@@ -10199,6 +10218,7 @@ export default {
10199
10218
  'starts_at',
10200
10219
  'ends_at',
10201
10220
  'created_at',
10221
+ 'errors',
10202
10222
  ],
10203
10223
  type: 'object',
10204
10224
  },
@@ -13163,7 +13163,10 @@ export interface Routes {
13163
13163
  /** Date and time at which the thermostat schedule was created. */
13164
13164
  created_at: string
13165
13165
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
13166
- errors?: any
13166
+ errors: Array<{
13167
+ error_code: string
13168
+ message: string
13169
+ }>
13167
13170
  } | null)
13168
13171
  | undefined
13169
13172
  min_cooling_set_point_celsius?: number | undefined
@@ -14049,7 +14052,10 @@ export interface Routes {
14049
14052
  /** Date and time at which the thermostat schedule was created. */
14050
14053
  created_at: string
14051
14054
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
14052
- errors?: any
14055
+ errors: Array<{
14056
+ error_code: string
14057
+ message: string
14058
+ }>
14053
14059
  } | null)
14054
14060
  | undefined
14055
14061
  min_cooling_set_point_celsius?: number | undefined
@@ -18025,7 +18031,10 @@ export interface Routes {
18025
18031
  /** Date and time at which the thermostat schedule was created. */
18026
18032
  created_at: string
18027
18033
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
18028
- errors?: any
18034
+ errors: Array<{
18035
+ error_code: string
18036
+ message: string
18037
+ }>
18029
18038
  } | null)
18030
18039
  | undefined
18031
18040
  min_cooling_set_point_celsius?: number | undefined
@@ -18727,7 +18736,10 @@ export interface Routes {
18727
18736
  /** Date and time at which the thermostat schedule was created. */
18728
18737
  created_at: string
18729
18738
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
18730
- errors?: any
18739
+ errors: Array<{
18740
+ error_code: string
18741
+ message: string
18742
+ }>
18731
18743
  } | null)
18732
18744
  | undefined
18733
18745
  min_cooling_set_point_celsius?: number | undefined
@@ -19613,7 +19625,10 @@ export interface Routes {
19613
19625
  /** Date and time at which the thermostat schedule was created. */
19614
19626
  created_at: string
19615
19627
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
19616
- errors?: any
19628
+ errors: Array<{
19629
+ error_code: string
19630
+ message: string
19631
+ }>
19617
19632
  } | null)
19618
19633
  | undefined
19619
19634
  min_cooling_set_point_celsius?: number | undefined
@@ -20315,7 +20330,10 @@ export interface Routes {
20315
20330
  /** Date and time at which the thermostat schedule was created. */
20316
20331
  created_at: string
20317
20332
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
20318
- errors?: any
20333
+ errors: Array<{
20334
+ error_code: string
20335
+ message: string
20336
+ }>
20319
20337
  } | null)
20320
20338
  | undefined
20321
20339
  min_cooling_set_point_celsius?: number | undefined
@@ -23131,7 +23149,10 @@ export interface Routes {
23131
23149
  /** Date and time at which the thermostat schedule was created. */
23132
23150
  created_at: string
23133
23151
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23134
- errors?: any
23152
+ errors: Array<{
23153
+ error_code: string
23154
+ message: string
23155
+ }>
23135
23156
  } | null)
23136
23157
  | undefined
23137
23158
  min_cooling_set_point_celsius?: number | undefined
@@ -23833,7 +23854,10 @@ export interface Routes {
23833
23854
  /** Date and time at which the thermostat schedule was created. */
23834
23855
  created_at: string
23835
23856
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
23836
- errors?: any
23857
+ errors: Array<{
23858
+ error_code: string
23859
+ message: string
23860
+ }>
23837
23861
  } | null)
23838
23862
  | undefined
23839
23863
  min_cooling_set_point_celsius?: number | undefined
@@ -29613,7 +29637,10 @@ export interface Routes {
29613
29637
  /** Date and time at which the thermostat schedule was created. */
29614
29638
  created_at: string
29615
29639
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
29616
- errors?: any
29640
+ errors: Array<{
29641
+ error_code: string
29642
+ message: string
29643
+ }>
29617
29644
  } | null)
29618
29645
  | undefined
29619
29646
  min_cooling_set_point_celsius?: number | undefined
@@ -32411,7 +32438,10 @@ export interface Routes {
32411
32438
  /** Date and time at which the thermostat schedule was created. */
32412
32439
  created_at: string
32413
32440
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
32414
- errors?: any
32441
+ errors: Array<{
32442
+ error_code: string
32443
+ message: string
32444
+ }>
32415
32445
  } | null)
32416
32446
  | undefined
32417
32447
  min_cooling_set_point_celsius?: number | undefined
@@ -33113,7 +33143,10 @@ export interface Routes {
33113
33143
  /** Date and time at which the thermostat schedule was created. */
33114
33144
  created_at: string
33115
33145
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
33116
- errors?: any
33146
+ errors: Array<{
33147
+ error_code: string
33148
+ message: string
33149
+ }>
33117
33150
  } | null)
33118
33151
  | undefined
33119
33152
  min_cooling_set_point_celsius?: number | undefined
@@ -34180,7 +34213,10 @@ export interface Routes {
34180
34213
  /** Date and time at which the thermostat schedule was created. */
34181
34214
  created_at: string
34182
34215
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
34183
- errors?: any
34216
+ errors: Array<{
34217
+ error_code: string
34218
+ message: string
34219
+ }>
34184
34220
  }
34185
34221
  }
34186
34222
  }
@@ -34228,7 +34264,10 @@ export interface Routes {
34228
34264
  /** Date and time at which the thermostat schedule was created. */
34229
34265
  created_at: string
34230
34266
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
34231
- errors?: any
34267
+ errors: Array<{
34268
+ error_code: string
34269
+ message: string
34270
+ }>
34232
34271
  }
34233
34272
  }
34234
34273
  }
@@ -34265,7 +34304,10 @@ export interface Routes {
34265
34304
  /** Date and time at which the thermostat schedule was created. */
34266
34305
  created_at: string
34267
34306
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
34268
- errors?: any
34307
+ errors: Array<{
34308
+ error_code: string
34309
+ message: string
34310
+ }>
34269
34311
  }>
34270
34312
  }
34271
34313
  }
@@ -37165,7 +37207,10 @@ export interface Routes {
37165
37207
  /** Date and time at which the thermostat schedule was created. */
37166
37208
  created_at: string
37167
37209
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
37168
- errors?: any
37210
+ errors: Array<{
37211
+ error_code: string
37212
+ message: string
37213
+ }>
37169
37214
  } | null)
37170
37215
  | undefined
37171
37216
  min_cooling_set_point_celsius?: number | undefined
@@ -37869,7 +37914,10 @@ export interface Routes {
37869
37914
  /** Date and time at which the thermostat schedule was created. */
37870
37915
  created_at: string
37871
37916
  /** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
37872
- errors?: any
37917
+ errors: Array<{
37918
+ error_code: string
37919
+ message: string
37920
+ }>
37873
37921
  } | null)
37874
37922
  | undefined
37875
37923
  min_cooling_set_point_celsius?: number | undefined