@seamapi/types 1.596.0 → 1.598.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.
@@ -31571,6 +31571,9 @@ declare const _default: {
31571
31571
  manage_devices: {
31572
31572
  exclude: boolean;
31573
31573
  };
31574
+ manage_reservations: {
31575
+ exclude: boolean;
31576
+ };
31574
31577
  organize: {
31575
31578
  exclude: boolean;
31576
31579
  };
@@ -31631,6 +31634,32 @@ declare const _default: {
31631
31634
  type: string;
31632
31635
  };
31633
31636
  manage_devices: {
31637
+ default: {};
31638
+ description: string;
31639
+ properties: {
31640
+ accepted_providers: {
31641
+ description: string;
31642
+ items: {
31643
+ type: string;
31644
+ };
31645
+ type: string;
31646
+ };
31647
+ exclude: {
31648
+ default: boolean;
31649
+ description: string;
31650
+ type: string;
31651
+ };
31652
+ excluded_providers: {
31653
+ description: string;
31654
+ items: {
31655
+ type: string;
31656
+ };
31657
+ type: string;
31658
+ };
31659
+ };
31660
+ type: string;
31661
+ };
31662
+ manage_reservations: {
31634
31663
  default: {};
31635
31664
  description: string;
31636
31665
  properties: {
@@ -31639,6 +31668,20 @@ declare const _default: {
31639
31668
  description: string;
31640
31669
  type: string;
31641
31670
  };
31671
+ reservations: {
31672
+ default: {
31673
+ exclude: boolean;
31674
+ };
31675
+ description: string;
31676
+ properties: {
31677
+ exclude: {
31678
+ default: boolean;
31679
+ description: string;
31680
+ type: string;
31681
+ };
31682
+ };
31683
+ type: string;
31684
+ };
31642
31685
  };
31643
31686
  type: string;
31644
31687
  };
@@ -42354,27 +42397,54 @@ declare const _default: {
42354
42397
  type: string;
42355
42398
  };
42356
42399
  features: {
42400
+ default: {
42401
+ $ref: string;
42402
+ };
42357
42403
  properties: {
42358
42404
  configure: {
42405
+ default: {
42406
+ $ref: string;
42407
+ };
42408
+ description: string;
42359
42409
  properties: {
42360
42410
  allow_access_automation_rule_customization: {
42411
+ default: boolean;
42412
+ description: string;
42361
42413
  type: string;
42362
42414
  };
42363
42415
  allow_instant_key_customization: {
42416
+ default: boolean;
42417
+ description: string;
42364
42418
  type: string;
42365
42419
  };
42366
42420
  exclude: {
42421
+ default: boolean;
42422
+ description: string;
42367
42423
  type: string;
42368
42424
  };
42369
42425
  };
42370
42426
  type: string;
42371
42427
  };
42372
42428
  connect: {
42429
+ default: {
42430
+ $ref: string;
42431
+ };
42432
+ description: string;
42373
42433
  properties: {
42434
+ accepted_providers: {
42435
+ description: string;
42436
+ items: {
42437
+ type: string;
42438
+ };
42439
+ type: string;
42440
+ };
42374
42441
  exclude: {
42442
+ default: boolean;
42443
+ description: string;
42375
42444
  type: string;
42376
42445
  };
42377
42446
  excluded_providers: {
42447
+ description: string;
42378
42448
  items: {
42379
42449
  type: string;
42380
42450
  };
@@ -42384,16 +42454,70 @@ declare const _default: {
42384
42454
  type: string;
42385
42455
  };
42386
42456
  manage_devices: {
42457
+ default: {
42458
+ $ref: string;
42459
+ };
42460
+ description: string;
42387
42461
  properties: {
42462
+ accepted_providers: {
42463
+ description: string;
42464
+ items: {
42465
+ type: string;
42466
+ };
42467
+ type: string;
42468
+ };
42388
42469
  exclude: {
42470
+ default: boolean;
42471
+ description: string;
42472
+ type: string;
42473
+ };
42474
+ excluded_providers: {
42475
+ description: string;
42476
+ items: {
42477
+ type: string;
42478
+ };
42479
+ type: string;
42480
+ };
42481
+ };
42482
+ type: string;
42483
+ };
42484
+ manage_reservations: {
42485
+ default: {
42486
+ $ref: string;
42487
+ };
42488
+ description: string;
42489
+ properties: {
42490
+ exclude: {
42491
+ default: boolean;
42492
+ description: string;
42493
+ type: string;
42494
+ };
42495
+ reservations: {
42496
+ default: {
42497
+ exclude: boolean;
42498
+ };
42499
+ description: string;
42500
+ properties: {
42501
+ exclude: {
42502
+ default: boolean;
42503
+ description: string;
42504
+ type: string;
42505
+ };
42506
+ };
42389
42507
  type: string;
42390
42508
  };
42391
42509
  };
42392
42510
  type: string;
42393
42511
  };
42394
42512
  organize: {
42513
+ default: {
42514
+ $ref: string;
42515
+ };
42516
+ description: string;
42395
42517
  properties: {
42396
42518
  exclude: {
42519
+ default: boolean;
42520
+ description: string;
42397
42521
  type: string;
42398
42522
  };
42399
42523
  };
@@ -42403,9 +42527,12 @@ declare const _default: {
42403
42527
  type: string;
42404
42528
  };
42405
42529
  is_embedded: {
42530
+ default: boolean;
42531
+ description: string;
42406
42532
  type: string;
42407
42533
  };
42408
42534
  landing_page: {
42535
+ description: string;
42409
42536
  properties: {
42410
42537
  manage: {
42411
42538
  oneOf: ({
@@ -42684,27 +42811,54 @@ declare const _default: {
42684
42811
  type: string;
42685
42812
  };
42686
42813
  features: {
42814
+ default: {
42815
+ $ref: string;
42816
+ };
42687
42817
  properties: {
42688
42818
  configure: {
42819
+ default: {
42820
+ $ref: string;
42821
+ };
42822
+ description: string;
42689
42823
  properties: {
42690
42824
  allow_access_automation_rule_customization: {
42825
+ default: boolean;
42826
+ description: string;
42691
42827
  type: string;
42692
42828
  };
42693
42829
  allow_instant_key_customization: {
42830
+ default: boolean;
42831
+ description: string;
42694
42832
  type: string;
42695
42833
  };
42696
42834
  exclude: {
42835
+ default: boolean;
42836
+ description: string;
42697
42837
  type: string;
42698
42838
  };
42699
42839
  };
42700
42840
  type: string;
42701
42841
  };
42702
42842
  connect: {
42843
+ default: {
42844
+ $ref: string;
42845
+ };
42846
+ description: string;
42703
42847
  properties: {
42848
+ accepted_providers: {
42849
+ description: string;
42850
+ items: {
42851
+ type: string;
42852
+ };
42853
+ type: string;
42854
+ };
42704
42855
  exclude: {
42856
+ default: boolean;
42857
+ description: string;
42705
42858
  type: string;
42706
42859
  };
42707
42860
  excluded_providers: {
42861
+ description: string;
42708
42862
  items: {
42709
42863
  type: string;
42710
42864
  };
@@ -42714,16 +42868,70 @@ declare const _default: {
42714
42868
  type: string;
42715
42869
  };
42716
42870
  manage_devices: {
42871
+ default: {
42872
+ $ref: string;
42873
+ };
42874
+ description: string;
42717
42875
  properties: {
42876
+ accepted_providers: {
42877
+ description: string;
42878
+ items: {
42879
+ type: string;
42880
+ };
42881
+ type: string;
42882
+ };
42718
42883
  exclude: {
42884
+ default: boolean;
42885
+ description: string;
42886
+ type: string;
42887
+ };
42888
+ excluded_providers: {
42889
+ description: string;
42890
+ items: {
42891
+ type: string;
42892
+ };
42893
+ type: string;
42894
+ };
42895
+ };
42896
+ type: string;
42897
+ };
42898
+ manage_reservations: {
42899
+ default: {
42900
+ $ref: string;
42901
+ };
42902
+ description: string;
42903
+ properties: {
42904
+ exclude: {
42905
+ default: boolean;
42906
+ description: string;
42907
+ type: string;
42908
+ };
42909
+ reservations: {
42910
+ default: {
42911
+ exclude: boolean;
42912
+ };
42913
+ description: string;
42914
+ properties: {
42915
+ exclude: {
42916
+ default: boolean;
42917
+ description: string;
42918
+ type: string;
42919
+ };
42920
+ };
42719
42921
  type: string;
42720
42922
  };
42721
42923
  };
42722
42924
  type: string;
42723
42925
  };
42724
42926
  organize: {
42927
+ default: {
42928
+ $ref: string;
42929
+ };
42930
+ description: string;
42725
42931
  properties: {
42726
42932
  exclude: {
42933
+ default: boolean;
42934
+ description: string;
42727
42935
  type: string;
42728
42936
  };
42729
42937
  };
@@ -42733,9 +42941,12 @@ declare const _default: {
42733
42941
  type: string;
42734
42942
  };
42735
42943
  is_embedded: {
42944
+ default: boolean;
42945
+ description: string;
42736
42946
  type: string;
42737
42947
  };
42738
42948
  landing_page: {
42949
+ description: string;
42739
42950
  properties: {
42740
42951
  manage: {
42741
42952
  oneOf: ({