@seamapi/types 1.636.0 → 1.637.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.
- package/dist/connect.cjs +128 -80
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +128 -56
- package/dist/index.cjs +128 -80
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +112 -48
- package/lib/seam/connect/openapi.js +128 -80
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +128 -80
- package/src/lib/seam/connect/route-types.ts +16 -8
package/dist/connect.d.cts
CHANGED
|
@@ -94750,26 +94750,34 @@ declare const _default: {
|
|
|
94750
94750
|
properties: {
|
|
94751
94751
|
automated_occupied_preset: {
|
|
94752
94752
|
properties: {
|
|
94753
|
+
cooling_set_point_celsius: {
|
|
94754
|
+
format: string;
|
|
94755
|
+
type: string;
|
|
94756
|
+
};
|
|
94757
|
+
cooling_set_point_fahrenheit: {
|
|
94758
|
+
format: string;
|
|
94759
|
+
type: string;
|
|
94760
|
+
};
|
|
94753
94761
|
fan_mode: {
|
|
94754
94762
|
enum: string[];
|
|
94755
94763
|
type: string;
|
|
94756
94764
|
};
|
|
94757
|
-
|
|
94765
|
+
heating_set_point_celsius: {
|
|
94766
|
+
format: string;
|
|
94758
94767
|
type: string;
|
|
94759
94768
|
};
|
|
94760
|
-
|
|
94769
|
+
heating_set_point_fahrenheit: {
|
|
94761
94770
|
format: string;
|
|
94762
94771
|
type: string;
|
|
94763
94772
|
};
|
|
94764
|
-
|
|
94765
|
-
enum: string[];
|
|
94773
|
+
is_override_allowed: {
|
|
94766
94774
|
type: string;
|
|
94767
94775
|
};
|
|
94768
|
-
|
|
94776
|
+
max_override_period_minutes: {
|
|
94769
94777
|
format: string;
|
|
94770
94778
|
type: string;
|
|
94771
94779
|
};
|
|
94772
|
-
|
|
94780
|
+
mode: {
|
|
94773
94781
|
enum: string[];
|
|
94774
94782
|
type: string;
|
|
94775
94783
|
};
|
|
@@ -94779,26 +94787,34 @@ declare const _default: {
|
|
|
94779
94787
|
};
|
|
94780
94788
|
automated_unoccupied_preset: {
|
|
94781
94789
|
properties: {
|
|
94790
|
+
cooling_set_point_celsius: {
|
|
94791
|
+
format: string;
|
|
94792
|
+
type: string;
|
|
94793
|
+
};
|
|
94794
|
+
cooling_set_point_fahrenheit: {
|
|
94795
|
+
format: string;
|
|
94796
|
+
type: string;
|
|
94797
|
+
};
|
|
94782
94798
|
fan_mode: {
|
|
94783
94799
|
enum: string[];
|
|
94784
94800
|
type: string;
|
|
94785
94801
|
};
|
|
94786
|
-
|
|
94802
|
+
heating_set_point_celsius: {
|
|
94803
|
+
format: string;
|
|
94787
94804
|
type: string;
|
|
94788
94805
|
};
|
|
94789
|
-
|
|
94806
|
+
heating_set_point_fahrenheit: {
|
|
94790
94807
|
format: string;
|
|
94791
94808
|
type: string;
|
|
94792
94809
|
};
|
|
94793
|
-
|
|
94794
|
-
enum: string[];
|
|
94810
|
+
is_override_allowed: {
|
|
94795
94811
|
type: string;
|
|
94796
94812
|
};
|
|
94797
|
-
|
|
94813
|
+
max_override_period_minutes: {
|
|
94798
94814
|
format: string;
|
|
94799
94815
|
type: string;
|
|
94800
94816
|
};
|
|
94801
|
-
|
|
94817
|
+
mode: {
|
|
94802
94818
|
enum: string[];
|
|
94803
94819
|
type: string;
|
|
94804
94820
|
};
|
|
@@ -94995,26 +95011,34 @@ declare const _default: {
|
|
|
94995
95011
|
properties: {
|
|
94996
95012
|
automated_occupied_preset: {
|
|
94997
95013
|
properties: {
|
|
95014
|
+
cooling_set_point_celsius: {
|
|
95015
|
+
format: string;
|
|
95016
|
+
type: string;
|
|
95017
|
+
};
|
|
95018
|
+
cooling_set_point_fahrenheit: {
|
|
95019
|
+
format: string;
|
|
95020
|
+
type: string;
|
|
95021
|
+
};
|
|
94998
95022
|
fan_mode: {
|
|
94999
95023
|
enum: string[];
|
|
95000
95024
|
type: string;
|
|
95001
95025
|
};
|
|
95002
|
-
|
|
95026
|
+
heating_set_point_celsius: {
|
|
95027
|
+
format: string;
|
|
95003
95028
|
type: string;
|
|
95004
95029
|
};
|
|
95005
|
-
|
|
95030
|
+
heating_set_point_fahrenheit: {
|
|
95006
95031
|
format: string;
|
|
95007
95032
|
type: string;
|
|
95008
95033
|
};
|
|
95009
|
-
|
|
95010
|
-
enum: string[];
|
|
95034
|
+
is_override_allowed: {
|
|
95011
95035
|
type: string;
|
|
95012
95036
|
};
|
|
95013
|
-
|
|
95037
|
+
max_override_period_minutes: {
|
|
95014
95038
|
format: string;
|
|
95015
95039
|
type: string;
|
|
95016
95040
|
};
|
|
95017
|
-
|
|
95041
|
+
mode: {
|
|
95018
95042
|
enum: string[];
|
|
95019
95043
|
type: string;
|
|
95020
95044
|
};
|
|
@@ -95024,26 +95048,34 @@ declare const _default: {
|
|
|
95024
95048
|
};
|
|
95025
95049
|
automated_unoccupied_preset: {
|
|
95026
95050
|
properties: {
|
|
95051
|
+
cooling_set_point_celsius: {
|
|
95052
|
+
format: string;
|
|
95053
|
+
type: string;
|
|
95054
|
+
};
|
|
95055
|
+
cooling_set_point_fahrenheit: {
|
|
95056
|
+
format: string;
|
|
95057
|
+
type: string;
|
|
95058
|
+
};
|
|
95027
95059
|
fan_mode: {
|
|
95028
95060
|
enum: string[];
|
|
95029
95061
|
type: string;
|
|
95030
95062
|
};
|
|
95031
|
-
|
|
95063
|
+
heating_set_point_celsius: {
|
|
95064
|
+
format: string;
|
|
95032
95065
|
type: string;
|
|
95033
95066
|
};
|
|
95034
|
-
|
|
95067
|
+
heating_set_point_fahrenheit: {
|
|
95035
95068
|
format: string;
|
|
95036
95069
|
type: string;
|
|
95037
95070
|
};
|
|
95038
|
-
|
|
95039
|
-
enum: string[];
|
|
95071
|
+
is_override_allowed: {
|
|
95040
95072
|
type: string;
|
|
95041
95073
|
};
|
|
95042
|
-
|
|
95074
|
+
max_override_period_minutes: {
|
|
95043
95075
|
format: string;
|
|
95044
95076
|
type: string;
|
|
95045
95077
|
};
|
|
95046
|
-
|
|
95078
|
+
mode: {
|
|
95047
95079
|
enum: string[];
|
|
95048
95080
|
type: string;
|
|
95049
95081
|
};
|
|
@@ -95249,26 +95281,34 @@ declare const _default: {
|
|
|
95249
95281
|
properties: {
|
|
95250
95282
|
automated_occupied_preset: {
|
|
95251
95283
|
properties: {
|
|
95284
|
+
cooling_set_point_celsius: {
|
|
95285
|
+
format: string;
|
|
95286
|
+
type: string;
|
|
95287
|
+
};
|
|
95288
|
+
cooling_set_point_fahrenheit: {
|
|
95289
|
+
format: string;
|
|
95290
|
+
type: string;
|
|
95291
|
+
};
|
|
95252
95292
|
fan_mode: {
|
|
95253
95293
|
enum: string[];
|
|
95254
95294
|
type: string;
|
|
95255
95295
|
};
|
|
95256
|
-
|
|
95296
|
+
heating_set_point_celsius: {
|
|
95297
|
+
format: string;
|
|
95257
95298
|
type: string;
|
|
95258
95299
|
};
|
|
95259
|
-
|
|
95300
|
+
heating_set_point_fahrenheit: {
|
|
95260
95301
|
format: string;
|
|
95261
95302
|
type: string;
|
|
95262
95303
|
};
|
|
95263
|
-
|
|
95264
|
-
enum: string[];
|
|
95304
|
+
is_override_allowed: {
|
|
95265
95305
|
type: string;
|
|
95266
95306
|
};
|
|
95267
|
-
|
|
95307
|
+
max_override_period_minutes: {
|
|
95268
95308
|
format: string;
|
|
95269
95309
|
type: string;
|
|
95270
95310
|
};
|
|
95271
|
-
|
|
95311
|
+
mode: {
|
|
95272
95312
|
enum: string[];
|
|
95273
95313
|
type: string;
|
|
95274
95314
|
};
|
|
@@ -95278,26 +95318,34 @@ declare const _default: {
|
|
|
95278
95318
|
};
|
|
95279
95319
|
automated_unoccupied_preset: {
|
|
95280
95320
|
properties: {
|
|
95321
|
+
cooling_set_point_celsius: {
|
|
95322
|
+
format: string;
|
|
95323
|
+
type: string;
|
|
95324
|
+
};
|
|
95325
|
+
cooling_set_point_fahrenheit: {
|
|
95326
|
+
format: string;
|
|
95327
|
+
type: string;
|
|
95328
|
+
};
|
|
95281
95329
|
fan_mode: {
|
|
95282
95330
|
enum: string[];
|
|
95283
95331
|
type: string;
|
|
95284
95332
|
};
|
|
95285
|
-
|
|
95333
|
+
heating_set_point_celsius: {
|
|
95334
|
+
format: string;
|
|
95286
95335
|
type: string;
|
|
95287
95336
|
};
|
|
95288
|
-
|
|
95337
|
+
heating_set_point_fahrenheit: {
|
|
95289
95338
|
format: string;
|
|
95290
95339
|
type: string;
|
|
95291
95340
|
};
|
|
95292
|
-
|
|
95293
|
-
enum: string[];
|
|
95341
|
+
is_override_allowed: {
|
|
95294
95342
|
type: string;
|
|
95295
95343
|
};
|
|
95296
|
-
|
|
95344
|
+
max_override_period_minutes: {
|
|
95297
95345
|
format: string;
|
|
95298
95346
|
type: string;
|
|
95299
95347
|
};
|
|
95300
|
-
|
|
95348
|
+
mode: {
|
|
95301
95349
|
enum: string[];
|
|
95302
95350
|
type: string;
|
|
95303
95351
|
};
|
|
@@ -95514,26 +95562,34 @@ declare const _default: {
|
|
|
95514
95562
|
properties: {
|
|
95515
95563
|
automated_occupied_preset: {
|
|
95516
95564
|
properties: {
|
|
95565
|
+
cooling_set_point_celsius: {
|
|
95566
|
+
format: string;
|
|
95567
|
+
type: string;
|
|
95568
|
+
};
|
|
95569
|
+
cooling_set_point_fahrenheit: {
|
|
95570
|
+
format: string;
|
|
95571
|
+
type: string;
|
|
95572
|
+
};
|
|
95517
95573
|
fan_mode: {
|
|
95518
95574
|
enum: string[];
|
|
95519
95575
|
type: string;
|
|
95520
95576
|
};
|
|
95521
|
-
|
|
95577
|
+
heating_set_point_celsius: {
|
|
95578
|
+
format: string;
|
|
95522
95579
|
type: string;
|
|
95523
95580
|
};
|
|
95524
|
-
|
|
95581
|
+
heating_set_point_fahrenheit: {
|
|
95525
95582
|
format: string;
|
|
95526
95583
|
type: string;
|
|
95527
95584
|
};
|
|
95528
|
-
|
|
95529
|
-
enum: string[];
|
|
95585
|
+
is_override_allowed: {
|
|
95530
95586
|
type: string;
|
|
95531
95587
|
};
|
|
95532
|
-
|
|
95588
|
+
max_override_period_minutes: {
|
|
95533
95589
|
format: string;
|
|
95534
95590
|
type: string;
|
|
95535
95591
|
};
|
|
95536
|
-
|
|
95592
|
+
mode: {
|
|
95537
95593
|
enum: string[];
|
|
95538
95594
|
type: string;
|
|
95539
95595
|
};
|
|
@@ -95543,26 +95599,34 @@ declare const _default: {
|
|
|
95543
95599
|
};
|
|
95544
95600
|
automated_unoccupied_preset: {
|
|
95545
95601
|
properties: {
|
|
95602
|
+
cooling_set_point_celsius: {
|
|
95603
|
+
format: string;
|
|
95604
|
+
type: string;
|
|
95605
|
+
};
|
|
95606
|
+
cooling_set_point_fahrenheit: {
|
|
95607
|
+
format: string;
|
|
95608
|
+
type: string;
|
|
95609
|
+
};
|
|
95546
95610
|
fan_mode: {
|
|
95547
95611
|
enum: string[];
|
|
95548
95612
|
type: string;
|
|
95549
95613
|
};
|
|
95550
|
-
|
|
95614
|
+
heating_set_point_celsius: {
|
|
95615
|
+
format: string;
|
|
95551
95616
|
type: string;
|
|
95552
95617
|
};
|
|
95553
|
-
|
|
95618
|
+
heating_set_point_fahrenheit: {
|
|
95554
95619
|
format: string;
|
|
95555
95620
|
type: string;
|
|
95556
95621
|
};
|
|
95557
|
-
|
|
95558
|
-
enum: string[];
|
|
95622
|
+
is_override_allowed: {
|
|
95559
95623
|
type: string;
|
|
95560
95624
|
};
|
|
95561
|
-
|
|
95625
|
+
max_override_period_minutes: {
|
|
95562
95626
|
format: string;
|
|
95563
95627
|
type: string;
|
|
95564
95628
|
};
|
|
95565
|
-
|
|
95629
|
+
mode: {
|
|
95566
95630
|
enum: string[];
|
|
95567
95631
|
type: string;
|
|
95568
95632
|
};
|
|
@@ -168614,8 +168678,10 @@ type Routes = {
|
|
|
168614
168678
|
occupied_preset_key?: string | undefined;
|
|
168615
168679
|
automated_occupied_preset?: {
|
|
168616
168680
|
mode: 'heat' | 'cool' | 'auto';
|
|
168617
|
-
|
|
168618
|
-
|
|
168681
|
+
heating_set_point_celsius?: number | undefined;
|
|
168682
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
168683
|
+
cooling_set_point_celsius?: number | undefined;
|
|
168684
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
168619
168685
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168620
168686
|
is_override_allowed: boolean;
|
|
168621
168687
|
max_override_period_minutes: number;
|
|
@@ -168623,8 +168689,10 @@ type Routes = {
|
|
|
168623
168689
|
unoccupied_preset_key?: string | undefined;
|
|
168624
168690
|
automated_unoccupied_preset?: {
|
|
168625
168691
|
mode: 'heat' | 'cool' | 'auto';
|
|
168626
|
-
|
|
168627
|
-
|
|
168692
|
+
heating_set_point_celsius?: number | undefined;
|
|
168693
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
168694
|
+
cooling_set_point_celsius?: number | undefined;
|
|
168695
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
168628
168696
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168629
168697
|
is_override_allowed: boolean;
|
|
168630
168698
|
max_override_period_minutes: number;
|
|
@@ -168682,8 +168750,10 @@ type Routes = {
|
|
|
168682
168750
|
occupied_preset_key?: string | undefined;
|
|
168683
168751
|
automated_occupied_preset?: {
|
|
168684
168752
|
mode: 'heat' | 'cool' | 'auto';
|
|
168685
|
-
|
|
168686
|
-
|
|
168753
|
+
heating_set_point_celsius?: number | undefined;
|
|
168754
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
168755
|
+
cooling_set_point_celsius?: number | undefined;
|
|
168756
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
168687
168757
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168688
168758
|
is_override_allowed: boolean;
|
|
168689
168759
|
max_override_period_minutes: number;
|
|
@@ -168691,8 +168761,10 @@ type Routes = {
|
|
|
168691
168761
|
unoccupied_preset_key?: string | undefined;
|
|
168692
168762
|
automated_unoccupied_preset?: {
|
|
168693
168763
|
mode: 'heat' | 'cool' | 'auto';
|
|
168694
|
-
|
|
168695
|
-
|
|
168764
|
+
heating_set_point_celsius?: number | undefined;
|
|
168765
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
168766
|
+
cooling_set_point_celsius?: number | undefined;
|
|
168767
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
168696
168768
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168697
168769
|
is_override_allowed: boolean;
|
|
168698
168770
|
max_override_period_minutes: number;
|