@seamapi/types 1.258.0 → 1.258.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.
@@ -10898,56 +10898,6 @@ declare const _default: {
10898
10898
  required: string[];
10899
10899
  type: string;
10900
10900
  };
10901
- climate_preset: {
10902
- properties: {
10903
- can_delete: {
10904
- type: string;
10905
- };
10906
- can_edit: {
10907
- type: string;
10908
- };
10909
- climate_preset_key: {
10910
- type: string;
10911
- };
10912
- cooling_set_point_celsius: {
10913
- format: string;
10914
- type: string;
10915
- };
10916
- cooling_set_point_fahrenheit: {
10917
- format: string;
10918
- type: string;
10919
- };
10920
- display_name: {
10921
- type: string;
10922
- };
10923
- fan_mode_setting: {
10924
- enum: string[];
10925
- type: string;
10926
- };
10927
- heating_set_point_celsius: {
10928
- format: string;
10929
- type: string;
10930
- };
10931
- heating_set_point_fahrenheit: {
10932
- format: string;
10933
- type: string;
10934
- };
10935
- hvac_mode_setting: {
10936
- enum: string[];
10937
- type: string;
10938
- };
10939
- manual_override_allowed: {
10940
- type: string;
10941
- };
10942
- name: {
10943
- default: null;
10944
- nullable: boolean;
10945
- type: string;
10946
- };
10947
- };
10948
- required: string[];
10949
- type: string;
10950
- };
10951
10901
  connect_webview: {
10952
10902
  properties: {
10953
10903
  accepted_devices: {
@@ -24587,9 +24537,6 @@ declare const _default: {
24587
24537
  'application/json': {
24588
24538
  schema: {
24589
24539
  properties: {
24590
- climate_preset: {
24591
- $ref: string;
24592
- };
24593
24540
  ok: {
24594
24541
  type: string;
24595
24542
  };
@@ -24625,7 +24572,6 @@ declare const _default: {
24625
24572
  tags: string[];
24626
24573
  'x-fern-sdk-group-name': string[];
24627
24574
  'x-fern-sdk-method-name': string;
24628
- 'x-fern-sdk-return-value': string;
24629
24575
  };
24630
24576
  };
24631
24577
  '/thermostats/delete_climate_preset': {
@@ -42855,22 +42801,7 @@ interface Routes {
42855
42801
  };
42856
42802
  commonParams: {};
42857
42803
  formData: {};
42858
- jsonResponse: {
42859
- climate_preset: {
42860
- climate_preset_key: string;
42861
- can_edit: boolean;
42862
- can_delete: boolean;
42863
- name?: (string | null) | undefined;
42864
- display_name: string;
42865
- fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
42866
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
42867
- cooling_set_point_celsius?: number | undefined;
42868
- heating_set_point_celsius?: number | undefined;
42869
- cooling_set_point_fahrenheit?: number | undefined;
42870
- heating_set_point_fahrenheit?: number | undefined;
42871
- manual_override_allowed: boolean;
42872
- };
42873
- };
42804
+ jsonResponse: {};
42874
42805
  };
42875
42806
  '/thermostats/delete_climate_preset': {
42876
42807
  route: '/thermostats/delete_climate_preset';
@@ -1192,56 +1192,6 @@ declare const _default: {
1192
1192
  required: string[];
1193
1193
  type: string;
1194
1194
  };
1195
- climate_preset: {
1196
- properties: {
1197
- can_delete: {
1198
- type: string;
1199
- };
1200
- can_edit: {
1201
- type: string;
1202
- };
1203
- climate_preset_key: {
1204
- type: string;
1205
- };
1206
- cooling_set_point_celsius: {
1207
- format: string;
1208
- type: string;
1209
- };
1210
- cooling_set_point_fahrenheit: {
1211
- format: string;
1212
- type: string;
1213
- };
1214
- display_name: {
1215
- type: string;
1216
- };
1217
- fan_mode_setting: {
1218
- enum: string[];
1219
- type: string;
1220
- };
1221
- heating_set_point_celsius: {
1222
- format: string;
1223
- type: string;
1224
- };
1225
- heating_set_point_fahrenheit: {
1226
- format: string;
1227
- type: string;
1228
- };
1229
- hvac_mode_setting: {
1230
- enum: string[];
1231
- type: string;
1232
- };
1233
- manual_override_allowed: {
1234
- type: string;
1235
- };
1236
- name: {
1237
- default: null;
1238
- nullable: boolean;
1239
- type: string;
1240
- };
1241
- };
1242
- required: string[];
1243
- type: string;
1244
- };
1245
1195
  connect_webview: {
1246
1196
  properties: {
1247
1197
  accepted_devices: {
@@ -14881,9 +14831,6 @@ declare const _default: {
14881
14831
  'application/json': {
14882
14832
  schema: {
14883
14833
  properties: {
14884
- climate_preset: {
14885
- $ref: string;
14886
- };
14887
14834
  ok: {
14888
14835
  type: string;
14889
14836
  };
@@ -14919,7 +14866,6 @@ declare const _default: {
14919
14866
  tags: string[];
14920
14867
  'x-fern-sdk-group-name': string[];
14921
14868
  'x-fern-sdk-method-name': string;
14922
- 'x-fern-sdk-return-value': string;
14923
14869
  };
14924
14870
  };
14925
14871
  '/thermostats/delete_climate_preset': {
@@ -2361,36 +2361,6 @@ export default {
2361
2361
  ],
2362
2362
  type: 'object',
2363
2363
  },
2364
- climate_preset: {
2365
- properties: {
2366
- can_delete: { type: 'boolean' },
2367
- can_edit: { type: 'boolean' },
2368
- climate_preset_key: { type: 'string' },
2369
- cooling_set_point_celsius: { format: 'float', type: 'number' },
2370
- cooling_set_point_fahrenheit: { format: 'float', type: 'number' },
2371
- display_name: { type: 'string' },
2372
- fan_mode_setting: {
2373
- enum: ['auto', 'on', 'circulate'],
2374
- type: 'string',
2375
- },
2376
- heating_set_point_celsius: { format: 'float', type: 'number' },
2377
- heating_set_point_fahrenheit: { format: 'float', type: 'number' },
2378
- hvac_mode_setting: {
2379
- enum: ['off', 'heat', 'cool', 'heat_cool'],
2380
- type: 'string',
2381
- },
2382
- manual_override_allowed: { type: 'boolean' },
2383
- name: { default: null, nullable: true, type: 'string' },
2384
- },
2385
- required: [
2386
- 'climate_preset_key',
2387
- 'can_edit',
2388
- 'can_delete',
2389
- 'display_name',
2390
- 'manual_override_allowed',
2391
- ],
2392
- type: 'object',
2393
- },
2394
2364
  connect_webview: {
2395
2365
  properties: {
2396
2366
  accepted_devices: {
@@ -13315,13 +13285,8 @@ export default {
13315
13285
  content: {
13316
13286
  'application/json': {
13317
13287
  schema: {
13318
- properties: {
13319
- climate_preset: {
13320
- $ref: '#/components/schemas/climate_preset',
13321
- },
13322
- ok: { type: 'boolean' },
13323
- },
13324
- required: ['climate_preset', 'ok'],
13288
+ properties: { ok: { type: 'boolean' } },
13289
+ required: ['ok'],
13325
13290
  type: 'object',
13326
13291
  },
13327
13292
  },
@@ -13340,7 +13305,6 @@ export default {
13340
13305
  tags: ['/thermostats'],
13341
13306
  'x-fern-sdk-group-name': ['thermostats'],
13342
13307
  'x-fern-sdk-method-name': 'create_climate_preset',
13343
- 'x-fern-sdk-return-value': 'climate_preset',
13344
13308
  },
13345
13309
  },
13346
13310
  '/thermostats/delete_climate_preset': {