@accounts/server
Advanced tools
Comparing version 0.26.0 to 0.27.0
import Emittery from 'emittery'; | ||
import { User, LoginResult, Tokens, Session, ImpersonationResult, HookListener, AuthenticationService, ConnectionInformations } from '@accounts/types'; | ||
import { User, LoginResult, Tokens, Session, ImpersonationUserIdentity, ImpersonationResult, HookListener, AuthenticationService, ConnectionInformations } from '@accounts/types'; | ||
import { AccountsServerOptions } from './types/accounts-server-options'; | ||
@@ -72,7 +72,3 @@ import { EmailTemplateType } from './types/email-template-type'; | ||
*/ | ||
impersonate(accessToken: string, impersonated: { | ||
userId?: string; | ||
username?: string; | ||
email?: string; | ||
}, infos: ConnectionInformations): Promise<ImpersonationResult>; | ||
impersonate(accessToken: string, impersonated: ImpersonationUserIdentity, infos: ConnectionInformations): Promise<ImpersonationResult>; | ||
/** | ||
@@ -79,0 +75,0 @@ * @description Refresh a user token. |
{ | ||
"name": "@accounts/server", | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -43,3 +43,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/types": "^0.26.0", | ||
"@accounts/types": "^0.27.0", | ||
"@types/jsonwebtoken": "8.3.9", | ||
@@ -59,3 +59,3 @@ "emittery": "0.5.1", | ||
}, | ||
"gitHead": "403bd2ea58bc1116c061c5dc1b6e203e20ce2f1b" | ||
"gitHead": "3f2f184f7d1f4229bfefb4ed99283de05a60d985" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83017
1351
+ Added@accounts/types@0.27.0(transitive)
- Removed@accounts/types@0.26.0(transitive)
Updated@accounts/types@^0.27.0