From 32bbe62327133cfcf600f522f9b18309d3eed7cf Mon Sep 17 00:00:00 2001 From: Konrad Mattheis Date: Fri, 10 Nov 2017 16:45:15 +0100 Subject: [PATCH] Update index.d.ts fix wrong exportReducedData from IGlobal --- types/qlik-engineapi/index.d.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/types/qlik-engineapi/index.d.ts b/types/qlik-engineapi/index.d.ts index dec09b1d95..e124d12f5f 100644 --- a/types/qlik-engineapi/index.d.ts +++ b/types/qlik-engineapi/index.d.ts @@ -6879,12 +6879,6 @@ declare namespace EngineAPI { qSignature: string; } - interface IQOptions { - qBookmarkId: string; - - qExpires: number; - } - interface IQDownloadInfo { /** * URL of the generated QVF @@ -7104,14 +7098,6 @@ declare namespace EngineAPI { */ exportApp(qTargetPath: string, qSrcAppId: string, qIds: string[]): Promise; - /** - * Reduce an app in the memory to the current selection of a specified bookmark - * and make it as http download available. - * @params - optional qOptions - * @returns - A Promise of qDownloadInfo - */ - exportReducedData(qOptions?: IQOptions): Promise; - /** * Returns the handle of the current app. *