@sp-api-sdk/orders-api-v0
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -5,4 +5,4 @@ "use strict"; | ||
/* eslint-disable prefer-regex-literals */ | ||
const common_1 = require("@sp-api-sdk/common"); | ||
const api_model_1 = require("./api-model"); | ||
const common_1 = require("@sp-api-sdk/common"); | ||
const error_1 = require("./error"); | ||
@@ -14,3 +14,3 @@ exports.RATE_LIMITS = [ | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -21,3 +21,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -28,3 +28,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -35,3 +35,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -42,3 +42,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -49,4 +49,4 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
} | ||
burst: 20, | ||
}, | ||
]; | ||
@@ -53,0 +53,0 @@ class OrdersApiClient extends api_model_1.OrdersV0Api { |
/* eslint-disable prefer-regex-literals */ | ||
import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common'; | ||
import { Configuration, OrdersV0Api } from './api-model'; | ||
import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common'; | ||
import { OrdersApiError } from './error'; | ||
@@ -10,3 +10,3 @@ export const RATE_LIMITS = [ | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -17,3 +17,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -24,3 +24,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -31,3 +31,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -38,3 +38,3 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
burst: 20, | ||
}, | ||
@@ -45,4 +45,4 @@ { | ||
rate: 0.0055, | ||
burst: 20 | ||
} | ||
burst: 20, | ||
}, | ||
]; | ||
@@ -49,0 +49,0 @@ export class OrdersApiClient extends OrdersV0Api { |
@@ -0,3 +1,4 @@ | ||
import { onRetry } from '@sp-api-sdk/common'; | ||
import type { ClientConfiguration, RateLimit } from '@sp-api-sdk/common'; | ||
import { OrdersV0Api } from './api-model'; | ||
import { ClientConfiguration, onRetry, RateLimit } from '@sp-api-sdk/common'; | ||
export declare const RATE_LIMITS: RateLimit[]; | ||
@@ -4,0 +5,0 @@ export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> { |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -29,4 +29,4 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/auth": "^1.8.3", | ||
"@sp-api-sdk/common": "^1.6.11", | ||
"@sp-api-sdk/auth": "^1.8.4", | ||
"@sp-api-sdk/common": "^1.7.0", | ||
"axios": "^0.21.1" | ||
@@ -53,3 +53,3 @@ }, | ||
], | ||
"gitHead": "4de0c7c8472c55996e2346f5d71e32897ec26f61" | ||
"gitHead": "3b2a61e225ed988547320fae35f085582caf67e4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
412939
5264
+ Added@smithy/core@3.1.5(transitive)
+ Added@smithy/middleware-endpoint@4.0.6(transitive)
+ Added@smithy/middleware-retry@4.0.7(transitive)
+ Added@smithy/node-http-handler@4.0.3(transitive)
+ Added@smithy/smithy-client@4.1.6(transitive)
+ Added@smithy/util-defaults-mode-browser@4.0.7(transitive)
+ Added@smithy/util-defaults-mode-node@4.0.7(transitive)
+ Added@smithy/util-stream@4.1.2(transitive)
- Removed@smithy/core@3.1.4(transitive)
- Removed@smithy/middleware-endpoint@4.0.5(transitive)
- Removed@smithy/middleware-retry@4.0.6(transitive)
- Removed@smithy/node-http-handler@4.0.2(transitive)
- Removed@smithy/smithy-client@4.1.5(transitive)
- Removed@smithy/util-defaults-mode-browser@4.0.6(transitive)
- Removed@smithy/util-defaults-mode-node@4.0.6(transitive)
- Removed@smithy/util-stream@4.1.1(transitive)
Updated@sp-api-sdk/auth@^1.8.4
Updated@sp-api-sdk/common@^1.7.0