@maxim_mazurok/gapi.client.documentai-v1 0.0.20250715 → 0.0.20250716

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 +8 -8
  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: 20250715
12
+ // Revision: 20250716
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1447,7 +1447,7 @@ declare namespace gapi.client {
1447
1447
  includeAncestorHeadings?: boolean;
1448
1448
  }
1449
1449
  interface GoogleCloudDocumentaiV1Processor {
1450
- /** The time the processor was created. */
1450
+ /** Output only. The time the processor was created. */
1451
1451
  createTime?: string;
1452
1452
  /** The default processor version. */
1453
1453
  defaultProcessorVersion?: string;
@@ -1491,23 +1491,23 @@ declare namespace gapi.client {
1491
1491
  locationId?: string;
1492
1492
  }
1493
1493
  interface GoogleCloudDocumentaiV1ProcessorVersion {
1494
- /** The time the processor version was created. */
1494
+ /** Output only. The time the processor version was created. */
1495
1495
  createTime?: string;
1496
- /** If set, information about the eventual deprecation of this version. */
1496
+ /** Output only. If set, information about the eventual deprecation of this version. */
1497
1497
  deprecationInfo?: GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo;
1498
1498
  /** The display name of the processor version. */
1499
1499
  displayName?: string;
1500
- /** The schema of the processor version. Describes the output. */
1500
+ /** Output only. The schema of the processor version. Describes the output. */
1501
1501
  documentSchema?: GoogleCloudDocumentaiV1DocumentSchema;
1502
1502
  /** Output only. Information about Generative AI model-based processor versions. */
1503
1503
  genAiModelInfo?: GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo;
1504
1504
  /** Output only. Denotes that this `ProcessorVersion` is managed by Google. */
1505
1505
  googleManaged?: boolean;
1506
- /** The KMS key name used for encryption. */
1506
+ /** Output only. The KMS key name used for encryption. */
1507
1507
  kmsKeyName?: string;
1508
- /** The KMS key version with which data is encrypted. */
1508
+ /** Output only. The KMS key version with which data is encrypted. */
1509
1509
  kmsKeyVersionName?: string;
1510
- /** The most recently invoked evaluation for the processor version. */
1510
+ /** Output only. The most recently invoked evaluation for the processor version. */
1511
1511
  latestEvaluation?: GoogleCloudDocumentaiV1EvaluationReference;
1512
1512
  /** Output only. The model type of this processor version. */
1513
1513
  modelType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1",
3
- "version": "0.0.20250715",
3
+ "version": "0.0.20250716",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1",
5
5
  "repository": {
6
6
  "type": "git",