@langchain/google-gauth
Advanced tools
Comparing version 0.0.22 to 0.0.24
/// <reference types="node" resolution-mode="require"/> | ||
import { Readable } from "stream"; | ||
import { GoogleAbstractedClient, GoogleAbstractedClientOps, GoogleBaseLLMInput, JsonStream } from "@langchain/google-common"; | ||
import { GoogleAbstractedClient, GoogleAbstractedClientOps, GoogleConnectionParams, JsonStream } from "@langchain/google-common"; | ||
import { GoogleAuth, GoogleAuthOptions } from "google-auth-library"; | ||
@@ -10,3 +10,3 @@ export declare class NodeJsonStream extends JsonStream { | ||
gauth: GoogleAuth; | ||
constructor(fields?: GoogleBaseLLMInput<GoogleAuthOptions>); | ||
constructor(fields?: GoogleConnectionParams<GoogleAuthOptions>); | ||
get clientType(): string; | ||
@@ -13,0 +13,0 @@ getProjectId(): Promise<string>; |
export * from "./chat_models.js"; | ||
export * from "./llms.js"; | ||
export * from "./embeddings.js"; |
export * from "./chat_models.js"; | ||
export * from "./llms.js"; | ||
export * from "./embeddings.js"; |
{ | ||
"name": "@langchain/google-gauth", | ||
"version": "0.0.22", | ||
"version": "0.0.24", | ||
"description": "Google auth based authentication support for Google services", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"@langchain/core": ">=0.2.21 <0.3.0", | ||
"@langchain/google-common": "~0.0.23", | ||
"@langchain/google-common": "~0.0.24", | ||
"google-auth-library": "^8.9.0" | ||
@@ -42,0 +42,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
20402
36
373