amazon-ad-api-tools
Advanced tools
Comparing version
@@ -553,2 +553,7 @@ const CustomError = require('./CustomError'); | ||
}; | ||
} else if (req_params.body?.startDate && req_params.body?.endDate) { | ||
dates = { | ||
startDate: req_params.body.startDate, | ||
endDate: req_params.body.endDate | ||
}; | ||
} | ||
@@ -555,0 +560,0 @@ req_params.method = 'POST'; |
{ | ||
"name": "amazon-ad-api-tools", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Amazon Advertising API client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
79205
0.23%1345
0.37%