@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven-enterprise/jsapi-types",
3
- "version": "2026.1.30",
3
+ "version": "2026.1.32",
4
4
  "description": "Deephaven Enterprise Jsapi Types",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -137,4 +137,6 @@ export interface WorkerKind {
137
137
  readonly worker_control: readonly string[];
138
138
  // eslint-disable-next-line camelcase
139
139
  readonly ephemeral_venv: boolean;
140
+ // eslint-disable-next-line camelcase
141
+ readonly ephemeral_venv_enabled: boolean;
140
142
  }
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;