@qlik/api 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-keys.d.mts +14 -0
- package/api-keys.d.ts +14 -0
- package/api-keys.js +14 -10
- package/api-keys.mjs +6 -2
- package/apps.d.mts +479 -149
- package/apps.d.ts +479 -149
- package/apps.js +100 -42
- package/apps.mjs +60 -2
- package/audits.d.mts +12 -0
- package/audits.d.ts +12 -0
- package/audits.js +10 -9
- package/audits.mjs +3 -2
- package/auth-AWZV4DPP.js +41 -0
- package/{auth-RTFXVSSK.mjs → auth-CPBNNC7S.mjs} +4 -1
- package/auth.js +4 -3
- package/auth.mjs +3 -2
- package/automations.d.mts +36 -0
- package/automations.d.ts +36 -0
- package/automations.js +28 -21
- package/automations.mjs +9 -2
- package/brands.d.mts +45 -4
- package/brands.d.ts +45 -4
- package/brands.js +20 -15
- package/brands.mjs +7 -2
- package/{chunk-ZT4C7KCQ.js → chunk-2STFUQKQ.js} +3 -3
- package/{chunk-7REWEWCX.mjs → chunk-3SVRHJII.mjs} +3 -3
- package/{chunk-CKPJE4IA.mjs → chunk-67GJTTPV.mjs} +1 -1
- package/{chunk-M7F4JFOB.js → chunk-7RY3NO6N.js} +2 -2
- package/{chunk-NALKLKZS.mjs → chunk-CYRLVHU3.mjs} +316 -53
- package/{chunk-RMKP2BDX.js → chunk-D52VW5UN.js} +318 -55
- package/{chunk-GUQBHY3H.mjs → chunk-GNWU6SP2.mjs} +1 -1
- package/{chunk-QN23TPIE.js → chunk-GV5SRHY2.js} +4 -4
- package/{chunk-OULT3V2U.js → chunk-JNGURO23.js} +3 -3
- package/chunk-P57PW2II.js +11 -0
- package/{chunk-3YE7EI7I.mjs → chunk-TE7XMBT5.mjs} +1 -1
- package/chunk-ZFXKCRJC.mjs +11 -0
- package/collections.d.mts +51 -17
- package/collections.d.ts +51 -17
- package/collections.js +28 -14
- package/collections.mjs +16 -2
- package/csp-origins.d.mts +16 -1
- package/csp-origins.d.ts +16 -1
- package/csp-origins.js +12 -9
- package/csp-origins.mjs +5 -2
- package/data-assets.d.mts +10 -0
- package/data-assets.d.ts +10 -0
- package/data-assets.js +13 -8
- package/data-assets.mjs +7 -2
- package/data-connections.d.mts +18 -0
- package/data-connections.d.ts +18 -0
- package/data-connections.js +19 -12
- package/data-connections.mjs +9 -2
- package/data-credentials.d.mts +8 -0
- package/data-credentials.d.ts +8 -0
- package/data-credentials.js +10 -7
- package/data-credentials.mjs +5 -2
- package/data-files.d.mts +98 -13
- package/data-files.d.ts +98 -13
- package/data-files.js +22 -15
- package/data-files.mjs +9 -2
- package/{enigma-session-VPPJMBEM.js → enigma-session-XPXDQAIV.js} +5 -4
- package/{enigma-session-HGXKZJVO.mjs → enigma-session-ZH6MYA54.mjs} +2 -1
- package/{esm-RX7B2TUN.js → esm-3VXX2GKL.js} +3 -1
- package/{esm-M5ZBFTVD.mjs → esm-OY4XVIJB.mjs} +3 -1
- package/extensions.d.mts +26 -2
- package/extensions.d.ts +26 -2
- package/extensions.js +13 -10
- package/extensions.mjs +5 -2
- package/glossaries.d.mts +55 -20
- package/glossaries.d.ts +55 -20
- package/glossaries.js +39 -27
- package/glossaries.mjs +14 -2
- package/groups.d.mts +16 -0
- package/groups.d.ts +16 -0
- package/groups.js +16 -11
- package/groups.mjs +7 -2
- package/identity-providers.d.mts +16 -0
- package/identity-providers.d.ts +16 -0
- package/identity-providers.js +14 -11
- package/identity-providers.mjs +5 -2
- package/index.js +135 -101
- package/index.mjs +131 -97
- package/{invoke-fetch-IMO4AMA3.mjs → invoke-fetch-3WZWAAZH.mjs} +4 -1
- package/invoke-fetch-UNTAUR7O.js +17 -0
- package/items.d.mts +6 -6
- package/items.d.ts +6 -6
- package/items.js +14 -11
- package/items.mjs +5 -2
- package/licenses.d.mts +18 -0
- package/licenses.d.ts +18 -0
- package/licenses.js +17 -12
- package/licenses.mjs +7 -2
- package/package.json +4 -4
- package/{qix-K22VHZRH.js → qix-UNWXPGMA.js} +9 -8
- package/{qix-57WD2ZE6.mjs → qix-ZSJ4PIK3.mjs} +3 -2
- package/qix.d.mts +1 -1
- package/qix.d.ts +1 -1
- package/qix.js +4 -3
- package/qix.mjs +3 -2
- package/quotas.d.mts +4 -0
- package/quotas.d.ts +4 -0
- package/quotas.js +6 -5
- package/quotas.mjs +3 -2
- package/reload-tasks.js +11 -8
- package/reload-tasks.mjs +5 -2
- package/reloads.d.mts +17 -10
- package/reloads.d.ts +17 -10
- package/reloads.js +9 -7
- package/reloads.mjs +4 -2
- package/roles.d.mts +4 -0
- package/roles.d.ts +4 -0
- package/roles.js +6 -5
- package/roles.mjs +3 -2
- package/spaces.d.mts +27 -4
- package/spaces.d.ts +27 -4
- package/spaces.js +21 -15
- package/spaces.mjs +8 -2
- package/temp-contents.d.mts +8 -3
- package/temp-contents.d.ts +8 -3
- package/temp-contents.js +8 -6
- package/temp-contents.mjs +4 -2
- package/tenants.d.mts +12 -0
- package/tenants.d.ts +12 -0
- package/tenants.js +14 -9
- package/tenants.mjs +7 -2
- package/themes.d.mts +26 -2
- package/themes.d.ts +26 -2
- package/themes.js +13 -10
- package/themes.mjs +5 -2
- package/transports.d.mts +12 -0
- package/transports.d.ts +12 -0
- package/transports.js +12 -9
- package/transports.mjs +5 -2
- package/users.d.mts +48 -29
- package/users.d.ts +48 -29
- package/users.js +18 -13
- package/users.mjs +7 -2
- package/web-integrations.d.mts +10 -0
- package/web-integrations.d.ts +10 -0
- package/web-integrations.js +11 -8
- package/web-integrations.mjs +5 -2
- package/web-notifications.d.mts +12 -0
- package/web-notifications.d.ts +12 -0
- package/web-notifications.js +12 -9
- package/web-notifications.mjs +5 -2
- package/webhooks.d.mts +25 -5
- package/webhooks.d.ts +25 -5
- package/webhooks.js +17 -13
- package/webhooks.mjs +6 -2
- package/auth-CSVTXOZX.js +0 -36
- package/auth-OU7OTB7Y.js +0 -38
- package/auth-TE272Q34.mjs +0 -36
- package/chunk-4ES65KO3.js +0 -57
- package/chunk-4FLMND6T.js +0 -25
- package/chunk-4OMEH5SW.mjs +0 -1337
- package/chunk-6JERR27K.js +0 -17
- package/chunk-E42WUFCK.mjs +0 -57
- package/chunk-H7SAZYEE.js +0 -21
- package/chunk-KMMWJZHM.mjs +0 -25
- package/chunk-W4J34XGA.mjs +0 -17
- package/chunk-WM7FQU2U.mjs +0 -21
- package/chunk-XASXL2NC.js +0 -1337
- package/enigma-session-4L373ALV.mjs +0 -10196
- package/enigma-session-TEB53FAF.js +0 -10196
- package/esm-4X3DKK5D.js +0 -63
- package/esm-SOWVJKOQ.mjs +0 -63
- package/invoke-fetch-7PKPQ3FD.js +0 -14
- package/invoke-fetch-MSSJAZ7K.mjs +0 -14
- package/invoke-fetch-PEI54KZO.js +0 -14
- package/qix-EU7PXRZ6.mjs +0 -573
- package/qix-RLTISYTB.js +0 -573
package/apps.js
CHANGED
|
@@ -1,258 +1,306 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkJNGURO23js = require('./chunk-JNGURO23.js');
|
|
5
|
+
require('./chunk-2STFUQKQ.js');
|
|
6
|
+
require('./chunk-P57PW2II.js');
|
|
6
7
|
|
|
7
8
|
// src/public/rest/apps.ts
|
|
8
|
-
var createApp = async (body, options) =>
|
|
9
|
+
var createApp = async (body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
9
10
|
method: "post",
|
|
10
11
|
pathTemplate: "/api/v1/apps",
|
|
11
12
|
body,
|
|
13
|
+
contentType: "application/json",
|
|
12
14
|
options
|
|
13
15
|
});
|
|
14
|
-
var getAppEvaluationComparison = async (baseid, comparisonid, query, options) =>
|
|
16
|
+
var getAppEvaluationComparison = async (baseid, comparisonid, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
15
17
|
method: "get",
|
|
16
18
|
pathTemplate: "/api/v1/apps/evaluations/{baseid}/actions/compare/{comparisonid}",
|
|
17
19
|
pathVariables: { baseid, comparisonid },
|
|
18
20
|
query,
|
|
19
21
|
options
|
|
20
22
|
});
|
|
21
|
-
var getAppEvaluationComparisonXml = async (baseid, comparisonid, options) =>
|
|
23
|
+
var getAppEvaluationComparisonXml = async (baseid, comparisonid, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
22
24
|
method: "get",
|
|
23
25
|
pathTemplate: "/api/v1/apps/evaluations/{baseid}/actions/compare/{comparisonid}/actions/download",
|
|
24
26
|
pathVariables: { baseid, comparisonid },
|
|
25
27
|
options
|
|
26
28
|
});
|
|
27
|
-
var getAppEvaluation = async (id, query, options) =>
|
|
29
|
+
var getAppEvaluation = async (id, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
28
30
|
method: "get",
|
|
29
31
|
pathTemplate: "/api/v1/apps/evaluations/{id}",
|
|
30
32
|
pathVariables: { id },
|
|
31
33
|
query,
|
|
32
34
|
options
|
|
33
35
|
});
|
|
34
|
-
var getAppEvaluationXml = async (id, options) =>
|
|
36
|
+
var getAppEvaluationXml = async (id, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
35
37
|
method: "get",
|
|
36
38
|
pathTemplate: "/api/v1/apps/evaluations/{id}/actions/download",
|
|
37
39
|
pathVariables: { id },
|
|
38
40
|
options
|
|
39
41
|
});
|
|
40
|
-
var importApp = async (query, body, options) =>
|
|
42
|
+
var importApp = async (query, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
41
43
|
method: "post",
|
|
42
44
|
pathTemplate: "/api/v1/apps/import",
|
|
43
45
|
query,
|
|
44
46
|
body,
|
|
47
|
+
contentType: "application/octet-stream",
|
|
45
48
|
options
|
|
46
49
|
});
|
|
47
|
-
var getAppsPrivileges = async (options) =>
|
|
50
|
+
var getAppsPrivileges = async (options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
48
51
|
method: "get",
|
|
49
52
|
pathTemplate: "/api/v1/apps/privileges",
|
|
50
53
|
options
|
|
51
54
|
});
|
|
52
|
-
var deleteApp = async (appId, options) =>
|
|
55
|
+
var deleteApp = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
53
56
|
method: "delete",
|
|
54
57
|
pathTemplate: "/api/v1/apps/{appId}",
|
|
55
58
|
pathVariables: { appId },
|
|
56
59
|
options
|
|
57
60
|
});
|
|
58
|
-
var getAppInfo = async (appId, options) =>
|
|
61
|
+
var getAppInfo = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
59
62
|
method: "get",
|
|
60
63
|
pathTemplate: "/api/v1/apps/{appId}",
|
|
61
64
|
pathVariables: { appId },
|
|
62
65
|
options
|
|
63
66
|
});
|
|
64
|
-
var updateAppInfo = async (appId, body, options) =>
|
|
67
|
+
var updateAppInfo = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
65
68
|
method: "put",
|
|
66
69
|
pathTemplate: "/api/v1/apps/{appId}",
|
|
67
70
|
pathVariables: { appId },
|
|
68
71
|
body,
|
|
72
|
+
contentType: "application/json",
|
|
69
73
|
options
|
|
70
74
|
});
|
|
71
|
-
var copyApp = async (appId, body, options) =>
|
|
75
|
+
var copyApp = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
72
76
|
method: "post",
|
|
73
77
|
pathTemplate: "/api/v1/apps/{appId}/copy",
|
|
74
78
|
pathVariables: { appId },
|
|
75
79
|
body,
|
|
80
|
+
contentType: "application/json",
|
|
76
81
|
options
|
|
77
82
|
});
|
|
78
|
-
var getAppDataLineage = async (appId, options) =>
|
|
83
|
+
var getAppDataLineage = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
79
84
|
method: "get",
|
|
80
85
|
pathTemplate: "/api/v1/apps/{appId}/data/lineage",
|
|
81
86
|
pathVariables: { appId },
|
|
82
87
|
options
|
|
83
88
|
});
|
|
84
|
-
var getAppDataMetadata = async (appId, options) =>
|
|
89
|
+
var getAppDataMetadata = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
85
90
|
method: "get",
|
|
86
91
|
pathTemplate: "/api/v1/apps/{appId}/data/metadata",
|
|
87
92
|
pathVariables: { appId },
|
|
88
93
|
options
|
|
89
94
|
});
|
|
90
|
-
var exportApp = async (appId, query, options) =>
|
|
95
|
+
var exportApp = async (appId, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
91
96
|
method: "post",
|
|
92
97
|
pathTemplate: "/api/v1/apps/{appId}/export",
|
|
93
98
|
pathVariables: { appId },
|
|
94
99
|
query,
|
|
95
100
|
options
|
|
96
101
|
});
|
|
97
|
-
var getAppInsightAnalyses = async (appId, options) =>
|
|
102
|
+
var getAppInsightAnalyses = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
98
103
|
method: "get",
|
|
99
104
|
pathTemplate: "/api/v1/apps/{appId}/insight-analyses",
|
|
100
105
|
pathVariables: { appId },
|
|
101
106
|
options
|
|
102
107
|
});
|
|
103
|
-
var getAppInsightAnalysisRecommendations = async (appId, body, options) =>
|
|
108
|
+
var getAppInsightAnalysisRecommendations = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
104
109
|
method: "post",
|
|
105
110
|
pathTemplate: "/api/v1/apps/{appId}/insight-analyses/actions/recommend",
|
|
106
111
|
pathVariables: { appId },
|
|
107
112
|
body,
|
|
113
|
+
contentType: "application/json",
|
|
108
114
|
options
|
|
109
115
|
});
|
|
110
|
-
var getAppInsightAnalysisModel = async (appId, options) =>
|
|
116
|
+
var getAppInsightAnalysisModel = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
111
117
|
method: "get",
|
|
112
118
|
pathTemplate: "/api/v1/apps/{appId}/insight-analyses/model",
|
|
113
119
|
pathVariables: { appId },
|
|
114
120
|
options
|
|
115
121
|
});
|
|
116
|
-
var deleteAppMedia = async (appId, path, options) =>
|
|
122
|
+
var deleteAppMedia = async (appId, path, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
117
123
|
method: "delete",
|
|
118
124
|
pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
|
|
119
125
|
pathVariables: { appId, path },
|
|
120
126
|
options
|
|
121
127
|
});
|
|
122
|
-
var getAppMedia = async (appId, path, options) =>
|
|
128
|
+
var getAppMedia = async (appId, path, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
123
129
|
method: "get",
|
|
124
130
|
pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
|
|
125
131
|
pathVariables: { appId, path },
|
|
126
132
|
options
|
|
127
133
|
});
|
|
128
|
-
var uploadAppMedia = async (appId, path, body, options) =>
|
|
134
|
+
var uploadAppMedia = async (appId, path, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
129
135
|
method: "put",
|
|
130
136
|
pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
|
|
131
137
|
pathVariables: { appId, path },
|
|
132
138
|
body,
|
|
139
|
+
contentType: "application/octet-stream",
|
|
133
140
|
options
|
|
134
141
|
});
|
|
135
|
-
var getAppMediaList = async (appId, path, query, options) =>
|
|
142
|
+
var getAppMediaList = async (appId, path, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
136
143
|
method: "get",
|
|
137
144
|
pathTemplate: "/api/v1/apps/{appId}/media/list/{path}",
|
|
138
145
|
pathVariables: { appId, path },
|
|
139
146
|
query,
|
|
140
147
|
options
|
|
141
148
|
});
|
|
142
|
-
var getAppThumbnail = async (appId, options) =>
|
|
149
|
+
var getAppThumbnail = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
143
150
|
method: "get",
|
|
144
151
|
pathTemplate: "/api/v1/apps/{appId}/media/thumbnail",
|
|
145
152
|
pathVariables: { appId },
|
|
146
153
|
options
|
|
147
154
|
});
|
|
148
|
-
var updateAppObjectOwner = async (appId, objectId, body, options) =>
|
|
155
|
+
var updateAppObjectOwner = async (appId, objectId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
149
156
|
method: "post",
|
|
150
157
|
pathTemplate: "/api/v1/apps/{appId}/objects/{objectId}/actions/change-owner",
|
|
151
158
|
pathVariables: { appId, objectId },
|
|
152
159
|
body,
|
|
160
|
+
contentType: "application/json",
|
|
153
161
|
options
|
|
154
162
|
});
|
|
155
|
-
var updateAppOwner = async (appId, body, options) =>
|
|
163
|
+
var updateAppOwner = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
156
164
|
method: "put",
|
|
157
165
|
pathTemplate: "/api/v1/apps/{appId}/owner",
|
|
158
166
|
pathVariables: { appId },
|
|
159
167
|
body,
|
|
168
|
+
contentType: "application/json",
|
|
160
169
|
options
|
|
161
170
|
});
|
|
162
|
-
var publishApp = async (appId, body, options) =>
|
|
171
|
+
var publishApp = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
163
172
|
method: "post",
|
|
164
173
|
pathTemplate: "/api/v1/apps/{appId}/publish",
|
|
165
174
|
pathVariables: { appId },
|
|
166
175
|
body,
|
|
176
|
+
contentType: "application/json",
|
|
167
177
|
options
|
|
168
178
|
});
|
|
169
|
-
var republishApp = async (appId, body, options) =>
|
|
179
|
+
var republishApp = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
170
180
|
method: "put",
|
|
171
181
|
pathTemplate: "/api/v1/apps/{appId}/publish",
|
|
172
182
|
pathVariables: { appId },
|
|
173
183
|
body,
|
|
184
|
+
contentType: "application/json",
|
|
174
185
|
options
|
|
175
186
|
});
|
|
176
|
-
var getAppReloadLogs = async (appId, options) =>
|
|
187
|
+
var getAppReloadLogs = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
177
188
|
method: "get",
|
|
178
189
|
pathTemplate: "/api/v1/apps/{appId}/reloads/logs",
|
|
179
190
|
pathVariables: { appId },
|
|
180
191
|
options
|
|
181
192
|
});
|
|
182
|
-
var getAppReloadLog = async (appId, reloadId, options) =>
|
|
193
|
+
var getAppReloadLog = async (appId, reloadId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
183
194
|
method: "get",
|
|
184
195
|
pathTemplate: "/api/v1/apps/{appId}/reloads/logs/{reloadId}",
|
|
185
196
|
pathVariables: { appId, reloadId },
|
|
186
197
|
options
|
|
187
198
|
});
|
|
188
|
-
var getAppReloadMetadata = async (appId, reloadId, query, options) =>
|
|
199
|
+
var getAppReloadMetadata = async (appId, reloadId, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
189
200
|
method: "get",
|
|
190
201
|
pathTemplate: "/api/v1/apps/{appId}/reloads/metadata/{reloadId}",
|
|
191
202
|
pathVariables: { appId, reloadId },
|
|
192
203
|
query,
|
|
193
204
|
options
|
|
194
205
|
});
|
|
195
|
-
var
|
|
206
|
+
var getAppReportFilters = async (appId, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
207
|
+
method: "get",
|
|
208
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters",
|
|
209
|
+
pathVariables: { appId },
|
|
210
|
+
query,
|
|
211
|
+
options
|
|
212
|
+
});
|
|
213
|
+
var createAppReportFilter = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
214
|
+
method: "post",
|
|
215
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters",
|
|
216
|
+
pathVariables: { appId },
|
|
217
|
+
body,
|
|
218
|
+
contentType: "application/json",
|
|
219
|
+
options
|
|
220
|
+
});
|
|
221
|
+
var countAppReportFilters = async (appId, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
222
|
+
method: "get",
|
|
223
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters/actions/count",
|
|
224
|
+
pathVariables: { appId },
|
|
225
|
+
query,
|
|
226
|
+
options
|
|
227
|
+
});
|
|
228
|
+
var deleteAppReportFilter = async (appId, id, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
229
|
+
method: "delete",
|
|
230
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters/{id}",
|
|
231
|
+
pathVariables: { appId, id },
|
|
232
|
+
options
|
|
233
|
+
});
|
|
234
|
+
var getAppReportFilter = async (appId, id, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
235
|
+
method: "get",
|
|
236
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters/{id}",
|
|
237
|
+
pathVariables: { appId, id },
|
|
238
|
+
options
|
|
239
|
+
});
|
|
240
|
+
var getAppScriptHistory = async (appId, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
196
241
|
method: "get",
|
|
197
242
|
pathTemplate: "/api/v1/apps/{appId}/scripts",
|
|
198
243
|
pathVariables: { appId },
|
|
199
244
|
query,
|
|
200
245
|
options
|
|
201
246
|
});
|
|
202
|
-
var updateAppScript = async (appId, body, options) =>
|
|
247
|
+
var updateAppScript = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
203
248
|
method: "post",
|
|
204
249
|
pathTemplate: "/api/v1/apps/{appId}/scripts",
|
|
205
250
|
pathVariables: { appId },
|
|
206
251
|
body,
|
|
252
|
+
contentType: "application/json",
|
|
207
253
|
options
|
|
208
254
|
});
|
|
209
|
-
var deleteAppScript = async (appId, version, options) =>
|
|
255
|
+
var deleteAppScript = async (appId, version, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
210
256
|
method: "delete",
|
|
211
257
|
pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
|
|
212
258
|
pathVariables: { appId, version },
|
|
213
259
|
options
|
|
214
260
|
});
|
|
215
|
-
var getAppScript = async (appId, version, options) =>
|
|
261
|
+
var getAppScript = async (appId, version, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
216
262
|
method: "get",
|
|
217
263
|
pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
|
|
218
264
|
pathVariables: { appId, version },
|
|
219
265
|
options
|
|
220
266
|
});
|
|
221
|
-
var patchAppScript = async (appId, version, body, options) =>
|
|
267
|
+
var patchAppScript = async (appId, version, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
222
268
|
method: "patch",
|
|
223
269
|
pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
|
|
224
270
|
pathVariables: { appId, version },
|
|
225
271
|
body,
|
|
272
|
+
contentType: "application/json",
|
|
226
273
|
options
|
|
227
274
|
});
|
|
228
|
-
var removeAppFromSpace = async (appId, options) =>
|
|
275
|
+
var removeAppFromSpace = async (appId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
229
276
|
method: "delete",
|
|
230
277
|
pathTemplate: "/api/v1/apps/{appId}/space",
|
|
231
278
|
pathVariables: { appId },
|
|
232
279
|
options
|
|
233
280
|
});
|
|
234
|
-
var moveAppToSpace = async (appId, body, options) =>
|
|
281
|
+
var moveAppToSpace = async (appId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
235
282
|
method: "put",
|
|
236
283
|
pathTemplate: "/api/v1/apps/{appId}/space",
|
|
237
284
|
pathVariables: { appId },
|
|
238
285
|
body,
|
|
286
|
+
contentType: "application/json",
|
|
239
287
|
options
|
|
240
288
|
});
|
|
241
|
-
var getAppEvaluations = async (guid, query, options) =>
|
|
289
|
+
var getAppEvaluations = async (guid, query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
242
290
|
method: "get",
|
|
243
291
|
pathTemplate: "/api/v1/apps/{guid}/evaluations",
|
|
244
292
|
pathVariables: { guid },
|
|
245
293
|
query,
|
|
246
294
|
options
|
|
247
295
|
});
|
|
248
|
-
var queueAppEvaluation = async (guid, options) =>
|
|
296
|
+
var queueAppEvaluation = async (guid, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "apps", {
|
|
249
297
|
method: "post",
|
|
250
298
|
pathTemplate: "/api/v1/apps/{guid}/evaluations",
|
|
251
299
|
pathVariables: { guid },
|
|
252
300
|
options
|
|
253
301
|
});
|
|
254
302
|
function clearCache() {
|
|
255
|
-
return
|
|
303
|
+
return _chunkJNGURO23js.clearApiCache.call(void 0, "apps");
|
|
256
304
|
}
|
|
257
305
|
var appsExport = {
|
|
258
306
|
createApp,
|
|
@@ -284,6 +332,11 @@ var appsExport = {
|
|
|
284
332
|
getAppReloadLogs,
|
|
285
333
|
getAppReloadLog,
|
|
286
334
|
getAppReloadMetadata,
|
|
335
|
+
getAppReportFilters,
|
|
336
|
+
createAppReportFilter,
|
|
337
|
+
countAppReportFilters,
|
|
338
|
+
deleteAppReportFilter,
|
|
339
|
+
getAppReportFilter,
|
|
287
340
|
getAppScriptHistory,
|
|
288
341
|
updateAppScript,
|
|
289
342
|
deleteAppScript,
|
|
@@ -337,4 +390,9 @@ var apps_default = appsExport;
|
|
|
337
390
|
|
|
338
391
|
|
|
339
392
|
|
|
340
|
-
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
exports.clearCache = clearCache; exports.copyApp = copyApp; exports.countAppReportFilters = countAppReportFilters; exports.createApp = createApp; exports.createAppReportFilter = createAppReportFilter; exports.default = apps_default; exports.deleteApp = deleteApp; exports.deleteAppMedia = deleteAppMedia; exports.deleteAppReportFilter = deleteAppReportFilter; exports.deleteAppScript = deleteAppScript; exports.exportApp = exportApp; exports.getAppDataLineage = getAppDataLineage; exports.getAppDataMetadata = getAppDataMetadata; exports.getAppEvaluation = getAppEvaluation; exports.getAppEvaluationComparison = getAppEvaluationComparison; exports.getAppEvaluationComparisonXml = getAppEvaluationComparisonXml; exports.getAppEvaluationXml = getAppEvaluationXml; exports.getAppEvaluations = getAppEvaluations; exports.getAppInfo = getAppInfo; exports.getAppInsightAnalyses = getAppInsightAnalyses; exports.getAppInsightAnalysisModel = getAppInsightAnalysisModel; exports.getAppInsightAnalysisRecommendations = getAppInsightAnalysisRecommendations; exports.getAppMedia = getAppMedia; exports.getAppMediaList = getAppMediaList; exports.getAppReloadLog = getAppReloadLog; exports.getAppReloadLogs = getAppReloadLogs; exports.getAppReloadMetadata = getAppReloadMetadata; exports.getAppReportFilter = getAppReportFilter; exports.getAppReportFilters = getAppReportFilters; exports.getAppScript = getAppScript; exports.getAppScriptHistory = getAppScriptHistory; exports.getAppThumbnail = getAppThumbnail; exports.getAppsPrivileges = getAppsPrivileges; exports.importApp = importApp; exports.moveAppToSpace = moveAppToSpace; exports.patchAppScript = patchAppScript; exports.publishApp = publishApp; exports.queueAppEvaluation = queueAppEvaluation; exports.removeAppFromSpace = removeAppFromSpace; exports.republishApp = republishApp; exports.updateAppInfo = updateAppInfo; exports.updateAppObjectOwner = updateAppObjectOwner; exports.updateAppOwner = updateAppOwner; exports.updateAppScript = updateAppScript; exports.uploadAppMedia = uploadAppMedia;
|
package/apps.mjs
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
clearApiCache,
|
|
3
3
|
invokeFetch
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-TE7XMBT5.mjs";
|
|
5
|
+
import "./chunk-3SVRHJII.mjs";
|
|
6
|
+
import "./chunk-ZFXKCRJC.mjs";
|
|
6
7
|
|
|
7
8
|
// src/public/rest/apps.ts
|
|
8
9
|
var createApp = async (body, options) => invokeFetch("apps", {
|
|
9
10
|
method: "post",
|
|
10
11
|
pathTemplate: "/api/v1/apps",
|
|
11
12
|
body,
|
|
13
|
+
contentType: "application/json",
|
|
12
14
|
options
|
|
13
15
|
});
|
|
14
16
|
var getAppEvaluationComparison = async (baseid, comparisonid, query, options) => invokeFetch("apps", {
|
|
@@ -42,6 +44,7 @@ var importApp = async (query, body, options) => invokeFetch("apps", {
|
|
|
42
44
|
pathTemplate: "/api/v1/apps/import",
|
|
43
45
|
query,
|
|
44
46
|
body,
|
|
47
|
+
contentType: "application/octet-stream",
|
|
45
48
|
options
|
|
46
49
|
});
|
|
47
50
|
var getAppsPrivileges = async (options) => invokeFetch("apps", {
|
|
@@ -66,6 +69,7 @@ var updateAppInfo = async (appId, body, options) => invokeFetch("apps", {
|
|
|
66
69
|
pathTemplate: "/api/v1/apps/{appId}",
|
|
67
70
|
pathVariables: { appId },
|
|
68
71
|
body,
|
|
72
|
+
contentType: "application/json",
|
|
69
73
|
options
|
|
70
74
|
});
|
|
71
75
|
var copyApp = async (appId, body, options) => invokeFetch("apps", {
|
|
@@ -73,6 +77,7 @@ var copyApp = async (appId, body, options) => invokeFetch("apps", {
|
|
|
73
77
|
pathTemplate: "/api/v1/apps/{appId}/copy",
|
|
74
78
|
pathVariables: { appId },
|
|
75
79
|
body,
|
|
80
|
+
contentType: "application/json",
|
|
76
81
|
options
|
|
77
82
|
});
|
|
78
83
|
var getAppDataLineage = async (appId, options) => invokeFetch("apps", {
|
|
@@ -105,6 +110,7 @@ var getAppInsightAnalysisRecommendations = async (appId, body, options) => invok
|
|
|
105
110
|
pathTemplate: "/api/v1/apps/{appId}/insight-analyses/actions/recommend",
|
|
106
111
|
pathVariables: { appId },
|
|
107
112
|
body,
|
|
113
|
+
contentType: "application/json",
|
|
108
114
|
options
|
|
109
115
|
});
|
|
110
116
|
var getAppInsightAnalysisModel = async (appId, options) => invokeFetch("apps", {
|
|
@@ -130,6 +136,7 @@ var uploadAppMedia = async (appId, path, body, options) => invokeFetch("apps", {
|
|
|
130
136
|
pathTemplate: "/api/v1/apps/{appId}/media/files/{path}",
|
|
131
137
|
pathVariables: { appId, path },
|
|
132
138
|
body,
|
|
139
|
+
contentType: "application/octet-stream",
|
|
133
140
|
options
|
|
134
141
|
});
|
|
135
142
|
var getAppMediaList = async (appId, path, query, options) => invokeFetch("apps", {
|
|
@@ -150,6 +157,7 @@ var updateAppObjectOwner = async (appId, objectId, body, options) => invokeFetch
|
|
|
150
157
|
pathTemplate: "/api/v1/apps/{appId}/objects/{objectId}/actions/change-owner",
|
|
151
158
|
pathVariables: { appId, objectId },
|
|
152
159
|
body,
|
|
160
|
+
contentType: "application/json",
|
|
153
161
|
options
|
|
154
162
|
});
|
|
155
163
|
var updateAppOwner = async (appId, body, options) => invokeFetch("apps", {
|
|
@@ -157,6 +165,7 @@ var updateAppOwner = async (appId, body, options) => invokeFetch("apps", {
|
|
|
157
165
|
pathTemplate: "/api/v1/apps/{appId}/owner",
|
|
158
166
|
pathVariables: { appId },
|
|
159
167
|
body,
|
|
168
|
+
contentType: "application/json",
|
|
160
169
|
options
|
|
161
170
|
});
|
|
162
171
|
var publishApp = async (appId, body, options) => invokeFetch("apps", {
|
|
@@ -164,6 +173,7 @@ var publishApp = async (appId, body, options) => invokeFetch("apps", {
|
|
|
164
173
|
pathTemplate: "/api/v1/apps/{appId}/publish",
|
|
165
174
|
pathVariables: { appId },
|
|
166
175
|
body,
|
|
176
|
+
contentType: "application/json",
|
|
167
177
|
options
|
|
168
178
|
});
|
|
169
179
|
var republishApp = async (appId, body, options) => invokeFetch("apps", {
|
|
@@ -171,6 +181,7 @@ var republishApp = async (appId, body, options) => invokeFetch("apps", {
|
|
|
171
181
|
pathTemplate: "/api/v1/apps/{appId}/publish",
|
|
172
182
|
pathVariables: { appId },
|
|
173
183
|
body,
|
|
184
|
+
contentType: "application/json",
|
|
174
185
|
options
|
|
175
186
|
});
|
|
176
187
|
var getAppReloadLogs = async (appId, options) => invokeFetch("apps", {
|
|
@@ -192,6 +203,40 @@ var getAppReloadMetadata = async (appId, reloadId, query, options) => invokeFetc
|
|
|
192
203
|
query,
|
|
193
204
|
options
|
|
194
205
|
});
|
|
206
|
+
var getAppReportFilters = async (appId, query, options) => invokeFetch("apps", {
|
|
207
|
+
method: "get",
|
|
208
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters",
|
|
209
|
+
pathVariables: { appId },
|
|
210
|
+
query,
|
|
211
|
+
options
|
|
212
|
+
});
|
|
213
|
+
var createAppReportFilter = async (appId, body, options) => invokeFetch("apps", {
|
|
214
|
+
method: "post",
|
|
215
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters",
|
|
216
|
+
pathVariables: { appId },
|
|
217
|
+
body,
|
|
218
|
+
contentType: "application/json",
|
|
219
|
+
options
|
|
220
|
+
});
|
|
221
|
+
var countAppReportFilters = async (appId, query, options) => invokeFetch("apps", {
|
|
222
|
+
method: "get",
|
|
223
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters/actions/count",
|
|
224
|
+
pathVariables: { appId },
|
|
225
|
+
query,
|
|
226
|
+
options
|
|
227
|
+
});
|
|
228
|
+
var deleteAppReportFilter = async (appId, id, options) => invokeFetch("apps", {
|
|
229
|
+
method: "delete",
|
|
230
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters/{id}",
|
|
231
|
+
pathVariables: { appId, id },
|
|
232
|
+
options
|
|
233
|
+
});
|
|
234
|
+
var getAppReportFilter = async (appId, id, options) => invokeFetch("apps", {
|
|
235
|
+
method: "get",
|
|
236
|
+
pathTemplate: "/api/v1/apps/{appId}/report-filters/{id}",
|
|
237
|
+
pathVariables: { appId, id },
|
|
238
|
+
options
|
|
239
|
+
});
|
|
195
240
|
var getAppScriptHistory = async (appId, query, options) => invokeFetch("apps", {
|
|
196
241
|
method: "get",
|
|
197
242
|
pathTemplate: "/api/v1/apps/{appId}/scripts",
|
|
@@ -204,6 +249,7 @@ var updateAppScript = async (appId, body, options) => invokeFetch("apps", {
|
|
|
204
249
|
pathTemplate: "/api/v1/apps/{appId}/scripts",
|
|
205
250
|
pathVariables: { appId },
|
|
206
251
|
body,
|
|
252
|
+
contentType: "application/json",
|
|
207
253
|
options
|
|
208
254
|
});
|
|
209
255
|
var deleteAppScript = async (appId, version, options) => invokeFetch("apps", {
|
|
@@ -223,6 +269,7 @@ var patchAppScript = async (appId, version, body, options) => invokeFetch("apps"
|
|
|
223
269
|
pathTemplate: "/api/v1/apps/{appId}/scripts/{version}",
|
|
224
270
|
pathVariables: { appId, version },
|
|
225
271
|
body,
|
|
272
|
+
contentType: "application/json",
|
|
226
273
|
options
|
|
227
274
|
});
|
|
228
275
|
var removeAppFromSpace = async (appId, options) => invokeFetch("apps", {
|
|
@@ -236,6 +283,7 @@ var moveAppToSpace = async (appId, body, options) => invokeFetch("apps", {
|
|
|
236
283
|
pathTemplate: "/api/v1/apps/{appId}/space",
|
|
237
284
|
pathVariables: { appId },
|
|
238
285
|
body,
|
|
286
|
+
contentType: "application/json",
|
|
239
287
|
options
|
|
240
288
|
});
|
|
241
289
|
var getAppEvaluations = async (guid, query, options) => invokeFetch("apps", {
|
|
@@ -284,6 +332,11 @@ var appsExport = {
|
|
|
284
332
|
getAppReloadLogs,
|
|
285
333
|
getAppReloadLog,
|
|
286
334
|
getAppReloadMetadata,
|
|
335
|
+
getAppReportFilters,
|
|
336
|
+
createAppReportFilter,
|
|
337
|
+
countAppReportFilters,
|
|
338
|
+
deleteAppReportFilter,
|
|
339
|
+
getAppReportFilter,
|
|
287
340
|
getAppScriptHistory,
|
|
288
341
|
updateAppScript,
|
|
289
342
|
deleteAppScript,
|
|
@@ -299,10 +352,13 @@ var apps_default = appsExport;
|
|
|
299
352
|
export {
|
|
300
353
|
clearCache,
|
|
301
354
|
copyApp,
|
|
355
|
+
countAppReportFilters,
|
|
302
356
|
createApp,
|
|
357
|
+
createAppReportFilter,
|
|
303
358
|
apps_default as default,
|
|
304
359
|
deleteApp,
|
|
305
360
|
deleteAppMedia,
|
|
361
|
+
deleteAppReportFilter,
|
|
306
362
|
deleteAppScript,
|
|
307
363
|
exportApp,
|
|
308
364
|
getAppDataLineage,
|
|
@@ -321,6 +377,8 @@ export {
|
|
|
321
377
|
getAppReloadLog,
|
|
322
378
|
getAppReloadLogs,
|
|
323
379
|
getAppReloadMetadata,
|
|
380
|
+
getAppReportFilter,
|
|
381
|
+
getAppReportFilters,
|
|
324
382
|
getAppScript,
|
|
325
383
|
getAppScriptHistory,
|
|
326
384
|
getAppThumbnail,
|
package/audits.d.mts
CHANGED
|
@@ -92,6 +92,7 @@ type ListLinks = {
|
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
94
|
* Finds and returns the persisted audit events for the given tenant.
|
|
95
|
+
*
|
|
95
96
|
* @param query an object with query parameters
|
|
96
97
|
* @throws GetAuditsHttpError
|
|
97
98
|
*/
|
|
@@ -129,6 +130,7 @@ type GetAuditsHttpError = {
|
|
|
129
130
|
};
|
|
130
131
|
/**
|
|
131
132
|
* Finds and returns audit events from the archive, formatted as a JSON array, for the given date and tenant (in JWT).
|
|
133
|
+
*
|
|
132
134
|
* @param query an object with query parameters
|
|
133
135
|
* @throws GetArchivedAuditsHttpError
|
|
134
136
|
*/
|
|
@@ -148,6 +150,7 @@ type GetArchivedAuditsHttpError = {
|
|
|
148
150
|
};
|
|
149
151
|
/**
|
|
150
152
|
* It includes options that represent the server configuration state and parameters that were used to run the server with certain functionality.
|
|
153
|
+
*
|
|
151
154
|
* @throws GetAuditsSettingsHttpError
|
|
152
155
|
*/
|
|
153
156
|
declare const getAuditsSettings: (options?: ApiCallOptions) => Promise<GetAuditsSettingsHttpResponse>;
|
|
@@ -163,6 +166,7 @@ type GetAuditsSettingsHttpError = {
|
|
|
163
166
|
};
|
|
164
167
|
/**
|
|
165
168
|
* Finds and returns the distinct list of unique event sources.
|
|
169
|
+
*
|
|
166
170
|
* @throws GetAuditSourcesHttpError
|
|
167
171
|
*/
|
|
168
172
|
declare const getAuditSources: (options?: ApiCallOptions) => Promise<GetAuditSourcesHttpResponse>;
|
|
@@ -180,6 +184,7 @@ type GetAuditSourcesHttpError = {
|
|
|
180
184
|
};
|
|
181
185
|
/**
|
|
182
186
|
* Finds and returns the distinct list of unique event types.
|
|
187
|
+
*
|
|
183
188
|
* @throws GetAuditTypesHttpError
|
|
184
189
|
*/
|
|
185
190
|
declare const getAuditTypes: (options?: ApiCallOptions) => Promise<GetAuditTypesHttpResponse>;
|
|
@@ -197,6 +202,7 @@ type GetAuditTypesHttpError = {
|
|
|
197
202
|
};
|
|
198
203
|
/**
|
|
199
204
|
* Finds and returns the persisted audit events for the given tenant.
|
|
205
|
+
*
|
|
200
206
|
* @param id The audit item's unique identifier.
|
|
201
207
|
* @throws GetAuditHttpError
|
|
202
208
|
*/
|
|
@@ -218,33 +224,39 @@ declare function clearCache(): void;
|
|
|
218
224
|
interface AuditsAPI {
|
|
219
225
|
/**
|
|
220
226
|
* Finds and returns the persisted audit events for the given tenant.
|
|
227
|
+
*
|
|
221
228
|
* @param query an object with query parameters
|
|
222
229
|
* @throws GetAuditsHttpError
|
|
223
230
|
*/
|
|
224
231
|
getAudits: typeof getAudits;
|
|
225
232
|
/**
|
|
226
233
|
* Finds and returns audit events from the archive, formatted as a JSON array, for the given date and tenant (in JWT).
|
|
234
|
+
*
|
|
227
235
|
* @param query an object with query parameters
|
|
228
236
|
* @throws GetArchivedAuditsHttpError
|
|
229
237
|
*/
|
|
230
238
|
getArchivedAudits: typeof getArchivedAudits;
|
|
231
239
|
/**
|
|
232
240
|
* It includes options that represent the server configuration state and parameters that were used to run the server with certain functionality.
|
|
241
|
+
*
|
|
233
242
|
* @throws GetAuditsSettingsHttpError
|
|
234
243
|
*/
|
|
235
244
|
getAuditsSettings: typeof getAuditsSettings;
|
|
236
245
|
/**
|
|
237
246
|
* Finds and returns the distinct list of unique event sources.
|
|
247
|
+
*
|
|
238
248
|
* @throws GetAuditSourcesHttpError
|
|
239
249
|
*/
|
|
240
250
|
getAuditSources: typeof getAuditSources;
|
|
241
251
|
/**
|
|
242
252
|
* Finds and returns the distinct list of unique event types.
|
|
253
|
+
*
|
|
243
254
|
* @throws GetAuditTypesHttpError
|
|
244
255
|
*/
|
|
245
256
|
getAuditTypes: typeof getAuditTypes;
|
|
246
257
|
/**
|
|
247
258
|
* Finds and returns the persisted audit events for the given tenant.
|
|
259
|
+
*
|
|
248
260
|
* @param id The audit item's unique identifier.
|
|
249
261
|
* @throws GetAuditHttpError
|
|
250
262
|
*/
|