@qlik/api 1.2.0 → 1.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.js +2 -2
- package/apps.d.ts +3 -3
- 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/{LI7EZYL4.js → 2G2EK3MP.js} +1 -1
- package/chunks/{4NK5KQKY.js → 3IA4SDJA.js} +1 -1
- package/chunks/{2ZXOEI4D.js → 54UDXFVD.js} +3 -3
- package/chunks/{SG2HWQOC.js → 5GE4XPP3.js} +6 -0
- package/chunks/{5ZXMV3DK.js → DD5UK3PZ.js} +2 -2
- package/chunks/{4PCG3E3I.js → JK564JXC.js} +1 -1
- package/chunks/{OKMBHX5N.js → LDQGW22R.js} +1 -1
- package/chunks/{243PYOJH.js → QGXPKKG2.js} +3 -2
- package/chunks/{664FMSNJ.js → W3BAQSQ7.js} +1 -1
- 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.js +2 -2
- package/index.js +4 -4
- package/items.js +2 -2
- package/licenses.js +2 -2
- package/package.json +1 -1
- package/qix.d.ts +27 -3
- package/qix.js +2 -2
- package/quotas.js +2 -2
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +4 -0
- package/reloads.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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/api-keys.ts
|
|
8
8
|
var getApiKeys = async (query, options) => invokeFetch("api-keys", {
|
package/apps.d.ts
CHANGED
|
@@ -432,7 +432,7 @@ type Filter = {
|
|
|
432
432
|
description?: string;
|
|
433
433
|
filterType?: FilterType;
|
|
434
434
|
filterV1_0?: FilterV10;
|
|
435
|
-
filterVersion?: "filter-1.0";
|
|
435
|
+
filterVersion?: "filter-1.0" | "filter-2.0";
|
|
436
436
|
/** The filter ID (bookmarkId). */
|
|
437
437
|
readonly id?: string;
|
|
438
438
|
/** The filter name. */
|
|
@@ -499,7 +499,7 @@ type FilterListItem = {
|
|
|
499
499
|
readonly description?: string;
|
|
500
500
|
filterType?: FilterType;
|
|
501
501
|
filterV1_0?: FilterV10;
|
|
502
|
-
readonly filterVersion?: "filter-1.0";
|
|
502
|
+
readonly filterVersion?: "filter-1.0" | "filter-2.0";
|
|
503
503
|
/** The filter ID (bookmarkId) */
|
|
504
504
|
readonly id?: string;
|
|
505
505
|
/** The filter name. */
|
|
@@ -515,7 +515,7 @@ type FilterRequest = {
|
|
|
515
515
|
description?: string;
|
|
516
516
|
filterType: FilterType;
|
|
517
517
|
filterV1_0?: FilterV10;
|
|
518
|
-
filterVersion: "filter-1.0";
|
|
518
|
+
filterVersion: "filter-1.0" | "filter-2.0";
|
|
519
519
|
/** The filter name. */
|
|
520
520
|
name: string;
|
|
521
521
|
/** The user that owns the filter, if missing the same as the request user. */
|
package/apps.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/apps.ts
|
|
8
8
|
var createApp = async (body, options) => invokeFetch("apps", {
|
package/audits.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/audits.ts
|
|
8
8
|
var getAudits = async (query, options) => invokeFetch("audits", {
|
package/auth.js
CHANGED
package/automations.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/automations.ts
|
|
8
8
|
var getAutomations = async (query, options) => invokeFetch("automations", {
|
package/brands.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/brands.ts
|
|
8
8
|
var getBrands = async (query, options) => invokeFetch("brands", {
|
|
@@ -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("./2G2EK3MP.js") : import("./GEU5U7Z5.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("./DD5UK3PZ.js") : import("./GEU5U7Z5.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("./LDQGW22R.js") : import("./GEU5U7Z5.js").then((mod) => mod.importRuntimeModule("invoke-fetch@v1", hostConfig));
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
export {
|
|
@@ -1244,6 +1244,9 @@ function clone(value) {
|
|
|
1244
1244
|
if (value && (value instanceof Blob || value instanceof Object && value.toString() === "[object Blob]")) {
|
|
1245
1245
|
return value;
|
|
1246
1246
|
}
|
|
1247
|
+
if (value && value instanceof ReadableStream) {
|
|
1248
|
+
return value;
|
|
1249
|
+
}
|
|
1247
1250
|
if (typeof value === "string") {
|
|
1248
1251
|
return value;
|
|
1249
1252
|
}
|
|
@@ -1719,6 +1722,9 @@ async function parseFetchResponse(fetchResponse, url) {
|
|
|
1719
1722
|
case "application/zip":
|
|
1720
1723
|
resultData = toDownloadableBlob(await fetchResponse.blob());
|
|
1721
1724
|
break;
|
|
1725
|
+
case "text/event-stream":
|
|
1726
|
+
resultData = fetchResponse.body;
|
|
1727
|
+
break;
|
|
1722
1728
|
default:
|
|
1723
1729
|
try {
|
|
1724
1730
|
resultData = await fetchResponse.text();
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
isBrowser,
|
|
6
6
|
isWindows,
|
|
7
7
|
toValidWebsocketLocationUrl
|
|
8
|
-
} from "./
|
|
8
|
+
} from "./5GE4XPP3.js";
|
|
9
9
|
|
|
10
10
|
// src/qix/session/shared-sessions.ts
|
|
11
11
|
var globalEventListeners = /* @__PURE__ */ new Set();
|
|
@@ -99,7 +99,7 @@ function listenForWindowsAuthenticationInformation(session) {
|
|
|
99
99
|
return authSuggestedInWebsocket;
|
|
100
100
|
}
|
|
101
101
|
async function createAndSetupEnigmaSession(props, canRetry) {
|
|
102
|
-
const { createEnigmaSession } = await import("./
|
|
102
|
+
const { createEnigmaSession } = await import("./QGXPKKG2.js");
|
|
103
103
|
const session = await createEnigmaSession(props);
|
|
104
104
|
setupSessionListeners(session, props);
|
|
105
105
|
let global;
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
getRestCallAuthParams,
|
|
4
4
|
getWebSocketAuthParams,
|
|
5
5
|
toValidWebsocketLocationUrl
|
|
6
|
-
} from "./
|
|
6
|
+
} from "./5GE4XPP3.js";
|
|
7
7
|
|
|
8
8
|
// src/qix/session/enigma-session.ts
|
|
9
9
|
import enigma from "enigma.js";
|
|
@@ -10115,7 +10115,8 @@ var sheetListProps2 = {
|
|
|
10115
10115
|
cells: "/cells",
|
|
10116
10116
|
rank: "/rank",
|
|
10117
10117
|
columns: "/columns",
|
|
10118
|
-
rows: "/rows"
|
|
10118
|
+
rows: "/rows",
|
|
10119
|
+
groupId: "/groupId"
|
|
10119
10120
|
}
|
|
10120
10121
|
}
|
|
10121
10122
|
};
|
package/collections.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/collections.ts
|
|
8
8
|
var getCollections = async (query, options) => invokeFetch("collections", {
|
package/csp-origins.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/csp-origins.ts
|
|
8
8
|
var getCSPEntries = async (query, options) => invokeFetch("csp-origins", {
|
package/data-assets.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/data-assets.ts
|
|
8
8
|
var deleteDataAssets = async (body, options) => invokeFetch("data-assets", {
|
package/data-connections.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/data-connections.ts
|
|
8
8
|
var getDataConnections = async (query, options) => invokeFetch("data-connections", {
|
package/data-credentials.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/data-credentials.ts
|
|
8
8
|
var deleteDataCredential = async (qID, query, options) => invokeFetch("data-credentials", {
|
package/data-files.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/data-files.ts
|
|
8
8
|
var getDataFiles = async (query, options) => invokeFetch("data-files", {
|
package/extensions.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/extensions.ts
|
|
8
8
|
var getExtensions = async (options) => invokeFetch("extensions", {
|
package/glossaries.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/glossaries.ts
|
|
8
8
|
var getGlossaries = async (query, options) => invokeFetch("glossaries", {
|
package/groups.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/groups.ts
|
|
8
8
|
var getGroups = async (query, options) => invokeFetch("groups", {
|
package/identity-providers.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/identity-providers.ts
|
|
8
8
|
var getIdps = async (query, options) => invokeFetch("identity-providers", {
|
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
auth_default
|
|
3
|
-
} from "./chunks/
|
|
3
|
+
} from "./chunks/JK564JXC.js";
|
|
4
4
|
import {
|
|
5
5
|
qix_default
|
|
6
|
-
} from "./chunks/
|
|
6
|
+
} from "./chunks/3IA4SDJA.js";
|
|
7
7
|
import {
|
|
8
8
|
clearApiCache,
|
|
9
9
|
invokeFetch
|
|
10
|
-
} from "./chunks/
|
|
11
|
-
import "./chunks/
|
|
10
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
11
|
+
import "./chunks/54UDXFVD.js";
|
|
12
12
|
|
|
13
13
|
// src/public/public-runtime-api-generator/public-runtime-api-generator.ts
|
|
14
14
|
var methodAbbreviations = {
|
package/items.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/items.ts
|
|
8
8
|
var getItems = async (query, options) => invokeFetch("items", {
|
package/licenses.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/licenses.ts
|
|
8
8
|
var getLicenseAssignments = async (query, options) => invokeFetch("licenses", {
|
package/package.json
CHANGED
package/qix.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './global.types-CMQsAHYd.js';
|
|
2
2
|
import { H as HostConfig } from './auth-types-Bqw3vbLs.js';
|
|
3
3
|
|
|
4
|
-
declare const QIX_SCHEMA_VERSION = "12.
|
|
4
|
+
declare const QIX_SCHEMA_VERSION = "12.2057.0";
|
|
5
5
|
type AlfaNumString = {
|
|
6
6
|
/**
|
|
7
7
|
* Calculated value.
|
|
@@ -109,6 +109,22 @@ type AppScriptMeta = {
|
|
|
109
109
|
*/
|
|
110
110
|
qIsLocked?: boolean;
|
|
111
111
|
};
|
|
112
|
+
type ApplyGroupStateWarning = {
|
|
113
|
+
/**
|
|
114
|
+
* Group state that could not be applied.
|
|
115
|
+
*/
|
|
116
|
+
qState?: GroupState;
|
|
117
|
+
/**
|
|
118
|
+
* Nature of the warning.
|
|
119
|
+
*
|
|
120
|
+
* One of:
|
|
121
|
+
* * group_missing or GROUP_MISSING
|
|
122
|
+
* * group_not_applicable or GROUP_NOT_APPLICABLE
|
|
123
|
+
* * fielddef_missing or FIELDDEF_MISSING
|
|
124
|
+
*/
|
|
125
|
+
qType?: ApplyGroupStateWarningType;
|
|
126
|
+
};
|
|
127
|
+
type ApplyGroupStateWarningType = "group_missing" | "GROUP_MISSING" | "group_not_applicable" | "GROUP_NOT_APPLICABLE" | "fielddef_missing" | "FIELDDEF_MISSING";
|
|
112
128
|
/**
|
|
113
129
|
* Result of applying GroupState to multiple cyclic groups.
|
|
114
130
|
*
|
|
@@ -116,9 +132,13 @@ type AppScriptMeta = {
|
|
|
116
132
|
*/
|
|
117
133
|
type ApplyGroupStatesResult = {
|
|
118
134
|
/**
|
|
119
|
-
* When true, the
|
|
135
|
+
* When true, the operation was successful.
|
|
120
136
|
*/
|
|
121
137
|
qApplySuccess?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* Lists which states failed to be applied and why.
|
|
140
|
+
*/
|
|
141
|
+
qWarnings?: ApplyGroupStateWarning[];
|
|
122
142
|
};
|
|
123
143
|
type ArrayOfNxValuePoint = NxPivotValuePoint[];
|
|
124
144
|
type AssociationScore = {
|
|
@@ -318,6 +338,10 @@ type BookmarkApplyAndVerifyResult = {
|
|
|
318
338
|
* Field values verfication result *
|
|
319
339
|
*/
|
|
320
340
|
qWarnings?: BookmarkFieldVerifyWarning[];
|
|
341
|
+
/**
|
|
342
|
+
* Result of applying group states (if any).
|
|
343
|
+
*/
|
|
344
|
+
qGroupStateResult?: ApplyGroupStatesResult;
|
|
321
345
|
};
|
|
322
346
|
type BookmarkFieldItem = {
|
|
323
347
|
/**
|
|
@@ -11681,4 +11705,4 @@ declare const _default: {
|
|
|
11681
11705
|
openAppSession: typeof openAppSession;
|
|
11682
11706
|
};
|
|
11683
11707
|
|
|
11684
|
-
export { type AlfaNumString, type AlternateStateData, type AnyGenericObjectLayout, type AnyGenericObjectProperties, type AppEntry, type AppObjectList, type AppObjectListDef, type AppScript, type AppScriptMeta, type AppSession, type ApplyGroupStatesResult, type ArrayOfNxValuePoint, type AssociationScore, type BNFDef, type BNFDefMetaType, type BNFType, type Blob, type Bookmark, type BookmarkApplyAndVerifyResult, type BookmarkFieldItem, type BookmarkFieldPage, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkVariableItem, type CalendarStrings, type CharEncodingType, type CharRange, type ChildList, type ChildListDef, type CloseProps, type CodePage, type CombinedWebSocketStateEvent, type CondDef, type Connection, type ContentLibraryList, type ContentLibraryListItem, type CurrentSelections, type CustomConnector, type CyclicGroupPosition, type DataField, type DataRecord, type DataTable, type DataTableEx, type Database, type DatabaseInfo, type DatabaseOwner, type DelimiterInfo, type DerivedFieldsInTableData, type DimensionList, type DimensionListData, type DimensionListDef, type DimensionListItem, type DoReloadExParams, type DoReloadExResult, type Doc, type DocAction, type DocListEntry, type DriveInfo, type DriveType, type DynamicAppViewListData, type DynamicAppViewListItem, type EditorBreakpoint, type EmbeddedSnapshot, type EmbeddedSnapshotDef, type ErrorData, type ErrorDataCode, type ExpandedFieldListItem, type ExpansionData, type ExtendedLayoutBookmarkData, type ExtendedPivotStateData, type ExtensionList, type ExtensionListDef, type Field, type FieldAttrType, type FieldAttributes, type FieldDefEx, type FieldDescription, type FieldInTableData, type FieldInTableProfilingData, type FieldList, type FieldListDef, type FieldListObject, type FieldOrColumn, type FieldScores, type FieldType, type FieldValue, type FileDataFormat, type FileType, type FilterInfo, type FilterType, type FolderItem, type FolderItemType, type FrequencyDistributionData, type FunctionGroup, type GenericBookmark, type GenericBookmarkEntry, type GenericBookmarkLayout, type GenericBookmarkProperties, type GenericConnectMachine, type GenericDimension, type GenericDimensionInfo, type GenericDimensionLayout, type GenericDimensionProperties, type GenericListObject, type GenericMeasure, type GenericMeasureLayout, type GenericMeasureProperties, type GenericObject, type GenericObjectEntry, type GenericObjectLayout, type GenericObjectLayoutAdditionalProperties, type GenericObjectLayoutNode, type GenericObjectLayoutNodeLevel2, type GenericObjectLayoutNodeLevel3, type GenericObjectLayoutNodeLevel4, type GenericObjectLayoutNodeLevel5, type GenericObjectLayoutNodeRec, type GenericObjectProperties, type GenericObjectPropertiesAdditionalProperties, type GenericObjectPropertiesNode, type GenericObjectPropertiesNodeLevel2, type GenericObjectPropertiesNodeLevel3, type GenericObjectPropertiesNodeLevel4, type GenericObjectPropertiesNodeLevel5, type GenericObjectPropertiesNodeRec, type GenericVariable, type GenericVariableLayout, type GenericVariableProperties, type Global, type GraphMode, type GroupBookmarkData, type GroupState, type GroupStateInfo, type HyperCube, type HyperCubeDef, type InputFieldItem, type InterFieldSortData, type InteractDef, type InteractType, type KeyType, type LayoutBookmarkData, type LayoutExclude, type LayoutFieldInfo, type LineageInfo, type ListBoxProperties, type ListFunctions, type ListItem, type ListObject, type ListObjectDef, type LocaleInfo, type LogOnType, type MasterObjectListData, type MasterObjectListItem, type MeasureList, type MeasureListData, type MeasureListDef, type MeasureListItem, type MediaListDef, type MediaListItem, type MetaData, type ModalFunctions, type NativeDocFunctions, type NativeFieldFunctions, type NativeGenericBookmarkFunctions, type NativeGenericDimensionFunctions, type NativeGenericMeasureFunctions, type NativeGenericObjectFunctions, type NativeGenericVariableFunctions, type NativeGlobalFunctions, type NativeReactHooks, type NativeVariableFunctions, type NxAppLayout, type NxAppProperties, type NxAttrDimDef, type NxAttrDimInfo, type NxAttrExprDef, type NxAttrExprInfo, type NxAttributeDimValues, type NxAttributeExpressionValues, type NxAutoSortByStateDef, type NxAxisData, type NxAxisTicks, type NxBookmark, type NxCalcCond, type NxCardinalities, type NxCell, type NxCellPosition, type NxCellRows, type NxContainerEntry, type NxContinuousDataOptions, type NxContinuousMode, type NxContinuousRangeSelectInfo, type NxCurrentSelectionItem, type NxDataAreaPage, type NxDataPage, type NxDataReductionMode, type NxDerivedField, type NxDerivedFieldDescriptionList, type NxDerivedFieldsData, type NxDerivedGroup, type NxDimCellType, type NxDimension, type NxDimensionInfo, type NxDimensionType, type NxDownloadInfo, type NxDownloadOptions, type NxEngineVersion, type NxExportFileType, type NxExportState, type NxFeature, type NxFieldDescription, type NxFieldProperties, type NxFieldResourceId, type NxFieldSelectionInfo, type NxFieldSelectionMode, type NxFieldTableResourceId, type NxFrequencyMode, type NxGetBookmarkOptions, type NxGetObjectOptions, type NxGroupTail, type NxGrpType, type NxHighlightRanges, type NxHypercubeMode, type NxInfo, type NxInlineDimensionDef, type NxInlineMeasureDef, type NxLTrendlineType, type NxLayoutErrors, type NxLibraryDimension, type NxLibraryDimensionDef, type NxLibraryMeasure, type NxLibraryMeasureDef, type NxLinkedObjectInfo, type NxListObjectExpression, type NxListObjectExpressionDef, type NxLocalizedErrorCode, type NxLocalizedWarningCode, type NxMatchingFieldInfo, type NxMatchingFieldMode, type NxMeasure, type NxMeasureInfo, type NxMeta, type NxMetaDef, type NxMiniChart, type NxMiniChartCell, type NxMiniChartData, type NxMiniChartDef, type NxMiniChartRows, type NxMultiRangeSelectInfo, type NxPage, type NxPageTreeLevel, type NxPageTreeNode, type NxPatch, type NxPatchOperationType, type NxPatches, type NxPivotDimensionCell, type NxPivotPage, type NxPivotValuePoint, type NxRange, type NxRangeSelectInfo, type NxSelectionCell, type NxSelectionCellType, type NxSelectionInfo, type NxSimpleDimValue, type NxSimpleValue, type NxSortIndicatorType, type NxStackPage, type NxStackedPivotCell, type NxStateCounts, type NxStreamListEntry, type NxTempBookmarkOptions, type NxTickCell, type NxTreeDataOption, type NxTreeDimensionDef, type NxTreeDimensionInfo, type NxTreeMultiRangeSelectInfo, type NxTreeNode, type NxTreeRangeSelectInfo, type NxTreeValue, type NxTrendline, type NxTrendlineDef, type NxTrendlineMode, type NxValidationError, type NxVariableListItem, type NxVariableProperties, type NxViewPort, type ODAGAppLinkListData, type ODAGAppLinkListItem, type ObjectHelperFunctions, type ObjectInterface, type OdbcDsn, type OleDbProvider, type OpenAppSessionProps, type OtherLimitMode, type OtherMode, type OtherSortMode, type OtherTotalSpecProp, type Point, type PositionMark, type ProgressData, type ProgressMessage, type QFunction, QIX_SCHEMA_VERSION, type QMediaList, type QRange, type RangeSelectInfo, type Rect, type RpcObject, type SampleResult, type ScriptSyntaxError, type ScrollPosition, type SearchAssociationResult, type SearchAttribute, type SearchCharRange, type SearchCombinationOptions, type SearchContextType, type SearchFieldDictionary, type SearchFieldMatch, type SearchFieldMatchType, type SearchFieldMatchesItem, type SearchFieldSelectionMode, type SearchFieldValueItem, type SearchGroup, type SearchGroupItem, type SearchGroupItemMatch, type SearchGroupItemOptions, type SearchGroupItemType, type SearchGroupOptions, type SearchGroupType, type SearchMatchCombination, type SearchMatchCombinations, type SearchObjectOptions, type SearchPage, type SearchResult, type SearchSuggestItem, type SearchSuggestionResult, type SearchTermResult, type SearchValueOptions, type SearchValuePage, type SearchValueResult, type SelectInfo, type SelectionObject, type SelectionObjectDef, type SheetListData, type SheetListDataCell, type SheetListDataCellBounds, type SheetListItem, type Size, type SortCriteria, type SourceKeyRecord, type SpecialObjectFunctions, type StandardFunctions, type StateEnumType, type StaticContentList, type StaticContentListItem, type StaticContentUrl, type StaticContentUrlDef, type StoryListData, type StoryListItem, type StringExpr, type StringExpression, type SymbolFrequency, type SymbolValue, type TableProfilingData, type TableRecord, type TableRow, type TableViewBroomPointSaveInfo, type TableViewConnectionPointSaveInfo, type TableViewCtlSaveInfo, type TableViewDlgSaveInfo, type TableViewSaveInfo, type TableViewTableWinSaveInfo, type TextMacro, type TotalMode, type TransformAppParameters, type TransformAppResult, type TreeData, type TreeDataDef, type UndoInfo, type UndoInfoDef, type UndoInfoObject, type UsageEnum, type UseAppHook, type ValueExpr, type ValueExpression, type VariableList, type VariableListData, type VariableListDef, type VariableListItem, type WebSocketEvent, _default as default, openAppSession };
|
|
11708
|
+
export { type AlfaNumString, type AlternateStateData, type AnyGenericObjectLayout, type AnyGenericObjectProperties, type AppEntry, type AppObjectList, type AppObjectListDef, type AppScript, type AppScriptMeta, type AppSession, type ApplyGroupStateWarning, type ApplyGroupStateWarningType, type ApplyGroupStatesResult, type ArrayOfNxValuePoint, type AssociationScore, type BNFDef, type BNFDefMetaType, type BNFType, type Blob, type Bookmark, type BookmarkApplyAndVerifyResult, type BookmarkFieldItem, type BookmarkFieldPage, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkVariableItem, type CalendarStrings, type CharEncodingType, type CharRange, type ChildList, type ChildListDef, type CloseProps, type CodePage, type CombinedWebSocketStateEvent, type CondDef, type Connection, type ContentLibraryList, type ContentLibraryListItem, type CurrentSelections, type CustomConnector, type CyclicGroupPosition, type DataField, type DataRecord, type DataTable, type DataTableEx, type Database, type DatabaseInfo, type DatabaseOwner, type DelimiterInfo, type DerivedFieldsInTableData, type DimensionList, type DimensionListData, type DimensionListDef, type DimensionListItem, type DoReloadExParams, type DoReloadExResult, type Doc, type DocAction, type DocListEntry, type DriveInfo, type DriveType, type DynamicAppViewListData, type DynamicAppViewListItem, type EditorBreakpoint, type EmbeddedSnapshot, type EmbeddedSnapshotDef, type ErrorData, type ErrorDataCode, type ExpandedFieldListItem, type ExpansionData, type ExtendedLayoutBookmarkData, type ExtendedPivotStateData, type ExtensionList, type ExtensionListDef, type Field, type FieldAttrType, type FieldAttributes, type FieldDefEx, type FieldDescription, type FieldInTableData, type FieldInTableProfilingData, type FieldList, type FieldListDef, type FieldListObject, type FieldOrColumn, type FieldScores, type FieldType, type FieldValue, type FileDataFormat, type FileType, type FilterInfo, type FilterType, type FolderItem, type FolderItemType, type FrequencyDistributionData, type FunctionGroup, type GenericBookmark, type GenericBookmarkEntry, type GenericBookmarkLayout, type GenericBookmarkProperties, type GenericConnectMachine, type GenericDimension, type GenericDimensionInfo, type GenericDimensionLayout, type GenericDimensionProperties, type GenericListObject, type GenericMeasure, type GenericMeasureLayout, type GenericMeasureProperties, type GenericObject, type GenericObjectEntry, type GenericObjectLayout, type GenericObjectLayoutAdditionalProperties, type GenericObjectLayoutNode, type GenericObjectLayoutNodeLevel2, type GenericObjectLayoutNodeLevel3, type GenericObjectLayoutNodeLevel4, type GenericObjectLayoutNodeLevel5, type GenericObjectLayoutNodeRec, type GenericObjectProperties, type GenericObjectPropertiesAdditionalProperties, type GenericObjectPropertiesNode, type GenericObjectPropertiesNodeLevel2, type GenericObjectPropertiesNodeLevel3, type GenericObjectPropertiesNodeLevel4, type GenericObjectPropertiesNodeLevel5, type GenericObjectPropertiesNodeRec, type GenericVariable, type GenericVariableLayout, type GenericVariableProperties, type Global, type GraphMode, type GroupBookmarkData, type GroupState, type GroupStateInfo, type HyperCube, type HyperCubeDef, type InputFieldItem, type InterFieldSortData, type InteractDef, type InteractType, type KeyType, type LayoutBookmarkData, type LayoutExclude, type LayoutFieldInfo, type LineageInfo, type ListBoxProperties, type ListFunctions, type ListItem, type ListObject, type ListObjectDef, type LocaleInfo, type LogOnType, type MasterObjectListData, type MasterObjectListItem, type MeasureList, type MeasureListData, type MeasureListDef, type MeasureListItem, type MediaListDef, type MediaListItem, type MetaData, type ModalFunctions, type NativeDocFunctions, type NativeFieldFunctions, type NativeGenericBookmarkFunctions, type NativeGenericDimensionFunctions, type NativeGenericMeasureFunctions, type NativeGenericObjectFunctions, type NativeGenericVariableFunctions, type NativeGlobalFunctions, type NativeReactHooks, type NativeVariableFunctions, type NxAppLayout, type NxAppProperties, type NxAttrDimDef, type NxAttrDimInfo, type NxAttrExprDef, type NxAttrExprInfo, type NxAttributeDimValues, type NxAttributeExpressionValues, type NxAutoSortByStateDef, type NxAxisData, type NxAxisTicks, type NxBookmark, type NxCalcCond, type NxCardinalities, type NxCell, type NxCellPosition, type NxCellRows, type NxContainerEntry, type NxContinuousDataOptions, type NxContinuousMode, type NxContinuousRangeSelectInfo, type NxCurrentSelectionItem, type NxDataAreaPage, type NxDataPage, type NxDataReductionMode, type NxDerivedField, type NxDerivedFieldDescriptionList, type NxDerivedFieldsData, type NxDerivedGroup, type NxDimCellType, type NxDimension, type NxDimensionInfo, type NxDimensionType, type NxDownloadInfo, type NxDownloadOptions, type NxEngineVersion, type NxExportFileType, type NxExportState, type NxFeature, type NxFieldDescription, type NxFieldProperties, type NxFieldResourceId, type NxFieldSelectionInfo, type NxFieldSelectionMode, type NxFieldTableResourceId, type NxFrequencyMode, type NxGetBookmarkOptions, type NxGetObjectOptions, type NxGroupTail, type NxGrpType, type NxHighlightRanges, type NxHypercubeMode, type NxInfo, type NxInlineDimensionDef, type NxInlineMeasureDef, type NxLTrendlineType, type NxLayoutErrors, type NxLibraryDimension, type NxLibraryDimensionDef, type NxLibraryMeasure, type NxLibraryMeasureDef, type NxLinkedObjectInfo, type NxListObjectExpression, type NxListObjectExpressionDef, type NxLocalizedErrorCode, type NxLocalizedWarningCode, type NxMatchingFieldInfo, type NxMatchingFieldMode, type NxMeasure, type NxMeasureInfo, type NxMeta, type NxMetaDef, type NxMiniChart, type NxMiniChartCell, type NxMiniChartData, type NxMiniChartDef, type NxMiniChartRows, type NxMultiRangeSelectInfo, type NxPage, type NxPageTreeLevel, type NxPageTreeNode, type NxPatch, type NxPatchOperationType, type NxPatches, type NxPivotDimensionCell, type NxPivotPage, type NxPivotValuePoint, type NxRange, type NxRangeSelectInfo, type NxSelectionCell, type NxSelectionCellType, type NxSelectionInfo, type NxSimpleDimValue, type NxSimpleValue, type NxSortIndicatorType, type NxStackPage, type NxStackedPivotCell, type NxStateCounts, type NxStreamListEntry, type NxTempBookmarkOptions, type NxTickCell, type NxTreeDataOption, type NxTreeDimensionDef, type NxTreeDimensionInfo, type NxTreeMultiRangeSelectInfo, type NxTreeNode, type NxTreeRangeSelectInfo, type NxTreeValue, type NxTrendline, type NxTrendlineDef, type NxTrendlineMode, type NxValidationError, type NxVariableListItem, type NxVariableProperties, type NxViewPort, type ODAGAppLinkListData, type ODAGAppLinkListItem, type ObjectHelperFunctions, type ObjectInterface, type OdbcDsn, type OleDbProvider, type OpenAppSessionProps, type OtherLimitMode, type OtherMode, type OtherSortMode, type OtherTotalSpecProp, type Point, type PositionMark, type ProgressData, type ProgressMessage, type QFunction, QIX_SCHEMA_VERSION, type QMediaList, type QRange, type RangeSelectInfo, type Rect, type RpcObject, type SampleResult, type ScriptSyntaxError, type ScrollPosition, type SearchAssociationResult, type SearchAttribute, type SearchCharRange, type SearchCombinationOptions, type SearchContextType, type SearchFieldDictionary, type SearchFieldMatch, type SearchFieldMatchType, type SearchFieldMatchesItem, type SearchFieldSelectionMode, type SearchFieldValueItem, type SearchGroup, type SearchGroupItem, type SearchGroupItemMatch, type SearchGroupItemOptions, type SearchGroupItemType, type SearchGroupOptions, type SearchGroupType, type SearchMatchCombination, type SearchMatchCombinations, type SearchObjectOptions, type SearchPage, type SearchResult, type SearchSuggestItem, type SearchSuggestionResult, type SearchTermResult, type SearchValueOptions, type SearchValuePage, type SearchValueResult, type SelectInfo, type SelectionObject, type SelectionObjectDef, type SheetListData, type SheetListDataCell, type SheetListDataCellBounds, type SheetListItem, type Size, type SortCriteria, type SourceKeyRecord, type SpecialObjectFunctions, type StandardFunctions, type StateEnumType, type StaticContentList, type StaticContentListItem, type StaticContentUrl, type StaticContentUrlDef, type StoryListData, type StoryListItem, type StringExpr, type StringExpression, type SymbolFrequency, type SymbolValue, type TableProfilingData, type TableRecord, type TableRow, type TableViewBroomPointSaveInfo, type TableViewConnectionPointSaveInfo, type TableViewCtlSaveInfo, type TableViewDlgSaveInfo, type TableViewSaveInfo, type TableViewTableWinSaveInfo, type TextMacro, type TotalMode, type TransformAppParameters, type TransformAppResult, type TreeData, type TreeDataDef, type UndoInfo, type UndoInfoDef, type UndoInfoObject, type UsageEnum, type UseAppHook, type ValueExpr, type ValueExpression, type VariableList, type VariableListData, type VariableListDef, type VariableListItem, type WebSocketEvent, _default as default, openAppSession };
|
package/qix.js
CHANGED
package/quotas.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/quotas.ts
|
|
8
8
|
var getQuotas = async (query, options) => invokeFetch("quotas", {
|
package/reload-tasks.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/reload-tasks.ts
|
|
8
8
|
var getReloadTasks = async (query, options) => invokeFetch("reload-tasks", {
|
package/reloads.d.ts
CHANGED
|
@@ -26,6 +26,10 @@ type Reload = {
|
|
|
26
26
|
endTime?: string;
|
|
27
27
|
/** The timestamp returned from the Sense engine upon successful reload. */
|
|
28
28
|
engineTime?: string;
|
|
29
|
+
/** The error code when the status is FAILED. */
|
|
30
|
+
errorCode?: string;
|
|
31
|
+
/** The error message when the status is FAILED. */
|
|
32
|
+
errorMessage?: string;
|
|
29
33
|
/** The ID of the reload. */
|
|
30
34
|
id: string;
|
|
31
35
|
links?: ReloadLinks;
|
package/reloads.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/reloads.ts
|
|
8
8
|
var getReloads = async (query, options) => invokeFetch("reloads", {
|
package/roles.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/roles.ts
|
|
8
8
|
var getRoles = async (query, options) => invokeFetch("roles", {
|
package/spaces.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/spaces.ts
|
|
8
8
|
var getSpaces = async (query, options) => invokeFetch("spaces", {
|
package/temp-contents.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/temp-contents.ts
|
|
8
8
|
var uploadTempFile = async (query, body, options) => invokeFetch("temp-contents", {
|
package/tenants.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/tenants.ts
|
|
8
8
|
var createTenant = async (body, options) => invokeFetch("tenants", {
|
package/themes.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/themes.ts
|
|
8
8
|
var getThemes = async (options) => invokeFetch("themes", {
|
package/transports.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/transports.ts
|
|
8
8
|
var deleteEmailConfig = async (options) => invokeFetch("transports", {
|
package/users.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/users.ts
|
|
8
8
|
var getUsers = async (query, options) => invokeFetch("users", {
|
package/web-integrations.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/web-integrations.ts
|
|
8
8
|
var getWebIntegrations = async (query, options) => invokeFetch("web-integrations", {
|
package/web-notifications.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/web-notifications.ts
|
|
8
8
|
var getNotifications = async (query, options) => invokeFetch("web-notifications", {
|
package/webhooks.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/W3BAQSQ7.js";
|
|
5
|
+
import "./chunks/54UDXFVD.js";
|
|
6
6
|
|
|
7
7
|
// src/public/rest/webhooks.ts
|
|
8
8
|
var getWebhooks = async (query, options) => invokeFetch("webhooks", {
|