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