@beam3_dev/api_module 0.0.230 → 0.0.232
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 +107 -73
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +7 -7
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -271,7 +271,7 @@ function ve(e, t = void 0, n = void 0) {
|
|
|
271
271
|
}
|
|
272
272
|
});
|
|
273
273
|
}
|
|
274
|
-
function
|
|
274
|
+
function Fe(e, t, n = void 0, s = void 0) {
|
|
275
275
|
let i = `${e.space}/resources/AppsMngt/user?platform=${e.tenant}&id=${t}`;
|
|
276
276
|
m(i, {
|
|
277
277
|
onComplete(r, o, a) {
|
|
@@ -284,11 +284,11 @@ function ke(e, t, n = void 0, s = void 0) {
|
|
|
284
284
|
}
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
|
-
const
|
|
287
|
+
const A = {
|
|
288
288
|
"Content-Type": "application/json",
|
|
289
289
|
Accept: "application/json,text/javascript,*/*"
|
|
290
290
|
};
|
|
291
|
-
function
|
|
291
|
+
function ke(e, t, n = void 0, s = void 0) {
|
|
292
292
|
const { space: i, currentUser: r } = e, a = `${i}${{
|
|
293
293
|
URIUGr: "/3drdfpersist/resources/v1/usersgroup"
|
|
294
294
|
}.URIUGr}`, c = {
|
|
@@ -305,7 +305,7 @@ function Ae(e, t, n = void 0, s = void 0) {
|
|
|
305
305
|
};
|
|
306
306
|
m(a, {
|
|
307
307
|
method: "POST",
|
|
308
|
-
headers:
|
|
308
|
+
headers: A,
|
|
309
309
|
data: JSON.stringify(c),
|
|
310
310
|
onComplete(d) {
|
|
311
311
|
n && n(JSON.parse(d));
|
|
@@ -317,7 +317,7 @@ function Ae(e, t, n = void 0, s = void 0) {
|
|
|
317
317
|
}
|
|
318
318
|
});
|
|
319
319
|
}
|
|
320
|
-
function
|
|
320
|
+
function Ae(e, t, n = void 0, s = void 0) {
|
|
321
321
|
const { space: i, tenant: r } = e, o = i, a = `/3drdfpersist/v1/resources/${t}`, c = `?$mask=dsaccess:Mask.GroupUI.Properties&tenant=dstenant:${r}`, d = `${o}${a}${c}`;
|
|
322
322
|
m(d, {
|
|
323
323
|
opts: {
|
|
@@ -352,7 +352,7 @@ function Y(e, t = void 0, n = void 0) {
|
|
|
352
352
|
}
|
|
353
353
|
});
|
|
354
354
|
}
|
|
355
|
-
function
|
|
355
|
+
function Ue(e, t = void 0, n = void 0) {
|
|
356
356
|
const { space: s, currentUser: i } = e, a = `${s}/3drdfpersist/resources/v1/usersgroup?select=uri,title,description,owner,members,pending_members,creation_date,modification_date,visibility`, d = { method: "GET", headers: {
|
|
357
357
|
"Content-Type": "application/json",
|
|
358
358
|
Accept: "application/json,text/javascript,*/*"
|
|
@@ -383,13 +383,13 @@ function xe(e, t = void 0, n = void 0) {
|
|
|
383
383
|
console.log(u);
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
function
|
|
386
|
+
function je(e, t) {
|
|
387
387
|
const { space: n } = e, i = `${n}/3drdfpersist/resources/v1/usersgroup/${t}`;
|
|
388
388
|
m(i, {
|
|
389
389
|
method: "DELETE"
|
|
390
390
|
});
|
|
391
391
|
}
|
|
392
|
-
function
|
|
392
|
+
function xe(e, t, n, s = void 0, i = void 0) {
|
|
393
393
|
const { space: r, tenant: o } = e, a = {
|
|
394
394
|
URITI: "/3drdfpersist/resources/v1/template-instances",
|
|
395
395
|
URIUGr: "/3drdfpersist/resources/v1/usersgroup",
|
|
@@ -400,7 +400,7 @@ function je(e, t, n, s = void 0, i = void 0) {
|
|
|
400
400
|
OPTsTenant: `tenant=dstenant:${o}`
|
|
401
401
|
}, c = n, d = `${r}${a.URIUGr}/${t}`, u = JSON.stringify(c);
|
|
402
402
|
m(d, {
|
|
403
|
-
headers:
|
|
403
|
+
headers: A,
|
|
404
404
|
method: "PATCH",
|
|
405
405
|
data: u,
|
|
406
406
|
type: "json",
|
|
@@ -416,7 +416,7 @@ function Pe(e, t, n, s = void 0, i = void 0) {
|
|
|
416
416
|
const { space: r } = e, a = `${r}/3drdfpersist/resources/v1/usersgroup/${t}/sharing`;
|
|
417
417
|
m(a, {
|
|
418
418
|
method: "PATCH",
|
|
419
|
-
headers:
|
|
419
|
+
headers: A,
|
|
420
420
|
data: JSON.stringify(n),
|
|
421
421
|
type: "json",
|
|
422
422
|
onComplete(d) {
|
|
@@ -540,7 +540,7 @@ async function De(e, t = void 0, n = void 0, s = void 0) {
|
|
|
540
540
|
}
|
|
541
541
|
});
|
|
542
542
|
}
|
|
543
|
-
function
|
|
543
|
+
function F(e, t = void 0, n = void 0) {
|
|
544
544
|
if (e.objID && e.objID !== "") {
|
|
545
545
|
let s = `${e.space}/resources/v1/modeler/documents/${e.objID}`;
|
|
546
546
|
m(s, {
|
|
@@ -582,9 +582,9 @@ function O(e, t = void 0, n = void 0) {
|
|
|
582
582
|
} else
|
|
583
583
|
n && n("ERROR : url du 3DSpace non défini.");
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function U(e, t = void 0, n = void 0) {
|
|
586
586
|
let s = e.space + `/resources/v1/modeler/documents/${e.objID}/files/DownloadTicket`;
|
|
587
|
-
|
|
587
|
+
F(
|
|
588
588
|
e,
|
|
589
589
|
(i) => {
|
|
590
590
|
m(s, {
|
|
@@ -639,7 +639,7 @@ function D(e, t, n, s, i, r = void 0, o = void 0) {
|
|
|
639
639
|
r,
|
|
640
640
|
o
|
|
641
641
|
);
|
|
642
|
-
e.token ? a() :
|
|
642
|
+
e.token ? a() : F(
|
|
643
643
|
e,
|
|
644
644
|
t,
|
|
645
645
|
(c) => {
|
|
@@ -847,7 +847,7 @@ function se(e, t, n, s = void 0, i = void 0, r = void 0) {
|
|
|
847
847
|
}
|
|
848
848
|
});
|
|
849
849
|
}
|
|
850
|
-
function
|
|
850
|
+
function k(e, t = void 0, n = void 0, s = void 0, i = void 0, r = void 0, o = !1) {
|
|
851
851
|
const a = `${e.space}/resources/modeler/pno/person?current=true&select=preferredcredentials&select=collabspaces`;
|
|
852
852
|
m(a, {
|
|
853
853
|
method: "GET",
|
|
@@ -912,7 +912,7 @@ async function L(e, t = void 0, n = void 0) {
|
|
|
912
912
|
console.log("☠️ error => ", s);
|
|
913
913
|
}
|
|
914
914
|
), new Promise((s, i) => {
|
|
915
|
-
|
|
915
|
+
U(
|
|
916
916
|
e,
|
|
917
917
|
(r) => {
|
|
918
918
|
e?.returnType === "blob" ? (console.log("ticketURL blob", r), fetch(r).then((o) => o.blob()).then((o) => {
|
|
@@ -1082,7 +1082,7 @@ function Ke(e, t, n = void 0, s = void 0) {
|
|
|
1082
1082
|
return new Promise((i) => {
|
|
1083
1083
|
if (e.token === "" && O(e), t !== void 0 && t !== "" && t !== null) {
|
|
1084
1084
|
const r = `${e.space}/resources/v1/dslc/versiongraph?withThumbnail=0&withIsLastVersion=0&withAttributes=0&withCopyFrom=0&tenant=${e.tenant}`;
|
|
1085
|
-
|
|
1085
|
+
k(
|
|
1086
1086
|
e.space,
|
|
1087
1087
|
"ESPACE COMMUN",
|
|
1088
1088
|
["VPLMProjectLeader", "VPLMCreator"],
|
|
@@ -1123,7 +1123,7 @@ function Be(e, t, n = void 0, s = void 0) {
|
|
|
1123
1123
|
return new Promise((i) => {
|
|
1124
1124
|
if (e.token === "" && O(e), t !== void 0 && t !== "" && t !== null) {
|
|
1125
1125
|
const r = `${e.space}/resources/lifecycle/revise/prepare_revise_maskattributes?tenant=${e.tenant}`;
|
|
1126
|
-
|
|
1126
|
+
k(
|
|
1127
1127
|
e.space,
|
|
1128
1128
|
"ESPACE COMMUN",
|
|
1129
1129
|
["VPLMProjectLeader", "VPLMCreator"],
|
|
@@ -1170,7 +1170,7 @@ function Ve(e, t, n, s = void 0, i = void 0) {
|
|
|
1170
1170
|
return new Promise((r) => {
|
|
1171
1171
|
if (e.token === "" && O(e), t !== void 0 && t !== "" && t !== null) {
|
|
1172
1172
|
const o = `${e.space}/resources/lifecycle/revise/major?tenant=${e.tenant}`;
|
|
1173
|
-
|
|
1173
|
+
k(
|
|
1174
1174
|
e.space,
|
|
1175
1175
|
"ESPACE COMMUN",
|
|
1176
1176
|
["VPLMProjectLeader", "VPLMCreator"],
|
|
@@ -1292,7 +1292,7 @@ function qe(e, t = void 0, n = void 0) {
|
|
|
1292
1292
|
});
|
|
1293
1293
|
}
|
|
1294
1294
|
function Ye(e, t, n, s) {
|
|
1295
|
-
|
|
1295
|
+
U(
|
|
1296
1296
|
e.space,
|
|
1297
1297
|
t,
|
|
1298
1298
|
(i) => {
|
|
@@ -1310,7 +1310,7 @@ function Ye(e, t, n, s) {
|
|
|
1310
1310
|
}
|
|
1311
1311
|
async function He(e, t, n = void 0, s = void 0) {
|
|
1312
1312
|
return new Promise((i) => {
|
|
1313
|
-
|
|
1313
|
+
U(e, t, (r) => {
|
|
1314
1314
|
m(r, {
|
|
1315
1315
|
onComplete: (o, a, c) => (i(JSON.parse(o)), n && n(JSON.parse(o), a, c), i),
|
|
1316
1316
|
onFailure: (o, a, c) => {
|
|
@@ -1322,7 +1322,7 @@ async function He(e, t, n = void 0, s = void 0) {
|
|
|
1322
1322
|
}
|
|
1323
1323
|
function ze(e, t, n, s = void 0, i = void 0) {
|
|
1324
1324
|
const r = new Blob([JSON.stringify(t)], { type: "text/plain" });
|
|
1325
|
-
|
|
1325
|
+
F(
|
|
1326
1326
|
e,
|
|
1327
1327
|
n,
|
|
1328
1328
|
(o) => {
|
|
@@ -1344,9 +1344,9 @@ function ze(e, t, n, s = void 0, i = void 0) {
|
|
|
1344
1344
|
);
|
|
1345
1345
|
}
|
|
1346
1346
|
let M, J;
|
|
1347
|
-
const
|
|
1347
|
+
const j = [];
|
|
1348
1348
|
async function Qe(e, t = void 0, n = void 0) {
|
|
1349
|
-
e.objID && e.objID !== "" ?
|
|
1349
|
+
e.objID && e.objID !== "" ? F(
|
|
1350
1350
|
e,
|
|
1351
1351
|
(s) => {
|
|
1352
1352
|
t && t(s);
|
|
@@ -1398,7 +1398,7 @@ function oe(e, t, n = void 0, s = void 0) {
|
|
|
1398
1398
|
M,
|
|
1399
1399
|
(i) => {
|
|
1400
1400
|
const r = [...t];
|
|
1401
|
-
r.find((o) => o.objectID === i.objectId).data = i.data, J = r,
|
|
1401
|
+
r.find((o) => o.objectID === i.objectId).data = i.data, J = r, j.push(i.data), n && n(j);
|
|
1402
1402
|
},
|
|
1403
1403
|
(i) => {
|
|
1404
1404
|
s && (s(i), console.log(i));
|
|
@@ -1808,7 +1808,7 @@ function ct(e, t, n = void 0, s = void 0) {
|
|
|
1808
1808
|
le(
|
|
1809
1809
|
c.users,
|
|
1810
1810
|
(p) => {
|
|
1811
|
-
p !== void 0 && (d.id_msg = p.id, u = !0,
|
|
1811
|
+
p !== void 0 && (d.id_msg = p.id, u = !0, x(e, d));
|
|
1812
1812
|
},
|
|
1813
1813
|
(p) => {
|
|
1814
1814
|
u = !1, console.log("_3dSwym_findCommunityToInstantMSG callback", p), s && s(p), d.id_msg = "";
|
|
@@ -1826,7 +1826,7 @@ function ct(e, t, n = void 0, s = void 0) {
|
|
|
1826
1826
|
type: "json",
|
|
1827
1827
|
onComplete(f, l, g) {
|
|
1828
1828
|
const h = f;
|
|
1829
|
-
h.reponse = JSON.parse(g.response), h.status = g.status, n && n(h), d.id_msg = h.result.id,
|
|
1829
|
+
h.reponse = JSON.parse(g.response), h.status = g.status, n && n(h), d.id_msg = h.result.id, x(e, d);
|
|
1830
1830
|
},
|
|
1831
1831
|
onFailure(f, l, g) {
|
|
1832
1832
|
const h = f;
|
|
@@ -1865,7 +1865,7 @@ function le(e, t, n, s) {
|
|
|
1865
1865
|
});
|
|
1866
1866
|
});
|
|
1867
1867
|
}
|
|
1868
|
-
function
|
|
1868
|
+
function x(e, t, n = void 0, s = void 0) {
|
|
1869
1869
|
const i = {
|
|
1870
1870
|
base: e._3DSwym,
|
|
1871
1871
|
uri: "/api/community",
|
|
@@ -2049,7 +2049,7 @@ function pt(e, t, n = void 0, s = void 0) {
|
|
|
2049
2049
|
});
|
|
2050
2050
|
}
|
|
2051
2051
|
function lt(e, t = void 0, n = void 0) {
|
|
2052
|
-
const s = `${e.
|
|
2052
|
+
const s = `${e._}/api/idea/get`;
|
|
2053
2053
|
if (e.idPost === "") {
|
|
2054
2054
|
const r = "☠️ idPost est vide, vous devez renseigner un identifiant de post";
|
|
2055
2055
|
throw new Error(`Erreur sur cette requête : ${s}`, { cause: r });
|
|
@@ -2241,6 +2241,39 @@ function me(e) {
|
|
|
2241
2241
|
</p>` : e;
|
|
2242
2242
|
}
|
|
2243
2243
|
function gt(e, t = void 0, n = void 0) {
|
|
2244
|
+
const { tenant: s, _3DSwym: i, _3DSwym_token: r, community_id: o, idea_id: a } = e;
|
|
2245
|
+
if (s && i && r && o && a) {
|
|
2246
|
+
const c = `${i}/api/idea/forward`;
|
|
2247
|
+
m(c, {
|
|
2248
|
+
method: "POST",
|
|
2249
|
+
headers: {
|
|
2250
|
+
"Content-type": "application/json;charset=UTF-8",
|
|
2251
|
+
Accept: "application/json",
|
|
2252
|
+
"X-DS-SWYM-CSRFTOKEN": r
|
|
2253
|
+
},
|
|
2254
|
+
data: JSON.stringify({
|
|
2255
|
+
community_uri: `swym:prd:${s.toUpperCase()}:community:${o}`,
|
|
2256
|
+
content_uri: `swym:prd:${s.toUpperCase()}:idea:${a}`,
|
|
2257
|
+
timeout: 3e4
|
|
2258
|
+
}),
|
|
2259
|
+
type: "json",
|
|
2260
|
+
onComplete(d) {
|
|
2261
|
+
t && t(d);
|
|
2262
|
+
},
|
|
2263
|
+
onFailure(d, u) {
|
|
2264
|
+
const p = d;
|
|
2265
|
+
p.status = u.status, p.response = u.errormsg, n && n(p);
|
|
2266
|
+
}
|
|
2267
|
+
});
|
|
2268
|
+
} else
|
|
2269
|
+
n && n({
|
|
2270
|
+
status: "error",
|
|
2271
|
+
msg: "Credentials incomplet !",
|
|
2272
|
+
attend: "tenant, _3DSwym , _3DSwym_token, community_id, idea_id",
|
|
2273
|
+
credentials: e
|
|
2274
|
+
});
|
|
2275
|
+
}
|
|
2276
|
+
function ht(e, t = void 0, n = void 0) {
|
|
2244
2277
|
const s = e._3DSwym + "/api/user/getcurrent/";
|
|
2245
2278
|
w(e, (i) => {
|
|
2246
2279
|
m(s, {
|
|
@@ -2259,7 +2292,7 @@ function gt(e, t = void 0, n = void 0) {
|
|
|
2259
2292
|
});
|
|
2260
2293
|
});
|
|
2261
2294
|
}
|
|
2262
|
-
function
|
|
2295
|
+
function yt(e, t, n = void 0, s = void 0) {
|
|
2263
2296
|
const i = e.space + "/api/user/find/login/" + t;
|
|
2264
2297
|
w(
|
|
2265
2298
|
e,
|
|
@@ -2279,13 +2312,13 @@ function ht(e, t, n = void 0, s = void 0) {
|
|
|
2279
2312
|
s
|
|
2280
2313
|
);
|
|
2281
2314
|
}
|
|
2282
|
-
function
|
|
2315
|
+
function St(e, t = void 0, n = void 0) {
|
|
2283
2316
|
e.tenant && b(e, (s) => {
|
|
2284
2317
|
const i = s.services.find((r) => r.id === "businessprocess")?.url + "/api/v2";
|
|
2285
2318
|
return t && t(i), i;
|
|
2286
2319
|
});
|
|
2287
2320
|
}
|
|
2288
|
-
function
|
|
2321
|
+
function _t(e, t = void 0, n = void 0) {
|
|
2289
2322
|
e.tenant && b(e, (s) => {
|
|
2290
2323
|
const i = s.services.find((a) => a.id === "3dpassport")?.url, r = s.services.find((a) => a.id === "businessprocess")?.url + "/api/v2", o = `${i}/login/?service=${r}/auth/cas`;
|
|
2291
2324
|
m(o, {
|
|
@@ -2303,7 +2336,7 @@ function St(e, t = void 0, n = void 0) {
|
|
|
2303
2336
|
});
|
|
2304
2337
|
});
|
|
2305
2338
|
}
|
|
2306
|
-
function
|
|
2339
|
+
function wt(e, t = void 0, n = void 0) {
|
|
2307
2340
|
if (e.tenant) {
|
|
2308
2341
|
const s = e.tenant.toLowerCase();
|
|
2309
2342
|
fetch(`https://api.uixhome.fr/${s}/iterop/jwtuser`, {
|
|
@@ -2315,7 +2348,7 @@ function _t(e, t = void 0, n = void 0) {
|
|
|
2315
2348
|
});
|
|
2316
2349
|
}
|
|
2317
2350
|
}
|
|
2318
|
-
async function
|
|
2351
|
+
async function Ct(e, t, n = void 0, s = void 0) {
|
|
2319
2352
|
e.tenant && b(e, (i) => {
|
|
2320
2353
|
const o = `${i.services.find((c) => c.id === "businessprocess")?.url + "/api/v2"}/identity/users`, a = e.tenant.toLowerCase();
|
|
2321
2354
|
fetch(`https://api.uixhome.fr/${a}/iterop/listusers?t=${t}&s=${o}`, {
|
|
@@ -2327,7 +2360,7 @@ async function wt(e, t, n = void 0, s = void 0) {
|
|
|
2327
2360
|
});
|
|
2328
2361
|
});
|
|
2329
2362
|
}
|
|
2330
|
-
async function
|
|
2363
|
+
async function Tt(e, t, n = void 0, s = void 0) {
|
|
2331
2364
|
e.tenant && b(e, (i) => {
|
|
2332
2365
|
const o = `${i.services.find((c) => c.id === "businessprocess")?.url + "/api/v2"}/repository/data/tables`, a = e.tenant.toLowerCase();
|
|
2333
2366
|
fetch(`https://api.uixhome.fr/${a}/iterop/repository/data/tables?t=${t}&s=${o}`, {
|
|
@@ -2339,7 +2372,7 @@ async function Ct(e, t, n = void 0, s = void 0) {
|
|
|
2339
2372
|
});
|
|
2340
2373
|
});
|
|
2341
2374
|
}
|
|
2342
|
-
async function
|
|
2375
|
+
async function bt(e, t, n, s = void 0, i = void 0) {
|
|
2343
2376
|
if (e.tenant) {
|
|
2344
2377
|
const r = e.tenant.toLowerCase();
|
|
2345
2378
|
fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/${n}?t=${t}`, {
|
|
@@ -2351,7 +2384,7 @@ async function Tt(e, t, n, s = void 0, i = void 0) {
|
|
|
2351
2384
|
});
|
|
2352
2385
|
}
|
|
2353
2386
|
}
|
|
2354
|
-
async function
|
|
2387
|
+
async function Ot(e, t, n, s = void 0, i = void 0) {
|
|
2355
2388
|
if (e.tenant) {
|
|
2356
2389
|
const r = e.tenant.toLowerCase();
|
|
2357
2390
|
fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/rows/${n}/?t=${t}`, {
|
|
@@ -2363,7 +2396,7 @@ async function bt(e, t, n, s = void 0, i = void 0) {
|
|
|
2363
2396
|
});
|
|
2364
2397
|
}
|
|
2365
2398
|
}
|
|
2366
|
-
async function
|
|
2399
|
+
async function $t(e, t, n, s, i = void 0, r = void 0) {
|
|
2367
2400
|
e.tenant && b(e, (o) => {
|
|
2368
2401
|
o.services.find((c) => c.id === "businessprocess")?.url + "";
|
|
2369
2402
|
const a = e.tenant.toLowerCase();
|
|
@@ -2376,7 +2409,7 @@ async function Ot(e, t, n, s, i = void 0, r = void 0) {
|
|
|
2376
2409
|
});
|
|
2377
2410
|
});
|
|
2378
2411
|
}
|
|
2379
|
-
async function
|
|
2412
|
+
async function It(e, t, n, s, i, r = void 0, o = void 0) {
|
|
2380
2413
|
if (e.tenant) {
|
|
2381
2414
|
const a = `https://api.uixhome.fr/${e.tenant.toLowerCase()}/iterop/businesstable/search/rows/${n}?t=${t}&c=${encodeURIComponent(
|
|
2382
2415
|
s
|
|
@@ -2395,7 +2428,7 @@ async function $t(e, t, n, s, i, r = void 0, o = void 0) {
|
|
|
2395
2428
|
});
|
|
2396
2429
|
}
|
|
2397
2430
|
}
|
|
2398
|
-
async function
|
|
2431
|
+
async function Nt(e, t, n, s, i = void 0, r = void 0) {
|
|
2399
2432
|
if (e.tenant) {
|
|
2400
2433
|
const o = `https://api.uixhome.fr/${e.tenant.toLowerCase()}/iterop/businesstable/post/update/${n}?t=${t}&b=${encodeURIComponent(
|
|
2401
2434
|
s
|
|
@@ -2412,7 +2445,7 @@ async function It(e, t, n, s, i = void 0, r = void 0) {
|
|
|
2412
2445
|
});
|
|
2413
2446
|
}
|
|
2414
2447
|
}
|
|
2415
|
-
async function
|
|
2448
|
+
async function vt(e, t, n, s, i = void 0, r = void 0) {
|
|
2416
2449
|
e.tenant && b(e, (o) => {
|
|
2417
2450
|
o.services.find((c) => c.id === "businessprocess")?.url + "";
|
|
2418
2451
|
const a = e.tenant.toLowerCase();
|
|
@@ -2428,7 +2461,7 @@ async function Nt(e, t, n, s, i = void 0, r = void 0) {
|
|
|
2428
2461
|
});
|
|
2429
2462
|
});
|
|
2430
2463
|
}
|
|
2431
|
-
async function
|
|
2464
|
+
async function Ft(e, t, n, s = void 0, i = void 0) {
|
|
2432
2465
|
e.tenant && b(e, (r) => {
|
|
2433
2466
|
r.services.find((a) => a.id === "businessprocess")?.url + "";
|
|
2434
2467
|
const o = e.tenant.toLowerCase();
|
|
@@ -2477,7 +2510,7 @@ async function At(e, t, n, s, i = void 0, r = void 0) {
|
|
|
2477
2510
|
});
|
|
2478
2511
|
}
|
|
2479
2512
|
//!SECTION
|
|
2480
|
-
async function
|
|
2513
|
+
async function Ut(e, t, n, s = void 0, i = void 0) {
|
|
2481
2514
|
if (e.tenant) {
|
|
2482
2515
|
const r = e.tenant.toLowerCase();
|
|
2483
2516
|
fetch(
|
|
@@ -2493,17 +2526,17 @@ async function Ft(e, t, n, s = void 0, i = void 0) {
|
|
|
2493
2526
|
}
|
|
2494
2527
|
}
|
|
2495
2528
|
//!SECTION
|
|
2496
|
-
function
|
|
2529
|
+
function jt(e) {
|
|
2497
2530
|
const t = "Hello " + e;
|
|
2498
2531
|
return console.log(t), t;
|
|
2499
2532
|
}
|
|
2500
|
-
function
|
|
2533
|
+
function xt(e, t = void 0, n = void 0) {
|
|
2501
2534
|
return console.log("credentials", e), new Promise((s) => {
|
|
2502
2535
|
if (e.token === "" && O(e), !e.space || e.space === "") {
|
|
2503
2536
|
const o = q();
|
|
2504
2537
|
console.log("platformeInfo", o);
|
|
2505
2538
|
}
|
|
2506
|
-
|
|
2539
|
+
k(
|
|
2507
2540
|
e,
|
|
2508
2541
|
"Common space",
|
|
2509
2542
|
["VPLMProjectLeader", "VPLMCreator"],
|
|
@@ -2578,7 +2611,7 @@ function Ut(e, t = void 0, n = void 0) {
|
|
|
2578
2611
|
}
|
|
2579
2612
|
export {
|
|
2580
2613
|
B as UUID,
|
|
2581
|
-
|
|
2614
|
+
xt as _3DSearch_usersGroup,
|
|
2582
2615
|
Je as _3DSpace_Create_Doc,
|
|
2583
2616
|
Me as _3DSpace_Update_Doc,
|
|
2584
2617
|
Xe as _3DSpace_bookmark_addSubsciptions,
|
|
@@ -2589,17 +2622,18 @@ export {
|
|
|
2589
2622
|
D as _3DSpace_file_update,
|
|
2590
2623
|
ee as _3DSpace_file_update_csr,
|
|
2591
2624
|
Le as _3DSpace_file_url_csr,
|
|
2592
|
-
|
|
2625
|
+
F as _3DSpace_get_csrf,
|
|
2593
2626
|
R as _3DSpace_get_docInfo,
|
|
2594
2627
|
ae as _3DSpace_get_downloadTicket_multidoc,
|
|
2595
2628
|
De as _3DSpace_get_multiDocInfo,
|
|
2596
|
-
|
|
2597
|
-
|
|
2629
|
+
k as _3DSpace_get_securityContexts,
|
|
2630
|
+
U as _3DSpace_get_ticket,
|
|
2598
2631
|
Ve as _3DSpace_lifecycle_changeRevision,
|
|
2599
2632
|
Ee as _3DSpace_lifecycle_changeState,
|
|
2600
2633
|
Ke as _3DSpace_lifecycle_getGraph,
|
|
2601
2634
|
Be as _3DSpace_lifecycle_getNextRevision,
|
|
2602
2635
|
Ge as _3DSpace_lifecycle_getNextStates,
|
|
2636
|
+
gt as _3DSwym_ForwardIdea,
|
|
2603
2637
|
ct as _3DSwym_buildDirectMessage,
|
|
2604
2638
|
pt as _3DSwym_deleteIdea,
|
|
2605
2639
|
ft as _3DSwym_editIdea,
|
|
@@ -2612,32 +2646,32 @@ export {
|
|
|
2612
2646
|
pe as _3DSwym_getMembersCommunity,
|
|
2613
2647
|
lt as _3DSwym_getOneIdea,
|
|
2614
2648
|
w as _3DSwym_get_Token,
|
|
2615
|
-
|
|
2616
|
-
|
|
2649
|
+
ht as _3DSwym_get_currentUser,
|
|
2650
|
+
yt as _3DSwym_get_findUser,
|
|
2617
2651
|
ut as _3DSwym_postIdea,
|
|
2618
2652
|
dt as _3DSwym_postIdeaTemplate,
|
|
2619
|
-
|
|
2620
|
-
|
|
2653
|
+
x as _3DSwym_sendMessageData,
|
|
2654
|
+
Fe as _AppMngt_get_info_user,
|
|
2621
2655
|
ve as _AppMngt_get_users,
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2656
|
+
$t as _Iterop_AddOrRemoveRows,
|
|
2657
|
+
_t as _Iterop_Auth_CAS,
|
|
2658
|
+
Ft as _Iterop_GetOneDependencyTable,
|
|
2659
|
+
Ut as _Iterop_GetOneList,
|
|
2660
|
+
Ct as _Iterop_ListUsers,
|
|
2627
2661
|
kt as _Iterop_PatchDependencyTable,
|
|
2628
2662
|
At as _Iterop_PutDependencyTable,
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2663
|
+
It as _Iterop_businessTableSearchInRows,
|
|
2664
|
+
Tt as _Iterop_getAllBusinessTables,
|
|
2665
|
+
bt as _Iterop_getOneBusinessTable,
|
|
2666
|
+
Ot as _Iterop_getOneBusinessTableRows,
|
|
2667
|
+
wt as _Iterop_jwtUser,
|
|
2668
|
+
vt as _Iterop_runProcess,
|
|
2669
|
+
Nt as _Iterop_updateBusinessTable,
|
|
2636
2670
|
q as _getPlateformInfos,
|
|
2637
2671
|
$e as _getPlatformServices,
|
|
2638
2672
|
b as _getServiceUrl,
|
|
2639
2673
|
Ie as _getServiceUrl_3DPassport,
|
|
2640
|
-
|
|
2674
|
+
St as _getServiceUrl_Iterop,
|
|
2641
2675
|
m as _httpCallAuthenticated,
|
|
2642
2676
|
Te as _setDraggable,
|
|
2643
2677
|
Oe as _setDroppable,
|
|
@@ -2646,29 +2680,29 @@ export {
|
|
|
2646
2680
|
W as chunkArray,
|
|
2647
2681
|
Ne as compass_getListAdditionalApps,
|
|
2648
2682
|
V as couleurs,
|
|
2649
|
-
|
|
2683
|
+
ke as createUserGroups,
|
|
2650
2684
|
oe as dataMixing,
|
|
2651
|
-
|
|
2685
|
+
je as deleteUserGroups,
|
|
2652
2686
|
_e as findAdresse,
|
|
2653
2687
|
qe as getAllContextSecurity,
|
|
2654
2688
|
H as getCSRFToken,
|
|
2655
2689
|
Se as getCommunes,
|
|
2656
|
-
|
|
2690
|
+
Ae as getComplementUG,
|
|
2657
2691
|
Ye as getDataFrom3DSpace,
|
|
2658
2692
|
we as getDataFromGouvFr,
|
|
2659
2693
|
Ze as getDatasByTenant,
|
|
2660
2694
|
et as getDatasFrom3DSpace,
|
|
2661
2695
|
He as getDownloadDocument,
|
|
2662
2696
|
st as getInfoDocTags,
|
|
2663
|
-
|
|
2697
|
+
Ue as getUserGroupsList,
|
|
2664
2698
|
Y as getUsersGroupRules,
|
|
2665
2699
|
Qe as get_3DSpace_csrf,
|
|
2666
|
-
|
|
2700
|
+
xe as patchUserGroups,
|
|
2667
2701
|
Pe as patchUserGroupsControl,
|
|
2668
2702
|
ze as pushDataIn3DSpace,
|
|
2669
2703
|
Re as readUserGroupControl,
|
|
2670
2704
|
nt as removeTagToDoc,
|
|
2671
|
-
|
|
2705
|
+
jt as sayHello,
|
|
2672
2706
|
Ce as updateEvent
|
|
2673
2707
|
};
|
|
2674
2708
|
//# sourceMappingURL=wb3Api.js.map
|