@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20220901 → 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.
- package/index.d.ts +7 -1
- package/package.json +1 -1
- 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:
|
|
13
|
+
// Revision: 20220911
|
|
14
14
|
|
|
15
15
|
/// <reference types="gapi.client" />
|
|
16
16
|
|
|
@@ -699,6 +699,8 @@ declare namespace gapi.client {
|
|
|
699
699
|
backgroundColor?: GoogleTypeColor;
|
|
700
700
|
/** Text color. */
|
|
701
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;
|
|
702
704
|
/** Font size. */
|
|
703
705
|
fontSize?: GoogleCloudDocumentaiV1beta1DocumentStyleFontSize;
|
|
704
706
|
/** Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp */
|
|
@@ -1184,6 +1186,8 @@ declare namespace gapi.client {
|
|
|
1184
1186
|
backgroundColor?: GoogleTypeColor;
|
|
1185
1187
|
/** Text color. */
|
|
1186
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;
|
|
1187
1191
|
/** Font size. */
|
|
1188
1192
|
fontSize?: GoogleCloudDocumentaiV1beta2DocumentStyleFontSize;
|
|
1189
1193
|
/** Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp */
|
|
@@ -1831,6 +1835,8 @@ declare namespace gapi.client {
|
|
|
1831
1835
|
backgroundColor?: GoogleTypeColor;
|
|
1832
1836
|
/** Text color. */
|
|
1833
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;
|
|
1834
1840
|
/** Font size. */
|
|
1835
1841
|
fontSize?: GoogleCloudDocumentaiV1beta3DocumentStyleFontSize;
|
|
1836
1842
|
/** Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp */
|
package/package.json
CHANGED
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:
|
|
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",
|