@maxim_mazurok/gapi.client.merchantapi-products_v1beta 0.0.20250701 → 0.0.20250710

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -2
  2. 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: 20250701
12
+ // Revision: 20250710
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -99,8 +99,10 @@ declare namespace gapi.client {
99
99
  gender?: string;
100
100
  /** Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API. */
101
101
  googleProductCategory?: string;
102
- /** Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs. */
102
+ /** Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs. Deprecated: Use `gtins` instead. */
103
103
  gtin?: string[];
104
+ /** Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the item. You can provide up to 10 GTINs. */
105
+ gtins?: string[];
104
106
  /** Set this value to false when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Defaults to true, if not provided. */
105
107
  identifierExists?: boolean;
106
108
  /** URL of an image of the item. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.merchantapi-products_v1beta",
3
- "version": "0.0.20250701",
3
+ "version": "0.0.20250710",
4
4
  "description": "TypeScript typings for Merchant API products_v1beta",
5
5
  "repository": {
6
6
  "type": "git",