@bluecopa/react 0.1.121 → 0.1.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1,9 +1,9 @@
1
- import { useQuery as s, useMutation as u, useQueryClient as p } from "@tanstack/react-query";
2
- import * as oe from "@tanstack/react-query";
3
- import { copaApi as r, copaGetConfig as x, copaUtils as A } from "@bluecopa/core";
1
+ import { useQuery as o, useMutation as a, useQueryClient as p } from "@tanstack/react-query";
2
+ import * as ce from "@tanstack/react-query";
3
+ import { copaApi as r, copaGetConfig as K, copaUtils as A } from "@bluecopa/core";
4
4
  export * from "@bluecopa/core";
5
- import { useState as q, useRef as B, useEffect as K, useMemo as h, useCallback as G } from "react";
6
- import { ReactQueryDevtools as Ru } from "@tanstack/react-query-devtools";
5
+ import { useState as q, useRef as B, useEffect as x, useMemo as h, useCallback as G } from "react";
6
+ import { ReactQueryDevtools as La } from "@tanstack/react-query-devtools";
7
7
  const M = {
8
8
  enabled: !0,
9
9
  staleTime: 1e3 * 60 * 5,
@@ -23,7 +23,7 @@ function L(e = 5e3) {
23
23
  return new Promise((t) => setTimeout(t, e));
24
24
  }
25
25
  function P(e, t) {
26
- const n = Object.entries(e).filter(([a, o]) => !o).map(([a]) => a);
26
+ const n = Object.entries(e).filter(([u, s]) => !s).map(([u]) => u);
27
27
  if (n.length > 0)
28
28
  throw new Error(
29
29
  t || `Missing required parameters: ${n.join(", ")}`
@@ -46,39 +46,39 @@ function d(e) {
46
46
  onError: t.onError
47
47
  };
48
48
  }
49
- function ce(e, t = {}) {
50
- const n = t.enabled !== !1 && !!e, a = t.solutionBindings ?? null, o = y(async () => {
49
+ function de(e, t = {}) {
50
+ const n = t.enabled !== !1 && !!e, u = t.solutionBindings ?? null, s = y(async () => {
51
51
  if (!e)
52
52
  throw new Error("Metric ID is required");
53
53
  return console.log("Fetching metric data..."), await r.metric.getData(e, {
54
54
  limit: t.limit
55
55
  });
56
56
  }), i = d({
57
- queryKey: ["metricData", e, a, t.limit ?? null],
58
- queryFn: o,
57
+ queryKey: ["metricData", e, u, t.limit ?? null],
58
+ queryFn: s,
59
59
  enabled: n,
60
60
  options: t
61
61
  });
62
- return s(i);
62
+ return o(i);
63
63
  }
64
- function le(e, t = {}) {
65
- const n = !!e, a = y(async () => {
64
+ function pe(e, t = {}) {
65
+ const n = !!e, u = y(async () => {
66
66
  if (!e)
67
67
  throw new Error("Dataset ID is required");
68
68
  return console.log("Fetching dataset data..."), await r.dataset.getSampleData({
69
69
  datasetId: e,
70
70
  dataFilter: "all_data"
71
71
  });
72
- }), o = d({
72
+ }), s = d({
73
73
  queryKey: ["datasetData", e],
74
- queryFn: a,
74
+ queryFn: u,
75
75
  enabled: n,
76
76
  options: t
77
77
  });
78
- return s(o);
78
+ return o(s);
79
79
  }
80
- function ye(e = {}) {
81
- return u({
80
+ function ge(e = {}) {
81
+ return a({
82
82
  mutationFn: async (t) => await r.chat.createThread(t),
83
83
  onSuccess: e.onSuccess,
84
84
  onError: e.onError,
@@ -86,20 +86,20 @@ function ye(e = {}) {
86
86
  retryDelay: e.retryDelay ?? ((t) => Math.min(1e3 * 2 ** t, 3e4))
87
87
  });
88
88
  }
89
- function de(e, t = {}) {
90
- const n = t.enabled !== !1 && !!e, a = y(async () => (P(
89
+ function fe(e, t = {}) {
90
+ const n = t.enabled !== !1 && !!e, u = y(async () => (P(
91
91
  { threadId: e },
92
92
  "Thread ID is required to fetch comments"
93
- ), await r.chat.getCommentsByThreadId(e))), o = d({
93
+ ), await r.chat.getCommentsByThreadId(e))), s = d({
94
94
  queryKey: ["chat", "comments", e],
95
- queryFn: a,
95
+ queryFn: u,
96
96
  enabled: n,
97
97
  options: t
98
98
  });
99
- return s(o);
99
+ return o(s);
100
100
  }
101
- function pe(e = {}) {
102
- return u({
101
+ function me(e = {}) {
102
+ return a({
103
103
  mutationFn: async (t) => await r.chat.postComment(t),
104
104
  onSuccess: e.onSuccess,
105
105
  onError: e.onError,
@@ -107,8 +107,8 @@ function pe(e = {}) {
107
107
  retryDelay: e.retryDelay ?? ((t) => Math.min(1e3 * 2 ** t, 3e4))
108
108
  });
109
109
  }
110
- function ge(e = {}) {
111
- return u({
110
+ function be(e = {}) {
111
+ return a({
112
112
  mutationFn: async (t) => await r.chat.updateComment(t),
113
113
  onSuccess: e.onSuccess,
114
114
  onError: e.onError,
@@ -116,8 +116,8 @@ function ge(e = {}) {
116
116
  retryDelay: e.retryDelay ?? ((t) => Math.min(1e3 * 2 ** t, 3e4))
117
117
  });
118
118
  }
119
- function fe(e = {}) {
120
- return u({
119
+ function Fe(e = {}) {
120
+ return a({
121
121
  mutationFn: async (t) => await r.chat.deleteComment(t),
122
122
  onSuccess: e.onSuccess,
123
123
  onError: e.onError,
@@ -125,8 +125,8 @@ function fe(e = {}) {
125
125
  retryDelay: e.retryDelay ?? ((t) => Math.min(1e3 * 2 ** t, 3e4))
126
126
  });
127
127
  }
128
- function me(e = {}) {
129
- return u({
128
+ function we(e = {}) {
129
+ return a({
130
130
  mutationFn: async (t) => await r.chat.subscribeUser(t),
131
131
  onSuccess: e.onSuccess,
132
132
  onError: e.onError,
@@ -134,8 +134,8 @@ function me(e = {}) {
134
134
  retryDelay: e.retryDelay ?? ((t) => Math.min(1e3 * 2 ** t, 3e4))
135
135
  });
136
136
  }
137
- function be(e = {}) {
138
- return u({
137
+ function qe(e = {}) {
138
+ return a({
139
139
  mutationFn: async (t) => await r.chat.unsubscribeUser(t),
140
140
  onSuccess: e.onSuccess,
141
141
  onError: e.onError,
@@ -143,57 +143,57 @@ function be(e = {}) {
143
143
  retryDelay: e.retryDelay ?? ((t) => Math.min(1e3 * 2 ** t, 3e4))
144
144
  });
145
145
  }
146
- function Fe(e, t, n = {}) {
147
- const a = n.enabled !== !1 && !!e && !!t, o = y(async () => (P(
146
+ function he(e, t, n = {}) {
147
+ const u = n.enabled !== !1 && !!e && !!t, s = y(async () => (P(
148
148
  { userId: e, threadId: t },
149
149
  "User ID and Thread ID are required to check subscription status"
150
150
  ), await r.chat.checkSubscriptionStatus(e, t))), i = d({
151
151
  queryKey: ["chat", "subscription", e, t],
152
- queryFn: o,
153
- enabled: a,
152
+ queryFn: s,
153
+ enabled: u,
154
154
  options: n
155
155
  });
156
- return s(i);
156
+ return o(i);
157
157
  }
158
- function we(e = {}) {
159
- return u({
158
+ function Te(e = {}) {
159
+ return a({
160
160
  mutationFn: async (t) => await r.statement.createNewRun(t),
161
161
  ...e
162
162
  });
163
163
  }
164
- function qe(e, t = {}) {
165
- const n = !!e, a = y(async () => {
164
+ function De(e, t = {}) {
165
+ const n = !!e, u = y(async () => {
166
166
  if (!e)
167
167
  throw new Error("Dataset ID is required");
168
168
  return console.log("Fetching dataset data..."), await r.dataset.getData(e, {
169
169
  limit: t.limit || 1e3
170
170
  });
171
- }), o = d({
171
+ }), s = d({
172
172
  queryKey: ["datasetData", e],
173
- queryFn: a,
173
+ queryFn: u,
174
174
  enabled: n,
175
175
  options: t
176
176
  });
177
- return s(o);
177
+ return o(s);
178
178
  }
179
- function he() {
179
+ function Ce() {
180
180
  const e = y(async () => (console.log("Fetching dataset data..."), await r.dataset.getAllDatasets())), t = d({
181
181
  queryKey: ["datasetData"],
182
182
  queryFn: e,
183
183
  enabled: !0
184
184
  });
185
- return s(t);
185
+ return o(t);
186
186
  }
187
- function Te() {
187
+ function ke() {
188
188
  const e = y(async () => await r.dataset.getVirtualDatasets()), t = d({
189
189
  queryKey: ["virtualDatasets"],
190
190
  queryFn: e,
191
191
  enabled: !0
192
192
  });
193
- return s(t);
193
+ return o(t);
194
194
  }
195
- function De(e, t, n, a = {}) {
196
- const o = !!e && !!t && !!n, i = y(async () => {
195
+ function Se(e, t, n, u = {}) {
196
+ const s = !!e && !!t && !!n, i = y(async () => {
197
197
  if (!e || !t || !n)
198
198
  throw new Error("Key, contentType, and method are required");
199
199
  return console.log("Getting signed file URL..."), await r.files.getFileUrlByFileId({
@@ -204,78 +204,78 @@ function De(e, t, n, a = {}) {
204
204
  }), c = d({
205
205
  queryKey: ["file", "getFileUrlByFileId", e, t, n],
206
206
  queryFn: i,
207
- enabled: o,
208
- options: a
207
+ enabled: s,
208
+ options: u
209
209
  });
210
- return s(c);
210
+ return o(c);
211
211
  }
212
- function Ce(e, t, n = {}) {
213
- const a = e?.trim(), o = t?.trim(), i = !!(a && o), c = y(async () => await r.files.getFileByFolderIdAndName({
214
- folderId: a,
215
- name: o
212
+ function Re(e, t, n = {}) {
213
+ const u = e?.trim(), s = t?.trim(), i = !!(u && s), c = y(async () => await r.files.getFileByFolderIdAndName({
214
+ folderId: u,
215
+ name: s
216
216
  })), l = d({
217
217
  queryKey: [
218
218
  "file",
219
219
  "getFileByFolderIdAndName",
220
- a,
221
- o
220
+ u,
221
+ s
222
222
  ],
223
223
  queryFn: c,
224
224
  enabled: i,
225
225
  options: n
226
226
  });
227
- return s(l);
227
+ return o(l);
228
228
  }
229
- function Se(e, t = {}) {
230
- const n = e?.trim(), a = !!n, o = y(async () => await r.files.getFileById({ id: n })), i = d({
229
+ function Ke(e, t = {}) {
230
+ const n = e?.trim(), u = !!n, s = y(async () => await r.files.getFileById({ id: n })), i = d({
231
231
  queryKey: ["file", "getFileById", n],
232
- queryFn: o,
233
- enabled: a,
232
+ queryFn: s,
233
+ enabled: u,
234
234
  options: t
235
235
  });
236
- return s(i);
236
+ return o(i);
237
237
  }
238
- function ke(e, t, n = {}) {
239
- const a = !!e && !!t, o = y(async () => {
238
+ function xe(e, t, n = {}) {
239
+ const u = !!e && !!t, s = y(async () => {
240
240
  if (!e || !t)
241
241
  throw new Error("Type and ID are required");
242
242
  return console.log("Fetching published workbook by ID..."), await r.workbook.getPublishedWorkbookById({ type: e, id: t });
243
243
  }), i = d({
244
244
  queryKey: ["workbook", "getPublishedWorkbookById", e, t],
245
- queryFn: o,
246
- enabled: a,
245
+ queryFn: s,
246
+ enabled: u,
247
247
  options: n
248
248
  });
249
- return s(i);
249
+ return o(i);
250
250
  }
251
- function Re(e, t = {}) {
252
- const n = !!e, a = y(async () => {
251
+ function Pe(e, t = {}) {
252
+ const n = !!e, u = y(async () => {
253
253
  if (!e)
254
254
  throw new Error("Run ID is required");
255
255
  return await r.statement.getRunResultById(e);
256
- }), o = d({
256
+ }), s = d({
257
257
  queryKey: ["statement", "getRunResultById", e],
258
- queryFn: a,
258
+ queryFn: u,
259
259
  enabled: n,
260
260
  options: t
261
261
  });
262
- return s(o);
262
+ return o(s);
263
263
  }
264
- function xe(e, t = {}) {
265
- const n = !!e, a = y(async () => {
264
+ function ve(e, t = {}) {
265
+ const n = !!e, u = y(async () => {
266
266
  if (!e)
267
267
  throw new Error("View ID is required");
268
268
  return await r.statement.getRunsByViewId(e);
269
- }), o = d({
269
+ }), s = d({
270
270
  queryKey: ["statement", "getRunsByViewId", e],
271
- queryFn: a,
271
+ queryFn: u,
272
272
  enabled: n,
273
273
  options: t
274
274
  });
275
- return s(o);
275
+ return o(s);
276
276
  }
277
- function Ke(e, t, n, a = {}) {
278
- const o = !!e, i = y(async () => {
277
+ function Ie(e, t, n, u = {}) {
278
+ const s = !!e, i = y(async () => {
279
279
  if (!e)
280
280
  throw new Error("Statement ID is required");
281
281
  return await r.statement.getData({
@@ -286,100 +286,100 @@ function Ke(e, t, n, a = {}) {
286
286
  }), c = d({
287
287
  queryKey: ["statement", "getData", e, t, n],
288
288
  queryFn: i,
289
- enabled: o,
290
- options: a
289
+ enabled: s,
290
+ options: u
291
291
  });
292
- return s(c);
292
+ return o(c);
293
293
  }
294
- function Pe(e, t = {}) {
295
- const n = !!e, a = y(async () => {
294
+ function Ve(e, t = {}) {
295
+ const n = !!e, u = y(async () => {
296
296
  if (!e)
297
297
  throw new Error("Table ID is required");
298
298
  return console.log("Fetching table by ID..."), await r.inputTable.getTableById(e);
299
- }), o = d({
299
+ }), s = d({
300
300
  queryKey: ["inputTable", "getTableById", e],
301
- queryFn: a,
301
+ queryFn: u,
302
302
  enabled: n,
303
303
  options: t
304
304
  });
305
- return s(o);
305
+ return o(s);
306
306
  }
307
- function Ie(e, t = {}) {
308
- const n = !!e, a = y(async () => {
307
+ function Ee(e, t = {}) {
308
+ const n = !!e, u = y(async () => {
309
309
  if (!e)
310
310
  throw new Error("View ID is required");
311
311
  return await r.statement.getViewById(e);
312
- }), o = d({
312
+ }), s = d({
313
313
  queryKey: ["statement", "getViewById", e],
314
- queryFn: a,
314
+ queryFn: u,
315
315
  enabled: n,
316
316
  options: t
317
317
  });
318
- return s(o);
318
+ return o(s);
319
319
  }
320
- function ve(e, t = {}) {
321
- const n = !!e, a = y(async () => {
320
+ function Ae(e, t = {}) {
321
+ const n = !!e, u = y(async () => {
322
322
  if (!e)
323
323
  throw new Error("Sheet ID is required");
324
324
  return await r.statement.getViewsBySheetId(e);
325
- }), o = d({
325
+ }), s = d({
326
326
  queryKey: ["statement", "getViewsBySheetId", e],
327
- queryFn: a,
327
+ queryFn: u,
328
328
  enabled: n,
329
329
  options: t
330
330
  });
331
- return s(o);
331
+ return o(s);
332
332
  }
333
- function Ve(e, t = {}) {
334
- const n = !!e, a = y(async () => {
333
+ function Be(e, t = {}) {
334
+ const n = !!e, u = y(async () => {
335
335
  if (!e)
336
336
  throw new Error("Type is required");
337
337
  return console.log("Fetching workbooks by type..."), await r.workbook.getWorkbooksByType(e);
338
- }), o = d({
338
+ }), s = d({
339
339
  queryKey: ["workbook", "getWorkbooksByType", e],
340
- queryFn: a,
340
+ queryFn: u,
341
341
  enabled: n,
342
342
  options: t
343
343
  });
344
- return s(o);
344
+ return o(s);
345
345
  }
346
346
  var H = /* @__PURE__ */ ((e) => (e.Succeeded = "Succeeded", e.Failed = "Failed", e.Running = "Running", e.NotFound = "NotFound", e))(H || {});
347
- function Ee(e = {}) {
348
- return u({
347
+ function Ge(e = {}) {
348
+ return a({
349
349
  mutationFn: async (t) => (console.log("Fetching workflow instance status..."), await r.workflow.getWorkflowInstanceStatusById(t)),
350
350
  ...e
351
351
  });
352
352
  }
353
- function Ae(e, t = {}) {
354
- const n = !!e && e.length > 0, a = y(async () => {
353
+ function Me(e, t = {}) {
354
+ const n = !!e && e.length > 0, u = y(async () => {
355
355
  if (!e || e.length === 0)
356
356
  throw new Error("Worksheet IDs are required");
357
357
  return console.log("Fetching worksheets..."), await r.worksheet.getWorksheets(e);
358
- }), o = d({
358
+ }), s = d({
359
359
  queryKey: ["worksheet", "getWorksheets", e],
360
- queryFn: a,
360
+ queryFn: u,
361
361
  enabled: n,
362
362
  options: t
363
363
  });
364
- return s(o);
364
+ return o(s);
365
365
  }
366
- function Be(e, t = {}) {
367
- const n = !!e, a = y(async () => {
366
+ function Oe(e, t = {}) {
367
+ const n = !!e, u = y(async () => {
368
368
  if (!e)
369
369
  throw new Error("Type is required");
370
370
  return console.log("Fetching worksheets by type..."), await r.worksheet.getWorksheetsByType(e);
371
- }), o = d({
371
+ }), s = d({
372
372
  queryKey: ["worksheet", "getWorksheetsByType", e],
373
- queryFn: a,
373
+ queryFn: u,
374
374
  enabled: n,
375
375
  options: t
376
376
  });
377
- return s(o);
377
+ return o(s);
378
378
  }
379
- function Ge(e, t, n = {}) {
379
+ function Le(e, t, n = {}) {
380
380
  const {
381
- limitParams: a = { limit: 2e3, limitFrom: "top" },
382
- pageParams: o,
381
+ limitParams: u = { limit: 2e3, limitFrom: "top" },
382
+ pageParams: s,
383
383
  sortParams: i,
384
384
  offsetParam: c,
385
385
  ...l
@@ -389,8 +389,8 @@ function Ge(e, t, n = {}) {
389
389
  return console.log("Fetching input table data..."), await r.inputTable.getData({
390
390
  inputTableId: e,
391
391
  inputTableViewId: t,
392
- pageParams: o,
393
- limitParams: a,
392
+ pageParams: s,
393
+ limitParams: u,
394
394
  sortParams: i,
395
395
  offsetParam: c
396
396
  });
@@ -400,17 +400,17 @@ function Ge(e, t, n = {}) {
400
400
  enabled: g,
401
401
  options: l
402
402
  });
403
- return s(m);
403
+ return o(m);
404
404
  }
405
- function Me() {
405
+ function He() {
406
406
  const e = y(async () => (console.log("Fetching input table data..."), await r.inputTable.getInputTables())), t = d({
407
407
  queryKey: ["inputTableData"],
408
408
  queryFn: e,
409
409
  enabled: !0
410
410
  });
411
- return s(t);
411
+ return o(t);
412
412
  }
413
- function Oe(e, t = {}) {
413
+ function Ue(e, t = {}) {
414
414
  const n = [
415
415
  "enabled",
416
416
  "staleTime",
@@ -419,7 +419,7 @@ function Oe(e, t = {}) {
419
419
  "retryDelay",
420
420
  "onSuccess",
421
421
  "onError"
422
- ], { limit: a, offset: o, order: i, order_by: c, ...l } = t, g = {}, f = { limit: a, offset: o, order: i, order_by: c };
422
+ ], { limit: u, offset: s, order: i, order_by: c, ...l } = t, g = {}, f = { limit: u, offset: s, order: i, order_by: c };
423
423
  Object.keys(l).forEach((F) => {
424
424
  n.includes(F) ? g[F] = l[F] : f[F] = l[F];
425
425
  });
@@ -433,15 +433,15 @@ function Oe(e, t = {}) {
433
433
  enabled: m,
434
434
  options: g
435
435
  });
436
- return s(b);
436
+ return o(b);
437
437
  }
438
- function Le(e = {}) {
438
+ function Qe(e = {}) {
439
439
  const t = p();
440
- return u({
440
+ return a({
441
441
  mutationFn: async (n) => (console.log("Inserting row into input table..."), await r.inputTable.insertRow(n.tableId, n.rowData)),
442
- onSuccess: (n, a) => {
442
+ onSuccess: (n, u) => {
443
443
  t.invalidateQueries({
444
- queryKey: ["inputTableRows", a.tableId]
444
+ queryKey: ["inputTableRows", u.tableId]
445
445
  }), e.onSuccess?.(n);
446
446
  },
447
447
  onError: (n) => {
@@ -450,17 +450,17 @@ function Le(e = {}) {
450
450
  ...e
451
451
  });
452
452
  }
453
- function He(e = {}) {
453
+ function We(e = {}) {
454
454
  const t = p();
455
- return u({
455
+ return a({
456
456
  mutationFn: async (n) => (console.log("Updating input table row..."), await r.inputTable.updateRow(
457
457
  n.tableId,
458
458
  n.updateData,
459
459
  n.rowId
460
460
  )),
461
- onSuccess: (n, a) => {
461
+ onSuccess: (n, u) => {
462
462
  t.invalidateQueries({
463
- queryKey: ["inputTableRows", a.tableId]
463
+ queryKey: ["inputTableRows", u.tableId]
464
464
  }), e.onSuccess?.(n);
465
465
  },
466
466
  onError: (n) => {
@@ -469,17 +469,17 @@ function He(e = {}) {
469
469
  ...e
470
470
  });
471
471
  }
472
- function Ue(e = {}) {
472
+ function ze(e = {}) {
473
473
  const t = p();
474
- return u({
474
+ return a({
475
475
  mutationFn: async (n) => (console.log("Deleting input table row(s)..."), await r.inputTable.deleteRow(
476
476
  n.tableId,
477
477
  n.rowId,
478
478
  n.idField
479
479
  )),
480
- onSuccess: (n, a) => {
480
+ onSuccess: (n, u) => {
481
481
  t.invalidateQueries({
482
- queryKey: ["inputTableRows", a.tableId]
482
+ queryKey: ["inputTableRows", u.tableId]
483
483
  }), e.onSuccess?.(n);
484
484
  },
485
485
  onError: (n) => {
@@ -488,48 +488,48 @@ function Ue(e = {}) {
488
488
  ...e
489
489
  });
490
490
  }
491
- function We(e = {}) {
492
- return u({
491
+ function Ne(e = {}) {
492
+ return a({
493
493
  mutationFn: async (t) => (console.log("Running definition..."), await r.definition.runDefinition(t)),
494
494
  ...e
495
495
  });
496
496
  }
497
- function Qe(e = {}) {
498
- return u({
497
+ function _e(e = {}) {
498
+ return a({
499
499
  mutationFn: async (t) => await r.definition.runPublishedDefinition(t),
500
500
  ...e
501
501
  });
502
502
  }
503
- function ze(e = {}) {
504
- return u({
503
+ function je(e = {}) {
504
+ return a({
505
505
  mutationFn: async (t) => await r.definition.runSampleDefinition(t),
506
506
  ...e
507
507
  });
508
508
  }
509
- function Ne(e = {}) {
510
- return u({
509
+ function Je(e = {}) {
510
+ return a({
511
511
  mutationFn: async (t) => (console.log("Triggering HTTP workflow..."), await r.workflow.triggerHttpWorkflowById(t)),
512
512
  ...e
513
513
  });
514
514
  }
515
- function _e(e = {}) {
516
- return u({
515
+ function $e(e = {}) {
516
+ return a({
517
517
  mutationFn: async (t) => (console.log("Triggering workflow..."), await r.workflow.triggerWorkflowById(t)),
518
518
  ...e
519
519
  });
520
520
  }
521
521
  function U(e = {}) {
522
- const t = e.enabled !== !1, n = y(async () => (console.log("Fetching user details..."), await r.user.getLoggedInUserDetails())), a = d({
522
+ const t = e.enabled !== !1, n = y(async () => (console.log("Fetching user details..."), await r.user.getLoggedInUserDetails())), u = d({
523
523
  queryKey: ["user"],
524
524
  queryFn: n,
525
525
  enabled: t,
526
526
  options: e
527
527
  });
528
- return s(a);
528
+ return o(u);
529
529
  }
530
- const je = U, W = ["Owner", "Editor", "Viewer", "ReadOnly"], R = r.permissions?.getPermissions;
531
- function Je(e, t, n = {}) {
532
- const a = n.enabled !== !1 && !!e?.trim(), o = y(
530
+ const Xe = U, Q = ["Owner", "Editor", "Viewer", "ReadOnly"], R = r.permissions?.getPermissions;
531
+ function Ye(e, t, n = {}) {
532
+ const u = n.enabled !== !1 && !!e?.trim(), s = y(
533
533
  async () => {
534
534
  if (!e?.trim())
535
535
  return {};
@@ -537,7 +537,7 @@ function Je(e, t, n = {}) {
537
537
  throw new Error(
538
538
  "@bluecopa/core: permissions.getPermissions not available. Rebuild the core package."
539
539
  );
540
- const c = x();
540
+ const c = K();
541
541
  if (!c.userId)
542
542
  throw new Error(
543
543
  "@bluecopa/core: userId is required. Call copaSetConfig({ userId, ... }) before using useDocumentPermissions."
@@ -547,122 +547,122 @@ function Je(e, t, n = {}) {
547
547
  objectType: t,
548
548
  user: c.userId,
549
549
  userType: "User",
550
- relations: n.relations ?? W
550
+ relations: n.relations ?? Q
551
551
  });
552
552
  },
553
553
  void 0,
554
554
  0
555
555
  ), i = d({
556
556
  queryKey: ["documentPermissions", e ?? "", t, n.relations ?? []],
557
- queryFn: o,
558
- enabled: a,
557
+ queryFn: s,
558
+ enabled: u,
559
559
  options: n
560
560
  });
561
- return s(i);
561
+ return o(i);
562
562
  }
563
- function $e(e = {}) {
564
- return u({
563
+ function Ze(e = {}) {
564
+ return a({
565
565
  mutationFn: async (t) => (console.log("Uploading file..."), await r.files.fileUpload(t)),
566
566
  ...e
567
567
  });
568
568
  }
569
- function Xe({
569
+ function et({
570
570
  fileId: e,
571
571
  contentType: t = "application/json",
572
572
  method: n = "GET"
573
- }, a = {}) {
574
- const o = !!e, i = y(async () => {
573
+ }, u = {}) {
574
+ const s = !!e, i = y(async () => {
575
575
  if (!e)
576
576
  throw new Error("File ID is required");
577
577
  return console.log("Downloading file..."), await r.files.fileDownload({ fileId: e, contentType: t, method: n });
578
578
  }), c = d({
579
579
  queryKey: ["file", "fileDownload", e],
580
580
  queryFn: i,
581
- enabled: o,
582
- options: a
581
+ enabled: s,
582
+ options: u
583
583
  });
584
- return s(c);
584
+ return o(c);
585
585
  }
586
- function Ye(e, t = {}) {
587
- const n = !!e, a = y(async () => {
586
+ function tt(e, t = {}) {
587
+ const n = !!e, u = y(async () => {
588
588
  if (!e)
589
589
  throw new Error("Task ID is required");
590
590
  return console.log("Fetching task details..."), await r.task.getTaskDetails({ taskId: e });
591
- }), o = d({
591
+ }), s = d({
592
592
  queryKey: ["task", "getTaskDetails", e],
593
- queryFn: a,
593
+ queryFn: u,
594
594
  enabled: n,
595
595
  options: t
596
596
  });
597
- return s(o);
597
+ return o(s);
598
598
  }
599
- function Ze(e, t = {}) {
600
- const n = !!e, a = y(async () => {
599
+ function nt(e, t = {}) {
600
+ const n = !!e, u = y(async () => {
601
601
  if (!e)
602
602
  throw new Error("Workbook ID is required");
603
603
  return console.log("Fetching workbook details..."), await r.workbook.getWorkbookDetails({ workbookId: e });
604
- }), o = d({
604
+ }), s = d({
605
605
  queryKey: ["workbook", "getWorkbookDetails", e],
606
- queryFn: a,
606
+ queryFn: u,
607
607
  enabled: n,
608
608
  options: t
609
609
  });
610
- return s(o);
610
+ return o(s);
611
611
  }
612
- function et(e = {}) {
613
- return u({
612
+ function rt(e = {}) {
613
+ return a({
614
614
  mutationFn: async (t) => (console.log("Saving workbook..."), await r.workbook.saveWorkbook(t)),
615
615
  ...e
616
616
  });
617
617
  }
618
- function tt(e = {}) {
619
- return u({
618
+ function ut(e = {}) {
619
+ return a({
620
620
  mutationFn: async (t) => (console.log("Publishing workbook..."), await r.workbook.publishWorkbook(t)),
621
621
  ...e
622
622
  });
623
623
  }
624
- function nt(e = {}) {
625
- return u({
624
+ function at(e = {}) {
625
+ return a({
626
626
  mutationFn: async (t) => (console.log("Deleting workbook..."), await r.workbook.deleteWorkbook(t)),
627
627
  ...e
628
628
  });
629
629
  }
630
- function rt(e = {}) {
631
- return u({
630
+ function st(e = {}) {
631
+ return a({
632
632
  mutationFn: async (t) => (console.log("Running recon workflow..."), await r.recon.runRecon(t)),
633
633
  ...e
634
634
  });
635
635
  }
636
- function at(e, t, n = {}) {
637
- const a = !!e && !!t, o = y(async () => {
636
+ function ot(e, t, n = {}) {
637
+ const u = !!e && !!t, s = y(async () => {
638
638
  if (!e || !t)
639
639
  throw new Error("Form instance ID and revision are required");
640
640
  return console.log("Fetching form schema..."), await r.form.getFormSchema({ formInstanceId: e, formRevision: t });
641
641
  });
642
- return s(
642
+ return o(
643
643
  d({
644
644
  queryKey: ["form", "getFormSchema", e, t],
645
- queryFn: o,
646
- enabled: a,
645
+ queryFn: s,
646
+ enabled: u,
647
647
  options: n
648
648
  })
649
649
  );
650
650
  }
651
- function ut(e, t = {}) {
652
- const n = !!e, a = y(async () => {
651
+ function it(e, t = {}) {
652
+ const n = !!e, u = y(async () => {
653
653
  if (!e)
654
654
  throw new Error("Form ID is required");
655
655
  return console.log("Fetching form data..."), await r.form.getFormData({ formId: e });
656
- }), o = d({
656
+ }), s = d({
657
657
  queryKey: ["form", "getFormData", e],
658
- queryFn: a,
658
+ queryFn: u,
659
659
  enabled: n,
660
660
  options: t
661
661
  });
662
- return s(o);
662
+ return o(s);
663
663
  }
664
- function ot(e, t = {}) {
665
- return s({
664
+ function ct(e, t = {}) {
665
+ return o({
666
666
  queryKey: ["form", e],
667
667
  queryFn: async () => {
668
668
  if (!e)
@@ -673,64 +673,64 @@ function ot(e, t = {}) {
673
673
  ...t
674
674
  });
675
675
  }
676
- function st(e = {}) {
677
- return u({
676
+ function lt(e = {}) {
677
+ return a({
678
678
  mutationFn: async (t) => await r.form.createOrUpdateForm(t),
679
679
  ...e
680
680
  });
681
681
  }
682
- function it(e = {}) {
683
- return u({
682
+ function yt(e = {}) {
683
+ return a({
684
684
  mutationFn: async (t) => await r.audit.getAuditLogs(t),
685
685
  ...e
686
686
  });
687
687
  }
688
- function ct(e = {}) {
689
- return u({
688
+ function dt(e = {}) {
689
+ return a({
690
690
  mutationFn: async (t) => await r.audit.createAuditLog(t),
691
691
  ...e
692
692
  });
693
693
  }
694
- function lt(e = {}) {
695
- return s({
694
+ function pt(e = {}) {
695
+ return o({
696
696
  queryKey: ["templatedPipelines"],
697
697
  queryFn: async () => await r.templatedPipeline.getAllTemplatedPipelines(),
698
698
  ...e
699
699
  });
700
700
  }
701
- function yt(e = {}) {
702
- return s({
701
+ function gt(e = {}) {
702
+ return o({
703
703
  queryKey: ["reconWorkflows"],
704
704
  queryFn: async () => await r.recon.getAllReconWorkflows(),
705
705
  ...e
706
706
  });
707
707
  }
708
- function Q(e = {}) {
709
- return u({
708
+ function W(e = {}) {
709
+ return a({
710
710
  mutationFn: async (t) => await r.reconV2.createReconV2(t),
711
711
  ...e
712
712
  });
713
713
  }
714
714
  function z(e = {}) {
715
- return u({
715
+ return a({
716
716
  mutationFn: async (t) => await r.reconV2.updateReconV2(t),
717
717
  ...e
718
718
  });
719
719
  }
720
- function dt(e = {}) {
721
- return u({
720
+ function ft(e = {}) {
721
+ return a({
722
722
  mutationFn: async (t) => await r.reconV2.deleteReconV2(t),
723
723
  ...e
724
724
  });
725
725
  }
726
726
  function N(e = {}) {
727
- return u({
727
+ return a({
728
728
  mutationFn: async (t) => await r.reconV2.runReconV2(t),
729
729
  ...e
730
730
  });
731
731
  }
732
732
  function _(e = {}) {
733
- return s({
733
+ return o({
734
734
  queryKey: ["reconV2Workflows"],
735
735
  queryFn: async () => await r.reconV2.getAllReconV2Workflows(),
736
736
  ...e
@@ -738,22 +738,22 @@ function _(e = {}) {
738
738
  }
739
739
  function j(e, t = {}) {
740
740
  const n = e?.trim();
741
- return s({
741
+ return o({
742
742
  queryKey: ["reconV2", "runs", n],
743
743
  queryFn: async () => await r.reconV2.getReconV2Runs({ workflowId: n }),
744
744
  enabled: !!n,
745
745
  ...t
746
746
  });
747
747
  }
748
- function pt(e = {}) {
749
- return s({
748
+ function mt(e = {}) {
749
+ return o({
750
750
  queryKey: ["reconV2", "templates"],
751
751
  queryFn: async () => await r.reconV2.getReconV2Templates(),
752
752
  ...e
753
753
  });
754
754
  }
755
755
  function J(e, t = {}) {
756
- return s({
756
+ return o({
757
757
  queryKey: ["reconV2", "runResult", e],
758
758
  queryFn: async () => await r.reconV2.getReconV2RunResult({ runId: e }),
759
759
  enabled: !!e,
@@ -761,7 +761,7 @@ function J(e, t = {}) {
761
761
  });
762
762
  }
763
763
  function $(e, t = {}) {
764
- return s({
764
+ return o({
765
765
  queryKey: [
766
766
  "reconV2",
767
767
  "smartResult",
@@ -778,14 +778,14 @@ function $(e, t = {}) {
778
778
  ...t
779
779
  });
780
780
  }
781
- function gt(e = {}) {
782
- return u({
781
+ function bt(e = {}) {
782
+ return a({
783
783
  mutationFn: async (t) => await r.reconV2.startReconV2Profile(t),
784
784
  ...e
785
785
  });
786
786
  }
787
- function ft(e, t = "left", n = {}) {
788
- return s({
787
+ function Ft(e, t = "left", n = {}) {
788
+ return o({
789
789
  queryKey: ["reconV2", "profile", e, t],
790
790
  queryFn: async () => await r.reconV2.getReconV2ProfileResult({
791
791
  workflowId: e,
@@ -795,14 +795,14 @@ function ft(e, t = "left", n = {}) {
795
795
  ...n
796
796
  });
797
797
  }
798
- function mt(e = {}) {
799
- return u({
798
+ function wt(e = {}) {
799
+ return a({
800
800
  mutationFn: async (t) => await r.reconV2.startReconV2Clean(t),
801
801
  ...e
802
802
  });
803
803
  }
804
- function bt(e, t = "left", n = {}) {
805
- return s({
804
+ function qt(e, t = "left", n = {}) {
805
+ return o({
806
806
  queryKey: ["reconV2", "clean", e, t],
807
807
  queryFn: async () => await r.reconV2.getReconV2CleanResult({
808
808
  workflowId: e,
@@ -812,8 +812,8 @@ function bt(e, t = "left", n = {}) {
812
812
  ...n
813
813
  });
814
814
  }
815
- function Ft(e, t, n, a = {}) {
816
- return s({
815
+ function ht(e, t, n, u = {}) {
816
+ return o({
817
817
  queryKey: ["reconV2", "diff", e, n],
818
818
  queryFn: async () => await r.reconV2.getReconV2Diff({
819
819
  runId: e,
@@ -821,11 +821,11 @@ function Ft(e, t, n, a = {}) {
821
821
  prevRunId: n
822
822
  }),
823
823
  enabled: !!e && !!t && !!n,
824
- ...a
824
+ ...u
825
825
  });
826
826
  }
827
- function wt(e, t, n = {}) {
828
- return s({
827
+ function Tt(e, t, n = {}) {
828
+ return o({
829
829
  queryKey: ["reconV2", "explanation", e],
830
830
  queryFn: async () => await r.reconV2.getReconV2Explanation({
831
831
  runId: e,
@@ -837,16 +837,16 @@ function wt(e, t, n = {}) {
837
837
  }
838
838
  const X = ["SUCCEEDED", "FAILED"];
839
839
  function Y(e, t = {}) {
840
- const [n, a] = q(
840
+ const [n, u] = q(
841
841
  void 0
842
- ), [o, i] = q(!1), c = B(t.onComplete);
843
- return c.current = t.onComplete, K(() => {
842
+ ), [s, i] = q(!1), c = B(t.onComplete);
843
+ return c.current = t.onComplete, x(() => {
844
844
  if (!e)
845
845
  return;
846
- const l = x().websocketProvider;
846
+ const l = K().websocketProvider;
847
847
  if (!l)
848
848
  return;
849
- a(void 0), i(!1);
849
+ u(void 0), i(!1);
850
850
  const g = A.websocketUtils.ReconResultChannel;
851
851
  let f = !1;
852
852
  const m = () => {
@@ -859,15 +859,15 @@ function Y(e, t = {}) {
859
859
  } catch {
860
860
  b = { status: void 0 };
861
861
  }
862
- a(b);
862
+ u(b);
863
863
  const F = b?.status?.toUpperCase();
864
864
  F && X.includes(F) && (i(!0), c.current?.(b), m());
865
865
  }), m;
866
- }, [e]), { data: n, isTerminal: o };
866
+ }, [e]), { data: n, isTerminal: s };
867
867
  }
868
868
  function Z(e, t = {}) {
869
869
  const n = e?.trim();
870
- return s({
870
+ return o({
871
871
  queryKey: ["reconV2", "workflow", n],
872
872
  queryFn: async () => await r.reconV2.getReconV2Workflow({ id: n }),
873
873
  enabled: !!n,
@@ -876,23 +876,23 @@ function Z(e, t = {}) {
876
876
  }
877
877
  function ee(e, t) {
878
878
  return t.split(".").reduce(
879
- (n, a) => n && typeof n == "object" ? n[a] : void 0,
879
+ (n, u) => n && typeof n == "object" ? n[u] : void 0,
880
880
  e
881
881
  );
882
882
  }
883
- function qt(e, t = {}) {
883
+ function Dt(e, t = {}) {
884
884
  const n = _(t);
885
885
  return {
886
886
  workflows: h(() => {
887
- const o = n.data ?? [];
888
- return e?.key ? o.filter((i) => ee(i, e.key) === e.value) : o;
887
+ const s = n.data ?? [];
888
+ return e?.key ? s.filter((i) => ee(i, e.key) === e.value) : s;
889
889
  }, [n.data, e?.key, e?.value]),
890
890
  isLoading: n.isLoading,
891
891
  error: n.error,
892
892
  refetch: n.refetch
893
893
  };
894
894
  }
895
- function ht(e, t = {}) {
895
+ function Ct(e, t = {}) {
896
896
  const n = Z(e, t);
897
897
  return {
898
898
  workflow: n.data,
@@ -901,8 +901,8 @@ function ht(e, t = {}) {
901
901
  refetch: n.refetch
902
902
  };
903
903
  }
904
- function Tt() {
905
- const e = Q(), t = z();
904
+ function kt() {
905
+ const e = W(), t = z();
906
906
  return {
907
907
  create: e.mutateAsync,
908
908
  update: t.mutateAsync,
@@ -911,36 +911,36 @@ function Tt() {
911
911
  data: t.data ?? e.data
912
912
  };
913
913
  }
914
- function Dt(e, t = {}) {
915
- const n = e?.trim(), [a, o] = q(void 0), i = N(), c = Y(a, { onComplete: t.onComplete }), l = j(n);
914
+ function St(e, t = {}) {
915
+ const n = e?.trim(), [u, s] = q(void 0), i = N(), c = Y(u, { onComplete: t.onComplete }), l = j(n);
916
916
  return {
917
917
  startRun: async (f = {}) => {
918
918
  if (!n)
919
919
  throw new Error("workflowId is required to start a run");
920
920
  const m = await i.mutateAsync({ workflowId: n, ...f });
921
- return o(m?.runId), m?.runId;
921
+ return s(m?.runId), m?.runId;
922
922
  },
923
- runId: a,
923
+ runId: u,
924
924
  status: c.data,
925
- isRunning: i.isPending || !!a && !c.isTerminal,
925
+ isRunning: i.isPending || !!u && !c.isTerminal,
926
926
  isTerminal: c.isTerminal,
927
927
  runs: l.data,
928
928
  refetchRuns: l.refetch
929
929
  };
930
930
  }
931
- function Ct({
931
+ function Rt({
932
932
  runId: e,
933
933
  workflowId: t,
934
934
  exceptionType: n,
935
- ruleFilter: a,
936
- orderBy: o
935
+ ruleFilter: u,
936
+ orderBy: s
937
937
  }) {
938
938
  const i = J(e), c = $({
939
939
  runId: e ?? void 0,
940
940
  workflowId: t ?? void 0,
941
941
  exceptionType: n,
942
- ruleFilter: a,
943
- orderBy: o
942
+ ruleFilter: u,
943
+ orderBy: s
944
944
  }), l = c.data?.result;
945
945
  return {
946
946
  runResult: i.data,
@@ -951,101 +951,101 @@ function Ct({
951
951
  refetch: c.refetch
952
952
  };
953
953
  }
954
- function St(e = {}) {
955
- return s({
954
+ function Kt(e = {}) {
955
+ return o({
956
956
  queryKey: ["users"],
957
957
  queryFn: async () => await r.user.getAllUsers(),
958
958
  ...e
959
959
  });
960
960
  }
961
- function kt(e = {}) {
962
- return s({
961
+ function xt(e = {}) {
962
+ return o({
963
963
  queryKey: ["teams"],
964
964
  queryFn: async () => await r.team.getAllTeams(),
965
965
  ...e
966
966
  });
967
967
  }
968
- function Rt(e = {}) {
969
- return s({
968
+ function Pt(e = {}) {
969
+ return o({
970
970
  queryKey: ["httpTriggers"],
971
971
  queryFn: async () => await r.workflow.getAllHttpTriggers(),
972
972
  ...e
973
973
  });
974
974
  }
975
- function xt(e = {}) {
976
- return u({
975
+ function vt(e = {}) {
976
+ return a({
977
977
  mutationFn: async (t) => await r.process.markTaskDone(t),
978
978
  ...e
979
979
  });
980
980
  }
981
- function Kt(e = {}) {
982
- return u({
981
+ function It(e = {}) {
982
+ return a({
983
983
  mutationFn: async (t) => await r.process.reassignTask(t),
984
984
  ...e
985
985
  });
986
986
  }
987
- function Pt(e, t = {}) {
988
- return s({
987
+ function Vt(e, t = {}) {
988
+ return o({
989
989
  queryKey: ["processTriggers", e],
990
990
  queryFn: async () => await r.process.getTriggersBySheet(e),
991
991
  enabled: !!e,
992
992
  ...t
993
993
  });
994
994
  }
995
- function It(e = {}) {
995
+ function Et(e = {}) {
996
996
  const t = p();
997
- return u({
997
+ return a({
998
998
  mutationFn: async (n) => await r.process.registerProcessTrigger(n),
999
- onSuccess: (n, a) => {
999
+ onSuccess: (n, u) => {
1000
1000
  t.invalidateQueries({
1001
- queryKey: ["processTriggers", a.process_sheet_id]
1001
+ queryKey: ["processTriggers", u.process_sheet_id]
1002
1002
  });
1003
1003
  },
1004
1004
  ...e
1005
1005
  });
1006
1006
  }
1007
- function vt(e = {}) {
1007
+ function At(e = {}) {
1008
1008
  const t = p();
1009
- return u({
1009
+ return a({
1010
1010
  mutationFn: async ({ id: n }) => await r.process.deleteProcessTrigger(n),
1011
- onSuccess: (n, a) => {
1011
+ onSuccess: (n, u) => {
1012
1012
  t.invalidateQueries({
1013
- queryKey: a.sheetId ? ["processTriggers", a.sheetId] : ["processTriggers"]
1013
+ queryKey: u.sheetId ? ["processTriggers", u.sheetId] : ["processTriggers"]
1014
1014
  });
1015
1015
  },
1016
1016
  ...e
1017
1017
  });
1018
1018
  }
1019
- function Vt(e = {}) {
1019
+ function Bt(e = {}) {
1020
1020
  const t = p();
1021
- return u({
1022
- mutationFn: async ({ triggerId: n, scheduleName: a }) => await r.process.pauseSchedule(n, a),
1023
- onSuccess: (n, a) => {
1021
+ return a({
1022
+ mutationFn: async ({ triggerId: n, scheduleName: u }) => await r.process.pauseSchedule(n, u),
1023
+ onSuccess: (n, u) => {
1024
1024
  t.invalidateQueries({
1025
- queryKey: a.sheetId ? ["processTriggers", a.sheetId] : ["processTriggers"]
1025
+ queryKey: u.sheetId ? ["processTriggers", u.sheetId] : ["processTriggers"]
1026
1026
  }), t.invalidateQueries({
1027
- queryKey: ["scheduleStatus", a.triggerId, a.scheduleName]
1027
+ queryKey: ["scheduleStatus", u.triggerId, u.scheduleName]
1028
1028
  });
1029
1029
  },
1030
1030
  ...e
1031
1031
  });
1032
1032
  }
1033
- function Et(e = {}) {
1033
+ function Gt(e = {}) {
1034
1034
  const t = p();
1035
- return u({
1036
- mutationFn: async ({ triggerId: n, scheduleName: a }) => await r.process.resumeSchedule(n, a),
1037
- onSuccess: (n, a) => {
1035
+ return a({
1036
+ mutationFn: async ({ triggerId: n, scheduleName: u }) => await r.process.resumeSchedule(n, u),
1037
+ onSuccess: (n, u) => {
1038
1038
  t.invalidateQueries({
1039
- queryKey: a.sheetId ? ["processTriggers", a.sheetId] : ["processTriggers"]
1039
+ queryKey: u.sheetId ? ["processTriggers", u.sheetId] : ["processTriggers"]
1040
1040
  }), t.invalidateQueries({
1041
- queryKey: ["scheduleStatus", a.triggerId, a.scheduleName]
1041
+ queryKey: ["scheduleStatus", u.triggerId, u.scheduleName]
1042
1042
  });
1043
1043
  },
1044
1044
  ...e
1045
1045
  });
1046
1046
  }
1047
- function At(e, t, n = {}) {
1048
- return s({
1047
+ function Mt(e, t, n = {}) {
1048
+ return o({
1049
1049
  queryKey: ["scheduleStatus", e, t],
1050
1050
  queryFn: async () => await r.process.getScheduleStatus(
1051
1051
  e,
@@ -1055,128 +1055,128 @@ function At(e, t, n = {}) {
1055
1055
  ...n
1056
1056
  });
1057
1057
  }
1058
- function Bt(e = {}) {
1058
+ function Ot(e = {}) {
1059
1059
  const t = p();
1060
- return u({
1061
- mutationFn: async ({ triggerId: n, scheduleName: a }) => await r.process.executeNow(n, a),
1062
- onSuccess: (n, a) => {
1060
+ return a({
1061
+ mutationFn: async ({ triggerId: n, scheduleName: u }) => await r.process.executeNow(n, u),
1062
+ onSuccess: (n, u) => {
1063
1063
  t.invalidateQueries({
1064
- queryKey: a.sheetId ? ["processTriggers", a.sheetId] : ["processTriggers"]
1064
+ queryKey: u.sheetId ? ["processTriggers", u.sheetId] : ["processTriggers"]
1065
1065
  });
1066
1066
  },
1067
1067
  ...e
1068
1068
  });
1069
1069
  }
1070
- function Gt(e = {}) {
1070
+ function Lt(e = {}) {
1071
1071
  const t = p();
1072
- return u({
1072
+ return a({
1073
1073
  mutationFn: async (n) => await r.processTree.createOrUpdateProcessTreeTrigger(
1074
1074
  n
1075
1075
  ),
1076
- onSuccess: (n, a) => {
1076
+ onSuccess: (n, u) => {
1077
1077
  t.invalidateQueries({
1078
- queryKey: ["processTreeTriggers", a.sheetId]
1078
+ queryKey: ["processTreeTriggers", u.sheetId]
1079
1079
  });
1080
1080
  },
1081
1081
  ...e
1082
1082
  });
1083
1083
  }
1084
- function Mt(e = {}) {
1084
+ function Ht(e = {}) {
1085
1085
  const t = p();
1086
- return u({
1086
+ return a({
1087
1087
  mutationFn: async (n) => await r.processTree.executeProcessTreeTrigger(n),
1088
- onSuccess: (n, a) => {
1088
+ onSuccess: (n, u) => {
1089
1089
  t.invalidateQueries({
1090
- queryKey: ["processTreeRuns", a.sheetId]
1090
+ queryKey: ["processTreeRuns", u.sheetId]
1091
1091
  });
1092
1092
  },
1093
1093
  ...e
1094
1094
  });
1095
1095
  }
1096
- function Ot(e = {}) {
1096
+ function Ut(e = {}) {
1097
1097
  const t = p();
1098
- return u({
1098
+ return a({
1099
1099
  mutationFn: async ({ payload: n }) => await r.processTree.terminatePipelines(n),
1100
- onSuccess: (n, a) => {
1101
- a.sheetId && t.invalidateQueries({
1102
- queryKey: ["processTreeRuns", a.sheetId]
1103
- }), a.instanceId && t.invalidateQueries({
1104
- queryKey: ["processTreeRun", a.instanceId]
1100
+ onSuccess: (n, u) => {
1101
+ u.sheetId && t.invalidateQueries({
1102
+ queryKey: ["processTreeRuns", u.sheetId]
1103
+ }), u.instanceId && t.invalidateQueries({
1104
+ queryKey: ["processTreeRun", u.instanceId]
1105
1105
  });
1106
1106
  },
1107
1107
  ...e
1108
1108
  });
1109
1109
  }
1110
- function Lt(e = {}) {
1110
+ function Qt(e = {}) {
1111
1111
  const t = p();
1112
- return u({
1112
+ return a({
1113
1113
  mutationFn: async (n) => await r.processTree.logProcessTreeRun(n),
1114
- onSuccess: (n, a) => {
1114
+ onSuccess: (n, u) => {
1115
1115
  t.invalidateQueries({
1116
- queryKey: ["processTreeRuns", a.sheetId]
1116
+ queryKey: ["processTreeRuns", u.sheetId]
1117
1117
  }), t.invalidateQueries({
1118
- queryKey: ["processTreeRun", a.instanceId]
1118
+ queryKey: ["processTreeRun", u.instanceId]
1119
1119
  });
1120
1120
  },
1121
1121
  ...e
1122
1122
  });
1123
1123
  }
1124
- function Ht(e = {}) {
1124
+ function Wt(e = {}) {
1125
1125
  const t = p();
1126
- return u({
1126
+ return a({
1127
1127
  mutationFn: async ({
1128
1128
  instanceId: n,
1129
- context: a
1129
+ context: u
1130
1130
  }) => await r.processTree.updateProcessTreeRunContext(
1131
1131
  n,
1132
- a
1132
+ u
1133
1133
  ),
1134
- onSuccess: (n, a) => {
1134
+ onSuccess: (n, u) => {
1135
1135
  t.invalidateQueries({
1136
- queryKey: ["processTreeRun", a.instanceId]
1136
+ queryKey: ["processTreeRun", u.instanceId]
1137
1137
  });
1138
1138
  },
1139
1139
  ...e
1140
1140
  });
1141
1141
  }
1142
- function Ut(e = {}) {
1142
+ function zt(e = {}) {
1143
1143
  const t = p();
1144
- return u({
1144
+ return a({
1145
1145
  mutationFn: async ({ id: n }) => await r.processTree.deleteProcessTreeTrigger(n),
1146
- onSuccess: (n, a) => {
1146
+ onSuccess: (n, u) => {
1147
1147
  t.invalidateQueries({
1148
- queryKey: a.sheetId ? ["processTreeTriggers", a.sheetId] : ["processTreeTriggers"]
1148
+ queryKey: u.sheetId ? ["processTreeTriggers", u.sheetId] : ["processTreeTriggers"]
1149
1149
  });
1150
1150
  },
1151
1151
  ...e
1152
1152
  });
1153
1153
  }
1154
- function Wt(e, t = {}) {
1155
- return s({
1154
+ function Nt(e, t = {}) {
1155
+ return o({
1156
1156
  queryKey: ["processTreeTrigger", e],
1157
1157
  queryFn: async () => await r.processTree.getProcessTreeTrigger(e),
1158
1158
  enabled: !!e,
1159
1159
  ...t
1160
1160
  });
1161
1161
  }
1162
- function Qt(e, t = {}) {
1163
- return s({
1162
+ function _t(e, t = {}) {
1163
+ return o({
1164
1164
  queryKey: ["processTreeTriggers", e],
1165
1165
  queryFn: async () => await r.processTree.getProcessTreeTriggersBySheetId(e),
1166
1166
  enabled: !!e,
1167
1167
  ...t
1168
1168
  });
1169
1169
  }
1170
- function zt(e, t = {}) {
1171
- return s({
1170
+ function jt(e, t = {}) {
1171
+ return o({
1172
1172
  queryKey: ["processTreeRuns", e],
1173
1173
  queryFn: async () => await r.processTree.getProcessTreeRunsBySheetId(e),
1174
1174
  enabled: !!e,
1175
1175
  ...t
1176
1176
  });
1177
1177
  }
1178
- function Nt(e, t, n = {}) {
1179
- return s({
1178
+ function Jt(e, t, n = {}) {
1179
+ return o({
1180
1180
  queryKey: [
1181
1181
  "processTreeRuns",
1182
1182
  e,
@@ -1193,8 +1193,8 @@ function Nt(e, t, n = {}) {
1193
1193
  ...n
1194
1194
  });
1195
1195
  }
1196
- function _t(e, t = {}) {
1197
- return s({
1196
+ function $t(e, t = {}) {
1197
+ return o({
1198
1198
  queryKey: ["processTreeRun", e],
1199
1199
  queryFn: async () => await r.processTree.getProcessTreeRunByInstanceId(
1200
1200
  e
@@ -1203,16 +1203,16 @@ function _t(e, t = {}) {
1203
1203
  ...t
1204
1204
  });
1205
1205
  }
1206
- function jt(e = {}) {
1207
- return s({
1206
+ function Xt(e = {}) {
1207
+ return o({
1208
1208
  queryKey: ["customAuthzModel"],
1209
1209
  queryFn: async () => await r.customAuthz.getCustomAuthzModel(),
1210
1210
  ...e
1211
1211
  });
1212
1212
  }
1213
- function Jt(e = {}) {
1213
+ function Yt(e = {}) {
1214
1214
  const t = p();
1215
- return u({
1215
+ return a({
1216
1216
  mutationFn: async (n) => await r.customAuthz.registerCustomAuthzModel(n),
1217
1217
  onSuccess: () => {
1218
1218
  t.invalidateQueries({ queryKey: ["customAuthzModel"] });
@@ -1220,53 +1220,53 @@ function Jt(e = {}) {
1220
1220
  ...e
1221
1221
  });
1222
1222
  }
1223
- function $t(e = {}) {
1224
- return u({
1223
+ function Zt(e = {}) {
1224
+ return a({
1225
1225
  mutationFn: async (t) => await r.customAuthz.updateCustomObjectPermissions(t),
1226
1226
  ...e
1227
1227
  });
1228
1228
  }
1229
- function Xt(e = {}) {
1230
- return u({
1229
+ function en(e = {}) {
1230
+ return a({
1231
1231
  mutationFn: async (t) => await r.customAuthz.bulkUpdateCustomObjectPermissions(
1232
1232
  t
1233
1233
  ),
1234
1234
  ...e
1235
1235
  });
1236
1236
  }
1237
- function Yt(e = {}) {
1238
- return u({
1237
+ function tn(e = {}) {
1238
+ return a({
1239
1239
  mutationFn: async (t) => await r.customAuthz.checkCustomPermissions(t),
1240
1240
  ...e
1241
1241
  });
1242
1242
  }
1243
- function Zt(e = {}) {
1244
- return u({
1243
+ function nn(e = {}) {
1244
+ return a({
1245
1245
  mutationFn: async (t) => await r.customAuthz.bulkCheckCustomPermissions(t),
1246
1246
  ...e
1247
1247
  });
1248
1248
  }
1249
- function en(e = {}) {
1250
- return s({
1249
+ function rn(e = {}) {
1250
+ return o({
1251
1251
  queryKey: ["customTypeMetadata"],
1252
1252
  queryFn: async () => await r.customAuthz.listCustomTypeMetadata(),
1253
1253
  ...e
1254
1254
  });
1255
1255
  }
1256
- function tn(e, t = {}) {
1257
- const n = e?.trim(), { enabled: a, ...o } = t;
1258
- return s({
1256
+ function un(e, t = {}) {
1257
+ const n = e?.trim(), { enabled: u, ...s } = t;
1258
+ return o({
1259
1259
  queryKey: ["customTypeMetadata", n],
1260
1260
  queryFn: async () => await r.customAuthz.getCustomTypeMetadata(e),
1261
- ...o,
1261
+ ...s,
1262
1262
  // Combine the caller's setting with the gate: callers may disable the query
1263
1263
  // but must not enable it with an empty type (would 400).
1264
- enabled: (a ?? !0) && !!n
1264
+ enabled: (u ?? !0) && !!n
1265
1265
  });
1266
1266
  }
1267
- function nn(e = {}) {
1267
+ function an(e = {}) {
1268
1268
  const t = p();
1269
- return u({
1269
+ return a({
1270
1270
  mutationFn: async (n) => await r.customAuthz.registerCustomTypeMetadata(n),
1271
1271
  onSuccess: () => {
1272
1272
  t.invalidateQueries({ queryKey: ["customTypeMetadata"] });
@@ -1274,9 +1274,9 @@ function nn(e = {}) {
1274
1274
  ...e
1275
1275
  });
1276
1276
  }
1277
- function rn(e = {}) {
1277
+ function sn(e = {}) {
1278
1278
  const t = p();
1279
- return u({
1279
+ return a({
1280
1280
  mutationFn: async (n) => await r.customAuthz.deleteCustomTypeMetadata(n),
1281
1281
  onSuccess: () => {
1282
1282
  t.invalidateQueries({ queryKey: ["customTypeMetadata"] });
@@ -1284,88 +1284,88 @@ function rn(e = {}) {
1284
1284
  ...e
1285
1285
  });
1286
1286
  }
1287
- function an(e, t = {}) {
1288
- const n = e?.type?.trim(), a = e?.relation?.trim(), { enabled: o, ...i } = t;
1289
- return s({
1290
- queryKey: ["customObjects", n, a],
1287
+ function on(e, t = {}) {
1288
+ const n = e?.type?.trim(), u = e?.relation?.trim(), { enabled: s, ...i } = t;
1289
+ return o({
1290
+ queryKey: ["customObjects", n, u],
1291
1291
  queryFn: async () => await r.customAuthz.listCustomObjects(e),
1292
1292
  ...i,
1293
1293
  // Combine the caller's setting with the gate: callers may disable the query
1294
1294
  // but must not enable it with an empty type/relation (would 400).
1295
- enabled: (o ?? !0) && !!n && !!a
1295
+ enabled: (s ?? !0) && !!n && !!u
1296
1296
  });
1297
1297
  }
1298
- function un(e, t = {}) {
1299
- const n = e?.trim(), { enabled: a, ...o } = t;
1300
- return s({
1298
+ function cn(e, t = {}) {
1299
+ const n = e?.trim(), { enabled: u, ...s } = t;
1300
+ return o({
1301
1301
  queryKey: ["customObjectsOfType", n],
1302
1302
  queryFn: async () => await r.customAuthz.listCustomObjectsOfType(e),
1303
- ...o,
1303
+ ...s,
1304
1304
  // Combine the caller's setting with the gate: callers may disable the query
1305
1305
  // but must not enable it with an empty type (would 400).
1306
- enabled: (a ?? !0) && !!n
1306
+ enabled: (u ?? !0) && !!n
1307
1307
  });
1308
1308
  }
1309
- function on(e = {}, t = {}) {
1310
- return s({
1309
+ function ln(e = {}, t = {}) {
1310
+ return o({
1311
1311
  queryKey: ["inboxItems", "all", e.page, e.perPage],
1312
1312
  queryFn: async () => await r.inboxItems.getAllInboxItems(e),
1313
1313
  ...t
1314
1314
  });
1315
1315
  }
1316
- function sn(e = {}) {
1317
- return u({
1316
+ function yn(e = {}) {
1317
+ return a({
1318
1318
  mutationFn: async (t) => await r.inboxItems.markItemAsRead(t),
1319
1319
  ...e
1320
1320
  });
1321
1321
  }
1322
- function cn(e = {}) {
1323
- return u({
1322
+ function dn(e = {}) {
1323
+ return a({
1324
1324
  mutationFn: async (t) => await r.inboxItems.markItemAsUnread(t),
1325
1325
  ...e
1326
1326
  });
1327
1327
  }
1328
- function ln(e = {}) {
1329
- return u({
1328
+ function pn(e = {}) {
1329
+ return a({
1330
1330
  mutationFn: async (t) => await r.inboxItems.createInboxItemPerUser(t),
1331
1331
  ...e
1332
1332
  });
1333
1333
  }
1334
- function yn(e = {}) {
1335
- return s({
1334
+ function gn(e = {}) {
1335
+ return o({
1336
1336
  queryKey: ["inboxV2", "types"],
1337
1337
  queryFn: async () => await r.inboxV2.listTypes(),
1338
1338
  ...e
1339
1339
  });
1340
1340
  }
1341
- function dn(e, t = {}) {
1342
- return s({
1341
+ function fn(e, t = {}) {
1342
+ return o({
1343
1343
  queryKey: ["inboxV2", "type", e],
1344
1344
  queryFn: async () => await r.inboxV2.getType(e),
1345
1345
  enabled: !!e,
1346
1346
  ...t
1347
1347
  });
1348
1348
  }
1349
- function pn(e = {}) {
1350
- return u({
1349
+ function mn(e = {}) {
1350
+ return a({
1351
1351
  mutationFn: async (t) => await r.inboxV2.createType(t),
1352
1352
  ...e
1353
1353
  });
1354
1354
  }
1355
- function gn(e = {}) {
1356
- return u({
1355
+ function bn(e = {}) {
1356
+ return a({
1357
1357
  mutationFn: async ({ id: t, data: n }) => await r.inboxV2.updateType(t, n),
1358
1358
  ...e
1359
1359
  });
1360
1360
  }
1361
- function fn(e = {}) {
1362
- return u({
1361
+ function Fn(e = {}) {
1362
+ return a({
1363
1363
  mutationFn: async (t) => await r.inboxV2.deleteType(t),
1364
1364
  ...e
1365
1365
  });
1366
1366
  }
1367
- function mn(e = {}, t = {}) {
1368
- return s({
1367
+ function wn(e = {}, t = {}) {
1368
+ return o({
1369
1369
  queryKey: [
1370
1370
  "inboxV2",
1371
1371
  "items",
@@ -1379,101 +1379,101 @@ function mn(e = {}, t = {}) {
1379
1379
  ...t
1380
1380
  });
1381
1381
  }
1382
- function bn(e, t = {}) {
1383
- return s({
1382
+ function qn(e, t = {}) {
1383
+ return o({
1384
1384
  queryKey: ["inboxV2", "item", e],
1385
1385
  queryFn: async () => await r.inboxV2.getItem(e),
1386
1386
  enabled: !!e,
1387
1387
  ...t
1388
1388
  });
1389
1389
  }
1390
- function Fn(e = {}) {
1391
- return u({
1390
+ function hn(e = {}) {
1391
+ return a({
1392
1392
  mutationFn: async (t) => await r.inboxV2.createItem(t),
1393
1393
  ...e
1394
1394
  });
1395
1395
  }
1396
- function wn(e = {}) {
1397
- return u({
1396
+ function Tn(e = {}) {
1397
+ return a({
1398
1398
  mutationFn: async ({ id: t, data: n }) => await r.inboxV2.updateItem(t, n),
1399
1399
  ...e
1400
1400
  });
1401
1401
  }
1402
- function qn(e = {}) {
1403
- return u({
1402
+ function Dn(e = {}) {
1403
+ return a({
1404
1404
  mutationFn: async (t) => await r.inboxV2.markRead(t),
1405
1405
  ...e
1406
1406
  });
1407
1407
  }
1408
- function hn(e = {}) {
1409
- return u({
1408
+ function Cn(e = {}) {
1409
+ return a({
1410
1410
  mutationFn: async (t) => await r.inboxV2.markUnread(t),
1411
1411
  ...e
1412
1412
  });
1413
1413
  }
1414
- function Tn(e = {}) {
1415
- return u({
1414
+ function kn(e = {}) {
1415
+ return a({
1416
1416
  mutationFn: async ({ id: t, data: n }) => await r.inboxV2.snoozeItem(t, n),
1417
1417
  ...e
1418
1418
  });
1419
1419
  }
1420
- function Dn(e = {}) {
1421
- return u({
1420
+ function Sn(e = {}) {
1421
+ return a({
1422
1422
  mutationFn: async (t) => await r.inboxV2.dismissItem(t),
1423
1423
  ...e
1424
1424
  });
1425
1425
  }
1426
- function Cn(e = {}) {
1427
- return u({
1426
+ function Rn(e = {}) {
1427
+ return a({
1428
1428
  mutationFn: async (t) => await r.inboxV2.claimItem(t),
1429
1429
  ...e
1430
1430
  });
1431
1431
  }
1432
- function Sn(e = {}) {
1433
- return u({
1432
+ function Kn(e = {}) {
1433
+ return a({
1434
1434
  mutationFn: async (t) => await r.inboxV2.completeItem(t),
1435
1435
  ...e
1436
1436
  });
1437
1437
  }
1438
- function kn(e = {}) {
1439
- return u({
1438
+ function xn(e = {}) {
1439
+ return a({
1440
1440
  mutationFn: async (t) => await r.inboxV2.releaseItem(t),
1441
1441
  ...e
1442
1442
  });
1443
1443
  }
1444
- function Rn(e = {}) {
1445
- return u({
1444
+ function Pn(e = {}) {
1445
+ return a({
1446
1446
  mutationFn: async (t) => await r.inboxV2.cancelItem(t),
1447
1447
  ...e
1448
1448
  });
1449
1449
  }
1450
- function xn(e = {}) {
1451
- return u({
1450
+ function vn(e = {}) {
1451
+ return a({
1452
1452
  mutationFn: async ({ id: t, data: n }) => await r.inboxV2.reassignItem(t, n),
1453
1453
  ...e
1454
1454
  });
1455
1455
  }
1456
- function Kn(e = {}) {
1457
- return u({
1456
+ function In(e = {}) {
1457
+ return a({
1458
1458
  mutationFn: async (t) => await r.inboxV2.completeByKey(t),
1459
1459
  ...e
1460
1460
  });
1461
1461
  }
1462
- function Pn(e = {}) {
1463
- return u({
1462
+ function Vn(e = {}) {
1463
+ return a({
1464
1464
  mutationFn: async (t) => await r.inboxV2.cancelByKey(t),
1465
1465
  ...e
1466
1466
  });
1467
1467
  }
1468
- function In(e, t = {}) {
1469
- return s({
1468
+ function En(e, t = {}) {
1469
+ return o({
1470
1470
  queryKey: ["emailConversations", e?.page, e?.pageSize, e?.tag, e?.orderByCreatedDate],
1471
1471
  queryFn: async () => await r.emailEngine.getAllConversations(e),
1472
1472
  ...t
1473
1473
  });
1474
1474
  }
1475
- function vn(e, t = {}) {
1476
- return s({
1475
+ function An(e, t = {}) {
1476
+ return o({
1477
1477
  queryKey: ["emailConversation", e],
1478
1478
  queryFn: async () => await r.emailEngine.getConversation({
1479
1479
  conversationId: e
@@ -1482,9 +1482,9 @@ function vn(e, t = {}) {
1482
1482
  ...t
1483
1483
  });
1484
1484
  }
1485
- function Vn(e = {}) {
1485
+ function Bn(e = {}) {
1486
1486
  const t = p();
1487
- return u({
1487
+ return a({
1488
1488
  mutationFn: async (n) => await r.emailEngine.createConversation(n),
1489
1489
  onSuccess: () => {
1490
1490
  t.invalidateQueries({ queryKey: ["emailConversations"] });
@@ -1492,20 +1492,20 @@ function Vn(e = {}) {
1492
1492
  ...e
1493
1493
  });
1494
1494
  }
1495
- function En(e = {}) {
1495
+ function Gn(e = {}) {
1496
1496
  const t = p();
1497
- return u({
1497
+ return a({
1498
1498
  mutationFn: async (n) => await r.emailEngine.replyToConversation(n),
1499
- onSuccess: (n, a) => {
1499
+ onSuccess: (n, u) => {
1500
1500
  t.invalidateQueries({
1501
- queryKey: ["emailConversation", a.conversationId]
1501
+ queryKey: ["emailConversation", u.conversationId]
1502
1502
  });
1503
1503
  },
1504
1504
  ...e
1505
1505
  });
1506
1506
  }
1507
- function An(e, t = {}) {
1508
- return s({
1507
+ function Mn(e, t = {}) {
1508
+ return o({
1509
1509
  queryKey: [
1510
1510
  "emailMessagesBySender",
1511
1511
  e.senderId,
@@ -1519,149 +1519,149 @@ function An(e, t = {}) {
1519
1519
  ...t
1520
1520
  });
1521
1521
  }
1522
- function Bn(e = {}) {
1523
- return u({
1522
+ function On(e = {}) {
1523
+ return a({
1524
1524
  mutationFn: async (t) => await r.emailEngine.searchMessages(t),
1525
1525
  ...e
1526
1526
  });
1527
1527
  }
1528
- function Gn(e = {}) {
1528
+ function Ln(e = {}) {
1529
1529
  const t = y(async () => await r.tcn.getAuthUrl()), n = d({
1530
1530
  queryKey: ["tcn", "authUrl"],
1531
1531
  queryFn: t,
1532
1532
  enabled: !0,
1533
1533
  options: e
1534
1534
  });
1535
- return s(n);
1535
+ return o(n);
1536
1536
  }
1537
- function Mn(e = {}) {
1538
- return u({
1537
+ function Hn(e = {}) {
1538
+ return a({
1539
1539
  mutationFn: async ({ code: t }) => await r.tcn.exchangeCode(t),
1540
1540
  ...e
1541
1541
  });
1542
1542
  }
1543
- function On(e = {}) {
1544
- return u({
1543
+ function Un(e = {}) {
1544
+ return a({
1545
1545
  mutationFn: async ({ refresh_token: t }) => await r.tcn.refreshToken(t),
1546
1546
  ...e
1547
1547
  });
1548
1548
  }
1549
- function Ln(e = {}) {
1550
- return u({
1549
+ function Qn(e = {}) {
1550
+ return a({
1551
1551
  mutationFn: async ({ token: t }) => await r.tcn.getCurrentAgent(t),
1552
1552
  ...e
1553
1553
  });
1554
1554
  }
1555
- function Hn(e = {}) {
1556
- return u({
1555
+ function Wn(e = {}) {
1556
+ return a({
1557
1557
  mutationFn: async ({ token: t, huntGroupSid: n }) => await r.tcn.getAgentSkills(t, n),
1558
1558
  ...e
1559
1559
  });
1560
1560
  }
1561
- function Un(e = {}) {
1562
- return u({
1563
- mutationFn: async ({ token: t, huntGroupSid: n, skills: a }) => await r.tcn.createSession(t, n, a),
1561
+ function zn(e = {}) {
1562
+ return a({
1563
+ mutationFn: async ({ token: t, huntGroupSid: n, skills: u }) => await r.tcn.createSession(t, n, u),
1564
1564
  ...e
1565
1565
  });
1566
1566
  }
1567
- function Wn(e = {}) {
1568
- return u({
1567
+ function Nn(e = {}) {
1568
+ return a({
1569
1569
  mutationFn: async ({ token: t, sessionSid: n }) => await r.tcn.keepAlive(t, n),
1570
1570
  ...e
1571
1571
  });
1572
1572
  }
1573
- function Qn(e = {}) {
1574
- return u({
1573
+ function _n(e = {}) {
1574
+ return a({
1575
1575
  mutationFn: async ({ token: t }) => await r.tcn.agentGetStatus(t),
1576
1576
  ...e
1577
1577
  });
1578
1578
  }
1579
- function zn(e = {}) {
1580
- return u({
1579
+ function jn(e = {}) {
1580
+ return a({
1581
1581
  mutationFn: async ({ token: t, huntGroupSid: n }) => await r.tcn.getHuntGroupAgentSettings(t, n),
1582
1582
  ...e
1583
1583
  });
1584
1584
  }
1585
- function Nn(e = {}) {
1586
- return u({
1585
+ function Jn(e = {}) {
1586
+ return a({
1587
1587
  mutationFn: async ({ token: t, sessionSid: n }) => await r.tcn.dialManualPrepare(t, n),
1588
1588
  ...e
1589
1589
  });
1590
1590
  }
1591
- function _n(e = {}) {
1592
- return u({
1591
+ function $n(e = {}) {
1592
+ return a({
1593
1593
  mutationFn: async ({ token: t, call: n }) => await r.tcn.processManualDial(t, n),
1594
1594
  ...e
1595
1595
  });
1596
1596
  }
1597
- function jn(e = {}) {
1598
- return u({
1599
- mutationFn: async ({ token: t, agentSessionSid: n, huntGroupSid: a, simpleCallData: o }) => await r.tcn.manualDialStart(
1597
+ function Xn(e = {}) {
1598
+ return a({
1599
+ mutationFn: async ({ token: t, agentSessionSid: n, huntGroupSid: u, simpleCallData: s }) => await r.tcn.manualDialStart(
1600
1600
  t,
1601
1601
  n,
1602
- a,
1603
- o
1602
+ u,
1603
+ s
1604
1604
  ),
1605
1605
  ...e
1606
1606
  });
1607
1607
  }
1608
- function Jn(e = {}) {
1609
- return u({
1610
- mutationFn: async ({ token: t, sessionSid: n, reason: a }) => await r.tcn.agentDisconnect(t, n, a),
1608
+ function Yn(e = {}) {
1609
+ return a({
1610
+ mutationFn: async ({ token: t, sessionSid: n, reason: u }) => await r.tcn.agentDisconnect(t, n, u),
1611
1611
  ...e
1612
1612
  });
1613
1613
  }
1614
- function $n(e = {}) {
1615
- return u({
1614
+ function Zn(e = {}) {
1615
+ return a({
1616
1616
  mutationFn: async ({ token: t, sessionSid: n }) => await r.tcn.agentPause(t, n),
1617
1617
  ...e
1618
1618
  });
1619
1619
  }
1620
- function Xn(e = {}) {
1621
- return u({
1620
+ function er(e = {}) {
1621
+ return a({
1622
1622
  mutationFn: async ({ token: t, sessionSid: n }) => await r.tcn.agentSetReady(t, n),
1623
1623
  ...e
1624
1624
  });
1625
1625
  }
1626
- function Yn(e = {}) {
1627
- return u({
1626
+ function tr(e = {}) {
1627
+ return a({
1628
1628
  mutationFn: async ({ token: t, sessionSid: n }) => await r.tcn.agentGetConnectedParty(t, n),
1629
1629
  ...e
1630
1630
  });
1631
1631
  }
1632
- function Zn(e = {}) {
1633
- return u({
1632
+ function nr(e = {}) {
1633
+ return a({
1634
1634
  mutationFn: async ({ token: t, callSid: n }) => await r.tcn.getCallData(t, n),
1635
1635
  ...e
1636
1636
  });
1637
1637
  }
1638
- function er(e = {}) {
1639
- return u({
1640
- mutationFn: async ({ token: t, sessionSid: n, holdType: a }) => await r.tcn.agentPutCallOnHold(t, n, a),
1638
+ function rr(e = {}) {
1639
+ return a({
1640
+ mutationFn: async ({ token: t, sessionSid: n, holdType: u }) => await r.tcn.agentPutCallOnHold(t, n, u),
1641
1641
  ...e
1642
1642
  });
1643
1643
  }
1644
- function tr(e = {}) {
1645
- return u({
1646
- mutationFn: async ({ token: t, sessionSid: n, holdType: a }) => await r.tcn.agentGetCallFromHold(t, n, a),
1644
+ function ur(e = {}) {
1645
+ return a({
1646
+ mutationFn: async ({ token: t, sessionSid: n, holdType: u }) => await r.tcn.agentGetCallFromHold(t, n, u),
1647
1647
  ...e
1648
1648
  });
1649
1649
  }
1650
- function nr(e = {}) {
1651
- return u({
1650
+ function ar(e = {}) {
1651
+ return a({
1652
1652
  mutationFn: async (t) => await r.tcn.ftpManualDialReport(t),
1653
1653
  ...e
1654
1654
  });
1655
1655
  }
1656
- function rr(e = {}) {
1657
- return u({
1656
+ function sr(e = {}) {
1657
+ return a({
1658
1658
  mutationFn: async (t) => await r.templates.renderTemplate(t),
1659
1659
  ...e
1660
1660
  });
1661
1661
  }
1662
- function ar(e, t = {}) {
1662
+ function or(e, t = {}) {
1663
1663
  const n = e?.trim();
1664
- return s({
1664
+ return o({
1665
1665
  queryKey: ["databox", "folder", n],
1666
1666
  queryFn: async () => {
1667
1667
  if (!n)
@@ -1672,9 +1672,9 @@ function ar(e, t = {}) {
1672
1672
  ...t
1673
1673
  });
1674
1674
  }
1675
- function ur(e, t = {}) {
1675
+ function ir(e, t = {}) {
1676
1676
  const n = e?.trim();
1677
- return s({
1677
+ return o({
1678
1678
  queryKey: ["databox", "folder", n, "files"],
1679
1679
  queryFn: async () => {
1680
1680
  if (!n)
@@ -1685,9 +1685,9 @@ function ur(e, t = {}) {
1685
1685
  ...t
1686
1686
  });
1687
1687
  }
1688
- function or(e, t = {}) {
1688
+ function cr(e, t = {}) {
1689
1689
  const n = e?.trim();
1690
- return s({
1690
+ return o({
1691
1691
  queryKey: ["databox", "folder", n, "datasets"],
1692
1692
  queryFn: async () => {
1693
1693
  if (!n)
@@ -1698,9 +1698,9 @@ function or(e, t = {}) {
1698
1698
  ...t
1699
1699
  });
1700
1700
  }
1701
- function sr(e, t = {}) {
1701
+ function lr(e, t = {}) {
1702
1702
  const n = e?.trim();
1703
- return s({
1703
+ return o({
1704
1704
  queryKey: ["databox", "folder", n, "duplicates"],
1705
1705
  queryFn: async () => {
1706
1706
  if (!n)
@@ -1713,9 +1713,9 @@ function sr(e, t = {}) {
1713
1713
  ...t
1714
1714
  });
1715
1715
  }
1716
- function ir(e, t = {}) {
1716
+ function yr(e, t = {}) {
1717
1717
  const n = e?.trim();
1718
- return s({
1718
+ return o({
1719
1719
  queryKey: ["dataset", n, "exceptions"],
1720
1720
  queryFn: async () => {
1721
1721
  if (!n)
@@ -1726,25 +1726,25 @@ function ir(e, t = {}) {
1726
1726
  ...t
1727
1727
  });
1728
1728
  }
1729
- function cr(e, t, n = {}) {
1730
- const a = e?.trim();
1731
- return s({
1732
- queryKey: ["dataset", a, "duplicates", t ?? null],
1729
+ function dr(e, t, n = {}) {
1730
+ const u = e?.trim();
1731
+ return o({
1732
+ queryKey: ["dataset", u, "duplicates", t ?? null],
1733
1733
  queryFn: async () => {
1734
- if (!a)
1734
+ if (!u)
1735
1735
  throw new Error("Dataset ID is required");
1736
1736
  return await r.dataset.getDatasetDuplicates({
1737
- datasetId: a,
1737
+ datasetId: u,
1738
1738
  group: t
1739
1739
  });
1740
1740
  },
1741
- enabled: !!a,
1741
+ enabled: !!u,
1742
1742
  ...n
1743
1743
  });
1744
1744
  }
1745
- function lr(e, t = {}) {
1745
+ function pr(e, t = {}) {
1746
1746
  const n = e?.trim();
1747
- return s({
1747
+ return o({
1748
1748
  queryKey: ["databox", "folder", n, "schema"],
1749
1749
  queryFn: async () => {
1750
1750
  if (!n)
@@ -1755,9 +1755,9 @@ function lr(e, t = {}) {
1755
1755
  ...t
1756
1756
  });
1757
1757
  }
1758
- function yr(e, t = {}) {
1758
+ function gr(e, t = {}) {
1759
1759
  const n = e?.trim();
1760
- return s({
1760
+ return o({
1761
1761
  queryKey: ["databox", "folder", n, "schema", "history"],
1762
1762
  queryFn: async () => {
1763
1763
  if (!n)
@@ -1768,9 +1768,9 @@ function yr(e, t = {}) {
1768
1768
  ...t
1769
1769
  });
1770
1770
  }
1771
- function dr(e, t = {}) {
1771
+ function fr(e, t = {}) {
1772
1772
  const n = e?.trim();
1773
- return s({
1773
+ return o({
1774
1774
  queryKey: ["databox", "folder", n, "trash"],
1775
1775
  queryFn: async () => {
1776
1776
  if (!n)
@@ -1781,9 +1781,9 @@ function dr(e, t = {}) {
1781
1781
  ...t
1782
1782
  });
1783
1783
  }
1784
- function pr(e, t = {}) {
1784
+ function mr(e, t = {}) {
1785
1785
  const n = e?.trim();
1786
- return s({
1786
+ return o({
1787
1787
  queryKey: ["databox", "file", n],
1788
1788
  queryFn: async () => {
1789
1789
  if (!n)
@@ -1794,9 +1794,9 @@ function pr(e, t = {}) {
1794
1794
  ...t
1795
1795
  });
1796
1796
  }
1797
- function gr(e, t = {}) {
1797
+ function br(e, t = {}) {
1798
1798
  const n = e?.trim();
1799
- return s({
1799
+ return o({
1800
1800
  queryKey: ["databox", "file", n, "status"],
1801
1801
  queryFn: async () => {
1802
1802
  if (!n)
@@ -1807,9 +1807,9 @@ function gr(e, t = {}) {
1807
1807
  ...t
1808
1808
  });
1809
1809
  }
1810
- function fr(e, t = {}) {
1810
+ function Fr(e, t = {}) {
1811
1811
  const n = e?.trim();
1812
- return s({
1812
+ return o({
1813
1813
  queryKey: ["databox", "file", n, "runs"],
1814
1814
  queryFn: async () => {
1815
1815
  if (!n)
@@ -1820,9 +1820,9 @@ function fr(e, t = {}) {
1820
1820
  ...t
1821
1821
  });
1822
1822
  }
1823
- function mr(e, t = {}) {
1823
+ function wr(e, t = {}) {
1824
1824
  const n = e?.trim();
1825
- return s({
1825
+ return o({
1826
1826
  queryKey: ["databox", "file", n, "download-url"],
1827
1827
  queryFn: async () => {
1828
1828
  if (!n)
@@ -1833,155 +1833,155 @@ function mr(e, t = {}) {
1833
1833
  ...t
1834
1834
  });
1835
1835
  }
1836
- function br(e = {}) {
1837
- return u({
1836
+ function qr(e = {}) {
1837
+ return a({
1838
1838
  mutationFn: async (t) => await r.databox.dropFileToDatabox(t),
1839
1839
  ...e
1840
1840
  });
1841
1841
  }
1842
- function Fr(e = {}) {
1843
- return u({
1842
+ function hr(e = {}) {
1843
+ return a({
1844
1844
  mutationFn: async (t) => await r.databox.runDataboxFolder(t),
1845
1845
  ...e
1846
1846
  });
1847
1847
  }
1848
- function wr(e = {}) {
1849
- return u({
1848
+ function Tr(e = {}) {
1849
+ return a({
1850
1850
  mutationFn: async (t) => await r.databox.updateDataboxFolderSchema(t),
1851
1851
  ...e
1852
1852
  });
1853
1853
  }
1854
- function qr(e = {}) {
1855
- return u({
1854
+ function Dr(e = {}) {
1855
+ return a({
1856
1856
  mutationFn: async (t) => await r.databox.trashDataboxFiles(t),
1857
1857
  ...e
1858
1858
  });
1859
1859
  }
1860
- function hr(e = {}) {
1861
- return u({
1860
+ function Cr(e = {}) {
1861
+ return a({
1862
1862
  mutationFn: async (t) => await r.databox.restoreDataboxFile(t),
1863
1863
  ...e
1864
1864
  });
1865
1865
  }
1866
- function Tr(e = {}) {
1867
- return u({
1866
+ function kr(e = {}) {
1867
+ return a({
1868
1868
  mutationFn: async (t) => await r.databox.permanentDeleteDataboxFiles(t),
1869
1869
  ...e
1870
1870
  });
1871
1871
  }
1872
- function Dr(e, t = {}) {
1873
- const n = y(async () => await r.periodManagement.listFiscalCalendars(e)), a = d({
1872
+ function Sr(e, t = {}) {
1873
+ const n = y(async () => await r.periodManagement.listFiscalCalendars(e)), u = d({
1874
1874
  queryKey: ["periodManagement", "fiscalCalendars", e ?? "all"],
1875
1875
  queryFn: n,
1876
1876
  options: t
1877
1877
  });
1878
- return s(a);
1878
+ return o(u);
1879
1879
  }
1880
- function Cr(e, t = {}) {
1881
- const n = !!e, a = y(async () => {
1880
+ function Rr(e, t = {}) {
1881
+ const n = !!e, u = y(async () => {
1882
1882
  if (!e)
1883
1883
  throw new Error("Fiscal calendar id is required");
1884
1884
  return await r.periodManagement.getFiscalCalendar(e);
1885
- }), o = d({
1885
+ }), s = d({
1886
1886
  queryKey: ["periodManagement", "fiscalCalendar", e],
1887
- queryFn: a,
1887
+ queryFn: u,
1888
1888
  enabled: n,
1889
1889
  options: t
1890
1890
  });
1891
- return s(o);
1891
+ return o(s);
1892
1892
  }
1893
- function Sr(e = {}) {
1894
- return u({
1893
+ function Kr(e = {}) {
1894
+ return a({
1895
1895
  mutationFn: async (t) => await r.periodManagement.createFiscalCalendar(t),
1896
1896
  ...e
1897
1897
  });
1898
1898
  }
1899
- function kr(e = {}) {
1900
- return u({
1899
+ function xr(e = {}) {
1900
+ return a({
1901
1901
  mutationFn: async ({ id: t, params: n }) => await r.periodManagement.updateFiscalCalendar(t, n),
1902
1902
  ...e
1903
1903
  });
1904
1904
  }
1905
- function Rr(e = {}) {
1906
- return u({
1905
+ function Pr(e = {}) {
1906
+ return a({
1907
1907
  mutationFn: async (t) => await r.periodManagement.deleteFiscalCalendar(t),
1908
1908
  ...e
1909
1909
  });
1910
1910
  }
1911
- function xr(e, t = {}) {
1912
- const n = y(async () => await r.periodManagement.listHolidayCalendars(e)), a = d({
1911
+ function vr(e, t = {}) {
1912
+ const n = y(async () => await r.periodManagement.listHolidayCalendars(e)), u = d({
1913
1913
  queryKey: ["periodManagement", "holidayCalendars", e ?? "all"],
1914
1914
  queryFn: n,
1915
1915
  options: t
1916
1916
  });
1917
- return s(a);
1917
+ return o(u);
1918
1918
  }
1919
- function Kr(e, t = {}) {
1920
- const n = !!e, a = y(async () => {
1919
+ function Ir(e, t = {}) {
1920
+ const n = !!e, u = y(async () => {
1921
1921
  if (!e)
1922
1922
  throw new Error("Holiday calendar id is required");
1923
1923
  return await r.periodManagement.getHolidayCalendar(e);
1924
- }), o = d({
1924
+ }), s = d({
1925
1925
  queryKey: ["periodManagement", "holidayCalendar", e],
1926
- queryFn: a,
1926
+ queryFn: u,
1927
1927
  enabled: n,
1928
1928
  options: t
1929
1929
  });
1930
- return s(o);
1930
+ return o(s);
1931
1931
  }
1932
- function Pr(e = {}) {
1933
- return u({
1932
+ function Vr(e = {}) {
1933
+ return a({
1934
1934
  mutationFn: async (t) => await r.periodManagement.createHolidayCalendar(t),
1935
1935
  ...e
1936
1936
  });
1937
1937
  }
1938
- function Ir(e = {}) {
1939
- return u({
1938
+ function Er(e = {}) {
1939
+ return a({
1940
1940
  mutationFn: async ({ id: t, params: n }) => await r.periodManagement.updateHolidayCalendar(t, n),
1941
1941
  ...e
1942
1942
  });
1943
1943
  }
1944
- function vr(e = {}) {
1945
- return u({
1944
+ function Ar(e = {}) {
1945
+ return a({
1946
1946
  mutationFn: async (t) => await r.periodManagement.deleteHolidayCalendar(t),
1947
1947
  ...e
1948
1948
  });
1949
1949
  }
1950
- function Vr(e, t = {}) {
1951
- const n = !!e, a = y(async () => {
1950
+ function Br(e, t = {}) {
1951
+ const n = !!e, u = y(async () => {
1952
1952
  if (!e)
1953
1953
  throw new Error("Holiday calendar id is required");
1954
1954
  return await r.periodManagement.listHolidays(e);
1955
- }), o = d({
1955
+ }), s = d({
1956
1956
  queryKey: ["periodManagement", "holidayCalendar", e, "holidays"],
1957
- queryFn: a,
1957
+ queryFn: u,
1958
1958
  enabled: n,
1959
1959
  options: t
1960
1960
  });
1961
- return s(o);
1961
+ return o(s);
1962
1962
  }
1963
- function Er(e = {}) {
1964
- return u({
1963
+ function Gr(e = {}) {
1964
+ return a({
1965
1965
  mutationFn: async ({ id: t, items: n }) => await r.periodManagement.importHolidays(t, n),
1966
1966
  ...e
1967
1967
  });
1968
1968
  }
1969
1969
  function te(e, t) {
1970
1970
  return t.split(".").reduce(
1971
- (n, a) => n && typeof n == "object" ? n[a] : void 0,
1971
+ (n, u) => n && typeof n == "object" ? n[u] : void 0,
1972
1972
  e
1973
1973
  );
1974
1974
  }
1975
- function Ar(e, t = {}) {
1976
- const n = s({
1975
+ function Mr(e, t = {}) {
1976
+ const n = o({
1977
1977
  ...t,
1978
1978
  queryKey: ["pipeline", "list"],
1979
1979
  queryFn: async () => r.pipeline.getPipelineList()
1980
1980
  });
1981
1981
  return {
1982
1982
  pipelines: h(() => {
1983
- const o = n.data ?? [];
1984
- return e?.key ? o.filter((i) => te(i, e.key) === e.value) : o;
1983
+ const s = n.data ?? [];
1984
+ return e?.key ? s.filter((i) => te(i, e.key) === e.value) : s;
1985
1985
  }, [n.data, e?.key, e?.value]),
1986
1986
  isLoading: n.isLoading,
1987
1987
  error: n.error,
@@ -1989,33 +1989,33 @@ function Ar(e, t = {}) {
1989
1989
  };
1990
1990
  }
1991
1991
  function ne(e, t = {}) {
1992
- const n = e?.trim(), a = s({
1992
+ const n = e?.trim(), u = o({
1993
1993
  ...t,
1994
1994
  queryKey: ["pipeline", "runs", n],
1995
1995
  queryFn: async () => r.pipeline.getPipelineRunStatus(n),
1996
1996
  enabled: !!n && (t.enabled ?? !0)
1997
1997
  });
1998
1998
  return {
1999
- runs: a.data ?? [],
2000
- isLoading: a.isLoading,
2001
- error: a.error,
2002
- refetch: a.refetch
1999
+ runs: u.data ?? [],
2000
+ isLoading: u.isLoading,
2001
+ error: u.error,
2002
+ refetch: u.refetch
2003
2003
  };
2004
2004
  }
2005
- function Br(e, t = {}) {
2006
- const { runs: n, isLoading: a, error: o, refetch: i } = ne(e, t);
2005
+ function Or(e, t = {}) {
2006
+ const { runs: n, isLoading: u, error: s, refetch: i } = ne(e, t);
2007
2007
  return { run: h(() => {
2008
2008
  const l = n.filter((g) => g.status === "SUCCEEDED");
2009
2009
  if (l.length)
2010
2010
  return l.reduce(
2011
2011
  (g, f) => (f.startedAt ?? "") > (g.startedAt ?? "") ? f : g
2012
2012
  );
2013
- }, [n]), isLoading: a, error: o, refetch: i };
2013
+ }, [n]), isLoading: u, error: s, refetch: i };
2014
2014
  }
2015
- function Gr(e, t, n = {}) {
2016
- const a = e?.trim(), o = t?.trim(), i = (n.enabled ?? !0) && !!a && !!o, c = s({
2017
- queryKey: ["pipeline", "definition", a],
2018
- queryFn: async () => r.pipeline.getPipelineDefinition(a),
2015
+ function Lr(e, t, n = {}) {
2016
+ const u = e?.trim(), s = t?.trim(), i = (n.enabled ?? !0) && !!u && !!s, c = o({
2017
+ queryKey: ["pipeline", "definition", u],
2018
+ queryFn: async () => r.pipeline.getPipelineDefinition(u),
2019
2019
  enabled: i
2020
2020
  }), l = h(
2021
2021
  () => c.data?.nodes ?? [],
@@ -2023,27 +2023,27 @@ function Gr(e, t, n = {}) {
2023
2023
  ), g = h(
2024
2024
  () => c.data?.edges ?? [],
2025
2025
  [c.data]
2026
- ), f = (D) => l.find((S) => S.id === D)?.data, m = s({
2027
- queryKey: ["pipeline", "runs", a],
2028
- queryFn: async () => r.pipeline.getPipelineRunStatus(a),
2026
+ ), f = (D) => l.find((k) => k.id === D)?.data, m = o({
2027
+ queryKey: ["pipeline", "runs", u],
2028
+ queryFn: async () => r.pipeline.getPipelineRunStatus(u),
2029
2029
  enabled: i
2030
2030
  }), w = h(
2031
- () => (m.data ?? []).find((D) => D.id === o),
2032
- [m.data, o]
2033
- ), [b, F] = q(!1), T = w?.datasetId, C = s({
2034
- queryKey: ["pipeline", "output", o, T],
2031
+ () => (m.data ?? []).find((D) => D.id === s),
2032
+ [m.data, s]
2033
+ ), [b, F] = q(!1), T = w?.datasetId, C = o({
2034
+ queryKey: ["pipeline", "output", s, T],
2035
2035
  queryFn: async () => {
2036
- const D = r.pipeline.buildDatasetDefinition(T), [S, k] = await Promise.all([
2036
+ const D = r.pipeline.buildDatasetDefinition(T), [k, S] = await Promise.all([
2037
2037
  r.definition.runDefinition({ inputs: {}, definition: D, variable: T }),
2038
2038
  r.definition.getDescription({ inputs: {}, definition: D, variable: T })
2039
- ]), E = Array.isArray(k) ? k : k?.data ?? [];
2039
+ ]), E = Array.isArray(S) ? S : S?.data ?? [];
2040
2040
  return {
2041
- rows: S ?? [],
2041
+ rows: k ?? [],
2042
2042
  columns: E
2043
2043
  };
2044
2044
  },
2045
2045
  enabled: i && b && !!T
2046
- }), I = c.isLoading || m.isLoading, v = c.error ?? m.error, V = () => {
2046
+ }), v = c.isLoading || m.isLoading, I = c.error ?? m.error, V = () => {
2047
2047
  c.refetch(), m.refetch(), b && T && C.refetch();
2048
2048
  };
2049
2049
  return {
@@ -2052,8 +2052,8 @@ function Gr(e, t, n = {}) {
2052
2052
  edges: g,
2053
2053
  isCurrentDefinition: !0,
2054
2054
  // run carries no snapshot; graph reflects the current definition
2055
- isLoading: I,
2056
- error: v,
2055
+ isLoading: v,
2056
+ error: I,
2057
2057
  getNodeProperties: f,
2058
2058
  output: C.data,
2059
2059
  isOutputLoading: C.isLoading && b,
@@ -2062,26 +2062,26 @@ function Gr(e, t, n = {}) {
2062
2062
  refetch: V
2063
2063
  };
2064
2064
  }
2065
- function Mr(e, t = {}) {
2065
+ function Hr(e, t = {}) {
2066
2066
  const n = e?.trim();
2067
- return s({
2067
+ return o({
2068
2068
  ...t,
2069
2069
  queryKey: ["pipeline", "overview", n],
2070
2070
  queryFn: async () => r.pipeline.getPipelineOverview(n),
2071
2071
  enabled: !!n
2072
2072
  });
2073
2073
  }
2074
- function Or(e) {
2075
- const t = e?.trim(), [n, a] = q(
2074
+ function Ur(e) {
2075
+ const t = e?.trim(), [n, u] = q(
2076
2076
  void 0
2077
- ), o = u({
2077
+ ), s = a({
2078
2078
  mutationFn: async () => r.pipeline.startOutputSample(t),
2079
- onSuccess: (g) => a(g)
2079
+ onSuccess: (g) => u(g)
2080
2080
  });
2081
- K(() => {
2082
- a(void 0), t && o.mutate();
2081
+ x(() => {
2082
+ u(void 0), t && s.mutate();
2083
2083
  }, [t]);
2084
- const i = s({
2084
+ const i = o({
2085
2085
  queryKey: ["pipeline", "outputSample", t, n?.runId],
2086
2086
  queryFn: async () => r.pipeline.getOutputSampleResult({
2087
2087
  pipelineId: t,
@@ -2091,46 +2091,46 @@ function Or(e) {
2091
2091
  }),
2092
2092
  enabled: !!t && !!n?.runId,
2093
2093
  refetchInterval: (g) => g.state.data?.status === "running" ? 1500 : !1
2094
- }), c = o.isError ? "failed" : i.data?.status ?? (o.isPending || n ? "running" : "idle"), l = G(() => {
2095
- a(void 0), t && o.mutate();
2094
+ }), c = s.isError ? "failed" : i.data?.status ?? (s.isPending || n ? "running" : "idle"), l = G(() => {
2095
+ u(void 0), t && s.mutate();
2096
2096
  }, [t]);
2097
2097
  return {
2098
2098
  status: c,
2099
2099
  rows: i.data?.rows,
2100
2100
  columns: i.data?.columns,
2101
2101
  totalCount: i.data?.totalCount,
2102
- error: i.data?.error ?? o.error?.message,
2102
+ error: i.data?.error ?? s.error?.message,
2103
2103
  refetch: l
2104
2104
  };
2105
2105
  }
2106
- function Lr(e, t = {}) {
2107
- return s({
2106
+ function Qr(e, t = {}) {
2107
+ return o({
2108
2108
  ...t,
2109
2109
  queryKey: ["pipeline", "definition", e],
2110
2110
  queryFn: async () => r.pipeline.getPipelineDefinition(e)
2111
2111
  });
2112
2112
  }
2113
- function Hr(e, t = {}) {
2114
- return s({
2113
+ function Wr(e, t = {}) {
2114
+ return o({
2115
2115
  ...t,
2116
2116
  queryKey: ["pipeline", "runStatus", e],
2117
2117
  queryFn: async () => r.pipeline.getPipelineRunStatus(e)
2118
2118
  });
2119
2119
  }
2120
- function Ur(e = {}) {
2121
- return u({
2120
+ function zr(e = {}) {
2121
+ return a({
2122
2122
  mutationFn: async (t) => r.pipeline.savePipeline(t, { approve: !0 }),
2123
2123
  ...e
2124
2124
  });
2125
2125
  }
2126
- function Wr(e = {}) {
2127
- return u({
2126
+ function Nr(e = {}) {
2127
+ return a({
2128
2128
  mutationFn: async (t) => r.pipeline.runPipeline(t, { approve: !0 }),
2129
2129
  ...e
2130
2130
  });
2131
2131
  }
2132
- function Qr(e = {}) {
2133
- const t = s({
2132
+ function _r(e = {}) {
2133
+ const t = o({
2134
2134
  ...e,
2135
2135
  queryKey: ["workingPaper", "list"],
2136
2136
  queryFn: async () => r.workingPaper.getWorkingPapers()
@@ -2142,56 +2142,56 @@ function Qr(e = {}) {
2142
2142
  refetch: t.refetch
2143
2143
  };
2144
2144
  }
2145
- function zr(e, t = {}) {
2146
- const n = e?.trim(), a = p(), o = s({
2145
+ function jr(e, t = {}) {
2146
+ const n = e?.trim(), u = p(), s = o({
2147
2147
  ...t,
2148
2148
  queryKey: ["workingPaper", "detail", n],
2149
2149
  queryFn: async () => r.workingPaper.getWorkingPaper(n),
2150
2150
  enabled: !!n && (t.enabled ?? !0)
2151
- }), i = u({
2151
+ }), i = a({
2152
2152
  mutationFn: async (l) => r.workingPaper.updateWorkingPaper(n, l),
2153
2153
  onSuccess: () => {
2154
- a.invalidateQueries({ queryKey: ["workingPaper", "detail", n] }), a.invalidateQueries({ queryKey: ["workingPaper", "list"] });
2154
+ u.invalidateQueries({ queryKey: ["workingPaper", "detail", n] }), u.invalidateQueries({ queryKey: ["workingPaper", "list"] });
2155
2155
  }
2156
- }), c = u({
2156
+ }), c = a({
2157
2157
  mutationFn: async () => r.workingPaper.deleteWorkingPaper(n),
2158
2158
  onSuccess: () => {
2159
- a.invalidateQueries({ queryKey: ["workingPaper", "list"] });
2159
+ u.invalidateQueries({ queryKey: ["workingPaper", "list"] });
2160
2160
  }
2161
2161
  });
2162
2162
  return {
2163
- paper: o.data,
2164
- sheets: o.data?.sheets ?? [],
2165
- isLoading: o.isLoading,
2166
- error: o.error,
2167
- refetch: o.refetch,
2163
+ paper: s.data,
2164
+ sheets: s.data?.sheets ?? [],
2165
+ isLoading: s.isLoading,
2166
+ error: s.error,
2167
+ refetch: s.refetch,
2168
2168
  save: (l) => i.mutateAsync(l),
2169
2169
  isSaving: i.isPending,
2170
2170
  remove: () => c.mutateAsync(),
2171
2171
  isDeleting: c.isPending
2172
2172
  };
2173
2173
  }
2174
- function Nr() {
2174
+ function Jr() {
2175
2175
  const e = p();
2176
- return u({
2176
+ return a({
2177
2177
  mutationFn: async (t) => r.workingPaper.createWorkingPaper(t),
2178
2178
  onSuccess: () => e.invalidateQueries({ queryKey: ["workingPaper", "list"] })
2179
2179
  });
2180
2180
  }
2181
- function _r(e, t = {}, n = {}) {
2182
- const a = e?.inputTableId?.trim(), o = e?.viewId, i = e?.limit, c = s({
2181
+ function $r(e, t = {}, n = {}) {
2182
+ const u = e?.inputTableId?.trim(), s = e?.viewId, i = e?.limit, c = o({
2183
2183
  ...t,
2184
- queryKey: ["workingPaper", "inputTableSheet", "views", a],
2185
- queryFn: async () => r.statement.getViewsBySheetId(a),
2186
- enabled: !!a && (t.enabled ?? !0)
2187
- }), l = s({
2184
+ queryKey: ["workingPaper", "inputTableSheet", "views", u],
2185
+ queryFn: async () => r.statement.getViewsBySheetId(u),
2186
+ enabled: !!u && (t.enabled ?? !0)
2187
+ }), l = o({
2188
2188
  ...n,
2189
- queryKey: ["workingPaper", "inputTableSheet", "rows", a, o, i],
2190
- queryFn: async () => r.inputTable.getRows(a, {
2191
- ...o ? { view_id: o } : {},
2189
+ queryKey: ["workingPaper", "inputTableSheet", "rows", u, s, i],
2190
+ queryFn: async () => r.inputTable.getRows(u, {
2191
+ ...s ? { view_id: s } : {},
2192
2192
  ...i ? { limit: i } : {}
2193
2193
  }),
2194
- enabled: !!a && (n.enabled ?? !0)
2194
+ enabled: !!u && (n.enabled ?? !0)
2195
2195
  }), g = c.data ?? [], f = l.data;
2196
2196
  return {
2197
2197
  views: g,
@@ -2204,15 +2204,15 @@ function _r(e, t = {}, n = {}) {
2204
2204
  }
2205
2205
  };
2206
2206
  }
2207
- function jr(e) {
2207
+ function Xr(e) {
2208
2208
  const [t, n] = q(
2209
2209
  () => e?.definition ?? (e?.datasetId ? r.workingPaper.createFxDatasetDefinition(e.datasetId, e.columns ?? []) : void 0)
2210
- ), a = u({
2210
+ ), u = a({
2211
2211
  mutationFn: async () => {
2212
2212
  if (!t) throw { message: "No fx definition to run", status: 400 };
2213
- const o = r.workingPaper.FX_RESULT_VARIABLE, [i, c] = await Promise.all([
2214
- r.definition.runDefinition({ inputs: {}, definition: t, variable: o }),
2215
- r.definition.getDescription({ inputs: {}, definition: t, variable: o })
2213
+ const s = r.workingPaper.FX_RESULT_VARIABLE, [i, c] = await Promise.all([
2214
+ r.definition.runDefinition({ inputs: {}, definition: t, variable: s }),
2215
+ r.definition.getDescription({ inputs: {}, definition: t, variable: s })
2216
2216
  ]), l = Array.isArray(c) ? c : c?.data ?? [];
2217
2217
  return { rows: i ?? [], columns: l };
2218
2218
  }
@@ -2220,20 +2220,20 @@ function jr(e) {
2220
2220
  return {
2221
2221
  definition: t,
2222
2222
  setDefinition: n,
2223
- reset: (o, i) => n(r.workingPaper.createFxDatasetDefinition(o, i ?? [])),
2224
- addFilter: (o, i) => n((c) => r.workingPaper.addRuleFilter(c, o, i)),
2225
- addSort: (o, i, c) => n((l) => r.workingPaper.addSort(l, o, i, c)),
2226
- addMetric: (o, i, c) => n((l) => r.workingPaper.addMetric(l, o, i, c)),
2227
- addPivot: (o, i) => n((c) => r.workingPaper.addPivot(c, o, i)),
2228
- addColumn: (o, i, c) => n((l) => r.workingPaper.addColumn(l, o, i, c)),
2229
- run: () => a.mutateAsync(),
2230
- result: a.data,
2231
- isRunning: a.isPending,
2232
- runError: a.error
2223
+ reset: (s, i) => n(r.workingPaper.createFxDatasetDefinition(s, i ?? [])),
2224
+ addFilter: (s, i) => n((c) => r.workingPaper.addRuleFilter(c, s, i)),
2225
+ addSort: (s, i, c) => n((l) => r.workingPaper.addSort(l, s, i, c)),
2226
+ addMetric: (s, i, c) => n((l) => r.workingPaper.addMetric(l, s, i, c)),
2227
+ addPivot: (s, i) => n((c) => r.workingPaper.addPivot(c, s, i)),
2228
+ addColumn: (s, i, c) => n((l) => r.workingPaper.addColumn(l, s, i, c)),
2229
+ run: () => u.mutateAsync(),
2230
+ result: u.data,
2231
+ isRunning: u.isPending,
2232
+ runError: u.error
2233
2233
  };
2234
2234
  }
2235
2235
  function re(e = {}) {
2236
- const t = s({
2236
+ const t = o({
2237
2237
  ...e,
2238
2238
  queryKey: ["solutions", "list"],
2239
2239
  queryFn: async () => r.solutions.getSolutionList()
@@ -2245,20 +2245,20 @@ function re(e = {}) {
2245
2245
  refetch: t.refetch
2246
2246
  };
2247
2247
  }
2248
- function ae(e, t, n = {}) {
2249
- const a = e?.trim();
2250
- return s({
2248
+ function ue(e, t, n = {}) {
2249
+ const u = e?.trim();
2250
+ return o({
2251
2251
  ...n,
2252
- queryKey: ["versioning", "branches", a, t],
2253
- queryFn: async () => r.versioning.getBranches({ solutionId: a, branchType: t }),
2254
- enabled: !!a
2252
+ queryKey: ["versioning", "branches", u, t],
2253
+ queryFn: async () => r.versioning.getBranches({ solutionId: u, branchType: t }),
2254
+ enabled: !!u
2255
2255
  });
2256
2256
  }
2257
- function Jr() {
2258
- const { solutions: e, isLoading: t } = re(), [n, a] = q(void 0), [o, i] = q(
2257
+ function Yr() {
2258
+ const { solutions: e, isLoading: t } = re(), [n, u] = q(void 0), [s, i] = q(
2259
2259
  void 0
2260
- ), c = ae(n), l = c.data ?? [], g = (m) => {
2261
- a(m), i(void 0);
2260
+ ), c = ue(n), l = c.data ?? [], g = (m) => {
2261
+ u(m), i(void 0);
2262
2262
  }, f = h(
2263
2263
  () => e.find((m) => m.id === n),
2264
2264
  [e, n]
@@ -2269,575 +2269,575 @@ function Jr() {
2269
2269
  selectedSolutionId: n,
2270
2270
  selectSolution: g,
2271
2271
  branches: l,
2272
- selectedBranch: o,
2272
+ selectedBranch: s,
2273
2273
  selectBranch: i,
2274
2274
  isLoadingSolutions: t,
2275
2275
  isLoadingBranches: c.isLoading
2276
2276
  };
2277
2277
  }
2278
- function $r(e, t, n, a = {}) {
2279
- const o = e?.trim(), i = t?.trim();
2280
- return s({
2281
- ...a,
2282
- queryKey: ["versioning", "commits", o, i, n],
2278
+ function Zr(e, t, n, u = {}) {
2279
+ const s = e?.trim(), i = t?.trim();
2280
+ return o({
2281
+ ...u,
2282
+ queryKey: ["versioning", "commits", s, i, n],
2283
2283
  queryFn: async () => r.versioning.listCommits({
2284
- solutionId: o,
2284
+ solutionId: s,
2285
2285
  branch: i,
2286
2286
  branchType: n
2287
2287
  }),
2288
- enabled: !!o && !!i
2288
+ enabled: !!s && !!i
2289
2289
  });
2290
2290
  }
2291
- function Xr(e, t = {}) {
2291
+ function eu(e, t = {}) {
2292
2292
  const n = e?.trim();
2293
- return s({
2293
+ return o({
2294
2294
  ...t,
2295
2295
  queryKey: ["versioning", "tags", n],
2296
2296
  queryFn: async () => r.versioning.listTags({ solutionId: n }),
2297
2297
  enabled: !!n
2298
2298
  });
2299
2299
  }
2300
- function Yr(e = {}) {
2301
- return u({
2300
+ function tu(e = {}) {
2301
+ return a({
2302
2302
  mutationFn: async (t) => r.versioning.commitChanges(t, { approve: !0 }),
2303
2303
  ...e
2304
2304
  });
2305
2305
  }
2306
- function Zr(e = {}) {
2307
- return u({
2306
+ function nu(e = {}) {
2307
+ return a({
2308
2308
  mutationFn: async (t) => r.versioning.mergeBranches(t, { approve: !0 }),
2309
2309
  ...e
2310
2310
  });
2311
2311
  }
2312
- function ea(e = {}) {
2313
- return u({
2312
+ function ru(e = {}) {
2313
+ return a({
2314
2314
  mutationFn: async (t) => r.versioning.pushBranch(t, { approve: !0 }),
2315
2315
  ...e
2316
2316
  });
2317
2317
  }
2318
- function ta(e = {}) {
2319
- return u({
2318
+ function uu(e = {}) {
2319
+ return a({
2320
2320
  mutationFn: async (t) => r.versioning.createBranch(t, { approve: !0 }),
2321
2321
  ...e
2322
2322
  });
2323
2323
  }
2324
- function na(e = {}) {
2325
- return u({
2324
+ function au(e = {}) {
2325
+ return a({
2326
2326
  mutationFn: async (t) => r.externalApps.create(t, { approve: !0 }),
2327
2327
  ...e
2328
2328
  });
2329
2329
  }
2330
- function ra(e, t = {}) {
2331
- return u({
2330
+ function su(e, t = {}) {
2331
+ return a({
2332
2332
  mutationFn: async (n) => r.externalApps.setEnv(e, n, { approve: !0 }),
2333
2333
  ...t
2334
2334
  });
2335
2335
  }
2336
- function aa(e, t = {}) {
2337
- return u({
2336
+ function ou(e, t = {}) {
2337
+ return a({
2338
2338
  mutationFn: async (n) => r.externalApps.setSchemaMap(e, n, { approve: !0 }),
2339
2339
  ...t
2340
2340
  });
2341
2341
  }
2342
- function ua(e, t = {}) {
2343
- return u({
2342
+ function iu(e, t = {}) {
2343
+ return a({
2344
2344
  mutationFn: async (n) => r.externalApps.setAccessControl(e, n, { approve: !0 }),
2345
2345
  ...t
2346
2346
  });
2347
2347
  }
2348
- function oa(e = {}) {
2349
- return u({
2348
+ function cu(e = {}) {
2349
+ return a({
2350
2350
  mutationFn: async (t) => r.externalApps.validateUrl(t),
2351
2351
  ...e
2352
2352
  });
2353
2353
  }
2354
- function sa(e = {}) {
2355
- return u({
2354
+ function lu(e = {}) {
2355
+ return a({
2356
2356
  mutationFn: async (t) => r.solutions.create(t, { approve: !0 }),
2357
2357
  ...e
2358
2358
  });
2359
2359
  }
2360
- function ia(e = {}) {
2361
- return s({
2360
+ function yu(e = {}) {
2361
+ return o({
2362
2362
  ...e,
2363
2363
  queryKey: ["solutions", "packagableComponents"],
2364
2364
  queryFn: async () => r.solutions.packagableComponents()
2365
2365
  });
2366
2366
  }
2367
- function ca(e, t = {}) {
2368
- return u({
2367
+ function du(e, t = {}) {
2368
+ return a({
2369
2369
  mutationFn: async (n) => r.solutions.addObjects(e, n, { approve: !0 }),
2370
2370
  ...t
2371
2371
  });
2372
2372
  }
2373
- function la(e, t = {}) {
2374
- return u({
2373
+ function pu(e, t = {}) {
2374
+ return a({
2375
2375
  mutationFn: async (n = {}) => r.solutions.validate(e, n),
2376
2376
  ...t
2377
2377
  });
2378
2378
  }
2379
- function ya(e, t = {}) {
2380
- return u({
2379
+ function gu(e, t = {}) {
2380
+ return a({
2381
2381
  mutationFn: async (n) => r.solutions.publish(e, n, { approve: !0 }),
2382
2382
  ...t
2383
2383
  });
2384
2384
  }
2385
- function da(e, t = {}) {
2385
+ function fu(e, t = {}) {
2386
2386
  const n = e?.trim();
2387
- return s({
2387
+ return o({
2388
2388
  ...t,
2389
2389
  queryKey: ["solutions", "publishJob", n],
2390
2390
  queryFn: async () => r.solutions.publishJob(n),
2391
2391
  enabled: !!n
2392
2392
  });
2393
2393
  }
2394
- function pa(e = {}) {
2395
- return u({
2394
+ function mu(e = {}) {
2395
+ return a({
2396
2396
  mutationFn: async (t) => r.workbooks.create(t, { approve: !0 }),
2397
2397
  ...e
2398
2398
  });
2399
2399
  }
2400
- function ga(e = {}) {
2401
- return u({
2400
+ function bu(e = {}) {
2401
+ return a({
2402
2402
  mutationFn: async (t) => r.connections.createSftpConnection(t, { approve: !0 }),
2403
2403
  ...e
2404
2404
  });
2405
2405
  }
2406
- function fa(e = {}) {
2407
- return u({
2406
+ function Fu(e = {}) {
2407
+ return a({
2408
2408
  mutationFn: async (t) => r.connections.createEmailConnection(t, { approve: !0 }),
2409
2409
  ...e
2410
2410
  });
2411
2411
  }
2412
- function ma(e = {}) {
2413
- return u({
2412
+ function wu(e = {}) {
2413
+ return a({
2414
2414
  mutationFn: async (t) => r.connections.createBlobConnection(t, { approve: !0 }),
2415
2415
  ...e
2416
2416
  });
2417
2417
  }
2418
- function ba(e, t, n = {}) {
2419
- return s({
2418
+ function qu(e, t, n = {}) {
2419
+ return o({
2420
2420
  ...n,
2421
2421
  queryKey: ["connections", "test", e, t],
2422
2422
  queryFn: async () => r.connections.testConnection(e, t)
2423
2423
  });
2424
2424
  }
2425
- function Fa(e, t = {}) {
2426
- return s({
2425
+ function hu(e, t = {}) {
2426
+ return o({
2427
2427
  ...t,
2428
2428
  queryKey: ["connections", "list", e],
2429
2429
  queryFn: async () => r.connections.listConnections(e)
2430
2430
  });
2431
2431
  }
2432
- function wa(e = {}) {
2433
- return u({
2432
+ function Tu(e = {}) {
2433
+ return a({
2434
2434
  mutationFn: async (t) => r.ingestion.createDatabox(t, { approve: !0 }),
2435
2435
  ...e
2436
2436
  });
2437
2437
  }
2438
- function qa(e = {}) {
2439
- return u({
2438
+ function Du(e = {}) {
2439
+ return a({
2440
2440
  mutationFn: async (t) => r.ingestion.createFileboxFolder(t, { approve: !0 }),
2441
2441
  ...e
2442
2442
  });
2443
2443
  }
2444
- function ha(e = {}) {
2445
- return s({
2444
+ function Cu(e = {}) {
2445
+ return o({
2446
2446
  ...e,
2447
2447
  queryKey: ["ingestion", "databoxes"],
2448
2448
  queryFn: async () => r.ingestion.listDataboxes()
2449
2449
  });
2450
2450
  }
2451
- function Ta(e = {}) {
2452
- return s({
2451
+ function ku(e = {}) {
2452
+ return o({
2453
2453
  ...e,
2454
2454
  queryKey: ["ingestion", "fileboxFolders"],
2455
2455
  queryFn: async () => r.ingestion.listFileboxFolders()
2456
2456
  });
2457
2457
  }
2458
- function Da(e = {}, t = {}) {
2459
- return s({
2458
+ function Su(e = {}, t = {}) {
2459
+ return o({
2460
2460
  ...t,
2461
2461
  queryKey: ["inputTablesV2", "list", e.name],
2462
2462
  queryFn: async () => r.inputTableV2.listInputTables(e)
2463
2463
  });
2464
2464
  }
2465
- function Ca(e, t = {}) {
2466
- return s({
2465
+ function Ru(e, t = {}) {
2466
+ return o({
2467
2467
  ...t,
2468
2468
  queryKey: ["inputTablesV2", "get", e],
2469
2469
  queryFn: async () => r.inputTableV2.getInputTable(e)
2470
2470
  });
2471
2471
  }
2472
- function Sa(e, t = {}) {
2473
- return u({
2472
+ function Ku(e, t = {}) {
2473
+ return a({
2474
2474
  mutationFn: async (n) => r.inputTableV2.insertInputTableRows(e.solutionId, e.tableName, n, {
2475
2475
  approve: !0
2476
2476
  }),
2477
2477
  ...t
2478
2478
  });
2479
2479
  }
2480
- function ka(e, t = {}) {
2481
- return u({
2480
+ function xu(e, t = {}) {
2481
+ return a({
2482
2482
  mutationFn: async (n) => r.inputTableV2.updateInputTableRows(e.solutionId, e.tableName, n, {
2483
2483
  approve: !0
2484
2484
  }),
2485
2485
  ...t
2486
2486
  });
2487
2487
  }
2488
- function Ra(e, t = {}) {
2489
- return u({
2488
+ function Pu(e, t = {}) {
2489
+ return a({
2490
2490
  mutationFn: async (n) => r.inputTableV2.deleteInputTableRows(e.solutionId, e.tableName, n, {
2491
2491
  approve: !0
2492
2492
  }),
2493
2493
  ...t
2494
2494
  });
2495
2495
  }
2496
- function xa(e = {}) {
2497
- return u({
2496
+ function vu(e = {}) {
2497
+ return a({
2498
2498
  mutationFn: async (t) => r.inputTableV2.createInputTable(t, { approve: !0 }),
2499
2499
  ...e
2500
2500
  });
2501
2501
  }
2502
- function Ka(e, t = {}) {
2503
- return u({
2502
+ function Iu(e, t = {}) {
2503
+ return a({
2504
2504
  mutationFn: async () => r.inputTableV2.deleteInputTable(e.solutionId, e.tableName, { approve: !0 }),
2505
2505
  ...t
2506
2506
  });
2507
2507
  }
2508
- function Pa(e, t = {}) {
2509
- return s({
2508
+ function Vu(e, t = {}) {
2509
+ return o({
2510
2510
  ...t,
2511
2511
  queryKey: ["inputTablesV2", "schema", e.solutionId, e.tableName],
2512
2512
  queryFn: async () => r.inputTableV2.getInputTableSchema(e.solutionId, e.tableName)
2513
2513
  });
2514
2514
  }
2515
- function Ia(e, t = {}) {
2516
- const { solutionId: n, tableName: a, filter: o, limit: i } = e;
2517
- return s({
2515
+ function Eu(e, t = {}) {
2516
+ const { solutionId: n, tableName: u, filter: s, limit: i } = e;
2517
+ return o({
2518
2518
  ...t,
2519
- queryKey: ["inputTablesV2", "rows", n, a, o, i],
2520
- queryFn: async () => r.inputTableV2.readInputTableRows(n, a, { filter: o, limit: i })
2519
+ queryKey: ["inputTablesV2", "rows", n, u, s, i],
2520
+ queryFn: async () => r.inputTableV2.readInputTableRows(n, u, { filter: s, limit: i })
2521
2521
  });
2522
2522
  }
2523
- function va(e = {}, t = {}) {
2524
- return s({
2523
+ function Au(e = {}, t = {}) {
2524
+ return o({
2525
2525
  ...t,
2526
2526
  queryKey: ["workflowsV2", "list", e.name],
2527
2527
  queryFn: async () => r.workflowV2.listWorkflows(e)
2528
2528
  });
2529
2529
  }
2530
- function Va(e, t = {}) {
2531
- return s({
2530
+ function Bu(e, t = {}) {
2531
+ return o({
2532
2532
  ...t,
2533
2533
  queryKey: ["workflowsV2", "get", e],
2534
2534
  queryFn: async () => r.workflowV2.getWorkflow(e)
2535
2535
  });
2536
2536
  }
2537
- function Ea(e = {}) {
2538
- return u({
2537
+ function Gu(e = {}) {
2538
+ return a({
2539
2539
  mutationFn: async (t) => r.workflowV2.saveWorkflow(t, { approve: !0 }),
2540
2540
  ...e
2541
2541
  });
2542
2542
  }
2543
- function Aa(e = {}) {
2544
- return u({
2543
+ function Mu(e = {}) {
2544
+ return a({
2545
2545
  mutationFn: async (t) => r.processHub.registerTrigger(t, { approve: !0 }),
2546
2546
  ...e
2547
2547
  });
2548
2548
  }
2549
- function Ba(e = {}) {
2550
- return u({
2549
+ function Ou(e = {}) {
2550
+ return a({
2551
2551
  mutationFn: async ({ triggerId: t }) => r.processHub.deleteTrigger(t, { approve: !0 }),
2552
2552
  ...e
2553
2553
  });
2554
2554
  }
2555
- function Ga(e = {}) {
2556
- return u({
2555
+ function Lu(e = {}) {
2556
+ return a({
2557
2557
  mutationFn: async ({ triggerId: t, ...n }) => r.processHub.executeTriggerNow(t, n, { approve: !0 }),
2558
2558
  ...e
2559
2559
  });
2560
2560
  }
2561
- function Ma(e = {}) {
2562
- return u({
2561
+ function Hu(e = {}) {
2562
+ return a({
2563
2563
  mutationFn: async ({ triggerId: t }) => r.processHub.pauseTrigger(t, { approve: !0 }),
2564
2564
  ...e
2565
2565
  });
2566
2566
  }
2567
- function Oa(e = {}) {
2568
- return u({
2567
+ function Uu(e = {}) {
2568
+ return a({
2569
2569
  mutationFn: async ({ triggerId: t }) => r.processHub.resumeTrigger(t, { approve: !0 }),
2570
2570
  ...e
2571
2571
  });
2572
2572
  }
2573
- function La(e = {}) {
2574
- return u({
2573
+ function Qu(e = {}) {
2574
+ return a({
2575
2575
  mutationFn: async ({ triggerId: t }) => r.processHub.skipTrigger(t, { approve: !0 }),
2576
2576
  ...e
2577
2577
  });
2578
2578
  }
2579
- function Ha(e, t = {}) {
2580
- return s({
2579
+ function Wu(e, t = {}) {
2580
+ return o({
2581
2581
  ...t,
2582
2582
  queryKey: ["processHub", "triggerScheduleStatus", e],
2583
2583
  queryFn: async () => r.processHub.triggerScheduleStatus(e)
2584
2584
  });
2585
2585
  }
2586
- function Ua(e, t = {}) {
2587
- return s({
2586
+ function zu(e, t = {}) {
2587
+ return o({
2588
2588
  ...t,
2589
2589
  queryKey: ["processHub", "upcomingSchedules", e],
2590
2590
  queryFn: async () => r.processHub.upcomingSchedules(e)
2591
2591
  });
2592
2592
  }
2593
- function Wa(e, t = {}) {
2594
- return s({
2593
+ function Nu(e, t = {}) {
2594
+ return o({
2595
2595
  ...t,
2596
2596
  queryKey: ["processHub", "triggersBySheet", e],
2597
2597
  queryFn: async () => r.processHub.triggersBySheet(e)
2598
2598
  });
2599
2599
  }
2600
- function Qa(e, t = {}) {
2601
- return s({
2600
+ function _u(e, t = {}) {
2601
+ return o({
2602
2602
  ...t,
2603
2603
  queryKey: ["processHub", "sheetRuns", e],
2604
2604
  queryFn: async () => r.processHub.sheetRuns(e)
2605
2605
  });
2606
2606
  }
2607
- function za(e, t = {}) {
2608
- return s({
2607
+ function ju(e, t = {}) {
2608
+ return o({
2609
2609
  ...t,
2610
2610
  queryKey: ["processHub", "sheetRunStatus", e],
2611
2611
  queryFn: async () => r.processHub.sheetRunStatus(e)
2612
2612
  });
2613
2613
  }
2614
- function Na(e, t = {}) {
2615
- return s({
2614
+ function Ju(e, t = {}) {
2615
+ return o({
2616
2616
  ...t,
2617
2617
  queryKey: ["datasetsHub", "schema", e],
2618
2618
  queryFn: async () => r.datasetsHub.getDatasetSchema(e)
2619
2619
  });
2620
2620
  }
2621
- function _a(e, t = {}) {
2622
- return s({
2621
+ function $u(e, t = {}) {
2622
+ return o({
2623
2623
  ...t,
2624
2624
  queryKey: ["datasetsHub", "search", e],
2625
2625
  queryFn: async () => r.datasetsHub.searchDatasets(e),
2626
2626
  enabled: (t.enabled ?? !0) && !!e
2627
2627
  });
2628
2628
  }
2629
- function ja(e, t, n = {}) {
2630
- return s({
2629
+ function Xu(e, t, n = {}) {
2630
+ return o({
2631
2631
  ...n,
2632
2632
  queryKey: ["datasetsHub", "stats", e, t],
2633
2633
  queryFn: async () => r.datasetsHub.getDatasetStats(e, t)
2634
2634
  });
2635
2635
  }
2636
- function Ja(e = {}, t = {}) {
2637
- return s({
2636
+ function Yu(e = {}, t = {}) {
2637
+ return o({
2638
2638
  ...t,
2639
2639
  queryKey: ["virtualDatasets", "list", e.name],
2640
2640
  queryFn: async () => r.virtualDatasets.listVirtualDatasets(e)
2641
2641
  });
2642
2642
  }
2643
- function $a(e, t = {}) {
2644
- return s({
2643
+ function Zu(e, t = {}) {
2644
+ return o({
2645
2645
  ...t,
2646
2646
  queryKey: ["virtualDatasets", "get", e],
2647
2647
  queryFn: async () => r.virtualDatasets.getVirtualDataset(e)
2648
2648
  });
2649
2649
  }
2650
- function Xa(e = {}) {
2651
- return u({
2650
+ function ea(e = {}) {
2651
+ return a({
2652
2652
  mutationFn: async (t) => r.virtualDatasets.createVirtualDataset(t, { approve: !0 }),
2653
2653
  ...e
2654
2654
  });
2655
2655
  }
2656
- function Ya(e = {}) {
2656
+ function ta(e = {}) {
2657
2657
  const t = p();
2658
- return u({
2658
+ return a({
2659
2659
  mutationFn: async (n) => r.virtualDatasets.deleteVirtualDataset(n, {
2660
2660
  approve: !0
2661
2661
  }),
2662
2662
  ...e,
2663
- onSuccess: (n, a, o) => {
2664
- t.invalidateQueries({ queryKey: ["virtualDatasets"] }), e.onSuccess?.(n, a, o);
2663
+ onSuccess: (n, u, s) => {
2664
+ t.invalidateQueries({ queryKey: ["virtualDatasets"] }), e.onSuccess?.(n, u, s);
2665
2665
  }
2666
2666
  });
2667
2667
  }
2668
- function Za(e = {}) {
2668
+ function na(e = {}) {
2669
2669
  const t = p();
2670
- return u({
2670
+ return a({
2671
2671
  mutationFn: async (n) => r.virtualDatasets.ensureVirtualDatasets(n, {
2672
2672
  approve: !0
2673
2673
  }),
2674
2674
  ...e,
2675
- onSuccess: (n, a, o) => {
2676
- t.invalidateQueries({ queryKey: ["virtualDatasets"] }), e.onSuccess?.(n, a, o);
2675
+ onSuccess: (n, u, s) => {
2676
+ t.invalidateQueries({ queryKey: ["virtualDatasets"] }), e.onSuccess?.(n, u, s);
2677
2677
  }
2678
2678
  });
2679
2679
  }
2680
- function eu(e = {}, t = {}) {
2681
- return s({
2680
+ function ra(e = {}, t = {}) {
2681
+ return o({
2682
2682
  ...t,
2683
2683
  queryKey: ["workbooksHub", "list", e.name, e.type],
2684
2684
  queryFn: async () => r.workbooks.listWorkbooks(e)
2685
2685
  });
2686
2686
  }
2687
- function tu(e, t = {}) {
2688
- return s({
2687
+ function ua(e, t = {}) {
2688
+ return o({
2689
2689
  ...t,
2690
2690
  queryKey: ["workbooksHub", "get", e],
2691
2691
  queryFn: async () => r.workbooks.getWorkbook(e)
2692
2692
  });
2693
2693
  }
2694
- function nu(e = {}, t = {}) {
2695
- return s({
2694
+ function aa(e = {}, t = {}) {
2695
+ return o({
2696
2696
  ...t,
2697
2697
  queryKey: ["exportConfigs", "list", e.name],
2698
2698
  queryFn: async () => r.exportConfig.listExportConfigs(e)
2699
2699
  });
2700
2700
  }
2701
- function ru(e, t = {}) {
2702
- return s({
2701
+ function sa(e, t = {}) {
2702
+ return o({
2703
2703
  ...t,
2704
2704
  queryKey: ["exportConfigs", "get", e],
2705
2705
  queryFn: async () => r.exportConfig.getExportConfig(e)
2706
2706
  });
2707
2707
  }
2708
- function au(e = {}) {
2709
- return u({
2708
+ function oa(e = {}) {
2709
+ return a({
2710
2710
  mutationFn: async (t) => r.exportConfig.createExportConfig(t, { approve: !0 }),
2711
2711
  ...e
2712
2712
  });
2713
2713
  }
2714
- function uu(e, t = {}) {
2715
- return u({
2714
+ function ia(e, t = {}) {
2715
+ return a({
2716
2716
  mutationFn: async (n) => r.exportConfig.updateExportConfig(e, n, { approve: !0 }),
2717
2717
  ...t
2718
2718
  });
2719
2719
  }
2720
- function ou(e, t = {}) {
2721
- return u({
2720
+ function ca(e, t = {}) {
2721
+ return a({
2722
2722
  mutationFn: async (n = {}) => r.exportConfig.runExportConfig(e, n, { approve: !0 }),
2723
2723
  ...t
2724
2724
  });
2725
2725
  }
2726
- function su(e = {}, t = {}) {
2727
- return s({
2726
+ function la(e = {}, t = {}) {
2727
+ return o({
2728
2728
  ...t,
2729
2729
  queryKey: ["dashboards", "list", e.name],
2730
2730
  queryFn: async () => r.dashboards.listDashboards(e)
2731
2731
  });
2732
2732
  }
2733
- function iu(e, t = {}) {
2734
- return s({
2733
+ function ya(e, t = {}) {
2734
+ return o({
2735
2735
  ...t,
2736
2736
  queryKey: ["dashboards", "get", e],
2737
2737
  queryFn: async () => r.dashboards.getDashboard(e)
2738
2738
  });
2739
2739
  }
2740
- function cu(e = {}) {
2741
- return u({
2740
+ function da(e = {}) {
2741
+ return a({
2742
2742
  mutationFn: async (t) => r.dashboards.createDashboard(t, { approve: !0 }),
2743
2743
  ...e
2744
2744
  });
2745
2745
  }
2746
- function lu(e, t = {}) {
2747
- return u({
2746
+ function pa(e, t = {}) {
2747
+ return a({
2748
2748
  mutationFn: async (n) => r.dashboards.addDashboardWidget(e, n, { approve: !0 }),
2749
2749
  ...t
2750
2750
  });
2751
2751
  }
2752
- function yu(e, t, n = {}) {
2753
- return u({
2754
- mutationFn: async (a) => r.dashboards.updateDashboardWidget(e, t, a, { approve: !0 }),
2752
+ function ga(e, t, n = {}) {
2753
+ return a({
2754
+ mutationFn: async (u) => r.dashboards.updateDashboardWidget(e, t, u, { approve: !0 }),
2755
2755
  ...n
2756
2756
  });
2757
2757
  }
2758
- function du(e, t, n = {}) {
2759
- return u({
2758
+ function fa(e, t, n = {}) {
2759
+ return a({
2760
2760
  mutationFn: async () => r.dashboards.removeDashboardWidget(e, t, { approve: !0 }),
2761
2761
  ...n
2762
2762
  });
2763
2763
  }
2764
- function pu(e = {}, t = {}) {
2765
- return s({
2764
+ function ma(e = {}, t = {}) {
2765
+ return o({
2766
2766
  ...t,
2767
2767
  queryKey: ["httpTriggersHub", "list", e.name],
2768
2768
  queryFn: async () => r.httpTriggersHub.listHttpTriggers(e)
2769
2769
  });
2770
2770
  }
2771
- function gu(e, t = {}) {
2772
- return s({
2771
+ function ba(e, t = {}) {
2772
+ return o({
2773
2773
  ...t,
2774
2774
  queryKey: ["httpTriggersHub", "get", e],
2775
2775
  queryFn: async () => r.httpTriggersHub.getHttpTrigger(e)
2776
2776
  });
2777
2777
  }
2778
- function fu(e = {}) {
2779
- return s({
2778
+ function Fa(e = {}) {
2779
+ return o({
2780
2780
  ...e,
2781
2781
  queryKey: ["policies", "list"],
2782
2782
  queryFn: async () => r.policies.listPolicies()
2783
2783
  });
2784
2784
  }
2785
- function mu(e, t = {}) {
2786
- return s({
2785
+ function wa(e, t = {}) {
2786
+ return o({
2787
2787
  ...t,
2788
2788
  enabled: (t.enabled ?? !0) && !!e,
2789
2789
  queryKey: ["policies", "get", e],
2790
2790
  queryFn: async () => r.policies.getPolicy(e)
2791
2791
  });
2792
2792
  }
2793
- function bu(e = {}) {
2793
+ function qa(e = {}) {
2794
2794
  const t = p();
2795
- return u({
2796
- mutationFn: async ({ formData: n, existing: a }) => r.policies.savePolicy(n, a),
2795
+ return a({
2796
+ mutationFn: async ({ formData: n, existing: u }) => r.policies.savePolicy(n, u),
2797
2797
  ...e,
2798
- onSuccess: (n, a, o) => {
2799
- t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, a, o);
2798
+ onSuccess: (n, u, s) => {
2799
+ t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, u, s);
2800
2800
  }
2801
2801
  });
2802
2802
  }
2803
- function Fu(e = {}) {
2803
+ function ha(e = {}) {
2804
2804
  const t = p();
2805
- return u({
2805
+ return a({
2806
2806
  mutationFn: async (n) => r.policies.publishPolicy(n),
2807
2807
  ...e,
2808
- onSuccess: (n, a, o) => {
2809
- t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, a, o);
2808
+ onSuccess: (n, u, s) => {
2809
+ t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, u, s);
2810
2810
  }
2811
2811
  });
2812
2812
  }
2813
- function wu(e = {}) {
2813
+ function Ta(e = {}) {
2814
2814
  const t = p();
2815
- return u({
2815
+ return a({
2816
2816
  mutationFn: async (n) => r.policies.deletePolicy(n),
2817
2817
  ...e,
2818
- onSuccess: (n, a, o) => {
2819
- t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, a, o);
2818
+ onSuccess: (n, u, s) => {
2819
+ t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, u, s);
2820
2820
  }
2821
2821
  });
2822
2822
  }
2823
- function qu(e = {}) {
2823
+ function Da(e = {}) {
2824
2824
  const t = p();
2825
- return u({
2825
+ return a({
2826
2826
  mutationFn: async (n) => r.policies.duplicatePolicy(n),
2827
2827
  ...e,
2828
- onSuccess: (n, a, o) => {
2829
- t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, a, o);
2828
+ onSuccess: (n, u, s) => {
2829
+ t.invalidateQueries({ queryKey: ["policies"] }), e.onSuccess?.(n, u, s);
2830
2830
  }
2831
2831
  });
2832
2832
  }
2833
- function hu(e = {}) {
2834
- return u({
2833
+ function Ca(e = {}) {
2834
+ return a({
2835
2835
  mutationFn: async ({ policyId: t, request: n }) => r.policies.evaluatePolicy(t, n),
2836
2836
  ...e
2837
2837
  });
2838
2838
  }
2839
- function Tu(e = {}) {
2840
- return s({
2839
+ function ka(e = {}) {
2840
+ return o({
2841
2841
  staleTime: 3600 * 1e3,
2842
2842
  // 1h — catalog rarely changes
2843
2843
  ...e,
@@ -2845,311 +2845,419 @@ function Tu(e = {}) {
2845
2845
  queryFn: async () => r.fx.getFxHelp()
2846
2846
  });
2847
2847
  }
2848
- function Du(e, t = {}) {
2849
- return u({
2848
+ function Sa(e = {}) {
2849
+ return o({
2850
+ ...e,
2851
+ queryKey: ["checklists", "list"],
2852
+ queryFn: async () => r.checklists.getChecklists()
2853
+ });
2854
+ }
2855
+ function Ra(e, t = {}) {
2856
+ return o({
2857
+ ...t,
2858
+ enabled: (t.enabled ?? !0) && !!e,
2859
+ queryKey: ["checklists", "get", e],
2860
+ queryFn: async () => r.checklists.getChecklistById(e)
2861
+ });
2862
+ }
2863
+ function ae(e, t = {}) {
2864
+ return o({
2865
+ ...t,
2866
+ enabled: (t.enabled ?? !0) && !!e,
2867
+ queryKey: ["checklists", "releases", e],
2868
+ queryFn: async () => r.checklists.getReleasedChecklists(e)
2869
+ });
2870
+ }
2871
+ function se(e, t, n = {}) {
2872
+ return o({
2873
+ ...n,
2874
+ enabled: (n.enabled ?? !0) && !!e && !!t,
2875
+ queryKey: ["checklists", "release", e, t],
2876
+ queryFn: async () => r.checklists.getReleasedChecklistByRunId(e, t)
2877
+ });
2878
+ }
2879
+ const Ka = ae, xa = se;
2880
+ function Pa(e = {}) {
2881
+ const t = p();
2882
+ return a({
2883
+ ...e,
2884
+ mutationFn: async ({ workbook: n, existing: u }) => r.checklists.saveChecklist(n, u),
2885
+ onSuccess: (...n) => {
2886
+ t.invalidateQueries({ queryKey: ["checklists"] }), e.onSuccess?.(...n);
2887
+ }
2888
+ });
2889
+ }
2890
+ function va(e = {}) {
2891
+ const t = p();
2892
+ return a({
2893
+ ...e,
2894
+ mutationFn: async (n) => r.checklists.createChecklist(n),
2895
+ onSuccess: (...n) => {
2896
+ t.invalidateQueries({ queryKey: ["checklists"] }), e.onSuccess?.(...n);
2897
+ }
2898
+ });
2899
+ }
2900
+ function Ia(e = {}) {
2901
+ const t = p();
2902
+ return a({
2903
+ ...e,
2904
+ mutationFn: async ({ id: n, workbook: u }) => r.checklists.updateChecklist(n, u),
2905
+ onSuccess: (...n) => {
2906
+ t.invalidateQueries({ queryKey: ["checklists"] }), e.onSuccess?.(...n);
2907
+ }
2908
+ });
2909
+ }
2910
+ function Va(e = {}) {
2911
+ const t = p();
2912
+ return a({
2913
+ ...e,
2914
+ mutationFn: async (n) => r.checklists.deleteChecklistById(n),
2915
+ onSuccess: (...n) => {
2916
+ t.invalidateQueries({ queryKey: ["checklists"] }), e.onSuccess?.(...n);
2917
+ }
2918
+ });
2919
+ }
2920
+ function Ea(e = {}) {
2921
+ const t = p();
2922
+ return a({
2923
+ ...e,
2924
+ mutationFn: async ({ id: n, comment: u }) => r.checklists.publishChecklist(n, u ?? ""),
2925
+ onSuccess: (...n) => {
2926
+ t.invalidateQueries({ queryKey: ["checklists"] }), e.onSuccess?.(...n);
2927
+ }
2928
+ });
2929
+ }
2930
+ function oe(e = {}) {
2931
+ const t = p();
2932
+ return a({
2933
+ ...e,
2934
+ mutationFn: async ({ id: n, request: u }) => r.checklists.releaseChecklist(n, u ?? {}),
2935
+ onSuccess: (n, u, ...s) => {
2936
+ t.invalidateQueries({
2937
+ queryKey: ["checklists", "releases", u.id]
2938
+ }), e.onSuccess?.(n, u, ...s);
2939
+ }
2940
+ });
2941
+ }
2942
+ const Aa = oe;
2943
+ function Ba(e, t = {}) {
2944
+ return a({
2850
2945
  mutationFn: async (n) => r.solutions.setSolutionSeedData(e, n, { approve: !0 }),
2851
2946
  ...t
2852
2947
  });
2853
2948
  }
2854
2949
  export {
2855
- Ru as ReactQueryDevtools,
2950
+ La as ReactQueryDevtools,
2856
2951
  H as WorkflowStatus,
2857
- oe as reactQuery,
2858
- lu as useAddDashboardWidget,
2859
- ca as useAddSolutionObjects,
2860
- Zt as useBulkCheckCustomPermissions,
2861
- Xt as useBulkUpdateCustomObjectPermissions,
2862
- Rn as useCancelInboxItem,
2863
- Pn as useCancelInboxItemsByKey,
2864
- Yt as useCheckCustomPermissions,
2865
- Fe as useCheckSubscriptionStatus,
2866
- Cn as useClaimInboxItem,
2867
- Yr as useCommitChanges,
2868
- Sn as useCompleteInboxItem,
2869
- Kn as useCompleteInboxItemsByKey,
2870
- ct as useCreateAuditLog,
2871
- ma as useCreateBlobConnection,
2872
- ta as useCreateBranch,
2873
- Vn as useCreateConversation,
2874
- cu as useCreateDashboard,
2875
- wa as useCreateDatabox,
2876
- fa as useCreateEmailConnection,
2877
- au as useCreateExportConfig,
2878
- na as useCreateExternalApp,
2879
- qa as useCreateFileboxFolder,
2880
- Sr as useCreateFiscalCalendar,
2881
- Pr as useCreateHolidayCalendar,
2882
- Fn as useCreateInboxItem,
2883
- ln as useCreateInboxItemPerUser,
2884
- pn as useCreateInboxType,
2885
- xa as useCreateInputTable,
2886
- st as useCreateOrUpdateForm,
2887
- Gt as useCreateOrUpdateProcessTreeTrigger,
2888
- Q as useCreateReconV2,
2889
- ga as useCreateSftpConnection,
2890
- sa as useCreateSolution,
2891
- we as useCreateStatementRun,
2892
- ye as useCreateThread,
2893
- Xa as useCreateVirtualDataset,
2894
- pa as useCreateWorkbook,
2895
- Nr as useCreateWorkingPaper,
2896
- jt as useCustomAuthzModel,
2897
- an as useCustomObjects,
2898
- un as useCustomObjectsOfType,
2899
- tn as useCustomTypeMetadata,
2900
- en as useCustomTypeMetadataList,
2901
- qe as useDataset,
2902
- le as useDatasetSample,
2903
- Na as useDatasetSchema,
2904
- ja as useDatasetStats,
2905
- fe as useDeleteComment,
2906
- rn as useDeleteCustomTypeMetadata,
2907
- Rr as useDeleteFiscalCalendar,
2908
- vr as useDeleteHolidayCalendar,
2909
- fn as useDeleteInboxType,
2910
- Ka as useDeleteInputTable,
2911
- Ra as useDeleteInputTableRows,
2912
- wu as useDeletePolicy,
2913
- Ut as useDeleteProcessTreeTrigger,
2914
- vt as useDeleteProcessTrigger,
2915
- dt as useDeleteReconV2,
2916
- Ue as useDeleteRow,
2917
- Ba as useDeleteTrigger,
2918
- Ya as useDeleteVirtualDataset,
2919
- nt as useDeleteWorkbook,
2920
- Dn as useDismissInboxItem,
2921
- Je as useDocumentPermissions,
2922
- br as useDropFileToDatabox,
2923
- qu as useDuplicatePolicy,
2924
- Za as useEnsureVirtualDatasets,
2925
- hu as useEvaluatePolicy,
2926
- Bt as useExecuteNow,
2927
- Mt as useExecuteProcessTreeTrigger,
2928
- Ga as useExecuteTriggerNow,
2929
- Xe as useFileDownload,
2930
- $e as useFileUpload,
2931
- An as useFilterMessagesBySenderId,
2932
- jr as useFxDefinitionSheet,
2933
- Tu as useFxHelp,
2934
- In as useGetAllConversations,
2935
- Rt as useGetAllHttpTriggers,
2936
- on as useGetAllInboxItems,
2937
- yt as useGetAllRecon,
2952
+ ce as reactQuery,
2953
+ pa as useAddDashboardWidget,
2954
+ du as useAddSolutionObjects,
2955
+ nn as useBulkCheckCustomPermissions,
2956
+ en as useBulkUpdateCustomObjectPermissions,
2957
+ Pn as useCancelInboxItem,
2958
+ Vn as useCancelInboxItemsByKey,
2959
+ tn as useCheckCustomPermissions,
2960
+ he as useCheckSubscriptionStatus,
2961
+ Ra as useChecklist,
2962
+ xa as useChecklistRun,
2963
+ Ka as useChecklistRuns,
2964
+ Sa as useChecklists,
2965
+ Rn as useClaimInboxItem,
2966
+ tu as useCommitChanges,
2967
+ Kn as useCompleteInboxItem,
2968
+ In as useCompleteInboxItemsByKey,
2969
+ dt as useCreateAuditLog,
2970
+ wu as useCreateBlobConnection,
2971
+ uu as useCreateBranch,
2972
+ va as useCreateChecklist,
2973
+ Bn as useCreateConversation,
2974
+ da as useCreateDashboard,
2975
+ Tu as useCreateDatabox,
2976
+ Fu as useCreateEmailConnection,
2977
+ oa as useCreateExportConfig,
2978
+ au as useCreateExternalApp,
2979
+ Du as useCreateFileboxFolder,
2980
+ Kr as useCreateFiscalCalendar,
2981
+ Vr as useCreateHolidayCalendar,
2982
+ hn as useCreateInboxItem,
2983
+ pn as useCreateInboxItemPerUser,
2984
+ mn as useCreateInboxType,
2985
+ vu as useCreateInputTable,
2986
+ lt as useCreateOrUpdateForm,
2987
+ Lt as useCreateOrUpdateProcessTreeTrigger,
2988
+ W as useCreateReconV2,
2989
+ bu as useCreateSftpConnection,
2990
+ lu as useCreateSolution,
2991
+ Te as useCreateStatementRun,
2992
+ ge as useCreateThread,
2993
+ ea as useCreateVirtualDataset,
2994
+ mu as useCreateWorkbook,
2995
+ Jr as useCreateWorkingPaper,
2996
+ Xt as useCustomAuthzModel,
2997
+ on as useCustomObjects,
2998
+ cn as useCustomObjectsOfType,
2999
+ un as useCustomTypeMetadata,
3000
+ rn as useCustomTypeMetadataList,
3001
+ De as useDataset,
3002
+ pe as useDatasetSample,
3003
+ Ju as useDatasetSchema,
3004
+ Xu as useDatasetStats,
3005
+ Va as useDeleteChecklist,
3006
+ Fe as useDeleteComment,
3007
+ sn as useDeleteCustomTypeMetadata,
3008
+ Pr as useDeleteFiscalCalendar,
3009
+ Ar as useDeleteHolidayCalendar,
3010
+ Fn as useDeleteInboxType,
3011
+ Iu as useDeleteInputTable,
3012
+ Pu as useDeleteInputTableRows,
3013
+ Ta as useDeletePolicy,
3014
+ zt as useDeleteProcessTreeTrigger,
3015
+ At as useDeleteProcessTrigger,
3016
+ ft as useDeleteReconV2,
3017
+ ze as useDeleteRow,
3018
+ Ou as useDeleteTrigger,
3019
+ ta as useDeleteVirtualDataset,
3020
+ at as useDeleteWorkbook,
3021
+ Sn as useDismissInboxItem,
3022
+ Ye as useDocumentPermissions,
3023
+ qr as useDropFileToDatabox,
3024
+ Da as useDuplicatePolicy,
3025
+ na as useEnsureVirtualDatasets,
3026
+ Ca as useEvaluatePolicy,
3027
+ Ot as useExecuteNow,
3028
+ Ht as useExecuteProcessTreeTrigger,
3029
+ Lu as useExecuteTriggerNow,
3030
+ et as useFileDownload,
3031
+ Ze as useFileUpload,
3032
+ Mn as useFilterMessagesBySenderId,
3033
+ Xr as useFxDefinitionSheet,
3034
+ ka as useFxHelp,
3035
+ En as useGetAllConversations,
3036
+ Pt as useGetAllHttpTriggers,
3037
+ ln as useGetAllInboxItems,
3038
+ gt as useGetAllRecon,
2938
3039
  _ as useGetAllReconV2,
2939
- kt as useGetAllTeams,
2940
- lt as useGetAllTemplatedPipelines,
2941
- St as useGetAllUsers,
2942
- it as useGetAuditLogs,
2943
- de as useGetCommentsByThreadId,
2944
- vn as useGetConversation,
2945
- iu as useGetDashboard,
2946
- pr as useGetDataboxFile,
2947
- mr as useGetDataboxFileDownloadUrl,
2948
- fr as useGetDataboxFileRuns,
2949
- gr as useGetDataboxFileStatus,
2950
- ar as useGetDataboxFolder,
2951
- or as useGetDataboxFolderDatasets,
2952
- sr as useGetDataboxFolderDuplicates,
2953
- ur as useGetDataboxFolderFiles,
2954
- lr as useGetDataboxFolderSchema,
2955
- yr as useGetDataboxSchemaHistory,
2956
- dr as useGetDataboxTrashFiles,
2957
- cr as useGetDatasetDuplicates,
2958
- ir as useGetDatasetExceptions,
2959
- he as useGetDatasets,
2960
- ru as useGetExportConfig,
2961
- Ce as useGetFileByFolderIdAndName,
2962
- Se as useGetFileById,
2963
- De as useGetFileUrlByFileId,
2964
- Cr as useGetFiscalCalendar,
2965
- ot as useGetFormById,
2966
- ut as useGetFormData,
2967
- at as useGetFormSchema,
2968
- Kr as useGetHolidayCalendar,
2969
- gu as useGetHttpTrigger,
2970
- bn as useGetInboxItem,
2971
- dn as useGetInboxType,
2972
- Ca as useGetInputTable,
2973
- Me as useGetInputTables,
2974
- Lr as useGetPipeline,
2975
- Hr as useGetPipelineRunStatus,
2976
- _t as useGetProcessTreeRunByInstanceId,
2977
- zt as useGetProcessTreeRunsBySheetId,
2978
- Nt as useGetProcessTreeRunsBySheetIdPaginated,
2979
- Wt as useGetProcessTreeTrigger,
2980
- Qt as useGetProcessTreeTriggersBySheetId,
2981
- ke as useGetPublishedWorkbookById,
2982
- bt as useGetReconV2CleanResult,
2983
- Ft as useGetReconV2Diff,
2984
- wt as useGetReconV2Explanation,
2985
- ft as useGetReconV2ProfileResult,
3040
+ xt as useGetAllTeams,
3041
+ pt as useGetAllTemplatedPipelines,
3042
+ Kt as useGetAllUsers,
3043
+ yt as useGetAuditLogs,
3044
+ fe as useGetCommentsByThreadId,
3045
+ An as useGetConversation,
3046
+ ya as useGetDashboard,
3047
+ mr as useGetDataboxFile,
3048
+ wr as useGetDataboxFileDownloadUrl,
3049
+ Fr as useGetDataboxFileRuns,
3050
+ br as useGetDataboxFileStatus,
3051
+ or as useGetDataboxFolder,
3052
+ cr as useGetDataboxFolderDatasets,
3053
+ lr as useGetDataboxFolderDuplicates,
3054
+ ir as useGetDataboxFolderFiles,
3055
+ pr as useGetDataboxFolderSchema,
3056
+ gr as useGetDataboxSchemaHistory,
3057
+ fr as useGetDataboxTrashFiles,
3058
+ dr as useGetDatasetDuplicates,
3059
+ yr as useGetDatasetExceptions,
3060
+ Ce as useGetDatasets,
3061
+ sa as useGetExportConfig,
3062
+ Re as useGetFileByFolderIdAndName,
3063
+ Ke as useGetFileById,
3064
+ Se as useGetFileUrlByFileId,
3065
+ Rr as useGetFiscalCalendar,
3066
+ ct as useGetFormById,
3067
+ it as useGetFormData,
3068
+ ot as useGetFormSchema,
3069
+ Ir as useGetHolidayCalendar,
3070
+ ba as useGetHttpTrigger,
3071
+ qn as useGetInboxItem,
3072
+ fn as useGetInboxType,
3073
+ Ru as useGetInputTable,
3074
+ He as useGetInputTables,
3075
+ Qr as useGetPipeline,
3076
+ Wr as useGetPipelineRunStatus,
3077
+ $t as useGetProcessTreeRunByInstanceId,
3078
+ jt as useGetProcessTreeRunsBySheetId,
3079
+ Jt as useGetProcessTreeRunsBySheetIdPaginated,
3080
+ Nt as useGetProcessTreeTrigger,
3081
+ _t as useGetProcessTreeTriggersBySheetId,
3082
+ xe as useGetPublishedWorkbookById,
3083
+ qt as useGetReconV2CleanResult,
3084
+ ht as useGetReconV2Diff,
3085
+ Tt as useGetReconV2Explanation,
3086
+ Ft as useGetReconV2ProfileResult,
2986
3087
  J as useGetReconV2RunResult,
2987
3088
  j as useGetReconV2Runs,
2988
3089
  $ as useGetReconV2SmartResult,
2989
3090
  Z as useGetReconV2Workflow,
2990
- Re as useGetRunResultById,
2991
- xe as useGetRunsByViewId,
2992
- At as useGetScheduleStatus,
2993
- Ke as useGetStatementData,
2994
- Pe as useGetTableById,
2995
- Ye as useGetTaskDetails,
2996
- Pt as useGetTriggersBySheet,
2997
- Ie as useGetViewById,
2998
- ve as useGetViewsBySheetId,
2999
- $a as useGetVirtualDataset,
3000
- Te as useGetVirtualDatasets,
3001
- tu as useGetWorkbook,
3002
- Ze as useGetWorkbookDetails,
3003
- Ve as useGetWorkbooksByType,
3004
- Va as useGetWorkflow,
3005
- Ee as useGetWorkflowInstanceStatusById,
3006
- Ae as useGetWorksheets,
3007
- Be as useGetWorksheetsByType,
3008
- Er as useImportHolidays,
3009
- Ge as useInputTable,
3010
- Pa as useInputTableSchema,
3011
- Sa as useInsertInputTableRows,
3012
- Le as useInsertRow,
3013
- Br as useLastSuccessfulPipelineRun,
3014
- ae as useListBranches,
3015
- $r as useListCommits,
3016
- Fa as useListConnections,
3017
- su as useListDashboards,
3018
- ha as useListDataboxes,
3019
- nu as useListExportConfigs,
3020
- Ta as useListFileboxFolders,
3021
- Dr as useListFiscalCalendars,
3022
- xr as useListHolidayCalendars,
3023
- Vr as useListHolidays,
3024
- pu as useListHttpTriggers,
3025
- yn as useListInboxTypes,
3026
- Da as useListInputTables,
3027
- mn as useListMyInboxItems,
3028
- Xr as useListTags,
3029
- Ja as useListVirtualDatasets,
3030
- eu as useListWorkbooks,
3031
- va as useListWorkflows,
3032
- Lt as useLogProcessTreeRun,
3033
- qn as useMarkInboxItemsRead,
3034
- hn as useMarkInboxItemsUnread,
3035
- sn as useMarkItemAsRead,
3036
- cn as useMarkItemAsUnread,
3037
- xt as useMarkTaskDone,
3038
- Zr as useMergeBranches,
3039
- ce as useMetric,
3040
- ia as usePackagableComponents,
3041
- Vt as usePauseSchedule,
3042
- Ma as usePauseTrigger,
3043
- Tr as usePermanentDeleteDataboxFiles,
3044
- Ar as usePipelineList,
3045
- Or as usePipelineOutputSample,
3046
- Mr as usePipelineOverview,
3047
- Gr as usePipelineRunDetail,
3091
+ Pe as useGetRunResultById,
3092
+ ve as useGetRunsByViewId,
3093
+ Mt as useGetScheduleStatus,
3094
+ Ie as useGetStatementData,
3095
+ Ve as useGetTableById,
3096
+ tt as useGetTaskDetails,
3097
+ Vt as useGetTriggersBySheet,
3098
+ Ee as useGetViewById,
3099
+ Ae as useGetViewsBySheetId,
3100
+ Zu as useGetVirtualDataset,
3101
+ ke as useGetVirtualDatasets,
3102
+ ua as useGetWorkbook,
3103
+ nt as useGetWorkbookDetails,
3104
+ Be as useGetWorkbooksByType,
3105
+ Bu as useGetWorkflow,
3106
+ Ge as useGetWorkflowInstanceStatusById,
3107
+ Me as useGetWorksheets,
3108
+ Oe as useGetWorksheetsByType,
3109
+ Gr as useImportHolidays,
3110
+ Le as useInputTable,
3111
+ Vu as useInputTableSchema,
3112
+ Ku as useInsertInputTableRows,
3113
+ Qe as useInsertRow,
3114
+ Or as useLastSuccessfulPipelineRun,
3115
+ ue as useListBranches,
3116
+ Zr as useListCommits,
3117
+ hu as useListConnections,
3118
+ la as useListDashboards,
3119
+ Cu as useListDataboxes,
3120
+ aa as useListExportConfigs,
3121
+ ku as useListFileboxFolders,
3122
+ Sr as useListFiscalCalendars,
3123
+ vr as useListHolidayCalendars,
3124
+ Br as useListHolidays,
3125
+ ma as useListHttpTriggers,
3126
+ gn as useListInboxTypes,
3127
+ Su as useListInputTables,
3128
+ wn as useListMyInboxItems,
3129
+ eu as useListTags,
3130
+ Yu as useListVirtualDatasets,
3131
+ ra as useListWorkbooks,
3132
+ Au as useListWorkflows,
3133
+ Qt as useLogProcessTreeRun,
3134
+ Dn as useMarkInboxItemsRead,
3135
+ Cn as useMarkInboxItemsUnread,
3136
+ yn as useMarkItemAsRead,
3137
+ dn as useMarkItemAsUnread,
3138
+ vt as useMarkTaskDone,
3139
+ nu as useMergeBranches,
3140
+ de as useMetric,
3141
+ yu as usePackagableComponents,
3142
+ Bt as usePauseSchedule,
3143
+ Hu as usePauseTrigger,
3144
+ kr as usePermanentDeleteDataboxFiles,
3145
+ Mr as usePipelineList,
3146
+ Ur as usePipelineOutputSample,
3147
+ Hr as usePipelineOverview,
3148
+ Lr as usePipelineRunDetail,
3048
3149
  ne as usePipelineRuns,
3049
- fu as usePolicies,
3050
- mu as usePolicy,
3051
- pe as usePostComment,
3052
- da as usePublishJob,
3053
- Fu as usePublishPolicy,
3054
- ya as usePublishSolution,
3055
- tt as usePublishWorkbook,
3056
- ea as usePushBranch,
3057
- Ia as useReadInputTableRows,
3058
- xn as useReassignInboxItem,
3059
- Kt as useReassignTask,
3060
- ht as useReconV2Detail,
3061
- Tt as useReconV2Editor,
3062
- qt as useReconV2List,
3063
- Ct as useReconV2Results,
3064
- Dt as useReconV2RunController,
3150
+ Fa as usePolicies,
3151
+ wa as usePolicy,
3152
+ me as usePostComment,
3153
+ Ea as usePublishChecklist,
3154
+ fu as usePublishJob,
3155
+ ha as usePublishPolicy,
3156
+ gu as usePublishSolution,
3157
+ ut as usePublishWorkbook,
3158
+ ru as usePushBranch,
3159
+ Eu as useReadInputTableRows,
3160
+ vn as useReassignInboxItem,
3161
+ It as useReassignTask,
3162
+ Ct as useReconV2Detail,
3163
+ kt as useReconV2Editor,
3164
+ Dt as useReconV2List,
3165
+ Rt as useReconV2Results,
3166
+ St as useReconV2RunController,
3065
3167
  Y as useReconV2RunStatus,
3066
- pt as useReconV2Templates,
3067
- Jt as useRegisterCustomAuthzModel,
3068
- nn as useRegisterCustomTypeMetadata,
3069
- It as useRegisterProcessTrigger,
3070
- Aa as useRegisterTrigger,
3071
- kn as useReleaseInboxItem,
3072
- du as useRemoveDashboardWidget,
3073
- rr as useRenderTemplate,
3074
- En as useReplyToConversation,
3075
- hr as useRestoreDataboxFile,
3076
- Et as useResumeSchedule,
3077
- Oa as useResumeTrigger,
3078
- Oe as useRows,
3079
- Fr as useRunDataboxFolder,
3080
- We as useRunDefinition,
3081
- ou as useRunExportConfig,
3082
- Wr as useRunPipeline,
3083
- Qe as useRunPublishedDefinition,
3084
- rt as useRunRecon,
3168
+ mt as useReconV2Templates,
3169
+ Yt as useRegisterCustomAuthzModel,
3170
+ an as useRegisterCustomTypeMetadata,
3171
+ Et as useRegisterProcessTrigger,
3172
+ Mu as useRegisterTrigger,
3173
+ oe as useReleaseChecklist,
3174
+ xn as useReleaseInboxItem,
3175
+ se as useReleasedChecklist,
3176
+ ae as useReleasedChecklists,
3177
+ fa as useRemoveDashboardWidget,
3178
+ sr as useRenderTemplate,
3179
+ Gn as useReplyToConversation,
3180
+ Cr as useRestoreDataboxFile,
3181
+ Gt as useResumeSchedule,
3182
+ Uu as useResumeTrigger,
3183
+ Ue as useRows,
3184
+ Aa as useRunChecklist,
3185
+ hr as useRunDataboxFolder,
3186
+ Ne as useRunDefinition,
3187
+ ca as useRunExportConfig,
3188
+ Nr as useRunPipeline,
3189
+ _e as useRunPublishedDefinition,
3190
+ st as useRunRecon,
3085
3191
  N as useRunReconV2,
3086
- ze as useRunSampleDefinition,
3087
- Ur as useSavePipeline,
3088
- bu as useSavePolicy,
3089
- et as useSaveWorkbook,
3090
- Ea as useSaveWorkflow,
3091
- _a as useSearchDatasets,
3092
- Bn as useSearchMessages,
3093
- ua as useSetExternalAppAccessControl,
3094
- ra as useSetExternalAppEnv,
3095
- aa as useSetExternalAppSchemaMap,
3096
- Du as useSetSolutionSeedData,
3097
- za as useSheetRunStatus,
3098
- Qa as useSheetRuns,
3099
- La as useSkipTrigger,
3100
- Tn as useSnoozeInboxItem,
3192
+ je as useRunSampleDefinition,
3193
+ Pa as useSaveChecklist,
3194
+ zr as useSavePipeline,
3195
+ qa as useSavePolicy,
3196
+ rt as useSaveWorkbook,
3197
+ Gu as useSaveWorkflow,
3198
+ $u as useSearchDatasets,
3199
+ On as useSearchMessages,
3200
+ iu as useSetExternalAppAccessControl,
3201
+ su as useSetExternalAppEnv,
3202
+ ou as useSetExternalAppSchemaMap,
3203
+ Ba as useSetSolutionSeedData,
3204
+ ju as useSheetRunStatus,
3205
+ _u as useSheetRuns,
3206
+ Qu as useSkipTrigger,
3207
+ kn as useSnoozeInboxItem,
3101
3208
  re as useSolutionList,
3102
- Jr as useSolutionPicker,
3103
- mt as useStartReconV2Clean,
3104
- gt as useStartReconV2Profile,
3105
- me as useSubscribeUser,
3106
- Jn as useTcnAgentDisconnect,
3107
- tr as useTcnAgentGetCallFromHold,
3108
- Qn as useTcnAgentGetStatus,
3109
- $n as useTcnAgentPause,
3110
- er as useTcnAgentPutCallOnHold,
3111
- Xn as useTcnAgentSetReady,
3112
- Hn as useTcnAgentSkills,
3113
- Gn as useTcnAuthUrl,
3114
- Zn as useTcnCallData,
3115
- Yn as useTcnConnectedParty,
3116
- Un as useTcnCreateSession,
3117
- Ln as useTcnCurrentAgent,
3118
- Nn as useTcnDialManualPrepare,
3119
- Mn as useTcnExchangeCode,
3120
- nr as useTcnFtpManualDialReport,
3121
- zn as useTcnHuntGroupSettings,
3122
- Wn as useTcnKeepAlive,
3123
- jn as useTcnManualDialStart,
3124
- _n as useTcnProcessManualDial,
3125
- On as useTcnRefreshToken,
3126
- Ot as useTerminateProcessTreePipelines,
3127
- ba as useTestConnection,
3128
- qr as useTrashDataboxFiles,
3129
- Ne as useTriggerHttpWorkflow,
3130
- Ha as useTriggerScheduleStatus,
3131
- _e as useTriggerWorkflow,
3132
- Wa as useTriggersBySheet,
3133
- be as useUnsubscribeUser,
3134
- Ua as useUpcomingSchedules,
3135
- ge as useUpdateComment,
3136
- $t as useUpdateCustomObjectPermissions,
3137
- yu as useUpdateDashboardWidget,
3138
- wr as useUpdateDataboxFolderSchema,
3139
- uu as useUpdateExportConfig,
3140
- kr as useUpdateFiscalCalendar,
3141
- Ir as useUpdateHolidayCalendar,
3142
- wn as useUpdateInboxItem,
3143
- gn as useUpdateInboxType,
3144
- ka as useUpdateInputTableRows,
3145
- Ht as useUpdateProcessTreeRunContext,
3209
+ Yr as useSolutionPicker,
3210
+ wt as useStartReconV2Clean,
3211
+ bt as useStartReconV2Profile,
3212
+ we as useSubscribeUser,
3213
+ Yn as useTcnAgentDisconnect,
3214
+ ur as useTcnAgentGetCallFromHold,
3215
+ _n as useTcnAgentGetStatus,
3216
+ Zn as useTcnAgentPause,
3217
+ rr as useTcnAgentPutCallOnHold,
3218
+ er as useTcnAgentSetReady,
3219
+ Wn as useTcnAgentSkills,
3220
+ Ln as useTcnAuthUrl,
3221
+ nr as useTcnCallData,
3222
+ tr as useTcnConnectedParty,
3223
+ zn as useTcnCreateSession,
3224
+ Qn as useTcnCurrentAgent,
3225
+ Jn as useTcnDialManualPrepare,
3226
+ Hn as useTcnExchangeCode,
3227
+ ar as useTcnFtpManualDialReport,
3228
+ jn as useTcnHuntGroupSettings,
3229
+ Nn as useTcnKeepAlive,
3230
+ Xn as useTcnManualDialStart,
3231
+ $n as useTcnProcessManualDial,
3232
+ Un as useTcnRefreshToken,
3233
+ Ut as useTerminateProcessTreePipelines,
3234
+ qu as useTestConnection,
3235
+ Dr as useTrashDataboxFiles,
3236
+ Je as useTriggerHttpWorkflow,
3237
+ Wu as useTriggerScheduleStatus,
3238
+ $e as useTriggerWorkflow,
3239
+ Nu as useTriggersBySheet,
3240
+ qe as useUnsubscribeUser,
3241
+ zu as useUpcomingSchedules,
3242
+ Ia as useUpdateChecklist,
3243
+ be as useUpdateComment,
3244
+ Zt as useUpdateCustomObjectPermissions,
3245
+ ga as useUpdateDashboardWidget,
3246
+ Tr as useUpdateDataboxFolderSchema,
3247
+ ia as useUpdateExportConfig,
3248
+ xr as useUpdateFiscalCalendar,
3249
+ Er as useUpdateHolidayCalendar,
3250
+ Tn as useUpdateInboxItem,
3251
+ bn as useUpdateInboxType,
3252
+ xu as useUpdateInputTableRows,
3253
+ Wt as useUpdateProcessTreeRunContext,
3146
3254
  z as useUpdateReconV2,
3147
- He as useUpdateRow,
3255
+ We as useUpdateRow,
3148
3256
  U as useUser,
3149
- je as useUserDetails,
3150
- oa as useValidateExternalAppUrl,
3151
- la as useValidateSolution,
3152
- zr as useWorkingPaper,
3153
- _r as useWorkingPaperInputTableSheet,
3154
- Qr as useWorkingPaperList
3257
+ Xe as useUserDetails,
3258
+ cu as useValidateExternalAppUrl,
3259
+ pu as useValidateSolution,
3260
+ jr as useWorkingPaper,
3261
+ $r as useWorkingPaperInputTableSheet,
3262
+ _r as useWorkingPaperList
3155
3263
  };