diff --git a/api-keys.js b/api-keys.js index 1695e11..10afd75 100644 --- a/api-keys.js +++ b/api-keys.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/api-keys.ts diff --git a/apps.js b/apps.js index cabfdc0..937978b 100644 --- a/apps.js +++ b/apps.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/apps.ts diff --git a/audits.js b/audits.js index f082051..f98b8dc 100644 --- a/audits.js +++ b/audits.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/audits.ts diff --git a/auth.js b/auth.js index bfb22f0..8deac20 100644 --- a/auth.js +++ b/auth.js @@ -4,8 +4,8 @@ import { logout, registerAuthModule, setDefaultHostConfig -} from "./chunks/IOUD76RB.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/RJSXIVZK.js"; +import "./chunks/7TFYIWPM.js"; export { auth_default as default, getAccessToken, diff --git a/automations.js b/automations.js index 9614fcd..2b919cc 100644 --- a/automations.js +++ b/automations.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/automations.ts diff --git a/brands.js b/brands.js index 13bc214..357ff00 100644 --- a/brands.js +++ b/brands.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/brands.ts diff --git a/chunks/5V4BMSM2.js b/chunks/4VOVGPYE.js similarity index 96% rename from chunks/5V4BMSM2.js rename to chunks/4VOVGPYE.js index 1f6e18c..e5e54dd 100644 --- a/chunks/5V4BMSM2.js +++ b/chunks/4VOVGPYE.js @@ -1,6 +1,6 @@ import { getInvokeFetchRuntimeModule -} from "./5T2SBCJG.js"; +} from "./7TFYIWPM.js"; import { isBrowser } from "./2ZQ3ZX7F.js"; diff --git a/chunks/NWOESCMR.js b/chunks/64ZZ22PG.js similarity index 98% rename from chunks/NWOESCMR.js rename to chunks/64ZZ22PG.js index 1d9e72d..2075cf9 100644 --- a/chunks/NWOESCMR.js +++ b/chunks/64ZZ22PG.js @@ -1,6 +1,6 @@ import { getQixRuntimeModule -} from "./5T2SBCJG.js"; +} from "./7TFYIWPM.js"; // src/public/qix.ts function openAppSession(appSessionProps) { diff --git a/chunks/5T2SBCJG.js b/chunks/7TFYIWPM.js similarity index 78% rename from chunks/5T2SBCJG.js rename to chunks/7TFYIWPM.js index 8e02b43..581500b 100644 --- a/chunks/5T2SBCJG.js +++ b/chunks/7TFYIWPM.js @@ -1,17 +1,17 @@ // src/public/public-runtime-modules.ts function getAuthRuntimeModule(hostConfig) { const isNode = !!globalThis.process?.argv; - return isNode ? import("./JIAZ5W7Y.js") : import("./ADP23C4M.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig)); + return isNode ? import("./OJ64BEOX.js") : import("./O25AVKJT.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig)); } async function getQixRuntimeModule(hostConfig) { await getAuthRuntimeModule(hostConfig); const isNode = !!globalThis.process?.argv; - return isNode ? import("./HACHQCYI.js") : import("./ADP23C4M.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig)); + return isNode ? import("./VCS5M2TX.js") : import("./O25AVKJT.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig)); } async function getInvokeFetchRuntimeModule(hostConfig) { await getAuthRuntimeModule(hostConfig); const isNode = !!globalThis.process?.argv; - return isNode ? import("./CNQQPV5L.js") : import("./ADP23C4M.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)); + return isNode ? import("./ZJKE2OY5.js") : import("./O25AVKJT.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)); } export { diff --git a/chunks/RN5AUIPP.js b/chunks/D7TSCA65.js similarity index 97% rename from chunks/RN5AUIPP.js rename to chunks/D7TSCA65.js index da3793c..e7f30f9 100644 --- a/chunks/RN5AUIPP.js +++ b/chunks/D7TSCA65.js @@ -974,7 +974,7 @@ async function handlePotentialAuthenticationErrorAndRetry(hostConfig, fn) { canRetry: true }); if (retry) { - return await fn(); + return fn(); } throw err; } @@ -1605,7 +1605,7 @@ async function interceptAuthenticationErrors(hostConfig, resultPromise, performR const err = error; if (err.status === 401 || err.status === 403 || (err.status === 301 || err.status === 302) && await isWindows(hostConfig)) { if (globalThis.loggingOut) { - return await neverResolvingPromise(); + return neverResolvingPromise(); } const { retry, preventDefault } = await handleAuthenticationError({ hostConfig, @@ -1615,7 +1615,7 @@ async function interceptAuthenticationErrors(hostConfig, resultPromise, performR canRetry: !!performRetry }); if (retry && performRetry) { - return await performRetry(); + return performRetry(); } if (preventDefault) { return neverResolvingPromise(); @@ -1634,9 +1634,13 @@ function getServiceOverrideHeaderFromLocalStorage() { } return { "X-Qlik-Overrides": header }; } -function toDownloadableBlob(blob) { +function toDownloadableBlob(blob, name) { const result2 = blob; - result2.download = (filename) => download(blob, filename); + if (name) { + result2.download = (filename = name) => download(blob, filename); + } else { + result2.download = (filename) => download(blob, filename); + } return result2; } async function download(blob, filename) { @@ -1722,25 +1726,39 @@ function clearApiCache(api) { async function parseFetchResponse(fetchResponse, url) { let resultData; const contentType = fetchResponse.headers.get("content-type")?.split(";")[0]; - switch (contentType) { - case "image/png": - case "image/jpeg": - case "image/x-icon": - case "application/offset+octet-stream": - case "application/octet-stream": - case "application/zip": - resultData = toDownloadableBlob(await fetchResponse.blob()); - break; - case "text/event-stream": - resultData = fetchResponse.body; - break; - default: - try { - resultData = await fetchResponse.text(); - resultData = JSON.parse(resultData); - } catch { + const contentDisposition = fetchResponse.headers.get("content-disposition")?.split(";"); + if (contentDisposition && contentDisposition[0] === "attachment") { + let filename = ""; + for (let i = 1; i < contentDisposition.length; i++) { + const attr = contentDisposition[i].trim(); + if (attr.indexOf("filename") === 0) { + const start = attr.indexOf('"'); + const end = attr.lastIndexOf('"'); + filename = attr.slice(start + 1, end); } - break; + } + resultData = toDownloadableBlob(await fetchResponse.blob(), filename); + } else { + switch (contentType) { + case "image/png": + case "image/jpeg": + case "image/x-icon": + case "application/offset+octet-stream": + case "application/octet-stream": + case "application/zip": + resultData = toDownloadableBlob(await fetchResponse.blob()); + break; + case "text/event-stream": + resultData = fetchResponse.body; + break; + default: + try { + resultData = await fetchResponse.text(); + resultData = JSON.parse(resultData); + } catch { + } + break; + } } const { status, statusText, headers } = fetchResponse; const errorMsg = `request to '${url}' failed with status ${status} ${statusText}.`; diff --git a/chunks/LIPAU4N5.js b/chunks/FFOAWSDK.js similarity index 99% rename from chunks/LIPAU4N5.js rename to chunks/FFOAWSDK.js index 814d1af..5c498c5 100644 --- a/chunks/LIPAU4N5.js +++ b/chunks/FFOAWSDK.js @@ -4,7 +4,7 @@ import { getRestCallAuthParams, getWebSocketAuthParams, toValidWebsocketLocationUrl -} from "./RN5AUIPP.js"; +} from "./D7TSCA65.js"; import { isBrowser, isNode @@ -9748,7 +9748,6 @@ var mixin6 = { createBookmark(_createBookmark, props) { return _createBookmark( merge2( - {}, { qInfo: { qType: "bookmark" @@ -9766,7 +9765,6 @@ var mixin6 = { createBookmarkEx(_createBookmarkEx, props, patchObjs) { return _createBookmarkEx( merge2( - true, { qInfo: { qType: "bookmark" diff --git a/chunks/ADP23C4M.js b/chunks/O25AVKJT.js similarity index 97% rename from chunks/ADP23C4M.js rename to chunks/O25AVKJT.js index f16c2c3..55950b8 100644 --- a/chunks/ADP23C4M.js +++ b/chunks/O25AVKJT.js @@ -1,4 +1,4 @@ -// node_modules/.pnpm/@qlik+runtime-module-loader@1.0.6/node_modules/@qlik/runtime-module-loader/dist/index.js +// node_modules/.pnpm/@qlik+runtime-module-loader@1.0.7/node_modules/@qlik/runtime-module-loader/dist/index.js window.__qlikMainPrivateResolvers = window.__qlikMainPrivateResolvers || {}; window.__qlikMainPrivateResolvers.mainUrlPromise = window.__qlikMainPrivateResolvers.mainUrlPromise || new Promise((resolve) => { window.__qlikMainPrivateResolvers.resolveMainJsUrl = (value) => resolve(value); diff --git a/chunks/JIAZ5W7Y.js b/chunks/OJ64BEOX.js similarity index 97% rename from chunks/JIAZ5W7Y.js rename to chunks/OJ64BEOX.js index 439c962..d3a7006 100644 --- a/chunks/JIAZ5W7Y.js +++ b/chunks/OJ64BEOX.js @@ -18,7 +18,7 @@ import { toValidEnigmaLocationUrl, toValidLocationUrl, toValidWebsocketLocationUrl -} from "./RN5AUIPP.js"; +} from "./D7TSCA65.js"; import "./2ZQ3ZX7F.js"; export { AuthorizationError, diff --git a/chunks/IOUD76RB.js b/chunks/RJSXIVZK.js similarity index 96% rename from chunks/IOUD76RB.js rename to chunks/RJSXIVZK.js index 0c63f70..af290ee 100644 --- a/chunks/IOUD76RB.js +++ b/chunks/RJSXIVZK.js @@ -1,6 +1,6 @@ import { getAuthRuntimeModule -} from "./5T2SBCJG.js"; +} from "./7TFYIWPM.js"; // src/public/auth.ts function registerAuthModule(name, authModule) { diff --git a/chunks/HACHQCYI.js b/chunks/VCS5M2TX.js similarity index 99% rename from chunks/HACHQCYI.js rename to chunks/VCS5M2TX.js index d7501ce..10a7dc9 100644 --- a/chunks/HACHQCYI.js +++ b/chunks/VCS5M2TX.js @@ -4,7 +4,7 @@ import { invokeFetch, isWindows, toValidWebsocketLocationUrl -} from "./RN5AUIPP.js"; +} from "./D7TSCA65.js"; import { isBrowser } from "./2ZQ3ZX7F.js"; @@ -101,7 +101,7 @@ function listenForWindowsAuthenticationInformation(session) { return authSuggestedInWebsocket; } async function createAndSetupEnigmaSession(props, canRetry) { - const { createEnigmaSession } = await import("./LIPAU4N5.js"); + const { createEnigmaSession } = await import("./FFOAWSDK.js"); const session = await createEnigmaSession(props); setupSessionListeners(session, props); let global; diff --git a/chunks/CNQQPV5L.js b/chunks/ZJKE2OY5.js similarity index 92% rename from chunks/CNQQPV5L.js rename to chunks/ZJKE2OY5.js index be68dba..1848960 100644 --- a/chunks/CNQQPV5L.js +++ b/chunks/ZJKE2OY5.js @@ -5,7 +5,7 @@ import { invokeFetch, invoke_fetch_default, parseFetchResponse -} from "./RN5AUIPP.js"; +} from "./D7TSCA65.js"; import "./2ZQ3ZX7F.js"; export { EncodingError, diff --git a/collections.js b/collections.js index b29aa78..71a6240 100644 --- a/collections.js +++ b/collections.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/collections.ts diff --git a/csp-origins.js b/csp-origins.js index 4b29bd1..787efaa 100644 --- a/csp-origins.js +++ b/csp-origins.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/csp-origins.ts diff --git a/data-assets.js b/data-assets.js index 1b3f155..226bf12 100644 --- a/data-assets.js +++ b/data-assets.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/data-assets.ts diff --git a/data-connections.js b/data-connections.js index 3b943c2..08acf3d 100644 --- a/data-connections.js +++ b/data-connections.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/data-connections.ts diff --git a/data-credentials.js b/data-credentials.js index c2d9838..07d4c68 100644 --- a/data-credentials.js +++ b/data-credentials.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/data-credentials.ts diff --git a/data-files.js b/data-files.js index 7ff1cab..ee446be 100644 --- a/data-files.js +++ b/data-files.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/data-files.ts diff --git a/extensions.js b/extensions.js index 33f2862..ee471af 100644 --- a/extensions.js +++ b/extensions.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/extensions.ts diff --git a/glossaries.d.ts b/glossaries.d.ts index 327ab0c..27b23c7 100644 --- a/glossaries.d.ts +++ b/glossaries.d.ts @@ -393,6 +393,8 @@ type TermLinksTo = { status?: number; /** Different formats based on subresource type. Could be e.g. OID or UUID. */ subResourceId?: string; + /** Populated and true if no matching subresource is found on parent resource. E.g. if a dataset field no longer exist but a link to that field exists. */ + subResourceInvalid?: boolean; subResourceName?: string; subResourceType?: "master_dimension" | "master_measure" | "field"; /** Describes reason for item status during batch operation. E.g. why an error occurs during creation. */ diff --git a/glossaries.js b/glossaries.js index 33fa285..e0cb3be 100644 --- a/glossaries.js +++ b/glossaries.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/glossaries.ts diff --git a/groups.js b/groups.js index f26658c..a43799f 100644 --- a/groups.js +++ b/groups.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/groups.ts diff --git a/identity-providers.js b/identity-providers.js index 30bc929..cd81a01 100644 --- a/identity-providers.js +++ b/identity-providers.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/identity-providers.ts diff --git a/index.js b/index.js index 6f62806..514d5aa 100644 --- a/index.js +++ b/index.js @@ -1,14 +1,14 @@ import { qix_default -} from "./chunks/NWOESCMR.js"; +} from "./chunks/64ZZ22PG.js"; import { auth_default -} from "./chunks/IOUD76RB.js"; +} from "./chunks/RJSXIVZK.js"; import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/public-runtime-api-generator/public-runtime-api-generator.ts diff --git a/items.js b/items.js index 3caacd3..5ed71c0 100644 --- a/items.js +++ b/items.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/items.ts diff --git a/licenses.js b/licenses.js index 25179d6..8bd334d 100644 --- a/licenses.js +++ b/licenses.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/licenses.ts diff --git a/qix.d.ts b/qix.d.ts index 95a781f..b091c54 100644 --- a/qix.d.ts +++ b/qix.d.ts @@ -1,7 +1,7 @@ import './global.types-Xt6XzwlN.js'; import { H as HostConfig } from './auth-types-Bqw3vbLs.js'; -declare const QIX_SCHEMA_VERSION = "12.2115.0"; +declare const QIX_SCHEMA_VERSION = "12.2123.0"; type AlfaNumString = { /** * Calculated value. @@ -827,6 +827,21 @@ type DimensionListDef = { */ qData?: Record; }; +/** + * The DimensionReference structure points to a GenericDimension. + * + * Stability: *experimental* + */ +type DimensionReference = { + /** + * Identifier of the associated dimension. + */ + qId?: string; + /** + * Text label. + */ + qLabel?: string; +}; /** * Parameters for a reload. */ @@ -3363,11 +3378,11 @@ type NxCurrentSelectionItem = { */ qIsHidden?: boolean; /** - * Information about objects in the app that refer to the data model field of an NxCurrentSelectionItem, including labels. + * List of dimensions in the app that refer to the data model field of an NxCurrentSelectionItem. * * Stability: *experimental* */ - qFieldReferenceInfo?: SelectionItemFieldReferenceInfo[]; + qDimensionReferences?: DimensionReference[]; }; type NxDataAreaPage = { /** @@ -6277,26 +6292,6 @@ type SelectInfo = { */ qSelectFieldSearch?: boolean; }; -/** - * Structure that holds information connecting an app object to a data model field represented by an NxCurrentSelectionItem in the SelectionObject. - * The SelectionItemFieldReferenceInfo structure points to an app object, such as a GenericDimension, and also holds a label. - * - * Stability: *experimental* - */ -type SelectionItemFieldReferenceInfo = { - /** - * Identifier of the associated object. - */ - qId?: string; - /** - * Type of object. - */ - qType?: string; - /** - * Text label. - */ - qLabel?: string; -}; /** * Indicates which selections are currently applied. It gives the current selections. Is the layout for _SelectionObjectDef_. */ @@ -8384,11 +8379,6 @@ type NativeDocFunctionsThe position of the broom points and the position of the connection points cannot be retrieved in Qlik Sense. * - * ### Representation of tables, broom points and connection points - * ![](images/ui_gen_BroomConnectionPoints_dmv.png)
- * The green circles represent the broom points. - * The red circle represents a connection point. - * * Stability: *locked* */ getViewDlgSaveInfo: () => Promise; @@ -8770,11 +8760,6 @@ type NativeDocFunctionsThe position of the broom points and the position of the connection points cannot be set in Qlik Sense. * - * ### Representation of tables, broom points and connection points - * ![](images/ui_gen_BroomConnectionPoints_dmv.png)
- * The green circles represent the broom points. - * The red circle represents a connection point. - * * Parameters: * * - `info` - Information about the table. @@ -9962,11 +9947,9 @@ type NativeGenericObjectFunctions![](images/dr_gen_QVCPMethodGetLayoutHierarchy.png)
* A _GetLayout_ call on A returns information on the objects A, B and C. * A _GetLayout_ call on B returns information on the objects B, D and E. * A _GetLayout_ call on C returns information on the object C. - * *
* In addition to the parameters displayed above, the **GetLayout** method can return other properties according to what is defined in the generic object. * For example, if **qHyperCubeDef** is defined in the generic object, the **GetLayout** method returns the properties described in _HyperCube_. @@ -10309,30 +10292,6 @@ type NativeGenericObjectFunctionsThere is no top dimensions in a stacked table. A stacked table can only contain one measure.
* - * ### Example of a pivot table - * ![](images/ui_gen_ExampleQVCPPivotTableDescription.png)
- * In the representation above: - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
Sum(OrderTotal)
Count(OrderTotal)
Are pseudo dimensions.
CategoryNameIs a left dimension.
Beverages , Condiments ... are left dimension values.
ProductNameIs a top dimension.
Chef Anton's Cajun Seasoning is a top dimension value.
Numeric valuesAre calculated values in the data matrix.
626291,832 is a calculated value.
- * * The member **Change** returns the handles of the objects that are updated following the selections. * _qSuccess_ is set to _true_ if the selections are successful and is set to _false_ in the following cases: * * The object contains some invalid fields (fields that are not in the data model). @@ -11734,4 +11693,4 @@ declare const qix: { openAppSession: typeof openAppSession; }; -export { type AlfaNumString, type AlternateStateData, type AnyGenericObjectLayout, type AnyGenericObjectProperties, type AppEntry, type AppObjectList, type AppObjectListDef, type AppScript, type AppScriptMeta, type AppSession, type ApplyGroupStateWarning, type ApplyGroupStateWarningType, type ApplyGroupStatesResult, type ArrayOfNxValuePoint, type AssociationScore, type BNFDef, type BNFDefMetaType, type BNFType, type Blob, type Bookmark, type BookmarkApplyAndVerifyResult, type BookmarkFieldItem, type BookmarkFieldPage, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkVariableItem, type CalendarStrings, type CharEncodingType, type CharRange, type ChildList, type ChildListDef, type CloseProps, type CodePage, type CombinedWebSocketStateEvent, type CondDef, type Connection, type ContentLibraryList, type ContentLibraryListItem, type CurrentSelections, type CustomConnector, type CyclicGroupPosition, type DataField, type DataRecord, type DataTable, type DataTableEx, type Database, type DatabaseInfo, type DatabaseOwner, type DelimiterInfo, type DerivedFieldsInTableData, type DimensionList, type DimensionListData, type DimensionListDef, type DimensionListItem, type DoReloadExParams, type DoReloadExResult, type Doc, type DocAction, type DocListEntry, type DriveInfo, type DriveType, type DynamicAppViewListData, type DynamicAppViewListItem, type EditorBreakpoint, type EmbeddedSnapshot, type EmbeddedSnapshotDef, type ErrorData, type ErrorDataCode, type ExpandedFieldListItem, type ExpansionData, type ExtendedLayoutBookmarkData, type ExtendedPivotStateData, type ExtensionList, type ExtensionListDef, type Field, type FieldAttrType, type FieldAttributes, type FieldDefEx, type FieldDescription, type FieldInTableData, type FieldInTableProfilingData, type FieldList, type FieldListDef, type FieldListObject, type FieldOrColumn, type FieldScores, type FieldType, type FieldValue, type FileDataFormat, type FileType, type FilterInfo, type FilterType, type FolderItem, type FolderItemType, type FrequencyDistributionData, type FunctionGroup, type GenericBookmark, type GenericBookmarkEntry, type GenericBookmarkLayout, type GenericBookmarkProperties, type GenericConnectMachine, type GenericDimension, type GenericDimensionInfo, type GenericDimensionLayout, type GenericDimensionProperties, type GenericListObject, type GenericMeasure, type GenericMeasureLayout, type GenericMeasureProperties, type GenericObject, type GenericObjectEntry, type GenericObjectLayout, type GenericObjectLayoutAdditionalProperties, type GenericObjectLayoutNode, type GenericObjectLayoutNodeLevel2, type GenericObjectLayoutNodeLevel3, type GenericObjectLayoutNodeLevel4, type GenericObjectLayoutNodeLevel5, type GenericObjectLayoutNodeRec, type GenericObjectProperties, type GenericObjectPropertiesAdditionalProperties, type GenericObjectPropertiesNode, type GenericObjectPropertiesNodeLevel2, type GenericObjectPropertiesNodeLevel3, type GenericObjectPropertiesNodeLevel4, type GenericObjectPropertiesNodeLevel5, type GenericObjectPropertiesNodeRec, type GenericVariable, type GenericVariableLayout, type GenericVariableProperties, type Global, type GraphMode, type GroupBookmarkData, type GroupState, type GroupStateInfo, type HyperCube, type HyperCubeDef, type InputFieldItem, type InterFieldSortData, type InteractDef, type InteractType, type KeyType, type LayoutBookmarkData, type LayoutExclude, type LayoutFieldInfo, type LineageInfo, type ListBoxProperties, type ListFunctions, type ListItem, type ListObject, type ListObjectDef, type LocaleInfo, type LogOnType, type MasterObjectListData, type MasterObjectListItem, type MeasureList, type MeasureListData, type MeasureListDef, type MeasureListItem, type MediaListDef, type MediaListItem, type MetaData, type ModalFunctions, type NativeDocFunctions, type NativeFieldFunctions, type NativeGenericBookmarkFunctions, type NativeGenericDimensionFunctions, type NativeGenericMeasureFunctions, type NativeGenericObjectFunctions, type NativeGenericVariableFunctions, type NativeGlobalFunctions, type NativeReactHooks, type NativeVariableFunctions, type NxAppLayout, type NxAppProperties, type NxAttrDimDef, type NxAttrDimInfo, type NxAttrExprDef, type NxAttrExprInfo, type NxAttributeDimValues, type NxAttributeExpressionValues, type NxAutoSortByStateDef, type NxAxisData, type NxAxisTicks, type NxBookmark, type NxCalcCond, type NxCardinalities, type NxCell, type NxCellPosition, type NxCellRows, type NxContainerEntry, type NxContinuousDataOptions, type NxContinuousMode, type NxContinuousRangeSelectInfo, type NxCurrentSelectionItem, type NxDataAreaPage, type NxDataPage, type NxDataReductionMode, type NxDerivedField, type NxDerivedFieldDescriptionList, type NxDerivedFieldsData, type NxDerivedGroup, type NxDimCellType, type NxDimension, type NxDimensionInfo, type NxDimensionType, type NxDownloadInfo, type NxDownloadOptions, type NxEngineVersion, type NxExportFileType, type NxExportState, type NxFeature, type NxFieldDescription, type NxFieldProperties, type NxFieldResourceId, type NxFieldSelectionInfo, type NxFieldSelectionMode, type NxFieldTableResourceId, type NxFrequencyMode, type NxGetBookmarkOptions, type NxGetObjectOptions, type NxGroupTail, type NxGrpType, type NxHighlightRanges, type NxHypercubeMode, type NxInfo, type NxInlineDimensionDef, type NxInlineMeasureDef, type NxLTrendlineType, type NxLayoutErrors, type NxLibraryDimension, type NxLibraryDimensionDef, type NxLibraryMeasure, type NxLibraryMeasureDef, type NxLinkedObjectInfo, type NxListObjectExpression, type NxListObjectExpressionDef, type NxLocalizedErrorCode, type NxLocalizedWarningCode, type NxMatchingFieldInfo, type NxMatchingFieldMode, type NxMeasure, type NxMeasureInfo, type NxMeta, type NxMetaDef, type NxMiniChart, type NxMiniChartCell, type NxMiniChartData, type NxMiniChartDef, type NxMiniChartRows, type NxMultiRangeSelectInfo, type NxPage, type NxPageTreeLevel, type NxPageTreeNode, type NxPatch, type NxPatchOperationType, type NxPatches, type NxPivotDimensionCell, type NxPivotPage, type NxPivotValuePoint, type NxRange, type NxRangeSelectInfo, type NxSelectionCell, type NxSelectionCellType, type NxSelectionInfo, type NxSimpleDimValue, type NxSimpleValue, type NxSortIndicatorType, type NxStackPage, type NxStackedPivotCell, type NxStateCounts, type NxStreamListEntry, type NxTempBookmarkOptions, type NxTickCell, type NxTreeDataOption, type NxTreeDimensionDef, type NxTreeDimensionInfo, type NxTreeMultiRangeSelectInfo, type NxTreeNode, type NxTreeRangeSelectInfo, type NxTreeValue, type NxTrendline, type NxTrendlineDef, type NxTrendlineMode, type NxValidationError, type NxVariableListItem, type NxVariableProperties, type NxViewPort, type ODAGAppLinkListData, type ODAGAppLinkListItem, type ObjectHelperFunctions, type ObjectInterface, type OdbcDsn, type OleDbProvider, type OpenAppSessionProps, type OtherLimitMode, type OtherMode, type OtherSortMode, type OtherTotalSpecProp, type Point, type PositionMark, type ProgressData, type ProgressMessage, type QFunction, QIX_SCHEMA_VERSION, type QMediaList, type QRange, type RangeSelectInfo, type Rect, type RpcObject, type SampleResult, type ScriptSyntaxError, type ScrollPosition, type SearchAssociationResult, type SearchAttribute, type SearchCharRange, type SearchCombinationOptions, type SearchContextType, type SearchFieldDictionary, type SearchFieldMatch, type SearchFieldMatchType, type SearchFieldMatchesItem, type SearchFieldSelectionMode, type SearchFieldValueItem, type SearchGroup, type SearchGroupItem, type SearchGroupItemMatch, type SearchGroupItemOptions, type SearchGroupItemType, type SearchGroupOptions, type SearchGroupType, type SearchMatchCombination, type SearchMatchCombinations, type SearchObjectOptions, type SearchPage, type SearchResult, type SearchSuggestItem, type SearchSuggestionResult, type SearchTermResult, type SearchValueOptions, type SearchValuePage, type SearchValueResult, type SelectInfo, type SelectionItemFieldReferenceInfo, type SelectionObject, type SelectionObjectDef, type SheetListData, type SheetListDataCell, type SheetListDataCellBounds, type SheetListItem, type Size, type SortCriteria, type SourceKeyRecord, type SpecialObjectFunctions, type StandardFunctions, type StateEnumType, type StaticContentList, type StaticContentListItem, type StaticContentUrl, type StaticContentUrlDef, type StoryListData, type StoryListItem, type StringExpr, type StringExpression, type SymbolFrequency, type SymbolValue, type TableProfilingData, type TableRecord, type TableRow, type TableViewBroomPointSaveInfo, type TableViewConnectionPointSaveInfo, type TableViewCtlSaveInfo, type TableViewDlgSaveInfo, type TableViewSaveInfo, type TableViewTableWinSaveInfo, type TextMacro, type TotalMode, type TransformAppParameters, type TransformAppResult, type TreeData, type TreeDataDef, type UndoInfo, type UndoInfoDef, type UndoInfoObject, type UsageEnum, type UseAppHook, type ValueExpr, type ValueExpression, type VariableList, type VariableListData, type VariableListDef, type VariableListItem, type WebSocketEvent, qix as default, openAppSession }; +export { type AlfaNumString, type AlternateStateData, type AnyGenericObjectLayout, type AnyGenericObjectProperties, type AppEntry, type AppObjectList, type AppObjectListDef, type AppScript, type AppScriptMeta, type AppSession, type ApplyGroupStateWarning, type ApplyGroupStateWarningType, type ApplyGroupStatesResult, type ArrayOfNxValuePoint, type AssociationScore, type BNFDef, type BNFDefMetaType, type BNFType, type Blob, type Bookmark, type BookmarkApplyAndVerifyResult, type BookmarkFieldItem, type BookmarkFieldPage, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkVariableItem, type CalendarStrings, type CharEncodingType, type CharRange, type ChildList, type ChildListDef, type CloseProps, type CodePage, type CombinedWebSocketStateEvent, type CondDef, type Connection, type ContentLibraryList, type ContentLibraryListItem, type CurrentSelections, type CustomConnector, type CyclicGroupPosition, type DataField, type DataRecord, type DataTable, type DataTableEx, type Database, type DatabaseInfo, type DatabaseOwner, type DelimiterInfo, type DerivedFieldsInTableData, type DimensionList, type DimensionListData, type DimensionListDef, type DimensionListItem, type DimensionReference, type DoReloadExParams, type DoReloadExResult, type Doc, type DocAction, type DocListEntry, type DriveInfo, type DriveType, type DynamicAppViewListData, type DynamicAppViewListItem, type EditorBreakpoint, type EmbeddedSnapshot, type EmbeddedSnapshotDef, type ErrorData, type ErrorDataCode, type ExpandedFieldListItem, type ExpansionData, type ExtendedLayoutBookmarkData, type ExtendedPivotStateData, type ExtensionList, type ExtensionListDef, type Field, type FieldAttrType, type FieldAttributes, type FieldDefEx, type FieldDescription, type FieldInTableData, type FieldInTableProfilingData, type FieldList, type FieldListDef, type FieldListObject, type FieldOrColumn, type FieldScores, type FieldType, type FieldValue, type FileDataFormat, type FileType, type FilterInfo, type FilterType, type FolderItem, type FolderItemType, type FrequencyDistributionData, type FunctionGroup, type GenericBookmark, type GenericBookmarkEntry, type GenericBookmarkLayout, type GenericBookmarkProperties, type GenericConnectMachine, type GenericDimension, type GenericDimensionInfo, type GenericDimensionLayout, type GenericDimensionProperties, type GenericListObject, type GenericMeasure, type GenericMeasureLayout, type GenericMeasureProperties, type GenericObject, type GenericObjectEntry, type GenericObjectLayout, type GenericObjectLayoutAdditionalProperties, type GenericObjectLayoutNode, type GenericObjectLayoutNodeLevel2, type GenericObjectLayoutNodeLevel3, type GenericObjectLayoutNodeLevel4, type GenericObjectLayoutNodeLevel5, type GenericObjectLayoutNodeRec, type GenericObjectProperties, type GenericObjectPropertiesAdditionalProperties, type GenericObjectPropertiesNode, type GenericObjectPropertiesNodeLevel2, type GenericObjectPropertiesNodeLevel3, type GenericObjectPropertiesNodeLevel4, type GenericObjectPropertiesNodeLevel5, type GenericObjectPropertiesNodeRec, type GenericVariable, type GenericVariableLayout, type GenericVariableProperties, type Global, type GraphMode, type GroupBookmarkData, type GroupState, type GroupStateInfo, type HyperCube, type HyperCubeDef, type InputFieldItem, type InterFieldSortData, type InteractDef, type InteractType, type KeyType, type LayoutBookmarkData, type LayoutExclude, type LayoutFieldInfo, type LineageInfo, type ListBoxProperties, type ListFunctions, type ListItem, type ListObject, type ListObjectDef, type LocaleInfo, type LogOnType, type MasterObjectListData, type MasterObjectListItem, type MeasureList, type MeasureListData, type MeasureListDef, type MeasureListItem, type MediaListDef, type MediaListItem, type MetaData, type ModalFunctions, type NativeDocFunctions, type NativeFieldFunctions, type NativeGenericBookmarkFunctions, type NativeGenericDimensionFunctions, type NativeGenericMeasureFunctions, type NativeGenericObjectFunctions, type NativeGenericVariableFunctions, type NativeGlobalFunctions, type NativeReactHooks, type NativeVariableFunctions, type NxAppLayout, type NxAppProperties, type NxAttrDimDef, type NxAttrDimInfo, type NxAttrExprDef, type NxAttrExprInfo, type NxAttributeDimValues, type NxAttributeExpressionValues, type NxAutoSortByStateDef, type NxAxisData, type NxAxisTicks, type NxBookmark, type NxCalcCond, type NxCardinalities, type NxCell, type NxCellPosition, type NxCellRows, type NxContainerEntry, type NxContinuousDataOptions, type NxContinuousMode, type NxContinuousRangeSelectInfo, type NxCurrentSelectionItem, type NxDataAreaPage, type NxDataPage, type NxDataReductionMode, type NxDerivedField, type NxDerivedFieldDescriptionList, type NxDerivedFieldsData, type NxDerivedGroup, type NxDimCellType, type NxDimension, type NxDimensionInfo, type NxDimensionType, type NxDownloadInfo, type NxDownloadOptions, type NxEngineVersion, type NxExportFileType, type NxExportState, type NxFeature, type NxFieldDescription, type NxFieldProperties, type NxFieldResourceId, type NxFieldSelectionInfo, type NxFieldSelectionMode, type NxFieldTableResourceId, type NxFrequencyMode, type NxGetBookmarkOptions, type NxGetObjectOptions, type NxGroupTail, type NxGrpType, type NxHighlightRanges, type NxHypercubeMode, type NxInfo, type NxInlineDimensionDef, type NxInlineMeasureDef, type NxLTrendlineType, type NxLayoutErrors, type NxLibraryDimension, type NxLibraryDimensionDef, type NxLibraryMeasure, type NxLibraryMeasureDef, type NxLinkedObjectInfo, type NxListObjectExpression, type NxListObjectExpressionDef, type NxLocalizedErrorCode, type NxLocalizedWarningCode, type NxMatchingFieldInfo, type NxMatchingFieldMode, type NxMeasure, type NxMeasureInfo, type NxMeta, type NxMetaDef, type NxMiniChart, type NxMiniChartCell, type NxMiniChartData, type NxMiniChartDef, type NxMiniChartRows, type NxMultiRangeSelectInfo, type NxPage, type NxPageTreeLevel, type NxPageTreeNode, type NxPatch, type NxPatchOperationType, type NxPatches, type NxPivotDimensionCell, type NxPivotPage, type NxPivotValuePoint, type NxRange, type NxRangeSelectInfo, type NxSelectionCell, type NxSelectionCellType, type NxSelectionInfo, type NxSimpleDimValue, type NxSimpleValue, type NxSortIndicatorType, type NxStackPage, type NxStackedPivotCell, type NxStateCounts, type NxStreamListEntry, type NxTempBookmarkOptions, type NxTickCell, type NxTreeDataOption, type NxTreeDimensionDef, type NxTreeDimensionInfo, type NxTreeMultiRangeSelectInfo, type NxTreeNode, type NxTreeRangeSelectInfo, type NxTreeValue, type NxTrendline, type NxTrendlineDef, type NxTrendlineMode, type NxValidationError, type NxVariableListItem, type NxVariableProperties, type NxViewPort, type ODAGAppLinkListData, type ODAGAppLinkListItem, type ObjectHelperFunctions, type ObjectInterface, type OdbcDsn, type OleDbProvider, type OpenAppSessionProps, type OtherLimitMode, type OtherMode, type OtherSortMode, type OtherTotalSpecProp, type Point, type PositionMark, type ProgressData, type ProgressMessage, type QFunction, QIX_SCHEMA_VERSION, type QMediaList, type QRange, type RangeSelectInfo, type Rect, type RpcObject, type SampleResult, type ScriptSyntaxError, type ScrollPosition, type SearchAssociationResult, type SearchAttribute, type SearchCharRange, type SearchCombinationOptions, type SearchContextType, type SearchFieldDictionary, type SearchFieldMatch, type SearchFieldMatchType, type SearchFieldMatchesItem, type SearchFieldSelectionMode, type SearchFieldValueItem, type SearchGroup, type SearchGroupItem, type SearchGroupItemMatch, type SearchGroupItemOptions, type SearchGroupItemType, type SearchGroupOptions, type SearchGroupType, type SearchMatchCombination, type SearchMatchCombinations, type SearchObjectOptions, type SearchPage, type SearchResult, type SearchSuggestItem, type SearchSuggestionResult, type SearchTermResult, type SearchValueOptions, type SearchValuePage, type SearchValueResult, type SelectInfo, type SelectionObject, type SelectionObjectDef, type SheetListData, type SheetListDataCell, type SheetListDataCellBounds, type SheetListItem, type Size, type SortCriteria, type SourceKeyRecord, type SpecialObjectFunctions, type StandardFunctions, type StateEnumType, type StaticContentList, type StaticContentListItem, type StaticContentUrl, type StaticContentUrlDef, type StoryListData, type StoryListItem, type StringExpr, type StringExpression, type SymbolFrequency, type SymbolValue, type TableProfilingData, type TableRecord, type TableRow, type TableViewBroomPointSaveInfo, type TableViewConnectionPointSaveInfo, type TableViewCtlSaveInfo, type TableViewDlgSaveInfo, type TableViewSaveInfo, type TableViewTableWinSaveInfo, type TextMacro, type TotalMode, type TransformAppParameters, type TransformAppResult, type TreeData, type TreeDataDef, type UndoInfo, type UndoInfoDef, type UndoInfoObject, type UsageEnum, type UseAppHook, type ValueExpr, type ValueExpression, type VariableList, type VariableListData, type VariableListDef, type VariableListItem, type WebSocketEvent, qix as default, openAppSession }; diff --git a/qix.js b/qix.js index 3f5254f..caf3c5c 100644 --- a/qix.js +++ b/qix.js @@ -1,8 +1,8 @@ import { openAppSession, qix_default -} from "./chunks/NWOESCMR.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/64ZZ22PG.js"; +import "./chunks/7TFYIWPM.js"; export { qix_default as default, openAppSession diff --git a/quotas.js b/quotas.js index 4df501f..70d3344 100644 --- a/quotas.js +++ b/quotas.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/quotas.ts diff --git a/reload-tasks.js b/reload-tasks.js index df0324a..76ef7ca 100644 --- a/reload-tasks.js +++ b/reload-tasks.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/reload-tasks.ts diff --git a/reloads.js b/reloads.js index 0272434..fc67afc 100644 --- a/reloads.js +++ b/reloads.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/reloads.ts diff --git a/reports.d.ts b/reports.d.ts index 084d18e..5cbb38e 100644 --- a/reports.d.ts +++ b/reports.d.ts @@ -189,9 +189,10 @@ type OutputItem = { * * Each template type supports specific output types: * - composition-1.0 supports only pdfcomposition and pptxcomposition output types - * - excel-1.0 supports only excel and pdf output type + * - sense-excel-template-1.0 supports only excel and pdf output type * - sense-image-1.0 supports pdf, pptx and image output types * - sense-sheet-1.0 supports pdf and pptx output type + * - sense-data-1.0 supports xlsx output type * * Each output type requires a specific output to be provided: * - excel requires excelOutput to be set @@ -200,7 +201,8 @@ type OutputItem = { * - pdf requires pdfOuput to be set * - pptx requires pptxOuput to be set * - image requires imageOutput to be set - * - csv doesn't have csv output. */ + * - csv doesn't have csv output + * - xlsx requires xlsxOutput to be set */ type: "image" | "pdf" | "xlsx" | "jsondata" | "pdfcomposition" | "excel" | "pptx" | "pptxcomposition" | "csv" | "cycle"; }; /** @@ -299,6 +301,7 @@ type ReportRequest = { /** Define the request metadata. It includes priority, deadline and future settings on execution policy of the request. */ meta?: Meta; output: OutputItem; + senseDataTemplate?: SenseDataTemplate; /** Used to produce reports from a template file. */ senseExcelTemplate?: SenseFileTemplate; /** Used to export a single visualization as pdf, pptx or png. */ @@ -308,19 +311,21 @@ type ReportRequest = { /** Used to export a sheet as pdf or pptx. */ senseSheetTemplate?: SenseSheetTemplate; /** Template type and version using semantic versioning. It must have the following name convention: dashed-separated-template-name-MAJOR.MINOR. - * Please note that sense-pixel-perfect-template-1.0, sense-story-x.0, sense-data-x.0 and qv-data-x.0 are only for internal use. + * Please note that sense-pixel-perfect-template-1.0, sense-story-x.0 and qv-data-x.0 are only for internal use. * * Each type requires a specific template to be provided: * - composition-1.0 requires compositionTemplates to be set * - sense-excel-template-1.0 requires senseExcelTemplate to be set * - sense-image-1.0 requires senseImageTemplate to be set * - sense-sheet-1.0 requires senseSheetTemplate to be set + * - sense-data-1.0 requires senseDataTemplate to be set * * Each template type supports specific output types: * - composition-1.0 supports pdfcomposition and pptxComposition output type * - sense-excel-template-1.0 supports excel and pdf output type * - sense-image-1.0 supports pdf, pptx and png output types - * - sense-sheet-1.0 supports pdf, pptx output type */ + * - sense-sheet-1.0 supports pdf, pptx output type + * - sense-data-1.0 supports xlsx output type */ type: "composition-1.0" | "sense-image-1.0" | "sense-data-1.0" | "sense-sheet-1.0" | "sense-story-1.0" | "qv-data-1.0" | "qv-data-2.0" | "sense-excel-template-1.0" | "sense-pixel-perfect-template-1.0"; }; type ReportStatus = { @@ -378,6 +383,21 @@ type SelectionFilter = { variables?: unknown[]; }; type SelectionStrategy = "failOnErrors" | "ignoreErrorsReturnDetails" | "ignoreErrorsNoDetails"; +type SenseDataTemplate = { + appId: string; + /** Sense visualization id. Visualizations created "on the fly" are not supported. */ + id: string; + patches?: NxPatch[]; + persistentBookmark?: SensePersistentBookmark; + /** Choose the reloadTimestamp constraint to apply. An empty value leads to the default noCheck. */ + reloadTimestampMatchType?: ReloadTimestampMatchType; + selectionStrategy?: SelectionStrategy; + /** Map of selections to apply by state. Maximum number of states allowed is 125. Maximum number of fields allowed is 125 and maximum number of overall field values allowed is 150000. */ + selectionsByState?: unknown; + /** The temporary bookmark to apply. Patches and Variables are ignored if passed to the API, because they already are applied in the backend. */ + temporaryBookmarkV2?: SenseTemporaryBookmarkV2; + variables?: unknown[]; +}; /** * Used to produce reports from a template file. */ @@ -543,4 +563,4 @@ interface ReportsAPI { */ declare const reportsExport: ReportsAPI; -export { type AppError, type AppErrors, type CallBackAction, type ChainableSelection, type ChainableSelectionType, type ComposableTemplate, type CreateReportHttpError, type CreateReportHttpResponse, type Definitions, type DocProperties, type Error, type ExcelOutput, type ExportError, type ExportErrors, type Float64, type GetReportStatusHttpError, type GetReportStatusHttpResponse, type HttpRequest, type ImageOutput, type Meta, type MetaExportError, type NxPatch, type OutputItem, type PdfCompositionOutput, type PdfOutput, type PptxCompositionOutput, type PptxOutput, type QFieldValue, type QSelection, type Reason, type ReloadTimestampMatchType, type ReportRequest, type ReportStatus, type ReportsAPI, type Result, type SelectionChain, type SelectionError, type SelectionErrors, type SelectionFilter, type SelectionStrategy, type SenseFileTemplate, type SenseImageTemplate, type SensePersistentBookmark, type SenseSheetTemplate, type SenseTemporaryBookmarkV2, type Sheet, type TemplateLocation, type Visualization, clearCache, createReport, reportsExport as default, getReportStatus }; +export { type AppError, type AppErrors, type CallBackAction, type ChainableSelection, type ChainableSelectionType, type ComposableTemplate, type CreateReportHttpError, type CreateReportHttpResponse, type Definitions, type DocProperties, type Error, type ExcelOutput, type ExportError, type ExportErrors, type Float64, type GetReportStatusHttpError, type GetReportStatusHttpResponse, type HttpRequest, type ImageOutput, type Meta, type MetaExportError, type NxPatch, type OutputItem, type PdfCompositionOutput, type PdfOutput, type PptxCompositionOutput, type PptxOutput, type QFieldValue, type QSelection, type Reason, type ReloadTimestampMatchType, type ReportRequest, type ReportStatus, type ReportsAPI, type Result, type SelectionChain, type SelectionError, type SelectionErrors, type SelectionFilter, type SelectionStrategy, type SenseDataTemplate, type SenseFileTemplate, type SenseImageTemplate, type SensePersistentBookmark, type SenseSheetTemplate, type SenseTemporaryBookmarkV2, type Sheet, type TemplateLocation, type Visualization, clearCache, createReport, reportsExport as default, getReportStatus }; diff --git a/reports.js b/reports.js index fb86efd..9b5a4bc 100644 --- a/reports.js +++ b/reports.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/reports.ts diff --git a/roles.js b/roles.js index 03e0894..b61d95d 100644 --- a/roles.js +++ b/roles.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/roles.ts diff --git a/spaces.js b/spaces.js index 3ab5689..80a460a 100644 --- a/spaces.js +++ b/spaces.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/spaces.ts diff --git a/temp-contents.js b/temp-contents.js index 2f67fde..fbfd521 100644 --- a/temp-contents.js +++ b/temp-contents.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/temp-contents.ts diff --git a/tenants.js b/tenants.js index b9be57d..3cfbeed 100644 --- a/tenants.js +++ b/tenants.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/tenants.ts diff --git a/themes.js b/themes.js index 1684440..7b66173 100644 --- a/themes.js +++ b/themes.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/themes.ts diff --git a/transports.js b/transports.js index ed8bc4c..aaf4be5 100644 --- a/transports.js +++ b/transports.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/transports.ts diff --git a/users.js b/users.js index 71c9603..3fccc25 100644 --- a/users.js +++ b/users.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/users.ts diff --git a/web-integrations.js b/web-integrations.js index f5841f0..2a1a44f 100644 --- a/web-integrations.js +++ b/web-integrations.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/web-integrations.ts diff --git a/web-notifications.js b/web-notifications.js index aa3033d..c146318 100644 --- a/web-notifications.js +++ b/web-notifications.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/web-notifications.ts diff --git a/webhooks.js b/webhooks.js index b5d4a2d..c48489d 100644 --- a/webhooks.js +++ b/webhooks.js @@ -1,8 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/5V4BMSM2.js"; -import "./chunks/5T2SBCJG.js"; +} from "./chunks/4VOVGPYE.js"; +import "./chunks/7TFYIWPM.js"; import "./chunks/2ZQ3ZX7F.js"; // src/public/rest/webhooks.ts