@maxim_mazurok/gapi.client.firebaseml-v2beta 0.0.20250326 → 0.0.20250412

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 +6 -6
  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://firebaseml.googleapis.com/$discovery/rest?version=v2beta
12
- // Revision: 20250326
12
+ // Revision: 20250412
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -138,7 +138,7 @@ declare namespace gapi.client {
138
138
  mimeType?: string;
139
139
  }
140
140
  interface GoogleCloudAiplatformV1beta1FunctionCall {
141
- /** Optional. Required. The function parameters and values in JSON object format. See [FunctionDeclaration.parameters] for parameter details. */
141
+ /** Optional. The function parameters and values in JSON object format. See [FunctionDeclaration.parameters] for parameter details. */
142
142
  args?: {[P in string]: any};
143
143
  /** Optional. The unique id of the function call. If populated, the client to execute the `function_call` and return the response with the matching `id`. */
144
144
  id?: string;
@@ -290,12 +290,10 @@ declare namespace gapi.client {
290
290
  modelRoutingPreference?: string;
291
291
  }
292
292
  interface GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode {
293
- /** The model name to use. Only the public LLM models are accepted. e.g. 'gemini-1.5-pro-001'. */
293
+ /** The model name to use. Only the public LLM models are accepted. See [Supported models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models). */
294
294
  modelName?: string;
295
295
  }
296
296
  interface GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig {
297
- /** Optional. Indicates whether to enable thinking mode. If true, the model will enable thinking mode. */
298
- enableThinking?: boolean;
299
297
  /** Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true. */
300
298
  thinkingBudget?: number;
301
299
  }
@@ -438,7 +436,7 @@ declare namespace gapi.client {
438
436
  rankService?: GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingRankService;
439
437
  }
440
438
  interface GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker {
441
- /** Optional. The model name used for ranking. Format: `gemini-1.5-pro` */
439
+ /** Optional. The model name used for ranking. See [Supported models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models). */
442
440
  modelName?: string;
443
441
  }
444
442
  interface GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingRankService {
@@ -548,6 +546,8 @@ declare namespace gapi.client {
548
546
  text?: string;
549
547
  }
550
548
  interface GoogleCloudAiplatformV1beta1SpeechConfig {
549
+ /** Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization. */
550
+ languageCode?: string;
551
551
  /** The configuration for the speaker to use. */
552
552
  voiceConfig?: GoogleCloudAiplatformV1beta1VoiceConfig;
553
553
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
3
- "version": "0.0.20250326",
3
+ "version": "0.0.20250412",
4
4
  "description": "TypeScript typings for Firebase ML API v2beta",
5
5
  "repository": {
6
6
  "type": "git",