@maxim_mazurok/gapi.client.merchantapi-products_v1beta 0.0.20250808 → 0.0.20250811

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 -4
  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: 20250808
12
+ // Revision: 20250811
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -579,7 +579,7 @@ declare namespace gapi.client {
579
579
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
580
580
  uploadType?: string;
581
581
  }): Request<{}>;
582
- /** [Uploads a product input to your Merchant Center account](/merchant/api/guides/products/overview#upload-product-input). You must have a products [data source](/merchant/api/guides/data-sources/overview) to be able to insert a product. The unique identifier of the data source is passed as a query parameter in the request URL. If a product input with the same contentLanguage, offerId, and dataSource already exists, then the product input inserted by this method replaces that entry. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved. */
582
+ /** [Uploads a product input to your Merchant Center account](/merchant/api/guides/products/add-manage#add_a_product). You must have a products [data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source) to be able to insert a product. The unique identifier of the data source is passed as a query parameter in the request URL. If a product input with the same contentLanguage, offerId, and dataSource already exists, then the product input inserted by this method replaces that entry. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved. */
583
583
  insert(request: {
584
584
  /** V1 error format. */
585
585
  '$.xgafv'?: string;
@@ -589,7 +589,7 @@ declare namespace gapi.client {
589
589
  alt?: string;
590
590
  /** JSONP */
591
591
  callback?: string;
592
- /** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Overview of Data sources sub-API](/merchant/api/guides/data-sources/overview). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`. */
592
+ /** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Create a primary data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`. */
593
593
  dataSource?: string;
594
594
  /** Selector specifying which fields to include in a partial response. */
595
595
  fields?: string;
@@ -620,7 +620,7 @@ declare namespace gapi.client {
620
620
  alt?: string;
621
621
  /** JSONP */
622
622
  callback?: string;
623
- /** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Overview of Data sources sub-API](/merchant/api/guides/data-sources/overview). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`. */
623
+ /** Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Create a primary data source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`. */
624
624
  dataSource?: string;
625
625
  /** Selector specifying which fields to include in a partial response. */
626
626
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.merchantapi-products_v1beta",
3
- "version": "0.0.20250808",
3
+ "version": "0.0.20250811",
4
4
  "description": "TypeScript typings for Merchant API products_v1beta",
5
5
  "repository": {
6
6
  "type": "git",