@searchability/admin-client 0.0.5 → 0.0.7

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.
@@ -0,0 +1,15 @@
1
+ var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x4f9772,_0x2b4a32,_0x5dfdf1,_0x358314){function _0x5381d2(_0x420257){return _0x420257 instanceof _0x5dfdf1?_0x420257:new _0x5dfdf1(function(_0x4a4b03){_0x4a4b03(_0x420257);});}return new(_0x5dfdf1||(_0x5dfdf1=Promise))(function(_0x1be4f4,_0x190669){function _0x5ef4d8(_0xc1ff53){try{_0x292c75(_0x358314['next'](_0xc1ff53));}catch(_0xc4c8a8){_0x190669(_0xc4c8a8);}}function _0x45bcdc(_0x351526){try{_0x292c75(_0x358314['throw'](_0x351526));}catch(_0x366d5c){_0x190669(_0x366d5c);}}function _0x292c75(_0x4c605b){_0x4c605b['done']?_0x1be4f4(_0x4c605b['value']):_0x5381d2(_0x4c605b['value'])['then'](_0x5ef4d8,_0x45bcdc);}_0x292c75((_0x358314=_0x358314['apply'](_0x4f9772,_0x2b4a32||[]))['next']());});};class Fetch{static['get'](_0x5e088f,_0x526d4f){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x5e088f,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x526d4f}});});}static['post'](_0x3a27ae,_0x32b531,_0x208e4f){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3a27ae,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x32b531},'body':_0x208e4f?JSON['stringify'](_0x208e4f):null});});}static['put'](_0x3f7dcb,_0x963911,_0x4a9798){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3f7dcb,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x963911},'body':_0x4a9798?JSON['stringify'](_0x4a9798):null});});}static['delete'](_0x18d60a,_0x81fd1a){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x18d60a,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x81fd1a}});});}}
2
+
3
+ class Response{constructor(_0x45207e){this['isSuccess']=_0x45207e;}}class SuccessfulAccountResponse extends Response{constructor(_0x49eb9e){super(!![]),this['account']=_0x49eb9e;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x2835a2){super(![]),this['problem']=_0x2835a2;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulRefreshResponse extends Response{constructor(_0x2bbb27){super(!![]),this['tokens']=_0x2bbb27;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedRefreshResponse extends Response{constructor(_0x43ab49){super(![]),this['problem']=_0x43ab49;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
4
+
5
+ var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x522137,_0x5f41bb,_0x38f0e3,_0x3f93b4){function _0x52a6e5(_0x3f6d3a){return _0x3f6d3a instanceof _0x38f0e3?_0x3f6d3a:new _0x38f0e3(function(_0x3cb945){_0x3cb945(_0x3f6d3a);});}return new(_0x38f0e3||(_0x38f0e3=Promise))(function(_0x2a1e7a,_0x2a17ac){function _0x1ae136(_0x509bb2){try{_0x1320ad(_0x3f93b4['next'](_0x509bb2));}catch(_0x26fee5){_0x2a17ac(_0x26fee5);}}function _0x8717b7(_0x4e2541){try{_0x1320ad(_0x3f93b4['throw'](_0x4e2541));}catch(_0x3f6e76){_0x2a17ac(_0x3f6e76);}}function _0x1320ad(_0x41e1f8){_0x41e1f8['done']?_0x2a1e7a(_0x41e1f8['value']):_0x52a6e5(_0x41e1f8['value'])['then'](_0x1ae136,_0x8717b7);}_0x1320ad((_0x3f93b4=_0x3f93b4['apply'](_0x522137,_0x5f41bb||[]))['next']());});};class AccountService{constructor(_0x48c29a){this['baseUri']=_0x48c29a;}['get'](_0x45a17f,_0x136a37){return __awaiter$3(this,arguments,void 0,function*(_0xb326a3,_0x157a2b,_0x26c8fb={}){var _0x2ef41a;let _0x4eb235=(_0x2ef41a=_0x26c8fb['baseUri'])!==null&&_0x2ef41a!==void 0?_0x2ef41a:this['baseUri'];!_0x4eb235['endsWith']('/')&&(_0x4eb235=_0x4eb235+'/');_0x4eb235=_0x4eb235+'Account/'+_0x157a2b+'/';const _0x14f63c=yield Fetch['get'](_0x4eb235,_0xb326a3);try{if(_0x14f63c['status']>0xc7&&_0x14f63c['status']<0x12c){const _0x1b51cb=yield _0x14f63c['json']();return new SuccessfulAccountResponse(_0x1b51cb);}const _0x3693b9=yield _0x14f63c['json']();return new FailedAccountResponse(_0x3693b9);}catch(_0x4b13a5){if(_0x4b13a5 instanceof Error)return new FailedAccountResponse({'details':_0x4b13a5['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x4b13a5;}});}}
6
+
7
+ var __awaiter$2=undefined&&undefined['__awaiter']||function(_0xbf3cc3,_0x4f37ac,_0x13b71,_0x26ae08){function _0x116f81(_0xc0a04d){return _0xc0a04d instanceof _0x13b71?_0xc0a04d:new _0x13b71(function(_0xf9df5f){_0xf9df5f(_0xc0a04d);});}return new(_0x13b71||(_0x13b71=Promise))(function(_0x32f77b,_0x2059c3){function _0x33b474(_0x4a17ba){try{_0x51288c(_0x26ae08['next'](_0x4a17ba));}catch(_0x19b832){_0x2059c3(_0x19b832);}}function _0x5a400a(_0x3f7a35){try{_0x51288c(_0x26ae08['throw'](_0x3f7a35));}catch(_0x31acba){_0x2059c3(_0x31acba);}}function _0x51288c(_0x3ef86c){_0x3ef86c['done']?_0x32f77b(_0x3ef86c['value']):_0x116f81(_0x3ef86c['value'])['then'](_0x33b474,_0x5a400a);}_0x51288c((_0x26ae08=_0x26ae08['apply'](_0xbf3cc3,_0x4f37ac||[]))['next']());});};class ListService{constructor(_0x2e3e28){this['baseUri']=_0x2e3e28;}['add'](_0x59f0a3,_0x283be8,_0x4fecbb){return __awaiter$2(this,arguments,void 0,function*(_0x44d336,_0x49de08,_0x2b4280,_0x4cd968={}){var _0x53d9cd;let _0x2d1e86=(_0x53d9cd=_0x4cd968['baseUri'])!==null&&_0x53d9cd!==void 0?_0x53d9cd:this['baseUri'];!_0x2d1e86['endsWith']('/')&&(_0x2d1e86=_0x2d1e86+'/');_0x2d1e86=_0x2d1e86+'List';const _0x28b510={'account_name':_0x49de08,'list_name':_0x2b4280};try{const _0x489009=yield Fetch['post'](_0x2d1e86,_0x44d336,_0x28b510);if(_0x489009['status']>0xc7&&_0x489009['status']<0x12c){const _0x3dde1f=yield _0x489009['json']();return new SuccessfulAccountResponse(_0x3dde1f);}const _0x1fec7f=yield _0x489009['json']();return new FailedAccountResponse(_0x1fec7f);}catch(_0x3e9423){if(_0x3e9423 instanceof Error)return new FailedAccountResponse({'details':_0x3e9423['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3e9423;}});}['remove'](_0x215680,_0x5eb6ff,_0x3aa146){return __awaiter$2(this,arguments,void 0,function*(_0x22e239,_0x5af502,_0x49398f,_0x46017d={}){var _0x5cf98b;let _0x25ffe5=(_0x5cf98b=_0x46017d['baseUri'])!==null&&_0x5cf98b!==void 0?_0x5cf98b:this['baseUri'];_0x25ffe5=_0x25ffe5+'/List/'+_0x5af502+'/'+_0x49398f;const _0x2d3f24=yield Fetch['delete'](_0x25ffe5,_0x22e239);try{if(_0x2d3f24['status']>0xc7&&_0x2d3f24['status']<0x12c){const _0x779375=yield _0x2d3f24['json']();return new SuccessfulAccountResponse(_0x779375);}const _0x21d4ce=yield _0x2d3f24['json']();return new FailedAccountResponse(_0x21d4ce);}catch(_0xcd1d17){if(_0xcd1d17 instanceof Error)return new FailedAccountResponse({'details':_0xcd1d17['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xcd1d17;}});}}
8
+
9
+ var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x568f55,_0x372bb0,_0x45c54a,_0x524468){function _0x4378f4(_0x332f1c){return _0x332f1c instanceof _0x45c54a?_0x332f1c:new _0x45c54a(function(_0x487e6c){_0x487e6c(_0x332f1c);});}return new(_0x45c54a||(_0x45c54a=Promise))(function(_0x2ecd44,_0x5de60d){function _0x3459f4(_0x52ac24){try{_0x12023e(_0x524468['next'](_0x52ac24));}catch(_0x497583){_0x5de60d(_0x497583);}}function _0x46ac4f(_0x1e50be){try{_0x12023e(_0x524468['throw'](_0x1e50be));}catch(_0x188418){_0x5de60d(_0x188418);}}function _0x12023e(_0x419acc){_0x419acc['done']?_0x2ecd44(_0x419acc['value']):_0x4378f4(_0x419acc['value'])['then'](_0x3459f4,_0x46ac4f);}_0x12023e((_0x524468=_0x524468['apply'](_0x568f55,_0x372bb0||[]))['next']());});};class TokenManager{constructor(_0x1fe4fc){this['securityService']=_0x1fe4fc;}['RefreshTokens'](_0x559339){return __awaiter$1(this,arguments,void 0,function*(_0x55e034,_0x2ca67e={}){if(Date['now']()<_0x55e034['access_expires'])return new SuccessfulRefreshResponse(_0x55e034);if(Date['now']()>_0x55e034['refresh_expires']){const _0x5a0dc8={'details':'','type':'','status':0x193,'title':'Forbidden','instance':''};return new FailedRefreshResponse(_0x5a0dc8);}const _0x18fbd4=yield this['securityService']['refresh'](_0x55e034['refresh_token'],_0x2ca67e);if(!_0x18fbd4['isSuccess'])return new FailedRefreshResponse(_0x18fbd4['toProblem']());return new SuccessfulRefreshResponse(_0x18fbd4['toSuccess']());});}}
10
+
11
+ var __awaiter=undefined&&undefined['__awaiter']||function(_0x4ad10e,_0x4d4456,_0x4cf675,_0x582098){function _0x4bbd4f(_0x3a808e){return _0x3a808e instanceof _0x4cf675?_0x3a808e:new _0x4cf675(function(_0x367892){_0x367892(_0x3a808e);});}return new(_0x4cf675||(_0x4cf675=Promise))(function(_0x1ebb47,_0x464288){function _0x1d090d(_0x5cb1ff){try{_0x165eb6(_0x582098['next'](_0x5cb1ff));}catch(_0x39798d){_0x464288(_0x39798d);}}function _0x59de0c(_0x48644b){try{_0x165eb6(_0x582098['throw'](_0x48644b));}catch(_0xb31fcd){_0x464288(_0xb31fcd);}}function _0x165eb6(_0x4405fd){_0x4405fd['done']?_0x1ebb47(_0x4405fd['value']):_0x4bbd4f(_0x4405fd['value'])['then'](_0x1d090d,_0x59de0c);}_0x165eb6((_0x582098=_0x582098['apply'](_0x4ad10e,_0x4d4456||[]))['next']());});};class SecurityService{constructor(_0x314662){this['baseUri']=_0x314662,this['tokenManager']=new TokenManager(this);}['refresh'](_0x5ab384){return __awaiter(this,arguments,void 0,function*(_0x5f0b87,_0x3f1c82={}){var _0x558023;let _0x16401c=(_0x558023=_0x3f1c82['baseUri'])!==null&&_0x558023!==void 0?_0x558023:this['baseUri'];!_0x16401c['endsWith']('/')&&(_0x16401c=_0x16401c+'/');_0x16401c=_0x16401c+'Security/Refresh';try{const _0x5b0acd=yield Fetch['post'](_0x16401c,_0x5f0b87,null);if(_0x5b0acd['status']>0xc7&&_0x5b0acd['status']<0x12c){const _0x5a9fb0=yield _0x5b0acd['json']();return new SuccessfulRefreshResponse(_0x5a9fb0);}const _0xd55863=yield _0x5b0acd['json']();return new FailedRefreshResponse(_0xd55863);}catch(_0x5037bd){if(_0x5037bd instanceof Error)return new FailedRefreshResponse({'details':_0x5037bd['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x5037bd;}});}}
12
+
13
+ var _a;class AdminClient{}_a=AdminClient,AdminClient['baseUri']='https://admin.searchability.dev/',AdminClient['Accounts']=new AccountService(_a['baseUri']),AdminClient['Lists']=new ListService(_a['baseUri']),AdminClient['Security']=new SecurityService(_a['baseUri']);
14
+
15
+ export { AdminClient };
@@ -1,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x26b976,_0x577e97,_0x35d480,_0x5af5cd){function _0x5d30ee(_0x1a4d8c){return _0x1a4d8c instanceof _0x35d480?_0x1a4d8c:new _0x35d480(function(_0x263ebb){_0x263ebb(_0x1a4d8c);});}return new(_0x35d480||(_0x35d480=Promise))(function(_0x19162b,_0x1cba5f){function _0x5c231b(_0x3d9ac8){try{_0x33cfd6(_0x5af5cd['next'](_0x3d9ac8));}catch(_0x431267){_0x1cba5f(_0x431267);}}function _0x168fa4(_0x16ee42){try{_0x33cfd6(_0x5af5cd['throw'](_0x16ee42));}catch(_0x3a13d5){_0x1cba5f(_0x3a13d5);}}function _0x33cfd6(_0x2c237d){_0x2c237d['done']?_0x19162b(_0x2c237d['value']):_0x5d30ee(_0x2c237d['value'])['then'](_0x5c231b,_0x168fa4);}_0x33cfd6((_0x5af5cd=_0x5af5cd['apply'](_0x26b976,_0x577e97||[]))['next']());});};class Fetch{static['get'](_0x3d8e75,_0x659a29){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3d8e75,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x659a29}});});}static['post'](_0x3b4764,_0x3a7c9f,_0x2aa780){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3b4764,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3a7c9f},'body':_0x2aa780?JSON['stringify'](_0x2aa780):null});});}static['put'](_0x2087d5,_0x245dd2,_0x5f0a3c){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x2087d5,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x245dd2},'body':_0x5f0a3c?JSON['stringify'](_0x5f0a3c):null});});}static['delete'](_0x2a4803,_0x5015c9){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x2a4803,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x5015c9}});});}}
3
+ var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x39988e,_0x1d6cf7,_0x55fd1e,_0x4ccb56){function _0x37a630(_0x51b7cf){return _0x51b7cf instanceof _0x55fd1e?_0x51b7cf:new _0x55fd1e(function(_0x434942){_0x434942(_0x51b7cf);});}return new(_0x55fd1e||(_0x55fd1e=Promise))(function(_0x2edbf9,_0x3e85af){function _0x4912a1(_0x37431b){try{_0x1005c0(_0x4ccb56['next'](_0x37431b));}catch(_0x5c5406){_0x3e85af(_0x5c5406);}}function _0x153633(_0x1c25fe){try{_0x1005c0(_0x4ccb56['throw'](_0x1c25fe));}catch(_0x377b44){_0x3e85af(_0x377b44);}}function _0x1005c0(_0x1bcffa){_0x1bcffa['done']?_0x2edbf9(_0x1bcffa['value']):_0x37a630(_0x1bcffa['value'])['then'](_0x4912a1,_0x153633);}_0x1005c0((_0x4ccb56=_0x4ccb56['apply'](_0x39988e,_0x1d6cf7||[]))['next']());});};class Fetch{static['get'](_0x293f3f,_0x3716f9){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x293f3f,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3716f9}});});}static['post'](_0x5c0bbb,_0x48c704,_0x4fcc65){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x5c0bbb,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x48c704},'body':_0x4fcc65?JSON['stringify'](_0x4fcc65):null});});}static['put'](_0x17d203,_0x318a56,_0x4f411f){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x17d203,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x318a56},'body':_0x4f411f?JSON['stringify'](_0x4f411f):null});});}static['delete'](_0x328558,_0xe05e0){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x328558,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0xe05e0}});});}}
4
4
 
