@connectedxm/admin 1.5.0 → 1.5.2

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/index.d.mts CHANGED
@@ -4286,7 +4286,6 @@ interface BookingSpaceCreateInputs {
4286
4286
  interface BookingSpaceUpdateInputs {
4287
4287
  name?: string;
4288
4288
  supply?: number | string;
4289
- slotDuration?: number | string;
4290
4289
  price?: number | string;
4291
4290
  description?: string | null;
4292
4291
  imageId?: string | null;
@@ -4325,6 +4324,8 @@ interface BookingCreateInputs {
4325
4324
  }
4326
4325
  interface BookingUpdateInputs {
4327
4326
  status?: EventPassStatus;
4327
+ day?: string;
4328
+ time?: string;
4328
4329
  }
4329
4330
  interface UpdateEventPassResponseInputs {
4330
4331
  value: string;
package/dist/index.d.ts CHANGED
@@ -4286,7 +4286,6 @@ interface BookingSpaceCreateInputs {
4286
4286
  interface BookingSpaceUpdateInputs {
4287
4287
  name?: string;
4288
4288
  supply?: number | string;
4289
- slotDuration?: number | string;
4290
4289
  price?: number | string;
4291
4290
  description?: string | null;
4292
4291
  imageId?: string | null;
@@ -4325,6 +4324,8 @@ interface BookingCreateInputs {
4325
4324
  }
4326
4325
  interface BookingUpdateInputs {
4327
4326
  status?: EventPassStatus;
4327
+ day?: string;
4328
+ time?: string;
4328
4329
  }
4329
4330
  interface UpdateEventPassResponseInputs {
4330
4331
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {