@connectedxm/admin 2.8.12 → 2.8.13

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
@@ -3501,7 +3501,6 @@ declare const useConnectedXM: () => ConnectedXMClientContextState;
3501
3501
 
3502
3502
  interface AccountCreateInputs {
3503
3503
  accountType: keyof typeof AccountType;
3504
- accountAccess: keyof typeof AccountAccess;
3505
3504
  email: string;
3506
3505
  username?: string | null;
3507
3506
  featured?: boolean;
package/dist/index.d.ts CHANGED
@@ -3501,7 +3501,6 @@ declare const useConnectedXM: () => ConnectedXMClientContextState;
3501
3501
 
3502
3502
  interface AccountCreateInputs {
3503
3503
  accountType: keyof typeof AccountType;
3504
- accountAccess: keyof typeof AccountAccess;
3505
3504
  email: string;
3506
3505
  username?: string | null;
3507
3506
  featured?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.8.12",
3
+ "version": "2.8.13",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",