@qlik/api 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/api-keys.js +2 -3
  2. package/apps.d.ts +2 -0
  3. package/apps.js +2 -3
  4. package/audits.js +2 -3
  5. package/auth.js +2 -3
  6. package/automations.js +2 -3
  7. package/brands.js +2 -3
  8. package/chunks/{KXPK2IU2.js → 555I6RED.js} +0 -2
  9. package/chunks/{STRQVY4L.js → 5ADY5YDO.js} +1 -1
  10. package/chunks/{A4LOH2NH.js → 7PI3VAVE.js} +3 -3
  11. package/chunks/{OYCPZDC3.js → AANKGPDX.js} +1 -1
  12. package/chunks/{AEXRZSVI.js → J47F33WT.js} +1 -2
  13. package/chunks/{H46323PG.js → LI7EZYL4.js} +1 -2
  14. package/chunks/{ZVNQOWQU.js → OKMBHX5N.js} +1 -2
  15. package/chunks/{LJNLYKW3.js → SG2HWQOC.js} +50 -23
  16. package/chunks/{W4FHGR6Z.js → UHM3LDRC.js} +1 -1
  17. package/chunks/{VVREBIN2.js → Z5KDIMTS.js} +4 -4
  18. package/collections.js +2 -3
  19. package/csp-origins.js +2 -3
  20. package/data-assets.js +2 -3
  21. package/data-connections.js +2 -3
  22. package/data-credentials.js +2 -3
  23. package/data-files.js +2 -3
  24. package/extensions.js +2 -3
  25. package/glossaries.js +2 -3
  26. package/groups.js +2 -3
  27. package/identity-providers.js +2 -3
  28. package/index.js +4 -5
  29. package/items.js +2 -3
  30. package/licenses.js +2 -3
  31. package/package.json +1 -1
  32. package/qix.d.ts +27 -4
  33. package/qix.js +2 -3
  34. package/quotas.js +2 -3
  35. package/reload-tasks.js +2 -3
  36. package/reloads.js +2 -3
  37. package/roles.js +2 -3
  38. package/spaces.js +2 -3
  39. package/temp-contents.js +2 -3
  40. package/tenants.js +2 -3
  41. package/themes.js +2 -3
  42. package/transports.js +2 -3
  43. package/users.js +2 -3
  44. package/web-integrations.js +2 -3
  45. package/web-notifications.js +2 -3
  46. package/webhooks.js +2 -3
  47. package/chunks/4HB3TAEO.js +0 -11
