@qlik/api 1.17.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.
Files changed (80) hide show
  1. package/api-keys.d.ts +2 -2
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +4 -4
  4. package/apps.js +2 -2
  5. package/audits.d.ts +2 -2
  6. package/audits.js +2 -2
  7. package/{auth-types-BU5EGt_9.d.ts → auth-types-PkN9CAF_.d.ts} +3 -0
  8. package/auth.d.ts +2 -2
  9. package/auth.js +2 -2
  10. package/automations.d.ts +2 -2
  11. package/automations.js +2 -2
  12. package/brands.d.ts +2 -2
  13. package/brands.js +2 -2
  14. package/chunks/{RWQS4ASJ.js → 2B3EPESP.js} +1 -1
  15. package/chunks/{5W53XSXH.js → 2NXPFUPZ.js} +2 -2
  16. package/chunks/{6MPNTVLD.js → 4FZ45I6G.js} +1 -1
  17. package/chunks/{JBH4H34J.js → GKEPTI44.js} +1 -1
  18. package/chunks/{AVML2WPM.js → H7WWFWBM.js} +1 -1
  19. package/chunks/{S5OMX5JT.js → QLFOH4GP.js} +53 -4
  20. package/chunks/{NJFCE5EM.js → URFSYYRS.js} +1 -1
  21. package/chunks/{HFUVFYT4.js → YEHZGXQV.js} +72 -24
  22. package/chunks/{NJRTJEAQ.js → ZLPAS7FC.js} +3 -3
  23. package/collections.d.ts +18 -17
  24. package/collections.js +2 -2
  25. package/csp-origins.d.ts +2 -2
  26. package/csp-origins.js +2 -2
  27. package/data-assets.d.ts +2 -2
  28. package/data-assets.js +2 -2
  29. package/data-connections.d.ts +2 -2
  30. package/data-connections.js +2 -2
  31. package/data-credentials.d.ts +2 -2
  32. package/data-credentials.js +2 -2
  33. package/data-files.d.ts +2 -2
  34. package/data-files.js +2 -2
  35. package/extensions.d.ts +18 -18
  36. package/extensions.js +2 -2
  37. package/{global.types-BU2Yugjm.d.ts → global.types--37uwGji.d.ts} +1 -1
  38. package/glossaries.d.ts +2 -2
  39. package/glossaries.js +2 -2
  40. package/groups.d.ts +2 -2
  41. package/groups.js +2 -2
  42. package/identity-providers.d.ts +2 -2
  43. package/identity-providers.js +2 -2
  44. package/index.d.ts +2 -2
  45. package/index.js +4 -4
  46. package/items.d.ts +11 -11
  47. package/items.js +2 -2
  48. package/licenses.d.ts +2 -2
  49. package/licenses.js +2 -2
  50. package/package.json +2 -2
  51. package/qix.d.ts +7 -4
  52. package/qix.js +2 -2
  53. package/quotas.d.ts +2 -2
  54. package/quotas.js +2 -2
  55. package/reload-tasks.d.ts +2 -2
  56. package/reload-tasks.js +2 -2
  57. package/reloads.d.ts +2 -2
  58. package/reloads.js +2 -2
  59. package/reports.d.ts +2 -2
  60. package/reports.js +2 -2
  61. package/roles.d.ts +2 -2
  62. package/roles.js +2 -2
  63. package/spaces.d.ts +2 -2
  64. package/spaces.js +2 -2
  65. package/temp-contents.d.ts +2 -2
  66. package/temp-contents.js +2 -2
  67. package/tenants.d.ts +2 -2
  68. package/tenants.js +2 -2
  69. package/themes.d.ts +18 -18
  70. package/themes.js +2 -2
  71. package/transports.d.ts +2 -2
  72. package/transports.js +2 -2
  73. package/users.d.ts +2 -2
  74. package/users.js +2 -2
  75. package/web-integrations.d.ts +2 -2
  76. package/web-integrations.js +2 -2
  77. package/web-notifications.d.ts +2 -2
  78. package/web-notifications.js +2 -2
  79. package/webhooks.d.ts +2 -2
  80. package/webhooks.js +2 -2
