@maxim_mazurok/gapi.client.documentai-v1 0.0.20240126 → 0.0.20240205

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://documentai.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240126
12
+ // Revision: 20240205
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -353,7 +353,7 @@ declare namespace gapi.client {
353
353
  documentOutputConfig?: GoogleCloudDocumentaiV1DocumentOutputConfig;
354
354
  /** The input documents for the BatchProcessDocuments method. */
355
355
  inputDocuments?: GoogleCloudDocumentaiV1BatchDocumentsInputConfig;
356
- /** Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. */
356
+ /** Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. */
357
357
  labels?: {[P in string]: string};
358
358
  /** Inference-time options for the process API */
359
359
  processOptions?: GoogleCloudDocumentaiV1ProcessOptions;
@@ -2362,7 +2362,7 @@ declare namespace gapi.client {
2362
2362
  gcsDocument?: GoogleCloudDocumentaiV1GcsDocument;
2363
2363
  /** An inline document proto. */
2364
2364
  inlineDocument?: GoogleCloudDocumentaiV1Document;
2365
- /** Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. */
2365
+ /** Optional. The labels with user-defined metadata for the request. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. */
2366
2366
  labels?: {[P in string]: string};
2367
2367
  /** Inference-time options for the process API */
2368
2368
  processOptions?: GoogleCloudDocumentaiV1ProcessOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1",
3
- "version": "0.0.20240126",
3
+ "version": "0.0.20240205",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1",
5
5
  "repository": {
6
6
  "type": "git",