@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
|
@@ -42734,7 +42734,7 @@ declare const _default: {
|
|
|
42734
42734
|
properties: {
|
|
42735
42735
|
reservation_created: {
|
|
42736
42736
|
properties: {
|
|
42737
|
-
|
|
42737
|
+
automated_occupied_preset: {
|
|
42738
42738
|
properties: {
|
|
42739
42739
|
fan_mode: {
|
|
42740
42740
|
enum: string[];
|
|
@@ -42743,14 +42743,43 @@ declare const _default: {
|
|
|
42743
42743
|
is_override_allowed: {
|
|
42744
42744
|
type: string;
|
|
42745
42745
|
};
|
|
42746
|
+
max_override_period_minutes: {
|
|
42747
|
+
format: string;
|
|
42748
|
+
type: string;
|
|
42749
|
+
};
|
|
42746
42750
|
mode: {
|
|
42747
42751
|
enum: string[];
|
|
42748
42752
|
type: string;
|
|
42749
42753
|
};
|
|
42750
|
-
|
|
42754
|
+
temperature: {
|
|
42751
42755
|
format: string;
|
|
42752
42756
|
type: string;
|
|
42753
42757
|
};
|
|
42758
|
+
temperature_unit: {
|
|
42759
|
+
enum: string[];
|
|
42760
|
+
type: string;
|
|
42761
|
+
};
|
|
42762
|
+
};
|
|
42763
|
+
required: string[];
|
|
42764
|
+
type: string;
|
|
42765
|
+
};
|
|
42766
|
+
automated_unoccupied_preset: {
|
|
42767
|
+
properties: {
|
|
42768
|
+
fan_mode: {
|
|
42769
|
+
enum: string[];
|
|
42770
|
+
type: string;
|
|
42771
|
+
};
|
|
42772
|
+
is_override_allowed: {
|
|
42773
|
+
type: string;
|
|
42774
|
+
};
|
|
42775
|
+
max_override_period_minutes: {
|
|
42776
|
+
format: string;
|
|
42777
|
+
type: string;
|
|
42778
|
+
};
|
|
42779
|
+
mode: {
|
|
42780
|
+
enum: string[];
|
|
42781
|
+
type: string;
|
|
42782
|
+
};
|
|
42754
42783
|
temperature: {
|
|
42755
42784
|
format: string;
|
|
42756
42785
|
type: string;
|
|
@@ -42766,6 +42795,9 @@ declare const _default: {
|
|
|
42766
42795
|
occupied_preset_key: {
|
|
42767
42796
|
type: string;
|
|
42768
42797
|
};
|
|
42798
|
+
unoccupied_preset_key: {
|
|
42799
|
+
type: string;
|
|
42800
|
+
};
|
|
42769
42801
|
};
|
|
42770
42802
|
type: string;
|
|
42771
42803
|
};
|
|
@@ -42947,7 +42979,7 @@ declare const _default: {
|
|
|
42947
42979
|
properties: {
|
|
42948
42980
|
reservation_created: {
|
|
42949
42981
|
properties: {
|
|
42950
|
-
|
|
42982
|
+
automated_occupied_preset: {
|
|
42951
42983
|
properties: {
|
|
42952
42984
|
fan_mode: {
|
|
42953
42985
|
enum: string[];
|
|
@@ -42956,14 +42988,43 @@ declare const _default: {
|
|
|
42956
42988
|
is_override_allowed: {
|
|
42957
42989
|
type: string;
|
|
42958
42990
|
};
|
|
42991
|
+
max_override_period_minutes: {
|
|
42992
|
+
format: string;
|
|
42993
|
+
type: string;
|
|
42994
|
+
};
|
|
42959
42995
|
mode: {
|
|
42960
42996
|
enum: string[];
|
|
42961
42997
|
type: string;
|
|
42962
42998
|
};
|
|
42963
|
-
|
|
42999
|
+
temperature: {
|
|
42964
43000
|
format: string;
|
|
42965
43001
|
type: string;
|
|
42966
43002
|
};
|
|
43003
|
+
temperature_unit: {
|
|
43004
|
+
enum: string[];
|
|
43005
|
+
type: string;
|
|
43006
|
+
};
|
|
43007
|
+
};
|
|
43008
|
+
required: string[];
|
|
43009
|
+
type: string;
|
|
43010
|
+
};
|
|
43011
|
+
automated_unoccupied_preset: {
|
|
43012
|
+
properties: {
|
|
43013
|
+
fan_mode: {
|
|
43014
|
+
enum: string[];
|
|
43015
|
+
type: string;
|
|
43016
|
+
};
|
|
43017
|
+
is_override_allowed: {
|
|
43018
|
+
type: string;
|
|
43019
|
+
};
|
|
43020
|
+
max_override_period_minutes: {
|
|
43021
|
+
format: string;
|
|
43022
|
+
type: string;
|
|
43023
|
+
};
|
|
43024
|
+
mode: {
|
|
43025
|
+
enum: string[];
|
|
43026
|
+
type: string;
|
|
43027
|
+
};
|
|
42967
43028
|
temperature: {
|
|
42968
43029
|
format: string;
|
|
42969
43030
|
type: string;
|
|
@@ -42979,6 +43040,9 @@ declare const _default: {
|
|
|
42979
43040
|
occupied_preset_key: {
|
|
42980
43041
|
type: string;
|
|
42981
43042
|
};
|
|
43043
|
+
unoccupied_preset_key: {
|
|
43044
|
+
type: string;
|
|
43045
|
+
};
|
|
42982
43046
|
};
|
|
42983
43047
|
type: string;
|
|
42984
43048
|
};
|
|
@@ -43169,7 +43233,7 @@ declare const _default: {
|
|
|
43169
43233
|
properties: {
|
|
43170
43234
|
reservation_created: {
|
|
43171
43235
|
properties: {
|
|
43172
|
-
|
|
43236
|
+
automated_occupied_preset: {
|
|
43173
43237
|
properties: {
|
|
43174
43238
|
fan_mode: {
|
|
43175
43239
|
enum: string[];
|
|
@@ -43178,14 +43242,43 @@ declare const _default: {
|
|
|
43178
43242
|
is_override_allowed: {
|
|
43179
43243
|
type: string;
|
|
43180
43244
|
};
|
|
43245
|
+
max_override_period_minutes: {
|
|
43246
|
+
format: string;
|
|
43247
|
+
type: string;
|
|
43248
|
+
};
|
|
43181
43249
|
mode: {
|
|
43182
43250
|
enum: string[];
|
|
43183
43251
|
type: string;
|
|
43184
43252
|
};
|
|
43185
|
-
|
|
43253
|
+
temperature: {
|
|
43186
43254
|
format: string;
|
|
43187
43255
|
type: string;
|
|
43188
43256
|
};
|
|
43257
|
+
temperature_unit: {
|
|
43258
|
+
enum: string[];
|
|
43259
|
+
type: string;
|
|
43260
|
+
};
|
|
43261
|
+
};
|
|
43262
|
+
required: string[];
|
|
43263
|
+
type: string;
|
|
43264
|
+
};
|
|
43265
|
+
automated_unoccupied_preset: {
|
|
43266
|
+
properties: {
|
|
43267
|
+
fan_mode: {
|
|
43268
|
+
enum: string[];
|
|
43269
|
+
type: string;
|
|
43270
|
+
};
|
|
43271
|
+
is_override_allowed: {
|
|
43272
|
+
type: string;
|
|
43273
|
+
};
|
|
43274
|
+
max_override_period_minutes: {
|
|
43275
|
+
format: string;
|
|
43276
|
+
type: string;
|
|
43277
|
+
};
|
|
43278
|
+
mode: {
|
|
43279
|
+
enum: string[];
|
|
43280
|
+
type: string;
|
|
43281
|
+
};
|
|
43189
43282
|
temperature: {
|
|
43190
43283
|
format: string;
|
|
43191
43284
|
type: string;
|
|
@@ -43201,6 +43294,9 @@ declare const _default: {
|
|
|
43201
43294
|
occupied_preset_key: {
|
|
43202
43295
|
type: string;
|
|
43203
43296
|
};
|
|
43297
|
+
unoccupied_preset_key: {
|
|
43298
|
+
type: string;
|
|
43299
|
+
};
|
|
43204
43300
|
};
|
|
43205
43301
|
type: string;
|
|
43206
43302
|
};
|
|
@@ -43402,7 +43498,7 @@ declare const _default: {
|
|
|
43402
43498
|
properties: {
|
|
43403
43499
|
reservation_created: {
|
|
43404
43500
|
properties: {
|
|
43405
|
-
|
|
43501
|
+
automated_occupied_preset: {
|
|
43406
43502
|
properties: {
|
|
43407
43503
|
fan_mode: {
|
|
43408
43504
|
enum: string[];
|
|
@@ -43411,14 +43507,43 @@ declare const _default: {
|
|
|
43411
43507
|
is_override_allowed: {
|
|
43412
43508
|
type: string;
|
|
43413
43509
|
};
|
|
43510
|
+
max_override_period_minutes: {
|
|
43511
|
+
format: string;
|
|
43512
|
+
type: string;
|
|
43513
|
+
};
|
|
43414
43514
|
mode: {
|
|
43415
43515
|
enum: string[];
|
|
43416
43516
|
type: string;
|
|
43417
43517
|
};
|
|
43418
|
-
|
|
43518
|
+
temperature: {
|
|
43419
43519
|
format: string;
|
|
43420
43520
|
type: string;
|
|
43421
43521
|
};
|
|
43522
|
+
temperature_unit: {
|
|
43523
|
+
enum: string[];
|
|
43524
|
+
type: string;
|
|
43525
|
+
};
|
|
43526
|
+
};
|
|
43527
|
+
required: string[];
|
|
43528
|
+
type: string;
|
|
43529
|
+
};
|
|
43530
|
+
automated_unoccupied_preset: {
|
|
43531
|
+
properties: {
|
|
43532
|
+
fan_mode: {
|
|
43533
|
+
enum: string[];
|
|
43534
|
+
type: string;
|
|
43535
|
+
};
|
|
43536
|
+
is_override_allowed: {
|
|
43537
|
+
type: string;
|
|
43538
|
+
};
|
|
43539
|
+
max_override_period_minutes: {
|
|
43540
|
+
format: string;
|
|
43541
|
+
type: string;
|
|
43542
|
+
};
|
|
43543
|
+
mode: {
|
|
43544
|
+
enum: string[];
|
|
43545
|
+
type: string;
|
|
43546
|
+
};
|
|
43422
43547
|
temperature: {
|
|
43423
43548
|
format: string;
|
|
43424
43549
|
type: string;
|
|
@@ -43434,6 +43559,9 @@ declare const _default: {
|
|
|
43434
43559
|
occupied_preset_key: {
|
|
43435
43560
|
type: string;
|
|
43436
43561
|
};
|
|
43562
|
+
unoccupied_preset_key: {
|
|
43563
|
+
type: string;
|
|
43564
|
+
};
|
|
43437
43565
|
};
|
|
43438
43566
|
type: string;
|
|
43439
43567
|
};
|
|
@@ -47678,21 +47678,55 @@ export default {
|
|
|
47678
47678
|
properties: {
|
|
47679
47679
|
reservation_created: {
|
|
47680
47680
|
properties: {
|
|
47681
|
-
|
|
47681
|
+
automated_occupied_preset: {
|
|
47682
47682
|
properties: {
|
|
47683
47683
|
fan_mode: {
|
|
47684
47684
|
enum: ['on', 'auto', 'circulate'],
|
|
47685
47685
|
type: 'string',
|
|
47686
47686
|
},
|
|
47687
47687
|
is_override_allowed: { type: 'boolean' },
|
|
47688
|
+
max_override_period_minutes: {
|
|
47689
|
+
format: 'float',
|
|
47690
|
+
type: 'number',
|
|
47691
|
+
},
|
|
47688
47692
|
mode: {
|
|
47689
47693
|
enum: ['heat', 'cool', 'auto'],
|
|
47690
47694
|
type: 'string',
|
|
47691
47695
|
},
|
|
47692
|
-
|
|
47696
|
+
temperature: {
|
|
47693
47697
|
format: 'float',
|
|
47694
47698
|
type: 'number',
|
|
47695
47699
|
},
|
|
47700
|
+
temperature_unit: {
|
|
47701
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47702
|
+
type: 'string',
|
|
47703
|
+
},
|
|
47704
|
+
},
|
|
47705
|
+
required: [
|
|
47706
|
+
'mode',
|
|
47707
|
+
'temperature',
|
|
47708
|
+
'temperature_unit',
|
|
47709
|
+
'fan_mode',
|
|
47710
|
+
'is_override_allowed',
|
|
47711
|
+
'max_override_period_minutes',
|
|
47712
|
+
],
|
|
47713
|
+
type: 'object',
|
|
47714
|
+
},
|
|
47715
|
+
automated_unoccupied_preset: {
|
|
47716
|
+
properties: {
|
|
47717
|
+
fan_mode: {
|
|
47718
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47719
|
+
type: 'string',
|
|
47720
|
+
},
|
|
47721
|
+
is_override_allowed: { type: 'boolean' },
|
|
47722
|
+
max_override_period_minutes: {
|
|
47723
|
+
format: 'float',
|
|
47724
|
+
type: 'number',
|
|
47725
|
+
},
|
|
47726
|
+
mode: {
|
|
47727
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47728
|
+
type: 'string',
|
|
47729
|
+
},
|
|
47696
47730
|
temperature: {
|
|
47697
47731
|
format: 'float',
|
|
47698
47732
|
type: 'number',
|
|
@@ -47708,11 +47742,12 @@ export default {
|
|
|
47708
47742
|
'temperature_unit',
|
|
47709
47743
|
'fan_mode',
|
|
47710
47744
|
'is_override_allowed',
|
|
47711
|
-
'
|
|
47745
|
+
'max_override_period_minutes',
|
|
47712
47746
|
],
|
|
47713
47747
|
type: 'object',
|
|
47714
47748
|
},
|
|
47715
47749
|
occupied_preset_key: { type: 'string' },
|
|
47750
|
+
unoccupied_preset_key: { type: 'string' },
|
|
47716
47751
|
},
|
|
47717
47752
|
type: 'object',
|
|
47718
47753
|
},
|
|
@@ -47887,21 +47922,55 @@ export default {
|
|
|
47887
47922
|
properties: {
|
|
47888
47923
|
reservation_created: {
|
|
47889
47924
|
properties: {
|
|
47890
|
-
|
|
47925
|
+
automated_occupied_preset: {
|
|
47891
47926
|
properties: {
|
|
47892
47927
|
fan_mode: {
|
|
47893
47928
|
enum: ['on', 'auto', 'circulate'],
|
|
47894
47929
|
type: 'string',
|
|
47895
47930
|
},
|
|
47896
47931
|
is_override_allowed: { type: 'boolean' },
|
|
47932
|
+
max_override_period_minutes: {
|
|
47933
|
+
format: 'float',
|
|
47934
|
+
type: 'number',
|
|
47935
|
+
},
|
|
47897
47936
|
mode: {
|
|
47898
47937
|
enum: ['heat', 'cool', 'auto'],
|
|
47899
47938
|
type: 'string',
|
|
47900
47939
|
},
|
|
47901
|
-
|
|
47940
|
+
temperature: {
|
|
47902
47941
|
format: 'float',
|
|
47903
47942
|
type: 'number',
|
|
47904
47943
|
},
|
|
47944
|
+
temperature_unit: {
|
|
47945
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47946
|
+
type: 'string',
|
|
47947
|
+
},
|
|
47948
|
+
},
|
|
47949
|
+
required: [
|
|
47950
|
+
'mode',
|
|
47951
|
+
'temperature',
|
|
47952
|
+
'temperature_unit',
|
|
47953
|
+
'fan_mode',
|
|
47954
|
+
'is_override_allowed',
|
|
47955
|
+
'max_override_period_minutes',
|
|
47956
|
+
],
|
|
47957
|
+
type: 'object',
|
|
47958
|
+
},
|
|
47959
|
+
automated_unoccupied_preset: {
|
|
47960
|
+
properties: {
|
|
47961
|
+
fan_mode: {
|
|
47962
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47963
|
+
type: 'string',
|
|
47964
|
+
},
|
|
47965
|
+
is_override_allowed: { type: 'boolean' },
|
|
47966
|
+
max_override_period_minutes: {
|
|
47967
|
+
format: 'float',
|
|
47968
|
+
type: 'number',
|
|
47969
|
+
},
|
|
47970
|
+
mode: {
|
|
47971
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47972
|
+
type: 'string',
|
|
47973
|
+
},
|
|
47905
47974
|
temperature: {
|
|
47906
47975
|
format: 'float',
|
|
47907
47976
|
type: 'number',
|
|
@@ -47917,11 +47986,12 @@ export default {
|
|
|
47917
47986
|
'temperature_unit',
|
|
47918
47987
|
'fan_mode',
|
|
47919
47988
|
'is_override_allowed',
|
|
47920
|
-
'
|
|
47989
|
+
'max_override_period_minutes',
|
|
47921
47990
|
],
|
|
47922
47991
|
type: 'object',
|
|
47923
47992
|
},
|
|
47924
47993
|
occupied_preset_key: { type: 'string' },
|
|
47994
|
+
unoccupied_preset_key: { type: 'string' },
|
|
47925
47995
|
},
|
|
47926
47996
|
type: 'object',
|
|
47927
47997
|
},
|
|
@@ -48087,21 +48157,55 @@ export default {
|
|
|
48087
48157
|
properties: {
|
|
48088
48158
|
reservation_created: {
|
|
48089
48159
|
properties: {
|
|
48090
|
-
|
|
48160
|
+
automated_occupied_preset: {
|
|
48091
48161
|
properties: {
|
|
48092
48162
|
fan_mode: {
|
|
48093
48163
|
enum: ['on', 'auto', 'circulate'],
|
|
48094
48164
|
type: 'string',
|
|
48095
48165
|
},
|
|
48096
48166
|
is_override_allowed: { type: 'boolean' },
|
|
48167
|
+
max_override_period_minutes: {
|
|
48168
|
+
format: 'float',
|
|
48169
|
+
type: 'number',
|
|
48170
|
+
},
|
|
48097
48171
|
mode: {
|
|
48098
48172
|
enum: ['heat', 'cool', 'auto'],
|
|
48099
48173
|
type: 'string',
|
|
48100
48174
|
},
|
|
48101
|
-
|
|
48175
|
+
temperature: {
|
|
48102
48176
|
format: 'float',
|
|
48103
48177
|
type: 'number',
|
|
48104
48178
|
},
|
|
48179
|
+
temperature_unit: {
|
|
48180
|
+
enum: ['celsius', 'fahrenheit'],
|
|
48181
|
+
type: 'string',
|
|
48182
|
+
},
|
|
48183
|
+
},
|
|
48184
|
+
required: [
|
|
48185
|
+
'mode',
|
|
48186
|
+
'temperature',
|
|
48187
|
+
'temperature_unit',
|
|
48188
|
+
'fan_mode',
|
|
48189
|
+
'is_override_allowed',
|
|
48190
|
+
'max_override_period_minutes',
|
|
48191
|
+
],
|
|
48192
|
+
type: 'object',
|
|
48193
|
+
},
|
|
48194
|
+
automated_unoccupied_preset: {
|
|
48195
|
+
properties: {
|
|
48196
|
+
fan_mode: {
|
|
48197
|
+
enum: ['on', 'auto', 'circulate'],
|
|
48198
|
+
type: 'string',
|
|
48199
|
+
},
|
|
48200
|
+
is_override_allowed: { type: 'boolean' },
|
|
48201
|
+
max_override_period_minutes: {
|
|
48202
|
+
format: 'float',
|
|
48203
|
+
type: 'number',
|
|
48204
|
+
},
|
|
48205
|
+
mode: {
|
|
48206
|
+
enum: ['heat', 'cool', 'auto'],
|
|
48207
|
+
type: 'string',
|
|
48208
|
+
},
|
|
48105
48209
|
temperature: {
|
|
48106
48210
|
format: 'float',
|
|
48107
48211
|
type: 'number',
|
|
@@ -48117,11 +48221,12 @@ export default {
|
|
|
48117
48221
|
'temperature_unit',
|
|
48118
48222
|
'fan_mode',
|
|
48119
48223
|
'is_override_allowed',
|
|
48120
|
-
'
|
|
48224
|
+
'max_override_period_minutes',
|
|
48121
48225
|
],
|
|
48122
48226
|
type: 'object',
|
|
48123
48227
|
},
|
|
48124
48228
|
occupied_preset_key: { type: 'string' },
|
|
48229
|
+
unoccupied_preset_key: { type: 'string' },
|
|
48125
48230
|
},
|
|
48126
48231
|
type: 'object',
|
|
48127
48232
|
},
|
|
@@ -48296,21 +48401,55 @@ export default {
|
|
|
48296
48401
|
properties: {
|
|
48297
48402
|
reservation_created: {
|
|
48298
48403
|
properties: {
|
|
48299
|
-
|
|
48404
|
+
automated_occupied_preset: {
|
|
48300
48405
|
properties: {
|
|
48301
48406
|
fan_mode: {
|
|
48302
48407
|
enum: ['on', 'auto', 'circulate'],
|
|
48303
48408
|
type: 'string',
|
|
48304
48409
|
},
|
|
48305
48410
|
is_override_allowed: { type: 'boolean' },
|
|
48411
|
+
max_override_period_minutes: {
|
|
48412
|
+
format: 'float',
|
|
48413
|
+
type: 'number',
|
|
48414
|
+
},
|
|
48306
48415
|
mode: {
|
|
48307
48416
|
enum: ['heat', 'cool', 'auto'],
|
|
48308
48417
|
type: 'string',
|
|
48309
48418
|
},
|
|
48310
|
-
|
|
48419
|
+
temperature: {
|
|
48311
48420
|
format: 'float',
|
|
48312
48421
|
type: 'number',
|
|
48313
48422
|
},
|
|
48423
|
+
temperature_unit: {
|
|
48424
|
+
enum: ['celsius', 'fahrenheit'],
|
|
48425
|
+
type: 'string',
|
|
48426
|
+
},
|
|
48427
|
+
},
|
|
48428
|
+
required: [
|
|
48429
|
+
'mode',
|
|
48430
|
+
'temperature',
|
|
48431
|
+
'temperature_unit',
|
|
48432
|
+
'fan_mode',
|
|
48433
|
+
'is_override_allowed',
|
|
48434
|
+
'max_override_period_minutes',
|
|
48435
|
+
],
|
|
48436
|
+
type: 'object',
|
|
48437
|
+
},
|
|
48438
|
+
automated_unoccupied_preset: {
|
|
48439
|
+
properties: {
|
|
48440
|
+
fan_mode: {
|
|
48441
|
+
enum: ['on', 'auto', 'circulate'],
|
|
48442
|
+
type: 'string',
|
|
48443
|
+
},
|
|
48444
|
+
is_override_allowed: { type: 'boolean' },
|
|
48445
|
+
max_override_period_minutes: {
|
|
48446
|
+
format: 'float',
|
|
48447
|
+
type: 'number',
|
|
48448
|
+
},
|
|
48449
|
+
mode: {
|
|
48450
|
+
enum: ['heat', 'cool', 'auto'],
|
|
48451
|
+
type: 'string',
|
|
48452
|
+
},
|
|
48314
48453
|
temperature: {
|
|
48315
48454
|
format: 'float',
|
|
48316
48455
|
type: 'number',
|
|
@@ -48326,11 +48465,12 @@ export default {
|
|
|
48326
48465
|
'temperature_unit',
|
|
48327
48466
|
'fan_mode',
|
|
48328
48467
|
'is_override_allowed',
|
|
48329
|
-
'
|
|
48468
|
+
'max_override_period_minutes',
|
|
48330
48469
|
],
|
|
48331
48470
|
type: 'object',
|
|
48332
48471
|
},
|
|
48333
48472
|
occupied_preset_key: { type: 'string' },
|
|
48473
|
+
unoccupied_preset_key: { type: 'string' },
|
|
48334
48474
|
},
|
|
48335
48475
|
type: 'object',
|
|
48336
48476
|
},
|