@kohost/api-client 3.0.0-beta.79 → 3.0.0-beta.80

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.
@@ -64,6 +64,11 @@ export interface Reservation {
64
64
  * optional - Confirmed by the enterprise but not the customer (holding)
65
65
  */
66
66
  status: "reserved" | "checkedIn" | "checkedOut" | "cancelled" | "noShow" | "enquired" | "requested" | "optional";
67
+ /**
68
+ * spaceCategory has changed from original.
69
+ */
70
+ mobileCheckInSpaceCategoryChanged?: boolean;
71
+ mobileCheckInSpaceChanged?: boolean;
67
72
  mobileCheckInStatus?:
68
73
  | "ready"
69
74
  | "blocked"
@@ -232,6 +232,11 @@ export interface Reservation {
232
232
  * optional - Confirmed by the enterprise but not the customer (holding)
233
233
  */
234
234
  status: "reserved" | "checkedIn" | "checkedOut" | "cancelled" | "noShow" | "enquired" | "requested" | "optional";
235
+ /**
236
+ * spaceCategory has changed from original.
237
+ */
238
+ mobileCheckInSpaceCategoryChanged?: boolean;
239
+ mobileCheckInSpaceChanged?: boolean;
235
240
  mobileCheckInStatus?:
236
241
  | "ready"
237
242
  | "blocked"
@@ -44,6 +44,13 @@
44
44
  ],
45
45
  "description": " reserved - confirmed by both parties, before check-in\n checkedIn - checked in\n checkedOut - checked out\n cancelled - Cancelled\n noShow - No show\n enquired - Confirmed neither by the customer nor enterprise\n requested - Confirmed by the customer but not the enterprise (waitlist)\n optional - Confirmed by the enterprise but not the customer (holding)"
46
46
  },
47
+ "mobileCheckInSpaceCategoryChanged": {
48
+ "type": "boolean",
49
+ "description": "spaceCategory has changed from original."
50
+ },
51
+ "mobileCheckInSpaceChanged": {
52
+ "type": "boolean"
53
+ },
47
54
  "mobileCheckInStatus": {
48
55
  "type": "string",
49
56
  "enum": [
@@ -7754,6 +7754,13 @@ var require_reservation = __commonJS({
7754
7754
  ],
7755
7755
  description: " reserved - confirmed by both parties, before check-in\n checkedIn - checked in\n checkedOut - checked out\n cancelled - Cancelled\n noShow - No show\n enquired - Confirmed neither by the customer nor enterprise\n requested - Confirmed by the customer but not the enterprise (waitlist)\n optional - Confirmed by the enterprise but not the customer (holding)"
7756
7756
  },
7757
+ mobileCheckInSpaceCategoryChanged: {
7758
+ type: "boolean",
7759
+ description: "spaceCategory has changed from original."
7760
+ },
7761
+ mobileCheckInSpaceChanged: {
7762
+ type: "boolean"
7763
+ },
7757
7764
  mobileCheckInStatus: {
7758
7765
  type: "string",
7759
7766
  enum: [