@overmap-ai/core 1.0.74-updates.2 → 1.0.74-updates.3
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 +347 -321
- package/dist/store/slices/assetProcedureFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureFieldsSlice.d.ts +3 -3
- package/dist/store/slices/assetProcedureInstanceSlice.d.ts +3 -3
- package/dist/store/slices/assetSlice.d.ts +3 -3
- package/dist/store/slices/assetStageSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +3 -3
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +3 -3
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/formRevisionSlice.d.ts +3 -3
- package/dist/store/slices/formSlice.d.ts +1 -5
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/formSubmissionSlice.d.ts +2 -2
- package/dist/store/slices/geoImageSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +4 -4
- package/dist/store/slices/licenseSlice.d.ts +1 -1
- package/dist/store/slices/projectFileSlice.d.ts +1 -1
- package/dist/store/slices/projectSlice.d.ts +1 -1
- package/dist/store/slices/userSlice.d.ts +1 -1
- package/package.json +1 -1
package/dist/overmap-core.js
CHANGED
|
@@ -138,7 +138,7 @@ function Jh(t, e) {
|
|
|
138
138
|
if (t[s] !== e[s]) return !1;
|
|
139
139
|
return !0;
|
|
140
140
|
}
|
|
141
|
-
const
|
|
141
|
+
const b = (t) => t.length === 0 ? Qa : t, xe = (t) => Object.keys(t).length === 0 ? Xa : t, cc = Gi((t) => {
|
|
142
142
|
if (!t) return "";
|
|
143
143
|
const e = new Date(t), s = e.getFullYear() === St.getFullYear(), i = { day: "numeric", month: "short" };
|
|
144
144
|
return s || (i.year = "numeric"), e.toLocaleDateString([], i);
|
|
@@ -271,7 +271,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
271
271
|
setConversation: ke.setOne,
|
|
272
272
|
updateConversation: ke.updateOne
|
|
273
273
|
}
|
|
274
|
-
}), { initializeConversations: fc, addConversation: yc, setConversation: Ac, updateConversation:
|
|
274
|
+
}), { initializeConversations: fc, addConversation: yc, setConversation: Ac, updateConversation: bc } = Li.actions, Bi = (t) => t.agentsReducer.instances, lm = p(
|
|
275
275
|
[Bi],
|
|
276
276
|
(t) => Object.values(t)
|
|
277
277
|
), hm = A(
|
|
@@ -279,7 +279,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
279
279
|
[Bi, (t, e) => e],
|
|
280
280
|
(t, e) => t[e]
|
|
281
281
|
)
|
|
282
|
-
),
|
|
282
|
+
), gc = Li.reducer, C = _((t) => t.uuid), Dt = C.getInitialState({}), Ni = T({
|
|
283
283
|
name: "assetAttachments",
|
|
284
284
|
initialState: Dt,
|
|
285
285
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, Dt)),
|
|
@@ -310,7 +310,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
310
310
|
), Ic = (t) => (e) => e.assetAttachmentReducer.instances[t], Fc = A(
|
|
311
311
|
p(
|
|
312
312
|
[Oc, (t, e) => e],
|
|
313
|
-
(t, e) =>
|
|
313
|
+
(t, e) => b(t.filter(({ asset: s }) => e === s))
|
|
314
314
|
)
|
|
315
315
|
), Pc = Ni.reducer, D = _(
|
|
316
316
|
(t) => t.uuid
|
|
@@ -334,8 +334,8 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
334
334
|
addAssetProcedureFieldsAttachment: ym,
|
|
335
335
|
addAssetProcedureFieldsAttachments: wc,
|
|
336
336
|
setAssetProcedureFieldsAttachment: Am,
|
|
337
|
-
setAssetProcedureFieldsAttachments:
|
|
338
|
-
updateAssetProcedureFieldsAttachment:
|
|
337
|
+
setAssetProcedureFieldsAttachments: bm,
|
|
338
|
+
updateAssetProcedureFieldsAttachment: gm,
|
|
339
339
|
updateAssetProcedureFieldsAttachments: Ec,
|
|
340
340
|
deleteAssetProcedureFieldsAttachment: Sm,
|
|
341
341
|
deleteAssetProcedureFieldsAttachments: kc
|
|
@@ -343,7 +343,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
343
343
|
[qc],
|
|
344
344
|
(t) => Object.values(t)
|
|
345
345
|
), Tm = A(
|
|
346
|
-
p([jc, (t, e) => e], (t, e) =>
|
|
346
|
+
p([jc, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
347
347
|
), Rm = (t) => (e) => e.assetProcedureFieldsAttachmentReducer.instances[t], Mc = Ki.reducer, z = _((t) => t.uuid), Ut = z.getInitialState({}), Yi = T({
|
|
348
348
|
name: "assetProcedureFields",
|
|
349
349
|
initialState: Ut,
|
|
@@ -372,7 +372,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
372
372
|
} = Yi.actions, Uc = (t) => t.assetProcedureFieldsReducer.instances, Ji = p([Uc], (t) => Object.values(t)), vm = A(
|
|
373
373
|
p(
|
|
374
374
|
[Ji, (t, e) => e],
|
|
375
|
-
(t, e) =>
|
|
375
|
+
(t, e) => b(t.filter((s) => s.asset_procedure === e))
|
|
376
376
|
)
|
|
377
377
|
), wm = A(
|
|
378
378
|
p([Ji, (t, e) => e], (t, e) => t.filter((s) => s.asset_procedure === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
@@ -408,16 +408,20 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
408
408
|
(t) => Object.values(t)
|
|
409
409
|
), Dm = (t) => (e) => e.assetProcedureFieldValuesAttachmentReducer.instances[t], Bc = A(
|
|
410
410
|
p(
|
|
411
|
-
[
|
|
411
|
+
[
|
|
412
|
+
Xi,
|
|
413
|
+
(t, e) => e
|
|
414
|
+
],
|
|
412
415
|
(t, e) => {
|
|
413
416
|
const s = new Set(e);
|
|
414
|
-
return
|
|
415
|
-
Object.values(t).filter((i) => s.has(i.uuid))
|
|
416
|
-
);
|
|
417
|
+
return b(Object.values(t).filter((i) => s.has(i.uuid)));
|
|
417
418
|
}
|
|
418
419
|
)
|
|
419
420
|
), Nc = A(
|
|
420
|
-
p(
|
|
421
|
+
p(
|
|
422
|
+
[Lc, (t, e) => e],
|
|
423
|
+
(t, e) => b(t.filter((s) => s.field_values === e))
|
|
424
|
+
)
|
|
421
425
|
), Hc = Qi.reducer, U = _(
|
|
422
426
|
(t) => t.uuid
|
|
423
427
|
), Vt = U.getInitialState({}), Zi = T({
|
|
@@ -449,9 +453,9 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
449
453
|
[Qc],
|
|
450
454
|
(t) => Object.values(t)
|
|
451
455
|
), Um = A(
|
|
452
|
-
p([en, (t, e) => e], (t, e) =>
|
|
456
|
+
p([en, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
453
457
|
), $m = A(
|
|
454
|
-
p([en, (t, e) => e], (t, e) =>
|
|
458
|
+
p([en, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_instance === e)))
|
|
455
459
|
), Bt = (t) => (e) => e.assetProcedureFieldValuesReducer.instances[t], Xc = Zi.reducer, $ = _(
|
|
456
460
|
(t) => t.uuid
|
|
457
461
|
), Nt = $.getInitialState({}), tn = T({
|
|
@@ -485,7 +489,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
485
489
|
), sr = A(
|
|
486
490
|
p(
|
|
487
491
|
[nn, (t, e) => e],
|
|
488
|
-
(t, e) =>
|
|
492
|
+
(t, e) => b(
|
|
489
493
|
t.filter(
|
|
490
494
|
(s) => s.asset_procedure === e
|
|
491
495
|
)
|
|
@@ -494,7 +498,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
494
498
|
), Bm = A(
|
|
495
499
|
p(
|
|
496
500
|
[nn, (t, e) => e],
|
|
497
|
-
(t, e) =>
|
|
501
|
+
(t, e) => b(
|
|
498
502
|
t.filter(
|
|
499
503
|
(s) => s.asset_type === e
|
|
500
504
|
)
|
|
@@ -509,7 +513,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
509
513
|
const n = t[i];
|
|
510
514
|
n && s.push(n);
|
|
511
515
|
}
|
|
512
|
-
return
|
|
516
|
+
return b(s);
|
|
513
517
|
}
|
|
514
518
|
)
|
|
515
519
|
), ir = tn.reducer, V = _((t) => t.uuid), Yt = V.getInitialState({}), an = T({
|
|
@@ -540,19 +544,22 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
540
544
|
} = an.actions, cn = (t) => t.assetProcedureReducer.instances, ar = p([cn], (t) => Object.values(t)), Qm = A(
|
|
541
545
|
p(
|
|
542
546
|
[ar, (t, e) => e],
|
|
543
|
-
(t, e) =>
|
|
547
|
+
(t, e) => b(
|
|
544
548
|
t.filter((s) => s.organization === e)
|
|
545
549
|
)
|
|
546
550
|
)
|
|
547
551
|
), Xt = (t) => (e) => e.assetProcedureReducer.instances[t], Xm = A(
|
|
548
|
-
p(
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
const
|
|
552
|
-
|
|
552
|
+
p(
|
|
553
|
+
[cn, (t, e) => e],
|
|
554
|
+
(t, e) => {
|
|
555
|
+
const s = [];
|
|
556
|
+
for (const i of e) {
|
|
557
|
+
const n = t[i];
|
|
558
|
+
n && s.push(n);
|
|
559
|
+
}
|
|
560
|
+
return b(s);
|
|
553
561
|
}
|
|
554
|
-
|
|
555
|
-
})
|
|
562
|
+
)
|
|
556
563
|
), cr = an.reducer, G = _((t) => t.uuid), Zt = G.getInitialState({}), rn = T({
|
|
557
564
|
name: "assets",
|
|
558
565
|
initialState: Zt,
|
|
@@ -578,8 +585,8 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
578
585
|
deleteAssets: or,
|
|
579
586
|
setAsset: ep,
|
|
580
587
|
setAssets: tp
|
|
581
|
-
} = rn.actions, dn = (t) => t.assetReducer.instances, dr = p([dn], (t) =>
|
|
582
|
-
p([dr, (t, e) => e], (t, e) =>
|
|
588
|
+
} = rn.actions, dn = (t) => t.assetReducer.instances, dr = p([dn], (t) => b(Object.values(t))), un = A(
|
|
589
|
+
p([dr, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_type === e)))
|
|
583
590
|
), ss = (t) => (e) => e.assetReducer.instances[t], sp = A(
|
|
584
591
|
p([dn, (t, e) => e], (t, e) => {
|
|
585
592
|
const s = [];
|
|
@@ -587,7 +594,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
587
594
|
const n = t[i];
|
|
588
595
|
n && s.push(n);
|
|
589
596
|
}
|
|
590
|
-
return
|
|
597
|
+
return b(s);
|
|
591
598
|
})
|
|
592
599
|
), ip = (t) => (e) => un(t)(e).length, ur = rn.reducer, me = _(
|
|
593
600
|
(t) => t.uuid
|
|
@@ -616,14 +623,17 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
616
623
|
[hn],
|
|
617
624
|
(t) => Object.values(t)
|
|
618
625
|
), fr = (t) => (e) => e.assetStageCompletionReducer.instances[t], yr = A(
|
|
619
|
-
p(
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
626
|
+
p(
|
|
627
|
+
[hn, (t, e) => e],
|
|
628
|
+
(t, e) => {
|
|
629
|
+
const s = new Set(e);
|
|
630
|
+
return b(
|
|
631
|
+
Object.values(t).filter(
|
|
632
|
+
(i) => s.has(i.uuid)
|
|
633
|
+
)
|
|
634
|
+
);
|
|
635
|
+
}
|
|
636
|
+
)
|
|
627
637
|
), L = _((t) => t.uuid), os = L.getInitialState({}), mn = T({
|
|
628
638
|
name: "assetStages",
|
|
629
639
|
initialState: os,
|
|
@@ -641,7 +651,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
641
651
|
}
|
|
642
652
|
}), {
|
|
643
653
|
initializeAssetStages: Ar,
|
|
644
|
-
setAssetStage:
|
|
654
|
+
setAssetStage: br,
|
|
645
655
|
setAssetStages: ap,
|
|
646
656
|
addAssetStage: cp,
|
|
647
657
|
addAssetStages: ds,
|
|
@@ -649,7 +659,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
649
659
|
updateAssetStages: nt,
|
|
650
660
|
deleteAssetStage: rp,
|
|
651
661
|
deleteAssetStages: ls
|
|
652
|
-
} = mn.actions,
|
|
662
|
+
} = mn.actions, gr = mn.reducer, Tt = (t) => t.assetStageReducer.instances, Sr = (t) => (e) => e.assetStageReducer.instances[t], Tr = p([Tt], (t) => Object.values(t)), op = A(
|
|
653
663
|
p([Tt, (t, e) => e], (t, e) => {
|
|
654
664
|
const s = {};
|
|
655
665
|
for (const [i, n] of Object.entries(t))
|
|
@@ -657,7 +667,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
657
667
|
return xe(s);
|
|
658
668
|
})
|
|
659
669
|
), dp = A(
|
|
660
|
-
p([Tr, (t, e) => e], (t, e) =>
|
|
670
|
+
p([Tr, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure === e)))
|
|
661
671
|
), hs = A(
|
|
662
672
|
p([Tt, (t, e) => e], (t, e) => {
|
|
663
673
|
const s = [];
|
|
@@ -665,7 +675,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
665
675
|
const n = t[i];
|
|
666
676
|
n ? s.push(n) : console.warn("selectStagesFromStageIds: No stage exists with the id", i);
|
|
667
677
|
}
|
|
668
|
-
return
|
|
678
|
+
return b(s);
|
|
669
679
|
})
|
|
670
680
|
), B = _((t) => t.uuid), ms = B.getInitialState({}), pn = T({
|
|
671
681
|
name: "assetTypeAttachments",
|
|
@@ -698,7 +708,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
698
708
|
), vr = (t) => (e) => e.assetTypeAttachmentReducer.instances[t], wr = A(
|
|
699
709
|
p(
|
|
700
710
|
[Pr, (t, e) => e],
|
|
701
|
-
(t, e) =>
|
|
711
|
+
(t, e) => b(t.filter(({ asset_type: s }) => e === s))
|
|
702
712
|
)
|
|
703
713
|
), Er = pn.reducer, N = _(
|
|
704
714
|
(t) => t.uuid
|
|
@@ -730,9 +740,9 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
730
740
|
} = An.actions, Cr = (t) => t.assetTypeFieldsAttachmentReducer.instances, Dr = p(
|
|
731
741
|
[Cr],
|
|
732
742
|
(t) => Object.values(t)
|
|
733
|
-
),
|
|
734
|
-
p([Dr, (t, e) => e], (t, e) =>
|
|
735
|
-
),
|
|
743
|
+
), bp = A(
|
|
744
|
+
p([Dr, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
745
|
+
), gp = (t) => (e) => e.assetTypeFieldsAttachmentReducer.instances[t], zr = An.reducer, H = _((t) => t.uuid), fs = H.getInitialState({}), bn = T({
|
|
736
746
|
name: "assetTypeFields",
|
|
737
747
|
initialState: fs,
|
|
738
748
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, fs)),
|
|
@@ -757,13 +767,13 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
757
767
|
updateAssetTypeFieldsMany: _p,
|
|
758
768
|
deleteAssetTypeFields: Vr,
|
|
759
769
|
deleteAssetTypeFieldsMany: Op
|
|
760
|
-
} =
|
|
761
|
-
p([Rt, (t, e) => e], (t, e) =>
|
|
770
|
+
} = bn.actions, Gr = (t) => t.assetTypeFieldsReducer.instances, Rt = p([Gr], (t) => Object.values(t)), Ip = A(
|
|
771
|
+
p([Rt, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_type === e)))
|
|
762
772
|
), Fp = A(
|
|
763
773
|
p([Rt, (t, e) => e], (t, e) => t.filter((s) => s.asset_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
764
|
-
), Pp = (t) => (e) => e.assetTypeFieldsReducer.instances[t], Lr =
|
|
774
|
+
), Pp = (t) => (e) => e.assetTypeFieldsReducer.instances[t], Lr = bn.reducer, W = _(
|
|
765
775
|
(t) => t.uuid
|
|
766
|
-
), ys = W.getInitialState({}),
|
|
776
|
+
), ys = W.getInitialState({}), gn = T({
|
|
767
777
|
name: "assetTypeFieldValuesAttachments",
|
|
768
778
|
initialState: ys,
|
|
769
779
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, ys)),
|
|
@@ -788,22 +798,25 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
788
798
|
updateAssetTypeFieldValuesAttachments: Nr,
|
|
789
799
|
deleteAssetTypeFieldValuesAttachment: qp,
|
|
790
800
|
deleteAssetTypeFieldValuesAttachments: ft
|
|
791
|
-
} =
|
|
801
|
+
} = gn.actions, Sn = (t) => t.assetTypeFieldValuesAttachmentReducer.instances, Hr = p(
|
|
792
802
|
[Sn],
|
|
793
803
|
(t) => Object.values(t)
|
|
794
804
|
), jp = (t) => (e) => e.assetTypeFieldValuesAttachmentReducer.instances[t], Wr = A(
|
|
795
805
|
p(
|
|
796
|
-
[
|
|
806
|
+
[
|
|
807
|
+
Sn,
|
|
808
|
+
(t, e) => e
|
|
809
|
+
],
|
|
797
810
|
(t, e) => {
|
|
798
811
|
const s = new Set(e);
|
|
799
|
-
return
|
|
812
|
+
return b(
|
|
800
813
|
Object.values(t).filter((i) => s.has(i.uuid))
|
|
801
814
|
);
|
|
802
815
|
}
|
|
803
816
|
)
|
|
804
817
|
), Kr = A(
|
|
805
|
-
p([Hr, (t, e) => e], (t, e) =>
|
|
806
|
-
), Yr =
|
|
818
|
+
p([Hr, (t, e) => e], (t, e) => b(t.filter((s) => s.field_values === e)))
|
|
819
|
+
), Yr = gn.reducer, K = _((t) => t.uuid), As = K.getInitialState({}), Tn = T({
|
|
807
820
|
name: "assetTypeFieldValues",
|
|
808
821
|
initialState: As,
|
|
809
822
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, As)),
|
|
@@ -820,16 +833,16 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
820
833
|
}
|
|
821
834
|
}), {
|
|
822
835
|
initializeAssetTypeFieldValues: Jr,
|
|
823
|
-
addAssetTypeFieldValues:
|
|
836
|
+
addAssetTypeFieldValues: bs,
|
|
824
837
|
addAssetTypeFieldValuesMany: Qr,
|
|
825
838
|
setAssetTypeFieldValues: Mp,
|
|
826
839
|
setAssetTypeFieldValuesMany: Cp,
|
|
827
840
|
updateAssetTypeFieldValues: He,
|
|
828
841
|
updateAssetTypeFieldValuesMany: Xr,
|
|
829
|
-
deleteAssetTypeFieldValues:
|
|
842
|
+
deleteAssetTypeFieldValues: gs,
|
|
830
843
|
deleteAssetTypeFieldValuesMany: Zr
|
|
831
844
|
} = Tn.actions, eo = (t) => t.assetTypeFieldValuesReducer.instances, Rn = p([eo], (t) => Object.values(t)), Dp = A(
|
|
832
|
-
p([Rn, (t, e) => e], (t, e) =>
|
|
845
|
+
p([Rn, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
833
846
|
), zp = A(
|
|
834
847
|
p(
|
|
835
848
|
[Rt, Rn, (t, e) => e],
|
|
@@ -837,7 +850,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
837
850
|
const i = new Set(
|
|
838
851
|
t.filter((n) => n.asset_type === s).map((n) => n.uuid)
|
|
839
852
|
);
|
|
840
|
-
return
|
|
853
|
+
return b(e.filter((n) => i.has(n.fields_revision)));
|
|
841
854
|
}
|
|
842
855
|
)
|
|
843
856
|
), Ss = (t) => (e) => e.assetTypeFieldValuesReducer.instances[t], to = Tn.reducer, Y = _((t) => t.uuid), Ts = Y.getInitialState({}), _n = T({
|
|
@@ -877,7 +890,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
877
890
|
const n = t[i];
|
|
878
891
|
n ? s.push(n) : console.warn("selectAssetTypesByIds: No assetType exists with the id", i);
|
|
879
892
|
}
|
|
880
|
-
return
|
|
893
|
+
return b(s);
|
|
881
894
|
}
|
|
882
895
|
)
|
|
883
896
|
), io = _n.reducer, Is = {
|
|
@@ -918,7 +931,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
918
931
|
const n = t[i];
|
|
919
932
|
n ? s.push(n) : console.warn("selectCategoryByIds: No category exists with the id", i);
|
|
920
933
|
}
|
|
921
|
-
return
|
|
934
|
+
return b(s);
|
|
922
935
|
}
|
|
923
936
|
)
|
|
924
937
|
), Qp = (t) => (e) => Object.values(e.issueReducer.instances).filter((s) => s.category === t).length, uo = In.reducer, J = _((t) => t.uuid), ws = J.getInitialState({}), Pn = T({
|
|
@@ -946,13 +959,13 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
946
959
|
updateDocumentAttachments: po,
|
|
947
960
|
deleteDocumentAttachment: fo,
|
|
948
961
|
deleteDocumentAttachments: yo
|
|
949
|
-
} = Pn.actions, Ao = (t) => t.documentAttachmentReducer.instances,
|
|
962
|
+
} = Pn.actions, Ao = (t) => t.documentAttachmentReducer.instances, bo = p(
|
|
950
963
|
[Ao],
|
|
951
964
|
(t) => Object.values(t)
|
|
952
|
-
),
|
|
965
|
+
), go = (t) => (e) => e.documentAttachmentReducer.instances[t], tf = A(
|
|
953
966
|
p(
|
|
954
|
-
[
|
|
955
|
-
(t, e) =>
|
|
967
|
+
[bo, (t, e) => e],
|
|
968
|
+
(t, e) => b(t.filter(({ document: s }) => e === s))
|
|
956
969
|
)
|
|
957
970
|
), So = Pn.reducer, Es = {
|
|
958
971
|
documents: {}
|
|
@@ -1092,21 +1105,24 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1092
1105
|
const n = t[i];
|
|
1093
1106
|
n ? s.push(n) : console.warn("selectDocumentByIds: No document exists with the id", i);
|
|
1094
1107
|
}
|
|
1095
|
-
return
|
|
1108
|
+
return b(s);
|
|
1096
1109
|
}
|
|
1097
1110
|
)
|
|
1098
1111
|
), nf = A(
|
|
1099
|
-
p(
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1112
|
+
p(
|
|
1113
|
+
[De, (t, e) => e],
|
|
1114
|
+
(t, e) => {
|
|
1115
|
+
const s = [], i = t[e];
|
|
1116
|
+
if (!i || !i.parent_document) return s;
|
|
1117
|
+
let n = t[i.parent_document];
|
|
1118
|
+
for (; n; )
|
|
1119
|
+
s.push(n.uuid), n = t[n.parent_document ?? ""];
|
|
1120
|
+
return b(s);
|
|
1121
|
+
}
|
|
1122
|
+
)
|
|
1107
1123
|
), af = p(
|
|
1108
1124
|
[Oo],
|
|
1109
|
-
(t) =>
|
|
1125
|
+
(t) => b(t.filter((e) => !e.parent_document))
|
|
1110
1126
|
), Fo = vn.reducer, Ze = _((t) => t.uuid), Po = Ze.getInitialState({}), wn = T({
|
|
1111
1127
|
name: "emailDomains",
|
|
1112
1128
|
initialState: Po,
|
|
@@ -1118,7 +1134,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1118
1134
|
}), { initializeEmailDomains: vo, addEmailDomain: wo, deleteEmailDomain: Eo } = wn.actions, ko = (t) => t.emailDomainsReducer.instances, qo = p([ko], (t) => Object.values(t)), cf = A(
|
|
1119
1135
|
p(
|
|
1120
1136
|
[qo, (t, e) => e],
|
|
1121
|
-
(t, e) =>
|
|
1137
|
+
(t, e) => b(
|
|
1122
1138
|
t.filter((s) => s.organization === e)
|
|
1123
1139
|
)
|
|
1124
1140
|
)
|
|
@@ -1175,7 +1191,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1175
1191
|
} = qn.actions, Go = (t) => t.formRevisionAttachmentReducer.instances, hf = A(
|
|
1176
1192
|
p(
|
|
1177
1193
|
[Go, (t, e) => e],
|
|
1178
|
-
(t, e) =>
|
|
1194
|
+
(t, e) => b(
|
|
1179
1195
|
Object.values(t).filter((s) => s.form_revision === e)
|
|
1180
1196
|
)
|
|
1181
1197
|
)
|
|
@@ -1217,21 +1233,21 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1217
1233
|
), Jo = A(
|
|
1218
1234
|
p(
|
|
1219
1235
|
[Yo, (t, e) => e],
|
|
1220
|
-
(t, e) =>
|
|
1236
|
+
(t, e) => b(t.filter((s) => s.form === e))
|
|
1221
1237
|
)
|
|
1222
|
-
), Qo = jn.reducer,
|
|
1238
|
+
), Qo = jn.reducer, be = _((t) => t.uuid), Cs = be.getInitialState({}), Dn = T({
|
|
1223
1239
|
name: "forms",
|
|
1224
1240
|
initialState: Cs,
|
|
1225
1241
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, Cs)),
|
|
1226
1242
|
reducers: {
|
|
1227
|
-
initializeForms:
|
|
1228
|
-
setForm:
|
|
1229
|
-
addForm:
|
|
1230
|
-
addForms:
|
|
1231
|
-
updateForm:
|
|
1232
|
-
deleteForm:
|
|
1233
|
-
}
|
|
1234
|
-
}), { initializeForms: Xo, setForm: ff, addForm: Ds, addForms: yf, updateForm: Af, deleteForm: zs } = Dn.actions, Zo = Dn.reducer, ed = (t) => t.formReducer.instances,
|
|
1243
|
+
initializeForms: be.initialize,
|
|
1244
|
+
setForm: be.setOne,
|
|
1245
|
+
addForm: be.addOne,
|
|
1246
|
+
addForms: be.addMany,
|
|
1247
|
+
updateForm: be.updateOne,
|
|
1248
|
+
deleteForm: be.deleteOne
|
|
1249
|
+
}
|
|
1250
|
+
}), { initializeForms: Xo, setForm: ff, addForm: Ds, addForms: yf, updateForm: Af, deleteForm: zs } = Dn.actions, Zo = Dn.reducer, ed = (t) => t.formReducer.instances, bf = p([ed], (t) => Object.values(t)), td = (t) => (e) => e.formReducer.instances[t], X = _(
|
|
1235
1251
|
(t) => t.uuid
|
|
1236
1252
|
), xs = X.getInitialState({}), zn = T({
|
|
1237
1253
|
name: "formSubmissionAttachments",
|
|
@@ -1250,7 +1266,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1250
1266
|
}
|
|
1251
1267
|
}), {
|
|
1252
1268
|
initializeFormSubmissionAttachments: sd,
|
|
1253
|
-
addFormSubmissionAttachment:
|
|
1269
|
+
addFormSubmissionAttachment: gf,
|
|
1254
1270
|
addFormSubmissionAttachments: yt,
|
|
1255
1271
|
setFormSubmissionAttachment: Sf,
|
|
1256
1272
|
setFormSubmissionAttachments: Tf,
|
|
@@ -1260,10 +1276,13 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1260
1276
|
deleteFormSubmissionAttachments: At
|
|
1261
1277
|
} = zn.actions, xn = (t) => t.formSubmissionAttachmentReducer.instances, nd = A(
|
|
1262
1278
|
p(
|
|
1263
|
-
[
|
|
1279
|
+
[
|
|
1280
|
+
xn,
|
|
1281
|
+
(t, e) => e
|
|
1282
|
+
],
|
|
1264
1283
|
(t, e) => {
|
|
1265
1284
|
const s = new Set(e);
|
|
1266
|
-
return
|
|
1285
|
+
return b(
|
|
1267
1286
|
Object.values(t).filter((i) => s.has(i.uuid))
|
|
1268
1287
|
);
|
|
1269
1288
|
}
|
|
@@ -1271,10 +1290,8 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1271
1290
|
), ad = A(
|
|
1272
1291
|
p(
|
|
1273
1292
|
[xn, (t, e) => e],
|
|
1274
|
-
(t, e) =>
|
|
1275
|
-
Object.values(t).filter(
|
|
1276
|
-
(s) => s.form_submission === e
|
|
1277
|
-
)
|
|
1293
|
+
(t, e) => b(
|
|
1294
|
+
Object.values(t).filter((s) => s.form_submission === e)
|
|
1278
1295
|
)
|
|
1279
1296
|
)
|
|
1280
1297
|
), cd = zn.reducer, Z = _((t) => t.uuid), Us = Z.getInitialState({}), Un = T({
|
|
@@ -1359,9 +1376,9 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1359
1376
|
updateGeoImage: Ad,
|
|
1360
1377
|
updateGeoImages: Ff,
|
|
1361
1378
|
deleteGeoImage: Bs,
|
|
1362
|
-
deleteGeoImages:
|
|
1363
|
-
} = Gn.actions,
|
|
1364
|
-
p([Sd, (t, e) => e], (t, e) =>
|
|
1379
|
+
deleteGeoImages: bd
|
|
1380
|
+
} = Gn.actions, gd = (t) => t.geoImageReducer.instances, Sd = p([gd], (t) => Object.values(t)), Ns = (t) => (e) => e.geoImageReducer.instances[t], Pf = A(
|
|
1381
|
+
p([Sd, (t, e) => e], (t, e) => b(t.filter((s) => s.project === e)))
|
|
1365
1382
|
), Td = Gn.reducer, te = _((t) => t.uuid), Hs = te.getInitialState({}), Ln = T({
|
|
1366
1383
|
name: "issueAssociations",
|
|
1367
1384
|
initialState: Hs,
|
|
@@ -1390,19 +1407,19 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1390
1407
|
} = Ln.actions, it = (t) => t.issueAssociationReducer.instances, kf = p([it], (t) => Object.values(t)), Od = (t) => (e) => e.issueAssociationReducer.instances[t], Id = A(
|
|
1391
1408
|
p(
|
|
1392
1409
|
[it, (t, e) => e],
|
|
1393
|
-
(t, e) =>
|
|
1410
|
+
(t, e) => b(
|
|
1394
1411
|
Object.values(t).filter((s) => s.associated_issue === e)
|
|
1395
1412
|
)
|
|
1396
1413
|
)
|
|
1397
1414
|
), Fd = A(
|
|
1398
1415
|
p(
|
|
1399
1416
|
[it, (t, e) => e],
|
|
1400
|
-
(t, e) =>
|
|
1417
|
+
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
1401
1418
|
)
|
|
1402
1419
|
), Pd = A(
|
|
1403
1420
|
p(
|
|
1404
1421
|
[it, (t, e) => e],
|
|
1405
|
-
(t, e) =>
|
|
1422
|
+
(t, e) => b(Object.values(t).filter((s) => s.asset === e))
|
|
1406
1423
|
)
|
|
1407
1424
|
), vd = Ln.reducer, se = _((t) => t.uuid), Ys = se.getInitialState({}), Hn = T({
|
|
1408
1425
|
name: "issueAttachments",
|
|
@@ -1435,7 +1452,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1435
1452
|
), Md = A(
|
|
1436
1453
|
p(
|
|
1437
1454
|
[jd, (t, e) => e],
|
|
1438
|
-
(t, e) =>
|
|
1455
|
+
(t, e) => b(t.filter(({ issue: s }) => e === s))
|
|
1439
1456
|
)
|
|
1440
1457
|
), Cd = (t) => (e) => e.issueAttachmentReducer.instances[t], Dd = Hn.reducer, ie = _(
|
|
1441
1458
|
(t) => t.uuid
|
|
@@ -1469,20 +1486,23 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1469
1486
|
(t) => Object.values(t)
|
|
1470
1487
|
), Bd = (t) => (e) => e.issueCommentAttachmentReducer.instances[t], xf = A(
|
|
1471
1488
|
p(
|
|
1472
|
-
[
|
|
1473
|
-
|
|
1489
|
+
[
|
|
1490
|
+
Ld,
|
|
1491
|
+
(t, e) => e
|
|
1492
|
+
],
|
|
1493
|
+
(t, e) => b(t.filter(({ issue_comment: s }) => e === s))
|
|
1474
1494
|
)
|
|
1475
|
-
), Nd = Yn.reducer,
|
|
1495
|
+
), Nd = Yn.reducer, ge = _((t) => t.uuid), Zs = ge.getInitialState({}), Jn = T({
|
|
1476
1496
|
name: "issueComments",
|
|
1477
1497
|
initialState: Zs,
|
|
1478
1498
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, Zs)),
|
|
1479
1499
|
reducers: {
|
|
1480
|
-
addIssueComment:
|
|
1481
|
-
addIssueComments:
|
|
1482
|
-
setIssueComment:
|
|
1483
|
-
setIssueComments:
|
|
1484
|
-
deleteIssueComment:
|
|
1485
|
-
deleteIssueComments:
|
|
1500
|
+
addIssueComment: ge.addOne,
|
|
1501
|
+
addIssueComments: ge.addMany,
|
|
1502
|
+
setIssueComment: ge.setOne,
|
|
1503
|
+
setIssueComments: ge.setMany,
|
|
1504
|
+
deleteIssueComment: ge.deleteOne,
|
|
1505
|
+
deleteIssueComments: ge.deleteMany
|
|
1486
1506
|
}
|
|
1487
1507
|
}), {
|
|
1488
1508
|
setIssueComments: Hd,
|
|
@@ -1492,7 +1512,10 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1492
1512
|
deleteIssueComment: si,
|
|
1493
1513
|
deleteIssueComments: $f
|
|
1494
1514
|
} = Jn.actions, Wd = (t) => t.issueCommentReducer.instances, ii = (t) => (e) => e.issueCommentReducer.instances[t], Vf = A(
|
|
1495
|
-
p(
|
|
1515
|
+
p(
|
|
1516
|
+
[Wd, (t, e) => e],
|
|
1517
|
+
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
1518
|
+
)
|
|
1496
1519
|
), Kd = Jn.reducer, Se = _((t) => t.uuid), ni = Se.getInitialState({}), Qn = T({
|
|
1497
1520
|
name: "issues",
|
|
1498
1521
|
initialState: ni,
|
|
@@ -1514,7 +1537,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1514
1537
|
const n = t[i];
|
|
1515
1538
|
n ? s.push(n) : console.warn("selectIssuesByIds: No issue exists with the id", i);
|
|
1516
1539
|
}
|
|
1517
|
-
return
|
|
1540
|
+
return b(s);
|
|
1518
1541
|
})
|
|
1519
1542
|
), Zd = Qn.reducer, ne = _((t) => t.uuid), oi = ne.getInitialState({}), Xn = T({
|
|
1520
1543
|
name: "issueTypeAttachments",
|
|
@@ -1547,7 +1570,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1547
1570
|
), ru = (t) => (e) => e.issueTypeAttachmentReducer.instances[t], Hf = A(
|
|
1548
1571
|
p(
|
|
1549
1572
|
[cu, (t, e) => e],
|
|
1550
|
-
(t, e) =>
|
|
1573
|
+
(t, e) => b(t.filter(({ issue_type: s }) => e === s))
|
|
1551
1574
|
)
|
|
1552
1575
|
), ou = Xn.reducer, ae = _(
|
|
1553
1576
|
(t) => t.uuid
|
|
@@ -1582,7 +1605,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1582
1605
|
), Xf = A(
|
|
1583
1606
|
p(
|
|
1584
1607
|
[pu, (t, e) => e],
|
|
1585
|
-
(t, e) =>
|
|
1608
|
+
(t, e) => b(
|
|
1586
1609
|
t.filter((s) => s.fields_revision === e)
|
|
1587
1610
|
)
|
|
1588
1611
|
)
|
|
@@ -1612,8 +1635,8 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1612
1635
|
deleteIssueTypeFieldValues: mi,
|
|
1613
1636
|
deleteIssueTypeFieldValuesMany: ny
|
|
1614
1637
|
} = ea.actions, Au = (t) => t.issueTypeFieldValuesReducer.instances, ta = p([Au], (t) => Object.values(t)), ay = A(
|
|
1615
|
-
p([ta, (t, e) => e], (t, e) =>
|
|
1616
|
-
), pi = (t) => (e) => e.issueTypeFieldValuesReducer.instances[t],
|
|
1638
|
+
p([ta, (t, e) => e], (t, e) => b(t.filter((s) => s.issue === e)))
|
|
1639
|
+
), pi = (t) => (e) => e.issueTypeFieldValuesReducer.instances[t], bu = ea.reducer, re = _((t) => t.uuid), fi = re.getInitialState({}), sa = T({
|
|
1617
1640
|
name: "issueTypeFields",
|
|
1618
1641
|
initialState: fi,
|
|
1619
1642
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, fi)),
|
|
@@ -1629,7 +1652,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1629
1652
|
deleteIssueTypeFieldsMany: re.deleteMany
|
|
1630
1653
|
}
|
|
1631
1654
|
}), {
|
|
1632
|
-
initializeIssueTypeFields:
|
|
1655
|
+
initializeIssueTypeFields: gu,
|
|
1633
1656
|
addIssueTypeFields: Su,
|
|
1634
1657
|
addIssueTypeFieldsMany: cy,
|
|
1635
1658
|
setIssueTypeFields: ry,
|
|
@@ -1639,7 +1662,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1639
1662
|
deleteIssueTypeFields: Ru,
|
|
1640
1663
|
deleteIssueTypeFieldsMany: uy
|
|
1641
1664
|
} = sa.actions, _u = (t) => t.issueTypeFieldsReducer.instances, Pt = p([_u], (t) => Object.values(t)), ly = A(
|
|
1642
|
-
p([Pt, (t, e) => e], (t, e) =>
|
|
1665
|
+
p([Pt, (t, e) => e], (t, e) => b(t.filter((s) => s.issue_type === e)))
|
|
1643
1666
|
), hy = A(
|
|
1644
1667
|
p([Pt, (t, e) => e], (t, e) => t.filter((s) => s.issue_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
1645
1668
|
), my = A(
|
|
@@ -1649,7 +1672,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1649
1672
|
const i = new Set(
|
|
1650
1673
|
t.filter((n) => n.issue_type === s).map((n) => n.uuid)
|
|
1651
1674
|
);
|
|
1652
|
-
return
|
|
1675
|
+
return b(e.filter((n) => i.has(n.fields_revision)));
|
|
1653
1676
|
}
|
|
1654
1677
|
)
|
|
1655
1678
|
), py = (t) => (e) => e.issueTypeFieldsReducer.instances[t], Ou = sa.reducer, oe = _(
|
|
@@ -1672,22 +1695,25 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1672
1695
|
}), {
|
|
1673
1696
|
initializeIssueTypeFieldValuesAttachments: Iu,
|
|
1674
1697
|
addIssueTypeFieldValuesAttachment: fy,
|
|
1675
|
-
addIssueTypeFieldValuesAttachments:
|
|
1698
|
+
addIssueTypeFieldValuesAttachments: bt,
|
|
1676
1699
|
setIssueTypeFieldValuesAttachment: yy,
|
|
1677
1700
|
setIssueTypeFieldValuesAttachments: Ay,
|
|
1678
|
-
updateIssueTypeFieldValuesAttachment:
|
|
1701
|
+
updateIssueTypeFieldValuesAttachment: by,
|
|
1679
1702
|
updateIssueTypeFieldValuesAttachments: Fu,
|
|
1680
|
-
deleteIssueTypeFieldValuesAttachment:
|
|
1681
|
-
deleteIssueTypeFieldValuesAttachments:
|
|
1703
|
+
deleteIssueTypeFieldValuesAttachment: gy,
|
|
1704
|
+
deleteIssueTypeFieldValuesAttachments: gt
|
|
1682
1705
|
} = ia.actions, na = (t) => t.issueTypeFieldValuesAttachmentReducer.instances, Pu = p(
|
|
1683
1706
|
[na],
|
|
1684
1707
|
(t) => Object.values(t)
|
|
1685
1708
|
), Sy = (t) => (e) => e.issueTypeFieldValuesAttachmentReducer.instances[t], vu = A(
|
|
1686
1709
|
p(
|
|
1687
|
-
[
|
|
1710
|
+
[
|
|
1711
|
+
na,
|
|
1712
|
+
(t, e) => e
|
|
1713
|
+
],
|
|
1688
1714
|
(t, e) => {
|
|
1689
1715
|
const s = new Set(e);
|
|
1690
|
-
return
|
|
1716
|
+
return b(
|
|
1691
1717
|
Object.values(t).filter((i) => s.has(i.uuid))
|
|
1692
1718
|
);
|
|
1693
1719
|
}
|
|
@@ -1695,7 +1721,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1695
1721
|
), wu = A(
|
|
1696
1722
|
p(
|
|
1697
1723
|
[Pu, (t, e) => e],
|
|
1698
|
-
(t, e) =>
|
|
1724
|
+
(t, e) => b(t.filter((s) => s.field_values === e))
|
|
1699
1725
|
)
|
|
1700
1726
|
), Eu = ia.reducer, Ie = _((t) => t.uuid), Ai = Ie.getInitialState({}), aa = T({
|
|
1701
1727
|
name: "issueTypes",
|
|
@@ -1710,10 +1736,10 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1710
1736
|
updateIssueType: Ie.updateOne,
|
|
1711
1737
|
removeIssueType: Ie.deleteOne
|
|
1712
1738
|
}
|
|
1713
|
-
}), { initializeIssueTypes: ku, setIssueType: Je, addIssueType: qu, updateIssueType: ju, removeIssueType:
|
|
1739
|
+
}), { initializeIssueTypes: ku, setIssueType: Je, addIssueType: qu, updateIssueType: ju, removeIssueType: bi } = aa.actions, Mu = (t) => t.issueTypeReducer.instances, Cu = p(
|
|
1714
1740
|
Mu,
|
|
1715
1741
|
(t) => Object.values(t)
|
|
1716
|
-
),
|
|
1742
|
+
), gi = (t) => (e) => e.issueTypeReducer.instances[t], Ty = (t) => (e) => {
|
|
1717
1743
|
const s = [];
|
|
1718
1744
|
for (const i of t) {
|
|
1719
1745
|
const n = e.issueTypeReducer.instances[i];
|
|
@@ -1723,12 +1749,12 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1723
1749
|
}, Ry = A(
|
|
1724
1750
|
p(
|
|
1725
1751
|
[Cu, (t, e) => e],
|
|
1726
|
-
(t, e) =>
|
|
1752
|
+
(t, e) => b(t.filter((s) => s.organization === e))
|
|
1727
1753
|
)
|
|
1728
1754
|
), ca = A(
|
|
1729
1755
|
p(
|
|
1730
1756
|
[(t) => t.issueReducer.instances, (t, e) => e],
|
|
1731
|
-
(t, e) =>
|
|
1757
|
+
(t, e) => b(
|
|
1732
1758
|
Object.values(t).filter((s) => s.issue_type === e)
|
|
1733
1759
|
)
|
|
1734
1760
|
)
|
|
@@ -1754,7 +1780,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1754
1780
|
} = ra.actions, Gu = (t) => t.issueUpdateReducer.instances, Lu = A(
|
|
1755
1781
|
p(
|
|
1756
1782
|
[Gu, (t, e) => e],
|
|
1757
|
-
(t, e) =>
|
|
1783
|
+
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
1758
1784
|
)
|
|
1759
1785
|
), Bu = ra.reducer, et = _((t) => t.uuid), Ti = et.getInitialState({}), oa = T({
|
|
1760
1786
|
name: "license",
|
|
@@ -1767,7 +1793,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1767
1793
|
}
|
|
1768
1794
|
}), { initializeLicences: Nu, addLicenses: Iy, updateLicense: pe } = oa.actions, vt = (t) => t.licenseReducer.instances, Fy = (t) => (e) => e.licenseReducer.instances[t], Hu = (t) => (e) => Object.values(e.licenseReducer.instances).find((s) => s.project === t), Py = p(
|
|
1769
1795
|
[vt],
|
|
1770
|
-
(t) =>
|
|
1796
|
+
(t) => b(Object.values(t).filter((e) => e.is_active))
|
|
1771
1797
|
), vy = p(
|
|
1772
1798
|
[vt],
|
|
1773
1799
|
(t) => xe(
|
|
@@ -1823,7 +1849,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1823
1849
|
const n = t[i];
|
|
1824
1850
|
n ? s.push(n) : console.warn("selectUsersByIds: No user exists with the uuid", i);
|
|
1825
1851
|
}
|
|
1826
|
-
return
|
|
1852
|
+
return b(s);
|
|
1827
1853
|
})
|
|
1828
1854
|
), tt = _(
|
|
1829
1855
|
(t) => t.uuid
|
|
@@ -1900,7 +1926,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1900
1926
|
deleteProject: ul,
|
|
1901
1927
|
deleteProjects: Qy,
|
|
1902
1928
|
acceptProjectInvite: ll
|
|
1903
|
-
} = fa.actions, hl = fa.reducer, kt = (t) => t.projectReducer.instances, Xy = p([kt], (t) =>
|
|
1929
|
+
} = fa.actions, hl = fa.reducer, kt = (t) => t.projectReducer.instances, Xy = p([kt], (t) => b(Object.values(t))), Zy = (t) => (e) => e.projectReducer.instances[t], ml = p(
|
|
1904
1930
|
[pa],
|
|
1905
1931
|
(t) => Object.values(t).map((e) => e.user)
|
|
1906
1932
|
), pl = p(
|
|
@@ -1908,7 +1934,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1908
1934
|
(t, e) => t.reduce((s, i) => ({ ...s, [i]: e[i] }), {})
|
|
1909
1935
|
), eA = p(
|
|
1910
1936
|
[wt, pl, cl],
|
|
1911
|
-
(t, e, s) =>
|
|
1937
|
+
(t, e, s) => b(
|
|
1912
1938
|
Object.values(e).sort((i, n) => {
|
|
1913
1939
|
if (i.uuid === (t == null ? void 0 : t.uuid))
|
|
1914
1940
|
return -1;
|
|
@@ -1945,34 +1971,34 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
1945
1971
|
deleteOrganizations: oA
|
|
1946
1972
|
} = ya.actions, yl = (t) => t.organizationReducer.instances, Al = p([yl], (t) => Object.values(t)), dA = (t) => (e) => e.organizationReducer.instances[t], uA = p(
|
|
1947
1973
|
[Al],
|
|
1948
|
-
(t) =>
|
|
1974
|
+
(t) => b(
|
|
1949
1975
|
Object.values(t).filter((e) => e.has_access)
|
|
1950
1976
|
)
|
|
1951
|
-
),
|
|
1977
|
+
), bl = p(
|
|
1952
1978
|
[la],
|
|
1953
1979
|
(t) => Object.values(t).map((e) => e.user)
|
|
1954
1980
|
), lA = A(
|
|
1955
1981
|
p(
|
|
1956
1982
|
[kt, (t, e) => e],
|
|
1957
|
-
(t, e) =>
|
|
1983
|
+
(t, e) => b(
|
|
1958
1984
|
Object.values(t).filter((s) => s.organization_owner === e)
|
|
1959
1985
|
)
|
|
1960
1986
|
)
|
|
1961
1987
|
), hA = A(
|
|
1962
1988
|
p(
|
|
1963
1989
|
[vt, (t, e) => e],
|
|
1964
|
-
(t, e) =>
|
|
1990
|
+
(t, e) => b(
|
|
1965
1991
|
Object.values(t).filter((s) => s.organization_owner === e)
|
|
1966
1992
|
)
|
|
1967
1993
|
)
|
|
1968
|
-
),
|
|
1969
|
-
[
|
|
1994
|
+
), gl = p(
|
|
1995
|
+
[bl, Et],
|
|
1970
1996
|
(t, e) => xe(
|
|
1971
1997
|
t.reduce((s, i) => ({ ...s, [i]: e[i] }), {})
|
|
1972
1998
|
)
|
|
1973
1999
|
), mA = p(
|
|
1974
|
-
[wt,
|
|
1975
|
-
(t, e, s) =>
|
|
2000
|
+
[wt, gl, el],
|
|
2001
|
+
(t, e, s) => b(
|
|
1976
2002
|
Object.values(e).sort((i, n) => {
|
|
1977
2003
|
if (i.uuid === (t == null ? void 0 : t.uuid))
|
|
1978
2004
|
return -1;
|
|
@@ -2028,7 +2054,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
2028
2054
|
t.latestRetryTime = e.payload;
|
|
2029
2055
|
}
|
|
2030
2056
|
}
|
|
2031
|
-
}), pA = (t) => t.outboxReducer.deletedRequests, fA = (t) => t.outboxReducer.latestRetryTime, { enqueueRequest: Rl, markForDeletion: yA, markAsDeleted: _l, _setLatestRetryTime: Ol } = Aa.actions, Il = Aa.reducer, le = _((t) => t.uuid), vi = le.getInitialState({}),
|
|
2057
|
+
}), pA = (t) => t.outboxReducer.deletedRequests, fA = (t) => t.outboxReducer.latestRetryTime, { enqueueRequest: Rl, markForDeletion: yA, markAsDeleted: _l, _setLatestRetryTime: Ol } = Aa.actions, Il = Aa.reducer, le = _((t) => t.uuid), vi = le.getInitialState({}), ba = T({
|
|
2032
2058
|
name: "projectAttachments",
|
|
2033
2059
|
initialState: vi,
|
|
2034
2060
|
extraReducers: (t) => t.addCase("RESET", (e) => Object.assign(e, vi)),
|
|
@@ -2049,19 +2075,19 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
2049
2075
|
addProjectAttachments: Pl,
|
|
2050
2076
|
setProjectAttachment: vl,
|
|
2051
2077
|
setProjectAttachments: wl,
|
|
2052
|
-
updateProjectAttachment:
|
|
2078
|
+
updateProjectAttachment: bA,
|
|
2053
2079
|
updateProjectAttachments: El,
|
|
2054
2080
|
deleteProjectAttachment: kl,
|
|
2055
|
-
deleteProjectAttachments:
|
|
2056
|
-
} =
|
|
2081
|
+
deleteProjectAttachments: ga
|
|
2082
|
+
} = ba.actions, ql = (t) => t.projectAttachmentReducer.instances, jl = p(
|
|
2057
2083
|
[ql],
|
|
2058
2084
|
(t) => Object.values(t)
|
|
2059
2085
|
), Ml = (t) => (e) => e.projectAttachmentReducer.instances[t], Cl = A(
|
|
2060
2086
|
p(
|
|
2061
2087
|
[jl, (t, e) => e],
|
|
2062
|
-
(t, e) =>
|
|
2088
|
+
(t, e) => b(t.filter(({ project: s }) => e === s))
|
|
2063
2089
|
)
|
|
2064
|
-
), Dl =
|
|
2090
|
+
), Dl = ba.reducer, he = _((t) => t.uuid), wi = he.getInitialState({
|
|
2065
2091
|
activeProjectFileId: null,
|
|
2066
2092
|
isImportingProjectFile: !1
|
|
2067
2093
|
}), Sa = T({
|
|
@@ -2103,7 +2129,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
2103
2129
|
}
|
|
2104
2130
|
}), {
|
|
2105
2131
|
initializeProjectFiles: zl,
|
|
2106
|
-
setProjectFile:
|
|
2132
|
+
setProjectFile: gA,
|
|
2107
2133
|
setProjectFiles: SA,
|
|
2108
2134
|
addProjectFile: TA,
|
|
2109
2135
|
addProjectFiles: xl,
|
|
@@ -2116,7 +2142,7 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
2116
2142
|
setActiveProjectFileId: Gl,
|
|
2117
2143
|
saveActiveProjectFileBounds: Ll,
|
|
2118
2144
|
resetProjectFileObjectUrls: _A
|
|
2119
|
-
} = Sa.actions, Bl = (t) => t.projectFileReducer.instances, Nl = p([Bl], (t) =>
|
|
2145
|
+
} = Sa.actions, Bl = (t) => t.projectFileReducer.instances, Nl = p([Bl], (t) => b(Object.values(t).sort((e, s) => e.z_index - s.z_index))), OA = (t) => (e) => e.projectFileReducer.instances[t], IA = (t) => t.projectFileReducer.activeProjectFileId, FA = (t) => t.projectFileReducer.isImportingProjectFile, Hl = Sa.reducer, Wl = {
|
|
2120
2146
|
isRehydrated: !1
|
|
2121
2147
|
}, Ta = T({
|
|
2122
2148
|
name: "rehydrated",
|
|
@@ -2147,16 +2173,16 @@ const ke = _((t) => t.uuid), Ct = ke.getInitialState({}), Li = T({
|
|
|
2147
2173
|
const n = t[i];
|
|
2148
2174
|
n ? s.push(n) : console.warn("selectTeamsByIds: No team exists with the id", i);
|
|
2149
2175
|
}
|
|
2150
|
-
return
|
|
2176
|
+
return b(s);
|
|
2151
2177
|
}
|
|
2152
2178
|
)
|
|
2153
2179
|
), EA = A(
|
|
2154
2180
|
p(
|
|
2155
2181
|
[Oa, (t, e) => e],
|
|
2156
|
-
(t, e) =>
|
|
2182
|
+
(t, e) => b(t.filter((s) => s.organization === e))
|
|
2157
2183
|
)
|
|
2158
2184
|
), kA = A(
|
|
2159
|
-
p([Oa, (t, e) => e], (t, e) =>
|
|
2185
|
+
p([Oa, (t, e) => e], (t, e) => b(t.filter((s) => s.members.includes(e))))
|
|
2160
2186
|
), Ql = Ra.reducer, Xl = {
|
|
2161
2187
|
version: 0
|
|
2162
2188
|
}, Zl = T({
|
|
@@ -2204,7 +2230,7 @@ const wa = "versioning", Ea = () => qa.length - 1, ka = (t) => (t[wa] = { versio
|
|
|
2204
2230
|
assetReducer: ur,
|
|
2205
2231
|
assetAttachmentReducer: Pc,
|
|
2206
2232
|
assetStageCompletionReducer: pr,
|
|
2207
|
-
assetStageReducer:
|
|
2233
|
+
assetStageReducer: gr,
|
|
2208
2234
|
assetTypeReducer: io,
|
|
2209
2235
|
assetTypeAttachmentReducer: Er,
|
|
2210
2236
|
issueReducer: Zd,
|
|
@@ -2230,14 +2256,14 @@ const wa = "versioning", Ea = () => qa.length - 1, ka = (t) => (t[wa] = { versio
|
|
|
2230
2256
|
documentsReducer: Fo,
|
|
2231
2257
|
documentAttachmentReducer: So,
|
|
2232
2258
|
teamReducer: Ql,
|
|
2233
|
-
agentsReducer:
|
|
2259
|
+
agentsReducer: gc,
|
|
2234
2260
|
issueCommentReducer: Kd,
|
|
2235
2261
|
issueCommentAttachmentReducer: Nd,
|
|
2236
2262
|
issueUpdateReducer: Bu,
|
|
2237
2263
|
geoImageReducer: Td,
|
|
2238
2264
|
issueAssociationReducer: vd,
|
|
2239
2265
|
issueTypeFieldsReducer: Ou,
|
|
2240
|
-
issueTypeFieldValuesReducer:
|
|
2266
|
+
issueTypeFieldValuesReducer: bu,
|
|
2241
2267
|
issueTypeFieldsAttachmentReducer: fu,
|
|
2242
2268
|
issueTypeFieldValuesAttachmentReducer: Eu,
|
|
2243
2269
|
assetTypeFieldsReducer: Lr,
|
|
@@ -2329,11 +2355,11 @@ async function Ma(t, e) {
|
|
|
2329
2355
|
...a,
|
|
2330
2356
|
...c.request
|
|
2331
2357
|
}, R = c.request;
|
|
2332
|
-
let
|
|
2358
|
+
let g = R.url;
|
|
2333
2359
|
const F = h ? await e.files.fetchCache(h) : void 0;
|
|
2334
2360
|
if (h && !F)
|
|
2335
2361
|
throw new Error(`Cannot upload file ${h} because it's not cached.`);
|
|
2336
|
-
!m && !
|
|
2362
|
+
!m && !g.startsWith("http") && (!g.startsWith("/") && !g.startsWith("blob:") && (g = "/" + g), g = t.meta.offline.effect.BASE_URL + g);
|
|
2337
2363
|
const k = (v) => {
|
|
2338
2364
|
if (h) {
|
|
2339
2365
|
const M = R.s3url;
|
|
@@ -2346,21 +2372,21 @@ async function Ma(t, e) {
|
|
|
2346
2372
|
}
|
|
2347
2373
|
return v.send(o);
|
|
2348
2374
|
}, xa = {
|
|
2349
|
-
[d.GET]: () => S ? Oe.get(
|
|
2375
|
+
[d.GET]: () => S ? Oe.get(g.toString()).responseType("blob") : Oe.get(g.toString()),
|
|
2350
2376
|
[d.POST]: () => {
|
|
2351
|
-
const v = Oe.post(
|
|
2377
|
+
const v = Oe.post(g.toString());
|
|
2352
2378
|
return k(v);
|
|
2353
2379
|
},
|
|
2354
2380
|
[d.PATCH]: () => {
|
|
2355
|
-
const v = Oe.patch(
|
|
2381
|
+
const v = Oe.patch(g.toString());
|
|
2356
2382
|
return k(v);
|
|
2357
2383
|
},
|
|
2358
2384
|
[d.PUT]: () => {
|
|
2359
|
-
const v = Oe.put(
|
|
2385
|
+
const v = Oe.put(g.toString());
|
|
2360
2386
|
return k(v);
|
|
2361
2387
|
},
|
|
2362
2388
|
[d.DELETE]: () => {
|
|
2363
|
-
const v = Oe.delete(
|
|
2389
|
+
const v = Oe.delete(g.toString());
|
|
2364
2390
|
return k(v);
|
|
2365
2391
|
}
|
|
2366
2392
|
}[r];
|
|
@@ -2419,15 +2445,15 @@ class Ah extends Ca {
|
|
|
2419
2445
|
return super.run(e);
|
|
2420
2446
|
}
|
|
2421
2447
|
}
|
|
2422
|
-
class
|
|
2448
|
+
class bh extends Ca {
|
|
2423
2449
|
async run(e) {
|
|
2424
2450
|
return super.run(e);
|
|
2425
2451
|
}
|
|
2426
2452
|
}
|
|
2427
|
-
const
|
|
2453
|
+
const gh = new Ah().then(new bh()).compile();
|
|
2428
2454
|
function Sh(t) {
|
|
2429
2455
|
var e;
|
|
2430
|
-
return (e =
|
|
2456
|
+
return (e = gh[0]) == null ? void 0 : e.run(t);
|
|
2431
2457
|
}
|
|
2432
2458
|
const Da = [400, 409, 403, 404, 405, 500];
|
|
2433
2459
|
function za(t, e, s = 0) {
|
|
@@ -2771,7 +2797,7 @@ class DA extends I {
|
|
|
2771
2797
|
blocks: ["prompt"],
|
|
2772
2798
|
queryParams: { conversation_id: s }
|
|
2773
2799
|
}).then((n) => {
|
|
2774
|
-
this.dispatch(
|
|
2800
|
+
this.dispatch(bc(n));
|
|
2775
2801
|
});
|
|
2776
2802
|
}
|
|
2777
2803
|
async fetchDetails(e) {
|
|
@@ -3097,13 +3123,13 @@ class $A extends E {
|
|
|
3097
3123
|
for (const u of a) {
|
|
3098
3124
|
const h = {}, m = [];
|
|
3099
3125
|
for (const f of u) {
|
|
3100
|
-
const { fieldValuesUuid: S, fieldIdentifier: R, file:
|
|
3126
|
+
const { fieldValuesUuid: S, fieldIdentifier: R, file: g } = f, F = await this.getFilePayload(g);
|
|
3101
3127
|
F.sha1 in h || (h[F.sha1] = F);
|
|
3102
3128
|
const k = O(
|
|
3103
3129
|
{
|
|
3104
|
-
file: URL.createObjectURL(
|
|
3105
|
-
file_type:
|
|
3106
|
-
file_name:
|
|
3130
|
+
file: URL.createObjectURL(g),
|
|
3131
|
+
file_type: g.type,
|
|
3132
|
+
file_name: g.name,
|
|
3107
3133
|
file_sha1: F.sha1,
|
|
3108
3134
|
created_by: n,
|
|
3109
3135
|
field_values: S,
|
|
@@ -3114,7 +3140,7 @@ class $A extends E {
|
|
|
3114
3140
|
c.push(k);
|
|
3115
3141
|
const Ve = {
|
|
3116
3142
|
uuid: k.uuid,
|
|
3117
|
-
file_name:
|
|
3143
|
+
file_name: g.name,
|
|
3118
3144
|
file_sha1: F.sha1,
|
|
3119
3145
|
file_extension: F.extension,
|
|
3120
3146
|
field_identifier: R,
|
|
@@ -3318,7 +3344,7 @@ class GA extends I {
|
|
|
3318
3344
|
this.dispatch(Kc(a));
|
|
3319
3345
|
const l = [];
|
|
3320
3346
|
for (const u of o) {
|
|
3321
|
-
const h = u.field_values.map((
|
|
3347
|
+
const h = u.field_values.map((g) => g.asset), m = u.field_values.map((g) => g.fields_revision), f = u.field_values.map((g) => g.asset_procedure_instance), S = u.field_values.map((g) => g.uuid), R = this.enqueueRequest({
|
|
3322
3348
|
description: "Bulk add asset procedure field values",
|
|
3323
3349
|
method: d.POST,
|
|
3324
3350
|
url: "/asset-procedure-field-values/bulk/",
|
|
@@ -3641,7 +3667,7 @@ class NA extends I {
|
|
|
3641
3667
|
r && S.push(r);
|
|
3642
3668
|
const R = f;
|
|
3643
3669
|
R.push(h);
|
|
3644
|
-
const
|
|
3670
|
+
const g = this.enqueueRequest({
|
|
3645
3671
|
description: "Batch create assets",
|
|
3646
3672
|
method: d.POST,
|
|
3647
3673
|
url: "/assets/bulk/",
|
|
@@ -3649,7 +3675,7 @@ class NA extends I {
|
|
|
3649
3675
|
blockers: S,
|
|
3650
3676
|
blocks: R
|
|
3651
3677
|
});
|
|
3652
|
-
r = u.batchId, l.push(
|
|
3678
|
+
r = u.batchId, l.push(g);
|
|
3653
3679
|
}
|
|
3654
3680
|
return Promise.all(l).then((u) => {
|
|
3655
3681
|
const h = u.flat();
|
|
@@ -3845,7 +3871,7 @@ class WA extends I {
|
|
|
3845
3871
|
return a.then((c) => {
|
|
3846
3872
|
this.dispatch(us(c));
|
|
3847
3873
|
}).catch(() => {
|
|
3848
|
-
this.dispatch(
|
|
3874
|
+
this.dispatch(br(i));
|
|
3849
3875
|
}), [n, a];
|
|
3850
3876
|
}
|
|
3851
3877
|
async refreshStore(e) {
|
|
@@ -4021,12 +4047,12 @@ class QA extends E {
|
|
|
4021
4047
|
for (const u of a) {
|
|
4022
4048
|
const h = {}, m = [];
|
|
4023
4049
|
for (const f of u) {
|
|
4024
|
-
const { fieldValuesUuid: S, fieldIdentifier: R, file:
|
|
4050
|
+
const { fieldValuesUuid: S, fieldIdentifier: R, file: g } = f, F = await this.getFilePayload(g);
|
|
4025
4051
|
F.sha1 in h || (h[F.sha1] = F);
|
|
4026
4052
|
const k = O({
|
|
4027
|
-
file: URL.createObjectURL(
|
|
4028
|
-
file_type:
|
|
4029
|
-
file_name:
|
|
4053
|
+
file: URL.createObjectURL(g),
|
|
4054
|
+
file_type: g.type,
|
|
4055
|
+
file_name: g.name,
|
|
4030
4056
|
file_sha1: F.sha1,
|
|
4031
4057
|
created_by: n,
|
|
4032
4058
|
field_values: S,
|
|
@@ -4036,7 +4062,7 @@ class QA extends E {
|
|
|
4036
4062
|
c.push(k);
|
|
4037
4063
|
const Ve = {
|
|
4038
4064
|
uuid: k.uuid,
|
|
4039
|
-
file_name:
|
|
4065
|
+
file_name: g.name,
|
|
4040
4066
|
file_sha1: F.sha1,
|
|
4041
4067
|
file_extension: F.extension,
|
|
4042
4068
|
field_identifier: R,
|
|
@@ -4119,8 +4145,8 @@ class XA extends I {
|
|
|
4119
4145
|
blockers: [e.asset, e.fields_revision],
|
|
4120
4146
|
blocks: [n.uuid]
|
|
4121
4147
|
});
|
|
4122
|
-
return this.dispatch(
|
|
4123
|
-
this.dispatch(
|
|
4148
|
+
return this.dispatch(bs(n)), a.then((o) => (this.dispatch(He(o)), o)).catch(() => {
|
|
4149
|
+
this.dispatch(gs(n.uuid));
|
|
4124
4150
|
}), [n, a];
|
|
4125
4151
|
}
|
|
4126
4152
|
bulkAdd(e, s) {
|
|
@@ -4200,7 +4226,7 @@ class XA extends I {
|
|
|
4200
4226
|
if (!n)
|
|
4201
4227
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
4202
4228
|
const a = Kr(e)(i);
|
|
4203
|
-
this.dispatch(
|
|
4229
|
+
this.dispatch(gs(e)), this.dispatch(ft(a.map((c) => c.uuid)));
|
|
4204
4230
|
try {
|
|
4205
4231
|
await this.enqueueRequest({
|
|
4206
4232
|
description: "Delete asset type field values",
|
|
@@ -4210,7 +4236,7 @@ class XA extends I {
|
|
|
4210
4236
|
blocks: []
|
|
4211
4237
|
});
|
|
4212
4238
|
} catch (c) {
|
|
4213
|
-
throw this.dispatch(
|
|
4239
|
+
throw this.dispatch(bs(n)), this.dispatch(pt(a)), c;
|
|
4214
4240
|
}
|
|
4215
4241
|
}
|
|
4216
4242
|
async refreshStore(e) {
|
|
@@ -4306,7 +4332,7 @@ class ZA extends I {
|
|
|
4306
4332
|
this.dispatch(so(s));
|
|
4307
4333
|
}
|
|
4308
4334
|
}
|
|
4309
|
-
class
|
|
4335
|
+
class eb extends I {
|
|
4310
4336
|
add(e) {
|
|
4311
4337
|
var o;
|
|
4312
4338
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.uuid, n = (/* @__PURE__ */ new Date()).toISOString(), a = O({
|
|
@@ -4371,7 +4397,7 @@ class eg extends I {
|
|
|
4371
4397
|
this.dispatch(co(s));
|
|
4372
4398
|
}
|
|
4373
4399
|
}
|
|
4374
|
-
class
|
|
4400
|
+
class tb extends _e {
|
|
4375
4401
|
constructor() {
|
|
4376
4402
|
super(...arguments);
|
|
4377
4403
|
y(this, "name", "Document Attachment");
|
|
@@ -4381,7 +4407,7 @@ class tg extends _e {
|
|
|
4381
4407
|
y(this, "removeAttachments", yo);
|
|
4382
4408
|
y(this, "removeAttachment", fo);
|
|
4383
4409
|
y(this, "setAttachment", mo);
|
|
4384
|
-
y(this, "selectAttachment",
|
|
4410
|
+
y(this, "selectAttachment", go);
|
|
4385
4411
|
}
|
|
4386
4412
|
buildOfflineAttachment(s) {
|
|
4387
4413
|
return O({
|
|
@@ -4408,7 +4434,7 @@ class tg extends _e {
|
|
|
4408
4434
|
for (const m of s) {
|
|
4409
4435
|
const { documentUuid: f, file: S } = m, R = await this.getFilePayload(S);
|
|
4410
4436
|
R.sha1 in l || (l[R.sha1] = R, r[R.sha1] = []);
|
|
4411
|
-
const
|
|
4437
|
+
const g = this.buildOfflineAttachment({
|
|
4412
4438
|
file: S,
|
|
4413
4439
|
file_sha1: R.sha1,
|
|
4414
4440
|
submitted_at: a,
|
|
@@ -4416,14 +4442,14 @@ class tg extends _e {
|
|
|
4416
4442
|
description: "",
|
|
4417
4443
|
modelUuid: f
|
|
4418
4444
|
});
|
|
4419
|
-
c.push(
|
|
4420
|
-
uuid:
|
|
4421
|
-
file_name:
|
|
4422
|
-
file_sha1:
|
|
4445
|
+
c.push(g), o.push({
|
|
4446
|
+
uuid: g.uuid,
|
|
4447
|
+
file_name: g.file_name,
|
|
4448
|
+
file_sha1: g.file_sha1,
|
|
4423
4449
|
file_extension: R.extension,
|
|
4424
|
-
description:
|
|
4450
|
+
description: g.description,
|
|
4425
4451
|
document: f
|
|
4426
|
-
}), r[R.sha1].push(
|
|
4452
|
+
}), r[R.sha1].push(g.uuid);
|
|
4427
4453
|
}
|
|
4428
4454
|
this.dispatch(this.addAttachments(c));
|
|
4429
4455
|
const u = this.enqueueRequest({
|
|
@@ -4441,8 +4467,8 @@ class tg extends _e {
|
|
|
4441
4467
|
return u.then(({ attachments: m, presigned_urls: f }) => {
|
|
4442
4468
|
this.dispatch(this.updateAttachments(m));
|
|
4443
4469
|
const S = this.processPresignedUrls(f);
|
|
4444
|
-
for (const [R,
|
|
4445
|
-
|
|
4470
|
+
for (const [R, g] of Object.entries(S))
|
|
4471
|
+
g.then(() => {
|
|
4446
4472
|
const F = r[R];
|
|
4447
4473
|
for (const k of F)
|
|
4448
4474
|
this.makeReadable(k);
|
|
@@ -4486,7 +4512,7 @@ class tg extends _e {
|
|
|
4486
4512
|
this.dispatch(this.addAttachments(a));
|
|
4487
4513
|
}
|
|
4488
4514
|
}
|
|
4489
|
-
class
|
|
4515
|
+
class sb extends I {
|
|
4490
4516
|
add(e) {
|
|
4491
4517
|
var o;
|
|
4492
4518
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.uuid, n = (/* @__PURE__ */ new Date()).toISOString(), a = O({
|
|
@@ -4602,7 +4628,7 @@ class sg extends I {
|
|
|
4602
4628
|
this.dispatch(To([...await i, ...await n]));
|
|
4603
4629
|
}
|
|
4604
4630
|
}
|
|
4605
|
-
class
|
|
4631
|
+
class ib extends I {
|
|
4606
4632
|
async add(e, s) {
|
|
4607
4633
|
return this.enqueueRequest({
|
|
4608
4634
|
description: "Add email domain to organization",
|
|
@@ -4635,7 +4661,7 @@ class ig extends I {
|
|
|
4635
4661
|
this.dispatch(vo(s));
|
|
4636
4662
|
}
|
|
4637
4663
|
}
|
|
4638
|
-
class
|
|
4664
|
+
class nb extends I {
|
|
4639
4665
|
async getVerificationCode(e) {
|
|
4640
4666
|
return this.enqueueRequest({
|
|
4641
4667
|
description: "Get verification code",
|
|
@@ -4661,7 +4687,7 @@ class ng extends I {
|
|
|
4661
4687
|
const Qe = {}, ot = /* @__PURE__ */ new Set();
|
|
4662
4688
|
let Xe = 0, dt = 0, ut = 0;
|
|
4663
4689
|
const Fh = 20;
|
|
4664
|
-
class
|
|
4690
|
+
class ab extends I {
|
|
4665
4691
|
constructor() {
|
|
4666
4692
|
super(...arguments);
|
|
4667
4693
|
y(this, "host");
|
|
@@ -4818,7 +4844,7 @@ class ag extends I {
|
|
|
4818
4844
|
return r;
|
|
4819
4845
|
}
|
|
4820
4846
|
}
|
|
4821
|
-
class
|
|
4847
|
+
class cb extends E {
|
|
4822
4848
|
async bulkAdd(e) {
|
|
4823
4849
|
var l;
|
|
4824
4850
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.uuid, n = {}, a = [], c = [];
|
|
@@ -4881,7 +4907,7 @@ class cg extends E {
|
|
|
4881
4907
|
this.dispatch(xo(s));
|
|
4882
4908
|
}
|
|
4883
4909
|
}
|
|
4884
|
-
class
|
|
4910
|
+
class rb extends E {
|
|
4885
4911
|
add(e) {
|
|
4886
4912
|
var o;
|
|
4887
4913
|
const { store: s } = this.client, n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.uuid, a = O({
|
|
@@ -4918,7 +4944,7 @@ class rg extends E {
|
|
|
4918
4944
|
this.dispatch(Ho(s));
|
|
4919
4945
|
}
|
|
4920
4946
|
}
|
|
4921
|
-
const
|
|
4947
|
+
const ob = async (t) => {
|
|
4922
4948
|
const e = {}, s = [];
|
|
4923
4949
|
for (const i of t) {
|
|
4924
4950
|
if (i.type !== "section")
|
|
@@ -4942,7 +4968,7 @@ const og = async (t) => {
|
|
|
4942
4968
|
}
|
|
4943
4969
|
return { fields: s, images: e };
|
|
4944
4970
|
};
|
|
4945
|
-
class
|
|
4971
|
+
class db extends E {
|
|
4946
4972
|
add(e, s) {
|
|
4947
4973
|
var r;
|
|
4948
4974
|
const { store: i } = this.client, n = (/* @__PURE__ */ new Date()).toISOString(), a = (r = i.getState().userReducer.currentUser) == null ? void 0 : r.uuid, c = O({
|
|
@@ -5011,7 +5037,7 @@ class dg extends E {
|
|
|
5011
5037
|
this.dispatch(Xo(s));
|
|
5012
5038
|
}
|
|
5013
5039
|
}
|
|
5014
|
-
class
|
|
5040
|
+
class ub extends E {
|
|
5015
5041
|
async bulkAdd(e) {
|
|
5016
5042
|
var l;
|
|
5017
5043
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.uuid, n = {}, a = [], c = [];
|
|
@@ -5092,7 +5118,7 @@ class ug extends E {
|
|
|
5092
5118
|
this.dispatch(sd(s));
|
|
5093
5119
|
}
|
|
5094
5120
|
}
|
|
5095
|
-
class
|
|
5121
|
+
class lb extends E {
|
|
5096
5122
|
async add(e) {
|
|
5097
5123
|
var h;
|
|
5098
5124
|
const { store: s } = this.client, { file: i, ...n } = e, a = (/* @__PURE__ */ new Date()).toISOString(), c = (h = s.getState().userReducer.currentUser) == null ? void 0 : h.uuid, o = n.project, l = await this.getFilePayload(i), r = O({
|
|
@@ -5137,7 +5163,7 @@ class lg extends E {
|
|
|
5137
5163
|
for (const m of e) {
|
|
5138
5164
|
const { file: f, ...S } = m, R = await this.getFilePayload(f);
|
|
5139
5165
|
R.sha1 in r || (r[R.sha1] = R);
|
|
5140
|
-
const
|
|
5166
|
+
const g = O({
|
|
5141
5167
|
...S,
|
|
5142
5168
|
file_name: f.name,
|
|
5143
5169
|
file_sha1: R.sha1,
|
|
@@ -5146,16 +5172,16 @@ class lg extends E {
|
|
|
5146
5172
|
created_by: a,
|
|
5147
5173
|
project: s
|
|
5148
5174
|
});
|
|
5149
|
-
c.push(
|
|
5150
|
-
uuid:
|
|
5151
|
-
sha1:
|
|
5152
|
-
file_name:
|
|
5153
|
-
title:
|
|
5154
|
-
description:
|
|
5155
|
-
geo_marker:
|
|
5156
|
-
canvas_marker:
|
|
5157
|
-
direction:
|
|
5158
|
-
original_date:
|
|
5175
|
+
c.push(g), o.push(g.uuid), l.push({
|
|
5176
|
+
uuid: g.uuid,
|
|
5177
|
+
sha1: g.file_sha1,
|
|
5178
|
+
file_name: g.file_name,
|
|
5179
|
+
title: g.title,
|
|
5180
|
+
description: g.description,
|
|
5181
|
+
geo_marker: g.geo_marker,
|
|
5182
|
+
canvas_marker: g.canvas_marker,
|
|
5183
|
+
direction: g.direction,
|
|
5184
|
+
original_date: g.original_date
|
|
5159
5185
|
});
|
|
5160
5186
|
}
|
|
5161
5187
|
this.dispatch(yd(c));
|
|
@@ -5175,7 +5201,7 @@ class lg extends E {
|
|
|
5175
5201
|
return u.then((m) => {
|
|
5176
5202
|
this.processPresignedUrls(m.presigned_urls), this.dispatch(pd(m.geo_images));
|
|
5177
5203
|
}).catch(() => {
|
|
5178
|
-
this.dispatch(
|
|
5204
|
+
this.dispatch(bd(o));
|
|
5179
5205
|
}), [c, u.then((m) => m.geo_images)];
|
|
5180
5206
|
}
|
|
5181
5207
|
update(e) {
|
|
@@ -5225,7 +5251,7 @@ class lg extends E {
|
|
|
5225
5251
|
this.dispatch(md(s));
|
|
5226
5252
|
}
|
|
5227
5253
|
}
|
|
5228
|
-
class
|
|
5254
|
+
class hb extends I {
|
|
5229
5255
|
add(e) {
|
|
5230
5256
|
var o;
|
|
5231
5257
|
const { store: s } = this.client, i = (/* @__PURE__ */ new Date()).toISOString(), n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.uuid, a = O({
|
|
@@ -5280,7 +5306,7 @@ class hg extends I {
|
|
|
5280
5306
|
this.dispatch(Rd(s));
|
|
5281
5307
|
}
|
|
5282
5308
|
}
|
|
5283
|
-
class
|
|
5309
|
+
class mb extends _e {
|
|
5284
5310
|
constructor() {
|
|
5285
5311
|
super(...arguments);
|
|
5286
5312
|
y(this, "name", "Issue Attachment");
|
|
@@ -5331,7 +5357,7 @@ class mg extends _e {
|
|
|
5331
5357
|
this.dispatch(Js(i));
|
|
5332
5358
|
}
|
|
5333
5359
|
}
|
|
5334
|
-
class
|
|
5360
|
+
class pb extends _e {
|
|
5335
5361
|
constructor() {
|
|
5336
5362
|
super(...arguments);
|
|
5337
5363
|
y(this, "name", "Issue Comment Attachment");
|
|
@@ -5382,7 +5408,7 @@ class pg extends _e {
|
|
|
5382
5408
|
this.dispatch(Xs(i));
|
|
5383
5409
|
}
|
|
5384
5410
|
}
|
|
5385
|
-
class
|
|
5411
|
+
class fb extends I {
|
|
5386
5412
|
add(e) {
|
|
5387
5413
|
var a;
|
|
5388
5414
|
const { store: s } = this.client, i = O({
|
|
@@ -5454,7 +5480,7 @@ class fg extends I {
|
|
|
5454
5480
|
this.dispatch(Hd(s));
|
|
5455
5481
|
}
|
|
5456
5482
|
}
|
|
5457
|
-
class
|
|
5483
|
+
class yb extends I {
|
|
5458
5484
|
add(e) {
|
|
5459
5485
|
var l;
|
|
5460
5486
|
const { store: s } = this.client, i = s.getState(), n = (/* @__PURE__ */ new Date()).toISOString(), a = (l = i.userReducer.currentUser) == null ? void 0 : l.uuid, c = O({
|
|
@@ -5596,7 +5622,7 @@ class yg extends I {
|
|
|
5596
5622
|
this.dispatch(Yd(s));
|
|
5597
5623
|
}
|
|
5598
5624
|
}
|
|
5599
|
-
class
|
|
5625
|
+
class Ab extends _e {
|
|
5600
5626
|
constructor() {
|
|
5601
5627
|
super(...arguments);
|
|
5602
5628
|
y(this, "name", "Issue Type Attachment");
|
|
@@ -5647,7 +5673,7 @@ class Ag extends _e {
|
|
|
5647
5673
|
this.dispatch(di(i));
|
|
5648
5674
|
}
|
|
5649
5675
|
}
|
|
5650
|
-
class
|
|
5676
|
+
class bb extends E {
|
|
5651
5677
|
async bulkAdd(e) {
|
|
5652
5678
|
var l;
|
|
5653
5679
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.uuid, n = {}, a = [], c = [];
|
|
@@ -5712,7 +5738,7 @@ class gg extends E {
|
|
|
5712
5738
|
this.dispatch(du(s));
|
|
5713
5739
|
}
|
|
5714
5740
|
}
|
|
5715
|
-
class
|
|
5741
|
+
class gb extends I {
|
|
5716
5742
|
add(e) {
|
|
5717
5743
|
var o;
|
|
5718
5744
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.uuid, n = (/* @__PURE__ */ new Date()).toISOString(), a = O({
|
|
@@ -5746,10 +5772,10 @@ class bg extends I {
|
|
|
5746
5772
|
blockers: [],
|
|
5747
5773
|
blocks: []
|
|
5748
5774
|
});
|
|
5749
|
-
this.dispatch(
|
|
5775
|
+
this.dispatch(gu(s));
|
|
5750
5776
|
}
|
|
5751
5777
|
}
|
|
5752
|
-
class
|
|
5778
|
+
class Sb extends E {
|
|
5753
5779
|
async bulkAdd(e) {
|
|
5754
5780
|
var l;
|
|
5755
5781
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.uuid, n = {}, a = [], c = [];
|
|
@@ -5777,7 +5803,7 @@ class Sg extends E {
|
|
|
5777
5803
|
};
|
|
5778
5804
|
c.push(R);
|
|
5779
5805
|
}
|
|
5780
|
-
this.dispatch(
|
|
5806
|
+
this.dispatch(bt(a));
|
|
5781
5807
|
const o = this.enqueueRequest({
|
|
5782
5808
|
description: "Add issue type field values attachments",
|
|
5783
5809
|
method: d.POST,
|
|
@@ -5794,7 +5820,7 @@ class Sg extends E {
|
|
|
5794
5820
|
this.processPresignedUrls(r), this.dispatch(Fu(u));
|
|
5795
5821
|
}).catch((r) => {
|
|
5796
5822
|
throw this.dispatch(
|
|
5797
|
-
|
|
5823
|
+
gt(
|
|
5798
5824
|
a.map((u) => u.uuid)
|
|
5799
5825
|
)
|
|
5800
5826
|
), r;
|
|
@@ -5802,7 +5828,7 @@ class Sg extends E {
|
|
|
5802
5828
|
}
|
|
5803
5829
|
async bulkDelete(e) {
|
|
5804
5830
|
const { store: s } = this.client, i = s.getState(), n = vu(e)(i);
|
|
5805
|
-
this.dispatch(
|
|
5831
|
+
this.dispatch(gt(e));
|
|
5806
5832
|
try {
|
|
5807
5833
|
await this.enqueueRequest({
|
|
5808
5834
|
description: "Delete issue type field values attachments",
|
|
@@ -5813,7 +5839,7 @@ class Sg extends E {
|
|
|
5813
5839
|
blocks: []
|
|
5814
5840
|
});
|
|
5815
5841
|
} catch (a) {
|
|
5816
|
-
throw this.dispatch(
|
|
5842
|
+
throw this.dispatch(bt(n)), a;
|
|
5817
5843
|
}
|
|
5818
5844
|
}
|
|
5819
5845
|
async refreshStore(e) {
|
|
@@ -5830,7 +5856,7 @@ class Sg extends E {
|
|
|
5830
5856
|
this.dispatch(Iu(s));
|
|
5831
5857
|
}
|
|
5832
5858
|
}
|
|
5833
|
-
class
|
|
5859
|
+
class Tb extends I {
|
|
5834
5860
|
add(e) {
|
|
5835
5861
|
var c;
|
|
5836
5862
|
const { store: s } = this.client, i = s.getState(), n = O({
|
|
@@ -5881,7 +5907,7 @@ class Tg extends I {
|
|
|
5881
5907
|
if (!n)
|
|
5882
5908
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
5883
5909
|
const a = wu(e)(i);
|
|
5884
|
-
this.dispatch(mi(e)), this.dispatch(
|
|
5910
|
+
this.dispatch(mi(e)), this.dispatch(gt(a.map((c) => c.uuid)));
|
|
5885
5911
|
try {
|
|
5886
5912
|
await this.enqueueRequest({
|
|
5887
5913
|
description: "Delete issue type field values",
|
|
@@ -5891,7 +5917,7 @@ class Tg extends I {
|
|
|
5891
5917
|
blocks: []
|
|
5892
5918
|
});
|
|
5893
5919
|
} catch (c) {
|
|
5894
|
-
throw this.dispatch(hi(n)), this.dispatch(
|
|
5920
|
+
throw this.dispatch(hi(n)), this.dispatch(bt(a)), c;
|
|
5895
5921
|
}
|
|
5896
5922
|
}
|
|
5897
5923
|
async refreshStore(e) {
|
|
@@ -5908,7 +5934,7 @@ class Tg extends I {
|
|
|
5908
5934
|
this.dispatch(yu(s));
|
|
5909
5935
|
}
|
|
5910
5936
|
}
|
|
5911
|
-
class
|
|
5937
|
+
class Rb extends I {
|
|
5912
5938
|
add(e) {
|
|
5913
5939
|
var c;
|
|
5914
5940
|
const { store: s } = this.client, i = s.getState(), n = O({
|
|
@@ -5927,11 +5953,11 @@ class Rg extends I {
|
|
|
5927
5953
|
return a.then((o) => {
|
|
5928
5954
|
this.dispatch(Je(o));
|
|
5929
5955
|
}).catch(() => {
|
|
5930
|
-
this.dispatch(
|
|
5956
|
+
this.dispatch(bi(n.uuid));
|
|
5931
5957
|
}), [n, a];
|
|
5932
5958
|
}
|
|
5933
5959
|
update(e) {
|
|
5934
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
5960
|
+
const { store: s } = this.client, i = s.getState(), n = gi(e.uuid)(i);
|
|
5935
5961
|
if (!n)
|
|
5936
5962
|
throw new Error(`IssueType with uuid ${e.uuid} does not exist in the store.`);
|
|
5937
5963
|
const a = {
|
|
@@ -5953,11 +5979,11 @@ class Rg extends I {
|
|
|
5953
5979
|
}), [a, c];
|
|
5954
5980
|
}
|
|
5955
5981
|
delete(e) {
|
|
5956
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
5982
|
+
const { store: s } = this.client, i = s.getState(), n = gi(e)(i);
|
|
5957
5983
|
if (!n)
|
|
5958
5984
|
throw new Error(`IssueType with uuid ${e} does not exist in the store.`);
|
|
5959
5985
|
const a = ca(e)(i);
|
|
5960
|
-
this.dispatch(
|
|
5986
|
+
this.dispatch(bi(e)), this.dispatch(Qd(a.map((o) => o.uuid)));
|
|
5961
5987
|
const c = this.enqueueRequest({
|
|
5962
5988
|
method: d.DELETE,
|
|
5963
5989
|
url: `/issue-types/${e}/`,
|
|
@@ -5981,7 +6007,7 @@ class Rg extends I {
|
|
|
5981
6007
|
this.dispatch(ku(s));
|
|
5982
6008
|
}
|
|
5983
6009
|
}
|
|
5984
|
-
class
|
|
6010
|
+
class _b extends I {
|
|
5985
6011
|
async refreshStore(e) {
|
|
5986
6012
|
const s = await this.enqueueRequest({
|
|
5987
6013
|
description: "Get issue updates",
|
|
@@ -6007,7 +6033,7 @@ function wh(t) {
|
|
|
6007
6033
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
6008
6034
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
6009
6035
|
}
|
|
6010
|
-
class
|
|
6036
|
+
class Ob extends Ph {
|
|
6011
6037
|
constructor() {
|
|
6012
6038
|
super(...arguments);
|
|
6013
6039
|
// _getTokenPair and _getRenewedTokens don't need to use enqueueRequest from the BaseApiService because
|
|
@@ -6129,7 +6155,7 @@ class Og extends Ph {
|
|
|
6129
6155
|
});
|
|
6130
6156
|
}
|
|
6131
6157
|
}
|
|
6132
|
-
class
|
|
6158
|
+
class Ib extends I {
|
|
6133
6159
|
async getLicense(e) {
|
|
6134
6160
|
const s = await this.enqueueRequest({
|
|
6135
6161
|
description: "Get license",
|
|
@@ -6234,7 +6260,7 @@ class Ig extends I {
|
|
|
6234
6260
|
this.dispatch(Nu(Object.values(i)));
|
|
6235
6261
|
}
|
|
6236
6262
|
}
|
|
6237
|
-
class
|
|
6263
|
+
class Fb extends I {
|
|
6238
6264
|
async update(e) {
|
|
6239
6265
|
const s = this.enqueueRequest({
|
|
6240
6266
|
description: "Edit organization access",
|
|
@@ -6268,7 +6294,7 @@ class Fg extends I {
|
|
|
6268
6294
|
this.dispatch(Qu(s));
|
|
6269
6295
|
}
|
|
6270
6296
|
}
|
|
6271
|
-
class
|
|
6297
|
+
class Pb extends I {
|
|
6272
6298
|
create(e) {
|
|
6273
6299
|
return this.enqueueRequest({
|
|
6274
6300
|
description: "Create organization",
|
|
@@ -6318,7 +6344,7 @@ class Pg extends I {
|
|
|
6318
6344
|
i[a.uuid] = a, this.dispatch(fl(Object.values(i)));
|
|
6319
6345
|
}
|
|
6320
6346
|
}
|
|
6321
|
-
class
|
|
6347
|
+
class vb extends I {
|
|
6322
6348
|
async update(e) {
|
|
6323
6349
|
return this.dispatch(sl(e)), this.enqueueRequest({
|
|
6324
6350
|
description: "Edit project access",
|
|
@@ -6353,14 +6379,14 @@ class vg extends I {
|
|
|
6353
6379
|
this.dispatch(ma(s));
|
|
6354
6380
|
}
|
|
6355
6381
|
}
|
|
6356
|
-
class
|
|
6382
|
+
class wb extends _e {
|
|
6357
6383
|
constructor() {
|
|
6358
6384
|
super(...arguments);
|
|
6359
6385
|
y(this, "name", "Project Attachment");
|
|
6360
6386
|
y(this, "url", "/project-attachments");
|
|
6361
6387
|
y(this, "addAttachments", Pl);
|
|
6362
6388
|
y(this, "updateAttachments", El);
|
|
6363
|
-
y(this, "removeAttachments",
|
|
6389
|
+
y(this, "removeAttachments", ga);
|
|
6364
6390
|
y(this, "removeAttachment", kl);
|
|
6365
6391
|
y(this, "setAttachment", vl);
|
|
6366
6392
|
y(this, "selectAttachment", Ml);
|
|
@@ -6403,7 +6429,7 @@ class wg extends _e {
|
|
|
6403
6429
|
this.dispatch(Fl(i));
|
|
6404
6430
|
}
|
|
6405
6431
|
}
|
|
6406
|
-
class
|
|
6432
|
+
class Eb extends I {
|
|
6407
6433
|
async saveExisting(e) {
|
|
6408
6434
|
if (!e.uuid)
|
|
6409
6435
|
throw new Error(
|
|
@@ -6481,7 +6507,7 @@ class Eg extends I {
|
|
|
6481
6507
|
this.dispatch(zl(s));
|
|
6482
6508
|
}
|
|
6483
6509
|
}
|
|
6484
|
-
class
|
|
6510
|
+
class kb extends I {
|
|
6485
6511
|
async add(e) {
|
|
6486
6512
|
if (!e.bounds && !e.canvas_bounds)
|
|
6487
6513
|
throw new Error("Project must either have bounds or canvas_bounds set");
|
|
@@ -6520,7 +6546,7 @@ class kg extends I {
|
|
|
6520
6546
|
const c = Nl(i).filter((u) => u.project === e);
|
|
6521
6547
|
this.dispatch($l(c.map(({ uuid: u }) => u)));
|
|
6522
6548
|
const o = Cl(a.uuid)(i);
|
|
6523
|
-
this.dispatch(
|
|
6549
|
+
this.dispatch(ga(o.map(({ uuid: u }) => u)));
|
|
6524
6550
|
const l = al(i);
|
|
6525
6551
|
this.dispatch(nl(l.map(({ uuid: u }) => u))), this.dispatch({ type: "rehydrated/setRehydrated", payload: !1 }), this.dispatch(ul(a.uuid));
|
|
6526
6552
|
const r = Hu(a.uuid)(i);
|
|
@@ -6572,7 +6598,7 @@ class kg extends I {
|
|
|
6572
6598
|
});
|
|
6573
6599
|
}
|
|
6574
6600
|
}
|
|
6575
|
-
class
|
|
6601
|
+
class qb extends I {
|
|
6576
6602
|
add(e) {
|
|
6577
6603
|
const s = O({
|
|
6578
6604
|
...e,
|
|
@@ -6682,7 +6708,7 @@ class qg extends I {
|
|
|
6682
6708
|
this.dispatch(Yl(s));
|
|
6683
6709
|
}
|
|
6684
6710
|
}
|
|
6685
|
-
class
|
|
6711
|
+
class jb extends I {
|
|
6686
6712
|
async refreshStore(e, s) {
|
|
6687
6713
|
const i = {}, n = await this.enqueueRequest({
|
|
6688
6714
|
description: "Fetch organization users",
|
|
@@ -6729,57 +6755,57 @@ export {
|
|
|
6729
6755
|
I as BaseApiService,
|
|
6730
6756
|
MA as BaseSDK,
|
|
6731
6757
|
hc as COMMON_AUTO_FIELDS,
|
|
6732
|
-
|
|
6758
|
+
eb as CategoryService,
|
|
6733
6759
|
Nh as DEFAULT_ISSUE_PRIORITY,
|
|
6734
6760
|
Bh as DEFAULT_ISSUE_STATUS,
|
|
6735
6761
|
nc as DeferredPromise,
|
|
6736
|
-
|
|
6737
|
-
|
|
6762
|
+
tb as DocumentAttachmentService,
|
|
6763
|
+
sb as DocumentService,
|
|
6738
6764
|
Qa as EMPTY_ARRAY,
|
|
6739
6765
|
Xa as EMPTY_OBJECT,
|
|
6740
|
-
|
|
6741
|
-
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6766
|
+
ib as EmailDomainsService,
|
|
6767
|
+
nb as EmailVerificationService,
|
|
6768
|
+
ab as FileService,
|
|
6769
|
+
cb as FormRevisionAttachmentService,
|
|
6770
|
+
rb as FormRevisionService,
|
|
6771
|
+
db as FormService,
|
|
6772
|
+
ub as FormSubmissionAttachmentService,
|
|
6747
6773
|
VA as FormSubmissionService,
|
|
6748
|
-
|
|
6774
|
+
lb as GeoImageService,
|
|
6749
6775
|
d as HttpMethod,
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
6776
|
+
hb as IssueAssociationService,
|
|
6777
|
+
mb as IssueAttachmentService,
|
|
6778
|
+
pb as IssueCommentAttachmentService,
|
|
6779
|
+
fb as IssueCommentService,
|
|
6754
6780
|
$i as IssuePriority,
|
|
6755
|
-
|
|
6781
|
+
yb as IssueService,
|
|
6756
6782
|
Vi as IssueStatus,
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
|
-
|
|
6783
|
+
Ab as IssueTypeAttachmentService,
|
|
6784
|
+
Sb as IssueTypeFieldValuesAttachmentService,
|
|
6785
|
+
Tb as IssueTypeFieldValuesService,
|
|
6786
|
+
bb as IssueTypeFieldsAttachmentService,
|
|
6787
|
+
gb as IssueTypeFieldsService,
|
|
6788
|
+
Rb as IssueTypeService,
|
|
6763
6789
|
w as IssueUpdateChange,
|
|
6764
|
-
|
|
6765
|
-
|
|
6790
|
+
_b as IssueUpdateService,
|
|
6791
|
+
Ob as JWTService,
|
|
6766
6792
|
tc as LicenseLevel,
|
|
6767
|
-
|
|
6793
|
+
Ib as LicenseService,
|
|
6768
6794
|
sc as LicenseStatus,
|
|
6769
6795
|
ic as OUTBOX_RETRY_DELAY,
|
|
6770
6796
|
Ui as OrganizationAccessLevel,
|
|
6771
|
-
|
|
6772
|
-
|
|
6797
|
+
Fb as OrganizationAccessService,
|
|
6798
|
+
Pb as OrganizationService,
|
|
6773
6799
|
Me as OutboxCoordinator,
|
|
6774
6800
|
ec as PaddleCheckoutEvent,
|
|
6775
6801
|
xi as ProjectAccessLevel,
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
|
|
6780
|
-
|
|
6802
|
+
vb as ProjectAccessService,
|
|
6803
|
+
wb as ProjectAttachmentService,
|
|
6804
|
+
Eb as ProjectFileService,
|
|
6805
|
+
kb as ProjectService,
|
|
6806
|
+
qb as TeamService,
|
|
6781
6807
|
ze as UNKNOWN_ERROR_MESSAGE,
|
|
6782
|
-
|
|
6808
|
+
jb as UserService,
|
|
6783
6809
|
ja as VERSION_REDUCER_KEY,
|
|
6784
6810
|
Eh as VerificationCodeType,
|
|
6785
6811
|
Ol as _setLatestRetryTime,
|
|
@@ -6806,7 +6832,7 @@ export {
|
|
|
6806
6832
|
Rs as addAssetType,
|
|
6807
6833
|
up as addAssetTypeAttachment,
|
|
6808
6834
|
fn as addAssetTypeAttachments,
|
|
6809
|
-
|
|
6835
|
+
bs as addAssetTypeFieldValues,
|
|
6810
6836
|
vp as addAssetTypeFieldValuesAttachment,
|
|
6811
6837
|
pt as addAssetTypeFieldValuesAttachments,
|
|
6812
6838
|
Qr as addAssetTypeFieldValuesMany,
|
|
@@ -6828,7 +6854,7 @@ export {
|
|
|
6828
6854
|
Uo as addFormRevisionAttachments,
|
|
6829
6855
|
Wo as addFormRevisions,
|
|
6830
6856
|
$s as addFormSubmission,
|
|
6831
|
-
|
|
6857
|
+
gf as addFormSubmissionAttachment,
|
|
6832
6858
|
yt as addFormSubmissionAttachments,
|
|
6833
6859
|
It as addFormSubmissions,
|
|
6834
6860
|
yf as addForms,
|
|
@@ -6848,7 +6874,7 @@ export {
|
|
|
6848
6874
|
eu as addIssueTypeAttachments,
|
|
6849
6875
|
hi as addIssueTypeFieldValues,
|
|
6850
6876
|
fy as addIssueTypeFieldValuesAttachment,
|
|
6851
|
-
|
|
6877
|
+
bt as addIssueTypeFieldValuesAttachments,
|
|
6852
6878
|
ey as addIssueTypeFieldValuesMany,
|
|
6853
6879
|
Su as addIssueTypeFields,
|
|
6854
6880
|
Wf as addIssueTypeFieldsAttachment,
|
|
@@ -6869,7 +6895,7 @@ export {
|
|
|
6869
6895
|
Jl as addTeam,
|
|
6870
6896
|
qy as addUser,
|
|
6871
6897
|
ky as addUsers,
|
|
6872
|
-
|
|
6898
|
+
gc as agentsReducer,
|
|
6873
6899
|
Li as agentsSlice,
|
|
6874
6900
|
Jh as areArraysEqual,
|
|
6875
6901
|
Pc as assetAttachmentReducer,
|
|
@@ -6890,18 +6916,18 @@ export {
|
|
|
6890
6916
|
rn as assetSlice,
|
|
6891
6917
|
pr as assetStageCompletionReducer,
|
|
6892
6918
|
ln as assetStageCompletionSlice,
|
|
6893
|
-
|
|
6919
|
+
gr as assetStageReducer,
|
|
6894
6920
|
mn as assetStageSlice,
|
|
6895
6921
|
Er as assetTypeAttachmentReducer,
|
|
6896
6922
|
pn as assetTypeAttachmentSlice,
|
|
6897
6923
|
Yr as assetTypeFieldValuesAttachmentReducer,
|
|
6898
|
-
|
|
6924
|
+
gn as assetTypeFieldValuesAttachmentSlice,
|
|
6899
6925
|
to as assetTypeFieldValuesReducer,
|
|
6900
6926
|
Tn as assetTypeFieldValuesSlice,
|
|
6901
6927
|
zr as assetTypeFieldsAttachmentReducer,
|
|
6902
6928
|
An as assetTypeFieldsAttachmentSlice,
|
|
6903
6929
|
Lr as assetTypeFieldsReducer,
|
|
6904
|
-
|
|
6930
|
+
bn as assetTypeFieldsSlice,
|
|
6905
6931
|
io as assetTypeReducer,
|
|
6906
6932
|
_n as assetTypeSlice,
|
|
6907
6933
|
ao as authReducer,
|
|
@@ -6939,7 +6965,7 @@ export {
|
|
|
6939
6965
|
_s as deleteAssetType,
|
|
6940
6966
|
Ir as deleteAssetTypeAttachment,
|
|
6941
6967
|
yn as deleteAssetTypeAttachments,
|
|
6942
|
-
|
|
6968
|
+
gs as deleteAssetTypeFieldValues,
|
|
6943
6969
|
qp as deleteAssetTypeFieldValuesAttachment,
|
|
6944
6970
|
ft as deleteAssetTypeFieldValuesAttachments,
|
|
6945
6971
|
Zr as deleteAssetTypeFieldValuesMany,
|
|
@@ -6963,7 +6989,7 @@ export {
|
|
|
6963
6989
|
At as deleteFormSubmissionAttachments,
|
|
6964
6990
|
Ft as deleteFormSubmissions,
|
|
6965
6991
|
Bs as deleteGeoImage,
|
|
6966
|
-
|
|
6992
|
+
bd as deleteGeoImages,
|
|
6967
6993
|
ci as deleteIssue,
|
|
6968
6994
|
Ks as deleteIssueAssociation,
|
|
6969
6995
|
Nn as deleteIssueAssociations,
|
|
@@ -6976,8 +7002,8 @@ export {
|
|
|
6976
7002
|
iu as deleteIssueTypeAttachment,
|
|
6977
7003
|
nu as deleteIssueTypeAttachments,
|
|
6978
7004
|
mi as deleteIssueTypeFieldValues,
|
|
6979
|
-
|
|
6980
|
-
|
|
7005
|
+
gy as deleteIssueTypeFieldValuesAttachment,
|
|
7006
|
+
gt as deleteIssueTypeFieldValuesAttachments,
|
|
6981
7007
|
ny as deleteIssueTypeFieldValuesMany,
|
|
6982
7008
|
Ru as deleteIssueTypeFields,
|
|
6983
7009
|
Qf as deleteIssueTypeFieldsAttachment,
|
|
@@ -6993,7 +7019,7 @@ export {
|
|
|
6993
7019
|
il as deleteProjectAccess,
|
|
6994
7020
|
nl as deleteProjectAccesses,
|
|
6995
7021
|
kl as deleteProjectAttachment,
|
|
6996
|
-
|
|
7022
|
+
ga as deleteProjectAttachments,
|
|
6997
7023
|
Ul as deleteProjectFile,
|
|
6998
7024
|
$l as deleteProjectFiles,
|
|
6999
7025
|
Qy as deleteProjects,
|
|
@@ -7013,7 +7039,7 @@ export {
|
|
|
7013
7039
|
um as emailRegex,
|
|
7014
7040
|
uh as enqueue,
|
|
7015
7041
|
Rl as enqueueRequest,
|
|
7016
|
-
|
|
7042
|
+
b as fallbackToEmptyArray,
|
|
7017
7043
|
xe as fallbackToEmptyObject,
|
|
7018
7044
|
zo as fileReducer,
|
|
7019
7045
|
kn as fileSlice,
|
|
@@ -7070,7 +7096,7 @@ export {
|
|
|
7070
7096
|
di as initializeIssueTypeAttachments,
|
|
7071
7097
|
yu as initializeIssueTypeFieldValues,
|
|
7072
7098
|
Iu as initializeIssueTypeFieldValuesAttachments,
|
|
7073
|
-
|
|
7099
|
+
gu as initializeIssueTypeFields,
|
|
7074
7100
|
du as initializeIssueTypeFieldsAttachments,
|
|
7075
7101
|
ku as initializeIssueTypes,
|
|
7076
7102
|
zu as initializeIssueUpdates,
|
|
@@ -7099,7 +7125,7 @@ export {
|
|
|
7099
7125
|
Xn as issueTypeAttachmentSlice,
|
|
7100
7126
|
Eu as issueTypeFieldValuesAttachmentReducer,
|
|
7101
7127
|
ia as issueTypeFieldValuesAttachmentSlice,
|
|
7102
|
-
|
|
7128
|
+
bu as issueTypeFieldValuesReducer,
|
|
7103
7129
|
ea as issueTypeFieldValuesSlice,
|
|
7104
7130
|
fu as issueTypeFieldsAttachmentReducer,
|
|
7105
7131
|
Zn as issueTypeFieldsAttachmentSlice,
|
|
@@ -7132,7 +7158,7 @@ export {
|
|
|
7132
7158
|
rl as projectAccessReducer,
|
|
7133
7159
|
ha as projectAccessSlice,
|
|
7134
7160
|
Dl as projectAttachmentReducer,
|
|
7135
|
-
|
|
7161
|
+
ba as projectAttachmentSlice,
|
|
7136
7162
|
Hl as projectFileReducer,
|
|
7137
7163
|
Sa as projectFileSlice,
|
|
7138
7164
|
hl as projectReducer,
|
|
@@ -7140,7 +7166,7 @@ export {
|
|
|
7140
7166
|
Kl as rehydratedReducer,
|
|
7141
7167
|
Ta as rehydratedSlice,
|
|
7142
7168
|
ks as removeDocuments,
|
|
7143
|
-
|
|
7169
|
+
bi as removeIssueType,
|
|
7144
7170
|
Yu as removeUser,
|
|
7145
7171
|
_A as resetProjectFileObjectUrls,
|
|
7146
7172
|
oh as resetStore,
|
|
@@ -7150,7 +7176,7 @@ export {
|
|
|
7150
7176
|
Gy as selectActiveOrganizationAccess,
|
|
7151
7177
|
IA as selectActiveProjectFileId,
|
|
7152
7178
|
Py as selectActiveStatusLicenses,
|
|
7153
|
-
|
|
7179
|
+
bo as selectAllDocumentAttachments,
|
|
7154
7180
|
jl as selectAllProjectAttachments,
|
|
7155
7181
|
nf as selectAncestorIdsOfDocument,
|
|
7156
7182
|
Ic as selectAssetAttachmentById,
|
|
@@ -7205,7 +7231,7 @@ export {
|
|
|
7205
7231
|
eo as selectAssetTypeFieldValuesMapping,
|
|
7206
7232
|
Dp as selectAssetTypeFieldValuesOfAsset,
|
|
7207
7233
|
Rt as selectAssetTypeFields,
|
|
7208
|
-
|
|
7234
|
+
gp as selectAssetTypeFieldsAttachmentById,
|
|
7209
7235
|
Dr as selectAssetTypeFieldsAttachments,
|
|
7210
7236
|
Cr as selectAssetTypeFieldsAttachmentsMapping,
|
|
7211
7237
|
Pp as selectAssetTypeFieldsById,
|
|
@@ -7224,7 +7250,7 @@ export {
|
|
|
7224
7250
|
Tm as selectAttachmentsOfAssetProcedureFields,
|
|
7225
7251
|
wr as selectAttachmentsOfAssetType,
|
|
7226
7252
|
Kr as selectAttachmentsOfAssetTypeFieldValues,
|
|
7227
|
-
|
|
7253
|
+
bp as selectAttachmentsOfAssetTypeFields,
|
|
7228
7254
|
tf as selectAttachmentsOfDocument,
|
|
7229
7255
|
hf as selectAttachmentsOfFormRevision,
|
|
7230
7256
|
ad as selectAttachmentsOfFormSubmission,
|
|
@@ -7244,7 +7270,7 @@ export {
|
|
|
7244
7270
|
lm as selectConversations,
|
|
7245
7271
|
wt as selectCurrentUser,
|
|
7246
7272
|
pA as selectDeletedRequests,
|
|
7247
|
-
|
|
7273
|
+
go as selectDocumentAttachmentById,
|
|
7248
7274
|
Ao as selectDocumentAttachmentMapping,
|
|
7249
7275
|
Io as selectDocumentById,
|
|
7250
7276
|
Oo as selectDocuments,
|
|
@@ -7269,9 +7295,9 @@ export {
|
|
|
7269
7295
|
ld as selectFormSubmissionsOfAsset,
|
|
7270
7296
|
dd as selectFormSubmissionsOfForm,
|
|
7271
7297
|
ud as selectFormSubmissionsOfIssue,
|
|
7272
|
-
|
|
7298
|
+
bf as selectForms,
|
|
7273
7299
|
Ns as selectGeoImageById,
|
|
7274
|
-
|
|
7300
|
+
gd as selectGeoImageMapping,
|
|
7275
7301
|
Sd as selectGeoImages,
|
|
7276
7302
|
Pf as selectGeoImagesOfProject,
|
|
7277
7303
|
FA as selectIsImportingProjectFile,
|
|
@@ -7296,7 +7322,7 @@ export {
|
|
|
7296
7322
|
ru as selectIssueTypeAttachmentById,
|
|
7297
7323
|
au as selectIssueTypeAttachmentMapping,
|
|
7298
7324
|
cu as selectIssueTypeAttachments,
|
|
7299
|
-
|
|
7325
|
+
gi as selectIssueTypeById,
|
|
7300
7326
|
ta as selectIssueTypeFieldValues,
|
|
7301
7327
|
Sy as selectIssueTypeFieldValuesAttachmentById,
|
|
7302
7328
|
Pu as selectIssueTypeFieldValuesAttachments,
|
|
@@ -7338,8 +7364,8 @@ export {
|
|
|
7338
7364
|
el as selectOrganizationAccessUserMapping,
|
|
7339
7365
|
la as selectOrganizationAccesses,
|
|
7340
7366
|
dA as selectOrganizationById,
|
|
7341
|
-
|
|
7342
|
-
|
|
7367
|
+
gl as selectOrganizationUsersAsMapping,
|
|
7368
|
+
bl as selectOrganizationUsersIds,
|
|
7343
7369
|
Al as selectOrganizations,
|
|
7344
7370
|
yl as selectOrganizationsMapping,
|
|
7345
7371
|
uA as selectOrganizationsWithAccess,
|
|
@@ -7375,7 +7401,7 @@ export {
|
|
|
7375
7401
|
$y as selectUsersByIds,
|
|
7376
7402
|
Et as selectUsersMapping,
|
|
7377
7403
|
st as separateFilesFromValues,
|
|
7378
|
-
|
|
7404
|
+
ob as separateImageFromFields,
|
|
7379
7405
|
Gl as setActiveProjectFileId,
|
|
7380
7406
|
ep as setAsset,
|
|
7381
7407
|
Sc as setAssetAttachment,
|
|
@@ -7387,12 +7413,12 @@ export {
|
|
|
7387
7413
|
xm as setAssetProcedureFieldValuesMany,
|
|
7388
7414
|
Om as setAssetProcedureFields,
|
|
7389
7415
|
Am as setAssetProcedureFieldsAttachment,
|
|
7390
|
-
|
|
7416
|
+
bm as setAssetProcedureFieldsAttachments,
|
|
7391
7417
|
Im as setAssetProcedureFieldsMany,
|
|
7392
7418
|
Gm as setAssetProcedureInstance,
|
|
7393
7419
|
Lm as setAssetProcedureInstances,
|
|
7394
7420
|
Jm as setAssetProcedures,
|
|
7395
|
-
|
|
7421
|
+
br as setAssetStage,
|
|
7396
7422
|
ap as setAssetStages,
|
|
7397
7423
|
xp as setAssetType,
|
|
7398
7424
|
_r as setAssetTypeAttachment,
|
|
@@ -7450,7 +7476,7 @@ export {
|
|
|
7450
7476
|
Wy as setProject,
|
|
7451
7477
|
vl as setProjectAttachment,
|
|
7452
7478
|
wl as setProjectAttachments,
|
|
7453
|
-
|
|
7479
|
+
gA as setProjectFile,
|
|
7454
7480
|
SA as setProjectFiles,
|
|
7455
7481
|
ol as setProjects,
|
|
7456
7482
|
PA as setRehydrated,
|
|
@@ -7476,7 +7502,7 @@ export {
|
|
|
7476
7502
|
Gc as updateAssetProcedureFieldValuesAttachments,
|
|
7477
7503
|
Yc as updateAssetProcedureFieldValuesMany,
|
|
7478
7504
|
zc as updateAssetProcedureFields,
|
|
7479
|
-
|
|
7505
|
+
gm as updateAssetProcedureFieldsAttachment,
|
|
7480
7506
|
Ec as updateAssetProcedureFieldsAttachments,
|
|
7481
7507
|
Fm as updateAssetProcedureFieldsMany,
|
|
7482
7508
|
Le as updateAssetProcedureInstance,
|
|
@@ -7500,7 +7526,7 @@ export {
|
|
|
7500
7526
|
Vp as updateAssetTypes,
|
|
7501
7527
|
Zm as updateAssets,
|
|
7502
7528
|
ro as updateCategory,
|
|
7503
|
-
|
|
7529
|
+
bc as updateConversation,
|
|
7504
7530
|
ef as updateDocumentAttachment,
|
|
7505
7531
|
po as updateDocumentAttachments,
|
|
7506
7532
|
ye as updateDocuments,
|
|
@@ -7524,7 +7550,7 @@ export {
|
|
|
7524
7550
|
Nf as updateIssueTypeAttachment,
|
|
7525
7551
|
su as updateIssueTypeAttachments,
|
|
7526
7552
|
Ye as updateIssueTypeFieldValues,
|
|
7527
|
-
|
|
7553
|
+
by as updateIssueTypeFieldValuesAttachment,
|
|
7528
7554
|
Fu as updateIssueTypeFieldValuesAttachments,
|
|
7529
7555
|
iy as updateIssueTypeFieldValuesMany,
|
|
7530
7556
|
Tu as updateIssueTypeFields,
|
|
@@ -7537,7 +7563,7 @@ export {
|
|
|
7537
7563
|
aA as updateOrganizations,
|
|
7538
7564
|
dl as updateProject,
|
|
7539
7565
|
sl as updateProjectAccess,
|
|
7540
|
-
|
|
7566
|
+
bA as updateProjectAttachment,
|
|
7541
7567
|
El as updateProjectAttachments,
|
|
7542
7568
|
Ei as updateProjectFile,
|
|
7543
7569
|
RA as updateProjectFiles,
|