@beam3_dev/api_module 0.0.309 → 0.0.310

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
@@ -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=100`, p = { method: "GET", headers: {
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=500`, 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 = { infoError: u, fonction: "getUserGroupsList()", catch: new Error("Erreur sur la fonction getUserGroupsList()", { cause: u }) };
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
  }