@sp-api-sdk/aplus-content-api-2020-11-01 1.9.3 → 1.9.6

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.
Files changed (81) hide show
  1. package/dist/cjs/src/api-model/api/aplus-content-api.js +10 -10
  2. package/dist/cjs/src/api-model/models/asin-badge.js +6 -7
  3. package/dist/cjs/src/api-model/models/color-type.js +4 -5
  4. package/dist/cjs/src/api-model/models/content-badge.js +7 -8
  5. package/dist/cjs/src/api-model/models/content-module-type.js +17 -18
  6. package/dist/cjs/src/api-model/models/content-status.js +6 -7
  7. package/dist/cjs/src/api-model/models/content-type.js +4 -5
  8. package/dist/cjs/src/api-model/models/decorator-type.js +10 -11
  9. package/dist/cjs/src/api-model/models/position-type.js +4 -5
  10. package/dist/es/src/api-model/api/aplus-content-api.js +10 -10
  11. package/dist/es/src/api-model/models/asin-badge.js +6 -7
  12. package/dist/es/src/api-model/models/color-type.js +4 -5
  13. package/dist/es/src/api-model/models/content-badge.js +7 -8
  14. package/dist/es/src/api-model/models/content-module-type.js +17 -18
  15. package/dist/es/src/api-model/models/content-status.js +6 -7
  16. package/dist/es/src/api-model/models/content-type.js +4 -5
  17. package/dist/es/src/api-model/models/decorator-type.js +10 -11
  18. package/dist/es/src/api-model/models/position-type.js +4 -5
  19. package/dist/types/src/api-model/api/aplus-content-api.d.ts +38 -38
  20. package/dist/types/src/api-model/base.d.ts +2 -2
  21. package/dist/types/src/api-model/common.d.ts +7 -7
  22. package/dist/types/src/api-model/models/aplus-paginated-response-all-of.d.ts +1 -1
  23. package/dist/types/src/api-model/models/aplus-response.d.ts +1 -1
  24. package/dist/types/src/api-model/models/asin-badge.d.ts +7 -6
  25. package/dist/types/src/api-model/models/asin-metadata.d.ts +6 -6
  26. package/dist/types/src/api-model/models/color-type.d.ts +5 -4
  27. package/dist/types/src/api-model/models/content-badge.d.ts +8 -7
  28. package/dist/types/src/api-model/models/content-document.d.ts +5 -5
  29. package/dist/types/src/api-model/models/content-metadata-record.d.ts +2 -2
  30. package/dist/types/src/api-model/models/content-metadata.d.ts +5 -5
  31. package/dist/types/src/api-model/models/content-module-type.d.ts +18 -17
  32. package/dist/types/src/api-model/models/content-module.d.ts +16 -16
  33. package/dist/types/src/api-model/models/content-record.d.ts +3 -3
  34. package/dist/types/src/api-model/models/content-status.d.ts +7 -6
  35. package/dist/types/src/api-model/models/content-type.d.ts +5 -4
  36. package/dist/types/src/api-model/models/decorator-type.d.ts +11 -10
  37. package/dist/types/src/api-model/models/decorator.d.ts +4 -4
  38. package/dist/types/src/api-model/models/error-list.d.ts +1 -1
  39. package/dist/types/src/api-model/models/get-content-document-response-all-of.d.ts +1 -1
  40. package/dist/types/src/api-model/models/image-component.d.ts +3 -3
  41. package/dist/types/src/api-model/models/image-crop-specification.d.ts +2 -2
  42. package/dist/types/src/api-model/models/image-dimensions.d.ts +2 -2
  43. package/dist/types/src/api-model/models/image-offsets.d.ts +2 -2
  44. package/dist/types/src/api-model/models/integer-with-units.d.ts +2 -2
  45. package/dist/types/src/api-model/models/list-content-document-asin-relations-response-all-of.d.ts +1 -1
  46. package/dist/types/src/api-model/models/model-error.d.ts +3 -3
  47. package/dist/types/src/api-model/models/paragraph-component.d.ts +1 -1
  48. package/dist/types/src/api-model/models/plain-text-item.d.ts +2 -2
  49. package/dist/types/src/api-model/models/position-type.d.ts +5 -4
  50. package/dist/types/src/api-model/models/post-content-document-asin-relations-request.d.ts +1 -1
  51. package/dist/types/src/api-model/models/post-content-document-request.d.ts +1 -1
  52. package/dist/types/src/api-model/models/post-content-document-response-all-of.d.ts +1 -1
  53. package/dist/types/src/api-model/models/publish-record.d.ts +6 -6
  54. package/dist/types/src/api-model/models/search-content-documents-response-all-of.d.ts +1 -1
  55. package/dist/types/src/api-model/models/search-content-publish-records-response-all-of.d.ts +1 -1
  56. package/dist/types/src/api-model/models/standard-company-logo-module.d.ts +1 -1
  57. package/dist/types/src/api-model/models/standard-comparison-product-block.d.ts +6 -6
  58. package/dist/types/src/api-model/models/standard-comparison-table-module.d.ts +2 -2
  59. package/dist/types/src/api-model/models/standard-four-image-text-module.d.ts +5 -5
  60. package/dist/types/src/api-model/models/standard-four-image-text-quadrant-module.d.ts +4 -4
  61. package/dist/types/src/api-model/models/standard-header-image-text-module.d.ts +2 -2
  62. package/dist/types/src/api-model/models/standard-header-text-list-block.d.ts +2 -2
  63. package/dist/types/src/api-model/models/standard-image-caption-block.d.ts +2 -2
  64. package/dist/types/src/api-model/models/standard-image-sidebar-module.d.ts +6 -6
  65. package/dist/types/src/api-model/models/standard-image-text-block.d.ts +3 -3
  66. package/dist/types/src/api-model/models/standard-image-text-caption-block.d.ts +2 -2
  67. package/dist/types/src/api-model/models/standard-image-text-overlay-module.d.ts +2 -2
  68. package/dist/types/src/api-model/models/standard-multiple-image-text-module.d.ts +1 -1
  69. package/dist/types/src/api-model/models/standard-product-description-module.d.ts +1 -1
  70. package/dist/types/src/api-model/models/standard-single-image-highlights-module.d.ts +6 -6
  71. package/dist/types/src/api-model/models/standard-single-image-specs-detail-module.d.ts +8 -8
  72. package/dist/types/src/api-model/models/standard-single-side-image-module.d.ts +2 -2
  73. package/dist/types/src/api-model/models/standard-tech-specs-module.d.ts +3 -3
  74. package/dist/types/src/api-model/models/standard-text-block.d.ts +2 -2
  75. package/dist/types/src/api-model/models/standard-text-list-block.d.ts +1 -1
  76. package/dist/types/src/api-model/models/standard-text-module.d.ts +2 -2
  77. package/dist/types/src/api-model/models/standard-text-pair-block.d.ts +2 -2
  78. package/dist/types/src/api-model/models/standard-three-image-text-module.d.ts +4 -4
  79. package/dist/types/src/api-model/models/text-component.d.ts +2 -2
  80. package/dist/types/src/api-model/models/text-item.d.ts +2 -2
  81. 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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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
