@beam3_dev/api_module 0.0.135 → 0.0.137
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 -1
- 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
|
@@ -1981,7 +1981,7 @@ function st(e, t = void 0, n = void 0) {
|
|
|
1981
1981
|
async function at(e, t) {
|
|
1982
1982
|
e.tenant && F(e, (n) => {
|
|
1983
1983
|
console.log("serviceUrls", n);
|
|
1984
|
-
const s = n.services.find((o) => o.id === "
|
|
1984
|
+
const s = n.services.find((o) => o.id === "3ddashboard")?.url, i = n.services.find((o) => o.id === "businessprocess")?.url + "/api/v2", r = `${s}/login/?service=${i}/identity/users`;
|
|
1985
1985
|
f(r, {
|
|
1986
1986
|
headers: {
|
|
1987
1987
|
Authorization: `Bearer ${t}`
|