@overmap-ai/core 1.0.78-view-sets.5 → 1.0.78-view-sets.7
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
|
@@ -18,7 +18,7 @@ import { DepGraph as zc } from "dependency-graph";
|
|
|
18
18
|
import "@tiptap/core";
|
|
19
19
|
const Dc = Object.freeze([]), xc = Object.freeze({});
|
|
20
20
|
var Uc = /* @__PURE__ */ ((t) => (t[t.GUEST = 0] = "GUEST", t[t.BASIC = 2] = "BASIC", t[t.ADMIN = 4] = "ADMIN", t))(Uc || {}), u = /* @__PURE__ */ ((t) => (t.GET = "GET", t.POST = "POST", t.PATCH = "PATCH", t.PUT = "PUT", t.DELETE = "DELETE", t))(u || {}), Vc = /* @__PURE__ */ ((t) => (t.Issue = "issue", t.Asset = "asset", t.AssetType = "asset_type", t.Project = "project", t.Document = "document", t))(Vc || {}), Tn = /* @__PURE__ */ ((t) => (t[t.LOWEST = 0] = "LOWEST", t[t.LOW = 2] = "LOW", t[t.MEDIUM = 4] = "MEDIUM", t[t.HIGH = 6] = "HIGH", t[t.HIGHEST = 8] = "HIGHEST", t))(Tn || {}), Fn = /* @__PURE__ */ ((t) => (t[t.BACKLOG = 0] = "BACKLOG", t[t.SELECTED = 2] = "SELECTED", t[t.DONE = 4] = "DONE", t))(Fn || {}), M = /* @__PURE__ */ ((t) => (t.STATUS = "status", t.PRIORITY = "priority", t.CATEGORY = "category", t.DESCRIPTION = "description", t.TITLE = "title", t.ASSIGNED_TO = "assigned_to", t.DUE_DATE = "due_date", t))(M || {});
|
|
21
|
-
const
|
|
21
|
+
const om = Fn.BACKLOG, dm = Tn.MEDIUM, Cc = 6e4;
|
|
22
22
|
function O(t) {
|
|
23
23
|
return {
|
|
24
24
|
addOne: (h, p) => {
|
|
@@ -71,7 +71,7 @@ function O(t) {
|
|
|
71
71
|
})
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function um() {
|
|
75
75
|
return {
|
|
76
76
|
initializeSelection: (l, r) => {
|
|
77
77
|
l.selection = Array.from(new Set(r.payload));
|
|
@@ -146,17 +146,17 @@ class $c {
|
|
|
146
146
|
throw new Error("`finally` not implemented");
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
|
-
const
|
|
149
|
+
const lm = (t) => ({
|
|
150
150
|
type: "Point",
|
|
151
151
|
coordinates: t
|
|
152
|
-
}),
|
|
152
|
+
}), hm = (t) => ({
|
|
153
153
|
type: "MultiPoint",
|
|
154
154
|
coordinates: t
|
|
155
|
-
}),
|
|
155
|
+
}), pm = (t, e) => t[0] === e[0] && t[1] === e[1];
|
|
156
156
|
let It = !1;
|
|
157
157
|
const Gc = "";
|
|
158
158
|
["true", "1"].includes(Gc.toLowerCase()) && (It = !0);
|
|
159
|
-
function
|
|
159
|
+
function mm(t, e) {
|
|
160
160
|
if (t === e) return !0;
|
|
161
161
|
if (typeof t != typeof e)
|
|
162
162
|
return !1;
|
|
@@ -176,7 +176,7 @@ function On(t) {
|
|
|
176
176
|
return s in e ? (It && console.debug(`Memoization debug: Using memorized return value for ${t.toString()}(`, s, ")"), e[s]) : (It && console.debug(`Memoization debug: Cache miss! Memoizing ${t.toString()}(`, s, ")"), e[s] = t.apply(this, s));
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function Am(t, e) {
|
|
180
180
|
if (t.length !== e.length) return !1;
|
|
181
181
|
for (let s = 0; s < t.length; s++)
|
|
182
182
|
if (t[s] !== e[s]) return !1;
|
|
@@ -186,7 +186,7 @@ const b = (t) => t.length === 0 ? Dc : t, Ze = (t) => Object.keys(t).length ===
|
|
|
186
186
|
if (!t) return "";
|
|
187
187
|
const e = new Date(t), s = e.getFullYear() === Ct.getFullYear(), i = { day: "numeric", month: "short" };
|
|
188
188
|
return s || (i.year = "numeric"), e.toLocaleDateString([], i);
|
|
189
|
-
}), Lc = new Intl.RelativeTimeFormat([], { style: "long", numeric: "auto" }), Nc = 1e3 * 86400, Ct = /* @__PURE__ */ new Date(),
|
|
189
|
+
}), Lc = new Intl.RelativeTimeFormat([], { style: "long", numeric: "auto" }), Nc = 1e3 * 86400, Ct = /* @__PURE__ */ new Date(), fm = (t) => new Date(t).toDateString() === Ct.toDateString(), ym = On((t, e, s) => {
|
|
190
190
|
const i = Math.round((new Date(t).getTime() - Ct.getTime()) / Nc);
|
|
191
191
|
return i < e || i > s ? Bc(t) : Lc.format(i, "days");
|
|
192
192
|
});
|
|
@@ -216,7 +216,7 @@ function Ke(t) {
|
|
|
216
216
|
}, i.readAsArrayBuffer(t);
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
|
-
function
|
|
219
|
+
function bm(t) {
|
|
220
220
|
if (!t.name || !t.type || !t.size) {
|
|
221
221
|
const e = "File has no name, type, and/or size";
|
|
222
222
|
throw new Error(e);
|
|
@@ -226,11 +226,11 @@ function ym(t) {
|
|
|
226
226
|
function Wc(t, e) {
|
|
227
227
|
return new File([t], e, { type: t.type });
|
|
228
228
|
}
|
|
229
|
-
function
|
|
229
|
+
function gm(t, e) {
|
|
230
230
|
const s = document.createElement("a");
|
|
231
231
|
s.setAttribute("href", "data:text/plain;charset=utf-8," + encodeURIComponent(e)), s.setAttribute("download", t), s.style.display = "none", document.body.appendChild(s), s.click(), document.body.removeChild(s);
|
|
232
232
|
}
|
|
233
|
-
const
|
|
233
|
+
const Sm = async (t) => {
|
|
234
234
|
const e = {};
|
|
235
235
|
for (const s of t) {
|
|
236
236
|
const i = await Ke(s);
|
|
@@ -242,19 +242,19 @@ const gm = async (t) => {
|
|
|
242
242
|
};
|
|
243
243
|
}
|
|
244
244
|
return Object.values(e);
|
|
245
|
-
}, Kc = async (t) => (await fetch(t)).blob(),
|
|
245
|
+
}, Kc = async (t) => (await fetch(t)).blob(), _m = (t) => new Promise((e, s) => {
|
|
246
246
|
const i = new FileReader();
|
|
247
247
|
i.onloadend = () => {
|
|
248
248
|
var n;
|
|
249
249
|
e(((n = i.result) == null ? void 0 : n.toString()) || "");
|
|
250
250
|
}, i.readAsDataURL(t);
|
|
251
251
|
});
|
|
252
|
-
function
|
|
252
|
+
function Pm(t) {
|
|
253
253
|
const e = new Blob([t]);
|
|
254
254
|
wc(e, t.name);
|
|
255
255
|
}
|
|
256
256
|
const Qt = {};
|
|
257
|
-
function
|
|
257
|
+
function Tm(t, e, s, ...i) {
|
|
258
258
|
const n = Qt[t];
|
|
259
259
|
let a = !1;
|
|
260
260
|
n ? n[e] || (n[e] = !0, a = !0) : (Qt[t] = { [e]: !0 }, a = !0), a && console[s](...i);
|
|
@@ -269,7 +269,7 @@ function Jc(t) {
|
|
|
269
269
|
e[s.uuid] = s;
|
|
270
270
|
return e;
|
|
271
271
|
}
|
|
272
|
-
function
|
|
272
|
+
function Fm(t, e = void 0, s = 255) {
|
|
273
273
|
let i = t.replace(/[^a-z0-9_\-.]/gi, "_").replace(/_{2,}/g, "_");
|
|
274
274
|
if (!e) {
|
|
275
275
|
const a = t.split(".");
|
|
@@ -279,13 +279,13 @@ function Tm(t, e = void 0, s = 255) {
|
|
|
279
279
|
const n = e ? e.length : 0;
|
|
280
280
|
return i.length + n > s && (i = i.slice(0, s - n) + (e || "")), i;
|
|
281
281
|
}
|
|
282
|
-
function
|
|
282
|
+
function Om(t) {
|
|
283
283
|
return t.toLowerCase().replace(" ", "-");
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function Rm(t, e = !1) {
|
|
286
286
|
return t.normalize("NFKD").toLowerCase().replace(/[^\w\s-]/g, "").trim().replace(/[-\s]+/g, e ? "_" : "-");
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function Im(t, e) {
|
|
289
289
|
if (t.length <= e)
|
|
290
290
|
return t;
|
|
291
291
|
const s = t.slice(0, e - 1);
|
|
@@ -295,10 +295,10 @@ const y = (t) => (e) => (s) => t(s, e);
|
|
|
295
295
|
function Zc(t, e, s) {
|
|
296
296
|
return s.findIndex((i) => i.uuid === t.uuid) === e;
|
|
297
297
|
}
|
|
298
|
-
function
|
|
298
|
+
function vm(t, e, s) {
|
|
299
299
|
return s.findIndex((i) => i.file_sha1 === t.file_sha1) === e;
|
|
300
300
|
}
|
|
301
|
-
const
|
|
301
|
+
const wm = /^.+@.+\..+$/;
|
|
302
302
|
function E(t) {
|
|
303
303
|
const e = { ...t };
|
|
304
304
|
for (const s of [...Yc, "created_by"])
|
|
@@ -328,17 +328,17 @@ const V = O(
|
|
|
328
328
|
}), {
|
|
329
329
|
initializeConversations: Qc,
|
|
330
330
|
addConversation: Xc,
|
|
331
|
-
addConversations:
|
|
331
|
+
addConversations: km,
|
|
332
332
|
setConversation: er,
|
|
333
|
-
setConversations:
|
|
333
|
+
setConversations: Em,
|
|
334
334
|
updateConversation: tr,
|
|
335
|
-
updateConversations:
|
|
336
|
-
deleteConversation:
|
|
337
|
-
deleteConversations:
|
|
338
|
-
} = Rn.actions, In = (t) => t.agentsReducer.instances,
|
|
335
|
+
updateConversations: qm,
|
|
336
|
+
deleteConversation: jm,
|
|
337
|
+
deleteConversations: Mm
|
|
338
|
+
} = Rn.actions, In = (t) => t.agentsReducer.instances, zm = m(
|
|
339
339
|
[In],
|
|
340
340
|
(t) => Object.values(t)
|
|
341
|
-
),
|
|
341
|
+
), Dm = y(
|
|
342
342
|
m(
|
|
343
343
|
[In, (t, e) => e],
|
|
344
344
|
(t, e) => t[e]
|
|
@@ -365,11 +365,11 @@ const V = O(
|
|
|
365
365
|
}
|
|
366
366
|
}), {
|
|
367
367
|
initializeAssetAttachments: ts,
|
|
368
|
-
addAssetAttachment:
|
|
368
|
+
addAssetAttachment: xm,
|
|
369
369
|
addAssetAttachments: wn,
|
|
370
370
|
setAssetAttachment: ir,
|
|
371
|
-
setAssetAttachments:
|
|
372
|
-
updateAssetAttachment:
|
|
371
|
+
setAssetAttachments: Um,
|
|
372
|
+
updateAssetAttachment: Vm,
|
|
373
373
|
updateAssetAttachments: nr,
|
|
374
374
|
deleteAssetAttachment: ar,
|
|
375
375
|
deleteAssetAttachments: kn
|
|
@@ -401,18 +401,18 @@ const V = O(
|
|
|
401
401
|
}
|
|
402
402
|
}), {
|
|
403
403
|
initializeAssetProcedureAttachments: lr,
|
|
404
|
-
addAssetProcedureAttachment:
|
|
404
|
+
addAssetProcedureAttachment: Cm,
|
|
405
405
|
addAssetProcedureAttachments: hr,
|
|
406
406
|
setAssetProcedureAttachment: pr,
|
|
407
|
-
setAssetProcedureAttachments:
|
|
408
|
-
updateAssetProcedureAttachment:
|
|
407
|
+
setAssetProcedureAttachments: $m,
|
|
408
|
+
updateAssetProcedureAttachment: Gm,
|
|
409
409
|
updateAssetProcedureAttachments: mr,
|
|
410
410
|
deleteAssetProcedureAttachment: Ar,
|
|
411
411
|
deleteAssetProcedureAttachments: fr
|
|
412
412
|
} = En.actions, yr = (t) => t.assetProcedureAttachmentReducer.instances, br = m(
|
|
413
413
|
[yr],
|
|
414
414
|
(t) => Object.values(t)
|
|
415
|
-
), gr = (t) => (e) => e.assetProcedureAttachmentReducer.instances[t],
|
|
415
|
+
), gr = (t) => (e) => e.assetProcedureAttachmentReducer.instances[t], Bm = y(
|
|
416
416
|
m(
|
|
417
417
|
[
|
|
418
418
|
br,
|
|
@@ -442,20 +442,20 @@ const V = O(
|
|
|
442
442
|
}
|
|
443
443
|
}), {
|
|
444
444
|
initializeAssetProcedureFieldsAttachments: _r,
|
|
445
|
-
addAssetProcedureFieldsAttachment:
|
|
445
|
+
addAssetProcedureFieldsAttachment: Lm,
|
|
446
446
|
addAssetProcedureFieldsAttachments: Pr,
|
|
447
|
-
setAssetProcedureFieldsAttachment:
|
|
448
|
-
setAssetProcedureFieldsAttachments:
|
|
449
|
-
updateAssetProcedureFieldsAttachment:
|
|
447
|
+
setAssetProcedureFieldsAttachment: Nm,
|
|
448
|
+
setAssetProcedureFieldsAttachments: Hm,
|
|
449
|
+
updateAssetProcedureFieldsAttachment: Wm,
|
|
450
450
|
updateAssetProcedureFieldsAttachments: Tr,
|
|
451
|
-
deleteAssetProcedureFieldsAttachment:
|
|
451
|
+
deleteAssetProcedureFieldsAttachment: Km,
|
|
452
452
|
deleteAssetProcedureFieldsAttachments: Fr
|
|
453
453
|
} = qn.actions, Or = (t) => t.assetProcedureFieldsAttachmentReducer.instances, Rr = m(
|
|
454
454
|
[Or],
|
|
455
455
|
(t) => Object.values(t)
|
|
456
|
-
),
|
|
456
|
+
), Ym = y(
|
|
457
457
|
m([Rr, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
458
|
-
),
|
|
458
|
+
), Jm = (t) => (e) => e.assetProcedureFieldsAttachmentReducer.instances[t], Ir = qn.reducer, B = O(
|
|
459
459
|
(t) => t.uuid
|
|
460
460
|
), ns = B.getInitialState({}), jn = P({
|
|
461
461
|
name: "assetProcedureFields",
|
|
@@ -478,21 +478,21 @@ const V = O(
|
|
|
478
478
|
}), {
|
|
479
479
|
initializeAssetProcedureFields: vr,
|
|
480
480
|
addAssetProcedureFields: wr,
|
|
481
|
-
addAssetProcedureFieldsMany:
|
|
482
|
-
setAssetProcedureFields:
|
|
483
|
-
setAssetProcedureFieldsMany:
|
|
481
|
+
addAssetProcedureFieldsMany: Zm,
|
|
482
|
+
setAssetProcedureFields: Qm,
|
|
483
|
+
setAssetProcedureFieldsMany: Xm,
|
|
484
484
|
updateAssetProcedureFields: kr,
|
|
485
|
-
updateAssetProcedureFieldsMany:
|
|
485
|
+
updateAssetProcedureFieldsMany: eA,
|
|
486
486
|
deleteAssetProcedureFields: Er,
|
|
487
|
-
deleteAssetProcedureFieldsMany:
|
|
488
|
-
} = jn.actions, qr = (t) => t.assetProcedureFieldsReducer.instances, Mn = m([qr], (t) => Object.values(t)),
|
|
487
|
+
deleteAssetProcedureFieldsMany: tA
|
|
488
|
+
} = jn.actions, qr = (t) => t.assetProcedureFieldsReducer.instances, Mn = m([qr], (t) => Object.values(t)), sA = y(
|
|
489
489
|
m(
|
|
490
490
|
[Mn, (t, e) => e],
|
|
491
491
|
(t, e) => b(t.filter((s) => s.asset_procedure === e))
|
|
492
492
|
)
|
|
493
|
-
),
|
|
493
|
+
), iA = y(
|
|
494
494
|
m([Mn, (t, e) => e], (t, e) => t.filter((s) => s.asset_procedure === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
495
|
-
),
|
|
495
|
+
), nA = (t) => (e) => e.assetProcedureFieldsReducer.instances[t], jr = jn.reducer, L = O((t) => t.uuid), as = L.getInitialState({}), zn = P({
|
|
496
496
|
name: "assetProcedureFieldValuesAttachments",
|
|
497
497
|
initialState: as,
|
|
498
498
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -512,18 +512,18 @@ const V = O(
|
|
|
512
512
|
}
|
|
513
513
|
}), {
|
|
514
514
|
initializeAssetProcedureFieldValuesAttachments: Mr,
|
|
515
|
-
addAssetProcedureFieldValuesAttachment:
|
|
515
|
+
addAssetProcedureFieldValuesAttachment: aA,
|
|
516
516
|
addAssetProcedureFieldValuesAttachments: vt,
|
|
517
|
-
setAssetProcedureFieldValuesAttachment:
|
|
518
|
-
setAssetProcedureFieldValuesAttachments:
|
|
519
|
-
updateAssetProcedureFieldValuesAttachment:
|
|
517
|
+
setAssetProcedureFieldValuesAttachment: cA,
|
|
518
|
+
setAssetProcedureFieldValuesAttachments: rA,
|
|
519
|
+
updateAssetProcedureFieldValuesAttachment: oA,
|
|
520
520
|
updateAssetProcedureFieldValuesAttachments: zr,
|
|
521
|
-
deleteAssetProcedureFieldValuesAttachment:
|
|
521
|
+
deleteAssetProcedureFieldValuesAttachment: dA,
|
|
522
522
|
deleteAssetProcedureFieldValuesAttachments: wt
|
|
523
523
|
} = zn.actions, Dn = (t) => t.assetProcedureFieldValuesAttachmentReducer.instances, Dr = m(
|
|
524
524
|
[Dn],
|
|
525
525
|
(t) => Object.values(t)
|
|
526
|
-
),
|
|
526
|
+
), uA = (t) => (e) => e.assetProcedureFieldValuesAttachmentReducer.instances[t], xr = y(
|
|
527
527
|
m(
|
|
528
528
|
[
|
|
529
529
|
Dn,
|
|
@@ -561,8 +561,8 @@ const V = O(
|
|
|
561
561
|
initializeAssetProcedureFieldValues: Cr,
|
|
562
562
|
addAssetProcedureFieldValues: rs,
|
|
563
563
|
addAssetProcedureFieldValuesMany: $r,
|
|
564
|
-
setAssetProcedureFieldValues:
|
|
565
|
-
setAssetProcedureFieldValuesMany:
|
|
564
|
+
setAssetProcedureFieldValues: lA,
|
|
565
|
+
setAssetProcedureFieldValuesMany: hA,
|
|
566
566
|
updateAssetProcedureFieldValues: tt,
|
|
567
567
|
updateAssetProcedureFieldValuesMany: Gr,
|
|
568
568
|
deleteAssetProcedureFieldValues: os,
|
|
@@ -570,9 +570,9 @@ const V = O(
|
|
|
570
570
|
} = xn.actions, Lr = (t) => t.assetProcedureFieldValuesReducer.instances, Un = m(
|
|
571
571
|
[Lr],
|
|
572
572
|
(t) => Object.values(t)
|
|
573
|
-
), hA = y(
|
|
574
|
-
m([Un, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
575
573
|
), pA = y(
|
|
574
|
+
m([Un, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
575
|
+
), mA = y(
|
|
576
576
|
m([Un, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_instance === e)))
|
|
577
577
|
), ds = (t) => (e) => e.assetProcedureFieldValuesReducer.instances[t], Nr = xn.reducer, H = O((t) => t.uuid), us = H.getInitialState({}), Vn = P({
|
|
578
578
|
name: "assetProcedureInstances",
|
|
@@ -597,11 +597,11 @@ const V = O(
|
|
|
597
597
|
addAssetProcedureInstance: ls,
|
|
598
598
|
addAssetProcedureInstances: Wr,
|
|
599
599
|
updateAssetProcedureInstance: st,
|
|
600
|
-
updateAssetProcedureInstances:
|
|
600
|
+
updateAssetProcedureInstances: AA,
|
|
601
601
|
deleteAssetProcedureInstance: hs,
|
|
602
602
|
deleteAssetProcedureInstances: Kr,
|
|
603
|
-
setAssetProcedureInstance:
|
|
604
|
-
setAssetProcedureInstances:
|
|
603
|
+
setAssetProcedureInstance: fA,
|
|
604
|
+
setAssetProcedureInstances: yA
|
|
605
605
|
} = Vn.actions, Cn = (t) => t.assetProcedureInstanceReducer.instances, $n = m(
|
|
606
606
|
[Cn],
|
|
607
607
|
(t) => Object.values(t)
|
|
@@ -614,7 +614,7 @@ const V = O(
|
|
|
614
614
|
)
|
|
615
615
|
)
|
|
616
616
|
)
|
|
617
|
-
),
|
|
617
|
+
), bA = y(
|
|
618
618
|
m(
|
|
619
619
|
[$n, (t, e) => e],
|
|
620
620
|
(t, e) => b(
|
|
@@ -623,7 +623,7 @@ const V = O(
|
|
|
623
623
|
)
|
|
624
624
|
)
|
|
625
625
|
)
|
|
626
|
-
), ps = (t) => (e) => e.assetProcedureInstanceReducer.instances[t],
|
|
626
|
+
), ps = (t) => (e) => e.assetProcedureInstanceReducer.instances[t], gA = y(
|
|
627
627
|
m(
|
|
628
628
|
[Cn, (t, e) => e],
|
|
629
629
|
(t, e) => {
|
|
@@ -658,21 +658,21 @@ const V = O(
|
|
|
658
658
|
}), {
|
|
659
659
|
initializeAssetProcedures: Zr,
|
|
660
660
|
addAssetProcedure: As,
|
|
661
|
-
addAssetProcedures:
|
|
661
|
+
addAssetProcedures: SA,
|
|
662
662
|
updateAssetProcedure: it,
|
|
663
|
-
updateAssetProcedures:
|
|
663
|
+
updateAssetProcedures: _A,
|
|
664
664
|
deleteAssetProcedure: fs,
|
|
665
|
-
deleteAssetProcedures:
|
|
666
|
-
setAssetProcedure:
|
|
667
|
-
setAssetProcedures:
|
|
668
|
-
} = Gn.actions, Bn = (t) => t.assetProcedureReducer.instances, Qr = m([Bn], (t) => Object.values(t)),
|
|
665
|
+
deleteAssetProcedures: PA,
|
|
666
|
+
setAssetProcedure: TA,
|
|
667
|
+
setAssetProcedures: FA
|
|
668
|
+
} = Gn.actions, Bn = (t) => t.assetProcedureReducer.instances, Qr = m([Bn], (t) => Object.values(t)), OA = y(
|
|
669
669
|
m(
|
|
670
670
|
[Qr, (t, e) => e],
|
|
671
671
|
(t, e) => b(
|
|
672
672
|
t.filter((s) => s.organization === e)
|
|
673
673
|
)
|
|
674
674
|
)
|
|
675
|
-
), ys = (t) => (e) => e.assetProcedureReducer.instances[t],
|
|
675
|
+
), ys = (t) => (e) => e.assetProcedureReducer.instances[t], RA = y(
|
|
676
676
|
m(
|
|
677
677
|
[Bn, (t, e) => e],
|
|
678
678
|
(t, e) => {
|
|
@@ -706,20 +706,20 @@ const V = O(
|
|
|
706
706
|
}
|
|
707
707
|
}), {
|
|
708
708
|
initializeAssetProcedureStepFieldsAttachments: eo,
|
|
709
|
-
addAssetProcedureStepFieldsAttachment:
|
|
709
|
+
addAssetProcedureStepFieldsAttachment: IA,
|
|
710
710
|
addAssetProcedureStepFieldsAttachments: to,
|
|
711
|
-
setAssetProcedureStepFieldsAttachment:
|
|
712
|
-
setAssetProcedureStepFieldsAttachments:
|
|
713
|
-
updateAssetProcedureStepFieldsAttachment:
|
|
711
|
+
setAssetProcedureStepFieldsAttachment: vA,
|
|
712
|
+
setAssetProcedureStepFieldsAttachments: wA,
|
|
713
|
+
updateAssetProcedureStepFieldsAttachment: kA,
|
|
714
714
|
updateAssetProcedureStepFieldsAttachments: so,
|
|
715
|
-
deleteAssetProcedureStepFieldsAttachment:
|
|
715
|
+
deleteAssetProcedureStepFieldsAttachment: EA,
|
|
716
716
|
deleteAssetProcedureStepFieldsAttachments: io
|
|
717
717
|
} = Ln.actions, no = (t) => t.assetProcedureStepFieldsAttachmentReducer.instances, ao = m(
|
|
718
718
|
[no],
|
|
719
719
|
(t) => Object.values(t)
|
|
720
|
-
),
|
|
720
|
+
), qA = y(
|
|
721
721
|
m([ao, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
722
|
-
),
|
|
722
|
+
), jA = (t) => (e) => e.assetProcedureStepFieldsAttachmentReducer.instances[t], co = Ln.reducer, Y = O((t) => t.uuid), gs = Y.getInitialState({}), Nn = P({
|
|
723
723
|
name: "assetProcedureStepFields",
|
|
724
724
|
initialState: gs,
|
|
725
725
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -740,24 +740,24 @@ const V = O(
|
|
|
740
740
|
}), {
|
|
741
741
|
initializeAssetProcedureStepFields: ro,
|
|
742
742
|
addAssetProcedureStepFields: Ss,
|
|
743
|
-
addAssetProcedureStepFieldsMany:
|
|
744
|
-
setAssetProcedureStepFields:
|
|
745
|
-
setAssetProcedureStepFieldsMany:
|
|
743
|
+
addAssetProcedureStepFieldsMany: MA,
|
|
744
|
+
setAssetProcedureStepFields: zA,
|
|
745
|
+
setAssetProcedureStepFieldsMany: DA,
|
|
746
746
|
updateAssetProcedureStepFields: nt,
|
|
747
|
-
updateAssetProcedureStepFieldsMany:
|
|
747
|
+
updateAssetProcedureStepFieldsMany: xA,
|
|
748
748
|
deleteAssetProcedureStepFields: _s,
|
|
749
|
-
deleteAssetProcedureStepFieldsMany:
|
|
749
|
+
deleteAssetProcedureStepFieldsMany: UA
|
|
750
750
|
} = Nn.actions, Hn = (t) => t.assetProcedureStepFieldsReducer.instances, Wn = m(
|
|
751
751
|
[Hn],
|
|
752
752
|
(t) => Object.values(t)
|
|
753
|
-
),
|
|
753
|
+
), VA = y(
|
|
754
754
|
m(
|
|
755
755
|
[Wn, (t, e) => e],
|
|
756
756
|
(t, e) => b(t.filter((s) => s.asset_procedure_step === e))
|
|
757
757
|
)
|
|
758
|
-
),
|
|
758
|
+
), CA = y(
|
|
759
759
|
m([Wn, (t, e) => e], (t, e) => t.filter((s) => s.asset_procedure_step === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
760
|
-
),
|
|
760
|
+
), $A = m(
|
|
761
761
|
[Hn],
|
|
762
762
|
(t) => {
|
|
763
763
|
const e = {};
|
|
@@ -767,7 +767,7 @@ const V = O(
|
|
|
767
767
|
}
|
|
768
768
|
return e;
|
|
769
769
|
}
|
|
770
|
-
),
|
|
770
|
+
), GA = (t) => (e) => e.assetProcedureStepFieldsReducer.instances[t], oo = Nn.reducer, J = O((t) => t.uuid), Ps = J.getInitialState({}), Kn = P({
|
|
771
771
|
name: "assetProcedureStepFieldValuesAttachments",
|
|
772
772
|
initialState: Ps,
|
|
773
773
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -787,18 +787,18 @@ const V = O(
|
|
|
787
787
|
}
|
|
788
788
|
}), {
|
|
789
789
|
initializeAssetProcedureStepFieldValuesAttachments: uo,
|
|
790
|
-
addAssetProcedureStepFieldValuesAttachment:
|
|
790
|
+
addAssetProcedureStepFieldValuesAttachment: BA,
|
|
791
791
|
addAssetProcedureStepFieldValuesAttachments: kt,
|
|
792
|
-
setAssetProcedureStepFieldValuesAttachment:
|
|
793
|
-
setAssetProcedureStepFieldValuesAttachments:
|
|
794
|
-
updateAssetProcedureStepFieldValuesAttachment:
|
|
792
|
+
setAssetProcedureStepFieldValuesAttachment: LA,
|
|
793
|
+
setAssetProcedureStepFieldValuesAttachments: NA,
|
|
794
|
+
updateAssetProcedureStepFieldValuesAttachment: HA,
|
|
795
795
|
updateAssetProcedureStepFieldValuesAttachments: lo,
|
|
796
|
-
deleteAssetProcedureStepFieldValuesAttachment:
|
|
796
|
+
deleteAssetProcedureStepFieldValuesAttachment: WA,
|
|
797
797
|
deleteAssetProcedureStepFieldValuesAttachments: Et
|
|
798
798
|
} = Kn.actions, Yn = (t) => t.assetProcedureStepFieldValuesAttachmentReducer.instances, ho = m(
|
|
799
799
|
[Yn],
|
|
800
800
|
(t) => Object.values(t)
|
|
801
|
-
),
|
|
801
|
+
), KA = (t) => (e) => e.assetProcedureStepFieldValuesAttachmentReducer.instances[t], po = y(
|
|
802
802
|
m(
|
|
803
803
|
[
|
|
804
804
|
Yn,
|
|
@@ -836,8 +836,8 @@ const V = O(
|
|
|
836
836
|
initializeAssetProcedureStepFieldValues: fo,
|
|
837
837
|
addAssetProcedureStepFieldValues: Fs,
|
|
838
838
|
addAssetProcedureStepFieldValuesMany: yo,
|
|
839
|
-
setAssetProcedureStepFieldValues:
|
|
840
|
-
setAssetProcedureStepFieldValuesMany:
|
|
839
|
+
setAssetProcedureStepFieldValues: YA,
|
|
840
|
+
setAssetProcedureStepFieldValuesMany: JA,
|
|
841
841
|
updateAssetProcedureStepFieldValues: at,
|
|
842
842
|
updateAssetProcedureStepFieldValuesMany: bo,
|
|
843
843
|
deleteAssetProcedureStepFieldValues: Os,
|
|
@@ -845,14 +845,14 @@ const V = O(
|
|
|
845
845
|
} = Jn.actions, So = (t) => t.assetProcedureStepFieldValuesReducer.instances, $t = m(
|
|
846
846
|
[So],
|
|
847
847
|
(t) => Object.values(t)
|
|
848
|
-
),
|
|
848
|
+
), ZA = y(
|
|
849
849
|
m(
|
|
850
850
|
[$t, (t, e) => e],
|
|
851
851
|
(t, e) => b(t.filter((s) => s.asset === e))
|
|
852
852
|
)
|
|
853
|
-
), ZA = y(
|
|
854
|
-
m([$t, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_instance === e)))
|
|
855
853
|
), QA = y(
|
|
854
|
+
m([$t, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_instance === e)))
|
|
855
|
+
), XA = y(
|
|
856
856
|
m([$t, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_step === e)))
|
|
857
857
|
), Rs = (t) => (e) => e.assetProcedureStepFieldValuesReducer.instances[t], _o = Jn.reducer, Q = O(
|
|
858
858
|
(t) => t.uuid
|
|
@@ -877,21 +877,21 @@ const V = O(
|
|
|
877
877
|
}), {
|
|
878
878
|
initializeAssetProcedureSteps: Po,
|
|
879
879
|
setAssetProcedureStep: To,
|
|
880
|
-
setAssetProcedureSteps:
|
|
881
|
-
addAssetProcedureStep:
|
|
880
|
+
setAssetProcedureSteps: ef,
|
|
881
|
+
addAssetProcedureStep: tf,
|
|
882
882
|
addAssetProcedureSteps: vs,
|
|
883
883
|
updateAssetProcedureStep: ws,
|
|
884
884
|
updateAssetProcedureSteps: bt,
|
|
885
|
-
deleteAssetProcedureStep:
|
|
885
|
+
deleteAssetProcedureStep: sf,
|
|
886
886
|
deleteAssetProcedureSteps: ks
|
|
887
|
-
} = Zn.actions, Fo = Zn.reducer, Gt = (t) => t.assetProcedureStepReducer.instances, Oo = (t) => (e) => e.assetProcedureStepReducer.instances[t], Ro = m([Gt], (t) => Object.values(t)),
|
|
887
|
+
} = Zn.actions, Fo = Zn.reducer, Gt = (t) => t.assetProcedureStepReducer.instances, Oo = (t) => (e) => e.assetProcedureStepReducer.instances[t], Ro = m([Gt], (t) => Object.values(t)), nf = y(
|
|
888
888
|
m([Gt, (t, e) => e], (t, e) => {
|
|
889
889
|
const s = {};
|
|
890
890
|
for (const [i, n] of Object.entries(t))
|
|
891
891
|
n.asset_procedure === e && (s[i] = n);
|
|
892
892
|
return Ze(s);
|
|
893
893
|
})
|
|
894
|
-
),
|
|
894
|
+
), af = y(
|
|
895
895
|
m([Ro, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure === e)))
|
|
896
896
|
), Es = y(
|
|
897
897
|
m(
|
|
@@ -928,11 +928,11 @@ const V = O(
|
|
|
928
928
|
addAsset: js,
|
|
929
929
|
addAssets: qt,
|
|
930
930
|
updateAsset: ct,
|
|
931
|
-
updateAssets:
|
|
931
|
+
updateAssets: cf,
|
|
932
932
|
deleteAsset: Ms,
|
|
933
933
|
deleteAssets: Xn,
|
|
934
|
-
setAsset:
|
|
935
|
-
setAssets:
|
|
934
|
+
setAsset: rf,
|
|
935
|
+
setAssets: of
|
|
936
936
|
} = Qn.actions, ea = (t) => t.assetReducer.instances, vo = m([ea], (t) => b(Object.values(t))), ta = y(
|
|
937
937
|
m([vo, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_type === e)))
|
|
938
938
|
), zs = (t) => (e) => e.assetReducer.instances[t], wo = y(
|
|
@@ -944,7 +944,7 @@ const V = O(
|
|
|
944
944
|
}
|
|
945
945
|
return b(s);
|
|
946
946
|
})
|
|
947
|
-
),
|
|
947
|
+
), df = (t) => (e) => ta(t)(e).length, ko = Qn.reducer, ee = O(
|
|
948
948
|
(t) => t.uuid
|
|
949
949
|
), Ds = ee.getInitialState({}), sa = P({
|
|
950
950
|
name: "assetStageCompletions",
|
|
@@ -968,13 +968,13 @@ const V = O(
|
|
|
968
968
|
initializeAssetStageCompletions: Eo,
|
|
969
969
|
addAssetStageCompletion: xs,
|
|
970
970
|
addAssetStageCompletions: Us,
|
|
971
|
-
setAssetStageCompletion:
|
|
972
|
-
setAssetStageCompletions:
|
|
971
|
+
setAssetStageCompletion: uf,
|
|
972
|
+
setAssetStageCompletions: lf,
|
|
973
973
|
updateAssetStageCompletion: qo,
|
|
974
974
|
updateAssetStageCompletions: jo,
|
|
975
975
|
deleteAssetStageCompletion: Vs,
|
|
976
976
|
deleteAssetStageCompletions: Cs
|
|
977
|
-
} = sa.actions, Mo = sa.reducer, ia = (t) => t.assetStageCompletionReducer.instances,
|
|
977
|
+
} = sa.actions, Mo = sa.reducer, ia = (t) => t.assetStageCompletionReducer.instances, hf = m(
|
|
978
978
|
[ia],
|
|
979
979
|
(t) => Object.values(t)
|
|
980
980
|
), zo = (t) => (e) => e.assetStageCompletionReducer.instances[t], Do = y(
|
|
@@ -1010,21 +1010,21 @@ const V = O(
|
|
|
1010
1010
|
}), {
|
|
1011
1011
|
initializeAssetStages: xo,
|
|
1012
1012
|
setAssetStage: Uo,
|
|
1013
|
-
setAssetStages:
|
|
1014
|
-
addAssetStage:
|
|
1013
|
+
setAssetStages: pf,
|
|
1014
|
+
addAssetStage: mf,
|
|
1015
1015
|
addAssetStages: Gs,
|
|
1016
1016
|
updateAssetStage: Bs,
|
|
1017
1017
|
updateAssetStages: gt,
|
|
1018
|
-
deleteAssetStage:
|
|
1018
|
+
deleteAssetStage: Af,
|
|
1019
1019
|
deleteAssetStages: Ls
|
|
1020
|
-
} = na.actions, Vo = na.reducer, Bt = (t) => t.assetStageReducer.instances, Co = (t) => (e) => e.assetStageReducer.instances[t], $o = m([Bt], (t) => Object.values(t)),
|
|
1020
|
+
} = na.actions, Vo = na.reducer, Bt = (t) => t.assetStageReducer.instances, Co = (t) => (e) => e.assetStageReducer.instances[t], $o = m([Bt], (t) => Object.values(t)), ff = y(
|
|
1021
1021
|
m([Bt, (t, e) => e], (t, e) => {
|
|
1022
1022
|
const s = {};
|
|
1023
1023
|
for (const [i, n] of Object.entries(t))
|
|
1024
1024
|
n.asset_procedure === e && (s[i] = n);
|
|
1025
1025
|
return Ze(s);
|
|
1026
1026
|
})
|
|
1027
|
-
),
|
|
1027
|
+
), yf = y(
|
|
1028
1028
|
m([$o, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure === e)))
|
|
1029
1029
|
), Ns = y(
|
|
1030
1030
|
m([Bt, (t, e) => e], (t, e) => {
|
|
@@ -1057,11 +1057,11 @@ const V = O(
|
|
|
1057
1057
|
}
|
|
1058
1058
|
}), {
|
|
1059
1059
|
initializeAssetTypeAttachments: Go,
|
|
1060
|
-
addAssetTypeAttachment:
|
|
1060
|
+
addAssetTypeAttachment: bf,
|
|
1061
1061
|
addAssetTypeAttachments: ca,
|
|
1062
1062
|
setAssetTypeAttachment: Bo,
|
|
1063
|
-
setAssetTypeAttachments:
|
|
1064
|
-
updateAssetTypeAttachment:
|
|
1063
|
+
setAssetTypeAttachments: gf,
|
|
1064
|
+
updateAssetTypeAttachment: Sf,
|
|
1065
1065
|
updateAssetTypeAttachments: Lo,
|
|
1066
1066
|
deleteAssetTypeAttachment: No,
|
|
1067
1067
|
deleteAssetTypeAttachments: ra
|
|
@@ -1093,20 +1093,20 @@ const V = O(
|
|
|
1093
1093
|
}
|
|
1094
1094
|
}), {
|
|
1095
1095
|
initializeAssetTypeFieldsAttachments: Zo,
|
|
1096
|
-
addAssetTypeFieldsAttachment:
|
|
1096
|
+
addAssetTypeFieldsAttachment: _f,
|
|
1097
1097
|
addAssetTypeFieldsAttachments: Qo,
|
|
1098
|
-
setAssetTypeFieldsAttachment:
|
|
1099
|
-
setAssetTypeFieldsAttachments:
|
|
1100
|
-
updateAssetTypeFieldsAttachment:
|
|
1098
|
+
setAssetTypeFieldsAttachment: Pf,
|
|
1099
|
+
setAssetTypeFieldsAttachments: Tf,
|
|
1100
|
+
updateAssetTypeFieldsAttachment: Ff,
|
|
1101
1101
|
updateAssetTypeFieldsAttachments: Xo,
|
|
1102
|
-
deleteAssetTypeFieldsAttachment:
|
|
1102
|
+
deleteAssetTypeFieldsAttachment: Of,
|
|
1103
1103
|
deleteAssetTypeFieldsAttachments: ed
|
|
1104
1104
|
} = oa.actions, td = (t) => t.assetTypeFieldsAttachmentReducer.instances, sd = m(
|
|
1105
1105
|
[td],
|
|
1106
1106
|
(t) => Object.values(t)
|
|
1107
|
-
),
|
|
1107
|
+
), Rf = y(
|
|
1108
1108
|
m([sd, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
1109
|
-
),
|
|
1109
|
+
), If = (t) => (e) => e.assetTypeFieldsAttachmentReducer.instances[t], id = oa.reducer, ne = O(
|
|
1110
1110
|
(t) => t.uuid
|
|
1111
1111
|
), Ks = ne.getInitialState({}), da = P({
|
|
1112
1112
|
name: "assetTypeFields",
|
|
@@ -1129,18 +1129,18 @@ const V = O(
|
|
|
1129
1129
|
}), {
|
|
1130
1130
|
initializeAssetTypeFields: nd,
|
|
1131
1131
|
addAssetTypeFields: ad,
|
|
1132
|
-
addAssetTypeFieldsMany:
|
|
1133
|
-
setAssetTypeFields:
|
|
1134
|
-
setAssetTypeFieldsMany:
|
|
1132
|
+
addAssetTypeFieldsMany: vf,
|
|
1133
|
+
setAssetTypeFields: wf,
|
|
1134
|
+
setAssetTypeFieldsMany: kf,
|
|
1135
1135
|
updateAssetTypeFields: cd,
|
|
1136
|
-
updateAssetTypeFieldsMany:
|
|
1136
|
+
updateAssetTypeFieldsMany: Ef,
|
|
1137
1137
|
deleteAssetTypeFields: rd,
|
|
1138
|
-
deleteAssetTypeFieldsMany:
|
|
1139
|
-
} = da.actions, od = (t) => t.assetTypeFieldsReducer.instances, Lt = m([od], (t) => Object.values(t)),
|
|
1138
|
+
deleteAssetTypeFieldsMany: qf
|
|
1139
|
+
} = da.actions, od = (t) => t.assetTypeFieldsReducer.instances, Lt = m([od], (t) => Object.values(t)), jf = y(
|
|
1140
1140
|
m([Lt, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_type === e)))
|
|
1141
|
-
),
|
|
1141
|
+
), Mf = y(
|
|
1142
1142
|
m([Lt, (t, e) => e], (t, e) => t.filter((s) => s.asset_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
1143
|
-
),
|
|
1143
|
+
), zf = (t) => (e) => e.assetTypeFieldsReducer.instances[t], dd = da.reducer, ae = O((t) => t.uuid), Ys = ae.getInitialState({}), ua = P({
|
|
1144
1144
|
name: "assetTypeFieldValuesAttachments",
|
|
1145
1145
|
initialState: Ys,
|
|
1146
1146
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1160,18 +1160,18 @@ const V = O(
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}), {
|
|
1162
1162
|
initializeAssetTypeFieldValuesAttachments: ud,
|
|
1163
|
-
addAssetTypeFieldValuesAttachment:
|
|
1163
|
+
addAssetTypeFieldValuesAttachment: Df,
|
|
1164
1164
|
addAssetTypeFieldValuesAttachments: jt,
|
|
1165
|
-
setAssetTypeFieldValuesAttachment:
|
|
1166
|
-
setAssetTypeFieldValuesAttachments:
|
|
1167
|
-
updateAssetTypeFieldValuesAttachment:
|
|
1165
|
+
setAssetTypeFieldValuesAttachment: xf,
|
|
1166
|
+
setAssetTypeFieldValuesAttachments: Uf,
|
|
1167
|
+
updateAssetTypeFieldValuesAttachment: Vf,
|
|
1168
1168
|
updateAssetTypeFieldValuesAttachments: ld,
|
|
1169
|
-
deleteAssetTypeFieldValuesAttachment:
|
|
1169
|
+
deleteAssetTypeFieldValuesAttachment: Cf,
|
|
1170
1170
|
deleteAssetTypeFieldValuesAttachments: Mt
|
|
1171
1171
|
} = ua.actions, la = (t) => t.assetTypeFieldValuesAttachmentReducer.instances, hd = m(
|
|
1172
1172
|
[la],
|
|
1173
1173
|
(t) => Object.values(t)
|
|
1174
|
-
),
|
|
1174
|
+
), $f = (t) => (e) => e.assetTypeFieldValuesAttachmentReducer.instances[t], pd = y(
|
|
1175
1175
|
m(
|
|
1176
1176
|
[
|
|
1177
1177
|
la,
|
|
@@ -1210,15 +1210,15 @@ const V = O(
|
|
|
1210
1210
|
initializeAssetTypeFieldValues: fd,
|
|
1211
1211
|
addAssetTypeFieldValues: Zs,
|
|
1212
1212
|
addAssetTypeFieldValuesMany: yd,
|
|
1213
|
-
setAssetTypeFieldValues:
|
|
1214
|
-
setAssetTypeFieldValuesMany:
|
|
1213
|
+
setAssetTypeFieldValues: Gf,
|
|
1214
|
+
setAssetTypeFieldValuesMany: Bf,
|
|
1215
1215
|
updateAssetTypeFieldValues: rt,
|
|
1216
1216
|
updateAssetTypeFieldValuesMany: bd,
|
|
1217
1217
|
deleteAssetTypeFieldValues: Qs,
|
|
1218
1218
|
deleteAssetTypeFieldValuesMany: gd
|
|
1219
|
-
} = ha.actions, Sd = (t) => t.assetTypeFieldValuesReducer.instances, pa = m([Sd], (t) => Object.values(t)),
|
|
1219
|
+
} = ha.actions, Sd = (t) => t.assetTypeFieldValuesReducer.instances, pa = m([Sd], (t) => Object.values(t)), Lf = y(
|
|
1220
1220
|
m([pa, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
1221
|
-
),
|
|
1221
|
+
), Nf = y(
|
|
1222
1222
|
m(
|
|
1223
1223
|
[Lt, pa, (t, e) => e],
|
|
1224
1224
|
(t, e, s) => {
|
|
@@ -1248,18 +1248,18 @@ const V = O(
|
|
|
1248
1248
|
}
|
|
1249
1249
|
}), {
|
|
1250
1250
|
initializeAssetTypes: Pd,
|
|
1251
|
-
setAssetType:
|
|
1252
|
-
setAssetTypes:
|
|
1251
|
+
setAssetType: Hf,
|
|
1252
|
+
setAssetTypes: Wf,
|
|
1253
1253
|
addAssetType: ti,
|
|
1254
|
-
addAssetTypes:
|
|
1254
|
+
addAssetTypes: Kf,
|
|
1255
1255
|
updateAssetType: ot,
|
|
1256
|
-
updateAssetTypes:
|
|
1256
|
+
updateAssetTypes: Yf,
|
|
1257
1257
|
deleteAssetType: si,
|
|
1258
|
-
deleteAssetTypes:
|
|
1259
|
-
} = ma.actions, Aa = (t) => t.assetTypeReducer.instances,
|
|
1258
|
+
deleteAssetTypes: Jf
|
|
1259
|
+
} = ma.actions, Aa = (t) => t.assetTypeReducer.instances, Zf = m(
|
|
1260
1260
|
[Aa],
|
|
1261
1261
|
(t) => Object.values(t)
|
|
1262
|
-
), ii = (t) => (e) => e.assetTypeReducer.instances[t],
|
|
1262
|
+
), ii = (t) => (e) => e.assetTypeReducer.instances[t], Qf = y(
|
|
1263
1263
|
m(
|
|
1264
1264
|
[Aa, (t, e) => e],
|
|
1265
1265
|
(t, e) => {
|
|
@@ -1290,7 +1290,7 @@ const V = O(
|
|
|
1290
1290
|
e.payload || Nt.caseReducers.clearTokens(t), t.isLoggedIn = e.payload;
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
}), { setTokens:
|
|
1293
|
+
}), { setTokens: Xf, clearTokens: ey, setLoggedIn: Fd } = Nt.actions, ty = (t) => t.authReducer.accessToken, sy = (t) => t.authReducer.isLoggedIn, Od = Nt.reducer, oe = O((t) => t.uuid), ai = oe.getInitialState({}), fa = P({
|
|
1294
1294
|
name: "categories",
|
|
1295
1295
|
initialState: ai,
|
|
1296
1296
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1311,14 +1311,14 @@ const V = O(
|
|
|
1311
1311
|
}), {
|
|
1312
1312
|
initializeCategories: Rd,
|
|
1313
1313
|
addCategory: ci,
|
|
1314
|
-
addCategories:
|
|
1315
|
-
setCategory:
|
|
1316
|
-
setCategories:
|
|
1314
|
+
addCategories: iy,
|
|
1315
|
+
setCategory: ny,
|
|
1316
|
+
setCategories: ay,
|
|
1317
1317
|
updateCategory: Id,
|
|
1318
|
-
updateCategories:
|
|
1318
|
+
updateCategories: cy,
|
|
1319
1319
|
deleteCategory: vd,
|
|
1320
|
-
deleteCategories:
|
|
1321
|
-
} = fa.actions, ya = (t) => t.categoryReducer.instances,
|
|
1320
|
+
deleteCategories: ry
|
|
1321
|
+
} = fa.actions, ya = (t) => t.categoryReducer.instances, wd = m([ya], (t) => Object.values(t)), ri = (t) => (e) => e.categoryReducer.instances[t], oy = y(
|
|
1322
1322
|
m(
|
|
1323
1323
|
[ya, (t, e) => e],
|
|
1324
1324
|
(t, e) => {
|
|
@@ -1330,7 +1330,9 @@ const V = O(
|
|
|
1330
1330
|
return b(s);
|
|
1331
1331
|
}
|
|
1332
1332
|
)
|
|
1333
|
-
), dy = (
|
|
1333
|
+
), dy = y(
|
|
1334
|
+
m([wd, (t, e) => e], (t, e) => b(t.filter((s) => s.project === e)))
|
|
1335
|
+
), uy = (t) => (e) => Object.values(e.issueReducer.instances).filter((s) => s.category === t).length, kd = fa.reducer, de = O(
|
|
1334
1336
|
(t) => t.uuid
|
|
1335
1337
|
), oi = de.getInitialState({}), ba = P({
|
|
1336
1338
|
name: "documentAttachments",
|
|
@@ -1348,24 +1350,24 @@ const V = O(
|
|
|
1348
1350
|
deleteDocumentAttachments: de.deleteMany
|
|
1349
1351
|
}
|
|
1350
1352
|
}), {
|
|
1351
|
-
initializeDocumentAttachments:
|
|
1352
|
-
addDocumentAttachment:
|
|
1353
|
-
addDocumentAttachments:
|
|
1354
|
-
setDocumentAttachment:
|
|
1355
|
-
setDocumentAttachments:
|
|
1356
|
-
updateDocumentAttachment:
|
|
1357
|
-
updateDocumentAttachments:
|
|
1358
|
-
deleteDocumentAttachment:
|
|
1359
|
-
deleteDocumentAttachments:
|
|
1360
|
-
} = ba.actions,
|
|
1361
|
-
[
|
|
1353
|
+
initializeDocumentAttachments: Ed,
|
|
1354
|
+
addDocumentAttachment: ly,
|
|
1355
|
+
addDocumentAttachments: qd,
|
|
1356
|
+
setDocumentAttachment: jd,
|
|
1357
|
+
setDocumentAttachments: hy,
|
|
1358
|
+
updateDocumentAttachment: py,
|
|
1359
|
+
updateDocumentAttachments: Md,
|
|
1360
|
+
deleteDocumentAttachment: zd,
|
|
1361
|
+
deleteDocumentAttachments: Dd
|
|
1362
|
+
} = ba.actions, xd = (t) => t.documentAttachmentReducer.instances, Ud = m(
|
|
1363
|
+
[xd],
|
|
1362
1364
|
(t) => Object.values(t)
|
|
1363
|
-
),
|
|
1365
|
+
), Vd = (t) => (e) => e.documentAttachmentReducer.instances[t], my = y(
|
|
1364
1366
|
m(
|
|
1365
|
-
[
|
|
1367
|
+
[Ud, (t, e) => e],
|
|
1366
1368
|
(t, e) => b(t.filter(({ document: s }) => e === s))
|
|
1367
1369
|
)
|
|
1368
|
-
),
|
|
1370
|
+
), Cd = ba.reducer, di = {
|
|
1369
1371
|
documents: {}
|
|
1370
1372
|
}, ga = P({
|
|
1371
1373
|
name: "documents",
|
|
@@ -1491,10 +1493,10 @@ const V = O(
|
|
|
1491
1493
|
}
|
|
1492
1494
|
}
|
|
1493
1495
|
}
|
|
1494
|
-
}), { setDocuments:
|
|
1496
|
+
}), { setDocuments: $d, addDocuments: Gd, updateDocuments: Ue, moveDocument: Bd, removeDocuments: ui } = ga.actions, Ye = (t) => t.documentsReducer.documents, Ld = m(
|
|
1495
1497
|
[Ye],
|
|
1496
1498
|
(t) => Object.values(t)
|
|
1497
|
-
),
|
|
1499
|
+
), Nd = (t) => (e) => e.documentsReducer.documents[t], Ay = y(
|
|
1498
1500
|
m(
|
|
1499
1501
|
[Ye, (t, e) => e],
|
|
1500
1502
|
(t, e) => {
|
|
@@ -1506,7 +1508,7 @@ const V = O(
|
|
|
1506
1508
|
return b(s);
|
|
1507
1509
|
}
|
|
1508
1510
|
)
|
|
1509
|
-
),
|
|
1511
|
+
), fy = y(
|
|
1510
1512
|
m(
|
|
1511
1513
|
[Ye, (t, e) => e],
|
|
1512
1514
|
(t, e) => {
|
|
@@ -1518,10 +1520,10 @@ const V = O(
|
|
|
1518
1520
|
return b(s);
|
|
1519
1521
|
}
|
|
1520
1522
|
)
|
|
1521
|
-
),
|
|
1522
|
-
[
|
|
1523
|
+
), yy = m(
|
|
1524
|
+
[Ld],
|
|
1523
1525
|
(t) => b(t.filter((e) => !e.parent_document))
|
|
1524
|
-
),
|
|
1526
|
+
), Hd = ga.reducer, ue = O(
|
|
1525
1527
|
(t) => t.uuid
|
|
1526
1528
|
), li = ue.getInitialState({}), Sa = P({
|
|
1527
1529
|
name: "emailDomains",
|
|
@@ -1542,31 +1544,31 @@ const V = O(
|
|
|
1542
1544
|
deleteEmailDomains: ue.deleteMany
|
|
1543
1545
|
}
|
|
1544
1546
|
}), {
|
|
1545
|
-
initializeEmailDomains:
|
|
1546
|
-
addEmailDomain:
|
|
1547
|
-
addEmailDomains:
|
|
1548
|
-
setEmailDomain:
|
|
1549
|
-
setEmailDomains:
|
|
1550
|
-
updateEmailDomain:
|
|
1551
|
-
updateEmailDomains:
|
|
1552
|
-
deleteEmailDomain:
|
|
1553
|
-
deleteEmailDomains:
|
|
1554
|
-
} = Sa.actions,
|
|
1547
|
+
initializeEmailDomains: Wd,
|
|
1548
|
+
addEmailDomain: Kd,
|
|
1549
|
+
addEmailDomains: by,
|
|
1550
|
+
setEmailDomain: gy,
|
|
1551
|
+
setEmailDomains: Sy,
|
|
1552
|
+
updateEmailDomain: _y,
|
|
1553
|
+
updateEmailDomains: Py,
|
|
1554
|
+
deleteEmailDomain: Yd,
|
|
1555
|
+
deleteEmailDomains: Ty
|
|
1556
|
+
} = Sa.actions, Jd = (t) => t.emailDomainsReducer.instances, Zd = m([Jd], (t) => Object.values(t)), Fy = y(
|
|
1555
1557
|
m(
|
|
1556
|
-
[
|
|
1558
|
+
[Zd, (t, e) => e],
|
|
1557
1559
|
(t, e) => b(
|
|
1558
1560
|
t.filter((s) => s.organization === e)
|
|
1559
1561
|
)
|
|
1560
1562
|
)
|
|
1561
|
-
),
|
|
1563
|
+
), Qd = Sa.reducer, hi = {
|
|
1562
1564
|
s3Urls: {}
|
|
1563
|
-
}, _a = 1e3 * 60 * 60,
|
|
1565
|
+
}, _a = 1e3 * 60 * 60, Xd = _a * 24 * 7, Pa = P({
|
|
1564
1566
|
name: "file",
|
|
1565
1567
|
initialState: hi,
|
|
1566
1568
|
extraReducers: (t) => t.addCase(_, (e) => Object.assign(e, hi)),
|
|
1567
1569
|
reducers: {
|
|
1568
1570
|
setUploadUrl: (t, e) => {
|
|
1569
|
-
const { url: s, fields: i, sha1: n } = e.payload, a = /* @__PURE__ */ new Date(), c = new Date(a.getTime() +
|
|
1571
|
+
const { url: s, fields: i, sha1: n } = e.payload, a = /* @__PURE__ */ new Date(), c = new Date(a.getTime() + Xd);
|
|
1570
1572
|
t.s3Urls[n] = {
|
|
1571
1573
|
url: s,
|
|
1572
1574
|
fields: i,
|
|
@@ -1574,14 +1576,14 @@ const V = O(
|
|
|
1574
1576
|
};
|
|
1575
1577
|
}
|
|
1576
1578
|
}
|
|
1577
|
-
}), { setUploadUrl:
|
|
1579
|
+
}), { setUploadUrl: eu } = Pa.actions, tu = (t) => (e) => {
|
|
1578
1580
|
const s = e.fileReducer.s3Urls[t];
|
|
1579
1581
|
if (!s)
|
|
1580
1582
|
return;
|
|
1581
1583
|
const i = (/* @__PURE__ */ new Date()).getTime();
|
|
1582
1584
|
if (!((s.exp ?? i) - i < _a))
|
|
1583
1585
|
return s;
|
|
1584
|
-
},
|
|
1586
|
+
}, su = Pa.reducer, le = O((t) => t.uuid), pi = le.getInitialState({}), Ta = P({
|
|
1585
1587
|
name: "formRevisionAttachments",
|
|
1586
1588
|
initialState: pi,
|
|
1587
1589
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1600,23 +1602,23 @@ const V = O(
|
|
|
1600
1602
|
deleteFormRevisionAttachments: le.deleteMany
|
|
1601
1603
|
}
|
|
1602
1604
|
}), {
|
|
1603
|
-
initializeFormRevisionAttachments:
|
|
1604
|
-
addFormRevisionAttachment:
|
|
1605
|
-
addFormRevisionAttachments:
|
|
1606
|
-
setFormRevisionAttachment:
|
|
1607
|
-
setFormRevisionAttachments:
|
|
1608
|
-
updateFormRevisionAttachment:
|
|
1609
|
-
updateFormRevisionAttachments:
|
|
1610
|
-
deleteFormRevisionAttachment:
|
|
1611
|
-
deleteFormRevisionAttachments:
|
|
1612
|
-
} = Ta.actions,
|
|
1605
|
+
initializeFormRevisionAttachments: iu,
|
|
1606
|
+
addFormRevisionAttachment: Oy,
|
|
1607
|
+
addFormRevisionAttachments: nu,
|
|
1608
|
+
setFormRevisionAttachment: Ry,
|
|
1609
|
+
setFormRevisionAttachments: Iy,
|
|
1610
|
+
updateFormRevisionAttachment: vy,
|
|
1611
|
+
updateFormRevisionAttachments: au,
|
|
1612
|
+
deleteFormRevisionAttachment: wy,
|
|
1613
|
+
deleteFormRevisionAttachments: cu
|
|
1614
|
+
} = Ta.actions, ru = (t) => t.formRevisionAttachmentReducer.instances, ky = y(
|
|
1613
1615
|
m(
|
|
1614
|
-
[
|
|
1616
|
+
[ru, (t, e) => e],
|
|
1615
1617
|
(t, e) => b(
|
|
1616
1618
|
Object.values(t).filter((s) => s.form_revision === e)
|
|
1617
1619
|
)
|
|
1618
1620
|
)
|
|
1619
|
-
),
|
|
1621
|
+
), ou = Ta.reducer, du = (t, e) => {
|
|
1620
1622
|
const s = t.revision, i = e.revision;
|
|
1621
1623
|
return s === void 0 && i === void 0 ? t.submitted_at < e.submitted_at ? -1 : 1 : s === void 0 ? 1 : i === void 0 || s < i ? -1 : 1;
|
|
1622
1624
|
}, he = O((t) => t.uuid), mi = he.getInitialState({}), Fa = P({
|
|
@@ -1638,34 +1640,34 @@ const V = O(
|
|
|
1638
1640
|
deleteFormRevisions: he.deleteMany
|
|
1639
1641
|
}
|
|
1640
1642
|
}), {
|
|
1641
|
-
initializeFormRevisions:
|
|
1643
|
+
initializeFormRevisions: uu,
|
|
1642
1644
|
addFormRevision: Oa,
|
|
1643
|
-
addFormRevisions:
|
|
1644
|
-
setFormRevision:
|
|
1645
|
-
setFormRevisions:
|
|
1646
|
-
updateFormRevision:
|
|
1647
|
-
updateFormRevisions:
|
|
1645
|
+
addFormRevisions: lu,
|
|
1646
|
+
setFormRevision: hu,
|
|
1647
|
+
setFormRevisions: Ey,
|
|
1648
|
+
updateFormRevision: qy,
|
|
1649
|
+
updateFormRevisions: jy,
|
|
1648
1650
|
deleteFormRevision: Ra,
|
|
1649
|
-
deleteFormRevisions:
|
|
1650
|
-
} = Fa.actions, Ht = (t) => t.formRevisionReducer.instances,
|
|
1651
|
+
deleteFormRevisions: pu
|
|
1652
|
+
} = Fa.actions, Ht = (t) => t.formRevisionReducer.instances, mu = m(
|
|
1651
1653
|
[Ht],
|
|
1652
1654
|
(t) => Object.values(t)
|
|
1653
|
-
),
|
|
1655
|
+
), My = (t) => (e) => e.formRevisionReducer.instances[t], zy = y(
|
|
1654
1656
|
m(
|
|
1655
1657
|
[Ht, (t, e) => e],
|
|
1656
1658
|
(t, e) => {
|
|
1657
1659
|
const s = Object.values(t).filter((a) => a.form === e);
|
|
1658
1660
|
if (s.length === 0) return;
|
|
1659
|
-
const n = s.sort(
|
|
1661
|
+
const n = s.sort(du)[s.length - 1];
|
|
1660
1662
|
return t[n.uuid];
|
|
1661
1663
|
}
|
|
1662
1664
|
)
|
|
1663
|
-
),
|
|
1665
|
+
), Au = y(
|
|
1664
1666
|
m(
|
|
1665
|
-
[
|
|
1667
|
+
[mu, (t, e) => e],
|
|
1666
1668
|
(t, e) => b(t.filter((s) => s.form === e))
|
|
1667
1669
|
)
|
|
1668
|
-
),
|
|
1670
|
+
), fu = Fa.reducer, pe = O((t) => t.uuid), Ai = pe.getInitialState({}), Ia = P({
|
|
1669
1671
|
name: "forms",
|
|
1670
1672
|
initialState: Ai,
|
|
1671
1673
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1684,16 +1686,16 @@ const V = O(
|
|
|
1684
1686
|
deleteForms: pe.deleteMany
|
|
1685
1687
|
}
|
|
1686
1688
|
}), {
|
|
1687
|
-
initializeForms:
|
|
1689
|
+
initializeForms: yu,
|
|
1688
1690
|
addForm: fi,
|
|
1689
|
-
addForms:
|
|
1690
|
-
setForm:
|
|
1691
|
-
setForms:
|
|
1692
|
-
updateForm:
|
|
1693
|
-
updateForms:
|
|
1691
|
+
addForms: Dy,
|
|
1692
|
+
setForm: xy,
|
|
1693
|
+
setForms: Uy,
|
|
1694
|
+
updateForm: Vy,
|
|
1695
|
+
updateForms: Cy,
|
|
1694
1696
|
deleteForm: yi,
|
|
1695
|
-
deleteForms:
|
|
1696
|
-
} = Ia.actions,
|
|
1697
|
+
deleteForms: $y
|
|
1698
|
+
} = Ia.actions, bu = Ia.reducer, gu = (t) => t.formReducer.instances, Gy = m([gu], (t) => Object.values(t)), Su = (t) => (e) => e.formReducer.instances[t], me = O((t) => t.uuid), bi = me.getInitialState({}), va = P({
|
|
1697
1699
|
name: "formSubmissionAttachments",
|
|
1698
1700
|
initialState: bi,
|
|
1699
1701
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1712,16 +1714,16 @@ const V = O(
|
|
|
1712
1714
|
deleteFormSubmissionAttachments: me.deleteMany
|
|
1713
1715
|
}
|
|
1714
1716
|
}), {
|
|
1715
|
-
initializeFormSubmissionAttachments:
|
|
1716
|
-
addFormSubmissionAttachment:
|
|
1717
|
+
initializeFormSubmissionAttachments: _u,
|
|
1718
|
+
addFormSubmissionAttachment: By,
|
|
1717
1719
|
addFormSubmissionAttachments: zt,
|
|
1718
|
-
setFormSubmissionAttachment:
|
|
1719
|
-
setFormSubmissionAttachments:
|
|
1720
|
-
updateFormSubmissionAttachment:
|
|
1721
|
-
updateFormSubmissionAttachments:
|
|
1722
|
-
deleteFormSubmissionAttachment:
|
|
1720
|
+
setFormSubmissionAttachment: Ly,
|
|
1721
|
+
setFormSubmissionAttachments: Ny,
|
|
1722
|
+
updateFormSubmissionAttachment: Hy,
|
|
1723
|
+
updateFormSubmissionAttachments: Pu,
|
|
1724
|
+
deleteFormSubmissionAttachment: Wy,
|
|
1723
1725
|
deleteFormSubmissionAttachments: Dt
|
|
1724
|
-
} = va.actions, wa = (t) => t.formSubmissionAttachmentReducer.instances,
|
|
1726
|
+
} = va.actions, wa = (t) => t.formSubmissionAttachmentReducer.instances, Tu = y(
|
|
1725
1727
|
m(
|
|
1726
1728
|
[
|
|
1727
1729
|
wa,
|
|
@@ -1734,14 +1736,14 @@ const V = O(
|
|
|
1734
1736
|
);
|
|
1735
1737
|
}
|
|
1736
1738
|
)
|
|
1737
|
-
),
|
|
1739
|
+
), Fu = y(
|
|
1738
1740
|
m(
|
|
1739
1741
|
[wa, (t, e) => e],
|
|
1740
1742
|
(t, e) => b(
|
|
1741
1743
|
Object.values(t).filter((s) => s.form_submission === e)
|
|
1742
1744
|
)
|
|
1743
1745
|
)
|
|
1744
|
-
),
|
|
1746
|
+
), Ou = va.reducer, Ae = O(
|
|
1745
1747
|
(t) => t.uuid
|
|
1746
1748
|
), gi = Ae.getInitialState({}), ka = P({
|
|
1747
1749
|
name: "formSubmissions",
|
|
@@ -1762,19 +1764,19 @@ const V = O(
|
|
|
1762
1764
|
deleteFormSubmissions: Ae.deleteMany
|
|
1763
1765
|
}
|
|
1764
1766
|
}), {
|
|
1765
|
-
initializeFormSubmissions:
|
|
1767
|
+
initializeFormSubmissions: Ru,
|
|
1766
1768
|
setFormSubmission: St,
|
|
1767
|
-
setFormSubmissions:
|
|
1769
|
+
setFormSubmissions: Ky,
|
|
1768
1770
|
addFormSubmission: Si,
|
|
1769
1771
|
addFormSubmissions: Wt,
|
|
1770
|
-
updateFormSubmission:
|
|
1771
|
-
updateFormSubmissions:
|
|
1772
|
+
updateFormSubmission: Iu,
|
|
1773
|
+
updateFormSubmissions: Yy,
|
|
1772
1774
|
deleteFormSubmission: _i,
|
|
1773
1775
|
deleteFormSubmissions: Kt
|
|
1774
1776
|
} = ka.actions, Ea = (t) => t.formSubmissionReducer.instances, qa = m(
|
|
1775
1777
|
[Ea],
|
|
1776
1778
|
(t) => Object.values(t)
|
|
1777
|
-
), Pi = (t) => (e) => e.formSubmissionReducer.instances[t],
|
|
1779
|
+
), Pi = (t) => (e) => e.formSubmissionReducer.instances[t], vu = y(
|
|
1778
1780
|
m(
|
|
1779
1781
|
[
|
|
1780
1782
|
Ea,
|
|
@@ -1790,17 +1792,17 @@ const V = O(
|
|
|
1790
1792
|
);
|
|
1791
1793
|
}
|
|
1792
1794
|
)
|
|
1793
|
-
),
|
|
1795
|
+
), wu = y(
|
|
1794
1796
|
m(
|
|
1795
1797
|
[qa, (t, e) => e],
|
|
1796
1798
|
(t, e) => Object.values(t).filter((s) => s.issue === e)
|
|
1797
1799
|
)
|
|
1798
|
-
),
|
|
1800
|
+
), ku = y(
|
|
1799
1801
|
m(
|
|
1800
1802
|
[qa, (t, e) => e],
|
|
1801
1803
|
(t, e) => t.filter((s) => s.asset === e)
|
|
1802
1804
|
)
|
|
1803
|
-
),
|
|
1805
|
+
), Eu = ka.reducer, fe = O((t) => t.uuid), Ti = fe.getInitialState({}), ja = P({
|
|
1804
1806
|
name: "geoImages",
|
|
1805
1807
|
initialState: Ti,
|
|
1806
1808
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1819,18 +1821,18 @@ const V = O(
|
|
|
1819
1821
|
deleteGeoImages: fe.deleteMany
|
|
1820
1822
|
}
|
|
1821
1823
|
}), {
|
|
1822
|
-
initializeGeoImages:
|
|
1824
|
+
initializeGeoImages: qu,
|
|
1823
1825
|
setGeoImage: dt,
|
|
1824
|
-
setGeoImages:
|
|
1825
|
-
addGeoImage:
|
|
1826
|
-
addGeoImages:
|
|
1827
|
-
updateGeoImage:
|
|
1828
|
-
updateGeoImages:
|
|
1826
|
+
setGeoImages: ju,
|
|
1827
|
+
addGeoImage: Mu,
|
|
1828
|
+
addGeoImages: zu,
|
|
1829
|
+
updateGeoImage: Du,
|
|
1830
|
+
updateGeoImages: Jy,
|
|
1829
1831
|
deleteGeoImage: Fi,
|
|
1830
|
-
deleteGeoImages:
|
|
1831
|
-
} = ja.actions,
|
|
1832
|
-
m([
|
|
1833
|
-
),
|
|
1832
|
+
deleteGeoImages: xu
|
|
1833
|
+
} = ja.actions, Uu = (t) => t.geoImageReducer.instances, Vu = m([Uu], (t) => Object.values(t)), Oi = (t) => (e) => e.geoImageReducer.instances[t], Zy = y(
|
|
1834
|
+
m([Vu, (t, e) => e], (t, e) => b(t.filter((s) => s.project === e)))
|
|
1835
|
+
), Cu = ja.reducer, ye = O(
|
|
1834
1836
|
(t) => t.uuid
|
|
1835
1837
|
), Ri = ye.getInitialState({}), Ma = P({
|
|
1836
1838
|
name: "issueAssociations",
|
|
@@ -1851,33 +1853,33 @@ const V = O(
|
|
|
1851
1853
|
deleteIssueAssociations: ye.deleteMany
|
|
1852
1854
|
}
|
|
1853
1855
|
}), {
|
|
1854
|
-
initializeIssueAssociations:
|
|
1855
|
-
setIssueAssociations:
|
|
1856
|
-
setIssueAssociation:
|
|
1857
|
-
updateIssueAssociation:
|
|
1858
|
-
updateIssueAssociations:
|
|
1856
|
+
initializeIssueAssociations: $u,
|
|
1857
|
+
setIssueAssociations: Qy,
|
|
1858
|
+
setIssueAssociation: Xy,
|
|
1859
|
+
updateIssueAssociation: Gu,
|
|
1860
|
+
updateIssueAssociations: eb,
|
|
1859
1861
|
addIssueAssociation: Ii,
|
|
1860
1862
|
addIssueAssociations: za,
|
|
1861
1863
|
deleteIssueAssociation: vi,
|
|
1862
1864
|
deleteIssueAssociations: Da
|
|
1863
|
-
} = Ma.actions, ft = (t) => t.issueAssociationReducer.instances,
|
|
1865
|
+
} = Ma.actions, ft = (t) => t.issueAssociationReducer.instances, tb = m([ft], (t) => Object.values(t)), Bu = (t) => (e) => e.issueAssociationReducer.instances[t], Lu = y(
|
|
1864
1866
|
m(
|
|
1865
1867
|
[ft, (t, e) => e],
|
|
1866
1868
|
(t, e) => b(
|
|
1867
1869
|
Object.values(t).filter((s) => s.associated_issue === e)
|
|
1868
1870
|
)
|
|
1869
1871
|
)
|
|
1870
|
-
),
|
|
1872
|
+
), Nu = y(
|
|
1871
1873
|
m(
|
|
1872
1874
|
[ft, (t, e) => e],
|
|
1873
1875
|
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
1874
1876
|
)
|
|
1875
|
-
),
|
|
1877
|
+
), Hu = y(
|
|
1876
1878
|
m(
|
|
1877
1879
|
[ft, (t, e) => e],
|
|
1878
1880
|
(t, e) => b(Object.values(t).filter((s) => s.asset === e))
|
|
1879
1881
|
)
|
|
1880
|
-
),
|
|
1882
|
+
), Wu = Ma.reducer, be = O(
|
|
1881
1883
|
(t) => t.uuid
|
|
1882
1884
|
), wi = be.getInitialState({}), xa = P({
|
|
1883
1885
|
name: "issueAttachments",
|
|
@@ -1899,23 +1901,23 @@ const V = O(
|
|
|
1899
1901
|
}
|
|
1900
1902
|
}), {
|
|
1901
1903
|
initializeIssueAttachments: ki,
|
|
1902
|
-
addIssueAttachment:
|
|
1904
|
+
addIssueAttachment: sb,
|
|
1903
1905
|
addIssueAttachments: Ua,
|
|
1904
|
-
setIssueAttachment:
|
|
1905
|
-
setIssueAttachments:
|
|
1906
|
-
updateIssueAttachment:
|
|
1907
|
-
updateIssueAttachments:
|
|
1908
|
-
deleteIssueAttachment:
|
|
1906
|
+
setIssueAttachment: Ku,
|
|
1907
|
+
setIssueAttachments: ib,
|
|
1908
|
+
updateIssueAttachment: nb,
|
|
1909
|
+
updateIssueAttachments: Yu,
|
|
1910
|
+
deleteIssueAttachment: Ju,
|
|
1909
1911
|
deleteIssueAttachments: Va
|
|
1910
|
-
} = xa.actions,
|
|
1911
|
-
[
|
|
1912
|
+
} = xa.actions, Zu = (t) => t.issueAttachmentReducer.instances, Qu = m(
|
|
1913
|
+
[Zu],
|
|
1912
1914
|
(t) => Object.values(t)
|
|
1913
|
-
),
|
|
1915
|
+
), Xu = y(
|
|
1914
1916
|
m(
|
|
1915
|
-
[
|
|
1917
|
+
[Qu, (t, e) => e],
|
|
1916
1918
|
(t, e) => b(t.filter(({ issue: s }) => e === s))
|
|
1917
1919
|
)
|
|
1918
|
-
),
|
|
1920
|
+
), el = (t) => (e) => e.issueAttachmentReducer.instances[t], tl = xa.reducer, ge = O((t) => t.uuid), Ei = ge.getInitialState({}), Ca = P({
|
|
1919
1921
|
name: "issueCommentAttachments",
|
|
1920
1922
|
initialState: Ei,
|
|
1921
1923
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1935,26 +1937,26 @@ const V = O(
|
|
|
1935
1937
|
}
|
|
1936
1938
|
}), {
|
|
1937
1939
|
initializeIssueCommentAttachments: qi,
|
|
1938
|
-
addIssueCommentAttachment:
|
|
1939
|
-
addIssueCommentAttachments:
|
|
1940
|
-
setIssueCommentAttachment:
|
|
1941
|
-
setIssueCommentAttachments:
|
|
1942
|
-
updateIssueCommentAttachment:
|
|
1943
|
-
updateIssueCommentAttachments:
|
|
1944
|
-
deleteIssueCommentAttachment:
|
|
1945
|
-
deleteIssueCommentAttachments:
|
|
1946
|
-
} = Ca.actions,
|
|
1947
|
-
[
|
|
1940
|
+
addIssueCommentAttachment: ab,
|
|
1941
|
+
addIssueCommentAttachments: sl,
|
|
1942
|
+
setIssueCommentAttachment: il,
|
|
1943
|
+
setIssueCommentAttachments: cb,
|
|
1944
|
+
updateIssueCommentAttachment: rb,
|
|
1945
|
+
updateIssueCommentAttachments: nl,
|
|
1946
|
+
deleteIssueCommentAttachment: al,
|
|
1947
|
+
deleteIssueCommentAttachments: cl
|
|
1948
|
+
} = Ca.actions, rl = (t) => t.issueCommentAttachmentReducer.instances, ol = m(
|
|
1949
|
+
[rl],
|
|
1948
1950
|
(t) => Object.values(t)
|
|
1949
|
-
),
|
|
1951
|
+
), dl = (t) => (e) => e.issueCommentAttachmentReducer.instances[t], ob = y(
|
|
1950
1952
|
m(
|
|
1951
1953
|
[
|
|
1952
|
-
|
|
1954
|
+
ol,
|
|
1953
1955
|
(t, e) => e
|
|
1954
1956
|
],
|
|
1955
1957
|
(t, e) => b(t.filter(({ issue_comment: s }) => e === s))
|
|
1956
1958
|
)
|
|
1957
|
-
),
|
|
1959
|
+
), ul = Ca.reducer, Se = O((t) => t.uuid), ji = Se.getInitialState({}), $a = P({
|
|
1958
1960
|
name: "issueComments",
|
|
1959
1961
|
initialState: ji,
|
|
1960
1962
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1973,21 +1975,21 @@ const V = O(
|
|
|
1973
1975
|
deleteIssueComments: Se.deleteMany
|
|
1974
1976
|
}
|
|
1975
1977
|
}), {
|
|
1976
|
-
initializeIssueComments:
|
|
1978
|
+
initializeIssueComments: db,
|
|
1977
1979
|
addIssueComment: Mi,
|
|
1978
|
-
addIssueComments:
|
|
1980
|
+
addIssueComments: ub,
|
|
1979
1981
|
setIssueComment: zi,
|
|
1980
|
-
setIssueComments:
|
|
1981
|
-
updateIssueComment:
|
|
1982
|
-
updateIssueComments:
|
|
1982
|
+
setIssueComments: ll,
|
|
1983
|
+
updateIssueComment: lb,
|
|
1984
|
+
updateIssueComments: hb,
|
|
1983
1985
|
deleteIssueComment: Di,
|
|
1984
|
-
deleteIssueComments:
|
|
1985
|
-
} = $a.actions,
|
|
1986
|
+
deleteIssueComments: pb
|
|
1987
|
+
} = $a.actions, hl = (t) => t.issueCommentReducer.instances, xi = (t) => (e) => e.issueCommentReducer.instances[t], mb = y(
|
|
1986
1988
|
m(
|
|
1987
|
-
[
|
|
1989
|
+
[hl, (t, e) => e],
|
|
1988
1990
|
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
1989
1991
|
)
|
|
1990
|
-
),
|
|
1992
|
+
), pl = $a.reducer, _e = O((t) => t.uuid), Ui = _e.getInitialState({}), Ga = P({
|
|
1991
1993
|
name: "issues",
|
|
1992
1994
|
initialState: Ui,
|
|
1993
1995
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2006,17 +2008,17 @@ const V = O(
|
|
|
2006
2008
|
deleteIssues: _e.deleteMany
|
|
2007
2009
|
}
|
|
2008
2010
|
}), {
|
|
2009
|
-
initializeIssues:
|
|
2011
|
+
initializeIssues: ml,
|
|
2010
2012
|
addIssue: Vi,
|
|
2011
|
-
addIssues:
|
|
2012
|
-
setIssue:
|
|
2013
|
-
setIssues:
|
|
2013
|
+
addIssues: Al,
|
|
2014
|
+
setIssue: Ab,
|
|
2015
|
+
setIssues: fb,
|
|
2014
2016
|
updateIssue: _t,
|
|
2015
|
-
updateIssues:
|
|
2017
|
+
updateIssues: yb,
|
|
2016
2018
|
deleteIssue: Ci,
|
|
2017
|
-
deleteIssues:
|
|
2018
|
-
} = Ga.actions,
|
|
2019
|
-
m([
|
|
2019
|
+
deleteIssues: fl
|
|
2020
|
+
} = Ga.actions, yl = (t) => t.issueReducer.instances, $i = (t) => (e) => e.issueReducer.instances[t], bb = y(
|
|
2021
|
+
m([yl, (t, e) => e], (t, e) => {
|
|
2020
2022
|
const s = [];
|
|
2021
2023
|
for (const i of e) {
|
|
2022
2024
|
const n = t[i];
|
|
@@ -2024,7 +2026,7 @@ const V = O(
|
|
|
2024
2026
|
}
|
|
2025
2027
|
return b(s);
|
|
2026
2028
|
})
|
|
2027
|
-
),
|
|
2029
|
+
), bl = Ga.reducer, Pe = O(
|
|
2028
2030
|
(t) => t.uuid
|
|
2029
2031
|
), Gi = Pe.getInitialState({}), Ba = P({
|
|
2030
2032
|
name: "issueTypeAttachments",
|
|
@@ -2046,23 +2048,23 @@ const V = O(
|
|
|
2046
2048
|
}
|
|
2047
2049
|
}), {
|
|
2048
2050
|
initializeIssueTypeAttachments: Bi,
|
|
2049
|
-
addIssueTypeAttachment:
|
|
2050
|
-
addIssueTypeAttachments:
|
|
2051
|
-
setIssueTypeAttachment:
|
|
2052
|
-
setIssueTypeAttachments:
|
|
2053
|
-
updateIssueTypeAttachment:
|
|
2054
|
-
updateIssueTypeAttachments:
|
|
2055
|
-
deleteIssueTypeAttachment:
|
|
2056
|
-
deleteIssueTypeAttachments:
|
|
2057
|
-
} = Ba.actions,
|
|
2058
|
-
[
|
|
2051
|
+
addIssueTypeAttachment: gb,
|
|
2052
|
+
addIssueTypeAttachments: gl,
|
|
2053
|
+
setIssueTypeAttachment: Sl,
|
|
2054
|
+
setIssueTypeAttachments: Sb,
|
|
2055
|
+
updateIssueTypeAttachment: _b,
|
|
2056
|
+
updateIssueTypeAttachments: _l,
|
|
2057
|
+
deleteIssueTypeAttachment: Pl,
|
|
2058
|
+
deleteIssueTypeAttachments: Tl
|
|
2059
|
+
} = Ba.actions, Fl = (t) => t.issueTypeAttachmentReducer.instances, Ol = m(
|
|
2060
|
+
[Fl],
|
|
2059
2061
|
(t) => Object.values(t)
|
|
2060
|
-
),
|
|
2062
|
+
), Rl = (t) => (e) => e.issueTypeAttachmentReducer.instances[t], Pb = y(
|
|
2061
2063
|
m(
|
|
2062
|
-
[
|
|
2064
|
+
[Ol, (t, e) => e],
|
|
2063
2065
|
(t, e) => b(t.filter(({ issue_type: s }) => e === s))
|
|
2064
2066
|
)
|
|
2065
|
-
),
|
|
2067
|
+
), Il = Ba.reducer, Te = O((t) => t.uuid), Li = Te.getInitialState({}), La = P({
|
|
2066
2068
|
name: "issueTypeFieldsAttachments",
|
|
2067
2069
|
initialState: Li,
|
|
2068
2070
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2081,26 +2083,26 @@ const V = O(
|
|
|
2081
2083
|
deleteIssueTypeFieldsAttachments: Te.deleteMany
|
|
2082
2084
|
}
|
|
2083
2085
|
}), {
|
|
2084
|
-
initializeIssueTypeFieldsAttachments:
|
|
2085
|
-
addIssueTypeFieldsAttachment:
|
|
2086
|
-
addIssueTypeFieldsAttachments:
|
|
2087
|
-
setIssueTypeFieldsAttachment:
|
|
2088
|
-
setIssueTypeFieldsAttachments:
|
|
2089
|
-
updateIssueTypeFieldsAttachment:
|
|
2090
|
-
updateIssueTypeFieldsAttachments:
|
|
2091
|
-
deleteIssueTypeFieldsAttachment:
|
|
2092
|
-
deleteIssueTypeFieldsAttachments:
|
|
2093
|
-
} = La.actions,
|
|
2094
|
-
[
|
|
2086
|
+
initializeIssueTypeFieldsAttachments: vl,
|
|
2087
|
+
addIssueTypeFieldsAttachment: Tb,
|
|
2088
|
+
addIssueTypeFieldsAttachments: wl,
|
|
2089
|
+
setIssueTypeFieldsAttachment: Fb,
|
|
2090
|
+
setIssueTypeFieldsAttachments: Ob,
|
|
2091
|
+
updateIssueTypeFieldsAttachment: Rb,
|
|
2092
|
+
updateIssueTypeFieldsAttachments: kl,
|
|
2093
|
+
deleteIssueTypeFieldsAttachment: Ib,
|
|
2094
|
+
deleteIssueTypeFieldsAttachments: El
|
|
2095
|
+
} = La.actions, ql = (t) => t.issueTypeFieldsAttachmentReducer.instances, jl = m(
|
|
2096
|
+
[ql],
|
|
2095
2097
|
(t) => Object.values(t)
|
|
2096
|
-
),
|
|
2098
|
+
), vb = y(
|
|
2097
2099
|
m(
|
|
2098
|
-
[
|
|
2100
|
+
[jl, (t, e) => e],
|
|
2099
2101
|
(t, e) => b(
|
|
2100
2102
|
t.filter((s) => s.fields_revision === e)
|
|
2101
2103
|
)
|
|
2102
2104
|
)
|
|
2103
|
-
),
|
|
2105
|
+
), wb = (t) => (e) => e.issueTypeFieldsAttachmentReducer.instances[t], Ml = La.reducer, Fe = O(
|
|
2104
2106
|
(t) => t.uuid
|
|
2105
2107
|
), Ni = Fe.getInitialState({}), Na = P({
|
|
2106
2108
|
name: "issueTypeFieldValues",
|
|
@@ -2121,18 +2123,18 @@ const V = O(
|
|
|
2121
2123
|
deleteIssueTypeFieldValuesMany: Fe.deleteMany
|
|
2122
2124
|
}
|
|
2123
2125
|
}), {
|
|
2124
|
-
initializeIssueTypeFieldValues:
|
|
2126
|
+
initializeIssueTypeFieldValues: zl,
|
|
2125
2127
|
addIssueTypeFieldValues: Hi,
|
|
2126
|
-
addIssueTypeFieldValuesMany:
|
|
2127
|
-
setIssueTypeFieldValues:
|
|
2128
|
-
setIssueTypeFieldValuesMany:
|
|
2128
|
+
addIssueTypeFieldValuesMany: kb,
|
|
2129
|
+
setIssueTypeFieldValues: Eb,
|
|
2130
|
+
setIssueTypeFieldValuesMany: qb,
|
|
2129
2131
|
updateIssueTypeFieldValues: ut,
|
|
2130
|
-
updateIssueTypeFieldValuesMany:
|
|
2132
|
+
updateIssueTypeFieldValuesMany: jb,
|
|
2131
2133
|
deleteIssueTypeFieldValues: Wi,
|
|
2132
|
-
deleteIssueTypeFieldValuesMany:
|
|
2133
|
-
} = Na.actions,
|
|
2134
|
+
deleteIssueTypeFieldValuesMany: Mb
|
|
2135
|
+
} = Na.actions, Dl = (t) => t.issueTypeFieldValuesReducer.instances, Ha = m([Dl], (t) => Object.values(t)), zb = y(
|
|
2134
2136
|
m([Ha, (t, e) => e], (t, e) => b(t.filter((s) => s.issue === e)))
|
|
2135
|
-
), Ki = (t) => (e) => e.issueTypeFieldValuesReducer.instances[t],
|
|
2137
|
+
), Ki = (t) => (e) => e.issueTypeFieldValuesReducer.instances[t], xl = Na.reducer, Oe = O(
|
|
2136
2138
|
(t) => t.uuid
|
|
2137
2139
|
), Yi = Oe.getInitialState({}), Wa = P({
|
|
2138
2140
|
name: "issueTypeFields",
|
|
@@ -2153,20 +2155,20 @@ const V = O(
|
|
|
2153
2155
|
deleteIssueTypeFieldsMany: Oe.deleteMany
|
|
2154
2156
|
}
|
|
2155
2157
|
}), {
|
|
2156
|
-
initializeIssueTypeFields:
|
|
2157
|
-
addIssueTypeFields:
|
|
2158
|
-
addIssueTypeFieldsMany:
|
|
2159
|
-
setIssueTypeFields:
|
|
2160
|
-
setIssueTypeFieldsMany:
|
|
2161
|
-
updateIssueTypeFields:
|
|
2162
|
-
updateIssueTypeFieldsMany:
|
|
2163
|
-
deleteIssueTypeFields:
|
|
2164
|
-
deleteIssueTypeFieldsMany:
|
|
2165
|
-
} = Wa.actions,
|
|
2158
|
+
initializeIssueTypeFields: Ul,
|
|
2159
|
+
addIssueTypeFields: Vl,
|
|
2160
|
+
addIssueTypeFieldsMany: Db,
|
|
2161
|
+
setIssueTypeFields: xb,
|
|
2162
|
+
setIssueTypeFieldsMany: Ub,
|
|
2163
|
+
updateIssueTypeFields: Cl,
|
|
2164
|
+
updateIssueTypeFieldsMany: Vb,
|
|
2165
|
+
deleteIssueTypeFields: $l,
|
|
2166
|
+
deleteIssueTypeFieldsMany: Cb
|
|
2167
|
+
} = Wa.actions, Gl = (t) => t.issueTypeFieldsReducer.instances, Yt = m([Gl], (t) => Object.values(t)), $b = y(
|
|
2166
2168
|
m([Yt, (t, e) => e], (t, e) => b(t.filter((s) => s.issue_type === e)))
|
|
2167
|
-
), $b = y(
|
|
2168
|
-
m([Yt, (t, e) => e], (t, e) => t.filter((s) => s.issue_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
2169
2169
|
), Gb = y(
|
|
2170
|
+
m([Yt, (t, e) => e], (t, e) => t.filter((s) => s.issue_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
2171
|
+
), Bb = y(
|
|
2170
2172
|
m(
|
|
2171
2173
|
[Yt, Ha, (t, e) => e],
|
|
2172
2174
|
(t, e, s) => {
|
|
@@ -2176,7 +2178,7 @@ const V = O(
|
|
|
2176
2178
|
return b(e.filter((n) => i.has(n.fields_revision)));
|
|
2177
2179
|
}
|
|
2178
2180
|
)
|
|
2179
|
-
),
|
|
2181
|
+
), Lb = (t) => (e) => e.issueTypeFieldsReducer.instances[t], Bl = Wa.reducer, Re = O((t) => t.uuid), Ji = Re.getInitialState({}), Ka = P({
|
|
2180
2182
|
name: "issueTypeFieldValuesAttachments",
|
|
2181
2183
|
initialState: Ji,
|
|
2182
2184
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2195,19 +2197,19 @@ const V = O(
|
|
|
2195
2197
|
deleteIssueTypeFieldValuesAttachments: Re.deleteMany
|
|
2196
2198
|
}
|
|
2197
2199
|
}), {
|
|
2198
|
-
initializeIssueTypeFieldValuesAttachments:
|
|
2199
|
-
addIssueTypeFieldValuesAttachment:
|
|
2200
|
+
initializeIssueTypeFieldValuesAttachments: Ll,
|
|
2201
|
+
addIssueTypeFieldValuesAttachment: Nb,
|
|
2200
2202
|
addIssueTypeFieldValuesAttachments: xt,
|
|
2201
|
-
setIssueTypeFieldValuesAttachment:
|
|
2202
|
-
setIssueTypeFieldValuesAttachments:
|
|
2203
|
-
updateIssueTypeFieldValuesAttachment:
|
|
2204
|
-
updateIssueTypeFieldValuesAttachments:
|
|
2205
|
-
deleteIssueTypeFieldValuesAttachment:
|
|
2203
|
+
setIssueTypeFieldValuesAttachment: Hb,
|
|
2204
|
+
setIssueTypeFieldValuesAttachments: Wb,
|
|
2205
|
+
updateIssueTypeFieldValuesAttachment: Kb,
|
|
2206
|
+
updateIssueTypeFieldValuesAttachments: Nl,
|
|
2207
|
+
deleteIssueTypeFieldValuesAttachment: Yb,
|
|
2206
2208
|
deleteIssueTypeFieldValuesAttachments: Ut
|
|
2207
|
-
} = Ka.actions, Ya = (t) => t.issueTypeFieldValuesAttachmentReducer.instances,
|
|
2209
|
+
} = Ka.actions, Ya = (t) => t.issueTypeFieldValuesAttachmentReducer.instances, Hl = m(
|
|
2208
2210
|
[Ya],
|
|
2209
2211
|
(t) => Object.values(t)
|
|
2210
|
-
),
|
|
2212
|
+
), Jb = (t) => (e) => e.issueTypeFieldValuesAttachmentReducer.instances[t], Wl = y(
|
|
2211
2213
|
m(
|
|
2212
2214
|
[
|
|
2213
2215
|
Ya,
|
|
@@ -2220,12 +2222,12 @@ const V = O(
|
|
|
2220
2222
|
);
|
|
2221
2223
|
}
|
|
2222
2224
|
)
|
|
2223
|
-
),
|
|
2225
|
+
), Kl = y(
|
|
2224
2226
|
m(
|
|
2225
|
-
[
|
|
2227
|
+
[Hl, (t, e) => e],
|
|
2226
2228
|
(t, e) => b(t.filter((s) => s.field_values === e))
|
|
2227
2229
|
)
|
|
2228
|
-
),
|
|
2230
|
+
), Yl = Ka.reducer, D = O((t) => t.uuid), Zi = D.getInitialState({}), Ja = P({
|
|
2229
2231
|
name: "issueTypes",
|
|
2230
2232
|
initialState: Zi,
|
|
2231
2233
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2245,29 +2247,29 @@ const V = O(
|
|
|
2245
2247
|
removeIssueType: D.deleteOne
|
|
2246
2248
|
}
|
|
2247
2249
|
}), {
|
|
2248
|
-
initializeIssueTypes:
|
|
2249
|
-
addIssueType:
|
|
2250
|
-
addIssueTypes:
|
|
2250
|
+
initializeIssueTypes: Jl,
|
|
2251
|
+
addIssueType: Zl,
|
|
2252
|
+
addIssueTypes: Zb,
|
|
2251
2253
|
setIssueType: lt,
|
|
2252
|
-
setIssueTypes:
|
|
2253
|
-
updateIssueType:
|
|
2254
|
-
updateIssueTypes:
|
|
2255
|
-
deleteIssueType:
|
|
2256
|
-
deleteIssueTypes:
|
|
2254
|
+
setIssueTypes: Qb,
|
|
2255
|
+
updateIssueType: Ql,
|
|
2256
|
+
updateIssueTypes: Xb,
|
|
2257
|
+
deleteIssueType: eg,
|
|
2258
|
+
deleteIssueTypes: tg,
|
|
2257
2259
|
removeIssueType: Qi
|
|
2258
|
-
} = Ja.actions,
|
|
2259
|
-
|
|
2260
|
+
} = Ja.actions, Xl = (t) => t.issueTypeReducer.instances, eh = m(
|
|
2261
|
+
Xl,
|
|
2260
2262
|
(t) => Object.values(t)
|
|
2261
|
-
), Xi = (t) => (e) => e.issueTypeReducer.instances[t],
|
|
2263
|
+
), Xi = (t) => (e) => e.issueTypeReducer.instances[t], sg = (t) => (e) => {
|
|
2262
2264
|
const s = [];
|
|
2263
2265
|
for (const i of t) {
|
|
2264
2266
|
const n = e.issueTypeReducer.instances[i];
|
|
2265
2267
|
n ? s.push(n) : console.warn("selectIssueTypesByIds: No issue type exists with the id", i);
|
|
2266
2268
|
}
|
|
2267
2269
|
return s;
|
|
2268
|
-
},
|
|
2270
|
+
}, ig = y(
|
|
2269
2271
|
m(
|
|
2270
|
-
[
|
|
2272
|
+
[eh, (t, e) => e],
|
|
2271
2273
|
(t, e) => b(t.filter((s) => s.organization === e))
|
|
2272
2274
|
)
|
|
2273
2275
|
), Za = y(
|
|
@@ -2277,7 +2279,7 @@ const V = O(
|
|
|
2277
2279
|
Object.values(t).filter((s) => s.issue_type === e)
|
|
2278
2280
|
)
|
|
2279
2281
|
)
|
|
2280
|
-
),
|
|
2282
|
+
), ng = (t) => (e) => Za(t)(e).length, th = Ja.reducer, Ie = O(
|
|
2281
2283
|
(t) => t.uuid
|
|
2282
2284
|
), en = Ie.getInitialState({}), Qa = P({
|
|
2283
2285
|
name: "issueUpdates",
|
|
@@ -2298,21 +2300,21 @@ const V = O(
|
|
|
2298
2300
|
deleteIssueUpdates: Ie.deleteMany
|
|
2299
2301
|
}
|
|
2300
2302
|
}), {
|
|
2301
|
-
initializeIssueUpdates:
|
|
2302
|
-
addIssueUpdate:
|
|
2303
|
-
addIssueUpdates:
|
|
2304
|
-
setIssueUpdate:
|
|
2305
|
-
setIssueUpdates:
|
|
2306
|
-
updateIssueUpdate:
|
|
2307
|
-
updateIssueUpdates:
|
|
2308
|
-
deleteIssueUpdate:
|
|
2309
|
-
deleteIssueUpdates:
|
|
2310
|
-
} = Qa.actions,
|
|
2303
|
+
initializeIssueUpdates: sh,
|
|
2304
|
+
addIssueUpdate: ih,
|
|
2305
|
+
addIssueUpdates: nh,
|
|
2306
|
+
setIssueUpdate: ag,
|
|
2307
|
+
setIssueUpdates: cg,
|
|
2308
|
+
updateIssueUpdate: rg,
|
|
2309
|
+
updateIssueUpdates: og,
|
|
2310
|
+
deleteIssueUpdate: ah,
|
|
2311
|
+
deleteIssueUpdates: ch
|
|
2312
|
+
} = Qa.actions, rh = (t) => t.issueUpdateReducer.instances, oh = y(
|
|
2311
2313
|
m(
|
|
2312
|
-
[
|
|
2314
|
+
[rh, (t, e) => e],
|
|
2313
2315
|
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
2314
2316
|
)
|
|
2315
|
-
),
|
|
2317
|
+
), dh = Qa.reducer, ve = O((t) => t.id), tn = ve.getInitialState({
|
|
2316
2318
|
currentUser: null
|
|
2317
2319
|
}), Xa = P({
|
|
2318
2320
|
name: "users",
|
|
@@ -2344,18 +2346,18 @@ const V = O(
|
|
|
2344
2346
|
}
|
|
2345
2347
|
}
|
|
2346
2348
|
}), {
|
|
2347
|
-
initializeUsers:
|
|
2348
|
-
setUsers:
|
|
2349
|
-
setUser:
|
|
2350
|
-
addUsers:
|
|
2351
|
-
addUser:
|
|
2352
|
-
updateUsers:
|
|
2353
|
-
updateUser:
|
|
2354
|
-
deleteUser:
|
|
2355
|
-
deleteUsers:
|
|
2356
|
-
setCurrentUser:
|
|
2357
|
-
setProfilePicture:
|
|
2358
|
-
} = Xa.actions,
|
|
2349
|
+
initializeUsers: uh,
|
|
2350
|
+
setUsers: dg,
|
|
2351
|
+
setUser: ug,
|
|
2352
|
+
addUsers: lg,
|
|
2353
|
+
addUser: lh,
|
|
2354
|
+
updateUsers: hg,
|
|
2355
|
+
updateUser: pg,
|
|
2356
|
+
deleteUser: hh,
|
|
2357
|
+
deleteUsers: mg,
|
|
2358
|
+
setCurrentUser: Ag,
|
|
2359
|
+
setProfilePicture: fg
|
|
2360
|
+
} = Xa.actions, ph = Xa.reducer, mh = (t) => t.userReducer.currentUser, Qe = (t) => t.userReducer.instances, Ah = (t) => (e) => e.userReducer.instances[t], yg = y(
|
|
2359
2361
|
m([Qe, (t, e) => e], (t, e) => {
|
|
2360
2362
|
const s = [];
|
|
2361
2363
|
for (const i of e) {
|
|
@@ -2385,31 +2387,28 @@ const V = O(
|
|
|
2385
2387
|
deleteOrganizationAccesses: we.deleteMany
|
|
2386
2388
|
}
|
|
2387
2389
|
}), {
|
|
2388
|
-
initializeOrganizationAccesses:
|
|
2389
|
-
addOrganizationAccess:
|
|
2390
|
-
addOrganizationAccesses:
|
|
2391
|
-
setOrganizationAccess:
|
|
2392
|
-
setOrganizationAccesses:
|
|
2390
|
+
initializeOrganizationAccesses: fh,
|
|
2391
|
+
addOrganizationAccess: yh,
|
|
2392
|
+
addOrganizationAccesses: bg,
|
|
2393
|
+
setOrganizationAccess: gg,
|
|
2394
|
+
setOrganizationAccesses: Sg,
|
|
2393
2395
|
updateOrganizationAccess: Pt,
|
|
2394
|
-
updateOrganizationAccesses:
|
|
2395
|
-
deleteOrganizationAccess:
|
|
2396
|
-
deleteOrganizationAccesses:
|
|
2397
|
-
} = ec.actions, yt = (t) => t.organizationAccessReducer.instances, nn = (t) => (e) => e.organizationAccessReducer.instances[t],
|
|
2396
|
+
updateOrganizationAccesses: _g,
|
|
2397
|
+
deleteOrganizationAccess: bh,
|
|
2398
|
+
deleteOrganizationAccesses: Pg
|
|
2399
|
+
} = ec.actions, yt = (t) => t.organizationAccessReducer.instances, nn = (t) => (e) => e.organizationAccessReducer.instances[t], Tg = y(
|
|
2398
2400
|
m([yt, (t, e) => e], (t, e) => Object.values(t).find((s) => s.user === e))
|
|
2399
|
-
),
|
|
2400
|
-
[
|
|
2401
|
+
), Fg = m(
|
|
2402
|
+
[mh, yt],
|
|
2401
2403
|
(t, e) => Object.values(e).find(
|
|
2402
2404
|
(i) => i.user === (t == null ? void 0 : t.id)
|
|
2403
2405
|
) ?? null
|
|
2404
|
-
),
|
|
2405
|
-
|
|
2406
|
-
(t)
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
return Ze(e);
|
|
2411
|
-
}
|
|
2412
|
-
), gh = ec.reducer, ke = O(
|
|
2406
|
+
), gh = m([yt], (t) => {
|
|
2407
|
+
const e = {};
|
|
2408
|
+
for (const s of Object.values(t))
|
|
2409
|
+
e[s.user] = s;
|
|
2410
|
+
return Ze(e);
|
|
2411
|
+
}), Sh = ec.reducer, ke = O(
|
|
2413
2412
|
(t) => t.uuid
|
|
2414
2413
|
), an = ke.getInitialState({}), tc = P({
|
|
2415
2414
|
name: "projectAccess",
|
|
@@ -2430,28 +2429,28 @@ const V = O(
|
|
|
2430
2429
|
deleteProjectAccesses: ke.deleteMany
|
|
2431
2430
|
}
|
|
2432
2431
|
}), {
|
|
2433
|
-
initializeProjectAccesses:
|
|
2432
|
+
initializeProjectAccesses: _h,
|
|
2434
2433
|
addProjectAccess: cn,
|
|
2435
|
-
addProjectAccesses:
|
|
2436
|
-
setProjectAccess:
|
|
2437
|
-
setProjectAccesses:
|
|
2434
|
+
addProjectAccesses: Ph,
|
|
2435
|
+
setProjectAccess: Og,
|
|
2436
|
+
setProjectAccesses: Rg,
|
|
2438
2437
|
updateProjectAccess: ht,
|
|
2439
|
-
updateProjectAccesses:
|
|
2438
|
+
updateProjectAccesses: Ig,
|
|
2440
2439
|
deleteProjectAccess: rn,
|
|
2441
|
-
deleteProjectAccesses:
|
|
2442
|
-
} = tc.actions, Xe = (t) => t.projectAccessReducer.instances,
|
|
2440
|
+
deleteProjectAccesses: Th
|
|
2441
|
+
} = tc.actions, Xe = (t) => t.projectAccessReducer.instances, vg = m(
|
|
2443
2442
|
Xe,
|
|
2444
2443
|
(t) => Object.values(t)
|
|
2445
|
-
), on = (t) => (e) => e.projectAccessReducer.instances[t],
|
|
2444
|
+
), on = (t) => (e) => e.projectAccessReducer.instances[t], wg = y(
|
|
2446
2445
|
m([Xe, (t, e) => e], (t, e) => b(Object.values(t).filter((s) => s.user === e)))
|
|
2447
|
-
),
|
|
2446
|
+
), Fh = y(
|
|
2448
2447
|
m(
|
|
2449
2448
|
[Xe, (t, e) => e],
|
|
2450
2449
|
(t, e) => b(
|
|
2451
2450
|
Object.values(t).filter((s) => s.project === e)
|
|
2452
2451
|
)
|
|
2453
2452
|
)
|
|
2454
|
-
),
|
|
2453
|
+
), Oh = m(
|
|
2455
2454
|
[Xe],
|
|
2456
2455
|
(t) => {
|
|
2457
2456
|
const e = {};
|
|
@@ -2459,7 +2458,7 @@ const V = O(
|
|
|
2459
2458
|
e[s.user] = s;
|
|
2460
2459
|
return Ze(e);
|
|
2461
2460
|
}
|
|
2462
|
-
),
|
|
2461
|
+
), Rh = tc.reducer, Ee = O((t) => t.uuid), dn = Ee.getInitialState({}), sc = P({
|
|
2463
2462
|
name: "projects",
|
|
2464
2463
|
initialState: dn,
|
|
2465
2464
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2478,24 +2477,24 @@ const V = O(
|
|
|
2478
2477
|
deleteProjects: Ee.deleteMany
|
|
2479
2478
|
}
|
|
2480
2479
|
}), {
|
|
2481
|
-
initializeProjects:
|
|
2482
|
-
setProjects:
|
|
2483
|
-
setProject:
|
|
2484
|
-
addProjects:
|
|
2485
|
-
addProject:
|
|
2486
|
-
updateProjects:
|
|
2487
|
-
updateProject:
|
|
2480
|
+
initializeProjects: Ih,
|
|
2481
|
+
setProjects: kg,
|
|
2482
|
+
setProject: Eg,
|
|
2483
|
+
addProjects: qg,
|
|
2484
|
+
addProject: vh,
|
|
2485
|
+
updateProjects: jg,
|
|
2486
|
+
updateProject: wh,
|
|
2488
2487
|
deleteProject: un,
|
|
2489
|
-
deleteProjects:
|
|
2490
|
-
} = sc.actions,
|
|
2488
|
+
deleteProjects: Mg
|
|
2489
|
+
} = sc.actions, kh = sc.reducer, ic = (t) => t.projectReducer.instances, zg = m([ic], (t) => b(Object.values(t))), Eh = (t) => (e) => e.projectReducer.instances[t], qh = m(
|
|
2491
2490
|
[Xe],
|
|
2492
2491
|
(t) => Object.values(t).map((e) => e.user)
|
|
2493
|
-
),
|
|
2494
|
-
[
|
|
2492
|
+
), Dg = m(
|
|
2493
|
+
[qh, Qe],
|
|
2495
2494
|
(t, e) => t.reduce((s, i) => ({ ...s, [i]: e[i] }), {})
|
|
2496
|
-
),
|
|
2495
|
+
), xg = y(
|
|
2497
2496
|
m(
|
|
2498
|
-
[Qe,
|
|
2497
|
+
[Qe, Oh, (t, e) => e],
|
|
2499
2498
|
(t, e, s) => b(
|
|
2500
2499
|
Object.values(t).filter((i) => {
|
|
2501
2500
|
const n = e[i.id];
|
|
@@ -2522,38 +2521,38 @@ const V = O(
|
|
|
2522
2521
|
deleteOrganizations: qe.deleteMany
|
|
2523
2522
|
}
|
|
2524
2523
|
}), {
|
|
2525
|
-
initializeOrganizations:
|
|
2526
|
-
setOrganizations:
|
|
2527
|
-
setOrganization:
|
|
2528
|
-
addOrganizations:
|
|
2529
|
-
addOrganization:
|
|
2530
|
-
updateOrganizations:
|
|
2531
|
-
updateOrganization:
|
|
2532
|
-
deleteOrganization:
|
|
2533
|
-
deleteOrganizations:
|
|
2534
|
-
} = nc.actions,
|
|
2535
|
-
[
|
|
2524
|
+
initializeOrganizations: Ug,
|
|
2525
|
+
setOrganizations: jh,
|
|
2526
|
+
setOrganization: Vg,
|
|
2527
|
+
addOrganizations: Cg,
|
|
2528
|
+
addOrganization: $g,
|
|
2529
|
+
updateOrganizations: Gg,
|
|
2530
|
+
updateOrganization: Bg,
|
|
2531
|
+
deleteOrganization: Lg,
|
|
2532
|
+
deleteOrganizations: Ng
|
|
2533
|
+
} = nc.actions, Mh = (t) => t.organizationReducer.instances, zh = m([Mh], (t) => Object.values(t)), Hg = (t) => (e) => e.organizationReducer.instances[t], Wg = m(
|
|
2534
|
+
[zh],
|
|
2536
2535
|
(t) => b(
|
|
2537
2536
|
Object.values(t).filter((e) => e.has_access)
|
|
2538
2537
|
)
|
|
2539
|
-
),
|
|
2538
|
+
), Dh = m(
|
|
2540
2539
|
[yt],
|
|
2541
2540
|
(t) => Object.values(t).map((e) => e.user)
|
|
2542
|
-
),
|
|
2541
|
+
), Kg = y(
|
|
2543
2542
|
m(
|
|
2544
2543
|
[ic, (t, e) => e],
|
|
2545
2544
|
(t, e) => b(
|
|
2546
2545
|
Object.values(t).filter((s) => s.organization_owner === e)
|
|
2547
2546
|
)
|
|
2548
2547
|
)
|
|
2549
|
-
),
|
|
2550
|
-
[
|
|
2548
|
+
), Yg = m(
|
|
2549
|
+
[Dh, Qe],
|
|
2551
2550
|
(t, e) => Ze(
|
|
2552
2551
|
t.reduce((s, i) => ({ ...s, [i]: e[i] }), {})
|
|
2553
2552
|
)
|
|
2554
|
-
),
|
|
2553
|
+
), Jg = y(
|
|
2555
2554
|
m(
|
|
2556
|
-
[Qe,
|
|
2555
|
+
[Qe, gh, (t, e) => e],
|
|
2557
2556
|
(t, e, s) => b(
|
|
2558
2557
|
Object.values(t).filter((i) => {
|
|
2559
2558
|
const n = e[i.id];
|
|
@@ -2561,7 +2560,7 @@ const V = O(
|
|
|
2561
2560
|
})
|
|
2562
2561
|
)
|
|
2563
2562
|
)
|
|
2564
|
-
),
|
|
2563
|
+
), xh = nc.reducer, Uh = (t, e, s) => {
|
|
2565
2564
|
const i = t.uuid ? t : { ...t, uuid: Be() };
|
|
2566
2565
|
return {
|
|
2567
2566
|
payload: i,
|
|
@@ -2593,7 +2592,7 @@ const V = O(
|
|
|
2593
2592
|
prepare: (t) => {
|
|
2594
2593
|
console.debug("Preparing to enqueue request", t);
|
|
2595
2594
|
const { BASE_URL: e, serviceName: s, ...i } = t;
|
|
2596
|
-
return
|
|
2595
|
+
return Uh(i, e, s);
|
|
2597
2596
|
}
|
|
2598
2597
|
},
|
|
2599
2598
|
markForDeletion(t, e) {
|
|
@@ -2607,7 +2606,7 @@ const V = O(
|
|
|
2607
2606
|
t.latestRetryTime = e.payload;
|
|
2608
2607
|
}
|
|
2609
2608
|
}
|
|
2610
|
-
}),
|
|
2609
|
+
}), Zg = (t) => t.outboxReducer.deletedRequests, Qg = (t) => t.outboxReducer.latestRetryTime, { enqueueRequest: Vh, markForDeletion: Xg, markAsDeleted: Ch, _setLatestRetryTime: $h } = ac.actions, Gh = ac.reducer, je = O(
|
|
2611
2610
|
(t) => t.uuid
|
|
2612
2611
|
), pn = je.getInitialState({}), cc = P({
|
|
2613
2612
|
name: "projectAttachments",
|
|
@@ -2628,24 +2627,24 @@ const V = O(
|
|
|
2628
2627
|
deleteProjectAttachments: je.deleteMany
|
|
2629
2628
|
}
|
|
2630
2629
|
}), {
|
|
2631
|
-
initializeProjectAttachments:
|
|
2632
|
-
addProjectAttachment:
|
|
2633
|
-
addProjectAttachments:
|
|
2634
|
-
setProjectAttachment:
|
|
2635
|
-
setProjectAttachments:
|
|
2636
|
-
updateProjectAttachment:
|
|
2637
|
-
updateProjectAttachments:
|
|
2638
|
-
deleteProjectAttachment:
|
|
2630
|
+
initializeProjectAttachments: Bh,
|
|
2631
|
+
addProjectAttachment: eS,
|
|
2632
|
+
addProjectAttachments: Lh,
|
|
2633
|
+
setProjectAttachment: Nh,
|
|
2634
|
+
setProjectAttachments: Hh,
|
|
2635
|
+
updateProjectAttachment: tS,
|
|
2636
|
+
updateProjectAttachments: Wh,
|
|
2637
|
+
deleteProjectAttachment: Kh,
|
|
2639
2638
|
deleteProjectAttachments: rc
|
|
2640
|
-
} = cc.actions,
|
|
2641
|
-
[
|
|
2639
|
+
} = cc.actions, Yh = (t) => t.projectAttachmentReducer.instances, Jh = m(
|
|
2640
|
+
[Yh],
|
|
2642
2641
|
(t) => Object.values(t)
|
|
2643
|
-
),
|
|
2642
|
+
), Zh = (t) => (e) => e.projectAttachmentReducer.instances[t], Qh = y(
|
|
2644
2643
|
m(
|
|
2645
|
-
[
|
|
2644
|
+
[Jh, (t, e) => e],
|
|
2646
2645
|
(t, e) => b(t.filter(({ project: s }) => e === s))
|
|
2647
2646
|
)
|
|
2648
|
-
),
|
|
2647
|
+
), Xh = cc.reducer, Me = O(
|
|
2649
2648
|
(t) => t.uuid
|
|
2650
2649
|
), mn = Me.getInitialState({
|
|
2651
2650
|
activeProjectFileId: null,
|
|
@@ -2691,32 +2690,32 @@ const V = O(
|
|
|
2691
2690
|
}
|
|
2692
2691
|
}
|
|
2693
2692
|
}), {
|
|
2694
|
-
initializeProjectFiles:
|
|
2695
|
-
setProjectFile:
|
|
2696
|
-
setProjectFiles:
|
|
2697
|
-
addProjectFile:
|
|
2698
|
-
addProjectFiles:
|
|
2693
|
+
initializeProjectFiles: ep,
|
|
2694
|
+
setProjectFile: sS,
|
|
2695
|
+
setProjectFiles: iS,
|
|
2696
|
+
addProjectFile: nS,
|
|
2697
|
+
addProjectFiles: tp,
|
|
2699
2698
|
updateProjectFile: An,
|
|
2700
|
-
updateProjectFiles:
|
|
2701
|
-
deleteProjectFile:
|
|
2702
|
-
deleteProjectFiles:
|
|
2699
|
+
updateProjectFiles: aS,
|
|
2700
|
+
deleteProjectFile: sp,
|
|
2701
|
+
deleteProjectFiles: ip,
|
|
2703
2702
|
// TODO: move following to /web
|
|
2704
|
-
setIsImportingProjectFile:
|
|
2705
|
-
setActiveProjectFileId:
|
|
2706
|
-
saveActiveProjectFileBounds:
|
|
2707
|
-
resetProjectFileObjectUrls:
|
|
2708
|
-
} = oc.actions,
|
|
2703
|
+
setIsImportingProjectFile: np,
|
|
2704
|
+
setActiveProjectFileId: ap,
|
|
2705
|
+
saveActiveProjectFileBounds: cp,
|
|
2706
|
+
resetProjectFileObjectUrls: cS
|
|
2707
|
+
} = oc.actions, rp = (t) => t.projectFileReducer.instances, op = m([rp], (t) => b(Object.values(t).sort((e, s) => e.z_index - s.z_index))), rS = (t) => (e) => e.projectFileReducer.instances[t], oS = (t) => t.projectFileReducer.activeProjectFileId, dS = (t) => t.projectFileReducer.isImportingProjectFile, dp = oc.reducer, up = {
|
|
2709
2708
|
isRehydrated: !1
|
|
2710
2709
|
}, dc = P({
|
|
2711
2710
|
name: "rehydrated",
|
|
2712
|
-
initialState:
|
|
2711
|
+
initialState: up,
|
|
2713
2712
|
// The `reducers` field lets us define reducers and generate associated actions
|
|
2714
2713
|
reducers: {
|
|
2715
2714
|
setRehydrated: (t, e) => {
|
|
2716
2715
|
t.isRehydrated = e.payload;
|
|
2717
2716
|
}
|
|
2718
2717
|
}
|
|
2719
|
-
}), { setRehydrated:
|
|
2718
|
+
}), { setRehydrated: uS } = dc.actions, lS = (t) => t.rehydratedReducer.isRehydrated, lp = dc.reducer, ze = O((t) => t.uuid), fn = ze.getInitialState({}), uc = P({
|
|
2720
2719
|
name: "teams",
|
|
2721
2720
|
initialState: fn,
|
|
2722
2721
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2735,16 +2734,16 @@ const V = O(
|
|
|
2735
2734
|
deleteTeams: ze.deleteMany
|
|
2736
2735
|
}
|
|
2737
2736
|
}), {
|
|
2738
|
-
initializeTeams:
|
|
2739
|
-
addTeam:
|
|
2740
|
-
addTeams:
|
|
2737
|
+
initializeTeams: hp,
|
|
2738
|
+
addTeam: pp,
|
|
2739
|
+
addTeams: hS,
|
|
2741
2740
|
setTeam: Ne,
|
|
2742
|
-
setTeams:
|
|
2741
|
+
setTeams: pS,
|
|
2743
2742
|
updateTeam: yn,
|
|
2744
|
-
updateTeams:
|
|
2743
|
+
updateTeams: mS,
|
|
2745
2744
|
deleteTeam: bn,
|
|
2746
|
-
deleteTeams:
|
|
2747
|
-
} = uc.actions, lc = (t) => t.teamReducer.instances, hc = m([lc], (t) => Object.values(t)), He = (t) => (e) => e.teamReducer.instances[t],
|
|
2745
|
+
deleteTeams: AS
|
|
2746
|
+
} = uc.actions, lc = (t) => t.teamReducer.instances, hc = m([lc], (t) => Object.values(t)), He = (t) => (e) => e.teamReducer.instances[t], fS = y(
|
|
2748
2747
|
m(
|
|
2749
2748
|
[lc, (t, e) => e],
|
|
2750
2749
|
(t, e) => {
|
|
@@ -2756,64 +2755,64 @@ const V = O(
|
|
|
2756
2755
|
return b(s);
|
|
2757
2756
|
}
|
|
2758
2757
|
)
|
|
2759
|
-
),
|
|
2758
|
+
), yS = y(
|
|
2760
2759
|
m(
|
|
2761
2760
|
[hc, (t, e) => e],
|
|
2762
2761
|
(t, e) => b(t.filter((s) => s.organization === e))
|
|
2763
2762
|
)
|
|
2764
|
-
),
|
|
2763
|
+
), bS = y(
|
|
2765
2764
|
m([hc, (t, e) => e], (t, e) => b(t.filter((s) => s.members.includes(e))))
|
|
2766
|
-
),
|
|
2765
|
+
), mp = uc.reducer, Ap = {
|
|
2767
2766
|
version: 0
|
|
2768
|
-
},
|
|
2767
|
+
}, fp = P({
|
|
2769
2768
|
name: "versioning",
|
|
2770
|
-
initialState:
|
|
2769
|
+
initialState: Ap,
|
|
2771
2770
|
reducers: {}
|
|
2772
|
-
}),
|
|
2773
|
-
outboxReducer:
|
|
2774
|
-
fileReducer:
|
|
2771
|
+
}), yp = fp.reducer, pc = {
|
|
2772
|
+
outboxReducer: Gh,
|
|
2773
|
+
fileReducer: su,
|
|
2775
2774
|
authReducer: Od
|
|
2776
|
-
},
|
|
2775
|
+
}, gS = Pn(pc), bp = {
|
|
2777
2776
|
...pc,
|
|
2778
|
-
[At]:
|
|
2779
|
-
categoryReducer:
|
|
2777
|
+
[At]: yp,
|
|
2778
|
+
categoryReducer: kd,
|
|
2780
2779
|
assetReducer: ko,
|
|
2781
2780
|
assetAttachmentReducer: ur,
|
|
2782
2781
|
assetStageCompletionReducer: Mo,
|
|
2783
2782
|
assetStageReducer: Vo,
|
|
2784
2783
|
assetTypeReducer: Td,
|
|
2785
2784
|
assetTypeAttachmentReducer: Jo,
|
|
2786
|
-
issueReducer:
|
|
2787
|
-
issueAttachmentReducer:
|
|
2788
|
-
issueTypeReducer:
|
|
2789
|
-
issueTypeAttachmentReducer:
|
|
2790
|
-
organizationReducer:
|
|
2791
|
-
projectReducer:
|
|
2792
|
-
projectAttachmentReducer:
|
|
2793
|
-
projectAccessReducer:
|
|
2794
|
-
organizationAccessReducer:
|
|
2795
|
-
projectFileReducer:
|
|
2796
|
-
rehydratedReducer:
|
|
2797
|
-
formReducer:
|
|
2798
|
-
formRevisionReducer:
|
|
2799
|
-
formRevisionAttachmentReducer:
|
|
2800
|
-
formSubmissionAttachmentReducer:
|
|
2801
|
-
formSubmissionReducer:
|
|
2802
|
-
userReducer:
|
|
2803
|
-
emailDomainsReducer:
|
|
2804
|
-
documentsReducer:
|
|
2805
|
-
documentAttachmentReducer:
|
|
2806
|
-
teamReducer:
|
|
2785
|
+
issueReducer: bl,
|
|
2786
|
+
issueAttachmentReducer: tl,
|
|
2787
|
+
issueTypeReducer: th,
|
|
2788
|
+
issueTypeAttachmentReducer: Il,
|
|
2789
|
+
organizationReducer: xh,
|
|
2790
|
+
projectReducer: kh,
|
|
2791
|
+
projectAttachmentReducer: Xh,
|
|
2792
|
+
projectAccessReducer: Rh,
|
|
2793
|
+
organizationAccessReducer: Sh,
|
|
2794
|
+
projectFileReducer: dp,
|
|
2795
|
+
rehydratedReducer: lp,
|
|
2796
|
+
formReducer: bu,
|
|
2797
|
+
formRevisionReducer: fu,
|
|
2798
|
+
formRevisionAttachmentReducer: ou,
|
|
2799
|
+
formSubmissionAttachmentReducer: Ou,
|
|
2800
|
+
formSubmissionReducer: Eu,
|
|
2801
|
+
userReducer: ph,
|
|
2802
|
+
emailDomainsReducer: Qd,
|
|
2803
|
+
documentsReducer: Hd,
|
|
2804
|
+
documentAttachmentReducer: Cd,
|
|
2805
|
+
teamReducer: mp,
|
|
2807
2806
|
agentsReducer: sr,
|
|
2808
|
-
issueCommentReducer:
|
|
2809
|
-
issueCommentAttachmentReducer:
|
|
2810
|
-
issueUpdateReducer:
|
|
2811
|
-
geoImageReducer:
|
|
2812
|
-
issueAssociationReducer:
|
|
2813
|
-
issueTypeFieldsReducer:
|
|
2814
|
-
issueTypeFieldValuesReducer:
|
|
2815
|
-
issueTypeFieldsAttachmentReducer:
|
|
2816
|
-
issueTypeFieldValuesAttachmentReducer:
|
|
2807
|
+
issueCommentReducer: pl,
|
|
2808
|
+
issueCommentAttachmentReducer: ul,
|
|
2809
|
+
issueUpdateReducer: dh,
|
|
2810
|
+
geoImageReducer: Cu,
|
|
2811
|
+
issueAssociationReducer: Wu,
|
|
2812
|
+
issueTypeFieldsReducer: Bl,
|
|
2813
|
+
issueTypeFieldValuesReducer: xl,
|
|
2814
|
+
issueTypeFieldsAttachmentReducer: Ml,
|
|
2815
|
+
issueTypeFieldValuesAttachmentReducer: Yl,
|
|
2817
2816
|
assetTypeFieldsReducer: dd,
|
|
2818
2817
|
assetTypeFieldValuesReducer: _d,
|
|
2819
2818
|
assetTypeFieldsAttachmentReducer: id,
|
|
@@ -2830,19 +2829,19 @@ const V = O(
|
|
|
2830
2829
|
assetProcedureStepFieldValuesAttachmentReducer: Ao,
|
|
2831
2830
|
assetProcedureStepFieldValuesReducer: _o,
|
|
2832
2831
|
assetProcedureStepReducer: Fo
|
|
2833
|
-
},
|
|
2832
|
+
}, SS = Pn(bp);
|
|
2834
2833
|
let mc;
|
|
2835
|
-
function
|
|
2834
|
+
function gp(t) {
|
|
2836
2835
|
mc = t;
|
|
2837
2836
|
}
|
|
2838
2837
|
function et() {
|
|
2839
2838
|
return mc;
|
|
2840
2839
|
}
|
|
2841
2840
|
let Ac;
|
|
2842
|
-
function
|
|
2841
|
+
function Sp(t) {
|
|
2843
2842
|
Ac = t;
|
|
2844
2843
|
}
|
|
2845
|
-
function
|
|
2844
|
+
function _p() {
|
|
2846
2845
|
return Ac;
|
|
2847
2846
|
}
|
|
2848
2847
|
const fc = {};
|
|
@@ -2859,10 +2858,10 @@ class yc {
|
|
|
2859
2858
|
this.client.store.dispatch(e);
|
|
2860
2859
|
}
|
|
2861
2860
|
}
|
|
2862
|
-
const bc = () => Sc.length - 1, gc = (t) => (t[At] = { version: bc() }, t), gn = () => gc({}),
|
|
2861
|
+
const bc = () => Sc.length - 1, gc = (t) => (t[At] = { version: bc() }, t), gn = () => gc({}), Pp = (t) => (t.outboxReducer && (t.outboxReducer.deletedRequests = []), t), Tp = (t) => (e) => {
|
|
2863
2862
|
var s;
|
|
2864
2863
|
return e === void 0 && (e = {}), ((s = e[At]) == null ? void 0 : s.version) === bc() ? e : t(e);
|
|
2865
|
-
}, Sc = [gc, gn, gn,
|
|
2864
|
+
}, Sc = [gc, gn, gn, Pp], Fp = Object.fromEntries(Sc.map((t, e) => [e, Tp(t)]));
|
|
2866
2865
|
let Tt = null;
|
|
2867
2866
|
function Ge() {
|
|
2868
2867
|
const t = et();
|
|
@@ -2873,34 +2872,34 @@ function Ge() {
|
|
|
2873
2872
|
const e = t.getState().offline.outbox, s = We._fromOutbox(e);
|
|
2874
2873
|
return Tt = s, s;
|
|
2875
2874
|
}
|
|
2876
|
-
const
|
|
2875
|
+
const Op = (t) => {
|
|
2877
2876
|
if (t) throw t;
|
|
2878
2877
|
const e = et();
|
|
2879
2878
|
e ? e.dispatch({ type: "rehydrated/setRehydrated", payload: !0 }) : console.error("Client store not set");
|
|
2880
|
-
},
|
|
2879
|
+
}, Rp = (t, e, s) => {
|
|
2881
2880
|
const i = Ge();
|
|
2882
2881
|
return i ? (i.addRequest(e), i.getQueue()) : (console.warn("Outbox coordinator not set; cannot enqueue request yet."), []);
|
|
2883
|
-
},
|
|
2882
|
+
}, Ip = (t, e, s) => {
|
|
2884
2883
|
const i = Ge();
|
|
2885
2884
|
if (!i)
|
|
2886
2885
|
return console.warn("Outbox coordinator not set; cannot dequeue request yet."), [];
|
|
2887
2886
|
const a = e.meta.offlineAction.payload.uuid;
|
|
2888
2887
|
return i.remove(a), i.getQueue();
|
|
2889
2888
|
};
|
|
2890
|
-
async function
|
|
2889
|
+
async function vp(t, e) {
|
|
2891
2890
|
if (!e.payload)
|
|
2892
2891
|
throw new Error("Received empty payload");
|
|
2893
|
-
return
|
|
2892
|
+
return Dp(e);
|
|
2894
2893
|
}
|
|
2895
|
-
const
|
|
2894
|
+
const wp = {
|
|
2896
2895
|
...Jt,
|
|
2897
|
-
effect:
|
|
2896
|
+
effect: vp,
|
|
2898
2897
|
// Casting needed because we are saving FullOfflineAction objects, not just OfflineAction objects,
|
|
2899
2898
|
// but redux-offline does not know this.
|
|
2900
2899
|
discard: Fc,
|
|
2901
2900
|
returnPromises: !0,
|
|
2902
|
-
persistCallback:
|
|
2903
|
-
retry:
|
|
2901
|
+
persistCallback: Op,
|
|
2902
|
+
retry: Up,
|
|
2904
2903
|
// Modify the configuration of the offline store to use localforage
|
|
2905
2904
|
// which uses IndexedDB by default (persists even on mobile when installed as a PWA, unlike localStorage)
|
|
2906
2905
|
persistOptions: { storage: Ec },
|
|
@@ -2909,13 +2908,13 @@ const vp = {
|
|
|
2909
2908
|
// that same issue"
|
|
2910
2909
|
queue: {
|
|
2911
2910
|
...Jt.queue,
|
|
2912
|
-
enqueue:
|
|
2913
|
-
dequeue:
|
|
2911
|
+
enqueue: Rp,
|
|
2912
|
+
dequeue: Ip,
|
|
2914
2913
|
// Bad typing, undefined is actually fine, and the action is a FullOfflineAction, not just an OfflineAction.
|
|
2915
|
-
peek: (...t) =>
|
|
2914
|
+
peek: (...t) => xp(...t)
|
|
2916
2915
|
}
|
|
2917
|
-
},
|
|
2918
|
-
function
|
|
2916
|
+
}, kp = qc(Fp, At), _S = vc(kc(wp), kp);
|
|
2917
|
+
function Ep(t) {
|
|
2919
2918
|
function e(s) {
|
|
2920
2919
|
return typeof s == "object" && s !== null && ["ok", "redirect", "clientError", "serverError", "error"].every((n) => n in s);
|
|
2921
2920
|
}
|
|
@@ -2985,13 +2984,13 @@ async function _c(t, e) {
|
|
|
2985
2984
|
try {
|
|
2986
2985
|
return await xe.query(d);
|
|
2987
2986
|
} catch (j) {
|
|
2988
|
-
const U =
|
|
2987
|
+
const U = Ep(j), Le = U == null ? void 0 : U.status;
|
|
2989
2988
|
if (i && Le === 401)
|
|
2990
2989
|
return await s.auth.handleUnauthorized(xe, U), xe.query(d);
|
|
2991
2990
|
throw new x({ response: U, innerError: j, discard: Tc.includes(Le) });
|
|
2992
2991
|
}
|
|
2993
2992
|
}
|
|
2994
|
-
class
|
|
2993
|
+
class qp {
|
|
2995
2994
|
constructor(e) {
|
|
2996
2995
|
f(this, "_all");
|
|
2997
2996
|
f(this, "_previous");
|
|
@@ -3013,33 +3012,33 @@ class Pc {
|
|
|
3013
3012
|
this.next = null;
|
|
3014
3013
|
}
|
|
3015
3014
|
then(e) {
|
|
3016
|
-
return new
|
|
3015
|
+
return new qp(this).then(e);
|
|
3017
3016
|
}
|
|
3018
3017
|
async run(e) {
|
|
3019
3018
|
if (this.next)
|
|
3020
3019
|
return this.next.run(e);
|
|
3021
3020
|
{
|
|
3022
3021
|
if (console.debug("Middleware finished. Performing request:", e), !et()) throw new Error("Client store not set");
|
|
3023
|
-
const i =
|
|
3022
|
+
const i = _p();
|
|
3024
3023
|
if (!i) throw new Error("Client SDK not set");
|
|
3025
3024
|
return _c(e, i);
|
|
3026
3025
|
}
|
|
3027
3026
|
}
|
|
3028
3027
|
}
|
|
3029
|
-
class
|
|
3028
|
+
class jp extends Pc {
|
|
3030
3029
|
async run(e) {
|
|
3031
3030
|
return super.run(e);
|
|
3032
3031
|
}
|
|
3033
3032
|
}
|
|
3034
|
-
class
|
|
3033
|
+
class Mp extends Pc {
|
|
3035
3034
|
async run(e) {
|
|
3036
3035
|
return super.run(e);
|
|
3037
3036
|
}
|
|
3038
3037
|
}
|
|
3039
|
-
const
|
|
3040
|
-
function
|
|
3038
|
+
const zp = new jp().then(new Mp()).compile();
|
|
3039
|
+
function Dp(t) {
|
|
3041
3040
|
var e;
|
|
3042
|
-
return (e =
|
|
3041
|
+
return (e = zp[0]) == null ? void 0 : e.run(t);
|
|
3043
3042
|
}
|
|
3044
3043
|
const Tc = [400, 409, 403, 404, 405, 500];
|
|
3045
3044
|
function Fc(t, e, s = 0) {
|
|
@@ -3062,7 +3061,7 @@ Retries:`,
|
|
|
3062
3061
|
), t;
|
|
3063
3062
|
const i = et(), a = i.getState().outboxReducer.deletedRequests, c = e.payload.uuid;
|
|
3064
3063
|
function o() {
|
|
3065
|
-
i.dispatch(
|
|
3064
|
+
i.dispatch(Ch(c));
|
|
3066
3065
|
const d = Ge();
|
|
3067
3066
|
if (!d)
|
|
3068
3067
|
throw new Error("Outbox coordinator not set");
|
|
@@ -3091,15 +3090,15 @@ Action:`, e);
|
|
|
3091
3090
|
throw new Error("Outbox coordinator not set");
|
|
3092
3091
|
return l.registerRetry(e.payload.uuid), !1;
|
|
3093
3092
|
}
|
|
3094
|
-
function
|
|
3093
|
+
function xp(t, e, s) {
|
|
3095
3094
|
var i;
|
|
3096
3095
|
return (i = Ge()) == null ? void 0 : i.peek();
|
|
3097
3096
|
}
|
|
3098
|
-
function
|
|
3099
|
-
return et().dispatch(
|
|
3097
|
+
function Up(t, e) {
|
|
3098
|
+
return et().dispatch($h((/* @__PURE__ */ new Date()).getTime())), Cc;
|
|
3100
3099
|
}
|
|
3101
|
-
const Je = "An unknown error occurred",
|
|
3102
|
-
function
|
|
3100
|
+
const Je = "An unknown error occurred", Vp = 500, Sn = ["non_field_errors", "detail"];
|
|
3101
|
+
function Cp(t, e) {
|
|
3103
3102
|
let s;
|
|
3104
3103
|
if (t != null && t.body)
|
|
3105
3104
|
if (typeof t.body == "object") {
|
|
@@ -3119,7 +3118,7 @@ function Vp(t, e) {
|
|
|
3119
3118
|
}
|
|
3120
3119
|
} else typeof t.body == "string" && (s = t.body);
|
|
3121
3120
|
else t != null && t.text ? s = t.text : e instanceof Error && (s = e.message);
|
|
3122
|
-
return !s || s.length >
|
|
3121
|
+
return !s || s.length > Vp ? Je : s;
|
|
3123
3122
|
}
|
|
3124
3123
|
class x extends Error {
|
|
3125
3124
|
constructor(s) {
|
|
@@ -3130,10 +3129,10 @@ class x extends Error {
|
|
|
3130
3129
|
f(this, "message");
|
|
3131
3130
|
f(this, "options");
|
|
3132
3131
|
const { response: i, innerError: n } = s;
|
|
3133
|
-
this.message = s.message ??
|
|
3132
|
+
this.message = s.message ?? Cp(i, n) ?? Je, this.status = (i == null ? void 0 : i.status) ?? 0, this.response = i, s.discard = s.discard ?? !1, this.options = s;
|
|
3134
3133
|
}
|
|
3135
3134
|
}
|
|
3136
|
-
class
|
|
3135
|
+
class $p extends yc {
|
|
3137
3136
|
constructor(e) {
|
|
3138
3137
|
super(e);
|
|
3139
3138
|
}
|
|
@@ -3145,7 +3144,7 @@ class v extends yc {
|
|
|
3145
3144
|
this.auth = i;
|
|
3146
3145
|
}
|
|
3147
3146
|
}
|
|
3148
|
-
class
|
|
3147
|
+
class PS extends v {
|
|
3149
3148
|
async startConversation(e, s) {
|
|
3150
3149
|
return this.enqueueRequest({
|
|
3151
3150
|
description: "Start agent conversation",
|
|
@@ -3331,7 +3330,7 @@ class De extends z {
|
|
|
3331
3330
|
}), n;
|
|
3332
3331
|
}
|
|
3333
3332
|
}
|
|
3334
|
-
class
|
|
3333
|
+
class TS extends De {
|
|
3335
3334
|
constructor() {
|
|
3336
3335
|
super(...arguments);
|
|
3337
3336
|
f(this, "name", "Asset Attachment");
|
|
@@ -3382,7 +3381,7 @@ class PS extends De {
|
|
|
3382
3381
|
return this.dispatch(ts(i)), i;
|
|
3383
3382
|
}
|
|
3384
3383
|
}
|
|
3385
|
-
class
|
|
3384
|
+
class FS extends De {
|
|
3386
3385
|
constructor() {
|
|
3387
3386
|
super(...arguments);
|
|
3388
3387
|
f(this, "name", "Asset Procedure Attachment");
|
|
@@ -3432,7 +3431,7 @@ class TS extends De {
|
|
|
3432
3431
|
return this.dispatch(lr(i)), i;
|
|
3433
3432
|
}
|
|
3434
3433
|
}
|
|
3435
|
-
class
|
|
3434
|
+
class OS extends z {
|
|
3436
3435
|
async bulkAdd(e) {
|
|
3437
3436
|
var l;
|
|
3438
3437
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -3497,7 +3496,7 @@ class FS extends z {
|
|
|
3497
3496
|
return this.dispatch(_r(s)), s;
|
|
3498
3497
|
}
|
|
3499
3498
|
}
|
|
3500
|
-
class
|
|
3499
|
+
class RS extends v {
|
|
3501
3500
|
add(e) {
|
|
3502
3501
|
var o;
|
|
3503
3502
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -3542,7 +3541,7 @@ function Ve(t, e) {
|
|
|
3542
3541
|
s.push(t.slice(i, i += e));
|
|
3543
3542
|
return s;
|
|
3544
3543
|
}
|
|
3545
|
-
class
|
|
3544
|
+
class IS extends z {
|
|
3546
3545
|
async bulkAdd(e, s) {
|
|
3547
3546
|
var r;
|
|
3548
3547
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (r = this.client.store.getState().userReducer.currentUser) == null ? void 0 : r.id, a = Ve(e, s ?? e.length), c = [], o = [];
|
|
@@ -3634,7 +3633,7 @@ class RS extends z {
|
|
|
3634
3633
|
return this.dispatch(Mr(s)), s;
|
|
3635
3634
|
}
|
|
3636
3635
|
}
|
|
3637
|
-
class
|
|
3636
|
+
class vS extends v {
|
|
3638
3637
|
add(e) {
|
|
3639
3638
|
var c;
|
|
3640
3639
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -3762,7 +3761,7 @@ class IS extends v {
|
|
|
3762
3761
|
return this.dispatch(Cr(s)), s;
|
|
3763
3762
|
}
|
|
3764
3763
|
}
|
|
3765
|
-
class
|
|
3764
|
+
class wS extends v {
|
|
3766
3765
|
add(e) {
|
|
3767
3766
|
var o;
|
|
3768
3767
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -3836,7 +3835,7 @@ class vS extends v {
|
|
|
3836
3835
|
return this.dispatch(Hr(s)), s;
|
|
3837
3836
|
}
|
|
3838
3837
|
}
|
|
3839
|
-
class
|
|
3838
|
+
class kS extends v {
|
|
3840
3839
|
add(e) {
|
|
3841
3840
|
var o;
|
|
3842
3841
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -3911,7 +3910,7 @@ class wS extends v {
|
|
|
3911
3910
|
return this.dispatch(Zr(s)), s;
|
|
3912
3911
|
}
|
|
3913
3912
|
}
|
|
3914
|
-
class
|
|
3913
|
+
class ES extends z {
|
|
3915
3914
|
async bulkAdd(e) {
|
|
3916
3915
|
var l;
|
|
3917
3916
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -3976,7 +3975,7 @@ class kS extends z {
|
|
|
3976
3975
|
return this.dispatch(eo(s)), s;
|
|
3977
3976
|
}
|
|
3978
3977
|
}
|
|
3979
|
-
class
|
|
3978
|
+
class qS extends v {
|
|
3980
3979
|
add(e) {
|
|
3981
3980
|
var o;
|
|
3982
3981
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -4052,7 +4051,7 @@ class ES extends v {
|
|
|
4052
4051
|
return this.dispatch(ro(s)), s;
|
|
4053
4052
|
}
|
|
4054
4053
|
}
|
|
4055
|
-
class
|
|
4054
|
+
class jS extends z {
|
|
4056
4055
|
async bulkAdd(e, s) {
|
|
4057
4056
|
var r;
|
|
4058
4057
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (r = this.client.store.getState().userReducer.currentUser) == null ? void 0 : r.id, a = Ve(e, s ?? e.length), c = [], o = [];
|
|
@@ -4142,7 +4141,7 @@ class qS extends z {
|
|
|
4142
4141
|
return this.dispatch(uo(s)), s;
|
|
4143
4142
|
}
|
|
4144
4143
|
}
|
|
4145
|
-
class
|
|
4144
|
+
class MS extends v {
|
|
4146
4145
|
add(e) {
|
|
4147
4146
|
var c;
|
|
4148
4147
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -4273,7 +4272,7 @@ class jS extends v {
|
|
|
4273
4272
|
return this.dispatch(fo(s)), s;
|
|
4274
4273
|
}
|
|
4275
4274
|
}
|
|
4276
|
-
class
|
|
4275
|
+
class zS extends v {
|
|
4277
4276
|
bulkAdd(e, s) {
|
|
4278
4277
|
var l;
|
|
4279
4278
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, a = e.map((r) => F(r)), c = a.map((r) => ({ ...r, asset_procedure: s, created_by: n, submitted_at: i }));
|
|
@@ -4369,7 +4368,7 @@ class MS extends v {
|
|
|
4369
4368
|
return this.dispatch(Po(s)), s;
|
|
4370
4369
|
}
|
|
4371
4370
|
}
|
|
4372
|
-
class
|
|
4371
|
+
class DS extends v {
|
|
4373
4372
|
// Basic CRUD functions
|
|
4374
4373
|
add(e) {
|
|
4375
4374
|
var o;
|
|
@@ -4424,7 +4423,7 @@ class zS extends v {
|
|
|
4424
4423
|
async delete(e) {
|
|
4425
4424
|
const { store: s } = this.client, i = s.getState(), n = zs(e)(i);
|
|
4426
4425
|
if (!n) throw new Error(`No asset with uuid ${e} found in the store`);
|
|
4427
|
-
const a = dr(e)(i), c =
|
|
4426
|
+
const a = dr(e)(i), c = ku(e)(i), o = Hu(e)(i);
|
|
4428
4427
|
if (this.dispatch(Ms(e)), a.length > 0) {
|
|
4429
4428
|
const l = a.map(({ uuid: r }) => r);
|
|
4430
4429
|
this.dispatch(kn(l));
|
|
@@ -4514,7 +4513,7 @@ class zS extends v {
|
|
|
4514
4513
|
return this.dispatch(Io(s)), s;
|
|
4515
4514
|
}
|
|
4516
4515
|
}
|
|
4517
|
-
class
|
|
4516
|
+
class xS extends v {
|
|
4518
4517
|
add(e) {
|
|
4519
4518
|
var o;
|
|
4520
4519
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -4613,7 +4612,7 @@ class DS extends v {
|
|
|
4613
4612
|
return this.dispatch(Eo(s)), s;
|
|
4614
4613
|
}
|
|
4615
4614
|
}
|
|
4616
|
-
class
|
|
4615
|
+
class US extends v {
|
|
4617
4616
|
bulkAdd(e, s) {
|
|
4618
4617
|
var l;
|
|
4619
4618
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, a = e.map((r) => F(r)), c = a.map((r) => ({ ...r, asset_procedure: s, created_by: n, submitted_at: i }));
|
|
@@ -4709,7 +4708,7 @@ class xS extends v {
|
|
|
4709
4708
|
return this.dispatch(xo(s)), s;
|
|
4710
4709
|
}
|
|
4711
4710
|
}
|
|
4712
|
-
class
|
|
4711
|
+
class VS extends De {
|
|
4713
4712
|
constructor() {
|
|
4714
4713
|
super(...arguments);
|
|
4715
4714
|
f(this, "name", "Asset Type Attachment");
|
|
@@ -4759,7 +4758,7 @@ class US extends De {
|
|
|
4759
4758
|
return this.dispatch(Go(i)), i;
|
|
4760
4759
|
}
|
|
4761
4760
|
}
|
|
4762
|
-
class
|
|
4761
|
+
class CS extends z {
|
|
4763
4762
|
async bulkAdd(e) {
|
|
4764
4763
|
var l;
|
|
4765
4764
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -4824,7 +4823,7 @@ class VS extends z {
|
|
|
4824
4823
|
return this.dispatch(Zo(s)), s;
|
|
4825
4824
|
}
|
|
4826
4825
|
}
|
|
4827
|
-
class
|
|
4826
|
+
class $S extends v {
|
|
4828
4827
|
add(e) {
|
|
4829
4828
|
var o;
|
|
4830
4829
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -4861,7 +4860,7 @@ class CS extends v {
|
|
|
4861
4860
|
return this.dispatch(nd(s)), s;
|
|
4862
4861
|
}
|
|
4863
4862
|
}
|
|
4864
|
-
class
|
|
4863
|
+
class GS extends z {
|
|
4865
4864
|
async bulkAdd(e, s) {
|
|
4866
4865
|
var r;
|
|
4867
4866
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (r = this.client.store.getState().userReducer.currentUser) == null ? void 0 : r.id, a = Ve(e, s ?? e.length), c = [], o = [];
|
|
@@ -4951,7 +4950,7 @@ class $S extends z {
|
|
|
4951
4950
|
return this.dispatch(ud(s)), s;
|
|
4952
4951
|
}
|
|
4953
4952
|
}
|
|
4954
|
-
class
|
|
4953
|
+
class BS extends v {
|
|
4955
4954
|
add(e) {
|
|
4956
4955
|
var c;
|
|
4957
4956
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -5074,7 +5073,7 @@ class GS extends v {
|
|
|
5074
5073
|
return this.dispatch(fd(s)), s;
|
|
5075
5074
|
}
|
|
5076
5075
|
}
|
|
5077
|
-
class
|
|
5076
|
+
class LS extends v {
|
|
5078
5077
|
add(e) {
|
|
5079
5078
|
var o;
|
|
5080
5079
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -5154,7 +5153,7 @@ class BS extends v {
|
|
|
5154
5153
|
return this.dispatch(Pd(s)), s;
|
|
5155
5154
|
}
|
|
5156
5155
|
}
|
|
5157
|
-
class
|
|
5156
|
+
class NS extends v {
|
|
5158
5157
|
add(e) {
|
|
5159
5158
|
var o;
|
|
5160
5159
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -5219,17 +5218,17 @@ class LS extends v {
|
|
|
5219
5218
|
return this.dispatch(Rd(s)), s;
|
|
5220
5219
|
}
|
|
5221
5220
|
}
|
|
5222
|
-
class
|
|
5221
|
+
class HS extends De {
|
|
5223
5222
|
constructor() {
|
|
5224
5223
|
super(...arguments);
|
|
5225
5224
|
f(this, "name", "Document Attachment");
|
|
5226
5225
|
f(this, "url", "/document-attachments");
|
|
5227
|
-
f(this, "addAttachments",
|
|
5228
|
-
f(this, "updateAttachments",
|
|
5229
|
-
f(this, "removeAttachments",
|
|
5230
|
-
f(this, "removeAttachment",
|
|
5231
|
-
f(this, "setAttachment",
|
|
5232
|
-
f(this, "selectAttachment",
|
|
5226
|
+
f(this, "addAttachments", qd);
|
|
5227
|
+
f(this, "updateAttachments", Md);
|
|
5228
|
+
f(this, "removeAttachments", Dd);
|
|
5229
|
+
f(this, "removeAttachment", zd);
|
|
5230
|
+
f(this, "setAttachment", jd);
|
|
5231
|
+
f(this, "selectAttachment", Vd);
|
|
5233
5232
|
}
|
|
5234
5233
|
buildOfflineAttachment(s) {
|
|
5235
5234
|
return F({
|
|
@@ -5323,7 +5322,7 @@ class NS extends De {
|
|
|
5323
5322
|
blocks: [],
|
|
5324
5323
|
blockers: []
|
|
5325
5324
|
});
|
|
5326
|
-
this.dispatch(
|
|
5325
|
+
this.dispatch(Ed(n));
|
|
5327
5326
|
const a = await this.enqueueRequest({
|
|
5328
5327
|
description: "Get document attachments",
|
|
5329
5328
|
method: u.GET,
|
|
@@ -5334,7 +5333,7 @@ class NS extends De {
|
|
|
5334
5333
|
return this.dispatch(this.addAttachments(a)), [...n, ...a];
|
|
5335
5334
|
}
|
|
5336
5335
|
}
|
|
5337
|
-
class
|
|
5336
|
+
class WS extends v {
|
|
5338
5337
|
add(e) {
|
|
5339
5338
|
var o;
|
|
5340
5339
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -5342,7 +5341,7 @@ class HS extends v {
|
|
|
5342
5341
|
created_by: i,
|
|
5343
5342
|
submitted_at: n
|
|
5344
5343
|
});
|
|
5345
|
-
this.dispatch(
|
|
5344
|
+
this.dispatch(Gd([a]));
|
|
5346
5345
|
const c = this.enqueueRequest({
|
|
5347
5346
|
description: "Create Document",
|
|
5348
5347
|
method: u.POST,
|
|
@@ -5396,7 +5395,7 @@ class HS extends v {
|
|
|
5396
5395
|
);
|
|
5397
5396
|
c.push(r), r.parent_document && c.push(a[r.parent_document]);
|
|
5398
5397
|
}
|
|
5399
|
-
this.dispatch(
|
|
5398
|
+
this.dispatch(Bd({ documentId: e, targetDocumentId: s, position: i }));
|
|
5400
5399
|
const l = this.enqueueRequest({
|
|
5401
5400
|
description: "Move Document",
|
|
5402
5401
|
method: u.PATCH,
|
|
@@ -5415,7 +5414,7 @@ class HS extends v {
|
|
|
5415
5414
|
}), l;
|
|
5416
5415
|
}
|
|
5417
5416
|
delete(e) {
|
|
5418
|
-
const { store: s } = this.client, i = Ye(s.getState()), n =
|
|
5417
|
+
const { store: s } = this.client, i = Ye(s.getState()), n = Nd(e)(s.getState());
|
|
5419
5418
|
if (!n)
|
|
5420
5419
|
throw new Error(`attempting to delete a document with uuid ${e} that does not exist in store.documents`);
|
|
5421
5420
|
const a = n.parent_document ? i[n.parent_document] : void 0;
|
|
@@ -5447,10 +5446,10 @@ class HS extends v {
|
|
|
5447
5446
|
blockers: [],
|
|
5448
5447
|
blocks: []
|
|
5449
5448
|
}), a = [...await i, ...await n];
|
|
5450
|
-
return this.dispatch(
|
|
5449
|
+
return this.dispatch($d(a)), a;
|
|
5451
5450
|
}
|
|
5452
5451
|
}
|
|
5453
|
-
class
|
|
5452
|
+
class KS extends v {
|
|
5454
5453
|
async add(e, s) {
|
|
5455
5454
|
return this.enqueueRequest({
|
|
5456
5455
|
description: "Add email domain to organization",
|
|
@@ -5462,14 +5461,14 @@ class WS extends v {
|
|
|
5462
5461
|
});
|
|
5463
5462
|
}
|
|
5464
5463
|
async remove(e) {
|
|
5465
|
-
return this.dispatch(
|
|
5464
|
+
return this.dispatch(Yd(e.uuid)), this.enqueueRequest({
|
|
5466
5465
|
description: "Remove email domain from organization",
|
|
5467
5466
|
method: u.DELETE,
|
|
5468
5467
|
url: `/organization-email-domains/${e.uuid}/`,
|
|
5469
5468
|
blockers: [e.domain],
|
|
5470
5469
|
blocks: []
|
|
5471
5470
|
}).catch((s) => {
|
|
5472
|
-
throw this.dispatch(
|
|
5471
|
+
throw this.dispatch(Kd(e)), s;
|
|
5473
5472
|
});
|
|
5474
5473
|
}
|
|
5475
5474
|
async refreshStore(e) {
|
|
@@ -5483,10 +5482,10 @@ class WS extends v {
|
|
|
5483
5482
|
blockers: [e],
|
|
5484
5483
|
blocks: []
|
|
5485
5484
|
});
|
|
5486
|
-
return this.dispatch(
|
|
5485
|
+
return this.dispatch(Wd(s)), s;
|
|
5487
5486
|
}
|
|
5488
5487
|
}
|
|
5489
|
-
class
|
|
5488
|
+
class YS extends v {
|
|
5490
5489
|
async getVerificationCode(e) {
|
|
5491
5490
|
return this.enqueueRequest({
|
|
5492
5491
|
description: "Get verification code",
|
|
@@ -5511,8 +5510,8 @@ class KS extends v {
|
|
|
5511
5510
|
}
|
|
5512
5511
|
const pt = {}, Ft = /* @__PURE__ */ new Set();
|
|
5513
5512
|
let mt = 0, Ot = 0, Rt = 0;
|
|
5514
|
-
const
|
|
5515
|
-
class
|
|
5513
|
+
const Gp = 20;
|
|
5514
|
+
class JS extends v {
|
|
5516
5515
|
constructor() {
|
|
5517
5516
|
super(...arguments);
|
|
5518
5517
|
f(this, "host");
|
|
@@ -5540,7 +5539,7 @@ class YS extends v {
|
|
|
5540
5539
|
blockers: [],
|
|
5541
5540
|
blocks: [`s3-${n}`]
|
|
5542
5541
|
});
|
|
5543
|
-
return "url" in a && this.dispatch(
|
|
5542
|
+
return "url" in a && this.dispatch(eu({ sha1: s, ...a })), a;
|
|
5544
5543
|
}
|
|
5545
5544
|
/**
|
|
5546
5545
|
* Adds a file to the cache using the sha1 hash as the key and returns the sha1 hash.
|
|
@@ -5558,7 +5557,7 @@ class YS extends v {
|
|
|
5558
5557
|
if (!s.name || !s.size || !s.type)
|
|
5559
5558
|
throw new Error("Cannot add files to cache that do not have a name, size and type.");
|
|
5560
5559
|
const n = await this._dbPromise;
|
|
5561
|
-
!!await n.get("files", i) ? (console.error("File already cached (this is unexpected at this point):", s.name, i), mt++) : (await n.put("files", s, i), Ot++), Ft.add(i), Rt++, Rt %
|
|
5560
|
+
!!await n.get("files", i) ? (console.error("File already cached (this is unexpected at this point):", s.name, i), mt++) : (await n.put("files", s, i), Ot++), Ft.add(i), Rt++, Rt % Gp === 0 && console.debug(
|
|
5562
5561
|
`File cache summary: ${mt} hits and ${Ot} misses, ${mt / (mt + Ot) * 100}% hit rate over ${Rt} calls to addCache.`
|
|
5563
5562
|
);
|
|
5564
5563
|
}
|
|
@@ -5570,7 +5569,7 @@ class YS extends v {
|
|
|
5570
5569
|
}
|
|
5571
5570
|
async getOrRenewUploadUrl(s) {
|
|
5572
5571
|
const i = this.client.store.getState();
|
|
5573
|
-
return
|
|
5572
|
+
return tu(s)(i) ?? await this.renewUploadUrl(s);
|
|
5574
5573
|
}
|
|
5575
5574
|
/** Ensure the file has been added to the file cache before calling `uploadFileToS3()` */
|
|
5576
5575
|
async uploadFileToS3(s) {
|
|
@@ -5669,7 +5668,7 @@ class YS extends v {
|
|
|
5669
5668
|
return r;
|
|
5670
5669
|
}
|
|
5671
5670
|
}
|
|
5672
|
-
class
|
|
5671
|
+
class ZS extends z {
|
|
5673
5672
|
async bulkAdd(e) {
|
|
5674
5673
|
var l;
|
|
5675
5674
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -5697,7 +5696,7 @@ class JS extends z {
|
|
|
5697
5696
|
};
|
|
5698
5697
|
c.push(S);
|
|
5699
5698
|
}
|
|
5700
|
-
this.dispatch(
|
|
5699
|
+
this.dispatch(nu(a));
|
|
5701
5700
|
const o = this.enqueueRequest({
|
|
5702
5701
|
description: "Attach files to form revision",
|
|
5703
5702
|
method: u.POST,
|
|
@@ -5711,10 +5710,10 @@ class JS extends z {
|
|
|
5711
5710
|
blocks: a.map((r) => r.uuid)
|
|
5712
5711
|
});
|
|
5713
5712
|
return o.then((r) => {
|
|
5714
|
-
this.processPresignedUrls(r.presigned_urls), this.dispatch(
|
|
5713
|
+
this.processPresignedUrls(r.presigned_urls), this.dispatch(au(r.attachments));
|
|
5715
5714
|
}).catch(() => {
|
|
5716
5715
|
this.dispatch(
|
|
5717
|
-
|
|
5716
|
+
cu(a.map((r) => r.uuid))
|
|
5718
5717
|
);
|
|
5719
5718
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
5720
5719
|
}
|
|
@@ -5729,10 +5728,10 @@ class JS extends z {
|
|
|
5729
5728
|
blockers: [e],
|
|
5730
5729
|
blocks: []
|
|
5731
5730
|
});
|
|
5732
|
-
return this.dispatch(
|
|
5731
|
+
return this.dispatch(iu(s)), s;
|
|
5733
5732
|
}
|
|
5734
5733
|
}
|
|
5735
|
-
class
|
|
5734
|
+
class QS extends z {
|
|
5736
5735
|
add(e) {
|
|
5737
5736
|
var o;
|
|
5738
5737
|
const { store: s } = this.client, n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, a = F({
|
|
@@ -5750,7 +5749,7 @@ class ZS extends z {
|
|
|
5750
5749
|
blocks: [a.uuid]
|
|
5751
5750
|
});
|
|
5752
5751
|
return c.then((l) => {
|
|
5753
|
-
this.dispatch(
|
|
5752
|
+
this.dispatch(hu(l));
|
|
5754
5753
|
}).catch(() => {
|
|
5755
5754
|
this.dispatch(Ra(a.uuid));
|
|
5756
5755
|
}), [a, c];
|
|
@@ -5766,10 +5765,10 @@ class ZS extends z {
|
|
|
5766
5765
|
blockers: [e],
|
|
5767
5766
|
blocks: []
|
|
5768
5767
|
});
|
|
5769
|
-
return this.dispatch(
|
|
5768
|
+
return this.dispatch(uu(s)), s;
|
|
5770
5769
|
}
|
|
5771
5770
|
}
|
|
5772
|
-
class
|
|
5771
|
+
class XS extends z {
|
|
5773
5772
|
add(e, s) {
|
|
5774
5773
|
var r;
|
|
5775
5774
|
const { store: i } = this.client, n = (/* @__PURE__ */ new Date()).toISOString(), a = (r = i.getState().userReducer.currentUser) == null ? void 0 : r.id, c = F({
|
|
@@ -5805,13 +5804,13 @@ class QS extends z {
|
|
|
5805
5804
|
}), [c, o, l];
|
|
5806
5805
|
}
|
|
5807
5806
|
async delete(e) {
|
|
5808
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
5807
|
+
const { store: s } = this.client, i = s.getState(), n = Su(e)(i);
|
|
5809
5808
|
if (!n)
|
|
5810
5809
|
throw new Error("Expected form to exist");
|
|
5811
|
-
const a =
|
|
5810
|
+
const a = vu(e)(i);
|
|
5812
5811
|
a.length > 0 && this.dispatch(Kt(a.map(({ uuid: o }) => o)));
|
|
5813
|
-
const c =
|
|
5814
|
-
c.length > 0 && this.dispatch(
|
|
5812
|
+
const c = Au(e)(i);
|
|
5813
|
+
c.length > 0 && this.dispatch(pu(c.map(({ uuid: o }) => o))), this.dispatch(yi(e));
|
|
5815
5814
|
try {
|
|
5816
5815
|
return await this.enqueueRequest({
|
|
5817
5816
|
description: "Delete form",
|
|
@@ -5821,7 +5820,7 @@ class QS extends z {
|
|
|
5821
5820
|
blocks: []
|
|
5822
5821
|
});
|
|
5823
5822
|
} catch (o) {
|
|
5824
|
-
throw this.dispatch(fi(n)), c.length > 0 && this.dispatch(
|
|
5823
|
+
throw this.dispatch(fi(n)), c.length > 0 && this.dispatch(lu(c)), a.length > 0 && this.dispatch(Wt(a)), o;
|
|
5825
5824
|
}
|
|
5826
5825
|
}
|
|
5827
5826
|
async refreshStore(e) {
|
|
@@ -5835,10 +5834,10 @@ class QS extends z {
|
|
|
5835
5834
|
blockers: [e],
|
|
5836
5835
|
blocks: []
|
|
5837
5836
|
});
|
|
5838
|
-
return this.dispatch(
|
|
5837
|
+
return this.dispatch(yu(s)), s;
|
|
5839
5838
|
}
|
|
5840
5839
|
}
|
|
5841
|
-
class
|
|
5840
|
+
class e_ extends z {
|
|
5842
5841
|
async bulkAdd(e) {
|
|
5843
5842
|
var l;
|
|
5844
5843
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -5880,7 +5879,7 @@ class XS extends z {
|
|
|
5880
5879
|
blocks: a.map((r) => r.uuid)
|
|
5881
5880
|
});
|
|
5882
5881
|
return o.then((r) => {
|
|
5883
|
-
this.processPresignedUrls(r.presigned_urls), this.dispatch(
|
|
5882
|
+
this.processPresignedUrls(r.presigned_urls), this.dispatch(Pu(r.attachments));
|
|
5884
5883
|
}).catch((r) => {
|
|
5885
5884
|
throw this.dispatch(
|
|
5886
5885
|
Dt(
|
|
@@ -5890,7 +5889,7 @@ class XS extends z {
|
|
|
5890
5889
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
5891
5890
|
}
|
|
5892
5891
|
async bulkDelete(e) {
|
|
5893
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
5892
|
+
const { store: s } = this.client, i = s.getState(), n = Tu(e)(i);
|
|
5894
5893
|
this.dispatch(Dt(e));
|
|
5895
5894
|
try {
|
|
5896
5895
|
await this.enqueueRequest({
|
|
@@ -5916,10 +5915,10 @@ class XS extends z {
|
|
|
5916
5915
|
blockers: [],
|
|
5917
5916
|
blocks: []
|
|
5918
5917
|
});
|
|
5919
|
-
return this.dispatch(
|
|
5918
|
+
return this.dispatch(_u(s)), s;
|
|
5920
5919
|
}
|
|
5921
5920
|
}
|
|
5922
|
-
class
|
|
5921
|
+
class t_ extends z {
|
|
5923
5922
|
add(e) {
|
|
5924
5923
|
var c;
|
|
5925
5924
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -5951,7 +5950,7 @@ class e_ extends z {
|
|
|
5951
5950
|
...n,
|
|
5952
5951
|
...e
|
|
5953
5952
|
};
|
|
5954
|
-
this.dispatch(
|
|
5953
|
+
this.dispatch(Iu(a));
|
|
5955
5954
|
const c = this.enqueueRequest({
|
|
5956
5955
|
description: "Delete user form submissions",
|
|
5957
5956
|
method: u.PATCH,
|
|
@@ -5970,7 +5969,7 @@ class e_ extends z {
|
|
|
5970
5969
|
const { store: s } = this.client, i = s.getState(), n = Pi(e)(i);
|
|
5971
5970
|
if (!n)
|
|
5972
5971
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
5973
|
-
const a =
|
|
5972
|
+
const a = Fu(e)(i);
|
|
5974
5973
|
this.dispatch(_i(e)), this.dispatch(Dt(a.map((c) => c.uuid)));
|
|
5975
5974
|
try {
|
|
5976
5975
|
return await this.enqueueRequest({
|
|
@@ -5995,10 +5994,10 @@ class e_ extends z {
|
|
|
5995
5994
|
blockers: [],
|
|
5996
5995
|
blocks: []
|
|
5997
5996
|
});
|
|
5998
|
-
return this.dispatch(
|
|
5997
|
+
return this.dispatch(Ru(s)), s;
|
|
5999
5998
|
}
|
|
6000
5999
|
}
|
|
6001
|
-
class
|
|
6000
|
+
class s_ extends z {
|
|
6002
6001
|
async add(e) {
|
|
6003
6002
|
var h;
|
|
6004
6003
|
const { store: s } = this.client, { file: i, ...n } = e, a = (/* @__PURE__ */ new Date()).toISOString(), c = (h = s.getState().userReducer.currentUser) == null ? void 0 : h.id, o = n.project, l = await this.getFilePayload(i), r = F({
|
|
@@ -6009,7 +6008,7 @@ class t_ extends z {
|
|
|
6009
6008
|
submitted_at: a,
|
|
6010
6009
|
created_by: c
|
|
6011
6010
|
});
|
|
6012
|
-
this.dispatch(
|
|
6011
|
+
this.dispatch(Mu(r));
|
|
6013
6012
|
const d = this.enqueueRequest({
|
|
6014
6013
|
description: "Add geo image",
|
|
6015
6014
|
method: u.POST,
|
|
@@ -6064,7 +6063,7 @@ class t_ extends z {
|
|
|
6064
6063
|
original_date: T.original_date
|
|
6065
6064
|
});
|
|
6066
6065
|
}
|
|
6067
|
-
this.dispatch(
|
|
6066
|
+
this.dispatch(zu(c));
|
|
6068
6067
|
const d = this.enqueueRequest({
|
|
6069
6068
|
description: "Bulk add geo images",
|
|
6070
6069
|
method: u.POST,
|
|
@@ -6079,9 +6078,9 @@ class t_ extends z {
|
|
|
6079
6078
|
blockers: o
|
|
6080
6079
|
});
|
|
6081
6080
|
return d.then((p) => {
|
|
6082
|
-
this.processPresignedUrls(p.presigned_urls), this.dispatch(
|
|
6081
|
+
this.processPresignedUrls(p.presigned_urls), this.dispatch(ju(p.geo_images));
|
|
6083
6082
|
}).catch(() => {
|
|
6084
|
-
this.dispatch(
|
|
6083
|
+
this.dispatch(xu(o));
|
|
6085
6084
|
}), [c, d.then((p) => p.geo_images)];
|
|
6086
6085
|
}
|
|
6087
6086
|
update(e) {
|
|
@@ -6089,7 +6088,7 @@ class t_ extends z {
|
|
|
6089
6088
|
if (!n)
|
|
6090
6089
|
throw new Error(`Map image with uuid ${e.uuid} does not exist in the store`);
|
|
6091
6090
|
const a = { ...n, ...e };
|
|
6092
|
-
this.dispatch(
|
|
6091
|
+
this.dispatch(Du(a));
|
|
6093
6092
|
const c = this.enqueueRequest({
|
|
6094
6093
|
description: "Update geo image",
|
|
6095
6094
|
method: u.PATCH,
|
|
@@ -6131,10 +6130,10 @@ class t_ extends z {
|
|
|
6131
6130
|
blocks: [e],
|
|
6132
6131
|
blockers: []
|
|
6133
6132
|
});
|
|
6134
|
-
return this.dispatch(
|
|
6133
|
+
return this.dispatch(qu(s)), s;
|
|
6135
6134
|
}
|
|
6136
6135
|
}
|
|
6137
|
-
class
|
|
6136
|
+
class i_ extends v {
|
|
6138
6137
|
add(e) {
|
|
6139
6138
|
var o;
|
|
6140
6139
|
const { store: s } = this.client, i = (/* @__PURE__ */ new Date()).toISOString(), n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, a = F({
|
|
@@ -6156,13 +6155,13 @@ class s_ extends v {
|
|
|
6156
6155
|
blocks: [a.uuid]
|
|
6157
6156
|
});
|
|
6158
6157
|
return c.then((l) => {
|
|
6159
|
-
this.dispatch(
|
|
6158
|
+
this.dispatch(Gu(l));
|
|
6160
6159
|
}).catch(() => {
|
|
6161
6160
|
this.dispatch(vi(a.uuid));
|
|
6162
6161
|
}), [a, c];
|
|
6163
6162
|
}
|
|
6164
6163
|
async delete(e) {
|
|
6165
|
-
const { store: s } = this.client, i =
|
|
6164
|
+
const { store: s } = this.client, i = Bu(e)(s.getState());
|
|
6166
6165
|
if (!i)
|
|
6167
6166
|
throw new Error(`Issue association with uuid ${e} not found in store.`);
|
|
6168
6167
|
this.dispatch(vi(e));
|
|
@@ -6186,21 +6185,21 @@ class s_ extends v {
|
|
|
6186
6185
|
blockers: [],
|
|
6187
6186
|
blocks: []
|
|
6188
6187
|
});
|
|
6189
|
-
return this.dispatch(
|
|
6188
|
+
return this.dispatch($u(s)), s;
|
|
6190
6189
|
}
|
|
6191
6190
|
}
|
|
6192
|
-
class
|
|
6191
|
+
class n_ extends De {
|
|
6193
6192
|
constructor() {
|
|
6194
6193
|
super(...arguments);
|
|
6195
6194
|
f(this, "name", "Issue Attachment");
|
|
6196
6195
|
f(this, "url", "/issue-attachments");
|
|
6197
6196
|
f(this, "initializeAttachments", ki);
|
|
6198
6197
|
f(this, "addAttachments", Ua);
|
|
6199
|
-
f(this, "updateAttachments",
|
|
6198
|
+
f(this, "updateAttachments", Yu);
|
|
6200
6199
|
f(this, "removeAttachments", Va);
|
|
6201
|
-
f(this, "removeAttachment",
|
|
6202
|
-
f(this, "setAttachment",
|
|
6203
|
-
f(this, "selectAttachment",
|
|
6200
|
+
f(this, "removeAttachment", Ju);
|
|
6201
|
+
f(this, "setAttachment", Ku);
|
|
6202
|
+
f(this, "selectAttachment", el);
|
|
6204
6203
|
}
|
|
6205
6204
|
buildOfflineAttachment(s) {
|
|
6206
6205
|
return F({
|
|
@@ -6240,18 +6239,18 @@ class i_ extends De {
|
|
|
6240
6239
|
return this.dispatch(ki(i)), i;
|
|
6241
6240
|
}
|
|
6242
6241
|
}
|
|
6243
|
-
class
|
|
6242
|
+
class a_ extends De {
|
|
6244
6243
|
constructor() {
|
|
6245
6244
|
super(...arguments);
|
|
6246
6245
|
f(this, "name", "Issue Comment Attachment");
|
|
6247
6246
|
f(this, "url", "/issue-comment-attachments");
|
|
6248
6247
|
f(this, "initializeAttachments", qi);
|
|
6249
|
-
f(this, "addAttachments",
|
|
6250
|
-
f(this, "updateAttachments",
|
|
6251
|
-
f(this, "removeAttachments",
|
|
6252
|
-
f(this, "removeAttachment",
|
|
6253
|
-
f(this, "setAttachment",
|
|
6254
|
-
f(this, "selectAttachment",
|
|
6248
|
+
f(this, "addAttachments", sl);
|
|
6249
|
+
f(this, "updateAttachments", nl);
|
|
6250
|
+
f(this, "removeAttachments", cl);
|
|
6251
|
+
f(this, "removeAttachment", al);
|
|
6252
|
+
f(this, "setAttachment", il);
|
|
6253
|
+
f(this, "selectAttachment", dl);
|
|
6255
6254
|
}
|
|
6256
6255
|
buildOfflineAttachment(s) {
|
|
6257
6256
|
return F({
|
|
@@ -6291,7 +6290,7 @@ class n_ extends De {
|
|
|
6291
6290
|
return this.dispatch(qi(i)), i;
|
|
6292
6291
|
}
|
|
6293
6292
|
}
|
|
6294
|
-
class
|
|
6293
|
+
class c_ extends v {
|
|
6295
6294
|
add(e) {
|
|
6296
6295
|
var a;
|
|
6297
6296
|
const { store: s } = this.client, i = F({
|
|
@@ -6360,10 +6359,10 @@ class a_ extends v {
|
|
|
6360
6359
|
blockers: [],
|
|
6361
6360
|
blocks: []
|
|
6362
6361
|
});
|
|
6363
|
-
return this.dispatch(
|
|
6362
|
+
return this.dispatch(ll(s)), s;
|
|
6364
6363
|
}
|
|
6365
6364
|
}
|
|
6366
|
-
class
|
|
6365
|
+
class r_ extends v {
|
|
6367
6366
|
add(e) {
|
|
6368
6367
|
var l;
|
|
6369
6368
|
const { store: s } = this.client, i = s.getState(), n = (/* @__PURE__ */ new Date()).toISOString(), a = (l = i.userReducer.currentUser) == null ? void 0 : l.id, c = F({
|
|
@@ -6455,7 +6454,7 @@ class c_ extends v {
|
|
|
6455
6454
|
issue: i.uuid,
|
|
6456
6455
|
changes: a
|
|
6457
6456
|
});
|
|
6458
|
-
this.dispatch(
|
|
6457
|
+
this.dispatch(ih(c));
|
|
6459
6458
|
const o = this.enqueueRequest({
|
|
6460
6459
|
description: "Edit issue",
|
|
6461
6460
|
method: u.PATCH,
|
|
@@ -6465,20 +6464,20 @@ class c_ extends v {
|
|
|
6465
6464
|
blocks: [e.uuid]
|
|
6466
6465
|
});
|
|
6467
6466
|
return o.catch(() => {
|
|
6468
|
-
this.dispatch(_t(i)), this.dispatch(
|
|
6467
|
+
this.dispatch(_t(i)), this.dispatch(ah(c.uuid));
|
|
6469
6468
|
}), [n, o];
|
|
6470
6469
|
}
|
|
6471
6470
|
async remove(e) {
|
|
6472
6471
|
const { store: s } = this.client, i = s.getState(), n = $i(e)(i);
|
|
6473
6472
|
if (!n)
|
|
6474
6473
|
throw new Error(`No issue with uuid ${e} found in the store`);
|
|
6475
|
-
const a =
|
|
6476
|
-
for (const d of Bu(e)(i))
|
|
6477
|
-
l[d.uuid] = d;
|
|
6474
|
+
const a = Xu(e)(i), c = oh(e)(i), o = wu(e)(i), l = {};
|
|
6478
6475
|
for (const d of Lu(e)(i))
|
|
6479
6476
|
l[d.uuid] = d;
|
|
6477
|
+
for (const d of Nu(e)(i))
|
|
6478
|
+
l[d.uuid] = d;
|
|
6480
6479
|
const r = Object.values(l);
|
|
6481
|
-
this.dispatch(Ci(e)), a.length > 0 && this.dispatch(Va(a.map(({ uuid: d }) => d))), c.length > 0 && this.dispatch(
|
|
6480
|
+
this.dispatch(Ci(e)), a.length > 0 && this.dispatch(Va(a.map(({ uuid: d }) => d))), c.length > 0 && this.dispatch(ch(c.map(({ uuid: d }) => d))), o.length > 0 && this.dispatch(Kt(o.map(({ uuid: d }) => d))), r.length > 0 && this.dispatch(Da(r.map(({ uuid: d }) => d)));
|
|
6482
6481
|
try {
|
|
6483
6482
|
return await this.enqueueRequest({
|
|
6484
6483
|
description: "Delete issue",
|
|
@@ -6488,7 +6487,7 @@ class c_ extends v {
|
|
|
6488
6487
|
blocks: []
|
|
6489
6488
|
});
|
|
6490
6489
|
} catch (d) {
|
|
6491
|
-
throw this.dispatch(Vi(n)), this.dispatch(Ua(a)), this.dispatch(
|
|
6490
|
+
throw this.dispatch(Vi(n)), this.dispatch(Ua(a)), this.dispatch(nh(c)), this.dispatch(Wt(o)), this.dispatch(za(r)), d;
|
|
6492
6491
|
}
|
|
6493
6492
|
}
|
|
6494
6493
|
async refreshStore(e) {
|
|
@@ -6502,21 +6501,21 @@ class c_ extends v {
|
|
|
6502
6501
|
blockers: [],
|
|
6503
6502
|
blocks: []
|
|
6504
6503
|
});
|
|
6505
|
-
return this.dispatch(
|
|
6504
|
+
return this.dispatch(ml(s)), s;
|
|
6506
6505
|
}
|
|
6507
6506
|
}
|
|
6508
|
-
class
|
|
6507
|
+
class o_ extends De {
|
|
6509
6508
|
constructor() {
|
|
6510
6509
|
super(...arguments);
|
|
6511
6510
|
f(this, "name", "Issue Type Attachment");
|
|
6512
6511
|
f(this, "url", "/issue-type-attachments");
|
|
6513
6512
|
f(this, "initializeAttachments", Bi);
|
|
6514
|
-
f(this, "addAttachments",
|
|
6515
|
-
f(this, "updateAttachments",
|
|
6516
|
-
f(this, "removeAttachments",
|
|
6517
|
-
f(this, "removeAttachment",
|
|
6518
|
-
f(this, "setAttachment",
|
|
6519
|
-
f(this, "selectAttachment",
|
|
6513
|
+
f(this, "addAttachments", gl);
|
|
6514
|
+
f(this, "updateAttachments", _l);
|
|
6515
|
+
f(this, "removeAttachments", Tl);
|
|
6516
|
+
f(this, "removeAttachment", Pl);
|
|
6517
|
+
f(this, "setAttachment", Sl);
|
|
6518
|
+
f(this, "selectAttachment", Rl);
|
|
6520
6519
|
}
|
|
6521
6520
|
buildOfflineAttachment(s) {
|
|
6522
6521
|
return F({
|
|
@@ -6556,7 +6555,7 @@ class r_ extends De {
|
|
|
6556
6555
|
return this.dispatch(Bi(i)), i;
|
|
6557
6556
|
}
|
|
6558
6557
|
}
|
|
6559
|
-
class
|
|
6558
|
+
class d_ extends z {
|
|
6560
6559
|
async bulkAdd(e) {
|
|
6561
6560
|
var l;
|
|
6562
6561
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -6584,7 +6583,7 @@ class o_ extends z {
|
|
|
6584
6583
|
};
|
|
6585
6584
|
c.push(S);
|
|
6586
6585
|
}
|
|
6587
|
-
this.dispatch(
|
|
6586
|
+
this.dispatch(wl(a));
|
|
6588
6587
|
const o = this.enqueueRequest({
|
|
6589
6588
|
description: "Add issue type fields attachments",
|
|
6590
6589
|
method: u.POST,
|
|
@@ -6598,10 +6597,10 @@ class o_ extends z {
|
|
|
6598
6597
|
blocks: a.map((r) => r.uuid)
|
|
6599
6598
|
});
|
|
6600
6599
|
return o.then((r) => {
|
|
6601
|
-
this.processPresignedUrls(r.presigned_urls), this.dispatch(
|
|
6600
|
+
this.processPresignedUrls(r.presigned_urls), this.dispatch(kl(r.attachments));
|
|
6602
6601
|
}).catch(() => {
|
|
6603
6602
|
this.dispatch(
|
|
6604
|
-
|
|
6603
|
+
El(
|
|
6605
6604
|
a.map((r) => r.uuid)
|
|
6606
6605
|
)
|
|
6607
6606
|
);
|
|
@@ -6618,10 +6617,10 @@ class o_ extends z {
|
|
|
6618
6617
|
blockers: [e],
|
|
6619
6618
|
blocks: []
|
|
6620
6619
|
});
|
|
6621
|
-
return this.dispatch(
|
|
6620
|
+
return this.dispatch(vl(s)), s;
|
|
6622
6621
|
}
|
|
6623
6622
|
}
|
|
6624
|
-
class
|
|
6623
|
+
class u_ extends v {
|
|
6625
6624
|
add(e) {
|
|
6626
6625
|
var o;
|
|
6627
6626
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -6629,7 +6628,7 @@ class d_ extends v {
|
|
|
6629
6628
|
created_by: i,
|
|
6630
6629
|
submitted_at: n
|
|
6631
6630
|
});
|
|
6632
|
-
this.dispatch(
|
|
6631
|
+
this.dispatch(Vl(a));
|
|
6633
6632
|
const c = this.enqueueRequest({
|
|
6634
6633
|
description: "Add Issue Type Fields",
|
|
6635
6634
|
method: u.POST,
|
|
@@ -6639,9 +6638,9 @@ class d_ extends v {
|
|
|
6639
6638
|
blocks: [a.uuid]
|
|
6640
6639
|
});
|
|
6641
6640
|
return c.then((l) => {
|
|
6642
|
-
this.dispatch(
|
|
6641
|
+
this.dispatch(Cl(l));
|
|
6643
6642
|
}).catch((l) => {
|
|
6644
|
-
throw this.dispatch(
|
|
6643
|
+
throw this.dispatch($l(a.uuid)), l;
|
|
6645
6644
|
}), [a, c];
|
|
6646
6645
|
}
|
|
6647
6646
|
async refreshStore(e) {
|
|
@@ -6655,10 +6654,10 @@ class d_ extends v {
|
|
|
6655
6654
|
blockers: [],
|
|
6656
6655
|
blocks: []
|
|
6657
6656
|
});
|
|
6658
|
-
return this.dispatch(
|
|
6657
|
+
return this.dispatch(Ul(s)), s;
|
|
6659
6658
|
}
|
|
6660
6659
|
}
|
|
6661
|
-
class
|
|
6660
|
+
class l_ extends z {
|
|
6662
6661
|
async bulkAdd(e) {
|
|
6663
6662
|
var l;
|
|
6664
6663
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -6700,7 +6699,7 @@ class u_ extends z {
|
|
|
6700
6699
|
blocks: a.map((r) => r.uuid)
|
|
6701
6700
|
});
|
|
6702
6701
|
return o.then(({ presigned_urls: r, attachments: d }) => {
|
|
6703
|
-
this.processPresignedUrls(r), this.dispatch(
|
|
6702
|
+
this.processPresignedUrls(r), this.dispatch(Nl(d));
|
|
6704
6703
|
}).catch((r) => {
|
|
6705
6704
|
throw this.dispatch(
|
|
6706
6705
|
Ut(
|
|
@@ -6710,7 +6709,7 @@ class u_ extends z {
|
|
|
6710
6709
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
6711
6710
|
}
|
|
6712
6711
|
async bulkDelete(e) {
|
|
6713
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
6712
|
+
const { store: s } = this.client, i = s.getState(), n = Wl(e)(i);
|
|
6714
6713
|
this.dispatch(Ut(e));
|
|
6715
6714
|
try {
|
|
6716
6715
|
await this.enqueueRequest({
|
|
@@ -6736,10 +6735,10 @@ class u_ extends z {
|
|
|
6736
6735
|
blockers: [],
|
|
6737
6736
|
blocks: []
|
|
6738
6737
|
});
|
|
6739
|
-
return this.dispatch(
|
|
6738
|
+
return this.dispatch(Ll(s)), s;
|
|
6740
6739
|
}
|
|
6741
6740
|
}
|
|
6742
|
-
class
|
|
6741
|
+
class h_ extends v {
|
|
6743
6742
|
add(e) {
|
|
6744
6743
|
var c;
|
|
6745
6744
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -6789,7 +6788,7 @@ class l_ extends v {
|
|
|
6789
6788
|
const { store: s } = this.client, i = s.getState(), n = Ki(e)(i);
|
|
6790
6789
|
if (!n)
|
|
6791
6790
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
6792
|
-
const a =
|
|
6791
|
+
const a = Kl(e)(i);
|
|
6793
6792
|
this.dispatch(Wi(e)), this.dispatch(Ut(a.map((c) => c.uuid)));
|
|
6794
6793
|
try {
|
|
6795
6794
|
await this.enqueueRequest({
|
|
@@ -6814,10 +6813,10 @@ class l_ extends v {
|
|
|
6814
6813
|
blockers: [],
|
|
6815
6814
|
blocks: []
|
|
6816
6815
|
});
|
|
6817
|
-
return this.dispatch(
|
|
6816
|
+
return this.dispatch(zl(s)), s;
|
|
6818
6817
|
}
|
|
6819
6818
|
}
|
|
6820
|
-
class
|
|
6819
|
+
class p_ extends v {
|
|
6821
6820
|
add(e) {
|
|
6822
6821
|
var c;
|
|
6823
6822
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -6825,7 +6824,7 @@ class h_ extends v {
|
|
|
6825
6824
|
submitted_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
6826
6825
|
created_by: (c = i.userReducer.currentUser) == null ? void 0 : c.id
|
|
6827
6826
|
});
|
|
6828
|
-
this.dispatch(
|
|
6827
|
+
this.dispatch(Zl(n));
|
|
6829
6828
|
const a = this.enqueueRequest({
|
|
6830
6829
|
method: u.POST,
|
|
6831
6830
|
url: "/issue-types/",
|
|
@@ -6847,7 +6846,7 @@ class h_ extends v {
|
|
|
6847
6846
|
...n,
|
|
6848
6847
|
...e
|
|
6849
6848
|
};
|
|
6850
|
-
this.dispatch(
|
|
6849
|
+
this.dispatch(Ql(a));
|
|
6851
6850
|
const c = this.enqueueRequest({
|
|
6852
6851
|
method: u.PATCH,
|
|
6853
6852
|
url: `/issue-types/${e.uuid}/`,
|
|
@@ -6866,7 +6865,7 @@ class h_ extends v {
|
|
|
6866
6865
|
if (!n)
|
|
6867
6866
|
throw new Error(`IssueType with uuid ${e} does not exist in the store.`);
|
|
6868
6867
|
const a = Za(e)(i);
|
|
6869
|
-
this.dispatch(Qi(e)), this.dispatch(
|
|
6868
|
+
this.dispatch(Qi(e)), this.dispatch(fl(a.map((o) => o.uuid)));
|
|
6870
6869
|
const c = this.enqueueRequest({
|
|
6871
6870
|
method: u.DELETE,
|
|
6872
6871
|
url: `/issue-types/${e}/`,
|
|
@@ -6874,7 +6873,7 @@ class h_ extends v {
|
|
|
6874
6873
|
blocks: []
|
|
6875
6874
|
});
|
|
6876
6875
|
return c.catch(() => {
|
|
6877
|
-
this.dispatch(lt(n)), this.dispatch(
|
|
6876
|
+
this.dispatch(lt(n)), this.dispatch(Al(a));
|
|
6878
6877
|
}), c;
|
|
6879
6878
|
}
|
|
6880
6879
|
async refreshStore(e) {
|
|
@@ -6887,10 +6886,10 @@ class h_ extends v {
|
|
|
6887
6886
|
blockers: [],
|
|
6888
6887
|
blocks: []
|
|
6889
6888
|
});
|
|
6890
|
-
return this.dispatch(
|
|
6889
|
+
return this.dispatch(Jl(s)), s;
|
|
6891
6890
|
}
|
|
6892
6891
|
}
|
|
6893
|
-
class
|
|
6892
|
+
class m_ extends v {
|
|
6894
6893
|
async refreshStore(e) {
|
|
6895
6894
|
const s = await this.enqueueRequest({
|
|
6896
6895
|
description: "Get issue updates",
|
|
@@ -6902,16 +6901,16 @@ class p_ extends v {
|
|
|
6902
6901
|
blockers: [],
|
|
6903
6902
|
blocks: []
|
|
6904
6903
|
});
|
|
6905
|
-
return this.dispatch(
|
|
6904
|
+
return this.dispatch(sh(s)), s;
|
|
6906
6905
|
}
|
|
6907
6906
|
}
|
|
6908
|
-
const
|
|
6909
|
-
function
|
|
6907
|
+
const Bp = 1800;
|
|
6908
|
+
function Lp(t) {
|
|
6910
6909
|
if (!t.access) throw new Error("Missing access token");
|
|
6911
6910
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
6912
6911
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
6913
6912
|
}
|
|
6914
|
-
class
|
|
6913
|
+
class A_ extends $p {
|
|
6915
6914
|
constructor() {
|
|
6916
6915
|
super(...arguments);
|
|
6917
6916
|
// _getTokenPair and _getRenewedTokens don't need to use enqueueRequest from the BaseApiService because
|
|
@@ -6982,7 +6981,7 @@ class m_ extends Cp {
|
|
|
6982
6981
|
} catch {
|
|
6983
6982
|
n = i;
|
|
6984
6983
|
}
|
|
6985
|
-
return n - i <
|
|
6984
|
+
return n - i < Bp;
|
|
6986
6985
|
}
|
|
6987
6986
|
getAuthHeader() {
|
|
6988
6987
|
return `Bearer ${this.getAccessToken()}`;
|
|
@@ -7029,11 +7028,11 @@ class m_ extends Cp {
|
|
|
7029
7028
|
blockers: [],
|
|
7030
7029
|
blocks: []
|
|
7031
7030
|
}).then((n) => {
|
|
7032
|
-
this.setTokens(
|
|
7031
|
+
this.setTokens(Lp(n));
|
|
7033
7032
|
});
|
|
7034
7033
|
}
|
|
7035
7034
|
}
|
|
7036
|
-
class
|
|
7035
|
+
class f_ extends v {
|
|
7037
7036
|
// TODO: add method when support for displaying an invited user
|
|
7038
7037
|
update(e) {
|
|
7039
7038
|
const { store: s } = this.client, i = nn(e.uuid)(s.getState()), n = {
|
|
@@ -7056,8 +7055,8 @@ class A_ extends v {
|
|
|
7056
7055
|
}), [n, a];
|
|
7057
7056
|
}
|
|
7058
7057
|
async remove(e) {
|
|
7059
|
-
const { store: s } = this.client, i = s.getState(), n = nn(e)(i), a =
|
|
7060
|
-
this.dispatch(
|
|
7058
|
+
const { store: s } = this.client, i = s.getState(), n = nn(e)(i), a = Ah(n.user)(i);
|
|
7059
|
+
this.dispatch(bh(n.uuid)), this.dispatch(hh(n.user));
|
|
7061
7060
|
try {
|
|
7062
7061
|
await this.enqueueRequest({
|
|
7063
7062
|
description: "Remove organization access",
|
|
@@ -7067,7 +7066,7 @@ class A_ extends v {
|
|
|
7067
7066
|
blocks: []
|
|
7068
7067
|
});
|
|
7069
7068
|
} catch (c) {
|
|
7070
|
-
throw this.dispatch(
|
|
7069
|
+
throw this.dispatch(yh(n)), this.dispatch(lh(a)), c;
|
|
7071
7070
|
}
|
|
7072
7071
|
}
|
|
7073
7072
|
async refreshStore(e) {
|
|
@@ -7081,10 +7080,10 @@ class A_ extends v {
|
|
|
7081
7080
|
blockers: [],
|
|
7082
7081
|
blocks: []
|
|
7083
7082
|
});
|
|
7084
|
-
return this.dispatch(
|
|
7083
|
+
return this.dispatch(fh(s)), s;
|
|
7085
7084
|
}
|
|
7086
7085
|
}
|
|
7087
|
-
class
|
|
7086
|
+
class y_ extends v {
|
|
7088
7087
|
create(e) {
|
|
7089
7088
|
return this.enqueueRequest({
|
|
7090
7089
|
description: "Create organization",
|
|
@@ -7122,10 +7121,10 @@ class f_ extends v {
|
|
|
7122
7121
|
blockers: [],
|
|
7123
7122
|
blocks: []
|
|
7124
7123
|
});
|
|
7125
|
-
return this.dispatch(
|
|
7124
|
+
return this.dispatch(jh(e)), e;
|
|
7126
7125
|
}
|
|
7127
7126
|
}
|
|
7128
|
-
class
|
|
7127
|
+
class b_ extends v {
|
|
7129
7128
|
add(e) {
|
|
7130
7129
|
const s = F(e);
|
|
7131
7130
|
this.dispatch(cn(s));
|
|
@@ -7189,20 +7188,20 @@ class y_ extends v {
|
|
|
7189
7188
|
blockers: [],
|
|
7190
7189
|
blocks: []
|
|
7191
7190
|
});
|
|
7192
|
-
return this.dispatch(
|
|
7191
|
+
return this.dispatch(_h(s)), s;
|
|
7193
7192
|
}
|
|
7194
7193
|
}
|
|
7195
|
-
class
|
|
7194
|
+
class g_ extends De {
|
|
7196
7195
|
constructor() {
|
|
7197
7196
|
super(...arguments);
|
|
7198
7197
|
f(this, "name", "Project Attachment");
|
|
7199
7198
|
f(this, "url", "/project-attachments");
|
|
7200
|
-
f(this, "addAttachments",
|
|
7201
|
-
f(this, "updateAttachments",
|
|
7199
|
+
f(this, "addAttachments", Lh);
|
|
7200
|
+
f(this, "updateAttachments", Wh);
|
|
7202
7201
|
f(this, "removeAttachments", rc);
|
|
7203
|
-
f(this, "removeAttachment",
|
|
7204
|
-
f(this, "setAttachment",
|
|
7205
|
-
f(this, "selectAttachment",
|
|
7202
|
+
f(this, "removeAttachment", Kh);
|
|
7203
|
+
f(this, "setAttachment", Nh);
|
|
7204
|
+
f(this, "selectAttachment", Zh);
|
|
7206
7205
|
}
|
|
7207
7206
|
buildOfflineAttachment(s) {
|
|
7208
7207
|
return F({
|
|
@@ -7239,10 +7238,10 @@ class b_ extends De {
|
|
|
7239
7238
|
blockers: [],
|
|
7240
7239
|
blocks: []
|
|
7241
7240
|
});
|
|
7242
|
-
return this.dispatch(
|
|
7241
|
+
return this.dispatch(Bh(i)), i;
|
|
7243
7242
|
}
|
|
7244
7243
|
}
|
|
7245
|
-
class
|
|
7244
|
+
class S_ extends v {
|
|
7246
7245
|
async saveExisting(e) {
|
|
7247
7246
|
if (!e.uuid)
|
|
7248
7247
|
throw new Error(
|
|
@@ -7299,10 +7298,10 @@ class g_ extends v {
|
|
|
7299
7298
|
const o = Promise.resolve(a).then((l) => this.enqueueRequest(l));
|
|
7300
7299
|
return o.then((l) => {
|
|
7301
7300
|
this.dispatch(An(l));
|
|
7302
|
-
}), this.dispatch(
|
|
7301
|
+
}), this.dispatch(cp), this.dispatch(ap(null)), this.dispatch(np(!1)), [n, o];
|
|
7303
7302
|
}
|
|
7304
7303
|
delete(e) {
|
|
7305
|
-
return this.dispatch(
|
|
7304
|
+
return this.dispatch(sp(e)), this.enqueueRequest({
|
|
7306
7305
|
method: u.DELETE,
|
|
7307
7306
|
url: `/project-files/${e}`,
|
|
7308
7307
|
blockers: [e],
|
|
@@ -7320,10 +7319,10 @@ class g_ extends v {
|
|
|
7320
7319
|
blockers: [],
|
|
7321
7320
|
blocks: []
|
|
7322
7321
|
});
|
|
7323
|
-
return this.dispatch(
|
|
7322
|
+
return this.dispatch(ep(s)), s;
|
|
7324
7323
|
}
|
|
7325
7324
|
}
|
|
7326
|
-
class
|
|
7325
|
+
class __ extends v {
|
|
7327
7326
|
async add(e) {
|
|
7328
7327
|
if (!e.bounds && !e.canvas_bounds)
|
|
7329
7328
|
throw new Error("Project must either have bounds or canvas_bounds set");
|
|
@@ -7343,7 +7342,7 @@ class S_ extends v {
|
|
|
7343
7342
|
async update(e) {
|
|
7344
7343
|
if (!e.bounds && !e.canvas_bounds)
|
|
7345
7344
|
throw new Error("Project must either have bounds or canvas_bounds set");
|
|
7346
|
-
return this.dispatch(
|
|
7345
|
+
return this.dispatch(wh(e)), await this.enqueueRequest({
|
|
7347
7346
|
description: "Update project",
|
|
7348
7347
|
method: u.PATCH,
|
|
7349
7348
|
url: `/projects/${e.uuid}/`,
|
|
@@ -7356,15 +7355,15 @@ class S_ extends v {
|
|
|
7356
7355
|
});
|
|
7357
7356
|
}
|
|
7358
7357
|
async delete(e) {
|
|
7359
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
7358
|
+
const { store: s } = this.client, i = s.getState(), n = Eh(e)(i);
|
|
7360
7359
|
if (!n)
|
|
7361
7360
|
throw new Error("Expected project to exist");
|
|
7362
|
-
const a =
|
|
7363
|
-
this.dispatch(
|
|
7364
|
-
const c =
|
|
7361
|
+
const a = op(i).filter((l) => l.project === e);
|
|
7362
|
+
this.dispatch(ip(a.map(({ uuid: l }) => l)));
|
|
7363
|
+
const c = Qh(n.uuid)(i);
|
|
7365
7364
|
this.dispatch(rc(c.map(({ uuid: l }) => l)));
|
|
7366
|
-
const o =
|
|
7367
|
-
this.dispatch(
|
|
7365
|
+
const o = Fh(e)(i);
|
|
7366
|
+
this.dispatch(Th(o.map(({ uuid: l }) => l))), this.dispatch(un(n.uuid));
|
|
7368
7367
|
try {
|
|
7369
7368
|
await this.enqueueRequest({
|
|
7370
7369
|
description: "Delete project",
|
|
@@ -7374,7 +7373,7 @@ class S_ extends v {
|
|
|
7374
7373
|
blocks: []
|
|
7375
7374
|
}), this.dispatch(un(n.uuid));
|
|
7376
7375
|
} catch (l) {
|
|
7377
|
-
throw this.dispatch(
|
|
7376
|
+
throw this.dispatch(vh(n)), this.dispatch(Ph(Object.values(o))), this.dispatch(tp(a)), this.dispatch(Hh(c)), l;
|
|
7378
7377
|
}
|
|
7379
7378
|
}
|
|
7380
7379
|
async refreshStore(e) {
|
|
@@ -7388,10 +7387,10 @@ class S_ extends v {
|
|
|
7388
7387
|
blockers: [],
|
|
7389
7388
|
blocks: []
|
|
7390
7389
|
});
|
|
7391
|
-
return this.dispatch(
|
|
7390
|
+
return this.dispatch(Ih(s)), s;
|
|
7392
7391
|
}
|
|
7393
7392
|
}
|
|
7394
|
-
class
|
|
7393
|
+
class P_ extends v {
|
|
7395
7394
|
add(e) {
|
|
7396
7395
|
const s = F({
|
|
7397
7396
|
...e,
|
|
@@ -7399,7 +7398,7 @@ class __ extends v {
|
|
|
7399
7398
|
// TODO: uncomment once supported
|
|
7400
7399
|
// created_by: state.userReducer.currentUser.uuid,
|
|
7401
7400
|
});
|
|
7402
|
-
this.dispatch(
|
|
7401
|
+
this.dispatch(pp(s));
|
|
7403
7402
|
const i = this.enqueueRequest({
|
|
7404
7403
|
description: "Create team",
|
|
7405
7404
|
method: u.POST,
|
|
@@ -7500,10 +7499,10 @@ class __ extends v {
|
|
|
7500
7499
|
blockers: [],
|
|
7501
7500
|
blocks: []
|
|
7502
7501
|
});
|
|
7503
|
-
return this.dispatch(
|
|
7502
|
+
return this.dispatch(hp(s)), s;
|
|
7504
7503
|
}
|
|
7505
7504
|
}
|
|
7506
|
-
class
|
|
7505
|
+
class T_ extends v {
|
|
7507
7506
|
async refreshStore(e) {
|
|
7508
7507
|
const s = await this.enqueueRequest({
|
|
7509
7508
|
description: "Fetch organization users",
|
|
@@ -7512,10 +7511,10 @@ class P_ extends v {
|
|
|
7512
7511
|
blockers: [],
|
|
7513
7512
|
blocks: []
|
|
7514
7513
|
});
|
|
7515
|
-
return this.dispatch(
|
|
7514
|
+
return this.dispatch(uh(s)), s;
|
|
7516
7515
|
}
|
|
7517
7516
|
}
|
|
7518
|
-
class
|
|
7517
|
+
class F_ {
|
|
7519
7518
|
constructor(e) {
|
|
7520
7519
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
7521
7520
|
f(this, "store");
|
|
@@ -7555,7 +7554,7 @@ class T_ {
|
|
|
7555
7554
|
});
|
|
7556
7555
|
} else {
|
|
7557
7556
|
const c = this.store.dispatch(
|
|
7558
|
-
|
|
7557
|
+
Vh(a)
|
|
7559
7558
|
), o = (r) => {
|
|
7560
7559
|
if (r)
|
|
7561
7560
|
n.resolve(r.body);
|
|
@@ -7727,200 +7726,200 @@ class We {
|
|
|
7727
7726
|
this.requestAttemptCounter[e] = (this.requestAttemptCounter[e] || 0) + 1;
|
|
7728
7727
|
}
|
|
7729
7728
|
}
|
|
7730
|
-
const
|
|
7729
|
+
const O_ = (t, e) => {
|
|
7731
7730
|
const s = new e(t);
|
|
7732
|
-
return
|
|
7731
|
+
return Sp(s), gp(t), s;
|
|
7733
7732
|
};
|
|
7734
|
-
var
|
|
7733
|
+
var Np = /* @__PURE__ */ ((t) => (t[t.USER_REGISTRATION = 0] = "USER_REGISTRATION", t[t.APPLICATION_INVITE = 2] = "APPLICATION_INVITE", t[t.PROJECT_INVITE = 4] = "PROJECT_INVITE", t[t.ORGANIZATION_INVITE = 6] = "ORGANIZATION_INVITE", t[t.ADD_EMAIL_DOMAIN = 8] = "ADD_EMAIL_DOMAIN", t[t.RESET_PASSWORD = 10] = "RESET_PASSWORD", t))(Np || {});
|
|
7735
7734
|
export {
|
|
7736
7735
|
x as APIError,
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
7746
|
-
|
|
7747
|
-
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7759
|
-
|
|
7736
|
+
PS as AgentService,
|
|
7737
|
+
TS as AssetAttachmentService,
|
|
7738
|
+
FS as AssetProcedureAttachmentService,
|
|
7739
|
+
IS as AssetProcedureFieldValuesAttachmentService,
|
|
7740
|
+
vS as AssetProcedureFieldValuesService,
|
|
7741
|
+
OS as AssetProcedureFieldsAttachmentService,
|
|
7742
|
+
RS as AssetProcedureFieldsService,
|
|
7743
|
+
wS as AssetProcedureInstanceService,
|
|
7744
|
+
kS as AssetProcedureService,
|
|
7745
|
+
jS as AssetProcedureStepFieldValuesAttachmentService,
|
|
7746
|
+
MS as AssetProcedureStepFieldValuesService,
|
|
7747
|
+
ES as AssetProcedureStepFieldsAttachmentService,
|
|
7748
|
+
qS as AssetProcedureStepFieldsService,
|
|
7749
|
+
zS as AssetProcedureStepService,
|
|
7750
|
+
DS as AssetService,
|
|
7751
|
+
xS as AssetStageCompletionService,
|
|
7752
|
+
US as AssetStageService,
|
|
7753
|
+
VS as AssetTypeAttachmentService,
|
|
7754
|
+
GS as AssetTypeFieldValuesAttachmentService,
|
|
7755
|
+
BS as AssetTypeFieldValuesService,
|
|
7756
|
+
CS as AssetTypeFieldsAttachmentService,
|
|
7757
|
+
$S as AssetTypeFieldsService,
|
|
7758
|
+
LS as AssetTypeService,
|
|
7760
7759
|
Vc as AttachmentModel,
|
|
7761
7760
|
v as BaseApiService,
|
|
7762
|
-
|
|
7761
|
+
F_ as BaseSDK,
|
|
7763
7762
|
Yc as COMMON_AUTO_FIELDS,
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
|
|
7763
|
+
NS as CategoryService,
|
|
7764
|
+
dm as DEFAULT_ISSUE_PRIORITY,
|
|
7765
|
+
om as DEFAULT_ISSUE_STATUS,
|
|
7767
7766
|
$c as DeferredPromise,
|
|
7768
|
-
|
|
7769
|
-
|
|
7767
|
+
HS as DocumentAttachmentService,
|
|
7768
|
+
WS as DocumentService,
|
|
7770
7769
|
Dc as EMPTY_ARRAY,
|
|
7771
7770
|
xc as EMPTY_OBJECT,
|
|
7772
|
-
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
|
|
7779
|
-
|
|
7780
|
-
|
|
7771
|
+
KS as EmailDomainsService,
|
|
7772
|
+
YS as EmailVerificationService,
|
|
7773
|
+
JS as FileService,
|
|
7774
|
+
ZS as FormRevisionAttachmentService,
|
|
7775
|
+
QS as FormRevisionService,
|
|
7776
|
+
XS as FormService,
|
|
7777
|
+
e_ as FormSubmissionAttachmentService,
|
|
7778
|
+
t_ as FormSubmissionService,
|
|
7779
|
+
s_ as GeoImageService,
|
|
7781
7780
|
u as HttpMethod,
|
|
7782
|
-
|
|
7783
|
-
|
|
7784
|
-
|
|
7785
|
-
|
|
7781
|
+
i_ as IssueAssociationService,
|
|
7782
|
+
n_ as IssueAttachmentService,
|
|
7783
|
+
a_ as IssueCommentAttachmentService,
|
|
7784
|
+
c_ as IssueCommentService,
|
|
7786
7785
|
Tn as IssuePriority,
|
|
7787
|
-
|
|
7786
|
+
r_ as IssueService,
|
|
7788
7787
|
Fn as IssueStatus,
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
|
|
7788
|
+
o_ as IssueTypeAttachmentService,
|
|
7789
|
+
l_ as IssueTypeFieldValuesAttachmentService,
|
|
7790
|
+
h_ as IssueTypeFieldValuesService,
|
|
7791
|
+
d_ as IssueTypeFieldsAttachmentService,
|
|
7792
|
+
u_ as IssueTypeFieldsService,
|
|
7793
|
+
p_ as IssueTypeService,
|
|
7795
7794
|
M as IssueUpdateChange,
|
|
7796
|
-
|
|
7797
|
-
|
|
7795
|
+
m_ as IssueUpdateService,
|
|
7796
|
+
A_ as JWTService,
|
|
7798
7797
|
Cc as OUTBOX_RETRY_DELAY,
|
|
7799
7798
|
Uc as OrganizationAccessLevel,
|
|
7800
|
-
|
|
7801
|
-
|
|
7799
|
+
f_ as OrganizationAccessService,
|
|
7800
|
+
y_ as OrganizationService,
|
|
7802
7801
|
We as OutboxCoordinator,
|
|
7803
|
-
|
|
7804
|
-
|
|
7805
|
-
|
|
7806
|
-
|
|
7802
|
+
b_ as ProjectAccessService,
|
|
7803
|
+
g_ as ProjectAttachmentService,
|
|
7804
|
+
S_ as ProjectFileService,
|
|
7805
|
+
__ as ProjectService,
|
|
7807
7806
|
I as RESET_ORGANIZATION_STATE,
|
|
7808
7807
|
k as RESET_PROJECT_STATE,
|
|
7809
7808
|
_ as RESET_STATE,
|
|
7810
|
-
|
|
7809
|
+
P_ as TeamService,
|
|
7811
7810
|
Je as UNKNOWN_ERROR_MESSAGE,
|
|
7812
|
-
|
|
7811
|
+
T_ as UserService,
|
|
7813
7812
|
At as VERSION_REDUCER_KEY,
|
|
7814
|
-
|
|
7815
|
-
|
|
7813
|
+
Np as VerificationCodeType,
|
|
7814
|
+
$h as _setLatestRetryTime,
|
|
7816
7815
|
js as addAsset,
|
|
7817
|
-
|
|
7816
|
+
xm as addAssetAttachment,
|
|
7818
7817
|
wn as addAssetAttachments,
|
|
7819
7818
|
As as addAssetProcedure,
|
|
7820
|
-
|
|
7819
|
+
Cm as addAssetProcedureAttachment,
|
|
7821
7820
|
hr as addAssetProcedureAttachments,
|
|
7822
7821
|
rs as addAssetProcedureFieldValues,
|
|
7823
|
-
|
|
7822
|
+
aA as addAssetProcedureFieldValuesAttachment,
|
|
7824
7823
|
vt as addAssetProcedureFieldValuesAttachments,
|
|
7825
7824
|
$r as addAssetProcedureFieldValuesMany,
|
|
7826
7825
|
wr as addAssetProcedureFields,
|
|
7827
|
-
|
|
7826
|
+
Lm as addAssetProcedureFieldsAttachment,
|
|
7828
7827
|
Pr as addAssetProcedureFieldsAttachments,
|
|
7829
|
-
|
|
7828
|
+
Zm as addAssetProcedureFieldsMany,
|
|
7830
7829
|
ls as addAssetProcedureInstance,
|
|
7831
7830
|
Wr as addAssetProcedureInstances,
|
|
7832
|
-
|
|
7831
|
+
tf as addAssetProcedureStep,
|
|
7833
7832
|
Fs as addAssetProcedureStepFieldValues,
|
|
7834
|
-
|
|
7833
|
+
BA as addAssetProcedureStepFieldValuesAttachment,
|
|
7835
7834
|
kt as addAssetProcedureStepFieldValuesAttachments,
|
|
7836
7835
|
yo as addAssetProcedureStepFieldValuesMany,
|
|
7837
7836
|
Ss as addAssetProcedureStepFields,
|
|
7838
|
-
|
|
7837
|
+
IA as addAssetProcedureStepFieldsAttachment,
|
|
7839
7838
|
to as addAssetProcedureStepFieldsAttachments,
|
|
7840
|
-
|
|
7839
|
+
MA as addAssetProcedureStepFieldsMany,
|
|
7841
7840
|
vs as addAssetProcedureSteps,
|
|
7842
|
-
|
|
7843
|
-
|
|
7841
|
+
SA as addAssetProcedures,
|
|
7842
|
+
mf as addAssetStage,
|
|
7844
7843
|
xs as addAssetStageCompletion,
|
|
7845
7844
|
Us as addAssetStageCompletions,
|
|
7846
7845
|
Gs as addAssetStages,
|
|
7847
7846
|
ti as addAssetType,
|
|
7848
|
-
|
|
7847
|
+
bf as addAssetTypeAttachment,
|
|
7849
7848
|
ca as addAssetTypeAttachments,
|
|
7850
7849
|
Zs as addAssetTypeFieldValues,
|
|
7851
|
-
|
|
7850
|
+
Df as addAssetTypeFieldValuesAttachment,
|
|
7852
7851
|
jt as addAssetTypeFieldValuesAttachments,
|
|
7853
7852
|
yd as addAssetTypeFieldValuesMany,
|
|
7854
7853
|
ad as addAssetTypeFields,
|
|
7855
|
-
|
|
7854
|
+
_f as addAssetTypeFieldsAttachment,
|
|
7856
7855
|
Qo as addAssetTypeFieldsAttachments,
|
|
7857
|
-
|
|
7858
|
-
|
|
7856
|
+
vf as addAssetTypeFieldsMany,
|
|
7857
|
+
Kf as addAssetTypes,
|
|
7859
7858
|
qt as addAssets,
|
|
7860
|
-
|
|
7859
|
+
iy as addCategories,
|
|
7861
7860
|
ci as addCategory,
|
|
7862
7861
|
Xc as addConversation,
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
|
|
7862
|
+
km as addConversations,
|
|
7863
|
+
ly as addDocumentAttachment,
|
|
7864
|
+
qd as addDocumentAttachments,
|
|
7865
|
+
Gd as addDocuments,
|
|
7866
|
+
Kd as addEmailDomain,
|
|
7867
|
+
by as addEmailDomains,
|
|
7869
7868
|
fi as addForm,
|
|
7870
7869
|
Oa as addFormRevision,
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
|
|
7870
|
+
Oy as addFormRevisionAttachment,
|
|
7871
|
+
nu as addFormRevisionAttachments,
|
|
7872
|
+
lu as addFormRevisions,
|
|
7874
7873
|
Si as addFormSubmission,
|
|
7875
|
-
|
|
7874
|
+
By as addFormSubmissionAttachment,
|
|
7876
7875
|
zt as addFormSubmissionAttachments,
|
|
7877
7876
|
Wt as addFormSubmissions,
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
|
|
7877
|
+
Dy as addForms,
|
|
7878
|
+
Mu as addGeoImage,
|
|
7879
|
+
zu as addGeoImages,
|
|
7881
7880
|
Vi as addIssue,
|
|
7882
7881
|
Ii as addIssueAssociation,
|
|
7883
7882
|
za as addIssueAssociations,
|
|
7884
|
-
|
|
7883
|
+
sb as addIssueAttachment,
|
|
7885
7884
|
Ua as addIssueAttachments,
|
|
7886
7885
|
Mi as addIssueComment,
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7890
|
-
|
|
7891
|
-
|
|
7892
|
-
|
|
7886
|
+
ab as addIssueCommentAttachment,
|
|
7887
|
+
sl as addIssueCommentAttachments,
|
|
7888
|
+
ub as addIssueComments,
|
|
7889
|
+
Zl as addIssueType,
|
|
7890
|
+
gb as addIssueTypeAttachment,
|
|
7891
|
+
gl as addIssueTypeAttachments,
|
|
7893
7892
|
Hi as addIssueTypeFieldValues,
|
|
7894
|
-
|
|
7893
|
+
Nb as addIssueTypeFieldValuesAttachment,
|
|
7895
7894
|
xt as addIssueTypeFieldValuesAttachments,
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
|
|
7900
|
-
|
|
7901
|
-
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
|
|
7895
|
+
kb as addIssueTypeFieldValuesMany,
|
|
7896
|
+
Vl as addIssueTypeFields,
|
|
7897
|
+
Tb as addIssueTypeFieldsAttachment,
|
|
7898
|
+
wl as addIssueTypeFieldsAttachments,
|
|
7899
|
+
Db as addIssueTypeFieldsMany,
|
|
7900
|
+
Zb as addIssueTypes,
|
|
7901
|
+
ih as addIssueUpdate,
|
|
7902
|
+
nh as addIssueUpdates,
|
|
7903
|
+
Al as addIssues,
|
|
7904
|
+
$g as addOrganization,
|
|
7905
|
+
yh as addOrganizationAccess,
|
|
7906
|
+
bg as addOrganizationAccesses,
|
|
7907
|
+
Cg as addOrganizations,
|
|
7908
|
+
vh as addProject,
|
|
7910
7909
|
cn as addProjectAccess,
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
|
|
7918
|
-
|
|
7919
|
-
|
|
7920
|
-
|
|
7910
|
+
Ph as addProjectAccesses,
|
|
7911
|
+
eS as addProjectAttachment,
|
|
7912
|
+
Lh as addProjectAttachments,
|
|
7913
|
+
nS as addProjectFile,
|
|
7914
|
+
tp as addProjectFiles,
|
|
7915
|
+
qg as addProjects,
|
|
7916
|
+
pp as addTeam,
|
|
7917
|
+
hS as addTeams,
|
|
7918
|
+
lh as addUser,
|
|
7919
|
+
lg as addUsers,
|
|
7921
7920
|
sr as agentsReducer,
|
|
7922
7921
|
Rn as agentsSlice,
|
|
7923
|
-
|
|
7922
|
+
Am as areArraysEqual,
|
|
7924
7923
|
ur as assetAttachmentReducer,
|
|
7925
7924
|
vn as assetAttachmentSlice,
|
|
7926
7925
|
Sr as assetProcedureAttachmentReducer,
|
|
@@ -7967,20 +7966,20 @@ export {
|
|
|
7967
7966
|
ma as assetTypeSlice,
|
|
7968
7967
|
Od as authReducer,
|
|
7969
7968
|
Nt as authSlice,
|
|
7970
|
-
|
|
7969
|
+
gS as baseReducer,
|
|
7971
7970
|
pc as baseReducers,
|
|
7972
|
-
|
|
7973
|
-
|
|
7971
|
+
_m as blobToBase64,
|
|
7972
|
+
kd as categoryReducer,
|
|
7974
7973
|
fa as categorySlice,
|
|
7975
|
-
|
|
7976
|
-
|
|
7977
|
-
|
|
7974
|
+
ey as clearTokens,
|
|
7975
|
+
Sm as constructUploadedFilePayloads,
|
|
7976
|
+
pm as coordinatesAreEqual,
|
|
7978
7977
|
O as createModelAdapter,
|
|
7979
|
-
|
|
7980
|
-
|
|
7978
|
+
hm as createMultiPointGeometry,
|
|
7979
|
+
Uh as createOfflineAction,
|
|
7981
7980
|
E as createPayload,
|
|
7982
|
-
|
|
7983
|
-
|
|
7981
|
+
lm as createPointGeometry,
|
|
7982
|
+
um as createSelectionAdapter,
|
|
7984
7983
|
Ms as deleteAsset,
|
|
7985
7984
|
ar as deleteAssetAttachment,
|
|
7986
7985
|
kn as deleteAssetAttachments,
|
|
@@ -7988,27 +7987,27 @@ export {
|
|
|
7988
7987
|
Ar as deleteAssetProcedureAttachment,
|
|
7989
7988
|
fr as deleteAssetProcedureAttachments,
|
|
7990
7989
|
os as deleteAssetProcedureFieldValues,
|
|
7991
|
-
|
|
7990
|
+
dA as deleteAssetProcedureFieldValuesAttachment,
|
|
7992
7991
|
wt as deleteAssetProcedureFieldValuesAttachments,
|
|
7993
7992
|
Br as deleteAssetProcedureFieldValuesMany,
|
|
7994
7993
|
Er as deleteAssetProcedureFields,
|
|
7995
|
-
|
|
7994
|
+
Km as deleteAssetProcedureFieldsAttachment,
|
|
7996
7995
|
Fr as deleteAssetProcedureFieldsAttachments,
|
|
7997
|
-
|
|
7996
|
+
tA as deleteAssetProcedureFieldsMany,
|
|
7998
7997
|
hs as deleteAssetProcedureInstance,
|
|
7999
7998
|
Kr as deleteAssetProcedureInstances,
|
|
8000
|
-
|
|
7999
|
+
sf as deleteAssetProcedureStep,
|
|
8001
8000
|
Os as deleteAssetProcedureStepFieldValues,
|
|
8002
|
-
|
|
8001
|
+
WA as deleteAssetProcedureStepFieldValuesAttachment,
|
|
8003
8002
|
Et as deleteAssetProcedureStepFieldValuesAttachments,
|
|
8004
8003
|
go as deleteAssetProcedureStepFieldValuesMany,
|
|
8005
8004
|
_s as deleteAssetProcedureStepFields,
|
|
8006
|
-
|
|
8005
|
+
EA as deleteAssetProcedureStepFieldsAttachment,
|
|
8007
8006
|
io as deleteAssetProcedureStepFieldsAttachments,
|
|
8008
|
-
|
|
8007
|
+
UA as deleteAssetProcedureStepFieldsMany,
|
|
8009
8008
|
ks as deleteAssetProcedureSteps,
|
|
8010
|
-
|
|
8011
|
-
|
|
8009
|
+
PA as deleteAssetProcedures,
|
|
8010
|
+
Af as deleteAssetStage,
|
|
8012
8011
|
Vs as deleteAssetStageCompletion,
|
|
8013
8012
|
Cs as deleteAssetStageCompletions,
|
|
8014
8013
|
Ls as deleteAssetStages,
|
|
@@ -8016,113 +8015,113 @@ export {
|
|
|
8016
8015
|
No as deleteAssetTypeAttachment,
|
|
8017
8016
|
ra as deleteAssetTypeAttachments,
|
|
8018
8017
|
Qs as deleteAssetTypeFieldValues,
|
|
8019
|
-
|
|
8018
|
+
Cf as deleteAssetTypeFieldValuesAttachment,
|
|
8020
8019
|
Mt as deleteAssetTypeFieldValuesAttachments,
|
|
8021
8020
|
gd as deleteAssetTypeFieldValuesMany,
|
|
8022
8021
|
rd as deleteAssetTypeFields,
|
|
8023
|
-
|
|
8022
|
+
Of as deleteAssetTypeFieldsAttachment,
|
|
8024
8023
|
ed as deleteAssetTypeFieldsAttachments,
|
|
8025
|
-
|
|
8026
|
-
|
|
8024
|
+
qf as deleteAssetTypeFieldsMany,
|
|
8025
|
+
Jf as deleteAssetTypes,
|
|
8027
8026
|
Xn as deleteAssets,
|
|
8028
|
-
|
|
8027
|
+
ry as deleteCategories,
|
|
8029
8028
|
vd as deleteCategory,
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8029
|
+
jm as deleteConversation,
|
|
8030
|
+
Mm as deleteConversations,
|
|
8031
|
+
zd as deleteDocumentAttachment,
|
|
8032
|
+
Dd as deleteDocumentAttachments,
|
|
8033
|
+
Yd as deleteEmailDomain,
|
|
8034
|
+
Ty as deleteEmailDomains,
|
|
8036
8035
|
yi as deleteForm,
|
|
8037
8036
|
Ra as deleteFormRevision,
|
|
8038
|
-
|
|
8039
|
-
|
|
8040
|
-
|
|
8037
|
+
wy as deleteFormRevisionAttachment,
|
|
8038
|
+
cu as deleteFormRevisionAttachments,
|
|
8039
|
+
pu as deleteFormRevisions,
|
|
8041
8040
|
_i as deleteFormSubmission,
|
|
8042
|
-
|
|
8041
|
+
Wy as deleteFormSubmissionAttachment,
|
|
8043
8042
|
Dt as deleteFormSubmissionAttachments,
|
|
8044
8043
|
Kt as deleteFormSubmissions,
|
|
8045
|
-
|
|
8044
|
+
$y as deleteForms,
|
|
8046
8045
|
Fi as deleteGeoImage,
|
|
8047
|
-
|
|
8046
|
+
xu as deleteGeoImages,
|
|
8048
8047
|
Ci as deleteIssue,
|
|
8049
8048
|
vi as deleteIssueAssociation,
|
|
8050
8049
|
Da as deleteIssueAssociations,
|
|
8051
|
-
|
|
8050
|
+
Ju as deleteIssueAttachment,
|
|
8052
8051
|
Va as deleteIssueAttachments,
|
|
8053
8052
|
Di as deleteIssueComment,
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
|
|
8057
|
-
|
|
8058
|
-
|
|
8059
|
-
|
|
8053
|
+
al as deleteIssueCommentAttachment,
|
|
8054
|
+
cl as deleteIssueCommentAttachments,
|
|
8055
|
+
pb as deleteIssueComments,
|
|
8056
|
+
eg as deleteIssueType,
|
|
8057
|
+
Pl as deleteIssueTypeAttachment,
|
|
8058
|
+
Tl as deleteIssueTypeAttachments,
|
|
8060
8059
|
Wi as deleteIssueTypeFieldValues,
|
|
8061
|
-
|
|
8060
|
+
Yb as deleteIssueTypeFieldValuesAttachment,
|
|
8062
8061
|
Ut as deleteIssueTypeFieldValuesAttachments,
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
|
|
8062
|
+
Mb as deleteIssueTypeFieldValuesMany,
|
|
8063
|
+
$l as deleteIssueTypeFields,
|
|
8064
|
+
Ib as deleteIssueTypeFieldsAttachment,
|
|
8065
|
+
El as deleteIssueTypeFieldsAttachments,
|
|
8066
|
+
Cb as deleteIssueTypeFieldsMany,
|
|
8067
|
+
tg as deleteIssueTypes,
|
|
8068
|
+
ah as deleteIssueUpdate,
|
|
8069
|
+
ch as deleteIssueUpdates,
|
|
8070
|
+
fl as deleteIssues,
|
|
8071
|
+
Lg as deleteOrganization,
|
|
8072
|
+
bh as deleteOrganizationAccess,
|
|
8073
|
+
Pg as deleteOrganizationAccesses,
|
|
8074
|
+
Ng as deleteOrganizations,
|
|
8076
8075
|
un as deleteProject,
|
|
8077
8076
|
rn as deleteProjectAccess,
|
|
8078
|
-
|
|
8079
|
-
|
|
8077
|
+
Th as deleteProjectAccesses,
|
|
8078
|
+
Kh as deleteProjectAttachment,
|
|
8080
8079
|
rc as deleteProjectAttachments,
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8080
|
+
sp as deleteProjectFile,
|
|
8081
|
+
ip as deleteProjectFiles,
|
|
8082
|
+
Mg as deleteProjects,
|
|
8084
8083
|
bn as deleteTeam,
|
|
8085
|
-
|
|
8086
|
-
|
|
8087
|
-
|
|
8088
|
-
|
|
8084
|
+
AS as deleteTeams,
|
|
8085
|
+
hh as deleteUser,
|
|
8086
|
+
mg as deleteUsers,
|
|
8087
|
+
Ip as dequeue,
|
|
8089
8088
|
Fc as discard,
|
|
8090
|
-
|
|
8089
|
+
Cd as documentAttachmentReducer,
|
|
8091
8090
|
ba as documentAttachmentSlice,
|
|
8092
8091
|
ga as documentSlice,
|
|
8093
|
-
|
|
8094
|
-
|
|
8095
|
-
|
|
8096
|
-
|
|
8092
|
+
Hd as documentsReducer,
|
|
8093
|
+
Pm as downloadFile,
|
|
8094
|
+
gm as downloadInMemoryFile,
|
|
8095
|
+
Qd as emailDomainsReducer,
|
|
8097
8096
|
Sa as emailDomainsSlice,
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8097
|
+
wm as emailRegex,
|
|
8098
|
+
Rp as enqueue,
|
|
8099
|
+
Vh as enqueueRequest,
|
|
8101
8100
|
b as fallbackToEmptyArray,
|
|
8102
8101
|
Ze as fallbackToEmptyObject,
|
|
8103
|
-
|
|
8102
|
+
su as fileReducer,
|
|
8104
8103
|
Pa as fileSlice,
|
|
8105
8104
|
Kc as fileToBlob,
|
|
8106
|
-
|
|
8107
|
-
|
|
8105
|
+
bu as formReducer,
|
|
8106
|
+
ou as formRevisionAttachmentReducer,
|
|
8108
8107
|
Ta as formRevisionAttachmentSlice,
|
|
8109
|
-
|
|
8108
|
+
fu as formRevisionReducer,
|
|
8110
8109
|
Fa as formRevisionsSlice,
|
|
8111
8110
|
Ia as formSlice,
|
|
8112
|
-
|
|
8111
|
+
Ou as formSubmissionAttachmentReducer,
|
|
8113
8112
|
va as formSubmissionAttachmentSlice,
|
|
8114
|
-
|
|
8113
|
+
Eu as formSubmissionReducer,
|
|
8115
8114
|
ka as formSubmissionSlice,
|
|
8116
|
-
|
|
8115
|
+
Cu as geoImageReducer,
|
|
8117
8116
|
ja as geoImageSlice,
|
|
8118
|
-
|
|
8117
|
+
bm as getFileIdentifier,
|
|
8119
8118
|
Zt as getFileS3Key,
|
|
8120
8119
|
Bc as getLocalDateString,
|
|
8121
|
-
|
|
8120
|
+
ym as getLocalRelativeDateString,
|
|
8122
8121
|
Ge as getOutboxCoordinator,
|
|
8123
8122
|
Wc as getRenamedFile,
|
|
8124
8123
|
Ke as hashFile,
|
|
8125
|
-
|
|
8124
|
+
O_ as initSDK,
|
|
8126
8125
|
ts as initializeAssetAttachments,
|
|
8127
8126
|
lr as initializeAssetProcedureAttachments,
|
|
8128
8127
|
Cr as initializeAssetProcedureFieldValues,
|
|
@@ -8147,98 +8146,98 @@ export {
|
|
|
8147
8146
|
Io as initializeAssets,
|
|
8148
8147
|
Rd as initializeCategories,
|
|
8149
8148
|
Qc as initializeConversations,
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
|
|
8157
|
-
|
|
8158
|
-
|
|
8149
|
+
Ed as initializeDocumentAttachments,
|
|
8150
|
+
Wd as initializeEmailDomains,
|
|
8151
|
+
iu as initializeFormRevisionAttachments,
|
|
8152
|
+
uu as initializeFormRevisions,
|
|
8153
|
+
_u as initializeFormSubmissionAttachments,
|
|
8154
|
+
Ru as initializeFormSubmissions,
|
|
8155
|
+
yu as initializeForms,
|
|
8156
|
+
qu as initializeGeoImages,
|
|
8157
|
+
$u as initializeIssueAssociations,
|
|
8159
8158
|
ki as initializeIssueAttachments,
|
|
8160
8159
|
qi as initializeIssueCommentAttachments,
|
|
8161
|
-
|
|
8160
|
+
db as initializeIssueComments,
|
|
8162
8161
|
Bi as initializeIssueTypeAttachments,
|
|
8163
|
-
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8162
|
+
zl as initializeIssueTypeFieldValues,
|
|
8163
|
+
Ll as initializeIssueTypeFieldValuesAttachments,
|
|
8164
|
+
Ul as initializeIssueTypeFields,
|
|
8165
|
+
vl as initializeIssueTypeFieldsAttachments,
|
|
8166
|
+
Jl as initializeIssueTypes,
|
|
8167
|
+
sh as initializeIssueUpdates,
|
|
8168
|
+
ml as initializeIssues,
|
|
8169
|
+
fh as initializeOrganizationAccesses,
|
|
8170
|
+
Ug as initializeOrganizations,
|
|
8171
|
+
_h as initializeProjectAccesses,
|
|
8172
|
+
Bh as initializeProjectAttachments,
|
|
8173
|
+
ep as initializeProjectFiles,
|
|
8174
|
+
Ih as initializeProjects,
|
|
8175
|
+
hp as initializeTeams,
|
|
8176
|
+
uh as initializeUsers,
|
|
8177
|
+
fm as isToday,
|
|
8178
|
+
Wu as issueAssociationReducer,
|
|
8180
8179
|
Ma as issueAssociationSlice,
|
|
8181
|
-
|
|
8180
|
+
tl as issueAttachmentReducer,
|
|
8182
8181
|
xa as issueAttachmentSlice,
|
|
8183
|
-
|
|
8182
|
+
ul as issueCommentAttachmentReducer,
|
|
8184
8183
|
Ca as issueCommentAttachmentSlice,
|
|
8185
|
-
|
|
8184
|
+
pl as issueCommentReducer,
|
|
8186
8185
|
$a as issueCommentSlice,
|
|
8187
|
-
|
|
8186
|
+
bl as issueReducer,
|
|
8188
8187
|
Ga as issueSlice,
|
|
8189
|
-
|
|
8188
|
+
Il as issueTypeAttachmentReducer,
|
|
8190
8189
|
Ba as issueTypeAttachmentSlice,
|
|
8191
|
-
|
|
8190
|
+
Yl as issueTypeFieldValuesAttachmentReducer,
|
|
8192
8191
|
Ka as issueTypeFieldValuesAttachmentSlice,
|
|
8193
|
-
|
|
8192
|
+
xl as issueTypeFieldValuesReducer,
|
|
8194
8193
|
Na as issueTypeFieldValuesSlice,
|
|
8195
|
-
|
|
8194
|
+
Ml as issueTypeFieldsAttachmentReducer,
|
|
8196
8195
|
La as issueTypeFieldsAttachmentSlice,
|
|
8197
|
-
|
|
8196
|
+
Bl as issueTypeFieldsReducer,
|
|
8198
8197
|
Wa as issueTypeFieldsSlice,
|
|
8199
|
-
|
|
8198
|
+
th as issueTypeReducer,
|
|
8200
8199
|
Ja as issueTypeSlice,
|
|
8201
|
-
|
|
8200
|
+
dh as issueUpdateReducer,
|
|
8202
8201
|
Qa as issueUpdateSlice,
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
8202
|
+
Tm as logOnlyOnce,
|
|
8203
|
+
Ch as markAsDeleted,
|
|
8204
|
+
Xg as markForDeletion,
|
|
8206
8205
|
On as memoize,
|
|
8207
|
-
|
|
8206
|
+
Bd as moveDocument,
|
|
8208
8207
|
F as offline,
|
|
8209
|
-
|
|
8208
|
+
vm as onlyUniqueHashes,
|
|
8210
8209
|
Zc as onlyUniqueOfflineIds,
|
|
8211
|
-
|
|
8210
|
+
Sh as organizationAccessReducer,
|
|
8212
8211
|
ec as organizationAccessSlice,
|
|
8213
|
-
|
|
8212
|
+
xh as organizationReducer,
|
|
8214
8213
|
nc as organizationSlice,
|
|
8215
|
-
|
|
8214
|
+
Gh as outboxReducer,
|
|
8216
8215
|
ac as outboxSlice,
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8216
|
+
_S as overmapEnhancer,
|
|
8217
|
+
SS as overmapReducer,
|
|
8218
|
+
bp as overmapReducers,
|
|
8220
8219
|
_c as performRequest,
|
|
8221
|
-
|
|
8220
|
+
Rh as projectAccessReducer,
|
|
8222
8221
|
tc as projectAccessSlice,
|
|
8223
|
-
|
|
8222
|
+
Xh as projectAttachmentReducer,
|
|
8224
8223
|
cc as projectAttachmentSlice,
|
|
8225
|
-
|
|
8224
|
+
dp as projectFileReducer,
|
|
8226
8225
|
oc as projectFileSlice,
|
|
8227
|
-
|
|
8226
|
+
kh as projectReducer,
|
|
8228
8227
|
sc as projectSlice,
|
|
8229
|
-
|
|
8228
|
+
lp as rehydratedReducer,
|
|
8230
8229
|
dc as rehydratedSlice,
|
|
8231
8230
|
ui as removeDocuments,
|
|
8232
8231
|
Qi as removeIssueType,
|
|
8233
|
-
|
|
8232
|
+
cS as resetProjectFileObjectUrls,
|
|
8234
8233
|
y as restructureCreateSelectorWithArgs,
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8234
|
+
cp as saveActiveProjectFileBounds,
|
|
8235
|
+
ty as selectAccessToken,
|
|
8236
|
+
Fg as selectActiveOrganizationAccess,
|
|
8237
|
+
oS as selectActiveProjectFileId,
|
|
8238
|
+
Ud as selectAllDocumentAttachments,
|
|
8239
|
+
Jh as selectAllProjectAttachments,
|
|
8240
|
+
fy as selectAncestorIdsOfDocument,
|
|
8242
8241
|
or as selectAssetAttachmentById,
|
|
8243
8242
|
cr as selectAssetAttachmentMapping,
|
|
8244
8243
|
rr as selectAssetAttachments,
|
|
@@ -8248,473 +8247,474 @@ export {
|
|
|
8248
8247
|
br as selectAssetProcedureAttachments,
|
|
8249
8248
|
ys as selectAssetProcedureById,
|
|
8250
8249
|
Un as selectAssetProcedureFieldValues,
|
|
8251
|
-
|
|
8250
|
+
uA as selectAssetProcedureFieldValuesAttachmentById,
|
|
8252
8251
|
Dr as selectAssetProcedureFieldValuesAttachments,
|
|
8253
8252
|
xr as selectAssetProcedureFieldValuesAttachmentsByIds,
|
|
8254
8253
|
Dn as selectAssetProcedureFieldValuesAttachmentsMapping,
|
|
8255
8254
|
ds as selectAssetProcedureFieldValuesById,
|
|
8256
8255
|
Lr as selectAssetProcedureFieldValuesMapping,
|
|
8257
|
-
|
|
8256
|
+
pA as selectAssetProcedureFieldValuesOfAsset,
|
|
8258
8257
|
Mn as selectAssetProcedureFields,
|
|
8259
|
-
|
|
8258
|
+
Jm as selectAssetProcedureFieldsAttachmentById,
|
|
8260
8259
|
Rr as selectAssetProcedureFieldsAttachments,
|
|
8261
8260
|
Or as selectAssetProcedureFieldsAttachmentsMapping,
|
|
8262
|
-
|
|
8261
|
+
nA as selectAssetProcedureFieldsById,
|
|
8263
8262
|
qr as selectAssetProcedureFieldsMapping,
|
|
8264
|
-
|
|
8263
|
+
sA as selectAssetProcedureFieldsOfAssetProcedure,
|
|
8265
8264
|
ps as selectAssetProcedureInstanceById,
|
|
8266
8265
|
$n as selectAssetProcedureInstances,
|
|
8267
|
-
|
|
8266
|
+
gA as selectAssetProcedureInstancesByIds,
|
|
8268
8267
|
Cn as selectAssetProcedureInstancesMapping,
|
|
8269
8268
|
Yr as selectAssetProcedureInstancesOfAssetProcedure,
|
|
8270
|
-
|
|
8269
|
+
bA as selectAssetProcedureInstancesOfAssetType,
|
|
8271
8270
|
Oo as selectAssetProcedureStepById,
|
|
8272
8271
|
$t as selectAssetProcedureStepFieldValues,
|
|
8273
|
-
|
|
8272
|
+
KA as selectAssetProcedureStepFieldValuesAttachmentById,
|
|
8274
8273
|
ho as selectAssetProcedureStepFieldValuesAttachments,
|
|
8275
8274
|
po as selectAssetProcedureStepFieldValuesAttachmentsByIds,
|
|
8276
8275
|
Yn as selectAssetProcedureStepFieldValuesAttachmentsMapping,
|
|
8277
8276
|
Rs as selectAssetProcedureStepFieldValuesById,
|
|
8278
8277
|
So as selectAssetProcedureStepFieldValuesMapping,
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8278
|
+
ZA as selectAssetProcedureStepFieldValuesOfAsset,
|
|
8279
|
+
QA as selectAssetProcedureStepFieldValuesOfAssetProcedureInstance,
|
|
8280
|
+
XA as selectAssetProcedureStepFieldValuesOfAssetProcedureStep,
|
|
8282
8281
|
Wn as selectAssetProcedureStepFields,
|
|
8283
|
-
|
|
8282
|
+
jA as selectAssetProcedureStepFieldsAttachmentById,
|
|
8284
8283
|
ao as selectAssetProcedureStepFieldsAttachments,
|
|
8285
8284
|
no as selectAssetProcedureStepFieldsAttachmentsMapping,
|
|
8286
|
-
|
|
8285
|
+
GA as selectAssetProcedureStepFieldsById,
|
|
8287
8286
|
Hn as selectAssetProcedureStepFieldsMapping,
|
|
8288
|
-
|
|
8287
|
+
VA as selectAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
8289
8288
|
Gt as selectAssetProcedureStepMapping,
|
|
8290
8289
|
Ro as selectAssetProcedureSteps,
|
|
8291
8290
|
Es as selectAssetProcedureStepsByIds,
|
|
8292
|
-
|
|
8293
|
-
|
|
8291
|
+
nf as selectAssetProcedureStepsMappingOfAssetProcedure,
|
|
8292
|
+
af as selectAssetProcedureStepsOfAssetProcedure,
|
|
8294
8293
|
Qr as selectAssetProcedures,
|
|
8295
|
-
|
|
8294
|
+
RA as selectAssetProceduresByIds,
|
|
8296
8295
|
Bn as selectAssetProceduresMapping,
|
|
8297
|
-
|
|
8296
|
+
OA as selectAssetProceduresOfOrganization,
|
|
8298
8297
|
Co as selectAssetStageById,
|
|
8299
8298
|
zo as selectAssetStageCompletionById,
|
|
8300
8299
|
ia as selectAssetStageCompletionMapping,
|
|
8301
|
-
|
|
8300
|
+
hf as selectAssetStageCompletions,
|
|
8302
8301
|
Do as selectAssetStageCompletionsByIds,
|
|
8303
8302
|
$o as selectAssetStages,
|
|
8304
8303
|
Ns as selectAssetStagesByIds,
|
|
8305
|
-
|
|
8306
|
-
|
|
8304
|
+
ff as selectAssetStagesMappingOfAssetProcedure,
|
|
8305
|
+
yf as selectAssetStagesOfAssetProcedure,
|
|
8307
8306
|
Ko as selectAssetTypeAttachmentById,
|
|
8308
8307
|
Ho as selectAssetTypeAttachmentMapping,
|
|
8309
8308
|
Wo as selectAssetTypeAttachments,
|
|
8310
8309
|
ii as selectAssetTypeById,
|
|
8311
8310
|
pa as selectAssetTypeFieldValues,
|
|
8312
|
-
|
|
8311
|
+
$f as selectAssetTypeFieldValuesAttachmentById,
|
|
8313
8312
|
hd as selectAssetTypeFieldValuesAttachments,
|
|
8314
8313
|
pd as selectAssetTypeFieldValuesAttachmentsByIds,
|
|
8315
8314
|
la as selectAssetTypeFieldValuesAttachmentsMapping,
|
|
8316
8315
|
Xs as selectAssetTypeFieldValuesById,
|
|
8317
8316
|
Sd as selectAssetTypeFieldValuesMapping,
|
|
8318
|
-
|
|
8317
|
+
Lf as selectAssetTypeFieldValuesOfAsset,
|
|
8319
8318
|
Lt as selectAssetTypeFields,
|
|
8320
|
-
|
|
8319
|
+
If as selectAssetTypeFieldsAttachmentById,
|
|
8321
8320
|
sd as selectAssetTypeFieldsAttachments,
|
|
8322
8321
|
td as selectAssetTypeFieldsAttachmentsMapping,
|
|
8323
|
-
|
|
8322
|
+
zf as selectAssetTypeFieldsById,
|
|
8324
8323
|
od as selectAssetTypeFieldsMapping,
|
|
8325
|
-
|
|
8326
|
-
|
|
8327
|
-
|
|
8328
|
-
|
|
8324
|
+
jf as selectAssetTypeFieldsOfAssetType,
|
|
8325
|
+
Nf as selectAssetTypeValuesOfAssetType,
|
|
8326
|
+
Zf as selectAssetTypes,
|
|
8327
|
+
Qf as selectAssetTypesByIds,
|
|
8329
8328
|
Aa as selectAssetTypesMapping,
|
|
8330
8329
|
vo as selectAssets,
|
|
8331
8330
|
wo as selectAssetsByIds,
|
|
8332
8331
|
ea as selectAssetsMapping,
|
|
8333
8332
|
ta as selectAssetsOfAssetType,
|
|
8334
8333
|
dr as selectAttachmentsOfAsset,
|
|
8335
|
-
|
|
8334
|
+
Bm as selectAttachmentsOfAssetProcedure,
|
|
8336
8335
|
Ur as selectAttachmentsOfAssetProcedureFieldValues,
|
|
8337
|
-
|
|
8336
|
+
Ym as selectAttachmentsOfAssetProcedureFields,
|
|
8338
8337
|
mo as selectAttachmentsOfAssetProcedureStepFieldValues,
|
|
8339
|
-
|
|
8338
|
+
qA as selectAttachmentsOfAssetProcedureStepFields,
|
|
8340
8339
|
Yo as selectAttachmentsOfAssetType,
|
|
8341
8340
|
md as selectAttachmentsOfAssetTypeFieldValues,
|
|
8342
|
-
|
|
8343
|
-
|
|
8344
|
-
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
|
|
8341
|
+
Rf as selectAttachmentsOfAssetTypeFields,
|
|
8342
|
+
my as selectAttachmentsOfDocument,
|
|
8343
|
+
ky as selectAttachmentsOfFormRevision,
|
|
8344
|
+
Fu as selectAttachmentsOfFormSubmission,
|
|
8345
|
+
Xu as selectAttachmentsOfIssue,
|
|
8346
|
+
ob as selectAttachmentsOfIssueComment,
|
|
8347
|
+
Pb as selectAttachmentsOfIssueType,
|
|
8348
|
+
Kl as selectAttachmentsOfIssueTypeFieldValues,
|
|
8349
|
+
vb as selectAttachmentsOfIssueTypeFields,
|
|
8350
|
+
Qh as selectAttachmentsOfProject,
|
|
8351
|
+
wd as selectCategories,
|
|
8353
8352
|
oy as selectCategoriesByIds,
|
|
8353
|
+
dy as selectCategoriesOfProject,
|
|
8354
8354
|
ri as selectCategoryById,
|
|
8355
8355
|
ya as selectCategoryMapping,
|
|
8356
|
-
|
|
8357
|
-
|
|
8356
|
+
mb as selectCommentsOfIssue,
|
|
8357
|
+
Dm as selectConversation,
|
|
8358
8358
|
In as selectConversationMapping,
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
8364
|
-
|
|
8365
|
-
|
|
8366
|
-
|
|
8359
|
+
zm as selectConversations,
|
|
8360
|
+
mh as selectCurrentUser,
|
|
8361
|
+
Zg as selectDeletedRequests,
|
|
8362
|
+
Vd as selectDocumentAttachmentById,
|
|
8363
|
+
xd as selectDocumentAttachmentMapping,
|
|
8364
|
+
Nd as selectDocumentById,
|
|
8365
|
+
Ld as selectDocuments,
|
|
8366
|
+
Ay as selectDocumentsByIds,
|
|
8367
8367
|
Ye as selectDocumentsMapping,
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
|
|
8374
|
-
|
|
8375
|
-
|
|
8368
|
+
Zd as selectEmailDomains,
|
|
8369
|
+
Jd as selectEmailDomainsAsMapping,
|
|
8370
|
+
Fy as selectEmailDomainsOfOrganization,
|
|
8371
|
+
mA as selectFieldValuesOfAssetProcedureInstance,
|
|
8372
|
+
Su as selectFormById,
|
|
8373
|
+
gu as selectFormMapping,
|
|
8374
|
+
ru as selectFormRevisionAttachmentsMapping,
|
|
8375
|
+
My as selectFormRevisionById,
|
|
8376
8376
|
Ht as selectFormRevisionMapping,
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8377
|
+
mu as selectFormRevisions,
|
|
8378
|
+
Au as selectFormRevisionsOfForm,
|
|
8379
|
+
Tu as selectFormSubmissionAttachemntsByIds,
|
|
8380
8380
|
wa as selectFormSubmissionAttachmentsMapping,
|
|
8381
8381
|
Pi as selectFormSubmissionById,
|
|
8382
8382
|
qa as selectFormSubmissions,
|
|
8383
8383
|
Ea as selectFormSubmissionsMapping,
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8384
|
+
ku as selectFormSubmissionsOfAsset,
|
|
8385
|
+
vu as selectFormSubmissionsOfForm,
|
|
8386
|
+
wu as selectFormSubmissionsOfIssue,
|
|
8387
|
+
Gy as selectForms,
|
|
8388
8388
|
Oi as selectGeoImageById,
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
|
|
8394
|
-
|
|
8389
|
+
Uu as selectGeoImageMapping,
|
|
8390
|
+
Vu as selectGeoImages,
|
|
8391
|
+
Zy as selectGeoImagesOfProject,
|
|
8392
|
+
dS as selectIsImportingProjectFile,
|
|
8393
|
+
sy as selectIsLoggedIn,
|
|
8394
|
+
Bu as selectIssueAssociationById,
|
|
8395
8395
|
ft as selectIssueAssociationMapping,
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
|
|
8399
|
-
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8396
|
+
tb as selectIssueAssociations,
|
|
8397
|
+
Hu as selectIssueAssociationsOfAsset,
|
|
8398
|
+
Nu as selectIssueAssociationsOfIssue,
|
|
8399
|
+
Lu as selectIssueAssociationsToIssue,
|
|
8400
|
+
el as selectIssueAttachmentById,
|
|
8401
|
+
Zu as selectIssueAttachmentMapping,
|
|
8402
|
+
Qu as selectIssueAttachments,
|
|
8403
8403
|
$i as selectIssueById,
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
|
|
8404
|
+
dl as selectIssueCommentAttachmentById,
|
|
8405
|
+
rl as selectIssueCommentAttachmentMapping,
|
|
8406
|
+
ol as selectIssueCommentAttachments,
|
|
8407
8407
|
xi as selectIssueCommentById,
|
|
8408
|
-
|
|
8409
|
-
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8413
|
-
|
|
8408
|
+
hl as selectIssueCommentMapping,
|
|
8409
|
+
uy as selectIssueCountOfCategory,
|
|
8410
|
+
yl as selectIssueMapping,
|
|
8411
|
+
Rl as selectIssueTypeAttachmentById,
|
|
8412
|
+
Fl as selectIssueTypeAttachmentMapping,
|
|
8413
|
+
Ol as selectIssueTypeAttachments,
|
|
8414
8414
|
Xi as selectIssueTypeById,
|
|
8415
8415
|
Ha as selectIssueTypeFieldValues,
|
|
8416
|
-
|
|
8417
|
-
|
|
8418
|
-
|
|
8416
|
+
Jb as selectIssueTypeFieldValuesAttachmentById,
|
|
8417
|
+
Hl as selectIssueTypeFieldValuesAttachments,
|
|
8418
|
+
Wl as selectIssueTypeFieldValuesAttachmentsByIds,
|
|
8419
8419
|
Ya as selectIssueTypeFieldValuesAttachmentsMapping,
|
|
8420
8420
|
Ki as selectIssueTypeFieldValuesById,
|
|
8421
|
-
|
|
8422
|
-
|
|
8421
|
+
Dl as selectIssueTypeFieldValuesMapping,
|
|
8422
|
+
zb as selectIssueTypeFieldValuesOfIssue,
|
|
8423
8423
|
Yt as selectIssueTypeFields,
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8430
|
-
|
|
8431
|
-
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
8435
|
-
|
|
8436
|
-
|
|
8437
|
-
|
|
8424
|
+
wb as selectIssueTypeFieldsAttachmentById,
|
|
8425
|
+
jl as selectIssueTypeFieldsAttachments,
|
|
8426
|
+
ql as selectIssueTypeFieldsAttachmentsMapping,
|
|
8427
|
+
Lb as selectIssueTypeFieldsById,
|
|
8428
|
+
Gl as selectIssueTypeFieldsMapping,
|
|
8429
|
+
$b as selectIssueTypeFieldsOfIssueType,
|
|
8430
|
+
Xl as selectIssueTypeMapping,
|
|
8431
|
+
Bb as selectIssueTypeValuesOfIssueType,
|
|
8432
|
+
eh as selectIssueTypes,
|
|
8433
|
+
sg as selectIssueTypesByIds,
|
|
8434
|
+
ig as selectIssueTypesOfOrganization,
|
|
8435
|
+
rh as selectIssueUpdateMapping,
|
|
8436
|
+
oh as selectIssueUpdatesOfIssue,
|
|
8437
|
+
bb as selectIssuesByIds,
|
|
8438
8438
|
Za as selectIssuesOfIssueType,
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
|
|
8443
|
-
|
|
8444
|
-
|
|
8445
|
-
|
|
8446
|
-
|
|
8447
|
-
|
|
8439
|
+
ng as selectIssuesOfIssueTypeCount,
|
|
8440
|
+
iA as selectLatestAssetProcedureFieldsOfAssetProcedure,
|
|
8441
|
+
CA as selectLatestAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
8442
|
+
Mf as selectLatestAssetTypeFieldsOfAssetType,
|
|
8443
|
+
$A as selectLatestFieldsByAssetProcedureStep,
|
|
8444
|
+
zy as selectLatestFormRevisionOfForm,
|
|
8445
|
+
Gb as selectLatestIssueTypeFieldsOfIssueType,
|
|
8446
|
+
Qg as selectLatestRetryTime,
|
|
8447
|
+
df as selectNumberOfAssetsOfAssetType,
|
|
8448
8448
|
nn as selectOrganizationAccessById,
|
|
8449
8449
|
yt as selectOrganizationAccessMapping,
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
|
|
8457
|
-
|
|
8458
|
-
|
|
8450
|
+
Tg as selectOrganizationAccessOfUser,
|
|
8451
|
+
gh as selectOrganizationAccessUserMapping,
|
|
8452
|
+
Hg as selectOrganizationById,
|
|
8453
|
+
Jg as selectOrganizationUsers,
|
|
8454
|
+
Yg as selectOrganizationUsersAsMapping,
|
|
8455
|
+
Dh as selectOrganizationUsersIds,
|
|
8456
|
+
zh as selectOrganizations,
|
|
8457
|
+
Mh as selectOrganizationsMapping,
|
|
8458
|
+
Wg as selectOrganizationsWithAccess,
|
|
8459
8459
|
on as selectProjectAccessById,
|
|
8460
|
-
|
|
8460
|
+
wg as selectProjectAccessForUser,
|
|
8461
8461
|
Xe as selectProjectAccessMapping,
|
|
8462
|
-
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8466
|
-
|
|
8467
|
-
|
|
8468
|
-
|
|
8469
|
-
|
|
8470
|
-
|
|
8462
|
+
Oh as selectProjectAccessUserMapping,
|
|
8463
|
+
vg as selectProjectAccesses,
|
|
8464
|
+
Fh as selectProjectAccessesOfProject,
|
|
8465
|
+
Zh as selectProjectAttachmentById,
|
|
8466
|
+
Yh as selectProjectAttachmentMapping,
|
|
8467
|
+
Eh as selectProjectById,
|
|
8468
|
+
rS as selectProjectFileById,
|
|
8469
|
+
rp as selectProjectFileMapping,
|
|
8470
|
+
op as selectProjectFiles,
|
|
8471
8471
|
ic as selectProjectMapping,
|
|
8472
|
-
|
|
8473
|
-
|
|
8474
|
-
|
|
8475
|
-
|
|
8476
|
-
|
|
8477
|
-
|
|
8478
|
-
|
|
8472
|
+
xg as selectProjectUsers,
|
|
8473
|
+
Dg as selectProjectUsersAsMapping,
|
|
8474
|
+
qh as selectProjectUsersIds,
|
|
8475
|
+
zg as selectProjects,
|
|
8476
|
+
Kg as selectProjectsOfOrganization,
|
|
8477
|
+
lS as selectRehydrated,
|
|
8478
|
+
yy as selectRootDocuments,
|
|
8479
8479
|
Bt as selectStageMapping,
|
|
8480
8480
|
He as selectTeamById,
|
|
8481
8481
|
hc as selectTeams,
|
|
8482
|
-
|
|
8482
|
+
fS as selectTeamsByIds,
|
|
8483
8483
|
lc as selectTeamsMapping,
|
|
8484
|
-
|
|
8485
|
-
|
|
8486
|
-
|
|
8487
|
-
|
|
8488
|
-
|
|
8484
|
+
yS as selectTeamsOfOrganization,
|
|
8485
|
+
bS as selectTeamsOfUser,
|
|
8486
|
+
tu as selectUploadUrl,
|
|
8487
|
+
Ah as selectUserById,
|
|
8488
|
+
yg as selectUsersByIds,
|
|
8489
8489
|
Qe as selectUsersMapping,
|
|
8490
|
-
|
|
8491
|
-
|
|
8490
|
+
ap as setActiveProjectFileId,
|
|
8491
|
+
rf as setAsset,
|
|
8492
8492
|
ir as setAssetAttachment,
|
|
8493
|
-
|
|
8494
|
-
|
|
8493
|
+
Um as setAssetAttachments,
|
|
8494
|
+
TA as setAssetProcedure,
|
|
8495
8495
|
pr as setAssetProcedureAttachment,
|
|
8496
|
-
|
|
8497
|
-
|
|
8498
|
-
|
|
8499
|
-
|
|
8500
|
-
|
|
8501
|
-
|
|
8502
|
-
|
|
8503
|
-
|
|
8504
|
-
|
|
8505
|
-
|
|
8506
|
-
|
|
8496
|
+
$m as setAssetProcedureAttachments,
|
|
8497
|
+
lA as setAssetProcedureFieldValues,
|
|
8498
|
+
cA as setAssetProcedureFieldValuesAttachment,
|
|
8499
|
+
rA as setAssetProcedureFieldValuesAttachments,
|
|
8500
|
+
hA as setAssetProcedureFieldValuesMany,
|
|
8501
|
+
Qm as setAssetProcedureFields,
|
|
8502
|
+
Nm as setAssetProcedureFieldsAttachment,
|
|
8503
|
+
Hm as setAssetProcedureFieldsAttachments,
|
|
8504
|
+
Xm as setAssetProcedureFieldsMany,
|
|
8505
|
+
fA as setAssetProcedureInstance,
|
|
8506
|
+
yA as setAssetProcedureInstances,
|
|
8507
8507
|
To as setAssetProcedureStep,
|
|
8508
|
-
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8508
|
+
YA as setAssetProcedureStepFieldValues,
|
|
8509
|
+
LA as setAssetProcedureStepFieldValuesAttachment,
|
|
8510
|
+
NA as setAssetProcedureStepFieldValuesAttachments,
|
|
8511
|
+
JA as setAssetProcedureStepFieldValuesMany,
|
|
8512
|
+
zA as setAssetProcedureStepFields,
|
|
8513
|
+
vA as setAssetProcedureStepFieldsAttachment,
|
|
8514
|
+
wA as setAssetProcedureStepFieldsAttachments,
|
|
8515
|
+
DA as setAssetProcedureStepFieldsMany,
|
|
8516
|
+
ef as setAssetProcedureSteps,
|
|
8517
|
+
FA as setAssetProcedures,
|
|
8518
8518
|
Uo as setAssetStage,
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
|
|
8522
|
-
|
|
8519
|
+
uf as setAssetStageCompletion,
|
|
8520
|
+
lf as setAssetStageCompletions,
|
|
8521
|
+
pf as setAssetStages,
|
|
8522
|
+
Hf as setAssetType,
|
|
8523
8523
|
Bo as setAssetTypeAttachment,
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8533
|
-
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8524
|
+
gf as setAssetTypeAttachments,
|
|
8525
|
+
Gf as setAssetTypeFieldValues,
|
|
8526
|
+
xf as setAssetTypeFieldValuesAttachment,
|
|
8527
|
+
Uf as setAssetTypeFieldValuesAttachments,
|
|
8528
|
+
Bf as setAssetTypeFieldValuesMany,
|
|
8529
|
+
wf as setAssetTypeFields,
|
|
8530
|
+
Pf as setAssetTypeFieldsAttachment,
|
|
8531
|
+
Tf as setAssetTypeFieldsAttachments,
|
|
8532
|
+
kf as setAssetTypeFieldsMany,
|
|
8533
|
+
Wf as setAssetTypes,
|
|
8534
|
+
of as setAssets,
|
|
8535
|
+
ay as setCategories,
|
|
8536
|
+
ny as setCategory,
|
|
8537
8537
|
er as setConversation,
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
|
|
8542
|
-
|
|
8543
|
-
|
|
8544
|
-
|
|
8545
|
-
|
|
8546
|
-
|
|
8547
|
-
|
|
8548
|
-
|
|
8549
|
-
|
|
8538
|
+
Em as setConversations,
|
|
8539
|
+
Ag as setCurrentUser,
|
|
8540
|
+
jd as setDocumentAttachment,
|
|
8541
|
+
hy as setDocumentAttachments,
|
|
8542
|
+
$d as setDocuments,
|
|
8543
|
+
gy as setEmailDomain,
|
|
8544
|
+
Sy as setEmailDomains,
|
|
8545
|
+
xy as setForm,
|
|
8546
|
+
hu as setFormRevision,
|
|
8547
|
+
Ry as setFormRevisionAttachment,
|
|
8548
|
+
Iy as setFormRevisionAttachments,
|
|
8549
|
+
Ey as setFormRevisions,
|
|
8550
8550
|
St as setFormSubmission,
|
|
8551
|
-
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
|
|
8551
|
+
Ly as setFormSubmissionAttachment,
|
|
8552
|
+
Ny as setFormSubmissionAttachments,
|
|
8553
|
+
Ky as setFormSubmissions,
|
|
8554
|
+
Uy as setForms,
|
|
8555
8555
|
dt as setGeoImage,
|
|
8556
|
-
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
8560
|
-
|
|
8561
|
-
|
|
8562
|
-
|
|
8556
|
+
ju as setGeoImages,
|
|
8557
|
+
np as setIsImportingProjectFile,
|
|
8558
|
+
Ab as setIssue,
|
|
8559
|
+
Xy as setIssueAssociation,
|
|
8560
|
+
Qy as setIssueAssociations,
|
|
8561
|
+
Ku as setIssueAttachment,
|
|
8562
|
+
ib as setIssueAttachments,
|
|
8563
8563
|
zi as setIssueComment,
|
|
8564
|
-
|
|
8565
|
-
|
|
8566
|
-
|
|
8564
|
+
il as setIssueCommentAttachment,
|
|
8565
|
+
cb as setIssueCommentAttachments,
|
|
8566
|
+
ll as setIssueComments,
|
|
8567
8567
|
lt as setIssueType,
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8571
|
-
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8568
|
+
Sl as setIssueTypeAttachment,
|
|
8569
|
+
Sb as setIssueTypeAttachments,
|
|
8570
|
+
Eb as setIssueTypeFieldValues,
|
|
8571
|
+
Hb as setIssueTypeFieldValuesAttachment,
|
|
8572
|
+
Wb as setIssueTypeFieldValuesAttachments,
|
|
8573
|
+
qb as setIssueTypeFieldValuesMany,
|
|
8574
|
+
xb as setIssueTypeFields,
|
|
8575
|
+
Fb as setIssueTypeFieldsAttachment,
|
|
8576
|
+
Ob as setIssueTypeFieldsAttachments,
|
|
8577
|
+
Ub as setIssueTypeFieldsMany,
|
|
8578
|
+
Qb as setIssueTypes,
|
|
8579
|
+
ag as setIssueUpdate,
|
|
8580
|
+
cg as setIssueUpdates,
|
|
8581
|
+
fb as setIssues,
|
|
8582
8582
|
Fd as setLoggedIn,
|
|
8583
|
-
|
|
8584
|
-
|
|
8585
|
-
|
|
8586
|
-
|
|
8587
|
-
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
|
|
8591
|
-
|
|
8592
|
-
|
|
8593
|
-
|
|
8594
|
-
|
|
8595
|
-
|
|
8596
|
-
|
|
8583
|
+
Vg as setOrganization,
|
|
8584
|
+
gg as setOrganizationAccess,
|
|
8585
|
+
Sg as setOrganizationAccesses,
|
|
8586
|
+
jh as setOrganizations,
|
|
8587
|
+
fg as setProfilePicture,
|
|
8588
|
+
Eg as setProject,
|
|
8589
|
+
Og as setProjectAccess,
|
|
8590
|
+
Rg as setProjectAccesses,
|
|
8591
|
+
Nh as setProjectAttachment,
|
|
8592
|
+
Hh as setProjectAttachments,
|
|
8593
|
+
sS as setProjectFile,
|
|
8594
|
+
iS as setProjectFiles,
|
|
8595
|
+
kg as setProjects,
|
|
8596
|
+
uS as setRehydrated,
|
|
8597
8597
|
Ne as setTeam,
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8598
|
+
pS as setTeams,
|
|
8599
|
+
Xf as setTokens,
|
|
8600
|
+
eu as setUploadUrl,
|
|
8601
|
+
ug as setUser,
|
|
8602
|
+
dg as setUsers,
|
|
8603
|
+
mm as shallowEqual,
|
|
8604
|
+
Rm as slugify,
|
|
8605
|
+
Om as spacesToDashesLower,
|
|
8606
|
+
mp as teamReducer,
|
|
8607
8607
|
uc as teamSlice,
|
|
8608
|
-
|
|
8608
|
+
Fm as toFileNameSafeString,
|
|
8609
8609
|
Jc as toOfflineIdRecord,
|
|
8610
|
-
|
|
8610
|
+
Im as truncate,
|
|
8611
8611
|
ct as updateAsset,
|
|
8612
|
-
|
|
8612
|
+
Vm as updateAssetAttachment,
|
|
8613
8613
|
nr as updateAssetAttachments,
|
|
8614
8614
|
it as updateAssetProcedure,
|
|
8615
|
-
|
|
8615
|
+
Gm as updateAssetProcedureAttachment,
|
|
8616
8616
|
mr as updateAssetProcedureAttachments,
|
|
8617
8617
|
tt as updateAssetProcedureFieldValues,
|
|
8618
|
-
|
|
8618
|
+
oA as updateAssetProcedureFieldValuesAttachment,
|
|
8619
8619
|
zr as updateAssetProcedureFieldValuesAttachments,
|
|
8620
8620
|
Gr as updateAssetProcedureFieldValuesMany,
|
|
8621
8621
|
kr as updateAssetProcedureFields,
|
|
8622
|
-
|
|
8622
|
+
Wm as updateAssetProcedureFieldsAttachment,
|
|
8623
8623
|
Tr as updateAssetProcedureFieldsAttachments,
|
|
8624
|
-
|
|
8624
|
+
eA as updateAssetProcedureFieldsMany,
|
|
8625
8625
|
st as updateAssetProcedureInstance,
|
|
8626
|
-
|
|
8626
|
+
AA as updateAssetProcedureInstances,
|
|
8627
8627
|
ws as updateAssetProcedureStep,
|
|
8628
8628
|
at as updateAssetProcedureStepFieldValues,
|
|
8629
|
-
|
|
8629
|
+
HA as updateAssetProcedureStepFieldValuesAttachment,
|
|
8630
8630
|
lo as updateAssetProcedureStepFieldValuesAttachments,
|
|
8631
8631
|
bo as updateAssetProcedureStepFieldValuesMany,
|
|
8632
8632
|
nt as updateAssetProcedureStepFields,
|
|
8633
|
-
|
|
8633
|
+
kA as updateAssetProcedureStepFieldsAttachment,
|
|
8634
8634
|
so as updateAssetProcedureStepFieldsAttachments,
|
|
8635
|
-
|
|
8635
|
+
xA as updateAssetProcedureStepFieldsMany,
|
|
8636
8636
|
bt as updateAssetProcedureSteps,
|
|
8637
|
-
|
|
8637
|
+
_A as updateAssetProcedures,
|
|
8638
8638
|
Bs as updateAssetStage,
|
|
8639
8639
|
qo as updateAssetStageCompletion,
|
|
8640
8640
|
jo as updateAssetStageCompletions,
|
|
8641
8641
|
gt as updateAssetStages,
|
|
8642
8642
|
ot as updateAssetType,
|
|
8643
|
-
|
|
8643
|
+
Sf as updateAssetTypeAttachment,
|
|
8644
8644
|
Lo as updateAssetTypeAttachments,
|
|
8645
8645
|
rt as updateAssetTypeFieldValues,
|
|
8646
|
-
|
|
8646
|
+
Vf as updateAssetTypeFieldValuesAttachment,
|
|
8647
8647
|
ld as updateAssetTypeFieldValuesAttachments,
|
|
8648
8648
|
bd as updateAssetTypeFieldValuesMany,
|
|
8649
8649
|
cd as updateAssetTypeFields,
|
|
8650
|
-
|
|
8650
|
+
Ff as updateAssetTypeFieldsAttachment,
|
|
8651
8651
|
Xo as updateAssetTypeFieldsAttachments,
|
|
8652
|
-
|
|
8653
|
-
|
|
8654
|
-
|
|
8655
|
-
|
|
8652
|
+
Ef as updateAssetTypeFieldsMany,
|
|
8653
|
+
Yf as updateAssetTypes,
|
|
8654
|
+
cf as updateAssets,
|
|
8655
|
+
cy as updateCategories,
|
|
8656
8656
|
Id as updateCategory,
|
|
8657
8657
|
tr as updateConversation,
|
|
8658
|
-
|
|
8659
|
-
|
|
8660
|
-
|
|
8658
|
+
qm as updateConversations,
|
|
8659
|
+
py as updateDocumentAttachment,
|
|
8660
|
+
Md as updateDocumentAttachments,
|
|
8661
8661
|
Ue as updateDocuments,
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8662
|
+
_y as updateEmailDomain,
|
|
8663
|
+
Py as updateEmailDomains,
|
|
8664
|
+
Vy as updateForm,
|
|
8665
|
+
qy as updateFormRevision,
|
|
8666
|
+
vy as updateFormRevisionAttachment,
|
|
8667
|
+
au as updateFormRevisionAttachments,
|
|
8668
|
+
jy as updateFormRevisions,
|
|
8669
|
+
Iu as updateFormSubmission,
|
|
8670
|
+
Hy as updateFormSubmissionAttachment,
|
|
8671
|
+
Pu as updateFormSubmissionAttachments,
|
|
8672
|
+
Yy as updateFormSubmissions,
|
|
8673
|
+
Cy as updateForms,
|
|
8674
|
+
Du as updateGeoImage,
|
|
8675
|
+
Jy as updateGeoImages,
|
|
8676
8676
|
_t as updateIssue,
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
8677
|
+
Gu as updateIssueAssociation,
|
|
8678
|
+
eb as updateIssueAssociations,
|
|
8679
|
+
nb as updateIssueAttachment,
|
|
8680
|
+
Yu as updateIssueAttachments,
|
|
8681
|
+
lb as updateIssueComment,
|
|
8682
|
+
rb as updateIssueCommentAttachment,
|
|
8683
|
+
nl as updateIssueCommentAttachments,
|
|
8684
|
+
hb as updateIssueComments,
|
|
8685
|
+
Ql as updateIssueType,
|
|
8686
|
+
_b as updateIssueTypeAttachment,
|
|
8687
|
+
_l as updateIssueTypeAttachments,
|
|
8688
8688
|
ut as updateIssueTypeFieldValues,
|
|
8689
|
-
|
|
8690
|
-
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8689
|
+
Kb as updateIssueTypeFieldValuesAttachment,
|
|
8690
|
+
Nl as updateIssueTypeFieldValuesAttachments,
|
|
8691
|
+
jb as updateIssueTypeFieldValuesMany,
|
|
8692
|
+
Cl as updateIssueTypeFields,
|
|
8693
|
+
Rb as updateIssueTypeFieldsAttachment,
|
|
8694
|
+
kl as updateIssueTypeFieldsAttachments,
|
|
8695
|
+
Vb as updateIssueTypeFieldsMany,
|
|
8696
|
+
Xb as updateIssueTypes,
|
|
8697
|
+
rg as updateIssueUpdate,
|
|
8698
|
+
og as updateIssueUpdates,
|
|
8699
|
+
yb as updateIssues,
|
|
8700
|
+
Bg as updateOrganization,
|
|
8701
8701
|
Pt as updateOrganizationAccess,
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8702
|
+
_g as updateOrganizationAccesses,
|
|
8703
|
+
Gg as updateOrganizations,
|
|
8704
|
+
wh as updateProject,
|
|
8705
8705
|
ht as updateProjectAccess,
|
|
8706
|
-
|
|
8707
|
-
|
|
8708
|
-
|
|
8706
|
+
Ig as updateProjectAccesses,
|
|
8707
|
+
tS as updateProjectAttachment,
|
|
8708
|
+
Wh as updateProjectAttachments,
|
|
8709
8709
|
An as updateProjectFile,
|
|
8710
|
-
|
|
8711
|
-
|
|
8710
|
+
aS as updateProjectFiles,
|
|
8711
|
+
jg as updateProjects,
|
|
8712
8712
|
yn as updateTeam,
|
|
8713
|
-
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8713
|
+
mS as updateTeams,
|
|
8714
|
+
pg as updateUser,
|
|
8715
|
+
hg as updateUsers,
|
|
8716
|
+
ph as userReducer,
|
|
8717
8717
|
Xa as userSlice,
|
|
8718
|
-
|
|
8719
|
-
|
|
8718
|
+
yp as versioningReducer,
|
|
8719
|
+
fp as versioningSlice
|
|
8720
8720
|
};
|