@kohost/api-client 3.0.0-beta.103 → 3.0.0-beta.104

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.
@@ -103,6 +103,7 @@ export interface Reservation {
103
103
  id?: string;
104
104
  price?: number;
105
105
  unit?: "night" | "stay" | "hour";
106
+ isUpgrade?: boolean;
106
107
  [k: string]: unknown;
107
108
  }[];
108
109
  revenue?: Revenue;
@@ -271,6 +271,7 @@ export interface Reservation {
271
271
  id?: string;
272
272
  price?: number;
273
273
  unit?: "night" | "stay" | "hour";
274
+ isUpgrade?: boolean;
274
275
  [k: string]: unknown;
275
276
  }[];
276
277
  revenue?: Revenue;
@@ -105,6 +105,9 @@
105
105
  "unit": {
106
106
  "type": "string",
107
107
  "enum": ["night", "stay", "hour"]
108
+ },
109
+ "isUpgrade": {
110
+ "type": "boolean"
108
111
  }
109
112
  }
110
113
  }
@@ -7819,6 +7819,9 @@ var require_reservation = __commonJS({
7819
7819
  unit: {
7820
7820
  type: "string",
7821
7821
  enum: ["night", "stay", "hour"]
7822
+ },
7823
+ isUpgrade: {
7824
+ type: "boolean"
7822
7825
  }
7823
7826
  }
7824
7827
  }