@beam3_dev/api_module 0.0.178 → 0.0.179
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 +9 -9
- 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
|
@@ -2212,19 +2212,19 @@ async function _t(e, t, n, s = void 0, i = void 0) {
|
|
|
2212
2212
|
});
|
|
2213
2213
|
});
|
|
2214
2214
|
}
|
|
2215
|
-
async function wt(e, t, n, s, i = void 0,
|
|
2216
|
-
e.tenant && T(e, (
|
|
2217
|
-
|
|
2218
|
-
const
|
|
2215
|
+
async function wt(e, t, n, s, i, c = void 0, o = void 0) {
|
|
2216
|
+
e.tenant && T(e, (a) => {
|
|
2217
|
+
a.services.find((d) => d.id === "businessprocess")?.url + "";
|
|
2218
|
+
const r = e.tenant.toLowerCase();
|
|
2219
2219
|
fetch(
|
|
2220
|
-
`https://api.uixhome.fr/${
|
|
2220
|
+
`https://api.uixhome.fr/${r}/iterop/dependencytable/patch/${n}/?t=${t}&cli=${s}&b=${i}`,
|
|
2221
2221
|
{
|
|
2222
2222
|
method: "POST"
|
|
2223
2223
|
}
|
|
2224
|
-
).then((
|
|
2225
|
-
|
|
2226
|
-
}).catch((
|
|
2227
|
-
|
|
2224
|
+
).then((d) => d.json()).then((d) => {
|
|
2225
|
+
c && c(d);
|
|
2226
|
+
}).catch((d) => {
|
|
2227
|
+
o && o(d);
|
|
2228
2228
|
});
|
|
2229
2229
|
});
|
|
2230
2230
|
}
|