@sp-api-sdk/aplus-content-api-2020-11-01 1.7.7 → 1.7.8
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/package.json +2 -2
- package/dist/cjs/src/api-model/models/get-content-document-included-data-type.js +0 -26
- package/dist/cjs/src/api-model/models/list-content-document-asin-relations-included-data-type.js +0 -25
- package/dist/es/src/api-model/models/get-content-document-included-data-type.js +0 -23
- package/dist/es/src/api-model/models/list-content-document-asin-relations-included-data-type.js +0 -22
- package/dist/types/src/api-model/models/get-content-document-included-data-type.d.ts +0 -20
- package/dist/types/src/api-model/models/list-content-document-asin-relations-included-data-type.d.ts +0 -19
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/aplus-content-api-2020-11-01",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@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": "1.7.
|
|
5
|
+
"version": "1.7.8",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sp sdk",
|
|
49
49
|
"aplus content api"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c3e42b71400941563ab1e3ec689fada6111e629d"
|
|
52
52
|
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for A+ Content Management
|
|
6
|
-
* 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.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2020-11-01
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.GetContentDocumentIncludedDataType = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* The type of data to include in the response, such as the contents or the metadata of the A+ Content documents.
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var GetContentDocumentIncludedDataType;
|
|
23
|
-
(function (GetContentDocumentIncludedDataType) {
|
|
24
|
-
GetContentDocumentIncludedDataType["Contents"] = "CONTENTS";
|
|
25
|
-
GetContentDocumentIncludedDataType["Metadata"] = "METADATA";
|
|
26
|
-
})(GetContentDocumentIncludedDataType = exports.GetContentDocumentIncludedDataType || (exports.GetContentDocumentIncludedDataType = {}));
|
package/dist/cjs/src/api-model/models/list-content-document-asin-relations-included-data-type.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for A+ Content Management
|
|
6
|
-
* 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.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2020-11-01
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ListContentDocumentAsinRelationsIncludedDataType = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* The type of data to include in the response, such as metadata about the related ASINs.
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var ListContentDocumentAsinRelationsIncludedDataType;
|
|
23
|
-
(function (ListContentDocumentAsinRelationsIncludedDataType) {
|
|
24
|
-
ListContentDocumentAsinRelationsIncludedDataType["Metadata"] = "METADATA";
|
|
25
|
-
})(ListContentDocumentAsinRelationsIncludedDataType = exports.ListContentDocumentAsinRelationsIncludedDataType || (exports.ListContentDocumentAsinRelationsIncludedDataType = {}));
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for A+ Content Management
|
|
5
|
-
* 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.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2020-11-01
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* The type of data to include in the response, such as the contents or the metadata of the A+ Content documents.
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export var GetContentDocumentIncludedDataType;
|
|
20
|
-
(function (GetContentDocumentIncludedDataType) {
|
|
21
|
-
GetContentDocumentIncludedDataType["Contents"] = "CONTENTS";
|
|
22
|
-
GetContentDocumentIncludedDataType["Metadata"] = "METADATA";
|
|
23
|
-
})(GetContentDocumentIncludedDataType || (GetContentDocumentIncludedDataType = {}));
|
package/dist/es/src/api-model/models/list-content-document-asin-relations-included-data-type.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for A+ Content Management
|
|
5
|
-
* 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.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2020-11-01
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* The type of data to include in the response, such as metadata about the related ASINs.
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export var ListContentDocumentAsinRelationsIncludedDataType;
|
|
20
|
-
(function (ListContentDocumentAsinRelationsIncludedDataType) {
|
|
21
|
-
ListContentDocumentAsinRelationsIncludedDataType["Metadata"] = "METADATA";
|
|
22
|
-
})(ListContentDocumentAsinRelationsIncludedDataType || (ListContentDocumentAsinRelationsIncludedDataType = {}));
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for A+ Content Management
|
|
3
|
-
* 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.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2020-11-01
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* The type of data to include in the response, such as the contents or the metadata of the A+ Content documents.
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare enum GetContentDocumentIncludedDataType {
|
|
18
|
-
Contents = "CONTENTS",
|
|
19
|
-
Metadata = "METADATA"
|
|
20
|
-
}
|
package/dist/types/src/api-model/models/list-content-document-asin-relations-included-data-type.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for A+ Content Management
|
|
3
|
-
* 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.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2020-11-01
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* The type of data to include in the response, such as metadata about the related ASINs.
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare enum ListContentDocumentAsinRelationsIncludedDataType {
|
|
18
|
-
Metadata = "METADATA"
|
|
19
|
-
}
|