@beam3_dev/api_module 0.0.321 → 0.0.322

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/wb3Api.js CHANGED
@@ -89,7 +89,7 @@ async function Ie(e, t = z) {
89
89
  } : s;
90
90
  for (let c of i)
91
91
  a.events.findIndex(
92
- (u) => u.start === O.fromISO(c.date).toISODate() && u.name === "Férié : " + c.comment
92
+ (p) => p.start === O.fromISO(c.date).toISODate() && p.name === "Férié : " + c.comment
93
93
  ) === -1 && a.events.push({
94
94
  name: "Férié : " + c.comment,
95
95
  start: O.fromISO(c.date).toISODate(),
@@ -143,7 +143,7 @@ function m(e, t) {
143
143
  n.authenticatedRequest(e, t);
144
144
  });
145
145
  }
146
- function Re(e, t, n) {
146
+ function Fe(e, t, n) {
147
147
  $(["DS/DataDragAndDrop/DataDragAndDrop"], (s) => {
148
148
  s.draggable(e, {
149
149
  data: t,
@@ -151,7 +151,7 @@ function Re(e, t, n) {
151
151
  });
152
152
  });
153
153
  }
154
- function Fe(e, t = void 0) {
154
+ function Re(e, t = void 0) {
155
155
  $(["DS/TagNavigatorProxy/TagNavigatorProxy"], (n) => {
156
156
  let s;
157
157
  s === void 0 && (s = n.createProxy({
@@ -258,9 +258,9 @@ function Ae(e, t, n) {
258
258
  Accept: "application/json"
259
259
  },
260
260
  onComplete(r, o, a) {
261
- const c = JSON.parse(r), d = c.data.map((u) => {
262
- const p = u.attributes.name, f = u.id;
263
- return { name: p, id: f };
261
+ const c = JSON.parse(r), d = c.data.map((p) => {
262
+ const u = p.attributes.name, f = p.id;
263
+ return { name: u, id: f };
264
264
  });
265
265
  t && t(d, c);
266
266
  },
@@ -322,10 +322,10 @@ function Me(e, t, n = void 0, s = void 0) {
322
322
  onComplete(d) {
323
323
  n && n(JSON.parse(d));
324
324
  },
325
- onFailure(d, u) {
325
+ onFailure(d, p) {
326
326
  console.log(d);
327
- const p = d;
328
- p.msg = u.errormsg, p.errCode = u.errorcode, console.log("❌ sendDirectMessage => ", p), s && s(p);
327
+ const u = d;
328
+ u.msg = p.errormsg, u.errCode = p.errorcode, console.log("❌ sendDirectMessage => ", u), s && s(u);
329
329
  }
330
330
  });
331
331
  }
@@ -355,25 +355,25 @@ function ee(e, t = void 0, n = void 0) {
355
355
  }, d = `${r}${o}${a}`;
356
356
  m(d, {
357
357
  OPTsH: c,
358
- onComplete(u) {
359
- t && t(JSON.parse(u));
358
+ onComplete(p) {
359
+ t && t(JSON.parse(p));
360
360
  },
361
- onFailure(u, p) {
362
- const f = u;
363
- f.function = "getUsersGroupRules()", f.msg = p.errormsg, f.errCode = p.errorcode, n && n(f);
361
+ onFailure(p, u) {
362
+ const f = p;
363
+ f.function = "getUsersGroupRules()", f.msg = u.errormsg, f.errCode = u.errorcode, n && n(f);
364
364
  }
365
365
  });
366
366
  }
367
367
  function Ge(e, t = void 0, n = void 0) {
368
368
  const { _usersgroup: s, currentUser: i, numMax: r } = e;
369
369
  r || (r = 50);
370
- const o = "/3drdfpersist/resources/v1/usersgroup", a = "?select=uri,title,owner,members", c = `&top=${r}`, d = `${s}${o}${a}${c}`, p = { method: "GET", headers: {
370
+ const o = "/3drdfpersist/resources/v1/usersgroup", a = "?select=uri,title,owner,members", c = `&top=${r}`, d = `${s}${o}${a}${c}`, u = { method: "GET", headers: {
371
371
  "Content-Type": "application/json",
372
372
  Accept: "application/json,text/javascript,*/*"
373
373
  } };
374
374
  try {
375
375
  m(d, {
376
- opts: p,
376
+ opts: u,
377
377
  onComplete(f) {
378
378
  const l = JSON.parse(f), g = {}, h = l.groups.filter((y) => y.uri.startsWith("uuid:"));
379
379
  if (i && Object.keys(i).length > 0) {
@@ -413,49 +413,48 @@ function Ke(e, t, n) {
413
413
  baseUrl: s,
414
414
  uri: "/3drdfpersist/resources/v1/usersgroup/groups",
415
415
  opt: "?select=uri,members"
416
- }, c = a.baseUrl + a.uri, d = {
416
+ }, c = `${a.baseUrl}${a.uri}${a.opt}`, p = {
417
417
  method: "POST",
418
418
  headers: o,
419
419
  data: JSON.stringify({ groups: i })
420
420
  };
421
421
  try {
422
422
  m(c, {
423
- options: d,
423
+ options: p,
424
424
  onComplete(u) {
425
425
  t && t(u);
426
426
  },
427
- onFailure(u, p) {
428
- const f = {
429
- error: u,
430
- msg: p,
431
- fonction: "getUserGroupsByURIList()",
432
- catch: new Error("Erreur sur la fonction getUserGroupsByURIList()", {
427
+ onFailure(u, f) {
428
+ const l = {
429
+ sendOptions: p,
430
+ error: new Error(`Erreur sur la fonction ${l.fonction}`, {
433
431
  cause: u
434
- })
432
+ }),
433
+ msg: f,
434
+ fonction: "getUserGroupsByURIList()"
435
435
  };
436
- n && n(f);
436
+ n && n(l);
437
437
  }
438
438
  });
439
439
  } catch (u) {
440
- console.log(u);
441
- const p = {
442
- sendOptions: d,
440
+ const f = {
441
+ sendOptions: p,
443
442
  infoError: u,
444
443
  fonction: "getUserGroupsByURIList()",
445
- catch: new Error("Erreur sur la fonction getUserGroupsByURIList()", {
444
+ error: new Error("Erreur sur la fonction getUserGroupsByURIList()", {
446
445
  cause: u
447
446
  })
448
447
  };
449
- n && n(p);
448
+ n && n(f);
450
449
  }
451
450
  }
452
- function Be(e, t) {
451
+ function Ee(e, t) {
453
452
  const { space: n } = e, i = `${n}/3drdfpersist/resources/v1/usersgroup/${t}`;
454
453
  m(i, {
455
454
  method: "DELETE"
456
455
  });
457
456
  }
458
- function Ee(e, t, n, s = void 0, i = void 0) {
457
+ function Be(e, t, n, s = void 0, i = void 0) {
459
458
  const { space: r, tenant: o } = e, a = {
460
459
  URITI: "/3drdfpersist/resources/v1/template-instances",
461
460
  URIUGr: "/3drdfpersist/resources/v1/usersgroup",
@@ -464,17 +463,17 @@ function Ee(e, t, n, s = void 0, i = void 0) {
464
463
  nexURImem: "/members",
465
464
  OPTsTI: "?$mask=dsaccess:Mask.GroupUI.Properties",
466
465
  OPTsTenant: `tenant=dstenant:${o}`
467
- }, c = n, d = `${r}${a.URIUGr}/${t}`, u = JSON.stringify(c);
466
+ }, c = n, d = `${r}${a.URIUGr}/${t}`, p = JSON.stringify(c);
468
467
  m(d, {
469
468
  headers: j,
470
469
  method: "PATCH",
471
- data: u,
470
+ data: p,
472
471
  type: "json",
473
- onComplete(p) {
474
- s && s(p);
472
+ onComplete(u) {
473
+ s && s(u);
475
474
  },
476
- onFailure(p) {
477
- i && i(p);
475
+ onFailure(u) {
476
+ i && i(u);
478
477
  }
479
478
  });
480
479
  }
@@ -540,8 +539,8 @@ var se = function(e, t, n, s) {
540
539
  var a = e.length;
541
540
  o > 0 && a > o && (a = o);
542
541
  for (var c = 0; c < a; ++c) {
543
- var d = e[c].replace(r, "%20"), u = d.indexOf(n), p, f, l, g;
544
- u >= 0 ? (p = d.substr(0, u), f = d.substr(u + 1)) : (p = d, f = ""), l = decodeURIComponent(p), g = decodeURIComponent(f), ne(i, l) ? Array.isArray(i[l]) ? i[l].push(g) : i[l] = [i[l], g] : i[l] = g;
542
+ var d = e[c].replace(r, "%20"), p = d.indexOf(n), u, f, l, g;
543
+ p >= 0 ? (u = d.substr(0, p), f = d.substr(p + 1)) : (u = d, f = ""), l = decodeURIComponent(u), g = decodeURIComponent(f), ne(i, l) ? Array.isArray(i[l]) ? i[l].push(g) : i[l] = [i[l], g] : i[l] = g;
545
544
  }
546
545
  return i;
547
546
  }, U = function(e) {
@@ -598,8 +597,8 @@ async function We(e, t = void 0, n = void 0, s = void 0) {
598
597
  },
599
598
  data: o,
600
599
  onComplete(a, c, d) {
601
- const u = JSON.parse(a);
602
- n && n(u);
600
+ const p = JSON.parse(a);
601
+ n && n(p);
603
602
  },
604
603
  onFailure(a) {
605
604
  s && s(a);
@@ -619,7 +618,7 @@ function N(e, t = void 0, n = void 0) {
619
618
  }
620
619
  });
621
620
  } else
622
- T(
621
+ b(
623
622
  e,
624
623
  (s) => {
625
624
  console.log("_3DSpace_get_csrf / _3DSpace_csrf", s), e.token = s, t && t(e);
@@ -629,7 +628,7 @@ function N(e, t = void 0, n = void 0) {
629
628
  }
630
629
  );
631
630
  }
632
- function T(e, t = void 0, n = void 0) {
631
+ function b(e, t = void 0, n = void 0) {
633
632
  if (e.space) {
634
633
  const s = e.space + "/resources/v1/application/CSRF";
635
634
  m(s, {
@@ -731,7 +730,7 @@ function oe(e, t, n, s, i, r, o = void 0, a = void 0) {
731
730
  }
732
731
  }),
733
732
  type: "json",
734
- onComplete(d, u, p) {
733
+ onComplete(d, p, u) {
735
734
  const f = d.csrf, l = d.data[0].dataelements, g = new FormData();
736
735
  let h;
737
736
  s instanceof Blob ? h = s : h = new Blob([s], {
@@ -833,11 +832,11 @@ async function ze(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0)
833
832
  `https://${o.toLowerCase()}-eu1-space.3dexperience.3ds.com/enovia/resources/enocsmrest/session?tenant=${o.toUpperCase()}&xrequestedwith=xmlhttprequest`,
834
833
  {
835
834
  method: "GET",
836
- onComplete(u) {
835
+ onComplete(p) {
837
836
  try {
838
- u = JSON.parse(u);
839
- const { csrftoken: p, isadmin: f } = u;
840
- p && m(d, {
837
+ p = JSON.parse(p);
838
+ const { csrftoken: u, isadmin: f } = p;
839
+ u && m(d, {
841
840
  method: "GET",
842
841
  headers: {
843
842
  //"x-ds-csrftoken": csrftoken,
@@ -852,10 +851,10 @@ async function ze(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0)
852
851
  n,
853
852
  t,
854
853
  (_) => {
855
- const F = new DOMParser().parseFromString(
854
+ const R = new DOMParser().parseFromString(
856
855
  _,
857
856
  "text/html"
858
- ).body.firstChild.querySelector("input").getAttributeNode("value").value, D = `https://${o.toLowerCase()}-eu1-space.3dexperience.3ds.com/enovia/resources/enocsmrest/collabspaces/${encodeURIComponent(a)}/contents?receipt=${encodeURIComponent(F)}`;
857
+ ).body.firstChild.querySelector("input").getAttributeNode("value").value, D = `https://${o.toLowerCase()}-eu1-space.3dexperience.3ds.com/enovia/resources/enocsmrest/collabspaces/${encodeURIComponent(a)}/contents?receipt=${encodeURIComponent(R)}`;
859
858
  let W = /(?:\.([^.]+))?$/.exec(t)[1];
860
859
  const v = JSON.stringify({
861
860
  actions: [],
@@ -878,11 +877,11 @@ async function ze(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0)
878
877
  headers: {
879
878
  Accept: "application/json",
880
879
  "Content-Type": "application/json;charset=UTF-8",
881
- "X-DS-CSRFTOKEN": p
880
+ "X-DS-CSRFTOKEN": u
882
881
  },
883
882
  data: v,
884
883
  type: "json",
885
- onComplete(I, Ce, Te) {
884
+ onComplete(I, Ce, be) {
886
885
  s && s(I);
887
886
  },
888
887
  onFailure(I) {
@@ -913,8 +912,8 @@ async function ze(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0)
913
912
  i && i();
914
913
  }
915
914
  },
916
- onFailure(u) {
917
- i && i(u);
915
+ onFailure(p) {
916
+ i && i(p);
918
917
  }
919
918
  }
920
919
  );
@@ -1010,8 +1009,8 @@ function K(e, t, n, s = void 0, i = void 0, r = void 0) {
1010
1009
  const c = new XMLHttpRequest();
1011
1010
  c.open("POST", a, !0), c.upload.onprogress = function(d) {
1012
1011
  if (d.lengthComputable) {
1013
- const u = d.loaded / d.total * 100;
1014
- r && r(u);
1012
+ const p = d.loaded / d.total * 100;
1013
+ r && r(p);
1015
1014
  }
1016
1015
  }, c.onload = function() {
1017
1016
  c.status === 200 ? s && s(c.responseText.replace(/[\n\r]/g, "")) : i && i(c.statusText);
@@ -1066,17 +1065,17 @@ function re(e, t, n, s = void 0, i = void 0, r = void 0) {
1066
1065
  }
1067
1066
  });
1068
1067
  }
1069
- function R(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0, o = !1) {
1068
+ function F(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0, o = !1) {
1070
1069
  const a = `${e.space}/resources/modeler/pno/person?current=true&select=preferredcredentials&select=collabspaces`;
1071
1070
  m(a, {
1072
1071
  method: "GET",
1073
1072
  onComplete(c) {
1074
1073
  const d = JSON.parse(c);
1075
- let u = "", p, f, l;
1074
+ let p = "", u, f, l;
1076
1075
  if (t) {
1077
1076
  let g = d.collabspaces.find((h) => h.title === t);
1078
1077
  if (g) {
1079
- p = t;
1078
+ u = t;
1080
1079
  let h = g.couples;
1081
1080
  h = h.filter(
1082
1081
  (y, S, w) => S === w.findIndex(
@@ -1105,7 +1104,7 @@ function R(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0, o = !1
1105
1104
  }));
1106
1105
  }
1107
1106
  }
1108
- p && f && l ? (u = l + "." + f + "." + p, i(u)) : d.preferredcredentials && o ? (u = d.preferredcredentials.role.name + "." + d.preferredcredentials.organization.title + "." + d.preferredcredentials.collabspace.title, i(u)) : r && (u = l + "." + f + "." + p, r(u));
1107
+ u && f && l ? (p = l + "." + f + "." + u, i(p)) : d.preferredcredentials && o ? (p = d.preferredcredentials.role.name + "." + d.preferredcredentials.organization.title + "." + d.preferredcredentials.collabspace.title, i(p)) : r && (p = l + "." + f + "." + u, r(p));
1109
1108
  },
1110
1109
  onFailure(c, d) {
1111
1110
  console.warn("Erreur de récupération du contexte de sécurité. => ", {
@@ -1115,7 +1114,7 @@ function R(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0, o = !1
1115
1114
  }
1116
1115
  });
1117
1116
  }
1118
- async function B(e, t = void 0, n = void 0) {
1117
+ async function E(e, t = void 0, n = void 0) {
1119
1118
  return (!e.objID || e.objID === "") && (console.warn(
1120
1119
  "_3DSpace_download_doc() / Le paramètre objectId est obligatoire"
1121
1120
  ), n && n(
@@ -1202,9 +1201,9 @@ function de(e, t, n = void 0, s = void 0, i = void 0) {
1202
1201
  type: "json",
1203
1202
  onComplete(c) {
1204
1203
  const d = c.data;
1205
- c.success === !0 && (n && n(), d.forEach((u) => {
1204
+ c.success === !0 && (n && n(), d.forEach((p) => {
1206
1205
  try {
1207
- const p = u.dataelements.fileName, f = u.dataelements.ticketURL;
1206
+ const u = p.dataelements.fileName, f = p.dataelements.ticketURL;
1208
1207
  m(f, {
1209
1208
  onComplete: (l, g) => {
1210
1209
  let h;
@@ -1214,9 +1213,9 @@ function de(e, t, n = void 0, s = void 0, i = void 0) {
1214
1213
  h = l.blob();
1215
1214
  }
1216
1215
  s && s({
1217
- objectId: u.id,
1216
+ objectId: p.id,
1218
1217
  headers: g,
1219
- fileName: p,
1218
+ fileName: u,
1220
1219
  data: h
1221
1220
  });
1222
1221
  },
@@ -1224,8 +1223,8 @@ function de(e, t, n = void 0, s = void 0, i = void 0) {
1224
1223
  console.log("error http", l);
1225
1224
  }
1226
1225
  });
1227
- } catch (p) {
1228
- console.log(p), i && i(p);
1226
+ } catch (u) {
1227
+ console.log(u), i && i(u);
1229
1228
  }
1230
1229
  }));
1231
1230
  },
@@ -1236,7 +1235,7 @@ function de(e, t, n = void 0, s = void 0, i = void 0) {
1236
1235
  }
1237
1236
  function Ze(e, t, n = void 0, s = void 0) {
1238
1237
  return new Promise((i) => {
1239
- if (e.token === "" && T(e), t !== void 0 && t !== "" && t !== null) {
1238
+ if (e.token === "" && b(e), t !== void 0 && t !== "" && t !== null) {
1240
1239
  const r = `${e.space}/resources/v1/modeler/dslc/maturity/getNextStates`;
1241
1240
  let o = {
1242
1241
  method: "POST",
@@ -1267,7 +1266,7 @@ function Ze(e, t, n = void 0, s = void 0) {
1267
1266
  }
1268
1267
  function et(e, t, n, s = void 0, i = void 0) {
1269
1268
  return new Promise((r) => {
1270
- if (e.token === "" && T(e), t !== void 0 && t !== "" && t !== null) {
1269
+ if (e.token === "" && b(e), t !== void 0 && t !== "" && t !== null) {
1271
1270
  const o = `${e.space}/resources/v1/modeler/dslc/maturity/changeState`;
1272
1271
  let a = {
1273
1272
  method: "POST",
@@ -1299,9 +1298,9 @@ function et(e, t, n, s = void 0, i = void 0) {
1299
1298
  }
1300
1299
  function tt(e, t, n = void 0, s = void 0) {
1301
1300
  return new Promise((i) => {
1302
- if (e.token === "" && T(e), t !== void 0 && t !== "" && t !== null) {
1301
+ if (e.token === "" && b(e), t !== void 0 && t !== "" && t !== null) {
1303
1302
  const r = `${e.space}/resources/v1/dslc/versiongraph?withThumbnail=0&withIsLastVersion=0&withAttributes=0&withCopyFrom=0&tenant=${e.tenant}`;
1304
- R(
1303
+ F(
1305
1304
  e.space,
1306
1305
  "ESPACE COMMUN",
1307
1306
  ["VPLMProjectLeader", "VPLMCreator"],
@@ -1340,9 +1339,9 @@ function tt(e, t, n = void 0, s = void 0) {
1340
1339
  }
1341
1340
  function nt(e, t, n = void 0, s = void 0) {
1342
1341
  return new Promise((i) => {
1343
- if (e.token === "" && T(e), t !== void 0 && t !== "" && t !== null) {
1342
+ if (e.token === "" && b(e), t !== void 0 && t !== "" && t !== null) {
1344
1343
  const r = `${e.space}/resources/lifecycle/revise/prepare_revise_maskattributes?tenant=${e.tenant}`;
1345
- R(
1344
+ F(
1346
1345
  e.space,
1347
1346
  "ESPACE COMMUN",
1348
1347
  ["VPLMProjectLeader", "VPLMCreator"],
@@ -1387,9 +1386,9 @@ function nt(e, t, n = void 0, s = void 0) {
1387
1386
  }
1388
1387
  function st(e, t, n, s = void 0, i = void 0) {
1389
1388
  return new Promise((r) => {
1390
- if (e.token === "" && T(e), t !== void 0 && t !== "" && t !== null) {
1389
+ if (e.token === "" && b(e), t !== void 0 && t !== "" && t !== null) {
1391
1390
  const o = `${e.space}/resources/lifecycle/revise/major?tenant=${e.tenant}`;
1392
- R(
1391
+ F(
1393
1392
  e.space,
1394
1393
  "ESPACE COMMUN",
1395
1394
  ["VPLMProjectLeader", "VPLMCreator"],
@@ -1451,14 +1450,14 @@ function it(e, t, n = void 0, s = void 0) {
1451
1450
  const { tenant: o, ctx: a, space: c } = e;
1452
1451
  (!o || !a || !c) && r({ error: "Erreur de credentials", tenant: o, ctx: a, space: c });
1453
1452
  const d = `${e.space}/resources/v1/dslc/versiongraph?withThumbnail=0&withIsLastVersion=1&withAttributes=1&withCopyFrom=1&tenant=${e.tenant.toUpperCase()}&xrequestedwith=xmlhttprequest`;
1454
- let u;
1453
+ let p;
1455
1454
  await ue(e).then(
1456
- (f) => u = f?.SecurityContext
1455
+ (f) => p = f?.SecurityContext
1457
1456
  );
1458
- let p = {
1457
+ let u = {
1459
1458
  method: "POST",
1460
1459
  headers: {
1461
- securitycontext: "ctx::" + u,
1460
+ securitycontext: "ctx::" + p,
1462
1461
  Accept: "application/json",
1463
1462
  "Content-Type": "application/json"
1464
1463
  },
@@ -1478,7 +1477,7 @@ function it(e, t, n = void 0, s = void 0) {
1478
1477
  s && s(f), r(f);
1479
1478
  }
1480
1479
  };
1481
- m(d, p);
1480
+ m(d, u);
1482
1481
  });
1483
1482
  }
1484
1483
  function ot(e, t, n, s, i = void 0, r = void 0) {
@@ -1494,7 +1493,7 @@ function ot(e, t, n, s, i = void 0, r = void 0) {
1494
1493
  items: []
1495
1494
  };
1496
1495
  t && (d.parentId = t), d.items.push(c);
1497
- let u = {
1496
+ let p = {
1498
1497
  method: "POST",
1499
1498
  headers: {
1500
1499
  Accept: "application/json",
@@ -1504,14 +1503,14 @@ function ot(e, t, n, s, i = void 0, r = void 0) {
1504
1503
  },
1505
1504
  data: JSON.stringify(d),
1506
1505
  type: "json",
1507
- onComplete(p) {
1508
- i && i(p);
1506
+ onComplete(u) {
1507
+ i && i(u);
1509
1508
  },
1510
- onFailure(p) {
1511
- r && r(p);
1509
+ onFailure(u) {
1510
+ r && r(u);
1512
1511
  }
1513
1512
  };
1514
- m(a, u);
1513
+ m(a, p);
1515
1514
  });
1516
1515
  }
1517
1516
  function at(e, t, n, s, i = void 0, r = void 0) {
@@ -1614,7 +1613,7 @@ function ut(e, t, n, s = void 0, i = void 0) {
1614
1613
  }
1615
1614
  );
1616
1615
  }
1617
- let E, q;
1616
+ let B, q;
1618
1617
  const A = [];
1619
1618
  async function pt(e, t = void 0, n = void 0) {
1620
1619
  e.objID && e.objID !== "" ? N(
@@ -1625,7 +1624,7 @@ async function pt(e, t = void 0, n = void 0) {
1625
1624
  (s) => {
1626
1625
  n && n(s);
1627
1626
  }
1628
- ) : (e.objID === null || e.objID === "") && T(
1627
+ ) : (e.objID === null || e.objID === "") && b(
1629
1628
  e,
1630
1629
  (s) => {
1631
1630
  t && t({ rep: s, msg: "Pas d'objID, ou invalide" });
@@ -1636,7 +1635,7 @@ async function pt(e, t = void 0, n = void 0) {
1636
1635
  );
1637
1636
  }
1638
1637
  async function lt(e, t = void 0, n = void 0) {
1639
- console.log("getDatasByTenant (getDocuments)", e), await B(
1638
+ console.log("getDatasByTenant (getDocuments)", e), await E(
1640
1639
  e,
1641
1640
  (s) => {
1642
1641
  const i = {};
@@ -1654,11 +1653,11 @@ function ft(e, t = void 0, n = void 0) {
1654
1653
  return;
1655
1654
  }
1656
1655
  e.objIds.forEach((i, r) => {
1657
- B(
1656
+ E(
1658
1657
  e,
1659
1658
  i.objID,
1660
1659
  (o) => {
1661
- s.push({ [i.name]: o }), i.name === "dbProjets" && (E = o.affaires.map((a) => a.objectID), pe(e, q)), r === e.objIds.length - 1 && (t && t(s), delete e.objIds, delete e.datas);
1660
+ s.push({ [i.name]: o }), i.name === "dbProjets" && (B = o.affaires.map((a) => a.objectID), pe(e, q)), r === e.objIds.length - 1 && (t && t(s), delete e.objIds, delete e.datas);
1662
1661
  }
1663
1662
  );
1664
1663
  });
@@ -1666,7 +1665,7 @@ function ft(e, t = void 0, n = void 0) {
1666
1665
  function pe(e, t, n = void 0, s = void 0) {
1667
1666
  ce(
1668
1667
  e,
1669
- E,
1668
+ B,
1670
1669
  (i) => {
1671
1670
  const r = [...t];
1672
1671
  r.find((o) => o.objectID === i.objectId).data = i.data, q = r, A.push(i.data), n && n(A);
@@ -1701,7 +1700,7 @@ function mt(e, t, n = void 0, s = void 0) {
1701
1700
  uri: "/resources/6w/tags",
1702
1701
  otpCTX: "SecurityContext=preferred",
1703
1702
  optTenant: `tenant=${r}`
1704
- }, u = `${i}${d.uri}?${d.otpCTX}&${d.optTenant}`, p = {
1703
+ }, p = `${i}${d.uri}?${d.otpCTX}&${d.optTenant}`, u = {
1705
1704
  tag: [
1706
1705
  {
1707
1706
  subject: [
@@ -1716,13 +1715,13 @@ function mt(e, t, n = void 0, s = void 0) {
1716
1715
  }
1717
1716
  ]
1718
1717
  };
1719
- m(u, {
1718
+ m(p, {
1720
1719
  method: "PUT",
1721
1720
  headers: {
1722
1721
  "Content-Type": "application/json",
1723
1722
  Accept: "application/json"
1724
1723
  },
1725
- data: JSON.stringify(p),
1724
+ data: JSON.stringify(u),
1726
1725
  onComplete(f) {
1727
1726
  JSON.parse(f);
1728
1727
  const l = {};
@@ -1829,13 +1828,13 @@ function ge(e, t, n = void 0, s = void 0) {
1829
1828
  method: "POST",
1830
1829
  headers: a,
1831
1830
  data: JSON.stringify(d),
1832
- onComplete(u) {
1833
- const p = JSON.parse(u);
1834
- n(p);
1831
+ onComplete(p) {
1832
+ const u = JSON.parse(p);
1833
+ n(u);
1835
1834
  },
1836
- onFailure(u, p) {
1837
- const f = u;
1838
- f.msg = p.errormsg, f.errCode = p.errorcode, console.log("❌ sendDirectMessage => ", f), s && s(f), console.log("Erreur de recuperation d'id du doc et des tags", u);
1835
+ onFailure(p, u) {
1836
+ const f = p;
1837
+ f.msg = u.errormsg, f.errCode = u.errorcode, console.log("❌ sendDirectMessage => ", f), s && s(f), console.log("Erreur de recuperation d'id du doc et des tags", p);
1839
1838
  }
1840
1839
  });
1841
1840
  }
@@ -1866,12 +1865,12 @@ function gt(e, t, n = void 0, s = void 0) {
1866
1865
  "Content-Type": "application/json",
1867
1866
  Accept: "application/json,text/javascript,*/*"
1868
1867
  },
1869
- onComplete(u) {
1870
- n && n(u);
1868
+ onComplete(p) {
1869
+ n && n(p);
1871
1870
  },
1872
- onFailure(u, p) {
1873
- const f = u;
1874
- f.msg = p.errormsg, f.errCode = p.errorcode, console.log("❌ sendDirectMessage => ", f), s && s(f);
1871
+ onFailure(p, u) {
1872
+ const f = p;
1873
+ f.msg = u.errormsg, f.errCode = u.errorcode, console.log("❌ sendDirectMessage => ", f), s && s(f);
1875
1874
  }
1876
1875
  });
1877
1876
  }
@@ -1892,9 +1891,9 @@ function ht(e, t = "", n = void 0, s = void 0) {
1892
1891
  onComplete(d) {
1893
1892
  n && n(JSON.parse(d));
1894
1893
  },
1895
- onFailure(d, u) {
1896
- const p = d;
1897
- p.msg = u.error, s && s(p);
1894
+ onFailure(d, p) {
1895
+ const u = d;
1896
+ u.msg = p.error, s && s(u);
1898
1897
  }
1899
1898
  });
1900
1899
  }
@@ -1985,9 +1984,9 @@ function St(e, t = void 0, n = void 0) {
1985
1984
  "X-DS-SWYM-CSRFTOKEN": o.result.ServerToken
1986
1985
  },
1987
1986
  onComplete(a, c, d) {
1988
- const p = JSON.parse(a).result;
1987
+ const u = JSON.parse(a).result;
1989
1988
  let f = 0;
1990
- p.forEach((l) => {
1989
+ u.forEach((l) => {
1991
1990
  const g = {
1992
1991
  description: l.description,
1993
1992
  id: l.id,
@@ -2000,7 +1999,7 @@ function St(e, t = void 0, n = void 0) {
2000
1999
  e,
2001
2000
  l.id,
2002
2001
  (h) => {
2003
- f++, g.members = h, r.push(g), f === p.length && t && t(r);
2002
+ f++, g.members = h, r.push(g), f === u.length && t && t(r);
2004
2003
  },
2005
2004
  (h) => n(h)
2006
2005
  );
@@ -2075,23 +2074,23 @@ function Ct(e, t, n = void 0, s = void 0) {
2075
2074
  senderName: `${e.currentUser.first_name} ${e.currentUser.last_name}`,
2076
2075
  msg: _e(t.msg)
2077
2076
  };
2078
- let u = !1;
2077
+ let p = !1;
2079
2078
  ye(
2080
2079
  c.users,
2081
- (p) => {
2082
- p !== void 0 && (d.id_msg = p.id, u = !0, P(e, d));
2080
+ (u) => {
2081
+ u !== void 0 && (d.id_msg = u.id, p = !0, P(e, d));
2083
2082
  },
2084
- (p) => {
2085
- u = !1, console.log("_3dSwym_findCommunityToInstantMSG callback", p), s && s(p), d.id_msg = "";
2083
+ (u) => {
2084
+ p = !1, console.log("_3dSwym_findCommunityToInstantMSG callback", u), s && s(u), d.id_msg = "";
2086
2085
  }
2087
- ), u === !1 && setTimeout(() => {
2088
- u === !1 && C(e, (p) => {
2086
+ ), p === !1 && setTimeout(() => {
2087
+ p === !1 && C(e, (u) => {
2089
2088
  m(a, {
2090
2089
  method: "POST",
2091
2090
  headers: {
2092
2091
  "Content-Type": "application/json",
2093
2092
  Accept: "application/json",
2094
- "X-DS-SWYM-CSRFTOKEN": p.result.ServerToken
2093
+ "X-DS-SWYM-CSRFTOKEN": u.result.ServerToken
2095
2094
  },
2096
2095
  data: JSON.stringify(c),
2097
2096
  type: "json",
@@ -2118,16 +2117,16 @@ function ye(e, t, n, s) {
2118
2117
  },
2119
2118
  onComplete(o) {
2120
2119
  const a = JSON.parse(o), c = [];
2121
- a.result.forEach((p) => {
2122
- p.users = p.users.sort((f, l) => f.login.localeCompare(l.login)), p.users.length === t.length && c.push(p);
2120
+ a.result.forEach((u) => {
2121
+ u.users = u.users.sort((f, l) => f.login.localeCompare(l.login)), u.users.length === t.length && c.push(u);
2123
2122
  });
2124
- const d = t.sort(), u = c.find((p) => {
2123
+ const d = t.sort(), p = c.find((u) => {
2125
2124
  const f = [];
2126
- return p.users.forEach((l) => {
2125
+ return u.users.forEach((l) => {
2127
2126
  f.push(l.login);
2128
2127
  }), JSON.stringify(f) === JSON.stringify(d);
2129
2128
  });
2130
- n && u !== void 0 ? n(u) : (s || u === void 0) && s(u);
2129
+ n && p !== void 0 ? n(p) : (s || p === void 0) && s(p);
2131
2130
  },
2132
2131
  onFailure(o) {
2133
2132
  const a = o;
@@ -2162,13 +2161,13 @@ function P(e, t, n = void 0, s = void 0) {
2162
2161
  },
2163
2162
  data: JSON.stringify(o),
2164
2163
  type: "json",
2165
- onComplete(c, d, u) {
2166
- const p = c;
2167
- p.status = u.status, p.response = JSON.parse(u.response), console.log("✅ _3dSwym_sendDirectMessageData => ", p), n && n(p);
2164
+ onComplete(c, d, p) {
2165
+ const u = c;
2166
+ u.status = p.status, u.response = JSON.parse(p.response), console.log("✅ _3dSwym_sendDirectMessageData => ", u), n && n(u);
2168
2167
  },
2169
2168
  onFailure(c, d) {
2170
- const u = c;
2171
- u.msg = d.errormsg, u.errCode = d.errorcode, console.log("❌ sendDirectMessage => ", u), s && s(u);
2169
+ const p = c;
2170
+ p.msg = d.errormsg, p.errCode = d.errorcode, console.log("❌ sendDirectMessage => ", p), s && s(p);
2172
2171
  }
2173
2172
  });
2174
2173
  });
@@ -2180,7 +2179,7 @@ function _e(e) {
2180
2179
  <hr/>
2181
2180
  <p><u>envoyer :</u>Le <b>${t} à ${n}</b></p>`;
2182
2181
  }
2183
- function Tt(e, t, n = void 0, s = void 0) {
2182
+ function bt(e, t, n = void 0, s = void 0) {
2184
2183
  const i = `${e.space}/api/idea/add`, r = e.swymCommunities.find(
2185
2184
  (c) => c.id === t.community_id
2186
2185
  ), o = e.swymCommunities.find(
@@ -2208,18 +2207,18 @@ function Tt(e, t, n = void 0, s = void 0) {
2208
2207
  headers: d,
2209
2208
  data: JSON.stringify(a),
2210
2209
  type: "json",
2211
- onComplete(u, p, f) {
2212
- const l = JSON.parse(u);
2210
+ onComplete(p, u, f) {
2211
+ const l = JSON.parse(p);
2213
2212
  l.status = f.status, l.response = f.response, n && n(l);
2214
2213
  },
2215
- onFailure(u, p, f) {
2216
- const l = u;
2217
- l.status = p.status, l.response = p.errormsg, s && s(l);
2214
+ onFailure(p, u, f) {
2215
+ const l = p;
2216
+ l.status = u.status, l.response = u.errormsg, s && s(l);
2218
2217
  }
2219
2218
  });
2220
2219
  });
2221
2220
  }
2222
- function bt(e, t = void 0, n = void 0) {
2221
+ function Tt(e, t = void 0, n = void 0) {
2223
2222
  const s = { base: e.space, uri: "/api/idea/add" };
2224
2223
  if (!Array.isArray(e.swymCommunities)) {
2225
2224
  const o = "☠️ swymCommunities doit être un tableau d'objets de communautés";
@@ -2275,15 +2274,15 @@ function bt(e, t = void 0, n = void 0) {
2275
2274
  },
2276
2275
  method: "POST",
2277
2276
  data: JSON.stringify(r),
2278
- onComplete(c, d, u) {
2279
- const p = { response: c };
2280
- typeof p.response == "string" && (p.response = JSON.parse(p.response)), p.status = u.status, t && t(p);
2277
+ onComplete(c, d, p) {
2278
+ const u = { response: c };
2279
+ typeof u.response == "string" && (u.response = JSON.parse(u.response)), u.status = p.status, t && t(u);
2281
2280
  },
2282
- onFailure(c, d, u) {
2283
- const p = JSON.parse(d), f = JSON.parse(c), l = new Error(
2281
+ onFailure(c, d, p) {
2282
+ const u = JSON.parse(d), f = JSON.parse(c), l = new Error(
2284
2283
  `Erreur sur cette requête : ${s.base + s.uri}`,
2285
2284
  {
2286
- cause: { head: p, rep: f }
2285
+ cause: { head: u, rep: f }
2287
2286
  }
2288
2287
  );
2289
2288
  n && n(l);
@@ -2313,8 +2312,8 @@ function Ot(e, t, n = void 0, s = void 0) {
2313
2312
  n && n(a);
2314
2313
  },
2315
2314
  onFailure(a, c, d) {
2316
- const u = a;
2317
- u.status = c.status, u.response = c.errormsg, s && s(u);
2315
+ const p = a;
2316
+ p.status = c.status, p.response = c.errormsg, s && s(p);
2318
2317
  }
2319
2318
  });
2320
2319
  });
@@ -2356,8 +2355,8 @@ function Ut(e, t, n) {
2356
2355
  community_id: a,
2357
2356
  status_comment: c,
2358
2357
  status_id: d,
2359
- message: u
2360
- } = e, p = {
2358
+ message: p
2359
+ } = e, u = {
2361
2360
  base: `${s}`,
2362
2361
  uri: "/api/idea/edit"
2363
2362
  }, l = {
@@ -2375,7 +2374,7 @@ function Ut(e, t, n) {
2375
2374
  community_id: a,
2376
2375
  status_comment: c,
2377
2376
  status_id: d,
2378
- message: u,
2377
+ message: p,
2379
2378
  published: "1"
2380
2379
  }
2381
2380
  }),
@@ -2390,14 +2389,14 @@ function Ut(e, t, n) {
2390
2389
  n && n(g);
2391
2390
  }
2392
2391
  };
2393
- m(p.base + p.uri, l);
2392
+ m(u.base + u.uri, l);
2394
2393
  }
2395
2394
  function xt(e, t, n = void 0, s = void 0) {
2396
2395
  const { _3DSwym: i } = e;
2397
2396
  let { community_id: r, limit: o, page: a, search: c } = t;
2398
- const d = [], u = 1;
2399
- let p = !1, f = 2;
2400
- a || (a = u), o || (o = 100);
2397
+ const d = [], p = 1;
2398
+ let u = !1, f = 2;
2399
+ a || (a = p), o || (o = 100);
2401
2400
  const l = {
2402
2401
  uri: "/api/idea/list",
2403
2402
  comId: `/community_id/${r}`,
@@ -2418,28 +2417,28 @@ function xt(e, t, n = void 0, s = void 0) {
2418
2417
  if (a++, l.page = `/page/${a}`, S = `${i}${l.uri}${l.comId}${l.limit}${l.page}`, !c)
2419
2418
  d.push(_.response.result);
2420
2419
  else {
2421
- const b = _.response.result.find(
2422
- (F) => F.title.includes(c)
2420
+ const T = _.response.result.find(
2421
+ (R) => R.title.includes(c)
2423
2422
  );
2424
- if (b) {
2425
- n(b);
2423
+ if (T) {
2424
+ n(T);
2426
2425
  return;
2427
2426
  }
2428
2427
  }
2429
2428
  if (n && f < a && !c) {
2430
- p = !0, n(d);
2429
+ u = !0, n(d);
2431
2430
  return;
2432
2431
  }
2433
2432
  y(S);
2434
2433
  }
2435
2434
  },
2436
2435
  onFailure(w, _) {
2437
- const b = w;
2438
- b.status = _.status, b.response = _.errormsg, s && s(b);
2436
+ const T = w;
2437
+ T.status = _.status, T.response = _.errormsg, s && s(T);
2439
2438
  }
2440
2439
  });
2441
2440
  };
2442
- p || y(g);
2441
+ u || y(g);
2443
2442
  });
2444
2443
  }
2445
2444
  function Se(e) {
@@ -2537,9 +2536,9 @@ function It(e, t = void 0, n = void 0) {
2537
2536
  onComplete(d) {
2538
2537
  t && t(d);
2539
2538
  },
2540
- onFailure(d, u) {
2541
- const p = d;
2542
- p.status = u.status, p.response = u.errormsg, n && n(p);
2539
+ onFailure(d, p) {
2540
+ const u = d;
2541
+ u.status = p.status, u.response = p.errormsg, n && n(u);
2543
2542
  }
2544
2543
  });
2545
2544
  } else
@@ -2559,15 +2558,15 @@ function Nt(e, t = void 0, n = void 0) {
2559
2558
  console.log("_3DSwym_get_currentUser | url", o), m(o, {
2560
2559
  method: "GET",
2561
2560
  onComplete(a, c, d) {
2562
- let u = a.replace(/\"\[/g, "[").replace(/\]\"/g, "]").replace(/\"{/g, "{").replace(/}\"/g, "}").replace(/\\/g, "");
2563
- u = u.replace(/\"\[/g, "[").replace(/\]\"/g, "]").replace(/\"{/g, "{").replace(/}\"/g, "}").replace(/\\/g, ""), console.log("result", u);
2564
- let p = {};
2561
+ let p = a.replace(/\"\[/g, "[").replace(/\]\"/g, "]").replace(/\"{/g, "{").replace(/}\"/g, "}").replace(/\\/g, "");
2562
+ p = p.replace(/\"\[/g, "[").replace(/\]\"/g, "]").replace(/\"{/g, "{").replace(/}\"/g, "}").replace(/\\/g, ""), console.log("result", p);
2563
+ let u = {};
2565
2564
  try {
2566
- p = JSON.parse(u);
2565
+ u = JSON.parse(p);
2567
2566
  } catch (f) {
2568
2567
  i("ERROR | _3DSwym_get_currentUser => JSON.Parse()", f);
2569
2568
  }
2570
- console.log(p), p.first_name = p?.firstName ? p.firstName : "", p.last_name = p?.lastName ? p.lastName : "", console.log("_3DSwym_get_currentUser | info", p), r = p, s(p);
2569
+ console.log(u), u.first_name = u?.firstName ? u.firstName : "", u.last_name = u?.lastName ? u.lastName : "", console.log("_3DSwym_get_currentUser | info", u), r = u, s(u);
2571
2570
  },
2572
2571
  onFailure(a) {
2573
2572
  i("ERROR | _3DSwym_get_currentUser => _3DDashboard + /api/users/current", a);
@@ -2580,7 +2579,7 @@ function Nt(e, t = void 0, n = void 0) {
2580
2579
  }
2581
2580
  });
2582
2581
  }
2583
- function Rt(e, t, n = void 0, s = void 0) {
2582
+ function Ft(e, t, n = void 0, s = void 0) {
2584
2583
  const i = e.space + "/api/user/find/login/" + t;
2585
2584
  C(
2586
2585
  e,
@@ -2600,7 +2599,7 @@ function Rt(e, t, n = void 0, s = void 0) {
2600
2599
  s
2601
2600
  );
2602
2601
  }
2603
- function Ft(e, t = void 0, n = void 0) {
2602
+ function Rt(e, t = void 0, n = void 0) {
2604
2603
  const {
2605
2604
  _3DSwym: s,
2606
2605
  _3DSwym_token: i,
@@ -2615,14 +2614,14 @@ function Ft(e, t = void 0, n = void 0) {
2615
2614
  },
2616
2615
  data: JSON.stringify({ richMessage: o }),
2617
2616
  type: "json",
2618
- onComplete(u, p, f) {
2617
+ onComplete(p, u, f) {
2619
2618
  const l = {
2620
- response: typeof u == "string" ? JSON.parse(u) : u
2619
+ response: typeof p == "string" ? JSON.parse(p) : p
2621
2620
  };
2622
2621
  l.status = f.status, t && t(l);
2623
2622
  },
2624
- onFailure(u) {
2625
- n && n(u);
2623
+ onFailure(p) {
2624
+ n && n(p);
2626
2625
  }
2627
2626
  };
2628
2627
  m(a, d);
@@ -2795,7 +2794,7 @@ async function Kt(e, t, n, s, i = void 0, r = void 0) {
2795
2794
  });
2796
2795
  }
2797
2796
  }
2798
- async function Bt(e, t, n, s = void 0, i = void 0) {
2797
+ async function Et(e, t, n, s = void 0, i = void 0) {
2799
2798
  if (console.log("_Iterop_GetOneDependencyTable | Run"), e.tenant) {
2800
2799
  const r = e.tenant.toLowerCase();
2801
2800
  fetch(
@@ -2810,7 +2809,7 @@ async function Bt(e, t, n, s = void 0, i = void 0) {
2810
2809
  });
2811
2810
  }
2812
2811
  }
2813
- async function Et(e, t, n, s, i, r = void 0, o = void 0) {
2812
+ async function Bt(e, t, n, s, i, r = void 0, o = void 0) {
2814
2813
  if (e.tenant) {
2815
2814
  const a = e.tenant.toLowerCase();
2816
2815
  fetch(
@@ -2863,11 +2862,11 @@ function Wt(e) {
2863
2862
  }
2864
2863
  function Vt(e, t = void 0, n = void 0) {
2865
2864
  return console.log("credentials", e), new Promise((s) => {
2866
- if (e.token === "" && T(e), !e.space || e.space === "") {
2865
+ if (e.token === "" && b(e), !e.space || e.space === "") {
2867
2866
  const o = Z();
2868
2867
  console.log("platformeInfo", o);
2869
2868
  }
2870
- R(
2869
+ F(
2871
2870
  e,
2872
2871
  "Common space",
2873
2872
  ["VPLMProjectLeader", "VPLMCreator"],
@@ -2948,8 +2947,8 @@ export {
2948
2947
  ze as _3DSpace_Upload_File,
2949
2948
  at as _3DSpace_bookmark_addSubsciptions,
2950
2949
  ot as _3DSpace_bookmark_newWorkspace,
2951
- T as _3DSpace_csrf,
2952
- B as _3DSpace_download_doc,
2950
+ b as _3DSpace_csrf,
2951
+ E as _3DSpace_download_doc,
2953
2952
  ce as _3DSpace_download_multidoc,
2954
2953
  G as _3DSpace_file_update,
2955
2954
  oe as _3DSpace_file_update_csr,
@@ -2958,7 +2957,7 @@ export {
2958
2957
  J as _3DSpace_get_docInfo,
2959
2958
  de as _3DSpace_get_downloadTicket_multidoc,
2960
2959
  We as _3DSpace_get_multiDocInfo,
2961
- R as _3DSpace_get_securityContexts,
2960
+ F as _3DSpace_get_securityContexts,
2962
2961
  k as _3DSpace_get_ticket,
2963
2962
  st as _3DSpace_lifecycle_changeRevision,
2964
2963
  et as _3DSpace_lifecycle_changeState,
@@ -2968,7 +2967,7 @@ export {
2968
2967
  it as _3DSpace_lifecycle_getRevisions,
2969
2968
  Ye as _3DSpace_put_docInfo,
2970
2969
  It as _3DSwym_ForwardIdea,
2971
- Ft as _3DSwym_addComment,
2970
+ Rt as _3DSwym_addComment,
2972
2971
  Ct as _3DSwym_buildDirectMessage,
2973
2972
  Ot as _3DSwym_deleteIdea,
2974
2973
  Ut as _3DSwym_editIdea,
@@ -2982,17 +2981,17 @@ export {
2982
2981
  $t as _3DSwym_getOneIdea,
2983
2982
  C as _3DSwym_get_Token,
2984
2983
  Nt as _3DSwym_get_currentUser,
2985
- Rt as _3DSwym_get_findUser,
2986
- bt as _3DSwym_postIdea,
2987
- Tt as _3DSwym_postIdeaTemplate,
2984
+ Ft as _3DSwym_get_findUser,
2985
+ Tt as _3DSwym_postIdea,
2986
+ bt as _3DSwym_postIdeaTemplate,
2988
2987
  P as _3DSwym_sendMessageData,
2989
2988
  Le as _AppMngt_get_info_user,
2990
2989
  Pe as _AppMngt_get_users,
2991
2990
  Lt as _Iterop_AddOrRemoveRows,
2992
2991
  kt as _Iterop_Auth_CAS,
2993
- Bt as _Iterop_GetOneDependencyTable,
2992
+ Et as _Iterop_GetOneDependencyTable,
2994
2993
  Xt as _Iterop_GetOneList,
2995
- Et as _Iterop_PatchDependencyTable,
2994
+ Bt as _Iterop_PatchDependencyTable,
2996
2995
  qt as _Iterop_PutDependencyTable,
2997
2996
  Mt as _Iterop_businessTableSearchInRows,
2998
2997
  Gt as _Iterop_createBusinessTable,
@@ -3009,16 +3008,16 @@ export {
3009
3008
  ve as _getServiceUrl_3DPassport,
3010
3009
  jt as _getServiceUrl_Iterop,
3011
3010
  m as _httpCallAuthenticated,
3012
- Re as _setDraggable,
3011
+ Fe as _setDraggable,
3013
3012
  je as _setDroppable,
3014
- Fe as _setupTagger,
3013
+ Re as _setupTagger,
3015
3014
  mt as addTagToDoc,
3016
3015
  H as chunkArray,
3017
3016
  Ae as compass_getListAdditionalApps,
3018
3017
  z as couleurs,
3019
3018
  Me as createUserGroups,
3020
3019
  pe as dataMixing,
3021
- Be as deleteUserGroups,
3020
+ Ee as deleteUserGroups,
3022
3021
  xe as findAdresse,
3023
3022
  rt as getAllContextSecurity,
3024
3023
  te as getCSRFToken,
@@ -3034,7 +3033,7 @@ export {
3034
3033
  Ge as getUserGroupsList,
3035
3034
  ee as getUsersGroupRules,
3036
3035
  pt as get_3DSpace_csrf,
3037
- Ee as patchUserGroups,
3036
+ Be as patchUserGroups,
3038
3037
  qe as patchUserGroupsControl,
3039
3038
  ut as pushDataIn3DSpace,
3040
3039
  Xe as readUserGroupControl,