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

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.
@@ -52,7 +52,7 @@ export interface Reservation {
52
52
  type: string;
53
53
  sharedGuests?: string[];
54
54
  spaceCategory?: string;
55
- space?: string;
55
+ space?: string | null;
56
56
  /**
57
57
  * reserved - confirmed by both parties, before check-in
58
58
  * checkedIn - checked in
@@ -220,7 +220,7 @@ export interface Reservation {
220
220
  type: string;
221
221
  sharedGuests?: string[];
222
222
  spaceCategory?: string;
223
- space?: string;
223
+ space?: string | null;
224
224
  /**
225
225
  * reserved - confirmed by both parties, before check-in
226
226
  * checkedIn - checked in
@@ -28,7 +28,7 @@
28
28
  "type": "string"
29
29
  },
30
30
  "space": {
31
- "type": "string"
31
+ "type": ["string", "null"]
32
32
  },
33
33
  "status": {
34
34
  "type": "string",
@@ -7738,7 +7738,7 @@ var require_reservation = __commonJS({
7738
7738
  type: "string"
7739
7739
  },
7740
7740
  space: {
7741
- type: "string"
7741
+ type: ["string", "null"]
7742
7742
  },
7743
7743
  status: {
7744
7744
  type: "string",