@beam3_dev/api_module 0.0.337 → 0.0.339
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 +5 -5
- 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
|
@@ -2726,10 +2726,7 @@ function Dt(e, n = void 0, t = void 0) {
|
|
|
2726
2726
|
if (e.tenant) {
|
|
2727
2727
|
const i = e.tenant.toLowerCase();
|
|
2728
2728
|
fetch(`https://api.uixhome.fr/${i}/iterop/jwtuser`, {
|
|
2729
|
-
method: "POST"
|
|
2730
|
-
headers: {
|
|
2731
|
-
"Access-Control-Allow-Origin": "*"
|
|
2732
|
-
}
|
|
2729
|
+
method: "POST"
|
|
2733
2730
|
}).then((s) => s.json()).then((s) => {
|
|
2734
2731
|
n && n(s);
|
|
2735
2732
|
}).catch((s) => {
|
|
@@ -2773,7 +2770,10 @@ async function Jt(e, n, t, i = void 0, s = void 0) {
|
|
|
2773
2770
|
fetch(
|
|
2774
2771
|
`https://api.uixhome.fr/${r}/iterop/businesstable/rows/${t}/?t=${n}`,
|
|
2775
2772
|
{
|
|
2776
|
-
method: "POST"
|
|
2773
|
+
method: "POST",
|
|
2774
|
+
headers: {
|
|
2775
|
+
"Access-Control-Allow-Origin": "*"
|
|
2776
|
+
}
|
|
2777
2777
|
}
|
|
2778
2778
|
).then((o) => o.json()).then((o) => {
|
|
2779
2779
|
i && i(o);
|