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

Commit 0b9f008

Browse files
committed
update column type
1 parent 535addf commit 0b9f008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface ISchema {
2727
columns: Record<
2828
string,
2929
{
30-
column_type: string;
30+
type: string;
3131
comment?: string;
3232
}
3333
>;

0 commit comments

Comments
 (0)