@maxim_mazurok/gapi.client.documentai-v1beta3 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=v1beta3
12
- // Revision: 20250914
12
+ // Revision: 20250929
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -32,17 +32,38 @@ declare namespace gapi.client {
32
32
  validationRules?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule[];
33
33
  }
34
34
  interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRule {
35
+ childAlignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule;
35
36
  /** Description of the validation rule. This has no use but for documentation */
36
37
  description?: string;
38
+ entityAlignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule;
37
39
  fieldOccurrences?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldOccurrences;
38
40
  fieldRegex?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFieldRegex;
39
41
  formValidation?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleFormValidation;
40
42
  /** Name of the validation rule. */
41
43
  name?: string;
42
44
  }
45
+ interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule {
46
+ alignmentType?: string;
47
+ /** The tolerance to use when comparing coordinates. */
48
+ tolerance?: number;
49
+ }
50
+ interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleChildAlignmentRule {
51
+ /** The alignment rule to apply to the child fields. */
52
+ alignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule;
53
+ /** The child fields to be aligned within the parent field. */
54
+ childFields?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField[];
55
+ /** The full path of the parent field. */
56
+ parentField?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField;
57
+ }
43
58
  interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant {
44
59
  floatValue?: number;
45
60
  }
61
+ interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleEntityAlignmentRule {
62
+ /** The alignment rule to apply to the fields. */
63
+ alignmentRule?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule;
64
+ /** The fields to be aligned. */
65
+ fields?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField[];
66
+ }
46
67
  interface CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleField {
47
68
  /** 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. */
48
69
  defaultValue?: CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleConstant;
@@ -1565,8 +1586,6 @@ declare namespace gapi.client {
1565
1586
  semanticChunkingGroupSize?: boolean;
1566
1587
  }
1567
1588
  interface GoogleCloudDocumentaiV1beta3Processor {
1568
- /** 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} */
1569
- activeSchemaVersion?: string;
1570
1589
  /** Output only. The time the processor was created. */
1571
1590
  createTime?: string;
1572
1591
  /** The default processor version. */
@@ -1957,6 +1976,8 @@ declare namespace gapi.client {
1957
1976
  nextPageToken?: string;
1958
1977
  /** A list of operations that matches the specified filter in the request. */
1959
1978
  operations?: GoogleLongrunningOperation[];
1979
+ /** 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. */
1980
+ unreachable?: string[];
1960
1981
  }
1961
1982
  interface GoogleLongrunningOperation {
1962
1983
  /** 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. */
@@ -2138,6 +2159,8 @@ declare namespace gapi.client {
2138
2159
  prettyPrint?: boolean;
2139
2160
  /** 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. */
2140
2161
  quotaUser?: string;
2162
+ /** 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. */
2163
+ returnPartialSuccess?: boolean;
2141
2164
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2142
2165
  upload_protocol?: string;
2143
2166
  /** 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-v1beta3",
3
- "version": "0.1.20250914",
3
+ "version": "0.1.20250929",
4
4
  "description": "TypeScript typings for Cloud Document AI API v1beta3",
5
5
  "repository": {
6
6
  "type": "git",