@sp-api-sdk/aplus-content-api-2020-11-01 1.9.4 → 1.9.5

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 +31 -31
  20. package/dist/types/src/api-model/base.d.ts +2 -2
  21. package/dist/types/src/api-model/common.d.ts +2 -2
  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 +2 -2
@@ -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 enum ContentStatus {
18
- Approved = "APPROVED",
19
- Draft = "DRAFT",
20
- Rejected = "REJECTED",
21
- Submitted = "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 enum ContentType {
18
- Ebc = "EBC",
19
- Emc = "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 enum DecoratorType {
18
- ListItem = "LIST_ITEM",
19
- ListOrdered = "LIST_ORDERED",
20
- ListUnordered = "LIST_UNORDERED",
21
- StyleBold = "STYLE_BOLD",
22
- StyleItalic = "STYLE_ITALIC",
23
- StyleLinebreak = "STYLE_LINEBREAK",
24
- StyleParagraph = "STYLE_PARAGRAPH",
25
- StyleUnderline = "STYLE_UNDERLINE"
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
  }
@@ -20,5 +20,5 @@ export interface ErrorList {
20
20
  * @type {Array<Error>}
21
21
  * @memberof ErrorList
22
22
  */
23
- errors: Array<Error>;
23
+ 'errors': Array<Error>;
24
24
  }
@@ -21,5 +21,5 @@ export interface GetContentDocumentResponseAllOf {
21
21
  * @type {ContentRecord}
22
22
  * @memberof GetContentDocumentResponseAllOf
23
23
  */
24
- contentRecord: ContentRecord;
24
+ 'contentRecord': ContentRecord;
25
25
  }
@@ -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
  }
@@ -21,5 +21,5 @@ export interface ListContentDocumentAsinRelationsResponseAllOf {
21
21
  * @type {Set<AsinMetadata>}
22
22
  * @memberof ListContentDocumentAsinRelationsResponseAllOf
23
23
  */
24
- asinMetadataSet: Set<AsinMetadata>;
24
+ 'asinMetadataSet': Set<AsinMetadata>;
25
25
  }
@@ -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
  }
@@ -21,5 +21,5 @@ export interface ParagraphComponent {
21
21
  * @type {Array<TextComponent>}
22
22
  * @memberof ParagraphComponent
23
23
  */
24
- textList: Array<TextComponent>;
24
+ 'textList': Array<TextComponent>;
25
25
  }
@@ -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 enum PositionType {
18
- Left = "LEFT",
19
- Right = "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];
@@ -20,5 +20,5 @@ export interface PostContentDocumentAsinRelationsRequest {
20
20
  * @type {Set<string>}
21
21
  * @memberof PostContentDocumentAsinRelationsRequest
22
22
  */
23
- asinSet: Set<string>;
23
+ 'asinSet': Set<string>;
24
24
  }
@@ -21,5 +21,5 @@ export interface PostContentDocumentRequest {
21
21
  * @type {ContentDocument}
22
22
  * @memberof PostContentDocumentRequest
23
23
  */
24
- contentDocument: ContentDocument;
24
+ 'contentDocument': ContentDocument;
25
25
  }
@@ -20,5 +20,5 @@ export interface PostContentDocumentResponseAllOf {
20
20
  * @type {string}
21
21
  * @memberof PostContentDocumentResponseAllOf
22
22
  */
23
- contentReferenceKey: string;
23
+ 'contentReferenceKey': string;
24
24
  }
@@ -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
  }
@@ -21,5 +21,5 @@ export interface SearchContentPublishRecordsResponseAllOf {
21
21
  * @type {Array<PublishRecord>}
22
22
  * @memberof SearchContentPublishRecordsResponseAllOf
23
23
  */
24
- publishRecordList: Array<PublishRecord>;
24
+ 'publishRecordList': Array<PublishRecord>;
25
25
  }
@@ -21,5 +21,5 @@ export interface StandardCompanyLogoModule {
21
21
  * @type {ImageComponent}
22
22
  * @memberof StandardCompanyLogoModule
23
23
  */
24
- companyLogo: ImageComponent;
24
+ 'companyLogo': ImageComponent;
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
  }
@@ -21,23 +21,23 @@ export interface StandardFourImageTextQuadrantModule {
21
21
  * @type {StandardImageTextBlock}
22
22
  * @memberof StandardFourImageTextQuadrantModule
23
23
  */
24
- block1: StandardImageTextBlock;
24
+ 'block1': StandardImageTextBlock;
25
25
  /**
26
26
  *
27
27
  * @type {StandardImageTextBlock}
28
28
  * @memberof StandardFourImageTextQuadrantModule
29
29
  */
30
- block2: StandardImageTextBlock;
30
+ 'block2': StandardImageTextBlock;
31
31
  /**
32
32
  *
33
33
  * @type {StandardImageTextBlock}
34
34
  * @memberof StandardFourImageTextQuadrantModule
35
35
  */
36
- block3: StandardImageTextBlock;
36
+ 'block3': StandardImageTextBlock;
37
37
  /**
38
38
  *
39
39
  * @type {StandardImageTextBlock}
40
40
  * @memberof StandardFourImageTextQuadrantModule
41
41
  */
42
- block4: StandardImageTextBlock;
42
+ 'block4': StandardImageTextBlock;
43
43
  }
@@ -22,11 +22,11 @@ export interface StandardHeaderImageTextModule {
22
22
  * @type {TextComponent}
23
23
  * @memberof StandardHeaderImageTextModule
24
24
  */
25
- headline?: TextComponent;
25
+ 'headline'?: TextComponent;
26
26
  /**
27
27
  *
28
28
  * @type {StandardImageTextBlock}
29
29
  * @memberof StandardHeaderImageTextModule
30
30
  */
31
- block?: StandardImageTextBlock;
31
+ 'block'?: StandardImageTextBlock;
32
32
  }
@@ -22,11 +22,11 @@ export interface StandardHeaderTextListBlock {
22
22
  * @type {TextComponent}
23
23
  * @memberof StandardHeaderTextListBlock
24
24
  */
25
- headline?: TextComponent;
25
+ 'headline'?: TextComponent;
26
26
  /**
27
27
  *
28
28
  * @type {StandardTextListBlock}
29
29
  * @memberof StandardHeaderTextListBlock
30
30
  */
31
- block?: StandardTextListBlock;
31
+ 'block'?: StandardTextListBlock;
32
32
  }
@@ -22,11 +22,11 @@ export interface StandardImageCaptionBlock {
22
22
  * @type {ImageComponent}
23
23
  * @memberof StandardImageCaptionBlock
24
24
  */
25
- image?: ImageComponent;
25
+ 'image'?: ImageComponent;
26
26
  /**
27
27
  *
28
28
  * @type {TextComponent}
29
29
  * @memberof StandardImageCaptionBlock
30
30
  */
31
- caption?: TextComponent;
31
+ 'caption'?: TextComponent;
32
32
  }