@qlik/api 0.2.1 → 0.4.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.d.ts +2 -2
- package/api-keys.js +2 -3
- package/apps.d.ts +4 -2
- package/apps.js +2 -3
- package/audits.d.ts +2 -2
- package/audits.js +2 -3
- package/auth.d.ts +2 -2
- package/auth.js +2 -3
- package/automations.d.ts +2 -2
- package/automations.js +2 -3
- package/brands.d.ts +2 -2
- package/brands.js +2 -3
- package/chunks/{OPRGGO4C.js → 555I6RED.js} +1 -3
- package/chunks/{ZT55IZXB.js → 5ADY5YDO.js} +1 -1
- package/chunks/{TDKU6D4Z.js → 7PI3VAVE.js} +3 -3
- package/chunks/{QOUQIYWW.js → AANKGPDX.js} +1 -1
- package/chunks/{AEXRZSVI.js → J47F33WT.js} +1 -2
- package/chunks/{H46323PG.js → LI7EZYL4.js} +1 -2
- package/chunks/{ZVNQOWQU.js → OKMBHX5N.js} +1 -2
- package/chunks/{LJNLYKW3.js → SG2HWQOC.js} +50 -23
- package/chunks/{F36DZZYS.js → UHM3LDRC.js} +1 -1
- package/chunks/{VVREBIN2.js → Z5KDIMTS.js} +4 -4
- package/collections.d.ts +2 -2
- package/collections.js +2 -3
- package/csp-origins.d.ts +2 -2
- package/csp-origins.js +2 -3
- package/data-assets.d.ts +2 -2
- package/data-assets.js +2 -3
- package/data-connections.d.ts +2 -2
- package/data-connections.js +2 -3
- package/data-credentials.d.ts +2 -2
- package/data-credentials.js +2 -3
- package/data-files.d.ts +2 -2
- package/data-files.js +2 -3
- package/extensions.d.ts +2 -2
- package/extensions.js +2 -3
- package/{global.types-B14bb3X9.d.ts → global.types-CMQsAHYd.d.ts} +1 -1
- package/glossaries.d.ts +2 -2
- package/glossaries.js +2 -3
- package/groups.d.ts +2 -2
- package/groups.js +2 -3
- package/identity-providers.d.ts +2 -2
- package/identity-providers.js +2 -3
- package/index.d.ts +2 -2
- package/index.js +4 -5
- package/items.d.ts +2 -2
- package/items.js +2 -3
- package/licenses.d.ts +2 -2
- package/licenses.js +2 -3
- package/package.json +6 -5
- package/qix.d.ts +29 -6
- package/qix.js +2 -3
- package/quotas.d.ts +2 -2
- package/quotas.js +2 -3
- package/reload-tasks.d.ts +2 -2
- package/reload-tasks.js +2 -3
- package/reloads.d.ts +2 -2
- package/reloads.js +2 -3
- package/roles.d.ts +2 -2
- package/roles.js +2 -3
- package/spaces.d.ts +2 -2
- package/spaces.js +2 -3
- package/temp-contents.d.ts +2 -2
- package/temp-contents.js +2 -3
- package/tenants.d.ts +2 -2
- package/tenants.js +2 -3
- package/themes.d.ts +2 -2
- package/themes.js +2 -3
- package/transports.d.ts +34 -10
- package/transports.js +2 -3
- package/users.d.ts +2 -2
- package/users.js +2 -3
- package/web-integrations.d.ts +2 -2
- package/web-integrations.js +2 -3
- package/web-notifications.d.ts +2 -2
- package/web-notifications.js +2 -3
- package/webhooks.d.ts +2 -2
- package/webhooks.js +2 -3
- package/chunks/4HB3TAEO.js +0 -11
- /package/{auth-types-1P4wuncR.d.ts → auth-types-Bqw3vbLs.d.ts} +0 -0
package/api-keys.d.ts
CHANGED
package/api-keys.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/api-keys.ts
|
|
9
8
|
var getApiKeys = async (query, options) => invokeFetch("api-keys", {
|
package/apps.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions, D as DownloadableBlob } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions, D as DownloadableBlob } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type Analysis = "breakdown" | "changePoint" | "comparison" | "contribution" | "correlation" | "fact" | "mutualInfo" | "rank" | "spike" | "trend" | "values";
|
|
5
5
|
type AnalysisComposition = {
|
|
@@ -1756,6 +1756,8 @@ type GetAppReloadLogHttpError = {
|
|
|
1756
1756
|
* @throws GetAppReloadMetadataHttpError
|
|
1757
1757
|
*/
|
|
1758
1758
|
declare const getAppReloadMetadata: (appId: string, reloadId: string, query: {
|
|
1759
|
+
/** Include metadata for reloads ran with SkipStore flag set to true. Default: false */
|
|
1760
|
+
includeSkipStoreReloads?: boolean;
|
|
1759
1761
|
/** Maximum number of records to return from this request. Default: 100 */
|
|
1760
1762
|
limit?: string;
|
|
1761
1763
|
}, options?: ApiCallOptions) => Promise<GetAppReloadMetadataHttpResponse>;
|
package/apps.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/apps.ts
|
|
9
8
|
var createApp = async (body, options) => invokeFetch("apps", {
|
package/audits.d.ts
CHANGED
package/audits.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/audits.ts
|
|
9
8
|
var getAudits = async (query, options) => invokeFetch("audits", {
|
package/auth.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AuthType, a as AuthModule, H as HostConfig } from './auth-types-
|
|
2
|
-
export { g as AuthenticationErrorAction, C as Credentials, e as GetRemoteAuthDataProps, G as GetRestCallAuthParamsProps, c as GetWebResourceAuthParamsProps, b as GetWebSocketAuthParamsProps, f as HandleAuthenticationErrorProps, R as RestCallAuthParams, d as WebResourceAuthParams, W as WebSocketAuthParams } from './auth-types-
|
|
1
|
+
import { A as AuthType, a as AuthModule, H as HostConfig } from './auth-types-Bqw3vbLs.js';
|
|
2
|
+
export { g as AuthenticationErrorAction, C as Credentials, e as GetRemoteAuthDataProps, G as GetRestCallAuthParamsProps, c as GetWebResourceAuthParamsProps, b as GetWebSocketAuthParamsProps, f as HandleAuthenticationErrorProps, R as RestCallAuthParams, d as WebResourceAuthParams, W as WebSocketAuthParams } from './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Registers an auth module that can handle authentication. An auth module is used by specifying its name as authType in the HostConfig passed in to api calls.
|
package/auth.js
CHANGED
|
@@ -4,9 +4,8 @@ import {
|
|
|
4
4
|
logout,
|
|
5
5
|
registerAuthModule,
|
|
6
6
|
setDefaultHostConfig
|
|
7
|
-
} from "./chunks/
|
|
8
|
-
import "./chunks/
|
|
9
|
-
import "./chunks/4HB3TAEO.js";
|
|
7
|
+
} from "./chunks/UHM3LDRC.js";
|
|
8
|
+
import "./chunks/7PI3VAVE.js";
|
|
10
9
|
export {
|
|
11
10
|
auth_default as default,
|
|
12
11
|
getAccessToken,
|
package/automations.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type AutomationDetailRequestObject = {
|
|
5
5
|
description?: string;
|
package/automations.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/automations.ts
|
|
9
8
|
var getAutomations = async (query, options) => invokeFetch("automations", {
|
package/brands.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions, D as DownloadableBlob } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions, D as DownloadableBlob } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* A brand is a collection of assets for applying custom branding. Only a single brand can be active in a tenant.
|
package/brands.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/brands.ts
|
|
9
8
|
var getBrands = async (query, options) => invokeFetch("brands", {
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
// node_modules/.pnpm/@qlik+runtime-module-loader@0.2.5/node_modules/@qlik/runtime-module-loader/dist/esm/index.js
|
|
1
|
+
// node_modules/.pnpm/@qlik+runtime-module-loader@0.2.6/node_modules/@qlik/runtime-module-loader/dist/esm/index.js
|
|
4
2
|
window.__qlikMainPrivateResolvers = window.__qlikMainPrivateResolvers || {};
|
|
5
3
|
window.__qlikMainPrivateResolvers.mainUrlPromise = window.__qlikMainPrivateResolvers.mainUrlPromise || new Promise((resolve) => {
|
|
6
4
|
window.__qlikMainPrivateResolvers.resolveMainJsUrl = (value) => resolve(value);
|
|
@@ -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("./
|
|
4
|
+
return isNode ? import("./LI7EZYL4.js") : import("./555I6RED.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("./
|
|
9
|
+
return isNode ? import("./Z5KDIMTS.js") : import("./555I6RED.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("./
|
|
14
|
+
return isNode ? import("./OKMBHX5N.js") : import("./555I6RED.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig));
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
export {
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__require
|
|
3
|
-
} from "./4HB3TAEO.js";
|
|
4
|
-
|
|
5
1
|
// src/platform/platform-functions.ts
|
|
6
2
|
var getPlatform = async (options = {}) => {
|
|
7
3
|
const isNodeEnvironment = typeof window === "undefined";
|
|
@@ -503,18 +499,32 @@ var none_default = {
|
|
|
503
499
|
|
|
504
500
|
// src/utils/utils.ts
|
|
505
501
|
import { nanoid } from "nanoid";
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
return forcedEnvironmentForTest === "browser";
|
|
502
|
+
function isBrowserInternal() {
|
|
503
|
+
if (typeof window !== "undefined" && typeof window.document !== "undefined" && typeof self !== "undefined") {
|
|
504
|
+
return true;
|
|
510
505
|
}
|
|
511
|
-
return
|
|
506
|
+
return false;
|
|
512
507
|
}
|
|
513
|
-
function
|
|
514
|
-
if (
|
|
515
|
-
return
|
|
508
|
+
function isNodeInternal() {
|
|
509
|
+
if (typeof process !== "undefined" && process.version && process.versions.node) {
|
|
510
|
+
return true;
|
|
511
|
+
}
|
|
512
|
+
return false;
|
|
513
|
+
}
|
|
514
|
+
function getEnvironment() {
|
|
515
|
+
if (isNodeInternal()) {
|
|
516
|
+
return "node";
|
|
516
517
|
}
|
|
517
|
-
|
|
518
|
+
if (isBrowserInternal()) {
|
|
519
|
+
return "browser";
|
|
520
|
+
}
|
|
521
|
+
throw new Error("Environment detection failed. Supported environments are either a browser or in a node environment");
|
|
522
|
+
}
|
|
523
|
+
function isBrowser() {
|
|
524
|
+
return getEnvironment() === "browser";
|
|
525
|
+
}
|
|
526
|
+
function isNode() {
|
|
527
|
+
return getEnvironment() === "node";
|
|
518
528
|
}
|
|
519
529
|
function generateRandomString(targetLength) {
|
|
520
530
|
return nanoid(targetLength);
|
|
@@ -895,14 +905,16 @@ async function getOAuthAccessToken(hostConfig) {
|
|
|
895
905
|
}
|
|
896
906
|
return "";
|
|
897
907
|
}
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
908
|
+
if (isBrowser()) {
|
|
909
|
+
lastOauthTokensCall = lastOauthTokensCall.then(async () => {
|
|
910
|
+
const tokens = await getOAuthTokensForBrowser(hostConfig);
|
|
911
|
+
if (tokens) {
|
|
912
|
+
handlePossibleErrors(tokens);
|
|
913
|
+
return tokens.accessToken || "";
|
|
914
|
+
}
|
|
915
|
+
return "";
|
|
916
|
+
});
|
|
917
|
+
}
|
|
906
918
|
return lastOauthTokensCall;
|
|
907
919
|
}
|
|
908
920
|
async function refreshAccessToken(hostConfig) {
|
|
@@ -1317,7 +1329,8 @@ async function performActualHttpFetch(method, completeUrl, unencodedBody, conten
|
|
|
1317
1329
|
const headers = {
|
|
1318
1330
|
...contentTypeHeader,
|
|
1319
1331
|
...authHeaders,
|
|
1320
|
-
...options?.headers
|
|
1332
|
+
...options?.headers,
|
|
1333
|
+
...getServiceOverrideHeaderFromLocalStorage()
|
|
1321
1334
|
};
|
|
1322
1335
|
const isCrossOrigin = isHostCrossOrigin(options?.hostConfig);
|
|
1323
1336
|
let request = {
|
|
@@ -1608,6 +1621,16 @@ async function interceptAuthenticationErrors(hostConfig, resultPromise, performR
|
|
|
1608
1621
|
throw error;
|
|
1609
1622
|
}
|
|
1610
1623
|
}
|
|
1624
|
+
function getServiceOverrideHeaderFromLocalStorage() {
|
|
1625
|
+
if (!isBrowser()) {
|
|
1626
|
+
return {};
|
|
1627
|
+
}
|
|
1628
|
+
const header = localStorage.getItem("qmfe-api-service-overrides-header");
|
|
1629
|
+
if (!header) {
|
|
1630
|
+
return {};
|
|
1631
|
+
}
|
|
1632
|
+
return { "X-Qlik-Overrides": header };
|
|
1633
|
+
}
|
|
1611
1634
|
function toDownloadableBlob(blob) {
|
|
1612
1635
|
const result2 = blob;
|
|
1613
1636
|
result2.download = (filename) => download(blob, filename);
|
|
@@ -1616,9 +1639,11 @@ function toDownloadableBlob(blob) {
|
|
|
1616
1639
|
async function download(blob, filename) {
|
|
1617
1640
|
if (isBrowser()) {
|
|
1618
1641
|
const a = document.createElement("a");
|
|
1619
|
-
|
|
1642
|
+
const blobUrl = window.URL.createObjectURL(blob);
|
|
1643
|
+
a.href = blobUrl;
|
|
1620
1644
|
a.download = filename;
|
|
1621
1645
|
a.click();
|
|
1646
|
+
window.URL.revokeObjectURL(blobUrl);
|
|
1622
1647
|
} else {
|
|
1623
1648
|
const { writeFileSync } = await import("fs");
|
|
1624
1649
|
writeFileSync(filename, Buffer.from(await blob.arrayBuffer()));
|
|
@@ -1691,6 +1716,7 @@ async function parseFetchResponse(fetchResponse, url) {
|
|
|
1691
1716
|
case "image/x-icon":
|
|
1692
1717
|
case "application/offset+octet-stream":
|
|
1693
1718
|
case "application/octet-stream":
|
|
1719
|
+
case "application/zip":
|
|
1694
1720
|
resultData = toDownloadableBlob(await fetchResponse.blob());
|
|
1695
1721
|
break;
|
|
1696
1722
|
default:
|
|
@@ -1745,6 +1771,7 @@ export {
|
|
|
1745
1771
|
setDefaultHostConfig2 as setDefaultHostConfig,
|
|
1746
1772
|
checkForCrossDomainRequest,
|
|
1747
1773
|
logout,
|
|
1774
|
+
isBrowser,
|
|
1748
1775
|
generateRandomString,
|
|
1749
1776
|
InvokeFetchError,
|
|
1750
1777
|
EncodingError,
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
getPlatform,
|
|
3
3
|
handleAuthenticationError,
|
|
4
4
|
invokeFetch,
|
|
5
|
+
isBrowser,
|
|
5
6
|
isWindows,
|
|
6
7
|
toValidWebsocketLocationUrl
|
|
7
|
-
} from "./
|
|
8
|
-
import "./4HB3TAEO.js";
|
|
8
|
+
} from "./SG2HWQOC.js";
|
|
9
9
|
|
|
10
10
|
// src/qix/session/shared-sessions.ts
|
|
11
11
|
var globalEventListeners = /* @__PURE__ */ new Set();
|
|
@@ -83,7 +83,7 @@ function listenForWindowsAuthenticationInformation(session) {
|
|
|
83
83
|
return authSuggestedInWebsocket;
|
|
84
84
|
}
|
|
85
85
|
async function createAndSetupEnigmaSession(props, canRetry) {
|
|
86
|
-
const { createEnigmaSession } = await import("./
|
|
86
|
+
const { createEnigmaSession } = await import("./J47F33WT.js");
|
|
87
87
|
const session = await createEnigmaSession(props);
|
|
88
88
|
setupSessionListeners(session, props);
|
|
89
89
|
let global;
|
|
@@ -545,7 +545,7 @@ function resumeOnlyOnReattach(bool) {
|
|
|
545
545
|
resumeShouldRejectPromiseIfNotReattached(bool);
|
|
546
546
|
}
|
|
547
547
|
var externalApps = {};
|
|
548
|
-
var isBrowserEnvironment =
|
|
548
|
+
var isBrowserEnvironment = isBrowser();
|
|
549
549
|
|
|
550
550
|
// src/qix/qix.ts
|
|
551
551
|
var qix = {
|
package/collections.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type CollectionByIdPatch = {
|
|
5
5
|
/** The operation to be performed. */
|
package/collections.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/collections.ts
|
|
9
8
|
var getCollections = async (query, options) => invokeFetch("collections", {
|
package/csp-origins.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type CSPEntry = {
|
|
5
5
|
/** The CSP entry's unique identifier. */
|
package/csp-origins.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/csp-origins.ts
|
|
9
8
|
var getCSPEntries = async (query, options) => invokeFetch("csp-origins", {
|
package/data-assets.d.ts
CHANGED
package/data-assets.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/data-assets.ts
|
|
9
8
|
var deleteDataAssets = async (body, options) => invokeFetch("data-assets", {
|
package/data-connections.d.ts
CHANGED
package/data-connections.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/data-connections.ts
|
|
9
8
|
var getDataConnections = async (query, options) => invokeFetch("data-connections", {
|
package/data-credentials.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type Credential = {
|
|
5
5
|
/** ID datasource that the credential is created for */
|
package/data-credentials.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/data-credentials.ts
|
|
9
8
|
var deleteDataCredential = async (qID, query, options) => invokeFetch("data-credentials", {
|
package/data-files.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type BatchChangeSpaceItem = {
|
|
5
5
|
/** The ID of the data file whose space will be changed. */
|
package/data-files.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/data-files.ts
|
|
9
8
|
var getDataFiles = async (query, options) => invokeFetch("data-files", {
|
package/extensions.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Object containing meta data regarding the bundle the extension belongs to. If it does not belong to a bundle, this object is not defined.
|
package/extensions.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/extensions.ts
|
|
9
8
|
var getExtensions = async (options) => invokeFetch("extensions", {
|
package/glossaries.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* A JSON Patch document as defined in http://tools.ietf.org/html/rfc6902.
|
package/glossaries.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/glossaries.ts
|
|
9
8
|
var getGlossaries = async (query, options) => invokeFetch("glossaries", {
|
package/groups.d.ts
CHANGED
package/groups.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/groups.ts
|
|
9
8
|
var getGroups = async (query, options) => invokeFetch("groups", {
|
package/identity-providers.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-CMQsAHYd.js';
|
|
2
|
+
import './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
4
|
type BaseIDP = {
|
|
5
5
|
/** Indicates whether the IdP is available for use. */
|
package/identity-providers.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/4HB3TAEO.js";
|
|
4
|
+
} from "./chunks/AANKGPDX.js";
|
|
5
|
+
import "./chunks/7PI3VAVE.js";
|
|
7
6
|
|
|
8
7
|
// src/public/rest/identity-providers.ts
|
|
9
8
|
var getIdps = async (query, options) => invokeFetch("identity-providers", {
|
package/index.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ import { UsersAPI } from './users.js';
|
|
|
30
30
|
import { WebIntegrationsAPI } from './web-integrations.js';
|
|
31
31
|
import { WebNotificationsAPI } from './web-notifications.js';
|
|
32
32
|
import { WebhooksAPI } from './webhooks.js';
|
|
33
|
-
import './global.types-
|
|
34
|
-
import './auth-types-
|
|
33
|
+
import './global.types-CMQsAHYd.js';
|
|
34
|
+
import './auth-types-Bqw3vbLs.js';
|
|
35
35
|
|
|
36
36
|
declare const apiKeys: ApiKeysAPI;
|
|
37
37
|
declare const apps: AppsAPI;
|