@searchability/admin-client 0.0.17 → 0.0.18
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,13 @@
|
|
|
1
|
+
class Response{constructor(_0x326403){this['isSuccess']=_0x326403;}}class SuccessfulAccountResponse extends Response{constructor(_0x277157){super(!![]),this['account']=_0x277157;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x1e98c1){super(![]),this['problem']=_0x1e98c1;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x3078dc){super(!![]),this['tokens']=_0x3078dc;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x60e52e){super(![]),this['problem']=_0x60e52e;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x804eb8){super(!![]),this['apiKeys']=_0x804eb8;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0xf940eb){super(![]),this['problem']=_0xf940eb;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
|
|
2
|
+
|
|
3
|
+
var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x5c789b,_0x521441,_0x2c2fd7,_0x2d358c){function _0x593ce5(_0x37f7a3){return _0x37f7a3 instanceof _0x2c2fd7?_0x37f7a3:new _0x2c2fd7(function(_0x1b12a7){_0x1b12a7(_0x37f7a3);});}return new(_0x2c2fd7||(_0x2c2fd7=Promise))(function(_0x974d2c,_0x20d7d9){function _0x5ea89c(_0x811416){try{_0x3782a0(_0x2d358c['next'](_0x811416));}catch(_0x20030a){_0x20d7d9(_0x20030a);}}function _0x5055e0(_0x1ab45c){try{_0x3782a0(_0x2d358c['throw'](_0x1ab45c));}catch(_0x32d0a8){_0x20d7d9(_0x32d0a8);}}function _0x3782a0(_0x1d5bc6){_0x1d5bc6['done']?_0x974d2c(_0x1d5bc6['value']):_0x593ce5(_0x1d5bc6['value'])['then'](_0x5ea89c,_0x5055e0);}_0x3782a0((_0x2d358c=_0x2d358c['apply'](_0x5c789b,_0x521441||[]))['next']());});};class AccountService{constructor(_0x4a48fb){this['fetch']=_0x4a48fb;}['get'](_0xa49391,_0x5abead){return __awaiter$4(this,void 0,void 0,function*(){const _0xe272c='Account/'+_0xa49391+'/',_0xd612f2=yield this['fetch']['get'](_0xe272c,_0x5abead);try{if(_0xd612f2['status']>0xc7&&_0xd612f2['status']<0x12c){const _0x4539f3=yield _0xd612f2['json']();return new SuccessfulAccountResponse(_0x4539f3);}const _0x5e22a4=yield _0xd612f2['json']();return new FailedAccountResponse(_0x5e22a4);}catch(_0x2c56f7){if(_0x2c56f7 instanceof Error)return new FailedAccountResponse({'detail':_0x2c56f7['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2c56f7;}});}}
|
|
4
|
+
|
|
5
|
+
var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x794f6f,_0x522478,_0x19540d,_0xfaeb7d){function _0x36fad5(_0xe63321){return _0xe63321 instanceof _0x19540d?_0xe63321:new _0x19540d(function(_0x4a35ac){_0x4a35ac(_0xe63321);});}return new(_0x19540d||(_0x19540d=Promise))(function(_0x143013,_0x4f8423){function _0x148a36(_0x3222a5){try{_0x43d53e(_0xfaeb7d['next'](_0x3222a5));}catch(_0x14ad51){_0x4f8423(_0x14ad51);}}function _0x585314(_0x1fc029){try{_0x43d53e(_0xfaeb7d['throw'](_0x1fc029));}catch(_0x3b1e23){_0x4f8423(_0x3b1e23);}}function _0x43d53e(_0x353e28){_0x353e28['done']?_0x143013(_0x353e28['value']):_0x36fad5(_0x353e28['value'])['then'](_0x148a36,_0x585314);}_0x43d53e((_0xfaeb7d=_0xfaeb7d['apply'](_0x794f6f,_0x522478||[]))['next']());});};class ApiKeyService{constructor(_0xd24cf8){this['fetch']=_0xd24cf8;}['create'](_0x3f3ff6,_0x2df8f4,_0x5c1b49){return __awaiter$3(this,void 0,void 0,function*(){const _0x4953b2='ApiKey/Create',_0xc8a302={'account_name':_0x3f3ff6,'name':_0x2df8f4};try{const _0x31a6d9=yield this['fetch']['post'](_0x4953b2,_0x5c1b49,_0xc8a302);if(_0x31a6d9['status']>0xc7&&_0x31a6d9['status']<0x12c){const _0x14396d=yield _0x31a6d9['json']();return new SuccessfulApiKeyResponse(_0x14396d);}const _0x10348a=yield _0x31a6d9['json']();return new FailedApiKeyResponse(_0x10348a);}catch(_0x30a314){if(_0x30a314 instanceof Error)return new FailedApiKeyResponse({'detail':_0x30a314['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x30a314;}});}}
|
|
6
|
+
|
|
7
|
+
var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x58186c,_0x397b42,_0x53b5cf,_0x5c448b){function _0xa932e4(_0x477a6a){return _0x477a6a instanceof _0x53b5cf?_0x477a6a:new _0x53b5cf(function(_0x2a667b){_0x2a667b(_0x477a6a);});}return new(_0x53b5cf||(_0x53b5cf=Promise))(function(_0x4e1813,_0x53ffde){function _0x2907fe(_0x40888f){try{_0x165a82(_0x5c448b['next'](_0x40888f));}catch(_0x33e8ad){_0x53ffde(_0x33e8ad);}}function _0x1a4d3b(_0x27ed3f){try{_0x165a82(_0x5c448b['throw'](_0x27ed3f));}catch(_0x125013){_0x53ffde(_0x125013);}}function _0x165a82(_0x488824){_0x488824['done']?_0x4e1813(_0x488824['value']):_0xa932e4(_0x488824['value'])['then'](_0x2907fe,_0x1a4d3b);}_0x165a82((_0x5c448b=_0x5c448b['apply'](_0x58186c,_0x397b42||[]))['next']());});};class ListService{constructor(_0x1f0474){this['fetch']=_0x1f0474;}['add'](_0x23daab,_0x294f43,_0x57c16b){return __awaiter$2(this,void 0,void 0,function*(){const _0x25a8df='List',_0x28b411={'account_name':_0x23daab,'list_name':_0x294f43};try{const _0x51cef7=yield this['fetch']['post'](_0x25a8df,_0x57c16b,_0x28b411);if(_0x51cef7['status']>0xc7&&_0x51cef7['status']<0x12c){const _0x34bf9c=yield _0x51cef7['json']();return new SuccessfulAccountResponse(_0x34bf9c);}const _0x5a653b=yield _0x51cef7['json']();return new FailedAccountResponse(_0x5a653b);}catch(_0x544d59){if(_0x544d59 instanceof Error)return new FailedAccountResponse({'detail':_0x544d59['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x544d59;}});}['remove'](_0x558357,_0x2ecbf3,_0x449f0){return __awaiter$2(this,void 0,void 0,function*(){const _0x19d49d='List/'+_0x558357+'/'+_0x2ecbf3,_0x2efdb6=yield this['fetch']['delete'](_0x19d49d,_0x449f0);try{if(_0x2efdb6['status']>0xc7&&_0x2efdb6['status']<0x12c){const _0x218688=yield _0x2efdb6['json']();return new SuccessfulAccountResponse(_0x218688);}const _0x3282c4=yield _0x2efdb6['json']();return new FailedAccountResponse(_0x3282c4);}catch(_0xa6d9c9){if(_0xa6d9c9 instanceof Error)return new FailedAccountResponse({'detail':_0xa6d9c9['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xa6d9c9;}});}}
|
|
8
|
+
|
|
9
|
+
var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x12911d,_0x5a3f41,_0x2e70e1,_0x3dcf51){function _0x4d6563(_0x3a92f8){return _0x3a92f8 instanceof _0x2e70e1?_0x3a92f8:new _0x2e70e1(function(_0xce7692){_0xce7692(_0x3a92f8);});}return new(_0x2e70e1||(_0x2e70e1=Promise))(function(_0x209e1e,_0x3da527){function _0x168d23(_0x30f111){try{_0x23f8b4(_0x3dcf51['next'](_0x30f111));}catch(_0x4dfb12){_0x3da527(_0x4dfb12);}}function _0x393e7d(_0x163de4){try{_0x23f8b4(_0x3dcf51['throw'](_0x163de4));}catch(_0x188ff0){_0x3da527(_0x188ff0);}}function _0x23f8b4(_0x1da686){_0x1da686['done']?_0x209e1e(_0x1da686['value']):_0x4d6563(_0x1da686['value'])['then'](_0x168d23,_0x393e7d);}_0x23f8b4((_0x3dcf51=_0x3dcf51['apply'](_0x12911d,_0x5a3f41||[]))['next']());});};class Fetch{constructor(_0x46cb0a){this['baseUri']=_0x46cb0a,this['getUrl']=_0x4642d5=>{return _0x4642d5['startsWith']('/')&&(_0x4642d5=_0x4642d5['replace']('/','')),''+this['baseUri']+_0x4642d5;},!_0x46cb0a['endsWith']('/')&&(_0x46cb0a=_0x46cb0a+'/');}['get'](_0x5541a0,_0x9f20b2){return __awaiter$1(this,void 0,void 0,function*(){const _0x3b390d=this['getUrl'](_0x5541a0);return yield fetch(_0x3b390d,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x9f20b2}});});}['post'](_0x32f9f1,_0x52a28f,_0x2587ad){return __awaiter$1(this,void 0,void 0,function*(){const _0x30de5f=this['getUrl'](_0x32f9f1);return yield fetch(_0x30de5f,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x52a28f},'body':_0x2587ad?JSON['stringify'](_0x2587ad):null});});}['put'](_0x36a4af,_0x3ebb56,_0x89369d){return __awaiter$1(this,void 0,void 0,function*(){const _0x5d4ca8=this['getUrl'](_0x36a4af);return yield fetch(_0x5d4ca8,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3ebb56},'body':_0x89369d?JSON['stringify'](_0x89369d):null});});}['delete'](_0x2edb54,_0x3e7ba8){return __awaiter$1(this,void 0,void 0,function*(){const _0x267e6d=this['getUrl'](_0x2edb54);return yield fetch(_0x267e6d,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3e7ba8}});});}}
|
|
10
|
+
|
|
11
|
+
var __awaiter=undefined&&undefined['__awaiter']||function(_0x196219,_0x57bab7,_0x15ed3a,_0x405096){function _0x1f26d1(_0xd0d1c9){return _0xd0d1c9 instanceof _0x15ed3a?_0xd0d1c9:new _0x15ed3a(function(_0x3bcb9c){_0x3bcb9c(_0xd0d1c9);});}return new(_0x15ed3a||(_0x15ed3a=Promise))(function(_0x257057,_0x3fc8e9){function _0x258053(_0xa52e7a){try{_0x44cd66(_0x405096['next'](_0xa52e7a));}catch(_0x25cd18){_0x3fc8e9(_0x25cd18);}}function _0x3eb7ab(_0x5e704b){try{_0x44cd66(_0x405096['throw'](_0x5e704b));}catch(_0x791059){_0x3fc8e9(_0x791059);}}function _0x44cd66(_0xae8198){_0xae8198['done']?_0x257057(_0xae8198['value']):_0x1f26d1(_0xae8198['value'])['then'](_0x258053,_0x3eb7ab);}_0x44cd66((_0x405096=_0x405096['apply'](_0x196219,_0x57bab7||[]))['next']());});};class AdminClient{constructor(_0xd22cb3='https://admin.searchability.dev/'){var _0x45fa2e=new Fetch(_0xd22cb3);this['Accounts']=new AccountService(_0x45fa2e),this['Lists']=new ListService(_0x45fa2e),this['ApiKeys']=new ApiKeyService(_0x45fa2e);}}class AuthClient{constructor(_0x55285b='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x55285b);}['login'](_0x38c508){return __awaiter(this,void 0,void 0,function*(){var _0x4e46ca='login/'+_0x38c508;try{const _0x57033c=yield yield fetch(_0x4e46ca);if(_0x57033c['status']>0xc7&&_0x57033c['status']<0x12c){const _0x307970=yield _0x57033c['json']();return new SuccessfulAuthResponse(_0x307970);}const _0xb16326=yield _0x57033c['json']();return new FailedAuthResponse(_0xb16326);}catch(_0x59e2f4){if(_0x59e2f4 instanceof Error)return new FailedAuthResponse({'detail':_0x59e2f4['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x59e2f4;}});}['refresh'](_0x37bbf7){return __awaiter(this,void 0,void 0,function*(){var _0x2c9db0='refresh';try{const _0x5308f3=yield this['fetch']['post'](_0x2c9db0,_0x37bbf7,null);if(_0x5308f3['status']>0xc7&&_0x5308f3['status']<0x12c){const _0x300a36=yield _0x5308f3['json']();return new SuccessfulAuthResponse(_0x300a36);}const _0x3003ef=yield _0x5308f3['json']();return new FailedAuthResponse(_0x3003ef);}catch(_0x446c2f){if(_0x446c2f instanceof Error)return new FailedAuthResponse({'detail':_0x446c2f['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x446c2f;}});}}
|
|
12
|
+
|
|
13
|
+
export { AdminClient, AuthClient };
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
class Response{constructor(
|
|
3
|
+
class Response{constructor(_0x10b4fb){this['isSuccess']=_0x10b4fb;}}class SuccessfulAccountResponse extends Response{constructor(_0x2f9118){super(!![]),this['account']=_0x2f9118;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x216fde){super(![]),this['problem']=_0x216fde;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x4ad05f){super(!![]),this['tokens']=_0x4ad05f;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x396e8c){super(![]),this['problem']=_0x396e8c;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x392c90){super(!![]),this['apiKeys']=_0x392c90;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0xf29cbe){super(![]),this['problem']=_0xf29cbe;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
|
|
4
4
|
|
|
5
|
-
var __awaiter$
|
|
5
|
+
var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x6955be,_0x46dc77,_0xbaabe6,_0x3c593b){function _0x1fc67d(_0x266876){return _0x266876 instanceof _0xbaabe6?_0x266876:new _0xbaabe6(function(_0x5860a6){_0x5860a6(_0x266876);});}return new(_0xbaabe6||(_0xbaabe6=Promise))(function(_0x5c616e,_0x172eb8){function _0x5c90c5(_0x222a53){try{_0x367dd5(_0x3c593b['next'](_0x222a53));}catch(_0x2d1ce6){_0x172eb8(_0x2d1ce6);}}function _0x1be55b(_0xad9759){try{_0x367dd5(_0x3c593b['throw'](_0xad9759));}catch(_0x2f0ebe){_0x172eb8(_0x2f0ebe);}}function _0x367dd5(_0x59ca8d){_0x59ca8d['done']?_0x5c616e(_0x59ca8d['value']):_0x1fc67d(_0x59ca8d['value'])['then'](_0x5c90c5,_0x1be55b);}_0x367dd5((_0x3c593b=_0x3c593b['apply'](_0x6955be,_0x46dc77||[]))['next']());});};class AccountService{constructor(_0x41578f){this['fetch']=_0x41578f;}['get'](_0x4899d2,_0x5c11b4){return __awaiter$4(this,void 0,void 0,function*(){const _0x19ce1c='Account/'+_0x4899d2+'/',_0x4ac89c=yield this['fetch']['get'](_0x19ce1c,_0x5c11b4);try{if(_0x4ac89c['status']>0xc7&&_0x4ac89c['status']<0x12c){const _0xf3d307=yield _0x4ac89c['json']();return new SuccessfulAccountResponse(_0xf3d307);}const _0x1e4cf0=yield _0x4ac89c['json']();return new FailedAccountResponse(_0x1e4cf0);}catch(_0x3da305){if(_0x3da305 instanceof Error)return new FailedAccountResponse({'detail':_0x3da305['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3da305;}});}}
|
|
6
6
|
|
|
7
|
-
var __awaiter$
|
|
7
|
+
var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x278523,_0x1cc72d,_0x5889ea,_0x23f8ca){function _0x3e5dc9(_0xb7db32){return _0xb7db32 instanceof _0x5889ea?_0xb7db32:new _0x5889ea(function(_0x575c15){_0x575c15(_0xb7db32);});}return new(_0x5889ea||(_0x5889ea=Promise))(function(_0x528f65,_0x2098d0){function _0x5118c7(_0x3715be){try{_0x8685a2(_0x23f8ca['next'](_0x3715be));}catch(_0x115221){_0x2098d0(_0x115221);}}function _0x14c396(_0x57b73a){try{_0x8685a2(_0x23f8ca['throw'](_0x57b73a));}catch(_0x5715de){_0x2098d0(_0x5715de);}}function _0x8685a2(_0x1ccd95){_0x1ccd95['done']?_0x528f65(_0x1ccd95['value']):_0x3e5dc9(_0x1ccd95['value'])['then'](_0x5118c7,_0x14c396);}_0x8685a2((_0x23f8ca=_0x23f8ca['apply'](_0x278523,_0x1cc72d||[]))['next']());});};class ApiKeyService{constructor(_0x28a205){this['fetch']=_0x28a205;}['create'](_0x55e587,_0x4e19f4,_0x283c91){return __awaiter$3(this,void 0,void 0,function*(){const _0x10a547='ApiKey/Create',_0x2c7f44={'account_name':_0x55e587,'name':_0x4e19f4};try{const _0x327485=yield this['fetch']['post'](_0x10a547,_0x283c91,_0x2c7f44);if(_0x327485['status']>0xc7&&_0x327485['status']<0x12c){const _0x12a077=yield _0x327485['json']();return new SuccessfulApiKeyResponse(_0x12a077);}const _0x573444=yield _0x327485['json']();return new FailedApiKeyResponse(_0x573444);}catch(_0x55e8da){if(_0x55e8da instanceof Error)return new FailedApiKeyResponse({'detail':_0x55e8da['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x55e8da;}});}}
|
|
8
8
|
|
|
9
|
-
var __awaiter$
|
|
9
|
+
var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x395def,_0x322f12,_0xa7b00c,_0x155404){function _0x570eab(_0x559e38){return _0x559e38 instanceof _0xa7b00c?_0x559e38:new _0xa7b00c(function(_0x385707){_0x385707(_0x559e38);});}return new(_0xa7b00c||(_0xa7b00c=Promise))(function(_0x20577e,_0x45fbc9){function _0x2be27f(_0x1f2fa3){try{_0x8e85c6(_0x155404['next'](_0x1f2fa3));}catch(_0x2d218d){_0x45fbc9(_0x2d218d);}}function _0x722837(_0x5b5879){try{_0x8e85c6(_0x155404['throw'](_0x5b5879));}catch(_0x499184){_0x45fbc9(_0x499184);}}function _0x8e85c6(_0x47b4a7){_0x47b4a7['done']?_0x20577e(_0x47b4a7['value']):_0x570eab(_0x47b4a7['value'])['then'](_0x2be27f,_0x722837);}_0x8e85c6((_0x155404=_0x155404['apply'](_0x395def,_0x322f12||[]))['next']());});};class ListService{constructor(_0x28493f){this['fetch']=_0x28493f;}['add'](_0x1cebec,_0x417cdc,_0x432bcd){return __awaiter$2(this,void 0,void 0,function*(){const _0x22588c='List',_0x57ec71={'account_name':_0x1cebec,'list_name':_0x417cdc};try{const _0x42a97d=yield this['fetch']['post'](_0x22588c,_0x432bcd,_0x57ec71);if(_0x42a97d['status']>0xc7&&_0x42a97d['status']<0x12c){const _0x32baae=yield _0x42a97d['json']();return new SuccessfulAccountResponse(_0x32baae);}const _0x335941=yield _0x42a97d['json']();return new FailedAccountResponse(_0x335941);}catch(_0x1f9570){if(_0x1f9570 instanceof Error)return new FailedAccountResponse({'detail':_0x1f9570['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x1f9570;}});}['remove'](_0x21a727,_0x5caaae,_0x2c90c7){return __awaiter$2(this,void 0,void 0,function*(){const _0x129ec8='List/'+_0x21a727+'/'+_0x5caaae,_0x5cffb=yield this['fetch']['delete'](_0x129ec8,_0x2c90c7);try{if(_0x5cffb['status']>0xc7&&_0x5cffb['status']<0x12c){const _0x48f39b=yield _0x5cffb['json']();return new SuccessfulAccountResponse(_0x48f39b);}const _0x3db956=yield _0x5cffb['json']();return new FailedAccountResponse(_0x3db956);}catch(_0x3ba858){if(_0x3ba858 instanceof Error)return new FailedAccountResponse({'detail':_0x3ba858['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3ba858;}});}}
|
|
10
10
|
|
|
11
|
-
var __awaiter$
|
|
11
|
+
var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x30aa4a,_0x5d4c4d,_0x3000a3,_0x203364){function _0x53107f(_0x47fab1){return _0x47fab1 instanceof _0x3000a3?_0x47fab1:new _0x3000a3(function(_0x4c7d39){_0x4c7d39(_0x47fab1);});}return new(_0x3000a3||(_0x3000a3=Promise))(function(_0x3522f1,_0x4d5152){function _0x78f48e(_0x129b11){try{_0x2e78c7(_0x203364['next'](_0x129b11));}catch(_0x473ffd){_0x4d5152(_0x473ffd);}}function _0x23eef4(_0x27777c){try{_0x2e78c7(_0x203364['throw'](_0x27777c));}catch(_0xb8cba7){_0x4d5152(_0xb8cba7);}}function _0x2e78c7(_0x44d60b){_0x44d60b['done']?_0x3522f1(_0x44d60b['value']):_0x53107f(_0x44d60b['value'])['then'](_0x78f48e,_0x23eef4);}_0x2e78c7((_0x203364=_0x203364['apply'](_0x30aa4a,_0x5d4c4d||[]))['next']());});};class Fetch{constructor(_0x2bd28b){this['baseUri']=_0x2bd28b,this['getUrl']=_0x211916=>{return _0x211916['startsWith']('/')&&(_0x211916=_0x211916['replace']('/','')),''+this['baseUri']+_0x211916;},!_0x2bd28b['endsWith']('/')&&(_0x2bd28b=_0x2bd28b+'/');}['get'](_0x1fb400,_0x47936c){return __awaiter$1(this,void 0,void 0,function*(){const _0x2ead71=this['getUrl'](_0x1fb400);return yield fetch(_0x2ead71,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x47936c}});});}['post'](_0x3e94e7,_0x90dda6,_0x14b934){return __awaiter$1(this,void 0,void 0,function*(){const _0x5472bc=this['getUrl'](_0x3e94e7);return yield fetch(_0x5472bc,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x90dda6},'body':_0x14b934?JSON['stringify'](_0x14b934):null});});}['put'](_0x4d4e42,_0x2f8679,_0x571f38){return __awaiter$1(this,void 0,void 0,function*(){const _0x44de33=this['getUrl'](_0x4d4e42);return yield fetch(_0x44de33,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2f8679},'body':_0x571f38?JSON['stringify'](_0x571f38):null});});}['delete'](_0x19b830,_0x1ca631){return __awaiter$1(this,void 0,void 0,function*(){const _0x29cccd=this['getUrl'](_0x19b830);return yield fetch(_0x29cccd,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x1ca631}});});}}
|
|
12
12
|
|
|
13
|
-
var __awaiter
|
|
14
|
-
|
|
15
|
-
var __awaiter=undefined&&undefined['__awaiter']||function(_0x5d7041,_0x512ce8,_0x4f3057,_0x15bebd){function _0x5c3121(_0x2b8f4d){return _0x2b8f4d instanceof _0x4f3057?_0x2b8f4d:new _0x4f3057(function(_0x4a4d22){_0x4a4d22(_0x2b8f4d);});}return new(_0x4f3057||(_0x4f3057=Promise))(function(_0x1f494b,_0x45e085){function _0x9c0622(_0x35778a){try{_0x1493a5(_0x15bebd['next'](_0x35778a));}catch(_0xa2935a){_0x45e085(_0xa2935a);}}function _0xca4cb2(_0x183f10){try{_0x1493a5(_0x15bebd['throw'](_0x183f10));}catch(_0x4cbf54){_0x45e085(_0x4cbf54);}}function _0x1493a5(_0x3480ef){_0x3480ef['done']?_0x1f494b(_0x3480ef['value']):_0x5c3121(_0x3480ef['value'])['then'](_0x9c0622,_0xca4cb2);}_0x1493a5((_0x15bebd=_0x15bebd['apply'](_0x5d7041,_0x512ce8||[]))['next']());});};class AdminClient{constructor(_0x1a0148,_0x4bd995='https://admin.searchability.dev/'){var _0x2e3e9b=new TokenManager(_0x1a0148),_0x18fd58=new Fetch(_0x4bd995);this['Accounts']=new AccountService(_0x2e3e9b,_0x18fd58),this['Lists']=new ListService(_0x2e3e9b,_0x18fd58),this['ApiKeys']=new ApiKeyService(_0x2e3e9b,_0x18fd58);}}class AuthClient{constructor(_0x393eca='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x393eca);}['login'](_0x50c04d){return __awaiter(this,void 0,void 0,function*(){var _0xf6f724='login/'+_0x50c04d;try{const _0x406863=yield yield fetch(_0xf6f724);if(_0x406863['status']>0xc7&&_0x406863['status']<0x12c){const _0x3f617c=yield _0x406863['json']();return new SuccessfulAuthResponse(_0x3f617c);}const _0x52dd25=yield _0x406863['json']();return new FailedAuthResponse(_0x52dd25);}catch(_0x56b8fd){if(_0x56b8fd instanceof Error)return new FailedAuthResponse({'detail':_0x56b8fd['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x56b8fd;}});}['refresh'](_0x342858){return __awaiter(this,void 0,void 0,function*(){var _0x553b1a='refresh';try{const _0x11fd32=yield this['fetch']['post'](_0x553b1a,_0x342858,null);if(_0x11fd32['status']>0xc7&&_0x11fd32['status']<0x12c){const _0x1a96e8=yield _0x11fd32['json']();return new SuccessfulAuthResponse(_0x1a96e8);}const _0x58e956=yield _0x11fd32['json']();return new FailedAuthResponse(_0x58e956);}catch(_0x50c857){if(_0x50c857 instanceof Error)return new FailedAuthResponse({'detail':_0x50c857['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x50c857;}});}}
|
|
13
|
+
var __awaiter=undefined&&undefined['__awaiter']||function(_0x1250c0,_0xef2dec,_0x2d42a6,_0x3b8607){function _0x429f4e(_0x45d6cf){return _0x45d6cf instanceof _0x2d42a6?_0x45d6cf:new _0x2d42a6(function(_0x190797){_0x190797(_0x45d6cf);});}return new(_0x2d42a6||(_0x2d42a6=Promise))(function(_0x6ccac3,_0x227987){function _0x2cf405(_0x259053){try{_0x1df859(_0x3b8607['next'](_0x259053));}catch(_0x2bb31c){_0x227987(_0x2bb31c);}}function _0x1114de(_0x3373ac){try{_0x1df859(_0x3b8607['throw'](_0x3373ac));}catch(_0x1dff6c){_0x227987(_0x1dff6c);}}function _0x1df859(_0x3dd516){_0x3dd516['done']?_0x6ccac3(_0x3dd516['value']):_0x429f4e(_0x3dd516['value'])['then'](_0x2cf405,_0x1114de);}_0x1df859((_0x3b8607=_0x3b8607['apply'](_0x1250c0,_0xef2dec||[]))['next']());});};class AdminClient{constructor(_0xbaa485='https://admin.searchability.dev/'){var _0x3a5d20=new Fetch(_0xbaa485);this['Accounts']=new AccountService(_0x3a5d20),this['Lists']=new ListService(_0x3a5d20),this['ApiKeys']=new ApiKeyService(_0x3a5d20);}}class AuthClient{constructor(_0x3aa3b9='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x3aa3b9);}['login'](_0x3abcb1){return __awaiter(this,void 0,void 0,function*(){var _0x564a0c='login/'+_0x3abcb1;try{const _0x39a80=yield yield fetch(_0x564a0c);if(_0x39a80['status']>0xc7&&_0x39a80['status']<0x12c){const _0x5dd986=yield _0x39a80['json']();return new SuccessfulAuthResponse(_0x5dd986);}const _0x5e664c=yield _0x39a80['json']();return new FailedAuthResponse(_0x5e664c);}catch(_0x4394f5){if(_0x4394f5 instanceof Error)return new FailedAuthResponse({'detail':_0x4394f5['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x4394f5;}});}['refresh'](_0x497a61){return __awaiter(this,void 0,void 0,function*(){var _0x2e57d7='refresh';try{const _0x1bdbf5=yield this['fetch']['post'](_0x2e57d7,_0x497a61,null);if(_0x1bdbf5['status']>0xc7&&_0x1bdbf5['status']<0x12c){const _0x4787f0=yield _0x1bdbf5['json']();return new SuccessfulAuthResponse(_0x4787f0);}const _0x94621c=yield _0x1bdbf5['json']();return new FailedAuthResponse(_0x94621c);}catch(_0x3db8e0){if(_0x3db8e0 instanceof Error)return new FailedAuthResponse({'detail':_0x3db8e0['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3db8e0;}});}}
|
|
16
14
|
|
|
17
15
|
exports.AdminClient = AdminClient;
|
|
18
16
|
exports.AuthClient = AuthClient;
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
class Response{constructor(
|
|
1
|
+
class Response{constructor(_0x2bb31a){this['isSuccess']=_0x2bb31a;}}class SuccessfulAccountResponse extends Response{constructor(_0x3c1cad){super(!![]),this['account']=_0x3c1cad;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x338b7b){super(![]),this['problem']=_0x338b7b;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x55735f){super(!![]),this['tokens']=_0x55735f;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x4fc299){super(![]),this['problem']=_0x4fc299;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x1196a2){super(!![]),this['apiKeys']=_0x1196a2;}['toSuccess'](){return this['apiKeys'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x51a2ed){super(![]),this['problem']=_0x51a2ed;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
|
|
2
2
|
|
|
3
|
-
var __awaiter$
|
|
3
|
+
var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x1efe11,_0x588157,_0x164773,_0x228247){function _0x45e598(_0x14ee82){return _0x14ee82 instanceof _0x164773?_0x14ee82:new _0x164773(function(_0x1b9fa3){_0x1b9fa3(_0x14ee82);});}return new(_0x164773||(_0x164773=Promise))(function(_0x397d1c,_0x56f20e){function _0x8c8a03(_0x46baf7){try{_0xc0d1cd(_0x228247['next'](_0x46baf7));}catch(_0x463047){_0x56f20e(_0x463047);}}function _0x78e5fa(_0x29b5a4){try{_0xc0d1cd(_0x228247['throw'](_0x29b5a4));}catch(_0x59d377){_0x56f20e(_0x59d377);}}function _0xc0d1cd(_0x52a47d){_0x52a47d['done']?_0x397d1c(_0x52a47d['value']):_0x45e598(_0x52a47d['value'])['then'](_0x8c8a03,_0x78e5fa);}_0xc0d1cd((_0x228247=_0x228247['apply'](_0x1efe11,_0x588157||[]))['next']());});};class AccountService{constructor(_0x3b47f6){this['fetch']=_0x3b47f6;}['get'](_0x2247d8,_0x37df25){return __awaiter$4(this,void 0,void 0,function*(){const _0x3eb7ff='Account/'+_0x2247d8+'/',_0x4d66be=yield this['fetch']['get'](_0x3eb7ff,_0x37df25);try{if(_0x4d66be['status']>0xc7&&_0x4d66be['status']<0x12c){const _0x5ea5e4=yield _0x4d66be['json']();return new SuccessfulAccountResponse(_0x5ea5e4);}const _0x8c8854=yield _0x4d66be['json']();return new FailedAccountResponse(_0x8c8854);}catch(_0x3448d6){if(_0x3448d6 instanceof Error)return new FailedAccountResponse({'detail':_0x3448d6['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3448d6;}});}}
|
|
4
4
|
|
|
5
|
-
var __awaiter$
|
|
5
|
+
var __awaiter$3=undefined&&undefined['__awaiter']||function(_0x16e741,_0x3fe147,_0x48dcb5,_0x51b576){function _0x4b1f03(_0x6293be){return _0x6293be instanceof _0x48dcb5?_0x6293be:new _0x48dcb5(function(_0xe7a046){_0xe7a046(_0x6293be);});}return new(_0x48dcb5||(_0x48dcb5=Promise))(function(_0x2f0dcc,_0x24d9ee){function _0x59ba50(_0x59f3e7){try{_0x458de7(_0x51b576['next'](_0x59f3e7));}catch(_0x1a2b18){_0x24d9ee(_0x1a2b18);}}function _0x3ecdd8(_0x2e4744){try{_0x458de7(_0x51b576['throw'](_0x2e4744));}catch(_0xaf1de0){_0x24d9ee(_0xaf1de0);}}function _0x458de7(_0x3f434f){_0x3f434f['done']?_0x2f0dcc(_0x3f434f['value']):_0x4b1f03(_0x3f434f['value'])['then'](_0x59ba50,_0x3ecdd8);}_0x458de7((_0x51b576=_0x51b576['apply'](_0x16e741,_0x3fe147||[]))['next']());});};class ApiKeyService{constructor(_0x1d9f4d){this['fetch']=_0x1d9f4d;}['create'](_0x563e88,_0xb5568d,_0x516045){return __awaiter$3(this,void 0,void 0,function*(){const _0x393c51='ApiKey/Create',_0x5a19ee={'account_name':_0x563e88,'name':_0xb5568d};try{const _0x4acf59=yield this['fetch']['post'](_0x393c51,_0x516045,_0x5a19ee);if(_0x4acf59['status']>0xc7&&_0x4acf59['status']<0x12c){const _0x48b3cc=yield _0x4acf59['json']();return new SuccessfulApiKeyResponse(_0x48b3cc);}const _0xaef4b1=yield _0x4acf59['json']();return new FailedApiKeyResponse(_0xaef4b1);}catch(_0x420382){if(_0x420382 instanceof Error)return new FailedApiKeyResponse({'detail':_0x420382['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x420382;}});}}
|
|
6
6
|
|
|
7
|
-
var __awaiter$
|
|
7
|
+
var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x2dedbc,_0x504b37,_0x20ffc4,_0x2255eb){function _0x594241(_0x342b6a){return _0x342b6a instanceof _0x20ffc4?_0x342b6a:new _0x20ffc4(function(_0x5a2bd4){_0x5a2bd4(_0x342b6a);});}return new(_0x20ffc4||(_0x20ffc4=Promise))(function(_0x12fd4b,_0xc3a875){function _0x1e8823(_0x2edb84){try{_0x1b8802(_0x2255eb['next'](_0x2edb84));}catch(_0xd7c45){_0xc3a875(_0xd7c45);}}function _0x3a129c(_0x115bf9){try{_0x1b8802(_0x2255eb['throw'](_0x115bf9));}catch(_0x27efa0){_0xc3a875(_0x27efa0);}}function _0x1b8802(_0x18ff2a){_0x18ff2a['done']?_0x12fd4b(_0x18ff2a['value']):_0x594241(_0x18ff2a['value'])['then'](_0x1e8823,_0x3a129c);}_0x1b8802((_0x2255eb=_0x2255eb['apply'](_0x2dedbc,_0x504b37||[]))['next']());});};class ListService{constructor(_0x1b9a74){this['fetch']=_0x1b9a74;}['add'](_0x1c9886,_0x2a61f4,_0x1d45be){return __awaiter$2(this,void 0,void 0,function*(){const _0x29f144='List',_0x1b4e7b={'account_name':_0x1c9886,'list_name':_0x2a61f4};try{const _0x53f488=yield this['fetch']['post'](_0x29f144,_0x1d45be,_0x1b4e7b);if(_0x53f488['status']>0xc7&&_0x53f488['status']<0x12c){const _0x57d44c=yield _0x53f488['json']();return new SuccessfulAccountResponse(_0x57d44c);}const _0x4bd56e=yield _0x53f488['json']();return new FailedAccountResponse(_0x4bd56e);}catch(_0xd67045){if(_0xd67045 instanceof Error)return new FailedAccountResponse({'detail':_0xd67045['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xd67045;}});}['remove'](_0x3c37d0,_0xb1a3c1,_0x340d84){return __awaiter$2(this,void 0,void 0,function*(){const _0x3cd15a='List/'+_0x3c37d0+'/'+_0xb1a3c1,_0x4e072d=yield this['fetch']['delete'](_0x3cd15a,_0x340d84);try{if(_0x4e072d['status']>0xc7&&_0x4e072d['status']<0x12c){const _0x35ccdf=yield _0x4e072d['json']();return new SuccessfulAccountResponse(_0x35ccdf);}const _0x2de857=yield _0x4e072d['json']();return new FailedAccountResponse(_0x2de857);}catch(_0xab8c0d){if(_0xab8c0d instanceof Error)return new FailedAccountResponse({'detail':_0xab8c0d['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0xab8c0d;}});}}
|
|
8
8
|
|
|
9
|
-
var __awaiter$
|
|
9
|
+
var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x5eead4,_0x1d186f,_0x4420f2,_0x5d598b){function _0x3a3f77(_0x440f8e){return _0x440f8e instanceof _0x4420f2?_0x440f8e:new _0x4420f2(function(_0x30ab7b){_0x30ab7b(_0x440f8e);});}return new(_0x4420f2||(_0x4420f2=Promise))(function(_0x1cd630,_0x294d71){function _0x461f31(_0x2d78b4){try{_0x2ec52e(_0x5d598b['next'](_0x2d78b4));}catch(_0x1db181){_0x294d71(_0x1db181);}}function _0x491e56(_0x2687d5){try{_0x2ec52e(_0x5d598b['throw'](_0x2687d5));}catch(_0x5969db){_0x294d71(_0x5969db);}}function _0x2ec52e(_0x4248a3){_0x4248a3['done']?_0x1cd630(_0x4248a3['value']):_0x3a3f77(_0x4248a3['value'])['then'](_0x461f31,_0x491e56);}_0x2ec52e((_0x5d598b=_0x5d598b['apply'](_0x5eead4,_0x1d186f||[]))['next']());});};class Fetch{constructor(_0x3980c7){this['baseUri']=_0x3980c7,this['getUrl']=_0x4a7cd0=>{return _0x4a7cd0['startsWith']('/')&&(_0x4a7cd0=_0x4a7cd0['replace']('/','')),''+this['baseUri']+_0x4a7cd0;},!_0x3980c7['endsWith']('/')&&(_0x3980c7=_0x3980c7+'/');}['get'](_0x22a324,_0x3430ba){return __awaiter$1(this,void 0,void 0,function*(){const _0x2ed50f=this['getUrl'](_0x22a324);return yield fetch(_0x2ed50f,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3430ba}});});}['post'](_0x4b4355,_0x5e39ef,_0x488233){return __awaiter$1(this,void 0,void 0,function*(){const _0x176d98=this['getUrl'](_0x4b4355);return yield fetch(_0x176d98,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x5e39ef},'body':_0x488233?JSON['stringify'](_0x488233):null});});}['put'](_0x51d577,_0x3d81af,_0x201bd4){return __awaiter$1(this,void 0,void 0,function*(){const _0x12d97f=this['getUrl'](_0x51d577);return yield fetch(_0x12d97f,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3d81af},'body':_0x201bd4?JSON['stringify'](_0x201bd4):null});});}['delete'](_0x5b9de6,_0x14e815){return __awaiter$1(this,void 0,void 0,function*(){const _0x58c29f=this['getUrl'](_0x5b9de6);return yield fetch(_0x58c29f,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x14e815}});});}}
|
|
10
10
|
|
|
11
|
-
var __awaiter
|
|
12
|
-
|
|
13
|
-
var __awaiter=undefined&&undefined['__awaiter']||function(_0x359e42,_0x2afaf5,_0x35b0e3,_0x58b726){function _0x37ab08(_0x4f7ecc){return _0x4f7ecc instanceof _0x35b0e3?_0x4f7ecc:new _0x35b0e3(function(_0x354cab){_0x354cab(_0x4f7ecc);});}return new(_0x35b0e3||(_0x35b0e3=Promise))(function(_0xdf61ee,_0x4323c3){function _0xff0dac(_0x45bfb0){try{_0x3c0773(_0x58b726['next'](_0x45bfb0));}catch(_0x3f0fd2){_0x4323c3(_0x3f0fd2);}}function _0x36d49e(_0x3eb177){try{_0x3c0773(_0x58b726['throw'](_0x3eb177));}catch(_0x1b7dce){_0x4323c3(_0x1b7dce);}}function _0x3c0773(_0x46c332){_0x46c332['done']?_0xdf61ee(_0x46c332['value']):_0x37ab08(_0x46c332['value'])['then'](_0xff0dac,_0x36d49e);}_0x3c0773((_0x58b726=_0x58b726['apply'](_0x359e42,_0x2afaf5||[]))['next']());});};class AdminClient{constructor(_0x4cdc37,_0x1a3a0f='https://admin.searchability.dev/'){var _0x485d8b=new TokenManager(_0x4cdc37),_0x1c0f39=new Fetch(_0x1a3a0f);this['Accounts']=new AccountService(_0x485d8b,_0x1c0f39),this['Lists']=new ListService(_0x485d8b,_0x1c0f39),this['ApiKeys']=new ApiKeyService(_0x485d8b,_0x1c0f39);}}class AuthClient{constructor(_0x760207='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x760207);}['login'](_0x24ef91){return __awaiter(this,void 0,void 0,function*(){var _0x3cb626='login/'+_0x24ef91;try{const _0x261b34=yield yield fetch(_0x3cb626);if(_0x261b34['status']>0xc7&&_0x261b34['status']<0x12c){const _0x257771=yield _0x261b34['json']();return new SuccessfulAuthResponse(_0x257771);}const _0x1183b3=yield _0x261b34['json']();return new FailedAuthResponse(_0x1183b3);}catch(_0x3c53ba){if(_0x3c53ba instanceof Error)return new FailedAuthResponse({'detail':_0x3c53ba['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x3c53ba;}});}['refresh'](_0x5d57da){return __awaiter(this,void 0,void 0,function*(){var _0x4adfc8='refresh';try{const _0x338a7d=yield this['fetch']['post'](_0x4adfc8,_0x5d57da,null);if(_0x338a7d['status']>0xc7&&_0x338a7d['status']<0x12c){const _0xb053b2=yield _0x338a7d['json']();return new SuccessfulAuthResponse(_0xb053b2);}const _0x107bd8=yield _0x338a7d['json']();return new FailedAuthResponse(_0x107bd8);}catch(_0x562ff7){if(_0x562ff7 instanceof Error)return new FailedAuthResponse({'detail':_0x562ff7['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x562ff7;}});}}
|
|
11
|
+
var __awaiter=undefined&&undefined['__awaiter']||function(_0x38139e,_0x23047d,_0x509e62,_0x19ce10){function _0x5b4376(_0x2a5ddc){return _0x2a5ddc instanceof _0x509e62?_0x2a5ddc:new _0x509e62(function(_0x492c16){_0x492c16(_0x2a5ddc);});}return new(_0x509e62||(_0x509e62=Promise))(function(_0x21796c,_0x469b59){function _0x249213(_0x4fc37d){try{_0x564413(_0x19ce10['next'](_0x4fc37d));}catch(_0x52742c){_0x469b59(_0x52742c);}}function _0x552052(_0x3b2f5e){try{_0x564413(_0x19ce10['throw'](_0x3b2f5e));}catch(_0x599c0e){_0x469b59(_0x599c0e);}}function _0x564413(_0x11a724){_0x11a724['done']?_0x21796c(_0x11a724['value']):_0x5b4376(_0x11a724['value'])['then'](_0x249213,_0x552052);}_0x564413((_0x19ce10=_0x19ce10['apply'](_0x38139e,_0x23047d||[]))['next']());});};class AdminClient{constructor(_0x458e03='https://admin.searchability.dev/'){var _0x2c941b=new Fetch(_0x458e03);this['Accounts']=new AccountService(_0x2c941b),this['Lists']=new ListService(_0x2c941b),this['ApiKeys']=new ApiKeyService(_0x2c941b);}}class AuthClient{constructor(_0x28e12e='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x28e12e);}['login'](_0x339cc6){return __awaiter(this,void 0,void 0,function*(){var _0x399e60='login/'+_0x339cc6;try{const _0x472016=yield yield fetch(_0x399e60);if(_0x472016['status']>0xc7&&_0x472016['status']<0x12c){const _0x242641=yield _0x472016['json']();return new SuccessfulAuthResponse(_0x242641);}const _0x470c1a=yield _0x472016['json']();return new FailedAuthResponse(_0x470c1a);}catch(_0x25f84c){if(_0x25f84c instanceof Error)return new FailedAuthResponse({'detail':_0x25f84c['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x25f84c;}});}['refresh'](_0x3b10ec){return __awaiter(this,void 0,void 0,function*(){var _0x591186='refresh';try{const _0x2c3815=yield this['fetch']['post'](_0x591186,_0x3b10ec,null);if(_0x2c3815['status']>0xc7&&_0x2c3815['status']<0x12c){const _0x5aee4e=yield _0x2c3815['json']();return new SuccessfulAuthResponse(_0x5aee4e);}const _0x2634f1=yield _0x2c3815['json']();return new FailedAuthResponse(_0x2634f1);}catch(_0x2fd994){if(_0x2fd994 instanceof Error)return new FailedAuthResponse({'detail':_0x2fd994['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x2fd994;}});}}
|
|
14
12
|
|
|
15
13
|
export { AdminClient, AuthClient };
|
package/dist/types.d.ts
CHANGED
|
@@ -8,36 +8,27 @@ declare class Fetch {
|
|
|
8
8
|
delete(path: string, accessToken: string): Promise<globalThis.Response>;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
declare class TokenManager {
|
|
12
|
-
readonly authClient: AuthClient;
|
|
13
|
-
constructor(authClient: AuthClient);
|
|
14
|
-
getOrRefreshTokens(tokens: Tokens): Promise<Response<Tokens, Problem>>;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
11
|
declare class AccountService {
|
|
18
|
-
readonly tokenManager: TokenManager;
|
|
19
12
|
readonly fetch: Fetch;
|
|
20
|
-
constructor(
|
|
21
|
-
get(accountName: string,
|
|
13
|
+
constructor(fetch: Fetch);
|
|
14
|
+
get(accountName: string, access_token: string): Promise<Response<Account, Problem>>;
|
|
22
15
|
}
|
|
23
16
|
|
|
24
17
|
declare class ApiKeyService {
|
|
25
|
-
readonly tokenManager: TokenManager;
|
|
26
18
|
readonly fetch: Fetch;
|
|
27
|
-
constructor(
|
|
28
|
-
create(accountName: string, apiKeyName: string,
|
|
19
|
+
constructor(fetch: Fetch);
|
|
20
|
+
create(accountName: string, apiKeyName: string, access_token: string): Promise<Response<ApiKey[], Problem>>;
|
|
29
21
|
}
|
|
30
22
|
|
|
31
23
|
declare class ListService {
|
|
32
|
-
readonly tokenManager: TokenManager;
|
|
33
24
|
readonly fetch: Fetch;
|
|
34
|
-
constructor(
|
|
35
|
-
add(accountName: string, listName: string,
|
|
36
|
-
remove(accountName: string, listName: string,
|
|
25
|
+
constructor(fetch: Fetch);
|
|
26
|
+
add(accountName: string, listName: string, access_token: string): Promise<Response<Account, Problem>>;
|
|
27
|
+
remove(accountName: string, listName: string, access_token: string): Promise<Response<Account, Problem>>;
|
|
37
28
|
}
|
|
38
29
|
|
|
39
30
|
declare class AdminClient {
|
|
40
|
-
constructor(
|
|
31
|
+
constructor(baseUri?: string);
|
|
41
32
|
readonly Accounts: AccountService;
|
|
42
33
|
readonly Lists: ListService;
|
|
43
34
|
readonly ApiKeys: ApiKeyService;
|
|
@@ -118,16 +109,16 @@ declare class FailedAuthResponse extends Response<Tokens, Problem> {
|
|
|
118
109
|
toSuccess(): Tokens;
|
|
119
110
|
toProblem(): Problem;
|
|
120
111
|
}
|
|
121
|
-
declare class SuccessfulApiKeyResponse extends Response<ApiKey, Problem> {
|
|
122
|
-
readonly
|
|
123
|
-
constructor(
|
|
124
|
-
toSuccess(): ApiKey;
|
|
112
|
+
declare class SuccessfulApiKeyResponse extends Response<ApiKey[], Problem> {
|
|
113
|
+
readonly apiKeys: ApiKey[];
|
|
114
|
+
constructor(apiKeys: ApiKey[]);
|
|
115
|
+
toSuccess(): ApiKey[];
|
|
125
116
|
toProblem(): Problem;
|
|
126
117
|
}
|
|
127
|
-
declare class FailedApiKeyResponse extends Response<ApiKey, Problem> {
|
|
118
|
+
declare class FailedApiKeyResponse extends Response<ApiKey[], Problem> {
|
|
128
119
|
readonly problem: Problem;
|
|
129
120
|
constructor(problem: Problem);
|
|
130
|
-
toSuccess(): ApiKey;
|
|
121
|
+
toSuccess(): ApiKey[];
|
|
131
122
|
toProblem(): Problem;
|
|
132
123
|
}
|
|
133
124
|
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
class Response{constructor(_0x3005e1){this['isSuccess']=_0x3005e1;}}class SuccessfulAccountResponse extends Response{constructor(_0x1cc25f){super(!![]),this['account']=_0x1cc25f;}['toSuccess'](){return this['account'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAccountResponse extends Response{constructor(_0x55a72c){super(![]),this['problem']=_0x55a72c;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulAuthResponse extends Response{constructor(_0x315173){super(!![]),this['tokens']=_0x315173;}['toSuccess'](){return this['tokens'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedAuthResponse extends Response{constructor(_0x1529c7){super(![]),this['problem']=_0x1529c7;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}class SuccessfulApiKeyResponse extends Response{constructor(_0x4c9b69){super(!![]),this['apiKey']=_0x4c9b69;}['toSuccess'](){return this['apiKey'];}['toProblem'](){throw new Error('Did\x20not\x20fail');}}class FailedApiKeyResponse extends Response{constructor(_0x25ca9d){super(![]),this['problem']=_0x25ca9d;}['toSuccess'](){throw new Error('Not\x20a\x20success');}['toProblem'](){return this['problem'];}}
|
|
2
|
-
|
|
3
|
-
var __awaiter$5=undefined&&undefined['__awaiter']||function(_0x16b075,_0x5f4efa,_0x193054,_0x2a1d99){function _0x1efbdb(_0x17319e){return _0x17319e instanceof _0x193054?_0x17319e:new _0x193054(function(_0x1e37c2){_0x1e37c2(_0x17319e);});}return new(_0x193054||(_0x193054=Promise))(function(_0x1e4e9e,_0x307804){function _0x224083(_0x1a34bb){try{_0x2f02be(_0x2a1d99['next'](_0x1a34bb));}catch(_0x2a9186){_0x307804(_0x2a9186);}}function _0x502022(_0x43608f){try{_0x2f02be(_0x2a1d99['throw'](_0x43608f));}catch(_0x444de6){_0x307804(_0x444de6);}}function _0x2f02be(_0x5d1537){_0x5d1537['done']?_0x1e4e9e(_0x5d1537['value']):_0x1efbdb(_0x5d1537['value'])['then'](_0x224083,_0x502022);}_0x2f02be((_0x2a1d99=_0x2a1d99['apply'](_0x16b075,_0x5f4efa||[]))['next']());});};class AccountService{constructor(_0x1c10f6,_0x30d478){this['tokenManager']=_0x1c10f6,this['fetch']=_0x30d478;}['get'](_0x253b94,_0x4b7594){return __awaiter$5(this,void 0,void 0,function*(){const _0x38d60c=yield this['tokenManager']['getOrRefreshTokens'](_0x4b7594);if(!_0x38d60c['isSuccess'])return new FailedAccountResponse(_0x38d60c['toProblem']());_0x4b7594=_0x38d60c['toSuccess']();const _0xcf5b6='Account/'+_0x253b94+'/',_0x26853a=yield this['fetch']['get'](_0xcf5b6,_0x4b7594['access_token']);try{if(_0x26853a['status']>0xc7&&_0x26853a['status']<0x12c){const _0x1d3e9b=yield _0x26853a['json']();return new SuccessfulAccountResponse(_0x1d3e9b);}const _0x521578=yield _0x26853a['json']();return new FailedAccountResponse(_0x521578);}catch(_0x4a8e4a){if(_0x4a8e4a instanceof Error)return new FailedAccountResponse({'detail':_0x4a8e4a['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x4a8e4a;}});}}
|
|
4
|
-
|
|
5
|
-
var __awaiter$4=undefined&&undefined['__awaiter']||function(_0x29f5be,_0x709364,_0x162ede,_0x2515ff){function _0x9b04c4(_0x2d7c01){return _0x2d7c01 instanceof _0x162ede?_0x2d7c01:new _0x162ede(function(_0x49f813){_0x49f813(_0x2d7c01);});}return new(_0x162ede||(_0x162ede=Promise))(function(_0x299066,_0xa37cf1){function _0x4c2451(_0x378e7f){try{_0x54a9a2(_0x2515ff['next'](_0x378e7f));}catch(_0x3953ed){_0xa37cf1(_0x3953ed);}}function _0x3db26b(_0x141710){try{_0x54a9a2(_0x2515ff['throw'](_0x141710));}catch(_0x5d6d3d){_0xa37cf1(_0x5d6d3d);}}function _0x54a9a2(_0x435eea){_0x435eea['done']?_0x299066(_0x435eea['value']):_0x9b04c4(_0x435eea['value'])['then'](_0x4c2451,_0x3db26b);}_0x54a9a2((_0x2515ff=_0x2515ff['apply'](_0x29f5be,_0x709364||[]))['next']());});};class ApiKeyService{constructor(_0x7a9f26,_0x2364b1){this['tokenManager']=_0x7a9f26,this['fetch']=_0x2364b1;}['create'](_0x11f81c,_0x51f9dc,_0x2fa237){return __awaiter$4(this,void 0,void 0,function*(){const _0x7b3abb=yield this['tokenManager']['getOrRefreshTokens'](_0x2fa237);if(!_0x7b3abb['isSuccess'])return new FailedApiKeyResponse(_0x7b3abb['toProblem']());_0x2fa237=_0x7b3abb['toSuccess']();const _0xb39fd='ApiKey/Create',_0x4491ab={'account_name':_0x11f81c,'name':_0x51f9dc};try{const _0x5c8ae7=yield this['fetch']['post'](_0xb39fd,_0x2fa237['access_token'],_0x4491ab);if(_0x5c8ae7['status']>0xc7&&_0x5c8ae7['status']<0x12c){const _0x8247b0=yield _0x5c8ae7['json']();return new SuccessfulApiKeyResponse(_0x8247b0);}const _0xf5464a=yield _0x5c8ae7['json']();return new FailedApiKeyResponse(_0xf5464a);}catch(_0x1462ff){if(_0x1462ff instanceof Error)return new FailedApiKeyResponse({'detail':_0x1462ff['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x1462ff;}});}}
|
|
6
|
-
|
|
7
|
-
var __awaiter$3=undefined&&undefined['__awaiter']||function(_0xe5bd9f,_0xe31908,_0x45bbc9,_0x46078c){function _0x2a80e6(_0x4a3269){return _0x4a3269 instanceof _0x45bbc9?_0x4a3269:new _0x45bbc9(function(_0x2b9c7d){_0x2b9c7d(_0x4a3269);});}return new(_0x45bbc9||(_0x45bbc9=Promise))(function(_0x5ebb6a,_0x12d490){function _0x356c9d(_0x436092){try{_0x1ae97f(_0x46078c['next'](_0x436092));}catch(_0x1c73c9){_0x12d490(_0x1c73c9);}}function _0x3c1840(_0x56450e){try{_0x1ae97f(_0x46078c['throw'](_0x56450e));}catch(_0x17f2eb){_0x12d490(_0x17f2eb);}}function _0x1ae97f(_0x550208){_0x550208['done']?_0x5ebb6a(_0x550208['value']):_0x2a80e6(_0x550208['value'])['then'](_0x356c9d,_0x3c1840);}_0x1ae97f((_0x46078c=_0x46078c['apply'](_0xe5bd9f,_0xe31908||[]))['next']());});};class ListService{constructor(_0x12acfb,_0x52f942){this['tokenManager']=_0x12acfb,this['fetch']=_0x52f942;}['add'](_0x5d89e3,_0x4a75ee,_0x1fa8c7){return __awaiter$3(this,void 0,void 0,function*(){const _0x3a1cab=yield this['tokenManager']['getOrRefreshTokens'](_0x1fa8c7);if(!_0x3a1cab['isSuccess'])return new FailedAccountResponse(_0x3a1cab['toProblem']());_0x1fa8c7=_0x3a1cab['toSuccess']();const _0x26bd11='List',_0x181780={'account_name':_0x5d89e3,'list_name':_0x4a75ee};try{const _0x56cd27=yield this['fetch']['post'](_0x26bd11,_0x1fa8c7['access_token'],_0x181780);if(_0x56cd27['status']>0xc7&&_0x56cd27['status']<0x12c){const _0x2b188a=yield _0x56cd27['json']();return new SuccessfulAccountResponse(_0x2b188a);}const _0x69a1c1=yield _0x56cd27['json']();return new FailedAccountResponse(_0x69a1c1);}catch(_0x419dd9){if(_0x419dd9 instanceof Error)return new FailedAccountResponse({'detail':_0x419dd9['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x419dd9;}});}['remove'](_0x1719f4,_0x8c0090,_0x251034){return __awaiter$3(this,void 0,void 0,function*(){const _0x2fde6d=yield this['tokenManager']['getOrRefreshTokens'](_0x251034);if(!_0x2fde6d['isSuccess'])return new FailedAccountResponse(_0x2fde6d['toProblem']());_0x251034=_0x2fde6d['toSuccess']();const _0x46a2fc='List/'+_0x1719f4+'/'+_0x8c0090,_0x41f47b=yield this['fetch']['delete'](_0x46a2fc,_0x251034['access_token']);try{if(_0x41f47b['status']>0xc7&&_0x41f47b['status']<0x12c){const _0x3df061=yield _0x41f47b['json']();return new SuccessfulAccountResponse(_0x3df061);}const _0x4b5a09=yield _0x41f47b['json']();return new FailedAccountResponse(_0x4b5a09);}catch(_0x348c44){if(_0x348c44 instanceof Error)return new FailedAccountResponse({'detail':_0x348c44['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x348c44;}});}}
|
|
8
|
-
|
|
9
|
-
var __awaiter$2=undefined&&undefined['__awaiter']||function(_0x4206d4,_0x344823,_0xb3439,_0x325efa){function _0x26490b(_0x5174ab){return _0x5174ab instanceof _0xb3439?_0x5174ab:new _0xb3439(function(_0x3ec3bf){_0x3ec3bf(_0x5174ab);});}return new(_0xb3439||(_0xb3439=Promise))(function(_0x434263,_0x109767){function _0x490595(_0x2d4948){try{_0x4cda62(_0x325efa['next'](_0x2d4948));}catch(_0x5110ff){_0x109767(_0x5110ff);}}function _0x4e5704(_0x522976){try{_0x4cda62(_0x325efa['throw'](_0x522976));}catch(_0x1e6d1d){_0x109767(_0x1e6d1d);}}function _0x4cda62(_0x4f20f3){_0x4f20f3['done']?_0x434263(_0x4f20f3['value']):_0x26490b(_0x4f20f3['value'])['then'](_0x490595,_0x4e5704);}_0x4cda62((_0x325efa=_0x325efa['apply'](_0x4206d4,_0x344823||[]))['next']());});};class TokenManager{constructor(_0xee9c3a){this['authClient']=_0xee9c3a;}['getOrRefreshTokens'](_0x997113){return __awaiter$2(this,void 0,void 0,function*(){if(Date['now']()<_0x997113['access_expires'])return new SuccessfulAuthResponse(_0x997113);if(Date['now']()>_0x997113['refresh_expires'])return yield this['authClient']['refresh'](_0x997113['refresh_token']);return new FailedAuthResponse({'detail':'Refresh\x20token\x20expired','title':'','status':0x194,'instance':'','type':''});});}}
|
|
10
|
-
|
|
11
|
-
var __awaiter$1=undefined&&undefined['__awaiter']||function(_0x156057,_0x13cb7c,_0x4723ba,_0x516cc5){function _0x9090af(_0x553166){return _0x553166 instanceof _0x4723ba?_0x553166:new _0x4723ba(function(_0x120c4){_0x120c4(_0x553166);});}return new(_0x4723ba||(_0x4723ba=Promise))(function(_0x4875a2,_0x572622){function _0x47c231(_0x177416){try{_0x3b4ed6(_0x516cc5['next'](_0x177416));}catch(_0x505e0a){_0x572622(_0x505e0a);}}function _0x3b1772(_0x158dd1){try{_0x3b4ed6(_0x516cc5['throw'](_0x158dd1));}catch(_0x5ce138){_0x572622(_0x5ce138);}}function _0x3b4ed6(_0x1e6259){_0x1e6259['done']?_0x4875a2(_0x1e6259['value']):_0x9090af(_0x1e6259['value'])['then'](_0x47c231,_0x3b1772);}_0x3b4ed6((_0x516cc5=_0x516cc5['apply'](_0x156057,_0x13cb7c||[]))['next']());});};class Fetch{constructor(_0x39d986){this['baseUri']=_0x39d986,this['getUrl']=_0x32c0fc=>{return _0x32c0fc['startsWith']('/')&&(_0x32c0fc=_0x32c0fc['replace']('/','')),''+this['baseUri']+_0x32c0fc;},!_0x39d986['endsWith']('/')&&(_0x39d986=_0x39d986+'/');}['get'](_0x92f9cf,_0x2ac717){return __awaiter$1(this,void 0,void 0,function*(){const _0xe95cb6=this['getUrl'](_0x92f9cf);return yield fetch(_0xe95cb6,{'method':'GET','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x2ac717}});});}['post'](_0x3a4b9e,_0x3d3ebd,_0x5582ec){return __awaiter$1(this,void 0,void 0,function*(){const _0x7183ed=this['getUrl'](_0x3a4b9e);return yield fetch(_0x7183ed,{'method':'POST','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x3d3ebd},'body':_0x5582ec?JSON['stringify'](_0x5582ec):null});});}['put'](_0x174649,_0x52926d,_0x467928){return __awaiter$1(this,void 0,void 0,function*(){const _0x1ec05c=this['getUrl'](_0x174649);return yield fetch(_0x1ec05c,{'method':'PUT','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x52926d},'body':_0x467928?JSON['stringify'](_0x467928):null});});}['delete'](_0x2aaeae,_0x438675){return __awaiter$1(this,void 0,void 0,function*(){const _0x3c7928=this['getUrl'](_0x2aaeae);return yield fetch(_0x3c7928,{'method':'DELETE','headers':{'Content-Type':'application/json','Authorization':'Bearer\x20'+_0x438675}});});}}
|
|
12
|
-
|
|
13
|
-
var __awaiter=undefined&&undefined['__awaiter']||function(_0x1f156f,_0x3d5022,_0x2b3999,_0x3fdd59){function _0x2bc428(_0x48f3bd){return _0x48f3bd instanceof _0x2b3999?_0x48f3bd:new _0x2b3999(function(_0x5da92f){_0x5da92f(_0x48f3bd);});}return new(_0x2b3999||(_0x2b3999=Promise))(function(_0x194b20,_0x1d2bee){function _0x121007(_0x1c9c97){try{_0x76ff54(_0x3fdd59['next'](_0x1c9c97));}catch(_0x34616b){_0x1d2bee(_0x34616b);}}function _0x299bd1(_0xeb975a){try{_0x76ff54(_0x3fdd59['throw'](_0xeb975a));}catch(_0x5d3daf){_0x1d2bee(_0x5d3daf);}}function _0x76ff54(_0x58cfa0){_0x58cfa0['done']?_0x194b20(_0x58cfa0['value']):_0x2bc428(_0x58cfa0['value'])['then'](_0x121007,_0x299bd1);}_0x76ff54((_0x3fdd59=_0x3fdd59['apply'](_0x1f156f,_0x3d5022||[]))['next']());});};class AdminClient{constructor(_0x5476c3,_0x1445e5='https://admin.searchability.dev/'){var _0x4e3864=new TokenManager(_0x5476c3),_0x5996ea=new Fetch(_0x1445e5);this['Accounts']=new AccountService(_0x4e3864,_0x5996ea),this['Lists']=new ListService(_0x4e3864,_0x5996ea),this['ApiKeys']=new ApiKeyService(_0x4e3864,_0x5996ea);}}class AuthClient{constructor(_0x55c076='https://auth.searchability.dev/'){this['fetch']=new Fetch(_0x55c076);}['login'](_0x54ba48){return __awaiter(this,void 0,void 0,function*(){var _0x59c163='login/'+_0x54ba48;try{const _0x516149=yield yield fetch(_0x59c163);if(_0x516149['status']>0xc7&&_0x516149['status']<0x12c){const _0x1250ce=yield _0x516149['json']();return new SuccessfulAuthResponse(_0x1250ce);}const _0x5ce50a=yield _0x516149['json']();return new FailedAuthResponse(_0x5ce50a);}catch(_0x280a14){if(_0x280a14 instanceof Error)return new FailedAuthResponse({'detail':_0x280a14['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x280a14;}});}['refresh'](_0x5ec6d9){return __awaiter(this,void 0,void 0,function*(){var _0x212d3d='refresh';try{const _0x4c4b18=yield this['fetch']['post'](_0x212d3d,_0x5ec6d9,null);if(_0x4c4b18['status']>0xc7&&_0x4c4b18['status']<0x12c){const _0x428006=yield _0x4c4b18['json']();return new SuccessfulAuthResponse(_0x428006);}const _0x290e9c=yield _0x4c4b18['json']();return new FailedAuthResponse(_0x290e9c);}catch(_0x17ccb3){if(_0x17ccb3 instanceof Error)return new FailedAuthResponse({'detail':_0x17ccb3['message'],'title':'','status':0x1f4,'instance':'','type':''});throw _0x17ccb3;}});}}
|
|
14
|
-
|
|
15
|
-
export { AdminClient, AuthClient };
|