@adminide-stack/account-api-core
Advanced tools
Comparing version 1.1.1-alpha.153 to 1.1.1-alpha.156
@@ -1,2 +0,2 @@ | ||
import { IUserAccount, IUserAccountCreateRequest, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere } from '@adminide-stack/core'; | ||
import { IUserAccount, IUserAccountCreateRequest, IIOnBoardingParams, IUserAccountUpdateRequest, IUserAccountRemoveRequest, IUserAccountWhere } from '@adminide-stack/core'; | ||
/** | ||
@@ -37,2 +37,3 @@ * Repository for Accounts, preferbly No Sql | ||
deleteAccount(account: IUserAccountRemoveRequest): Promise<boolean>; | ||
accountOnBoarding(input: IIOnBoardingParams, context?: any): Promise<boolean>; | ||
} |
{ | ||
"name": "@adminide-stack/account-api-core", | ||
"version": "1.1.1-alpha.153", | ||
"version": "1.1.1-alpha.156", | ||
"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.153" | ||
"@adminide-stack/core": "1.1.1-alpha.156" | ||
}, | ||
@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts", | ||
}, | ||
"gitHead": "b83abd357cba36116b1943690487a3c3205e12ff" | ||
"gitHead": "5750f8b8381c2b916fcfc59345d83228730bb9d9" | ||
} |
22881
334
+ Added@adminide-stack/core@1.1.1-alpha.156(transitive)
- Removed@adminide-stack/core@1.1.1-alpha.153(transitive)