@qlik/api 1.17.0 → 1.19.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 +16 -16
  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/{HFUVFYT4.js → 63L3IUY2.js} +74 -25
  15. package/chunks/{RWQS4ASJ.js → 64RJJHEL.js} +1 -1
  16. package/chunks/{NJFCE5EM.js → AKBUFQRX.js} +1 -1
  17. package/chunks/{5W53XSXH.js → BOJLTXK6.js} +2 -2
  18. package/chunks/{S5OMX5JT.js → ILZFMC3L.js} +53 -4
  19. package/chunks/{AVML2WPM.js → J6G5ZOKI.js} +1 -1
  20. package/chunks/{JBH4H34J.js → KKAWWYOT.js} +1 -1
  21. package/chunks/{6MPNTVLD.js → P5AG7AME.js} +1 -1
  22. package/chunks/{NJRTJEAQ.js → VISO65GO.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 +10 -10
  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/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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.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.19.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.2184.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/KKAWWYOT.js";
5
+ import "./chunks/VISO65GO.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/roles.ts
package/spaces.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
  * The supported actions for user-created spaces like Shared or Managed spaces.
package/spaces.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/spaces.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
  /**
5
5
  * An Error object.
package/temp-contents.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/temp-contents.ts
package/tenants.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/tenants.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/tenants.ts
package/themes.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.
@@ -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. If a file is provided, the data field is not required.
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 with provided data. If a file is provided, the data field is not required.
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 an archive.
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 archive.
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 archive for the specified theme archive. Folders separated with forward slashes.
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. If a file is provided, the data field is not required.
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 with provided data. If a file is provided, the data field is not required.
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 an archive.
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 archive.
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 archive for the specified theme archive. Folders separated with forward slashes.
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
@@ -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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/themes.ts
package/transports.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 DeleteConfigNotFoundError = {
5
5
  errors?: {
package/transports.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/transports.ts
package/users.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 group references.
package/users.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/users.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
  /**
5
5
  * An error object describing the error.
@@ -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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/web-integrations.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
  /**
5
5
  * An error object.
@@ -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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/web-notifications.ts
package/webhooks.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 Delivery = {
5
5
  /** The name of the triggering event-type */
package/webhooks.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/BOJLTXK6.js";
5
+ import "./chunks/VISO65GO.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/webhooks.ts