@adminide-stack/account-api-core
Advanced tools
Comparing version 1.1.1-alpha.351 to 1.1.1-alpha.354
@@ -39,2 +39,3 @@ import { IUserAccount, IUserAccountCreateRequest, IIOnBoardingParams, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere, IUserProfile, IUserAuth0UpdateFields } from '@adminide-stack/core'; | ||
accountOnBoarding(input: IIOnBoardingParams, context?: any): Promise<boolean>; | ||
verifyUserEmailVerificationToken(id: string, token: string): Promise<Boolean>; | ||
} |
{ | ||
"name": "@adminide-stack/account-api-core", | ||
"version": "1.1.1-alpha.351", | ||
"version": "1.1.1-alpha.354", | ||
"description": "Adminide core for higher packages to depend on", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@adminide-stack/core": "1.1.1-alpha.351" | ||
"@adminide-stack/core": "1.1.1-alpha.354" | ||
}, | ||
@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts", | ||
}, | ||
"gitHead": "d4d781bceb3d445959415fa5a130756231c54a19" | ||
"gitHead": "d70b15b77d3ce5fc2a2b735f51a0ca8845dead2c" | ||
} |
24720
359
+ Added@adminide-stack/core@1.1.1-alpha.354(transitive)
- Removed@adminide-stack/core@1.1.1-alpha.351(transitive)