Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lobmanager.min.js 1.9KB

1
  1. var __awaiter=this&&this.__awaiter||function(n,t,i,r){function u(n){return n instanceof i?n:new i(function(t){t(n)})}return new(i||(i=Promise))(function(i,f){function o(n){try{e(r.next(n))}catch(t){f(t)}}function s(n){try{e(r["throw"](n))}catch(t){f(t)}}function e(n){n.done?i(n.value):u(n.value).then(o,s)}e((r=r.apply(n,t||[])).next())})},Bizgaze;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){class t extends Unibase.Platform.Core.BaseManager{getLobsByAddressId(n){return __awaiter(this,void 0,void 0,function*(){const t="apis/v4/bizgaze/crm/lobs/getlobsbyaddressid/addressid/"+n;return yield this.dataHelper().getAsync(t).then(function(n){return n.result!==null&&n.result!=""&&(n.result=JSON.parse(n.result)),n})})}getLobs(){return __awaiter(this,void 0,void 0,function*(){return yield this.dataHelper().getAsync("apis/v4/bizgaze/crm/lobs/getlobs").then(function(n){return n.result!==null&&n.result!=""&&(n.result=JSON.parse(n.result)),n})})}getLobByTagGroupId(n){return __awaiter(this,void 0,void 0,function*(){const t="apis/v4/bizgaze/crm/lobs/getlobtaggroups/taggroupid/"+n;return yield this.dataHelper().getAsync(t).then(function(n){return n.result!==null&&n.result!=""&&(n.result=JSON.parse(n.result)),n})})}getLobByLobId(n){return __awaiter(this,void 0,void 0,function*(){const t="apis/v4/bizgaze/crm/lobs/getlobbylobid/lobid/"+n;return yield this.dataHelper().getAsync(t).then(function(n){return n.result!==null&&n.result!=""&&(n.result=JSON.parse(n.result)),n})})}getTagLobs(){return __awaiter(this,void 0,void 0,function*(){return yield this.dataHelper().getAsync("apis/v4/bizgaze/crm/lobs/gettaglobs").then(function(n){return n.result!==null&&n.result!=""&&(n.result=JSON.parse(n.result)),n})})}static Instance(){return this._instance===undefined&&(this._instance=new t),this._instance}}n.LobManager=t})(t=n.Managers||(n.Managers={}))})(t=n.Lobs||(n.Lobs={}))})(t=n.CRM||(n.CRM={}))})(t=n.Apps||(n.Apps={}))})(Bizgaze||(Bizgaze={}));