New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/reports-api-2020-09-04

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/reports-api-2020-09-04 - npm Package Compare versions

Comparing version 1.6.23 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/reports-api"), exports);
tslib_1.__exportStar(require("./api/reports-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("./cancel-report-response"), exports);
(0, tslib_1.__exportStar)(require("./cancel-report-schedule-response"), exports);
(0, tslib_1.__exportStar)(require("./create-report-response"), exports);
(0, tslib_1.__exportStar)(require("./create-report-result"), exports);
(0, tslib_1.__exportStar)(require("./create-report-schedule-response"), exports);
(0, tslib_1.__exportStar)(require("./create-report-schedule-result"), exports);
(0, tslib_1.__exportStar)(require("./create-report-schedule-specification"), exports);
(0, tslib_1.__exportStar)(require("./create-report-specification"), exports);
(0, tslib_1.__exportStar)(require("./get-report-document-response"), exports);
(0, tslib_1.__exportStar)(require("./get-report-response"), exports);
(0, tslib_1.__exportStar)(require("./get-report-schedule-response"), exports);
(0, tslib_1.__exportStar)(require("./get-report-schedules-response"), exports);
(0, tslib_1.__exportStar)(require("./get-reports-response"), exports);
(0, tslib_1.__exportStar)(require("./model-error"), exports);
(0, tslib_1.__exportStar)(require("./report"), exports);
(0, tslib_1.__exportStar)(require("./report-document"), exports);
(0, tslib_1.__exportStar)(require("./report-document-encryption-details"), exports);
(0, tslib_1.__exportStar)(require("./report-schedule"), exports);
tslib_1.__exportStar(require("./cancel-report-response"), exports);
tslib_1.__exportStar(require("./cancel-report-schedule-response"), exports);
tslib_1.__exportStar(require("./create-report-response"), exports);
tslib_1.__exportStar(require("./create-report-result"), exports);
tslib_1.__exportStar(require("./create-report-schedule-response"), exports);
tslib_1.__exportStar(require("./create-report-schedule-result"), exports);
tslib_1.__exportStar(require("./create-report-schedule-specification"), exports);
tslib_1.__exportStar(require("./create-report-specification"), exports);
tslib_1.__exportStar(require("./get-report-document-response"), exports);
tslib_1.__exportStar(require("./get-report-response"), exports);
tslib_1.__exportStar(require("./get-report-schedule-response"), exports);
tslib_1.__exportStar(require("./get-report-schedules-response"), exports);
tslib_1.__exportStar(require("./get-reports-response"), exports);
tslib_1.__exportStar(require("./model-error"), exports);
tslib_1.__exportStar(require("./report"), exports);
tslib_1.__exportStar(require("./report-document"), exports);
tslib_1.__exportStar(require("./report-document-encryption-details"), exports);
tslib_1.__exportStar(require("./report-schedule"), exports);

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

"description": "The Selling Partner API for Reports lets you retrieve and manage a variety of reports that can help selling partners manage their businesses.",
"version": "1.6.23",
"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 @@ # `reports-api-2020-09-04`

Learn more about this Selling Partner API by visiting the [official documentation](https://github.com/amzn/selling-partner-api-docs/tree/main/references/reports-api/reports_2020-09-04.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_reports_api_2020_09_04.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/reports-api/reports_2020-09-04.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