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
147
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.20240410 to 0.0.20240419

10

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: 20240410
// Revision: 20240419

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

retrievalQueries?: string[];
/** Optional. Google search entry for the following-up web searches. */
searchEntryPoint?: SearchEntryPoint;
/** Optional. Web search queries for the following-up web search. */

@@ -282,2 +284,8 @@ webSearchQueries?: string[];

}
interface SearchEntryPoint {
/** Optional. Web content snippet that can be embedded in a web page or an app webview. */
renderedContent?: string;
/** Optional. Base64 encoded JSON representing array of tuple. */
sdkBlob?: string;
}
interface Tool {

@@ -284,0 +292,0 @@ /** Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 64 function declarations can be provided. */

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
"version": "0.0.20240410",
"version": "0.0.20240419",
"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