@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.3.20260620 → 0.3.20260629

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 +16 -13
  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: 20260620
12
+ // Revision: 20260629
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1532,7 +1532,7 @@ declare namespace gapi.client {
1532
1532
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
1533
1533
  /** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
1534
1534
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
1535
- /** Optional. The Agent registry containing the agents, MCP servers and tools associated with this engine. Field is required if the engine has an Agent Gateway setting. */
1535
+ /** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
1536
1536
  associatedAgentRegistry?: string;
1537
1537
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
1538
1538
  chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
@@ -1556,7 +1556,7 @@ declare namespace gapi.client {
1556
1556
  disableAnalytics?: boolean;
1557
1557
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
1558
1558
  displayName?: string;
1559
- /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
1559
+ /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
1560
1560
  features?: {
1561
1561
  [P in string]:
1562
1562
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -1702,7 +1702,7 @@ declare namespace gapi.client {
1702
1702
  tuningOperation?: string;
1703
1703
  }
1704
1704
  interface GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig {
1705
- /** Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. */
1705
+ /** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
1706
1706
  requiredSubscriptionTier?:
1707
1707
  | 'SUBSCRIPTION_TIER_UNSPECIFIED'
1708
1708
  | 'SUBSCRIPTION_TIER_SEARCH'
@@ -3051,7 +3051,8 @@ declare namespace gapi.client {
3051
3051
  | 'GOOGLE_CHAT'
3052
3052
  | 'GOOGLE_GROUPS'
3053
3053
  | 'GOOGLE_KEEP'
3054
- | 'GOOGLE_PEOPLE';
3054
+ | 'GOOGLE_PEOPLE'
3055
+ | 'GOOGLE_WORKSPACE';
3055
3056
  }
3056
3057
  interface GoogleCloudDiscoveryengineV1AnswerGenerationSpec {
3057
3058
  /** Optional. The specification for user specified classifier spec. */
@@ -4959,7 +4960,7 @@ declare namespace gapi.client {
4959
4960
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
4960
4961
  /** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
4961
4962
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
4962
- /** Optional. The Agent registry containing the agents, MCP servers and tools associated with this engine. Field is required if the engine has an Agent Gateway setting. */
4963
+ /** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
4963
4964
  associatedAgentRegistry?: string;
4964
4965
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
4965
4966
  chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
@@ -4983,7 +4984,7 @@ declare namespace gapi.client {
4983
4984
  disableAnalytics?: boolean;
4984
4985
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
4985
4986
  displayName?: string;
4986
- /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
4987
+ /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
4987
4988
  features?: {
4988
4989
  [P in string]:
4989
4990
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -5112,7 +5113,7 @@ declare namespace gapi.client {
5112
5113
  contextEventType?: string;
5113
5114
  }
5114
5115
  interface GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig {
5115
- /** Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. */
5116
+ /** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
5116
5117
  requiredSubscriptionTier?:
5117
5118
  | 'SUBSCRIPTION_TIER_UNSPECIFIED'
5118
5119
  | 'SUBSCRIPTION_TIER_SEARCH'
@@ -7312,7 +7313,8 @@ declare namespace gapi.client {
7312
7313
  | 'GOOGLE_CHAT'
7313
7314
  | 'GOOGLE_GROUPS'
7314
7315
  | 'GOOGLE_KEEP'
7315
- | 'GOOGLE_PEOPLE';
7316
+ | 'GOOGLE_PEOPLE'
7317
+ | 'GOOGLE_WORKSPACE';
7316
7318
  }
7317
7319
  interface GoogleCloudDiscoveryengineV1CliConfig {
7318
7320
  /** Optional. The actions enabled on the associated CLI connection. */
@@ -7962,7 +7964,7 @@ declare namespace gapi.client {
7962
7964
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
7963
7965
  /** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
7964
7966
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
7965
- /** Optional. The Agent registry containing the agents, MCP servers and tools associated with this engine. Field is required if the engine has an Agent Gateway setting. */
7967
+ /** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
7966
7968
  associatedAgentRegistry?: string;
7967
7969
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
7968
7970
  chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
@@ -7986,7 +7988,7 @@ declare namespace gapi.client {
7986
7988
  disableAnalytics?: boolean;
7987
7989
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
7988
7990
  displayName?: string;
7989
- /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
7991
+ /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
7990
7992
  features?: {
7991
7993
  [P in string]:
7992
7994
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -8115,7 +8117,7 @@ declare namespace gapi.client {
8115
8117
  contextEventType?: string;
8116
8118
  }
8117
8119
  interface GoogleCloudDiscoveryengineV1EngineSearchEngineConfig {
8118
- /** Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. */
8120
+ /** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
8119
8121
  requiredSubscriptionTier?:
8120
8122
  | 'SUBSCRIPTION_TIER_UNSPECIFIED'
8121
8123
  | 'SUBSCRIPTION_TIER_SEARCH'
@@ -8765,7 +8767,8 @@ declare namespace gapi.client {
8765
8767
  | 'GOOGLE_CHAT'
8766
8768
  | 'GOOGLE_GROUPS'
8767
8769
  | 'GOOGLE_KEEP'
8768
- | 'GOOGLE_PEOPLE';
8770
+ | 'GOOGLE_PEOPLE'
8771
+ | 'GOOGLE_WORKSPACE';
8769
8772
  }
8770
8773
  interface GoogleIamV1Binding {
8771
8774
  /** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.3.20260620",
3
+ "version": "0.3.20260629",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",