@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.1.20260209 → 0.1.20260215

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 +9 -3
  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: 20260209
12
+ // Revision: 20260215
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1243,6 +1243,8 @@ declare namespace gapi.client {
1243
1243
  commonConfig?: GoogleCloudDiscoveryengineV1alphaEngineCommonConfig;
1244
1244
  /** Optional. Configuration for configurable billing approach. */
1245
1245
  configurableBillingApproach?: string;
1246
+ /** Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-specific information required for that connector. The structure of the tenant information string is connector-dependent. */
1247
+ connectorTenantInfo?: {[P in string]: string};
1246
1248
  /** Output only. Timestamp the Recommendation Engine was created at. */
1247
1249
  createTime?: string;
1248
1250
  /** Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
@@ -2036,7 +2038,7 @@ declare namespace gapi.client {
2036
2038
  languageCode?: string;
2037
2039
  /** Optional. Config for natural language query understanding capabilities, such as extracting structured field filters from the query. Refer to [this documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no additional natural language query understanding will be done. */
2038
2040
  naturalLanguageQueryUnderstandingSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec;
2039
- /** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.data_store_specs.num_results if provided, otherwise there is no limit. */
2041
+ /** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.DataStoreSpec.num_results if provided, otherwise there is no limit. */
2040
2042
  numResultsPerDataStore?: number;
2041
2043
  /** A 0-indexed integer that specifies the current offset (that is, starting result location, amongst the Documents deemed by the API as relevant) in search results. This field is only considered if page_token is unset. If this field is negative, an `INVALID_ARGUMENT` is returned. A large offset may be capped to a reasonable threshold. */
2042
2044
  offset?: number;
@@ -4158,6 +4160,8 @@ declare namespace gapi.client {
4158
4160
  commonConfig?: GoogleCloudDiscoveryengineV1betaEngineCommonConfig;
4159
4161
  /** Optional. Configuration for configurable billing approach. */
4160
4162
  configurableBillingApproach?: string;
4163
+ /** Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-specific information required for that connector. The structure of the tenant information string is connector-dependent. */
4164
+ connectorTenantInfo?: {[P in string]: string};
4161
4165
  /** Output only. Timestamp the Recommendation Engine was created at. */
4162
4166
  createTime?: string;
4163
4167
  /** Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
@@ -5242,7 +5246,7 @@ declare namespace gapi.client {
5242
5246
  languageCode?: string;
5243
5247
  /** Optional. Config for natural language query understanding capabilities, such as extracting structured field filters from the query. Refer to [this documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no additional natural language query understanding will be done. */
5244
5248
  naturalLanguageQueryUnderstandingSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec;
5245
- /** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.data_store_specs.num_results if provided, otherwise there is no limit. */
5249
+ /** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.DataStoreSpec.num_results if provided, otherwise there is no limit. */
5246
5250
  numResultsPerDataStore?: number;
5247
5251
  /** A 0-indexed integer that specifies the current offset (that is, starting result location, amongst the Documents deemed by the API as relevant) in search results. This field is only considered if page_token is unset. If this field is negative, an `INVALID_ARGUMENT` is returned. A large offset may be capped to a reasonable threshold. */
5248
5252
  offset?: number;
@@ -6675,6 +6679,8 @@ declare namespace gapi.client {
6675
6679
  commonConfig?: GoogleCloudDiscoveryengineV1EngineCommonConfig;
6676
6680
  /** Optional. Configuration for configurable billing approach. */
6677
6681
  configurableBillingApproach?: string;
6682
+ /** Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-specific information required for that connector. The structure of the tenant information string is connector-dependent. */
6683
+ connectorTenantInfo?: {[P in string]: string};
6678
6684
  /** Output only. Timestamp the Recommendation Engine was created at. */
6679
6685
  createTime?: string;
6680
6686
  /** Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.1.20260209",
3
+ "version": "0.1.20260215",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",