@overmap-ai/core 1.0.78-view-sets.6 → 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 +1358 -1355
- package/dist/overmap-core.umd.cjs +7 -7
- package/dist/store/slices/categorySlice.d.ts +2 -1
- package/package.json +1 -1
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,28 +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
|
-
),
|
|
2406
|
+
), gh = m([yt], (t) => {
|
|
2405
2407
|
const e = {};
|
|
2406
2408
|
for (const s of Object.values(t))
|
|
2407
2409
|
e[s.user] = s;
|
|
2408
2410
|
return Ze(e);
|
|
2409
|
-
}),
|
|
2411
|
+
}), Sh = ec.reducer, ke = O(
|
|
2410
2412
|
(t) => t.uuid
|
|
2411
2413
|
), an = ke.getInitialState({}), tc = P({
|
|
2412
2414
|
name: "projectAccess",
|
|
@@ -2427,28 +2429,28 @@ const V = O(
|
|
|
2427
2429
|
deleteProjectAccesses: ke.deleteMany
|
|
2428
2430
|
}
|
|
2429
2431
|
}), {
|
|
2430
|
-
initializeProjectAccesses:
|
|
2432
|
+
initializeProjectAccesses: _h,
|
|
2431
2433
|
addProjectAccess: cn,
|
|
2432
|
-
addProjectAccesses:
|
|
2433
|
-
setProjectAccess:
|
|
2434
|
-
setProjectAccesses:
|
|
2434
|
+
addProjectAccesses: Ph,
|
|
2435
|
+
setProjectAccess: Og,
|
|
2436
|
+
setProjectAccesses: Rg,
|
|
2435
2437
|
updateProjectAccess: ht,
|
|
2436
|
-
updateProjectAccesses:
|
|
2438
|
+
updateProjectAccesses: Ig,
|
|
2437
2439
|
deleteProjectAccess: rn,
|
|
2438
|
-
deleteProjectAccesses:
|
|
2439
|
-
} = tc.actions, Xe = (t) => t.projectAccessReducer.instances,
|
|
2440
|
+
deleteProjectAccesses: Th
|
|
2441
|
+
} = tc.actions, Xe = (t) => t.projectAccessReducer.instances, vg = m(
|
|
2440
2442
|
Xe,
|
|
2441
2443
|
(t) => Object.values(t)
|
|
2442
|
-
), on = (t) => (e) => e.projectAccessReducer.instances[t],
|
|
2444
|
+
), on = (t) => (e) => e.projectAccessReducer.instances[t], wg = y(
|
|
2443
2445
|
m([Xe, (t, e) => e], (t, e) => b(Object.values(t).filter((s) => s.user === e)))
|
|
2444
|
-
),
|
|
2446
|
+
), Fh = y(
|
|
2445
2447
|
m(
|
|
2446
2448
|
[Xe, (t, e) => e],
|
|
2447
2449
|
(t, e) => b(
|
|
2448
2450
|
Object.values(t).filter((s) => s.project === e)
|
|
2449
2451
|
)
|
|
2450
2452
|
)
|
|
2451
|
-
),
|
|
2453
|
+
), Oh = m(
|
|
2452
2454
|
[Xe],
|
|
2453
2455
|
(t) => {
|
|
2454
2456
|
const e = {};
|
|
@@ -2456,7 +2458,7 @@ const V = O(
|
|
|
2456
2458
|
e[s.user] = s;
|
|
2457
2459
|
return Ze(e);
|
|
2458
2460
|
}
|
|
2459
|
-
),
|
|
2461
|
+
), Rh = tc.reducer, Ee = O((t) => t.uuid), dn = Ee.getInitialState({}), sc = P({
|
|
2460
2462
|
name: "projects",
|
|
2461
2463
|
initialState: dn,
|
|
2462
2464
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2475,24 +2477,24 @@ const V = O(
|
|
|
2475
2477
|
deleteProjects: Ee.deleteMany
|
|
2476
2478
|
}
|
|
2477
2479
|
}), {
|
|
2478
|
-
initializeProjects:
|
|
2479
|
-
setProjects:
|
|
2480
|
-
setProject:
|
|
2481
|
-
addProjects:
|
|
2482
|
-
addProject:
|
|
2483
|
-
updateProjects:
|
|
2484
|
-
updateProject:
|
|
2480
|
+
initializeProjects: Ih,
|
|
2481
|
+
setProjects: kg,
|
|
2482
|
+
setProject: Eg,
|
|
2483
|
+
addProjects: qg,
|
|
2484
|
+
addProject: vh,
|
|
2485
|
+
updateProjects: jg,
|
|
2486
|
+
updateProject: wh,
|
|
2485
2487
|
deleteProject: un,
|
|
2486
|
-
deleteProjects:
|
|
2487
|
-
} = 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(
|
|
2488
2490
|
[Xe],
|
|
2489
2491
|
(t) => Object.values(t).map((e) => e.user)
|
|
2490
|
-
),
|
|
2491
|
-
[
|
|
2492
|
+
), Dg = m(
|
|
2493
|
+
[qh, Qe],
|
|
2492
2494
|
(t, e) => t.reduce((s, i) => ({ ...s, [i]: e[i] }), {})
|
|
2493
|
-
),
|
|
2495
|
+
), xg = y(
|
|
2494
2496
|
m(
|
|
2495
|
-
[Qe,
|
|
2497
|
+
[Qe, Oh, (t, e) => e],
|
|
2496
2498
|
(t, e, s) => b(
|
|
2497
2499
|
Object.values(t).filter((i) => {
|
|
2498
2500
|
const n = e[i.id];
|
|
@@ -2519,38 +2521,38 @@ const V = O(
|
|
|
2519
2521
|
deleteOrganizations: qe.deleteMany
|
|
2520
2522
|
}
|
|
2521
2523
|
}), {
|
|
2522
|
-
initializeOrganizations:
|
|
2523
|
-
setOrganizations:
|
|
2524
|
-
setOrganization:
|
|
2525
|
-
addOrganizations:
|
|
2526
|
-
addOrganization:
|
|
2527
|
-
updateOrganizations:
|
|
2528
|
-
updateOrganization:
|
|
2529
|
-
deleteOrganization:
|
|
2530
|
-
deleteOrganizations:
|
|
2531
|
-
} = nc.actions,
|
|
2532
|
-
[
|
|
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],
|
|
2533
2535
|
(t) => b(
|
|
2534
2536
|
Object.values(t).filter((e) => e.has_access)
|
|
2535
2537
|
)
|
|
2536
|
-
),
|
|
2538
|
+
), Dh = m(
|
|
2537
2539
|
[yt],
|
|
2538
2540
|
(t) => Object.values(t).map((e) => e.user)
|
|
2539
|
-
),
|
|
2541
|
+
), Kg = y(
|
|
2540
2542
|
m(
|
|
2541
2543
|
[ic, (t, e) => e],
|
|
2542
2544
|
(t, e) => b(
|
|
2543
2545
|
Object.values(t).filter((s) => s.organization_owner === e)
|
|
2544
2546
|
)
|
|
2545
2547
|
)
|
|
2546
|
-
),
|
|
2547
|
-
[
|
|
2548
|
+
), Yg = m(
|
|
2549
|
+
[Dh, Qe],
|
|
2548
2550
|
(t, e) => Ze(
|
|
2549
2551
|
t.reduce((s, i) => ({ ...s, [i]: e[i] }), {})
|
|
2550
2552
|
)
|
|
2551
|
-
),
|
|
2553
|
+
), Jg = y(
|
|
2552
2554
|
m(
|
|
2553
|
-
[Qe,
|
|
2555
|
+
[Qe, gh, (t, e) => e],
|
|
2554
2556
|
(t, e, s) => b(
|
|
2555
2557
|
Object.values(t).filter((i) => {
|
|
2556
2558
|
const n = e[i.id];
|
|
@@ -2558,7 +2560,7 @@ const V = O(
|
|
|
2558
2560
|
})
|
|
2559
2561
|
)
|
|
2560
2562
|
)
|
|
2561
|
-
),
|
|
2563
|
+
), xh = nc.reducer, Uh = (t, e, s) => {
|
|
2562
2564
|
const i = t.uuid ? t : { ...t, uuid: Be() };
|
|
2563
2565
|
return {
|
|
2564
2566
|
payload: i,
|
|
@@ -2590,7 +2592,7 @@ const V = O(
|
|
|
2590
2592
|
prepare: (t) => {
|
|
2591
2593
|
console.debug("Preparing to enqueue request", t);
|
|
2592
2594
|
const { BASE_URL: e, serviceName: s, ...i } = t;
|
|
2593
|
-
return
|
|
2595
|
+
return Uh(i, e, s);
|
|
2594
2596
|
}
|
|
2595
2597
|
},
|
|
2596
2598
|
markForDeletion(t, e) {
|
|
@@ -2604,7 +2606,7 @@ const V = O(
|
|
|
2604
2606
|
t.latestRetryTime = e.payload;
|
|
2605
2607
|
}
|
|
2606
2608
|
}
|
|
2607
|
-
}),
|
|
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(
|
|
2608
2610
|
(t) => t.uuid
|
|
2609
2611
|
), pn = je.getInitialState({}), cc = P({
|
|
2610
2612
|
name: "projectAttachments",
|
|
@@ -2625,24 +2627,24 @@ const V = O(
|
|
|
2625
2627
|
deleteProjectAttachments: je.deleteMany
|
|
2626
2628
|
}
|
|
2627
2629
|
}), {
|
|
2628
|
-
initializeProjectAttachments:
|
|
2629
|
-
addProjectAttachment:
|
|
2630
|
-
addProjectAttachments:
|
|
2631
|
-
setProjectAttachment:
|
|
2632
|
-
setProjectAttachments:
|
|
2633
|
-
updateProjectAttachment:
|
|
2634
|
-
updateProjectAttachments:
|
|
2635
|
-
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,
|
|
2636
2638
|
deleteProjectAttachments: rc
|
|
2637
|
-
} = cc.actions,
|
|
2638
|
-
[
|
|
2639
|
+
} = cc.actions, Yh = (t) => t.projectAttachmentReducer.instances, Jh = m(
|
|
2640
|
+
[Yh],
|
|
2639
2641
|
(t) => Object.values(t)
|
|
2640
|
-
),
|
|
2642
|
+
), Zh = (t) => (e) => e.projectAttachmentReducer.instances[t], Qh = y(
|
|
2641
2643
|
m(
|
|
2642
|
-
[
|
|
2644
|
+
[Jh, (t, e) => e],
|
|
2643
2645
|
(t, e) => b(t.filter(({ project: s }) => e === s))
|
|
2644
2646
|
)
|
|
2645
|
-
),
|
|
2647
|
+
), Xh = cc.reducer, Me = O(
|
|
2646
2648
|
(t) => t.uuid
|
|
2647
2649
|
), mn = Me.getInitialState({
|
|
2648
2650
|
activeProjectFileId: null,
|
|
@@ -2688,32 +2690,32 @@ const V = O(
|
|
|
2688
2690
|
}
|
|
2689
2691
|
}
|
|
2690
2692
|
}), {
|
|
2691
|
-
initializeProjectFiles:
|
|
2692
|
-
setProjectFile:
|
|
2693
|
-
setProjectFiles:
|
|
2694
|
-
addProjectFile:
|
|
2695
|
-
addProjectFiles:
|
|
2693
|
+
initializeProjectFiles: ep,
|
|
2694
|
+
setProjectFile: sS,
|
|
2695
|
+
setProjectFiles: iS,
|
|
2696
|
+
addProjectFile: nS,
|
|
2697
|
+
addProjectFiles: tp,
|
|
2696
2698
|
updateProjectFile: An,
|
|
2697
|
-
updateProjectFiles:
|
|
2698
|
-
deleteProjectFile:
|
|
2699
|
-
deleteProjectFiles:
|
|
2699
|
+
updateProjectFiles: aS,
|
|
2700
|
+
deleteProjectFile: sp,
|
|
2701
|
+
deleteProjectFiles: ip,
|
|
2700
2702
|
// TODO: move following to /web
|
|
2701
|
-
setIsImportingProjectFile:
|
|
2702
|
-
setActiveProjectFileId:
|
|
2703
|
-
saveActiveProjectFileBounds:
|
|
2704
|
-
resetProjectFileObjectUrls:
|
|
2705
|
-
} = 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 = {
|
|
2706
2708
|
isRehydrated: !1
|
|
2707
2709
|
}, dc = P({
|
|
2708
2710
|
name: "rehydrated",
|
|
2709
|
-
initialState:
|
|
2711
|
+
initialState: up,
|
|
2710
2712
|
// The `reducers` field lets us define reducers and generate associated actions
|
|
2711
2713
|
reducers: {
|
|
2712
2714
|
setRehydrated: (t, e) => {
|
|
2713
2715
|
t.isRehydrated = e.payload;
|
|
2714
2716
|
}
|
|
2715
2717
|
}
|
|
2716
|
-
}), { setRehydrated:
|
|
2718
|
+
}), { setRehydrated: uS } = dc.actions, lS = (t) => t.rehydratedReducer.isRehydrated, lp = dc.reducer, ze = O((t) => t.uuid), fn = ze.getInitialState({}), uc = P({
|
|
2717
2719
|
name: "teams",
|
|
2718
2720
|
initialState: fn,
|
|
2719
2721
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2732,16 +2734,16 @@ const V = O(
|
|
|
2732
2734
|
deleteTeams: ze.deleteMany
|
|
2733
2735
|
}
|
|
2734
2736
|
}), {
|
|
2735
|
-
initializeTeams:
|
|
2736
|
-
addTeam:
|
|
2737
|
-
addTeams:
|
|
2737
|
+
initializeTeams: hp,
|
|
2738
|
+
addTeam: pp,
|
|
2739
|
+
addTeams: hS,
|
|
2738
2740
|
setTeam: Ne,
|
|
2739
|
-
setTeams:
|
|
2741
|
+
setTeams: pS,
|
|
2740
2742
|
updateTeam: yn,
|
|
2741
|
-
updateTeams:
|
|
2743
|
+
updateTeams: mS,
|
|
2742
2744
|
deleteTeam: bn,
|
|
2743
|
-
deleteTeams:
|
|
2744
|
-
} = 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(
|
|
2745
2747
|
m(
|
|
2746
2748
|
[lc, (t, e) => e],
|
|
2747
2749
|
(t, e) => {
|
|
@@ -2753,64 +2755,64 @@ const V = O(
|
|
|
2753
2755
|
return b(s);
|
|
2754
2756
|
}
|
|
2755
2757
|
)
|
|
2756
|
-
),
|
|
2758
|
+
), yS = y(
|
|
2757
2759
|
m(
|
|
2758
2760
|
[hc, (t, e) => e],
|
|
2759
2761
|
(t, e) => b(t.filter((s) => s.organization === e))
|
|
2760
2762
|
)
|
|
2761
|
-
),
|
|
2763
|
+
), bS = y(
|
|
2762
2764
|
m([hc, (t, e) => e], (t, e) => b(t.filter((s) => s.members.includes(e))))
|
|
2763
|
-
),
|
|
2765
|
+
), mp = uc.reducer, Ap = {
|
|
2764
2766
|
version: 0
|
|
2765
|
-
},
|
|
2767
|
+
}, fp = P({
|
|
2766
2768
|
name: "versioning",
|
|
2767
|
-
initialState:
|
|
2769
|
+
initialState: Ap,
|
|
2768
2770
|
reducers: {}
|
|
2769
|
-
}),
|
|
2770
|
-
outboxReducer:
|
|
2771
|
-
fileReducer:
|
|
2771
|
+
}), yp = fp.reducer, pc = {
|
|
2772
|
+
outboxReducer: Gh,
|
|
2773
|
+
fileReducer: su,
|
|
2772
2774
|
authReducer: Od
|
|
2773
|
-
},
|
|
2775
|
+
}, gS = Pn(pc), bp = {
|
|
2774
2776
|
...pc,
|
|
2775
|
-
[At]:
|
|
2776
|
-
categoryReducer:
|
|
2777
|
+
[At]: yp,
|
|
2778
|
+
categoryReducer: kd,
|
|
2777
2779
|
assetReducer: ko,
|
|
2778
2780
|
assetAttachmentReducer: ur,
|
|
2779
2781
|
assetStageCompletionReducer: Mo,
|
|
2780
2782
|
assetStageReducer: Vo,
|
|
2781
2783
|
assetTypeReducer: Td,
|
|
2782
2784
|
assetTypeAttachmentReducer: Jo,
|
|
2783
|
-
issueReducer:
|
|
2784
|
-
issueAttachmentReducer:
|
|
2785
|
-
issueTypeReducer:
|
|
2786
|
-
issueTypeAttachmentReducer:
|
|
2787
|
-
organizationReducer:
|
|
2788
|
-
projectReducer:
|
|
2789
|
-
projectAttachmentReducer:
|
|
2790
|
-
projectAccessReducer:
|
|
2791
|
-
organizationAccessReducer:
|
|
2792
|
-
projectFileReducer:
|
|
2793
|
-
rehydratedReducer:
|
|
2794
|
-
formReducer:
|
|
2795
|
-
formRevisionReducer:
|
|
2796
|
-
formRevisionAttachmentReducer:
|
|
2797
|
-
formSubmissionAttachmentReducer:
|
|
2798
|
-
formSubmissionReducer:
|
|
2799
|
-
userReducer:
|
|
2800
|
-
emailDomainsReducer:
|
|
2801
|
-
documentsReducer:
|
|
2802
|
-
documentAttachmentReducer:
|
|
2803
|
-
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,
|
|
2804
2806
|
agentsReducer: sr,
|
|
2805
|
-
issueCommentReducer:
|
|
2806
|
-
issueCommentAttachmentReducer:
|
|
2807
|
-
issueUpdateReducer:
|
|
2808
|
-
geoImageReducer:
|
|
2809
|
-
issueAssociationReducer:
|
|
2810
|
-
issueTypeFieldsReducer:
|
|
2811
|
-
issueTypeFieldValuesReducer:
|
|
2812
|
-
issueTypeFieldsAttachmentReducer:
|
|
2813
|
-
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,
|
|
2814
2816
|
assetTypeFieldsReducer: dd,
|
|
2815
2817
|
assetTypeFieldValuesReducer: _d,
|
|
2816
2818
|
assetTypeFieldsAttachmentReducer: id,
|
|
@@ -2827,19 +2829,19 @@ const V = O(
|
|
|
2827
2829
|
assetProcedureStepFieldValuesAttachmentReducer: Ao,
|
|
2828
2830
|
assetProcedureStepFieldValuesReducer: _o,
|
|
2829
2831
|
assetProcedureStepReducer: Fo
|
|
2830
|
-
},
|
|
2832
|
+
}, SS = Pn(bp);
|
|
2831
2833
|
let mc;
|
|
2832
|
-
function
|
|
2834
|
+
function gp(t) {
|
|
2833
2835
|
mc = t;
|
|
2834
2836
|
}
|
|
2835
2837
|
function et() {
|
|
2836
2838
|
return mc;
|
|
2837
2839
|
}
|
|
2838
2840
|
let Ac;
|
|
2839
|
-
function
|
|
2841
|
+
function Sp(t) {
|
|
2840
2842
|
Ac = t;
|
|
2841
2843
|
}
|
|
2842
|
-
function
|
|
2844
|
+
function _p() {
|
|
2843
2845
|
return Ac;
|
|
2844
2846
|
}
|
|
2845
2847
|
const fc = {};
|
|
@@ -2856,10 +2858,10 @@ class yc {
|
|
|
2856
2858
|
this.client.store.dispatch(e);
|
|
2857
2859
|
}
|
|
2858
2860
|
}
|
|
2859
|
-
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) => {
|
|
2860
2862
|
var s;
|
|
2861
2863
|
return e === void 0 && (e = {}), ((s = e[At]) == null ? void 0 : s.version) === bc() ? e : t(e);
|
|
2862
|
-
}, Sc = [gc, gn, gn,
|
|
2864
|
+
}, Sc = [gc, gn, gn, Pp], Fp = Object.fromEntries(Sc.map((t, e) => [e, Tp(t)]));
|
|
2863
2865
|
let Tt = null;
|
|
2864
2866
|
function Ge() {
|
|
2865
2867
|
const t = et();
|
|
@@ -2870,34 +2872,34 @@ function Ge() {
|
|
|
2870
2872
|
const e = t.getState().offline.outbox, s = We._fromOutbox(e);
|
|
2871
2873
|
return Tt = s, s;
|
|
2872
2874
|
}
|
|
2873
|
-
const
|
|
2875
|
+
const Op = (t) => {
|
|
2874
2876
|
if (t) throw t;
|
|
2875
2877
|
const e = et();
|
|
2876
2878
|
e ? e.dispatch({ type: "rehydrated/setRehydrated", payload: !0 }) : console.error("Client store not set");
|
|
2877
|
-
},
|
|
2879
|
+
}, Rp = (t, e, s) => {
|
|
2878
2880
|
const i = Ge();
|
|
2879
2881
|
return i ? (i.addRequest(e), i.getQueue()) : (console.warn("Outbox coordinator not set; cannot enqueue request yet."), []);
|
|
2880
|
-
},
|
|
2882
|
+
}, Ip = (t, e, s) => {
|
|
2881
2883
|
const i = Ge();
|
|
2882
2884
|
if (!i)
|
|
2883
2885
|
return console.warn("Outbox coordinator not set; cannot dequeue request yet."), [];
|
|
2884
2886
|
const a = e.meta.offlineAction.payload.uuid;
|
|
2885
2887
|
return i.remove(a), i.getQueue();
|
|
2886
2888
|
};
|
|
2887
|
-
async function
|
|
2889
|
+
async function vp(t, e) {
|
|
2888
2890
|
if (!e.payload)
|
|
2889
2891
|
throw new Error("Received empty payload");
|
|
2890
|
-
return
|
|
2892
|
+
return Dp(e);
|
|
2891
2893
|
}
|
|
2892
|
-
const
|
|
2894
|
+
const wp = {
|
|
2893
2895
|
...Jt,
|
|
2894
|
-
effect:
|
|
2896
|
+
effect: vp,
|
|
2895
2897
|
// Casting needed because we are saving FullOfflineAction objects, not just OfflineAction objects,
|
|
2896
2898
|
// but redux-offline does not know this.
|
|
2897
2899
|
discard: Fc,
|
|
2898
2900
|
returnPromises: !0,
|
|
2899
|
-
persistCallback:
|
|
2900
|
-
retry:
|
|
2901
|
+
persistCallback: Op,
|
|
2902
|
+
retry: Up,
|
|
2901
2903
|
// Modify the configuration of the offline store to use localforage
|
|
2902
2904
|
// which uses IndexedDB by default (persists even on mobile when installed as a PWA, unlike localStorage)
|
|
2903
2905
|
persistOptions: { storage: Ec },
|
|
@@ -2906,13 +2908,13 @@ const vp = {
|
|
|
2906
2908
|
// that same issue"
|
|
2907
2909
|
queue: {
|
|
2908
2910
|
...Jt.queue,
|
|
2909
|
-
enqueue:
|
|
2910
|
-
dequeue:
|
|
2911
|
+
enqueue: Rp,
|
|
2912
|
+
dequeue: Ip,
|
|
2911
2913
|
// Bad typing, undefined is actually fine, and the action is a FullOfflineAction, not just an OfflineAction.
|
|
2912
|
-
peek: (...t) =>
|
|
2914
|
+
peek: (...t) => xp(...t)
|
|
2913
2915
|
}
|
|
2914
|
-
},
|
|
2915
|
-
function
|
|
2916
|
+
}, kp = qc(Fp, At), _S = vc(kc(wp), kp);
|
|
2917
|
+
function Ep(t) {
|
|
2916
2918
|
function e(s) {
|
|
2917
2919
|
return typeof s == "object" && s !== null && ["ok", "redirect", "clientError", "serverError", "error"].every((n) => n in s);
|
|
2918
2920
|
}
|
|
@@ -2982,13 +2984,13 @@ async function _c(t, e) {
|
|
|
2982
2984
|
try {
|
|
2983
2985
|
return await xe.query(d);
|
|
2984
2986
|
} catch (j) {
|
|
2985
|
-
const U =
|
|
2987
|
+
const U = Ep(j), Le = U == null ? void 0 : U.status;
|
|
2986
2988
|
if (i && Le === 401)
|
|
2987
2989
|
return await s.auth.handleUnauthorized(xe, U), xe.query(d);
|
|
2988
2990
|
throw new x({ response: U, innerError: j, discard: Tc.includes(Le) });
|
|
2989
2991
|
}
|
|
2990
2992
|
}
|
|
2991
|
-
class
|
|
2993
|
+
class qp {
|
|
2992
2994
|
constructor(e) {
|
|
2993
2995
|
f(this, "_all");
|
|
2994
2996
|
f(this, "_previous");
|
|
@@ -3010,33 +3012,33 @@ class Pc {
|
|
|
3010
3012
|
this.next = null;
|
|
3011
3013
|
}
|
|
3012
3014
|
then(e) {
|
|
3013
|
-
return new
|
|
3015
|
+
return new qp(this).then(e);
|
|
3014
3016
|
}
|
|
3015
3017
|
async run(e) {
|
|
3016
3018
|
if (this.next)
|
|
3017
3019
|
return this.next.run(e);
|
|
3018
3020
|
{
|
|
3019
3021
|
if (console.debug("Middleware finished. Performing request:", e), !et()) throw new Error("Client store not set");
|
|
3020
|
-
const i =
|
|
3022
|
+
const i = _p();
|
|
3021
3023
|
if (!i) throw new Error("Client SDK not set");
|
|
3022
3024
|
return _c(e, i);
|
|
3023
3025
|
}
|
|
3024
3026
|
}
|
|
3025
3027
|
}
|
|
3026
|
-
class
|
|
3028
|
+
class jp extends Pc {
|
|
3027
3029
|
async run(e) {
|
|
3028
3030
|
return super.run(e);
|
|
3029
3031
|
}
|
|
3030
3032
|
}
|
|
3031
|
-
class
|
|
3033
|
+
class Mp extends Pc {
|
|
3032
3034
|
async run(e) {
|
|
3033
3035
|
return super.run(e);
|
|
3034
3036
|
}
|
|
3035
3037
|
}
|
|
3036
|
-
const
|
|
3037
|
-
function
|
|
3038
|
+
const zp = new jp().then(new Mp()).compile();
|
|
3039
|
+
function Dp(t) {
|
|
3038
3040
|
var e;
|
|
3039
|
-
return (e =
|
|
3041
|
+
return (e = zp[0]) == null ? void 0 : e.run(t);
|
|
3040
3042
|
}
|
|
3041
3043
|
const Tc = [400, 409, 403, 404, 405, 500];
|
|
3042
3044
|
function Fc(t, e, s = 0) {
|
|
@@ -3059,7 +3061,7 @@ Retries:`,
|
|
|
3059
3061
|
), t;
|
|
3060
3062
|
const i = et(), a = i.getState().outboxReducer.deletedRequests, c = e.payload.uuid;
|
|
3061
3063
|
function o() {
|
|
3062
|
-
i.dispatch(
|
|
3064
|
+
i.dispatch(Ch(c));
|
|
3063
3065
|
const d = Ge();
|
|
3064
3066
|
if (!d)
|
|
3065
3067
|
throw new Error("Outbox coordinator not set");
|
|
@@ -3088,15 +3090,15 @@ Action:`, e);
|
|
|
3088
3090
|
throw new Error("Outbox coordinator not set");
|
|
3089
3091
|
return l.registerRetry(e.payload.uuid), !1;
|
|
3090
3092
|
}
|
|
3091
|
-
function
|
|
3093
|
+
function xp(t, e, s) {
|
|
3092
3094
|
var i;
|
|
3093
3095
|
return (i = Ge()) == null ? void 0 : i.peek();
|
|
3094
3096
|
}
|
|
3095
|
-
function
|
|
3096
|
-
return et().dispatch(
|
|
3097
|
+
function Up(t, e) {
|
|
3098
|
+
return et().dispatch($h((/* @__PURE__ */ new Date()).getTime())), Cc;
|
|
3097
3099
|
}
|
|
3098
|
-
const Je = "An unknown error occurred",
|
|
3099
|
-
function
|
|
3100
|
+
const Je = "An unknown error occurred", Vp = 500, Sn = ["non_field_errors", "detail"];
|
|
3101
|
+
function Cp(t, e) {
|
|
3100
3102
|
let s;
|
|
3101
3103
|
if (t != null && t.body)
|
|
3102
3104
|
if (typeof t.body == "object") {
|
|
@@ -3116,7 +3118,7 @@ function Vp(t, e) {
|
|
|
3116
3118
|
}
|
|
3117
3119
|
} else typeof t.body == "string" && (s = t.body);
|
|
3118
3120
|
else t != null && t.text ? s = t.text : e instanceof Error && (s = e.message);
|
|
3119
|
-
return !s || s.length >
|
|
3121
|
+
return !s || s.length > Vp ? Je : s;
|
|
3120
3122
|
}
|
|
3121
3123
|
class x extends Error {
|
|
3122
3124
|
constructor(s) {
|
|
@@ -3127,10 +3129,10 @@ class x extends Error {
|
|
|
3127
3129
|
f(this, "message");
|
|
3128
3130
|
f(this, "options");
|
|
3129
3131
|
const { response: i, innerError: n } = s;
|
|
3130
|
-
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;
|
|
3131
3133
|
}
|
|
3132
3134
|
}
|
|
3133
|
-
class
|
|
3135
|
+
class $p extends yc {
|
|
3134
3136
|
constructor(e) {
|
|
3135
3137
|
super(e);
|
|
3136
3138
|
}
|
|
@@ -3142,7 +3144,7 @@ class v extends yc {
|
|
|
3142
3144
|
this.auth = i;
|
|
3143
3145
|
}
|
|
3144
3146
|
}
|
|
3145
|
-
class
|
|
3147
|
+
class PS extends v {
|
|
3146
3148
|
async startConversation(e, s) {
|
|
3147
3149
|
return this.enqueueRequest({
|
|
3148
3150
|
description: "Start agent conversation",
|
|
@@ -3328,7 +3330,7 @@ class De extends z {
|
|
|
3328
3330
|
}), n;
|
|
3329
3331
|
}
|
|
3330
3332
|
}
|
|
3331
|
-
class
|
|
3333
|
+
class TS extends De {
|
|
3332
3334
|
constructor() {
|
|
3333
3335
|
super(...arguments);
|
|
3334
3336
|
f(this, "name", "Asset Attachment");
|
|
@@ -3379,7 +3381,7 @@ class PS extends De {
|
|
|
3379
3381
|
return this.dispatch(ts(i)), i;
|
|
3380
3382
|
}
|
|
3381
3383
|
}
|
|
3382
|
-
class
|
|
3384
|
+
class FS extends De {
|
|
3383
3385
|
constructor() {
|
|
3384
3386
|
super(...arguments);
|
|
3385
3387
|
f(this, "name", "Asset Procedure Attachment");
|
|
@@ -3429,7 +3431,7 @@ class TS extends De {
|
|
|
3429
3431
|
return this.dispatch(lr(i)), i;
|
|
3430
3432
|
}
|
|
3431
3433
|
}
|
|
3432
|
-
class
|
|
3434
|
+
class OS extends z {
|
|
3433
3435
|
async bulkAdd(e) {
|
|
3434
3436
|
var l;
|
|
3435
3437
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -3494,7 +3496,7 @@ class FS extends z {
|
|
|
3494
3496
|
return this.dispatch(_r(s)), s;
|
|
3495
3497
|
}
|
|
3496
3498
|
}
|
|
3497
|
-
class
|
|
3499
|
+
class RS extends v {
|
|
3498
3500
|
add(e) {
|
|
3499
3501
|
var o;
|
|
3500
3502
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -3539,7 +3541,7 @@ function Ve(t, e) {
|
|
|
3539
3541
|
s.push(t.slice(i, i += e));
|
|
3540
3542
|
return s;
|
|
3541
3543
|
}
|
|
3542
|
-
class
|
|
3544
|
+
class IS extends z {
|
|
3543
3545
|
async bulkAdd(e, s) {
|
|
3544
3546
|
var r;
|
|
3545
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 = [];
|
|
@@ -3631,7 +3633,7 @@ class RS extends z {
|
|
|
3631
3633
|
return this.dispatch(Mr(s)), s;
|
|
3632
3634
|
}
|
|
3633
3635
|
}
|
|
3634
|
-
class
|
|
3636
|
+
class vS extends v {
|
|
3635
3637
|
add(e) {
|
|
3636
3638
|
var c;
|
|
3637
3639
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -3759,7 +3761,7 @@ class IS extends v {
|
|
|
3759
3761
|
return this.dispatch(Cr(s)), s;
|
|
3760
3762
|
}
|
|
3761
3763
|
}
|
|
3762
|
-
class
|
|
3764
|
+
class wS extends v {
|
|
3763
3765
|
add(e) {
|
|
3764
3766
|
var o;
|
|
3765
3767
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -3833,7 +3835,7 @@ class vS extends v {
|
|
|
3833
3835
|
return this.dispatch(Hr(s)), s;
|
|
3834
3836
|
}
|
|
3835
3837
|
}
|
|
3836
|
-
class
|
|
3838
|
+
class kS extends v {
|
|
3837
3839
|
add(e) {
|
|
3838
3840
|
var o;
|
|
3839
3841
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -3908,7 +3910,7 @@ class wS extends v {
|
|
|
3908
3910
|
return this.dispatch(Zr(s)), s;
|
|
3909
3911
|
}
|
|
3910
3912
|
}
|
|
3911
|
-
class
|
|
3913
|
+
class ES extends z {
|
|
3912
3914
|
async bulkAdd(e) {
|
|
3913
3915
|
var l;
|
|
3914
3916
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -3973,7 +3975,7 @@ class kS extends z {
|
|
|
3973
3975
|
return this.dispatch(eo(s)), s;
|
|
3974
3976
|
}
|
|
3975
3977
|
}
|
|
3976
|
-
class
|
|
3978
|
+
class qS extends v {
|
|
3977
3979
|
add(e) {
|
|
3978
3980
|
var o;
|
|
3979
3981
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -4049,7 +4051,7 @@ class ES extends v {
|
|
|
4049
4051
|
return this.dispatch(ro(s)), s;
|
|
4050
4052
|
}
|
|
4051
4053
|
}
|
|
4052
|
-
class
|
|
4054
|
+
class jS extends z {
|
|
4053
4055
|
async bulkAdd(e, s) {
|
|
4054
4056
|
var r;
|
|
4055
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 = [];
|
|
@@ -4139,7 +4141,7 @@ class qS extends z {
|
|
|
4139
4141
|
return this.dispatch(uo(s)), s;
|
|
4140
4142
|
}
|
|
4141
4143
|
}
|
|
4142
|
-
class
|
|
4144
|
+
class MS extends v {
|
|
4143
4145
|
add(e) {
|
|
4144
4146
|
var c;
|
|
4145
4147
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -4270,7 +4272,7 @@ class jS extends v {
|
|
|
4270
4272
|
return this.dispatch(fo(s)), s;
|
|
4271
4273
|
}
|
|
4272
4274
|
}
|
|
4273
|
-
class
|
|
4275
|
+
class zS extends v {
|
|
4274
4276
|
bulkAdd(e, s) {
|
|
4275
4277
|
var l;
|
|
4276
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 }));
|
|
@@ -4366,7 +4368,7 @@ class MS extends v {
|
|
|
4366
4368
|
return this.dispatch(Po(s)), s;
|
|
4367
4369
|
}
|
|
4368
4370
|
}
|
|
4369
|
-
class
|
|
4371
|
+
class DS extends v {
|
|
4370
4372
|
// Basic CRUD functions
|
|
4371
4373
|
add(e) {
|
|
4372
4374
|
var o;
|
|
@@ -4421,7 +4423,7 @@ class zS extends v {
|
|
|
4421
4423
|
async delete(e) {
|
|
4422
4424
|
const { store: s } = this.client, i = s.getState(), n = zs(e)(i);
|
|
4423
4425
|
if (!n) throw new Error(`No asset with uuid ${e} found in the store`);
|
|
4424
|
-
const a = dr(e)(i), c =
|
|
4426
|
+
const a = dr(e)(i), c = ku(e)(i), o = Hu(e)(i);
|
|
4425
4427
|
if (this.dispatch(Ms(e)), a.length > 0) {
|
|
4426
4428
|
const l = a.map(({ uuid: r }) => r);
|
|
4427
4429
|
this.dispatch(kn(l));
|
|
@@ -4511,7 +4513,7 @@ class zS extends v {
|
|
|
4511
4513
|
return this.dispatch(Io(s)), s;
|
|
4512
4514
|
}
|
|
4513
4515
|
}
|
|
4514
|
-
class
|
|
4516
|
+
class xS extends v {
|
|
4515
4517
|
add(e) {
|
|
4516
4518
|
var o;
|
|
4517
4519
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -4610,7 +4612,7 @@ class DS extends v {
|
|
|
4610
4612
|
return this.dispatch(Eo(s)), s;
|
|
4611
4613
|
}
|
|
4612
4614
|
}
|
|
4613
|
-
class
|
|
4615
|
+
class US extends v {
|
|
4614
4616
|
bulkAdd(e, s) {
|
|
4615
4617
|
var l;
|
|
4616
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 }));
|
|
@@ -4706,7 +4708,7 @@ class xS extends v {
|
|
|
4706
4708
|
return this.dispatch(xo(s)), s;
|
|
4707
4709
|
}
|
|
4708
4710
|
}
|
|
4709
|
-
class
|
|
4711
|
+
class VS extends De {
|
|
4710
4712
|
constructor() {
|
|
4711
4713
|
super(...arguments);
|
|
4712
4714
|
f(this, "name", "Asset Type Attachment");
|
|
@@ -4756,7 +4758,7 @@ class US extends De {
|
|
|
4756
4758
|
return this.dispatch(Go(i)), i;
|
|
4757
4759
|
}
|
|
4758
4760
|
}
|
|
4759
|
-
class
|
|
4761
|
+
class CS extends z {
|
|
4760
4762
|
async bulkAdd(e) {
|
|
4761
4763
|
var l;
|
|
4762
4764
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -4821,7 +4823,7 @@ class VS extends z {
|
|
|
4821
4823
|
return this.dispatch(Zo(s)), s;
|
|
4822
4824
|
}
|
|
4823
4825
|
}
|
|
4824
|
-
class
|
|
4826
|
+
class $S extends v {
|
|
4825
4827
|
add(e) {
|
|
4826
4828
|
var o;
|
|
4827
4829
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -4858,7 +4860,7 @@ class CS extends v {
|
|
|
4858
4860
|
return this.dispatch(nd(s)), s;
|
|
4859
4861
|
}
|
|
4860
4862
|
}
|
|
4861
|
-
class
|
|
4863
|
+
class GS extends z {
|
|
4862
4864
|
async bulkAdd(e, s) {
|
|
4863
4865
|
var r;
|
|
4864
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 = [];
|
|
@@ -4948,7 +4950,7 @@ class $S extends z {
|
|
|
4948
4950
|
return this.dispatch(ud(s)), s;
|
|
4949
4951
|
}
|
|
4950
4952
|
}
|
|
4951
|
-
class
|
|
4953
|
+
class BS extends v {
|
|
4952
4954
|
add(e) {
|
|
4953
4955
|
var c;
|
|
4954
4956
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -5071,7 +5073,7 @@ class GS extends v {
|
|
|
5071
5073
|
return this.dispatch(fd(s)), s;
|
|
5072
5074
|
}
|
|
5073
5075
|
}
|
|
5074
|
-
class
|
|
5076
|
+
class LS extends v {
|
|
5075
5077
|
add(e) {
|
|
5076
5078
|
var o;
|
|
5077
5079
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -5151,7 +5153,7 @@ class BS extends v {
|
|
|
5151
5153
|
return this.dispatch(Pd(s)), s;
|
|
5152
5154
|
}
|
|
5153
5155
|
}
|
|
5154
|
-
class
|
|
5156
|
+
class NS extends v {
|
|
5155
5157
|
add(e) {
|
|
5156
5158
|
var o;
|
|
5157
5159
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -5216,17 +5218,17 @@ class LS extends v {
|
|
|
5216
5218
|
return this.dispatch(Rd(s)), s;
|
|
5217
5219
|
}
|
|
5218
5220
|
}
|
|
5219
|
-
class
|
|
5221
|
+
class HS extends De {
|
|
5220
5222
|
constructor() {
|
|
5221
5223
|
super(...arguments);
|
|
5222
5224
|
f(this, "name", "Document Attachment");
|
|
5223
5225
|
f(this, "url", "/document-attachments");
|
|
5224
|
-
f(this, "addAttachments",
|
|
5225
|
-
f(this, "updateAttachments",
|
|
5226
|
-
f(this, "removeAttachments",
|
|
5227
|
-
f(this, "removeAttachment",
|
|
5228
|
-
f(this, "setAttachment",
|
|
5229
|
-
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);
|
|
5230
5232
|
}
|
|
5231
5233
|
buildOfflineAttachment(s) {
|
|
5232
5234
|
return F({
|
|
@@ -5320,7 +5322,7 @@ class NS extends De {
|
|
|
5320
5322
|
blocks: [],
|
|
5321
5323
|
blockers: []
|
|
5322
5324
|
});
|
|
5323
|
-
this.dispatch(
|
|
5325
|
+
this.dispatch(Ed(n));
|
|
5324
5326
|
const a = await this.enqueueRequest({
|
|
5325
5327
|
description: "Get document attachments",
|
|
5326
5328
|
method: u.GET,
|
|
@@ -5331,7 +5333,7 @@ class NS extends De {
|
|
|
5331
5333
|
return this.dispatch(this.addAttachments(a)), [...n, ...a];
|
|
5332
5334
|
}
|
|
5333
5335
|
}
|
|
5334
|
-
class
|
|
5336
|
+
class WS extends v {
|
|
5335
5337
|
add(e) {
|
|
5336
5338
|
var o;
|
|
5337
5339
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -5339,7 +5341,7 @@ class HS extends v {
|
|
|
5339
5341
|
created_by: i,
|
|
5340
5342
|
submitted_at: n
|
|
5341
5343
|
});
|
|
5342
|
-
this.dispatch(
|
|
5344
|
+
this.dispatch(Gd([a]));
|
|
5343
5345
|
const c = this.enqueueRequest({
|
|
5344
5346
|
description: "Create Document",
|
|
5345
5347
|
method: u.POST,
|
|
@@ -5393,7 +5395,7 @@ class HS extends v {
|
|
|
5393
5395
|
);
|
|
5394
5396
|
c.push(r), r.parent_document && c.push(a[r.parent_document]);
|
|
5395
5397
|
}
|
|
5396
|
-
this.dispatch(
|
|
5398
|
+
this.dispatch(Bd({ documentId: e, targetDocumentId: s, position: i }));
|
|
5397
5399
|
const l = this.enqueueRequest({
|
|
5398
5400
|
description: "Move Document",
|
|
5399
5401
|
method: u.PATCH,
|
|
@@ -5412,7 +5414,7 @@ class HS extends v {
|
|
|
5412
5414
|
}), l;
|
|
5413
5415
|
}
|
|
5414
5416
|
delete(e) {
|
|
5415
|
-
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());
|
|
5416
5418
|
if (!n)
|
|
5417
5419
|
throw new Error(`attempting to delete a document with uuid ${e} that does not exist in store.documents`);
|
|
5418
5420
|
const a = n.parent_document ? i[n.parent_document] : void 0;
|
|
@@ -5444,10 +5446,10 @@ class HS extends v {
|
|
|
5444
5446
|
blockers: [],
|
|
5445
5447
|
blocks: []
|
|
5446
5448
|
}), a = [...await i, ...await n];
|
|
5447
|
-
return this.dispatch(
|
|
5449
|
+
return this.dispatch($d(a)), a;
|
|
5448
5450
|
}
|
|
5449
5451
|
}
|
|
5450
|
-
class
|
|
5452
|
+
class KS extends v {
|
|
5451
5453
|
async add(e, s) {
|
|
5452
5454
|
return this.enqueueRequest({
|
|
5453
5455
|
description: "Add email domain to organization",
|
|
@@ -5459,14 +5461,14 @@ class WS extends v {
|
|
|
5459
5461
|
});
|
|
5460
5462
|
}
|
|
5461
5463
|
async remove(e) {
|
|
5462
|
-
return this.dispatch(
|
|
5464
|
+
return this.dispatch(Yd(e.uuid)), this.enqueueRequest({
|
|
5463
5465
|
description: "Remove email domain from organization",
|
|
5464
5466
|
method: u.DELETE,
|
|
5465
5467
|
url: `/organization-email-domains/${e.uuid}/`,
|
|
5466
5468
|
blockers: [e.domain],
|
|
5467
5469
|
blocks: []
|
|
5468
5470
|
}).catch((s) => {
|
|
5469
|
-
throw this.dispatch(
|
|
5471
|
+
throw this.dispatch(Kd(e)), s;
|
|
5470
5472
|
});
|
|
5471
5473
|
}
|
|
5472
5474
|
async refreshStore(e) {
|
|
@@ -5480,10 +5482,10 @@ class WS extends v {
|
|
|
5480
5482
|
blockers: [e],
|
|
5481
5483
|
blocks: []
|
|
5482
5484
|
});
|
|
5483
|
-
return this.dispatch(
|
|
5485
|
+
return this.dispatch(Wd(s)), s;
|
|
5484
5486
|
}
|
|
5485
5487
|
}
|
|
5486
|
-
class
|
|
5488
|
+
class YS extends v {
|
|
5487
5489
|
async getVerificationCode(e) {
|
|
5488
5490
|
return this.enqueueRequest({
|
|
5489
5491
|
description: "Get verification code",
|
|
@@ -5508,8 +5510,8 @@ class KS extends v {
|
|
|
5508
5510
|
}
|
|
5509
5511
|
const pt = {}, Ft = /* @__PURE__ */ new Set();
|
|
5510
5512
|
let mt = 0, Ot = 0, Rt = 0;
|
|
5511
|
-
const
|
|
5512
|
-
class
|
|
5513
|
+
const Gp = 20;
|
|
5514
|
+
class JS extends v {
|
|
5513
5515
|
constructor() {
|
|
5514
5516
|
super(...arguments);
|
|
5515
5517
|
f(this, "host");
|
|
@@ -5537,7 +5539,7 @@ class YS extends v {
|
|
|
5537
5539
|
blockers: [],
|
|
5538
5540
|
blocks: [`s3-${n}`]
|
|
5539
5541
|
});
|
|
5540
|
-
return "url" in a && this.dispatch(
|
|
5542
|
+
return "url" in a && this.dispatch(eu({ sha1: s, ...a })), a;
|
|
5541
5543
|
}
|
|
5542
5544
|
/**
|
|
5543
5545
|
* Adds a file to the cache using the sha1 hash as the key and returns the sha1 hash.
|
|
@@ -5555,7 +5557,7 @@ class YS extends v {
|
|
|
5555
5557
|
if (!s.name || !s.size || !s.type)
|
|
5556
5558
|
throw new Error("Cannot add files to cache that do not have a name, size and type.");
|
|
5557
5559
|
const n = await this._dbPromise;
|
|
5558
|
-
!!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(
|
|
5559
5561
|
`File cache summary: ${mt} hits and ${Ot} misses, ${mt / (mt + Ot) * 100}% hit rate over ${Rt} calls to addCache.`
|
|
5560
5562
|
);
|
|
5561
5563
|
}
|
|
@@ -5567,7 +5569,7 @@ class YS extends v {
|
|
|
5567
5569
|
}
|
|
5568
5570
|
async getOrRenewUploadUrl(s) {
|
|
5569
5571
|
const i = this.client.store.getState();
|
|
5570
|
-
return
|
|
5572
|
+
return tu(s)(i) ?? await this.renewUploadUrl(s);
|
|
5571
5573
|
}
|
|
5572
5574
|
/** Ensure the file has been added to the file cache before calling `uploadFileToS3()` */
|
|
5573
5575
|
async uploadFileToS3(s) {
|
|
@@ -5666,7 +5668,7 @@ class YS extends v {
|
|
|
5666
5668
|
return r;
|
|
5667
5669
|
}
|
|
5668
5670
|
}
|
|
5669
|
-
class
|
|
5671
|
+
class ZS extends z {
|
|
5670
5672
|
async bulkAdd(e) {
|
|
5671
5673
|
var l;
|
|
5672
5674
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -5694,7 +5696,7 @@ class JS extends z {
|
|
|
5694
5696
|
};
|
|
5695
5697
|
c.push(S);
|
|
5696
5698
|
}
|
|
5697
|
-
this.dispatch(
|
|
5699
|
+
this.dispatch(nu(a));
|
|
5698
5700
|
const o = this.enqueueRequest({
|
|
5699
5701
|
description: "Attach files to form revision",
|
|
5700
5702
|
method: u.POST,
|
|
@@ -5708,10 +5710,10 @@ class JS extends z {
|
|
|
5708
5710
|
blocks: a.map((r) => r.uuid)
|
|
5709
5711
|
});
|
|
5710
5712
|
return o.then((r) => {
|
|
5711
|
-
this.processPresignedUrls(r.presigned_urls), this.dispatch(
|
|
5713
|
+
this.processPresignedUrls(r.presigned_urls), this.dispatch(au(r.attachments));
|
|
5712
5714
|
}).catch(() => {
|
|
5713
5715
|
this.dispatch(
|
|
5714
|
-
|
|
5716
|
+
cu(a.map((r) => r.uuid))
|
|
5715
5717
|
);
|
|
5716
5718
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
5717
5719
|
}
|
|
@@ -5726,10 +5728,10 @@ class JS extends z {
|
|
|
5726
5728
|
blockers: [e],
|
|
5727
5729
|
blocks: []
|
|
5728
5730
|
});
|
|
5729
|
-
return this.dispatch(
|
|
5731
|
+
return this.dispatch(iu(s)), s;
|
|
5730
5732
|
}
|
|
5731
5733
|
}
|
|
5732
|
-
class
|
|
5734
|
+
class QS extends z {
|
|
5733
5735
|
add(e) {
|
|
5734
5736
|
var o;
|
|
5735
5737
|
const { store: s } = this.client, n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, a = F({
|
|
@@ -5747,7 +5749,7 @@ class ZS extends z {
|
|
|
5747
5749
|
blocks: [a.uuid]
|
|
5748
5750
|
});
|
|
5749
5751
|
return c.then((l) => {
|
|
5750
|
-
this.dispatch(
|
|
5752
|
+
this.dispatch(hu(l));
|
|
5751
5753
|
}).catch(() => {
|
|
5752
5754
|
this.dispatch(Ra(a.uuid));
|
|
5753
5755
|
}), [a, c];
|
|
@@ -5763,10 +5765,10 @@ class ZS extends z {
|
|
|
5763
5765
|
blockers: [e],
|
|
5764
5766
|
blocks: []
|
|
5765
5767
|
});
|
|
5766
|
-
return this.dispatch(
|
|
5768
|
+
return this.dispatch(uu(s)), s;
|
|
5767
5769
|
}
|
|
5768
5770
|
}
|
|
5769
|
-
class
|
|
5771
|
+
class XS extends z {
|
|
5770
5772
|
add(e, s) {
|
|
5771
5773
|
var r;
|
|
5772
5774
|
const { store: i } = this.client, n = (/* @__PURE__ */ new Date()).toISOString(), a = (r = i.getState().userReducer.currentUser) == null ? void 0 : r.id, c = F({
|
|
@@ -5802,13 +5804,13 @@ class QS extends z {
|
|
|
5802
5804
|
}), [c, o, l];
|
|
5803
5805
|
}
|
|
5804
5806
|
async delete(e) {
|
|
5805
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
5807
|
+
const { store: s } = this.client, i = s.getState(), n = Su(e)(i);
|
|
5806
5808
|
if (!n)
|
|
5807
5809
|
throw new Error("Expected form to exist");
|
|
5808
|
-
const a =
|
|
5810
|
+
const a = vu(e)(i);
|
|
5809
5811
|
a.length > 0 && this.dispatch(Kt(a.map(({ uuid: o }) => o)));
|
|
5810
|
-
const c =
|
|
5811
|
-
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));
|
|
5812
5814
|
try {
|
|
5813
5815
|
return await this.enqueueRequest({
|
|
5814
5816
|
description: "Delete form",
|
|
@@ -5818,7 +5820,7 @@ class QS extends z {
|
|
|
5818
5820
|
blocks: []
|
|
5819
5821
|
});
|
|
5820
5822
|
} catch (o) {
|
|
5821
|
-
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;
|
|
5822
5824
|
}
|
|
5823
5825
|
}
|
|
5824
5826
|
async refreshStore(e) {
|
|
@@ -5832,10 +5834,10 @@ class QS extends z {
|
|
|
5832
5834
|
blockers: [e],
|
|
5833
5835
|
blocks: []
|
|
5834
5836
|
});
|
|
5835
|
-
return this.dispatch(
|
|
5837
|
+
return this.dispatch(yu(s)), s;
|
|
5836
5838
|
}
|
|
5837
5839
|
}
|
|
5838
|
-
class
|
|
5840
|
+
class e_ extends z {
|
|
5839
5841
|
async bulkAdd(e) {
|
|
5840
5842
|
var l;
|
|
5841
5843
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -5877,7 +5879,7 @@ class XS extends z {
|
|
|
5877
5879
|
blocks: a.map((r) => r.uuid)
|
|
5878
5880
|
});
|
|
5879
5881
|
return o.then((r) => {
|
|
5880
|
-
this.processPresignedUrls(r.presigned_urls), this.dispatch(
|
|
5882
|
+
this.processPresignedUrls(r.presigned_urls), this.dispatch(Pu(r.attachments));
|
|
5881
5883
|
}).catch((r) => {
|
|
5882
5884
|
throw this.dispatch(
|
|
5883
5885
|
Dt(
|
|
@@ -5887,7 +5889,7 @@ class XS extends z {
|
|
|
5887
5889
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
5888
5890
|
}
|
|
5889
5891
|
async bulkDelete(e) {
|
|
5890
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
5892
|
+
const { store: s } = this.client, i = s.getState(), n = Tu(e)(i);
|
|
5891
5893
|
this.dispatch(Dt(e));
|
|
5892
5894
|
try {
|
|
5893
5895
|
await this.enqueueRequest({
|
|
@@ -5913,10 +5915,10 @@ class XS extends z {
|
|
|
5913
5915
|
blockers: [],
|
|
5914
5916
|
blocks: []
|
|
5915
5917
|
});
|
|
5916
|
-
return this.dispatch(
|
|
5918
|
+
return this.dispatch(_u(s)), s;
|
|
5917
5919
|
}
|
|
5918
5920
|
}
|
|
5919
|
-
class
|
|
5921
|
+
class t_ extends z {
|
|
5920
5922
|
add(e) {
|
|
5921
5923
|
var c;
|
|
5922
5924
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -5948,7 +5950,7 @@ class e_ extends z {
|
|
|
5948
5950
|
...n,
|
|
5949
5951
|
...e
|
|
5950
5952
|
};
|
|
5951
|
-
this.dispatch(
|
|
5953
|
+
this.dispatch(Iu(a));
|
|
5952
5954
|
const c = this.enqueueRequest({
|
|
5953
5955
|
description: "Delete user form submissions",
|
|
5954
5956
|
method: u.PATCH,
|
|
@@ -5967,7 +5969,7 @@ class e_ extends z {
|
|
|
5967
5969
|
const { store: s } = this.client, i = s.getState(), n = Pi(e)(i);
|
|
5968
5970
|
if (!n)
|
|
5969
5971
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
5970
|
-
const a =
|
|
5972
|
+
const a = Fu(e)(i);
|
|
5971
5973
|
this.dispatch(_i(e)), this.dispatch(Dt(a.map((c) => c.uuid)));
|
|
5972
5974
|
try {
|
|
5973
5975
|
return await this.enqueueRequest({
|
|
@@ -5992,10 +5994,10 @@ class e_ extends z {
|
|
|
5992
5994
|
blockers: [],
|
|
5993
5995
|
blocks: []
|
|
5994
5996
|
});
|
|
5995
|
-
return this.dispatch(
|
|
5997
|
+
return this.dispatch(Ru(s)), s;
|
|
5996
5998
|
}
|
|
5997
5999
|
}
|
|
5998
|
-
class
|
|
6000
|
+
class s_ extends z {
|
|
5999
6001
|
async add(e) {
|
|
6000
6002
|
var h;
|
|
6001
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({
|
|
@@ -6006,7 +6008,7 @@ class t_ extends z {
|
|
|
6006
6008
|
submitted_at: a,
|
|
6007
6009
|
created_by: c
|
|
6008
6010
|
});
|
|
6009
|
-
this.dispatch(
|
|
6011
|
+
this.dispatch(Mu(r));
|
|
6010
6012
|
const d = this.enqueueRequest({
|
|
6011
6013
|
description: "Add geo image",
|
|
6012
6014
|
method: u.POST,
|
|
@@ -6061,7 +6063,7 @@ class t_ extends z {
|
|
|
6061
6063
|
original_date: T.original_date
|
|
6062
6064
|
});
|
|
6063
6065
|
}
|
|
6064
|
-
this.dispatch(
|
|
6066
|
+
this.dispatch(zu(c));
|
|
6065
6067
|
const d = this.enqueueRequest({
|
|
6066
6068
|
description: "Bulk add geo images",
|
|
6067
6069
|
method: u.POST,
|
|
@@ -6076,9 +6078,9 @@ class t_ extends z {
|
|
|
6076
6078
|
blockers: o
|
|
6077
6079
|
});
|
|
6078
6080
|
return d.then((p) => {
|
|
6079
|
-
this.processPresignedUrls(p.presigned_urls), this.dispatch(
|
|
6081
|
+
this.processPresignedUrls(p.presigned_urls), this.dispatch(ju(p.geo_images));
|
|
6080
6082
|
}).catch(() => {
|
|
6081
|
-
this.dispatch(
|
|
6083
|
+
this.dispatch(xu(o));
|
|
6082
6084
|
}), [c, d.then((p) => p.geo_images)];
|
|
6083
6085
|
}
|
|
6084
6086
|
update(e) {
|
|
@@ -6086,7 +6088,7 @@ class t_ extends z {
|
|
|
6086
6088
|
if (!n)
|
|
6087
6089
|
throw new Error(`Map image with uuid ${e.uuid} does not exist in the store`);
|
|
6088
6090
|
const a = { ...n, ...e };
|
|
6089
|
-
this.dispatch(
|
|
6091
|
+
this.dispatch(Du(a));
|
|
6090
6092
|
const c = this.enqueueRequest({
|
|
6091
6093
|
description: "Update geo image",
|
|
6092
6094
|
method: u.PATCH,
|
|
@@ -6128,10 +6130,10 @@ class t_ extends z {
|
|
|
6128
6130
|
blocks: [e],
|
|
6129
6131
|
blockers: []
|
|
6130
6132
|
});
|
|
6131
|
-
return this.dispatch(
|
|
6133
|
+
return this.dispatch(qu(s)), s;
|
|
6132
6134
|
}
|
|
6133
6135
|
}
|
|
6134
|
-
class
|
|
6136
|
+
class i_ extends v {
|
|
6135
6137
|
add(e) {
|
|
6136
6138
|
var o;
|
|
6137
6139
|
const { store: s } = this.client, i = (/* @__PURE__ */ new Date()).toISOString(), n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, a = F({
|
|
@@ -6153,13 +6155,13 @@ class s_ extends v {
|
|
|
6153
6155
|
blocks: [a.uuid]
|
|
6154
6156
|
});
|
|
6155
6157
|
return c.then((l) => {
|
|
6156
|
-
this.dispatch(
|
|
6158
|
+
this.dispatch(Gu(l));
|
|
6157
6159
|
}).catch(() => {
|
|
6158
6160
|
this.dispatch(vi(a.uuid));
|
|
6159
6161
|
}), [a, c];
|
|
6160
6162
|
}
|
|
6161
6163
|
async delete(e) {
|
|
6162
|
-
const { store: s } = this.client, i =
|
|
6164
|
+
const { store: s } = this.client, i = Bu(e)(s.getState());
|
|
6163
6165
|
if (!i)
|
|
6164
6166
|
throw new Error(`Issue association with uuid ${e} not found in store.`);
|
|
6165
6167
|
this.dispatch(vi(e));
|
|
@@ -6183,21 +6185,21 @@ class s_ extends v {
|
|
|
6183
6185
|
blockers: [],
|
|
6184
6186
|
blocks: []
|
|
6185
6187
|
});
|
|
6186
|
-
return this.dispatch(
|
|
6188
|
+
return this.dispatch($u(s)), s;
|
|
6187
6189
|
}
|
|
6188
6190
|
}
|
|
6189
|
-
class
|
|
6191
|
+
class n_ extends De {
|
|
6190
6192
|
constructor() {
|
|
6191
6193
|
super(...arguments);
|
|
6192
6194
|
f(this, "name", "Issue Attachment");
|
|
6193
6195
|
f(this, "url", "/issue-attachments");
|
|
6194
6196
|
f(this, "initializeAttachments", ki);
|
|
6195
6197
|
f(this, "addAttachments", Ua);
|
|
6196
|
-
f(this, "updateAttachments",
|
|
6198
|
+
f(this, "updateAttachments", Yu);
|
|
6197
6199
|
f(this, "removeAttachments", Va);
|
|
6198
|
-
f(this, "removeAttachment",
|
|
6199
|
-
f(this, "setAttachment",
|
|
6200
|
-
f(this, "selectAttachment",
|
|
6200
|
+
f(this, "removeAttachment", Ju);
|
|
6201
|
+
f(this, "setAttachment", Ku);
|
|
6202
|
+
f(this, "selectAttachment", el);
|
|
6201
6203
|
}
|
|
6202
6204
|
buildOfflineAttachment(s) {
|
|
6203
6205
|
return F({
|
|
@@ -6237,18 +6239,18 @@ class i_ extends De {
|
|
|
6237
6239
|
return this.dispatch(ki(i)), i;
|
|
6238
6240
|
}
|
|
6239
6241
|
}
|
|
6240
|
-
class
|
|
6242
|
+
class a_ extends De {
|
|
6241
6243
|
constructor() {
|
|
6242
6244
|
super(...arguments);
|
|
6243
6245
|
f(this, "name", "Issue Comment Attachment");
|
|
6244
6246
|
f(this, "url", "/issue-comment-attachments");
|
|
6245
6247
|
f(this, "initializeAttachments", qi);
|
|
6246
|
-
f(this, "addAttachments",
|
|
6247
|
-
f(this, "updateAttachments",
|
|
6248
|
-
f(this, "removeAttachments",
|
|
6249
|
-
f(this, "removeAttachment",
|
|
6250
|
-
f(this, "setAttachment",
|
|
6251
|
-
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);
|
|
6252
6254
|
}
|
|
6253
6255
|
buildOfflineAttachment(s) {
|
|
6254
6256
|
return F({
|
|
@@ -6288,7 +6290,7 @@ class n_ extends De {
|
|
|
6288
6290
|
return this.dispatch(qi(i)), i;
|
|
6289
6291
|
}
|
|
6290
6292
|
}
|
|
6291
|
-
class
|
|
6293
|
+
class c_ extends v {
|
|
6292
6294
|
add(e) {
|
|
6293
6295
|
var a;
|
|
6294
6296
|
const { store: s } = this.client, i = F({
|
|
@@ -6357,10 +6359,10 @@ class a_ extends v {
|
|
|
6357
6359
|
blockers: [],
|
|
6358
6360
|
blocks: []
|
|
6359
6361
|
});
|
|
6360
|
-
return this.dispatch(
|
|
6362
|
+
return this.dispatch(ll(s)), s;
|
|
6361
6363
|
}
|
|
6362
6364
|
}
|
|
6363
|
-
class
|
|
6365
|
+
class r_ extends v {
|
|
6364
6366
|
add(e) {
|
|
6365
6367
|
var l;
|
|
6366
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({
|
|
@@ -6452,7 +6454,7 @@ class c_ extends v {
|
|
|
6452
6454
|
issue: i.uuid,
|
|
6453
6455
|
changes: a
|
|
6454
6456
|
});
|
|
6455
|
-
this.dispatch(
|
|
6457
|
+
this.dispatch(ih(c));
|
|
6456
6458
|
const o = this.enqueueRequest({
|
|
6457
6459
|
description: "Edit issue",
|
|
6458
6460
|
method: u.PATCH,
|
|
@@ -6462,20 +6464,20 @@ class c_ extends v {
|
|
|
6462
6464
|
blocks: [e.uuid]
|
|
6463
6465
|
});
|
|
6464
6466
|
return o.catch(() => {
|
|
6465
|
-
this.dispatch(_t(i)), this.dispatch(
|
|
6467
|
+
this.dispatch(_t(i)), this.dispatch(ah(c.uuid));
|
|
6466
6468
|
}), [n, o];
|
|
6467
6469
|
}
|
|
6468
6470
|
async remove(e) {
|
|
6469
6471
|
const { store: s } = this.client, i = s.getState(), n = $i(e)(i);
|
|
6470
6472
|
if (!n)
|
|
6471
6473
|
throw new Error(`No issue with uuid ${e} found in the store`);
|
|
6472
|
-
const a =
|
|
6473
|
-
for (const d of Bu(e)(i))
|
|
6474
|
-
l[d.uuid] = d;
|
|
6474
|
+
const a = Xu(e)(i), c = oh(e)(i), o = wu(e)(i), l = {};
|
|
6475
6475
|
for (const d of Lu(e)(i))
|
|
6476
6476
|
l[d.uuid] = d;
|
|
6477
|
+
for (const d of Nu(e)(i))
|
|
6478
|
+
l[d.uuid] = d;
|
|
6477
6479
|
const r = Object.values(l);
|
|
6478
|
-
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)));
|
|
6479
6481
|
try {
|
|
6480
6482
|
return await this.enqueueRequest({
|
|
6481
6483
|
description: "Delete issue",
|
|
@@ -6485,7 +6487,7 @@ class c_ extends v {
|
|
|
6485
6487
|
blocks: []
|
|
6486
6488
|
});
|
|
6487
6489
|
} catch (d) {
|
|
6488
|
-
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;
|
|
6489
6491
|
}
|
|
6490
6492
|
}
|
|
6491
6493
|
async refreshStore(e) {
|
|
@@ -6499,21 +6501,21 @@ class c_ extends v {
|
|
|
6499
6501
|
blockers: [],
|
|
6500
6502
|
blocks: []
|
|
6501
6503
|
});
|
|
6502
|
-
return this.dispatch(
|
|
6504
|
+
return this.dispatch(ml(s)), s;
|
|
6503
6505
|
}
|
|
6504
6506
|
}
|
|
6505
|
-
class
|
|
6507
|
+
class o_ extends De {
|
|
6506
6508
|
constructor() {
|
|
6507
6509
|
super(...arguments);
|
|
6508
6510
|
f(this, "name", "Issue Type Attachment");
|
|
6509
6511
|
f(this, "url", "/issue-type-attachments");
|
|
6510
6512
|
f(this, "initializeAttachments", Bi);
|
|
6511
|
-
f(this, "addAttachments",
|
|
6512
|
-
f(this, "updateAttachments",
|
|
6513
|
-
f(this, "removeAttachments",
|
|
6514
|
-
f(this, "removeAttachment",
|
|
6515
|
-
f(this, "setAttachment",
|
|
6516
|
-
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);
|
|
6517
6519
|
}
|
|
6518
6520
|
buildOfflineAttachment(s) {
|
|
6519
6521
|
return F({
|
|
@@ -6553,7 +6555,7 @@ class r_ extends De {
|
|
|
6553
6555
|
return this.dispatch(Bi(i)), i;
|
|
6554
6556
|
}
|
|
6555
6557
|
}
|
|
6556
|
-
class
|
|
6558
|
+
class d_ extends z {
|
|
6557
6559
|
async bulkAdd(e) {
|
|
6558
6560
|
var l;
|
|
6559
6561
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -6581,7 +6583,7 @@ class o_ extends z {
|
|
|
6581
6583
|
};
|
|
6582
6584
|
c.push(S);
|
|
6583
6585
|
}
|
|
6584
|
-
this.dispatch(
|
|
6586
|
+
this.dispatch(wl(a));
|
|
6585
6587
|
const o = this.enqueueRequest({
|
|
6586
6588
|
description: "Add issue type fields attachments",
|
|
6587
6589
|
method: u.POST,
|
|
@@ -6595,10 +6597,10 @@ class o_ extends z {
|
|
|
6595
6597
|
blocks: a.map((r) => r.uuid)
|
|
6596
6598
|
});
|
|
6597
6599
|
return o.then((r) => {
|
|
6598
|
-
this.processPresignedUrls(r.presigned_urls), this.dispatch(
|
|
6600
|
+
this.processPresignedUrls(r.presigned_urls), this.dispatch(kl(r.attachments));
|
|
6599
6601
|
}).catch(() => {
|
|
6600
6602
|
this.dispatch(
|
|
6601
|
-
|
|
6603
|
+
El(
|
|
6602
6604
|
a.map((r) => r.uuid)
|
|
6603
6605
|
)
|
|
6604
6606
|
);
|
|
@@ -6615,10 +6617,10 @@ class o_ extends z {
|
|
|
6615
6617
|
blockers: [e],
|
|
6616
6618
|
blocks: []
|
|
6617
6619
|
});
|
|
6618
|
-
return this.dispatch(
|
|
6620
|
+
return this.dispatch(vl(s)), s;
|
|
6619
6621
|
}
|
|
6620
6622
|
}
|
|
6621
|
-
class
|
|
6623
|
+
class u_ extends v {
|
|
6622
6624
|
add(e) {
|
|
6623
6625
|
var o;
|
|
6624
6626
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = F({
|
|
@@ -6626,7 +6628,7 @@ class d_ extends v {
|
|
|
6626
6628
|
created_by: i,
|
|
6627
6629
|
submitted_at: n
|
|
6628
6630
|
});
|
|
6629
|
-
this.dispatch(
|
|
6631
|
+
this.dispatch(Vl(a));
|
|
6630
6632
|
const c = this.enqueueRequest({
|
|
6631
6633
|
description: "Add Issue Type Fields",
|
|
6632
6634
|
method: u.POST,
|
|
@@ -6636,9 +6638,9 @@ class d_ extends v {
|
|
|
6636
6638
|
blocks: [a.uuid]
|
|
6637
6639
|
});
|
|
6638
6640
|
return c.then((l) => {
|
|
6639
|
-
this.dispatch(
|
|
6641
|
+
this.dispatch(Cl(l));
|
|
6640
6642
|
}).catch((l) => {
|
|
6641
|
-
throw this.dispatch(
|
|
6643
|
+
throw this.dispatch($l(a.uuid)), l;
|
|
6642
6644
|
}), [a, c];
|
|
6643
6645
|
}
|
|
6644
6646
|
async refreshStore(e) {
|
|
@@ -6652,10 +6654,10 @@ class d_ extends v {
|
|
|
6652
6654
|
blockers: [],
|
|
6653
6655
|
blocks: []
|
|
6654
6656
|
});
|
|
6655
|
-
return this.dispatch(
|
|
6657
|
+
return this.dispatch(Ul(s)), s;
|
|
6656
6658
|
}
|
|
6657
6659
|
}
|
|
6658
|
-
class
|
|
6660
|
+
class l_ extends z {
|
|
6659
6661
|
async bulkAdd(e) {
|
|
6660
6662
|
var l;
|
|
6661
6663
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
@@ -6697,7 +6699,7 @@ class u_ extends z {
|
|
|
6697
6699
|
blocks: a.map((r) => r.uuid)
|
|
6698
6700
|
});
|
|
6699
6701
|
return o.then(({ presigned_urls: r, attachments: d }) => {
|
|
6700
|
-
this.processPresignedUrls(r), this.dispatch(
|
|
6702
|
+
this.processPresignedUrls(r), this.dispatch(Nl(d));
|
|
6701
6703
|
}).catch((r) => {
|
|
6702
6704
|
throw this.dispatch(
|
|
6703
6705
|
Ut(
|
|
@@ -6707,7 +6709,7 @@ class u_ extends z {
|
|
|
6707
6709
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
6708
6710
|
}
|
|
6709
6711
|
async bulkDelete(e) {
|
|
6710
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
6712
|
+
const { store: s } = this.client, i = s.getState(), n = Wl(e)(i);
|
|
6711
6713
|
this.dispatch(Ut(e));
|
|
6712
6714
|
try {
|
|
6713
6715
|
await this.enqueueRequest({
|
|
@@ -6733,10 +6735,10 @@ class u_ extends z {
|
|
|
6733
6735
|
blockers: [],
|
|
6734
6736
|
blocks: []
|
|
6735
6737
|
});
|
|
6736
|
-
return this.dispatch(
|
|
6738
|
+
return this.dispatch(Ll(s)), s;
|
|
6737
6739
|
}
|
|
6738
6740
|
}
|
|
6739
|
-
class
|
|
6741
|
+
class h_ extends v {
|
|
6740
6742
|
add(e) {
|
|
6741
6743
|
var c;
|
|
6742
6744
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -6786,7 +6788,7 @@ class l_ extends v {
|
|
|
6786
6788
|
const { store: s } = this.client, i = s.getState(), n = Ki(e)(i);
|
|
6787
6789
|
if (!n)
|
|
6788
6790
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
6789
|
-
const a =
|
|
6791
|
+
const a = Kl(e)(i);
|
|
6790
6792
|
this.dispatch(Wi(e)), this.dispatch(Ut(a.map((c) => c.uuid)));
|
|
6791
6793
|
try {
|
|
6792
6794
|
await this.enqueueRequest({
|
|
@@ -6811,10 +6813,10 @@ class l_ extends v {
|
|
|
6811
6813
|
blockers: [],
|
|
6812
6814
|
blocks: []
|
|
6813
6815
|
});
|
|
6814
|
-
return this.dispatch(
|
|
6816
|
+
return this.dispatch(zl(s)), s;
|
|
6815
6817
|
}
|
|
6816
6818
|
}
|
|
6817
|
-
class
|
|
6819
|
+
class p_ extends v {
|
|
6818
6820
|
add(e) {
|
|
6819
6821
|
var c;
|
|
6820
6822
|
const { store: s } = this.client, i = s.getState(), n = F({
|
|
@@ -6822,7 +6824,7 @@ class h_ extends v {
|
|
|
6822
6824
|
submitted_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
6823
6825
|
created_by: (c = i.userReducer.currentUser) == null ? void 0 : c.id
|
|
6824
6826
|
});
|
|
6825
|
-
this.dispatch(
|
|
6827
|
+
this.dispatch(Zl(n));
|
|
6826
6828
|
const a = this.enqueueRequest({
|
|
6827
6829
|
method: u.POST,
|
|
6828
6830
|
url: "/issue-types/",
|
|
@@ -6844,7 +6846,7 @@ class h_ extends v {
|
|
|
6844
6846
|
...n,
|
|
6845
6847
|
...e
|
|
6846
6848
|
};
|
|
6847
|
-
this.dispatch(
|
|
6849
|
+
this.dispatch(Ql(a));
|
|
6848
6850
|
const c = this.enqueueRequest({
|
|
6849
6851
|
method: u.PATCH,
|
|
6850
6852
|
url: `/issue-types/${e.uuid}/`,
|
|
@@ -6863,7 +6865,7 @@ class h_ extends v {
|
|
|
6863
6865
|
if (!n)
|
|
6864
6866
|
throw new Error(`IssueType with uuid ${e} does not exist in the store.`);
|
|
6865
6867
|
const a = Za(e)(i);
|
|
6866
|
-
this.dispatch(Qi(e)), this.dispatch(
|
|
6868
|
+
this.dispatch(Qi(e)), this.dispatch(fl(a.map((o) => o.uuid)));
|
|
6867
6869
|
const c = this.enqueueRequest({
|
|
6868
6870
|
method: u.DELETE,
|
|
6869
6871
|
url: `/issue-types/${e}/`,
|
|
@@ -6871,7 +6873,7 @@ class h_ extends v {
|
|
|
6871
6873
|
blocks: []
|
|
6872
6874
|
});
|
|
6873
6875
|
return c.catch(() => {
|
|
6874
|
-
this.dispatch(lt(n)), this.dispatch(
|
|
6876
|
+
this.dispatch(lt(n)), this.dispatch(Al(a));
|
|
6875
6877
|
}), c;
|
|
6876
6878
|
}
|
|
6877
6879
|
async refreshStore(e) {
|
|
@@ -6884,10 +6886,10 @@ class h_ extends v {
|
|
|
6884
6886
|
blockers: [],
|
|
6885
6887
|
blocks: []
|
|
6886
6888
|
});
|
|
6887
|
-
return this.dispatch(
|
|
6889
|
+
return this.dispatch(Jl(s)), s;
|
|
6888
6890
|
}
|
|
6889
6891
|
}
|
|
6890
|
-
class
|
|
6892
|
+
class m_ extends v {
|
|
6891
6893
|
async refreshStore(e) {
|
|
6892
6894
|
const s = await this.enqueueRequest({
|
|
6893
6895
|
description: "Get issue updates",
|
|
@@ -6899,16 +6901,16 @@ class p_ extends v {
|
|
|
6899
6901
|
blockers: [],
|
|
6900
6902
|
blocks: []
|
|
6901
6903
|
});
|
|
6902
|
-
return this.dispatch(
|
|
6904
|
+
return this.dispatch(sh(s)), s;
|
|
6903
6905
|
}
|
|
6904
6906
|
}
|
|
6905
|
-
const
|
|
6906
|
-
function
|
|
6907
|
+
const Bp = 1800;
|
|
6908
|
+
function Lp(t) {
|
|
6907
6909
|
if (!t.access) throw new Error("Missing access token");
|
|
6908
6910
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
6909
6911
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
6910
6912
|
}
|
|
6911
|
-
class
|
|
6913
|
+
class A_ extends $p {
|
|
6912
6914
|
constructor() {
|
|
6913
6915
|
super(...arguments);
|
|
6914
6916
|
// _getTokenPair and _getRenewedTokens don't need to use enqueueRequest from the BaseApiService because
|
|
@@ -6979,7 +6981,7 @@ class m_ extends Cp {
|
|
|
6979
6981
|
} catch {
|
|
6980
6982
|
n = i;
|
|
6981
6983
|
}
|
|
6982
|
-
return n - i <
|
|
6984
|
+
return n - i < Bp;
|
|
6983
6985
|
}
|
|
6984
6986
|
getAuthHeader() {
|
|
6985
6987
|
return `Bearer ${this.getAccessToken()}`;
|
|
@@ -7026,11 +7028,11 @@ class m_ extends Cp {
|
|
|
7026
7028
|
blockers: [],
|
|
7027
7029
|
blocks: []
|
|
7028
7030
|
}).then((n) => {
|
|
7029
|
-
this.setTokens(
|
|
7031
|
+
this.setTokens(Lp(n));
|
|
7030
7032
|
});
|
|
7031
7033
|
}
|
|
7032
7034
|
}
|
|
7033
|
-
class
|
|
7035
|
+
class f_ extends v {
|
|
7034
7036
|
// TODO: add method when support for displaying an invited user
|
|
7035
7037
|
update(e) {
|
|
7036
7038
|
const { store: s } = this.client, i = nn(e.uuid)(s.getState()), n = {
|
|
@@ -7053,8 +7055,8 @@ class A_ extends v {
|
|
|
7053
7055
|
}), [n, a];
|
|
7054
7056
|
}
|
|
7055
7057
|
async remove(e) {
|
|
7056
|
-
const { store: s } = this.client, i = s.getState(), n = nn(e)(i), a =
|
|
7057
|
-
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));
|
|
7058
7060
|
try {
|
|
7059
7061
|
await this.enqueueRequest({
|
|
7060
7062
|
description: "Remove organization access",
|
|
@@ -7064,7 +7066,7 @@ class A_ extends v {
|
|
|
7064
7066
|
blocks: []
|
|
7065
7067
|
});
|
|
7066
7068
|
} catch (c) {
|
|
7067
|
-
throw this.dispatch(
|
|
7069
|
+
throw this.dispatch(yh(n)), this.dispatch(lh(a)), c;
|
|
7068
7070
|
}
|
|
7069
7071
|
}
|
|
7070
7072
|
async refreshStore(e) {
|
|
@@ -7078,10 +7080,10 @@ class A_ extends v {
|
|
|
7078
7080
|
blockers: [],
|
|
7079
7081
|
blocks: []
|
|
7080
7082
|
});
|
|
7081
|
-
return this.dispatch(
|
|
7083
|
+
return this.dispatch(fh(s)), s;
|
|
7082
7084
|
}
|
|
7083
7085
|
}
|
|
7084
|
-
class
|
|
7086
|
+
class y_ extends v {
|
|
7085
7087
|
create(e) {
|
|
7086
7088
|
return this.enqueueRequest({
|
|
7087
7089
|
description: "Create organization",
|
|
@@ -7119,10 +7121,10 @@ class f_ extends v {
|
|
|
7119
7121
|
blockers: [],
|
|
7120
7122
|
blocks: []
|
|
7121
7123
|
});
|
|
7122
|
-
return this.dispatch(
|
|
7124
|
+
return this.dispatch(jh(e)), e;
|
|
7123
7125
|
}
|
|
7124
7126
|
}
|
|
7125
|
-
class
|
|
7127
|
+
class b_ extends v {
|
|
7126
7128
|
add(e) {
|
|
7127
7129
|
const s = F(e);
|
|
7128
7130
|
this.dispatch(cn(s));
|
|
@@ -7186,20 +7188,20 @@ class y_ extends v {
|
|
|
7186
7188
|
blockers: [],
|
|
7187
7189
|
blocks: []
|
|
7188
7190
|
});
|
|
7189
|
-
return this.dispatch(
|
|
7191
|
+
return this.dispatch(_h(s)), s;
|
|
7190
7192
|
}
|
|
7191
7193
|
}
|
|
7192
|
-
class
|
|
7194
|
+
class g_ extends De {
|
|
7193
7195
|
constructor() {
|
|
7194
7196
|
super(...arguments);
|
|
7195
7197
|
f(this, "name", "Project Attachment");
|
|
7196
7198
|
f(this, "url", "/project-attachments");
|
|
7197
|
-
f(this, "addAttachments",
|
|
7198
|
-
f(this, "updateAttachments",
|
|
7199
|
+
f(this, "addAttachments", Lh);
|
|
7200
|
+
f(this, "updateAttachments", Wh);
|
|
7199
7201
|
f(this, "removeAttachments", rc);
|
|
7200
|
-
f(this, "removeAttachment",
|
|
7201
|
-
f(this, "setAttachment",
|
|
7202
|
-
f(this, "selectAttachment",
|
|
7202
|
+
f(this, "removeAttachment", Kh);
|
|
7203
|
+
f(this, "setAttachment", Nh);
|
|
7204
|
+
f(this, "selectAttachment", Zh);
|
|
7203
7205
|
}
|
|
7204
7206
|
buildOfflineAttachment(s) {
|
|
7205
7207
|
return F({
|
|
@@ -7236,10 +7238,10 @@ class b_ extends De {
|
|
|
7236
7238
|
blockers: [],
|
|
7237
7239
|
blocks: []
|
|
7238
7240
|
});
|
|
7239
|
-
return this.dispatch(
|
|
7241
|
+
return this.dispatch(Bh(i)), i;
|
|
7240
7242
|
}
|
|
7241
7243
|
}
|
|
7242
|
-
class
|
|
7244
|
+
class S_ extends v {
|
|
7243
7245
|
async saveExisting(e) {
|
|
7244
7246
|
if (!e.uuid)
|
|
7245
7247
|
throw new Error(
|
|
@@ -7296,10 +7298,10 @@ class g_ extends v {
|
|
|
7296
7298
|
const o = Promise.resolve(a).then((l) => this.enqueueRequest(l));
|
|
7297
7299
|
return o.then((l) => {
|
|
7298
7300
|
this.dispatch(An(l));
|
|
7299
|
-
}), this.dispatch(
|
|
7301
|
+
}), this.dispatch(cp), this.dispatch(ap(null)), this.dispatch(np(!1)), [n, o];
|
|
7300
7302
|
}
|
|
7301
7303
|
delete(e) {
|
|
7302
|
-
return this.dispatch(
|
|
7304
|
+
return this.dispatch(sp(e)), this.enqueueRequest({
|
|
7303
7305
|
method: u.DELETE,
|
|
7304
7306
|
url: `/project-files/${e}`,
|
|
7305
7307
|
blockers: [e],
|
|
@@ -7317,10 +7319,10 @@ class g_ extends v {
|
|
|
7317
7319
|
blockers: [],
|
|
7318
7320
|
blocks: []
|
|
7319
7321
|
});
|
|
7320
|
-
return this.dispatch(
|
|
7322
|
+
return this.dispatch(ep(s)), s;
|
|
7321
7323
|
}
|
|
7322
7324
|
}
|
|
7323
|
-
class
|
|
7325
|
+
class __ extends v {
|
|
7324
7326
|
async add(e) {
|
|
7325
7327
|
if (!e.bounds && !e.canvas_bounds)
|
|
7326
7328
|
throw new Error("Project must either have bounds or canvas_bounds set");
|
|
@@ -7340,7 +7342,7 @@ class S_ extends v {
|
|
|
7340
7342
|
async update(e) {
|
|
7341
7343
|
if (!e.bounds && !e.canvas_bounds)
|
|
7342
7344
|
throw new Error("Project must either have bounds or canvas_bounds set");
|
|
7343
|
-
return this.dispatch(
|
|
7345
|
+
return this.dispatch(wh(e)), await this.enqueueRequest({
|
|
7344
7346
|
description: "Update project",
|
|
7345
7347
|
method: u.PATCH,
|
|
7346
7348
|
url: `/projects/${e.uuid}/`,
|
|
@@ -7353,15 +7355,15 @@ class S_ extends v {
|
|
|
7353
7355
|
});
|
|
7354
7356
|
}
|
|
7355
7357
|
async delete(e) {
|
|
7356
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
7358
|
+
const { store: s } = this.client, i = s.getState(), n = Eh(e)(i);
|
|
7357
7359
|
if (!n)
|
|
7358
7360
|
throw new Error("Expected project to exist");
|
|
7359
|
-
const a =
|
|
7360
|
-
this.dispatch(
|
|
7361
|
-
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);
|
|
7362
7364
|
this.dispatch(rc(c.map(({ uuid: l }) => l)));
|
|
7363
|
-
const o =
|
|
7364
|
-
this.dispatch(
|
|
7365
|
+
const o = Fh(e)(i);
|
|
7366
|
+
this.dispatch(Th(o.map(({ uuid: l }) => l))), this.dispatch(un(n.uuid));
|
|
7365
7367
|
try {
|
|
7366
7368
|
await this.enqueueRequest({
|
|
7367
7369
|
description: "Delete project",
|
|
@@ -7371,7 +7373,7 @@ class S_ extends v {
|
|
|
7371
7373
|
blocks: []
|
|
7372
7374
|
}), this.dispatch(un(n.uuid));
|
|
7373
7375
|
} catch (l) {
|
|
7374
|
-
throw this.dispatch(
|
|
7376
|
+
throw this.dispatch(vh(n)), this.dispatch(Ph(Object.values(o))), this.dispatch(tp(a)), this.dispatch(Hh(c)), l;
|
|
7375
7377
|
}
|
|
7376
7378
|
}
|
|
7377
7379
|
async refreshStore(e) {
|
|
@@ -7385,10 +7387,10 @@ class S_ extends v {
|
|
|
7385
7387
|
blockers: [],
|
|
7386
7388
|
blocks: []
|
|
7387
7389
|
});
|
|
7388
|
-
return this.dispatch(
|
|
7390
|
+
return this.dispatch(Ih(s)), s;
|
|
7389
7391
|
}
|
|
7390
7392
|
}
|
|
7391
|
-
class
|
|
7393
|
+
class P_ extends v {
|
|
7392
7394
|
add(e) {
|
|
7393
7395
|
const s = F({
|
|
7394
7396
|
...e,
|
|
@@ -7396,7 +7398,7 @@ class __ extends v {
|
|
|
7396
7398
|
// TODO: uncomment once supported
|
|
7397
7399
|
// created_by: state.userReducer.currentUser.uuid,
|
|
7398
7400
|
});
|
|
7399
|
-
this.dispatch(
|
|
7401
|
+
this.dispatch(pp(s));
|
|
7400
7402
|
const i = this.enqueueRequest({
|
|
7401
7403
|
description: "Create team",
|
|
7402
7404
|
method: u.POST,
|
|
@@ -7497,10 +7499,10 @@ class __ extends v {
|
|
|
7497
7499
|
blockers: [],
|
|
7498
7500
|
blocks: []
|
|
7499
7501
|
});
|
|
7500
|
-
return this.dispatch(
|
|
7502
|
+
return this.dispatch(hp(s)), s;
|
|
7501
7503
|
}
|
|
7502
7504
|
}
|
|
7503
|
-
class
|
|
7505
|
+
class T_ extends v {
|
|
7504
7506
|
async refreshStore(e) {
|
|
7505
7507
|
const s = await this.enqueueRequest({
|
|
7506
7508
|
description: "Fetch organization users",
|
|
@@ -7509,10 +7511,10 @@ class P_ extends v {
|
|
|
7509
7511
|
blockers: [],
|
|
7510
7512
|
blocks: []
|
|
7511
7513
|
});
|
|
7512
|
-
return this.dispatch(
|
|
7514
|
+
return this.dispatch(uh(s)), s;
|
|
7513
7515
|
}
|
|
7514
7516
|
}
|
|
7515
|
-
class
|
|
7517
|
+
class F_ {
|
|
7516
7518
|
constructor(e) {
|
|
7517
7519
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
7518
7520
|
f(this, "store");
|
|
@@ -7552,7 +7554,7 @@ class T_ {
|
|
|
7552
7554
|
});
|
|
7553
7555
|
} else {
|
|
7554
7556
|
const c = this.store.dispatch(
|
|
7555
|
-
|
|
7557
|
+
Vh(a)
|
|
7556
7558
|
), o = (r) => {
|
|
7557
7559
|
if (r)
|
|
7558
7560
|
n.resolve(r.body);
|
|
@@ -7724,200 +7726,200 @@ class We {
|
|
|
7724
7726
|
this.requestAttemptCounter[e] = (this.requestAttemptCounter[e] || 0) + 1;
|
|
7725
7727
|
}
|
|
7726
7728
|
}
|
|
7727
|
-
const
|
|
7729
|
+
const O_ = (t, e) => {
|
|
7728
7730
|
const s = new e(t);
|
|
7729
|
-
return
|
|
7731
|
+
return Sp(s), gp(t), s;
|
|
7730
7732
|
};
|
|
7731
|
-
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 || {});
|
|
7732
7734
|
export {
|
|
7733
7735
|
x as APIError,
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
7746
|
-
|
|
7747
|
-
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
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,
|
|
7757
7759
|
Vc as AttachmentModel,
|
|
7758
7760
|
v as BaseApiService,
|
|
7759
|
-
|
|
7761
|
+
F_ as BaseSDK,
|
|
7760
7762
|
Yc as COMMON_AUTO_FIELDS,
|
|
7761
|
-
|
|
7762
|
-
|
|
7763
|
-
|
|
7763
|
+
NS as CategoryService,
|
|
7764
|
+
dm as DEFAULT_ISSUE_PRIORITY,
|
|
7765
|
+
om as DEFAULT_ISSUE_STATUS,
|
|
7764
7766
|
$c as DeferredPromise,
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
+
HS as DocumentAttachmentService,
|
|
7768
|
+
WS as DocumentService,
|
|
7767
7769
|
Dc as EMPTY_ARRAY,
|
|
7768
7770
|
xc as EMPTY_OBJECT,
|
|
7769
|
-
|
|
7770
|
-
|
|
7771
|
-
|
|
7772
|
-
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
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,
|
|
7778
7780
|
u as HttpMethod,
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
|
|
7782
|
-
|
|
7781
|
+
i_ as IssueAssociationService,
|
|
7782
|
+
n_ as IssueAttachmentService,
|
|
7783
|
+
a_ as IssueCommentAttachmentService,
|
|
7784
|
+
c_ as IssueCommentService,
|
|
7783
7785
|
Tn as IssuePriority,
|
|
7784
|
-
|
|
7786
|
+
r_ as IssueService,
|
|
7785
7787
|
Fn as IssueStatus,
|
|
7786
|
-
|
|
7787
|
-
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7788
|
+
o_ as IssueTypeAttachmentService,
|
|
7789
|
+
l_ as IssueTypeFieldValuesAttachmentService,
|
|
7790
|
+
h_ as IssueTypeFieldValuesService,
|
|
7791
|
+
d_ as IssueTypeFieldsAttachmentService,
|
|
7792
|
+
u_ as IssueTypeFieldsService,
|
|
7793
|
+
p_ as IssueTypeService,
|
|
7792
7794
|
M as IssueUpdateChange,
|
|
7793
|
-
|
|
7794
|
-
|
|
7795
|
+
m_ as IssueUpdateService,
|
|
7796
|
+
A_ as JWTService,
|
|
7795
7797
|
Cc as OUTBOX_RETRY_DELAY,
|
|
7796
7798
|
Uc as OrganizationAccessLevel,
|
|
7797
|
-
|
|
7798
|
-
|
|
7799
|
+
f_ as OrganizationAccessService,
|
|
7800
|
+
y_ as OrganizationService,
|
|
7799
7801
|
We as OutboxCoordinator,
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
|
|
7802
|
+
b_ as ProjectAccessService,
|
|
7803
|
+
g_ as ProjectAttachmentService,
|
|
7804
|
+
S_ as ProjectFileService,
|
|
7805
|
+
__ as ProjectService,
|
|
7804
7806
|
I as RESET_ORGANIZATION_STATE,
|
|
7805
7807
|
k as RESET_PROJECT_STATE,
|
|
7806
7808
|
_ as RESET_STATE,
|
|
7807
|
-
|
|
7809
|
+
P_ as TeamService,
|
|
7808
7810
|
Je as UNKNOWN_ERROR_MESSAGE,
|
|
7809
|
-
|
|
7811
|
+
T_ as UserService,
|
|
7810
7812
|
At as VERSION_REDUCER_KEY,
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
+
Np as VerificationCodeType,
|
|
7814
|
+
$h as _setLatestRetryTime,
|
|
7813
7815
|
js as addAsset,
|
|
7814
|
-
|
|
7816
|
+
xm as addAssetAttachment,
|
|
7815
7817
|
wn as addAssetAttachments,
|
|
7816
7818
|
As as addAssetProcedure,
|
|
7817
|
-
|
|
7819
|
+
Cm as addAssetProcedureAttachment,
|
|
7818
7820
|
hr as addAssetProcedureAttachments,
|
|
7819
7821
|
rs as addAssetProcedureFieldValues,
|
|
7820
|
-
|
|
7822
|
+
aA as addAssetProcedureFieldValuesAttachment,
|
|
7821
7823
|
vt as addAssetProcedureFieldValuesAttachments,
|
|
7822
7824
|
$r as addAssetProcedureFieldValuesMany,
|
|
7823
7825
|
wr as addAssetProcedureFields,
|
|
7824
|
-
|
|
7826
|
+
Lm as addAssetProcedureFieldsAttachment,
|
|
7825
7827
|
Pr as addAssetProcedureFieldsAttachments,
|
|
7826
|
-
|
|
7828
|
+
Zm as addAssetProcedureFieldsMany,
|
|
7827
7829
|
ls as addAssetProcedureInstance,
|
|
7828
7830
|
Wr as addAssetProcedureInstances,
|
|
7829
|
-
|
|
7831
|
+
tf as addAssetProcedureStep,
|
|
7830
7832
|
Fs as addAssetProcedureStepFieldValues,
|
|
7831
|
-
|
|
7833
|
+
BA as addAssetProcedureStepFieldValuesAttachment,
|
|
7832
7834
|
kt as addAssetProcedureStepFieldValuesAttachments,
|
|
7833
7835
|
yo as addAssetProcedureStepFieldValuesMany,
|
|
7834
7836
|
Ss as addAssetProcedureStepFields,
|
|
7835
|
-
|
|
7837
|
+
IA as addAssetProcedureStepFieldsAttachment,
|
|
7836
7838
|
to as addAssetProcedureStepFieldsAttachments,
|
|
7837
|
-
|
|
7839
|
+
MA as addAssetProcedureStepFieldsMany,
|
|
7838
7840
|
vs as addAssetProcedureSteps,
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
+
SA as addAssetProcedures,
|
|
7842
|
+
mf as addAssetStage,
|
|
7841
7843
|
xs as addAssetStageCompletion,
|
|
7842
7844
|
Us as addAssetStageCompletions,
|
|
7843
7845
|
Gs as addAssetStages,
|
|
7844
7846
|
ti as addAssetType,
|
|
7845
|
-
|
|
7847
|
+
bf as addAssetTypeAttachment,
|
|
7846
7848
|
ca as addAssetTypeAttachments,
|
|
7847
7849
|
Zs as addAssetTypeFieldValues,
|
|
7848
|
-
|
|
7850
|
+
Df as addAssetTypeFieldValuesAttachment,
|
|
7849
7851
|
jt as addAssetTypeFieldValuesAttachments,
|
|
7850
7852
|
yd as addAssetTypeFieldValuesMany,
|
|
7851
7853
|
ad as addAssetTypeFields,
|
|
7852
|
-
|
|
7854
|
+
_f as addAssetTypeFieldsAttachment,
|
|
7853
7855
|
Qo as addAssetTypeFieldsAttachments,
|
|
7854
|
-
|
|
7855
|
-
|
|
7856
|
+
vf as addAssetTypeFieldsMany,
|
|
7857
|
+
Kf as addAssetTypes,
|
|
7856
7858
|
qt as addAssets,
|
|
7857
|
-
|
|
7859
|
+
iy as addCategories,
|
|
7858
7860
|
ci as addCategory,
|
|
7859
7861
|
Xc as addConversation,
|
|
7860
|
-
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
7862
|
+
km as addConversations,
|
|
7863
|
+
ly as addDocumentAttachment,
|
|
7864
|
+
qd as addDocumentAttachments,
|
|
7865
|
+
Gd as addDocuments,
|
|
7866
|
+
Kd as addEmailDomain,
|
|
7867
|
+
by as addEmailDomains,
|
|
7866
7868
|
fi as addForm,
|
|
7867
7869
|
Oa as addFormRevision,
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7870
|
+
Oy as addFormRevisionAttachment,
|
|
7871
|
+
nu as addFormRevisionAttachments,
|
|
7872
|
+
lu as addFormRevisions,
|
|
7871
7873
|
Si as addFormSubmission,
|
|
7872
|
-
|
|
7874
|
+
By as addFormSubmissionAttachment,
|
|
7873
7875
|
zt as addFormSubmissionAttachments,
|
|
7874
7876
|
Wt as addFormSubmissions,
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
|
|
7877
|
+
Dy as addForms,
|
|
7878
|
+
Mu as addGeoImage,
|
|
7879
|
+
zu as addGeoImages,
|
|
7878
7880
|
Vi as addIssue,
|
|
7879
7881
|
Ii as addIssueAssociation,
|
|
7880
7882
|
za as addIssueAssociations,
|
|
7881
|
-
|
|
7883
|
+
sb as addIssueAttachment,
|
|
7882
7884
|
Ua as addIssueAttachments,
|
|
7883
7885
|
Mi as addIssueComment,
|
|
7884
|
-
|
|
7885
|
-
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
|
|
7886
|
+
ab as addIssueCommentAttachment,
|
|
7887
|
+
sl as addIssueCommentAttachments,
|
|
7888
|
+
ub as addIssueComments,
|
|
7889
|
+
Zl as addIssueType,
|
|
7890
|
+
gb as addIssueTypeAttachment,
|
|
7891
|
+
gl as addIssueTypeAttachments,
|
|
7890
7892
|
Hi as addIssueTypeFieldValues,
|
|
7891
|
-
|
|
7893
|
+
Nb as addIssueTypeFieldValuesAttachment,
|
|
7892
7894
|
xt as addIssueTypeFieldValuesAttachments,
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
|
|
7900
|
-
|
|
7901
|
-
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
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,
|
|
7907
7909
|
cn as addProjectAccess,
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
|
|
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,
|
|
7918
7920
|
sr as agentsReducer,
|
|
7919
7921
|
Rn as agentsSlice,
|
|
7920
|
-
|
|
7922
|
+
Am as areArraysEqual,
|
|
7921
7923
|
ur as assetAttachmentReducer,
|
|
7922
7924
|
vn as assetAttachmentSlice,
|
|
7923
7925
|
Sr as assetProcedureAttachmentReducer,
|
|
@@ -7964,20 +7966,20 @@ export {
|
|
|
7964
7966
|
ma as assetTypeSlice,
|
|
7965
7967
|
Od as authReducer,
|
|
7966
7968
|
Nt as authSlice,
|
|
7967
|
-
|
|
7969
|
+
gS as baseReducer,
|
|
7968
7970
|
pc as baseReducers,
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
+
_m as blobToBase64,
|
|
7972
|
+
kd as categoryReducer,
|
|
7971
7973
|
fa as categorySlice,
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7974
|
+
ey as clearTokens,
|
|
7975
|
+
Sm as constructUploadedFilePayloads,
|
|
7976
|
+
pm as coordinatesAreEqual,
|
|
7975
7977
|
O as createModelAdapter,
|
|
7976
|
-
|
|
7977
|
-
|
|
7978
|
+
hm as createMultiPointGeometry,
|
|
7979
|
+
Uh as createOfflineAction,
|
|
7978
7980
|
E as createPayload,
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
+
lm as createPointGeometry,
|
|
7982
|
+
um as createSelectionAdapter,
|
|
7981
7983
|
Ms as deleteAsset,
|
|
7982
7984
|
ar as deleteAssetAttachment,
|
|
7983
7985
|
kn as deleteAssetAttachments,
|
|
@@ -7985,27 +7987,27 @@ export {
|
|
|
7985
7987
|
Ar as deleteAssetProcedureAttachment,
|
|
7986
7988
|
fr as deleteAssetProcedureAttachments,
|
|
7987
7989
|
os as deleteAssetProcedureFieldValues,
|
|
7988
|
-
|
|
7990
|
+
dA as deleteAssetProcedureFieldValuesAttachment,
|
|
7989
7991
|
wt as deleteAssetProcedureFieldValuesAttachments,
|
|
7990
7992
|
Br as deleteAssetProcedureFieldValuesMany,
|
|
7991
7993
|
Er as deleteAssetProcedureFields,
|
|
7992
|
-
|
|
7994
|
+
Km as deleteAssetProcedureFieldsAttachment,
|
|
7993
7995
|
Fr as deleteAssetProcedureFieldsAttachments,
|
|
7994
|
-
|
|
7996
|
+
tA as deleteAssetProcedureFieldsMany,
|
|
7995
7997
|
hs as deleteAssetProcedureInstance,
|
|
7996
7998
|
Kr as deleteAssetProcedureInstances,
|
|
7997
|
-
|
|
7999
|
+
sf as deleteAssetProcedureStep,
|
|
7998
8000
|
Os as deleteAssetProcedureStepFieldValues,
|
|
7999
|
-
|
|
8001
|
+
WA as deleteAssetProcedureStepFieldValuesAttachment,
|
|
8000
8002
|
Et as deleteAssetProcedureStepFieldValuesAttachments,
|
|
8001
8003
|
go as deleteAssetProcedureStepFieldValuesMany,
|
|
8002
8004
|
_s as deleteAssetProcedureStepFields,
|
|
8003
|
-
|
|
8005
|
+
EA as deleteAssetProcedureStepFieldsAttachment,
|
|
8004
8006
|
io as deleteAssetProcedureStepFieldsAttachments,
|
|
8005
|
-
|
|
8007
|
+
UA as deleteAssetProcedureStepFieldsMany,
|
|
8006
8008
|
ks as deleteAssetProcedureSteps,
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
+
PA as deleteAssetProcedures,
|
|
8010
|
+
Af as deleteAssetStage,
|
|
8009
8011
|
Vs as deleteAssetStageCompletion,
|
|
8010
8012
|
Cs as deleteAssetStageCompletions,
|
|
8011
8013
|
Ls as deleteAssetStages,
|
|
@@ -8013,113 +8015,113 @@ export {
|
|
|
8013
8015
|
No as deleteAssetTypeAttachment,
|
|
8014
8016
|
ra as deleteAssetTypeAttachments,
|
|
8015
8017
|
Qs as deleteAssetTypeFieldValues,
|
|
8016
|
-
|
|
8018
|
+
Cf as deleteAssetTypeFieldValuesAttachment,
|
|
8017
8019
|
Mt as deleteAssetTypeFieldValuesAttachments,
|
|
8018
8020
|
gd as deleteAssetTypeFieldValuesMany,
|
|
8019
8021
|
rd as deleteAssetTypeFields,
|
|
8020
|
-
|
|
8022
|
+
Of as deleteAssetTypeFieldsAttachment,
|
|
8021
8023
|
ed as deleteAssetTypeFieldsAttachments,
|
|
8022
|
-
|
|
8023
|
-
|
|
8024
|
+
qf as deleteAssetTypeFieldsMany,
|
|
8025
|
+
Jf as deleteAssetTypes,
|
|
8024
8026
|
Xn as deleteAssets,
|
|
8025
|
-
|
|
8027
|
+
ry as deleteCategories,
|
|
8026
8028
|
vd as deleteCategory,
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8029
|
+
jm as deleteConversation,
|
|
8030
|
+
Mm as deleteConversations,
|
|
8031
|
+
zd as deleteDocumentAttachment,
|
|
8032
|
+
Dd as deleteDocumentAttachments,
|
|
8033
|
+
Yd as deleteEmailDomain,
|
|
8034
|
+
Ty as deleteEmailDomains,
|
|
8033
8035
|
yi as deleteForm,
|
|
8034
8036
|
Ra as deleteFormRevision,
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8037
|
+
wy as deleteFormRevisionAttachment,
|
|
8038
|
+
cu as deleteFormRevisionAttachments,
|
|
8039
|
+
pu as deleteFormRevisions,
|
|
8038
8040
|
_i as deleteFormSubmission,
|
|
8039
|
-
|
|
8041
|
+
Wy as deleteFormSubmissionAttachment,
|
|
8040
8042
|
Dt as deleteFormSubmissionAttachments,
|
|
8041
8043
|
Kt as deleteFormSubmissions,
|
|
8042
|
-
|
|
8044
|
+
$y as deleteForms,
|
|
8043
8045
|
Fi as deleteGeoImage,
|
|
8044
|
-
|
|
8046
|
+
xu as deleteGeoImages,
|
|
8045
8047
|
Ci as deleteIssue,
|
|
8046
8048
|
vi as deleteIssueAssociation,
|
|
8047
8049
|
Da as deleteIssueAssociations,
|
|
8048
|
-
|
|
8050
|
+
Ju as deleteIssueAttachment,
|
|
8049
8051
|
Va as deleteIssueAttachments,
|
|
8050
8052
|
Di as deleteIssueComment,
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
|
|
8054
|
-
|
|
8055
|
-
|
|
8056
|
-
|
|
8053
|
+
al as deleteIssueCommentAttachment,
|
|
8054
|
+
cl as deleteIssueCommentAttachments,
|
|
8055
|
+
pb as deleteIssueComments,
|
|
8056
|
+
eg as deleteIssueType,
|
|
8057
|
+
Pl as deleteIssueTypeAttachment,
|
|
8058
|
+
Tl as deleteIssueTypeAttachments,
|
|
8057
8059
|
Wi as deleteIssueTypeFieldValues,
|
|
8058
|
-
|
|
8060
|
+
Yb as deleteIssueTypeFieldValuesAttachment,
|
|
8059
8061
|
Ut as deleteIssueTypeFieldValuesAttachments,
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
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,
|
|
8073
8075
|
un as deleteProject,
|
|
8074
8076
|
rn as deleteProjectAccess,
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
+
Th as deleteProjectAccesses,
|
|
8078
|
+
Kh as deleteProjectAttachment,
|
|
8077
8079
|
rc as deleteProjectAttachments,
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
|
|
8080
|
+
sp as deleteProjectFile,
|
|
8081
|
+
ip as deleteProjectFiles,
|
|
8082
|
+
Mg as deleteProjects,
|
|
8081
8083
|
bn as deleteTeam,
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
8084
|
+
AS as deleteTeams,
|
|
8085
|
+
hh as deleteUser,
|
|
8086
|
+
mg as deleteUsers,
|
|
8087
|
+
Ip as dequeue,
|
|
8086
8088
|
Fc as discard,
|
|
8087
|
-
|
|
8089
|
+
Cd as documentAttachmentReducer,
|
|
8088
8090
|
ba as documentAttachmentSlice,
|
|
8089
8091
|
ga as documentSlice,
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
|
|
8092
|
+
Hd as documentsReducer,
|
|
8093
|
+
Pm as downloadFile,
|
|
8094
|
+
gm as downloadInMemoryFile,
|
|
8095
|
+
Qd as emailDomainsReducer,
|
|
8094
8096
|
Sa as emailDomainsSlice,
|
|
8095
|
-
|
|
8096
|
-
|
|
8097
|
-
|
|
8097
|
+
wm as emailRegex,
|
|
8098
|
+
Rp as enqueue,
|
|
8099
|
+
Vh as enqueueRequest,
|
|
8098
8100
|
b as fallbackToEmptyArray,
|
|
8099
8101
|
Ze as fallbackToEmptyObject,
|
|
8100
|
-
|
|
8102
|
+
su as fileReducer,
|
|
8101
8103
|
Pa as fileSlice,
|
|
8102
8104
|
Kc as fileToBlob,
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
+
bu as formReducer,
|
|
8106
|
+
ou as formRevisionAttachmentReducer,
|
|
8105
8107
|
Ta as formRevisionAttachmentSlice,
|
|
8106
|
-
|
|
8108
|
+
fu as formRevisionReducer,
|
|
8107
8109
|
Fa as formRevisionsSlice,
|
|
8108
8110
|
Ia as formSlice,
|
|
8109
|
-
|
|
8111
|
+
Ou as formSubmissionAttachmentReducer,
|
|
8110
8112
|
va as formSubmissionAttachmentSlice,
|
|
8111
|
-
|
|
8113
|
+
Eu as formSubmissionReducer,
|
|
8112
8114
|
ka as formSubmissionSlice,
|
|
8113
|
-
|
|
8115
|
+
Cu as geoImageReducer,
|
|
8114
8116
|
ja as geoImageSlice,
|
|
8115
|
-
|
|
8117
|
+
bm as getFileIdentifier,
|
|
8116
8118
|
Zt as getFileS3Key,
|
|
8117
8119
|
Bc as getLocalDateString,
|
|
8118
|
-
|
|
8120
|
+
ym as getLocalRelativeDateString,
|
|
8119
8121
|
Ge as getOutboxCoordinator,
|
|
8120
8122
|
Wc as getRenamedFile,
|
|
8121
8123
|
Ke as hashFile,
|
|
8122
|
-
|
|
8124
|
+
O_ as initSDK,
|
|
8123
8125
|
ts as initializeAssetAttachments,
|
|
8124
8126
|
lr as initializeAssetProcedureAttachments,
|
|
8125
8127
|
Cr as initializeAssetProcedureFieldValues,
|
|
@@ -8144,98 +8146,98 @@ export {
|
|
|
8144
8146
|
Io as initializeAssets,
|
|
8145
8147
|
Rd as initializeCategories,
|
|
8146
8148
|
Qc as initializeConversations,
|
|
8147
|
-
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
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,
|
|
8156
8158
|
ki as initializeIssueAttachments,
|
|
8157
8159
|
qi as initializeIssueCommentAttachments,
|
|
8158
|
-
|
|
8160
|
+
db as initializeIssueComments,
|
|
8159
8161
|
Bi as initializeIssueTypeAttachments,
|
|
8160
|
-
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
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,
|
|
8177
8179
|
Ma as issueAssociationSlice,
|
|
8178
|
-
|
|
8180
|
+
tl as issueAttachmentReducer,
|
|
8179
8181
|
xa as issueAttachmentSlice,
|
|
8180
|
-
|
|
8182
|
+
ul as issueCommentAttachmentReducer,
|
|
8181
8183
|
Ca as issueCommentAttachmentSlice,
|
|
8182
|
-
|
|
8184
|
+
pl as issueCommentReducer,
|
|
8183
8185
|
$a as issueCommentSlice,
|
|
8184
|
-
|
|
8186
|
+
bl as issueReducer,
|
|
8185
8187
|
Ga as issueSlice,
|
|
8186
|
-
|
|
8188
|
+
Il as issueTypeAttachmentReducer,
|
|
8187
8189
|
Ba as issueTypeAttachmentSlice,
|
|
8188
|
-
|
|
8190
|
+
Yl as issueTypeFieldValuesAttachmentReducer,
|
|
8189
8191
|
Ka as issueTypeFieldValuesAttachmentSlice,
|
|
8190
|
-
|
|
8192
|
+
xl as issueTypeFieldValuesReducer,
|
|
8191
8193
|
Na as issueTypeFieldValuesSlice,
|
|
8192
|
-
|
|
8194
|
+
Ml as issueTypeFieldsAttachmentReducer,
|
|
8193
8195
|
La as issueTypeFieldsAttachmentSlice,
|
|
8194
|
-
|
|
8196
|
+
Bl as issueTypeFieldsReducer,
|
|
8195
8197
|
Wa as issueTypeFieldsSlice,
|
|
8196
|
-
|
|
8198
|
+
th as issueTypeReducer,
|
|
8197
8199
|
Ja as issueTypeSlice,
|
|
8198
|
-
|
|
8200
|
+
dh as issueUpdateReducer,
|
|
8199
8201
|
Qa as issueUpdateSlice,
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8202
|
+
Tm as logOnlyOnce,
|
|
8203
|
+
Ch as markAsDeleted,
|
|
8204
|
+
Xg as markForDeletion,
|
|
8203
8205
|
On as memoize,
|
|
8204
|
-
|
|
8206
|
+
Bd as moveDocument,
|
|
8205
8207
|
F as offline,
|
|
8206
|
-
|
|
8208
|
+
vm as onlyUniqueHashes,
|
|
8207
8209
|
Zc as onlyUniqueOfflineIds,
|
|
8208
|
-
|
|
8210
|
+
Sh as organizationAccessReducer,
|
|
8209
8211
|
ec as organizationAccessSlice,
|
|
8210
|
-
|
|
8212
|
+
xh as organizationReducer,
|
|
8211
8213
|
nc as organizationSlice,
|
|
8212
|
-
|
|
8214
|
+
Gh as outboxReducer,
|
|
8213
8215
|
ac as outboxSlice,
|
|
8214
|
-
|
|
8215
|
-
|
|
8216
|
-
|
|
8216
|
+
_S as overmapEnhancer,
|
|
8217
|
+
SS as overmapReducer,
|
|
8218
|
+
bp as overmapReducers,
|
|
8217
8219
|
_c as performRequest,
|
|
8218
|
-
|
|
8220
|
+
Rh as projectAccessReducer,
|
|
8219
8221
|
tc as projectAccessSlice,
|
|
8220
|
-
|
|
8222
|
+
Xh as projectAttachmentReducer,
|
|
8221
8223
|
cc as projectAttachmentSlice,
|
|
8222
|
-
|
|
8224
|
+
dp as projectFileReducer,
|
|
8223
8225
|
oc as projectFileSlice,
|
|
8224
|
-
|
|
8226
|
+
kh as projectReducer,
|
|
8225
8227
|
sc as projectSlice,
|
|
8226
|
-
|
|
8228
|
+
lp as rehydratedReducer,
|
|
8227
8229
|
dc as rehydratedSlice,
|
|
8228
8230
|
ui as removeDocuments,
|
|
8229
8231
|
Qi as removeIssueType,
|
|
8230
|
-
|
|
8232
|
+
cS as resetProjectFileObjectUrls,
|
|
8231
8233
|
y as restructureCreateSelectorWithArgs,
|
|
8232
|
-
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
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,
|
|
8239
8241
|
or as selectAssetAttachmentById,
|
|
8240
8242
|
cr as selectAssetAttachmentMapping,
|
|
8241
8243
|
rr as selectAssetAttachments,
|
|
@@ -8245,473 +8247,474 @@ export {
|
|
|
8245
8247
|
br as selectAssetProcedureAttachments,
|
|
8246
8248
|
ys as selectAssetProcedureById,
|
|
8247
8249
|
Un as selectAssetProcedureFieldValues,
|
|
8248
|
-
|
|
8250
|
+
uA as selectAssetProcedureFieldValuesAttachmentById,
|
|
8249
8251
|
Dr as selectAssetProcedureFieldValuesAttachments,
|
|
8250
8252
|
xr as selectAssetProcedureFieldValuesAttachmentsByIds,
|
|
8251
8253
|
Dn as selectAssetProcedureFieldValuesAttachmentsMapping,
|
|
8252
8254
|
ds as selectAssetProcedureFieldValuesById,
|
|
8253
8255
|
Lr as selectAssetProcedureFieldValuesMapping,
|
|
8254
|
-
|
|
8256
|
+
pA as selectAssetProcedureFieldValuesOfAsset,
|
|
8255
8257
|
Mn as selectAssetProcedureFields,
|
|
8256
|
-
|
|
8258
|
+
Jm as selectAssetProcedureFieldsAttachmentById,
|
|
8257
8259
|
Rr as selectAssetProcedureFieldsAttachments,
|
|
8258
8260
|
Or as selectAssetProcedureFieldsAttachmentsMapping,
|
|
8259
|
-
|
|
8261
|
+
nA as selectAssetProcedureFieldsById,
|
|
8260
8262
|
qr as selectAssetProcedureFieldsMapping,
|
|
8261
|
-
|
|
8263
|
+
sA as selectAssetProcedureFieldsOfAssetProcedure,
|
|
8262
8264
|
ps as selectAssetProcedureInstanceById,
|
|
8263
8265
|
$n as selectAssetProcedureInstances,
|
|
8264
|
-
|
|
8266
|
+
gA as selectAssetProcedureInstancesByIds,
|
|
8265
8267
|
Cn as selectAssetProcedureInstancesMapping,
|
|
8266
8268
|
Yr as selectAssetProcedureInstancesOfAssetProcedure,
|
|
8267
|
-
|
|
8269
|
+
bA as selectAssetProcedureInstancesOfAssetType,
|
|
8268
8270
|
Oo as selectAssetProcedureStepById,
|
|
8269
8271
|
$t as selectAssetProcedureStepFieldValues,
|
|
8270
|
-
|
|
8272
|
+
KA as selectAssetProcedureStepFieldValuesAttachmentById,
|
|
8271
8273
|
ho as selectAssetProcedureStepFieldValuesAttachments,
|
|
8272
8274
|
po as selectAssetProcedureStepFieldValuesAttachmentsByIds,
|
|
8273
8275
|
Yn as selectAssetProcedureStepFieldValuesAttachmentsMapping,
|
|
8274
8276
|
Rs as selectAssetProcedureStepFieldValuesById,
|
|
8275
8277
|
So as selectAssetProcedureStepFieldValuesMapping,
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8278
|
+
ZA as selectAssetProcedureStepFieldValuesOfAsset,
|
|
8279
|
+
QA as selectAssetProcedureStepFieldValuesOfAssetProcedureInstance,
|
|
8280
|
+
XA as selectAssetProcedureStepFieldValuesOfAssetProcedureStep,
|
|
8279
8281
|
Wn as selectAssetProcedureStepFields,
|
|
8280
|
-
|
|
8282
|
+
jA as selectAssetProcedureStepFieldsAttachmentById,
|
|
8281
8283
|
ao as selectAssetProcedureStepFieldsAttachments,
|
|
8282
8284
|
no as selectAssetProcedureStepFieldsAttachmentsMapping,
|
|
8283
|
-
|
|
8285
|
+
GA as selectAssetProcedureStepFieldsById,
|
|
8284
8286
|
Hn as selectAssetProcedureStepFieldsMapping,
|
|
8285
|
-
|
|
8287
|
+
VA as selectAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
8286
8288
|
Gt as selectAssetProcedureStepMapping,
|
|
8287
8289
|
Ro as selectAssetProcedureSteps,
|
|
8288
8290
|
Es as selectAssetProcedureStepsByIds,
|
|
8289
|
-
|
|
8290
|
-
|
|
8291
|
+
nf as selectAssetProcedureStepsMappingOfAssetProcedure,
|
|
8292
|
+
af as selectAssetProcedureStepsOfAssetProcedure,
|
|
8291
8293
|
Qr as selectAssetProcedures,
|
|
8292
|
-
|
|
8294
|
+
RA as selectAssetProceduresByIds,
|
|
8293
8295
|
Bn as selectAssetProceduresMapping,
|
|
8294
|
-
|
|
8296
|
+
OA as selectAssetProceduresOfOrganization,
|
|
8295
8297
|
Co as selectAssetStageById,
|
|
8296
8298
|
zo as selectAssetStageCompletionById,
|
|
8297
8299
|
ia as selectAssetStageCompletionMapping,
|
|
8298
|
-
|
|
8300
|
+
hf as selectAssetStageCompletions,
|
|
8299
8301
|
Do as selectAssetStageCompletionsByIds,
|
|
8300
8302
|
$o as selectAssetStages,
|
|
8301
8303
|
Ns as selectAssetStagesByIds,
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
+
ff as selectAssetStagesMappingOfAssetProcedure,
|
|
8305
|
+
yf as selectAssetStagesOfAssetProcedure,
|
|
8304
8306
|
Ko as selectAssetTypeAttachmentById,
|
|
8305
8307
|
Ho as selectAssetTypeAttachmentMapping,
|
|
8306
8308
|
Wo as selectAssetTypeAttachments,
|
|
8307
8309
|
ii as selectAssetTypeById,
|
|
8308
8310
|
pa as selectAssetTypeFieldValues,
|
|
8309
|
-
|
|
8311
|
+
$f as selectAssetTypeFieldValuesAttachmentById,
|
|
8310
8312
|
hd as selectAssetTypeFieldValuesAttachments,
|
|
8311
8313
|
pd as selectAssetTypeFieldValuesAttachmentsByIds,
|
|
8312
8314
|
la as selectAssetTypeFieldValuesAttachmentsMapping,
|
|
8313
8315
|
Xs as selectAssetTypeFieldValuesById,
|
|
8314
8316
|
Sd as selectAssetTypeFieldValuesMapping,
|
|
8315
|
-
|
|
8317
|
+
Lf as selectAssetTypeFieldValuesOfAsset,
|
|
8316
8318
|
Lt as selectAssetTypeFields,
|
|
8317
|
-
|
|
8319
|
+
If as selectAssetTypeFieldsAttachmentById,
|
|
8318
8320
|
sd as selectAssetTypeFieldsAttachments,
|
|
8319
8321
|
td as selectAssetTypeFieldsAttachmentsMapping,
|
|
8320
|
-
|
|
8322
|
+
zf as selectAssetTypeFieldsById,
|
|
8321
8323
|
od as selectAssetTypeFieldsMapping,
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
|
|
8324
|
+
jf as selectAssetTypeFieldsOfAssetType,
|
|
8325
|
+
Nf as selectAssetTypeValuesOfAssetType,
|
|
8326
|
+
Zf as selectAssetTypes,
|
|
8327
|
+
Qf as selectAssetTypesByIds,
|
|
8326
8328
|
Aa as selectAssetTypesMapping,
|
|
8327
8329
|
vo as selectAssets,
|
|
8328
8330
|
wo as selectAssetsByIds,
|
|
8329
8331
|
ea as selectAssetsMapping,
|
|
8330
8332
|
ta as selectAssetsOfAssetType,
|
|
8331
8333
|
dr as selectAttachmentsOfAsset,
|
|
8332
|
-
|
|
8334
|
+
Bm as selectAttachmentsOfAssetProcedure,
|
|
8333
8335
|
Ur as selectAttachmentsOfAssetProcedureFieldValues,
|
|
8334
|
-
|
|
8336
|
+
Ym as selectAttachmentsOfAssetProcedureFields,
|
|
8335
8337
|
mo as selectAttachmentsOfAssetProcedureStepFieldValues,
|
|
8336
|
-
|
|
8338
|
+
qA as selectAttachmentsOfAssetProcedureStepFields,
|
|
8337
8339
|
Yo as selectAttachmentsOfAssetType,
|
|
8338
8340
|
md as selectAttachmentsOfAssetTypeFieldValues,
|
|
8339
|
-
|
|
8340
|
-
|
|
8341
|
-
|
|
8342
|
-
|
|
8343
|
-
|
|
8344
|
-
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
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,
|
|
8350
8352
|
oy as selectCategoriesByIds,
|
|
8353
|
+
dy as selectCategoriesOfProject,
|
|
8351
8354
|
ri as selectCategoryById,
|
|
8352
8355
|
ya as selectCategoryMapping,
|
|
8353
|
-
|
|
8354
|
-
|
|
8356
|
+
mb as selectCommentsOfIssue,
|
|
8357
|
+
Dm as selectConversation,
|
|
8355
8358
|
In as selectConversationMapping,
|
|
8356
|
-
|
|
8357
|
-
|
|
8358
|
-
|
|
8359
|
-
|
|
8360
|
-
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
|
|
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,
|
|
8364
8367
|
Ye as selectDocumentsMapping,
|
|
8365
|
-
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8371
|
-
|
|
8372
|
-
|
|
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,
|
|
8373
8376
|
Ht as selectFormRevisionMapping,
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
+
mu as selectFormRevisions,
|
|
8378
|
+
Au as selectFormRevisionsOfForm,
|
|
8379
|
+
Tu as selectFormSubmissionAttachemntsByIds,
|
|
8377
8380
|
wa as selectFormSubmissionAttachmentsMapping,
|
|
8378
8381
|
Pi as selectFormSubmissionById,
|
|
8379
8382
|
qa as selectFormSubmissions,
|
|
8380
8383
|
Ea as selectFormSubmissionsMapping,
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
|
|
8384
|
+
ku as selectFormSubmissionsOfAsset,
|
|
8385
|
+
vu as selectFormSubmissionsOfForm,
|
|
8386
|
+
wu as selectFormSubmissionsOfIssue,
|
|
8387
|
+
Gy as selectForms,
|
|
8385
8388
|
Oi as selectGeoImageById,
|
|
8386
|
-
|
|
8387
|
-
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8389
|
+
Uu as selectGeoImageMapping,
|
|
8390
|
+
Vu as selectGeoImages,
|
|
8391
|
+
Zy as selectGeoImagesOfProject,
|
|
8392
|
+
dS as selectIsImportingProjectFile,
|
|
8393
|
+
sy as selectIsLoggedIn,
|
|
8394
|
+
Bu as selectIssueAssociationById,
|
|
8392
8395
|
ft as selectIssueAssociationMapping,
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
|
|
8399
|
-
|
|
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,
|
|
8400
8403
|
$i as selectIssueById,
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8404
|
+
dl as selectIssueCommentAttachmentById,
|
|
8405
|
+
rl as selectIssueCommentAttachmentMapping,
|
|
8406
|
+
ol as selectIssueCommentAttachments,
|
|
8404
8407
|
xi as selectIssueCommentById,
|
|
8405
|
-
|
|
8406
|
-
|
|
8407
|
-
|
|
8408
|
-
|
|
8409
|
-
|
|
8410
|
-
|
|
8408
|
+
hl as selectIssueCommentMapping,
|
|
8409
|
+
uy as selectIssueCountOfCategory,
|
|
8410
|
+
yl as selectIssueMapping,
|
|
8411
|
+
Rl as selectIssueTypeAttachmentById,
|
|
8412
|
+
Fl as selectIssueTypeAttachmentMapping,
|
|
8413
|
+
Ol as selectIssueTypeAttachments,
|
|
8411
8414
|
Xi as selectIssueTypeById,
|
|
8412
8415
|
Ha as selectIssueTypeFieldValues,
|
|
8413
|
-
|
|
8414
|
-
|
|
8415
|
-
|
|
8416
|
+
Jb as selectIssueTypeFieldValuesAttachmentById,
|
|
8417
|
+
Hl as selectIssueTypeFieldValuesAttachments,
|
|
8418
|
+
Wl as selectIssueTypeFieldValuesAttachmentsByIds,
|
|
8416
8419
|
Ya as selectIssueTypeFieldValuesAttachmentsMapping,
|
|
8417
8420
|
Ki as selectIssueTypeFieldValuesById,
|
|
8418
|
-
|
|
8419
|
-
|
|
8421
|
+
Dl as selectIssueTypeFieldValuesMapping,
|
|
8422
|
+
zb as selectIssueTypeFieldValuesOfIssue,
|
|
8420
8423
|
Yt as selectIssueTypeFields,
|
|
8421
|
-
|
|
8422
|
-
|
|
8423
|
-
|
|
8424
|
-
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8430
|
-
|
|
8431
|
-
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
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,
|
|
8435
8438
|
Za as selectIssuesOfIssueType,
|
|
8436
|
-
|
|
8437
|
-
|
|
8438
|
-
|
|
8439
|
-
|
|
8440
|
-
|
|
8441
|
-
|
|
8442
|
-
|
|
8443
|
-
|
|
8444
|
-
|
|
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,
|
|
8445
8448
|
nn as selectOrganizationAccessById,
|
|
8446
8449
|
yt as selectOrganizationAccessMapping,
|
|
8447
|
-
|
|
8448
|
-
|
|
8449
|
-
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
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,
|
|
8456
8459
|
on as selectProjectAccessById,
|
|
8457
|
-
|
|
8460
|
+
wg as selectProjectAccessForUser,
|
|
8458
8461
|
Xe as selectProjectAccessMapping,
|
|
8459
|
-
|
|
8460
|
-
|
|
8461
|
-
|
|
8462
|
-
|
|
8463
|
-
|
|
8464
|
-
|
|
8465
|
-
|
|
8466
|
-
|
|
8467
|
-
|
|
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,
|
|
8468
8471
|
ic as selectProjectMapping,
|
|
8469
|
-
|
|
8470
|
-
|
|
8471
|
-
|
|
8472
|
-
|
|
8473
|
-
|
|
8474
|
-
|
|
8475
|
-
|
|
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,
|
|
8476
8479
|
Bt as selectStageMapping,
|
|
8477
8480
|
He as selectTeamById,
|
|
8478
8481
|
hc as selectTeams,
|
|
8479
|
-
|
|
8482
|
+
fS as selectTeamsByIds,
|
|
8480
8483
|
lc as selectTeamsMapping,
|
|
8481
|
-
|
|
8482
|
-
|
|
8483
|
-
|
|
8484
|
-
|
|
8485
|
-
|
|
8484
|
+
yS as selectTeamsOfOrganization,
|
|
8485
|
+
bS as selectTeamsOfUser,
|
|
8486
|
+
tu as selectUploadUrl,
|
|
8487
|
+
Ah as selectUserById,
|
|
8488
|
+
yg as selectUsersByIds,
|
|
8486
8489
|
Qe as selectUsersMapping,
|
|
8487
|
-
|
|
8488
|
-
|
|
8490
|
+
ap as setActiveProjectFileId,
|
|
8491
|
+
rf as setAsset,
|
|
8489
8492
|
ir as setAssetAttachment,
|
|
8490
|
-
|
|
8491
|
-
|
|
8493
|
+
Um as setAssetAttachments,
|
|
8494
|
+
TA as setAssetProcedure,
|
|
8492
8495
|
pr as setAssetProcedureAttachment,
|
|
8493
|
-
|
|
8494
|
-
|
|
8495
|
-
|
|
8496
|
-
|
|
8497
|
-
|
|
8498
|
-
|
|
8499
|
-
|
|
8500
|
-
|
|
8501
|
-
|
|
8502
|
-
|
|
8503
|
-
|
|
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,
|
|
8504
8507
|
To as setAssetProcedureStep,
|
|
8505
|
-
|
|
8506
|
-
|
|
8507
|
-
|
|
8508
|
-
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
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,
|
|
8515
8518
|
Uo as setAssetStage,
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8519
|
-
|
|
8519
|
+
uf as setAssetStageCompletion,
|
|
8520
|
+
lf as setAssetStageCompletions,
|
|
8521
|
+
pf as setAssetStages,
|
|
8522
|
+
Hf as setAssetType,
|
|
8520
8523
|
Bo as setAssetTypeAttachment,
|
|
8521
|
-
|
|
8522
|
-
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8533
|
-
|
|
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,
|
|
8534
8537
|
er as setConversation,
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
|
|
8542
|
-
|
|
8543
|
-
|
|
8544
|
-
|
|
8545
|
-
|
|
8546
|
-
|
|
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,
|
|
8547
8550
|
St as setFormSubmission,
|
|
8548
|
-
|
|
8549
|
-
|
|
8550
|
-
|
|
8551
|
-
|
|
8551
|
+
Ly as setFormSubmissionAttachment,
|
|
8552
|
+
Ny as setFormSubmissionAttachments,
|
|
8553
|
+
Ky as setFormSubmissions,
|
|
8554
|
+
Uy as setForms,
|
|
8552
8555
|
dt as setGeoImage,
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8556
|
-
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
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,
|
|
8560
8563
|
zi as setIssueComment,
|
|
8561
|
-
|
|
8562
|
-
|
|
8563
|
-
|
|
8564
|
+
il as setIssueCommentAttachment,
|
|
8565
|
+
cb as setIssueCommentAttachments,
|
|
8566
|
+
ll as setIssueComments,
|
|
8564
8567
|
lt as setIssueType,
|
|
8565
|
-
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8571
|
-
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
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,
|
|
8579
8582
|
Fd as setLoggedIn,
|
|
8580
|
-
|
|
8581
|
-
|
|
8582
|
-
|
|
8583
|
-
|
|
8584
|
-
|
|
8585
|
-
|
|
8586
|
-
|
|
8587
|
-
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
|
|
8591
|
-
|
|
8592
|
-
|
|
8593
|
-
|
|
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,
|
|
8594
8597
|
Ne as setTeam,
|
|
8595
|
-
|
|
8596
|
-
|
|
8597
|
-
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
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,
|
|
8604
8607
|
uc as teamSlice,
|
|
8605
|
-
|
|
8608
|
+
Fm as toFileNameSafeString,
|
|
8606
8609
|
Jc as toOfflineIdRecord,
|
|
8607
|
-
|
|
8610
|
+
Im as truncate,
|
|
8608
8611
|
ct as updateAsset,
|
|
8609
|
-
|
|
8612
|
+
Vm as updateAssetAttachment,
|
|
8610
8613
|
nr as updateAssetAttachments,
|
|
8611
8614
|
it as updateAssetProcedure,
|
|
8612
|
-
|
|
8615
|
+
Gm as updateAssetProcedureAttachment,
|
|
8613
8616
|
mr as updateAssetProcedureAttachments,
|
|
8614
8617
|
tt as updateAssetProcedureFieldValues,
|
|
8615
|
-
|
|
8618
|
+
oA as updateAssetProcedureFieldValuesAttachment,
|
|
8616
8619
|
zr as updateAssetProcedureFieldValuesAttachments,
|
|
8617
8620
|
Gr as updateAssetProcedureFieldValuesMany,
|
|
8618
8621
|
kr as updateAssetProcedureFields,
|
|
8619
|
-
|
|
8622
|
+
Wm as updateAssetProcedureFieldsAttachment,
|
|
8620
8623
|
Tr as updateAssetProcedureFieldsAttachments,
|
|
8621
|
-
|
|
8624
|
+
eA as updateAssetProcedureFieldsMany,
|
|
8622
8625
|
st as updateAssetProcedureInstance,
|
|
8623
|
-
|
|
8626
|
+
AA as updateAssetProcedureInstances,
|
|
8624
8627
|
ws as updateAssetProcedureStep,
|
|
8625
8628
|
at as updateAssetProcedureStepFieldValues,
|
|
8626
|
-
|
|
8629
|
+
HA as updateAssetProcedureStepFieldValuesAttachment,
|
|
8627
8630
|
lo as updateAssetProcedureStepFieldValuesAttachments,
|
|
8628
8631
|
bo as updateAssetProcedureStepFieldValuesMany,
|
|
8629
8632
|
nt as updateAssetProcedureStepFields,
|
|
8630
|
-
|
|
8633
|
+
kA as updateAssetProcedureStepFieldsAttachment,
|
|
8631
8634
|
so as updateAssetProcedureStepFieldsAttachments,
|
|
8632
|
-
|
|
8635
|
+
xA as updateAssetProcedureStepFieldsMany,
|
|
8633
8636
|
bt as updateAssetProcedureSteps,
|
|
8634
|
-
|
|
8637
|
+
_A as updateAssetProcedures,
|
|
8635
8638
|
Bs as updateAssetStage,
|
|
8636
8639
|
qo as updateAssetStageCompletion,
|
|
8637
8640
|
jo as updateAssetStageCompletions,
|
|
8638
8641
|
gt as updateAssetStages,
|
|
8639
8642
|
ot as updateAssetType,
|
|
8640
|
-
|
|
8643
|
+
Sf as updateAssetTypeAttachment,
|
|
8641
8644
|
Lo as updateAssetTypeAttachments,
|
|
8642
8645
|
rt as updateAssetTypeFieldValues,
|
|
8643
|
-
|
|
8646
|
+
Vf as updateAssetTypeFieldValuesAttachment,
|
|
8644
8647
|
ld as updateAssetTypeFieldValuesAttachments,
|
|
8645
8648
|
bd as updateAssetTypeFieldValuesMany,
|
|
8646
8649
|
cd as updateAssetTypeFields,
|
|
8647
|
-
|
|
8650
|
+
Ff as updateAssetTypeFieldsAttachment,
|
|
8648
8651
|
Xo as updateAssetTypeFieldsAttachments,
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
|
|
8652
|
+
Ef as updateAssetTypeFieldsMany,
|
|
8653
|
+
Yf as updateAssetTypes,
|
|
8654
|
+
cf as updateAssets,
|
|
8655
|
+
cy as updateCategories,
|
|
8653
8656
|
Id as updateCategory,
|
|
8654
8657
|
tr as updateConversation,
|
|
8655
|
-
|
|
8656
|
-
|
|
8657
|
-
|
|
8658
|
+
qm as updateConversations,
|
|
8659
|
+
py as updateDocumentAttachment,
|
|
8660
|
+
Md as updateDocumentAttachments,
|
|
8658
8661
|
Ue as updateDocuments,
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
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,
|
|
8673
8676
|
_t as updateIssue,
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
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,
|
|
8685
8688
|
ut as updateIssueTypeFieldValues,
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
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,
|
|
8698
8701
|
Pt as updateOrganizationAccess,
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8702
|
+
_g as updateOrganizationAccesses,
|
|
8703
|
+
Gg as updateOrganizations,
|
|
8704
|
+
wh as updateProject,
|
|
8702
8705
|
ht as updateProjectAccess,
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8706
|
+
Ig as updateProjectAccesses,
|
|
8707
|
+
tS as updateProjectAttachment,
|
|
8708
|
+
Wh as updateProjectAttachments,
|
|
8706
8709
|
An as updateProjectFile,
|
|
8707
|
-
|
|
8708
|
-
|
|
8710
|
+
aS as updateProjectFiles,
|
|
8711
|
+
jg as updateProjects,
|
|
8709
8712
|
yn as updateTeam,
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8713
|
+
mS as updateTeams,
|
|
8714
|
+
pg as updateUser,
|
|
8715
|
+
hg as updateUsers,
|
|
8716
|
+
ph as userReducer,
|
|
8714
8717
|
Xa as userSlice,
|
|
8715
|
-
|
|
8716
|
-
|
|
8718
|
+
yp as versioningReducer,
|
|
8719
|
+
fp as versioningSlice
|
|
8717
8720
|
};
|