@beam3_dev/api_module 0.0.166 → 0.0.167

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 CHANGED
@@ -655,7 +655,7 @@ function q(e, t, n, s, i, c, o = void 0, a = void 0) {
655
655
  }
656
656
  };
657
657
  m(
658
- e.space + "/resources/v1/modeler/documents",
658
+ e.space + `/resources/v1/modeler/documents/${t}`,
659
659
  _
660
660
  );
661
661
  }, g.onFailure = function(h) {
@@ -2125,7 +2125,7 @@ async function ft(e, t, n, s = void 0, i = void 0) {
2125
2125
  async function mt(e, t, n, s = void 0, i = void 0) {
2126
2126
  if (e.tenant) {
2127
2127
  const c = e.tenant.toLowerCase();
2128
- fetch(`https://api.uixhome.fr/${c}/iterop//businesstable/${n}/rows?t=${t}`, {
2128
+ fetch(`https://api.uixhome.fr/${c}/iterop//businesstable/${n}/rows/?t=${t}`, {
2129
2129
  method: "POST"
2130
2130
  }).then((o) => o.json()).then((o) => {
2131
2131
  s && s(o);