@seamapi/types 1.292.2 → 1.293.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.
Files changed (30) hide show
  1. package/dist/connect.cjs +20 -0
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +69 -0
  4. package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js → assa-abloy-vostio.js} +1 -1
  5. package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js.map → assa-abloy-vostio.js.map} +1 -1
  6. package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js → dormakaba-community.js} +1 -1
  7. package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js.map → dormakaba-community.js.map} +1 -1
  8. package/lib/seam/connect/models/acs/metadata/index.d.ts +2 -2
  9. package/lib/seam/connect/models/acs/metadata/index.js +2 -2
  10. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -0
  11. package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +5 -0
  12. package/lib/seam/connect/models/devices/device.d.ts +7 -0
  13. package/lib/seam/connect/models/devices/phone.d.ts +5 -0
  14. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
  15. package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +3 -0
  16. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -0
  17. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  18. package/lib/seam/connect/openapi.d.ts +20 -0
  19. package/lib/seam/connect/openapi.js +13 -0
  20. package/lib/seam/connect/openapi.js.map +1 -1
  21. package/lib/seam/connect/route-types.d.ts +34 -0
  22. package/package.json +1 -1
  23. package/src/lib/seam/connect/models/acs/metadata/index.ts +2 -2
  24. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +10 -0
  25. package/src/lib/seam/connect/openapi.ts +15 -0
  26. package/src/lib/seam/connect/route-types.ts +34 -0
  27. /package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.d.ts → assa-abloy-vostio.d.ts} +0 -0
  28. /package/lib/seam/connect/models/acs/metadata/{dormakaba_community.d.ts → dormakaba-community.d.ts} +0 -0
  29. /package/src/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.ts → assa-abloy-vostio.ts} +0 -0
  30. /package/src/lib/seam/connect/models/acs/metadata/{dormakaba_community.ts → dormakaba-community.ts} +0 -0
