diff --git a/package-lock.json b/package-lock.json index 9cc76b7..d9a94cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "getindexify", - "version": "0.0.74", + "version": "0.0.75", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "getindexify", - "version": "0.0.74", + "version": "0.0.75", "license": "ISC", "dependencies": { "axios": "^1.7.2", diff --git a/package.json b/package.json index c2c09d6..3cf6f33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "getindexify", - "version": "0.0.74", + "version": "0.0.75", "description": "This is the TypeScript client for interacting with the Indexify service.", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/src/client.ts b/src/client.ts index 954efac..16e8ca9 100644 --- a/src/client.ts +++ b/src/client.ts @@ -525,7 +525,7 @@ class IndexifyClient { } async deleteExtractionGraph(namespace: string, extractionGraph: string): Promise { - await this.delete(`namespaces/${namespace}/extraction_graph/${extractionGraph}`, { + await this.delete(`namespaces/${namespace}/extraction_graphs/${extractionGraph}`, { "Content-Type": "application/json" }); }