@sp-api-sdk/tokens-api-2021-03-01
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -10,2 +10,3 @@ "use strict"; | ||
{ | ||
method: 'post', | ||
urlRegex: new RegExp('^/tokens/2021-03-01/restrictedDataToken$'), | ||
@@ -12,0 +13,0 @@ rate: 1, |
@@ -7,2 +7,3 @@ /* eslint-disable prefer-regex-literals */ | ||
{ | ||
method: 'post', | ||
urlRegex: new RegExp('^/tokens/2021-03-01/restrictedDataToken$'), | ||
@@ -9,0 +10,0 @@ rate: 1, |
import { TokensApi } from './api-model'; | ||
import { ClientConfiguration, onRetry } from '@sp-api-sdk/common'; | ||
export declare const RATE_LIMITS: { | ||
urlRegex: RegExp; | ||
rate: number; | ||
burst: number; | ||
}[]; | ||
import { ClientConfiguration, onRetry, RateLimit } from '@sp-api-sdk/common'; | ||
export declare const RATE_LIMITS: RateLimit[]; | ||
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> { | ||
@@ -9,0 +5,0 @@ rateLimiting?: { |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Tokens provides a secure way to access a customers's PII (Personally Identifiable Information). You can call the Tokens API to get a Restricted Data Token (RDT) for one or more restricted resources that you specify. The RDT authorizes you to make subsequent requests to access these restricted resources.", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"main": "dist/cjs/index.js", | ||
@@ -28,4 +28,4 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/auth": "^1.6.1", | ||
"@sp-api-sdk/common": "^1.6.1", | ||
"@sp-api-sdk/auth": "^1.7.0", | ||
"@sp-api-sdk/common": "^1.6.2", | ||
"axios": "^0.21.1" | ||
@@ -51,3 +51,3 @@ }, | ||
], | ||
"gitHead": "3dd995777e78b231be87ab905f5e04dcca360074" | ||
"gitHead": "96036d25031557df6d5921e091d9668b826c7b2a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
182730
1612
Updated@sp-api-sdk/auth@^1.7.0
Updated@sp-api-sdk/common@^1.6.2