@kohost/api-client 3.0.0-beta.71 → 3.0.0-beta.72

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.
@@ -15465,292 +15465,292 @@ var require_property = __commonJS({
15465
15465
  },
15466
15466
  address: {
15467
15467
  $ref: "definitions.json#/definitions/address"
15468
- }
15469
- },
15470
- latitude: {
15471
- type: "number"
15472
- },
15473
- longitude: {
15474
- type: "number"
15475
- },
15476
- appManifest: {
15477
- type: "object",
15478
- properties: {
15479
- name: {
15480
- type: "string"
15481
- },
15482
- short_name: {
15483
- type: "string"
15484
- },
15485
- scope: {
15486
- type: "string"
15487
- },
15488
- start_url: {
15489
- type: "string"
15490
- },
15491
- themeColor: {
15492
- type: "string"
15493
- },
15494
- backgroundColor: {
15495
- type: "string"
15496
- },
15497
- display: {
15498
- type: "string",
15499
- enum: ["fullscreen", "standalone", "minimal-ui", "browser"],
15500
- default: "fullscreen"
15501
- },
15502
- orientation: {
15503
- type: "string",
15504
- enum: ["portrait", "landscape"],
15505
- default: "portrait"
15506
- },
15507
- splash: {
15508
- type: "object",
15509
- properties: {
15510
- src: {
15511
- type: "string"
15512
- },
15513
- type: {
15514
- type: "string"
15515
- },
15516
- sizes: {
15517
- type: "string"
15518
- }
15519
- }
15520
- },
15521
- icons: {
15522
- type: "array",
15523
- items: {
15468
+ },
15469
+ latitude: {
15470
+ type: "number"
15471
+ },
15472
+ longitude: {
15473
+ type: "number"
15474
+ },
15475
+ appManifest: {
15476
+ type: "object",
15477
+ properties: {
15478
+ name: {
15479
+ type: "string"
15480
+ },
15481
+ short_name: {
15482
+ type: "string"
15483
+ },
15484
+ scope: {
15485
+ type: "string"
15486
+ },
15487
+ start_url: {
15488
+ type: "string"
15489
+ },
15490
+ themeColor: {
15491
+ type: "string"
15492
+ },
15493
+ backgroundColor: {
15494
+ type: "string"
15495
+ },
15496
+ display: {
15497
+ type: "string",
15498
+ enum: ["fullscreen", "standalone", "minimal-ui", "browser"],
15499
+ default: "fullscreen"
15500
+ },
15501
+ orientation: {
15502
+ type: "string",
15503
+ enum: ["portrait", "landscape"],
15504
+ default: "portrait"
15505
+ },
15506
+ splash: {
15524
15507
  type: "object",
15525
15508
  properties: {
15526
15509
  src: {
15527
15510
  type: "string"
15528
15511
  },
15512
+ type: {
15513
+ type: "string"
15514
+ },
15529
15515
  sizes: {
15530
15516
  type: "string"
15517
+ }
15518
+ }
15519
+ },
15520
+ icons: {
15521
+ type: "array",
15522
+ items: {
15523
+ type: "object",
15524
+ properties: {
15525
+ src: {
15526
+ type: "string"
15527
+ },
15528
+ sizes: {
15529
+ type: "string"
15530
+ },
15531
+ type: {
15532
+ type: "string"
15533
+ }
15534
+ }
15535
+ }
15536
+ },
15537
+ logo: {
15538
+ type: "object",
15539
+ properties: {
15540
+ src: {
15541
+ type: "string"
15531
15542
  },
15532
15543
  type: {
15533
15544
  type: "string"
15545
+ },
15546
+ sizes: {
15547
+ type: "string"
15534
15548
  }
15535
15549
  }
15536
15550
  }
15537
15551
  },
15538
- logo: {
15539
- type: "object",
15540
- properties: {
15541
- src: {
15542
- type: "string"
15543
- },
15544
- type: {
15545
- type: "string"
15546
- },
15547
- sizes: {
15548
- type: "string"
15552
+ default: {
15553
+ name: "Kohost",
15554
+ short_name: "Kohost",
15555
+ start_url: "/",
15556
+ scope: "/",
15557
+ display: "fullscreen",
15558
+ orientation: "portrait",
15559
+ theme_color: "#1d1f22",
15560
+ background_color: "#1d1f22",
15561
+ icons: [
15562
+ {
15563
+ src: "https://cdn.kohost.app/defaultIcon.png",
15564
+ sizes: "512x512",
15565
+ type: "image/png"
15549
15566
  }
15550
- }
15551
- }
15552
- },
15553
- default: {
15554
- name: "Kohost",
15555
- short_name: "Kohost",
15556
- start_url: "/",
15557
- scope: "/",
15558
- display: "fullscreen",
15559
- orientation: "portrait",
15560
- theme_color: "#1d1f22",
15561
- background_color: "#1d1f22",
15562
- icons: [
15563
- {
15564
- src: "https://cdn.kohost.app/defaultIcon.png",
15565
- sizes: "512x512",
15567
+ ],
15568
+ splash: {
15569
+ src: "https://cdn.kohost.app/defaultSplash.jpg",
15570
+ sizes: "1500x800",
15571
+ type: "image/jpg"
15572
+ },
15573
+ logo: {
15574
+ src: "https://cdn.kohost.app/defaultLogo.png",
15575
+ sizes: "300x75",
15566
15576
  type: "image/png"
15567
15577
  }
15568
- ],
15569
- splash: {
15570
- src: "https://cdn.kohost.app/defaultSplash.jpg",
15571
- sizes: "1500x800",
15572
- type: "image/jpg"
15573
- },
15574
- logo: {
15575
- src: "https://cdn.kohost.app/defaultLogo.png",
15576
- sizes: "300x75",
15577
- type: "image/png"
15578
15578
  }
15579
- }
15580
- },
15581
- appFeatures: {
15582
- type: "object",
15583
- properties: {
15584
- RoomControl: {
15585
- type: "object",
15586
- properties: {
15587
- commonAreas: {
15588
- type: "object",
15589
- properties: {
15590
- spaces: {
15591
- type: "array",
15592
- items: {
15593
- type: "string"
15579
+ },
15580
+ appFeatures: {
15581
+ type: "object",
15582
+ properties: {
15583
+ RoomControl: {
15584
+ type: "object",
15585
+ properties: {
15586
+ commonAreas: {
15587
+ type: "object",
15588
+ properties: {
15589
+ spaces: {
15590
+ type: "array",
15591
+ items: {
15592
+ type: "string"
15593
+ }
15594
15594
  }
15595
15595
  }
15596
15596
  }
15597
- }
15597
+ },
15598
+ additionalProperties: false
15598
15599
  },
15599
- additionalProperties: false
15600
- },
15601
- CheckIn: {
15602
- properties: {
15603
- payment: {},
15604
- identification: {},
15605
- earlyCheckIn: {
15606
- type: "object",
15607
- required: ["dynamic"],
15608
- properties: {
15609
- dynamic: {
15610
- type: "boolean",
15611
- default: false
15612
- },
15613
- minimumPrice: {
15614
- type: "number",
15615
- default: 10
15616
- },
15617
- maximumPrice: {
15618
- type: "number",
15619
- default: 50
15620
- },
15621
- priceRatioPerHour: {
15622
- type: "number",
15623
- default: 0.1
15600
+ CheckIn: {
15601
+ properties: {
15602
+ payment: {},
15603
+ identification: {},
15604
+ earlyCheckIn: {
15605
+ type: "object",
15606
+ required: ["dynamic"],
15607
+ properties: {
15608
+ dynamic: {
15609
+ type: "boolean",
15610
+ default: false
15611
+ },
15612
+ minimumPrice: {
15613
+ type: "number",
15614
+ default: 10
15615
+ },
15616
+ maximumPrice: {
15617
+ type: "number",
15618
+ default: 50
15619
+ },
15620
+ priceRatioPerHour: {
15621
+ type: "number",
15622
+ default: 0.1
15623
+ }
15624
15624
  }
15625
- }
15626
- },
15627
- roomUpgrades: {}
15628
- }
15629
- },
15630
- CheckOut: {
15631
- properties: {
15632
- lateCheckOut: {
15633
- type: "object",
15634
- required: ["dynamic"],
15635
- properties: {
15636
- dynamic: {
15637
- type: "boolean",
15638
- default: false
15639
- },
15640
- minimumPrice: {
15641
- type: "number",
15642
- default: 10
15643
- },
15644
- maximumPrice: {
15645
- type: "number",
15646
- default: 50
15647
- },
15648
- priceRatioPerHour: {
15649
- type: "number",
15650
- default: 0.1
15625
+ },
15626
+ roomUpgrades: {}
15627
+ }
15628
+ },
15629
+ CheckOut: {
15630
+ properties: {
15631
+ lateCheckOut: {
15632
+ type: "object",
15633
+ required: ["dynamic"],
15634
+ properties: {
15635
+ dynamic: {
15636
+ type: "boolean",
15637
+ default: false
15638
+ },
15639
+ minimumPrice: {
15640
+ type: "number",
15641
+ default: 10
15642
+ },
15643
+ maximumPrice: {
15644
+ type: "number",
15645
+ default: 50
15646
+ },
15647
+ priceRatioPerHour: {
15648
+ type: "number",
15649
+ default: 0.1
15650
+ }
15651
15651
  }
15652
15652
  }
15653
15653
  }
15654
- }
15655
- },
15656
- Concierge: {},
15657
- DigitalKey: {
15658
- type: "object",
15659
- properties: {
15660
- system: {
15661
- type: "string",
15662
- enum: ["salto"]
15663
- },
15664
- systemOnline: {
15665
- type: "boolean",
15666
- default: false
15667
- },
15668
- enableApp: {
15669
- type: "boolean"
15670
- },
15671
- branding: {
15672
- type: "object",
15673
- properties: {
15674
- logo: {
15675
- type: "string",
15676
- format: "uri"
15677
- },
15678
- gradient: {
15679
- type: "array",
15680
- items: {
15654
+ },
15655
+ Concierge: {},
15656
+ DigitalKey: {
15657
+ type: "object",
15658
+ properties: {
15659
+ system: {
15660
+ type: "string",
15661
+ enum: ["salto"]
15662
+ },
15663
+ systemOnline: {
15664
+ type: "boolean",
15665
+ default: false
15666
+ },
15667
+ enableApp: {
15668
+ type: "boolean"
15669
+ },
15670
+ branding: {
15671
+ type: "object",
15672
+ properties: {
15673
+ logo: {
15681
15674
  type: "string",
15682
- pattern: "^(?!#ffffff)(#[0-9a-fA-F]{6})$"
15675
+ format: "uri"
15683
15676
  },
15684
- minItems: 2,
15685
- maxItems: 2
15686
- },
15687
- highlightedGradient: {
15688
- type: "array",
15689
- items: {
15690
- type: "string",
15691
- pattern: "^(?!#ffffff)(#[0-9a-fA-F]{6})$"
15677
+ gradient: {
15678
+ type: "array",
15679
+ items: {
15680
+ type: "string",
15681
+ pattern: "^(?!#ffffff)(#[0-9a-fA-F]{6})$"
15682
+ },
15683
+ minItems: 2,
15684
+ maxItems: 2
15692
15685
  },
15693
- minItems: 2,
15694
- maxItems: 3
15686
+ highlightedGradient: {
15687
+ type: "array",
15688
+ items: {
15689
+ type: "string",
15690
+ pattern: "^(?!#ffffff)(#[0-9a-fA-F]{6})$"
15691
+ },
15692
+ minItems: 2,
15693
+ maxItems: 3
15694
+ }
15695
15695
  }
15696
15696
  }
15697
15697
  }
15698
- }
15698
+ },
15699
+ Elevator: {}
15699
15700
  },
15700
- Elevator: {}
15701
+ additionalProperties: false,
15702
+ default: {
15703
+ RoomControl: {}
15704
+ }
15701
15705
  },
15702
- additionalProperties: false,
15703
- default: {
15704
- RoomControl: {}
15705
- }
15706
- },
15707
- notifications: {
15708
- type: "object",
15709
- properties: {
15710
- email: {
15711
- type: "object",
15712
- properties: {
15713
- enabled: {
15714
- type: "boolean"
15715
- }
15706
+ notifications: {
15707
+ type: "object",
15708
+ properties: {
15709
+ email: {
15710
+ type: "object",
15711
+ properties: {
15712
+ enabled: {
15713
+ type: "boolean"
15714
+ }
15715
+ },
15716
+ additionalProperties: false
15716
15717
  },
15717
- additionalProperties: false
15718
- },
15719
- sms: {
15720
- type: "object",
15721
- properties: {
15722
- enabled: {
15723
- type: "boolean"
15724
- }
15718
+ sms: {
15719
+ type: "object",
15720
+ properties: {
15721
+ enabled: {
15722
+ type: "boolean"
15723
+ }
15724
+ },
15725
+ additionalProperties: false
15725
15726
  },
15726
- additionalProperties: false
15727
+ push: {
15728
+ type: "object",
15729
+ properties: {
15730
+ enabled: {
15731
+ type: "boolean"
15732
+ }
15733
+ },
15734
+ additionalProperties: false
15735
+ }
15727
15736
  },
15728
- push: {
15729
- type: "object",
15730
- properties: {
15731
- enabled: {
15732
- type: "boolean"
15733
- }
15737
+ additionalProperties: false,
15738
+ default: {
15739
+ email: {
15740
+ enabled: false
15734
15741
  },
15735
- additionalProperties: false
15742
+ sms: {
15743
+ enabled: false
15744
+ },
15745
+ push: {
15746
+ enabled: false
15747
+ }
15736
15748
  }
15737
15749
  },
15738
- additionalProperties: false,
15739
- default: {
15740
- email: {
15741
- enabled: false
15742
- },
15743
- sms: {
15744
- enabled: false
15745
- },
15746
- push: {
15747
- enabled: false
15748
- }
15750
+ credentials: {
15751
+ type: "object",
15752
+ additionalProperties: true
15749
15753
  }
15750
- },
15751
- credentials: {
15752
- type: "object",
15753
- additionalProperties: true
15754
15754
  }
15755
15755
  };
15756
15756
  }