@wavemaker/app-ng-runtime 11.6.0-next.26279 → 11.6.0-next.26282

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.
@@ -36,7 +36,7 @@ export declare const processBinding: (variable: any, context: any, bindSource?:
36
36
  * @param success success callback
37
37
  * @param error error callback
38
38
  */
39
- export declare const simulateFileDownload: (requestParams: any, fileName: any, exportFormat: any, success: any, error: any) => void;
39
+ export declare const simulateFileDownload: (requestParams: any, fileName: any, exportFormat: any, success: any, error: any, dataBinding: any) => void;
40
40
  /**
41
41
  * sets the value against passed key on the "inputFields" object in the variable
42
42
  * @param targetObj: the object in which the key, value is to be set