@qlik/api 1.22.0 → 1.24.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 +6 -2
- package/api-keys.js +2 -2
- package/apps.d.ts +10 -2
- package/apps.js +2 -2
- package/audits.d.ts +4 -16
- package/audits.js +2 -2
- package/auth.js +2 -2
- package/automations.d.ts +2 -59
- package/automations.js +3 -19
- package/brands.d.ts +23 -23
- package/brands.js +2 -2
- package/chunks/{GZRY5VHW.js → 3DYV7KOJ.js} +2 -2
- package/chunks/{SEBN4KFZ.js → 6DEESTGF.js} +2 -2
- package/chunks/{PR52AAWU.js → 6QRR5VUM.js} +36 -32
- package/chunks/7BDAXGID.js +116 -0
- package/chunks/{TGDZVKG2.js → BL5PJM4B.js} +1 -1
- package/chunks/{SNQHDUYY.js → CZC7KEJN.js} +3 -3
- package/chunks/{OEVNZ5IQ.js → I5UOE4ZZ.js} +90 -85
- package/chunks/{KBR7JBWC.js → N3ZFICDU.js} +38 -24
- package/chunks/{VHPC6L7L.js → OIQ5ELGS.js} +1 -1
- package/chunks/{TUPLQG25.js → UA6BE3VB.js} +2 -2
- package/chunks/{EUWNVVK5.js → VX3MQBE7.js} +1 -1
- package/collections.d.ts +1 -1
- package/collections.js +2 -2
- package/csp-origins.d.ts +1 -1
- package/csp-origins.js +2 -2
- package/data-assets.d.ts +1 -1
- package/data-assets.js +2 -2
- package/data-connections.d.ts +2 -2
- package/data-connections.js +2 -2
- package/data-credentials.d.ts +64 -2
- package/data-credentials.js +11 -2
- package/data-files.d.ts +1 -1
- package/data-files.js +2 -2
- package/docs/rest.md +47 -0
- package/extensions.d.ts +1 -1
- package/extensions.js +2 -2
- package/glossaries.d.ts +3 -4
- package/glossaries.js +2 -2
- package/groups.d.ts +1 -1
- package/groups.js +2 -2
- package/identity-providers.d.ts +17 -17
- package/identity-providers.js +2 -2
- package/index.d.ts +11 -4
- package/index.js +90 -79
- package/interceptors.d.ts +51 -0
- package/interceptors.js +17 -0
- package/{global.types-qsBNouXJ.d.ts → invoke-fetch-types-BLrpeZOL.d.ts} +81 -48
- package/items.d.ts +1 -1
- package/items.js +2 -2
- package/licenses.d.ts +3 -1
- package/licenses.js +2 -2
- package/package.json +2 -2
- package/qix.d.ts +6 -3
- package/qix.js +2 -2
- package/quotas.d.ts +1 -1
- package/quotas.js +2 -2
- package/reload-tasks.d.ts +1 -1
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +1 -1
- package/reloads.js +2 -2
- package/reports.d.ts +42 -4
- package/reports.js +2 -2
- package/roles.d.ts +98 -4
- package/roles.js +28 -4
- package/spaces.d.ts +3 -1
- package/spaces.js +2 -2
- package/temp-contents.d.ts +5 -5
- package/temp-contents.js +2 -2
- package/tenants.d.ts +25 -16
- package/tenants.js +2 -2
- package/themes.d.ts +1 -1
- package/themes.js +2 -2
- package/transports.d.ts +1 -1
- package/transports.js +2 -2
- package/users.d.ts +4 -39
- package/users.js +2 -9
- package/web-integrations.d.ts +1 -1
- package/web-integrations.js +2 -2
- package/web-notifications.d.ts +1 -1
- package/web-notifications.js +2 -2
- package/webhooks.d.ts +1 -1
- package/webhooks.js +2 -2
- package/chunks/7RHSSS4W.js +0 -0
package/index.js
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
qix_default
|
|
3
|
-
} from "./chunks/
|
|
3
|
+
} from "./chunks/OIQ5ELGS.js";
|
|
4
4
|
import {
|
|
5
5
|
auth_default
|
|
6
|
-
} from "./chunks/
|
|
7
|
-
import
|
|
6
|
+
} from "./chunks/BL5PJM4B.js";
|
|
7
|
+
import {
|
|
8
|
+
interceptors_default
|
|
9
|
+
} from "./chunks/7BDAXGID.js";
|
|
8
10
|
import {
|
|
9
11
|
clearApiCache,
|
|
10
12
|
invokeFetch
|
|
11
|
-
} from "./chunks/
|
|
12
|
-
import "./chunks/
|
|
13
|
+
} from "./chunks/UA6BE3VB.js";
|
|
14
|
+
import "./chunks/CZC7KEJN.js";
|
|
13
15
|
import "./chunks/2ZQ3ZX7F.js";
|
|
14
16
|
|
|
15
17
|
// src/runtime-api-generator/runtime-api-generator-common.ts
|
|
@@ -81,7 +83,6 @@ function createLazyApiProxy(api2, initFunc) {
|
|
|
81
83
|
}
|
|
82
84
|
function parseMiniApi(namespace, def) {
|
|
83
85
|
const api2 = {
|
|
84
|
-
interceptors: {},
|
|
85
86
|
operations: {}
|
|
86
87
|
};
|
|
87
88
|
traverse(namespace, "", def, api2.operations);
|
|
@@ -133,7 +134,7 @@ function createClassicApiFn({
|
|
|
133
134
|
hasBody,
|
|
134
135
|
contentType,
|
|
135
136
|
useInstead
|
|
136
|
-
},
|
|
137
|
+
}, hostConfig, interceptors2, enableConsoleWarnings, invokeFetchFnGetter) {
|
|
137
138
|
return (...args) => {
|
|
138
139
|
const pathVariables = {};
|
|
139
140
|
argNames.forEach((argName, index) => {
|
|
@@ -175,7 +176,7 @@ function createClassicApiFn({
|
|
|
175
176
|
...contentType ? { contentType } : {},
|
|
176
177
|
options: optionsIncludingDefaultHostConfig
|
|
177
178
|
},
|
|
178
|
-
|
|
179
|
+
interceptors2?.getInterceptors()
|
|
179
180
|
);
|
|
180
181
|
};
|
|
181
182
|
}
|
|
@@ -185,13 +186,13 @@ var parsedMiniApis = {};
|
|
|
185
186
|
function apiDefToApiPublic(namespace, def) {
|
|
186
187
|
parsedMiniApis[namespace] = parsedMiniApis[namespace] || parseMiniApi(namespace, def);
|
|
187
188
|
const parsedMiniApi = parsedMiniApis[namespace];
|
|
188
|
-
return (hostConfig) => {
|
|
189
|
+
return (hostConfig, interceptors2) => {
|
|
189
190
|
const lazyApi = {
|
|
190
191
|
clearCache: () => clearApiCache(namespace)
|
|
191
192
|
};
|
|
192
193
|
const initFunc = () => {
|
|
193
194
|
Object.entries(parsedMiniApi.operations).forEach(([operationName, operation]) => {
|
|
194
|
-
lazyApi[operationName] = createClassicApiFn(operation,
|
|
195
|
+
lazyApi[operationName] = createClassicApiFn(operation, hostConfig, interceptors2, true, () => invokeFetch);
|
|
195
196
|
operation.oldOperationNames.forEach((oldOperationName) => {
|
|
196
197
|
lazyApi[oldOperationName] = lazyApi[operationName];
|
|
197
198
|
});
|
|
@@ -291,7 +292,6 @@ var automationsMiniModule = apiDefToApiPublic("automations", {
|
|
|
291
292
|
v1: {
|
|
292
293
|
automations: {
|
|
293
294
|
"": ["getAutomations:GQ:", "createAutomation:PBJ:"],
|
|
294
|
-
settings: ["getAutomationsSettings:G:", "updateAutomationsSettings:UBJ:"],
|
|
295
295
|
usage: ["getAutomationsUsageMetrics:GQ:"],
|
|
296
296
|
"{id}": {
|
|
297
297
|
"": ["deleteAutomation:D:", "getAutomationWithQuery:GQ:", "getAutomation:G:", "updateAutomation:UBJ:"],
|
|
@@ -401,6 +401,7 @@ var dataCredentialsMiniModule = apiDefToApiPublic("data-credentials", {
|
|
|
401
401
|
api: {
|
|
402
402
|
v1: {
|
|
403
403
|
"data-credentials": {
|
|
404
|
+
actions: { "filter-orphan": ["filterOrphanedDataCredentials:PBJ:"] },
|
|
404
405
|
"{qID}": [
|
|
405
406
|
"deleteDataCredential:DQ:",
|
|
406
407
|
"getDataCredential:GQ:",
|
|
@@ -559,7 +560,11 @@ var reportsMiniModule = apiDefToApiPublic("reports", {
|
|
|
559
560
|
api: { v1: { reports: { "": ["createReport:PBJ:"], "{id}": { status: ["getReportStatus:G:"] } } } }
|
|
560
561
|
});
|
|
561
562
|
var rolesMiniModule = apiDefToApiPublic("roles", {
|
|
562
|
-
api: {
|
|
563
|
+
api: {
|
|
564
|
+
v1: {
|
|
565
|
+
roles: { "": ["getRoles:GQ:", "createRole:PBJ:"], "{id}": ["deleteRole:D:", "getRole:G:", "patchRole:ABJ:"] }
|
|
566
|
+
}
|
|
567
|
+
}
|
|
563
568
|
});
|
|
564
569
|
var spacesMiniModule = apiDefToApiPublic("spaces", {
|
|
565
570
|
api: {
|
|
@@ -638,7 +643,6 @@ var usersMiniModule = apiDefToApiPublic("users", {
|
|
|
638
643
|
"": ["getUsers:GQ:", "createUser:PBJ:"],
|
|
639
644
|
actions: { count: ["countUsers:GQ:"], filter: ["filterUsers:PQBJ:"], invite: ["inviteUsers:PBJ:"] },
|
|
640
645
|
me: ["getMyUser:G:"],
|
|
641
|
-
metadata: ["getUsersMetadata:G:"],
|
|
642
646
|
"{userId}": ["deleteUser:D:", "getUser:GQ:", "patchUser:ABJ:"]
|
|
643
647
|
}
|
|
644
648
|
}
|
|
@@ -682,74 +686,79 @@ var webhooksMiniModule = apiDefToApiPublic("webhooks", {
|
|
|
682
686
|
}
|
|
683
687
|
}
|
|
684
688
|
});
|
|
685
|
-
var apiKeys = apiKeysMiniModule();
|
|
686
|
-
var apps = appsMiniModule();
|
|
687
|
-
var audits = auditsMiniModule();
|
|
689
|
+
var apiKeys = apiKeysMiniModule(void 0, interceptors_default);
|
|
690
|
+
var apps = appsMiniModule(void 0, interceptors_default);
|
|
691
|
+
var audits = auditsMiniModule(void 0, interceptors_default);
|
|
688
692
|
var auth = auth_default;
|
|
689
|
-
var automations = automationsMiniModule();
|
|
690
|
-
var brands = brandsMiniModule();
|
|
691
|
-
var collections = collectionsMiniModule();
|
|
692
|
-
var cspOrigins = cspOriginsMiniModule();
|
|
693
|
-
var dataAssets = dataAssetsMiniModule();
|
|
694
|
-
var dataConnections = dataConnectionsMiniModule();
|
|
695
|
-
var dataCredentials = dataCredentialsMiniModule();
|
|
696
|
-
var dataFiles = dataFilesMiniModule();
|
|
697
|
-
var extensions = extensionsMiniModule();
|
|
698
|
-
var glossaries = glossariesMiniModule();
|
|
699
|
-
var groups = groupsMiniModule();
|
|
700
|
-
var identityProviders = identityProvidersMiniModule();
|
|
701
|
-
var
|
|
702
|
-
var
|
|
693
|
+
var automations = automationsMiniModule(void 0, interceptors_default);
|
|
694
|
+
var brands = brandsMiniModule(void 0, interceptors_default);
|
|
695
|
+
var collections = collectionsMiniModule(void 0, interceptors_default);
|
|
696
|
+
var cspOrigins = cspOriginsMiniModule(void 0, interceptors_default);
|
|
697
|
+
var dataAssets = dataAssetsMiniModule(void 0, interceptors_default);
|
|
698
|
+
var dataConnections = dataConnectionsMiniModule(void 0, interceptors_default);
|
|
699
|
+
var dataCredentials = dataCredentialsMiniModule(void 0, interceptors_default);
|
|
700
|
+
var dataFiles = dataFilesMiniModule(void 0, interceptors_default);
|
|
701
|
+
var extensions = extensionsMiniModule(void 0, interceptors_default);
|
|
702
|
+
var glossaries = glossariesMiniModule(void 0, interceptors_default);
|
|
703
|
+
var groups = groupsMiniModule(void 0, interceptors_default);
|
|
704
|
+
var identityProviders = identityProvidersMiniModule(void 0, interceptors_default);
|
|
705
|
+
var interceptors = interceptors_default;
|
|
706
|
+
var items = itemsMiniModule(void 0, interceptors_default);
|
|
707
|
+
var licenses = licensesMiniModule(void 0, interceptors_default);
|
|
703
708
|
var qix = qix_default;
|
|
704
|
-
var quotas = quotasMiniModule();
|
|
705
|
-
var reloadTasks = reloadTasksMiniModule();
|
|
706
|
-
var reloads = reloadsMiniModule();
|
|
707
|
-
var reports = reportsMiniModule();
|
|
708
|
-
var roles = rolesMiniModule();
|
|
709
|
-
var spaces = spacesMiniModule();
|
|
710
|
-
var tempContents = tempContentsMiniModule();
|
|
711
|
-
var tenants = tenantsMiniModule();
|
|
712
|
-
var themes = themesMiniModule();
|
|
713
|
-
var transports = transportsMiniModule();
|
|
714
|
-
var users = usersMiniModule();
|
|
715
|
-
var webIntegrations = webIntegrationsMiniModule();
|
|
716
|
-
var webNotifications = webNotificationsMiniModule();
|
|
717
|
-
var webhooks = webhooksMiniModule();
|
|
718
|
-
var createQlikApi = (props) =>
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
709
|
+
var quotas = quotasMiniModule(void 0, interceptors_default);
|
|
710
|
+
var reloadTasks = reloadTasksMiniModule(void 0, interceptors_default);
|
|
711
|
+
var reloads = reloadsMiniModule(void 0, interceptors_default);
|
|
712
|
+
var reports = reportsMiniModule(void 0, interceptors_default);
|
|
713
|
+
var roles = rolesMiniModule(void 0, interceptors_default);
|
|
714
|
+
var spaces = spacesMiniModule(void 0, interceptors_default);
|
|
715
|
+
var tempContents = tempContentsMiniModule(void 0, interceptors_default);
|
|
716
|
+
var tenants = tenantsMiniModule(void 0, interceptors_default);
|
|
717
|
+
var themes = themesMiniModule(void 0, interceptors_default);
|
|
718
|
+
var transports = transportsMiniModule(void 0, interceptors_default);
|
|
719
|
+
var users = usersMiniModule(void 0, interceptors_default);
|
|
720
|
+
var webIntegrations = webIntegrationsMiniModule(void 0, interceptors_default);
|
|
721
|
+
var webNotifications = webNotificationsMiniModule(void 0, interceptors_default);
|
|
722
|
+
var webhooks = webhooksMiniModule(void 0, interceptors_default);
|
|
723
|
+
var createQlikApi = (props) => {
|
|
724
|
+
const scopedInterceptors = interceptors_default.createInterceptors();
|
|
725
|
+
return {
|
|
726
|
+
apiKeys: apiKeysMiniModule(props?.hostConfig, scopedInterceptors),
|
|
727
|
+
apps: appsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
728
|
+
audits: auditsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
729
|
+
auth: auth_default,
|
|
730
|
+
automations: automationsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
731
|
+
brands: brandsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
732
|
+
collections: collectionsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
733
|
+
cspOrigins: cspOriginsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
734
|
+
dataAssets: dataAssetsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
735
|
+
dataConnections: dataConnectionsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
736
|
+
dataCredentials: dataCredentialsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
737
|
+
dataFiles: dataFilesMiniModule(props?.hostConfig, scopedInterceptors),
|
|
738
|
+
extensions: extensionsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
739
|
+
glossaries: glossariesMiniModule(props?.hostConfig, scopedInterceptors),
|
|
740
|
+
groups: groupsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
741
|
+
identityProviders: identityProvidersMiniModule(props?.hostConfig, scopedInterceptors),
|
|
742
|
+
interceptors: scopedInterceptors,
|
|
743
|
+
items: itemsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
744
|
+
licenses: licensesMiniModule(props?.hostConfig, scopedInterceptors),
|
|
745
|
+
qix: qix_default.withHostConfig(props?.hostConfig),
|
|
746
|
+
quotas: quotasMiniModule(props?.hostConfig, scopedInterceptors),
|
|
747
|
+
reloadTasks: reloadTasksMiniModule(props?.hostConfig, scopedInterceptors),
|
|
748
|
+
reloads: reloadsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
749
|
+
reports: reportsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
750
|
+
roles: rolesMiniModule(props?.hostConfig, scopedInterceptors),
|
|
751
|
+
spaces: spacesMiniModule(props?.hostConfig, scopedInterceptors),
|
|
752
|
+
tempContents: tempContentsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
753
|
+
tenants: tenantsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
754
|
+
themes: themesMiniModule(props?.hostConfig, scopedInterceptors),
|
|
755
|
+
transports: transportsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
756
|
+
users: usersMiniModule(props?.hostConfig, scopedInterceptors),
|
|
757
|
+
webIntegrations: webIntegrationsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
758
|
+
webNotifications: webNotificationsMiniModule(props?.hostConfig, scopedInterceptors),
|
|
759
|
+
webhooks: webhooksMiniModule(props?.hostConfig, scopedInterceptors)
|
|
760
|
+
};
|
|
761
|
+
};
|
|
753
762
|
var api = {
|
|
754
763
|
apiKeys,
|
|
755
764
|
apps,
|
|
@@ -767,6 +776,7 @@ var api = {
|
|
|
767
776
|
glossaries,
|
|
768
777
|
groups,
|
|
769
778
|
identityProviders,
|
|
779
|
+
interceptors,
|
|
770
780
|
items,
|
|
771
781
|
licenses,
|
|
772
782
|
qix,
|
|
@@ -806,6 +816,7 @@ export {
|
|
|
806
816
|
glossaries,
|
|
807
817
|
groups,
|
|
808
818
|
identityProviders,
|
|
819
|
+
interceptors,
|
|
809
820
|
items,
|
|
810
821
|
licenses,
|
|
811
822
|
qix,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { I as InvokeFetchResponse, a as InvokeFetchProperties } from './invoke-fetch-types-BLrpeZOL.js';
|
|
2
|
+
import './auth-types-PkN9CAF_.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* The RestInterceptor type is a function that can be used to intercept requests and responses
|
|
6
|
+
*/
|
|
7
|
+
type RestInterceptor = <T extends InvokeFetchResponse>(request: InvokeFetchProperties, proceed: (props: InvokeFetchProperties) => Promise<T>, id?: string) => Promise<T>;
|
|
8
|
+
declare function createInterceptors(): InterceptorsAPI;
|
|
9
|
+
declare function addDefaultInterceptors(): void;
|
|
10
|
+
/**
|
|
11
|
+
* Adds an interceptor to the global interceptor stack
|
|
12
|
+
* Returns the newly added interceptor
|
|
13
|
+
* @param interceptor the interceptor to add
|
|
14
|
+
* @returns the newly added interceptor
|
|
15
|
+
*/
|
|
16
|
+
declare function addInterceptor(interceptor: RestInterceptor): RestInterceptor;
|
|
17
|
+
/**
|
|
18
|
+
* Removes an interceptor from the global interceptor stack
|
|
19
|
+
* @param interceptor the interceptor remove
|
|
20
|
+
*/
|
|
21
|
+
declare function removeInterceptor(interceptor: RestInterceptor): RestInterceptor | null;
|
|
22
|
+
/**
|
|
23
|
+
* Gets all registered interceptors
|
|
24
|
+
*/
|
|
25
|
+
declare function getInterceptors(): RestInterceptor[];
|
|
26
|
+
interface InterceptorsAPI {
|
|
27
|
+
/**
|
|
28
|
+
* Adds an interceptor to the global interceptor stack
|
|
29
|
+
* Returns the newly added interceptor
|
|
30
|
+
* @param interceptor the interceptor to add
|
|
31
|
+
* @returns the newly added interceptor
|
|
32
|
+
*/
|
|
33
|
+
addInterceptor: typeof addInterceptor;
|
|
34
|
+
/**
|
|
35
|
+
* Removes an interceptor from the global interceptor stack
|
|
36
|
+
* @param interceptor the interceptor remove
|
|
37
|
+
*/
|
|
38
|
+
removeInterceptor: typeof removeInterceptor;
|
|
39
|
+
/**
|
|
40
|
+
* Gets all registered interceptors
|
|
41
|
+
*/
|
|
42
|
+
getInterceptors: typeof getInterceptors;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* The interceptors API
|
|
46
|
+
*/
|
|
47
|
+
declare const interceptors: InterceptorsAPI & {
|
|
48
|
+
createInterceptors: typeof createInterceptors;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export { type InterceptorsAPI, type RestInterceptor, addDefaultInterceptors, addInterceptor, createInterceptors, interceptors as default, getInterceptors, removeInterceptor };
|
package/interceptors.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
addDefaultInterceptors,
|
|
3
|
+
addInterceptor,
|
|
4
|
+
createInterceptors,
|
|
5
|
+
getInterceptors,
|
|
6
|
+
interceptors_default,
|
|
7
|
+
removeInterceptor
|
|
8
|
+
} from "./chunks/7BDAXGID.js";
|
|
9
|
+
import "./chunks/2ZQ3ZX7F.js";
|
|
10
|
+
export {
|
|
11
|
+
addDefaultInterceptors,
|
|
12
|
+
addInterceptor,
|
|
13
|
+
createInterceptors,
|
|
14
|
+
interceptors_default as default,
|
|
15
|
+
getInterceptors,
|
|
16
|
+
removeInterceptor
|
|
17
|
+
};
|
|
@@ -1,52 +1,5 @@
|
|
|
1
1
|
import { H as HostConfig } from './auth-types-PkN9CAF_.js';
|
|
2
2
|
|
|
3
|
-
/** An entry in the cache for one specific cacheKey */
|
|
4
|
-
type CacheEntry = {
|
|
5
|
-
lastPulled: number;
|
|
6
|
-
/** last time the cache was accessed and prevented an api call */
|
|
7
|
-
lastHit: Date | null;
|
|
8
|
-
/** number of times the cache has been hit by a client */
|
|
9
|
-
hitCount: number;
|
|
10
|
-
/** the url path of the cache hit. Useful to determine how many different qmfes are accessing the cache key */
|
|
11
|
-
accessedPaths: Set<string>;
|
|
12
|
-
value: Promise<unknown>;
|
|
13
|
-
};
|
|
14
|
-
/** Additional options for an api call done with invoke-fetch */
|
|
15
|
-
type ApiCallOptions = {
|
|
16
|
-
/** Additional headers to pass on to the request. */
|
|
17
|
-
headers?: Record<string, string>;
|
|
18
|
-
/** if set to true the call will not use a cached result */
|
|
19
|
-
noCache?: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* Only used cached results whose age in milliseconds are less than that or equal to `maxCacheAge`.
|
|
22
|
-
*/
|
|
23
|
-
maxCacheAge?: number | undefined;
|
|
24
|
-
/**
|
|
25
|
-
* Only results cached on or after the `ifCachedSince` timestamp are used.
|
|
26
|
-
*/
|
|
27
|
-
useCacheIfAfter?: Date;
|
|
28
|
-
/**
|
|
29
|
-
* Specify if another host than `globalThis.location` is to be used. Typically used in embedding and mashups
|
|
30
|
-
*/
|
|
31
|
-
hostConfig?: HostConfig;
|
|
32
|
-
/**
|
|
33
|
-
* Set the amount of time to wait for a response.
|
|
34
|
-
* If the timeout is exceeded the request is aborted.
|
|
35
|
-
* If both timeoutMs and signal is present, timeoutMs will have no effect, as
|
|
36
|
-
* there is already an abort-signal specified.
|
|
37
|
-
*/
|
|
38
|
-
timeoutMs?: number;
|
|
39
|
-
/**
|
|
40
|
-
* An abort-signal lets you abort an ongoing fetch request. The abort-signal is created
|
|
41
|
-
* by taking the .signal property of an AbortController.
|
|
42
|
-
*/
|
|
43
|
-
signal?: AbortSignal;
|
|
44
|
-
};
|
|
45
|
-
type DownloadableBlob = Blob & {
|
|
46
|
-
/** download the blob in a using the specified filename */
|
|
47
|
-
download: (filename: string) => Promise<void>;
|
|
48
|
-
};
|
|
49
|
-
|
|
50
3
|
/** ApiKey Auth Configuration for a HostConfig */
|
|
51
4
|
type ApiKeyAuthConfig = {
|
|
52
5
|
/** api key created by a developer role on a tenant */
|
|
@@ -173,4 +126,84 @@ declare global {
|
|
|
173
126
|
} | undefined;
|
|
174
127
|
}
|
|
175
128
|
|
|
176
|
-
|
|
129
|
+
/** The typical base return type of a fetch call */
|
|
130
|
+
type InvokeFetchResponse = {
|
|
131
|
+
status: number;
|
|
132
|
+
headers: Headers;
|
|
133
|
+
data: unknown;
|
|
134
|
+
prev?: () => Promise<InvokeFetchResponse>;
|
|
135
|
+
next?: () => Promise<InvokeFetchResponse>;
|
|
136
|
+
};
|
|
137
|
+
/** An entry in the cache for one specific cacheKey */
|
|
138
|
+
type CacheEntry = {
|
|
139
|
+
lastPulled: number;
|
|
140
|
+
/** last time the cache was accessed and prevented an api call */
|
|
141
|
+
lastHit: Date | null;
|
|
142
|
+
/** number of times the cache has been hit by a client */
|
|
143
|
+
hitCount: number;
|
|
144
|
+
/** the url path of the cache hit. Useful to determine how many different qmfes are accessing the cache key */
|
|
145
|
+
accessedPaths: Set<string>;
|
|
146
|
+
value: Promise<unknown>;
|
|
147
|
+
};
|
|
148
|
+
/** Additional options for an api call done with invoke-fetch */
|
|
149
|
+
type ApiCallOptions = {
|
|
150
|
+
/** Additional headers to pass on to the request. */
|
|
151
|
+
headers?: Record<string, string>;
|
|
152
|
+
/** if set to true the call will not use a cached result */
|
|
153
|
+
noCache?: boolean;
|
|
154
|
+
/**
|
|
155
|
+
* Only used cached results whose age in milliseconds are less than that or equal to `maxCacheAge`.
|
|
156
|
+
*/
|
|
157
|
+
maxCacheAge?: number | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* Only results cached on or after the `ifCachedSince` timestamp are used.
|
|
160
|
+
*/
|
|
161
|
+
useCacheIfAfter?: Date;
|
|
162
|
+
/**
|
|
163
|
+
* Specify if another host than `globalThis.location` is to be used. Typically used in embedding and mashups
|
|
164
|
+
*/
|
|
165
|
+
hostConfig?: HostConfig;
|
|
166
|
+
/**
|
|
167
|
+
* Set the amount of time to wait for a response.
|
|
168
|
+
* If the timeout is exceeded the request is aborted.
|
|
169
|
+
* If both timeoutMs and signal is present, timeoutMs will have no effect, as
|
|
170
|
+
* there is already an abort-signal specified.
|
|
171
|
+
*/
|
|
172
|
+
timeoutMs?: number;
|
|
173
|
+
/**
|
|
174
|
+
* An abort-signal lets you abort an ongoing fetch request. The abort-signal is created
|
|
175
|
+
* by taking the .signal property of an AbortController.
|
|
176
|
+
*/
|
|
177
|
+
signal?: AbortSignal;
|
|
178
|
+
/**
|
|
179
|
+
* Ensure that the request is kept alive even if the page that initiated it is unloaded
|
|
180
|
+
* before the request is completed.
|
|
181
|
+
*/
|
|
182
|
+
keepalive?: boolean;
|
|
183
|
+
};
|
|
184
|
+
type InvokeFetchProperties = {
|
|
185
|
+
/** http method */
|
|
186
|
+
method: string;
|
|
187
|
+
/** data passed to api call */
|
|
188
|
+
body?: unknown;
|
|
189
|
+
/** additional api call options */
|
|
190
|
+
options?: ApiCallOptions;
|
|
191
|
+
/** override default RequestInit options */
|
|
192
|
+
requestInitOverrides?: RequestInit;
|
|
193
|
+
/** path to api endpoint, can be in a template format e.g. /api/v1/space/{spaceId} */
|
|
194
|
+
pathTemplate: string;
|
|
195
|
+
/** path variables to be used in the path template */
|
|
196
|
+
pathVariables?: Record<string, string>;
|
|
197
|
+
/** additional query to url */
|
|
198
|
+
query?: Record<string, unknown>;
|
|
199
|
+
/** specify what content-type to send, if omitted "application/json" is assumed */
|
|
200
|
+
contentType?: string;
|
|
201
|
+
/** override the default user-agent with this value. This will also override any browser's UA. */
|
|
202
|
+
userAgent?: string;
|
|
203
|
+
};
|
|
204
|
+
type DownloadableBlob = Blob & {
|
|
205
|
+
/** download the blob in a using the specified filename */
|
|
206
|
+
download: (filename: string) => Promise<void>;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
export type { ApiCallOptions as A, DownloadableBlob as D, InvokeFetchResponse as I, InvokeFetchProperties as a };
|
package/items.d.ts
CHANGED
package/items.js
CHANGED
package/licenses.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-BLrpeZOL.js';
|
|
2
2
|
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
type AssignmentsActionsAddRequest = {
|
|
@@ -176,6 +176,8 @@ type LicenseOverview = {
|
|
|
176
176
|
/** Parameter values */
|
|
177
177
|
values?: unknown;
|
|
178
178
|
}[];
|
|
179
|
+
/** the parent number of the license. can be shared by multiple license numbers */
|
|
180
|
+
parentLicenseNumber?: string;
|
|
179
181
|
/** The product the license is valid for. */
|
|
180
182
|
product: string;
|
|
181
183
|
/** The secondary number of a definition. */
|
package/licenses.js
CHANGED
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"nanoid": "^5.0.7",
|
|
17
17
|
"ws": "^8.18.0"
|
|
18
18
|
},
|
|
19
|
-
"packageManager": "pnpm@9.
|
|
19
|
+
"packageManager": "pnpm@9.12.3",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"./qix": "./qix.js",
|
|
57
57
|
"./auth": "./auth.js"
|
|
58
58
|
},
|
|
59
|
-
"version": "1.
|
|
59
|
+
"version": "1.24.0"
|
|
60
60
|
}
|
package/qix.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { H as HostConfig } from './auth-types-PkN9CAF_.js';
|
|
2
|
-
import './
|
|
2
|
+
import './invoke-fetch-types-BLrpeZOL.js';
|
|
3
3
|
|
|
4
|
-
declare const QIX_SCHEMA_VERSION = "12.
|
|
4
|
+
declare const QIX_SCHEMA_VERSION = "12.2241.0";
|
|
5
5
|
type AlfaNumString = {
|
|
6
6
|
/**
|
|
7
7
|
* Calculated value.
|
|
@@ -11681,7 +11681,10 @@ type OpenAppSessionProps = {
|
|
|
11681
11681
|
useReloadEngine?: boolean;
|
|
11682
11682
|
/** Time-to-live in seconds. */
|
|
11683
11683
|
ttlSeconds?: number;
|
|
11684
|
+
/** Workload Type */
|
|
11685
|
+
workloadType?: WorkloadType;
|
|
11684
11686
|
};
|
|
11687
|
+
type WorkloadType = "interact" | "report" | "reload" | "prepare" | "analyse" | "odag" | "dataflows" | "dynamicviews" | "appgeneration" | "evaluate" | "profile" | "di-qvd-gen" | "alert-preview" | "alert-evaluations" | "reporting-analytic" | "reporting-batch" | "automation" | "insight-advisor" | "automl-load" | "discovery";
|
|
11685
11688
|
type DocAction = (doc: Doc) => Promise<unknown>;
|
|
11686
11689
|
type CloseProps = {
|
|
11687
11690
|
/**
|
|
@@ -11787,4 +11790,4 @@ declare const qix: QixAPI & {
|
|
|
11787
11790
|
withHostConfig: (hostConfig: HostConfig | undefined) => QixAPI;
|
|
11788
11791
|
};
|
|
11789
11792
|
|
|
11790
|
-
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 BookmarkFieldPageEx, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkStateFieldPages, 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 DimensionReference, 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 QixAPI, 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 StateFieldValues, 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, qix as default, openAppSession, withHostConfig };
|
|
11793
|
+
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 BookmarkFieldPageEx, type BookmarkFieldVerifyResultState, type BookmarkFieldVerifyWarning, type BookmarkList, type BookmarkListData, type BookmarkListDef, type BookmarkListItem, type BookmarkStateFieldPages, 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 DimensionReference, 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 QixAPI, 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 StateFieldValues, 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, type WorkloadType, qix as default, openAppSession, withHostConfig };
|
package/qix.js
CHANGED
package/quotas.d.ts
CHANGED
package/quotas.js
CHANGED
package/reload-tasks.d.ts
CHANGED
package/reload-tasks.js
CHANGED