@overmap-ai/core 1.0.78-workflows-2.12 → 1.0.78-workflows-2.13
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/overmap-core.js
CHANGED
|
@@ -2,8 +2,8 @@ var Pc = Object.defineProperty;
|
|
|
2
2
|
var Mc = (t, s, e) => s in t ? Pc(t, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[s] = e;
|
|
3
3
|
var h = (t, s, e) => Mc(t, typeof s != "symbol" ? s + "" : s, e);
|
|
4
4
|
import "@redux-offline/redux-offline/lib/types";
|
|
5
|
-
import { createAction as
|
|
6
|
-
import
|
|
5
|
+
import { createAction as Qt, createSelector as p, createSlice as T, isAnyOf as k, combineReducers as Zi, compose as Fc } from "@reduxjs/toolkit";
|
|
6
|
+
import St from "superagent";
|
|
7
7
|
import { v4 as lt } from "uuid";
|
|
8
8
|
import { useMemo as Rc } from "react";
|
|
9
9
|
import { saveAs as Ec } from "file-saver";
|
|
@@ -116,7 +116,7 @@ function Ug() {
|
|
|
116
116
|
})
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
|
-
const Bt = "versioning", O =
|
|
119
|
+
const Bt = "versioning", O = Qt("RESET"), z = Qt("RESET_PROJECT_STATE"), b = Qt("RESET_ORGANIZATION_STATE");
|
|
120
120
|
function Lg(t, s) {
|
|
121
121
|
return Rc(t, s);
|
|
122
122
|
}
|
|
@@ -155,9 +155,9 @@ class Is {
|
|
|
155
155
|
throw new Error("`finally` not implemented");
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
|
-
let
|
|
158
|
+
let Yt = !1;
|
|
159
159
|
const Hc = "";
|
|
160
|
-
["true", "1"].includes(Hc.toLowerCase()) && (
|
|
160
|
+
["true", "1"].includes(Hc.toLowerCase()) && (Yt = !0);
|
|
161
161
|
function Ng(t, s) {
|
|
162
162
|
if (t === s) return !0;
|
|
163
163
|
if (typeof t != typeof s)
|
|
@@ -175,7 +175,7 @@ function tn(t) {
|
|
|
175
175
|
const s = {};
|
|
176
176
|
return function() {
|
|
177
177
|
const e = Array.prototype.slice.call(arguments);
|
|
178
|
-
return e in s ? (
|
|
178
|
+
return e in s ? (Yt && console.debug(`Memoization debug: Using memorized return value for ${t.toString()}(`, e, ")"), s[e]) : (Yt && console.debug(`Memoization debug: Cache miss! Memoizing ${t.toString()}(`, e, ")"), s[e] = t.apply(this, e));
|
|
179
179
|
};
|
|
180
180
|
}
|
|
181
181
|
function Hg(t, s) {
|
|
@@ -184,18 +184,18 @@ function Hg(t, s) {
|
|
|
184
184
|
if (t[e] !== s[e]) return !1;
|
|
185
185
|
return !0;
|
|
186
186
|
}
|
|
187
|
-
const S = (t) => t.length === 0 ? $c : t,
|
|
187
|
+
const S = (t) => t.length === 0 ? $c : t, Jt = (t) => Object.keys(t).length === 0 ? Wc : t, Gc = tn((t) => {
|
|
188
188
|
if (!t) return "";
|
|
189
|
-
const s = new Date(t), e = s.getFullYear() ===
|
|
189
|
+
const s = new Date(t), e = s.getFullYear() === Zt.getFullYear(), i = { day: "numeric", month: "short" };
|
|
190
190
|
return e || (i.year = "numeric"), s.toLocaleDateString([], i);
|
|
191
|
-
}), Kc = new Intl.RelativeTimeFormat([], { style: "long", numeric: "auto" }), Yc = 1e3 * 86400,
|
|
192
|
-
const i = Math.round((new Date(t).getTime() -
|
|
191
|
+
}), Kc = new Intl.RelativeTimeFormat([], { style: "long", numeric: "auto" }), Yc = 1e3 * 86400, Zt = /* @__PURE__ */ new Date(), Gg = (t) => new Date(t).toDateString() === Zt.toDateString(), Kg = tn((t, s, e) => {
|
|
192
|
+
const i = Math.round((new Date(t).getTime() - Zt.getTime()) / Yc);
|
|
193
193
|
return i < s || i > e ? Gc(t) : Kc.format(i, "days");
|
|
194
194
|
});
|
|
195
195
|
function Qc(t) {
|
|
196
196
|
return new Uint8Array(t).reduce((e, i) => e + i.toString(16).padStart(2, "0"), "");
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function Ht(t) {
|
|
199
199
|
return new Promise((s, e) => {
|
|
200
200
|
const i = new FileReader();
|
|
201
201
|
i.onload = () => {
|
|
@@ -260,11 +260,11 @@ function eP(t) {
|
|
|
260
260
|
function V(t) {
|
|
261
261
|
return t.map(({ uuid: s }) => s);
|
|
262
262
|
}
|
|
263
|
-
function
|
|
263
|
+
function Xt(t, s) {
|
|
264
264
|
return t.localeCompare(s);
|
|
265
265
|
}
|
|
266
266
|
function sn(t, s) {
|
|
267
|
-
return
|
|
267
|
+
return Xt(t.uuid, s.uuid);
|
|
268
268
|
}
|
|
269
269
|
function tP(t, s = void 0, e = 255) {
|
|
270
270
|
let i = t.replace(/[^a-z0-9_\-.]/gi, "_").replace(/_{2,}/g, "_");
|
|
@@ -574,22 +574,22 @@ const f = (
|
|
|
574
574
|
updateAssetProcedureTypeFieldsMany: sd,
|
|
575
575
|
deleteAssetProcedureTypeFields: id,
|
|
576
576
|
deleteAssetProcedureTypeFieldsMany: nd
|
|
577
|
-
} = fn.actions, ad = fn.reducer, rd = (t) => t.assetProcedureTypeFieldsReducer.instances,
|
|
577
|
+
} = fn.actions, ad = fn.reducer, rd = (t) => t.assetProcedureTypeFieldsReducer.instances, es = p(
|
|
578
578
|
[rd],
|
|
579
579
|
(t) => Object.values(t)
|
|
580
580
|
), AP = f(
|
|
581
581
|
p(
|
|
582
|
-
[
|
|
582
|
+
[es, (t, s) => s],
|
|
583
583
|
(t, s) => S(t.filter((e) => e.asset_procedure_type === s))
|
|
584
584
|
)
|
|
585
585
|
), wP = f(
|
|
586
586
|
p(
|
|
587
|
-
[
|
|
587
|
+
[es, (t, s) => s],
|
|
588
588
|
(t, s) => t.filter((e) => e.asset_procedure_type === s).sort((e, i) => e.submitted_at > i.submitted_at ? -1 : 1)[0]
|
|
589
589
|
)
|
|
590
590
|
), cd = (t) => (s) => s.assetProcedureTypeFieldsReducer.instances[t], od = f(
|
|
591
591
|
p(
|
|
592
|
-
[
|
|
592
|
+
[es, (t, s) => s],
|
|
593
593
|
(t, s) => {
|
|
594
594
|
const e = new Set(s);
|
|
595
595
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -674,22 +674,22 @@ const f = (
|
|
|
674
674
|
updateAssetProcedureTypeFieldValuesMany: Pd,
|
|
675
675
|
deleteAssetProcedureTypeFieldValues: Md,
|
|
676
676
|
deleteAssetProcedureTypeFieldValuesMany: Fd
|
|
677
|
-
} = Tn.actions, Rd = Tn.reducer, Ed = (t) => t.assetProcedureTypeFieldValuesReducer.instances,
|
|
677
|
+
} = Tn.actions, Rd = Tn.reducer, Ed = (t) => t.assetProcedureTypeFieldValuesReducer.instances, ts = p(
|
|
678
678
|
[Ed],
|
|
679
679
|
(t) => Object.values(t)
|
|
680
680
|
), OP = f(
|
|
681
681
|
p(
|
|
682
|
-
[
|
|
682
|
+
[ts, (t, s) => s],
|
|
683
683
|
(t, s) => S(t.filter((e) => e.asset === s))
|
|
684
684
|
)
|
|
685
685
|
), TP = f(
|
|
686
686
|
p(
|
|
687
|
-
[
|
|
687
|
+
[ts, (t, s) => s],
|
|
688
688
|
(t, s) => S(t.filter((e) => e.asset_procedure === s))
|
|
689
689
|
)
|
|
690
690
|
), vd = (t) => (s) => s.assetProcedureTypeFieldValuesReducer.instances[t], Bd = f(
|
|
691
691
|
p(
|
|
692
|
-
[
|
|
692
|
+
[ts, (t, s) => s],
|
|
693
693
|
(t, s) => {
|
|
694
694
|
const e = new Set(s);
|
|
695
695
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -727,17 +727,17 @@ const f = (
|
|
|
727
727
|
deleteAssetProcedures: bn,
|
|
728
728
|
setAssetProcedure: Wd,
|
|
729
729
|
setAssetProcedures: jd
|
|
730
|
-
} = _n.actions, xd = _n.reducer, Cd = (t) => t.assetProcedureReducer.instances,
|
|
730
|
+
} = _n.actions, xd = _n.reducer, Cd = (t) => t.assetProcedureReducer.instances, ss = p([Cd], (t) => Object.values(t)), Ud = f(
|
|
731
731
|
p(
|
|
732
|
-
[
|
|
732
|
+
[ss, (t, s) => s],
|
|
733
733
|
(t, s) => S(
|
|
734
734
|
t.filter((e) => e.asset_procedure_type === s)
|
|
735
735
|
)
|
|
736
736
|
)
|
|
737
737
|
), _P = f(
|
|
738
|
-
p([
|
|
738
|
+
p([ss, (t, s) => s], (t, s) => S(t.filter((e) => e.asset_type === s)))
|
|
739
739
|
), Ld = (t) => (s) => s.assetProcedureReducer.instances[t], Nd = f(
|
|
740
|
-
p([
|
|
740
|
+
p([ss, (t, s) => s], (t, s) => {
|
|
741
741
|
const e = new Set(s);
|
|
742
742
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
743
743
|
})
|
|
@@ -863,17 +863,17 @@ const f = (
|
|
|
863
863
|
updateAssetProcedureStepFieldsMany: bu,
|
|
864
864
|
deleteAssetProcedureStepFields: ku,
|
|
865
865
|
deleteAssetProcedureStepFieldsMany: gu
|
|
866
|
-
} = Fn.actions, Rn = (t) => t.assetProcedureStepFieldsReducer.instances,
|
|
866
|
+
} = Fn.actions, Rn = (t) => t.assetProcedureStepFieldsReducer.instances, is = p(
|
|
867
867
|
[Rn],
|
|
868
868
|
(t) => Object.values(t)
|
|
869
869
|
), kP = f(
|
|
870
870
|
p(
|
|
871
|
-
[
|
|
871
|
+
[is, (t, s) => s],
|
|
872
872
|
(t, s) => S(t.filter((e) => e.asset_procedure_step === s))
|
|
873
873
|
)
|
|
874
874
|
), gP = f(
|
|
875
875
|
p(
|
|
876
|
-
[
|
|
876
|
+
[is, (t, s) => s],
|
|
877
877
|
(t, s) => t.filter((e) => e.asset_procedure_step === s).sort((e, i) => e.submitted_at > i.submitted_at ? -1 : 1)[0]
|
|
878
878
|
)
|
|
879
879
|
), PP = p(
|
|
@@ -888,7 +888,7 @@ const f = (
|
|
|
888
888
|
}
|
|
889
889
|
), Pu = (t) => (s) => s.assetProcedureStepFieldsReducer.instances[t], Mu = f(
|
|
890
890
|
p(
|
|
891
|
-
[
|
|
891
|
+
[is, (t, s) => s],
|
|
892
892
|
(t, s) => {
|
|
893
893
|
const e = new Set(s);
|
|
894
894
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -1029,14 +1029,14 @@ const f = (
|
|
|
1029
1029
|
updateAssetProcedureSteps: cl,
|
|
1030
1030
|
deleteAssetProcedureStep: ol,
|
|
1031
1031
|
deleteAssetProcedureSteps: dl
|
|
1032
|
-
} = qn.actions, ul = qn.reducer,
|
|
1032
|
+
} = qn.actions, ul = qn.reducer, ns = (t) => t.assetProcedureStepReducer.instances, ll = (t) => (s) => s.assetProcedureStepReducer.instances[t], Dn = p([ns], (t) => Object.values(t)), EP = f(
|
|
1033
1033
|
p(
|
|
1034
|
-
[
|
|
1034
|
+
[ns, (t, s) => s],
|
|
1035
1035
|
(t, s) => {
|
|
1036
1036
|
const e = {};
|
|
1037
1037
|
for (const [i, n] of Object.entries(t))
|
|
1038
1038
|
n.asset_procedure_type === s && (e[i] = n);
|
|
1039
|
-
return
|
|
1039
|
+
return Jt(e);
|
|
1040
1040
|
}
|
|
1041
1041
|
)
|
|
1042
1042
|
), vP = f(
|
|
@@ -1051,7 +1051,7 @@ const f = (
|
|
|
1051
1051
|
)
|
|
1052
1052
|
), pl = f(
|
|
1053
1053
|
p(
|
|
1054
|
-
[
|
|
1054
|
+
[ns, (t, s) => s],
|
|
1055
1055
|
(t, s) => {
|
|
1056
1056
|
if (!t[s]) return S([]);
|
|
1057
1057
|
const n = so(s, Object.values(t)).all().map(({ model: a }) => a);
|
|
@@ -1088,12 +1088,12 @@ const f = (
|
|
|
1088
1088
|
deleteAssets: jn,
|
|
1089
1089
|
setAsset: wl,
|
|
1090
1090
|
setAssets: Ol
|
|
1091
|
-
} = $n.actions, Tl = (t) => t.assetReducer.instances,
|
|
1092
|
-
p([
|
|
1091
|
+
} = $n.actions, Tl = (t) => t.assetReducer.instances, as = p([Tl], (t) => S(Object.values(t))), BP = f(
|
|
1092
|
+
p([as, (t, s) => s], (t, s) => S(t.filter(({ project: e }) => e === s)))
|
|
1093
1093
|
), _l = f(
|
|
1094
|
-
p([
|
|
1094
|
+
p([as, (t, s) => s], (t, s) => S(t.filter((e) => e.asset_type === s)))
|
|
1095
1095
|
), Il = (t) => (s) => s.assetReducer.instances[t], bl = f(
|
|
1096
|
-
p([
|
|
1096
|
+
p([as, (t, s) => s], (t, s) => {
|
|
1097
1097
|
const e = new Set(s);
|
|
1098
1098
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1099
1099
|
})
|
|
@@ -1175,7 +1175,7 @@ const f = (
|
|
|
1175
1175
|
const e = {};
|
|
1176
1176
|
for (const [i, n] of Object.entries(t))
|
|
1177
1177
|
n.asset_procedure_type === s && (e[i] = n);
|
|
1178
|
-
return
|
|
1178
|
+
return Jt(e);
|
|
1179
1179
|
})
|
|
1180
1180
|
), zP = f(
|
|
1181
1181
|
p([Ln, (t, s) => s], (t, s) => S(t.filter((e) => e.asset_procedure_type === s)))
|
|
@@ -1388,11 +1388,11 @@ const f = (
|
|
|
1388
1388
|
updateAssetTypeFieldValuesMany: ep,
|
|
1389
1389
|
deleteAssetTypeFieldValues: tp,
|
|
1390
1390
|
deleteAssetTypeFieldValuesMany: sp
|
|
1391
|
-
} = sa.actions, ip = (t) => t.assetTypeFieldValuesReducer.instances,
|
|
1392
|
-
p([
|
|
1391
|
+
} = sa.actions, ip = (t) => t.assetTypeFieldValuesReducer.instances, rs = p([ip], (t) => Object.values(t)), WP = f(
|
|
1392
|
+
p([rs, (t, s) => s], (t, s) => S(t.filter((e) => e.asset === s)))
|
|
1393
1393
|
), jP = f(
|
|
1394
1394
|
p(
|
|
1395
|
-
[zt,
|
|
1395
|
+
[zt, rs, (t, s) => s],
|
|
1396
1396
|
(t, s, e) => {
|
|
1397
1397
|
const i = new Set(
|
|
1398
1398
|
t.filter((n) => n.asset_type === e).map((n) => n.uuid)
|
|
@@ -1402,7 +1402,7 @@ const f = (
|
|
|
1402
1402
|
)
|
|
1403
1403
|
), np = (t) => (s) => s.assetTypeFieldValuesReducer.instances[t], ap = f(
|
|
1404
1404
|
p(
|
|
1405
|
-
[
|
|
1405
|
+
[rs, (t, s) => s],
|
|
1406
1406
|
(t, s) => {
|
|
1407
1407
|
const e = new Set(s);
|
|
1408
1408
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -1481,22 +1481,22 @@ const f = (
|
|
|
1481
1481
|
updateAssetTypeIdentifierValues: gp,
|
|
1482
1482
|
deleteAssetTypeIdentifierValue: Pp,
|
|
1483
1483
|
deleteAssetTypeIdentifierValues: Mp
|
|
1484
|
-
} = aa.actions, Fp = (t) => t.assetTypeIdentifierValueReducer.instances,
|
|
1484
|
+
} = aa.actions, Fp = (t) => t.assetTypeIdentifierValueReducer.instances, cs = p(
|
|
1485
1485
|
[Fp],
|
|
1486
1486
|
(t) => Object.values(t)
|
|
1487
1487
|
), Rp = (t) => (s) => s.assetTypeIdentifierValueReducer.instances[t], Ep = f(
|
|
1488
1488
|
p(
|
|
1489
|
-
[
|
|
1489
|
+
[cs, (t, s) => s],
|
|
1490
1490
|
(t, s) => {
|
|
1491
1491
|
const e = new Set(s);
|
|
1492
1492
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1493
1493
|
}
|
|
1494
1494
|
)
|
|
1495
1495
|
), CP = f(
|
|
1496
|
-
p([
|
|
1496
|
+
p([cs, (t, s) => s], (t, s) => S(t.filter((e) => e.asset === s)))
|
|
1497
1497
|
), UP = f(
|
|
1498
1498
|
p(
|
|
1499
|
-
[
|
|
1499
|
+
[cs, (t, s) => s],
|
|
1500
1500
|
(t, s) => S(
|
|
1501
1501
|
t.filter((e) => e.asset_type_identifier === s)
|
|
1502
1502
|
)
|
|
@@ -1584,7 +1584,7 @@ const f = (
|
|
|
1584
1584
|
accessToken: "",
|
|
1585
1585
|
refreshToken: "",
|
|
1586
1586
|
isLoggedIn: !1
|
|
1587
|
-
},
|
|
1587
|
+
}, os = T({
|
|
1588
1588
|
name: "auth",
|
|
1589
1589
|
initialState: Js,
|
|
1590
1590
|
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, Js)),
|
|
@@ -1596,10 +1596,10 @@ const f = (
|
|
|
1596
1596
|
t.accessToken = "", t.refreshToken = "";
|
|
1597
1597
|
},
|
|
1598
1598
|
setLoggedIn: (t, s) => {
|
|
1599
|
-
s.payload ||
|
|
1599
|
+
s.payload || os.caseReducers.clearTokens(t), t.isLoggedIn = s.payload;
|
|
1600
1600
|
}
|
|
1601
1601
|
}
|
|
1602
|
-
}), { setTokens: HP, clearTokens: GP, setLoggedIn: am } =
|
|
1602
|
+
}), { setTokens: HP, clearTokens: GP, setLoggedIn: am } = os.actions, KP = (t) => t.authReducer.accessToken, YP = (t) => t.authReducer.isLoggedIn, rm = os.reducer, fe = I((t) => t.uuid), Zs = {
|
|
1603
1603
|
instances: {}
|
|
1604
1604
|
}, ua = T({
|
|
1605
1605
|
name: "documentAttachments",
|
|
@@ -1668,18 +1668,18 @@ const f = (
|
|
|
1668
1668
|
updateDocuments: gm,
|
|
1669
1669
|
deleteDocument: Pm,
|
|
1670
1670
|
deleteDocuments: Mm
|
|
1671
|
-
} = ha.actions, Fm = ha.reducer, pa = (t) => t.documentsReducer.instances,
|
|
1671
|
+
} = ha.actions, Fm = ha.reducer, pa = (t) => t.documentsReducer.instances, ds = p(
|
|
1672
1672
|
[pa],
|
|
1673
1673
|
(t) => Object.values(t)
|
|
1674
1674
|
), Rm = (t) => (s) => s.documentsReducer.instances[t], Em = f(
|
|
1675
|
-
p([
|
|
1675
|
+
p([ds, (t, s) => s], (t, s) => {
|
|
1676
1676
|
const e = new Set(s);
|
|
1677
1677
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1678
1678
|
})
|
|
1679
1679
|
), JP = f(
|
|
1680
|
-
p([
|
|
1680
|
+
p([ds, (t, s) => s], (t, s) => t.filter((e) => e.project === s))
|
|
1681
1681
|
), ZP = f(
|
|
1682
|
-
p([
|
|
1682
|
+
p([ds, (t, s) => s], (t, s) => t.filter((e) => e.organization === s))
|
|
1683
1683
|
), vm = f(
|
|
1684
1684
|
p([pa, (t, s) => s], (t, s) => {
|
|
1685
1685
|
if (!t[s]) return S([]);
|
|
@@ -1820,12 +1820,12 @@ const f = (
|
|
|
1820
1820
|
updateFormIdentifierValues: py,
|
|
1821
1821
|
deleteFormIdentifierValue: my,
|
|
1822
1822
|
deleteFormIdentifierValues: yy
|
|
1823
|
-
} = Oa.actions, fy = (t) => t.formIdentifierValueReducer.instances,
|
|
1823
|
+
} = Oa.actions, fy = (t) => t.formIdentifierValueReducer.instances, us = p(
|
|
1824
1824
|
[fy],
|
|
1825
1825
|
(t) => Object.values(t)
|
|
1826
1826
|
), Sy = (t) => (s) => s.formIdentifierValueReducer.instances[t], Ay = f(
|
|
1827
1827
|
p(
|
|
1828
|
-
[
|
|
1828
|
+
[us, (t, s) => s],
|
|
1829
1829
|
(t, s) => {
|
|
1830
1830
|
const e = new Set(s);
|
|
1831
1831
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -1833,14 +1833,14 @@ const f = (
|
|
|
1833
1833
|
)
|
|
1834
1834
|
), iM = f(
|
|
1835
1835
|
p(
|
|
1836
|
-
[
|
|
1836
|
+
[us, (t, s) => s],
|
|
1837
1837
|
(t, s) => S(
|
|
1838
1838
|
t.filter((e) => e.form_submission === s)
|
|
1839
1839
|
)
|
|
1840
1840
|
)
|
|
1841
1841
|
), nM = f(
|
|
1842
1842
|
p(
|
|
1843
|
-
[
|
|
1843
|
+
[us, (t, s) => s],
|
|
1844
1844
|
(t, s) => S(
|
|
1845
1845
|
t.filter((e) => e.form_identifier === s)
|
|
1846
1846
|
)
|
|
@@ -1875,12 +1875,12 @@ const f = (
|
|
|
1875
1875
|
updateFormRevisionAttachments: gy,
|
|
1876
1876
|
deleteFormRevisionAttachment: Py,
|
|
1877
1877
|
deleteFormRevisionAttachments: My
|
|
1878
|
-
} = Ta.actions,
|
|
1879
|
-
[
|
|
1878
|
+
} = Ta.actions, ls = (t) => t.formRevisionAttachmentReducer.instances, Fy = p(
|
|
1879
|
+
[ls],
|
|
1880
1880
|
(t) => Object.values(t)
|
|
1881
1881
|
), Ry = f(
|
|
1882
1882
|
p(
|
|
1883
|
-
[
|
|
1883
|
+
[ls, (t, s) => s],
|
|
1884
1884
|
(t, s) => t[s]
|
|
1885
1885
|
)
|
|
1886
1886
|
), Ey = f(
|
|
@@ -1892,7 +1892,7 @@ const f = (
|
|
|
1892
1892
|
}
|
|
1893
1893
|
)
|
|
1894
1894
|
), aM = f(
|
|
1895
|
-
p([
|
|
1895
|
+
p([ls, (t, s) => s], (t, s) => S(
|
|
1896
1896
|
Object.values(t).filter((e) => e.form_revision === s)
|
|
1897
1897
|
))
|
|
1898
1898
|
), vy = Ta.reducer, _e = I(
|
|
@@ -1927,19 +1927,19 @@ const f = (
|
|
|
1927
1927
|
updateFormRevisions: Dy,
|
|
1928
1928
|
deleteFormRevision: ka,
|
|
1929
1929
|
deleteFormRevisions: ga
|
|
1930
|
-
} = _a.actions, Pa = (t) => t.formRevisionReducer.instances,
|
|
1930
|
+
} = _a.actions, Pa = (t) => t.formRevisionReducer.instances, hs = p(
|
|
1931
1931
|
[Pa],
|
|
1932
1932
|
(t) => Object.values(t)
|
|
1933
1933
|
), $y = (t) => (s) => s.formRevisionReducer.instances[t], Wy = f(
|
|
1934
|
-
p([
|
|
1934
|
+
p([hs, (t, s) => s], (t, s) => {
|
|
1935
1935
|
const e = new Set(s);
|
|
1936
1936
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1937
1937
|
})
|
|
1938
1938
|
), rM = f(
|
|
1939
|
-
p([
|
|
1939
|
+
p([hs, (t, s) => s], (t, s) => t.filter((e) => e.form === s).sort((e, i) => e.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
1940
1940
|
), jy = f(
|
|
1941
1941
|
p(
|
|
1942
|
-
[
|
|
1942
|
+
[hs, (t, s) => s],
|
|
1943
1943
|
(t, s) => S(t.filter((e) => e.form === s))
|
|
1944
1944
|
)
|
|
1945
1945
|
), xy = _a.reducer, Ie = I((t) => t.uuid), ri = {
|
|
@@ -2152,19 +2152,19 @@ const f = (
|
|
|
2152
2152
|
updateIssueAssociation: xf,
|
|
2153
2153
|
updateIssueAssociations: Cf,
|
|
2154
2154
|
addIssueAssociation: Uf,
|
|
2155
|
-
addIssueAssociations:
|
|
2155
|
+
addIssueAssociations: At,
|
|
2156
2156
|
deleteIssueAssociation: Lf,
|
|
2157
|
-
deleteIssueAssociations:
|
|
2158
|
-
} = Ca.actions, Nf = (t) => t.issueAssociationReducer.instances,
|
|
2159
|
-
p([
|
|
2157
|
+
deleteIssueAssociations: wt
|
|
2158
|
+
} = Ca.actions, Nf = (t) => t.issueAssociationReducer.instances, Tt = p([Nf], (t) => Object.values(t)), Hf = (t) => (s) => s.issueAssociationReducer.instances[t], Gf = f(
|
|
2159
|
+
p([Tt, (t, s) => s], (t, s) => {
|
|
2160
2160
|
const e = new Set(s);
|
|
2161
2161
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2162
2162
|
})
|
|
2163
2163
|
), Kf = f(
|
|
2164
|
-
p([
|
|
2164
|
+
p([Tt, (t, s) => s], (t, s) => S(t.filter(({ associated_issue: e }) => e === s)))
|
|
2165
2165
|
), Yf = f(
|
|
2166
2166
|
p(
|
|
2167
|
-
[
|
|
2167
|
+
[Tt, (t, s) => s],
|
|
2168
2168
|
(t, s) => {
|
|
2169
2169
|
const e = new Set(s);
|
|
2170
2170
|
return S(
|
|
@@ -2174,16 +2174,16 @@ const f = (
|
|
|
2174
2174
|
)
|
|
2175
2175
|
), Qf = f(
|
|
2176
2176
|
p(
|
|
2177
|
-
[
|
|
2177
|
+
[Tt, (t, s) => s],
|
|
2178
2178
|
(t, s) => {
|
|
2179
2179
|
const e = new Set(s);
|
|
2180
2180
|
return S(t.filter(({ issue: i }) => i && e.has(i)));
|
|
2181
2181
|
}
|
|
2182
2182
|
)
|
|
2183
2183
|
), Jf = f(
|
|
2184
|
-
p([
|
|
2184
|
+
p([Tt, (t, s) => s], (t, s) => S(t.filter(({ issue: e }) => e === s)))
|
|
2185
2185
|
), Zf = f(
|
|
2186
|
-
p([
|
|
2186
|
+
p([Tt, (t, s) => s], (t, s) => S(t.filter(({ asset: e }) => e === s)))
|
|
2187
2187
|
), Xf = Ca.reducer, Me = I((t) => t.uuid), li = {
|
|
2188
2188
|
instances: {}
|
|
2189
2189
|
}, Ua = T({
|
|
@@ -2344,18 +2344,18 @@ const f = (
|
|
|
2344
2344
|
updateIssues: CS,
|
|
2345
2345
|
deleteIssue: US,
|
|
2346
2346
|
deleteIssues: Xa
|
|
2347
|
-
} = Ja.actions, LS = (t) => t.issueReducer.instances,
|
|
2347
|
+
} = Ja.actions, LS = (t) => t.issueReducer.instances, qt = p(
|
|
2348
2348
|
[LS],
|
|
2349
2349
|
(t) => Object.values(t)
|
|
2350
2350
|
), NS = (t) => (s) => s.issueReducer.instances[t], HS = f(
|
|
2351
|
-
p([
|
|
2351
|
+
p([qt, (t, s) => s], (t, s) => {
|
|
2352
2352
|
const e = new Set(s);
|
|
2353
2353
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2354
2354
|
})
|
|
2355
2355
|
), lM = f(
|
|
2356
|
-
p([
|
|
2356
|
+
p([qt, (t, s) => s], (t, s) => t.filter((e) => e.project === s))
|
|
2357
2357
|
), GS = f(
|
|
2358
|
-
p([
|
|
2358
|
+
p([qt, (t, s) => s], (t, s) => t.filter((e) => e.issue_type === s))
|
|
2359
2359
|
), KS = Ja.reducer, ve = I((t) => t.uuid), yi = {
|
|
2360
2360
|
instances: {}
|
|
2361
2361
|
}, er = T({
|
|
@@ -2475,11 +2475,11 @@ const f = (
|
|
|
2475
2475
|
updateIssueTypeFieldValuesMany: PA,
|
|
2476
2476
|
deleteIssueTypeFieldValues: MA,
|
|
2477
2477
|
deleteIssueTypeFieldValuesMany: FA
|
|
2478
|
-
} = nr.actions, RA = (t) => t.issueTypeFieldValuesReducer.instances,
|
|
2479
|
-
p([
|
|
2478
|
+
} = nr.actions, RA = (t) => t.issueTypeFieldValuesReducer.instances, ps = p([RA], (t) => Object.values(t)), mM = f(
|
|
2479
|
+
p([ps, (t, s) => s], (t, s) => S(t.filter((e) => e.issue === s)))
|
|
2480
2480
|
), EA = (t) => (s) => s.issueTypeFieldValuesReducer.instances[t], vA = f(
|
|
2481
2481
|
p(
|
|
2482
|
-
[
|
|
2482
|
+
[ps, (t, s) => s],
|
|
2483
2483
|
(t, s) => {
|
|
2484
2484
|
const e = new Set(s);
|
|
2485
2485
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -2515,13 +2515,13 @@ const f = (
|
|
|
2515
2515
|
updateIssueTypeFieldsMany: jA,
|
|
2516
2516
|
deleteIssueTypeFields: xA,
|
|
2517
2517
|
deleteIssueTypeFieldsMany: CA
|
|
2518
|
-
} = ar.actions, UA = (t) => t.issueTypeFieldsReducer.instances,
|
|
2519
|
-
p([
|
|
2518
|
+
} = ar.actions, UA = (t) => t.issueTypeFieldsReducer.instances, Dt = p([UA], (t) => Object.values(t)), yM = f(
|
|
2519
|
+
p([Dt, (t, s) => s], (t, s) => S(t.filter((e) => e.issue_type === s)))
|
|
2520
2520
|
), fM = f(
|
|
2521
|
-
p([
|
|
2521
|
+
p([Dt, (t, s) => s], (t, s) => t.filter((e) => e.issue_type === s).sort((e, i) => e.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
2522
2522
|
), SM = f(
|
|
2523
2523
|
p(
|
|
2524
|
-
[
|
|
2524
|
+
[Dt, ps, (t, s) => s],
|
|
2525
2525
|
(t, s, e) => {
|
|
2526
2526
|
const i = new Set(
|
|
2527
2527
|
t.filter((n) => n.issue_type === e).map((n) => n.uuid)
|
|
@@ -2530,7 +2530,7 @@ const f = (
|
|
|
2530
2530
|
}
|
|
2531
2531
|
)
|
|
2532
2532
|
), LA = (t) => (s) => s.issueTypeFieldsReducer.instances[t], NA = f(
|
|
2533
|
-
p([
|
|
2533
|
+
p([Dt, (t, s) => s], (t, s) => {
|
|
2534
2534
|
const e = new Set(s);
|
|
2535
2535
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2536
2536
|
})
|
|
@@ -2653,22 +2653,22 @@ const f = (
|
|
|
2653
2653
|
updateIssueTypeIdentifierValues: bw,
|
|
2654
2654
|
deleteIssueTypeIdentifierValue: kw,
|
|
2655
2655
|
deleteIssueTypeIdentifierValues: gw
|
|
2656
|
-
} = hr.actions, Pw = (t) => t.issueTypeIdentifierValueReducer.instances,
|
|
2656
|
+
} = hr.actions, Pw = (t) => t.issueTypeIdentifierValueReducer.instances, ms = p(
|
|
2657
2657
|
[Pw],
|
|
2658
2658
|
(t) => Object.values(t)
|
|
2659
2659
|
), Mw = (t) => (s) => s.issueTypeIdentifierValueReducer.instances[t], Fw = f(
|
|
2660
2660
|
p(
|
|
2661
|
-
[
|
|
2661
|
+
[ms, (t, s) => s],
|
|
2662
2662
|
(t, s) => {
|
|
2663
2663
|
const e = new Set(s);
|
|
2664
2664
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2665
2665
|
}
|
|
2666
2666
|
)
|
|
2667
2667
|
), wM = f(
|
|
2668
|
-
p([
|
|
2668
|
+
p([ms, (t, s) => s], (t, s) => S(t.filter((e) => e.issue === s)))
|
|
2669
2669
|
), OM = f(
|
|
2670
2670
|
p(
|
|
2671
|
-
[
|
|
2671
|
+
[ms, (t, s) => s],
|
|
2672
2672
|
(t, s) => S(
|
|
2673
2673
|
t.filter((e) => e.issue_type_identifier === s)
|
|
2674
2674
|
)
|
|
@@ -2843,8 +2843,8 @@ const f = (
|
|
|
2843
2843
|
deleteUsers: SO,
|
|
2844
2844
|
setCurrentUser: IM,
|
|
2845
2845
|
setCurrentUserProfile: bM
|
|
2846
|
-
} = kr.actions, AO = kr.reducer, wO = (t) => t.userReducer.currentUser, Mr = (t) => t.userReducer.instances,
|
|
2847
|
-
p([
|
|
2846
|
+
} = kr.actions, AO = kr.reducer, wO = (t) => t.userReducer.currentUser, Mr = (t) => t.userReducer.instances, ys = p([Mr], (t) => Object.values(t)), fs = (t) => (s) => s.userReducer.instances[t], OO = f(
|
|
2847
|
+
p([ys, (t, s) => s], (t, s) => {
|
|
2848
2848
|
const e = new Set(s);
|
|
2849
2849
|
return S(t.filter(({ id: i }) => e.has(i)));
|
|
2850
2850
|
})
|
|
@@ -2878,24 +2878,24 @@ const f = (
|
|
|
2878
2878
|
updateOrganizationAccesses: PO,
|
|
2879
2879
|
deleteOrganizationAccess: MO,
|
|
2880
2880
|
deleteOrganizationAccesses: FO
|
|
2881
|
-
} = Fr.actions, RO = Fr.reducer,
|
|
2881
|
+
} = Fr.actions, RO = Fr.reducer, Ss = (t) => t.organizationAccessReducer.instances, EO = (t) => (s) => s.organizationAccessReducer.instances[t], vO = f(
|
|
2882
2882
|
p(
|
|
2883
|
-
[
|
|
2883
|
+
[Ss, (t, s) => s],
|
|
2884
2884
|
(t, s) => {
|
|
2885
2885
|
const e = new Set(s);
|
|
2886
2886
|
return S(Object.values(t).filter(({ uuid: i }) => e.has(i)));
|
|
2887
2887
|
}
|
|
2888
2888
|
)
|
|
2889
2889
|
), kM = p(
|
|
2890
|
-
[wO,
|
|
2890
|
+
[wO, Ss],
|
|
2891
2891
|
(t, s) => Object.values(s).find(
|
|
2892
2892
|
(i) => i.user === (t == null ? void 0 : t.id)
|
|
2893
2893
|
) ?? null
|
|
2894
|
-
), BO = p([
|
|
2894
|
+
), BO = p([Ss], (t) => {
|
|
2895
2895
|
const s = {};
|
|
2896
2896
|
for (const e of Object.values(t))
|
|
2897
2897
|
s[e.user] = e;
|
|
2898
|
-
return
|
|
2898
|
+
return Jt(s);
|
|
2899
2899
|
}), gM = f(
|
|
2900
2900
|
p(
|
|
2901
2901
|
[Mr, BO, (t, s) => s],
|
|
@@ -3019,11 +3019,11 @@ const f = (
|
|
|
3019
3019
|
updateProjectAccesses: aT,
|
|
3020
3020
|
deleteProjectAccess: rT,
|
|
3021
3021
|
deleteProjectAccesses: cT
|
|
3022
|
-
} = vr.actions, oT = vr.reducer, Br = (t) => t.projectAccessReducer.instances,
|
|
3022
|
+
} = vr.actions, oT = vr.reducer, Br = (t) => t.projectAccessReducer.instances, $t = p(
|
|
3023
3023
|
Br,
|
|
3024
3024
|
(t) => Object.values(t)
|
|
3025
3025
|
), dT = (t) => (s) => s.projectAccessReducer.instances[t], uT = f(
|
|
3026
|
-
p([
|
|
3026
|
+
p([$t, (t, s) => s], (t, s) => {
|
|
3027
3027
|
const e = new Set(s);
|
|
3028
3028
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3029
3029
|
})
|
|
@@ -3035,7 +3035,7 @@ const f = (
|
|
|
3035
3035
|
)
|
|
3036
3036
|
)
|
|
3037
3037
|
), EM = f(
|
|
3038
|
-
p([
|
|
3038
|
+
p([$t, (t, s) => s], (t, s) => {
|
|
3039
3039
|
const e = {};
|
|
3040
3040
|
for (const i of t.filter((n) => n.project === s))
|
|
3041
3041
|
e[i.user] = i;
|
|
@@ -3043,7 +3043,7 @@ const f = (
|
|
|
3043
3043
|
})
|
|
3044
3044
|
), vM = f(
|
|
3045
3045
|
p(
|
|
3046
|
-
[
|
|
3046
|
+
[ys, $t, (t, s) => s],
|
|
3047
3047
|
(t, s, e) => {
|
|
3048
3048
|
const i = new Set(s.filter((n) => n.project === e).map((n) => n.user));
|
|
3049
3049
|
return S(t.filter((n) => i.has(n.id)));
|
|
@@ -3156,18 +3156,18 @@ const f = (
|
|
|
3156
3156
|
updateProject: LT,
|
|
3157
3157
|
deleteProject: NT,
|
|
3158
3158
|
deleteProjects: HT
|
|
3159
|
-
} = Dr.actions, GT = Dr.reducer, KT = (t) => t.projectReducer.instances,
|
|
3160
|
-
p([
|
|
3159
|
+
} = Dr.actions, GT = Dr.reducer, KT = (t) => t.projectReducer.instances, As = p([KT], (t) => Object.values(t)), YT = (t) => (s) => s.projectReducer.instances[t], QT = f(
|
|
3160
|
+
p([As, (t, s) => s], (t, s) => {
|
|
3161
3161
|
const e = new Set(s);
|
|
3162
3162
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3163
3163
|
})
|
|
3164
3164
|
), VM = f(
|
|
3165
|
-
p([
|
|
3165
|
+
p([As, $t, (t, s) => s], (t, s, e) => {
|
|
3166
3166
|
const i = new Set(s.filter((n) => n.user === e).map((n) => n.project));
|
|
3167
3167
|
return S(t.filter((n) => i.has(n.uuid)));
|
|
3168
3168
|
})
|
|
3169
3169
|
), zM = f(
|
|
3170
|
-
p([
|
|
3170
|
+
p([As, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
3171
3171
|
), JT = {
|
|
3172
3172
|
isRehydrated: !1
|
|
3173
3173
|
}, $r = T({
|
|
@@ -3211,16 +3211,16 @@ const f = (
|
|
|
3211
3211
|
updateTeamMemberships: a_,
|
|
3212
3212
|
deleteTeamMembership: r_,
|
|
3213
3213
|
deleteTeamMemberships: c_
|
|
3214
|
-
} = Wr.actions, o_ = Wr.reducer, d_ = (t) => t.teamMembershipReducer.instances,
|
|
3214
|
+
} = Wr.actions, o_ = Wr.reducer, d_ = (t) => t.teamMembershipReducer.instances, ws = p(
|
|
3215
3215
|
[d_],
|
|
3216
3216
|
(t) => Object.values(t)
|
|
3217
3217
|
), u_ = (t) => (s) => s.teamMembershipReducer.instances[t], l_ = f(
|
|
3218
|
-
p([
|
|
3218
|
+
p([ws, (t, s) => s], (t, s) => {
|
|
3219
3219
|
const e = new Set(s);
|
|
3220
3220
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3221
3221
|
})
|
|
3222
3222
|
), $M = f(
|
|
3223
|
-
p([
|
|
3223
|
+
p([ws, (t, s) => s], (t, s) => {
|
|
3224
3224
|
const e = {};
|
|
3225
3225
|
for (const i of t.filter((n) => n.team === s))
|
|
3226
3226
|
e[i.user] = i;
|
|
@@ -3228,7 +3228,7 @@ const f = (
|
|
|
3228
3228
|
})
|
|
3229
3229
|
), WM = f(
|
|
3230
3230
|
p(
|
|
3231
|
-
[
|
|
3231
|
+
[ys, ws, (t, s) => s],
|
|
3232
3232
|
(t, s, e) => {
|
|
3233
3233
|
const i = new Set(s.filter((n) => n.team === e).map((n) => n.user));
|
|
3234
3234
|
return S(t.filter((n) => i.has(n.id)));
|
|
@@ -3309,18 +3309,18 @@ const f = (
|
|
|
3309
3309
|
updateWorkflows: V_,
|
|
3310
3310
|
deleteWorkflow: z_,
|
|
3311
3311
|
deleteWorkflows: q_
|
|
3312
|
-
} = Cr.actions, D_ = (t) => t.workflowReducer.instances,
|
|
3312
|
+
} = Cr.actions, D_ = (t) => t.workflowReducer.instances, Wt = p(
|
|
3313
3313
|
[D_],
|
|
3314
3314
|
(t) => Object.values(t)
|
|
3315
3315
|
), $_ = (t) => (s) => s.workflowReducer.instances[t], W_ = f(
|
|
3316
|
-
p([
|
|
3316
|
+
p([Wt, (t, s) => s], (t, s) => {
|
|
3317
3317
|
const e = new Set(s);
|
|
3318
3318
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3319
3319
|
})
|
|
3320
3320
|
), xM = f(
|
|
3321
|
-
p([
|
|
3321
|
+
p([Wt, (t, s) => s], (t, s) => S(t.filter((e) => e.project === s)))
|
|
3322
3322
|
), CM = f(
|
|
3323
|
-
p([
|
|
3323
|
+
p([Wt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_type === s)))
|
|
3324
3324
|
), j_ = Cr.reducer, Ze = I((t) => t.uuid), qi = {
|
|
3325
3325
|
instances: {}
|
|
3326
3326
|
}, Ur = T({
|
|
@@ -3351,35 +3351,44 @@ const f = (
|
|
|
3351
3351
|
updateWorkflowIssueLinks: G_,
|
|
3352
3352
|
deleteWorkflowIssueLink: K_,
|
|
3353
3353
|
deleteWorkflowIssueLinks: Y_
|
|
3354
|
-
} = Ur.actions, Q_ = (t) => t.workflowIssueLinkReducer.instances,
|
|
3355
|
-
p([
|
|
3354
|
+
} = Ur.actions, Q_ = (t) => t.workflowIssueLinkReducer.instances, mt = p([Q_], (t) => Object.values(t)), J_ = (t) => (s) => s.workflowIssueLinkReducer.instances[t], Z_ = f(
|
|
3355
|
+
p([mt, (t, s) => s], (t, s) => {
|
|
3356
3356
|
const e = new Set(s);
|
|
3357
3357
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3358
3358
|
})
|
|
3359
3359
|
), UM = f(
|
|
3360
|
-
p([
|
|
3360
|
+
p([mt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3361
3361
|
), LM = f(
|
|
3362
|
-
p([
|
|
3362
|
+
p([mt, (t, s) => s], (t, s) => {
|
|
3363
3363
|
const e = new Set(s);
|
|
3364
3364
|
return S(t.filter(({ workflow: i }) => e.has(i)));
|
|
3365
3365
|
})
|
|
3366
3366
|
), NM = f(
|
|
3367
|
-
p([
|
|
3367
|
+
p([mt, (t, s) => s], (t, s) => S(t.filter((e) => e.issue === s)))
|
|
3368
3368
|
), HM = f(
|
|
3369
|
-
p([
|
|
3369
|
+
p([mt, (t, s) => s], (t, s) => {
|
|
3370
3370
|
const e = new Set(s);
|
|
3371
3371
|
return S(t.filter(({ issue: i }) => e.has(i)));
|
|
3372
3372
|
})
|
|
3373
3373
|
), GM = f(
|
|
3374
3374
|
p(
|
|
3375
|
-
[
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3375
|
+
[mt, qt, (t, s) => s],
|
|
3376
|
+
(t, s, e) => {
|
|
3377
|
+
const i = new Set(
|
|
3378
|
+
t.filter(({ workflow: n }) => n === e).map(({ issue: n }) => n)
|
|
3379
|
+
);
|
|
3380
|
+
return S(s.filter(({ uuid: n }) => i.has(n)));
|
|
3381
|
+
}
|
|
3382
|
+
)
|
|
3383
|
+
), KM = f(
|
|
3384
|
+
p(
|
|
3385
|
+
[mt, Wt, (t, s) => s],
|
|
3386
|
+
(t, s, e) => {
|
|
3387
|
+
const i = new Set(
|
|
3388
|
+
t.filter(({ issue: n }) => n === e).map(({ workflow: n }) => n)
|
|
3389
|
+
);
|
|
3390
|
+
return S(s.filter(({ uuid: n }) => i.has(n)));
|
|
3391
|
+
}
|
|
3383
3392
|
)
|
|
3384
3393
|
), X_ = Ur.reducer, Xe = I((t) => t.uuid), Di = {
|
|
3385
3394
|
instances: {}
|
|
@@ -3411,22 +3420,22 @@ const f = (
|
|
|
3411
3420
|
updateWorkflowStepAssignees: rI,
|
|
3412
3421
|
deleteWorkflowStepAssignee: cI,
|
|
3413
3422
|
deleteWorkflowStepAssignees: oI
|
|
3414
|
-
} = Lr.actions, dI = (t) => t.workflowStepAssigneeReducer.instances,
|
|
3423
|
+
} = Lr.actions, dI = (t) => t.workflowStepAssigneeReducer.instances, jt = p([dI], (t) => Object.values(t)), uI = (t) => (s) => s.workflowStepAssigneeReducer.instances[t], lI = f(
|
|
3415
3424
|
p(
|
|
3416
|
-
[
|
|
3425
|
+
[jt, (t, s) => s],
|
|
3417
3426
|
(t, s) => {
|
|
3418
3427
|
const e = new Set(s);
|
|
3419
3428
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3420
3429
|
}
|
|
3421
3430
|
)
|
|
3422
|
-
), KM = f(
|
|
3423
|
-
p([$t, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3424
3431
|
), YM = f(
|
|
3425
|
-
p([
|
|
3432
|
+
p([jt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3426
3433
|
), QM = f(
|
|
3434
|
+
p([jt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_step === s)))
|
|
3435
|
+
), JM = f(
|
|
3427
3436
|
p(
|
|
3428
3437
|
[
|
|
3429
|
-
|
|
3438
|
+
jt,
|
|
3430
3439
|
(t, s) => s,
|
|
3431
3440
|
(t, s, e) => e
|
|
3432
3441
|
],
|
|
@@ -3466,22 +3475,22 @@ const f = (
|
|
|
3466
3475
|
updateWorkflowStepComments: wI,
|
|
3467
3476
|
deleteWorkflowStepComment: OI,
|
|
3468
3477
|
deleteWorkflowStepComments: TI
|
|
3469
|
-
} = Nr.actions, _I = (t) => t.workflowStepCommentReducer.instances,
|
|
3478
|
+
} = Nr.actions, _I = (t) => t.workflowStepCommentReducer.instances, xt = p([_I], (t) => Object.values(t)), II = (t) => (s) => s.workflowStepCommentReducer.instances[t], bI = f(
|
|
3470
3479
|
p(
|
|
3471
|
-
[
|
|
3480
|
+
[xt, (t, s) => s],
|
|
3472
3481
|
(t, s) => {
|
|
3473
3482
|
const e = new Set(s);
|
|
3474
3483
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3475
3484
|
}
|
|
3476
3485
|
)
|
|
3477
|
-
), JM = f(
|
|
3478
|
-
p([Wt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3479
3486
|
), ZM = f(
|
|
3480
|
-
p([
|
|
3487
|
+
p([xt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3481
3488
|
), XM = f(
|
|
3489
|
+
p([xt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_step === s)))
|
|
3490
|
+
), eF = f(
|
|
3482
3491
|
p(
|
|
3483
3492
|
[
|
|
3484
|
-
|
|
3493
|
+
xt,
|
|
3485
3494
|
(t, s) => s,
|
|
3486
3495
|
(t, s, e) => e
|
|
3487
3496
|
],
|
|
@@ -3521,19 +3530,19 @@ const f = (
|
|
|
3521
3530
|
updateWorkflowStepEvents: vI,
|
|
3522
3531
|
deleteWorkflowStepEvent: BI,
|
|
3523
3532
|
deleteWorkflowStepEvents: VI
|
|
3524
|
-
} = Hr.actions, zI = (t) => t.workflowStepEventReducer.instances,
|
|
3525
|
-
p([
|
|
3533
|
+
} = Hr.actions, zI = (t) => t.workflowStepEventReducer.instances, Ct = p([zI], (t) => Object.values(t)), qI = (t) => (s) => s.workflowStepEventReducer.instances[t], DI = f(
|
|
3534
|
+
p([Ct, (t, s) => s], (t, s) => {
|
|
3526
3535
|
const e = new Set(s);
|
|
3527
3536
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3528
3537
|
})
|
|
3529
|
-
), eF = f(
|
|
3530
|
-
p([jt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3531
3538
|
), tF = f(
|
|
3532
|
-
p([
|
|
3539
|
+
p([Ct, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3533
3540
|
), sF = f(
|
|
3541
|
+
p([Ct, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_step === s)))
|
|
3542
|
+
), iF = f(
|
|
3534
3543
|
p(
|
|
3535
3544
|
[
|
|
3536
|
-
|
|
3545
|
+
Ct,
|
|
3537
3546
|
(t, s) => s,
|
|
3538
3547
|
(t, s, e) => e
|
|
3539
3548
|
],
|
|
@@ -3619,9 +3628,9 @@ const f = (
|
|
|
3619
3628
|
updateWorkflowStepFieldsMany: ib,
|
|
3620
3629
|
deleteWorkflowStepFields: nb,
|
|
3621
3630
|
deleteWorkflowStepFieldsMany: ab
|
|
3622
|
-
} = Jr.actions, rb = (t) => t.workflowStepFieldsReducer.instances, Os = p([rb], (t) => Object.values(t)),
|
|
3631
|
+
} = Jr.actions, rb = (t) => t.workflowStepFieldsReducer.instances, Os = p([rb], (t) => Object.values(t)), nF = f(
|
|
3623
3632
|
p([Os, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_step === s)))
|
|
3624
|
-
),
|
|
3633
|
+
), aF = f(
|
|
3625
3634
|
p([Os, (t, s) => s], (t, s) => t.filter((e) => e.workflow_step === s).sort((e, i) => e.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
3626
3635
|
), cb = (t) => (s) => s.workflowStepFieldsReducer.instances[t], ob = f(
|
|
3627
3636
|
p(
|
|
@@ -3707,28 +3716,28 @@ const f = (
|
|
|
3707
3716
|
updateWorkflowStepFieldValuesMany: Mb,
|
|
3708
3717
|
deleteWorkflowStepFieldValues: Fb,
|
|
3709
3718
|
deleteWorkflowStepFieldValuesMany: Rb
|
|
3710
|
-
} = sc.actions, Eb = (t) => t.workflowStepFieldValuesReducer.instances,
|
|
3719
|
+
} = sc.actions, Eb = (t) => t.workflowStepFieldValuesReducer.instances, yt = p(
|
|
3711
3720
|
[Eb],
|
|
3712
3721
|
(t) => Object.values(t)
|
|
3713
|
-
), aF = f(
|
|
3714
|
-
p([mt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3715
3722
|
), rF = f(
|
|
3723
|
+
p([yt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3724
|
+
), cF = f(
|
|
3716
3725
|
p(
|
|
3717
|
-
[
|
|
3726
|
+
[yt, (t, s) => s],
|
|
3718
3727
|
(t, s) => S(t.filter((e) => e.workflow_step === s))
|
|
3719
3728
|
)
|
|
3720
3729
|
), vb = (t) => (s) => s.workflowStepFieldValuesReducer.instances[t], Bb = f(
|
|
3721
3730
|
p(
|
|
3722
|
-
[
|
|
3731
|
+
[yt, (t, s) => s],
|
|
3723
3732
|
(t, s) => {
|
|
3724
3733
|
const e = new Set(s);
|
|
3725
3734
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3726
3735
|
}
|
|
3727
3736
|
)
|
|
3728
|
-
),
|
|
3737
|
+
), oF = f(
|
|
3729
3738
|
p(
|
|
3730
3739
|
[
|
|
3731
|
-
|
|
3740
|
+
yt,
|
|
3732
3741
|
(t, s) => s,
|
|
3733
3742
|
(t, s, e) => e
|
|
3734
3743
|
],
|
|
@@ -3738,9 +3747,9 @@ const f = (
|
|
|
3738
3747
|
)
|
|
3739
3748
|
)
|
|
3740
3749
|
)
|
|
3741
|
-
),
|
|
3750
|
+
), dF = f(
|
|
3742
3751
|
p(
|
|
3743
|
-
[
|
|
3752
|
+
[yt, (t, s) => s],
|
|
3744
3753
|
(t, s) => {
|
|
3745
3754
|
const e = {};
|
|
3746
3755
|
for (const i of t) {
|
|
@@ -3782,13 +3791,13 @@ const f = (
|
|
|
3782
3791
|
updateWorkflowStepFieldValuesReviewRequests: jb,
|
|
3783
3792
|
deleteWorkflowStepFieldValuesReviewRequest: xb,
|
|
3784
3793
|
deleteWorkflowStepFieldValuesReviewRequests: ac
|
|
3785
|
-
} = ic.actions, Cb = (t) => t.workflowStepFieldValuesReviewRequestReducer.instances,
|
|
3794
|
+
} = ic.actions, Cb = (t) => t.workflowStepFieldValuesReviewRequestReducer.instances, Ut = p(
|
|
3786
3795
|
[Cb],
|
|
3787
3796
|
(t) => Object.values(t)
|
|
3788
3797
|
), Ub = (t) => (s) => s.workflowStepFieldValuesReviewRequestReducer.instances[t], Lb = f(
|
|
3789
3798
|
p(
|
|
3790
3799
|
[
|
|
3791
|
-
|
|
3800
|
+
Ut,
|
|
3792
3801
|
(t, s) => s
|
|
3793
3802
|
],
|
|
3794
3803
|
(t, s) => {
|
|
@@ -3798,12 +3807,12 @@ const f = (
|
|
|
3798
3807
|
)
|
|
3799
3808
|
), Nb = f(
|
|
3800
3809
|
p(
|
|
3801
|
-
[
|
|
3810
|
+
[Ut, (t, s) => s],
|
|
3802
3811
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
3803
3812
|
)
|
|
3804
|
-
),
|
|
3813
|
+
), uF = f(
|
|
3805
3814
|
p(
|
|
3806
|
-
[
|
|
3815
|
+
[Ut, (t, s) => s],
|
|
3807
3816
|
(t, s) => {
|
|
3808
3817
|
let e;
|
|
3809
3818
|
for (const i of t) {
|
|
@@ -3813,11 +3822,11 @@ const f = (
|
|
|
3813
3822
|
return e;
|
|
3814
3823
|
}
|
|
3815
3824
|
)
|
|
3816
|
-
),
|
|
3825
|
+
), lF = f(
|
|
3817
3826
|
p(
|
|
3818
3827
|
[
|
|
3819
|
-
|
|
3820
|
-
|
|
3828
|
+
yt,
|
|
3829
|
+
Ut,
|
|
3821
3830
|
(t, s) => s,
|
|
3822
3831
|
(t, s, e) => e
|
|
3823
3832
|
],
|
|
@@ -3880,7 +3889,7 @@ const f = (
|
|
|
3880
3889
|
[Pt, (t, s) => s],
|
|
3881
3890
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
3882
3891
|
)
|
|
3883
|
-
),
|
|
3892
|
+
), hF = f(
|
|
3884
3893
|
p(
|
|
3885
3894
|
[Pt, (t, s) => s],
|
|
3886
3895
|
(t, s) => {
|
|
@@ -3892,10 +3901,10 @@ const f = (
|
|
|
3892
3901
|
return e;
|
|
3893
3902
|
}
|
|
3894
3903
|
)
|
|
3895
|
-
),
|
|
3904
|
+
), pF = f(
|
|
3896
3905
|
p(
|
|
3897
3906
|
[
|
|
3898
|
-
|
|
3907
|
+
yt,
|
|
3899
3908
|
Pt,
|
|
3900
3909
|
(t, s) => s,
|
|
3901
3910
|
(t, s, e) => e
|
|
@@ -3913,7 +3922,7 @@ const f = (
|
|
|
3913
3922
|
);
|
|
3914
3923
|
}
|
|
3915
3924
|
)
|
|
3916
|
-
),
|
|
3925
|
+
), mF = p([Pt], (t) => {
|
|
3917
3926
|
const s = {};
|
|
3918
3927
|
for (const e of t) {
|
|
3919
3928
|
const { field_values: i } = e, n = s[i];
|
|
@@ -3950,22 +3959,22 @@ const f = (
|
|
|
3950
3959
|
updateWorkflowStepReviewers: lk,
|
|
3951
3960
|
deleteWorkflowStepReviewer: hk,
|
|
3952
3961
|
deleteWorkflowStepReviewers: pk
|
|
3953
|
-
} = dc.actions, mk = (t) => t.workflowStepReviewerReducer.instances,
|
|
3962
|
+
} = dc.actions, mk = (t) => t.workflowStepReviewerReducer.instances, Lt = p([mk], (t) => Object.values(t)), yk = (t) => (s) => s.workflowStepReviewerReducer.instances[t], fk = f(
|
|
3954
3963
|
p(
|
|
3955
|
-
[
|
|
3964
|
+
[Lt, (t, s) => s],
|
|
3956
3965
|
(t, s) => {
|
|
3957
3966
|
const e = new Set(s);
|
|
3958
3967
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3959
3968
|
}
|
|
3960
3969
|
)
|
|
3961
|
-
), mF = f(
|
|
3962
|
-
p([Ct, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3963
3970
|
), yF = f(
|
|
3964
|
-
p([
|
|
3971
|
+
p([Lt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
3965
3972
|
), fF = f(
|
|
3973
|
+
p([Lt, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_step === s)))
|
|
3974
|
+
), SF = f(
|
|
3966
3975
|
p(
|
|
3967
3976
|
[
|
|
3968
|
-
|
|
3977
|
+
Lt,
|
|
3969
3978
|
(t, s) => s,
|
|
3970
3979
|
(t, s, e) => e
|
|
3971
3980
|
],
|
|
@@ -4015,7 +4024,7 @@ const f = (
|
|
|
4015
4024
|
const e = new Set(s);
|
|
4016
4025
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4017
4026
|
})
|
|
4018
|
-
),
|
|
4027
|
+
), AF = f(
|
|
4019
4028
|
p([lc, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_type === s)))
|
|
4020
4029
|
), Rk = uc.reducer, ut = I(
|
|
4021
4030
|
(t) => t.uuid
|
|
@@ -4057,13 +4066,13 @@ const f = (
|
|
|
4057
4066
|
const e = new Set(s);
|
|
4058
4067
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4059
4068
|
})
|
|
4060
|
-
),
|
|
4069
|
+
), wF = f(
|
|
4061
4070
|
p([pc, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
4062
4071
|
), Uk = hc.reducer, mc = {
|
|
4063
4072
|
outboxReducer: ZO,
|
|
4064
4073
|
fileReducer: Gm,
|
|
4065
4074
|
authReducer: rm
|
|
4066
|
-
},
|
|
4075
|
+
}, OF = Zi(mc), Lk = {
|
|
4067
4076
|
...mc,
|
|
4068
4077
|
[Bt]: P_,
|
|
4069
4078
|
assetReducer: kl,
|
|
@@ -4142,7 +4151,7 @@ const f = (
|
|
|
4142
4151
|
workflowStepFieldValuesReviewReducer: nk,
|
|
4143
4152
|
workflowStepFieldValuesReviewRequestReducer: Hb,
|
|
4144
4153
|
workflowStepReviewerReducer: Sk
|
|
4145
|
-
},
|
|
4154
|
+
}, TF = Zi(Lk), Nk = 1e4, Hk = 200, yc = [400, 409, 403, 404, 405, 500], ht = 1e4, fc = {};
|
|
4146
4155
|
class Sc {
|
|
4147
4156
|
constructor(s) {
|
|
4148
4157
|
h(this, "client");
|
|
@@ -4171,10 +4180,10 @@ const Ac = () => Oc.length - 1, wc = (t) => (t[Bt] = { version: Ac() }, t), Yi =
|
|
|
4171
4180
|
const s = Mt();
|
|
4172
4181
|
s ? s.dispatch({ type: "rehydrated/setRehydrated", payload: !0 }) : console.error("Client store not set");
|
|
4173
4182
|
}, Jk = (t, s, e) => {
|
|
4174
|
-
const i =
|
|
4183
|
+
const i = Ot();
|
|
4175
4184
|
return i ? (i.addRequest(s), i.getQueue()) : (console.warn("Outbox coordinator not set; cannot enqueue request yet."), []);
|
|
4176
4185
|
}, Zk = (t, s, e) => {
|
|
4177
|
-
const i =
|
|
4186
|
+
const i = Ot();
|
|
4178
4187
|
if (!i)
|
|
4179
4188
|
return console.warn("Outbox coordinator not set; cannot dequeue request yet."), [];
|
|
4180
4189
|
const a = s.meta.offlineAction.payload.uuid;
|
|
@@ -4207,7 +4216,7 @@ const eg = {
|
|
|
4207
4216
|
// Bad typing, undefined is actually fine, and the action is a FullOfflineAction, not just an OfflineAction.
|
|
4208
4217
|
peek: (...t) => ng(...t)
|
|
4209
4218
|
}
|
|
4210
|
-
}, tg = Vc(Yk, Bt),
|
|
4219
|
+
}, tg = Vc(Yk, Bt), _F = Fc(vc(eg), tg);
|
|
4211
4220
|
async function sg(t, s, e) {
|
|
4212
4221
|
if (s.store.getState().outboxReducer.deletedRequests.includes(t.payload.uuid))
|
|
4213
4222
|
throw new Error("Request was marked for deletion");
|
|
@@ -4243,7 +4252,7 @@ Retries:`,
|
|
|
4243
4252
|
const i = Mt(), a = i.getState().outboxReducer.deletedRequests, r = s.payload.uuid;
|
|
4244
4253
|
function c() {
|
|
4245
4254
|
i.dispatch(QO(r));
|
|
4246
|
-
const l =
|
|
4255
|
+
const l = Ot();
|
|
4247
4256
|
if (!l)
|
|
4248
4257
|
throw new Error("Outbox coordinator not set");
|
|
4249
4258
|
l.remove(s.payload.uuid);
|
|
@@ -4255,21 +4264,21 @@ Retries:`,
|
|
|
4255
4264
|
if (l || console.warn("Error has no status code:", t), l !== void 0 && yc.includes(l)) {
|
|
4256
4265
|
console.warn("Discarding request due to error:", t, `
|
|
4257
4266
|
Action:`, s);
|
|
4258
|
-
const m =
|
|
4267
|
+
const m = Ot();
|
|
4259
4268
|
if (!m)
|
|
4260
4269
|
throw new Error("Outbox coordinator not set");
|
|
4261
4270
|
m.remove(s.payload.uuid), t.options.discard = !0, c();
|
|
4262
4271
|
}
|
|
4263
4272
|
}
|
|
4264
4273
|
console.debug("Registering a retry for request:", s.payload.uuid);
|
|
4265
|
-
const o =
|
|
4274
|
+
const o = Ot();
|
|
4266
4275
|
if (!o)
|
|
4267
4276
|
throw new Error("Outbox coordinator not set");
|
|
4268
4277
|
return o.registerRetry(s.payload.uuid), !1;
|
|
4269
4278
|
}
|
|
4270
4279
|
function ng(t, s, e) {
|
|
4271
4280
|
var i;
|
|
4272
|
-
return (i =
|
|
4281
|
+
return (i = Ot()) == null ? void 0 : i.peek();
|
|
4273
4282
|
}
|
|
4274
4283
|
function ag(t, s) {
|
|
4275
4284
|
return Mt().dispatch(JO((/* @__PURE__ */ new Date()).getTime())), Nc;
|
|
@@ -4332,7 +4341,7 @@ class _t extends Sc {
|
|
|
4332
4341
|
this.auth = i;
|
|
4333
4342
|
}
|
|
4334
4343
|
}
|
|
4335
|
-
class
|
|
4344
|
+
class IF extends _t {
|
|
4336
4345
|
async startConversation(s, e) {
|
|
4337
4346
|
return this.enqueueRequest({
|
|
4338
4347
|
description: "Start agent conversation",
|
|
@@ -4509,15 +4518,15 @@ class $ extends E {
|
|
|
4509
4518
|
for (const q of v) {
|
|
4510
4519
|
let W;
|
|
4511
4520
|
if ("file" in q) {
|
|
4512
|
-
const { file:
|
|
4513
|
-
|
|
4514
|
-
const Ts = URL.createObjectURL(
|
|
4521
|
+
const { file: Nt, ...gc } = q, ft = await this.client.files.getFilePayload(Nt);
|
|
4522
|
+
ft.sha1 in R || (R[ft.sha1] = ft);
|
|
4523
|
+
const Ts = URL.createObjectURL(Nt);
|
|
4515
4524
|
d.add(Ts), W = {
|
|
4516
4525
|
...gc,
|
|
4517
|
-
file_sha1:
|
|
4518
|
-
file_type:
|
|
4519
|
-
file_name:
|
|
4520
|
-
file_extension:
|
|
4526
|
+
file_sha1: ft.sha1,
|
|
4527
|
+
file_type: ft.file_type,
|
|
4528
|
+
file_name: Nt.name,
|
|
4529
|
+
file_extension: ft.extension,
|
|
4521
4530
|
file_url: Ts
|
|
4522
4531
|
};
|
|
4523
4532
|
} else
|
|
@@ -4598,7 +4607,7 @@ class $ extends E {
|
|
|
4598
4607
|
}
|
|
4599
4608
|
}
|
|
4600
4609
|
}
|
|
4601
|
-
class
|
|
4610
|
+
class bF extends $ {
|
|
4602
4611
|
constructor() {
|
|
4603
4612
|
super(...arguments);
|
|
4604
4613
|
h(this, "name", "Asset attachment");
|
|
@@ -4669,7 +4678,7 @@ class IF extends $ {
|
|
|
4669
4678
|
return this.dispatch(n(r)), r;
|
|
4670
4679
|
}
|
|
4671
4680
|
}
|
|
4672
|
-
class
|
|
4681
|
+
class kF extends $ {
|
|
4673
4682
|
constructor() {
|
|
4674
4683
|
super(...arguments);
|
|
4675
4684
|
h(this, "name", "Asset Procedure Attachment");
|
|
@@ -4744,7 +4753,7 @@ class bF extends $ {
|
|
|
4744
4753
|
return this.dispatch(n(a)), a;
|
|
4745
4754
|
}
|
|
4746
4755
|
}
|
|
4747
|
-
class
|
|
4756
|
+
class gF extends $ {
|
|
4748
4757
|
constructor() {
|
|
4749
4758
|
super(...arguments);
|
|
4750
4759
|
h(this, "name", "Asset Procedure Type Fields Attachment");
|
|
@@ -4818,7 +4827,7 @@ class kF extends $ {
|
|
|
4818
4827
|
return this.dispatch(n(a)), a;
|
|
4819
4828
|
}
|
|
4820
4829
|
}
|
|
4821
|
-
class
|
|
4830
|
+
class PF extends E {
|
|
4822
4831
|
constructor() {
|
|
4823
4832
|
super(...arguments);
|
|
4824
4833
|
h(this, "name", "Asset Procedure Type Fields");
|
|
@@ -4873,7 +4882,7 @@ class gF extends E {
|
|
|
4873
4882
|
return this.dispatch(n(a)), a;
|
|
4874
4883
|
}
|
|
4875
4884
|
}
|
|
4876
|
-
class
|
|
4885
|
+
class MF extends $ {
|
|
4877
4886
|
constructor() {
|
|
4878
4887
|
super(...arguments);
|
|
4879
4888
|
h(this, "name", "Asset Procedure Type Field Values Attachment");
|
|
@@ -4964,7 +4973,7 @@ class PF extends $ {
|
|
|
4964
4973
|
return this.dispatch(n(r)), r;
|
|
4965
4974
|
}
|
|
4966
4975
|
}
|
|
4967
|
-
class
|
|
4976
|
+
class FF extends E {
|
|
4968
4977
|
constructor() {
|
|
4969
4978
|
super(...arguments);
|
|
4970
4979
|
h(this, "name", "Asset Procedure Type Field Values");
|
|
@@ -5109,7 +5118,7 @@ class MF extends E {
|
|
|
5109
5118
|
return this.dispatch(n(r)), r;
|
|
5110
5119
|
}
|
|
5111
5120
|
}
|
|
5112
|
-
class
|
|
5121
|
+
class RF extends E {
|
|
5113
5122
|
constructor() {
|
|
5114
5123
|
super(...arguments);
|
|
5115
5124
|
h(this, "name", "Asset Procedure");
|
|
@@ -5204,7 +5213,7 @@ class FF extends E {
|
|
|
5204
5213
|
return this.dispatch(n(r)), r;
|
|
5205
5214
|
}
|
|
5206
5215
|
}
|
|
5207
|
-
class
|
|
5216
|
+
class EF extends E {
|
|
5208
5217
|
constructor() {
|
|
5209
5218
|
super(...arguments);
|
|
5210
5219
|
h(this, "name", "Asset Procedure Type");
|
|
@@ -5300,7 +5309,7 @@ class RF extends E {
|
|
|
5300
5309
|
return this.dispatch(n(a)), a;
|
|
5301
5310
|
}
|
|
5302
5311
|
}
|
|
5303
|
-
class
|
|
5312
|
+
class vF extends $ {
|
|
5304
5313
|
constructor() {
|
|
5305
5314
|
super(...arguments);
|
|
5306
5315
|
h(this, "name", "Asset Procedure Step Fields Attachment");
|
|
@@ -5372,7 +5381,7 @@ class EF extends $ {
|
|
|
5372
5381
|
return this.dispatch(n(a)), a;
|
|
5373
5382
|
}
|
|
5374
5383
|
}
|
|
5375
|
-
class
|
|
5384
|
+
class BF extends E {
|
|
5376
5385
|
constructor() {
|
|
5377
5386
|
super(...arguments);
|
|
5378
5387
|
h(this, "name", "Asset Procedure Step Fields");
|
|
@@ -5467,7 +5476,7 @@ class vF extends E {
|
|
|
5467
5476
|
return this.dispatch(n(a)), a;
|
|
5468
5477
|
}
|
|
5469
5478
|
}
|
|
5470
|
-
class
|
|
5479
|
+
class VF extends $ {
|
|
5471
5480
|
constructor() {
|
|
5472
5481
|
super(...arguments);
|
|
5473
5482
|
h(this, "name", "Asset Procedure Step Field Values Attachment");
|
|
@@ -5558,7 +5567,7 @@ class BF extends $ {
|
|
|
5558
5567
|
return this.dispatch(n(r)), r;
|
|
5559
5568
|
}
|
|
5560
5569
|
}
|
|
5561
|
-
class
|
|
5570
|
+
class zF extends E {
|
|
5562
5571
|
constructor() {
|
|
5563
5572
|
super(...arguments);
|
|
5564
5573
|
h(this, "name", "Asset Procedure Step Field Values");
|
|
@@ -5706,7 +5715,7 @@ class VF extends E {
|
|
|
5706
5715
|
return this.dispatch(n(r)), r;
|
|
5707
5716
|
}
|
|
5708
5717
|
}
|
|
5709
|
-
class
|
|
5718
|
+
class qF extends E {
|
|
5710
5719
|
constructor() {
|
|
5711
5720
|
super(...arguments);
|
|
5712
5721
|
h(this, "name", "Asset Procedure Step");
|
|
@@ -5805,7 +5814,7 @@ class zF extends E {
|
|
|
5805
5814
|
return this.dispatch(n(a)), a;
|
|
5806
5815
|
}
|
|
5807
5816
|
}
|
|
5808
|
-
class
|
|
5817
|
+
class DF extends E {
|
|
5809
5818
|
constructor() {
|
|
5810
5819
|
super(...arguments);
|
|
5811
5820
|
h(this, "url", "/assets");
|
|
@@ -5875,7 +5884,7 @@ class qF extends E {
|
|
|
5875
5884
|
const { store: i } = this.client, { addOne: n, deleteOne: a } = this.actions, { selectById: r } = this.selectors, c = i.getState(), o = r(e)(c);
|
|
5876
5885
|
if (!o) throw new Error(`No asset with uuid ${e} found in the store`);
|
|
5877
5886
|
const d = _o(e)(c), l = Zf(e)(c);
|
|
5878
|
-
this.dispatch(a(e)), this.dispatch(un(V(d))), this.dispatch(
|
|
5887
|
+
this.dispatch(a(e)), this.dispatch(un(V(d))), this.dispatch(wt(V(l)));
|
|
5879
5888
|
try {
|
|
5880
5889
|
return await this.enqueueRequest({
|
|
5881
5890
|
description: A(u.DELETE, this.name, !1),
|
|
@@ -5885,7 +5894,7 @@ class qF extends E {
|
|
|
5885
5894
|
blocks: []
|
|
5886
5895
|
});
|
|
5887
5896
|
} catch (m) {
|
|
5888
|
-
throw this.dispatch(n(o)), this.dispatch(dn(d)), this.dispatch(
|
|
5897
|
+
throw this.dispatch(n(o)), this.dispatch(dn(d)), this.dispatch(At(l)), m;
|
|
5889
5898
|
}
|
|
5890
5899
|
}
|
|
5891
5900
|
bulkAdd(e, i) {
|
|
@@ -5921,7 +5930,7 @@ class qF extends E {
|
|
|
5921
5930
|
}), o;
|
|
5922
5931
|
}
|
|
5923
5932
|
bulkUpdate(e, i) {
|
|
5924
|
-
const { store: n } = this.client, { updateMany: a } = this.actions, { selectByIds: r } = this.selectors, c = V(e).toSorted(
|
|
5933
|
+
const { store: n } = this.client, { updateMany: a } = this.actions, { selectByIds: r } = this.selectors, c = V(e).toSorted(Xt);
|
|
5925
5934
|
if (c.length !== e.length)
|
|
5926
5935
|
throw new Error("payloads contains duplicate uuids.");
|
|
5927
5936
|
const o = r(c)(n.getState()).toSorted(sn);
|
|
@@ -5985,7 +5994,7 @@ class qF extends E {
|
|
|
5985
5994
|
return this.dispatch(n(r)), r;
|
|
5986
5995
|
}
|
|
5987
5996
|
}
|
|
5988
|
-
class
|
|
5997
|
+
class $F extends E {
|
|
5989
5998
|
constructor() {
|
|
5990
5999
|
super(...arguments);
|
|
5991
6000
|
h(this, "name", "Asset Stage Completion");
|
|
@@ -6102,7 +6111,7 @@ class DF extends E {
|
|
|
6102
6111
|
return this.dispatch(n(r)), r;
|
|
6103
6112
|
}
|
|
6104
6113
|
}
|
|
6105
|
-
class
|
|
6114
|
+
class WF extends E {
|
|
6106
6115
|
constructor() {
|
|
6107
6116
|
super(...arguments);
|
|
6108
6117
|
h(this, "name", "Asset Stage");
|
|
@@ -6195,7 +6204,7 @@ class $F extends E {
|
|
|
6195
6204
|
return this.dispatch(n(a)), a;
|
|
6196
6205
|
}
|
|
6197
6206
|
}
|
|
6198
|
-
class
|
|
6207
|
+
class jF extends $ {
|
|
6199
6208
|
constructor() {
|
|
6200
6209
|
super(...arguments);
|
|
6201
6210
|
h(this, "name", "Asset Type Attachment");
|
|
@@ -6265,7 +6274,7 @@ class WF extends $ {
|
|
|
6265
6274
|
return this.dispatch(n(a)), a;
|
|
6266
6275
|
}
|
|
6267
6276
|
}
|
|
6268
|
-
class
|
|
6277
|
+
class xF extends $ {
|
|
6269
6278
|
constructor() {
|
|
6270
6279
|
super(...arguments);
|
|
6271
6280
|
h(this, "name", "Asset Type Fields Attachment");
|
|
@@ -6339,7 +6348,7 @@ class jF extends $ {
|
|
|
6339
6348
|
return this.dispatch(n(a)), a;
|
|
6340
6349
|
}
|
|
6341
6350
|
}
|
|
6342
|
-
class
|
|
6351
|
+
class CF extends E {
|
|
6343
6352
|
constructor() {
|
|
6344
6353
|
super(...arguments);
|
|
6345
6354
|
h(this, "name", "Asset Type Fields");
|
|
@@ -6394,7 +6403,7 @@ class xF extends E {
|
|
|
6394
6403
|
return this.dispatch(n(a)), a;
|
|
6395
6404
|
}
|
|
6396
6405
|
}
|
|
6397
|
-
class
|
|
6406
|
+
class UF extends $ {
|
|
6398
6407
|
constructor() {
|
|
6399
6408
|
super(...arguments);
|
|
6400
6409
|
h(this, "name", "Asset Type Field Values Attachment");
|
|
@@ -6485,7 +6494,7 @@ class CF extends $ {
|
|
|
6485
6494
|
return this.dispatch(n(r)), r;
|
|
6486
6495
|
}
|
|
6487
6496
|
}
|
|
6488
|
-
class
|
|
6497
|
+
class LF extends E {
|
|
6489
6498
|
constructor() {
|
|
6490
6499
|
super(...arguments);
|
|
6491
6500
|
h(this, "name", "Asset Type Field Values");
|
|
@@ -6629,7 +6638,7 @@ class UF extends E {
|
|
|
6629
6638
|
return this.dispatch(n(r)), r;
|
|
6630
6639
|
}
|
|
6631
6640
|
}
|
|
6632
|
-
class
|
|
6641
|
+
class NF extends E {
|
|
6633
6642
|
constructor() {
|
|
6634
6643
|
super(...arguments);
|
|
6635
6644
|
h(this, "name", "Asset Type Identifier");
|
|
@@ -6724,7 +6733,7 @@ class LF extends E {
|
|
|
6724
6733
|
return this.dispatch(n(a)), a;
|
|
6725
6734
|
}
|
|
6726
6735
|
}
|
|
6727
|
-
class
|
|
6736
|
+
class HF extends E {
|
|
6728
6737
|
constructor() {
|
|
6729
6738
|
super(...arguments);
|
|
6730
6739
|
h(this, "name", "Asset Type Identifier Value");
|
|
@@ -6848,7 +6857,7 @@ class NF extends E {
|
|
|
6848
6857
|
return this.dispatch(n(r)), r;
|
|
6849
6858
|
}
|
|
6850
6859
|
}
|
|
6851
|
-
class
|
|
6860
|
+
class GF extends E {
|
|
6852
6861
|
constructor() {
|
|
6853
6862
|
super(...arguments);
|
|
6854
6863
|
h(this, "name", "Asset Type");
|
|
@@ -6944,7 +6953,7 @@ class HF extends E {
|
|
|
6944
6953
|
return this.dispatch(n(a)), a;
|
|
6945
6954
|
}
|
|
6946
6955
|
}
|
|
6947
|
-
class
|
|
6956
|
+
class KF extends E {
|
|
6948
6957
|
constructor() {
|
|
6949
6958
|
super(...arguments);
|
|
6950
6959
|
h(this, "name", "Asset Type Status");
|
|
@@ -7036,7 +7045,7 @@ class GF extends E {
|
|
|
7036
7045
|
return this.dispatch(n(a)), a;
|
|
7037
7046
|
}
|
|
7038
7047
|
}
|
|
7039
|
-
class
|
|
7048
|
+
class YF extends $ {
|
|
7040
7049
|
constructor() {
|
|
7041
7050
|
super(...arguments);
|
|
7042
7051
|
h(this, "name", "Document Attachment");
|
|
@@ -7136,7 +7145,7 @@ class KF extends $ {
|
|
|
7136
7145
|
return this.dispatch(n(o)), o;
|
|
7137
7146
|
}
|
|
7138
7147
|
}
|
|
7139
|
-
class
|
|
7148
|
+
class QF extends E {
|
|
7140
7149
|
constructor() {
|
|
7141
7150
|
super(...arguments);
|
|
7142
7151
|
h(this, "name", "Document");
|
|
@@ -7268,7 +7277,7 @@ class It extends _t {
|
|
|
7268
7277
|
);
|
|
7269
7278
|
}
|
|
7270
7279
|
}
|
|
7271
|
-
class
|
|
7280
|
+
class JF extends It {
|
|
7272
7281
|
constructor() {
|
|
7273
7282
|
super(...arguments);
|
|
7274
7283
|
h(this, "name", "Email Domains");
|
|
@@ -7326,7 +7335,7 @@ class QF extends It {
|
|
|
7326
7335
|
return this.dispatch(n(a)), a;
|
|
7327
7336
|
}
|
|
7328
7337
|
}
|
|
7329
|
-
class
|
|
7338
|
+
class ZF extends _t {
|
|
7330
7339
|
async getVerificationCode(s) {
|
|
7331
7340
|
return this.enqueueRequest({
|
|
7332
7341
|
description: "Get verification code",
|
|
@@ -7349,8 +7358,8 @@ class JF extends _t {
|
|
|
7349
7358
|
});
|
|
7350
7359
|
}
|
|
7351
7360
|
}
|
|
7352
|
-
const bt = {},
|
|
7353
|
-
class
|
|
7361
|
+
const bt = {}, Gt = /* @__PURE__ */ new Set();
|
|
7362
|
+
class XF extends _t {
|
|
7354
7363
|
constructor() {
|
|
7355
7364
|
super(...arguments);
|
|
7356
7365
|
h(this, "host");
|
|
@@ -7376,13 +7385,13 @@ class ZF extends _t {
|
|
|
7376
7385
|
throw new Error(`Cant add a file without a type to cache: ${e.name}`);
|
|
7377
7386
|
if (!e.size)
|
|
7378
7387
|
throw new Error(`Cant add an empty file to cache: ${e.name}`);
|
|
7379
|
-
const i = await
|
|
7380
|
-
if (
|
|
7388
|
+
const i = await Ht(e);
|
|
7389
|
+
if (Gt.has(i)) return;
|
|
7381
7390
|
const n = await this.getDB();
|
|
7382
|
-
!!await n.get("files", i) ? console.warn(`Attempting to add a file already cached, ${e.name}`) : await n.put("files", e, i),
|
|
7391
|
+
!!await n.get("files", i) ? console.warn(`Attempting to add a file already cached, ${e.name}`) : await n.put("files", e, i), Gt.add(i);
|
|
7383
7392
|
}
|
|
7384
7393
|
async removeCache(e) {
|
|
7385
|
-
await (await this.getDB()).delete("files", e),
|
|
7394
|
+
await (await this.getDB()).delete("files", e), Gt.delete(e);
|
|
7386
7395
|
}
|
|
7387
7396
|
async fetchCache(e) {
|
|
7388
7397
|
return (await this.getDB()).get("files", e);
|
|
@@ -7421,7 +7430,7 @@ class ZF extends _t {
|
|
|
7421
7430
|
} catch (l) {
|
|
7422
7431
|
throw l instanceof C && delete bt[a], l;
|
|
7423
7432
|
}
|
|
7424
|
-
const d = await
|
|
7433
|
+
const d = await Ht(o);
|
|
7425
7434
|
if (d !== i) {
|
|
7426
7435
|
const l = `The hash of the file returned from the server (${d}) does not match the
|
|
7427
7436
|
expected hash (${i}). This can happen if you're using a local development server and the
|
|
@@ -7461,7 +7470,7 @@ class ZF extends _t {
|
|
|
7461
7470
|
}
|
|
7462
7471
|
async getFilePayload(e) {
|
|
7463
7472
|
const n = {
|
|
7464
|
-
sha1: await
|
|
7473
|
+
sha1: await Ht(e),
|
|
7465
7474
|
file_type: e.type,
|
|
7466
7475
|
extension: Jc(e),
|
|
7467
7476
|
size: e.size
|
|
@@ -7469,7 +7478,7 @@ class ZF extends _t {
|
|
|
7469
7478
|
return await this.client.files.addCache(e), n;
|
|
7470
7479
|
}
|
|
7471
7480
|
}
|
|
7472
|
-
class
|
|
7481
|
+
class eR extends E {
|
|
7473
7482
|
constructor() {
|
|
7474
7483
|
super(...arguments);
|
|
7475
7484
|
h(this, "name", "Form Identifier");
|
|
@@ -7564,7 +7573,7 @@ class XF extends E {
|
|
|
7564
7573
|
return this.dispatch(n(a)), a;
|
|
7565
7574
|
}
|
|
7566
7575
|
}
|
|
7567
|
-
class
|
|
7576
|
+
class tR extends E {
|
|
7568
7577
|
constructor() {
|
|
7569
7578
|
super(...arguments);
|
|
7570
7579
|
h(this, "name", "Form Identifier Value");
|
|
@@ -7637,7 +7646,7 @@ class eR extends E {
|
|
|
7637
7646
|
return this.dispatch(n(r)), r;
|
|
7638
7647
|
}
|
|
7639
7648
|
}
|
|
7640
|
-
class
|
|
7649
|
+
class sR extends $ {
|
|
7641
7650
|
constructor() {
|
|
7642
7651
|
super(...arguments);
|
|
7643
7652
|
h(this, "name", "Form Revision Attachment");
|
|
@@ -7711,7 +7720,7 @@ class tR extends $ {
|
|
|
7711
7720
|
return this.dispatch(n(a)), a;
|
|
7712
7721
|
}
|
|
7713
7722
|
}
|
|
7714
|
-
class
|
|
7723
|
+
class iR extends E {
|
|
7715
7724
|
constructor() {
|
|
7716
7725
|
super(...arguments);
|
|
7717
7726
|
h(this, "name", "Form Revision");
|
|
@@ -7766,7 +7775,7 @@ class sR extends E {
|
|
|
7766
7775
|
return this.dispatch(n(a)), a;
|
|
7767
7776
|
}
|
|
7768
7777
|
}
|
|
7769
|
-
class
|
|
7778
|
+
class nR extends E {
|
|
7770
7779
|
constructor() {
|
|
7771
7780
|
super(...arguments);
|
|
7772
7781
|
h(this, "name", "Form");
|
|
@@ -7851,7 +7860,7 @@ class iR extends E {
|
|
|
7851
7860
|
return this.dispatch(n(a)), a;
|
|
7852
7861
|
}
|
|
7853
7862
|
}
|
|
7854
|
-
class
|
|
7863
|
+
class aR extends $ {
|
|
7855
7864
|
constructor() {
|
|
7856
7865
|
super(...arguments);
|
|
7857
7866
|
h(this, "name", "Form Submission Attachment");
|
|
@@ -7941,7 +7950,7 @@ class nR extends $ {
|
|
|
7941
7950
|
return this.dispatch(n(r)), r;
|
|
7942
7951
|
}
|
|
7943
7952
|
}
|
|
7944
|
-
class
|
|
7953
|
+
class rR extends E {
|
|
7945
7954
|
constructor() {
|
|
7946
7955
|
super(...arguments);
|
|
7947
7956
|
h(this, "name", "Form Submission");
|
|
@@ -8037,7 +8046,7 @@ class aR extends E {
|
|
|
8037
8046
|
return this.dispatch(n(r)), r;
|
|
8038
8047
|
}
|
|
8039
8048
|
}
|
|
8040
|
-
class
|
|
8049
|
+
class cR extends $ {
|
|
8041
8050
|
constructor() {
|
|
8042
8051
|
super(...arguments);
|
|
8043
8052
|
h(this, "name", "Geo Image");
|
|
@@ -8139,20 +8148,20 @@ class rR extends $ {
|
|
|
8139
8148
|
return this.dispatch(n(a)), a;
|
|
8140
8149
|
}
|
|
8141
8150
|
}
|
|
8142
|
-
class
|
|
8151
|
+
class oR extends E {
|
|
8143
8152
|
constructor() {
|
|
8144
8153
|
super(...arguments);
|
|
8145
8154
|
h(this, "name", "Issue Association");
|
|
8146
8155
|
h(this, "url", "/issue-associations");
|
|
8147
8156
|
h(this, "actions", {
|
|
8148
8157
|
addOne: Uf,
|
|
8149
|
-
addMany:
|
|
8158
|
+
addMany: At,
|
|
8150
8159
|
setOne: jf,
|
|
8151
8160
|
setMany: Wf,
|
|
8152
8161
|
updateOne: xf,
|
|
8153
8162
|
updateMany: Cf,
|
|
8154
8163
|
deleteOne: Lf,
|
|
8155
|
-
deleteMany:
|
|
8164
|
+
deleteMany: wt,
|
|
8156
8165
|
initialize: $f
|
|
8157
8166
|
});
|
|
8158
8167
|
h(this, "selectors", {
|
|
@@ -8215,7 +8224,7 @@ class cR extends E {
|
|
|
8215
8224
|
return this.dispatch(n(r)), r;
|
|
8216
8225
|
}
|
|
8217
8226
|
}
|
|
8218
|
-
class
|
|
8227
|
+
class dR extends $ {
|
|
8219
8228
|
constructor() {
|
|
8220
8229
|
super(...arguments);
|
|
8221
8230
|
h(this, "name", "Issue Attachment");
|
|
@@ -8285,7 +8294,7 @@ class oR extends $ {
|
|
|
8285
8294
|
return this.dispatch(n(r)), r;
|
|
8286
8295
|
}
|
|
8287
8296
|
}
|
|
8288
|
-
class
|
|
8297
|
+
class uR extends $ {
|
|
8289
8298
|
constructor() {
|
|
8290
8299
|
super(...arguments);
|
|
8291
8300
|
h(this, "name", "Issue Comment Attachment");
|
|
@@ -8355,7 +8364,7 @@ class dR extends $ {
|
|
|
8355
8364
|
return this.dispatch(n(r)), r;
|
|
8356
8365
|
}
|
|
8357
8366
|
}
|
|
8358
|
-
class
|
|
8367
|
+
class lR extends E {
|
|
8359
8368
|
constructor() {
|
|
8360
8369
|
super(...arguments);
|
|
8361
8370
|
h(this, "name", "Issue Comment");
|
|
@@ -8449,7 +8458,7 @@ class uR extends E {
|
|
|
8449
8458
|
return this.dispatch(n(r)), r;
|
|
8450
8459
|
}
|
|
8451
8460
|
}
|
|
8452
|
-
class
|
|
8461
|
+
class hR extends E {
|
|
8453
8462
|
constructor() {
|
|
8454
8463
|
super(...arguments);
|
|
8455
8464
|
h(this, "name", "Issue");
|
|
@@ -8538,7 +8547,7 @@ class lR extends E {
|
|
|
8538
8547
|
if (w === null)
|
|
8539
8548
|
o[y] = null;
|
|
8540
8549
|
else {
|
|
8541
|
-
const P =
|
|
8550
|
+
const P = fs(w)(a);
|
|
8542
8551
|
if (!P)
|
|
8543
8552
|
throw new Error(`Trying to update assigned to with ${w} which does not exist in store.`);
|
|
8544
8553
|
o[y] = {
|
|
@@ -8571,7 +8580,7 @@ class lR extends E {
|
|
|
8571
8580
|
}), [c, l];
|
|
8572
8581
|
}
|
|
8573
8582
|
bulkUpdate(e, i) {
|
|
8574
|
-
const { store: n } = this.client, { updateMany: a } = this.actions, { selectByIds: r } = this.selectors, c = V(e).toSorted(
|
|
8583
|
+
const { store: n } = this.client, { updateMany: a } = this.actions, { selectByIds: r } = this.selectors, c = V(e).toSorted(Xt);
|
|
8575
8584
|
if (c.length !== e.length)
|
|
8576
8585
|
throw new Error("payloads contains duplicate uuids.");
|
|
8577
8586
|
const o = r(c)(n.getState()).toSorted(sn);
|
|
@@ -8612,7 +8621,7 @@ class lR extends E {
|
|
|
8612
8621
|
if (!o)
|
|
8613
8622
|
throw new Error(`No issue with uuid ${e} found in the store`);
|
|
8614
8623
|
const d = Kf(e)(c), l = Jf(e)(c), m = oS(e)(c), y = dO(e)(c);
|
|
8615
|
-
this.dispatch(n(e)), this.dispatch(Na(V(m))), this.dispatch(_r(V(y))), this.dispatch(
|
|
8624
|
+
this.dispatch(n(e)), this.dispatch(Na(V(m))), this.dispatch(_r(V(y))), this.dispatch(wt(V(d))), this.dispatch(wt(V(l)));
|
|
8616
8625
|
try {
|
|
8617
8626
|
return await this.enqueueRequest({
|
|
8618
8627
|
description: A(u.DELETE, this.name, !1),
|
|
@@ -8622,12 +8631,12 @@ class lR extends E {
|
|
|
8622
8631
|
blocks: []
|
|
8623
8632
|
});
|
|
8624
8633
|
} catch (w) {
|
|
8625
|
-
throw this.dispatch(a(o)), this.dispatch(La(m)), this.dispatch(Or(y)), this.dispatch(
|
|
8634
|
+
throw this.dispatch(a(o)), this.dispatch(La(m)), this.dispatch(Or(y)), this.dispatch(At(d)), this.dispatch(At(l)), w;
|
|
8626
8635
|
}
|
|
8627
8636
|
}
|
|
8628
8637
|
async bulkDelete(e) {
|
|
8629
8638
|
const { store: i } = this.client, { addMany: n, deleteMany: a } = this.actions, { selectByIds: r } = this.selectors, c = i.getState(), o = r(e)(c), d = Yf(e)(c), l = Qf(e)(c);
|
|
8630
|
-
this.dispatch(a(e)), this.dispatch(
|
|
8639
|
+
this.dispatch(a(e)), this.dispatch(wt(V(d))), this.dispatch(wt(V(l)));
|
|
8631
8640
|
try {
|
|
8632
8641
|
return await this.enqueueRequest({
|
|
8633
8642
|
description: A(u.DELETE, this.name, !0),
|
|
@@ -8638,7 +8647,7 @@ class lR extends E {
|
|
|
8638
8647
|
blocks: []
|
|
8639
8648
|
});
|
|
8640
8649
|
} catch (m) {
|
|
8641
|
-
throw this.dispatch(n(o)), this.dispatch(
|
|
8650
|
+
throw this.dispatch(n(o)), this.dispatch(At(d)), this.dispatch(At(l)), m;
|
|
8642
8651
|
}
|
|
8643
8652
|
}
|
|
8644
8653
|
async refreshStore(e, i) {
|
|
@@ -8653,7 +8662,7 @@ class lR extends E {
|
|
|
8653
8662
|
return this.dispatch(n(r)), r;
|
|
8654
8663
|
}
|
|
8655
8664
|
}
|
|
8656
|
-
class
|
|
8665
|
+
class pR extends $ {
|
|
8657
8666
|
constructor() {
|
|
8658
8667
|
super(...arguments);
|
|
8659
8668
|
h(this, "name", "Issue Type Attachment");
|
|
@@ -8723,7 +8732,7 @@ class hR extends $ {
|
|
|
8723
8732
|
return this.dispatch(n(a)), a;
|
|
8724
8733
|
}
|
|
8725
8734
|
}
|
|
8726
|
-
class
|
|
8735
|
+
class mR extends $ {
|
|
8727
8736
|
constructor() {
|
|
8728
8737
|
super(...arguments);
|
|
8729
8738
|
h(this, "name", "Issue Type Fields Attachment");
|
|
@@ -8797,7 +8806,7 @@ class pR extends $ {
|
|
|
8797
8806
|
return this.dispatch(n(a)), a;
|
|
8798
8807
|
}
|
|
8799
8808
|
}
|
|
8800
|
-
class
|
|
8809
|
+
class yR extends E {
|
|
8801
8810
|
constructor() {
|
|
8802
8811
|
super(...arguments);
|
|
8803
8812
|
h(this, "name", "Issue Type Fields");
|
|
@@ -8852,7 +8861,7 @@ class mR extends E {
|
|
|
8852
8861
|
return this.dispatch(n(a)), a;
|
|
8853
8862
|
}
|
|
8854
8863
|
}
|
|
8855
|
-
class
|
|
8864
|
+
class fR extends $ {
|
|
8856
8865
|
constructor() {
|
|
8857
8866
|
super(...arguments);
|
|
8858
8867
|
h(this, "name", "Issue Type Field Values Attachment");
|
|
@@ -8943,7 +8952,7 @@ class yR extends $ {
|
|
|
8943
8952
|
return this.dispatch(n(r)), r;
|
|
8944
8953
|
}
|
|
8945
8954
|
}
|
|
8946
|
-
class
|
|
8955
|
+
class SR extends E {
|
|
8947
8956
|
constructor() {
|
|
8948
8957
|
super(...arguments);
|
|
8949
8958
|
h(this, "name", "Issue Type Field Values");
|
|
@@ -9042,7 +9051,7 @@ class fR extends E {
|
|
|
9042
9051
|
return this.dispatch(n(r)), r;
|
|
9043
9052
|
}
|
|
9044
9053
|
}
|
|
9045
|
-
class
|
|
9054
|
+
class AR extends E {
|
|
9046
9055
|
constructor() {
|
|
9047
9056
|
super(...arguments);
|
|
9048
9057
|
h(this, "name", "Issue Type Identifier");
|
|
@@ -9137,7 +9146,7 @@ class SR extends E {
|
|
|
9137
9146
|
return this.dispatch(n(a)), a;
|
|
9138
9147
|
}
|
|
9139
9148
|
}
|
|
9140
|
-
class
|
|
9149
|
+
class wR extends E {
|
|
9141
9150
|
constructor() {
|
|
9142
9151
|
super(...arguments);
|
|
9143
9152
|
h(this, "name", "Issue Type Identifier Value");
|
|
@@ -9210,7 +9219,7 @@ class AR extends E {
|
|
|
9210
9219
|
return this.dispatch(n(r)), r;
|
|
9211
9220
|
}
|
|
9212
9221
|
}
|
|
9213
|
-
class
|
|
9222
|
+
class OR extends E {
|
|
9214
9223
|
constructor() {
|
|
9215
9224
|
super(...arguments);
|
|
9216
9225
|
h(this, "name", "Issue Type");
|
|
@@ -9304,7 +9313,7 @@ class wR extends E {
|
|
|
9304
9313
|
return this.dispatch(n(a)), a;
|
|
9305
9314
|
}
|
|
9306
9315
|
}
|
|
9307
|
-
class
|
|
9316
|
+
class TR extends E {
|
|
9308
9317
|
constructor() {
|
|
9309
9318
|
super(...arguments);
|
|
9310
9319
|
h(this, "name", "Issue Type Status");
|
|
@@ -9396,7 +9405,7 @@ class OR extends E {
|
|
|
9396
9405
|
return this.dispatch(n(a)), a;
|
|
9397
9406
|
}
|
|
9398
9407
|
}
|
|
9399
|
-
class
|
|
9408
|
+
class _R extends E {
|
|
9400
9409
|
constructor() {
|
|
9401
9410
|
super(...arguments);
|
|
9402
9411
|
h(this, "name", "Issue Update");
|
|
@@ -9435,7 +9444,7 @@ function lg(t) {
|
|
|
9435
9444
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
9436
9445
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
9437
9446
|
}
|
|
9438
|
-
class
|
|
9447
|
+
class IR extends dg {
|
|
9439
9448
|
constructor() {
|
|
9440
9449
|
super(...arguments);
|
|
9441
9450
|
// _getTokenPair and _getRenewedTokens don't need to use enqueueRequest from the BaseApiService because
|
|
@@ -9548,7 +9557,7 @@ class _R extends dg {
|
|
|
9548
9557
|
});
|
|
9549
9558
|
}
|
|
9550
9559
|
}
|
|
9551
|
-
class
|
|
9560
|
+
class bR extends It {
|
|
9552
9561
|
constructor() {
|
|
9553
9562
|
super(...arguments);
|
|
9554
9563
|
h(this, "name", "Organization Access");
|
|
@@ -9591,7 +9600,7 @@ class IR extends It {
|
|
|
9591
9600
|
}), [c, o];
|
|
9592
9601
|
}
|
|
9593
9602
|
async delete(e) {
|
|
9594
|
-
const { store: i } = this.client, { deleteOne: n, addOne: a } = this.actions, { selectById: r } = this.selectors, c = i.getState(), o = r(e)(c), d =
|
|
9603
|
+
const { store: i } = this.client, { deleteOne: n, addOne: a } = this.actions, { selectById: r } = this.selectors, c = i.getState(), o = r(e)(c), d = fs(o.user)(c);
|
|
9595
9604
|
this.dispatch(n(o.uuid)), this.dispatch(Pr(o.user));
|
|
9596
9605
|
try {
|
|
9597
9606
|
return await this.enqueueRequest({
|
|
@@ -9617,7 +9626,7 @@ class IR extends It {
|
|
|
9617
9626
|
return this.dispatch(n(a)), a;
|
|
9618
9627
|
}
|
|
9619
9628
|
}
|
|
9620
|
-
class
|
|
9629
|
+
class kR extends It {
|
|
9621
9630
|
constructor() {
|
|
9622
9631
|
super(...arguments);
|
|
9623
9632
|
h(this, "name", "Organization");
|
|
@@ -9674,7 +9683,7 @@ class bR extends It {
|
|
|
9674
9683
|
return this.dispatch(i(n)), n;
|
|
9675
9684
|
}
|
|
9676
9685
|
}
|
|
9677
|
-
class
|
|
9686
|
+
class gR extends E {
|
|
9678
9687
|
constructor() {
|
|
9679
9688
|
super(...arguments);
|
|
9680
9689
|
h(this, "name", "Project Access");
|
|
@@ -9784,7 +9793,7 @@ class kR extends E {
|
|
|
9784
9793
|
return this.dispatch(n(a)), a;
|
|
9785
9794
|
}
|
|
9786
9795
|
}
|
|
9787
|
-
class
|
|
9796
|
+
class PR extends $ {
|
|
9788
9797
|
constructor() {
|
|
9789
9798
|
super(...arguments);
|
|
9790
9799
|
h(this, "name", "Project Attachment");
|
|
@@ -9854,7 +9863,7 @@ class gR extends $ {
|
|
|
9854
9863
|
return this.dispatch(n(a)), a;
|
|
9855
9864
|
}
|
|
9856
9865
|
}
|
|
9857
|
-
class
|
|
9866
|
+
class MR extends $ {
|
|
9858
9867
|
constructor() {
|
|
9859
9868
|
super(...arguments);
|
|
9860
9869
|
h(this, "name", "Project File");
|
|
@@ -9950,7 +9959,7 @@ class PR extends $ {
|
|
|
9950
9959
|
return this.dispatch(n(r)), r;
|
|
9951
9960
|
}
|
|
9952
9961
|
}
|
|
9953
|
-
class
|
|
9962
|
+
class FR extends It {
|
|
9954
9963
|
constructor() {
|
|
9955
9964
|
super(...arguments);
|
|
9956
9965
|
h(this, "name", "Project");
|
|
@@ -10009,7 +10018,7 @@ class MR extends It {
|
|
|
10009
10018
|
return this.dispatch(n(a)), a;
|
|
10010
10019
|
}
|
|
10011
10020
|
}
|
|
10012
|
-
class
|
|
10021
|
+
class RR extends E {
|
|
10013
10022
|
constructor() {
|
|
10014
10023
|
super(...arguments);
|
|
10015
10024
|
h(this, "name", "Team Membership");
|
|
@@ -10098,7 +10107,7 @@ class FR extends E {
|
|
|
10098
10107
|
return this.dispatch(n(a)), a;
|
|
10099
10108
|
}
|
|
10100
10109
|
}
|
|
10101
|
-
class
|
|
10110
|
+
class ER extends E {
|
|
10102
10111
|
constructor() {
|
|
10103
10112
|
super(...arguments);
|
|
10104
10113
|
h(this, "name", "Team");
|
|
@@ -10193,7 +10202,7 @@ class RR extends E {
|
|
|
10193
10202
|
return this.dispatch(n(a)), a;
|
|
10194
10203
|
}
|
|
10195
10204
|
}
|
|
10196
|
-
class
|
|
10205
|
+
class vR extends It {
|
|
10197
10206
|
constructor() {
|
|
10198
10207
|
super(...arguments);
|
|
10199
10208
|
h(this, "name", "User");
|
|
@@ -10210,7 +10219,7 @@ class ER extends It {
|
|
|
10210
10219
|
initialize: lO
|
|
10211
10220
|
});
|
|
10212
10221
|
h(this, "selectors", {
|
|
10213
|
-
selectById:
|
|
10222
|
+
selectById: fs,
|
|
10214
10223
|
selectByIds: OO
|
|
10215
10224
|
});
|
|
10216
10225
|
}
|
|
@@ -10235,7 +10244,7 @@ class ER extends It {
|
|
|
10235
10244
|
return this.dispatch(n(a)), a;
|
|
10236
10245
|
}
|
|
10237
10246
|
}
|
|
10238
|
-
class
|
|
10247
|
+
class BR extends E {
|
|
10239
10248
|
constructor() {
|
|
10240
10249
|
super(...arguments);
|
|
10241
10250
|
h(this, "name", "Workflow");
|
|
@@ -10330,7 +10339,7 @@ class vR extends E {
|
|
|
10330
10339
|
return this.dispatch(n(r)), r;
|
|
10331
10340
|
}
|
|
10332
10341
|
}
|
|
10333
|
-
class
|
|
10342
|
+
class VR extends E {
|
|
10334
10343
|
constructor() {
|
|
10335
10344
|
super(...arguments);
|
|
10336
10345
|
h(this, "name", "Workflow Issue Link");
|
|
@@ -10402,7 +10411,7 @@ class BR extends E {
|
|
|
10402
10411
|
return this.dispatch(n(r)), r;
|
|
10403
10412
|
}
|
|
10404
10413
|
}
|
|
10405
|
-
class
|
|
10414
|
+
class zR extends E {
|
|
10406
10415
|
constructor() {
|
|
10407
10416
|
super(...arguments);
|
|
10408
10417
|
h(this, "name", "Workflow Step Assignee");
|
|
@@ -10517,7 +10526,7 @@ class VR extends E {
|
|
|
10517
10526
|
return this.dispatch(n(r)), r;
|
|
10518
10527
|
}
|
|
10519
10528
|
}
|
|
10520
|
-
class
|
|
10529
|
+
class qR extends E {
|
|
10521
10530
|
constructor() {
|
|
10522
10531
|
super(...arguments);
|
|
10523
10532
|
h(this, "name", "Workflow Step Comment");
|
|
@@ -10612,7 +10621,7 @@ class zR extends E {
|
|
|
10612
10621
|
return this.dispatch(n(r)), r;
|
|
10613
10622
|
}
|
|
10614
10623
|
}
|
|
10615
|
-
class
|
|
10624
|
+
class DR extends It {
|
|
10616
10625
|
constructor() {
|
|
10617
10626
|
super(...arguments);
|
|
10618
10627
|
h(this, "name", "Workflow Step Event");
|
|
@@ -10645,7 +10654,7 @@ class qR extends It {
|
|
|
10645
10654
|
return this.dispatch(n(r)), r;
|
|
10646
10655
|
}
|
|
10647
10656
|
}
|
|
10648
|
-
class
|
|
10657
|
+
class $R extends $ {
|
|
10649
10658
|
constructor() {
|
|
10650
10659
|
super(...arguments);
|
|
10651
10660
|
h(this, "name", "Workflow Step Fields Attachment");
|
|
@@ -10719,7 +10728,7 @@ class DR extends $ {
|
|
|
10719
10728
|
return this.dispatch(n(a)), a;
|
|
10720
10729
|
}
|
|
10721
10730
|
}
|
|
10722
|
-
class
|
|
10731
|
+
class WR extends E {
|
|
10723
10732
|
constructor() {
|
|
10724
10733
|
super(...arguments);
|
|
10725
10734
|
h(this, "name", "Workflow Step Fields");
|
|
@@ -10792,7 +10801,7 @@ class $R extends E {
|
|
|
10792
10801
|
return this.dispatch(n(a)), a;
|
|
10793
10802
|
}
|
|
10794
10803
|
}
|
|
10795
|
-
class
|
|
10804
|
+
class jR extends $ {
|
|
10796
10805
|
constructor() {
|
|
10797
10806
|
super(...arguments);
|
|
10798
10807
|
h(this, "name", "Workflow Step Field Values Attachment");
|
|
@@ -10883,7 +10892,7 @@ class WR extends $ {
|
|
|
10883
10892
|
return this.dispatch(n(r)), r;
|
|
10884
10893
|
}
|
|
10885
10894
|
}
|
|
10886
|
-
class
|
|
10895
|
+
class xR extends E {
|
|
10887
10896
|
constructor() {
|
|
10888
10897
|
super(...arguments);
|
|
10889
10898
|
h(this, "name", "Workflow Step Field Values Review Request");
|
|
@@ -10955,7 +10964,7 @@ class jR extends E {
|
|
|
10955
10964
|
return this.dispatch(n(r)), r;
|
|
10956
10965
|
}
|
|
10957
10966
|
}
|
|
10958
|
-
class
|
|
10967
|
+
class CR extends E {
|
|
10959
10968
|
constructor() {
|
|
10960
10969
|
super(...arguments);
|
|
10961
10970
|
h(this, "name", "Workflow Step Field Values Review");
|
|
@@ -11050,7 +11059,7 @@ class xR extends E {
|
|
|
11050
11059
|
return this.dispatch(n(r)), r;
|
|
11051
11060
|
}
|
|
11052
11061
|
}
|
|
11053
|
-
class
|
|
11062
|
+
class UR extends E {
|
|
11054
11063
|
constructor() {
|
|
11055
11064
|
super(...arguments);
|
|
11056
11065
|
h(this, "name", "Workflow Step Field Values");
|
|
@@ -11149,7 +11158,7 @@ class CR extends E {
|
|
|
11149
11158
|
return this.dispatch(n(r)), r;
|
|
11150
11159
|
}
|
|
11151
11160
|
}
|
|
11152
|
-
class
|
|
11161
|
+
class LR extends E {
|
|
11153
11162
|
constructor() {
|
|
11154
11163
|
super(...arguments);
|
|
11155
11164
|
h(this, "name", "Workflow Step Reviewer");
|
|
@@ -11264,7 +11273,7 @@ class UR extends E {
|
|
|
11264
11273
|
return this.dispatch(n(r)), r;
|
|
11265
11274
|
}
|
|
11266
11275
|
}
|
|
11267
|
-
class
|
|
11276
|
+
class NR extends E {
|
|
11268
11277
|
constructor() {
|
|
11269
11278
|
super(...arguments);
|
|
11270
11279
|
h(this, "name", "Workflow Step");
|
|
@@ -11359,7 +11368,7 @@ class LR extends E {
|
|
|
11359
11368
|
return this.dispatch(n(a)), a;
|
|
11360
11369
|
}
|
|
11361
11370
|
}
|
|
11362
|
-
class
|
|
11371
|
+
class HR extends E {
|
|
11363
11372
|
constructor() {
|
|
11364
11373
|
super(...arguments);
|
|
11365
11374
|
h(this, "name", "Workflow Type");
|
|
@@ -11490,21 +11499,21 @@ async function Tc(t, s, e, i, n) {
|
|
|
11490
11499
|
}
|
|
11491
11500
|
return B.send(o);
|
|
11492
11501
|
}, j = {
|
|
11493
|
-
[u.GET]: () => v ?
|
|
11502
|
+
[u.GET]: () => v ? St.get(g.toString()).responseType("blob") : St.get(g.toString()),
|
|
11494
11503
|
[u.POST]: () => {
|
|
11495
|
-
const B =
|
|
11504
|
+
const B = St.post(g.toString());
|
|
11496
11505
|
return M(B);
|
|
11497
11506
|
},
|
|
11498
11507
|
[u.PATCH]: () => {
|
|
11499
|
-
const B =
|
|
11508
|
+
const B = St.patch(g.toString());
|
|
11500
11509
|
return M(B);
|
|
11501
11510
|
},
|
|
11502
11511
|
[u.PUT]: () => {
|
|
11503
|
-
const B =
|
|
11512
|
+
const B = St.put(g.toString());
|
|
11504
11513
|
return M(B);
|
|
11505
11514
|
},
|
|
11506
11515
|
[u.DELETE]: () => {
|
|
11507
|
-
const B =
|
|
11516
|
+
const B = St.delete(g.toString());
|
|
11508
11517
|
return M(B);
|
|
11509
11518
|
}
|
|
11510
11519
|
}[l];
|
|
@@ -11532,7 +11541,7 @@ async function Tc(t, s, e, i, n) {
|
|
|
11532
11541
|
n == null || n.removeEventListener("abort", W);
|
|
11533
11542
|
}
|
|
11534
11543
|
}
|
|
11535
|
-
class
|
|
11544
|
+
class GR {
|
|
11536
11545
|
constructor(s) {
|
|
11537
11546
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11538
11547
|
h(this, "store");
|
|
@@ -11773,17 +11782,17 @@ function pg(t) {
|
|
|
11773
11782
|
function mg() {
|
|
11774
11783
|
return Ic;
|
|
11775
11784
|
}
|
|
11776
|
-
let
|
|
11777
|
-
function
|
|
11785
|
+
let Kt = null;
|
|
11786
|
+
function Ot() {
|
|
11778
11787
|
const t = Mt();
|
|
11779
11788
|
if (!t)
|
|
11780
11789
|
return console.warn("Client store not set; cannot get outbox coordinator yet."), null;
|
|
11781
|
-
if (
|
|
11782
|
-
return
|
|
11790
|
+
if (Kt)
|
|
11791
|
+
return Kt;
|
|
11783
11792
|
const s = t.getState().offline.outbox, e = kt._fromOutbox(s);
|
|
11784
|
-
return
|
|
11793
|
+
return Kt = e, e;
|
|
11785
11794
|
}
|
|
11786
|
-
const
|
|
11795
|
+
const KR = (t, s) => {
|
|
11787
11796
|
const e = new s(t);
|
|
11788
11797
|
return pg(e), hg(t), e;
|
|
11789
11798
|
};
|
|
@@ -11842,122 +11851,122 @@ var Og = /* @__PURE__ */ ((t) => (t[t.USER_REGISTRATION = 0] = "USER_REGISTRATIO
|
|
|
11842
11851
|
export {
|
|
11843
11852
|
Ag as ALL_MIDDLEWARE,
|
|
11844
11853
|
C as APIError,
|
|
11845
|
-
|
|
11846
|
-
|
|
11847
|
-
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11854
|
-
|
|
11855
|
-
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11860
|
-
|
|
11861
|
-
|
|
11854
|
+
IF as AgentService,
|
|
11855
|
+
bF as AssetAttachmentService,
|
|
11856
|
+
RF as AssetProcedureService,
|
|
11857
|
+
VF as AssetProcedureStepFieldValuesAttachmentService,
|
|
11858
|
+
zF as AssetProcedureStepFieldValuesService,
|
|
11859
|
+
vF as AssetProcedureStepFieldsAttachmentService,
|
|
11860
|
+
BF as AssetProcedureStepFieldsService,
|
|
11861
|
+
qF as AssetProcedureStepService,
|
|
11862
|
+
kF as AssetProcedureTypeAttachmentService,
|
|
11863
|
+
MF as AssetProcedureTypeFieldValuesAttachmentService,
|
|
11864
|
+
FF as AssetProcedureTypeFieldValuesService,
|
|
11865
|
+
gF as AssetProcedureTypeFieldsAttachmentService,
|
|
11866
|
+
PF as AssetProcedureTypeFieldsService,
|
|
11867
|
+
EF as AssetProcedureTypeService,
|
|
11868
|
+
DF as AssetService,
|
|
11869
|
+
$F as AssetStageCompletionService,
|
|
11870
|
+
WF as AssetStageService,
|
|
11862
11871
|
xc as AssetStatusType,
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
+
jF as AssetTypeAttachmentService,
|
|
11873
|
+
UF as AssetTypeFieldValuesAttachmentService,
|
|
11874
|
+
LF as AssetTypeFieldValuesService,
|
|
11875
|
+
xF as AssetTypeFieldsAttachmentService,
|
|
11876
|
+
CF as AssetTypeFieldsService,
|
|
11877
|
+
NF as AssetTypeIdentifierService,
|
|
11878
|
+
HF as AssetTypeIdentifierValueService,
|
|
11879
|
+
GF as AssetTypeService,
|
|
11880
|
+
KF as AssetTypeStatusService,
|
|
11872
11881
|
Cc as AttachmentModel,
|
|
11873
11882
|
_t as BaseApiService,
|
|
11874
11883
|
It as BaseModelApiService,
|
|
11875
11884
|
$ as BaseOfflineFileModelApiService,
|
|
11876
11885
|
E as BaseOfflineModelApiService,
|
|
11877
|
-
|
|
11886
|
+
GR as BaseSDK,
|
|
11878
11887
|
to as COMMON_AUTO_FIELDS,
|
|
11879
11888
|
jg as DEFAULT_ISSUE_PRIORITY,
|
|
11880
11889
|
Nk as DEFAULT_PAGE_SIZE,
|
|
11881
11890
|
yc as DISCARD_HTTP_STATUSES,
|
|
11882
11891
|
Is as DeferredPromise,
|
|
11883
|
-
|
|
11884
|
-
|
|
11892
|
+
YF as DocumentAttachmentService,
|
|
11893
|
+
QF as DocumentService,
|
|
11885
11894
|
$c as EMPTY_ARRAY,
|
|
11886
11895
|
Wc as EMPTY_OBJECT,
|
|
11887
|
-
|
|
11888
|
-
|
|
11896
|
+
JF as EmailDomainsService,
|
|
11897
|
+
ZF as EmailVerificationService,
|
|
11889
11898
|
Hk as FILE_MODEL_DEFAULT_PAGE_SIZE,
|
|
11890
|
-
|
|
11891
|
-
|
|
11892
|
-
|
|
11893
|
-
|
|
11894
|
-
|
|
11895
|
-
|
|
11896
|
-
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
+
XF as FileService,
|
|
11900
|
+
eR as FormIdentifierService,
|
|
11901
|
+
tR as FormIdentifierValueService,
|
|
11902
|
+
sR as FormRevisionAttachmentService,
|
|
11903
|
+
iR as FormRevisionService,
|
|
11904
|
+
nR as FormService,
|
|
11905
|
+
aR as FormSubmissionAttachmentService,
|
|
11906
|
+
rR as FormSubmissionService,
|
|
11907
|
+
cR as GeoImageService,
|
|
11899
11908
|
u as HttpMethod,
|
|
11900
|
-
|
|
11901
|
-
|
|
11902
|
-
|
|
11903
|
-
|
|
11909
|
+
oR as IssueAssociationService,
|
|
11910
|
+
dR as IssueAttachmentService,
|
|
11911
|
+
uR as IssueCommentAttachmentService,
|
|
11912
|
+
lR as IssueCommentService,
|
|
11904
11913
|
en as IssuePriority,
|
|
11905
|
-
|
|
11914
|
+
hR as IssueService,
|
|
11906
11915
|
Uc as IssueStatusType,
|
|
11907
|
-
|
|
11908
|
-
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11915
|
-
|
|
11916
|
+
pR as IssueTypeAttachmentService,
|
|
11917
|
+
fR as IssueTypeFieldValuesAttachmentService,
|
|
11918
|
+
SR as IssueTypeFieldValuesService,
|
|
11919
|
+
mR as IssueTypeFieldsAttachmentService,
|
|
11920
|
+
yR as IssueTypeFieldsService,
|
|
11921
|
+
AR as IssueTypeIdentifierService,
|
|
11922
|
+
wR as IssueTypeIdentifierValueService,
|
|
11923
|
+
OR as IssueTypeService,
|
|
11924
|
+
TR as IssueTypeStatusService,
|
|
11916
11925
|
x as IssueUpdateChange,
|
|
11917
|
-
|
|
11918
|
-
|
|
11926
|
+
_R as IssueUpdateService,
|
|
11927
|
+
IR as JWTService,
|
|
11919
11928
|
ht as MAX_SERVICE_BATCH_SIZE,
|
|
11920
11929
|
Nc as OUTBOX_RETRY_DELAY,
|
|
11921
11930
|
fg as OfflineAnalyticsMiddleware,
|
|
11922
11931
|
bc as OfflineMiddleware,
|
|
11923
11932
|
jc as OrganizationAccessLevel,
|
|
11924
|
-
|
|
11925
|
-
|
|
11933
|
+
bR as OrganizationAccessService,
|
|
11934
|
+
kR as OrganizationService,
|
|
11926
11935
|
kt as OutboxCoordinator,
|
|
11927
|
-
|
|
11928
|
-
|
|
11929
|
-
|
|
11930
|
-
|
|
11936
|
+
gR as ProjectAccessService,
|
|
11937
|
+
PR as ProjectAttachmentService,
|
|
11938
|
+
MR as ProjectFileService,
|
|
11939
|
+
FR as ProjectService,
|
|
11931
11940
|
b as RESET_ORGANIZATION_STATE,
|
|
11932
11941
|
z as RESET_PROJECT_STATE,
|
|
11933
11942
|
O as RESET_STATE,
|
|
11934
11943
|
Sg as RateLimitingMiddleware,
|
|
11935
11944
|
oP as SelectorBuilder,
|
|
11936
|
-
|
|
11937
|
-
|
|
11945
|
+
RR as TeamMembershipService,
|
|
11946
|
+
ER as TeamService,
|
|
11938
11947
|
gt as UNKNOWN_ERROR_MESSAGE,
|
|
11939
|
-
|
|
11948
|
+
vR as UserService,
|
|
11940
11949
|
Bt as VERSION_REDUCER_KEY,
|
|
11941
11950
|
Og as VerificationCodeType,
|
|
11942
11951
|
Cg as WORKFLOW_STATUSES,
|
|
11943
11952
|
xg as WORKFLOW_STEP_FIELD_VALUES_REVIEW_TYPES,
|
|
11944
|
-
|
|
11945
|
-
|
|
11953
|
+
VR as WorkflowIssueLinkService,
|
|
11954
|
+
BR as WorkflowService,
|
|
11946
11955
|
Rt as WorkflowStatus,
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
|
|
11956
|
+
zR as WorkflowStepAssigneeService,
|
|
11957
|
+
qR as WorkflowStepCommentService,
|
|
11958
|
+
DR as WorkflowStepEventService,
|
|
11950
11959
|
Lc as WorkflowStepEventType,
|
|
11951
|
-
|
|
11952
|
-
|
|
11953
|
-
|
|
11960
|
+
jR as WorkflowStepFieldValuesAttachmentService,
|
|
11961
|
+
xR as WorkflowStepFieldValuesReviewRequestService,
|
|
11962
|
+
CR as WorkflowStepFieldValuesReviewService,
|
|
11954
11963
|
Et as WorkflowStepFieldValuesReviewType,
|
|
11955
|
-
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
|
|
11960
|
-
|
|
11964
|
+
UR as WorkflowStepFieldValuesService,
|
|
11965
|
+
$R as WorkflowStepFieldsAttachmentService,
|
|
11966
|
+
WR as WorkflowStepFieldsService,
|
|
11967
|
+
LR as WorkflowStepReviewerService,
|
|
11968
|
+
NR as WorkflowStepService,
|
|
11969
|
+
HR as WorkflowTypeService,
|
|
11961
11970
|
JO as _setLatestRetryTime,
|
|
11962
11971
|
yl as addAsset,
|
|
11963
11972
|
po as addAssetAttachment,
|
|
@@ -12035,7 +12044,7 @@ export {
|
|
|
12035
12044
|
Ff as addGeoImages,
|
|
12036
12045
|
$S as addIssue,
|
|
12037
12046
|
Uf as addIssueAssociation,
|
|
12038
|
-
|
|
12047
|
+
At as addIssueAssociations,
|
|
12039
12048
|
tS as addIssueAttachment,
|
|
12040
12049
|
La as addIssueAttachments,
|
|
12041
12050
|
gS as addIssueComment,
|
|
@@ -12164,8 +12173,8 @@ export {
|
|
|
12164
12173
|
oa as assetTypeStatusSlice,
|
|
12165
12174
|
io as assetTypeStatusSortFn,
|
|
12166
12175
|
rm as authReducer,
|
|
12167
|
-
|
|
12168
|
-
|
|
12176
|
+
os as authSlice,
|
|
12177
|
+
OF as baseReducer,
|
|
12169
12178
|
mc as baseReducers,
|
|
12170
12179
|
GP as clearTokens,
|
|
12171
12180
|
I as createModelAdapter,
|
|
@@ -12248,7 +12257,7 @@ export {
|
|
|
12248
12257
|
Bf as deleteGeoImages,
|
|
12249
12258
|
US as deleteIssue,
|
|
12250
12259
|
Lf as deleteIssueAssociation,
|
|
12251
|
-
|
|
12260
|
+
wt as deleteIssueAssociations,
|
|
12252
12261
|
rS as deleteIssueAttachment,
|
|
12253
12262
|
Na as deleteIssueAttachments,
|
|
12254
12263
|
vS as deleteIssueComment,
|
|
@@ -12336,7 +12345,7 @@ export {
|
|
|
12336
12345
|
YO as enqueueRequest,
|
|
12337
12346
|
og as extractResponseFromError,
|
|
12338
12347
|
S as fallbackToEmptyArray,
|
|
12339
|
-
|
|
12348
|
+
Jt as fallbackToEmptyObject,
|
|
12340
12349
|
Zc as fetchBlobFromObjectUrl,
|
|
12341
12350
|
Xc as fetchFileFromObjectUrl,
|
|
12342
12351
|
Gm as fileReducer,
|
|
@@ -12366,12 +12375,12 @@ export {
|
|
|
12366
12375
|
Jc as getFileExtension,
|
|
12367
12376
|
Gc as getLocalDateString,
|
|
12368
12377
|
Kg as getLocalRelativeDateString,
|
|
12369
|
-
|
|
12378
|
+
Ot as getOutboxCoordinator,
|
|
12370
12379
|
Qg as getRenamedFile,
|
|
12371
12380
|
A as getRequestDescription,
|
|
12372
12381
|
Yg as getS3FileKey,
|
|
12373
|
-
|
|
12374
|
-
|
|
12382
|
+
Ht as hashFile,
|
|
12383
|
+
KR as initSDK,
|
|
12375
12384
|
ho as initializeAssetAttachments,
|
|
12376
12385
|
Cu as initializeAssetProcedureStepFieldValues,
|
|
12377
12386
|
Ru as initializeAssetProcedureStepFieldValuesAttachments,
|
|
@@ -12491,8 +12500,8 @@ export {
|
|
|
12491
12500
|
Rr as organizationSlice,
|
|
12492
12501
|
ZO as outboxReducer,
|
|
12493
12502
|
Er as outboxSlice,
|
|
12494
|
-
|
|
12495
|
-
|
|
12503
|
+
_F as overmapEnhancer,
|
|
12504
|
+
TF as overmapReducer,
|
|
12496
12505
|
Lk as overmapReducers,
|
|
12497
12506
|
Tc as performRequest,
|
|
12498
12507
|
sg as performRequestFromAction,
|
|
@@ -12531,7 +12540,7 @@ export {
|
|
|
12531
12540
|
MP as selectAssetProcedureStepFieldValuesOfAsset,
|
|
12532
12541
|
FP as selectAssetProcedureStepFieldValuesOfAssetProcedure,
|
|
12533
12542
|
RP as selectAssetProcedureStepFieldValuesOfAssetProcedureStep,
|
|
12534
|
-
|
|
12543
|
+
is as selectAssetProcedureStepFields,
|
|
12535
12544
|
yu as selectAssetProcedureStepFieldsAttachmentById,
|
|
12536
12545
|
Mn as selectAssetProcedureStepFieldsAttachments,
|
|
12537
12546
|
fu as selectAssetProcedureStepFieldsAttachmentsByIds,
|
|
@@ -12540,7 +12549,7 @@ export {
|
|
|
12540
12549
|
Mu as selectAssetProcedureStepFieldsByIds,
|
|
12541
12550
|
Rn as selectAssetProcedureStepFieldsMapping,
|
|
12542
12551
|
kP as selectAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
12543
|
-
|
|
12552
|
+
ns as selectAssetProcedureStepMapping,
|
|
12544
12553
|
Dn as selectAssetProcedureSteps,
|
|
12545
12554
|
hl as selectAssetProcedureStepsByIds,
|
|
12546
12555
|
EP as selectAssetProcedureStepsMappingOfAssetProcedureType,
|
|
@@ -12550,7 +12559,7 @@ export {
|
|
|
12550
12559
|
pn as selectAssetProcedureTypeAttachments,
|
|
12551
12560
|
qo as selectAssetProcedureTypeAttachmentsByIds,
|
|
12552
12561
|
iu as selectAssetProcedureTypeById,
|
|
12553
|
-
|
|
12562
|
+
ts as selectAssetProcedureTypeFieldValues,
|
|
12554
12563
|
Ad as selectAssetProcedureTypeFieldValuesAttachmentById,
|
|
12555
12564
|
On as selectAssetProcedureTypeFieldValuesAttachments,
|
|
12556
12565
|
wd as selectAssetProcedureTypeFieldValuesAttachmentsByIds,
|
|
@@ -12559,7 +12568,7 @@ export {
|
|
|
12559
12568
|
Bd as selectAssetProcedureTypeFieldValuesByIds,
|
|
12560
12569
|
Ed as selectAssetProcedureTypeFieldValuesMapping,
|
|
12561
12570
|
OP as selectAssetProcedureTypeFieldValuesOfAsset,
|
|
12562
|
-
|
|
12571
|
+
es as selectAssetProcedureTypeFields,
|
|
12563
12572
|
Ko as selectAssetProcedureTypeFieldsAttachmentById,
|
|
12564
12573
|
yn as selectAssetProcedureTypeFieldsAttachments,
|
|
12565
12574
|
Yo as selectAssetProcedureTypeFieldsAttachmentsByIds,
|
|
@@ -12572,7 +12581,7 @@ export {
|
|
|
12572
12581
|
nu as selectAssetProcedureTypesByIds,
|
|
12573
12582
|
su as selectAssetProcedureTypesMapping,
|
|
12574
12583
|
IP as selectAssetProcedureTypesOfOrganization,
|
|
12575
|
-
|
|
12584
|
+
ss as selectAssetProcedures,
|
|
12576
12585
|
Nd as selectAssetProceduresByIds,
|
|
12577
12586
|
Cd as selectAssetProceduresMapping,
|
|
12578
12587
|
Ud as selectAssetProceduresOfAssetProcedureType,
|
|
@@ -12591,7 +12600,7 @@ export {
|
|
|
12591
12600
|
Kn as selectAssetTypeAttachments,
|
|
12592
12601
|
ch as selectAssetTypeAttachmentsByIds,
|
|
12593
12602
|
Up as selectAssetTypeById,
|
|
12594
|
-
|
|
12603
|
+
rs as selectAssetTypeFieldValues,
|
|
12595
12604
|
Lh as selectAssetTypeFieldValuesAttachmentById,
|
|
12596
12605
|
ta as selectAssetTypeFieldValuesAttachments,
|
|
12597
12606
|
Nh as selectAssetTypeFieldValuesAttachmentsByIds,
|
|
@@ -12613,7 +12622,7 @@ export {
|
|
|
12613
12622
|
fp as selectAssetTypeIdentifierMapping,
|
|
12614
12623
|
Rp as selectAssetTypeIdentifierValueById,
|
|
12615
12624
|
Fp as selectAssetTypeIdentifierValueMapping,
|
|
12616
|
-
|
|
12625
|
+
cs as selectAssetTypeIdentifierValues,
|
|
12617
12626
|
Ep as selectAssetTypeIdentifierValuesByIds,
|
|
12618
12627
|
CP as selectAssetTypeIdentifierValuesOfAsset,
|
|
12619
12628
|
UP as selectAssetTypeIdentifierValuesOfIdentifier,
|
|
@@ -12630,7 +12639,7 @@ export {
|
|
|
12630
12639
|
Lp as selectAssetTypesByIds,
|
|
12631
12640
|
Cp as selectAssetTypesMapping,
|
|
12632
12641
|
LP as selectAssetTypesOfOrganization,
|
|
12633
|
-
|
|
12642
|
+
as as selectAssets,
|
|
12634
12643
|
bl as selectAssetsByIds,
|
|
12635
12644
|
Tl as selectAssetsMapping,
|
|
12636
12645
|
_l as selectAssetsOfAssetType,
|
|
@@ -12667,7 +12676,7 @@ export {
|
|
|
12667
12676
|
fm as selectDocumentAttachmentMapping,
|
|
12668
12677
|
Am as selectDocumentAttachmentsByIds,
|
|
12669
12678
|
Rm as selectDocumentById,
|
|
12670
|
-
|
|
12679
|
+
ds as selectDocuments,
|
|
12671
12680
|
Em as selectDocumentsByIds,
|
|
12672
12681
|
pa as selectDocumentsMapping,
|
|
12673
12682
|
Um as selectEmailDomainById,
|
|
@@ -12681,7 +12690,7 @@ export {
|
|
|
12681
12690
|
iy as selectFormIdentifierMapping,
|
|
12682
12691
|
Sy as selectFormIdentifierValueById,
|
|
12683
12692
|
fy as selectFormIdentifierValueMapping,
|
|
12684
|
-
|
|
12693
|
+
us as selectFormIdentifierValues,
|
|
12685
12694
|
Ay as selectFormIdentifierValuesByIds,
|
|
12686
12695
|
iM as selectFormIdentifierValuesOfFormSubmission,
|
|
12687
12696
|
nM as selectFormIdentifierValuesOfIdentifier,
|
|
@@ -12692,10 +12701,10 @@ export {
|
|
|
12692
12701
|
Ry as selectFormRevisionAttachmentById,
|
|
12693
12702
|
Fy as selectFormRevisionAttachments,
|
|
12694
12703
|
Ey as selectFormRevisionAttachmentsByIds,
|
|
12695
|
-
|
|
12704
|
+
ls as selectFormRevisionAttachmentsMapping,
|
|
12696
12705
|
$y as selectFormRevisionById,
|
|
12697
12706
|
Pa as selectFormRevisionMapping,
|
|
12698
|
-
|
|
12707
|
+
hs as selectFormRevisions,
|
|
12699
12708
|
Wy as selectFormRevisionsByIds,
|
|
12700
12709
|
jy as selectFormRevisionsOfForm,
|
|
12701
12710
|
za as selectFormSubmissionAttachemntsByIds,
|
|
@@ -12719,7 +12728,7 @@ export {
|
|
|
12719
12728
|
YP as selectIsLoggedIn,
|
|
12720
12729
|
Hf as selectIssueAssociationById,
|
|
12721
12730
|
Nf as selectIssueAssociationMapping,
|
|
12722
|
-
|
|
12731
|
+
Tt as selectIssueAssociations,
|
|
12723
12732
|
Gf as selectIssueAssociationsByIds,
|
|
12724
12733
|
Zf as selectIssueAssociationsOfAsset,
|
|
12725
12734
|
Jf as selectIssueAssociationsOfIssue,
|
|
@@ -12744,7 +12753,7 @@ export {
|
|
|
12744
12753
|
tr as selectIssueTypeAttachments,
|
|
12745
12754
|
rA as selectIssueTypeAttachmentsByIds,
|
|
12746
12755
|
xw as selectIssueTypeById,
|
|
12747
|
-
|
|
12756
|
+
ps as selectIssueTypeFieldValues,
|
|
12748
12757
|
tw as selectIssueTypeFieldValuesAttachmentById,
|
|
12749
12758
|
dr as selectIssueTypeFieldValuesAttachments,
|
|
12750
12759
|
sw as selectIssueTypeFieldValuesAttachmentsByIds,
|
|
@@ -12753,7 +12762,7 @@ export {
|
|
|
12753
12762
|
vA as selectIssueTypeFieldValuesByIds,
|
|
12754
12763
|
RA as selectIssueTypeFieldValuesMapping,
|
|
12755
12764
|
mM as selectIssueTypeFieldValuesOfIssue,
|
|
12756
|
-
|
|
12765
|
+
Dt as selectIssueTypeFields,
|
|
12757
12766
|
AA as selectIssueTypeFieldsAttachmentById,
|
|
12758
12767
|
ir as selectIssueTypeFieldsAttachments,
|
|
12759
12768
|
wA as selectIssueTypeFieldsAttachmentsByIds,
|
|
@@ -12766,7 +12775,7 @@ export {
|
|
|
12766
12775
|
mw as selectIssueTypeIdentifierMapping,
|
|
12767
12776
|
Mw as selectIssueTypeIdentifierValueById,
|
|
12768
12777
|
Pw as selectIssueTypeIdentifierValueMapping,
|
|
12769
|
-
|
|
12778
|
+
ms as selectIssueTypeIdentifierValues,
|
|
12770
12779
|
Fw as selectIssueTypeIdentifierValuesByIds,
|
|
12771
12780
|
OM as selectIssueTypeIdentifierValuesOfIdentifier,
|
|
12772
12781
|
wM as selectIssueTypeIdentifierValuesOfIssue,
|
|
@@ -12788,8 +12797,9 @@ export {
|
|
|
12788
12797
|
br as selectIssueUpdates,
|
|
12789
12798
|
oO as selectIssueUpdatesByIds,
|
|
12790
12799
|
dO as selectIssueUpdatesOfIssue,
|
|
12791
|
-
|
|
12800
|
+
qt as selectIssues,
|
|
12792
12801
|
HS as selectIssuesByIds,
|
|
12802
|
+
GM as selectIssuesLinkedToWorkflow,
|
|
12793
12803
|
GS as selectIssuesOfIssueType,
|
|
12794
12804
|
lM as selectIssuesOfProject,
|
|
12795
12805
|
gP as selectLatestAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
@@ -12799,14 +12809,14 @@ export {
|
|
|
12799
12809
|
rM as selectLatestFormRevisionOfForm,
|
|
12800
12810
|
fM as selectLatestIssueTypeFieldsOfIssueType,
|
|
12801
12811
|
MM as selectLatestRetryTime,
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
|
|
12806
|
-
|
|
12812
|
+
hF as selectLatestReviewOfWorkflowStepFieldValues,
|
|
12813
|
+
uF as selectLatestReviewRequestOfWorkflowStepFieldValues,
|
|
12814
|
+
dF as selectLatestWorkflowStepFieldValuesByWorkflowStepOfWorkflow,
|
|
12815
|
+
mF as selectLatestWorkflowStepFieldValuesReviewByWorkflowStepFieldValues,
|
|
12816
|
+
aF as selectLatestWorkflowStepFieldsOfWorkflowStep,
|
|
12807
12817
|
$M as selectMembershipsByUserOfTeam,
|
|
12808
12818
|
EO as selectOrganizationAccessById,
|
|
12809
|
-
|
|
12819
|
+
Ss as selectOrganizationAccessMapping,
|
|
12810
12820
|
BO as selectOrganizationAccessUserMapping,
|
|
12811
12821
|
vO as selectOrganizationAccessesByIds,
|
|
12812
12822
|
NO as selectOrganizationById,
|
|
@@ -12816,7 +12826,7 @@ export {
|
|
|
12816
12826
|
UO as selectOrganizationsMapping,
|
|
12817
12827
|
dT as selectProjectAccessById,
|
|
12818
12828
|
Br as selectProjectAccessMapping,
|
|
12819
|
-
|
|
12829
|
+
$t as selectProjectAccesses,
|
|
12820
12830
|
uT as selectProjectAccessesByIds,
|
|
12821
12831
|
RM as selectProjectAccessesOfProject,
|
|
12822
12832
|
TT as selectProjectAttachmentById,
|
|
@@ -12830,7 +12840,7 @@ export {
|
|
|
12830
12840
|
VT as selectProjectFiles,
|
|
12831
12841
|
qT as selectProjectFilesByIds,
|
|
12832
12842
|
KT as selectProjectMapping,
|
|
12833
|
-
|
|
12843
|
+
As as selectProjects,
|
|
12834
12844
|
QT as selectProjectsByIds,
|
|
12835
12845
|
zM as selectProjectsOfOrganization,
|
|
12836
12846
|
DM as selectRehydrated,
|
|
@@ -12839,7 +12849,7 @@ export {
|
|
|
12839
12849
|
Un as selectStageMapping,
|
|
12840
12850
|
__ as selectTeamById,
|
|
12841
12851
|
u_ as selectTeamMembershipById,
|
|
12842
|
-
|
|
12852
|
+
ws as selectTeamMemberships,
|
|
12843
12853
|
l_ as selectTeamMembershipsByIds,
|
|
12844
12854
|
d_ as selectTeamMembershipsMapping,
|
|
12845
12855
|
xr as selectTeams,
|
|
@@ -12847,8 +12857,8 @@ export {
|
|
|
12847
12857
|
T_ as selectTeamsMapping,
|
|
12848
12858
|
jM as selectTeamsOfOrganization,
|
|
12849
12859
|
tM as selectUploadUrl,
|
|
12850
|
-
|
|
12851
|
-
|
|
12860
|
+
fs as selectUserById,
|
|
12861
|
+
ys as selectUsers,
|
|
12852
12862
|
OO as selectUsersByIds,
|
|
12853
12863
|
Mr as selectUsersMapping,
|
|
12854
12864
|
gM as selectUsersOfOrganization,
|
|
@@ -12856,38 +12866,37 @@ export {
|
|
|
12856
12866
|
WM as selectUsersOfTeam,
|
|
12857
12867
|
$_ as selectWorkflowById,
|
|
12858
12868
|
J_ as selectWorkflowIssueLinkById,
|
|
12859
|
-
|
|
12869
|
+
mt as selectWorkflowIssueLinks,
|
|
12860
12870
|
Z_ as selectWorkflowIssueLinksByIds,
|
|
12861
12871
|
Q_ as selectWorkflowIssueLinksMapping,
|
|
12862
12872
|
NM as selectWorkflowIssueLinksOfIssue,
|
|
12863
12873
|
HM as selectWorkflowIssueLinksOfIssues,
|
|
12864
12874
|
UM as selectWorkflowIssueLinksOfWorkflow,
|
|
12865
|
-
GM as selectWorkflowIssueLinksOfWorkflowAndIssue,
|
|
12866
12875
|
LM as selectWorkflowIssueLinksOfWorkflows,
|
|
12867
12876
|
D_ as selectWorkflowMapping,
|
|
12868
12877
|
uI as selectWorkflowStepAssigneeById,
|
|
12869
|
-
|
|
12878
|
+
jt as selectWorkflowStepAssignees,
|
|
12870
12879
|
lI as selectWorkflowStepAssigneesByIds,
|
|
12871
12880
|
dI as selectWorkflowStepAssigneesMapping,
|
|
12872
|
-
|
|
12873
|
-
|
|
12874
|
-
|
|
12881
|
+
YM as selectWorkflowStepAssigneesOfWorkflow,
|
|
12882
|
+
JM as selectWorkflowStepAssigneesOfWorkflowAndWorkflowStep,
|
|
12883
|
+
QM as selectWorkflowStepAssigneesOfWorkflowStep,
|
|
12875
12884
|
Mk as selectWorkflowStepById,
|
|
12876
12885
|
II as selectWorkflowStepCommentById,
|
|
12877
|
-
|
|
12886
|
+
xt as selectWorkflowStepComments,
|
|
12878
12887
|
bI as selectWorkflowStepCommentsByIds,
|
|
12879
12888
|
_I as selectWorkflowStepCommentsMapping,
|
|
12880
|
-
|
|
12881
|
-
|
|
12882
|
-
|
|
12889
|
+
ZM as selectWorkflowStepCommentsOfWorkflow,
|
|
12890
|
+
eF as selectWorkflowStepCommentsOfWorkflowAndWorkflowStep,
|
|
12891
|
+
XM as selectWorkflowStepCommentsOfWorkflowStep,
|
|
12883
12892
|
qI as selectWorkflowStepEventById,
|
|
12884
|
-
|
|
12893
|
+
Ct as selectWorkflowStepEvents,
|
|
12885
12894
|
DI as selectWorkflowStepEventsByIds,
|
|
12886
12895
|
zI as selectWorkflowStepEventsMapping,
|
|
12887
|
-
|
|
12888
|
-
|
|
12889
|
-
|
|
12890
|
-
|
|
12896
|
+
tF as selectWorkflowStepEventsOfWorkflow,
|
|
12897
|
+
iF as selectWorkflowStepEventsOfWorkflowAndWorkflowStep,
|
|
12898
|
+
sF as selectWorkflowStepEventsOfWorkflowStep,
|
|
12899
|
+
yt as selectWorkflowStepFieldValues,
|
|
12891
12900
|
Ab as selectWorkflowStepFieldValuesAttachmentById,
|
|
12892
12901
|
tc as selectWorkflowStepFieldValuesAttachments,
|
|
12893
12902
|
wb as selectWorkflowStepFieldValuesAttachmentsByIds,
|
|
@@ -12895,19 +12904,19 @@ export {
|
|
|
12895
12904
|
vb as selectWorkflowStepFieldValuesById,
|
|
12896
12905
|
Bb as selectWorkflowStepFieldValuesByIds,
|
|
12897
12906
|
Eb as selectWorkflowStepFieldValuesMapping,
|
|
12898
|
-
|
|
12899
|
-
|
|
12900
|
-
|
|
12907
|
+
rF as selectWorkflowStepFieldValuesOfWorkflow,
|
|
12908
|
+
oF as selectWorkflowStepFieldValuesOfWorkflowAndWorkflowStep,
|
|
12909
|
+
cF as selectWorkflowStepFieldValuesOfWorkflowStep,
|
|
12901
12910
|
tk as selectWorkflowStepFieldValuesReviewById,
|
|
12902
12911
|
Ub as selectWorkflowStepFieldValuesReviewRequestById,
|
|
12903
|
-
|
|
12912
|
+
Ut as selectWorkflowStepFieldValuesReviewRequests,
|
|
12904
12913
|
Lb as selectWorkflowStepFieldValuesReviewRequestsByIds,
|
|
12905
12914
|
Cb as selectWorkflowStepFieldValuesReviewRequestsMapping,
|
|
12906
|
-
|
|
12915
|
+
lF as selectWorkflowStepFieldValuesReviewRequestsOfWorkflowAndWorkflowStep,
|
|
12907
12916
|
Pt as selectWorkflowStepFieldValuesReviews,
|
|
12908
12917
|
sk as selectWorkflowStepFieldValuesReviewsByIds,
|
|
12909
12918
|
ek as selectWorkflowStepFieldValuesReviewsMapping,
|
|
12910
|
-
|
|
12919
|
+
pF as selectWorkflowStepFieldValuesReviewsOfWorkflowAndWorkflowStep,
|
|
12911
12920
|
Os as selectWorkflowStepFields,
|
|
12912
12921
|
KI as selectWorkflowStepFieldsAttachmentById,
|
|
12913
12922
|
Qr as selectWorkflowStepFieldsAttachments,
|
|
@@ -12916,25 +12925,26 @@ export {
|
|
|
12916
12925
|
cb as selectWorkflowStepFieldsById,
|
|
12917
12926
|
ob as selectWorkflowStepFieldsByIds,
|
|
12918
12927
|
rb as selectWorkflowStepFieldsMapping,
|
|
12919
|
-
|
|
12928
|
+
nF as selectWorkflowStepFieldsOfWorkflowStep,
|
|
12920
12929
|
yk as selectWorkflowStepReviewerById,
|
|
12921
|
-
|
|
12930
|
+
Lt as selectWorkflowStepReviewers,
|
|
12922
12931
|
fk as selectWorkflowStepReviewersByIds,
|
|
12923
12932
|
mk as selectWorkflowStepReviewersMapping,
|
|
12924
|
-
|
|
12925
|
-
|
|
12926
|
-
|
|
12933
|
+
yF as selectWorkflowStepReviewersOfWorkflow,
|
|
12934
|
+
SF as selectWorkflowStepReviewersOfWorkflowAndWorkflowStep,
|
|
12935
|
+
fF as selectWorkflowStepReviewersOfWorkflowStep,
|
|
12927
12936
|
lc as selectWorkflowSteps,
|
|
12928
12937
|
Fk as selectWorkflowStepsByIds,
|
|
12929
12938
|
Pk as selectWorkflowStepsMapping,
|
|
12930
|
-
|
|
12939
|
+
AF as selectWorkflowStepsOfWorkflowType,
|
|
12931
12940
|
xk as selectWorkflowTypeById,
|
|
12932
12941
|
jk as selectWorkflowTypeMapping,
|
|
12933
12942
|
pc as selectWorkflowTypes,
|
|
12934
12943
|
Ck as selectWorkflowTypesByIds,
|
|
12935
|
-
|
|
12936
|
-
|
|
12944
|
+
wF as selectWorkflowTypesOfOrganization,
|
|
12945
|
+
Wt as selectWorkflows,
|
|
12937
12946
|
W_ as selectWorkflowsByIds,
|
|
12947
|
+
KM as selectWorkflowsLinkedToIssue,
|
|
12938
12948
|
xM as selectWorkflowsOfProject,
|
|
12939
12949
|
CM as selectWorkflowsOfWorkflowType,
|
|
12940
12950
|
wl as setAsset,
|
|
@@ -13261,7 +13271,7 @@ export {
|
|
|
13261
13271
|
kr as userSlice,
|
|
13262
13272
|
_ as uuidObj,
|
|
13263
13273
|
sn as uuidObjSortFn,
|
|
13264
|
-
|
|
13274
|
+
Xt as uuidSortFn,
|
|
13265
13275
|
P_ as versioningReducer,
|
|
13266
13276
|
g_ as versioningSlice,
|
|
13267
13277
|
X_ as workflowIssueLinkReducer,
|