@supabase/functions-js
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.4.2"; | ||
export declare const version = "2.4.3"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.4.2'; | ||
exports.version = '2.4.3'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.4.2"; | ||
export declare const version = "2.4.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.4.2'; | ||
export const version = '2.4.3'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/functions-js", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "JS Client library to interact with Supabase Functions.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
@@ -1,3 +0,1 @@ | ||
import OpenAI from 'openai' | ||
declare namespace Supabase { | ||
@@ -42,3 +40,5 @@ export interface ModelOptions { | ||
run( | ||
prompt: string | Omit<OpenAI.Chat.ChatCompletionCreateParams, 'model' | 'stream'>, | ||
prompt: | ||
| string | ||
| Omit<import('openai').OpenAI.Chat.ChatCompletionCreateParams, 'model' | 'stream'>, | ||
modelOptions?: ModelOptions | ||
@@ -45,0 +45,0 @@ ): unknown |
@@ -1,1 +0,1 @@ | ||
export const version = '2.4.2' | ||
export const version = '2.4.3' |
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
51541
851