package/csp-origins.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/csp-origins.ts
package/data-assets.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type BatchIdDto = {
5
5
  ids?: string[];
package/data-assets.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-assets.ts
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type ActionDeleteRequest = {
5
5
  connections: {
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-connections.ts
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type Credential = {
5
5
  /** ID datasource that the credential is created for */
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-credentials.ts
package/data-files.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type BatchChangeSpaceItem = {
5
5
  /** The ID of the data file whose space will be changed. */
package/data-files.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/data-files.ts
package/extensions.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
5
5
  * Object containing meta data regarding the bundle the extension belongs to. If it does not belong to a bundle, this object is not defined.
@@ -96,7 +96,7 @@ type Meta = {
96
96
  stack?: string;
97
97
  };
98
98
  /**
99
- * Lists all extensions.
99
+ * Lists all imported extensions in the tenant.
100
100
  *
101
101
  * @throws GetExtensionsHttpError
102
102
  */
@@ -112,7 +112,7 @@ type GetExtensionsHttpError = {
112
112
  status: number;
113
113
  };
114
114
  /**
115
- * Creates a new extension. If a file is provided, the data field is not required.
115
+ * Creates a new extension. Accepts either provided file or data object. The name of the new extension must be different to any existing extensions.
116
116
  *
117
117
  * @param body an object with the body content
118
118
  * @throws UploadExtensionHttpError
@@ -134,7 +134,7 @@ type UploadExtensionHttpError = {
134
134
  status: number;
135
135
  };
136
136
  /**
137
- * Deletes a specific extension.
137
+ * Deletes a specific extension matching either extension ID or extension name.
138
138
  *
139
139
  * @param id Extension identifier or its qextFilename.
140
140
  * @throws DeleteExtensionHttpError
@@ -151,7 +151,7 @@ type DeleteExtensionHttpError = {
151
151
  status: number;
152
152
  };
153
153
  /**
154
- * Returns a specific extension.
154
+ * Returns a specific extension matching either extension ID or extension name.
155
155
  *
156
156
  * @param id Extension identifier or its qextFilename.
157
157
  * @throws GetExtensionHttpError
@@ -168,7 +168,7 @@ type GetExtensionHttpError = {
168
168
  status: number;
169
169
  };
170
170
  /**
171
- * Updates a specific extension with provided data. If a file is provided, the data field is not required.
171
+ * Updates a specific extension matching either extension ID or extension name. Accepts either provided file or data object.
172
172
  *
173
173
  * @param id Extension identifier or its qextFilename.
174
174
  * @param body an object with the body content
@@ -191,7 +191,7 @@ type PatchExtensionHttpError = {
191
191
  status: number;
192
192
  };
193
193
  /**
194
- * Downloads the extension as an archive.
194
+ * Downloads all files in the extension matching either extension ID or extension name as a `.zip` archive.
195
195
  *
196
196
  * @param id Extension identifier or its qextFilename.
197
197
  * @throws DownloadExtensionHttpError
@@ -208,10 +208,10 @@ type DownloadExtensionHttpError = {
208
208
  status: number;
209
209
  };
210
210
  /**
211
- * Downloads a file from the extension archive.
211
+ * Downloads a specific file from the extension matching either extension ID or extension name, identified by the file path within the imported extension.
212
212
  *
213
213
  * @param id Extension identifier or its qextFilename.
214
- * @param filepath Path to the file archive for the specified extension archive. Folders separated with forward slashes.
214
+ * @param filepath Path to the file location within the specified extension archive. Folders separated with forward slashes.
215
215
  * @throws DownloadFileFromExtensionHttpError
216
216
  */
217
217
  declare const downloadFileFromExtension: (id: string, filepath: string, options?: ApiCallOptions) => Promise<DownloadFileFromExtensionHttpResponse>;
@@ -231,34 +231,34 @@ type DownloadFileFromExtensionHttpError = {
231
231
  declare function clearCache(): void;
232
232
  interface ExtensionsAPI {
233
233
  /**
234
- * Lists all extensions.
234
+ * Lists all imported extensions in the tenant.
235
235
  *
236
236
  * @throws GetExtensionsHttpError
237
237
  */
238
238
  getExtensions: typeof getExtensions;
239
239
  /**
240
- * Creates a new extension. If a file is provided, the data field is not required.
240
+ * Creates a new extension. Accepts either provided file or data object. The name of the new extension must be different to any existing extensions.
241
241
  *
242
242
  * @param body an object with the body content
243
243
  * @throws UploadExtensionHttpError
244
244
  */
245
245
  uploadExtension: typeof uploadExtension;
246
246
  /**
247
- * Deletes a specific extension.
247
+ * Deletes a specific extension matching either extension ID or extension name.
248
248
  *
249
249
  * @param id Extension identifier or its qextFilename.
250
250
  * @throws DeleteExtensionHttpError
251
251
  */
252
252
  deleteExtension: typeof deleteExtension;
253
253
  /**
254
- * Returns a specific extension.
254
+ * Returns a specific extension matching either extension ID or extension name.
255
255
  *
256
256
  * @param id Extension identifier or its qextFilename.
257
257
  * @throws GetExtensionHttpError
258
258
  */
259
259
  getExtension: typeof getExtension;
260
260
  /**
261
- * Updates a specific extension with provided data. If a file is provided, the data field is not required.
261
+ * Updates a specific extension matching either extension ID or extension name. Accepts either provided file or data object.
262
262
  *
263
263
  * @param id Extension identifier or its qextFilename.
264
264
  * @param body an object with the body content
@@ -266,17 +266,17 @@ interface ExtensionsAPI {
266
266
  */
267
267
  patchExtension: typeof patchExtension;
268
268
  /**
269
- * Downloads the extension as an archive.
269
+ * Downloads all files in the extension matching either extension ID or extension name as a `.zip` archive.
270
270
  *
271
271
  * @param id Extension identifier or its qextFilename.
272
272
  * @throws DownloadExtensionHttpError
273
273
  */
274
274
  downloadExtension: typeof downloadExtension;
275
275
  /**
276
- * Downloads a file from the extension archive.
276
+ * Downloads a specific file from the extension matching either extension ID or extension name, identified by the file path within the imported extension.
277
277
  *
278
278
  * @param id Extension identifier or its qextFilename.
279
- * @param filepath Path to the file archive for the specified extension archive. Folders separated with forward slashes.
279
+ * @param filepath Path to the file location within the specified extension archive. Folders separated with forward slashes.
280
280
  * @throws DownloadFileFromExtensionHttpError
281
281
  */
282
282
  downloadFileFromExtension: typeof downloadFileFromExtension;
package/extensions.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/extensions.ts
@@ -1,4 +1,4 @@
1
- import { H as HostConfig } from './auth-types-BU5EGt_9.js';
1
+ import { H as HostConfig } from './auth-types-PkN9CAF_.js';
2
2
 
3
3
  /** An entry in the cache for one specific cacheKey */
4
4
  type CacheEntry = {
package/glossaries.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
5
5
  * A JSON Patch document as defined in http://tools.ietf.org/html/rfc6902.
package/glossaries.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/glossaries.ts
package/groups.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
5
5
  * An array of role references. Visibility dependant on access level. Must have access to roles to view other users' assigned roles.
package/groups.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/groups.ts
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type BaseIDP = {
5
5
  /** Indicates whether the IdP is available for use. */
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/identity-providers.ts
package/index.d.ts CHANGED
@@ -31,8 +31,8 @@ import { UsersAPI } from './users.js';
31
31
  import { WebIntegrationsAPI } from './web-integrations.js';
32
32
  import { WebNotificationsAPI } from './web-notifications.js';
33
33
  import { WebhooksAPI } from './webhooks.js';
34
- import './global.types-BU2Yugjm.js';
35
- import './auth-types-BU5EGt_9.js';
34
+ import './global.types--37uwGji.js';
35
+ import './auth-types-PkN9CAF_.js';
36
36
 
37
37
  declare const apiKeys: ApiKeysAPI;
38
38
  declare const apps: AppsAPI;
package/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  qix_default
3
- } from "./chunks/JBH4H34J.js";
3
+ } from "./chunks/GKEPTI44.js";
4
4
  import {
5
5
  auth_default
6
- } from "./chunks/AVML2WPM.js";
6
+ } from "./chunks/H7WWFWBM.js";
7
7
  import {
8
8
  clearApiCache,
9
9
  invokeFetch
10
- } from "./chunks/5W53XSXH.js";
11
- import "./chunks/NJRTJEAQ.js";
10
+ } from "./chunks/2NXPFUPZ.js";
11
+ import "./chunks/ZLPAS7FC.js";
12
12
  import "./chunks/2ZQ3ZX7F.js";
13
13
 
14
14
  // src/public/public-runtime-api-generator/public-runtime-api-generator.ts
package/items.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type CollectionTypes = "private" | "public" | "publicgoverned";
5
5
  type ErrorResponseBody = {
@@ -246,13 +246,13 @@ type Meta = {
246
246
  */
247
247
  type SpaceTypeEnum = "shared" | "managed" | "personal" | "data";
248
248
  /**
249
- * Finds and returns items that the user has access to.
249
+ * Lists items that the user has access to.
250
250
  *
251
251
  * @param query an object with query parameters
252
252
  * @throws GetItemsHttpError
253
253
  */
254
254
  declare const getItems: (query: {
255
- /** The collection's unique identifier. */
255
+ /** The collection's unique identifier. Used to filter for items with a specific tag (collection type `public`), or collection. */
256
256
  collectionId?: string;
257
257
  /** User's unique identifier. */
258
258
  createdByUserId?: string;
@@ -309,7 +309,7 @@ type GetItemsHttpError = {
309
309
  status: number;
310
310
  };
311
311
  /**
312
- * Finds and returns the settings for the current tenant.
312
+ * Finds and returns the items service settings for the current tenant. Currently used to enable or disable usage metrics in the tenant.
313
313
  *
314
314
  * @throws GetItemsSettingsHttpError
315
315
  */
@@ -325,7 +325,7 @@ type GetItemsSettingsHttpError = {
325
325
  status: number;
326
326
  };
327
327
  /**
328
- * Updates the settings provided in the patch body.
328
+ * Updates the settings provided in the patch body. Currently used to enable or disable usage metrics in the tenant.
329
329
  *
330
330
  * @param body an object with the body content
331
331
  * @throws PatchItemsSettingsHttpError
@@ -394,7 +394,7 @@ type UpdateItemHttpError = {
394
394
  status: number;
395
395
  };
396
396
  /**
397
- * Finds and returns the collections of an item. This endpoint does not return the user's favorites collection.
397
+ * Finds and returns the collections (and tags) of an item. This endpoint does not return the user's favorites collection.
398
398
  *
399
399
  * @param itemId The item's unique identifier.
400
400
  * @param query an object with query parameters
@@ -465,20 +465,20 @@ type GetPublishedItemsHttpError = {
465
465
  declare function clearCache(): void;
466
466
  interface ItemsAPI {
467
467
  /**
468
- * Finds and returns items that the user has access to.
468
+ * Lists items that the user has access to.
469
469
  *
470
470
  * @param query an object with query parameters
471
471
  * @throws GetItemsHttpError
472
472
  */
473
473
  getItems: typeof getItems;
474
474
  /**
475
- * Finds and returns the settings for the current tenant.
475
+ * Finds and returns the items service settings for the current tenant. Currently used to enable or disable usage metrics in the tenant.
476
476
  *
477
477
  * @throws GetItemsSettingsHttpError
478
478
  */
479
479
  getItemsSettings: typeof getItemsSettings;
480
480
  /**
481
- * Updates the settings provided in the patch body.
481
+ * Updates the settings provided in the patch body. Currently used to enable or disable usage metrics in the tenant.
482
482
  *
483
483
  * @param body an object with the body content
484
484
  * @throws PatchItemsSettingsHttpError
@@ -507,7 +507,7 @@ interface ItemsAPI {
507
507
  */
508
508
  updateItem: typeof updateItem;
509
509
  /**
510
- * Finds and returns the collections of an item. This endpoint does not return the user's favorites collection.
510
+ * Finds and returns the collections (and tags) of an item. This endpoint does not return the user's favorites collection.
511
511
  *
512
512
  * @param itemId The item's unique identifier.
513
513
  * @param query an object with query parameters
package/items.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/items.ts
package/licenses.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type AssignmentsActionsAddRequest = {
5
5
  add: {
package/licenses.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/licenses.ts
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "nanoid": "^5.0.7",
17
17
  "ws": "^8.18.0"
18
18
  },
19
- "packageManager": "pnpm@9.8.0",
19
+ "packageManager": "pnpm@9.9.0",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -56,5 +56,5 @@
56
56
  "./qix": "./qix.js",
57
57
  "./auth": "./auth.js"
58
58
  },
59
- "version": "1.17.0"
59
+ "version": "1.18.0"
60
60
  }
package/qix.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import './global.types-BU2Yugjm.js';
2
- import { H as HostConfig } from './auth-types-BU5EGt_9.js';
1
+ import './global.types--37uwGji.js';
2
+ import { H as HostConfig } from './auth-types-PkN9CAF_.js';
3
3
 
4
- declare const QIX_SCHEMA_VERSION = "12.2165.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2180.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
@@ -975,6 +975,7 @@ type DocListEntry = {
975
975
  * * ANALYTICS
976
976
  * * DATA_PREPARATION
977
977
  * * DATAFLOW_PREP
978
+ * * SINGLE_TABLE_PREP
978
979
  */
979
980
  qUsage?: UsageEnum;
980
981
  };
@@ -2926,6 +2927,7 @@ type NxAppLayout = {
2926
2927
  * * ANALYTICS
2927
2928
  * * DATA_PREPARATION
2928
2929
  * * DATAFLOW_PREP
2930
+ * * SINGLE_TABLE_PREP
2929
2931
  */
2930
2932
  qUsage?: UsageEnum;
2931
2933
  };
@@ -2979,6 +2981,7 @@ type NxAppProperties = {
2979
2981
  * * ANALYTICS
2980
2982
  * * DATA_PREPARATION
2981
2983
  * * DATAFLOW_PREP
2984
+ * * SINGLE_TABLE_PREP
2982
2985
  */
2983
2986
  qUsage?: UsageEnum;
2984
2987
  };
@@ -6843,7 +6846,7 @@ type UndoInfo = {
6843
6846
  * The numbers of undos and redos are empty when an object is created. The number of possible undos is increased every time an action (for example, create a child, set some properties) on the object is performed. The number of possible redos is increased every time an undo action is performed.
6844
6847
  */
6845
6848
  type UndoInfoDef = object;
6846
- type UsageEnum = "ANALYTICS" | "DATA_PREPARATION" | "DATAFLOW_PREP";
6849
+ type UsageEnum = "ANALYTICS" | "DATA_PREPARATION" | "DATAFLOW_PREP" | "SINGLE_TABLE_PREP";
6847
6850
  type ValueExpr = {
6848
6851
  /**
6849
6852
  * Expression evaluated to dual.
package/qix.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  openAppSession,
3
3
  qix_default
4
- } from "./chunks/JBH4H34J.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/GKEPTI44.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  export {
7
7
  qix_default as default,
8
8
  openAppSession
package/quotas.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
5
5
  * A specific error.
package/quotas.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/quotas.ts
package/reload-tasks.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type Error = {
5
5
  code: string;
package/reload-tasks.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reload-tasks.ts
package/reloads.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  type Error = {
5
5
  /** The error code is in form of 'RELOADS-xxx'. ranges from 'RELOADS-001' to 'RELOADS-013'. */
package/reloads.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reloads.ts
package/reports.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
1
+ import { A as ApiCallOptions } from './global.types--37uwGji.js';
2
+ import './auth-types-PkN9CAF_.js';
3
3
 
4
4
  /**
5
5
  * Error in resource handling
package/reports.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reports.ts
package/roles.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
- import './auth-types-BU5EGt_9.js';
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 describing the error.
package/roles.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/5W53XSXH.js";
5
- import "./chunks/NJRTJEAQ.js";
4
+ } from "./chunks/2NXPFUPZ.js";
5
+ import "./chunks/ZLPAS7FC.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/roles.ts