@polyglot-sql/sdk 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/polyglot.esm.js +1287 -1287
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/polyglot_sql_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -8368,6 +8368,7 @@ declare type JSONCast = {
|
|
|
8368
8368
|
declare type JSONColumnDef = {
|
|
8369
8369
|
this: Expression | null;
|
|
8370
8370
|
kind: string | null;
|
|
8371
|
+
format_json: boolean;
|
|
8371
8372
|
path: Expression | null;
|
|
8372
8373
|
nested_schema: Expression | null;
|
|
8373
8374
|
ordinality: Expression | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -8368,6 +8368,7 @@ declare type JSONCast = {
|
|
|
8368
8368
|
declare type JSONColumnDef = {
|
|
8369
8369
|
this: Expression | null;
|
|
8370
8370
|
kind: string | null;
|
|
8371
|
+
format_json: boolean;
|
|
8371
8372
|
path: Expression | null;
|
|
8372
8373
|
nested_schema: Expression | null;
|
|
8373
8374
|
ordinality: Expression | null;
|
|
Binary file
|