@polyglot-sql/sdk 0.2.2 → 0.2.3
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 +966 -966
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/polyglot_sql_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3499,6 +3499,10 @@ declare type Describe = {
|
|
|
3499
3499
|
* AS JSON suffix (Databricks)
|
|
3500
3500
|
*/
|
|
3501
3501
|
as_json: boolean;
|
|
3502
|
+
/**
|
|
3503
|
+
* Parenthesized parameter types for DESCRIBE PROCEDURE/FUNCTION (e.g., INT, VARCHAR)
|
|
3504
|
+
*/
|
|
3505
|
+
params?: Array<string>;
|
|
3502
3506
|
};
|
|
3503
3507
|
|
|
3504
3508
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -3499,6 +3499,10 @@ declare type Describe = {
|
|
|
3499
3499
|
* AS JSON suffix (Databricks)
|
|
3500
3500
|
*/
|
|
3501
3501
|
as_json: boolean;
|
|
3502
|
+
/**
|
|
3503
|
+
* Parenthesized parameter types for DESCRIBE PROCEDURE/FUNCTION (e.g., INT, VARCHAR)
|
|
3504
|
+
*/
|
|
3505
|
+
params?: Array<string>;
|
|
3502
3506
|
};
|
|
3503
3507
|
|
|
3504
3508
|
/**
|
|
Binary file
|