@@ -9761,6 +9761,8 @@ export interface Routes {
9761
9761
  max_override_period_minutes: number;
9762
9762
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
9763
9763
  starts_at: string;
9764
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
9765
+ unstable_is_override_allowed?: boolean | undefined;
9764
9766
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
9765
9767
  ends_at: string;
9766
9768
  /** Date and time at which the thermostat schedule was created. */
@@ -10306,6 +10308,8 @@ export interface Routes {
10306
10308
  max_override_period_minutes: number;
10307
10309
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10308
10310
  starts_at: string;
10311
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
10312
+ unstable_is_override_allowed?: boolean | undefined;
10309
10313
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
10310
10314
  ends_at: string;
10311
10315
  /** Date and time at which the thermostat schedule was created. */
@@ -11254,6 +11258,8 @@ export interface Routes {
11254
11258
  max_override_period_minutes: number;
11255
11259
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11256
11260
  starts_at: string;
11261
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
11262
+ unstable_is_override_allowed?: boolean | undefined;
11257
11263
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11258
11264
  ends_at: string;
11259
11265
  /** Date and time at which the thermostat schedule was created. */
@@ -11762,6 +11768,8 @@ export interface Routes {
11762
11768
  max_override_period_minutes: number;
11763
11769
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11764
11770
  starts_at: string;
11771
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
11772
+ unstable_is_override_allowed?: boolean | undefined;
11765
11773
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11766
11774
  ends_at: string;
11767
11775
  /** Date and time at which the thermostat schedule was created. */
@@ -12307,6 +12315,8 @@ export interface Routes {
12307
12315
  max_override_period_minutes: number;
12308
12316
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12309
12317
  starts_at: string;
12318
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
12319
+ unstable_is_override_allowed?: boolean | undefined;
12310
12320
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12311
12321
  ends_at: string;
12312
12322
  /** Date and time at which the thermostat schedule was created. */
@@ -12815,6 +12825,8 @@ export interface Routes {
12815
12825
  max_override_period_minutes: number;
12816
12826
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12817
12827
  starts_at: string;
12828
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
12829
+ unstable_is_override_allowed?: boolean | undefined;
12818
12830
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12819
12831
  ends_at: string;
12820
12832
  /** Date and time at which the thermostat schedule was created. */
@@ -14860,6 +14872,8 @@ export interface Routes {
14860
14872
  max_override_period_minutes: number;
14861
14873
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14862
14874
  starts_at: string;
14875
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
14876
+ unstable_is_override_allowed?: boolean | undefined;
14863
14877
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14864
14878
  ends_at: string;
14865
14879
  /** Date and time at which the thermostat schedule was created. */
@@ -15368,6 +15382,8 @@ export interface Routes {
15368
15382
  max_override_period_minutes: number;
15369
15383
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15370
15384
  starts_at: string;
15385
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
15386
+ unstable_is_override_allowed?: boolean | undefined;
15371
15387
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15372
15388
  ends_at: string;
15373
15389
  /** Date and time at which the thermostat schedule was created. */
@@ -19854,6 +19870,8 @@ export interface Routes {
19854
19870
  max_override_period_minutes: number;
19855
19871
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19856
19872
  starts_at: string;
19873
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
19874
+ unstable_is_override_allowed?: boolean | undefined;
19857
19875
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19858
19876
  ends_at: string;
19859
19877
  /** Date and time at which the thermostat schedule was created. */
@@ -21881,6 +21899,8 @@ export interface Routes {
21881
21899
  max_override_period_minutes: number;
21882
21900
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
21883
21901
  starts_at: string;
21902
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
21903
+ unstable_is_override_allowed?: boolean | undefined;
21884
21904
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
21885
21905
  ends_at: string;
21886
21906
  /** Date and time at which the thermostat schedule was created. */
@@ -22389,6 +22409,8 @@ export interface Routes {
22389
22409
  max_override_period_minutes: number;
22390
22410
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22391
22411
  starts_at: string;
22412
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
22413
+ unstable_is_override_allowed?: boolean | undefined;
22392
22414
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
22393
22415
  ends_at: string;
22394
22416
  /** Date and time at which the thermostat schedule was created. */
@@ -23210,6 +23232,7 @@ export interface Routes {
23210
23232
  starts_at: string;
23211
23233
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23212
23234
  ends_at: string;
23235
+ is_override_allowed?: boolean | undefined;
23213
23236
  };
23214
23237
  commonParams: {};
23215
23238
  formData: {};
@@ -23228,6 +23251,8 @@ export interface Routes {
23228
23251
  max_override_period_minutes: number;
23229
23252
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23230
23253
  starts_at: string;
23254
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
23255
+ unstable_is_override_allowed?: boolean | undefined;
23231
23256
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23232
23257
  ends_at: string;
23233
23258
  /** Date and time at which the thermostat schedule was created. */
@@ -23274,6 +23299,8 @@ export interface Routes {
23274
23299
  max_override_period_minutes: number;
23275
23300
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23276
23301
  starts_at: string;
23302
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
23303
+ unstable_is_override_allowed?: boolean | undefined;
23277
23304
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23278
23305
  ends_at: string;
23279
23306
  /** Date and time at which the thermostat schedule was created. */
@@ -23309,6 +23336,8 @@ export interface Routes {
23309
23336
  max_override_period_minutes: number;
23310
23337
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23311
23338
  starts_at: string;
23339
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
23340
+ unstable_is_override_allowed?: boolean | undefined;
23312
23341
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23313
23342
  ends_at: string;
23314
23343
  /** Date and time at which the thermostat schedule was created. */
@@ -23335,6 +23364,7 @@ export interface Routes {
23335
23364
  starts_at?: string | undefined;
23336
23365
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
23337
23366
  ends_at?: string | undefined;
23367
+ is_override_allowed?: boolean | undefined;
23338
23368
  };
23339
23369
  commonParams: {};
23340
23370
  formData: {};
@@ -24773,6 +24803,8 @@ export interface Routes {
24773
24803
  max_override_period_minutes: number;
24774
24804
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
24775
24805
  starts_at: string;
24806
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
24807
+ unstable_is_override_allowed?: boolean | undefined;
24776
24808
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
24777
24809
  ends_at: string;
24778
24810
  /** Date and time at which the thermostat schedule was created. */
@@ -25283,6 +25315,8 @@ export interface Routes {
25283
25315
  max_override_period_minutes: number;
25284
25316
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25285
25317
  starts_at: string;
25318
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
25319
+ unstable_is_override_allowed?: boolean | undefined;
25286
25320
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
25287
25321
  ends_at: string;
25288
25322
  /** Date and time at which the thermostat schedule was created. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.292.2",
3
+ "version": "1.293.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,5 +1,5 @@
1
- export * from './assa_abloy_vostio.js'
2
- export * from './dormakaba_community.js'
1
+ export * from './assa-abloy-vostio.js'
2
+ export * from './dormakaba-community.js'
3
3
  export * from './latch.js'
4
4
  export * from './salto.js'
5
5
  export * from './visionline.js'
@@ -32,6 +32,16 @@ export const thermostat_schedule = z
32
32
  .describe(
33
33
  'Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
34
34
  ),
35
+ unstable_is_override_allowed: z
36
+ .boolean()
37
+ .optional()
38
+ .describe(
39
+ `
40
+ ---
41
+ undocumented: Unstable
42
+ ---
43
+ Indicates whether a person at the thermostat can change the thermostat's settings.`,
44
+ ),
35
45
  ends_at: z
36
46
  .string()
37
47
  .datetime()
@@ -4668,6 +4668,12 @@ export default {
4668
4668
  format: 'uuid',
4669
4669
  type: 'string',
4670
4670
  },
4671
+ unstable_is_override_allowed: {
4672
+ description:
4673
+ "Indicates whether a person at the thermostat can change the thermostat's settings.",
4674
+ type: 'boolean',
4675
+ 'x-undocumented': 'Unstable',
4676
+ },
4671
4677
  },
4672
4678
  required: [
4673
4679
  'thermostat_schedule_id',
@@ -5470,6 +5476,12 @@ export default {
5470
5476
  format: 'uuid',
5471
5477
  type: 'string',
5472
5478
  },
5479
+ unstable_is_override_allowed: {
5480
+ description:
5481
+ "Indicates whether a person at the thermostat can change the thermostat's settings.",
5482
+ type: 'boolean',
5483
+ 'x-undocumented': 'Unstable',
5484
+ },
5473
5485
  },
5474
5486
  required: [
5475
5487
  'thermostat_schedule_id',
@@ -16623,6 +16635,7 @@ export default {
16623
16635
  'Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
16624
16636
  type: 'string',
16625
16637
  },
16638
+ is_override_allowed: { default: false, type: 'boolean' },
16626
16639
  max_override_period_minutes: {
16627
16640
  default: 0,
16628
16641
  description:
@@ -16884,6 +16897,7 @@ export default {
16884
16897
  'Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
16885
16898
  type: 'string',
16886
16899
  },
16900
+ is_override_allowed: { type: 'boolean' },
16887
16901
  max_override_period_minutes: {
16888
16902
  description:
16889
16903
  "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
@@ -16959,6 +16973,7 @@ export default {
16959
16973
  'Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
16960
16974
  type: 'string',
16961
16975
  },
16976
+ is_override_allowed: { type: 'boolean' },
16962
16977
  max_override_period_minutes: {
16963
16978
  description:
16964
16979
  "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
@@ -11524,6 +11524,8 @@ export interface Routes {
11524
11524
  max_override_period_minutes: number
11525
11525
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11526
11526
  starts_at: string
11527
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
11528
+ unstable_is_override_allowed?: boolean | undefined
11527
11529
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11528
11530
  ends_at: string
11529
11531
  /** Date and time at which the thermostat schedule was created. */
@@ -12398,6 +12400,8 @@ export interface Routes {
12398
12400
  max_override_period_minutes: number
12399
12401
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12400
12402
  starts_at: string
12403
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
12404
+ unstable_is_override_allowed?: boolean | undefined
12401
12405
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12402
12406
  ends_at: string
12403
12407
  /** Date and time at which the thermostat schedule was created. */
@@ -13987,6 +13991,8 @@ export interface Routes {
13987
13991
  max_override_period_minutes: number
13988
13992
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13989
13993
  starts_at: string
13994
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
13995
+ unstable_is_override_allowed?: boolean | undefined
13990
13996
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
13991
13997
  ends_at: string
13992
13998
  /** Date and time at which the thermostat schedule was created. */
@@ -14678,6 +14684,8 @@ export interface Routes {
14678
14684
  max_override_period_minutes: number
14679
14685
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14680
14686
  starts_at: string
14687
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
14688
+ unstable_is_override_allowed?: boolean | undefined
14681
14689
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
14682
14690
  ends_at: string
14683
14691
  /** Date and time at which the thermostat schedule was created. */
@@ -15552,6 +15560,8 @@ export interface Routes {
15552
15560
  max_override_period_minutes: number
15553
15561
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15554
15562
  starts_at: string
15563
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
15564
+ unstable_is_override_allowed?: boolean | undefined
15555
15565
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
15556
15566
  ends_at: string
15557
15567
  /** Date and time at which the thermostat schedule was created. */
@@ -16243,6 +16253,8 @@ export interface Routes {
16243
16253
  max_override_period_minutes: number
16244
16254
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16245
16255
  starts_at: string
16256
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
16257
+ unstable_is_override_allowed?: boolean | undefined
16246
16258
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
16247
16259
  ends_at: string
16248
16260
  /** Date and time at which the thermostat schedule was created. */
@@ -18869,6 +18881,8 @@ export interface Routes {
18869
18881
  max_override_period_minutes: number
18870
18882
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
18871
18883
  starts_at: string
18884
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
18885
+ unstable_is_override_allowed?: boolean | undefined
18872
18886
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
18873
18887
  ends_at: string
18874
18888
  /** Date and time at which the thermostat schedule was created. */
@@ -19560,6 +19574,8 @@ export interface Routes {
19560
19574
  max_override_period_minutes: number
19561
19575
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19562
19576
  starts_at: string
19577
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
19578
+ unstable_is_override_allowed?: boolean | undefined
19563
19579
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
19564
19580
  ends_at: string
19565
19581
  /** Date and time at which the thermostat schedule was created. */
@@ -24883,6 +24899,8 @@ export interface Routes {
24883
24899
  max_override_period_minutes: number
24884
24900
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
24885
24901
  starts_at: string
24902
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
24903
+ unstable_is_override_allowed?: boolean | undefined
24886
24904
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
24887
24905
  ends_at: string
24888
24906
  /** Date and time at which the thermostat schedule was created. */
@@ -27491,6 +27509,8 @@ export interface Routes {
27491
27509
  max_override_period_minutes: number
27492
27510
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
27493
27511
  starts_at: string
27512
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
27513
+ unstable_is_override_allowed?: boolean | undefined
27494
27514
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
27495
27515
  ends_at: string
27496
27516
  /** Date and time at which the thermostat schedule was created. */
@@ -28182,6 +28202,8 @@ export interface Routes {
28182
28202
  max_override_period_minutes: number
28183
28203
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28184
28204
  starts_at: string
28205
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
28206
+ unstable_is_override_allowed?: boolean | undefined
28185
28207
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
28186
28208
  ends_at: string
28187
28209
  /** Date and time at which the thermostat schedule was created. */
@@ -29138,6 +29160,7 @@ export interface Routes {
29138
29160
  starts_at: string
29139
29161
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29140
29162
  ends_at: string
29163
+ is_override_allowed?: boolean | undefined
29141
29164
  }
29142
29165
  commonParams: {}
29143
29166
  formData: {}
@@ -29156,6 +29179,8 @@ export interface Routes {
29156
29179
  max_override_period_minutes: number
29157
29180
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29158
29181
  starts_at: string
29182
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
29183
+ unstable_is_override_allowed?: boolean | undefined
29159
29184
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29160
29185
  ends_at: string
29161
29186
  /** Date and time at which the thermostat schedule was created. */
@@ -29202,6 +29227,8 @@ export interface Routes {
29202
29227
  max_override_period_minutes: number
29203
29228
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29204
29229
  starts_at: string
29230
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
29231
+ unstable_is_override_allowed?: boolean | undefined
29205
29232
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29206
29233
  ends_at: string
29207
29234
  /** Date and time at which the thermostat schedule was created. */
@@ -29237,6 +29264,8 @@ export interface Routes {
29237
29264
  max_override_period_minutes: number
29238
29265
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29239
29266
  starts_at: string
29267
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
29268
+ unstable_is_override_allowed?: boolean | undefined
29240
29269
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29241
29270
  ends_at: string
29242
29271
  /** Date and time at which the thermostat schedule was created. */
@@ -29263,6 +29292,7 @@ export interface Routes {
29263
29292
  starts_at?: string | undefined
29264
29293
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
29265
29294
  ends_at?: string | undefined
29295
+ is_override_allowed?: boolean | undefined
29266
29296
  }
29267
29297
  commonParams: {}
29268
29298
  formData: {}
@@ -31003,6 +31033,8 @@ export interface Routes {
31003
31033
  max_override_period_minutes: number
31004
31034
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31005
31035
  starts_at: string
31036
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
31037
+ unstable_is_override_allowed?: boolean | undefined
31006
31038
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31007
31039
  ends_at: string
31008
31040
  /** Date and time at which the thermostat schedule was created. */
@@ -31696,6 +31728,8 @@ export interface Routes {
31696
31728
  max_override_period_minutes: number
31697
31729
  /** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31698
31730
  starts_at: string
31731
+ /** Indicates whether a person at the thermostat can change the thermostat's settings. */
31732
+ unstable_is_override_allowed?: boolean | undefined
31699
31733
  /** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
31700
31734
  ends_at: string
31701
31735
  /** Date and time at which the thermostat schedule was created. */