dataforseo-client 1.0.26 → 1.0.27
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/CHANGELOG.md +4 -0
- package/main.d.ts +1070 -832
- package/main.js +918 -738
- package/main.js.map +1 -1
- package/main.ts +1999 -1571
- package/package.json +1 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
- add "website_name" in SerpApi 'paid' element item
|
|
2
|
+
- add 'RatingInfo' object in SerpApi 'paid' and 'shopping' elements
|
|
3
|
+
- add 'applicable_vouchers' array to 'amazon_product_info' element in MerchantApi
|
|
4
|
+
- change location fields to array type in request objects in GoogleTrends (KeywordData API) endpoints
|