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

@sp-api-sdk/sales-api-v1

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/sales-api-v1 - npm Package Compare versions

Comparing version 1.7.8 to 1.8.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/sales-api"), exports);
tslib_1.__exportStar(require("./api/sales-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("./get-order-metrics-response"), exports);
(0, tslib_1.__exportStar)(require("./model-error"), exports);
(0, tslib_1.__exportStar)(require("./money"), exports);
(0, tslib_1.__exportStar)(require("./order-metrics-interval"), exports);
tslib_1.__exportStar(require("./get-order-metrics-response"), exports);
tslib_1.__exportStar(require("./model-error"), exports);
tslib_1.__exportStar(require("./money"), exports);
tslib_1.__exportStar(require("./order-metrics-interval"), exports);

@@ -5,3 +5,3 @@ {

"description": "The Selling Partner API for Sales provides APIs related to sales performance.",
"version": "1.7.8",
"version": "1.8.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 @@ # `sales-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/sales-api/sales.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_sales_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/sales-api/sales.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