@beam3_dev/api_module 0.0.283 → 0.0.284

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
@@ -229,7 +229,7 @@ function P(e, t = void 0, n = void 0) {
229
229
  });
230
230
  }
231
231
  }
232
- function De(e, t = void 0, n = void 0) {
232
+ function ve(e, t = void 0, n = void 0) {
233
233
  if (e.tenant) {
234
234
  const s = `https://${e.tenant}-eu1-registry.3dexperience.3ds.com/api/v1/platform/service/instance?serviceId=3dpassport&platformId=${e.tenant}`;
235
235
  m(s, {
@@ -246,7 +246,7 @@ function De(e, t = void 0, n = void 0) {
246
246
  });
247
247
  }
248
248
  }
249
- function ve(e, t, n) {
249
+ function De(e, t, n) {
250
250
  const s = {
251
251
  base: `${e.space}`,
252
252
  uri: "/resources/AppsMngt/api/custom/applications",
@@ -944,7 +944,7 @@ function J(e, t, n, s = void 0, i = void 0, r = void 0) {
944
944
  method: "POST",
945
945
  data: a,
946
946
  onProgress(c) {
947
- r && r(c);
947
+ r && r({ ...c, total: t.size });
948
948
  },
949
949
  onComplete(c) {
950
950
  s && s(c.replace(/[\n\r]/g, ""));
@@ -1498,7 +1498,7 @@ function rt(e, t, n, s = void 0, i = void 0) {
1498
1498
  );
1499
1499
  }
1500
1500
  let K, B;
1501
- const D = [];
1501
+ const v = [];
1502
1502
  async function ct(e, t = void 0, n = void 0) {
1503
1503
  e.objID && e.objID !== "" ? I(
1504
1504
  e,
@@ -1552,7 +1552,7 @@ function ue(e, t, n = void 0, s = void 0) {
1552
1552
  K,
1553
1553
  (i) => {
1554
1554
  const r = [...t];
1555
- r.find((a) => a.objectID === i.objectId).data = i.data, B = r, D.push(i.data), n && n(D);
1555
+ r.find((a) => a.objectID === i.objectId).data = i.data, B = r, v.push(i.data), n && n(v);
1556
1556
  },
1557
1557
  (i) => {
1558
1558
  s && (s(i), console.log(i));
@@ -1962,7 +1962,7 @@ function yt(e, t, n = void 0, s = void 0) {
1962
1962
  ge(
1963
1963
  c.users,
1964
1964
  (p) => {
1965
- p !== void 0 && (d.id_msg = p.id, u = !0, v(e, d));
1965
+ p !== void 0 && (d.id_msg = p.id, u = !0, D(e, d));
1966
1966
  },
1967
1967
  (p) => {
1968
1968
  u = !1, console.log("_3dSwym_findCommunityToInstantMSG callback", p), s && s(p), d.id_msg = "";
@@ -1980,7 +1980,7 @@ function yt(e, t, n = void 0, s = void 0) {
1980
1980
  type: "json",
1981
1981
  onComplete(f, l, h) {
1982
1982
  const g = f;
1983
- g.reponse = JSON.parse(h.response), g.status = h.status, n && n(g), d.id_msg = g.result.id, v(e, d);
1983
+ g.reponse = JSON.parse(h.response), g.status = h.status, n && n(g), d.id_msg = g.result.id, D(e, d);
1984
1984
  },
1985
1985
  onFailure(f, l, h) {
1986
1986
  const g = f;
@@ -2019,7 +2019,7 @@ function ge(e, t, n, s) {
2019
2019
  });
2020
2020
  });
2021
2021
  }
2022
- function v(e, t, n = void 0, s = void 0) {
2022
+ function D(e, t, n = void 0, s = void 0) {
2023
2023
  const i = {
2024
2024
  base: e._3DSwym,
2025
2025
  uri: "/api/community",
@@ -2578,7 +2578,7 @@ async function jt(e, t, n, s = void 0, i = void 0) {
2578
2578
  });
2579
2579
  }
2580
2580
  }
2581
- async function Dt(e, t, n, s = void 0, i = void 0) {
2581
+ async function vt(e, t, n, s = void 0, i = void 0) {
2582
2582
  if (e.tenant) {
2583
2583
  const r = e.tenant.toLowerCase();
2584
2584
  fetch(
@@ -2593,7 +2593,7 @@ async function Dt(e, t, n, s = void 0, i = void 0) {
2593
2593
  });
2594
2594
  }
2595
2595
  }
2596
- async function vt(e, t, n, s, i = void 0, r = void 0) {
2596
+ async function Dt(e, t, n, s, i = void 0, r = void 0) {
2597
2597
  if (e.tenant) {
2598
2598
  const a = e.tenant.toLowerCase();
2599
2599
  fetch(
@@ -2865,10 +2865,10 @@ export {
2865
2865
  Ft as _3DSwym_get_findUser,
2866
2866
  wt as _3DSwym_postIdea,
2867
2867
  St as _3DSwym_postIdeaTemplate,
2868
- v as _3DSwym_sendMessageData,
2868
+ D as _3DSwym_sendMessageData,
2869
2869
  Pe as _AppMngt_get_info_user,
2870
2870
  Ae as _AppMngt_get_users,
2871
- vt as _Iterop_AddOrRemoveRows,
2871
+ Dt as _Iterop_AddOrRemoveRows,
2872
2872
  Rt as _Iterop_Auth_CAS,
2873
2873
  Jt as _Iterop_GetOneDependencyTable,
2874
2874
  Bt as _Iterop_GetOneList,
@@ -2878,7 +2878,7 @@ export {
2878
2878
  Lt as _Iterop_createBusinessTable,
2879
2879
  kt as _Iterop_getAllBusinessTables,
2880
2880
  jt as _Iterop_getOneBusinessTable,
2881
- Dt as _Iterop_getOneBusinessTableRows,
2881
+ vt as _Iterop_getOneBusinessTableRows,
2882
2882
  xt as _Iterop_jwtUser,
2883
2883
  Mt as _Iterop_runProcess,
2884
2884
  Pt as _Iterop_updateBusinessTable,
@@ -2886,7 +2886,7 @@ export {
2886
2886
  Z as _getPlateformInfos,
2887
2887
  ke as _getPlatformServices,
2888
2888
  P as _getServiceUrl,
2889
- De as _getServiceUrl_3DPassport,
2889
+ ve as _getServiceUrl_3DPassport,
2890
2890
  Ut as _getServiceUrl_Iterop,
2891
2891
  m as _httpCallAuthenticated,
2892
2892
  Ue as _setDraggable,
@@ -2894,7 +2894,7 @@ export {
2894
2894
  Re as _setupTagger,
2895
2895
  pt as addTagToDoc,
2896
2896
  z as chunkArray,
2897
- ve as compass_getListAdditionalApps,
2897
+ De as compass_getListAdditionalApps,
2898
2898
  H as couleurs,
2899
2899
  Le as createUserGroups,
2900
2900
  ue as dataMixing,