5
- var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x5eaedc,_0x56235f,_0x265705,_0x4c3a90){function _0x2c131d(_0x3a91dc){return _0x3a91dc instanceof _0x265705?_0x3a91dc:new _0x265705(function(_0x1f6310){_0x1f6310(_0x3a91dc);});}return new(_0x265705||(_0x265705=Promise))(function(_0x446579,_0x167736){function _0x5ec3d7(_0x31bbb3){try{_0x32e177(_0x4c3a90['next'](_0x31bbb3));}catch(_0xf7d576){_0x167736(_0xf7d576);}}function _0x37e5f9(_0x17544c){try{_0x32e177(_0x4c3a90['throw'](_0x17544c));}catch(_0x51bc2b){_0x167736(_0x51bc2b);}}function _0x32e177(_0x1a0096){_0x1a0096['done']?_0x446579(_0x1a0096['value']):_0x2c131d(_0x1a0096['value'])['then'](_0x5ec3d7,_0x37e5f9);}_0x32e177((_0x4c3a90=_0x4c3a90['apply'](_0x5eaedc,_0x56235f||[]))['next']());});};class ListService{constructor(_0x4d5fdb){this['baseUri']=_0x4d5fdb;}['add'](_0x26063d,_0xccb08a,_0x232908){return __awaiter$3(this,arguments,void 0,function*(_0x2073fb,_0x56180a,_0x518613,_0xc01af4={}){var _0x1cbba6;let _0x4ba248=(_0x1cbba6=_0xc01af4['baseUri'])!==null&&_0x1cbba6!==void 0?_0x1cbba6:this['baseUri'];!_0x4ba248['endsWith']('/')&&(_0x4ba248=_0x4ba248+'/');_0x4ba248=_0x4ba248+'List';const _0x1db539={'account_name':_0x56180a,'list_name':_0x518613},_0x1ea6e9=yield Fetch['post'](_0x4ba248,_0x2073fb,_0x1db539);if(_0x1ea6e9['status']>0xc7&&_0x1ea6e9['status']<0x12c){const _0x40e074=yield _0x1ea6e9['json']();return new SuccessfulAccountResponse(_0x40e074);}if(_0x1ea6e9['bodyUsed']){const _0x4978e1=yield _0x1ea6e9['json']();return new FailedAccountResponse(_0x4978e1);}const _0x5d17be={'type':'','status':_0x1ea6e9['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x5d17be);});}['remove'](_0x17d7a9,_0x150710,_0x36c60e){return __awaiter$3(this,arguments,void 0,function*(_0x212e05,_0x18c537,_0x5b682c,_0x556be9={}){var _0x5e349a;let _0x5a433c=(_0x5e349a=_0x556be9['baseUri'])!==null&&_0x5e349a!==void 0?_0x5e349a:this['baseUri'];_0x5a433c=_0x5a433c+'/List/'+_0x18c537+'/'+_0x5b682c;const _0x3e6770=yield Fetch['delete'](_0x5a433c,_0x212e05);if(_0x3e6770['status']>0xc7&&_0x3e6770['status']<0x12c){const _0x5022f9=yield _0x3e6770['json']();return new SuccessfulAccountResponse(_0x5022f9);}if(_0x3e6770['bodyUsed']){const _0x2b44f7=yield _0x3e6770['json']();return new FailedAccountResponse(_0x2b44f7);}const _0x107bef={'type':'','status':_0x3e6770['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x107bef);});}}
5
+ class Response{constructor(_0x596838){this['isSuccess']=_0x596838;}}class SuccessfulAccountResponse extends Response{constructor(_0x1fdf9e){super(!![]),this['account']=_0x1fdf9e;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x30ff85){super(![]),this['problem']=_0x30ff85;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulRefreshResponse extends Response{constructor(_0x1fa4bf){super(!![]),this['tokens']=_0x1fa4bf;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedRefreshResponse extends Response{constructor(_0x5a141e){super(![]),this['problem']=_0x5a141e;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
6
6
 
7
- class Response{constructor(_0x1432e5){this['isSuccess']=_0x1432e5;}}class SuccessfulAccountResponse extends Response{constructor(_0x449d65){super(!![]),this['account']=_0x449d65;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x2b5065){super(![]),this['problem']=_0x2b5065;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulRefreshResponse extends Response{constructor(_0x3286c2){super(!![]),this['tokens']=_0x3286c2;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedRefreshResponse extends Response{constructor(_0x341ae3){super(![]),this['problem']=_0x341ae3;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
7
+ var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x190200,_0x2f41fa,_0x4e4b1e,_0x2dbd9c){function _0xfecdd2(_0x2d8c1e){return _0x2d8c1e instanceof _0x4e4b1e?_0x2d8c1e:new _0x4e4b1e(function(_0x52ea43){_0x52ea43(_0x2d8c1e);});}return new(_0x4e4b1e||(_0x4e4b1e=Promise))(function(_0x3aa5db,_0xc96019){function _0x940bf9(_0x39ccd0){try{_0x325e77(_0x2dbd9c['next'](_0x39ccd0));}catch(_0x487d67){_0xc96019(_0x487d67);}}function _0x3cf309(_0x3a1395){try{_0x325e77(_0x2dbd9c['throw'](_0x3a1395));}catch(_0x424fc4){_0xc96019(_0x424fc4);}}function _0x325e77(_0xdb6dde){_0xdb6dde['done']?_0x3aa5db(_0xdb6dde['value']):_0xfecdd2(_0xdb6dde['value'])['then'](_0x940bf9,_0x3cf309);}_0x325e77((_0x2dbd9c=_0x2dbd9c['apply'](_0x190200,_0x2f41fa||[]))['next']());});};class AccountService{constructor(_0xbcfe21){this['baseUri']=_0xbcfe21;}['get'](_0x26569b,_0x25b343){return __awaiter$3(this,arguments,void 0,function*(_0x20ecea,_0x160773,_0x3f6e02={}){var _0x1f044b;let _0x2b7011=(_0x1f044b=_0x3f6e02['baseUri'])!==null&&_0x1f044b!==void 0?_0x1f044b:this['baseUri'];!_0x2b7011['endsWith']('/')&&(_0x2b7011=_0x2b7011+'/');_0x2b7011=_0x2b7011+'Account/'+_0x160773+'/';const _0x15a391=yield Fetch['get'](_0x2b7011,_0x20ecea);try{if(_0x15a391['status']>0xc7&&_0x15a391['status']<0x12c){const _0x18d42d=yield _0x15a391['json']();return new SuccessfulAccountResponse(_0x18d42d);}const _0x4f2917=yield _0x15a391['json']();return new FailedAccountResponse(_0x4f2917);}catch(_0x4fdb33){if(_0x4fdb33 instanceof Error)return new FailedAccountResponse({'details':_0x4fdb33['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x4fdb33;}});}}
8
8
 
9
- var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x1c0d47,_0x4b366c,_0x33ca5,_0x8f3279){function _0x5396a9(_0x3c7be7){return _0x3c7be7 instanceof _0x33ca5?_0x3c7be7:new _0x33ca5(function(_0x3782e0){_0x3782e0(_0x3c7be7);});}return new(_0x33ca5||(_0x33ca5=Promise))(function(_0x24ed25,_0x489e7e){function _0x214b93(_0x14db67){try{_0x47bb4f(_0x8f3279['next'](_0x14db67));}catch(_0x4e8447){_0x489e7e(_0x4e8447);}}function _0x3c0936(_0x313a40){try{_0x47bb4f(_0x8f3279['throw'](_0x313a40));}catch(_0x4accdd){_0x489e7e(_0x4accdd);}}function _0x47bb4f(_0x2e1bf8){_0x2e1bf8['done']?_0x24ed25(_0x2e1bf8['value']):_0x5396a9(_0x2e1bf8['value'])['then'](_0x214b93,_0x3c0936);}_0x47bb4f((_0x8f3279=_0x8f3279['apply'](_0x1c0d47,_0x4b366c||[]))['next']());});};class AccountService{constructor(_0x1295e6){this['baseUri']=_0x1295e6;}['get'](_0x1369b1,_0x58fb1c){return __awaiter$2(this,arguments,void 0,function*(_0x21ee7d,_0x1d6219,_0x186115={}){var _0x5ea899;let _0xc9fc59=(_0x5ea899=_0x186115['baseUri'])!==null&&_0x5ea899!==void 0?_0x5ea899:this['baseUri'];!_0xc9fc59['endsWith']('/')&&(_0xc9fc59=_0xc9fc59+'/');_0xc9fc59=_0xc9fc59+'Account/'+_0x1d6219+'/';const _0x2cc8ac=yield Fetch['get'](_0xc9fc59,_0x21ee7d);if(_0x2cc8ac['status']>0xc7&&_0x2cc8ac['status']<0x12c){const _0x11e72c=yield _0x2cc8ac['json']();return new SuccessfulAccountResponse(_0x11e72c);}if(_0x2cc8ac['bodyUsed']){const _0x31aa40=yield _0x2cc8ac['json']();return new FailedAccountResponse(_0x31aa40);}const _0x1e0800={'type':'','status':_0x2cc8ac['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x1e0800);});}}
9
+ var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x329331,_0x1a11cf,_0x1ba80b,_0xf9bc12){function _0x2d3f21(_0x4d57a8){return _0x4d57a8 instanceof _0x1ba80b?_0x4d57a8:new _0x1ba80b(function(_0x3533b1){_0x3533b1(_0x4d57a8);});}return new(_0x1ba80b||(_0x1ba80b=Promise))(function(_0x9e380a,_0x40fefa){function _0x1f375d(_0x18e797){try{_0x14962c(_0xf9bc12['next'](_0x18e797));}catch(_0x2279b2){_0x40fefa(_0x2279b2);}}function _0x412dff(_0x358b9f){try{_0x14962c(_0xf9bc12['throw'](_0x358b9f));}catch(_0x24533f){_0x40fefa(_0x24533f);}}function _0x14962c(_0x358990){_0x358990['done']?_0x9e380a(_0x358990['value']):_0x2d3f21(_0x358990['value'])['then'](_0x1f375d,_0x412dff);}_0x14962c((_0xf9bc12=_0xf9bc12['apply'](_0x329331,_0x1a11cf||[]))['next']());});};class ListService{constructor(_0x2d50e2){this['baseUri']=_0x2d50e2;}['add'](_0x59bc32,_0x23efa4,_0x63b8d7){return __awaiter$2(this,arguments,void 0,function*(_0x3d3be3,_0xf83311,_0x1a590a,_0x1fb24b={}){var _0x2c8308;let _0x23c178=(_0x2c8308=_0x1fb24b['baseUri'])!==null&&_0x2c8308!==void 0?_0x2c8308:this['baseUri'];!_0x23c178['endsWith']('/')&&(_0x23c178=_0x23c178+'/');_0x23c178=_0x23c178+'List';const _0x5693a5={'account_name':_0xf83311,'list_name':_0x1a590a};try{const _0x59850a=yield Fetch['post'](_0x23c178,_0x3d3be3,_0x5693a5);if(_0x59850a['status']>0xc7&&_0x59850a['status']<0x12c){const _0xe63159=yield _0x59850a['json']();return new SuccessfulAccountResponse(_0xe63159);}const _0x3e4a3a=yield _0x59850a['json']();return new FailedAccountResponse(_0x3e4a3a);}catch(_0x2189fd){if(_0x2189fd instanceof Error)return new FailedAccountResponse({'details':_0x2189fd['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2189fd;}});}['remove'](_0x7482ce,_0x37268c,_0x5edce9){return __awaiter$2(this,arguments,void 0,function*(_0x57f264,_0x298053,_0x1e7015,_0x461400={}){var _0x3bc1d6;let _0x40904c=(_0x3bc1d6=_0x461400['baseUri'])!==null&&_0x3bc1d6!==void 0?_0x3bc1d6:this['baseUri'];_0x40904c=_0x40904c+'/List/'+_0x298053+'/'+_0x1e7015;const _0x14571c=yield Fetch['delete'](_0x40904c,_0x57f264);try{if(_0x14571c['status']>0xc7&&_0x14571c['status']<0x12c){const _0xe4d239=yield _0x14571c['json']();return new SuccessfulAccountResponse(_0xe4d239);}const _0x100f8a=yield _0x14571c['json']();return new FailedAccountResponse(_0x100f8a);}catch(_0x104bbf){if(_0x104bbf instanceof Error)return new FailedAccountResponse({'details':_0x104bbf['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x104bbf;}});}}
10
10
 
11
- var __awaiter$1=undefined&&undefined['__awaiter']||function(_0xbe58b2,_0x49d0fe,_0x5e20d2,_0x261379){function _0x562931(_0x39889e){return _0x39889e instanceof _0x5e20d2?_0x39889e:new _0x5e20d2(function(_0x2892aa){_0x2892aa(_0x39889e);});}return new(_0x5e20d2||(_0x5e20d2=Promise))(function(_0x4d2471,_0x85ae8a){function _0x4edb75(_0x5a543b){try{_0x3db309(_0x261379['next'](_0x5a543b));}catch(_0x5e297b){_0x85ae8a(_0x5e297b);}}function _0x39f81f(_0x237de){try{_0x3db309(_0x261379['throw'](_0x237de));}catch(_0x3450a5){_0x85ae8a(_0x3450a5);}}function _0x3db309(_0x253c4d){_0x253c4d['done']?_0x4d2471(_0x253c4d['value']):_0x562931(_0x253c4d['value'])['then'](_0x4edb75,_0x39f81f);}_0x3db309((_0x261379=_0x261379['apply'](_0xbe58b2,_0x49d0fe||[]))['next']());});};class TokenManager{constructor(_0x210695){this['securityService']=_0x210695;}['RefreshTokens'](_0x41f744){return __awaiter$1(this,void 0,void 0,function*(){if(Date['now']()<_0x41f744['access_expires'])return new SuccessfulRefreshResponse(_0x41f744);if(Date['now']()>_0x41f744['refresh_expires']){const _0x336cf8={'type':'','status':0x193,'title':'Forbidden','instance':'','errors':{}};return new FailedRefreshResponse(_0x336cf8);}const _0x39eab1=yield this['securityService']['refresh'](_0x41f744['refresh_token']);if(!_0x39eab1['isSuccess'])return new FailedRefreshResponse(_0x39eab1['toProblem']());return new SuccessfulRefreshResponse(_0x39eab1['toSuccess']());});}}
11
+ var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x1a9dfb,_0xfac4e7,_0x209980,_0x386a48){function _0x15a8dd(_0x325c7b){return _0x325c7b instanceof _0x209980?_0x325c7b:new _0x209980(function(_0x437505){_0x437505(_0x325c7b);});}return new(_0x209980||(_0x209980=Promise))(function(_0x59032f,_0x4a7f7a){function _0x59ce95(_0x45e82e){try{_0x4b722c(_0x386a48['next'](_0x45e82e));}catch(_0x596c78){_0x4a7f7a(_0x596c78);}}function _0x391bfc(_0x21f251){try{_0x4b722c(_0x386a48['throw'](_0x21f251));}catch(_0x18fbb5){_0x4a7f7a(_0x18fbb5);}}function _0x4b722c(_0x3e49c0){_0x3e49c0['done']?_0x59032f(_0x3e49c0['value']):_0x15a8dd(_0x3e49c0['value'])['then'](_0x59ce95,_0x391bfc);}_0x4b722c((_0x386a48=_0x386a48['apply'](_0x1a9dfb,_0xfac4e7||[]))['next']());});};class TokenManager{constructor(_0x4b56f9){this['securityService']=_0x4b56f9;}['RefreshTokens'](_0x4a7c36){return __awaiter$1(this,arguments,void 0,function*(_0x4bc04f,_0x2fb8dd={}){if(Date['now']()<_0x4bc04f['access_expires'])return new SuccessfulRefreshResponse(_0x4bc04f);if(Date['now']()>_0x4bc04f['refresh_expires']){const _0x2b3e61={'details':'','type':'','status':0x193,'title':'Forbidden','instance':''};return new FailedRefreshResponse(_0x2b3e61);}const _0x11c756=yield this['securityService']['refresh'](_0x4bc04f['refresh_token'],_0x2fb8dd);if(!_0x11c756['isSuccess'])return new FailedRefreshResponse(_0x11c756['toProblem']());return new SuccessfulRefreshResponse(_0x11c756['toSuccess']());});}}
12
12
 
13
- var __awaiter=undefined&&undefined['__awaiter']||function(_0x3ad69e,_0x5cace8,_0x430397,_0x48dab6){function _0x5ab103(_0x3ff3ec){return _0x3ff3ec instanceof _0x430397?_0x3ff3ec:new _0x430397(function(_0x296d1c){_0x296d1c(_0x3ff3ec);});}return new(_0x430397||(_0x430397=Promise))(function(_0x4db515,_0x5b8b5a){function _0x13ba04(_0x4bb6c5){try{_0x18c6ec(_0x48dab6['next'](_0x4bb6c5));}catch(_0x5b732b){_0x5b8b5a(_0x5b732b);}}function _0x11d155(_0x3a6fc1){try{_0x18c6ec(_0x48dab6['throw'](_0x3a6fc1));}catch(_0x452599){_0x5b8b5a(_0x452599);}}function _0x18c6ec(_0x800cda){_0x800cda['done']?_0x4db515(_0x800cda['value']):_0x5ab103(_0x800cda['value'])['then'](_0x13ba04,_0x11d155);}_0x18c6ec((_0x48dab6=_0x48dab6['apply'](_0x3ad69e,_0x5cace8||[]))['next']());});};class SecurityService{constructor(_0x497d82){this['baseUri']=_0x497d82,this['tokenManager']=new TokenManager(this);}['refresh'](_0x473d40){return __awaiter(this,arguments,void 0,function*(_0x4a7b46,_0x4c6ca8={}){var _0x40cebb;let _0x50b01=(_0x40cebb=_0x4c6ca8['baseUri'])!==null&&_0x40cebb!==void 0?_0x40cebb:this['baseUri'];!_0x50b01['endsWith']('/')&&(_0x50b01=_0x50b01+'/');_0x50b01=_0x50b01+'Security/Refresh';const _0x3bd25a=yield Fetch['post'](_0x50b01,_0x4a7b46,null);if(_0x3bd25a['status']>0xc7&&_0x3bd25a['status']<0x12c){const _0x46c97c=yield _0x3bd25a['json']();return new SuccessfulRefreshResponse(_0x46c97c);}if(_0x3bd25a['bodyUsed']){const _0x45bf05=yield _0x3bd25a['json']();return new FailedRefreshResponse(_0x45bf05);}const _0x4eff38={'type':'','status':_0x3bd25a['status'],'title':'','instance':'','errors':{}};return new FailedRefreshResponse(_0x4eff38);});}}
13
+ var __awaiter=undefined&&undefined['__awaiter']||function(_0x117da6,_0x146210,_0x3a8c14,_0x1914d5){function _0x5165e1(_0x5bab1c){return _0x5bab1c instanceof _0x3a8c14?_0x5bab1c:new _0x3a8c14(function(_0x29f647){_0x29f647(_0x5bab1c);});}return new(_0x3a8c14||(_0x3a8c14=Promise))(function(_0x2ef9c6,_0x750e21){function _0x12cd3a(_0x4b0350){try{_0x963efd(_0x1914d5['next'](_0x4b0350));}catch(_0x319316){_0x750e21(_0x319316);}}function _0x35be73(_0x3dfdc6){try{_0x963efd(_0x1914d5['throw'](_0x3dfdc6));}catch(_0x25e634){_0x750e21(_0x25e634);}}function _0x963efd(_0x1bf8c3){_0x1bf8c3['done']?_0x2ef9c6(_0x1bf8c3['value']):_0x5165e1(_0x1bf8c3['value'])['then'](_0x12cd3a,_0x35be73);}_0x963efd((_0x1914d5=_0x1914d5['apply'](_0x117da6,_0x146210||[]))['next']());});};class SecurityService{constructor(_0x498bb7){this['baseUri']=_0x498bb7,this['tokenManager']=new TokenManager(this);}['refresh'](_0x236746){return __awaiter(this,arguments,void 0,function*(_0x4ca9c0,_0x40136d={}){var _0x252251;let _0x194858=(_0x252251=_0x40136d['baseUri'])!==null&&_0x252251!==void 0?_0x252251:this['baseUri'];!_0x194858['endsWith']('/')&&(_0x194858=_0x194858+'/');_0x194858=_0x194858+'Security/Refresh';try{const _0x3e4456=yield Fetch['post'](_0x194858,_0x4ca9c0,null);if(_0x3e4456['status']>0xc7&&_0x3e4456['status']<0x12c){const _0x17911b=yield _0x3e4456['json']();return new SuccessfulRefreshResponse(_0x17911b);}const _0x3992a1=yield _0x3e4456['json']();return new FailedRefreshResponse(_0x3992a1);}catch(_0x4821b7){if(_0x4821b7 instanceof Error)return new FailedRefreshResponse({'details':_0x4821b7['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x4821b7;}});}}
14
14
 
15
15
  var _a;class AdminClient{}_a=AdminClient,AdminClient['baseUri']='https://admin.searchability.dev/',AdminClient['Accounts']=new AccountService(_a['baseUri']),AdminClient['Lists']=new ListService(_a['baseUri']),AdminClient['Security']=new SecurityService(_a['baseUri']);
16
16
 
@@ -1,14 +1,14 @@
1
- var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x57eabd,_0x36ba67,_0x41ee23,_0x2acf31){function _0x22bd23(_0xbbe5ca){return _0xbbe5ca instanceof _0x41ee23?_0xbbe5ca:new _0x41ee23(function(_0x2a690e){_0x2a690e(_0xbbe5ca);});}return new(_0x41ee23||(_0x41ee23=Promise))(function(_0x16c429,_0x574c9b){function _0x5b91f8(_0x54ee9f){try{_0x199569(_0x2acf31['next'](_0x54ee9f));}catch(_0x439de0){_0x574c9b(_0x439de0);}}function _0x275cd1(_0x3e88b8){try{_0x199569(_0x2acf31['throw'](_0x3e88b8));}catch(_0x86aab6){_0x574c9b(_0x86aab6);}}function _0x199569(_0x1682e4){_0x1682e4['done']?_0x16c429(_0x1682e4['value']):_0x22bd23(_0x1682e4['value'])['then'](_0x5b91f8,_0x275cd1);}_0x199569((_0x2acf31=_0x2acf31['apply'](_0x57eabd,_0x36ba67||[]))['next']());});};class Fetch{static['get'](_0x18a213,_0xe9c6e5){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x18a213,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0xe9c6e5}});});}static['post'](_0x129b94,_0x4a2ae7,_0x46f6d2){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x129b94,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x4a2ae7},'body':_0x46f6d2?JSON['stringify'](_0x46f6d2):null});});}static['put'](_0x143fe9,_0x32fa31,_0x3c0102){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x143fe9,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x32fa31},'body':_0x3c0102?JSON['stringify'](_0x3c0102):null});});}static['delete'](_0x4475a4,_0x4e478c){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x4475a4,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x4e478c}});});}}
1
+ var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x2bba0f,_0x1cea23,_0x27764a,_0x549d2b){function _0x16452e(_0x49caa3){return _0x49caa3 instanceof _0x27764a?_0x49caa3:new _0x27764a(function(_0x3f57e1){_0x3f57e1(_0x49caa3);});}return new(_0x27764a||(_0x27764a=Promise))(function(_0x23ebfa,_0x4478fc){function _0x46a301(_0x10edf1){try{_0x15500e(_0x549d2b['next'](_0x10edf1));}catch(_0x3b9ef8){_0x4478fc(_0x3b9ef8);}}function _0x179359(_0xac290d){try{_0x15500e(_0x549d2b['throw'](_0xac290d));}catch(_0x30e20f){_0x4478fc(_0x30e20f);}}function _0x15500e(_0x9653e9){_0x9653e9['done']?_0x23ebfa(_0x9653e9['value']):_0x16452e(_0x9653e9['value'])['then'](_0x46a301,_0x179359);}_0x15500e((_0x549d2b=_0x549d2b['apply'](_0x2bba0f,_0x1cea23||[]))['next']());});};class Fetch{static['get'](_0x3ac329,_0x31b169){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3ac329,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x31b169}});});}static['post'](_0x3d11cf,_0x4bf135,_0x2117d9){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3d11cf,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x4bf135},'body':_0x2117d9?JSON['stringify'](_0x2117d9):null});});}static['put'](_0xf35bff,_0x2aec6f,_0x6f7c02){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0xf35bff,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2aec6f},'body':_0x6f7c02?JSON['stringify'](_0x6f7c02):null});});}static['delete'](_0x1ede4d,_0x30379d){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x1ede4d,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x30379d}});});}}
2
2
 
