@maxim_mazurok/gapi.client.documentai-v1beta3 0.0.20240415 → 0.0.20240422

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=v1beta3
12
- // Revision: 20240415
12
+ // Revision: 20240422
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -656,13 +656,13 @@ declare namespace gapi.client {
656
656
  letterSpacing?: number;
657
657
  /** Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. */
658
658
  pixelFontSize?: number;
659
- /** Whether the text is in small caps. */
659
+ /** Whether the text is in small caps. This feature is not supported yet. */
660
660
  smallcaps?: boolean;
661
- /** Whether the text is strikethrough. */
661
+ /** Whether the text is strikethrough. This feature is not supported yet. */
662
662
  strikeout?: boolean;
663
- /** Whether the text is a subscript. */
663
+ /** Whether the text is a subscript. This feature is not supported yet. */
664
664
  subscript?: boolean;
665
- /** Whether the text is a superscript. */
665
+ /** Whether the text is a superscript. This feature is not supported yet. */
666
666
  superscript?: boolean;
667
667
  /** Color of the text. */
668
668
  textColor?: GoogleTypeColor;
@@ -1142,13 +1142,13 @@ declare namespace gapi.client {
1142
1142
  letterSpacing?: number;
1143
1143
  /** Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. */
1144
1144
  pixelFontSize?: number;
1145
- /** Whether the text is in small caps. */
1145
+ /** Whether the text is in small caps. This feature is not supported yet. */
1146
1146
  smallcaps?: boolean;
1147
- /** Whether the text is strikethrough. */
1147
+ /** Whether the text is strikethrough. This feature is not supported yet. */
1148
1148
  strikeout?: boolean;
1149
- /** Whether the text is a subscript. */
1149
+ /** Whether the text is a subscript. This feature is not supported yet. */
1150
1150
  subscript?: boolean;
1151
- /** Whether the text is a superscript. */
1151
+ /** Whether the text is a superscript. This feature is not supported yet. */
1152
1152
  superscript?: boolean;
1153
1153
  /** Color of the text. */
1154
1154
  textColor?: GoogleTypeColor;
@@ -1914,13 +1914,13 @@ declare namespace gapi.client {
1914
1914
  letterSpacing?: number;
1915
1915
  /** Font size in pixels, equal to _unrounded font_size_ * _resolution_ ÷ `72.0`. */
1916
1916
  pixelFontSize?: number;
1917
- /** Whether the text is in small caps. */
1917
+ /** Whether the text is in small caps. This feature is not supported yet. */
1918
1918
  smallcaps?: boolean;
1919
- /** Whether the text is strikethrough. */
1919
+ /** Whether the text is strikethrough. This feature is not supported yet. */
1920
1920
  strikeout?: boolean;
1921
- /** Whether the text is a subscript. */
1921
+ /** Whether the text is a subscript. This feature is not supported yet. */
1922
1922
  subscript?: boolean;
1923
- /** Whether the text is a superscript. */
1923
+ /** Whether the text is a superscript. This feature is not supported yet. */
1924
1924
  superscript?: boolean;
1925
1925
  /** Color of the text. */
1926
1926
  textColor?: GoogleTypeColor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1beta3",
3
- "version": "0.0.20240415",
3
+ "version": "0.0.20240422",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1beta3",
5
5
  "repository": {
6
6
  "type": "git",