@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.2.20260614 → 0.2.20260620

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 +19 -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://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20260614
12
+ // Revision: 20260620
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1530,6 +1530,8 @@ declare namespace gapi.client {
1530
1530
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
1531
1531
  /** 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. */
1532
1532
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
1533
+ /** 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. */
1534
+ associatedAgentRegistry?: string;
1533
1535
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
1534
1536
  chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
1535
1537
  /** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -1552,7 +1554,7 @@ declare namespace gapi.client {
1552
1554
  disableAnalytics?: boolean;
1553
1555
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
1554
1556
  displayName?: string;
1555
- /** 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` */
1557
+ /** 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` */
1556
1558
  features?: {
1557
1559
  [P in string]:
1558
1560
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -4975,6 +4977,8 @@ declare namespace gapi.client {
4975
4977
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
4976
4978
  /** 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. */
4977
4979
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
4980
+ /** 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. */
4981
+ associatedAgentRegistry?: string;
4978
4982
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
4979
4983
  chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
4980
4984
  /** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -4997,7 +5001,7 @@ declare namespace gapi.client {
4997
5001
  disableAnalytics?: boolean;
4998
5002
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
4999
5003
  displayName?: string;
5000
- /** 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` */
5004
+ /** 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` */
5001
5005
  features?: {
5002
5006
  [P in string]:
5003
5007
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -7077,6 +7081,8 @@ declare namespace gapi.client {
7077
7081
  answer?: GoogleCloudDiscoveryengineV1betaAssistAnswer;
7078
7082
  /** A global unique ID that identifies the current pair of request and stream of responses. Used for feedback and support. */
7079
7083
  assistToken?: string;
7084
+ /** Per-connector authentication errors encountered during the request. Present when one or more connectors failed authentication but the request proceeded with the remaining connectors. */
7085
+ connectorAuthErrors?: GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError[];
7080
7086
  /** The tool names of the tools that were invoked. */
7081
7087
  invocationTools?: string[];
7082
7088
  /** The skills executed during the turn. */
@@ -7084,6 +7090,12 @@ declare namespace gapi.client {
7084
7090
  /** Session information. Only included in the final StreamAssistResponse of the response stream. */
7085
7091
  sessionInfo?: GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo;
7086
7092
  }
7093
+ interface GoogleCloudDiscoveryengineV1betaStreamAssistResponseConnectorAuthError {
7094
+ /** Resource name of the data connector that failed authentication. */
7095
+ dataConnector?: string;
7096
+ /** Human-readable error message describing the auth failure. */
7097
+ errorMessage?: string;
7098
+ }
7087
7099
  interface GoogleCloudDiscoveryengineV1betaStreamAssistResponseInvokedSkill {
7088
7100
  /** The display name of the skill. */
7089
7101
  displayName?: string;
@@ -7980,6 +7992,8 @@ declare namespace gapi.client {
7980
7992
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
7981
7993
  /** 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. */
7982
7994
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
7995
+ /** 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. */
7996
+ associatedAgentRegistry?: string;
7983
7997
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
7984
7998
  chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
7985
7999
  /** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -8002,7 +8016,7 @@ declare namespace gapi.client {
8002
8016
  disableAnalytics?: boolean;
8003
8017
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
8004
8018
  displayName?: string;
8005
- /** 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` */
8019
+ /** 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` */
8006
8020
  features?: {
8007
8021
  [P in string]:
8008
8022
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -20400,7 +20414,7 @@ declare namespace gapi.client {
20400
20414
  oauth_token?: string;
20401
20415
  /** Optional. The order in which the UserLicenses are listed. The value must be a comma-separated list of fields. Default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. Redundant space characters in the syntax are insignificant. Supported fields (only `user_principal` is supported for now): * `user_principal` If not set, the default ordering is by `user_principal`. Examples: * `user_principal` to order by `user_principal` in ascending order. * `user_principal desc` to order by `user_principal` in descending order. */
20402
20416
  orderBy?: string;
20403
- /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 10. The maximum value is 50; values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT error is returned. */
20417
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 100. The maximum value is 1000; values above 1000 will be coerced to 1000. If this field is negative, an INVALID_ARGUMENT error is returned. */
20404
20418
  pageSize?: number;
20405
20419
  /** Optional. A page token, received from a previous `ListUserLicenses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListUserLicenses` must match the call that provided the page token. */
20406
20420
  pageToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.2.20260614",
3
+ "version": "0.2.20260620",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",