3
- var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x15527d,_0x177f53,_0x4e6cac,_0x392356){function _0x209797(_0x3a9be3){return _0x3a9be3 instanceof _0x4e6cac?_0x3a9be3:new _0x4e6cac(function(_0x1c78f6){_0x1c78f6(_0x3a9be3);});}return new(_0x4e6cac||(_0x4e6cac=Promise))(function(_0x505f6d,_0x1df980){function _0x4e1c7d(_0x476f23){try{_0x197398(_0x392356['next'](_0x476f23));}catch(_0x71d635){_0x1df980(_0x71d635);}}function _0x4d3a9c(_0x5182f5){try{_0x197398(_0x392356['throw'](_0x5182f5));}catch(_0x314167){_0x1df980(_0x314167);}}function _0x197398(_0x5b3c69){_0x5b3c69['done']?_0x505f6d(_0x5b3c69['value']):_0x209797(_0x5b3c69['value'])['then'](_0x4e1c7d,_0x4d3a9c);}_0x197398((_0x392356=_0x392356['apply'](_0x15527d,_0x177f53||[]))['next']());});};class ListService{constructor(_0xd123f8){this['baseUri']=_0xd123f8;}['add'](_0xe66136,_0xc0a37c,_0xd96249){return __awaiter$3(this,arguments,void 0,function*(_0x582bd6,_0x4fd25b,_0x1fdfb3,_0x24942e={}){var _0x271119;let _0x29cb51=(_0x271119=_0x24942e['baseUri'])!==null&&_0x271119!==void 0?_0x271119:this['baseUri'];!_0x29cb51['endsWith']('/')&&(_0x29cb51=_0x29cb51+'/');_0x29cb51=_0x29cb51+'List';const _0x7e52c9={'account_name':_0x4fd25b,'list_name':_0x1fdfb3},_0x633fde=yield Fetch['post'](_0x29cb51,_0x582bd6,_0x7e52c9);if(_0x633fde['status']>0xc7&&_0x633fde['status']<0x12c){const _0x63cb57=yield _0x633fde['json']();return new SuccessfulAccountResponse(_0x63cb57);}if(_0x633fde['bodyUsed']){const _0x4d85a8=yield _0x633fde['json']();return new FailedAccountResponse(_0x4d85a8);}const _0x5b1334={'type':'','status':_0x633fde['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x5b1334);});}['remove'](_0x19ab56,_0x4b1345,_0x4718ea){return __awaiter$3(this,arguments,void 0,function*(_0x5661f7,_0x595086,_0x157c1f,_0x4b1e33={}){var _0x1abad1;let _0x2fb13a=(_0x1abad1=_0x4b1e33['baseUri'])!==null&&_0x1abad1!==void 0?_0x1abad1:this['baseUri'];_0x2fb13a=_0x2fb13a+'/List/'+_0x595086+'/'+_0x157c1f;const _0x3fecb5=yield Fetch['delete'](_0x2fb13a,_0x5661f7);if(_0x3fecb5['status']>0xc7&&_0x3fecb5['status']<0x12c){const _0x278fb0=yield _0x3fecb5['json']();return new SuccessfulAccountResponse(_0x278fb0);}if(_0x3fecb5['bodyUsed']){const _0x1cc9a3=yield _0x3fecb5['json']();return new FailedAccountResponse(_0x1cc9a3);}const _0x5b6ccf={'type':'','status':_0x3fecb5['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x5b6ccf);});}}
3
+ class Response{constructor(_0x49766e){this['isSuccess']=_0x49766e;}}class SuccessfulAccountResponse extends Response{constructor(_0xbebf39){super(!![]),this['account']=_0xbebf39;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x2a5083){super(![]),this['problem']=_0x2a5083;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulRefreshResponse extends Response{constructor(_0x329191){super(!![]),this['tokens']=_0x329191;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedRefreshResponse extends Response{constructor(_0x58a153){super(![]),this['problem']=_0x58a153;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
4
4
 
5
- class Response{constructor(_0x5db6a5){this['isSuccess']=_0x5db6a5;}}class SuccessfulAccountResponse extends Response{constructor(_0x1f7188){super(!![]),this['account']=_0x1f7188;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x83fd19){super(![]),this['problem']=_0x83fd19;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulRefreshResponse extends Response{constructor(_0x231240){super(!![]),this['tokens']=_0x231240;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedRefreshResponse extends Response{constructor(_0x47eb45){super(![]),this['problem']=_0x47eb45;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
5
+ var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x1ffc00,_0x4d595f,_0x1a5435,_0xec8df9){function _0x5cac33(_0x56abaa){return _0x56abaa instanceof _0x1a5435?_0x56abaa:new _0x1a5435(function(_0x72db95){_0x72db95(_0x56abaa);});}return new(_0x1a5435||(_0x1a5435=Promise))(function(_0x34d936,_0x4ef3e6){function _0x1d1c34(_0x47ff9e){try{_0x1d1774(_0xec8df9['next'](_0x47ff9e));}catch(_0x32ca00){_0x4ef3e6(_0x32ca00);}}function _0x16cb63(_0x2f062d){try{_0x1d1774(_0xec8df9['throw'](_0x2f062d));}catch(_0x2e9d96){_0x4ef3e6(_0x2e9d96);}}function _0x1d1774(_0x39cab4){_0x39cab4['done']?_0x34d936(_0x39cab4['value']):_0x5cac33(_0x39cab4['value'])['then'](_0x1d1c34,_0x16cb63);}_0x1d1774((_0xec8df9=_0xec8df9['apply'](_0x1ffc00,_0x4d595f||[]))['next']());});};class AccountService{constructor(_0x295fd8){this['baseUri']=_0x295fd8;}['get'](_0x23d974,_0x3cfb6e){return __awaiter$3(this,arguments,void 0,function*(_0x2aacef,_0x310766,_0x2e5271={}){var _0x2ff198;let _0x381c1c=(_0x2ff198=_0x2e5271['baseUri'])!==null&&_0x2ff198!==void 0?_0x2ff198:this['baseUri'];!_0x381c1c['endsWith']('/')&&(_0x381c1c=_0x381c1c+'/');_0x381c1c=_0x381c1c+'Account/'+_0x310766+'/';const _0x1c21f3=yield Fetch['get'](_0x381c1c,_0x2aacef);try{if(_0x1c21f3['status']>0xc7&&_0x1c21f3['status']<0x12c){const _0x568d07=yield _0x1c21f3['json']();return new SuccessfulAccountResponse(_0x568d07);}const _0x5b942b=yield _0x1c21f3['json']();return new FailedAccountResponse(_0x5b942b);}catch(_0x55fc89){if(_0x55fc89 instanceof Error)return new FailedAccountResponse({'details':_0x55fc89['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x55fc89;}});}}
6
6
 
7
- var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x28694f,_0x1a9e79,_0x317e6c,_0x161a07){function _0x2a3013(_0x128c13){return _0x128c13 instanceof _0x317e6c?_0x128c13:new _0x317e6c(function(_0x751e4c){_0x751e4c(_0x128c13);});}return new(_0x317e6c||(_0x317e6c=Promise))(function(_0x3c1218,_0x4a75f6){function _0x3511ab(_0x324773){try{_0x4cc1f0(_0x161a07['next'](_0x324773));}catch(_0x56542e){_0x4a75f6(_0x56542e);}}function _0x94cd92(_0x339f9c){try{_0x4cc1f0(_0x161a07['throw'](_0x339f9c));}catch(_0x4b8091){_0x4a75f6(_0x4b8091);}}function _0x4cc1f0(_0xf77f88){_0xf77f88['done']?_0x3c1218(_0xf77f88['value']):_0x2a3013(_0xf77f88['value'])['then'](_0x3511ab,_0x94cd92);}_0x4cc1f0((_0x161a07=_0x161a07['apply'](_0x28694f,_0x1a9e79||[]))['next']());});};class AccountService{constructor(_0x563378){this['baseUri']=_0x563378;}['get'](_0x5d6633,_0x3e9c5d){return __awaiter$2(this,arguments,void 0,function*(_0x13b384,_0x4ac820,_0x51d7f2={}){var _0x56b61a;let _0x3aa3bd=(_0x56b61a=_0x51d7f2['baseUri'])!==null&&_0x56b61a!==void 0?_0x56b61a:this['baseUri'];!_0x3aa3bd['endsWith']('/')&&(_0x3aa3bd=_0x3aa3bd+'/');_0x3aa3bd=_0x3aa3bd+'Account/'+_0x4ac820+'/';const _0xdb77e9=yield Fetch['get'](_0x3aa3bd,_0x13b384);if(_0xdb77e9['status']>0xc7&&_0xdb77e9['status']<0x12c){const _0x362940=yield _0xdb77e9['json']();return new SuccessfulAccountResponse(_0x362940);}if(_0xdb77e9['bodyUsed']){const _0x241707=yield _0xdb77e9['json']();return new FailedAccountResponse(_0x241707);}const _0x3d990b={'type':'','status':_0xdb77e9['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x3d990b);});}}
7
+ var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x3d7918,_0x2a971a,_0x3ee585,_0x8aebdf){function _0x5b75e5(_0x84b335){return _0x84b335 instanceof _0x3ee585?_0x84b335:new _0x3ee585(function(_0x548583){_0x548583(_0x84b335);});}return new(_0x3ee585||(_0x3ee585=Promise))(function(_0x2d519f,_0xcfd1df){function _0x1c17e6(_0x3548d2){try{_0x189e5d(_0x8aebdf['next'](_0x3548d2));}catch(_0x4fcc23){_0xcfd1df(_0x4fcc23);}}function _0x48ce4f(_0x566bb8){try{_0x189e5d(_0x8aebdf['throw'](_0x566bb8));}catch(_0x2d754d){_0xcfd1df(_0x2d754d);}}function _0x189e5d(_0x4630e0){_0x4630e0['done']?_0x2d519f(_0x4630e0['value']):_0x5b75e5(_0x4630e0['value'])['then'](_0x1c17e6,_0x48ce4f);}_0x189e5d((_0x8aebdf=_0x8aebdf['apply'](_0x3d7918,_0x2a971a||[]))['next']());});};class ListService{constructor(_0x42e295){this['baseUri']=_0x42e295;}['add'](_0x50a0a5,_0x2d6757,_0x153a05){return __awaiter$2(this,arguments,void 0,function*(_0x47c620,_0x262c31,_0x18e55f,_0x209f10={}){var _0x1de8a0;let _0x491fd6=(_0x1de8a0=_0x209f10['baseUri'])!==null&&_0x1de8a0!==void 0?_0x1de8a0:this['baseUri'];!_0x491fd6['endsWith']('/')&&(_0x491fd6=_0x491fd6+'/');_0x491fd6=_0x491fd6+'List';const _0xaaa956={'account_name':_0x262c31,'list_name':_0x18e55f};try{const _0xd5e9dc=yield Fetch['post'](_0x491fd6,_0x47c620,_0xaaa956);if(_0xd5e9dc['status']>0xc7&&_0xd5e9dc['status']<0x12c){const _0x1ef79d=yield _0xd5e9dc['json']();return new SuccessfulAccountResponse(_0x1ef79d);}const _0x1edec1=yield _0xd5e9dc['json']();return new FailedAccountResponse(_0x1edec1);}catch(_0x562ef7){if(_0x562ef7 instanceof Error)return new FailedAccountResponse({'details':_0x562ef7['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x562ef7;}});}['remove'](_0x303c32,_0x44845f,_0x5c2abd){return __awaiter$2(this,arguments,void 0,function*(_0xdcf01c,_0x3e9174,_0x42ca46,_0x54db38={}){var _0xe29505;let _0x4782f0=(_0xe29505=_0x54db38['baseUri'])!==null&&_0xe29505!==void 0?_0xe29505:this['baseUri'];_0x4782f0=_0x4782f0+'/List/'+_0x3e9174+'/'+_0x42ca46;const _0x3fa836=yield Fetch['delete'](_0x4782f0,_0xdcf01c);try{if(_0x3fa836['status']>0xc7&&_0x3fa836['status']<0x12c){const _0x31e471=yield _0x3fa836['json']();return new SuccessfulAccountResponse(_0x31e471);}const _0x31c910=yield _0x3fa836['json']();return new FailedAccountResponse(_0x31c910);}catch(_0x490e76){if(_0x490e76 instanceof Error)return new FailedAccountResponse({'details':_0x490e76['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x490e76;}});}}
8
8
 
9
- var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x14f533,_0x36061a,_0x4dda07,_0x556141){function _0x518aa6(_0x3feffc){return _0x3feffc instanceof _0x4dda07?_0x3feffc:new _0x4dda07(function(_0x129623){_0x129623(_0x3feffc);});}return new(_0x4dda07||(_0x4dda07=Promise))(function(_0x2102f8,_0x3e8634){function _0x15b2df(_0x40f9d0){try{_0x29497c(_0x556141['next'](_0x40f9d0));}catch(_0x3e0992){_0x3e8634(_0x3e0992);}}function _0x43cce6(_0x40cffc){try{_0x29497c(_0x556141['throw'](_0x40cffc));}catch(_0x4cb5af){_0x3e8634(_0x4cb5af);}}function _0x29497c(_0x5725d9){_0x5725d9['done']?_0x2102f8(_0x5725d9['value']):_0x518aa6(_0x5725d9['value'])['then'](_0x15b2df,_0x43cce6);}_0x29497c((_0x556141=_0x556141['apply'](_0x14f533,_0x36061a||[]))['next']());});};class TokenManager{constructor(_0x3a93d1){this['securityService']=_0x3a93d1;}['RefreshTokens'](_0x20c6a2){return __awaiter$1(this,void 0,void 0,function*(){if(Date['now']()<_0x20c6a2['access_expires'])return new SuccessfulRefreshResponse(_0x20c6a2);if(Date['now']()>_0x20c6a2['refresh_expires']){const _0x230e5c={'type':'','status':0x193,'title':'Forbidden','instance':'','errors':{}};return new FailedRefreshResponse(_0x230e5c);}const _0x421d26=yield this['securityService']['refresh'](_0x20c6a2['refresh_token']);if(!_0x421d26['isSuccess'])return new FailedRefreshResponse(_0x421d26['toProblem']());return new SuccessfulRefreshResponse(_0x421d26['toSuccess']());});}}
9
+ var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x5e994b,_0x1b6c63,_0x3df50d,_0x116cf1){function _0x54aeba(_0x264fb5){return _0x264fb5 instanceof _0x3df50d?_0x264fb5:new _0x3df50d(function(_0x5e4a09){_0x5e4a09(_0x264fb5);});}return new(_0x3df50d||(_0x3df50d=Promise))(function(_0x29b372,_0x55115c){function _0x3f5b8f(_0x40231b){try{_0x9c9ce4(_0x116cf1['next'](_0x40231b));}catch(_0x4c2a04){_0x55115c(_0x4c2a04);}}function _0x1a5f68(_0x6e35a3){try{_0x9c9ce4(_0x116cf1['throw'](_0x6e35a3));}catch(_0x35c26b){_0x55115c(_0x35c26b);}}function _0x9c9ce4(_0x44bd43){_0x44bd43['done']?_0x29b372(_0x44bd43['value']):_0x54aeba(_0x44bd43['value'])['then'](_0x3f5b8f,_0x1a5f68);}_0x9c9ce4((_0x116cf1=_0x116cf1['apply'](_0x5e994b,_0x1b6c63||[]))['next']());});};class TokenManager{constructor(_0xfee442){this['securityService']=_0xfee442;}['RefreshTokens'](_0x58ae4a){return __awaiter$1(this,arguments,void 0,function*(_0x2ccc1b,_0xc5b76f={}){if(Date['now']()<_0x2ccc1b['access_expires'])return new SuccessfulRefreshResponse(_0x2ccc1b);if(Date['now']()>_0x2ccc1b['refresh_expires']){const _0x612f70={'details':'','type':'','status':0x193,'title':'Forbidden','instance':''};return new FailedRefreshResponse(_0x612f70);}const _0x2b863d=yield this['securityService']['refresh'](_0x2ccc1b['refresh_token'],_0xc5b76f);if(!_0x2b863d['isSuccess'])return new FailedRefreshResponse(_0x2b863d['toProblem']());return new SuccessfulRefreshResponse(_0x2b863d['toSuccess']());});}}
10
10
 
11
- var __awaiter=undefined&&undefined['__awaiter']||function(_0x4582be,_0x37e07d,_0x155afa,_0x291eec){function _0x506014(_0x147db7){return _0x147db7 instanceof _0x155afa?_0x147db7:new _0x155afa(function(_0x62764){_0x62764(_0x147db7);});}return new(_0x155afa||(_0x155afa=Promise))(function(_0xd26d61,_0x6acf8e){function _0x5d76a4(_0x4da379){try{_0x6cae41(_0x291eec['next'](_0x4da379));}catch(_0x1f185f){_0x6acf8e(_0x1f185f);}}function _0x334790(_0x59b712){try{_0x6cae41(_0x291eec['throw'](_0x59b712));}catch(_0x34e63d){_0x6acf8e(_0x34e63d);}}function _0x6cae41(_0x4f984e){_0x4f984e['done']?_0xd26d61(_0x4f984e['value']):_0x506014(_0x4f984e['value'])['then'](_0x5d76a4,_0x334790);}_0x6cae41((_0x291eec=_0x291eec['apply'](_0x4582be,_0x37e07d||[]))['next']());});};class SecurityService{constructor(_0x213ef5){this['baseUri']=_0x213ef5,this['tokenManager']=new TokenManager(this);}['refresh'](_0x5f1600){return __awaiter(this,arguments,void 0,function*(_0x5de950,_0x5e7ca1={}){var _0x4a8c01;let _0xed0c89=(_0x4a8c01=_0x5e7ca1['baseUri'])!==null&&_0x4a8c01!==void 0?_0x4a8c01:this['baseUri'];!_0xed0c89['endsWith']('/')&&(_0xed0c89=_0xed0c89+'/');_0xed0c89=_0xed0c89+'Security/Refresh';const _0x2fad28=yield Fetch['post'](_0xed0c89,_0x5de950,null);if(_0x2fad28['status']>0xc7&&_0x2fad28['status']<0x12c){const _0x4fc1e0=yield _0x2fad28['json']();return new SuccessfulRefreshResponse(_0x4fc1e0);}if(_0x2fad28['bodyUsed']){const _0x2ed6f8=yield _0x2fad28['json']();return new FailedRefreshResponse(_0x2ed6f8);}const _0x197b2b={'type':'','status':_0x2fad28['status'],'title':'','instance':'','errors':{}};return new FailedRefreshResponse(_0x197b2b);});}}
11
+ var __awaiter=undefined&&undefined['__awaiter']||function(_0x372461,_0x1f4e57,_0xbe1135,_0xd66915){function _0x94c0b4(_0x4a882f){return _0x4a882f instanceof _0xbe1135?_0x4a882f:new _0xbe1135(function(_0x117ca6){_0x117ca6(_0x4a882f);});}return new(_0xbe1135||(_0xbe1135=Promise))(function(_0x48ad5c,_0x70d9a2){function _0x560447(_0x1bd09e){try{_0x411ce9(_0xd66915['next'](_0x1bd09e));}catch(_0x56bc93){_0x70d9a2(_0x56bc93);}}function _0x5d2887(_0x18709d){try{_0x411ce9(_0xd66915['throw'](_0x18709d));}catch(_0x22def2){_0x70d9a2(_0x22def2);}}function _0x411ce9(_0x4eb9a6){_0x4eb9a6['done']?_0x48ad5c(_0x4eb9a6['value']):_0x94c0b4(_0x4eb9a6['value'])['then'](_0x560447,_0x5d2887);}_0x411ce9((_0xd66915=_0xd66915['apply'](_0x372461,_0x1f4e57||[]))['next']());});};class SecurityService{constructor(_0x5e16ae){this['baseUri']=_0x5e16ae,this['tokenManager']=new TokenManager(this);}['refresh'](_0x27daf2){return __awaiter(this,arguments,void 0,function*(_0x2dc21f,_0x413693={}){var _0x149e64;let _0x3ec4b3=(_0x149e64=_0x413693['baseUri'])!==null&&_0x149e64!==void 0?_0x149e64:this['baseUri'];!_0x3ec4b3['endsWith']('/')&&(_0x3ec4b3=_0x3ec4b3+'/');_0x3ec4b3=_0x3ec4b3+'Security/Refresh';try{const _0x39ff73=yield Fetch['post'](_0x3ec4b3,_0x2dc21f,null);if(_0x39ff73['status']>0xc7&&_0x39ff73['status']<0x12c){const _0x4eefa0=yield _0x39ff73['json']();return new SuccessfulRefreshResponse(_0x4eefa0);}const _0x43b0bc=yield _0x39ff73['json']();return new FailedRefreshResponse(_0x43b0bc);}catch(_0x39b201){if(_0x39b201 instanceof Error)return new FailedRefreshResponse({'details':_0x39b201['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x39b201;}});}}
12
12
 
13
13
  var _a;class AdminClient{}_a=AdminClient,AdminClient['baseUri']='https://admin.searchability.dev/',AdminClient['Accounts']=new AccountService(_a['baseUri']),AdminClient['Lists']=new ListService(_a['baseUri']),AdminClient['Security']=new SecurityService(_a['baseUri']);
14
14
 
package/dist/types.d.ts CHANGED
@@ -4,10 +4,6 @@ declare class AccountService {
4
4
  get(accessToken: string, accountName: string, options?: Partial<Options>): Promise<Response<Account, Problem>>;
5
5
  }
6
6
 
7
- declare namespace AccountService_d {
8
- export { AccountService as default };
9
- }
10
-
11
7
  declare class ListService {
12
8
  readonly baseUri: string;
13
9
  constructor(baseUri: string);
@@ -15,14 +11,10 @@ declare class ListService {
15
11
  remove(accessToken: string, accountName: string, listName: string, options?: Partial<Options>): Promise<Response<Account, Problem>>;
16
12
  }
17
13
 
18
- declare namespace ListService_d {
19
- export { ListService as default };
20
- }
21
-
22
14
  declare class TokenManager {
23
15
  readonly securityService: SecurityService;
24
16
  constructor(securityService: SecurityService);
25
- RefreshTokens(tokens: Tokens): Promise<Response<Tokens, Problem>>;
17
+ RefreshTokens(tokens: Tokens, options?: Partial<Options>): Promise<Response<Tokens, Problem>>;
26
18
  }
27
19
 
28
20
  declare class SecurityService {
@@ -59,12 +51,12 @@ type Problem = {
59
51
  title: string;
60
52
  status: number;
61
53
  instance: string;
62
- errors: Error;
54
+ details: string;
63
55
  };
64
56
  type Account = {
65
57
  name: string;
66
58
  owner: string;
67
- created_utc: Date;
59
+ created_utc: number;
68
60
  lists: List[];
69
61
  };
70
62
  type Tokens = {
@@ -98,4 +90,4 @@ declare class FailedRefreshResponse extends Response<Tokens, Problem> {
98
90
  toProblem(): Problem;
99
91
  }
100
92
 
101
- export { type Account, AccountService_d as AccountServices, AdminClient, type Error, FailedAccountResponse, FailedRefreshResponse, type List, ListService_d as ListServices, type Options, type Problem, Response, SuccessfulAccountResponse, SuccessfulRefreshResponse, type Tokens };
93
+ export { type Account, AdminClient, type Error, FailedAccountResponse, FailedRefreshResponse, type List, type Options, type Problem, Response, SuccessfulAccountResponse, SuccessfulRefreshResponse, type Tokens };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchability/admin-client",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Searchability admin client.",
5
5
  "type": "module",
6
6
  "types": "./dist/types.d.ts",
@@ -1,15 +0,0 @@
1
- var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x22b0dc,_0x15a21f,_0x3815e9,_0x5162bb){function _0x122c0f(_0x3016a0){return _0x3016a0 instanceof _0x3815e9?_0x3016a0:new _0x3815e9(function(_0x36a031){_0x36a031(_0x3016a0);});}return new(_0x3815e9||(_0x3815e9=Promise))(function(_0xdc914b,_0x27f9f1){function _0x4de182(_0x466639){try{_0x2d44da(_0x5162bb['next'](_0x466639));}catch(_0x513151){_0x27f9f1(_0x513151);}}function _0x5359b2(_0x3d06d5){try{_0x2d44da(_0x5162bb['throw'](_0x3d06d5));}catch(_0x5c777b){_0x27f9f1(_0x5c777b);}}function _0x2d44da(_0x229fd4){_0x229fd4['done']?_0xdc914b(_0x229fd4['value']):_0x122c0f(_0x229fd4['value'])['then'](_0x4de182,_0x5359b2);}_0x2d44da((_0x5162bb=_0x5162bb['apply'](_0x22b0dc,_0x15a21f||[]))['next']());});};class Fetch{static['get'](_0x47a65d,_0x153fb0){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x47a65d,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x153fb0}});});}static['post'](_0x1e5e17,_0x2c85b9,_0x281891){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x1e5e17,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2c85b9},'body':_0x281891?JSON['stringify'](_0x281891):null});});}static['put'](_0x474ca6,_0x35a23c,_0x6d0dcc){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x474ca6,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x35a23c},'body':_0x6d0dcc?JSON['stringify'](_0x6d0dcc):null});});}static['delete'](_0x3b1d88,_0x861282){return __awaiter$4(this,void 0,void 0,function*(){return yield fetch(_0x3b1d88,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x861282}});});}}
2
-
3
- var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x20ff07,_0xb6283b,_0x1879ef,_0x3e6d96){function _0x1121ef(_0x4049f8){return _0x4049f8 instanceof _0x1879ef?_0x4049f8:new _0x1879ef(function(_0x3d294d){_0x3d294d(_0x4049f8);});}return new(_0x1879ef||(_0x1879ef=Promise))(function(_0x23b194,_0x17d1f8){function _0x25da45(_0x231329){try{_0x381188(_0x3e6d96['next'](_0x231329));}catch(_0x33a66b){_0x17d1f8(_0x33a66b);}}function _0x4fa7b6(_0xe33269){try{_0x381188(_0x3e6d96['throw'](_0xe33269));}catch(_0x1bfdca){_0x17d1f8(_0x1bfdca);}}function _0x381188(_0x2808fc){_0x2808fc['done']?_0x23b194(_0x2808fc['value']):_0x1121ef(_0x2808fc['value'])['then'](_0x25da45,_0x4fa7b6);}_0x381188((_0x3e6d96=_0x3e6d96['apply'](_0x20ff07,_0xb6283b||[]))['next']());});};class ListService{constructor(_0x42ae8c){this['baseUri']=_0x42ae8c;}['add'](_0x3b5268,_0x32ee5f,_0x46ce86){return __awaiter$3(this,arguments,void 0,function*(_0x19e76e,_0x588bc2,_0x5fc274,_0x402aa7={}){var _0x12ce8a;let _0x3c9a30=(_0x12ce8a=_0x402aa7['baseUri'])!==null&&_0x12ce8a!==void 0?_0x12ce8a:this['baseUri'];!_0x3c9a30['endsWith']('/')&&(_0x3c9a30=_0x3c9a30+'/');_0x3c9a30=_0x3c9a30+'List';const _0x2814a1={'account_name':_0x588bc2,'list_name':_0x5fc274},_0x48e17e=yield Fetch['post'](_0x3c9a30,_0x19e76e,_0x2814a1);if(_0x48e17e['status']>0xc7&&_0x48e17e['status']<0x12c){const _0x4b6bf6=yield _0x48e17e['json']();return new SuccessfulAccountResponse(_0x4b6bf6);}if(_0x48e17e['bodyUsed']){const _0x182f98=yield _0x48e17e['json']();return new FailedAccountResponse(_0x182f98);}const _0x2eab11={'type':'','status':_0x48e17e['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x2eab11);});}['remove'](_0x315206,_0x50f029,_0x55c0cb){return __awaiter$3(this,arguments,void 0,function*(_0x4091b1,_0x40d4ba,_0x233e3e,_0xf22e10={}){var _0x223b9a;let _0x299f26=(_0x223b9a=_0xf22e10['baseUri'])!==null&&_0x223b9a!==void 0?_0x223b9a:this['baseUri'];_0x299f26=_0x299f26+'/List/'+_0x40d4ba+'/'+_0x233e3e;const _0x10b202=yield Fetch['delete'](_0x299f26,_0x4091b1);if(_0x10b202['status']>0xc7&&_0x10b202['status']<0x12c){const _0x6d39eb=yield _0x10b202['json']();return new SuccessfulAccountResponse(_0x6d39eb);}if(_0x10b202['bodyUsed']){const _0x51b6d8=yield _0x10b202['json']();return new FailedAccountResponse(_0x51b6d8);}const _0x29f228={'type':'','status':_0x10b202['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x29f228);});}}
4
-
5
- class Response{constructor(_0x133e47){this['isSuccess']=_0x133e47;}}class SuccessfulAccountResponse extends Response{constructor(_0x27d2e8){super(!![]),this['account']=_0x27d2e8;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x32f2f9){super(![]),this['problem']=_0x32f2f9;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulRefreshResponse extends Response{constructor(_0x2460f1){super(!![]),this['tokens']=_0x2460f1;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedRefreshResponse extends Response{constructor(_0x2f2be6){super(![]),this['problem']=_0x2f2be6;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
6
-
7
- var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x3355da,_0x436357,_0x2e9e98,_0x218c90){function _0x416807(_0x4b96f0){return _0x4b96f0 instanceof _0x2e9e98?_0x4b96f0:new _0x2e9e98(function(_0x1c9abd){_0x1c9abd(_0x4b96f0);});}return new(_0x2e9e98||(_0x2e9e98=Promise))(function(_0x35ee5c,_0x462aeb){function _0x3dc267(_0x4ea50e){try{_0xa1de2e(_0x218c90['next'](_0x4ea50e));}catch(_0x380b3b){_0x462aeb(_0x380b3b);}}function _0x39f5b7(_0x52f629){try{_0xa1de2e(_0x218c90['throw'](_0x52f629));}catch(_0x1543b6){_0x462aeb(_0x1543b6);}}function _0xa1de2e(_0x4c0ea8){_0x4c0ea8['done']?_0x35ee5c(_0x4c0ea8['value']):_0x416807(_0x4c0ea8['value'])['then'](_0x3dc267,_0x39f5b7);}_0xa1de2e((_0x218c90=_0x218c90['apply'](_0x3355da,_0x436357||[]))['next']());});};class AccountService{constructor(_0x4c03d4){this['baseUri']=_0x4c03d4;}['get'](_0x2cd554,_0x32bb9){return __awaiter$2(this,arguments,void 0,function*(_0x528add,_0x279872,_0x294b81={}){var _0x8eca0b;let _0x121c1b=(_0x8eca0b=_0x294b81['baseUri'])!==null&&_0x8eca0b!==void 0?_0x8eca0b:this['baseUri'];!_0x121c1b['endsWith']('/')&&(_0x121c1b=_0x121c1b+'/');_0x121c1b=_0x121c1b+'Account/'+_0x279872+'/';const _0x14e6a8=yield Fetch['get'](_0x121c1b,_0x528add);if(_0x14e6a8['status']>0xc7&&_0x14e6a8['status']<0x12c){const _0xb09ca4=yield _0x14e6a8['json']();return new SuccessfulAccountResponse(_0xb09ca4);}if(_0x14e6a8['bodyUsed']){const _0x87284b=yield _0x14e6a8['json']();return new FailedAccountResponse(_0x87284b);}const _0x9e48c9={'type':'','status':_0x14e6a8['status'],'title':'','instance':'','errors':{}};return new FailedAccountResponse(_0x9e48c9);});}}
8
-
9
- var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x53ab04,_0xe5ec75,_0x21937b,_0x226926){function _0x258cd2(_0x633c02){return _0x633c02 instanceof _0x21937b?_0x633c02:new _0x21937b(function(_0x50eb27){_0x50eb27(_0x633c02);});}return new(_0x21937b||(_0x21937b=Promise))(function(_0x129920,_0x2810c6){function _0x8a8e60(_0x4de5f9){try{_0x422057(_0x226926['next'](_0x4de5f9));}catch(_0x1fdef7){_0x2810c6(_0x1fdef7);}}function _0xba6b32(_0x56028c){try{_0x422057(_0x226926['throw'](_0x56028c));}catch(_0x48e0aa){_0x2810c6(_0x48e0aa);}}function _0x422057(_0x567dfc){_0x567dfc['done']?_0x129920(_0x567dfc['value']):_0x258cd2(_0x567dfc['value'])['then'](_0x8a8e60,_0xba6b32);}_0x422057((_0x226926=_0x226926['apply'](_0x53ab04,_0xe5ec75||[]))['next']());});};class TokenManager{constructor(_0x404272){this['securityService']=_0x404272;}['RefreshTokens'](_0x5591de){return __awaiter$1(this,void 0,void 0,function*(){if(Date['now']()<_0x5591de['access_expires'])return new SuccessfulRefreshResponse(_0x5591de);if(Date['now']()>_0x5591de['refresh_expires']){const _0x26e588={'type':'','status':0x193,'title':'Forbidden','instance':'','errors':{}};return new FailedRefreshResponse(_0x26e588);}const _0x283b50=yield this['securityService']['refresh'](_0x5591de['refresh_token']);if(!_0x283b50['isSuccess'])return new FailedRefreshResponse(_0x283b50['toProblem']());return new SuccessfulRefreshResponse(_0x283b50['toSuccess']());});}}
10
-
11
- var __awaiter=undefined&&undefined['__awaiter']||function(_0x552c69,_0x51f5bb,_0x280868,_0xc280f6){function _0x76c13d(_0x3389e8){return _0x3389e8 instanceof _0x280868?_0x3389e8:new _0x280868(function(_0x3bd60b){_0x3bd60b(_0x3389e8);});}return new(_0x280868||(_0x280868=Promise))(function(_0xe93b9d,_0x3626f7){function _0x17ffbf(_0x866605){try{_0x2191e5(_0xc280f6['next'](_0x866605));}catch(_0x37b84c){_0x3626f7(_0x37b84c);}}function _0x293675(_0x284036){try{_0x2191e5(_0xc280f6['throw'](_0x284036));}catch(_0x47bdb9){_0x3626f7(_0x47bdb9);}}function _0x2191e5(_0x22c695){_0x22c695['done']?_0xe93b9d(_0x22c695['value']):_0x76c13d(_0x22c695['value'])['then'](_0x17ffbf,_0x293675);}_0x2191e5((_0xc280f6=_0xc280f6['apply'](_0x552c69,_0x51f5bb||[]))['next']());});};class SecurityService{constructor(_0x15df19){this['baseUri']=_0x15df19,this['tokenManager']=new TokenManager(this);}['refresh'](_0x50cf56){return __awaiter(this,arguments,void 0,function*(_0x366ad3,_0x1fcd71={}){var _0x210760;let _0x3ddef4=(_0x210760=_0x1fcd71['baseUri'])!==null&&_0x210760!==void 0?_0x210760:this['baseUri'];!_0x3ddef4['endsWith']('/')&&(_0x3ddef4=_0x3ddef4+'/');_0x3ddef4=_0x3ddef4+'Security/Refresh';const _0x5b11de=yield Fetch['post'](_0x3ddef4,_0x366ad3,null);if(_0x5b11de['status']>0xc7&&_0x5b11de['status']<0x12c){const _0x4203de=yield _0x5b11de['json']();return new SuccessfulRefreshResponse(_0x4203de);}if(_0x5b11de['bodyUsed']){const _0x4e3a8c=yield _0x5b11de['json']();return new FailedRefreshResponse(_0x4e3a8c);}const _0x384aa8={'type':'','status':_0x5b11de['status'],'title':'','instance':'','errors':{}};return new FailedRefreshResponse(_0x384aa8);});}}
12
-
13
- var _a;class AdminClient{}_a=AdminClient,AdminClient['baseUri']='https://admin.searchability.dev/',AdminClient['Accounts']=new AccountService(_a['baseUri']),AdminClient['Lists']=new ListService(_a['baseUri']),AdminClient['Security']=new SecurityService(_a['baseUri']);
14
-
15
- export { AdminClient };