Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.firebaseml-v2beta

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.firebaseml-v2beta - npm Package Compare versions

Comparing version 0.0.20240722 to 0.0.20240724

18

index.d.ts

@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase ML API v2beta 0.0 */

// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v2beta
// Revision: 20240722
// Revision: 20240724

@@ -190,2 +190,4 @@ /// <reference types="gapi.client" />

responseSchema?: GoogleCloudAiplatformV1beta1Schema;
/** Optional. Routing configuration. */
routingConfig?: GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig;
/** Optional. Stop sequences. */

@@ -200,2 +202,16 @@ stopSequences?: string[];

}
interface GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig {
/** Automated routing. */
autoMode?: GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode;
/** Manual routing. */
manualMode?: GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode;
}
interface GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode {
/** The model routing preference. */
modelRoutingPreference?: string;
}
interface GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode {
/** The model name to use. Only the public LLM models are accepted. e.g. gemini-1.5-pro-001. */
modelName?: string;
}
interface GoogleCloudAiplatformV1beta1GoogleSearchRetrieval {}

@@ -202,0 +218,0 @@ interface GoogleCloudAiplatformV1beta1GroundingChunk {

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
"version": "0.0.20240722",
"version": "0.0.20240724",
"description": "TypeScript typings for Firebase ML API v2beta",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc