@seamapi/types 1.635.0 → 1.636.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 +156 -16
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +158 -12
- package/dist/index.cjs +156 -16
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +136 -8
- package/lib/seam/connect/openapi.js +152 -12
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +22 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +152 -12
- package/src/lib/seam/connect/route-types.ts +26 -4
package/dist/connect.d.cts
CHANGED
|
@@ -94748,7 +94748,7 @@ declare const _default: {
|
|
|
94748
94748
|
properties: {
|
|
94749
94749
|
reservation_created: {
|
|
94750
94750
|
properties: {
|
|
94751
|
-
|
|
94751
|
+
automated_occupied_preset: {
|
|
94752
94752
|
properties: {
|
|
94753
94753
|
fan_mode: {
|
|
94754
94754
|
enum: string[];
|
|
@@ -94757,14 +94757,43 @@ declare const _default: {
|
|
|
94757
94757
|
is_override_allowed: {
|
|
94758
94758
|
type: string;
|
|
94759
94759
|
};
|
|
94760
|
+
max_override_period_minutes: {
|
|
94761
|
+
format: string;
|
|
94762
|
+
type: string;
|
|
94763
|
+
};
|
|
94760
94764
|
mode: {
|
|
94761
94765
|
enum: string[];
|
|
94762
94766
|
type: string;
|
|
94763
94767
|
};
|
|
94764
|
-
|
|
94768
|
+
temperature: {
|
|
94769
|
+
format: string;
|
|
94770
|
+
type: string;
|
|
94771
|
+
};
|
|
94772
|
+
temperature_unit: {
|
|
94773
|
+
enum: string[];
|
|
94774
|
+
type: string;
|
|
94775
|
+
};
|
|
94776
|
+
};
|
|
94777
|
+
required: string[];
|
|
94778
|
+
type: string;
|
|
94779
|
+
};
|
|
94780
|
+
automated_unoccupied_preset: {
|
|
94781
|
+
properties: {
|
|
94782
|
+
fan_mode: {
|
|
94783
|
+
enum: string[];
|
|
94784
|
+
type: string;
|
|
94785
|
+
};
|
|
94786
|
+
is_override_allowed: {
|
|
94787
|
+
type: string;
|
|
94788
|
+
};
|
|
94789
|
+
max_override_period_minutes: {
|
|
94765
94790
|
format: string;
|
|
94766
94791
|
type: string;
|
|
94767
94792
|
};
|
|
94793
|
+
mode: {
|
|
94794
|
+
enum: string[];
|
|
94795
|
+
type: string;
|
|
94796
|
+
};
|
|
94768
94797
|
temperature: {
|
|
94769
94798
|
format: string;
|
|
94770
94799
|
type: string;
|
|
@@ -94780,6 +94809,9 @@ declare const _default: {
|
|
|
94780
94809
|
occupied_preset_key: {
|
|
94781
94810
|
type: string;
|
|
94782
94811
|
};
|
|
94812
|
+
unoccupied_preset_key: {
|
|
94813
|
+
type: string;
|
|
94814
|
+
};
|
|
94783
94815
|
};
|
|
94784
94816
|
type: string;
|
|
94785
94817
|
};
|
|
@@ -94961,7 +94993,7 @@ declare const _default: {
|
|
|
94961
94993
|
properties: {
|
|
94962
94994
|
reservation_created: {
|
|
94963
94995
|
properties: {
|
|
94964
|
-
|
|
94996
|
+
automated_occupied_preset: {
|
|
94965
94997
|
properties: {
|
|
94966
94998
|
fan_mode: {
|
|
94967
94999
|
enum: string[];
|
|
@@ -94970,14 +95002,43 @@ declare const _default: {
|
|
|
94970
95002
|
is_override_allowed: {
|
|
94971
95003
|
type: string;
|
|
94972
95004
|
};
|
|
95005
|
+
max_override_period_minutes: {
|
|
95006
|
+
format: string;
|
|
95007
|
+
type: string;
|
|
95008
|
+
};
|
|
94973
95009
|
mode: {
|
|
94974
95010
|
enum: string[];
|
|
94975
95011
|
type: string;
|
|
94976
95012
|
};
|
|
94977
|
-
|
|
95013
|
+
temperature: {
|
|
95014
|
+
format: string;
|
|
95015
|
+
type: string;
|
|
95016
|
+
};
|
|
95017
|
+
temperature_unit: {
|
|
95018
|
+
enum: string[];
|
|
95019
|
+
type: string;
|
|
95020
|
+
};
|
|
95021
|
+
};
|
|
95022
|
+
required: string[];
|
|
95023
|
+
type: string;
|
|
95024
|
+
};
|
|
95025
|
+
automated_unoccupied_preset: {
|
|
95026
|
+
properties: {
|
|
95027
|
+
fan_mode: {
|
|
95028
|
+
enum: string[];
|
|
95029
|
+
type: string;
|
|
95030
|
+
};
|
|
95031
|
+
is_override_allowed: {
|
|
95032
|
+
type: string;
|
|
95033
|
+
};
|
|
95034
|
+
max_override_period_minutes: {
|
|
94978
95035
|
format: string;
|
|
94979
95036
|
type: string;
|
|
94980
95037
|
};
|
|
95038
|
+
mode: {
|
|
95039
|
+
enum: string[];
|
|
95040
|
+
type: string;
|
|
95041
|
+
};
|
|
94981
95042
|
temperature: {
|
|
94982
95043
|
format: string;
|
|
94983
95044
|
type: string;
|
|
@@ -94993,6 +95054,9 @@ declare const _default: {
|
|
|
94993
95054
|
occupied_preset_key: {
|
|
94994
95055
|
type: string;
|
|
94995
95056
|
};
|
|
95057
|
+
unoccupied_preset_key: {
|
|
95058
|
+
type: string;
|
|
95059
|
+
};
|
|
94996
95060
|
};
|
|
94997
95061
|
type: string;
|
|
94998
95062
|
};
|
|
@@ -95183,7 +95247,7 @@ declare const _default: {
|
|
|
95183
95247
|
properties: {
|
|
95184
95248
|
reservation_created: {
|
|
95185
95249
|
properties: {
|
|
95186
|
-
|
|
95250
|
+
automated_occupied_preset: {
|
|
95187
95251
|
properties: {
|
|
95188
95252
|
fan_mode: {
|
|
95189
95253
|
enum: string[];
|
|
@@ -95192,14 +95256,43 @@ declare const _default: {
|
|
|
95192
95256
|
is_override_allowed: {
|
|
95193
95257
|
type: string;
|
|
95194
95258
|
};
|
|
95259
|
+
max_override_period_minutes: {
|
|
95260
|
+
format: string;
|
|
95261
|
+
type: string;
|
|
95262
|
+
};
|
|
95195
95263
|
mode: {
|
|
95196
95264
|
enum: string[];
|
|
95197
95265
|
type: string;
|
|
95198
95266
|
};
|
|
95199
|
-
|
|
95267
|
+
temperature: {
|
|
95268
|
+
format: string;
|
|
95269
|
+
type: string;
|
|
95270
|
+
};
|
|
95271
|
+
temperature_unit: {
|
|
95272
|
+
enum: string[];
|
|
95273
|
+
type: string;
|
|
95274
|
+
};
|
|
95275
|
+
};
|
|
95276
|
+
required: string[];
|
|
95277
|
+
type: string;
|
|
95278
|
+
};
|
|
95279
|
+
automated_unoccupied_preset: {
|
|
95280
|
+
properties: {
|
|
95281
|
+
fan_mode: {
|
|
95282
|
+
enum: string[];
|
|
95283
|
+
type: string;
|
|
95284
|
+
};
|
|
95285
|
+
is_override_allowed: {
|
|
95286
|
+
type: string;
|
|
95287
|
+
};
|
|
95288
|
+
max_override_period_minutes: {
|
|
95200
95289
|
format: string;
|
|
95201
95290
|
type: string;
|
|
95202
95291
|
};
|
|
95292
|
+
mode: {
|
|
95293
|
+
enum: string[];
|
|
95294
|
+
type: string;
|
|
95295
|
+
};
|
|
95203
95296
|
temperature: {
|
|
95204
95297
|
format: string;
|
|
95205
95298
|
type: string;
|
|
@@ -95215,6 +95308,9 @@ declare const _default: {
|
|
|
95215
95308
|
occupied_preset_key: {
|
|
95216
95309
|
type: string;
|
|
95217
95310
|
};
|
|
95311
|
+
unoccupied_preset_key: {
|
|
95312
|
+
type: string;
|
|
95313
|
+
};
|
|
95218
95314
|
};
|
|
95219
95315
|
type: string;
|
|
95220
95316
|
};
|
|
@@ -95416,7 +95512,7 @@ declare const _default: {
|
|
|
95416
95512
|
properties: {
|
|
95417
95513
|
reservation_created: {
|
|
95418
95514
|
properties: {
|
|
95419
|
-
|
|
95515
|
+
automated_occupied_preset: {
|
|
95420
95516
|
properties: {
|
|
95421
95517
|
fan_mode: {
|
|
95422
95518
|
enum: string[];
|
|
@@ -95425,14 +95521,43 @@ declare const _default: {
|
|
|
95425
95521
|
is_override_allowed: {
|
|
95426
95522
|
type: string;
|
|
95427
95523
|
};
|
|
95524
|
+
max_override_period_minutes: {
|
|
95525
|
+
format: string;
|
|
95526
|
+
type: string;
|
|
95527
|
+
};
|
|
95428
95528
|
mode: {
|
|
95429
95529
|
enum: string[];
|
|
95430
95530
|
type: string;
|
|
95431
95531
|
};
|
|
95432
|
-
|
|
95532
|
+
temperature: {
|
|
95533
|
+
format: string;
|
|
95534
|
+
type: string;
|
|
95535
|
+
};
|
|
95536
|
+
temperature_unit: {
|
|
95537
|
+
enum: string[];
|
|
95538
|
+
type: string;
|
|
95539
|
+
};
|
|
95540
|
+
};
|
|
95541
|
+
required: string[];
|
|
95542
|
+
type: string;
|
|
95543
|
+
};
|
|
95544
|
+
automated_unoccupied_preset: {
|
|
95545
|
+
properties: {
|
|
95546
|
+
fan_mode: {
|
|
95547
|
+
enum: string[];
|
|
95548
|
+
type: string;
|
|
95549
|
+
};
|
|
95550
|
+
is_override_allowed: {
|
|
95551
|
+
type: string;
|
|
95552
|
+
};
|
|
95553
|
+
max_override_period_minutes: {
|
|
95433
95554
|
format: string;
|
|
95434
95555
|
type: string;
|
|
95435
95556
|
};
|
|
95557
|
+
mode: {
|
|
95558
|
+
enum: string[];
|
|
95559
|
+
type: string;
|
|
95560
|
+
};
|
|
95436
95561
|
temperature: {
|
|
95437
95562
|
format: string;
|
|
95438
95563
|
type: string;
|
|
@@ -95448,6 +95573,9 @@ declare const _default: {
|
|
|
95448
95573
|
occupied_preset_key: {
|
|
95449
95574
|
type: string;
|
|
95450
95575
|
};
|
|
95576
|
+
unoccupied_preset_key: {
|
|
95577
|
+
type: string;
|
|
95578
|
+
};
|
|
95451
95579
|
};
|
|
95452
95580
|
type: string;
|
|
95453
95581
|
};
|
|
@@ -168484,13 +168612,22 @@ type Routes = {
|
|
|
168484
168612
|
rules: {
|
|
168485
168613
|
reservation_created?: {
|
|
168486
168614
|
occupied_preset_key?: string | undefined;
|
|
168487
|
-
|
|
168615
|
+
automated_occupied_preset?: {
|
|
168616
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
168617
|
+
temperature: number;
|
|
168618
|
+
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168619
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168620
|
+
is_override_allowed: boolean;
|
|
168621
|
+
max_override_period_minutes: number;
|
|
168622
|
+
} | undefined;
|
|
168623
|
+
unoccupied_preset_key?: string | undefined;
|
|
168624
|
+
automated_unoccupied_preset?: {
|
|
168488
168625
|
mode: 'heat' | 'cool' | 'auto';
|
|
168489
168626
|
temperature: number;
|
|
168490
168627
|
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168491
168628
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168492
168629
|
is_override_allowed: boolean;
|
|
168493
|
-
|
|
168630
|
+
max_override_period_minutes: number;
|
|
168494
168631
|
} | undefined;
|
|
168495
168632
|
} | undefined;
|
|
168496
168633
|
reservation_time_updated?: {} | undefined;
|
|
@@ -168543,13 +168680,22 @@ type Routes = {
|
|
|
168543
168680
|
rules?: {
|
|
168544
168681
|
reservation_created?: {
|
|
168545
168682
|
occupied_preset_key?: string | undefined;
|
|
168546
|
-
|
|
168683
|
+
automated_occupied_preset?: {
|
|
168684
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
168685
|
+
temperature: number;
|
|
168686
|
+
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168687
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168688
|
+
is_override_allowed: boolean;
|
|
168689
|
+
max_override_period_minutes: number;
|
|
168690
|
+
} | undefined;
|
|
168691
|
+
unoccupied_preset_key?: string | undefined;
|
|
168692
|
+
automated_unoccupied_preset?: {
|
|
168547
168693
|
mode: 'heat' | 'cool' | 'auto';
|
|
168548
168694
|
temperature: number;
|
|
168549
168695
|
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168550
168696
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168551
168697
|
is_override_allowed: boolean;
|
|
168552
|
-
|
|
168698
|
+
max_override_period_minutes: number;
|
|
168553
168699
|
} | undefined;
|
|
168554
168700
|
} | undefined;
|
|
168555
168701
|
reservation_time_updated?: {} | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -53568,21 +53568,55 @@ var openapi_default = {
|
|
|
53568
53568
|
properties: {
|
|
53569
53569
|
reservation_created: {
|
|
53570
53570
|
properties: {
|
|
53571
|
-
|
|
53571
|
+
automated_occupied_preset: {
|
|
53572
53572
|
properties: {
|
|
53573
53573
|
fan_mode: {
|
|
53574
53574
|
enum: ["on", "auto", "circulate"],
|
|
53575
53575
|
type: "string"
|
|
53576
53576
|
},
|
|
53577
53577
|
is_override_allowed: { type: "boolean" },
|
|
53578
|
+
max_override_period_minutes: {
|
|
53579
|
+
format: "float",
|
|
53580
|
+
type: "number"
|
|
53581
|
+
},
|
|
53578
53582
|
mode: {
|
|
53579
53583
|
enum: ["heat", "cool", "auto"],
|
|
53580
53584
|
type: "string"
|
|
53581
53585
|
},
|
|
53582
|
-
|
|
53586
|
+
temperature: {
|
|
53583
53587
|
format: "float",
|
|
53584
53588
|
type: "number"
|
|
53585
53589
|
},
|
|
53590
|
+
temperature_unit: {
|
|
53591
|
+
enum: ["celsius", "fahrenheit"],
|
|
53592
|
+
type: "string"
|
|
53593
|
+
}
|
|
53594
|
+
},
|
|
53595
|
+
required: [
|
|
53596
|
+
"mode",
|
|
53597
|
+
"temperature",
|
|
53598
|
+
"temperature_unit",
|
|
53599
|
+
"fan_mode",
|
|
53600
|
+
"is_override_allowed",
|
|
53601
|
+
"max_override_period_minutes"
|
|
53602
|
+
],
|
|
53603
|
+
type: "object"
|
|
53604
|
+
},
|
|
53605
|
+
automated_unoccupied_preset: {
|
|
53606
|
+
properties: {
|
|
53607
|
+
fan_mode: {
|
|
53608
|
+
enum: ["on", "auto", "circulate"],
|
|
53609
|
+
type: "string"
|
|
53610
|
+
},
|
|
53611
|
+
is_override_allowed: { type: "boolean" },
|
|
53612
|
+
max_override_period_minutes: {
|
|
53613
|
+
format: "float",
|
|
53614
|
+
type: "number"
|
|
53615
|
+
},
|
|
53616
|
+
mode: {
|
|
53617
|
+
enum: ["heat", "cool", "auto"],
|
|
53618
|
+
type: "string"
|
|
53619
|
+
},
|
|
53586
53620
|
temperature: {
|
|
53587
53621
|
format: "float",
|
|
53588
53622
|
type: "number"
|
|
@@ -53598,11 +53632,12 @@ var openapi_default = {
|
|
|
53598
53632
|
"temperature_unit",
|
|
53599
53633
|
"fan_mode",
|
|
53600
53634
|
"is_override_allowed",
|
|
53601
|
-
"
|
|
53635
|
+
"max_override_period_minutes"
|
|
53602
53636
|
],
|
|
53603
53637
|
type: "object"
|
|
53604
53638
|
},
|
|
53605
|
-
occupied_preset_key: { type: "string" }
|
|
53639
|
+
occupied_preset_key: { type: "string" },
|
|
53640
|
+
unoccupied_preset_key: { type: "string" }
|
|
53606
53641
|
},
|
|
53607
53642
|
type: "object"
|
|
53608
53643
|
},
|
|
@@ -53777,21 +53812,55 @@ var openapi_default = {
|
|
|
53777
53812
|
properties: {
|
|
53778
53813
|
reservation_created: {
|
|
53779
53814
|
properties: {
|
|
53780
|
-
|
|
53815
|
+
automated_occupied_preset: {
|
|
53781
53816
|
properties: {
|
|
53782
53817
|
fan_mode: {
|
|
53783
53818
|
enum: ["on", "auto", "circulate"],
|
|
53784
53819
|
type: "string"
|
|
53785
53820
|
},
|
|
53786
53821
|
is_override_allowed: { type: "boolean" },
|
|
53822
|
+
max_override_period_minutes: {
|
|
53823
|
+
format: "float",
|
|
53824
|
+
type: "number"
|
|
53825
|
+
},
|
|
53787
53826
|
mode: {
|
|
53788
53827
|
enum: ["heat", "cool", "auto"],
|
|
53789
53828
|
type: "string"
|
|
53790
53829
|
},
|
|
53791
|
-
|
|
53830
|
+
temperature: {
|
|
53792
53831
|
format: "float",
|
|
53793
53832
|
type: "number"
|
|
53794
53833
|
},
|
|
53834
|
+
temperature_unit: {
|
|
53835
|
+
enum: ["celsius", "fahrenheit"],
|
|
53836
|
+
type: "string"
|
|
53837
|
+
}
|
|
53838
|
+
},
|
|
53839
|
+
required: [
|
|
53840
|
+
"mode",
|
|
53841
|
+
"temperature",
|
|
53842
|
+
"temperature_unit",
|
|
53843
|
+
"fan_mode",
|
|
53844
|
+
"is_override_allowed",
|
|
53845
|
+
"max_override_period_minutes"
|
|
53846
|
+
],
|
|
53847
|
+
type: "object"
|
|
53848
|
+
},
|
|
53849
|
+
automated_unoccupied_preset: {
|
|
53850
|
+
properties: {
|
|
53851
|
+
fan_mode: {
|
|
53852
|
+
enum: ["on", "auto", "circulate"],
|
|
53853
|
+
type: "string"
|
|
53854
|
+
},
|
|
53855
|
+
is_override_allowed: { type: "boolean" },
|
|
53856
|
+
max_override_period_minutes: {
|
|
53857
|
+
format: "float",
|
|
53858
|
+
type: "number"
|
|
53859
|
+
},
|
|
53860
|
+
mode: {
|
|
53861
|
+
enum: ["heat", "cool", "auto"],
|
|
53862
|
+
type: "string"
|
|
53863
|
+
},
|
|
53795
53864
|
temperature: {
|
|
53796
53865
|
format: "float",
|
|
53797
53866
|
type: "number"
|
|
@@ -53807,11 +53876,12 @@ var openapi_default = {
|
|
|
53807
53876
|
"temperature_unit",
|
|
53808
53877
|
"fan_mode",
|
|
53809
53878
|
"is_override_allowed",
|
|
53810
|
-
"
|
|
53879
|
+
"max_override_period_minutes"
|
|
53811
53880
|
],
|
|
53812
53881
|
type: "object"
|
|
53813
53882
|
},
|
|
53814
|
-
occupied_preset_key: { type: "string" }
|
|
53883
|
+
occupied_preset_key: { type: "string" },
|
|
53884
|
+
unoccupied_preset_key: { type: "string" }
|
|
53815
53885
|
},
|
|
53816
53886
|
type: "object"
|
|
53817
53887
|
},
|
|
@@ -53977,21 +54047,55 @@ var openapi_default = {
|
|
|
53977
54047
|
properties: {
|
|
53978
54048
|
reservation_created: {
|
|
53979
54049
|
properties: {
|
|
53980
|
-
|
|
54050
|
+
automated_occupied_preset: {
|
|
53981
54051
|
properties: {
|
|
53982
54052
|
fan_mode: {
|
|
53983
54053
|
enum: ["on", "auto", "circulate"],
|
|
53984
54054
|
type: "string"
|
|
53985
54055
|
},
|
|
53986
54056
|
is_override_allowed: { type: "boolean" },
|
|
54057
|
+
max_override_period_minutes: {
|
|
54058
|
+
format: "float",
|
|
54059
|
+
type: "number"
|
|
54060
|
+
},
|
|
53987
54061
|
mode: {
|
|
53988
54062
|
enum: ["heat", "cool", "auto"],
|
|
53989
54063
|
type: "string"
|
|
53990
54064
|
},
|
|
53991
|
-
|
|
54065
|
+
temperature: {
|
|
53992
54066
|
format: "float",
|
|
53993
54067
|
type: "number"
|
|
53994
54068
|
},
|
|
54069
|
+
temperature_unit: {
|
|
54070
|
+
enum: ["celsius", "fahrenheit"],
|
|
54071
|
+
type: "string"
|
|
54072
|
+
}
|
|
54073
|
+
},
|
|
54074
|
+
required: [
|
|
54075
|
+
"mode",
|
|
54076
|
+
"temperature",
|
|
54077
|
+
"temperature_unit",
|
|
54078
|
+
"fan_mode",
|
|
54079
|
+
"is_override_allowed",
|
|
54080
|
+
"max_override_period_minutes"
|
|
54081
|
+
],
|
|
54082
|
+
type: "object"
|
|
54083
|
+
},
|
|
54084
|
+
automated_unoccupied_preset: {
|
|
54085
|
+
properties: {
|
|
54086
|
+
fan_mode: {
|
|
54087
|
+
enum: ["on", "auto", "circulate"],
|
|
54088
|
+
type: "string"
|
|
54089
|
+
},
|
|
54090
|
+
is_override_allowed: { type: "boolean" },
|
|
54091
|
+
max_override_period_minutes: {
|
|
54092
|
+
format: "float",
|
|
54093
|
+
type: "number"
|
|
54094
|
+
},
|
|
54095
|
+
mode: {
|
|
54096
|
+
enum: ["heat", "cool", "auto"],
|
|
54097
|
+
type: "string"
|
|
54098
|
+
},
|
|
53995
54099
|
temperature: {
|
|
53996
54100
|
format: "float",
|
|
53997
54101
|
type: "number"
|
|
@@ -54007,11 +54111,12 @@ var openapi_default = {
|
|
|
54007
54111
|
"temperature_unit",
|
|
54008
54112
|
"fan_mode",
|
|
54009
54113
|
"is_override_allowed",
|
|
54010
|
-
"
|
|
54114
|
+
"max_override_period_minutes"
|
|
54011
54115
|
],
|
|
54012
54116
|
type: "object"
|
|
54013
54117
|
},
|
|
54014
|
-
occupied_preset_key: { type: "string" }
|
|
54118
|
+
occupied_preset_key: { type: "string" },
|
|
54119
|
+
unoccupied_preset_key: { type: "string" }
|
|
54015
54120
|
},
|
|
54016
54121
|
type: "object"
|
|
54017
54122
|
},
|
|
@@ -54186,21 +54291,55 @@ var openapi_default = {
|
|
|
54186
54291
|
properties: {
|
|
54187
54292
|
reservation_created: {
|
|
54188
54293
|
properties: {
|
|
54189
|
-
|
|
54294
|
+
automated_occupied_preset: {
|
|
54190
54295
|
properties: {
|
|
54191
54296
|
fan_mode: {
|
|
54192
54297
|
enum: ["on", "auto", "circulate"],
|
|
54193
54298
|
type: "string"
|
|
54194
54299
|
},
|
|
54195
54300
|
is_override_allowed: { type: "boolean" },
|
|
54301
|
+
max_override_period_minutes: {
|
|
54302
|
+
format: "float",
|
|
54303
|
+
type: "number"
|
|
54304
|
+
},
|
|
54196
54305
|
mode: {
|
|
54197
54306
|
enum: ["heat", "cool", "auto"],
|
|
54198
54307
|
type: "string"
|
|
54199
54308
|
},
|
|
54200
|
-
|
|
54309
|
+
temperature: {
|
|
54201
54310
|
format: "float",
|
|
54202
54311
|
type: "number"
|
|
54203
54312
|
},
|
|
54313
|
+
temperature_unit: {
|
|
54314
|
+
enum: ["celsius", "fahrenheit"],
|
|
54315
|
+
type: "string"
|
|
54316
|
+
}
|
|
54317
|
+
},
|
|
54318
|
+
required: [
|
|
54319
|
+
"mode",
|
|
54320
|
+
"temperature",
|
|
54321
|
+
"temperature_unit",
|
|
54322
|
+
"fan_mode",
|
|
54323
|
+
"is_override_allowed",
|
|
54324
|
+
"max_override_period_minutes"
|
|
54325
|
+
],
|
|
54326
|
+
type: "object"
|
|
54327
|
+
},
|
|
54328
|
+
automated_unoccupied_preset: {
|
|
54329
|
+
properties: {
|
|
54330
|
+
fan_mode: {
|
|
54331
|
+
enum: ["on", "auto", "circulate"],
|
|
54332
|
+
type: "string"
|
|
54333
|
+
},
|
|
54334
|
+
is_override_allowed: { type: "boolean" },
|
|
54335
|
+
max_override_period_minutes: {
|
|
54336
|
+
format: "float",
|
|
54337
|
+
type: "number"
|
|
54338
|
+
},
|
|
54339
|
+
mode: {
|
|
54340
|
+
enum: ["heat", "cool", "auto"],
|
|
54341
|
+
type: "string"
|
|
54342
|
+
},
|
|
54204
54343
|
temperature: {
|
|
54205
54344
|
format: "float",
|
|
54206
54345
|
type: "number"
|
|
@@ -54216,11 +54355,12 @@ var openapi_default = {
|
|
|
54216
54355
|
"temperature_unit",
|
|
54217
54356
|
"fan_mode",
|
|
54218
54357
|
"is_override_allowed",
|
|
54219
|
-
"
|
|
54358
|
+
"max_override_period_minutes"
|
|
54220
54359
|
],
|
|
54221
54360
|
type: "object"
|
|
54222
54361
|
},
|
|
54223
|
-
occupied_preset_key: { type: "string" }
|
|
54362
|
+
occupied_preset_key: { type: "string" },
|
|
54363
|
+
unoccupied_preset_key: { type: "string" }
|
|
54224
54364
|
},
|
|
54225
54365
|
type: "object"
|
|
54226
54366
|
},
|