@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1
Advanced tools
Comparing version 1.6.14 to 1.6.15
@@ -5,3 +5,3 @@ import { onRetry } from '@sp-api-sdk/common'; | ||
export declare const RATE_LIMITS: RateLimit[]; | ||
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> { | ||
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits' | 'onRetry'> { | ||
rateLimiting?: { | ||
@@ -8,0 +8,0 @@ retry: boolean; |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Direct Fulfillment Payments provides programmatic access to a direct fulfillment vendor's invoice data.", | ||
"version": "1.6.14", | ||
"version": "1.6.15", | ||
"main": "dist/cjs/index.js", | ||
@@ -29,4 +29,4 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/auth": "^1.8.4", | ||
"@sp-api-sdk/common": "^1.7.0", | ||
"@sp-api-sdk/auth": "^1.9.0", | ||
"@sp-api-sdk/common": "^1.7.1", | ||
"axios": "^0.21.1" | ||
@@ -53,3 +53,3 @@ }, | ||
], | ||
"gitHead": "3b2a61e225ed988547320fae35f085582caf67e4" | ||
"gitHead": "ccc62c529fc5f4525803ade1bbabdfc5aafc561f" | ||
} |
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
194610
Updated@sp-api-sdk/auth@^1.9.0
Updated@sp-api-sdk/common@^1.7.1