@qlik/api 1.15.0 → 1.16.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/api-keys.js +2 -2
- package/apps.js +2 -2
- package/audits.js +2 -2
- package/auth.js +2 -2
- package/automations.js +2 -2
- package/brands.js +2 -2
- package/chunks/{N6IB3ZM5.js → 3XRP5N4L.js} +1 -0
- package/chunks/{J76NVE2J.js → 6O3XBOLZ.js} +1 -1
- package/chunks/{BOSBVTSJ.js → 7IMOYFWE.js} +3 -3
- package/chunks/{ZWPUDPMY.js → ECWQX4IH.js} +1 -1
- package/chunks/{W5IUOFYL.js → GXMVBX45.js} +1 -1
- package/chunks/{V2I3BC7K.js → MFNOHOWH.js} +2 -2
- package/chunks/{OQWVV26L.js → O3XVX7VQ.js} +1 -1
- package/chunks/{LEILCZC6.js → PESPSFQN.js} +1 -1
- package/chunks/{DVK2JJ2J.js → YHKRUQRS.js} +2 -2
- package/collections.js +2 -2
- package/csp-origins.js +2 -2
- package/data-assets.js +2 -2
- package/data-connections.js +2 -2
- package/data-credentials.js +2 -2
- package/data-files.js +2 -2
- package/extensions.js +2 -2
- package/glossaries.js +2 -2
- package/groups.js +2 -2
- package/identity-providers.d.ts +3 -1
- package/identity-providers.js +2 -2
- package/index.js +4 -4
- package/items.js +2 -2
- package/licenses.js +2 -2
- package/package.json +2 -1
- package/qix.d.ts +9 -1
- package/qix.js +2 -2
- package/quotas.js +2 -2
- package/reload-tasks.js +2 -2
- package/reloads.js +2 -2
- package/reports.js +2 -2
- package/roles.js +2 -2
- package/spaces.js +2 -2
- package/temp-contents.js +2 -2
- package/tenants.js +2 -2
- package/themes.js +2 -2
- package/transports.js +2 -2
- package/users.js +2 -2
- package/web-integrations.js +2 -2
- package/web-notifications.js +2 -2
- package/webhooks.js +2 -2
package/api-keys.js
CHANGED
package/apps.js
CHANGED
package/audits.js
CHANGED
package/auth.js
CHANGED
package/automations.js
CHANGED
package/brands.js
CHANGED
|
@@ -1886,6 +1886,7 @@ async function parseFetchResponse(fetchResponse, url) {
|
|
|
1886
1886
|
case "application/offset+octet-stream":
|
|
1887
1887
|
case "application/octet-stream":
|
|
1888
1888
|
case "application/zip":
|
|
1889
|
+
case "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":
|
|
1889
1890
|
resultData = toDownloadableBlob(await fetchResponse.blob());
|
|
1890
1891
|
break;
|
|
1891
1892
|
case "text/event-stream":
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
// src/public/public-runtime-modules.ts
|
|
2
2
|
function getAuthRuntimeModule(hostConfig) {
|
|
3
3
|
const isNode = !!globalThis.process?.argv;
|
|
4
|
-
return isNode ? import("./
|
|
4
|
+
return isNode ? import("./PESPSFQN.js") : import("./TBHMVTOT.js").then(
|
|
5
5
|
(mod) => mod.importRuntimeModule("auth@v1", hostConfig)
|
|
6
6
|
);
|
|
7
7
|
}
|
|
8
8
|
async function getQixRuntimeModule(hostConfig) {
|
|
9
9
|
await getAuthRuntimeModule(hostConfig);
|
|
10
10
|
const isNode = !!globalThis.process?.argv;
|
|
11
|
-
return isNode ? import("./
|
|
11
|
+
return isNode ? import("./YHKRUQRS.js") : import("./TBHMVTOT.js").then(
|
|
12
12
|
(mod) => mod.importRuntimeModule("qix@v1", hostConfig)
|
|
13
13
|
);
|
|
14
14
|
}
|
|
15
15
|
async function getInvokeFetchRuntimeModule(hostConfig) {
|
|
16
16
|
await getAuthRuntimeModule(hostConfig);
|
|
17
17
|
const isNode = !!globalThis.process?.argv;
|
|
18
|
-
return isNode ? import("./
|
|
18
|
+
return isNode ? import("./ECWQX4IH.js") : import("./TBHMVTOT.js").then(
|
|
19
19
|
(mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig)
|
|
20
20
|
);
|
|
21
21
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getInvokeFetchRuntimeModule
|
|
3
|
-
} from "./
|
|
3
|
+
} from "./7IMOYFWE.js";
|
|
4
4
|
import {
|
|
5
5
|
isBrowser
|
|
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.16.0";
|
|
10
10
|
async function invokeFetch(api, props) {
|
|
11
11
|
const hostConfig = props.options?.hostConfig;
|
|
12
12
|
let userAgent;
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
invokeFetch,
|
|
5
5
|
isWindows,
|
|
6
6
|
toValidWebsocketLocationUrl
|
|
7
|
-
} from "./
|
|
7
|
+
} from "./3XRP5N4L.js";
|
|
8
8
|
import {
|
|
9
9
|
isBrowser
|
|
10
10
|
} from "./2ZQ3ZX7F.js";
|
|
@@ -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("./
|
|
104
|
+
const { createEnigmaSession } = await import("./O3XVX7VQ.js");
|
|
105
105
|
const session = await createEnigmaSession(props);
|
|
106
106
|
setupSessionListeners(session, props);
|
|
107
107
|
let global;
|
package/collections.js
CHANGED
package/csp-origins.js
CHANGED
package/data-assets.js
CHANGED
package/data-connections.js
CHANGED
package/data-credentials.js
CHANGED
package/data-files.js
CHANGED
package/extensions.js
CHANGED
package/glossaries.js
CHANGED
package/groups.js
CHANGED
package/identity-providers.d.ts
CHANGED
|
@@ -102,6 +102,8 @@ type CreateOIDCPayload = {
|
|
|
102
102
|
discoveryUrl?: string;
|
|
103
103
|
/** Only ADFS and AzureAD IdPs can set this property. For ADFS and AzureAD, it defaults to false. For other IdPs, it defaults to undefined. */
|
|
104
104
|
emailVerifiedAlwaysTrue?: boolean;
|
|
105
|
+
/** The algorithm used to sign the ID token. The default algorithm is RS256. */
|
|
106
|
+
idTokenSignatureAlg?: "RS256" | "RS512";
|
|
105
107
|
/** OpenID configuration */
|
|
106
108
|
openid_configuration?: OpenIDConfiguration;
|
|
107
109
|
/** The realm identifier for the IdP. */
|
|
@@ -377,7 +379,7 @@ type PatchOIDCPayload = {
|
|
|
377
379
|
/** The "operation" to be performed on a given IdP. Currently supports a custom operation value called "promote-options" that allows the test configuration to be promoted to the current configuration used for login. */
|
|
378
380
|
op: "replace" | "promote-options";
|
|
379
381
|
/** The "path" to the part of the IdP document. */
|
|
380
|
-
path?: "/active" | "/description" | "/meta" | "/options" | "/options/realm" | "/options/discoveryUrl" | "/options/claimsMapping" | "/pendingOptions" | "/pendingOptions/realm" | "/pendingOptions/discoveryUrl" | "/pendingOptions/clientId" | "/pendingOptions/clientSecret" | "/pendingOptions/emailVerifiedAlwaysTrue" | "/pendingOptions/claimsMapping" | "/postLogoutRedirectUri" | "/clockToleranceSec";
|
|
382
|
+
path?: "/active" | "/description" | "/meta" | "/options" | "/options/realm" | "/options/discoveryUrl" | "/options/claimsMapping" | "/pendingOptions" | "/pendingOptions/realm" | "/pendingOptions/discoveryUrl" | "/pendingOptions/clientId" | "/pendingOptions/clientSecret" | "/pendingOptions/emailVerifiedAlwaysTrue" | "/pendingOptions/claimsMapping" | "/postLogoutRedirectUri" | "/clockToleranceSec" | "/pendingOptions/idTokenSignatureAlg";
|
|
381
383
|
/** The "value" data type is dependent on the path value being used. */
|
|
382
384
|
value?: unknown;
|
|
383
385
|
};
|
package/identity-providers.js
CHANGED
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
qix_default
|
|
3
|
-
} from "./chunks/
|
|
3
|
+
} from "./chunks/GXMVBX45.js";
|
|
4
4
|
import {
|
|
5
5
|
auth_default
|
|
6
|
-
} from "./chunks/
|
|
6
|
+
} from "./chunks/6O3XBOLZ.js";
|
|
7
7
|
import {
|
|
8
8
|
clearApiCache,
|
|
9
9
|
invokeFetch
|
|
10
|
-
} from "./chunks/
|
|
11
|
-
import "./chunks/
|
|
10
|
+
} from "./chunks/MFNOHOWH.js";
|
|
11
|
+
import "./chunks/7IMOYFWE.js";
|
|
12
12
|
import "./chunks/2ZQ3ZX7F.js";
|
|
13
13
|
|
|
14
14
|
// src/public/public-runtime-api-generator/public-runtime-api-generator.ts
|
package/items.js
CHANGED
package/licenses.js
CHANGED
package/package.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"nanoid": "^5.0.7",
|
|
17
17
|
"ws": "^8.18.0"
|
|
18
18
|
},
|
|
19
|
+
"packageManager": "pnpm@9.7.1",
|
|
19
20
|
"engines": {
|
|
20
21
|
"node": ">=18"
|
|
21
22
|
},
|
|
@@ -55,5 +56,5 @@
|
|
|
55
56
|
"./qix": "./qix.js",
|
|
56
57
|
"./auth": "./auth.js"
|
|
57
58
|
},
|
|
58
|
-
"version": "1.
|
|
59
|
+
"version": "1.16.0"
|
|
59
60
|
}
|
package/qix.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './global.types-z1p6A9D-.js';
|
|
2
2
|
import { H as HostConfig } from './auth-types-BU5EGt_9.js';
|
|
3
3
|
|
|
4
|
-
declare const QIX_SCHEMA_VERSION = "12.
|
|
4
|
+
declare const QIX_SCHEMA_VERSION = "12.2154.0";
|
|
5
5
|
type AlfaNumString = {
|
|
6
6
|
/**
|
|
7
7
|
* Calculated value.
|
|
@@ -9907,6 +9907,10 @@ type NativeGenericObjectFunctions<CustomProperties, CustomLayout, GenericObjectR
|
|
|
9907
9907
|
* <div class=note>This method works for a hypercube in DATA_MODE_STRAIGHT.</div>
|
|
9908
9908
|
* A data set is returned.
|
|
9909
9909
|
*
|
|
9910
|
+
* ### Default limitations on the number of cells
|
|
9911
|
+
* The default maximum for the combined total of cells across all pages is:
|
|
9912
|
+
* * 10,000 cells. If this limit is exceeded, a calc-pages-too-large error with code 7009 is returned.
|
|
9913
|
+
*
|
|
9910
9914
|
* Parameters:
|
|
9911
9915
|
*
|
|
9912
9916
|
* - `path` - Path to the definition of the object to be selected.
|
|
@@ -10038,6 +10042,10 @@ type NativeGenericObjectFunctions<CustomProperties, CustomLayout, GenericObjectR
|
|
|
10038
10042
|
* Retrieves the values of a list object.
|
|
10039
10043
|
* A data set is returned.
|
|
10040
10044
|
*
|
|
10045
|
+
* ### Default limitations on the number of cells
|
|
10046
|
+
* The default maximum for the combined total of cells across all pages is:
|
|
10047
|
+
* * 10,000 cells. If this limit is exceeded, a calc-pages-too-large error with code 7009 is returned.
|
|
10048
|
+
*
|
|
10041
10049
|
* Parameters:
|
|
10042
10050
|
*
|
|
10043
10051
|
* - `path` - Path to the definition of the object to be selected.
|
package/qix.js
CHANGED
package/quotas.js
CHANGED
package/reload-tasks.js
CHANGED
package/reloads.js
CHANGED
package/reports.js
CHANGED
package/roles.js
CHANGED
package/spaces.js
CHANGED
package/temp-contents.js
CHANGED
package/tenants.js
CHANGED
package/themes.js
CHANGED
package/transports.js
CHANGED
package/users.js
CHANGED
package/web-integrations.js
CHANGED
package/web-notifications.js
CHANGED
package/webhooks.js
CHANGED