@deephaven-enterprise/jsapi-types 2026.1.30 → 2026.1.32
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/package.json +1 -1
- package/types/CommonTypes.d.ts +2 -0
- package/types/Iris.d.ts +1 -0
package/package.json
CHANGED
package/types/CommonTypes.d.ts
CHANGED
package/types/Iris.d.ts
CHANGED
|
@@ -604,6 +604,7 @@ export interface QueryConfigurationType {
|
|
|
604
604
|
|
|
605
605
|
export type QueryConstants = {
|
|
606
606
|
getMaxHeapGbForServer: (name?: string) => number;
|
|
607
|
+
workerKinds: readonly WorkerKind[];
|
|
607
608
|
consoleDefaultHeap: number;
|
|
608
609
|
pqDefaultHeap: number;
|
|
609
610
|
minHeapGb: number;
|