@maxim_mazurok/gapi.client.merchantapi-products_v1 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.
- package/index.d.ts +9 -1
- 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_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251110
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -608,6 +608,8 @@ declare namespace gapi.client {
|
|
|
608
608
|
oauth_token?: string;
|
|
609
609
|
/** Returns response with indentations and line breaks. */
|
|
610
610
|
prettyPrint?: boolean;
|
|
611
|
+
/** 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. */
|
|
612
|
+
productIdBase64UrlEncoded?: boolean;
|
|
611
613
|
/** 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. */
|
|
612
614
|
quotaUser?: string;
|
|
613
615
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
@@ -699,6 +701,8 @@ declare namespace gapi.client {
|
|
|
699
701
|
oauth_token?: string;
|
|
700
702
|
/** Returns response with indentations and line breaks. */
|
|
701
703
|
prettyPrint?: boolean;
|
|
704
|
+
/** 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. */
|
|
705
|
+
productIdBase64UrlEncoded?: boolean;
|
|
702
706
|
/** 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. */
|
|
703
707
|
quotaUser?: string;
|
|
704
708
|
/** 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. */
|
|
@@ -732,6 +736,8 @@ declare namespace gapi.client {
|
|
|
732
736
|
oauth_token?: string;
|
|
733
737
|
/** Returns response with indentations and line breaks. */
|
|
734
738
|
prettyPrint?: boolean;
|
|
739
|
+
/** 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. */
|
|
740
|
+
productIdBase64UrlEncoded?: boolean;
|
|
735
741
|
/** 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. */
|
|
736
742
|
quotaUser?: string;
|
|
737
743
|
/** 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. */
|
|
@@ -765,6 +771,8 @@ declare namespace gapi.client {
|
|
|
765
771
|
oauth_token?: string;
|
|
766
772
|
/** Returns response with indentations and line breaks. */
|
|
767
773
|
prettyPrint?: boolean;
|
|
774
|
+
/** 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. */
|
|
775
|
+
productIdBase64UrlEncoded?: boolean;
|
|
768
776
|
/** 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. */
|
|
769
777
|
quotaUser?: string;
|
|
770
778
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|