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

Commit 33bf564

Browse files
Merge pull request #41 from tensorlakeai/chore/release-update
chore: update release to v0.0.53
2 parents 1fd20fa + 4d8c3c9 commit 33bf564

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getindexify",
3-
"version": "0.0.52",
3+
"version": "0.0.53",
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

+4
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class IndexifyClient {
161161
{ httpsAgent: IndexifyClient.getHttpsAgent({ mtlsConfig }) }
162162
);
163163
const client = await IndexifyClient.createClient({ namespace: name });
164+
164165
return client;
165166
}
166167

@@ -188,6 +189,7 @@ class IndexifyClient {
188189
...(filters !== undefined && { filters }),
189190
include_content,
190191
});
192+
191193
return resp.data["results"];
192194
}
193195

@@ -444,6 +446,7 @@ class IndexifyClient {
444446
input_params: JSON.stringify(input_params),
445447
}
446448
);
449+
447450
return resp.data;
448451
}
449452

@@ -566,6 +569,7 @@ class IndexifyClient {
566569
content_source: contentSource,
567570
linked_graph_name: linkedGraph,
568571
};
572+
569573
await this.client.post(
570574
`namespaces/${this.namespace}/extraction_graphs/${sourceGraph}/links`,
571575
req,

0 commit comments

Comments
 (0)