@sp-api-sdk/aplus-content-api-2020-11-01 2.0.7 → 2.1.0

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 (65) hide show
  1. package/dist/cjs/src/api-model/api/aplus-content-api.js +48 -15
  2. package/dist/cjs/src/api-model/base.js +7 -2
  3. package/dist/cjs/src/api-model/common.js +1 -1
  4. package/dist/cjs/src/api-model/configuration.js +8 -0
  5. package/dist/es/src/api-model/api/aplus-content-api.js +48 -15
  6. package/dist/es/src/api-model/base.js +6 -1
  7. package/dist/es/src/api-model/common.js +1 -1
  8. package/dist/es/src/api-model/configuration.js +8 -0
  9. package/dist/types/src/api-model/api/aplus-content-api.d.ts +74 -59
  10. package/dist/types/src/api-model/base.d.ts +14 -2
  11. package/dist/types/src/api-model/configuration.d.ts +8 -0
  12. package/dist/types/src/api-model/models/aplus-paginated-response.d.ts +2 -2
  13. package/dist/types/src/api-model/models/asin-metadata.d.ts +1 -1
  14. package/dist/types/src/api-model/models/content-document.d.ts +2 -2
  15. package/dist/types/src/api-model/models/content-metadata-record.d.ts +1 -1
  16. package/dist/types/src/api-model/models/content-metadata.d.ts +2 -2
  17. package/dist/types/src/api-model/models/content-module.d.ts +16 -16
  18. package/dist/types/src/api-model/models/content-record.d.ts +2 -2
  19. package/dist/types/src/api-model/models/decorator.d.ts +1 -1
  20. package/dist/types/src/api-model/models/get-content-document-response-all-of.d.ts +1 -1
  21. package/dist/types/src/api-model/models/get-content-document-response.d.ts +2 -2
  22. package/dist/types/src/api-model/models/image-component.d.ts +1 -1
  23. package/dist/types/src/api-model/models/image-crop-specification.d.ts +2 -2
  24. package/dist/types/src/api-model/models/image-dimensions.d.ts +1 -1
  25. package/dist/types/src/api-model/models/image-offsets.d.ts +1 -1
  26. package/dist/types/src/api-model/models/list-content-document-asin-relations-response-all-of.d.ts +1 -1
  27. package/dist/types/src/api-model/models/list-content-document-asin-relations-response.d.ts +2 -2
  28. package/dist/types/src/api-model/models/paragraph-component.d.ts +1 -1
  29. package/dist/types/src/api-model/models/post-content-document-approval-submission-response.d.ts +1 -1
  30. package/dist/types/src/api-model/models/post-content-document-asin-relations-response.d.ts +1 -1
  31. package/dist/types/src/api-model/models/post-content-document-request.d.ts +1 -1
  32. package/dist/types/src/api-model/models/post-content-document-response.d.ts +2 -2
  33. package/dist/types/src/api-model/models/post-content-document-suspend-submission-response.d.ts +1 -1
  34. package/dist/types/src/api-model/models/publish-record.d.ts +1 -1
  35. package/dist/types/src/api-model/models/search-content-documents-response-all-of.d.ts +1 -1
  36. package/dist/types/src/api-model/models/search-content-documents-response.d.ts +2 -2
  37. package/dist/types/src/api-model/models/search-content-publish-records-response-all-of.d.ts +1 -1
  38. package/dist/types/src/api-model/models/search-content-publish-records-response.d.ts +2 -2
  39. package/dist/types/src/api-model/models/standard-company-logo-module.d.ts +1 -1
  40. package/dist/types/src/api-model/models/standard-comparison-product-block.d.ts +2 -2
  41. package/dist/types/src/api-model/models/standard-comparison-table-module.d.ts +2 -2
  42. package/dist/types/src/api-model/models/standard-four-image-text-module.d.ts +2 -2
  43. package/dist/types/src/api-model/models/standard-four-image-text-quadrant-module.d.ts +1 -1
  44. package/dist/types/src/api-model/models/standard-header-image-text-module.d.ts +2 -2
  45. package/dist/types/src/api-model/models/standard-header-text-list-block.d.ts +2 -2
  46. package/dist/types/src/api-model/models/standard-image-caption-block.d.ts +2 -2
  47. package/dist/types/src/api-model/models/standard-image-sidebar-module.d.ts +5 -5
  48. package/dist/types/src/api-model/models/standard-image-text-block.d.ts +3 -3
  49. package/dist/types/src/api-model/models/standard-image-text-caption-block.d.ts +2 -2
  50. package/dist/types/src/api-model/models/standard-image-text-overlay-module.d.ts +2 -2
  51. package/dist/types/src/api-model/models/standard-multiple-image-text-module.d.ts +1 -1
  52. package/dist/types/src/api-model/models/standard-product-description-module.d.ts +1 -1
  53. package/dist/types/src/api-model/models/standard-single-image-highlights-module.d.ts +4 -4
  54. package/dist/types/src/api-model/models/standard-single-image-specs-detail-module.d.ts +4 -4
  55. package/dist/types/src/api-model/models/standard-single-side-image-module.d.ts +2 -2
  56. package/dist/types/src/api-model/models/standard-tech-specs-module.d.ts +2 -2
  57. package/dist/types/src/api-model/models/standard-text-block.d.ts +2 -2
  58. package/dist/types/src/api-model/models/standard-text-list-block.d.ts +1 -1
  59. package/dist/types/src/api-model/models/standard-text-module.d.ts +2 -2
  60. package/dist/types/src/api-model/models/standard-text-pair-block.d.ts +1 -1
  61. package/dist/types/src/api-model/models/standard-three-image-text-module.d.ts +2 -2
  62. package/dist/types/src/api-model/models/text-component.d.ts +1 -1
  63. package/dist/types/src/api-model/models/text-item.d.ts +1 -1
  64. package/dist/types/src/api-model/models/validate-content-document-asin-relations-response.d.ts +2 -2
  65. package/package.json +4 -4
