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.56 to 0.0.57

2

dist/__tests__/constants.d.ts

@@ -10,3 +10,3 @@ import { TrieveSDK } from "../sdk";

export declare const EXAMPLE_CHUNK_HTML = "Price: $25\nBrand: Whole Foods Market\nProduct Name: WHOLE FOODS MARKET Organic Chocolate Truffles, 8.8 OZ\nBrought to you by Whole Foods Market. When it comes to innovative flavors and products sourced from artisans and producers around the world, the Whole Foods Market brand has you covered. Amazing products, exceptional ingredients, no compromises.;Limited Edition ~ Get yours while supplies last!;Made according to an old family recipe by one of France\u2019s leading chocolatiers, our organic truffles are rich and darkly delicious.;They\u2019re an exceptional midday treat served with tea or espresso and a perfectly simple and satisfying finish to any evening meal.;Product of France;Low-Sodium;Vegetarian;USDA Certified Organic;QAI Certified Organic - If It's Organic It's Non-GMO;Product Type: GROCERY\nCountry: US\nMarketplace: WholeFoods\nDomain: wholefoodsmarket.com";
export declare const EXAMPLE_FILE_ID = "ea924959-9289-4918-a49b-cd3f3ce4e809";
export declare const EXAMPLE_FILE_ID = "a88bea87-7eb7-467e-84d2-01bbdfecdf11";
//# sourceMappingURL=constants.d.ts.map

@@ -6,3 +6,3 @@ /**

*/
import { CreatePresignedUrlForCsvJsonlReqPayload, DeleteFileHandlerData, GetDatasetFilesHandlerData, GetFileHandlerData, UploadFileReqPayload } from "../../fetch-client";
import { CreatePresignedUrlForCsvJsonlReqPayload, DeleteFileHandlerData, FileDTO, GetDatasetFilesHandlerData, GetFileHandlerData, UploadFileReqPayload } from "../../fetch-client";
import { TrieveSDK } from "../../sdk";

@@ -59,3 +59,3 @@ /**

/** @hidden */
this: TrieveSDK, data: Omit<GetFileHandlerData, "trDataset">, signal?: AbortSignal): Promise<import("../../types.gen").FileDTO>;
this: TrieveSDK, data: Omit<GetFileHandlerData, "trDataset">, signal?: AbortSignal): Promise<FileDTO>;
/**

@@ -62,0 +62,0 @@ * Delete a file from S3 attached to the server based on its id. This will disassociate chunks from the file, but only delete them all together if you specify delete_chunks to be true. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.

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

],
"version": "0.0.56",
"version": "0.0.57",
"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 too big to display

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