@overmap-ai/core 1.0.78-session-auth-dev.3 → 1.0.78-session-auth-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/overmap-core.js +1193 -1188
- package/dist/overmap-core.umd.cjs +5 -5
- package/package.json +1 -1
package/dist/overmap-core.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var Mc = Object.defineProperty;
|
|
2
2
|
var jc = (t, e, s) => e in t ? Mc(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;
|
|
3
|
-
var
|
|
3
|
+
var A = (t, e, s) => jc(t, typeof e != "symbol" ? e + "" : e, s);
|
|
4
4
|
import "@redux-offline/redux-offline/lib/types";
|
|
5
5
|
import { createAction as zt, createSlice as _, isAnyOf as O, createSelector as m, combineReducers as Tn, compose as zc } from "@reduxjs/toolkit";
|
|
6
6
|
import Ge from "superagent";
|
|
@@ -18,51 +18,51 @@ import { DepGraph as Gc } from "dependency-graph";
|
|
|
18
18
|
import "@tiptap/core";
|
|
19
19
|
const Bc = Object.freeze([]), Lc = Object.freeze({});
|
|
20
20
|
var Nc = /* @__PURE__ */ ((t) => (t[t.GUEST = 0] = "GUEST", t[t.BASIC = 2] = "BASIC", t[t.ADMIN = 4] = "ADMIN", t))(Nc || {}), u = /* @__PURE__ */ ((t) => (t.GET = "GET", t.POST = "POST", t.PATCH = "PATCH", t.PUT = "PUT", t.DELETE = "DELETE", t))(u || {}), Hc = /* @__PURE__ */ ((t) => (t.Issue = "issue", t.Asset = "asset", t.AssetType = "asset_type", t.Project = "project", t.Document = "document", t))(Hc || {}), Fn = /* @__PURE__ */ ((t) => (t[t.LOWEST = 0] = "LOWEST", t[t.LOW = 2] = "LOW", t[t.MEDIUM = 4] = "MEDIUM", t[t.HIGH = 6] = "HIGH", t[t.HIGHEST = 8] = "HIGHEST", t))(Fn || {}), On = /* @__PURE__ */ ((t) => (t[t.BACKLOG = 0] = "BACKLOG", t[t.SELECTED = 2] = "SELECTED", t[t.DONE = 4] = "DONE", t))(On || {}), E = /* @__PURE__ */ ((t) => (t.STATUS = "status", t.PRIORITY = "priority", t.CATEGORY = "category", t.DESCRIPTION = "description", t.TITLE = "title", t.ASSIGNED_TO = "assigned_to", t.DUE_DATE = "due_date", t))(E || {});
|
|
21
|
-
const
|
|
21
|
+
const gm = On.BACKLOG, _m = Fn.MEDIUM, Wc = 6e4;
|
|
22
22
|
function F(t) {
|
|
23
23
|
return {
|
|
24
24
|
addOne: (h, p) => {
|
|
25
|
-
const
|
|
26
|
-
h.instances[
|
|
25
|
+
const f = t(p.payload);
|
|
26
|
+
h.instances[f] = p.payload;
|
|
27
27
|
},
|
|
28
28
|
addMany: (h, p) => {
|
|
29
|
-
for (const
|
|
30
|
-
const S = t(
|
|
31
|
-
h.instances[S] =
|
|
29
|
+
for (const f of p.payload) {
|
|
30
|
+
const S = t(f);
|
|
31
|
+
h.instances[S] = f;
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
setOne: (h, p) => {
|
|
35
|
-
const
|
|
36
|
-
h.instances[
|
|
35
|
+
const f = t(p.payload);
|
|
36
|
+
h.instances[f] = p.payload;
|
|
37
37
|
},
|
|
38
38
|
setMany: (h, p) => {
|
|
39
|
-
for (const
|
|
40
|
-
const S = t(
|
|
41
|
-
h.instances[S] =
|
|
39
|
+
for (const f of p.payload) {
|
|
40
|
+
const S = t(f);
|
|
41
|
+
h.instances[S] = f;
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
updateOne: (h, p) => {
|
|
45
|
-
const
|
|
46
|
-
h.instances[
|
|
45
|
+
const f = t(p.payload);
|
|
46
|
+
h.instances[f] = p.payload;
|
|
47
47
|
},
|
|
48
48
|
updateMany: (h, p) => {
|
|
49
|
-
for (const
|
|
50
|
-
const S = t(
|
|
51
|
-
h.instances[S] =
|
|
49
|
+
for (const f of p.payload) {
|
|
50
|
+
const S = t(f);
|
|
51
|
+
h.instances[S] = f;
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
deleteOne: (h, p) => {
|
|
55
55
|
delete h.instances[p.payload];
|
|
56
56
|
},
|
|
57
57
|
deleteMany: (h, p) => {
|
|
58
|
-
for (const
|
|
59
|
-
delete h.instances[
|
|
58
|
+
for (const f of p.payload)
|
|
59
|
+
delete h.instances[f];
|
|
60
60
|
},
|
|
61
61
|
initialize: (h, p) => {
|
|
62
62
|
h.instances = {};
|
|
63
|
-
for (const
|
|
64
|
-
const S = t(
|
|
65
|
-
h.instances[S] =
|
|
63
|
+
for (const f of p.payload) {
|
|
64
|
+
const S = t(f);
|
|
65
|
+
h.instances[S] = f;
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
getInitialState: (h) => ({
|
|
@@ -71,7 +71,7 @@ function F(t) {
|
|
|
71
71
|
})
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
function
|
|
74
|
+
function Pm() {
|
|
75
75
|
return {
|
|
76
76
|
initializeSelection: (l, r) => {
|
|
77
77
|
l.selection = Array.from(new Set(r.payload));
|
|
@@ -116,11 +116,11 @@ var Pn;
|
|
|
116
116
|
Pn = Symbol.toStringTag;
|
|
117
117
|
class Kc {
|
|
118
118
|
constructor() {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
A(this, Pn, "Promise");
|
|
120
|
+
A(this, "_promise");
|
|
121
|
+
A(this, "_resolve");
|
|
122
|
+
A(this, "_reject");
|
|
123
|
+
A(this, "_state", "pending");
|
|
124
124
|
this._resolve = null, this._reject = null, this._promise = new Promise((e, s) => {
|
|
125
125
|
this._resolve = e, this._reject = s;
|
|
126
126
|
});
|
|
@@ -146,17 +146,17 @@ class Kc {
|
|
|
146
146
|
throw new Error("`finally` not implemented");
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
|
-
const
|
|
149
|
+
const Tm = (t) => ({
|
|
150
150
|
type: "Point",
|
|
151
151
|
coordinates: t
|
|
152
|
-
}),
|
|
152
|
+
}), Fm = (t) => ({
|
|
153
153
|
type: "MultiPoint",
|
|
154
154
|
coordinates: t
|
|
155
|
-
}),
|
|
155
|
+
}), Om = (t, e) => t[0] === e[0] && t[1] === e[1];
|
|
156
156
|
let Tt = !1;
|
|
157
157
|
const Yc = "";
|
|
158
158
|
["true", "1"].includes(Yc.toLowerCase()) && (Tt = !0);
|
|
159
|
-
function
|
|
159
|
+
function Rm(t, e) {
|
|
160
160
|
if (t === e) return !0;
|
|
161
161
|
if (typeof t != typeof e)
|
|
162
162
|
return !1;
|
|
@@ -176,7 +176,7 @@ function Rn(t) {
|
|
|
176
176
|
return s in e ? (Tt && console.debug(`Memoization debug: Using memorized return value for ${t.toString()}(`, s, ")"), e[s]) : (Tt && console.debug(`Memoization debug: Cache miss! Memoizing ${t.toString()}(`, s, ")"), e[s] = t.apply(this, s));
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function Im(t, e) {
|
|
180
180
|
if (t.length !== e.length) return !1;
|
|
181
181
|
for (let s = 0; s < t.length; s++)
|
|
182
182
|
if (t[s] !== e[s]) return !1;
|
|
@@ -186,11 +186,11 @@ const b = (t) => t.length === 0 ? Bc : t, Ut = (t) => Object.keys(t).length ===
|
|
|
186
186
|
if (!t) return "";
|
|
187
187
|
const e = new Date(t), s = e.getFullYear() === Dt.getFullYear(), i = { day: "numeric", month: "short" };
|
|
188
188
|
return s || (i.year = "numeric"), e.toLocaleDateString([], i);
|
|
189
|
-
}),
|
|
190
|
-
const i = Math.round((new Date(t).getTime() - Dt.getTime()) /
|
|
191
|
-
return i < e || i > s ? Jc(t) :
|
|
189
|
+
}), Xc = new Intl.RelativeTimeFormat([], { style: "long", numeric: "auto" }), Zc = 1e3 * 86400, Dt = /* @__PURE__ */ new Date(), vm = (t) => new Date(t).toDateString() === Dt.toDateString(), wm = Rn((t, e, s) => {
|
|
190
|
+
const i = Math.round((new Date(t).getTime() - Dt.getTime()) / Zc);
|
|
191
|
+
return i < e || i > s ? Jc(t) : Xc.format(i, "days");
|
|
192
192
|
});
|
|
193
|
-
function
|
|
193
|
+
function Qc(t) {
|
|
194
194
|
return new Uint8Array(t).reduce((s, i) => s + i.toString(16).padStart(2, "0"), "");
|
|
195
195
|
}
|
|
196
196
|
const Jt = async (t, e) => {
|
|
@@ -210,13 +210,13 @@ function We(t) {
|
|
|
210
210
|
return;
|
|
211
211
|
}
|
|
212
212
|
crypto.subtle.digest("SHA-1", n).then((a) => {
|
|
213
|
-
const c =
|
|
213
|
+
const c = Qc(a);
|
|
214
214
|
e(c);
|
|
215
215
|
});
|
|
216
216
|
}, i.readAsArrayBuffer(t);
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
|
-
function
|
|
219
|
+
function km(t) {
|
|
220
220
|
if (!t.name || !t.type || !t.size) {
|
|
221
221
|
const e = "File has no name, type, and/or size";
|
|
222
222
|
throw new Error(e);
|
|
@@ -226,11 +226,11 @@ function wm(t) {
|
|
|
226
226
|
function er(t, e) {
|
|
227
227
|
return new File([t], e, { type: t.type });
|
|
228
228
|
}
|
|
229
|
-
function
|
|
229
|
+
function qm(t, e) {
|
|
230
230
|
const s = document.createElement("a");
|
|
231
231
|
s.setAttribute("href", "data:text/plain;charset=utf-8," + encodeURIComponent(e)), s.setAttribute("download", t), s.style.display = "none", document.body.appendChild(s), s.click(), document.body.removeChild(s);
|
|
232
232
|
}
|
|
233
|
-
const
|
|
233
|
+
const Em = async (t) => {
|
|
234
234
|
const e = {};
|
|
235
235
|
for (const s of t) {
|
|
236
236
|
const i = await We(s);
|
|
@@ -242,22 +242,22 @@ const qm = async (t) => {
|
|
|
242
242
|
};
|
|
243
243
|
}
|
|
244
244
|
return Object.values(e);
|
|
245
|
-
}, tr = async (t) => (await fetch(t)).blob(),
|
|
245
|
+
}, tr = async (t) => (await fetch(t)).blob(), Mm = (t) => new Promise((e, s) => {
|
|
246
246
|
const i = new FileReader();
|
|
247
247
|
i.onloadend = () => {
|
|
248
248
|
var n;
|
|
249
249
|
e(((n = i.result) == null ? void 0 : n.toString()) || "");
|
|
250
250
|
}, i.readAsDataURL(t);
|
|
251
251
|
});
|
|
252
|
-
function
|
|
252
|
+
function jm(t) {
|
|
253
253
|
const e = new Blob([t]);
|
|
254
254
|
Uc(e, t.name);
|
|
255
255
|
}
|
|
256
|
-
const
|
|
257
|
-
function
|
|
258
|
-
const n =
|
|
256
|
+
const Xt = {};
|
|
257
|
+
function zm(t, e, s, ...i) {
|
|
258
|
+
const n = Xt[t];
|
|
259
259
|
let a = !1;
|
|
260
|
-
n ? n[e] || (n[e] = !0, a = !0) : (
|
|
260
|
+
n ? n[e] || (n[e] = !0, a = !0) : (Xt[t] = { [e]: !0 }, a = !0), a && console[s](...i);
|
|
261
261
|
}
|
|
262
262
|
const sr = ["created_at", "updated_at", "index", "revision"];
|
|
263
263
|
function T(t) {
|
|
@@ -269,7 +269,7 @@ function ir(t) {
|
|
|
269
269
|
e[s.uuid] = s;
|
|
270
270
|
return e;
|
|
271
271
|
}
|
|
272
|
-
function
|
|
272
|
+
function Um(t, e = void 0, s = 255) {
|
|
273
273
|
let i = t.replace(/[^a-z0-9_\-.]/gi, "_").replace(/_{2,}/g, "_");
|
|
274
274
|
if (!e) {
|
|
275
275
|
const a = t.split(".");
|
|
@@ -279,13 +279,13 @@ function zm(t, e = void 0, s = 255) {
|
|
|
279
279
|
const n = e ? e.length : 0;
|
|
280
280
|
return i.length + n > s && (i = i.slice(0, s - n) + (e || "")), i;
|
|
281
281
|
}
|
|
282
|
-
function
|
|
282
|
+
function Dm(t) {
|
|
283
283
|
return t.toLowerCase().replace(" ", "-");
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function xm(t, e = !1) {
|
|
286
286
|
return t.normalize("NFKD").toLowerCase().replace(/[^\w\s-]/g, "").trim().replace(/[-\s]+/g, e ? "_" : "-");
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function Vm(t, e) {
|
|
289
289
|
if (t.length <= e)
|
|
290
290
|
return t;
|
|
291
291
|
const s = t.slice(0, e - 1);
|
|
@@ -295,10 +295,10 @@ const y = (t) => (e) => (s) => t(s, e);
|
|
|
295
295
|
function nr(t, e, s) {
|
|
296
296
|
return s.findIndex((i) => i.uuid === t.uuid) === e;
|
|
297
297
|
}
|
|
298
|
-
function
|
|
298
|
+
function Cm(t, e, s) {
|
|
299
299
|
return s.findIndex((i) => i.file_sha1 === t.file_sha1) === e;
|
|
300
300
|
}
|
|
301
|
-
const
|
|
301
|
+
const $m = /^.+@.+\..+$/;
|
|
302
302
|
function k(t) {
|
|
303
303
|
const e = { ...t };
|
|
304
304
|
for (const s of [...sr, "created_by"])
|
|
@@ -307,12 +307,12 @@ function k(t) {
|
|
|
307
307
|
}
|
|
308
308
|
const C = F(
|
|
309
309
|
(t) => t.uuid
|
|
310
|
-
),
|
|
310
|
+
), Zt = C.getInitialState({}), In = _({
|
|
311
311
|
name: "agents",
|
|
312
|
-
initialState:
|
|
312
|
+
initialState: Zt,
|
|
313
313
|
extraReducers: (t) => t.addMatcher(
|
|
314
314
|
O(P, q, R),
|
|
315
|
-
(e) => Object.assign(e,
|
|
315
|
+
(e) => Object.assign(e, Zt)
|
|
316
316
|
),
|
|
317
317
|
reducers: {
|
|
318
318
|
initializeConversations: C.initialize,
|
|
@@ -328,29 +328,29 @@ const C = F(
|
|
|
328
328
|
}), {
|
|
329
329
|
initializeConversations: ar,
|
|
330
330
|
addConversation: cr,
|
|
331
|
-
addConversations:
|
|
331
|
+
addConversations: Gm,
|
|
332
332
|
setConversation: rr,
|
|
333
|
-
setConversations:
|
|
333
|
+
setConversations: Bm,
|
|
334
334
|
updateConversation: or,
|
|
335
|
-
updateConversations:
|
|
336
|
-
deleteConversation:
|
|
337
|
-
deleteConversations:
|
|
338
|
-
} = In.actions, vn = (t) => t.agentsReducer.instances,
|
|
335
|
+
updateConversations: Lm,
|
|
336
|
+
deleteConversation: Nm,
|
|
337
|
+
deleteConversations: Hm
|
|
338
|
+
} = In.actions, vn = (t) => t.agentsReducer.instances, Wm = m(
|
|
339
339
|
[vn],
|
|
340
340
|
(t) => Object.values(t)
|
|
341
|
-
),
|
|
341
|
+
), Km = y(
|
|
342
342
|
m(
|
|
343
343
|
[vn, (t, e) => e],
|
|
344
344
|
(t, e) => t[e]
|
|
345
345
|
)
|
|
346
346
|
), dr = In.reducer, $ = F(
|
|
347
347
|
(t) => t.uuid
|
|
348
|
-
),
|
|
348
|
+
), Qt = $.getInitialState({}), wn = _({
|
|
349
349
|
name: "assetAttachments",
|
|
350
|
-
initialState:
|
|
350
|
+
initialState: Qt,
|
|
351
351
|
extraReducers: (t) => t.addMatcher(
|
|
352
352
|
O(P, q, R),
|
|
353
|
-
(e) => Object.assign(e,
|
|
353
|
+
(e) => Object.assign(e, Qt)
|
|
354
354
|
),
|
|
355
355
|
reducers: {
|
|
356
356
|
initializeAssetAttachments: $.initialize,
|
|
@@ -365,18 +365,18 @@ const C = F(
|
|
|
365
365
|
}
|
|
366
366
|
}), {
|
|
367
367
|
initializeAssetAttachments: es,
|
|
368
|
-
addAssetAttachment:
|
|
368
|
+
addAssetAttachment: Ym,
|
|
369
369
|
addAssetAttachments: kn,
|
|
370
370
|
setAssetAttachment: ur,
|
|
371
|
-
setAssetAttachments:
|
|
372
|
-
updateAssetAttachment:
|
|
371
|
+
setAssetAttachments: Jm,
|
|
372
|
+
updateAssetAttachment: Xm,
|
|
373
373
|
updateAssetAttachments: lr,
|
|
374
374
|
deleteAssetAttachment: hr,
|
|
375
375
|
deleteAssetAttachments: qn
|
|
376
376
|
} = wn.actions, pr = (t) => t.assetAttachmentReducer.instances, mr = m(
|
|
377
377
|
[pr],
|
|
378
378
|
(t) => Object.values(t)
|
|
379
|
-
),
|
|
379
|
+
), fr = (t) => (e) => e.assetAttachmentReducer.instances[t], Ar = y(
|
|
380
380
|
m(
|
|
381
381
|
[mr, (t, e) => e],
|
|
382
382
|
(t, e) => b(t.filter(({ asset: s }) => e === s))
|
|
@@ -405,14 +405,14 @@ const C = F(
|
|
|
405
405
|
addAssetProcedureAttachments: Sr,
|
|
406
406
|
setAssetProcedureAttachment: gr,
|
|
407
407
|
setAssetProcedureAttachments: Qm,
|
|
408
|
-
updateAssetProcedureAttachment:
|
|
408
|
+
updateAssetProcedureAttachment: ef,
|
|
409
409
|
updateAssetProcedureAttachments: _r,
|
|
410
410
|
deleteAssetProcedureAttachment: Pr,
|
|
411
411
|
deleteAssetProcedureAttachments: Tr
|
|
412
412
|
} = En.actions, Fr = (t) => t.assetProcedureAttachmentReducer.instances, Or = m(
|
|
413
413
|
[Fr],
|
|
414
414
|
(t) => Object.values(t)
|
|
415
|
-
), Rr = (t) => (e) => e.assetProcedureAttachmentReducer.instances[t],
|
|
415
|
+
), Rr = (t) => (e) => e.assetProcedureAttachmentReducer.instances[t], tf = y(
|
|
416
416
|
m(
|
|
417
417
|
[
|
|
418
418
|
Or,
|
|
@@ -442,20 +442,20 @@ const C = F(
|
|
|
442
442
|
}
|
|
443
443
|
}), {
|
|
444
444
|
initializeAssetProcedureFieldsAttachments: vr,
|
|
445
|
-
addAssetProcedureFieldsAttachment:
|
|
445
|
+
addAssetProcedureFieldsAttachment: sf,
|
|
446
446
|
addAssetProcedureFieldsAttachments: wr,
|
|
447
|
-
setAssetProcedureFieldsAttachment:
|
|
448
|
-
setAssetProcedureFieldsAttachments:
|
|
449
|
-
updateAssetProcedureFieldsAttachment:
|
|
447
|
+
setAssetProcedureFieldsAttachment: nf,
|
|
448
|
+
setAssetProcedureFieldsAttachments: af,
|
|
449
|
+
updateAssetProcedureFieldsAttachment: cf,
|
|
450
450
|
updateAssetProcedureFieldsAttachments: kr,
|
|
451
|
-
deleteAssetProcedureFieldsAttachment:
|
|
451
|
+
deleteAssetProcedureFieldsAttachment: rf,
|
|
452
452
|
deleteAssetProcedureFieldsAttachments: qr
|
|
453
453
|
} = Mn.actions, Er = (t) => t.assetProcedureFieldsAttachmentReducer.instances, Mr = m(
|
|
454
454
|
[Er],
|
|
455
455
|
(t) => Object.values(t)
|
|
456
|
-
),
|
|
456
|
+
), of = y(
|
|
457
457
|
m([Mr, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
458
|
-
),
|
|
458
|
+
), df = (t) => (e) => e.assetProcedureFieldsAttachmentReducer.instances[t], jr = Mn.reducer, L = F(
|
|
459
459
|
(t) => t.uuid
|
|
460
460
|
), is = L.getInitialState({}), jn = _({
|
|
461
461
|
name: "assetProcedureFields",
|
|
@@ -478,21 +478,21 @@ const C = F(
|
|
|
478
478
|
}), {
|
|
479
479
|
initializeAssetProcedureFields: zr,
|
|
480
480
|
addAssetProcedureFields: Ur,
|
|
481
|
-
addAssetProcedureFieldsMany:
|
|
482
|
-
setAssetProcedureFields:
|
|
483
|
-
setAssetProcedureFieldsMany:
|
|
481
|
+
addAssetProcedureFieldsMany: uf,
|
|
482
|
+
setAssetProcedureFields: lf,
|
|
483
|
+
setAssetProcedureFieldsMany: hf,
|
|
484
484
|
updateAssetProcedureFields: Dr,
|
|
485
|
-
updateAssetProcedureFieldsMany:
|
|
485
|
+
updateAssetProcedureFieldsMany: pf,
|
|
486
486
|
deleteAssetProcedureFields: xr,
|
|
487
|
-
deleteAssetProcedureFieldsMany:
|
|
488
|
-
} = jn.actions, Vr = (t) => t.assetProcedureFieldsReducer.instances, zn = m([Vr], (t) => Object.values(t)),
|
|
487
|
+
deleteAssetProcedureFieldsMany: mf
|
|
488
|
+
} = jn.actions, Vr = (t) => t.assetProcedureFieldsReducer.instances, zn = m([Vr], (t) => Object.values(t)), ff = y(
|
|
489
489
|
m(
|
|
490
490
|
[zn, (t, e) => e],
|
|
491
491
|
(t, e) => b(t.filter((s) => s.asset_procedure === e))
|
|
492
492
|
)
|
|
493
|
-
),
|
|
493
|
+
), Af = y(
|
|
494
494
|
m([zn, (t, e) => e], (t, e) => t.filter((s) => s.asset_procedure === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
495
|
-
),
|
|
495
|
+
), yf = (t) => (e) => e.assetProcedureFieldsReducer.instances[t], Cr = jn.reducer, N = F((t) => t.uuid), ns = N.getInitialState({}), Un = _({
|
|
496
496
|
name: "assetProcedureFieldValuesAttachments",
|
|
497
497
|
initialState: ns,
|
|
498
498
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -512,18 +512,18 @@ const C = F(
|
|
|
512
512
|
}
|
|
513
513
|
}), {
|
|
514
514
|
initializeAssetProcedureFieldValuesAttachments: $r,
|
|
515
|
-
addAssetProcedureFieldValuesAttachment:
|
|
515
|
+
addAssetProcedureFieldValuesAttachment: bf,
|
|
516
516
|
addAssetProcedureFieldValuesAttachments: Ft,
|
|
517
|
-
setAssetProcedureFieldValuesAttachment:
|
|
518
|
-
setAssetProcedureFieldValuesAttachments:
|
|
519
|
-
updateAssetProcedureFieldValuesAttachment:
|
|
517
|
+
setAssetProcedureFieldValuesAttachment: Sf,
|
|
518
|
+
setAssetProcedureFieldValuesAttachments: gf,
|
|
519
|
+
updateAssetProcedureFieldValuesAttachment: _f,
|
|
520
520
|
updateAssetProcedureFieldValuesAttachments: Gr,
|
|
521
|
-
deleteAssetProcedureFieldValuesAttachment:
|
|
521
|
+
deleteAssetProcedureFieldValuesAttachment: Pf,
|
|
522
522
|
deleteAssetProcedureFieldValuesAttachments: Ot
|
|
523
523
|
} = Un.actions, Dn = (t) => t.assetProcedureFieldValuesAttachmentReducer.instances, Br = m(
|
|
524
524
|
[Dn],
|
|
525
525
|
(t) => Object.values(t)
|
|
526
|
-
),
|
|
526
|
+
), Tf = (t) => (e) => e.assetProcedureFieldValuesAttachmentReducer.instances[t], Lr = y(
|
|
527
527
|
m(
|
|
528
528
|
[
|
|
529
529
|
Dn,
|
|
@@ -561,20 +561,20 @@ const C = F(
|
|
|
561
561
|
initializeAssetProcedureFieldValues: Wr,
|
|
562
562
|
addAssetProcedureFieldValues: cs,
|
|
563
563
|
addAssetProcedureFieldValuesMany: Kr,
|
|
564
|
-
setAssetProcedureFieldValues:
|
|
565
|
-
setAssetProcedureFieldValuesMany:
|
|
566
|
-
updateAssetProcedureFieldValues:
|
|
564
|
+
setAssetProcedureFieldValues: Ff,
|
|
565
|
+
setAssetProcedureFieldValuesMany: Of,
|
|
566
|
+
updateAssetProcedureFieldValues: Xe,
|
|
567
567
|
updateAssetProcedureFieldValuesMany: Yr,
|
|
568
568
|
deleteAssetProcedureFieldValues: rs,
|
|
569
569
|
deleteAssetProcedureFieldValuesMany: Jr
|
|
570
|
-
} = xn.actions,
|
|
571
|
-
[
|
|
570
|
+
} = xn.actions, Xr = (t) => t.assetProcedureFieldValuesReducer.instances, Vn = m(
|
|
571
|
+
[Xr],
|
|
572
572
|
(t) => Object.values(t)
|
|
573
|
-
),
|
|
573
|
+
), Rf = y(
|
|
574
574
|
m([Vn, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
575
|
-
),
|
|
575
|
+
), If = y(
|
|
576
576
|
m([Vn, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_instance === e)))
|
|
577
|
-
), os = (t) => (e) => e.assetProcedureFieldValuesReducer.instances[t],
|
|
577
|
+
), os = (t) => (e) => e.assetProcedureFieldValuesReducer.instances[t], Zr = xn.reducer, W = F((t) => t.uuid), ds = W.getInitialState({}), Cn = _({
|
|
578
578
|
name: "assetProcedureInstances",
|
|
579
579
|
initialState: ds,
|
|
580
580
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -593,15 +593,15 @@ const C = F(
|
|
|
593
593
|
deleteAssetProcedureInstances: W.deleteMany
|
|
594
594
|
}
|
|
595
595
|
}), {
|
|
596
|
-
initializeAssetProcedureInstances:
|
|
596
|
+
initializeAssetProcedureInstances: Qr,
|
|
597
597
|
addAssetProcedureInstance: us,
|
|
598
598
|
addAssetProcedureInstances: eo,
|
|
599
|
-
updateAssetProcedureInstance:
|
|
600
|
-
updateAssetProcedureInstances:
|
|
599
|
+
updateAssetProcedureInstance: Ze,
|
|
600
|
+
updateAssetProcedureInstances: vf,
|
|
601
601
|
deleteAssetProcedureInstance: ls,
|
|
602
602
|
deleteAssetProcedureInstances: to,
|
|
603
|
-
setAssetProcedureInstance:
|
|
604
|
-
setAssetProcedureInstances:
|
|
603
|
+
setAssetProcedureInstance: wf,
|
|
604
|
+
setAssetProcedureInstances: kf
|
|
605
605
|
} = Cn.actions, $n = (t) => t.assetProcedureInstanceReducer.instances, Gn = m(
|
|
606
606
|
[$n],
|
|
607
607
|
(t) => Object.values(t)
|
|
@@ -614,7 +614,7 @@ const C = F(
|
|
|
614
614
|
)
|
|
615
615
|
)
|
|
616
616
|
)
|
|
617
|
-
),
|
|
617
|
+
), qf = y(
|
|
618
618
|
m(
|
|
619
619
|
[Gn, (t, e) => e],
|
|
620
620
|
(t, e) => b(
|
|
@@ -623,7 +623,7 @@ const C = F(
|
|
|
623
623
|
)
|
|
624
624
|
)
|
|
625
625
|
)
|
|
626
|
-
), hs = (t) => (e) => e.assetProcedureInstanceReducer.instances[t],
|
|
626
|
+
), hs = (t) => (e) => e.assetProcedureInstanceReducer.instances[t], Ef = y(
|
|
627
627
|
m(
|
|
628
628
|
[$n, (t, e) => e],
|
|
629
629
|
(t, e) => {
|
|
@@ -658,14 +658,14 @@ const C = F(
|
|
|
658
658
|
}), {
|
|
659
659
|
initializeAssetProcedures: no,
|
|
660
660
|
addAssetProcedure: ms,
|
|
661
|
-
addAssetProcedures:
|
|
662
|
-
updateAssetProcedure:
|
|
663
|
-
updateAssetProcedures:
|
|
664
|
-
deleteAssetProcedure:
|
|
665
|
-
deleteAssetProcedures:
|
|
666
|
-
setAssetProcedure:
|
|
667
|
-
setAssetProcedures:
|
|
668
|
-
} = Bn.actions, Ln = (t) => t.assetProcedureReducer.instances, ao = m([Ln], (t) => Object.values(t)),
|
|
661
|
+
addAssetProcedures: Mf,
|
|
662
|
+
updateAssetProcedure: Qe,
|
|
663
|
+
updateAssetProcedures: jf,
|
|
664
|
+
deleteAssetProcedure: fs,
|
|
665
|
+
deleteAssetProcedures: zf,
|
|
666
|
+
setAssetProcedure: Uf,
|
|
667
|
+
setAssetProcedures: Df
|
|
668
|
+
} = Bn.actions, Ln = (t) => t.assetProcedureReducer.instances, ao = m([Ln], (t) => Object.values(t)), As = (t) => (e) => e.assetProcedureReducer.instances[t], xf = y(
|
|
669
669
|
m(
|
|
670
670
|
[Ln, (t, e) => e],
|
|
671
671
|
(t, e) => {
|
|
@@ -677,7 +677,7 @@ const C = F(
|
|
|
677
677
|
return b(s);
|
|
678
678
|
}
|
|
679
679
|
)
|
|
680
|
-
),
|
|
680
|
+
), Vf = y(
|
|
681
681
|
m([ao, (t, e) => e], (t, e) => b(t.filter((s) => s.organization === e)))
|
|
682
682
|
), co = Bn.reducer, Y = F((t) => t.uuid), ys = Y.getInitialState(
|
|
683
683
|
{}
|
|
@@ -701,20 +701,20 @@ const C = F(
|
|
|
701
701
|
}
|
|
702
702
|
}), {
|
|
703
703
|
initializeAssetProcedureStepFieldsAttachments: ro,
|
|
704
|
-
addAssetProcedureStepFieldsAttachment:
|
|
704
|
+
addAssetProcedureStepFieldsAttachment: Cf,
|
|
705
705
|
addAssetProcedureStepFieldsAttachments: oo,
|
|
706
|
-
setAssetProcedureStepFieldsAttachment:
|
|
707
|
-
setAssetProcedureStepFieldsAttachments:
|
|
708
|
-
updateAssetProcedureStepFieldsAttachment:
|
|
706
|
+
setAssetProcedureStepFieldsAttachment: $f,
|
|
707
|
+
setAssetProcedureStepFieldsAttachments: Gf,
|
|
708
|
+
updateAssetProcedureStepFieldsAttachment: Bf,
|
|
709
709
|
updateAssetProcedureStepFieldsAttachments: uo,
|
|
710
|
-
deleteAssetProcedureStepFieldsAttachment:
|
|
710
|
+
deleteAssetProcedureStepFieldsAttachment: Lf,
|
|
711
711
|
deleteAssetProcedureStepFieldsAttachments: lo
|
|
712
712
|
} = Nn.actions, ho = (t) => t.assetProcedureStepFieldsAttachmentReducer.instances, po = m(
|
|
713
713
|
[ho],
|
|
714
714
|
(t) => Object.values(t)
|
|
715
|
-
),
|
|
715
|
+
), Nf = y(
|
|
716
716
|
m([po, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
717
|
-
),
|
|
717
|
+
), Hf = (t) => (e) => e.assetProcedureStepFieldsAttachmentReducer.instances[t], mo = Nn.reducer, J = F((t) => t.uuid), bs = J.getInitialState({}), Hn = _({
|
|
718
718
|
name: "assetProcedureStepFields",
|
|
719
719
|
initialState: bs,
|
|
720
720
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -733,26 +733,26 @@ const C = F(
|
|
|
733
733
|
deleteAssetProcedureStepFieldsMany: J.deleteMany
|
|
734
734
|
}
|
|
735
735
|
}), {
|
|
736
|
-
initializeAssetProcedureStepFields:
|
|
736
|
+
initializeAssetProcedureStepFields: fo,
|
|
737
737
|
addAssetProcedureStepFields: Ss,
|
|
738
|
-
addAssetProcedureStepFieldsMany:
|
|
739
|
-
setAssetProcedureStepFields:
|
|
740
|
-
setAssetProcedureStepFieldsMany:
|
|
738
|
+
addAssetProcedureStepFieldsMany: Wf,
|
|
739
|
+
setAssetProcedureStepFields: Kf,
|
|
740
|
+
setAssetProcedureStepFieldsMany: Yf,
|
|
741
741
|
updateAssetProcedureStepFields: et,
|
|
742
|
-
updateAssetProcedureStepFieldsMany:
|
|
742
|
+
updateAssetProcedureStepFieldsMany: Jf,
|
|
743
743
|
deleteAssetProcedureStepFields: gs,
|
|
744
|
-
deleteAssetProcedureStepFieldsMany:
|
|
744
|
+
deleteAssetProcedureStepFieldsMany: Xf
|
|
745
745
|
} = Hn.actions, Wn = (t) => t.assetProcedureStepFieldsReducer.instances, Kn = m(
|
|
746
746
|
[Wn],
|
|
747
747
|
(t) => Object.values(t)
|
|
748
|
-
),
|
|
748
|
+
), Zf = y(
|
|
749
749
|
m(
|
|
750
750
|
[Kn, (t, e) => e],
|
|
751
751
|
(t, e) => b(t.filter((s) => s.asset_procedure_step === e))
|
|
752
752
|
)
|
|
753
|
-
),
|
|
753
|
+
), Qf = y(
|
|
754
754
|
m([Kn, (t, e) => e], (t, e) => t.filter((s) => s.asset_procedure_step === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
755
|
-
),
|
|
755
|
+
), eA = m(
|
|
756
756
|
[Wn],
|
|
757
757
|
(t) => {
|
|
758
758
|
const e = {};
|
|
@@ -762,7 +762,7 @@ const C = F(
|
|
|
762
762
|
}
|
|
763
763
|
return e;
|
|
764
764
|
}
|
|
765
|
-
),
|
|
765
|
+
), tA = (t) => (e) => e.assetProcedureStepFieldsReducer.instances[t], Ao = Hn.reducer, X = F((t) => t.uuid), _s = X.getInitialState({}), Yn = _({
|
|
766
766
|
name: "assetProcedureStepFieldValuesAttachments",
|
|
767
767
|
initialState: _s,
|
|
768
768
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -770,30 +770,30 @@ const C = F(
|
|
|
770
770
|
(e) => Object.assign(e, _s)
|
|
771
771
|
),
|
|
772
772
|
reducers: {
|
|
773
|
-
initializeAssetProcedureStepFieldValuesAttachments:
|
|
774
|
-
addAssetProcedureStepFieldValuesAttachment:
|
|
775
|
-
addAssetProcedureStepFieldValuesAttachments:
|
|
776
|
-
setAssetProcedureStepFieldValuesAttachment:
|
|
777
|
-
setAssetProcedureStepFieldValuesAttachments:
|
|
778
|
-
updateAssetProcedureStepFieldValuesAttachment:
|
|
779
|
-
updateAssetProcedureStepFieldValuesAttachments:
|
|
780
|
-
deleteAssetProcedureStepFieldValuesAttachment:
|
|
781
|
-
deleteAssetProcedureStepFieldValuesAttachments:
|
|
773
|
+
initializeAssetProcedureStepFieldValuesAttachments: X.initialize,
|
|
774
|
+
addAssetProcedureStepFieldValuesAttachment: X.addOne,
|
|
775
|
+
addAssetProcedureStepFieldValuesAttachments: X.addMany,
|
|
776
|
+
setAssetProcedureStepFieldValuesAttachment: X.setOne,
|
|
777
|
+
setAssetProcedureStepFieldValuesAttachments: X.setMany,
|
|
778
|
+
updateAssetProcedureStepFieldValuesAttachment: X.updateOne,
|
|
779
|
+
updateAssetProcedureStepFieldValuesAttachments: X.updateMany,
|
|
780
|
+
deleteAssetProcedureStepFieldValuesAttachment: X.deleteOne,
|
|
781
|
+
deleteAssetProcedureStepFieldValuesAttachments: X.deleteMany
|
|
782
782
|
}
|
|
783
783
|
}), {
|
|
784
784
|
initializeAssetProcedureStepFieldValuesAttachments: yo,
|
|
785
|
-
addAssetProcedureStepFieldValuesAttachment:
|
|
785
|
+
addAssetProcedureStepFieldValuesAttachment: sA,
|
|
786
786
|
addAssetProcedureStepFieldValuesAttachments: Rt,
|
|
787
|
-
setAssetProcedureStepFieldValuesAttachment:
|
|
788
|
-
setAssetProcedureStepFieldValuesAttachments:
|
|
789
|
-
updateAssetProcedureStepFieldValuesAttachment:
|
|
787
|
+
setAssetProcedureStepFieldValuesAttachment: iA,
|
|
788
|
+
setAssetProcedureStepFieldValuesAttachments: nA,
|
|
789
|
+
updateAssetProcedureStepFieldValuesAttachment: aA,
|
|
790
790
|
updateAssetProcedureStepFieldValuesAttachments: bo,
|
|
791
|
-
deleteAssetProcedureStepFieldValuesAttachment:
|
|
791
|
+
deleteAssetProcedureStepFieldValuesAttachment: cA,
|
|
792
792
|
deleteAssetProcedureStepFieldValuesAttachments: It
|
|
793
793
|
} = Yn.actions, Jn = (t) => t.assetProcedureStepFieldValuesAttachmentReducer.instances, So = m(
|
|
794
794
|
[Jn],
|
|
795
795
|
(t) => Object.values(t)
|
|
796
|
-
),
|
|
796
|
+
), rA = (t) => (e) => e.assetProcedureStepFieldValuesAttachmentReducer.instances[t], go = y(
|
|
797
797
|
m(
|
|
798
798
|
[
|
|
799
799
|
Jn,
|
|
@@ -809,7 +809,7 @@ const C = F(
|
|
|
809
809
|
[So, (t, e) => e],
|
|
810
810
|
(t, e) => b(t.filter((s) => s.field_values === e))
|
|
811
811
|
)
|
|
812
|
-
), Po = Yn.reducer,
|
|
812
|
+
), Po = Yn.reducer, Z = F((t) => t.uuid), Ps = Z.getInitialState({}), Xn = _({
|
|
813
813
|
name: "assetProcedureStepFieldValues",
|
|
814
814
|
initialState: Ps,
|
|
815
815
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -817,41 +817,41 @@ const C = F(
|
|
|
817
817
|
(e) => Object.assign(e, Ps)
|
|
818
818
|
),
|
|
819
819
|
reducers: {
|
|
820
|
-
initializeAssetProcedureStepFieldValues:
|
|
821
|
-
addAssetProcedureStepFieldValues:
|
|
822
|
-
addAssetProcedureStepFieldValuesMany:
|
|
823
|
-
setAssetProcedureStepFieldValues:
|
|
824
|
-
setAssetProcedureStepFieldValuesMany:
|
|
825
|
-
updateAssetProcedureStepFieldValues:
|
|
826
|
-
updateAssetProcedureStepFieldValuesMany:
|
|
827
|
-
deleteAssetProcedureStepFieldValues:
|
|
828
|
-
deleteAssetProcedureStepFieldValuesMany:
|
|
820
|
+
initializeAssetProcedureStepFieldValues: Z.initialize,
|
|
821
|
+
addAssetProcedureStepFieldValues: Z.addOne,
|
|
822
|
+
addAssetProcedureStepFieldValuesMany: Z.addMany,
|
|
823
|
+
setAssetProcedureStepFieldValues: Z.setOne,
|
|
824
|
+
setAssetProcedureStepFieldValuesMany: Z.setMany,
|
|
825
|
+
updateAssetProcedureStepFieldValues: Z.updateOne,
|
|
826
|
+
updateAssetProcedureStepFieldValuesMany: Z.updateMany,
|
|
827
|
+
deleteAssetProcedureStepFieldValues: Z.deleteOne,
|
|
828
|
+
deleteAssetProcedureStepFieldValuesMany: Z.deleteMany
|
|
829
829
|
}
|
|
830
830
|
}), {
|
|
831
831
|
initializeAssetProcedureStepFieldValues: To,
|
|
832
832
|
addAssetProcedureStepFieldValues: Ts,
|
|
833
833
|
addAssetProcedureStepFieldValuesMany: Fo,
|
|
834
|
-
setAssetProcedureStepFieldValues:
|
|
835
|
-
setAssetProcedureStepFieldValuesMany:
|
|
834
|
+
setAssetProcedureStepFieldValues: oA,
|
|
835
|
+
setAssetProcedureStepFieldValuesMany: dA,
|
|
836
836
|
updateAssetProcedureStepFieldValues: tt,
|
|
837
837
|
updateAssetProcedureStepFieldValuesMany: Oo,
|
|
838
838
|
deleteAssetProcedureStepFieldValues: Fs,
|
|
839
839
|
deleteAssetProcedureStepFieldValuesMany: Ro
|
|
840
|
-
} =
|
|
840
|
+
} = Xn.actions, Io = (t) => t.assetProcedureStepFieldValuesReducer.instances, xt = m(
|
|
841
841
|
[Io],
|
|
842
842
|
(t) => Object.values(t)
|
|
843
|
-
),
|
|
843
|
+
), uA = y(
|
|
844
844
|
m(
|
|
845
845
|
[xt, (t, e) => e],
|
|
846
846
|
(t, e) => b(t.filter((s) => s.asset === e))
|
|
847
847
|
)
|
|
848
|
-
),
|
|
848
|
+
), lA = y(
|
|
849
849
|
m([xt, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_instance === e)))
|
|
850
|
-
),
|
|
850
|
+
), hA = y(
|
|
851
851
|
m([xt, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure_step === e)))
|
|
852
|
-
), Os = (t) => (e) => e.assetProcedureStepFieldValuesReducer.instances[t], vo =
|
|
852
|
+
), Os = (t) => (e) => e.assetProcedureStepFieldValuesReducer.instances[t], vo = Xn.reducer, Q = F(
|
|
853
853
|
(t) => t.uuid
|
|
854
|
-
), Rs =
|
|
854
|
+
), Rs = Q.getInitialState({}), Zn = _({
|
|
855
855
|
name: "assetProcedureSteps",
|
|
856
856
|
initialState: Rs,
|
|
857
857
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -859,36 +859,36 @@ const C = F(
|
|
|
859
859
|
(e) => Object.assign(e, Rs)
|
|
860
860
|
),
|
|
861
861
|
reducers: {
|
|
862
|
-
initializeAssetProcedureSteps:
|
|
863
|
-
setAssetProcedureStep:
|
|
864
|
-
setAssetProcedureSteps:
|
|
865
|
-
addAssetProcedureStep:
|
|
866
|
-
addAssetProcedureSteps:
|
|
867
|
-
updateAssetProcedureStep:
|
|
868
|
-
updateAssetProcedureSteps:
|
|
869
|
-
deleteAssetProcedureStep:
|
|
870
|
-
deleteAssetProcedureSteps:
|
|
862
|
+
initializeAssetProcedureSteps: Q.initialize,
|
|
863
|
+
setAssetProcedureStep: Q.setOne,
|
|
864
|
+
setAssetProcedureSteps: Q.setMany,
|
|
865
|
+
addAssetProcedureStep: Q.addOne,
|
|
866
|
+
addAssetProcedureSteps: Q.addMany,
|
|
867
|
+
updateAssetProcedureStep: Q.updateOne,
|
|
868
|
+
updateAssetProcedureSteps: Q.updateMany,
|
|
869
|
+
deleteAssetProcedureStep: Q.deleteOne,
|
|
870
|
+
deleteAssetProcedureSteps: Q.deleteMany
|
|
871
871
|
}
|
|
872
872
|
}), {
|
|
873
873
|
initializeAssetProcedureSteps: wo,
|
|
874
874
|
setAssetProcedureStep: ko,
|
|
875
|
-
setAssetProcedureSteps:
|
|
875
|
+
setAssetProcedureSteps: pA,
|
|
876
876
|
addAssetProcedureStep: Is,
|
|
877
|
-
addAssetProcedureSteps:
|
|
877
|
+
addAssetProcedureSteps: mA,
|
|
878
878
|
updateAssetProcedureStep: mt,
|
|
879
|
-
updateAssetProcedureSteps:
|
|
879
|
+
updateAssetProcedureSteps: fA,
|
|
880
880
|
deleteAssetProcedureStep: vs,
|
|
881
|
-
deleteAssetProcedureSteps:
|
|
882
|
-
} =
|
|
881
|
+
deleteAssetProcedureSteps: AA
|
|
882
|
+
} = Zn.actions, qo = Zn.reducer, Vt = (t) => t.assetProcedureStepReducer.instances, ws = (t) => (e) => e.assetProcedureStepReducer.instances[t], Eo = m([Vt], (t) => Object.values(t)), yA = y(
|
|
883
883
|
m([Vt, (t, e) => e], (t, e) => {
|
|
884
884
|
const s = {};
|
|
885
885
|
for (const [i, n] of Object.entries(t))
|
|
886
886
|
n.asset_procedure === e && (s[i] = n);
|
|
887
887
|
return Ut(s);
|
|
888
888
|
})
|
|
889
|
-
),
|
|
889
|
+
), bA = y(
|
|
890
890
|
m([Eo, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure === e)))
|
|
891
|
-
),
|
|
891
|
+
), SA = y(
|
|
892
892
|
m(
|
|
893
893
|
[Vt, (t, e) => e],
|
|
894
894
|
(t, e) => {
|
|
@@ -900,7 +900,7 @@ const C = F(
|
|
|
900
900
|
return b(s);
|
|
901
901
|
}
|
|
902
902
|
)
|
|
903
|
-
), ee = F((t) => t.uuid), ks = ee.getInitialState({}),
|
|
903
|
+
), ee = F((t) => t.uuid), ks = ee.getInitialState({}), Qn = _({
|
|
904
904
|
name: "assets",
|
|
905
905
|
initialState: ks,
|
|
906
906
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -923,12 +923,12 @@ const C = F(
|
|
|
923
923
|
addAsset: qs,
|
|
924
924
|
addAssets: vt,
|
|
925
925
|
updateAsset: st,
|
|
926
|
-
updateAssets:
|
|
926
|
+
updateAssets: gA,
|
|
927
927
|
deleteAsset: Es,
|
|
928
928
|
deleteAssets: ea,
|
|
929
|
-
setAsset:
|
|
930
|
-
setAssets:
|
|
931
|
-
} =
|
|
929
|
+
setAsset: _A,
|
|
930
|
+
setAssets: PA
|
|
931
|
+
} = Qn.actions, ta = (t) => t.assetReducer.instances, jo = m([ta], (t) => b(Object.values(t))), sa = y(
|
|
932
932
|
m([jo, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_type === e)))
|
|
933
933
|
), Ms = (t) => (e) => e.assetReducer.instances[t], zo = y(
|
|
934
934
|
m([ta, (t, e) => e], (t, e) => {
|
|
@@ -939,7 +939,7 @@ const C = F(
|
|
|
939
939
|
}
|
|
940
940
|
return b(s);
|
|
941
941
|
})
|
|
942
|
-
),
|
|
942
|
+
), TA = (t) => (e) => sa(t)(e).length, Uo = Qn.reducer, te = F(
|
|
943
943
|
(t) => t.uuid
|
|
944
944
|
), js = te.getInitialState({}), ia = _({
|
|
945
945
|
name: "assetStageCompletions",
|
|
@@ -963,13 +963,13 @@ const C = F(
|
|
|
963
963
|
initializeAssetStageCompletions: Do,
|
|
964
964
|
addAssetStageCompletion: zs,
|
|
965
965
|
addAssetStageCompletions: Us,
|
|
966
|
-
setAssetStageCompletion:
|
|
967
|
-
setAssetStageCompletions:
|
|
966
|
+
setAssetStageCompletion: FA,
|
|
967
|
+
setAssetStageCompletions: OA,
|
|
968
968
|
updateAssetStageCompletion: xo,
|
|
969
969
|
updateAssetStageCompletions: Vo,
|
|
970
970
|
deleteAssetStageCompletion: Ds,
|
|
971
971
|
deleteAssetStageCompletions: xs
|
|
972
|
-
} = ia.actions, Co = ia.reducer, na = (t) => t.assetStageCompletionReducer.instances,
|
|
972
|
+
} = ia.actions, Co = ia.reducer, na = (t) => t.assetStageCompletionReducer.instances, RA = m(
|
|
973
973
|
[na],
|
|
974
974
|
(t) => Object.values(t)
|
|
975
975
|
), $o = (t) => (e) => e.assetStageCompletionReducer.instances[t], Go = y(
|
|
@@ -1005,23 +1005,23 @@ const C = F(
|
|
|
1005
1005
|
}), {
|
|
1006
1006
|
initializeAssetStages: Bo,
|
|
1007
1007
|
setAssetStage: Lo,
|
|
1008
|
-
setAssetStages:
|
|
1008
|
+
setAssetStages: IA,
|
|
1009
1009
|
addAssetStage: Cs,
|
|
1010
|
-
addAssetStages:
|
|
1011
|
-
updateAssetStage:
|
|
1012
|
-
updateAssetStages:
|
|
1010
|
+
addAssetStages: vA,
|
|
1011
|
+
updateAssetStage: ft,
|
|
1012
|
+
updateAssetStages: wA,
|
|
1013
1013
|
deleteAssetStage: $s,
|
|
1014
|
-
deleteAssetStages:
|
|
1015
|
-
} = aa.actions, No = aa.reducer, Ct = (t) => t.assetStageReducer.instances, Gs = (t) => (e) => e.assetStageReducer.instances[t], Ho = m([Ct], (t) => Object.values(t)),
|
|
1014
|
+
deleteAssetStages: kA
|
|
1015
|
+
} = aa.actions, No = aa.reducer, Ct = (t) => t.assetStageReducer.instances, Gs = (t) => (e) => e.assetStageReducer.instances[t], Ho = m([Ct], (t) => Object.values(t)), qA = y(
|
|
1016
1016
|
m([Ct, (t, e) => e], (t, e) => {
|
|
1017
1017
|
const s = {};
|
|
1018
1018
|
for (const [i, n] of Object.entries(t))
|
|
1019
1019
|
n.asset_procedure === e && (s[i] = n);
|
|
1020
1020
|
return Ut(s);
|
|
1021
1021
|
})
|
|
1022
|
-
),
|
|
1022
|
+
), EA = y(
|
|
1023
1023
|
m([Ho, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_procedure === e)))
|
|
1024
|
-
),
|
|
1024
|
+
), MA = y(
|
|
1025
1025
|
m([Ct, (t, e) => e], (t, e) => {
|
|
1026
1026
|
const s = [];
|
|
1027
1027
|
for (const i of e) {
|
|
@@ -1052,20 +1052,20 @@ const C = F(
|
|
|
1052
1052
|
}
|
|
1053
1053
|
}), {
|
|
1054
1054
|
initializeAssetTypeAttachments: Wo,
|
|
1055
|
-
addAssetTypeAttachment:
|
|
1055
|
+
addAssetTypeAttachment: jA,
|
|
1056
1056
|
addAssetTypeAttachments: ra,
|
|
1057
1057
|
setAssetTypeAttachment: Ko,
|
|
1058
|
-
setAssetTypeAttachments:
|
|
1059
|
-
updateAssetTypeAttachment:
|
|
1058
|
+
setAssetTypeAttachments: zA,
|
|
1059
|
+
updateAssetTypeAttachment: UA,
|
|
1060
1060
|
updateAssetTypeAttachments: Yo,
|
|
1061
1061
|
deleteAssetTypeAttachment: Jo,
|
|
1062
1062
|
deleteAssetTypeAttachments: oa
|
|
1063
|
-
} = ca.actions,
|
|
1064
|
-
[
|
|
1063
|
+
} = ca.actions, Xo = (t) => t.assetTypeAttachmentReducer.instances, Zo = m(
|
|
1064
|
+
[Xo],
|
|
1065
1065
|
(t) => Object.values(t)
|
|
1066
|
-
),
|
|
1066
|
+
), Qo = (t) => (e) => e.assetTypeAttachmentReducer.instances[t], ed = y(
|
|
1067
1067
|
m(
|
|
1068
|
-
[
|
|
1068
|
+
[Zo, (t, e) => e],
|
|
1069
1069
|
(t, e) => b(t.filter(({ asset_type: s }) => e === s))
|
|
1070
1070
|
)
|
|
1071
1071
|
), td = ca.reducer, ne = F((t) => t.uuid), Ls = ne.getInitialState({}), da = _({
|
|
@@ -1088,20 +1088,20 @@ const C = F(
|
|
|
1088
1088
|
}
|
|
1089
1089
|
}), {
|
|
1090
1090
|
initializeAssetTypeFieldsAttachments: sd,
|
|
1091
|
-
addAssetTypeFieldsAttachment:
|
|
1091
|
+
addAssetTypeFieldsAttachment: DA,
|
|
1092
1092
|
addAssetTypeFieldsAttachments: id,
|
|
1093
|
-
setAssetTypeFieldsAttachment:
|
|
1094
|
-
setAssetTypeFieldsAttachments:
|
|
1095
|
-
updateAssetTypeFieldsAttachment:
|
|
1093
|
+
setAssetTypeFieldsAttachment: xA,
|
|
1094
|
+
setAssetTypeFieldsAttachments: VA,
|
|
1095
|
+
updateAssetTypeFieldsAttachment: CA,
|
|
1096
1096
|
updateAssetTypeFieldsAttachments: nd,
|
|
1097
|
-
deleteAssetTypeFieldsAttachment:
|
|
1097
|
+
deleteAssetTypeFieldsAttachment: $A,
|
|
1098
1098
|
deleteAssetTypeFieldsAttachments: ad
|
|
1099
1099
|
} = da.actions, cd = (t) => t.assetTypeFieldsAttachmentReducer.instances, rd = m(
|
|
1100
1100
|
[cd],
|
|
1101
1101
|
(t) => Object.values(t)
|
|
1102
|
-
),
|
|
1102
|
+
), GA = y(
|
|
1103
1103
|
m([rd, (t, e) => e], (t, e) => b(t.filter((s) => s.fields_revision === e)))
|
|
1104
|
-
),
|
|
1104
|
+
), BA = (t) => (e) => e.assetTypeFieldsAttachmentReducer.instances[t], od = da.reducer, ae = F(
|
|
1105
1105
|
(t) => t.uuid
|
|
1106
1106
|
), Ns = ae.getInitialState({}), ua = _({
|
|
1107
1107
|
name: "assetTypeFields",
|
|
@@ -1124,18 +1124,18 @@ const C = F(
|
|
|
1124
1124
|
}), {
|
|
1125
1125
|
initializeAssetTypeFields: dd,
|
|
1126
1126
|
addAssetTypeFields: ud,
|
|
1127
|
-
addAssetTypeFieldsMany:
|
|
1128
|
-
setAssetTypeFields:
|
|
1129
|
-
setAssetTypeFieldsMany:
|
|
1127
|
+
addAssetTypeFieldsMany: LA,
|
|
1128
|
+
setAssetTypeFields: NA,
|
|
1129
|
+
setAssetTypeFieldsMany: HA,
|
|
1130
1130
|
updateAssetTypeFields: ld,
|
|
1131
|
-
updateAssetTypeFieldsMany:
|
|
1131
|
+
updateAssetTypeFieldsMany: WA,
|
|
1132
1132
|
deleteAssetTypeFields: hd,
|
|
1133
|
-
deleteAssetTypeFieldsMany:
|
|
1134
|
-
} = ua.actions, pd = (t) => t.assetTypeFieldsReducer.instances, $t = m([pd], (t) => Object.values(t)),
|
|
1133
|
+
deleteAssetTypeFieldsMany: KA
|
|
1134
|
+
} = ua.actions, pd = (t) => t.assetTypeFieldsReducer.instances, $t = m([pd], (t) => Object.values(t)), YA = y(
|
|
1135
1135
|
m([$t, (t, e) => e], (t, e) => b(t.filter((s) => s.asset_type === e)))
|
|
1136
|
-
),
|
|
1136
|
+
), JA = y(
|
|
1137
1137
|
m([$t, (t, e) => e], (t, e) => t.filter((s) => s.asset_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
1138
|
-
),
|
|
1138
|
+
), XA = (t) => (e) => e.assetTypeFieldsReducer.instances[t], md = ua.reducer, ce = F((t) => t.uuid), Hs = ce.getInitialState({}), la = _({
|
|
1139
1139
|
name: "assetTypeFieldValuesAttachments",
|
|
1140
1140
|
initialState: Hs,
|
|
1141
1141
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1154,19 +1154,19 @@ const C = F(
|
|
|
1154
1154
|
deleteAssetTypeFieldValuesAttachments: ce.deleteMany
|
|
1155
1155
|
}
|
|
1156
1156
|
}), {
|
|
1157
|
-
initializeAssetTypeFieldValuesAttachments:
|
|
1158
|
-
addAssetTypeFieldValuesAttachment:
|
|
1157
|
+
initializeAssetTypeFieldValuesAttachments: fd,
|
|
1158
|
+
addAssetTypeFieldValuesAttachment: ZA,
|
|
1159
1159
|
addAssetTypeFieldValuesAttachments: wt,
|
|
1160
|
-
setAssetTypeFieldValuesAttachment:
|
|
1161
|
-
setAssetTypeFieldValuesAttachments:
|
|
1162
|
-
updateAssetTypeFieldValuesAttachment:
|
|
1163
|
-
updateAssetTypeFieldValuesAttachments:
|
|
1164
|
-
deleteAssetTypeFieldValuesAttachment:
|
|
1160
|
+
setAssetTypeFieldValuesAttachment: QA,
|
|
1161
|
+
setAssetTypeFieldValuesAttachments: ey,
|
|
1162
|
+
updateAssetTypeFieldValuesAttachment: ty,
|
|
1163
|
+
updateAssetTypeFieldValuesAttachments: Ad,
|
|
1164
|
+
deleteAssetTypeFieldValuesAttachment: sy,
|
|
1165
1165
|
deleteAssetTypeFieldValuesAttachments: kt
|
|
1166
1166
|
} = la.actions, ha = (t) => t.assetTypeFieldValuesAttachmentReducer.instances, yd = m(
|
|
1167
1167
|
[ha],
|
|
1168
1168
|
(t) => Object.values(t)
|
|
1169
|
-
),
|
|
1169
|
+
), iy = (t) => (e) => e.assetTypeFieldValuesAttachmentReducer.instances[t], bd = y(
|
|
1170
1170
|
m(
|
|
1171
1171
|
[
|
|
1172
1172
|
ha,
|
|
@@ -1205,15 +1205,15 @@ const C = F(
|
|
|
1205
1205
|
initializeAssetTypeFieldValues: _d,
|
|
1206
1206
|
addAssetTypeFieldValues: Ks,
|
|
1207
1207
|
addAssetTypeFieldValuesMany: Pd,
|
|
1208
|
-
setAssetTypeFieldValues:
|
|
1209
|
-
setAssetTypeFieldValuesMany:
|
|
1208
|
+
setAssetTypeFieldValues: ny,
|
|
1209
|
+
setAssetTypeFieldValuesMany: ay,
|
|
1210
1210
|
updateAssetTypeFieldValues: it,
|
|
1211
1211
|
updateAssetTypeFieldValuesMany: Td,
|
|
1212
1212
|
deleteAssetTypeFieldValues: Ys,
|
|
1213
1213
|
deleteAssetTypeFieldValuesMany: Fd
|
|
1214
|
-
} = pa.actions, Od = (t) => t.assetTypeFieldValuesReducer.instances, ma = m([Od], (t) => Object.values(t)),
|
|
1214
|
+
} = pa.actions, Od = (t) => t.assetTypeFieldValuesReducer.instances, ma = m([Od], (t) => Object.values(t)), cy = y(
|
|
1215
1215
|
m([ma, (t, e) => e], (t, e) => b(t.filter((s) => s.asset === e)))
|
|
1216
|
-
),
|
|
1216
|
+
), ry = y(
|
|
1217
1217
|
m(
|
|
1218
1218
|
[$t, ma, (t, e) => e],
|
|
1219
1219
|
(t, e, s) => {
|
|
@@ -1223,12 +1223,12 @@ const C = F(
|
|
|
1223
1223
|
return b(e.filter((n) => i.has(n.fields_revision)));
|
|
1224
1224
|
}
|
|
1225
1225
|
)
|
|
1226
|
-
), Js = (t) => (e) => e.assetTypeFieldValuesReducer.instances[t], Rd = pa.reducer, oe = F((t) => t.uuid),
|
|
1226
|
+
), Js = (t) => (e) => e.assetTypeFieldValuesReducer.instances[t], Rd = pa.reducer, oe = F((t) => t.uuid), Xs = oe.getInitialState({}), fa = _({
|
|
1227
1227
|
name: "assetTypes",
|
|
1228
|
-
initialState:
|
|
1228
|
+
initialState: Xs,
|
|
1229
1229
|
extraReducers: (t) => t.addMatcher(
|
|
1230
1230
|
O(P, R),
|
|
1231
|
-
(e) => Object.assign(e,
|
|
1231
|
+
(e) => Object.assign(e, Xs)
|
|
1232
1232
|
),
|
|
1233
1233
|
reducers: {
|
|
1234
1234
|
initializeAssetTypes: oe.initialize,
|
|
@@ -1243,20 +1243,20 @@ const C = F(
|
|
|
1243
1243
|
}
|
|
1244
1244
|
}), {
|
|
1245
1245
|
initializeAssetTypes: Id,
|
|
1246
|
-
setAssetType:
|
|
1247
|
-
setAssetTypes:
|
|
1248
|
-
addAssetType:
|
|
1249
|
-
addAssetTypes:
|
|
1246
|
+
setAssetType: oy,
|
|
1247
|
+
setAssetTypes: dy,
|
|
1248
|
+
addAssetType: Zs,
|
|
1249
|
+
addAssetTypes: uy,
|
|
1250
1250
|
updateAssetType: nt,
|
|
1251
|
-
updateAssetTypes:
|
|
1252
|
-
deleteAssetType:
|
|
1253
|
-
deleteAssetTypes:
|
|
1254
|
-
} =
|
|
1255
|
-
[
|
|
1251
|
+
updateAssetTypes: ly,
|
|
1252
|
+
deleteAssetType: Qs,
|
|
1253
|
+
deleteAssetTypes: hy
|
|
1254
|
+
} = fa.actions, Aa = (t) => t.assetTypeReducer.instances, vd = m(
|
|
1255
|
+
[Aa],
|
|
1256
1256
|
(t) => Object.values(t)
|
|
1257
|
-
), ei = (t) => (e) => e.assetTypeReducer.instances[t],
|
|
1257
|
+
), ei = (t) => (e) => e.assetTypeReducer.instances[t], py = y(
|
|
1258
1258
|
m(
|
|
1259
|
-
[
|
|
1259
|
+
[Aa, (t, e) => e],
|
|
1260
1260
|
(t, e) => {
|
|
1261
1261
|
const s = [];
|
|
1262
1262
|
for (const i of e) {
|
|
@@ -1266,9 +1266,9 @@ const C = F(
|
|
|
1266
1266
|
return b(s);
|
|
1267
1267
|
}
|
|
1268
1268
|
)
|
|
1269
|
-
),
|
|
1269
|
+
), my = y(
|
|
1270
1270
|
m([vd, (t, e) => e], (t, e) => b(t.filter((s) => s.organization === e)))
|
|
1271
|
-
), wd =
|
|
1271
|
+
), wd = fa.reducer, ti = {
|
|
1272
1272
|
accessToken: "",
|
|
1273
1273
|
refreshToken: "",
|
|
1274
1274
|
isLoggedIn: !1
|
|
@@ -1287,7 +1287,7 @@ const C = F(
|
|
|
1287
1287
|
e.payload || Gt.caseReducers.clearTokens(t), t.isLoggedIn = e.payload;
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
|
-
}), { setTokens:
|
|
1290
|
+
}), { setTokens: fy, clearTokens: Ay, setLoggedIn: kd } = Gt.actions, yy = (t) => t.authReducer.accessToken, by = (t) => t.authReducer.isLoggedIn, qd = Gt.reducer, de = F((t) => t.uuid), si = de.getInitialState({}), ya = _({
|
|
1291
1291
|
name: "categories",
|
|
1292
1292
|
initialState: si,
|
|
1293
1293
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -1308,14 +1308,14 @@ const C = F(
|
|
|
1308
1308
|
}), {
|
|
1309
1309
|
initializeCategories: Ed,
|
|
1310
1310
|
addCategory: ii,
|
|
1311
|
-
addCategories:
|
|
1312
|
-
setCategory:
|
|
1313
|
-
setCategories:
|
|
1311
|
+
addCategories: Sy,
|
|
1312
|
+
setCategory: gy,
|
|
1313
|
+
setCategories: _y,
|
|
1314
1314
|
updateCategory: Md,
|
|
1315
|
-
updateCategories:
|
|
1315
|
+
updateCategories: Py,
|
|
1316
1316
|
deleteCategory: jd,
|
|
1317
|
-
deleteCategories:
|
|
1318
|
-
} = ya.actions, ba = (t) => t.categoryReducer.instances, zd = m([ba], (t) => Object.values(t)), ni = (t) => (e) => e.categoryReducer.instances[t],
|
|
1317
|
+
deleteCategories: Ty
|
|
1318
|
+
} = ya.actions, ba = (t) => t.categoryReducer.instances, zd = m([ba], (t) => Object.values(t)), ni = (t) => (e) => e.categoryReducer.instances[t], Fy = y(
|
|
1319
1319
|
m(
|
|
1320
1320
|
[ba, (t, e) => e],
|
|
1321
1321
|
(t, e) => {
|
|
@@ -1327,7 +1327,7 @@ const C = F(
|
|
|
1327
1327
|
return b(s);
|
|
1328
1328
|
}
|
|
1329
1329
|
)
|
|
1330
|
-
),
|
|
1330
|
+
), Oy = y(
|
|
1331
1331
|
m([zd, (t, e) => e], (t, e) => b(t.filter((s) => s.project === e)))
|
|
1332
1332
|
), Ud = ya.reducer, ue = F(
|
|
1333
1333
|
(t) => t.uuid
|
|
@@ -1348,18 +1348,18 @@ const C = F(
|
|
|
1348
1348
|
}
|
|
1349
1349
|
}), {
|
|
1350
1350
|
initializeDocumentAttachments: Dd,
|
|
1351
|
-
addDocumentAttachment:
|
|
1351
|
+
addDocumentAttachment: Ry,
|
|
1352
1352
|
addDocumentAttachments: xd,
|
|
1353
1353
|
setDocumentAttachment: Vd,
|
|
1354
|
-
setDocumentAttachments:
|
|
1355
|
-
updateDocumentAttachment:
|
|
1354
|
+
setDocumentAttachments: Iy,
|
|
1355
|
+
updateDocumentAttachment: vy,
|
|
1356
1356
|
updateDocumentAttachments: Cd,
|
|
1357
1357
|
deleteDocumentAttachment: $d,
|
|
1358
1358
|
deleteDocumentAttachments: Gd
|
|
1359
1359
|
} = Sa.actions, Bd = (t) => t.documentAttachmentReducer.instances, Ld = m(
|
|
1360
1360
|
[Bd],
|
|
1361
1361
|
(t) => Object.values(t)
|
|
1362
|
-
), Nd = (t) => (e) => e.documentAttachmentReducer.instances[t],
|
|
1362
|
+
), Nd = (t) => (e) => e.documentAttachmentReducer.instances[t], wy = y(
|
|
1363
1363
|
m(
|
|
1364
1364
|
[Ld, (t, e) => e],
|
|
1365
1365
|
(t, e) => b(t.filter(({ document: s }) => e === s))
|
|
@@ -1493,7 +1493,7 @@ const C = F(
|
|
|
1493
1493
|
}), { setDocuments: Wd, addDocuments: Kd, updateDocuments: Ce, moveDocument: Yd, removeDocuments: ri } = ga.actions, Ke = (t) => t.documentsReducer.documents, Jd = m(
|
|
1494
1494
|
[Ke],
|
|
1495
1495
|
(t) => Object.values(t)
|
|
1496
|
-
),
|
|
1496
|
+
), Xd = (t) => (e) => e.documentsReducer.documents[t], ky = y(
|
|
1497
1497
|
m(
|
|
1498
1498
|
[Ke, (t, e) => e],
|
|
1499
1499
|
(t, e) => {
|
|
@@ -1505,7 +1505,7 @@ const C = F(
|
|
|
1505
1505
|
return b(s);
|
|
1506
1506
|
}
|
|
1507
1507
|
)
|
|
1508
|
-
),
|
|
1508
|
+
), qy = y(
|
|
1509
1509
|
m(
|
|
1510
1510
|
[Ke, (t, e) => e],
|
|
1511
1511
|
(t, e) => {
|
|
@@ -1517,10 +1517,10 @@ const C = F(
|
|
|
1517
1517
|
return b(s);
|
|
1518
1518
|
}
|
|
1519
1519
|
)
|
|
1520
|
-
),
|
|
1520
|
+
), Ey = m(
|
|
1521
1521
|
[Jd],
|
|
1522
1522
|
(t) => b(t.filter((e) => !e.parent_document))
|
|
1523
|
-
),
|
|
1523
|
+
), Zd = ga.reducer, le = F(
|
|
1524
1524
|
(t) => t.uuid
|
|
1525
1525
|
), oi = le.getInitialState({}), _a = _({
|
|
1526
1526
|
name: "emailDomains",
|
|
@@ -1541,16 +1541,16 @@ const C = F(
|
|
|
1541
1541
|
deleteEmailDomains: le.deleteMany
|
|
1542
1542
|
}
|
|
1543
1543
|
}), {
|
|
1544
|
-
initializeEmailDomains:
|
|
1544
|
+
initializeEmailDomains: Qd,
|
|
1545
1545
|
addEmailDomain: eu,
|
|
1546
|
-
addEmailDomains:
|
|
1547
|
-
setEmailDomain:
|
|
1548
|
-
setEmailDomains:
|
|
1549
|
-
updateEmailDomain:
|
|
1550
|
-
updateEmailDomains:
|
|
1546
|
+
addEmailDomains: My,
|
|
1547
|
+
setEmailDomain: jy,
|
|
1548
|
+
setEmailDomains: zy,
|
|
1549
|
+
updateEmailDomain: Uy,
|
|
1550
|
+
updateEmailDomains: Dy,
|
|
1551
1551
|
deleteEmailDomain: tu,
|
|
1552
|
-
deleteEmailDomains:
|
|
1553
|
-
} = _a.actions, su = (t) => t.emailDomainsReducer.instances, iu = m([su], (t) => Object.values(t)),
|
|
1552
|
+
deleteEmailDomains: xy
|
|
1553
|
+
} = _a.actions, su = (t) => t.emailDomainsReducer.instances, iu = m([su], (t) => Object.values(t)), Vy = y(
|
|
1554
1554
|
m(
|
|
1555
1555
|
[iu, (t, e) => e],
|
|
1556
1556
|
(t, e) => b(
|
|
@@ -1600,22 +1600,22 @@ const C = F(
|
|
|
1600
1600
|
}
|
|
1601
1601
|
}), {
|
|
1602
1602
|
initializeFormRevisionAttachments: du,
|
|
1603
|
-
addFormRevisionAttachment:
|
|
1603
|
+
addFormRevisionAttachment: Cy,
|
|
1604
1604
|
addFormRevisionAttachments: uu,
|
|
1605
|
-
setFormRevisionAttachment:
|
|
1606
|
-
setFormRevisionAttachments:
|
|
1607
|
-
updateFormRevisionAttachment:
|
|
1605
|
+
setFormRevisionAttachment: $y,
|
|
1606
|
+
setFormRevisionAttachments: Gy,
|
|
1607
|
+
updateFormRevisionAttachment: By,
|
|
1608
1608
|
updateFormRevisionAttachments: lu,
|
|
1609
|
-
deleteFormRevisionAttachment:
|
|
1609
|
+
deleteFormRevisionAttachment: Ly,
|
|
1610
1610
|
deleteFormRevisionAttachments: hu
|
|
1611
|
-
} = Fa.actions, pu = (t) => t.formRevisionAttachmentReducer.instances,
|
|
1611
|
+
} = Fa.actions, pu = (t) => t.formRevisionAttachmentReducer.instances, Ny = y(
|
|
1612
1612
|
m(
|
|
1613
1613
|
[pu, (t, e) => e],
|
|
1614
1614
|
(t, e) => b(
|
|
1615
1615
|
Object.values(t).filter((s) => s.form_revision === e)
|
|
1616
1616
|
)
|
|
1617
1617
|
)
|
|
1618
|
-
), mu = Fa.reducer,
|
|
1618
|
+
), mu = Fa.reducer, fu = (t, e) => {
|
|
1619
1619
|
const s = t.revision, i = e.revision;
|
|
1620
1620
|
return s === void 0 && i === void 0 ? t.submitted_at < e.submitted_at ? -1 : 1 : s === void 0 ? 1 : i === void 0 || s < i ? -1 : 1;
|
|
1621
1621
|
}, pe = F((t) => t.uuid), li = pe.getInitialState({}), Oa = _({
|
|
@@ -1637,25 +1637,25 @@ const C = F(
|
|
|
1637
1637
|
deleteFormRevisions: pe.deleteMany
|
|
1638
1638
|
}
|
|
1639
1639
|
}), {
|
|
1640
|
-
initializeFormRevisions:
|
|
1640
|
+
initializeFormRevisions: Au,
|
|
1641
1641
|
addFormRevision: Ra,
|
|
1642
1642
|
addFormRevisions: yu,
|
|
1643
1643
|
setFormRevision: bu,
|
|
1644
|
-
setFormRevisions:
|
|
1645
|
-
updateFormRevision:
|
|
1646
|
-
updateFormRevisions:
|
|
1644
|
+
setFormRevisions: Hy,
|
|
1645
|
+
updateFormRevision: Wy,
|
|
1646
|
+
updateFormRevisions: Ky,
|
|
1647
1647
|
deleteFormRevision: Ia,
|
|
1648
1648
|
deleteFormRevisions: Su
|
|
1649
1649
|
} = Oa.actions, Bt = (t) => t.formRevisionReducer.instances, gu = m(
|
|
1650
1650
|
[Bt],
|
|
1651
1651
|
(t) => Object.values(t)
|
|
1652
|
-
),
|
|
1652
|
+
), Yy = (t) => (e) => e.formRevisionReducer.instances[t], Jy = y(
|
|
1653
1653
|
m(
|
|
1654
1654
|
[Bt, (t, e) => e],
|
|
1655
1655
|
(t, e) => {
|
|
1656
1656
|
const s = Object.values(t).filter((a) => a.form === e);
|
|
1657
1657
|
if (s.length === 0) return;
|
|
1658
|
-
const n = s.sort(
|
|
1658
|
+
const n = s.sort(fu)[s.length - 1];
|
|
1659
1659
|
return t[n.uuid];
|
|
1660
1660
|
}
|
|
1661
1661
|
)
|
|
@@ -1685,42 +1685,42 @@ const C = F(
|
|
|
1685
1685
|
}), {
|
|
1686
1686
|
initializeForms: Tu,
|
|
1687
1687
|
addForm: pi,
|
|
1688
|
-
addForms:
|
|
1688
|
+
addForms: Xy,
|
|
1689
1689
|
setForm: Zy,
|
|
1690
1690
|
setForms: Qy,
|
|
1691
|
-
updateForm:
|
|
1692
|
-
updateForms:
|
|
1691
|
+
updateForm: eb,
|
|
1692
|
+
updateForms: tb,
|
|
1693
1693
|
deleteForm: mi,
|
|
1694
|
-
deleteForms:
|
|
1695
|
-
} = va.actions, Fu = va.reducer, Ou = (t) => t.formReducer.instances, Ru = m([Ou], (t) => Object.values(t)), Iu = (t) => (e) => e.formReducer.instances[t],
|
|
1694
|
+
deleteForms: sb
|
|
1695
|
+
} = va.actions, Fu = va.reducer, Ou = (t) => t.formReducer.instances, Ru = m([Ou], (t) => Object.values(t)), Iu = (t) => (e) => e.formReducer.instances[t], ib = y(
|
|
1696
1696
|
m([Ru, (t, e) => e], (t, e) => b(t.filter((s) => s.organization === e)))
|
|
1697
|
-
),
|
|
1697
|
+
), fe = F((t) => t.uuid), fi = fe.getInitialState({}), wa = _({
|
|
1698
1698
|
name: "formSubmissionAttachments",
|
|
1699
|
-
initialState:
|
|
1699
|
+
initialState: fi,
|
|
1700
1700
|
extraReducers: (t) => t.addMatcher(
|
|
1701
1701
|
O(P, q, R),
|
|
1702
|
-
(e) => Object.assign(e,
|
|
1702
|
+
(e) => Object.assign(e, fi)
|
|
1703
1703
|
),
|
|
1704
1704
|
reducers: {
|
|
1705
|
-
initializeFormSubmissionAttachments:
|
|
1706
|
-
addFormSubmissionAttachment:
|
|
1707
|
-
addFormSubmissionAttachments:
|
|
1708
|
-
setFormSubmissionAttachment:
|
|
1709
|
-
setFormSubmissionAttachments:
|
|
1710
|
-
updateFormSubmissionAttachment:
|
|
1711
|
-
updateFormSubmissionAttachments:
|
|
1712
|
-
deleteFormSubmissionAttachment:
|
|
1713
|
-
deleteFormSubmissionAttachments:
|
|
1705
|
+
initializeFormSubmissionAttachments: fe.initialize,
|
|
1706
|
+
addFormSubmissionAttachment: fe.addOne,
|
|
1707
|
+
addFormSubmissionAttachments: fe.addMany,
|
|
1708
|
+
setFormSubmissionAttachment: fe.setOne,
|
|
1709
|
+
setFormSubmissionAttachments: fe.setMany,
|
|
1710
|
+
updateFormSubmissionAttachment: fe.updateOne,
|
|
1711
|
+
updateFormSubmissionAttachments: fe.updateMany,
|
|
1712
|
+
deleteFormSubmissionAttachment: fe.deleteOne,
|
|
1713
|
+
deleteFormSubmissionAttachments: fe.deleteMany
|
|
1714
1714
|
}
|
|
1715
1715
|
}), {
|
|
1716
1716
|
initializeFormSubmissionAttachments: vu,
|
|
1717
|
-
addFormSubmissionAttachment:
|
|
1717
|
+
addFormSubmissionAttachment: nb,
|
|
1718
1718
|
addFormSubmissionAttachments: qt,
|
|
1719
|
-
setFormSubmissionAttachment:
|
|
1720
|
-
setFormSubmissionAttachments:
|
|
1721
|
-
updateFormSubmissionAttachment:
|
|
1719
|
+
setFormSubmissionAttachment: ab,
|
|
1720
|
+
setFormSubmissionAttachments: cb,
|
|
1721
|
+
updateFormSubmissionAttachment: rb,
|
|
1722
1722
|
updateFormSubmissionAttachments: wu,
|
|
1723
|
-
deleteFormSubmissionAttachment:
|
|
1723
|
+
deleteFormSubmissionAttachment: ob,
|
|
1724
1724
|
deleteFormSubmissionAttachments: Et
|
|
1725
1725
|
} = wa.actions, ka = (t) => t.formSubmissionAttachmentReducer.instances, ku = y(
|
|
1726
1726
|
m(
|
|
@@ -1742,34 +1742,34 @@ const C = F(
|
|
|
1742
1742
|
Object.values(t).filter((s) => s.form_submission === e)
|
|
1743
1743
|
)
|
|
1744
1744
|
)
|
|
1745
|
-
), Eu = wa.reducer,
|
|
1745
|
+
), Eu = wa.reducer, Ae = F(
|
|
1746
1746
|
(t) => t.uuid
|
|
1747
|
-
),
|
|
1747
|
+
), Ai = Ae.getInitialState({}), qa = _({
|
|
1748
1748
|
name: "formSubmissions",
|
|
1749
|
-
initialState:
|
|
1749
|
+
initialState: Ai,
|
|
1750
1750
|
extraReducers: (t) => t.addMatcher(
|
|
1751
1751
|
O(P, q, R),
|
|
1752
|
-
(e) => Object.assign(e,
|
|
1752
|
+
(e) => Object.assign(e, Ai)
|
|
1753
1753
|
),
|
|
1754
1754
|
reducers: {
|
|
1755
|
-
initializeFormSubmissions:
|
|
1756
|
-
setFormSubmission:
|
|
1757
|
-
setFormSubmissions:
|
|
1758
|
-
addFormSubmission:
|
|
1759
|
-
addFormSubmissions:
|
|
1760
|
-
updateFormSubmission:
|
|
1761
|
-
updateFormSubmissions:
|
|
1762
|
-
deleteFormSubmission:
|
|
1763
|
-
deleteFormSubmissions:
|
|
1755
|
+
initializeFormSubmissions: Ae.initialize,
|
|
1756
|
+
setFormSubmission: Ae.setOne,
|
|
1757
|
+
setFormSubmissions: Ae.setMany,
|
|
1758
|
+
addFormSubmission: Ae.addOne,
|
|
1759
|
+
addFormSubmissions: Ae.addMany,
|
|
1760
|
+
updateFormSubmission: Ae.updateOne,
|
|
1761
|
+
updateFormSubmissions: Ae.updateMany,
|
|
1762
|
+
deleteFormSubmission: Ae.deleteOne,
|
|
1763
|
+
deleteFormSubmissions: Ae.deleteMany
|
|
1764
1764
|
}
|
|
1765
1765
|
}), {
|
|
1766
1766
|
initializeFormSubmissions: Mu,
|
|
1767
|
-
setFormSubmission:
|
|
1768
|
-
setFormSubmissions:
|
|
1767
|
+
setFormSubmission: At,
|
|
1768
|
+
setFormSubmissions: db,
|
|
1769
1769
|
addFormSubmission: yi,
|
|
1770
1770
|
addFormSubmissions: Lt,
|
|
1771
1771
|
updateFormSubmission: ju,
|
|
1772
|
-
updateFormSubmissions:
|
|
1772
|
+
updateFormSubmissions: ub,
|
|
1773
1773
|
deleteFormSubmission: bi,
|
|
1774
1774
|
deleteFormSubmissions: Nt
|
|
1775
1775
|
} = qa.actions, Ea = (t) => t.formSubmissionReducer.instances, Ma = m(
|
|
@@ -1826,10 +1826,10 @@ const C = F(
|
|
|
1826
1826
|
addGeoImage: $u,
|
|
1827
1827
|
addGeoImages: Gu,
|
|
1828
1828
|
updateGeoImage: Bu,
|
|
1829
|
-
updateGeoImages:
|
|
1829
|
+
updateGeoImages: lb,
|
|
1830
1830
|
deleteGeoImage: _i,
|
|
1831
1831
|
deleteGeoImages: Lu
|
|
1832
|
-
} = ja.actions, Nu = (t) => t.geoImageReducer.instances, Hu = m([Nu], (t) => Object.values(t)), Pi = (t) => (e) => e.geoImageReducer.instances[t],
|
|
1832
|
+
} = ja.actions, Nu = (t) => t.geoImageReducer.instances, Hu = m([Nu], (t) => Object.values(t)), Pi = (t) => (e) => e.geoImageReducer.instances[t], hb = y(
|
|
1833
1833
|
m([Hu, (t, e) => e], (t, e) => b(t.filter((s) => s.project === e)))
|
|
1834
1834
|
), Wu = ja.reducer, be = F(
|
|
1835
1835
|
(t) => t.uuid
|
|
@@ -1853,27 +1853,27 @@ const C = F(
|
|
|
1853
1853
|
}
|
|
1854
1854
|
}), {
|
|
1855
1855
|
initializeIssueAssociations: Ku,
|
|
1856
|
-
setIssueAssociations:
|
|
1857
|
-
setIssueAssociation:
|
|
1856
|
+
setIssueAssociations: pb,
|
|
1857
|
+
setIssueAssociation: mb,
|
|
1858
1858
|
updateIssueAssociation: Yu,
|
|
1859
|
-
updateIssueAssociations:
|
|
1859
|
+
updateIssueAssociations: fb,
|
|
1860
1860
|
addIssueAssociation: Fi,
|
|
1861
1861
|
addIssueAssociations: Ua,
|
|
1862
1862
|
deleteIssueAssociation: Oi,
|
|
1863
1863
|
deleteIssueAssociations: Da
|
|
1864
|
-
} = za.actions, pt = (t) => t.issueAssociationReducer.instances, Ab = m([pt], (t) => Object.values(t)), Ju = (t) => (e) => e.issueAssociationReducer.instances[t],
|
|
1864
|
+
} = za.actions, pt = (t) => t.issueAssociationReducer.instances, Ab = m([pt], (t) => Object.values(t)), Ju = (t) => (e) => e.issueAssociationReducer.instances[t], Xu = y(
|
|
1865
1865
|
m(
|
|
1866
1866
|
[pt, (t, e) => e],
|
|
1867
1867
|
(t, e) => b(
|
|
1868
1868
|
Object.values(t).filter((s) => s.associated_issue === e)
|
|
1869
1869
|
)
|
|
1870
1870
|
)
|
|
1871
|
-
),
|
|
1871
|
+
), Zu = y(
|
|
1872
1872
|
m(
|
|
1873
1873
|
[pt, (t, e) => e],
|
|
1874
1874
|
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
1875
1875
|
)
|
|
1876
|
-
),
|
|
1876
|
+
), Qu = y(
|
|
1877
1877
|
m(
|
|
1878
1878
|
[pt, (t, e) => e],
|
|
1879
1879
|
(t, e) => b(Object.values(t).filter((s) => s.asset === e))
|
|
@@ -1900,11 +1900,11 @@ const C = F(
|
|
|
1900
1900
|
}
|
|
1901
1901
|
}), {
|
|
1902
1902
|
initializeIssueAttachments: Ii,
|
|
1903
|
-
addIssueAttachment:
|
|
1903
|
+
addIssueAttachment: yb,
|
|
1904
1904
|
addIssueAttachments: Va,
|
|
1905
1905
|
setIssueAttachment: tl,
|
|
1906
|
-
setIssueAttachments:
|
|
1907
|
-
updateIssueAttachment:
|
|
1906
|
+
setIssueAttachments: bb,
|
|
1907
|
+
updateIssueAttachment: Sb,
|
|
1908
1908
|
updateIssueAttachments: sl,
|
|
1909
1909
|
deleteIssueAttachment: il,
|
|
1910
1910
|
deleteIssueAttachments: Ca
|
|
@@ -1936,21 +1936,21 @@ const C = F(
|
|
|
1936
1936
|
}
|
|
1937
1937
|
}), {
|
|
1938
1938
|
initializeIssueCommentAttachments: wi,
|
|
1939
|
-
addIssueCommentAttachment:
|
|
1939
|
+
addIssueCommentAttachment: gb,
|
|
1940
1940
|
addIssueCommentAttachments: dl,
|
|
1941
1941
|
setIssueCommentAttachment: ul,
|
|
1942
|
-
setIssueCommentAttachments:
|
|
1943
|
-
updateIssueCommentAttachment:
|
|
1942
|
+
setIssueCommentAttachments: _b,
|
|
1943
|
+
updateIssueCommentAttachment: Pb,
|
|
1944
1944
|
updateIssueCommentAttachments: ll,
|
|
1945
1945
|
deleteIssueCommentAttachment: hl,
|
|
1946
1946
|
deleteIssueCommentAttachments: pl
|
|
1947
|
-
} = $a.actions, ml = (t) => t.issueCommentAttachmentReducer.instances,
|
|
1947
|
+
} = $a.actions, ml = (t) => t.issueCommentAttachmentReducer.instances, fl = m(
|
|
1948
1948
|
[ml],
|
|
1949
1949
|
(t) => Object.values(t)
|
|
1950
|
-
),
|
|
1950
|
+
), Al = (t) => (e) => e.issueCommentAttachmentReducer.instances[t], Tb = y(
|
|
1951
1951
|
m(
|
|
1952
1952
|
[
|
|
1953
|
-
|
|
1953
|
+
fl,
|
|
1954
1954
|
(t, e) => e
|
|
1955
1955
|
],
|
|
1956
1956
|
(t, e) => b(t.filter(({ issue_comment: s }) => e === s))
|
|
@@ -1974,16 +1974,16 @@ const C = F(
|
|
|
1974
1974
|
deleteIssueComments: _e.deleteMany
|
|
1975
1975
|
}
|
|
1976
1976
|
}), {
|
|
1977
|
-
initializeIssueComments:
|
|
1977
|
+
initializeIssueComments: Fb,
|
|
1978
1978
|
addIssueComment: qi,
|
|
1979
|
-
addIssueComments:
|
|
1979
|
+
addIssueComments: Ob,
|
|
1980
1980
|
setIssueComment: Ei,
|
|
1981
1981
|
setIssueComments: bl,
|
|
1982
|
-
updateIssueComment:
|
|
1983
|
-
updateIssueComments:
|
|
1982
|
+
updateIssueComment: Rb,
|
|
1983
|
+
updateIssueComments: Ib,
|
|
1984
1984
|
deleteIssueComment: Mi,
|
|
1985
|
-
deleteIssueComments:
|
|
1986
|
-
} = Ga.actions, Sl = (t) => t.issueCommentReducer.instances, ji = (t) => (e) => e.issueCommentReducer.instances[t],
|
|
1985
|
+
deleteIssueComments: vb
|
|
1986
|
+
} = Ga.actions, Sl = (t) => t.issueCommentReducer.instances, ji = (t) => (e) => e.issueCommentReducer.instances[t], wb = y(
|
|
1987
1987
|
m(
|
|
1988
1988
|
[Sl, (t, e) => e],
|
|
1989
1989
|
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
@@ -2010,13 +2010,13 @@ const C = F(
|
|
|
2010
2010
|
initializeIssues: _l,
|
|
2011
2011
|
addIssue: Ui,
|
|
2012
2012
|
addIssues: Pl,
|
|
2013
|
-
setIssue:
|
|
2014
|
-
setIssues:
|
|
2013
|
+
setIssue: kb,
|
|
2014
|
+
setIssues: qb,
|
|
2015
2015
|
updateIssue: yt,
|
|
2016
|
-
updateIssues:
|
|
2016
|
+
updateIssues: Eb,
|
|
2017
2017
|
deleteIssue: Di,
|
|
2018
2018
|
deleteIssues: Tl
|
|
2019
|
-
} = Ba.actions, La = (t) => t.issueReducer.instances,
|
|
2019
|
+
} = Ba.actions, La = (t) => t.issueReducer.instances, Mb = m([La], (t) => Object.values(t)), xi = (t) => (e) => e.issueReducer.instances[t], jb = y(
|
|
2020
2020
|
m([La, (t, e) => e], (t, e) => {
|
|
2021
2021
|
const s = [];
|
|
2022
2022
|
for (const i of e) {
|
|
@@ -2047,18 +2047,18 @@ const C = F(
|
|
|
2047
2047
|
}
|
|
2048
2048
|
}), {
|
|
2049
2049
|
initializeIssueTypeAttachments: Ci,
|
|
2050
|
-
addIssueTypeAttachment:
|
|
2050
|
+
addIssueTypeAttachment: zb,
|
|
2051
2051
|
addIssueTypeAttachments: Ol,
|
|
2052
2052
|
setIssueTypeAttachment: Rl,
|
|
2053
|
-
setIssueTypeAttachments:
|
|
2054
|
-
updateIssueTypeAttachment:
|
|
2053
|
+
setIssueTypeAttachments: Ub,
|
|
2054
|
+
updateIssueTypeAttachment: Db,
|
|
2055
2055
|
updateIssueTypeAttachments: Il,
|
|
2056
2056
|
deleteIssueTypeAttachment: vl,
|
|
2057
2057
|
deleteIssueTypeAttachments: wl
|
|
2058
2058
|
} = Na.actions, kl = (t) => t.issueTypeAttachmentReducer.instances, ql = m(
|
|
2059
2059
|
[kl],
|
|
2060
2060
|
(t) => Object.values(t)
|
|
2061
|
-
), El = (t) => (e) => e.issueTypeAttachmentReducer.instances[t],
|
|
2061
|
+
), El = (t) => (e) => e.issueTypeAttachmentReducer.instances[t], xb = y(
|
|
2062
2062
|
m(
|
|
2063
2063
|
[ql, (t, e) => e],
|
|
2064
2064
|
(t, e) => b(t.filter(({ issue_type: s }) => e === s))
|
|
@@ -2083,25 +2083,25 @@ const C = F(
|
|
|
2083
2083
|
}
|
|
2084
2084
|
}), {
|
|
2085
2085
|
initializeIssueTypeFieldsAttachments: jl,
|
|
2086
|
-
addIssueTypeFieldsAttachment:
|
|
2086
|
+
addIssueTypeFieldsAttachment: Vb,
|
|
2087
2087
|
addIssueTypeFieldsAttachments: zl,
|
|
2088
|
-
setIssueTypeFieldsAttachment:
|
|
2089
|
-
setIssueTypeFieldsAttachments:
|
|
2090
|
-
updateIssueTypeFieldsAttachment:
|
|
2088
|
+
setIssueTypeFieldsAttachment: Cb,
|
|
2089
|
+
setIssueTypeFieldsAttachments: $b,
|
|
2090
|
+
updateIssueTypeFieldsAttachment: Gb,
|
|
2091
2091
|
updateIssueTypeFieldsAttachments: Ul,
|
|
2092
|
-
deleteIssueTypeFieldsAttachment:
|
|
2092
|
+
deleteIssueTypeFieldsAttachment: Bb,
|
|
2093
2093
|
deleteIssueTypeFieldsAttachments: Dl
|
|
2094
2094
|
} = Ha.actions, xl = (t) => t.issueTypeFieldsAttachmentReducer.instances, Vl = m(
|
|
2095
2095
|
[xl],
|
|
2096
2096
|
(t) => Object.values(t)
|
|
2097
|
-
),
|
|
2097
|
+
), Lb = y(
|
|
2098
2098
|
m(
|
|
2099
2099
|
[Vl, (t, e) => e],
|
|
2100
2100
|
(t, e) => b(
|
|
2101
2101
|
t.filter((s) => s.fields_revision === e)
|
|
2102
2102
|
)
|
|
2103
2103
|
)
|
|
2104
|
-
),
|
|
2104
|
+
), Nb = (t) => (e) => e.issueTypeFieldsAttachmentReducer.instances[t], Cl = Ha.reducer, Oe = F(
|
|
2105
2105
|
(t) => t.uuid
|
|
2106
2106
|
), Gi = Oe.getInitialState({}), Wa = _({
|
|
2107
2107
|
name: "issueTypeFieldValues",
|
|
@@ -2124,14 +2124,14 @@ const C = F(
|
|
|
2124
2124
|
}), {
|
|
2125
2125
|
initializeIssueTypeFieldValues: $l,
|
|
2126
2126
|
addIssueTypeFieldValues: Bi,
|
|
2127
|
-
addIssueTypeFieldValuesMany:
|
|
2128
|
-
setIssueTypeFieldValues:
|
|
2129
|
-
setIssueTypeFieldValuesMany:
|
|
2127
|
+
addIssueTypeFieldValuesMany: Hb,
|
|
2128
|
+
setIssueTypeFieldValues: Wb,
|
|
2129
|
+
setIssueTypeFieldValuesMany: Kb,
|
|
2130
2130
|
updateIssueTypeFieldValues: ct,
|
|
2131
|
-
updateIssueTypeFieldValuesMany:
|
|
2131
|
+
updateIssueTypeFieldValuesMany: Yb,
|
|
2132
2132
|
deleteIssueTypeFieldValues: Li,
|
|
2133
|
-
deleteIssueTypeFieldValuesMany:
|
|
2134
|
-
} = Wa.actions, Gl = (t) => t.issueTypeFieldValuesReducer.instances, Ka = m([Gl], (t) => Object.values(t)),
|
|
2133
|
+
deleteIssueTypeFieldValuesMany: Jb
|
|
2134
|
+
} = Wa.actions, Gl = (t) => t.issueTypeFieldValuesReducer.instances, Ka = m([Gl], (t) => Object.values(t)), Xb = y(
|
|
2135
2135
|
m([Ka, (t, e) => e], (t, e) => b(t.filter((s) => s.issue === e)))
|
|
2136
2136
|
), Ni = (t) => (e) => e.issueTypeFieldValuesReducer.instances[t], Bl = Wa.reducer, Re = F(
|
|
2137
2137
|
(t) => t.uuid
|
|
@@ -2158,16 +2158,16 @@ const C = F(
|
|
|
2158
2158
|
addIssueTypeFields: Nl,
|
|
2159
2159
|
addIssueTypeFieldsMany: Zb,
|
|
2160
2160
|
setIssueTypeFields: Qb,
|
|
2161
|
-
setIssueTypeFieldsMany:
|
|
2161
|
+
setIssueTypeFieldsMany: eS,
|
|
2162
2162
|
updateIssueTypeFields: Hl,
|
|
2163
|
-
updateIssueTypeFieldsMany:
|
|
2163
|
+
updateIssueTypeFieldsMany: tS,
|
|
2164
2164
|
deleteIssueTypeFields: Wl,
|
|
2165
|
-
deleteIssueTypeFieldsMany:
|
|
2166
|
-
} = Ya.actions, Kl = (t) => t.issueTypeFieldsReducer.instances, Ht = m([Kl], (t) => Object.values(t)),
|
|
2165
|
+
deleteIssueTypeFieldsMany: sS
|
|
2166
|
+
} = Ya.actions, Kl = (t) => t.issueTypeFieldsReducer.instances, Ht = m([Kl], (t) => Object.values(t)), iS = y(
|
|
2167
2167
|
m([Ht, (t, e) => e], (t, e) => b(t.filter((s) => s.issue_type === e)))
|
|
2168
|
-
), iS = y(
|
|
2169
|
-
m([Ht, (t, e) => e], (t, e) => t.filter((s) => s.issue_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
2170
2168
|
), nS = y(
|
|
2169
|
+
m([Ht, (t, e) => e], (t, e) => t.filter((s) => s.issue_type === e).sort((s, i) => s.submitted_at > i.submitted_at ? -1 : 1)[0])
|
|
2170
|
+
), aS = y(
|
|
2171
2171
|
m(
|
|
2172
2172
|
[Ht, Ka, (t, e) => e],
|
|
2173
2173
|
(t, e, s) => {
|
|
@@ -2177,7 +2177,7 @@ const C = F(
|
|
|
2177
2177
|
return b(e.filter((n) => i.has(n.fields_revision)));
|
|
2178
2178
|
}
|
|
2179
2179
|
)
|
|
2180
|
-
),
|
|
2180
|
+
), cS = (t) => (e) => e.issueTypeFieldsReducer.instances[t], Yl = Ya.reducer, Ie = F((t) => t.uuid), Wi = Ie.getInitialState({}), Ja = _({
|
|
2181
2181
|
name: "issueTypeFieldValuesAttachments",
|
|
2182
2182
|
initialState: Wi,
|
|
2183
2183
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2197,21 +2197,21 @@ const C = F(
|
|
|
2197
2197
|
}
|
|
2198
2198
|
}), {
|
|
2199
2199
|
initializeIssueTypeFieldValuesAttachments: Jl,
|
|
2200
|
-
addIssueTypeFieldValuesAttachment:
|
|
2200
|
+
addIssueTypeFieldValuesAttachment: rS,
|
|
2201
2201
|
addIssueTypeFieldValuesAttachments: Mt,
|
|
2202
|
-
setIssueTypeFieldValuesAttachment:
|
|
2203
|
-
setIssueTypeFieldValuesAttachments:
|
|
2204
|
-
updateIssueTypeFieldValuesAttachment:
|
|
2205
|
-
updateIssueTypeFieldValuesAttachments:
|
|
2206
|
-
deleteIssueTypeFieldValuesAttachment:
|
|
2202
|
+
setIssueTypeFieldValuesAttachment: oS,
|
|
2203
|
+
setIssueTypeFieldValuesAttachments: dS,
|
|
2204
|
+
updateIssueTypeFieldValuesAttachment: uS,
|
|
2205
|
+
updateIssueTypeFieldValuesAttachments: Xl,
|
|
2206
|
+
deleteIssueTypeFieldValuesAttachment: lS,
|
|
2207
2207
|
deleteIssueTypeFieldValuesAttachments: jt
|
|
2208
|
-
} = Ja.actions,
|
|
2209
|
-
[
|
|
2208
|
+
} = Ja.actions, Xa = (t) => t.issueTypeFieldValuesAttachmentReducer.instances, Zl = m(
|
|
2209
|
+
[Xa],
|
|
2210
2210
|
(t) => Object.values(t)
|
|
2211
|
-
),
|
|
2211
|
+
), hS = (t) => (e) => e.issueTypeFieldValuesAttachmentReducer.instances[t], Ql = y(
|
|
2212
2212
|
m(
|
|
2213
2213
|
[
|
|
2214
|
-
|
|
2214
|
+
Xa,
|
|
2215
2215
|
(t, e) => e
|
|
2216
2216
|
],
|
|
2217
2217
|
(t, e) => {
|
|
@@ -2223,10 +2223,10 @@ const C = F(
|
|
|
2223
2223
|
)
|
|
2224
2224
|
), eh = y(
|
|
2225
2225
|
m(
|
|
2226
|
-
[
|
|
2226
|
+
[Zl, (t, e) => e],
|
|
2227
2227
|
(t, e) => b(t.filter((s) => s.field_values === e))
|
|
2228
2228
|
)
|
|
2229
|
-
), th = Ja.reducer, U = F((t) => t.uuid), Ki = U.getInitialState({}),
|
|
2229
|
+
), th = Ja.reducer, U = F((t) => t.uuid), Ki = U.getInitialState({}), Za = _({
|
|
2230
2230
|
name: "issueTypes",
|
|
2231
2231
|
initialState: Ki,
|
|
2232
2232
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2248,41 +2248,41 @@ const C = F(
|
|
|
2248
2248
|
}), {
|
|
2249
2249
|
initializeIssueTypes: sh,
|
|
2250
2250
|
addIssueType: ih,
|
|
2251
|
-
addIssueTypes:
|
|
2251
|
+
addIssueTypes: pS,
|
|
2252
2252
|
setIssueType: rt,
|
|
2253
|
-
setIssueTypes:
|
|
2253
|
+
setIssueTypes: mS,
|
|
2254
2254
|
updateIssueType: nh,
|
|
2255
|
-
updateIssueTypes:
|
|
2255
|
+
updateIssueTypes: fS,
|
|
2256
2256
|
deleteIssueType: AS,
|
|
2257
|
-
deleteIssueTypes:
|
|
2257
|
+
deleteIssueTypes: yS,
|
|
2258
2258
|
removeIssueType: Yi
|
|
2259
|
-
} =
|
|
2259
|
+
} = Za.actions, ah = (t) => t.issueTypeReducer.instances, ch = m(
|
|
2260
2260
|
ah,
|
|
2261
2261
|
(t) => Object.values(t)
|
|
2262
|
-
), Ji = (t) => (e) => e.issueTypeReducer.instances[t],
|
|
2262
|
+
), Ji = (t) => (e) => e.issueTypeReducer.instances[t], bS = (t) => (e) => {
|
|
2263
2263
|
const s = [];
|
|
2264
2264
|
for (const i of t) {
|
|
2265
2265
|
const n = e.issueTypeReducer.instances[i];
|
|
2266
2266
|
n ? s.push(n) : console.warn("selectIssueTypesByIds: No issue type exists with the id", i);
|
|
2267
2267
|
}
|
|
2268
2268
|
return s;
|
|
2269
|
-
},
|
|
2269
|
+
}, SS = y(
|
|
2270
2270
|
m([ch, (t, e) => e], (t, e) => b(t.filter((s) => s.organization === e)))
|
|
2271
|
-
),
|
|
2271
|
+
), Qa = y(
|
|
2272
2272
|
m(
|
|
2273
2273
|
[(t) => t.issueReducer.instances, (t, e) => e],
|
|
2274
2274
|
(t, e) => b(
|
|
2275
2275
|
Object.values(t).filter((s) => s.issue_type === e)
|
|
2276
2276
|
)
|
|
2277
2277
|
)
|
|
2278
|
-
),
|
|
2278
|
+
), gS = (t) => (e) => Qa(t)(e).length, rh = Za.reducer, ve = F(
|
|
2279
2279
|
(t) => t.uuid
|
|
2280
|
-
),
|
|
2280
|
+
), Xi = ve.getInitialState({}), ec = _({
|
|
2281
2281
|
name: "issueUpdates",
|
|
2282
|
-
initialState:
|
|
2282
|
+
initialState: Xi,
|
|
2283
2283
|
extraReducers: (t) => t.addMatcher(
|
|
2284
2284
|
O(P, q, R),
|
|
2285
|
-
(e) => Object.assign(e,
|
|
2285
|
+
(e) => Object.assign(e, Xi)
|
|
2286
2286
|
),
|
|
2287
2287
|
reducers: {
|
|
2288
2288
|
initializeIssueUpdates: ve.initialize,
|
|
@@ -2299,10 +2299,10 @@ const C = F(
|
|
|
2299
2299
|
initializeIssueUpdates: oh,
|
|
2300
2300
|
addIssueUpdate: dh,
|
|
2301
2301
|
addIssueUpdates: uh,
|
|
2302
|
-
setIssueUpdate:
|
|
2303
|
-
setIssueUpdates:
|
|
2304
|
-
updateIssueUpdate:
|
|
2305
|
-
updateIssueUpdates:
|
|
2302
|
+
setIssueUpdate: _S,
|
|
2303
|
+
setIssueUpdates: PS,
|
|
2304
|
+
updateIssueUpdate: TS,
|
|
2305
|
+
updateIssueUpdates: FS,
|
|
2306
2306
|
deleteIssueUpdate: lh,
|
|
2307
2307
|
deleteIssueUpdates: hh
|
|
2308
2308
|
} = ec.actions, ph = (t) => t.issueUpdateReducer.instances, mh = y(
|
|
@@ -2310,14 +2310,14 @@ const C = F(
|
|
|
2310
2310
|
[ph, (t, e) => e],
|
|
2311
2311
|
(t, e) => b(Object.values(t).filter((s) => s.issue === e))
|
|
2312
2312
|
)
|
|
2313
|
-
),
|
|
2313
|
+
), fh = ec.reducer, we = F((t) => t.id), Zi = we.getInitialState({
|
|
2314
2314
|
currentUser: null
|
|
2315
2315
|
}), tc = _({
|
|
2316
2316
|
name: "users",
|
|
2317
|
-
initialState:
|
|
2317
|
+
initialState: Zi,
|
|
2318
2318
|
extraReducers: (t) => t.addMatcher(
|
|
2319
2319
|
O(P, R),
|
|
2320
|
-
(e) => Object.assign(e,
|
|
2320
|
+
(e) => Object.assign(e, Zi)
|
|
2321
2321
|
),
|
|
2322
2322
|
reducers: {
|
|
2323
2323
|
initializeUsers: we.initialize,
|
|
@@ -2342,18 +2342,18 @@ const C = F(
|
|
|
2342
2342
|
}
|
|
2343
2343
|
}
|
|
2344
2344
|
}), {
|
|
2345
|
-
initializeUsers:
|
|
2346
|
-
setUsers:
|
|
2347
|
-
setUser:
|
|
2348
|
-
addUsers:
|
|
2345
|
+
initializeUsers: Ah,
|
|
2346
|
+
setUsers: OS,
|
|
2347
|
+
setUser: RS,
|
|
2348
|
+
addUsers: IS,
|
|
2349
2349
|
addUser: yh,
|
|
2350
|
-
updateUsers:
|
|
2351
|
-
updateUser:
|
|
2350
|
+
updateUsers: vS,
|
|
2351
|
+
updateUser: wS,
|
|
2352
2352
|
deleteUser: bh,
|
|
2353
|
-
deleteUsers:
|
|
2354
|
-
setCurrentUser:
|
|
2355
|
-
setProfilePicture:
|
|
2356
|
-
} = tc.actions, Sh = tc.reducer, gh = (t) => t.userReducer.currentUser, Wt = (t) => t.userReducer.instances, sc = m([Wt], (t) => Object.values(t)), _h = (t) => (e) => e.userReducer.instances[t],
|
|
2353
|
+
deleteUsers: kS,
|
|
2354
|
+
setCurrentUser: qS,
|
|
2355
|
+
setProfilePicture: ES
|
|
2356
|
+
} = tc.actions, Sh = tc.reducer, gh = (t) => t.userReducer.currentUser, Wt = (t) => t.userReducer.instances, sc = m([Wt], (t) => Object.values(t)), _h = (t) => (e) => e.userReducer.instances[t], MS = y(
|
|
2357
2357
|
m([Wt, (t, e) => e], (t, e) => {
|
|
2358
2358
|
const s = [];
|
|
2359
2359
|
for (const i of e) {
|
|
@@ -2364,12 +2364,12 @@ const C = F(
|
|
|
2364
2364
|
})
|
|
2365
2365
|
), ke = F(
|
|
2366
2366
|
(t) => t.uuid
|
|
2367
|
-
),
|
|
2367
|
+
), Qi = ke.getInitialState({}), ic = _({
|
|
2368
2368
|
name: "organizationAccess",
|
|
2369
|
-
initialState:
|
|
2369
|
+
initialState: Qi,
|
|
2370
2370
|
extraReducers: (t) => t.addMatcher(
|
|
2371
2371
|
O(P, R),
|
|
2372
|
-
(e) => Object.assign(e,
|
|
2372
|
+
(e) => Object.assign(e, Qi)
|
|
2373
2373
|
),
|
|
2374
2374
|
reducers: {
|
|
2375
2375
|
initializeOrganizationAccesses: ke.initialize,
|
|
@@ -2385,14 +2385,14 @@ const C = F(
|
|
|
2385
2385
|
}), {
|
|
2386
2386
|
initializeOrganizationAccesses: Ph,
|
|
2387
2387
|
addOrganizationAccess: Th,
|
|
2388
|
-
addOrganizationAccesses:
|
|
2389
|
-
setOrganizationAccess:
|
|
2390
|
-
setOrganizationAccesses:
|
|
2388
|
+
addOrganizationAccesses: jS,
|
|
2389
|
+
setOrganizationAccess: zS,
|
|
2390
|
+
setOrganizationAccesses: US,
|
|
2391
2391
|
updateOrganizationAccess: bt,
|
|
2392
|
-
updateOrganizationAccesses:
|
|
2392
|
+
updateOrganizationAccesses: DS,
|
|
2393
2393
|
deleteOrganizationAccess: Fh,
|
|
2394
|
-
deleteOrganizationAccesses:
|
|
2395
|
-
} = ic.actions, Oh = ic.reducer, nc = (t) => t.organizationAccessReducer.instances, en = (t) => (e) => e.organizationAccessReducer.instances[t],
|
|
2394
|
+
deleteOrganizationAccesses: xS
|
|
2395
|
+
} = ic.actions, Oh = ic.reducer, nc = (t) => t.organizationAccessReducer.instances, en = (t) => (e) => e.organizationAccessReducer.instances[t], VS = m(
|
|
2396
2396
|
[gh, nc],
|
|
2397
2397
|
(t, e) => Object.values(e).find(
|
|
2398
2398
|
(i) => i.user === (t == null ? void 0 : t.id)
|
|
@@ -2402,7 +2402,7 @@ const C = F(
|
|
|
2402
2402
|
for (const s of Object.values(t))
|
|
2403
2403
|
e[s.user] = s;
|
|
2404
2404
|
return Ut(e);
|
|
2405
|
-
}),
|
|
2405
|
+
}), CS = y(
|
|
2406
2406
|
m(
|
|
2407
2407
|
[Wt, Rh, (t, e) => e],
|
|
2408
2408
|
(t, e, s) => b(
|
|
@@ -2432,15 +2432,15 @@ const C = F(
|
|
|
2432
2432
|
}
|
|
2433
2433
|
}), {
|
|
2434
2434
|
initializeOrganizations: Ih,
|
|
2435
|
-
setOrganizations:
|
|
2436
|
-
setOrganization:
|
|
2437
|
-
addOrganizations:
|
|
2435
|
+
setOrganizations: $S,
|
|
2436
|
+
setOrganization: GS,
|
|
2437
|
+
addOrganizations: BS,
|
|
2438
2438
|
addOrganization: vh,
|
|
2439
|
-
updateOrganizations:
|
|
2439
|
+
updateOrganizations: LS,
|
|
2440
2440
|
updateOrganization: wh,
|
|
2441
|
-
deleteOrganization:
|
|
2442
|
-
deleteOrganizations:
|
|
2443
|
-
} = ac.actions, kh = (t) => t.organizationReducer.instances,
|
|
2441
|
+
deleteOrganization: NS,
|
|
2442
|
+
deleteOrganizations: HS
|
|
2443
|
+
} = ac.actions, kh = (t) => t.organizationReducer.instances, WS = m([kh], (t) => Object.values(t)), KS = (t) => (e) => e.organizationReducer.instances[t], qh = ac.reducer, Eh = (t, e, s) => {
|
|
2444
2444
|
const i = t.uuid ? t : { ...t, uuid: Le() };
|
|
2445
2445
|
return {
|
|
2446
2446
|
payload: i,
|
|
@@ -2486,7 +2486,7 @@ const C = F(
|
|
|
2486
2486
|
t.latestRetryTime = e.payload;
|
|
2487
2487
|
}
|
|
2488
2488
|
}
|
|
2489
|
-
}),
|
|
2489
|
+
}), YS = (t) => t.outboxReducer.deletedRequests, JS = (t) => t.outboxReducer.latestRetryTime, { enqueueRequest: Mh, markForDeletion: XS, markAsDeleted: jh, _setLatestRetryTime: zh } = cc.actions, Uh = cc.reducer, Ee = F(
|
|
2490
2490
|
(t) => t.uuid
|
|
2491
2491
|
), nn = Ee.getInitialState({}), rc = _({
|
|
2492
2492
|
name: "projectAccess",
|
|
@@ -2513,7 +2513,7 @@ const C = F(
|
|
|
2513
2513
|
setProjectAccess: ZS,
|
|
2514
2514
|
setProjectAccesses: QS,
|
|
2515
2515
|
updateProjectAccess: ot,
|
|
2516
|
-
updateProjectAccesses:
|
|
2516
|
+
updateProjectAccesses: eg,
|
|
2517
2517
|
deleteProjectAccess: cn,
|
|
2518
2518
|
deleteProjectAccesses: Vh
|
|
2519
2519
|
} = rc.actions, Ch = rc.reducer, oc = (t) => t.projectAccessReducer.instances, Kt = m(
|
|
@@ -2526,14 +2526,14 @@ const C = F(
|
|
|
2526
2526
|
Object.values(t).filter((s) => s.project === e)
|
|
2527
2527
|
)
|
|
2528
2528
|
)
|
|
2529
|
-
),
|
|
2529
|
+
), tg = y(
|
|
2530
2530
|
m([Kt, (t, e) => e], (t, e) => {
|
|
2531
2531
|
const s = {};
|
|
2532
2532
|
for (const i of t.filter((n) => n.project === e))
|
|
2533
2533
|
s[i.user] = i;
|
|
2534
2534
|
return s;
|
|
2535
2535
|
})
|
|
2536
|
-
),
|
|
2536
|
+
), sg = y(
|
|
2537
2537
|
m(
|
|
2538
2538
|
[sc, Kt, (t, e) => e],
|
|
2539
2539
|
(t, e, s) => {
|
|
@@ -2563,23 +2563,23 @@ const C = F(
|
|
|
2563
2563
|
}
|
|
2564
2564
|
}), {
|
|
2565
2565
|
initializeProjectAttachments: Gh,
|
|
2566
|
-
addProjectAttachment:
|
|
2566
|
+
addProjectAttachment: ig,
|
|
2567
2567
|
addProjectAttachments: Bh,
|
|
2568
2568
|
setProjectAttachment: Lh,
|
|
2569
2569
|
setProjectAttachments: Nh,
|
|
2570
|
-
updateProjectAttachment:
|
|
2570
|
+
updateProjectAttachment: ng,
|
|
2571
2571
|
updateProjectAttachments: Hh,
|
|
2572
2572
|
deleteProjectAttachment: Wh,
|
|
2573
2573
|
deleteProjectAttachments: uc
|
|
2574
2574
|
} = dc.actions, Kh = (t) => t.projectAttachmentReducer.instances, Yh = m(
|
|
2575
2575
|
[Kh],
|
|
2576
2576
|
(t) => Object.values(t)
|
|
2577
|
-
), Jh = (t) => (e) => e.projectAttachmentReducer.instances[t],
|
|
2577
|
+
), Jh = (t) => (e) => e.projectAttachmentReducer.instances[t], Xh = y(
|
|
2578
2578
|
m(
|
|
2579
2579
|
[Yh, (t, e) => e],
|
|
2580
2580
|
(t, e) => b(t.filter(({ project: s }) => e === s))
|
|
2581
2581
|
)
|
|
2582
|
-
),
|
|
2582
|
+
), Zh = dc.reducer, je = F(
|
|
2583
2583
|
(t) => t.uuid
|
|
2584
2584
|
), dn = je.getInitialState({
|
|
2585
2585
|
activeProjectFileId: null,
|
|
@@ -2625,21 +2625,21 @@ const C = F(
|
|
|
2625
2625
|
}
|
|
2626
2626
|
}
|
|
2627
2627
|
}), {
|
|
2628
|
-
initializeProjectFiles:
|
|
2629
|
-
setProjectFile:
|
|
2630
|
-
setProjectFiles:
|
|
2631
|
-
addProjectFile:
|
|
2628
|
+
initializeProjectFiles: Qh,
|
|
2629
|
+
setProjectFile: ag,
|
|
2630
|
+
setProjectFiles: cg,
|
|
2631
|
+
addProjectFile: rg,
|
|
2632
2632
|
addProjectFiles: ep,
|
|
2633
2633
|
updateProjectFile: un,
|
|
2634
|
-
updateProjectFiles:
|
|
2634
|
+
updateProjectFiles: og,
|
|
2635
2635
|
deleteProjectFile: tp,
|
|
2636
2636
|
deleteProjectFiles: sp,
|
|
2637
2637
|
// TODO: move following to /web
|
|
2638
2638
|
setIsImportingProjectFile: ip,
|
|
2639
2639
|
setActiveProjectFileId: np,
|
|
2640
2640
|
saveActiveProjectFileBounds: ap,
|
|
2641
|
-
resetProjectFileObjectUrls:
|
|
2642
|
-
} = lc.actions, cp = (t) => t.projectFileReducer.instances, rp = m([cp], (t) => b(Object.values(t).sort((e, s) => e.z_index - s.z_index))),
|
|
2641
|
+
resetProjectFileObjectUrls: dg
|
|
2642
|
+
} = lc.actions, cp = (t) => t.projectFileReducer.instances, rp = m([cp], (t) => b(Object.values(t).sort((e, s) => e.z_index - s.z_index))), ug = (t) => (e) => e.projectFileReducer.instances[t], lg = (t) => t.projectFileReducer.activeProjectFileId, hg = (t) => t.projectFileReducer.isImportingProjectFile, op = lc.reducer, ze = F((t) => t.uuid), ln = ze.getInitialState({}), hc = _({
|
|
2643
2643
|
name: "projects",
|
|
2644
2644
|
initialState: ln,
|
|
2645
2645
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2659,20 +2659,20 @@ const C = F(
|
|
|
2659
2659
|
}
|
|
2660
2660
|
}), {
|
|
2661
2661
|
initializeProjects: dp,
|
|
2662
|
-
setProjects:
|
|
2663
|
-
setProject:
|
|
2664
|
-
addProjects:
|
|
2662
|
+
setProjects: pg,
|
|
2663
|
+
setProject: mg,
|
|
2664
|
+
addProjects: fg,
|
|
2665
2665
|
addProject: hn,
|
|
2666
2666
|
updateProjects: Ag,
|
|
2667
2667
|
updateProject: up,
|
|
2668
2668
|
deleteProject: pn,
|
|
2669
|
-
deleteProjects:
|
|
2670
|
-
} = hc.actions, lp = hc.reducer, hp = (t) => t.projectReducer.instances, pc = m([hp], (t) => b(Object.values(t))), pp = (t) => (e) => e.projectReducer.instances[t],
|
|
2669
|
+
deleteProjects: yg
|
|
2670
|
+
} = hc.actions, lp = hc.reducer, hp = (t) => t.projectReducer.instances, pc = m([hp], (t) => b(Object.values(t))), pp = (t) => (e) => e.projectReducer.instances[t], bg = y(
|
|
2671
2671
|
m([pc, Kt, (t, e) => e], (t, e, s) => {
|
|
2672
2672
|
const i = new Set(e.filter((n) => n.user === s).map((n) => n.project));
|
|
2673
2673
|
return b(t.filter((n) => i.has(n.uuid)));
|
|
2674
2674
|
})
|
|
2675
|
-
),
|
|
2675
|
+
), Sg = y(
|
|
2676
2676
|
m([pc, (t, e) => e], (t, e) => b(t.filter((s) => s.organization_owner === e)))
|
|
2677
2677
|
), mp = {
|
|
2678
2678
|
isRehydrated: !1
|
|
@@ -2685,9 +2685,9 @@ const C = F(
|
|
|
2685
2685
|
t.isRehydrated = e.payload;
|
|
2686
2686
|
}
|
|
2687
2687
|
}
|
|
2688
|
-
}), { setRehydrated:
|
|
2688
|
+
}), { setRehydrated: gg } = mc.actions, _g = (t) => t.rehydratedReducer.isRehydrated, fp = mc.reducer, Ue = F(
|
|
2689
2689
|
(t) => t.uuid
|
|
2690
|
-
), mn = Ue.getInitialState({}),
|
|
2690
|
+
), mn = Ue.getInitialState({}), fc = _({
|
|
2691
2691
|
name: "teamMemberships",
|
|
2692
2692
|
initialState: mn,
|
|
2693
2693
|
extraReducers: (t) => t.addMatcher(
|
|
@@ -2706,28 +2706,28 @@ const C = F(
|
|
|
2706
2706
|
deleteTeamMemberships: Ue.deleteMany
|
|
2707
2707
|
}
|
|
2708
2708
|
}), {
|
|
2709
|
-
initializeTeamMemberships:
|
|
2709
|
+
initializeTeamMemberships: Ap,
|
|
2710
2710
|
addTeamMembership: yp,
|
|
2711
|
-
addTeamMemberships:
|
|
2712
|
-
setTeamMembership:
|
|
2713
|
-
setTeamMemberships:
|
|
2714
|
-
updateTeamMembership:
|
|
2715
|
-
updateTeamMemberships:
|
|
2716
|
-
deleteTeamMembership:
|
|
2717
|
-
deleteTeamMemberships:
|
|
2718
|
-
} =
|
|
2711
|
+
addTeamMemberships: Pg,
|
|
2712
|
+
setTeamMembership: fn,
|
|
2713
|
+
setTeamMemberships: Tg,
|
|
2714
|
+
updateTeamMembership: Fg,
|
|
2715
|
+
updateTeamMemberships: Og,
|
|
2716
|
+
deleteTeamMembership: An,
|
|
2717
|
+
deleteTeamMemberships: Rg
|
|
2718
|
+
} = fc.actions, bp = fc.reducer, Sp = (t) => t.teamMembershipReducer.instances, Ac = m(
|
|
2719
2719
|
[Sp],
|
|
2720
2720
|
(t) => Object.values(t)
|
|
2721
|
-
), gp = (t) => (e) => e.teamMembershipReducer.instances[t],
|
|
2722
|
-
m([
|
|
2721
|
+
), gp = (t) => (e) => e.teamMembershipReducer.instances[t], Ig = y(
|
|
2722
|
+
m([Ac, (t, e) => e], (t, e) => {
|
|
2723
2723
|
const s = {};
|
|
2724
2724
|
for (const i of t.filter((n) => n.team === e))
|
|
2725
2725
|
s[i.user] = i;
|
|
2726
2726
|
return s;
|
|
2727
2727
|
})
|
|
2728
|
-
),
|
|
2728
|
+
), vg = y(
|
|
2729
2729
|
m(
|
|
2730
|
-
[sc,
|
|
2730
|
+
[sc, Ac, (t, e) => e],
|
|
2731
2731
|
(t, e, s) => {
|
|
2732
2732
|
const i = new Set(e.filter((n) => n.team === s).map((n) => n.user));
|
|
2733
2733
|
return b(t.filter((n) => i.has(n.id)));
|
|
@@ -2754,14 +2754,14 @@ const C = F(
|
|
|
2754
2754
|
}), {
|
|
2755
2755
|
initializeTeams: _p,
|
|
2756
2756
|
addTeam: Pp,
|
|
2757
|
-
addTeams:
|
|
2757
|
+
addTeams: wg,
|
|
2758
2758
|
setTeam: dt,
|
|
2759
|
-
setTeams:
|
|
2759
|
+
setTeams: kg,
|
|
2760
2760
|
updateTeam: Tp,
|
|
2761
|
-
updateTeams:
|
|
2761
|
+
updateTeams: qg,
|
|
2762
2762
|
deleteTeam: bn,
|
|
2763
|
-
deleteTeams:
|
|
2764
|
-
} = yc.actions, bc = (t) => t.teamReducer.instances, Fp = m([bc], (t) => Object.values(t)), Sn = (t) => (e) => e.teamReducer.instances[t],
|
|
2763
|
+
deleteTeams: Eg
|
|
2764
|
+
} = yc.actions, bc = (t) => t.teamReducer.instances, Fp = m([bc], (t) => Object.values(t)), Sn = (t) => (e) => e.teamReducer.instances[t], Mg = y(
|
|
2765
2765
|
m(
|
|
2766
2766
|
[bc, (t, e) => e],
|
|
2767
2767
|
(t, e) => {
|
|
@@ -2773,7 +2773,7 @@ const C = F(
|
|
|
2773
2773
|
return b(s);
|
|
2774
2774
|
}
|
|
2775
2775
|
)
|
|
2776
|
-
),
|
|
2776
|
+
), jg = y(
|
|
2777
2777
|
m(
|
|
2778
2778
|
[Fp, (t, e) => e],
|
|
2779
2779
|
(t, e) => b(t.filter((s) => s.organization === e))
|
|
@@ -2788,7 +2788,7 @@ const C = F(
|
|
|
2788
2788
|
outboxReducer: Uh,
|
|
2789
2789
|
fileReducer: ou,
|
|
2790
2790
|
authReducer: qd
|
|
2791
|
-
},
|
|
2791
|
+
}, zg = Tn(Sc), wp = {
|
|
2792
2792
|
...Sc,
|
|
2793
2793
|
[ht]: vp,
|
|
2794
2794
|
categoryReducer: Ud,
|
|
@@ -2804,11 +2804,11 @@ const C = F(
|
|
|
2804
2804
|
issueTypeAttachmentReducer: Ml,
|
|
2805
2805
|
organizationReducer: qh,
|
|
2806
2806
|
projectReducer: lp,
|
|
2807
|
-
projectAttachmentReducer:
|
|
2807
|
+
projectAttachmentReducer: Zh,
|
|
2808
2808
|
projectAccessReducer: Ch,
|
|
2809
2809
|
organizationAccessReducer: Oh,
|
|
2810
2810
|
projectFileReducer: op,
|
|
2811
|
-
rehydratedReducer:
|
|
2811
|
+
rehydratedReducer: fp,
|
|
2812
2812
|
formReducer: Fu,
|
|
2813
2813
|
formRevisionReducer: Pu,
|
|
2814
2814
|
formRevisionAttachmentReducer: mu,
|
|
@@ -2816,13 +2816,13 @@ const C = F(
|
|
|
2816
2816
|
formSubmissionReducer: xu,
|
|
2817
2817
|
userReducer: Sh,
|
|
2818
2818
|
emailDomainsReducer: nu,
|
|
2819
|
-
documentsReducer:
|
|
2819
|
+
documentsReducer: Zd,
|
|
2820
2820
|
documentAttachmentReducer: Hd,
|
|
2821
2821
|
teamReducer: Op,
|
|
2822
2822
|
agentsReducer: dr,
|
|
2823
2823
|
issueCommentReducer: gl,
|
|
2824
2824
|
issueCommentAttachmentReducer: yl,
|
|
2825
|
-
issueUpdateReducer:
|
|
2825
|
+
issueUpdateReducer: fh,
|
|
2826
2826
|
geoImageReducer: Wu,
|
|
2827
2827
|
issueAssociationReducer: el,
|
|
2828
2828
|
issueTypeFieldsReducer: Yl,
|
|
@@ -2836,17 +2836,17 @@ const C = F(
|
|
|
2836
2836
|
assetProcedureReducer: co,
|
|
2837
2837
|
assetProcedureInstanceReducer: io,
|
|
2838
2838
|
assetProcedureFieldsReducer: Cr,
|
|
2839
|
-
assetProcedureFieldValuesReducer:
|
|
2839
|
+
assetProcedureFieldValuesReducer: Zr,
|
|
2840
2840
|
assetProcedureFieldsAttachmentReducer: jr,
|
|
2841
2841
|
assetProcedureFieldValuesAttachmentReducer: Hr,
|
|
2842
2842
|
assetProcedureAttachmentReducer: Ir,
|
|
2843
2843
|
assetProcedureStepFieldsAttachmentReducer: mo,
|
|
2844
|
-
assetProcedureStepFieldsReducer:
|
|
2844
|
+
assetProcedureStepFieldsReducer: Ao,
|
|
2845
2845
|
assetProcedureStepFieldValuesAttachmentReducer: Po,
|
|
2846
2846
|
assetProcedureStepFieldValuesReducer: vo,
|
|
2847
2847
|
assetProcedureStepReducer: qo,
|
|
2848
2848
|
teamMembershipReducer: bp
|
|
2849
|
-
},
|
|
2849
|
+
}, Ug = Tn(wp);
|
|
2850
2850
|
let gc;
|
|
2851
2851
|
function kp(t) {
|
|
2852
2852
|
gc = t;
|
|
@@ -2864,7 +2864,7 @@ function Ep() {
|
|
|
2864
2864
|
const Pc = {};
|
|
2865
2865
|
class Tc {
|
|
2866
2866
|
constructor(e) {
|
|
2867
|
-
|
|
2867
|
+
A(this, "client");
|
|
2868
2868
|
Pc[this.constructor.name] = this, this.client = e;
|
|
2869
2869
|
}
|
|
2870
2870
|
async enqueueRequest(e) {
|
|
@@ -2930,7 +2930,7 @@ const Cp = {
|
|
|
2930
2930
|
// Bad typing, undefined is actually fine, and the action is a FullOfflineAction, not just an OfflineAction.
|
|
2931
2931
|
peek: (...t) => Kp(...t)
|
|
2932
2932
|
}
|
|
2933
|
-
}, $p = Vc(zp, ht),
|
|
2933
|
+
}, $p = Vc(zp, ht), Dg = zc(Dc(Cp), $p);
|
|
2934
2934
|
function Gp(t) {
|
|
2935
2935
|
function e(s) {
|
|
2936
2936
|
return typeof s == "object" && s !== null && ["ok", "redirect", "clientError", "serverError", "error"].every((n) => n in s);
|
|
@@ -2954,7 +2954,7 @@ async function Ic(t, e) {
|
|
|
2954
2954
|
const c = {
|
|
2955
2955
|
queryParams: "",
|
|
2956
2956
|
isAuthNeeded: !0
|
|
2957
|
-
}, o = t.meta.offline.effect, { payload: l, headers: r, method: d, queryParams: h, attachmentHash: p, isExternalUrl:
|
|
2957
|
+
}, o = t.meta.offline.effect, { payload: l, headers: r, method: d, queryParams: h, attachmentHash: p, isExternalUrl: f, isAuthNeeded: S, isResponseBlob: g } = {
|
|
2958
2958
|
...c,
|
|
2959
2959
|
...o.request
|
|
2960
2960
|
}, I = o.request;
|
|
@@ -2962,7 +2962,7 @@ async function Ic(t, e) {
|
|
|
2962
2962
|
const j = p ? await e.files.fetchCache(p) : void 0;
|
|
2963
2963
|
if (p && !j)
|
|
2964
2964
|
throw new Error(`Cannot upload file ${p} because it's not cached.`);
|
|
2965
|
-
!
|
|
2965
|
+
!f && !v.startsWith("http") && (!v.startsWith("/") && !v.startsWith("blob:") && (v = "/" + v), v = t.meta.offline.effect.BASE_URL + v);
|
|
2966
2966
|
const x = (z) => {
|
|
2967
2967
|
if (p) {
|
|
2968
2968
|
const V = I.s3url;
|
|
@@ -3007,8 +3007,8 @@ async function Ic(t, e) {
|
|
|
3007
3007
|
}
|
|
3008
3008
|
class Bp {
|
|
3009
3009
|
constructor(e) {
|
|
3010
|
-
|
|
3011
|
-
|
|
3010
|
+
A(this, "_all");
|
|
3011
|
+
A(this, "_previous");
|
|
3012
3012
|
this._all = [e], this._previous = e, this.then = this.then.bind(this), this.compile = this.compile.bind(this);
|
|
3013
3013
|
}
|
|
3014
3014
|
then(e) {
|
|
@@ -3023,7 +3023,7 @@ class Bp {
|
|
|
3023
3023
|
}
|
|
3024
3024
|
class vc {
|
|
3025
3025
|
constructor() {
|
|
3026
|
-
|
|
3026
|
+
A(this, "next");
|
|
3027
3027
|
this.next = null;
|
|
3028
3028
|
}
|
|
3029
3029
|
then(e) {
|
|
@@ -3113,7 +3113,7 @@ function Yp(t, e) {
|
|
|
3113
3113
|
return Je().dispatch(zh((/* @__PURE__ */ new Date()).getTime())), Wc;
|
|
3114
3114
|
}
|
|
3115
3115
|
const Ye = "An unknown error occurred", Jp = 500, _n = ["non_field_errors", "detail"];
|
|
3116
|
-
function
|
|
3116
|
+
function Xp(t, e) {
|
|
3117
3117
|
let s;
|
|
3118
3118
|
if (t != null && t.body)
|
|
3119
3119
|
if (typeof t.body == "object") {
|
|
@@ -3139,12 +3139,12 @@ class D extends Error {
|
|
|
3139
3139
|
constructor(s) {
|
|
3140
3140
|
super(Ye);
|
|
3141
3141
|
// NOTE: Needs to conform to NetworkError in @redux-offline/redux-offline, which has `status` and `response`.
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3142
|
+
A(this, "status");
|
|
3143
|
+
A(this, "response");
|
|
3144
|
+
A(this, "message");
|
|
3145
|
+
A(this, "options");
|
|
3146
3146
|
const { response: i, innerError: n } = s;
|
|
3147
|
-
this.message = s.message ??
|
|
3147
|
+
this.message = s.message ?? Xp(i, n) ?? Ye, this.status = (i == null ? void 0 : i.status) ?? 0, this.response = i, s.discard = s.discard ?? !1, this.options = s;
|
|
3148
3148
|
}
|
|
3149
3149
|
}
|
|
3150
3150
|
class qc extends Tc {
|
|
@@ -3161,11 +3161,11 @@ class qc extends Tc {
|
|
|
3161
3161
|
class w extends Tc {
|
|
3162
3162
|
constructor(s, i) {
|
|
3163
3163
|
super(s);
|
|
3164
|
-
|
|
3164
|
+
A(this, "auth");
|
|
3165
3165
|
this.auth = i;
|
|
3166
3166
|
}
|
|
3167
3167
|
}
|
|
3168
|
-
class
|
|
3168
|
+
class xg extends w {
|
|
3169
3169
|
async startConversation(e, s) {
|
|
3170
3170
|
return this.enqueueRequest({
|
|
3171
3171
|
description: "Start agent conversation",
|
|
@@ -3243,7 +3243,7 @@ class M extends w {
|
|
|
3243
3243
|
assetTypeFieldsAttachmentReducer: d,
|
|
3244
3244
|
assetTypeFieldValuesAttachmentReducer: h,
|
|
3245
3245
|
issueTypeFieldsAttachmentReducer: p,
|
|
3246
|
-
issueTypeFieldValuesAttachmentReducer:
|
|
3246
|
+
issueTypeFieldValuesAttachmentReducer: f
|
|
3247
3247
|
} = this.client.store.getState();
|
|
3248
3248
|
return [].concat(
|
|
3249
3249
|
Object.values(s.instances),
|
|
@@ -3257,7 +3257,7 @@ class M extends w {
|
|
|
3257
3257
|
Object.values(d.instances),
|
|
3258
3258
|
Object.values(h.instances),
|
|
3259
3259
|
Object.values(p.instances),
|
|
3260
|
-
Object.values(
|
|
3260
|
+
Object.values(f.instances)
|
|
3261
3261
|
).filter((g) => g.file_sha1 === e).length;
|
|
3262
3262
|
}
|
|
3263
3263
|
processPresignedUrls(e) {
|
|
@@ -3292,11 +3292,11 @@ class xe extends M {
|
|
|
3292
3292
|
var r;
|
|
3293
3293
|
const { store: s } = this.client, i = (r = s.getState().userReducer.currentUser) == null ? void 0 : r.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = [], c = [], o = {};
|
|
3294
3294
|
for (const d of e) {
|
|
3295
|
-
const { modelUuid: h, file: p } = d,
|
|
3296
|
-
|
|
3295
|
+
const { modelUuid: h, file: p } = d, f = await this.getFilePayload(p);
|
|
3296
|
+
f.sha1 in o || (o[f.sha1] = f);
|
|
3297
3297
|
const S = this.buildOfflineAttachment({
|
|
3298
3298
|
file: p,
|
|
3299
|
-
file_sha1:
|
|
3299
|
+
file_sha1: f.sha1,
|
|
3300
3300
|
submitted_at: n,
|
|
3301
3301
|
created_by: i,
|
|
3302
3302
|
description: "",
|
|
@@ -3307,7 +3307,7 @@ class xe extends M {
|
|
|
3307
3307
|
uuid: S.uuid,
|
|
3308
3308
|
file_name: S.file_name,
|
|
3309
3309
|
file_sha1: S.file_sha1,
|
|
3310
|
-
file_extension:
|
|
3310
|
+
file_extension: f.extension,
|
|
3311
3311
|
description: S.description,
|
|
3312
3312
|
modelUuid: h
|
|
3313
3313
|
})
|
|
@@ -3351,18 +3351,18 @@ class xe extends M {
|
|
|
3351
3351
|
}), n;
|
|
3352
3352
|
}
|
|
3353
3353
|
}
|
|
3354
|
-
class
|
|
3354
|
+
class Vg extends xe {
|
|
3355
3355
|
constructor() {
|
|
3356
3356
|
super(...arguments);
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3357
|
+
A(this, "name", "Asset Attachment");
|
|
3358
|
+
A(this, "url", "/asset-attachments");
|
|
3359
|
+
A(this, "initializeAttachments", es);
|
|
3360
|
+
A(this, "addAttachments", kn);
|
|
3361
|
+
A(this, "updateAttachments", lr);
|
|
3362
|
+
A(this, "removeAttachments", qn);
|
|
3363
|
+
A(this, "removeAttachment", hr);
|
|
3364
|
+
A(this, "setAttachment", ur);
|
|
3365
|
+
A(this, "selectAttachment", fr);
|
|
3366
3366
|
}
|
|
3367
3367
|
buildOfflineAttachment(s) {
|
|
3368
3368
|
return T({
|
|
@@ -3402,17 +3402,17 @@ class xg extends xe {
|
|
|
3402
3402
|
return this.dispatch(es(i)), i;
|
|
3403
3403
|
}
|
|
3404
3404
|
}
|
|
3405
|
-
class
|
|
3405
|
+
class Cg extends xe {
|
|
3406
3406
|
constructor() {
|
|
3407
3407
|
super(...arguments);
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3408
|
+
A(this, "name", "Asset Procedure Attachment");
|
|
3409
|
+
A(this, "url", "/asset-procedure-attachments");
|
|
3410
|
+
A(this, "addAttachments", Sr);
|
|
3411
|
+
A(this, "updateAttachments", _r);
|
|
3412
|
+
A(this, "removeAttachments", Tr);
|
|
3413
|
+
A(this, "removeAttachment", Pr);
|
|
3414
|
+
A(this, "setAttachment", gr);
|
|
3415
|
+
A(this, "selectAttachment", Rr);
|
|
3416
3416
|
}
|
|
3417
3417
|
buildOfflineAttachment(s) {
|
|
3418
3418
|
return T({
|
|
@@ -3452,18 +3452,18 @@ class Vg extends xe {
|
|
|
3452
3452
|
return this.dispatch(br(i)), i;
|
|
3453
3453
|
}
|
|
3454
3454
|
}
|
|
3455
|
-
class
|
|
3455
|
+
class $g extends M {
|
|
3456
3456
|
async bulkAdd(e) {
|
|
3457
3457
|
var l;
|
|
3458
3458
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
3459
3459
|
for (const r of e) {
|
|
3460
|
-
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r,
|
|
3461
|
-
|
|
3460
|
+
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
3461
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
3462
3462
|
const S = T({
|
|
3463
3463
|
file: URL.createObjectURL(p),
|
|
3464
3464
|
file_type: p.type,
|
|
3465
3465
|
file_name: p.name,
|
|
3466
|
-
file_sha1:
|
|
3466
|
+
file_sha1: f.sha1,
|
|
3467
3467
|
created_by: i,
|
|
3468
3468
|
fields_revision: d,
|
|
3469
3469
|
submitted_at: s,
|
|
@@ -3474,8 +3474,8 @@ class Cg extends M {
|
|
|
3474
3474
|
uuid: S.uuid,
|
|
3475
3475
|
file_name: p.name,
|
|
3476
3476
|
field_identifier: h,
|
|
3477
|
-
file_extension:
|
|
3478
|
-
file_sha1:
|
|
3477
|
+
file_extension: f.extension,
|
|
3478
|
+
file_sha1: f.sha1,
|
|
3479
3479
|
fields_revision: d
|
|
3480
3480
|
};
|
|
3481
3481
|
c.push(g);
|
|
@@ -3517,7 +3517,7 @@ class Cg extends M {
|
|
|
3517
3517
|
return this.dispatch(vr(s)), s;
|
|
3518
3518
|
}
|
|
3519
3519
|
}
|
|
3520
|
-
class
|
|
3520
|
+
class Gg extends w {
|
|
3521
3521
|
add(e) {
|
|
3522
3522
|
var o;
|
|
3523
3523
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -3562,14 +3562,14 @@ function $e(t, e) {
|
|
|
3562
3562
|
s.push(t.slice(i, i += e));
|
|
3563
3563
|
return s;
|
|
3564
3564
|
}
|
|
3565
|
-
class
|
|
3565
|
+
class Bg extends M {
|
|
3566
3566
|
async bulkAdd(e, s) {
|
|
3567
3567
|
var r;
|
|
3568
3568
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (r = this.client.store.getState().userReducer.currentUser) == null ? void 0 : r.id, a = $e(e, s ?? e.length), c = [], o = [];
|
|
3569
3569
|
for (const d of a) {
|
|
3570
3570
|
const h = {}, p = [];
|
|
3571
|
-
for (const
|
|
3572
|
-
const { fieldValuesUuid: S, fieldIdentifier: g, file: I } =
|
|
3571
|
+
for (const f of d) {
|
|
3572
|
+
const { fieldValuesUuid: S, fieldIdentifier: g, file: I } = f, v = await this.getFilePayload(I);
|
|
3573
3573
|
v.sha1 in h || (h[v.sha1] = v);
|
|
3574
3574
|
const j = T(
|
|
3575
3575
|
{
|
|
@@ -3654,7 +3654,7 @@ class Gg extends M {
|
|
|
3654
3654
|
return this.dispatch($r(s)), s;
|
|
3655
3655
|
}
|
|
3656
3656
|
}
|
|
3657
|
-
class
|
|
3657
|
+
class Lg extends w {
|
|
3658
3658
|
add(e) {
|
|
3659
3659
|
var c;
|
|
3660
3660
|
const { store: s } = this.client, i = s.getState(), n = T({
|
|
@@ -3669,7 +3669,7 @@ class Bg extends w {
|
|
|
3669
3669
|
blockers: [e.asset, e.fields_revision, e.asset_procedure_instance],
|
|
3670
3670
|
blocks: [n.uuid]
|
|
3671
3671
|
});
|
|
3672
|
-
return this.dispatch(cs(n)), a.then((o) => (this.dispatch(
|
|
3672
|
+
return this.dispatch(cs(n)), a.then((o) => (this.dispatch(Xe(o)), o)).catch(() => {
|
|
3673
3673
|
this.dispatch(rs(n.uuid));
|
|
3674
3674
|
}), [n, a];
|
|
3675
3675
|
}
|
|
@@ -3703,13 +3703,13 @@ class Bg extends w {
|
|
|
3703
3703
|
this.dispatch(Kr(n));
|
|
3704
3704
|
const o = [];
|
|
3705
3705
|
for (const r of c) {
|
|
3706
|
-
const d = r.field_values.map((g) => g.asset), h = r.field_values.map((g) => g.fields_revision), p = r.field_values.map((g) => g.asset_procedure_instance),
|
|
3706
|
+
const d = r.field_values.map((g) => g.asset), h = r.field_values.map((g) => g.fields_revision), p = r.field_values.map((g) => g.asset_procedure_instance), f = r.field_values.map((g) => g.uuid), S = this.enqueueRequest({
|
|
3707
3707
|
description: "Bulk add asset procedure field values",
|
|
3708
3708
|
method: u.POST,
|
|
3709
3709
|
url: "/asset-procedure-field-values/bulk/",
|
|
3710
3710
|
payload: r,
|
|
3711
3711
|
blockers: [...d, ...h, ...p],
|
|
3712
|
-
blocks:
|
|
3712
|
+
blocks: f
|
|
3713
3713
|
});
|
|
3714
3714
|
o.push(S);
|
|
3715
3715
|
}
|
|
@@ -3729,7 +3729,7 @@ class Bg extends w {
|
|
|
3729
3729
|
...n,
|
|
3730
3730
|
...e
|
|
3731
3731
|
};
|
|
3732
|
-
this.dispatch(
|
|
3732
|
+
this.dispatch(Xe(a));
|
|
3733
3733
|
const c = this.enqueueRequest({
|
|
3734
3734
|
description: "Update asset procedure field values",
|
|
3735
3735
|
method: u.PATCH,
|
|
@@ -3743,9 +3743,9 @@ class Bg extends w {
|
|
|
3743
3743
|
blocks: [a.uuid]
|
|
3744
3744
|
});
|
|
3745
3745
|
return c.then((o) => {
|
|
3746
|
-
this.dispatch(
|
|
3746
|
+
this.dispatch(Xe(o));
|
|
3747
3747
|
}).catch(() => {
|
|
3748
|
-
this.dispatch(
|
|
3748
|
+
this.dispatch(Xe(n));
|
|
3749
3749
|
}), [a, c];
|
|
3750
3750
|
}
|
|
3751
3751
|
async delete(e) {
|
|
@@ -3782,7 +3782,7 @@ class Bg extends w {
|
|
|
3782
3782
|
return this.dispatch(Wr(s)), s;
|
|
3783
3783
|
}
|
|
3784
3784
|
}
|
|
3785
|
-
class
|
|
3785
|
+
class Ng extends w {
|
|
3786
3786
|
add(e) {
|
|
3787
3787
|
var o;
|
|
3788
3788
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -3800,7 +3800,7 @@ class Lg extends w {
|
|
|
3800
3800
|
blocks: [a.uuid]
|
|
3801
3801
|
});
|
|
3802
3802
|
return c.then((l) => {
|
|
3803
|
-
this.dispatch(
|
|
3803
|
+
this.dispatch(Ze(l));
|
|
3804
3804
|
}).catch(() => {
|
|
3805
3805
|
this.dispatch(ls(a.uuid));
|
|
3806
3806
|
}), [a, c];
|
|
@@ -3813,7 +3813,7 @@ class Lg extends w {
|
|
|
3813
3813
|
...i,
|
|
3814
3814
|
...e
|
|
3815
3815
|
};
|
|
3816
|
-
this.dispatch(
|
|
3816
|
+
this.dispatch(Ze(n));
|
|
3817
3817
|
const a = this.enqueueRequest({
|
|
3818
3818
|
description: "Update asset procedure instance",
|
|
3819
3819
|
method: u.PATCH,
|
|
@@ -3823,9 +3823,9 @@ class Lg extends w {
|
|
|
3823
3823
|
blocks: [i.uuid]
|
|
3824
3824
|
});
|
|
3825
3825
|
return a.then((c) => {
|
|
3826
|
-
this.dispatch(
|
|
3826
|
+
this.dispatch(Ze(c));
|
|
3827
3827
|
}).catch(() => {
|
|
3828
|
-
this.dispatch(
|
|
3828
|
+
this.dispatch(Ze(i));
|
|
3829
3829
|
}), [n, a];
|
|
3830
3830
|
}
|
|
3831
3831
|
async remove(e) {
|
|
@@ -3853,10 +3853,10 @@ class Lg extends w {
|
|
|
3853
3853
|
blockers: [],
|
|
3854
3854
|
blocks: []
|
|
3855
3855
|
});
|
|
3856
|
-
return this.dispatch(
|
|
3856
|
+
return this.dispatch(Qr(s)), s;
|
|
3857
3857
|
}
|
|
3858
3858
|
}
|
|
3859
|
-
class
|
|
3859
|
+
class Hg extends w {
|
|
3860
3860
|
add(e) {
|
|
3861
3861
|
var o;
|
|
3862
3862
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -3874,20 +3874,20 @@ class Ng extends w {
|
|
|
3874
3874
|
blocks: [a.uuid]
|
|
3875
3875
|
});
|
|
3876
3876
|
return c.then((l) => {
|
|
3877
|
-
this.dispatch(
|
|
3877
|
+
this.dispatch(Qe(l));
|
|
3878
3878
|
}).catch(() => {
|
|
3879
|
-
this.dispatch(
|
|
3879
|
+
this.dispatch(fs(a.uuid));
|
|
3880
3880
|
}), [a, c];
|
|
3881
3881
|
}
|
|
3882
3882
|
update(e) {
|
|
3883
|
-
const { store: s } = this.client, i =
|
|
3883
|
+
const { store: s } = this.client, i = As(e.uuid)(s.getState());
|
|
3884
3884
|
if (!i)
|
|
3885
3885
|
throw new Error(`Expected asset procedure with uuid ${e.uuid} to exist`);
|
|
3886
3886
|
const n = {
|
|
3887
3887
|
...i,
|
|
3888
3888
|
...e
|
|
3889
3889
|
};
|
|
3890
|
-
this.dispatch(
|
|
3890
|
+
this.dispatch(Qe(n));
|
|
3891
3891
|
const a = this.enqueueRequest({
|
|
3892
3892
|
description: "Update asset procedure",
|
|
3893
3893
|
method: u.PATCH,
|
|
@@ -3897,17 +3897,17 @@ class Ng extends w {
|
|
|
3897
3897
|
blocks: [i.uuid]
|
|
3898
3898
|
});
|
|
3899
3899
|
return a.then((c) => {
|
|
3900
|
-
this.dispatch(
|
|
3900
|
+
this.dispatch(Qe(c));
|
|
3901
3901
|
}).catch(() => {
|
|
3902
|
-
this.dispatch(
|
|
3902
|
+
this.dispatch(Qe(i));
|
|
3903
3903
|
}), [n, a];
|
|
3904
3904
|
}
|
|
3905
3905
|
async remove(e) {
|
|
3906
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
3906
|
+
const { store: s } = this.client, i = s.getState(), n = As(e)(i);
|
|
3907
3907
|
if (!n)
|
|
3908
3908
|
throw new Error(`Expected asset procedure with uuid ${e} to exist`);
|
|
3909
3909
|
const a = so(e)(i);
|
|
3910
|
-
return this.dispatch(
|
|
3910
|
+
return this.dispatch(fs(e)), this.dispatch(to(a.map((c) => c.uuid))), this.enqueueRequest({
|
|
3911
3911
|
description: "Delete asset procedure",
|
|
3912
3912
|
method: u.DELETE,
|
|
3913
3913
|
url: `/asset-procedures/${e}/`,
|
|
@@ -3931,18 +3931,18 @@ class Ng extends w {
|
|
|
3931
3931
|
return this.dispatch(no(s)), s;
|
|
3932
3932
|
}
|
|
3933
3933
|
}
|
|
3934
|
-
class
|
|
3934
|
+
class Wg extends M {
|
|
3935
3935
|
async bulkAdd(e) {
|
|
3936
3936
|
var l;
|
|
3937
3937
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
3938
3938
|
for (const r of e) {
|
|
3939
|
-
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r,
|
|
3940
|
-
|
|
3939
|
+
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
3940
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
3941
3941
|
const S = T({
|
|
3942
3942
|
file: URL.createObjectURL(p),
|
|
3943
3943
|
file_type: p.type,
|
|
3944
3944
|
file_name: p.name,
|
|
3945
|
-
file_sha1:
|
|
3945
|
+
file_sha1: f.sha1,
|
|
3946
3946
|
created_by: i,
|
|
3947
3947
|
fields_revision: d,
|
|
3948
3948
|
submitted_at: s,
|
|
@@ -3953,8 +3953,8 @@ class Hg extends M {
|
|
|
3953
3953
|
uuid: S.uuid,
|
|
3954
3954
|
file_name: p.name,
|
|
3955
3955
|
field_identifier: h,
|
|
3956
|
-
file_extension:
|
|
3957
|
-
file_sha1:
|
|
3956
|
+
file_extension: f.extension,
|
|
3957
|
+
file_sha1: f.sha1,
|
|
3958
3958
|
fields_revision: d
|
|
3959
3959
|
};
|
|
3960
3960
|
c.push(g);
|
|
@@ -3996,7 +3996,7 @@ class Hg extends M {
|
|
|
3996
3996
|
return this.dispatch(ro(s)), s;
|
|
3997
3997
|
}
|
|
3998
3998
|
}
|
|
3999
|
-
class
|
|
3999
|
+
class Kg extends w {
|
|
4000
4000
|
add(e) {
|
|
4001
4001
|
var o;
|
|
4002
4002
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -4069,17 +4069,17 @@ class Wg extends w {
|
|
|
4069
4069
|
blockers: [],
|
|
4070
4070
|
blocks: []
|
|
4071
4071
|
});
|
|
4072
|
-
return this.dispatch(
|
|
4072
|
+
return this.dispatch(fo(s)), s;
|
|
4073
4073
|
}
|
|
4074
4074
|
}
|
|
4075
|
-
class
|
|
4075
|
+
class Yg extends M {
|
|
4076
4076
|
async bulkAdd(e, s) {
|
|
4077
4077
|
var r;
|
|
4078
4078
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (r = this.client.store.getState().userReducer.currentUser) == null ? void 0 : r.id, a = $e(e, s ?? e.length), c = [], o = [];
|
|
4079
4079
|
for (const d of a) {
|
|
4080
4080
|
const h = {}, p = [];
|
|
4081
|
-
for (const
|
|
4082
|
-
const { fieldValuesUuid: S, fieldIdentifier: g, file: I } =
|
|
4081
|
+
for (const f of d) {
|
|
4082
|
+
const { fieldValuesUuid: S, fieldIdentifier: g, file: I } = f, v = await this.getFilePayload(I);
|
|
4083
4083
|
v.sha1 in h || (h[v.sha1] = v);
|
|
4084
4084
|
const j = T({
|
|
4085
4085
|
file: URL.createObjectURL(I),
|
|
@@ -4162,7 +4162,7 @@ class Kg extends M {
|
|
|
4162
4162
|
return this.dispatch(yo(s)), s;
|
|
4163
4163
|
}
|
|
4164
4164
|
}
|
|
4165
|
-
class
|
|
4165
|
+
class Jg extends w {
|
|
4166
4166
|
add(e) {
|
|
4167
4167
|
var c;
|
|
4168
4168
|
const { store: s } = this.client, i = s.getState(), n = T({
|
|
@@ -4212,13 +4212,13 @@ class Yg extends w {
|
|
|
4212
4212
|
this.dispatch(Fo(n));
|
|
4213
4213
|
const o = [];
|
|
4214
4214
|
for (const r of c) {
|
|
4215
|
-
const d = r.field_values.map((g) => g.asset), h = r.field_values.map((g) => g.fields_revision), p = r.field_values.map((g) => g.asset_procedure_instance),
|
|
4215
|
+
const d = r.field_values.map((g) => g.asset), h = r.field_values.map((g) => g.fields_revision), p = r.field_values.map((g) => g.asset_procedure_instance), f = r.field_values.map((g) => g.uuid), S = this.enqueueRequest({
|
|
4216
4216
|
description: "Bulk add asset procedure step field values",
|
|
4217
4217
|
method: u.POST,
|
|
4218
4218
|
url: "/asset-procedure-step-field-values/bulk/",
|
|
4219
4219
|
payload: r,
|
|
4220
4220
|
blockers: [...d, ...h, ...p],
|
|
4221
|
-
blocks:
|
|
4221
|
+
blocks: f
|
|
4222
4222
|
});
|
|
4223
4223
|
o.push(S);
|
|
4224
4224
|
}
|
|
@@ -4293,7 +4293,7 @@ class Yg extends w {
|
|
|
4293
4293
|
return this.dispatch(To(s)), s;
|
|
4294
4294
|
}
|
|
4295
4295
|
}
|
|
4296
|
-
class
|
|
4296
|
+
class Xg extends w {
|
|
4297
4297
|
add(e) {
|
|
4298
4298
|
var o;
|
|
4299
4299
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -4425,7 +4425,7 @@ class Zg extends w {
|
|
|
4425
4425
|
async delete(e) {
|
|
4426
4426
|
const { store: s } = this.client, i = s.getState(), n = Ms(e)(i);
|
|
4427
4427
|
if (!n) throw new Error(`No asset with uuid ${e} found in the store`);
|
|
4428
|
-
const a =
|
|
4428
|
+
const a = Ar(e)(i), c = Du(e)(i), o = Qu(e)(i);
|
|
4429
4429
|
if (this.dispatch(Es(e)), a.length > 0) {
|
|
4430
4430
|
const l = a.map(({ uuid: r }) => r);
|
|
4431
4431
|
this.dispatch(qn(l));
|
|
@@ -4464,9 +4464,9 @@ class Zg extends w {
|
|
|
4464
4464
|
}), l = [];
|
|
4465
4465
|
let r = null;
|
|
4466
4466
|
for (const d of o) {
|
|
4467
|
-
const { batchId: h, payload: p } = d,
|
|
4467
|
+
const { batchId: h, payload: p } = d, f = p.assets.map((v) => v.uuid), S = [s];
|
|
4468
4468
|
r && S.push(r);
|
|
4469
|
-
const g =
|
|
4469
|
+
const g = f;
|
|
4470
4470
|
g.push(h);
|
|
4471
4471
|
const I = this.enqueueRequest({
|
|
4472
4472
|
description: "Batch create assets",
|
|
@@ -4610,7 +4610,7 @@ class Qg extends w {
|
|
|
4610
4610
|
return this.dispatch(Do(s)), s;
|
|
4611
4611
|
}
|
|
4612
4612
|
}
|
|
4613
|
-
class
|
|
4613
|
+
class e_ extends w {
|
|
4614
4614
|
add(e) {
|
|
4615
4615
|
var o;
|
|
4616
4616
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -4628,7 +4628,7 @@ class Xg extends w {
|
|
|
4628
4628
|
blocks: [a.uuid]
|
|
4629
4629
|
});
|
|
4630
4630
|
return c.then((l) => {
|
|
4631
|
-
this.dispatch(
|
|
4631
|
+
this.dispatch(ft(l));
|
|
4632
4632
|
}).catch(() => {
|
|
4633
4633
|
this.dispatch($s(a.uuid));
|
|
4634
4634
|
}), [a, c];
|
|
@@ -4640,7 +4640,7 @@ class Xg extends w {
|
|
|
4640
4640
|
...i,
|
|
4641
4641
|
...e
|
|
4642
4642
|
};
|
|
4643
|
-
this.dispatch(
|
|
4643
|
+
this.dispatch(ft(n));
|
|
4644
4644
|
const a = this.enqueueRequest({
|
|
4645
4645
|
description: "Update asset stage",
|
|
4646
4646
|
method: u.PATCH,
|
|
@@ -4650,7 +4650,7 @@ class Xg extends w {
|
|
|
4650
4650
|
blocks: [i.uuid]
|
|
4651
4651
|
});
|
|
4652
4652
|
return a.then((c) => {
|
|
4653
|
-
this.dispatch(
|
|
4653
|
+
this.dispatch(ft(c));
|
|
4654
4654
|
}).catch(() => {
|
|
4655
4655
|
this.dispatch(Lo(i));
|
|
4656
4656
|
}), [n, a];
|
|
@@ -4682,17 +4682,17 @@ class Xg extends w {
|
|
|
4682
4682
|
return this.dispatch(Bo(s)), s;
|
|
4683
4683
|
}
|
|
4684
4684
|
}
|
|
4685
|
-
class
|
|
4685
|
+
class t_ extends xe {
|
|
4686
4686
|
constructor() {
|
|
4687
4687
|
super(...arguments);
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4688
|
+
A(this, "name", "Asset Type Attachment");
|
|
4689
|
+
A(this, "url", "/asset-type-attachments");
|
|
4690
|
+
A(this, "addAttachments", ra);
|
|
4691
|
+
A(this, "updateAttachments", Yo);
|
|
4692
|
+
A(this, "removeAttachments", oa);
|
|
4693
|
+
A(this, "removeAttachment", Jo);
|
|
4694
|
+
A(this, "setAttachment", Ko);
|
|
4695
|
+
A(this, "selectAttachment", Qo);
|
|
4696
4696
|
}
|
|
4697
4697
|
buildOfflineAttachment(s) {
|
|
4698
4698
|
return T({
|
|
@@ -4732,18 +4732,18 @@ class e_ extends xe {
|
|
|
4732
4732
|
return this.dispatch(Wo(i)), i;
|
|
4733
4733
|
}
|
|
4734
4734
|
}
|
|
4735
|
-
class
|
|
4735
|
+
class s_ extends M {
|
|
4736
4736
|
async bulkAdd(e) {
|
|
4737
4737
|
var l;
|
|
4738
4738
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
4739
4739
|
for (const r of e) {
|
|
4740
|
-
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r,
|
|
4741
|
-
|
|
4740
|
+
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
4741
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
4742
4742
|
const S = T({
|
|
4743
4743
|
file: URL.createObjectURL(p),
|
|
4744
4744
|
file_type: p.type,
|
|
4745
4745
|
file_name: p.name,
|
|
4746
|
-
file_sha1:
|
|
4746
|
+
file_sha1: f.sha1,
|
|
4747
4747
|
created_by: i,
|
|
4748
4748
|
fields_revision: d,
|
|
4749
4749
|
submitted_at: s,
|
|
@@ -4754,8 +4754,8 @@ class t_ extends M {
|
|
|
4754
4754
|
uuid: S.uuid,
|
|
4755
4755
|
file_name: p.name,
|
|
4756
4756
|
field_identifier: h,
|
|
4757
|
-
file_extension:
|
|
4758
|
-
file_sha1:
|
|
4757
|
+
file_extension: f.extension,
|
|
4758
|
+
file_sha1: f.sha1,
|
|
4759
4759
|
fields_revision: d
|
|
4760
4760
|
};
|
|
4761
4761
|
c.push(g);
|
|
@@ -4797,7 +4797,7 @@ class t_ extends M {
|
|
|
4797
4797
|
return this.dispatch(sd(s)), s;
|
|
4798
4798
|
}
|
|
4799
4799
|
}
|
|
4800
|
-
class
|
|
4800
|
+
class i_ extends w {
|
|
4801
4801
|
add(e) {
|
|
4802
4802
|
var o;
|
|
4803
4803
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -4834,14 +4834,14 @@ class s_ extends w {
|
|
|
4834
4834
|
return this.dispatch(dd(s)), s;
|
|
4835
4835
|
}
|
|
4836
4836
|
}
|
|
4837
|
-
class
|
|
4837
|
+
class n_ extends M {
|
|
4838
4838
|
async bulkAdd(e, s) {
|
|
4839
4839
|
var r;
|
|
4840
4840
|
const i = (/* @__PURE__ */ new Date()).toISOString(), n = (r = this.client.store.getState().userReducer.currentUser) == null ? void 0 : r.id, a = $e(e, s ?? e.length), c = [], o = [];
|
|
4841
4841
|
for (const d of a) {
|
|
4842
4842
|
const h = {}, p = [];
|
|
4843
|
-
for (const
|
|
4844
|
-
const { fieldValuesUuid: S, fieldIdentifier: g, file: I } =
|
|
4843
|
+
for (const f of d) {
|
|
4844
|
+
const { fieldValuesUuid: S, fieldIdentifier: g, file: I } = f, v = await this.getFilePayload(I);
|
|
4845
4845
|
v.sha1 in h || (h[v.sha1] = v);
|
|
4846
4846
|
const j = T({
|
|
4847
4847
|
file: URL.createObjectURL(I),
|
|
@@ -4882,7 +4882,7 @@ class i_ extends M {
|
|
|
4882
4882
|
return Promise.all(l).then((d) => {
|
|
4883
4883
|
for (const p of d) this.processPresignedUrls(p.presigned_urls);
|
|
4884
4884
|
const h = d.flatMap((p) => p.attachments);
|
|
4885
|
-
this.dispatch(
|
|
4885
|
+
this.dispatch(Ad(h));
|
|
4886
4886
|
}).catch((d) => {
|
|
4887
4887
|
throw this.dispatch(
|
|
4888
4888
|
kt(
|
|
@@ -4921,10 +4921,10 @@ class i_ extends M {
|
|
|
4921
4921
|
blockers: [],
|
|
4922
4922
|
blocks: []
|
|
4923
4923
|
});
|
|
4924
|
-
return this.dispatch(
|
|
4924
|
+
return this.dispatch(fd(s)), s;
|
|
4925
4925
|
}
|
|
4926
4926
|
}
|
|
4927
|
-
class
|
|
4927
|
+
class a_ extends w {
|
|
4928
4928
|
add(e) {
|
|
4929
4929
|
var c;
|
|
4930
4930
|
const { store: s } = this.client, i = s.getState(), n = T({
|
|
@@ -4972,7 +4972,7 @@ class n_ extends w {
|
|
|
4972
4972
|
this.dispatch(Pd(n));
|
|
4973
4973
|
const o = [];
|
|
4974
4974
|
for (const r of c) {
|
|
4975
|
-
const d = r.field_values.map((S) => S.asset), h = r.field_values.map((S) => S.fields_revision), p = r.field_values.map((S) => S.uuid),
|
|
4975
|
+
const d = r.field_values.map((S) => S.asset), h = r.field_values.map((S) => S.fields_revision), p = r.field_values.map((S) => S.uuid), f = this.enqueueRequest({
|
|
4976
4976
|
description: "Bulk add asset type field values",
|
|
4977
4977
|
method: u.POST,
|
|
4978
4978
|
url: "/asset-type-field-values/bulk/",
|
|
@@ -4980,7 +4980,7 @@ class n_ extends w {
|
|
|
4980
4980
|
blockers: [...d, ...h],
|
|
4981
4981
|
blocks: p
|
|
4982
4982
|
});
|
|
4983
|
-
o.push(
|
|
4983
|
+
o.push(f);
|
|
4984
4984
|
}
|
|
4985
4985
|
return Promise.all(o).then((r) => {
|
|
4986
4986
|
this.dispatch(Td(r.flat()));
|
|
@@ -5047,7 +5047,7 @@ class n_ extends w {
|
|
|
5047
5047
|
return this.dispatch(_d(s)), s;
|
|
5048
5048
|
}
|
|
5049
5049
|
}
|
|
5050
|
-
class
|
|
5050
|
+
class c_ extends w {
|
|
5051
5051
|
add(e) {
|
|
5052
5052
|
var o;
|
|
5053
5053
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -5055,7 +5055,7 @@ class a_ extends w {
|
|
|
5055
5055
|
created_by: i,
|
|
5056
5056
|
submitted_at: n
|
|
5057
5057
|
});
|
|
5058
|
-
this.dispatch(
|
|
5058
|
+
this.dispatch(Zs(a));
|
|
5059
5059
|
const c = this.enqueueRequest({
|
|
5060
5060
|
description: "Create asset type",
|
|
5061
5061
|
method: u.POST,
|
|
@@ -5067,7 +5067,7 @@ class a_ extends w {
|
|
|
5067
5067
|
return c.then((l) => {
|
|
5068
5068
|
this.dispatch(nt(l));
|
|
5069
5069
|
}).catch(() => {
|
|
5070
|
-
this.dispatch(
|
|
5070
|
+
this.dispatch(Qs(a.uuid));
|
|
5071
5071
|
}), [a, c];
|
|
5072
5072
|
}
|
|
5073
5073
|
update(e) {
|
|
@@ -5103,14 +5103,14 @@ class a_ extends w {
|
|
|
5103
5103
|
if (!n)
|
|
5104
5104
|
throw new Error(`Expected asset type with uuid ${e} to exist`);
|
|
5105
5105
|
const a = sa(e)(i), c = ed(e)(i);
|
|
5106
|
-
return this.dispatch(
|
|
5106
|
+
return this.dispatch(Qs(e)), this.dispatch(ea(a.map((o) => o.uuid))), this.dispatch(oa(c.map(({ uuid: o }) => o))), this.enqueueRequest({
|
|
5107
5107
|
description: "Delete asset type",
|
|
5108
5108
|
method: u.DELETE,
|
|
5109
5109
|
url: `/asset-types/${e}/`,
|
|
5110
5110
|
blockers: [e],
|
|
5111
5111
|
blocks: []
|
|
5112
5112
|
}).catch((o) => {
|
|
5113
|
-
throw this.dispatch(
|
|
5113
|
+
throw this.dispatch(Zs(n)), this.dispatch(vt(a)), this.dispatch(ra(c)), o;
|
|
5114
5114
|
});
|
|
5115
5115
|
}
|
|
5116
5116
|
async refreshStore(e) {
|
|
@@ -5127,7 +5127,7 @@ class a_ extends w {
|
|
|
5127
5127
|
return this.dispatch(Id(s)), s;
|
|
5128
5128
|
}
|
|
5129
5129
|
}
|
|
5130
|
-
class
|
|
5130
|
+
class r_ extends w {
|
|
5131
5131
|
add(e) {
|
|
5132
5132
|
var o;
|
|
5133
5133
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -5192,17 +5192,17 @@ class c_ extends w {
|
|
|
5192
5192
|
return this.dispatch(Ed(s)), s;
|
|
5193
5193
|
}
|
|
5194
5194
|
}
|
|
5195
|
-
class
|
|
5195
|
+
class o_ extends xe {
|
|
5196
5196
|
constructor() {
|
|
5197
5197
|
super(...arguments);
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5198
|
+
A(this, "name", "Document Attachment");
|
|
5199
|
+
A(this, "url", "/document-attachments");
|
|
5200
|
+
A(this, "addAttachments", xd);
|
|
5201
|
+
A(this, "updateAttachments", Cd);
|
|
5202
|
+
A(this, "removeAttachments", Gd);
|
|
5203
|
+
A(this, "removeAttachment", $d);
|
|
5204
|
+
A(this, "setAttachment", Vd);
|
|
5205
|
+
A(this, "selectAttachment", Nd);
|
|
5206
5206
|
}
|
|
5207
5207
|
buildOfflineAttachment(s) {
|
|
5208
5208
|
return T({
|
|
@@ -5227,7 +5227,7 @@ class r_ extends xe {
|
|
|
5227
5227
|
var h;
|
|
5228
5228
|
const { store: i } = this.client, n = (h = i.getState().userReducer.currentUser) == null ? void 0 : h.id, a = (/* @__PURE__ */ new Date()).toISOString(), c = [], o = [], l = {}, r = {};
|
|
5229
5229
|
for (const p of s) {
|
|
5230
|
-
const { documentUuid:
|
|
5230
|
+
const { documentUuid: f, file: S } = p, g = await this.getFilePayload(S);
|
|
5231
5231
|
g.sha1 in l || (l[g.sha1] = g, r[g.sha1] = []);
|
|
5232
5232
|
const I = this.buildOfflineAttachment({
|
|
5233
5233
|
file: S,
|
|
@@ -5235,7 +5235,7 @@ class r_ extends xe {
|
|
|
5235
5235
|
submitted_at: a,
|
|
5236
5236
|
created_by: n,
|
|
5237
5237
|
description: "",
|
|
5238
|
-
modelUuid:
|
|
5238
|
+
modelUuid: f
|
|
5239
5239
|
});
|
|
5240
5240
|
c.push(I), o.push({
|
|
5241
5241
|
uuid: I.uuid,
|
|
@@ -5243,7 +5243,7 @@ class r_ extends xe {
|
|
|
5243
5243
|
file_sha1: I.file_sha1,
|
|
5244
5244
|
file_extension: g.extension,
|
|
5245
5245
|
description: I.description,
|
|
5246
|
-
document:
|
|
5246
|
+
document: f
|
|
5247
5247
|
}), r[g.sha1].push(I.uuid);
|
|
5248
5248
|
}
|
|
5249
5249
|
this.dispatch(this.addAttachments(c));
|
|
@@ -5259,9 +5259,9 @@ class r_ extends xe {
|
|
|
5259
5259
|
blocks: c.map((p) => p.uuid),
|
|
5260
5260
|
blockers: c.map((p) => p.file_sha1)
|
|
5261
5261
|
});
|
|
5262
|
-
return d.then(({ attachments: p, presigned_urls:
|
|
5262
|
+
return d.then(({ attachments: p, presigned_urls: f }) => {
|
|
5263
5263
|
this.dispatch(this.updateAttachments(p));
|
|
5264
|
-
const S = this.processPresignedUrls(
|
|
5264
|
+
const S = this.processPresignedUrls(f);
|
|
5265
5265
|
for (const [g, I] of Object.entries(S))
|
|
5266
5266
|
I.then(() => {
|
|
5267
5267
|
const v = r[g];
|
|
@@ -5307,7 +5307,7 @@ class r_ extends xe {
|
|
|
5307
5307
|
return this.dispatch(this.addAttachments(a)), [...n, ...a];
|
|
5308
5308
|
}
|
|
5309
5309
|
}
|
|
5310
|
-
class
|
|
5310
|
+
class d_ extends w {
|
|
5311
5311
|
add(e) {
|
|
5312
5312
|
var o;
|
|
5313
5313
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -5388,7 +5388,7 @@ class o_ extends w {
|
|
|
5388
5388
|
}), l;
|
|
5389
5389
|
}
|
|
5390
5390
|
delete(e) {
|
|
5391
|
-
const { store: s } = this.client, i = Ke(s.getState()), n =
|
|
5391
|
+
const { store: s } = this.client, i = Ke(s.getState()), n = Xd(e)(s.getState());
|
|
5392
5392
|
if (!n)
|
|
5393
5393
|
throw new Error(`attempting to delete a document with uuid ${e} that does not exist in store.documents`);
|
|
5394
5394
|
const a = n.parent_document ? i[n.parent_document] : void 0;
|
|
@@ -5423,7 +5423,7 @@ class o_ extends w {
|
|
|
5423
5423
|
return this.dispatch(Wd(a)), a;
|
|
5424
5424
|
}
|
|
5425
5425
|
}
|
|
5426
|
-
class
|
|
5426
|
+
class u_ extends w {
|
|
5427
5427
|
async add(e, s) {
|
|
5428
5428
|
return this.enqueueRequest({
|
|
5429
5429
|
description: "Add email domain to organization",
|
|
@@ -5456,10 +5456,10 @@ class d_ extends w {
|
|
|
5456
5456
|
blockers: [e],
|
|
5457
5457
|
blocks: []
|
|
5458
5458
|
});
|
|
5459
|
-
return this.dispatch(
|
|
5459
|
+
return this.dispatch(Qd(s)), s;
|
|
5460
5460
|
}
|
|
5461
5461
|
}
|
|
5462
|
-
class
|
|
5462
|
+
class l_ extends w {
|
|
5463
5463
|
async getVerificationCode(e) {
|
|
5464
5464
|
return this.enqueueRequest({
|
|
5465
5465
|
description: "Get verification code",
|
|
@@ -5484,14 +5484,14 @@ class u_ extends w {
|
|
|
5484
5484
|
}
|
|
5485
5485
|
const ut = {}, gt = /* @__PURE__ */ new Set();
|
|
5486
5486
|
let lt = 0, _t = 0, Pt = 0;
|
|
5487
|
-
const
|
|
5488
|
-
class
|
|
5487
|
+
const Zp = 20;
|
|
5488
|
+
class h_ extends w {
|
|
5489
5489
|
constructor() {
|
|
5490
5490
|
super(...arguments);
|
|
5491
|
-
|
|
5491
|
+
A(this, "host");
|
|
5492
5492
|
// NOTE: If you alter the schema (of the IndexedDB database) in any way, you must increment the version in order to
|
|
5493
5493
|
// migrate the store. This allows idb to automatically migrate the user's existing data to the new schema.
|
|
5494
|
-
|
|
5494
|
+
A(this, "_dbPromise", Cc("fileCache", 1, {
|
|
5495
5495
|
upgrade(s) {
|
|
5496
5496
|
s.createObjectStore("files");
|
|
5497
5497
|
}
|
|
@@ -5531,7 +5531,7 @@ class l_ extends w {
|
|
|
5531
5531
|
if (!s.name || !s.size || !s.type)
|
|
5532
5532
|
throw new Error("Cannot add files to cache that do not have a name, size and type.");
|
|
5533
5533
|
const n = await this._dbPromise;
|
|
5534
|
-
!!await n.get("files", i) ? (console.error("File already cached (this is unexpected at this point):", s.name, i), lt++) : (await n.put("files", s, i), _t++), gt.add(i), Pt++, Pt %
|
|
5534
|
+
!!await n.get("files", i) ? (console.error("File already cached (this is unexpected at this point):", s.name, i), lt++) : (await n.put("files", s, i), _t++), gt.add(i), Pt++, Pt % Zp === 0 && console.debug(
|
|
5535
5535
|
`File cache summary: ${lt} hits and ${_t} misses, ${lt / (lt + _t) * 100}% hit rate over ${Pt} calls to addCache.`
|
|
5536
5536
|
);
|
|
5537
5537
|
}
|
|
@@ -5620,14 +5620,14 @@ class l_ extends w {
|
|
|
5620
5620
|
if (l) {
|
|
5621
5621
|
const d = await We(r);
|
|
5622
5622
|
if (d !== i) {
|
|
5623
|
-
const
|
|
5623
|
+
const f = `The hash of the file returned from the server (${d}) does not match the
|
|
5624
5624
|
expected hash (${i}). This can happen if you're using a local development server and the
|
|
5625
5625
|
isExternalUrl flag in the request details is set to true, because instead of requesting the local
|
|
5626
5626
|
REST API, you will be requesting localhost:80 (where this app runs), resulting in a transformed blob
|
|
5627
5627
|
(with an uuid attached) being returned. Alternatively, you may be running with
|
|
5628
5628
|
import.meta.env.PROD, which will result in some file requests being treated as
|
|
5629
5629
|
external URLs and therefore not prepended with VITE_API_URL.`;
|
|
5630
|
-
throw new Error(
|
|
5630
|
+
throw new Error(f);
|
|
5631
5631
|
}
|
|
5632
5632
|
const h = r.type.split("/")[1];
|
|
5633
5633
|
if (!h)
|
|
@@ -5635,25 +5635,25 @@ class l_ extends w {
|
|
|
5635
5635
|
const p = n ?? d + "." + h;
|
|
5636
5636
|
if (r = er(r, p), !r.name)
|
|
5637
5637
|
throw new Error("Failed to set file's name");
|
|
5638
|
-
await this.addCache(r, d), ut[a] = new Promise((
|
|
5639
|
-
|
|
5638
|
+
await this.addCache(r, d), ut[a] = new Promise((f) => {
|
|
5639
|
+
f(r);
|
|
5640
5640
|
});
|
|
5641
5641
|
}
|
|
5642
5642
|
return r;
|
|
5643
5643
|
}
|
|
5644
5644
|
}
|
|
5645
|
-
class
|
|
5645
|
+
class p_ extends M {
|
|
5646
5646
|
async bulkAdd(e) {
|
|
5647
5647
|
var l;
|
|
5648
5648
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
5649
5649
|
for (const r of e) {
|
|
5650
|
-
const { revisionUuid: d, fieldIdentifier: h, file: p } = r,
|
|
5651
|
-
|
|
5650
|
+
const { revisionUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
5651
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
5652
5652
|
const S = T({
|
|
5653
5653
|
file: URL.createObjectURL(p),
|
|
5654
5654
|
file_type: p.type,
|
|
5655
5655
|
file_name: p.name,
|
|
5656
|
-
file_sha1:
|
|
5656
|
+
file_sha1: f.sha1,
|
|
5657
5657
|
created_by: i,
|
|
5658
5658
|
form_revision: d,
|
|
5659
5659
|
submitted_at: s,
|
|
@@ -5664,8 +5664,8 @@ class h_ extends M {
|
|
|
5664
5664
|
uuid: S.uuid,
|
|
5665
5665
|
file_name: p.name,
|
|
5666
5666
|
field_identifier: h,
|
|
5667
|
-
file_extension:
|
|
5668
|
-
file_sha1:
|
|
5667
|
+
file_extension: f.extension,
|
|
5668
|
+
file_sha1: f.sha1,
|
|
5669
5669
|
form_revision: d
|
|
5670
5670
|
};
|
|
5671
5671
|
c.push(g);
|
|
@@ -5705,7 +5705,7 @@ class h_ extends M {
|
|
|
5705
5705
|
return this.dispatch(du(s)), s;
|
|
5706
5706
|
}
|
|
5707
5707
|
}
|
|
5708
|
-
class
|
|
5708
|
+
class m_ extends M {
|
|
5709
5709
|
add(e) {
|
|
5710
5710
|
var o;
|
|
5711
5711
|
const { store: s } = this.client, n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, a = T({
|
|
@@ -5739,10 +5739,10 @@ class p_ extends M {
|
|
|
5739
5739
|
blockers: [e],
|
|
5740
5740
|
blocks: []
|
|
5741
5741
|
});
|
|
5742
|
-
return this.dispatch(
|
|
5742
|
+
return this.dispatch(Au(s)), s;
|
|
5743
5743
|
}
|
|
5744
5744
|
}
|
|
5745
|
-
class
|
|
5745
|
+
class f_ extends M {
|
|
5746
5746
|
add(e, s) {
|
|
5747
5747
|
var r;
|
|
5748
5748
|
const { store: i } = this.client, n = (/* @__PURE__ */ new Date()).toISOString(), a = (r = i.getState().userReducer.currentUser) == null ? void 0 : r.id, c = T({
|
|
@@ -5816,13 +5816,13 @@ class A_ extends M {
|
|
|
5816
5816
|
var l;
|
|
5817
5817
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
5818
5818
|
for (const r of e) {
|
|
5819
|
-
const { submissionUuid: d, fieldIdentifier: h, file: p } = r,
|
|
5820
|
-
|
|
5819
|
+
const { submissionUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
5820
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
5821
5821
|
const S = T({
|
|
5822
5822
|
file: URL.createObjectURL(p),
|
|
5823
5823
|
file_type: p.type,
|
|
5824
5824
|
file_name: p.name,
|
|
5825
|
-
file_sha1:
|
|
5825
|
+
file_sha1: f.sha1,
|
|
5826
5826
|
created_by: i,
|
|
5827
5827
|
form_submission: d,
|
|
5828
5828
|
submitted_at: s,
|
|
@@ -5832,8 +5832,8 @@ class A_ extends M {
|
|
|
5832
5832
|
const g = {
|
|
5833
5833
|
uuid: S.uuid,
|
|
5834
5834
|
file_name: p.name,
|
|
5835
|
-
file_sha1:
|
|
5836
|
-
file_extension:
|
|
5835
|
+
file_sha1: f.sha1,
|
|
5836
|
+
file_extension: f.extension,
|
|
5837
5837
|
field_identifier: h,
|
|
5838
5838
|
form_submission: d
|
|
5839
5839
|
};
|
|
@@ -5892,7 +5892,7 @@ class A_ extends M {
|
|
|
5892
5892
|
return this.dispatch(vu(s)), s;
|
|
5893
5893
|
}
|
|
5894
5894
|
}
|
|
5895
|
-
class
|
|
5895
|
+
class y_ extends M {
|
|
5896
5896
|
add(e) {
|
|
5897
5897
|
var c;
|
|
5898
5898
|
const { store: s } = this.client, i = s.getState(), n = T({
|
|
@@ -5911,7 +5911,7 @@ class f_ extends M {
|
|
|
5911
5911
|
],
|
|
5912
5912
|
blocks: [n.uuid]
|
|
5913
5913
|
});
|
|
5914
|
-
return this.dispatch(yi(n)), a.then((o) => (this.dispatch(
|
|
5914
|
+
return this.dispatch(yi(n)), a.then((o) => (this.dispatch(At(o)), o)).catch(() => {
|
|
5915
5915
|
this.dispatch(bi(n.uuid));
|
|
5916
5916
|
}), [n, a];
|
|
5917
5917
|
}
|
|
@@ -5933,9 +5933,9 @@ class f_ extends M {
|
|
|
5933
5933
|
blocks: [a.uuid]
|
|
5934
5934
|
});
|
|
5935
5935
|
return c.then((o) => {
|
|
5936
|
-
this.dispatch(
|
|
5936
|
+
this.dispatch(At(o));
|
|
5937
5937
|
}).catch(() => {
|
|
5938
|
-
this.dispatch(
|
|
5938
|
+
this.dispatch(At(n));
|
|
5939
5939
|
}), [a, c];
|
|
5940
5940
|
}
|
|
5941
5941
|
async delete(e) {
|
|
@@ -5970,7 +5970,7 @@ class f_ extends M {
|
|
|
5970
5970
|
return this.dispatch(Mu(s)), s;
|
|
5971
5971
|
}
|
|
5972
5972
|
}
|
|
5973
|
-
class
|
|
5973
|
+
class b_ extends M {
|
|
5974
5974
|
async add(e) {
|
|
5975
5975
|
var h;
|
|
5976
5976
|
const { store: s } = this.client, { file: i, ...n } = e, a = (/* @__PURE__ */ new Date()).toISOString(), c = (h = s.getState().userReducer.currentUser) == null ? void 0 : h.id, o = n.project, l = await this.getFilePayload(i), r = T({
|
|
@@ -6013,13 +6013,13 @@ class y_ extends M {
|
|
|
6013
6013
|
var h;
|
|
6014
6014
|
const { store: i } = this.client, n = (/* @__PURE__ */ new Date()).toISOString(), a = (h = i.getState().userReducer.currentUser) == null ? void 0 : h.id, c = [], o = [], l = [], r = {};
|
|
6015
6015
|
for (const p of e) {
|
|
6016
|
-
const { file:
|
|
6016
|
+
const { file: f, ...S } = p, g = await this.getFilePayload(f);
|
|
6017
6017
|
g.sha1 in r || (r[g.sha1] = g);
|
|
6018
6018
|
const I = T({
|
|
6019
6019
|
...S,
|
|
6020
|
-
file_name:
|
|
6020
|
+
file_name: f.name,
|
|
6021
6021
|
file_sha1: g.sha1,
|
|
6022
|
-
file: URL.createObjectURL(
|
|
6022
|
+
file: URL.createObjectURL(f),
|
|
6023
6023
|
submitted_at: n,
|
|
6024
6024
|
created_by: a,
|
|
6025
6025
|
project: s
|
|
@@ -6106,7 +6106,7 @@ class y_ extends M {
|
|
|
6106
6106
|
return this.dispatch(Vu(s)), s;
|
|
6107
6107
|
}
|
|
6108
6108
|
}
|
|
6109
|
-
class
|
|
6109
|
+
class S_ extends w {
|
|
6110
6110
|
add(e) {
|
|
6111
6111
|
var o;
|
|
6112
6112
|
const { store: s } = this.client, i = (/* @__PURE__ */ new Date()).toISOString(), n = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, a = T({
|
|
@@ -6161,18 +6161,18 @@ class b_ extends w {
|
|
|
6161
6161
|
return this.dispatch(Ku(s)), s;
|
|
6162
6162
|
}
|
|
6163
6163
|
}
|
|
6164
|
-
class
|
|
6164
|
+
class g_ extends xe {
|
|
6165
6165
|
constructor() {
|
|
6166
6166
|
super(...arguments);
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6167
|
+
A(this, "name", "Issue Attachment");
|
|
6168
|
+
A(this, "url", "/issue-attachments");
|
|
6169
|
+
A(this, "initializeAttachments", Ii);
|
|
6170
|
+
A(this, "addAttachments", Va);
|
|
6171
|
+
A(this, "updateAttachments", sl);
|
|
6172
|
+
A(this, "removeAttachments", Ca);
|
|
6173
|
+
A(this, "removeAttachment", il);
|
|
6174
|
+
A(this, "setAttachment", tl);
|
|
6175
|
+
A(this, "selectAttachment", rl);
|
|
6176
6176
|
}
|
|
6177
6177
|
buildOfflineAttachment(s) {
|
|
6178
6178
|
return T({
|
|
@@ -6212,18 +6212,18 @@ class S_ extends xe {
|
|
|
6212
6212
|
return this.dispatch(Ii(i)), i;
|
|
6213
6213
|
}
|
|
6214
6214
|
}
|
|
6215
|
-
class
|
|
6215
|
+
class __ extends xe {
|
|
6216
6216
|
constructor() {
|
|
6217
6217
|
super(...arguments);
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6218
|
+
A(this, "name", "Issue Comment Attachment");
|
|
6219
|
+
A(this, "url", "/issue-comment-attachments");
|
|
6220
|
+
A(this, "initializeAttachments", wi);
|
|
6221
|
+
A(this, "addAttachments", dl);
|
|
6222
|
+
A(this, "updateAttachments", ll);
|
|
6223
|
+
A(this, "removeAttachments", pl);
|
|
6224
|
+
A(this, "removeAttachment", hl);
|
|
6225
|
+
A(this, "setAttachment", ul);
|
|
6226
|
+
A(this, "selectAttachment", Al);
|
|
6227
6227
|
}
|
|
6228
6228
|
buildOfflineAttachment(s) {
|
|
6229
6229
|
return T({
|
|
@@ -6263,7 +6263,7 @@ class g_ extends xe {
|
|
|
6263
6263
|
return this.dispatch(wi(i)), i;
|
|
6264
6264
|
}
|
|
6265
6265
|
}
|
|
6266
|
-
class
|
|
6266
|
+
class P_ extends w {
|
|
6267
6267
|
add(e) {
|
|
6268
6268
|
var a;
|
|
6269
6269
|
const { store: s } = this.client, i = T({
|
|
@@ -6335,7 +6335,7 @@ class __ extends w {
|
|
|
6335
6335
|
return this.dispatch(bl(s)), s;
|
|
6336
6336
|
}
|
|
6337
6337
|
}
|
|
6338
|
-
class
|
|
6338
|
+
class T_ extends w {
|
|
6339
6339
|
add(e) {
|
|
6340
6340
|
var l;
|
|
6341
6341
|
const { store: s } = this.client, i = s.getState(), n = (/* @__PURE__ */ new Date()).toISOString(), a = (l = i.userReducer.currentUser) == null ? void 0 : l.id, c = T({
|
|
@@ -6444,9 +6444,9 @@ class P_ extends w {
|
|
|
6444
6444
|
if (!n)
|
|
6445
6445
|
throw new Error(`No issue with uuid ${e} found in the store`);
|
|
6446
6446
|
const a = cl(e)(i), c = mh(e)(i), o = Uu(e)(i), l = {};
|
|
6447
|
-
for (const d of
|
|
6447
|
+
for (const d of Xu(e)(i))
|
|
6448
6448
|
l[d.uuid] = d;
|
|
6449
|
-
for (const d of
|
|
6449
|
+
for (const d of Zu(e)(i))
|
|
6450
6450
|
l[d.uuid] = d;
|
|
6451
6451
|
const r = Object.values(l);
|
|
6452
6452
|
this.dispatch(Di(e)), a.length > 0 && this.dispatch(Ca(a.map(({ uuid: d }) => d))), c.length > 0 && this.dispatch(hh(c.map(({ uuid: d }) => d))), o.length > 0 && this.dispatch(Nt(o.map(({ uuid: d }) => d))), r.length > 0 && this.dispatch(Da(r.map(({ uuid: d }) => d)));
|
|
@@ -6476,18 +6476,18 @@ class P_ extends w {
|
|
|
6476
6476
|
return this.dispatch(_l(s)), s;
|
|
6477
6477
|
}
|
|
6478
6478
|
}
|
|
6479
|
-
class
|
|
6479
|
+
class F_ extends xe {
|
|
6480
6480
|
constructor() {
|
|
6481
6481
|
super(...arguments);
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6482
|
+
A(this, "name", "Issue Type Attachment");
|
|
6483
|
+
A(this, "url", "/issue-type-attachments");
|
|
6484
|
+
A(this, "initializeAttachments", Ci);
|
|
6485
|
+
A(this, "addAttachments", Ol);
|
|
6486
|
+
A(this, "updateAttachments", Il);
|
|
6487
|
+
A(this, "removeAttachments", wl);
|
|
6488
|
+
A(this, "removeAttachment", vl);
|
|
6489
|
+
A(this, "setAttachment", Rl);
|
|
6490
|
+
A(this, "selectAttachment", El);
|
|
6491
6491
|
}
|
|
6492
6492
|
buildOfflineAttachment(s) {
|
|
6493
6493
|
return T({
|
|
@@ -6527,18 +6527,18 @@ class T_ extends xe {
|
|
|
6527
6527
|
return this.dispatch(Ci(i)), i;
|
|
6528
6528
|
}
|
|
6529
6529
|
}
|
|
6530
|
-
class
|
|
6530
|
+
class O_ extends M {
|
|
6531
6531
|
async bulkAdd(e) {
|
|
6532
6532
|
var l;
|
|
6533
6533
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
6534
6534
|
for (const r of e) {
|
|
6535
|
-
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r,
|
|
6536
|
-
|
|
6535
|
+
const { fieldsRevisionUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
6536
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
6537
6537
|
const S = T({
|
|
6538
6538
|
file: URL.createObjectURL(p),
|
|
6539
6539
|
file_type: p.type,
|
|
6540
6540
|
file_name: p.name,
|
|
6541
|
-
file_sha1:
|
|
6541
|
+
file_sha1: f.sha1,
|
|
6542
6542
|
created_by: i,
|
|
6543
6543
|
fields_revision: d,
|
|
6544
6544
|
submitted_at: s,
|
|
@@ -6548,9 +6548,9 @@ class F_ extends M {
|
|
|
6548
6548
|
const g = {
|
|
6549
6549
|
uuid: S.uuid,
|
|
6550
6550
|
file_name: p.name,
|
|
6551
|
-
file_extension:
|
|
6551
|
+
file_extension: f.extension,
|
|
6552
6552
|
field_identifier: h,
|
|
6553
|
-
file_sha1:
|
|
6553
|
+
file_sha1: f.sha1,
|
|
6554
6554
|
fields_revision: d
|
|
6555
6555
|
};
|
|
6556
6556
|
c.push(g);
|
|
@@ -6592,7 +6592,7 @@ class F_ extends M {
|
|
|
6592
6592
|
return this.dispatch(jl(s)), s;
|
|
6593
6593
|
}
|
|
6594
6594
|
}
|
|
6595
|
-
class
|
|
6595
|
+
class R_ extends w {
|
|
6596
6596
|
add(e) {
|
|
6597
6597
|
var o;
|
|
6598
6598
|
const { store: s } = this.client, i = (o = s.getState().userReducer.currentUser) == null ? void 0 : o.id, n = (/* @__PURE__ */ new Date()).toISOString(), a = T({
|
|
@@ -6629,18 +6629,18 @@ class O_ extends w {
|
|
|
6629
6629
|
return this.dispatch(Ll(s)), s;
|
|
6630
6630
|
}
|
|
6631
6631
|
}
|
|
6632
|
-
class
|
|
6632
|
+
class I_ extends M {
|
|
6633
6633
|
async bulkAdd(e) {
|
|
6634
6634
|
var l;
|
|
6635
6635
|
const s = (/* @__PURE__ */ new Date()).toISOString(), i = (l = this.client.store.getState().userReducer.currentUser) == null ? void 0 : l.id, n = {}, a = [], c = [];
|
|
6636
6636
|
for (const r of e) {
|
|
6637
|
-
const { fieldValuesUuid: d, fieldIdentifier: h, file: p } = r,
|
|
6638
|
-
|
|
6637
|
+
const { fieldValuesUuid: d, fieldIdentifier: h, file: p } = r, f = await this.getFilePayload(p);
|
|
6638
|
+
f.sha1 in n || (n[f.sha1] = f);
|
|
6639
6639
|
const S = T({
|
|
6640
6640
|
file: URL.createObjectURL(p),
|
|
6641
6641
|
file_type: p.type,
|
|
6642
6642
|
file_name: p.name,
|
|
6643
|
-
file_sha1:
|
|
6643
|
+
file_sha1: f.sha1,
|
|
6644
6644
|
created_by: i,
|
|
6645
6645
|
field_values: d,
|
|
6646
6646
|
submitted_at: s,
|
|
@@ -6650,8 +6650,8 @@ class R_ extends M {
|
|
|
6650
6650
|
const g = {
|
|
6651
6651
|
uuid: S.uuid,
|
|
6652
6652
|
file_name: p.name,
|
|
6653
|
-
file_sha1:
|
|
6654
|
-
file_extension:
|
|
6653
|
+
file_sha1: f.sha1,
|
|
6654
|
+
file_extension: f.extension,
|
|
6655
6655
|
field_identifier: h,
|
|
6656
6656
|
field_values: d
|
|
6657
6657
|
};
|
|
@@ -6671,7 +6671,7 @@ class R_ extends M {
|
|
|
6671
6671
|
blocks: a.map((r) => r.uuid)
|
|
6672
6672
|
});
|
|
6673
6673
|
return o.then(({ presigned_urls: r, attachments: d }) => {
|
|
6674
|
-
this.processPresignedUrls(r), this.dispatch(
|
|
6674
|
+
this.processPresignedUrls(r), this.dispatch(Xl(d));
|
|
6675
6675
|
}).catch((r) => {
|
|
6676
6676
|
throw this.dispatch(
|
|
6677
6677
|
jt(
|
|
@@ -6681,7 +6681,7 @@ class R_ extends M {
|
|
|
6681
6681
|
}), [a, o.then(({ attachments: r }) => r)];
|
|
6682
6682
|
}
|
|
6683
6683
|
async bulkDelete(e) {
|
|
6684
|
-
const { store: s } = this.client, i = s.getState(), n =
|
|
6684
|
+
const { store: s } = this.client, i = s.getState(), n = Ql(e)(i);
|
|
6685
6685
|
this.dispatch(jt(e));
|
|
6686
6686
|
try {
|
|
6687
6687
|
await this.enqueueRequest({
|
|
@@ -6710,7 +6710,7 @@ class R_ extends M {
|
|
|
6710
6710
|
return this.dispatch(Jl(s)), s;
|
|
6711
6711
|
}
|
|
6712
6712
|
}
|
|
6713
|
-
class
|
|
6713
|
+
class v_ extends w {
|
|
6714
6714
|
add(e) {
|
|
6715
6715
|
var c;
|
|
6716
6716
|
const { store: s } = this.client, i = s.getState(), n = T({
|
|
@@ -6788,7 +6788,7 @@ class I_ extends w {
|
|
|
6788
6788
|
return this.dispatch($l(s)), s;
|
|
6789
6789
|
}
|
|
6790
6790
|
}
|
|
6791
|
-
class
|
|
6791
|
+
class w_ extends w {
|
|
6792
6792
|
add(e) {
|
|
6793
6793
|
var c;
|
|
6794
6794
|
const { store: s } = this.client, i = s.getState(), n = T({
|
|
@@ -6836,7 +6836,7 @@ class v_ extends w {
|
|
|
6836
6836
|
const { store: s } = this.client, i = s.getState(), n = Ji(e)(i);
|
|
6837
6837
|
if (!n)
|
|
6838
6838
|
throw new Error(`IssueType with uuid ${e} does not exist in the store.`);
|
|
6839
|
-
const a =
|
|
6839
|
+
const a = Qa(e)(i);
|
|
6840
6840
|
this.dispatch(Yi(e)), this.dispatch(Tl(a.map((o) => o.uuid)));
|
|
6841
6841
|
const c = this.enqueueRequest({
|
|
6842
6842
|
method: u.DELETE,
|
|
@@ -6861,7 +6861,7 @@ class v_ extends w {
|
|
|
6861
6861
|
return this.dispatch(sh(s)), s;
|
|
6862
6862
|
}
|
|
6863
6863
|
}
|
|
6864
|
-
class
|
|
6864
|
+
class k_ extends w {
|
|
6865
6865
|
async refreshStore(e) {
|
|
6866
6866
|
const s = await this.enqueueRequest({
|
|
6867
6867
|
description: "Get issue updates",
|
|
@@ -6876,13 +6876,13 @@ class w_ extends w {
|
|
|
6876
6876
|
return this.dispatch(oh(s)), s;
|
|
6877
6877
|
}
|
|
6878
6878
|
}
|
|
6879
|
-
const
|
|
6879
|
+
const Qp = 1800;
|
|
6880
6880
|
function em(t) {
|
|
6881
6881
|
if (!t.access) throw new Error("Missing access token");
|
|
6882
6882
|
if (!t.refresh) throw new Error("Missing refresh token");
|
|
6883
6883
|
return { accessToken: t.access, refreshToken: t.refresh };
|
|
6884
6884
|
}
|
|
6885
|
-
class
|
|
6885
|
+
class q_ extends qc {
|
|
6886
6886
|
constructor() {
|
|
6887
6887
|
super(...arguments);
|
|
6888
6888
|
// _getTokenPair and _getRenewedTokens don't need to use enqueueRequest from the BaseApiService because
|
|
@@ -6894,7 +6894,7 @@ class k_ extends qc {
|
|
|
6894
6894
|
* @param {string} refreshToken The refresh token used to get new tokens
|
|
6895
6895
|
* @returns {Promise<TokenPair>} The new access and refresh tokens
|
|
6896
6896
|
*/
|
|
6897
|
-
|
|
6897
|
+
A(this, "_getRenewedTokens", async (s) => {
|
|
6898
6898
|
const i = this.enqueueRequest({
|
|
6899
6899
|
description: "Get renewed tokens",
|
|
6900
6900
|
method: u.POST,
|
|
@@ -6953,7 +6953,7 @@ class k_ extends qc {
|
|
|
6953
6953
|
} catch {
|
|
6954
6954
|
n = i;
|
|
6955
6955
|
}
|
|
6956
|
-
return n - i <
|
|
6956
|
+
return n - i < Qp;
|
|
6957
6957
|
}
|
|
6958
6958
|
async prepareAuth() {
|
|
6959
6959
|
if (this.tokenIsExpiringSoon()) {
|
|
@@ -7008,7 +7008,7 @@ class k_ extends qc {
|
|
|
7008
7008
|
});
|
|
7009
7009
|
}
|
|
7010
7010
|
}
|
|
7011
|
-
class
|
|
7011
|
+
class E_ extends w {
|
|
7012
7012
|
// TODO: add method when support for displaying an invited user
|
|
7013
7013
|
update(e) {
|
|
7014
7014
|
const { store: s } = this.client, i = en(e.uuid)(s.getState()), n = {
|
|
@@ -7059,7 +7059,7 @@ class q_ extends w {
|
|
|
7059
7059
|
return this.dispatch(Ph(s)), s;
|
|
7060
7060
|
}
|
|
7061
7061
|
}
|
|
7062
|
-
class
|
|
7062
|
+
class M_ extends w {
|
|
7063
7063
|
async add(e) {
|
|
7064
7064
|
const s = await this.enqueueRequest({
|
|
7065
7065
|
description: "Create organization",
|
|
@@ -7102,7 +7102,7 @@ class E_ extends w {
|
|
|
7102
7102
|
return this.dispatch(Ih(e)), e;
|
|
7103
7103
|
}
|
|
7104
7104
|
}
|
|
7105
|
-
class
|
|
7105
|
+
class j_ extends w {
|
|
7106
7106
|
add(e) {
|
|
7107
7107
|
const s = T(e);
|
|
7108
7108
|
this.dispatch(an(s));
|
|
@@ -7169,17 +7169,17 @@ class M_ extends w {
|
|
|
7169
7169
|
return this.dispatch(Dh(s)), s;
|
|
7170
7170
|
}
|
|
7171
7171
|
}
|
|
7172
|
-
class
|
|
7172
|
+
class z_ extends xe {
|
|
7173
7173
|
constructor() {
|
|
7174
7174
|
super(...arguments);
|
|
7175
|
-
|
|
7176
|
-
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
7175
|
+
A(this, "name", "Project Attachment");
|
|
7176
|
+
A(this, "url", "/project-attachments");
|
|
7177
|
+
A(this, "addAttachments", Bh);
|
|
7178
|
+
A(this, "updateAttachments", Hh);
|
|
7179
|
+
A(this, "removeAttachments", uc);
|
|
7180
|
+
A(this, "removeAttachment", Wh);
|
|
7181
|
+
A(this, "setAttachment", Lh);
|
|
7182
|
+
A(this, "selectAttachment", Jh);
|
|
7183
7183
|
}
|
|
7184
7184
|
buildOfflineAttachment(s) {
|
|
7185
7185
|
return T({
|
|
@@ -7219,7 +7219,7 @@ class j_ extends xe {
|
|
|
7219
7219
|
return this.dispatch(Gh(i)), i;
|
|
7220
7220
|
}
|
|
7221
7221
|
}
|
|
7222
|
-
class
|
|
7222
|
+
class U_ extends w {
|
|
7223
7223
|
async saveExisting(e) {
|
|
7224
7224
|
if (!e.uuid)
|
|
7225
7225
|
throw new Error(
|
|
@@ -7297,10 +7297,10 @@ class z_ extends w {
|
|
|
7297
7297
|
blockers: [],
|
|
7298
7298
|
blocks: []
|
|
7299
7299
|
});
|
|
7300
|
-
return this.dispatch(
|
|
7300
|
+
return this.dispatch(Qh(s)), s;
|
|
7301
7301
|
}
|
|
7302
7302
|
}
|
|
7303
|
-
class
|
|
7303
|
+
class D_ extends w {
|
|
7304
7304
|
async add(e) {
|
|
7305
7305
|
const s = await this.enqueueRequest({
|
|
7306
7306
|
description: "Create project",
|
|
@@ -7333,7 +7333,7 @@ class U_ extends w {
|
|
|
7333
7333
|
throw new Error("Expected project to exist");
|
|
7334
7334
|
const a = rp(i).filter((l) => l.project === e);
|
|
7335
7335
|
this.dispatch(sp(a.map(({ uuid: l }) => l)));
|
|
7336
|
-
const c =
|
|
7336
|
+
const c = Xh(n.uuid)(i);
|
|
7337
7337
|
this.dispatch(uc(c.map(({ uuid: l }) => l)));
|
|
7338
7338
|
const o = $h(e)(i);
|
|
7339
7339
|
this.dispatch(Vh(o.map(({ uuid: l }) => l))), this.dispatch(pn(n.uuid));
|
|
@@ -7363,7 +7363,11 @@ class U_ extends w {
|
|
|
7363
7363
|
return this.dispatch(dp(s)), s;
|
|
7364
7364
|
}
|
|
7365
7365
|
}
|
|
7366
|
-
|
|
7366
|
+
function tm(t) {
|
|
7367
|
+
var e;
|
|
7368
|
+
return ((e = document.cookie.match("(^|;)\\s*" + t + "\\s*=\\s*([^;]+)")) == null ? void 0 : e.pop()) || "";
|
|
7369
|
+
}
|
|
7370
|
+
class x_ extends qc {
|
|
7367
7371
|
redirectToLogin() {
|
|
7368
7372
|
const e = `${this.loginUrl}?next=${encodeURI(window.location.href)}`;
|
|
7369
7373
|
window.location.replace(e);
|
|
@@ -7375,10 +7379,11 @@ class D_ extends qc {
|
|
|
7375
7379
|
this.redirectToLogin();
|
|
7376
7380
|
}
|
|
7377
7381
|
prepareRequest(e) {
|
|
7378
|
-
|
|
7382
|
+
const s = tm("csrftoken");
|
|
7383
|
+
return e = e.set("X-CSRFToken", s), e.withCredentials(!0);
|
|
7379
7384
|
}
|
|
7380
7385
|
}
|
|
7381
|
-
class
|
|
7386
|
+
class V_ extends w {
|
|
7382
7387
|
add(e) {
|
|
7383
7388
|
const s = T(e);
|
|
7384
7389
|
this.dispatch(yp(s));
|
|
@@ -7391,16 +7396,16 @@ class x_ extends w {
|
|
|
7391
7396
|
blocks: [s.uuid]
|
|
7392
7397
|
});
|
|
7393
7398
|
return i.then((n) => {
|
|
7394
|
-
this.dispatch(
|
|
7399
|
+
this.dispatch(fn(n));
|
|
7395
7400
|
}).catch(() => {
|
|
7396
|
-
this.dispatch(
|
|
7401
|
+
this.dispatch(An(s.uuid));
|
|
7397
7402
|
}), [s, i];
|
|
7398
7403
|
}
|
|
7399
7404
|
async delete(e) {
|
|
7400
7405
|
const { store: s } = this.client, i = s.getState(), n = gp(e)(i);
|
|
7401
7406
|
if (!n)
|
|
7402
7407
|
throw new Error(`Expected team membership with uuid ${e} to exist`);
|
|
7403
|
-
this.dispatch(
|
|
7408
|
+
this.dispatch(An(e));
|
|
7404
7409
|
try {
|
|
7405
7410
|
return await this.enqueueRequest({
|
|
7406
7411
|
description: "Delete team membership",
|
|
@@ -7410,7 +7415,7 @@ class x_ extends w {
|
|
|
7410
7415
|
blocks: [e]
|
|
7411
7416
|
});
|
|
7412
7417
|
} catch (a) {
|
|
7413
|
-
throw this.dispatch(
|
|
7418
|
+
throw this.dispatch(fn(n)), a;
|
|
7414
7419
|
}
|
|
7415
7420
|
}
|
|
7416
7421
|
async refreshStore(e) {
|
|
@@ -7424,10 +7429,10 @@ class x_ extends w {
|
|
|
7424
7429
|
blockers: [],
|
|
7425
7430
|
blocks: []
|
|
7426
7431
|
});
|
|
7427
|
-
return this.dispatch(
|
|
7432
|
+
return this.dispatch(Ap(s)), s;
|
|
7428
7433
|
}
|
|
7429
7434
|
}
|
|
7430
|
-
class
|
|
7435
|
+
class C_ extends w {
|
|
7431
7436
|
add(e) {
|
|
7432
7437
|
const s = T({
|
|
7433
7438
|
...e,
|
|
@@ -7504,7 +7509,7 @@ class V_ extends w {
|
|
|
7504
7509
|
return this.dispatch(_p(s)), s;
|
|
7505
7510
|
}
|
|
7506
7511
|
}
|
|
7507
|
-
class
|
|
7512
|
+
class $_ extends w {
|
|
7508
7513
|
async refreshStore(e) {
|
|
7509
7514
|
const s = await this.enqueueRequest({
|
|
7510
7515
|
description: "Fetch organization users",
|
|
@@ -7513,13 +7518,13 @@ class C_ extends w {
|
|
|
7513
7518
|
blockers: [],
|
|
7514
7519
|
blocks: []
|
|
7515
7520
|
});
|
|
7516
|
-
return this.dispatch(
|
|
7521
|
+
return this.dispatch(Ah(s)), s;
|
|
7517
7522
|
}
|
|
7518
7523
|
}
|
|
7519
|
-
class
|
|
7524
|
+
class G_ {
|
|
7520
7525
|
constructor(e) {
|
|
7521
7526
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
7522
|
-
|
|
7527
|
+
A(this, "store");
|
|
7523
7528
|
this.store = e;
|
|
7524
7529
|
}
|
|
7525
7530
|
async enqueueRequest(e, s, i) {
|
|
@@ -7588,8 +7593,8 @@ Converting error to APIError and discarding.`
|
|
|
7588
7593
|
}
|
|
7589
7594
|
class He {
|
|
7590
7595
|
constructor() {
|
|
7591
|
-
|
|
7592
|
-
|
|
7596
|
+
A(this, "graph");
|
|
7597
|
+
A(this, "requestAttemptCounter");
|
|
7593
7598
|
this.graph = new Gc(), this.requestAttemptCounter = {};
|
|
7594
7599
|
}
|
|
7595
7600
|
/**
|
|
@@ -7728,211 +7733,211 @@ class He {
|
|
|
7728
7733
|
this.requestAttemptCounter[e] = (this.requestAttemptCounter[e] || 0) + 1;
|
|
7729
7734
|
}
|
|
7730
7735
|
}
|
|
7731
|
-
const
|
|
7736
|
+
const B_ = (t, e) => {
|
|
7732
7737
|
const s = new e(t);
|
|
7733
7738
|
return qp(s), kp(t), s;
|
|
7734
7739
|
};
|
|
7735
|
-
var
|
|
7740
|
+
var sm = /* @__PURE__ */ ((t) => (t[t.USER_REGISTRATION = 0] = "USER_REGISTRATION", t[t.APPLICATION_INVITE = 2] = "APPLICATION_INVITE", t[t.PROJECT_INVITE = 4] = "PROJECT_INVITE", t[t.ORGANIZATION_INVITE = 6] = "ORGANIZATION_INVITE", t[t.ADD_EMAIL_DOMAIN = 8] = "ADD_EMAIL_DOMAIN", t[t.RESET_PASSWORD = 10] = "RESET_PASSWORD", t))(sm || {});
|
|
7736
7741
|
export {
|
|
7737
7742
|
D as APIError,
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
7746
|
-
|
|
7747
|
-
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
|
|
7751
|
-
|
|
7743
|
+
xg as AgentService,
|
|
7744
|
+
Vg as AssetAttachmentService,
|
|
7745
|
+
Cg as AssetProcedureAttachmentService,
|
|
7746
|
+
Bg as AssetProcedureFieldValuesAttachmentService,
|
|
7747
|
+
Lg as AssetProcedureFieldValuesService,
|
|
7748
|
+
$g as AssetProcedureFieldsAttachmentService,
|
|
7749
|
+
Gg as AssetProcedureFieldsService,
|
|
7750
|
+
Ng as AssetProcedureInstanceService,
|
|
7751
|
+
Hg as AssetProcedureService,
|
|
7752
|
+
Yg as AssetProcedureStepFieldValuesAttachmentService,
|
|
7753
|
+
Jg as AssetProcedureStepFieldValuesService,
|
|
7754
|
+
Wg as AssetProcedureStepFieldsAttachmentService,
|
|
7755
|
+
Kg as AssetProcedureStepFieldsService,
|
|
7756
|
+
Xg as AssetProcedureStepService,
|
|
7752
7757
|
Zg as AssetService,
|
|
7753
7758
|
Qg as AssetStageCompletionService,
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
|
|
7759
|
+
e_ as AssetStageService,
|
|
7760
|
+
t_ as AssetTypeAttachmentService,
|
|
7761
|
+
n_ as AssetTypeFieldValuesAttachmentService,
|
|
7762
|
+
a_ as AssetTypeFieldValuesService,
|
|
7763
|
+
s_ as AssetTypeFieldsAttachmentService,
|
|
7764
|
+
i_ as AssetTypeFieldsService,
|
|
7765
|
+
c_ as AssetTypeService,
|
|
7761
7766
|
Hc as AttachmentModel,
|
|
7762
7767
|
w as BaseApiService,
|
|
7763
|
-
|
|
7768
|
+
G_ as BaseSDK,
|
|
7764
7769
|
sr as COMMON_AUTO_FIELDS,
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
-
|
|
7770
|
+
r_ as CategoryService,
|
|
7771
|
+
_m as DEFAULT_ISSUE_PRIORITY,
|
|
7772
|
+
gm as DEFAULT_ISSUE_STATUS,
|
|
7768
7773
|
Kc as DeferredPromise,
|
|
7769
|
-
|
|
7770
|
-
|
|
7774
|
+
o_ as DocumentAttachmentService,
|
|
7775
|
+
d_ as DocumentService,
|
|
7771
7776
|
Bc as EMPTY_ARRAY,
|
|
7772
7777
|
Lc as EMPTY_OBJECT,
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
|
|
7778
|
+
u_ as EmailDomainsService,
|
|
7779
|
+
l_ as EmailVerificationService,
|
|
7780
|
+
h_ as FileService,
|
|
7781
|
+
p_ as FormRevisionAttachmentService,
|
|
7782
|
+
m_ as FormRevisionService,
|
|
7783
|
+
f_ as FormService,
|
|
7779
7784
|
A_ as FormSubmissionAttachmentService,
|
|
7780
|
-
|
|
7781
|
-
|
|
7785
|
+
y_ as FormSubmissionService,
|
|
7786
|
+
b_ as GeoImageService,
|
|
7782
7787
|
u as HttpMethod,
|
|
7783
|
-
|
|
7784
|
-
|
|
7785
|
-
|
|
7786
|
-
|
|
7788
|
+
S_ as IssueAssociationService,
|
|
7789
|
+
g_ as IssueAttachmentService,
|
|
7790
|
+
__ as IssueCommentAttachmentService,
|
|
7791
|
+
P_ as IssueCommentService,
|
|
7787
7792
|
Fn as IssuePriority,
|
|
7788
|
-
|
|
7793
|
+
T_ as IssueService,
|
|
7789
7794
|
On as IssueStatus,
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
|
|
7795
|
-
|
|
7795
|
+
F_ as IssueTypeAttachmentService,
|
|
7796
|
+
I_ as IssueTypeFieldValuesAttachmentService,
|
|
7797
|
+
v_ as IssueTypeFieldValuesService,
|
|
7798
|
+
O_ as IssueTypeFieldsAttachmentService,
|
|
7799
|
+
R_ as IssueTypeFieldsService,
|
|
7800
|
+
w_ as IssueTypeService,
|
|
7796
7801
|
E as IssueUpdateChange,
|
|
7797
|
-
|
|
7798
|
-
|
|
7802
|
+
k_ as IssueUpdateService,
|
|
7803
|
+
q_ as JWTAuthService,
|
|
7799
7804
|
Wc as OUTBOX_RETRY_DELAY,
|
|
7800
7805
|
Nc as OrganizationAccessLevel,
|
|
7801
|
-
|
|
7802
|
-
|
|
7806
|
+
E_ as OrganizationAccessService,
|
|
7807
|
+
M_ as OrganizationService,
|
|
7803
7808
|
He as OutboxCoordinator,
|
|
7804
|
-
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7809
|
+
j_ as ProjectAccessService,
|
|
7810
|
+
z_ as ProjectAttachmentService,
|
|
7811
|
+
U_ as ProjectFileService,
|
|
7812
|
+
D_ as ProjectService,
|
|
7808
7813
|
R as RESET_ORGANIZATION_STATE,
|
|
7809
7814
|
q as RESET_PROJECT_STATE,
|
|
7810
7815
|
P as RESET_STATE,
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
-
|
|
7816
|
+
x_ as SessionAuthService,
|
|
7817
|
+
V_ as TeamMembershipService,
|
|
7818
|
+
C_ as TeamService,
|
|
7814
7819
|
Ye as UNKNOWN_ERROR_MESSAGE,
|
|
7815
|
-
|
|
7820
|
+
$_ as UserService,
|
|
7816
7821
|
ht as VERSION_REDUCER_KEY,
|
|
7817
|
-
|
|
7822
|
+
sm as VerificationCodeType,
|
|
7818
7823
|
zh as _setLatestRetryTime,
|
|
7819
7824
|
qs as addAsset,
|
|
7820
|
-
|
|
7825
|
+
Ym as addAssetAttachment,
|
|
7821
7826
|
kn as addAssetAttachments,
|
|
7822
7827
|
ms as addAssetProcedure,
|
|
7823
7828
|
Zm as addAssetProcedureAttachment,
|
|
7824
7829
|
Sr as addAssetProcedureAttachments,
|
|
7825
7830
|
cs as addAssetProcedureFieldValues,
|
|
7826
|
-
|
|
7831
|
+
bf as addAssetProcedureFieldValuesAttachment,
|
|
7827
7832
|
Ft as addAssetProcedureFieldValuesAttachments,
|
|
7828
7833
|
Kr as addAssetProcedureFieldValuesMany,
|
|
7829
7834
|
Ur as addAssetProcedureFields,
|
|
7830
|
-
|
|
7835
|
+
sf as addAssetProcedureFieldsAttachment,
|
|
7831
7836
|
wr as addAssetProcedureFieldsAttachments,
|
|
7832
|
-
|
|
7837
|
+
uf as addAssetProcedureFieldsMany,
|
|
7833
7838
|
us as addAssetProcedureInstance,
|
|
7834
7839
|
eo as addAssetProcedureInstances,
|
|
7835
7840
|
Is as addAssetProcedureStep,
|
|
7836
7841
|
Ts as addAssetProcedureStepFieldValues,
|
|
7837
|
-
|
|
7842
|
+
sA as addAssetProcedureStepFieldValuesAttachment,
|
|
7838
7843
|
Rt as addAssetProcedureStepFieldValuesAttachments,
|
|
7839
7844
|
Fo as addAssetProcedureStepFieldValuesMany,
|
|
7840
7845
|
Ss as addAssetProcedureStepFields,
|
|
7841
|
-
|
|
7846
|
+
Cf as addAssetProcedureStepFieldsAttachment,
|
|
7842
7847
|
oo as addAssetProcedureStepFieldsAttachments,
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7848
|
+
Wf as addAssetProcedureStepFieldsMany,
|
|
7849
|
+
mA as addAssetProcedureSteps,
|
|
7850
|
+
Mf as addAssetProcedures,
|
|
7846
7851
|
Cs as addAssetStage,
|
|
7847
7852
|
zs as addAssetStageCompletion,
|
|
7848
7853
|
Us as addAssetStageCompletions,
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7854
|
+
vA as addAssetStages,
|
|
7855
|
+
Zs as addAssetType,
|
|
7856
|
+
jA as addAssetTypeAttachment,
|
|
7852
7857
|
ra as addAssetTypeAttachments,
|
|
7853
7858
|
Ks as addAssetTypeFieldValues,
|
|
7854
|
-
|
|
7859
|
+
ZA as addAssetTypeFieldValuesAttachment,
|
|
7855
7860
|
wt as addAssetTypeFieldValuesAttachments,
|
|
7856
7861
|
Pd as addAssetTypeFieldValuesMany,
|
|
7857
7862
|
ud as addAssetTypeFields,
|
|
7858
|
-
|
|
7863
|
+
DA as addAssetTypeFieldsAttachment,
|
|
7859
7864
|
id as addAssetTypeFieldsAttachments,
|
|
7860
|
-
|
|
7861
|
-
|
|
7865
|
+
LA as addAssetTypeFieldsMany,
|
|
7866
|
+
uy as addAssetTypes,
|
|
7862
7867
|
vt as addAssets,
|
|
7863
|
-
|
|
7868
|
+
Sy as addCategories,
|
|
7864
7869
|
ii as addCategory,
|
|
7865
7870
|
cr as addConversation,
|
|
7866
|
-
|
|
7867
|
-
|
|
7871
|
+
Gm as addConversations,
|
|
7872
|
+
Ry as addDocumentAttachment,
|
|
7868
7873
|
xd as addDocumentAttachments,
|
|
7869
7874
|
Kd as addDocuments,
|
|
7870
7875
|
eu as addEmailDomain,
|
|
7871
|
-
|
|
7876
|
+
My as addEmailDomains,
|
|
7872
7877
|
pi as addForm,
|
|
7873
7878
|
Ra as addFormRevision,
|
|
7874
|
-
|
|
7879
|
+
Cy as addFormRevisionAttachment,
|
|
7875
7880
|
uu as addFormRevisionAttachments,
|
|
7876
7881
|
yu as addFormRevisions,
|
|
7877
7882
|
yi as addFormSubmission,
|
|
7878
|
-
|
|
7883
|
+
nb as addFormSubmissionAttachment,
|
|
7879
7884
|
qt as addFormSubmissionAttachments,
|
|
7880
7885
|
Lt as addFormSubmissions,
|
|
7881
|
-
|
|
7886
|
+
Xy as addForms,
|
|
7882
7887
|
$u as addGeoImage,
|
|
7883
7888
|
Gu as addGeoImages,
|
|
7884
7889
|
Ui as addIssue,
|
|
7885
7890
|
Fi as addIssueAssociation,
|
|
7886
7891
|
Ua as addIssueAssociations,
|
|
7887
|
-
|
|
7892
|
+
yb as addIssueAttachment,
|
|
7888
7893
|
Va as addIssueAttachments,
|
|
7889
7894
|
qi as addIssueComment,
|
|
7890
|
-
|
|
7895
|
+
gb as addIssueCommentAttachment,
|
|
7891
7896
|
dl as addIssueCommentAttachments,
|
|
7892
|
-
|
|
7897
|
+
Ob as addIssueComments,
|
|
7893
7898
|
ih as addIssueType,
|
|
7894
|
-
|
|
7899
|
+
zb as addIssueTypeAttachment,
|
|
7895
7900
|
Ol as addIssueTypeAttachments,
|
|
7896
7901
|
Bi as addIssueTypeFieldValues,
|
|
7897
|
-
|
|
7902
|
+
rS as addIssueTypeFieldValuesAttachment,
|
|
7898
7903
|
Mt as addIssueTypeFieldValuesAttachments,
|
|
7899
|
-
|
|
7904
|
+
Hb as addIssueTypeFieldValuesMany,
|
|
7900
7905
|
Nl as addIssueTypeFields,
|
|
7901
|
-
|
|
7906
|
+
Vb as addIssueTypeFieldsAttachment,
|
|
7902
7907
|
zl as addIssueTypeFieldsAttachments,
|
|
7903
7908
|
Zb as addIssueTypeFieldsMany,
|
|
7904
|
-
|
|
7909
|
+
pS as addIssueTypes,
|
|
7905
7910
|
dh as addIssueUpdate,
|
|
7906
7911
|
uh as addIssueUpdates,
|
|
7907
7912
|
Pl as addIssues,
|
|
7908
7913
|
vh as addOrganization,
|
|
7909
7914
|
Th as addOrganizationAccess,
|
|
7910
|
-
|
|
7911
|
-
|
|
7915
|
+
jS as addOrganizationAccesses,
|
|
7916
|
+
BS as addOrganizations,
|
|
7912
7917
|
hn as addProject,
|
|
7913
7918
|
an as addProjectAccess,
|
|
7914
7919
|
xh as addProjectAccesses,
|
|
7915
|
-
|
|
7920
|
+
ig as addProjectAttachment,
|
|
7916
7921
|
Bh as addProjectAttachments,
|
|
7917
|
-
|
|
7922
|
+
rg as addProjectFile,
|
|
7918
7923
|
ep as addProjectFiles,
|
|
7919
|
-
|
|
7924
|
+
fg as addProjects,
|
|
7920
7925
|
Pp as addTeam,
|
|
7921
7926
|
yp as addTeamMembership,
|
|
7922
|
-
|
|
7923
|
-
|
|
7927
|
+
Pg as addTeamMemberships,
|
|
7928
|
+
wg as addTeams,
|
|
7924
7929
|
yh as addUser,
|
|
7925
|
-
|
|
7930
|
+
IS as addUsers,
|
|
7926
7931
|
dr as agentsReducer,
|
|
7927
7932
|
In as agentsSlice,
|
|
7928
|
-
|
|
7933
|
+
Im as areArraysEqual,
|
|
7929
7934
|
yr as assetAttachmentReducer,
|
|
7930
7935
|
wn as assetAttachmentSlice,
|
|
7931
7936
|
Ir as assetProcedureAttachmentReducer,
|
|
7932
7937
|
En as assetProcedureAttachmentSlice,
|
|
7933
7938
|
Hr as assetProcedureFieldValuesAttachmentReducer,
|
|
7934
7939
|
Un as assetProcedureFieldValuesAttachmentSlice,
|
|
7935
|
-
|
|
7940
|
+
Zr as assetProcedureFieldValuesReducer,
|
|
7936
7941
|
xn as assetProcedureFieldValuesSlice,
|
|
7937
7942
|
jr as assetProcedureFieldsAttachmentReducer,
|
|
7938
7943
|
Mn as assetProcedureFieldsAttachmentSlice,
|
|
@@ -7945,15 +7950,15 @@ export {
|
|
|
7945
7950
|
Po as assetProcedureStepFieldValuesAttachmentReducer,
|
|
7946
7951
|
Yn as assetProcedureStepFieldValuesAttachmentSlice,
|
|
7947
7952
|
vo as assetProcedureStepFieldValuesReducer,
|
|
7948
|
-
|
|
7953
|
+
Xn as assetProcedureStepFieldValuesSlice,
|
|
7949
7954
|
mo as assetProcedureStepFieldsAttachmentReducer,
|
|
7950
7955
|
Nn as assetProcedureStepFieldsAttachmentSlice,
|
|
7951
|
-
|
|
7956
|
+
Ao as assetProcedureStepFieldsReducer,
|
|
7952
7957
|
Hn as assetProcedureStepFieldsSlice,
|
|
7953
7958
|
qo as assetProcedureStepReducer,
|
|
7954
|
-
|
|
7959
|
+
Zn as assetProcedureStepSlice,
|
|
7955
7960
|
Uo as assetReducer,
|
|
7956
|
-
|
|
7961
|
+
Qn as assetSlice,
|
|
7957
7962
|
Co as assetStageCompletionReducer,
|
|
7958
7963
|
ia as assetStageCompletionSlice,
|
|
7959
7964
|
No as assetStageReducer,
|
|
@@ -7969,85 +7974,85 @@ export {
|
|
|
7969
7974
|
md as assetTypeFieldsReducer,
|
|
7970
7975
|
ua as assetTypeFieldsSlice,
|
|
7971
7976
|
wd as assetTypeReducer,
|
|
7972
|
-
|
|
7977
|
+
fa as assetTypeSlice,
|
|
7973
7978
|
qd as authReducer,
|
|
7974
7979
|
Gt as authSlice,
|
|
7975
|
-
|
|
7980
|
+
zg as baseReducer,
|
|
7976
7981
|
Sc as baseReducers,
|
|
7977
|
-
|
|
7982
|
+
Mm as blobToBase64,
|
|
7978
7983
|
Ud as categoryReducer,
|
|
7979
7984
|
ya as categorySlice,
|
|
7980
7985
|
Ay as clearTokens,
|
|
7981
|
-
|
|
7982
|
-
|
|
7986
|
+
Em as constructUploadedFilePayloads,
|
|
7987
|
+
Om as coordinatesAreEqual,
|
|
7983
7988
|
F as createModelAdapter,
|
|
7984
|
-
|
|
7989
|
+
Fm as createMultiPointGeometry,
|
|
7985
7990
|
Eh as createOfflineAction,
|
|
7986
7991
|
k as createPayload,
|
|
7987
|
-
|
|
7988
|
-
|
|
7992
|
+
Tm as createPointGeometry,
|
|
7993
|
+
Pm as createSelectionAdapter,
|
|
7989
7994
|
Es as deleteAsset,
|
|
7990
7995
|
hr as deleteAssetAttachment,
|
|
7991
7996
|
qn as deleteAssetAttachments,
|
|
7992
|
-
|
|
7997
|
+
fs as deleteAssetProcedure,
|
|
7993
7998
|
Pr as deleteAssetProcedureAttachment,
|
|
7994
7999
|
Tr as deleteAssetProcedureAttachments,
|
|
7995
8000
|
rs as deleteAssetProcedureFieldValues,
|
|
7996
|
-
|
|
8001
|
+
Pf as deleteAssetProcedureFieldValuesAttachment,
|
|
7997
8002
|
Ot as deleteAssetProcedureFieldValuesAttachments,
|
|
7998
8003
|
Jr as deleteAssetProcedureFieldValuesMany,
|
|
7999
8004
|
xr as deleteAssetProcedureFields,
|
|
8000
|
-
|
|
8005
|
+
rf as deleteAssetProcedureFieldsAttachment,
|
|
8001
8006
|
qr as deleteAssetProcedureFieldsAttachments,
|
|
8002
|
-
|
|
8007
|
+
mf as deleteAssetProcedureFieldsMany,
|
|
8003
8008
|
ls as deleteAssetProcedureInstance,
|
|
8004
8009
|
to as deleteAssetProcedureInstances,
|
|
8005
8010
|
vs as deleteAssetProcedureStep,
|
|
8006
8011
|
Fs as deleteAssetProcedureStepFieldValues,
|
|
8007
|
-
|
|
8012
|
+
cA as deleteAssetProcedureStepFieldValuesAttachment,
|
|
8008
8013
|
It as deleteAssetProcedureStepFieldValuesAttachments,
|
|
8009
8014
|
Ro as deleteAssetProcedureStepFieldValuesMany,
|
|
8010
8015
|
gs as deleteAssetProcedureStepFields,
|
|
8011
|
-
|
|
8016
|
+
Lf as deleteAssetProcedureStepFieldsAttachment,
|
|
8012
8017
|
lo as deleteAssetProcedureStepFieldsAttachments,
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
|
|
8018
|
+
Xf as deleteAssetProcedureStepFieldsMany,
|
|
8019
|
+
AA as deleteAssetProcedureSteps,
|
|
8020
|
+
zf as deleteAssetProcedures,
|
|
8016
8021
|
$s as deleteAssetStage,
|
|
8017
8022
|
Ds as deleteAssetStageCompletion,
|
|
8018
8023
|
xs as deleteAssetStageCompletions,
|
|
8019
|
-
|
|
8020
|
-
|
|
8024
|
+
kA as deleteAssetStages,
|
|
8025
|
+
Qs as deleteAssetType,
|
|
8021
8026
|
Jo as deleteAssetTypeAttachment,
|
|
8022
8027
|
oa as deleteAssetTypeAttachments,
|
|
8023
8028
|
Ys as deleteAssetTypeFieldValues,
|
|
8024
|
-
|
|
8029
|
+
sy as deleteAssetTypeFieldValuesAttachment,
|
|
8025
8030
|
kt as deleteAssetTypeFieldValuesAttachments,
|
|
8026
8031
|
Fd as deleteAssetTypeFieldValuesMany,
|
|
8027
8032
|
hd as deleteAssetTypeFields,
|
|
8028
|
-
|
|
8033
|
+
$A as deleteAssetTypeFieldsAttachment,
|
|
8029
8034
|
ad as deleteAssetTypeFieldsAttachments,
|
|
8030
|
-
|
|
8031
|
-
|
|
8035
|
+
KA as deleteAssetTypeFieldsMany,
|
|
8036
|
+
hy as deleteAssetTypes,
|
|
8032
8037
|
ea as deleteAssets,
|
|
8033
|
-
|
|
8038
|
+
Ty as deleteCategories,
|
|
8034
8039
|
jd as deleteCategory,
|
|
8035
|
-
|
|
8036
|
-
|
|
8040
|
+
Nm as deleteConversation,
|
|
8041
|
+
Hm as deleteConversations,
|
|
8037
8042
|
$d as deleteDocumentAttachment,
|
|
8038
8043
|
Gd as deleteDocumentAttachments,
|
|
8039
8044
|
tu as deleteEmailDomain,
|
|
8040
|
-
|
|
8045
|
+
xy as deleteEmailDomains,
|
|
8041
8046
|
mi as deleteForm,
|
|
8042
8047
|
Ia as deleteFormRevision,
|
|
8043
|
-
|
|
8048
|
+
Ly as deleteFormRevisionAttachment,
|
|
8044
8049
|
hu as deleteFormRevisionAttachments,
|
|
8045
8050
|
Su as deleteFormRevisions,
|
|
8046
8051
|
bi as deleteFormSubmission,
|
|
8047
|
-
|
|
8052
|
+
ob as deleteFormSubmissionAttachment,
|
|
8048
8053
|
Et as deleteFormSubmissionAttachments,
|
|
8049
8054
|
Nt as deleteFormSubmissions,
|
|
8050
|
-
|
|
8055
|
+
sb as deleteForms,
|
|
8051
8056
|
_i as deleteGeoImage,
|
|
8052
8057
|
Lu as deleteGeoImages,
|
|
8053
8058
|
Di as deleteIssue,
|
|
@@ -8058,26 +8063,26 @@ export {
|
|
|
8058
8063
|
Mi as deleteIssueComment,
|
|
8059
8064
|
hl as deleteIssueCommentAttachment,
|
|
8060
8065
|
pl as deleteIssueCommentAttachments,
|
|
8061
|
-
|
|
8066
|
+
vb as deleteIssueComments,
|
|
8062
8067
|
AS as deleteIssueType,
|
|
8063
8068
|
vl as deleteIssueTypeAttachment,
|
|
8064
8069
|
wl as deleteIssueTypeAttachments,
|
|
8065
8070
|
Li as deleteIssueTypeFieldValues,
|
|
8066
|
-
|
|
8071
|
+
lS as deleteIssueTypeFieldValuesAttachment,
|
|
8067
8072
|
jt as deleteIssueTypeFieldValuesAttachments,
|
|
8068
|
-
|
|
8073
|
+
Jb as deleteIssueTypeFieldValuesMany,
|
|
8069
8074
|
Wl as deleteIssueTypeFields,
|
|
8070
|
-
|
|
8075
|
+
Bb as deleteIssueTypeFieldsAttachment,
|
|
8071
8076
|
Dl as deleteIssueTypeFieldsAttachments,
|
|
8072
|
-
|
|
8073
|
-
|
|
8077
|
+
sS as deleteIssueTypeFieldsMany,
|
|
8078
|
+
yS as deleteIssueTypes,
|
|
8074
8079
|
lh as deleteIssueUpdate,
|
|
8075
8080
|
hh as deleteIssueUpdates,
|
|
8076
8081
|
Tl as deleteIssues,
|
|
8077
|
-
|
|
8082
|
+
NS as deleteOrganization,
|
|
8078
8083
|
Fh as deleteOrganizationAccess,
|
|
8079
|
-
|
|
8080
|
-
|
|
8084
|
+
xS as deleteOrganizationAccesses,
|
|
8085
|
+
HS as deleteOrganizations,
|
|
8081
8086
|
pn as deleteProject,
|
|
8082
8087
|
cn as deleteProjectAccess,
|
|
8083
8088
|
Vh as deleteProjectAccesses,
|
|
@@ -8085,24 +8090,24 @@ export {
|
|
|
8085
8090
|
uc as deleteProjectAttachments,
|
|
8086
8091
|
tp as deleteProjectFile,
|
|
8087
8092
|
sp as deleteProjectFiles,
|
|
8088
|
-
|
|
8093
|
+
yg as deleteProjects,
|
|
8089
8094
|
bn as deleteTeam,
|
|
8090
|
-
|
|
8091
|
-
|
|
8092
|
-
|
|
8095
|
+
An as deleteTeamMembership,
|
|
8096
|
+
Rg as deleteTeamMemberships,
|
|
8097
|
+
Eg as deleteTeams,
|
|
8093
8098
|
bh as deleteUser,
|
|
8094
|
-
|
|
8099
|
+
kS as deleteUsers,
|
|
8095
8100
|
xp as dequeue,
|
|
8096
8101
|
kc as discard,
|
|
8097
8102
|
Hd as documentAttachmentReducer,
|
|
8098
8103
|
Sa as documentAttachmentSlice,
|
|
8099
8104
|
ga as documentSlice,
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
|
|
8105
|
+
Zd as documentsReducer,
|
|
8106
|
+
jm as downloadFile,
|
|
8107
|
+
qm as downloadInMemoryFile,
|
|
8103
8108
|
nu as emailDomainsReducer,
|
|
8104
8109
|
_a as emailDomainsSlice,
|
|
8105
|
-
|
|
8110
|
+
$m as emailRegex,
|
|
8106
8111
|
Dp as enqueue,
|
|
8107
8112
|
Mh as enqueueRequest,
|
|
8108
8113
|
b as fallbackToEmptyArray,
|
|
@@ -8122,24 +8127,24 @@ export {
|
|
|
8122
8127
|
qa as formSubmissionSlice,
|
|
8123
8128
|
Wu as geoImageReducer,
|
|
8124
8129
|
ja as geoImageSlice,
|
|
8125
|
-
|
|
8130
|
+
km as getFileIdentifier,
|
|
8126
8131
|
Jt as getFileS3Key,
|
|
8127
8132
|
Jc as getLocalDateString,
|
|
8128
|
-
|
|
8133
|
+
wm as getLocalRelativeDateString,
|
|
8129
8134
|
Be as getOutboxCoordinator,
|
|
8130
8135
|
er as getRenamedFile,
|
|
8131
8136
|
We as hashFile,
|
|
8132
|
-
|
|
8137
|
+
B_ as initSDK,
|
|
8133
8138
|
es as initializeAssetAttachments,
|
|
8134
8139
|
br as initializeAssetProcedureAttachments,
|
|
8135
8140
|
Wr as initializeAssetProcedureFieldValues,
|
|
8136
8141
|
$r as initializeAssetProcedureFieldValuesAttachments,
|
|
8137
8142
|
zr as initializeAssetProcedureFields,
|
|
8138
8143
|
vr as initializeAssetProcedureFieldsAttachments,
|
|
8139
|
-
|
|
8144
|
+
Qr as initializeAssetProcedureInstances,
|
|
8140
8145
|
To as initializeAssetProcedureStepFieldValues,
|
|
8141
8146
|
yo as initializeAssetProcedureStepFieldValuesAttachments,
|
|
8142
|
-
|
|
8147
|
+
fo as initializeAssetProcedureStepFields,
|
|
8143
8148
|
ro as initializeAssetProcedureStepFieldsAttachments,
|
|
8144
8149
|
wo as initializeAssetProcedureSteps,
|
|
8145
8150
|
no as initializeAssetProcedures,
|
|
@@ -8147,7 +8152,7 @@ export {
|
|
|
8147
8152
|
Bo as initializeAssetStages,
|
|
8148
8153
|
Wo as initializeAssetTypeAttachments,
|
|
8149
8154
|
_d as initializeAssetTypeFieldValues,
|
|
8150
|
-
|
|
8155
|
+
fd as initializeAssetTypeFieldValuesAttachments,
|
|
8151
8156
|
dd as initializeAssetTypeFields,
|
|
8152
8157
|
sd as initializeAssetTypeFieldsAttachments,
|
|
8153
8158
|
Id as initializeAssetTypes,
|
|
@@ -8155,9 +8160,9 @@ export {
|
|
|
8155
8160
|
Ed as initializeCategories,
|
|
8156
8161
|
ar as initializeConversations,
|
|
8157
8162
|
Dd as initializeDocumentAttachments,
|
|
8158
|
-
|
|
8163
|
+
Qd as initializeEmailDomains,
|
|
8159
8164
|
du as initializeFormRevisionAttachments,
|
|
8160
|
-
|
|
8165
|
+
Au as initializeFormRevisions,
|
|
8161
8166
|
vu as initializeFormSubmissionAttachments,
|
|
8162
8167
|
Mu as initializeFormSubmissions,
|
|
8163
8168
|
Tu as initializeForms,
|
|
@@ -8165,7 +8170,7 @@ export {
|
|
|
8165
8170
|
Ku as initializeIssueAssociations,
|
|
8166
8171
|
Ii as initializeIssueAttachments,
|
|
8167
8172
|
wi as initializeIssueCommentAttachments,
|
|
8168
|
-
|
|
8173
|
+
Fb as initializeIssueComments,
|
|
8169
8174
|
Ci as initializeIssueTypeAttachments,
|
|
8170
8175
|
$l as initializeIssueTypeFieldValues,
|
|
8171
8176
|
Jl as initializeIssueTypeFieldValuesAttachments,
|
|
@@ -8178,12 +8183,12 @@ export {
|
|
|
8178
8183
|
Ih as initializeOrganizations,
|
|
8179
8184
|
Dh as initializeProjectAccesses,
|
|
8180
8185
|
Gh as initializeProjectAttachments,
|
|
8181
|
-
|
|
8186
|
+
Qh as initializeProjectFiles,
|
|
8182
8187
|
dp as initializeProjects,
|
|
8183
|
-
|
|
8188
|
+
Ap as initializeTeamMemberships,
|
|
8184
8189
|
_p as initializeTeams,
|
|
8185
|
-
|
|
8186
|
-
|
|
8190
|
+
Ah as initializeUsers,
|
|
8191
|
+
vm as isToday,
|
|
8187
8192
|
el as issueAssociationReducer,
|
|
8188
8193
|
za as issueAssociationSlice,
|
|
8189
8194
|
ol as issueAttachmentReducer,
|
|
@@ -8205,16 +8210,16 @@ export {
|
|
|
8205
8210
|
Yl as issueTypeFieldsReducer,
|
|
8206
8211
|
Ya as issueTypeFieldsSlice,
|
|
8207
8212
|
rh as issueTypeReducer,
|
|
8208
|
-
|
|
8209
|
-
|
|
8213
|
+
Za as issueTypeSlice,
|
|
8214
|
+
fh as issueUpdateReducer,
|
|
8210
8215
|
ec as issueUpdateSlice,
|
|
8211
|
-
|
|
8216
|
+
zm as logOnlyOnce,
|
|
8212
8217
|
jh as markAsDeleted,
|
|
8213
|
-
|
|
8218
|
+
XS as markForDeletion,
|
|
8214
8219
|
Rn as memoize,
|
|
8215
8220
|
Yd as moveDocument,
|
|
8216
8221
|
T as offline,
|
|
8217
|
-
|
|
8222
|
+
Cm as onlyUniqueHashes,
|
|
8218
8223
|
nr as onlyUniqueOfflineIds,
|
|
8219
8224
|
Oh as organizationAccessReducer,
|
|
8220
8225
|
ic as organizationAccessSlice,
|
|
@@ -8222,169 +8227,169 @@ export {
|
|
|
8222
8227
|
ac as organizationSlice,
|
|
8223
8228
|
Uh as outboxReducer,
|
|
8224
8229
|
cc as outboxSlice,
|
|
8225
|
-
|
|
8226
|
-
|
|
8230
|
+
Dg as overmapEnhancer,
|
|
8231
|
+
Ug as overmapReducer,
|
|
8227
8232
|
wp as overmapReducers,
|
|
8228
8233
|
Ic as performRequest,
|
|
8229
8234
|
Ch as projectAccessReducer,
|
|
8230
8235
|
rc as projectAccessSlice,
|
|
8231
|
-
|
|
8236
|
+
Zh as projectAttachmentReducer,
|
|
8232
8237
|
dc as projectAttachmentSlice,
|
|
8233
8238
|
op as projectFileReducer,
|
|
8234
8239
|
lc as projectFileSlice,
|
|
8235
8240
|
lp as projectReducer,
|
|
8236
8241
|
hc as projectSlice,
|
|
8237
|
-
|
|
8242
|
+
fp as rehydratedReducer,
|
|
8238
8243
|
mc as rehydratedSlice,
|
|
8239
8244
|
ri as removeDocuments,
|
|
8240
8245
|
Yi as removeIssueType,
|
|
8241
|
-
|
|
8246
|
+
dg as resetProjectFileObjectUrls,
|
|
8242
8247
|
y as restructureCreateSelectorWithArgs,
|
|
8243
8248
|
ap as saveActiveProjectFileBounds,
|
|
8244
|
-
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
|
|
8248
|
-
|
|
8249
|
+
yy as selectAccessToken,
|
|
8250
|
+
tg as selectAccessesByUserOfProject,
|
|
8251
|
+
bg as selectAccessibleProjects,
|
|
8252
|
+
VS as selectActiveOrganizationAccess,
|
|
8253
|
+
lg as selectActiveProjectFileId,
|
|
8249
8254
|
Ld as selectAllDocumentAttachments,
|
|
8250
8255
|
Yh as selectAllProjectAttachments,
|
|
8251
|
-
|
|
8252
|
-
|
|
8256
|
+
qy as selectAncestorIdsOfDocument,
|
|
8257
|
+
fr as selectAssetAttachmentById,
|
|
8253
8258
|
pr as selectAssetAttachmentMapping,
|
|
8254
8259
|
mr as selectAssetAttachments,
|
|
8255
8260
|
Ms as selectAssetById,
|
|
8256
8261
|
Rr as selectAssetProcedureAttachmentById,
|
|
8257
8262
|
Fr as selectAssetProcedureAttachmentMapping,
|
|
8258
8263
|
Or as selectAssetProcedureAttachments,
|
|
8259
|
-
|
|
8264
|
+
As as selectAssetProcedureById,
|
|
8260
8265
|
Vn as selectAssetProcedureFieldValues,
|
|
8261
|
-
|
|
8266
|
+
Tf as selectAssetProcedureFieldValuesAttachmentById,
|
|
8262
8267
|
Br as selectAssetProcedureFieldValuesAttachments,
|
|
8263
8268
|
Lr as selectAssetProcedureFieldValuesAttachmentsByIds,
|
|
8264
8269
|
Dn as selectAssetProcedureFieldValuesAttachmentsMapping,
|
|
8265
8270
|
os as selectAssetProcedureFieldValuesById,
|
|
8266
|
-
|
|
8267
|
-
|
|
8271
|
+
Xr as selectAssetProcedureFieldValuesMapping,
|
|
8272
|
+
Rf as selectAssetProcedureFieldValuesOfAsset,
|
|
8268
8273
|
zn as selectAssetProcedureFields,
|
|
8269
|
-
|
|
8274
|
+
df as selectAssetProcedureFieldsAttachmentById,
|
|
8270
8275
|
Mr as selectAssetProcedureFieldsAttachments,
|
|
8271
8276
|
Er as selectAssetProcedureFieldsAttachmentsMapping,
|
|
8272
|
-
|
|
8277
|
+
yf as selectAssetProcedureFieldsById,
|
|
8273
8278
|
Vr as selectAssetProcedureFieldsMapping,
|
|
8274
|
-
|
|
8279
|
+
ff as selectAssetProcedureFieldsOfAssetProcedure,
|
|
8275
8280
|
hs as selectAssetProcedureInstanceById,
|
|
8276
8281
|
Gn as selectAssetProcedureInstances,
|
|
8277
|
-
|
|
8282
|
+
Ef as selectAssetProcedureInstancesByIds,
|
|
8278
8283
|
$n as selectAssetProcedureInstancesMapping,
|
|
8279
8284
|
so as selectAssetProcedureInstancesOfAssetProcedure,
|
|
8280
|
-
|
|
8285
|
+
qf as selectAssetProcedureInstancesOfAssetType,
|
|
8281
8286
|
ws as selectAssetProcedureStepById,
|
|
8282
8287
|
xt as selectAssetProcedureStepFieldValues,
|
|
8283
|
-
|
|
8288
|
+
rA as selectAssetProcedureStepFieldValuesAttachmentById,
|
|
8284
8289
|
So as selectAssetProcedureStepFieldValuesAttachments,
|
|
8285
8290
|
go as selectAssetProcedureStepFieldValuesAttachmentsByIds,
|
|
8286
8291
|
Jn as selectAssetProcedureStepFieldValuesAttachmentsMapping,
|
|
8287
8292
|
Os as selectAssetProcedureStepFieldValuesById,
|
|
8288
8293
|
Io as selectAssetProcedureStepFieldValuesMapping,
|
|
8289
|
-
|
|
8290
|
-
|
|
8291
|
-
|
|
8294
|
+
uA as selectAssetProcedureStepFieldValuesOfAsset,
|
|
8295
|
+
lA as selectAssetProcedureStepFieldValuesOfAssetProcedureInstance,
|
|
8296
|
+
hA as selectAssetProcedureStepFieldValuesOfAssetProcedureStep,
|
|
8292
8297
|
Kn as selectAssetProcedureStepFields,
|
|
8293
|
-
|
|
8298
|
+
Hf as selectAssetProcedureStepFieldsAttachmentById,
|
|
8294
8299
|
po as selectAssetProcedureStepFieldsAttachments,
|
|
8295
8300
|
ho as selectAssetProcedureStepFieldsAttachmentsMapping,
|
|
8296
|
-
|
|
8301
|
+
tA as selectAssetProcedureStepFieldsById,
|
|
8297
8302
|
Wn as selectAssetProcedureStepFieldsMapping,
|
|
8298
|
-
|
|
8303
|
+
Zf as selectAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
8299
8304
|
Vt as selectAssetProcedureStepMapping,
|
|
8300
8305
|
Eo as selectAssetProcedureSteps,
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8306
|
+
SA as selectAssetProcedureStepsByIds,
|
|
8307
|
+
yA as selectAssetProcedureStepsMappingOfAssetProcedure,
|
|
8308
|
+
bA as selectAssetProcedureStepsOfAssetProcedure,
|
|
8304
8309
|
ao as selectAssetProcedures,
|
|
8305
|
-
|
|
8310
|
+
xf as selectAssetProceduresByIds,
|
|
8306
8311
|
Ln as selectAssetProceduresMapping,
|
|
8307
|
-
|
|
8312
|
+
Vf as selectAssetProceduresOfOrganization,
|
|
8308
8313
|
Gs as selectAssetStageById,
|
|
8309
8314
|
$o as selectAssetStageCompletionById,
|
|
8310
8315
|
na as selectAssetStageCompletionMapping,
|
|
8311
|
-
|
|
8316
|
+
RA as selectAssetStageCompletions,
|
|
8312
8317
|
Go as selectAssetStageCompletionsByIds,
|
|
8313
8318
|
Ho as selectAssetStages,
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
|
|
8319
|
-
|
|
8319
|
+
MA as selectAssetStagesByIds,
|
|
8320
|
+
qA as selectAssetStagesMappingOfAssetProcedure,
|
|
8321
|
+
EA as selectAssetStagesOfAssetProcedure,
|
|
8322
|
+
Qo as selectAssetTypeAttachmentById,
|
|
8323
|
+
Xo as selectAssetTypeAttachmentMapping,
|
|
8324
|
+
Zo as selectAssetTypeAttachments,
|
|
8320
8325
|
ei as selectAssetTypeById,
|
|
8321
8326
|
ma as selectAssetTypeFieldValues,
|
|
8322
|
-
|
|
8327
|
+
iy as selectAssetTypeFieldValuesAttachmentById,
|
|
8323
8328
|
yd as selectAssetTypeFieldValuesAttachments,
|
|
8324
8329
|
bd as selectAssetTypeFieldValuesAttachmentsByIds,
|
|
8325
8330
|
ha as selectAssetTypeFieldValuesAttachmentsMapping,
|
|
8326
8331
|
Js as selectAssetTypeFieldValuesById,
|
|
8327
8332
|
Od as selectAssetTypeFieldValuesMapping,
|
|
8328
|
-
|
|
8333
|
+
cy as selectAssetTypeFieldValuesOfAsset,
|
|
8329
8334
|
$t as selectAssetTypeFields,
|
|
8330
|
-
|
|
8335
|
+
BA as selectAssetTypeFieldsAttachmentById,
|
|
8331
8336
|
rd as selectAssetTypeFieldsAttachments,
|
|
8332
8337
|
cd as selectAssetTypeFieldsAttachmentsMapping,
|
|
8333
|
-
|
|
8338
|
+
XA as selectAssetTypeFieldsById,
|
|
8334
8339
|
pd as selectAssetTypeFieldsMapping,
|
|
8335
|
-
|
|
8336
|
-
|
|
8340
|
+
YA as selectAssetTypeFieldsOfAssetType,
|
|
8341
|
+
ry as selectAssetTypeValuesOfAssetType,
|
|
8337
8342
|
vd as selectAssetTypes,
|
|
8338
|
-
|
|
8339
|
-
|
|
8340
|
-
|
|
8343
|
+
py as selectAssetTypesByIds,
|
|
8344
|
+
Aa as selectAssetTypesMapping,
|
|
8345
|
+
my as selectAssetTypesOfOrganization,
|
|
8341
8346
|
jo as selectAssets,
|
|
8342
8347
|
zo as selectAssetsByIds,
|
|
8343
8348
|
ta as selectAssetsMapping,
|
|
8344
8349
|
sa as selectAssetsOfAssetType,
|
|
8345
|
-
|
|
8346
|
-
|
|
8350
|
+
Ar as selectAttachmentsOfAsset,
|
|
8351
|
+
tf as selectAttachmentsOfAssetProcedure,
|
|
8347
8352
|
Nr as selectAttachmentsOfAssetProcedureFieldValues,
|
|
8348
|
-
|
|
8353
|
+
of as selectAttachmentsOfAssetProcedureFields,
|
|
8349
8354
|
_o as selectAttachmentsOfAssetProcedureStepFieldValues,
|
|
8350
|
-
|
|
8355
|
+
Nf as selectAttachmentsOfAssetProcedureStepFields,
|
|
8351
8356
|
ed as selectAttachmentsOfAssetType,
|
|
8352
8357
|
Sd as selectAttachmentsOfAssetTypeFieldValues,
|
|
8353
|
-
|
|
8354
|
-
|
|
8355
|
-
|
|
8358
|
+
GA as selectAttachmentsOfAssetTypeFields,
|
|
8359
|
+
wy as selectAttachmentsOfDocument,
|
|
8360
|
+
Ny as selectAttachmentsOfFormRevision,
|
|
8356
8361
|
qu as selectAttachmentsOfFormSubmission,
|
|
8357
8362
|
cl as selectAttachmentsOfIssue,
|
|
8358
|
-
|
|
8359
|
-
|
|
8363
|
+
Tb as selectAttachmentsOfIssueComment,
|
|
8364
|
+
xb as selectAttachmentsOfIssueType,
|
|
8360
8365
|
eh as selectAttachmentsOfIssueTypeFieldValues,
|
|
8361
|
-
|
|
8362
|
-
|
|
8366
|
+
Lb as selectAttachmentsOfIssueTypeFields,
|
|
8367
|
+
Xh as selectAttachmentsOfProject,
|
|
8363
8368
|
zd as selectCategories,
|
|
8364
|
-
|
|
8365
|
-
|
|
8369
|
+
Fy as selectCategoriesByIds,
|
|
8370
|
+
Oy as selectCategoriesOfProject,
|
|
8366
8371
|
ni as selectCategoryById,
|
|
8367
8372
|
ba as selectCategoryMapping,
|
|
8368
|
-
|
|
8369
|
-
|
|
8373
|
+
wb as selectCommentsOfIssue,
|
|
8374
|
+
Km as selectConversation,
|
|
8370
8375
|
vn as selectConversationMapping,
|
|
8371
|
-
|
|
8376
|
+
Wm as selectConversations,
|
|
8372
8377
|
gh as selectCurrentUser,
|
|
8373
|
-
|
|
8378
|
+
YS as selectDeletedRequests,
|
|
8374
8379
|
Nd as selectDocumentAttachmentById,
|
|
8375
8380
|
Bd as selectDocumentAttachmentMapping,
|
|
8376
|
-
|
|
8381
|
+
Xd as selectDocumentById,
|
|
8377
8382
|
Jd as selectDocuments,
|
|
8378
|
-
|
|
8383
|
+
ky as selectDocumentsByIds,
|
|
8379
8384
|
Ke as selectDocumentsMapping,
|
|
8380
8385
|
iu as selectEmailDomains,
|
|
8381
8386
|
su as selectEmailDomainsAsMapping,
|
|
8382
|
-
|
|
8383
|
-
|
|
8387
|
+
Vy as selectEmailDomainsOfOrganization,
|
|
8388
|
+
If as selectFieldValuesOfAssetProcedureInstance,
|
|
8384
8389
|
Iu as selectFormById,
|
|
8385
8390
|
Ou as selectFormMapping,
|
|
8386
8391
|
pu as selectFormRevisionAttachmentsMapping,
|
|
8387
|
-
|
|
8392
|
+
Yy as selectFormRevisionById,
|
|
8388
8393
|
Bt as selectFormRevisionMapping,
|
|
8389
8394
|
gu as selectFormRevisions,
|
|
8390
8395
|
_u as selectFormRevisionsOfForm,
|
|
@@ -8397,26 +8402,26 @@ export {
|
|
|
8397
8402
|
zu as selectFormSubmissionsOfForm,
|
|
8398
8403
|
Uu as selectFormSubmissionsOfIssue,
|
|
8399
8404
|
Ru as selectForms,
|
|
8400
|
-
|
|
8405
|
+
ib as selectFormsOfOrganization,
|
|
8401
8406
|
Pi as selectGeoImageById,
|
|
8402
8407
|
Nu as selectGeoImageMapping,
|
|
8403
8408
|
Hu as selectGeoImages,
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
|
|
8409
|
+
hb as selectGeoImagesOfProject,
|
|
8410
|
+
hg as selectIsImportingProjectFile,
|
|
8411
|
+
by as selectIsLoggedIn,
|
|
8407
8412
|
Ju as selectIssueAssociationById,
|
|
8408
8413
|
pt as selectIssueAssociationMapping,
|
|
8409
8414
|
Ab as selectIssueAssociations,
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8415
|
+
Qu as selectIssueAssociationsOfAsset,
|
|
8416
|
+
Zu as selectIssueAssociationsOfIssue,
|
|
8417
|
+
Xu as selectIssueAssociationsToIssue,
|
|
8413
8418
|
rl as selectIssueAttachmentById,
|
|
8414
8419
|
nl as selectIssueAttachmentMapping,
|
|
8415
8420
|
al as selectIssueAttachments,
|
|
8416
8421
|
xi as selectIssueById,
|
|
8417
|
-
|
|
8422
|
+
Al as selectIssueCommentAttachmentById,
|
|
8418
8423
|
ml as selectIssueCommentAttachmentMapping,
|
|
8419
|
-
|
|
8424
|
+
fl as selectIssueCommentAttachments,
|
|
8420
8425
|
ji as selectIssueCommentById,
|
|
8421
8426
|
Sl as selectIssueCommentMapping,
|
|
8422
8427
|
La as selectIssueMapping,
|
|
@@ -8425,45 +8430,45 @@ export {
|
|
|
8425
8430
|
ql as selectIssueTypeAttachments,
|
|
8426
8431
|
Ji as selectIssueTypeById,
|
|
8427
8432
|
Ka as selectIssueTypeFieldValues,
|
|
8428
|
-
|
|
8429
|
-
|
|
8430
|
-
|
|
8431
|
-
|
|
8433
|
+
hS as selectIssueTypeFieldValuesAttachmentById,
|
|
8434
|
+
Zl as selectIssueTypeFieldValuesAttachments,
|
|
8435
|
+
Ql as selectIssueTypeFieldValuesAttachmentsByIds,
|
|
8436
|
+
Xa as selectIssueTypeFieldValuesAttachmentsMapping,
|
|
8432
8437
|
Ni as selectIssueTypeFieldValuesById,
|
|
8433
8438
|
Gl as selectIssueTypeFieldValuesMapping,
|
|
8434
|
-
|
|
8439
|
+
Xb as selectIssueTypeFieldValuesOfIssue,
|
|
8435
8440
|
Ht as selectIssueTypeFields,
|
|
8436
|
-
|
|
8441
|
+
Nb as selectIssueTypeFieldsAttachmentById,
|
|
8437
8442
|
Vl as selectIssueTypeFieldsAttachments,
|
|
8438
8443
|
xl as selectIssueTypeFieldsAttachmentsMapping,
|
|
8439
|
-
|
|
8444
|
+
cS as selectIssueTypeFieldsById,
|
|
8440
8445
|
Kl as selectIssueTypeFieldsMapping,
|
|
8441
|
-
|
|
8446
|
+
iS as selectIssueTypeFieldsOfIssueType,
|
|
8442
8447
|
ah as selectIssueTypeMapping,
|
|
8443
|
-
|
|
8448
|
+
aS as selectIssueTypeValuesOfIssueType,
|
|
8444
8449
|
ch as selectIssueTypes,
|
|
8445
|
-
|
|
8446
|
-
|
|
8450
|
+
bS as selectIssueTypesByIds,
|
|
8451
|
+
SS as selectIssueTypesOfOrganization,
|
|
8447
8452
|
ph as selectIssueUpdateMapping,
|
|
8448
8453
|
mh as selectIssueUpdatesOfIssue,
|
|
8449
|
-
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
|
|
8457
|
-
|
|
8458
|
-
|
|
8459
|
-
|
|
8460
|
-
|
|
8461
|
-
|
|
8454
|
+
Mb as selectIssues,
|
|
8455
|
+
jb as selectIssuesByIds,
|
|
8456
|
+
Qa as selectIssuesOfIssueType,
|
|
8457
|
+
gS as selectIssuesOfIssueTypeCount,
|
|
8458
|
+
Af as selectLatestAssetProcedureFieldsOfAssetProcedure,
|
|
8459
|
+
Qf as selectLatestAssetProcedureStepFieldsOfAssetProcedureStep,
|
|
8460
|
+
JA as selectLatestAssetTypeFieldsOfAssetType,
|
|
8461
|
+
eA as selectLatestFieldsByAssetProcedureStep,
|
|
8462
|
+
Jy as selectLatestFormRevisionOfForm,
|
|
8463
|
+
nS as selectLatestIssueTypeFieldsOfIssueType,
|
|
8464
|
+
JS as selectLatestRetryTime,
|
|
8465
|
+
Ig as selectMembershipsByUserOfTeam,
|
|
8466
|
+
TA as selectNumberOfAssetsOfAssetType,
|
|
8462
8467
|
en as selectOrganizationAccessById,
|
|
8463
8468
|
nc as selectOrganizationAccessMapping,
|
|
8464
8469
|
Rh as selectOrganizationAccessUserMapping,
|
|
8465
|
-
|
|
8466
|
-
|
|
8470
|
+
KS as selectOrganizationById,
|
|
8471
|
+
WS as selectOrganizations,
|
|
8467
8472
|
kh as selectOrganizationsMapping,
|
|
8468
8473
|
rn as selectProjectAccessById,
|
|
8469
8474
|
oc as selectProjectAccessMapping,
|
|
@@ -8472,263 +8477,263 @@ export {
|
|
|
8472
8477
|
Jh as selectProjectAttachmentById,
|
|
8473
8478
|
Kh as selectProjectAttachmentMapping,
|
|
8474
8479
|
pp as selectProjectById,
|
|
8475
|
-
|
|
8480
|
+
ug as selectProjectFileById,
|
|
8476
8481
|
cp as selectProjectFileMapping,
|
|
8477
8482
|
rp as selectProjectFiles,
|
|
8478
8483
|
hp as selectProjectMapping,
|
|
8479
8484
|
pc as selectProjects,
|
|
8480
|
-
|
|
8481
|
-
|
|
8482
|
-
|
|
8485
|
+
Sg as selectProjectsOfOrganization,
|
|
8486
|
+
_g as selectRehydrated,
|
|
8487
|
+
Ey as selectRootDocuments,
|
|
8483
8488
|
Ct as selectStageMapping,
|
|
8484
8489
|
Sn as selectTeamById,
|
|
8485
8490
|
gp as selectTeamMembershipById,
|
|
8486
|
-
|
|
8491
|
+
Ac as selectTeamMemberships,
|
|
8487
8492
|
Sp as selectTeamMembershipsMapping,
|
|
8488
8493
|
Fp as selectTeams,
|
|
8489
|
-
|
|
8494
|
+
Mg as selectTeamsByIds,
|
|
8490
8495
|
bc as selectTeamsMapping,
|
|
8491
|
-
|
|
8496
|
+
jg as selectTeamsOfOrganization,
|
|
8492
8497
|
ru as selectUploadUrl,
|
|
8493
8498
|
_h as selectUserById,
|
|
8494
8499
|
sc as selectUsers,
|
|
8495
|
-
|
|
8500
|
+
MS as selectUsersByIds,
|
|
8496
8501
|
Wt as selectUsersMapping,
|
|
8497
|
-
|
|
8498
|
-
|
|
8499
|
-
|
|
8502
|
+
CS as selectUsersOfOrganization,
|
|
8503
|
+
sg as selectUsersOfProject,
|
|
8504
|
+
vg as selectUsersOfTeam,
|
|
8500
8505
|
np as setActiveProjectFileId,
|
|
8501
|
-
|
|
8506
|
+
_A as setAsset,
|
|
8502
8507
|
ur as setAssetAttachment,
|
|
8503
|
-
|
|
8504
|
-
|
|
8508
|
+
Jm as setAssetAttachments,
|
|
8509
|
+
Uf as setAssetProcedure,
|
|
8505
8510
|
gr as setAssetProcedureAttachment,
|
|
8506
8511
|
Qm as setAssetProcedureAttachments,
|
|
8507
|
-
|
|
8508
|
-
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8512
|
+
Ff as setAssetProcedureFieldValues,
|
|
8513
|
+
Sf as setAssetProcedureFieldValuesAttachment,
|
|
8514
|
+
gf as setAssetProcedureFieldValuesAttachments,
|
|
8515
|
+
Of as setAssetProcedureFieldValuesMany,
|
|
8516
|
+
lf as setAssetProcedureFields,
|
|
8517
|
+
nf as setAssetProcedureFieldsAttachment,
|
|
8518
|
+
af as setAssetProcedureFieldsAttachments,
|
|
8519
|
+
hf as setAssetProcedureFieldsMany,
|
|
8520
|
+
wf as setAssetProcedureInstance,
|
|
8521
|
+
kf as setAssetProcedureInstances,
|
|
8517
8522
|
ko as setAssetProcedureStep,
|
|
8518
|
-
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
|
|
8522
|
-
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8523
|
+
oA as setAssetProcedureStepFieldValues,
|
|
8524
|
+
iA as setAssetProcedureStepFieldValuesAttachment,
|
|
8525
|
+
nA as setAssetProcedureStepFieldValuesAttachments,
|
|
8526
|
+
dA as setAssetProcedureStepFieldValuesMany,
|
|
8527
|
+
Kf as setAssetProcedureStepFields,
|
|
8528
|
+
$f as setAssetProcedureStepFieldsAttachment,
|
|
8529
|
+
Gf as setAssetProcedureStepFieldsAttachments,
|
|
8530
|
+
Yf as setAssetProcedureStepFieldsMany,
|
|
8531
|
+
pA as setAssetProcedureSteps,
|
|
8532
|
+
Df as setAssetProcedures,
|
|
8528
8533
|
Lo as setAssetStage,
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
|
|
8532
|
-
|
|
8534
|
+
FA as setAssetStageCompletion,
|
|
8535
|
+
OA as setAssetStageCompletions,
|
|
8536
|
+
IA as setAssetStages,
|
|
8537
|
+
oy as setAssetType,
|
|
8533
8538
|
Ko as setAssetTypeAttachment,
|
|
8534
|
-
|
|
8535
|
-
|
|
8536
|
-
|
|
8537
|
-
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
|
|
8542
|
-
|
|
8543
|
-
|
|
8544
|
-
|
|
8545
|
-
|
|
8546
|
-
|
|
8539
|
+
zA as setAssetTypeAttachments,
|
|
8540
|
+
ny as setAssetTypeFieldValues,
|
|
8541
|
+
QA as setAssetTypeFieldValuesAttachment,
|
|
8542
|
+
ey as setAssetTypeFieldValuesAttachments,
|
|
8543
|
+
ay as setAssetTypeFieldValuesMany,
|
|
8544
|
+
NA as setAssetTypeFields,
|
|
8545
|
+
xA as setAssetTypeFieldsAttachment,
|
|
8546
|
+
VA as setAssetTypeFieldsAttachments,
|
|
8547
|
+
HA as setAssetTypeFieldsMany,
|
|
8548
|
+
dy as setAssetTypes,
|
|
8549
|
+
PA as setAssets,
|
|
8550
|
+
_y as setCategories,
|
|
8551
|
+
gy as setCategory,
|
|
8547
8552
|
rr as setConversation,
|
|
8548
|
-
|
|
8549
|
-
|
|
8553
|
+
Bm as setConversations,
|
|
8554
|
+
qS as setCurrentUser,
|
|
8550
8555
|
Vd as setDocumentAttachment,
|
|
8551
|
-
|
|
8556
|
+
Iy as setDocumentAttachments,
|
|
8552
8557
|
Wd as setDocuments,
|
|
8553
|
-
|
|
8554
|
-
|
|
8558
|
+
jy as setEmailDomain,
|
|
8559
|
+
zy as setEmailDomains,
|
|
8555
8560
|
Zy as setForm,
|
|
8556
8561
|
bu as setFormRevision,
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
8560
|
-
|
|
8561
|
-
|
|
8562
|
-
|
|
8563
|
-
|
|
8562
|
+
$y as setFormRevisionAttachment,
|
|
8563
|
+
Gy as setFormRevisionAttachments,
|
|
8564
|
+
Hy as setFormRevisions,
|
|
8565
|
+
At as setFormSubmission,
|
|
8566
|
+
ab as setFormSubmissionAttachment,
|
|
8567
|
+
cb as setFormSubmissionAttachments,
|
|
8568
|
+
db as setFormSubmissions,
|
|
8564
8569
|
Qy as setForms,
|
|
8565
8570
|
at as setGeoImage,
|
|
8566
8571
|
Cu as setGeoImages,
|
|
8567
8572
|
ip as setIsImportingProjectFile,
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8573
|
+
kb as setIssue,
|
|
8574
|
+
mb as setIssueAssociation,
|
|
8575
|
+
pb as setIssueAssociations,
|
|
8571
8576
|
tl as setIssueAttachment,
|
|
8572
|
-
|
|
8577
|
+
bb as setIssueAttachments,
|
|
8573
8578
|
Ei as setIssueComment,
|
|
8574
8579
|
ul as setIssueCommentAttachment,
|
|
8575
|
-
|
|
8580
|
+
_b as setIssueCommentAttachments,
|
|
8576
8581
|
bl as setIssueComments,
|
|
8577
8582
|
rt as setIssueType,
|
|
8578
8583
|
Rl as setIssueTypeAttachment,
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8582
|
-
|
|
8583
|
-
|
|
8584
|
+
Ub as setIssueTypeAttachments,
|
|
8585
|
+
Wb as setIssueTypeFieldValues,
|
|
8586
|
+
oS as setIssueTypeFieldValuesAttachment,
|
|
8587
|
+
dS as setIssueTypeFieldValuesAttachments,
|
|
8588
|
+
Kb as setIssueTypeFieldValuesMany,
|
|
8584
8589
|
Qb as setIssueTypeFields,
|
|
8585
|
-
|
|
8586
|
-
|
|
8587
|
-
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
|
|
8591
|
-
|
|
8590
|
+
Cb as setIssueTypeFieldsAttachment,
|
|
8591
|
+
$b as setIssueTypeFieldsAttachments,
|
|
8592
|
+
eS as setIssueTypeFieldsMany,
|
|
8593
|
+
mS as setIssueTypes,
|
|
8594
|
+
_S as setIssueUpdate,
|
|
8595
|
+
PS as setIssueUpdates,
|
|
8596
|
+
qb as setIssues,
|
|
8592
8597
|
kd as setLoggedIn,
|
|
8593
|
-
|
|
8594
|
-
|
|
8595
|
-
|
|
8596
|
-
|
|
8597
|
-
|
|
8598
|
-
|
|
8598
|
+
GS as setOrganization,
|
|
8599
|
+
zS as setOrganizationAccess,
|
|
8600
|
+
US as setOrganizationAccesses,
|
|
8601
|
+
$S as setOrganizations,
|
|
8602
|
+
ES as setProfilePicture,
|
|
8603
|
+
mg as setProject,
|
|
8599
8604
|
ZS as setProjectAccess,
|
|
8600
8605
|
QS as setProjectAccesses,
|
|
8601
8606
|
Lh as setProjectAttachment,
|
|
8602
8607
|
Nh as setProjectAttachments,
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8608
|
+
ag as setProjectFile,
|
|
8609
|
+
cg as setProjectFiles,
|
|
8610
|
+
pg as setProjects,
|
|
8611
|
+
gg as setRehydrated,
|
|
8607
8612
|
dt as setTeam,
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
|
|
8613
|
+
fn as setTeamMembership,
|
|
8614
|
+
Tg as setTeamMemberships,
|
|
8615
|
+
kg as setTeams,
|
|
8616
|
+
fy as setTokens,
|
|
8612
8617
|
cu as setUploadUrl,
|
|
8613
|
-
|
|
8614
|
-
|
|
8615
|
-
|
|
8616
|
-
|
|
8617
|
-
|
|
8618
|
+
RS as setUser,
|
|
8619
|
+
OS as setUsers,
|
|
8620
|
+
Rm as shallowEqual,
|
|
8621
|
+
xm as slugify,
|
|
8622
|
+
Dm as spacesToDashesLower,
|
|
8618
8623
|
bp as teamMembershipReducer,
|
|
8619
|
-
|
|
8624
|
+
fc as teamMembershipSlice,
|
|
8620
8625
|
Op as teamReducer,
|
|
8621
8626
|
yc as teamSlice,
|
|
8622
|
-
|
|
8627
|
+
Um as toFileNameSafeString,
|
|
8623
8628
|
ir as toOfflineIdRecord,
|
|
8624
|
-
|
|
8629
|
+
Vm as truncate,
|
|
8625
8630
|
st as updateAsset,
|
|
8626
|
-
|
|
8631
|
+
Xm as updateAssetAttachment,
|
|
8627
8632
|
lr as updateAssetAttachments,
|
|
8628
|
-
|
|
8629
|
-
|
|
8633
|
+
Qe as updateAssetProcedure,
|
|
8634
|
+
ef as updateAssetProcedureAttachment,
|
|
8630
8635
|
_r as updateAssetProcedureAttachments,
|
|
8631
|
-
|
|
8632
|
-
|
|
8636
|
+
Xe as updateAssetProcedureFieldValues,
|
|
8637
|
+
_f as updateAssetProcedureFieldValuesAttachment,
|
|
8633
8638
|
Gr as updateAssetProcedureFieldValuesAttachments,
|
|
8634
8639
|
Yr as updateAssetProcedureFieldValuesMany,
|
|
8635
8640
|
Dr as updateAssetProcedureFields,
|
|
8636
|
-
|
|
8641
|
+
cf as updateAssetProcedureFieldsAttachment,
|
|
8637
8642
|
kr as updateAssetProcedureFieldsAttachments,
|
|
8638
|
-
|
|
8639
|
-
|
|
8640
|
-
|
|
8643
|
+
pf as updateAssetProcedureFieldsMany,
|
|
8644
|
+
Ze as updateAssetProcedureInstance,
|
|
8645
|
+
vf as updateAssetProcedureInstances,
|
|
8641
8646
|
mt as updateAssetProcedureStep,
|
|
8642
8647
|
tt as updateAssetProcedureStepFieldValues,
|
|
8643
|
-
|
|
8648
|
+
aA as updateAssetProcedureStepFieldValuesAttachment,
|
|
8644
8649
|
bo as updateAssetProcedureStepFieldValuesAttachments,
|
|
8645
8650
|
Oo as updateAssetProcedureStepFieldValuesMany,
|
|
8646
8651
|
et as updateAssetProcedureStepFields,
|
|
8647
|
-
|
|
8652
|
+
Bf as updateAssetProcedureStepFieldsAttachment,
|
|
8648
8653
|
uo as updateAssetProcedureStepFieldsAttachments,
|
|
8649
|
-
|
|
8650
|
-
|
|
8651
|
-
|
|
8652
|
-
|
|
8654
|
+
Jf as updateAssetProcedureStepFieldsMany,
|
|
8655
|
+
fA as updateAssetProcedureSteps,
|
|
8656
|
+
jf as updateAssetProcedures,
|
|
8657
|
+
ft as updateAssetStage,
|
|
8653
8658
|
xo as updateAssetStageCompletion,
|
|
8654
8659
|
Vo as updateAssetStageCompletions,
|
|
8655
|
-
|
|
8660
|
+
wA as updateAssetStages,
|
|
8656
8661
|
nt as updateAssetType,
|
|
8657
|
-
|
|
8662
|
+
UA as updateAssetTypeAttachment,
|
|
8658
8663
|
Yo as updateAssetTypeAttachments,
|
|
8659
8664
|
it as updateAssetTypeFieldValues,
|
|
8660
|
-
|
|
8661
|
-
|
|
8665
|
+
ty as updateAssetTypeFieldValuesAttachment,
|
|
8666
|
+
Ad as updateAssetTypeFieldValuesAttachments,
|
|
8662
8667
|
Td as updateAssetTypeFieldValuesMany,
|
|
8663
8668
|
ld as updateAssetTypeFields,
|
|
8664
|
-
|
|
8669
|
+
CA as updateAssetTypeFieldsAttachment,
|
|
8665
8670
|
nd as updateAssetTypeFieldsAttachments,
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8671
|
+
WA as updateAssetTypeFieldsMany,
|
|
8672
|
+
ly as updateAssetTypes,
|
|
8673
|
+
gA as updateAssets,
|
|
8674
|
+
Py as updateCategories,
|
|
8670
8675
|
Md as updateCategory,
|
|
8671
8676
|
or as updateConversation,
|
|
8672
|
-
|
|
8673
|
-
|
|
8677
|
+
Lm as updateConversations,
|
|
8678
|
+
vy as updateDocumentAttachment,
|
|
8674
8679
|
Cd as updateDocumentAttachments,
|
|
8675
8680
|
Ce as updateDocuments,
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
+
Uy as updateEmailDomain,
|
|
8682
|
+
Dy as updateEmailDomains,
|
|
8683
|
+
eb as updateForm,
|
|
8684
|
+
Wy as updateFormRevision,
|
|
8685
|
+
By as updateFormRevisionAttachment,
|
|
8681
8686
|
lu as updateFormRevisionAttachments,
|
|
8682
|
-
|
|
8687
|
+
Ky as updateFormRevisions,
|
|
8683
8688
|
ju as updateFormSubmission,
|
|
8684
|
-
|
|
8689
|
+
rb as updateFormSubmissionAttachment,
|
|
8685
8690
|
wu as updateFormSubmissionAttachments,
|
|
8686
|
-
|
|
8687
|
-
|
|
8691
|
+
ub as updateFormSubmissions,
|
|
8692
|
+
tb as updateForms,
|
|
8688
8693
|
Bu as updateGeoImage,
|
|
8689
|
-
|
|
8694
|
+
lb as updateGeoImages,
|
|
8690
8695
|
yt as updateIssue,
|
|
8691
8696
|
Yu as updateIssueAssociation,
|
|
8692
|
-
|
|
8693
|
-
|
|
8697
|
+
fb as updateIssueAssociations,
|
|
8698
|
+
Sb as updateIssueAttachment,
|
|
8694
8699
|
sl as updateIssueAttachments,
|
|
8695
|
-
|
|
8696
|
-
|
|
8700
|
+
Rb as updateIssueComment,
|
|
8701
|
+
Pb as updateIssueCommentAttachment,
|
|
8697
8702
|
ll as updateIssueCommentAttachments,
|
|
8698
|
-
|
|
8703
|
+
Ib as updateIssueComments,
|
|
8699
8704
|
nh as updateIssueType,
|
|
8700
|
-
|
|
8705
|
+
Db as updateIssueTypeAttachment,
|
|
8701
8706
|
Il as updateIssueTypeAttachments,
|
|
8702
8707
|
ct as updateIssueTypeFieldValues,
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8708
|
+
uS as updateIssueTypeFieldValuesAttachment,
|
|
8709
|
+
Xl as updateIssueTypeFieldValuesAttachments,
|
|
8710
|
+
Yb as updateIssueTypeFieldValuesMany,
|
|
8706
8711
|
Hl as updateIssueTypeFields,
|
|
8707
|
-
|
|
8712
|
+
Gb as updateIssueTypeFieldsAttachment,
|
|
8708
8713
|
Ul as updateIssueTypeFieldsAttachments,
|
|
8709
|
-
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8714
|
+
tS as updateIssueTypeFieldsMany,
|
|
8715
|
+
fS as updateIssueTypes,
|
|
8716
|
+
TS as updateIssueUpdate,
|
|
8717
|
+
FS as updateIssueUpdates,
|
|
8718
|
+
Eb as updateIssues,
|
|
8714
8719
|
wh as updateOrganization,
|
|
8715
8720
|
bt as updateOrganizationAccess,
|
|
8716
|
-
|
|
8717
|
-
|
|
8721
|
+
DS as updateOrganizationAccesses,
|
|
8722
|
+
LS as updateOrganizations,
|
|
8718
8723
|
up as updateProject,
|
|
8719
8724
|
ot as updateProjectAccess,
|
|
8720
|
-
|
|
8721
|
-
|
|
8725
|
+
eg as updateProjectAccesses,
|
|
8726
|
+
ng as updateProjectAttachment,
|
|
8722
8727
|
Hh as updateProjectAttachments,
|
|
8723
8728
|
un as updateProjectFile,
|
|
8724
|
-
|
|
8729
|
+
og as updateProjectFiles,
|
|
8725
8730
|
Ag as updateProjects,
|
|
8726
8731
|
Tp as updateTeam,
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8732
|
+
Fg as updateTeamMembership,
|
|
8733
|
+
Og as updateTeamMemberships,
|
|
8734
|
+
qg as updateTeams,
|
|
8735
|
+
wS as updateUser,
|
|
8736
|
+
vS as updateUsers,
|
|
8732
8737
|
Sh as userReducer,
|
|
8733
8738
|
tc as userSlice,
|
|
8734
8739
|
vp as versioningReducer,
|