@qlik/api 1.31.0 → 1.33.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 +10 -10
- package/api-keys.js +64 -50
- package/apps.d.ts +56 -56
- package/apps.js +392 -304
- package/assistants.d.ts +1301 -0
- package/assistants.js +329 -0
- package/audits.d.ts +10 -10
- package/audits.js +48 -36
- package/{auth-types-DqfMuSRX.d.ts → auth-types-Cj5bM3Yk.d.ts} +29 -9
- package/auth.d.ts +17 -4
- package/auth.js +4 -2
- package/automation-connections.d.ts +366 -0
- package/automation-connections.js +107 -0
- package/automations.d.ts +27 -27
- package/automations.js +159 -123
- package/automl-deployments.d.ts +97 -0
- package/automl-deployments.js +29 -0
- package/automl-predictions.d.ts +214 -0
- package/automl-predictions.js +84 -0
- package/brands.d.ts +18 -18
- package/brands.js +107 -83
- package/chunks/{KBSD75QL.js → 33GQY7N7.js} +1 -1
- package/chunks/{M64RLKVG.js → 62DXIH3S.js} +7 -5
- package/chunks/7MMXU6EL.js +86 -0
- package/chunks/{DLKLPD7T.js → GPRUNZV4.js} +3 -3
- package/chunks/{YKZ2QYHN.js → LIEZG7IM.js} +3 -3
- package/chunks/{FKDGGR2O.js → OTIO4SEJ.js} +698 -708
- package/chunks/{UZTIZ4H5.js → RP3EJGHG.js} +74 -74
- package/chunks/{GUU3KZGK.js → SPATCXXU.js} +9 -2
- package/chunks/{LY7RP2HA.js → XF3TPZKZ.js} +23 -8
- package/chunks/{6ZONDHRN.js → YYZCS5PW.js} +11 -4
- package/chunks/{3RGGGGAR.js → ZCTVPXGO.js} +1 -1
- package/collections.d.ts +16 -15
- package/collections.js +98 -76
- package/conditions.d.ts +662 -0
- package/conditions.js +135 -0
- package/consumption.d.ts +182 -0
- package/consumption.js +26 -0
- package/csp-origins.d.ts +9 -9
- package/csp-origins.js +53 -41
- package/csrf-token.d.ts +62 -0
- package/csrf-token.js +25 -0
- package/data-alerts.d.ts +1004 -0
- package/data-alerts.js +187 -0
- package/data-assets.d.ts +8 -8
- package/data-assets.js +50 -40
- package/data-connections.d.ts +16 -16
- package/data-connections.js +87 -69
- package/data-credentials.d.ts +11 -11
- package/data-credentials.js +52 -42
- package/data-files.d.ts +18 -18
- package/data-files.js +107 -83
- package/data-qualities.d.ts +175 -0
- package/data-qualities.js +50 -0
- package/data-sets.d.ts +424 -0
- package/data-sets.js +87 -0
- package/data-sources.d.ts +268 -0
- package/data-sources.js +45 -0
- package/data-stores.d.ts +537 -0
- package/data-stores.js +128 -0
- package/dcaas.d.ts +192 -0
- package/dcaas.js +45 -0
- package/di-projects.d.ts +673 -0
- package/di-projects.js +196 -0
- package/direct-access-agents.d.ts +328 -0
- package/direct-access-agents.js +108 -0
- package/encryption.d.ts +370 -0
- package/encryption.js +118 -0
- package/extensions.d.ts +11 -11
- package/extensions.js +61 -47
- package/glossaries.d.ts +33 -33
- package/glossaries.js +221 -173
- package/groups.d.ts +12 -12
- package/groups.js +72 -56
- package/identity-providers.d.ts +11 -11
- package/identity-providers.js +67 -51
- package/index.d.ts +113 -4
- package/index.js +626 -40
- package/interceptors.d.ts +9 -2
- package/interceptors.js +2 -2
- package/invoke-fetch-types-BYCD4pc9.d.ts +98 -0
- package/items.d.ts +14 -13
- package/items.js +71 -55
- package/knowledgebases.d.ts +890 -0
- package/knowledgebases.js +203 -0
- package/licenses.d.ts +14 -14
- package/licenses.js +76 -58
- package/lineage-graphs.d.ts +712 -0
- package/lineage-graphs.js +108 -0
- package/ml.d.ts +2676 -0
- package/ml.js +477 -0
- package/notes.d.ts +110 -0
- package/notes.js +35 -0
- package/notifications.d.ts +98 -0
- package/notifications.js +26 -0
- package/oauth-clients.d.ts +14 -14
- package/oauth-clients.js +96 -74
- package/oauth-tokens.d.ts +126 -0
- package/oauth-tokens.js +35 -0
- package/package.json +34 -6
- package/qix.d.ts +145 -4
- package/qix.js +2 -2
- package/questions.d.ts +364 -0
- package/questions.js +38 -0
- package/quotas.d.ts +6 -6
- package/quotas.js +20 -16
- package/reload-tasks.d.ts +8 -8
- package/reload-tasks.js +46 -36
- package/reloads.d.ts +7 -7
- package/reloads.js +36 -28
- package/report-templates.d.ts +287 -0
- package/report-templates.js +94 -0
- package/reports.d.ts +4 -4
- package/reports.js +20 -16
- package/roles.d.ts +8 -8
- package/roles.js +46 -36
- package/sharing-tasks.d.ts +952 -0
- package/sharing-tasks.js +125 -0
- package/spaces.d.ts +22 -22
- package/spaces.js +153 -119
- package/tasks.d.ts +564 -0
- package/tasks.js +126 -0
- package/temp-contents.d.ts +7 -7
- package/temp-contents.js +30 -24
- package/tenants.d.ts +8 -8
- package/tenants.js +57 -45
- package/themes.d.ts +11 -11
- package/themes.js +61 -47
- package/transports.d.ts +8 -8
- package/transports.js +49 -37
- package/ui-config.d.ts +274 -0
- package/ui-config.js +91 -0
- package/users.d.ts +15 -15
- package/users.js +81 -63
- package/web-integrations.d.ts +8 -8
- package/web-integrations.js +46 -36
- package/web-notifications.d.ts +9 -9
- package/web-notifications.js +53 -41
- package/webhooks.d.ts +14 -14
- package/webhooks.js +88 -68
- package/chunks/2ZQ3ZX7F.js +0 -33
- package/invoke-fetch-types-Cq7bjkqn.d.ts +0 -243
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import {
|
|
2
|
+
clearApiCache,
|
|
3
|
+
invokeFetch
|
|
4
|
+
} from "./chunks/LIEZG7IM.js";
|
|
5
|
+
import "./chunks/GPRUNZV4.js";
|
|
6
|
+
import "./chunks/7MMXU6EL.js";
|
|
7
|
+
|
|
8
|
+
// src/public/rest/report-templates.ts
|
|
9
|
+
async function getReportTemplates(query, options) {
|
|
10
|
+
return invokeFetch("report-templates", {
|
|
11
|
+
method: "get",
|
|
12
|
+
pathTemplate: "/api/v1/report-templates",
|
|
13
|
+
query,
|
|
14
|
+
options
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
async function createReportTemplate(body, options) {
|
|
18
|
+
return invokeFetch("report-templates", {
|
|
19
|
+
method: "post",
|
|
20
|
+
pathTemplate: "/api/v1/report-templates",
|
|
21
|
+
body,
|
|
22
|
+
contentType: "application/json",
|
|
23
|
+
options
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
async function deleteReportTemplate(id, options) {
|
|
27
|
+
return invokeFetch("report-templates", {
|
|
28
|
+
method: "delete",
|
|
29
|
+
pathTemplate: "/api/v1/report-templates/{id}",
|
|
30
|
+
pathVariables: { id },
|
|
31
|
+
options
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
async function getReportTemplate(id, options) {
|
|
35
|
+
return invokeFetch("report-templates", {
|
|
36
|
+
method: "get",
|
|
37
|
+
pathTemplate: "/api/v1/report-templates/{id}",
|
|
38
|
+
pathVariables: { id },
|
|
39
|
+
options
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
async function patchReportTemplate(id, body, options) {
|
|
43
|
+
return invokeFetch("report-templates", {
|
|
44
|
+
method: "patch",
|
|
45
|
+
pathTemplate: "/api/v1/report-templates/{id}",
|
|
46
|
+
pathVariables: { id },
|
|
47
|
+
body,
|
|
48
|
+
contentType: "application/json",
|
|
49
|
+
options
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
async function updateReportTemplate(id, body, options) {
|
|
53
|
+
return invokeFetch("report-templates", {
|
|
54
|
+
method: "put",
|
|
55
|
+
pathTemplate: "/api/v1/report-templates/{id}",
|
|
56
|
+
pathVariables: { id },
|
|
57
|
+
body,
|
|
58
|
+
contentType: "application/json",
|
|
59
|
+
options
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
async function downloadReportTemplate(id, options) {
|
|
63
|
+
return invokeFetch("report-templates", {
|
|
64
|
+
method: "post",
|
|
65
|
+
pathTemplate: "/api/v1/report-templates/{id}/actions/download",
|
|
66
|
+
pathVariables: { id },
|
|
67
|
+
options
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
function clearCache() {
|
|
71
|
+
return clearApiCache("report-templates");
|
|
72
|
+
}
|
|
73
|
+
var reportTemplatesExport = {
|
|
74
|
+
getReportTemplates,
|
|
75
|
+
createReportTemplate,
|
|
76
|
+
deleteReportTemplate,
|
|
77
|
+
getReportTemplate,
|
|
78
|
+
patchReportTemplate,
|
|
79
|
+
updateReportTemplate,
|
|
80
|
+
downloadReportTemplate,
|
|
81
|
+
clearCache
|
|
82
|
+
};
|
|
83
|
+
var report_templates_default = reportTemplatesExport;
|
|
84
|
+
export {
|
|
85
|
+
clearCache,
|
|
86
|
+
createReportTemplate,
|
|
87
|
+
report_templates_default as default,
|
|
88
|
+
deleteReportTemplate,
|
|
89
|
+
downloadReportTemplate,
|
|
90
|
+
getReportTemplate,
|
|
91
|
+
getReportTemplates,
|
|
92
|
+
patchReportTemplate,
|
|
93
|
+
updateReportTemplate
|
|
94
|
+
};
|
package/reports.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-BYCD4pc9.js';
|
|
2
|
+
import './auth-types-Cj5bM3Yk.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Error in resource handling
|
|
@@ -696,7 +696,7 @@ type ReloadTimestampMatchType = "noCheck" | "requestTimeExact";
|
|
|
696
696
|
* @param body an object with the body content
|
|
697
697
|
* @throws CreateReportHttpError
|
|
698
698
|
*/
|
|
699
|
-
declare
|
|
699
|
+
declare function createReport(body: ReportRequest, options?: ApiCallOptions): Promise<CreateReportHttpResponse>;
|
|
700
700
|
type CreateReportHttpResponse = {
|
|
701
701
|
data: void;
|
|
702
702
|
headers: Headers;
|
|
@@ -713,7 +713,7 @@ type CreateReportHttpError = {
|
|
|
713
713
|
* @param id Identifier of the request.
|
|
714
714
|
* @throws GetReportStatusHttpError
|
|
715
715
|
*/
|
|
716
|
-
declare
|
|
716
|
+
declare function getReportStatus(id: string, options?: ApiCallOptions): Promise<GetReportStatusHttpResponse>;
|
|
717
717
|
type GetReportStatusHttpResponse = {
|
|
718
718
|
data: ReportStatus;
|
|
719
719
|
headers: Headers;
|
package/reports.js
CHANGED
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/LIEZG7IM.js";
|
|
5
|
+
import "./chunks/GPRUNZV4.js";
|
|
6
|
+
import "./chunks/7MMXU6EL.js";
|
|
7
7
|
|
|
8
8
|
// src/public/rest/reports.ts
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
9
|
+
async function createReport(body, options) {
|
|
10
|
+
return invokeFetch("reports", {
|
|
11
|
+
method: "post",
|
|
12
|
+
pathTemplate: "/api/v1/reports",
|
|
13
|
+
body,
|
|
14
|
+
contentType: "application/json",
|
|
15
|
+
options
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
async function getReportStatus(id, options) {
|
|
19
|
+
return invokeFetch("reports", {
|
|
20
|
+
method: "get",
|
|
21
|
+
pathTemplate: "/api/v1/reports/{id}/status",
|
|
22
|
+
pathVariables: { id },
|
|
23
|
+
options
|
|
24
|
+
});
|
|
25
|
+
}
|
|
22
26
|
function clearCache() {
|
|
23
27
|
return clearApiCache("reports");
|
|
24
28
|
}
|
package/roles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './invoke-fetch-types-
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './invoke-fetch-types-BYCD4pc9.js';
|
|
2
|
+
import './auth-types-Cj5bM3Yk.js';
|
|
3
3
|
|
|
4
4
|
type CreateRole = {
|
|
5
5
|
/** Selection of scopes to assign to role */
|
|
@@ -163,7 +163,7 @@ type Role = {
|
|
|
163
163
|
* @param query an object with query parameters
|
|
164
164
|
* @throws GetRolesHttpError
|
|
165
165
|
*/
|
|
166
|
-
declare
|
|
166
|
+
declare function getRoles(query: {
|
|
167
167
|
/** The advanced filtering to use for the query. Refer to [RFC 7644](https://datatracker.ietf.org/doc/rfc7644/) for the syntax. All conditional statements within this query parameter are case insensitive. */
|
|
168
168
|
filter?: string;
|
|
169
169
|
/** The number of roles to retrieve. */
|
|
@@ -176,7 +176,7 @@ declare const getRoles: (query: {
|
|
|
176
176
|
sort?: string;
|
|
177
177
|
/** Determines wether to return a count of the total records matched in the query. Defaults to false. */
|
|
178
178
|
totalResults?: boolean;
|
|
179
|
-
}, options?: ApiCallOptions)
|
|
179
|
+
}, options?: ApiCallOptions): Promise<GetRolesHttpResponse>;
|
|
180
180
|
type GetRolesHttpResponse = {
|
|
181
181
|
data: ListRolesResult;
|
|
182
182
|
headers: Headers;
|
|
@@ -195,7 +195,7 @@ type GetRolesHttpError = {
|
|
|
195
195
|
* @param body an object with the body content
|
|
196
196
|
* @throws CreateRoleHttpError
|
|
197
197
|
*/
|
|
198
|
-
declare
|
|
198
|
+
declare function createRole(body: CreateRole, options?: ApiCallOptions): Promise<CreateRoleHttpResponse>;
|
|
199
199
|
type CreateRoleHttpResponse = {
|
|
200
200
|
data: Role;
|
|
201
201
|
headers: Headers;
|
|
@@ -212,7 +212,7 @@ type CreateRoleHttpError = {
|
|
|
212
212
|
* @param id The unique identifier for the role.
|
|
213
213
|
* @throws DeleteRoleHttpError
|
|
214
214
|
*/
|
|
215
|
-
declare
|
|
215
|
+
declare function deleteRole(id: string, options?: ApiCallOptions): Promise<DeleteRoleHttpResponse>;
|
|
216
216
|
type DeleteRoleHttpResponse = {
|
|
217
217
|
data: void;
|
|
218
218
|
headers: Headers;
|
|
@@ -229,7 +229,7 @@ type DeleteRoleHttpError = {
|
|
|
229
229
|
* @param id The unique identifier for the role.
|
|
230
230
|
* @throws GetRoleHttpError
|
|
231
231
|
*/
|
|
232
|
-
declare
|
|
232
|
+
declare function getRole(id: string, options?: ApiCallOptions): Promise<GetRoleHttpResponse>;
|
|
233
233
|
type GetRoleHttpResponse = {
|
|
234
234
|
data: Role;
|
|
235
235
|
headers: Headers;
|
|
@@ -247,7 +247,7 @@ type GetRoleHttpError = {
|
|
|
247
247
|
* @param body an object with the body content
|
|
248
248
|
* @throws PatchRoleHttpError
|
|
249
249
|
*/
|
|
250
|
-
declare
|
|
250
|
+
declare function patchRole(id: string, body: PatchRoles, options?: ApiCallOptions): Promise<PatchRoleHttpResponse>;
|
|
251
251
|
type PatchRoleHttpResponse = {
|
|
252
252
|
data: void;
|
|
253
253
|
headers: Headers;
|
package/roles.js
CHANGED
|
@@ -1,44 +1,54 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunks/
|
|
5
|
-
import "./chunks/
|
|
6
|
-
import "./chunks/
|
|
4
|
+
} from "./chunks/LIEZG7IM.js";
|
|
5
|
+
import "./chunks/GPRUNZV4.js";
|
|
6
|
+
import "./chunks/7MMXU6EL.js";
|
|
7
7
|
|
|
8
8
|
// src/public/rest/roles.ts
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
9
|
+
async function getRoles(query, options) {
|
|
10
|
+
return invokeFetch("roles", {
|
|
11
|
+
method: "get",
|
|
12
|
+
pathTemplate: "/api/v1/roles",
|
|
13
|
+
query,
|
|
14
|
+
options
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
async function createRole(body, options) {
|
|
18
|
+
return invokeFetch("roles", {
|
|
19
|
+
method: "post",
|
|
20
|
+
pathTemplate: "/api/v1/roles",
|
|
21
|
+
body,
|
|
22
|
+
contentType: "application/json",
|
|
23
|
+
options
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
async function deleteRole(id, options) {
|
|
27
|
+
return invokeFetch("roles", {
|
|
28
|
+
method: "delete",
|
|
29
|
+
pathTemplate: "/api/v1/roles/{id}",
|
|
30
|
+
pathVariables: { id },
|
|
31
|
+
options
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
async function getRole(id, options) {
|
|
35
|
+
return invokeFetch("roles", {
|
|
36
|
+
method: "get",
|
|
37
|
+
pathTemplate: "/api/v1/roles/{id}",
|
|
38
|
+
pathVariables: { id },
|
|
39
|
+
options
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
async function patchRole(id, body, options) {
|
|
43
|
+
return invokeFetch("roles", {
|
|
44
|
+
method: "patch",
|
|
45
|
+
pathTemplate: "/api/v1/roles/{id}",
|
|
46
|
+
pathVariables: { id },
|
|
47
|
+
body,
|
|
48
|
+
contentType: "application/json",
|
|
49
|
+
options
|
|
50
|
+
});
|
|
51
|
+
}
|
|
42
52
|
function clearCache() {
|
|
43
53
|
return clearApiCache("roles");
|
|
44
54
|
}
|