- var AsinBadge;
23
- (function (AsinBadge) {
24
- AsinBadge["BrandNotEligible"] = "BRAND_NOT_ELIGIBLE";
25
- AsinBadge["CatalogNotFound"] = "CATALOG_NOT_FOUND";
26
- AsinBadge["ContentNotPublished"] = "CONTENT_NOT_PUBLISHED";
27
- AsinBadge["ContentPublished"] = "CONTENT_PUBLISHED";
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
- var ColorType;
23
- (function (ColorType) {
24
- ColorType["Dark"] = "DARK";
25
- ColorType["Light"] = "LIGHT";
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
- var ContentBadge;
23
- (function (ContentBadge) {
24
- ContentBadge["Bulk"] = "BULK";
25
- ContentBadge["Generated"] = "GENERATED";
26
- ContentBadge["Launchpad"] = "LAUNCHPAD";
27
- ContentBadge["Premium"] = "PREMIUM";
28
- ContentBadge["Standard"] = "STANDARD";
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
- var ContentModuleType;
23
- (function (ContentModuleType) {
24
- ContentModuleType["CompanyLogo"] = "STANDARD_COMPANY_LOGO";
25
- ContentModuleType["ComparisonTable"] = "STANDARD_COMPARISON_TABLE";
26
- ContentModuleType["FourImageText"] = "STANDARD_FOUR_IMAGE_TEXT";
27
- ContentModuleType["FourImageTextQuadrant"] = "STANDARD_FOUR_IMAGE_TEXT_QUADRANT";
28
- ContentModuleType["HeaderImageText"] = "STANDARD_HEADER_IMAGE_TEXT";
29
- ContentModuleType["ImageSidebar"] = "STANDARD_IMAGE_SIDEBAR";
30
- ContentModuleType["ImageTextOverlay"] = "STANDARD_IMAGE_TEXT_OVERLAY";
31
- ContentModuleType["MultipleImageText"] = "STANDARD_MULTIPLE_IMAGE_TEXT";
32
- ContentModuleType["ProductDescription"] = "STANDARD_PRODUCT_DESCRIPTION";
33
- ContentModuleType["SingleImageHighlights"] = "STANDARD_SINGLE_IMAGE_HIGHLIGHTS";
34
- ContentModuleType["SingleImageSpecsDetail"] = "STANDARD_SINGLE_IMAGE_SPECS_DETAIL";
35
- ContentModuleType["SingleSideImage"] = "STANDARD_SINGLE_SIDE_IMAGE";
36
- ContentModuleType["TechSpecs"] = "STANDARD_TECH_SPECS";
37
- ContentModuleType["Text"] = "STANDARD_TEXT";
38
- ContentModuleType["ThreeImageText"] = "STANDARD_THREE_IMAGE_TEXT";
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
- var ContentStatus;
23
- (function (ContentStatus) {
24
- ContentStatus["Approved"] = "APPROVED";
25
- ContentStatus["Draft"] = "DRAFT";
26
- ContentStatus["Rejected"] = "REJECTED";
27
- ContentStatus["Submitted"] = "SUBMITTED";
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
- var ContentType;
23
- (function (ContentType) {
24
- ContentType["Ebc"] = "EBC";
25
- ContentType["Emc"] = "EMC";
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
- var DecoratorType;
23
- (function (DecoratorType) {
24
- DecoratorType["ListItem"] = "LIST_ITEM";
25
- DecoratorType["ListOrdered"] = "LIST_ORDERED";
26
- DecoratorType["ListUnordered"] = "LIST_UNORDERED";
27
- DecoratorType["StyleBold"] = "STYLE_BOLD";
28
- DecoratorType["StyleItalic"] = "STYLE_ITALIC";
29
- DecoratorType["StyleLinebreak"] = "STYLE_LINEBREAK";
30
- DecoratorType["StyleParagraph"] = "STYLE_PARAGRAPH";
31
- DecoratorType["StyleUnderline"] = "STYLE_UNDERLINE";
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
- var PositionType;
23
- (function (PositionType) {
24
- PositionType["Left"] = "LEFT";
25
- PositionType["Right"] = "RIGHT";
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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 var AsinBadge;
20
- (function (AsinBadge) {
21
- AsinBadge["BrandNotEligible"] = "BRAND_NOT_ELIGIBLE";
22
- AsinBadge["CatalogNotFound"] = "CATALOG_NOT_FOUND";
23
- AsinBadge["ContentNotPublished"] = "CONTENT_NOT_PUBLISHED";
24
- AsinBadge["ContentPublished"] = "CONTENT_PUBLISHED";
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 var ColorType;
20
- (function (ColorType) {
21
- ColorType["Dark"] = "DARK";
22
- ColorType["Light"] = "LIGHT";
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 var ContentBadge;
20
- (function (ContentBadge) {
21
- ContentBadge["Bulk"] = "BULK";
22
- ContentBadge["Generated"] = "GENERATED";
23
- ContentBadge["Launchpad"] = "LAUNCHPAD";
24
- ContentBadge["Premium"] = "PREMIUM";
25
- ContentBadge["Standard"] = "STANDARD";
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 var ContentModuleType;
20
- (function (ContentModuleType) {
21
- ContentModuleType["CompanyLogo"] = "STANDARD_COMPANY_LOGO";
22
- ContentModuleType["ComparisonTable"] = "STANDARD_COMPARISON_TABLE";
23
- ContentModuleType["FourImageText"] = "STANDARD_FOUR_IMAGE_TEXT";
24
- ContentModuleType["FourImageTextQuadrant"] = "STANDARD_FOUR_IMAGE_TEXT_QUADRANT";
25
- ContentModuleType["HeaderImageText"] = "STANDARD_HEADER_IMAGE_TEXT";
26
- ContentModuleType["ImageSidebar"] = "STANDARD_IMAGE_SIDEBAR";
27
- ContentModuleType["ImageTextOverlay"] = "STANDARD_IMAGE_TEXT_OVERLAY";
28
- ContentModuleType["MultipleImageText"] = "STANDARD_MULTIPLE_IMAGE_TEXT";
29
- ContentModuleType["ProductDescription"] = "STANDARD_PRODUCT_DESCRIPTION";
30
- ContentModuleType["SingleImageHighlights"] = "STANDARD_SINGLE_IMAGE_HIGHLIGHTS";
31
- ContentModuleType["SingleImageSpecsDetail"] = "STANDARD_SINGLE_IMAGE_SPECS_DETAIL";
32
- ContentModuleType["SingleSideImage"] = "STANDARD_SINGLE_SIDE_IMAGE";
33
- ContentModuleType["TechSpecs"] = "STANDARD_TECH_SPECS";
34
- ContentModuleType["Text"] = "STANDARD_TEXT";
35
- ContentModuleType["ThreeImageText"] = "STANDARD_THREE_IMAGE_TEXT";
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 var ContentStatus;
20
- (function (ContentStatus) {
21
- ContentStatus["Approved"] = "APPROVED";
22
- ContentStatus["Draft"] = "DRAFT";
23
- ContentStatus["Rejected"] = "REJECTED";
24
- ContentStatus["Submitted"] = "SUBMITTED";
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 var ContentType;
20
- (function (ContentType) {
21
- ContentType["Ebc"] = "EBC";
22
- ContentType["Emc"] = "EMC";
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 var DecoratorType;
20
- (function (DecoratorType) {
21
- DecoratorType["ListItem"] = "LIST_ITEM";
22
- DecoratorType["ListOrdered"] = "LIST_ORDERED";
23
- DecoratorType["ListUnordered"] = "LIST_UNORDERED";
24
- DecoratorType["StyleBold"] = "STYLE_BOLD";
25
- DecoratorType["StyleItalic"] = "STYLE_ITALIC";
26
- DecoratorType["StyleLinebreak"] = "STYLE_LINEBREAK";
27
- DecoratorType["StyleParagraph"] = "STYLE_PARAGRAPH";
28
- DecoratorType["StyleUnderline"] = "STYLE_UNDERLINE";
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 var PositionType;
20
- (function (PositionType) {
21
- PositionType["Left"] = "LEFT";
22
- PositionType["Right"] = "RIGHT";
23
- })(PositionType || (PositionType = {}));
19
+ export const PositionType = {
20
+ Left: 'LEFT',
21
+ Right: 'RIGHT'
22
+ };