Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 8735d2b

Browse files
Merge pull request #52 from tensorlakeai/feat/del-eg
chore: fixed typo in api
2 parents 218877f + 7cd888d commit 8735d2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getindexify",
3-
"version": "0.0.74",
3+
"version": "0.0.75",
44
"description": "This is the TypeScript client for interacting with the Indexify service.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ class IndexifyClient {
525525
}
526526

527527
async deleteExtractionGraph(namespace: string, extractionGraph: string): Promise<void> {
528-
await this.delete(`namespaces/${namespace}/extraction_graph/${extractionGraph}`, {
528+
await this.delete(`namespaces/${namespace}/extraction_graphs/${extractionGraph}`, {
529529
"Content-Type": "application/json"
530530
});
531531
}

0 commit comments

Comments
 (0)