@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20240815 to 0.0.20240819
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37569
594