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