New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trieve-ts-sdk

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trieve-ts-sdk - npm Package Compare versions

Comparing version 0.0.58 to 0.0.59

1

dist/functions/index.d.ts

@@ -44,2 +44,3 @@ declare const _default: {

getMessageById(this: import("..").TrieveSDK, data: Omit<import("..").GetMessageByIdData, "trDataset">, signal?: AbortSignal): Promise<import("..").Message>;
getCleanFetch: () => ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) | undefined;
createTopic(this: import("..").TrieveSDK, data: import("..").CreateTopicReqPayload, signal?: AbortSignal): Promise<import("..").Topic>;

@@ -46,0 +47,0 @@ cloneTopic(this: import("..").TrieveSDK, data: import("..").CloneTopicReqPayload, signal?: AbortSignal): Promise<import("..").Topic>;

@@ -22,2 +22,3 @@ /**

this: TrieveSDK, data: CreateMessageReqPayload, signal?: AbortSignal): Promise<string>;
export declare const getCleanFetch: () => ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) | undefined;
/**

@@ -24,0 +25,0 @@ * Create a message as a stream and returns a reader. Messages are attached to topics in order to coordinate memory of gen-AI chat sessions.Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.

2

package.json

@@ -20,3 +20,3 @@ {

],
"version": "0.0.58",
"version": "0.0.59",
"license": "MIT",

@@ -23,0 +23,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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