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
1
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 2.0.3 to 2.0.4

19

dist/types/src/api-model/api/reports-api.d.ts

@@ -14,2 +14,3 @@ /**

import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
import globalAxios from 'axios';
import { RequestArgs, BaseAPI } from '../base';

@@ -441,3 +442,3 @@ import { CancelReportResponse } from '../models';

*/
cancelReport(requestParameters: ReportsApiCancelReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelReportResponse, any>>;
cancelReport(requestParameters: ReportsApiCancelReportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelReportResponse, any>>;
/**

@@ -451,3 +452,3 @@ * Effective **June 27, 2023**, the `cancelReportSchedule` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
cancelReportSchedule(requestParameters: ReportsApiCancelReportScheduleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelReportScheduleResponse, any>>;
cancelReportSchedule(requestParameters: ReportsApiCancelReportScheduleRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelReportScheduleResponse, any>>;
/**

@@ -461,3 +462,3 @@ * Effective **June 27, 2023**, the `createReport` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
createReport(requestParameters: ReportsApiCreateReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReportResponse, any>>;
createReport(requestParameters: ReportsApiCreateReportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateReportResponse, any>>;
/**

@@ -471,3 +472,3 @@ * Effective **June 27, 2023**, the `createReportSchedule` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
createReportSchedule(requestParameters: ReportsApiCreateReportScheduleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReportScheduleResponse, any>>;
createReportSchedule(requestParameters: ReportsApiCreateReportScheduleRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateReportScheduleResponse, any>>;
/**

@@ -481,3 +482,3 @@ * Effective **June 27, 2023**, the `getReport` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
getReport(requestParameters: ReportsApiGetReportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetReportResponse, any>>;
getReport(requestParameters: ReportsApiGetReportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetReportResponse, any>>;
/**

@@ -491,3 +492,3 @@ * Effective **June 27, 2023**, the `getReportDocument` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
getReportDocument(requestParameters: ReportsApiGetReportDocumentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetReportDocumentResponse, any>>;
getReportDocument(requestParameters: ReportsApiGetReportDocumentRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetReportDocumentResponse, any>>;
/**

@@ -501,3 +502,3 @@ * Effective **June 27, 2023**, the `getReportSchedule` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
getReportSchedule(requestParameters: ReportsApiGetReportScheduleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetReportScheduleResponse, any>>;
getReportSchedule(requestParameters: ReportsApiGetReportScheduleRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetReportScheduleResponse, any>>;
/**

@@ -511,3 +512,3 @@ * Effective **June 27, 2023**, the `getReportSchedules` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
getReportSchedules(requestParameters: ReportsApiGetReportSchedulesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetReportSchedulesResponse, any>>;
getReportSchedules(requestParameters: ReportsApiGetReportSchedulesRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetReportSchedulesResponse, any>>;
/**

@@ -521,3 +522,3 @@ * Effective **June 27, 2023**, the `getReports` operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to [Reports v2021-06-30](https://developer-docs.amazon.com/sp-api/docs/reports-api-v2021-06-30-reference) to avoid service disruption.

*/
getReports(requestParameters?: ReportsApiGetReportsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetReportsResponse, any>>;
getReports(requestParameters?: ReportsApiGetReportsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetReportsResponse, any>>;
}

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

"description": "Effective June 27, 2023, the Selling Partner API for Reports v2020-09-04 will no longer be available and all calls to it will fail. Integrations that rely on the Reports API must migrate to Reports v2021-06-30 to avoid service disruption.",
"version": "2.0.3",
"version": "2.0.4",
"main": "dist/cjs/index.js",

@@ -22,3 +22,3 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/common": "2.0.3",
"@sp-api-sdk/common": "2.0.4",
"axios": "^1.6.2"

@@ -45,3 +45,3 @@ },

],
"gitHead": "c81279baeb662780ae3cb42fb60fa11670fed191"
"gitHead": "96729dd2eabfca855da5eb33f271c0b09b449972"
}
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