@maxim_mazurok/gapi.client.merchantapi-products_v1beta 0.0.20250721 → 0.0.20250724

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 +3 -3
  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: 20250721
12
+ // Revision: 20250724
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -87,7 +87,7 @@ declare namespace gapi.client {
87
87
  displayAdsValue?: number;
88
88
  /** The energy efficiency class as defined in EU directive 2010/30/EU. */
89
89
  energyEfficiencyClass?: string;
90
- /** The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions. */
90
+ /** Destinations also known as [Marketing methods](https://support.google.com/merchants/answer/15130232) selections. The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center). For more information, see [Excluded destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions. */
91
91
  excludedDestinations?: string[];
92
92
  /** Date on which the item should expire, as specified upon insertion, in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual expiration date is exposed in `productstatuses` as [googleExpirationDate](https://support.google.com/merchants/answer/6324499) and might be earlier if `expirationDate` is too far in the future. */
93
93
  expirationDate?: string;
@@ -107,7 +107,7 @@ declare namespace gapi.client {
107
107
  identifierExists?: boolean;
108
108
  /** URL of an image of the item. */
109
109
  imageLink?: string;
110
- /** The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions. */
110
+ /** Destinations also known as [Marketing methods](https://support.google.com/merchants/answer/15130232) selections. The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in `excludedDestinations`. For more information, see [Included destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions. */
111
111
  includedDestinations?: string[];
112
112
  /** Number and amount of installments to pay for an item. */
113
113
  installment?: Installment;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.merchantapi-products_v1beta",
3
- "version": "0.0.20250721",
3
+ "version": "0.0.20250724",
4
4
  "description": "TypeScript typings for Merchant API products_v1beta",
5
5
  "repository": {
6
6
  "type": "git",