@maxim_mazurok/gapi.client.merchantapi-products_v1beta 0.0.20251105 → 0.0.20251110

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 +9 -1
  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: 20251105
12
+ // Revision: 20251110
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -576,6 +576,8 @@ declare namespace gapi.client {
576
576
  oauth_token?: string;
577
577
  /** Returns response with indentations and line breaks. */
578
578
  prettyPrint?: boolean;
579
+ /** Optional. If true, the `{productInput}` in the `name` field of the request will be interpreted as unpadded base64url-encoded and decoded during request processing to match the decoded value. Default value is `false`. Use this if your `{productInput}` contains special characters, such as forward slash `/` or other characters that are unpadded base64url-encoded (as per RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future versions of the API will only accept unpadded base64url-encoded product ids, so we strongly recommend proactively setting this to `true` and encoding the product ids. */
580
+ productIdBase64UrlEncoded?: boolean;
579
581
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
580
582
  quotaUser?: string;
581
583
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -667,6 +669,8 @@ declare namespace gapi.client {
667
669
  oauth_token?: string;
668
670
  /** Returns response with indentations and line breaks. */
669
671
  prettyPrint?: boolean;
672
+ /** Optional. If true, the `{productInput}` in the `name` field of the request will be interpreted as unpadded base64url-encoded and decoded during request processing to match the decoded value. Default value is `false`. Use this if your `{productInput}` contains special characters, such as forward slash `/` or other characters that are unpadded base64url-encoded (as per RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future versions of the API will only accept unpadded base64url-encoded product ids, so we strongly recommend proactively setting this to `true` and encoding the product ids. */
673
+ productIdBase64UrlEncoded?: boolean;
670
674
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
671
675
  quotaUser?: string;
672
676
  /** Optional. The list of product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the `custom_attribute.` prefix. Providing special "*" value for full product replacement is not supported. */
@@ -700,6 +704,8 @@ declare namespace gapi.client {
700
704
  oauth_token?: string;
701
705
  /** Returns response with indentations and line breaks. */
702
706
  prettyPrint?: boolean;
707
+ /** Optional. If true, the `{productInput}` in the `name` field of the request will be interpreted as unpadded base64url-encoded and decoded during request processing to match the decoded value. Default value is `false`. Use this if your `{productInput}` contains special characters, such as forward slash `/` or other characters that are unpadded base64url-encoded (as per RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future versions of the API will only accept unpadded base64url-encoded product ids, so we strongly recommend proactively setting this to `true` and encoding the product ids. */
708
+ productIdBase64UrlEncoded?: boolean;
703
709
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
704
710
  quotaUser?: string;
705
711
  /** Optional. The list of product attributes to be updated. If the update mask is omitted, then it is treated as implied field mask equivalent to all fields that are populated (have a non-empty value). Attributes specified in the update mask without a value specified in the body will be deleted from the product. Update mask can only be specified for top level fields in attributes and custom attributes. To specify the update mask for custom attributes you need to add the `custom_attribute.` prefix. Providing special "*" value for full product replacement is not supported. */
@@ -733,6 +739,8 @@ declare namespace gapi.client {
733
739
  oauth_token?: string;
734
740
  /** Returns response with indentations and line breaks. */
735
741
  prettyPrint?: boolean;
742
+ /** Optional. If true, the `{product}` in the `name` field of the request will be interpreted as unpadded base64url-encoded and decoded during request processing to match the decoded value. Default value is `false`. Use this if your `{product}` contains special characters, such as forward slash `/` or other characters that are unpadded base64url-encoded (as per RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2). Note that future versions of the API will only accept unpadded base64url-encoded product ids, so we strongly recommend proactively setting this to `true` and encoding the product ids. */
743
+ productIdBase64UrlEncoded?: boolean;
736
744
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
737
745
  quotaUser?: string;
738
746
  /** Upload protocol for media (e.g. "raw", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.merchantapi-products_v1beta",
3
- "version": "0.0.20251105",
3
+ "version": "0.0.20251110",
4
4
  "description": "TypeScript typings for Merchant API products_v1beta",
5
5
  "repository": {
6
6
  "type": "git",