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
143
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.20240815 to 0.0.20240819

7

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: 20240815
// Revision: 20240819

@@ -137,3 +137,3 @@ /// <reference types="gapi.client" />

name?: string;
/** Required. The function response in JSON object format. */
/** Required. The function response in JSON object format. Use "output" key to specify function output and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as function output. */
response?: {[P in string]: any};

@@ -174,2 +174,4 @@ }

interface GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata {
/** Output only. Number of tokens in the cached part in the input (the cached content). */
cachedContentTokenCount?: number;
/** Number of tokens in the response(s). */

@@ -179,2 +181,3 @@ candidatesTokenCount?: number;

promptTokenCount?: number;
/** Total token count for prompt and response candidates. */
totalTokenCount?: number;

@@ -181,0 +184,0 @@ }

{
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
"version": "0.0.20240815",
"version": "0.0.20240819",
"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