@maxim_mazurok/gapi.client.documentai-v1 0.1.20251202 → 0.1.20251213
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 +3 -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: 20251213
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2010,7 +2010,7 @@ declare namespace gapi.client {
|
|
|
2010
2010
|
interface GoogleCloudDocumentaiV1NextSchema {
|
|
2011
2011
|
/** Output only. The time when the Schema was created. */
|
|
2012
2012
|
createTime?: string;
|
|
2013
|
-
/**
|
|
2013
|
+
/** Required. The user-defined name of the Schema. */
|
|
2014
2014
|
displayName?: string;
|
|
2015
2015
|
/** Optional. The GCP labels for the Schema. */
|
|
2016
2016
|
labels?: {[P in string]: string};
|
|
@@ -2272,7 +2272,7 @@ declare namespace gapi.client {
|
|
|
2272
2272
|
interface GoogleCloudDocumentaiV1SchemaVersion {
|
|
2273
2273
|
/** Output only. The time when the SchemaVersion was created. */
|
|
2274
2274
|
createTime?: string;
|
|
2275
|
-
/**
|
|
2275
|
+
/** Required. The user-defined name of the SchemaVersion. */
|
|
2276
2276
|
displayName?: string;
|
|
2277
2277
|
/** Optional. The GCP labels for the SchemaVersion. */
|
|
2278
2278
|
labels?: {[P in string]: string};
|