@maxim_mazurok/gapi.client.documentai-v1 0.1.20250914 → 0.1.20250929

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 +26 -3
  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: 20250914
12
+ // Revision: 20250929
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -28,17 +28,38 @@ declare namespace gapi.client {
28
28
  validationRules?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule[];
29
29
  }
30
30
  interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule {
31
+ childAlignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule;
31
32
  /** Description of the validation rule. This has no use but for documentation */
32
33
  description?: string;
34
+ entityAlignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule;
33
35
  fieldOccurrences?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences;
34
36
  fieldRegex?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex;
35
37
  formValidation?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation;
36
38
  /** Name of the validation rule. */
37
39
  name?: string;
38
40
  }
41
+ interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule {
42
+ alignmentType?: string;
43
+ /** The tolerance to use when comparing coordinates. */
44
+ tolerance?: number;
45
+ }
46
+ interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule {
47
+ /** The alignment rule to apply to the child fields. */
48
+ alignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule;
49
+ /** The child fields to be aligned within the parent field. */
50
+ childFields?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField[];
51
+ /** The full path of the parent field. */
52
+ parentField?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField;
53
+ }
39
54
  interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant {
40
55
  floatValue?: number;
41
56
  }
57
+ interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule {
58
+ /** The alignment rule to apply to the fields. */
59
+ alignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule;
60
+ /** The fields to be aligned. */
61
+ fields?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField[];
62
+ }
42
63
  interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField {
43
64
  /** Default value to use if the field is not present. If the field is missing and the default value is not set, the validation run as if the field is not present in the validation logic. */
44
65
  defaultValue?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant;
@@ -1497,8 +1518,6 @@ declare namespace gapi.client {
1497
1518
  includeAncestorHeadings?: boolean;
1498
1519
  }
1499
1520
  interface GoogleCloudDocumentaiV1Processor {
1500
- /** Optional. SchemaVersion used by the Processor. It is the same as Processor's DatasetSchema.schema_version Format is `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version} */
1501
- activeSchemaVersion?: string;
1502
1521
  /** Output only. The time the processor was created. */
1503
1522
  createTime?: string;
1504
1523
  /** The default processor version. */
@@ -1754,6 +1773,8 @@ declare namespace gapi.client {
1754
1773
  nextPageToken?: string;
1755
1774
  /** A list of operations that matches the specified filter in the request. */
1756
1775
  operations?: GoogleLongrunningOperation[];
1776
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
1777
+ unreachable?: string[];
1757
1778
  }
1758
1779
  interface GoogleLongrunningOperation {
1759
1780
  /** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
@@ -1964,6 +1985,8 @@ declare namespace gapi.client {
1964
1985
  prettyPrint?: boolean;
1965
1986
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1966
1987
  quotaUser?: string;
1988
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
1989
+ returnPartialSuccess?: boolean;
1967
1990
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1968
1991
  upload_protocol?: string;
1969
1992
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.documentai-v1",
3
- "version": "0.1.20250914",
3
+ "version": "0.1.20250929",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1",
5
5
  "repository": {
6
6
  "type": "git",