@querypanel/node-sdk 1.0.49 → 1.0.50
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +51 -2
- package/dist/index.d.ts +51 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1742,7 +1742,8 @@ async function generateVizSpec(client, input, options, signal) {
|
|
|
1742
1742
|
fields: input.fields,
|
|
1743
1743
|
rows: input.rows,
|
|
1744
1744
|
max_retries: options?.maxRetries ?? input.max_retries ?? 3,
|
|
1745
|
-
query_id: input.query_id
|
|
1745
|
+
query_id: input.query_id,
|
|
1746
|
+
encoding_hints: input.encoding_hints
|
|
1746
1747
|
},
|
|
1747
1748
|
tenantId,
|
|
1748
1749
|
options?.userId,
|