2 lines
784 B
JavaScript
2 lines
784 B
JavaScript
var t=(e,o,n)=>new Promise((p,i)=>{var u=s=>{try{c(n.next(s))}catch(a){i(a)}},l=s=>{try{c(n.throw(s))}catch(a){i(a)}},c=s=>s.done?p(s.value):Promise.resolve(s.value).then(u,l);c((n=n.apply(e,o)).next())});import{aq as r}from"./bootstrap-D7yvUSkm.js";function m(e){return t(this,null,function*(){return r.get("/bpm/process-listener/page",{params:e})})}function f(e){return t(this,null,function*(){return r.get(`/bpm/process-listener/get?id=${e}`)})}function P(e){return t(this,null,function*(){return r.post("/bpm/process-listener/create",e)})}function b(e){return t(this,null,function*(){return r.put("/bpm/process-listener/update",e)})}function y(e){return t(this,null,function*(){return r.delete(`/bpm/process-listener/delete?id=${e}`)})}export{f as a,P as c,y as d,m as g,b as u};
|