@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20240212 → 0.0.20240229

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 +6 -4
  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=v1beta3
12
- // Revision: 20240212
12
+ // Revision: 20240229
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -474,7 +474,7 @@ declare namespace gapi.client {
474
474
  pageRefs?: GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef[];
475
475
  }
476
476
  interface GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef {
477
- /** Optional. Identifies the bounding polygon of a layout element on the page. */
477
+ /** Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the bounding polygon must be exactly the same to the layout element it's referring to. */
478
478
  boundingPoly?: GoogleCloudDocumentaiV1beta1BoundingPoly;
479
479
  /** Optional. Confidence of detected page element, if applicable. Range `[0, 1]`. */
480
480
  confidence?: number;
@@ -960,7 +960,7 @@ declare namespace gapi.client {
960
960
  pageRefs?: GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef[];
961
961
  }
962
962
  interface GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef {
963
- /** Optional. Identifies the bounding polygon of a layout element on the page. */
963
+ /** Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the bounding polygon must be exactly the same to the layout element it's referring to. */
964
964
  boundingPoly?: GoogleCloudDocumentaiV1beta2BoundingPoly;
965
965
  /** Optional. Confidence of detected page element, if applicable. Range `[0, 1]`. */
966
966
  confidence?: number;
@@ -1634,7 +1634,7 @@ declare namespace gapi.client {
1634
1634
  pageRefs?: GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef[];
1635
1635
  }
1636
1636
  interface GoogleCloudDocumentaiV1beta3DocumentPageAnchorPageRef {
1637
- /** Optional. Identifies the bounding polygon of a layout element on the page. */
1637
+ /** Optional. Identifies the bounding polygon of a layout element on the page. If `layout_type` is set, the bounding polygon must be exactly the same to the layout element it's referring to. */
1638
1638
  boundingPoly?: GoogleCloudDocumentaiV1beta3BoundingPoly;
1639
1639
  /** Optional. Confidence of detected page element, if applicable. Range `[0, 1]`. */
1640
1640
  confidence?: number;
@@ -1906,6 +1906,8 @@ declare namespace gapi.client {
1906
1906
  values?: string[];
1907
1907
  }
1908
1908
  interface GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty {
1909
+ /** User defined name for the property. */
1910
+ displayName?: string;
1909
1911
  /** The name of the property. Follows the same guidelines as the EntityType name. */
1910
1912
  name?: string;
1911
1913
  /** Occurrence type limits the number of instances an entity type appears in the document. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1beta3",
3
- "version": "0.0.20240212",
3
+ "version": "0.0.20240229",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1beta3",
5
5
  "repository": {
6
6
  "type": "git",