fix: OfferListing.Promotions is an array.
This commit is contained in:
parent
a7a763638a
commit
c8e302acdb
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"superagent": "^9.0.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "amazon-pa-api5-node-ts",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK rewritten in TypeScript.",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/src/index.mjs",
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ export class OfferListing {
|
|||
/**
|
||||
* @member {Array.<module:model/OfferPromotion>} Promotions
|
||||
*/
|
||||
public Promotions?: OfferPromotion
|
||||
public Promotions?: OfferPromotion[]
|
||||
/**
|
||||
* @member {module:model/OfferPrice} SavingBasis
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user