@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250130 → 0.0.20250207

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 -5
  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: 20250130
12
+ // Revision: 20250207
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -823,7 +823,7 @@ declare namespace gapi.client {
823
823
  interface GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceOAuthConfig {
824
824
  /** Required. The client ID provided by the 3rd party platform. */
825
825
  clientId?: string;
826
- /** Optional. The client secret provided by the 3rd party platform. */
826
+ /** Required. The client secret provided by the 3rd party platform. */
827
827
  clientSecret?: string;
828
828
  /** Optional. The OAuth scopes to grant. */
829
829
  scopes?: string[];
@@ -1567,7 +1567,7 @@ declare namespace gapi.client {
1567
1567
  interface GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig {
1568
1568
  /** Required. The client ID provided by the 3rd party platform. */
1569
1569
  clientId?: string;
1570
- /** Optional. The client secret provided by the 3rd party platform. */
1570
+ /** Required. The client secret provided by the 3rd party platform. */
1571
1571
  clientSecret?: string;
1572
1572
  /** Optional. The OAuth scopes to grant. */
1573
1573
  scopes?: string[];
@@ -8020,7 +8020,7 @@ declare namespace gapi.client {
8020
8020
  callback?: string;
8021
8021
  /** Selector specifying which fields to include in a partial response. */
8022
8022
  fields?: string;
8023
- /** Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * "conversation_id=bar" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160). */
8023
+ /** Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160). */
8024
8024
  filter?: string;
8025
8025
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8026
8026
  key?: string;
@@ -12811,7 +12811,7 @@ declare namespace gapi.client {
12811
12811
  callback?: string;
12812
12812
  /** Selector specifying which fields to include in a partial response. */
12813
12813
  fields?: string;
12814
- /** Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * "conversation_id=bar" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160). */
12814
+ /** Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160). */
12815
12815
  filter?: string;
12816
12816
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
12817
12817
  key?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20250130",
3
+ "version": "0.0.20250207",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",