@qlik/api 1.30.0 → 1.32.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 (138) hide show
  1. package/api-keys.d.ts +2 -2
  2. package/api-keys.js +2 -2
  3. package/apps.d.ts +4 -2
  4. package/apps.js +2 -2
  5. package/assistants.d.ts +1301 -0
  6. package/assistants.js +273 -0
  7. package/audits.d.ts +2 -2
  8. package/audits.js +2 -2
  9. package/{auth-types-PkN9CAF_.d.ts → auth-types-DqfMuSRX.d.ts} +1 -0
  10. package/auth.d.ts +27 -3
  11. package/auth.js +8 -4
  12. package/automation-connections.d.ts +366 -0
  13. package/automation-connections.js +91 -0
  14. package/automations.d.ts +2 -2
  15. package/automations.js +2 -2
  16. package/automl-deployments.d.ts +97 -0
  17. package/automl-deployments.js +27 -0
  18. package/automl-predictions.d.ts +214 -0
  19. package/automl-predictions.js +72 -0
  20. package/brands.d.ts +2 -2
  21. package/brands.js +2 -2
  22. package/chunks/{JIX6RMFP.js → 6ZONDHRN.js} +1 -1
  23. package/chunks/ETNHFALU.js +61 -0
  24. package/chunks/{G6QUM5WQ.js → FKDGGR2O.js} +137 -45
  25. package/chunks/{TXC5XORK.js → LTNGXTXG.js} +3 -3
  26. package/chunks/{OTTC4QSX.js → LY7RP2HA.js} +7 -3
  27. package/chunks/{FKCZFVJL.js → M64RLKVG.js} +2074 -12
  28. package/chunks/{F5UDCCRD.js → PLVPW5IR.js} +1 -1
  29. package/chunks/{QK4TMJ64.js → RCLKKVYB.js} +11 -1
  30. package/chunks/{QWQLGDMI.js → UZTIZ4H5.js} +392 -372
  31. package/chunks/{PTDXR7AY.js → VVD2DPKQ.js} +2 -2
  32. package/chunks/{IQBP2PKS.js → YTT2FEVE.js} +1 -1
  33. package/collections.d.ts +3 -3
  34. package/collections.js +2 -2
  35. package/conditions.d.ts +662 -0
  36. package/conditions.js +113 -0
  37. package/consumption.d.ts +182 -0
  38. package/consumption.js +24 -0
  39. package/csp-origins.d.ts +2 -2
  40. package/csp-origins.js +2 -2
  41. package/csrf-token.d.ts +62 -0
  42. package/csrf-token.js +23 -0
  43. package/data-alerts.d.ts +1004 -0
  44. package/data-alerts.js +155 -0
  45. package/data-assets.d.ts +2 -2
  46. package/data-assets.js +2 -2
  47. package/data-connections.d.ts +7 -7
  48. package/data-connections.js +2 -2
  49. package/data-credentials.d.ts +2 -2
  50. package/data-credentials.js +2 -2
  51. package/data-files.d.ts +2 -2
  52. package/data-files.js +2 -2
  53. package/data-qualities.d.ts +175 -0
  54. package/data-qualities.js +44 -0
  55. package/data-sets.d.ts +424 -0
  56. package/data-sets.js +75 -0
  57. package/data-sources.d.ts +268 -0
  58. package/data-sources.js +39 -0
  59. package/data-stores.d.ts +537 -0
  60. package/data-stores.js +108 -0
  61. package/dcaas.d.ts +192 -0
  62. package/dcaas.js +39 -0
  63. package/di-projects.d.ts +673 -0
  64. package/di-projects.js +164 -0
  65. package/docs/authentication.md +47 -0
  66. package/encryption.d.ts +370 -0
  67. package/encryption.js +98 -0
  68. package/extensions.d.ts +2 -2
  69. package/extensions.js +2 -2
  70. package/glossaries.d.ts +2 -2
  71. package/glossaries.js +2 -2
  72. package/groups.d.ts +5 -4
  73. package/groups.js +2 -2
  74. package/identity-providers.d.ts +2 -2
  75. package/identity-providers.js +2 -2
  76. package/index.d.ts +110 -4
  77. package/index.js +556 -4
  78. package/interceptors.d.ts +2 -2
  79. package/{invoke-fetch-types-BXn-uSF5.d.ts → invoke-fetch-types-Cq7bjkqn.d.ts} +10 -2
  80. package/items.d.ts +3 -3
  81. package/items.js +2 -2
  82. package/knowledgebases.d.ts +890 -0
  83. package/knowledgebases.js +169 -0
  84. package/licenses.d.ts +6 -3
  85. package/licenses.js +2 -2
  86. package/lineage-graphs.d.ts +712 -0
  87. package/lineage-graphs.js +92 -0
  88. package/ml.d.ts +2628 -0
  89. package/ml.js +384 -0
  90. package/notes.d.ts +110 -0
  91. package/notes.js +31 -0
  92. package/notifications.d.ts +98 -0
  93. package/notifications.js +24 -0
  94. package/oauth-clients.d.ts +7 -2
  95. package/oauth-clients.js +2 -2
  96. package/oauth-tokens.d.ts +126 -0
  97. package/oauth-tokens.js +31 -0
  98. package/package.json +29 -2
  99. package/qix.d.ts +421 -26
  100. package/qix.js +2 -2
  101. package/questions.d.ts +364 -0
  102. package/questions.js +34 -0
  103. package/quotas.d.ts +2 -2
  104. package/quotas.js +2 -2
  105. package/reload-tasks.d.ts +4 -2
  106. package/reload-tasks.js +2 -2
  107. package/reloads.d.ts +4 -2
  108. package/reloads.js +2 -2
  109. package/report-templates.d.ts +287 -0
  110. package/report-templates.js +80 -0
  111. package/reports.d.ts +2 -2
  112. package/reports.js +2 -2
  113. package/roles.d.ts +2 -2
  114. package/roles.js +2 -2
  115. package/sharing-tasks.d.ts +952 -0
  116. package/sharing-tasks.js +105 -0
  117. package/spaces.d.ts +3 -7
  118. package/spaces.js +2 -2
  119. package/tasks.d.ts +564 -0
  120. package/tasks.js +106 -0
  121. package/temp-contents.d.ts +2 -2
  122. package/temp-contents.js +2 -2
  123. package/tenants.d.ts +2 -2
  124. package/tenants.js +2 -2
  125. package/themes.d.ts +2 -2
  126. package/themes.js +2 -2
  127. package/transports.d.ts +2 -2
  128. package/transports.js +2 -2
  129. package/ui-config.d.ts +274 -0
  130. package/ui-config.js +77 -0
  131. package/users.d.ts +2 -2
  132. package/users.js +2 -2
  133. package/web-integrations.d.ts +2 -2
  134. package/web-integrations.js +2 -2
  135. package/web-notifications.d.ts +2 -2
  136. package/web-notifications.js +2 -2
  137. package/webhooks.d.ts +2 -2
  138. package/webhooks.js +2 -2
package/tenants.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.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 './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
3
 
4
4
  /**
5
5
  * An error object.
package/themes.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clearApiCache,
3
3
  invokeFetch
4
- } from "./chunks/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.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 './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.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/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/transports.ts
package/ui-config.d.ts ADDED
@@ -0,0 +1,274 @@
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.js';
3
+
4
+ type BulkCreatePinnedLinkItemPayload = CreatePinnedLinkConfigPayload & {
5
+ links: CreatePinnedLinkPayload[];
6
+ };
7
+ type CreatePinnedLinkConfigPayload = {
8
+ /** Specifies the scope of the link. Only supports `tenant`. */
9
+ scope: "tenant";
10
+ /** Specifies the type of the link. Only supports `custom-link`. */
11
+ type: "custom-link";
12
+ };
13
+ type CreatePinnedLinkPayload = {
14
+ /** The URL the user will be taken to when they click on the custom link. Must be https. */
15
+ link: string;
16
+ /** The title of the link, which will be shown in the navigation bar. Max length 50 characters. */
17
+ name: string;
18
+ };
19
+ type Error = {
20
+ /** Error code. */
21
+ readonly code?: number;
22
+ /** Error cause. */
23
+ readonly message?: string;
24
+ };
25
+ type ErrorResponse403 = {
26
+ errors?: {
27
+ code?: string;
28
+ detail?: string;
29
+ title?: string;
30
+ }[];
31
+ traceId?: string;
32
+ };
33
+ type JSONPatchPinnedLinkPayload = {
34
+ op: "replace";
35
+ path: "/name" | "/link";
36
+ /** The value to be used for this operation. */
37
+ value: string;
38
+ }[];
39
+ type PinnedLink = {
40
+ /** Date string */
41
+ createdAt: string;
42
+ createdBy: string;
43
+ id: string;
44
+ link: string;
45
+ name: string;
46
+ scope: "user" | "tenant";
47
+ tenantId: string;
48
+ type: "custom-link";
49
+ /** Date string */
50
+ updatedAt?: string;
51
+ updatedBy?: string;
52
+ };
53
+ /**
54
+ * Retrieves a list of all pinned links. All users can list pinned links. This endpoint does not support pagination as a tenant can have a maximum of 50 pinned links at one time.
55
+ *
56
+ * @throws GetUiConfigPinnedLinksHttpError
57
+ */
58
+ declare const getUiConfigPinnedLinks: (options?: ApiCallOptions) => Promise<GetUiConfigPinnedLinksHttpResponse>;
59
+ type GetUiConfigPinnedLinksHttpResponse = {
60
+ data: {
61
+ data?: PinnedLink[];
62
+ };
63
+ headers: Headers;
64
+ status: 200;
65
+ };
66
+ type GetUiConfigPinnedLinksHttpError = {
67
+ data: Error;
68
+ headers: Headers;
69
+ status: number;
70
+ };
71
+ /**
72
+ * Creates a pinned link, which will appear below any existing pinned links in the tenant. Requires calling user to be assigned the `TenantAdmin` role. A tenant can have a maximum of 50 pinned links.
73
+ *
74
+ * @param body an object with the body content
75
+ * @throws CreateUiConfigPinnedLinkHttpError
76
+ */
77
+ declare const createUiConfigPinnedLink: (body: CreatePinnedLinkPayload & CreatePinnedLinkConfigPayload, options?: ApiCallOptions) => Promise<CreateUiConfigPinnedLinkHttpResponse>;
78
+ type CreateUiConfigPinnedLinkHttpResponse = {
79
+ data: PinnedLink;
80
+ headers: Headers;
81
+ status: 201;
82
+ };
83
+ type CreateUiConfigPinnedLinkHttpError = CreateUiConfigPinnedLink403HttpError | CreateUiConfigPinnedLinkdefaultHttpError;
84
+ type CreateUiConfigPinnedLink403HttpError = {
85
+ data: ErrorResponse403;
86
+ headers: Headers;
87
+ status: 403;
88
+ };
89
+ type CreateUiConfigPinnedLinkdefaultHttpError = {
90
+ data: Error;
91
+ headers: Headers;
92
+ status: "default";
93
+ };
94
+ /**
95
+ * Creates one or more pinned links for navigation, an alternative method to multiple calls to `/ui-config/pinned-links`. Links are displayed below any existing pinned links, and will be added in the order sent in the request. Requires calling user to be assigned the `TenantAdmin` role. A tenant can have a maximum of 50 pinned links.
96
+ *
97
+ * @param body an object with the body content
98
+ * @throws CreateUiConfigPinnedLinksHttpError
99
+ */
100
+ declare const createUiConfigPinnedLinks: (body: BulkCreatePinnedLinkItemPayload, options?: ApiCallOptions) => Promise<CreateUiConfigPinnedLinksHttpResponse>;
101
+ type CreateUiConfigPinnedLinksHttpResponse = {
102
+ data: {
103
+ data?: PinnedLink[];
104
+ };
105
+ headers: Headers;
106
+ status: 200;
107
+ };
108
+ type CreateUiConfigPinnedLinksHttpError = CreateUiConfigPinnedLinks403HttpError | CreateUiConfigPinnedLinksdefaultHttpError;
109
+ type CreateUiConfigPinnedLinks403HttpError = {
110
+ data: ErrorResponse403;
111
+ headers: Headers;
112
+ status: 403;
113
+ };
114
+ type CreateUiConfigPinnedLinksdefaultHttpError = {
115
+ data: Error;
116
+ headers: Headers;
117
+ status: "default";
118
+ };
119
+ /**
120
+ * Deletes all pinned links in the tenant. Requires calling user to be assigned the `TenantAdmin` role.
121
+ *
122
+ * @throws DeleteAllUiConfigPinnedLinksHttpError
123
+ */
124
+ declare const deleteAllUiConfigPinnedLinks: (options?: ApiCallOptions) => Promise<DeleteAllUiConfigPinnedLinksHttpResponse>;
125
+ type DeleteAllUiConfigPinnedLinksHttpResponse = {
126
+ data: void;
127
+ headers: Headers;
128
+ status: 204;
129
+ };
130
+ type DeleteAllUiConfigPinnedLinksHttpError = DeleteAllUiConfigPinnedLinks403HttpError | DeleteAllUiConfigPinnedLinksdefaultHttpError;
131
+ type DeleteAllUiConfigPinnedLinks403HttpError = {
132
+ data: ErrorResponse403;
133
+ headers: Headers;
134
+ status: 403;
135
+ };
136
+ type DeleteAllUiConfigPinnedLinksdefaultHttpError = {
137
+ data: Error;
138
+ headers: Headers;
139
+ status: "default";
140
+ };
141
+ /**
142
+ * Deletes a specific pinned link. Requires calling user to be assigned the `TenantAdmin` role.
143
+ *
144
+ * @param id The pinned link identifier.
145
+ * @throws DeleteUiConfigPinnedLinkHttpError
146
+ */
147
+ declare const deleteUiConfigPinnedLink: (id: string, options?: ApiCallOptions) => Promise<DeleteUiConfigPinnedLinkHttpResponse>;
148
+ type DeleteUiConfigPinnedLinkHttpResponse = {
149
+ data: void;
150
+ headers: Headers;
151
+ status: 204;
152
+ };
153
+ type DeleteUiConfigPinnedLinkHttpError = DeleteUiConfigPinnedLink403HttpError | DeleteUiConfigPinnedLinkdefaultHttpError;
154
+ type DeleteUiConfigPinnedLink403HttpError = {
155
+ data: ErrorResponse403;
156
+ headers: Headers;
157
+ status: 403;
158
+ };
159
+ type DeleteUiConfigPinnedLinkdefaultHttpError = {
160
+ data: Error;
161
+ headers: Headers;
162
+ status: "default";
163
+ };
164
+ /**
165
+ * Retrieves a specific pinned link.
166
+ *
167
+ * @param id The pinned link identifier.
168
+ * @throws GetUiConfigPinnedLinkHttpError
169
+ */
170
+ declare const getUiConfigPinnedLink: (id: string, options?: ApiCallOptions) => Promise<GetUiConfigPinnedLinkHttpResponse>;
171
+ type GetUiConfigPinnedLinkHttpResponse = {
172
+ data: PinnedLink;
173
+ headers: Headers;
174
+ status: 200;
175
+ };
176
+ type GetUiConfigPinnedLinkHttpError = GetUiConfigPinnedLink403HttpError | GetUiConfigPinnedLinkdefaultHttpError;
177
+ type GetUiConfigPinnedLink403HttpError = {
178
+ data: ErrorResponse403;
179
+ headers: Headers;
180
+ status: 403;
181
+ };
182
+ type GetUiConfigPinnedLinkdefaultHttpError = {
183
+ data: Error;
184
+ headers: Headers;
185
+ status: "default";
186
+ };
187
+ /**
188
+ * Updates a specific pinned link with an array of JSON patches. Requires calling user to be assigned the `TenantAdmin` role.
189
+ *
190
+ * @param id The pinned link identifier.
191
+ * @param body an object with the body content
192
+ * @throws PatchUiConfigPinnedLinkHttpError
193
+ */
194
+ declare const patchUiConfigPinnedLink: (id: string, body: JSONPatchPinnedLinkPayload, options?: ApiCallOptions) => Promise<PatchUiConfigPinnedLinkHttpResponse>;
195
+ type PatchUiConfigPinnedLinkHttpResponse = {
196
+ data: PinnedLink;
197
+ headers: Headers;
198
+ status: 200;
199
+ };
200
+ type PatchUiConfigPinnedLinkHttpError = PatchUiConfigPinnedLink403HttpError | PatchUiConfigPinnedLinkdefaultHttpError;
201
+ type PatchUiConfigPinnedLink403HttpError = {
202
+ data: ErrorResponse403;
203
+ headers: Headers;
204
+ status: 403;
205
+ };
206
+ type PatchUiConfigPinnedLinkdefaultHttpError = {
207
+ data: Error;
208
+ headers: Headers;
209
+ status: "default";
210
+ };
211
+ /**
212
+ * Clears the cache for ui-config api requests.
213
+ */
214
+ declare function clearCache(): void;
215
+ interface UiConfigAPI {
216
+ /**
217
+ * Retrieves a list of all pinned links. All users can list pinned links. This endpoint does not support pagination as a tenant can have a maximum of 50 pinned links at one time.
218
+ *
219
+ * @throws GetUiConfigPinnedLinksHttpError
220
+ */
221
+ getUiConfigPinnedLinks: typeof getUiConfigPinnedLinks;
222
+ /**
223
+ * Creates a pinned link, which will appear below any existing pinned links in the tenant. Requires calling user to be assigned the `TenantAdmin` role. A tenant can have a maximum of 50 pinned links.
224
+ *
225
+ * @param body an object with the body content
226
+ * @throws CreateUiConfigPinnedLinkHttpError
227
+ */
228
+ createUiConfigPinnedLink: typeof createUiConfigPinnedLink;
229
+ /**
230
+ * Creates one or more pinned links for navigation, an alternative method to multiple calls to `/ui-config/pinned-links`. Links are displayed below any existing pinned links, and will be added in the order sent in the request. Requires calling user to be assigned the `TenantAdmin` role. A tenant can have a maximum of 50 pinned links.
231
+ *
232
+ * @param body an object with the body content
233
+ * @throws CreateUiConfigPinnedLinksHttpError
234
+ */
235
+ createUiConfigPinnedLinks: typeof createUiConfigPinnedLinks;
236
+ /**
237
+ * Deletes all pinned links in the tenant. Requires calling user to be assigned the `TenantAdmin` role.
238
+ *
239
+ * @throws DeleteAllUiConfigPinnedLinksHttpError
240
+ */
241
+ deleteAllUiConfigPinnedLinks: typeof deleteAllUiConfigPinnedLinks;
242
+ /**
243
+ * Deletes a specific pinned link. Requires calling user to be assigned the `TenantAdmin` role.
244
+ *
245
+ * @param id The pinned link identifier.
246
+ * @throws DeleteUiConfigPinnedLinkHttpError
247
+ */
248
+ deleteUiConfigPinnedLink: typeof deleteUiConfigPinnedLink;
249
+ /**
250
+ * Retrieves a specific pinned link.
251
+ *
252
+ * @param id The pinned link identifier.
253
+ * @throws GetUiConfigPinnedLinkHttpError
254
+ */
255
+ getUiConfigPinnedLink: typeof getUiConfigPinnedLink;
256
+ /**
257
+ * Updates a specific pinned link with an array of JSON patches. Requires calling user to be assigned the `TenantAdmin` role.
258
+ *
259
+ * @param id The pinned link identifier.
260
+ * @param body an object with the body content
261
+ * @throws PatchUiConfigPinnedLinkHttpError
262
+ */
263
+ patchUiConfigPinnedLink: typeof patchUiConfigPinnedLink;
264
+ /**
265
+ * Clears the cache for ui-config api requests.
266
+ */
267
+ clearCache: typeof clearCache;
268
+ }
269
+ /**
270
+ * Functions for the ui-config api
271
+ */
272
+ declare const uiConfigExport: UiConfigAPI;
273
+
274
+ export { type BulkCreatePinnedLinkItemPayload, type CreatePinnedLinkConfigPayload, type CreatePinnedLinkPayload, type CreateUiConfigPinnedLink403HttpError, type CreateUiConfigPinnedLinkHttpError, type CreateUiConfigPinnedLinkHttpResponse, type CreateUiConfigPinnedLinkdefaultHttpError, type CreateUiConfigPinnedLinks403HttpError, type CreateUiConfigPinnedLinksHttpError, type CreateUiConfigPinnedLinksHttpResponse, type CreateUiConfigPinnedLinksdefaultHttpError, type DeleteAllUiConfigPinnedLinks403HttpError, type DeleteAllUiConfigPinnedLinksHttpError, type DeleteAllUiConfigPinnedLinksHttpResponse, type DeleteAllUiConfigPinnedLinksdefaultHttpError, type DeleteUiConfigPinnedLink403HttpError, type DeleteUiConfigPinnedLinkHttpError, type DeleteUiConfigPinnedLinkHttpResponse, type DeleteUiConfigPinnedLinkdefaultHttpError, type Error, type ErrorResponse403, type GetUiConfigPinnedLink403HttpError, type GetUiConfigPinnedLinkHttpError, type GetUiConfigPinnedLinkHttpResponse, type GetUiConfigPinnedLinkdefaultHttpError, type GetUiConfigPinnedLinksHttpError, type GetUiConfigPinnedLinksHttpResponse, type JSONPatchPinnedLinkPayload, type PatchUiConfigPinnedLink403HttpError, type PatchUiConfigPinnedLinkHttpError, type PatchUiConfigPinnedLinkHttpResponse, type PatchUiConfigPinnedLinkdefaultHttpError, type PinnedLink, type UiConfigAPI, clearCache, createUiConfigPinnedLink, createUiConfigPinnedLinks, uiConfigExport as default, deleteAllUiConfigPinnedLinks, deleteUiConfigPinnedLink, getUiConfigPinnedLink, getUiConfigPinnedLinks, patchUiConfigPinnedLink };
package/ui-config.js ADDED
@@ -0,0 +1,77 @@
1
+ import {
2
+ clearApiCache,
3
+ invokeFetch
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
+ import "./chunks/2ZQ3ZX7F.js";
7
+
8
+ // src/public/rest/ui-config.ts
9
+ var getUiConfigPinnedLinks = async (options) => invokeFetch("ui-config", {
10
+ method: "get",
11
+ pathTemplate: "/api/v1/ui-config/pinned-links",
12
+ options
13
+ });
14
+ var createUiConfigPinnedLink = async (body, options) => invokeFetch("ui-config", {
15
+ method: "post",
16
+ pathTemplate: "/api/v1/ui-config/pinned-links",
17
+ body,
18
+ contentType: "application/json",
19
+ options
20
+ });
21
+ var createUiConfigPinnedLinks = async (body, options) => invokeFetch("ui-config", {
22
+ method: "post",
23
+ pathTemplate: "/api/v1/ui-config/pinned-links/actions/bulk-create-pinned-links",
24
+ body,
25
+ contentType: "application/json",
26
+ options
27
+ });
28
+ var deleteAllUiConfigPinnedLinks = async (options) => invokeFetch("ui-config", {
29
+ method: "post",
30
+ pathTemplate: "/api/v1/ui-config/pinned-links/actions/delete-all-pinned-links",
31
+ options
32
+ });
33
+ var deleteUiConfigPinnedLink = async (id, options) => invokeFetch("ui-config", {
34
+ method: "delete",
35
+ pathTemplate: "/api/v1/ui-config/pinned-links/{id}",
36
+ pathVariables: { id },
37
+ options
38
+ });
39
+ var getUiConfigPinnedLink = async (id, options) => invokeFetch("ui-config", {
40
+ method: "get",
41
+ pathTemplate: "/api/v1/ui-config/pinned-links/{id}",
42
+ pathVariables: { id },
43
+ options
44
+ });
45
+ var patchUiConfigPinnedLink = async (id, body, options) => invokeFetch("ui-config", {
46
+ method: "patch",
47
+ pathTemplate: "/api/v1/ui-config/pinned-links/{id}",
48
+ pathVariables: { id },
49
+ body,
50
+ contentType: "application/json",
51
+ options
52
+ });
53
+ function clearCache() {
54
+ return clearApiCache("ui-config");
55
+ }
56
+ var uiConfigExport = {
57
+ getUiConfigPinnedLinks,
58
+ createUiConfigPinnedLink,
59
+ createUiConfigPinnedLinks,
60
+ deleteAllUiConfigPinnedLinks,
61
+ deleteUiConfigPinnedLink,
62
+ getUiConfigPinnedLink,
63
+ patchUiConfigPinnedLink,
64
+ clearCache
65
+ };
66
+ var ui_config_default = uiConfigExport;
67
+ export {
68
+ clearCache,
69
+ createUiConfigPinnedLink,
70
+ createUiConfigPinnedLinks,
71
+ ui_config_default as default,
72
+ deleteAllUiConfigPinnedLinks,
73
+ deleteUiConfigPinnedLink,
74
+ getUiConfigPinnedLink,
75
+ getUiConfigPinnedLinks,
76
+ patchUiConfigPinnedLink
77
+ };
package/users.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { A as ApiCallOptions } from './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.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/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.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 './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.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/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.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 './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.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/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.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 './invoke-fetch-types-BXn-uSF5.js';
2
- import './auth-types-PkN9CAF_.js';
1
+ import { A as ApiCallOptions } from './invoke-fetch-types-Cq7bjkqn.js';
2
+ import './auth-types-DqfMuSRX.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/PTDXR7AY.js";
5
- import "./chunks/TXC5XORK.js";
4
+ } from "./chunks/VVD2DPKQ.js";
5
+ import "./chunks/LTNGXTXG.js";
6
6
  import "./chunks/2ZQ3ZX7F.js";
7
7
 
8
8
  // src/public/rest/webhooks.ts