@deephaven-enterprise/jsapi-types 1.20250801.246-beta → 1.20250801.249-beta

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/types/Iris.d.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven-enterprise/jsapi-types",
3
- "version": "1.20250801.246-beta",
3
+ "version": "1.20250801.249-beta",
4
4
  "description": "Deephaven Enterprise Jsapi Types",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -22,5 +22,5 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "gitHead": "15f6e9a1aead73c58ff4409c9dd21b07d2131eb4"
25
+ "gitHead": "4398ef06b2c3256a12ca42f7834c4ba2cc13c150"
26
26
  }
package/types/Iris.d.ts CHANGED
@@ -349,6 +349,9 @@ export interface EnterpriseClient {
349
349
  getAllUsers(): Promise<string[]>;
350
350
  getTemporaryQueueNames(): Promise<string[]>;
351
351
  getScriptPaths(serialId: string | null, owner?: string): Promise<string[]>;
352
+ /**
353
+ * @deprecated
354
+ */
352
355
  getQuerySerialsForDependent(isTemporary: boolean): Promise<string[]>;
353
356
  getDbServersForType(type: string): Promise<ConsoleServerAddress[]>;
354
357
  getJdbcDriverWrappers(): Promise<DriverWrapper[]>;