@connectedxm/admin 1.0.22 → 1.0.23

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
@@ -2333,7 +2333,7 @@ interface CognitoUser extends BaseCognitoUser {
2333
2333
  enabled: boolean;
2334
2334
  status: string;
2335
2335
  email: string;
2336
- verified: string;
2336
+ verified: boolean;
2337
2337
  }
2338
2338
 
2339
2339
  interface ConnectedXMClientContextState {
package/dist/index.d.ts CHANGED
@@ -2333,7 +2333,7 @@ interface CognitoUser extends BaseCognitoUser {
2333
2333
  enabled: boolean;
2334
2334
  status: string;
2335
2335
  email: string;
2336
- verified: string;
2336
+ verified: boolean;
2337
2337
  }
2338
2338
 
2339
2339
  interface ConnectedXMClientContextState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {