@sp-api-sdk/aplus-content-api-2020-11-01
Advanced tools
Comparing version 1.10.5 to 1.10.6
@@ -19,2 +19,2 @@ /** | ||
*/ | ||
export declare type AplusPaginatedResponse = AplusPaginatedResponseAllOf & AplusResponse; | ||
export type AplusPaginatedResponse = AplusPaginatedResponseAllOf & AplusResponse; |
@@ -23,2 +23,2 @@ /** | ||
}; | ||
export declare type AsinBadge = typeof AsinBadge[keyof typeof AsinBadge]; | ||
export type AsinBadge = typeof AsinBadge[keyof typeof AsinBadge]; |
@@ -21,2 +21,2 @@ /** | ||
}; | ||
export declare type ColorType = typeof ColorType[keyof typeof ColorType]; | ||
export type ColorType = typeof ColorType[keyof typeof ColorType]; |
@@ -24,2 +24,2 @@ /** | ||
}; | ||
export declare type ContentBadge = typeof ContentBadge[keyof typeof ContentBadge]; | ||
export type ContentBadge = typeof ContentBadge[keyof typeof ContentBadge]; |
@@ -34,2 +34,2 @@ /** | ||
}; | ||
export declare type ContentModuleType = typeof ContentModuleType[keyof typeof ContentModuleType]; | ||
export type ContentModuleType = typeof ContentModuleType[keyof typeof ContentModuleType]; |
@@ -23,2 +23,2 @@ /** | ||
}; | ||
export declare type ContentStatus = typeof ContentStatus[keyof typeof ContentStatus]; | ||
export type ContentStatus = typeof ContentStatus[keyof typeof ContentStatus]; |
@@ -21,2 +21,2 @@ /** | ||
}; | ||
export declare type ContentType = typeof ContentType[keyof typeof ContentType]; | ||
export type ContentType = typeof ContentType[keyof typeof ContentType]; |
@@ -27,2 +27,2 @@ /** | ||
}; | ||
export declare type DecoratorType = typeof DecoratorType[keyof typeof DecoratorType]; | ||
export type DecoratorType = typeof DecoratorType[keyof typeof DecoratorType]; |
@@ -18,2 +18,2 @@ /** | ||
*/ | ||
export declare type GetContentDocumentResponse = AplusResponse & GetContentDocumentResponseAllOf; | ||
export type GetContentDocumentResponse = AplusResponse & GetContentDocumentResponseAllOf; |
@@ -18,2 +18,2 @@ /** | ||
*/ | ||
export declare type ListContentDocumentAsinRelationsResponse = AplusPaginatedResponse & ListContentDocumentAsinRelationsResponseAllOf; | ||
export type ListContentDocumentAsinRelationsResponse = AplusPaginatedResponse & ListContentDocumentAsinRelationsResponseAllOf; |
@@ -21,2 +21,2 @@ /** | ||
}; | ||
export declare type PositionType = typeof PositionType[keyof typeof PositionType]; | ||
export type PositionType = typeof PositionType[keyof typeof PositionType]; |
@@ -17,2 +17,2 @@ /** | ||
*/ | ||
export declare type PostContentDocumentApprovalSubmissionResponse = AplusResponse; | ||
export type PostContentDocumentApprovalSubmissionResponse = AplusResponse; |
@@ -17,2 +17,2 @@ /** | ||
*/ | ||
export declare type PostContentDocumentAsinRelationsResponse = AplusResponse; | ||
export type PostContentDocumentAsinRelationsResponse = AplusResponse; |
@@ -18,2 +18,2 @@ /** | ||
*/ | ||
export declare type PostContentDocumentResponse = AplusResponse & PostContentDocumentResponseAllOf; | ||
export type PostContentDocumentResponse = AplusResponse & PostContentDocumentResponseAllOf; |
@@ -17,2 +17,2 @@ /** | ||
*/ | ||
export declare type PostContentDocumentSuspendSubmissionResponse = AplusResponse; | ||
export type PostContentDocumentSuspendSubmissionResponse = AplusResponse; |
@@ -18,2 +18,2 @@ /** | ||
*/ | ||
export declare type SearchContentDocumentsResponse = AplusPaginatedResponse & SearchContentDocumentsResponseAllOf; | ||
export type SearchContentDocumentsResponse = AplusPaginatedResponse & SearchContentDocumentsResponseAllOf; |
@@ -18,2 +18,2 @@ /** | ||
*/ | ||
export declare type SearchContentPublishRecordsResponse = AplusPaginatedResponse & SearchContentPublishRecordsResponseAllOf; | ||
export type SearchContentPublishRecordsResponse = AplusPaginatedResponse & SearchContentPublishRecordsResponseAllOf; |
@@ -18,2 +18,2 @@ /** | ||
*/ | ||
export declare type ValidateContentDocumentAsinRelationsResponse = AplusResponse & ErrorList; | ||
export type ValidateContentDocumentAsinRelationsResponse = AplusResponse & ErrorList; |
@@ -5,3 +5,3 @@ { | ||
"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.", | ||
"version": "1.10.5", | ||
"version": "1.10.6", | ||
"main": "dist/cjs/index.js", | ||
@@ -30,3 +30,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "^1.9.17", | ||
"@sp-api-sdk/common": "^1.9.18", | ||
"axios": "^0.27.2" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "07823635b37c2e82b4b6ad962d8ef4b7318a011c" | ||
"gitHead": "59d4ae523f7261bbee380ef3bd43a368266a55a6" | ||
} |
469514
Updated@sp-api-sdk/common@^1.9.18