@qlik/api 1.5.0 → 1.6.1

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 (50) hide show
  1. package/api-keys.js +3 -3
  2. package/apps.js +3 -3
  3. package/audits.d.ts +0 -2
  4. package/audits.js +3 -3
  5. package/auth.js +2 -2
  6. package/automations.d.ts +6 -6
  7. package/automations.js +3 -3
  8. package/brands.js +3 -3
  9. package/chunks/{BGRBTH7Y.js → 2ZQ3ZX7F.js} +1 -6
  10. package/chunks/{TTSM4BX5.js → 5WSW4QG3.js} +2 -2
  11. package/chunks/{BMB4CQGB.js → BPM4DLZK.js} +1 -1
  12. package/chunks/{YGESHYCZ.js → CUE3GZGJ.js} +5 -11
  13. package/chunks/{F2X7MIT2.js → CYO4KHYF.js} +1 -1
  14. package/chunks/{YNDOPW5S.js → FFVTXKKA.js} +3 -4
  15. package/chunks/{S2BIIZLQ.js → I5CSZHWM.js} +3 -3
  16. package/chunks/{GFJ653I2.js → KSB5ROQL.js} +8 -2
  17. package/chunks/{UY5PBIVC.js → NR2F7MAJ.js} +5 -4
  18. package/chunks/{SYGKZE7X.js → S3X62FNR.js} +3 -3
  19. package/chunks/{WEENC3NJ.js → SW3DXPAP.js} +2 -2
  20. package/collections.js +3 -3
  21. package/csp-origins.js +3 -3
  22. package/data-assets.js +3 -3
  23. package/data-connections.js +3 -3
  24. package/data-credentials.js +3 -3
  25. package/data-files.js +3 -3
  26. package/extensions.js +3 -3
  27. package/glossaries.js +3 -3
  28. package/groups.js +3 -3
  29. package/identity-providers.d.ts +3 -3
  30. package/identity-providers.js +3 -3
  31. package/index.js +5 -5
  32. package/items.js +3 -3
  33. package/licenses.js +3 -3
  34. package/package.json +2 -2
  35. package/qix.d.ts +4 -4
  36. package/qix.js +2 -2
  37. package/quotas.js +3 -3
  38. package/reload-tasks.js +3 -3
  39. package/reloads.js +3 -3
  40. package/roles.d.ts +4 -1
  41. package/roles.js +3 -3
  42. package/spaces.js +3 -3
  43. package/temp-contents.js +3 -3
  44. package/tenants.js +3 -3
  45. package/themes.js +3 -3
  46. package/transports.js +3 -3
  47. package/users.js +3 -3
  48. package/web-integrations.js +3 -3
  49. package/web-notifications.js +3 -3
  50. package/webhooks.js +3 -3
