@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20250115 to 0.0.20250119
@@ -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; |
{ | ||
"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": { |
46990
751