@connectedxm/admin 3.2.6 → 3.2.7

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.cts CHANGED
@@ -5384,6 +5384,7 @@ interface CloneOptions {
5384
5384
  sponsorshipLevels: boolean;
5385
5385
  locations: boolean;
5386
5386
  sessions: boolean;
5387
+ rounds: boolean;
5387
5388
  sideEffects: boolean;
5388
5389
  advancedSettings: boolean;
5389
5390
  }
package/dist/index.d.ts CHANGED
@@ -5384,6 +5384,7 @@ interface CloneOptions {
5384
5384
  sponsorshipLevels: boolean;
5385
5385
  locations: boolean;
5386
5386
  sessions: boolean;
5387
+ rounds: boolean;
5387
5388
  sideEffects: boolean;
5388
5389
  advancedSettings: boolean;
5389
5390
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",