@connectedxm/admin 1.5.0 → 1.5.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/index.d.mts CHANGED
@@ -4325,6 +4325,8 @@ interface BookingCreateInputs {
4325
4325
  }
4326
4326
  interface BookingUpdateInputs {
4327
4327
  status?: EventPassStatus;
4328
+ day?: string;
4329
+ time?: string;
4328
4330
  }
4329
4331
  interface UpdateEventPassResponseInputs {
4330
4332
  value: string;
package/dist/index.d.ts CHANGED
@@ -4325,6 +4325,8 @@ interface BookingCreateInputs {
4325
4325
  }
4326
4326
  interface BookingUpdateInputs {
4327
4327
  status?: EventPassStatus;
4328
+ day?: string;
4329
+ time?: string;
4328
4330
  }
4329
4331
  interface UpdateEventPassResponseInputs {
4330
4332
  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.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {