@qlik/api 1.16.0 → 1.17.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 (79) hide show
  1. package/api-keys.d.ts +31 -27
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +1 -1
  4. package/apps.js +2 -2
  5. package/audits.d.ts +1 -1
  6. package/audits.js +2 -2
  7. package/auth.js +2 -2
  8. package/automations.d.ts +1 -1
  9. package/automations.js +2 -2
  10. package/brands.d.ts +1 -1
  11. package/brands.js +2 -2
  12. package/chunks/{MFNOHOWH.js → 5W53XSXH.js} +2 -2
  13. package/chunks/{O3XVX7VQ.js → 6MPNTVLD.js} +1 -1
  14. package/chunks/{6O3XBOLZ.js → AVML2WPM.js} +1 -1
  15. package/chunks/{TBHMVTOT.js → GLS4DAZ4.js} +1 -1
  16. package/chunks/{3XRP5N4L.js → HFUVFYT4.js} +69 -49
  17. package/chunks/{GXMVBX45.js → JBH4H34J.js} +1 -1
  18. package/chunks/{ECWQX4IH.js → NJFCE5EM.js} +1 -1
  19. package/chunks/{7IMOYFWE.js → NJRTJEAQ.js} +3 -3
  20. package/chunks/{PESPSFQN.js → RWQS4ASJ.js} +1 -1
  21. package/chunks/{YHKRUQRS.js → S5OMX5JT.js} +69 -9
  22. package/collections.d.ts +1 -1
  23. package/collections.js +2 -2
  24. package/csp-origins.d.ts +1 -1
  25. package/csp-origins.js +2 -2
  26. package/data-assets.d.ts +1 -1
  27. package/data-assets.js +2 -2
  28. package/data-connections.d.ts +1 -1
  29. package/data-connections.js +2 -2
  30. package/data-credentials.d.ts +1 -1
  31. package/data-credentials.js +2 -2
  32. package/data-files.d.ts +273 -75
  33. package/data-files.js +2 -2
  34. package/extensions.d.ts +1 -1
  35. package/extensions.js +2 -2
  36. package/{global.types-z1p6A9D-.d.ts → global.types-BU2Yugjm.d.ts} +3 -0
  37. package/glossaries.d.ts +1 -1
  38. package/glossaries.js +2 -2
  39. package/groups.d.ts +1 -1
  40. package/groups.js +2 -2
  41. package/identity-providers.d.ts +1 -1
  42. package/identity-providers.js +2 -2
  43. package/index.d.ts +1 -1
  44. package/index.js +4 -4
  45. package/items.d.ts +1 -1
  46. package/items.js +2 -2
  47. package/licenses.d.ts +1 -1
  48. package/licenses.js +2 -2
  49. package/package.json +2 -2
  50. package/qix.d.ts +2 -2
  51. package/qix.js +2 -2
  52. package/quotas.d.ts +1 -1
  53. package/quotas.js +2 -2
  54. package/reload-tasks.d.ts +11 -11
  55. package/reload-tasks.js +2 -2
  56. package/reloads.d.ts +3 -3
  57. package/reloads.js +2 -2
  58. package/reports.d.ts +4 -2
  59. package/reports.js +2 -2
  60. package/roles.d.ts +1 -1
  61. package/roles.js +2 -2
  62. package/spaces.d.ts +1 -1
  63. package/spaces.js +2 -2
  64. package/temp-contents.d.ts +1 -1
  65. package/temp-contents.js +2 -2
  66. package/tenants.d.ts +1 -1
  67. package/tenants.js +2 -2
  68. package/themes.d.ts +1 -1
  69. package/themes.js +2 -2
  70. package/transports.d.ts +1 -1
  71. package/transports.js +2 -2
  72. package/users.d.ts +1 -1
  73. package/users.js +2 -2
  74. package/web-integrations.d.ts +1 -1
  75. package/web-integrations.js +2 -2
  76. package/web-notifications.d.ts +1 -1
  77. package/web-notifications.js +2 -2
  78. package/webhooks.d.ts +1 -1
  79. package/webhooks.js +2 -2
@@ -58,6 +58,8 @@ type CookieAuthConfig = {
58
58
  webIntegrationId?: string;
59
59
  /** If set to false the `credentials` property will be set to same-origin */
60
60
  crossSiteCookies?: boolean;
61
+ /** Set to true if browser is running in anonymous mode, which is detected if there's a eac token in the url */
62
+ anonymousMode?: boolean;
61
63
  };
62
64
  /** WindowsCookie Auth Configuration for a HostConfig */
63
65
  type WindowsCookieAuthConfig = {
@@ -100,6 +102,7 @@ type Oauth2AuthConfig = {
100
102
  */
101
103
  userId?: string;
102
104
  };
105
+ /** Anonymous Auth Configuration for a HostConfig - used when embedding UI's linked to an anonymous tenant/app */
103
106
  type AnonymousAuthConfig = {
104
107
  /**
105
108
  * Experimental and unsupported
package/glossaries.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/glossaries.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/glossaries.ts
package/groups.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/groups.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/groups.ts
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type BaseIDP = {
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/identity-providers.ts
package/index.d.ts CHANGED
@@ -31,7 +31,7 @@ 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-z1p6A9D-.js';
34
+ import './global.types-BU2Yugjm.js';
35
35
  import './auth-types-BU5EGt_9.js';
36
36
 
37
37
  declare const apiKeys: ApiKeysAPI;
package/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  qix_default
3
- } from "./chunks/GXMVBX45.js";
3
+ } from "./chunks/JBH4H34J.js";
4
4
  import {
5
5
  auth_default
6
- } from "./chunks/6O3XBOLZ.js";
6
+ } from "./chunks/AVML2WPM.js";
7
7
  import {
8
8
  clearApiCache,
9
9
  invokeFetch
10
- } from "./chunks/MFNOHOWH.js";
11
- import "./chunks/7IMOYFWE.js";
10
+ } from "./chunks/5W53XSXH.js";
11
+ import "./chunks/NJRTJEAQ.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,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type CollectionTypes = "private" | "public" | "publicgoverned";
package/items.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/items.ts
package/licenses.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type AssignmentsActionsAddRequest = {
package/licenses.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.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.7.1",
19
+ "packageManager": "pnpm@9.8.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.16.0"
59
+ "version": "1.17.0"
60
60
  }
package/qix.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import './global.types-z1p6A9D-.js';
1
+ import './global.types-BU2Yugjm.js';
2
2
  import { H as HostConfig } from './auth-types-BU5EGt_9.js';
3
3
 
4
- declare const QIX_SCHEMA_VERSION = "12.2154.0";
4
+ declare const QIX_SCHEMA_VERSION = "12.2165.0";
5
5
  type AlfaNumString = {
6
6
  /**
7
7
  * Calculated value.
package/qix.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  openAppSession,
3
3
  qix_default
4
- } from "./chunks/GXMVBX45.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/JBH4H34J.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  export {
7
7
  qix_default as default,
8
8
  openAppSession
package/quotas.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/quotas.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/quotas.ts
package/reload-tasks.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type Error = {
@@ -77,7 +77,7 @@ type Tasks = {
77
77
  links: PaginationLinks;
78
78
  };
79
79
  /**
80
- * Find and return the tasks that the user can access.
80
+ * Finds and returns the tasks that the user has access to.
81
81
  *
82
82
  * @param query an object with query parameters
83
83
  * @throws GetReloadTasksHttpError
@@ -105,7 +105,7 @@ type GetReloadTasksHttpError = {
105
105
  status: number;
106
106
  };
107
107
  /**
108
- * Create a task for a specified app.
108
+ * Creates a task for a specified app.
109
109
  *
110
110
  * @param body an object with the body content
111
111
  * @throws CreateReloadTaskHttpError
@@ -122,7 +122,7 @@ type CreateReloadTaskHttpError = {
122
122
  status: number;
123
123
  };
124
124
  /**
125
- * Delete a task.
125
+ * Deletes a task
126
126
  *
127
127
  * @param taskId The unique identifier of the task.
128
128
  * @throws DeleteReloadTaskHttpError
@@ -139,7 +139,7 @@ type DeleteReloadTaskHttpError = {
139
139
  status: number;
140
140
  };
141
141
  /**
142
- * Find and return a task.
142
+ * Finds and returns a task.
143
143
  *
144
144
  * @param taskId The unique identifier of the task.
145
145
  * @throws GetReloadTaskHttpError
@@ -156,7 +156,7 @@ type GetReloadTaskHttpError = {
156
156
  status: number;
157
157
  };
158
158
  /**
159
- * Update an existing task.
159
+ * Updates an existing task
160
160
  *
161
161
  * @param taskId The unique identifier of the task.
162
162
  * @param body an object with the body content
@@ -179,35 +179,35 @@ type UpdateReloadTaskHttpError = {
179
179
  declare function clearCache(): void;
180
180
  interface ReloadTasksAPI {
181
181
  /**
182
- * Find and return the tasks that the user can access.
182
+ * Finds and returns the tasks that the user has access to.
183
183
  *
184
184
  * @param query an object with query parameters
185
185
  * @throws GetReloadTasksHttpError
186
186
  */
187
187
  getReloadTasks: typeof getReloadTasks;
188
188
  /**
189
- * Create a task for a specified app.
189
+ * Creates a task for a specified app.
190
190
  *
191
191
  * @param body an object with the body content
192
192
  * @throws CreateReloadTaskHttpError
193
193
  */
194
194
  createReloadTask: typeof createReloadTask;
195
195
  /**
196
- * Delete a task.
196
+ * Deletes a task
197
197
  *
198
198
  * @param taskId The unique identifier of the task.
199
199
  * @throws DeleteReloadTaskHttpError
200
200
  */
201
201
  deleteReloadTask: typeof deleteReloadTask;
202
202
  /**
203
- * Find and return a task.
203
+ * Finds and returns a task.
204
204
  *
205
205
  * @param taskId The unique identifier of the task.
206
206
  * @throws GetReloadTaskHttpError
207
207
  */
208
208
  getReloadTask: typeof getReloadTask;
209
209
  /**
210
- * Update an existing task.
210
+ * Updates an existing task
211
211
  *
212
212
  * @param taskId The unique identifier of the task.
213
213
  * @param body an object with the body content
package/reload-tasks.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reload-tasks.ts
package/reloads.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type Error = {
@@ -132,7 +132,7 @@ type QueueReloadHttpError = {
132
132
  status: number;
133
133
  };
134
134
  /**
135
- * Finds and returns a reload record
135
+ * Finds and returns a reload record.
136
136
  *
137
137
  * @param reloadId The unique identifier of the reload.
138
138
  * @throws GetReloadHttpError
@@ -185,7 +185,7 @@ interface ReloadsAPI {
185
185
  */
186
186
  queueReload: typeof queueReload;
187
187
  /**
188
- * Finds and returns a reload record
188
+ * Finds and returns a reload record.
189
189
  *
190
190
  * @param reloadId The unique identifier of the reload.
191
191
  * @throws GetReloadHttpError
package/reloads.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reloads.ts
package/reports.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
@@ -108,7 +108,9 @@ type ExportError = {
108
108
  * - "REP-400029" Reload Entitlement Limit Reached.
109
109
  * - "REP-409046" Report aborted due to app reload.
110
110
  * - "REP-500047" Error setting GroupState.
111
- * - "REP-403048" Forbidden. User does not have permission to export the report (access control usePermission) */
111
+ * - "REP-403048" Forbidden. User does not have permission to export the report (access control usePermission)
112
+ * - "REP-422051" There is no report to produce due to empty dataset or missing fields (the measure/dimension was removed or omitted in Section Access)
113
+ * - "REP-500014" The app did not open within 5 minutes. */
112
114
  code: string;
113
115
  /** Optional. MAY be used to provide more concrete details. */
114
116
  detail?: string;
package/reports.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/reports.ts
package/roles.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/roles.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/roles.ts
package/spaces.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/spaces.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/spaces.ts
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/temp-contents.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/temp-contents.ts
package/tenants.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/tenants.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/tenants.ts
package/themes.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/themes.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/themes.ts
package/transports.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type DeleteConfigNotFoundError = {
package/transports.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/transports.ts
package/users.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
package/users.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/users.ts
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/web-integrations.ts
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  /**
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/web-notifications.ts
package/webhooks.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as ApiCallOptions } from './global.types-z1p6A9D-.js';
1
+ import { A as ApiCallOptions } from './global.types-BU2Yugjm.js';
2
2
  import './auth-types-BU5EGt_9.js';
3
3
 
4
4
  type Delivery = {
package/webhooks.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/MFNOHOWH.js";
5
- import "./chunks/7IMOYFWE.js";
4
+ } from "./chunks/5W53XSXH.js";
5
+ import "./chunks/NJRTJEAQ.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/webhooks.ts