@maxim_mazurok/gapi.client.merchantapi-products_v1beta 0.0.20250408 → 0.0.20250412
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/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://merchantapi.googleapis.com/$discovery/rest?version=products_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250412
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -219,9 +219,9 @@ declare namespace gapi.client {
|
|
|
219
219
|
interface AutomatedDiscounts {
|
|
220
220
|
/** The current sale price for products with a price optimized using Google Automated Discounts (GAD). Absent if the information about the GAD_price of the product is not available. */
|
|
221
221
|
gadPrice?: Price;
|
|
222
|
-
/** The price prior to the application of the first price reduction Absent if the information about the prior price of the product is not available. */
|
|
222
|
+
/** The price prior to the application of the first price reduction. Absent if the information about the prior price of the product is not available. */
|
|
223
223
|
priorPrice?: Price;
|
|
224
|
-
/** The price prior to the application of consecutive price reductions Absent if the information about the prior price of the product is not available. */
|
|
224
|
+
/** The price prior to the application of consecutive price reductions. Absent if the information about the prior price of the product is not available. */
|
|
225
225
|
priorPriceProgressive?: Price;
|
|
226
226
|
}
|
|
227
227
|
interface Certification {
|