@seamapi/types 1.422.1 → 1.423.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.
@@ -23731,7 +23731,8 @@ export interface Routes {
23731
23731
  }> | undefined;
23732
23732
  /** 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. */
23733
23733
  fallback_climate_preset_key?: (string | null) | undefined;
23734
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
23734
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
23735
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
23735
23736
  active_thermostat_schedule?: ({
23736
23737
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
23737
23738
  thermostat_schedule_id: string;
@@ -23761,6 +23762,8 @@ export interface Routes {
23761
23762
  message: string;
23762
23763
  }>;
23763
23764
  } | null) | undefined;
23765
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
23766
+ active_thermostat_schedule_id?: (string | null) | undefined;
23764
23767
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
23765
23768
  thermostat_daily_programs?: (Array<{
23766
23769
  /** ID of the thermostat daily program. */
@@ -24883,7 +24886,8 @@ export interface Routes {
24883
24886
  }> | undefined;
24884
24887
  /** 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. */
24885
24888
  fallback_climate_preset_key?: (string | null) | undefined;
24886
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
24889
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
24890
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
24887
24891
  active_thermostat_schedule?: ({
24888
24892
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
24889
24893
  thermostat_schedule_id: string;
@@ -24913,6 +24917,8 @@ export interface Routes {
24913
24917
  message: string;
24914
24918
  }>;
24915
24919
  } | null) | undefined;
24920
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
24921
+ active_thermostat_schedule_id?: (string | null) | undefined;
24916
24922
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
24917
24923
  thermostat_daily_programs?: (Array<{
24918
24924
  /** ID of the thermostat daily program. */
@@ -25368,7 +25374,7 @@ export interface Routes {
25368
25374
  };
25369
25375
  '/devices/simulate/remove': {
25370
25376
  route: '/devices/simulate/remove';
25371
- method: 'DELETE' | 'POST';
25377
+ method: 'POST';
25372
25378
  queryParams: {};
25373
25379
  jsonBody: {
25374
25380
  /** ID of the device that you want to simulate removing from Seam. */
@@ -29796,7 +29802,8 @@ export interface Routes {
29796
29802
  }> | undefined;
29797
29803
  /** 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. */
29798
29804
  fallback_climate_preset_key?: (string | null) | undefined;
29799
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
29805
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
29806
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
29800
29807
  active_thermostat_schedule?: ({
29801
29808
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
29802
29809
  thermostat_schedule_id: string;
@@ -29826,6 +29833,8 @@ export interface Routes {
29826
29833
  message: string;
29827
29834
  }>;
29828
29835
  } | null) | undefined;
29836
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
29837
+ active_thermostat_schedule_id?: (string | null) | undefined;
29829
29838
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
29830
29839
  thermostat_daily_programs?: (Array<{
29831
29840
  /** ID of the thermostat daily program. */
@@ -30904,7 +30913,8 @@ export interface Routes {
30904
30913
  }> | undefined;
30905
30914
  /** 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. */
30906
30915
  fallback_climate_preset_key?: (string | null) | undefined;
30907
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
30916
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
30917
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
30908
30918
  active_thermostat_schedule?: ({
30909
30919
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
30910
30920
  thermostat_schedule_id: string;
@@ -30934,6 +30944,8 @@ export interface Routes {
30934
30944
  message: string;
30935
30945
  }>;
30936
30946
  } | null) | undefined;
30947
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
30948
+ active_thermostat_schedule_id?: (string | null) | undefined;
30937
30949
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
30938
30950
  thermostat_daily_programs?: (Array<{
30939
30951
  /** ID of the thermostat daily program. */
@@ -32056,7 +32068,8 @@ export interface Routes {
32056
32068
  }> | undefined;
32057
32069
  /** 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. */
32058
32070
  fallback_climate_preset_key?: (string | null) | undefined;
32059
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
32071
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
32072
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
32060
32073
  active_thermostat_schedule?: ({
32061
32074
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
32062
32075
  thermostat_schedule_id: string;
@@ -32086,6 +32099,8 @@ export interface Routes {
32086
32099
  message: string;
32087
32100
  }>;
32088
32101
  } | null) | undefined;
32102
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
32103
+ active_thermostat_schedule_id?: (string | null) | undefined;
32089
32104
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
32090
32105
  thermostat_daily_programs?: (Array<{
32091
32106
  /** ID of the thermostat daily program. */
@@ -33163,7 +33178,8 @@ export interface Routes {
33163
33178
  }> | undefined;
33164
33179
  /** 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. */
33165
33180
  fallback_climate_preset_key?: (string | null) | undefined;
33166
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
33181
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
33182
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
33167
33183
  active_thermostat_schedule?: ({
33168
33184
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
33169
33185
  thermostat_schedule_id: string;
@@ -33193,6 +33209,8 @@ export interface Routes {
33193
33209
  message: string;
33194
33210
  }>;
33195
33211
  } | null) | undefined;
33212
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
33213
+ active_thermostat_schedule_id?: (string | null) | undefined;
33196
33214
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
33197
33215
  thermostat_daily_programs?: (Array<{
33198
33216
  /** ID of the thermostat daily program. */
@@ -39608,7 +39626,8 @@ export interface Routes {
39608
39626
  }> | undefined;
39609
39627
  /** 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. */
39610
39628
  fallback_climate_preset_key?: (string | null) | undefined;
39611
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
39629
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
39630
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
39612
39631
  active_thermostat_schedule?: ({
39613
39632
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
39614
39633
  thermostat_schedule_id: string;
@@ -39638,6 +39657,8 @@ export interface Routes {
39638
39657
  message: string;
39639
39658
  }>;
39640
39659
  } | null) | undefined;
39660
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
39661
+ active_thermostat_schedule_id?: (string | null) | undefined;
39641
39662
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
39642
39663
  thermostat_daily_programs?: (Array<{
39643
39664
  /** ID of the thermostat daily program. */
@@ -40715,7 +40736,8 @@ export interface Routes {
40715
40736
  }> | undefined;
40716
40737
  /** 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. */
40717
40738
  fallback_climate_preset_key?: (string | null) | undefined;
40718
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
40739
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
40740
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
40719
40741
  active_thermostat_schedule?: ({
40720
40742
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
40721
40743
  thermostat_schedule_id: string;
@@ -40745,6 +40767,8 @@ export interface Routes {
40745
40767
  message: string;
40746
40768
  }>;
40747
40769
  } | null) | undefined;
40770
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
40771
+ active_thermostat_schedule_id?: (string | null) | undefined;
40748
40772
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
40749
40773
  thermostat_daily_programs?: (Array<{
40750
40774
  /** ID of the thermostat daily program. */
@@ -45347,7 +45371,7 @@ export interface Routes {
45347
45371
  };
45348
45372
  '/phones/simulate/create_sandbox_phone': {
45349
45373
  route: '/phones/simulate/create_sandbox_phone';
45350
- method: 'GET' | 'POST';
45374
+ method: 'POST';
45351
45375
  queryParams: {};
45352
45376
  jsonBody: {
45353
45377
  /** ID of the custom SDK installation that you want to use for the simulated phone. */
@@ -51191,7 +51215,8 @@ export interface Routes {
51191
51215
  }> | undefined;
51192
51216
  /** 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. */
51193
51217
  fallback_climate_preset_key?: (string | null) | undefined;
51194
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
51218
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
51219
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
51195
51220
  active_thermostat_schedule?: ({
51196
51221
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
51197
51222
  thermostat_schedule_id: string;
@@ -51221,6 +51246,8 @@ export interface Routes {
51221
51246
  message: string;
51222
51247
  }>;
51223
51248
  } | null) | undefined;
51249
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
51250
+ active_thermostat_schedule_id?: (string | null) | undefined;
51224
51251
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
51225
51252
  thermostat_daily_programs?: (Array<{
51226
51253
  /** ID of the thermostat daily program. */
@@ -54985,7 +55012,8 @@ export interface Routes {
54985
55012
  }> | undefined;
54986
55013
  /** 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. */
54987
55014
  fallback_climate_preset_key?: (string | null) | undefined;
54988
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
55015
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
55016
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
54989
55017
  active_thermostat_schedule?: ({
54990
55018
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
54991
55019
  thermostat_schedule_id: string;
@@ -55015,6 +55043,8 @@ export interface Routes {
55015
55043
  message: string;
55016
55044
  }>;
55017
55045
  } | null) | undefined;
55046
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
55047
+ active_thermostat_schedule_id?: (string | null) | undefined;
55018
55048
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
55019
55049
  thermostat_daily_programs?: (Array<{
55020
55050
  /** ID of the thermostat daily program. */
@@ -56092,7 +56122,8 @@ export interface Routes {
56092
56122
  }> | undefined;
56093
56123
  /** 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. */
56094
56124
  fallback_climate_preset_key?: (string | null) | undefined;
56095
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
56125
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
56126
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
56096
56127
  active_thermostat_schedule?: ({
56097
56128
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
56098
56129
  thermostat_schedule_id: string;
@@ -56122,6 +56153,8 @@ export interface Routes {
56122
56153
  message: string;
56123
56154
  }>;
56124
56155
  } | null) | undefined;
56156
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
56157
+ active_thermostat_schedule_id?: (string | null) | undefined;
56125
56158
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
56126
56159
  thermostat_daily_programs?: (Array<{
56127
56160
  /** ID of the thermostat daily program. */
@@ -63777,7 +63810,8 @@ export interface Routes {
63777
63810
  }> | undefined;
63778
63811
  /** 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. */
63779
63812
  fallback_climate_preset_key?: (string | null) | undefined;
63780
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
63813
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
63814
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
63781
63815
  active_thermostat_schedule?: ({
63782
63816
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
63783
63817
  thermostat_schedule_id: string;
@@ -63807,6 +63841,8 @@ export interface Routes {
63807
63841
  message: string;
63808
63842
  }>;
63809
63843
  } | null) | undefined;
63844
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
63845
+ active_thermostat_schedule_id?: (string | null) | undefined;
63810
63846
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
63811
63847
  thermostat_daily_programs?: (Array<{
63812
63848
  /** ID of the thermostat daily program. */
@@ -64886,7 +64922,8 @@ export interface Routes {
64886
64922
  }> | undefined;
64887
64923
  /** 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. */
64888
64924
  fallback_climate_preset_key?: (string | null) | undefined;
64889
- /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
64925
+ /** Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
64926
+ * @deprecated Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead. */
64890
64927
  active_thermostat_schedule?: ({
64891
64928
  /** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
64892
64929
  thermostat_schedule_id: string;
@@ -64916,6 +64953,8 @@ export interface Routes {
64916
64953
  message: string;
64917
64954
  }>;
64918
64955
  } | null) | undefined;
64956
+ /** ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
64957
+ active_thermostat_schedule_id?: (string | null) | undefined;
64919
64958
  /** Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat. */
64920
64959
  thermostat_daily_programs?: (Array<{
64921
64960
  /** ID of the thermostat daily program. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.422.1",
3
+ "version": "1.423.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -98,20 +98,25 @@ export const thermostat_capability_properties = z
98
98
  ---
99
99
  Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat.
100
100
  `),
101
- fallback_climate_preset_key: z.string().min(1).nullable().default(null)
102
- .describe(`
101
+ fallback_climate_preset_key: z.string().min(1).nullable().describe(`
103
102
  ---
104
103
  property_group_key: thermostats
105
104
  ---
106
105
  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.
107
106
  `),
108
- active_thermostat_schedule: thermostat_schedule.nullable().default(null)
109
- .describe(`
107
+ active_thermostat_schedule: thermostat_schedule.nullable().describe(`
110
108
  ---
111
109
  property_group_key: thermostats
110
+ deprecated: Use \`active_thermostat_schedule_id\` with \`/thermostats/schedules/get\` instead.
112
111
  ---
113
112
  Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
114
113
  `),
114
+ active_thermostat_schedule_id: z.string().uuid().nullable().describe(`
115
+ ---
116
+ property_group_key: thermostats
117
+ ---
118
+ ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).
119
+ `),
115
120
  thermostat_daily_programs: z.array(thermostat_daily_program).optional()
116
121
  .describe(`
117
122
  ---
@@ -11538,7 +11538,7 @@ export default {
11538
11538
  {
11539
11539
  properties: {
11540
11540
  active_thermostat_schedule: {
11541
- default: null,
11541
+ deprecated: true,
11542
11542
  description:
11543
11543
  'Active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).',
11544
11544
  nullable: true,
@@ -11637,9 +11637,19 @@ export default {
11637
11637
  'errors',
11638
11638
  ],
11639
11639
  type: 'object',
11640
+ 'x-deprecated':
11641
+ 'Use `active_thermostat_schedule_id` with `/thermostats/schedules/get` instead.',
11640
11642
  'x-property-group-key': 'thermostats',
11641
11643
  'x-route-path': '/thermostats/schedules',
11642
11644
  },
11645
+ active_thermostat_schedule_id: {
11646
+ description:
11647
+ 'ID of the active [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules).',
11648
+ format: 'uuid',
11649
+ nullable: true,
11650
+ type: 'string',
11651
+ 'x-property-group-key': 'thermostats',
11652
+ },
11643
11653
  available_climate_presets: {
11644
11654
  description:
11645
11655
  'Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat.',
@@ -11924,7 +11934,6 @@ export default {
11924
11934
  'x-property-group-key': 'thermostats',
11925
11935
  },
11926
11936
  fallback_climate_preset_key: {
11927
- default: null,
11928
11937
  description:
11929
11938
  '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.',
11930
11939
  minLength: 1,
@@ -38462,57 +38471,6 @@ export default {
38462
38471
  },
38463
38472
  },
38464
38473
  '/devices/simulate/remove': {
38465
- delete: {
38466
- description:
38467
- 'Simulates removing a device from Seam. Only applicable for [sandbox devices](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/latest/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).',
38468
- operationId: 'devicesSimulateRemoveDelete',
38469
- requestBody: {
38470
- content: {
38471
- 'application/json': {
38472
- schema: {
38473
- properties: {
38474
- device_id: {
38475
- description:
38476
- 'ID of the device that you want to simulate removing from Seam.',
38477
- format: 'uuid',
38478
- type: 'string',
38479
- },
38480
- },
38481
- required: ['device_id'],
38482
- type: 'object',
38483
- },
38484
- },
38485
- },
38486
- },
38487
- responses: {
38488
- 200: {
38489
- content: {
38490
- 'application/json': {
38491
- schema: {
38492
- properties: { ok: { type: 'boolean' } },
38493
- required: ['ok'],
38494
- type: 'object',
38495
- },
38496
- },
38497
- },
38498
- description: 'OK',
38499
- },
38500
- 400: { description: 'Bad Request' },
38501
- 401: { description: 'Unauthorized' },
38502
- },
38503
- security: [
38504
- { api_key: [] },
38505
- { pat_with_workspace: [] },
38506
- { console_session_with_workspace: [] },
38507
- { client_session_with_customer: [] },
38508
- ],
38509
- summary: '/devices/simulate/remove',
38510
- tags: ['/devices'],
38511
- 'x-fern-sdk-group-name': ['devices', 'simulate'],
38512
- 'x-fern-sdk-method-name': 'remove',
38513
- 'x-response-key': null,
38514
- 'x-title': 'Simulate Device Removal',
38515
- },
38516
38474
  post: {
38517
38475
  description:
38518
38476
  'Simulates removing a device from Seam. Only applicable for [sandbox devices](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/latest/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).',
@@ -43354,143 +43312,6 @@ export default {
43354
43312
  },
43355
43313
  },
43356
43314
  '/phones/simulate/create_sandbox_phone': {
43357
- get: {
43358
- description:
43359
- 'Creates a new simulated phone in a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Creating a Simulated Phone for a User Identity](https://docs.seam.co/latest/capability-guides/mobile-access/developing-in-a-sandbox-workspace#creating-a-simulated-phone-for-a-user-identity).',
43360
- operationId: 'phonesSimulateCreateSandboxPhoneGet',
43361
- requestBody: {
43362
- content: {
43363
- 'application/json': {
43364
- schema: {
43365
- properties: {
43366
- assa_abloy_metadata: {
43367
- default: {},
43368
- description:
43369
- 'ASSA ABLOY metadata that you want to associate with the simulated phone.',
43370
- properties: {
43371
- application_version: {
43372
- default: '1.0.0',
43373
- description:
43374
- 'Application version that you want to use for the simulated phone.',
43375
- type: 'string',
43376
- },
43377
- ble_capability: {
43378
- default: true,
43379
- description:
43380
- 'Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability.',
43381
- type: 'boolean',
43382
- },
43383
- hce_capability: {
43384
- default: false,
43385
- description:
43386
- 'Indicates whether the simulated phone should have host card emulation (HCE) capability.',
43387
- type: 'boolean',
43388
- },
43389
- nfc_capability: {
43390
- default: false,
43391
- description:
43392
- 'Indicates whether the simulated phone should have near-field communication (NFC) capability.',
43393
- type: 'boolean',
43394
- },
43395
- seos_applet_version: {
43396
- default: '1.0.0',
43397
- description:
43398
- 'SEOS applet version that you want to use for the simulated phone.',
43399
- type: 'string',
43400
- },
43401
- seos_tsm_endpoint_id: {
43402
- default: 1,
43403
- description:
43404
- 'ID of the SEOS trusted service manager (TSM) endpoint that you want to use for the simulated phone.',
43405
- format: 'float',
43406
- type: 'number',
43407
- },
43408
- },
43409
- type: 'object',
43410
- },
43411
- custom_sdk_installation_id: {
43412
- description:
43413
- 'ID of the custom SDK installation that you want to use for the simulated phone.',
43414
- type: 'string',
43415
- },
43416
- phone_metadata: {
43417
- default: {},
43418
- description:
43419
- 'Metadata that you want to associate with the simulated phone.',
43420
- properties: {
43421
- device_manufacturer: {
43422
- default: 'Samsung',
43423
- description:
43424
- 'Manufacturer that you want to use for the simulated phone.',
43425
- type: 'string',
43426
- },
43427
- device_model: {
43428
- default: 'Samsung Galaxy S10',
43429
- description:
43430
- 'Device model that you want to use for the simulated phone.',
43431
- type: 'string',
43432
- },
43433
- operating_system: {
43434
- default: 'android',
43435
- description:
43436
- 'Mobile operating system that you want to use for the simulated phone.',
43437
- enum: ['android', 'ios'],
43438
- type: 'string',
43439
- },
43440
- os_version: {
43441
- default: '10',
43442
- description:
43443
- 'Mobile operating system version that you want to use for the simulated phone.',
43444
- type: 'string',
43445
- },
43446
- },
43447
- type: 'object',
43448
- },
43449
- user_identity_id: {
43450
- description:
43451
- 'ID of the user identity that you want to associate with the simulated phone.',
43452
- format: 'uuid',
43453
- type: 'string',
43454
- },
43455
- },
43456
- required: ['user_identity_id'],
43457
- type: 'object',
43458
- },
43459
- },
43460
- },
43461
- },
43462
- responses: {
43463
- 200: {
43464
- content: {
43465
- 'application/json': {
43466
- schema: {
43467
- properties: {
43468
- ok: { type: 'boolean' },
43469
- phone: { $ref: '#/components/schemas/phone' },
43470
- },
43471
- required: ['phone', 'ok'],
43472
- type: 'object',
43473
- },
43474
- },
43475
- },
43476
- description: 'OK',
43477
- },
43478
- 400: { description: 'Bad Request' },
43479
- 401: { description: 'Unauthorized' },
43480
- },
43481
- security: [
43482
- { api_key: [] },
43483
- { pat_with_workspace: [] },
43484
- { console_session_with_workspace: [] },
43485
- ],
43486
- summary: '/phones/simulate/create_sandbox_phone',
43487
- tags: ['/phones'],
43488
- 'x-fern-sdk-group-name': ['phones', 'simulate'],
43489
- 'x-fern-sdk-method-name': 'create_sandbox_phone',
43490
- 'x-fern-sdk-return-value': 'phone',
43491
- 'x-response-key': 'phone',
43492
- 'x-title': 'Create a Sandbox Phone',
43493
- },
43494
43315
  post: {
43495
43316
  description:
43496
43317
  'Creates a new simulated phone in a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Creating a Simulated Phone for a User Identity](https://docs.seam.co/latest/capability-guides/mobile-access/developing-in-a-sandbox-workspace#creating-a-simulated-phone-for-a-user-identity).',