package/api-keys.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/api-keys.ts
9
8
  var getApiKeys = async (query, options) => invokeFetch("api-keys", {
package/apps.d.ts CHANGED
@@ -1756,6 +1756,8 @@ type GetAppReloadLogHttpError = {
1756
1756
  * @throws GetAppReloadMetadataHttpError
1757
1757
  */
1758
1758
  declare const getAppReloadMetadata: (appId: string, reloadId: string, query: {
1759
+ /** Include metadata for reloads ran with SkipStore flag set to true. Default: false */
1760
+ includeSkipStoreReloads?: boolean;
1759
1761
  /** Maximum number of records to return from this request. Default: 100 */
1760
1762
  limit?: string;
1761
1763
  }, options?: ApiCallOptions) => Promise<GetAppReloadMetadataHttpResponse>;
package/apps.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/apps.ts
9
8
  var createApp = async (body, options) => invokeFetch("apps", {
package/audits.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/audits.ts
9
8
  var getAudits = async (query, options) => invokeFetch("audits", {
package/auth.js CHANGED
@@ -4,9 +4,8 @@ import {
4
4
  logout,
5
5
  registerAuthModule,
6
6
  setDefaultHostConfig
7
- } from "./chunks/W4FHGR6Z.js";
8
- import "./chunks/A4LOH2NH.js";
9
- import "./chunks/4HB3TAEO.js";
7
+ } from "./chunks/UHM3LDRC.js";
8
+ import "./chunks/7PI3VAVE.js";
10
9
  export {
11
10
  auth_default as default,
12
11
  getAccessToken,
package/automations.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/automations.ts
9
8
  var getAutomations = async (query, options) => invokeFetch("automations", {
package/brands.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/brands.ts
9
8
  var getBrands = async (query, options) => invokeFetch("brands", {
@@ -1,5 +1,3 @@
1
- import "./4HB3TAEO.js";
2
-
3
1
  // node_modules/.pnpm/@qlik+runtime-module-loader@0.2.6/node_modules/@qlik/runtime-module-loader/dist/esm/index.js
4
2
  window.__qlikMainPrivateResolvers = window.__qlikMainPrivateResolvers || {};
5
3
  window.__qlikMainPrivateResolvers.mainUrlPromise = window.__qlikMainPrivateResolvers.mainUrlPromise || new Promise((resolve) => {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getQixRuntimeModule
3
- } from "./A4LOH2NH.js";
3
+ } from "./7PI3VAVE.js";
4
4
 
5
5
  // src/public/qix.ts
6
6
  function openAppSession(appSessionProps) {
@@ -1,17 +1,17 @@
1
1
  // src/public/public-runtime-modules.ts
2
2
  function getAuthRuntimeModule(hostConfig) {
3
3
  const isNode = !!globalThis.process?.argv;
4
- return isNode ? import("./H46323PG.js") : import("./KXPK2IU2.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig));
4
+ return isNode ? import("./LI7EZYL4.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig));
5
5
  }
6
6
  async function getQixRuntimeModule(hostConfig) {
7
7
  await getAuthRuntimeModule(hostConfig);
8
8
  const isNode = !!globalThis.process?.argv;
9
- return isNode ? import("./VVREBIN2.js") : import("./KXPK2IU2.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig));
9
+ return isNode ? import("./Z5KDIMTS.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig));
10
10
  }
11
11
  async function getInvokeFetchRuntimeModule(hostConfig) {
12
12
  await getAuthRuntimeModule(hostConfig);
13
13
  const isNode = !!globalThis.process?.argv;
14
- return isNode ? import("./ZVNQOWQU.js") : import("./KXPK2IU2.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig));
14
+ return isNode ? import("./OKMBHX5N.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig));
15
15
  }
16
16
 
17
17
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getInvokeFetchRuntimeModule
3
- } from "./A4LOH2NH.js";
3
+ } from "./7PI3VAVE.js";
4
4
 
5
5
  // src/public/invoke-fetch.ts
6
6
  async function invokeFetch(api, props) {
@@ -3,8 +3,7 @@ import {
3
3
  getRestCallAuthParams,
4
4
  getWebSocketAuthParams,
5
5
  toValidWebsocketLocationUrl
6
- } from "./LJNLYKW3.js";
7
- import "./4HB3TAEO.js";
6
+ } from "./SG2HWQOC.js";
8
7
 
9
8
  // src/qix/session/enigma-session.ts
10
9
  import enigma from "enigma.js";
@@ -18,8 +18,7 @@ import {
18
18
  toValidEnigmaLocationUrl,
19
19
  toValidLocationUrl,
20
20
  toValidWebsocketLocationUrl
21
- } from "./LJNLYKW3.js";
22
- import "./4HB3TAEO.js";
21
+ } from "./SG2HWQOC.js";
23
22
  export {
24
23
  AuthorizationError,
25
24
  InvalidAuthTypeError,
@@ -5,8 +5,7 @@ import {
5
5
  invokeFetch,
6
6
  invoke_fetch_default,
7
7
  parseFetchResponse
8
- } from "./LJNLYKW3.js";
9
- import "./4HB3TAEO.js";
8
+ } from "./SG2HWQOC.js";
10
9
  export {
11
10
  EncodingError,
12
11
  InvokeFetchError,
@@ -1,7 +1,3 @@
1
- import {
2
- __require
3
- } from "./4HB3TAEO.js";
4
-
5
1
  // src/platform/platform-functions.ts
6
2
  var getPlatform = async (options = {}) => {
7
3
  const isNodeEnvironment = typeof window === "undefined";
@@ -503,18 +499,32 @@ var none_default = {
503
499
 
504
500
  // src/utils/utils.ts
505
501
  import { nanoid } from "nanoid";
506
- var forcedEnvironmentForTest;
507
- function isBrowser() {
508
- if (forcedEnvironmentForTest) {
509
- return forcedEnvironmentForTest === "browser";
502
+ function isBrowserInternal() {
503
+ if (typeof window !== "undefined" && typeof window.document !== "undefined" && typeof self !== "undefined") {
504
+ return true;
510
505
  }
511
- return typeof window === "object" && typeof window.document === "object";
506
+ return false;
512
507
  }
513
- function isNode() {
514
- if (forcedEnvironmentForTest) {
515
- return forcedEnvironmentForTest === "node";
508
+ function isNodeInternal() {
509
+ if (typeof process !== "undefined" && process.version && process.versions.node) {
510
+ return true;
511
+ }
512
+ return false;
513
+ }
514
+ function getEnvironment() {
515
+ if (isNodeInternal()) {
516
+ return "node";
516
517
  }
517
- return typeof process === "object" && typeof __require === "function";
518
+ if (isBrowserInternal()) {
519
+ return "browser";
520
+ }
521
+ throw new Error("Environment detection failed. Supported environments are either a browser or in a node environment");
522
+ }
523
+ function isBrowser() {
524
+ return getEnvironment() === "browser";
525
+ }
526
+ function isNode() {
527
+ return getEnvironment() === "node";
518
528
  }
519
529
  function generateRandomString(targetLength) {
520
530
  return nanoid(targetLength);
@@ -895,14 +905,16 @@ async function getOAuthAccessToken(hostConfig) {
895
905
  }
896
906
  return "";
897
907
  }
898
- lastOauthTokensCall = lastOauthTokensCall.then(async () => {
899
- const tokens = await getOAuthTokensForBrowser(hostConfig);
900
- if (tokens) {
901
- handlePossibleErrors(tokens);
902
- return tokens.accessToken || "";
903
- }
904
- return "";
905
- });
908
+ if (isBrowser()) {
909
+ lastOauthTokensCall = lastOauthTokensCall.then(async () => {
910
+ const tokens = await getOAuthTokensForBrowser(hostConfig);
911
+ if (tokens) {
912
+ handlePossibleErrors(tokens);
913
+ return tokens.accessToken || "";
914
+ }
915
+ return "";
916
+ });
917
+ }
906
918
  return lastOauthTokensCall;
907
919
  }
908
920
  async function refreshAccessToken(hostConfig) {
@@ -1317,7 +1329,8 @@ async function performActualHttpFetch(method, completeUrl, unencodedBody, conten
1317
1329
  const headers = {
1318
1330
  ...contentTypeHeader,
1319
1331
  ...authHeaders,
1320
- ...options?.headers
1332
+ ...options?.headers,
1333
+ ...getServiceOverrideHeaderFromLocalStorage()
1321
1334
  };
1322
1335
  const isCrossOrigin = isHostCrossOrigin(options?.hostConfig);
1323
1336
  let request = {
@@ -1608,6 +1621,16 @@ async function interceptAuthenticationErrors(hostConfig, resultPromise, performR
1608
1621
  throw error;
1609
1622
  }
1610
1623
  }
1624
+ function getServiceOverrideHeaderFromLocalStorage() {
1625
+ if (!isBrowser()) {
1626
+ return {};
1627
+ }
1628
+ const header = localStorage.getItem("qmfe-api-service-overrides-header");
1629
+ if (!header) {
1630
+ return {};
1631
+ }
1632
+ return { "X-Qlik-Overrides": header };
1633
+ }
1611
1634
  function toDownloadableBlob(blob) {
1612
1635
  const result2 = blob;
1613
1636
  result2.download = (filename) => download(blob, filename);
@@ -1616,9 +1639,11 @@ function toDownloadableBlob(blob) {
1616
1639
  async function download(blob, filename) {
1617
1640
  if (isBrowser()) {
1618
1641
  const a = document.createElement("a");
1619
- a.href = window.URL.createObjectURL(blob);
1642
+ const blobUrl = window.URL.createObjectURL(blob);
1643
+ a.href = blobUrl;
1620
1644
  a.download = filename;
1621
1645
  a.click();
1646
+ window.URL.revokeObjectURL(blobUrl);
1622
1647
  } else {
1623
1648
  const { writeFileSync } = await import("fs");
1624
1649
  writeFileSync(filename, Buffer.from(await blob.arrayBuffer()));
@@ -1691,6 +1716,7 @@ async function parseFetchResponse(fetchResponse, url) {
1691
1716
  case "image/x-icon":
1692
1717
  case "application/offset+octet-stream":
1693
1718
  case "application/octet-stream":
1719
+ case "application/zip":
1694
1720
  resultData = toDownloadableBlob(await fetchResponse.blob());
1695
1721
  break;
1696
1722
  default:
@@ -1745,6 +1771,7 @@ export {
1745
1771
  setDefaultHostConfig2 as setDefaultHostConfig,
1746
1772
  checkForCrossDomainRequest,
1747
1773
  logout,
1774
+ isBrowser,
1748
1775
  generateRandomString,
1749
1776
  InvokeFetchError,
1750
1777
  EncodingError,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getAuthRuntimeModule
3
- } from "./A4LOH2NH.js";
3
+ } from "./7PI3VAVE.js";
4
4
 
5
5
  // src/public/auth.ts
6
6
  function registerAuthModule(name, authModule) {
@@ -2,10 +2,10 @@ import {
2
2
  getPlatform,
3
3
  handleAuthenticationError,
4
4
  invokeFetch,
5
+ isBrowser,
5
6
  isWindows,
6
7
  toValidWebsocketLocationUrl
7
- } from "./LJNLYKW3.js";
8
- import "./4HB3TAEO.js";
8
+ } from "./SG2HWQOC.js";
9
9
 
10
10
  // src/qix/session/shared-sessions.ts
11
11
  var globalEventListeners = /* @__PURE__ */ new Set();
@@ -83,7 +83,7 @@ function listenForWindowsAuthenticationInformation(session) {
83
83
  return authSuggestedInWebsocket;
84
84
  }
85
85
  async function createAndSetupEnigmaSession(props, canRetry) {
86
- const { createEnigmaSession } = await import("./AEXRZSVI.js");
86
+ const { createEnigmaSession } = await import("./J47F33WT.js");
87
87
  const session = await createEnigmaSession(props);
88
88
  setupSessionListeners(session, props);
89
89
  let global;
@@ -545,7 +545,7 @@ function resumeOnlyOnReattach(bool) {
545
545
  resumeShouldRejectPromiseIfNotReattached(bool);
546
546
  }
547
547
  var externalApps = {};
548
- var isBrowserEnvironment = typeof window !== "undefined";
548
+ var isBrowserEnvironment = isBrowser();
549
549
 
550
550
  // src/qix/qix.ts
551
551
  var qix = {
package/collections.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/collections.ts
9
8
  var getCollections = async (query, options) => invokeFetch("collections", {
package/csp-origins.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/csp-origins.ts
9
8
  var getCSPEntries = async (query, options) => invokeFetch("csp-origins", {
package/data-assets.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/data-assets.ts
9
8
  var deleteDataAssets = async (body, options) => invokeFetch("data-assets", {
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/data-connections.ts
9
8
  var getDataConnections = async (query, options) => invokeFetch("data-connections", {
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/data-credentials.ts
9
8
  var deleteDataCredential = async (qID, query, options) => invokeFetch("data-credentials", {
package/data-files.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/data-files.ts
9
8
  var getDataFiles = async (query, options) => invokeFetch("data-files", {
package/extensions.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/extensions.ts
9
8
  var getExtensions = async (options) => invokeFetch("extensions", {
package/glossaries.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/glossaries.ts
9
8
  var getGlossaries = async (query, options) => invokeFetch("glossaries", {
package/groups.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/groups.ts
9
8
  var getGroups = async (query, options) => invokeFetch("groups", {
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/identity-providers.ts
9
8
  var getIdps = async (query, options) => invokeFetch("identity-providers", {
package/index.js CHANGED
@@ -1,15 +1,14 @@
1
1
  import {
2
2
  auth_default
3
- } from "./chunks/W4FHGR6Z.js";
3
+ } from "./chunks/UHM3LDRC.js";
4
4
  import {
5
5
  qix_default
6
- } from "./chunks/STRQVY4L.js";
6
+ } from "./chunks/5ADY5YDO.js";
7
7
  import {
8
8
  clearApiCache,
9
9
  invokeFetch
10
- } from "./chunks/OYCPZDC3.js";
11
- import "./chunks/A4LOH2NH.js";
12
- import "./chunks/4HB3TAEO.js";
10
+ } from "./chunks/AANKGPDX.js";
11
+ import "./chunks/7PI3VAVE.js";
13
12
 
14
13
  // src/public/public-runtime-api-generator/public-runtime-api-generator.ts
15
14
  var methodAbbreviations = {
package/items.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/items.ts
9
8
  var getItems = async (query, options) => invokeFetch("items", {
package/licenses.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/licenses.ts
9
8
  var getLicenseAssignments = async (query, options) => invokeFetch("licenses", {
package/package.json CHANGED
@@ -58,5 +58,5 @@
58
58
  "./qix": "./qix.js",
59
59
  "./auth": "./auth.js"
60
60
  },
61
- "version": "0.3.0"
61
+ "version": "0.4.0"
62
62
  }
package/qix.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import './global.types-CMQsAHYd.js';
2
2
  import { H as HostConfig } from './auth-types-Bqw3vbLs.js';
3
3
 
4
- declare const QIX_SCHEMA_VERSION = "12.2009.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2028.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
@@ -109,6 +109,17 @@ type AppScriptMeta = {
109
109
  */
110
110
  qIsLocked?: boolean;
111
111
  };
112
+ /**
113
+ * Result of applying GroupState to multiple cyclic groups.
114
+ *
115
+ * Stability: *experimental*
116
+ */
117
+ type ApplyGroupStatesResult = {
118
+ /**
119
+ * When true, the cyclic group state was fully applied. *
120
+ */
121
+ qApplySuccess?: boolean;
122
+ };
112
123
  type ArrayOfNxValuePoint = NxPivotValuePoint[];
113
124
  type AssociationScore = {
114
125
  /**
@@ -597,7 +608,7 @@ type CustomConnector = {
597
608
  qMachineMode?: GenericConnectMachine;
598
609
  qSupportFileStreaming?: boolean;
599
610
  };
600
- type CyclicGroupState = {
611
+ type CyclicGroupPosition = {
601
612
  /**
602
613
  * Target cyclic group.
603
614
  */
@@ -2062,6 +2073,16 @@ type GroupBookmarkData = {
2062
2073
  qId?: string;
2063
2074
  qCyclePos?: number;
2064
2075
  };
2076
+ type GroupState = {
2077
+ /**
2078
+ * Target cyclic group.
2079
+ */
2080
+ qInfo?: NxInfo;
2081
+ /**
2082
+ * String defining the active field.
2083
+ */
2084
+ qActiveFieldDef?: string;
2085
+ };
2065
2086
  type GroupStateInfo = {
2066
2087
  qGroupName?: string;
2067
2088
  qCurrentItemName?: string;
@@ -3069,7 +3090,7 @@ type NxBookmark = {
3069
3090
  /**
3070
3091
  * Information about cyclic groups.
3071
3092
  */
3072
- qCyclicGroupStates?: CyclicGroupState[];
3093
+ qCyclicGroupStates?: CyclicGroupPosition[];
3073
3094
  };
3074
3095
  type NxCalcCond = {
3075
3096
  /**
@@ -6856,6 +6877,7 @@ type NativeDocFunctions<FieldRpcObject, GenericBookmarkRpcObject, GenericDimensi
6856
6877
  * Stability: *locked*
6857
6878
  */
6858
6879
  applyBookmark: (id: string) => Promise<boolean>;
6880
+ applyGroupStates: (groupStates: GroupState[]) => Promise<ApplyGroupStatesResult>;
6859
6881
  /**
6860
6882
  * Apply temporary bookmark identified by Id.
6861
6883
  * <div class=note>ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.</div>
@@ -8036,6 +8058,7 @@ type NativeDocFunctions<FieldRpcObject, GenericBookmarkRpcObject, GenericDimensi
8036
8058
  * Stability: *locked*
8037
8059
  */
8038
8060
  getFolderItemsForConnection: (connectionId: string, relativePath?: string) => Promise<FolderItem[]>;
8061
+ getGroupStates: () => Promise<GroupState[]>;
8039
8062
  /**
8040
8063
  * Gets the content of a file.
8041
8064
  *
@@ -11640,4 +11663,4 @@ declare const _default: {
11640
11663
  openAppSession: typeof openAppSession;
11641
11664
  };
11642
11665
 
11643
- 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 };
11666
+ 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 };
package/qix.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  openAppSession,
3
3
  qix_default
4
- } from "./chunks/STRQVY4L.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/5ADY5YDO.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
  export {
8
7
  qix_default as default,
9
8
  openAppSession
package/quotas.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/quotas.ts
9
8
  var getQuotas = async (query, options) => invokeFetch("quotas", {
package/reload-tasks.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/reload-tasks.ts
9
8
  var getReloadTasks = async (query, options) => invokeFetch("reload-tasks", {
package/reloads.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/reloads.ts
9
8
  var getReloads = async (query, options) => invokeFetch("reloads", {
package/roles.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/roles.ts
9
8
  var getRoles = async (query, options) => invokeFetch("roles", {
package/spaces.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/spaces.ts
9
8
  var getSpaces = async (query, options) => invokeFetch("spaces", {
package/temp-contents.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/temp-contents.ts
9
8
  var uploadTempFile = async (query, body, options) => invokeFetch("temp-contents", {
package/tenants.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/tenants.ts
9
8
  var createTenant = async (body, options) => invokeFetch("tenants", {
package/themes.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/themes.ts
9
8
  var getThemes = async (options) => invokeFetch("themes", {
package/transports.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/transports.ts
9
8
  var deleteEmailConfig = async (options) => invokeFetch("transports", {
package/users.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/users.ts
9
8
  var getUsers = async (query, options) => invokeFetch("users", {
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/web-integrations.ts
9
8
  var getWebIntegrations = async (query, options) => invokeFetch("web-integrations", {
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/web-notifications.ts
9
8
  var getNotifications = async (query, options) => invokeFetch("web-notifications", {
package/webhooks.js CHANGED
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/OYCPZDC3.js";
5
- import "./chunks/A4LOH2NH.js";
6
- import "./chunks/4HB3TAEO.js";
4
+ } from "./chunks/AANKGPDX.js";
5
+ import "./chunks/7PI3VAVE.js";
7
6
 
8
7
  // src/public/rest/webhooks.ts
9
8
  var getWebhooks = async (query, options) => invokeFetch("webhooks", {
@@ -1,11 +0,0 @@
1
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
- }) : x)(function(x) {
4
- if (typeof require !== "undefined")
5
- return require.apply(this, arguments);
6
- throw Error('Dynamic require of "' + x + '" is not supported');
7
- });
8
-
9
- export {
10
- __require
11
- };