@sp-api-sdk/aplus-content-api-2020-11-01 1.9.4 → 1.9.7
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/dist/cjs/src/api-model/api/aplus-content-api.js +10 -10
- package/dist/cjs/src/api-model/models/asin-badge.js +6 -7
- package/dist/cjs/src/api-model/models/color-type.js +4 -5
- package/dist/cjs/src/api-model/models/content-badge.js +7 -8
- package/dist/cjs/src/api-model/models/content-module-type.js +17 -18
- package/dist/cjs/src/api-model/models/content-status.js +6 -7
- package/dist/cjs/src/api-model/models/content-type.js +4 -5
- package/dist/cjs/src/api-model/models/decorator-type.js +10 -11
- package/dist/cjs/src/api-model/models/position-type.js +4 -5
- package/dist/es/src/api-model/api/aplus-content-api.js +10 -10
- package/dist/es/src/api-model/models/asin-badge.js +6 -7
- package/dist/es/src/api-model/models/color-type.js +4 -5
- package/dist/es/src/api-model/models/content-badge.js +7 -8
- package/dist/es/src/api-model/models/content-module-type.js +17 -18
- package/dist/es/src/api-model/models/content-status.js +6 -7
- package/dist/es/src/api-model/models/content-type.js +4 -5
- package/dist/es/src/api-model/models/decorator-type.js +10 -11
- package/dist/es/src/api-model/models/position-type.js +4 -5
- package/dist/types/src/api-model/api/aplus-content-api.d.ts +38 -38
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +7 -7
- package/dist/types/src/api-model/models/aplus-paginated-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/aplus-response.d.ts +1 -1
- package/dist/types/src/api-model/models/asin-badge.d.ts +7 -6
- package/dist/types/src/api-model/models/asin-metadata.d.ts +6 -6
- package/dist/types/src/api-model/models/color-type.d.ts +5 -4
- package/dist/types/src/api-model/models/content-badge.d.ts +8 -7
- package/dist/types/src/api-model/models/content-document.d.ts +5 -5
- package/dist/types/src/api-model/models/content-metadata-record.d.ts +2 -2
- package/dist/types/src/api-model/models/content-metadata.d.ts +5 -5
- package/dist/types/src/api-model/models/content-module-type.d.ts +18 -17
- package/dist/types/src/api-model/models/content-module.d.ts +16 -16
- package/dist/types/src/api-model/models/content-record.d.ts +3 -3
- package/dist/types/src/api-model/models/content-status.d.ts +7 -6
- package/dist/types/src/api-model/models/content-type.d.ts +5 -4
- package/dist/types/src/api-model/models/decorator-type.d.ts +11 -10
- package/dist/types/src/api-model/models/decorator.d.ts +4 -4
- package/dist/types/src/api-model/models/error-list.d.ts +1 -1
- package/dist/types/src/api-model/models/get-content-document-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/image-component.d.ts +3 -3
- package/dist/types/src/api-model/models/image-crop-specification.d.ts +2 -2
- package/dist/types/src/api-model/models/image-dimensions.d.ts +2 -2
- package/dist/types/src/api-model/models/image-offsets.d.ts +2 -2
- package/dist/types/src/api-model/models/integer-with-units.d.ts +2 -2
- package/dist/types/src/api-model/models/list-content-document-asin-relations-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/model-error.d.ts +3 -3
- package/dist/types/src/api-model/models/paragraph-component.d.ts +1 -1
- package/dist/types/src/api-model/models/plain-text-item.d.ts +2 -2
- package/dist/types/src/api-model/models/position-type.d.ts +5 -4
- package/dist/types/src/api-model/models/post-content-document-asin-relations-request.d.ts +1 -1
- package/dist/types/src/api-model/models/post-content-document-request.d.ts +1 -1
- package/dist/types/src/api-model/models/post-content-document-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/publish-record.d.ts +6 -6
- package/dist/types/src/api-model/models/search-content-documents-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/search-content-publish-records-response-all-of.d.ts +1 -1
- package/dist/types/src/api-model/models/standard-company-logo-module.d.ts +1 -1
- package/dist/types/src/api-model/models/standard-comparison-product-block.d.ts +6 -6
- package/dist/types/src/api-model/models/standard-comparison-table-module.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-four-image-text-module.d.ts +5 -5
- package/dist/types/src/api-model/models/standard-four-image-text-quadrant-module.d.ts +4 -4
- package/dist/types/src/api-model/models/standard-header-image-text-module.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-header-text-list-block.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-image-caption-block.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-image-sidebar-module.d.ts +6 -6
- package/dist/types/src/api-model/models/standard-image-text-block.d.ts +3 -3
- package/dist/types/src/api-model/models/standard-image-text-caption-block.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-image-text-overlay-module.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-multiple-image-text-module.d.ts +1 -1
- package/dist/types/src/api-model/models/standard-product-description-module.d.ts +1 -1
- package/dist/types/src/api-model/models/standard-single-image-highlights-module.d.ts +6 -6
- package/dist/types/src/api-model/models/standard-single-image-specs-detail-module.d.ts +8 -8
- package/dist/types/src/api-model/models/standard-single-side-image-module.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-tech-specs-module.d.ts +3 -3
- package/dist/types/src/api-model/models/standard-text-block.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-text-list-block.d.ts +1 -1
- package/dist/types/src/api-model/models/standard-text-module.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-text-pair-block.d.ts +2 -2
- package/dist/types/src/api-model/models/standard-three-image-text-module.d.ts +4 -4
- package/dist/types/src/api-model/models/text-component.d.ts +2 -2
- package/dist/types/src/api-model/models/text-item.d.ts +2 -2
- package/package.json +4 -4
|
@@ -53,7 +53,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
53
53
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
54
54
|
}
|
|
55
55
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
56
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
56
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
57
57
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
58
58
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
59
59
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(postContentDocumentRequest, localVarRequestOptions, configuration);
|
|
@@ -94,7 +94,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
94
94
|
if (includedDataSet) {
|
|
95
95
|
localVarQueryParameter['includedDataSet'] = Array.from(includedDataSet).join(base_1.COLLECTION_FORMATS.csv);
|
|
96
96
|
}
|
|
97
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
97
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
98
98
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
99
99
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
100
100
|
return {
|
|
@@ -140,7 +140,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
140
140
|
if (pageToken !== undefined) {
|
|
141
141
|
localVarQueryParameter['pageToken'] = pageToken;
|
|
142
142
|
}
|
|
143
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
143
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
144
144
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
145
145
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
146
146
|
return {
|
|
@@ -174,7 +174,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
if (marketplaceId !== undefined) {
|
|
175
175
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
176
176
|
}
|
|
177
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
177
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
178
178
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
179
179
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
180
180
|
return {
|
|
@@ -212,7 +212,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
212
212
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
213
213
|
}
|
|
214
214
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
215
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
215
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
216
216
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
217
217
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
218
218
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(postContentDocumentAsinRelationsRequest, localVarRequestOptions, configuration);
|
|
@@ -247,7 +247,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
if (marketplaceId !== undefined) {
|
|
248
248
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
249
249
|
}
|
|
250
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
250
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
251
251
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
252
252
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
253
253
|
return {
|
|
@@ -281,7 +281,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
281
281
|
if (pageToken !== undefined) {
|
|
282
282
|
localVarQueryParameter['pageToken'] = pageToken;
|
|
283
283
|
}
|
|
284
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
284
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
285
285
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
286
286
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
287
287
|
return {
|
|
@@ -321,7 +321,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
321
321
|
if (pageToken !== undefined) {
|
|
322
322
|
localVarQueryParameter['pageToken'] = pageToken;
|
|
323
323
|
}
|
|
324
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
324
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
325
325
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
326
326
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
327
327
|
return {
|
|
@@ -359,7 +359,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
359
359
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
360
360
|
}
|
|
361
361
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
362
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
362
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
363
363
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
364
364
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
365
365
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(postContentDocumentRequest, localVarRequestOptions, configuration);
|
|
@@ -398,7 +398,7 @@ const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
398
398
|
localVarQueryParameter['asinSet'] = Array.from(asinSet).join(base_1.COLLECTION_FORMATS.csv);
|
|
399
399
|
}
|
|
400
400
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
401
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
401
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
402
402
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
403
403
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
404
404
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(postContentDocumentRequest, localVarRequestOptions, configuration);
|
|
@@ -19,10 +19,9 @@ exports.AsinBadge = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(AsinBadge = exports.AsinBadge || (exports.AsinBadge = {}));
|
|
22
|
+
exports.AsinBadge = {
|
|
23
|
+
BrandNotEligible: 'BRAND_NOT_ELIGIBLE',
|
|
24
|
+
CatalogNotFound: 'CATALOG_NOT_FOUND',
|
|
25
|
+
ContentNotPublished: 'CONTENT_NOT_PUBLISHED',
|
|
26
|
+
ContentPublished: 'CONTENT_PUBLISHED'
|
|
27
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.ColorType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(ColorType = exports.ColorType || (exports.ColorType = {}));
|
|
22
|
+
exports.ColorType = {
|
|
23
|
+
Dark: 'DARK',
|
|
24
|
+
Light: 'LIGHT'
|
|
25
|
+
};
|
|
@@ -19,11 +19,10 @@ exports.ContentBadge = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(ContentBadge = exports.ContentBadge || (exports.ContentBadge = {}));
|
|
22
|
+
exports.ContentBadge = {
|
|
23
|
+
Bulk: 'BULK',
|
|
24
|
+
Generated: 'GENERATED',
|
|
25
|
+
Launchpad: 'LAUNCHPAD',
|
|
26
|
+
Premium: 'PREMIUM',
|
|
27
|
+
Standard: 'STANDARD'
|
|
28
|
+
};
|
|
@@ -19,21 +19,20 @@ exports.ContentModuleType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
})(ContentModuleType = exports.ContentModuleType || (exports.ContentModuleType = {}));
|
|
22
|
+
exports.ContentModuleType = {
|
|
23
|
+
CompanyLogo: 'STANDARD_COMPANY_LOGO',
|
|
24
|
+
ComparisonTable: 'STANDARD_COMPARISON_TABLE',
|
|
25
|
+
FourImageText: 'STANDARD_FOUR_IMAGE_TEXT',
|
|
26
|
+
FourImageTextQuadrant: 'STANDARD_FOUR_IMAGE_TEXT_QUADRANT',
|
|
27
|
+
HeaderImageText: 'STANDARD_HEADER_IMAGE_TEXT',
|
|
28
|
+
ImageSidebar: 'STANDARD_IMAGE_SIDEBAR',
|
|
29
|
+
ImageTextOverlay: 'STANDARD_IMAGE_TEXT_OVERLAY',
|
|
30
|
+
MultipleImageText: 'STANDARD_MULTIPLE_IMAGE_TEXT',
|
|
31
|
+
ProductDescription: 'STANDARD_PRODUCT_DESCRIPTION',
|
|
32
|
+
SingleImageHighlights: 'STANDARD_SINGLE_IMAGE_HIGHLIGHTS',
|
|
33
|
+
SingleImageSpecsDetail: 'STANDARD_SINGLE_IMAGE_SPECS_DETAIL',
|
|
34
|
+
SingleSideImage: 'STANDARD_SINGLE_SIDE_IMAGE',
|
|
35
|
+
TechSpecs: 'STANDARD_TECH_SPECS',
|
|
36
|
+
Text: 'STANDARD_TEXT',
|
|
37
|
+
ThreeImageText: 'STANDARD_THREE_IMAGE_TEXT'
|
|
38
|
+
};
|
|
@@ -19,10 +19,9 @@ exports.ContentStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {}));
|
|
22
|
+
exports.ContentStatus = {
|
|
23
|
+
Approved: 'APPROVED',
|
|
24
|
+
Draft: 'DRAFT',
|
|
25
|
+
Rejected: 'REJECTED',
|
|
26
|
+
Submitted: 'SUBMITTED'
|
|
27
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.ContentType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
|
22
|
+
exports.ContentType = {
|
|
23
|
+
Ebc: 'EBC',
|
|
24
|
+
Emc: 'EMC'
|
|
25
|
+
};
|
|
@@ -19,14 +19,13 @@ exports.DecoratorType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
})(DecoratorType = exports.DecoratorType || (exports.DecoratorType = {}));
|
|
22
|
+
exports.DecoratorType = {
|
|
23
|
+
ListItem: 'LIST_ITEM',
|
|
24
|
+
ListOrdered: 'LIST_ORDERED',
|
|
25
|
+
ListUnordered: 'LIST_UNORDERED',
|
|
26
|
+
StyleBold: 'STYLE_BOLD',
|
|
27
|
+
StyleItalic: 'STYLE_ITALIC',
|
|
28
|
+
StyleLinebreak: 'STYLE_LINEBREAK',
|
|
29
|
+
StyleParagraph: 'STYLE_PARAGRAPH',
|
|
30
|
+
StyleUnderline: 'STYLE_UNDERLINE'
|
|
31
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.PositionType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(PositionType = exports.PositionType || (exports.PositionType = {}));
|
|
22
|
+
exports.PositionType = {
|
|
23
|
+
Left: 'LEFT',
|
|
24
|
+
Right: 'RIGHT'
|
|
25
|
+
};
|
|
@@ -49,7 +49,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
49
49
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
50
50
|
}
|
|
51
51
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
52
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
52
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
53
53
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
54
54
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
55
55
|
localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration);
|
|
@@ -90,7 +90,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
90
90
|
if (includedDataSet) {
|
|
91
91
|
localVarQueryParameter['includedDataSet'] = Array.from(includedDataSet).join(COLLECTION_FORMATS.csv);
|
|
92
92
|
}
|
|
93
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
93
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
94
94
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
95
95
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
96
96
|
return {
|
|
@@ -136,7 +136,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
136
136
|
if (pageToken !== undefined) {
|
|
137
137
|
localVarQueryParameter['pageToken'] = pageToken;
|
|
138
138
|
}
|
|
139
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
139
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
140
140
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
141
141
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
142
142
|
return {
|
|
@@ -170,7 +170,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
170
170
|
if (marketplaceId !== undefined) {
|
|
171
171
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
172
172
|
}
|
|
173
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
173
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
174
174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
175
175
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
176
176
|
return {
|
|
@@ -208,7 +208,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
208
208
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
209
209
|
}
|
|
210
210
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
211
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
211
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
212
212
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
213
213
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
214
214
|
localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentAsinRelationsRequest, localVarRequestOptions, configuration);
|
|
@@ -243,7 +243,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
243
243
|
if (marketplaceId !== undefined) {
|
|
244
244
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
245
245
|
}
|
|
246
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
246
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
247
247
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
248
248
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
249
249
|
return {
|
|
@@ -277,7 +277,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
277
277
|
if (pageToken !== undefined) {
|
|
278
278
|
localVarQueryParameter['pageToken'] = pageToken;
|
|
279
279
|
}
|
|
280
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
280
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
281
281
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
282
282
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
283
283
|
return {
|
|
@@ -317,7 +317,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
317
317
|
if (pageToken !== undefined) {
|
|
318
318
|
localVarQueryParameter['pageToken'] = pageToken;
|
|
319
319
|
}
|
|
320
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
320
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
321
321
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
322
322
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
323
323
|
return {
|
|
@@ -355,7 +355,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
355
355
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
356
356
|
}
|
|
357
357
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
358
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
358
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
359
359
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
360
360
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
361
361
|
localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration);
|
|
@@ -394,7 +394,7 @@ export const AplusContentApiAxiosParamCreator = function (configuration) {
|
|
|
394
394
|
localVarQueryParameter['asinSet'] = Array.from(asinSet).join(COLLECTION_FORMATS.csv);
|
|
395
395
|
}
|
|
396
396
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
397
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
397
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
398
398
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
399
399
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
400
400
|
localVarRequestOptions.data = serializeDataIfNeeded(postContentDocumentRequest, localVarRequestOptions, configuration);
|
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})(AsinBadge || (AsinBadge = {}));
|
|
19
|
+
export const AsinBadge = {
|
|
20
|
+
BrandNotEligible: 'BRAND_NOT_ELIGIBLE',
|
|
21
|
+
CatalogNotFound: 'CATALOG_NOT_FOUND',
|
|
22
|
+
ContentNotPublished: 'CONTENT_NOT_PUBLISHED',
|
|
23
|
+
ContentPublished: 'CONTENT_PUBLISHED'
|
|
24
|
+
};
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(ColorType || (ColorType = {}));
|
|
19
|
+
export const ColorType = {
|
|
20
|
+
Dark: 'DARK',
|
|
21
|
+
Light: 'LIGHT'
|
|
22
|
+
};
|
|
@@ -16,11 +16,10 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(ContentBadge || (ContentBadge = {}));
|
|
19
|
+
export const ContentBadge = {
|
|
20
|
+
Bulk: 'BULK',
|
|
21
|
+
Generated: 'GENERATED',
|
|
22
|
+
Launchpad: 'LAUNCHPAD',
|
|
23
|
+
Premium: 'PREMIUM',
|
|
24
|
+
Standard: 'STANDARD'
|
|
25
|
+
};
|
|
@@ -16,21 +16,20 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
})(ContentModuleType || (ContentModuleType = {}));
|
|
19
|
+
export const ContentModuleType = {
|
|
20
|
+
CompanyLogo: 'STANDARD_COMPANY_LOGO',
|
|
21
|
+
ComparisonTable: 'STANDARD_COMPARISON_TABLE',
|
|
22
|
+
FourImageText: 'STANDARD_FOUR_IMAGE_TEXT',
|
|
23
|
+
FourImageTextQuadrant: 'STANDARD_FOUR_IMAGE_TEXT_QUADRANT',
|
|
24
|
+
HeaderImageText: 'STANDARD_HEADER_IMAGE_TEXT',
|
|
25
|
+
ImageSidebar: 'STANDARD_IMAGE_SIDEBAR',
|
|
26
|
+
ImageTextOverlay: 'STANDARD_IMAGE_TEXT_OVERLAY',
|
|
27
|
+
MultipleImageText: 'STANDARD_MULTIPLE_IMAGE_TEXT',
|
|
28
|
+
ProductDescription: 'STANDARD_PRODUCT_DESCRIPTION',
|
|
29
|
+
SingleImageHighlights: 'STANDARD_SINGLE_IMAGE_HIGHLIGHTS',
|
|
30
|
+
SingleImageSpecsDetail: 'STANDARD_SINGLE_IMAGE_SPECS_DETAIL',
|
|
31
|
+
SingleSideImage: 'STANDARD_SINGLE_SIDE_IMAGE',
|
|
32
|
+
TechSpecs: 'STANDARD_TECH_SPECS',
|
|
33
|
+
Text: 'STANDARD_TEXT',
|
|
34
|
+
ThreeImageText: 'STANDARD_THREE_IMAGE_TEXT'
|
|
35
|
+
};
|
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})(ContentStatus || (ContentStatus = {}));
|
|
19
|
+
export const ContentStatus = {
|
|
20
|
+
Approved: 'APPROVED',
|
|
21
|
+
Draft: 'DRAFT',
|
|
22
|
+
Rejected: 'REJECTED',
|
|
23
|
+
Submitted: 'SUBMITTED'
|
|
24
|
+
};
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(ContentType || (ContentType = {}));
|
|
19
|
+
export const ContentType = {
|
|
20
|
+
Ebc: 'EBC',
|
|
21
|
+
Emc: 'EMC'
|
|
22
|
+
};
|
|
@@ -16,14 +16,13 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(DecoratorType || (DecoratorType = {}));
|
|
19
|
+
export const DecoratorType = {
|
|
20
|
+
ListItem: 'LIST_ITEM',
|
|
21
|
+
ListOrdered: 'LIST_ORDERED',
|
|
22
|
+
ListUnordered: 'LIST_UNORDERED',
|
|
23
|
+
StyleBold: 'STYLE_BOLD',
|
|
24
|
+
StyleItalic: 'STYLE_ITALIC',
|
|
25
|
+
StyleLinebreak: 'STYLE_LINEBREAK',
|
|
26
|
+
StyleParagraph: 'STYLE_PARAGRAPH',
|
|
27
|
+
StyleUnderline: 'STYLE_UNDERLINE'
|
|
28
|
+
};
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(PositionType || (PositionType = {}));
|
|
19
|
+
export const PositionType = {
|
|
20
|
+
Left: 'LEFT',
|
|
21
|
+
Right: 'RIGHT'
|
|
22
|
+
};
|