@maxim_mazurok/gapi.client.merchantapi-inventories_v1beta 0.0.20251105 → 0.0.20251109

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 +17 -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=inventories_v1beta
12
- // Revision: 20251105
12
+ // Revision: 20251109
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -159,6 +159,8 @@ declare namespace gapi.client {
159
159
  oauth_token?: string;
160
160
  /** Returns response with indentations and line breaks. */
161
161
  prettyPrint?: boolean;
162
+ /** 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. */
163
+ productIdBase64UrlEncoded?: boolean;
162
164
  /** 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. */
163
165
  quotaUser?: string;
164
166
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -186,6 +188,8 @@ declare namespace gapi.client {
186
188
  parent: string;
187
189
  /** Returns response with indentations and line breaks. */
188
190
  prettyPrint?: boolean;
191
+ /** Optional. If true, the `{product}` in the `parent` 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. */
192
+ productIdBase64UrlEncoded?: boolean;
189
193
  /** 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. */
190
194
  quotaUser?: string;
191
195
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -215,6 +219,8 @@ declare namespace gapi.client {
215
219
  parent: string;
216
220
  /** Returns response with indentations and line breaks. */
217
221
  prettyPrint?: boolean;
222
+ /** Optional. If true, the `{product}` in the `parent` 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. */
223
+ productIdBase64UrlEncoded?: boolean;
218
224
  /** 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. */
219
225
  quotaUser?: string;
220
226
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -248,6 +254,8 @@ declare namespace gapi.client {
248
254
  parent: string;
249
255
  /** Returns response with indentations and line breaks. */
250
256
  prettyPrint?: boolean;
257
+ /** Optional. If true, the `{product}` in the `parent` 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. */
258
+ productIdBase64UrlEncoded?: boolean;
251
259
  /** 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. */
252
260
  quotaUser?: string;
253
261
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -277,6 +285,8 @@ declare namespace gapi.client {
277
285
  oauth_token?: string;
278
286
  /** Returns response with indentations and line breaks. */
279
287
  prettyPrint?: boolean;
288
+ /** 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. */
289
+ productIdBase64UrlEncoded?: boolean;
280
290
  /** 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. */
281
291
  quotaUser?: string;
282
292
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -304,6 +314,8 @@ declare namespace gapi.client {
304
314
  parent: string;
305
315
  /** Returns response with indentations and line breaks. */
306
316
  prettyPrint?: boolean;
317
+ /** Optional. If true, the `{product}` in the `parent` 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. */
318
+ productIdBase64UrlEncoded?: boolean;
307
319
  /** 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. */
308
320
  quotaUser?: string;
309
321
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -333,6 +345,8 @@ declare namespace gapi.client {
333
345
  parent: string;
334
346
  /** Returns response with indentations and line breaks. */
335
347
  prettyPrint?: boolean;
348
+ /** Optional. If true, the `{product}` in the `parent` 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. */
349
+ productIdBase64UrlEncoded?: boolean;
336
350
  /** 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. */
337
351
  quotaUser?: string;
338
352
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -366,6 +380,8 @@ declare namespace gapi.client {
366
380
  parent: string;
367
381
  /** Returns response with indentations and line breaks. */
368
382
  prettyPrint?: boolean;
383
+ /** Optional. If true, the `{product}` in the `parent` 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. */
384
+ productIdBase64UrlEncoded?: boolean;
369
385
  /** 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. */
370
386
  quotaUser?: string;
371
387
  /** 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-inventories_v1beta",
3
- "version": "0.0.20251105",
3
+ "version": "0.0.20251109",
4
4
  "description": "TypeScript typings for Merchant API inventories_v1beta",
5
5
  "repository": {
6
6
  "type": "git",