@connectedxm/admin 1.4.29 → 1.5.0

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
@@ -4223,6 +4223,7 @@ interface CloneOptions {
4223
4223
  passTypes: boolean;
4224
4224
  addOns: boolean;
4225
4225
  roomTypes: boolean;
4226
+ questions: boolean;
4226
4227
  bypassList: boolean;
4227
4228
  coHosts: boolean;
4228
4229
  emails: boolean;
package/dist/index.d.ts CHANGED
@@ -4223,6 +4223,7 @@ interface CloneOptions {
4223
4223
  passTypes: boolean;
4224
4224
  addOns: boolean;
4225
4225
  roomTypes: boolean;
4226
+ questions: boolean;
4226
4227
  bypassList: boolean;
4227
4228
  coHosts: boolean;
4228
4229
  emails: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.4.29",
3
+ "version": "1.5.0",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {