@maxim_mazurok/gapi.client.discoveryengine-v1beta 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 +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://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20251221
12
+ // Revision: 20260107
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2373,6 +2373,8 @@ declare namespace gapi.client {
2373
2373
  interface GoogleCloudDiscoveryengineV1Assistant {
2374
2374
  /** Optional. Customer policy for the assistant. */
2375
2375
  customerPolicy?: GoogleCloudDiscoveryengineV1AssistantCustomerPolicy;
2376
+ /** 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. */
2377
+ defaultWebGroundingToggleOff?: boolean;
2376
2378
  /** Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant. */
2377
2379
  description?: string;
2378
2380
  /** Required. The assistant display name. It must be a UTF-8 encoded string with a length limit of 128 characters. */
@@ -3055,6 +3057,8 @@ declare namespace gapi.client {
3055
3057
  interface GoogleCloudDiscoveryengineV1betaAssistant {
3056
3058
  /** Optional. Customer policy for the assistant. */
3057
3059
  customerPolicy?: GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy;
3060
+ /** 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. */
3061
+ defaultWebGroundingToggleOff?: boolean;
3058
3062
  /** Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant. */
3059
3063
  description?: string;
3060
3064
  /** 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-v1beta",
3
- "version": "0.1.20251221",
3
+ "version": "0.1.20260107",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",