@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
|
@@ -42736,26 +42736,34 @@ declare const _default: {
|
|
|
42736
42736
|
properties: {
|
|
42737
42737
|
automated_occupied_preset: {
|
|
42738
42738
|
properties: {
|
|
42739
|
+
cooling_set_point_celsius: {
|
|
42740
|
+
format: string;
|
|
42741
|
+
type: string;
|
|
42742
|
+
};
|
|
42743
|
+
cooling_set_point_fahrenheit: {
|
|
42744
|
+
format: string;
|
|
42745
|
+
type: string;
|
|
42746
|
+
};
|
|
42739
42747
|
fan_mode: {
|
|
42740
42748
|
enum: string[];
|
|
42741
42749
|
type: string;
|
|
42742
42750
|
};
|
|
42743
|
-
|
|
42751
|
+
heating_set_point_celsius: {
|
|
42752
|
+
format: string;
|
|
42744
42753
|
type: string;
|
|
42745
42754
|
};
|
|
42746
|
-
|
|
42755
|
+
heating_set_point_fahrenheit: {
|
|
42747
42756
|
format: string;
|
|
42748
42757
|
type: string;
|
|
42749
42758
|
};
|
|
42750
|
-
|
|
42751
|
-
enum: string[];
|
|
42759
|
+
is_override_allowed: {
|
|
42752
42760
|
type: string;
|
|
42753
42761
|
};
|
|
42754
|
-
|
|
42762
|
+
max_override_period_minutes: {
|
|
42755
42763
|
format: string;
|
|
42756
42764
|
type: string;
|
|
42757
42765
|
};
|
|
42758
|
-
|
|
42766
|
+
mode: {
|
|
42759
42767
|
enum: string[];
|
|
42760
42768
|
type: string;
|
|
42761
42769
|
};
|
|
@@ -42765,26 +42773,34 @@ declare const _default: {
|
|
|
42765
42773
|
};
|
|
42766
42774
|
automated_unoccupied_preset: {
|
|
42767
42775
|
properties: {
|
|
42776
|
+
cooling_set_point_celsius: {
|
|
42777
|
+
format: string;
|
|
42778
|
+
type: string;
|
|
42779
|
+
};
|
|
42780
|
+
cooling_set_point_fahrenheit: {
|
|
42781
|
+
format: string;
|
|
42782
|
+
type: string;
|
|
42783
|
+
};
|
|
42768
42784
|
fan_mode: {
|
|
42769
42785
|
enum: string[];
|
|
42770
42786
|
type: string;
|
|
42771
42787
|
};
|
|
42772
|
-
|
|
42788
|
+
heating_set_point_celsius: {
|
|
42789
|
+
format: string;
|
|
42773
42790
|
type: string;
|
|
42774
42791
|
};
|
|
42775
|
-
|
|
42792
|
+
heating_set_point_fahrenheit: {
|
|
42776
42793
|
format: string;
|
|
42777
42794
|
type: string;
|
|
42778
42795
|
};
|
|
42779
|
-
|
|
42780
|
-
enum: string[];
|
|
42796
|
+
is_override_allowed: {
|
|
42781
42797
|
type: string;
|
|
42782
42798
|
};
|
|
42783
|
-
|
|
42799
|
+
max_override_period_minutes: {
|
|
42784
42800
|
format: string;
|
|
42785
42801
|
type: string;
|
|
42786
42802
|
};
|
|
42787
|
-
|
|
42803
|
+
mode: {
|
|
42788
42804
|
enum: string[];
|
|
42789
42805
|
type: string;
|
|
42790
42806
|
};
|
|
@@ -42981,26 +42997,34 @@ declare const _default: {
|
|
|
42981
42997
|
properties: {
|
|
42982
42998
|
automated_occupied_preset: {
|
|
42983
42999
|
properties: {
|
|
43000
|
+
cooling_set_point_celsius: {
|
|
43001
|
+
format: string;
|
|
43002
|
+
type: string;
|
|
43003
|
+
};
|
|
43004
|
+
cooling_set_point_fahrenheit: {
|
|
43005
|
+
format: string;
|
|
43006
|
+
type: string;
|
|
43007
|
+
};
|
|
42984
43008
|
fan_mode: {
|
|
42985
43009
|
enum: string[];
|
|
42986
43010
|
type: string;
|
|
42987
43011
|
};
|
|
42988
|
-
|
|
43012
|
+
heating_set_point_celsius: {
|
|
43013
|
+
format: string;
|
|
42989
43014
|
type: string;
|
|
42990
43015
|
};
|
|
42991
|
-
|
|
43016
|
+
heating_set_point_fahrenheit: {
|
|
42992
43017
|
format: string;
|
|
42993
43018
|
type: string;
|
|
42994
43019
|
};
|
|
42995
|
-
|
|
42996
|
-
enum: string[];
|
|
43020
|
+
is_override_allowed: {
|
|
42997
43021
|
type: string;
|
|
42998
43022
|
};
|
|
42999
|
-
|
|
43023
|
+
max_override_period_minutes: {
|
|
43000
43024
|
format: string;
|
|
43001
43025
|
type: string;
|
|
43002
43026
|
};
|
|
43003
|
-
|
|
43027
|
+
mode: {
|
|
43004
43028
|
enum: string[];
|
|
43005
43029
|
type: string;
|
|
43006
43030
|
};
|
|
@@ -43010,26 +43034,34 @@ declare const _default: {
|
|
|
43010
43034
|
};
|
|
43011
43035
|
automated_unoccupied_preset: {
|
|
43012
43036
|
properties: {
|
|
43037
|
+
cooling_set_point_celsius: {
|
|
43038
|
+
format: string;
|
|
43039
|
+
type: string;
|
|
43040
|
+
};
|
|
43041
|
+
cooling_set_point_fahrenheit: {
|
|
43042
|
+
format: string;
|
|
43043
|
+
type: string;
|
|
43044
|
+
};
|
|
43013
43045
|
fan_mode: {
|
|
43014
43046
|
enum: string[];
|
|
43015
43047
|
type: string;
|
|
43016
43048
|
};
|
|
43017
|
-
|
|
43049
|
+
heating_set_point_celsius: {
|
|
43050
|
+
format: string;
|
|
43018
43051
|
type: string;
|
|
43019
43052
|
};
|
|
43020
|
-
|
|
43053
|
+
heating_set_point_fahrenheit: {
|
|
43021
43054
|
format: string;
|
|
43022
43055
|
type: string;
|
|
43023
43056
|
};
|
|
43024
|
-
|
|
43025
|
-
enum: string[];
|
|
43057
|
+
is_override_allowed: {
|
|
43026
43058
|
type: string;
|
|
43027
43059
|
};
|
|
43028
|
-
|
|
43060
|
+
max_override_period_minutes: {
|
|
43029
43061
|
format: string;
|
|
43030
43062
|
type: string;
|
|
43031
43063
|
};
|
|
43032
|
-
|
|
43064
|
+
mode: {
|
|
43033
43065
|
enum: string[];
|
|
43034
43066
|
type: string;
|
|
43035
43067
|
};
|
|
@@ -43235,26 +43267,34 @@ declare const _default: {
|
|
|
43235
43267
|
properties: {
|
|
43236
43268
|
automated_occupied_preset: {
|
|
43237
43269
|
properties: {
|
|
43270
|
+
cooling_set_point_celsius: {
|
|
43271
|
+
format: string;
|
|
43272
|
+
type: string;
|
|
43273
|
+
};
|
|
43274
|
+
cooling_set_point_fahrenheit: {
|
|
43275
|
+
format: string;
|
|
43276
|
+
type: string;
|
|
43277
|
+
};
|
|
43238
43278
|
fan_mode: {
|
|
43239
43279
|
enum: string[];
|
|
43240
43280
|
type: string;
|
|
43241
43281
|
};
|
|
43242
|
-
|
|
43282
|
+
heating_set_point_celsius: {
|
|
43283
|
+
format: string;
|
|
43243
43284
|
type: string;
|
|
43244
43285
|
};
|
|
43245
|
-
|
|
43286
|
+
heating_set_point_fahrenheit: {
|
|
43246
43287
|
format: string;
|
|
43247
43288
|
type: string;
|
|
43248
43289
|
};
|
|
43249
|
-
|
|
43250
|
-
enum: string[];
|
|
43290
|
+
is_override_allowed: {
|
|
43251
43291
|
type: string;
|
|
43252
43292
|
};
|
|
43253
|
-
|
|
43293
|
+
max_override_period_minutes: {
|
|
43254
43294
|
format: string;
|
|
43255
43295
|
type: string;
|
|
43256
43296
|
};
|
|
43257
|
-
|
|
43297
|
+
mode: {
|
|
43258
43298
|
enum: string[];
|
|
43259
43299
|
type: string;
|
|
43260
43300
|
};
|
|
@@ -43264,26 +43304,34 @@ declare const _default: {
|
|
|
43264
43304
|
};
|
|
43265
43305
|
automated_unoccupied_preset: {
|
|
43266
43306
|
properties: {
|
|
43307
|
+
cooling_set_point_celsius: {
|
|
43308
|
+
format: string;
|
|
43309
|
+
type: string;
|
|
43310
|
+
};
|
|
43311
|
+
cooling_set_point_fahrenheit: {
|
|
43312
|
+
format: string;
|
|
43313
|
+
type: string;
|
|
43314
|
+
};
|
|
43267
43315
|
fan_mode: {
|
|
43268
43316
|
enum: string[];
|
|
43269
43317
|
type: string;
|
|
43270
43318
|
};
|
|
43271
|
-
|
|
43319
|
+
heating_set_point_celsius: {
|
|
43320
|
+
format: string;
|
|
43272
43321
|
type: string;
|
|
43273
43322
|
};
|
|
43274
|
-
|
|
43323
|
+
heating_set_point_fahrenheit: {
|
|
43275
43324
|
format: string;
|
|
43276
43325
|
type: string;
|
|
43277
43326
|
};
|
|
43278
|
-
|
|
43279
|
-
enum: string[];
|
|
43327
|
+
is_override_allowed: {
|
|
43280
43328
|
type: string;
|
|
43281
43329
|
};
|
|
43282
|
-
|
|
43330
|
+
max_override_period_minutes: {
|
|
43283
43331
|
format: string;
|
|
43284
43332
|
type: string;
|
|
43285
43333
|
};
|
|
43286
|
-
|
|
43334
|
+
mode: {
|
|
43287
43335
|
enum: string[];
|
|
43288
43336
|
type: string;
|
|
43289
43337
|
};
|
|
@@ -43500,26 +43548,34 @@ declare const _default: {
|
|
|
43500
43548
|
properties: {
|
|
43501
43549
|
automated_occupied_preset: {
|
|
43502
43550
|
properties: {
|
|
43551
|
+
cooling_set_point_celsius: {
|
|
43552
|
+
format: string;
|
|
43553
|
+
type: string;
|
|
43554
|
+
};
|
|
43555
|
+
cooling_set_point_fahrenheit: {
|
|
43556
|
+
format: string;
|
|
43557
|
+
type: string;
|
|
43558
|
+
};
|
|
43503
43559
|
fan_mode: {
|
|
43504
43560
|
enum: string[];
|
|
43505
43561
|
type: string;
|
|
43506
43562
|
};
|
|
43507
|
-
|
|
43563
|
+
heating_set_point_celsius: {
|
|
43564
|
+
format: string;
|
|
43508
43565
|
type: string;
|
|
43509
43566
|
};
|
|
43510
|
-
|
|
43567
|
+
heating_set_point_fahrenheit: {
|
|
43511
43568
|
format: string;
|
|
43512
43569
|
type: string;
|
|
43513
43570
|
};
|
|
43514
|
-
|
|
43515
|
-
enum: string[];
|
|
43571
|
+
is_override_allowed: {
|
|
43516
43572
|
type: string;
|
|
43517
43573
|
};
|
|
43518
|
-
|
|
43574
|
+
max_override_period_minutes: {
|
|
43519
43575
|
format: string;
|
|
43520
43576
|
type: string;
|
|
43521
43577
|
};
|
|
43522
|
-
|
|
43578
|
+
mode: {
|
|
43523
43579
|
enum: string[];
|
|
43524
43580
|
type: string;
|
|
43525
43581
|
};
|
|
@@ -43529,26 +43585,34 @@ declare const _default: {
|
|
|
43529
43585
|
};
|
|
43530
43586
|
automated_unoccupied_preset: {
|
|
43531
43587
|
properties: {
|
|
43588
|
+
cooling_set_point_celsius: {
|
|
43589
|
+
format: string;
|
|
43590
|
+
type: string;
|
|
43591
|
+
};
|
|
43592
|
+
cooling_set_point_fahrenheit: {
|
|
43593
|
+
format: string;
|
|
43594
|
+
type: string;
|
|
43595
|
+
};
|
|
43532
43596
|
fan_mode: {
|
|
43533
43597
|
enum: string[];
|
|
43534
43598
|
type: string;
|
|
43535
43599
|
};
|
|
43536
|
-
|
|
43600
|
+
heating_set_point_celsius: {
|
|
43601
|
+
format: string;
|
|
43537
43602
|
type: string;
|
|
43538
43603
|
};
|
|
43539
|
-
|
|
43604
|
+
heating_set_point_fahrenheit: {
|
|
43540
43605
|
format: string;
|
|
43541
43606
|
type: string;
|
|
43542
43607
|
};
|
|
43543
|
-
|
|
43544
|
-
enum: string[];
|
|
43608
|
+
is_override_allowed: {
|
|
43545
43609
|
type: string;
|
|
43546
43610
|
};
|
|
43547
|
-
|
|
43611
|
+
max_override_period_minutes: {
|
|
43548
43612
|
format: string;
|
|
43549
43613
|
type: string;
|
|
43550
43614
|
};
|
|
43551
|
-
|
|
43615
|
+
mode: {
|
|
43552
43616
|
enum: string[];
|
|
43553
43617
|
type: string;
|
|
43554
43618
|
};
|