fix: Images.Variants is an array of ImageType objects.
This commit is contained in:
parent
9aaeaa9979
commit
41843f35e7
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"superagent": "^9.0.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/src/index",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ export class Images {
|
|||
/**
|
||||
* @member {Array.<module:model/ImageType>} Variants
|
||||
*/
|
||||
public Variants?: ImageType;
|
||||
public Variants?: ImageType[];
|
||||
|
||||
/**
|
||||
* Constructs a <code>Images</code> from a plain JavaScript object, optionally creating a new instance.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user