@overmap-ai/core 1.0.78-attachment-model-improvements.4 → 1.0.78-attachment-model-improvements.5
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 +533 -562
- package/dist/overmap-core.umd.cjs +5 -6
- package/dist/store/slices/projectFileSlice.d.ts +2 -16
- package/package.json +1 -1
package/dist/overmap-core.js
CHANGED
|
@@ -112,7 +112,7 @@ function og() {
|
|
|
112
112
|
})
|
|
113
113
|
};
|
|
114
114
|
}
|
|
115
|
-
const pt = "versioning", O = gt("RESET"),
|
|
115
|
+
const pt = "versioning", O = gt("RESET"), D = gt("RESET_PROJECT_STATE"), M = gt("RESET_ORGANIZATION_STATE");
|
|
116
116
|
function ug(t, s) {
|
|
117
117
|
return fr(t, s);
|
|
118
118
|
}
|
|
@@ -152,8 +152,8 @@ class Yt {
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
let It = !1;
|
|
155
|
-
const
|
|
156
|
-
["true", "1"].includes(
|
|
155
|
+
const zr = "";
|
|
156
|
+
["true", "1"].includes(zr.toLowerCase()) && (It = !0);
|
|
157
157
|
function lg(t, s) {
|
|
158
158
|
if (t === s) return !0;
|
|
159
159
|
if (typeof t != typeof s)
|
|
@@ -180,13 +180,13 @@ function hg(t, s) {
|
|
|
180
180
|
if (t[e] !== s[e]) return !1;
|
|
181
181
|
return !0;
|
|
182
182
|
}
|
|
183
|
-
const A = (t) => t.length === 0 ? Pr : t, bt = (t) => Object.keys(t).length === 0 ? _r : t,
|
|
183
|
+
const A = (t) => t.length === 0 ? Pr : t, bt = (t) => Object.keys(t).length === 0 ? _r : t, vr = fn((t) => {
|
|
184
184
|
if (!t) return "";
|
|
185
185
|
const s = new Date(t), e = s.getFullYear() === Pt.getFullYear(), n = { day: "numeric", month: "short" };
|
|
186
186
|
return e || (n.year = "numeric"), s.toLocaleDateString([], n);
|
|
187
187
|
}), Br = new Intl.RelativeTimeFormat([], { style: "long", numeric: "auto" }), kr = 1e3 * 86400, Pt = /* @__PURE__ */ new Date(), pg = (t) => new Date(t).toDateString() === Pt.toDateString(), mg = fn((t, s, e) => {
|
|
188
188
|
const n = Math.round((new Date(t).getTime() - Pt.getTime()) / kr);
|
|
189
|
-
return n < s || n > e ?
|
|
189
|
+
return n < s || n > e ? vr(t) : Br.format(n, "days");
|
|
190
190
|
});
|
|
191
191
|
function qr(t) {
|
|
192
192
|
return new Uint8Array(t).reduce((e, n) => e + n.toString(16).padStart(2, "0"), "");
|
|
@@ -215,7 +215,7 @@ function Jt(t) {
|
|
|
215
215
|
const s = t.name;
|
|
216
216
|
return s.includes(".") ? s.split(".").pop() : "";
|
|
217
217
|
}
|
|
218
|
-
const Vr = async (t) => (await fetch(t)).blob(),
|
|
218
|
+
const Vr = async (t) => (await fetch(t)).blob(), Dr = async (t, s) => {
|
|
219
219
|
const e = await Vr(t);
|
|
220
220
|
return new File([e], s, { type: e.type });
|
|
221
221
|
};
|
|
@@ -223,7 +223,7 @@ function fg(t) {
|
|
|
223
223
|
const s = new Blob([t]);
|
|
224
224
|
Ar(s, t.name);
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function jr(t) {
|
|
227
227
|
return typeof t == "string" && t.startsWith("blob:");
|
|
228
228
|
}
|
|
229
229
|
const Xt = {};
|
|
@@ -282,7 +282,7 @@ function gg(t, s) {
|
|
|
282
282
|
return e.slice(0, e.lastIndexOf(" ")) + "…";
|
|
283
283
|
}
|
|
284
284
|
const bg = /^.+@.+\..+$/;
|
|
285
|
-
function
|
|
285
|
+
function z(t) {
|
|
286
286
|
const s = { ...t };
|
|
287
287
|
for (const e of [...$r, "created_by"])
|
|
288
288
|
e in s && delete s[e];
|
|
@@ -376,7 +376,7 @@ const f = (
|
|
|
376
376
|
name: "agents",
|
|
377
377
|
initialState: Qt,
|
|
378
378
|
extraReducers: (t) => t.addMatcher(
|
|
379
|
-
_(O,
|
|
379
|
+
_(O, D, M),
|
|
380
380
|
(s) => Object.assign(s, Qt)
|
|
381
381
|
),
|
|
382
382
|
reducers: {
|
|
@@ -399,8 +399,8 @@ const f = (
|
|
|
399
399
|
updateConversation: Wr,
|
|
400
400
|
updateConversations: Rg,
|
|
401
401
|
deleteConversation: Eg,
|
|
402
|
-
deleteConversations:
|
|
403
|
-
} = On.actions, In = (t) => t.agentsReducer.instances,
|
|
402
|
+
deleteConversations: zg
|
|
403
|
+
} = On.actions, In = (t) => t.agentsReducer.instances, vg = p(
|
|
404
404
|
[In],
|
|
405
405
|
(t) => Object.values(t)
|
|
406
406
|
), Bg = f(
|
|
@@ -414,7 +414,7 @@ const f = (
|
|
|
414
414
|
name: "assetAttachments",
|
|
415
415
|
initialState: es,
|
|
416
416
|
extraReducers: (t) => t.addMatcher(
|
|
417
|
-
_(O,
|
|
417
|
+
_(O, D, M),
|
|
418
418
|
(s) => Object.assign(s, es)
|
|
419
419
|
),
|
|
420
420
|
reducers: {
|
|
@@ -529,7 +529,7 @@ const f = (
|
|
|
529
529
|
[Rn, (t, s) => s],
|
|
530
530
|
(t, s) => A(t.filter((e) => e.fields_revision === s))
|
|
531
531
|
)
|
|
532
|
-
),
|
|
532
|
+
), zc = (t) => (s) => s.assetProcedureTypeFieldsAttachmentReducer.instances[t], vc = f(
|
|
533
533
|
p(
|
|
534
534
|
[Rn, (t, s) => s],
|
|
535
535
|
(t, s) => {
|
|
@@ -562,8 +562,8 @@ const f = (
|
|
|
562
562
|
addAssetProcedureTypeFields: kc,
|
|
563
563
|
addAssetProcedureTypeFieldsMany: qc,
|
|
564
564
|
setAssetProcedureTypeFields: Vc,
|
|
565
|
-
setAssetProcedureTypeFieldsMany:
|
|
566
|
-
updateAssetProcedureTypeFields:
|
|
565
|
+
setAssetProcedureTypeFieldsMany: Dc,
|
|
566
|
+
updateAssetProcedureTypeFields: jc,
|
|
567
567
|
updateAssetProcedureTypeFieldsMany: $c,
|
|
568
568
|
deleteAssetProcedureTypeFields: xc,
|
|
569
569
|
deleteAssetProcedureTypeFieldsMany: Cc
|
|
@@ -575,7 +575,7 @@ const f = (
|
|
|
575
575
|
[Mt, (t, s) => s],
|
|
576
576
|
(t, s) => A(t.filter((e) => e.asset_procedure_type === s))
|
|
577
577
|
)
|
|
578
|
-
),
|
|
578
|
+
), Dg = f(
|
|
579
579
|
p(
|
|
580
580
|
[Mt, (t, s) => s],
|
|
581
581
|
(t, s) => t.filter((e) => e.asset_procedure_type === s).sort((e, n) => e.submitted_at > n.submitted_at ? -1 : 1)[0]
|
|
@@ -590,11 +590,11 @@ const f = (
|
|
|
590
590
|
)
|
|
591
591
|
), Y = P(({ uuid: t }) => t), is = {
|
|
592
592
|
instances: {}
|
|
593
|
-
},
|
|
593
|
+
}, zn = I({
|
|
594
594
|
name: "assetProcedureTypeFieldValuesAttachments",
|
|
595
595
|
initialState: is,
|
|
596
596
|
extraReducers: (t) => t.addMatcher(
|
|
597
|
-
_(O,
|
|
597
|
+
_(O, D, M),
|
|
598
598
|
(s) => Object.assign(s, is)
|
|
599
599
|
),
|
|
600
600
|
reducers: {
|
|
@@ -611,14 +611,14 @@ const f = (
|
|
|
611
611
|
}), {
|
|
612
612
|
initializeAssetProcedureTypeFieldValuesAttachments: Gc,
|
|
613
613
|
addAssetProcedureTypeFieldValuesAttachment: Wc,
|
|
614
|
-
addAssetProcedureTypeFieldValuesAttachments:
|
|
614
|
+
addAssetProcedureTypeFieldValuesAttachments: vn,
|
|
615
615
|
setAssetProcedureTypeFieldValuesAttachment: Kc,
|
|
616
616
|
setAssetProcedureTypeFieldValuesAttachments: Yc,
|
|
617
617
|
updateAssetProcedureTypeFieldValuesAttachment: Zc,
|
|
618
618
|
updateAssetProcedureTypeFieldValuesAttachments: Jc,
|
|
619
619
|
deleteAssetProcedureTypeFieldValuesAttachment: Xc,
|
|
620
620
|
deleteAssetProcedureTypeFieldValuesAttachments: Bn
|
|
621
|
-
} =
|
|
621
|
+
} = zn.actions, Qc = zn.reducer, ed = (t) => t.assetProcedureTypeFieldValuesAttachmentReducer.instances, kn = p(
|
|
622
622
|
[ed],
|
|
623
623
|
(t) => Object.values(t)
|
|
624
624
|
), td = (t) => (s) => s.assetProcedureTypeFieldValuesAttachmentReducer.instances[t], sd = f(
|
|
@@ -643,7 +643,7 @@ const f = (
|
|
|
643
643
|
name: "assetProcedureTypeFieldValues",
|
|
644
644
|
initialState: as,
|
|
645
645
|
extraReducers: (t) => t.addMatcher(
|
|
646
|
-
_(O,
|
|
646
|
+
_(O, D, M),
|
|
647
647
|
(s) => Object.assign(s, as)
|
|
648
648
|
),
|
|
649
649
|
reducers: {
|
|
@@ -670,7 +670,7 @@ const f = (
|
|
|
670
670
|
} = qn.actions, pd = qn.reducer, md = (t) => t.assetProcedureTypeFieldValuesReducer.instances, Ft = p(
|
|
671
671
|
[md],
|
|
672
672
|
(t) => Object.values(t)
|
|
673
|
-
),
|
|
673
|
+
), jg = f(
|
|
674
674
|
p(
|
|
675
675
|
[Ft, (t, s) => s],
|
|
676
676
|
(t, s) => A(t.filter((e) => e.asset === s))
|
|
@@ -696,7 +696,7 @@ const f = (
|
|
|
696
696
|
name: "assetProcedures",
|
|
697
697
|
initialState: rs,
|
|
698
698
|
extraReducers: (t) => t.addMatcher(
|
|
699
|
-
_(O,
|
|
699
|
+
_(O, D, M),
|
|
700
700
|
(s) => Object.assign(s, rs)
|
|
701
701
|
),
|
|
702
702
|
reducers: {
|
|
@@ -713,11 +713,11 @@ const f = (
|
|
|
713
713
|
}), {
|
|
714
714
|
initializeAssetProcedures: Ad,
|
|
715
715
|
addAssetProcedure: Sd,
|
|
716
|
-
addAssetProcedures:
|
|
716
|
+
addAssetProcedures: Dn,
|
|
717
717
|
updateAssetProcedure: Td,
|
|
718
718
|
updateAssetProcedures: Od,
|
|
719
719
|
deleteAssetProcedure: Id,
|
|
720
|
-
deleteAssetProcedures:
|
|
720
|
+
deleteAssetProcedures: jn,
|
|
721
721
|
setAssetProcedure: gd,
|
|
722
722
|
setAssetProcedures: bd
|
|
723
723
|
} = Vn.actions, Pd = Vn.reducer, _d = (t) => t.assetProcedureReducer.instances, wt = p([_d], (t) => Object.values(t)), Md = f(
|
|
@@ -757,14 +757,14 @@ const f = (
|
|
|
757
757
|
}), {
|
|
758
758
|
initializeAssetProcedureTypes: Rd,
|
|
759
759
|
addAssetProcedureType: Ed,
|
|
760
|
-
addAssetProcedureTypes:
|
|
761
|
-
updateAssetProcedureType:
|
|
760
|
+
addAssetProcedureTypes: zd,
|
|
761
|
+
updateAssetProcedureType: vd,
|
|
762
762
|
updateAssetProcedureTypes: Bd,
|
|
763
763
|
deleteAssetProcedureType: kd,
|
|
764
764
|
deleteAssetProcedureTypes: qd,
|
|
765
765
|
setAssetProcedureType: Vd,
|
|
766
|
-
setAssetProcedureTypes:
|
|
767
|
-
} = $n.actions,
|
|
766
|
+
setAssetProcedureTypes: Dd
|
|
767
|
+
} = $n.actions, jd = $n.reducer, $d = (t) => t.assetProcedureTypeReducer.instances, xn = p(
|
|
768
768
|
[$d],
|
|
769
769
|
(t) => Object.values(t)
|
|
770
770
|
), xd = (t) => (s) => s.assetProcedureTypeReducer.instances[t], Cd = f(
|
|
@@ -893,7 +893,7 @@ const f = (
|
|
|
893
893
|
name: "assetProcedureStepFieldValuesAttachments",
|
|
894
894
|
initialState: us,
|
|
895
895
|
extraReducers: (t) => t.addMatcher(
|
|
896
|
-
_(O,
|
|
896
|
+
_(O, D, M),
|
|
897
897
|
(s) => Object.assign(s, us)
|
|
898
898
|
),
|
|
899
899
|
reducers: {
|
|
@@ -942,7 +942,7 @@ const f = (
|
|
|
942
942
|
name: "assetProcedureStepFieldValues",
|
|
943
943
|
initialState: ls,
|
|
944
944
|
extraReducers: (t) => t.addMatcher(
|
|
945
|
-
_(O,
|
|
945
|
+
_(O, D, M),
|
|
946
946
|
(s) => Object.assign(s, ls)
|
|
947
947
|
),
|
|
948
948
|
reducers: {
|
|
@@ -962,8 +962,8 @@ const f = (
|
|
|
962
962
|
addAssetProcedureStepFieldValuesMany: wo,
|
|
963
963
|
setAssetProcedureStepFieldValues: Ro,
|
|
964
964
|
setAssetProcedureStepFieldValuesMany: Eo,
|
|
965
|
-
updateAssetProcedureStepFieldValues:
|
|
966
|
-
updateAssetProcedureStepFieldValuesMany:
|
|
965
|
+
updateAssetProcedureStepFieldValues: zo,
|
|
966
|
+
updateAssetProcedureStepFieldValuesMany: vo,
|
|
967
967
|
deleteAssetProcedureStepFieldValues: Bo,
|
|
968
968
|
deleteAssetProcedureStepFieldValuesMany: ko
|
|
969
969
|
} = Yn.actions, qo = (t) => t.assetProcedureStepFieldValuesReducer.instances, mt = p(
|
|
@@ -984,7 +984,7 @@ const f = (
|
|
|
984
984
|
[mt, (t, s) => s],
|
|
985
985
|
(t, s) => A(t.filter((e) => e.asset_procedure_step === s))
|
|
986
986
|
)
|
|
987
|
-
), Vo = (t) => (s) => s.assetProcedureStepFieldValuesReducer.instances[t],
|
|
987
|
+
), Vo = (t) => (s) => s.assetProcedureStepFieldValuesReducer.instances[t], Do = f(
|
|
988
988
|
p(
|
|
989
989
|
[mt, (t, s) => s],
|
|
990
990
|
(t, s) => {
|
|
@@ -992,7 +992,7 @@ const f = (
|
|
|
992
992
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
993
993
|
}
|
|
994
994
|
)
|
|
995
|
-
),
|
|
995
|
+
), jo = Yn.reducer, ne = P((t) => t.uuid), hs = {
|
|
996
996
|
instances: {}
|
|
997
997
|
}, Zn = I({
|
|
998
998
|
name: "assetProcedureSteps",
|
|
@@ -1057,7 +1057,7 @@ const f = (
|
|
|
1057
1057
|
name: "assets",
|
|
1058
1058
|
initialState: ps,
|
|
1059
1059
|
extraReducers: (t) => t.addMatcher(
|
|
1060
|
-
_(O,
|
|
1060
|
+
_(O, D, M),
|
|
1061
1061
|
(s) => Object.assign(s, ps)
|
|
1062
1062
|
),
|
|
1063
1063
|
reducers: {
|
|
@@ -1081,12 +1081,12 @@ const f = (
|
|
|
1081
1081
|
deleteAssets: ei,
|
|
1082
1082
|
setAsset: nu,
|
|
1083
1083
|
setAssets: iu
|
|
1084
|
-
} = Xn.actions, au = (t) => t.assetReducer.instances,
|
|
1085
|
-
p([
|
|
1084
|
+
} = Xn.actions, au = (t) => t.assetReducer.instances, zt = p([au], (t) => A(Object.values(t))), Jg = f(
|
|
1085
|
+
p([zt, (t, s) => s], (t, s) => A(t.filter(({ project: e }) => e === s)))
|
|
1086
1086
|
), ru = f(
|
|
1087
|
-
p([
|
|
1087
|
+
p([zt, (t, s) => s], (t, s) => A(t.filter((e) => e.asset_type === s)))
|
|
1088
1088
|
), cu = (t) => (s) => s.assetReducer.instances[t], du = f(
|
|
1089
|
-
p([
|
|
1089
|
+
p([zt, (t, s) => s], (t, s) => {
|
|
1090
1090
|
const e = new Set(s);
|
|
1091
1091
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
1092
1092
|
})
|
|
@@ -1096,7 +1096,7 @@ const f = (
|
|
|
1096
1096
|
name: "assetStageCompletions",
|
|
1097
1097
|
initialState: ms,
|
|
1098
1098
|
extraReducers: (t) => t.addMatcher(
|
|
1099
|
-
_(O,
|
|
1099
|
+
_(O, D, M),
|
|
1100
1100
|
(s) => Object.assign(s, ms)
|
|
1101
1101
|
),
|
|
1102
1102
|
reducers: {
|
|
@@ -1161,8 +1161,8 @@ const f = (
|
|
|
1161
1161
|
addAssetStages: wu,
|
|
1162
1162
|
updateAssetStage: Ru,
|
|
1163
1163
|
updateAssetStages: Eu,
|
|
1164
|
-
deleteAssetStage:
|
|
1165
|
-
deleteAssetStages:
|
|
1164
|
+
deleteAssetStage: zu,
|
|
1165
|
+
deleteAssetStages: vu
|
|
1166
1166
|
} = si.actions, Bu = si.reducer, ni = (t) => t.assetStageReducer.instances, ku = (t) => (s) => s.assetStageReducer.instances[t], ii = p([ni], (t) => Object.values(t)), Xg = f(
|
|
1167
1167
|
p([ni, (t, s) => s], (t, s) => {
|
|
1168
1168
|
const e = {};
|
|
@@ -1199,9 +1199,9 @@ const f = (
|
|
|
1199
1199
|
}
|
|
1200
1200
|
}), {
|
|
1201
1201
|
initializeAssetTypeAttachments: Vu,
|
|
1202
|
-
addAssetTypeAttachment:
|
|
1202
|
+
addAssetTypeAttachment: Du,
|
|
1203
1203
|
addAssetTypeAttachments: ri,
|
|
1204
|
-
setAssetTypeAttachment:
|
|
1204
|
+
setAssetTypeAttachment: ju,
|
|
1205
1205
|
setAssetTypeAttachments: $u,
|
|
1206
1206
|
updateAssetTypeAttachment: xu,
|
|
1207
1207
|
updateAssetTypeAttachments: Cu,
|
|
@@ -1311,7 +1311,7 @@ const f = (
|
|
|
1311
1311
|
name: "assetTypeFieldValuesAttachments",
|
|
1312
1312
|
initialState: Ts,
|
|
1313
1313
|
extraReducers: (t) => t.addMatcher(
|
|
1314
|
-
_(O,
|
|
1314
|
+
_(O, D, M),
|
|
1315
1315
|
(s) => Object.assign(s, Ts)
|
|
1316
1316
|
),
|
|
1317
1317
|
reducers: {
|
|
@@ -1351,13 +1351,13 @@ const f = (
|
|
|
1351
1351
|
[yi, (t, s) => s],
|
|
1352
1352
|
(t, s) => A(t.filter((e) => e.field_values === s))
|
|
1353
1353
|
)
|
|
1354
|
-
),
|
|
1354
|
+
), zl = hi.reducer, le = P((t) => t.uuid), Os = {
|
|
1355
1355
|
instances: {}
|
|
1356
1356
|
}, fi = I({
|
|
1357
1357
|
name: "assetTypeFieldValues",
|
|
1358
1358
|
initialState: Os,
|
|
1359
1359
|
extraReducers: (t) => t.addMatcher(
|
|
1360
|
-
_(O,
|
|
1360
|
+
_(O, D, M),
|
|
1361
1361
|
(s) => Object.assign(s, Os)
|
|
1362
1362
|
),
|
|
1363
1363
|
reducers: {
|
|
@@ -1372,20 +1372,20 @@ const f = (
|
|
|
1372
1372
|
deleteAssetTypeFieldValuesMany: le.deleteMany
|
|
1373
1373
|
}
|
|
1374
1374
|
}), {
|
|
1375
|
-
initializeAssetTypeFieldValues:
|
|
1375
|
+
initializeAssetTypeFieldValues: vl,
|
|
1376
1376
|
addAssetTypeFieldValues: Bl,
|
|
1377
1377
|
addAssetTypeFieldValuesMany: kl,
|
|
1378
1378
|
setAssetTypeFieldValues: ql,
|
|
1379
1379
|
setAssetTypeFieldValuesMany: Vl,
|
|
1380
|
-
updateAssetTypeFieldValues:
|
|
1381
|
-
updateAssetTypeFieldValuesMany:
|
|
1380
|
+
updateAssetTypeFieldValues: Dl,
|
|
1381
|
+
updateAssetTypeFieldValuesMany: jl,
|
|
1382
1382
|
deleteAssetTypeFieldValues: $l,
|
|
1383
1383
|
deleteAssetTypeFieldValuesMany: xl
|
|
1384
|
-
} = fi.actions, Cl = (t) => t.assetTypeFieldValuesReducer.instances,
|
|
1385
|
-
p([
|
|
1384
|
+
} = fi.actions, Cl = (t) => t.assetTypeFieldValuesReducer.instances, vt = p([Cl], (t) => Object.values(t)), nb = f(
|
|
1385
|
+
p([vt, (t, s) => s], (t, s) => A(t.filter((e) => e.asset === s)))
|
|
1386
1386
|
), ib = f(
|
|
1387
1387
|
p(
|
|
1388
|
-
[yt,
|
|
1388
|
+
[yt, vt, (t, s) => s],
|
|
1389
1389
|
(t, s, e) => {
|
|
1390
1390
|
const n = new Set(
|
|
1391
1391
|
t.filter((i) => i.asset_type === e).map((i) => i.uuid)
|
|
@@ -1395,7 +1395,7 @@ const f = (
|
|
|
1395
1395
|
)
|
|
1396
1396
|
), Ul = (t) => (s) => s.assetTypeFieldValuesReducer.instances[t], Ll = f(
|
|
1397
1397
|
p(
|
|
1398
|
-
[
|
|
1398
|
+
[vt, (t, s) => s],
|
|
1399
1399
|
(t, s) => {
|
|
1400
1400
|
const e = new Set(s);
|
|
1401
1401
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
@@ -1450,7 +1450,7 @@ const f = (
|
|
|
1450
1450
|
name: "assetTypeIdentifierValues",
|
|
1451
1451
|
initialState: gs,
|
|
1452
1452
|
extraReducers: (t) => t.addMatcher(
|
|
1453
|
-
_(O,
|
|
1453
|
+
_(O, D, M),
|
|
1454
1454
|
(s) => Object.assign(s, gs)
|
|
1455
1455
|
),
|
|
1456
1456
|
reducers: {
|
|
@@ -1558,14 +1558,14 @@ const f = (
|
|
|
1558
1558
|
}
|
|
1559
1559
|
}), {
|
|
1560
1560
|
initializeAssetTypeStatuses: Eh,
|
|
1561
|
-
addAssetTypeStatus:
|
|
1562
|
-
addAssetTypeStatuses:
|
|
1561
|
+
addAssetTypeStatus: zh,
|
|
1562
|
+
addAssetTypeStatuses: vh,
|
|
1563
1563
|
setAssetTypeStatus: Bh,
|
|
1564
1564
|
setAssetTypeStatuses: kh,
|
|
1565
1565
|
updateAssetTypeStatus: qh,
|
|
1566
1566
|
updateAssetTypeStatuses: Vh,
|
|
1567
|
-
deleteAssetTypeStatus:
|
|
1568
|
-
deleteAssetTypeStatuses:
|
|
1567
|
+
deleteAssetTypeStatus: Dh,
|
|
1568
|
+
deleteAssetTypeStatuses: jh
|
|
1569
1569
|
} = gi.actions, $h = (t) => t.assetTypeStatusReducer.instances, bi = p([$h], (t) => A(Object.values(t).toSorted(Cr))), xh = (t) => (s) => s.assetTypeStatusReducer.instances[t], Ch = f(
|
|
1570
1570
|
p([bi, (t, s) => s], (t, s) => {
|
|
1571
1571
|
const e = new Set(s);
|
|
@@ -1720,7 +1720,7 @@ const f = (
|
|
|
1720
1720
|
p([Ri, (t, s) => s], (t, s) => A(t.filter((e) => e.organization === s)))
|
|
1721
1721
|
), Rp = wi.reducer, Rs = {
|
|
1722
1722
|
s3Urls: {}
|
|
1723
|
-
}, Ei = 1e3 * 60 * 60, Ep = Ei * 24 * 7,
|
|
1723
|
+
}, Ei = 1e3 * 60 * 60, Ep = Ei * 24 * 7, zi = I({
|
|
1724
1724
|
name: "file",
|
|
1725
1725
|
initialState: Rs,
|
|
1726
1726
|
extraReducers: (t) => t.addCase(O, (s) => Object.assign(s, Rs)),
|
|
@@ -1734,18 +1734,18 @@ const f = (
|
|
|
1734
1734
|
};
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
|
-
}), { setUploadUrl: Sb } =
|
|
1737
|
+
}), { setUploadUrl: Sb } = zi.actions, Tb = (t) => (s) => {
|
|
1738
1738
|
const e = s.fileReducer.s3Urls[t];
|
|
1739
1739
|
if (!e)
|
|
1740
1740
|
return;
|
|
1741
1741
|
const n = (/* @__PURE__ */ new Date()).getTime();
|
|
1742
1742
|
if (!((e.exp ?? n) - n < Ei))
|
|
1743
1743
|
return e;
|
|
1744
|
-
},
|
|
1744
|
+
}, zp = zi.reducer, Te = P(
|
|
1745
1745
|
(t) => t.uuid
|
|
1746
1746
|
), Es = {
|
|
1747
1747
|
instances: {}
|
|
1748
|
-
},
|
|
1748
|
+
}, vi = I({
|
|
1749
1749
|
name: "formIdentifiers",
|
|
1750
1750
|
initialState: Es,
|
|
1751
1751
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1764,16 +1764,16 @@ const f = (
|
|
|
1764
1764
|
deleteFormIdentifiers: Te.deleteMany
|
|
1765
1765
|
}
|
|
1766
1766
|
}), {
|
|
1767
|
-
initializeFormIdentifiers:
|
|
1767
|
+
initializeFormIdentifiers: vp,
|
|
1768
1768
|
addFormIdentifier: Bp,
|
|
1769
1769
|
addFormIdentifiers: kp,
|
|
1770
1770
|
setFormIdentifier: qp,
|
|
1771
1771
|
setFormIdentifiers: Vp,
|
|
1772
|
-
updateFormIdentifier:
|
|
1773
|
-
updateFormIdentifiers:
|
|
1772
|
+
updateFormIdentifier: Dp,
|
|
1773
|
+
updateFormIdentifiers: jp,
|
|
1774
1774
|
deleteFormIdentifier: $p,
|
|
1775
1775
|
deleteFormIdentifiers: xp
|
|
1776
|
-
} =
|
|
1776
|
+
} = vi.actions, Cp = (t) => t.formIdentifierReducer.instances, Bi = p(
|
|
1777
1777
|
[Cp],
|
|
1778
1778
|
(t) => Object.values(t)
|
|
1779
1779
|
), Up = (t) => (s) => s.formIdentifierReducer.instances[t], Lp = f(
|
|
@@ -1783,14 +1783,14 @@ const f = (
|
|
|
1783
1783
|
})
|
|
1784
1784
|
), Ob = f(
|
|
1785
1785
|
p([Bi, (t, s) => s], (t, s) => A(t.filter((e) => e.form === s)))
|
|
1786
|
-
), Np =
|
|
1786
|
+
), Np = vi.reducer, Oe = P((t) => t.uuid), zs = {
|
|
1787
1787
|
instances: {}
|
|
1788
1788
|
}, ki = I({
|
|
1789
1789
|
name: "formIdentifierValues",
|
|
1790
|
-
initialState:
|
|
1790
|
+
initialState: zs,
|
|
1791
1791
|
extraReducers: (t) => t.addMatcher(
|
|
1792
1792
|
_(O, M),
|
|
1793
|
-
(s) => Object.assign(s,
|
|
1793
|
+
(s) => Object.assign(s, zs)
|
|
1794
1794
|
),
|
|
1795
1795
|
reducers: {
|
|
1796
1796
|
initializeFormIdentifierValues: Oe.initialize,
|
|
@@ -1838,14 +1838,14 @@ const f = (
|
|
|
1838
1838
|
t.filter((e) => e.form_identifier === s)
|
|
1839
1839
|
)
|
|
1840
1840
|
)
|
|
1841
|
-
), nm = ki.reducer, Ie = P((t) => t.uuid),
|
|
1841
|
+
), nm = ki.reducer, Ie = P((t) => t.uuid), vs = {
|
|
1842
1842
|
instances: {}
|
|
1843
1843
|
}, qi = I({
|
|
1844
1844
|
name: "formRevisionAttachments",
|
|
1845
|
-
initialState:
|
|
1845
|
+
initialState: vs,
|
|
1846
1846
|
extraReducers: (t) => t.addMatcher(
|
|
1847
1847
|
_(O, M),
|
|
1848
|
-
(s) => Object.assign(s,
|
|
1848
|
+
(s) => Object.assign(s, vs)
|
|
1849
1849
|
),
|
|
1850
1850
|
reducers: {
|
|
1851
1851
|
initializeFormRevisionAttachments: Ie.initialize,
|
|
@@ -1868,12 +1868,12 @@ const f = (
|
|
|
1868
1868
|
updateFormRevisionAttachments: um,
|
|
1869
1869
|
deleteFormRevisionAttachment: lm,
|
|
1870
1870
|
deleteFormRevisionAttachments: hm
|
|
1871
|
-
} = qi.actions,
|
|
1872
|
-
[
|
|
1871
|
+
} = qi.actions, Dt = (t) => t.formRevisionAttachmentReducer.instances, pm = p(
|
|
1872
|
+
[Dt],
|
|
1873
1873
|
(t) => Object.values(t)
|
|
1874
1874
|
), mm = f(
|
|
1875
1875
|
p(
|
|
1876
|
-
[
|
|
1876
|
+
[Dt, (t, s) => s],
|
|
1877
1877
|
(t, s) => t[s]
|
|
1878
1878
|
)
|
|
1879
1879
|
), ym = f(
|
|
@@ -1885,7 +1885,7 @@ const f = (
|
|
|
1885
1885
|
}
|
|
1886
1886
|
)
|
|
1887
1887
|
), bb = f(
|
|
1888
|
-
p([
|
|
1888
|
+
p([Dt, (t, s) => s], (t, s) => A(
|
|
1889
1889
|
Object.values(t).filter((e) => e.form_revision === s)
|
|
1890
1890
|
))
|
|
1891
1891
|
), fm = qi.reducer, ge = P(
|
|
@@ -1912,27 +1912,27 @@ const f = (
|
|
|
1912
1912
|
}
|
|
1913
1913
|
}), {
|
|
1914
1914
|
initializeFormRevisions: Am,
|
|
1915
|
-
addFormRevision:
|
|
1916
|
-
addFormRevisions:
|
|
1915
|
+
addFormRevision: Di,
|
|
1916
|
+
addFormRevisions: ji,
|
|
1917
1917
|
setFormRevision: Sm,
|
|
1918
1918
|
setFormRevisions: Tm,
|
|
1919
1919
|
updateFormRevision: Om,
|
|
1920
1920
|
updateFormRevisions: Im,
|
|
1921
1921
|
deleteFormRevision: $i,
|
|
1922
1922
|
deleteFormRevisions: xi
|
|
1923
|
-
} = Vi.actions, Ci = (t) => t.formRevisionReducer.instances,
|
|
1923
|
+
} = Vi.actions, Ci = (t) => t.formRevisionReducer.instances, jt = p(
|
|
1924
1924
|
[Ci],
|
|
1925
1925
|
(t) => Object.values(t)
|
|
1926
1926
|
), gm = (t) => (s) => s.formRevisionReducer.instances[t], bm = f(
|
|
1927
|
-
p([
|
|
1927
|
+
p([jt, (t, s) => s], (t, s) => {
|
|
1928
1928
|
const e = new Set(s);
|
|
1929
1929
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
1930
1930
|
})
|
|
1931
1931
|
), Pb = f(
|
|
1932
|
-
p([
|
|
1932
|
+
p([jt, (t, s) => s], (t, s) => t.filter((e) => e.form === s).sort((e, n) => e.submitted_at > n.submitted_at ? -1 : 1)[0])
|
|
1933
1933
|
), Pm = f(
|
|
1934
1934
|
p(
|
|
1935
|
-
[
|
|
1935
|
+
[jt, (t, s) => s],
|
|
1936
1936
|
(t, s) => A(t.filter((e) => e.form === s))
|
|
1937
1937
|
)
|
|
1938
1938
|
), _m = Vi.reducer, be = P((t) => t.uuid), ks = {
|
|
@@ -1961,11 +1961,11 @@ const f = (
|
|
|
1961
1961
|
addForms: wm,
|
|
1962
1962
|
setForm: Rm,
|
|
1963
1963
|
setForms: Em,
|
|
1964
|
-
updateForm:
|
|
1965
|
-
updateForms:
|
|
1964
|
+
updateForm: zm,
|
|
1965
|
+
updateForms: vm,
|
|
1966
1966
|
deleteForm: Bm,
|
|
1967
1967
|
deleteForms: km
|
|
1968
|
-
} = Ui.actions, qm = Ui.reducer, Vm = (t) => t.formReducer.instances, Li = p([Vm], (t) => Object.values(t)),
|
|
1968
|
+
} = Ui.actions, qm = Ui.reducer, Vm = (t) => t.formReducer.instances, Li = p([Vm], (t) => Object.values(t)), Dm = (t) => (s) => s.formReducer.instances[t], jm = f(
|
|
1969
1969
|
p([Li, (t, s) => s], (t, s) => {
|
|
1970
1970
|
const e = new Set(s);
|
|
1971
1971
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
@@ -2081,14 +2081,14 @@ const f = (
|
|
|
2081
2081
|
)
|
|
2082
2082
|
), cy = Zi.reducer, Me = P(
|
|
2083
2083
|
(t) => t.uuid
|
|
2084
|
-
),
|
|
2084
|
+
), Ds = {
|
|
2085
2085
|
instances: {}
|
|
2086
2086
|
}, ea = I({
|
|
2087
2087
|
name: "geoImages",
|
|
2088
|
-
initialState:
|
|
2088
|
+
initialState: Ds,
|
|
2089
2089
|
extraReducers: (t) => t.addMatcher(
|
|
2090
|
-
_(O,
|
|
2091
|
-
(s) => Object.assign(s,
|
|
2090
|
+
_(O, D, M),
|
|
2091
|
+
(s) => Object.assign(s, Ds)
|
|
2092
2092
|
),
|
|
2093
2093
|
reducers: {
|
|
2094
2094
|
initializeGeoImages: Me.initialize,
|
|
@@ -2118,14 +2118,14 @@ const f = (
|
|
|
2118
2118
|
})
|
|
2119
2119
|
), Mb = f(
|
|
2120
2120
|
p([ta, (t, s) => s], (t, s) => A(t.filter((e) => e.project === s)))
|
|
2121
|
-
), Oy = ea.reducer, Fe = P((t) => t.uuid),
|
|
2121
|
+
), Oy = ea.reducer, Fe = P((t) => t.uuid), js = {
|
|
2122
2122
|
instances: {}
|
|
2123
2123
|
}, sa = I({
|
|
2124
2124
|
name: "issueAssociations",
|
|
2125
|
-
initialState:
|
|
2125
|
+
initialState: js,
|
|
2126
2126
|
extraReducers: (t) => t.addMatcher(
|
|
2127
|
-
_(O,
|
|
2128
|
-
(s) => Object.assign(s,
|
|
2127
|
+
_(O, D, M),
|
|
2128
|
+
(s) => Object.assign(s, js)
|
|
2129
2129
|
),
|
|
2130
2130
|
reducers: {
|
|
2131
2131
|
initializeIssueAssociations: Fe.initialize,
|
|
@@ -2153,9 +2153,9 @@ const f = (
|
|
|
2153
2153
|
const e = new Set(s);
|
|
2154
2154
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
2155
2155
|
})
|
|
2156
|
-
), vy = f(
|
|
2157
|
-
p([at, (t, s) => s], (t, s) => A(t.filter(({ associated_issue: e }) => e === s)))
|
|
2158
2156
|
), zy = f(
|
|
2157
|
+
p([at, (t, s) => s], (t, s) => A(t.filter(({ associated_issue: e }) => e === s)))
|
|
2158
|
+
), vy = f(
|
|
2159
2159
|
p(
|
|
2160
2160
|
[at, (t, s) => s],
|
|
2161
2161
|
(t, s) => {
|
|
@@ -2183,7 +2183,7 @@ const f = (
|
|
|
2183
2183
|
name: "issueAttachments",
|
|
2184
2184
|
initialState: $s,
|
|
2185
2185
|
extraReducers: (t) => t.addMatcher(
|
|
2186
|
-
_(O,
|
|
2186
|
+
_(O, D, M),
|
|
2187
2187
|
(s) => Object.assign(s, $s)
|
|
2188
2188
|
),
|
|
2189
2189
|
reducers: {
|
|
@@ -2198,8 +2198,8 @@ const f = (
|
|
|
2198
2198
|
deleteIssueAttachments: we.deleteMany
|
|
2199
2199
|
}
|
|
2200
2200
|
}), {
|
|
2201
|
-
initializeIssueAttachments:
|
|
2202
|
-
addIssueAttachment:
|
|
2201
|
+
initializeIssueAttachments: Dy,
|
|
2202
|
+
addIssueAttachment: jy,
|
|
2203
2203
|
addIssueAttachments: ia,
|
|
2204
2204
|
setIssueAttachment: $y,
|
|
2205
2205
|
setIssueAttachments: xy,
|
|
@@ -2226,7 +2226,7 @@ const f = (
|
|
|
2226
2226
|
name: "issueCommentAttachments",
|
|
2227
2227
|
initialState: xs,
|
|
2228
2228
|
extraReducers: (t) => t.addMatcher(
|
|
2229
|
-
_(O,
|
|
2229
|
+
_(O, D, M),
|
|
2230
2230
|
(s) => Object.assign(s, xs)
|
|
2231
2231
|
),
|
|
2232
2232
|
reducers: {
|
|
@@ -2271,7 +2271,7 @@ const f = (
|
|
|
2271
2271
|
name: "issueComments",
|
|
2272
2272
|
initialState: Cs,
|
|
2273
2273
|
extraReducers: (t) => t.addMatcher(
|
|
2274
|
-
_(O,
|
|
2274
|
+
_(O, D, M),
|
|
2275
2275
|
(s) => Object.assign(s, Cs)
|
|
2276
2276
|
),
|
|
2277
2277
|
reducers: {
|
|
@@ -2307,25 +2307,25 @@ const f = (
|
|
|
2307
2307
|
Object.values(t).filter((e) => e.issue === s)
|
|
2308
2308
|
)
|
|
2309
2309
|
)
|
|
2310
|
-
), Of = oa.reducer,
|
|
2310
|
+
), Of = oa.reducer, ze = P((t) => t.uuid), Us = {
|
|
2311
2311
|
instances: {}
|
|
2312
2312
|
}, la = I({
|
|
2313
2313
|
name: "issues",
|
|
2314
2314
|
initialState: Us,
|
|
2315
2315
|
extraReducers: (t) => t.addMatcher(
|
|
2316
|
-
_(O,
|
|
2316
|
+
_(O, D, M),
|
|
2317
2317
|
(s) => Object.assign(s, Us)
|
|
2318
2318
|
),
|
|
2319
2319
|
reducers: {
|
|
2320
|
-
initializeIssues:
|
|
2321
|
-
addIssue:
|
|
2322
|
-
addIssues:
|
|
2323
|
-
setIssue:
|
|
2324
|
-
setIssues:
|
|
2325
|
-
updateIssue:
|
|
2326
|
-
updateIssues:
|
|
2327
|
-
deleteIssue:
|
|
2328
|
-
deleteIssues:
|
|
2320
|
+
initializeIssues: ze.initialize,
|
|
2321
|
+
addIssue: ze.addOne,
|
|
2322
|
+
addIssues: ze.addMany,
|
|
2323
|
+
setIssue: ze.setOne,
|
|
2324
|
+
setIssues: ze.setMany,
|
|
2325
|
+
updateIssue: ze.updateOne,
|
|
2326
|
+
updateIssues: ze.updateMany,
|
|
2327
|
+
deleteIssue: ze.deleteOne,
|
|
2328
|
+
deleteIssues: ze.deleteMany
|
|
2329
2329
|
}
|
|
2330
2330
|
}), {
|
|
2331
2331
|
initializeIssues: If,
|
|
@@ -2347,9 +2347,9 @@ const f = (
|
|
|
2347
2347
|
})
|
|
2348
2348
|
), Rb = f(
|
|
2349
2349
|
p([$t, (t, s) => s], (t, s) => t.filter((e) => e.project === s))
|
|
2350
|
-
),
|
|
2350
|
+
), zf = f(
|
|
2351
2351
|
p([$t, (t, s) => s], (t, s) => t.filter((e) => e.issue_type === s))
|
|
2352
|
-
),
|
|
2352
|
+
), vf = la.reducer, ve = P((t) => t.uuid), Ls = {
|
|
2353
2353
|
instances: {}
|
|
2354
2354
|
}, ma = I({
|
|
2355
2355
|
name: "issueTypeAttachments",
|
|
@@ -2359,23 +2359,23 @@ const f = (
|
|
|
2359
2359
|
(s) => Object.assign(s, Ls)
|
|
2360
2360
|
),
|
|
2361
2361
|
reducers: {
|
|
2362
|
-
initializeIssueTypeAttachments:
|
|
2363
|
-
addIssueTypeAttachment:
|
|
2364
|
-
addIssueTypeAttachments:
|
|
2365
|
-
setIssueTypeAttachment:
|
|
2366
|
-
setIssueTypeAttachments:
|
|
2367
|
-
updateIssueTypeAttachment:
|
|
2368
|
-
updateIssueTypeAttachments:
|
|
2369
|
-
deleteIssueTypeAttachment:
|
|
2370
|
-
deleteIssueTypeAttachments:
|
|
2362
|
+
initializeIssueTypeAttachments: ve.initialize,
|
|
2363
|
+
addIssueTypeAttachment: ve.addOne,
|
|
2364
|
+
addIssueTypeAttachments: ve.addMany,
|
|
2365
|
+
setIssueTypeAttachment: ve.setOne,
|
|
2366
|
+
setIssueTypeAttachments: ve.setMany,
|
|
2367
|
+
updateIssueTypeAttachment: ve.updateOne,
|
|
2368
|
+
updateIssueTypeAttachments: ve.updateMany,
|
|
2369
|
+
deleteIssueTypeAttachment: ve.deleteOne,
|
|
2370
|
+
deleteIssueTypeAttachments: ve.deleteMany
|
|
2371
2371
|
}
|
|
2372
2372
|
}), {
|
|
2373
2373
|
initializeIssueTypeAttachments: Bf,
|
|
2374
2374
|
addIssueTypeAttachment: kf,
|
|
2375
2375
|
addIssueTypeAttachments: qf,
|
|
2376
2376
|
setIssueTypeAttachment: Vf,
|
|
2377
|
-
setIssueTypeAttachments:
|
|
2378
|
-
updateIssueTypeAttachment:
|
|
2377
|
+
setIssueTypeAttachments: Df,
|
|
2378
|
+
updateIssueTypeAttachment: jf,
|
|
2379
2379
|
updateIssueTypeAttachments: $f,
|
|
2380
2380
|
deleteIssueTypeAttachment: xf,
|
|
2381
2381
|
deleteIssueTypeAttachments: Cf
|
|
@@ -2425,7 +2425,7 @@ const f = (
|
|
|
2425
2425
|
} = fa.actions, tA = (t) => t.issueTypeFieldsAttachmentReducer.instances, Aa = p(
|
|
2426
2426
|
[tA],
|
|
2427
2427
|
(t) => Object.values(t)
|
|
2428
|
-
),
|
|
2428
|
+
), zb = f(
|
|
2429
2429
|
p(
|
|
2430
2430
|
[Aa, (t, s) => s],
|
|
2431
2431
|
(t, s) => A(t.filter((e) => e.fields_revision === s))
|
|
@@ -2444,7 +2444,7 @@ const f = (
|
|
|
2444
2444
|
name: "issueTypeFieldValues",
|
|
2445
2445
|
initialState: Hs,
|
|
2446
2446
|
extraReducers: (t) => t.addMatcher(
|
|
2447
|
-
_(O,
|
|
2447
|
+
_(O, D, M),
|
|
2448
2448
|
(s) => Object.assign(s, Hs)
|
|
2449
2449
|
),
|
|
2450
2450
|
reducers: {
|
|
@@ -2468,7 +2468,7 @@ const f = (
|
|
|
2468
2468
|
updateIssueTypeFieldValuesMany: lA,
|
|
2469
2469
|
deleteIssueTypeFieldValues: hA,
|
|
2470
2470
|
deleteIssueTypeFieldValuesMany: pA
|
|
2471
|
-
} = Sa.actions, mA = (t) => t.issueTypeFieldValuesReducer.instances, xt = p([mA], (t) => Object.values(t)),
|
|
2471
|
+
} = Sa.actions, mA = (t) => t.issueTypeFieldValuesReducer.instances, xt = p([mA], (t) => Object.values(t)), vb = f(
|
|
2472
2472
|
p([xt, (t, s) => s], (t, s) => A(t.filter((e) => e.issue === s)))
|
|
2473
2473
|
), yA = (t) => (s) => s.issueTypeFieldValuesReducer.instances[t], fA = f(
|
|
2474
2474
|
p(
|
|
@@ -2533,7 +2533,7 @@ const f = (
|
|
|
2533
2533
|
name: "issueTypeFieldValuesAttachments",
|
|
2534
2534
|
initialState: Ws,
|
|
2535
2535
|
extraReducers: (t) => t.addMatcher(
|
|
2536
|
-
_(O,
|
|
2536
|
+
_(O, D, M),
|
|
2537
2537
|
(s) => Object.assign(s, Ws)
|
|
2538
2538
|
),
|
|
2539
2539
|
reducers: {
|
|
@@ -2548,17 +2548,17 @@ const f = (
|
|
|
2548
2548
|
deleteIssueTypeFieldValuesAttachments: Ve.deleteMany
|
|
2549
2549
|
}
|
|
2550
2550
|
}), {
|
|
2551
|
-
initializeIssueTypeFieldValuesAttachments:
|
|
2552
|
-
addIssueTypeFieldValuesAttachment:
|
|
2551
|
+
initializeIssueTypeFieldValuesAttachments: zA,
|
|
2552
|
+
addIssueTypeFieldValuesAttachment: vA,
|
|
2553
2553
|
addIssueTypeFieldValuesAttachments: Ia,
|
|
2554
2554
|
setIssueTypeFieldValuesAttachment: BA,
|
|
2555
2555
|
setIssueTypeFieldValuesAttachments: kA,
|
|
2556
2556
|
updateIssueTypeFieldValuesAttachment: qA,
|
|
2557
2557
|
updateIssueTypeFieldValuesAttachments: VA,
|
|
2558
|
-
deleteIssueTypeFieldValuesAttachment:
|
|
2558
|
+
deleteIssueTypeFieldValuesAttachment: DA,
|
|
2559
2559
|
deleteIssueTypeFieldValuesAttachments: ga
|
|
2560
|
-
} = Oa.actions,
|
|
2561
|
-
[
|
|
2560
|
+
} = Oa.actions, jA = (t) => t.issueTypeFieldValuesAttachmentReducer.instances, ba = p(
|
|
2561
|
+
[jA],
|
|
2562
2562
|
(t) => Object.values(t)
|
|
2563
2563
|
), $A = (t) => (s) => s.issueTypeFieldValuesAttachmentReducer.instances[t], xA = f(
|
|
2564
2564
|
p(
|
|
@@ -2573,7 +2573,7 @@ const f = (
|
|
|
2573
2573
|
[ba, (t, s) => s],
|
|
2574
2574
|
(t, s) => A(t.filter((e) => e.field_values === s))
|
|
2575
2575
|
)
|
|
2576
|
-
), UA = Oa.reducer,
|
|
2576
|
+
), UA = Oa.reducer, De = P((t) => t.uuid), Ks = {
|
|
2577
2577
|
instances: {}
|
|
2578
2578
|
}, Pa = I({
|
|
2579
2579
|
name: "issueTypeIdentifiers",
|
|
@@ -2583,15 +2583,15 @@ const f = (
|
|
|
2583
2583
|
(s) => Object.assign(s, Ks)
|
|
2584
2584
|
),
|
|
2585
2585
|
reducers: {
|
|
2586
|
-
initializeIssueTypeIdentifiers:
|
|
2587
|
-
addIssueTypeIdentifier:
|
|
2588
|
-
addIssueTypeIdentifiers:
|
|
2589
|
-
setIssueTypeIdentifier:
|
|
2590
|
-
setIssueTypeIdentifiers:
|
|
2591
|
-
updateIssueTypeIdentifier:
|
|
2592
|
-
updateIssueTypeIdentifiers:
|
|
2593
|
-
deleteIssueTypeIdentifier:
|
|
2594
|
-
deleteIssueTypeIdentifiers:
|
|
2586
|
+
initializeIssueTypeIdentifiers: De.initialize,
|
|
2587
|
+
addIssueTypeIdentifier: De.addOne,
|
|
2588
|
+
addIssueTypeIdentifiers: De.addMany,
|
|
2589
|
+
setIssueTypeIdentifier: De.setOne,
|
|
2590
|
+
setIssueTypeIdentifiers: De.setMany,
|
|
2591
|
+
updateIssueTypeIdentifier: De.updateOne,
|
|
2592
|
+
updateIssueTypeIdentifiers: De.updateMany,
|
|
2593
|
+
deleteIssueTypeIdentifier: De.deleteOne,
|
|
2594
|
+
deleteIssueTypeIdentifiers: De.deleteMany
|
|
2595
2595
|
}
|
|
2596
2596
|
}), {
|
|
2597
2597
|
initializeIssueTypeIdentifiers: LA,
|
|
@@ -2616,25 +2616,25 @@ const f = (
|
|
|
2616
2616
|
)
|
|
2617
2617
|
), Vb = f(
|
|
2618
2618
|
p([_a, (t, s) => s], (t, s) => A(t.filter((e) => e.issue_type === s)))
|
|
2619
|
-
), tS = Pa.reducer,
|
|
2619
|
+
), tS = Pa.reducer, je = P((t) => t.uuid), Ys = {
|
|
2620
2620
|
instances: {}
|
|
2621
2621
|
}, Ma = I({
|
|
2622
2622
|
name: "issueTypeIdentifierValues",
|
|
2623
2623
|
initialState: Ys,
|
|
2624
2624
|
extraReducers: (t) => t.addMatcher(
|
|
2625
|
-
_(O,
|
|
2625
|
+
_(O, D, M),
|
|
2626
2626
|
(s) => Object.assign(s, Ys)
|
|
2627
2627
|
),
|
|
2628
2628
|
reducers: {
|
|
2629
|
-
initializeIssueTypeIdentifierValues:
|
|
2630
|
-
addIssueTypeIdentifierValue:
|
|
2631
|
-
addIssueTypeIdentifierValues:
|
|
2632
|
-
setIssueTypeIdentifierValue:
|
|
2633
|
-
setIssueTypeIdentifierValues:
|
|
2634
|
-
updateIssueTypeIdentifierValue:
|
|
2635
|
-
updateIssueTypeIdentifierValues:
|
|
2636
|
-
deleteIssueTypeIdentifierValue:
|
|
2637
|
-
deleteIssueTypeIdentifierValues:
|
|
2629
|
+
initializeIssueTypeIdentifierValues: je.initialize,
|
|
2630
|
+
addIssueTypeIdentifierValue: je.addOne,
|
|
2631
|
+
addIssueTypeIdentifierValues: je.addMany,
|
|
2632
|
+
setIssueTypeIdentifierValue: je.setOne,
|
|
2633
|
+
setIssueTypeIdentifierValues: je.setMany,
|
|
2634
|
+
updateIssueTypeIdentifierValue: je.updateOne,
|
|
2635
|
+
updateIssueTypeIdentifierValues: je.updateMany,
|
|
2636
|
+
deleteIssueTypeIdentifierValue: je.deleteOne,
|
|
2637
|
+
deleteIssueTypeIdentifierValues: je.deleteMany
|
|
2638
2638
|
}
|
|
2639
2639
|
}), {
|
|
2640
2640
|
initializeIssueTypeIdentifierValues: sS,
|
|
@@ -2657,9 +2657,9 @@ const f = (
|
|
|
2657
2657
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
2658
2658
|
}
|
|
2659
2659
|
)
|
|
2660
|
-
), jb = f(
|
|
2661
|
-
p([Ct, (t, s) => s], (t, s) => A(t.filter((e) => e.issue === s)))
|
|
2662
2660
|
), Db = f(
|
|
2661
|
+
p([Ct, (t, s) => s], (t, s) => A(t.filter((e) => e.issue === s)))
|
|
2662
|
+
), jb = f(
|
|
2663
2663
|
p(
|
|
2664
2664
|
[Ct, (t, s) => s],
|
|
2665
2665
|
(t, s) => A(
|
|
@@ -2732,13 +2732,13 @@ const f = (
|
|
|
2732
2732
|
initializeIssueTypeStatuses: wS,
|
|
2733
2733
|
addIssueTypeStatus: RS,
|
|
2734
2734
|
addIssueTypeStatuses: ES,
|
|
2735
|
-
setIssueTypeStatus:
|
|
2736
|
-
setIssueTypeStatuses:
|
|
2735
|
+
setIssueTypeStatus: zS,
|
|
2736
|
+
setIssueTypeStatuses: vS,
|
|
2737
2737
|
updateIssueTypeStatus: BS,
|
|
2738
2738
|
updateIssueTypeStatuses: kS,
|
|
2739
2739
|
deleteIssueTypeStatus: qS,
|
|
2740
2740
|
deleteIssueTypeStatuses: VS
|
|
2741
|
-
} = Ra.actions,
|
|
2741
|
+
} = Ra.actions, DS = (t) => t.issueTypeStatusReducer.instances, Ea = p([DS], (t) => A(Object.values(t).toSorted(Ur))), za = (t) => (s) => s.issueTypeStatusReducer.instances[t], jS = f(
|
|
2742
2742
|
p([Ea, (t, s) => s], (t, s) => {
|
|
2743
2743
|
const e = new Set(s);
|
|
2744
2744
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
@@ -2749,11 +2749,11 @@ const f = (
|
|
|
2749
2749
|
(t) => t.uuid
|
|
2750
2750
|
), Xs = {
|
|
2751
2751
|
instances: {}
|
|
2752
|
-
},
|
|
2752
|
+
}, va = I({
|
|
2753
2753
|
name: "issueUpdates",
|
|
2754
2754
|
initialState: Xs,
|
|
2755
2755
|
extraReducers: (t) => t.addMatcher(
|
|
2756
|
-
_(O,
|
|
2756
|
+
_(O, D, M),
|
|
2757
2757
|
(s) => Object.assign(s, Xs)
|
|
2758
2758
|
),
|
|
2759
2759
|
reducers: {
|
|
@@ -2777,25 +2777,25 @@ const f = (
|
|
|
2777
2777
|
updateIssueUpdates: NS,
|
|
2778
2778
|
deleteIssueUpdate: qa,
|
|
2779
2779
|
deleteIssueUpdates: Va
|
|
2780
|
-
} =
|
|
2781
|
-
[
|
|
2780
|
+
} = va.actions, Da = (t) => t.issueUpdateReducer.instances, ja = p(
|
|
2781
|
+
[Da],
|
|
2782
2782
|
(t) => Object.values(t)
|
|
2783
2783
|
), HS = f(
|
|
2784
2784
|
p(
|
|
2785
|
-
[
|
|
2785
|
+
[Da, (t, s) => s],
|
|
2786
2786
|
(t, s) => t[s]
|
|
2787
2787
|
)
|
|
2788
2788
|
), GS = f(
|
|
2789
2789
|
p(
|
|
2790
|
-
[
|
|
2790
|
+
[ja, (t, s) => s],
|
|
2791
2791
|
(t, s) => {
|
|
2792
2792
|
const e = new Set(s);
|
|
2793
2793
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
2794
2794
|
}
|
|
2795
2795
|
)
|
|
2796
2796
|
), WS = f(
|
|
2797
|
-
p([
|
|
2798
|
-
), KS =
|
|
2797
|
+
p([ja, (t, s) => s], (t, s) => A(t.filter((e) => e.issue === s)))
|
|
2798
|
+
), KS = va.reducer, Ue = P((t) => t.id), Qs = {
|
|
2799
2799
|
instances: {},
|
|
2800
2800
|
currentUser: null
|
|
2801
2801
|
}, $a = I({
|
|
@@ -2937,7 +2937,7 @@ const f = (
|
|
|
2937
2937
|
const e = new Set(s);
|
|
2938
2938
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
2939
2939
|
})
|
|
2940
|
-
),
|
|
2940
|
+
), zT = Na.reducer, vT = (t, s, e) => {
|
|
2941
2941
|
const n = t.uuid ? t : { ...t, uuid: Xe() };
|
|
2942
2942
|
return {
|
|
2943
2943
|
payload: n,
|
|
@@ -2969,7 +2969,7 @@ const f = (
|
|
|
2969
2969
|
prepare: (t) => {
|
|
2970
2970
|
console.debug("Preparing to enqueue request", t.url);
|
|
2971
2971
|
const { BASE_URL: s, serviceName: e, ...n } = t;
|
|
2972
|
-
return
|
|
2972
|
+
return vT(n, s, e);
|
|
2973
2973
|
}
|
|
2974
2974
|
},
|
|
2975
2975
|
markForDeletion(t, s) {
|
|
@@ -3006,8 +3006,8 @@ const f = (
|
|
|
3006
3006
|
deleteProjectAccesses: He.deleteMany
|
|
3007
3007
|
}
|
|
3008
3008
|
}), {
|
|
3009
|
-
initializeProjectAccesses:
|
|
3010
|
-
addProjectAccess:
|
|
3009
|
+
initializeProjectAccesses: DT,
|
|
3010
|
+
addProjectAccess: jT,
|
|
3011
3011
|
addProjectAccesses: $T,
|
|
3012
3012
|
setProjectAccess: xT,
|
|
3013
3013
|
setProjectAccesses: CT,
|
|
@@ -3088,14 +3088,12 @@ const f = (
|
|
|
3088
3088
|
), cO = Ka.reducer, We = P(
|
|
3089
3089
|
(t) => t.uuid
|
|
3090
3090
|
), rn = {
|
|
3091
|
-
instances: {}
|
|
3092
|
-
activeProjectFileId: null,
|
|
3093
|
-
isImportingProjectFile: !1
|
|
3091
|
+
instances: {}
|
|
3094
3092
|
}, Za = I({
|
|
3095
3093
|
name: "projectFiles",
|
|
3096
3094
|
initialState: rn,
|
|
3097
3095
|
extraReducers: (t) => t.addMatcher(
|
|
3098
|
-
_(O,
|
|
3096
|
+
_(O, D, M),
|
|
3099
3097
|
(s) => Object.assign(s, rn)
|
|
3100
3098
|
),
|
|
3101
3099
|
reducers: {
|
|
@@ -3107,25 +3105,7 @@ const f = (
|
|
|
3107
3105
|
updateProjectFile: We.updateOne,
|
|
3108
3106
|
updateProjectFiles: We.updateMany,
|
|
3109
3107
|
deleteProjectFile: We.deleteOne,
|
|
3110
|
-
deleteProjectFiles: We.deleteMany
|
|
3111
|
-
// TODO: move following to /web
|
|
3112
|
-
setIsImportingProjectFile: (t, s) => {
|
|
3113
|
-
t.isImportingProjectFile = s.payload;
|
|
3114
|
-
},
|
|
3115
|
-
saveActiveProjectFileBounds: (t, s) => {
|
|
3116
|
-
const e = t.activeProjectFileId;
|
|
3117
|
-
if (!e)
|
|
3118
|
-
throw new Error("Tried to save bounds for active project file, but no active project file was set.");
|
|
3119
|
-
if (!t.instances[e])
|
|
3120
|
-
throw new Error(
|
|
3121
|
-
`Tried to save bounds for active project file, but project file with ID ${e}
|
|
3122
|
-
doesn't exist.`
|
|
3123
|
-
);
|
|
3124
|
-
t.instances[e].bounds = s.payload;
|
|
3125
|
-
},
|
|
3126
|
-
setActiveProjectFileId: (t, s) => {
|
|
3127
|
-
t.activeProjectFileId = s.payload;
|
|
3128
|
-
}
|
|
3108
|
+
deleteProjectFiles: We.deleteMany
|
|
3129
3109
|
}
|
|
3130
3110
|
}), {
|
|
3131
3111
|
initializeProjectFiles: dO,
|
|
@@ -3136,17 +3116,13 @@ const f = (
|
|
|
3136
3116
|
updateProjectFile: pO,
|
|
3137
3117
|
updateProjectFiles: mO,
|
|
3138
3118
|
deleteProjectFile: yO,
|
|
3139
|
-
deleteProjectFiles: fO
|
|
3140
|
-
// TODO: move following to /web
|
|
3141
|
-
setIsImportingProjectFile: Xb,
|
|
3142
|
-
setActiveProjectFileId: Qb,
|
|
3143
|
-
saveActiveProjectFileBounds: eP
|
|
3119
|
+
deleteProjectFiles: fO
|
|
3144
3120
|
} = Za.actions, AO = (t) => t.projectFileReducer.instances, SO = p([AO], (t) => A(Object.values(t).sort((s, e) => s.z_index - e.z_index))), TO = (t) => (s) => s.projectFileReducer.instances[t], OO = f(
|
|
3145
3121
|
p([SO, (t, s) => s], (t, s) => {
|
|
3146
3122
|
const e = new Set(s);
|
|
3147
3123
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
3148
3124
|
})
|
|
3149
|
-
),
|
|
3125
|
+
), IO = Za.reducer, Ke = P((t) => t.uuid), cn = {
|
|
3150
3126
|
instances: {}
|
|
3151
3127
|
}, Ja = I({
|
|
3152
3128
|
name: "projects",
|
|
@@ -3176,17 +3152,17 @@ const f = (
|
|
|
3176
3152
|
updateProject: wO,
|
|
3177
3153
|
deleteProject: RO,
|
|
3178
3154
|
deleteProjects: EO
|
|
3179
|
-
} = Ja.actions,
|
|
3155
|
+
} = Ja.actions, zO = Ja.reducer, vO = (t) => t.projectReducer.instances, Ht = p([vO], (t) => Object.values(t)), BO = (t) => (s) => s.projectReducer.instances[t], kO = f(
|
|
3180
3156
|
p([Ht, (t, s) => s], (t, s) => {
|
|
3181
3157
|
const e = new Set(s);
|
|
3182
3158
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
3183
3159
|
})
|
|
3184
|
-
),
|
|
3160
|
+
), Xb = f(
|
|
3185
3161
|
p([Ht, At, (t, s) => s], (t, s, e) => {
|
|
3186
3162
|
const n = new Set(s.filter((i) => i.user === e).map((i) => i.project));
|
|
3187
3163
|
return A(t.filter((i) => n.has(i.uuid)));
|
|
3188
3164
|
})
|
|
3189
|
-
),
|
|
3165
|
+
), Qb = f(
|
|
3190
3166
|
p([Ht, (t, s) => s], (t, s) => A(t.filter((e) => e.organization === s)))
|
|
3191
3167
|
), qO = {
|
|
3192
3168
|
isRehydrated: !1
|
|
@@ -3199,7 +3175,7 @@ const f = (
|
|
|
3199
3175
|
t.isRehydrated = s.payload;
|
|
3200
3176
|
}
|
|
3201
3177
|
}
|
|
3202
|
-
}), { setRehydrated:
|
|
3178
|
+
}), { setRehydrated: eP } = Xa.actions, tP = (t) => t.rehydratedReducer.isRehydrated, VO = Xa.reducer, Ye = P(
|
|
3203
3179
|
(t) => t.uuid
|
|
3204
3180
|
), dn = {
|
|
3205
3181
|
instances: {}
|
|
@@ -3222,8 +3198,8 @@ const f = (
|
|
|
3222
3198
|
deleteTeamMemberships: Ye.deleteMany
|
|
3223
3199
|
}
|
|
3224
3200
|
}), {
|
|
3225
|
-
initializeTeamMemberships:
|
|
3226
|
-
addTeamMembership:
|
|
3201
|
+
initializeTeamMemberships: DO,
|
|
3202
|
+
addTeamMembership: jO,
|
|
3227
3203
|
addTeamMemberships: $O,
|
|
3228
3204
|
setTeamMembership: xO,
|
|
3229
3205
|
setTeamMemberships: CO,
|
|
@@ -3239,14 +3215,14 @@ const f = (
|
|
|
3239
3215
|
const e = new Set(s);
|
|
3240
3216
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
3241
3217
|
})
|
|
3242
|
-
),
|
|
3218
|
+
), sP = f(
|
|
3243
3219
|
p([Gt, (t, s) => s], (t, s) => {
|
|
3244
3220
|
const e = {};
|
|
3245
3221
|
for (const n of t.filter((i) => i.team === s))
|
|
3246
3222
|
e[n.user] = n;
|
|
3247
3223
|
return e;
|
|
3248
3224
|
})
|
|
3249
|
-
),
|
|
3225
|
+
), nP = f(
|
|
3250
3226
|
p(
|
|
3251
3227
|
[Ut, Gt, (t, s) => s],
|
|
3252
3228
|
(t, s, e) => {
|
|
@@ -3289,7 +3265,7 @@ const f = (
|
|
|
3289
3265
|
const e = new Set(s);
|
|
3290
3266
|
return A(t.filter(({ uuid: n }) => e.has(n)));
|
|
3291
3267
|
})
|
|
3292
|
-
),
|
|
3268
|
+
), iP = f(
|
|
3293
3269
|
p([tr, (t, s) => s], (t, s) => A(t.filter((e) => e.organization === s)))
|
|
3294
3270
|
), dI = er.reducer, oI = {
|
|
3295
3271
|
version: 0
|
|
@@ -3299,9 +3275,9 @@ const f = (
|
|
|
3299
3275
|
reducers: {}
|
|
3300
3276
|
}), lI = uI.reducer, sr = {
|
|
3301
3277
|
outboxReducer: VT,
|
|
3302
|
-
fileReducer:
|
|
3278
|
+
fileReducer: zp,
|
|
3303
3279
|
authReducer: Nh
|
|
3304
|
-
},
|
|
3280
|
+
}, aP = pn(sr), hI = {
|
|
3305
3281
|
...sr,
|
|
3306
3282
|
[pt]: lI,
|
|
3307
3283
|
assetReducer: ou,
|
|
@@ -3310,12 +3286,12 @@ const f = (
|
|
|
3310
3286
|
assetStageReducer: Bu,
|
|
3311
3287
|
assetTypeReducer: Rh,
|
|
3312
3288
|
assetTypeAttachmentReducer: Wu,
|
|
3313
|
-
issueReducer:
|
|
3289
|
+
issueReducer: vf,
|
|
3314
3290
|
issueAttachmentReducer: Ky,
|
|
3315
3291
|
issueTypeReducer: FS,
|
|
3316
3292
|
issueTypeAttachmentReducer: Hf,
|
|
3317
|
-
organizationReducer:
|
|
3318
|
-
projectReducer:
|
|
3293
|
+
organizationReducer: zT,
|
|
3294
|
+
projectReducer: zO,
|
|
3319
3295
|
projectAttachmentReducer: cO,
|
|
3320
3296
|
projectAccessReducer: GT,
|
|
3321
3297
|
organizationAccessReducer: mT,
|
|
@@ -3349,11 +3325,11 @@ const f = (
|
|
|
3349
3325
|
assetTypeFieldsReducer: Tl,
|
|
3350
3326
|
assetTypeFieldValuesReducer: Nl,
|
|
3351
3327
|
assetTypeFieldsAttachmentReducer: rl,
|
|
3352
|
-
assetTypeFieldValuesAttachmentReducer:
|
|
3328
|
+
assetTypeFieldValuesAttachmentReducer: zl,
|
|
3353
3329
|
assetTypeIdentifierReducer: nh,
|
|
3354
3330
|
assetTypeIdentifierValueReducer: fh,
|
|
3355
3331
|
assetTypeStatusReducer: Uh,
|
|
3356
|
-
assetProcedureTypeReducer:
|
|
3332
|
+
assetProcedureTypeReducer: jd,
|
|
3357
3333
|
assetProcedureReducer: Pd,
|
|
3358
3334
|
assetProcedureTypeFieldsReducer: Uc,
|
|
3359
3335
|
assetProcedureTypeFieldValuesReducer: pd,
|
|
@@ -3363,10 +3339,10 @@ const f = (
|
|
|
3363
3339
|
assetProcedureStepFieldsAttachmentReducer: eo,
|
|
3364
3340
|
assetProcedureStepFieldsReducer: po,
|
|
3365
3341
|
assetProcedureStepFieldValuesAttachmentReducer: _o,
|
|
3366
|
-
assetProcedureStepFieldValuesReducer:
|
|
3342
|
+
assetProcedureStepFieldValuesReducer: jo,
|
|
3367
3343
|
assetProcedureStepReducer: Ko,
|
|
3368
3344
|
teamMembershipReducer: GO
|
|
3369
|
-
},
|
|
3345
|
+
}, rP = pn(hI), pI = 1e4, mI = 200, nr = [400, 409, 403, 404, 405, 500], Qe = 1e4, ir = {};
|
|
3370
3346
|
class ar {
|
|
3371
3347
|
constructor(s) {
|
|
3372
3348
|
h(this, "client");
|
|
@@ -3431,7 +3407,7 @@ const gI = {
|
|
|
3431
3407
|
// Bad typing, undefined is actually fine, and the action is a FullOfflineAction, not just an OfflineAction.
|
|
3432
3408
|
peek: (...t) => MI(...t)
|
|
3433
3409
|
}
|
|
3434
|
-
}, bI = Or(AI, pt),
|
|
3410
|
+
}, bI = Or(AI, pt), cP = yr(Sr(gI), bI);
|
|
3435
3411
|
async function PI(t, s, e) {
|
|
3436
3412
|
if (s.store.getState().outboxReducer.deletedRequests.includes(t.payload.uuid))
|
|
3437
3413
|
throw new Error("Request was marked for deletion");
|
|
@@ -3544,7 +3520,7 @@ function EI(t) {
|
|
|
3544
3520
|
if (e.response && s(e.response.response)) return e.response.response;
|
|
3545
3521
|
}
|
|
3546
3522
|
}
|
|
3547
|
-
class
|
|
3523
|
+
class zI extends ar {
|
|
3548
3524
|
constructor(s) {
|
|
3549
3525
|
super(s);
|
|
3550
3526
|
}
|
|
@@ -3556,7 +3532,7 @@ class rt extends ar {
|
|
|
3556
3532
|
this.auth = n;
|
|
3557
3533
|
}
|
|
3558
3534
|
}
|
|
3559
|
-
class
|
|
3535
|
+
class dP extends rt {
|
|
3560
3536
|
async startConversation(s, e) {
|
|
3561
3537
|
return this.enqueueRequest({
|
|
3562
3538
|
description: "Start agent conversation",
|
|
@@ -3650,7 +3626,7 @@ function S(t, s, e) {
|
|
|
3650
3626
|
return `Delete ${n}`;
|
|
3651
3627
|
}
|
|
3652
3628
|
}
|
|
3653
|
-
class
|
|
3629
|
+
class v extends rt {
|
|
3654
3630
|
async get(s, e) {
|
|
3655
3631
|
return this.performRequest(
|
|
3656
3632
|
{
|
|
@@ -3677,7 +3653,7 @@ class z extends rt {
|
|
|
3677
3653
|
);
|
|
3678
3654
|
}
|
|
3679
3655
|
}
|
|
3680
|
-
class
|
|
3656
|
+
class j extends v {
|
|
3681
3657
|
constructor() {
|
|
3682
3658
|
super(...arguments);
|
|
3683
3659
|
h(this, "pageSize", mI);
|
|
@@ -3813,7 +3789,7 @@ class D extends z {
|
|
|
3813
3789
|
}), c;
|
|
3814
3790
|
}
|
|
3815
3791
|
}
|
|
3816
|
-
class
|
|
3792
|
+
class oP extends j {
|
|
3817
3793
|
constructor() {
|
|
3818
3794
|
super(...arguments);
|
|
3819
3795
|
h(this, "name", "Asset attachment");
|
|
@@ -3871,7 +3847,7 @@ class mP extends D {
|
|
|
3871
3847
|
return this.dispatch(i(r)), r;
|
|
3872
3848
|
}
|
|
3873
3849
|
}
|
|
3874
|
-
class
|
|
3850
|
+
class uP extends j {
|
|
3875
3851
|
constructor() {
|
|
3876
3852
|
super(...arguments);
|
|
3877
3853
|
h(this, "name", "Asset Procedure Attachment");
|
|
@@ -3933,7 +3909,7 @@ class yP extends D {
|
|
|
3933
3909
|
return this.dispatch(i(a)), a;
|
|
3934
3910
|
}
|
|
3935
3911
|
}
|
|
3936
|
-
class
|
|
3912
|
+
class lP extends j {
|
|
3937
3913
|
constructor() {
|
|
3938
3914
|
super(...arguments);
|
|
3939
3915
|
h(this, "name", "Asset Procedure Type Fields Attachment");
|
|
@@ -3950,8 +3926,8 @@ class fP extends D {
|
|
|
3950
3926
|
initialize: Oc
|
|
3951
3927
|
});
|
|
3952
3928
|
h(this, "selectors", {
|
|
3953
|
-
selectById:
|
|
3954
|
-
selectByIds:
|
|
3929
|
+
selectById: zc,
|
|
3930
|
+
selectByIds: vc
|
|
3955
3931
|
});
|
|
3956
3932
|
}
|
|
3957
3933
|
getId(e) {
|
|
@@ -3992,7 +3968,7 @@ class fP extends D {
|
|
|
3992
3968
|
return this.dispatch(i(a)), a;
|
|
3993
3969
|
}
|
|
3994
3970
|
}
|
|
3995
|
-
class
|
|
3971
|
+
class hP extends v {
|
|
3996
3972
|
constructor() {
|
|
3997
3973
|
super(...arguments);
|
|
3998
3974
|
h(this, "name", "Asset Procedure Type Fields");
|
|
@@ -4001,8 +3977,8 @@ class AP extends z {
|
|
|
4001
3977
|
addOne: kc,
|
|
4002
3978
|
addMany: qc,
|
|
4003
3979
|
setOne: Vc,
|
|
4004
|
-
setMany:
|
|
4005
|
-
updateOne:
|
|
3980
|
+
setMany: Dc,
|
|
3981
|
+
updateOne: jc,
|
|
4006
3982
|
updateMany: $c,
|
|
4007
3983
|
deleteOne: xc,
|
|
4008
3984
|
deleteMany: Cc,
|
|
@@ -4025,7 +4001,7 @@ class AP extends z {
|
|
|
4025
4001
|
description: S(l.POST, this.name, !1),
|
|
4026
4002
|
method: l.POST,
|
|
4027
4003
|
url: `${this.url}/`,
|
|
4028
|
-
payload:
|
|
4004
|
+
payload: z(d),
|
|
4029
4005
|
blockers: [d.asset_procedure_type],
|
|
4030
4006
|
blocks: [d.uuid]
|
|
4031
4007
|
});
|
|
@@ -4047,14 +4023,14 @@ class AP extends z {
|
|
|
4047
4023
|
return this.dispatch(i(a)), a;
|
|
4048
4024
|
}
|
|
4049
4025
|
}
|
|
4050
|
-
class
|
|
4026
|
+
class pP extends j {
|
|
4051
4027
|
constructor() {
|
|
4052
4028
|
super(...arguments);
|
|
4053
4029
|
h(this, "name", "Asset Procedure Type Field Values Attachment");
|
|
4054
4030
|
h(this, "url", "/asset-procedure-type-field-values-attachments");
|
|
4055
4031
|
h(this, "actions", {
|
|
4056
4032
|
addOne: Wc,
|
|
4057
|
-
addMany:
|
|
4033
|
+
addMany: vn,
|
|
4058
4034
|
setOne: Kc,
|
|
4059
4035
|
setMany: Yc,
|
|
4060
4036
|
updateOne: Zc,
|
|
@@ -4123,7 +4099,7 @@ class SP extends D {
|
|
|
4123
4099
|
return this.dispatch(i(r)), r;
|
|
4124
4100
|
}
|
|
4125
4101
|
}
|
|
4126
|
-
class
|
|
4102
|
+
class mP extends v {
|
|
4127
4103
|
constructor() {
|
|
4128
4104
|
super(...arguments);
|
|
4129
4105
|
h(this, "name", "Asset Procedure Type Field Values");
|
|
@@ -4154,7 +4130,7 @@ class TP extends z {
|
|
|
4154
4130
|
description: S(l.POST, this.name, !1),
|
|
4155
4131
|
method: l.POST,
|
|
4156
4132
|
url: `${this.url}/`,
|
|
4157
|
-
payload:
|
|
4133
|
+
payload: z(u),
|
|
4158
4134
|
blockers: [e.asset, e.fields_revision, e.asset_procedure],
|
|
4159
4135
|
blocks: [u.uuid]
|
|
4160
4136
|
});
|
|
@@ -4252,7 +4228,7 @@ class TP extends z {
|
|
|
4252
4228
|
blocks: []
|
|
4253
4229
|
});
|
|
4254
4230
|
} catch (u) {
|
|
4255
|
-
throw this.dispatch(a(c)), this.dispatch(
|
|
4231
|
+
throw this.dispatch(a(c)), this.dispatch(vn(d)), u;
|
|
4256
4232
|
}
|
|
4257
4233
|
}
|
|
4258
4234
|
async refreshStore(e, n) {
|
|
@@ -4268,20 +4244,20 @@ class TP extends z {
|
|
|
4268
4244
|
return this.dispatch(i(r)), r;
|
|
4269
4245
|
}
|
|
4270
4246
|
}
|
|
4271
|
-
class
|
|
4247
|
+
class yP extends v {
|
|
4272
4248
|
constructor() {
|
|
4273
4249
|
super(...arguments);
|
|
4274
4250
|
h(this, "name", "Asset Procedure");
|
|
4275
4251
|
h(this, "url", "/asset-procedures");
|
|
4276
4252
|
h(this, "actions", {
|
|
4277
4253
|
addOne: Sd,
|
|
4278
|
-
addMany:
|
|
4254
|
+
addMany: Dn,
|
|
4279
4255
|
setOne: gd,
|
|
4280
4256
|
setMany: bd,
|
|
4281
4257
|
updateOne: Td,
|
|
4282
4258
|
updateMany: Od,
|
|
4283
4259
|
deleteOne: Id,
|
|
4284
|
-
deleteMany:
|
|
4260
|
+
deleteMany: jn,
|
|
4285
4261
|
initialize: Ad
|
|
4286
4262
|
});
|
|
4287
4263
|
h(this, "selectors", {
|
|
@@ -4301,7 +4277,7 @@ class OP extends z {
|
|
|
4301
4277
|
description: S(l.POST, this.name, !1),
|
|
4302
4278
|
method: l.POST,
|
|
4303
4279
|
url: `${this.url}/`,
|
|
4304
|
-
payload:
|
|
4280
|
+
payload: z(d),
|
|
4305
4281
|
blockers: [e.asset_procedure_type, e.asset_type],
|
|
4306
4282
|
blocks: [d.uuid]
|
|
4307
4283
|
});
|
|
@@ -4363,17 +4339,17 @@ class OP extends z {
|
|
|
4363
4339
|
return this.dispatch(i(r)), r;
|
|
4364
4340
|
}
|
|
4365
4341
|
}
|
|
4366
|
-
class
|
|
4342
|
+
class fP extends v {
|
|
4367
4343
|
constructor() {
|
|
4368
4344
|
super(...arguments);
|
|
4369
4345
|
h(this, "name", "Asset Procedure Type");
|
|
4370
4346
|
h(this, "url", "/asset-procedure-types");
|
|
4371
4347
|
h(this, "actions", {
|
|
4372
4348
|
addOne: Ed,
|
|
4373
|
-
addMany:
|
|
4349
|
+
addMany: zd,
|
|
4374
4350
|
setOne: Vd,
|
|
4375
|
-
setMany:
|
|
4376
|
-
updateOne:
|
|
4351
|
+
setMany: Dd,
|
|
4352
|
+
updateOne: vd,
|
|
4377
4353
|
updateMany: Bd,
|
|
4378
4354
|
deleteOne: kd,
|
|
4379
4355
|
deleteMany: qd,
|
|
@@ -4396,7 +4372,7 @@ class IP extends z {
|
|
|
4396
4372
|
description: S(l.POST, this.name, !1),
|
|
4397
4373
|
method: l.POST,
|
|
4398
4374
|
url: `${this.url}/`,
|
|
4399
|
-
payload:
|
|
4375
|
+
payload: z(d),
|
|
4400
4376
|
blockers: [],
|
|
4401
4377
|
blocks: [d.uuid]
|
|
4402
4378
|
});
|
|
@@ -4434,7 +4410,7 @@ class IP extends z {
|
|
|
4434
4410
|
if (!c)
|
|
4435
4411
|
throw new Error(`Expected asset procedure type with uuid ${e} to exist`);
|
|
4436
4412
|
const d = Md(e)(o);
|
|
4437
|
-
this.dispatch(i(e)), this.dispatch(
|
|
4413
|
+
this.dispatch(i(e)), this.dispatch(jn(k(d)));
|
|
4438
4414
|
try {
|
|
4439
4415
|
return await this.enqueueRequest({
|
|
4440
4416
|
description: S(l.DELETE, this.name, !1),
|
|
@@ -4444,7 +4420,7 @@ class IP extends z {
|
|
|
4444
4420
|
blocks: []
|
|
4445
4421
|
});
|
|
4446
4422
|
} catch (u) {
|
|
4447
|
-
throw this.dispatch(a(c)), this.dispatch(
|
|
4423
|
+
throw this.dispatch(a(c)), this.dispatch(Dn(d)), u;
|
|
4448
4424
|
}
|
|
4449
4425
|
}
|
|
4450
4426
|
async refreshStore(e, n) {
|
|
@@ -4459,7 +4435,7 @@ class IP extends z {
|
|
|
4459
4435
|
return this.dispatch(i(a)), a;
|
|
4460
4436
|
}
|
|
4461
4437
|
}
|
|
4462
|
-
class
|
|
4438
|
+
class AP extends j {
|
|
4463
4439
|
constructor() {
|
|
4464
4440
|
super(...arguments);
|
|
4465
4441
|
h(this, "name", "Asset Procedure Step Fields Attachment");
|
|
@@ -4518,7 +4494,7 @@ class gP extends D {
|
|
|
4518
4494
|
return this.dispatch(i(a)), a;
|
|
4519
4495
|
}
|
|
4520
4496
|
}
|
|
4521
|
-
class
|
|
4497
|
+
class SP extends v {
|
|
4522
4498
|
constructor() {
|
|
4523
4499
|
super(...arguments);
|
|
4524
4500
|
h(this, "name", "Asset Procedure Step Fields");
|
|
@@ -4551,7 +4527,7 @@ class bP extends z {
|
|
|
4551
4527
|
description: S(l.POST, this.name, !1),
|
|
4552
4528
|
method: l.POST,
|
|
4553
4529
|
url: `${this.url}/`,
|
|
4554
|
-
payload:
|
|
4530
|
+
payload: z(d),
|
|
4555
4531
|
blockers: [d.asset_procedure_step],
|
|
4556
4532
|
blocks: [d.uuid]
|
|
4557
4533
|
});
|
|
@@ -4613,7 +4589,7 @@ class bP extends z {
|
|
|
4613
4589
|
return this.dispatch(i(a)), a;
|
|
4614
4590
|
}
|
|
4615
4591
|
}
|
|
4616
|
-
class
|
|
4592
|
+
class TP extends j {
|
|
4617
4593
|
constructor() {
|
|
4618
4594
|
super(...arguments);
|
|
4619
4595
|
h(this, "name", "Asset Procedure Step Field Values Attachment");
|
|
@@ -4689,7 +4665,7 @@ class PP extends D {
|
|
|
4689
4665
|
return this.dispatch(i(r)), r;
|
|
4690
4666
|
}
|
|
4691
4667
|
}
|
|
4692
|
-
class
|
|
4668
|
+
class OP extends v {
|
|
4693
4669
|
constructor() {
|
|
4694
4670
|
super(...arguments);
|
|
4695
4671
|
h(this, "name", "Asset Procedure Step Field Values");
|
|
@@ -4699,15 +4675,15 @@ class _P extends z {
|
|
|
4699
4675
|
addMany: wo,
|
|
4700
4676
|
setOne: Ro,
|
|
4701
4677
|
setMany: Eo,
|
|
4702
|
-
updateOne:
|
|
4703
|
-
updateMany:
|
|
4678
|
+
updateOne: zo,
|
|
4679
|
+
updateMany: vo,
|
|
4704
4680
|
deleteOne: Bo,
|
|
4705
4681
|
deleteMany: ko,
|
|
4706
4682
|
initialize: Mo
|
|
4707
4683
|
});
|
|
4708
4684
|
h(this, "selectors", {
|
|
4709
4685
|
selectById: Vo,
|
|
4710
|
-
selectByIds:
|
|
4686
|
+
selectByIds: Do
|
|
4711
4687
|
});
|
|
4712
4688
|
}
|
|
4713
4689
|
add(e) {
|
|
@@ -4720,7 +4696,7 @@ class _P extends z {
|
|
|
4720
4696
|
description: S(l.POST, this.name, !1),
|
|
4721
4697
|
method: l.POST,
|
|
4722
4698
|
url: `${this.url}/`,
|
|
4723
|
-
payload:
|
|
4699
|
+
payload: z(u),
|
|
4724
4700
|
blockers: [e.asset, e.fields_revision, e.asset_procedure],
|
|
4725
4701
|
blocks: [u.uuid]
|
|
4726
4702
|
});
|
|
@@ -4837,7 +4813,7 @@ class _P extends z {
|
|
|
4837
4813
|
return this.dispatch(i(r)), r;
|
|
4838
4814
|
}
|
|
4839
4815
|
}
|
|
4840
|
-
class
|
|
4816
|
+
class IP extends v {
|
|
4841
4817
|
constructor() {
|
|
4842
4818
|
super(...arguments);
|
|
4843
4819
|
h(this, "name", "Asset Procedure Step");
|
|
@@ -4870,7 +4846,7 @@ class MP extends z {
|
|
|
4870
4846
|
description: S(l.POST, this.name, !1),
|
|
4871
4847
|
method: l.POST,
|
|
4872
4848
|
url: `${this.url}/`,
|
|
4873
|
-
payload:
|
|
4849
|
+
payload: z(d),
|
|
4874
4850
|
blockers: [d.asset_procedure_type],
|
|
4875
4851
|
blocks: [d.uuid]
|
|
4876
4852
|
});
|
|
@@ -4936,7 +4912,7 @@ class MP extends z {
|
|
|
4936
4912
|
return this.dispatch(i(a)), a;
|
|
4937
4913
|
}
|
|
4938
4914
|
}
|
|
4939
|
-
class
|
|
4915
|
+
class gP extends v {
|
|
4940
4916
|
constructor() {
|
|
4941
4917
|
super(...arguments);
|
|
4942
4918
|
h(this, "url", "/assets");
|
|
@@ -4969,7 +4945,7 @@ class FP extends z {
|
|
|
4969
4945
|
description: S(l.POST, this.name, !1),
|
|
4970
4946
|
method: l.POST,
|
|
4971
4947
|
url: `${this.url}/`,
|
|
4972
|
-
payload:
|
|
4948
|
+
payload: z(d),
|
|
4973
4949
|
blockers: [d.asset_type],
|
|
4974
4950
|
blocks: [d.uuid]
|
|
4975
4951
|
});
|
|
@@ -5116,7 +5092,7 @@ class FP extends z {
|
|
|
5116
5092
|
return this.dispatch(i(r)), r;
|
|
5117
5093
|
}
|
|
5118
5094
|
}
|
|
5119
|
-
class
|
|
5095
|
+
class bP extends v {
|
|
5120
5096
|
constructor() {
|
|
5121
5097
|
super(...arguments);
|
|
5122
5098
|
h(this, "name", "Asset Stage Completion");
|
|
@@ -5149,7 +5125,7 @@ class wP extends z {
|
|
|
5149
5125
|
description: S(l.POST, this.name, !1),
|
|
5150
5126
|
method: l.POST,
|
|
5151
5127
|
url: `${this.url}/`,
|
|
5152
|
-
payload:
|
|
5128
|
+
payload: z(d),
|
|
5153
5129
|
blockers: [e.asset, e.asset_stage],
|
|
5154
5130
|
blocks: [d.uuid]
|
|
5155
5131
|
});
|
|
@@ -5233,7 +5209,7 @@ class wP extends z {
|
|
|
5233
5209
|
return this.dispatch(i(r)), r;
|
|
5234
5210
|
}
|
|
5235
5211
|
}
|
|
5236
|
-
class
|
|
5212
|
+
class PP extends v {
|
|
5237
5213
|
constructor() {
|
|
5238
5214
|
super(...arguments);
|
|
5239
5215
|
h(this, "name", "Asset Stage");
|
|
@@ -5245,8 +5221,8 @@ class RP extends z {
|
|
|
5245
5221
|
setMany: Mu,
|
|
5246
5222
|
updateOne: Ru,
|
|
5247
5223
|
updateMany: Eu,
|
|
5248
|
-
deleteOne:
|
|
5249
|
-
deleteMany:
|
|
5224
|
+
deleteOne: zu,
|
|
5225
|
+
deleteMany: vu,
|
|
5250
5226
|
initialize: Pu
|
|
5251
5227
|
});
|
|
5252
5228
|
h(this, "selectors", {
|
|
@@ -5266,7 +5242,7 @@ class RP extends z {
|
|
|
5266
5242
|
description: S(l.POST, this.name, !1),
|
|
5267
5243
|
method: l.POST,
|
|
5268
5244
|
url: `${this.url}/`,
|
|
5269
|
-
payload:
|
|
5245
|
+
payload: z(d),
|
|
5270
5246
|
blockers: [d.asset_procedure_type],
|
|
5271
5247
|
blocks: [d.uuid]
|
|
5272
5248
|
});
|
|
@@ -5326,15 +5302,15 @@ class RP extends z {
|
|
|
5326
5302
|
return this.dispatch(i(a)), a;
|
|
5327
5303
|
}
|
|
5328
5304
|
}
|
|
5329
|
-
class
|
|
5305
|
+
class _P extends j {
|
|
5330
5306
|
constructor() {
|
|
5331
5307
|
super(...arguments);
|
|
5332
5308
|
h(this, "name", "Asset Type Attachment");
|
|
5333
5309
|
h(this, "url", "/asset-type-attachments");
|
|
5334
5310
|
h(this, "actions", {
|
|
5335
|
-
addOne:
|
|
5311
|
+
addOne: Du,
|
|
5336
5312
|
addMany: ri,
|
|
5337
|
-
setOne:
|
|
5313
|
+
setOne: ju,
|
|
5338
5314
|
setMany: $u,
|
|
5339
5315
|
updateOne: xu,
|
|
5340
5316
|
updateMany: Cu,
|
|
@@ -5383,7 +5359,7 @@ class EP extends D {
|
|
|
5383
5359
|
return this.dispatch(i(a)), a;
|
|
5384
5360
|
}
|
|
5385
5361
|
}
|
|
5386
|
-
class
|
|
5362
|
+
class MP extends j {
|
|
5387
5363
|
constructor() {
|
|
5388
5364
|
super(...arguments);
|
|
5389
5365
|
h(this, "name", "Asset Type Fields Attachment");
|
|
@@ -5442,7 +5418,7 @@ class vP extends D {
|
|
|
5442
5418
|
return this.dispatch(i(a)), a;
|
|
5443
5419
|
}
|
|
5444
5420
|
}
|
|
5445
|
-
class
|
|
5421
|
+
class FP extends v {
|
|
5446
5422
|
constructor() {
|
|
5447
5423
|
super(...arguments);
|
|
5448
5424
|
h(this, "name", "Asset Type Fields");
|
|
@@ -5475,7 +5451,7 @@ class zP extends z {
|
|
|
5475
5451
|
description: S(l.POST, this.name, !1),
|
|
5476
5452
|
method: l.POST,
|
|
5477
5453
|
url: `${this.url}/`,
|
|
5478
|
-
payload:
|
|
5454
|
+
payload: z(d),
|
|
5479
5455
|
blockers: [d.asset_type],
|
|
5480
5456
|
blocks: [d.uuid]
|
|
5481
5457
|
});
|
|
@@ -5497,7 +5473,7 @@ class zP extends z {
|
|
|
5497
5473
|
return this.dispatch(i(a)), a;
|
|
5498
5474
|
}
|
|
5499
5475
|
}
|
|
5500
|
-
class
|
|
5476
|
+
class wP extends j {
|
|
5501
5477
|
constructor() {
|
|
5502
5478
|
super(...arguments);
|
|
5503
5479
|
h(this, "name", "Asset Type Field Values Attachment");
|
|
@@ -5573,7 +5549,7 @@ class BP extends D {
|
|
|
5573
5549
|
return this.dispatch(i(r)), r;
|
|
5574
5550
|
}
|
|
5575
5551
|
}
|
|
5576
|
-
class
|
|
5552
|
+
class RP extends v {
|
|
5577
5553
|
constructor() {
|
|
5578
5554
|
super(...arguments);
|
|
5579
5555
|
h(this, "name", "Asset Type Field Values");
|
|
@@ -5583,11 +5559,11 @@ class kP extends z {
|
|
|
5583
5559
|
addMany: kl,
|
|
5584
5560
|
setOne: ql,
|
|
5585
5561
|
setMany: Vl,
|
|
5586
|
-
updateOne:
|
|
5587
|
-
updateMany:
|
|
5562
|
+
updateOne: Dl,
|
|
5563
|
+
updateMany: jl,
|
|
5588
5564
|
deleteOne: $l,
|
|
5589
5565
|
deleteMany: xl,
|
|
5590
|
-
initialize:
|
|
5566
|
+
initialize: vl
|
|
5591
5567
|
});
|
|
5592
5568
|
h(this, "selectors", {
|
|
5593
5569
|
selectById: Ul,
|
|
@@ -5604,7 +5580,7 @@ class kP extends z {
|
|
|
5604
5580
|
description: S(l.POST, this.name, !1),
|
|
5605
5581
|
method: l.POST,
|
|
5606
5582
|
url: `${this.url}/`,
|
|
5607
|
-
payload:
|
|
5583
|
+
payload: z(u),
|
|
5608
5584
|
blockers: [e.asset, e.fields_revision],
|
|
5609
5585
|
blocks: [u.uuid]
|
|
5610
5586
|
});
|
|
@@ -5717,7 +5693,7 @@ class kP extends z {
|
|
|
5717
5693
|
return this.dispatch(i(r)), r;
|
|
5718
5694
|
}
|
|
5719
5695
|
}
|
|
5720
|
-
class
|
|
5696
|
+
class EP extends v {
|
|
5721
5697
|
constructor() {
|
|
5722
5698
|
super(...arguments);
|
|
5723
5699
|
h(this, "name", "Asset Type Identifier");
|
|
@@ -5750,7 +5726,7 @@ class qP extends z {
|
|
|
5750
5726
|
description: S(l.POST, this.name, !1),
|
|
5751
5727
|
method: l.POST,
|
|
5752
5728
|
url: `${this.url}/`,
|
|
5753
|
-
payload:
|
|
5729
|
+
payload: z(d),
|
|
5754
5730
|
blockers: [d.asset_type],
|
|
5755
5731
|
blocks: [d.uuid]
|
|
5756
5732
|
});
|
|
@@ -5812,7 +5788,7 @@ class qP extends z {
|
|
|
5812
5788
|
return this.dispatch(i(a)), a;
|
|
5813
5789
|
}
|
|
5814
5790
|
}
|
|
5815
|
-
class
|
|
5791
|
+
class zP extends v {
|
|
5816
5792
|
constructor() {
|
|
5817
5793
|
super(...arguments);
|
|
5818
5794
|
h(this, "name", "Asset Type Identifier Value");
|
|
@@ -5845,7 +5821,7 @@ class VP extends z {
|
|
|
5845
5821
|
description: S(l.POST, this.name, !1),
|
|
5846
5822
|
method: l.POST,
|
|
5847
5823
|
url: `${this.url}/`,
|
|
5848
|
-
payload:
|
|
5824
|
+
payload: z(d),
|
|
5849
5825
|
blockers: [e.asset, e.asset_type_identifier],
|
|
5850
5826
|
blocks: [d.uuid]
|
|
5851
5827
|
});
|
|
@@ -5885,7 +5861,7 @@ class VP extends z {
|
|
|
5885
5861
|
return this.dispatch(i(r)), r;
|
|
5886
5862
|
}
|
|
5887
5863
|
}
|
|
5888
|
-
class
|
|
5864
|
+
class vP extends v {
|
|
5889
5865
|
constructor() {
|
|
5890
5866
|
super(...arguments);
|
|
5891
5867
|
h(this, "name", "Asset Type");
|
|
@@ -5918,7 +5894,7 @@ class jP extends z {
|
|
|
5918
5894
|
description: S(l.POST, this.name, !1),
|
|
5919
5895
|
method: l.POST,
|
|
5920
5896
|
url: `${this.url}/`,
|
|
5921
|
-
payload:
|
|
5897
|
+
payload: z(d),
|
|
5922
5898
|
blockers: [],
|
|
5923
5899
|
blocks: [d.uuid]
|
|
5924
5900
|
});
|
|
@@ -5981,20 +5957,20 @@ class jP extends z {
|
|
|
5981
5957
|
return this.dispatch(i(a)), a;
|
|
5982
5958
|
}
|
|
5983
5959
|
}
|
|
5984
|
-
class
|
|
5960
|
+
class BP extends v {
|
|
5985
5961
|
constructor() {
|
|
5986
5962
|
super(...arguments);
|
|
5987
5963
|
h(this, "name", "Asset Type Status");
|
|
5988
5964
|
h(this, "url", "/asset-type-statuses");
|
|
5989
5965
|
h(this, "actions", {
|
|
5990
|
-
addOne:
|
|
5991
|
-
addMany:
|
|
5966
|
+
addOne: zh,
|
|
5967
|
+
addMany: vh,
|
|
5992
5968
|
setOne: Bh,
|
|
5993
5969
|
setMany: kh,
|
|
5994
5970
|
updateOne: qh,
|
|
5995
5971
|
updateMany: Vh,
|
|
5996
|
-
deleteOne:
|
|
5997
|
-
deleteMany:
|
|
5972
|
+
deleteOne: Dh,
|
|
5973
|
+
deleteMany: jh,
|
|
5998
5974
|
initialize: Eh
|
|
5999
5975
|
});
|
|
6000
5976
|
h(this, "selectors", {
|
|
@@ -6014,7 +5990,7 @@ class DP extends z {
|
|
|
6014
5990
|
description: S(l.POST, this.name, !1),
|
|
6015
5991
|
method: l.POST,
|
|
6016
5992
|
url: `${this.url}/`,
|
|
6017
|
-
payload:
|
|
5993
|
+
payload: z(d),
|
|
6018
5994
|
blockers: [e.asset_type],
|
|
6019
5995
|
blocks: [d.uuid]
|
|
6020
5996
|
});
|
|
@@ -6073,7 +6049,7 @@ class DP extends z {
|
|
|
6073
6049
|
return this.dispatch(i(a)), a;
|
|
6074
6050
|
}
|
|
6075
6051
|
}
|
|
6076
|
-
class
|
|
6052
|
+
class kP extends j {
|
|
6077
6053
|
constructor() {
|
|
6078
6054
|
super(...arguments);
|
|
6079
6055
|
h(this, "name", "Document Attachment");
|
|
@@ -6160,7 +6136,7 @@ class $P extends D {
|
|
|
6160
6136
|
return this.dispatch(i(c)), c;
|
|
6161
6137
|
}
|
|
6162
6138
|
}
|
|
6163
|
-
class
|
|
6139
|
+
class qP extends v {
|
|
6164
6140
|
constructor() {
|
|
6165
6141
|
super(...arguments);
|
|
6166
6142
|
h(this, "name", "Document");
|
|
@@ -6193,7 +6169,7 @@ class xP extends z {
|
|
|
6193
6169
|
description: S(l.POST, this.name, !1),
|
|
6194
6170
|
method: l.POST,
|
|
6195
6171
|
url: `${this.url}/`,
|
|
6196
|
-
payload:
|
|
6172
|
+
payload: z(d),
|
|
6197
6173
|
blockers: d.parent_document ? [d.parent_document] : [],
|
|
6198
6174
|
blocks: [d.uuid]
|
|
6199
6175
|
});
|
|
@@ -6292,7 +6268,7 @@ class ut extends rt {
|
|
|
6292
6268
|
);
|
|
6293
6269
|
}
|
|
6294
6270
|
}
|
|
6295
|
-
class
|
|
6271
|
+
class VP extends ut {
|
|
6296
6272
|
constructor() {
|
|
6297
6273
|
super(...arguments);
|
|
6298
6274
|
h(this, "name", "Email Domains");
|
|
@@ -6350,7 +6326,7 @@ class CP extends ut {
|
|
|
6350
6326
|
return this.dispatch(i(a)), a;
|
|
6351
6327
|
}
|
|
6352
6328
|
}
|
|
6353
|
-
class
|
|
6329
|
+
class DP extends rt {
|
|
6354
6330
|
async getVerificationCode(s) {
|
|
6355
6331
|
return this.enqueueRequest({
|
|
6356
6332
|
description: "Get verification code",
|
|
@@ -6374,7 +6350,7 @@ class UP extends rt {
|
|
|
6374
6350
|
}
|
|
6375
6351
|
}
|
|
6376
6352
|
const ct = {}, Tt = /* @__PURE__ */ new Set();
|
|
6377
|
-
class
|
|
6353
|
+
class jP extends rt {
|
|
6378
6354
|
constructor() {
|
|
6379
6355
|
super(...arguments);
|
|
6380
6356
|
h(this, "host");
|
|
@@ -6467,7 +6443,7 @@ class LP extends rt {
|
|
|
6467
6443
|
const a = e.split("?")[0] ?? e, r = await this.fetchCache(n);
|
|
6468
6444
|
if (r) return r;
|
|
6469
6445
|
let o;
|
|
6470
|
-
a in ct ? o = ct[a] :
|
|
6446
|
+
a in ct ? o = ct[a] : jr(e) ? (o = Dr(e, i), ct[a] = o) : (o = new Promise((u) => {
|
|
6471
6447
|
this.performRequest({
|
|
6472
6448
|
method: l.GET,
|
|
6473
6449
|
url: e,
|
|
@@ -6535,7 +6511,7 @@ class LP extends rt {
|
|
|
6535
6511
|
return await this.client.files.addCache(e), i;
|
|
6536
6512
|
}
|
|
6537
6513
|
}
|
|
6538
|
-
class
|
|
6514
|
+
class $P extends v {
|
|
6539
6515
|
constructor() {
|
|
6540
6516
|
super(...arguments);
|
|
6541
6517
|
h(this, "name", "Form Identifier");
|
|
@@ -6545,11 +6521,11 @@ class NP extends z {
|
|
|
6545
6521
|
addMany: kp,
|
|
6546
6522
|
setOne: qp,
|
|
6547
6523
|
setMany: Vp,
|
|
6548
|
-
updateOne:
|
|
6549
|
-
updateMany:
|
|
6524
|
+
updateOne: Dp,
|
|
6525
|
+
updateMany: jp,
|
|
6550
6526
|
deleteOne: $p,
|
|
6551
6527
|
deleteMany: xp,
|
|
6552
|
-
initialize:
|
|
6528
|
+
initialize: vp
|
|
6553
6529
|
});
|
|
6554
6530
|
h(this, "selectors", {
|
|
6555
6531
|
selectById: Up,
|
|
@@ -6568,7 +6544,7 @@ class NP extends z {
|
|
|
6568
6544
|
description: S(l.POST, this.name, !1),
|
|
6569
6545
|
method: l.POST,
|
|
6570
6546
|
url: `${this.url}/`,
|
|
6571
|
-
payload:
|
|
6547
|
+
payload: z(d),
|
|
6572
6548
|
blockers: [d.form],
|
|
6573
6549
|
blocks: [d.uuid]
|
|
6574
6550
|
});
|
|
@@ -6630,7 +6606,7 @@ class NP extends z {
|
|
|
6630
6606
|
return this.dispatch(i(a)), a;
|
|
6631
6607
|
}
|
|
6632
6608
|
}
|
|
6633
|
-
class
|
|
6609
|
+
class xP extends v {
|
|
6634
6610
|
constructor() {
|
|
6635
6611
|
super(...arguments);
|
|
6636
6612
|
h(this, "name", "Form Identifier Value");
|
|
@@ -6663,7 +6639,7 @@ class HP extends z {
|
|
|
6663
6639
|
description: S(l.POST, this.name, !1),
|
|
6664
6640
|
method: l.POST,
|
|
6665
6641
|
url: `${this.url}/`,
|
|
6666
|
-
payload:
|
|
6642
|
+
payload: z(d),
|
|
6667
6643
|
blockers: [e.form_submission, e.form_identifier],
|
|
6668
6644
|
blocks: [d.uuid]
|
|
6669
6645
|
});
|
|
@@ -6703,7 +6679,7 @@ class HP extends z {
|
|
|
6703
6679
|
return this.dispatch(i(r)), r;
|
|
6704
6680
|
}
|
|
6705
6681
|
}
|
|
6706
|
-
class
|
|
6682
|
+
class CP extends j {
|
|
6707
6683
|
constructor() {
|
|
6708
6684
|
super(...arguments);
|
|
6709
6685
|
h(this, "name", "Form Revision Attachment");
|
|
@@ -6762,14 +6738,14 @@ class GP extends D {
|
|
|
6762
6738
|
return this.dispatch(i(a)), a;
|
|
6763
6739
|
}
|
|
6764
6740
|
}
|
|
6765
|
-
class
|
|
6741
|
+
class UP extends v {
|
|
6766
6742
|
constructor() {
|
|
6767
6743
|
super(...arguments);
|
|
6768
6744
|
h(this, "name", "Form Revision");
|
|
6769
6745
|
h(this, "url", "/form-revisions");
|
|
6770
6746
|
h(this, "actions", {
|
|
6771
|
-
addOne:
|
|
6772
|
-
addMany:
|
|
6747
|
+
addOne: Di,
|
|
6748
|
+
addMany: ji,
|
|
6773
6749
|
setOne: Sm,
|
|
6774
6750
|
setMany: Tm,
|
|
6775
6751
|
updateOne: Om,
|
|
@@ -6795,7 +6771,7 @@ class WP extends z {
|
|
|
6795
6771
|
description: S(l.POST, this.name, !1),
|
|
6796
6772
|
method: l.POST,
|
|
6797
6773
|
url: `${this.url}/`,
|
|
6798
|
-
payload:
|
|
6774
|
+
payload: z(u),
|
|
6799
6775
|
blockers: [e.form],
|
|
6800
6776
|
blocks: [u.uuid]
|
|
6801
6777
|
});
|
|
@@ -6817,7 +6793,7 @@ class WP extends z {
|
|
|
6817
6793
|
return this.dispatch(i(a)), a;
|
|
6818
6794
|
}
|
|
6819
6795
|
}
|
|
6820
|
-
class
|
|
6796
|
+
class LP extends v {
|
|
6821
6797
|
constructor() {
|
|
6822
6798
|
super(...arguments);
|
|
6823
6799
|
h(this, "name", "Form");
|
|
@@ -6827,15 +6803,15 @@ class KP extends z {
|
|
|
6827
6803
|
addMany: wm,
|
|
6828
6804
|
setOne: Rm,
|
|
6829
6805
|
setMany: Em,
|
|
6830
|
-
updateOne:
|
|
6831
|
-
updateMany:
|
|
6806
|
+
updateOne: zm,
|
|
6807
|
+
updateMany: vm,
|
|
6832
6808
|
deleteOne: Bm,
|
|
6833
6809
|
deleteMany: km,
|
|
6834
6810
|
initialize: Mm
|
|
6835
6811
|
});
|
|
6836
6812
|
h(this, "selectors", {
|
|
6837
|
-
selectById:
|
|
6838
|
-
selectByIds:
|
|
6813
|
+
selectById: Dm,
|
|
6814
|
+
selectByIds: jm
|
|
6839
6815
|
});
|
|
6840
6816
|
}
|
|
6841
6817
|
add(e, n) {
|
|
@@ -6850,13 +6826,13 @@ class KP extends z {
|
|
|
6850
6826
|
submitted_at: o,
|
|
6851
6827
|
created_by: c
|
|
6852
6828
|
});
|
|
6853
|
-
this.dispatch(a(d)), this.dispatch(
|
|
6829
|
+
this.dispatch(a(d)), this.dispatch(Di(u));
|
|
6854
6830
|
const m = this.enqueueRequest({
|
|
6855
6831
|
description: S(l.POST, this.name, !1),
|
|
6856
6832
|
method: l.POST,
|
|
6857
6833
|
url: `${this.url}/`,
|
|
6858
6834
|
payload: {
|
|
6859
|
-
...
|
|
6835
|
+
...z(d),
|
|
6860
6836
|
initial_revision: {
|
|
6861
6837
|
uuid: u.uuid,
|
|
6862
6838
|
submitted_at: u.submitted_at,
|
|
@@ -6887,7 +6863,7 @@ class KP extends z {
|
|
|
6887
6863
|
blocks: []
|
|
6888
6864
|
});
|
|
6889
6865
|
} catch (m) {
|
|
6890
|
-
throw this.dispatch(a(c)), this.dispatch(
|
|
6866
|
+
throw this.dispatch(a(c)), this.dispatch(ji(u)), this.dispatch(Ji(d)), m;
|
|
6891
6867
|
}
|
|
6892
6868
|
}
|
|
6893
6869
|
async refreshStore(e, n) {
|
|
@@ -6902,7 +6878,7 @@ class KP extends z {
|
|
|
6902
6878
|
return this.dispatch(i(a)), a;
|
|
6903
6879
|
}
|
|
6904
6880
|
}
|
|
6905
|
-
class
|
|
6881
|
+
class NP extends j {
|
|
6906
6882
|
constructor() {
|
|
6907
6883
|
super(...arguments);
|
|
6908
6884
|
h(this, "name", "Form Submission Attachment");
|
|
@@ -6977,7 +6953,7 @@ class YP extends D {
|
|
|
6977
6953
|
return this.dispatch(i(r)), r;
|
|
6978
6954
|
}
|
|
6979
6955
|
}
|
|
6980
|
-
class
|
|
6956
|
+
class HP extends v {
|
|
6981
6957
|
constructor() {
|
|
6982
6958
|
super(...arguments);
|
|
6983
6959
|
h(this, "name", "Form Submission");
|
|
@@ -7008,7 +6984,7 @@ class ZP extends z {
|
|
|
7008
6984
|
description: S(l.POST, this.name, !1),
|
|
7009
6985
|
method: l.POST,
|
|
7010
6986
|
url: `${this.url}/`,
|
|
7011
|
-
payload:
|
|
6987
|
+
payload: z(u),
|
|
7012
6988
|
blockers: [e.form_revision],
|
|
7013
6989
|
blocks: [u.uuid]
|
|
7014
6990
|
});
|
|
@@ -7073,7 +7049,7 @@ class ZP extends z {
|
|
|
7073
7049
|
return this.dispatch(i(r)), r;
|
|
7074
7050
|
}
|
|
7075
7051
|
}
|
|
7076
|
-
class
|
|
7052
|
+
class GP extends j {
|
|
7077
7053
|
constructor() {
|
|
7078
7054
|
super(...arguments);
|
|
7079
7055
|
h(this, "name", "Geo Image");
|
|
@@ -7156,7 +7132,7 @@ class JP extends D {
|
|
|
7156
7132
|
return this.dispatch(i(a)), a;
|
|
7157
7133
|
}
|
|
7158
7134
|
}
|
|
7159
|
-
class
|
|
7135
|
+
class WP extends v {
|
|
7160
7136
|
constructor() {
|
|
7161
7137
|
super(...arguments);
|
|
7162
7138
|
h(this, "name", "Issue Association");
|
|
@@ -7189,7 +7165,7 @@ class XP extends z {
|
|
|
7189
7165
|
description: S(l.POST, this.name, !1),
|
|
7190
7166
|
method: l.POST,
|
|
7191
7167
|
url: `${this.url}/`,
|
|
7192
|
-
payload:
|
|
7168
|
+
payload: z(d),
|
|
7193
7169
|
blockers: [
|
|
7194
7170
|
e.associated_issue,
|
|
7195
7171
|
...e.issue ? [e.issue] : [],
|
|
@@ -7232,13 +7208,13 @@ class XP extends z {
|
|
|
7232
7208
|
return this.dispatch(i(r)), r;
|
|
7233
7209
|
}
|
|
7234
7210
|
}
|
|
7235
|
-
class
|
|
7211
|
+
class KP extends j {
|
|
7236
7212
|
constructor() {
|
|
7237
7213
|
super(...arguments);
|
|
7238
7214
|
h(this, "name", "Issue Attachment");
|
|
7239
7215
|
h(this, "url", "/issue-attachments");
|
|
7240
7216
|
h(this, "actions", {
|
|
7241
|
-
addOne:
|
|
7217
|
+
addOne: jy,
|
|
7242
7218
|
addMany: ia,
|
|
7243
7219
|
setOne: $y,
|
|
7244
7220
|
setMany: xy,
|
|
@@ -7246,7 +7222,7 @@ class QP extends D {
|
|
|
7246
7222
|
updateMany: Uy,
|
|
7247
7223
|
deleteOne: Ly,
|
|
7248
7224
|
deleteMany: aa,
|
|
7249
|
-
initialize:
|
|
7225
|
+
initialize: Dy
|
|
7250
7226
|
});
|
|
7251
7227
|
h(this, "selectors", {
|
|
7252
7228
|
selectById: Gy,
|
|
@@ -7289,7 +7265,7 @@ class QP extends D {
|
|
|
7289
7265
|
return this.dispatch(i(r)), r;
|
|
7290
7266
|
}
|
|
7291
7267
|
}
|
|
7292
|
-
class
|
|
7268
|
+
class YP extends j {
|
|
7293
7269
|
constructor() {
|
|
7294
7270
|
super(...arguments);
|
|
7295
7271
|
h(this, "name", "Issue Comment Attachment");
|
|
@@ -7346,7 +7322,7 @@ class e_ extends D {
|
|
|
7346
7322
|
return this.dispatch(i(r)), r;
|
|
7347
7323
|
}
|
|
7348
7324
|
}
|
|
7349
|
-
class
|
|
7325
|
+
class ZP extends v {
|
|
7350
7326
|
constructor() {
|
|
7351
7327
|
super(...arguments);
|
|
7352
7328
|
h(this, "name", "Issue Comment");
|
|
@@ -7378,7 +7354,7 @@ class t_ extends z {
|
|
|
7378
7354
|
description: S(l.POST, this.name, !1),
|
|
7379
7355
|
method: l.POST,
|
|
7380
7356
|
url: `${this.url}/`,
|
|
7381
|
-
payload:
|
|
7357
|
+
payload: z(o),
|
|
7382
7358
|
blockers: [e.issue],
|
|
7383
7359
|
blocks: [o.uuid]
|
|
7384
7360
|
});
|
|
@@ -7440,7 +7416,7 @@ class t_ extends z {
|
|
|
7440
7416
|
return this.dispatch(i(r)), r;
|
|
7441
7417
|
}
|
|
7442
7418
|
}
|
|
7443
|
-
class
|
|
7419
|
+
class JP extends v {
|
|
7444
7420
|
constructor() {
|
|
7445
7421
|
super(...arguments);
|
|
7446
7422
|
h(this, "name", "Issue");
|
|
@@ -7473,7 +7449,7 @@ class s_ extends z {
|
|
|
7473
7449
|
description: S(l.POST, this.name, !1),
|
|
7474
7450
|
method: l.POST,
|
|
7475
7451
|
url: `${this.url}/`,
|
|
7476
|
-
payload:
|
|
7452
|
+
payload: z(u),
|
|
7477
7453
|
blockers: [u.project, u.issue_type, u.status],
|
|
7478
7454
|
blocks: [u.uuid]
|
|
7479
7455
|
});
|
|
@@ -7514,7 +7490,7 @@ class s_ extends z {
|
|
|
7514
7490
|
c[y] = e[y];
|
|
7515
7491
|
break;
|
|
7516
7492
|
case x.STATUS: {
|
|
7517
|
-
const T = e[y], b =
|
|
7493
|
+
const T = e[y], b = za(T)(a);
|
|
7518
7494
|
if (!b)
|
|
7519
7495
|
throw new Error(`Trying to update issue type status with ${T} which does not exist in store`);
|
|
7520
7496
|
c[y] = {
|
|
@@ -7602,7 +7578,7 @@ class s_ extends z {
|
|
|
7602
7578
|
const { store: n } = this.client, { deleteOne: i, addOne: a } = this.actions, { selectById: r } = this.selectors, o = n.getState(), c = r(e)(o);
|
|
7603
7579
|
if (!c)
|
|
7604
7580
|
throw new Error(`No issue with uuid ${e} found in the store`);
|
|
7605
|
-
const d =
|
|
7581
|
+
const d = zy(e)(o), u = ky(e)(o), m = Hy(e)(o), y = WS(e)(o);
|
|
7606
7582
|
this.dispatch(i(e)), this.dispatch(aa(k(m))), this.dispatch(Va(k(y))), this.dispatch(nt(k(d))), this.dispatch(nt(k(u)));
|
|
7607
7583
|
try {
|
|
7608
7584
|
return await this.enqueueRequest({
|
|
@@ -7617,7 +7593,7 @@ class s_ extends z {
|
|
|
7617
7593
|
}
|
|
7618
7594
|
}
|
|
7619
7595
|
async bulkDelete(e) {
|
|
7620
|
-
const { store: n } = this.client, { addMany: i, deleteMany: a } = this.actions, { selectByIds: r } = this.selectors, o = n.getState(), c = r(e)(o), d =
|
|
7596
|
+
const { store: n } = this.client, { addMany: i, deleteMany: a } = this.actions, { selectByIds: r } = this.selectors, o = n.getState(), c = r(e)(o), d = vy(e)(o), u = By(e)(o);
|
|
7621
7597
|
this.dispatch(a(e)), this.dispatch(nt(k(d))), this.dispatch(nt(k(u)));
|
|
7622
7598
|
try {
|
|
7623
7599
|
return await this.enqueueRequest({
|
|
@@ -7644,7 +7620,7 @@ class s_ extends z {
|
|
|
7644
7620
|
return this.dispatch(i(r)), r;
|
|
7645
7621
|
}
|
|
7646
7622
|
}
|
|
7647
|
-
class
|
|
7623
|
+
class XP extends j {
|
|
7648
7624
|
constructor() {
|
|
7649
7625
|
super(...arguments);
|
|
7650
7626
|
h(this, "name", "Issue Type Attachment");
|
|
@@ -7653,8 +7629,8 @@ class n_ extends D {
|
|
|
7653
7629
|
addOne: kf,
|
|
7654
7630
|
addMany: qf,
|
|
7655
7631
|
setOne: Vf,
|
|
7656
|
-
setMany:
|
|
7657
|
-
updateOne:
|
|
7632
|
+
setMany: Df,
|
|
7633
|
+
updateOne: jf,
|
|
7658
7634
|
updateMany: $f,
|
|
7659
7635
|
deleteOne: xf,
|
|
7660
7636
|
deleteMany: Cf,
|
|
@@ -7701,7 +7677,7 @@ class n_ extends D {
|
|
|
7701
7677
|
return this.dispatch(i(a)), a;
|
|
7702
7678
|
}
|
|
7703
7679
|
}
|
|
7704
|
-
class
|
|
7680
|
+
class QP extends j {
|
|
7705
7681
|
constructor() {
|
|
7706
7682
|
super(...arguments);
|
|
7707
7683
|
h(this, "name", "Issue Type Fields Attachment");
|
|
@@ -7760,7 +7736,7 @@ class i_ extends D {
|
|
|
7760
7736
|
return this.dispatch(i(a)), a;
|
|
7761
7737
|
}
|
|
7762
7738
|
}
|
|
7763
|
-
class
|
|
7739
|
+
class e_ extends v {
|
|
7764
7740
|
constructor() {
|
|
7765
7741
|
super(...arguments);
|
|
7766
7742
|
h(this, "name", "Issue Type Fields");
|
|
@@ -7793,7 +7769,7 @@ class a_ extends z {
|
|
|
7793
7769
|
description: S(l.POST, this.name, !1),
|
|
7794
7770
|
method: l.POST,
|
|
7795
7771
|
url: `${this.url}/`,
|
|
7796
|
-
payload:
|
|
7772
|
+
payload: z(d),
|
|
7797
7773
|
blockers: [d.issue_type],
|
|
7798
7774
|
blocks: [d.uuid]
|
|
7799
7775
|
});
|
|
@@ -7815,21 +7791,21 @@ class a_ extends z {
|
|
|
7815
7791
|
return this.dispatch(i(a)), a;
|
|
7816
7792
|
}
|
|
7817
7793
|
}
|
|
7818
|
-
class
|
|
7794
|
+
class t_ extends j {
|
|
7819
7795
|
constructor() {
|
|
7820
7796
|
super(...arguments);
|
|
7821
7797
|
h(this, "name", "Issue Type Field Values Attachment");
|
|
7822
7798
|
h(this, "url", "/issue-type-field-values-attachments");
|
|
7823
7799
|
h(this, "actions", {
|
|
7824
|
-
addOne:
|
|
7800
|
+
addOne: vA,
|
|
7825
7801
|
addMany: Ia,
|
|
7826
7802
|
setOne: BA,
|
|
7827
7803
|
setMany: kA,
|
|
7828
7804
|
updateOne: qA,
|
|
7829
7805
|
updateMany: VA,
|
|
7830
|
-
deleteOne:
|
|
7806
|
+
deleteOne: DA,
|
|
7831
7807
|
deleteMany: ga,
|
|
7832
|
-
initialize:
|
|
7808
|
+
initialize: zA
|
|
7833
7809
|
});
|
|
7834
7810
|
h(this, "selectors", {
|
|
7835
7811
|
selectById: $A,
|
|
@@ -7891,7 +7867,7 @@ class r_ extends D {
|
|
|
7891
7867
|
return this.dispatch(i(r)), r;
|
|
7892
7868
|
}
|
|
7893
7869
|
}
|
|
7894
|
-
class
|
|
7870
|
+
class s_ extends v {
|
|
7895
7871
|
constructor() {
|
|
7896
7872
|
super(...arguments);
|
|
7897
7873
|
h(this, "name", "Issue Type Field Values");
|
|
@@ -7922,7 +7898,7 @@ class c_ extends z {
|
|
|
7922
7898
|
description: S(l.POST, this.name, !1),
|
|
7923
7899
|
method: l.POST,
|
|
7924
7900
|
url: `${this.url}/`,
|
|
7925
|
-
payload:
|
|
7901
|
+
payload: z(u),
|
|
7926
7902
|
blockers: [e.issue, e.fields_revision],
|
|
7927
7903
|
blocks: [u.uuid]
|
|
7928
7904
|
});
|
|
@@ -7990,7 +7966,7 @@ class c_ extends z {
|
|
|
7990
7966
|
return this.dispatch(i(r)), r;
|
|
7991
7967
|
}
|
|
7992
7968
|
}
|
|
7993
|
-
class
|
|
7969
|
+
class n_ extends v {
|
|
7994
7970
|
constructor() {
|
|
7995
7971
|
super(...arguments);
|
|
7996
7972
|
h(this, "name", "Issue Type Identifier");
|
|
@@ -8023,7 +7999,7 @@ class d_ extends z {
|
|
|
8023
7999
|
description: S(l.POST, this.name, !1),
|
|
8024
8000
|
method: l.POST,
|
|
8025
8001
|
url: `${this.url}/`,
|
|
8026
|
-
payload:
|
|
8002
|
+
payload: z(d),
|
|
8027
8003
|
blockers: [d.issue_type],
|
|
8028
8004
|
blocks: [d.uuid]
|
|
8029
8005
|
});
|
|
@@ -8085,7 +8061,7 @@ class d_ extends z {
|
|
|
8085
8061
|
return this.dispatch(i(a)), a;
|
|
8086
8062
|
}
|
|
8087
8063
|
}
|
|
8088
|
-
class
|
|
8064
|
+
class i_ extends v {
|
|
8089
8065
|
constructor() {
|
|
8090
8066
|
super(...arguments);
|
|
8091
8067
|
h(this, "name", "Issue Type Identifier Value");
|
|
@@ -8118,7 +8094,7 @@ class o_ extends z {
|
|
|
8118
8094
|
description: S(l.POST, this.name, !1),
|
|
8119
8095
|
method: l.POST,
|
|
8120
8096
|
url: `${this.url}/`,
|
|
8121
|
-
payload:
|
|
8097
|
+
payload: z(d),
|
|
8122
8098
|
blockers: [e.issue, e.issue_type_identifier],
|
|
8123
8099
|
blocks: [d.uuid]
|
|
8124
8100
|
});
|
|
@@ -8158,7 +8134,7 @@ class o_ extends z {
|
|
|
8158
8134
|
return this.dispatch(i(r)), r;
|
|
8159
8135
|
}
|
|
8160
8136
|
}
|
|
8161
|
-
class
|
|
8137
|
+
class a_ extends v {
|
|
8162
8138
|
constructor() {
|
|
8163
8139
|
super(...arguments);
|
|
8164
8140
|
h(this, "name", "Issue Type");
|
|
@@ -8190,7 +8166,7 @@ class u_ extends z {
|
|
|
8190
8166
|
const m = this.enqueueRequest({
|
|
8191
8167
|
method: l.POST,
|
|
8192
8168
|
url: `${this.url}/`,
|
|
8193
|
-
payload:
|
|
8169
|
+
payload: z(u),
|
|
8194
8170
|
blockers: [],
|
|
8195
8171
|
blocks: [u.uuid]
|
|
8196
8172
|
});
|
|
@@ -8226,7 +8202,7 @@ class u_ extends z {
|
|
|
8226
8202
|
const { store: n } = this.client, { deleteOne: i, setOne: a } = this.actions, { selectById: r } = this.selectors, o = n.getState(), c = r(e)(o);
|
|
8227
8203
|
if (!c)
|
|
8228
8204
|
throw new Error(`IssueType with uuid ${e} does not exist in the store.`);
|
|
8229
|
-
const d =
|
|
8205
|
+
const d = zf(e)(o);
|
|
8230
8206
|
this.dispatch(i(e)), this.dispatch(pa(k(d)));
|
|
8231
8207
|
try {
|
|
8232
8208
|
return await this.enqueueRequest({
|
|
@@ -8252,7 +8228,7 @@ class u_ extends z {
|
|
|
8252
8228
|
return this.dispatch(i(a)), a;
|
|
8253
8229
|
}
|
|
8254
8230
|
}
|
|
8255
|
-
class
|
|
8231
|
+
class r_ extends v {
|
|
8256
8232
|
constructor() {
|
|
8257
8233
|
super(...arguments);
|
|
8258
8234
|
h(this, "name", "Issue Type Status");
|
|
@@ -8260,8 +8236,8 @@ class l_ extends z {
|
|
|
8260
8236
|
h(this, "actions", {
|
|
8261
8237
|
addOne: RS,
|
|
8262
8238
|
addMany: ES,
|
|
8263
|
-
setOne:
|
|
8264
|
-
setMany:
|
|
8239
|
+
setOne: zS,
|
|
8240
|
+
setMany: vS,
|
|
8265
8241
|
updateOne: BS,
|
|
8266
8242
|
updateMany: kS,
|
|
8267
8243
|
deleteOne: qS,
|
|
@@ -8269,8 +8245,8 @@ class l_ extends z {
|
|
|
8269
8245
|
initialize: wS
|
|
8270
8246
|
});
|
|
8271
8247
|
h(this, "selectors", {
|
|
8272
|
-
selectById:
|
|
8273
|
-
selectByIds:
|
|
8248
|
+
selectById: za,
|
|
8249
|
+
selectByIds: jS
|
|
8274
8250
|
});
|
|
8275
8251
|
}
|
|
8276
8252
|
add(e) {
|
|
@@ -8285,7 +8261,7 @@ class l_ extends z {
|
|
|
8285
8261
|
description: S(l.POST, this.name, !1),
|
|
8286
8262
|
method: l.POST,
|
|
8287
8263
|
url: `${this.url}/`,
|
|
8288
|
-
payload:
|
|
8264
|
+
payload: z(d),
|
|
8289
8265
|
blockers: [e.issue_type],
|
|
8290
8266
|
blocks: [d.uuid]
|
|
8291
8267
|
});
|
|
@@ -8344,7 +8320,7 @@ class l_ extends z {
|
|
|
8344
8320
|
return this.dispatch(i(a)), a;
|
|
8345
8321
|
}
|
|
8346
8322
|
}
|
|
8347
|
-
class
|
|
8323
|
+
class c_ extends v {
|
|
8348
8324
|
constructor() {
|
|
8349
8325
|
super(...arguments);
|
|
8350
8326
|
h(this, "name", "Issue Update");
|
|
@@ -8377,13 +8353,13 @@ class h_ extends z {
|
|
|
8377
8353
|
return this.dispatch(i(r)), r;
|
|
8378
8354
|
}
|
|
8379
8355
|
}
|
|
8380
|
-
const
|
|
8356
|
+
const vI = 1800;
|
|
8381
8357
|
function BI(t) {
|
|
8382
8358
|
if (!t.access) throw new Error("Missing access token");
|
|
8383
8359
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
8384
8360
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
8385
8361
|
}
|
|
8386
|
-
class
|
|
8362
|
+
class d_ extends zI {
|
|
8387
8363
|
constructor() {
|
|
8388
8364
|
super(...arguments);
|
|
8389
8365
|
// _getTokenPair and _getRenewedTokens don't need to use enqueueRequest from the BaseApiService because
|
|
@@ -8449,7 +8425,7 @@ class p_ extends vI {
|
|
|
8449
8425
|
} catch {
|
|
8450
8426
|
i = n;
|
|
8451
8427
|
}
|
|
8452
|
-
return i - n <
|
|
8428
|
+
return i - n < vI;
|
|
8453
8429
|
}
|
|
8454
8430
|
getAuthHeader() {
|
|
8455
8431
|
return `Bearer ${this.getAccessToken()}`;
|
|
@@ -8496,7 +8472,7 @@ class p_ extends vI {
|
|
|
8496
8472
|
});
|
|
8497
8473
|
}
|
|
8498
8474
|
}
|
|
8499
|
-
class
|
|
8475
|
+
class o_ extends ut {
|
|
8500
8476
|
constructor() {
|
|
8501
8477
|
super(...arguments);
|
|
8502
8478
|
h(this, "name", "Organization Access");
|
|
@@ -8565,7 +8541,7 @@ class m_ extends ut {
|
|
|
8565
8541
|
return this.dispatch(i(a)), a;
|
|
8566
8542
|
}
|
|
8567
8543
|
}
|
|
8568
|
-
class
|
|
8544
|
+
class u_ extends ut {
|
|
8569
8545
|
constructor() {
|
|
8570
8546
|
super(...arguments);
|
|
8571
8547
|
h(this, "name", "Organization");
|
|
@@ -8622,13 +8598,13 @@ class y_ extends ut {
|
|
|
8622
8598
|
return this.dispatch(n(i)), i;
|
|
8623
8599
|
}
|
|
8624
8600
|
}
|
|
8625
|
-
class
|
|
8601
|
+
class l_ extends v {
|
|
8626
8602
|
constructor() {
|
|
8627
8603
|
super(...arguments);
|
|
8628
8604
|
h(this, "name", "Project Access");
|
|
8629
8605
|
h(this, "url", "/project-accesses");
|
|
8630
8606
|
h(this, "actions", {
|
|
8631
|
-
addOne:
|
|
8607
|
+
addOne: jT,
|
|
8632
8608
|
addMany: $T,
|
|
8633
8609
|
setOne: xT,
|
|
8634
8610
|
setMany: CT,
|
|
@@ -8636,7 +8612,7 @@ class f_ extends z {
|
|
|
8636
8612
|
updateMany: LT,
|
|
8637
8613
|
deleteOne: NT,
|
|
8638
8614
|
deleteMany: HT,
|
|
8639
|
-
initialize:
|
|
8615
|
+
initialize: DT
|
|
8640
8616
|
});
|
|
8641
8617
|
h(this, "selectors", {
|
|
8642
8618
|
selectById: WT,
|
|
@@ -8654,7 +8630,7 @@ class f_ extends z {
|
|
|
8654
8630
|
description: S(l.POST, this.name, !1),
|
|
8655
8631
|
method: l.POST,
|
|
8656
8632
|
url: `${this.url}/`,
|
|
8657
|
-
payload:
|
|
8633
|
+
payload: z(o),
|
|
8658
8634
|
blockers: [o.organization_access, o.project],
|
|
8659
8635
|
blocks: [o.uuid]
|
|
8660
8636
|
});
|
|
@@ -8672,7 +8648,7 @@ class f_ extends z {
|
|
|
8672
8648
|
description: S(l.POST, this.name, !0),
|
|
8673
8649
|
method: l.POST,
|
|
8674
8650
|
url: `${this.url}/bulk/`,
|
|
8675
|
-
payload: { project_accesses: c.map((m) =>
|
|
8651
|
+
payload: { project_accesses: c.map((m) => z(m)) },
|
|
8676
8652
|
blockers: c.flatMap((m) => [
|
|
8677
8653
|
m.project,
|
|
8678
8654
|
m.organization_access
|
|
@@ -8732,7 +8708,7 @@ class f_ extends z {
|
|
|
8732
8708
|
return this.dispatch(i(a)), a;
|
|
8733
8709
|
}
|
|
8734
8710
|
}
|
|
8735
|
-
class
|
|
8711
|
+
class h_ extends j {
|
|
8736
8712
|
constructor() {
|
|
8737
8713
|
super(...arguments);
|
|
8738
8714
|
h(this, "name", "Project Attachment");
|
|
@@ -8789,7 +8765,7 @@ class A_ extends D {
|
|
|
8789
8765
|
return this.dispatch(i(a)), a;
|
|
8790
8766
|
}
|
|
8791
8767
|
}
|
|
8792
|
-
class
|
|
8768
|
+
class p_ extends j {
|
|
8793
8769
|
constructor() {
|
|
8794
8770
|
super(...arguments);
|
|
8795
8771
|
h(this, "name", "Project File");
|
|
@@ -8869,7 +8845,7 @@ class S_ extends D {
|
|
|
8869
8845
|
return this.dispatch(i(r)), r;
|
|
8870
8846
|
}
|
|
8871
8847
|
}
|
|
8872
|
-
class
|
|
8848
|
+
class m_ extends ut {
|
|
8873
8849
|
constructor() {
|
|
8874
8850
|
super(...arguments);
|
|
8875
8851
|
h(this, "name", "Project");
|
|
@@ -8894,7 +8870,7 @@ class T_ extends ut {
|
|
|
8894
8870
|
const { addOne: n } = this.actions, i = await this.performRequest({
|
|
8895
8871
|
method: l.POST,
|
|
8896
8872
|
url: `${this.url}/`,
|
|
8897
|
-
payload:
|
|
8873
|
+
payload: z(e)
|
|
8898
8874
|
});
|
|
8899
8875
|
return this.dispatch(n(i)), i;
|
|
8900
8876
|
}
|
|
@@ -8902,7 +8878,7 @@ class T_ extends ut {
|
|
|
8902
8878
|
const { updateOne: n } = this.actions, i = await this.performRequest({
|
|
8903
8879
|
method: l.PATCH,
|
|
8904
8880
|
url: `${this.url}/${e.uuid}/`,
|
|
8905
|
-
payload:
|
|
8881
|
+
payload: z(e)
|
|
8906
8882
|
});
|
|
8907
8883
|
return this.dispatch(n(i)), i;
|
|
8908
8884
|
}
|
|
@@ -8928,13 +8904,13 @@ class T_ extends ut {
|
|
|
8928
8904
|
return this.dispatch(i(a)), a;
|
|
8929
8905
|
}
|
|
8930
8906
|
}
|
|
8931
|
-
class
|
|
8907
|
+
class y_ extends v {
|
|
8932
8908
|
constructor() {
|
|
8933
8909
|
super(...arguments);
|
|
8934
8910
|
h(this, "name", "Team Membership");
|
|
8935
8911
|
h(this, "url", "/team-memberships");
|
|
8936
8912
|
h(this, "actions", {
|
|
8937
|
-
addOne:
|
|
8913
|
+
addOne: jO,
|
|
8938
8914
|
addMany: $O,
|
|
8939
8915
|
setOne: xO,
|
|
8940
8916
|
setMany: CO,
|
|
@@ -8942,7 +8918,7 @@ class O_ extends z {
|
|
|
8942
8918
|
updateMany: LO,
|
|
8943
8919
|
deleteOne: NO,
|
|
8944
8920
|
deleteMany: HO,
|
|
8945
|
-
initialize:
|
|
8921
|
+
initialize: DO
|
|
8946
8922
|
});
|
|
8947
8923
|
h(this, "selectors", {
|
|
8948
8924
|
selectById: KO,
|
|
@@ -8960,7 +8936,7 @@ class O_ extends z {
|
|
|
8960
8936
|
description: S(l.POST, this.name, !1),
|
|
8961
8937
|
method: l.POST,
|
|
8962
8938
|
url: `${this.url}/`,
|
|
8963
|
-
payload:
|
|
8939
|
+
payload: z(o),
|
|
8964
8940
|
blockers: [e.team],
|
|
8965
8941
|
blocks: [o.uuid]
|
|
8966
8942
|
});
|
|
@@ -8978,7 +8954,7 @@ class O_ extends z {
|
|
|
8978
8954
|
description: S(l.POST, this.name, !0),
|
|
8979
8955
|
method: l.POST,
|
|
8980
8956
|
url: `${this.url}/bulk/`,
|
|
8981
|
-
payload: { team_memberships: c.map((m) =>
|
|
8957
|
+
payload: { team_memberships: c.map((m) => z(m)) },
|
|
8982
8958
|
blockers: c.map((m) => m.team),
|
|
8983
8959
|
blocks: c.map((m) => m.uuid)
|
|
8984
8960
|
});
|
|
@@ -9017,7 +8993,7 @@ class O_ extends z {
|
|
|
9017
8993
|
return this.dispatch(i(a)), a;
|
|
9018
8994
|
}
|
|
9019
8995
|
}
|
|
9020
|
-
class
|
|
8996
|
+
class f_ extends v {
|
|
9021
8997
|
constructor() {
|
|
9022
8998
|
super(...arguments);
|
|
9023
8999
|
h(this, "name", "Team");
|
|
@@ -9050,7 +9026,7 @@ class I_ extends z {
|
|
|
9050
9026
|
description: S(l.POST, this.name, !1),
|
|
9051
9027
|
method: l.POST,
|
|
9052
9028
|
url: `${this.url}/`,
|
|
9053
|
-
payload:
|
|
9029
|
+
payload: z(o),
|
|
9054
9030
|
blockers: [],
|
|
9055
9031
|
blocks: [o.uuid]
|
|
9056
9032
|
});
|
|
@@ -9073,7 +9049,7 @@ class I_ extends z {
|
|
|
9073
9049
|
description: S(l.PATCH, this.name, !1),
|
|
9074
9050
|
method: l.PATCH,
|
|
9075
9051
|
url: `${this.url}/${e.uuid}/`,
|
|
9076
|
-
payload:
|
|
9052
|
+
payload: z(e),
|
|
9077
9053
|
blockers: [e.uuid],
|
|
9078
9054
|
blocks: [e.uuid]
|
|
9079
9055
|
});
|
|
@@ -9112,7 +9088,7 @@ class I_ extends z {
|
|
|
9112
9088
|
return this.dispatch(i(a)), a;
|
|
9113
9089
|
}
|
|
9114
9090
|
}
|
|
9115
|
-
class
|
|
9091
|
+
class A_ extends ut {
|
|
9116
9092
|
constructor() {
|
|
9117
9093
|
super(...arguments);
|
|
9118
9094
|
h(this, "name", "User");
|
|
@@ -9232,7 +9208,7 @@ async function or(t, s, e, n, i) {
|
|
|
9232
9208
|
i == null || i.removeEventListener("abort", Je);
|
|
9233
9209
|
}
|
|
9234
9210
|
}
|
|
9235
|
-
class
|
|
9211
|
+
class S_ {
|
|
9236
9212
|
constructor(s) {
|
|
9237
9213
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
9238
9214
|
h(this, "store");
|
|
@@ -9483,11 +9459,11 @@ function it() {
|
|
|
9483
9459
|
const s = t.getState().offline.outbox, e = dt._fromOutbox(s);
|
|
9484
9460
|
return Ot = e, e;
|
|
9485
9461
|
}
|
|
9486
|
-
const
|
|
9462
|
+
const T_ = (t, s) => {
|
|
9487
9463
|
const e = new s(t);
|
|
9488
9464
|
return qI(e), kI(t), e;
|
|
9489
9465
|
};
|
|
9490
|
-
class
|
|
9466
|
+
class DI {
|
|
9491
9467
|
constructor(s) {
|
|
9492
9468
|
h(this, "_all");
|
|
9493
9469
|
h(this, "_previous");
|
|
@@ -9510,7 +9486,7 @@ class hr {
|
|
|
9510
9486
|
this.next = null;
|
|
9511
9487
|
}
|
|
9512
9488
|
then(s) {
|
|
9513
|
-
return new
|
|
9489
|
+
return new DI(this).then(s);
|
|
9514
9490
|
}
|
|
9515
9491
|
async run(s) {
|
|
9516
9492
|
if (this.next)
|
|
@@ -9523,7 +9499,7 @@ class hr {
|
|
|
9523
9499
|
}
|
|
9524
9500
|
}
|
|
9525
9501
|
}
|
|
9526
|
-
class
|
|
9502
|
+
class jI extends hr {
|
|
9527
9503
|
async run(s) {
|
|
9528
9504
|
return super.run(s);
|
|
9529
9505
|
}
|
|
@@ -9533,7 +9509,7 @@ class $I extends hr {
|
|
|
9533
9509
|
return super.run(s);
|
|
9534
9510
|
}
|
|
9535
9511
|
}
|
|
9536
|
-
const xI = new
|
|
9512
|
+
const xI = new jI().then(new $I()).compile();
|
|
9537
9513
|
function CI(t) {
|
|
9538
9514
|
var s;
|
|
9539
9515
|
return (s = xI[0]) == null ? void 0 : s.run(t);
|
|
@@ -9542,101 +9518,101 @@ var UI = /* @__PURE__ */ ((t) => (t[t.USER_REGISTRATION = 0] = "USER_REGISTRATIO
|
|
|
9542
9518
|
export {
|
|
9543
9519
|
xI as ALL_MIDDLEWARE,
|
|
9544
9520
|
C as APIError,
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
|
|
9551
|
-
|
|
9552
|
-
|
|
9553
|
-
|
|
9554
|
-
|
|
9555
|
-
|
|
9556
|
-
|
|
9557
|
-
|
|
9558
|
-
|
|
9559
|
-
|
|
9560
|
-
|
|
9561
|
-
|
|
9521
|
+
dP as AgentService,
|
|
9522
|
+
oP as AssetAttachmentService,
|
|
9523
|
+
yP as AssetProcedureService,
|
|
9524
|
+
TP as AssetProcedureStepFieldValuesAttachmentService,
|
|
9525
|
+
OP as AssetProcedureStepFieldValuesService,
|
|
9526
|
+
AP as AssetProcedureStepFieldsAttachmentService,
|
|
9527
|
+
SP as AssetProcedureStepFieldsService,
|
|
9528
|
+
IP as AssetProcedureStepService,
|
|
9529
|
+
uP as AssetProcedureTypeAttachmentService,
|
|
9530
|
+
pP as AssetProcedureTypeFieldValuesAttachmentService,
|
|
9531
|
+
mP as AssetProcedureTypeFieldValuesService,
|
|
9532
|
+
lP as AssetProcedureTypeFieldsAttachmentService,
|
|
9533
|
+
hP as AssetProcedureTypeFieldsService,
|
|
9534
|
+
fP as AssetProcedureTypeService,
|
|
9535
|
+
gP as AssetService,
|
|
9536
|
+
bP as AssetStageCompletionService,
|
|
9537
|
+
PP as AssetStageService,
|
|
9562
9538
|
Fr as AssetStatusType,
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9571
|
-
|
|
9539
|
+
_P as AssetTypeAttachmentService,
|
|
9540
|
+
wP as AssetTypeFieldValuesAttachmentService,
|
|
9541
|
+
RP as AssetTypeFieldValuesService,
|
|
9542
|
+
MP as AssetTypeFieldsAttachmentService,
|
|
9543
|
+
FP as AssetTypeFieldsService,
|
|
9544
|
+
EP as AssetTypeIdentifierService,
|
|
9545
|
+
zP as AssetTypeIdentifierValueService,
|
|
9546
|
+
vP as AssetTypeService,
|
|
9547
|
+
BP as AssetTypeStatusService,
|
|
9572
9548
|
wr as AttachmentModel,
|
|
9573
9549
|
rt as BaseApiService,
|
|
9574
9550
|
ut as BaseModelApiService,
|
|
9575
|
-
|
|
9576
|
-
|
|
9577
|
-
|
|
9551
|
+
j as BaseOfflineFileModelApiService,
|
|
9552
|
+
v as BaseOfflineModelApiService,
|
|
9553
|
+
S_ as BaseSDK,
|
|
9578
9554
|
$r as COMMON_AUTO_FIELDS,
|
|
9579
9555
|
dg as DEFAULT_ISSUE_PRIORITY,
|
|
9580
9556
|
pI as DEFAULT_PAGE_SIZE,
|
|
9581
9557
|
nr as DISCARD_HTTP_STATUSES,
|
|
9582
9558
|
Yt as DeferredPromise,
|
|
9583
|
-
|
|
9584
|
-
|
|
9559
|
+
kP as DocumentAttachmentService,
|
|
9560
|
+
qP as DocumentService,
|
|
9585
9561
|
Pr as EMPTY_ARRAY,
|
|
9586
9562
|
_r as EMPTY_OBJECT,
|
|
9587
|
-
|
|
9588
|
-
|
|
9563
|
+
VP as EmailDomainsService,
|
|
9564
|
+
DP as EmailVerificationService,
|
|
9589
9565
|
mI as FILE_MODEL_DEFAULT_PAGE_SIZE,
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9566
|
+
jP as FileService,
|
|
9567
|
+
$P as FormIdentifierService,
|
|
9568
|
+
xP as FormIdentifierValueService,
|
|
9569
|
+
CP as FormRevisionAttachmentService,
|
|
9570
|
+
UP as FormRevisionService,
|
|
9571
|
+
LP as FormService,
|
|
9572
|
+
NP as FormSubmissionAttachmentService,
|
|
9573
|
+
HP as FormSubmissionService,
|
|
9574
|
+
GP as GeoImageService,
|
|
9599
9575
|
l as HttpMethod,
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9576
|
+
WP as IssueAssociationService,
|
|
9577
|
+
KP as IssueAttachmentService,
|
|
9578
|
+
YP as IssueCommentAttachmentService,
|
|
9579
|
+
ZP as IssueCommentService,
|
|
9604
9580
|
yn as IssuePriority,
|
|
9605
|
-
|
|
9581
|
+
JP as IssueService,
|
|
9606
9582
|
Rr as IssueStatusType,
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
|
|
9583
|
+
XP as IssueTypeAttachmentService,
|
|
9584
|
+
t_ as IssueTypeFieldValuesAttachmentService,
|
|
9585
|
+
s_ as IssueTypeFieldValuesService,
|
|
9586
|
+
QP as IssueTypeFieldsAttachmentService,
|
|
9587
|
+
e_ as IssueTypeFieldsService,
|
|
9588
|
+
n_ as IssueTypeIdentifierService,
|
|
9589
|
+
i_ as IssueTypeIdentifierValueService,
|
|
9590
|
+
a_ as IssueTypeService,
|
|
9591
|
+
r_ as IssueTypeStatusService,
|
|
9616
9592
|
x as IssueUpdateChange,
|
|
9617
|
-
|
|
9618
|
-
|
|
9593
|
+
c_ as IssueUpdateService,
|
|
9594
|
+
d_ as JWTService,
|
|
9619
9595
|
Qe as MAX_SERVICE_BATCH_SIZE,
|
|
9620
9596
|
Er as OUTBOX_RETRY_DELAY,
|
|
9621
|
-
|
|
9597
|
+
jI as OfflineAnalyticsMiddleware,
|
|
9622
9598
|
hr as OfflineMiddleware,
|
|
9623
9599
|
Mr as OrganizationAccessLevel,
|
|
9624
|
-
|
|
9625
|
-
|
|
9600
|
+
o_ as OrganizationAccessService,
|
|
9601
|
+
u_ as OrganizationService,
|
|
9626
9602
|
dt as OutboxCoordinator,
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9603
|
+
l_ as ProjectAccessService,
|
|
9604
|
+
h_ as ProjectAttachmentService,
|
|
9605
|
+
p_ as ProjectFileService,
|
|
9606
|
+
m_ as ProjectService,
|
|
9631
9607
|
M as RESET_ORGANIZATION_STATE,
|
|
9632
|
-
|
|
9608
|
+
D as RESET_PROJECT_STATE,
|
|
9633
9609
|
O as RESET_STATE,
|
|
9634
9610
|
$I as RateLimitingMiddleware,
|
|
9635
9611
|
Mg as SelectorBuilder,
|
|
9636
|
-
|
|
9637
|
-
|
|
9612
|
+
y_ as TeamMembershipService,
|
|
9613
|
+
f_ as TeamService,
|
|
9638
9614
|
ot as UNKNOWN_ERROR_MESSAGE,
|
|
9639
|
-
|
|
9615
|
+
A_ as UserService,
|
|
9640
9616
|
pt as VERSION_REDUCER_KEY,
|
|
9641
9617
|
UI as VerificationCodeType,
|
|
9642
9618
|
qT as _setLatestRetryTime,
|
|
@@ -9659,20 +9635,20 @@ export {
|
|
|
9659
9635
|
oc as addAssetProcedureTypeAttachments,
|
|
9660
9636
|
ad as addAssetProcedureTypeFieldValues,
|
|
9661
9637
|
Wc as addAssetProcedureTypeFieldValuesAttachment,
|
|
9662
|
-
|
|
9638
|
+
vn as addAssetProcedureTypeFieldValuesAttachments,
|
|
9663
9639
|
rd as addAssetProcedureTypeFieldValuesMany,
|
|
9664
9640
|
kc as addAssetProcedureTypeFields,
|
|
9665
9641
|
Ic as addAssetProcedureTypeFieldsAttachment,
|
|
9666
9642
|
gc as addAssetProcedureTypeFieldsAttachments,
|
|
9667
9643
|
qc as addAssetProcedureTypeFieldsMany,
|
|
9668
|
-
|
|
9669
|
-
|
|
9644
|
+
zd as addAssetProcedureTypes,
|
|
9645
|
+
Dn as addAssetProcedures,
|
|
9670
9646
|
Fu as addAssetStage,
|
|
9671
9647
|
lu as addAssetStageCompletion,
|
|
9672
9648
|
hu as addAssetStageCompletions,
|
|
9673
9649
|
wu as addAssetStages,
|
|
9674
9650
|
Oh as addAssetType,
|
|
9675
|
-
|
|
9651
|
+
Du as addAssetTypeAttachment,
|
|
9676
9652
|
ri as addAssetTypeAttachments,
|
|
9677
9653
|
Bl as addAssetTypeFieldValues,
|
|
9678
9654
|
Il as addAssetTypeFieldValuesAttachment,
|
|
@@ -9686,8 +9662,8 @@ export {
|
|
|
9686
9662
|
ah as addAssetTypeIdentifierValue,
|
|
9687
9663
|
rh as addAssetTypeIdentifierValues,
|
|
9688
9664
|
Wl as addAssetTypeIdentifiers,
|
|
9689
|
-
|
|
9690
|
-
|
|
9665
|
+
zh as addAssetTypeStatus,
|
|
9666
|
+
vh as addAssetTypeStatuses,
|
|
9691
9667
|
Ih as addAssetTypes,
|
|
9692
9668
|
Qn as addAssets,
|
|
9693
9669
|
Hr as addConversation,
|
|
@@ -9703,10 +9679,10 @@ export {
|
|
|
9703
9679
|
Gp as addFormIdentifierValue,
|
|
9704
9680
|
Wp as addFormIdentifierValues,
|
|
9705
9681
|
kp as addFormIdentifiers,
|
|
9706
|
-
|
|
9682
|
+
Di as addFormRevision,
|
|
9707
9683
|
am as addFormRevisionAttachment,
|
|
9708
9684
|
rm as addFormRevisionAttachments,
|
|
9709
|
-
|
|
9685
|
+
ji as addFormRevisions,
|
|
9710
9686
|
Qm as addFormSubmission,
|
|
9711
9687
|
xm as addFormSubmissionAttachment,
|
|
9712
9688
|
Hi as addFormSubmissionAttachments,
|
|
@@ -9717,7 +9693,7 @@ export {
|
|
|
9717
9693
|
gf as addIssue,
|
|
9718
9694
|
My as addIssueAssociation,
|
|
9719
9695
|
st as addIssueAssociations,
|
|
9720
|
-
|
|
9696
|
+
jy as addIssueAttachment,
|
|
9721
9697
|
ia as addIssueAttachments,
|
|
9722
9698
|
uf as addIssueComment,
|
|
9723
9699
|
Zy as addIssueCommentAttachment,
|
|
@@ -9727,7 +9703,7 @@ export {
|
|
|
9727
9703
|
kf as addIssueTypeAttachment,
|
|
9728
9704
|
qf as addIssueTypeAttachments,
|
|
9729
9705
|
rA as addIssueTypeFieldValues,
|
|
9730
|
-
|
|
9706
|
+
vA as addIssueTypeFieldValuesAttachment,
|
|
9731
9707
|
Ia as addIssueTypeFieldValuesAttachments,
|
|
9732
9708
|
cA as addIssueTypeFieldValuesMany,
|
|
9733
9709
|
TA as addIssueTypeFields,
|
|
@@ -9749,7 +9725,7 @@ export {
|
|
|
9749
9725
|
cT as addOrganizationAccesses,
|
|
9750
9726
|
IT as addOrganizations,
|
|
9751
9727
|
MO as addProject,
|
|
9752
|
-
|
|
9728
|
+
jT as addProjectAccess,
|
|
9753
9729
|
$T as addProjectAccesses,
|
|
9754
9730
|
ZT as addProjectAttachment,
|
|
9755
9731
|
JT as addProjectAttachments,
|
|
@@ -9757,7 +9733,7 @@ export {
|
|
|
9757
9733
|
hO as addProjectFiles,
|
|
9758
9734
|
_O as addProjects,
|
|
9759
9735
|
JO as addTeam,
|
|
9760
|
-
|
|
9736
|
+
jO as addTeamMembership,
|
|
9761
9737
|
$O as addTeamMemberships,
|
|
9762
9738
|
XO as addTeams,
|
|
9763
9739
|
xa as addUser,
|
|
@@ -9771,7 +9747,7 @@ export {
|
|
|
9771
9747
|
Vn as assetProcedureSlice,
|
|
9772
9748
|
_o as assetProcedureStepFieldValuesAttachmentReducer,
|
|
9773
9749
|
Hn as assetProcedureStepFieldValuesAttachmentSlice,
|
|
9774
|
-
|
|
9750
|
+
jo as assetProcedureStepFieldValuesReducer,
|
|
9775
9751
|
Yn as assetProcedureStepFieldValuesSlice,
|
|
9776
9752
|
eo as assetProcedureStepFieldsAttachmentReducer,
|
|
9777
9753
|
Cn as assetProcedureStepFieldsAttachmentSlice,
|
|
@@ -9782,14 +9758,14 @@ export {
|
|
|
9782
9758
|
fc as assetProcedureTypeAttachmentReducer,
|
|
9783
9759
|
Mn as assetProcedureTypeAttachmentSlice,
|
|
9784
9760
|
Qc as assetProcedureTypeFieldValuesAttachmentReducer,
|
|
9785
|
-
|
|
9761
|
+
zn as assetProcedureTypeFieldValuesAttachmentSlice,
|
|
9786
9762
|
pd as assetProcedureTypeFieldValuesReducer,
|
|
9787
9763
|
qn as assetProcedureTypeFieldValuesSlice,
|
|
9788
9764
|
Rc as assetProcedureTypeFieldsAttachmentReducer,
|
|
9789
9765
|
wn as assetProcedureTypeFieldsAttachmentSlice,
|
|
9790
9766
|
Uc as assetProcedureTypeFieldsReducer,
|
|
9791
9767
|
En as assetProcedureTypeFieldsSlice,
|
|
9792
|
-
|
|
9768
|
+
jd as assetProcedureTypeReducer,
|
|
9793
9769
|
$n as assetProcedureTypeSlice,
|
|
9794
9770
|
ou as assetReducer,
|
|
9795
9771
|
Xn as assetSlice,
|
|
@@ -9799,7 +9775,7 @@ export {
|
|
|
9799
9775
|
si as assetStageSlice,
|
|
9800
9776
|
Wu as assetTypeAttachmentReducer,
|
|
9801
9777
|
ai as assetTypeAttachmentSlice,
|
|
9802
|
-
|
|
9778
|
+
zl as assetTypeFieldValuesAttachmentReducer,
|
|
9803
9779
|
hi as assetTypeFieldValuesAttachmentSlice,
|
|
9804
9780
|
Nl as assetTypeFieldValuesReducer,
|
|
9805
9781
|
fi as assetTypeFieldValuesSlice,
|
|
@@ -9818,12 +9794,12 @@ export {
|
|
|
9818
9794
|
Cr as assetTypeStatusSortFn,
|
|
9819
9795
|
Nh as authReducer,
|
|
9820
9796
|
kt as authSlice,
|
|
9821
|
-
|
|
9797
|
+
aP as baseReducer,
|
|
9822
9798
|
sr as baseReducers,
|
|
9823
9799
|
lb as clearTokens,
|
|
9824
9800
|
P as createModelAdapter,
|
|
9825
|
-
|
|
9826
|
-
|
|
9801
|
+
vT as createOfflineAction,
|
|
9802
|
+
z as createPayload,
|
|
9827
9803
|
og as createSelectionAdapter,
|
|
9828
9804
|
su as deleteAsset,
|
|
9829
9805
|
tc as deleteAssetAttachment,
|
|
@@ -9851,11 +9827,11 @@ export {
|
|
|
9851
9827
|
wc as deleteAssetProcedureTypeFieldsAttachments,
|
|
9852
9828
|
Cc as deleteAssetProcedureTypeFieldsMany,
|
|
9853
9829
|
qd as deleteAssetProcedureTypes,
|
|
9854
|
-
|
|
9855
|
-
|
|
9830
|
+
jn as deleteAssetProcedures,
|
|
9831
|
+
zu as deleteAssetStage,
|
|
9856
9832
|
Au as deleteAssetStageCompletion,
|
|
9857
9833
|
Su as deleteAssetStageCompletions,
|
|
9858
|
-
|
|
9834
|
+
vu as deleteAssetStages,
|
|
9859
9835
|
Ph as deleteAssetType,
|
|
9860
9836
|
Uu as deleteAssetTypeAttachment,
|
|
9861
9837
|
ci as deleteAssetTypeAttachments,
|
|
@@ -9871,12 +9847,12 @@ export {
|
|
|
9871
9847
|
lh as deleteAssetTypeIdentifierValue,
|
|
9872
9848
|
hh as deleteAssetTypeIdentifierValues,
|
|
9873
9849
|
Ql as deleteAssetTypeIdentifiers,
|
|
9874
|
-
|
|
9875
|
-
|
|
9850
|
+
Dh as deleteAssetTypeStatus,
|
|
9851
|
+
jh as deleteAssetTypeStatuses,
|
|
9876
9852
|
_h as deleteAssetTypes,
|
|
9877
9853
|
ei as deleteAssets,
|
|
9878
9854
|
Eg as deleteConversation,
|
|
9879
|
-
|
|
9855
|
+
zg as deleteConversations,
|
|
9880
9856
|
lp as deleteDocument,
|
|
9881
9857
|
Xh as deleteDocumentAttachment,
|
|
9882
9858
|
Qh as deleteDocumentAttachments,
|
|
@@ -9912,7 +9888,7 @@ export {
|
|
|
9912
9888
|
xf as deleteIssueTypeAttachment,
|
|
9913
9889
|
Cf as deleteIssueTypeAttachments,
|
|
9914
9890
|
hA as deleteIssueTypeFieldValues,
|
|
9915
|
-
|
|
9891
|
+
DA as deleteIssueTypeFieldValuesAttachment,
|
|
9916
9892
|
ga as deleteIssueTypeFieldValuesAttachments,
|
|
9917
9893
|
pA as deleteIssueTypeFieldValuesMany,
|
|
9918
9894
|
_A as deleteIssueTypeFields,
|
|
@@ -9963,11 +9939,11 @@ export {
|
|
|
9963
9939
|
A as fallbackToEmptyArray,
|
|
9964
9940
|
bt as fallbackToEmptyObject,
|
|
9965
9941
|
Vr as fetchBlobFromObjectUrl,
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9942
|
+
Dr as fetchFileFromObjectUrl,
|
|
9943
|
+
zp as fileReducer,
|
|
9944
|
+
zi as fileSlice,
|
|
9969
9945
|
Np as formIdentifierReducer,
|
|
9970
|
-
|
|
9946
|
+
vi as formIdentifierSlice,
|
|
9971
9947
|
nm as formIdentifierValueReducer,
|
|
9972
9948
|
ki as formIdentifierValueSlice,
|
|
9973
9949
|
qm as formReducer,
|
|
@@ -9989,14 +9965,14 @@ export {
|
|
|
9989
9965
|
Lr as getDocumentSubTree,
|
|
9990
9966
|
_g as getDocumentTrees,
|
|
9991
9967
|
Jt as getFileExtension,
|
|
9992
|
-
|
|
9968
|
+
vr as getLocalDateString,
|
|
9993
9969
|
mg as getLocalRelativeDateString,
|
|
9994
9970
|
it as getOutboxCoordinator,
|
|
9995
9971
|
yg as getRenamedFile,
|
|
9996
9972
|
S as getRequestDescription,
|
|
9997
9973
|
Zt as getS3FileKey,
|
|
9998
9974
|
St as hashFile,
|
|
9999
|
-
|
|
9975
|
+
T_ as initSDK,
|
|
10000
9976
|
Yr as initializeAssetAttachments,
|
|
10001
9977
|
Mo as initializeAssetProcedureStepFieldValues,
|
|
10002
9978
|
mo as initializeAssetProcedureStepFieldValuesAttachments,
|
|
@@ -10013,7 +9989,7 @@ export {
|
|
|
10013
9989
|
uu as initializeAssetStageCompletions,
|
|
10014
9990
|
Pu as initializeAssetStages,
|
|
10015
9991
|
Vu as initializeAssetTypeAttachments,
|
|
10016
|
-
|
|
9992
|
+
vl as initializeAssetTypeFieldValues,
|
|
10017
9993
|
Ol as initializeAssetTypeFieldValuesAttachments,
|
|
10018
9994
|
cl as initializeAssetTypeFields,
|
|
10019
9995
|
Ku as initializeAssetTypeFieldsAttachments,
|
|
@@ -10027,7 +10003,7 @@ export {
|
|
|
10027
10003
|
ip as initializeDocuments,
|
|
10028
10004
|
Ap as initializeEmailDomains,
|
|
10029
10005
|
Hp as initializeFormIdentifierValues,
|
|
10030
|
-
|
|
10006
|
+
vp as initializeFormIdentifiers,
|
|
10031
10007
|
im as initializeFormRevisionAttachments,
|
|
10032
10008
|
Am as initializeFormRevisions,
|
|
10033
10009
|
$m as initializeFormSubmissionAttachments,
|
|
@@ -10035,12 +10011,12 @@ export {
|
|
|
10035
10011
|
Mm as initializeForms,
|
|
10036
10012
|
dy as initializeGeoImages,
|
|
10037
10013
|
Iy as initializeIssueAssociations,
|
|
10038
|
-
|
|
10014
|
+
Dy as initializeIssueAttachments,
|
|
10039
10015
|
Yy as initializeIssueCommentAttachments,
|
|
10040
10016
|
of as initializeIssueComments,
|
|
10041
10017
|
Bf as initializeIssueTypeAttachments,
|
|
10042
10018
|
aA as initializeIssueTypeFieldValues,
|
|
10043
|
-
|
|
10019
|
+
zA as initializeIssueTypeFieldValuesAttachments,
|
|
10044
10020
|
SA as initializeIssueTypeFields,
|
|
10045
10021
|
Gf as initializeIssueTypeFieldsAttachments,
|
|
10046
10022
|
sS as initializeIssueTypeIdentifierValues,
|
|
@@ -10051,14 +10027,14 @@ export {
|
|
|
10051
10027
|
If as initializeIssues,
|
|
10052
10028
|
aT as initializeOrganizationAccesses,
|
|
10053
10029
|
ST as initializeOrganizations,
|
|
10054
|
-
|
|
10030
|
+
DT as initializeProjectAccesses,
|
|
10055
10031
|
YT as initializeProjectAttachments,
|
|
10056
10032
|
dO as initializeProjectFiles,
|
|
10057
10033
|
gO as initializeProjects,
|
|
10058
|
-
|
|
10034
|
+
DO as initializeTeamMemberships,
|
|
10059
10035
|
ZO as initializeTeams,
|
|
10060
10036
|
YS as initializeUsers,
|
|
10061
|
-
|
|
10037
|
+
jr as isObjectUrl,
|
|
10062
10038
|
pg as isToday,
|
|
10063
10039
|
Vy as issueAssociationReducer,
|
|
10064
10040
|
sa as issueAssociationSlice,
|
|
@@ -10068,7 +10044,7 @@ export {
|
|
|
10068
10044
|
ca as issueCommentAttachmentSlice,
|
|
10069
10045
|
Of as issueCommentReducer,
|
|
10070
10046
|
oa as issueCommentSlice,
|
|
10071
|
-
|
|
10047
|
+
vf as issueReducer,
|
|
10072
10048
|
la as issueSlice,
|
|
10073
10049
|
Hf as issueTypeAttachmentReducer,
|
|
10074
10050
|
ma as issueTypeAttachmentSlice,
|
|
@@ -10090,19 +10066,19 @@ export {
|
|
|
10090
10066
|
Ra as issueTypeStatusSlice,
|
|
10091
10067
|
Ur as issueTypeStatusSortFn,
|
|
10092
10068
|
KS as issueUpdateReducer,
|
|
10093
|
-
|
|
10069
|
+
va as issueUpdateSlice,
|
|
10094
10070
|
Ag as logOnlyOnce,
|
|
10095
10071
|
kT as markAsDeleted,
|
|
10096
10072
|
Wb as markForDeletion,
|
|
10097
10073
|
fn as memoize,
|
|
10098
10074
|
mT as organizationAccessReducer,
|
|
10099
10075
|
La as organizationAccessSlice,
|
|
10100
|
-
|
|
10076
|
+
zT as organizationReducer,
|
|
10101
10077
|
Na as organizationSlice,
|
|
10102
10078
|
VT as outboxReducer,
|
|
10103
10079
|
Ha as outboxSlice,
|
|
10104
|
-
|
|
10105
|
-
|
|
10080
|
+
cP as overmapEnhancer,
|
|
10081
|
+
rP as overmapReducer,
|
|
10106
10082
|
hI as overmapReducers,
|
|
10107
10083
|
or as performRequest,
|
|
10108
10084
|
PI as performRequestFromAction,
|
|
@@ -10112,18 +10088,16 @@ export {
|
|
|
10112
10088
|
Ka as projectAttachmentSlice,
|
|
10113
10089
|
IO as projectFileReducer,
|
|
10114
10090
|
Za as projectFileSlice,
|
|
10115
|
-
|
|
10091
|
+
zO as projectReducer,
|
|
10116
10092
|
Ja as projectSlice,
|
|
10117
10093
|
VO as rehydratedReducer,
|
|
10118
10094
|
Xa as rehydratedSlice,
|
|
10119
10095
|
f as restructureSelectorWithArgs,
|
|
10120
10096
|
CI as runMiddleware,
|
|
10121
|
-
eP as saveActiveProjectFileBounds,
|
|
10122
10097
|
hb as selectAccessToken,
|
|
10123
10098
|
Yb as selectAccessesByUserOfProject,
|
|
10124
|
-
|
|
10099
|
+
Xb as selectAccessibleProjects,
|
|
10125
10100
|
Lb as selectActiveOrganizationAccess,
|
|
10126
|
-
tP as selectActiveProjectFileId,
|
|
10127
10101
|
_i as selectAllDocumentAttachments,
|
|
10128
10102
|
nc as selectAssetAttachmentById,
|
|
10129
10103
|
sc as selectAssetAttachmentMapping,
|
|
@@ -10138,7 +10112,7 @@ export {
|
|
|
10138
10112
|
bo as selectAssetProcedureStepFieldValuesAttachmentsByIds,
|
|
10139
10113
|
Io as selectAssetProcedureStepFieldValuesAttachmentsMapping,
|
|
10140
10114
|
Vo as selectAssetProcedureStepFieldValuesById,
|
|
10141
|
-
|
|
10115
|
+
Do as selectAssetProcedureStepFieldValuesByIds,
|
|
10142
10116
|
qo as selectAssetProcedureStepFieldValuesMapping,
|
|
10143
10117
|
Gg as selectAssetProcedureStepFieldValuesOfAsset,
|
|
10144
10118
|
Wg as selectAssetProcedureStepFieldValuesOfAssetProcedure,
|
|
@@ -10170,11 +10144,11 @@ export {
|
|
|
10170
10144
|
yd as selectAssetProcedureTypeFieldValuesById,
|
|
10171
10145
|
fd as selectAssetProcedureTypeFieldValuesByIds,
|
|
10172
10146
|
md as selectAssetProcedureTypeFieldValuesMapping,
|
|
10173
|
-
|
|
10147
|
+
jg as selectAssetProcedureTypeFieldValuesOfAsset,
|
|
10174
10148
|
Mt as selectAssetProcedureTypeFields,
|
|
10175
|
-
|
|
10149
|
+
zc as selectAssetProcedureTypeFieldsAttachmentById,
|
|
10176
10150
|
Rn as selectAssetProcedureTypeFieldsAttachments,
|
|
10177
|
-
|
|
10151
|
+
vc as selectAssetProcedureTypeFieldsAttachmentsByIds,
|
|
10178
10152
|
Ec as selectAssetProcedureTypeFieldsAttachmentsMapping,
|
|
10179
10153
|
Nc as selectAssetProcedureTypeFieldsById,
|
|
10180
10154
|
Hc as selectAssetProcedureTypeFieldsByIds,
|
|
@@ -10203,7 +10177,7 @@ export {
|
|
|
10203
10177
|
di as selectAssetTypeAttachments,
|
|
10204
10178
|
Hu as selectAssetTypeAttachmentsByIds,
|
|
10205
10179
|
Fh as selectAssetTypeById,
|
|
10206
|
-
|
|
10180
|
+
vt as selectAssetTypeFieldValues,
|
|
10207
10181
|
wl as selectAssetTypeFieldValuesAttachmentById,
|
|
10208
10182
|
yi as selectAssetTypeFieldValuesAttachments,
|
|
10209
10183
|
Rl as selectAssetTypeFieldValuesAttachmentsByIds,
|
|
@@ -10242,7 +10216,7 @@ export {
|
|
|
10242
10216
|
wh as selectAssetTypesByIds,
|
|
10243
10217
|
Mh as selectAssetTypesMapping,
|
|
10244
10218
|
db as selectAssetTypesOfOrganization,
|
|
10245
|
-
|
|
10219
|
+
zt as selectAssets,
|
|
10246
10220
|
du as selectAssetsByIds,
|
|
10247
10221
|
au as selectAssetsMapping,
|
|
10248
10222
|
ru as selectAssetsOfAssetType,
|
|
@@ -10263,12 +10237,12 @@ export {
|
|
|
10263
10237
|
Fb as selectAttachmentsOfIssueComment,
|
|
10264
10238
|
Eb as selectAttachmentsOfIssueType,
|
|
10265
10239
|
CA as selectAttachmentsOfIssueTypeFieldValues,
|
|
10266
|
-
|
|
10240
|
+
zb as selectAttachmentsOfIssueTypeFields,
|
|
10267
10241
|
Jb as selectAttachmentsOfProject,
|
|
10268
10242
|
wb as selectCommentsOfIssue,
|
|
10269
10243
|
Bg as selectConversation,
|
|
10270
10244
|
In as selectConversationMapping,
|
|
10271
|
-
|
|
10245
|
+
vg as selectConversations,
|
|
10272
10246
|
nT as selectCurrentUser,
|
|
10273
10247
|
Hb as selectDeletedRequests,
|
|
10274
10248
|
Jo as selectDescendantsOfAssetProcedureStep,
|
|
@@ -10286,7 +10260,7 @@ export {
|
|
|
10286
10260
|
wp as selectEmailDomainsByIds,
|
|
10287
10261
|
Ab as selectEmailDomainsOfOrganization,
|
|
10288
10262
|
$g as selectFieldValuesOfAssetProcedure,
|
|
10289
|
-
|
|
10263
|
+
Dm as selectFormById,
|
|
10290
10264
|
Up as selectFormIdentifierById,
|
|
10291
10265
|
Cp as selectFormIdentifierMapping,
|
|
10292
10266
|
tm as selectFormIdentifierValueById,
|
|
@@ -10302,10 +10276,10 @@ export {
|
|
|
10302
10276
|
mm as selectFormRevisionAttachmentById,
|
|
10303
10277
|
pm as selectFormRevisionAttachments,
|
|
10304
10278
|
ym as selectFormRevisionAttachmentsByIds,
|
|
10305
|
-
|
|
10279
|
+
Dt as selectFormRevisionAttachmentsMapping,
|
|
10306
10280
|
gm as selectFormRevisionById,
|
|
10307
10281
|
Ci as selectFormRevisionMapping,
|
|
10308
|
-
|
|
10282
|
+
jt as selectFormRevisions,
|
|
10309
10283
|
bm as selectFormRevisionsByIds,
|
|
10310
10284
|
Pm as selectFormRevisionsOfForm,
|
|
10311
10285
|
Yi as selectFormSubmissionAttachemntsByIds,
|
|
@@ -10319,14 +10293,13 @@ export {
|
|
|
10319
10293
|
Qi as selectFormSubmissionsMapping,
|
|
10320
10294
|
ry as selectFormSubmissionsOfForm,
|
|
10321
10295
|
Li as selectForms,
|
|
10322
|
-
|
|
10296
|
+
jm as selectFormsByIds,
|
|
10323
10297
|
_b as selectFormsOfOrganization,
|
|
10324
10298
|
Sy as selectGeoImageById,
|
|
10325
10299
|
Ay as selectGeoImageMapping,
|
|
10326
10300
|
ta as selectGeoImages,
|
|
10327
10301
|
Ty as selectGeoImagesByIds,
|
|
10328
10302
|
Mb as selectGeoImagesOfProject,
|
|
10329
|
-
sP as selectIsImportingProjectFile,
|
|
10330
10303
|
pb as selectIsLoggedIn,
|
|
10331
10304
|
Ry as selectIssueAssociationById,
|
|
10332
10305
|
wy as selectIssueAssociationMapping,
|
|
@@ -10335,8 +10308,8 @@ export {
|
|
|
10335
10308
|
qy as selectIssueAssociationsOfAsset,
|
|
10336
10309
|
ky as selectIssueAssociationsOfIssue,
|
|
10337
10310
|
By as selectIssueAssociationsOfIssues,
|
|
10338
|
-
|
|
10339
|
-
|
|
10311
|
+
zy as selectIssueAssociationsToIssue,
|
|
10312
|
+
vy as selectIssueAssociationsToIssues,
|
|
10340
10313
|
Gy as selectIssueAttachmentById,
|
|
10341
10314
|
Ny as selectIssueAttachmentMapping,
|
|
10342
10315
|
ra as selectIssueAttachments,
|
|
@@ -10359,11 +10332,11 @@ export {
|
|
|
10359
10332
|
$A as selectIssueTypeFieldValuesAttachmentById,
|
|
10360
10333
|
ba as selectIssueTypeFieldValuesAttachments,
|
|
10361
10334
|
xA as selectIssueTypeFieldValuesAttachmentsByIds,
|
|
10362
|
-
|
|
10335
|
+
jA as selectIssueTypeFieldValuesAttachmentsMapping,
|
|
10363
10336
|
yA as selectIssueTypeFieldValuesById,
|
|
10364
10337
|
fA as selectIssueTypeFieldValuesByIds,
|
|
10365
10338
|
mA as selectIssueTypeFieldValuesMapping,
|
|
10366
|
-
|
|
10339
|
+
vb as selectIssueTypeFieldValuesOfIssue,
|
|
10367
10340
|
ft as selectIssueTypeFields,
|
|
10368
10341
|
sA as selectIssueTypeFieldsAttachmentById,
|
|
10369
10342
|
Aa as selectIssueTypeFieldsAttachments,
|
|
@@ -10379,38 +10352,38 @@ export {
|
|
|
10379
10352
|
lS as selectIssueTypeIdentifierValueMapping,
|
|
10380
10353
|
Ct as selectIssueTypeIdentifierValues,
|
|
10381
10354
|
pS as selectIssueTypeIdentifierValuesByIds,
|
|
10382
|
-
|
|
10383
|
-
|
|
10355
|
+
jb as selectIssueTypeIdentifierValuesOfIdentifier,
|
|
10356
|
+
Db as selectIssueTypeIdentifierValuesOfIssue,
|
|
10384
10357
|
_a as selectIssueTypeIdentifiers,
|
|
10385
10358
|
eS as selectIssueTypeIdentifiersByIds,
|
|
10386
10359
|
Vb as selectIssueTypeIdentifiersOfIssueType,
|
|
10387
10360
|
PS as selectIssueTypeMapping,
|
|
10388
|
-
|
|
10389
|
-
|
|
10361
|
+
za as selectIssueTypeStatusById,
|
|
10362
|
+
DS as selectIssueTypeStatusMapping,
|
|
10390
10363
|
Ea as selectIssueTypeStatuses,
|
|
10391
|
-
|
|
10364
|
+
jS as selectIssueTypeStatusesByIds,
|
|
10392
10365
|
xb as selectIssueTypeStatusesOfIssueType,
|
|
10393
10366
|
qb as selectIssueTypeValuesOfIssueType,
|
|
10394
10367
|
wa as selectIssueTypes,
|
|
10395
10368
|
MS as selectIssueTypesByIds,
|
|
10396
10369
|
$b as selectIssueTypesOfOrganization,
|
|
10397
10370
|
HS as selectIssueUpdateById,
|
|
10398
|
-
|
|
10399
|
-
|
|
10371
|
+
Da as selectIssueUpdateMapping,
|
|
10372
|
+
ja as selectIssueUpdates,
|
|
10400
10373
|
GS as selectIssueUpdatesByIds,
|
|
10401
10374
|
WS as selectIssueUpdatesOfIssue,
|
|
10402
10375
|
$t as selectIssues,
|
|
10403
10376
|
Ef as selectIssuesByIds,
|
|
10404
|
-
|
|
10377
|
+
zf as selectIssuesOfIssueType,
|
|
10405
10378
|
Rb as selectIssuesOfProject,
|
|
10406
10379
|
Ng as selectLatestAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
10407
|
-
|
|
10380
|
+
Dg as selectLatestAssetProcedureTypeFieldsOfAssetProcedureType,
|
|
10408
10381
|
sb as selectLatestAssetTypeFieldsOfAssetType,
|
|
10409
10382
|
Hg as selectLatestFieldsByAssetProcedureStep,
|
|
10410
10383
|
Pb as selectLatestFormRevisionOfForm,
|
|
10411
10384
|
kb as selectLatestIssueTypeFieldsOfIssueType,
|
|
10412
10385
|
Gb as selectLatestRetryTime,
|
|
10413
|
-
|
|
10386
|
+
sP as selectMembershipsByUserOfTeam,
|
|
10414
10387
|
yT as selectOrganizationAccessById,
|
|
10415
10388
|
Nt as selectOrganizationAccessMapping,
|
|
10416
10389
|
AT as selectOrganizationAccessUserMapping,
|
|
@@ -10435,11 +10408,11 @@ export {
|
|
|
10435
10408
|
AO as selectProjectFileMapping,
|
|
10436
10409
|
SO as selectProjectFiles,
|
|
10437
10410
|
OO as selectProjectFilesByIds,
|
|
10438
|
-
|
|
10411
|
+
vO as selectProjectMapping,
|
|
10439
10412
|
Ht as selectProjects,
|
|
10440
10413
|
kO as selectProjectsByIds,
|
|
10441
|
-
|
|
10442
|
-
|
|
10414
|
+
Qb as selectProjectsOfOrganization,
|
|
10415
|
+
tP as selectRehydrated,
|
|
10443
10416
|
ni as selectStageMapping,
|
|
10444
10417
|
rI as selectTeamById,
|
|
10445
10418
|
KO as selectTeamMembershipById,
|
|
@@ -10449,7 +10422,7 @@ export {
|
|
|
10449
10422
|
tr as selectTeams,
|
|
10450
10423
|
cI as selectTeamsByIds,
|
|
10451
10424
|
aI as selectTeamsMapping,
|
|
10452
|
-
|
|
10425
|
+
iP as selectTeamsOfOrganization,
|
|
10453
10426
|
Tb as selectUploadUrl,
|
|
10454
10427
|
Lt as selectUserById,
|
|
10455
10428
|
Ut as selectUsers,
|
|
@@ -10457,8 +10430,7 @@ export {
|
|
|
10457
10430
|
Ua as selectUsersMapping,
|
|
10458
10431
|
Nb as selectUsersOfOrganization,
|
|
10459
10432
|
Zb as selectUsersOfProject,
|
|
10460
|
-
|
|
10461
|
-
Qb as setActiveProjectFileId,
|
|
10433
|
+
nP as selectUsersOfTeam,
|
|
10462
10434
|
nu as setAsset,
|
|
10463
10435
|
Jr as setAssetAttachment,
|
|
10464
10436
|
Xr as setAssetAttachments,
|
|
@@ -10483,15 +10455,15 @@ export {
|
|
|
10483
10455
|
Vc as setAssetProcedureTypeFields,
|
|
10484
10456
|
bc as setAssetProcedureTypeFieldsAttachment,
|
|
10485
10457
|
Pc as setAssetProcedureTypeFieldsAttachments,
|
|
10486
|
-
|
|
10487
|
-
|
|
10458
|
+
Dc as setAssetProcedureTypeFieldsMany,
|
|
10459
|
+
Dd as setAssetProcedureTypes,
|
|
10488
10460
|
bd as setAssetProcedures,
|
|
10489
10461
|
_u as setAssetStage,
|
|
10490
10462
|
pu as setAssetStageCompletion,
|
|
10491
10463
|
mu as setAssetStageCompletions,
|
|
10492
10464
|
Mu as setAssetStages,
|
|
10493
10465
|
Sh as setAssetType,
|
|
10494
|
-
|
|
10466
|
+
ju as setAssetTypeAttachment,
|
|
10495
10467
|
$u as setAssetTypeAttachments,
|
|
10496
10468
|
ql as setAssetTypeFieldValues,
|
|
10497
10469
|
gl as setAssetTypeFieldValuesAttachment,
|
|
@@ -10536,7 +10508,6 @@ export {
|
|
|
10536
10508
|
Em as setForms,
|
|
10537
10509
|
oy as setGeoImage,
|
|
10538
10510
|
uy as setGeoImages,
|
|
10539
|
-
Xb as setIsImportingProjectFile,
|
|
10540
10511
|
bf as setIssue,
|
|
10541
10512
|
by as setIssueAssociation,
|
|
10542
10513
|
gy as setIssueAssociations,
|
|
@@ -10548,7 +10519,7 @@ export {
|
|
|
10548
10519
|
pf as setIssueComments,
|
|
10549
10520
|
SS as setIssueType,
|
|
10550
10521
|
Vf as setIssueTypeAttachment,
|
|
10551
|
-
|
|
10522
|
+
Df as setIssueTypeAttachments,
|
|
10552
10523
|
dA as setIssueTypeFieldValues,
|
|
10553
10524
|
BA as setIssueTypeFieldValuesAttachment,
|
|
10554
10525
|
kA as setIssueTypeFieldValuesAttachments,
|
|
@@ -10561,8 +10532,8 @@ export {
|
|
|
10561
10532
|
aS as setIssueTypeIdentifierValue,
|
|
10562
10533
|
rS as setIssueTypeIdentifierValues,
|
|
10563
10534
|
WA as setIssueTypeIdentifiers,
|
|
10564
|
-
|
|
10565
|
-
|
|
10535
|
+
zS as setIssueTypeStatus,
|
|
10536
|
+
vS as setIssueTypeStatuses,
|
|
10566
10537
|
TS as setIssueTypes,
|
|
10567
10538
|
CS as setIssueUpdate,
|
|
10568
10539
|
US as setIssueUpdates,
|
|
@@ -10581,7 +10552,7 @@ export {
|
|
|
10581
10552
|
oO as setProjectFile,
|
|
10582
10553
|
uO as setProjectFiles,
|
|
10583
10554
|
bO as setProjects,
|
|
10584
|
-
|
|
10555
|
+
eP as setRehydrated,
|
|
10585
10556
|
QO as setTeam,
|
|
10586
10557
|
xO as setTeamMembership,
|
|
10587
10558
|
CO as setTeamMemberships,
|
|
@@ -10606,23 +10577,23 @@ export {
|
|
|
10606
10577
|
ec as updateAssetAttachments,
|
|
10607
10578
|
Td as updateAssetProcedure,
|
|
10608
10579
|
No as updateAssetProcedureStep,
|
|
10609
|
-
|
|
10580
|
+
zo as updateAssetProcedureStepFieldValues,
|
|
10610
10581
|
So as updateAssetProcedureStepFieldValuesAttachment,
|
|
10611
10582
|
To as updateAssetProcedureStepFieldValuesAttachments,
|
|
10612
|
-
|
|
10583
|
+
vo as updateAssetProcedureStepFieldValuesMany,
|
|
10613
10584
|
ro as updateAssetProcedureStepFields,
|
|
10614
10585
|
Wd as updateAssetProcedureStepFieldsAttachment,
|
|
10615
10586
|
Kd as updateAssetProcedureStepFieldsAttachments,
|
|
10616
10587
|
co as updateAssetProcedureStepFieldsMany,
|
|
10617
10588
|
Ho as updateAssetProcedureSteps,
|
|
10618
|
-
|
|
10589
|
+
vd as updateAssetProcedureType,
|
|
10619
10590
|
hc as updateAssetProcedureTypeAttachment,
|
|
10620
10591
|
pc as updateAssetProcedureTypeAttachments,
|
|
10621
10592
|
od as updateAssetProcedureTypeFieldValues,
|
|
10622
10593
|
Zc as updateAssetProcedureTypeFieldValuesAttachment,
|
|
10623
10594
|
Jc as updateAssetProcedureTypeFieldValuesAttachments,
|
|
10624
10595
|
ud as updateAssetProcedureTypeFieldValuesMany,
|
|
10625
|
-
|
|
10596
|
+
jc as updateAssetProcedureTypeFields,
|
|
10626
10597
|
_c as updateAssetProcedureTypeFieldsAttachment,
|
|
10627
10598
|
Mc as updateAssetProcedureTypeFieldsAttachments,
|
|
10628
10599
|
$c as updateAssetProcedureTypeFieldsMany,
|
|
@@ -10635,10 +10606,10 @@ export {
|
|
|
10635
10606
|
gh as updateAssetType,
|
|
10636
10607
|
xu as updateAssetTypeAttachment,
|
|
10637
10608
|
Cu as updateAssetTypeAttachments,
|
|
10638
|
-
|
|
10609
|
+
Dl as updateAssetTypeFieldValues,
|
|
10639
10610
|
Pl as updateAssetTypeFieldValuesAttachment,
|
|
10640
10611
|
_l as updateAssetTypeFieldValuesAttachments,
|
|
10641
|
-
|
|
10612
|
+
jl as updateAssetTypeFieldValuesMany,
|
|
10642
10613
|
hl as updateAssetTypeFields,
|
|
10643
10614
|
Qu as updateAssetTypeFieldsAttachment,
|
|
10644
10615
|
el as updateAssetTypeFieldsAttachments,
|
|
@@ -10659,11 +10630,11 @@ export {
|
|
|
10659
10630
|
up as updateDocuments,
|
|
10660
10631
|
gp as updateEmailDomain,
|
|
10661
10632
|
bp as updateEmailDomains,
|
|
10662
|
-
|
|
10663
|
-
|
|
10633
|
+
zm as updateForm,
|
|
10634
|
+
Dp as updateFormIdentifier,
|
|
10664
10635
|
Zp as updateFormIdentifierValue,
|
|
10665
10636
|
Jp as updateFormIdentifierValues,
|
|
10666
|
-
|
|
10637
|
+
jp as updateFormIdentifiers,
|
|
10667
10638
|
Om as updateFormRevision,
|
|
10668
10639
|
om as updateFormRevisionAttachment,
|
|
10669
10640
|
um as updateFormRevisionAttachments,
|
|
@@ -10672,7 +10643,7 @@ export {
|
|
|
10672
10643
|
Lm as updateFormSubmissionAttachment,
|
|
10673
10644
|
Nm as updateFormSubmissionAttachments,
|
|
10674
10645
|
ty as updateFormSubmissions,
|
|
10675
|
-
|
|
10646
|
+
vm as updateForms,
|
|
10676
10647
|
py as updateGeoImage,
|
|
10677
10648
|
my as updateGeoImages,
|
|
10678
10649
|
_f as updateIssue,
|
|
@@ -10685,7 +10656,7 @@ export {
|
|
|
10685
10656
|
tf as updateIssueCommentAttachments,
|
|
10686
10657
|
yf as updateIssueComments,
|
|
10687
10658
|
OS as updateIssueType,
|
|
10688
|
-
|
|
10659
|
+
jf as updateIssueTypeAttachment,
|
|
10689
10660
|
$f as updateIssueTypeAttachments,
|
|
10690
10661
|
uA as updateIssueTypeFieldValues,
|
|
10691
10662
|
qA as updateIssueTypeFieldValuesAttachment,
|