@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.1.20251221 → 0.1.20260107

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 +7 -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://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20251221
12
+ // Revision: 20260107
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -988,6 +988,8 @@ declare namespace gapi.client {
988
988
  interface GoogleCloudDiscoveryengineV1alphaAssistant {
989
989
  /** Optional. Customer policy for the assistant. */
990
990
  customerPolicy?: GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy;
991
+ /** Optional. This field controls the default web grounding toggle for end users if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding enabled by default on UI. If true, grounding toggle will be disabled by default on UI. End users can still enable web grounding in the UI if web grounding is enabled. */
992
+ defaultWebGroundingToggleOff?: boolean;
991
993
  /** Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant. */
992
994
  description?: string;
993
995
  /** Optional. Indicates whether to disable user location context. By default, user location context is enabled. */
@@ -1162,6 +1164,8 @@ declare namespace gapi.client {
1162
1164
  clientId?: string;
1163
1165
  /** Required. The OAuth2 client secret. Encrypted at rest. */
1164
1166
  clientSecret?: string;
1167
+ /** Optional. Whether to enable PKCE verification. https://datatracker.ietf.org/doc/html/rfc7636#section-3.1/ */
1168
+ pkceVerificationEnabled?: boolean;
1165
1169
  /** Required. The scopes to request. Example: `https://www.googleapis.com/auth/calendar.events` */
1166
1170
  scopes?: string[];
1167
1171
  /** Required. The HTTP endpoint that exchanges a client authorization for an access token. */
@@ -5132,6 +5136,8 @@ declare namespace gapi.client {
5132
5136
  interface GoogleCloudDiscoveryengineV1Assistant {
5133
5137
  /** Optional. Customer policy for the assistant. */
5134
5138
  customerPolicy?: GoogleCloudDiscoveryengineV1AssistantCustomerPolicy;
5139
+ /** Optional. This field controls the default web grounding toggle for end users if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding enabled by default on UI. If true, grounding toggle will be disabled by default on UI. End users can still enable web grounding in the UI if web grounding is enabled. */
5140
+ defaultWebGroundingToggleOff?: boolean;
5135
5141
  /** Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant. */
5136
5142
  description?: string;
5137
5143
  /** Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.1.20251221",
3
+ "version": "0.1.20260107",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",