@types/ebay-oauth-nodejs-client
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -18,3 +18,3 @@ type EbayEnvironment = "SANDBOX" | "PRODUCTION"; | ||
constructor(options: Readonly<EbayAuthTokenOptions>); | ||
getApplicationToken(environment: EbayEnvironment, scopes?: ReadonlyArray<string> | string): Promise<string>; | ||
getApplicationToken(environment: EbayEnvironment, scopes?: readonly string[] | string): Promise<string>; | ||
generateUserAuthorizationUrl( | ||
@@ -32,3 +32,3 @@ environment: EbayEnvironment, | ||
refreshToken: string, | ||
scopes: ReadonlyArray<string> | string, | ||
scopes: readonly string[] | string, | ||
): Promise<string>; | ||
@@ -35,0 +35,0 @@ setRefreshToken(refreshToken: string): void; |
{ | ||
"name": "@types/ebay-oauth-nodejs-client", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "TypeScript definitions for ebay-oauth-nodejs-client", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ebay-oauth-nodejs-client", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5267de4af15c720a37a9736d0394838bbe2e176ac3b3815cf480c10c814d7dfd", | ||
"typesPublisherContentHash": "6e2a6f3b4cdd673a1b83b59454a0ea099c628a0c83d3055fe0658e1b08284c68", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -28,3 +28,3 @@ # Installation | ||
constructor(options: Readonly<EbayAuthTokenOptions>); | ||
getApplicationToken(environment: EbayEnvironment, scopes?: ReadonlyArray<string> | string): Promise<string>; | ||
getApplicationToken(environment: EbayEnvironment, scopes?: readonly string[] | string): Promise<string>; | ||
generateUserAuthorizationUrl( | ||
@@ -42,3 +42,3 @@ environment: EbayEnvironment, | ||
refreshToken: string, | ||
scopes: ReadonlyArray<string> | string, | ||
scopes: readonly string[] | string, | ||
): Promise<string>; | ||
@@ -54,3 +54,3 @@ setRefreshToken(refreshToken: string): void; | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -57,0 +57,0 @@ |
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
4864