@qlik/api 0.0.2 → 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/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 +478 -148
- package/apps.d.ts +478 -148
- 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 +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 +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/api-keys.d.mts
CHANGED
|
@@ -122,6 +122,7 @@ type ApiKeyPage = {
|
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
124
|
* Lists API keys for a given tenant ID.
|
|
125
|
+
*
|
|
125
126
|
* @param query an object with query parameters
|
|
126
127
|
* @throws GetApiKeysHttpError
|
|
127
128
|
*/
|
|
@@ -155,6 +156,7 @@ type GetApiKeysHttpError = {
|
|
|
155
156
|
};
|
|
156
157
|
/**
|
|
157
158
|
* Creates an API key resource.
|
|
159
|
+
*
|
|
158
160
|
* @param body an object with the body content
|
|
159
161
|
* @throws CreateApiKeyHttpError
|
|
160
162
|
*/
|
|
@@ -171,6 +173,7 @@ type CreateApiKeyHttpError = {
|
|
|
171
173
|
};
|
|
172
174
|
/**
|
|
173
175
|
* Gets the API keys configuration for a given tenant ID.
|
|
176
|
+
*
|
|
174
177
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
175
178
|
* @throws GetApiKeysConfigHttpError
|
|
176
179
|
*/
|
|
@@ -187,6 +190,7 @@ type GetApiKeysConfigHttpError = {
|
|
|
187
190
|
};
|
|
188
191
|
/**
|
|
189
192
|
* Updates the API keys configuration for a given tenant ID.
|
|
193
|
+
*
|
|
190
194
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
191
195
|
* @param body an object with the body content
|
|
192
196
|
* @throws PatchApiKeysConfigHttpError
|
|
@@ -204,6 +208,7 @@ type PatchApiKeysConfigHttpError = {
|
|
|
204
208
|
};
|
|
205
209
|
/**
|
|
206
210
|
* When the owner of the API key sends the request, the key will be removed. When a TenantAdmin sends the request, the key will be revoked.
|
|
211
|
+
*
|
|
207
212
|
* @param id The ID of the API key resource to be retrieved.
|
|
208
213
|
* @throws DeleteApiKeyHttpError
|
|
209
214
|
*/
|
|
@@ -220,6 +225,7 @@ type DeleteApiKeyHttpError = {
|
|
|
220
225
|
};
|
|
221
226
|
/**
|
|
222
227
|
* Gets the API key for a given ID.
|
|
228
|
+
*
|
|
223
229
|
* @param id The ID of the API key resource to be retrieved.
|
|
224
230
|
* @throws GetApiKeyHttpError
|
|
225
231
|
*/
|
|
@@ -236,6 +242,7 @@ type GetApiKeyHttpError = {
|
|
|
236
242
|
};
|
|
237
243
|
/**
|
|
238
244
|
* Updates an API key for a given ID.
|
|
245
|
+
*
|
|
239
246
|
* @param id The ID of the API key resource to be updated.
|
|
240
247
|
* @param body an object with the body content
|
|
241
248
|
* @throws PatchApiKeyHttpError
|
|
@@ -258,24 +265,28 @@ declare function clearCache(): void;
|
|
|
258
265
|
interface ApiKeysAPI {
|
|
259
266
|
/**
|
|
260
267
|
* Lists API keys for a given tenant ID.
|
|
268
|
+
*
|
|
261
269
|
* @param query an object with query parameters
|
|
262
270
|
* @throws GetApiKeysHttpError
|
|
263
271
|
*/
|
|
264
272
|
getApiKeys: typeof getApiKeys;
|
|
265
273
|
/**
|
|
266
274
|
* Creates an API key resource.
|
|
275
|
+
*
|
|
267
276
|
* @param body an object with the body content
|
|
268
277
|
* @throws CreateApiKeyHttpError
|
|
269
278
|
*/
|
|
270
279
|
createApiKey: typeof createApiKey;
|
|
271
280
|
/**
|
|
272
281
|
* Gets the API keys configuration for a given tenant ID.
|
|
282
|
+
*
|
|
273
283
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
274
284
|
* @throws GetApiKeysConfigHttpError
|
|
275
285
|
*/
|
|
276
286
|
getApiKeysConfig: typeof getApiKeysConfig;
|
|
277
287
|
/**
|
|
278
288
|
* Updates the API keys configuration for a given tenant ID.
|
|
289
|
+
*
|
|
279
290
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
280
291
|
* @param body an object with the body content
|
|
281
292
|
* @throws PatchApiKeysConfigHttpError
|
|
@@ -283,18 +294,21 @@ interface ApiKeysAPI {
|
|
|
283
294
|
patchApiKeysConfig: typeof patchApiKeysConfig;
|
|
284
295
|
/**
|
|
285
296
|
* When the owner of the API key sends the request, the key will be removed. When a TenantAdmin sends the request, the key will be revoked.
|
|
297
|
+
*
|
|
286
298
|
* @param id The ID of the API key resource to be retrieved.
|
|
287
299
|
* @throws DeleteApiKeyHttpError
|
|
288
300
|
*/
|
|
289
301
|
deleteApiKey: typeof deleteApiKey;
|
|
290
302
|
/**
|
|
291
303
|
* Gets the API key for a given ID.
|
|
304
|
+
*
|
|
292
305
|
* @param id The ID of the API key resource to be retrieved.
|
|
293
306
|
* @throws GetApiKeyHttpError
|
|
294
307
|
*/
|
|
295
308
|
getApiKey: typeof getApiKey;
|
|
296
309
|
/**
|
|
297
310
|
* Updates an API key for a given ID.
|
|
311
|
+
*
|
|
298
312
|
* @param id The ID of the API key resource to be updated.
|
|
299
313
|
* @param body an object with the body content
|
|
300
314
|
* @throws PatchApiKeyHttpError
|
package/api-keys.d.ts
CHANGED
|
@@ -122,6 +122,7 @@ type ApiKeyPage = {
|
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
124
|
* Lists API keys for a given tenant ID.
|
|
125
|
+
*
|
|
125
126
|
* @param query an object with query parameters
|
|
126
127
|
* @throws GetApiKeysHttpError
|
|
127
128
|
*/
|
|
@@ -155,6 +156,7 @@ type GetApiKeysHttpError = {
|
|
|
155
156
|
};
|
|
156
157
|
/**
|
|
157
158
|
* Creates an API key resource.
|
|
159
|
+
*
|
|
158
160
|
* @param body an object with the body content
|
|
159
161
|
* @throws CreateApiKeyHttpError
|
|
160
162
|
*/
|
|
@@ -171,6 +173,7 @@ type CreateApiKeyHttpError = {
|
|
|
171
173
|
};
|
|
172
174
|
/**
|
|
173
175
|
* Gets the API keys configuration for a given tenant ID.
|
|
176
|
+
*
|
|
174
177
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
175
178
|
* @throws GetApiKeysConfigHttpError
|
|
176
179
|
*/
|
|
@@ -187,6 +190,7 @@ type GetApiKeysConfigHttpError = {
|
|
|
187
190
|
};
|
|
188
191
|
/**
|
|
189
192
|
* Updates the API keys configuration for a given tenant ID.
|
|
193
|
+
*
|
|
190
194
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
191
195
|
* @param body an object with the body content
|
|
192
196
|
* @throws PatchApiKeysConfigHttpError
|
|
@@ -204,6 +208,7 @@ type PatchApiKeysConfigHttpError = {
|
|
|
204
208
|
};
|
|
205
209
|
/**
|
|
206
210
|
* When the owner of the API key sends the request, the key will be removed. When a TenantAdmin sends the request, the key will be revoked.
|
|
211
|
+
*
|
|
207
212
|
* @param id The ID of the API key resource to be retrieved.
|
|
208
213
|
* @throws DeleteApiKeyHttpError
|
|
209
214
|
*/
|
|
@@ -220,6 +225,7 @@ type DeleteApiKeyHttpError = {
|
|
|
220
225
|
};
|
|
221
226
|
/**
|
|
222
227
|
* Gets the API key for a given ID.
|
|
228
|
+
*
|
|
223
229
|
* @param id The ID of the API key resource to be retrieved.
|
|
224
230
|
* @throws GetApiKeyHttpError
|
|
225
231
|
*/
|
|
@@ -236,6 +242,7 @@ type GetApiKeyHttpError = {
|
|
|
236
242
|
};
|
|
237
243
|
/**
|
|
238
244
|
* Updates an API key for a given ID.
|
|
245
|
+
*
|
|
239
246
|
* @param id The ID of the API key resource to be updated.
|
|
240
247
|
* @param body an object with the body content
|
|
241
248
|
* @throws PatchApiKeyHttpError
|
|
@@ -258,24 +265,28 @@ declare function clearCache(): void;
|
|
|
258
265
|
interface ApiKeysAPI {
|
|
259
266
|
/**
|
|
260
267
|
* Lists API keys for a given tenant ID.
|
|
268
|
+
*
|
|
261
269
|
* @param query an object with query parameters
|
|
262
270
|
* @throws GetApiKeysHttpError
|
|
263
271
|
*/
|
|
264
272
|
getApiKeys: typeof getApiKeys;
|
|
265
273
|
/**
|
|
266
274
|
* Creates an API key resource.
|
|
275
|
+
*
|
|
267
276
|
* @param body an object with the body content
|
|
268
277
|
* @throws CreateApiKeyHttpError
|
|
269
278
|
*/
|
|
270
279
|
createApiKey: typeof createApiKey;
|
|
271
280
|
/**
|
|
272
281
|
* Gets the API keys configuration for a given tenant ID.
|
|
282
|
+
*
|
|
273
283
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
274
284
|
* @throws GetApiKeysConfigHttpError
|
|
275
285
|
*/
|
|
276
286
|
getApiKeysConfig: typeof getApiKeysConfig;
|
|
277
287
|
/**
|
|
278
288
|
* Updates the API keys configuration for a given tenant ID.
|
|
289
|
+
*
|
|
279
290
|
* @param tenantId The tenant ID of the API keys configuration to be retrieved.
|
|
280
291
|
* @param body an object with the body content
|
|
281
292
|
* @throws PatchApiKeysConfigHttpError
|
|
@@ -283,18 +294,21 @@ interface ApiKeysAPI {
|
|
|
283
294
|
patchApiKeysConfig: typeof patchApiKeysConfig;
|
|
284
295
|
/**
|
|
285
296
|
* When the owner of the API key sends the request, the key will be removed. When a TenantAdmin sends the request, the key will be revoked.
|
|
297
|
+
*
|
|
286
298
|
* @param id The ID of the API key resource to be retrieved.
|
|
287
299
|
* @throws DeleteApiKeyHttpError
|
|
288
300
|
*/
|
|
289
301
|
deleteApiKey: typeof deleteApiKey;
|
|
290
302
|
/**
|
|
291
303
|
* Gets the API key for a given ID.
|
|
304
|
+
*
|
|
292
305
|
* @param id The ID of the API key resource to be retrieved.
|
|
293
306
|
* @throws GetApiKeyHttpError
|
|
294
307
|
*/
|
|
295
308
|
getApiKey: typeof getApiKey;
|
|
296
309
|
/**
|
|
297
310
|
* Updates an API key for a given ID.
|
|
311
|
+
*
|
|
298
312
|
* @param id The ID of the API key resource to be updated.
|
|
299
313
|
* @param body an object with the body content
|
|
300
314
|
* @throws PatchApiKeyHttpError
|
package/api-keys.js
CHANGED
|
@@ -1,56 +1,60 @@
|
|
|
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/api-keys.ts
|
|
8
|
-
var getApiKeys = async (query, options) =>
|
|
9
|
+
var getApiKeys = async (query, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
9
10
|
method: "get",
|
|
10
11
|
pathTemplate: "/api/v1/api-keys",
|
|
11
12
|
query,
|
|
12
13
|
options
|
|
13
14
|
});
|
|
14
|
-
var createApiKey = async (body, options) =>
|
|
15
|
+
var createApiKey = async (body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
15
16
|
method: "post",
|
|
16
17
|
pathTemplate: "/api/v1/api-keys",
|
|
17
18
|
body,
|
|
19
|
+
contentType: "application/json",
|
|
18
20
|
options
|
|
19
21
|
});
|
|
20
|
-
var getApiKeysConfig = async (tenantId, options) =>
|
|
22
|
+
var getApiKeysConfig = async (tenantId, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
21
23
|
method: "get",
|
|
22
24
|
pathTemplate: "/api/v1/api-keys/configs/{tenantId}",
|
|
23
25
|
pathVariables: { tenantId },
|
|
24
26
|
options
|
|
25
27
|
});
|
|
26
|
-
var patchApiKeysConfig = async (tenantId, body, options) =>
|
|
28
|
+
var patchApiKeysConfig = async (tenantId, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
27
29
|
method: "patch",
|
|
28
30
|
pathTemplate: "/api/v1/api-keys/configs/{tenantId}",
|
|
29
31
|
pathVariables: { tenantId },
|
|
30
32
|
body,
|
|
33
|
+
contentType: "application/json",
|
|
31
34
|
options
|
|
32
35
|
});
|
|
33
|
-
var deleteApiKey = async (id, options) =>
|
|
36
|
+
var deleteApiKey = async (id, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
34
37
|
method: "delete",
|
|
35
38
|
pathTemplate: "/api/v1/api-keys/{id}",
|
|
36
39
|
pathVariables: { id },
|
|
37
40
|
options
|
|
38
41
|
});
|
|
39
|
-
var getApiKey = async (id, options) =>
|
|
42
|
+
var getApiKey = async (id, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
40
43
|
method: "get",
|
|
41
44
|
pathTemplate: "/api/v1/api-keys/{id}",
|
|
42
45
|
pathVariables: { id },
|
|
43
46
|
options
|
|
44
47
|
});
|
|
45
|
-
var patchApiKey = async (id, body, options) =>
|
|
48
|
+
var patchApiKey = async (id, body, options) => _chunkJNGURO23js.invokeFetch.call(void 0, "api-keys", {
|
|
46
49
|
method: "patch",
|
|
47
50
|
pathTemplate: "/api/v1/api-keys/{id}",
|
|
48
51
|
pathVariables: { id },
|
|
49
52
|
body,
|
|
53
|
+
contentType: "application/json",
|
|
50
54
|
options
|
|
51
55
|
});
|
|
52
56
|
function clearCache() {
|
|
53
|
-
return
|
|
57
|
+
return _chunkJNGURO23js.clearApiCache.call(void 0, "api-keys");
|
|
54
58
|
}
|
|
55
59
|
var apiKeysExport = {
|
|
56
60
|
getApiKeys,
|
package/api-keys.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/api-keys.ts
|
|
8
9
|
var getApiKeys = async (query, options) => invokeFetch("api-keys", {
|
|
@@ -15,6 +16,7 @@ var createApiKey = async (body, options) => invokeFetch("api-keys", {
|
|
|
15
16
|
method: "post",
|
|
16
17
|
pathTemplate: "/api/v1/api-keys",
|
|
17
18
|
body,
|
|
19
|
+
contentType: "application/json",
|
|
18
20
|
options
|
|
19
21
|
});
|
|
20
22
|
var getApiKeysConfig = async (tenantId, options) => invokeFetch("api-keys", {
|
|
@@ -28,6 +30,7 @@ var patchApiKeysConfig = async (tenantId, body, options) => invokeFetch("api-key
|
|
|
28
30
|
pathTemplate: "/api/v1/api-keys/configs/{tenantId}",
|
|
29
31
|
pathVariables: { tenantId },
|
|
30
32
|
body,
|
|
33
|
+
contentType: "application/json",
|
|
31
34
|
options
|
|
32
35
|
});
|
|
33
36
|
var deleteApiKey = async (id, options) => invokeFetch("api-keys", {
|
|
@@ -47,6 +50,7 @@ var patchApiKey = async (id, body, options) => invokeFetch("api-keys", {
|
|
|
47
50
|
pathTemplate: "/api/v1/api-keys/{id}",
|
|
48
51
|
pathVariables: { id },
|
|
49
52
|
body,
|
|
53
|
+
contentType: "application/json",
|
|
50
54
|
options
|
|
51
55
|
});
|
|
52
56
|
function clearCache() {
|