@kohost/api-client 3.3.0-beta.5 → 3.3.1
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.
- package/dist/cjs/schemas/reservation.json +5 -0
- package/dist/esm/Models.js +5 -0
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +5 -0
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/ReservationSchema.d.ts +4 -0
- package/dist/types/schemas/UserSchema.d.ts +4 -0
- package/package.json +1 -1
package/dist/esm/Models.js
CHANGED
|
@@ -7767,6 +7767,11 @@ var require_reservation = __commonJS({
|
|
|
7767
7767
|
space: {
|
|
7768
7768
|
type: ["string", "null"]
|
|
7769
7769
|
},
|
|
7770
|
+
previousSpace: {
|
|
7771
|
+
type: ["string", "null"],
|
|
7772
|
+
default: null,
|
|
7773
|
+
description: "Used when there was a space assigned and it changes"
|
|
7774
|
+
},
|
|
7770
7775
|
status: {
|
|
7771
7776
|
type: "string",
|
|
7772
7777
|
enum: [
|