package/api-keys.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/api-keys.ts
9
9
  var getApiKeys = async (query, options) => invokeFetch("api-keys", {
package/apps.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/apps.ts
9
9
  var createApp = async (body, options) => invokeFetch("apps", {
package/audits.d.ts CHANGED
@@ -2,8 +2,6 @@ import { A as ApiCallOptions } from './global.types-Xt6XzwlN.js';
2
2
  import './auth-types-Bqw3vbLs.js';
3
3
 
4
4
  type ErrorResponse = {
5
- /** @deprecated */
6
- error?: string;
7
5
  errors?: {
8
6
  code?: string;
9
7
  detail?: string;
package/audits.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/audits.ts
9
9
  var getAudits = async (query, options) => invokeFetch("audits", {
package/auth.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  logout,
5
5
  registerAuthModule,
6
6
  setDefaultHostConfig
7
- } from "./chunks/BMB4CQGB.js";
8
- import "./chunks/S2BIIZLQ.js";
7
+ } from "./chunks/BPM4DLZK.js";
8
+ import "./chunks/I5CSZHWM.js";
9
9
  export {
10
10
  auth_default as default,
11
11
  getAccessToken,
package/automations.d.ts CHANGED
@@ -10,11 +10,11 @@ type AutomationDetailRequestObject = {
10
10
  workspace?: unknown;
11
11
  };
12
12
  type AutomationDetailResponseObject = {
13
- /** A list of connectors used inside the workspace. */
13
+ /** A list of connectors that were detected the workspace. This includes Connectors present in blocks which are not connected to other blocks. Order of guids is not guaranteed. */
14
14
  readonly connectorIds?: string[];
15
15
  readonly createdAt?: string;
16
16
  description?: string;
17
- /** A list of endpoints used inside the workspace. */
17
+ /** A list of endpoints that were detected inside the workspace. This includes Endpoints present in blocks which are not connected to other blocks. Order of guids is not guaranteed. */
18
18
  readonly endpointIds?: string[];
19
19
  readonly executionToken?: string;
20
20
  readonly id?: string;
@@ -25,7 +25,7 @@ type AutomationDetailResponseObject = {
25
25
  readonly ownerId?: string;
26
26
  readonly runMode?: "manual" | "scheduled" | "triggered" | "webhook";
27
27
  schedules?: ScheduleResponseObject[];
28
- /** A list of snippets used inside the workspace. */
28
+ /** A list of snippets that were detected inside the workspace. This includes snippet blocks that are not connected to other blocks. Order of guids is not guaranteed. */
29
29
  readonly snippetIds?: string[];
30
30
  state?: "available" | "unavailable" | "disabled";
31
31
  readonly updatedAt?: string;
@@ -37,13 +37,13 @@ type AutomationList = {
37
37
  links?: Links;
38
38
  };
39
39
  type AutomationListObject = {
40
- /** A list of connectors used inside the workspace. */
40
+ /** A list of connectors that were detected the workspace. This includes Connectors present in blocks which are not connected to other blocks. Order of guids is not guaranteed. */
41
41
  readonly connectorIds?: string[];
42
42
  readonly createdAt?: string;
43
43
  description?: string;
44
44
  /** Duration of the last run, indicated in seconds. Calculated from start and stop times */
45
45
  readonly duration?: number;
46
- /** A list of endpoints used inside the workspace. */
46
+ /** A list of endpoints that were detected inside the workspace. This includes Endpoints present in blocks which are not connected to other blocks. Order of guids is not guaranteed. */
47
47
  readonly endpointIds?: string[];
48
48
  readonly executionToken?: string;
49
49
  readonly id?: string;
@@ -53,7 +53,7 @@ type AutomationListObject = {
53
53
  name?: string;
54
54
  readonly ownerId?: string;
55
55
  readonly runMode?: "manual" | "scheduled" | "triggered" | "webhook";
56
- /** A list of snippets used inside the workspace. */
56
+ /** A list of snippets that were detected inside the workspace. This includes snippet blocks that are not connected to other blocks. Order of guids is not guaranteed. */
57
57
  readonly snippetIds?: string[];
58
58
  state?: "available" | "unavailable" | "disabled";
59
59
  readonly updatedAt?: string;
package/automations.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/automations.ts
9
9
  var getAutomations = async (query, options) => invokeFetch("automations", {
package/brands.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/brands.ts
9
9
  var getBrands = async (query, options) => invokeFetch("brands", {
@@ -1,5 +1,4 @@
1
1
  // src/utils/utils.ts
2
- import { nanoid } from "nanoid";
3
2
  function isBrowserInternal() {
4
3
  if (typeof window !== "undefined" && typeof window.document !== "undefined" && typeof self !== "undefined") {
5
4
  return true;
@@ -27,12 +26,8 @@ function isBrowser() {
27
26
  function isNode() {
28
27
  return getEnvironment() === "node";
29
28
  }
30
- function generateRandomString(targetLength) {
31
- return nanoid(targetLength);
32
- }
33
29
 
34
30
  export {
35
31
  isBrowser,
36
- isNode,
37
- generateRandomString
32
+ isNode
38
33
  };
@@ -18,8 +18,8 @@ import {
18
18
  toValidEnigmaLocationUrl,
19
19
  toValidLocationUrl,
20
20
  toValidWebsocketLocationUrl
21
- } from "./GFJ653I2.js";
22
- import "./BGRBTH7Y.js";
21
+ } from "./KSB5ROQL.js";
22
+ import "./2ZQ3ZX7F.js";
23
23
  export {
24
24
  AuthorizationError,
25
25
  InvalidAuthTypeError,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getAuthRuntimeModule
3
- } from "./S2BIIZLQ.js";
3
+ } from "./I5CSZHWM.js";
4
4
 
5
5
  // src/public/auth.ts
6
6
  function registerAuthModule(name, authModule) {
@@ -4,10 +4,10 @@ import {
4
4
  invokeFetch,
5
5
  isWindows,
6
6
  toValidWebsocketLocationUrl
7
- } from "./GFJ653I2.js";
7
+ } from "./KSB5ROQL.js";
8
8
  import {
9
9
  isBrowser
10
- } from "./BGRBTH7Y.js";
10
+ } from "./2ZQ3ZX7F.js";
11
11
 
12
12
  // src/qix/session/shared-sessions.ts
13
13
  var globalEventListeners = /* @__PURE__ */ new Set();
@@ -101,7 +101,7 @@ function listenForWindowsAuthenticationInformation(session) {
101
101
  return authSuggestedInWebsocket;
102
102
  }
103
103
  async function createAndSetupEnigmaSession(props, canRetry) {
104
- const { createEnigmaSession } = await import("./YNDOPW5S.js");
104
+ const { createEnigmaSession } = await import("./FFVTXKKA.js");
105
105
  const session = await createEnigmaSession(props);
106
106
  setupSessionListeners(session, props);
107
107
  let global;
@@ -479,10 +479,7 @@ async function createSessionApp() {
479
479
  if (!alreadyClosed) {
480
480
  alreadyClosed = true;
481
481
  const defaultDelay = isBrowserEnvironment ? 5e3 : -1;
482
- return sharedSession.removeClient(
483
- qixSessionAppSession,
484
- props?.websocketCloseDelay !== void 0 ? props.websocketCloseDelay : defaultDelay
485
- );
482
+ return sharedSession.removeClient(qixSessionAppSession, props?.websocketCloseDelay ?? defaultDelay);
486
483
  }
487
484
  return Promise.resolve();
488
485
  }
@@ -521,10 +518,7 @@ function openAppSession(appIdOrProps) {
521
518
  if (!alreadyClosed) {
522
519
  alreadyClosed = true;
523
520
  const defaultDelay = isBrowserEnvironment ? 5e3 : -1;
524
- return sharedSession.removeClient(
525
- qixAppSession,
526
- props?.websocketCloseDelay !== void 0 ? props.websocketCloseDelay : defaultDelay
527
- );
521
+ return sharedSession.removeClient(qixAppSession, props?.websocketCloseDelay ?? defaultDelay);
528
522
  }
529
523
  return Promise.resolve();
530
524
  }
@@ -1,4 +1,4 @@
1
- // node_modules/.pnpm/@qlik+runtime-module-loader@1.0.2/node_modules/@qlik/runtime-module-loader/dist/index.js
1
+ // node_modules/.pnpm/@qlik+runtime-module-loader@1.0.3_bufferutil@4.0.8/node_modules/@qlik/runtime-module-loader/dist/index.js
2
2
  window.__qlikMainPrivateResolvers = window.__qlikMainPrivateResolvers || {};
3
3
  window.__qlikMainPrivateResolvers.mainUrlPromise = window.__qlikMainPrivateResolvers.mainUrlPromise || new Promise((resolve) => {
4
4
  window.__qlikMainPrivateResolvers.resolveMainJsUrl = (value) => resolve(value);
@@ -1,11 +1,10 @@
1
1
  import {
2
+ generateRandomString,
2
3
  getRestCallAuthParams,
3
4
  getWebSocketAuthParams,
4
5
  toValidWebsocketLocationUrl
5
- } from "./GFJ653I2.js";
6
- import {
7
- generateRandomString
8
- } from "./BGRBTH7Y.js";
6
+ } from "./KSB5ROQL.js";
7
+ import "./2ZQ3ZX7F.js";
9
8
 
10
9
  // src/qix/session/enigma-session.ts
11
10
  import enigma from "enigma.js";
@@ -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("./TTSM4BX5.js") : import("./F2X7MIT2.js").then((mod) => mod.importRuntimeModule("auth@v1", hostConfig));
4
+ return isNode ? import("./5WSW4QG3.js") : import("./CYO4KHYF.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("./YGESHYCZ.js") : import("./F2X7MIT2.js").then((mod) => mod.importRuntimeModule("qix@v1", hostConfig));
9
+ return isNode ? import("./CUE3GZGJ.js") : import("./CYO4KHYF.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("./WEENC3NJ.js") : import("./F2X7MIT2.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig));
14
+ return isNode ? import("./SW3DXPAP.js") : import("./CYO4KHYF.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig));
15
15
  }
16
16
 
17
17
  export {
@@ -1,8 +1,7 @@
1
1
  import {
2
- generateRandomString,
3
2
  isBrowser,
4
3
  isNode
5
- } from "./BGRBTH7Y.js";
4
+ } from "./2ZQ3ZX7F.js";
6
5
 
7
6
  // src/platform/platform-functions.ts
8
7
  var getPlatform = async (options = {}) => {
@@ -638,6 +637,12 @@ function handleOAuthCallback() {
638
637
  }
639
638
  }
640
639
 
640
+ // src/random/random.ts
641
+ import { nanoid } from "nanoid";
642
+ function generateRandomString(targetLength) {
643
+ return nanoid(targetLength);
644
+ }
645
+
641
646
  // src/auth/internal/default-auth-modules/oauth/oauth-utils.ts
642
647
  function lookupGetAccessFn(getAccessToken2) {
643
648
  return globalThis[getAccessToken2];
@@ -1781,5 +1786,6 @@ export {
1781
1786
  clearApiCache,
1782
1787
  parseFetchResponse,
1783
1788
  invoke_fetch_default,
1789
+ generateRandomString,
1784
1790
  auth_default
1785
1791
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getQixRuntimeModule
3
- } from "./S2BIIZLQ.js";
3
+ } from "./I5CSZHWM.js";
4
4
 
5
5
  // src/public/qix.ts
6
6
  function openAppSession(appSessionProps) {
@@ -41,15 +41,16 @@ function openAppSession(appSessionProps) {
41
41
  * this is basically a no op, but if this is the last/only usage
42
42
  * of the underlying enigma websocket that websocket will be closed.
43
43
  */
44
- async close() {
45
- return (await appSessionPromise).close();
44
+ async close(props) {
45
+ return (await appSessionPromise).close(props);
46
46
  }
47
47
  };
48
48
  return appSessionProxy;
49
49
  }
50
- var qix_default = {
50
+ var qix = {
51
51
  openAppSession
52
52
  };
53
+ var qix_default = qix;
53
54
 
54
55
  export {
55
56
  openAppSession,
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  isBrowser
3
- } from "./BGRBTH7Y.js";
3
+ } from "./2ZQ3ZX7F.js";
4
4
  import {
5
5
  getInvokeFetchRuntimeModule
6
- } from "./S2BIIZLQ.js";
6
+ } from "./I5CSZHWM.js";
7
7
 
8
8
  // src/public/invoke-fetch.ts
9
- var defaultUserAgent = "qlik-api/1.5.0";
9
+ var defaultUserAgent = "qlik-api/1.6.1";
10
10
  async function invokeFetch(api, props) {
11
11
  const hostConfig = props.options?.hostConfig;
12
12
  let userAgent;
@@ -5,8 +5,8 @@ import {
5
5
  invokeFetch,
6
6
  invoke_fetch_default,
7
7
  parseFetchResponse
8
- } from "./GFJ653I2.js";
9
- import "./BGRBTH7Y.js";
8
+ } from "./KSB5ROQL.js";
9
+ import "./2ZQ3ZX7F.js";
10
10
  export {
11
11
  EncodingError,
12
12
  InvokeFetchError,
package/collections.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/collections.ts
9
9
  var getCollections = async (query, options) => invokeFetch("collections", {
package/csp-origins.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/csp-origins.ts
9
9
  var getCSPEntries = async (query, options) => invokeFetch("csp-origins", {
package/data-assets.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/data-assets.ts
9
9
  var deleteDataAssets = async (body, options) => invokeFetch("data-assets", {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/data-connections.ts
9
9
  var getDataConnections = async (query, options) => invokeFetch("data-connections", {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/data-credentials.ts
9
9
  var deleteDataCredential = async (qID, query, options) => invokeFetch("data-credentials", {
package/data-files.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/data-files.ts
9
9
  var getDataFiles = async (query, options) => invokeFetch("data-files", {
package/extensions.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/extensions.ts
9
9
  var getExtensions = async (options) => invokeFetch("extensions", {
package/glossaries.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/glossaries.ts
9
9
  var getGlossaries = async (query, options) => invokeFetch("glossaries", {
package/groups.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/groups.ts
9
9
  var getGroups = async (query, options) => invokeFetch("groups", {
@@ -40,7 +40,7 @@ type CertificateInfo = {
40
40
  * Payload for creating an identity provider using JWT authentication.
41
41
  */
42
42
  type CreateJWTAuthPayload = {
43
- /** There can be clock skew between the IdP and Qlik's login server, in these cases a tolerance can be set, decimals will be rounded off. */
43
+ /** There can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set. */
44
44
  clockToleranceSec?: number;
45
45
  description?: string;
46
46
  /** Required IdP configurations. */
@@ -66,7 +66,7 @@ type CreateJWTAuthPayload = {
66
66
  * Payload for creating an OIDC-compatible identity provider.
67
67
  */
68
68
  type CreateOIDCPayload = {
69
- /** There can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set, decimals will be rounded off. */
69
+ /** There can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set. */
70
70
  clockToleranceSec?: number;
71
71
  /** Tells the consumer of the IdP that new users should be created on login if they don't exist. */
72
72
  createNewUsersOnLogin?: boolean;
@@ -126,7 +126,7 @@ type CreateOIDCPayload = {
126
126
  * Payload for creating a SAML compatible identity provider.
127
127
  */
128
128
  type CreateSAMLPayload = {
129
- /** There can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set, decimals will be rounded off. */
129
+ /** There can be clock skew between the IdP and Qlik's login server. In these cases, a tolerance can be set. */
130
130
  clockToleranceSec?: number;
131
131
  /** Tells the consumer of the IdP that new users should be created on login if they don't exist. */
132
132
  createNewUsersOnLogin?: boolean;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/identity-providers.ts
9
9
  var getIdps = async (query, options) => invokeFetch("identity-providers", {
package/index.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  auth_default
3
- } from "./chunks/BMB4CQGB.js";
3
+ } from "./chunks/BPM4DLZK.js";
4
4
  import {
5
5
  qix_default
6
- } from "./chunks/UY5PBIVC.js";
6
+ } from "./chunks/NR2F7MAJ.js";
7
7
  import {
8
8
  clearApiCache,
9
9
  invokeFetch
10
- } from "./chunks/SYGKZE7X.js";
11
- import "./chunks/BGRBTH7Y.js";
12
- import "./chunks/S2BIIZLQ.js";
10
+ } from "./chunks/S3X62FNR.js";
11
+ import "./chunks/2ZQ3ZX7F.js";
12
+ import "./chunks/I5CSZHWM.js";
13
13
 
14
14
  // src/public/public-runtime-api-generator/public-runtime-api-generator.ts
15
15
  var methodAbbreviations = {
package/items.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/items.ts
9
9
  var getItems = async (query, options) => invokeFetch("items", {
package/licenses.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/licenses.ts
9
9
  var getLicenseAssignments = async (query, options) => invokeFetch("licenses", {
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "enigma.js": "^2.14.0",
15
15
  "lodash": "^4.17.21",
16
- "nanoid": "^5.0.6",
16
+ "nanoid": "^5.0.7",
17
17
  "ws": "^8.17.0"
18
18
  },
19
19
  "engines": {
@@ -54,5 +54,5 @@
54
54
  "./qix": "./qix.js",
55
55
  "./auth": "./auth.js"
56
56
  },
57
- "version": "1.5.0"
57
+ "version": "1.6.1"
58
58
  }
package/qix.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import './global.types-Xt6XzwlN.js';
2
2
  import { H as HostConfig } from './auth-types-Bqw3vbLs.js';
3
3
 
4
- declare const QIX_SCHEMA_VERSION = "12.2073.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2082.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
@@ -11699,10 +11699,10 @@ declare function openAppSession(appSessionProps: OpenAppSessionProps): {
11699
11699
  * this is basically a no op, but if this is the last/only usage
11700
11700
  * of the underlying enigma websocket that websocket will be closed.
11701
11701
  */
11702
- close(): Promise<void>;
11702
+ close(props?: CloseProps): Promise<void>;
11703
11703
  };
11704
- declare const _default: {
11704
+ declare const qix: {
11705
11705
  openAppSession: typeof openAppSession;
11706
11706
  };
11707
11707
 
11708
- 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 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 };
11708
+ 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 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 };
package/qix.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  openAppSession,
3
3
  qix_default
4
- } from "./chunks/UY5PBIVC.js";
5
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/NR2F7MAJ.js";
5
+ import "./chunks/I5CSZHWM.js";
6
6
  export {
7
7
  qix_default as default,
8
8
  openAppSession
package/quotas.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/quotas.ts
9
9
  var getQuotas = async (query, options) => invokeFetch("quotas", {
package/reload-tasks.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/reload-tasks.ts
9
9
  var getReloadTasks = async (query, options) => invokeFetch("reload-tasks", {
package/reloads.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/reloads.ts
9
9
  var getReloads = async (query, options) => invokeFetch("reloads", {
package/roles.d.ts CHANGED
@@ -68,7 +68,8 @@ type Role = {
68
68
  readonly createdBy?: string;
69
69
  /** Descriptive text for the role. */
70
70
  description: string;
71
- /** Indicate whether this role will trigger promotion of a user from a basic to a full user on tenants with a capacity-based subscription. Does not apply to tenants with a user-based subscription. */
71
+ /** @deprecated
72
+ * DEPRECATED. does not work. */
72
73
  readonly fullUser?: boolean;
73
74
  /** The unique identifier for the role. */
74
75
  readonly id: string;
@@ -93,6 +94,8 @@ type Role = {
93
94
  type: "default";
94
95
  /** Id of user that last updated`` role */
95
96
  readonly updatedBy?: string;
97
+ /** Indicate whether this role will trigger promotion of a user from a basic to a full user on tenants with a capacity-based subscription. Does not apply to tenants with a user-based subscription. */
98
+ readonly userEntitlementType?: string;
96
99
  };
97
100
  /**
98
101
  * Returns a list of roles using cursor-based pagination.
package/roles.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/roles.ts
9
9
  var getRoles = async (query, options) => invokeFetch("roles", {
package/spaces.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/spaces.ts
9
9
  var getSpaces = async (query, options) => invokeFetch("spaces", {
package/temp-contents.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/temp-contents.ts
9
9
  var uploadTempFile = async (query, body, options) => invokeFetch("temp-contents", {
package/tenants.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/tenants.ts
9
9
  var createTenant = async (body, options) => invokeFetch("tenants", {
package/themes.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/themes.ts
9
9
  var getThemes = async (options) => invokeFetch("themes", {
package/transports.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/transports.ts
9
9
  var deleteEmailConfig = async (options) => invokeFetch("transports", {
package/users.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/users.ts
9
9
  var getUsers = async (query, options) => invokeFetch("users", {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/web-integrations.ts
9
9
  var getWebIntegrations = async (query, options) => invokeFetch("web-integrations", {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/web-notifications.ts
9
9
  var getNotifications = async (query, options) => invokeFetch("web-notifications", {
package/webhooks.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/SYGKZE7X.js";
5
- import "./chunks/BGRBTH7Y.js";
6
- import "./chunks/S2BIIZLQ.js";
4
+ } from "./chunks/S3X62FNR.js";
5
+ import "./chunks/2ZQ3ZX7F.js";
6
+ import "./chunks/I5CSZHWM.js";
7
7
 
8
8
  // src/public/rest/webhooks.ts
9
9
  var getWebhooks = async (query, options) => invokeFetch("webhooks", {