@deephaven-enterprise/jsapi-types 2026.1.15-- → 2026.1.17--
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/Iris.d.ts +1 -0
package/package.json
CHANGED
package/types/Iris.d.ts
CHANGED
|
@@ -516,6 +516,7 @@ export interface EnterpriseClient {
|
|
|
516
516
|
queries: readonly PlainEditableQueryInfo[],
|
|
517
517
|
options: { idMode: 'NEW' | 'KEEP' | 'REPLACE' }
|
|
518
518
|
) => Promise<SaveQueriesResult>;
|
|
519
|
+
deleteQueries: (serialIds: string[]) => Promise<void>;
|
|
519
520
|
getAuthConfigValues(): Promise<string[][]>;
|
|
520
521
|
onConnected(timeout: number): Promise<void>;
|
|
521
522
|
|