@seamapi/types 1.635.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 +224 -36
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +242 -24
- package/dist/index.cjs +224 -36
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +208 -16
- package/lib/seam/connect/openapi.js +220 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +220 -32
- package/src/lib/seam/connect/route-types.ts +38 -8
package/dist/connect.d.cts
CHANGED
|
@@ -94748,28 +94748,73 @@ declare const _default: {
|
|
|
94748
94748
|
properties: {
|
|
94749
94749
|
reservation_created: {
|
|
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
|
};
|
|
94765
|
+
heating_set_point_celsius: {
|
|
94766
|
+
format: string;
|
|
94767
|
+
type: string;
|
|
94768
|
+
};
|
|
94769
|
+
heating_set_point_fahrenheit: {
|
|
94770
|
+
format: string;
|
|
94771
|
+
type: string;
|
|
94772
|
+
};
|
|
94757
94773
|
is_override_allowed: {
|
|
94758
94774
|
type: string;
|
|
94759
94775
|
};
|
|
94776
|
+
max_override_period_minutes: {
|
|
94777
|
+
format: string;
|
|
94778
|
+
type: string;
|
|
94779
|
+
};
|
|
94760
94780
|
mode: {
|
|
94761
94781
|
enum: string[];
|
|
94762
94782
|
type: string;
|
|
94763
94783
|
};
|
|
94764
|
-
|
|
94784
|
+
};
|
|
94785
|
+
required: string[];
|
|
94786
|
+
type: string;
|
|
94787
|
+
};
|
|
94788
|
+
automated_unoccupied_preset: {
|
|
94789
|
+
properties: {
|
|
94790
|
+
cooling_set_point_celsius: {
|
|
94765
94791
|
format: string;
|
|
94766
94792
|
type: string;
|
|
94767
94793
|
};
|
|
94768
|
-
|
|
94794
|
+
cooling_set_point_fahrenheit: {
|
|
94769
94795
|
format: string;
|
|
94770
94796
|
type: string;
|
|
94771
94797
|
};
|
|
94772
|
-
|
|
94798
|
+
fan_mode: {
|
|
94799
|
+
enum: string[];
|
|
94800
|
+
type: string;
|
|
94801
|
+
};
|
|
94802
|
+
heating_set_point_celsius: {
|
|
94803
|
+
format: string;
|
|
94804
|
+
type: string;
|
|
94805
|
+
};
|
|
94806
|
+
heating_set_point_fahrenheit: {
|
|
94807
|
+
format: string;
|
|
94808
|
+
type: string;
|
|
94809
|
+
};
|
|
94810
|
+
is_override_allowed: {
|
|
94811
|
+
type: string;
|
|
94812
|
+
};
|
|
94813
|
+
max_override_period_minutes: {
|
|
94814
|
+
format: string;
|
|
94815
|
+
type: string;
|
|
94816
|
+
};
|
|
94817
|
+
mode: {
|
|
94773
94818
|
enum: string[];
|
|
94774
94819
|
type: string;
|
|
94775
94820
|
};
|
|
@@ -94780,6 +94825,9 @@ declare const _default: {
|
|
|
94780
94825
|
occupied_preset_key: {
|
|
94781
94826
|
type: string;
|
|
94782
94827
|
};
|
|
94828
|
+
unoccupied_preset_key: {
|
|
94829
|
+
type: string;
|
|
94830
|
+
};
|
|
94783
94831
|
};
|
|
94784
94832
|
type: string;
|
|
94785
94833
|
};
|
|
@@ -94961,28 +95009,73 @@ declare const _default: {
|
|
|
94961
95009
|
properties: {
|
|
94962
95010
|
reservation_created: {
|
|
94963
95011
|
properties: {
|
|
94964
|
-
|
|
95012
|
+
automated_occupied_preset: {
|
|
94965
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
|
+
};
|
|
94966
95022
|
fan_mode: {
|
|
94967
95023
|
enum: string[];
|
|
94968
95024
|
type: string;
|
|
94969
95025
|
};
|
|
95026
|
+
heating_set_point_celsius: {
|
|
95027
|
+
format: string;
|
|
95028
|
+
type: string;
|
|
95029
|
+
};
|
|
95030
|
+
heating_set_point_fahrenheit: {
|
|
95031
|
+
format: string;
|
|
95032
|
+
type: string;
|
|
95033
|
+
};
|
|
94970
95034
|
is_override_allowed: {
|
|
94971
95035
|
type: string;
|
|
94972
95036
|
};
|
|
95037
|
+
max_override_period_minutes: {
|
|
95038
|
+
format: string;
|
|
95039
|
+
type: string;
|
|
95040
|
+
};
|
|
94973
95041
|
mode: {
|
|
94974
95042
|
enum: string[];
|
|
94975
95043
|
type: string;
|
|
94976
95044
|
};
|
|
94977
|
-
|
|
95045
|
+
};
|
|
95046
|
+
required: string[];
|
|
95047
|
+
type: string;
|
|
95048
|
+
};
|
|
95049
|
+
automated_unoccupied_preset: {
|
|
95050
|
+
properties: {
|
|
95051
|
+
cooling_set_point_celsius: {
|
|
94978
95052
|
format: string;
|
|
94979
95053
|
type: string;
|
|
94980
95054
|
};
|
|
94981
|
-
|
|
95055
|
+
cooling_set_point_fahrenheit: {
|
|
94982
95056
|
format: string;
|
|
94983
95057
|
type: string;
|
|
94984
95058
|
};
|
|
94985
|
-
|
|
95059
|
+
fan_mode: {
|
|
95060
|
+
enum: string[];
|
|
95061
|
+
type: string;
|
|
95062
|
+
};
|
|
95063
|
+
heating_set_point_celsius: {
|
|
95064
|
+
format: string;
|
|
95065
|
+
type: string;
|
|
95066
|
+
};
|
|
95067
|
+
heating_set_point_fahrenheit: {
|
|
95068
|
+
format: string;
|
|
95069
|
+
type: string;
|
|
95070
|
+
};
|
|
95071
|
+
is_override_allowed: {
|
|
95072
|
+
type: string;
|
|
95073
|
+
};
|
|
95074
|
+
max_override_period_minutes: {
|
|
95075
|
+
format: string;
|
|
95076
|
+
type: string;
|
|
95077
|
+
};
|
|
95078
|
+
mode: {
|
|
94986
95079
|
enum: string[];
|
|
94987
95080
|
type: string;
|
|
94988
95081
|
};
|
|
@@ -94993,6 +95086,9 @@ declare const _default: {
|
|
|
94993
95086
|
occupied_preset_key: {
|
|
94994
95087
|
type: string;
|
|
94995
95088
|
};
|
|
95089
|
+
unoccupied_preset_key: {
|
|
95090
|
+
type: string;
|
|
95091
|
+
};
|
|
94996
95092
|
};
|
|
94997
95093
|
type: string;
|
|
94998
95094
|
};
|
|
@@ -95183,28 +95279,73 @@ declare const _default: {
|
|
|
95183
95279
|
properties: {
|
|
95184
95280
|
reservation_created: {
|
|
95185
95281
|
properties: {
|
|
95186
|
-
|
|
95282
|
+
automated_occupied_preset: {
|
|
95187
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
|
+
};
|
|
95188
95292
|
fan_mode: {
|
|
95189
95293
|
enum: string[];
|
|
95190
95294
|
type: string;
|
|
95191
95295
|
};
|
|
95296
|
+
heating_set_point_celsius: {
|
|
95297
|
+
format: string;
|
|
95298
|
+
type: string;
|
|
95299
|
+
};
|
|
95300
|
+
heating_set_point_fahrenheit: {
|
|
95301
|
+
format: string;
|
|
95302
|
+
type: string;
|
|
95303
|
+
};
|
|
95192
95304
|
is_override_allowed: {
|
|
95193
95305
|
type: string;
|
|
95194
95306
|
};
|
|
95307
|
+
max_override_period_minutes: {
|
|
95308
|
+
format: string;
|
|
95309
|
+
type: string;
|
|
95310
|
+
};
|
|
95195
95311
|
mode: {
|
|
95196
95312
|
enum: string[];
|
|
95197
95313
|
type: string;
|
|
95198
95314
|
};
|
|
95199
|
-
|
|
95315
|
+
};
|
|
95316
|
+
required: string[];
|
|
95317
|
+
type: string;
|
|
95318
|
+
};
|
|
95319
|
+
automated_unoccupied_preset: {
|
|
95320
|
+
properties: {
|
|
95321
|
+
cooling_set_point_celsius: {
|
|
95200
95322
|
format: string;
|
|
95201
95323
|
type: string;
|
|
95202
95324
|
};
|
|
95203
|
-
|
|
95325
|
+
cooling_set_point_fahrenheit: {
|
|
95204
95326
|
format: string;
|
|
95205
95327
|
type: string;
|
|
95206
95328
|
};
|
|
95207
|
-
|
|
95329
|
+
fan_mode: {
|
|
95330
|
+
enum: string[];
|
|
95331
|
+
type: string;
|
|
95332
|
+
};
|
|
95333
|
+
heating_set_point_celsius: {
|
|
95334
|
+
format: string;
|
|
95335
|
+
type: string;
|
|
95336
|
+
};
|
|
95337
|
+
heating_set_point_fahrenheit: {
|
|
95338
|
+
format: string;
|
|
95339
|
+
type: string;
|
|
95340
|
+
};
|
|
95341
|
+
is_override_allowed: {
|
|
95342
|
+
type: string;
|
|
95343
|
+
};
|
|
95344
|
+
max_override_period_minutes: {
|
|
95345
|
+
format: string;
|
|
95346
|
+
type: string;
|
|
95347
|
+
};
|
|
95348
|
+
mode: {
|
|
95208
95349
|
enum: string[];
|
|
95209
95350
|
type: string;
|
|
95210
95351
|
};
|
|
@@ -95215,6 +95356,9 @@ declare const _default: {
|
|
|
95215
95356
|
occupied_preset_key: {
|
|
95216
95357
|
type: string;
|
|
95217
95358
|
};
|
|
95359
|
+
unoccupied_preset_key: {
|
|
95360
|
+
type: string;
|
|
95361
|
+
};
|
|
95218
95362
|
};
|
|
95219
95363
|
type: string;
|
|
95220
95364
|
};
|
|
@@ -95416,28 +95560,73 @@ declare const _default: {
|
|
|
95416
95560
|
properties: {
|
|
95417
95561
|
reservation_created: {
|
|
95418
95562
|
properties: {
|
|
95419
|
-
|
|
95563
|
+
automated_occupied_preset: {
|
|
95420
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
|
+
};
|
|
95421
95573
|
fan_mode: {
|
|
95422
95574
|
enum: string[];
|
|
95423
95575
|
type: string;
|
|
95424
95576
|
};
|
|
95577
|
+
heating_set_point_celsius: {
|
|
95578
|
+
format: string;
|
|
95579
|
+
type: string;
|
|
95580
|
+
};
|
|
95581
|
+
heating_set_point_fahrenheit: {
|
|
95582
|
+
format: string;
|
|
95583
|
+
type: string;
|
|
95584
|
+
};
|
|
95425
95585
|
is_override_allowed: {
|
|
95426
95586
|
type: string;
|
|
95427
95587
|
};
|
|
95588
|
+
max_override_period_minutes: {
|
|
95589
|
+
format: string;
|
|
95590
|
+
type: string;
|
|
95591
|
+
};
|
|
95428
95592
|
mode: {
|
|
95429
95593
|
enum: string[];
|
|
95430
95594
|
type: string;
|
|
95431
95595
|
};
|
|
95432
|
-
|
|
95596
|
+
};
|
|
95597
|
+
required: string[];
|
|
95598
|
+
type: string;
|
|
95599
|
+
};
|
|
95600
|
+
automated_unoccupied_preset: {
|
|
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
|
+
};
|
|
95610
|
+
fan_mode: {
|
|
95611
|
+
enum: string[];
|
|
95612
|
+
type: string;
|
|
95613
|
+
};
|
|
95614
|
+
heating_set_point_celsius: {
|
|
95433
95615
|
format: string;
|
|
95434
95616
|
type: string;
|
|
95435
95617
|
};
|
|
95436
|
-
|
|
95618
|
+
heating_set_point_fahrenheit: {
|
|
95437
95619
|
format: string;
|
|
95438
95620
|
type: string;
|
|
95439
95621
|
};
|
|
95440
|
-
|
|
95622
|
+
is_override_allowed: {
|
|
95623
|
+
type: string;
|
|
95624
|
+
};
|
|
95625
|
+
max_override_period_minutes: {
|
|
95626
|
+
format: string;
|
|
95627
|
+
type: string;
|
|
95628
|
+
};
|
|
95629
|
+
mode: {
|
|
95441
95630
|
enum: string[];
|
|
95442
95631
|
type: string;
|
|
95443
95632
|
};
|
|
@@ -95448,6 +95637,9 @@ declare const _default: {
|
|
|
95448
95637
|
occupied_preset_key: {
|
|
95449
95638
|
type: string;
|
|
95450
95639
|
};
|
|
95640
|
+
unoccupied_preset_key: {
|
|
95641
|
+
type: string;
|
|
95642
|
+
};
|
|
95451
95643
|
};
|
|
95452
95644
|
type: string;
|
|
95453
95645
|
};
|
|
@@ -168484,13 +168676,26 @@ type Routes = {
|
|
|
168484
168676
|
rules: {
|
|
168485
168677
|
reservation_created?: {
|
|
168486
168678
|
occupied_preset_key?: string | undefined;
|
|
168487
|
-
|
|
168679
|
+
automated_occupied_preset?: {
|
|
168488
168680
|
mode: 'heat' | 'cool' | 'auto';
|
|
168489
|
-
|
|
168490
|
-
|
|
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;
|
|
168491
168685
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168492
168686
|
is_override_allowed: boolean;
|
|
168493
|
-
|
|
168687
|
+
max_override_period_minutes: number;
|
|
168688
|
+
} | undefined;
|
|
168689
|
+
unoccupied_preset_key?: string | undefined;
|
|
168690
|
+
automated_unoccupied_preset?: {
|
|
168691
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
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;
|
|
168696
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168697
|
+
is_override_allowed: boolean;
|
|
168698
|
+
max_override_period_minutes: number;
|
|
168494
168699
|
} | undefined;
|
|
168495
168700
|
} | undefined;
|
|
168496
168701
|
reservation_time_updated?: {} | undefined;
|
|
@@ -168543,13 +168748,26 @@ type Routes = {
|
|
|
168543
168748
|
rules?: {
|
|
168544
168749
|
reservation_created?: {
|
|
168545
168750
|
occupied_preset_key?: string | undefined;
|
|
168546
|
-
|
|
168751
|
+
automated_occupied_preset?: {
|
|
168752
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
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;
|
|
168757
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168758
|
+
is_override_allowed: boolean;
|
|
168759
|
+
max_override_period_minutes: number;
|
|
168760
|
+
} | undefined;
|
|
168761
|
+
unoccupied_preset_key?: string | undefined;
|
|
168762
|
+
automated_unoccupied_preset?: {
|
|
168547
168763
|
mode: 'heat' | 'cool' | 'auto';
|
|
168548
|
-
|
|
168549
|
-
|
|
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;
|
|
168550
168768
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168551
168769
|
is_override_allowed: boolean;
|
|
168552
|
-
|
|
168770
|
+
max_override_period_minutes: number;
|
|
168553
168771
|
} | undefined;
|
|
168554
168772
|
} | undefined;
|
|
168555
168773
|
reservation_time_updated?: {} | undefined;
|