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
0
Versions
156
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.20250115 to 0.0.20250119

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: 20250115
// Revision: 20250119

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

data?: string;
/** Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls. */
displayName?: string;
/** Required. The IANA standard MIME type of the source data. */

@@ -130,2 +132,4 @@ mimeType?: string;

interface GoogleCloudAiplatformV1beta1FileData {
/** Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls. */
displayName?: string;
/** Required. URI. */

@@ -185,2 +189,4 @@ fileUri?: string;

candidates?: GoogleCloudAiplatformV1beta1Candidate[];
/** Output only. Timestamp when the request is made to the server. */
createTime?: string;
/** Output only. The model version used to generate the response. */

@@ -190,2 +196,4 @@ modelVersion?: string;

promptFeedback?: GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback;
/** Output only. response_id is used to identify each response. It is the encoding of the event_id. */
responseId?: string;
/** Usage metadata about the response(s). */

@@ -192,0 +200,0 @@ usageMetadata?: GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata;

2

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