@amalto/typings
Advanced tools
Comparing version 1.0.29 to 1.0.30
import { EndpointsUrl } from './EndpointsUrl' | ||
declare namespace Auth { | ||
interface AuthCodeBodyParameters { | ||
export namespace Auth { | ||
export interface AuthCodeBodyParameters { | ||
code: string; | ||
@@ -10,3 +10,3 @@ uname: string; | ||
} | ||
interface AuthCodeData { | ||
export interface AuthCodeData { | ||
code: string; | ||
@@ -17,3 +17,3 @@ scope: string; | ||
} | ||
interface TokenData { | ||
export interface TokenData { | ||
access_token: string; | ||
@@ -27,3 +27,3 @@ token_type: string; | ||
} | ||
interface TokenBodyParameters { | ||
export interface TokenBodyParameters { | ||
redirect_uri: string; | ||
@@ -30,0 +30,0 @@ client_id: string; |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
48554
65
1278