@sp-api-sdk/fba-inbound-eligibility-api-v1
Advanced tools
Comparing version 1.6.13 to 1.6.14
@@ -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,4 +14,4 @@ exports.RATE_LIMITS = [ | ||
rate: 1, | ||
burst: 1 | ||
} | ||
burst: 1, | ||
}, | ||
]; | ||
@@ -18,0 +18,0 @@ class FbaInboundEligibilityApiClient extends api_model_1.FbaInboundApi { |
/* eslint-disable prefer-regex-literals */ | ||
import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common'; | ||
import { Configuration, FbaInboundApi } from './api-model'; | ||
import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common'; | ||
import { FbaInboundEligibilityApiError } from './error'; | ||
@@ -10,4 +10,4 @@ export const RATE_LIMITS = [ | ||
rate: 1, | ||
burst: 1 | ||
} | ||
burst: 1, | ||
}, | ||
]; | ||
@@ -14,0 +14,0 @@ export class FbaInboundEligibilityApiClient extends FbaInboundApi { |
@@ -0,3 +1,4 @@ | ||
import { onRetry } from '@sp-api-sdk/common'; | ||
import type { ClientConfiguration, RateLimit } from '@sp-api-sdk/common'; | ||
import { FbaInboundApi } 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": "With the FBA Inbound Eligibility API, you can build applications that let sellers get eligibility previews for items before shipping them to Amazon's fulfillment centers. With this API you can find out if an item is eligible for inbound shipment to Amazon's fulfillment centers in a specific marketplace. You can also find out if an item is eligible for using the manufacturer barcode for FBA inventory tracking. Sellers can use this information to inform their decisions about which items to ship Amazon's fulfillment centers.", | ||
"version": "1.6.13", | ||
"version": "1.6.14", | ||
"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
183174
1640
Updated@sp-api-sdk/auth@^1.8.4
Updated@sp-api-sdk/common@^1.7.0