@sp-api-sdk/vendor-orders-api-v1 1.7.2 → 1.8.0

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 @@ The Selling Partner API for Retail Procurement Orders provides programmatic acce
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/vendor-orders-api/vendorOrders.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_vendor_orders_api_v1.html) for this API client.
13
13
 
@@ -62,7 +62,7 @@ const client = new VendorOrdersApiClient({
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/vendor-orders-api/vendorOrders.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.VendorOrdersApi = exports.VendorOrdersApiFactory = exports.VendorOrdersApiFp = exports.VendorOrdersApiAxiosParamCreator = 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/vendor-orders-api"), exports);
17
+ tslib_1.__exportStar(require("./api/vendor-orders-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,32 +1,32 @@
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("./acknowledgement-status-details"), exports);
5
- (0, tslib_1.__exportStar)(require("./address"), exports);
6
- (0, tslib_1.__exportStar)(require("./get-purchase-order-response"), exports);
7
- (0, tslib_1.__exportStar)(require("./get-purchase-orders-response"), exports);
8
- (0, tslib_1.__exportStar)(require("./get-purchase-orders-status-response"), exports);
9
- (0, tslib_1.__exportStar)(require("./import-details"), exports);
10
- (0, tslib_1.__exportStar)(require("./item-quantity"), exports);
11
- (0, tslib_1.__exportStar)(require("./model-error"), exports);
12
- (0, tslib_1.__exportStar)(require("./money"), exports);
13
- (0, tslib_1.__exportStar)(require("./order"), exports);
14
- (0, tslib_1.__exportStar)(require("./order-acknowledgement"), exports);
15
- (0, tslib_1.__exportStar)(require("./order-acknowledgement-item"), exports);
16
- (0, tslib_1.__exportStar)(require("./order-details"), exports);
17
- (0, tslib_1.__exportStar)(require("./order-item"), exports);
18
- (0, tslib_1.__exportStar)(require("./order-item-acknowledgement"), exports);
19
- (0, tslib_1.__exportStar)(require("./order-item-status"), exports);
20
- (0, tslib_1.__exportStar)(require("./order-item-status-acknowledgement-status"), exports);
21
- (0, tslib_1.__exportStar)(require("./order-item-status-ordered-quantity"), exports);
22
- (0, tslib_1.__exportStar)(require("./order-item-status-receiving-status"), exports);
23
- (0, tslib_1.__exportStar)(require("./order-list"), exports);
24
- (0, tslib_1.__exportStar)(require("./order-list-status"), exports);
25
- (0, tslib_1.__exportStar)(require("./order-status"), exports);
26
- (0, tslib_1.__exportStar)(require("./ordered-quantity-details"), exports);
27
- (0, tslib_1.__exportStar)(require("./pagination"), exports);
28
- (0, tslib_1.__exportStar)(require("./party-identification"), exports);
29
- (0, tslib_1.__exportStar)(require("./submit-acknowledgement-request"), exports);
30
- (0, tslib_1.__exportStar)(require("./submit-acknowledgement-response"), exports);
31
- (0, tslib_1.__exportStar)(require("./tax-registration-details"), exports);
32
- (0, tslib_1.__exportStar)(require("./transaction-id"), exports);
4
+ tslib_1.__exportStar(require("./acknowledgement-status-details"), exports);
5
+ tslib_1.__exportStar(require("./address"), exports);
6
+ tslib_1.__exportStar(require("./get-purchase-order-response"), exports);
7
+ tslib_1.__exportStar(require("./get-purchase-orders-response"), exports);
8
+ tslib_1.__exportStar(require("./get-purchase-orders-status-response"), exports);
9
+ tslib_1.__exportStar(require("./import-details"), exports);
10
+ tslib_1.__exportStar(require("./item-quantity"), exports);
11
+ tslib_1.__exportStar(require("./model-error"), exports);
12
+ tslib_1.__exportStar(require("./money"), exports);
13
+ tslib_1.__exportStar(require("./order"), exports);
14
+ tslib_1.__exportStar(require("./order-acknowledgement"), exports);
15
+ tslib_1.__exportStar(require("./order-acknowledgement-item"), exports);
16
+ tslib_1.__exportStar(require("./order-details"), exports);
17
+ tslib_1.__exportStar(require("./order-item"), exports);
18
+ tslib_1.__exportStar(require("./order-item-acknowledgement"), exports);
19
+ tslib_1.__exportStar(require("./order-item-status"), exports);
20
+ tslib_1.__exportStar(require("./order-item-status-acknowledgement-status"), exports);
21
+ tslib_1.__exportStar(require("./order-item-status-ordered-quantity"), exports);
22
+ tslib_1.__exportStar(require("./order-item-status-receiving-status"), exports);
23
+ tslib_1.__exportStar(require("./order-list"), exports);
24
+ tslib_1.__exportStar(require("./order-list-status"), exports);
25
+ tslib_1.__exportStar(require("./order-status"), exports);
26
+ tslib_1.__exportStar(require("./ordered-quantity-details"), exports);
27
+ tslib_1.__exportStar(require("./pagination"), exports);
28
+ tslib_1.__exportStar(require("./party-identification"), exports);
29
+ tslib_1.__exportStar(require("./submit-acknowledgement-request"), exports);
30
+ tslib_1.__exportStar(require("./submit-acknowledgement-response"), exports);
31
+ tslib_1.__exportStar(require("./tax-registration-details"), exports);
32
+ tslib_1.__exportStar(require("./transaction-id"), exports);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-orders-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Retail Procurement Orders provides programmatic access to vendor orders data.",
5
- "version": "1.7.2",
5
+ "version": "1.8.0",
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.6",
29
- "@sp-api-sdk/common": "^1.7.8",
30
- "axios": "^0.24.0"
29
+ "@sp-api-sdk/auth": "^1.9.9",
30
+ "@sp-api-sdk/common": "^1.7.11",
31
+ "axios": "^0.26.1"
31
32
  },
32
33
  "repository": {
33
34
  "type": "git",
@@ -48,5 +49,5 @@
48
49
  "sp sdk",
49
50
  "vendor orders api"
50
51
  ],
51
- "gitHead": "f21b5cb511abd110bf1f07843558719993f36187"
52
+ "gitHead": "5a6b7114c19340645ce256eb9ef6d7df6a9cc58f"
52
53
  }