@sp-api-sdk/aplus-content-api-2020-11-01 1.7.10 → 1.8.2

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 A+ Content API, you can build applications that help selling partners a
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/aplus-content-api/aplusContent_2020-11-01.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_aplus_content_api_2020_11_01.html) for this API client.
13
13
 
@@ -62,7 +62,7 @@ const client = new AplusContentApiClient({
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/aplus-content-api/aplusContent_2020-11-01.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.AplusContentApi = exports.AplusContentApiFactory = exports.AplusContentApiFp = exports.AplusContentApiAxiosParamCreator = 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/aplus-content-api"), exports);
17
+ tslib_1.__exportStar(require("./api/aplus-content-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,72 +1,72 @@
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("./aplus-paginated-response"), exports);
5
- (0, tslib_1.__exportStar)(require("./aplus-paginated-response-all-of"), exports);
6
- (0, tslib_1.__exportStar)(require("./aplus-response"), exports);
7
- (0, tslib_1.__exportStar)(require("./asin-badge"), exports);
8
- (0, tslib_1.__exportStar)(require("./asin-metadata"), exports);
9
- (0, tslib_1.__exportStar)(require("./color-type"), exports);
10
- (0, tslib_1.__exportStar)(require("./content-badge"), exports);
11
- (0, tslib_1.__exportStar)(require("./content-document"), exports);
12
- (0, tslib_1.__exportStar)(require("./content-metadata"), exports);
13
- (0, tslib_1.__exportStar)(require("./content-metadata-record"), exports);
14
- (0, tslib_1.__exportStar)(require("./content-module"), exports);
15
- (0, tslib_1.__exportStar)(require("./content-module-type"), exports);
16
- (0, tslib_1.__exportStar)(require("./content-record"), exports);
17
- (0, tslib_1.__exportStar)(require("./content-status"), exports);
18
- (0, tslib_1.__exportStar)(require("./content-type"), exports);
19
- (0, tslib_1.__exportStar)(require("./decorator"), exports);
20
- (0, tslib_1.__exportStar)(require("./decorator-type"), exports);
21
- (0, tslib_1.__exportStar)(require("./error-list"), exports);
22
- (0, tslib_1.__exportStar)(require("./get-content-document-response"), exports);
23
- (0, tslib_1.__exportStar)(require("./get-content-document-response-all-of"), exports);
24
- (0, tslib_1.__exportStar)(require("./image-component"), exports);
25
- (0, tslib_1.__exportStar)(require("./image-crop-specification"), exports);
26
- (0, tslib_1.__exportStar)(require("./image-dimensions"), exports);
27
- (0, tslib_1.__exportStar)(require("./image-offsets"), exports);
28
- (0, tslib_1.__exportStar)(require("./integer-with-units"), exports);
29
- (0, tslib_1.__exportStar)(require("./list-content-document-asin-relations-response"), exports);
30
- (0, tslib_1.__exportStar)(require("./list-content-document-asin-relations-response-all-of"), exports);
31
- (0, tslib_1.__exportStar)(require("./model-error"), exports);
32
- (0, tslib_1.__exportStar)(require("./paragraph-component"), exports);
33
- (0, tslib_1.__exportStar)(require("./plain-text-item"), exports);
34
- (0, tslib_1.__exportStar)(require("./position-type"), exports);
35
- (0, tslib_1.__exportStar)(require("./post-content-document-approval-submission-response"), exports);
36
- (0, tslib_1.__exportStar)(require("./post-content-document-asin-relations-request"), exports);
37
- (0, tslib_1.__exportStar)(require("./post-content-document-asin-relations-response"), exports);
38
- (0, tslib_1.__exportStar)(require("./post-content-document-request"), exports);
39
- (0, tslib_1.__exportStar)(require("./post-content-document-response"), exports);
40
- (0, tslib_1.__exportStar)(require("./post-content-document-response-all-of"), exports);
41
- (0, tslib_1.__exportStar)(require("./post-content-document-suspend-submission-response"), exports);
42
- (0, tslib_1.__exportStar)(require("./publish-record"), exports);
43
- (0, tslib_1.__exportStar)(require("./search-content-documents-response"), exports);
44
- (0, tslib_1.__exportStar)(require("./search-content-documents-response-all-of"), exports);
45
- (0, tslib_1.__exportStar)(require("./search-content-publish-records-response"), exports);
46
- (0, tslib_1.__exportStar)(require("./search-content-publish-records-response-all-of"), exports);
47
- (0, tslib_1.__exportStar)(require("./standard-company-logo-module"), exports);
48
- (0, tslib_1.__exportStar)(require("./standard-comparison-product-block"), exports);
49
- (0, tslib_1.__exportStar)(require("./standard-comparison-table-module"), exports);
50
- (0, tslib_1.__exportStar)(require("./standard-four-image-text-module"), exports);
51
- (0, tslib_1.__exportStar)(require("./standard-four-image-text-quadrant-module"), exports);
52
- (0, tslib_1.__exportStar)(require("./standard-header-image-text-module"), exports);
53
- (0, tslib_1.__exportStar)(require("./standard-header-text-list-block"), exports);
54
- (0, tslib_1.__exportStar)(require("./standard-image-caption-block"), exports);
55
- (0, tslib_1.__exportStar)(require("./standard-image-sidebar-module"), exports);
56
- (0, tslib_1.__exportStar)(require("./standard-image-text-block"), exports);
57
- (0, tslib_1.__exportStar)(require("./standard-image-text-caption-block"), exports);
58
- (0, tslib_1.__exportStar)(require("./standard-image-text-overlay-module"), exports);
59
- (0, tslib_1.__exportStar)(require("./standard-multiple-image-text-module"), exports);
60
- (0, tslib_1.__exportStar)(require("./standard-product-description-module"), exports);
61
- (0, tslib_1.__exportStar)(require("./standard-single-image-highlights-module"), exports);
62
- (0, tslib_1.__exportStar)(require("./standard-single-image-specs-detail-module"), exports);
63
- (0, tslib_1.__exportStar)(require("./standard-single-side-image-module"), exports);
64
- (0, tslib_1.__exportStar)(require("./standard-tech-specs-module"), exports);
65
- (0, tslib_1.__exportStar)(require("./standard-text-block"), exports);
66
- (0, tslib_1.__exportStar)(require("./standard-text-list-block"), exports);
67
- (0, tslib_1.__exportStar)(require("./standard-text-module"), exports);
68
- (0, tslib_1.__exportStar)(require("./standard-text-pair-block"), exports);
69
- (0, tslib_1.__exportStar)(require("./standard-three-image-text-module"), exports);
70
- (0, tslib_1.__exportStar)(require("./text-component"), exports);
71
- (0, tslib_1.__exportStar)(require("./text-item"), exports);
72
- (0, tslib_1.__exportStar)(require("./validate-content-document-asin-relations-response"), exports);
4
+ tslib_1.__exportStar(require("./aplus-paginated-response"), exports);
5
+ tslib_1.__exportStar(require("./aplus-paginated-response-all-of"), exports);
6
+ tslib_1.__exportStar(require("./aplus-response"), exports);
7
+ tslib_1.__exportStar(require("./asin-badge"), exports);
8
+ tslib_1.__exportStar(require("./asin-metadata"), exports);
9
+ tslib_1.__exportStar(require("./color-type"), exports);
10
+ tslib_1.__exportStar(require("./content-badge"), exports);
11
+ tslib_1.__exportStar(require("./content-document"), exports);
12
+ tslib_1.__exportStar(require("./content-metadata"), exports);
13
+ tslib_1.__exportStar(require("./content-metadata-record"), exports);
14
+ tslib_1.__exportStar(require("./content-module"), exports);
15
+ tslib_1.__exportStar(require("./content-module-type"), exports);
16
+ tslib_1.__exportStar(require("./content-record"), exports);
17
+ tslib_1.__exportStar(require("./content-status"), exports);
18
+ tslib_1.__exportStar(require("./content-type"), exports);
19
+ tslib_1.__exportStar(require("./decorator"), exports);
20
+ tslib_1.__exportStar(require("./decorator-type"), exports);
21
+ tslib_1.__exportStar(require("./error-list"), exports);
22
+ tslib_1.__exportStar(require("./get-content-document-response"), exports);
23
+ tslib_1.__exportStar(require("./get-content-document-response-all-of"), exports);
24
+ tslib_1.__exportStar(require("./image-component"), exports);
25
+ tslib_1.__exportStar(require("./image-crop-specification"), exports);
26
+ tslib_1.__exportStar(require("./image-dimensions"), exports);
27
+ tslib_1.__exportStar(require("./image-offsets"), exports);
28
+ tslib_1.__exportStar(require("./integer-with-units"), exports);
29
+ tslib_1.__exportStar(require("./list-content-document-asin-relations-response"), exports);
30
+ tslib_1.__exportStar(require("./list-content-document-asin-relations-response-all-of"), exports);
31
+ tslib_1.__exportStar(require("./model-error"), exports);
32
+ tslib_1.__exportStar(require("./paragraph-component"), exports);
33
+ tslib_1.__exportStar(require("./plain-text-item"), exports);
34
+ tslib_1.__exportStar(require("./position-type"), exports);
35
+ tslib_1.__exportStar(require("./post-content-document-approval-submission-response"), exports);
36
+ tslib_1.__exportStar(require("./post-content-document-asin-relations-request"), exports);
37
+ tslib_1.__exportStar(require("./post-content-document-asin-relations-response"), exports);
38
+ tslib_1.__exportStar(require("./post-content-document-request"), exports);
39
+ tslib_1.__exportStar(require("./post-content-document-response"), exports);
40
+ tslib_1.__exportStar(require("./post-content-document-response-all-of"), exports);
41
+ tslib_1.__exportStar(require("./post-content-document-suspend-submission-response"), exports);
42
+ tslib_1.__exportStar(require("./publish-record"), exports);
43
+ tslib_1.__exportStar(require("./search-content-documents-response"), exports);
44
+ tslib_1.__exportStar(require("./search-content-documents-response-all-of"), exports);
45
+ tslib_1.__exportStar(require("./search-content-publish-records-response"), exports);
46
+ tslib_1.__exportStar(require("./search-content-publish-records-response-all-of"), exports);
47
+ tslib_1.__exportStar(require("./standard-company-logo-module"), exports);
48
+ tslib_1.__exportStar(require("./standard-comparison-product-block"), exports);
49
+ tslib_1.__exportStar(require("./standard-comparison-table-module"), exports);
50
+ tslib_1.__exportStar(require("./standard-four-image-text-module"), exports);
51
+ tslib_1.__exportStar(require("./standard-four-image-text-quadrant-module"), exports);
52
+ tslib_1.__exportStar(require("./standard-header-image-text-module"), exports);
53
+ tslib_1.__exportStar(require("./standard-header-text-list-block"), exports);
54
+ tslib_1.__exportStar(require("./standard-image-caption-block"), exports);
55
+ tslib_1.__exportStar(require("./standard-image-sidebar-module"), exports);
56
+ tslib_1.__exportStar(require("./standard-image-text-block"), exports);
57
+ tslib_1.__exportStar(require("./standard-image-text-caption-block"), exports);
58
+ tslib_1.__exportStar(require("./standard-image-text-overlay-module"), exports);
59
+ tslib_1.__exportStar(require("./standard-multiple-image-text-module"), exports);
60
+ tslib_1.__exportStar(require("./standard-product-description-module"), exports);
61
+ tslib_1.__exportStar(require("./standard-single-image-highlights-module"), exports);
62
+ tslib_1.__exportStar(require("./standard-single-image-specs-detail-module"), exports);
63
+ tslib_1.__exportStar(require("./standard-single-side-image-module"), exports);
64
+ tslib_1.__exportStar(require("./standard-tech-specs-module"), exports);
65
+ tslib_1.__exportStar(require("./standard-text-block"), exports);
66
+ tslib_1.__exportStar(require("./standard-text-list-block"), exports);
67
+ tslib_1.__exportStar(require("./standard-text-module"), exports);
68
+ tslib_1.__exportStar(require("./standard-text-pair-block"), exports);
69
+ tslib_1.__exportStar(require("./standard-three-image-text-module"), exports);
70
+ tslib_1.__exportStar(require("./text-component"), exports);
71
+ tslib_1.__exportStar(require("./text-item"), exports);
72
+ tslib_1.__exportStar(require("./validate-content-document-asin-relations-response"), exports);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/aplus-content-api-2020-11-01",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.",
5
- "version": "1.7.10",
5
+ "version": "1.8.2",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -26,9 +26,9 @@
26
26
  "test": "NODE_ENV='test' yarn jest"
27
27
  },
28
28
  "dependencies": {
29
- "@sp-api-sdk/auth": "^1.9.8",
30
- "@sp-api-sdk/common": "^1.7.10",
31
- "axios": "^0.26.0"
29
+ "@sp-api-sdk/auth": "^1.9.11",
30
+ "@sp-api-sdk/common": "^1.7.13",
31
+ "axios": "^0.26.1"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
@@ -49,5 +49,5 @@
49
49
  "sp sdk",
50
50
  "aplus content api"
51
51
  ],
52
- "gitHead": "3f4ecdeef2ce06ff28612448d263cc8d08eb69f6"
52
+ "gitHead": "61adb3dd4480de30ba48c20a1da60cebf9d4f0ac"
53
53
  }