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
137
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.20240905 to 0.0.20240906

8

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: 20240905
// Revision: 20240906

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

contents?: GoogleCloudAiplatformV1beta1Content[];
/** Optional. Generation config that the model will use to generate the response. */
generationConfig?: GoogleCloudAiplatformV1beta1GenerationConfig;
/** Optional. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model. */

@@ -148,2 +150,4 @@ instances?: any[];

generationConfig?: GoogleCloudAiplatformV1beta1GenerationConfig;
/** Optional. The labels with user-defined metadata for the request. It is used for billing and reporting only. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. */
labels?: {[P in string]: string};
/** Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates. */

@@ -342,2 +346,4 @@ safetySettings?: GoogleCloudAiplatformV1beta1SafetySetting[];

properties?: {[P in string]: GoogleCloudAiplatformV1beta1Schema};
/** Optional. The order of the properties. Not a standard field in open api spec. Only used to support the order of the properties. */
propertyOrdering?: string[];
/** Optional. Required properties of Type.OBJECT. */

@@ -344,0 +350,0 @@ required?: string[];

2

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