Socket
Socket
Sign inDemoInstall

@sp-api-sdk/reports-api-2021-06-30

Package Overview
Dependencies
60
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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';

@@ -411,3 +412,3 @@ import { CreateReportResponse } from '../models';

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

@@ -420,3 +421,3 @@ * Cancels the report schedule that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -429,3 +430,3 @@ * Creates a report. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -438,3 +439,3 @@ * Creates a report schedule. If a report schedule with the same report type and marketplace IDs already exists, it will be cancelled and replaced with this one. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -447,3 +448,3 @@ * Returns report details (including the reportDocumentId, if available) for the report that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -456,3 +457,3 @@ * Returns the information required for retrieving a report document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -465,3 +466,3 @@ * Returns report schedule details for the report schedule that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -474,3 +475,3 @@ * Returns report schedule details that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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

@@ -483,3 +484,3 @@ * Returns report details for the reports that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

*/
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": "The Selling Partner API for Reports lets you retrieve and manage a variety of reports that can help selling partners manage their businesses.",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc