Updates
This commit is contained in:
parent
967cbae93f
commit
342056060b
1
dist/package-shared/types/index.d.ts
vendored
1
dist/package-shared/types/index.d.ts
vendored
@ -261,6 +261,7 @@ export interface GetReturn {
|
|||||||
msg?: string;
|
msg?: string;
|
||||||
error?: string;
|
error?: string;
|
||||||
schema?: DSQL_TableSchemaType;
|
schema?: DSQL_TableSchemaType;
|
||||||
|
finalQuery?: string;
|
||||||
}
|
}
|
||||||
export interface GetSchemaRequestQuery {
|
export interface GetSchemaRequestQuery {
|
||||||
database?: string;
|
database?: string;
|
||||||
|
@ -289,6 +289,7 @@ export interface GetReturn {
|
|||||||
msg?: string;
|
msg?: string;
|
||||||
error?: string;
|
error?: string;
|
||||||
schema?: DSQL_TableSchemaType;
|
schema?: DSQL_TableSchemaType;
|
||||||
|
finalQuery?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GetSchemaRequestQuery {
|
export interface GetSchemaRequestQuery {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "3.6.5",
|
"version": "3.6.6",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user