@seamapi/types 1.422.0 → 1.423.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.
@@ -6,7 +6,13 @@ export interface Routes {
6
6
  jsonBody: {
7
7
  /** ID of the device for which you want to create the new access code. */
8
8
  device_id: string
9
- /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
9
+ /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.
10
+
11
+ Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.
12
+
13
+ To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.
14
+
15
+ To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
10
16
  name?: string | undefined
11
17
  /** Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
12
18
  starts_at?: string | undefined
@@ -2109,7 +2115,13 @@ export interface Routes {
2109
2115
  behavior_when_code_cannot_be_shared?: 'throw' | 'create_random_code'
2110
2116
  /** Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length. */
2111
2117
  preferred_code_length?: number | undefined
2112
- /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
2118
+ /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.
2119
+
2120
+ Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.
2121
+
2122
+ To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.
2123
+
2124
+ To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
2113
2125
  name?: string | undefined
2114
2126
  /** Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
2115
2127
  starts_at?: string | undefined
@@ -9807,7 +9819,13 @@ export interface Routes {
9807
9819
  method: 'POST' | 'PATCH' | 'PUT'
9808
9820
  queryParams: {}
9809
9821
  jsonBody: {
9810
- /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
9822
+ /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.
9823
+
9824
+ Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.
9825
+
9826
+ To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.
9827
+
9828
+ To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
9811
9829
  name?: string | undefined
9812
9830
  /** Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
9813
9831
  starts_at?: string | undefined
@@ -11347,7 +11365,13 @@ export interface Routes {
11347
11365
  ends_at?: string | undefined
11348
11366
  /** Date and time at which the validity of the new access code starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
11349
11367
  starts_at?: string | undefined
11350
- /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
11368
+ /** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.
11369
+
11370
+ Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`.
11371
+
11372
+ To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints.
11373
+
11374
+ To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components). */
11351
11375
  name?: string | undefined
11352
11376
  /** Key that links the group of access codes, assigned on creation by `/access_codes/create_multiple`. */
11353
11377
  common_code_key: string
@@ -27054,7 +27078,8 @@ export interface Routes {
27054
27078
  | undefined
27055
27079
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
27056
27080
  fallback_climate_preset_key?: (string | null) | undefined
27057
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
27081
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
27082
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
27058
27083
  active_thermostat_schedule?:
27059
27084
  | ({
27060
27085
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -27086,6 +27111,8 @@ export interface Routes {
27086
27111
  }>
27087
27112
  } | null)
27088
27113
  | undefined
27114
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
27115
+ active_thermostat_schedule_id?: (string | null) | undefined
27089
27116
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
27090
27117
  thermostat_daily_programs?:
27091
27118
  | (
@@ -28597,7 +28624,8 @@ export interface Routes {
28597
28624
  | undefined
28598
28625
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
28599
28626
  fallback_climate_preset_key?: (string | null) | undefined
28600
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
28627
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
28628
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
28601
28629
  active_thermostat_schedule?:
28602
28630
  | ({
28603
28631
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -28629,6 +28657,8 @@ export interface Routes {
28629
28657
  }>
28630
28658
  } | null)
28631
28659
  | undefined
28660
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
28661
+ active_thermostat_schedule_id?: (string | null) | undefined
28632
28662
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
28633
28663
  thermostat_daily_programs?:
28634
28664
  | (
@@ -34540,7 +34570,8 @@ export interface Routes {
34540
34570
  | undefined
34541
34571
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
34542
34572
  fallback_climate_preset_key?: (string | null) | undefined
34543
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
34573
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
34574
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
34544
34575
  active_thermostat_schedule?:
34545
34576
  | ({
34546
34577
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -34572,6 +34603,8 @@ export interface Routes {
34572
34603
  }>
34573
34604
  } | null)
34574
34605
  | undefined
34606
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
34607
+ active_thermostat_schedule_id?: (string | null) | undefined
34575
34608
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
34576
34609
  thermostat_daily_programs?:
34577
34610
  | (
@@ -35885,7 +35918,8 @@ export interface Routes {
35885
35918
  | undefined
35886
35919
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
35887
35920
  fallback_climate_preset_key?: (string | null) | undefined
35888
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
35921
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
35922
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
35889
35923
  active_thermostat_schedule?:
35890
35924
  | ({
35891
35925
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -35917,6 +35951,8 @@ export interface Routes {
35917
35951
  }>
35918
35952
  } | null)
35919
35953
  | undefined
35954
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
35955
+ active_thermostat_schedule_id?: (string | null) | undefined
35920
35956
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
35921
35957
  thermostat_daily_programs?:
35922
35958
  | (
@@ -37393,7 +37429,8 @@ export interface Routes {
37393
37429
  | undefined
37394
37430
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
37395
37431
  fallback_climate_preset_key?: (string | null) | undefined
37396
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
37432
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
37433
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
37397
37434
  active_thermostat_schedule?:
37398
37435
  | ({
37399
37436
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -37425,6 +37462,8 @@ export interface Routes {
37425
37462
  }>
37426
37463
  } | null)
37427
37464
  | undefined
37465
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
37466
+ active_thermostat_schedule_id?: (string | null) | undefined
37428
37467
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
37429
37468
  thermostat_daily_programs?:
37430
37469
  | (
@@ -38737,7 +38776,8 @@ export interface Routes {
38737
38776
  | undefined
38738
38777
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
38739
38778
  fallback_climate_preset_key?: (string | null) | undefined
38740
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
38779
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
38780
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
38741
38781
  active_thermostat_schedule?:
38742
38782
  | ({
38743
38783
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -38769,6 +38809,8 @@ export interface Routes {
38769
38809
  }>
38770
38810
  } | null)
38771
38811
  | undefined
38812
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
38813
+ active_thermostat_schedule_id?: (string | null) | undefined
38772
38814
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
38773
38815
  thermostat_daily_programs?:
38774
38816
  | (
@@ -46205,7 +46247,8 @@ export interface Routes {
46205
46247
  | undefined
46206
46248
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
46207
46249
  fallback_climate_preset_key?: (string | null) | undefined
46208
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
46250
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
46251
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
46209
46252
  active_thermostat_schedule?:
46210
46253
  | ({
46211
46254
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -46237,6 +46280,8 @@ export interface Routes {
46237
46280
  }>
46238
46281
  } | null)
46239
46282
  | undefined
46283
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
46284
+ active_thermostat_schedule_id?: (string | null) | undefined
46240
46285
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
46241
46286
  thermostat_daily_programs?:
46242
46287
  | (
@@ -47549,7 +47594,8 @@ export interface Routes {
47549
47594
  | undefined
47550
47595
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
47551
47596
  fallback_climate_preset_key?: (string | null) | undefined
47552
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
47597
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
47598
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
47553
47599
  active_thermostat_schedule?:
47554
47600
  | ({
47555
47601
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -47581,6 +47627,8 @@ export interface Routes {
47581
47627
  }>
47582
47628
  } | null)
47583
47629
  | undefined
47630
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
47631
+ active_thermostat_schedule_id?: (string | null) | undefined
47584
47632
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
47585
47633
  thermostat_daily_programs?:
47586
47634
  | (
@@ -59524,7 +59572,8 @@ export interface Routes {
59524
59572
  | undefined
59525
59573
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
59526
59574
  fallback_climate_preset_key?: (string | null) | undefined
59527
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
59575
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
59576
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
59528
59577
  active_thermostat_schedule?:
59529
59578
  | ({
59530
59579
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -59556,6 +59605,8 @@ export interface Routes {
59556
59605
  }>
59557
59606
  } | null)
59558
59607
  | undefined
59608
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
59609
+ active_thermostat_schedule_id?: (string | null) | undefined
59559
59610
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
59560
59611
  thermostat_daily_programs?:
59561
59612
  | (
@@ -63988,7 +64039,8 @@ export interface Routes {
63988
64039
  | undefined
63989
64040
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
63990
64041
  fallback_climate_preset_key?: (string | null) | undefined
63991
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
64042
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
64043
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
63992
64044
  active_thermostat_schedule?:
63993
64045
  | ({
63994
64046
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -64020,6 +64072,8 @@ export interface Routes {
64020
64072
  }>
64021
64073
  } | null)
64022
64074
  | undefined
64075
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
64076
+ active_thermostat_schedule_id?: (string | null) | undefined
64023
64077
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
64024
64078
  thermostat_daily_programs?:
64025
64079
  | (
@@ -65332,7 +65386,8 @@ export interface Routes {
65332
65386
  | undefined
65333
65387
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
65334
65388
  fallback_climate_preset_key?: (string | null) | undefined
65335
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
65389
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
65390
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
65336
65391
  active_thermostat_schedule?:
65337
65392
  | ({
65338
65393
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -65364,6 +65419,8 @@ export interface Routes {
65364
65419
  }>
65365
65420
  } | null)
65366
65421
  | undefined
65422
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
65423
+ active_thermostat_schedule_id?: (string | null) | undefined
65367
65424
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
65368
65425
  thermostat_daily_programs?:
65369
65426
  | (
@@ -74061,7 +74118,8 @@ export interface Routes {
74061
74118
  | undefined
74062
74119
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
74063
74120
  fallback_climate_preset_key?: (string | null) | undefined
74064
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
74121
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
74122
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
74065
74123
  active_thermostat_schedule?:
74066
74124
  | ({
74067
74125
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -74093,6 +74151,8 @@ export interface Routes {
74093
74151
  }>
74094
74152
  } | null)
74095
74153
  | undefined
74154
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
74155
+ active_thermostat_schedule_id?: (string | null) | undefined
74096
74156
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
74097
74157
  thermostat_daily_programs?:
74098
74158
  | (
@@ -75407,7 +75467,8 @@ export interface Routes {
75407
75467
  | undefined
75408
75468
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
75409
75469
  fallback_climate_preset_key?: (string | null) | undefined
75410
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
75470
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
75471
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
75411
75472
  active_thermostat_schedule?:
75412
75473
  | ({
75413
75474
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
@@ -75439,6 +75500,8 @@ export interface Routes {
75439
75500
  }>
75440
75501
  } | null)
75441
75502
  | undefined
75503
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
75504
+ active_thermostat_schedule_id?: (string | null) | undefined
75442
75505
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
75443
75506
  thermostat_daily_programs?:
75444
75507
  | (