@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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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;
|