@beam3_dev/api_module 0.0.349 → 0.0.351
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 +1 -1
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -1554,12 +1554,11 @@ function at(e, n, t = void 0, i = void 0) {
|
|
|
1554
1554
|
}
|
|
1555
1555
|
function rt(e) {
|
|
1556
1556
|
return new Promise((n, t) => {
|
|
1557
|
-
mainStore();
|
|
1558
1557
|
const { _fedSearch: i, currentTenant: s, ctx: r } = e;
|
|
1559
1558
|
r || t({ success: !1, msg: "getBookmarksRoot: ctx is missing in credentials" }), i || t({ success: !1, msg: "getBookmarksRoot: _fedSearch is missing in credentials" }), s || t({ success: !1, msg: "getBookmarksRoot: currentTenant is missing in credentials" });
|
|
1560
1559
|
const o = {
|
|
1561
1560
|
base: i,
|
|
1562
|
-
uri: "/
|
|
1561
|
+
uri: "/search",
|
|
1563
1562
|
opt: `?tenant=${s}`
|
|
1564
1563
|
}, a = {
|
|
1565
1564
|
select_predicate: [
|