@maxim_mazurok/gapi.client.content-v2.1
Advanced tools
Comparing version 0.0.20231002 to 0.0.20231003
{ | ||
"name": "@maxim_mazurok/gapi.client.content-v2.1", | ||
"version": "0.0.20231002", | ||
"version": "0.0.20231003", | ||
"description": "TypeScript typings for Content API for Shopping v2.1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -330,3 +330,3 @@ # TypeScript typings for Content API for Shopping v2.1 | ||
/* | ||
Requests a review of free listings in a specific region. | ||
Requests a review of free listings in a specific region. This method deprecated. Use the `MerchantSupportService` to view product and account issues and request a review. | ||
*/ | ||
@@ -901,5 +901,5 @@ await gapi.client.content.freelistingsprogram.requestreview({ merchantId: "merchantId", }); | ||
/* | ||
Requests a review of Shopping ads in a specific region. | ||
Requests a review of Shopping ads in a specific region. This method deprecated. Use the `MerchantSupportService` to view product and account issues and request a review. | ||
*/ | ||
await gapi.client.content.shoppingadsprogram.requestreview({ merchantId: "merchantId", }); | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1171442