@adminide-stack/account-api-core
Advanced tools
Comparing version 1.1.1-alpha.308 to 1.1.1-alpha.309
@@ -1,2 +0,2 @@ | ||
import { IUserAccount, IUserAccountCreateRequest, IIOnBoardingParams, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere } from '@adminide-stack/core'; | ||
import { IUserAccount, IUserAccountCreateRequest, IIOnBoardingParams, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere, IUserProfile, IUserAuth0UpdateFields } from '@adminide-stack/core'; | ||
/** | ||
@@ -12,2 +12,3 @@ * Repository for Accounts, preferbly No Sql | ||
}): Promise<IUserAccount>; | ||
updateUserAccount(user: IUserProfile, userInfo: IUserAuth0UpdateFields): Promise<IUserAccount>; | ||
/** | ||
@@ -14,0 +15,0 @@ * Creates a new Account |
{ | ||
"name": "@adminide-stack/account-api-core", | ||
"version": "1.1.1-alpha.308", | ||
"version": "1.1.1-alpha.309", | ||
"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.308" | ||
"@adminide-stack/core": "1.1.1-alpha.309" | ||
}, | ||
@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts", | ||
}, | ||
"gitHead": "7117558d004eae1556d95e28bd44fcabdc296136" | ||
"gitHead": "6048596d75054e8aaabe5aa1fd7bbf2d96c6d98d" | ||
} |
24637
358
25
+ Added@adminide-stack/core@1.1.1-alpha.309(transitive)
- Removed@adminide-stack/core@1.1.1-alpha.308(transitive)