@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
|
@@ -22,29 +22,29 @@ export interface ContentMetadata {
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof ContentMetadata
|
|
24
24
|
*/
|
|
25
|
-
name: string;
|
|
25
|
+
'name': string;
|
|
26
26
|
/**
|
|
27
27
|
* The identifier for the marketplace where the A+ Content is published.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof ContentMetadata
|
|
30
30
|
*/
|
|
31
|
-
marketplaceId: string;
|
|
31
|
+
'marketplaceId': string;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {ContentStatus}
|
|
35
35
|
* @memberof ContentMetadata
|
|
36
36
|
*/
|
|
37
|
-
status: ContentStatus;
|
|
37
|
+
'status': ContentStatus;
|
|
38
38
|
/**
|
|
39
39
|
* The set of content badges.
|
|
40
40
|
* @type {Set<ContentBadge>}
|
|
41
41
|
* @memberof ContentMetadata
|
|
42
42
|
*/
|
|
43
|
-
badgeSet: Set<ContentBadge>;
|
|
43
|
+
'badgeSet': Set<ContentBadge>;
|
|
44
44
|
/**
|
|
45
45
|
* The approximate age of the A+ Content document and metadata.
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof ContentMetadata
|
|
48
48
|
*/
|
|
49
|
-
updateTime: string;
|
|
49
|
+
'updateTime': string;
|
|
50
50
|
}
|
|
@@ -14,20 +14,21 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
CompanyLogo
|
|
19
|
-
ComparisonTable
|
|
20
|
-
FourImageText
|
|
21
|
-
FourImageTextQuadrant
|
|
22
|
-
HeaderImageText
|
|
23
|
-
ImageSidebar
|
|
24
|
-
ImageTextOverlay
|
|
25
|
-
MultipleImageText
|
|
26
|
-
ProductDescription
|
|
27
|
-
SingleImageHighlights
|
|
28
|
-
SingleImageSpecsDetail
|
|
29
|
-
SingleSideImage
|
|
30
|
-
TechSpecs
|
|
31
|
-
Text
|
|
32
|
-
ThreeImageText
|
|
33
|
-
}
|
|
17
|
+
export declare const ContentModuleType: {
|
|
18
|
+
readonly CompanyLogo: "STANDARD_COMPANY_LOGO";
|
|
19
|
+
readonly ComparisonTable: "STANDARD_COMPARISON_TABLE";
|
|
20
|
+
readonly FourImageText: "STANDARD_FOUR_IMAGE_TEXT";
|
|
21
|
+
readonly FourImageTextQuadrant: "STANDARD_FOUR_IMAGE_TEXT_QUADRANT";
|
|
22
|
+
readonly HeaderImageText: "STANDARD_HEADER_IMAGE_TEXT";
|
|
23
|
+
readonly ImageSidebar: "STANDARD_IMAGE_SIDEBAR";
|
|
24
|
+
readonly ImageTextOverlay: "STANDARD_IMAGE_TEXT_OVERLAY";
|
|
25
|
+
readonly MultipleImageText: "STANDARD_MULTIPLE_IMAGE_TEXT";
|
|
26
|
+
readonly ProductDescription: "STANDARD_PRODUCT_DESCRIPTION";
|
|
27
|
+
readonly SingleImageHighlights: "STANDARD_SINGLE_IMAGE_HIGHLIGHTS";
|
|
28
|
+
readonly SingleImageSpecsDetail: "STANDARD_SINGLE_IMAGE_SPECS_DETAIL";
|
|
29
|
+
readonly SingleSideImage: "STANDARD_SINGLE_SIDE_IMAGE";
|
|
30
|
+
readonly TechSpecs: "STANDARD_TECH_SPECS";
|
|
31
|
+
readonly Text: "STANDARD_TEXT";
|
|
32
|
+
readonly ThreeImageText: "STANDARD_THREE_IMAGE_TEXT";
|
|
33
|
+
};
|
|
34
|
+
export declare type ContentModuleType = typeof ContentModuleType[keyof typeof ContentModuleType];
|
|
@@ -36,95 +36,95 @@ export interface ContentModule {
|
|
|
36
36
|
* @type {ContentModuleType}
|
|
37
37
|
* @memberof ContentModule
|
|
38
38
|
*/
|
|
39
|
-
contentModuleType: ContentModuleType;
|
|
39
|
+
'contentModuleType': ContentModuleType;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {StandardCompanyLogoModule}
|
|
43
43
|
* @memberof ContentModule
|
|
44
44
|
*/
|
|
45
|
-
standardCompanyLogo?: StandardCompanyLogoModule;
|
|
45
|
+
'standardCompanyLogo'?: StandardCompanyLogoModule;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @type {StandardComparisonTableModule}
|
|
49
49
|
* @memberof ContentModule
|
|
50
50
|
*/
|
|
51
|
-
standardComparisonTable?: StandardComparisonTableModule;
|
|
51
|
+
'standardComparisonTable'?: StandardComparisonTableModule;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* @type {StandardFourImageTextModule}
|
|
55
55
|
* @memberof ContentModule
|
|
56
56
|
*/
|
|
57
|
-
standardFourImageText?: StandardFourImageTextModule;
|
|
57
|
+
'standardFourImageText'?: StandardFourImageTextModule;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
60
|
* @type {StandardFourImageTextQuadrantModule}
|
|
61
61
|
* @memberof ContentModule
|
|
62
62
|
*/
|
|
63
|
-
standardFourImageTextQuadrant?: StandardFourImageTextQuadrantModule;
|
|
63
|
+
'standardFourImageTextQuadrant'?: StandardFourImageTextQuadrantModule;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
66
|
* @type {StandardHeaderImageTextModule}
|
|
67
67
|
* @memberof ContentModule
|
|
68
68
|
*/
|
|
69
|
-
standardHeaderImageText?: StandardHeaderImageTextModule;
|
|
69
|
+
'standardHeaderImageText'?: StandardHeaderImageTextModule;
|
|
70
70
|
/**
|
|
71
71
|
*
|
|
72
72
|
* @type {StandardImageSidebarModule}
|
|
73
73
|
* @memberof ContentModule
|
|
74
74
|
*/
|
|
75
|
-
standardImageSidebar?: StandardImageSidebarModule;
|
|
75
|
+
'standardImageSidebar'?: StandardImageSidebarModule;
|
|
76
76
|
/**
|
|
77
77
|
*
|
|
78
78
|
* @type {StandardImageTextOverlayModule}
|
|
79
79
|
* @memberof ContentModule
|
|
80
80
|
*/
|
|
81
|
-
standardImageTextOverlay?: StandardImageTextOverlayModule;
|
|
81
|
+
'standardImageTextOverlay'?: StandardImageTextOverlayModule;
|
|
82
82
|
/**
|
|
83
83
|
*
|
|
84
84
|
* @type {StandardMultipleImageTextModule}
|
|
85
85
|
* @memberof ContentModule
|
|
86
86
|
*/
|
|
87
|
-
standardMultipleImageText?: StandardMultipleImageTextModule;
|
|
87
|
+
'standardMultipleImageText'?: StandardMultipleImageTextModule;
|
|
88
88
|
/**
|
|
89
89
|
*
|
|
90
90
|
* @type {StandardProductDescriptionModule}
|
|
91
91
|
* @memberof ContentModule
|
|
92
92
|
*/
|
|
93
|
-
standardProductDescription?: StandardProductDescriptionModule;
|
|
93
|
+
'standardProductDescription'?: StandardProductDescriptionModule;
|
|
94
94
|
/**
|
|
95
95
|
*
|
|
96
96
|
* @type {StandardSingleImageHighlightsModule}
|
|
97
97
|
* @memberof ContentModule
|
|
98
98
|
*/
|
|
99
|
-
standardSingleImageHighlights?: StandardSingleImageHighlightsModule;
|
|
99
|
+
'standardSingleImageHighlights'?: StandardSingleImageHighlightsModule;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
102
|
* @type {StandardSingleImageSpecsDetailModule}
|
|
103
103
|
* @memberof ContentModule
|
|
104
104
|
*/
|
|
105
|
-
standardSingleImageSpecsDetail?: StandardSingleImageSpecsDetailModule;
|
|
105
|
+
'standardSingleImageSpecsDetail'?: StandardSingleImageSpecsDetailModule;
|
|
106
106
|
/**
|
|
107
107
|
*
|
|
108
108
|
* @type {StandardSingleSideImageModule}
|
|
109
109
|
* @memberof ContentModule
|
|
110
110
|
*/
|
|
111
|
-
standardSingleSideImage?: StandardSingleSideImageModule;
|
|
111
|
+
'standardSingleSideImage'?: StandardSingleSideImageModule;
|
|
112
112
|
/**
|
|
113
113
|
*
|
|
114
114
|
* @type {StandardTechSpecsModule}
|
|
115
115
|
* @memberof ContentModule
|
|
116
116
|
*/
|
|
117
|
-
standardTechSpecs?: StandardTechSpecsModule;
|
|
117
|
+
'standardTechSpecs'?: StandardTechSpecsModule;
|
|
118
118
|
/**
|
|
119
119
|
*
|
|
120
120
|
* @type {StandardTextModule}
|
|
121
121
|
* @memberof ContentModule
|
|
122
122
|
*/
|
|
123
|
-
standardText?: StandardTextModule;
|
|
123
|
+
'standardText'?: StandardTextModule;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
126
|
* @type {StandardThreeImageTextModule}
|
|
127
127
|
* @memberof ContentModule
|
|
128
128
|
*/
|
|
129
|
-
standardThreeImageText?: StandardThreeImageTextModule;
|
|
129
|
+
'standardThreeImageText'?: StandardThreeImageTextModule;
|
|
130
130
|
}
|
|
@@ -22,17 +22,17 @@ export interface ContentRecord {
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof ContentRecord
|
|
24
24
|
*/
|
|
25
|
-
contentReferenceKey: string;
|
|
25
|
+
'contentReferenceKey': string;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {ContentMetadata}
|
|
29
29
|
* @memberof ContentRecord
|
|
30
30
|
*/
|
|
31
|
-
contentMetadata?: ContentMetadata;
|
|
31
|
+
'contentMetadata'?: ContentMetadata;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {ContentDocument}
|
|
35
35
|
* @memberof ContentRecord
|
|
36
36
|
*/
|
|
37
|
-
contentDocument?: ContentDocument;
|
|
37
|
+
'contentDocument'?: ContentDocument;
|
|
38
38
|
}
|
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
Approved
|
|
19
|
-
Draft
|
|
20
|
-
Rejected
|
|
21
|
-
Submitted
|
|
22
|
-
}
|
|
17
|
+
export declare const ContentStatus: {
|
|
18
|
+
readonly Approved: "APPROVED";
|
|
19
|
+
readonly Draft: "DRAFT";
|
|
20
|
+
readonly Rejected: "REJECTED";
|
|
21
|
+
readonly Submitted: "SUBMITTED";
|
|
22
|
+
};
|
|
23
|
+
export declare type ContentStatus = typeof ContentStatus[keyof typeof ContentStatus];
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
Ebc
|
|
19
|
-
Emc
|
|
20
|
-
}
|
|
17
|
+
export declare const ContentType: {
|
|
18
|
+
readonly Ebc: "EBC";
|
|
19
|
+
readonly Emc: "EMC";
|
|
20
|
+
};
|
|
21
|
+
export declare type ContentType = typeof ContentType[keyof typeof ContentType];
|
|
@@ -14,13 +14,14 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
ListItem
|
|
19
|
-
ListOrdered
|
|
20
|
-
ListUnordered
|
|
21
|
-
StyleBold
|
|
22
|
-
StyleItalic
|
|
23
|
-
StyleLinebreak
|
|
24
|
-
StyleParagraph
|
|
25
|
-
StyleUnderline
|
|
26
|
-
}
|
|
17
|
+
export declare const DecoratorType: {
|
|
18
|
+
readonly ListItem: "LIST_ITEM";
|
|
19
|
+
readonly ListOrdered: "LIST_ORDERED";
|
|
20
|
+
readonly ListUnordered: "LIST_UNORDERED";
|
|
21
|
+
readonly StyleBold: "STYLE_BOLD";
|
|
22
|
+
readonly StyleItalic: "STYLE_ITALIC";
|
|
23
|
+
readonly StyleLinebreak: "STYLE_LINEBREAK";
|
|
24
|
+
readonly StyleParagraph: "STYLE_PARAGRAPH";
|
|
25
|
+
readonly StyleUnderline: "STYLE_UNDERLINE";
|
|
26
|
+
};
|
|
27
|
+
export declare type DecoratorType = typeof DecoratorType[keyof typeof DecoratorType];
|
|
@@ -21,23 +21,23 @@ export interface Decorator {
|
|
|
21
21
|
* @type {DecoratorType}
|
|
22
22
|
* @memberof Decorator
|
|
23
23
|
*/
|
|
24
|
-
type?: DecoratorType;
|
|
24
|
+
'type'?: DecoratorType;
|
|
25
25
|
/**
|
|
26
26
|
* The starting character of this decorator within the content string. Use zero for the first character.
|
|
27
27
|
* @type {number}
|
|
28
28
|
* @memberof Decorator
|
|
29
29
|
*/
|
|
30
|
-
offset?: number;
|
|
30
|
+
'offset'?: number;
|
|
31
31
|
/**
|
|
32
32
|
* The number of content characters to alter with this decorator. Decorators such as line breaks can have zero length and fit between characters.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof Decorator
|
|
35
35
|
*/
|
|
36
|
-
length?: number;
|
|
36
|
+
'length'?: number;
|
|
37
37
|
/**
|
|
38
38
|
* The relative intensity or variation of this decorator. Decorators such as bullet-points, for example, can have multiple indentation depths.
|
|
39
39
|
* @type {number}
|
|
40
40
|
* @memberof Decorator
|
|
41
41
|
*/
|
|
42
|
-
depth?: number;
|
|
42
|
+
'depth'?: number;
|
|
43
43
|
}
|
|
@@ -21,17 +21,17 @@ export interface ImageComponent {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ImageComponent
|
|
23
23
|
*/
|
|
24
|
-
uploadDestinationId: string;
|
|
24
|
+
'uploadDestinationId': string;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {ImageCropSpecification}
|
|
28
28
|
* @memberof ImageComponent
|
|
29
29
|
*/
|
|
30
|
-
imageCropSpecification: ImageCropSpecification;
|
|
30
|
+
'imageCropSpecification': ImageCropSpecification;
|
|
31
31
|
/**
|
|
32
32
|
* The alternative text for the image.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ImageComponent
|
|
35
35
|
*/
|
|
36
|
-
altText: string;
|
|
36
|
+
'altText': string;
|
|
37
37
|
}
|
|
@@ -22,11 +22,11 @@ export interface ImageCropSpecification {
|
|
|
22
22
|
* @type {ImageDimensions}
|
|
23
23
|
* @memberof ImageCropSpecification
|
|
24
24
|
*/
|
|
25
|
-
size: ImageDimensions;
|
|
25
|
+
'size': ImageDimensions;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {ImageOffsets}
|
|
29
29
|
* @memberof ImageCropSpecification
|
|
30
30
|
*/
|
|
31
|
-
offset?: ImageOffsets;
|
|
31
|
+
'offset'?: ImageOffsets;
|
|
32
32
|
}
|
|
@@ -21,11 +21,11 @@ export interface ImageDimensions {
|
|
|
21
21
|
* @type {IntegerWithUnits}
|
|
22
22
|
* @memberof ImageDimensions
|
|
23
23
|
*/
|
|
24
|
-
width: IntegerWithUnits;
|
|
24
|
+
'width': IntegerWithUnits;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {IntegerWithUnits}
|
|
28
28
|
* @memberof ImageDimensions
|
|
29
29
|
*/
|
|
30
|
-
height: IntegerWithUnits;
|
|
30
|
+
'height': IntegerWithUnits;
|
|
31
31
|
}
|
|
@@ -21,11 +21,11 @@ export interface ImageOffsets {
|
|
|
21
21
|
* @type {IntegerWithUnits}
|
|
22
22
|
* @memberof ImageOffsets
|
|
23
23
|
*/
|
|
24
|
-
x: IntegerWithUnits;
|
|
24
|
+
'x': IntegerWithUnits;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {IntegerWithUnits}
|
|
28
28
|
* @memberof ImageOffsets
|
|
29
29
|
*/
|
|
30
|
-
y: IntegerWithUnits;
|
|
30
|
+
'y': IntegerWithUnits;
|
|
31
31
|
}
|
|
@@ -20,11 +20,11 @@ export interface IntegerWithUnits {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof IntegerWithUnits
|
|
22
22
|
*/
|
|
23
|
-
value: number;
|
|
23
|
+
'value': number;
|
|
24
24
|
/**
|
|
25
25
|
* The unit of measurement.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof IntegerWithUnits
|
|
28
28
|
*/
|
|
29
|
-
units: string;
|
|
29
|
+
'units': string;
|
|
30
30
|
}
|
|
@@ -20,17 +20,17 @@ export interface ModelError {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ModelError
|
|
22
22
|
*/
|
|
23
|
-
code: string;
|
|
23
|
+
'code': string;
|
|
24
24
|
/**
|
|
25
25
|
* A human readable description of the error condition.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ModelError
|
|
28
28
|
*/
|
|
29
|
-
message: string;
|
|
29
|
+
'message': string;
|
|
30
30
|
/**
|
|
31
31
|
* Additional information, if available, to clarify the error condition.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ModelError
|
|
34
34
|
*/
|
|
35
|
-
details?: string;
|
|
35
|
+
'details'?: string;
|
|
36
36
|
}
|
|
@@ -20,11 +20,11 @@ export interface PlainTextItem {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof PlainTextItem
|
|
22
22
|
*/
|
|
23
|
-
position: number;
|
|
23
|
+
'position': number;
|
|
24
24
|
/**
|
|
25
25
|
* The actual plain text.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof PlainTextItem
|
|
28
28
|
*/
|
|
29
|
-
value: string;
|
|
29
|
+
'value': string;
|
|
30
30
|
}
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
Left
|
|
19
|
-
Right
|
|
20
|
-
}
|
|
17
|
+
export declare const PositionType: {
|
|
18
|
+
readonly Left: "LEFT";
|
|
19
|
+
readonly Right: "RIGHT";
|
|
20
|
+
};
|
|
21
|
+
export declare type PositionType = typeof PositionType[keyof typeof PositionType];
|
|
@@ -21,35 +21,35 @@ export interface PublishRecord {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof PublishRecord
|
|
23
23
|
*/
|
|
24
|
-
marketplaceId: string;
|
|
24
|
+
'marketplaceId': string;
|
|
25
25
|
/**
|
|
26
26
|
* The IETF language tag. This only supports the primary language subtag with one secondary language subtag. The secondary language subtag is almost always a regional designation. This does not support additional subtags beyond the primary and secondary subtags. **Pattern:** ^[a-z]{2,}-[A-Z0-9]{2,}$
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PublishRecord
|
|
29
29
|
*/
|
|
30
|
-
locale: string;
|
|
30
|
+
'locale': string;
|
|
31
31
|
/**
|
|
32
32
|
* The Amazon Standard Identification Number (ASIN).
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof PublishRecord
|
|
35
35
|
*/
|
|
36
|
-
asin: string;
|
|
36
|
+
'asin': string;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {ContentType}
|
|
40
40
|
* @memberof PublishRecord
|
|
41
41
|
*/
|
|
42
|
-
contentType: ContentType;
|
|
42
|
+
'contentType': ContentType;
|
|
43
43
|
/**
|
|
44
44
|
* The A+ Content document subtype. This represents a special-purpose type of an A+ Content document. Not every A+ Content document type will have a subtype, and subtypes may change at any time.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof PublishRecord
|
|
47
47
|
*/
|
|
48
|
-
contentSubType?: string;
|
|
48
|
+
'contentSubType'?: string;
|
|
49
49
|
/**
|
|
50
50
|
* A unique reference key for the A+ Content document. A content reference key cannot form a permalink and may change in the future. A content reference key is not guaranteed to match any A+ content identifier.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof PublishRecord
|
|
53
53
|
*/
|
|
54
|
-
contentReferenceKey: string;
|
|
54
|
+
'contentReferenceKey': string;
|
|
55
55
|
}
|
|
@@ -21,5 +21,5 @@ export interface SearchContentDocumentsResponseAllOf {
|
|
|
21
21
|
* @type {Array<ContentMetadataRecord>}
|
|
22
22
|
* @memberof SearchContentDocumentsResponseAllOf
|
|
23
23
|
*/
|
|
24
|
-
contentMetadataRecords: Array<ContentMetadataRecord>;
|
|
24
|
+
'contentMetadataRecords': Array<ContentMetadataRecord>;
|
|
25
25
|
}
|
|
@@ -22,35 +22,35 @@ export interface StandardComparisonProductBlock {
|
|
|
22
22
|
* @type {number}
|
|
23
23
|
* @memberof StandardComparisonProductBlock
|
|
24
24
|
*/
|
|
25
|
-
position: number;
|
|
25
|
+
'position': number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {ImageComponent}
|
|
29
29
|
* @memberof StandardComparisonProductBlock
|
|
30
30
|
*/
|
|
31
|
-
image?: ImageComponent;
|
|
31
|
+
'image'?: ImageComponent;
|
|
32
32
|
/**
|
|
33
33
|
* The comparison product title.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof StandardComparisonProductBlock
|
|
36
36
|
*/
|
|
37
|
-
title?: string;
|
|
37
|
+
'title'?: string;
|
|
38
38
|
/**
|
|
39
39
|
* The Amazon Standard Identification Number (ASIN).
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof StandardComparisonProductBlock
|
|
42
42
|
*/
|
|
43
|
-
asin?: string;
|
|
43
|
+
'asin'?: string;
|
|
44
44
|
/**
|
|
45
45
|
* Determines whether this block of content is visually highlighted.
|
|
46
46
|
* @type {boolean}
|
|
47
47
|
* @memberof StandardComparisonProductBlock
|
|
48
48
|
*/
|
|
49
|
-
highlight?: boolean;
|
|
49
|
+
'highlight'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
* Comparison metrics for the product.
|
|
52
52
|
* @type {Array<PlainTextItem>}
|
|
53
53
|
* @memberof StandardComparisonProductBlock
|
|
54
54
|
*/
|
|
55
|
-
metrics?: Array<PlainTextItem>;
|
|
55
|
+
'metrics'?: Array<PlainTextItem>;
|
|
56
56
|
}
|
|
@@ -22,11 +22,11 @@ export interface StandardComparisonTableModule {
|
|
|
22
22
|
* @type {Array<StandardComparisonProductBlock>}
|
|
23
23
|
* @memberof StandardComparisonTableModule
|
|
24
24
|
*/
|
|
25
|
-
productColumns?: Array<StandardComparisonProductBlock>;
|
|
25
|
+
'productColumns'?: Array<StandardComparisonProductBlock>;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Array<PlainTextItem>}
|
|
29
29
|
* @memberof StandardComparisonTableModule
|
|
30
30
|
*/
|
|
31
|
-
metricRowLabels?: Array<PlainTextItem>;
|
|
31
|
+
'metricRowLabels'?: Array<PlainTextItem>;
|
|
32
32
|
}
|
|
@@ -22,29 +22,29 @@ export interface StandardFourImageTextModule {
|
|
|
22
22
|
* @type {TextComponent}
|
|
23
23
|
* @memberof StandardFourImageTextModule
|
|
24
24
|
*/
|
|
25
|
-
headline?: TextComponent;
|
|
25
|
+
'headline'?: TextComponent;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {StandardImageTextBlock}
|
|
29
29
|
* @memberof StandardFourImageTextModule
|
|
30
30
|
*/
|
|
31
|
-
block1?: StandardImageTextBlock;
|
|
31
|
+
'block1'?: StandardImageTextBlock;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {StandardImageTextBlock}
|
|
35
35
|
* @memberof StandardFourImageTextModule
|
|
36
36
|
*/
|
|
37
|
-
block2?: StandardImageTextBlock;
|
|
37
|
+
'block2'?: StandardImageTextBlock;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {StandardImageTextBlock}
|
|
41
41
|
* @memberof StandardFourImageTextModule
|
|
42
42
|
*/
|
|
43
|
-
block3?: StandardImageTextBlock;
|
|
43
|
+
'block3'?: StandardImageTextBlock;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {StandardImageTextBlock}
|
|
47
47
|
* @memberof StandardFourImageTextModule
|
|
48
48
|
*/
|
|
49
|
-
block4?: StandardImageTextBlock;
|
|
49
|
+
'block4'?: StandardImageTextBlock;
|
|
50
50
|
}
|