@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250502 → 0.0.20250508

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 +3 -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: 20250502
12
+ // Revision: 20250508
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2432,6 +2432,8 @@ declare namespace gapi.client {
2432
2432
  generator?: GoogleCloudDialogflowV2beta1Generator;
2433
2433
  /** The resource name of the existing created generator. Format: `projects//locations//generators/` */
2434
2434
  generatorName?: string;
2435
+ /** Optional. Name of the CX SecuritySettings which is used to redact generated response. If this field is empty, try to fetch v2 security_settings, which is a project level setting. If this field is empty and no v2 security_settings set up in this project, no redaction will be done. Format: `projects//locations//securitySettings/`. */
2436
+ securitySettings?: string;
2435
2437
  /** Optional. A list of trigger events. Generator will be triggered only if it's trigger event is included here. */
2436
2438
  triggerEvents?: string[];
2437
2439
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20250502",
3
+ "version": "0.0.20250508",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",