@beam3_dev/api_module 0.0.221 → 0.0.223

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
@@ -2300,7 +2300,7 @@ async function St(e, t, s = void 0, n = void 0) {
2300
2300
  async function _t(e, t, s, n = void 0, i = void 0) {
2301
2301
  if (e.tenant) {
2302
2302
  const r = e.tenant.toLowerCase();
2303
- fetch(`https://api.uixhome.fr/${r}/iterop//businesstable/${s}?t=${t}`, {
2303
+ fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/${s}?t=${t}`, {
2304
2304
  method: "POST"
2305
2305
  }).then((o) => o.json()).then((o) => {
2306
2306
  n && n(o);
@@ -2312,7 +2312,7 @@ async function _t(e, t, s, n = void 0, i = void 0) {
2312
2312
  async function wt(e, t, s, n = void 0, i = void 0) {
2313
2313
  if (e.tenant) {
2314
2314
  const r = e.tenant.toLowerCase();
2315
- fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/${s}/rows/?t=${t}`, {
2315
+ fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/rows/${s}/?t=${t}`, {
2316
2316
  method: "POST"
2317
2317
  }).then((o) => o.json()).then((o) => {
2318
2318
  n && n(o);