@beam3_dev/api_module 0.0.357 → 0.0.359
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 +1 -2
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +5 -5
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -1698,8 +1698,7 @@ function dt(e, n) {
|
|
|
1698
1698
|
data: JSON.stringify(d),
|
|
1699
1699
|
type: "json",
|
|
1700
1700
|
onComplete(u, p, f) {
|
|
1701
|
-
|
|
1702
|
-
console.log("getListBkEnfant | réponse => ", l), t(l);
|
|
1701
|
+
t({ success: !0, objIdBookmark: n, folders: u?.folders });
|
|
1703
1702
|
},
|
|
1704
1703
|
onFailure(u, p, f) {
|
|
1705
1704
|
const l = {};
|