@bluecopa/react 0.1.52 → 0.1.54
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/{COOQDZLH-BZH89SXP.js → COOQDZLH-BjIvLrpI.js} +2 -2
- package/dist/{MU7WGUJF-LAal9QFI.js → MU7WGUJF-B2Rv6sfE.js} +2 -2
- package/dist/{VREWMQAW-tNvC1ILQ.js → VREWMQAW-CpvpOqZi.js} +1 -1
- package/dist/hooks/useFilterMessagesBySenderId.d.ts +6 -5
- package/dist/hooks/useFilterMessagesBySenderId.d.ts.map +1 -1
- package/dist/{index-MnpMpWKM.js → index-l1WUkZ7i.js} +195 -186
- package/dist/index.es.js +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./VREWMQAW-
|
|
2
|
-
import { g as d, c as f, a as e } from "./index-
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./VREWMQAW-CpvpOqZi.js";
|
|
2
|
+
import { g as d, c as f, a as e } from "./index-l1WUkZ7i.js";
|
|
3
3
|
var p = (a) => {
|
|
4
4
|
const [r, t] = c({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./VREWMQAW-
|
|
2
|
-
import { g as v, c as C, a as e } from "./index-
|
|
1
|
+
import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./VREWMQAW-CpvpOqZi.js";
|
|
2
|
+
import { g as v, c as C, a as e } from "./index-l1WUkZ7i.js";
|
|
3
3
|
var h = (t) => {
|
|
4
4
|
const [r, o] = s({
|
|
5
5
|
prefix: "TanstackQueryDevtools"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var bs = Object.defineProperty;
|
|
2
2
|
var ps = (e, t, n) => t in e ? bs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var _e = (e, t, n) => ps(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { b as z, d as N, c as D, a as m, e as xe, o as Ft, P as qo, S as B, i as k, f as V, h as F, j as ws, k as rr, u as $e, l as j, s as Vn, m as Gn, n as ut, p as A, t as _, q as xs, r as an, v as Ne, w as $s, x as _t, y as zt, z as Cs, A as Ss, B as xn, F as ks, C as Kr, D as Kt, $ as Ro, E as Es, G as W, H as Br, I as Ds, J as Ms, K as or, L as As, M as Fs, N as Ts, O as Rn, Q as Is, R as Ps, T as oe, U as Ls, V as Os } from "./index-
|
|
4
|
+
import { b as z, d as N, c as D, a as m, e as xe, o as Ft, P as qo, S as B, i as k, f as V, h as F, j as ws, k as rr, u as $e, l as j, s as Vn, m as Gn, n as ut, p as A, t as _, q as xs, r as an, v as Ne, w as $s, x as _t, y as zt, z as Cs, A as Ss, B as xn, F as ks, C as Kr, D as Kt, $ as Ro, E as Es, G as W, H as Br, I as Ds, J as Ms, K as or, L as As, M as Fs, N as Ts, O as Rn, Q as Is, R as Ps, T as oe, U as Ls, V as Os } from "./index-l1WUkZ7i.js";
|
|
5
5
|
var _s = (e) => e != null, qs = (e) => e.filter(_s);
|
|
6
6
|
function Rs(e) {
|
|
7
7
|
return (...t) => {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FilterOnSenderId,
|
|
1
|
+
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
+
import { FilterOnSenderId, PageChunkEmailMessage } from '@bluecopa/core';
|
|
3
3
|
/**
|
|
4
4
|
* Custom hook for filtering email messages by sender ID
|
|
5
|
-
* @param
|
|
6
|
-
* @
|
|
5
|
+
* @param params - Filter parameters (senderId, direction, page, pageSize, orderByCreatedDate)
|
|
6
|
+
* @param options - Query options
|
|
7
|
+
* @returns useQuery result with paginated email messages
|
|
7
8
|
*/
|
|
8
|
-
export declare function useFilterMessagesBySenderId(options?: {}):
|
|
9
|
+
export declare function useFilterMessagesBySenderId(params: FilterOnSenderId, options?: {}): UseQueryResult<PageChunkEmailMessage, Error>;
|
|
9
10
|
//# sourceMappingURL=useFilterMessagesBySenderId.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFilterMessagesBySenderId.d.ts","sourceRoot":"","sources":["../../src/hooks/useFilterMessagesBySenderId.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,
|
|
1
|
+
{"version":3,"file":"useFilterMessagesBySenderId.d.ts","sourceRoot":"","sources":["../../src/hooks/useFilterMessagesBySenderId.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE9E;;;;;GAKG;AACH,wBAAgB,2BAA2B,CACzC,MAAM,EAAE,gBAAgB,EACxB,OAAO,KAAK,GACX,cAAc,CAAC,qBAAqB,EAAE,KAAK,CAAC,CAgB9C"}
|
|
@@ -2099,7 +2099,7 @@ function fT() {
|
|
|
2099
2099
|
}
|
|
2100
2100
|
return null;
|
|
2101
2101
|
}
|
|
2102
|
-
var
|
|
2102
|
+
var ke = Object.assign, It = 0, Ye, Bt, pt, Wn, kn, it, St;
|
|
2103
2103
|
function zn() {
|
|
2104
2104
|
}
|
|
2105
2105
|
zn.__reactDisabledLog = !0;
|
|
@@ -2135,25 +2135,25 @@ function fT() {
|
|
|
2135
2135
|
writable: !0
|
|
2136
2136
|
};
|
|
2137
2137
|
Object.defineProperties(console, {
|
|
2138
|
-
log:
|
|
2138
|
+
log: ke({}, I, {
|
|
2139
2139
|
value: Ye
|
|
2140
2140
|
}),
|
|
2141
|
-
info:
|
|
2141
|
+
info: ke({}, I, {
|
|
2142
2142
|
value: Bt
|
|
2143
2143
|
}),
|
|
2144
|
-
warn:
|
|
2144
|
+
warn: ke({}, I, {
|
|
2145
2145
|
value: pt
|
|
2146
2146
|
}),
|
|
2147
|
-
error:
|
|
2147
|
+
error: ke({}, I, {
|
|
2148
2148
|
value: Wn
|
|
2149
2149
|
}),
|
|
2150
|
-
group:
|
|
2150
|
+
group: ke({}, I, {
|
|
2151
2151
|
value: kn
|
|
2152
2152
|
}),
|
|
2153
|
-
groupCollapsed:
|
|
2153
|
+
groupCollapsed: ke({}, I, {
|
|
2154
2154
|
value: it
|
|
2155
2155
|
}),
|
|
2156
|
-
groupEnd:
|
|
2156
|
+
groupEnd: ke({}, I, {
|
|
2157
2157
|
value: St
|
|
2158
2158
|
})
|
|
2159
2159
|
});
|
|
@@ -2781,7 +2781,7 @@ function kl(t, e, n) {
|
|
|
2781
2781
|
}
|
|
2782
2782
|
return u.notifyOnChangeProps ? _ : d.trackResult(_);
|
|
2783
2783
|
}
|
|
2784
|
-
function
|
|
2784
|
+
function Pe(t, e) {
|
|
2785
2785
|
return kl(t, so, e);
|
|
2786
2786
|
}
|
|
2787
2787
|
function gT(t, e) {
|
|
@@ -2911,7 +2911,7 @@ function Vg(t = {}, e) {
|
|
|
2911
2911
|
() => o.current
|
|
2912
2912
|
);
|
|
2913
2913
|
}
|
|
2914
|
-
function
|
|
2914
|
+
function ye(t, e) {
|
|
2915
2915
|
const n = kt(e), [s] = me.useState(
|
|
2916
2916
|
() => new Ig(
|
|
2917
2917
|
n,
|
|
@@ -2983,12 +2983,12 @@ const kA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2983
2983
|
useIsFetching: TT,
|
|
2984
2984
|
useIsMutating: CT,
|
|
2985
2985
|
useIsRestoring: lh,
|
|
2986
|
-
useMutation:
|
|
2986
|
+
useMutation: ye,
|
|
2987
2987
|
useMutationState: Vg,
|
|
2988
2988
|
usePrefetchInfiniteQuery: yT,
|
|
2989
2989
|
usePrefetchQuery: _T,
|
|
2990
2990
|
useQueries: Gg,
|
|
2991
|
-
useQuery:
|
|
2991
|
+
useQuery: Pe,
|
|
2992
2992
|
useQueryClient: kt,
|
|
2993
2993
|
useQueryErrorResetBoundary: ch,
|
|
2994
2994
|
useSuspenseInfiniteQuery: mT,
|
|
@@ -4270,7 +4270,7 @@ const cm = (t) => {
|
|
|
4270
4270
|
} = cm(C), Oe = e || fetch;
|
|
4271
4271
|
re = re ? (re + "").toLowerCase() : "text";
|
|
4272
4272
|
let lt = $C([D, N && N.toAbortSignal()], $), Xe = null;
|
|
4273
|
-
const
|
|
4273
|
+
const ke = lt && lt.unsubscribe && (() => {
|
|
4274
4274
|
lt.unsubscribe();
|
|
4275
4275
|
});
|
|
4276
4276
|
let It;
|
|
@@ -4302,7 +4302,7 @@ const cm = (t) => {
|
|
|
4302
4302
|
Xe = a && new n(E, Bt);
|
|
4303
4303
|
let pt = await (a ? Oe(Xe, he) : Oe(E, Bt));
|
|
4304
4304
|
const Wn = m && (re === "stream" || re === "response");
|
|
4305
|
-
if (m && (H || Wn &&
|
|
4305
|
+
if (m && (H || Wn && ke)) {
|
|
4306
4306
|
const it = {};
|
|
4307
4307
|
["status", "statusText", "headers"].forEach((ze) => {
|
|
4308
4308
|
it[ze] = pt[ze];
|
|
@@ -4313,14 +4313,14 @@ const cm = (t) => {
|
|
|
4313
4313
|
) || [];
|
|
4314
4314
|
pt = new s(
|
|
4315
4315
|
Ip(pt.body, Fp, zn, () => {
|
|
4316
|
-
Gn && Gn(),
|
|
4316
|
+
Gn && Gn(), ke && ke();
|
|
4317
4317
|
}),
|
|
4318
4318
|
it
|
|
4319
4319
|
);
|
|
4320
4320
|
}
|
|
4321
4321
|
re = re || "text";
|
|
4322
4322
|
let kn = await y[U.findKey(y, re) || "text"](pt, C);
|
|
4323
|
-
return !Wn &&
|
|
4323
|
+
return !Wn && ke && ke(), await new Promise((it, St) => {
|
|
4324
4324
|
um(it, St, {
|
|
4325
4325
|
data: kn,
|
|
4326
4326
|
headers: on.from(pt.headers),
|
|
@@ -4331,7 +4331,7 @@ const cm = (t) => {
|
|
|
4331
4331
|
});
|
|
4332
4332
|
});
|
|
4333
4333
|
} catch (Ye) {
|
|
4334
|
-
throw
|
|
4334
|
+
throw ke && ke(), Ye && Ye.name === "TypeError" && /Load failed|fetch/i.test(Ye.message) ? Object.assign(
|
|
4335
4335
|
new ge("Network Error", ge.ERR_NETWORK, C, Xe, Ye && Ye.response),
|
|
4336
4336
|
{
|
|
4337
4337
|
cause: Ye.cause || Ye
|
|
@@ -4820,7 +4820,7 @@ var ml = { exports: {} };
|
|
|
4820
4820
|
ml.exports;
|
|
4821
4821
|
(function(t, e) {
|
|
4822
4822
|
(function() {
|
|
4823
|
-
var n, s = "4.17.23", o = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", c = "Invalid `variable` option passed into `_.template`", d = "__lodash_hash_undefined__", _ = 500, m = "__lodash_placeholder__", y = 1, R = 2, P = 4, C = 1, E = 2, w = 1, k = 2, D = 4, N = 8, $ = 16, H = 32, J = 64, re = 128, Y = 256, oe = 512, he = 30, Oe = "...", lt = 800, Xe = 16,
|
|
4823
|
+
var n, s = "4.17.23", o = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", u = "Expected a function", c = "Invalid `variable` option passed into `_.template`", d = "__lodash_hash_undefined__", _ = 500, m = "__lodash_placeholder__", y = 1, R = 2, P = 4, C = 1, E = 2, w = 1, k = 2, D = 4, N = 8, $ = 16, H = 32, J = 64, re = 128, Y = 256, oe = 512, he = 30, Oe = "...", lt = 800, Xe = 16, ke = 1, It = 2, Ye = 3, Bt = 1 / 0, pt = 9007199254740991, Wn = 17976931348623157e292, kn = NaN, it = 4294967295, St = it - 1, zn = it >>> 1, Gn = [
|
|
4824
4824
|
["ary", re],
|
|
4825
4825
|
["bind", w],
|
|
4826
4826
|
["bindKey", k],
|
|
@@ -5195,7 +5195,7 @@ ml.exports;
|
|
|
5195
5195
|
return -1;
|
|
5196
5196
|
}
|
|
5197
5197
|
function X(L, j, q) {
|
|
5198
|
-
return j === j ? Pv(L, j, q) : B(L,
|
|
5198
|
+
return j === j ? Pv(L, j, q) : B(L, _e, q);
|
|
5199
5199
|
}
|
|
5200
5200
|
function ue(L, j, q, ae) {
|
|
5201
5201
|
for (var be = q - 1, Be = L.length; ++be < Be; )
|
|
@@ -5203,7 +5203,7 @@ ml.exports;
|
|
|
5203
5203
|
return be;
|
|
5204
5204
|
return -1;
|
|
5205
5205
|
}
|
|
5206
|
-
function
|
|
5206
|
+
function _e(L) {
|
|
5207
5207
|
return L !== L;
|
|
5208
5208
|
}
|
|
5209
5209
|
function De(L, j) {
|
|
@@ -5472,11 +5472,11 @@ ml.exports;
|
|
|
5472
5472
|
for (; M-- && ne < le; ) {
|
|
5473
5473
|
z += i;
|
|
5474
5474
|
for (var Ee = -1, pe = r[z]; ++Ee < K; ) {
|
|
5475
|
-
var
|
|
5475
|
+
var Ie = G[Ee], Le = Ie.iteratee, mn = Ie.type, Gt = Le(pe);
|
|
5476
5476
|
if (mn == It)
|
|
5477
5477
|
pe = Gt;
|
|
5478
5478
|
else if (!Gt) {
|
|
5479
|
-
if (mn ==
|
|
5479
|
+
if (mn == ke)
|
|
5480
5480
|
continue e;
|
|
5481
5481
|
break e;
|
|
5482
5482
|
}
|
|
@@ -5704,12 +5704,12 @@ ml.exports;
|
|
|
5704
5704
|
return le;
|
|
5705
5705
|
S.set(r, A), ep(r) ? r.forEach(function(pe) {
|
|
5706
5706
|
A.add(Cn(pe, i, l, pe, r, S));
|
|
5707
|
-
}) : Yd(r) && r.forEach(function(pe,
|
|
5708
|
-
A.set(
|
|
5707
|
+
}) : Yd(r) && r.forEach(function(pe, Ie) {
|
|
5708
|
+
A.set(Ie, Cn(pe, i, l, Ie, r, S));
|
|
5709
5709
|
});
|
|
5710
5710
|
var de = z ? M ? qc : Nc : M ? en : At, Ee = G ? n : de(r);
|
|
5711
|
-
return Xt(Ee || r, function(pe,
|
|
5712
|
-
Ee && (
|
|
5711
|
+
return Xt(Ee || r, function(pe, Ie) {
|
|
5712
|
+
Ee && (Ie = pe, pe = r[Ie]), Mo(A, Ie, Cn(pe, i, l, Ie, r, S));
|
|
5713
5713
|
}), A;
|
|
5714
5714
|
}
|
|
5715
5715
|
function I_(r) {
|
|
@@ -6491,11 +6491,11 @@ ml.exports;
|
|
|
6491
6491
|
function ku(r, i, l, h, v, S, A, F, M, z) {
|
|
6492
6492
|
var G = i & re, K = i & w, ne = i & k, le = i & (N | $), de = i & oe, Ee = ne ? n : jo(r);
|
|
6493
6493
|
function pe() {
|
|
6494
|
-
for (var
|
|
6494
|
+
for (var Ie = arguments.length, Le = q(Ie), mn = Ie; mn--; )
|
|
6495
6495
|
Le[mn] = arguments[mn];
|
|
6496
6496
|
if (le)
|
|
6497
6497
|
var Gt = _i(pe), vn = au(Le, Gt);
|
|
6498
|
-
if (h && (Le = ld(Le, h, v, le)), S && (Le = cd(Le, S, A, le)),
|
|
6498
|
+
if (h && (Le = ld(Le, h, v, le)), S && (Le = cd(Le, S, A, le)), Ie -= vn, le && Ie < z) {
|
|
6499
6499
|
var yt = Br(Le, Gt);
|
|
6500
6500
|
return _d(
|
|
6501
6501
|
r,
|
|
@@ -6507,11 +6507,11 @@ ml.exports;
|
|
|
6507
6507
|
yt,
|
|
6508
6508
|
F,
|
|
6509
6509
|
M,
|
|
6510
|
-
z -
|
|
6510
|
+
z - Ie
|
|
6511
6511
|
);
|
|
6512
6512
|
}
|
|
6513
6513
|
var Un = K ? l : this, br = ne ? Un[r] : r;
|
|
6514
|
-
return
|
|
6514
|
+
return Ie = Le.length, F ? Le = Py(Le, F) : de && Ie > 1 && Le.reverse(), G && M < Ie && (Le.length = M), this && this !== Ct && this instanceof pe && (br = Ee || jo(br)), br.apply(Un, Le);
|
|
6515
6515
|
}
|
|
6516
6516
|
return pe;
|
|
6517
6517
|
}
|
|
@@ -6663,8 +6663,8 @@ ml.exports;
|
|
|
6663
6663
|
break;
|
|
6664
6664
|
}
|
|
6665
6665
|
if (le) {
|
|
6666
|
-
if (!g(i, function(
|
|
6667
|
-
if (!Ts(le, Le) && (de ===
|
|
6666
|
+
if (!g(i, function(Ie, Le) {
|
|
6667
|
+
if (!Ts(le, Le) && (de === Ie || v(de, Ie, l, h, S)))
|
|
6668
6668
|
return le.push(Le);
|
|
6669
6669
|
})) {
|
|
6670
6670
|
ne = !1;
|
|
@@ -6728,10 +6728,10 @@ ml.exports;
|
|
|
6728
6728
|
S.set(r, i), S.set(i, r);
|
|
6729
6729
|
for (var pe = A; ++K < M; ) {
|
|
6730
6730
|
ne = F[K];
|
|
6731
|
-
var
|
|
6731
|
+
var Ie = r[ne], Le = i[ne];
|
|
6732
6732
|
if (h)
|
|
6733
|
-
var mn = A ? h(Le,
|
|
6734
|
-
if (!(mn === n ?
|
|
6733
|
+
var mn = A ? h(Le, Ie, ne, i, r, S) : h(Ie, Le, ne, r, i, S);
|
|
6734
|
+
if (!(mn === n ? Ie === Le || v(Ie, Le, l, h, S) : mn)) {
|
|
6735
6735
|
Ee = !1;
|
|
6736
6736
|
break;
|
|
6737
6737
|
}
|
|
@@ -7189,7 +7189,7 @@ ml.exports;
|
|
|
7189
7189
|
if (!h)
|
|
7190
7190
|
return -1;
|
|
7191
7191
|
var v = h;
|
|
7192
|
-
return l !== n && (v = Se(l), v = v < 0 ? Ot(h + v, 0) : Lt(v, h - 1)), i === i ? kv(r, i, v) : B(r,
|
|
7192
|
+
return l !== n && (v = Se(l), v = v < 0 ? Ot(h + v, 0) : Lt(v, h - 1)), i === i ? kv(r, i, v) : B(r, _e, v, !0);
|
|
7193
7193
|
}
|
|
7194
7194
|
function Zy(r, i) {
|
|
7195
7195
|
return r && r.length ? Qh(r, Se(i)) : n;
|
|
@@ -7555,7 +7555,7 @@ ml.exports;
|
|
|
7555
7555
|
return h = v = n, z = yt, A = r.apply(br, Un), A;
|
|
7556
7556
|
}
|
|
7557
7557
|
function de(yt) {
|
|
7558
|
-
return z = yt, F = Ho(
|
|
7558
|
+
return z = yt, F = Ho(Ie, i), G ? le(yt) : A;
|
|
7559
7559
|
}
|
|
7560
7560
|
function Ee(yt) {
|
|
7561
7561
|
var Un = yt - M, br = yt - z, pp = i - Un;
|
|
@@ -7565,11 +7565,11 @@ ml.exports;
|
|
|
7565
7565
|
var Un = yt - M, br = yt - z;
|
|
7566
7566
|
return M === n || Un >= i || Un < 0 || K && br >= S;
|
|
7567
7567
|
}
|
|
7568
|
-
function
|
|
7568
|
+
function Ie() {
|
|
7569
7569
|
var yt = Bu();
|
|
7570
7570
|
if (pe(yt))
|
|
7571
7571
|
return Le(yt);
|
|
7572
|
-
F = Ho(
|
|
7572
|
+
F = Ho(Ie, Ee(yt));
|
|
7573
7573
|
}
|
|
7574
7574
|
function Le(yt) {
|
|
7575
7575
|
return F = n, ne && h ? le(yt) : (h = v = n, A);
|
|
@@ -7586,9 +7586,9 @@ ml.exports;
|
|
|
7586
7586
|
if (F === n)
|
|
7587
7587
|
return de(M);
|
|
7588
7588
|
if (K)
|
|
7589
|
-
return id(F), F = Ho(
|
|
7589
|
+
return id(F), F = Ho(Ie, i), le(M);
|
|
7590
7590
|
}
|
|
7591
|
-
return F === n && (F = Ho(
|
|
7591
|
+
return F === n && (F = Ho(Ie, i)), A;
|
|
7592
7592
|
}
|
|
7593
7593
|
return vn.cancel = mn, vn.flush = Gt, vn;
|
|
7594
7594
|
}
|
|
@@ -8134,9 +8134,9 @@ ml.exports;
|
|
|
8134
8134
|
"g"
|
|
8135
8135
|
), le = "//# sourceURL=" + ($e.call(i, "sourceURL") ? (i.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++tc + "]") + `
|
|
8136
8136
|
`;
|
|
8137
|
-
r.replace(ne, function(pe,
|
|
8138
|
-
return Le || (Le = mn), K += r.slice(z, vn).replace(Ln, uu),
|
|
8139
|
-
__e(` +
|
|
8137
|
+
r.replace(ne, function(pe, Ie, Le, mn, Gt, vn) {
|
|
8138
|
+
return Le || (Le = mn), K += r.slice(z, vn).replace(Ln, uu), Ie && (F = !0, K += `' +
|
|
8139
|
+
__e(` + Ie + `) +
|
|
8140
8140
|
'`), Gt && (M = !0, K += `';
|
|
8141
8141
|
` + Gt + `;
|
|
8142
8142
|
__p += '`), Le && (K += `' +
|
|
@@ -8416,7 +8416,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8416
8416
|
return this.reverse()[r](l).reverse();
|
|
8417
8417
|
};
|
|
8418
8418
|
}), Xt(["filter", "map", "takeWhile"], function(r, i) {
|
|
8419
|
-
var l = i + 1, h = l ==
|
|
8419
|
+
var l = i + 1, h = l == ke || l == Ye;
|
|
8420
8420
|
Fe.prototype[r] = function(v) {
|
|
8421
8421
|
var S = this.clone();
|
|
8422
8422
|
return S.__iteratees__.push({
|
|
@@ -8457,8 +8457,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8457
8457
|
}, Xn(Fe.prototype, function(r, i) {
|
|
8458
8458
|
var l = /^(?:filter|find|map|reject)|While$/.test(i), h = /^(?:head|last)$/.test(i), v = b[h ? "take" + (i == "last" ? "Right" : "") : i], S = h || /^find/.test(i);
|
|
8459
8459
|
v && (b.prototype[i] = function() {
|
|
8460
|
-
var A = this.__wrapped__, F = h ? [1] : arguments, M = A instanceof Fe, z = F[0], G = M || we(A), K = function(
|
|
8461
|
-
var Le = v.apply(b, rt([
|
|
8460
|
+
var A = this.__wrapped__, F = h ? [1] : arguments, M = A instanceof Fe, z = F[0], G = M || we(A), K = function(Ie) {
|
|
8461
|
+
var Le = v.apply(b, rt([Ie], F));
|
|
8462
8462
|
return h && ne ? Le[0] : Le;
|
|
8463
8463
|
};
|
|
8464
8464
|
G && l && typeof z == "function" && z.length != 1 && (M = G = !1);
|
|
@@ -12326,12 +12326,12 @@ var qm = { exports: {} };
|
|
|
12326
12326
|
x.loading[f] = [T];
|
|
12327
12327
|
var B = ie.createScriptRequest(x.getPath(f, p)), X = x.receivers.create(function(ue) {
|
|
12328
12328
|
if (x.receivers.remove(X), x.loading[f]) {
|
|
12329
|
-
var
|
|
12329
|
+
var _e = x.loading[f];
|
|
12330
12330
|
delete x.loading[f];
|
|
12331
12331
|
for (var De = function(at) {
|
|
12332
12332
|
at || B.cleanup();
|
|
12333
|
-
}, Ne = 0; Ne <
|
|
12334
|
-
|
|
12333
|
+
}, Ne = 0; Ne < _e.length; Ne++)
|
|
12334
|
+
_e[Ne](ue, De);
|
|
12335
12335
|
}
|
|
12336
12336
|
});
|
|
12337
12337
|
B.send(X);
|
|
@@ -12440,13 +12440,13 @@ var qm = { exports: {} };
|
|
|
12440
12440
|
return B.onreadystatechange = function() {
|
|
12441
12441
|
if (B.readyState === 4)
|
|
12442
12442
|
if (B.status === 200) {
|
|
12443
|
-
let ue,
|
|
12443
|
+
let ue, _e = !1;
|
|
12444
12444
|
try {
|
|
12445
|
-
ue = JSON.parse(B.responseText),
|
|
12445
|
+
ue = JSON.parse(B.responseText), _e = !0;
|
|
12446
12446
|
} catch {
|
|
12447
12447
|
x(new Y(200, `JSON returned from ${T.toString()} endpoint was invalid, yet status code was 200. Data was: ${B.responseText}`), null);
|
|
12448
12448
|
}
|
|
12449
|
-
|
|
12449
|
+
_e && x(null, ue);
|
|
12450
12450
|
} else {
|
|
12451
12451
|
let ue = "";
|
|
12452
12452
|
switch (T) {
|
|
@@ -12464,11 +12464,11 @@ var qm = { exports: {} };
|
|
|
12464
12464
|
function Oe(g) {
|
|
12465
12465
|
return Bt(It(g));
|
|
12466
12466
|
}
|
|
12467
|
-
var lt = String.fromCharCode, Xe = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
|
|
12467
|
+
var lt = String.fromCharCode, Xe = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", ke = function(g) {
|
|
12468
12468
|
var f = g.charCodeAt(0);
|
|
12469
12469
|
return f < 128 ? g : f < 2048 ? lt(192 | f >>> 6) + lt(128 | f & 63) : lt(224 | f >>> 12 & 15) + lt(128 | f >>> 6 & 63) + lt(128 | f & 63);
|
|
12470
12470
|
}, It = function(g) {
|
|
12471
|
-
return g.replace(/[^\x00-\x7F]/g,
|
|
12471
|
+
return g.replace(/[^\x00-\x7F]/g, ke);
|
|
12472
12472
|
}, Ye = function(g) {
|
|
12473
12473
|
var f = [0, 2, 1][g.length % 3], p = g.charCodeAt(0) << 16 | (g.length > 1 ? g.charCodeAt(1) : 0) << 8 | (g.length > 2 ? g.charCodeAt(2) : 0), T = [
|
|
12474
12474
|
Xe.charAt(p >>> 18),
|
|
@@ -12629,7 +12629,7 @@ var qm = { exports: {} };
|
|
|
12629
12629
|
function In(g) {
|
|
12630
12630
|
var f = [], p = [];
|
|
12631
12631
|
return function T(x, B) {
|
|
12632
|
-
var X, ue,
|
|
12632
|
+
var X, ue, _e;
|
|
12633
12633
|
switch (typeof x) {
|
|
12634
12634
|
case "object":
|
|
12635
12635
|
if (!x)
|
|
@@ -12638,14 +12638,14 @@ var qm = { exports: {} };
|
|
|
12638
12638
|
if (f[X] === x)
|
|
12639
12639
|
return { $ref: p[X] };
|
|
12640
12640
|
if (f.push(x), p.push(B), Object.prototype.toString.apply(x) === "[object Array]")
|
|
12641
|
-
for (
|
|
12642
|
-
|
|
12641
|
+
for (_e = [], X = 0; X < x.length; X += 1)
|
|
12642
|
+
_e[X] = T(x[X], B + "[" + X + "]");
|
|
12643
12643
|
else {
|
|
12644
|
-
|
|
12644
|
+
_e = {};
|
|
12645
12645
|
for (ue in x)
|
|
12646
|
-
Object.prototype.hasOwnProperty.call(x, ue) && (
|
|
12646
|
+
Object.prototype.hasOwnProperty.call(x, ue) && (_e[ue] = T(x[ue], B + "[" + JSON.stringify(ue) + "]"));
|
|
12647
12647
|
}
|
|
12648
|
-
return
|
|
12648
|
+
return _e;
|
|
12649
12649
|
case "number":
|
|
12650
12650
|
case "string":
|
|
12651
12651
|
case "boolean":
|
|
@@ -12694,8 +12694,8 @@ var qm = { exports: {} };
|
|
|
12694
12694
|
g.auth_callbacks[B] = function(Ne) {
|
|
12695
12695
|
x(null, Ne);
|
|
12696
12696
|
};
|
|
12697
|
-
var
|
|
12698
|
-
ue.src = p.endpoint + "?callback=" + encodeURIComponent(
|
|
12697
|
+
var _e = "Pusher.auth_callbacks['" + B + "']";
|
|
12698
|
+
ue.src = p.endpoint + "?callback=" + encodeURIComponent(_e) + "&" + f;
|
|
12699
12699
|
var De = X.getElementsByTagName("head")[0] || X.documentElement;
|
|
12700
12700
|
De.insertBefore(ue, De.firstChild);
|
|
12701
12701
|
}, Kn = Zs;
|
|
@@ -12735,8 +12735,8 @@ var qm = { exports: {} };
|
|
|
12735
12735
|
}
|
|
12736
12736
|
var kr = function(g, f) {
|
|
12737
12737
|
return function(p, T) {
|
|
12738
|
-
var x = "http" + (f ? "s" : "") + "://", B = x + (g.host || g.options.host) + g.options.path, X = ie.createJSONPRequest(B, p), ue = ie.ScriptReceivers.create(function(
|
|
12739
|
-
u.remove(ue), X.cleanup(), De && De.host && (g.host = De.host), T && T(
|
|
12738
|
+
var x = "http" + (f ? "s" : "") + "://", B = x + (g.host || g.options.host) + g.options.path, X = ie.createJSONPRequest(B, p), ue = ie.ScriptReceivers.create(function(_e, De) {
|
|
12739
|
+
u.remove(ue), X.cleanup(), De && De.host && (g.host = De.host), T && T(_e, De);
|
|
12740
12740
|
});
|
|
12741
12741
|
X.send(ue);
|
|
12742
12742
|
};
|
|
@@ -13020,9 +13020,9 @@ var qm = { exports: {} };
|
|
|
13020
13020
|
activityTimeout: this.pingDelay
|
|
13021
13021
|
});
|
|
13022
13022
|
var B = this.transport.createConnection(f, p, T, x), X = null, ue = function() {
|
|
13023
|
-
B.unbind("open", ue), B.bind("closed",
|
|
13024
|
-
},
|
|
13025
|
-
if (B.unbind("closed",
|
|
13023
|
+
B.unbind("open", ue), B.bind("closed", _e), X = ze.now();
|
|
13024
|
+
}, _e = (De) => {
|
|
13025
|
+
if (B.unbind("closed", _e), De.code === 1002 || De.code === 1003)
|
|
13026
13026
|
this.manager.reportDeath();
|
|
13027
13027
|
else if (!De.wasClean && X) {
|
|
13028
13028
|
var Ne = ze.now() - X;
|
|
@@ -13322,7 +13322,7 @@ var qm = { exports: {} };
|
|
|
13322
13322
|
X(at);
|
|
13323
13323
|
}
|
|
13324
13324
|
}
|
|
13325
|
-
function
|
|
13325
|
+
function _e(Ne) {
|
|
13326
13326
|
try {
|
|
13327
13327
|
De(T.throw(Ne));
|
|
13328
13328
|
} catch (at) {
|
|
@@ -13330,7 +13330,7 @@ var qm = { exports: {} };
|
|
|
13330
13330
|
}
|
|
13331
13331
|
}
|
|
13332
13332
|
function De(Ne) {
|
|
13333
|
-
Ne.done ? B(Ne.value) : x(Ne.value).then(ue,
|
|
13333
|
+
Ne.done ? B(Ne.value) : x(Ne.value).then(ue, _e);
|
|
13334
13334
|
}
|
|
13335
13335
|
De((T = T.apply(g, [])).next());
|
|
13336
13336
|
});
|
|
@@ -13714,15 +13714,15 @@ var qm = { exports: {} };
|
|
|
13714
13714
|
return Ar(this.strategies, ze.method("isSupported"));
|
|
13715
13715
|
}
|
|
13716
13716
|
connect(f, p) {
|
|
13717
|
-
var T = this.strategies, x = 0, B = this.timeout, X = null, ue = (
|
|
13717
|
+
var T = this.strategies, x = 0, B = this.timeout, X = null, ue = (_e, De) => {
|
|
13718
13718
|
De ? p(null, De) : (x = x + 1, this.loop && (x = x % T.length), x < T.length ? (B && (B = B * 2, this.timeoutLimit && (B = Math.min(B, this.timeoutLimit))), X = this.tryStrategy(T[x], f, { timeout: B, failFast: this.failFast }, ue)) : p(!0));
|
|
13719
13719
|
};
|
|
13720
13720
|
return X = this.tryStrategy(T[x], f, { timeout: B, failFast: this.failFast }, ue), {
|
|
13721
13721
|
abort: function() {
|
|
13722
13722
|
X.abort();
|
|
13723
13723
|
},
|
|
13724
|
-
forceMinPriority: function(
|
|
13725
|
-
f =
|
|
13724
|
+
forceMinPriority: function(_e) {
|
|
13725
|
+
f = _e, X && X.forceMinPriority(_e);
|
|
13726
13726
|
}
|
|
13727
13727
|
};
|
|
13728
13728
|
}
|
|
@@ -13730,8 +13730,8 @@ var qm = { exports: {} };
|
|
|
13730
13730
|
var B = null, X = null;
|
|
13731
13731
|
return T.timeout > 0 && (B = new St(T.timeout, function() {
|
|
13732
13732
|
X.abort(), x(!0);
|
|
13733
|
-
})), X = f.connect(p, function(ue,
|
|
13734
|
-
ue && B && B.isRunning() && !T.failFast || (B && B.ensureAborted(), x(ue,
|
|
13733
|
+
})), X = f.connect(p, function(ue, _e) {
|
|
13734
|
+
ue && B && B.isRunning() && !T.failFast || (B && B.ensureAborted(), x(ue, _e));
|
|
13735
13735
|
}), {
|
|
13736
13736
|
abort: function() {
|
|
13737
13737
|
B && B.ensureAborted(), X.abort();
|
|
@@ -13806,8 +13806,8 @@ var qm = { exports: {} };
|
|
|
13806
13806
|
failFast: !0
|
|
13807
13807
|
}))) : B++);
|
|
13808
13808
|
}
|
|
13809
|
-
var
|
|
13810
|
-
at ? (_s(T), X.length > 0 ? (
|
|
13809
|
+
var _e = ze.now(), De = X.pop().connect(f, function Ne(at, Ss) {
|
|
13810
|
+
at ? (_s(T), X.length > 0 ? (_e = ze.now(), De = X.pop().connect(f, Ne)) : p(at)) : (Na(T, Ss.transport.name, ze.now() - _e, B), p(null, Ss));
|
|
13811
13811
|
});
|
|
13812
13812
|
return {
|
|
13813
13813
|
abort: function() {
|
|
@@ -13924,7 +13924,7 @@ var qm = { exports: {} };
|
|
|
13924
13924
|
hostNonTLS: g.httpHost + ":" + g.httpPort,
|
|
13925
13925
|
hostTLS: g.httpHost + ":" + g.httpsPort,
|
|
13926
13926
|
httpPath: g.httpPath
|
|
13927
|
-
}),
|
|
13927
|
+
}), _e = {
|
|
13928
13928
|
loop: !0,
|
|
13929
13929
|
timeout: 15e3,
|
|
13930
13930
|
timeoutLimit: 6e4
|
|
@@ -13935,16 +13935,16 @@ var qm = { exports: {} };
|
|
|
13935
13935
|
lives: 2,
|
|
13936
13936
|
minPingDelay: 1e4,
|
|
13937
13937
|
maxPingDelay: g.activityTimeout
|
|
13938
|
-
}), at = x("ws", "ws", 3, B, De), Ss = x("wss", "ws", 3, X, De), lc = x("sockjs", "sockjs", 1, ue), ui = x("xhr_streaming", "xhr_streaming", 1, ue, Ne), Eo = x("xdr_streaming", "xdr_streaming", 1, ue, Ne), iu = x("xhr_polling", "xhr_polling", 1, ue), ou = x("xdr_polling", "xdr_polling", 1, ue), Dt = new cr([at],
|
|
13938
|
+
}), at = x("ws", "ws", 3, B, De), Ss = x("wss", "ws", 3, X, De), lc = x("sockjs", "sockjs", 1, ue), ui = x("xhr_streaming", "xhr_streaming", 1, ue, Ne), Eo = x("xdr_streaming", "xdr_streaming", 1, ue, Ne), iu = x("xhr_polling", "xhr_polling", 1, ue), ou = x("xdr_polling", "xdr_polling", 1, ue), Dt = new cr([at], _e), Oo = new cr([Ss], _e), Ts = new cr([lc], _e), Ro = new cr([
|
|
13939
13939
|
new bs(Mr(ui), ui, Eo)
|
|
13940
|
-
],
|
|
13940
|
+
], _e), Ao = new cr([
|
|
13941
13941
|
new bs(Mr(iu), iu, ou)
|
|
13942
|
-
],
|
|
13942
|
+
], _e), au = new cr([
|
|
13943
13943
|
new bs(Mr(Ro), new mo([
|
|
13944
13944
|
Ro,
|
|
13945
13945
|
new ys(Ao, { delay: 4e3 })
|
|
13946
13946
|
]), Ao)
|
|
13947
|
-
],
|
|
13947
|
+
], _e), xo = new bs(Mr(au), au, Ts), Po;
|
|
13948
13948
|
return f.useTLS ? Po = new mo([
|
|
13949
13949
|
Dt,
|
|
13950
13950
|
new ys(xo, { delay: 2e3 })
|
|
@@ -14352,16 +14352,16 @@ var qm = { exports: {} };
|
|
|
14352
14352
|
B = wn.createHandshake(x, function(at) {
|
|
14353
14353
|
T = !0, Ne(), p(null, at);
|
|
14354
14354
|
});
|
|
14355
|
-
},
|
|
14355
|
+
}, _e = function(at) {
|
|
14356
14356
|
Ne(), p(at);
|
|
14357
14357
|
}, De = function() {
|
|
14358
14358
|
Ne();
|
|
14359
14359
|
var at;
|
|
14360
14360
|
at = Fn(x), p(new $(at));
|
|
14361
14361
|
}, Ne = function() {
|
|
14362
|
-
x.unbind("initialized", X), x.unbind("open", ue), x.unbind("error",
|
|
14362
|
+
x.unbind("initialized", X), x.unbind("open", ue), x.unbind("error", _e), x.unbind("closed", De);
|
|
14363
14363
|
};
|
|
14364
|
-
return x.bind("initialized", X), x.bind("open", ue), x.bind("error",
|
|
14364
|
+
return x.bind("initialized", X), x.bind("open", ue), x.bind("error", _e), x.bind("closed", De), x.initialize(), {
|
|
14365
14365
|
abort: () => {
|
|
14366
14366
|
T || (Ne(), B ? B.close() : x.close());
|
|
14367
14367
|
},
|
|
@@ -14386,8 +14386,8 @@ var qm = { exports: {} };
|
|
|
14386
14386
|
var X = sc[p];
|
|
14387
14387
|
if (!X)
|
|
14388
14388
|
throw new J(p);
|
|
14389
|
-
var ue = (!g.enabledTransports || un(g.enabledTransports, f) !== -1) && (!g.disabledTransports || un(g.disabledTransports, f) === -1),
|
|
14390
|
-
return ue ? (x = Object.assign({ ignoreNullOrigin: g.ignoreNullOrigin }, x),
|
|
14389
|
+
var ue = (!g.enabledTransports || un(g.enabledTransports, f) !== -1) && (!g.disabledTransports || un(g.disabledTransports, f) === -1), _e;
|
|
14390
|
+
return ue ? (x = Object.assign({ ignoreNullOrigin: g.ignoreNullOrigin }, x), _e = new rc(f, T, B ? B.getAssistant(X) : X, x)) : _e = ic, _e;
|
|
14391
14391
|
}, ic = {
|
|
14392
14392
|
isSupported: function() {
|
|
14393
14393
|
return !1;
|
|
@@ -15277,19 +15277,19 @@ const Wm = async (t) => {
|
|
|
15277
15277
|
{ sheet: _ }
|
|
15278
15278
|
]), R = await Hf(y), P = W.find(
|
|
15279
15279
|
R,
|
|
15280
|
-
(
|
|
15280
|
+
(ke) => ke.id === (m == null ? void 0 : m.customFields.parentTableId)
|
|
15281
15281
|
);
|
|
15282
15282
|
let C, E;
|
|
15283
15283
|
if (P) {
|
|
15284
|
-
const
|
|
15285
|
-
if (
|
|
15284
|
+
const ke = await Gf(P);
|
|
15285
|
+
if (ke != null && ke.definitionModel) {
|
|
15286
15286
|
const {
|
|
15287
15287
|
definitionModel: It,
|
|
15288
15288
|
customModel: Ye
|
|
15289
15289
|
} = kE({
|
|
15290
15290
|
metricDefinitionModel: m.definitionModel,
|
|
15291
|
-
parentDefinitionModel:
|
|
15292
|
-
parentCustomModel:
|
|
15291
|
+
parentDefinitionModel: ke == null ? void 0 : ke.definitionModel,
|
|
15292
|
+
parentCustomModel: ke == null ? void 0 : ke.customModel,
|
|
15293
15293
|
metricCustomModel: m.customModel
|
|
15294
15294
|
});
|
|
15295
15295
|
C = It, E = Ye;
|
|
@@ -15299,11 +15299,11 @@ const Wm = async (t) => {
|
|
|
15299
15299
|
const w = E, k = C, D = w == null ? void 0 : w.gridColumnState, { variable: N, parentTableVariable: $, inputs: H } = w, J = (n = k == null ? void 0 : k.aliases) == null ? void 0 : n[$];
|
|
15300
15300
|
let re = "";
|
|
15301
15301
|
e != null && e.isKPI ? re = e != null && e.plotAsTrend ? W.isEmpty(w == null ? void 0 : w.timeBin) ? "per_month" : w == null ? void 0 : w.timeBin : "" : re = (w == null ? void 0 : w.timeBin) ?? "";
|
|
15302
|
-
const Y = W.map(D == null ? void 0 : D.valueCols, (
|
|
15303
|
-
...
|
|
15302
|
+
const Y = W.map(D == null ? void 0 : D.valueCols, (ke) => ({
|
|
15303
|
+
...ke,
|
|
15304
15304
|
hide: !1
|
|
15305
|
-
})), oe = W.map(w == null ? void 0 : w.parentTableColumnSettings, (
|
|
15306
|
-
...
|
|
15305
|
+
})), oe = W.map(w == null ? void 0 : w.parentTableColumnSettings, (ke) => ({
|
|
15306
|
+
...ke,
|
|
15307
15307
|
hide: !1
|
|
15308
15308
|
})), he = {
|
|
15309
15309
|
variable: N,
|
|
@@ -15353,9 +15353,9 @@ const Wm = async (t) => {
|
|
|
15353
15353
|
describe: $
|
|
15354
15354
|
})).data.data;
|
|
15355
15355
|
else {
|
|
15356
|
-
let
|
|
15356
|
+
let ke = [];
|
|
15357
15357
|
Oe.forEach((Ye) => {
|
|
15358
|
-
|
|
15358
|
+
ke.push(
|
|
15359
15359
|
$f({
|
|
15360
15360
|
inputs: { ...Ye },
|
|
15361
15361
|
sheet: {
|
|
@@ -15367,7 +15367,7 @@ const Wm = async (t) => {
|
|
|
15367
15367
|
})
|
|
15368
15368
|
);
|
|
15369
15369
|
});
|
|
15370
|
-
const It = await Promise.all(
|
|
15370
|
+
const It = await Promise.all(ke);
|
|
15371
15371
|
Xe = W.map(It, (Ye) => Ye.data.data);
|
|
15372
15372
|
}
|
|
15373
15373
|
return Xe = W.flatten(Xe), { data: Xe };
|
|
@@ -17127,7 +17127,7 @@ function ZA(t, e = {}) {
|
|
|
17127
17127
|
enabled: n,
|
|
17128
17128
|
options: e
|
|
17129
17129
|
});
|
|
17130
|
-
return
|
|
17130
|
+
return Pe(o);
|
|
17131
17131
|
}
|
|
17132
17132
|
function ex(t, e = {}) {
|
|
17133
17133
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17143,10 +17143,10 @@ function ex(t, e = {}) {
|
|
|
17143
17143
|
enabled: n,
|
|
17144
17144
|
options: e
|
|
17145
17145
|
});
|
|
17146
|
-
return
|
|
17146
|
+
return Pe(o);
|
|
17147
17147
|
}
|
|
17148
17148
|
function tx(t = {}) {
|
|
17149
|
-
return
|
|
17149
|
+
return ye({
|
|
17150
17150
|
mutationFn: async (e) => await ee.chat.createThread(e),
|
|
17151
17151
|
onSuccess: t.onSuccess,
|
|
17152
17152
|
onError: t.onError,
|
|
@@ -17164,10 +17164,10 @@ function nx(t, e = {}) {
|
|
|
17164
17164
|
enabled: n,
|
|
17165
17165
|
options: e
|
|
17166
17166
|
});
|
|
17167
|
-
return
|
|
17167
|
+
return Pe(o);
|
|
17168
17168
|
}
|
|
17169
17169
|
function rx(t = {}) {
|
|
17170
|
-
return
|
|
17170
|
+
return ye({
|
|
17171
17171
|
mutationFn: async (e) => await ee.chat.postComment(e),
|
|
17172
17172
|
onSuccess: t.onSuccess,
|
|
17173
17173
|
onError: t.onError,
|
|
@@ -17176,7 +17176,7 @@ function rx(t = {}) {
|
|
|
17176
17176
|
});
|
|
17177
17177
|
}
|
|
17178
17178
|
function sx(t = {}) {
|
|
17179
|
-
return
|
|
17179
|
+
return ye({
|
|
17180
17180
|
mutationFn: async (e) => await ee.chat.updateComment(e),
|
|
17181
17181
|
onSuccess: t.onSuccess,
|
|
17182
17182
|
onError: t.onError,
|
|
@@ -17185,7 +17185,7 @@ function sx(t = {}) {
|
|
|
17185
17185
|
});
|
|
17186
17186
|
}
|
|
17187
17187
|
function ix(t = {}) {
|
|
17188
|
-
return
|
|
17188
|
+
return ye({
|
|
17189
17189
|
mutationFn: async (e) => await ee.chat.deleteComment(e),
|
|
17190
17190
|
onSuccess: t.onSuccess,
|
|
17191
17191
|
onError: t.onError,
|
|
@@ -17194,7 +17194,7 @@ function ix(t = {}) {
|
|
|
17194
17194
|
});
|
|
17195
17195
|
}
|
|
17196
17196
|
function ox(t = {}) {
|
|
17197
|
-
return
|
|
17197
|
+
return ye({
|
|
17198
17198
|
mutationFn: async (e) => await ee.chat.subscribeUser(e),
|
|
17199
17199
|
onSuccess: t.onSuccess,
|
|
17200
17200
|
onError: t.onError,
|
|
@@ -17203,7 +17203,7 @@ function ox(t = {}) {
|
|
|
17203
17203
|
});
|
|
17204
17204
|
}
|
|
17205
17205
|
function ax(t = {}) {
|
|
17206
|
-
return
|
|
17206
|
+
return ye({
|
|
17207
17207
|
mutationFn: async (e) => await ee.chat.unsubscribeUser(e),
|
|
17208
17208
|
onSuccess: t.onSuccess,
|
|
17209
17209
|
onError: t.onError,
|
|
@@ -17221,10 +17221,10 @@ function ux(t, e, n = {}) {
|
|
|
17221
17221
|
enabled: s,
|
|
17222
17222
|
options: n
|
|
17223
17223
|
});
|
|
17224
|
-
return
|
|
17224
|
+
return Pe(a);
|
|
17225
17225
|
}
|
|
17226
17226
|
function lx(t = {}) {
|
|
17227
|
-
return
|
|
17227
|
+
return ye({
|
|
17228
17228
|
mutationFn: async (e) => await ee.statement.createNewRun(e),
|
|
17229
17229
|
...t
|
|
17230
17230
|
});
|
|
@@ -17242,7 +17242,7 @@ function cx(t, e = {}) {
|
|
|
17242
17242
|
enabled: n,
|
|
17243
17243
|
options: e
|
|
17244
17244
|
});
|
|
17245
|
-
return
|
|
17245
|
+
return Pe(o);
|
|
17246
17246
|
}
|
|
17247
17247
|
function fx() {
|
|
17248
17248
|
const t = Qe(async () => (console.log("Fetching dataset data..."), await ee.dataset.getAllDatasets())), e = Je({
|
|
@@ -17250,7 +17250,7 @@ function fx() {
|
|
|
17250
17250
|
queryFn: t,
|
|
17251
17251
|
enabled: !0
|
|
17252
17252
|
});
|
|
17253
|
-
return
|
|
17253
|
+
return Pe(e);
|
|
17254
17254
|
}
|
|
17255
17255
|
function hx(t, e, n, s = {}) {
|
|
17256
17256
|
const o = !!t && !!e && !!n, a = Qe(async () => {
|
|
@@ -17267,7 +17267,7 @@ function hx(t, e, n, s = {}) {
|
|
|
17267
17267
|
enabled: o,
|
|
17268
17268
|
options: s
|
|
17269
17269
|
});
|
|
17270
|
-
return
|
|
17270
|
+
return Pe(u);
|
|
17271
17271
|
}
|
|
17272
17272
|
function dx(t, e, n = {}) {
|
|
17273
17273
|
const s = !!t && !!e, o = Qe(async () => {
|
|
@@ -17280,7 +17280,7 @@ function dx(t, e, n = {}) {
|
|
|
17280
17280
|
enabled: s,
|
|
17281
17281
|
options: n
|
|
17282
17282
|
});
|
|
17283
|
-
return
|
|
17283
|
+
return Pe(a);
|
|
17284
17284
|
}
|
|
17285
17285
|
function px(t, e = {}) {
|
|
17286
17286
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17293,7 +17293,7 @@ function px(t, e = {}) {
|
|
|
17293
17293
|
enabled: n,
|
|
17294
17294
|
options: e
|
|
17295
17295
|
});
|
|
17296
|
-
return
|
|
17296
|
+
return Pe(o);
|
|
17297
17297
|
}
|
|
17298
17298
|
function gx(t, e = {}) {
|
|
17299
17299
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17306,7 +17306,7 @@ function gx(t, e = {}) {
|
|
|
17306
17306
|
enabled: n,
|
|
17307
17307
|
options: e
|
|
17308
17308
|
});
|
|
17309
|
-
return
|
|
17309
|
+
return Pe(o);
|
|
17310
17310
|
}
|
|
17311
17311
|
function mx(t, e, n, s = {}) {
|
|
17312
17312
|
const o = !!t, a = Qe(async () => {
|
|
@@ -17323,7 +17323,7 @@ function mx(t, e, n, s = {}) {
|
|
|
17323
17323
|
enabled: o,
|
|
17324
17324
|
options: s
|
|
17325
17325
|
});
|
|
17326
|
-
return
|
|
17326
|
+
return Pe(u);
|
|
17327
17327
|
}
|
|
17328
17328
|
function vx(t, e = {}) {
|
|
17329
17329
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17336,7 +17336,7 @@ function vx(t, e = {}) {
|
|
|
17336
17336
|
enabled: n,
|
|
17337
17337
|
options: e
|
|
17338
17338
|
});
|
|
17339
|
-
return
|
|
17339
|
+
return Pe(o);
|
|
17340
17340
|
}
|
|
17341
17341
|
function _x(t, e = {}) {
|
|
17342
17342
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17349,7 +17349,7 @@ function _x(t, e = {}) {
|
|
|
17349
17349
|
enabled: n,
|
|
17350
17350
|
options: e
|
|
17351
17351
|
});
|
|
17352
|
-
return
|
|
17352
|
+
return Pe(o);
|
|
17353
17353
|
}
|
|
17354
17354
|
function yx(t, e = {}) {
|
|
17355
17355
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17362,7 +17362,7 @@ function yx(t, e = {}) {
|
|
|
17362
17362
|
enabled: n,
|
|
17363
17363
|
options: e
|
|
17364
17364
|
});
|
|
17365
|
-
return
|
|
17365
|
+
return Pe(o);
|
|
17366
17366
|
}
|
|
17367
17367
|
function bx(t, e = {}) {
|
|
17368
17368
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17375,11 +17375,11 @@ function bx(t, e = {}) {
|
|
|
17375
17375
|
enabled: n,
|
|
17376
17376
|
options: e
|
|
17377
17377
|
});
|
|
17378
|
-
return
|
|
17378
|
+
return Pe(o);
|
|
17379
17379
|
}
|
|
17380
17380
|
var t1 = /* @__PURE__ */ ((t) => (t.Succeeded = "Succeeded", t.Failed = "Failed", t.Running = "Running", t.NotFound = "NotFound", t))(t1 || {});
|
|
17381
17381
|
function wx(t = {}) {
|
|
17382
|
-
return
|
|
17382
|
+
return ye({
|
|
17383
17383
|
mutationFn: async (e) => (console.log("Fetching workflow instance status..."), await ee.workflow.getWorkflowInstanceStatusById(e)),
|
|
17384
17384
|
...t
|
|
17385
17385
|
});
|
|
@@ -17395,7 +17395,7 @@ function Sx(t, e = {}) {
|
|
|
17395
17395
|
enabled: n,
|
|
17396
17396
|
options: e
|
|
17397
17397
|
});
|
|
17398
|
-
return
|
|
17398
|
+
return Pe(o);
|
|
17399
17399
|
}
|
|
17400
17400
|
function Tx(t, e = {}) {
|
|
17401
17401
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17408,7 +17408,7 @@ function Tx(t, e = {}) {
|
|
|
17408
17408
|
enabled: n,
|
|
17409
17409
|
options: e
|
|
17410
17410
|
});
|
|
17411
|
-
return
|
|
17411
|
+
return Pe(o);
|
|
17412
17412
|
}
|
|
17413
17413
|
function Cx(t, e, n = {}) {
|
|
17414
17414
|
const {
|
|
@@ -17434,7 +17434,7 @@ function Cx(t, e, n = {}) {
|
|
|
17434
17434
|
enabled: d,
|
|
17435
17435
|
options: c
|
|
17436
17436
|
});
|
|
17437
|
-
return
|
|
17437
|
+
return Pe(m);
|
|
17438
17438
|
}
|
|
17439
17439
|
function Ex() {
|
|
17440
17440
|
const t = Qe(async () => (console.log("Fetching input table data..."), await ee.inputTable.getInputTables())), e = Je({
|
|
@@ -17442,7 +17442,7 @@ function Ex() {
|
|
|
17442
17442
|
queryFn: t,
|
|
17443
17443
|
enabled: !0
|
|
17444
17444
|
});
|
|
17445
|
-
return
|
|
17445
|
+
return Pe(e);
|
|
17446
17446
|
}
|
|
17447
17447
|
function Ox(t, e = {}) {
|
|
17448
17448
|
const n = [
|
|
@@ -17467,11 +17467,11 @@ function Ox(t, e = {}) {
|
|
|
17467
17467
|
enabled: m,
|
|
17468
17468
|
options: d
|
|
17469
17469
|
});
|
|
17470
|
-
return
|
|
17470
|
+
return Pe(R);
|
|
17471
17471
|
}
|
|
17472
17472
|
function Rx(t = {}) {
|
|
17473
17473
|
const e = kt();
|
|
17474
|
-
return
|
|
17474
|
+
return ye({
|
|
17475
17475
|
mutationFn: async (n) => (console.log("Inserting row into input table..."), await ee.inputTable.insertRow(n.tableId, n.rowData)),
|
|
17476
17476
|
onSuccess: (n, s, o) => {
|
|
17477
17477
|
var a;
|
|
@@ -17488,7 +17488,7 @@ function Rx(t = {}) {
|
|
|
17488
17488
|
}
|
|
17489
17489
|
function Ax(t = {}) {
|
|
17490
17490
|
const e = kt();
|
|
17491
|
-
return
|
|
17491
|
+
return ye({
|
|
17492
17492
|
mutationFn: async (n) => (console.log("Updating input table row..."), await ee.inputTable.updateRow(
|
|
17493
17493
|
n.tableId,
|
|
17494
17494
|
n.updateData,
|
|
@@ -17509,7 +17509,7 @@ function Ax(t = {}) {
|
|
|
17509
17509
|
}
|
|
17510
17510
|
function xx(t = {}) {
|
|
17511
17511
|
const e = kt();
|
|
17512
|
-
return
|
|
17512
|
+
return ye({
|
|
17513
17513
|
mutationFn: async (n) => (console.log("Deleting input table row(s)..."), await ee.inputTable.deleteRow(
|
|
17514
17514
|
n.tableId,
|
|
17515
17515
|
n.rowId,
|
|
@@ -17529,31 +17529,31 @@ function xx(t = {}) {
|
|
|
17529
17529
|
});
|
|
17530
17530
|
}
|
|
17531
17531
|
function Px(t = {}) {
|
|
17532
|
-
return
|
|
17532
|
+
return ye({
|
|
17533
17533
|
mutationFn: async (e) => (console.log("Running definition..."), await ee.definition.runDefinition(e)),
|
|
17534
17534
|
...t
|
|
17535
17535
|
});
|
|
17536
17536
|
}
|
|
17537
17537
|
function kx(t = {}) {
|
|
17538
|
-
return
|
|
17538
|
+
return ye({
|
|
17539
17539
|
mutationFn: async (e) => await ee.definition.runPublishedDefinition(e),
|
|
17540
17540
|
...t
|
|
17541
17541
|
});
|
|
17542
17542
|
}
|
|
17543
17543
|
function Ix(t = {}) {
|
|
17544
|
-
return
|
|
17544
|
+
return ye({
|
|
17545
17545
|
mutationFn: async (e) => await ee.definition.runSampleDefinition(e),
|
|
17546
17546
|
...t
|
|
17547
17547
|
});
|
|
17548
17548
|
}
|
|
17549
17549
|
function Fx(t = {}) {
|
|
17550
|
-
return
|
|
17550
|
+
return ye({
|
|
17551
17551
|
mutationFn: async (e) => (console.log("Triggering HTTP workflow..."), await ee.workflow.triggerHttpWorkflowById(e)),
|
|
17552
17552
|
...t
|
|
17553
17553
|
});
|
|
17554
17554
|
}
|
|
17555
17555
|
function Dx(t = {}) {
|
|
17556
|
-
return
|
|
17556
|
+
return ye({
|
|
17557
17557
|
mutationFn: async (e) => (console.log("Triggering workflow..."), await ee.workflow.triggerWorkflowById(e)),
|
|
17558
17558
|
...t
|
|
17559
17559
|
});
|
|
@@ -17565,7 +17565,7 @@ function n1(t = {}) {
|
|
|
17565
17565
|
enabled: e,
|
|
17566
17566
|
options: t
|
|
17567
17567
|
});
|
|
17568
|
-
return
|
|
17568
|
+
return Pe(s);
|
|
17569
17569
|
}
|
|
17570
17570
|
const Lx = n1, r1 = ["Owner", "Editor", "Viewer", "ReadOnly"];
|
|
17571
17571
|
var dg;
|
|
@@ -17600,10 +17600,10 @@ function Mx(t, e, n = {}) {
|
|
|
17600
17600
|
enabled: s,
|
|
17601
17601
|
options: n
|
|
17602
17602
|
});
|
|
17603
|
-
return
|
|
17603
|
+
return Pe(a);
|
|
17604
17604
|
}
|
|
17605
17605
|
function Nx(t = {}) {
|
|
17606
|
-
return
|
|
17606
|
+
return ye({
|
|
17607
17607
|
mutationFn: async (e) => (console.log("Uploading file..."), await ee.files.fileUpload(e)),
|
|
17608
17608
|
...t
|
|
17609
17609
|
});
|
|
@@ -17623,7 +17623,7 @@ function qx({
|
|
|
17623
17623
|
enabled: o,
|
|
17624
17624
|
options: s
|
|
17625
17625
|
});
|
|
17626
|
-
return
|
|
17626
|
+
return Pe(u);
|
|
17627
17627
|
}
|
|
17628
17628
|
function Ux(t, e = {}) {
|
|
17629
17629
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17636,7 +17636,7 @@ function Ux(t, e = {}) {
|
|
|
17636
17636
|
enabled: n,
|
|
17637
17637
|
options: e
|
|
17638
17638
|
});
|
|
17639
|
-
return
|
|
17639
|
+
return Pe(o);
|
|
17640
17640
|
}
|
|
17641
17641
|
function Bx(t, e = {}) {
|
|
17642
17642
|
const n = !!t, s = Qe(async () => {
|
|
@@ -17649,22 +17649,22 @@ function Bx(t, e = {}) {
|
|
|
17649
17649
|
enabled: n,
|
|
17650
17650
|
options: e
|
|
17651
17651
|
});
|
|
17652
|
-
return
|
|
17652
|
+
return Pe(o);
|
|
17653
17653
|
}
|
|
17654
17654
|
function jx(t = {}) {
|
|
17655
|
-
return
|
|
17655
|
+
return ye({
|
|
17656
17656
|
mutationFn: async (e) => (console.log("Saving workbook..."), await ee.workbook.saveWorkbook(e)),
|
|
17657
17657
|
...t
|
|
17658
17658
|
});
|
|
17659
17659
|
}
|
|
17660
17660
|
function $x(t = {}) {
|
|
17661
|
-
return
|
|
17661
|
+
return ye({
|
|
17662
17662
|
mutationFn: async (e) => (console.log("Publishing workbook..."), await ee.workbook.publishWorkbook(e)),
|
|
17663
17663
|
...t
|
|
17664
17664
|
});
|
|
17665
17665
|
}
|
|
17666
17666
|
function Hx(t = {}) {
|
|
17667
|
-
return
|
|
17667
|
+
return ye({
|
|
17668
17668
|
mutationFn: async (e) => (console.log("Running recon workflow..."), await ee.recon.runRecon(e)),
|
|
17669
17669
|
...t
|
|
17670
17670
|
});
|
|
@@ -17675,7 +17675,7 @@ function Wx(t, e, n = {}) {
|
|
|
17675
17675
|
throw new Error("Form instance ID and revision are required");
|
|
17676
17676
|
return console.log("Fetching form schema..."), await ee.form.getFormSchema({ formInstanceId: t, formRevision: e });
|
|
17677
17677
|
});
|
|
17678
|
-
return
|
|
17678
|
+
return Pe(
|
|
17679
17679
|
Je({
|
|
17680
17680
|
queryKey: ["form", "getFormSchema", t, e],
|
|
17681
17681
|
queryFn: o,
|
|
@@ -17695,10 +17695,10 @@ function zx(t, e = {}) {
|
|
|
17695
17695
|
enabled: n,
|
|
17696
17696
|
options: e
|
|
17697
17697
|
});
|
|
17698
|
-
return
|
|
17698
|
+
return Pe(o);
|
|
17699
17699
|
}
|
|
17700
17700
|
function Gx(t, e = {}) {
|
|
17701
|
-
return
|
|
17701
|
+
return Pe({
|
|
17702
17702
|
queryKey: ["form", t],
|
|
17703
17703
|
queryFn: async () => {
|
|
17704
17704
|
if (!t)
|
|
@@ -17710,91 +17710,91 @@ function Gx(t, e = {}) {
|
|
|
17710
17710
|
});
|
|
17711
17711
|
}
|
|
17712
17712
|
function Vx(t = {}) {
|
|
17713
|
-
return
|
|
17713
|
+
return ye({
|
|
17714
17714
|
mutationFn: async (e) => await ee.form.createOrUpdateForm(e),
|
|
17715
17715
|
...t
|
|
17716
17716
|
});
|
|
17717
17717
|
}
|
|
17718
17718
|
function Kx(t = {}) {
|
|
17719
|
-
return
|
|
17719
|
+
return ye({
|
|
17720
17720
|
mutationFn: async (e) => await ee.audit.getAuditLogs(e),
|
|
17721
17721
|
...t
|
|
17722
17722
|
});
|
|
17723
17723
|
}
|
|
17724
17724
|
function Qx(t = {}) {
|
|
17725
|
-
return
|
|
17725
|
+
return ye({
|
|
17726
17726
|
mutationFn: async (e) => await ee.audit.createAuditLog(e),
|
|
17727
17727
|
...t
|
|
17728
17728
|
});
|
|
17729
17729
|
}
|
|
17730
17730
|
function Jx(t = {}) {
|
|
17731
|
-
return
|
|
17731
|
+
return Pe({
|
|
17732
17732
|
queryKey: ["templatedPipelines"],
|
|
17733
17733
|
queryFn: async () => await ee.templatedPipeline.getAllTemplatedPipelines(),
|
|
17734
17734
|
...t
|
|
17735
17735
|
});
|
|
17736
17736
|
}
|
|
17737
17737
|
function Xx(t = {}) {
|
|
17738
|
-
return
|
|
17738
|
+
return Pe({
|
|
17739
17739
|
queryKey: ["reconWorkflows"],
|
|
17740
17740
|
queryFn: async () => await ee.recon.getAllReconWorkflows(),
|
|
17741
17741
|
...t
|
|
17742
17742
|
});
|
|
17743
17743
|
}
|
|
17744
17744
|
function Yx(t = {}) {
|
|
17745
|
-
return
|
|
17745
|
+
return Pe({
|
|
17746
17746
|
queryKey: ["users"],
|
|
17747
17747
|
queryFn: async () => await ee.user.getAllUsers(),
|
|
17748
17748
|
...t
|
|
17749
17749
|
});
|
|
17750
17750
|
}
|
|
17751
17751
|
function Zx(t = {}) {
|
|
17752
|
-
return
|
|
17752
|
+
return Pe({
|
|
17753
17753
|
queryKey: ["httpTriggers"],
|
|
17754
17754
|
queryFn: async () => await ee.workflow.getAllHttpTriggers(),
|
|
17755
17755
|
...t
|
|
17756
17756
|
});
|
|
17757
17757
|
}
|
|
17758
17758
|
function eP(t = {}) {
|
|
17759
|
-
return
|
|
17759
|
+
return ye({
|
|
17760
17760
|
mutationFn: async (e) => await ee.process.markTaskDone(e),
|
|
17761
17761
|
...t
|
|
17762
17762
|
});
|
|
17763
17763
|
}
|
|
17764
17764
|
function tP(t = {}) {
|
|
17765
|
-
return
|
|
17765
|
+
return ye({
|
|
17766
17766
|
mutationFn: async (e) => await ee.process.reassignTask(e),
|
|
17767
17767
|
...t
|
|
17768
17768
|
});
|
|
17769
17769
|
}
|
|
17770
17770
|
function nP(t = {}, e = {}) {
|
|
17771
|
-
return
|
|
17771
|
+
return Pe({
|
|
17772
17772
|
queryKey: ["inboxItems", "all", t.page, t.perPage],
|
|
17773
17773
|
queryFn: async () => await ee.inboxItems.getAllInboxItems(t),
|
|
17774
17774
|
...e
|
|
17775
17775
|
});
|
|
17776
17776
|
}
|
|
17777
17777
|
function rP(t = {}) {
|
|
17778
|
-
return
|
|
17778
|
+
return ye({
|
|
17779
17779
|
mutationFn: async (e) => await ee.inboxItems.markItemAsRead(e),
|
|
17780
17780
|
...t
|
|
17781
17781
|
});
|
|
17782
17782
|
}
|
|
17783
17783
|
function sP(t = {}) {
|
|
17784
|
-
return
|
|
17784
|
+
return ye({
|
|
17785
17785
|
mutationFn: async (e) => await ee.inboxItems.markItemAsUnread(e),
|
|
17786
17786
|
...t
|
|
17787
17787
|
});
|
|
17788
17788
|
}
|
|
17789
17789
|
function iP(t, e = {}) {
|
|
17790
|
-
return
|
|
17790
|
+
return Pe({
|
|
17791
17791
|
queryKey: ["emailConversations", t == null ? void 0 : t.page, t == null ? void 0 : t.pageSize, t == null ? void 0 : t.tag, t == null ? void 0 : t.orderByCreatedDate],
|
|
17792
17792
|
queryFn: async () => await ee.emailEngine.getAllConversations(t),
|
|
17793
17793
|
...e
|
|
17794
17794
|
});
|
|
17795
17795
|
}
|
|
17796
17796
|
function oP(t, e = {}) {
|
|
17797
|
-
return
|
|
17797
|
+
return Pe({
|
|
17798
17798
|
queryKey: ["emailConversation", t],
|
|
17799
17799
|
queryFn: async () => await ee.emailEngine.getConversation({
|
|
17800
17800
|
conversationId: t
|
|
@@ -17805,7 +17805,7 @@ function oP(t, e = {}) {
|
|
|
17805
17805
|
}
|
|
17806
17806
|
function aP(t = {}) {
|
|
17807
17807
|
const e = kt();
|
|
17808
|
-
return
|
|
17808
|
+
return ye({
|
|
17809
17809
|
mutationFn: async (n) => await ee.emailEngine.createConversation(n),
|
|
17810
17810
|
onSuccess: () => {
|
|
17811
17811
|
e.invalidateQueries({ queryKey: ["emailConversations"] });
|
|
@@ -17815,7 +17815,7 @@ function aP(t = {}) {
|
|
|
17815
17815
|
}
|
|
17816
17816
|
function uP(t = {}) {
|
|
17817
17817
|
const e = kt();
|
|
17818
|
-
return
|
|
17818
|
+
return ye({
|
|
17819
17819
|
mutationFn: async (n) => await ee.emailEngine.replyToConversation(n),
|
|
17820
17820
|
onSuccess: (n, s) => {
|
|
17821
17821
|
e.invalidateQueries({
|
|
@@ -17825,10 +17825,19 @@ function uP(t = {}) {
|
|
|
17825
17825
|
...t
|
|
17826
17826
|
});
|
|
17827
17827
|
}
|
|
17828
|
-
function lP(t = {}) {
|
|
17829
|
-
return
|
|
17830
|
-
|
|
17831
|
-
|
|
17828
|
+
function lP(t, e = {}) {
|
|
17829
|
+
return Pe({
|
|
17830
|
+
queryKey: [
|
|
17831
|
+
"emailMessagesBySender",
|
|
17832
|
+
t.senderId,
|
|
17833
|
+
t.direction,
|
|
17834
|
+
t.page,
|
|
17835
|
+
t.pageSize,
|
|
17836
|
+
t.orderByCreatedDate
|
|
17837
|
+
],
|
|
17838
|
+
queryFn: async () => await ee.emailEngine.getMessageBySenderId(t),
|
|
17839
|
+
enabled: !!t.senderId,
|
|
17840
|
+
...e
|
|
17832
17841
|
});
|
|
17833
17842
|
}
|
|
17834
17843
|
function cP(t = {}) {
|
|
@@ -17838,70 +17847,70 @@ function cP(t = {}) {
|
|
|
17838
17847
|
enabled: !0,
|
|
17839
17848
|
options: t
|
|
17840
17849
|
});
|
|
17841
|
-
return
|
|
17850
|
+
return Pe(n);
|
|
17842
17851
|
}
|
|
17843
17852
|
function fP(t = {}) {
|
|
17844
|
-
return
|
|
17853
|
+
return ye({
|
|
17845
17854
|
mutationFn: async ({ code: e }) => await ee.tcn.exchangeCode(e),
|
|
17846
17855
|
...t
|
|
17847
17856
|
});
|
|
17848
17857
|
}
|
|
17849
17858
|
function hP(t = {}) {
|
|
17850
|
-
return
|
|
17859
|
+
return ye({
|
|
17851
17860
|
mutationFn: async ({ refresh_token: e }) => await ee.tcn.refreshToken(e),
|
|
17852
17861
|
...t
|
|
17853
17862
|
});
|
|
17854
17863
|
}
|
|
17855
17864
|
function dP(t = {}) {
|
|
17856
|
-
return
|
|
17865
|
+
return ye({
|
|
17857
17866
|
mutationFn: async ({ token: e }) => await ee.tcn.getCurrentAgent(e),
|
|
17858
17867
|
...t
|
|
17859
17868
|
});
|
|
17860
17869
|
}
|
|
17861
17870
|
function pP(t = {}) {
|
|
17862
|
-
return
|
|
17871
|
+
return ye({
|
|
17863
17872
|
mutationFn: async ({ token: e, huntGroupSid: n }) => await ee.tcn.getAgentSkills(e, n),
|
|
17864
17873
|
...t
|
|
17865
17874
|
});
|
|
17866
17875
|
}
|
|
17867
17876
|
function gP(t = {}) {
|
|
17868
|
-
return
|
|
17877
|
+
return ye({
|
|
17869
17878
|
mutationFn: async ({ token: e, huntGroupSid: n, skills: s }) => await ee.tcn.createSession(e, n, s),
|
|
17870
17879
|
...t
|
|
17871
17880
|
});
|
|
17872
17881
|
}
|
|
17873
17882
|
function mP(t = {}) {
|
|
17874
|
-
return
|
|
17883
|
+
return ye({
|
|
17875
17884
|
mutationFn: async ({ token: e, sessionSid: n }) => await ee.tcn.keepAlive(e, n),
|
|
17876
17885
|
...t
|
|
17877
17886
|
});
|
|
17878
17887
|
}
|
|
17879
17888
|
function vP(t = {}) {
|
|
17880
|
-
return
|
|
17889
|
+
return ye({
|
|
17881
17890
|
mutationFn: async ({ token: e }) => await ee.tcn.agentGetStatus(e),
|
|
17882
17891
|
...t
|
|
17883
17892
|
});
|
|
17884
17893
|
}
|
|
17885
17894
|
function _P(t = {}) {
|
|
17886
|
-
return
|
|
17895
|
+
return ye({
|
|
17887
17896
|
mutationFn: async ({ token: e, huntGroupSid: n }) => await ee.tcn.getHuntGroupAgentSettings(e, n),
|
|
17888
17897
|
...t
|
|
17889
17898
|
});
|
|
17890
17899
|
}
|
|
17891
17900
|
function yP(t = {}) {
|
|
17892
|
-
return
|
|
17901
|
+
return ye({
|
|
17893
17902
|
mutationFn: async ({ token: e, sessionSid: n }) => await ee.tcn.dialManualPrepare(e, n),
|
|
17894
17903
|
...t
|
|
17895
17904
|
});
|
|
17896
17905
|
}
|
|
17897
17906
|
function bP(t = {}) {
|
|
17898
|
-
return
|
|
17907
|
+
return ye({
|
|
17899
17908
|
mutationFn: async ({ token: e, call: n }) => await ee.tcn.processManualDial(e, n),
|
|
17900
17909
|
...t
|
|
17901
17910
|
});
|
|
17902
17911
|
}
|
|
17903
17912
|
function wP(t = {}) {
|
|
17904
|
-
return
|
|
17913
|
+
return ye({
|
|
17905
17914
|
mutationFn: async ({ token: e, agentSessionSid: n, huntGroupSid: s, simpleCallData: o }) => await ee.tcn.manualDialStart(
|
|
17906
17915
|
e,
|
|
17907
17916
|
n,
|
|
@@ -17912,31 +17921,31 @@ function wP(t = {}) {
|
|
|
17912
17921
|
});
|
|
17913
17922
|
}
|
|
17914
17923
|
function SP(t = {}) {
|
|
17915
|
-
return
|
|
17924
|
+
return ye({
|
|
17916
17925
|
mutationFn: async ({ token: e, sessionSid: n, reason: s }) => await ee.tcn.agentDisconnect(e, n, s),
|
|
17917
17926
|
...t
|
|
17918
17927
|
});
|
|
17919
17928
|
}
|
|
17920
17929
|
function TP(t = {}) {
|
|
17921
|
-
return
|
|
17930
|
+
return ye({
|
|
17922
17931
|
mutationFn: async ({ token: e, sessionSid: n }) => await ee.tcn.agentPause(e, n),
|
|
17923
17932
|
...t
|
|
17924
17933
|
});
|
|
17925
17934
|
}
|
|
17926
17935
|
function CP(t = {}) {
|
|
17927
|
-
return
|
|
17936
|
+
return ye({
|
|
17928
17937
|
mutationFn: async ({ token: e, sessionSid: n }) => await ee.tcn.agentSetReady(e, n),
|
|
17929
17938
|
...t
|
|
17930
17939
|
});
|
|
17931
17940
|
}
|
|
17932
17941
|
function EP(t = {}) {
|
|
17933
|
-
return
|
|
17942
|
+
return ye({
|
|
17934
17943
|
mutationFn: async ({ token: e, sessionSid: n }) => await ee.tcn.agentGetConnectedParty(e, n),
|
|
17935
17944
|
...t
|
|
17936
17945
|
});
|
|
17937
17946
|
}
|
|
17938
17947
|
function OP(t = {}) {
|
|
17939
|
-
return
|
|
17948
|
+
return ye({
|
|
17940
17949
|
mutationFn: async ({ token: e, callSid: n }) => await ee.tcn.getCallData(e, n),
|
|
17941
17950
|
...t
|
|
17942
17951
|
});
|
|
@@ -19789,7 +19798,7 @@ var QP = (t, e = !1) => {
|
|
|
19789
19798
|
const e = lv(() => {
|
|
19790
19799
|
const n = this, [s] = O(this, $i), [o] = O(this, Hi), [a] = O(this, Wi), [u] = O(this, zi), [c] = O(this, Bi);
|
|
19791
19800
|
let d;
|
|
19792
|
-
return O(this, Gi) ? d = O(this, Gi) : (d = av(() => import("./COOQDZLH-
|
|
19801
|
+
return O(this, Gi) ? d = O(this, Gi) : (d = av(() => import("./COOQDZLH-BjIvLrpI.js")), V(this, Gi, d)), Av(O(this, ya), O(this, ji)), iv(d, ov({
|
|
19793
19802
|
get queryFlavor() {
|
|
19794
19803
|
return O(n, va);
|
|
19795
19804
|
},
|
|
@@ -19883,7 +19892,7 @@ var QP = (t, e = !1) => {
|
|
|
19883
19892
|
const e = lv(() => {
|
|
19884
19893
|
const n = this, [s] = O(this, Qi), [o] = O(this, Ji), [a] = O(this, Xi), [u] = O(this, Yi), [c] = O(this, Vi), [d] = O(this, Zi);
|
|
19885
19894
|
let _;
|
|
19886
|
-
return O(this, eo) ? _ = O(this, eo) : (_ = av(() => import("./MU7WGUJF-
|
|
19895
|
+
return O(this, eo) ? _ = O(this, eo) : (_ = av(() => import("./MU7WGUJF-B2Rv6sfE.js")), V(this, eo, _)), Av(O(this, Ca), O(this, Ki)), iv(_, ov({
|
|
19887
19896
|
get queryFlavor() {
|
|
19888
19897
|
return O(n, Sa);
|
|
19889
19898
|
},
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { W as a, X as t, Y as u, Z as n, _ as o, a0 as r, a1 as i, a2 as l, a3 as b, a4 as c, a5 as T, a6 as d, a7 as G, a8 as k, a9 as p, aa as m, ab as g, ac as C, ad as D, ae as y, af as R, ag as S, ah as A, ai as I, aj as h, ak as U, al as f, am as w, an as B, ao as W, ap as P, aq as F, ar as M, as as v, at as x, au as H, av as V, aw as L, ax as Q, ay as j, az as E, aA as K, aB as O, aC as X, aD as Y, aE as Z, aF as _, aG as q, aH as z, aI as J, aJ as N, aK as $, aL as ee, aM as se, aN as ae, aO as te, aP as ue, aQ as ne, aR as oe, aS as re, aT as ie, aU as le, aV as be, aW as ce, aX as Te, aY as de, aZ as Ge, a_ as ke, a$ as pe, b0 as me, b1 as ge, b2 as Ce, b3 as De, b4 as ye, b5 as Re, b6 as Se, b7 as Ae, b8 as Ie, b9 as he, ba as Ue, bb as fe, bc as we, bd as Be, be as We, bf as Pe, bg as Fe, bh as Me, bi as ve, bj as xe, bk as He, bl as Ve } from "./index-
|
|
1
|
+
import { W as a, X as t, Y as u, Z as n, _ as o, a0 as r, a1 as i, a2 as l, a3 as b, a4 as c, a5 as T, a6 as d, a7 as G, a8 as k, a9 as p, aa as m, ab as g, ac as C, ad as D, ae as y, af as R, ag as S, ah as A, ai as I, aj as h, ak as U, al as f, am as w, an as B, ao as W, ap as P, aq as F, ar as M, as as v, at as x, au as H, av as V, aw as L, ax as Q, ay as j, az as E, aA as K, aB as O, aC as X, aD as Y, aE as Z, aF as _, aG as q, aH as z, aI as J, aJ as N, aK as $, aL as ee, aM as se, aN as ae, aO as te, aP as ue, aQ as ne, aR as oe, aS as re, aT as ie, aU as le, aV as be, aW as ce, aX as Te, aY as de, aZ as Ge, a_ as ke, a$ as pe, b0 as me, b1 as ge, b2 as Ce, b3 as De, b4 as ye, b5 as Re, b6 as Se, b7 as Ae, b8 as Ie, b9 as he, ba as Ue, bb as fe, bc as we, bd as Be, be as We, bf as Pe, bg as Fe, bh as Me, bi as ve, bj as xe, bk as He, bl as Ve } from "./index-l1WUkZ7i.js";
|
|
2
2
|
export {
|
|
3
3
|
a as ReactQueryDevtools,
|
|
4
4
|
t as WorkflowStatus,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluecopa/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.54",
|
|
4
4
|
"description": "Bluecopa react library with TanStack Query integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react-dom": ">=18.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@bluecopa/core": "0.1.
|
|
30
|
+
"@bluecopa/core": "0.1.53",
|
|
31
31
|
"@tanstack/react-query": "5.59.0",
|
|
32
32
|
"@tanstack/react-query-devtools": "5.59.0"
|
|
33
33
|
},
|