@sp-api-sdk/fba-inbound-eligibility-api-v1 1.6.23 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@ With the FBA Inbound Eligibility API, you can build applications that let seller
7
7
 
8
8
  ## Documentation
9
9
 
10
- Learn more about this Selling Partner API by visiting the [official documentation](https://github.com/amzn/selling-partner-api-docs/tree/main/references/fba-inbound-eligibility-api/fbaInbound.md).
10
+ Learn more about this Selling Partner API by visiting the [official documentation](https://developer-docs.amazon.com/sp-api/docs).
11
11
 
12
12
  Also, see the [generated documentation](https://bizon.github.io/selling-partner-api-sdk/modules/_sp_api_sdk_fba_inbound_eligibility_api_v1.html) for this API client.
13
13
 
@@ -62,7 +62,7 @@ const client = new FbaInboundEligibilityApiClient({
62
62
  })
63
63
  ```
64
64
 
65
- The rate limits used for each route are specified in the [API documentation]((https://github.com/amzn/selling-partner-api-docs/tree/main/references/fba-inbound-eligibility-api/fbaInbound.md)).
65
+ The rate limits used for each route are specified in the [API documentation](https://developer-docs.amazon.com/sp-api/docs).
66
66
 
67
67
  ## License
68
68
 
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./src/client"), exports);
5
- (0, tslib_1.__exportStar)(require("./src/error"), exports);
6
- (0, tslib_1.__exportStar)(require("./src/api-model/models"), exports);
4
+ tslib_1.__exportStar(require("./src/client"), exports);
5
+ tslib_1.__exportStar(require("./src/error"), exports);
6
+ tslib_1.__exportStar(require("./src/api-model/models"), exports);
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.FbaInboundApi = exports.FbaInboundApiFactory = exports.FbaInboundApiFp = exports.FbaInboundApiAxiosParamCreator = void 0;
17
17
  const tslib_1 = require("tslib");
18
- const axios_1 = (0, tslib_1.__importDefault)(require("axios"));
18
+ const axios_1 = tslib_1.__importDefault(require("axios"));
19
19
  // Some imports not used depending on template conditions
20
20
  // @ts-ignore
21
21
  const common_1 = require("../common");
@@ -14,4 +14,4 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  const tslib_1 = require("tslib");
17
- (0, tslib_1.__exportStar)(require("./api/fba-inbound-api"), exports);
17
+ tslib_1.__exportStar(require("./api/fba-inbound-api"), exports);
@@ -17,7 +17,7 @@ exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.B
17
17
  const tslib_1 = require("tslib");
18
18
  // Some imports not used depending on template conditions
19
19
  // @ts-ignore
20
- const axios_1 = (0, tslib_1.__importDefault)(require("axios"));
20
+ const axios_1 = tslib_1.__importDefault(require("axios"));
21
21
  exports.BASE_PATH = "https://sellingpartnerapi-na.amazon.com".replace(/\/+$/, "");
22
22
  /**
23
23
  *
@@ -14,6 +14,6 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  const tslib_1 = require("tslib");
17
- (0, tslib_1.__exportStar)(require("./api"), exports);
18
- (0, tslib_1.__exportStar)(require("./configuration"), exports);
19
- (0, tslib_1.__exportStar)(require("./models"), exports);
17
+ tslib_1.__exportStar(require("./api"), exports);
18
+ tslib_1.__exportStar(require("./configuration"), exports);
19
+ tslib_1.__exportStar(require("./models"), exports);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- (0, tslib_1.__exportStar)(require("./get-item-eligibility-preview-response"), exports);
5
- (0, tslib_1.__exportStar)(require("./item-eligibility-preview"), exports);
6
- (0, tslib_1.__exportStar)(require("./model-error"), exports);
4
+ tslib_1.__exportStar(require("./get-item-eligibility-preview-response"), exports);
5
+ tslib_1.__exportStar(require("./item-eligibility-preview"), exports);
6
+ tslib_1.__exportStar(require("./model-error"), exports);
@@ -66,5 +66,6 @@ var ItemEligibilityPreviewIneligibilityReasonListEnum;
66
66
  ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0100"] = "FBA_INB_0100";
67
67
  ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0103"] = "FBA_INB_0103";
68
68
  ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0104"] = "FBA_INB_0104";
69
+ ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0197"] = "FBA_INB_0197";
69
70
  ItemEligibilityPreviewIneligibilityReasonListEnum["UnknownInbErrorCode"] = "UNKNOWN_INB_ERROR_CODE";
70
71
  })(ItemEligibilityPreviewIneligibilityReasonListEnum = exports.ItemEligibilityPreviewIneligibilityReasonListEnum || (exports.ItemEligibilityPreviewIneligibilityReasonListEnum = {}));
@@ -63,5 +63,6 @@ export var ItemEligibilityPreviewIneligibilityReasonListEnum;
63
63
  ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0100"] = "FBA_INB_0100";
64
64
  ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0103"] = "FBA_INB_0103";
65
65
  ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0104"] = "FBA_INB_0104";
66
+ ItemEligibilityPreviewIneligibilityReasonListEnum["FbaInb0197"] = "FBA_INB_0197";
66
67
  ItemEligibilityPreviewIneligibilityReasonListEnum["UnknownInbErrorCode"] = "UNKNOWN_INB_ERROR_CODE";
67
68
  })(ItemEligibilityPreviewIneligibilityReasonListEnum || (ItemEligibilityPreviewIneligibilityReasonListEnum = {}));
@@ -96,5 +96,6 @@ export declare enum ItemEligibilityPreviewIneligibilityReasonListEnum {
96
96
  FbaInb0100 = "FBA_INB_0100",
97
97
  FbaInb0103 = "FBA_INB_0103",
98
98
  FbaInb0104 = "FBA_INB_0104",
99
+ FbaInb0197 = "FBA_INB_0197",
99
100
  UnknownInbErrorCode = "UNKNOWN_INB_ERROR_CODE"
100
101
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fba-inbound-eligibility-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "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.",
5
- "version": "1.6.23",
5
+ "version": "1.7.1",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,6 +18,7 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "scripts": {
21
+ "check:ts": "yarn tsc --noEmit",
21
22
  "build:cjs": "tsc -p tsconfig.json",
22
23
  "build:es": "tsc -p tsconfig.es.json",
23
24
  "build": "yarn build:cjs && yarn build:es",
@@ -25,9 +26,9 @@
25
26
  "test": "NODE_ENV='test' yarn jest"
26
27
  },
27
28
  "dependencies": {
28
- "@sp-api-sdk/auth": "^1.9.7",
29
- "@sp-api-sdk/common": "^1.7.9",
30
- "axios": "^0.24.0"
29
+ "@sp-api-sdk/auth": "^1.9.10",
30
+ "@sp-api-sdk/common": "^1.7.12",
31
+ "axios": "^0.26.1"
31
32
  },
32
33
  "repository": {
33
34
  "type": "git",
@@ -48,5 +49,5 @@
48
49
  "sp sdk",
49
50
  "fba inbound eligibility api"
50
51
  ],
51
- "gitHead": "dd52e8a895f590c62d06f19f4d8715eb7740df66"
52
+ "gitHead": "f09167d8924ae85f4012978fb5872c3e9e1c4cf1"
52
53
  }