@overmap-ai/core 1.0.78-procedures.2 → 1.0.78-procedures.4
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 +1153 -1156
- package/dist/overmap-core.umd.cjs +6 -6
- package/dist/sdk/services/IssueUpdateService.d.ts +4 -4
- package/dist/sdk/services/ProcedureTypeFieldValuesAttachmentService.d.ts +21 -21
- package/dist/sdk/services/ProcedureTypeFieldValuesService.d.ts +19 -19
- package/dist/store/reducers.d.ts +6 -6
- package/dist/store/slices/assetProcedureSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +4 -4
- package/dist/store/slices/assetProcedureStepSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +2 -2
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetSlice.d.ts +2 -2
- package/dist/store/slices/assetStageCompletionSlice.d.ts +2 -2
- package/dist/store/slices/assetStageSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeStatusSlice.d.ts +2 -2
- package/dist/store/slices/emailDomainsSlice.d.ts +2 -2
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/formRevisionSlice.d.ts +2 -2
- package/dist/store/slices/formSlice.d.ts +2 -2
- package/dist/store/slices/geoImageSlice.d.ts +2 -2
- package/dist/store/slices/index.d.ts +1 -1
- package/dist/store/slices/issueAssociationSlice.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 +2 -2
- package/dist/store/slices/issueTypeStatusSlice.d.ts +2 -2
- package/dist/store/slices/issueUpdateSlice.d.ts +6 -6
- package/dist/store/slices/organizationSlice.d.ts +2 -2
- package/dist/store/slices/{procedureTypeFieldValuesSlice.d.ts → procedureFieldValuesSlice.d.ts} +27 -27
- package/dist/store/slices/procedureStepAssigneeSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepCommentSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepDefaultAssigneeSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepDefaultReviewerSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepEventSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepFieldValuesReviewRequestSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepFieldValuesReviewSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepFieldValuesSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepFieldsSlice.d.ts +4 -4
- package/dist/store/slices/procedureStepReviewerSlice.d.ts +2 -2
- package/dist/store/slices/procedureStepSlice.d.ts +2 -2
- package/dist/store/slices/procedureTypeAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/procedureTypeFieldValuesAttachmentSlice.d.ts +27 -27
- package/dist/store/slices/procedureTypeFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/projectFileSlice.d.ts +2 -2
- package/dist/store/slices/projectSlice.d.ts +2 -2
- package/dist/store/slices/userSlice.d.ts +2 -2
- package/dist/store/slices/workflowIssueLinkSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepAssigneeSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepCommentSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepDefaultAssigneeSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepDefaultReviewerSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepEventSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepFieldValuesReviewRequestSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepFieldValuesReviewSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepFieldsSlice.d.ts +2 -2
- package/dist/store/slices/workflowStepReviewerSlice.d.ts +2 -2
- package/dist/typings/models/procedures.d.ts +5 -3
- package/package.json +1 -1
package/dist/overmap-core.js
CHANGED
|
@@ -2,7 +2,7 @@ var go = Object.defineProperty;
|
|
|
2
2
|
var ko = (t, s, e) => s in t ? go(t, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[s] = e;
|
|
3
3
|
var l = (t, s, e) => ko(t, typeof s != "symbol" ? s + "" : s, e);
|
|
4
4
|
import "@redux-offline/redux-offline/lib/types";
|
|
5
|
-
import { createAction as ks, createSelector as h, createSlice as
|
|
5
|
+
import { createAction as ks, createSelector as h, createSlice as _, isAnyOf as I, combineReducers as rr, compose as Fo } from "@reduxjs/toolkit";
|
|
6
6
|
import Wt from "superagent";
|
|
7
7
|
import { v4 as qt } from "uuid";
|
|
8
8
|
import { useMemo as Ro } from "react";
|
|
@@ -26,7 +26,7 @@ const JV = ar.MEDIUM, Ho = 6e4, ZV = [
|
|
|
26
26
|
is.REJECTED,
|
|
27
27
|
is.CHANGES_REQUESTED
|
|
28
28
|
], XV = [Kt.ACTIVE, Kt.COMPLETED, Kt.CANCELLED], eB = Kt.ACTIVE;
|
|
29
|
-
function
|
|
29
|
+
function P(t) {
|
|
30
30
|
return {
|
|
31
31
|
addOne: (p, y) => {
|
|
32
32
|
const f = t(y.payload);
|
|
@@ -116,7 +116,7 @@ function tB() {
|
|
|
116
116
|
})
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
|
-
const as = "versioning", O = ks("RESET"), q = ks("RESET_PROJECT_STATE"),
|
|
119
|
+
const as = "versioning", O = ks("RESET"), q = ks("RESET_PROJECT_STATE"), T = ks("RESET_ORGANIZATION_STATE");
|
|
120
120
|
function sB(t, s) {
|
|
121
121
|
return Ro(t, s);
|
|
122
122
|
}
|
|
@@ -195,7 +195,7 @@ const S = (t) => t.length === 0 ? zo : t, cs = (t) => Object.keys(t).length ===
|
|
|
195
195
|
function Jo(t) {
|
|
196
196
|
return new Uint8Array(t).reduce((e, i) => e + i.toString(16).padStart(2, "0"), "");
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function Ts(t) {
|
|
199
199
|
return new Promise((s, e) => {
|
|
200
200
|
const i = new FileReader();
|
|
201
201
|
i.onload = () => {
|
|
@@ -341,7 +341,7 @@ const or = (t) => {
|
|
|
341
341
|
throw new Error(`Node with uuid ${t} does not exist in procedure step tree.`);
|
|
342
342
|
return new Lt(i);
|
|
343
343
|
};
|
|
344
|
-
class
|
|
344
|
+
class _B {
|
|
345
345
|
constructor(s) {
|
|
346
346
|
l(this, "operations", []);
|
|
347
347
|
l(this, "getData");
|
|
@@ -393,13 +393,13 @@ class TB {
|
|
|
393
393
|
const m = (
|
|
394
394
|
// oxlint-disable-next-line no-explicit-any REASON: Need for generic args
|
|
395
395
|
(t) => (...s) => (e) => t(e, ...s)
|
|
396
|
-
), H =
|
|
396
|
+
), H = P((t) => t.uuid), di = {
|
|
397
397
|
instances: {}
|
|
398
|
-
}, pr =
|
|
398
|
+
}, pr = _({
|
|
399
399
|
name: "agents",
|
|
400
400
|
initialState: di,
|
|
401
401
|
extraReducers: (t) => t.addMatcher(
|
|
402
|
-
I(O, q,
|
|
402
|
+
I(O, q, T),
|
|
403
403
|
(s) => Object.assign(s, di)
|
|
404
404
|
),
|
|
405
405
|
reducers: {
|
|
@@ -416,9 +416,9 @@ const m = (
|
|
|
416
416
|
}), {
|
|
417
417
|
initializeConversations: du,
|
|
418
418
|
addConversation: ou,
|
|
419
|
-
addConversations:
|
|
419
|
+
addConversations: PB,
|
|
420
420
|
setConversation: uu,
|
|
421
|
-
setConversations:
|
|
421
|
+
setConversations: TB,
|
|
422
422
|
updateConversation: lu,
|
|
423
423
|
updateConversations: IB,
|
|
424
424
|
deleteConversation: bB,
|
|
@@ -431,13 +431,13 @@ const m = (
|
|
|
431
431
|
[hr, (t, s) => s],
|
|
432
432
|
(t, s) => t[s]
|
|
433
433
|
)
|
|
434
|
-
), pu = pr.reducer, G =
|
|
434
|
+
), pu = pr.reducer, G = P((t) => t.uuid), oi = {
|
|
435
435
|
instances: {}
|
|
436
|
-
}, yr =
|
|
436
|
+
}, yr = _({
|
|
437
437
|
name: "assetAttachments",
|
|
438
438
|
initialState: oi,
|
|
439
439
|
extraReducers: (t) => t.addMatcher(
|
|
440
|
-
I(O, q,
|
|
440
|
+
I(O, q, T),
|
|
441
441
|
(s) => Object.assign(s, oi)
|
|
442
442
|
),
|
|
443
443
|
reducers: {
|
|
@@ -464,20 +464,20 @@ const m = (
|
|
|
464
464
|
} = yr.actions, Ou = (t) => t.assetAttachmentReducer.instances, Sr = h(
|
|
465
465
|
[Ou],
|
|
466
466
|
(t) => Object.values(t)
|
|
467
|
-
),
|
|
467
|
+
), _u = (t) => (s) => s.assetAttachmentReducer.instances[t], Pu = m(
|
|
468
468
|
h([Sr, (t, s) => s], (t, s) => {
|
|
469
469
|
const e = new Set(s);
|
|
470
470
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
471
471
|
})
|
|
472
|
-
),
|
|
472
|
+
), Tu = m(
|
|
473
473
|
h([Sr, (t, s) => s], (t, s) => S(t.filter(({ asset: e }) => s === e)))
|
|
474
|
-
), Iu = yr.reducer, K =
|
|
474
|
+
), Iu = yr.reducer, K = P(({ uuid: t }) => t), ui = {
|
|
475
475
|
instances: {}
|
|
476
|
-
}, Ar =
|
|
476
|
+
}, Ar = _({
|
|
477
477
|
name: "assetProcedureTypeAttachments",
|
|
478
478
|
initialState: ui,
|
|
479
479
|
extraReducers: (t) => t.addMatcher(
|
|
480
|
-
I(O,
|
|
480
|
+
I(O, T),
|
|
481
481
|
(s) => Object.assign(s, ui)
|
|
482
482
|
),
|
|
483
483
|
reducers: {
|
|
@@ -514,13 +514,13 @@ const m = (
|
|
|
514
514
|
[wr, (t, s) => s],
|
|
515
515
|
(t, s) => S(t.filter(({ asset_procedure_type: e }) => s === e))
|
|
516
516
|
)
|
|
517
|
-
), Q =
|
|
517
|
+
), Q = P(({ uuid: t }) => t), li = {
|
|
518
518
|
instances: {}
|
|
519
|
-
}, Or =
|
|
519
|
+
}, Or = _({
|
|
520
520
|
name: "assetProcedureTypeFieldsAttachments",
|
|
521
521
|
initialState: li,
|
|
522
522
|
extraReducers: (t) => t.addMatcher(
|
|
523
|
-
I(O,
|
|
523
|
+
I(O, T),
|
|
524
524
|
(s) => Object.assign(s, li)
|
|
525
525
|
),
|
|
526
526
|
reducers: {
|
|
@@ -544,29 +544,29 @@ const m = (
|
|
|
544
544
|
updateAssetProcedureTypeFieldsAttachments: Lu,
|
|
545
545
|
deleteAssetProcedureTypeFieldsAttachment: Nu,
|
|
546
546
|
deleteAssetProcedureTypeFieldsAttachments: Hu
|
|
547
|
-
} = Or.actions, Gu = Or.reducer, Ku = (t) => t.assetProcedureTypeFieldsAttachmentReducer.instances,
|
|
547
|
+
} = Or.actions, Gu = Or.reducer, Ku = (t) => t.assetProcedureTypeFieldsAttachmentReducer.instances, _r = h(
|
|
548
548
|
[Ku],
|
|
549
549
|
(t) => Object.values(t)
|
|
550
550
|
), MB = m(
|
|
551
551
|
h(
|
|
552
|
-
[
|
|
552
|
+
[_r, (t, s) => s],
|
|
553
553
|
(t, s) => S(t.filter((e) => e.fields_revision === s))
|
|
554
554
|
)
|
|
555
555
|
), Qu = (t) => (s) => s.assetProcedureTypeFieldsAttachmentReducer.instances[t], Yu = m(
|
|
556
556
|
h(
|
|
557
|
-
[
|
|
557
|
+
[_r, (t, s) => s],
|
|
558
558
|
(t, s) => {
|
|
559
559
|
const e = new Set(s);
|
|
560
560
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
561
561
|
}
|
|
562
562
|
)
|
|
563
|
-
), Y =
|
|
563
|
+
), Y = P(({ uuid: t }) => t), pi = {
|
|
564
564
|
instances: {}
|
|
565
|
-
},
|
|
565
|
+
}, Pr = _({
|
|
566
566
|
name: "assetProcedureTypeFields",
|
|
567
567
|
initialState: pi,
|
|
568
568
|
extraReducers: (t) => t.addMatcher(
|
|
569
|
-
I(O,
|
|
569
|
+
I(O, T),
|
|
570
570
|
(s) => Object.assign(s, pi)
|
|
571
571
|
),
|
|
572
572
|
reducers: {
|
|
@@ -590,7 +590,7 @@ const m = (
|
|
|
590
590
|
updateAssetProcedureTypeFieldsMany: il,
|
|
591
591
|
deleteAssetProcedureTypeFields: nl,
|
|
592
592
|
deleteAssetProcedureTypeFieldsMany: rl
|
|
593
|
-
} =
|
|
593
|
+
} = Pr.actions, al = Pr.reducer, cl = (t) => t.assetProcedureTypeFieldsReducer.instances, Es = h(
|
|
594
594
|
[cl],
|
|
595
595
|
(t) => Object.values(t)
|
|
596
596
|
), EB = m(
|
|
@@ -611,13 +611,13 @@ const m = (
|
|
|
611
611
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
612
612
|
}
|
|
613
613
|
)
|
|
614
|
-
), J =
|
|
614
|
+
), J = P(({ uuid: t }) => t), hi = {
|
|
615
615
|
instances: {}
|
|
616
|
-
},
|
|
616
|
+
}, Tr = _({
|
|
617
617
|
name: "assetProcedureTypeFieldValuesAttachments",
|
|
618
618
|
initialState: hi,
|
|
619
619
|
extraReducers: (t) => t.addMatcher(
|
|
620
|
-
I(O, q,
|
|
620
|
+
I(O, q, T),
|
|
621
621
|
(s) => Object.assign(s, hi)
|
|
622
622
|
),
|
|
623
623
|
reducers: {
|
|
@@ -641,7 +641,7 @@ const m = (
|
|
|
641
641
|
updateAssetProcedureTypeFieldValuesAttachments: ml,
|
|
642
642
|
deleteAssetProcedureTypeFieldValuesAttachment: fl,
|
|
643
643
|
deleteAssetProcedureTypeFieldValuesAttachments: br
|
|
644
|
-
} =
|
|
644
|
+
} = Tr.actions, Sl = Tr.reducer, Al = (t) => t.assetProcedureTypeFieldValuesAttachmentReducer.instances, gr = h(
|
|
645
645
|
[Al],
|
|
646
646
|
(t) => Object.values(t)
|
|
647
647
|
), wl = (t) => (s) => s.assetProcedureTypeFieldValuesAttachmentReducer.instances[t], Ol = m(
|
|
@@ -655,18 +655,18 @@ const m = (
|
|
|
655
655
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
656
656
|
}
|
|
657
657
|
)
|
|
658
|
-
),
|
|
658
|
+
), _l = m(
|
|
659
659
|
h(
|
|
660
660
|
[gr, (t, s) => s],
|
|
661
661
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
662
662
|
)
|
|
663
|
-
), Z =
|
|
663
|
+
), Z = P(({ uuid: t }) => t), yi = {
|
|
664
664
|
instances: {}
|
|
665
|
-
}, kr =
|
|
665
|
+
}, kr = _({
|
|
666
666
|
name: "assetProcedureTypeFieldValues",
|
|
667
667
|
initialState: yi,
|
|
668
668
|
extraReducers: (t) => t.addMatcher(
|
|
669
|
-
I(O, q,
|
|
669
|
+
I(O, q, T),
|
|
670
670
|
(s) => Object.assign(s, yi)
|
|
671
671
|
),
|
|
672
672
|
reducers: {
|
|
@@ -681,8 +681,8 @@ const m = (
|
|
|
681
681
|
deleteAssetProcedureTypeFieldValuesMany: Z.deleteMany
|
|
682
682
|
}
|
|
683
683
|
}), {
|
|
684
|
-
initializeAssetProcedureTypeFieldValues:
|
|
685
|
-
addAssetProcedureTypeFieldValues:
|
|
684
|
+
initializeAssetProcedureTypeFieldValues: Pl,
|
|
685
|
+
addAssetProcedureTypeFieldValues: Tl,
|
|
686
686
|
addAssetProcedureTypeFieldValuesMany: Il,
|
|
687
687
|
setAssetProcedureTypeFieldValues: bl,
|
|
688
688
|
setAssetProcedureTypeFieldValuesMany: gl,
|
|
@@ -711,15 +711,15 @@ const m = (
|
|
|
711
711
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
712
712
|
}
|
|
713
713
|
)
|
|
714
|
-
), X =
|
|
714
|
+
), X = P(
|
|
715
715
|
({ uuid: t }) => t
|
|
716
716
|
), mi = {
|
|
717
717
|
instances: {}
|
|
718
|
-
}, Fr =
|
|
718
|
+
}, Fr = _({
|
|
719
719
|
name: "assetProcedures",
|
|
720
720
|
initialState: mi,
|
|
721
721
|
extraReducers: (t) => t.addMatcher(
|
|
722
|
-
I(O, q,
|
|
722
|
+
I(O, q, T),
|
|
723
723
|
(s) => Object.assign(s, mi)
|
|
724
724
|
),
|
|
725
725
|
reducers: {
|
|
@@ -757,13 +757,13 @@ const m = (
|
|
|
757
757
|
const e = new Set(s);
|
|
758
758
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
759
759
|
})
|
|
760
|
-
), ee =
|
|
760
|
+
), ee = P((t) => t.uuid), fi = {
|
|
761
761
|
instances: {}
|
|
762
|
-
}, Er =
|
|
762
|
+
}, Er = _({
|
|
763
763
|
name: "assetProcedureTypes",
|
|
764
764
|
initialState: fi,
|
|
765
765
|
extraReducers: (t) => t.addMatcher(
|
|
766
|
-
I(O,
|
|
766
|
+
I(O, T),
|
|
767
767
|
(s) => Object.assign(s, fi)
|
|
768
768
|
),
|
|
769
769
|
reducers: {
|
|
@@ -803,13 +803,13 @@ const m = (
|
|
|
803
803
|
[vr, (t, s) => s],
|
|
804
804
|
(t, s) => S(t.filter((e) => e.organization === s))
|
|
805
805
|
)
|
|
806
|
-
), te =
|
|
806
|
+
), te = P((t) => t.uuid), Si = {
|
|
807
807
|
instances: {}
|
|
808
|
-
}, Vr =
|
|
808
|
+
}, Vr = _({
|
|
809
809
|
name: "assetProcedureStepFieldsAttachments",
|
|
810
810
|
initialState: Si,
|
|
811
811
|
extraReducers: (t) => t.addMatcher(
|
|
812
|
-
I(O,
|
|
812
|
+
I(O, T),
|
|
813
813
|
(s) => Object.assign(s, Si)
|
|
814
814
|
),
|
|
815
815
|
reducers: {
|
|
@@ -849,13 +849,13 @@ const m = (
|
|
|
849
849
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
850
850
|
}
|
|
851
851
|
)
|
|
852
|
-
), Ap = Vr.reducer, se =
|
|
852
|
+
), Ap = Vr.reducer, se = P((t) => t.uuid), Ai = {
|
|
853
853
|
instances: {}
|
|
854
|
-
}, qr =
|
|
854
|
+
}, qr = _({
|
|
855
855
|
name: "assetProcedureStepFields",
|
|
856
856
|
initialState: Ai,
|
|
857
857
|
extraReducers: (t) => t.addMatcher(
|
|
858
|
-
I(O,
|
|
858
|
+
I(O, T),
|
|
859
859
|
(s) => Object.assign(s, Ai)
|
|
860
860
|
),
|
|
861
861
|
reducers: {
|
|
@@ -872,9 +872,9 @@ const m = (
|
|
|
872
872
|
}), {
|
|
873
873
|
initializeAssetProcedureStepFields: wp,
|
|
874
874
|
addAssetProcedureStepFields: Op,
|
|
875
|
-
addAssetProcedureStepFieldsMany:
|
|
876
|
-
setAssetProcedureStepFields:
|
|
877
|
-
setAssetProcedureStepFieldsMany:
|
|
875
|
+
addAssetProcedureStepFieldsMany: _p,
|
|
876
|
+
setAssetProcedureStepFields: Pp,
|
|
877
|
+
setAssetProcedureStepFieldsMany: Tp,
|
|
878
878
|
updateAssetProcedureStepFields: Ip,
|
|
879
879
|
updateAssetProcedureStepFieldsMany: bp,
|
|
880
880
|
deleteAssetProcedureStepFields: gp,
|
|
@@ -910,13 +910,13 @@ const m = (
|
|
|
910
910
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
911
911
|
}
|
|
912
912
|
)
|
|
913
|
-
), Mp = qr.reducer, ie =
|
|
913
|
+
), Mp = qr.reducer, ie = P((t) => t.uuid), wi = {
|
|
914
914
|
instances: {}
|
|
915
|
-
}, zr =
|
|
915
|
+
}, zr = _({
|
|
916
916
|
name: "assetProcedureStepFieldValuesAttachments",
|
|
917
917
|
initialState: wi,
|
|
918
918
|
extraReducers: (t) => t.addMatcher(
|
|
919
|
-
I(O, q,
|
|
919
|
+
I(O, q, T),
|
|
920
920
|
(s) => Object.assign(s, wi)
|
|
921
921
|
),
|
|
922
922
|
reducers: {
|
|
@@ -959,13 +959,13 @@ const m = (
|
|
|
959
959
|
[Wr, (t, s) => s],
|
|
960
960
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
961
961
|
)
|
|
962
|
-
), Cp = zr.reducer, ne =
|
|
962
|
+
), Cp = zr.reducer, ne = P((t) => t.uuid), Oi = {
|
|
963
963
|
instances: {}
|
|
964
|
-
}, jr =
|
|
964
|
+
}, jr = _({
|
|
965
965
|
name: "assetProcedureStepFieldValues",
|
|
966
966
|
initialState: Oi,
|
|
967
967
|
extraReducers: (t) => t.addMatcher(
|
|
968
|
-
I(O, q,
|
|
968
|
+
I(O, q, T),
|
|
969
969
|
(s) => Object.assign(s, Oi)
|
|
970
970
|
),
|
|
971
971
|
reducers: {
|
|
@@ -1015,14 +1015,14 @@ const m = (
|
|
|
1015
1015
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1016
1016
|
}
|
|
1017
1017
|
)
|
|
1018
|
-
), th = jr.reducer, re =
|
|
1018
|
+
), th = jr.reducer, re = P((t) => t.uuid), _i = {
|
|
1019
1019
|
instances: {}
|
|
1020
|
-
}, Cr =
|
|
1020
|
+
}, Cr = _({
|
|
1021
1021
|
name: "assetProcedureSteps",
|
|
1022
|
-
initialState:
|
|
1022
|
+
initialState: _i,
|
|
1023
1023
|
extraReducers: (t) => t.addMatcher(
|
|
1024
|
-
I(O,
|
|
1025
|
-
(s) => Object.assign(s,
|
|
1024
|
+
I(O, T),
|
|
1025
|
+
(s) => Object.assign(s, _i)
|
|
1026
1026
|
),
|
|
1027
1027
|
reducers: {
|
|
1028
1028
|
initializeAssetProcedureSteps: re.initialize,
|
|
@@ -1074,14 +1074,14 @@ const m = (
|
|
|
1074
1074
|
return S(n);
|
|
1075
1075
|
}
|
|
1076
1076
|
)
|
|
1077
|
-
), ae =
|
|
1077
|
+
), ae = P((t) => t.uuid), Pi = {
|
|
1078
1078
|
instances: {}
|
|
1079
|
-
}, Lr =
|
|
1079
|
+
}, Lr = _({
|
|
1080
1080
|
name: "assets",
|
|
1081
|
-
initialState:
|
|
1081
|
+
initialState: Pi,
|
|
1082
1082
|
extraReducers: (t) => t.addMatcher(
|
|
1083
|
-
I(O, q,
|
|
1084
|
-
(s) => Object.assign(s,
|
|
1083
|
+
I(O, q, T),
|
|
1084
|
+
(s) => Object.assign(s, Pi)
|
|
1085
1085
|
),
|
|
1086
1086
|
reducers: {
|
|
1087
1087
|
initializeAssets: ae.initialize,
|
|
@@ -1103,24 +1103,24 @@ const m = (
|
|
|
1103
1103
|
deleteAsset: wh,
|
|
1104
1104
|
deleteAssets: Hr,
|
|
1105
1105
|
setAsset: Oh,
|
|
1106
|
-
setAssets:
|
|
1107
|
-
} = Lr.actions,
|
|
1106
|
+
setAssets: _h
|
|
1107
|
+
} = Lr.actions, Ph = (t) => t.assetReducer.instances, Ds = h([Ph], (t) => S(Object.values(t))), HB = m(
|
|
1108
1108
|
h([Ds, (t, s) => s], (t, s) => S(t.filter(({ project: e }) => e === s)))
|
|
1109
|
-
),
|
|
1109
|
+
), Th = m(
|
|
1110
1110
|
h([Ds, (t, s) => s], (t, s) => S(t.filter((e) => e.asset_type === s)))
|
|
1111
1111
|
), Ih = (t) => (s) => s.assetReducer.instances[t], bh = m(
|
|
1112
1112
|
h([Ds, (t, s) => s], (t, s) => {
|
|
1113
1113
|
const e = new Set(s);
|
|
1114
1114
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1115
1115
|
})
|
|
1116
|
-
), gh = Lr.reducer, ce =
|
|
1116
|
+
), gh = Lr.reducer, ce = P((t) => t.uuid), Ti = {
|
|
1117
1117
|
instances: {}
|
|
1118
|
-
}, Gr =
|
|
1118
|
+
}, Gr = _({
|
|
1119
1119
|
name: "assetStageCompletions",
|
|
1120
|
-
initialState:
|
|
1120
|
+
initialState: Ti,
|
|
1121
1121
|
extraReducers: (t) => t.addMatcher(
|
|
1122
|
-
I(O, q,
|
|
1123
|
-
(s) => Object.assign(s,
|
|
1122
|
+
I(O, q, T),
|
|
1123
|
+
(s) => Object.assign(s, Ti)
|
|
1124
1124
|
),
|
|
1125
1125
|
reducers: {
|
|
1126
1126
|
initializeAssetStageCompletions: ce.initialize,
|
|
@@ -1154,15 +1154,15 @@ const m = (
|
|
|
1154
1154
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1155
1155
|
}
|
|
1156
1156
|
)
|
|
1157
|
-
), de =
|
|
1157
|
+
), de = P(
|
|
1158
1158
|
(t) => t.uuid
|
|
1159
1159
|
), Ii = {
|
|
1160
1160
|
instances: {}
|
|
1161
|
-
}, Kr =
|
|
1161
|
+
}, Kr = _({
|
|
1162
1162
|
name: "assetStages",
|
|
1163
1163
|
initialState: Ii,
|
|
1164
1164
|
extraReducers: (t) => t.addMatcher(
|
|
1165
|
-
I(O,
|
|
1165
|
+
I(O, T),
|
|
1166
1166
|
(s) => Object.assign(s, Ii)
|
|
1167
1167
|
),
|
|
1168
1168
|
reducers: {
|
|
@@ -1200,13 +1200,13 @@ const m = (
|
|
|
1200
1200
|
const e = new Set(s);
|
|
1201
1201
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1202
1202
|
})
|
|
1203
|
-
), oe =
|
|
1203
|
+
), oe = P((t) => t.uuid), bi = {
|
|
1204
1204
|
instances: {}
|
|
1205
|
-
}, Jr =
|
|
1205
|
+
}, Jr = _({
|
|
1206
1206
|
name: "assetTypeAttachments",
|
|
1207
1207
|
initialState: bi,
|
|
1208
1208
|
extraReducers: (t) => t.addMatcher(
|
|
1209
|
-
I(O,
|
|
1209
|
+
I(O, T),
|
|
1210
1210
|
(s) => Object.assign(s, bi)
|
|
1211
1211
|
),
|
|
1212
1212
|
reducers: {
|
|
@@ -1243,13 +1243,13 @@ const m = (
|
|
|
1243
1243
|
)
|
|
1244
1244
|
), oy = m(
|
|
1245
1245
|
h([ea, (t, s) => s], (t, s) => S(t.filter(({ asset_type: e }) => s === e)))
|
|
1246
|
-
), uy = Jr.reducer, ue =
|
|
1246
|
+
), uy = Jr.reducer, ue = P((t) => t.uuid), gi = {
|
|
1247
1247
|
instances: {}
|
|
1248
|
-
}, ta =
|
|
1248
|
+
}, ta = _({
|
|
1249
1249
|
name: "assetTypeFieldsAttachments",
|
|
1250
1250
|
initialState: gi,
|
|
1251
1251
|
extraReducers: (t) => t.addMatcher(
|
|
1252
|
-
I(O,
|
|
1252
|
+
I(O, T),
|
|
1253
1253
|
(s) => Object.assign(s, gi)
|
|
1254
1254
|
),
|
|
1255
1255
|
reducers: {
|
|
@@ -1281,7 +1281,7 @@ const m = (
|
|
|
1281
1281
|
[sa, (t, s) => s],
|
|
1282
1282
|
(t, s) => S(t.filter((e) => e.fields_revision === s))
|
|
1283
1283
|
)
|
|
1284
|
-
),
|
|
1284
|
+
), _y = (t) => (s) => s.assetTypeFieldsAttachmentReducer.instances[t], Py = m(
|
|
1285
1285
|
h(
|
|
1286
1286
|
[sa, (t, s) => s],
|
|
1287
1287
|
(t, s) => {
|
|
@@ -1289,13 +1289,13 @@ const m = (
|
|
|
1289
1289
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1290
1290
|
}
|
|
1291
1291
|
)
|
|
1292
|
-
),
|
|
1292
|
+
), Ty = ta.reducer, le = P((t) => t.uuid), ki = {
|
|
1293
1293
|
instances: {}
|
|
1294
|
-
}, ia =
|
|
1294
|
+
}, ia = _({
|
|
1295
1295
|
name: "assetTypeFields",
|
|
1296
1296
|
initialState: ki,
|
|
1297
1297
|
extraReducers: (t) => t.addMatcher(
|
|
1298
|
-
I(O,
|
|
1298
|
+
I(O, T),
|
|
1299
1299
|
(s) => Object.assign(s, ki)
|
|
1300
1300
|
),
|
|
1301
1301
|
reducers: {
|
|
@@ -1328,13 +1328,13 @@ const m = (
|
|
|
1328
1328
|
const e = new Set(s);
|
|
1329
1329
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1330
1330
|
})
|
|
1331
|
-
), Dy = ia.reducer, pe =
|
|
1331
|
+
), Dy = ia.reducer, pe = P((t) => t.uuid), Fi = {
|
|
1332
1332
|
instances: {}
|
|
1333
|
-
}, na =
|
|
1333
|
+
}, na = _({
|
|
1334
1334
|
name: "assetTypeFieldValuesAttachments",
|
|
1335
1335
|
initialState: Fi,
|
|
1336
1336
|
extraReducers: (t) => t.addMatcher(
|
|
1337
|
-
I(O, q,
|
|
1337
|
+
I(O, q, T),
|
|
1338
1338
|
(s) => Object.assign(s, Fi)
|
|
1339
1339
|
),
|
|
1340
1340
|
reducers: {
|
|
@@ -1374,13 +1374,13 @@ const m = (
|
|
|
1374
1374
|
[ca, (t, s) => s],
|
|
1375
1375
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
1376
1376
|
)
|
|
1377
|
-
), Ky = na.reducer, he =
|
|
1377
|
+
), Ky = na.reducer, he = P((t) => t.uuid), Ri = {
|
|
1378
1378
|
instances: {}
|
|
1379
|
-
}, da =
|
|
1379
|
+
}, da = _({
|
|
1380
1380
|
name: "assetTypeFieldValues",
|
|
1381
1381
|
initialState: Ri,
|
|
1382
1382
|
extraReducers: (t) => t.addMatcher(
|
|
1383
|
-
I(O, q,
|
|
1383
|
+
I(O, q, T),
|
|
1384
1384
|
(s) => Object.assign(s, Ri)
|
|
1385
1385
|
),
|
|
1386
1386
|
reducers: {
|
|
@@ -1424,13 +1424,13 @@ const m = (
|
|
|
1424
1424
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1425
1425
|
}
|
|
1426
1426
|
)
|
|
1427
|
-
), cm = da.reducer, ye =
|
|
1427
|
+
), cm = da.reducer, ye = P((t) => t.uuid), Mi = {
|
|
1428
1428
|
instances: {}
|
|
1429
|
-
}, oa =
|
|
1429
|
+
}, oa = _({
|
|
1430
1430
|
name: "assetTypeIdentifiers",
|
|
1431
1431
|
initialState: Mi,
|
|
1432
1432
|
extraReducers: (t) => t.addMatcher(
|
|
1433
|
-
I(O,
|
|
1433
|
+
I(O, T),
|
|
1434
1434
|
(s) => Object.assign(s, Mi)
|
|
1435
1435
|
),
|
|
1436
1436
|
reducers: {
|
|
@@ -1467,13 +1467,13 @@ const m = (
|
|
|
1467
1467
|
)
|
|
1468
1468
|
), eq = m(
|
|
1469
1469
|
h([ua, (t, s) => s], (t, s) => S(t.filter((e) => e.asset_type === s)))
|
|
1470
|
-
), Om = oa.reducer, me =
|
|
1470
|
+
), Om = oa.reducer, me = P((t) => t.uuid), Ei = {
|
|
1471
1471
|
instances: {}
|
|
1472
|
-
}, la =
|
|
1472
|
+
}, la = _({
|
|
1473
1473
|
name: "assetTypeIdentifierValues",
|
|
1474
1474
|
initialState: Ei,
|
|
1475
1475
|
extraReducers: (t) => t.addMatcher(
|
|
1476
|
-
I(O, q,
|
|
1476
|
+
I(O, q, T),
|
|
1477
1477
|
(s) => Object.assign(s, Ei)
|
|
1478
1478
|
),
|
|
1479
1479
|
reducers: {
|
|
@@ -1488,9 +1488,9 @@ const m = (
|
|
|
1488
1488
|
deleteAssetTypeIdentifierValues: me.deleteMany
|
|
1489
1489
|
}
|
|
1490
1490
|
}), {
|
|
1491
|
-
initializeAssetTypeIdentifierValues:
|
|
1492
|
-
addAssetTypeIdentifierValue:
|
|
1493
|
-
addAssetTypeIdentifierValues:
|
|
1491
|
+
initializeAssetTypeIdentifierValues: _m,
|
|
1492
|
+
addAssetTypeIdentifierValue: Pm,
|
|
1493
|
+
addAssetTypeIdentifierValues: Tm,
|
|
1494
1494
|
setAssetTypeIdentifierValue: Im,
|
|
1495
1495
|
setAssetTypeIdentifierValues: bm,
|
|
1496
1496
|
updateAssetTypeIdentifierValue: gm,
|
|
@@ -1517,15 +1517,15 @@ const m = (
|
|
|
1517
1517
|
t.filter((e) => e.asset_type_identifier === s)
|
|
1518
1518
|
)
|
|
1519
1519
|
)
|
|
1520
|
-
), Vm = la.reducer, fe =
|
|
1520
|
+
), Vm = la.reducer, fe = P(
|
|
1521
1521
|
(t) => t.uuid
|
|
1522
1522
|
), vi = {
|
|
1523
1523
|
instances: {}
|
|
1524
|
-
}, pa =
|
|
1524
|
+
}, pa = _({
|
|
1525
1525
|
name: "assetTypes",
|
|
1526
1526
|
initialState: vi,
|
|
1527
1527
|
extraReducers: (t) => t.addMatcher(
|
|
1528
|
-
I(O,
|
|
1528
|
+
I(O, T),
|
|
1529
1529
|
(s) => Object.assign(s, vi)
|
|
1530
1530
|
),
|
|
1531
1531
|
reducers: {
|
|
@@ -1559,13 +1559,13 @@ const m = (
|
|
|
1559
1559
|
})
|
|
1560
1560
|
), iq = m(
|
|
1561
1561
|
h([ha, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
1562
|
-
), Hm = pa.reducer, Se =
|
|
1562
|
+
), Hm = pa.reducer, Se = P((t) => t.uuid), Vi = {
|
|
1563
1563
|
instances: {}
|
|
1564
|
-
}, ya =
|
|
1564
|
+
}, ya = _({
|
|
1565
1565
|
name: "assetTypeStatuses",
|
|
1566
1566
|
initialState: Vi,
|
|
1567
1567
|
extraReducers: (t) => t.addMatcher(
|
|
1568
|
-
I(O,
|
|
1568
|
+
I(O, T),
|
|
1569
1569
|
(s) => Object.assign(s, Vi)
|
|
1570
1570
|
),
|
|
1571
1571
|
reducers: {
|
|
@@ -1600,7 +1600,7 @@ const m = (
|
|
|
1600
1600
|
accessToken: "",
|
|
1601
1601
|
refreshToken: "",
|
|
1602
1602
|
isLoggedIn: !1
|
|
1603
|
-
}, xs =
|
|
1603
|
+
}, xs = _({
|
|
1604
1604
|
name: "auth",
|
|
1605
1605
|
initialState: Bi,
|
|
1606
1606
|
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, Bi)),
|
|
@@ -1615,9 +1615,9 @@ const m = (
|
|
|
1615
1615
|
s.payload || xs.caseReducers.clearTokens(t), t.isLoggedIn = s.payload;
|
|
1616
1616
|
}
|
|
1617
1617
|
}
|
|
1618
|
-
}), { setTokens: rq, clearTokens: aq, setLoggedIn: cf } = xs.actions, cq = (t) => t.authReducer.accessToken, dq = (t) => t.authReducer.isLoggedIn, df = xs.reducer, Ae =
|
|
1618
|
+
}), { setTokens: rq, clearTokens: aq, setLoggedIn: cf } = xs.actions, cq = (t) => t.authReducer.accessToken, dq = (t) => t.authReducer.isLoggedIn, df = xs.reducer, Ae = P((t) => t.uuid), qi = {
|
|
1619
1619
|
instances: {}
|
|
1620
|
-
}, fa =
|
|
1620
|
+
}, fa = _({
|
|
1621
1621
|
name: "documentAttachments",
|
|
1622
1622
|
initialState: qi,
|
|
1623
1623
|
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, qi)),
|
|
@@ -1655,12 +1655,12 @@ const m = (
|
|
|
1655
1655
|
)
|
|
1656
1656
|
), oq = m(
|
|
1657
1657
|
h([Sa, (t, s) => s], (t, s) => S(t.filter(({ document: e }) => s === e)))
|
|
1658
|
-
),
|
|
1658
|
+
), _f = fa.reducer, we = P(({ uuid: t }) => t), Di = {
|
|
1659
1659
|
instances: {}
|
|
1660
|
-
}, Aa =
|
|
1660
|
+
}, Aa = _({
|
|
1661
1661
|
name: "documents",
|
|
1662
1662
|
initialState: Di,
|
|
1663
|
-
extraReducers: (t) => t.addMatcher(I(O,
|
|
1663
|
+
extraReducers: (t) => t.addMatcher(I(O, T), (s) => {
|
|
1664
1664
|
Object.assign(s, Di);
|
|
1665
1665
|
}),
|
|
1666
1666
|
reducers: {
|
|
@@ -1675,8 +1675,8 @@ const m = (
|
|
|
1675
1675
|
deleteDocuments: we.deleteMany
|
|
1676
1676
|
}
|
|
1677
1677
|
}), {
|
|
1678
|
-
initializeDocuments:
|
|
1679
|
-
addDocument:
|
|
1678
|
+
initializeDocuments: Pf,
|
|
1679
|
+
addDocument: Tf,
|
|
1680
1680
|
addDocuments: If,
|
|
1681
1681
|
setDocument: bf,
|
|
1682
1682
|
setDocuments: gf,
|
|
@@ -1702,15 +1702,15 @@ const m = (
|
|
|
1702
1702
|
const n = au(s, Object.values(t)).all().map(({ model: r }) => r);
|
|
1703
1703
|
return S(n);
|
|
1704
1704
|
})
|
|
1705
|
-
), Oe =
|
|
1705
|
+
), Oe = P(
|
|
1706
1706
|
(t) => t.uuid
|
|
1707
1707
|
), zi = {
|
|
1708
1708
|
instances: {}
|
|
1709
|
-
}, Oa =
|
|
1709
|
+
}, Oa = _({
|
|
1710
1710
|
name: "emailDomains",
|
|
1711
1711
|
initialState: zi,
|
|
1712
1712
|
extraReducers: (t) => t.addMatcher(
|
|
1713
|
-
I(O,
|
|
1713
|
+
I(O, T),
|
|
1714
1714
|
(s) => Object.assign(s, zi)
|
|
1715
1715
|
),
|
|
1716
1716
|
reducers: {
|
|
@@ -1734,16 +1734,16 @@ const m = (
|
|
|
1734
1734
|
updateEmailDomains: jf,
|
|
1735
1735
|
deleteEmailDomain: Cf,
|
|
1736
1736
|
deleteEmailDomains: Uf
|
|
1737
|
-
} = Oa.actions, Lf = (t) => t.emailDomainsReducer.instances,
|
|
1738
|
-
h([
|
|
1737
|
+
} = Oa.actions, Lf = (t) => t.emailDomainsReducer.instances, _a = h([Lf], (t) => Object.values(t)), Nf = (t) => (s) => s.emailDomainsReducer.instances[t], Hf = m(
|
|
1738
|
+
h([_a, (t, s) => s], (t, s) => {
|
|
1739
1739
|
const e = new Set(s);
|
|
1740
1740
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
1741
1741
|
})
|
|
1742
1742
|
), pq = m(
|
|
1743
|
-
h([
|
|
1743
|
+
h([_a, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
1744
1744
|
), Gf = Oa.reducer, $i = {
|
|
1745
1745
|
s3Urls: {}
|
|
1746
|
-
},
|
|
1746
|
+
}, Pa = 1e3 * 60 * 60, Kf = Pa * 24 * 7, Ta = _({
|
|
1747
1747
|
name: "file",
|
|
1748
1748
|
initialState: $i,
|
|
1749
1749
|
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, $i)),
|
|
@@ -1757,34 +1757,34 @@ const m = (
|
|
|
1757
1757
|
};
|
|
1758
1758
|
}
|
|
1759
1759
|
}
|
|
1760
|
-
}), { setUploadUrl: hq } =
|
|
1760
|
+
}), { setUploadUrl: hq } = Ta.actions, yq = (t) => (s) => {
|
|
1761
1761
|
const e = s.fileReducer.s3Urls[t];
|
|
1762
1762
|
if (!e)
|
|
1763
1763
|
return;
|
|
1764
1764
|
const i = (/* @__PURE__ */ new Date()).getTime();
|
|
1765
|
-
if (!((e.exp ?? i) - i <
|
|
1765
|
+
if (!((e.exp ?? i) - i < Pa))
|
|
1766
1766
|
return e;
|
|
1767
|
-
}, Qf =
|
|
1767
|
+
}, Qf = Ta.reducer, _e = P(
|
|
1768
1768
|
(t) => t.uuid
|
|
1769
1769
|
), xi = {
|
|
1770
1770
|
instances: {}
|
|
1771
|
-
}, Ia =
|
|
1771
|
+
}, Ia = _({
|
|
1772
1772
|
name: "formIdentifiers",
|
|
1773
1773
|
initialState: xi,
|
|
1774
1774
|
extraReducers: (t) => t.addMatcher(
|
|
1775
|
-
I(O,
|
|
1775
|
+
I(O, T),
|
|
1776
1776
|
(s) => Object.assign(s, xi)
|
|
1777
1777
|
),
|
|
1778
1778
|
reducers: {
|
|
1779
|
-
initializeFormIdentifiers:
|
|
1780
|
-
addFormIdentifier:
|
|
1781
|
-
addFormIdentifiers:
|
|
1782
|
-
setFormIdentifier:
|
|
1783
|
-
setFormIdentifiers:
|
|
1784
|
-
updateFormIdentifier:
|
|
1785
|
-
updateFormIdentifiers:
|
|
1786
|
-
deleteFormIdentifier:
|
|
1787
|
-
deleteFormIdentifiers:
|
|
1779
|
+
initializeFormIdentifiers: _e.initialize,
|
|
1780
|
+
addFormIdentifier: _e.addOne,
|
|
1781
|
+
addFormIdentifiers: _e.addMany,
|
|
1782
|
+
setFormIdentifier: _e.setOne,
|
|
1783
|
+
setFormIdentifiers: _e.setMany,
|
|
1784
|
+
updateFormIdentifier: _e.updateOne,
|
|
1785
|
+
updateFormIdentifiers: _e.updateMany,
|
|
1786
|
+
deleteFormIdentifier: _e.deleteOne,
|
|
1787
|
+
deleteFormIdentifiers: _e.deleteMany
|
|
1788
1788
|
}
|
|
1789
1789
|
}), {
|
|
1790
1790
|
initializeFormIdentifiers: Yf,
|
|
@@ -1806,25 +1806,25 @@ const m = (
|
|
|
1806
1806
|
})
|
|
1807
1807
|
), mq = m(
|
|
1808
1808
|
h([ba, (t, s) => s], (t, s) => S(t.filter((e) => e.form === s)))
|
|
1809
|
-
), dS = Ia.reducer,
|
|
1809
|
+
), dS = Ia.reducer, Pe = P((t) => t.uuid), Wi = {
|
|
1810
1810
|
instances: {}
|
|
1811
|
-
}, ga =
|
|
1811
|
+
}, ga = _({
|
|
1812
1812
|
name: "formIdentifierValues",
|
|
1813
1813
|
initialState: Wi,
|
|
1814
1814
|
extraReducers: (t) => t.addMatcher(
|
|
1815
|
-
I(O,
|
|
1815
|
+
I(O, T),
|
|
1816
1816
|
(s) => Object.assign(s, Wi)
|
|
1817
1817
|
),
|
|
1818
1818
|
reducers: {
|
|
1819
|
-
initializeFormIdentifierValues:
|
|
1820
|
-
addFormIdentifierValue:
|
|
1821
|
-
addFormIdentifierValues:
|
|
1822
|
-
setFormIdentifierValue:
|
|
1823
|
-
setFormIdentifierValues:
|
|
1824
|
-
updateFormIdentifierValue:
|
|
1825
|
-
updateFormIdentifierValues:
|
|
1826
|
-
deleteFormIdentifierValue:
|
|
1827
|
-
deleteFormIdentifierValues:
|
|
1819
|
+
initializeFormIdentifierValues: Pe.initialize,
|
|
1820
|
+
addFormIdentifierValue: Pe.addOne,
|
|
1821
|
+
addFormIdentifierValues: Pe.addMany,
|
|
1822
|
+
setFormIdentifierValue: Pe.setOne,
|
|
1823
|
+
setFormIdentifierValues: Pe.setMany,
|
|
1824
|
+
updateFormIdentifierValue: Pe.updateOne,
|
|
1825
|
+
updateFormIdentifierValues: Pe.updateMany,
|
|
1826
|
+
deleteFormIdentifierValue: Pe.deleteOne,
|
|
1827
|
+
deleteFormIdentifierValues: Pe.deleteMany
|
|
1828
1828
|
}
|
|
1829
1829
|
}), {
|
|
1830
1830
|
initializeFormIdentifierValues: oS,
|
|
@@ -1861,29 +1861,29 @@ const m = (
|
|
|
1861
1861
|
t.filter((e) => e.form_identifier === s)
|
|
1862
1862
|
)
|
|
1863
1863
|
)
|
|
1864
|
-
),
|
|
1864
|
+
), _S = ga.reducer, Te = P((t) => t.uuid), ji = {
|
|
1865
1865
|
instances: {}
|
|
1866
|
-
}, ka =
|
|
1866
|
+
}, ka = _({
|
|
1867
1867
|
name: "formRevisionAttachments",
|
|
1868
1868
|
initialState: ji,
|
|
1869
1869
|
extraReducers: (t) => t.addMatcher(
|
|
1870
|
-
I(O,
|
|
1870
|
+
I(O, T),
|
|
1871
1871
|
(s) => Object.assign(s, ji)
|
|
1872
1872
|
),
|
|
1873
1873
|
reducers: {
|
|
1874
|
-
initializeFormRevisionAttachments:
|
|
1875
|
-
addFormRevisionAttachment:
|
|
1876
|
-
addFormRevisionAttachments:
|
|
1877
|
-
setFormRevisionAttachment:
|
|
1878
|
-
setFormRevisionAttachments:
|
|
1879
|
-
updateFormRevisionAttachment:
|
|
1880
|
-
updateFormRevisionAttachments:
|
|
1881
|
-
deleteFormRevisionAttachment:
|
|
1882
|
-
deleteFormRevisionAttachments:
|
|
1874
|
+
initializeFormRevisionAttachments: Te.initialize,
|
|
1875
|
+
addFormRevisionAttachment: Te.addOne,
|
|
1876
|
+
addFormRevisionAttachments: Te.addMany,
|
|
1877
|
+
setFormRevisionAttachment: Te.setOne,
|
|
1878
|
+
setFormRevisionAttachments: Te.setMany,
|
|
1879
|
+
updateFormRevisionAttachment: Te.updateOne,
|
|
1880
|
+
updateFormRevisionAttachments: Te.updateMany,
|
|
1881
|
+
deleteFormRevisionAttachment: Te.deleteOne,
|
|
1882
|
+
deleteFormRevisionAttachments: Te.deleteMany
|
|
1883
1883
|
}
|
|
1884
1884
|
}), {
|
|
1885
|
-
initializeFormRevisionAttachments:
|
|
1886
|
-
addFormRevisionAttachment:
|
|
1885
|
+
initializeFormRevisionAttachments: PS,
|
|
1886
|
+
addFormRevisionAttachment: TS,
|
|
1887
1887
|
addFormRevisionAttachments: IS,
|
|
1888
1888
|
setFormRevisionAttachment: bS,
|
|
1889
1889
|
setFormRevisionAttachments: gS,
|
|
@@ -1911,15 +1911,15 @@ const m = (
|
|
|
1911
1911
|
h([Cs, (t, s) => s], (t, s) => S(
|
|
1912
1912
|
Object.values(t).filter((e) => e.form_revision === s)
|
|
1913
1913
|
))
|
|
1914
|
-
), BS = ka.reducer, Ie =
|
|
1914
|
+
), BS = ka.reducer, Ie = P(
|
|
1915
1915
|
(t) => t.uuid
|
|
1916
1916
|
), Ci = {
|
|
1917
1917
|
instances: {}
|
|
1918
|
-
}, Fa =
|
|
1918
|
+
}, Fa = _({
|
|
1919
1919
|
name: "formRevisions",
|
|
1920
1920
|
initialState: Ci,
|
|
1921
1921
|
extraReducers: (t) => t.addMatcher(
|
|
1922
|
-
I(O,
|
|
1922
|
+
I(O, T),
|
|
1923
1923
|
(s) => Object.assign(s, Ci)
|
|
1924
1924
|
),
|
|
1925
1925
|
reducers: {
|
|
@@ -1958,13 +1958,13 @@ const m = (
|
|
|
1958
1958
|
[Us, (t, s) => s],
|
|
1959
1959
|
(t, s) => S(t.filter((e) => e.form === s))
|
|
1960
1960
|
)
|
|
1961
|
-
), US = Fa.reducer, be =
|
|
1961
|
+
), US = Fa.reducer, be = P((t) => t.uuid), Ui = {
|
|
1962
1962
|
instances: {}
|
|
1963
|
-
}, Ba =
|
|
1963
|
+
}, Ba = _({
|
|
1964
1964
|
name: "forms",
|
|
1965
1965
|
initialState: Ui,
|
|
1966
1966
|
extraReducers: (t) => t.addMatcher(
|
|
1967
|
-
I(O,
|
|
1967
|
+
I(O, T),
|
|
1968
1968
|
(s) => Object.assign(s, Ui)
|
|
1969
1969
|
),
|
|
1970
1970
|
reducers: {
|
|
@@ -1995,13 +1995,13 @@ const m = (
|
|
|
1995
1995
|
})
|
|
1996
1996
|
), Oq = m(
|
|
1997
1997
|
h([qa, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
1998
|
-
), ge =
|
|
1998
|
+
), ge = P((t) => t.uuid), Li = {
|
|
1999
1999
|
instances: {}
|
|
2000
|
-
}, Da =
|
|
2000
|
+
}, Da = _({
|
|
2001
2001
|
name: "formSubmissionAttachments",
|
|
2002
2002
|
initialState: Li,
|
|
2003
2003
|
extraReducers: (t) => t.addMatcher(
|
|
2004
|
-
I(O,
|
|
2004
|
+
I(O, T),
|
|
2005
2005
|
(s) => Object.assign(s, Li)
|
|
2006
2006
|
),
|
|
2007
2007
|
reducers: {
|
|
@@ -2050,15 +2050,15 @@ const m = (
|
|
|
2050
2050
|
t.filter((e) => e.form_submission === s)
|
|
2051
2051
|
)
|
|
2052
2052
|
)
|
|
2053
|
-
), hA = Da.reducer, ke =
|
|
2053
|
+
), hA = Da.reducer, ke = P(
|
|
2054
2054
|
(t) => t.uuid
|
|
2055
2055
|
), Ni = {
|
|
2056
2056
|
instances: {}
|
|
2057
|
-
}, Ca =
|
|
2057
|
+
}, Ca = _({
|
|
2058
2058
|
name: "formSubmissions",
|
|
2059
2059
|
initialState: Ni,
|
|
2060
2060
|
extraReducers: (t) => t.addMatcher(
|
|
2061
|
-
I(O,
|
|
2061
|
+
I(O, T),
|
|
2062
2062
|
(s) => Object.assign(s, Ni)
|
|
2063
2063
|
),
|
|
2064
2064
|
reducers: {
|
|
@@ -2082,11 +2082,11 @@ const m = (
|
|
|
2082
2082
|
updateFormSubmissions: wA,
|
|
2083
2083
|
deleteFormSubmission: OA,
|
|
2084
2084
|
deleteFormSubmissions: La
|
|
2085
|
-
} = Ca.actions, Na = (t) => t.formSubmissionReducer.instances,
|
|
2085
|
+
} = Ca.actions, Na = (t) => t.formSubmissionReducer.instances, _A = h(
|
|
2086
2086
|
[Na],
|
|
2087
2087
|
(t) => Object.values(t)
|
|
2088
|
-
),
|
|
2089
|
-
h([
|
|
2088
|
+
), PA = (t) => (s) => s.formSubmissionReducer.instances[t], TA = m(
|
|
2089
|
+
h([_A, (t, s) => s], (t, s) => {
|
|
2090
2090
|
const e = new Set(s);
|
|
2091
2091
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2092
2092
|
})
|
|
@@ -2102,15 +2102,15 @@ const m = (
|
|
|
2102
2102
|
);
|
|
2103
2103
|
}
|
|
2104
2104
|
)
|
|
2105
|
-
), bA = Ca.reducer, Fe =
|
|
2105
|
+
), bA = Ca.reducer, Fe = P(
|
|
2106
2106
|
(t) => t.uuid
|
|
2107
2107
|
), Hi = {
|
|
2108
2108
|
instances: {}
|
|
2109
|
-
}, Ha =
|
|
2109
|
+
}, Ha = _({
|
|
2110
2110
|
name: "geoImages",
|
|
2111
2111
|
initialState: Hi,
|
|
2112
2112
|
extraReducers: (t) => t.addMatcher(
|
|
2113
|
-
I(O, q,
|
|
2113
|
+
I(O, q, T),
|
|
2114
2114
|
(s) => Object.assign(s, Hi)
|
|
2115
2115
|
),
|
|
2116
2116
|
reducers: {
|
|
@@ -2139,15 +2139,15 @@ const m = (
|
|
|
2139
2139
|
const e = new Set(s);
|
|
2140
2140
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2141
2141
|
})
|
|
2142
|
-
),
|
|
2142
|
+
), _q = m(
|
|
2143
2143
|
h([Ga, (t, s) => s], (t, s) => S(t.filter((e) => e.project === s)))
|
|
2144
|
-
), $A = Ha.reducer, Re =
|
|
2144
|
+
), $A = Ha.reducer, Re = P((t) => t.uuid), Gi = {
|
|
2145
2145
|
instances: {}
|
|
2146
|
-
}, Ka =
|
|
2146
|
+
}, Ka = _({
|
|
2147
2147
|
name: "issueAssociations",
|
|
2148
2148
|
initialState: Gi,
|
|
2149
2149
|
extraReducers: (t) => t.addMatcher(
|
|
2150
|
-
I(O, q,
|
|
2150
|
+
I(O, q, T),
|
|
2151
2151
|
(s) => Object.assign(s, Gi)
|
|
2152
2152
|
),
|
|
2153
2153
|
reducers: {
|
|
@@ -2200,13 +2200,13 @@ const m = (
|
|
|
2200
2200
|
h([Nt, (t, s) => s], (t, s) => S(t.filter(({ issue: e }) => e === s)))
|
|
2201
2201
|
), XA = m(
|
|
2202
2202
|
h([Nt, (t, s) => s], (t, s) => S(t.filter(({ asset: e }) => e === s)))
|
|
2203
|
-
), ew = Ka.reducer, Me =
|
|
2203
|
+
), ew = Ka.reducer, Me = P((t) => t.uuid), Ki = {
|
|
2204
2204
|
instances: {}
|
|
2205
|
-
}, Qa =
|
|
2205
|
+
}, Qa = _({
|
|
2206
2206
|
name: "issueAttachments",
|
|
2207
2207
|
initialState: Ki,
|
|
2208
2208
|
extraReducers: (t) => t.addMatcher(
|
|
2209
|
-
I(O, q,
|
|
2209
|
+
I(O, q, T),
|
|
2210
2210
|
(s) => Object.assign(s, Ki)
|
|
2211
2211
|
),
|
|
2212
2212
|
reducers: {
|
|
@@ -2243,13 +2243,13 @@ const m = (
|
|
|
2243
2243
|
const e = new Set(s);
|
|
2244
2244
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2245
2245
|
})
|
|
2246
|
-
), pw = Qa.reducer, Ee =
|
|
2246
|
+
), pw = Qa.reducer, Ee = P((t) => t.uuid), Qi = {
|
|
2247
2247
|
instances: {}
|
|
2248
|
-
}, Xa =
|
|
2248
|
+
}, Xa = _({
|
|
2249
2249
|
name: "issueCommentAttachments",
|
|
2250
2250
|
initialState: Qi,
|
|
2251
2251
|
extraReducers: (t) => t.addMatcher(
|
|
2252
|
-
I(O, q,
|
|
2252
|
+
I(O, q, T),
|
|
2253
2253
|
(s) => Object.assign(s, Qi)
|
|
2254
2254
|
),
|
|
2255
2255
|
reducers: {
|
|
@@ -2272,11 +2272,11 @@ const m = (
|
|
|
2272
2272
|
updateIssueCommentAttachment: Aw,
|
|
2273
2273
|
updateIssueCommentAttachments: ww,
|
|
2274
2274
|
deleteIssueCommentAttachment: Ow,
|
|
2275
|
-
deleteIssueCommentAttachments:
|
|
2276
|
-
} = Xa.actions,
|
|
2277
|
-
[
|
|
2275
|
+
deleteIssueCommentAttachments: _w
|
|
2276
|
+
} = Xa.actions, Pw = (t) => t.issueCommentAttachmentReducer.instances, ec = h(
|
|
2277
|
+
[Pw],
|
|
2278
2278
|
(t) => Object.values(t)
|
|
2279
|
-
),
|
|
2279
|
+
), Tw = (t) => (s) => s.issueCommentAttachmentReducer.instances[t], Iw = m(
|
|
2280
2280
|
h(
|
|
2281
2281
|
[ec, (t, s) => s],
|
|
2282
2282
|
(t, s) => {
|
|
@@ -2284,17 +2284,17 @@ const m = (
|
|
|
2284
2284
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2285
2285
|
}
|
|
2286
2286
|
)
|
|
2287
|
-
),
|
|
2287
|
+
), Pq = m(
|
|
2288
2288
|
h([ec, (t, s) => s], (t, s) => S(t.filter(({ issue_comment: e }) => s === e)))
|
|
2289
|
-
), bw = Xa.reducer, ve =
|
|
2289
|
+
), bw = Xa.reducer, ve = P(
|
|
2290
2290
|
(t) => t.uuid
|
|
2291
2291
|
), Yi = {
|
|
2292
2292
|
instances: {}
|
|
2293
|
-
}, tc =
|
|
2293
|
+
}, tc = _({
|
|
2294
2294
|
name: "issueComments",
|
|
2295
2295
|
initialState: Yi,
|
|
2296
2296
|
extraReducers: (t) => t.addMatcher(
|
|
2297
|
-
I(O, q,
|
|
2297
|
+
I(O, q, T),
|
|
2298
2298
|
(s) => Object.assign(s, Yi)
|
|
2299
2299
|
),
|
|
2300
2300
|
reducers: {
|
|
@@ -2323,20 +2323,20 @@ const m = (
|
|
|
2323
2323
|
const e = new Set(s);
|
|
2324
2324
|
return S(Object.values(t).filter(({ uuid: i }) => e.has(i)));
|
|
2325
2325
|
})
|
|
2326
|
-
),
|
|
2326
|
+
), Tq = m(
|
|
2327
2327
|
h(
|
|
2328
2328
|
[sc, (t, s) => s],
|
|
2329
2329
|
(t, s) => S(
|
|
2330
2330
|
Object.values(t).filter((e) => e.issue === s)
|
|
2331
2331
|
)
|
|
2332
2332
|
)
|
|
2333
|
-
), zw = tc.reducer, Ve =
|
|
2333
|
+
), zw = tc.reducer, Ve = P((t) => t.uuid), Ji = {
|
|
2334
2334
|
instances: {}
|
|
2335
|
-
}, ic =
|
|
2335
|
+
}, ic = _({
|
|
2336
2336
|
name: "issues",
|
|
2337
2337
|
initialState: Ji,
|
|
2338
2338
|
extraReducers: (t) => t.addMatcher(
|
|
2339
|
-
I(O, q,
|
|
2339
|
+
I(O, q, T),
|
|
2340
2340
|
(s) => Object.assign(s, Ji)
|
|
2341
2341
|
),
|
|
2342
2342
|
reducers: {
|
|
@@ -2372,13 +2372,13 @@ const m = (
|
|
|
2372
2372
|
h([Ls, (t, s) => s], (t, s) => t.filter((e) => e.project === s))
|
|
2373
2373
|
), Kw = m(
|
|
2374
2374
|
h([Ls, (t, s) => s], (t, s) => t.filter((e) => e.issue_type === s))
|
|
2375
|
-
), Qw = ic.reducer, Be =
|
|
2375
|
+
), Qw = ic.reducer, Be = P((t) => t.uuid), Zi = {
|
|
2376
2376
|
instances: {}
|
|
2377
|
-
}, ac =
|
|
2377
|
+
}, ac = _({
|
|
2378
2378
|
name: "issueTypeAttachments",
|
|
2379
2379
|
initialState: Zi,
|
|
2380
2380
|
extraReducers: (t) => t.addMatcher(
|
|
2381
|
-
I(O,
|
|
2381
|
+
I(O, T),
|
|
2382
2382
|
(s) => Object.assign(s, Zi)
|
|
2383
2383
|
),
|
|
2384
2384
|
reducers: {
|
|
@@ -2415,13 +2415,13 @@ const m = (
|
|
|
2415
2415
|
)
|
|
2416
2416
|
), bq = m(
|
|
2417
2417
|
h([cc, (t, s) => s], (t, s) => S(t.filter(({ issue_type: e }) => s === e)))
|
|
2418
|
-
), dO = ac.reducer, qe =
|
|
2418
|
+
), dO = ac.reducer, qe = P((t) => t.uuid), Xi = {
|
|
2419
2419
|
instances: {}
|
|
2420
|
-
}, dc =
|
|
2420
|
+
}, dc = _({
|
|
2421
2421
|
name: "issueTypeFieldsAttachments",
|
|
2422
2422
|
initialState: Xi,
|
|
2423
2423
|
extraReducers: (t) => t.addMatcher(
|
|
2424
|
-
I(O,
|
|
2424
|
+
I(O, T),
|
|
2425
2425
|
(s) => Object.assign(s, Xi)
|
|
2426
2426
|
),
|
|
2427
2427
|
reducers: {
|
|
@@ -2461,13 +2461,13 @@ const m = (
|
|
|
2461
2461
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2462
2462
|
}
|
|
2463
2463
|
)
|
|
2464
|
-
),
|
|
2464
|
+
), _O = dc.reducer, De = P((t) => t.uuid), en = {
|
|
2465
2465
|
instances: {}
|
|
2466
|
-
}, uc =
|
|
2466
|
+
}, uc = _({
|
|
2467
2467
|
name: "issueTypeFieldValues",
|
|
2468
2468
|
initialState: en,
|
|
2469
2469
|
extraReducers: (t) => t.addMatcher(
|
|
2470
|
-
I(O, q,
|
|
2470
|
+
I(O, q, T),
|
|
2471
2471
|
(s) => Object.assign(s, en)
|
|
2472
2472
|
),
|
|
2473
2473
|
reducers: {
|
|
@@ -2482,8 +2482,8 @@ const m = (
|
|
|
2482
2482
|
deleteIssueTypeFieldValuesMany: De.deleteMany
|
|
2483
2483
|
}
|
|
2484
2484
|
}), {
|
|
2485
|
-
initializeIssueTypeFieldValues:
|
|
2486
|
-
addIssueTypeFieldValues:
|
|
2485
|
+
initializeIssueTypeFieldValues: PO,
|
|
2486
|
+
addIssueTypeFieldValues: TO,
|
|
2487
2487
|
addIssueTypeFieldValuesMany: IO,
|
|
2488
2488
|
setIssueTypeFieldValues: bO,
|
|
2489
2489
|
setIssueTypeFieldValuesMany: gO,
|
|
@@ -2501,13 +2501,13 @@ const m = (
|
|
|
2501
2501
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2502
2502
|
}
|
|
2503
2503
|
)
|
|
2504
|
-
), BO = uc.reducer, ze =
|
|
2504
|
+
), BO = uc.reducer, ze = P((t) => t.uuid), tn = {
|
|
2505
2505
|
instances: {}
|
|
2506
|
-
}, lc =
|
|
2506
|
+
}, lc = _({
|
|
2507
2507
|
name: "issueTypeFields",
|
|
2508
2508
|
initialState: tn,
|
|
2509
2509
|
extraReducers: (t) => t.addMatcher(
|
|
2510
|
-
I(O,
|
|
2510
|
+
I(O, T),
|
|
2511
2511
|
(s) => Object.assign(s, tn)
|
|
2512
2512
|
),
|
|
2513
2513
|
reducers: {
|
|
@@ -2550,13 +2550,13 @@ const m = (
|
|
|
2550
2550
|
const e = new Set(s);
|
|
2551
2551
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2552
2552
|
})
|
|
2553
|
-
), GO = lc.reducer, $e =
|
|
2553
|
+
), GO = lc.reducer, $e = P((t) => t.uuid), sn = {
|
|
2554
2554
|
instances: {}
|
|
2555
|
-
}, pc =
|
|
2555
|
+
}, pc = _({
|
|
2556
2556
|
name: "issueTypeFieldValuesAttachments",
|
|
2557
2557
|
initialState: sn,
|
|
2558
2558
|
extraReducers: (t) => t.addMatcher(
|
|
2559
|
-
I(O, q,
|
|
2559
|
+
I(O, q, T),
|
|
2560
2560
|
(s) => Object.assign(s, sn)
|
|
2561
2561
|
),
|
|
2562
2562
|
reducers: {
|
|
@@ -2578,12 +2578,12 @@ const m = (
|
|
|
2578
2578
|
setIssueTypeFieldValuesAttachments: JO,
|
|
2579
2579
|
updateIssueTypeFieldValuesAttachment: ZO,
|
|
2580
2580
|
updateIssueTypeFieldValuesAttachments: XO,
|
|
2581
|
-
deleteIssueTypeFieldValuesAttachment:
|
|
2581
|
+
deleteIssueTypeFieldValuesAttachment: e_,
|
|
2582
2582
|
deleteIssueTypeFieldValuesAttachments: yc
|
|
2583
|
-
} = pc.actions,
|
|
2584
|
-
[
|
|
2583
|
+
} = pc.actions, t_ = (t) => t.issueTypeFieldValuesAttachmentReducer.instances, mc = h(
|
|
2584
|
+
[t_],
|
|
2585
2585
|
(t) => Object.values(t)
|
|
2586
|
-
),
|
|
2586
|
+
), s_ = (t) => (s) => s.issueTypeFieldValuesAttachmentReducer.instances[t], i_ = m(
|
|
2587
2587
|
h(
|
|
2588
2588
|
[mc, (t, s) => s],
|
|
2589
2589
|
(t, s) => {
|
|
@@ -2591,18 +2591,18 @@ const m = (
|
|
|
2591
2591
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2592
2592
|
}
|
|
2593
2593
|
)
|
|
2594
|
-
),
|
|
2594
|
+
), n_ = m(
|
|
2595
2595
|
h(
|
|
2596
2596
|
[mc, (t, s) => s],
|
|
2597
2597
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
2598
2598
|
)
|
|
2599
|
-
),
|
|
2599
|
+
), r_ = pc.reducer, xe = P((t) => t.uuid), nn = {
|
|
2600
2600
|
instances: {}
|
|
2601
|
-
}, fc =
|
|
2601
|
+
}, fc = _({
|
|
2602
2602
|
name: "issueTypeIdentifiers",
|
|
2603
2603
|
initialState: nn,
|
|
2604
2604
|
extraReducers: (t) => t.addMatcher(
|
|
2605
|
-
I(O,
|
|
2605
|
+
I(O, T),
|
|
2606
2606
|
(s) => Object.assign(s, nn)
|
|
2607
2607
|
),
|
|
2608
2608
|
reducers: {
|
|
@@ -2617,19 +2617,19 @@ const m = (
|
|
|
2617
2617
|
deleteIssueTypeIdentifiers: xe.deleteMany
|
|
2618
2618
|
}
|
|
2619
2619
|
}), {
|
|
2620
|
-
initializeIssueTypeIdentifiers:
|
|
2621
|
-
addIssueTypeIdentifier:
|
|
2622
|
-
addIssueTypeIdentifiers:
|
|
2623
|
-
setIssueTypeIdentifier:
|
|
2624
|
-
setIssueTypeIdentifiers:
|
|
2625
|
-
updateIssueTypeIdentifier:
|
|
2626
|
-
updateIssueTypeIdentifiers:
|
|
2627
|
-
deleteIssueTypeIdentifier:
|
|
2628
|
-
deleteIssueTypeIdentifiers:
|
|
2629
|
-
} = fc.actions,
|
|
2630
|
-
[
|
|
2620
|
+
initializeIssueTypeIdentifiers: a_,
|
|
2621
|
+
addIssueTypeIdentifier: c_,
|
|
2622
|
+
addIssueTypeIdentifiers: d_,
|
|
2623
|
+
setIssueTypeIdentifier: o_,
|
|
2624
|
+
setIssueTypeIdentifiers: u_,
|
|
2625
|
+
updateIssueTypeIdentifier: l_,
|
|
2626
|
+
updateIssueTypeIdentifiers: p_,
|
|
2627
|
+
deleteIssueTypeIdentifier: h_,
|
|
2628
|
+
deleteIssueTypeIdentifiers: y_
|
|
2629
|
+
} = fc.actions, m_ = (t) => t.issueTypeIdentifierReducer.instances, Sc = h(
|
|
2630
|
+
[m_],
|
|
2631
2631
|
(t) => Object.values(t)
|
|
2632
|
-
),
|
|
2632
|
+
), f_ = (t) => (s) => s.issueTypeIdentifierReducer.instances[t], S_ = m(
|
|
2633
2633
|
h(
|
|
2634
2634
|
[Sc, (t, s) => s],
|
|
2635
2635
|
(t, s) => {
|
|
@@ -2639,13 +2639,13 @@ const m = (
|
|
|
2639
2639
|
)
|
|
2640
2640
|
), Eq = m(
|
|
2641
2641
|
h([Sc, (t, s) => s], (t, s) => S(t.filter((e) => e.issue_type === s)))
|
|
2642
|
-
),
|
|
2642
|
+
), A_ = fc.reducer, We = P((t) => t.uuid), rn = {
|
|
2643
2643
|
instances: {}
|
|
2644
|
-
}, Ac =
|
|
2644
|
+
}, Ac = _({
|
|
2645
2645
|
name: "issueTypeIdentifierValues",
|
|
2646
2646
|
initialState: rn,
|
|
2647
2647
|
extraReducers: (t) => t.addMatcher(
|
|
2648
|
-
I(O, q,
|
|
2648
|
+
I(O, q, T),
|
|
2649
2649
|
(s) => Object.assign(s, rn)
|
|
2650
2650
|
),
|
|
2651
2651
|
reducers: {
|
|
@@ -2660,19 +2660,19 @@ const m = (
|
|
|
2660
2660
|
deleteIssueTypeIdentifierValues: We.deleteMany
|
|
2661
2661
|
}
|
|
2662
2662
|
}), {
|
|
2663
|
-
initializeIssueTypeIdentifierValues:
|
|
2664
|
-
addIssueTypeIdentifierValue:
|
|
2665
|
-
addIssueTypeIdentifierValues:
|
|
2666
|
-
setIssueTypeIdentifierValue:
|
|
2667
|
-
setIssueTypeIdentifierValues:
|
|
2668
|
-
updateIssueTypeIdentifierValue:
|
|
2669
|
-
updateIssueTypeIdentifierValues:
|
|
2670
|
-
deleteIssueTypeIdentifierValue:
|
|
2671
|
-
deleteIssueTypeIdentifierValues:
|
|
2672
|
-
} = Ac.actions,
|
|
2673
|
-
[
|
|
2663
|
+
initializeIssueTypeIdentifierValues: w_,
|
|
2664
|
+
addIssueTypeIdentifierValue: O_,
|
|
2665
|
+
addIssueTypeIdentifierValues: __,
|
|
2666
|
+
setIssueTypeIdentifierValue: P_,
|
|
2667
|
+
setIssueTypeIdentifierValues: T_,
|
|
2668
|
+
updateIssueTypeIdentifierValue: I_,
|
|
2669
|
+
updateIssueTypeIdentifierValues: b_,
|
|
2670
|
+
deleteIssueTypeIdentifierValue: g_,
|
|
2671
|
+
deleteIssueTypeIdentifierValues: k_
|
|
2672
|
+
} = Ac.actions, F_ = (t) => t.issueTypeIdentifierValueReducer.instances, Hs = h(
|
|
2673
|
+
[F_],
|
|
2674
2674
|
(t) => Object.values(t)
|
|
2675
|
-
),
|
|
2675
|
+
), R_ = (t) => (s) => s.issueTypeIdentifierValueReducer.instances[t], M_ = m(
|
|
2676
2676
|
h(
|
|
2677
2677
|
[Hs, (t, s) => s],
|
|
2678
2678
|
(t, s) => {
|
|
@@ -2689,15 +2689,15 @@ const m = (
|
|
|
2689
2689
|
t.filter((e) => e.issue_type_identifier === s)
|
|
2690
2690
|
)
|
|
2691
2691
|
)
|
|
2692
|
-
),
|
|
2692
|
+
), E_ = Ac.reducer, je = P(
|
|
2693
2693
|
(t) => t.uuid
|
|
2694
2694
|
), an = {
|
|
2695
2695
|
instances: {}
|
|
2696
|
-
}, wc =
|
|
2696
|
+
}, wc = _({
|
|
2697
2697
|
name: "issueTypes",
|
|
2698
2698
|
initialState: an,
|
|
2699
2699
|
extraReducers: (t) => t.addMatcher(
|
|
2700
|
-
I(O,
|
|
2700
|
+
I(O, T),
|
|
2701
2701
|
(s) => Object.assign(s, an)
|
|
2702
2702
|
),
|
|
2703
2703
|
reducers: {
|
|
@@ -2712,32 +2712,32 @@ const m = (
|
|
|
2712
2712
|
deleteIssueTypes: je.deleteMany
|
|
2713
2713
|
}
|
|
2714
2714
|
}), {
|
|
2715
|
-
initializeIssueTypes:
|
|
2716
|
-
addIssueType:
|
|
2717
|
-
addIssueTypes:
|
|
2718
|
-
setIssueType:
|
|
2719
|
-
setIssueTypes:
|
|
2720
|
-
updateIssueType:
|
|
2721
|
-
updateIssueTypes: $
|
|
2722
|
-
deleteIssueType:
|
|
2723
|
-
deleteIssueTypes:
|
|
2724
|
-
} = wc.actions,
|
|
2725
|
-
|
|
2715
|
+
initializeIssueTypes: v_,
|
|
2716
|
+
addIssueType: V_,
|
|
2717
|
+
addIssueTypes: B_,
|
|
2718
|
+
setIssueType: q_,
|
|
2719
|
+
setIssueTypes: D_,
|
|
2720
|
+
updateIssueType: z_,
|
|
2721
|
+
updateIssueTypes: $_,
|
|
2722
|
+
deleteIssueType: x_,
|
|
2723
|
+
deleteIssueTypes: W_
|
|
2724
|
+
} = wc.actions, j_ = (t) => t.issueTypeReducer.instances, Oc = h(
|
|
2725
|
+
j_,
|
|
2726
2726
|
(t) => Object.values(t)
|
|
2727
|
-
),
|
|
2727
|
+
), C_ = (t) => (s) => s.issueTypeReducer.instances[t], U_ = m(
|
|
2728
2728
|
h([Oc, (t, s) => s], (t, s) => {
|
|
2729
2729
|
const e = new Set(s);
|
|
2730
2730
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2731
2731
|
})
|
|
2732
2732
|
), Bq = m(
|
|
2733
2733
|
h([Oc, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
2734
|
-
),
|
|
2734
|
+
), L_ = wc.reducer, Ce = P((t) => t.uuid), cn = {
|
|
2735
2735
|
instances: {}
|
|
2736
|
-
},
|
|
2736
|
+
}, _c = _({
|
|
2737
2737
|
name: "issueTypeStatuses",
|
|
2738
2738
|
initialState: cn,
|
|
2739
2739
|
extraReducers: (t) => t.addMatcher(
|
|
2740
|
-
I(O,
|
|
2740
|
+
I(O, T),
|
|
2741
2741
|
(s) => Object.assign(s, cn)
|
|
2742
2742
|
),
|
|
2743
2743
|
reducers: {
|
|
@@ -2752,31 +2752,31 @@ const m = (
|
|
|
2752
2752
|
deleteIssueTypeStatuses: Ce.deleteMany
|
|
2753
2753
|
}
|
|
2754
2754
|
}), {
|
|
2755
|
-
initializeIssueTypeStatuses:
|
|
2756
|
-
addIssueTypeStatus:
|
|
2757
|
-
addIssueTypeStatuses:
|
|
2758
|
-
setIssueTypeStatus:
|
|
2759
|
-
setIssueTypeStatuses:
|
|
2760
|
-
updateIssueTypeStatus:
|
|
2761
|
-
updateIssueTypeStatuses:
|
|
2762
|
-
deleteIssueTypeStatus:
|
|
2763
|
-
deleteIssueTypeStatuses:
|
|
2764
|
-
} =
|
|
2765
|
-
h([
|
|
2755
|
+
initializeIssueTypeStatuses: N_,
|
|
2756
|
+
addIssueTypeStatus: H_,
|
|
2757
|
+
addIssueTypeStatuses: G_,
|
|
2758
|
+
setIssueTypeStatus: K_,
|
|
2759
|
+
setIssueTypeStatuses: Q_,
|
|
2760
|
+
updateIssueTypeStatus: Y_,
|
|
2761
|
+
updateIssueTypeStatuses: J_,
|
|
2762
|
+
deleteIssueTypeStatus: Z_,
|
|
2763
|
+
deleteIssueTypeStatuses: X_
|
|
2764
|
+
} = _c.actions, eP = (t) => t.issueTypeStatusReducer.instances, Pc = h([eP], (t) => S(Object.values(t).toSorted(ru))), Tc = (t) => (s) => s.issueTypeStatusReducer.instances[t], tP = m(
|
|
2765
|
+
h([Pc, (t, s) => s], (t, s) => {
|
|
2766
2766
|
const e = new Set(s);
|
|
2767
2767
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2768
2768
|
})
|
|
2769
2769
|
), qq = m(
|
|
2770
|
-
h([
|
|
2771
|
-
),
|
|
2770
|
+
h([Pc, (t, s) => s], (t, s) => S(t.filter((e) => e.issue_type === s)))
|
|
2771
|
+
), sP = _c.reducer, Ue = P(
|
|
2772
2772
|
(t) => t.uuid
|
|
2773
2773
|
), dn = {
|
|
2774
2774
|
instances: {}
|
|
2775
|
-
}, Ic =
|
|
2775
|
+
}, Ic = _({
|
|
2776
2776
|
name: "issueUpdates",
|
|
2777
2777
|
initialState: dn,
|
|
2778
2778
|
extraReducers: (t) => t.addMatcher(
|
|
2779
|
-
I(O, q,
|
|
2779
|
+
I(O, q, T),
|
|
2780
2780
|
(s) => Object.assign(s, dn)
|
|
2781
2781
|
),
|
|
2782
2782
|
reducers: {
|
|
@@ -2791,24 +2791,24 @@ const m = (
|
|
|
2791
2791
|
deleteIssueUpdates: Ue.deleteMany
|
|
2792
2792
|
}
|
|
2793
2793
|
}), {
|
|
2794
|
-
initializeIssueUpdates:
|
|
2794
|
+
initializeIssueUpdates: iP,
|
|
2795
2795
|
addIssueUpdate: bc,
|
|
2796
2796
|
addIssueUpdates: gc,
|
|
2797
|
-
setIssueUpdate:
|
|
2798
|
-
setIssueUpdates:
|
|
2799
|
-
updateIssueUpdate:
|
|
2800
|
-
updateIssueUpdates:
|
|
2797
|
+
setIssueUpdate: nP,
|
|
2798
|
+
setIssueUpdates: rP,
|
|
2799
|
+
updateIssueUpdate: aP,
|
|
2800
|
+
updateIssueUpdates: cP,
|
|
2801
2801
|
deleteIssueUpdate: kc,
|
|
2802
2802
|
deleteIssueUpdates: Fc
|
|
2803
2803
|
} = Ic.actions, Rc = (t) => t.issueUpdateReducer.instances, Mc = h(
|
|
2804
2804
|
[Rc],
|
|
2805
2805
|
(t) => Object.values(t)
|
|
2806
|
-
),
|
|
2806
|
+
), dP = m(
|
|
2807
2807
|
h(
|
|
2808
2808
|
[Rc, (t, s) => s],
|
|
2809
2809
|
(t, s) => t[s]
|
|
2810
2810
|
)
|
|
2811
|
-
),
|
|
2811
|
+
), oP = m(
|
|
2812
2812
|
h(
|
|
2813
2813
|
[Mc, (t, s) => s],
|
|
2814
2814
|
(t, s) => {
|
|
@@ -2816,15 +2816,15 @@ const m = (
|
|
|
2816
2816
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2817
2817
|
}
|
|
2818
2818
|
)
|
|
2819
|
-
),
|
|
2819
|
+
), uP = m(
|
|
2820
2820
|
h([Mc, (t, s) => s], (t, s) => S(t.filter((e) => e.issue === s)))
|
|
2821
|
-
),
|
|
2821
|
+
), lP = Ic.reducer, Le = P((t) => t.id), on = {
|
|
2822
2822
|
instances: {},
|
|
2823
2823
|
currentUser: null
|
|
2824
|
-
}, Ec =
|
|
2824
|
+
}, Ec = _({
|
|
2825
2825
|
name: "users",
|
|
2826
2826
|
initialState: on,
|
|
2827
|
-
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, on)).addCase(
|
|
2827
|
+
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, on)).addCase(T, (s) => Object.assign(s, { ...s, instances: [] })),
|
|
2828
2828
|
reducers: {
|
|
2829
2829
|
initializeUsers: Le.initialize,
|
|
2830
2830
|
setUsers: Le.setMany,
|
|
@@ -2848,29 +2848,29 @@ const m = (
|
|
|
2848
2848
|
}
|
|
2849
2849
|
}
|
|
2850
2850
|
}), {
|
|
2851
|
-
initializeUsers:
|
|
2852
|
-
setUsers:
|
|
2853
|
-
setUser:
|
|
2854
|
-
addUsers:
|
|
2851
|
+
initializeUsers: pP,
|
|
2852
|
+
setUsers: hP,
|
|
2853
|
+
setUser: yP,
|
|
2854
|
+
addUsers: mP,
|
|
2855
2855
|
addUser: vc,
|
|
2856
|
-
updateUsers:
|
|
2857
|
-
updateUser:
|
|
2856
|
+
updateUsers: fP,
|
|
2857
|
+
updateUser: SP,
|
|
2858
2858
|
deleteUser: Vc,
|
|
2859
|
-
deleteUsers:
|
|
2859
|
+
deleteUsers: AP,
|
|
2860
2860
|
setCurrentUser: Dq,
|
|
2861
2861
|
setCurrentUserProfile: zq
|
|
2862
|
-
} = Ec.actions,
|
|
2862
|
+
} = Ec.actions, wP = Ec.reducer, OP = (t) => t.userReducer.currentUser, Bc = (t) => t.userReducer.instances, Gs = h([Bc], (t) => Object.values(t)), Ks = (t) => (s) => s.userReducer.instances[t], _P = m(
|
|
2863
2863
|
h([Gs, (t, s) => s], (t, s) => {
|
|
2864
2864
|
const e = new Set(s);
|
|
2865
2865
|
return S(t.filter(({ id: i }) => e.has(i)));
|
|
2866
2866
|
})
|
|
2867
|
-
), Ne =
|
|
2867
|
+
), Ne = P((t) => t.uuid), un = {
|
|
2868
2868
|
instances: {}
|
|
2869
|
-
}, qc =
|
|
2869
|
+
}, qc = _({
|
|
2870
2870
|
name: "organizationAccess",
|
|
2871
2871
|
initialState: un,
|
|
2872
2872
|
extraReducers: (t) => t.addMatcher(
|
|
2873
|
-
I(O,
|
|
2873
|
+
I(O, T),
|
|
2874
2874
|
(s) => Object.assign(s, un)
|
|
2875
2875
|
),
|
|
2876
2876
|
reducers: {
|
|
@@ -2885,16 +2885,16 @@ const m = (
|
|
|
2885
2885
|
deleteOrganizationAccesses: Ne.deleteMany
|
|
2886
2886
|
}
|
|
2887
2887
|
}), {
|
|
2888
|
-
initializeOrganizationAccesses:
|
|
2889
|
-
addOrganizationAccess:
|
|
2890
|
-
addOrganizationAccesses:
|
|
2891
|
-
setOrganizationAccess:
|
|
2892
|
-
setOrganizationAccesses:
|
|
2893
|
-
updateOrganizationAccess:
|
|
2894
|
-
updateOrganizationAccesses:
|
|
2895
|
-
deleteOrganizationAccess:
|
|
2896
|
-
deleteOrganizationAccesses:
|
|
2897
|
-
} = qc.actions,
|
|
2888
|
+
initializeOrganizationAccesses: PP,
|
|
2889
|
+
addOrganizationAccess: TP,
|
|
2890
|
+
addOrganizationAccesses: IP,
|
|
2891
|
+
setOrganizationAccess: bP,
|
|
2892
|
+
setOrganizationAccesses: gP,
|
|
2893
|
+
updateOrganizationAccess: kP,
|
|
2894
|
+
updateOrganizationAccesses: FP,
|
|
2895
|
+
deleteOrganizationAccess: RP,
|
|
2896
|
+
deleteOrganizationAccesses: MP
|
|
2897
|
+
} = qc.actions, EP = qc.reducer, Qs = (t) => t.organizationAccessReducer.instances, vP = (t) => (s) => s.organizationAccessReducer.instances[t], VP = m(
|
|
2898
2898
|
h(
|
|
2899
2899
|
[Qs, (t, s) => s],
|
|
2900
2900
|
(t, s) => {
|
|
@@ -2903,18 +2903,18 @@ const m = (
|
|
|
2903
2903
|
}
|
|
2904
2904
|
)
|
|
2905
2905
|
), $q = h(
|
|
2906
|
-
[
|
|
2906
|
+
[OP, Qs],
|
|
2907
2907
|
(t, s) => Object.values(s).find(
|
|
2908
2908
|
(i) => i.user === (t == null ? void 0 : t.id)
|
|
2909
2909
|
) ?? null
|
|
2910
|
-
),
|
|
2910
|
+
), BP = h([Qs], (t) => {
|
|
2911
2911
|
const s = {};
|
|
2912
2912
|
for (const e of Object.values(t))
|
|
2913
2913
|
s[e.user] = e;
|
|
2914
2914
|
return cs(s);
|
|
2915
2915
|
}), xq = m(
|
|
2916
2916
|
h(
|
|
2917
|
-
[Bc,
|
|
2917
|
+
[Bc, BP, (t, s) => s],
|
|
2918
2918
|
(t, s, e) => S(
|
|
2919
2919
|
Object.values(t).filter((i) => {
|
|
2920
2920
|
const n = s[i.id];
|
|
@@ -2922,13 +2922,13 @@ const m = (
|
|
|
2922
2922
|
})
|
|
2923
2923
|
)
|
|
2924
2924
|
)
|
|
2925
|
-
), He =
|
|
2925
|
+
), He = P((t) => t.uuid), ln = {
|
|
2926
2926
|
instances: {}
|
|
2927
|
-
}, Dc =
|
|
2927
|
+
}, Dc = _({
|
|
2928
2928
|
name: "organizations",
|
|
2929
2929
|
initialState: ln,
|
|
2930
2930
|
extraReducers: (t) => t.addMatcher(
|
|
2931
|
-
I(O,
|
|
2931
|
+
I(O, T),
|
|
2932
2932
|
(s) => Object.assign(s, ln)
|
|
2933
2933
|
),
|
|
2934
2934
|
reducers: {
|
|
@@ -2943,21 +2943,21 @@ const m = (
|
|
|
2943
2943
|
deleteOrganizations: He.deleteMany
|
|
2944
2944
|
}
|
|
2945
2945
|
}), {
|
|
2946
|
-
initializeOrganizations:
|
|
2947
|
-
setOrganizations:
|
|
2948
|
-
setOrganization:
|
|
2949
|
-
addOrganizations: $
|
|
2950
|
-
addOrganization:
|
|
2951
|
-
updateOrganizations:
|
|
2952
|
-
updateOrganization:
|
|
2953
|
-
deleteOrganization:
|
|
2954
|
-
deleteOrganizations:
|
|
2955
|
-
} = Dc.actions,
|
|
2956
|
-
h([
|
|
2946
|
+
initializeOrganizations: qP,
|
|
2947
|
+
setOrganizations: DP,
|
|
2948
|
+
setOrganization: zP,
|
|
2949
|
+
addOrganizations: $P,
|
|
2950
|
+
addOrganization: xP,
|
|
2951
|
+
updateOrganizations: WP,
|
|
2952
|
+
updateOrganization: jP,
|
|
2953
|
+
deleteOrganization: CP,
|
|
2954
|
+
deleteOrganizations: UP
|
|
2955
|
+
} = Dc.actions, LP = (t) => t.organizationReducer.instances, NP = h([LP], (t) => Object.values(t)), HP = (t) => (s) => s.organizationReducer.instances[t], GP = m(
|
|
2956
|
+
h([NP, (t, s) => s], (t, s) => {
|
|
2957
2957
|
const e = new Set(s);
|
|
2958
2958
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
2959
2959
|
})
|
|
2960
|
-
),
|
|
2960
|
+
), KP = Dc.reducer, QP = (t, s, e) => {
|
|
2961
2961
|
const i = t.uuid ? t : { ...t, uuid: qt() };
|
|
2962
2962
|
return {
|
|
2963
2963
|
payload: i,
|
|
@@ -2976,7 +2976,7 @@ const m = (
|
|
|
2976
2976
|
}, pn = {
|
|
2977
2977
|
deletedRequests: [],
|
|
2978
2978
|
latestRetryTime: 0
|
|
2979
|
-
}, zc =
|
|
2979
|
+
}, zc = _({
|
|
2980
2980
|
name: "outbox",
|
|
2981
2981
|
initialState: pn,
|
|
2982
2982
|
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, pn)),
|
|
@@ -2989,7 +2989,7 @@ const m = (
|
|
|
2989
2989
|
prepare: (t) => {
|
|
2990
2990
|
console.debug("Preparing to enqueue request", t.url);
|
|
2991
2991
|
const { BASE_URL: s, serviceName: e, ...i } = t;
|
|
2992
|
-
return
|
|
2992
|
+
return QP(i, s, e);
|
|
2993
2993
|
}
|
|
2994
2994
|
},
|
|
2995
2995
|
markForDeletion(t, s) {
|
|
@@ -3003,15 +3003,15 @@ const m = (
|
|
|
3003
3003
|
t.latestRetryTime = s.payload;
|
|
3004
3004
|
}
|
|
3005
3005
|
}
|
|
3006
|
-
}), Wq = (t) => t.outboxReducer.deletedRequests, jq = (t) => t.outboxReducer.latestRetryTime, { enqueueRequest:
|
|
3006
|
+
}), Wq = (t) => t.outboxReducer.deletedRequests, jq = (t) => t.outboxReducer.latestRetryTime, { enqueueRequest: YP, markForDeletion: Cq, markAsDeleted: JP, _setLatestRetryTime: ZP } = zc.actions, XP = zc.reducer, Ge = P(
|
|
3007
3007
|
(t) => t.uuid
|
|
3008
3008
|
), hn = {
|
|
3009
3009
|
instances: {}
|
|
3010
|
-
}, $c =
|
|
3010
|
+
}, $c = _({
|
|
3011
3011
|
name: "projectAccess",
|
|
3012
3012
|
initialState: hn,
|
|
3013
3013
|
extraReducers: (t) => t.addMatcher(
|
|
3014
|
-
I(O,
|
|
3014
|
+
I(O, T),
|
|
3015
3015
|
(s) => Object.assign(s, hn)
|
|
3016
3016
|
),
|
|
3017
3017
|
reducers: {
|
|
@@ -3026,19 +3026,19 @@ const m = (
|
|
|
3026
3026
|
deleteProjectAccesses: Ge.deleteMany
|
|
3027
3027
|
}
|
|
3028
3028
|
}), {
|
|
3029
|
-
initializeProjectAccesses:
|
|
3030
|
-
addProjectAccess:
|
|
3031
|
-
addProjectAccesses:
|
|
3032
|
-
setProjectAccess:
|
|
3033
|
-
setProjectAccesses:
|
|
3034
|
-
updateProjectAccess:
|
|
3035
|
-
updateProjectAccesses:
|
|
3036
|
-
deleteProjectAccess:
|
|
3037
|
-
deleteProjectAccesses:
|
|
3038
|
-
} = $c.actions,
|
|
3029
|
+
initializeProjectAccesses: eT,
|
|
3030
|
+
addProjectAccess: tT,
|
|
3031
|
+
addProjectAccesses: sT,
|
|
3032
|
+
setProjectAccess: iT,
|
|
3033
|
+
setProjectAccesses: nT,
|
|
3034
|
+
updateProjectAccess: rT,
|
|
3035
|
+
updateProjectAccesses: aT,
|
|
3036
|
+
deleteProjectAccess: cT,
|
|
3037
|
+
deleteProjectAccesses: dT
|
|
3038
|
+
} = $c.actions, oT = $c.reducer, xc = (t) => t.projectAccessReducer.instances, ls = h(
|
|
3039
3039
|
xc,
|
|
3040
3040
|
(t) => Object.values(t)
|
|
3041
|
-
),
|
|
3041
|
+
), uT = (t) => (s) => s.projectAccessReducer.instances[t], lT = m(
|
|
3042
3042
|
h([ls, (t, s) => s], (t, s) => {
|
|
3043
3043
|
const e = new Set(s);
|
|
3044
3044
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -3065,13 +3065,13 @@ const m = (
|
|
|
3065
3065
|
return S(t.filter((n) => i.has(n.id)));
|
|
3066
3066
|
}
|
|
3067
3067
|
)
|
|
3068
|
-
), Ke =
|
|
3068
|
+
), Ke = P((t) => t.uuid), yn = {
|
|
3069
3069
|
instances: {}
|
|
3070
|
-
}, Wc =
|
|
3070
|
+
}, Wc = _({
|
|
3071
3071
|
name: "projectAttachments",
|
|
3072
3072
|
initialState: yn,
|
|
3073
3073
|
extraReducers: (t) => t.addMatcher(
|
|
3074
|
-
I(O,
|
|
3074
|
+
I(O, T),
|
|
3075
3075
|
(s) => Object.assign(s, yn)
|
|
3076
3076
|
),
|
|
3077
3077
|
reducers: {
|
|
@@ -3086,34 +3086,34 @@ const m = (
|
|
|
3086
3086
|
deleteProjectAttachments: Ke.deleteMany
|
|
3087
3087
|
}
|
|
3088
3088
|
}), {
|
|
3089
|
-
initializeProjectAttachments:
|
|
3090
|
-
addProjectAttachment:
|
|
3091
|
-
addProjectAttachments:
|
|
3092
|
-
setProjectAttachment:
|
|
3093
|
-
setProjectAttachments:
|
|
3094
|
-
updateProjectAttachment:
|
|
3095
|
-
updateProjectAttachments:
|
|
3096
|
-
deleteProjectAttachment:
|
|
3097
|
-
deleteProjectAttachments:
|
|
3098
|
-
} = Wc.actions,
|
|
3099
|
-
[
|
|
3089
|
+
initializeProjectAttachments: pT,
|
|
3090
|
+
addProjectAttachment: hT,
|
|
3091
|
+
addProjectAttachments: yT,
|
|
3092
|
+
setProjectAttachment: mT,
|
|
3093
|
+
setProjectAttachments: fT,
|
|
3094
|
+
updateProjectAttachment: ST,
|
|
3095
|
+
updateProjectAttachments: AT,
|
|
3096
|
+
deleteProjectAttachment: wT,
|
|
3097
|
+
deleteProjectAttachments: OT
|
|
3098
|
+
} = Wc.actions, _T = (t) => t.projectAttachmentReducer.instances, jc = h(
|
|
3099
|
+
[_T],
|
|
3100
3100
|
(t) => Object.values(t)
|
|
3101
|
-
),
|
|
3101
|
+
), PT = (t) => (s) => s.projectAttachmentReducer.instances[t], TT = m(
|
|
3102
3102
|
h([jc, (t, s) => s], (t, s) => {
|
|
3103
3103
|
const e = new Set(s);
|
|
3104
3104
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3105
3105
|
})
|
|
3106
3106
|
), Hq = m(
|
|
3107
3107
|
h([jc, (t, s) => s], (t, s) => S(t.filter(({ project: e }) => s === e)))
|
|
3108
|
-
),
|
|
3108
|
+
), IT = Wc.reducer, Qe = P(
|
|
3109
3109
|
(t) => t.uuid
|
|
3110
3110
|
), mn = {
|
|
3111
3111
|
instances: {}
|
|
3112
|
-
}, Cc =
|
|
3112
|
+
}, Cc = _({
|
|
3113
3113
|
name: "projectFiles",
|
|
3114
3114
|
initialState: mn,
|
|
3115
3115
|
extraReducers: (t) => t.addMatcher(
|
|
3116
|
-
I(O, q,
|
|
3116
|
+
I(O, q, T),
|
|
3117
3117
|
(s) => Object.assign(s, mn)
|
|
3118
3118
|
),
|
|
3119
3119
|
reducers: {
|
|
@@ -3128,27 +3128,27 @@ const m = (
|
|
|
3128
3128
|
deleteProjectFiles: Qe.deleteMany
|
|
3129
3129
|
}
|
|
3130
3130
|
}), {
|
|
3131
|
-
initializeProjectFiles:
|
|
3132
|
-
setProjectFile:
|
|
3133
|
-
setProjectFiles:
|
|
3134
|
-
addProjectFile:
|
|
3135
|
-
addProjectFiles:
|
|
3136
|
-
updateProjectFile:
|
|
3137
|
-
updateProjectFiles:
|
|
3138
|
-
deleteProjectFile:
|
|
3139
|
-
deleteProjectFiles:
|
|
3140
|
-
} = Cc.actions,
|
|
3141
|
-
h([
|
|
3131
|
+
initializeProjectFiles: bT,
|
|
3132
|
+
setProjectFile: gT,
|
|
3133
|
+
setProjectFiles: kT,
|
|
3134
|
+
addProjectFile: FT,
|
|
3135
|
+
addProjectFiles: RT,
|
|
3136
|
+
updateProjectFile: MT,
|
|
3137
|
+
updateProjectFiles: ET,
|
|
3138
|
+
deleteProjectFile: vT,
|
|
3139
|
+
deleteProjectFiles: VT
|
|
3140
|
+
} = Cc.actions, BT = (t) => t.projectFileReducer.instances, qT = h([BT], (t) => S(Object.values(t).sort((s, e) => s.z_index - e.z_index))), DT = (t) => (s) => s.projectFileReducer.instances[t], zT = m(
|
|
3141
|
+
h([qT, (t, s) => s], (t, s) => {
|
|
3142
3142
|
const e = new Set(s);
|
|
3143
3143
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3144
3144
|
})
|
|
3145
|
-
), $
|
|
3145
|
+
), $T = Cc.reducer, Ye = P((t) => t.uuid), fn = {
|
|
3146
3146
|
instances: {}
|
|
3147
|
-
}, Uc =
|
|
3147
|
+
}, Uc = _({
|
|
3148
3148
|
name: "projects",
|
|
3149
3149
|
initialState: fn,
|
|
3150
3150
|
extraReducers: (t) => t.addMatcher(
|
|
3151
|
-
I(O,
|
|
3151
|
+
I(O, T),
|
|
3152
3152
|
(s) => Object.assign(s, fn)
|
|
3153
3153
|
),
|
|
3154
3154
|
reducers: {
|
|
@@ -3163,16 +3163,16 @@ const m = (
|
|
|
3163
3163
|
deleteProjects: Ye.deleteMany
|
|
3164
3164
|
}
|
|
3165
3165
|
}), {
|
|
3166
|
-
initializeProjects:
|
|
3167
|
-
setProjects:
|
|
3168
|
-
setProject:
|
|
3169
|
-
addProjects:
|
|
3170
|
-
addProject:
|
|
3171
|
-
updateProjects:
|
|
3172
|
-
updateProject:
|
|
3173
|
-
deleteProject:
|
|
3174
|
-
deleteProjects:
|
|
3175
|
-
} = Uc.actions,
|
|
3166
|
+
initializeProjects: xT,
|
|
3167
|
+
setProjects: WT,
|
|
3168
|
+
setProject: jT,
|
|
3169
|
+
addProjects: CT,
|
|
3170
|
+
addProject: UT,
|
|
3171
|
+
updateProjects: LT,
|
|
3172
|
+
updateProject: NT,
|
|
3173
|
+
deleteProject: HT,
|
|
3174
|
+
deleteProjects: GT
|
|
3175
|
+
} = Uc.actions, KT = Uc.reducer, QT = (t) => t.projectReducer.instances, Ys = h([QT], (t) => Object.values(t)), YT = (t) => (s) => s.projectReducer.instances[t], JT = m(
|
|
3176
3176
|
h([Ys, (t, s) => s], (t, s) => {
|
|
3177
3177
|
const e = new Set(s);
|
|
3178
3178
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -3184,13 +3184,13 @@ const m = (
|
|
|
3184
3184
|
})
|
|
3185
3185
|
), Kq = m(
|
|
3186
3186
|
h([Ys, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
3187
|
-
), Je =
|
|
3187
|
+
), Je = P(({ uuid: t }) => t), Sn = {
|
|
3188
3188
|
instances: {}
|
|
3189
|
-
}, Lc =
|
|
3189
|
+
}, Lc = _({
|
|
3190
3190
|
name: "procedures",
|
|
3191
3191
|
initialState: Sn,
|
|
3192
3192
|
extraReducers: (t) => t.addMatcher(
|
|
3193
|
-
I(O, q,
|
|
3193
|
+
I(O, q, T),
|
|
3194
3194
|
(s) => Object.assign(s, Sn)
|
|
3195
3195
|
),
|
|
3196
3196
|
reducers: {
|
|
@@ -3205,8 +3205,8 @@ const m = (
|
|
|
3205
3205
|
deleteProcedures: Je.deleteMany
|
|
3206
3206
|
}
|
|
3207
3207
|
}), {
|
|
3208
|
-
initializeProcedures:
|
|
3209
|
-
addProcedure:
|
|
3208
|
+
initializeProcedures: ZT,
|
|
3209
|
+
addProcedure: XT,
|
|
3210
3210
|
addProcedures: Nc,
|
|
3211
3211
|
setProcedure: eI,
|
|
3212
3212
|
setProcedures: tI,
|
|
@@ -3230,13 +3230,13 @@ const m = (
|
|
|
3230
3230
|
h([Jt, (t, s) => s], (t, s) => S(t.filter((e) => e.asset === s)))
|
|
3231
3231
|
), Jq = m(
|
|
3232
3232
|
h([Jt, (t, s) => s], (t, s) => S(t.filter((e) => e.issue === s)))
|
|
3233
|
-
), Ze =
|
|
3233
|
+
), Ze = P((t) => t.uuid), An = {
|
|
3234
3234
|
instances: {}
|
|
3235
|
-
}, Gc =
|
|
3235
|
+
}, Gc = _({
|
|
3236
3236
|
name: "procedureStepAssignees",
|
|
3237
3237
|
initialState: An,
|
|
3238
3238
|
extraReducers: (t) => t.addMatcher(
|
|
3239
|
-
I(O, q,
|
|
3239
|
+
I(O, q, T),
|
|
3240
3240
|
(s) => Object.assign(s, An)
|
|
3241
3241
|
),
|
|
3242
3242
|
reducers: {
|
|
@@ -3260,7 +3260,7 @@ const m = (
|
|
|
3260
3260
|
updateProcedureStepAssignees: fI,
|
|
3261
3261
|
deleteProcedureStepAssignee: SI,
|
|
3262
3262
|
deleteProcedureStepAssignees: AI
|
|
3263
|
-
} = Gc.actions, wI = (t) => t.procedureStepAssigneeReducer.instances, ps = h([wI], (t) => Object.values(t)), OI = (t) => (s) => s.procedureStepAssigneeReducer.instances[t],
|
|
3263
|
+
} = Gc.actions, wI = (t) => t.procedureStepAssigneeReducer.instances, ps = h([wI], (t) => Object.values(t)), OI = (t) => (s) => s.procedureStepAssigneeReducer.instances[t], _I = m(
|
|
3264
3264
|
h(
|
|
3265
3265
|
[ps, (t, s) => s],
|
|
3266
3266
|
(t, s) => {
|
|
@@ -3285,13 +3285,13 @@ const m = (
|
|
|
3285
3285
|
)
|
|
3286
3286
|
)
|
|
3287
3287
|
)
|
|
3288
|
-
),
|
|
3288
|
+
), PI = Gc.reducer, Xe = P((t) => t.uuid), wn = {
|
|
3289
3289
|
instances: {}
|
|
3290
|
-
}, Kc =
|
|
3290
|
+
}, Kc = _({
|
|
3291
3291
|
name: "procedureStepComments",
|
|
3292
3292
|
initialState: wn,
|
|
3293
3293
|
extraReducers: (t) => t.addMatcher(
|
|
3294
|
-
I(O, q,
|
|
3294
|
+
I(O, q, T),
|
|
3295
3295
|
(s) => Object.assign(s, wn)
|
|
3296
3296
|
),
|
|
3297
3297
|
reducers: {
|
|
@@ -3306,7 +3306,7 @@ const m = (
|
|
|
3306
3306
|
deleteProcedureStepComments: Xe.deleteMany
|
|
3307
3307
|
}
|
|
3308
3308
|
}), {
|
|
3309
|
-
initializeProcedureStepComments:
|
|
3309
|
+
initializeProcedureStepComments: TI,
|
|
3310
3310
|
addProcedureStepComment: II,
|
|
3311
3311
|
addProcedureStepComments: bI,
|
|
3312
3312
|
setProcedureStepComment: gI,
|
|
@@ -3340,13 +3340,13 @@ const m = (
|
|
|
3340
3340
|
)
|
|
3341
3341
|
)
|
|
3342
3342
|
)
|
|
3343
|
-
), qI = Kc.reducer, et =
|
|
3343
|
+
), qI = Kc.reducer, et = P((t) => t.uuid), On = {
|
|
3344
3344
|
instances: {}
|
|
3345
|
-
}, Qc =
|
|
3345
|
+
}, Qc = _({
|
|
3346
3346
|
name: "procedureStepDefaultAssignees",
|
|
3347
3347
|
initialState: On,
|
|
3348
3348
|
extraReducers: (t) => t.addMatcher(
|
|
3349
|
-
I(O,
|
|
3349
|
+
I(O, T),
|
|
3350
3350
|
(s) => Object.assign(s, On)
|
|
3351
3351
|
),
|
|
3352
3352
|
reducers: {
|
|
@@ -3386,14 +3386,14 @@ const m = (
|
|
|
3386
3386
|
[Yc, (t, s) => s],
|
|
3387
3387
|
(t, s) => S(t.filter((e) => e.procedure_step === s))
|
|
3388
3388
|
)
|
|
3389
|
-
), KI = Qc.reducer, tt =
|
|
3389
|
+
), KI = Qc.reducer, tt = P((t) => t.uuid), _n = {
|
|
3390
3390
|
instances: {}
|
|
3391
|
-
}, Jc =
|
|
3391
|
+
}, Jc = _({
|
|
3392
3392
|
name: "procedureStepDefaultReviewers",
|
|
3393
|
-
initialState:
|
|
3393
|
+
initialState: _n,
|
|
3394
3394
|
extraReducers: (t) => t.addMatcher(
|
|
3395
|
-
I(O,
|
|
3396
|
-
(s) => Object.assign(s,
|
|
3395
|
+
I(O, T),
|
|
3396
|
+
(s) => Object.assign(s, _n)
|
|
3397
3397
|
),
|
|
3398
3398
|
reducers: {
|
|
3399
3399
|
initializeProcedureStepDefaultReviewers: tt.initialize,
|
|
@@ -3432,14 +3432,14 @@ const m = (
|
|
|
3432
3432
|
[Zc, (t, s) => s],
|
|
3433
3433
|
(t, s) => S(t.filter((e) => e.procedure_step === s))
|
|
3434
3434
|
)
|
|
3435
|
-
), cb = Jc.reducer, st =
|
|
3435
|
+
), cb = Jc.reducer, st = P((t) => t.uuid), Pn = {
|
|
3436
3436
|
instances: {}
|
|
3437
|
-
}, Xc =
|
|
3437
|
+
}, Xc = _({
|
|
3438
3438
|
name: "procedureStepEvents",
|
|
3439
|
-
initialState:
|
|
3439
|
+
initialState: Pn,
|
|
3440
3440
|
extraReducers: (t) => t.addMatcher(
|
|
3441
|
-
I(O, q,
|
|
3442
|
-
(s) => Object.assign(s,
|
|
3441
|
+
I(O, q, T),
|
|
3442
|
+
(s) => Object.assign(s, Pn)
|
|
3443
3443
|
),
|
|
3444
3444
|
reducers: {
|
|
3445
3445
|
initializeProcedureStepEvents: st.initialize,
|
|
@@ -3487,14 +3487,14 @@ const m = (
|
|
|
3487
3487
|
)
|
|
3488
3488
|
)
|
|
3489
3489
|
)
|
|
3490
|
-
), Ob = Xc.reducer, it =
|
|
3490
|
+
), Ob = Xc.reducer, it = P((t) => t.uuid), Tn = {
|
|
3491
3491
|
instances: {}
|
|
3492
|
-
}, ed =
|
|
3492
|
+
}, ed = _({
|
|
3493
3493
|
name: "procedureStepFieldsAttachments",
|
|
3494
|
-
initialState:
|
|
3494
|
+
initialState: Tn,
|
|
3495
3495
|
extraReducers: (t) => t.addMatcher(
|
|
3496
|
-
I(O,
|
|
3497
|
-
(s) => Object.assign(s,
|
|
3496
|
+
I(O, T),
|
|
3497
|
+
(s) => Object.assign(s, Tn)
|
|
3498
3498
|
),
|
|
3499
3499
|
reducers: {
|
|
3500
3500
|
initializeProcedureStepFieldsAttachments: it.initialize,
|
|
@@ -3508,10 +3508,10 @@ const m = (
|
|
|
3508
3508
|
deleteProcedureStepFieldsAttachments: it.deleteMany
|
|
3509
3509
|
}
|
|
3510
3510
|
}), {
|
|
3511
|
-
initializeProcedureStepFieldsAttachments:
|
|
3512
|
-
addProcedureStepFieldsAttachment:
|
|
3511
|
+
initializeProcedureStepFieldsAttachments: _b,
|
|
3512
|
+
addProcedureStepFieldsAttachment: Pb,
|
|
3513
3513
|
addProcedureStepFieldsAttachments: td,
|
|
3514
|
-
setProcedureStepFieldsAttachment:
|
|
3514
|
+
setProcedureStepFieldsAttachment: Tb,
|
|
3515
3515
|
setProcedureStepFieldsAttachments: Ib,
|
|
3516
3516
|
updateProcedureStepFieldsAttachment: bb,
|
|
3517
3517
|
updateProcedureStepFieldsAttachments: gb,
|
|
@@ -3533,13 +3533,13 @@ const m = (
|
|
|
3533
3533
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3534
3534
|
}
|
|
3535
3535
|
)
|
|
3536
|
-
), vb = ed.reducer, nt =
|
|
3536
|
+
), vb = ed.reducer, nt = P((t) => t.uuid), In = {
|
|
3537
3537
|
instances: {}
|
|
3538
|
-
}, nd =
|
|
3538
|
+
}, nd = _({
|
|
3539
3539
|
name: "procedureStepFields",
|
|
3540
3540
|
initialState: In,
|
|
3541
3541
|
extraReducers: (t) => t.addMatcher(
|
|
3542
|
-
I(O,
|
|
3542
|
+
I(O, T),
|
|
3543
3543
|
(s) => Object.assign(s, In)
|
|
3544
3544
|
),
|
|
3545
3545
|
reducers: {
|
|
@@ -3582,13 +3582,13 @@ const m = (
|
|
|
3582
3582
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3583
3583
|
}
|
|
3584
3584
|
)
|
|
3585
|
-
), Lb = nd.reducer, rt =
|
|
3585
|
+
), Lb = nd.reducer, rt = P((t) => t.uuid), bn = {
|
|
3586
3586
|
instances: {}
|
|
3587
|
-
}, ad =
|
|
3587
|
+
}, ad = _({
|
|
3588
3588
|
name: "procedureStepFieldValuesAttachments",
|
|
3589
3589
|
initialState: bn,
|
|
3590
3590
|
extraReducers: (t) => t.addMatcher(
|
|
3591
|
-
I(O, q,
|
|
3591
|
+
I(O, q, T),
|
|
3592
3592
|
(s) => Object.assign(s, bn)
|
|
3593
3593
|
),
|
|
3594
3594
|
reducers: {
|
|
@@ -3628,13 +3628,13 @@ const m = (
|
|
|
3628
3628
|
[od, (t, s) => s],
|
|
3629
3629
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
3630
3630
|
)
|
|
3631
|
-
), sg = ad.reducer, at =
|
|
3631
|
+
), sg = ad.reducer, at = P((t) => t.uuid), gn = {
|
|
3632
3632
|
instances: {}
|
|
3633
|
-
}, ud =
|
|
3633
|
+
}, ud = _({
|
|
3634
3634
|
name: "procedureStepFieldValues",
|
|
3635
3635
|
initialState: gn,
|
|
3636
3636
|
extraReducers: (t) => t.addMatcher(
|
|
3637
|
-
I(O, q,
|
|
3637
|
+
I(O, q, T),
|
|
3638
3638
|
(s) => Object.assign(s, gn)
|
|
3639
3639
|
),
|
|
3640
3640
|
reducers: {
|
|
@@ -3703,13 +3703,13 @@ const m = (
|
|
|
3703
3703
|
return e;
|
|
3704
3704
|
}
|
|
3705
3705
|
)
|
|
3706
|
-
), mg = ud.reducer, ct =
|
|
3706
|
+
), mg = ud.reducer, ct = P((t) => t.uuid), kn = {
|
|
3707
3707
|
instances: {}
|
|
3708
|
-
}, ld =
|
|
3708
|
+
}, ld = _({
|
|
3709
3709
|
name: "procedureStepFieldValuesReviewRequests",
|
|
3710
3710
|
initialState: kn,
|
|
3711
3711
|
extraReducers: (t) => t.addMatcher(
|
|
3712
|
-
I(O, q,
|
|
3712
|
+
I(O, q, T),
|
|
3713
3713
|
(s) => Object.assign(s, kn)
|
|
3714
3714
|
),
|
|
3715
3715
|
reducers: {
|
|
@@ -3730,11 +3730,11 @@ const m = (
|
|
|
3730
3730
|
setProcedureStepFieldValuesReviewRequest: Ag,
|
|
3731
3731
|
setProcedureStepFieldValuesReviewRequests: wg,
|
|
3732
3732
|
updateProcedureStepFieldValuesReviewRequest: Og,
|
|
3733
|
-
updateProcedureStepFieldValuesReviewRequests:
|
|
3734
|
-
deleteProcedureStepFieldValuesReviewRequest:
|
|
3733
|
+
updateProcedureStepFieldValuesReviewRequests: _g,
|
|
3734
|
+
deleteProcedureStepFieldValuesReviewRequest: Pg,
|
|
3735
3735
|
deleteProcedureStepFieldValuesReviewRequests: hd
|
|
3736
|
-
} = ld.actions,
|
|
3737
|
-
[
|
|
3736
|
+
} = ld.actions, Tg = (t) => t.procedureStepFieldValuesReviewRequestReducer.instances, ms = h(
|
|
3737
|
+
[Tg],
|
|
3738
3738
|
(t) => Object.values(t)
|
|
3739
3739
|
), Ig = (t) => (s) => s.procedureStepFieldValuesReviewRequestReducer.instances[t], bg = m(
|
|
3740
3740
|
h(
|
|
@@ -3787,13 +3787,13 @@ const m = (
|
|
|
3787
3787
|
);
|
|
3788
3788
|
}
|
|
3789
3789
|
)
|
|
3790
|
-
), kg = ld.reducer, dt =
|
|
3790
|
+
), kg = ld.reducer, dt = P((t) => t.uuid), Fn = {
|
|
3791
3791
|
instances: {}
|
|
3792
|
-
}, yd =
|
|
3792
|
+
}, yd = _({
|
|
3793
3793
|
name: "procedureStepFieldValuesReviews",
|
|
3794
3794
|
initialState: Fn,
|
|
3795
3795
|
extraReducers: (t) => t.addMatcher(
|
|
3796
|
-
I(O, q,
|
|
3796
|
+
I(O, q, T),
|
|
3797
3797
|
(s) => Object.assign(s, Fn)
|
|
3798
3798
|
),
|
|
3799
3799
|
reducers: {
|
|
@@ -3875,13 +3875,13 @@ const m = (
|
|
|
3875
3875
|
(!n || n.submitted_at <= e.submitted_at) && (s[i] = e);
|
|
3876
3876
|
}
|
|
3877
3877
|
return s;
|
|
3878
|
-
}), xg = yd.reducer, ot =
|
|
3878
|
+
}), xg = yd.reducer, ot = P((t) => t.uuid), Rn = {
|
|
3879
3879
|
instances: {}
|
|
3880
|
-
}, Sd =
|
|
3880
|
+
}, Sd = _({
|
|
3881
3881
|
name: "procedureStepReviewers",
|
|
3882
3882
|
initialState: Rn,
|
|
3883
3883
|
extraReducers: (t) => t.addMatcher(
|
|
3884
|
-
I(O, q,
|
|
3884
|
+
I(O, q, T),
|
|
3885
3885
|
(s) => Object.assign(s, Rn)
|
|
3886
3886
|
),
|
|
3887
3887
|
reducers: {
|
|
@@ -3913,11 +3913,11 @@ const m = (
|
|
|
3913
3913
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
3914
3914
|
}
|
|
3915
3915
|
)
|
|
3916
|
-
), TD = m(
|
|
3917
|
-
h([fs, (t, s) => s], (t, s) => S(t.filter((e) => e.procedure === s)))
|
|
3918
3916
|
), _D = m(
|
|
3919
|
-
h([fs, (t, s) => s], (t, s) => S(t.filter((e) => e.
|
|
3917
|
+
h([fs, (t, s) => s], (t, s) => S(t.filter((e) => e.procedure === s)))
|
|
3920
3918
|
), PD = m(
|
|
3919
|
+
h([fs, (t, s) => s], (t, s) => S(t.filter((e) => e.procedure_step === s)))
|
|
3920
|
+
), TD = m(
|
|
3921
3921
|
h(
|
|
3922
3922
|
[
|
|
3923
3923
|
fs,
|
|
@@ -3930,15 +3930,15 @@ const m = (
|
|
|
3930
3930
|
)
|
|
3931
3931
|
)
|
|
3932
3932
|
)
|
|
3933
|
-
), Zg = Sd.reducer, ut =
|
|
3933
|
+
), Zg = Sd.reducer, ut = P(
|
|
3934
3934
|
(t) => t.uuid
|
|
3935
3935
|
), Mn = {
|
|
3936
3936
|
instances: {}
|
|
3937
|
-
}, Ad =
|
|
3937
|
+
}, Ad = _({
|
|
3938
3938
|
name: "procedureSteps",
|
|
3939
3939
|
initialState: Mn,
|
|
3940
3940
|
extraReducers: (t) => t.addMatcher(
|
|
3941
|
-
I(O,
|
|
3941
|
+
I(O, T),
|
|
3942
3942
|
(s) => Object.assign(s, Mn)
|
|
3943
3943
|
),
|
|
3944
3944
|
reducers: {
|
|
@@ -3985,13 +3985,13 @@ const m = (
|
|
|
3985
3985
|
const n = cu(s, Object.values(t)).all().map(({ model: r }) => r);
|
|
3986
3986
|
return S(n);
|
|
3987
3987
|
})
|
|
3988
|
-
), lt =
|
|
3988
|
+
), lt = P(({ uuid: t }) => t), En = {
|
|
3989
3989
|
instances: {}
|
|
3990
|
-
}, Od =
|
|
3990
|
+
}, Od = _({
|
|
3991
3991
|
name: "procedureTypeAttachments",
|
|
3992
3992
|
initialState: En,
|
|
3993
3993
|
extraReducers: (t) => t.addMatcher(
|
|
3994
|
-
I(O,
|
|
3994
|
+
I(O, T),
|
|
3995
3995
|
(s) => Object.assign(s, En)
|
|
3996
3996
|
),
|
|
3997
3997
|
reducers: {
|
|
@@ -4015,12 +4015,12 @@ const m = (
|
|
|
4015
4015
|
updateProcedureTypeAttachments: Ak,
|
|
4016
4016
|
deleteProcedureTypeAttachment: wk,
|
|
4017
4017
|
deleteProcedureTypeAttachments: Ok
|
|
4018
|
-
} = Od.actions,
|
|
4019
|
-
[
|
|
4018
|
+
} = Od.actions, _k = Od.reducer, Pk = (t) => t.procedureTypeAttachmentReducer.instances, _d = h(
|
|
4019
|
+
[Pk],
|
|
4020
4020
|
(t) => Object.values(t)
|
|
4021
|
-
),
|
|
4021
|
+
), Tk = (t) => (s) => s.procedureTypeAttachmentReducer.instances[t], Ik = m(
|
|
4022
4022
|
h(
|
|
4023
|
-
[
|
|
4023
|
+
[_d, (t, s) => s],
|
|
4024
4024
|
(t, s) => {
|
|
4025
4025
|
const e = new Set(s);
|
|
4026
4026
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -4028,16 +4028,16 @@ const m = (
|
|
|
4028
4028
|
)
|
|
4029
4029
|
), gD = m(
|
|
4030
4030
|
h(
|
|
4031
|
-
[
|
|
4031
|
+
[_d, (t, s) => s],
|
|
4032
4032
|
(t, s) => S(t.filter(({ procedure_type: e }) => s === e))
|
|
4033
4033
|
)
|
|
4034
|
-
), pt =
|
|
4034
|
+
), pt = P(({ uuid: t }) => t), vn = {
|
|
4035
4035
|
instances: {}
|
|
4036
|
-
},
|
|
4036
|
+
}, Pd = _({
|
|
4037
4037
|
name: "procedureTypeFieldsAttachments",
|
|
4038
4038
|
initialState: vn,
|
|
4039
4039
|
extraReducers: (t) => t.addMatcher(
|
|
4040
|
-
I(O,
|
|
4040
|
+
I(O, T),
|
|
4041
4041
|
(s) => Object.assign(s, vn)
|
|
4042
4042
|
),
|
|
4043
4043
|
reducers: {
|
|
@@ -4061,29 +4061,29 @@ const m = (
|
|
|
4061
4061
|
updateProcedureTypeFieldsAttachments: Ek,
|
|
4062
4062
|
deleteProcedureTypeFieldsAttachment: vk,
|
|
4063
4063
|
deleteProcedureTypeFieldsAttachments: Vk
|
|
4064
|
-
} =
|
|
4064
|
+
} = Pd.actions, Bk = Pd.reducer, qk = (t) => t.procedureTypeFieldsAttachmentReducer.instances, Td = h(
|
|
4065
4065
|
[qk],
|
|
4066
4066
|
(t) => Object.values(t)
|
|
4067
4067
|
), kD = m(
|
|
4068
4068
|
h(
|
|
4069
|
-
[
|
|
4069
|
+
[Td, (t, s) => s],
|
|
4070
4070
|
(t, s) => S(t.filter((e) => e.fields_revision === s))
|
|
4071
4071
|
)
|
|
4072
4072
|
), Dk = (t) => (s) => s.procedureTypeFieldsAttachmentReducer.instances[t], zk = m(
|
|
4073
4073
|
h(
|
|
4074
|
-
[
|
|
4074
|
+
[Td, (t, s) => s],
|
|
4075
4075
|
(t, s) => {
|
|
4076
4076
|
const e = new Set(s);
|
|
4077
4077
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4078
4078
|
}
|
|
4079
4079
|
)
|
|
4080
|
-
), ht =
|
|
4080
|
+
), ht = P(({ uuid: t }) => t), Vn = {
|
|
4081
4081
|
instances: {}
|
|
4082
|
-
}, Id =
|
|
4082
|
+
}, Id = _({
|
|
4083
4083
|
name: "procedureTypeFields",
|
|
4084
4084
|
initialState: Vn,
|
|
4085
4085
|
extraReducers: (t) => t.addMatcher(
|
|
4086
|
-
I(O,
|
|
4086
|
+
I(O, T),
|
|
4087
4087
|
(s) => Object.assign(s, Vn)
|
|
4088
4088
|
),
|
|
4089
4089
|
reducers: {
|
|
@@ -4122,40 +4122,40 @@ const m = (
|
|
|
4122
4122
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4123
4123
|
}
|
|
4124
4124
|
)
|
|
4125
|
-
), yt =
|
|
4125
|
+
), yt = P(({ uuid: t }) => t), Bn = {
|
|
4126
4126
|
instances: {}
|
|
4127
|
-
}, bd =
|
|
4128
|
-
name: "
|
|
4127
|
+
}, bd = _({
|
|
4128
|
+
name: "procedureFieldValuesAttachments",
|
|
4129
4129
|
initialState: Bn,
|
|
4130
4130
|
extraReducers: (t) => t.addMatcher(
|
|
4131
|
-
I(O, q,
|
|
4131
|
+
I(O, q, T),
|
|
4132
4132
|
(s) => Object.assign(s, Bn)
|
|
4133
4133
|
),
|
|
4134
4134
|
reducers: {
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4135
|
+
initializeProcedureFieldValuesAttachments: yt.initialize,
|
|
4136
|
+
addProcedureFieldValuesAttachment: yt.addOne,
|
|
4137
|
+
addProcedureFieldValuesAttachments: yt.addMany,
|
|
4138
|
+
setProcedureFieldValuesAttachment: yt.setOne,
|
|
4139
|
+
setProcedureFieldValuesAttachments: yt.setMany,
|
|
4140
|
+
updateProcedureFieldValuesAttachment: yt.updateOne,
|
|
4141
|
+
updateProcedureFieldValuesAttachments: yt.updateMany,
|
|
4142
|
+
deleteProcedureFieldValuesAttachment: yt.deleteOne,
|
|
4143
|
+
deleteProcedureFieldValuesAttachments: yt.deleteMany
|
|
4144
4144
|
}
|
|
4145
4145
|
}), {
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
} = bd.actions, nF = bd.reducer, rF = (t) => t.
|
|
4146
|
+
initializeProcedureFieldValuesAttachments: Jk,
|
|
4147
|
+
addProcedureFieldValuesAttachment: Zk,
|
|
4148
|
+
addProcedureFieldValuesAttachments: gd,
|
|
4149
|
+
setProcedureFieldValuesAttachment: Xk,
|
|
4150
|
+
setProcedureFieldValuesAttachments: eF,
|
|
4151
|
+
updateProcedureFieldValuesAttachment: tF,
|
|
4152
|
+
updateProcedureFieldValuesAttachments: sF,
|
|
4153
|
+
deleteProcedureFieldValuesAttachment: iF,
|
|
4154
|
+
deleteProcedureFieldValuesAttachments: kd
|
|
4155
|
+
} = bd.actions, nF = bd.reducer, rF = (t) => t.procedureFieldValuesAttachmentReducer.instances, Fd = h(
|
|
4156
4156
|
[rF],
|
|
4157
4157
|
(t) => Object.values(t)
|
|
4158
|
-
), aF = (t) => (s) => s.
|
|
4158
|
+
), aF = (t) => (s) => s.procedureFieldValuesAttachmentReducer.instances[t], cF = m(
|
|
4159
4159
|
h(
|
|
4160
4160
|
[Fd, (t, s) => s],
|
|
4161
4161
|
(t, s) => {
|
|
@@ -4168,42 +4168,39 @@ const m = (
|
|
|
4168
4168
|
[Fd, (t, s) => s],
|
|
4169
4169
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
4170
4170
|
)
|
|
4171
|
-
), mt =
|
|
4171
|
+
), mt = P(({ uuid: t }) => t), qn = {
|
|
4172
4172
|
instances: {}
|
|
4173
|
-
}, Rd =
|
|
4174
|
-
name: "
|
|
4173
|
+
}, Rd = _({
|
|
4174
|
+
name: "procedureFieldValues",
|
|
4175
4175
|
initialState: qn,
|
|
4176
4176
|
extraReducers: (t) => t.addMatcher(
|
|
4177
|
-
I(O, q,
|
|
4177
|
+
I(O, q, T),
|
|
4178
4178
|
(s) => Object.assign(s, qn)
|
|
4179
4179
|
),
|
|
4180
4180
|
reducers: {
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4181
|
+
initializeProcedureFieldValues: mt.initialize,
|
|
4182
|
+
addProcedureFieldValues: mt.addOne,
|
|
4183
|
+
addProcedureFieldValuesMany: mt.addMany,
|
|
4184
|
+
setProcedureFieldValues: mt.setOne,
|
|
4185
|
+
setProcedureFieldValuesMany: mt.setMany,
|
|
4186
|
+
updateProcedureFieldValues: mt.updateOne,
|
|
4187
|
+
updateProcedureFieldValuesMany: mt.updateMany,
|
|
4188
|
+
deleteProcedureFieldValues: mt.deleteOne,
|
|
4189
|
+
deleteProcedureFieldValuesMany: mt.deleteMany
|
|
4190
4190
|
}
|
|
4191
4191
|
}), {
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
} = Rd.actions, AF = Rd.reducer, wF = (t) => t.
|
|
4202
|
-
[wF],
|
|
4203
|
-
(t) => Object.values(t)
|
|
4204
|
-
), MD = m(
|
|
4192
|
+
initializeProcedureFieldValues: oF,
|
|
4193
|
+
addProcedureFieldValues: uF,
|
|
4194
|
+
addProcedureFieldValuesMany: lF,
|
|
4195
|
+
setProcedureFieldValues: pF,
|
|
4196
|
+
setProcedureFieldValuesMany: hF,
|
|
4197
|
+
updateProcedureFieldValues: yF,
|
|
4198
|
+
updateProcedureFieldValuesMany: mF,
|
|
4199
|
+
deleteProcedureFieldValues: fF,
|
|
4200
|
+
deleteProcedureFieldValuesMany: SF
|
|
4201
|
+
} = Rd.actions, AF = Rd.reducer, wF = (t) => t.procedureFieldValuesReducer.instances, Md = h([wF], (t) => Object.values(t)), MD = m(
|
|
4205
4202
|
h([Md, (t, s) => s], (t, s) => S(t.filter((e) => e.procedure === s)))
|
|
4206
|
-
), OF = (t) => (s) => s.
|
|
4203
|
+
), OF = (t) => (s) => s.procedureFieldValuesReducer.instances[t], _F = m(
|
|
4207
4204
|
h(
|
|
4208
4205
|
[Md, (t, s) => s],
|
|
4209
4206
|
(t, s) => {
|
|
@@ -4211,15 +4208,15 @@ const m = (
|
|
|
4211
4208
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4212
4209
|
}
|
|
4213
4210
|
)
|
|
4214
|
-
), ft =
|
|
4211
|
+
), ft = P(
|
|
4215
4212
|
(t) => t.uuid
|
|
4216
4213
|
), Dn = {
|
|
4217
4214
|
instances: {}
|
|
4218
|
-
}, Ed =
|
|
4215
|
+
}, Ed = _({
|
|
4219
4216
|
name: "procedureTypes",
|
|
4220
4217
|
initialState: Dn,
|
|
4221
4218
|
extraReducers: (t) => t.addMatcher(
|
|
4222
|
-
I(O,
|
|
4219
|
+
I(O, T),
|
|
4223
4220
|
(s) => Object.assign(s, Dn)
|
|
4224
4221
|
),
|
|
4225
4222
|
reducers: {
|
|
@@ -4234,8 +4231,8 @@ const m = (
|
|
|
4234
4231
|
deleteProcedureTypes: ft.deleteMany
|
|
4235
4232
|
}
|
|
4236
4233
|
}), {
|
|
4237
|
-
initializeProcedureTypes:
|
|
4238
|
-
addProcedureType:
|
|
4234
|
+
initializeProcedureTypes: PF,
|
|
4235
|
+
addProcedureType: TF,
|
|
4239
4236
|
addProcedureTypes: IF,
|
|
4240
4237
|
setProcedureType: bF,
|
|
4241
4238
|
setProcedureTypes: gF,
|
|
@@ -4257,7 +4254,7 @@ const m = (
|
|
|
4257
4254
|
h([ei, (t, s) => s], (t, s) => S(t.filter((e) => e.issue_type === s)))
|
|
4258
4255
|
), qF = {
|
|
4259
4256
|
isRehydrated: !1
|
|
4260
|
-
}, vd =
|
|
4257
|
+
}, vd = _({
|
|
4261
4258
|
name: "rehydrated",
|
|
4262
4259
|
initialState: qF,
|
|
4263
4260
|
// The `reducers` field lets us define reducers and generate associated actions
|
|
@@ -4266,15 +4263,15 @@ const m = (
|
|
|
4266
4263
|
t.isRehydrated = s.payload;
|
|
4267
4264
|
}
|
|
4268
4265
|
}
|
|
4269
|
-
}), { setRehydrated: VD } = vd.actions, BD = (t) => t.rehydratedReducer.isRehydrated, DF = vd.reducer, St =
|
|
4266
|
+
}), { setRehydrated: VD } = vd.actions, BD = (t) => t.rehydratedReducer.isRehydrated, DF = vd.reducer, St = P(
|
|
4270
4267
|
(t) => t.uuid
|
|
4271
4268
|
), zn = {
|
|
4272
4269
|
instances: {}
|
|
4273
|
-
}, Vd =
|
|
4270
|
+
}, Vd = _({
|
|
4274
4271
|
name: "teamMemberships",
|
|
4275
4272
|
initialState: zn,
|
|
4276
4273
|
extraReducers: (t) => t.addMatcher(
|
|
4277
|
-
I(O,
|
|
4274
|
+
I(O, T),
|
|
4278
4275
|
(s) => Object.assign(s, zn)
|
|
4279
4276
|
),
|
|
4280
4277
|
reducers: {
|
|
@@ -4321,13 +4318,13 @@ const m = (
|
|
|
4321
4318
|
return S(t.filter((n) => i.has(n.id)));
|
|
4322
4319
|
}
|
|
4323
4320
|
)
|
|
4324
|
-
), At =
|
|
4321
|
+
), At = P((t) => t.uuid), $n = {
|
|
4325
4322
|
instances: {}
|
|
4326
|
-
}, Bd =
|
|
4323
|
+
}, Bd = _({
|
|
4327
4324
|
name: "teams",
|
|
4328
4325
|
initialState: $n,
|
|
4329
4326
|
extraReducers: (t) => t.addMatcher(
|
|
4330
|
-
I(O,
|
|
4327
|
+
I(O, T),
|
|
4331
4328
|
(s) => Object.assign(s, $n)
|
|
4332
4329
|
),
|
|
4333
4330
|
reducers: {
|
|
@@ -4360,19 +4357,19 @@ const m = (
|
|
|
4360
4357
|
h([qd, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
4361
4358
|
), dR = Bd.reducer, oR = {
|
|
4362
4359
|
version: 0
|
|
4363
|
-
}, uR =
|
|
4360
|
+
}, uR = _({
|
|
4364
4361
|
name: "versioning",
|
|
4365
4362
|
initialState: oR,
|
|
4366
4363
|
reducers: {}
|
|
4367
|
-
}), lR = uR.reducer, wt =
|
|
4364
|
+
}), lR = uR.reducer, wt = P(
|
|
4368
4365
|
(t) => t.uuid
|
|
4369
4366
|
), xn = {
|
|
4370
4367
|
instances: {}
|
|
4371
|
-
}, Dd =
|
|
4368
|
+
}, Dd = _({
|
|
4372
4369
|
name: "workflows",
|
|
4373
4370
|
initialState: xn,
|
|
4374
4371
|
extraReducers: (t) => t.addMatcher(
|
|
4375
|
-
I(O, q,
|
|
4372
|
+
I(O, q, T),
|
|
4376
4373
|
(s) => Object.assign(s, xn)
|
|
4377
4374
|
),
|
|
4378
4375
|
reducers: {
|
|
@@ -4396,10 +4393,10 @@ const m = (
|
|
|
4396
4393
|
updateWorkflows: AR,
|
|
4397
4394
|
deleteWorkflow: wR,
|
|
4398
4395
|
deleteWorkflows: OR
|
|
4399
|
-
} = Dd.actions,
|
|
4400
|
-
[
|
|
4396
|
+
} = Dd.actions, _R = (t) => t.workflowReducer.instances, si = h(
|
|
4397
|
+
[_R],
|
|
4401
4398
|
(t) => Object.values(t)
|
|
4402
|
-
),
|
|
4399
|
+
), PR = (t) => (s) => s.workflowReducer.instances[t], TR = m(
|
|
4403
4400
|
h([si, (t, s) => s], (t, s) => {
|
|
4404
4401
|
const e = new Set(s);
|
|
4405
4402
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
@@ -4408,13 +4405,13 @@ const m = (
|
|
|
4408
4405
|
h([si, (t, s) => s], (t, s) => S(t.filter((e) => e.project === s)))
|
|
4409
4406
|
), xD = m(
|
|
4410
4407
|
h([si, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_type === s)))
|
|
4411
|
-
), IR = Dd.reducer, Ot =
|
|
4408
|
+
), IR = Dd.reducer, Ot = P((t) => t.uuid), Wn = {
|
|
4412
4409
|
instances: {}
|
|
4413
|
-
}, zd =
|
|
4410
|
+
}, zd = _({
|
|
4414
4411
|
name: "workflowIssueLinks",
|
|
4415
4412
|
initialState: Wn,
|
|
4416
4413
|
extraReducers: (t) => t.addMatcher(
|
|
4417
|
-
I(O, q,
|
|
4414
|
+
I(O, q, T),
|
|
4418
4415
|
(s) => Object.assign(s, Wn)
|
|
4419
4416
|
),
|
|
4420
4417
|
reducers: {
|
|
@@ -4457,25 +4454,25 @@ const m = (
|
|
|
4457
4454
|
const e = new Set(s);
|
|
4458
4455
|
return S(t.filter(({ issue: i }) => e.has(i)));
|
|
4459
4456
|
})
|
|
4460
|
-
), $R = zd.reducer,
|
|
4457
|
+
), $R = zd.reducer, _t = P((t) => t.uuid), jn = {
|
|
4461
4458
|
instances: {}
|
|
4462
|
-
}, $d =
|
|
4459
|
+
}, $d = _({
|
|
4463
4460
|
name: "workflowStepAssignees",
|
|
4464
4461
|
initialState: jn,
|
|
4465
4462
|
extraReducers: (t) => t.addMatcher(
|
|
4466
|
-
I(O, q,
|
|
4463
|
+
I(O, q, T),
|
|
4467
4464
|
(s) => Object.assign(s, jn)
|
|
4468
4465
|
),
|
|
4469
4466
|
reducers: {
|
|
4470
|
-
initializeWorkflowStepAssignees:
|
|
4471
|
-
addWorkflowStepAssignee:
|
|
4472
|
-
addWorkflowStepAssignees:
|
|
4473
|
-
setWorkflowStepAssignee:
|
|
4474
|
-
setWorkflowStepAssignees:
|
|
4475
|
-
updateWorkflowStepAssignee:
|
|
4476
|
-
updateWorkflowStepAssignees:
|
|
4477
|
-
deleteWorkflowStepAssignee:
|
|
4478
|
-
deleteWorkflowStepAssignees:
|
|
4467
|
+
initializeWorkflowStepAssignees: _t.initialize,
|
|
4468
|
+
addWorkflowStepAssignee: _t.addOne,
|
|
4469
|
+
addWorkflowStepAssignees: _t.addMany,
|
|
4470
|
+
setWorkflowStepAssignee: _t.setOne,
|
|
4471
|
+
setWorkflowStepAssignees: _t.setMany,
|
|
4472
|
+
updateWorkflowStepAssignee: _t.updateOne,
|
|
4473
|
+
updateWorkflowStepAssignees: _t.updateMany,
|
|
4474
|
+
deleteWorkflowStepAssignee: _t.deleteOne,
|
|
4475
|
+
deleteWorkflowStepAssignees: _t.deleteMany
|
|
4479
4476
|
}
|
|
4480
4477
|
}), {
|
|
4481
4478
|
initializeWorkflowStepAssignees: xR,
|
|
@@ -4512,25 +4509,25 @@ const m = (
|
|
|
4512
4509
|
)
|
|
4513
4510
|
)
|
|
4514
4511
|
)
|
|
4515
|
-
), JR = $d.reducer,
|
|
4512
|
+
), JR = $d.reducer, Pt = P((t) => t.uuid), Cn = {
|
|
4516
4513
|
instances: {}
|
|
4517
|
-
}, xd =
|
|
4514
|
+
}, xd = _({
|
|
4518
4515
|
name: "workflowStepComments",
|
|
4519
4516
|
initialState: Cn,
|
|
4520
4517
|
extraReducers: (t) => t.addMatcher(
|
|
4521
|
-
I(O, q,
|
|
4518
|
+
I(O, q, T),
|
|
4522
4519
|
(s) => Object.assign(s, Cn)
|
|
4523
4520
|
),
|
|
4524
4521
|
reducers: {
|
|
4525
|
-
initializeWorkflowStepComments:
|
|
4526
|
-
addWorkflowStepComment:
|
|
4527
|
-
addWorkflowStepComments:
|
|
4528
|
-
setWorkflowStepComment:
|
|
4529
|
-
setWorkflowStepComments:
|
|
4530
|
-
updateWorkflowStepComment:
|
|
4531
|
-
updateWorkflowStepComments:
|
|
4532
|
-
deleteWorkflowStepComment:
|
|
4533
|
-
deleteWorkflowStepComments:
|
|
4522
|
+
initializeWorkflowStepComments: Pt.initialize,
|
|
4523
|
+
addWorkflowStepComment: Pt.addOne,
|
|
4524
|
+
addWorkflowStepComments: Pt.addMany,
|
|
4525
|
+
setWorkflowStepComment: Pt.setOne,
|
|
4526
|
+
setWorkflowStepComments: Pt.setMany,
|
|
4527
|
+
updateWorkflowStepComment: Pt.updateOne,
|
|
4528
|
+
updateWorkflowStepComments: Pt.updateMany,
|
|
4529
|
+
deleteWorkflowStepComment: Pt.deleteOne,
|
|
4530
|
+
deleteWorkflowStepComments: Pt.deleteMany
|
|
4534
4531
|
}
|
|
4535
4532
|
}), {
|
|
4536
4533
|
initializeWorkflowStepComments: ZR,
|
|
@@ -4567,25 +4564,25 @@ const m = (
|
|
|
4567
4564
|
)
|
|
4568
4565
|
)
|
|
4569
4566
|
)
|
|
4570
|
-
), uM = xd.reducer,
|
|
4567
|
+
), uM = xd.reducer, Tt = P((t) => t.uuid), Un = {
|
|
4571
4568
|
instances: {}
|
|
4572
|
-
}, Wd =
|
|
4569
|
+
}, Wd = _({
|
|
4573
4570
|
name: "workflowStepDefaultAssignees",
|
|
4574
4571
|
initialState: Un,
|
|
4575
4572
|
extraReducers: (t) => t.addMatcher(
|
|
4576
|
-
I(O,
|
|
4573
|
+
I(O, T),
|
|
4577
4574
|
(s) => Object.assign(s, Un)
|
|
4578
4575
|
),
|
|
4579
4576
|
reducers: {
|
|
4580
|
-
initializeWorkflowStepDefaultAssignees:
|
|
4581
|
-
addWorkflowStepDefaultAssignee:
|
|
4582
|
-
addWorkflowStepDefaultAssignees:
|
|
4583
|
-
setWorkflowStepDefaultAssignee:
|
|
4584
|
-
setWorkflowStepDefaultAssignees:
|
|
4585
|
-
updateWorkflowStepDefaultAssignee:
|
|
4586
|
-
updateWorkflowStepDefaultAssignees:
|
|
4587
|
-
deleteWorkflowStepDefaultAssignee:
|
|
4588
|
-
deleteWorkflowStepDefaultAssignees:
|
|
4577
|
+
initializeWorkflowStepDefaultAssignees: Tt.initialize,
|
|
4578
|
+
addWorkflowStepDefaultAssignee: Tt.addOne,
|
|
4579
|
+
addWorkflowStepDefaultAssignees: Tt.addMany,
|
|
4580
|
+
setWorkflowStepDefaultAssignee: Tt.setOne,
|
|
4581
|
+
setWorkflowStepDefaultAssignees: Tt.setMany,
|
|
4582
|
+
updateWorkflowStepDefaultAssignee: Tt.updateOne,
|
|
4583
|
+
updateWorkflowStepDefaultAssignees: Tt.updateMany,
|
|
4584
|
+
deleteWorkflowStepDefaultAssignee: Tt.deleteOne,
|
|
4585
|
+
deleteWorkflowStepDefaultAssignees: Tt.deleteMany
|
|
4589
4586
|
}
|
|
4590
4587
|
}), {
|
|
4591
4588
|
initializeWorkflowStepDefaultAssignees: lM,
|
|
@@ -4600,7 +4597,7 @@ const m = (
|
|
|
4600
4597
|
} = Wd.actions, OM = (t) => t.workflowStepDefaultAssigneeReducer.instances, jd = h(
|
|
4601
4598
|
[OM],
|
|
4602
4599
|
(t) => Object.values(t)
|
|
4603
|
-
),
|
|
4600
|
+
), _M = (t) => (s) => s.workflowStepDefaultAssigneeReducer.instances[t], PM = m(
|
|
4604
4601
|
h(
|
|
4605
4602
|
[jd, (t, s) => s],
|
|
4606
4603
|
(t, s) => {
|
|
@@ -4613,13 +4610,13 @@ const m = (
|
|
|
4613
4610
|
[jd, (t, s) => s],
|
|
4614
4611
|
(t, s) => S(t.filter((e) => e.workflow_step === s))
|
|
4615
4612
|
)
|
|
4616
|
-
),
|
|
4613
|
+
), TM = Wd.reducer, It = P((t) => t.uuid), Ln = {
|
|
4617
4614
|
instances: {}
|
|
4618
|
-
}, Cd =
|
|
4615
|
+
}, Cd = _({
|
|
4619
4616
|
name: "workflowStepDefaultReviewers",
|
|
4620
4617
|
initialState: Ln,
|
|
4621
4618
|
extraReducers: (t) => t.addMatcher(
|
|
4622
|
-
I(O,
|
|
4619
|
+
I(O, T),
|
|
4623
4620
|
(s) => Object.assign(s, Ln)
|
|
4624
4621
|
),
|
|
4625
4622
|
reducers: {
|
|
@@ -4659,13 +4656,13 @@ const m = (
|
|
|
4659
4656
|
[Ud, (t, s) => s],
|
|
4660
4657
|
(t, s) => S(t.filter((e) => e.workflow_step === s))
|
|
4661
4658
|
)
|
|
4662
|
-
), DM = Cd.reducer, bt =
|
|
4659
|
+
), DM = Cd.reducer, bt = P((t) => t.uuid), Nn = {
|
|
4663
4660
|
instances: {}
|
|
4664
|
-
}, Ld =
|
|
4661
|
+
}, Ld = _({
|
|
4665
4662
|
name: "workflowStepEvents",
|
|
4666
4663
|
initialState: Nn,
|
|
4667
4664
|
extraReducers: (t) => t.addMatcher(
|
|
4668
|
-
I(O, q,
|
|
4665
|
+
I(O, q, T),
|
|
4669
4666
|
(s) => Object.assign(s, Nn)
|
|
4670
4667
|
),
|
|
4671
4668
|
reducers: {
|
|
@@ -4711,13 +4708,13 @@ const m = (
|
|
|
4711
4708
|
)
|
|
4712
4709
|
)
|
|
4713
4710
|
)
|
|
4714
|
-
), QM = Ld.reducer, gt =
|
|
4711
|
+
), QM = Ld.reducer, gt = P((t) => t.uuid), Hn = {
|
|
4715
4712
|
instances: {}
|
|
4716
|
-
}, Nd =
|
|
4713
|
+
}, Nd = _({
|
|
4717
4714
|
name: "workflowStepFieldsAttachments",
|
|
4718
4715
|
initialState: Hn,
|
|
4719
4716
|
extraReducers: (t) => t.addMatcher(
|
|
4720
|
-
I(O,
|
|
4717
|
+
I(O, T),
|
|
4721
4718
|
(s) => Object.assign(s, Hn)
|
|
4722
4719
|
),
|
|
4723
4720
|
reducers: {
|
|
@@ -4757,13 +4754,13 @@ const m = (
|
|
|
4757
4754
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4758
4755
|
}
|
|
4759
4756
|
)
|
|
4760
|
-
), cE = Nd.reducer, kt =
|
|
4757
|
+
), cE = Nd.reducer, kt = P((t) => t.uuid), Gn = {
|
|
4761
4758
|
instances: {}
|
|
4762
|
-
}, Qd =
|
|
4759
|
+
}, Qd = _({
|
|
4763
4760
|
name: "workflowStepFields",
|
|
4764
4761
|
initialState: Gn,
|
|
4765
4762
|
extraReducers: (t) => t.addMatcher(
|
|
4766
|
-
I(O,
|
|
4763
|
+
I(O, T),
|
|
4767
4764
|
(s) => Object.assign(s, Gn)
|
|
4768
4765
|
),
|
|
4769
4766
|
reducers: {
|
|
@@ -4799,13 +4796,13 @@ const m = (
|
|
|
4799
4796
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
4800
4797
|
}
|
|
4801
4798
|
)
|
|
4802
|
-
), OE = Qd.reducer, Ft =
|
|
4799
|
+
), OE = Qd.reducer, Ft = P((t) => t.uuid), Kn = {
|
|
4803
4800
|
instances: {}
|
|
4804
|
-
}, Yd =
|
|
4801
|
+
}, Yd = _({
|
|
4805
4802
|
name: "workflowStepFieldValuesAttachments",
|
|
4806
4803
|
initialState: Kn,
|
|
4807
4804
|
extraReducers: (t) => t.addMatcher(
|
|
4808
|
-
I(O, q,
|
|
4805
|
+
I(O, q, T),
|
|
4809
4806
|
(s) => Object.assign(s, Kn)
|
|
4810
4807
|
),
|
|
4811
4808
|
reducers: {
|
|
@@ -4820,10 +4817,10 @@ const m = (
|
|
|
4820
4817
|
deleteWorkflowStepFieldValuesAttachments: Ft.deleteMany
|
|
4821
4818
|
}
|
|
4822
4819
|
}), {
|
|
4823
|
-
initializeWorkflowStepFieldValuesAttachments:
|
|
4824
|
-
addWorkflowStepFieldValuesAttachment:
|
|
4820
|
+
initializeWorkflowStepFieldValuesAttachments: _E,
|
|
4821
|
+
addWorkflowStepFieldValuesAttachment: PE,
|
|
4825
4822
|
addWorkflowStepFieldValuesAttachments: Jd,
|
|
4826
|
-
setWorkflowStepFieldValuesAttachment:
|
|
4823
|
+
setWorkflowStepFieldValuesAttachment: TE,
|
|
4827
4824
|
setWorkflowStepFieldValuesAttachments: IE,
|
|
4828
4825
|
updateWorkflowStepFieldValuesAttachment: bE,
|
|
4829
4826
|
updateWorkflowStepFieldValuesAttachments: gE,
|
|
@@ -4845,13 +4842,13 @@ const m = (
|
|
|
4845
4842
|
[Xd, (t, s) => s],
|
|
4846
4843
|
(t, s) => S(t.filter((e) => e.field_values === s))
|
|
4847
4844
|
)
|
|
4848
|
-
), vE = Yd.reducer, Rt =
|
|
4845
|
+
), vE = Yd.reducer, Rt = P((t) => t.uuid), Qn = {
|
|
4849
4846
|
instances: {}
|
|
4850
|
-
}, eo =
|
|
4847
|
+
}, eo = _({
|
|
4851
4848
|
name: "workflowStepFieldValues",
|
|
4852
4849
|
initialState: Qn,
|
|
4853
4850
|
extraReducers: (t) => t.addMatcher(
|
|
4854
|
-
I(O, q,
|
|
4851
|
+
I(O, q, T),
|
|
4855
4852
|
(s) => Object.assign(s, Qn)
|
|
4856
4853
|
),
|
|
4857
4854
|
reducers: {
|
|
@@ -4920,13 +4917,13 @@ const m = (
|
|
|
4920
4917
|
return e;
|
|
4921
4918
|
}
|
|
4922
4919
|
)
|
|
4923
|
-
), NE = eo.reducer, Mt =
|
|
4920
|
+
), NE = eo.reducer, Mt = P((t) => t.uuid), Yn = {
|
|
4924
4921
|
instances: {}
|
|
4925
|
-
}, to =
|
|
4922
|
+
}, to = _({
|
|
4926
4923
|
name: "workflowStepFieldValuesReviewRequests",
|
|
4927
4924
|
initialState: Yn,
|
|
4928
4925
|
extraReducers: (t) => t.addMatcher(
|
|
4929
|
-
I(O, q,
|
|
4926
|
+
I(O, q, T),
|
|
4930
4927
|
(s) => Object.assign(s, Yn)
|
|
4931
4928
|
),
|
|
4932
4929
|
reducers: {
|
|
@@ -5002,13 +4999,13 @@ const m = (
|
|
|
5002
4999
|
);
|
|
5003
5000
|
}
|
|
5004
5001
|
)
|
|
5005
|
-
), iv = to.reducer, Et =
|
|
5002
|
+
), iv = to.reducer, Et = P((t) => t.uuid), Jn = {
|
|
5006
5003
|
instances: {}
|
|
5007
|
-
}, no =
|
|
5004
|
+
}, no = _({
|
|
5008
5005
|
name: "workflowStepFieldValuesReviews",
|
|
5009
5006
|
initialState: Jn,
|
|
5010
5007
|
extraReducers: (t) => t.addMatcher(
|
|
5011
|
-
I(O, q,
|
|
5008
|
+
I(O, q, T),
|
|
5012
5009
|
(s) => Object.assign(s, Jn)
|
|
5013
5010
|
),
|
|
5014
5011
|
reducers: {
|
|
@@ -5088,13 +5085,13 @@ const m = (
|
|
|
5088
5085
|
(!n || n.submitted_at <= e.submitted_at) && (s[i] = e);
|
|
5089
5086
|
}
|
|
5090
5087
|
return s;
|
|
5091
|
-
}), mv = no.reducer, vt =
|
|
5088
|
+
}), mv = no.reducer, vt = P((t) => t.uuid), Zn = {
|
|
5092
5089
|
instances: {}
|
|
5093
|
-
}, co =
|
|
5090
|
+
}, co = _({
|
|
5094
5091
|
name: "workflowStepReviewers",
|
|
5095
5092
|
initialState: Zn,
|
|
5096
5093
|
extraReducers: (t) => t.addMatcher(
|
|
5097
|
-
I(O, q,
|
|
5094
|
+
I(O, q, T),
|
|
5098
5095
|
(s) => Object.assign(s, Zn)
|
|
5099
5096
|
),
|
|
5100
5097
|
reducers: {
|
|
@@ -5114,26 +5111,26 @@ const m = (
|
|
|
5114
5111
|
addWorkflowStepReviewers: Av,
|
|
5115
5112
|
setWorkflowStepReviewer: wv,
|
|
5116
5113
|
setWorkflowStepReviewers: Ov,
|
|
5117
|
-
updateWorkflowStepReviewer:
|
|
5118
|
-
updateWorkflowStepReviewers:
|
|
5119
|
-
deleteWorkflowStepReviewer:
|
|
5114
|
+
updateWorkflowStepReviewer: _v,
|
|
5115
|
+
updateWorkflowStepReviewers: Pv,
|
|
5116
|
+
deleteWorkflowStepReviewer: Tv,
|
|
5120
5117
|
deleteWorkflowStepReviewers: Iv
|
|
5121
|
-
} = co.actions, bv = (t) => t.workflowStepReviewerReducer.instances,
|
|
5118
|
+
} = co.actions, bv = (t) => t.workflowStepReviewerReducer.instances, _s = h([bv], (t) => Object.values(t)), gv = (t) => (s) => s.workflowStepReviewerReducer.instances[t], kv = m(
|
|
5122
5119
|
h(
|
|
5123
|
-
[
|
|
5120
|
+
[_s, (t, s) => s],
|
|
5124
5121
|
(t, s) => {
|
|
5125
5122
|
const e = new Set(s);
|
|
5126
5123
|
return S(t.filter(({ uuid: i }) => e.has(i)));
|
|
5127
5124
|
}
|
|
5128
5125
|
)
|
|
5129
5126
|
), oz = m(
|
|
5130
|
-
h([
|
|
5127
|
+
h([_s, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow === s)))
|
|
5131
5128
|
), uz = m(
|
|
5132
|
-
h([
|
|
5129
|
+
h([_s, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_step === s)))
|
|
5133
5130
|
), lz = m(
|
|
5134
5131
|
h(
|
|
5135
5132
|
[
|
|
5136
|
-
|
|
5133
|
+
_s,
|
|
5137
5134
|
(t, s) => s,
|
|
5138
5135
|
(t, s, e) => e
|
|
5139
5136
|
],
|
|
@@ -5143,15 +5140,15 @@ const m = (
|
|
|
5143
5140
|
)
|
|
5144
5141
|
)
|
|
5145
5142
|
)
|
|
5146
|
-
), Fv = co.reducer, Vt =
|
|
5143
|
+
), Fv = co.reducer, Vt = P(
|
|
5147
5144
|
(t) => t.uuid
|
|
5148
5145
|
), Xn = {
|
|
5149
5146
|
instances: {}
|
|
5150
|
-
}, oo =
|
|
5147
|
+
}, oo = _({
|
|
5151
5148
|
name: "workflowSteps",
|
|
5152
5149
|
initialState: Xn,
|
|
5153
5150
|
extraReducers: (t) => t.addMatcher(
|
|
5154
|
-
I(O,
|
|
5151
|
+
I(O, T),
|
|
5155
5152
|
(s) => Object.assign(s, Xn)
|
|
5156
5153
|
),
|
|
5157
5154
|
reducers: {
|
|
@@ -5185,15 +5182,15 @@ const m = (
|
|
|
5185
5182
|
})
|
|
5186
5183
|
), pz = m(
|
|
5187
5184
|
h([uo, (t, s) => s], (t, s) => S(t.filter((e) => e.workflow_type === s)))
|
|
5188
|
-
), jv = oo.reducer, Bt =
|
|
5185
|
+
), jv = oo.reducer, Bt = P(
|
|
5189
5186
|
(t) => t.uuid
|
|
5190
5187
|
), er = {
|
|
5191
5188
|
instances: {}
|
|
5192
|
-
}, lo =
|
|
5189
|
+
}, lo = _({
|
|
5193
5190
|
name: "workflowTypes",
|
|
5194
5191
|
initialState: er,
|
|
5195
5192
|
extraReducers: (t) => t.addMatcher(
|
|
5196
|
-
I(O,
|
|
5193
|
+
I(O, T),
|
|
5197
5194
|
(s) => Object.assign(s, er)
|
|
5198
5195
|
),
|
|
5199
5196
|
reducers: {
|
|
@@ -5228,7 +5225,7 @@ const m = (
|
|
|
5228
5225
|
), hz = m(
|
|
5229
5226
|
h([po, (t, s) => s], (t, s) => S(t.filter((e) => e.organization === s)))
|
|
5230
5227
|
), eV = lo.reducer, ho = {
|
|
5231
|
-
outboxReducer:
|
|
5228
|
+
outboxReducer: XP,
|
|
5232
5229
|
fileReducer: Qf,
|
|
5233
5230
|
authReducer: df
|
|
5234
5231
|
}, yz = rr(ho), tV = {
|
|
@@ -5242,28 +5239,28 @@ const m = (
|
|
|
5242
5239
|
assetTypeAttachmentReducer: uy,
|
|
5243
5240
|
issueReducer: Qw,
|
|
5244
5241
|
issueAttachmentReducer: pw,
|
|
5245
|
-
issueTypeReducer:
|
|
5242
|
+
issueTypeReducer: L_,
|
|
5246
5243
|
issueTypeAttachmentReducer: dO,
|
|
5247
|
-
organizationReducer:
|
|
5248
|
-
projectReducer:
|
|
5249
|
-
projectAttachmentReducer:
|
|
5250
|
-
projectAccessReducer:
|
|
5251
|
-
organizationAccessReducer:
|
|
5252
|
-
projectFileReducer: $
|
|
5244
|
+
organizationReducer: KP,
|
|
5245
|
+
projectReducer: KT,
|
|
5246
|
+
projectAttachmentReducer: IT,
|
|
5247
|
+
projectAccessReducer: oT,
|
|
5248
|
+
organizationAccessReducer: EP,
|
|
5249
|
+
projectFileReducer: $T,
|
|
5253
5250
|
procedureTypeReducer: EF,
|
|
5254
5251
|
procedureReducer: rI,
|
|
5255
5252
|
procedureTypeFieldsReducer: Gk,
|
|
5256
|
-
|
|
5257
|
-
procedureTypeAttachmentReducer:
|
|
5253
|
+
procedureFieldValuesReducer: AF,
|
|
5254
|
+
procedureTypeAttachmentReducer: _k,
|
|
5258
5255
|
procedureTypeFieldsAttachmentReducer: Bk,
|
|
5259
|
-
|
|
5256
|
+
procedureFieldValuesAttachmentReducer: nF,
|
|
5260
5257
|
procedureStepFieldsAttachmentReducer: vb,
|
|
5261
5258
|
procedureStepFieldsReducer: Lb,
|
|
5262
5259
|
procedureStepFieldValuesAttachmentReducer: sg,
|
|
5263
5260
|
procedureStepFieldValuesReducer: mg,
|
|
5264
5261
|
procedureStepFieldValuesReviewReducer: xg,
|
|
5265
5262
|
procedureStepFieldValuesReviewRequestReducer: kg,
|
|
5266
|
-
procedureStepAssigneeReducer:
|
|
5263
|
+
procedureStepAssigneeReducer: PI,
|
|
5267
5264
|
procedureStepCommentReducer: qI,
|
|
5268
5265
|
procedureStepDefaultAssigneeReducer: KI,
|
|
5269
5266
|
procedureStepDefaultReviewerReducer: cb,
|
|
@@ -5277,28 +5274,28 @@ const m = (
|
|
|
5277
5274
|
formSubmissionAttachmentReducer: hA,
|
|
5278
5275
|
formSubmissionReducer: bA,
|
|
5279
5276
|
formIdentifierReducer: dS,
|
|
5280
|
-
formIdentifierValueReducer:
|
|
5281
|
-
userReducer:
|
|
5277
|
+
formIdentifierValueReducer: _S,
|
|
5278
|
+
userReducer: wP,
|
|
5282
5279
|
emailDomainsReducer: Gf,
|
|
5283
5280
|
documentsReducer: Ef,
|
|
5284
|
-
documentAttachmentReducer:
|
|
5281
|
+
documentAttachmentReducer: _f,
|
|
5285
5282
|
teamReducer: dR,
|
|
5286
5283
|
agentsReducer: pu,
|
|
5287
5284
|
issueCommentReducer: zw,
|
|
5288
5285
|
issueCommentAttachmentReducer: bw,
|
|
5289
|
-
issueUpdateReducer:
|
|
5286
|
+
issueUpdateReducer: lP,
|
|
5290
5287
|
geoImageReducer: $A,
|
|
5291
5288
|
issueAssociationReducer: ew,
|
|
5292
5289
|
issueTypeFieldsReducer: GO,
|
|
5293
5290
|
issueTypeFieldValuesReducer: BO,
|
|
5294
|
-
issueTypeFieldsAttachmentReducer:
|
|
5295
|
-
issueTypeFieldValuesAttachmentReducer:
|
|
5296
|
-
issueTypeIdentifierReducer:
|
|
5297
|
-
issueTypeIdentifierValueReducer:
|
|
5298
|
-
issueTypeStatusReducer:
|
|
5291
|
+
issueTypeFieldsAttachmentReducer: _O,
|
|
5292
|
+
issueTypeFieldValuesAttachmentReducer: r_,
|
|
5293
|
+
issueTypeIdentifierReducer: A_,
|
|
5294
|
+
issueTypeIdentifierValueReducer: E_,
|
|
5295
|
+
issueTypeStatusReducer: sP,
|
|
5299
5296
|
assetTypeFieldsReducer: Dy,
|
|
5300
5297
|
assetTypeFieldValuesReducer: cm,
|
|
5301
|
-
assetTypeFieldsAttachmentReducer:
|
|
5298
|
+
assetTypeFieldsAttachmentReducer: Ty,
|
|
5302
5299
|
assetTypeFieldValuesAttachmentReducer: Ky,
|
|
5303
5300
|
assetTypeIdentifierReducer: Om,
|
|
5304
5301
|
assetTypeIdentifierValueReducer: Vm,
|
|
@@ -5324,7 +5321,7 @@ const m = (
|
|
|
5324
5321
|
workflowIssueLinkReducer: $R,
|
|
5325
5322
|
workflowStepAssigneeReducer: JR,
|
|
5326
5323
|
workflowStepCommentReducer: uM,
|
|
5327
|
-
workflowStepDefaultAssigneeReducer:
|
|
5324
|
+
workflowStepDefaultAssigneeReducer: TM,
|
|
5328
5325
|
workflowStepDefaultReviewerReducer: DM,
|
|
5329
5326
|
workflowStepEventReducer: QM,
|
|
5330
5327
|
workflowStepFieldValuesReducer: NE,
|
|
@@ -5432,7 +5429,7 @@ Retries:`,
|
|
|
5432
5429
|
), t;
|
|
5433
5430
|
const i = ts(), r = i.getState().outboxReducer.deletedRequests, a = s.payload.uuid;
|
|
5434
5431
|
function c() {
|
|
5435
|
-
i.dispatch(
|
|
5432
|
+
i.dispatch(JP(a));
|
|
5436
5433
|
const p = Ut();
|
|
5437
5434
|
if (!p)
|
|
5438
5435
|
throw new Error("Outbox coordinator not set");
|
|
@@ -5462,7 +5459,7 @@ function mV(t, s, e) {
|
|
|
5462
5459
|
return (i = Ut()) == null ? void 0 : i.peek();
|
|
5463
5460
|
}
|
|
5464
5461
|
function fV(t, s) {
|
|
5465
|
-
return ts().dispatch(
|
|
5462
|
+
return ts().dispatch(ZP((/* @__PURE__ */ new Date()).getTime())), Ho;
|
|
5466
5463
|
}
|
|
5467
5464
|
const Yt = "An unknown error occurred", SV = 500, sr = ["non_field_errors", "detail"];
|
|
5468
5465
|
function AV(t, s) {
|
|
@@ -5699,14 +5696,14 @@ class x extends E {
|
|
|
5699
5696
|
for (const z of v) {
|
|
5700
5697
|
let $;
|
|
5701
5698
|
if ("file" in z) {
|
|
5702
|
-
const { file:
|
|
5699
|
+
const { file: Ps, ...bo } = z, xt = await this.client.files.getFilePayload(Ps);
|
|
5703
5700
|
xt.sha1 in M || (M[xt.sha1] = xt);
|
|
5704
|
-
const ni = URL.createObjectURL(
|
|
5701
|
+
const ni = URL.createObjectURL(Ps);
|
|
5705
5702
|
o.add(ni), $ = {
|
|
5706
5703
|
...bo,
|
|
5707
5704
|
file_sha1: xt.sha1,
|
|
5708
5705
|
file_type: xt.file_type,
|
|
5709
|
-
file_name:
|
|
5706
|
+
file_name: Ps.name,
|
|
5710
5707
|
file_extension: xt.extension,
|
|
5711
5708
|
file_url: ni
|
|
5712
5709
|
};
|
|
@@ -5805,8 +5802,8 @@ class Az extends x {
|
|
|
5805
5802
|
initialize: hu
|
|
5806
5803
|
});
|
|
5807
5804
|
l(this, "selectors", {
|
|
5808
|
-
selectById:
|
|
5809
|
-
selectByIds:
|
|
5805
|
+
selectById: _u,
|
|
5806
|
+
selectByIds: Pu
|
|
5810
5807
|
});
|
|
5811
5808
|
}
|
|
5812
5809
|
getId(e) {
|
|
@@ -6008,7 +6005,7 @@ class Oz extends x {
|
|
|
6008
6005
|
return this.dispatch(n(r)), r;
|
|
6009
6006
|
}
|
|
6010
6007
|
}
|
|
6011
|
-
class
|
|
6008
|
+
class _z extends E {
|
|
6012
6009
|
constructor() {
|
|
6013
6010
|
super(...arguments);
|
|
6014
6011
|
l(this, "name", "Asset Procedure Type Fields");
|
|
@@ -6063,7 +6060,7 @@ class Tz extends E {
|
|
|
6063
6060
|
return this.dispatch(n(r)), r;
|
|
6064
6061
|
}
|
|
6065
6062
|
}
|
|
6066
|
-
class
|
|
6063
|
+
class Pz extends x {
|
|
6067
6064
|
constructor() {
|
|
6068
6065
|
super(...arguments);
|
|
6069
6066
|
l(this, "name", "Asset Procedure Type Field Values Attachment");
|
|
@@ -6154,13 +6151,13 @@ class _z extends x {
|
|
|
6154
6151
|
return this.dispatch(n(a)), a;
|
|
6155
6152
|
}
|
|
6156
6153
|
}
|
|
6157
|
-
class
|
|
6154
|
+
class Tz extends E {
|
|
6158
6155
|
constructor() {
|
|
6159
6156
|
super(...arguments);
|
|
6160
6157
|
l(this, "name", "Asset Procedure Type Field Values");
|
|
6161
6158
|
l(this, "url", "/asset-procedure-type-field-values");
|
|
6162
6159
|
l(this, "actions", {
|
|
6163
|
-
addOne:
|
|
6160
|
+
addOne: Tl,
|
|
6164
6161
|
addMany: Il,
|
|
6165
6162
|
setOne: bl,
|
|
6166
6163
|
setMany: gl,
|
|
@@ -6168,7 +6165,7 @@ class Pz extends E {
|
|
|
6168
6165
|
updateMany: Fl,
|
|
6169
6166
|
deleteOne: Rl,
|
|
6170
6167
|
deleteMany: Ml,
|
|
6171
|
-
initialize:
|
|
6168
|
+
initialize: Pl
|
|
6172
6169
|
});
|
|
6173
6170
|
l(this, "selectors", {
|
|
6174
6171
|
selectById: Vl,
|
|
@@ -6272,7 +6269,7 @@ class Pz extends E {
|
|
|
6272
6269
|
const { store: i } = this.client, { deleteOne: n, addOne: r } = this.actions, { selectById: a } = this.selectors, c = i.getState(), d = a(e)(c);
|
|
6273
6270
|
if (!d)
|
|
6274
6271
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
6275
|
-
const o =
|
|
6272
|
+
const o = _l(e)(c);
|
|
6276
6273
|
this.dispatch(n(e)), this.dispatch(br(V(o)));
|
|
6277
6274
|
try {
|
|
6278
6275
|
return await this.enqueueRequest({
|
|
@@ -6569,9 +6566,9 @@ class kz extends E {
|
|
|
6569
6566
|
l(this, "url", "/asset-procedure-step-fields");
|
|
6570
6567
|
l(this, "actions", {
|
|
6571
6568
|
addOne: Op,
|
|
6572
|
-
addMany:
|
|
6573
|
-
setOne:
|
|
6574
|
-
setMany:
|
|
6569
|
+
addMany: _p,
|
|
6570
|
+
setOne: Pp,
|
|
6571
|
+
setMany: Tp,
|
|
6575
6572
|
updateOne: Ip,
|
|
6576
6573
|
updateMany: bp,
|
|
6577
6574
|
deleteOne: gp,
|
|
@@ -7004,7 +7001,7 @@ class Ez extends E {
|
|
|
7004
7001
|
addOne: fh,
|
|
7005
7002
|
addMany: Nr,
|
|
7006
7003
|
setOne: Oh,
|
|
7007
|
-
setMany:
|
|
7004
|
+
setMany: _h,
|
|
7008
7005
|
updateOne: Sh,
|
|
7009
7006
|
updateMany: Ah,
|
|
7010
7007
|
deleteOne: wh,
|
|
@@ -7064,7 +7061,7 @@ class Ez extends E {
|
|
|
7064
7061
|
async delete(e) {
|
|
7065
7062
|
const { store: i } = this.client, { addOne: n, deleteOne: r } = this.actions, { selectById: a } = this.selectors, c = i.getState(), d = a(e)(c);
|
|
7066
7063
|
if (!d) throw new Error(`No asset with uuid ${e} found in the store`);
|
|
7067
|
-
const o =
|
|
7064
|
+
const o = Tu(e)(c), p = XA(e)(c);
|
|
7068
7065
|
this.dispatch(r(e)), this.dispatch(fr(V(o))), this.dispatch(Ct(V(p)));
|
|
7069
7066
|
try {
|
|
7070
7067
|
return await this.enqueueRequest({
|
|
@@ -7472,8 +7469,8 @@ class qz extends x {
|
|
|
7472
7469
|
initialize: ly
|
|
7473
7470
|
});
|
|
7474
7471
|
l(this, "selectors", {
|
|
7475
|
-
selectById:
|
|
7476
|
-
selectByIds:
|
|
7472
|
+
selectById: _y,
|
|
7473
|
+
selectByIds: Py
|
|
7477
7474
|
});
|
|
7478
7475
|
}
|
|
7479
7476
|
getId(e) {
|
|
@@ -7920,15 +7917,15 @@ class Wz extends E {
|
|
|
7920
7917
|
l(this, "name", "Asset Type Identifier Value");
|
|
7921
7918
|
l(this, "url", "/asset-type-identifier-values");
|
|
7922
7919
|
l(this, "actions", {
|
|
7923
|
-
addOne:
|
|
7924
|
-
addMany:
|
|
7920
|
+
addOne: Pm,
|
|
7921
|
+
addMany: Tm,
|
|
7925
7922
|
setOne: Im,
|
|
7926
7923
|
setMany: bm,
|
|
7927
7924
|
updateOne: gm,
|
|
7928
7925
|
updateMany: km,
|
|
7929
7926
|
deleteOne: Fm,
|
|
7930
7927
|
deleteMany: Rm,
|
|
7931
|
-
initialize:
|
|
7928
|
+
initialize: _m
|
|
7932
7929
|
});
|
|
7933
7930
|
l(this, "selectors", {
|
|
7934
7931
|
selectById: Em,
|
|
@@ -8108,7 +8105,7 @@ class jz extends E {
|
|
|
8108
8105
|
const { store: i } = this.client, { deleteOne: n, addOne: r } = this.actions, { selectById: a } = this.selectors, c = i.getState(), d = a(e)(c);
|
|
8109
8106
|
if (!d)
|
|
8110
8107
|
throw new Error(`Expected asset type with uuid ${e} to exist`);
|
|
8111
|
-
const o =
|
|
8108
|
+
const o = Th(e)(c), p = oy(e)(c);
|
|
8112
8109
|
this.dispatch(n(e)), this.dispatch(Hr(V(o))), this.dispatch(Xr(V(p)));
|
|
8113
8110
|
try {
|
|
8114
8111
|
return await this.enqueueRequest({
|
|
@@ -8332,7 +8329,7 @@ class Lz extends E {
|
|
|
8332
8329
|
l(this, "name", "Document");
|
|
8333
8330
|
l(this, "url", "/documents");
|
|
8334
8331
|
l(this, "actions", {
|
|
8335
|
-
addOne:
|
|
8332
|
+
addOne: Tf,
|
|
8336
8333
|
addMany: If,
|
|
8337
8334
|
setOne: bf,
|
|
8338
8335
|
setMany: gf,
|
|
@@ -8340,7 +8337,7 @@ class Lz extends E {
|
|
|
8340
8337
|
updateMany: Ff,
|
|
8341
8338
|
deleteOne: Rf,
|
|
8342
8339
|
deleteMany: Mf,
|
|
8343
|
-
initialize:
|
|
8340
|
+
initialize: Pf
|
|
8344
8341
|
});
|
|
8345
8342
|
l(this, "selectors", {
|
|
8346
8343
|
selectById: vf,
|
|
@@ -8566,7 +8563,7 @@ class Gz extends Ht {
|
|
|
8566
8563
|
throw new Error(`Cant add a file without a type to cache: ${e.name}`);
|
|
8567
8564
|
if (!e.size)
|
|
8568
8565
|
throw new Error(`Cant add an empty file to cache: ${e.name}`);
|
|
8569
|
-
const i = await
|
|
8566
|
+
const i = await Ts(e);
|
|
8570
8567
|
if (Is.has(i)) return;
|
|
8571
8568
|
const n = await this.getDB();
|
|
8572
8569
|
!!await n.get("files", i) ? console.warn(`Attempting to add a file already cached, ${e.name}`) : await n.put("files", e, i), Is.add(i);
|
|
@@ -8611,7 +8608,7 @@ class Gz extends Ht {
|
|
|
8611
8608
|
} catch (p) {
|
|
8612
8609
|
throw p instanceof C && delete Gt[r], p;
|
|
8613
8610
|
}
|
|
8614
|
-
const o = await
|
|
8611
|
+
const o = await Ts(d);
|
|
8615
8612
|
if (o !== i) {
|
|
8616
8613
|
const p = `The hash of the file returned from the server (${o}) does not match the
|
|
8617
8614
|
expected hash (${i}). This can happen if you're using a local development server and the
|
|
@@ -8651,7 +8648,7 @@ class Gz extends Ht {
|
|
|
8651
8648
|
}
|
|
8652
8649
|
async getFilePayload(e) {
|
|
8653
8650
|
const n = {
|
|
8654
|
-
sha1: await
|
|
8651
|
+
sha1: await Ts(e),
|
|
8655
8652
|
file_type: e.type,
|
|
8656
8653
|
extension: Zo(e),
|
|
8657
8654
|
size: e.size
|
|
@@ -8833,7 +8830,7 @@ class Yz extends x {
|
|
|
8833
8830
|
l(this, "name", "Form Revision Attachment");
|
|
8834
8831
|
l(this, "url", "/form-revision-attachments");
|
|
8835
8832
|
l(this, "actions", {
|
|
8836
|
-
addOne:
|
|
8833
|
+
addOne: TS,
|
|
8837
8834
|
addMany: IS,
|
|
8838
8835
|
setOne: bS,
|
|
8839
8836
|
setMany: gS,
|
|
@@ -8841,7 +8838,7 @@ class Yz extends x {
|
|
|
8841
8838
|
updateMany: FS,
|
|
8842
8839
|
deleteOne: RS,
|
|
8843
8840
|
deleteMany: MS,
|
|
8844
|
-
initialize:
|
|
8841
|
+
initialize: PS
|
|
8845
8842
|
});
|
|
8846
8843
|
l(this, "selectors", {
|
|
8847
8844
|
selectById: vS,
|
|
@@ -9148,8 +9145,8 @@ class e$ extends E {
|
|
|
9148
9145
|
initialize: yA
|
|
9149
9146
|
});
|
|
9150
9147
|
l(this, "selectors", {
|
|
9151
|
-
selectById:
|
|
9152
|
-
selectByIds:
|
|
9148
|
+
selectById: PA,
|
|
9149
|
+
selectByIds: TA
|
|
9153
9150
|
});
|
|
9154
9151
|
}
|
|
9155
9152
|
add(e) {
|
|
@@ -9488,11 +9485,11 @@ class n$ extends x {
|
|
|
9488
9485
|
updateOne: Aw,
|
|
9489
9486
|
updateMany: ww,
|
|
9490
9487
|
deleteOne: Ow,
|
|
9491
|
-
deleteMany:
|
|
9488
|
+
deleteMany: _w,
|
|
9492
9489
|
initialize: hw
|
|
9493
9490
|
});
|
|
9494
9491
|
l(this, "selectors", {
|
|
9495
|
-
selectById:
|
|
9492
|
+
selectById: Tw,
|
|
9496
9493
|
selectByIds: Iw
|
|
9497
9494
|
});
|
|
9498
9495
|
}
|
|
@@ -9713,7 +9710,7 @@ class a$ extends E {
|
|
|
9713
9710
|
d[f] = e[f];
|
|
9714
9711
|
break;
|
|
9715
9712
|
case j.STATUS: {
|
|
9716
|
-
const b = e[f], k =
|
|
9713
|
+
const b = e[f], k = Tc(b)(r);
|
|
9717
9714
|
if (!k)
|
|
9718
9715
|
throw new Error(`Trying to update issue type status with ${b} which does not exist in store`);
|
|
9719
9716
|
d[f] = {
|
|
@@ -9801,7 +9798,7 @@ class a$ extends E {
|
|
|
9801
9798
|
const { store: i } = this.client, { deleteOne: n, addOne: r } = this.actions, { selectById: a } = this.selectors, c = i.getState(), d = a(e)(c);
|
|
9802
9799
|
if (!d)
|
|
9803
9800
|
throw new Error(`No issue with uuid ${e} found in the store`);
|
|
9804
|
-
const o = QA(e)(c), p = ZA(e)(c), y = zR(e)(c), f = ow(e)(c), b =
|
|
9801
|
+
const o = QA(e)(c), p = ZA(e)(c), y = zR(e)(c), f = ow(e)(c), b = uP(e)(c);
|
|
9805
9802
|
this.dispatch(n(e)), this.dispatch(Ja(V(f))), this.dispatch(Fc(V(b))), this.dispatch(Ct(V(o))), this.dispatch(Ct(V(p))), this.dispatch(rs(V(y)));
|
|
9806
9803
|
try {
|
|
9807
9804
|
return await this.enqueueRequest({
|
|
@@ -10054,13 +10051,13 @@ class u$ extends x {
|
|
|
10054
10051
|
setMany: JO,
|
|
10055
10052
|
updateOne: ZO,
|
|
10056
10053
|
updateMany: XO,
|
|
10057
|
-
deleteOne:
|
|
10054
|
+
deleteOne: e_,
|
|
10058
10055
|
deleteMany: yc,
|
|
10059
10056
|
initialize: KO
|
|
10060
10057
|
});
|
|
10061
10058
|
l(this, "selectors", {
|
|
10062
|
-
selectById:
|
|
10063
|
-
selectByIds:
|
|
10059
|
+
selectById: s_,
|
|
10060
|
+
selectByIds: i_
|
|
10064
10061
|
});
|
|
10065
10062
|
}
|
|
10066
10063
|
getId(e) {
|
|
@@ -10139,7 +10136,7 @@ class l$ extends E {
|
|
|
10139
10136
|
l(this, "name", "Issue Type Field Values");
|
|
10140
10137
|
l(this, "url", "/issue-type-field-values");
|
|
10141
10138
|
l(this, "actions", {
|
|
10142
|
-
addOne:
|
|
10139
|
+
addOne: TO,
|
|
10143
10140
|
addMany: IO,
|
|
10144
10141
|
setOne: bO,
|
|
10145
10142
|
setMany: gO,
|
|
@@ -10147,7 +10144,7 @@ class l$ extends E {
|
|
|
10147
10144
|
updateMany: FO,
|
|
10148
10145
|
deleteOne: RO,
|
|
10149
10146
|
deleteMany: MO,
|
|
10150
|
-
initialize:
|
|
10147
|
+
initialize: PO
|
|
10151
10148
|
});
|
|
10152
10149
|
l(this, "selectors", {
|
|
10153
10150
|
selectById: vO,
|
|
@@ -10205,7 +10202,7 @@ class l$ extends E {
|
|
|
10205
10202
|
const { store: i } = this.client, { deleteOne: n, addOne: r } = this.actions, { selectById: a } = this.selectors, c = i.getState(), d = a(e)(c);
|
|
10206
10203
|
if (!d)
|
|
10207
10204
|
throw new Error(`Expected submission with uuid ${e} to exist`);
|
|
10208
|
-
const o =
|
|
10205
|
+
const o = n_(e)(c);
|
|
10209
10206
|
this.dispatch(n(e)), this.dispatch(yc(V(o)));
|
|
10210
10207
|
try {
|
|
10211
10208
|
return await this.enqueueRequest({
|
|
@@ -10238,19 +10235,19 @@ class p$ extends E {
|
|
|
10238
10235
|
l(this, "name", "Issue Type Identifier");
|
|
10239
10236
|
l(this, "url", "/issue-type-identifiers");
|
|
10240
10237
|
l(this, "actions", {
|
|
10241
|
-
addOne:
|
|
10242
|
-
addMany:
|
|
10243
|
-
setOne:
|
|
10244
|
-
setMany:
|
|
10245
|
-
updateOne:
|
|
10246
|
-
updateMany:
|
|
10247
|
-
deleteOne:
|
|
10248
|
-
deleteMany:
|
|
10249
|
-
initialize:
|
|
10238
|
+
addOne: c_,
|
|
10239
|
+
addMany: d_,
|
|
10240
|
+
setOne: o_,
|
|
10241
|
+
setMany: u_,
|
|
10242
|
+
updateOne: l_,
|
|
10243
|
+
updateMany: p_,
|
|
10244
|
+
deleteOne: h_,
|
|
10245
|
+
deleteMany: y_,
|
|
10246
|
+
initialize: a_
|
|
10250
10247
|
});
|
|
10251
10248
|
l(this, "selectors", {
|
|
10252
|
-
selectById:
|
|
10253
|
-
selectByIds:
|
|
10249
|
+
selectById: f_,
|
|
10250
|
+
selectByIds: S_
|
|
10254
10251
|
});
|
|
10255
10252
|
}
|
|
10256
10253
|
add(e) {
|
|
@@ -10333,19 +10330,19 @@ class h$ extends E {
|
|
|
10333
10330
|
l(this, "name", "Issue Type Identifier Value");
|
|
10334
10331
|
l(this, "url", "/issue-type-identifier-values");
|
|
10335
10332
|
l(this, "actions", {
|
|
10336
|
-
addOne:
|
|
10337
|
-
addMany:
|
|
10338
|
-
setOne:
|
|
10339
|
-
setMany:
|
|
10340
|
-
updateOne:
|
|
10341
|
-
updateMany:
|
|
10342
|
-
deleteOne:
|
|
10343
|
-
deleteMany:
|
|
10344
|
-
initialize:
|
|
10333
|
+
addOne: O_,
|
|
10334
|
+
addMany: __,
|
|
10335
|
+
setOne: P_,
|
|
10336
|
+
setMany: T_,
|
|
10337
|
+
updateOne: I_,
|
|
10338
|
+
updateMany: b_,
|
|
10339
|
+
deleteOne: g_,
|
|
10340
|
+
deleteMany: k_,
|
|
10341
|
+
initialize: w_
|
|
10345
10342
|
});
|
|
10346
10343
|
l(this, "selectors", {
|
|
10347
|
-
selectById:
|
|
10348
|
-
selectByIds:
|
|
10344
|
+
selectById: R_,
|
|
10345
|
+
selectByIds: M_
|
|
10349
10346
|
});
|
|
10350
10347
|
}
|
|
10351
10348
|
add(e) {
|
|
@@ -10406,19 +10403,19 @@ class y$ extends E {
|
|
|
10406
10403
|
l(this, "name", "Issue Type");
|
|
10407
10404
|
l(this, "url", "/issue-types");
|
|
10408
10405
|
l(this, "actions", {
|
|
10409
|
-
addOne:
|
|
10410
|
-
addMany:
|
|
10411
|
-
setOne:
|
|
10412
|
-
setMany:
|
|
10413
|
-
updateOne:
|
|
10414
|
-
updateMany: $
|
|
10415
|
-
deleteOne:
|
|
10416
|
-
deleteMany:
|
|
10417
|
-
initialize:
|
|
10406
|
+
addOne: V_,
|
|
10407
|
+
addMany: B_,
|
|
10408
|
+
setOne: q_,
|
|
10409
|
+
setMany: D_,
|
|
10410
|
+
updateOne: z_,
|
|
10411
|
+
updateMany: $_,
|
|
10412
|
+
deleteOne: x_,
|
|
10413
|
+
deleteMany: W_,
|
|
10414
|
+
initialize: v_
|
|
10418
10415
|
});
|
|
10419
10416
|
l(this, "selectors", {
|
|
10420
|
-
selectById:
|
|
10421
|
-
selectByIds:
|
|
10417
|
+
selectById: C_,
|
|
10418
|
+
selectByIds: U_
|
|
10422
10419
|
});
|
|
10423
10420
|
}
|
|
10424
10421
|
add(e) {
|
|
@@ -10500,19 +10497,19 @@ class m$ extends E {
|
|
|
10500
10497
|
l(this, "name", "Issue Type Status");
|
|
10501
10498
|
l(this, "url", "/issue-type-statuses");
|
|
10502
10499
|
l(this, "actions", {
|
|
10503
|
-
addOne:
|
|
10504
|
-
addMany:
|
|
10505
|
-
setOne:
|
|
10506
|
-
setMany:
|
|
10507
|
-
updateOne:
|
|
10508
|
-
updateMany:
|
|
10509
|
-
deleteOne:
|
|
10510
|
-
deleteMany:
|
|
10511
|
-
initialize:
|
|
10500
|
+
addOne: H_,
|
|
10501
|
+
addMany: G_,
|
|
10502
|
+
setOne: K_,
|
|
10503
|
+
setMany: Q_,
|
|
10504
|
+
updateOne: Y_,
|
|
10505
|
+
updateMany: J_,
|
|
10506
|
+
deleteOne: Z_,
|
|
10507
|
+
deleteMany: X_,
|
|
10508
|
+
initialize: N_
|
|
10512
10509
|
});
|
|
10513
10510
|
l(this, "selectors", {
|
|
10514
|
-
selectById:
|
|
10515
|
-
selectByIds:
|
|
10511
|
+
selectById: Tc,
|
|
10512
|
+
selectByIds: tP
|
|
10516
10513
|
});
|
|
10517
10514
|
}
|
|
10518
10515
|
add(e) {
|
|
@@ -10594,17 +10591,17 @@ class f$ extends E {
|
|
|
10594
10591
|
l(this, "actions", {
|
|
10595
10592
|
addOne: bc,
|
|
10596
10593
|
addMany: gc,
|
|
10597
|
-
setOne:
|
|
10598
|
-
setMany:
|
|
10599
|
-
updateOne:
|
|
10600
|
-
updateMany:
|
|
10594
|
+
setOne: nP,
|
|
10595
|
+
setMany: rP,
|
|
10596
|
+
updateOne: aP,
|
|
10597
|
+
updateMany: cP,
|
|
10601
10598
|
deleteOne: kc,
|
|
10602
10599
|
deleteMany: Fc,
|
|
10603
|
-
initialize:
|
|
10600
|
+
initialize: iP
|
|
10604
10601
|
});
|
|
10605
10602
|
l(this, "selectors", {
|
|
10606
|
-
selectById:
|
|
10607
|
-
selectByIds:
|
|
10603
|
+
selectById: dP,
|
|
10604
|
+
selectByIds: oP
|
|
10608
10605
|
});
|
|
10609
10606
|
}
|
|
10610
10607
|
async refreshStore(e, i) {
|
|
@@ -10619,8 +10616,8 @@ class f$ extends E {
|
|
|
10619
10616
|
return this.dispatch(n(a)), a;
|
|
10620
10617
|
}
|
|
10621
10618
|
}
|
|
10622
|
-
const
|
|
10623
|
-
function
|
|
10619
|
+
const _V = 1800;
|
|
10620
|
+
function PV(t) {
|
|
10624
10621
|
if (!t.access) throw new Error("Missing access token");
|
|
10625
10622
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
10626
10623
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
@@ -10691,7 +10688,7 @@ class S$ extends OV {
|
|
|
10691
10688
|
} catch {
|
|
10692
10689
|
n = i;
|
|
10693
10690
|
}
|
|
10694
|
-
return n - i <
|
|
10691
|
+
return n - i < _V;
|
|
10695
10692
|
}
|
|
10696
10693
|
getAuthHeader() {
|
|
10697
10694
|
return `Bearer ${this.getAccessToken()}`;
|
|
@@ -10734,7 +10731,7 @@ class S$ extends OV {
|
|
|
10734
10731
|
isAuthNeeded: !1,
|
|
10735
10732
|
checkAuth: !1
|
|
10736
10733
|
}).then((n) => {
|
|
10737
|
-
this.setTokens(
|
|
10734
|
+
this.setTokens(PV(n));
|
|
10738
10735
|
});
|
|
10739
10736
|
}
|
|
10740
10737
|
}
|
|
@@ -10744,19 +10741,19 @@ class A$ extends $t {
|
|
|
10744
10741
|
l(this, "name", "Organization Access");
|
|
10745
10742
|
l(this, "url", "/organization-accesses");
|
|
10746
10743
|
l(this, "actions", {
|
|
10747
|
-
addOne:
|
|
10748
|
-
addMany:
|
|
10749
|
-
setOne:
|
|
10750
|
-
setMany:
|
|
10751
|
-
updateOne:
|
|
10752
|
-
updateMany:
|
|
10753
|
-
deleteOne:
|
|
10754
|
-
deleteMany:
|
|
10755
|
-
initialize:
|
|
10744
|
+
addOne: TP,
|
|
10745
|
+
addMany: IP,
|
|
10746
|
+
setOne: bP,
|
|
10747
|
+
setMany: gP,
|
|
10748
|
+
updateOne: kP,
|
|
10749
|
+
updateMany: FP,
|
|
10750
|
+
deleteOne: RP,
|
|
10751
|
+
deleteMany: MP,
|
|
10752
|
+
initialize: PP
|
|
10756
10753
|
});
|
|
10757
10754
|
l(this, "selectors", {
|
|
10758
|
-
selectById:
|
|
10759
|
-
selectByIds:
|
|
10755
|
+
selectById: vP,
|
|
10756
|
+
selectByIds: VP
|
|
10760
10757
|
});
|
|
10761
10758
|
}
|
|
10762
10759
|
// TODO: add method when support for displaying an invited user
|
|
@@ -10813,19 +10810,19 @@ class w$ extends $t {
|
|
|
10813
10810
|
l(this, "name", "Organization");
|
|
10814
10811
|
l(this, "url", "/organizations");
|
|
10815
10812
|
l(this, "actions", {
|
|
10816
|
-
addOne:
|
|
10817
|
-
addMany: $
|
|
10818
|
-
setOne:
|
|
10819
|
-
setMany:
|
|
10820
|
-
updateOne:
|
|
10821
|
-
updateMany:
|
|
10822
|
-
deleteOne:
|
|
10823
|
-
deleteMany:
|
|
10824
|
-
initialize:
|
|
10813
|
+
addOne: xP,
|
|
10814
|
+
addMany: $P,
|
|
10815
|
+
setOne: zP,
|
|
10816
|
+
setMany: DP,
|
|
10817
|
+
updateOne: jP,
|
|
10818
|
+
updateMany: WP,
|
|
10819
|
+
deleteOne: CP,
|
|
10820
|
+
deleteMany: UP,
|
|
10821
|
+
initialize: qP
|
|
10825
10822
|
});
|
|
10826
10823
|
l(this, "selectors", {
|
|
10827
|
-
selectById:
|
|
10828
|
-
selectByIds:
|
|
10824
|
+
selectById: HP,
|
|
10825
|
+
selectByIds: GP
|
|
10829
10826
|
});
|
|
10830
10827
|
}
|
|
10831
10828
|
async add(e) {
|
|
@@ -10870,19 +10867,19 @@ class O$ extends E {
|
|
|
10870
10867
|
l(this, "name", "Project Access");
|
|
10871
10868
|
l(this, "url", "/project-accesses");
|
|
10872
10869
|
l(this, "actions", {
|
|
10873
|
-
addOne:
|
|
10874
|
-
addMany:
|
|
10875
|
-
setOne:
|
|
10876
|
-
setMany:
|
|
10877
|
-
updateOne:
|
|
10878
|
-
updateMany:
|
|
10879
|
-
deleteOne:
|
|
10880
|
-
deleteMany:
|
|
10881
|
-
initialize:
|
|
10870
|
+
addOne: tT,
|
|
10871
|
+
addMany: sT,
|
|
10872
|
+
setOne: iT,
|
|
10873
|
+
setMany: nT,
|
|
10874
|
+
updateOne: rT,
|
|
10875
|
+
updateMany: aT,
|
|
10876
|
+
deleteOne: cT,
|
|
10877
|
+
deleteMany: dT,
|
|
10878
|
+
initialize: eT
|
|
10882
10879
|
});
|
|
10883
10880
|
l(this, "selectors", {
|
|
10884
|
-
selectById:
|
|
10885
|
-
selectByIds:
|
|
10881
|
+
selectById: uT,
|
|
10882
|
+
selectByIds: lT
|
|
10886
10883
|
});
|
|
10887
10884
|
}
|
|
10888
10885
|
add(e) {
|
|
@@ -10974,25 +10971,25 @@ class O$ extends E {
|
|
|
10974
10971
|
return this.dispatch(n(r)), r;
|
|
10975
10972
|
}
|
|
10976
10973
|
}
|
|
10977
|
-
class
|
|
10974
|
+
class _$ extends x {
|
|
10978
10975
|
constructor() {
|
|
10979
10976
|
super(...arguments);
|
|
10980
10977
|
l(this, "name", "Project Attachment");
|
|
10981
10978
|
l(this, "url", "/project-attachments");
|
|
10982
10979
|
l(this, "actions", {
|
|
10983
|
-
addOne:
|
|
10984
|
-
addMany:
|
|
10985
|
-
setOne:
|
|
10986
|
-
setMany:
|
|
10987
|
-
updateOne:
|
|
10988
|
-
updateMany:
|
|
10989
|
-
deleteOne:
|
|
10990
|
-
deleteMany:
|
|
10991
|
-
initialize:
|
|
10980
|
+
addOne: hT,
|
|
10981
|
+
addMany: yT,
|
|
10982
|
+
setOne: mT,
|
|
10983
|
+
setMany: fT,
|
|
10984
|
+
updateOne: ST,
|
|
10985
|
+
updateMany: AT,
|
|
10986
|
+
deleteOne: wT,
|
|
10987
|
+
deleteMany: OT,
|
|
10988
|
+
initialize: pT
|
|
10992
10989
|
});
|
|
10993
10990
|
l(this, "selectors", {
|
|
10994
|
-
selectById:
|
|
10995
|
-
selectByIds:
|
|
10991
|
+
selectById: PT,
|
|
10992
|
+
selectByIds: TT
|
|
10996
10993
|
});
|
|
10997
10994
|
}
|
|
10998
10995
|
getId(e) {
|
|
@@ -11044,25 +11041,25 @@ class T$ extends x {
|
|
|
11044
11041
|
return this.dispatch(n(r)), r;
|
|
11045
11042
|
}
|
|
11046
11043
|
}
|
|
11047
|
-
class
|
|
11044
|
+
class P$ extends x {
|
|
11048
11045
|
constructor() {
|
|
11049
11046
|
super(...arguments);
|
|
11050
11047
|
l(this, "name", "Project File");
|
|
11051
11048
|
l(this, "url", "/project-files");
|
|
11052
11049
|
l(this, "actions", {
|
|
11053
|
-
addOne:
|
|
11054
|
-
addMany:
|
|
11055
|
-
setOne:
|
|
11056
|
-
setMany:
|
|
11057
|
-
updateOne:
|
|
11058
|
-
updateMany:
|
|
11059
|
-
deleteOne:
|
|
11060
|
-
deleteMany:
|
|
11061
|
-
initialize:
|
|
11050
|
+
addOne: FT,
|
|
11051
|
+
addMany: RT,
|
|
11052
|
+
setOne: gT,
|
|
11053
|
+
setMany: kT,
|
|
11054
|
+
updateOne: MT,
|
|
11055
|
+
updateMany: ET,
|
|
11056
|
+
deleteOne: vT,
|
|
11057
|
+
deleteMany: VT,
|
|
11058
|
+
initialize: bT
|
|
11062
11059
|
});
|
|
11063
11060
|
l(this, "selectors", {
|
|
11064
|
-
selectById:
|
|
11065
|
-
selectByIds:
|
|
11061
|
+
selectById: DT,
|
|
11062
|
+
selectByIds: zT
|
|
11066
11063
|
});
|
|
11067
11064
|
}
|
|
11068
11065
|
getId(e) {
|
|
@@ -11140,25 +11137,25 @@ class _$ extends x {
|
|
|
11140
11137
|
return this.dispatch(n(a)), a;
|
|
11141
11138
|
}
|
|
11142
11139
|
}
|
|
11143
|
-
class
|
|
11140
|
+
class T$ extends $t {
|
|
11144
11141
|
constructor() {
|
|
11145
11142
|
super(...arguments);
|
|
11146
11143
|
l(this, "name", "Project");
|
|
11147
11144
|
l(this, "url", "/projects");
|
|
11148
11145
|
l(this, "actions", {
|
|
11149
|
-
addOne:
|
|
11150
|
-
addMany:
|
|
11151
|
-
setOne:
|
|
11152
|
-
setMany:
|
|
11153
|
-
updateOne:
|
|
11154
|
-
updateMany:
|
|
11155
|
-
deleteOne:
|
|
11156
|
-
deleteMany:
|
|
11157
|
-
initialize:
|
|
11146
|
+
addOne: UT,
|
|
11147
|
+
addMany: CT,
|
|
11148
|
+
setOne: jT,
|
|
11149
|
+
setMany: WT,
|
|
11150
|
+
updateOne: NT,
|
|
11151
|
+
updateMany: LT,
|
|
11152
|
+
deleteOne: HT,
|
|
11153
|
+
deleteMany: GT,
|
|
11154
|
+
initialize: xT
|
|
11158
11155
|
});
|
|
11159
11156
|
l(this, "selectors", {
|
|
11160
|
-
selectById:
|
|
11161
|
-
selectByIds:
|
|
11157
|
+
selectById: YT,
|
|
11158
|
+
selectByIds: JT
|
|
11162
11159
|
});
|
|
11163
11160
|
}
|
|
11164
11161
|
async add(e) {
|
|
@@ -11206,7 +11203,7 @@ class I$ extends E {
|
|
|
11206
11203
|
l(this, "name", "Procedure");
|
|
11207
11204
|
l(this, "url", "/procedures");
|
|
11208
11205
|
l(this, "actions", {
|
|
11209
|
-
addOne:
|
|
11206
|
+
addOne: XT,
|
|
11210
11207
|
addMany: Nc,
|
|
11211
11208
|
setOne: eI,
|
|
11212
11209
|
setMany: tI,
|
|
@@ -11214,7 +11211,7 @@ class I$ extends E {
|
|
|
11214
11211
|
updateMany: iI,
|
|
11215
11212
|
deleteOne: nI,
|
|
11216
11213
|
deleteMany: Hc,
|
|
11217
|
-
initialize:
|
|
11214
|
+
initialize: ZT
|
|
11218
11215
|
});
|
|
11219
11216
|
l(this, "selectors", {
|
|
11220
11217
|
selectById: cI,
|
|
@@ -11319,7 +11316,7 @@ class b$ extends E {
|
|
|
11319
11316
|
});
|
|
11320
11317
|
l(this, "selectors", {
|
|
11321
11318
|
selectById: OI,
|
|
11322
|
-
selectByIds:
|
|
11319
|
+
selectByIds: _I
|
|
11323
11320
|
});
|
|
11324
11321
|
}
|
|
11325
11322
|
add(e) {
|
|
@@ -11433,7 +11430,7 @@ class g$ extends E {
|
|
|
11433
11430
|
updateMany: RI,
|
|
11434
11431
|
deleteOne: MI,
|
|
11435
11432
|
deleteMany: EI,
|
|
11436
|
-
initialize:
|
|
11433
|
+
initialize: TI
|
|
11437
11434
|
});
|
|
11438
11435
|
l(this, "selectors", {
|
|
11439
11436
|
selectById: VI,
|
|
@@ -11697,15 +11694,15 @@ class M$ extends x {
|
|
|
11697
11694
|
l(this, "name", "Procedure Step Fields Attachment");
|
|
11698
11695
|
l(this, "url", "/procedure-step-fields-attachments");
|
|
11699
11696
|
l(this, "actions", {
|
|
11700
|
-
addOne:
|
|
11697
|
+
addOne: Pb,
|
|
11701
11698
|
addMany: td,
|
|
11702
|
-
setOne:
|
|
11699
|
+
setOne: Tb,
|
|
11703
11700
|
setMany: Ib,
|
|
11704
11701
|
updateOne: bb,
|
|
11705
11702
|
updateMany: gb,
|
|
11706
11703
|
deleteOne: kb,
|
|
11707
11704
|
deleteMany: sd,
|
|
11708
|
-
initialize:
|
|
11705
|
+
initialize: _b
|
|
11709
11706
|
});
|
|
11710
11707
|
l(this, "selectors", {
|
|
11711
11708
|
selectById: Mb,
|
|
@@ -11940,8 +11937,8 @@ class V$ extends E {
|
|
|
11940
11937
|
setOne: Ag,
|
|
11941
11938
|
setMany: wg,
|
|
11942
11939
|
updateOne: Og,
|
|
11943
|
-
updateMany:
|
|
11944
|
-
deleteOne:
|
|
11940
|
+
updateMany: _g,
|
|
11941
|
+
deleteOne: Pg,
|
|
11945
11942
|
deleteMany: hd,
|
|
11946
11943
|
initialize: fg
|
|
11947
11944
|
});
|
|
@@ -12467,7 +12464,7 @@ class $$ extends x {
|
|
|
12467
12464
|
initialize: pk
|
|
12468
12465
|
});
|
|
12469
12466
|
l(this, "selectors", {
|
|
12470
|
-
selectById:
|
|
12467
|
+
selectById: Tk,
|
|
12471
12468
|
selectByIds: Ik
|
|
12472
12469
|
});
|
|
12473
12470
|
}
|
|
@@ -12657,8 +12654,8 @@ class W$ extends E {
|
|
|
12657
12654
|
class j$ extends x {
|
|
12658
12655
|
constructor() {
|
|
12659
12656
|
super(...arguments);
|
|
12660
|
-
l(this, "name", "Procedure
|
|
12661
|
-
l(this, "url", "/procedure-
|
|
12657
|
+
l(this, "name", "Procedure Field Values Attachment");
|
|
12658
|
+
l(this, "url", "/procedure-field-values-attachments");
|
|
12662
12659
|
l(this, "actions", {
|
|
12663
12660
|
addOne: Zk,
|
|
12664
12661
|
addMany: gd,
|
|
@@ -12748,8 +12745,8 @@ class j$ extends x {
|
|
|
12748
12745
|
class C$ extends E {
|
|
12749
12746
|
constructor() {
|
|
12750
12747
|
super(...arguments);
|
|
12751
|
-
l(this, "name", "Procedure
|
|
12752
|
-
l(this, "url", "/procedure-
|
|
12748
|
+
l(this, "name", "Procedure Field Values");
|
|
12749
|
+
l(this, "url", "/procedure-field-values");
|
|
12753
12750
|
l(this, "actions", {
|
|
12754
12751
|
addOne: uF,
|
|
12755
12752
|
addMany: lF,
|
|
@@ -12763,7 +12760,7 @@ class C$ extends E {
|
|
|
12763
12760
|
});
|
|
12764
12761
|
l(this, "selectors", {
|
|
12765
12762
|
selectById: OF,
|
|
12766
|
-
selectByIds:
|
|
12763
|
+
selectByIds: _F
|
|
12767
12764
|
});
|
|
12768
12765
|
}
|
|
12769
12766
|
add(e) {
|
|
@@ -12834,7 +12831,7 @@ class C$ extends E {
|
|
|
12834
12831
|
update(e) {
|
|
12835
12832
|
const { store: i } = this.client, { setOne: n } = this.actions, { selectById: r } = this.selectors, a = i.getState(), c = r(e.uuid)(a);
|
|
12836
12833
|
if (!c)
|
|
12837
|
-
throw new Error(`Expected
|
|
12834
|
+
throw new Error(`Expected ProcedureFieldValues with uuid ${e.uuid} to exist`);
|
|
12838
12835
|
const d = {
|
|
12839
12836
|
...c,
|
|
12840
12837
|
...e
|
|
@@ -12891,7 +12888,7 @@ class U$ extends E {
|
|
|
12891
12888
|
l(this, "name", "Procedure Type");
|
|
12892
12889
|
l(this, "url", "/procedure-types");
|
|
12893
12890
|
l(this, "actions", {
|
|
12894
|
-
addOne:
|
|
12891
|
+
addOne: TF,
|
|
12895
12892
|
addMany: IF,
|
|
12896
12893
|
setOne: bF,
|
|
12897
12894
|
setMany: gF,
|
|
@@ -12899,7 +12896,7 @@ class U$ extends E {
|
|
|
12899
12896
|
updateMany: FF,
|
|
12900
12897
|
deleteOne: RF,
|
|
12901
12898
|
deleteMany: MF,
|
|
12902
|
-
initialize:
|
|
12899
|
+
initialize: PF
|
|
12903
12900
|
});
|
|
12904
12901
|
l(this, "selectors", {
|
|
12905
12902
|
selectById: VF,
|
|
@@ -13172,18 +13169,18 @@ class H$ extends $t {
|
|
|
13172
13169
|
l(this, "url", "/user");
|
|
13173
13170
|
l(this, "actions", {
|
|
13174
13171
|
addOne: vc,
|
|
13175
|
-
addMany:
|
|
13176
|
-
setOne:
|
|
13177
|
-
setMany:
|
|
13178
|
-
updateOne:
|
|
13179
|
-
updateMany:
|
|
13172
|
+
addMany: mP,
|
|
13173
|
+
setOne: yP,
|
|
13174
|
+
setMany: hP,
|
|
13175
|
+
updateOne: SP,
|
|
13176
|
+
updateMany: fP,
|
|
13180
13177
|
deleteOne: Vc,
|
|
13181
|
-
deleteMany:
|
|
13182
|
-
initialize:
|
|
13178
|
+
deleteMany: AP,
|
|
13179
|
+
initialize: pP
|
|
13183
13180
|
});
|
|
13184
13181
|
l(this, "selectors", {
|
|
13185
13182
|
selectById: Ks,
|
|
13186
|
-
selectByIds:
|
|
13183
|
+
selectByIds: _P
|
|
13187
13184
|
});
|
|
13188
13185
|
}
|
|
13189
13186
|
async list(e, i) {
|
|
@@ -13224,8 +13221,8 @@ class G$ extends E {
|
|
|
13224
13221
|
initialize: pR
|
|
13225
13222
|
});
|
|
13226
13223
|
l(this, "selectors", {
|
|
13227
|
-
selectById:
|
|
13228
|
-
selectByIds:
|
|
13224
|
+
selectById: PR,
|
|
13225
|
+
selectByIds: TR
|
|
13229
13226
|
});
|
|
13230
13227
|
}
|
|
13231
13228
|
add(e) {
|
|
@@ -13602,8 +13599,8 @@ class J$ extends E {
|
|
|
13602
13599
|
initialize: lM
|
|
13603
13600
|
});
|
|
13604
13601
|
l(this, "selectors", {
|
|
13605
|
-
selectById:
|
|
13606
|
-
selectByIds:
|
|
13602
|
+
selectById: _M,
|
|
13603
|
+
selectByIds: PM
|
|
13607
13604
|
});
|
|
13608
13605
|
}
|
|
13609
13606
|
add(e) {
|
|
@@ -13915,15 +13912,15 @@ class sx extends x {
|
|
|
13915
13912
|
l(this, "name", "Workflow Step Field Values Attachment");
|
|
13916
13913
|
l(this, "url", "/workflow-step-field-values-attachments");
|
|
13917
13914
|
l(this, "actions", {
|
|
13918
|
-
addOne:
|
|
13915
|
+
addOne: PE,
|
|
13919
13916
|
addMany: Jd,
|
|
13920
|
-
setOne:
|
|
13917
|
+
setOne: TE,
|
|
13921
13918
|
setMany: IE,
|
|
13922
13919
|
updateOne: bE,
|
|
13923
13920
|
updateMany: gE,
|
|
13924
13921
|
deleteOne: kE,
|
|
13925
13922
|
deleteMany: Zd,
|
|
13926
|
-
initialize:
|
|
13923
|
+
initialize: _E
|
|
13927
13924
|
});
|
|
13928
13925
|
l(this, "selectors", {
|
|
13929
13926
|
selectById: RE,
|
|
@@ -14276,9 +14273,9 @@ class ax extends E {
|
|
|
14276
14273
|
addMany: Av,
|
|
14277
14274
|
setOne: wv,
|
|
14278
14275
|
setMany: Ov,
|
|
14279
|
-
updateOne:
|
|
14280
|
-
updateMany:
|
|
14281
|
-
deleteOne:
|
|
14276
|
+
updateOne: _v,
|
|
14277
|
+
updateMany: Pv,
|
|
14278
|
+
deleteOne: Tv,
|
|
14282
14279
|
deleteMany: Iv,
|
|
14283
14280
|
initialize: fv
|
|
14284
14281
|
});
|
|
@@ -14682,7 +14679,7 @@ class ox {
|
|
|
14682
14679
|
}
|
|
14683
14680
|
_enqueueRequest(s, e, i) {
|
|
14684
14681
|
const n = new ai(), r = { ...s, BASE_URL: e, serviceName: i }, a = this.store.dispatch(
|
|
14685
|
-
|
|
14682
|
+
YP(r)
|
|
14686
14683
|
), c = (o) => {
|
|
14687
14684
|
if (o)
|
|
14688
14685
|
n.resolve(o.body);
|
|
@@ -14876,19 +14873,19 @@ class Qt {
|
|
|
14876
14873
|
this.requestAttemptCounter[s] = (this.requestAttemptCounter[s] || 0) + 1;
|
|
14877
14874
|
}
|
|
14878
14875
|
}
|
|
14879
|
-
let
|
|
14880
|
-
function
|
|
14881
|
-
|
|
14876
|
+
let _o;
|
|
14877
|
+
function TV(t) {
|
|
14878
|
+
_o = t;
|
|
14882
14879
|
}
|
|
14883
14880
|
function ts() {
|
|
14884
|
-
return
|
|
14881
|
+
return _o;
|
|
14885
14882
|
}
|
|
14886
|
-
let
|
|
14883
|
+
let Po;
|
|
14887
14884
|
function IV(t) {
|
|
14888
|
-
|
|
14885
|
+
Po = t;
|
|
14889
14886
|
}
|
|
14890
14887
|
function bV() {
|
|
14891
|
-
return
|
|
14888
|
+
return Po;
|
|
14892
14889
|
}
|
|
14893
14890
|
let bs = null;
|
|
14894
14891
|
function Ut() {
|
|
@@ -14902,7 +14899,7 @@ function Ut() {
|
|
|
14902
14899
|
}
|
|
14903
14900
|
const ux = (t, s) => {
|
|
14904
14901
|
const e = new s(t);
|
|
14905
|
-
return IV(e),
|
|
14902
|
+
return IV(e), TV(t), e;
|
|
14906
14903
|
};
|
|
14907
14904
|
class gV {
|
|
14908
14905
|
constructor(s) {
|
|
@@ -14921,7 +14918,7 @@ class gV {
|
|
|
14921
14918
|
return this._all;
|
|
14922
14919
|
}
|
|
14923
14920
|
}
|
|
14924
|
-
class
|
|
14921
|
+
class To {
|
|
14925
14922
|
constructor() {
|
|
14926
14923
|
l(this, "next");
|
|
14927
14924
|
this.next = null;
|
|
@@ -14940,12 +14937,12 @@ class Po {
|
|
|
14940
14937
|
}
|
|
14941
14938
|
}
|
|
14942
14939
|
}
|
|
14943
|
-
class kV extends
|
|
14940
|
+
class kV extends To {
|
|
14944
14941
|
async run(s) {
|
|
14945
14942
|
return super.run(s);
|
|
14946
14943
|
}
|
|
14947
14944
|
}
|
|
14948
|
-
class FV extends
|
|
14945
|
+
class FV extends To {
|
|
14949
14946
|
async run(s) {
|
|
14950
14947
|
return super.run(s);
|
|
14951
14948
|
}
|
|
@@ -14968,10 +14965,10 @@ export {
|
|
|
14968
14965
|
kz as AssetProcedureStepFieldsService,
|
|
14969
14966
|
Mz as AssetProcedureStepService,
|
|
14970
14967
|
wz as AssetProcedureTypeAttachmentService,
|
|
14971
|
-
|
|
14972
|
-
|
|
14968
|
+
Pz as AssetProcedureTypeFieldValuesAttachmentService,
|
|
14969
|
+
Tz as AssetProcedureTypeFieldValuesService,
|
|
14973
14970
|
Oz as AssetProcedureTypeFieldsAttachmentService,
|
|
14974
|
-
|
|
14971
|
+
_z as AssetProcedureTypeFieldsService,
|
|
14975
14972
|
bz as AssetProcedureTypeService,
|
|
14976
14973
|
Ez as AssetService,
|
|
14977
14974
|
vz as AssetStageCompletionService,
|
|
@@ -15037,11 +15034,13 @@ export {
|
|
|
15037
15034
|
L as MAX_SERVICE_BATCH_SIZE,
|
|
15038
15035
|
Ho as OUTBOX_RETRY_DELAY,
|
|
15039
15036
|
kV as OfflineAnalyticsMiddleware,
|
|
15040
|
-
|
|
15037
|
+
To as OfflineMiddleware,
|
|
15041
15038
|
xo as OrganizationAccessLevel,
|
|
15042
15039
|
A$ as OrganizationAccessService,
|
|
15043
15040
|
w$ as OrganizationService,
|
|
15044
15041
|
Qt as OutboxCoordinator,
|
|
15042
|
+
j$ as ProcedureFieldValuesAttachmentService,
|
|
15043
|
+
C$ as ProcedureFieldValuesService,
|
|
15045
15044
|
I$ as ProcedureService,
|
|
15046
15045
|
b$ as ProcedureStepAssigneeService,
|
|
15047
15046
|
g$ as ProcedureStepCommentService,
|
|
@@ -15059,20 +15058,18 @@ export {
|
|
|
15059
15058
|
D$ as ProcedureStepReviewerService,
|
|
15060
15059
|
z$ as ProcedureStepService,
|
|
15061
15060
|
$$ as ProcedureTypeAttachmentService,
|
|
15062
|
-
j$ as ProcedureTypeFieldValuesAttachmentService,
|
|
15063
|
-
C$ as ProcedureTypeFieldValuesService,
|
|
15064
15061
|
x$ as ProcedureTypeFieldsAttachmentService,
|
|
15065
15062
|
W$ as ProcedureTypeFieldsService,
|
|
15066
15063
|
U$ as ProcedureTypeService,
|
|
15067
15064
|
O$ as ProjectAccessService,
|
|
15068
|
-
|
|
15069
|
-
|
|
15070
|
-
|
|
15071
|
-
|
|
15065
|
+
_$ as ProjectAttachmentService,
|
|
15066
|
+
P$ as ProjectFileService,
|
|
15067
|
+
T$ as ProjectService,
|
|
15068
|
+
T as RESET_ORGANIZATION_STATE,
|
|
15072
15069
|
q as RESET_PROJECT_STATE,
|
|
15073
15070
|
O as RESET_STATE,
|
|
15074
15071
|
FV as RateLimitingMiddleware,
|
|
15075
|
-
|
|
15072
|
+
_B as SelectorBuilder,
|
|
15076
15073
|
L$ as TeamMembershipService,
|
|
15077
15074
|
N$ as TeamService,
|
|
15078
15075
|
Yt as UNKNOWN_ERROR_MESSAGE,
|
|
@@ -15100,7 +15097,7 @@ export {
|
|
|
15100
15097
|
ax as WorkflowStepReviewerService,
|
|
15101
15098
|
cx as WorkflowStepService,
|
|
15102
15099
|
dx as WorkflowTypeService,
|
|
15103
|
-
|
|
15100
|
+
ZP as _setLatestRetryTime,
|
|
15104
15101
|
fh as addAsset,
|
|
15105
15102
|
yu as addAssetAttachment,
|
|
15106
15103
|
mr as addAssetAttachments,
|
|
@@ -15113,12 +15110,12 @@ export {
|
|
|
15113
15110
|
Op as addAssetProcedureStepFields,
|
|
15114
15111
|
cp as addAssetProcedureStepFieldsAttachment,
|
|
15115
15112
|
dp as addAssetProcedureStepFieldsAttachments,
|
|
15116
|
-
|
|
15113
|
+
_p as addAssetProcedureStepFieldsMany,
|
|
15117
15114
|
ah as addAssetProcedureSteps,
|
|
15118
15115
|
Kl as addAssetProcedureType,
|
|
15119
15116
|
gu as addAssetProcedureTypeAttachment,
|
|
15120
15117
|
ku as addAssetProcedureTypeAttachments,
|
|
15121
|
-
|
|
15118
|
+
Tl as addAssetProcedureTypeFieldValues,
|
|
15122
15119
|
ll as addAssetProcedureTypeFieldValuesAttachment,
|
|
15123
15120
|
Ir as addAssetProcedureTypeFieldValuesAttachments,
|
|
15124
15121
|
Il as addAssetProcedureTypeFieldValuesMany,
|
|
@@ -15144,16 +15141,16 @@ export {
|
|
|
15144
15141
|
hy as addAssetTypeFieldsAttachments,
|
|
15145
15142
|
gy as addAssetTypeFieldsMany,
|
|
15146
15143
|
om as addAssetTypeIdentifier,
|
|
15147
|
-
|
|
15148
|
-
|
|
15144
|
+
Pm as addAssetTypeIdentifierValue,
|
|
15145
|
+
Tm as addAssetTypeIdentifierValues,
|
|
15149
15146
|
um as addAssetTypeIdentifiers,
|
|
15150
15147
|
Km as addAssetTypeStatus,
|
|
15151
15148
|
Qm as addAssetTypeStatuses,
|
|
15152
15149
|
$m as addAssetTypes,
|
|
15153
15150
|
Nr as addAssets,
|
|
15154
15151
|
ou as addConversation,
|
|
15155
|
-
|
|
15156
|
-
|
|
15152
|
+
PB as addConversations,
|
|
15153
|
+
Tf as addDocument,
|
|
15157
15154
|
uf as addDocumentAttachment,
|
|
15158
15155
|
lf as addDocumentAttachments,
|
|
15159
15156
|
If as addDocuments,
|
|
@@ -15165,7 +15162,7 @@ export {
|
|
|
15165
15162
|
lS as addFormIdentifierValues,
|
|
15166
15163
|
Zf as addFormIdentifiers,
|
|
15167
15164
|
Ra as addFormRevision,
|
|
15168
|
-
|
|
15165
|
+
TS as addFormRevisionAttachment,
|
|
15169
15166
|
IS as addFormRevisionAttachments,
|
|
15170
15167
|
Ma as addFormRevisions,
|
|
15171
15168
|
SA as addFormSubmission,
|
|
@@ -15184,10 +15181,10 @@ export {
|
|
|
15184
15181
|
yw as addIssueCommentAttachment,
|
|
15185
15182
|
mw as addIssueCommentAttachments,
|
|
15186
15183
|
Fw as addIssueComments,
|
|
15187
|
-
|
|
15184
|
+
V_ as addIssueType,
|
|
15188
15185
|
Jw as addIssueTypeAttachment,
|
|
15189
15186
|
Zw as addIssueTypeAttachments,
|
|
15190
|
-
|
|
15187
|
+
TO as addIssueTypeFieldValues,
|
|
15191
15188
|
QO as addIssueTypeFieldValuesAttachment,
|
|
15192
15189
|
hc as addIssueTypeFieldValuesAttachments,
|
|
15193
15190
|
IO as addIssueTypeFieldValuesMany,
|
|
@@ -15195,21 +15192,25 @@ export {
|
|
|
15195
15192
|
uO as addIssueTypeFieldsAttachment,
|
|
15196
15193
|
lO as addIssueTypeFieldsAttachments,
|
|
15197
15194
|
zO as addIssueTypeFieldsMany,
|
|
15198
|
-
|
|
15199
|
-
|
|
15200
|
-
|
|
15201
|
-
|
|
15202
|
-
|
|
15203
|
-
|
|
15204
|
-
|
|
15195
|
+
c_ as addIssueTypeIdentifier,
|
|
15196
|
+
O_ as addIssueTypeIdentifierValue,
|
|
15197
|
+
__ as addIssueTypeIdentifierValues,
|
|
15198
|
+
d_ as addIssueTypeIdentifiers,
|
|
15199
|
+
H_ as addIssueTypeStatus,
|
|
15200
|
+
G_ as addIssueTypeStatuses,
|
|
15201
|
+
B_ as addIssueTypes,
|
|
15205
15202
|
bc as addIssueUpdate,
|
|
15206
15203
|
gc as addIssueUpdates,
|
|
15207
15204
|
nc as addIssues,
|
|
15208
|
-
|
|
15209
|
-
|
|
15210
|
-
|
|
15211
|
-
$
|
|
15212
|
-
|
|
15205
|
+
xP as addOrganization,
|
|
15206
|
+
TP as addOrganizationAccess,
|
|
15207
|
+
IP as addOrganizationAccesses,
|
|
15208
|
+
$P as addOrganizations,
|
|
15209
|
+
XT as addProcedure,
|
|
15210
|
+
uF as addProcedureFieldValues,
|
|
15211
|
+
Zk as addProcedureFieldValuesAttachment,
|
|
15212
|
+
gd as addProcedureFieldValuesAttachments,
|
|
15213
|
+
lF as addProcedureFieldValuesMany,
|
|
15213
15214
|
sk as addProcedureStep,
|
|
15214
15215
|
lI as addProcedureStepAssignee,
|
|
15215
15216
|
pI as addProcedureStepAssignees,
|
|
@@ -15230,39 +15231,35 @@ export {
|
|
|
15230
15231
|
pd as addProcedureStepFieldValuesReviewRequests,
|
|
15231
15232
|
md as addProcedureStepFieldValuesReviews,
|
|
15232
15233
|
Bb as addProcedureStepFields,
|
|
15233
|
-
|
|
15234
|
+
Pb as addProcedureStepFieldsAttachment,
|
|
15234
15235
|
td as addProcedureStepFieldsAttachments,
|
|
15235
15236
|
qb as addProcedureStepFieldsMany,
|
|
15236
15237
|
jg as addProcedureStepReviewer,
|
|
15237
15238
|
Cg as addProcedureStepReviewers,
|
|
15238
15239
|
ik as addProcedureSteps,
|
|
15239
|
-
|
|
15240
|
+
TF as addProcedureType,
|
|
15240
15241
|
hk as addProcedureTypeAttachment,
|
|
15241
15242
|
yk as addProcedureTypeAttachments,
|
|
15242
|
-
uF as addProcedureTypeFieldValues,
|
|
15243
|
-
Zk as addProcedureTypeFieldValuesAttachment,
|
|
15244
|
-
gd as addProcedureTypeFieldValuesAttachments,
|
|
15245
|
-
lF as addProcedureTypeFieldValuesMany,
|
|
15246
15243
|
xk as addProcedureTypeFields,
|
|
15247
15244
|
gk as addProcedureTypeFieldsAttachment,
|
|
15248
15245
|
kk as addProcedureTypeFieldsAttachments,
|
|
15249
15246
|
Wk as addProcedureTypeFieldsMany,
|
|
15250
15247
|
IF as addProcedureTypes,
|
|
15251
15248
|
Nc as addProcedures,
|
|
15252
|
-
|
|
15253
|
-
|
|
15254
|
-
|
|
15255
|
-
|
|
15256
|
-
|
|
15257
|
-
|
|
15258
|
-
|
|
15259
|
-
|
|
15249
|
+
UT as addProject,
|
|
15250
|
+
tT as addProjectAccess,
|
|
15251
|
+
sT as addProjectAccesses,
|
|
15252
|
+
hT as addProjectAttachment,
|
|
15253
|
+
yT as addProjectAttachments,
|
|
15254
|
+
FT as addProjectFile,
|
|
15255
|
+
RT as addProjectFiles,
|
|
15256
|
+
CT as addProjects,
|
|
15260
15257
|
JF as addTeam,
|
|
15261
15258
|
$F as addTeamMembership,
|
|
15262
15259
|
xF as addTeamMemberships,
|
|
15263
15260
|
ZF as addTeams,
|
|
15264
15261
|
vc as addUser,
|
|
15265
|
-
|
|
15262
|
+
mP as addUsers,
|
|
15266
15263
|
hR as addWorkflow,
|
|
15267
15264
|
gR as addWorkflowIssueLink,
|
|
15268
15265
|
ns as addWorkflowIssueLinks,
|
|
@@ -15278,7 +15275,7 @@ export {
|
|
|
15278
15275
|
$M as addWorkflowStepEvent,
|
|
15279
15276
|
xM as addWorkflowStepEvents,
|
|
15280
15277
|
BE as addWorkflowStepFieldValues,
|
|
15281
|
-
|
|
15278
|
+
PE as addWorkflowStepFieldValuesAttachment,
|
|
15282
15279
|
Jd as addWorkflowStepFieldValuesAttachments,
|
|
15283
15280
|
qE as addWorkflowStepFieldValuesMany,
|
|
15284
15281
|
rv as addWorkflowStepFieldValuesReview,
|
|
@@ -15315,13 +15312,13 @@ export {
|
|
|
15315
15312
|
Bu as assetProcedureTypeAttachmentReducer,
|
|
15316
15313
|
Ar as assetProcedureTypeAttachmentSlice,
|
|
15317
15314
|
Sl as assetProcedureTypeFieldValuesAttachmentReducer,
|
|
15318
|
-
|
|
15315
|
+
Tr as assetProcedureTypeFieldValuesAttachmentSlice,
|
|
15319
15316
|
El as assetProcedureTypeFieldValuesReducer,
|
|
15320
15317
|
kr as assetProcedureTypeFieldValuesSlice,
|
|
15321
15318
|
Gu as assetProcedureTypeFieldsAttachmentReducer,
|
|
15322
15319
|
Or as assetProcedureTypeFieldsAttachmentSlice,
|
|
15323
15320
|
al as assetProcedureTypeFieldsReducer,
|
|
15324
|
-
|
|
15321
|
+
Pr as assetProcedureTypeFieldsSlice,
|
|
15325
15322
|
sp as assetProcedureTypeReducer,
|
|
15326
15323
|
Er as assetProcedureTypeSlice,
|
|
15327
15324
|
gh as assetReducer,
|
|
@@ -15336,7 +15333,7 @@ export {
|
|
|
15336
15333
|
na as assetTypeFieldValuesAttachmentSlice,
|
|
15337
15334
|
cm as assetTypeFieldValuesReducer,
|
|
15338
15335
|
da as assetTypeFieldValuesSlice,
|
|
15339
|
-
|
|
15336
|
+
Ty as assetTypeFieldsAttachmentReducer,
|
|
15340
15337
|
ta as assetTypeFieldsAttachmentSlice,
|
|
15341
15338
|
Dy as assetTypeFieldsReducer,
|
|
15342
15339
|
ia as assetTypeFieldsSlice,
|
|
@@ -15354,8 +15351,8 @@ export {
|
|
|
15354
15351
|
yz as baseReducer,
|
|
15355
15352
|
ho as baseReducers,
|
|
15356
15353
|
aq as clearTokens,
|
|
15357
|
-
|
|
15358
|
-
|
|
15354
|
+
P as createModelAdapter,
|
|
15355
|
+
QP as createOfflineAction,
|
|
15359
15356
|
R as createPayload,
|
|
15360
15357
|
tB as createSelectionAdapter,
|
|
15361
15358
|
wh as deleteAsset,
|
|
@@ -15439,34 +15436,38 @@ export {
|
|
|
15439
15436
|
Ja as deleteIssueAttachments,
|
|
15440
15437
|
Vw as deleteIssueComment,
|
|
15441
15438
|
Ow as deleteIssueCommentAttachment,
|
|
15442
|
-
|
|
15439
|
+
_w as deleteIssueCommentAttachments,
|
|
15443
15440
|
Bw as deleteIssueComments,
|
|
15444
|
-
|
|
15441
|
+
x_ as deleteIssueType,
|
|
15445
15442
|
iO as deleteIssueTypeAttachment,
|
|
15446
15443
|
nO as deleteIssueTypeAttachments,
|
|
15447
15444
|
RO as deleteIssueTypeFieldValues,
|
|
15448
|
-
|
|
15445
|
+
e_ as deleteIssueTypeFieldValuesAttachment,
|
|
15449
15446
|
yc as deleteIssueTypeFieldValuesAttachments,
|
|
15450
15447
|
MO as deleteIssueTypeFieldValuesMany,
|
|
15451
15448
|
CO as deleteIssueTypeFields,
|
|
15452
15449
|
fO as deleteIssueTypeFieldsAttachment,
|
|
15453
15450
|
SO as deleteIssueTypeFieldsAttachments,
|
|
15454
15451
|
UO as deleteIssueTypeFieldsMany,
|
|
15455
|
-
|
|
15456
|
-
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
15461
|
-
|
|
15452
|
+
h_ as deleteIssueTypeIdentifier,
|
|
15453
|
+
g_ as deleteIssueTypeIdentifierValue,
|
|
15454
|
+
k_ as deleteIssueTypeIdentifierValues,
|
|
15455
|
+
y_ as deleteIssueTypeIdentifiers,
|
|
15456
|
+
Z_ as deleteIssueTypeStatus,
|
|
15457
|
+
X_ as deleteIssueTypeStatuses,
|
|
15458
|
+
W_ as deleteIssueTypes,
|
|
15462
15459
|
kc as deleteIssueUpdate,
|
|
15463
15460
|
Fc as deleteIssueUpdates,
|
|
15464
15461
|
rc as deleteIssues,
|
|
15465
|
-
|
|
15466
|
-
|
|
15467
|
-
|
|
15468
|
-
|
|
15462
|
+
CP as deleteOrganization,
|
|
15463
|
+
RP as deleteOrganizationAccess,
|
|
15464
|
+
MP as deleteOrganizationAccesses,
|
|
15465
|
+
UP as deleteOrganizations,
|
|
15469
15466
|
nI as deleteProcedure,
|
|
15467
|
+
fF as deleteProcedureFieldValues,
|
|
15468
|
+
iF as deleteProcedureFieldValuesAttachment,
|
|
15469
|
+
kd as deleteProcedureFieldValuesAttachments,
|
|
15470
|
+
SF as deleteProcedureFieldValuesMany,
|
|
15470
15471
|
ak as deleteProcedureStep,
|
|
15471
15472
|
SI as deleteProcedureStepAssignee,
|
|
15472
15473
|
AI as deleteProcedureStepAssignees,
|
|
@@ -15483,7 +15484,7 @@ export {
|
|
|
15483
15484
|
dd as deleteProcedureStepFieldValuesAttachments,
|
|
15484
15485
|
lg as deleteProcedureStepFieldValuesMany,
|
|
15485
15486
|
Bg as deleteProcedureStepFieldValuesReview,
|
|
15486
|
-
|
|
15487
|
+
Pg as deleteProcedureStepFieldValuesReviewRequest,
|
|
15487
15488
|
hd as deleteProcedureStepFieldValuesReviewRequests,
|
|
15488
15489
|
fd as deleteProcedureStepFieldValuesReviews,
|
|
15489
15490
|
Wb as deleteProcedureStepFields,
|
|
@@ -15496,30 +15497,26 @@ export {
|
|
|
15496
15497
|
RF as deleteProcedureType,
|
|
15497
15498
|
wk as deleteProcedureTypeAttachment,
|
|
15498
15499
|
Ok as deleteProcedureTypeAttachments,
|
|
15499
|
-
fF as deleteProcedureTypeFieldValues,
|
|
15500
|
-
iF as deleteProcedureTypeFieldValuesAttachment,
|
|
15501
|
-
kd as deleteProcedureTypeFieldValuesAttachments,
|
|
15502
|
-
SF as deleteProcedureTypeFieldValuesMany,
|
|
15503
15500
|
Nk as deleteProcedureTypeFields,
|
|
15504
15501
|
vk as deleteProcedureTypeFieldsAttachment,
|
|
15505
15502
|
Vk as deleteProcedureTypeFieldsAttachments,
|
|
15506
15503
|
Hk as deleteProcedureTypeFieldsMany,
|
|
15507
15504
|
MF as deleteProcedureTypes,
|
|
15508
15505
|
Hc as deleteProcedures,
|
|
15509
|
-
|
|
15510
|
-
|
|
15511
|
-
|
|
15512
|
-
|
|
15513
|
-
|
|
15514
|
-
|
|
15515
|
-
|
|
15516
|
-
|
|
15506
|
+
HT as deleteProject,
|
|
15507
|
+
cT as deleteProjectAccess,
|
|
15508
|
+
dT as deleteProjectAccesses,
|
|
15509
|
+
wT as deleteProjectAttachment,
|
|
15510
|
+
OT as deleteProjectAttachments,
|
|
15511
|
+
vT as deleteProjectFile,
|
|
15512
|
+
VT as deleteProjectFiles,
|
|
15513
|
+
GT as deleteProjects,
|
|
15517
15514
|
iR as deleteTeam,
|
|
15518
15515
|
LF as deleteTeamMembership,
|
|
15519
15516
|
NF as deleteTeamMemberships,
|
|
15520
15517
|
nR as deleteTeams,
|
|
15521
15518
|
Vc as deleteUser,
|
|
15522
|
-
|
|
15519
|
+
AP as deleteUsers,
|
|
15523
15520
|
wR as deleteWorkflow,
|
|
15524
15521
|
ER as deleteWorkflowIssueLink,
|
|
15525
15522
|
rs as deleteWorkflowIssueLinks,
|
|
@@ -15546,7 +15543,7 @@ export {
|
|
|
15546
15543
|
sE as deleteWorkflowStepFieldsAttachment,
|
|
15547
15544
|
Gd as deleteWorkflowStepFieldsAttachments,
|
|
15548
15545
|
fE as deleteWorkflowStepFieldsMany,
|
|
15549
|
-
|
|
15546
|
+
Tv as deleteWorkflowStepReviewer,
|
|
15550
15547
|
Iv as deleteWorkflowStepReviewers,
|
|
15551
15548
|
zv as deleteWorkflowSteps,
|
|
15552
15549
|
Qv as deleteWorkflowType,
|
|
@@ -15554,7 +15551,7 @@ export {
|
|
|
15554
15551
|
OR as deleteWorkflows,
|
|
15555
15552
|
oV as dequeue,
|
|
15556
15553
|
yV as discard,
|
|
15557
|
-
|
|
15554
|
+
_f as documentAttachmentReducer,
|
|
15558
15555
|
fa as documentAttachmentSlice,
|
|
15559
15556
|
Aa as documentSlice,
|
|
15560
15557
|
Ef as documentsReducer,
|
|
@@ -15563,17 +15560,17 @@ export {
|
|
|
15563
15560
|
Oa as emailDomainsSlice,
|
|
15564
15561
|
SB as emailRegex,
|
|
15565
15562
|
dV as enqueue,
|
|
15566
|
-
|
|
15563
|
+
YP as enqueueRequest,
|
|
15567
15564
|
wV as extractResponseFromError,
|
|
15568
15565
|
S as fallbackToEmptyArray,
|
|
15569
15566
|
cs as fallbackToEmptyObject,
|
|
15570
15567
|
Xo as fetchBlobFromObjectUrl,
|
|
15571
15568
|
eu as fetchFileFromObjectUrl,
|
|
15572
15569
|
Qf as fileReducer,
|
|
15573
|
-
|
|
15570
|
+
Ta as fileSlice,
|
|
15574
15571
|
dS as formIdentifierReducer,
|
|
15575
15572
|
Ia as formIdentifierSlice,
|
|
15576
|
-
|
|
15573
|
+
_S as formIdentifierValueReducer,
|
|
15577
15574
|
ga as formIdentifierValueSlice,
|
|
15578
15575
|
XS as formReducer,
|
|
15579
15576
|
BS as formRevisionAttachmentReducer,
|
|
@@ -15602,7 +15599,7 @@ export {
|
|
|
15602
15599
|
dB as getRenamedFile,
|
|
15603
15600
|
A as getRequestDescription,
|
|
15604
15601
|
cB as getS3FileKey,
|
|
15605
|
-
|
|
15602
|
+
Ts as hashFile,
|
|
15606
15603
|
ux as initSDK,
|
|
15607
15604
|
hu as initializeAssetAttachments,
|
|
15608
15605
|
Up as initializeAssetProcedureStepFieldValues,
|
|
@@ -15611,7 +15608,7 @@ export {
|
|
|
15611
15608
|
ap as initializeAssetProcedureStepFieldsAttachments,
|
|
15612
15609
|
sh as initializeAssetProcedureSteps,
|
|
15613
15610
|
bu as initializeAssetProcedureTypeAttachments,
|
|
15614
|
-
|
|
15611
|
+
Pl as initializeAssetProcedureTypeFieldValues,
|
|
15615
15612
|
ul as initializeAssetProcedureTypeFieldValuesAttachments,
|
|
15616
15613
|
Ju as initializeAssetProcedureTypeFields,
|
|
15617
15614
|
$u as initializeAssetProcedureTypeFieldsAttachments,
|
|
@@ -15624,18 +15621,18 @@ export {
|
|
|
15624
15621
|
zy as initializeAssetTypeFieldValuesAttachments,
|
|
15625
15622
|
Iy as initializeAssetTypeFields,
|
|
15626
15623
|
ly as initializeAssetTypeFieldsAttachments,
|
|
15627
|
-
|
|
15624
|
+
_m as initializeAssetTypeIdentifierValues,
|
|
15628
15625
|
dm as initializeAssetTypeIdentifiers,
|
|
15629
15626
|
Gm as initializeAssetTypeStatuses,
|
|
15630
15627
|
Bm as initializeAssetTypes,
|
|
15631
15628
|
mh as initializeAssets,
|
|
15632
15629
|
du as initializeConversations,
|
|
15633
15630
|
of as initializeDocumentAttachments,
|
|
15634
|
-
|
|
15631
|
+
Pf as initializeDocuments,
|
|
15635
15632
|
qf as initializeEmailDomains,
|
|
15636
15633
|
oS as initializeFormIdentifierValues,
|
|
15637
15634
|
Yf as initializeFormIdentifiers,
|
|
15638
|
-
|
|
15635
|
+
PS as initializeFormRevisionAttachments,
|
|
15639
15636
|
qS as initializeFormRevisions,
|
|
15640
15637
|
iA as initializeFormSubmissionAttachments,
|
|
15641
15638
|
yA as initializeFormSubmissions,
|
|
@@ -15646,20 +15643,22 @@ export {
|
|
|
15646
15643
|
hw as initializeIssueCommentAttachments,
|
|
15647
15644
|
gw as initializeIssueComments,
|
|
15648
15645
|
Yw as initializeIssueTypeAttachments,
|
|
15649
|
-
|
|
15646
|
+
PO as initializeIssueTypeFieldValues,
|
|
15650
15647
|
KO as initializeIssueTypeFieldValuesAttachments,
|
|
15651
15648
|
qO as initializeIssueTypeFields,
|
|
15652
15649
|
oO as initializeIssueTypeFieldsAttachments,
|
|
15653
|
-
|
|
15654
|
-
|
|
15655
|
-
|
|
15656
|
-
|
|
15657
|
-
|
|
15650
|
+
w_ as initializeIssueTypeIdentifierValues,
|
|
15651
|
+
a_ as initializeIssueTypeIdentifiers,
|
|
15652
|
+
N_ as initializeIssueTypeStatuses,
|
|
15653
|
+
v_ as initializeIssueTypes,
|
|
15654
|
+
iP as initializeIssueUpdates,
|
|
15658
15655
|
$w as initializeIssues,
|
|
15659
|
-
|
|
15660
|
-
|
|
15656
|
+
PP as initializeOrganizationAccesses,
|
|
15657
|
+
qP as initializeOrganizations,
|
|
15658
|
+
oF as initializeProcedureFieldValues,
|
|
15659
|
+
Jk as initializeProcedureFieldValuesAttachments,
|
|
15661
15660
|
uI as initializeProcedureStepAssignees,
|
|
15662
|
-
|
|
15661
|
+
TI as initializeProcedureStepComments,
|
|
15663
15662
|
DI as initializeProcedureStepDefaultAssignees,
|
|
15664
15663
|
QI as initializeProcedureStepDefaultReviewers,
|
|
15665
15664
|
db as initializeProcedureStepEvents,
|
|
@@ -15668,23 +15667,21 @@ export {
|
|
|
15668
15667
|
fg as initializeProcedureStepFieldValuesReviewRequests,
|
|
15669
15668
|
Fg as initializeProcedureStepFieldValuesReviews,
|
|
15670
15669
|
Vb as initializeProcedureStepFields,
|
|
15671
|
-
|
|
15670
|
+
_b as initializeProcedureStepFieldsAttachments,
|
|
15672
15671
|
Wg as initializeProcedureStepReviewers,
|
|
15673
15672
|
Xg as initializeProcedureSteps,
|
|
15674
15673
|
pk as initializeProcedureTypeAttachments,
|
|
15675
|
-
oF as initializeProcedureTypeFieldValues,
|
|
15676
|
-
Jk as initializeProcedureTypeFieldValuesAttachments,
|
|
15677
15674
|
$k as initializeProcedureTypeFields,
|
|
15678
15675
|
bk as initializeProcedureTypeFieldsAttachments,
|
|
15679
|
-
|
|
15680
|
-
|
|
15681
|
-
|
|
15682
|
-
|
|
15683
|
-
|
|
15684
|
-
|
|
15676
|
+
PF as initializeProcedureTypes,
|
|
15677
|
+
ZT as initializeProcedures,
|
|
15678
|
+
eT as initializeProjectAccesses,
|
|
15679
|
+
pT as initializeProjectAttachments,
|
|
15680
|
+
bT as initializeProjectFiles,
|
|
15681
|
+
xT as initializeProjects,
|
|
15685
15682
|
zF as initializeTeamMemberships,
|
|
15686
15683
|
YF as initializeTeams,
|
|
15687
|
-
|
|
15684
|
+
pP as initializeUsers,
|
|
15688
15685
|
bR as initializeWorkflowIssueLinks,
|
|
15689
15686
|
xR as initializeWorkflowStepAssignees,
|
|
15690
15687
|
ZR as initializeWorkflowStepComments,
|
|
@@ -15692,7 +15689,7 @@ export {
|
|
|
15692
15689
|
IM as initializeWorkflowStepDefaultReviewers,
|
|
15693
15690
|
zM as initializeWorkflowStepEvents,
|
|
15694
15691
|
VE as initializeWorkflowStepFieldValues,
|
|
15695
|
-
|
|
15692
|
+
_E as initializeWorkflowStepFieldValuesAttachments,
|
|
15696
15693
|
HE as initializeWorkflowStepFieldValuesReviewRequests,
|
|
15697
15694
|
nv as initializeWorkflowStepFieldValuesReviews,
|
|
15698
15695
|
dE as initializeWorkflowStepFields,
|
|
@@ -15716,43 +15713,47 @@ export {
|
|
|
15716
15713
|
ic as issueSlice,
|
|
15717
15714
|
dO as issueTypeAttachmentReducer,
|
|
15718
15715
|
ac as issueTypeAttachmentSlice,
|
|
15719
|
-
|
|
15716
|
+
r_ as issueTypeFieldValuesAttachmentReducer,
|
|
15720
15717
|
pc as issueTypeFieldValuesAttachmentSlice,
|
|
15721
15718
|
BO as issueTypeFieldValuesReducer,
|
|
15722
15719
|
uc as issueTypeFieldValuesSlice,
|
|
15723
|
-
|
|
15720
|
+
_O as issueTypeFieldsAttachmentReducer,
|
|
15724
15721
|
dc as issueTypeFieldsAttachmentSlice,
|
|
15725
15722
|
GO as issueTypeFieldsReducer,
|
|
15726
15723
|
lc as issueTypeFieldsSlice,
|
|
15727
|
-
|
|
15724
|
+
A_ as issueTypeIdentifierReducer,
|
|
15728
15725
|
fc as issueTypeIdentifierSlice,
|
|
15729
|
-
|
|
15726
|
+
E_ as issueTypeIdentifierValueReducer,
|
|
15730
15727
|
Ac as issueTypeIdentifierValueSlice,
|
|
15731
|
-
|
|
15728
|
+
L_ as issueTypeReducer,
|
|
15732
15729
|
wc as issueTypeSlice,
|
|
15733
|
-
|
|
15734
|
-
|
|
15730
|
+
sP as issueTypeStatusReducer,
|
|
15731
|
+
_c as issueTypeStatusSlice,
|
|
15735
15732
|
ru as issueTypeStatusSortFn,
|
|
15736
|
-
|
|
15733
|
+
lP as issueUpdateReducer,
|
|
15737
15734
|
Ic as issueUpdateSlice,
|
|
15738
15735
|
lB as logOnlyOnce,
|
|
15739
|
-
|
|
15736
|
+
JP as markAsDeleted,
|
|
15740
15737
|
Cq as markForDeletion,
|
|
15741
15738
|
cr as memoize,
|
|
15742
|
-
|
|
15739
|
+
EP as organizationAccessReducer,
|
|
15743
15740
|
qc as organizationAccessSlice,
|
|
15744
|
-
|
|
15741
|
+
KP as organizationReducer,
|
|
15745
15742
|
Dc as organizationSlice,
|
|
15746
|
-
|
|
15743
|
+
XP as outboxReducer,
|
|
15747
15744
|
zc as outboxSlice,
|
|
15748
15745
|
fz as overmapEnhancer,
|
|
15749
15746
|
mz as overmapReducer,
|
|
15750
15747
|
tV as overmapReducers,
|
|
15751
15748
|
Oo as performRequest,
|
|
15752
15749
|
hV as performRequestFromAction,
|
|
15750
|
+
nF as procedureFieldValuesAttachmentReducer,
|
|
15751
|
+
bd as procedureFieldValuesAttachmentSlice,
|
|
15752
|
+
AF as procedureFieldValuesReducer,
|
|
15753
|
+
Rd as procedureFieldValuesSlice,
|
|
15753
15754
|
rI as procedureReducer,
|
|
15754
15755
|
Lc as procedureSlice,
|
|
15755
|
-
|
|
15756
|
+
PI as procedureStepAssigneeReducer,
|
|
15756
15757
|
Gc as procedureStepAssigneeSlice,
|
|
15757
15758
|
qI as procedureStepCommentReducer,
|
|
15758
15759
|
Kc as procedureStepCommentSlice,
|
|
@@ -15778,25 +15779,21 @@ export {
|
|
|
15778
15779
|
Zg as procedureStepReviewerReducer,
|
|
15779
15780
|
Sd as procedureStepReviewerSlice,
|
|
15780
15781
|
Ad as procedureStepSlice,
|
|
15781
|
-
|
|
15782
|
+
_k as procedureTypeAttachmentReducer,
|
|
15782
15783
|
Od as procedureTypeAttachmentSlice,
|
|
15783
|
-
nF as procedureTypeFieldValuesAttachmentReducer,
|
|
15784
|
-
bd as procedureTypeFieldValuesAttachmentSlice,
|
|
15785
|
-
AF as procedureTypeFieldValuesReducer,
|
|
15786
|
-
Rd as procedureTypeFieldValuesSlice,
|
|
15787
15784
|
Bk as procedureTypeFieldsAttachmentReducer,
|
|
15788
|
-
|
|
15785
|
+
Pd as procedureTypeFieldsAttachmentSlice,
|
|
15789
15786
|
Gk as procedureTypeFieldsReducer,
|
|
15790
15787
|
Id as procedureTypeFieldsSlice,
|
|
15791
15788
|
EF as procedureTypeReducer,
|
|
15792
15789
|
Ed as procedureTypeSlice,
|
|
15793
|
-
|
|
15790
|
+
oT as projectAccessReducer,
|
|
15794
15791
|
$c as projectAccessSlice,
|
|
15795
|
-
|
|
15792
|
+
IT as projectAttachmentReducer,
|
|
15796
15793
|
Wc as projectAttachmentSlice,
|
|
15797
|
-
$
|
|
15794
|
+
$T as projectFileReducer,
|
|
15798
15795
|
Cc as projectFileSlice,
|
|
15799
|
-
|
|
15796
|
+
KT as projectReducer,
|
|
15800
15797
|
Uc as projectSlice,
|
|
15801
15798
|
DF as rehydratedReducer,
|
|
15802
15799
|
vd as rehydratedSlice,
|
|
@@ -15807,10 +15804,10 @@ export {
|
|
|
15807
15804
|
Gq as selectAccessibleProjects,
|
|
15808
15805
|
$q as selectActiveOrganizationAccess,
|
|
15809
15806
|
Sa as selectAllDocumentAttachments,
|
|
15810
|
-
|
|
15807
|
+
_u as selectAssetAttachmentById,
|
|
15811
15808
|
Ou as selectAssetAttachmentMapping,
|
|
15812
15809
|
Sr as selectAssetAttachments,
|
|
15813
|
-
|
|
15810
|
+
Pu as selectAssetAttachmentsByIds,
|
|
15814
15811
|
Ih as selectAssetById,
|
|
15815
15812
|
Nl as selectAssetProcedureById,
|
|
15816
15813
|
ph as selectAssetProcedureStepById,
|
|
@@ -15855,7 +15852,7 @@ export {
|
|
|
15855
15852
|
VB as selectAssetProcedureTypeFieldValuesOfAsset,
|
|
15856
15853
|
Es as selectAssetProcedureTypeFields,
|
|
15857
15854
|
Qu as selectAssetProcedureTypeFieldsAttachmentById,
|
|
15858
|
-
|
|
15855
|
+
_r as selectAssetProcedureTypeFieldsAttachments,
|
|
15859
15856
|
Yu as selectAssetProcedureTypeFieldsAttachmentsByIds,
|
|
15860
15857
|
Ku as selectAssetProcedureTypeFieldsAttachmentsMapping,
|
|
15861
15858
|
dl as selectAssetProcedureTypeFieldsById,
|
|
@@ -15895,9 +15892,9 @@ export {
|
|
|
15895
15892
|
nm as selectAssetTypeFieldValuesMapping,
|
|
15896
15893
|
ZB as selectAssetTypeFieldValuesOfAsset,
|
|
15897
15894
|
os as selectAssetTypeFields,
|
|
15898
|
-
|
|
15895
|
+
_y as selectAssetTypeFieldsAttachmentById,
|
|
15899
15896
|
sa as selectAssetTypeFieldsAttachments,
|
|
15900
|
-
|
|
15897
|
+
Py as selectAssetTypeFieldsAttachmentsByIds,
|
|
15901
15898
|
Oy as selectAssetTypeFieldsAttachmentsMapping,
|
|
15902
15899
|
By as selectAssetTypeFieldsById,
|
|
15903
15900
|
qy as selectAssetTypeFieldsByIds,
|
|
@@ -15926,14 +15923,14 @@ export {
|
|
|
15926
15923
|
iq as selectAssetTypesOfOrganization,
|
|
15927
15924
|
Ds as selectAssets,
|
|
15928
15925
|
bh as selectAssetsByIds,
|
|
15929
|
-
|
|
15930
|
-
|
|
15926
|
+
Ph as selectAssetsMapping,
|
|
15927
|
+
Th as selectAssetsOfAssetType,
|
|
15931
15928
|
HB as selectAssetsOfProject,
|
|
15932
|
-
|
|
15929
|
+
Tu as selectAttachmentsOfAsset,
|
|
15933
15930
|
jp as selectAttachmentsOfAssetProcedureStepFieldValues,
|
|
15934
15931
|
zB as selectAttachmentsOfAssetProcedureStepFields,
|
|
15935
15932
|
RB as selectAttachmentsOfAssetProcedureType,
|
|
15936
|
-
|
|
15933
|
+
_l as selectAttachmentsOfAssetProcedureTypeFieldValues,
|
|
15937
15934
|
MB as selectAttachmentsOfAssetProcedureTypeFields,
|
|
15938
15935
|
oy as selectAttachmentsOfAssetType,
|
|
15939
15936
|
Gy as selectAttachmentsOfAssetTypeFieldValues,
|
|
@@ -15942,23 +15939,23 @@ export {
|
|
|
15942
15939
|
Aq as selectAttachmentsOfFormRevision,
|
|
15943
15940
|
pA as selectAttachmentsOfFormSubmission,
|
|
15944
15941
|
ow as selectAttachmentsOfIssue,
|
|
15945
|
-
|
|
15942
|
+
Pq as selectAttachmentsOfIssueComment,
|
|
15946
15943
|
bq as selectAttachmentsOfIssueType,
|
|
15947
|
-
|
|
15944
|
+
n_ as selectAttachmentsOfIssueTypeFieldValues,
|
|
15948
15945
|
gq as selectAttachmentsOfIssueTypeFields,
|
|
15946
|
+
dF as selectAttachmentsOfProcedureFieldValues,
|
|
15949
15947
|
tg as selectAttachmentsOfProcedureStepFieldValues,
|
|
15950
15948
|
Rb as selectAttachmentsOfProcedureStepFields,
|
|
15951
15949
|
gD as selectAttachmentsOfProcedureType,
|
|
15952
|
-
dF as selectAttachmentsOfProcedureTypeFieldValues,
|
|
15953
15950
|
kD as selectAttachmentsOfProcedureTypeFields,
|
|
15954
15951
|
Hq as selectAttachmentsOfProject,
|
|
15955
15952
|
EE as selectAttachmentsOfWorkflowStepFieldValues,
|
|
15956
15953
|
nE as selectAttachmentsOfWorkflowStepFields,
|
|
15957
|
-
|
|
15954
|
+
Tq as selectCommentsOfIssue,
|
|
15958
15955
|
FB as selectConversation,
|
|
15959
15956
|
hr as selectConversationMapping,
|
|
15960
15957
|
kB as selectConversations,
|
|
15961
|
-
|
|
15958
|
+
OP as selectCurrentUser,
|
|
15962
15959
|
Wq as selectDeletedRequests,
|
|
15963
15960
|
yh as selectDescendantsOfAssetProcedureStep,
|
|
15964
15961
|
Bf as selectDescendantsOfDocument,
|
|
@@ -15971,7 +15968,7 @@ export {
|
|
|
15971
15968
|
Vf as selectDocumentsByIds,
|
|
15972
15969
|
wa as selectDocumentsMapping,
|
|
15973
15970
|
Nf as selectEmailDomainById,
|
|
15974
|
-
|
|
15971
|
+
_a as selectEmailDomains,
|
|
15975
15972
|
Lf as selectEmailDomainsAsMapping,
|
|
15976
15973
|
Hf as selectEmailDomainsByIds,
|
|
15977
15974
|
pq as selectEmailDomainsOfOrganization,
|
|
@@ -16004,9 +16001,9 @@ export {
|
|
|
16004
16001
|
Wa as selectFormSubmissionAttachments,
|
|
16005
16002
|
lA as selectFormSubmissionAttachmentsByIds,
|
|
16006
16003
|
xa as selectFormSubmissionAttachmentsMapping,
|
|
16007
|
-
|
|
16008
|
-
|
|
16009
|
-
|
|
16004
|
+
PA as selectFormSubmissionById,
|
|
16005
|
+
_A as selectFormSubmissions,
|
|
16006
|
+
TA as selectFormSubmissionsByIds,
|
|
16010
16007
|
Na as selectFormSubmissionsMapping,
|
|
16011
16008
|
IA as selectFormSubmissionsOfForm,
|
|
16012
16009
|
qa as selectForms,
|
|
@@ -16016,7 +16013,7 @@ export {
|
|
|
16016
16013
|
qA as selectGeoImageMapping,
|
|
16017
16014
|
Ga as selectGeoImages,
|
|
16018
16015
|
zA as selectGeoImagesByIds,
|
|
16019
|
-
|
|
16016
|
+
_q as selectGeoImagesOfProject,
|
|
16020
16017
|
dq as selectIsLoggedIn,
|
|
16021
16018
|
GA as selectIssueAssociationById,
|
|
16022
16019
|
HA as selectIssueAssociationMapping,
|
|
@@ -16032,8 +16029,8 @@ export {
|
|
|
16032
16029
|
Za as selectIssueAttachments,
|
|
16033
16030
|
lw as selectIssueAttachmentsByIds,
|
|
16034
16031
|
Hw as selectIssueById,
|
|
16035
|
-
|
|
16036
|
-
|
|
16032
|
+
Tw as selectIssueCommentAttachmentById,
|
|
16033
|
+
Pw as selectIssueCommentAttachmentMapping,
|
|
16037
16034
|
ec as selectIssueCommentAttachments,
|
|
16038
16035
|
Iw as selectIssueCommentAttachmentsByIds,
|
|
16039
16036
|
qw as selectIssueCommentById,
|
|
@@ -16044,12 +16041,12 @@ export {
|
|
|
16044
16041
|
rO as selectIssueTypeAttachmentMapping,
|
|
16045
16042
|
cc as selectIssueTypeAttachments,
|
|
16046
16043
|
cO as selectIssueTypeAttachmentsByIds,
|
|
16047
|
-
|
|
16044
|
+
C_ as selectIssueTypeById,
|
|
16048
16045
|
Ns as selectIssueTypeFieldValues,
|
|
16049
|
-
|
|
16046
|
+
s_ as selectIssueTypeFieldValuesAttachmentById,
|
|
16050
16047
|
mc as selectIssueTypeFieldValuesAttachments,
|
|
16051
|
-
|
|
16052
|
-
|
|
16048
|
+
i_ as selectIssueTypeFieldValuesAttachmentsByIds,
|
|
16049
|
+
t_ as selectIssueTypeFieldValuesAttachmentsMapping,
|
|
16053
16050
|
vO as selectIssueTypeFieldValuesById,
|
|
16054
16051
|
VO as selectIssueTypeFieldValuesByIds,
|
|
16055
16052
|
EO as selectIssueTypeFieldValuesMapping,
|
|
@@ -16063,32 +16060,32 @@ export {
|
|
|
16063
16060
|
HO as selectIssueTypeFieldsByIds,
|
|
16064
16061
|
LO as selectIssueTypeFieldsMapping,
|
|
16065
16062
|
Fq as selectIssueTypeFieldsOfIssueType,
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
|
|
16069
|
-
|
|
16063
|
+
f_ as selectIssueTypeIdentifierById,
|
|
16064
|
+
m_ as selectIssueTypeIdentifierMapping,
|
|
16065
|
+
R_ as selectIssueTypeIdentifierValueById,
|
|
16066
|
+
F_ as selectIssueTypeIdentifierValueMapping,
|
|
16070
16067
|
Hs as selectIssueTypeIdentifierValues,
|
|
16071
|
-
|
|
16068
|
+
M_ as selectIssueTypeIdentifierValuesByIds,
|
|
16072
16069
|
Vq as selectIssueTypeIdentifierValuesOfIdentifier,
|
|
16073
16070
|
vq as selectIssueTypeIdentifierValuesOfIssue,
|
|
16074
16071
|
Sc as selectIssueTypeIdentifiers,
|
|
16075
|
-
|
|
16072
|
+
S_ as selectIssueTypeIdentifiersByIds,
|
|
16076
16073
|
Eq as selectIssueTypeIdentifiersOfIssueType,
|
|
16077
|
-
|
|
16078
|
-
|
|
16079
|
-
|
|
16080
|
-
|
|
16081
|
-
|
|
16074
|
+
j_ as selectIssueTypeMapping,
|
|
16075
|
+
Tc as selectIssueTypeStatusById,
|
|
16076
|
+
eP as selectIssueTypeStatusMapping,
|
|
16077
|
+
Pc as selectIssueTypeStatuses,
|
|
16078
|
+
tP as selectIssueTypeStatusesByIds,
|
|
16082
16079
|
qq as selectIssueTypeStatusesOfIssueType,
|
|
16083
16080
|
Mq as selectIssueTypeValuesOfIssueType,
|
|
16084
16081
|
Oc as selectIssueTypes,
|
|
16085
|
-
|
|
16082
|
+
U_ as selectIssueTypesByIds,
|
|
16086
16083
|
Bq as selectIssueTypesOfOrganization,
|
|
16087
|
-
|
|
16084
|
+
dP as selectIssueUpdateById,
|
|
16088
16085
|
Rc as selectIssueUpdateMapping,
|
|
16089
16086
|
Mc as selectIssueUpdates,
|
|
16090
|
-
|
|
16091
|
-
|
|
16087
|
+
oP as selectIssueUpdatesByIds,
|
|
16088
|
+
uP as selectIssueUpdatesOfIssue,
|
|
16092
16089
|
Ls as selectIssues,
|
|
16093
16090
|
Gw as selectIssuesByIds,
|
|
16094
16091
|
Kw as selectIssuesOfIssueType,
|
|
@@ -16113,19 +16110,27 @@ export {
|
|
|
16113
16110
|
dz as selectLatestWorkflowStepFieldValuesReviewByWorkflowStepFieldValues,
|
|
16114
16111
|
XD as selectLatestWorkflowStepFieldsOfWorkflowStep,
|
|
16115
16112
|
qD as selectMembershipsByUserOfTeam,
|
|
16116
|
-
|
|
16113
|
+
vP as selectOrganizationAccessById,
|
|
16117
16114
|
Qs as selectOrganizationAccessMapping,
|
|
16118
|
-
|
|
16119
|
-
|
|
16120
|
-
|
|
16115
|
+
BP as selectOrganizationAccessUserMapping,
|
|
16116
|
+
VP as selectOrganizationAccessesByIds,
|
|
16117
|
+
HP as selectOrganizationById,
|
|
16121
16118
|
lq as selectOrganizationDocuments,
|
|
16122
|
-
|
|
16123
|
-
|
|
16124
|
-
|
|
16119
|
+
NP as selectOrganizations,
|
|
16120
|
+
GP as selectOrganizationsByIds,
|
|
16121
|
+
LP as selectOrganizationsMapping,
|
|
16125
16122
|
cI as selectProcedureById,
|
|
16123
|
+
Md as selectProcedureFieldValues,
|
|
16124
|
+
aF as selectProcedureFieldValuesAttachmentById,
|
|
16125
|
+
Fd as selectProcedureFieldValuesAttachments,
|
|
16126
|
+
cF as selectProcedureFieldValuesAttachmentsByIds,
|
|
16127
|
+
rF as selectProcedureFieldValuesAttachmentsMapping,
|
|
16128
|
+
OF as selectProcedureFieldValuesById,
|
|
16129
|
+
_F as selectProcedureFieldValuesByIds,
|
|
16130
|
+
wF as selectProcedureFieldValuesMapping,
|
|
16126
16131
|
OI as selectProcedureStepAssigneeById,
|
|
16127
16132
|
ps as selectProcedureStepAssignees,
|
|
16128
|
-
|
|
16133
|
+
_I as selectProcedureStepAssigneesByIds,
|
|
16129
16134
|
wI as selectProcedureStepAssigneesMapping,
|
|
16130
16135
|
Zq as selectProcedureStepAssigneesOfProcedure,
|
|
16131
16136
|
eD as selectProcedureStepAssigneesOfProcedureAndProcedureStep,
|
|
@@ -16170,7 +16175,7 @@ export {
|
|
|
16170
16175
|
Ig as selectProcedureStepFieldValuesReviewRequestById,
|
|
16171
16176
|
ms as selectProcedureStepFieldValuesReviewRequests,
|
|
16172
16177
|
bg as selectProcedureStepFieldValuesReviewRequestsByIds,
|
|
16173
|
-
|
|
16178
|
+
Tg as selectProcedureStepFieldValuesReviewRequestsMapping,
|
|
16174
16179
|
SD as selectProcedureStepFieldValuesReviewRequestsOfProcedureAndProcedureStep,
|
|
16175
16180
|
Zt as selectProcedureStepFieldValuesReviews,
|
|
16176
16181
|
zg as selectProcedureStepFieldValuesReviewsByIds,
|
|
@@ -16189,30 +16194,22 @@ export {
|
|
|
16189
16194
|
fs as selectProcedureStepReviewers,
|
|
16190
16195
|
Jg as selectProcedureStepReviewersByIds,
|
|
16191
16196
|
Qg as selectProcedureStepReviewersMapping,
|
|
16192
|
-
|
|
16193
|
-
|
|
16194
|
-
|
|
16197
|
+
_D as selectProcedureStepReviewersOfProcedure,
|
|
16198
|
+
TD as selectProcedureStepReviewersOfProcedureAndProcedureStep,
|
|
16199
|
+
PD as selectProcedureStepReviewersOfProcedureStep,
|
|
16195
16200
|
wd as selectProcedureSteps,
|
|
16196
16201
|
uk as selectProcedureStepsByIds,
|
|
16197
16202
|
Zs as selectProcedureStepsMapping,
|
|
16198
16203
|
ID as selectProcedureStepsMappingOfProcedureType,
|
|
16199
16204
|
bD as selectProcedureStepsOfProcedureType,
|
|
16200
|
-
|
|
16201
|
-
|
|
16202
|
-
|
|
16205
|
+
Tk as selectProcedureTypeAttachmentById,
|
|
16206
|
+
Pk as selectProcedureTypeAttachmentMapping,
|
|
16207
|
+
_d as selectProcedureTypeAttachments,
|
|
16203
16208
|
Ik as selectProcedureTypeAttachmentsByIds,
|
|
16204
16209
|
VF as selectProcedureTypeById,
|
|
16205
|
-
Md as selectProcedureTypeFieldValues,
|
|
16206
|
-
aF as selectProcedureTypeFieldValuesAttachmentById,
|
|
16207
|
-
Fd as selectProcedureTypeFieldValuesAttachments,
|
|
16208
|
-
cF as selectProcedureTypeFieldValuesAttachmentsByIds,
|
|
16209
|
-
rF as selectProcedureTypeFieldValuesAttachmentsMapping,
|
|
16210
|
-
OF as selectProcedureTypeFieldValuesById,
|
|
16211
|
-
TF as selectProcedureTypeFieldValuesByIds,
|
|
16212
|
-
wF as selectProcedureTypeFieldValuesMapping,
|
|
16213
16210
|
Xs as selectProcedureTypeFields,
|
|
16214
16211
|
Dk as selectProcedureTypeFieldsAttachmentById,
|
|
16215
|
-
|
|
16212
|
+
Td as selectProcedureTypeFieldsAttachments,
|
|
16216
16213
|
zk as selectProcedureTypeFieldsAttachmentsByIds,
|
|
16217
16214
|
qk as selectProcedureTypeFieldsAttachmentsMapping,
|
|
16218
16215
|
Qk as selectProcedureTypeFieldsById,
|
|
@@ -16231,24 +16228,24 @@ export {
|
|
|
16231
16228
|
Jq as selectProceduresOfIssue,
|
|
16232
16229
|
oI as selectProceduresOfProcedureType,
|
|
16233
16230
|
Qq as selectProceduresOfProject,
|
|
16234
|
-
|
|
16231
|
+
uT as selectProjectAccessById,
|
|
16235
16232
|
xc as selectProjectAccessMapping,
|
|
16236
16233
|
ls as selectProjectAccesses,
|
|
16237
|
-
|
|
16234
|
+
lT as selectProjectAccessesByIds,
|
|
16238
16235
|
Uq as selectProjectAccessesOfProject,
|
|
16239
|
-
|
|
16240
|
-
|
|
16236
|
+
PT as selectProjectAttachmentById,
|
|
16237
|
+
_T as selectProjectAttachmentMapping,
|
|
16241
16238
|
jc as selectProjectAttachments,
|
|
16242
|
-
|
|
16243
|
-
|
|
16239
|
+
TT as selectProjectAttachmentsByIds,
|
|
16240
|
+
YT as selectProjectById,
|
|
16244
16241
|
uq as selectProjectDocuments,
|
|
16245
|
-
|
|
16246
|
-
|
|
16247
|
-
|
|
16248
|
-
|
|
16249
|
-
|
|
16242
|
+
DT as selectProjectFileById,
|
|
16243
|
+
BT as selectProjectFileMapping,
|
|
16244
|
+
qT as selectProjectFiles,
|
|
16245
|
+
zT as selectProjectFilesByIds,
|
|
16246
|
+
QT as selectProjectMapping,
|
|
16250
16247
|
Ys as selectProjects,
|
|
16251
|
-
|
|
16248
|
+
JT as selectProjectsByIds,
|
|
16252
16249
|
Kq as selectProjectsOfOrganization,
|
|
16253
16250
|
BD as selectRehydrated,
|
|
16254
16251
|
gg as selectReviewRequestsOfProcedureStepFieldValues,
|
|
@@ -16268,12 +16265,12 @@ export {
|
|
|
16268
16265
|
yq as selectUploadUrl,
|
|
16269
16266
|
Ks as selectUserById,
|
|
16270
16267
|
Gs as selectUsers,
|
|
16271
|
-
|
|
16268
|
+
_P as selectUsersByIds,
|
|
16272
16269
|
Bc as selectUsersMapping,
|
|
16273
16270
|
xq as selectUsersOfOrganization,
|
|
16274
16271
|
Nq as selectUsersOfProject,
|
|
16275
16272
|
DD as selectUsersOfTeam,
|
|
16276
|
-
|
|
16273
|
+
PR as selectWorkflowById,
|
|
16277
16274
|
VR as selectWorkflowIssueLinkById,
|
|
16278
16275
|
Xt as selectWorkflowIssueLinks,
|
|
16279
16276
|
BR as selectWorkflowIssueLinksByIds,
|
|
@@ -16282,7 +16279,7 @@ export {
|
|
|
16282
16279
|
WD as selectWorkflowIssueLinksOfIssues,
|
|
16283
16280
|
qR as selectWorkflowIssueLinksOfWorkflow,
|
|
16284
16281
|
DR as selectWorkflowIssueLinksOfWorkflows,
|
|
16285
|
-
|
|
16282
|
+
_R as selectWorkflowMapping,
|
|
16286
16283
|
QR as selectWorkflowStepAssigneeById,
|
|
16287
16284
|
Ss as selectWorkflowStepAssignees,
|
|
16288
16285
|
YR as selectWorkflowStepAssigneesByIds,
|
|
@@ -16298,9 +16295,9 @@ export {
|
|
|
16298
16295
|
LD as selectWorkflowStepCommentsOfWorkflow,
|
|
16299
16296
|
HD as selectWorkflowStepCommentsOfWorkflowAndWorkflowStep,
|
|
16300
16297
|
ND as selectWorkflowStepCommentsOfWorkflowStep,
|
|
16301
|
-
|
|
16298
|
+
_M as selectWorkflowStepDefaultAssigneeById,
|
|
16302
16299
|
jd as selectWorkflowStepDefaultAssignees,
|
|
16303
|
-
|
|
16300
|
+
PM as selectWorkflowStepDefaultAssigneesByIds,
|
|
16304
16301
|
OM as selectWorkflowStepDefaultAssigneesMapping,
|
|
16305
16302
|
GD as selectWorkflowStepDefaultAssigneesOfWorkflowStep,
|
|
16306
16303
|
BM as selectWorkflowStepDefaultReviewerById,
|
|
@@ -16346,7 +16343,7 @@ export {
|
|
|
16346
16343
|
SE as selectWorkflowStepFieldsMapping,
|
|
16347
16344
|
ZD as selectWorkflowStepFieldsOfWorkflowStep,
|
|
16348
16345
|
gv as selectWorkflowStepReviewerById,
|
|
16349
|
-
|
|
16346
|
+
_s as selectWorkflowStepReviewers,
|
|
16350
16347
|
kv as selectWorkflowStepReviewersByIds,
|
|
16351
16348
|
bv as selectWorkflowStepReviewersMapping,
|
|
16352
16349
|
oz as selectWorkflowStepReviewersOfWorkflow,
|
|
@@ -16362,7 +16359,7 @@ export {
|
|
|
16362
16359
|
Xv as selectWorkflowTypesByIds,
|
|
16363
16360
|
hz as selectWorkflowTypesOfOrganization,
|
|
16364
16361
|
si as selectWorkflows,
|
|
16365
|
-
|
|
16362
|
+
TR as selectWorkflowsByIds,
|
|
16366
16363
|
$D as selectWorkflowsOfProject,
|
|
16367
16364
|
xD as selectWorkflowsOfWorkflowType,
|
|
16368
16365
|
Oh as setAsset,
|
|
@@ -16374,10 +16371,10 @@ export {
|
|
|
16374
16371
|
Vp as setAssetProcedureStepFieldValuesAttachment,
|
|
16375
16372
|
Bp as setAssetProcedureStepFieldValuesAttachments,
|
|
16376
16373
|
Gp as setAssetProcedureStepFieldValuesMany,
|
|
16377
|
-
|
|
16374
|
+
Pp as setAssetProcedureStepFields,
|
|
16378
16375
|
op as setAssetProcedureStepFieldsAttachment,
|
|
16379
16376
|
up as setAssetProcedureStepFieldsAttachments,
|
|
16380
|
-
|
|
16377
|
+
Tp as setAssetProcedureStepFieldsMany,
|
|
16381
16378
|
nh as setAssetProcedureSteps,
|
|
16382
16379
|
ep as setAssetProcedureType,
|
|
16383
16380
|
Fu as setAssetProcedureTypeAttachment,
|
|
@@ -16414,11 +16411,11 @@ export {
|
|
|
16414
16411
|
Ym as setAssetTypeStatus,
|
|
16415
16412
|
Jm as setAssetTypeStatuses,
|
|
16416
16413
|
Dm as setAssetTypes,
|
|
16417
|
-
|
|
16414
|
+
_h as setAssets,
|
|
16418
16415
|
IV as setClientSDK,
|
|
16419
|
-
|
|
16416
|
+
TV as setClientStore,
|
|
16420
16417
|
uu as setConversation,
|
|
16421
|
-
|
|
16418
|
+
TB as setConversations,
|
|
16422
16419
|
Dq as setCurrentUser,
|
|
16423
16420
|
zq as setCurrentUserProfile,
|
|
16424
16421
|
bf as setDocument,
|
|
@@ -16452,7 +16449,7 @@ export {
|
|
|
16452
16449
|
fw as setIssueCommentAttachment,
|
|
16453
16450
|
Sw as setIssueCommentAttachments,
|
|
16454
16451
|
Mw as setIssueComments,
|
|
16455
|
-
|
|
16452
|
+
q_ as setIssueType,
|
|
16456
16453
|
Xw as setIssueTypeAttachment,
|
|
16457
16454
|
eO as setIssueTypeAttachments,
|
|
16458
16455
|
bO as setIssueTypeFieldValues,
|
|
@@ -16463,22 +16460,26 @@ export {
|
|
|
16463
16460
|
pO as setIssueTypeFieldsAttachment,
|
|
16464
16461
|
hO as setIssueTypeFieldsAttachments,
|
|
16465
16462
|
xO as setIssueTypeFieldsMany,
|
|
16466
|
-
|
|
16467
|
-
|
|
16468
|
-
|
|
16469
|
-
|
|
16470
|
-
|
|
16471
|
-
|
|
16472
|
-
|
|
16473
|
-
|
|
16474
|
-
|
|
16463
|
+
o_ as setIssueTypeIdentifier,
|
|
16464
|
+
P_ as setIssueTypeIdentifierValue,
|
|
16465
|
+
T_ as setIssueTypeIdentifierValues,
|
|
16466
|
+
u_ as setIssueTypeIdentifiers,
|
|
16467
|
+
K_ as setIssueTypeStatus,
|
|
16468
|
+
Q_ as setIssueTypeStatuses,
|
|
16469
|
+
D_ as setIssueTypes,
|
|
16470
|
+
nP as setIssueUpdate,
|
|
16471
|
+
rP as setIssueUpdates,
|
|
16475
16472
|
jw as setIssues,
|
|
16476
16473
|
cf as setLoggedIn,
|
|
16477
|
-
|
|
16478
|
-
|
|
16479
|
-
|
|
16480
|
-
|
|
16474
|
+
zP as setOrganization,
|
|
16475
|
+
bP as setOrganizationAccess,
|
|
16476
|
+
gP as setOrganizationAccesses,
|
|
16477
|
+
DP as setOrganizations,
|
|
16481
16478
|
eI as setProcedure,
|
|
16479
|
+
pF as setProcedureFieldValues,
|
|
16480
|
+
Xk as setProcedureFieldValuesAttachment,
|
|
16481
|
+
eF as setProcedureFieldValuesAttachments,
|
|
16482
|
+
hF as setProcedureFieldValuesMany,
|
|
16482
16483
|
ek as setProcedureStep,
|
|
16483
16484
|
hI as setProcedureStepAssignee,
|
|
16484
16485
|
yI as setProcedureStepAssignees,
|
|
@@ -16499,7 +16500,7 @@ export {
|
|
|
16499
16500
|
wg as setProcedureStepFieldValuesReviewRequests,
|
|
16500
16501
|
Eg as setProcedureStepFieldValuesReviews,
|
|
16501
16502
|
Db as setProcedureStepFields,
|
|
16502
|
-
|
|
16503
|
+
Tb as setProcedureStepFieldsAttachment,
|
|
16503
16504
|
Ib as setProcedureStepFieldsAttachments,
|
|
16504
16505
|
zb as setProcedureStepFieldsMany,
|
|
16505
16506
|
Ug as setProcedureStepReviewer,
|
|
@@ -16508,24 +16509,20 @@ export {
|
|
|
16508
16509
|
bF as setProcedureType,
|
|
16509
16510
|
mk as setProcedureTypeAttachment,
|
|
16510
16511
|
fk as setProcedureTypeAttachments,
|
|
16511
|
-
pF as setProcedureTypeFieldValues,
|
|
16512
|
-
Xk as setProcedureTypeFieldValuesAttachment,
|
|
16513
|
-
eF as setProcedureTypeFieldValuesAttachments,
|
|
16514
|
-
hF as setProcedureTypeFieldValuesMany,
|
|
16515
16512
|
jk as setProcedureTypeFields,
|
|
16516
16513
|
Fk as setProcedureTypeFieldsAttachment,
|
|
16517
16514
|
Rk as setProcedureTypeFieldsAttachments,
|
|
16518
16515
|
Ck as setProcedureTypeFieldsMany,
|
|
16519
16516
|
gF as setProcedureTypes,
|
|
16520
16517
|
tI as setProcedures,
|
|
16521
|
-
|
|
16522
|
-
|
|
16523
|
-
|
|
16524
|
-
|
|
16525
|
-
|
|
16526
|
-
|
|
16527
|
-
|
|
16528
|
-
|
|
16518
|
+
jT as setProject,
|
|
16519
|
+
iT as setProjectAccess,
|
|
16520
|
+
nT as setProjectAccesses,
|
|
16521
|
+
mT as setProjectAttachment,
|
|
16522
|
+
fT as setProjectAttachments,
|
|
16523
|
+
gT as setProjectFile,
|
|
16524
|
+
kT as setProjectFiles,
|
|
16525
|
+
WT as setProjects,
|
|
16529
16526
|
VD as setRehydrated,
|
|
16530
16527
|
XF as setTeam,
|
|
16531
16528
|
WF as setTeamMembership,
|
|
@@ -16533,8 +16530,8 @@ export {
|
|
|
16533
16530
|
eR as setTeams,
|
|
16534
16531
|
rq as setTokens,
|
|
16535
16532
|
hq as setUploadUrl,
|
|
16536
|
-
|
|
16537
|
-
|
|
16533
|
+
yP as setUser,
|
|
16534
|
+
hP as setUsers,
|
|
16538
16535
|
mR as setWorkflow,
|
|
16539
16536
|
kR as setWorkflowIssueLink,
|
|
16540
16537
|
FR as setWorkflowIssueLinks,
|
|
@@ -16550,7 +16547,7 @@ export {
|
|
|
16550
16547
|
WM as setWorkflowStepEvent,
|
|
16551
16548
|
jM as setWorkflowStepEvents,
|
|
16552
16549
|
DE as setWorkflowStepFieldValues,
|
|
16553
|
-
|
|
16550
|
+
TE as setWorkflowStepFieldValuesAttachment,
|
|
16554
16551
|
IE as setWorkflowStepFieldValuesAttachments,
|
|
16555
16552
|
zE as setWorkflowStepFieldValuesMany,
|
|
16556
16553
|
av as setWorkflowStepFieldValuesReview,
|
|
@@ -16661,7 +16658,7 @@ export {
|
|
|
16661
16658
|
Aw as updateIssueCommentAttachment,
|
|
16662
16659
|
ww as updateIssueCommentAttachments,
|
|
16663
16660
|
vw as updateIssueComments,
|
|
16664
|
-
|
|
16661
|
+
z_ as updateIssueType,
|
|
16665
16662
|
tO as updateIssueTypeAttachment,
|
|
16666
16663
|
sO as updateIssueTypeAttachments,
|
|
16667
16664
|
kO as updateIssueTypeFieldValues,
|
|
@@ -16672,21 +16669,25 @@ export {
|
|
|
16672
16669
|
yO as updateIssueTypeFieldsAttachment,
|
|
16673
16670
|
mO as updateIssueTypeFieldsAttachments,
|
|
16674
16671
|
jO as updateIssueTypeFieldsMany,
|
|
16675
|
-
|
|
16676
|
-
|
|
16677
|
-
|
|
16678
|
-
|
|
16679
|
-
|
|
16680
|
-
|
|
16681
|
-
$
|
|
16682
|
-
|
|
16683
|
-
|
|
16672
|
+
l_ as updateIssueTypeIdentifier,
|
|
16673
|
+
I_ as updateIssueTypeIdentifierValue,
|
|
16674
|
+
b_ as updateIssueTypeIdentifierValues,
|
|
16675
|
+
p_ as updateIssueTypeIdentifiers,
|
|
16676
|
+
Y_ as updateIssueTypeStatus,
|
|
16677
|
+
J_ as updateIssueTypeStatuses,
|
|
16678
|
+
$_ as updateIssueTypes,
|
|
16679
|
+
aP as updateIssueUpdate,
|
|
16680
|
+
cP as updateIssueUpdates,
|
|
16684
16681
|
Uw as updateIssues,
|
|
16685
|
-
|
|
16686
|
-
|
|
16687
|
-
|
|
16688
|
-
|
|
16682
|
+
jP as updateOrganization,
|
|
16683
|
+
kP as updateOrganizationAccess,
|
|
16684
|
+
FP as updateOrganizationAccesses,
|
|
16685
|
+
WP as updateOrganizations,
|
|
16689
16686
|
sI as updateProcedure,
|
|
16687
|
+
yF as updateProcedureFieldValues,
|
|
16688
|
+
tF as updateProcedureFieldValuesAttachment,
|
|
16689
|
+
sF as updateProcedureFieldValuesAttachments,
|
|
16690
|
+
mF as updateProcedureFieldValuesMany,
|
|
16690
16691
|
nk as updateProcedureStep,
|
|
16691
16692
|
mI as updateProcedureStepAssignee,
|
|
16692
16693
|
fI as updateProcedureStepAssignees,
|
|
@@ -16704,7 +16705,7 @@ export {
|
|
|
16704
16705
|
og as updateProcedureStepFieldValuesMany,
|
|
16705
16706
|
vg as updateProcedureStepFieldValuesReview,
|
|
16706
16707
|
Og as updateProcedureStepFieldValuesReviewRequest,
|
|
16707
|
-
|
|
16708
|
+
_g as updateProcedureStepFieldValuesReviewRequests,
|
|
16708
16709
|
Vg as updateProcedureStepFieldValuesReviews,
|
|
16709
16710
|
$b as updateProcedureStepFields,
|
|
16710
16711
|
bb as updateProcedureStepFieldsAttachment,
|
|
@@ -16716,30 +16717,26 @@ export {
|
|
|
16716
16717
|
kF as updateProcedureType,
|
|
16717
16718
|
Sk as updateProcedureTypeAttachment,
|
|
16718
16719
|
Ak as updateProcedureTypeAttachments,
|
|
16719
|
-
yF as updateProcedureTypeFieldValues,
|
|
16720
|
-
tF as updateProcedureTypeFieldValuesAttachment,
|
|
16721
|
-
sF as updateProcedureTypeFieldValuesAttachments,
|
|
16722
|
-
mF as updateProcedureTypeFieldValuesMany,
|
|
16723
16720
|
Uk as updateProcedureTypeFields,
|
|
16724
16721
|
Mk as updateProcedureTypeFieldsAttachment,
|
|
16725
16722
|
Ek as updateProcedureTypeFieldsAttachments,
|
|
16726
16723
|
Lk as updateProcedureTypeFieldsMany,
|
|
16727
16724
|
FF as updateProcedureTypes,
|
|
16728
16725
|
iI as updateProcedures,
|
|
16729
|
-
|
|
16730
|
-
|
|
16731
|
-
|
|
16732
|
-
|
|
16733
|
-
|
|
16734
|
-
|
|
16735
|
-
|
|
16736
|
-
|
|
16726
|
+
NT as updateProject,
|
|
16727
|
+
rT as updateProjectAccess,
|
|
16728
|
+
aT as updateProjectAccesses,
|
|
16729
|
+
ST as updateProjectAttachment,
|
|
16730
|
+
AT as updateProjectAttachments,
|
|
16731
|
+
MT as updateProjectFile,
|
|
16732
|
+
ET as updateProjectFiles,
|
|
16733
|
+
LT as updateProjects,
|
|
16737
16734
|
tR as updateTeam,
|
|
16738
16735
|
CF as updateTeamMembership,
|
|
16739
16736
|
UF as updateTeamMemberships,
|
|
16740
16737
|
sR as updateTeams,
|
|
16741
|
-
|
|
16742
|
-
|
|
16738
|
+
SP as updateUser,
|
|
16739
|
+
fP as updateUsers,
|
|
16743
16740
|
SR as updateWorkflow,
|
|
16744
16741
|
RR as updateWorkflowIssueLink,
|
|
16745
16742
|
MR as updateWorkflowIssueLinks,
|
|
@@ -16766,14 +16763,14 @@ export {
|
|
|
16766
16763
|
eE as updateWorkflowStepFieldsAttachment,
|
|
16767
16764
|
tE as updateWorkflowStepFieldsAttachments,
|
|
16768
16765
|
yE as updateWorkflowStepFieldsMany,
|
|
16769
|
-
|
|
16770
|
-
|
|
16766
|
+
_v as updateWorkflowStepReviewer,
|
|
16767
|
+
Pv as updateWorkflowStepReviewers,
|
|
16771
16768
|
qv as updateWorkflowSteps,
|
|
16772
16769
|
Gv as updateWorkflowType,
|
|
16773
16770
|
Kv as updateWorkflowTypes,
|
|
16774
16771
|
AR as updateWorkflows,
|
|
16775
16772
|
sB as useSelectorBuilder,
|
|
16776
|
-
|
|
16773
|
+
wP as userReducer,
|
|
16777
16774
|
Ec as userSlice,
|
|
16778
16775
|
w as uuidObj,
|
|
16779
16776
|
dr as uuidObjSortFn,
|
|
@@ -16788,7 +16785,7 @@ export {
|
|
|
16788
16785
|
$d as workflowStepAssigneeSlice,
|
|
16789
16786
|
uM as workflowStepCommentReducer,
|
|
16790
16787
|
xd as workflowStepCommentSlice,
|
|
16791
|
-
|
|
16788
|
+
TM as workflowStepDefaultAssigneeReducer,
|
|
16792
16789
|
Wd as workflowStepDefaultAssigneeSlice,
|
|
16793
16790
|
DM as workflowStepDefaultReviewerReducer,
|
|
16794
16791
|
Cd as workflowStepDefaultReviewerSlice,
|