@sp-api-sdk/vendor-invoices-api-v1
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -10,2 +10,3 @@ "use strict"; | ||
{ | ||
method: 'post', | ||
urlRegex: new RegExp('^/vendor/payments/v1/invoices$'), | ||
@@ -12,0 +13,0 @@ rate: 10, |
@@ -7,2 +7,3 @@ /* eslint-disable prefer-regex-literals */ | ||
{ | ||
method: 'post', | ||
urlRegex: new RegExp('^/vendor/payments/v1/invoices$'), | ||
@@ -9,0 +10,0 @@ rate: 10, |
import { VendorPaymentsApi } 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 Retail Procurement Payments provides programmatic access to vendors payments data.", | ||
"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
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
208944
2845
Updated@sp-api-sdk/auth@^1.7.0
Updated@sp-api-sdk/common@^1.6.2