@qlik/api 0.0.1 → 0.0.3
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/.github/CODEOWNERS +2 -0
- package/.github/workflows/release.yaml +35 -0
- package/README.md +1 -3
- package/api-keys.d.mts +27 -13
- package/api-keys.d.ts +27 -13
- package/api-keys.js +17 -13
- package/api-keys.mjs +12 -8
- package/apps.d.mts +580 -165
- package/apps.d.ts +580 -165
- package/apps.js +111 -44
- package/apps.mjs +78 -11
- package/audits.d.mts +20 -8
- package/audits.d.ts +20 -8
- package/audits.js +12 -11
- package/audits.mjs +7 -6
- package/auth-AWZV4DPP.js +41 -0
- package/{auth-TE272Q34.mjs → auth-CPBNNC7S.mjs} +8 -3
- package/auth.js +4 -3
- package/auth.mjs +3 -2
- package/automations.d.mts +56 -20
- package/automations.d.ts +56 -20
- package/automations.js +32 -25
- package/automations.mjs +18 -11
- 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-WM7FQU2U.mjs → chunk-3SVRHJII.mjs} +3 -3
- package/{chunk-CKPJE4IA.mjs → chunk-67GJTTPV.mjs} +1 -1
- package/{chunk-4ES65KO3.js → chunk-7RY3NO6N.js} +2 -2
- package/{chunk-4OMEH5SW.mjs → chunk-CYRLVHU3.mjs} +321 -53
- package/{chunk-XASXL2NC.js → chunk-D52VW5UN.js} +323 -55
- package/{chunk-GUQBHY3H.mjs → chunk-GNWU6SP2.mjs} +1 -1
- package/{chunk-4FLMND6T.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 +52 -18
- package/collections.d.ts +52 -18
- package/collections.js +28 -14
- package/collections.mjs +16 -2
- package/csp-origins.d.mts +12 -0
- package/csp-origins.d.ts +12 -0
- 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 +20 -0
- package/data-connections.d.ts +20 -0
- package/data-connections.js +19 -12
- package/data-connections.mjs +9 -2
- package/data-credentials.d.mts +10 -0
- package/data-credentials.d.ts +10 -0
- package/data-credentials.js +10 -7
- package/data-credentials.mjs +5 -2
- package/data-files.d.mts +114 -29
- package/data-files.d.ts +114 -29
- package/data-files.js +25 -18
- package/data-files.mjs +15 -8
- package/{enigma-session-TEB53FAF.js → enigma-session-XPXDQAIV.js} +12 -7
- package/{enigma-session-4L373ALV.mjs → enigma-session-ZH6MYA54.mjs} +10 -5
- package/{esm-4X3DKK5D.js → esm-3VXX2GKL.js} +13 -9
- package/{esm-SOWVJKOQ.mjs → esm-OY4XVIJB.mjs} +13 -9
- 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 +29 -13
- package/groups.d.ts +29 -13
- package/groups.js +19 -14
- package/groups.mjs +13 -8
- package/identity-providers.d.mts +23 -7
- package/identity-providers.d.ts +23 -7
- package/identity-providers.js +16 -13
- package/identity-providers.mjs +8 -5
- package/index.js +150 -112
- package/index.mjs +146 -108
- package/{invoke-fetch-MSSJAZ7K.mjs → invoke-fetch-3WZWAAZH.mjs} +4 -1
- package/invoke-fetch-UNTAUR7O.js +17 -0
- package/items.d.mts +25 -22
- package/items.d.ts +25 -22
- package/items.js +17 -14
- package/items.mjs +11 -8
- package/licenses.d.mts +20 -0
- package/licenses.d.ts +20 -0
- package/licenses.js +17 -12
- package/licenses.mjs +7 -2
- package/package.json +7 -18
- package/{qix-RLTISYTB.js → qix-UNWXPGMA.js} +9 -8
- package/{qix-EU7PXRZ6.mjs → qix-ZSJ4PIK3.mjs} +5 -4
- package/qix.d.mts +1066 -1017
- package/qix.d.ts +1066 -1017
- 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.d.mts +2 -0
- package/reload-tasks.d.ts +2 -0
- package/reload-tasks.js +11 -8
- package/reload-tasks.mjs +5 -2
- package/reloads.d.mts +20 -11
- package/reloads.d.ts +20 -11
- 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 +36 -30
- package/spaces.d.ts +36 -30
- package/spaces.js +21 -15
- package/spaces.mjs +8 -2
- package/temp-contents.d.mts +9 -70
- package/temp-contents.d.ts +9 -70
- package/temp-contents.js +10 -29
- package/temp-contents.mjs +5 -24
- 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 +27 -7
- package/webhooks.d.ts +27 -7
- package/webhooks.js +17 -13
- package/webhooks.mjs +6 -2
- package/auth-CSVTXOZX.js +0 -36
- package/invoke-fetch-PEI54KZO.js +0 -14
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
|
*/
|
|
@@ -102,7 +103,7 @@ declare const getAudits: (query: {
|
|
|
102
103
|
eventType?: string;
|
|
103
104
|
/** The comma separated list of audit unique identifiers. */
|
|
104
105
|
id?: string;
|
|
105
|
-
/** The maximum number of resources to return for a request.
|
|
106
|
+
/** The maximum number of resources to return for a request. */
|
|
106
107
|
limit?: number;
|
|
107
108
|
/** The cursor to the next page of resources. Provide either the next or prev cursor, but not both. */
|
|
108
109
|
next?: string;
|
|
@@ -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,21 +150,23 @@ 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.
|
|
151
|
-
*
|
|
153
|
+
*
|
|
154
|
+
* @throws GetAuditsSettingsHttpError
|
|
152
155
|
*/
|
|
153
|
-
declare const
|
|
154
|
-
type
|
|
156
|
+
declare const getAuditsSettings: (options?: ApiCallOptions) => Promise<GetAuditsSettingsHttpResponse>;
|
|
157
|
+
type GetAuditsSettingsHttpResponse = {
|
|
155
158
|
data: GetSettingsResult;
|
|
156
159
|
headers: Headers;
|
|
157
160
|
status: number;
|
|
158
161
|
};
|
|
159
|
-
type
|
|
162
|
+
type GetAuditsSettingsHttpError = {
|
|
160
163
|
data: ErrorResponse;
|
|
161
164
|
headers: Headers;
|
|
162
165
|
status: number;
|
|
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.
|
|
233
|
-
*
|
|
241
|
+
*
|
|
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
|
*/
|
|
@@ -259,4 +271,4 @@ interface AuditsAPI {
|
|
|
259
271
|
*/
|
|
260
272
|
declare const auditsExport: AuditsAPI;
|
|
261
273
|
|
|
262
|
-
export { type AuditsAPI, type ErrorResponse, type EventExtensions, type GetArchiveResult, type GetArchivedAuditsHttpError, type GetArchivedAuditsHttpResponse, type GetAuditHttpError, type GetAuditHttpResponse, type
|
|
274
|
+
export { type AuditsAPI, type ErrorResponse, type EventExtensions, type GetArchiveResult, type GetArchivedAuditsHttpError, type GetArchivedAuditsHttpResponse, type GetAuditHttpError, type GetAuditHttpResponse, type GetAuditSourcesHttpError, type GetAuditSourcesHttpResponse, type GetAuditTypesHttpError, type GetAuditTypesHttpResponse, type GetAuditsHttpError, type GetAuditsHttpResponse, type GetAuditsSettingsHttpError, type GetAuditsSettingsHttpResponse, type GetByIDResult, type GetLinks, type GetObjectsResult, type GetResult, type GetSettingsResult, type Href, type ListLinks, clearCache, auditsExport as default, getArchivedAudits, getAudit, getAuditSources, getAuditTypes, getAudits, getAuditsSettings };
|
package/audits.d.ts
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
|
*/
|
|
@@ -102,7 +103,7 @@ declare const getAudits: (query: {
|
|
|
102
103
|
eventType?: string;
|
|
103
104
|
/** The comma separated list of audit unique identifiers. */
|
|
104
105
|
id?: string;
|
|
105
|
-
/** The maximum number of resources to return for a request.
|
|
106
|
+
/** The maximum number of resources to return for a request. */
|
|
106
107
|
limit?: number;
|
|
107
108
|
/** The cursor to the next page of resources. Provide either the next or prev cursor, but not both. */
|
|
108
109
|
next?: string;
|
|
@@ -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,21 +150,23 @@ 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.
|
|
151
|
-
*
|
|
153
|
+
*
|
|
154
|
+
* @throws GetAuditsSettingsHttpError
|
|
152
155
|
*/
|
|
153
|
-
declare const
|
|
154
|
-
type
|
|
156
|
+
declare const getAuditsSettings: (options?: ApiCallOptions) => Promise<GetAuditsSettingsHttpResponse>;
|
|
157
|
+
type GetAuditsSettingsHttpResponse = {
|
|
155
158
|
data: GetSettingsResult;
|
|
156
159
|
headers: Headers;
|
|
157
160
|
status: number;
|
|
158
161
|
};
|
|
159
|
-
type
|
|
162
|
+
type GetAuditsSettingsHttpError = {
|
|
160
163
|
data: ErrorResponse;
|
|
161
164
|
headers: Headers;
|
|
162
165
|
status: number;
|
|
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.
|
|
233
|
-
*
|
|
241
|
+
*
|
|
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
|
*/
|
|
@@ -259,4 +271,4 @@ interface AuditsAPI {
|
|
|
259
271
|
*/
|
|
260
272
|
declare const auditsExport: AuditsAPI;
|
|
261
273
|
|
|
262
|
-
export { type AuditsAPI, type ErrorResponse, type EventExtensions, type GetArchiveResult, type GetArchivedAuditsHttpError, type GetArchivedAuditsHttpResponse, type GetAuditHttpError, type GetAuditHttpResponse, type
|
|
274
|
+
export { type AuditsAPI, type ErrorResponse, type EventExtensions, type GetArchiveResult, type GetArchivedAuditsHttpError, type GetArchivedAuditsHttpResponse, type GetAuditHttpError, type GetAuditHttpResponse, type GetAuditSourcesHttpError, type GetAuditSourcesHttpResponse, type GetAuditTypesHttpError, type GetAuditTypesHttpResponse, type GetAuditsHttpError, type GetAuditsHttpResponse, type GetAuditsSettingsHttpError, type GetAuditsSettingsHttpResponse, type GetByIDResult, type GetLinks, type GetObjectsResult, type GetResult, type GetSettingsResult, type Href, type ListLinks, clearCache, auditsExport as default, getArchivedAudits, getAudit, getAuditSources, getAuditTypes, getAudits, getAuditsSettings };
|
package/audits.js
CHANGED
|
@@ -1,50 +1,51 @@
|
|
|
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/audits.ts
|
|
8
|
-
var getAudits = async (query, options) =>
|
|
9
|
+
var getAudits = async (query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "audits", {
|
|
9
10
|
method: "get",
|
|
10
11
|
pathTemplate: "/api/v1/audits",
|
|
11
12
|
query,
|
|
12
13
|
options
|
|
13
14
|
});
|
|
14
|
-
var getArchivedAudits = async (query, options) =>
|
|
15
|
+
var getArchivedAudits = async (query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "audits", {
|
|
15
16
|
method: "get",
|
|
16
17
|
pathTemplate: "/api/v1/audits/archive",
|
|
17
18
|
query,
|
|
18
19
|
options
|
|
19
20
|
});
|
|
20
|
-
var
|
|
21
|
+
var getAuditsSettings = async (options) => _chunkJNGURO23js.invokeFetch.call(void 0, "audits", {
|
|
21
22
|
method: "get",
|
|
22
23
|
pathTemplate: "/api/v1/audits/settings",
|
|
23
24
|
options
|
|
24
25
|
});
|
|
25
|
-
var getAuditSources = async (options) =>
|
|
26
|
+
var getAuditSources = async (options) => _chunkJNGURO23js.invokeFetch.call(void 0, "audits", {
|
|
26
27
|
method: "get",
|
|
27
28
|
pathTemplate: "/api/v1/audits/sources",
|
|
28
29
|
options
|
|
29
30
|
});
|
|
30
|
-
var getAuditTypes = async (options) =>
|
|
31
|
+
var getAuditTypes = async (options) => _chunkJNGURO23js.invokeFetch.call(void 0, "audits", {
|
|
31
32
|
method: "get",
|
|
32
33
|
pathTemplate: "/api/v1/audits/types",
|
|
33
34
|
options
|
|
34
35
|
});
|
|
35
|
-
var getAudit = async (id, options) =>
|
|
36
|
+
var getAudit = async (id, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "audits", {
|
|
36
37
|
method: "get",
|
|
37
38
|
pathTemplate: "/api/v1/audits/{id}",
|
|
38
39
|
pathVariables: { id },
|
|
39
40
|
options
|
|
40
41
|
});
|
|
41
42
|
function clearCache() {
|
|
42
|
-
return
|
|
43
|
+
return _chunkJNGURO23js.clearApiCache.call(void 0, "audits");
|
|
43
44
|
}
|
|
44
45
|
var auditsExport = {
|
|
45
46
|
getAudits,
|
|
46
47
|
getArchivedAudits,
|
|
47
|
-
|
|
48
|
+
getAuditsSettings,
|
|
48
49
|
getAuditSources,
|
|
49
50
|
getAuditTypes,
|
|
50
51
|
getAudit,
|
|
@@ -60,4 +61,4 @@ var audits_default = auditsExport;
|
|
|
60
61
|
|
|
61
62
|
|
|
62
63
|
|
|
63
|
-
exports.clearCache = clearCache; exports.default = audits_default; exports.getArchivedAudits = getArchivedAudits; exports.getAudit = getAudit; exports.
|
|
64
|
+
exports.clearCache = clearCache; exports.default = audits_default; exports.getArchivedAudits = getArchivedAudits; exports.getAudit = getAudit; exports.getAuditSources = getAuditSources; exports.getAuditTypes = getAuditTypes; exports.getAudits = getAudits; exports.getAuditsSettings = getAuditsSettings;
|
package/audits.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
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/audits.ts
|
|
8
9
|
var getAudits = async (query, options) => invokeFetch("audits", {
|
|
@@ -17,7 +18,7 @@ var getArchivedAudits = async (query, options) => invokeFetch("audits", {
|
|
|
17
18
|
query,
|
|
18
19
|
options
|
|
19
20
|
});
|
|
20
|
-
var
|
|
21
|
+
var getAuditsSettings = async (options) => invokeFetch("audits", {
|
|
21
22
|
method: "get",
|
|
22
23
|
pathTemplate: "/api/v1/audits/settings",
|
|
23
24
|
options
|
|
@@ -44,7 +45,7 @@ function clearCache() {
|
|
|
44
45
|
var auditsExport = {
|
|
45
46
|
getAudits,
|
|
46
47
|
getArchivedAudits,
|
|
47
|
-
|
|
48
|
+
getAuditsSettings,
|
|
48
49
|
getAuditSources,
|
|
49
50
|
getAuditTypes,
|
|
50
51
|
getAudit,
|
|
@@ -56,8 +57,8 @@ export {
|
|
|
56
57
|
audits_default as default,
|
|
57
58
|
getArchivedAudits,
|
|
58
59
|
getAudit,
|
|
59
|
-
getAuditSettings,
|
|
60
60
|
getAuditSources,
|
|
61
61
|
getAuditTypes,
|
|
62
|
-
getAudits
|
|
62
|
+
getAudits,
|
|
63
|
+
getAuditsSettings
|
|
63
64
|
};
|
package/auth-AWZV4DPP.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
var _chunkD52VW5UNjs = require('./chunk-D52VW5UN.js');
|
|
21
|
+
require('./chunk-P57PW2II.js');
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
exports.AuthorizationError = _chunkD52VW5UNjs.AuthorizationError; exports.InvalidAuthTypeError = _chunkD52VW5UNjs.InvalidAuthTypeError; exports.InvalidHostConfigError = _chunkD52VW5UNjs.InvalidHostConfigError; exports.UnexpectedAuthTypeError = _chunkD52VW5UNjs.UnexpectedAuthTypeError; exports.checkForCrossDomainRequest = _chunkD52VW5UNjs.checkForCrossDomainRequest; exports.default = _chunkD52VW5UNjs.auth_default; exports.getRestCallAuthParams = _chunkD52VW5UNjs.getRestCallAuthParams; exports.getWebResourceAuthParams = _chunkD52VW5UNjs.getWebResourceAuthParams; exports.getWebSocketAuthParams = _chunkD52VW5UNjs.getWebSocketAuthParams; exports.handleAuthenticationError = _chunkD52VW5UNjs.handleAuthenticationError; exports.isHostCrossOrigin = _chunkD52VW5UNjs.isHostCrossOrigin; exports.isWindows = _chunkD52VW5UNjs.isWindows; exports.logout = _chunkD52VW5UNjs.logout; exports.registerAuthModule = _chunkD52VW5UNjs.registerAuthModule; exports.setDefaultHostConfig = _chunkD52VW5UNjs.setDefaultHostConfig; exports.toValidEnigmaLocationUrl = _chunkD52VW5UNjs.toValidEnigmaLocationUrl; exports.toValidLocationUrl = _chunkD52VW5UNjs.toValidLocationUrl; exports.toValidWebsocketLocationUrl = _chunkD52VW5UNjs.toValidWebsocketLocationUrl;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AuthorizationError,
|
|
2
3
|
InvalidAuthTypeError,
|
|
3
4
|
InvalidHostConfigError,
|
|
4
5
|
UnexpectedAuthTypeError,
|
|
@@ -14,9 +15,12 @@ import {
|
|
|
14
15
|
registerAuthModule,
|
|
15
16
|
setDefaultHostConfig,
|
|
16
17
|
toValidEnigmaLocationUrl,
|
|
17
|
-
toValidLocationUrl
|
|
18
|
-
|
|
18
|
+
toValidLocationUrl,
|
|
19
|
+
toValidWebsocketLocationUrl
|
|
20
|
+
} from "./chunk-CYRLVHU3.mjs";
|
|
21
|
+
import "./chunk-ZFXKCRJC.mjs";
|
|
19
22
|
export {
|
|
23
|
+
AuthorizationError,
|
|
20
24
|
InvalidAuthTypeError,
|
|
21
25
|
InvalidHostConfigError,
|
|
22
26
|
UnexpectedAuthTypeError,
|
|
@@ -32,5 +36,6 @@ export {
|
|
|
32
36
|
registerAuthModule,
|
|
33
37
|
setDefaultHostConfig,
|
|
34
38
|
toValidEnigmaLocationUrl,
|
|
35
|
-
toValidLocationUrl
|
|
39
|
+
toValidLocationUrl,
|
|
40
|
+
toValidWebsocketLocationUrl
|
|
36
41
|
};
|
package/auth.js
CHANGED
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
6
|
+
var _chunkGV5SRHY2js = require('./chunk-GV5SRHY2.js');
|
|
7
|
+
require('./chunk-2STFUQKQ.js');
|
|
8
|
+
require('./chunk-P57PW2II.js');
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
|
|
13
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkGV5SRHY2js.auth_default; exports.logout = _chunkGV5SRHY2js.logout; exports.registerAuthModule = _chunkGV5SRHY2js.registerAuthModule; exports.setDefaultHostConfig = _chunkGV5SRHY2js.setDefaultHostConfig;
|
package/auth.mjs
CHANGED
|
@@ -3,8 +3,9 @@ import {
|
|
|
3
3
|
logout,
|
|
4
4
|
registerAuthModule,
|
|
5
5
|
setDefaultHostConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-GNWU6SP2.mjs";
|
|
7
|
+
import "./chunk-3SVRHJII.mjs";
|
|
8
|
+
import "./chunk-ZFXKCRJC.mjs";
|
|
8
9
|
export {
|
|
9
10
|
auth_default as default,
|
|
10
11
|
logout,
|