@maxim_mazurok/gapi.client.merchantapi-issueresolution_v1beta 0.2.20260821 → 0.2.20260831
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 +5 -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=issueresolution_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260831
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -101,7 +101,8 @@ declare namespace gapi.client {
|
|
|
101
101
|
| 'LOCAL_CLOUD_RETAIL'
|
|
102
102
|
| 'PRODUCT_REVIEWS'
|
|
103
103
|
| 'MERCHANT_REVIEWS'
|
|
104
|
-
| 'YOUTUBE_CHECKOUT'
|
|
104
|
+
| 'YOUTUBE_CHECKOUT'
|
|
105
|
+
| 'RENTAL_ADS';
|
|
105
106
|
/** Products statistics for the given reporting context and country. */
|
|
106
107
|
stats?: Stats;
|
|
107
108
|
}
|
|
@@ -261,7 +262,8 @@ declare namespace gapi.client {
|
|
|
261
262
|
| 'LOCAL_CLOUD_RETAIL'
|
|
262
263
|
| 'PRODUCT_REVIEWS'
|
|
263
264
|
| 'MERCHANT_REVIEWS'
|
|
264
|
-
| 'YOUTUBE_CHECKOUT'
|
|
265
|
+
| 'YOUTUBE_CHECKOUT'
|
|
266
|
+
| 'RENTAL_ADS';
|
|
265
267
|
}
|
|
266
268
|
interface ProductStatusChangeMessage {
|
|
267
269
|
/** The target account that owns the entity that changed. Format : `accounts/{merchant_id}` */
|
package/package.json
CHANGED