@seamapi/types 1.618.0 → 1.619.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 +252 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +325 -0
- package/dist/index.cjs +252 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +280 -0
- package/lib/seam/connect/openapi.js +252 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +252 -0
- package/src/lib/seam/connect/route-types.ts +67 -0
|
@@ -42024,6 +42024,76 @@ declare const _default: {
|
|
|
42024
42024
|
};
|
|
42025
42025
|
type: string;
|
|
42026
42026
|
};
|
|
42027
|
+
climate_rules: {
|
|
42028
|
+
properties: {
|
|
42029
|
+
rules: {
|
|
42030
|
+
properties: {
|
|
42031
|
+
delete_on_reservation_end: {
|
|
42032
|
+
properties: {
|
|
42033
|
+
enabled: {
|
|
42034
|
+
type: string;
|
|
42035
|
+
};
|
|
42036
|
+
};
|
|
42037
|
+
required: string[];
|
|
42038
|
+
type: string;
|
|
42039
|
+
};
|
|
42040
|
+
reservation_created: {
|
|
42041
|
+
properties: {
|
|
42042
|
+
enabled: {
|
|
42043
|
+
type: string;
|
|
42044
|
+
};
|
|
42045
|
+
fallback_preset: {
|
|
42046
|
+
properties: {
|
|
42047
|
+
fan_mode: {
|
|
42048
|
+
enum: string[];
|
|
42049
|
+
type: string;
|
|
42050
|
+
};
|
|
42051
|
+
is_override_allowed: {
|
|
42052
|
+
type: string;
|
|
42053
|
+
};
|
|
42054
|
+
mode: {
|
|
42055
|
+
enum: string[];
|
|
42056
|
+
type: string;
|
|
42057
|
+
};
|
|
42058
|
+
override_period_minutes: {
|
|
42059
|
+
format: string;
|
|
42060
|
+
type: string;
|
|
42061
|
+
};
|
|
42062
|
+
temperature: {
|
|
42063
|
+
format: string;
|
|
42064
|
+
type: string;
|
|
42065
|
+
};
|
|
42066
|
+
temperature_unit: {
|
|
42067
|
+
enum: string[];
|
|
42068
|
+
type: string;
|
|
42069
|
+
};
|
|
42070
|
+
};
|
|
42071
|
+
required: string[];
|
|
42072
|
+
type: string;
|
|
42073
|
+
};
|
|
42074
|
+
occupied_preset_key: {
|
|
42075
|
+
type: string;
|
|
42076
|
+
};
|
|
42077
|
+
};
|
|
42078
|
+
required: string[];
|
|
42079
|
+
type: string;
|
|
42080
|
+
};
|
|
42081
|
+
update_on_time_change: {
|
|
42082
|
+
properties: {
|
|
42083
|
+
enabled: {
|
|
42084
|
+
type: string;
|
|
42085
|
+
};
|
|
42086
|
+
};
|
|
42087
|
+
required: string[];
|
|
42088
|
+
type: string;
|
|
42089
|
+
};
|
|
42090
|
+
};
|
|
42091
|
+
type: string;
|
|
42092
|
+
};
|
|
42093
|
+
};
|
|
42094
|
+
required: string[];
|
|
42095
|
+
type: string;
|
|
42096
|
+
};
|
|
42027
42097
|
ok: {
|
|
42028
42098
|
type: string;
|
|
42029
42099
|
};
|
|
@@ -42157,6 +42227,76 @@ declare const _default: {
|
|
|
42157
42227
|
};
|
|
42158
42228
|
type: string;
|
|
42159
42229
|
};
|
|
42230
|
+
climate_rules: {
|
|
42231
|
+
properties: {
|
|
42232
|
+
rules: {
|
|
42233
|
+
properties: {
|
|
42234
|
+
delete_on_reservation_end: {
|
|
42235
|
+
properties: {
|
|
42236
|
+
enabled: {
|
|
42237
|
+
type: string;
|
|
42238
|
+
};
|
|
42239
|
+
};
|
|
42240
|
+
required: string[];
|
|
42241
|
+
type: string;
|
|
42242
|
+
};
|
|
42243
|
+
reservation_created: {
|
|
42244
|
+
properties: {
|
|
42245
|
+
enabled: {
|
|
42246
|
+
type: string;
|
|
42247
|
+
};
|
|
42248
|
+
fallback_preset: {
|
|
42249
|
+
properties: {
|
|
42250
|
+
fan_mode: {
|
|
42251
|
+
enum: string[];
|
|
42252
|
+
type: string;
|
|
42253
|
+
};
|
|
42254
|
+
is_override_allowed: {
|
|
42255
|
+
type: string;
|
|
42256
|
+
};
|
|
42257
|
+
mode: {
|
|
42258
|
+
enum: string[];
|
|
42259
|
+
type: string;
|
|
42260
|
+
};
|
|
42261
|
+
override_period_minutes: {
|
|
42262
|
+
format: string;
|
|
42263
|
+
type: string;
|
|
42264
|
+
};
|
|
42265
|
+
temperature: {
|
|
42266
|
+
format: string;
|
|
42267
|
+
type: string;
|
|
42268
|
+
};
|
|
42269
|
+
temperature_unit: {
|
|
42270
|
+
enum: string[];
|
|
42271
|
+
type: string;
|
|
42272
|
+
};
|
|
42273
|
+
};
|
|
42274
|
+
required: string[];
|
|
42275
|
+
type: string;
|
|
42276
|
+
};
|
|
42277
|
+
occupied_preset_key: {
|
|
42278
|
+
type: string;
|
|
42279
|
+
};
|
|
42280
|
+
};
|
|
42281
|
+
required: string[];
|
|
42282
|
+
type: string;
|
|
42283
|
+
};
|
|
42284
|
+
update_on_time_change: {
|
|
42285
|
+
properties: {
|
|
42286
|
+
enabled: {
|
|
42287
|
+
type: string;
|
|
42288
|
+
};
|
|
42289
|
+
};
|
|
42290
|
+
required: string[];
|
|
42291
|
+
type: string;
|
|
42292
|
+
};
|
|
42293
|
+
};
|
|
42294
|
+
type: string;
|
|
42295
|
+
};
|
|
42296
|
+
};
|
|
42297
|
+
required: string[];
|
|
42298
|
+
type: string;
|
|
42299
|
+
};
|
|
42160
42300
|
ok: {
|
|
42161
42301
|
type: string;
|
|
42162
42302
|
};
|
|
@@ -42296,6 +42436,76 @@ declare const _default: {
|
|
|
42296
42436
|
};
|
|
42297
42437
|
type: string;
|
|
42298
42438
|
};
|
|
42439
|
+
climate_rules: {
|
|
42440
|
+
description: string;
|
|
42441
|
+
properties: {
|
|
42442
|
+
rules: {
|
|
42443
|
+
properties: {
|
|
42444
|
+
delete_on_reservation_end: {
|
|
42445
|
+
properties: {
|
|
42446
|
+
enabled: {
|
|
42447
|
+
type: string;
|
|
42448
|
+
};
|
|
42449
|
+
};
|
|
42450
|
+
required: string[];
|
|
42451
|
+
type: string;
|
|
42452
|
+
};
|
|
42453
|
+
reservation_created: {
|
|
42454
|
+
properties: {
|
|
42455
|
+
enabled: {
|
|
42456
|
+
type: string;
|
|
42457
|
+
};
|
|
42458
|
+
fallback_preset: {
|
|
42459
|
+
properties: {
|
|
42460
|
+
fan_mode: {
|
|
42461
|
+
enum: string[];
|
|
42462
|
+
type: string;
|
|
42463
|
+
};
|
|
42464
|
+
is_override_allowed: {
|
|
42465
|
+
type: string;
|
|
42466
|
+
};
|
|
42467
|
+
mode: {
|
|
42468
|
+
enum: string[];
|
|
42469
|
+
type: string;
|
|
42470
|
+
};
|
|
42471
|
+
override_period_minutes: {
|
|
42472
|
+
format: string;
|
|
42473
|
+
type: string;
|
|
42474
|
+
};
|
|
42475
|
+
temperature: {
|
|
42476
|
+
format: string;
|
|
42477
|
+
type: string;
|
|
42478
|
+
};
|
|
42479
|
+
temperature_unit: {
|
|
42480
|
+
enum: string[];
|
|
42481
|
+
type: string;
|
|
42482
|
+
};
|
|
42483
|
+
};
|
|
42484
|
+
required: string[];
|
|
42485
|
+
type: string;
|
|
42486
|
+
};
|
|
42487
|
+
occupied_preset_key: {
|
|
42488
|
+
type: string;
|
|
42489
|
+
};
|
|
42490
|
+
};
|
|
42491
|
+
required: string[];
|
|
42492
|
+
type: string;
|
|
42493
|
+
};
|
|
42494
|
+
update_on_time_change: {
|
|
42495
|
+
properties: {
|
|
42496
|
+
enabled: {
|
|
42497
|
+
type: string;
|
|
42498
|
+
};
|
|
42499
|
+
};
|
|
42500
|
+
required: string[];
|
|
42501
|
+
type: string;
|
|
42502
|
+
};
|
|
42503
|
+
};
|
|
42504
|
+
type: string;
|
|
42505
|
+
};
|
|
42506
|
+
};
|
|
42507
|
+
type: string;
|
|
42508
|
+
};
|
|
42299
42509
|
};
|
|
42300
42510
|
type: string;
|
|
42301
42511
|
};
|
|
@@ -42445,6 +42655,76 @@ declare const _default: {
|
|
|
42445
42655
|
};
|
|
42446
42656
|
type: string;
|
|
42447
42657
|
};
|
|
42658
|
+
climate_rules: {
|
|
42659
|
+
description: string;
|
|
42660
|
+
properties: {
|
|
42661
|
+
rules: {
|
|
42662
|
+
properties: {
|
|
42663
|
+
delete_on_reservation_end: {
|
|
42664
|
+
properties: {
|
|
42665
|
+
enabled: {
|
|
42666
|
+
type: string;
|
|
42667
|
+
};
|
|
42668
|
+
};
|
|
42669
|
+
required: string[];
|
|
42670
|
+
type: string;
|
|
42671
|
+
};
|
|
42672
|
+
reservation_created: {
|
|
42673
|
+
properties: {
|
|
42674
|
+
enabled: {
|
|
42675
|
+
type: string;
|
|
42676
|
+
};
|
|
42677
|
+
fallback_preset: {
|
|
42678
|
+
properties: {
|
|
42679
|
+
fan_mode: {
|
|
42680
|
+
enum: string[];
|
|
42681
|
+
type: string;
|
|
42682
|
+
};
|
|
42683
|
+
is_override_allowed: {
|
|
42684
|
+
type: string;
|
|
42685
|
+
};
|
|
42686
|
+
mode: {
|
|
42687
|
+
enum: string[];
|
|
42688
|
+
type: string;
|
|
42689
|
+
};
|
|
42690
|
+
override_period_minutes: {
|
|
42691
|
+
format: string;
|
|
42692
|
+
type: string;
|
|
42693
|
+
};
|
|
42694
|
+
temperature: {
|
|
42695
|
+
format: string;
|
|
42696
|
+
type: string;
|
|
42697
|
+
};
|
|
42698
|
+
temperature_unit: {
|
|
42699
|
+
enum: string[];
|
|
42700
|
+
type: string;
|
|
42701
|
+
};
|
|
42702
|
+
};
|
|
42703
|
+
required: string[];
|
|
42704
|
+
type: string;
|
|
42705
|
+
};
|
|
42706
|
+
occupied_preset_key: {
|
|
42707
|
+
type: string;
|
|
42708
|
+
};
|
|
42709
|
+
};
|
|
42710
|
+
required: string[];
|
|
42711
|
+
type: string;
|
|
42712
|
+
};
|
|
42713
|
+
update_on_time_change: {
|
|
42714
|
+
properties: {
|
|
42715
|
+
enabled: {
|
|
42716
|
+
type: string;
|
|
42717
|
+
};
|
|
42718
|
+
};
|
|
42719
|
+
required: string[];
|
|
42720
|
+
type: string;
|
|
42721
|
+
};
|
|
42722
|
+
};
|
|
42723
|
+
type: string;
|
|
42724
|
+
};
|
|
42725
|
+
};
|
|
42726
|
+
type: string;
|
|
42727
|
+
};
|
|
42448
42728
|
};
|
|
42449
42729
|
type: string;
|
|
42450
42730
|
};
|
|
@@ -47304,6 +47304,69 @@ export default {
|
|
|
47304
47304
|
},
|
|
47305
47305
|
type: 'object',
|
|
47306
47306
|
},
|
|
47307
|
+
climate_rules: {
|
|
47308
|
+
properties: {
|
|
47309
|
+
rules: {
|
|
47310
|
+
properties: {
|
|
47311
|
+
delete_on_reservation_end: {
|
|
47312
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47313
|
+
required: ['enabled'],
|
|
47314
|
+
type: 'object',
|
|
47315
|
+
},
|
|
47316
|
+
reservation_created: {
|
|
47317
|
+
properties: {
|
|
47318
|
+
enabled: { type: 'boolean' },
|
|
47319
|
+
fallback_preset: {
|
|
47320
|
+
properties: {
|
|
47321
|
+
fan_mode: {
|
|
47322
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47323
|
+
type: 'string',
|
|
47324
|
+
},
|
|
47325
|
+
is_override_allowed: { type: 'boolean' },
|
|
47326
|
+
mode: {
|
|
47327
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47328
|
+
type: 'string',
|
|
47329
|
+
},
|
|
47330
|
+
override_period_minutes: {
|
|
47331
|
+
format: 'float',
|
|
47332
|
+
type: 'number',
|
|
47333
|
+
},
|
|
47334
|
+
temperature: {
|
|
47335
|
+
format: 'float',
|
|
47336
|
+
type: 'number',
|
|
47337
|
+
},
|
|
47338
|
+
temperature_unit: {
|
|
47339
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47340
|
+
type: 'string',
|
|
47341
|
+
},
|
|
47342
|
+
},
|
|
47343
|
+
required: [
|
|
47344
|
+
'mode',
|
|
47345
|
+
'temperature',
|
|
47346
|
+
'temperature_unit',
|
|
47347
|
+
'fan_mode',
|
|
47348
|
+
'is_override_allowed',
|
|
47349
|
+
'override_period_minutes',
|
|
47350
|
+
],
|
|
47351
|
+
type: 'object',
|
|
47352
|
+
},
|
|
47353
|
+
occupied_preset_key: { type: 'string' },
|
|
47354
|
+
},
|
|
47355
|
+
required: ['enabled'],
|
|
47356
|
+
type: 'object',
|
|
47357
|
+
},
|
|
47358
|
+
update_on_time_change: {
|
|
47359
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47360
|
+
required: ['enabled'],
|
|
47361
|
+
type: 'object',
|
|
47362
|
+
},
|
|
47363
|
+
},
|
|
47364
|
+
type: 'object',
|
|
47365
|
+
},
|
|
47366
|
+
},
|
|
47367
|
+
required: ['rules'],
|
|
47368
|
+
type: 'object',
|
|
47369
|
+
},
|
|
47307
47370
|
ok: { type: 'boolean' },
|
|
47308
47371
|
},
|
|
47309
47372
|
required: ['ok'],
|
|
@@ -47430,6 +47493,69 @@ export default {
|
|
|
47430
47493
|
},
|
|
47431
47494
|
type: 'object',
|
|
47432
47495
|
},
|
|
47496
|
+
climate_rules: {
|
|
47497
|
+
properties: {
|
|
47498
|
+
rules: {
|
|
47499
|
+
properties: {
|
|
47500
|
+
delete_on_reservation_end: {
|
|
47501
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47502
|
+
required: ['enabled'],
|
|
47503
|
+
type: 'object',
|
|
47504
|
+
},
|
|
47505
|
+
reservation_created: {
|
|
47506
|
+
properties: {
|
|
47507
|
+
enabled: { type: 'boolean' },
|
|
47508
|
+
fallback_preset: {
|
|
47509
|
+
properties: {
|
|
47510
|
+
fan_mode: {
|
|
47511
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47512
|
+
type: 'string',
|
|
47513
|
+
},
|
|
47514
|
+
is_override_allowed: { type: 'boolean' },
|
|
47515
|
+
mode: {
|
|
47516
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47517
|
+
type: 'string',
|
|
47518
|
+
},
|
|
47519
|
+
override_period_minutes: {
|
|
47520
|
+
format: 'float',
|
|
47521
|
+
type: 'number',
|
|
47522
|
+
},
|
|
47523
|
+
temperature: {
|
|
47524
|
+
format: 'float',
|
|
47525
|
+
type: 'number',
|
|
47526
|
+
},
|
|
47527
|
+
temperature_unit: {
|
|
47528
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47529
|
+
type: 'string',
|
|
47530
|
+
},
|
|
47531
|
+
},
|
|
47532
|
+
required: [
|
|
47533
|
+
'mode',
|
|
47534
|
+
'temperature',
|
|
47535
|
+
'temperature_unit',
|
|
47536
|
+
'fan_mode',
|
|
47537
|
+
'is_override_allowed',
|
|
47538
|
+
'override_period_minutes',
|
|
47539
|
+
],
|
|
47540
|
+
type: 'object',
|
|
47541
|
+
},
|
|
47542
|
+
occupied_preset_key: { type: 'string' },
|
|
47543
|
+
},
|
|
47544
|
+
required: ['enabled'],
|
|
47545
|
+
type: 'object',
|
|
47546
|
+
},
|
|
47547
|
+
update_on_time_change: {
|
|
47548
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47549
|
+
required: ['enabled'],
|
|
47550
|
+
type: 'object',
|
|
47551
|
+
},
|
|
47552
|
+
},
|
|
47553
|
+
type: 'object',
|
|
47554
|
+
},
|
|
47555
|
+
},
|
|
47556
|
+
required: ['rules'],
|
|
47557
|
+
type: 'object',
|
|
47558
|
+
},
|
|
47433
47559
|
ok: { type: 'boolean' },
|
|
47434
47560
|
},
|
|
47435
47561
|
required: ['ok'],
|
|
@@ -47550,6 +47676,69 @@ export default {
|
|
|
47550
47676
|
},
|
|
47551
47677
|
type: 'object',
|
|
47552
47678
|
},
|
|
47679
|
+
climate_rules: {
|
|
47680
|
+
description: 'Climate automation rules configuration.',
|
|
47681
|
+
properties: {
|
|
47682
|
+
rules: {
|
|
47683
|
+
properties: {
|
|
47684
|
+
delete_on_reservation_end: {
|
|
47685
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47686
|
+
required: ['enabled'],
|
|
47687
|
+
type: 'object',
|
|
47688
|
+
},
|
|
47689
|
+
reservation_created: {
|
|
47690
|
+
properties: {
|
|
47691
|
+
enabled: { type: 'boolean' },
|
|
47692
|
+
fallback_preset: {
|
|
47693
|
+
properties: {
|
|
47694
|
+
fan_mode: {
|
|
47695
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47696
|
+
type: 'string',
|
|
47697
|
+
},
|
|
47698
|
+
is_override_allowed: { type: 'boolean' },
|
|
47699
|
+
mode: {
|
|
47700
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47701
|
+
type: 'string',
|
|
47702
|
+
},
|
|
47703
|
+
override_period_minutes: {
|
|
47704
|
+
format: 'float',
|
|
47705
|
+
type: 'number',
|
|
47706
|
+
},
|
|
47707
|
+
temperature: {
|
|
47708
|
+
format: 'float',
|
|
47709
|
+
type: 'number',
|
|
47710
|
+
},
|
|
47711
|
+
temperature_unit: {
|
|
47712
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47713
|
+
type: 'string',
|
|
47714
|
+
},
|
|
47715
|
+
},
|
|
47716
|
+
required: [
|
|
47717
|
+
'mode',
|
|
47718
|
+
'temperature',
|
|
47719
|
+
'temperature_unit',
|
|
47720
|
+
'fan_mode',
|
|
47721
|
+
'is_override_allowed',
|
|
47722
|
+
'override_period_minutes',
|
|
47723
|
+
],
|
|
47724
|
+
type: 'object',
|
|
47725
|
+
},
|
|
47726
|
+
occupied_preset_key: { type: 'string' },
|
|
47727
|
+
},
|
|
47728
|
+
required: ['enabled'],
|
|
47729
|
+
type: 'object',
|
|
47730
|
+
},
|
|
47731
|
+
update_on_time_change: {
|
|
47732
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47733
|
+
required: ['enabled'],
|
|
47734
|
+
type: 'object',
|
|
47735
|
+
},
|
|
47736
|
+
},
|
|
47737
|
+
type: 'object',
|
|
47738
|
+
},
|
|
47739
|
+
},
|
|
47740
|
+
type: 'object',
|
|
47741
|
+
},
|
|
47553
47742
|
},
|
|
47554
47743
|
type: 'object',
|
|
47555
47744
|
},
|
|
@@ -47678,6 +47867,69 @@ export default {
|
|
|
47678
47867
|
},
|
|
47679
47868
|
type: 'object',
|
|
47680
47869
|
},
|
|
47870
|
+
climate_rules: {
|
|
47871
|
+
description: 'Climate automation rules configuration.',
|
|
47872
|
+
properties: {
|
|
47873
|
+
rules: {
|
|
47874
|
+
properties: {
|
|
47875
|
+
delete_on_reservation_end: {
|
|
47876
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47877
|
+
required: ['enabled'],
|
|
47878
|
+
type: 'object',
|
|
47879
|
+
},
|
|
47880
|
+
reservation_created: {
|
|
47881
|
+
properties: {
|
|
47882
|
+
enabled: { type: 'boolean' },
|
|
47883
|
+
fallback_preset: {
|
|
47884
|
+
properties: {
|
|
47885
|
+
fan_mode: {
|
|
47886
|
+
enum: ['on', 'auto', 'circulate'],
|
|
47887
|
+
type: 'string',
|
|
47888
|
+
},
|
|
47889
|
+
is_override_allowed: { type: 'boolean' },
|
|
47890
|
+
mode: {
|
|
47891
|
+
enum: ['heat', 'cool', 'auto'],
|
|
47892
|
+
type: 'string',
|
|
47893
|
+
},
|
|
47894
|
+
override_period_minutes: {
|
|
47895
|
+
format: 'float',
|
|
47896
|
+
type: 'number',
|
|
47897
|
+
},
|
|
47898
|
+
temperature: {
|
|
47899
|
+
format: 'float',
|
|
47900
|
+
type: 'number',
|
|
47901
|
+
},
|
|
47902
|
+
temperature_unit: {
|
|
47903
|
+
enum: ['celsius', 'fahrenheit'],
|
|
47904
|
+
type: 'string',
|
|
47905
|
+
},
|
|
47906
|
+
},
|
|
47907
|
+
required: [
|
|
47908
|
+
'mode',
|
|
47909
|
+
'temperature',
|
|
47910
|
+
'temperature_unit',
|
|
47911
|
+
'fan_mode',
|
|
47912
|
+
'is_override_allowed',
|
|
47913
|
+
'override_period_minutes',
|
|
47914
|
+
],
|
|
47915
|
+
type: 'object',
|
|
47916
|
+
},
|
|
47917
|
+
occupied_preset_key: { type: 'string' },
|
|
47918
|
+
},
|
|
47919
|
+
required: ['enabled'],
|
|
47920
|
+
type: 'object',
|
|
47921
|
+
},
|
|
47922
|
+
update_on_time_change: {
|
|
47923
|
+
properties: { enabled: { type: 'boolean' } },
|
|
47924
|
+
required: ['enabled'],
|
|
47925
|
+
type: 'object',
|
|
47926
|
+
},
|
|
47927
|
+
},
|
|
47928
|
+
type: 'object',
|
|
47929
|
+
},
|
|
47930
|
+
},
|
|
47931
|
+
type: 'object',
|
|
47932
|
+
},
|
|
47681
47933
|
},
|
|
47682
47934
|
type: 'object',
|
|
47683
47935
|
},
|