Updates
This commit is contained in:
parent
5847bd34ab
commit
16cc7bede5
2
dist/package-shared/types/index.d.ts
vendored
2
dist/package-shared/types/index.d.ts
vendored
@ -128,7 +128,7 @@ export type DSQL_FieldSchemaType = {
|
|||||||
decimals?: string | number;
|
decimals?: string | number;
|
||||||
moving?: boolean;
|
moving?: boolean;
|
||||||
code?: boolean;
|
code?: boolean;
|
||||||
options?: string[];
|
options?: (string | number)[];
|
||||||
isVector?: boolean;
|
isVector?: boolean;
|
||||||
vectorSize?: number;
|
vectorSize?: number;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -159,7 +159,7 @@ export type DSQL_FieldSchemaType = {
|
|||||||
decimals?: string | number;
|
decimals?: string | number;
|
||||||
moving?: boolean;
|
moving?: boolean;
|
||||||
code?: boolean;
|
code?: boolean;
|
||||||
options?: string[];
|
options?: (string | number)[];
|
||||||
isVector?: boolean;
|
isVector?: boolean;
|
||||||
vectorSize?: number;
|
vectorSize?: number;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "5.7.46",
|
"version": "5.7.47",
|
||||||
"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