@maxim_mazurok/gapi.client.discoveryengine-v1 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 +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://discoveryengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20251221
12
+ // Revision: 20260107
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2899,6 +2899,8 @@ declare namespace gapi.client {
2899
2899
  interface GoogleCloudDiscoveryengineV1Assistant {
2900
2900
  /** Optional. Customer policy for the assistant. */
2901
2901
  customerPolicy?: GoogleCloudDiscoveryengineV1AssistantCustomerPolicy;
2902
+ /** 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. */
2903
+ defaultWebGroundingToggleOff?: boolean;
2902
2904
  /** Optional. Description for additional information. Expected to be shown on the configuration UI, not to the users of the assistant. */
2903
2905
  description?: string;
2904
2906
  /** 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-v1",
3
- "version": "0.1.20251221",
3
+ "version": "0.1.20260107",
4
4
  "description": "TypeScript typings for Discovery Engine API v1",
5
5
  "repository": {
6
6
  "type": "git",