@@ -9,22 +9,22 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ContentModuleType } from './content-module-type';
13
- import { StandardCompanyLogoModule } from './standard-company-logo-module';
14
- import { StandardComparisonTableModule } from './standard-comparison-table-module';
15
- import { StandardFourImageTextModule } from './standard-four-image-text-module';
16
- import { StandardFourImageTextQuadrantModule } from './standard-four-image-text-quadrant-module';
17
- import { StandardHeaderImageTextModule } from './standard-header-image-text-module';
18
- import { StandardImageSidebarModule } from './standard-image-sidebar-module';
19
- import { StandardImageTextOverlayModule } from './standard-image-text-overlay-module';
20
- import { StandardMultipleImageTextModule } from './standard-multiple-image-text-module';
21
- import { StandardProductDescriptionModule } from './standard-product-description-module';
22
- import { StandardSingleImageHighlightsModule } from './standard-single-image-highlights-module';
23
- import { StandardSingleImageSpecsDetailModule } from './standard-single-image-specs-detail-module';
24
- import { StandardSingleSideImageModule } from './standard-single-side-image-module';
25
- import { StandardTechSpecsModule } from './standard-tech-specs-module';
26
- import { StandardTextModule } from './standard-text-module';
27
- import { StandardThreeImageTextModule } from './standard-three-image-text-module';
12
+ import type { ContentModuleType } from './content-module-type';
13
+ import type { StandardCompanyLogoModule } from './standard-company-logo-module';
14
+ import type { StandardComparisonTableModule } from './standard-comparison-table-module';
15
+ import type { StandardFourImageTextModule } from './standard-four-image-text-module';
16
+ import type { StandardFourImageTextQuadrantModule } from './standard-four-image-text-quadrant-module';
17
+ import type { StandardHeaderImageTextModule } from './standard-header-image-text-module';
18
+ import type { StandardImageSidebarModule } from './standard-image-sidebar-module';
19
+ import type { StandardImageTextOverlayModule } from './standard-image-text-overlay-module';
20
+ import type { StandardMultipleImageTextModule } from './standard-multiple-image-text-module';
21
+ import type { StandardProductDescriptionModule } from './standard-product-description-module';
22
+ import type { StandardSingleImageHighlightsModule } from './standard-single-image-highlights-module';
23
+ import type { StandardSingleImageSpecsDetailModule } from './standard-single-image-specs-detail-module';
24
+ import type { StandardSingleSideImageModule } from './standard-single-side-image-module';
25
+ import type { StandardTechSpecsModule } from './standard-tech-specs-module';
26
+ import type { StandardTextModule } from './standard-text-module';
27
+ import type { StandardThreeImageTextModule } from './standard-three-image-text-module';
28
28
  /**
29
29
  * An A+ Content module. An A+ Content document is composed of content modules. The contentModuleType property selects which content module types to use.
30
30
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ContentDocument } from './content-document';
13
- import { ContentMetadata } from './content-metadata';
12
+ import type { ContentDocument } from './content-document';
13
+ import type { ContentMetadata } from './content-metadata';
14
14
  /**
15
15
  * A content document with additional information for content management.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { DecoratorType } from './decorator-type';
12
+ import type { DecoratorType } from './decorator-type';
13
13
  /**
14
14
  * A decorator applied to a content string value in order to create rich text.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ContentRecord } from './content-record';
12
+ import type { ContentRecord } from './content-record';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusResponse } from './aplus-response';
13
- import { GetContentDocumentResponseAllOf } from './get-content-document-response-all-of';
12
+ import type { AplusResponse } from './aplus-response';
13
+ import type { GetContentDocumentResponseAllOf } from './get-content-document-response-all-of';
14
14
  /**
15
15
  * @type GetContentDocumentResponse
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageCropSpecification } from './image-crop-specification';
12
+ import type { ImageCropSpecification } from './image-crop-specification';
13
13
  /**
14
14
  * A reference to an image, hosted in the A+ Content media library.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageDimensions } from './image-dimensions';
13
- import { ImageOffsets } from './image-offsets';
12
+ import type { ImageDimensions } from './image-dimensions';
13
+ import type { ImageOffsets } from './image-offsets';
14
14
  /**
15
15
  * The instructions for optionally cropping an image. If no cropping is desired, set the dimensions to the original image size. If the image is cropped and no offset values are provided, then the coordinates of the top left corner of the cropped image, relative to the original image, are defaulted to (0,0).
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { IntegerWithUnits } from './integer-with-units';
12
+ import type { IntegerWithUnits } from './integer-with-units';
13
13
  /**
14
14
  * The dimensions extending from the top left corner of the cropped image, or the top left corner of the original image if there is no cropping. Only `pixels` is allowed as the units value for ImageDimensions.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { IntegerWithUnits } from './integer-with-units';
12
+ import type { IntegerWithUnits } from './integer-with-units';
13
13
  /**
14
14
  * The top left corner of the cropped image, specified in the original image\'s coordinate space.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AsinMetadata } from './asin-metadata';
12
+ import type { AsinMetadata } from './asin-metadata';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusPaginatedResponse } from './aplus-paginated-response';
13
- import { ListContentDocumentAsinRelationsResponseAllOf } from './list-content-document-asin-relations-response-all-of';
12
+ import type { AplusPaginatedResponse } from './aplus-paginated-response';
13
+ import type { ListContentDocumentAsinRelationsResponseAllOf } from './list-content-document-asin-relations-response-all-of';
14
14
  /**
15
15
  * @type ListContentDocumentAsinRelationsResponse
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TextComponent } from './text-component';
12
+ import type { TextComponent } from './text-component';
13
13
  /**
14
14
  * A list of rich text content, usually presented in a text box.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusResponse } from './aplus-response';
12
+ import type { AplusResponse } from './aplus-response';
13
13
  /**
14
14
  * @type PostContentDocumentApprovalSubmissionResponse
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusResponse } from './aplus-response';
12
+ import type { AplusResponse } from './aplus-response';
13
13
  /**
14
14
  * @type PostContentDocumentAsinRelationsResponse
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ContentDocument } from './content-document';
12
+ import type { ContentDocument } from './content-document';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusResponse } from './aplus-response';
13
- import { PostContentDocumentResponseAllOf } from './post-content-document-response-all-of';
12
+ import type { AplusResponse } from './aplus-response';
13
+ import type { PostContentDocumentResponseAllOf } from './post-content-document-response-all-of';
14
14
  /**
15
15
  * @type PostContentDocumentResponse
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusResponse } from './aplus-response';
12
+ import type { AplusResponse } from './aplus-response';
13
13
  /**
14
14
  * @type PostContentDocumentSuspendSubmissionResponse
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ContentType } from './content-type';
12
+ import type { ContentType } from './content-type';
13
13
  /**
14
14
  * The full context for an A+ Content publishing event.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ContentMetadataRecord } from './content-metadata-record';
12
+ import type { ContentMetadataRecord } from './content-metadata-record';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusPaginatedResponse } from './aplus-paginated-response';
13
- import { SearchContentDocumentsResponseAllOf } from './search-content-documents-response-all-of';
12
+ import type { AplusPaginatedResponse } from './aplus-paginated-response';
13
+ import type { SearchContentDocumentsResponseAllOf } from './search-content-documents-response-all-of';
14
14
  /**
15
15
  * @type SearchContentDocumentsResponse
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PublishRecord } from './publish-record';
12
+ import type { PublishRecord } from './publish-record';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusPaginatedResponse } from './aplus-paginated-response';
13
- import { SearchContentPublishRecordsResponseAllOf } from './search-content-publish-records-response-all-of';
12
+ import type { AplusPaginatedResponse } from './aplus-paginated-response';
13
+ import type { SearchContentPublishRecordsResponseAllOf } from './search-content-publish-records-response-all-of';
14
14
  /**
15
15
  * @type SearchContentPublishRecordsResponse
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageComponent } from './image-component';
12
+ import type { ImageComponent } from './image-component';
13
13
  /**
14
14
  * The standard company logo image.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageComponent } from './image-component';
13
- import { PlainTextItem } from './plain-text-item';
12
+ import type { ImageComponent } from './image-component';
13
+ import type { PlainTextItem } from './plain-text-item';
14
14
  /**
15
15
  * The A+ Content standard comparison product block.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PlainTextItem } from './plain-text-item';
13
- import { StandardComparisonProductBlock } from './standard-comparison-product-block';
12
+ import type { PlainTextItem } from './plain-text-item';
13
+ import type { StandardComparisonProductBlock } from './standard-comparison-product-block';
14
14
  /**
15
15
  * The standard product comparison table.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageTextBlock } from './standard-image-text-block';
13
- import { TextComponent } from './text-component';
12
+ import type { StandardImageTextBlock } from './standard-image-text-block';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * Four standard images with text, presented across a single row.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageTextBlock } from './standard-image-text-block';
12
+ import type { StandardImageTextBlock } from './standard-image-text-block';
13
13
  /**
14
14
  * Four standard images with text, presented on a grid of four quadrants.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageTextBlock } from './standard-image-text-block';
13
- import { TextComponent } from './text-component';
12
+ import type { StandardImageTextBlock } from './standard-image-text-block';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * Standard headline text, an image, and body text.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardTextListBlock } from './standard-text-list-block';
13
- import { TextComponent } from './text-component';
12
+ import type { StandardTextListBlock } from './standard-text-list-block';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * The A+ standard fixed-length list of text, with a related headline.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageComponent } from './image-component';
13
- import { TextComponent } from './text-component';
12
+ import type { ImageComponent } from './image-component';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * The A+ Content standard image and caption block.
16
16
  * @export
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageCaptionBlock } from './standard-image-caption-block';
13
- import { StandardImageTextBlock } from './standard-image-text-block';
14
- import { StandardTextBlock } from './standard-text-block';
15
- import { StandardTextListBlock } from './standard-text-list-block';
16
- import { TextComponent } from './text-component';
12
+ import type { StandardImageCaptionBlock } from './standard-image-caption-block';
13
+ import type { StandardImageTextBlock } from './standard-image-text-block';
14
+ import type { StandardTextBlock } from './standard-text-block';
15
+ import type { StandardTextListBlock } from './standard-text-list-block';
16
+ import type { TextComponent } from './text-component';
17
17
  /**
18
18
  * Two images, two paragraphs, and two bulleted lists. One image is smaller and displayed in the sidebar.
19
19
  * @export
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageComponent } from './image-component';
13
- import { ParagraphComponent } from './paragraph-component';
14
- import { TextComponent } from './text-component';
12
+ import type { ImageComponent } from './image-component';
13
+ import type { ParagraphComponent } from './paragraph-component';
14
+ import type { TextComponent } from './text-component';
15
15
  /**
16
16
  * The A+ Content standard image and text box block.
17
17
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageTextBlock } from './standard-image-text-block';
13
- import { TextComponent } from './text-component';
12
+ import type { StandardImageTextBlock } from './standard-image-text-block';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * The A+ Content standard image and text block, with a related caption. The caption may not display on all devices.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ColorType } from './color-type';
13
- import { StandardImageTextBlock } from './standard-image-text-block';
12
+ import type { ColorType } from './color-type';
13
+ import type { StandardImageTextBlock } from './standard-image-text-block';
14
14
  /**
15
15
  * A standard background image with a floating text box.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageTextCaptionBlock } from './standard-image-text-caption-block';
12
+ import type { StandardImageTextCaptionBlock } from './standard-image-text-caption-block';
13
13
  /**
14
14
  * Standard images with text, presented one at a time. The user clicks on thumbnails to view each block.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ParagraphComponent } from './paragraph-component';
12
+ import type { ParagraphComponent } from './paragraph-component';
13
13
  /**
14
14
  * Standard product description text.
15
15
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageComponent } from './image-component';
13
- import { StandardHeaderTextListBlock } from './standard-header-text-list-block';
14
- import { StandardTextBlock } from './standard-text-block';
15
- import { TextComponent } from './text-component';
12
+ import type { ImageComponent } from './image-component';
13
+ import type { StandardHeaderTextListBlock } from './standard-header-text-list-block';
14
+ import type { StandardTextBlock } from './standard-text-block';
15
+ import type { TextComponent } from './text-component';
16
16
  /**
17
17
  * A standard image with several paragraphs and a bulleted list.
18
18
  * @export
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ImageComponent } from './image-component';
13
- import { StandardHeaderTextListBlock } from './standard-header-text-list-block';
14
- import { StandardTextBlock } from './standard-text-block';
15
- import { TextComponent } from './text-component';
12
+ import type { ImageComponent } from './image-component';
13
+ import type { StandardHeaderTextListBlock } from './standard-header-text-list-block';
14
+ import type { StandardTextBlock } from './standard-text-block';
15
+ import type { TextComponent } from './text-component';
16
16
  /**
17
17
  * A standard image with paragraphs and a bulleted list, and extra space for technical details.
18
18
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { PositionType } from './position-type';
13
- import { StandardImageTextBlock } from './standard-image-text-block';
12
+ import type { PositionType } from './position-type';
13
+ import type { StandardImageTextBlock } from './standard-image-text-block';
14
14
  /**
15
15
  * A standard headline and body text with an image on the side.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardTextPairBlock } from './standard-text-pair-block';
13
- import { TextComponent } from './text-component';
12
+ import type { StandardTextPairBlock } from './standard-text-pair-block';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * The standard table of technical feature names and definitions.
16
16
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ParagraphComponent } from './paragraph-component';
13
- import { TextComponent } from './text-component';
12
+ import type { ParagraphComponent } from './paragraph-component';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * The A+ Content standard text box block, comprised of a paragraph with a headline.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TextItem } from './text-item';
12
+ import type { TextItem } from './text-item';
13
13
  /**
14
14
  * The A+ Content standard fixed length list of text, usually presented as bullet points.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { ParagraphComponent } from './paragraph-component';
13
- import { TextComponent } from './text-component';
12
+ import type { ParagraphComponent } from './paragraph-component';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * A standard headline and body text.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TextComponent } from './text-component';
12
+ import type { TextComponent } from './text-component';
13
13
  /**
14
14
  * The A+ Content standard label and description block, comprised of a pair of text components.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { StandardImageTextBlock } from './standard-image-text-block';
13
- import { TextComponent } from './text-component';
12
+ import type { StandardImageTextBlock } from './standard-image-text-block';
13
+ import type { TextComponent } from './text-component';
14
14
  /**
15
15
  * Three standard images with text, presented across a single row.
16
16
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Decorator } from './decorator';
12
+ import type { Decorator } from './decorator';
13
13
  /**
14
14
  * Rich text content.
15
15
  * @export
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TextComponent } from './text-component';
12
+ import type { TextComponent } from './text-component';
13
13
  /**
14
14
  * Rich positional text, usually presented as a collection of bullet points.
15
15
  * @export
@@ -9,8 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AplusResponse } from './aplus-response';
13
- import { ErrorList } from './error-list';
12
+ import type { AplusResponse } from './aplus-response';
13
+ import type { ErrorList } from './error-list';
14
14
  /**
15
15
  * @type ValidateContentDocumentAsinRelationsResponse
16
16
  * @export
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/aplus-content-api-2020-11-01",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "With the A+ Content API, you can build applications that help selling partners add rich marketing content to their Amazon product detail pages. A+ content helps selling partners share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners assemble content by choosing from content modules and adding images and text.",
5
- "version": "2.0.7",
5
+ "version": "2.1.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.0.7",
22
- "axios": "^1.6.8"
21
+ "@sp-api-sdk/common": "2.0.8",
22
+ "axios": "^1.7.0"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "aplus content api"
42
42
  ],
43
- "gitHead": "556cf5234c43b36ddaffa12f795a925b1c7fc63b"
43
+ "gitHead": "5a245a25a9f1765c825e2178668d4b0f4e44689b"
44
44
  }