@seamapi/types 1.247.0 → 1.247.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.
- package/dist/connect.cjs +8 -28
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -42
- package/lib/seam/connect/openapi.d.ts +0 -12
- package/lib/seam/connect/openapi.js +8 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -30
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -28
- package/src/lib/seam/connect/route-types.ts +2 -30
package/dist/connect.d.cts
CHANGED
|
@@ -24649,9 +24649,6 @@ declare const _default: {
|
|
|
24649
24649
|
ok: {
|
|
24650
24650
|
type: string;
|
|
24651
24651
|
};
|
|
24652
|
-
thermostat_schedule: {
|
|
24653
|
-
$ref: string;
|
|
24654
|
-
};
|
|
24655
24652
|
};
|
|
24656
24653
|
required: string[];
|
|
24657
24654
|
type: string;
|
|
@@ -24735,9 +24732,6 @@ declare const _default: {
|
|
|
24735
24732
|
ok: {
|
|
24736
24733
|
type: string;
|
|
24737
24734
|
};
|
|
24738
|
-
thermostat_schedule: {
|
|
24739
|
-
$ref: string;
|
|
24740
|
-
};
|
|
24741
24735
|
};
|
|
24742
24736
|
required: string[];
|
|
24743
24737
|
type: string;
|
|
@@ -24993,9 +24987,6 @@ declare const _default: {
|
|
|
24993
24987
|
'application/json': {
|
|
24994
24988
|
schema: {
|
|
24995
24989
|
properties: {
|
|
24996
|
-
climate_preset: {
|
|
24997
|
-
$ref: string;
|
|
24998
|
-
};
|
|
24999
24990
|
ok: {
|
|
25000
24991
|
type: string;
|
|
25001
24992
|
};
|
|
@@ -25090,9 +25081,6 @@ declare const _default: {
|
|
|
25090
25081
|
'application/json': {
|
|
25091
25082
|
schema: {
|
|
25092
25083
|
properties: {
|
|
25093
|
-
climate_preset: {
|
|
25094
|
-
$ref: string;
|
|
25095
|
-
};
|
|
25096
25084
|
ok: {
|
|
25097
25085
|
type: string;
|
|
25098
25086
|
};
|
|
@@ -41953,20 +41941,7 @@ interface Routes {
|
|
|
41953
41941
|
};
|
|
41954
41942
|
commonParams: {};
|
|
41955
41943
|
formData: {};
|
|
41956
|
-
jsonResponse: {
|
|
41957
|
-
thermostat_schedule: {
|
|
41958
|
-
thermostat_schedule_id: string;
|
|
41959
|
-
device_id: string;
|
|
41960
|
-
name?: string | undefined;
|
|
41961
|
-
climate_preset_key: string;
|
|
41962
|
-
max_override_period_minutes?: number;
|
|
41963
|
-
starts_at: string;
|
|
41964
|
-
ends_at: string;
|
|
41965
|
-
created_at: string;
|
|
41966
|
-
/** Collection of errors associated with the thermostat schedule, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
41967
|
-
errors?: any;
|
|
41968
|
-
};
|
|
41969
|
-
};
|
|
41944
|
+
jsonResponse: {};
|
|
41970
41945
|
};
|
|
41971
41946
|
'/thermostats/set_fallback_climate_preset': {
|
|
41972
41947
|
route: '/thermostats/set_fallback_climate_preset';
|
|
@@ -42400,22 +42375,7 @@ interface Routes {
|
|
|
42400
42375
|
};
|
|
42401
42376
|
commonParams: {};
|
|
42402
42377
|
formData: {};
|
|
42403
|
-
jsonResponse: {
|
|
42404
|
-
climate_preset: {
|
|
42405
|
-
climate_preset_key: string;
|
|
42406
|
-
can_edit: boolean;
|
|
42407
|
-
can_delete: boolean;
|
|
42408
|
-
name?: string | null;
|
|
42409
|
-
display_name: string;
|
|
42410
|
-
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
42411
|
-
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
42412
|
-
cooling_set_point_celsius?: number | undefined;
|
|
42413
|
-
heating_set_point_celsius?: number | undefined;
|
|
42414
|
-
cooling_set_point_fahrenheit?: number | undefined;
|
|
42415
|
-
heating_set_point_fahrenheit?: number | undefined;
|
|
42416
|
-
manual_override_allowed: boolean;
|
|
42417
|
-
};
|
|
42418
|
-
};
|
|
42378
|
+
jsonResponse: {};
|
|
42419
42379
|
};
|
|
42420
42380
|
'/user_identities/add_acs_user': {
|
|
42421
42381
|
route: '/user_identities/add_acs_user';
|
|
@@ -15357,9 +15357,6 @@ declare const _default: {
|
|
|
15357
15357
|
ok: {
|
|
15358
15358
|
type: string;
|
|
15359
15359
|
};
|
|
15360
|
-
thermostat_schedule: {
|
|
15361
|
-
$ref: string;
|
|
15362
|
-
};
|
|
15363
15360
|
};
|
|
15364
15361
|
required: string[];
|
|
15365
15362
|
type: string;
|
|
@@ -15443,9 +15440,6 @@ declare const _default: {
|
|
|
15443
15440
|
ok: {
|
|
15444
15441
|
type: string;
|
|
15445
15442
|
};
|
|
15446
|
-
thermostat_schedule: {
|
|
15447
|
-
$ref: string;
|
|
15448
|
-
};
|
|
15449
15443
|
};
|
|
15450
15444
|
required: string[];
|
|
15451
15445
|
type: string;
|
|
@@ -15701,9 +15695,6 @@ declare const _default: {
|
|
|
15701
15695
|
'application/json': {
|
|
15702
15696
|
schema: {
|
|
15703
15697
|
properties: {
|
|
15704
|
-
climate_preset: {
|
|
15705
|
-
$ref: string;
|
|
15706
|
-
};
|
|
15707
15698
|
ok: {
|
|
15708
15699
|
type: string;
|
|
15709
15700
|
};
|
|
@@ -15798,9 +15789,6 @@ declare const _default: {
|
|
|
15798
15789
|
'application/json': {
|
|
15799
15790
|
schema: {
|
|
15800
15791
|
properties: {
|
|
15801
|
-
climate_preset: {
|
|
15802
|
-
$ref: string;
|
|
15803
|
-
};
|
|
15804
15792
|
ok: {
|
|
15805
15793
|
type: string;
|
|
15806
15794
|
};
|
|
@@ -13622,13 +13622,8 @@ export default {
|
|
|
13622
13622
|
content: {
|
|
13623
13623
|
'application/json': {
|
|
13624
13624
|
schema: {
|
|
13625
|
-
properties: {
|
|
13626
|
-
|
|
13627
|
-
thermostat_schedule: {
|
|
13628
|
-
$ref: '#/components/schemas/thermostat_schedule',
|
|
13629
|
-
},
|
|
13630
|
-
},
|
|
13631
|
-
required: ['thermostat_schedule', 'ok'],
|
|
13625
|
+
properties: { ok: { type: 'boolean' } },
|
|
13626
|
+
required: ['ok'],
|
|
13632
13627
|
type: 'object',
|
|
13633
13628
|
},
|
|
13634
13629
|
},
|
|
@@ -13673,13 +13668,8 @@ export default {
|
|
|
13673
13668
|
content: {
|
|
13674
13669
|
'application/json': {
|
|
13675
13670
|
schema: {
|
|
13676
|
-
properties: {
|
|
13677
|
-
|
|
13678
|
-
thermostat_schedule: {
|
|
13679
|
-
$ref: '#/components/schemas/thermostat_schedule',
|
|
13680
|
-
},
|
|
13681
|
-
},
|
|
13682
|
-
required: ['thermostat_schedule', 'ok'],
|
|
13671
|
+
properties: { ok: { type: 'boolean' } },
|
|
13672
|
+
required: ['ok'],
|
|
13683
13673
|
type: 'object',
|
|
13684
13674
|
},
|
|
13685
13675
|
},
|
|
@@ -13852,13 +13842,8 @@ export default {
|
|
|
13852
13842
|
content: {
|
|
13853
13843
|
'application/json': {
|
|
13854
13844
|
schema: {
|
|
13855
|
-
properties: {
|
|
13856
|
-
|
|
13857
|
-
$ref: '#/components/schemas/climate_preset',
|
|
13858
|
-
},
|
|
13859
|
-
ok: { type: 'boolean' },
|
|
13860
|
-
},
|
|
13861
|
-
required: ['climate_preset', 'ok'],
|
|
13845
|
+
properties: { ok: { type: 'boolean' } },
|
|
13846
|
+
required: ['ok'],
|
|
13862
13847
|
type: 'object',
|
|
13863
13848
|
},
|
|
13864
13849
|
},
|
|
@@ -13925,13 +13910,8 @@ export default {
|
|
|
13925
13910
|
content: {
|
|
13926
13911
|
'application/json': {
|
|
13927
13912
|
schema: {
|
|
13928
|
-
properties: {
|
|
13929
|
-
|
|
13930
|
-
$ref: '#/components/schemas/climate_preset',
|
|
13931
|
-
},
|
|
13932
|
-
ok: { type: 'boolean' },
|
|
13933
|
-
},
|
|
13934
|
-
required: ['climate_preset', 'ok'],
|
|
13913
|
+
properties: { ok: { type: 'boolean' } },
|
|
13914
|
+
required: ['ok'],
|
|
13935
13915
|
type: 'object',
|
|
13936
13916
|
},
|
|
13937
13917
|
},
|