@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20230129 → 0.0.20230202

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 (3) hide show
  1. package/index.d.ts +7 -17
  2. package/package.json +1 -1
  3. package/tests.ts +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: 20230129
12
+ // Revision: 20230202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -106,8 +106,6 @@ declare namespace gapi.client {
106
106
  gcsManagedDocId?: GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId;
107
107
  /** Points to a specific revision of the document if set. */
108
108
  revisionRef?: GoogleCloudDocumentaiUiv1beta3RevisionRef;
109
- /** Points to a specific revision of the document if set. */
110
- revisionReference?: GoogleCloudDocumentaiUiv1beta3RevisionReference;
111
109
  }
112
110
  interface GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId {
113
111
  /** Id of the document (indexed) managed by Content Warehouse. */
@@ -234,14 +232,6 @@ declare namespace gapi.client {
234
232
  /** Reads the revision given by the id. */
235
233
  revisionId?: string;
236
234
  }
237
- interface GoogleCloudDocumentaiUiv1beta3RevisionReference {
238
- /** Reads the revision generated by the processor version. */
239
- latestProcessorVersion?: string;
240
- /** Reads the revision by the predefined case. */
241
- revisionCase?: string;
242
- /** Reads the revision given by the id. */
243
- revisionId?: string;
244
- }
245
235
  interface GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata {
246
236
  /** The basic metadata of the long running operation. */
247
237
  commonMetadata?: GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata;
@@ -683,11 +673,11 @@ declare namespace gapi.client {
683
673
  interface GoogleCloudDocumentaiV1beta1DocumentRevision {
684
674
  /** If the change was made by a person specify the name or id of that person. */
685
675
  agent?: string;
686
- /** The time that the revision was created. */
676
+ /** The time that the revision was created, internally generated by doc proto storage at the time of create. */
687
677
  createTime?: string;
688
678
  /** Human Review information of this revision. */
689
679
  humanReview?: GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview;
690
- /** Id of the revision. Unique within the context of the document. */
680
+ /** Id of the revision, internally generated by doc proto storage. Unique within the context of the document. */
691
681
  id?: string;
692
682
  /** The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field. */
693
683
  parent?: number[];
@@ -1189,11 +1179,11 @@ declare namespace gapi.client {
1189
1179
  interface GoogleCloudDocumentaiV1beta2DocumentRevision {
1190
1180
  /** If the change was made by a person specify the name or id of that person. */
1191
1181
  agent?: string;
1192
- /** The time that the revision was created. */
1182
+ /** The time that the revision was created, internally generated by doc proto storage at the time of create. */
1193
1183
  createTime?: string;
1194
1184
  /** Human Review information of this revision. */
1195
1185
  humanReview?: GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview;
1196
- /** Id of the revision. Unique within the context of the document. */
1186
+ /** Id of the revision, internally generated by doc proto storage. Unique within the context of the document. */
1197
1187
  id?: string;
1198
1188
  /** The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field. */
1199
1189
  parent?: number[];
@@ -1813,11 +1803,11 @@ declare namespace gapi.client {
1813
1803
  interface GoogleCloudDocumentaiV1beta3DocumentRevision {
1814
1804
  /** If the change was made by a person specify the name or id of that person. */
1815
1805
  agent?: string;
1816
- /** The time that the revision was created. */
1806
+ /** The time that the revision was created, internally generated by doc proto storage at the time of create. */
1817
1807
  createTime?: string;
1818
1808
  /** Human Review information of this revision. */
1819
1809
  humanReview?: GoogleCloudDocumentaiV1beta3DocumentRevisionHumanReview;
1820
- /** Id of the revision. Unique within the context of the document. */
1810
+ /** Id of the revision, internally generated by doc proto storage. Unique within the context of the document. */
1821
1811
  id?: string;
1822
1812
  /** The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the `revisions` field. */
1823
1813
  parent?: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1beta3",
3
- "version": "0.0.20230129",
3
+ "version": "0.0.20230202",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1beta3",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230129
6
+ // Revision: 20230202
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */