@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 +1 -1
- package/chunks/7OFKSIFV.js +1 -1
- package/package.json +1 -1
- package/qix.d.ts +1 -1
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;
|
package/chunks/7OFKSIFV.js
CHANGED
|
@@ -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
|
+
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
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.
|