@searchability/admin-client 0.0.20 → 0.0.21

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$5=undefined&&undefined['__awaiter']||function(_0x54b690,_0x478e2b,_0x49ade5,_0x538a23){function _0x10e540(_0x2413bd){return _0x2413bd instanceof _0x49ade5?_0x2413bd:new _0x49ade5(function(_0x90f4fc){_0x90f4fc(_0x2413bd);});}return new(_0x49ade5||(_0x49ade5=Promise))(function(_0x223395,_0x3da0d8){function _0x50b448(_0xea70c9){try{_0x4dbe62(_0x538a23['next'](_0xea70c9));}catch(_0x69fafa){_0x3da0d8(_0x69fafa);}}function _0x4dd4b2(_0x1b95b5){try{_0x4dbe62(_0x538a23['throw'](_0x1b95b5));}catch(_0x112eab){_0x3da0d8(_0x112eab);}}function _0x4dbe62(_0x4ea396){_0x4ea396['done']?_0x223395(_0x4ea396['value']):_0x10e540(_0x4ea396['value'])['then'](_0x50b448,_0x4dd4b2);}_0x4dbe62((_0x538a23=_0x538a23['apply'](_0x54b690,_0x478e2b||[]))['next']());});};class TokenManager{constructor(_0x5d0b29){this['authClient']=_0x5d0b29;}['getOrRefreshTokens'](_0xa73c87){return __awaiter$5(this,void 0,void 0,function*(){if(Date['now']()<_0xa73c87['access_expires'])return new SuccessfulAuthResponse(_0xa73c87);if(Date['now']()>_0xa73c87['refresh_expires'])return yield this['authClient']['refresh'](_0xa73c87['refresh_token']);return new FailedAuthResponse({'detail':'Refresh\x20token\x20expired','title':'','status':0x194,'instance':'','type':''});});}}
2
+
3
+ class Response{constructor(_0x37fa23){this['isSuccess']=_0x37fa23;}}class SuccessfulAccountResponse extends Response{constructor(_0x13089d){super(!![]),this['account']=_0x13089d;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x13e768){super(![]),this['problem']=_0x13e768;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x5adb03){super(!![]),this['tokens']=_0x5adb03;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0xd82e62){super(![]),this['problem']=_0xd82e62;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x227613){super(!![]),this['apiKeys']=_0x227613;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x3a490d){super(![]),this['problem']=_0x3a490d;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
4
+
5
+ var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x54c679,_0x42cbe8,_0x2d7567,_0xba6753){function _0x35055f(_0x4fb648){return _0x4fb648 instanceof _0x2d7567?_0x4fb648:new _0x2d7567(function(_0x3bdc42){_0x3bdc42(_0x4fb648);});}return new(_0x2d7567||(_0x2d7567=Promise))(function(_0x540c5a,_0x2cfe7f){function _0x2e909d(_0x2b0aae){try{_0x41532e(_0xba6753['next'](_0x2b0aae));}catch(_0x11dec1){_0x2cfe7f(_0x11dec1);}}function _0x2260cb(_0x149d37){try{_0x41532e(_0xba6753['throw'](_0x149d37));}catch(_0x27a354){_0x2cfe7f(_0x27a354);}}function _0x41532e(_0x11f78f){_0x11f78f['done']?_0x540c5a(_0x11f78f['value']):_0x35055f(_0x11f78f['value'])['then'](_0x2e909d,_0x2260cb);}_0x41532e((_0xba6753=_0xba6753['apply'](_0x54c679,_0x42cbe8||[]))['next']());});};class AccountService{constructor(_0x2944b3){this['fetch']=_0x2944b3;}['get'](_0x2f08b6,_0x54f4ef){return __awaiter$4(this,void 0,void 0,function*(){const _0x252331='Account/'+_0x2f08b6+'/',_0x13fa0a=yield this['fetch']['get'](_0x252331,_0x54f4ef);try{if(_0x13fa0a['status']>0xc7&&_0x13fa0a['status']<0x12c){const _0x45565a=yield _0x13fa0a['json']();return new SuccessfulAccountResponse(_0x45565a);}const _0x1b88f2=yield _0x13fa0a['json']();return new FailedAccountResponse(_0x1b88f2);}catch(_0x81e3a5){if(_0x81e3a5 instanceof Error)return new FailedAccountResponse({'detail':_0x81e3a5['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x81e3a5;}});}}
6
+
7
+ var __awaiter$3=undefined&&undefined['__awaiter']||function(_0xfc9f78,_0x521589,_0x26fc23,_0x3ab864){function _0x56cabb(_0x1c5146){return _0x1c5146 instanceof _0x26fc23?_0x1c5146:new _0x26fc23(function(_0x3b16ab){_0x3b16ab(_0x1c5146);});}return new(_0x26fc23||(_0x26fc23=Promise))(function(_0x454522,_0x4d47dd){function _0x3b50bc(_0x242a60){try{_0xe5d335(_0x3ab864['next'](_0x242a60));}catch(_0x10dbc2){_0x4d47dd(_0x10dbc2);}}function _0x462cb9(_0x3c6a24){try{_0xe5d335(_0x3ab864['throw'](_0x3c6a24));}catch(_0x49f683){_0x4d47dd(_0x49f683);}}function _0xe5d335(_0x986196){_0x986196['done']?_0x454522(_0x986196['value']):_0x56cabb(_0x986196['value'])['then'](_0x3b50bc,_0x462cb9);}_0xe5d335((_0x3ab864=_0x3ab864['apply'](_0xfc9f78,_0x521589||[]))['next']());});};class ApiKeyService{constructor(_0x1b95b3){this['fetch']=_0x1b95b3;}['create'](_0x31f678,_0x88cd5f,_0xa660a9){return __awaiter$3(this,void 0,void 0,function*(){const _0x3d17d4='ApiKey/Create',_0x33c43d={'account_name':_0x31f678,'name':_0x88cd5f};try{const _0x5d64f7=yield this['fetch']['post'](_0x3d17d4,_0xa660a9,_0x33c43d);if(_0x5d64f7['status']>0xc7&&_0x5d64f7['status']<0x12c){const _0x49cc85=yield _0x5d64f7['json']();return new SuccessfulApiKeyResponse(_0x49cc85);}const _0x1035f3=yield _0x5d64f7['json']();return new FailedApiKeyResponse(_0x1035f3);}catch(_0x2ecd65){if(_0x2ecd65 instanceof Error)return new FailedApiKeyResponse({'detail':_0x2ecd65['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2ecd65;}});}}
8
+
9
+ var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x1541e8,_0x36758e,_0x30129e,_0x299512){function _0x2d4f4f(_0x41de95){return _0x41de95 instanceof _0x30129e?_0x41de95:new _0x30129e(function(_0x4c2914){_0x4c2914(_0x41de95);});}return new(_0x30129e||(_0x30129e=Promise))(function(_0x4e0625,_0x2d2671){function _0x48e593(_0x292180){try{_0x3a2d43(_0x299512['next'](_0x292180));}catch(_0x513643){_0x2d2671(_0x513643);}}function _0x2514ea(_0x410408){try{_0x3a2d43(_0x299512['throw'](_0x410408));}catch(_0x4e4a2d){_0x2d2671(_0x4e4a2d);}}function _0x3a2d43(_0x1201c6){_0x1201c6['done']?_0x4e0625(_0x1201c6['value']):_0x2d4f4f(_0x1201c6['value'])['then'](_0x48e593,_0x2514ea);}_0x3a2d43((_0x299512=_0x299512['apply'](_0x1541e8,_0x36758e||[]))['next']());});};class ListService{constructor(_0x568209){this['fetch']=_0x568209;}['add'](_0xabfbd5,_0x3b520d,_0x703b66){return __awaiter$2(this,void 0,void 0,function*(){const _0x16bb99='List',_0x3b048f={'account_name':_0xabfbd5,'list_name':_0x3b520d};try{const _0x15e271=yield this['fetch']['post'](_0x16bb99,_0x703b66,_0x3b048f);if(_0x15e271['status']>0xc7&&_0x15e271['status']<0x12c){const _0x1a5abd=yield _0x15e271['json']();return new SuccessfulAccountResponse(_0x1a5abd);}const _0x556a15=yield _0x15e271['json']();return new FailedAccountResponse(_0x556a15);}catch(_0x5c91f8){if(_0x5c91f8 instanceof Error)return new FailedAccountResponse({'detail':_0x5c91f8['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x5c91f8;}});}['remove'](_0x281107,_0x17843b,_0x31d24a){return __awaiter$2(this,void 0,void 0,function*(){const _0x47e058='List/'+_0x281107+'/'+_0x17843b,_0x3bacd8=yield this['fetch']['delete'](_0x47e058,_0x31d24a);try{if(_0x3bacd8['status']>0xc7&&_0x3bacd8['status']<0x12c){const _0x5c4482=yield _0x3bacd8['json']();return new SuccessfulAccountResponse(_0x5c4482);}const _0x3463a4=yield _0x3bacd8['json']();return new FailedAccountResponse(_0x3463a4);}catch(_0x751fc9){if(_0x751fc9 instanceof Error)return new FailedAccountResponse({'detail':_0x751fc9['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x751fc9;}});}}
10
+
11
+ var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x256c5d,_0x380ff2,_0x3f2c9c,_0x52444f){function _0x157255(_0x488e1a){return _0x488e1a instanceof _0x3f2c9c?_0x488e1a:new _0x3f2c9c(function(_0x1accdf){_0x1accdf(_0x488e1a);});}return new(_0x3f2c9c||(_0x3f2c9c=Promise))(function(_0x403b63,_0x1b065c){function _0x58115b(_0x4da783){try{_0x8d3f21(_0x52444f['next'](_0x4da783));}catch(_0x3c6030){_0x1b065c(_0x3c6030);}}function _0x17b709(_0x1d8554){try{_0x8d3f21(_0x52444f['throw'](_0x1d8554));}catch(_0x1640ae){_0x1b065c(_0x1640ae);}}function _0x8d3f21(_0x2f26c1){_0x2f26c1['done']?_0x403b63(_0x2f26c1['value']):_0x157255(_0x2f26c1['value'])['then'](_0x58115b,_0x17b709);}_0x8d3f21((_0x52444f=_0x52444f['apply'](_0x256c5d,_0x380ff2||[]))['next']());});};class Fetch{constructor(_0x296f93){this['baseUri']=_0x296f93,this['getUrl']=_0x52dad9=>{return _0x52dad9['startsWith']('/')&&(_0x52dad9=_0x52dad9['replace']('/','')),''+this['baseUri']+_0x52dad9;},!_0x296f93['endsWith']('/')&&(_0x296f93=_0x296f93+'/');}['get'](_0x495adc,_0xe5f488){return __awaiter$1(this,void 0,void 0,function*(){const _0x262199=this['getUrl'](_0x495adc);return yield fetch(_0x262199,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0xe5f488}});});}['post'](_0x3b9a36,_0x5326e7,_0x9e9ab6){return __awaiter$1(this,void 0,void 0,function*(){const _0xff10ab=this['getUrl'](_0x3b9a36);return yield fetch(_0xff10ab,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x5326e7},'body':_0x9e9ab6?JSON['stringify'](_0x9e9ab6):null});});}['put'](_0x8d7257,_0x987873,_0x218ebf){return __awaiter$1(this,void 0,void 0,function*(){const _0x2fe704=this['getUrl'](_0x8d7257);return yield fetch(_0x2fe704,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x987873},'body':_0x218ebf?JSON['stringify'](_0x218ebf):null});});}['delete'](_0x1149b7,_0x3210f2){return __awaiter$1(this,void 0,void 0,function*(){const _0x4087d8=this['getUrl'](_0x1149b7);return yield fetch(_0x4087d8,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3210f2}});});}}
12
+
13
+ var __awaiter=undefined&&undefined['__awaiter']||function(_0x446d4c,_0x2a827b,_0x119f1e,_0x377e96){function _0x863bad(_0x428c19){return _0x428c19 instanceof _0x119f1e?_0x428c19:new _0x119f1e(function(_0x2c6dc2){_0x2c6dc2(_0x428c19);});}return new(_0x119f1e||(_0x119f1e=Promise))(function(_0x21181b,_0x2643e3){function _0x30bc71(_0x3f0c02){try{_0x5fdef5(_0x377e96['next'](_0x3f0c02));}catch(_0x24c155){_0x2643e3(_0x24c155);}}function _0x2cdfe9(_0x8cd318){try{_0x5fdef5(_0x377e96['throw'](_0x8cd318));}catch(_0x38dac1){_0x2643e3(_0x38dac1);}}function _0x5fdef5(_0x4c5a38){_0x4c5a38['done']?_0x21181b(_0x4c5a38['value']):_0x863bad(_0x4c5a38['value'])['then'](_0x30bc71,_0x2cdfe9);}_0x5fdef5((_0x377e96=_0x377e96['apply'](_0x446d4c,_0x2a827b||[]))['next']());});};class AdminClient{constructor(_0x23adc2='https://admin.searchability.dev/'){var _0x39845b=new Fetch(_0x23adc2);this['Accounts']=new AccountService(_0x39845b),this['Lists']=new ListService(_0x39845b),this['ApiKeys']=new ApiKeyService(_0x39845b);}}class AuthClient{constructor(_0x3477b2='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x3477b2);}['login'](_0x2a8000){return __awaiter(this,void 0,void 0,function*(){var _0x383ad9='login/'+_0x2a8000;try{const _0x585892=yield yield fetch(_0x383ad9);if(_0x585892['status']>0xc7&&_0x585892['status']<0x12c){const _0x40c18a=yield _0x585892['json']();return new SuccessfulAuthResponse(_0x40c18a);}const _0x52450f=yield _0x585892['json']();return new FailedAuthResponse(_0x52450f);}catch(_0x5b8686){if(_0x5b8686 instanceof Error)return new FailedAuthResponse({'detail':_0x5b8686['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x5b8686;}});}['refresh'](_0x231c38){return __awaiter(this,void 0,void 0,function*(){var _0x3f1dba='refresh';try{const _0x11754b=yield this['fetch']['post'](_0x3f1dba,_0x231c38,null);if(_0x11754b['status']>0xc7&&_0x11754b['status']<0x12c){const _0x59e235=yield _0x11754b['json']();return new SuccessfulAuthResponse(_0x59e235);}const _0x56f3bd=yield _0x11754b['json']();return new FailedAuthResponse(_0x56f3bd);}catch(_0xda903e){if(_0xda903e instanceof Error)return new FailedAuthResponse({'detail':_0xda903e['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xda903e;}});}}
14
+
15
+ export { AdminClient, AuthClient, TokenManager };
@@ -1,18 +1,19 @@
1
1
  'use strict';
2
2
 
3
- undefined&&undefined['__awaiter']||function(_0x315a9e,_0xe24ed2,_0xbacc9,_0x214989){function _0x59cb70(_0x3e5a52){return _0x3e5a52 instanceof _0xbacc9?_0x3e5a52:new _0xbacc9(function(_0x375fce){_0x375fce(_0x3e5a52);});}return new(_0xbacc9||(_0xbacc9=Promise))(function(_0x135fa0,_0x553a32){function _0x5db6ed(_0x30f8d9){try{_0x25b5aa(_0x214989['next'](_0x30f8d9));}catch(_0x52ab1f){_0x553a32(_0x52ab1f);}}function _0x18f595(_0x58c48f){try{_0x25b5aa(_0x214989['throw'](_0x58c48f));}catch(_0x297239){_0x553a32(_0x297239);}}function _0x25b5aa(_0x119b78){_0x119b78['done']?_0x135fa0(_0x119b78['value']):_0x59cb70(_0x119b78['value'])['then'](_0x5db6ed,_0x18f595);}_0x25b5aa((_0x214989=_0x214989['apply'](_0x315a9e,_0xe24ed2||[]))['next']());});};
3
+ var __awaiter$5=undefined&&undefined['__awaiter']||function(_0x730119,_0x2646ac,_0x28ce7c,_0x443d94){function _0x48a52f(_0x43d741){return _0x43d741 instanceof _0x28ce7c?_0x43d741:new _0x28ce7c(function(_0x5eb8bb){_0x5eb8bb(_0x43d741);});}return new(_0x28ce7c||(_0x28ce7c=Promise))(function(_0x3a4901,_0x45b1be){function _0x52d075(_0x204557){try{_0x39dca9(_0x443d94['next'](_0x204557));}catch(_0x2757a4){_0x45b1be(_0x2757a4);}}function _0x1743a5(_0x279cd9){try{_0x39dca9(_0x443d94['throw'](_0x279cd9));}catch(_0x353ceb){_0x45b1be(_0x353ceb);}}function _0x39dca9(_0x57227e){_0x57227e['done']?_0x3a4901(_0x57227e['value']):_0x48a52f(_0x57227e['value'])['then'](_0x52d075,_0x1743a5);}_0x39dca9((_0x443d94=_0x443d94['apply'](_0x730119,_0x2646ac||[]))['next']());});};class TokenManager{constructor(_0x480b8d){this['authClient']=_0x480b8d;}['getOrRefreshTokens'](_0x15c69b){return __awaiter$5(this,void 0,void 0,function*(){if(Date['now']()<_0x15c69b['access_expires'])return new SuccessfulAuthResponse(_0x15c69b);if(Date['now']()>_0x15c69b['refresh_expires'])return yield this['authClient']['refresh'](_0x15c69b['refresh_token']);return new FailedAuthResponse({'detail':'Refresh\x20token\x20expired','title':'','status':0x194,'instance':'','type':''});});}}
4
4
 
5
- class Response{constructor(_0x4755bf){this['isSuccess']=_0x4755bf;}}class SuccessfulAccountResponse extends Response{constructor(_0xa205db){super(!![]),this['account']=_0xa205db;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0xcac449){super(![]),this['problem']=_0xcac449;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x1b3d02){super(!![]),this['tokens']=_0x1b3d02;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x1e2db2){super(![]),this['problem']=_0x1e2db2;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x5144f4){super(!![]),this['apiKeys']=_0x5144f4;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x8dd2be){super(![]),this['problem']=_0x8dd2be;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
5
+ class Response{constructor(_0x518734){this['isSuccess']=_0x518734;}}class SuccessfulAccountResponse extends Response{constructor(_0x5e398e){super(!![]),this['account']=_0x5e398e;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x33fb6e){super(![]),this['problem']=_0x33fb6e;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x2004f7){super(!![]),this['tokens']=_0x2004f7;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x1af344){super(![]),this['problem']=_0x1af344;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x21ccbd){super(!![]),this['apiKeys']=_0x21ccbd;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x3e5db4){super(![]),this['problem']=_0x3e5db4;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
6
6
 
7
- var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x531c8f,_0x3695b7,_0x5b3c48,_0x3e3b93){function _0x38a47d(_0x34e610){return _0x34e610 instanceof _0x5b3c48?_0x34e610:new _0x5b3c48(function(_0x2306e2){_0x2306e2(_0x34e610);});}return new(_0x5b3c48||(_0x5b3c48=Promise))(function(_0x4950c1,_0x616cc8){function _0x25a27d(_0x3a22de){try{_0x227918(_0x3e3b93['next'](_0x3a22de));}catch(_0x20f1f7){_0x616cc8(_0x20f1f7);}}function _0x47b968(_0x2de341){try{_0x227918(_0x3e3b93['throw'](_0x2de341));}catch(_0x114eae){_0x616cc8(_0x114eae);}}function _0x227918(_0x187c42){_0x187c42['done']?_0x4950c1(_0x187c42['value']):_0x38a47d(_0x187c42['value'])['then'](_0x25a27d,_0x47b968);}_0x227918((_0x3e3b93=_0x3e3b93['apply'](_0x531c8f,_0x3695b7||[]))['next']());});};class AccountService{constructor(_0x280191){this['fetch']=_0x280191;}['get'](_0x5005ca,_0x264537){return __awaiter$4(this,void 0,void 0,function*(){const _0x1b4a8c='Account/'+_0x5005ca+'/',_0x15401f=yield this['fetch']['get'](_0x1b4a8c,_0x264537);try{if(_0x15401f['status']>0xc7&&_0x15401f['status']<0x12c){const _0x539838=yield _0x15401f['json']();return new SuccessfulAccountResponse(_0x539838);}const _0x27c998=yield _0x15401f['json']();return new FailedAccountResponse(_0x27c998);}catch(_0x331ea8){if(_0x331ea8 instanceof Error)return new FailedAccountResponse({'detail':_0x331ea8['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x331ea8;}});}}
7
+ var __awaiter$4=undefined&&undefined['__awaiter']||function(_0xaf19e2,_0x4986f3,_0x599ca9,_0x4140ca){function _0x3fa9e2(_0x51a812){return _0x51a812 instanceof _0x599ca9?_0x51a812:new _0x599ca9(function(_0x4265ff){_0x4265ff(_0x51a812);});}return new(_0x599ca9||(_0x599ca9=Promise))(function(_0x475ded,_0x3d11e2){function _0x56561a(_0x148b9c){try{_0x23a0b1(_0x4140ca['next'](_0x148b9c));}catch(_0x24757f){_0x3d11e2(_0x24757f);}}function _0x238de6(_0x1d6358){try{_0x23a0b1(_0x4140ca['throw'](_0x1d6358));}catch(_0x502a92){_0x3d11e2(_0x502a92);}}function _0x23a0b1(_0xc3c53b){_0xc3c53b['done']?_0x475ded(_0xc3c53b['value']):_0x3fa9e2(_0xc3c53b['value'])['then'](_0x56561a,_0x238de6);}_0x23a0b1((_0x4140ca=_0x4140ca['apply'](_0xaf19e2,_0x4986f3||[]))['next']());});};class AccountService{constructor(_0x107cc8){this['fetch']=_0x107cc8;}['get'](_0x316791,_0x492cbf){return __awaiter$4(this,void 0,void 0,function*(){const _0x43e99e='Account/'+_0x316791+'/',_0x4ddd35=yield this['fetch']['get'](_0x43e99e,_0x492cbf);try{if(_0x4ddd35['status']>0xc7&&_0x4ddd35['status']<0x12c){const _0x40bcdb=yield _0x4ddd35['json']();return new SuccessfulAccountResponse(_0x40bcdb);}const _0x18edf1=yield _0x4ddd35['json']();return new FailedAccountResponse(_0x18edf1);}catch(_0x140210){if(_0x140210 instanceof Error)return new FailedAccountResponse({'detail':_0x140210['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x140210;}});}}
8
8
 
9
- var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x6ff6e6,_0x2eca36,_0x4d7c3c,_0x4c0fff){function _0x12f909(_0x4e2667){return _0x4e2667 instanceof _0x4d7c3c?_0x4e2667:new _0x4d7c3c(function(_0x54af6a){_0x54af6a(_0x4e2667);});}return new(_0x4d7c3c||(_0x4d7c3c=Promise))(function(_0x44d986,_0x589ed3){function _0xd6088e(_0x1eb9c3){try{_0x47c73b(_0x4c0fff['next'](_0x1eb9c3));}catch(_0x2ac3e9){_0x589ed3(_0x2ac3e9);}}function _0x168b81(_0x416fad){try{_0x47c73b(_0x4c0fff['throw'](_0x416fad));}catch(_0x22ae52){_0x589ed3(_0x22ae52);}}function _0x47c73b(_0x572af1){_0x572af1['done']?_0x44d986(_0x572af1['value']):_0x12f909(_0x572af1['value'])['then'](_0xd6088e,_0x168b81);}_0x47c73b((_0x4c0fff=_0x4c0fff['apply'](_0x6ff6e6,_0x2eca36||[]))['next']());});};class ApiKeyService{constructor(_0xd55e7e){this['fetch']=_0xd55e7e;}['create'](_0x24f7d6,_0x5dcbeb,_0x426c89){return __awaiter$3(this,void 0,void 0,function*(){const _0x701fa4='ApiKey/Create',_0x317325={'account_name':_0x24f7d6,'name':_0x5dcbeb};try{const _0x30ac88=yield this['fetch']['post'](_0x701fa4,_0x426c89,_0x317325);if(_0x30ac88['status']>0xc7&&_0x30ac88['status']<0x12c){const _0x3cafa7=yield _0x30ac88['json']();return new SuccessfulApiKeyResponse(_0x3cafa7);}const _0x9f540b=yield _0x30ac88['json']();return new FailedApiKeyResponse(_0x9f540b);}catch(_0x13fbe5){if(_0x13fbe5 instanceof Error)return new FailedApiKeyResponse({'detail':_0x13fbe5['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x13fbe5;}});}}
9
+ var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x1d1e18,_0x267cd5,_0x583b08,_0xeeb812){function _0x211fe8(_0x49b4ad){return _0x49b4ad instanceof _0x583b08?_0x49b4ad:new _0x583b08(function(_0x1fde52){_0x1fde52(_0x49b4ad);});}return new(_0x583b08||(_0x583b08=Promise))(function(_0x44a895,_0x260d9e){function _0x3eae37(_0x324c3c){try{_0x4dcad9(_0xeeb812['next'](_0x324c3c));}catch(_0x140172){_0x260d9e(_0x140172);}}function _0x3594a0(_0x5e72a4){try{_0x4dcad9(_0xeeb812['throw'](_0x5e72a4));}catch(_0x47afaf){_0x260d9e(_0x47afaf);}}function _0x4dcad9(_0x2d7099){_0x2d7099['done']?_0x44a895(_0x2d7099['value']):_0x211fe8(_0x2d7099['value'])['then'](_0x3eae37,_0x3594a0);}_0x4dcad9((_0xeeb812=_0xeeb812['apply'](_0x1d1e18,_0x267cd5||[]))['next']());});};class ApiKeyService{constructor(_0x279b40){this['fetch']=_0x279b40;}['create'](_0x3b0bb7,_0x30748a,_0x115906){return __awaiter$3(this,void 0,void 0,function*(){const _0x320e8d='ApiKey/Create',_0x234b6a={'account_name':_0x3b0bb7,'name':_0x30748a};try{const _0xc94914=yield this['fetch']['post'](_0x320e8d,_0x115906,_0x234b6a);if(_0xc94914['status']>0xc7&&_0xc94914['status']<0x12c){const _0x7df47d=yield _0xc94914['json']();return new SuccessfulApiKeyResponse(_0x7df47d);}const _0x215b4d=yield _0xc94914['json']();return new FailedApiKeyResponse(_0x215b4d);}catch(_0x1598ad){if(_0x1598ad instanceof Error)return new FailedApiKeyResponse({'detail':_0x1598ad['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x1598ad;}});}}
10
10
 
11
- var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x1e890b,_0x2c7cfd,_0x2dcac4,_0x290195){function _0x29f073(_0x4b66ef){return _0x4b66ef instanceof _0x2dcac4?_0x4b66ef:new _0x2dcac4(function(_0xe617db){_0xe617db(_0x4b66ef);});}return new(_0x2dcac4||(_0x2dcac4=Promise))(function(_0x154f8b,_0x2e1ccb){function _0x3d972a(_0x1e3e4a){try{_0x249bd6(_0x290195['next'](_0x1e3e4a));}catch(_0x5bbedd){_0x2e1ccb(_0x5bbedd);}}function _0x1c5c81(_0x15cbc1){try{_0x249bd6(_0x290195['throw'](_0x15cbc1));}catch(_0x32932f){_0x2e1ccb(_0x32932f);}}function _0x249bd6(_0x1ba01f){_0x1ba01f['done']?_0x154f8b(_0x1ba01f['value']):_0x29f073(_0x1ba01f['value'])['then'](_0x3d972a,_0x1c5c81);}_0x249bd6((_0x290195=_0x290195['apply'](_0x1e890b,_0x2c7cfd||[]))['next']());});};class ListService{constructor(_0x203d67){this['fetch']=_0x203d67;}['add'](_0x3fb2c9,_0x1c1de2,_0x3c3708){return __awaiter$2(this,void 0,void 0,function*(){const _0x198887='List',_0x2c3b62={'account_name':_0x3fb2c9,'list_name':_0x1c1de2};try{const _0x407c69=yield this['fetch']['post'](_0x198887,_0x3c3708,_0x2c3b62);if(_0x407c69['status']>0xc7&&_0x407c69['status']<0x12c){const _0x35f49d=yield _0x407c69['json']();return new SuccessfulAccountResponse(_0x35f49d);}const _0xd83fee=yield _0x407c69['json']();return new FailedAccountResponse(_0xd83fee);}catch(_0x9bd929){if(_0x9bd929 instanceof Error)return new FailedAccountResponse({'detail':_0x9bd929['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x9bd929;}});}['remove'](_0x3a3f47,_0x1b534c,_0x52e782){return __awaiter$2(this,void 0,void 0,function*(){const _0x5c7f44='List/'+_0x3a3f47+'/'+_0x1b534c,_0x3ad30b=yield this['fetch']['delete'](_0x5c7f44,_0x52e782);try{if(_0x3ad30b['status']>0xc7&&_0x3ad30b['status']<0x12c){const _0x1875db=yield _0x3ad30b['json']();return new SuccessfulAccountResponse(_0x1875db);}const _0xeb2dda=yield _0x3ad30b['json']();return new FailedAccountResponse(_0xeb2dda);}catch(_0x4b67f5){if(_0x4b67f5 instanceof Error)return new FailedAccountResponse({'detail':_0x4b67f5['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x4b67f5;}});}}
11
+ var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x5a1b7a,_0x146e2d,_0x1745bd,_0x4d901d){function _0x4efd2e(_0x7f8a20){return _0x7f8a20 instanceof _0x1745bd?_0x7f8a20:new _0x1745bd(function(_0x594444){_0x594444(_0x7f8a20);});}return new(_0x1745bd||(_0x1745bd=Promise))(function(_0x3d68b6,_0x58e53f){function _0x383af4(_0x1c38b2){try{_0x1496c9(_0x4d901d['next'](_0x1c38b2));}catch(_0x3a5128){_0x58e53f(_0x3a5128);}}function _0x1fb7d0(_0x1a7f40){try{_0x1496c9(_0x4d901d['throw'](_0x1a7f40));}catch(_0x146616){_0x58e53f(_0x146616);}}function _0x1496c9(_0xe569a2){_0xe569a2['done']?_0x3d68b6(_0xe569a2['value']):_0x4efd2e(_0xe569a2['value'])['then'](_0x383af4,_0x1fb7d0);}_0x1496c9((_0x4d901d=_0x4d901d['apply'](_0x5a1b7a,_0x146e2d||[]))['next']());});};class ListService{constructor(_0x46c866){this['fetch']=_0x46c866;}['add'](_0x243ec4,_0x5a8016,_0x45dbf4){return __awaiter$2(this,void 0,void 0,function*(){const _0x2bb0a1='List',_0x55d3d5={'account_name':_0x243ec4,'list_name':_0x5a8016};try{const _0x538217=yield this['fetch']['post'](_0x2bb0a1,_0x45dbf4,_0x55d3d5);if(_0x538217['status']>0xc7&&_0x538217['status']<0x12c){const _0x356c06=yield _0x538217['json']();return new SuccessfulAccountResponse(_0x356c06);}const _0x3b5a6a=yield _0x538217['json']();return new FailedAccountResponse(_0x3b5a6a);}catch(_0x54cd18){if(_0x54cd18 instanceof Error)return new FailedAccountResponse({'detail':_0x54cd18['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x54cd18;}});}['remove'](_0x353387,_0x11f6d4,_0x4d0f78){return __awaiter$2(this,void 0,void 0,function*(){const _0x1dc2f0='List/'+_0x353387+'/'+_0x11f6d4,_0x2647eb=yield this['fetch']['delete'](_0x1dc2f0,_0x4d0f78);try{if(_0x2647eb['status']>0xc7&&_0x2647eb['status']<0x12c){const _0x580fd4=yield _0x2647eb['json']();return new SuccessfulAccountResponse(_0x580fd4);}const _0x4d997d=yield _0x2647eb['json']();return new FailedAccountResponse(_0x4d997d);}catch(_0x141a44){if(_0x141a44 instanceof Error)return new FailedAccountResponse({'detail':_0x141a44['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x141a44;}});}}
12
12
 
13
- var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x28e58d,_0x1eaad1,_0x367e6e,_0xeb3f66){function _0x1c89f5(_0x42bb65){return _0x42bb65 instanceof _0x367e6e?_0x42bb65:new _0x367e6e(function(_0xf00699){_0xf00699(_0x42bb65);});}return new(_0x367e6e||(_0x367e6e=Promise))(function(_0x13dd29,_0x408c3e){function _0x58e38f(_0x126bb7){try{_0x2cabad(_0xeb3f66['next'](_0x126bb7));}catch(_0x5b4ada){_0x408c3e(_0x5b4ada);}}function _0x3ec983(_0x34a555){try{_0x2cabad(_0xeb3f66['throw'](_0x34a555));}catch(_0x12ccde){_0x408c3e(_0x12ccde);}}function _0x2cabad(_0x1ba10a){_0x1ba10a['done']?_0x13dd29(_0x1ba10a['value']):_0x1c89f5(_0x1ba10a['value'])['then'](_0x58e38f,_0x3ec983);}_0x2cabad((_0xeb3f66=_0xeb3f66['apply'](_0x28e58d,_0x1eaad1||[]))['next']());});};class Fetch{constructor(_0x44ef85){this['baseUri']=_0x44ef85,this['getUrl']=_0x29ed82=>{return _0x29ed82['startsWith']('/')&&(_0x29ed82=_0x29ed82['replace']('/','')),''+this['baseUri']+_0x29ed82;},!_0x44ef85['endsWith']('/')&&(_0x44ef85=_0x44ef85+'/');}['get'](_0x46745b,_0x2fea04){return __awaiter$1(this,void 0,void 0,function*(){const _0x453328=this['getUrl'](_0x46745b);return yield fetch(_0x453328,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2fea04}});});}['post'](_0x8b1dc9,_0x341676,_0x217a89){return __awaiter$1(this,void 0,void 0,function*(){const _0x49a70b=this['getUrl'](_0x8b1dc9);return yield fetch(_0x49a70b,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x341676},'body':_0x217a89?JSON['stringify'](_0x217a89):null});});}['put'](_0x5ecb04,_0x3b6229,_0x2ceaed){return __awaiter$1(this,void 0,void 0,function*(){const _0x34b741=this['getUrl'](_0x5ecb04);return yield fetch(_0x34b741,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3b6229},'body':_0x2ceaed?JSON['stringify'](_0x2ceaed):null});});}['delete'](_0x59b355,_0x2edcc6){return __awaiter$1(this,void 0,void 0,function*(){const _0x5f041f=this['getUrl'](_0x59b355);return yield fetch(_0x5f041f,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2edcc6}});});}}
13
+ var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x38e79e,_0x3fe442,_0x2c9269,_0x49a1af){function _0x49f3ac(_0x24259e){return _0x24259e instanceof _0x2c9269?_0x24259e:new _0x2c9269(function(_0x316164){_0x316164(_0x24259e);});}return new(_0x2c9269||(_0x2c9269=Promise))(function(_0x124bf3,_0x36bdfb){function _0x4d161c(_0x48eaf3){try{_0x5b31cf(_0x49a1af['next'](_0x48eaf3));}catch(_0x12899d){_0x36bdfb(_0x12899d);}}function _0x5c4394(_0x4650a7){try{_0x5b31cf(_0x49a1af['throw'](_0x4650a7));}catch(_0x544e9a){_0x36bdfb(_0x544e9a);}}function _0x5b31cf(_0x30e18e){_0x30e18e['done']?_0x124bf3(_0x30e18e['value']):_0x49f3ac(_0x30e18e['value'])['then'](_0x4d161c,_0x5c4394);}_0x5b31cf((_0x49a1af=_0x49a1af['apply'](_0x38e79e,_0x3fe442||[]))['next']());});};class Fetch{constructor(_0x4ddd14){this['baseUri']=_0x4ddd14,this['getUrl']=_0x1e1f8e=>{return _0x1e1f8e['startsWith']('/')&&(_0x1e1f8e=_0x1e1f8e['replace']('/','')),''+this['baseUri']+_0x1e1f8e;},!_0x4ddd14['endsWith']('/')&&(_0x4ddd14=_0x4ddd14+'/');}['get'](_0x23d55a,_0x3f4a15){return __awaiter$1(this,void 0,void 0,function*(){const _0x800211=this['getUrl'](_0x23d55a);return yield fetch(_0x800211,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3f4a15}});});}['post'](_0x43f5ba,_0x4cdc95,_0x4a9465){return __awaiter$1(this,void 0,void 0,function*(){const _0x42a6a0=this['getUrl'](_0x43f5ba);return yield fetch(_0x42a6a0,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x4cdc95},'body':_0x4a9465?JSON['stringify'](_0x4a9465):null});});}['put'](_0x3af181,_0x161868,_0x4220e0){return __awaiter$1(this,void 0,void 0,function*(){const _0xb672d2=this['getUrl'](_0x3af181);return yield fetch(_0xb672d2,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x161868},'body':_0x4220e0?JSON['stringify'](_0x4220e0):null});});}['delete'](_0xa3cec7,_0x54c713){return __awaiter$1(this,void 0,void 0,function*(){const _0xaa1e19=this['getUrl'](_0xa3cec7);return yield fetch(_0xaa1e19,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x54c713}});});}}
14
14
 
15
- var __awaiter=undefined&&undefined['__awaiter']||function(_0x56f4d9,_0x54688b,_0x1ba473,_0x15a163){function _0x52d117(_0x209870){return _0x209870 instanceof _0x1ba473?_0x209870:new _0x1ba473(function(_0x471b7c){_0x471b7c(_0x209870);});}return new(_0x1ba473||(_0x1ba473=Promise))(function(_0x429e14,_0x84fcef){function _0x2b0cc3(_0x30593b){try{_0xb793ea(_0x15a163['next'](_0x30593b));}catch(_0xdbee04){_0x84fcef(_0xdbee04);}}function _0x3127bc(_0xb19c86){try{_0xb793ea(_0x15a163['throw'](_0xb19c86));}catch(_0x369fb9){_0x84fcef(_0x369fb9);}}function _0xb793ea(_0xbe6b1f){_0xbe6b1f['done']?_0x429e14(_0xbe6b1f['value']):_0x52d117(_0xbe6b1f['value'])['then'](_0x2b0cc3,_0x3127bc);}_0xb793ea((_0x15a163=_0x15a163['apply'](_0x56f4d9,_0x54688b||[]))['next']());});};class AdminClient{constructor(_0x43503a='https://admin.searchability.dev/'){var _0x4916e5=new Fetch(_0x43503a);this['Accounts']=new AccountService(_0x4916e5),this['Lists']=new ListService(_0x4916e5),this['ApiKeys']=new ApiKeyService(_0x4916e5);}}class AuthClient{constructor(_0x1f84bd='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x1f84bd);}['login'](_0xe598d4){return __awaiter(this,void 0,void 0,function*(){var _0x5396d5='login/'+_0xe598d4;try{const _0x415759=yield yield fetch(_0x5396d5);if(_0x415759['status']>0xc7&&_0x415759['status']<0x12c){const _0x312088=yield _0x415759['json']();return new SuccessfulAuthResponse(_0x312088);}const _0x1f72ae=yield _0x415759['json']();return new FailedAuthResponse(_0x1f72ae);}catch(_0xe9beb1){if(_0xe9beb1 instanceof Error)return new FailedAuthResponse({'detail':_0xe9beb1['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xe9beb1;}});}['refresh'](_0xd7e5de){return __awaiter(this,void 0,void 0,function*(){var _0x16201a='refresh';try{const _0x39edc0=yield this['fetch']['post'](_0x16201a,_0xd7e5de,null);if(_0x39edc0['status']>0xc7&&_0x39edc0['status']<0x12c){const _0x257ea6=yield _0x39edc0['json']();return new SuccessfulAuthResponse(_0x257ea6);}const _0xf1dbd1=yield _0x39edc0['json']();return new FailedAuthResponse(_0xf1dbd1);}catch(_0x2caf9c){if(_0x2caf9c instanceof Error)return new FailedAuthResponse({'detail':_0x2caf9c['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2caf9c;}});}}
15
+ var __awaiter=undefined&&undefined['__awaiter']||function(_0x25c425,_0x28a24f,_0x5df903,_0x50dde4){function _0x336b66(_0x65dc2a){return _0x65dc2a instanceof _0x5df903?_0x65dc2a:new _0x5df903(function(_0x40ce84){_0x40ce84(_0x65dc2a);});}return new(_0x5df903||(_0x5df903=Promise))(function(_0x54183b,_0x56b7b7){function _0x766927(_0x284cff){try{_0x25ef7c(_0x50dde4['next'](_0x284cff));}catch(_0x5533e9){_0x56b7b7(_0x5533e9);}}function _0x4c7f5f(_0x340d39){try{_0x25ef7c(_0x50dde4['throw'](_0x340d39));}catch(_0x535ce4){_0x56b7b7(_0x535ce4);}}function _0x25ef7c(_0x4da363){_0x4da363['done']?_0x54183b(_0x4da363['value']):_0x336b66(_0x4da363['value'])['then'](_0x766927,_0x4c7f5f);}_0x25ef7c((_0x50dde4=_0x50dde4['apply'](_0x25c425,_0x28a24f||[]))['next']());});};class AdminClient{constructor(_0x4b8bad='https://admin.searchability.dev/'){var _0x2e2f91=new Fetch(_0x4b8bad);this['Accounts']=new AccountService(_0x2e2f91),this['Lists']=new ListService(_0x2e2f91),this['ApiKeys']=new ApiKeyService(_0x2e2f91);}}class AuthClient{constructor(_0x1d03f2='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x1d03f2);}['login'](_0x57f3bf){return __awaiter(this,void 0,void 0,function*(){var _0x15ea1d='login/'+_0x57f3bf;try{const _0x2f2165=yield yield fetch(_0x15ea1d);if(_0x2f2165['status']>0xc7&&_0x2f2165['status']<0x12c){const _0x236a81=yield _0x2f2165['json']();return new SuccessfulAuthResponse(_0x236a81);}const _0x264aa0=yield _0x2f2165['json']();return new FailedAuthResponse(_0x264aa0);}catch(_0x2ff3f9){if(_0x2ff3f9 instanceof Error)return new FailedAuthResponse({'detail':_0x2ff3f9['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2ff3f9;}});}['refresh'](_0x121c11){return __awaiter(this,void 0,void 0,function*(){var _0x3fb64b='refresh';try{const _0x142b63=yield this['fetch']['post'](_0x3fb64b,_0x121c11,null);if(_0x142b63['status']>0xc7&&_0x142b63['status']<0x12c){const _0x4ec451=yield _0x142b63['json']();return new SuccessfulAuthResponse(_0x4ec451);}const _0x55b5c=yield _0x142b63['json']();return new FailedAuthResponse(_0x55b5c);}catch(_0x2d8bc5){if(_0x2d8bc5 instanceof Error)return new FailedAuthResponse({'detail':_0x2d8bc5['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2d8bc5;}});}}
16
16
 
17
17
  exports.AdminClient = AdminClient;
18
18
  exports.AuthClient = AuthClient;
19
+ exports.TokenManager = TokenManager;
@@ -1,15 +1,15 @@
1
- undefined&&undefined['__awaiter']||function(_0x2d2f47,_0x449cb9,_0x5ba582,_0x268e38){function _0xa49de0(_0x532107){return _0x532107 instanceof _0x5ba582?_0x532107:new _0x5ba582(function(_0xa229fe){_0xa229fe(_0x532107);});}return new(_0x5ba582||(_0x5ba582=Promise))(function(_0x3cef02,_0x34701e){function _0x2ef134(_0x93baf7){try{_0x31f1fa(_0x268e38['next'](_0x93baf7));}catch(_0x3b38f7){_0x34701e(_0x3b38f7);}}function _0x4c6580(_0x163e0a){try{_0x31f1fa(_0x268e38['throw'](_0x163e0a));}catch(_0x3ca3f1){_0x34701e(_0x3ca3f1);}}function _0x31f1fa(_0x5da5bf){_0x5da5bf['done']?_0x3cef02(_0x5da5bf['value']):_0xa49de0(_0x5da5bf['value'])['then'](_0x2ef134,_0x4c6580);}_0x31f1fa((_0x268e38=_0x268e38['apply'](_0x2d2f47,_0x449cb9||[]))['next']());});};
1
+ var __awaiter$5=undefined&&undefined['__awaiter']||function(_0x5b4a89,_0x32f7af,_0x50644a,_0x5cb049){function _0x51e270(_0x2ede50){return _0x2ede50 instanceof _0x50644a?_0x2ede50:new _0x50644a(function(_0x4fbd1a){_0x4fbd1a(_0x2ede50);});}return new(_0x50644a||(_0x50644a=Promise))(function(_0x5ab5ee,_0x298117){function _0x5aff81(_0x256c0a){try{_0x476ef3(_0x5cb049['next'](_0x256c0a));}catch(_0x29be2d){_0x298117(_0x29be2d);}}function _0x3141cb(_0x4d593e){try{_0x476ef3(_0x5cb049['throw'](_0x4d593e));}catch(_0x1cf487){_0x298117(_0x1cf487);}}function _0x476ef3(_0x4f995f){_0x4f995f['done']?_0x5ab5ee(_0x4f995f['value']):_0x51e270(_0x4f995f['value'])['then'](_0x5aff81,_0x3141cb);}_0x476ef3((_0x5cb049=_0x5cb049['apply'](_0x5b4a89,_0x32f7af||[]))['next']());});};class TokenManager{constructor(_0x308faf){this['authClient']=_0x308faf;}['getOrRefreshTokens'](_0x13db25){return __awaiter$5(this,void 0,void 0,function*(){if(Date['now']()<_0x13db25['access_expires'])return new SuccessfulAuthResponse(_0x13db25);if(Date['now']()>_0x13db25['refresh_expires'])return yield this['authClient']['refresh'](_0x13db25['refresh_token']);return new FailedAuthResponse({'detail':'Refresh\x20token\x20expired','title':'','status':0x194,'instance':'','type':''});});}}
2
2
 
3
- class Response{constructor(_0x1f1ed3){this['isSuccess']=_0x1f1ed3;}}class SuccessfulAccountResponse extends Response{constructor(_0x58b922){super(!![]),this['account']=_0x58b922;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x13dae7){super(![]),this['problem']=_0x13dae7;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x4418e3){super(!![]),this['tokens']=_0x4418e3;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x1b0c30){super(![]),this['problem']=_0x1b0c30;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x363a15){super(!![]),this['apiKeys']=_0x363a15;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x2b90bd){super(![]),this['problem']=_0x2b90bd;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
3
+ class Response{constructor(_0x59afaf){this['isSuccess']=_0x59afaf;}}class SuccessfulAccountResponse extends Response{constructor(_0x2cd475){super(!![]),this['account']=_0x2cd475;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x25b722){super(![]),this['problem']=_0x25b722;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x2c61a2){super(!![]),this['tokens']=_0x2c61a2;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x48c047){super(![]),this['problem']=_0x48c047;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x511615){super(!![]),this['apiKeys']=_0x511615;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x41d2c3){super(![]),this['problem']=_0x41d2c3;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
4
4
 
5
- var __awaiter$4=undefined&&undefined['__awaiter']||function(_0xba8c58,_0x329163,_0x38c56d,_0x30239f){function _0x3eb280(_0x27c0b7){return _0x27c0b7 instanceof _0x38c56d?_0x27c0b7:new _0x38c56d(function(_0x542748){_0x542748(_0x27c0b7);});}return new(_0x38c56d||(_0x38c56d=Promise))(function(_0x10b0b3,_0x214b11){function _0x104a75(_0x428082){try{_0x266beb(_0x30239f['next'](_0x428082));}catch(_0x3fe783){_0x214b11(_0x3fe783);}}function _0x55c979(_0x2f6179){try{_0x266beb(_0x30239f['throw'](_0x2f6179));}catch(_0x7f30d5){_0x214b11(_0x7f30d5);}}function _0x266beb(_0x160638){_0x160638['done']?_0x10b0b3(_0x160638['value']):_0x3eb280(_0x160638['value'])['then'](_0x104a75,_0x55c979);}_0x266beb((_0x30239f=_0x30239f['apply'](_0xba8c58,_0x329163||[]))['next']());});};class AccountService{constructor(_0x597b2d){this['fetch']=_0x597b2d;}['get'](_0x1cb780,_0x39a285){return __awaiter$4(this,void 0,void 0,function*(){const _0x1b00ab='Account/'+_0x1cb780+'/',_0x498558=yield this['fetch']['get'](_0x1b00ab,_0x39a285);try{if(_0x498558['status']>0xc7&&_0x498558['status']<0x12c){const _0x3416b6=yield _0x498558['json']();return new SuccessfulAccountResponse(_0x3416b6);}const _0x3ebacb=yield _0x498558['json']();return new FailedAccountResponse(_0x3ebacb);}catch(_0x150ee7){if(_0x150ee7 instanceof Error)return new FailedAccountResponse({'detail':_0x150ee7['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x150ee7;}});}}
5
+ var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x22096a,_0xd0733e,_0x12b7d2,_0x1bdb9e){function _0x31cc87(_0x26b04a){return _0x26b04a instanceof _0x12b7d2?_0x26b04a:new _0x12b7d2(function(_0x131196){_0x131196(_0x26b04a);});}return new(_0x12b7d2||(_0x12b7d2=Promise))(function(_0x484857,_0x53993a){function _0x348e97(_0x3306d2){try{_0x3fa438(_0x1bdb9e['next'](_0x3306d2));}catch(_0x4b0427){_0x53993a(_0x4b0427);}}function _0x26dcf3(_0x278c2d){try{_0x3fa438(_0x1bdb9e['throw'](_0x278c2d));}catch(_0x2c18ab){_0x53993a(_0x2c18ab);}}function _0x3fa438(_0xce15ba){_0xce15ba['done']?_0x484857(_0xce15ba['value']):_0x31cc87(_0xce15ba['value'])['then'](_0x348e97,_0x26dcf3);}_0x3fa438((_0x1bdb9e=_0x1bdb9e['apply'](_0x22096a,_0xd0733e||[]))['next']());});};class AccountService{constructor(_0x2f351a){this['fetch']=_0x2f351a;}['get'](_0x3ac3ae,_0x598eb9){return __awaiter$4(this,void 0,void 0,function*(){const _0x7a3bcc='Account/'+_0x3ac3ae+'/',_0x283d65=yield this['fetch']['get'](_0x7a3bcc,_0x598eb9);try{if(_0x283d65['status']>0xc7&&_0x283d65['status']<0x12c){const _0x500378=yield _0x283d65['json']();return new SuccessfulAccountResponse(_0x500378);}const _0x82cce9=yield _0x283d65['json']();return new FailedAccountResponse(_0x82cce9);}catch(_0x37e4d9){if(_0x37e4d9 instanceof Error)return new FailedAccountResponse({'detail':_0x37e4d9['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x37e4d9;}});}}
6
6
 
7
- var __awaiter$3=undefined&&undefined['__awaiter']||function(_0xfac54,_0x634d0,_0x2e2de1,_0x28b250){function _0x48b538(_0x1f6b45){return _0x1f6b45 instanceof _0x2e2de1?_0x1f6b45:new _0x2e2de1(function(_0x2eca98){_0x2eca98(_0x1f6b45);});}return new(_0x2e2de1||(_0x2e2de1=Promise))(function(_0x2e6d7c,_0x37fc65){function _0x4f32b8(_0x18428a){try{_0x661e4b(_0x28b250['next'](_0x18428a));}catch(_0x40a3c4){_0x37fc65(_0x40a3c4);}}function _0x27fe89(_0x26c23c){try{_0x661e4b(_0x28b250['throw'](_0x26c23c));}catch(_0x5c4de1){_0x37fc65(_0x5c4de1);}}function _0x661e4b(_0x5c28b){_0x5c28b['done']?_0x2e6d7c(_0x5c28b['value']):_0x48b538(_0x5c28b['value'])['then'](_0x4f32b8,_0x27fe89);}_0x661e4b((_0x28b250=_0x28b250['apply'](_0xfac54,_0x634d0||[]))['next']());});};class ApiKeyService{constructor(_0x3d8460){this['fetch']=_0x3d8460;}['create'](_0x63dcad,_0x2d4668,_0x5d4955){return __awaiter$3(this,void 0,void 0,function*(){const _0x1fd46c='ApiKey/Create',_0x50d860={'account_name':_0x63dcad,'name':_0x2d4668};try{const _0x259b9b=yield this['fetch']['post'](_0x1fd46c,_0x5d4955,_0x50d860);if(_0x259b9b['status']>0xc7&&_0x259b9b['status']<0x12c){const _0xbf2e62=yield _0x259b9b['json']();return new SuccessfulApiKeyResponse(_0xbf2e62);}const _0xf50cd3=yield _0x259b9b['json']();return new FailedApiKeyResponse(_0xf50cd3);}catch(_0x3a4cc2){if(_0x3a4cc2 instanceof Error)return new FailedApiKeyResponse({'detail':_0x3a4cc2['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3a4cc2;}});}}
7
+ var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x5932cb,_0x15a3be,_0x31a213,_0x5b04a8){function _0x316e02(_0x4ec7cc){return _0x4ec7cc instanceof _0x31a213?_0x4ec7cc:new _0x31a213(function(_0x2eac4c){_0x2eac4c(_0x4ec7cc);});}return new(_0x31a213||(_0x31a213=Promise))(function(_0x316b95,_0x369012){function _0x563758(_0x3fdca8){try{_0x1fd2a5(_0x5b04a8['next'](_0x3fdca8));}catch(_0x2f80f3){_0x369012(_0x2f80f3);}}function _0x352776(_0x972feb){try{_0x1fd2a5(_0x5b04a8['throw'](_0x972feb));}catch(_0x3abc94){_0x369012(_0x3abc94);}}function _0x1fd2a5(_0x1b6f88){_0x1b6f88['done']?_0x316b95(_0x1b6f88['value']):_0x316e02(_0x1b6f88['value'])['then'](_0x563758,_0x352776);}_0x1fd2a5((_0x5b04a8=_0x5b04a8['apply'](_0x5932cb,_0x15a3be||[]))['next']());});};class ApiKeyService{constructor(_0x5232be){this['fetch']=_0x5232be;}['create'](_0x5c019b,_0x41f8ce,_0x4573c1){return __awaiter$3(this,void 0,void 0,function*(){const _0x5b2598='ApiKey/Create',_0x4ce31c={'account_name':_0x5c019b,'name':_0x41f8ce};try{const _0x301b84=yield this['fetch']['post'](_0x5b2598,_0x4573c1,_0x4ce31c);if(_0x301b84['status']>0xc7&&_0x301b84['status']<0x12c){const _0x5593b3=yield _0x301b84['json']();return new SuccessfulApiKeyResponse(_0x5593b3);}const _0xc7e2d9=yield _0x301b84['json']();return new FailedApiKeyResponse(_0xc7e2d9);}catch(_0x12efbc){if(_0x12efbc instanceof Error)return new FailedApiKeyResponse({'detail':_0x12efbc['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x12efbc;}});}}
8
8
 
9
- var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x4961c6,_0x512808,_0x430d07,_0x3f0266){function _0x40a25b(_0x539ecd){return _0x539ecd instanceof _0x430d07?_0x539ecd:new _0x430d07(function(_0x1bcbf4){_0x1bcbf4(_0x539ecd);});}return new(_0x430d07||(_0x430d07=Promise))(function(_0x3d60b7,_0x386fb6){function _0x533d9f(_0x506a95){try{_0x444110(_0x3f0266['next'](_0x506a95));}catch(_0x30681c){_0x386fb6(_0x30681c);}}function _0xd5bbf5(_0x1c3742){try{_0x444110(_0x3f0266['throw'](_0x1c3742));}catch(_0x305391){_0x386fb6(_0x305391);}}function _0x444110(_0xc67b80){_0xc67b80['done']?_0x3d60b7(_0xc67b80['value']):_0x40a25b(_0xc67b80['value'])['then'](_0x533d9f,_0xd5bbf5);}_0x444110((_0x3f0266=_0x3f0266['apply'](_0x4961c6,_0x512808||[]))['next']());});};class ListService{constructor(_0xf18b3){this['fetch']=_0xf18b3;}['add'](_0x2d0644,_0x5c2352,_0x344227){return __awaiter$2(this,void 0,void 0,function*(){const _0x360615='List',_0x371af6={'account_name':_0x2d0644,'list_name':_0x5c2352};try{const _0x172219=yield this['fetch']['post'](_0x360615,_0x344227,_0x371af6);if(_0x172219['status']>0xc7&&_0x172219['status']<0x12c){const _0x19ede9=yield _0x172219['json']();return new SuccessfulAccountResponse(_0x19ede9);}const _0x1770f4=yield _0x172219['json']();return new FailedAccountResponse(_0x1770f4);}catch(_0x42ccc0){if(_0x42ccc0 instanceof Error)return new FailedAccountResponse({'detail':_0x42ccc0['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x42ccc0;}});}['remove'](_0x70e96b,_0x43a1e2,_0x3921e9){return __awaiter$2(this,void 0,void 0,function*(){const _0x224425='List/'+_0x70e96b+'/'+_0x43a1e2,_0x4f6881=yield this['fetch']['delete'](_0x224425,_0x3921e9);try{if(_0x4f6881['status']>0xc7&&_0x4f6881['status']<0x12c){const _0x2998ba=yield _0x4f6881['json']();return new SuccessfulAccountResponse(_0x2998ba);}const _0x2994e8=yield _0x4f6881['json']();return new FailedAccountResponse(_0x2994e8);}catch(_0xccfecf){if(_0xccfecf instanceof Error)return new FailedAccountResponse({'detail':_0xccfecf['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xccfecf;}});}}
9
+ var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x2ddcc6,_0x527139,_0x5a65a1,_0x809ed0){function _0xe540cc(_0x3dcd91){return _0x3dcd91 instanceof _0x5a65a1?_0x3dcd91:new _0x5a65a1(function(_0x1cd6e7){_0x1cd6e7(_0x3dcd91);});}return new(_0x5a65a1||(_0x5a65a1=Promise))(function(_0x18108e,_0x2ac54d){function _0xc46f54(_0x349461){try{_0x4d4ef9(_0x809ed0['next'](_0x349461));}catch(_0x7e7ce2){_0x2ac54d(_0x7e7ce2);}}function _0x1018ac(_0x397bdc){try{_0x4d4ef9(_0x809ed0['throw'](_0x397bdc));}catch(_0x35b40f){_0x2ac54d(_0x35b40f);}}function _0x4d4ef9(_0x3d157d){_0x3d157d['done']?_0x18108e(_0x3d157d['value']):_0xe540cc(_0x3d157d['value'])['then'](_0xc46f54,_0x1018ac);}_0x4d4ef9((_0x809ed0=_0x809ed0['apply'](_0x2ddcc6,_0x527139||[]))['next']());});};class ListService{constructor(_0x2abe61){this['fetch']=_0x2abe61;}['add'](_0x3606d7,_0x559a8f,_0x3d55db){return __awaiter$2(this,void 0,void 0,function*(){const _0x5c0736='List',_0x4149fe={'account_name':_0x3606d7,'list_name':_0x559a8f};try{const _0x221728=yield this['fetch']['post'](_0x5c0736,_0x3d55db,_0x4149fe);if(_0x221728['status']>0xc7&&_0x221728['status']<0x12c){const _0x4b3b8b=yield _0x221728['json']();return new SuccessfulAccountResponse(_0x4b3b8b);}const _0x15b0ca=yield _0x221728['json']();return new FailedAccountResponse(_0x15b0ca);}catch(_0x430424){if(_0x430424 instanceof Error)return new FailedAccountResponse({'detail':_0x430424['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x430424;}});}['remove'](_0x2cad64,_0x1bf135,_0x27273d){return __awaiter$2(this,void 0,void 0,function*(){const _0x23d984='List/'+_0x2cad64+'/'+_0x1bf135,_0x27ec8b=yield this['fetch']['delete'](_0x23d984,_0x27273d);try{if(_0x27ec8b['status']>0xc7&&_0x27ec8b['status']<0x12c){const _0x2dc89c=yield _0x27ec8b['json']();return new SuccessfulAccountResponse(_0x2dc89c);}const _0x3dd70b=yield _0x27ec8b['json']();return new FailedAccountResponse(_0x3dd70b);}catch(_0x15a70e){if(_0x15a70e instanceof Error)return new FailedAccountResponse({'detail':_0x15a70e['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x15a70e;}});}}
10
10
 
11
- var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x4a6fe5,_0x2d182d,_0x224e69,_0x5a339e){function _0x46abf7(_0x27498f){return _0x27498f instanceof _0x224e69?_0x27498f:new _0x224e69(function(_0x468ca7){_0x468ca7(_0x27498f);});}return new(_0x224e69||(_0x224e69=Promise))(function(_0x620a16,_0xffe0df){function _0x49703b(_0x3c743e){try{_0x4fd57f(_0x5a339e['next'](_0x3c743e));}catch(_0x1faf5e){_0xffe0df(_0x1faf5e);}}function _0x25bc5a(_0x358d1c){try{_0x4fd57f(_0x5a339e['throw'](_0x358d1c));}catch(_0x16dbc1){_0xffe0df(_0x16dbc1);}}function _0x4fd57f(_0x3b5496){_0x3b5496['done']?_0x620a16(_0x3b5496['value']):_0x46abf7(_0x3b5496['value'])['then'](_0x49703b,_0x25bc5a);}_0x4fd57f((_0x5a339e=_0x5a339e['apply'](_0x4a6fe5,_0x2d182d||[]))['next']());});};class Fetch{constructor(_0x146403){this['baseUri']=_0x146403,this['getUrl']=_0x3d8df4=>{return _0x3d8df4['startsWith']('/')&&(_0x3d8df4=_0x3d8df4['replace']('/','')),''+this['baseUri']+_0x3d8df4;},!_0x146403['endsWith']('/')&&(_0x146403=_0x146403+'/');}['get'](_0x38a34f,_0x4e0087){return __awaiter$1(this,void 0,void 0,function*(){const _0x9f1a9a=this['getUrl'](_0x38a34f);return yield fetch(_0x9f1a9a,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x4e0087}});});}['post'](_0x357ee1,_0x397d15,_0x2782cc){return __awaiter$1(this,void 0,void 0,function*(){const _0x7dbd29=this['getUrl'](_0x357ee1);return yield fetch(_0x7dbd29,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x397d15},'body':_0x2782cc?JSON['stringify'](_0x2782cc):null});});}['put'](_0x4eadbb,_0x517773,_0x48272){return __awaiter$1(this,void 0,void 0,function*(){const _0x4ca6df=this['getUrl'](_0x4eadbb);return yield fetch(_0x4ca6df,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x517773},'body':_0x48272?JSON['stringify'](_0x48272):null});});}['delete'](_0x3db2e6,_0x35523a){return __awaiter$1(this,void 0,void 0,function*(){const _0x28e4a6=this['getUrl'](_0x3db2e6);return yield fetch(_0x28e4a6,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x35523a}});});}}
11
+ var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x245dc6,_0x551cd9,_0xe9acda,_0x2de215){function _0xee13d4(_0x248e24){return _0x248e24 instanceof _0xe9acda?_0x248e24:new _0xe9acda(function(_0x30003b){_0x30003b(_0x248e24);});}return new(_0xe9acda||(_0xe9acda=Promise))(function(_0x555a6b,_0x44b834){function _0x560b97(_0x2604a9){try{_0x294680(_0x2de215['next'](_0x2604a9));}catch(_0x1c1b4b){_0x44b834(_0x1c1b4b);}}function _0x35bc3c(_0x35d065){try{_0x294680(_0x2de215['throw'](_0x35d065));}catch(_0x1929a8){_0x44b834(_0x1929a8);}}function _0x294680(_0x241596){_0x241596['done']?_0x555a6b(_0x241596['value']):_0xee13d4(_0x241596['value'])['then'](_0x560b97,_0x35bc3c);}_0x294680((_0x2de215=_0x2de215['apply'](_0x245dc6,_0x551cd9||[]))['next']());});};class Fetch{constructor(_0x1929c3){this['baseUri']=_0x1929c3,this['getUrl']=_0xd2ad13=>{return _0xd2ad13['startsWith']('/')&&(_0xd2ad13=_0xd2ad13['replace']('/','')),''+this['baseUri']+_0xd2ad13;},!_0x1929c3['endsWith']('/')&&(_0x1929c3=_0x1929c3+'/');}['get'](_0x158893,_0x234d59){return __awaiter$1(this,void 0,void 0,function*(){const _0xa61909=this['getUrl'](_0x158893);return yield fetch(_0xa61909,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x234d59}});});}['post'](_0x573cc2,_0x4e5461,_0x5a4c36){return __awaiter$1(this,void 0,void 0,function*(){const _0x4d1c17=this['getUrl'](_0x573cc2);return yield fetch(_0x4d1c17,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x4e5461},'body':_0x5a4c36?JSON['stringify'](_0x5a4c36):null});});}['put'](_0x1823a1,_0x5bb308,_0x46fc8b){return __awaiter$1(this,void 0,void 0,function*(){const _0x4a5bee=this['getUrl'](_0x1823a1);return yield fetch(_0x4a5bee,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x5bb308},'body':_0x46fc8b?JSON['stringify'](_0x46fc8b):null});});}['delete'](_0x4ab055,_0x317c74){return __awaiter$1(this,void 0,void 0,function*(){const _0x7bc614=this['getUrl'](_0x4ab055);return yield fetch(_0x7bc614,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x317c74}});});}}
12
12
 
13
- var __awaiter=undefined&&undefined['__awaiter']||function(_0x99c8e,_0x25af06,_0x2ad405,_0x3243ab){function _0x441787(_0x23b52c){return _0x23b52c instanceof _0x2ad405?_0x23b52c:new _0x2ad405(function(_0x58ad76){_0x58ad76(_0x23b52c);});}return new(_0x2ad405||(_0x2ad405=Promise))(function(_0x34de23,_0x98d354){function _0x3246dc(_0x2e5a46){try{_0x58f4d0(_0x3243ab['next'](_0x2e5a46));}catch(_0x2405e8){_0x98d354(_0x2405e8);}}function _0x3997f3(_0x585014){try{_0x58f4d0(_0x3243ab['throw'](_0x585014));}catch(_0x1e448d){_0x98d354(_0x1e448d);}}function _0x58f4d0(_0x3017b9){_0x3017b9['done']?_0x34de23(_0x3017b9['value']):_0x441787(_0x3017b9['value'])['then'](_0x3246dc,_0x3997f3);}_0x58f4d0((_0x3243ab=_0x3243ab['apply'](_0x99c8e,_0x25af06||[]))['next']());});};class AdminClient{constructor(_0x183679='https://admin.searchability.dev/'){var _0x3dc087=new Fetch(_0x183679);this['Accounts']=new AccountService(_0x3dc087),this['Lists']=new ListService(_0x3dc087),this['ApiKeys']=new ApiKeyService(_0x3dc087);}}class AuthClient{constructor(_0x4ab1e2='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x4ab1e2);}['login'](_0x452586){return __awaiter(this,void 0,void 0,function*(){var _0x5472a8='login/'+_0x452586;try{const _0x21bb8e=yield yield fetch(_0x5472a8);if(_0x21bb8e['status']>0xc7&&_0x21bb8e['status']<0x12c){const _0x516066=yield _0x21bb8e['json']();return new SuccessfulAuthResponse(_0x516066);}const _0x353965=yield _0x21bb8e['json']();return new FailedAuthResponse(_0x353965);}catch(_0x14ddd7){if(_0x14ddd7 instanceof Error)return new FailedAuthResponse({'detail':_0x14ddd7['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x14ddd7;}});}['refresh'](_0x4eb4b0){return __awaiter(this,void 0,void 0,function*(){var _0x15eb2a='refresh';try{const _0x912d4b=yield this['fetch']['post'](_0x15eb2a,_0x4eb4b0,null);if(_0x912d4b['status']>0xc7&&_0x912d4b['status']<0x12c){const _0x2af908=yield _0x912d4b['json']();return new SuccessfulAuthResponse(_0x2af908);}const _0x485c44=yield _0x912d4b['json']();return new FailedAuthResponse(_0x485c44);}catch(_0x2bcff2){if(_0x2bcff2 instanceof Error)return new FailedAuthResponse({'detail':_0x2bcff2['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2bcff2;}});}}
13
+ var __awaiter=undefined&&undefined['__awaiter']||function(_0x55f3dc,_0x57b942,_0x1557fa,_0x5b2429){function _0x83ea0c(_0x48ff13){return _0x48ff13 instanceof _0x1557fa?_0x48ff13:new _0x1557fa(function(_0x5d4725){_0x5d4725(_0x48ff13);});}return new(_0x1557fa||(_0x1557fa=Promise))(function(_0x34739f,_0x40b823){function _0x1be40b(_0x41f994){try{_0x44b6ed(_0x5b2429['next'](_0x41f994));}catch(_0x535c3e){_0x40b823(_0x535c3e);}}function _0x14f0e1(_0x3c5923){try{_0x44b6ed(_0x5b2429['throw'](_0x3c5923));}catch(_0x5d25ac){_0x40b823(_0x5d25ac);}}function _0x44b6ed(_0x3a8aa1){_0x3a8aa1['done']?_0x34739f(_0x3a8aa1['value']):_0x83ea0c(_0x3a8aa1['value'])['then'](_0x1be40b,_0x14f0e1);}_0x44b6ed((_0x5b2429=_0x5b2429['apply'](_0x55f3dc,_0x57b942||[]))['next']());});};class AdminClient{constructor(_0x444f17='https://admin.searchability.dev/'){var _0x7113b8=new Fetch(_0x444f17);this['Accounts']=new AccountService(_0x7113b8),this['Lists']=new ListService(_0x7113b8),this['ApiKeys']=new ApiKeyService(_0x7113b8);}}class AuthClient{constructor(_0x4390b9='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x4390b9);}['login'](_0x128ca5){return __awaiter(this,void 0,void 0,function*(){var _0x5909af='login/'+_0x128ca5;try{const _0x5cf210=yield yield fetch(_0x5909af);if(_0x5cf210['status']>0xc7&&_0x5cf210['status']<0x12c){const _0x3b4782=yield _0x5cf210['json']();return new SuccessfulAuthResponse(_0x3b4782);}const _0x20666c=yield _0x5cf210['json']();return new FailedAuthResponse(_0x20666c);}catch(_0x2312f3){if(_0x2312f3 instanceof Error)return new FailedAuthResponse({'detail':_0x2312f3['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2312f3;}});}['refresh'](_0x3dd018){return __awaiter(this,void 0,void 0,function*(){var _0x5849f6='refresh';try{const _0x4f5186=yield this['fetch']['post'](_0x5849f6,_0x3dd018,null);if(_0x4f5186['status']>0xc7&&_0x4f5186['status']<0x12c){const _0x257d29=yield _0x4f5186['json']();return new SuccessfulAuthResponse(_0x257d29);}const _0x36ae34=yield _0x4f5186['json']();return new FailedAuthResponse(_0x36ae34);}catch(_0x21cc1d){if(_0x21cc1d instanceof Error)return new FailedAuthResponse({'detail':_0x21cc1d['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x21cc1d;}});}}
14
14
 
15
- export { AdminClient, AuthClient };
15
+ export { AdminClient, AuthClient, TokenManager };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searchability/admin-client",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Searchability admin client.",
5
5
  "type": "module",
6
6
  "types": "./dist/types.d.ts",
@@ -1,15 +0,0 @@
1
- undefined&&undefined['__awaiter']||function(_0x1e22eb,_0xeced25,_0x42d7ed,_0x5df34c){function _0x10370c(_0x1f96dc){return _0x1f96dc instanceof _0x42d7ed?_0x1f96dc:new _0x42d7ed(function(_0x4af985){_0x4af985(_0x1f96dc);});}return new(_0x42d7ed||(_0x42d7ed=Promise))(function(_0x5f1ee5,_0x3a6b8f){function _0x9a541e(_0xe837ad){try{_0x5daacf(_0x5df34c['next'](_0xe837ad));}catch(_0x23af2e){_0x3a6b8f(_0x23af2e);}}function _0x5120eb(_0x332b01){try{_0x5daacf(_0x5df34c['throw'](_0x332b01));}catch(_0x1fac20){_0x3a6b8f(_0x1fac20);}}function _0x5daacf(_0x10b532){_0x10b532['done']?_0x5f1ee5(_0x10b532['value']):_0x10370c(_0x10b532['value'])['then'](_0x9a541e,_0x5120eb);}_0x5daacf((_0x5df34c=_0x5df34c['apply'](_0x1e22eb,_0xeced25||[]))['next']());});};
2
-
3
- class Response{constructor(_0x1ee854){this['isSuccess']=_0x1ee854;}}class SuccessfulAccountResponse extends Response{constructor(_0x36834a){super(!![]),this['account']=_0x36834a;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x289130){super(![]),this['problem']=_0x289130;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0xe7a6f0){super(!![]),this['tokens']=_0xe7a6f0;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x76633){super(![]),this['problem']=_0x76633;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x1a7ff9){super(!![]),this['apiKeys']=_0x1a7ff9;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x277ac3){super(![]),this['problem']=_0x277ac3;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
4
-
5
- var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x4ad6d6,_0x2fa10e,_0x4db4bc,_0x44d2b9){function _0x5a53ba(_0x1b182d){return _0x1b182d instanceof _0x4db4bc?_0x1b182d:new _0x4db4bc(function(_0x5aa025){_0x5aa025(_0x1b182d);});}return new(_0x4db4bc||(_0x4db4bc=Promise))(function(_0x1919d5,_0x57d3ef){function _0x4e1a7b(_0x59d79b){try{_0x348477(_0x44d2b9['next'](_0x59d79b));}catch(_0x543cff){_0x57d3ef(_0x543cff);}}function _0xc6ae39(_0x1225c8){try{_0x348477(_0x44d2b9['throw'](_0x1225c8));}catch(_0x18c148){_0x57d3ef(_0x18c148);}}function _0x348477(_0x531a2a){_0x531a2a['done']?_0x1919d5(_0x531a2a['value']):_0x5a53ba(_0x531a2a['value'])['then'](_0x4e1a7b,_0xc6ae39);}_0x348477((_0x44d2b9=_0x44d2b9['apply'](_0x4ad6d6,_0x2fa10e||[]))['next']());});};class AccountService{constructor(_0x9d8414){this['fetch']=_0x9d8414;}['get'](_0x1bb848,_0x3d0ef1){return __awaiter$4(this,void 0,void 0,function*(){const _0x5a39ae='Account/'+_0x1bb848+'/',_0x2977c3=yield this['fetch']['get'](_0x5a39ae,_0x3d0ef1);try{if(_0x2977c3['status']>0xc7&&_0x2977c3['status']<0x12c){const _0x167aa4=yield _0x2977c3['json']();return new SuccessfulAccountResponse(_0x167aa4);}const _0xb2a59f=yield _0x2977c3['json']();return new FailedAccountResponse(_0xb2a59f);}catch(_0x3fc39b){if(_0x3fc39b instanceof Error)return new FailedAccountResponse({'detail':_0x3fc39b['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3fc39b;}});}}
6
-
7
- var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x19924e,_0x276b8b,_0x37c97d,_0x42e76b){function _0x174cf2(_0x40f005){return _0x40f005 instanceof _0x37c97d?_0x40f005:new _0x37c97d(function(_0x33560b){_0x33560b(_0x40f005);});}return new(_0x37c97d||(_0x37c97d=Promise))(function(_0x432fc0,_0x544725){function _0x50da0e(_0x5ebbf0){try{_0x1fd4de(_0x42e76b['next'](_0x5ebbf0));}catch(_0x20ea43){_0x544725(_0x20ea43);}}function _0xfb184d(_0x49de2d){try{_0x1fd4de(_0x42e76b['throw'](_0x49de2d));}catch(_0x3c2394){_0x544725(_0x3c2394);}}function _0x1fd4de(_0x11dd49){_0x11dd49['done']?_0x432fc0(_0x11dd49['value']):_0x174cf2(_0x11dd49['value'])['then'](_0x50da0e,_0xfb184d);}_0x1fd4de((_0x42e76b=_0x42e76b['apply'](_0x19924e,_0x276b8b||[]))['next']());});};class ApiKeyService{constructor(_0x58f92a){this['fetch']=_0x58f92a;}['create'](_0x772f3,_0xd2be52,_0xa583fb){return __awaiter$3(this,void 0,void 0,function*(){const _0x6fc91f='ApiKey/Create',_0xca4585={'account_name':_0x772f3,'name':_0xd2be52};try{const _0x1e859f=yield this['fetch']['post'](_0x6fc91f,_0xa583fb,_0xca4585);if(_0x1e859f['status']>0xc7&&_0x1e859f['status']<0x12c){const _0x79a245=yield _0x1e859f['json']();return new SuccessfulApiKeyResponse(_0x79a245);}const _0x15f500=yield _0x1e859f['json']();return new FailedApiKeyResponse(_0x15f500);}catch(_0x1a6b6d){if(_0x1a6b6d instanceof Error)return new FailedApiKeyResponse({'detail':_0x1a6b6d['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x1a6b6d;}});}}
8
-
9
- var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x5314d2,_0x55e2a6,_0xaa086f,_0x23c27e){function _0x1ffbcd(_0x5d2339){return _0x5d2339 instanceof _0xaa086f?_0x5d2339:new _0xaa086f(function(_0x3eddc9){_0x3eddc9(_0x5d2339);});}return new(_0xaa086f||(_0xaa086f=Promise))(function(_0x1bec73,_0x29ba20){function _0x29ab73(_0x8a3eab){try{_0x22e7a3(_0x23c27e['next'](_0x8a3eab));}catch(_0x2ae0f1){_0x29ba20(_0x2ae0f1);}}function _0x44febc(_0x201965){try{_0x22e7a3(_0x23c27e['throw'](_0x201965));}catch(_0x793099){_0x29ba20(_0x793099);}}function _0x22e7a3(_0x55524a){_0x55524a['done']?_0x1bec73(_0x55524a['value']):_0x1ffbcd(_0x55524a['value'])['then'](_0x29ab73,_0x44febc);}_0x22e7a3((_0x23c27e=_0x23c27e['apply'](_0x5314d2,_0x55e2a6||[]))['next']());});};class ListService{constructor(_0x75d93b){this['fetch']=_0x75d93b;}['add'](_0x445e86,_0x2afc9d,_0x43e7c0){return __awaiter$2(this,void 0,void 0,function*(){const _0x1969da='List',_0x45e15b={'account_name':_0x445e86,'list_name':_0x2afc9d};try{const _0x42ec23=yield this['fetch']['post'](_0x1969da,_0x43e7c0,_0x45e15b);if(_0x42ec23['status']>0xc7&&_0x42ec23['status']<0x12c){const _0x4f0baf=yield _0x42ec23['json']();return new SuccessfulAccountResponse(_0x4f0baf);}const _0x3d43d5=yield _0x42ec23['json']();return new FailedAccountResponse(_0x3d43d5);}catch(_0x464b0e){if(_0x464b0e instanceof Error)return new FailedAccountResponse({'detail':_0x464b0e['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x464b0e;}});}['remove'](_0x23e7cd,_0x47ffbd,_0x1088e1){return __awaiter$2(this,void 0,void 0,function*(){const _0x5e3404='List/'+_0x23e7cd+'/'+_0x47ffbd,_0x4c70d5=yield this['fetch']['delete'](_0x5e3404,_0x1088e1);try{if(_0x4c70d5['status']>0xc7&&_0x4c70d5['status']<0x12c){const _0x10a01a=yield _0x4c70d5['json']();return new SuccessfulAccountResponse(_0x10a01a);}const _0x2f4f80=yield _0x4c70d5['json']();return new FailedAccountResponse(_0x2f4f80);}catch(_0x11603b){if(_0x11603b instanceof Error)return new FailedAccountResponse({'detail':_0x11603b['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x11603b;}});}}
10
-
11
- var __awaiter$1=undefined&&undefined['__awaiter']||function(_0xcf0452,_0x255c0a,_0x5467ff,_0x1d0cce){function _0x3d3e5c(_0x4bedcf){return _0x4bedcf instanceof _0x5467ff?_0x4bedcf:new _0x5467ff(function(_0x10d891){_0x10d891(_0x4bedcf);});}return new(_0x5467ff||(_0x5467ff=Promise))(function(_0x4b8679,_0x548eb9){function _0x4f86b1(_0x41bfc6){try{_0xde5367(_0x1d0cce['next'](_0x41bfc6));}catch(_0x42c8ab){_0x548eb9(_0x42c8ab);}}function _0x6feb0a(_0x1fb389){try{_0xde5367(_0x1d0cce['throw'](_0x1fb389));}catch(_0x24881e){_0x548eb9(_0x24881e);}}function _0xde5367(_0x3528c3){_0x3528c3['done']?_0x4b8679(_0x3528c3['value']):_0x3d3e5c(_0x3528c3['value'])['then'](_0x4f86b1,_0x6feb0a);}_0xde5367((_0x1d0cce=_0x1d0cce['apply'](_0xcf0452,_0x255c0a||[]))['next']());});};class Fetch{constructor(_0x168c02){this['baseUri']=_0x168c02,this['getUrl']=_0x1df9fc=>{return _0x1df9fc['startsWith']('/')&&(_0x1df9fc=_0x1df9fc['replace']('/','')),''+this['baseUri']+_0x1df9fc;},!_0x168c02['endsWith']('/')&&(_0x168c02=_0x168c02+'/');}['get'](_0x47c117,_0x6ad76){return __awaiter$1(this,void 0,void 0,function*(){const _0x1bc682=this['getUrl'](_0x47c117);return yield fetch(_0x1bc682,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x6ad76}});});}['post'](_0x11346d,_0x228281,_0x4d8f30){return __awaiter$1(this,void 0,void 0,function*(){const _0x138dc5=this['getUrl'](_0x11346d);return yield fetch(_0x138dc5,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x228281},'body':_0x4d8f30?JSON['stringify'](_0x4d8f30):null});});}['put'](_0x1af94e,_0x20a18b,_0x409770){return __awaiter$1(this,void 0,void 0,function*(){const _0x5a85b4=this['getUrl'](_0x1af94e);return yield fetch(_0x5a85b4,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x20a18b},'body':_0x409770?JSON['stringify'](_0x409770):null});});}['delete'](_0x30f8d4,_0x2f63c3){return __awaiter$1(this,void 0,void 0,function*(){const _0x3d943b=this['getUrl'](_0x30f8d4);return yield fetch(_0x3d943b,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2f63c3}});});}}
12
-
13
- var __awaiter=undefined&&undefined['__awaiter']||function(_0x4f4f17,_0x5a3e3d,_0x3afe3f,_0x2bf4c4){function _0x268e0e(_0x49efe3){return _0x49efe3 instanceof _0x3afe3f?_0x49efe3:new _0x3afe3f(function(_0x3e1ff7){_0x3e1ff7(_0x49efe3);});}return new(_0x3afe3f||(_0x3afe3f=Promise))(function(_0x4f0430,_0x550417){function _0x51312b(_0x4d5dd2){try{_0xfbcc64(_0x2bf4c4['next'](_0x4d5dd2));}catch(_0x1355bb){_0x550417(_0x1355bb);}}function _0x570c7d(_0x4a0083){try{_0xfbcc64(_0x2bf4c4['throw'](_0x4a0083));}catch(_0x327c1d){_0x550417(_0x327c1d);}}function _0xfbcc64(_0x4ee5f4){_0x4ee5f4['done']?_0x4f0430(_0x4ee5f4['value']):_0x268e0e(_0x4ee5f4['value'])['then'](_0x51312b,_0x570c7d);}_0xfbcc64((_0x2bf4c4=_0x2bf4c4['apply'](_0x4f4f17,_0x5a3e3d||[]))['next']());});};class AdminClient{constructor(_0x377ad8='https://admin.searchability.dev/'){var _0x175705=new Fetch(_0x377ad8);this['Accounts']=new AccountService(_0x175705),this['Lists']=new ListService(_0x175705),this['ApiKeys']=new ApiKeyService(_0x175705);}}class AuthClient{constructor(_0x18e197='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x18e197);}['login'](_0x236d5b){return __awaiter(this,void 0,void 0,function*(){var _0x513980='login/'+_0x236d5b;try{const _0x2f7814=yield yield fetch(_0x513980);if(_0x2f7814['status']>0xc7&&_0x2f7814['status']<0x12c){const _0x4d9660=yield _0x2f7814['json']();return new SuccessfulAuthResponse(_0x4d9660);}const _0x4f4578=yield _0x2f7814['json']();return new FailedAuthResponse(_0x4f4578);}catch(_0x27f053){if(_0x27f053 instanceof Error)return new FailedAuthResponse({'detail':_0x27f053['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x27f053;}});}['refresh'](_0x34e89d){return __awaiter(this,void 0,void 0,function*(){var _0x5dd95d='refresh';try{const _0x2fd895=yield this['fetch']['post'](_0x5dd95d,_0x34e89d,null);if(_0x2fd895['status']>0xc7&&_0x2fd895['status']<0x12c){const _0x48c893=yield _0x2fd895['json']();return new SuccessfulAuthResponse(_0x48c893);}const _0x535376=yield _0x2fd895['json']();return new FailedAuthResponse(_0x535376);}catch(_0x5a6216){if(_0x5a6216 instanceof Error)return new FailedAuthResponse({'detail':_0x5a6216['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x5a6216;}});}}
14
-
15
- export { AdminClient, AuthClient };