@seamapi/types 1.60.0 → 1.60.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.
@@ -368,6 +368,11 @@ export default {
368
368
  cooling_set_point_fahrenheit: { type: 'number' },
369
369
  created_at: { format: 'date-time', type: 'string' },
370
370
  device_id: { type: 'string' },
371
+ errors: {
372
+ description:
373
+ 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
374
+ nullable: true,
375
+ },
371
376
  heating_set_point_celsius: { type: 'number' },
372
377
  heating_set_point_fahrenheit: { type: 'number' },
373
378
  hvac_mode_setting: {
@@ -1171,6 +1176,11 @@ export default {
1171
1176
  type: 'string',
1172
1177
  },
1173
1178
  device_id: { type: 'string' },
1179
+ errors: {
1180
+ description:
1181
+ 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
1182
+ nullable: true,
1183
+ },
1174
1184
  heating_set_point_celsius: { type: 'number' },
1175
1185
  heating_set_point_fahrenheit: { type: 'number' },
1176
1186
  hvac_mode_setting: {
@@ -1309,6 +1319,11 @@ export default {
1309
1319
  type: 'string',
1310
1320
  },
1311
1321
  device_id: { type: 'string' },
1322
+ errors: {
1323
+ description:
1324
+ 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
1325
+ nullable: true,
1326
+ },
1312
1327
  heating_set_point_celsius: { type: 'number' },
1313
1328
  heating_set_point_fahrenheit: { type: 'number' },
1314
1329
  hvac_mode_setting: {
@@ -1439,6 +1454,11 @@ export default {
1439
1454
  type: 'string',
1440
1455
  },
1441
1456
  device_id: { type: 'string' },
1457
+ errors: {
1458
+ description:
1459
+ 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
1460
+ nullable: true,
1461
+ },
1442
1462
  heating_set_point_celsius: { type: 'number' },
1443
1463
  heating_set_point_fahrenheit: { type: 'number' },
1444
1464
  hvac_mode_setting: {
@@ -2029,9 +2049,10 @@ export default {
2029
2049
  401: { description: 'Unauthorized' },
2030
2050
  },
2031
2051
  security: [
2032
- { access_token: [], seam_workspace: [] },
2033
- { seam_client_session_token: [] },
2034
- { client_session_token: [] },
2052
+ { client_session: [] },
2053
+ { pat_with_workspace: [] },
2054
+ { console_session: [] },
2055
+ { api_key: [] },
2035
2056
  ],
2036
2057
  summary: '/access_codes/create',
2037
2058
  tags: ['/access_codes'],
@@ -2111,9 +2132,10 @@ export default {
2111
2132
  401: { description: 'Unauthorized' },
2112
2133
  },
2113
2134
  security: [
2114
- { access_token: [], seam_workspace: [] },
2115
- { seam_client_session_token: [] },
2116
- { client_session_token: [] },
2135
+ { client_session: [] },
2136
+ { pat_with_workspace: [] },
2137
+ { console_session: [] },
2138
+ { api_key: [] },
2117
2139
  ],
2118
2140
  summary: '/access_codes/create_multiple',
2119
2141
  tags: ['/access_codes'],
@@ -2191,9 +2213,10 @@ export default {
2191
2213
  401: { description: 'Unauthorized' },
2192
2214
  },
2193
2215
  security: [
2194
- { access_token: [], seam_workspace: [] },
2195
- { seam_client_session_token: [] },
2196
- { client_session_token: [] },
2216
+ { client_session: [] },
2217
+ { pat_with_workspace: [] },
2218
+ { console_session: [] },
2219
+ { api_key: [] },
2197
2220
  ],
2198
2221
  summary: '/access_codes/create_multiple',
2199
2222
  tags: ['/access_codes'],
@@ -2240,9 +2263,10 @@ export default {
2240
2263
  401: { description: 'Unauthorized' },
2241
2264
  },
2242
2265
  security: [
2243
- { access_token: [], seam_workspace: [] },
2244
- { seam_client_session_token: [] },
2245
- { client_session_token: [] },
2266
+ { client_session: [] },
2267
+ { pat_with_workspace: [] },
2268
+ { console_session: [] },
2269
+ { api_key: [] },
2246
2270
  ],
2247
2271
  summary: '/access_codes/delete',
2248
2272
  tags: ['/access_codes'],
@@ -2287,9 +2311,10 @@ export default {
2287
2311
  401: { description: 'Unauthorized' },
2288
2312
  },
2289
2313
  security: [
2290
- { access_token: [], seam_workspace: [] },
2291
- { seam_client_session_token: [] },
2292
- { client_session_token: [] },
2314
+ { client_session: [] },
2315
+ { pat_with_workspace: [] },
2316
+ { console_session: [] },
2317
+ { api_key: [] },
2293
2318
  ],
2294
2319
  summary: '/access_codes/generate_code',
2295
2320
  tags: ['/access_codes'],
@@ -2390,9 +2415,10 @@ export default {
2390
2415
  401: { description: 'Unauthorized' },
2391
2416
  },
2392
2417
  security: [
2393
- { access_token: [], seam_workspace: [] },
2394
- { seam_client_session_token: [] },
2395
- { client_session_token: [] },
2418
+ { client_session: [] },
2419
+ { pat_with_workspace: [] },
2420
+ { console_session: [] },
2421
+ { api_key: [] },
2396
2422
  ],
2397
2423
  summary: '/access_codes/list',
2398
2424
  tags: ['/access_codes'],
@@ -2439,9 +2465,10 @@ export default {
2439
2465
  401: { description: 'Unauthorized' },
2440
2466
  },
2441
2467
  security: [
2442
- { access_token: [], seam_workspace: [] },
2443
- { seam_client_session_token: [] },
2444
- { client_session_token: [] },
2468
+ { client_session: [] },
2469
+ { pat_with_workspace: [] },
2470
+ { console_session: [] },
2471
+ { api_key: [] },
2445
2472
  ],
2446
2473
  summary: '/access_codes/pull_backup_access_code',
2447
2474
  tags: ['/access_codes'],
@@ -2495,9 +2522,10 @@ export default {
2495
2522
  401: { description: 'Unauthorized' },
2496
2523
  },
2497
2524
  security: [
2498
- { access_token: [], seam_workspace: [] },
2499
- { seam_client_session_token: [] },
2500
- { client_session_token: [] },
2525
+ { client_session: [] },
2526
+ { pat_with_workspace: [] },
2527
+ { console_session: [] },
2528
+ { api_key: [] },
2501
2529
  ],
2502
2530
  summary: '/access_codes/simulate/create_unmanaged_access_code',
2503
2531
  tags: ['/access_codes'],
@@ -2907,9 +2935,10 @@ export default {
2907
2935
  401: { description: 'Unauthorized' },
2908
2936
  },
2909
2937
  security: [
2910
- { access_token: [], seam_workspace: [] },
2911
- { seam_client_session_token: [] },
2912
- { client_session_token: [] },
2938
+ { client_session: [] },
2939
+ { pat_with_workspace: [] },
2940
+ { console_session: [] },
2941
+ { api_key: [] },
2913
2942
  ],
2914
2943
  summary: '/access_codes/update',
2915
2944
  tags: ['/access_codes'],
@@ -2980,9 +3009,10 @@ export default {
2980
3009
  401: { description: 'Unauthorized' },
2981
3010
  },
2982
3011
  security: [
2983
- { access_token: [], seam_workspace: [] },
2984
- { seam_client_session_token: [] },
2985
- { client_session_token: [] },
3012
+ { client_session: [] },
3013
+ { pat_with_workspace: [] },
3014
+ { console_session: [] },
3015
+ { api_key: [] },
2986
3016
  ],
2987
3017
  summary: '/access_codes/update',
2988
3018
  tags: ['/access_codes'],
@@ -3055,9 +3085,10 @@ export default {
3055
3085
  401: { description: 'Unauthorized' },
3056
3086
  },
3057
3087
  security: [
3058
- { access_token: [], seam_workspace: [] },
3059
- { seam_client_session_token: [] },
3060
- { client_session_token: [] },
3088
+ { client_session: [] },
3089
+ { pat_with_workspace: [] },
3090
+ { console_session: [] },
3091
+ { api_key: [] },
3061
3092
  ],
3062
3093
  summary: '/access_codes/update',
3063
3094
  tags: ['/access_codes'],
@@ -2140,6 +2140,8 @@ export interface Routes {
2140
2140
  schedule_starts_at: string
2141
2141
  schedule_ends_at: string
2142
2142
  created_at: string
2143
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2144
+ errors?: any
2143
2145
  automatic_heating_enabled?: boolean | undefined
2144
2146
  automatic_cooling_enabled?: boolean | undefined
2145
2147
  hvac_mode_setting?:
@@ -2231,6 +2233,8 @@ export interface Routes {
2231
2233
  schedule_starts_at: string
2232
2234
  schedule_ends_at: string
2233
2235
  created_at: string
2236
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2237
+ errors?: any
2234
2238
  automatic_heating_enabled?: boolean | undefined
2235
2239
  automatic_cooling_enabled?: boolean | undefined
2236
2240
  hvac_mode_setting?:
@@ -2316,6 +2320,8 @@ export interface Routes {
2316
2320
  schedule_starts_at: string
2317
2321
  schedule_ends_at: string
2318
2322
  created_at: string
2323
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2324
+ errors?: any
2319
2325
  automatic_heating_enabled?: boolean | undefined
2320
2326
  automatic_cooling_enabled?: boolean | undefined
2321
2327
  hvac_mode_setting?:
@@ -2889,6 +2895,8 @@ export interface Routes {
2889
2895
  schedule_starts_at: string
2890
2896
  schedule_ends_at: string
2891
2897
  created_at: string
2898
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2899
+ errors?: any
2892
2900
  automatic_heating_enabled?: boolean | undefined
2893
2901
  automatic_cooling_enabled?: boolean | undefined
2894
2902
  hvac_mode_setting?:
@@ -2980,6 +2988,8 @@ export interface Routes {
2980
2988
  schedule_starts_at: string
2981
2989
  schedule_ends_at: string
2982
2990
  created_at: string
2991
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
2992
+ errors?: any
2983
2993
  automatic_heating_enabled?: boolean | undefined
2984
2994
  automatic_cooling_enabled?: boolean | undefined
2985
2995
  hvac_mode_setting?:
@@ -3065,6 +3075,8 @@ export interface Routes {
3065
3075
  schedule_starts_at: string
3066
3076
  schedule_ends_at: string
3067
3077
  created_at: string
3078
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
3079
+ errors?: any
3068
3080
  automatic_heating_enabled?: boolean | undefined
3069
3081
  automatic_cooling_enabled?: boolean | undefined
3070
3082
  hvac_mode_setting?:
@@ -4079,6 +4091,8 @@ export interface Routes {
4079
4091
  schedule_starts_at: string
4080
4092
  schedule_ends_at: string
4081
4093
  created_at: string
4094
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4095
+ errors?: any
4082
4096
  automatic_heating_enabled?: boolean | undefined
4083
4097
  automatic_cooling_enabled?: boolean | undefined
4084
4098
  hvac_mode_setting?:
@@ -4170,6 +4184,8 @@ export interface Routes {
4170
4184
  schedule_starts_at: string
4171
4185
  schedule_ends_at: string
4172
4186
  created_at: string
4187
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4188
+ errors?: any
4173
4189
  automatic_heating_enabled?: boolean | undefined
4174
4190
  automatic_cooling_enabled?: boolean | undefined
4175
4191
  hvac_mode_setting?:
@@ -4255,6 +4271,8 @@ export interface Routes {
4255
4271
  schedule_starts_at: string
4256
4272
  schedule_ends_at: string
4257
4273
  created_at: string
4274
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4275
+ errors?: any
4258
4276
  automatic_heating_enabled?: boolean | undefined
4259
4277
  automatic_cooling_enabled?: boolean | undefined
4260
4278
  hvac_mode_setting?:
@@ -4707,6 +4725,8 @@ export interface Routes {
4707
4725
  schedule_starts_at: string
4708
4726
  schedule_ends_at: string
4709
4727
  created_at: string
4728
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4729
+ errors?: any
4710
4730
  automatic_heating_enabled?: boolean | undefined
4711
4731
  automatic_cooling_enabled?: boolean | undefined
4712
4732
  hvac_mode_setting?:
@@ -4798,6 +4818,8 @@ export interface Routes {
4798
4818
  schedule_starts_at: string
4799
4819
  schedule_ends_at: string
4800
4820
  created_at: string
4821
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4822
+ errors?: any
4801
4823
  automatic_heating_enabled?: boolean | undefined
4802
4824
  automatic_cooling_enabled?: boolean | undefined
4803
4825
  hvac_mode_setting?:
@@ -4883,6 +4905,8 @@ export interface Routes {
4883
4905
  schedule_starts_at: string
4884
4906
  schedule_ends_at: string
4885
4907
  created_at: string
4908
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
4909
+ errors?: any
4886
4910
  automatic_heating_enabled?: boolean | undefined
4887
4911
  automatic_cooling_enabled?: boolean | undefined
4888
4912
  hvac_mode_setting?:
@@ -5456,6 +5480,8 @@ export interface Routes {
5456
5480
  schedule_starts_at: string
5457
5481
  schedule_ends_at: string
5458
5482
  created_at: string
5483
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5484
+ errors?: any
5459
5485
  automatic_heating_enabled?: boolean | undefined
5460
5486
  automatic_cooling_enabled?: boolean | undefined
5461
5487
  hvac_mode_setting?:
@@ -5547,6 +5573,8 @@ export interface Routes {
5547
5573
  schedule_starts_at: string
5548
5574
  schedule_ends_at: string
5549
5575
  created_at: string
5576
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5577
+ errors?: any
5550
5578
  automatic_heating_enabled?: boolean | undefined
5551
5579
  automatic_cooling_enabled?: boolean | undefined
5552
5580
  hvac_mode_setting?:
@@ -5632,6 +5660,8 @@ export interface Routes {
5632
5660
  schedule_starts_at: string
5633
5661
  schedule_ends_at: string
5634
5662
  created_at: string
5663
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
5664
+ errors?: any
5635
5665
  automatic_heating_enabled?: boolean | undefined
5636
5666
  automatic_cooling_enabled?: boolean | undefined
5637
5667
  hvac_mode_setting?:
@@ -6084,6 +6114,8 @@ export interface Routes {
6084
6114
  schedule_starts_at: string
6085
6115
  schedule_ends_at: string
6086
6116
  created_at: string
6117
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6118
+ errors?: any
6087
6119
  automatic_heating_enabled?: boolean | undefined
6088
6120
  automatic_cooling_enabled?: boolean | undefined
6089
6121
  hvac_mode_setting?:
@@ -6175,6 +6207,8 @@ export interface Routes {
6175
6207
  schedule_starts_at: string
6176
6208
  schedule_ends_at: string
6177
6209
  created_at: string
6210
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6211
+ errors?: any
6178
6212
  automatic_heating_enabled?: boolean | undefined
6179
6213
  automatic_cooling_enabled?: boolean | undefined
6180
6214
  hvac_mode_setting?:
@@ -6260,6 +6294,8 @@ export interface Routes {
6260
6294
  schedule_starts_at: string
6261
6295
  schedule_ends_at: string
6262
6296
  created_at: string
6297
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6298
+ errors?: any
6263
6299
  automatic_heating_enabled?: boolean | undefined
6264
6300
  automatic_cooling_enabled?: boolean | undefined
6265
6301
  hvac_mode_setting?:
@@ -6611,6 +6647,8 @@ export interface Routes {
6611
6647
  schedule_starts_at: string
6612
6648
  schedule_ends_at: string
6613
6649
  created_at: string
6650
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6651
+ errors?: any
6614
6652
  automatic_heating_enabled?: boolean | undefined
6615
6653
  automatic_cooling_enabled?: boolean | undefined
6616
6654
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
@@ -6652,6 +6690,8 @@ export interface Routes {
6652
6690
  schedule_starts_at: string
6653
6691
  schedule_ends_at: string
6654
6692
  created_at: string
6693
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6694
+ errors?: any
6655
6695
  automatic_heating_enabled?: boolean | undefined
6656
6696
  automatic_cooling_enabled?: boolean | undefined
6657
6697
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
@@ -6682,6 +6722,8 @@ export interface Routes {
6682
6722
  schedule_starts_at: string
6683
6723
  schedule_ends_at: string
6684
6724
  created_at: string
6725
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6726
+ errors?: any
6685
6727
  automatic_heating_enabled?: boolean | undefined
6686
6728
  automatic_cooling_enabled?: boolean | undefined
6687
6729
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
@@ -6723,6 +6765,8 @@ export interface Routes {
6723
6765
  schedule_starts_at: string
6724
6766
  schedule_ends_at: string
6725
6767
  created_at: string
6768
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
6769
+ errors?: any
6726
6770
  automatic_heating_enabled?: boolean | undefined
6727
6771
  automatic_cooling_enabled?: boolean | undefined
6728
6772
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
@@ -7157,6 +7201,8 @@ export interface Routes {
7157
7201
  schedule_starts_at: string
7158
7202
  schedule_ends_at: string
7159
7203
  created_at: string
7204
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
7205
+ errors?: any
7160
7206
  automatic_heating_enabled?: boolean | undefined
7161
7207
  automatic_cooling_enabled?: boolean | undefined
7162
7208
  hvac_mode_setting?:
@@ -7248,6 +7294,8 @@ export interface Routes {
7248
7294
  schedule_starts_at: string
7249
7295
  schedule_ends_at: string
7250
7296
  created_at: string
7297
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
7298
+ errors?: any
7251
7299
  automatic_heating_enabled?: boolean | undefined
7252
7300
  automatic_cooling_enabled?: boolean | undefined
7253
7301
  hvac_mode_setting?:
@@ -7333,6 +7381,8 @@ export interface Routes {
7333
7381
  schedule_starts_at: string
7334
7382
  schedule_ends_at: string
7335
7383
  created_at: string
7384
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
7385
+ errors?: any
7336
7386
  automatic_heating_enabled?: boolean | undefined
7337
7387
  automatic_cooling_enabled?: boolean | undefined
7338
7388
  hvac_mode_setting?:
@@ -7936,6 +7986,8 @@ export interface Routes {
7936
7986
  schedule_starts_at: string
7937
7987
  schedule_ends_at: string
7938
7988
  created_at: string
7989
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
7990
+ errors?: any
7939
7991
  automatic_heating_enabled?: boolean | undefined
7940
7992
  automatic_cooling_enabled?: boolean | undefined
7941
7993
  hvac_mode_setting?:
@@ -8027,6 +8079,8 @@ export interface Routes {
8027
8079
  schedule_starts_at: string
8028
8080
  schedule_ends_at: string
8029
8081
  created_at: string
8082
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
8083
+ errors?: any
8030
8084
  automatic_heating_enabled?: boolean | undefined
8031
8085
  automatic_cooling_enabled?: boolean | undefined
8032
8086
  hvac_mode_setting?:
@@ -8112,6 +8166,8 @@ export interface Routes {
8112
8166
  schedule_starts_at: string
8113
8167
  schedule_ends_at: string
8114
8168
  created_at: string
8169
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
8170
+ errors?: any
8115
8171
  automatic_heating_enabled?: boolean | undefined
8116
8172
  automatic_cooling_enabled?: boolean | undefined
8117
8173
  hvac_mode_setting?:
@@ -8715,6 +8771,8 @@ export interface Routes {
8715
8771
  schedule_starts_at: string
8716
8772
  schedule_ends_at: string
8717
8773
  created_at: string
8774
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
8775
+ errors?: any
8718
8776
  automatic_heating_enabled?: boolean | undefined
8719
8777
  automatic_cooling_enabled?: boolean | undefined
8720
8778
  hvac_mode_setting?:
@@ -8806,6 +8864,8 @@ export interface Routes {
8806
8864
  schedule_starts_at: string
8807
8865
  schedule_ends_at: string
8808
8866
  created_at: string
8867
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
8868
+ errors?: any
8809
8869
  automatic_heating_enabled?: boolean | undefined
8810
8870
  automatic_cooling_enabled?: boolean | undefined
8811
8871
  hvac_mode_setting?:
@@ -8891,6 +8951,8 @@ export interface Routes {
8891
8951
  schedule_starts_at: string
8892
8952
  schedule_ends_at: string
8893
8953
  created_at: string
8954
+ /** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
8955
+ errors?: any
8894
8956
  automatic_heating_enabled?: boolean | undefined
8895
8957
  automatic_cooling_enabled?: boolean | undefined
8896
8958
  hvac_mode_setting?:
@@ -30,6 +30,11 @@ export const climate_setting_schedule = z
30
30
  schedule_starts_at: z.string(),
31
31
  schedule_ends_at: z.string(),
32
32
  created_at: z.string().datetime(),
33
+ errors: z
34
+ .any()
35
+ .describe(
36
+ 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
37
+ ),
33
38
  })
34
39
  .merge(climate_setting.partial())
35
40