dbgate-types 6.3.0 → 6.3.3

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 +1 -0
  2. package/package.json +1 -1
package/engines.d.ts CHANGED
@@ -305,6 +305,7 @@ export interface EngineDriver<TClient = any> extends FilterBehaviourProvider {
305
305
  command: 'backup' | 'restore'
306
306
  ): { message: string; severity: 'info' | 'error' | 'debug' } | null;
307
307
  getNativeOperationFormArgs(operation: 'backup' | 'restore'): any[];
308
+ getAdvancedConnectionFields(): any[];
308
309
 
309
310
  analyserClass?: any;
310
311
  dumperClass?: any;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.3.0",
2
+ "version": "6.3.3",
3
3
  "name": "dbgate-types",
4
4
  "homepage": "https://dbgate.org/",
5
5
  "repository": {