@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20250126 to 0.0.20250127
@@ -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: 20250126 | ||
// Revision: 20250127 | ||
@@ -20,3 +20,3 @@ /// <reference types="gapi.client" /> | ||
function load( | ||
urlOrObject: 'https://firebaseml.googleapis.com/$discovery/rest?version=v2beta' | ||
urlOrObject: 'https://firebaseml.googleapis.com/$discovery/rest?version=v2beta', | ||
): Promise<void>; | ||
@@ -29,3 +29,3 @@ /** @deprecated Please load APIs with discovery documents. */ | ||
version: 'v2beta', | ||
callback: () => any | ||
callback: () => any, | ||
): void; | ||
@@ -640,3 +640,3 @@ | ||
}, | ||
body: GoogleCloudAiplatformV1beta1CountTokensRequest | ||
body: GoogleCloudAiplatformV1beta1CountTokensRequest, | ||
): Request<GoogleCloudAiplatformV1beta1CountTokensResponse>; | ||
@@ -699,3 +699,3 @@ /** Generate content with multimodal inputs. */ | ||
}, | ||
body: GoogleCloudAiplatformV1beta1GenerateContentRequest | ||
body: GoogleCloudAiplatformV1beta1GenerateContentRequest, | ||
): Request<GoogleCloudAiplatformV1beta1GenerateContentResponse>; | ||
@@ -758,3 +758,3 @@ /** Generate content with multimodal inputs with streaming support. */ | ||
}, | ||
body: GoogleCloudAiplatformV1beta1GenerateContentRequest | ||
body: GoogleCloudAiplatformV1beta1GenerateContentRequest, | ||
): Request<GoogleCloudAiplatformV1beta1GenerateContentResponse>; | ||
@@ -761,0 +761,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20250126", | ||
"version": "0.0.20250127", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -33,3 +33,3 @@ # TypeScript typings for Firebase ML API v2beta | ||
// gapi.client.firebaseml | ||
} | ||
}, | ||
); | ||
@@ -66,3 +66,3 @@ ``` | ||
} | ||
} | ||
}, | ||
); | ||
@@ -69,0 +69,0 @@ ``` |
48335