Socket
Socket
Sign inDemoInstall

@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1 - npm Package Compare versions

Comparing version 1.6.24 to 1.7.0

6

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./src/client"), exports);
(0, tslib_1.__exportStar)(require("./src/error"), exports);
(0, tslib_1.__exportStar)(require("./src/api-model/models"), exports);
tslib_1.__exportStar(require("./src/client"), exports);
tslib_1.__exportStar(require("./src/error"), exports);
tslib_1.__exportStar(require("./src/api-model/models"), exports);

@@ -17,2 +17,2 @@ "use strict";

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./api/vendor-invoice-api"), exports);
tslib_1.__exportStar(require("./api/vendor-invoice-api"), exports);

@@ -18,3 +18,3 @@ "use strict";

const tslib_1 = require("tslib");
const axios_1 = (0, tslib_1.__importDefault)(require("axios"));
const axios_1 = tslib_1.__importDefault(require("axios"));
// Some imports not used depending on template conditions

@@ -21,0 +21,0 @@ // @ts-ignore

@@ -20,3 +20,3 @@ "use strict";

// @ts-ignore
const axios_1 = (0, tslib_1.__importDefault)(require("axios"));
const axios_1 = tslib_1.__importDefault(require("axios"));
exports.BASE_PATH = "https://sellingpartnerapi-na.amazon.com".replace(/\/+$/, "");

@@ -23,0 +23,0 @@ /**

@@ -17,4 +17,4 @@ "use strict";

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./api"), exports);
(0, tslib_1.__exportStar)(require("./configuration"), exports);
(0, tslib_1.__exportStar)(require("./models"), exports);
tslib_1.__exportStar(require("./api"), exports);
tslib_1.__exportStar(require("./configuration"), exports);
tslib_1.__exportStar(require("./models"), exports);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./additional-details"), exports);
(0, tslib_1.__exportStar)(require("./address"), exports);
(0, tslib_1.__exportStar)(require("./charge-details"), exports);
(0, tslib_1.__exportStar)(require("./invoice-detail"), exports);
(0, tslib_1.__exportStar)(require("./invoice-item"), exports);
(0, tslib_1.__exportStar)(require("./item-quantity"), exports);
(0, tslib_1.__exportStar)(require("./model-error"), exports);
(0, tslib_1.__exportStar)(require("./money"), exports);
(0, tslib_1.__exportStar)(require("./party-identification"), exports);
(0, tslib_1.__exportStar)(require("./submit-invoice-request"), exports);
(0, tslib_1.__exportStar)(require("./submit-invoice-response"), exports);
(0, tslib_1.__exportStar)(require("./tax-detail"), exports);
(0, tslib_1.__exportStar)(require("./tax-registration-detail"), exports);
(0, tslib_1.__exportStar)(require("./transaction-reference"), exports);
tslib_1.__exportStar(require("./additional-details"), exports);
tslib_1.__exportStar(require("./address"), exports);
tslib_1.__exportStar(require("./charge-details"), exports);
tslib_1.__exportStar(require("./invoice-detail"), exports);
tslib_1.__exportStar(require("./invoice-item"), exports);
tslib_1.__exportStar(require("./item-quantity"), exports);
tslib_1.__exportStar(require("./model-error"), exports);
tslib_1.__exportStar(require("./money"), exports);
tslib_1.__exportStar(require("./party-identification"), exports);
tslib_1.__exportStar(require("./submit-invoice-request"), exports);
tslib_1.__exportStar(require("./submit-invoice-response"), exports);
tslib_1.__exportStar(require("./tax-detail"), exports);
tslib_1.__exportStar(require("./tax-registration-detail"), exports);
tslib_1.__exportStar(require("./transaction-reference"), exports);

@@ -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.24",
"version": "1.7.0",
"main": "dist/cjs/index.js",

@@ -30,5 +30,5 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/auth": "^1.9.8",
"@sp-api-sdk/common": "^1.7.10",
"axios": "^0.26.0"
"@sp-api-sdk/auth": "^1.9.9",
"@sp-api-sdk/common": "^1.7.11",
"axios": "^0.26.1"
},

@@ -54,3 +54,3 @@ "repository": {

],
"gitHead": "3f4ecdeef2ce06ff28612448d263cc8d08eb69f6"
"gitHead": "5a6b7114c19340645ce256eb9ef6d7df6a9cc58f"
}

@@ -10,3 +10,3 @@ # `vendor-direct-fulfillment-payments-api-v1`

Learn more about this Selling Partner API by visiting the [official documentation](https://github.com/amzn/selling-partner-api-docs/tree/main/references/vendor-direct-fulfillment-payments-api/vendorDirectFulfillmentPaymentsV1.md).
Learn more about this Selling Partner API by visiting the [official documentation](https://developer-docs.amazon.com/sp-api/docs).

@@ -66,3 +66,3 @@ Also, see the [generated documentation](https://bizon.github.io/selling-partner-api-sdk/modules/_sp_api_sdk_vendor_direct_fulfillment_payments_api_v1.html) for this API client.

The rate limits used for each route are specified in the [API documentation](https://github.com/amzn/selling-partner-api-docs/tree/main/references/vendor-direct-fulfillment-payments-api/vendorDirectFulfillmentPaymentsV1.md).
The rate limits used for each route are specified in the [API documentation](https://developer-docs.amazon.com/sp-api/docs).

@@ -69,0 +69,0 @@ ## License

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