@maxim_mazurok/gapi.client.documentai-v1 0.0.20240404 → 0.0.20240417

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 +13 -13
  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: 20240404
12
+ // Revision: 20240417
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -678,13 +678,13 @@ declare namespace gapi.client {
678
678
  letterSpacing?: number;
679
679
  /** Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. */
680
680
  pixelFontSize?: number;
681
- /** Whether the text is in small caps. */
681
+ /** Whether the text is in small caps. This feature is not supported yet. */
682
682
  smallcaps?: boolean;
683
- /** Whether the text is strikethrough. */
683
+ /** Whether the text is strikethrough. This feature is not supported yet. */
684
684
  strikeout?: boolean;
685
- /** Whether the text is a subscript. */
685
+ /** Whether the text is a subscript. This feature is not supported yet. */
686
686
  subscript?: boolean;
687
- /** Whether the text is a superscript. */
687
+ /** Whether the text is a superscript. This feature is not supported yet. */
688
688
  superscript?: boolean;
689
689
  /** Color of the text. */
690
690
  textColor?: GoogleTypeColor;
@@ -1164,13 +1164,13 @@ declare namespace gapi.client {
1164
1164
  letterSpacing?: number;
1165
1165
  /** Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. */
1166
1166
  pixelFontSize?: number;
1167
- /** Whether the text is in small caps. */
1167
+ /** Whether the text is in small caps. This feature is not supported yet. */
1168
1168
  smallcaps?: boolean;
1169
- /** Whether the text is strikethrough. */
1169
+ /** Whether the text is strikethrough. This feature is not supported yet. */
1170
1170
  strikeout?: boolean;
1171
- /** Whether the text is a subscript. */
1171
+ /** Whether the text is a subscript. This feature is not supported yet. */
1172
1172
  subscript?: boolean;
1173
- /** Whether the text is a superscript. */
1173
+ /** Whether the text is a superscript. This feature is not supported yet. */
1174
1174
  superscript?: boolean;
1175
1175
  /** Color of the text. */
1176
1176
  textColor?: GoogleTypeColor;
@@ -1920,13 +1920,13 @@ declare namespace gapi.client {
1920
1920
  letterSpacing?: number;
1921
1921
  /** Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. */
1922
1922
  pixelFontSize?: number;
1923
- /** Whether the text is in small caps. */
1923
+ /** Whether the text is in small caps. This feature is not supported yet. */
1924
1924
  smallcaps?: boolean;
1925
- /** Whether the text is strikethrough. */
1925
+ /** Whether the text is strikethrough. This feature is not supported yet. */
1926
1926
  strikeout?: boolean;
1927
- /** Whether the text is a subscript. */
1927
+ /** Whether the text is a subscript. This feature is not supported yet. */
1928
1928
  subscript?: boolean;
1929
- /** Whether the text is a superscript. */
1929
+ /** Whether the text is a superscript. This feature is not supported yet. */
1930
1930
  superscript?: boolean;
1931
1931
  /** Color of the text. */
1932
1932
  textColor?: GoogleTypeColor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1",
3
- "version": "0.0.20240404",
3
+ "version": "0.0.20240417",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1",
5
5
  "repository": {
6
6
  "type": "git",