dbgate-types 7.2.4 → 7.2.5

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/engines.d.ts +2 -0
  2. package/package.json +1 -1
package/engines.d.ts CHANGED
@@ -263,6 +263,8 @@ export interface EngineDriver<TClient = any, TDataBase = any> extends FilterBeha
263
263
  implicitTransactions?: boolean; // transaction is started with first SQL command, no BEGIN TRANSACTION is needed
264
264
  premiumOnly?: boolean;
265
265
  supportExecuteQuery?: boolean;
266
+ supportsServerSqlChat?: boolean;
267
+ supportsServerCrossDatabaseQuery?: boolean;
266
268
  supportsEditableQueryResults?: boolean;
267
269
  enrichColumnMetadata?(
268
270
  dbhan: DatabaseHandle<TClient, TDataBase>,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.2.4",
2
+ "version": "7.2.5",
3
3
  "name": "dbgate-types",
4
4
  "homepage": "https://www.dbgate.io/",
5
5
  "repository": {