@qlik/api 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-keys.js +10 -10
- package/api-keys.mjs +2 -2
- package/apps.d.mts +20 -61
- package/apps.d.ts +20 -61
- package/apps.js +46 -46
- package/apps.mjs +2 -2
- package/audits.js +9 -9
- package/audits.mjs +2 -2
- package/auth-TB6NYHVR.js +41 -0
- package/{auth-7HMK2Q6F.mjs → auth-UH5NRF5W.mjs} +1 -1
- package/auth.js +3 -3
- package/auth.mjs +2 -2
- package/automations.js +21 -21
- package/automations.mjs +2 -2
- package/brands.js +15 -15
- package/brands.mjs +2 -2
- package/{chunk-2II4JNZO.js → chunk-2EGD2BDX.js} +8 -4
- package/{chunk-GLWHVX4M.mjs → chunk-7HKUAHVA.mjs} +3 -3
- package/{chunk-UXRTUKY5.mjs → chunk-AHJ5TCGF.mjs} +1 -1
- package/{chunk-QLS6D4AX.mjs → chunk-AHWPRCGA.mjs} +6 -2
- package/{chunk-XJKF347C.js → chunk-KPCXSJ7B.js} +3 -3
- package/{chunk-EDRFS7GY.mjs → chunk-OQ7JMHBC.mjs} +1 -1
- package/{chunk-7PAVHCQG.js → chunk-RG5MJMTS.js} +2 -2
- package/{chunk-2NSUC46G.js → chunk-VTS2AFOU.js} +4 -4
- package/{chunk-PUBPF4EZ.mjs → chunk-ZNLWUSS5.mjs} +1 -1
- package/{chunk-JZAPZIPR.js → chunk-ZXQHFWQH.js} +3 -3
- package/collections.js +14 -14
- package/collections.mjs +2 -2
- package/csp-origins.js +9 -9
- package/csp-origins.mjs +2 -2
- package/data-assets.js +8 -8
- package/data-assets.mjs +2 -2
- package/data-connections.js +12 -12
- package/data-connections.mjs +2 -2
- package/data-credentials.js +7 -7
- package/data-credentials.mjs +2 -2
- package/data-files.js +15 -15
- package/data-files.mjs +2 -2
- package/docs/qix.md +1 -1
- package/{enigma-session-L4P4IJWW.mjs → enigma-session-BUSRMT72.mjs} +1 -1
- package/{enigma-session-2OXUKTWL.js → enigma-session-SX3S4D67.js} +4 -4
- package/extensions.js +10 -10
- package/extensions.mjs +2 -2
- package/glossaries.d.mts +51 -4
- package/glossaries.d.ts +51 -4
- package/glossaries.js +27 -27
- package/glossaries.mjs +2 -2
- package/groups.js +11 -11
- package/groups.mjs +2 -2
- package/identity-providers.js +11 -11
- package/identity-providers.mjs +2 -2
- package/index.js +8 -8
- package/index.mjs +4 -4
- package/invoke-fetch-JU62OAXK.js +17 -0
- package/{invoke-fetch-CK5Y37H3.mjs → invoke-fetch-O6G2T5EO.mjs} +1 -1
- package/items.js +11 -11
- package/items.mjs +2 -2
- package/licenses.js +12 -12
- package/licenses.mjs +2 -2
- package/package.json +1 -4
- package/{qix-MP65NOTD.mjs → qix-6ZR6KLUS.mjs} +2 -2
- package/{qix-FLNSZRQX.js → qix-H5YPUSPO.js} +8 -8
- package/qix.d.mts +16 -2
- package/qix.d.ts +16 -2
- package/qix.js +3 -3
- package/qix.mjs +2 -2
- package/quotas.js +5 -5
- package/quotas.mjs +2 -2
- package/reload-tasks.js +8 -8
- package/reload-tasks.mjs +2 -2
- package/reloads.js +7 -7
- package/reloads.mjs +2 -2
- package/roles.d.mts +12 -0
- package/roles.d.ts +12 -0
- package/roles.js +5 -5
- package/roles.mjs +2 -2
- package/spaces.js +15 -15
- package/spaces.mjs +2 -2
- package/temp-contents.js +6 -6
- package/temp-contents.mjs +2 -2
- package/tenants.js +9 -9
- package/tenants.mjs +2 -2
- package/themes.js +10 -10
- package/themes.mjs +2 -2
- package/transports.js +9 -9
- package/transports.mjs +2 -2
- package/users.d.mts +4 -1
- package/users.d.ts +4 -1
- package/users.js +13 -13
- package/users.mjs +2 -2
- package/web-integrations.js +8 -8
- package/web-integrations.mjs +2 -2
- package/web-notifications.js +9 -9
- package/web-notifications.mjs +2 -2
- package/webhooks.js +13 -13
- package/webhooks.mjs +2 -2
- package/auth-6VOJ5YIL.js +0 -41
- package/invoke-fetch-D52L5Y7B.js +0 -17
package/glossaries.d.ts
CHANGED
|
@@ -168,8 +168,18 @@ type ErrorResponseNotFound = {
|
|
|
168
168
|
errors?: ErrorResponseCode[];
|
|
169
169
|
traceId?: string;
|
|
170
170
|
};
|
|
171
|
+
type ExportCategory = {
|
|
172
|
+
description?: string;
|
|
173
|
+
/** The id for resolving updates in future imports/updates.
|
|
174
|
+
* Opposed to the id of terms, id on category are not resolved by backend. Any category referred in the category array in terms will have to be identical to the id property of the category. If not, the category reference will be discarded. */
|
|
175
|
+
id?: string;
|
|
176
|
+
/** The name of the category. May not be identical to another category belonging to the same parent. */
|
|
177
|
+
name?: string;
|
|
178
|
+
parentId?: string;
|
|
179
|
+
stewardDetails?: StewardDetail[];
|
|
180
|
+
};
|
|
171
181
|
type ExportGlossary = {
|
|
172
|
-
categories?:
|
|
182
|
+
categories?: ExportCategory[];
|
|
173
183
|
readonly createdAt?: string;
|
|
174
184
|
readonly createdBy?: string;
|
|
175
185
|
description?: string;
|
|
@@ -180,11 +190,26 @@ type ExportGlossary = {
|
|
|
180
190
|
spaceId?: string;
|
|
181
191
|
tags?: string[];
|
|
182
192
|
termTemplate?: TermTemplate;
|
|
183
|
-
terms?:
|
|
193
|
+
terms?: ExportTerm[];
|
|
184
194
|
readonly updatedAt?: string;
|
|
185
195
|
/** The uuid of the user who last updated the glossary */
|
|
186
196
|
readonly updatedBy?: string;
|
|
187
197
|
};
|
|
198
|
+
type ExportTerm = {
|
|
199
|
+
abbreviation?: string;
|
|
200
|
+
/** Categories that the term belongs to. Refers to the `id` property of the category object */
|
|
201
|
+
categories?: string[];
|
|
202
|
+
description?: string;
|
|
203
|
+
/** The id of the term. Used to identify the term in future updates. If not provided, will use the leading 30 chars of the term name and an incremental index */
|
|
204
|
+
id?: string;
|
|
205
|
+
linksTo?: TermCreateLinksTo[];
|
|
206
|
+
name?: string;
|
|
207
|
+
owner?: ImportOwner[];
|
|
208
|
+
relatesTo?: TermRelatesTo[];
|
|
209
|
+
stewardDetails?: StewardDetail[];
|
|
210
|
+
stewards?: StewardDetail[];
|
|
211
|
+
tags?: string[];
|
|
212
|
+
};
|
|
188
213
|
type GlossariesResult = {
|
|
189
214
|
data?: Glossary[];
|
|
190
215
|
links?: PageLinks;
|
|
@@ -215,6 +240,17 @@ type Glossary = {
|
|
|
215
240
|
/** The unique identifier of the user who last updated the glossary */
|
|
216
241
|
readonly updatedBy: string;
|
|
217
242
|
};
|
|
243
|
+
type ImportCategory = {
|
|
244
|
+
description?: string;
|
|
245
|
+
/** The id for resolving updates in future imports/updates.
|
|
246
|
+
* Opposed to the id of terms, id on category are not resolved by backend. Any category referred in the category array in terms will have to be identical to the id property of the category. If not, the category reference will be discarded. */
|
|
247
|
+
id?: string;
|
|
248
|
+
/** The name of the category. May not be identical to another category belonging to the same parent. */
|
|
249
|
+
name?: string;
|
|
250
|
+
parentId?: string;
|
|
251
|
+
stewardDetails?: StewardDetail[];
|
|
252
|
+
stewards?: string[];
|
|
253
|
+
};
|
|
218
254
|
type ImportOwner = {
|
|
219
255
|
email?: string;
|
|
220
256
|
name?: string;
|
|
@@ -231,6 +267,8 @@ type ImportTerm = {
|
|
|
231
267
|
name?: string;
|
|
232
268
|
owner?: ImportOwner[];
|
|
233
269
|
relatesTo?: TermRelatesTo[];
|
|
270
|
+
stewardDetails?: StewardDetail[];
|
|
271
|
+
stewards?: StewardDetail[];
|
|
234
272
|
tags?: string[];
|
|
235
273
|
};
|
|
236
274
|
type LinksResult = {
|
|
@@ -247,7 +285,7 @@ type PageLinks = {
|
|
|
247
285
|
self?: PageLink;
|
|
248
286
|
};
|
|
249
287
|
type QlikGlossary = {
|
|
250
|
-
categories?:
|
|
288
|
+
categories?: ImportCategory[];
|
|
251
289
|
description?: string;
|
|
252
290
|
name?: string;
|
|
253
291
|
overview?: string;
|
|
@@ -259,6 +297,11 @@ type QlikGlossary = {
|
|
|
259
297
|
type ResultMeta = {
|
|
260
298
|
countTotal?: number;
|
|
261
299
|
};
|
|
300
|
+
type StewardDetail = {
|
|
301
|
+
email?: string;
|
|
302
|
+
name?: string;
|
|
303
|
+
userId?: string;
|
|
304
|
+
};
|
|
262
305
|
type Term = {
|
|
263
306
|
abbreviation?: string;
|
|
264
307
|
categories?: string[];
|
|
@@ -385,6 +428,10 @@ type CreateGlossaryHttpError = {
|
|
|
385
428
|
* @throws ImportGlossaryHttpError
|
|
386
429
|
*/
|
|
387
430
|
declare const importGlossary: (query: {
|
|
431
|
+
/** Appending the current importer user as steward to categories/terms where no steward is defined/not match the identity service. */
|
|
432
|
+
importerAsFallbackSteward?: boolean;
|
|
433
|
+
/** Using email in the steward fields to lookup userIds in the identity service */
|
|
434
|
+
lookupUserOnEmail?: boolean;
|
|
388
435
|
/** The spaceId (leave blank or omit for personal) */
|
|
389
436
|
spaceId?: string;
|
|
390
437
|
}, body: QlikGlossary, options?: ApiCallOptions) => Promise<ImportGlossaryHttpResponse>;
|
|
@@ -1073,4 +1120,4 @@ interface GlossariesAPI {
|
|
|
1073
1120
|
*/
|
|
1074
1121
|
declare const glossariesExport: GlossariesAPI;
|
|
1075
1122
|
|
|
1076
|
-
export { type AtlanEntity, type AtlanEntityAttributes, type AtlanGlossary, type AtlanRelationEntity, type AtlanRelationshipAttributes, type AtlanResourceLink, type AtlanTermHeader, type AtlasCategory, type AtlasGlossary, type AtlasTerm, type CategoriesResult, type Category, type ChangeGlossaryTermStatusHttpError, type ChangeGlossaryTermStatusHttpResponse, type CreateCategory, type CreateGlossary, type CreateGlossaryCategoryHttpError, type CreateGlossaryCategoryHttpResponse, type CreateGlossaryHttpError, type CreateGlossaryHttpResponse, type CreateGlossaryTermHttpError, type CreateGlossaryTermHttpResponse, type CreateGlossaryTermLinkHttpError, type CreateGlossaryTermLinkHttpResponse, type CreateTerm, type DeleteGlossaryCategoryHttpError, type DeleteGlossaryCategoryHttpResponse, type DeleteGlossaryHttpError, type DeleteGlossaryHttpResponse, type DeleteGlossaryTermHttpError, type DeleteGlossaryTermHttpResponse, type ErrorResponse, type ErrorResponseBadRequest, type ErrorResponseCode, type ErrorResponseForbidden, type ErrorResponseNotFound, type ExportGlossary, type ExportGlossaryHttpError, type ExportGlossaryHttpResponse, type GetGlossariesHttpError, type GetGlossariesHttpResponse, type GetGlossaryCategoriesHttpError, type GetGlossaryCategoriesHttpResponse, type GetGlossaryCategoryHttpError, type GetGlossaryCategoryHttpResponse, type GetGlossaryHttpError, type GetGlossaryHttpResponse, type GetGlossaryTermHttpError, type GetGlossaryTermHttpResponse, type GetGlossaryTermLinksHttpError, type GetGlossaryTermLinksHttpResponse, type GetGlossaryTermRevisionsHttpError, type GetGlossaryTermRevisionsHttpResponse, type GetGlossaryTermsHttpError, type GetGlossaryTermsHttpResponse, type GlossariesAPI, type GlossariesResult, type Glossary, type ImportGlossary400HttpError, type ImportGlossary403HttpError, type ImportGlossary404HttpError, type ImportGlossaryHttpError, type ImportGlossaryHttpResponse, type ImportOwner, type ImportTerm, type JSONPatch, type JSONPatchArray, type LinksResult, type PageLink, type PageLinks, type PatchGlossaryCategoryHttpError, type PatchGlossaryCategoryHttpResponse, type PatchGlossaryHttpError, type PatchGlossaryHttpResponse, type PatchGlossaryTermHttpError, type PatchGlossaryTermHttpResponse, type QlikGlossary, type ResultMeta, type Term, type TermCreateLinksTo, type TermLinksTo, type TermRelatesTo, type TermStatus, type TermTemplate, type TermsResult, type UpdateGlossaryCategoryHttpError, type UpdateGlossaryCategoryHttpResponse, type UpdateGlossaryHttpError, type UpdateGlossaryHttpResponse, type UpdateGlossaryTermHttpError, type UpdateGlossaryTermHttpResponse, changeGlossaryTermStatus, clearCache, createGlossary, createGlossaryCategory, createGlossaryTerm, createGlossaryTermLink, glossariesExport as default, deleteGlossary, deleteGlossaryCategory, deleteGlossaryTerm, exportGlossary, getGlossaries, getGlossary, getGlossaryCategories, getGlossaryCategory, getGlossaryTerm, getGlossaryTermLinks, getGlossaryTermRevisions, getGlossaryTerms, importGlossary, patchGlossary, patchGlossaryCategory, patchGlossaryTerm, updateGlossary, updateGlossaryCategory, updateGlossaryTerm };
|
|
1123
|
+
export { type AtlanEntity, type AtlanEntityAttributes, type AtlanGlossary, type AtlanRelationEntity, type AtlanRelationshipAttributes, type AtlanResourceLink, type AtlanTermHeader, type AtlasCategory, type AtlasGlossary, type AtlasTerm, type CategoriesResult, type Category, type ChangeGlossaryTermStatusHttpError, type ChangeGlossaryTermStatusHttpResponse, type CreateCategory, type CreateGlossary, type CreateGlossaryCategoryHttpError, type CreateGlossaryCategoryHttpResponse, type CreateGlossaryHttpError, type CreateGlossaryHttpResponse, type CreateGlossaryTermHttpError, type CreateGlossaryTermHttpResponse, type CreateGlossaryTermLinkHttpError, type CreateGlossaryTermLinkHttpResponse, type CreateTerm, type DeleteGlossaryCategoryHttpError, type DeleteGlossaryCategoryHttpResponse, type DeleteGlossaryHttpError, type DeleteGlossaryHttpResponse, type DeleteGlossaryTermHttpError, type DeleteGlossaryTermHttpResponse, type ErrorResponse, type ErrorResponseBadRequest, type ErrorResponseCode, type ErrorResponseForbidden, type ErrorResponseNotFound, type ExportCategory, type ExportGlossary, type ExportGlossaryHttpError, type ExportGlossaryHttpResponse, type ExportTerm, type GetGlossariesHttpError, type GetGlossariesHttpResponse, type GetGlossaryCategoriesHttpError, type GetGlossaryCategoriesHttpResponse, type GetGlossaryCategoryHttpError, type GetGlossaryCategoryHttpResponse, type GetGlossaryHttpError, type GetGlossaryHttpResponse, type GetGlossaryTermHttpError, type GetGlossaryTermHttpResponse, type GetGlossaryTermLinksHttpError, type GetGlossaryTermLinksHttpResponse, type GetGlossaryTermRevisionsHttpError, type GetGlossaryTermRevisionsHttpResponse, type GetGlossaryTermsHttpError, type GetGlossaryTermsHttpResponse, type GlossariesAPI, type GlossariesResult, type Glossary, type ImportCategory, type ImportGlossary400HttpError, type ImportGlossary403HttpError, type ImportGlossary404HttpError, type ImportGlossaryHttpError, type ImportGlossaryHttpResponse, type ImportOwner, type ImportTerm, type JSONPatch, type JSONPatchArray, type LinksResult, type PageLink, type PageLinks, type PatchGlossaryCategoryHttpError, type PatchGlossaryCategoryHttpResponse, type PatchGlossaryHttpError, type PatchGlossaryHttpResponse, type PatchGlossaryTermHttpError, type PatchGlossaryTermHttpResponse, type QlikGlossary, type ResultMeta, type StewardDetail, type Term, type TermCreateLinksTo, type TermLinksTo, type TermRelatesTo, type TermStatus, type TermTemplate, type TermsResult, type UpdateGlossaryCategoryHttpError, type UpdateGlossaryCategoryHttpResponse, type UpdateGlossaryHttpError, type UpdateGlossaryHttpResponse, type UpdateGlossaryTermHttpError, type UpdateGlossaryTermHttpResponse, changeGlossaryTermStatus, clearCache, createGlossary, createGlossaryCategory, createGlossaryTerm, createGlossaryTermLink, glossariesExport as default, deleteGlossary, deleteGlossaryCategory, deleteGlossaryTerm, exportGlossary, getGlossaries, getGlossary, getGlossaryCategories, getGlossaryCategory, getGlossaryTerm, getGlossaryTermLinks, getGlossaryTermRevisions, getGlossaryTerms, importGlossary, patchGlossary, patchGlossaryCategory, patchGlossaryTerm, updateGlossary, updateGlossaryCategory, updateGlossaryTerm };
|
package/glossaries.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkKPCXSJ7Bjs = require('./chunk-KPCXSJ7B.js');
|
|
5
|
+
require('./chunk-ZXQHFWQH.js');
|
|
6
6
|
require('./chunk-P57PW2II.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/glossaries.ts
|
|
9
|
-
var getGlossaries = async (query, options) =>
|
|
9
|
+
var getGlossaries = async (query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/glossaries",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var createGlossary = async (body, options) =>
|
|
15
|
+
var createGlossary = async (body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
16
16
|
method: "post",
|
|
17
17
|
pathTemplate: "/api/v1/glossaries",
|
|
18
18
|
body,
|
|
19
19
|
contentType: "application/json",
|
|
20
20
|
options
|
|
21
21
|
});
|
|
22
|
-
var importGlossary = async (query, body, options) =>
|
|
22
|
+
var importGlossary = async (query, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
23
23
|
method: "post",
|
|
24
24
|
pathTemplate: "/api/v1/glossaries/actions/import",
|
|
25
25
|
query,
|
|
@@ -27,19 +27,19 @@ var importGlossary = async (query, body, options) => _chunkXJKF347Cjs.invokeFetc
|
|
|
27
27
|
contentType: "application/json",
|
|
28
28
|
options
|
|
29
29
|
});
|
|
30
|
-
var deleteGlossary = async (id, options) =>
|
|
30
|
+
var deleteGlossary = async (id, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
31
31
|
method: "delete",
|
|
32
32
|
pathTemplate: "/api/v1/glossaries/{id}",
|
|
33
33
|
pathVariables: { id },
|
|
34
34
|
options
|
|
35
35
|
});
|
|
36
|
-
var getGlossary = async (id, options) =>
|
|
36
|
+
var getGlossary = async (id, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
37
37
|
method: "get",
|
|
38
38
|
pathTemplate: "/api/v1/glossaries/{id}",
|
|
39
39
|
pathVariables: { id },
|
|
40
40
|
options
|
|
41
41
|
});
|
|
42
|
-
var patchGlossary = async (id, body, options) =>
|
|
42
|
+
var patchGlossary = async (id, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
43
43
|
method: "patch",
|
|
44
44
|
pathTemplate: "/api/v1/glossaries/{id}",
|
|
45
45
|
pathVariables: { id },
|
|
@@ -47,7 +47,7 @@ var patchGlossary = async (id, body, options) => _chunkXJKF347Cjs.invokeFetch.ca
|
|
|
47
47
|
contentType: "application/json",
|
|
48
48
|
options
|
|
49
49
|
});
|
|
50
|
-
var updateGlossary = async (id, body, options) =>
|
|
50
|
+
var updateGlossary = async (id, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
51
51
|
method: "put",
|
|
52
52
|
pathTemplate: "/api/v1/glossaries/{id}",
|
|
53
53
|
pathVariables: { id },
|
|
@@ -55,20 +55,20 @@ var updateGlossary = async (id, body, options) => _chunkXJKF347Cjs.invokeFetch.c
|
|
|
55
55
|
contentType: "application/json",
|
|
56
56
|
options
|
|
57
57
|
});
|
|
58
|
-
var exportGlossary = async (id, options) =>
|
|
58
|
+
var exportGlossary = async (id, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
59
59
|
method: "get",
|
|
60
60
|
pathTemplate: "/api/v1/glossaries/{id}/actions/export",
|
|
61
61
|
pathVariables: { id },
|
|
62
62
|
options
|
|
63
63
|
});
|
|
64
|
-
var getGlossaryCategories = async (id, query, options) =>
|
|
64
|
+
var getGlossaryCategories = async (id, query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
65
65
|
method: "get",
|
|
66
66
|
pathTemplate: "/api/v1/glossaries/{id}/categories",
|
|
67
67
|
pathVariables: { id },
|
|
68
68
|
query,
|
|
69
69
|
options
|
|
70
70
|
});
|
|
71
|
-
var createGlossaryCategory = async (id, body, options) =>
|
|
71
|
+
var createGlossaryCategory = async (id, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
72
72
|
method: "post",
|
|
73
73
|
pathTemplate: "/api/v1/glossaries/{id}/categories",
|
|
74
74
|
pathVariables: { id },
|
|
@@ -76,19 +76,19 @@ var createGlossaryCategory = async (id, body, options) => _chunkXJKF347Cjs.invok
|
|
|
76
76
|
contentType: "application/json",
|
|
77
77
|
options
|
|
78
78
|
});
|
|
79
|
-
var deleteGlossaryCategory = async (id, categoryId, options) =>
|
|
79
|
+
var deleteGlossaryCategory = async (id, categoryId, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
80
80
|
method: "delete",
|
|
81
81
|
pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
|
|
82
82
|
pathVariables: { id, categoryId },
|
|
83
83
|
options
|
|
84
84
|
});
|
|
85
|
-
var getGlossaryCategory = async (id, categoryId, options) =>
|
|
85
|
+
var getGlossaryCategory = async (id, categoryId, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
86
86
|
method: "get",
|
|
87
87
|
pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
|
|
88
88
|
pathVariables: { id, categoryId },
|
|
89
89
|
options
|
|
90
90
|
});
|
|
91
|
-
var patchGlossaryCategory = async (id, categoryId, body, options) =>
|
|
91
|
+
var patchGlossaryCategory = async (id, categoryId, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
92
92
|
method: "patch",
|
|
93
93
|
pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
|
|
94
94
|
pathVariables: { id, categoryId },
|
|
@@ -96,7 +96,7 @@ var patchGlossaryCategory = async (id, categoryId, body, options) => _chunkXJKF3
|
|
|
96
96
|
contentType: "application/json",
|
|
97
97
|
options
|
|
98
98
|
});
|
|
99
|
-
var updateGlossaryCategory = async (id, categoryId, body, options) =>
|
|
99
|
+
var updateGlossaryCategory = async (id, categoryId, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
100
100
|
method: "put",
|
|
101
101
|
pathTemplate: "/api/v1/glossaries/{id}/categories/{categoryId}",
|
|
102
102
|
pathVariables: { id, categoryId },
|
|
@@ -104,14 +104,14 @@ var updateGlossaryCategory = async (id, categoryId, body, options) => _chunkXJKF
|
|
|
104
104
|
contentType: "application/json",
|
|
105
105
|
options
|
|
106
106
|
});
|
|
107
|
-
var getGlossaryTerms = async (id, query, options) =>
|
|
107
|
+
var getGlossaryTerms = async (id, query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
108
108
|
method: "get",
|
|
109
109
|
pathTemplate: "/api/v1/glossaries/{id}/terms",
|
|
110
110
|
pathVariables: { id },
|
|
111
111
|
query,
|
|
112
112
|
options
|
|
113
113
|
});
|
|
114
|
-
var createGlossaryTerm = async (id, body, options) =>
|
|
114
|
+
var createGlossaryTerm = async (id, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
115
115
|
method: "post",
|
|
116
116
|
pathTemplate: "/api/v1/glossaries/{id}/terms",
|
|
117
117
|
pathVariables: { id },
|
|
@@ -119,19 +119,19 @@ var createGlossaryTerm = async (id, body, options) => _chunkXJKF347Cjs.invokeFet
|
|
|
119
119
|
contentType: "application/json",
|
|
120
120
|
options
|
|
121
121
|
});
|
|
122
|
-
var deleteGlossaryTerm = async (id, termId, options) =>
|
|
122
|
+
var deleteGlossaryTerm = async (id, termId, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
123
123
|
method: "delete",
|
|
124
124
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
|
|
125
125
|
pathVariables: { id, termId },
|
|
126
126
|
options
|
|
127
127
|
});
|
|
128
|
-
var getGlossaryTerm = async (id, termId, options) =>
|
|
128
|
+
var getGlossaryTerm = async (id, termId, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
129
129
|
method: "get",
|
|
130
130
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
|
|
131
131
|
pathVariables: { id, termId },
|
|
132
132
|
options
|
|
133
133
|
});
|
|
134
|
-
var patchGlossaryTerm = async (id, termId, body, options) =>
|
|
134
|
+
var patchGlossaryTerm = async (id, termId, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
135
135
|
method: "patch",
|
|
136
136
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
|
|
137
137
|
pathVariables: { id, termId },
|
|
@@ -139,7 +139,7 @@ var patchGlossaryTerm = async (id, termId, body, options) => _chunkXJKF347Cjs.in
|
|
|
139
139
|
contentType: "application/json",
|
|
140
140
|
options
|
|
141
141
|
});
|
|
142
|
-
var updateGlossaryTerm = async (id, termId, body, options) =>
|
|
142
|
+
var updateGlossaryTerm = async (id, termId, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
143
143
|
method: "put",
|
|
144
144
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}",
|
|
145
145
|
pathVariables: { id, termId },
|
|
@@ -147,21 +147,21 @@ var updateGlossaryTerm = async (id, termId, body, options) => _chunkXJKF347Cjs.i
|
|
|
147
147
|
contentType: "application/json",
|
|
148
148
|
options
|
|
149
149
|
});
|
|
150
|
-
var changeGlossaryTermStatus = async (id, termId, query, options) =>
|
|
150
|
+
var changeGlossaryTermStatus = async (id, termId, query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
151
151
|
method: "post",
|
|
152
152
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/actions/change-status",
|
|
153
153
|
pathVariables: { id, termId },
|
|
154
154
|
query,
|
|
155
155
|
options
|
|
156
156
|
});
|
|
157
|
-
var getGlossaryTermLinks = async (id, termId, query, options) =>
|
|
157
|
+
var getGlossaryTermLinks = async (id, termId, query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
158
158
|
method: "get",
|
|
159
159
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/links",
|
|
160
160
|
pathVariables: { id, termId },
|
|
161
161
|
query,
|
|
162
162
|
options
|
|
163
163
|
});
|
|
164
|
-
var createGlossaryTermLink = async (id, termId, body, options) =>
|
|
164
|
+
var createGlossaryTermLink = async (id, termId, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
165
165
|
method: "post",
|
|
166
166
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/links",
|
|
167
167
|
pathVariables: { id, termId },
|
|
@@ -169,7 +169,7 @@ var createGlossaryTermLink = async (id, termId, body, options) => _chunkXJKF347C
|
|
|
169
169
|
contentType: "application/json",
|
|
170
170
|
options
|
|
171
171
|
});
|
|
172
|
-
var getGlossaryTermRevisions = async (id, termId, query, options) =>
|
|
172
|
+
var getGlossaryTermRevisions = async (id, termId, query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "glossaries", {
|
|
173
173
|
method: "get",
|
|
174
174
|
pathTemplate: "/api/v1/glossaries/{id}/terms/{termId}/revisions",
|
|
175
175
|
pathVariables: { id, termId },
|
|
@@ -177,7 +177,7 @@ var getGlossaryTermRevisions = async (id, termId, query, options) => _chunkXJKF3
|
|
|
177
177
|
options
|
|
178
178
|
});
|
|
179
179
|
function clearCache() {
|
|
180
|
-
return
|
|
180
|
+
return _chunkKPCXSJ7Bjs.clearApiCache.call(void 0, "glossaries");
|
|
181
181
|
}
|
|
182
182
|
var glossariesExport = {
|
|
183
183
|
getGlossaries,
|
package/glossaries.mjs
CHANGED
package/groups.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkKPCXSJ7Bjs = require('./chunk-KPCXSJ7B.js');
|
|
5
|
+
require('./chunk-ZXQHFWQH.js');
|
|
6
6
|
require('./chunk-P57PW2II.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/groups.ts
|
|
9
|
-
var getGroups = async (query, options) =>
|
|
9
|
+
var getGroups = async (query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/groups",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var createGroup = async (body, options) =>
|
|
15
|
+
var createGroup = async (body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
16
16
|
method: "post",
|
|
17
17
|
pathTemplate: "/api/v1/groups",
|
|
18
18
|
body,
|
|
19
19
|
contentType: "application/json",
|
|
20
20
|
options
|
|
21
21
|
});
|
|
22
|
-
var filterGroups = async (query, body, options) =>
|
|
22
|
+
var filterGroups = async (query, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
23
23
|
method: "post",
|
|
24
24
|
pathTemplate: "/api/v1/groups/actions/filter",
|
|
25
25
|
query,
|
|
@@ -27,31 +27,31 @@ var filterGroups = async (query, body, options) => _chunkXJKF347Cjs.invokeFetch.
|
|
|
27
27
|
contentType: "application/json",
|
|
28
28
|
options
|
|
29
29
|
});
|
|
30
|
-
var getGroupsSettings = async (options) =>
|
|
30
|
+
var getGroupsSettings = async (options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
31
31
|
method: "get",
|
|
32
32
|
pathTemplate: "/api/v1/groups/settings",
|
|
33
33
|
options
|
|
34
34
|
});
|
|
35
|
-
var patchGroupsSettings = async (body, options) =>
|
|
35
|
+
var patchGroupsSettings = async (body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
36
36
|
method: "patch",
|
|
37
37
|
pathTemplate: "/api/v1/groups/settings",
|
|
38
38
|
body,
|
|
39
39
|
contentType: "application/json",
|
|
40
40
|
options
|
|
41
41
|
});
|
|
42
|
-
var deleteGroup = async (groupId, options) =>
|
|
42
|
+
var deleteGroup = async (groupId, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
43
43
|
method: "delete",
|
|
44
44
|
pathTemplate: "/api/v1/groups/{groupId}",
|
|
45
45
|
pathVariables: { groupId },
|
|
46
46
|
options
|
|
47
47
|
});
|
|
48
|
-
var getGroup = async (groupId, options) =>
|
|
48
|
+
var getGroup = async (groupId, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
49
49
|
method: "get",
|
|
50
50
|
pathTemplate: "/api/v1/groups/{groupId}",
|
|
51
51
|
pathVariables: { groupId },
|
|
52
52
|
options
|
|
53
53
|
});
|
|
54
|
-
var patchGroup = async (groupId, body, options) =>
|
|
54
|
+
var patchGroup = async (groupId, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "groups", {
|
|
55
55
|
method: "patch",
|
|
56
56
|
pathTemplate: "/api/v1/groups/{groupId}",
|
|
57
57
|
pathVariables: { groupId },
|
|
@@ -60,7 +60,7 @@ var patchGroup = async (groupId, body, options) => _chunkXJKF347Cjs.invokeFetch.
|
|
|
60
60
|
options
|
|
61
61
|
});
|
|
62
62
|
function clearCache() {
|
|
63
|
-
return
|
|
63
|
+
return _chunkKPCXSJ7Bjs.clearApiCache.call(void 0, "groups");
|
|
64
64
|
}
|
|
65
65
|
var groupsExport = {
|
|
66
66
|
getGroups,
|
package/groups.mjs
CHANGED
package/identity-providers.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkKPCXSJ7Bjs = require('./chunk-KPCXSJ7B.js');
|
|
5
|
+
require('./chunk-ZXQHFWQH.js');
|
|
6
6
|
require('./chunk-P57PW2II.js');
|
|
7
7
|
|
|
8
8
|
// src/public/rest/identity-providers.ts
|
|
9
|
-
var getIdps = async (query, options) =>
|
|
9
|
+
var getIdps = async (query, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
10
10
|
method: "get",
|
|
11
11
|
pathTemplate: "/api/v1/identity-providers",
|
|
12
12
|
query,
|
|
13
13
|
options
|
|
14
14
|
});
|
|
15
|
-
var createIdp = async (body, options) =>
|
|
15
|
+
var createIdp = async (body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
16
16
|
method: "post",
|
|
17
17
|
pathTemplate: "/api/v1/identity-providers",
|
|
18
18
|
body,
|
|
19
19
|
contentType: "application/json",
|
|
20
20
|
options
|
|
21
21
|
});
|
|
22
|
-
var getIdpWellKnownMetaData = async (options) =>
|
|
22
|
+
var getIdpWellKnownMetaData = async (options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
23
23
|
method: "get",
|
|
24
24
|
pathTemplate: "/api/v1/identity-providers/.well-known/metadata.json",
|
|
25
25
|
options
|
|
26
26
|
});
|
|
27
|
-
var getMyIdpMeta = async (options) =>
|
|
27
|
+
var getMyIdpMeta = async (options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
28
28
|
method: "get",
|
|
29
29
|
pathTemplate: "/api/v1/identity-providers/me/meta",
|
|
30
30
|
options
|
|
31
31
|
});
|
|
32
|
-
var getIdpStatuses = async (options) =>
|
|
32
|
+
var getIdpStatuses = async (options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
33
33
|
method: "get",
|
|
34
34
|
pathTemplate: "/api/v1/identity-providers/status",
|
|
35
35
|
options
|
|
36
36
|
});
|
|
37
|
-
var deleteIdp = async (id, options) =>
|
|
37
|
+
var deleteIdp = async (id, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
38
38
|
method: "delete",
|
|
39
39
|
pathTemplate: "/api/v1/identity-providers/{id}",
|
|
40
40
|
pathVariables: { id },
|
|
41
41
|
options
|
|
42
42
|
});
|
|
43
|
-
var getIdp = async (id, options) =>
|
|
43
|
+
var getIdp = async (id, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
44
44
|
method: "get",
|
|
45
45
|
pathTemplate: "/api/v1/identity-providers/{id}",
|
|
46
46
|
pathVariables: { id },
|
|
47
47
|
options
|
|
48
48
|
});
|
|
49
|
-
var patchIdp = async (id, body, options) =>
|
|
49
|
+
var patchIdp = async (id, body, options) => _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, "identity-providers", {
|
|
50
50
|
method: "patch",
|
|
51
51
|
pathTemplate: "/api/v1/identity-providers/{id}",
|
|
52
52
|
pathVariables: { id },
|
|
@@ -55,7 +55,7 @@ var patchIdp = async (id, body, options) => _chunkXJKF347Cjs.invokeFetch.call(vo
|
|
|
55
55
|
options
|
|
56
56
|
});
|
|
57
57
|
function clearCache() {
|
|
58
|
-
return
|
|
58
|
+
return _chunkKPCXSJ7Bjs.clearApiCache.call(void 0, "identity-providers");
|
|
59
59
|
}
|
|
60
60
|
var identityProvidersExport = {
|
|
61
61
|
getIdps,
|
package/identity-providers.mjs
CHANGED
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVTS2AFOUjs = require('./chunk-VTS2AFOU.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkRG5MJMTSjs = require('./chunk-RG5MJMTS.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('./chunk-
|
|
10
|
+
var _chunkKPCXSJ7Bjs = require('./chunk-KPCXSJ7B.js');
|
|
11
|
+
require('./chunk-ZXQHFWQH.js');
|
|
12
12
|
require('./chunk-P57PW2II.js');
|
|
13
13
|
|
|
14
14
|
// src/public/public-runtime-api-generator/public-runtime-api-generator.ts
|
|
@@ -84,7 +84,7 @@ function apiDefToApi(namespace, def) {
|
|
|
84
84
|
return runtimeApiCache[namespace];
|
|
85
85
|
}
|
|
86
86
|
const api2 = {
|
|
87
|
-
clearCache: () =>
|
|
87
|
+
clearCache: () => _chunkKPCXSJ7Bjs.clearApiCache.call(void 0, namespace)
|
|
88
88
|
};
|
|
89
89
|
const initFunc = () => {
|
|
90
90
|
traverse(namespace, "", def, api2);
|
|
@@ -153,7 +153,7 @@ function createClassicApiFn(namespace, operationName, pathTemplate, method, argN
|
|
|
153
153
|
if (useInstead) {
|
|
154
154
|
console.warn(`${namespace}.${operationName} is deprecated, use ${useInstead} instead`);
|
|
155
155
|
}
|
|
156
|
-
return
|
|
156
|
+
return _chunkKPCXSJ7Bjs.invokeFetch.call(void 0, namespace, {
|
|
157
157
|
method,
|
|
158
158
|
pathTemplate,
|
|
159
159
|
pathVariables,
|
|
@@ -249,7 +249,7 @@ var audits = apiDefToApi("audits", {
|
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
});
|
|
252
|
-
var auth =
|
|
252
|
+
var auth = _chunkVTS2AFOUjs.auth_default;
|
|
253
253
|
var automations = apiDefToApi("automations", {
|
|
254
254
|
api: {
|
|
255
255
|
v1: {
|
|
@@ -496,7 +496,7 @@ var licenses = apiDefToApi("licenses", {
|
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
});
|
|
499
|
-
var qix =
|
|
499
|
+
var qix = _chunkRG5MJMTSjs.qix_default;
|
|
500
500
|
var quotas = apiDefToApi("quotas", {
|
|
501
501
|
api: { v1: { quotas: { "": ["getQuotas:GQ:"], "{id}": ["getQuota:GQ:"] } } }
|
|
502
502
|
});
|
package/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
auth_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OQ7JMHBC.mjs";
|
|
4
4
|
import {
|
|
5
5
|
qix_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AHJ5TCGF.mjs";
|
|
7
7
|
import {
|
|
8
8
|
clearApiCache,
|
|
9
9
|
invokeFetch
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-ZNLWUSS5.mjs";
|
|
11
|
+
import "./chunk-7HKUAHVA.mjs";
|
|
12
12
|
import "./chunk-ZFXKCRJC.mjs";
|
|
13
13
|
|
|
14
14
|
// src/public/public-runtime-api-generator/public-runtime-api-generator.ts
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunk2EGD2BDXjs = require('./chunk-2EGD2BDX.js');
|
|
9
|
+
require('./chunk-P57PW2II.js');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.EncodingError = _chunk2EGD2BDXjs.EncodingError; exports.InvokeFetchError = _chunk2EGD2BDXjs.InvokeFetchError; exports.clearApiCache = _chunk2EGD2BDXjs.clearApiCache; exports.default = _chunk2EGD2BDXjs.invoke_fetch_default; exports.invokeFetch = _chunk2EGD2BDXjs.invokeFetch; exports.parseFetchResponse = _chunk2EGD2BDXjs.parseFetchResponse;
|