@qlik/api 1.9.0 → 1.10.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.
package/apps.d.ts CHANGED
@@ -964,7 +964,7 @@ type UpdateOwner = {
964
964
  type UpdateSpace = {
965
965
  spaceId?: string;
966
966
  };
967
- type UsageEnum = "ANALYTICS" | "DATA_PREPARATION";
967
+ type UsageEnum = "ANALYTICS" | "DATA_PREPARATION" | "DATAFLOW_PREP";
968
968
  type UserPrivileges = "can_create_app" | "can_import_app" | "can_create_session_app";
969
969
  type Classification = {
970
970
  absoluteDiff?: number;
@@ -6,7 +6,7 @@ import {
6
6
  } from "./2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/invoke-fetch.ts
9
- var defaultUserAgent = "qlik-api/1.9.0";
9
+ var defaultUserAgent = "qlik-api/1.10.0";
10
10
  async function invokeFetch(api, props) {
11
11
  const hostConfig = props.options?.hostConfig;
12
12
  let userAgent;
package/package.json CHANGED
@@ -55,5 +55,5 @@
55
55
  "./qix": "./qix.js",
56
56
  "./auth": "./auth.js"
57
57
  },
58
- "version": "1.9.0"
58
+ "version": "1.10.0"
59
59
  }
package/qix.d.ts CHANGED
@@ -6815,7 +6815,7 @@ type UndoInfo = {
6815
6815
  * The numbers of undos and redos are empty when an object is created. The number of possible undos is increased every time an action (for example, create a child, set some properties) on the object is performed. The number of possible redos is increased every time an undo action is performed.
6816
6816
  */
6817
6817
  type UndoInfoDef = object;
6818
- type UsageEnum = "ANALYTICS" | "DATA_PREPARATION";
6818
+ type UsageEnum = "ANALYTICS" | "DATA_PREPARATION" | "DATAFLOW_PREP";
6819
6819
  type ValueExpr = {
6820
6820
  /**
6821
6821
  * Expression evaluated to dual.