@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/utils.js
CHANGED
|
@@ -8061,6 +8061,11 @@ var require_reservation = __commonJS({
|
|
|
8061
8061
|
space: {
|
|
8062
8062
|
type: ["string", "null"]
|
|
8063
8063
|
},
|
|
8064
|
+
previousSpace: {
|
|
8065
|
+
type: ["string", "null"],
|
|
8066
|
+
default: null,
|
|
8067
|
+
description: "Used when there was a space assigned and it changes"
|
|
8068
|
+
},
|
|
8064
8069
|
status: {
|
|
8065
8070
|
type: "string",
|
|
8066
8071
|
enum: [
|