@amalto/typings
Advanced tools
Comparing version 1.9.49 to 1.9.50
@@ -44,3 +44,3 @@ import { EndpointsUrl } from './EndpointsUrl'; | ||
interface WebApi { | ||
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string) => Promise<Auth.AuthCodeData>; | ||
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string, captchaToken?: string) => Promise<Auth.AuthCodeData>; | ||
requestAccessToken: (authorizationCode: string) => Promise<Auth.TokenData>; | ||
@@ -47,0 +47,0 @@ requestClientAccessToken: () => Promise<Auth.TokenData>; |
@@ -48,3 +48,3 @@ import { EndpointsUrl } from './EndpointsUrl' | ||
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string) => Promise<Auth.AuthCodeData>; | ||
requestAuthorizationCode: (code: string, uname: string, pw: string, realm?: string, cctx?: string, captchaToken?: string) => Promise<Auth.AuthCodeData>; | ||
requestAccessToken: (authorizationCode: string) => Promise<Auth.TokenData>; | ||
@@ -51,0 +51,0 @@ requestClientAccessToken: () => Promise<Auth.TokenData>; |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.49", | ||
"version": "1.9.50", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "cbc5a0a88378e26e591381ef678c52e3f4b7368b" | ||
"gitHead": "4bc6fd1be346d21b630328151c0ba1c63db5d3a6" | ||
} |
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
64749