@beam3_dev/api_module 0.0.309 → 0.0.311
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 +8 -2
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +1 -1
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -365,7 +365,7 @@ function ee(e, t = void 0, n = void 0) {
|
|
|
365
365
|
});
|
|
366
366
|
}
|
|
367
367
|
function Ge(e, t = void 0, n = void 0) {
|
|
368
|
-
const { _usersgroup: s, currentUser: i } = e, c = `${s}/3drdfpersist/resources/v1/usersgroup?select=uri,title,description,owner,members,pending_members,creation_date,modification_date,visibility&top=
|
|
368
|
+
const { _usersgroup: s, currentUser: i } = e, c = `${s}/3drdfpersist/resources/v1/usersgroup?select=uri,title,description,owner,members,pending_members,creation_date,modification_date,visibility&top=150`, p = { method: "GET", headers: {
|
|
369
369
|
"Content-Type": "application/json",
|
|
370
370
|
Accept: "application/json,text/javascript,*/*"
|
|
371
371
|
} };
|
|
@@ -394,7 +394,13 @@ function Ge(e, t = void 0, n = void 0) {
|
|
|
394
394
|
});
|
|
395
395
|
} catch (u) {
|
|
396
396
|
console.log(u);
|
|
397
|
-
const f = {
|
|
397
|
+
const f = {
|
|
398
|
+
infoError: u,
|
|
399
|
+
fonction: "getUserGroupsList()",
|
|
400
|
+
catch: new Error("Erreur sur la fonction getUserGroupsList()", {
|
|
401
|
+
cause: u
|
|
402
|
+
})
|
|
403
|
+
};
|
|
398
404
|
n(f);
|
|
399
405
|
}
|
|
400
406
|
}
|