@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20220821 → 0.0.20220911

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 +32 -1
  2. package/package.json +1 -1
  3. package/tests.ts +7 -1
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@
10
10
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
11
11
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
12
12
  // Generated from: https://documentai.googleapis.com/$discovery/rest?version=v1beta3
13
- // Revision: 20220821
13
+ // Revision: 20220911
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -133,6 +133,31 @@ declare namespace gapi.client {
133
133
  /** The resource name of the created evaluation. */
134
134
  evaluation?: string;
135
135
  }
136
+ interface GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata {
137
+ /** The basic metadata of the long running operation. */
138
+ commonMetadata?: GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata;
139
+ /** The list of response details of each document. */
140
+ individualExportStatuses?: GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus[];
141
+ /** The list of statistics for each dataset split type. */
142
+ splitExportStats?: GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat[];
143
+ }
144
+ interface GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus {
145
+ /** The path to source docproto of the document. */
146
+ documentId?: GoogleCloudDocumentaiUiv1beta3DocumentId;
147
+ /** The output_gcs_destination of the exported document if it was successful, otherwise empty. */
148
+ outputGcsDestination?: string;
149
+ /** The status of the exporting of the document. */
150
+ status?: GoogleRpcStatus;
151
+ }
152
+ interface GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat {
153
+ /** The dataset split type. */
154
+ splitType?: string;
155
+ /** Total number of documents with the given dataset split type to be exported. */
156
+ totalDocumentCount?: number;
157
+ }
158
+ // tslint:disable-next-line:no-empty-interface
159
+ interface GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse {
160
+ }
136
161
  interface GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata {
137
162
  /** The common metadata about the operation. */
138
163
  commonMetadata?: GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata;
@@ -674,6 +699,8 @@ declare namespace gapi.client {
674
699
  backgroundColor?: GoogleTypeColor;
675
700
  /** Text color. */
676
701
  color?: GoogleTypeColor;
702
+ /** Font family such as "Arial", "Times New Roman". https://www.w3schools.com/cssref/pr_font_font-family.asp */
703
+ fontFamily?: string;
677
704
  /** Font size. */
678
705
  fontSize?: GoogleCloudDocumentaiV1beta1DocumentStyleFontSize;
679
706
  /** Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp */
@@ -1159,6 +1186,8 @@ declare namespace gapi.client {
1159
1186
  backgroundColor?: GoogleTypeColor;
1160
1187
  /** Text color. */
1161
1188
  color?: GoogleTypeColor;
1189
+ /** Font family such as "Arial", "Times New Roman". https://www.w3schools.com/cssref/pr_font_font-family.asp */
1190
+ fontFamily?: string;
1162
1191
  /** Font size. */
1163
1192
  fontSize?: GoogleCloudDocumentaiV1beta2DocumentStyleFontSize;
1164
1193
  /** Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp */
@@ -1806,6 +1835,8 @@ declare namespace gapi.client {
1806
1835
  backgroundColor?: GoogleTypeColor;
1807
1836
  /** Text color. */
1808
1837
  color?: GoogleTypeColor;
1838
+ /** Font family such as "Arial", "Times New Roman". https://www.w3schools.com/cssref/pr_font_font-family.asp */
1839
+ fontFamily?: string;
1809
1840
  /** Font size. */
1810
1841
  fontSize?: GoogleCloudDocumentaiV1beta3DocumentStyleFontSize;
1811
1842
  /** Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1beta3",
3
- "version": "0.0.20220821",
3
+ "version": "0.0.20220911",
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: 20220821
6
+ // Revision: 20220911
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -918,6 +918,7 @@ gapi.load('client', async () => {
918
918
  green: 42,
919
919
  red: 42,
920
920
  },
921
+ fontFamily: "Test string",
921
922
  fontSize: {
922
923
  size: 42,
923
924
  unit: "Test string",
@@ -1714,6 +1715,7 @@ gapi.load('client', async () => {
1714
1715
  green: 42,
1715
1716
  red: 42,
1716
1717
  },
1718
+ fontFamily: "Test string",
1717
1719
  fontSize: {
1718
1720
  size: 42,
1719
1721
  unit: "Test string",
@@ -2525,6 +2527,7 @@ gapi.load('client', async () => {
2525
2527
  green: 42,
2526
2528
  red: 42,
2527
2529
  },
2530
+ fontFamily: "Test string",
2528
2531
  fontSize: {
2529
2532
  size: 42,
2530
2533
  unit: "Test string",
@@ -3373,6 +3376,7 @@ gapi.load('client', async () => {
3373
3376
  green: 42,
3374
3377
  red: 42,
3375
3378
  },
3379
+ fontFamily: "Test string",
3376
3380
  fontSize: {
3377
3381
  size: 42,
3378
3382
  unit: "Test string",
@@ -4226,6 +4230,7 @@ gapi.load('client', async () => {
4226
4230
  green: 42,
4227
4231
  red: 42,
4228
4232
  },
4233
+ fontFamily: "Test string",
4229
4234
  fontSize: {
4230
4235
  size: 42,
4231
4236
  unit: "Test string",
@@ -5022,6 +5027,7 @@ gapi.load('client', async () => {
5022
5027
  green: 42,
5023
5028
  red: 42,
5024
5029
  },
5030
+ fontFamily: "Test string",
5025
5031
  fontSize: {
5026
5032
  size: 42,
5027
5033
  unit: "Test string",