@maxim_mazurok/gapi.client.documentai-v1 0.0.20231021 → 0.0.20231026
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 +5 -5
- package/package.json +1 -1
- package/tests.ts +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: 20231026
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -307,7 +307,7 @@ declare namespace gapi.client {
|
|
|
307
307
|
/** The basic metadata of the long-running operation. */
|
|
308
308
|
commonMetadata?:
|
|
309
309
|
GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata;
|
|
310
|
-
/** The list of dataset resync statuses. Not checked when
|
|
310
|
+
/** The list of dataset resync statuses. Not checked when ResyncDatasetRequest.dataset_documents is specified. */
|
|
311
311
|
datasetResyncStatuses?:
|
|
312
312
|
GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus[];
|
|
313
313
|
/** The list of document resync statuses. The same document could have multiple `individual_document_resync_statuses` if it has multiple inconsistencies. */
|
|
@@ -318,7 +318,7 @@ declare namespace gapi.client {
|
|
|
318
318
|
/** The type of the inconsistency of the dataset. */
|
|
319
319
|
datasetInconsistencyType?:
|
|
320
320
|
string;
|
|
321
|
-
/** The status of resyncing the dataset with regards to the detected inconsistency. Empty if
|
|
321
|
+
/** The status of resyncing the dataset with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`. */
|
|
322
322
|
status?:
|
|
323
323
|
GoogleRpcStatus;
|
|
324
324
|
}
|
|
@@ -329,7 +329,7 @@ declare namespace gapi.client {
|
|
|
329
329
|
/** The type of document inconsistency. */
|
|
330
330
|
documentInconsistencyType?:
|
|
331
331
|
string;
|
|
332
|
-
/** The status of resyncing the document with regards to the detected inconsistency. Empty if
|
|
332
|
+
/** The status of resyncing the document with regards to the detected inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`. */
|
|
333
333
|
status?:
|
|
334
334
|
GoogleRpcStatus;
|
|
335
335
|
}
|
|
@@ -2052,7 +2052,7 @@ declare namespace gapi.client {
|
|
|
2052
2052
|
string;
|
|
2053
2053
|
}
|
|
2054
2054
|
interface GoogleCloudDocumentaiV1beta3Dataset {
|
|
2055
|
-
/** Optional.
|
|
2055
|
+
/** Optional. Derepcated. Warehouse-based dataset configuration is not supported today. */
|
|
2056
2056
|
documentWarehouseConfig?:
|
|
2057
2057
|
GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig;
|
|
2058
2058
|
/** Optional. User-managed Cloud Storage dataset configuration. Use this configuration if the dataset documents are stored under a user-managed Cloud Storage location. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231026
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|