@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250116 → 0.0.20250121

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 +5 -1
  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://dialogflow.googleapis.com/$discovery/rest?version=v2beta1
12
- // Revision: 20250116
12
+ // Revision: 20250121
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -203,6 +203,8 @@ declare namespace gapi.client {
203
203
  dataStore?: string;
204
204
  /** The type of the connected data store. */
205
205
  dataStoreType?: string;
206
+ /** The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode. */
207
+ documentProcessingMode?: string;
206
208
  }
207
209
  interface GoogleCloudDialogflowCxV3beta1DeployFlowMetadata {
208
210
  /** Errors of running deployment tests. */
@@ -969,6 +971,8 @@ declare namespace gapi.client {
969
971
  dataStore?: string;
970
972
  /** The type of the connected data store. */
971
973
  dataStoreType?: string;
974
+ /** The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode. */
975
+ documentProcessingMode?: string;
972
976
  }
973
977
  interface GoogleCloudDialogflowCxV3DeployFlowMetadata {
974
978
  /** Errors of running deployment tests. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20250116",
3
+ "version": "0.0.20250121",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",