@beam3_dev/api_module 0.0.66 → 0.0.67
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 +16 -14
- 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
|
@@ -702,20 +702,22 @@ async function I(e, t = void 0, s = void 0) {
|
|
|
702
702
|
U(
|
|
703
703
|
e,
|
|
704
704
|
(a) => {
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
705
|
+
setTimeout(() => {
|
|
706
|
+
f(a, {
|
|
707
|
+
headers: {
|
|
708
|
+
"Content-Type": "application/json",
|
|
709
|
+
Accept: "application/json",
|
|
710
|
+
ENO_CSRF_TOKEN: e.token
|
|
711
|
+
},
|
|
712
|
+
onComplete(i) {
|
|
713
|
+
const d = JSON.parse(i);
|
|
714
|
+
console.log("_3DSpace_download_doc / reponse ", d), t && t(d), c(d);
|
|
715
|
+
},
|
|
716
|
+
onFailure(i, d, l) {
|
|
717
|
+
s && (console.log("error http", i), s({ error: i, headers: d, xhr: l }), r({ error: i, headers: d, xhr: l }));
|
|
718
|
+
}
|
|
719
|
+
});
|
|
720
|
+
}, 500);
|
|
719
721
|
},
|
|
720
722
|
(a) => {
|
|
721
723
|
s && s(a), console.log("*_3dspace_download_doc / error file URL *", a), r(a);
|