@beam3_dev/api_module 0.0.145 → 0.0.147

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
@@ -2004,10 +2004,13 @@ async function at(e, t, n = void 0, s = void 0) {
2004
2004
  }
2005
2005
  async function ot(e, t, n, s, a = void 0, r = void 0) {
2006
2006
  e.tenant && v(e, (o) => {
2007
- const c = `${o.services.find((d) => d.id === "businessprocess")?.url + "/api/v2"}/repository/data/tables`;
2008
- fetch(`https://api.uixhome.fr/iterop/runtime/processes?k=${n}&t=${t}&s=${c}&b=${s}`, {
2009
- method: "POST"
2010
- }).then((d) => d.json()).then((d) => {
2007
+ const i = o.services.find((d) => d.id === "businessprocess")?.url + "/api/v2", c = encodeURIComponent(`${i}`);
2008
+ fetch(
2009
+ `https://api.uixhome.fr/iterop/runtime/processes/${n}?t=${t}&s=${c}&b=${s}`,
2010
+ {
2011
+ method: "POST"
2012
+ }
2013
+ ).then((d) => d.json()).then((d) => {
2011
2014
  a && a(d);
2012
2015
  }).catch((d) => {
2013
2016
  r && r(d);
@@ -2138,7 +2141,7 @@ export {
2138
2141
  st as _Iterop_Auth_CAS,
2139
2142
  it as _Iterop_ListUsers,
2140
2143
  at as _Iterop_getAllBusinessTables,
2141
- ot as _Iterop_processStart,
2144
+ ot as _Iterop_runProcess,
2142
2145
  E as _getPlateformInfos,
2143
2146
  ge as _getPlatformServices,
2144
2147
  v as _getServiceUrl,