@qlik/api 1.16.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api-keys.d.ts +32 -28
- package/api-keys.js +2 -2
- package/apps.d.ts +4 -4
- package/apps.js +2 -2
- package/audits.d.ts +2 -2
- package/audits.js +2 -2
- package/{auth-types-BU5EGt_9.d.ts → auth-types-PkN9CAF_.d.ts} +3 -0
- package/auth.d.ts +2 -2
- package/auth.js +2 -2
- package/automations.d.ts +2 -2
- package/automations.js +2 -2
- package/brands.d.ts +2 -2
- package/brands.js +2 -2
- package/chunks/{PESPSFQN.js → 2B3EPESP.js} +1 -1
- package/chunks/{MFNOHOWH.js → 2NXPFUPZ.js} +2 -2
- package/chunks/{O3XVX7VQ.js → 4FZ45I6G.js} +1 -1
- package/chunks/{GXMVBX45.js → GKEPTI44.js} +1 -1
- package/chunks/{TBHMVTOT.js → GLS4DAZ4.js} +1 -1
- package/chunks/{6O3XBOLZ.js → H7WWFWBM.js} +1 -1
- package/chunks/{YHKRUQRS.js → QLFOH4GP.js} +120 -11
- package/chunks/{ECWQX4IH.js → URFSYYRS.js} +1 -1
- package/chunks/{3XRP5N4L.js → YEHZGXQV.js} +141 -73
- package/chunks/{7IMOYFWE.js → ZLPAS7FC.js} +3 -3
- package/collections.d.ts +18 -17
- package/collections.js +2 -2
- package/csp-origins.d.ts +2 -2
- package/csp-origins.js +2 -2
- package/data-assets.d.ts +2 -2
- package/data-assets.js +2 -2
- package/data-connections.d.ts +2 -2
- package/data-connections.js +2 -2
- package/data-credentials.d.ts +2 -2
- package/data-credentials.js +2 -2
- package/data-files.d.ts +274 -76
- package/data-files.js +2 -2
- package/extensions.d.ts +18 -18
- package/extensions.js +2 -2
- package/{global.types-z1p6A9D-.d.ts → global.types--37uwGji.d.ts} +4 -1
- package/glossaries.d.ts +2 -2
- package/glossaries.js +2 -2
- package/groups.d.ts +2 -2
- package/groups.js +2 -2
- package/identity-providers.d.ts +2 -2
- package/identity-providers.js +2 -2
- package/index.d.ts +2 -2
- package/index.js +4 -4
- package/items.d.ts +11 -11
- package/items.js +2 -2
- package/licenses.d.ts +2 -2
- package/licenses.js +2 -2
- package/package.json +2 -2
- package/qix.d.ts +7 -4
- package/qix.js +2 -2
- package/quotas.d.ts +2 -2
- package/quotas.js +2 -2
- package/reload-tasks.d.ts +12 -12
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +4 -4
- package/reloads.js +2 -2
- package/reports.d.ts +5 -3
- package/reports.js +2 -2
- package/roles.d.ts +2 -2
- package/roles.js +2 -2
- package/spaces.d.ts +2 -2
- package/spaces.js +2 -2
- package/temp-contents.d.ts +2 -2
- package/temp-contents.js +2 -2
- package/tenants.d.ts +2 -2
- package/tenants.js +2 -2
- package/themes.d.ts +18 -18
- package/themes.js +2 -2
- package/transports.d.ts +2 -2
- package/transports.js +2 -2
- package/users.d.ts +2 -2
- package/users.js +2 -2
- package/web-integrations.d.ts +2 -2
- package/web-integrations.js +2 -2
- package/web-notifications.d.ts +2 -2
- package/web-notifications.js +2 -2
- package/webhooks.d.ts +2 -2
- package/webhooks.js +2 -2
package/roles.js
CHANGED
package/spaces.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types--37uwGji.js';
|
|
2
|
+
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The supported actions for user-created spaces like Shared or Managed spaces.
|
package/spaces.js
CHANGED
package/temp-contents.d.ts
CHANGED
package/temp-contents.js
CHANGED
package/tenants.d.ts
CHANGED
package/tenants.js
CHANGED
package/themes.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types--37uwGji.js';
|
|
2
|
+
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* An error object.
|
|
@@ -71,7 +71,7 @@ type Themes = {
|
|
|
71
71
|
data: Theme[];
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
|
-
* Lists all themes.
|
|
74
|
+
* Lists all imported themes in the tenant.
|
|
75
75
|
*
|
|
76
76
|
* @throws GetThemesHttpError
|
|
77
77
|
*/
|
|
@@ -87,7 +87,7 @@ type GetThemesHttpError = {
|
|
|
87
87
|
status: number;
|
|
88
88
|
};
|
|
89
89
|
/**
|
|
90
|
-
* Creates a new theme.
|
|
90
|
+
* Creates a new theme. Accepts either provided file or data object. The name of the new theme must be different to any existing themes.
|
|
91
91
|
*
|
|
92
92
|
* @param body an object with the body content
|
|
93
93
|
* @throws UploadThemeHttpError
|
|
@@ -109,7 +109,7 @@ type UploadThemeHttpError = {
|
|
|
109
109
|
status: number;
|
|
110
110
|
};
|
|
111
111
|
/**
|
|
112
|
-
* Deletes a specific theme.
|
|
112
|
+
* Deletes a specific theme matching either theme ID or theme name.
|
|
113
113
|
*
|
|
114
114
|
* @param id Theme identifier or its qextFilename.
|
|
115
115
|
* @throws DeleteThemeHttpError
|
|
@@ -126,7 +126,7 @@ type DeleteThemeHttpError = {
|
|
|
126
126
|
status: number;
|
|
127
127
|
};
|
|
128
128
|
/**
|
|
129
|
-
* Returns a specific theme.
|
|
129
|
+
* Returns a specific theme matching either theme ID or theme name.
|
|
130
130
|
*
|
|
131
131
|
* @param id Theme identifier or its qextFilename
|
|
132
132
|
* @throws GetThemeHttpError
|
|
@@ -143,7 +143,7 @@ type GetThemeHttpError = {
|
|
|
143
143
|
status: number;
|
|
144
144
|
};
|
|
145
145
|
/**
|
|
146
|
-
* Updates a specific theme
|
|
146
|
+
* Updates a specific theme matching either theme ID or theme name. Accepts either provided file or data object.
|
|
147
147
|
*
|
|
148
148
|
* @param id Theme identifier or its qextFilename.
|
|
149
149
|
* @param body an object with the body content
|
|
@@ -166,7 +166,7 @@ type PatchThemeHttpError = {
|
|
|
166
166
|
status: number;
|
|
167
167
|
};
|
|
168
168
|
/**
|
|
169
|
-
* Downloads the theme as
|
|
169
|
+
* Downloads all files in the theme matching either theme ID or theme name as a `.zip` archive.
|
|
170
170
|
*
|
|
171
171
|
* @param id Theme identifier or its qextFilename
|
|
172
172
|
* @throws DownloadThemeHttpError
|
|
@@ -183,10 +183,10 @@ type DownloadThemeHttpError = {
|
|
|
183
183
|
status: number;
|
|
184
184
|
};
|
|
185
185
|
/**
|
|
186
|
-
* Downloads a file from the theme
|
|
186
|
+
* Downloads a file from the theme matching either theme ID or theme name, identified by the file path within the imported extension.
|
|
187
187
|
*
|
|
188
188
|
* @param id Theme identifier or its qextFilename.
|
|
189
|
-
* @param filepath Path to the file
|
|
189
|
+
* @param filepath Path to the file location within the specified theme archive. Folders separated with forward slashes.
|
|
190
190
|
* @throws DownloadFileFromThemeHttpError
|
|
191
191
|
*/
|
|
192
192
|
declare const downloadFileFromTheme: (id: string, filepath: string, options?: ApiCallOptions) => Promise<DownloadFileFromThemeHttpResponse>;
|
|
@@ -206,34 +206,34 @@ type DownloadFileFromThemeHttpError = {
|
|
|
206
206
|
declare function clearCache(): void;
|
|
207
207
|
interface ThemesAPI {
|
|
208
208
|
/**
|
|
209
|
-
* Lists all themes.
|
|
209
|
+
* Lists all imported themes in the tenant.
|
|
210
210
|
*
|
|
211
211
|
* @throws GetThemesHttpError
|
|
212
212
|
*/
|
|
213
213
|
getThemes: typeof getThemes;
|
|
214
214
|
/**
|
|
215
|
-
* Creates a new theme.
|
|
215
|
+
* Creates a new theme. Accepts either provided file or data object. The name of the new theme must be different to any existing themes.
|
|
216
216
|
*
|
|
217
217
|
* @param body an object with the body content
|
|
218
218
|
* @throws UploadThemeHttpError
|
|
219
219
|
*/
|
|
220
220
|
uploadTheme: typeof uploadTheme;
|
|
221
221
|
/**
|
|
222
|
-
* Deletes a specific theme.
|
|
222
|
+
* Deletes a specific theme matching either theme ID or theme name.
|
|
223
223
|
*
|
|
224
224
|
* @param id Theme identifier or its qextFilename.
|
|
225
225
|
* @throws DeleteThemeHttpError
|
|
226
226
|
*/
|
|
227
227
|
deleteTheme: typeof deleteTheme;
|
|
228
228
|
/**
|
|
229
|
-
* Returns a specific theme.
|
|
229
|
+
* Returns a specific theme matching either theme ID or theme name.
|
|
230
230
|
*
|
|
231
231
|
* @param id Theme identifier or its qextFilename
|
|
232
232
|
* @throws GetThemeHttpError
|
|
233
233
|
*/
|
|
234
234
|
getTheme: typeof getTheme;
|
|
235
235
|
/**
|
|
236
|
-
* Updates a specific theme
|
|
236
|
+
* Updates a specific theme matching either theme ID or theme name. Accepts either provided file or data object.
|
|
237
237
|
*
|
|
238
238
|
* @param id Theme identifier or its qextFilename.
|
|
239
239
|
* @param body an object with the body content
|
|
@@ -241,17 +241,17 @@ interface ThemesAPI {
|
|
|
241
241
|
*/
|
|
242
242
|
patchTheme: typeof patchTheme;
|
|
243
243
|
/**
|
|
244
|
-
* Downloads the theme as
|
|
244
|
+
* Downloads all files in the theme matching either theme ID or theme name as a `.zip` archive.
|
|
245
245
|
*
|
|
246
246
|
* @param id Theme identifier or its qextFilename
|
|
247
247
|
* @throws DownloadThemeHttpError
|
|
248
248
|
*/
|
|
249
249
|
downloadTheme: typeof downloadTheme;
|
|
250
250
|
/**
|
|
251
|
-
* Downloads a file from the theme
|
|
251
|
+
* Downloads a file from the theme matching either theme ID or theme name, identified by the file path within the imported extension.
|
|
252
252
|
*
|
|
253
253
|
* @param id Theme identifier or its qextFilename.
|
|
254
|
-
* @param filepath Path to the file
|
|
254
|
+
* @param filepath Path to the file location within the specified theme archive. Folders separated with forward slashes.
|
|
255
255
|
* @throws DownloadFileFromThemeHttpError
|
|
256
256
|
*/
|
|
257
257
|
downloadFileFromTheme: typeof downloadFileFromTheme;
|
package/themes.js
CHANGED
package/transports.d.ts
CHANGED
package/transports.js
CHANGED
package/users.d.ts
CHANGED
package/users.js
CHANGED
package/web-integrations.d.ts
CHANGED
package/web-integrations.js
CHANGED
package/web-notifications.d.ts
CHANGED
package/web-notifications.js
CHANGED
package/webhooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types
|
|
2
|
-
import './auth-types-
|
|
1
|
+
import { A as ApiCallOptions } from './global.types--37uwGji.js';
|
|
2
|
+
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
type Delivery = {
|
|
5
5
|
/** The name of the triggering event-type */
|
package/webhooks.js
CHANGED