@kohost/api-client 3.0.0-beta.69 → 3.0.0-beta.70

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.
@@ -7770,6 +7770,11 @@ var require_reservation = __commonJS({
7770
7770
  confirmationNumber: {
7771
7771
  type: "string"
7772
7772
  },
7773
+ expectedCheckInDateTime: {
7774
+ type: ["string", "object"],
7775
+ format: "date-time",
7776
+ description: "Expected arrival time of guest."
7777
+ },
7773
7778
  checkInDateTime: {
7774
7779
  type: ["string", "object"],
7775
7780
  format: "date-time"
@@ -8947,7 +8952,6 @@ var require_thermostat = __commonJS({
8947
8952
  $ref: "definitions.json#/definitions/watts"
8948
8953
  }
8949
8954
  },
8950
- additionalProperties: false,
8951
8955
  $defs: {
8952
8956
  setpoint: {
8953
8957
  type: "object",