@qlik/api 0.0.2 → 0.0.3
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.d.mts +14 -0
- package/api-keys.d.ts +14 -0
- package/api-keys.js +14 -10
- package/api-keys.mjs +6 -2
- package/apps.d.mts +478 -148
- package/apps.d.ts +478 -148
- package/apps.js +100 -42
- package/apps.mjs +60 -2
- package/audits.d.mts +12 -0
- package/audits.d.ts +12 -0
- package/audits.js +10 -9
- package/audits.mjs +3 -2
- package/auth-AWZV4DPP.js +41 -0
- package/{auth-RTFXVSSK.mjs → auth-CPBNNC7S.mjs} +4 -1
- package/auth.js +4 -3
- package/auth.mjs +3 -2
- package/automations.d.mts +36 -0
- package/automations.d.ts +36 -0
- package/automations.js +28 -21
- package/automations.mjs +9 -2
- package/brands.d.mts +45 -4
- package/brands.d.ts +45 -4
- package/brands.js +20 -15
- package/brands.mjs +7 -2
- package/{chunk-ZT4C7KCQ.js → chunk-2STFUQKQ.js} +3 -3
- package/{chunk-7REWEWCX.mjs → chunk-3SVRHJII.mjs} +3 -3
- package/{chunk-CKPJE4IA.mjs → chunk-67GJTTPV.mjs} +1 -1
- package/{chunk-M7F4JFOB.js → chunk-7RY3NO6N.js} +2 -2
- package/{chunk-NALKLKZS.mjs → chunk-CYRLVHU3.mjs} +316 -53
- package/{chunk-RMKP2BDX.js → chunk-D52VW5UN.js} +318 -55
- package/{chunk-GUQBHY3H.mjs → chunk-GNWU6SP2.mjs} +1 -1
- package/{chunk-QN23TPIE.js → chunk-GV5SRHY2.js} +4 -4
- package/{chunk-OULT3V2U.js → chunk-JNGURO23.js} +3 -3
- package/chunk-P57PW2II.js +11 -0
- package/{chunk-3YE7EI7I.mjs → chunk-TE7XMBT5.mjs} +1 -1
- package/chunk-ZFXKCRJC.mjs +11 -0
- package/collections.d.mts +51 -17
- package/collections.d.ts +51 -17
- package/collections.js +28 -14
- package/collections.mjs +16 -2
- package/csp-origins.d.mts +12 -0
- package/csp-origins.d.ts +12 -0
- package/csp-origins.js +12 -9
- package/csp-origins.mjs +5 -2
- package/data-assets.d.mts +10 -0
- package/data-assets.d.ts +10 -0
- package/data-assets.js +13 -8
- package/data-assets.mjs +7 -2
- package/data-connections.d.mts +18 -0
- package/data-connections.d.ts +18 -0
- package/data-connections.js +19 -12
- package/data-connections.mjs +9 -2
- package/data-credentials.d.mts +8 -0
- package/data-credentials.d.ts +8 -0
- package/data-credentials.js +10 -7
- package/data-credentials.mjs +5 -2
- package/data-files.d.mts +98 -13
- package/data-files.d.ts +98 -13
- package/data-files.js +22 -15
- package/data-files.mjs +9 -2
- package/{enigma-session-VPPJMBEM.js → enigma-session-XPXDQAIV.js} +5 -4
- package/{enigma-session-HGXKZJVO.mjs → enigma-session-ZH6MYA54.mjs} +2 -1
- package/{esm-RX7B2TUN.js → esm-3VXX2GKL.js} +3 -1
- package/{esm-M5ZBFTVD.mjs → esm-OY4XVIJB.mjs} +3 -1
- package/extensions.d.mts +26 -2
- package/extensions.d.ts +26 -2
- package/extensions.js +13 -10
- package/extensions.mjs +5 -2
- package/glossaries.d.mts +55 -20
- package/glossaries.d.ts +55 -20
- package/glossaries.js +39 -27
- package/glossaries.mjs +14 -2
- package/groups.d.mts +16 -0
- package/groups.d.ts +16 -0
- package/groups.js +16 -11
- package/groups.mjs +7 -2
- package/identity-providers.d.mts +16 -0
- package/identity-providers.d.ts +16 -0
- package/identity-providers.js +14 -11
- package/identity-providers.mjs +5 -2
- package/index.js +135 -101
- package/index.mjs +131 -97
- package/{invoke-fetch-IMO4AMA3.mjs → invoke-fetch-3WZWAAZH.mjs} +4 -1
- package/invoke-fetch-UNTAUR7O.js +17 -0
- package/items.d.mts +6 -6
- package/items.d.ts +6 -6
- package/items.js +14 -11
- package/items.mjs +5 -2
- package/licenses.d.mts +18 -0
- package/licenses.d.ts +18 -0
- package/licenses.js +17 -12
- package/licenses.mjs +7 -2
- package/package.json +4 -4
- package/{qix-K22VHZRH.js → qix-UNWXPGMA.js} +9 -8
- package/{qix-57WD2ZE6.mjs → qix-ZSJ4PIK3.mjs} +3 -2
- package/qix.d.mts +1 -1
- package/qix.d.ts +1 -1
- package/qix.js +4 -3
- package/qix.mjs +3 -2
- package/quotas.d.mts +4 -0
- package/quotas.d.ts +4 -0
- package/quotas.js +6 -5
- package/quotas.mjs +3 -2
- package/reload-tasks.js +11 -8
- package/reload-tasks.mjs +5 -2
- package/reloads.d.mts +17 -10
- package/reloads.d.ts +17 -10
- package/reloads.js +9 -7
- package/reloads.mjs +4 -2
- package/roles.d.mts +4 -0
- package/roles.d.ts +4 -0
- package/roles.js +6 -5
- package/roles.mjs +3 -2
- package/spaces.d.mts +27 -4
- package/spaces.d.ts +27 -4
- package/spaces.js +21 -15
- package/spaces.mjs +8 -2
- package/temp-contents.d.mts +8 -3
- package/temp-contents.d.ts +8 -3
- package/temp-contents.js +8 -6
- package/temp-contents.mjs +4 -2
- package/tenants.d.mts +12 -0
- package/tenants.d.ts +12 -0
- package/tenants.js +14 -9
- package/tenants.mjs +7 -2
- package/themes.d.mts +26 -2
- package/themes.d.ts +26 -2
- package/themes.js +13 -10
- package/themes.mjs +5 -2
- package/transports.d.mts +12 -0
- package/transports.d.ts +12 -0
- package/transports.js +12 -9
- package/transports.mjs +5 -2
- package/users.d.mts +48 -29
- package/users.d.ts +48 -29
- package/users.js +18 -13
- package/users.mjs +7 -2
- package/web-integrations.d.mts +10 -0
- package/web-integrations.d.ts +10 -0
- package/web-integrations.js +11 -8
- package/web-integrations.mjs +5 -2
- package/web-notifications.d.mts +12 -0
- package/web-notifications.d.ts +12 -0
- package/web-notifications.js +12 -9
- package/web-notifications.mjs +5 -2
- package/webhooks.d.mts +25 -5
- package/webhooks.d.ts +25 -5
- package/webhooks.js +17 -13
- package/webhooks.mjs +6 -2
- package/auth-CSVTXOZX.js +0 -36
- package/auth-OU7OTB7Y.js +0 -38
- package/auth-TE272Q34.mjs +0 -36
- package/chunk-4ES65KO3.js +0 -57
- package/chunk-4FLMND6T.js +0 -25
- package/chunk-4OMEH5SW.mjs +0 -1337
- package/chunk-6JERR27K.js +0 -17
- package/chunk-E42WUFCK.mjs +0 -57
- package/chunk-H7SAZYEE.js +0 -21
- package/chunk-KMMWJZHM.mjs +0 -25
- package/chunk-W4J34XGA.mjs +0 -17
- package/chunk-WM7FQU2U.mjs +0 -21
- package/chunk-XASXL2NC.js +0 -1337
- package/enigma-session-4L373ALV.mjs +0 -10196
- package/enigma-session-TEB53FAF.js +0 -10196
- package/esm-4X3DKK5D.js +0 -63
- package/esm-SOWVJKOQ.mjs +0 -63
- package/invoke-fetch-7PKPQ3FD.js +0 -14
- package/invoke-fetch-MSSJAZ7K.mjs +0 -14
- package/invoke-fetch-PEI54KZO.js +0 -14
- package/qix-EU7PXRZ6.mjs +0 -573
- package/qix-RLTISYTB.js +0 -573
package/auth-OU7OTB7Y.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
var _chunkRMKP2BDXjs = require('./chunk-RMKP2BDX.js');
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
exports.InvalidAuthTypeError = _chunkRMKP2BDXjs.InvalidAuthTypeError; exports.InvalidHostConfigError = _chunkRMKP2BDXjs.InvalidHostConfigError; exports.UnexpectedAuthTypeError = _chunkRMKP2BDXjs.UnexpectedAuthTypeError; exports.checkForCrossDomainRequest = _chunkRMKP2BDXjs.checkForCrossDomainRequest; exports.default = _chunkRMKP2BDXjs.auth_default; exports.getRestCallAuthParams = _chunkRMKP2BDXjs.getRestCallAuthParams; exports.getWebResourceAuthParams = _chunkRMKP2BDXjs.getWebResourceAuthParams; exports.getWebSocketAuthParams = _chunkRMKP2BDXjs.getWebSocketAuthParams; exports.handleAuthenticationError = _chunkRMKP2BDXjs.handleAuthenticationError; exports.isHostCrossOrigin = _chunkRMKP2BDXjs.isHostCrossOrigin; exports.isWindows = _chunkRMKP2BDXjs.isWindows; exports.logout = _chunkRMKP2BDXjs.logout; exports.registerAuthModule = _chunkRMKP2BDXjs.registerAuthModule; exports.setDefaultHostConfig = _chunkRMKP2BDXjs.setDefaultHostConfig; exports.toValidEnigmaLocationUrl = _chunkRMKP2BDXjs.toValidEnigmaLocationUrl; exports.toValidLocationUrl = _chunkRMKP2BDXjs.toValidLocationUrl; exports.toValidWebsocketLocationUrl = _chunkRMKP2BDXjs.toValidWebsocketLocationUrl;
|
package/auth-TE272Q34.mjs
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
InvalidAuthTypeError,
|
|
3
|
-
InvalidHostConfigError,
|
|
4
|
-
UnexpectedAuthTypeError,
|
|
5
|
-
auth_default,
|
|
6
|
-
checkForCrossDomainRequest,
|
|
7
|
-
getRestCallAuthParams,
|
|
8
|
-
getWebResourceAuthParams,
|
|
9
|
-
getWebSocketAuthParams,
|
|
10
|
-
handleAuthenticationError,
|
|
11
|
-
isHostCrossOrigin,
|
|
12
|
-
isWindows,
|
|
13
|
-
logout,
|
|
14
|
-
registerAuthModule,
|
|
15
|
-
setDefaultHostConfig,
|
|
16
|
-
toValidEnigmaLocationUrl,
|
|
17
|
-
toValidLocationUrl
|
|
18
|
-
} from "./chunk-4OMEH5SW.mjs";
|
|
19
|
-
export {
|
|
20
|
-
InvalidAuthTypeError,
|
|
21
|
-
InvalidHostConfigError,
|
|
22
|
-
UnexpectedAuthTypeError,
|
|
23
|
-
checkForCrossDomainRequest,
|
|
24
|
-
auth_default as default,
|
|
25
|
-
getRestCallAuthParams,
|
|
26
|
-
getWebResourceAuthParams,
|
|
27
|
-
getWebSocketAuthParams,
|
|
28
|
-
handleAuthenticationError,
|
|
29
|
-
isHostCrossOrigin,
|
|
30
|
-
isWindows,
|
|
31
|
-
logout,
|
|
32
|
-
registerAuthModule,
|
|
33
|
-
setDefaultHostConfig,
|
|
34
|
-
toValidEnigmaLocationUrl,
|
|
35
|
-
toValidLocationUrl
|
|
36
|
-
};
|
package/chunk-4ES65KO3.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
var _chunkZT4C7KCQjs = require('./chunk-ZT4C7KCQ.js');
|
|
4
|
-
|
|
5
|
-
// src/public/qix.ts
|
|
6
|
-
function openAppSession(appSessionProps) {
|
|
7
|
-
const appSessionPromise = _chunkZT4C7KCQjs.getQixRuntimeModule.call(void 0, appSessionProps.hostConfig).then(
|
|
8
|
-
(impl) => impl.openAppSession(appSessionProps)
|
|
9
|
-
);
|
|
10
|
-
const appSessionProxy = {
|
|
11
|
-
/**
|
|
12
|
-
* Returns a promise of the Qix Doc object with a set of client-side Api extensions.
|
|
13
|
-
* Note that while the AppSession object is returned immediately this promise might take a while
|
|
14
|
-
* to resolve for bigger apps.
|
|
15
|
-
*/
|
|
16
|
-
async getDoc() {
|
|
17
|
-
return (await appSessionPromise).getDoc();
|
|
18
|
-
},
|
|
19
|
-
/**
|
|
20
|
-
* @experimental
|
|
21
|
-
* Add an event-listener for this app-session.
|
|
22
|
-
*/
|
|
23
|
-
onWebSocketEvent(listener) {
|
|
24
|
-
const returnedFnPromise = appSessionPromise.then((appSession) => appSession.onWebSocketEvent(listener));
|
|
25
|
-
return () => {
|
|
26
|
-
void returnedFnPromise.then((fn) => fn());
|
|
27
|
-
};
|
|
28
|
-
},
|
|
29
|
-
/**
|
|
30
|
-
* @experimental
|
|
31
|
-
* Resume a suspended session. This will resume exactly
|
|
32
|
-
* once if the session is currently suspended, otherwise
|
|
33
|
-
* nothing will be done.
|
|
34
|
-
*/
|
|
35
|
-
async resume() {
|
|
36
|
-
return (await appSessionPromise).resume();
|
|
37
|
-
},
|
|
38
|
-
/**
|
|
39
|
-
* When the app session is no longer in use it must be closed using this function.
|
|
40
|
-
* If the same underlying enigma websocket is used somewhere else in the browser
|
|
41
|
-
* this is basically a no op, but if this is the last/only usage
|
|
42
|
-
* of the underlying enigma websocket that websocket will be closed.
|
|
43
|
-
*/
|
|
44
|
-
async close() {
|
|
45
|
-
return (await appSessionPromise).close();
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
return appSessionProxy;
|
|
49
|
-
}
|
|
50
|
-
var qix_default = {
|
|
51
|
-
openAppSession
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
exports.openAppSession = openAppSession; exports.qix_default = qix_default;
|
package/chunk-4FLMND6T.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
var _chunkZT4C7KCQjs = require('./chunk-ZT4C7KCQ.js');
|
|
4
|
-
|
|
5
|
-
// src/public/auth.ts
|
|
6
|
-
function registerAuthModule(name, authModule) {
|
|
7
|
-
void _chunkZT4C7KCQjs.getAuthRuntimeModule.call(void 0, ).then((impl) => impl.registerAuthModule(name, authModule));
|
|
8
|
-
}
|
|
9
|
-
function logout() {
|
|
10
|
-
void _chunkZT4C7KCQjs.getAuthRuntimeModule.call(void 0, ).then((impl) => impl.logout());
|
|
11
|
-
}
|
|
12
|
-
function setDefaultHostConfig(hostConfig) {
|
|
13
|
-
void _chunkZT4C7KCQjs.getAuthRuntimeModule.call(void 0, hostConfig).then((impl) => impl.setDefaultHostConfig(hostConfig));
|
|
14
|
-
}
|
|
15
|
-
var auth_default = {
|
|
16
|
-
registerAuthModule,
|
|
17
|
-
setDefaultHostConfig
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
exports.registerAuthModule = registerAuthModule; exports.logout = logout; exports.setDefaultHostConfig = setDefaultHostConfig; exports.auth_default = auth_default;
|