backend-plus 2.2.4 → 2.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.
- package/lib/backend-plus.d.ts +1 -1
- package/package.json +1 -1
package/lib/backend-plus.d.ts
CHANGED
|
@@ -373,7 +373,7 @@ export interface OptsClientPage {
|
|
|
373
373
|
baseUrlForRelativePaths?:boolean
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
export type DumpOptions={complete?:boolean, skipEnance?:boolean, disableDBFunctions?:boolean}
|
|
376
|
+
export type DumpOptions={complete?:boolean, skipEnance?:boolean, disableDBFunctions?:boolean, commonFunsToDisable?:string[]}
|
|
377
377
|
|
|
378
378
|
export interface Caches {
|
|
379
379
|
procedures:Record<string, {timestamp:number, result:any}>
|
package/package.json
CHANGED