@maxim_mazurok/gapi.client.documentai-v1beta3 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=v1beta3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250922
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1565,8 +1565,6 @@ declare namespace gapi.client {
|
|
|
1565
1565
|
semanticChunkingGroupSize?: boolean;
|
|
1566
1566
|
}
|
|
1567
1567
|
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
1568
|
/** Output only. The time the processor was created. */
|
|
1571
1569
|
createTime?: string;
|
|
1572
1570
|
/** The default processor version. */
|