@maxim_mazurok/gapi.client.documentai-v1 0.1.20250914 → 0.1.20250922
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 +1 -3
- 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:
|
|
12
|
+
// Revision: 20250922
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1497,8 +1497,6 @@ declare namespace gapi.client {
|
|
|
1497
1497
|
includeAncestorHeadings?: boolean;
|
|
1498
1498
|
}
|
|
1499
1499
|
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
1500
|
/** Output only. The time the processor was created. */
|
|
1503
1501
|
createTime?: string;
|
|
1504
1502
|
/** The default processor version. */
|