Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/shipment-invoicing-api-v0

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/shipment-invoicing-api-v0 - npm Package Compare versions

Comparing version 1.7.12 to 1.8.0

6

dist/types/src/api-model/models/submit-invoice-request.d.ts

@@ -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}

2

dist/types/src/client.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc