@sp-api-sdk/shipment-invoicing-api-v0
Advanced tools
Comparing version 1.7.12 to 1.8.0
@@ -25,2 +25,8 @@ /** | ||
/** | ||
* An Amazon marketplace identifier. | ||
* @type {string} | ||
* @memberof SubmitInvoiceRequest | ||
*/ | ||
MarketplaceId?: string; | ||
/** | ||
* MD5 sum for validating the invoice data. For more information about calculating this value, see [Working with Content-MD5 Checksums](https://docs.developer.amazonservices.com/en_US/dev_guide/DG_MD5.html). | ||
@@ -27,0 +33,0 @@ * @type {string} |
@@ -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 Shipment Invoicing helps you programmatically retrieve shipment invoice information in the Brazil marketplace for a selling partner’s Fulfillment by Amazon (FBA) orders.", | ||
"version": "1.7.12", | ||
"version": "1.8.0", | ||
"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
231400
2816
Updated@sp-api-sdk/auth@^1.9.0
Updated@sp-api-sdk/common@^1.7.1