This commit is contained in:
Benjamin Toby 2025-01-15 22:04:09 +01:00
parent 967cbae93f
commit 342056060b
3 changed files with 3 additions and 1 deletions

View File

@ -261,6 +261,7 @@ export interface GetReturn {
msg?: string;
error?: string;
schema?: DSQL_TableSchemaType;
finalQuery?: string;
}
export interface GetSchemaRequestQuery {
database?: string;

View File

@ -289,6 +289,7 @@ export interface GetReturn {
msg?: string;
error?: string;
schema?: DSQL_TableSchemaType;
finalQuery?: string;
}
export interface GetSchemaRequestQuery {

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "3.6.5",
"version": "3.6.6",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {