diff --git a/api-keys.js b/api-keys.js index c45771b..714c594 100644 --- a/api-keys.js +++ b/api-keys.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/api-keys.ts var getApiKeys = async (query, options) => invokeFetch("api-keys", { diff --git a/apps.d.ts b/apps.d.ts index 4d4400e..9b2ed63 100644 --- a/apps.d.ts +++ b/apps.d.ts @@ -1756,6 +1756,8 @@ type GetAppReloadLogHttpError = { * @throws GetAppReloadMetadataHttpError */ declare const getAppReloadMetadata: (appId: string, reloadId: string, query: { + /** Include metadata for reloads ran with SkipStore flag set to true. Default: false */ + includeSkipStoreReloads?: boolean; /** Maximum number of records to return from this request. Default: 100 */ limit?: string; }, options?: ApiCallOptions) => Promise; diff --git a/apps.js b/apps.js index 185154e..e48d9fa 100644 --- a/apps.js +++ b/apps.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/apps.ts var createApp = async (body, options) => invokeFetch("apps", { diff --git a/audits.js b/audits.js index 8fc8bf5..a8b37a5 100644 --- a/audits.js +++ b/audits.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/audits.ts var getAudits = async (query, options) => invokeFetch("audits", { diff --git a/auth.js b/auth.js index da43348..3191b06 100644 --- a/auth.js +++ b/auth.js @@ -4,9 +4,8 @@ import { logout, registerAuthModule, setDefaultHostConfig -} from "./chunks/W4FHGR6Z.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/UHM3LDRC.js"; +import "./chunks/7PI3VAVE.js"; export { auth_default as default, getAccessToken, diff --git a/automations.js b/automations.js index 65f1d8c..6eba88c 100644 --- a/automations.js +++ b/automations.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/automations.ts var getAutomations = async (query, options) => invokeFetch("automations", { diff --git a/brands.js b/brands.js index 8e70052..fc3a730 100644 --- a/brands.js +++ b/brands.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/brands.ts var getBrands = async (query, options) => invokeFetch("brands", { diff --git a/chunks/4HB3TAEO.js b/chunks/4HB3TAEO.js deleted file mode 100644 index 9e94d67..0000000 --- a/chunks/4HB3TAEO.js +++ /dev/null @@ -1,11 +0,0 @@ -var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { - get: (a, b) => (typeof require !== "undefined" ? require : a)[b] -}) : x)(function(x) { - if (typeof require !== "undefined") - return require.apply(this, arguments); - throw Error('Dynamic require of "' + x + '" is not supported'); -}); - -export { - __require -}; diff --git a/chunks/KXPK2IU2.js b/chunks/555I6RED.js similarity index 98% rename from chunks/KXPK2IU2.js rename to chunks/555I6RED.js index 1f0a8d0..51ad933 100644 --- a/chunks/KXPK2IU2.js +++ b/chunks/555I6RED.js @@ -1,5 +1,3 @@ -import "./4HB3TAEO.js"; - // node_modules/.pnpm/@qlik+runtime-module-loader@0.2.6/node_modules/@qlik/runtime-module-loader/dist/esm/index.js window.__qlikMainPrivateResolvers = window.__qlikMainPrivateResolvers || {}; window.__qlikMainPrivateResolvers.mainUrlPromise = window.__qlikMainPrivateResolvers.mainUrlPromise || new Promise((resolve) => { diff --git a/chunks/STRQVY4L.js b/chunks/5ADY5YDO.js similarity index 98% rename from chunks/STRQVY4L.js rename to chunks/5ADY5YDO.js index 505b4b5..3f41c11 100644 --- a/chunks/STRQVY4L.js +++ b/chunks/5ADY5YDO.js @@ -1,6 +1,6 @@ import { getQixRuntimeModule -} from "./A4LOH2NH.js"; +} from "./7PI3VAVE.js"; // src/public/qix.ts function openAppSession(appSessionProps) { diff --git a/chunks/A4LOH2NH.js b/chunks/7PI3VAVE.js similarity index 78% rename from chunks/A4LOH2NH.js rename to chunks/7PI3VAVE.js index 3cd0fcb..9001fb2 100644 --- a/chunks/A4LOH2NH.js +++ b/chunks/7PI3VAVE.js @@ -1,17 +1,17 @@ // src/public/public-runtime-modules.ts function getAuthRuntimeModule(hostConfig) { const isNode = !!globalThis.process?.argv; - return isNode ? import("./H46323PG.js") : import("./KXPK2IU2.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig)); + return isNode ? import("./LI7EZYL4.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig)); } async function getQixRuntimeModule(hostConfig) { await getAuthRuntimeModule(hostConfig); const isNode = !!globalThis.process?.argv; - return isNode ? import("./VVREBIN2.js") : import("./KXPK2IU2.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig)); + return isNode ? import("./Z5KDIMTS.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig)); } async function getInvokeFetchRuntimeModule(hostConfig) { await getAuthRuntimeModule(hostConfig); const isNode = !!globalThis.process?.argv; - return isNode ? import("./ZVNQOWQU.js") : import("./KXPK2IU2.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)); + return isNode ? import("./OKMBHX5N.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)); } export { diff --git a/chunks/OYCPZDC3.js b/chunks/AANKGPDX.js similarity index 94% rename from chunks/OYCPZDC3.js rename to chunks/AANKGPDX.js index 0de9802..c23d48e 100644 --- a/chunks/OYCPZDC3.js +++ b/chunks/AANKGPDX.js @@ -1,6 +1,6 @@ import { getInvokeFetchRuntimeModule -} from "./A4LOH2NH.js"; +} from "./7PI3VAVE.js"; // src/public/invoke-fetch.ts async function invokeFetch(api, props) { diff --git a/chunks/AEXRZSVI.js b/chunks/J47F33WT.js similarity index 99% rename from chunks/AEXRZSVI.js rename to chunks/J47F33WT.js index 1c9bb70..e5967e2 100644 --- a/chunks/AEXRZSVI.js +++ b/chunks/J47F33WT.js @@ -3,8 +3,7 @@ import { getRestCallAuthParams, getWebSocketAuthParams, toValidWebsocketLocationUrl -} from "./LJNLYKW3.js"; -import "./4HB3TAEO.js"; +} from "./SG2HWQOC.js"; // src/qix/session/enigma-session.ts import enigma from "enigma.js"; diff --git a/chunks/H46323PG.js b/chunks/LI7EZYL4.js similarity index 95% rename from chunks/H46323PG.js rename to chunks/LI7EZYL4.js index 4f276d3..b954944 100644 --- a/chunks/H46323PG.js +++ b/chunks/LI7EZYL4.js @@ -18,8 +18,7 @@ import { toValidEnigmaLocationUrl, toValidLocationUrl, toValidWebsocketLocationUrl -} from "./LJNLYKW3.js"; -import "./4HB3TAEO.js"; +} from "./SG2HWQOC.js"; export { AuthorizationError, InvalidAuthTypeError, diff --git a/chunks/ZVNQOWQU.js b/chunks/OKMBHX5N.js similarity index 84% rename from chunks/ZVNQOWQU.js rename to chunks/OKMBHX5N.js index 1221009..1b6ee20 100644 --- a/chunks/ZVNQOWQU.js +++ b/chunks/OKMBHX5N.js @@ -5,8 +5,7 @@ import { invokeFetch, invoke_fetch_default, parseFetchResponse -} from "./LJNLYKW3.js"; -import "./4HB3TAEO.js"; +} from "./SG2HWQOC.js"; export { EncodingError, InvokeFetchError, diff --git a/chunks/LJNLYKW3.js b/chunks/SG2HWQOC.js similarity index 97% rename from chunks/LJNLYKW3.js rename to chunks/SG2HWQOC.js index 2cae421..ebd8fa8 100644 --- a/chunks/LJNLYKW3.js +++ b/chunks/SG2HWQOC.js @@ -1,7 +1,3 @@ -import { - __require -} from "./4HB3TAEO.js"; - // src/platform/platform-functions.ts var getPlatform = async (options = {}) => { const isNodeEnvironment = typeof window === "undefined"; @@ -503,18 +499,32 @@ var none_default = { // src/utils/utils.ts import { nanoid } from "nanoid"; -var forcedEnvironmentForTest; -function isBrowser() { - if (forcedEnvironmentForTest) { - return forcedEnvironmentForTest === "browser"; +function isBrowserInternal() { + if (typeof window !== "undefined" && typeof window.document !== "undefined" && typeof self !== "undefined") { + return true; } - return typeof window === "object" && typeof window.document === "object"; + return false; } -function isNode() { - if (forcedEnvironmentForTest) { - return forcedEnvironmentForTest === "node"; +function isNodeInternal() { + if (typeof process !== "undefined" && process.version && process.versions.node) { + return true; + } + return false; +} +function getEnvironment() { + if (isNodeInternal()) { + return "node"; } - return typeof process === "object" && typeof __require === "function"; + if (isBrowserInternal()) { + return "browser"; + } + throw new Error("Environment detection failed. Supported environments are either a browser or in a node environment"); +} +function isBrowser() { + return getEnvironment() === "browser"; +} +function isNode() { + return getEnvironment() === "node"; } function generateRandomString(targetLength) { return nanoid(targetLength); @@ -895,14 +905,16 @@ async function getOAuthAccessToken(hostConfig) { } return ""; } - lastOauthTokensCall = lastOauthTokensCall.then(async () => { - const tokens = await getOAuthTokensForBrowser(hostConfig); - if (tokens) { - handlePossibleErrors(tokens); - return tokens.accessToken || ""; - } - return ""; - }); + if (isBrowser()) { + lastOauthTokensCall = lastOauthTokensCall.then(async () => { + const tokens = await getOAuthTokensForBrowser(hostConfig); + if (tokens) { + handlePossibleErrors(tokens); + return tokens.accessToken || ""; + } + return ""; + }); + } return lastOauthTokensCall; } async function refreshAccessToken(hostConfig) { @@ -1317,7 +1329,8 @@ async function performActualHttpFetch(method, completeUrl, unencodedBody, conten const headers = { ...contentTypeHeader, ...authHeaders, - ...options?.headers + ...options?.headers, + ...getServiceOverrideHeaderFromLocalStorage() }; const isCrossOrigin = isHostCrossOrigin(options?.hostConfig); let request = { @@ -1608,6 +1621,16 @@ async function interceptAuthenticationErrors(hostConfig, resultPromise, performR throw error; } } +function getServiceOverrideHeaderFromLocalStorage() { + if (!isBrowser()) { + return {}; + } + const header = localStorage.getItem("qmfe-api-service-overrides-header"); + if (!header) { + return {}; + } + return { "X-Qlik-Overrides": header }; +} function toDownloadableBlob(blob) { const result2 = blob; result2.download = (filename) => download(blob, filename); @@ -1616,9 +1639,11 @@ function toDownloadableBlob(blob) { async function download(blob, filename) { if (isBrowser()) { const a = document.createElement("a"); - a.href = window.URL.createObjectURL(blob); + const blobUrl = window.URL.createObjectURL(blob); + a.href = blobUrl; a.download = filename; a.click(); + window.URL.revokeObjectURL(blobUrl); } else { const { writeFileSync } = await import("fs"); writeFileSync(filename, Buffer.from(await blob.arrayBuffer())); @@ -1691,6 +1716,7 @@ async function parseFetchResponse(fetchResponse, url) { case "image/x-icon": case "application/offset+octet-stream": case "application/octet-stream": + case "application/zip": resultData = toDownloadableBlob(await fetchResponse.blob()); break; default: @@ -1745,6 +1771,7 @@ export { setDefaultHostConfig2 as setDefaultHostConfig, checkForCrossDomainRequest, logout, + isBrowser, generateRandomString, InvokeFetchError, EncodingError, diff --git a/chunks/W4FHGR6Z.js b/chunks/UHM3LDRC.js similarity index 96% rename from chunks/W4FHGR6Z.js rename to chunks/UHM3LDRC.js index 2184117..71b7d40 100644 --- a/chunks/W4FHGR6Z.js +++ b/chunks/UHM3LDRC.js @@ -1,6 +1,6 @@ import { getAuthRuntimeModule -} from "./A4LOH2NH.js"; +} from "./7PI3VAVE.js"; // src/public/auth.ts function registerAuthModule(name, authModule) { diff --git a/chunks/VVREBIN2.js b/chunks/Z5KDIMTS.js similarity index 98% rename from chunks/VVREBIN2.js rename to chunks/Z5KDIMTS.js index 5a8d7f6..3a062a0 100644 --- a/chunks/VVREBIN2.js +++ b/chunks/Z5KDIMTS.js @@ -2,10 +2,10 @@ import { getPlatform, handleAuthenticationError, invokeFetch, + isBrowser, isWindows, toValidWebsocketLocationUrl -} from "./LJNLYKW3.js"; -import "./4HB3TAEO.js"; +} from "./SG2HWQOC.js"; // src/qix/session/shared-sessions.ts var globalEventListeners = /* @__PURE__ */ new Set(); @@ -83,7 +83,7 @@ function listenForWindowsAuthenticationInformation(session) { return authSuggestedInWebsocket; } async function createAndSetupEnigmaSession(props, canRetry) { - const { createEnigmaSession } = await import("./AEXRZSVI.js"); + const { createEnigmaSession } = await import("./J47F33WT.js"); const session = await createEnigmaSession(props); setupSessionListeners(session, props); let global; @@ -545,7 +545,7 @@ function resumeOnlyOnReattach(bool) { resumeShouldRejectPromiseIfNotReattached(bool); } var externalApps = {}; -var isBrowserEnvironment = typeof window !== "undefined"; +var isBrowserEnvironment = isBrowser(); // src/qix/qix.ts var qix = { diff --git a/collections.js b/collections.js index 12e4826..57754ac 100644 --- a/collections.js +++ b/collections.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/collections.ts var getCollections = async (query, options) => invokeFetch("collections", { diff --git a/csp-origins.js b/csp-origins.js index e9fd197..26a4a7d 100644 --- a/csp-origins.js +++ b/csp-origins.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/csp-origins.ts var getCSPEntries = async (query, options) => invokeFetch("csp-origins", { diff --git a/data-assets.js b/data-assets.js index 5dccb99..cfb5d79 100644 --- a/data-assets.js +++ b/data-assets.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/data-assets.ts var deleteDataAssets = async (body, options) => invokeFetch("data-assets", { diff --git a/data-connections.js b/data-connections.js index ddc0ff2..253368f 100644 --- a/data-connections.js +++ b/data-connections.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/data-connections.ts var getDataConnections = async (query, options) => invokeFetch("data-connections", { diff --git a/data-credentials.js b/data-credentials.js index 82101c1..550060a 100644 --- a/data-credentials.js +++ b/data-credentials.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/data-credentials.ts var deleteDataCredential = async (qID, query, options) => invokeFetch("data-credentials", { diff --git a/data-files.js b/data-files.js index bc0874e..c3ad443 100644 --- a/data-files.js +++ b/data-files.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/data-files.ts var getDataFiles = async (query, options) => invokeFetch("data-files", { diff --git a/extensions.js b/extensions.js index a63167b..e07110d 100644 --- a/extensions.js +++ b/extensions.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/extensions.ts var getExtensions = async (options) => invokeFetch("extensions", { diff --git a/glossaries.js b/glossaries.js index 56834da..5e40af8 100644 --- a/glossaries.js +++ b/glossaries.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/glossaries.ts var getGlossaries = async (query, options) => invokeFetch("glossaries", { diff --git a/groups.js b/groups.js index 74bbb71..90cca7b 100644 --- a/groups.js +++ b/groups.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/groups.ts var getGroups = async (query, options) => invokeFetch("groups", { diff --git a/identity-providers.js b/identity-providers.js index 241db60..d6f27a2 100644 --- a/identity-providers.js +++ b/identity-providers.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/identity-providers.ts var getIdps = async (query, options) => invokeFetch("identity-providers", { diff --git a/index.js b/index.js index d720218..fdf9687 100644 --- a/index.js +++ b/index.js @@ -1,15 +1,14 @@ import { auth_default -} from "./chunks/W4FHGR6Z.js"; +} from "./chunks/UHM3LDRC.js"; import { qix_default -} from "./chunks/STRQVY4L.js"; +} from "./chunks/5ADY5YDO.js"; import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/public-runtime-api-generator/public-runtime-api-generator.ts var methodAbbreviations = { diff --git a/items.js b/items.js index 079a07f..35433ef 100644 --- a/items.js +++ b/items.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/items.ts var getItems = async (query, options) => invokeFetch("items", { diff --git a/licenses.js b/licenses.js index 033169d..4f8e275 100644 --- a/licenses.js +++ b/licenses.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/licenses.ts var getLicenseAssignments = async (query, options) => invokeFetch("licenses", { diff --git a/qix.d.ts b/qix.d.ts index 2f97e5f..57c65ce 100644 --- a/qix.d.ts +++ b/qix.d.ts @@ -1,7 +1,7 @@ import './global.types-CMQsAHYd.js'; import { H as HostConfig } from './auth-types-Bqw3vbLs.js'; -declare const QIX_SCHEMA_VERSION = "12.2009.0"; +declare const QIX_SCHEMA_VERSION = "12.2028.0"; type AlfaNumString = { /** * Calculated value. @@ -109,6 +109,17 @@ type AppScriptMeta = { */ qIsLocked?: boolean; }; +/** + * Result of applying GroupState to multiple cyclic groups. + * + * Stability: *experimental* + */ +type ApplyGroupStatesResult = { + /** + * When true, the cyclic group state was fully applied. * + */ + qApplySuccess?: boolean; +}; type ArrayOfNxValuePoint = NxPivotValuePoint[]; type AssociationScore = { /** @@ -597,7 +608,7 @@ type CustomConnector = { qMachineMode?: GenericConnectMachine; qSupportFileStreaming?: boolean; }; -type CyclicGroupState = { +type CyclicGroupPosition = { /** * Target cyclic group. */ @@ -2062,6 +2073,16 @@ type GroupBookmarkData = { qId?: string; qCyclePos?: number; }; +type GroupState = { + /** + * Target cyclic group. + */ + qInfo?: NxInfo; + /** + * String defining the active field. + */ + qActiveFieldDef?: string; +}; type GroupStateInfo = { qGroupName?: string; qCurrentItemName?: string; @@ -3069,7 +3090,7 @@ type NxBookmark = { /** * Information about cyclic groups. */ - qCyclicGroupStates?: CyclicGroupState[]; + qCyclicGroupStates?: CyclicGroupPosition[]; }; type NxCalcCond = { /** @@ -6856,6 +6877,7 @@ type NativeDocFunctions Promise; + applyGroupStates: (groupStates: GroupState[]) => Promise; /** * Apply temporary bookmark identified by Id. *
ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.
@@ -8036,6 +8058,7 @@ type NativeDocFunctions Promise; + getGroupStates: () => Promise; /** * Gets the content of a file. * @@ -11640,4 +11663,4 @@ declare const _default: { 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 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 CyclicGroupState, 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 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, _default 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 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 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, _default as default, openAppSession }; diff --git a/qix.js b/qix.js index 2448934..e281b33 100644 --- a/qix.js +++ b/qix.js @@ -1,9 +1,8 @@ import { openAppSession, qix_default -} from "./chunks/STRQVY4L.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/5ADY5YDO.js"; +import "./chunks/7PI3VAVE.js"; export { qix_default as default, openAppSession diff --git a/quotas.js b/quotas.js index f4aea47..ba7bbec 100644 --- a/quotas.js +++ b/quotas.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/quotas.ts var getQuotas = async (query, options) => invokeFetch("quotas", { diff --git a/reload-tasks.js b/reload-tasks.js index cc1ce2a..5de960b 100644 --- a/reload-tasks.js +++ b/reload-tasks.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/reload-tasks.ts var getReloadTasks = async (query, options) => invokeFetch("reload-tasks", { diff --git a/reloads.js b/reloads.js index 09ec0a4..0407cd3 100644 --- a/reloads.js +++ b/reloads.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/reloads.ts var getReloads = async (query, options) => invokeFetch("reloads", { diff --git a/roles.js b/roles.js index 2919688..c8970b2 100644 --- a/roles.js +++ b/roles.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/roles.ts var getRoles = async (query, options) => invokeFetch("roles", { diff --git a/spaces.js b/spaces.js index b911d22..474352e 100644 --- a/spaces.js +++ b/spaces.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/spaces.ts var getSpaces = async (query, options) => invokeFetch("spaces", { diff --git a/temp-contents.js b/temp-contents.js index 6ac0bdf..1385116 100644 --- a/temp-contents.js +++ b/temp-contents.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/temp-contents.ts var uploadTempFile = async (query, body, options) => invokeFetch("temp-contents", { diff --git a/tenants.js b/tenants.js index 9456015..112470e 100644 --- a/tenants.js +++ b/tenants.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/tenants.ts var createTenant = async (body, options) => invokeFetch("tenants", { diff --git a/themes.js b/themes.js index cbce2e8..98bef63 100644 --- a/themes.js +++ b/themes.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/themes.ts var getThemes = async (options) => invokeFetch("themes", { diff --git a/transports.js b/transports.js index 3ef73e8..8f72196 100644 --- a/transports.js +++ b/transports.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/transports.ts var deleteEmailConfig = async (options) => invokeFetch("transports", { diff --git a/users.js b/users.js index 4658035..58f533d 100644 --- a/users.js +++ b/users.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/users.ts var getUsers = async (query, options) => invokeFetch("users", { diff --git a/web-integrations.js b/web-integrations.js index 5ebfae8..2060b3a 100644 --- a/web-integrations.js +++ b/web-integrations.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/web-integrations.ts var getWebIntegrations = async (query, options) => invokeFetch("web-integrations", { diff --git a/web-notifications.js b/web-notifications.js index 6f23e3f..667c4fe 100644 --- a/web-notifications.js +++ b/web-notifications.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/web-notifications.ts var getNotifications = async (query, options) => invokeFetch("web-notifications", { diff --git a/webhooks.js b/webhooks.js index bf3190b..c994662 100644 --- a/webhooks.js +++ b/webhooks.js @@ -1,9 +1,8 @@ import { clearApiCache, invokeFetch -} from "./chunks/OYCPZDC3.js"; -import "./chunks/A4LOH2NH.js"; -import "./chunks/4HB3TAEO.js"; +} from "./chunks/AANKGPDX.js"; +import "./chunks/7PI3VAVE.js"; // src/public/rest/webhooks.ts var getWebhooks = async (query, options) => invokeFetch("webhooks", {