opclawtm-cli 1.3.4 → 1.3.6
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.
- package/dist/bin/team-manager.js +35 -1
- package/dist/bin/team-setup.js +65 -1
- package/dist/bin/team-uninstall.js +90 -1
- package/dist/cli/commands/agent.command.js +223 -1
- package/dist/cli/commands/checklist.command.js +77 -1
- package/dist/cli/commands/dept.command.js +92 -1
- package/dist/cli/commands/document.command.js +146 -1
- package/dist/cli/commands/domain.command.js +97 -1
- package/dist/cli/commands/feishu.command.js +433 -1
- package/dist/cli/commands/job.command.js +168 -1
- package/dist/cli/commands/license.command.js +68 -1
- package/dist/cli/commands/message-failure.command.js +137 -1
- package/dist/cli/commands/message.command.js +129 -1
- package/dist/cli/commands/node.command.js +251 -1
- package/dist/cli/commands/role-flow.command.js +54 -1
- package/dist/cli/commands/skill-pack.command.js +137 -1
- package/dist/cli/commands/status.command.js +61 -1
- package/dist/cli/commands/task.command.js +402 -1
- package/dist/cli/commands/user.command.js +134 -1
- package/dist/cli/index.js +863 -1
- package/dist/cli/tui/index.js +470 -1
- package/dist/cli/tui/menus/agent-manage.menu.js +614 -1
- package/dist/cli/tui/menus/dept-manage.menu.js +358 -1
- package/dist/cli/tui/menus/domain-manage.menu.js +208 -1
- package/dist/cli/tui/menus/feishu.menu.js +1686 -1
- package/dist/cli/tui/menus/job-manage.menu.js +734 -1
- package/dist/cli/tui/menus/license.menu.js +164 -1
- package/dist/cli/tui/menus/main.menu.js +94 -1
- package/dist/cli/tui/menus/reset.menu.js +767 -1
- package/dist/cli/tui/menus/status.menu.js +123 -1
- package/dist/cli/tui/menus/task-manage.menu.js +129 -1
- package/dist/cli/tui/menus/team-create.menu.js +353 -1
- package/dist/config.d.ts +1 -1
- package/dist/config.js +74 -1
- package/dist/core/auth/index.js +22 -1
- package/dist/core/auth/middleware.js +456 -1
- package/dist/core/auth/storage.js +280 -1
- package/dist/core/models/types.js +9 -1
- package/dist/core/services/agent-template.service.js +88 -1
- package/dist/core/services/agent.service.js +381 -1
- package/dist/core/services/auth-profiles.service.js +220 -1
- package/dist/core/services/checklist.service.js +240 -1
- package/dist/core/services/config-tracker.service.js +1093 -1
- package/dist/core/services/crypto.service.d.ts.map +1 -1
- package/dist/core/services/crypto.service.js +377 -1
- package/dist/core/services/crypto.service.js.map +1 -1
- package/dist/core/services/dept.service.js +260 -1
- package/dist/core/services/document.service.js +368 -1
- package/dist/core/services/domain.service.js +98 -1
- package/dist/core/services/feishu.service.js +165 -1
- package/dist/core/services/index.js +89 -1
- package/dist/core/services/job.service.js +190 -1
- package/dist/core/services/log.service.js +237 -1
- package/dist/core/services/message-failure.service.js +112 -1
- package/dist/core/services/message.service.js +374 -1
- package/dist/core/services/node.service.js +257 -1
- package/dist/core/services/openclaw-config.service.js +268 -1
- package/dist/core/services/preset-loader.service.js +379 -1
- package/dist/core/services/role-flow.service.js +47 -1
- package/dist/core/services/setup.service.js +336 -1
- package/dist/core/services/skill-pack.service.js +113 -1
- package/dist/core/services/task.service.js +397 -1
- package/dist/core/services/template.service.js +88 -1
- package/dist/core/services/user.service.js +111 -1
- package/dist/core/utils/agent-guide-generator.js +187 -1
- package/dist/core/utils/credentials-cleanup.js +256 -1
- package/dist/core/utils/index.js +462 -1
- package/dist/core/utils/openclaw-helper.js +1585 -1
- package/dist/core/utils/template-generator.js +170 -1
- package/dist/db/index.js +403 -1
- package/dist/db/repositories/agent-template.repo.js +108 -1
- package/dist/db/repositories/agent.repo.js +103 -1
- package/dist/db/repositories/base.repository.js +107 -1
- package/dist/db/repositories/company.repo.js +33 -1
- package/dist/db/repositories/config-change.repo.js +119 -1
- package/dist/db/repositories/dept.repo.js +66 -1
- package/dist/db/repositories/document.repo.js +51 -1
- package/dist/db/repositories/domain.repo.js +79 -1
- package/dist/db/repositories/index.js +81 -1
- package/dist/db/repositories/init-session.repo.js +112 -1
- package/dist/db/repositories/job.repo.js +119 -1
- package/dist/db/repositories/message-failure.repo.js +141 -1
- package/dist/db/repositories/message-log.repo.js +64 -1
- package/dist/db/repositories/node.repo.js +276 -1
- package/dist/db/repositories/role-flow.repo.js +83 -1
- package/dist/db/repositories/skill-pack.repo.js +149 -1
- package/dist/db/repositories/task.repo.js +381 -1
- package/dist/db/repositories/template.repo.js +66 -1
- package/dist/db/repositories/user.repo.js +75 -1
- package/package.json +1 -1
- package/resources/preset-data-hash.enc +1 -1
- package/resources/preset-data.enc +1 -1
|
@@ -1 +1,97 @@
|
|
|
1
|
-
'use strict';(function(_0x267138,_0x3513ce){const _0x2c173b={_0x33ac31:'()Up',_0x16b8b7:0x40e,_0x54cd3d:0x445,_0x4665a6:0x388,_0x198d67:0x166,_0x3e8993:0x16f,_0x3c4294:0x1c3,_0x5eb337:'tUXi',_0xfa2ce8:0x383,_0x3cfb8f:0x124,_0x24b1fc:0x1a1,_0x8424cb:'@#0t',_0xbf373b:0x32d,_0x1e2530:0xb3,_0x4ff9c8:0xa2,_0x1a275b:0xc9},_0x341564={_0xf76c2a:0xd3},_0x4b6864=_0x267138();function _0x24f362(_0x31494a,_0x5402cc,_0x5be07d,_0xe59df8){return _0x4e49(_0x31494a- -_0x341564._0xf76c2a,_0x5402cc);}function _0x36c55f(_0x5b87a3,_0x1f0b5a,_0xea3b6f,_0x561ca8){return _0x4e49(_0xea3b6f-0x1a3,_0x5b87a3);}while(!![]){try{const _0xcdc21=parseInt(_0x36c55f(_0x2c173b._0x33ac31,0x485,_0x2c173b._0x16b8b7,_0x2c173b._0x54cd3d))/(-0x12ea+-0x1*0xb9+0x13a4)*(parseInt(_0x36c55f('#^fM',0x364,_0x2c173b._0x4665a6,0x372))/(-0x2621+0x1324+0x12ff*0x1))+-parseInt(_0x24f362(0x18e,'h#@S',_0x2c173b._0x198d67,0x14e))/(-0x2*-0x1a3+0x8e*-0x16+-0x1*-0x8f1)+parseInt(_0x24f362(_0x2c173b._0x3e8993,'NPW^',0x109,_0x2c173b._0x3c4294))/(-0x1*0x90b+0xaa2+-0x193)+parseInt(_0x24f362(0x171,_0x2c173b._0x5eb337,0x1a7,0x126))/(0xa00+0x983*0x4+-0x3007)*(-parseInt(_0x36c55f('V)Sk',0x3fb,_0x2c173b._0xfa2ce8,0x34f))/(-0x1*-0x192f+0x25f0+-0x3f19))+-parseInt(_0x24f362(_0x2c173b._0x3cfb8f,'Dlsi',_0x2c173b._0x24b1fc,0xd4))/(0x2*-0xa4c+-0x131*0x1+-0x2*-0xae8)*(-parseInt(_0x36c55f(_0x2c173b._0x8424cb,0x371,_0x2c173b._0xbf373b,0x38c))/(-0x48e+-0xbdf*-0x1+-0x749))+-parseInt(_0x24f362(0x16c,'&jU5',0xf4,0xfc))/(0x1a5a+0x5f*0x55+0x284*-0x17)+parseInt(_0x24f362(_0x2c173b._0x1e2530,'QX(*',_0x2c173b._0x4ff9c8,_0x2c173b._0x1a275b))/(0x1d76+0x2186+-0x3ef2);if(_0xcdc21===_0x3513ce)break;else _0x4b6864['push'](_0x4b6864['shift']());}catch(_0x364981){_0x4b6864['push'](_0x4b6864['shift']());}}}(_0x221e,0xc72*0x5c+-0x9035e+0xc6ff4));var __importDefault=this&&this[_0x34b516(0x52e,0x531,'1!b6',0x4d7)+_0x82f28d(0x500,0x442,0x48c,'N5S9')]||function(_0x14b0f0){const _0x104dea={_0x328ac4:0x5b,_0x44dde5:0x51,_0x2437aa:0xb},_0x4164e8={_0x1acceb:0xda,_0x47d9ca:0x5cf,_0x5e736f:0xc2};function _0xdf59ce(_0x3b0a34,_0x1b9454,_0x4f7129,_0x4a0bb1){return _0x34b516(_0x3b0a34-_0x4164e8._0x1acceb,_0x4f7129- -_0x4164e8._0x47d9ca,_0x3b0a34,_0x4a0bb1-_0x4164e8._0x5e736f);}return _0x14b0f0&&_0x14b0f0[_0xdf59ce('ZCU(',-_0x104dea._0x328ac4,-_0x104dea._0x44dde5,_0x104dea._0x2437aa)]?_0x14b0f0:{'default':_0x14b0f0};};function _0x34b516(_0x5563d3,_0x1eeb29,_0x190364,_0x277327){return _0x4e49(_0x1eeb29-0x33d,_0x190364);}const _0x166531={};_0x166531[_0x82f28d(0x57e,0x550,0x54c,'SD)r')]=!![],Object[_0x82f28d(0x558,0x544,0x532,'pzN!')+_0x82f28d(0x48f,0x4f0,0x50e,'x4sq')](exports,_0x34b516(0x531,0x53a,'vE7J',0x571),_0x166531),exports[_0x34b516(0x501,0x521,'vE7J',0x4ea)+_0x34b516(0x51d,0x4af,'AnzO',0x529)]=createDomainCommand,exports[_0x34b516(0x547,0x518,'6I$r',0x582)+_0x82f28d(0x501,0x514,0x498,'1!b6')]=getDomainCommand,exports[_0x34b516(0x58a,0x565,'td9L',0x511)+_0x82f28d(0x51f,0x581,0x551,'x4sq')]=listDomainsCommand,exports[_0x34b516(0x4c3,0x52b,'x4sq',0x501)+_0x82f28d(0x520,0x4f2,0x4b6,'4mQL')]=updateDomainCommand,exports[_0x34b516(0x493,0x4cc,'LZ1n',0x4b2)+_0x34b516(0x530,0x4c6,'TaaA',0x4e8)]=deleteDomainCommand;const chalk_1=__importDefault(require(_0x82f28d(0x565,0x528,0x522,'4mQL'))),services_1=require(_0x34b516(0x53c,0x512,'NE4T',0x4b8)+'/services');function _0x82f28d(_0x26e270,_0x5ac283,_0x6796f0,_0x4364e9){return _0x4e49(_0x6796f0-0x2e8,_0x4364e9);}function createDomainCommand(_0x5a525f){const _0x451b0d={_0x30283a:0x5c5,_0x415937:0x55a,_0x3e5046:'aNVX',_0x31a50a:0x546,_0x2a564f:0x50a,_0x476882:0x2a3,_0x2e4195:0x2c7,_0x31b1e2:'E#Gb',_0x551a6c:0x527,_0x31dcc8:0x539,_0x48743f:0x577,_0x4f6504:'ZDct',_0x12f98e:0x528,_0x2b44c7:0x4b6,_0x42a208:0x548,_0x1e94d1:0x4e7,_0x359b98:'AnzO',_0x2a216d:0x2f6,_0x11f1d7:0x509,_0x4b65ae:0x55b,_0x525022:0x521,_0x59a323:0x545,_0x67a61a:'vE7J',_0x453a56:'LZ1n',_0xae4418:0x2eb,_0x13ae65:0x356,_0x5cd41e:0x2f5,_0x26a81e:'NPW^',_0x5cdd8a:0x313,_0xa2b3af:0x2d8,_0x21090e:0x552,_0x4aafc1:'kodg',_0x485534:'elhi',_0x5ec7be:0x338,_0x5e2a54:0x357,_0x3e252f:0x35d,_0x398753:0x366,_0x29c856:'@#0t',_0x2d3790:0x39e,_0x486547:'8cV0',_0x13e4e1:0x32a,_0x2660e2:0x2e5,_0x290473:'x4sq',_0x2b846f:0x4fd,_0x906b1:'LZ1n',_0x3f47ba:0x5f3,_0x212e28:0x4e5,_0x800ed2:'4mQL',_0x585b1a:0x2e1,_0x22b511:0x2b9,_0x2984a0:0x5c1,_0x393d60:0x588,_0x53b128:'j$1g'},_0x48105f={_0x1cadf8:0xc8,_0x4d364d:0xa1,_0x366374:0x1e9},_0x1aba4c={_0x238d60:0x7b};function _0x1f4da2(_0xf6e4b4,_0x5801a5,_0x4acad1,_0xb87341){return _0x82f28d(_0xf6e4b4-0x18a,_0x5801a5-0x4,_0xf6e4b4-_0x1aba4c._0x238d60,_0xb87341);}function _0x1cedc1(_0x506100,_0x862593,_0x24554b,_0x4a32e4){return _0x82f28d(_0x506100-_0x48105f._0x1cadf8,_0x862593-_0x48105f._0x4d364d,_0x24554b- -_0x48105f._0x366374,_0x506100);}const _0x4dcafa={};_0x4dcafa['muaOp']=function(_0x9ec9ff,_0xa7d80f){return _0x9ec9ff===_0xa7d80f;},_0x4dcafa[_0x1f4da2(_0x451b0d._0x30283a,_0x451b0d._0x415937,0x5f4,_0x451b0d._0x3e5046)]=_0x1f4da2(_0x451b0d._0x31a50a,_0x451b0d._0x2a564f,0x4ce,'ThWF'),_0x4dcafa[_0x1cedc1('#^fM',_0x451b0d._0x476882,0x2ba,_0x451b0d._0x2e4195)]=_0x1f4da2(0x581,0x524,0x598,_0x451b0d._0x31b1e2)+_0x1f4da2(0x530,_0x451b0d._0x551a6c,_0x451b0d._0x31dcc8,'V)Sk')+_0x1f4da2(0x527,0x537,_0x451b0d._0x48743f,_0x451b0d._0x4f6504);const _0x5efd30=_0x4dcafa,_0x31361c={};_0x31361c['id']=_0x5a525f['id'],_0x31361c[_0x1f4da2(_0x451b0d._0x12f98e,_0x451b0d._0x2b44c7,_0x451b0d._0x42a208,'ThWF')]=_0x5a525f[_0x1f4da2(_0x451b0d._0x1e94d1,0x4ae,0x4e6,'yxxK')],_0x31361c[_0x1cedc1(_0x451b0d._0x359b98,_0x451b0d._0x2a216d,0x292,0x280)]=_0x5a525f['content'];const _0x565973=services_1[_0x1f4da2(0x57e,_0x451b0d._0x11f1d7,0x57b,'J#$s')+_0x1f4da2(0x4f7,_0x451b0d._0x4b65ae,_0x451b0d._0x525022,'@#0t')][_0x1f4da2(_0x451b0d._0x59a323,0x58d,0x593,_0x451b0d._0x67a61a)](_0x31361c);if(_0x565973[_0x1cedc1(_0x451b0d._0x453a56,0x318,_0x451b0d._0xae4418,_0x451b0d._0x13ae65)]){if(_0x5efd30[_0x1cedc1('()Up',0x316,_0x451b0d._0x5cd41e,0x32d)](_0x5efd30[_0x1cedc1(_0x451b0d._0x26a81e,_0x451b0d._0x5cdd8a,_0x451b0d._0xa2b3af,_0x451b0d._0xa2b3af)],_0x5efd30[_0x1f4da2(0x4db,0x530,_0x451b0d._0x21090e,_0x451b0d._0x4aafc1)]))console[_0x1cedc1(_0x451b0d._0x485534,0x2cb,_0x451b0d._0x5ec7be,_0x451b0d._0x5e2a54)](chalk_1[_0x1cedc1('*9Ho',0x2a4,0x2f1,_0x451b0d._0x3e252f)][_0x1cedc1('j$1g',_0x451b0d._0x398753,0x336,0x386)](_0x5efd30[_0x1f4da2(0x535,0x593,0x4bc,'w(Gt')])),console[_0x1cedc1(_0x451b0d._0x29c856,_0x451b0d._0x2d3790,0x33f,0x3a1)](_0x1cedc1(_0x451b0d._0x486547,0x353,_0x451b0d._0x13e4e1,_0x451b0d._0x2660e2)+_0x565973[_0x1f4da2(0x52a,0x572,0x4f6,'pzN!')]?.['id']),console['log'](_0x1f4da2(0x56a,0x5e9,0x528,_0x451b0d._0x290473)+_0x565973[_0x1f4da2(0x5a9,0x554,0x59c,_0x451b0d._0x486547)]?.[_0x1f4da2(_0x451b0d._0x2b846f,0x4dc,0x545,_0x451b0d._0x906b1)]+'\x0a');else{const _0x1a6e13={};return _0x1a6e13['default']=_0x12c2df,_0x1b608c&&_0x334c09[_0x1f4da2(0x5b5,_0x451b0d._0x3f47ba,0x5c5,'QX(*')]?_0x171663:_0x1a6e13;}}else console[_0x1f4da2(_0x451b0d._0x212e28,0x55a,0x51d,_0x451b0d._0x31b1e2)](chalk_1[_0x1cedc1(_0x451b0d._0x800ed2,_0x451b0d._0x585b1a,0x324,_0x451b0d._0x22b511)]['red'](_0x1f4da2(0x53f,0x55a,0x5ba,'4mQL')+_0x565973[_0x1f4da2(_0x451b0d._0x2984a0,0x56c,_0x451b0d._0x393d60,_0x451b0d._0x53b128)]+'\x0a'));}function getDomainCommand(_0x276476){const _0x3459ff={_0x5154e7:0x161,_0x16864e:0x128,_0x1a0239:0x204,_0x216b32:'tUXi',_0x428166:0x14a,_0x392dbe:0x1af,_0x56042c:'*9Ho',_0x39858c:0x21c,_0x52c385:0x1de,_0x27fe22:'2*Ad',_0x1806ac:0x1b5,_0x16449f:'EZC)',_0x4b8933:0x22b,_0x4c5518:0x235,_0x1edd20:0x1f9,_0x469f21:'x4sq',_0x24b1c6:0x240,_0xf2d2fe:'ZCU(',_0x46b8fc:0x1c5,_0x37d164:'4mQL',_0x58937d:0x216,_0x38120b:0x1fd,_0x444bfa:'V9ZV',_0x1e8c14:0x1ed,_0x413a54:0x18e,_0xc2fbd1:'ThWF',_0x35766c:0x25f,_0x364089:0x1c4,_0x4927f1:0x16a,_0xcf3c39:0x11b,_0x209e44:0x1d8,_0x235820:0x203,_0x5274ab:0x29e,_0x3d33f7:'V9ZV',_0x4e6ed2:0x17e,_0x13d54a:0x257,_0x280e70:0x24c,_0x5e6fb6:0x17a,_0x16a263:0x15a,_0x4cd87c:'ZDct',_0x1d9c10:0x1e1,_0xec5ad6:'&jU5',_0x2fd674:0x25e,_0xdd84cb:0x20f,_0x356a88:0x1a1,_0x538008:0x236,_0x5edd09:0x209,_0xc3b22c:0x210,_0x2fd415:'ThWF',_0x203492:0x1da,_0x375996:'elhi',_0x192a17:0x223,_0xd02b1:0x27a,_0x599482:0x27b,_0x1867e0:0x16e,_0x4f93ff:0x243,_0x4147e1:0x1a2,_0x460218:'@#0t',_0x30646f:0x221,_0x4c5080:0x252,_0x52002d:0x1dd,_0x21cd09:0x248,_0x2b2087:'TaaA',_0x56ec42:0x2a5,_0xeef2b3:'N5S9',_0x391731:0x151,_0x3d7b09:0x22d,_0x45c698:0x1e2,_0x3279cf:0x24b,_0x459a6f:0x1d5,_0x5da25f:0x1c0,_0x1738d0:0x1c9,_0x548d0a:'tUXi',_0x4e1557:0x23e,_0x1479db:0x1f0,_0x18769f:0x213,_0x3828da:0x1d0,_0x5d3219:0x230,_0x1104c3:'aNVX',_0xc38e2e:0x1d3,_0x5dd751:0x242,_0x3db5df:'8cV0',_0x2e4092:'td9L',_0x8c4c0b:0x123,_0x43e044:0x258,_0x17941e:0x271,_0x111738:0x270,_0x140668:0x1e1,_0x10d826:0x227,_0x2b9b85:0x25b},_0x3baa1e={_0x32e682:0x1d7,_0x177a33:0x2c9};function _0x5aed75(_0x43deeb,_0xef84e9,_0x4e98dc,_0x1ddd82){return _0x82f28d(_0x43deeb-0x32,_0xef84e9-_0x3baa1e._0x32e682,_0x4e98dc- -_0x3baa1e._0x177a33,_0x1ddd82);}function _0x17d6ed(_0x185598,_0x654f8e,_0x54672b,_0x46a283){return _0x34b516(_0x185598-0x42,_0x185598- -0x35a,_0x54672b,_0x46a283-0x1ea);}const _0x51a692={};_0x51a692[_0x17d6ed(_0x3459ff._0x5154e7,0xe3,'4Jw2',_0x3459ff._0x16864e)]=_0x17d6ed(0x232,0x20e,'AnzO',0x282)+_0x17d6ed(0x1f5,_0x3459ff._0x1a0239,_0x3459ff._0x216b32,0x191),_0x51a692[_0x5aed75(_0x3459ff._0x428166,0x1ac,_0x3459ff._0x392dbe,_0x3459ff._0x56042c)]=_0x5aed75(0x1fe,_0x3459ff._0x39858c,_0x3459ff._0x52c385,_0x3459ff._0x27fe22)+_0x5aed75(0x1d8,_0x3459ff._0x1806ac,0x20f,_0x3459ff._0x16449f),_0x51a692[_0x5aed75(0x23e,0x25b,0x272,'V9ZV')]=_0x5aed75(_0x3459ff._0x4b8933,_0x3459ff._0x4c5518,_0x3459ff._0x1edd20,_0x3459ff._0x469f21),_0x51a692[_0x17d6ed(_0x3459ff._0x24b1c6,0x245,_0x3459ff._0xf2d2fe,0x1c3)]=function(_0x9e9deb,_0x5acdfe){return _0x9e9deb!==_0x5acdfe;},_0x51a692[_0x5aed75(0x25e,_0x3459ff._0x46b8fc,0x233,_0x3459ff._0x37d164)]=_0x5aed75(_0x3459ff._0x58937d,0x1a9,_0x3459ff._0x38120b,_0x3459ff._0x444bfa),_0x51a692[_0x17d6ed(_0x3459ff._0x1e8c14,_0x3459ff._0x413a54,_0x3459ff._0xc2fbd1,_0x3459ff._0x35766c)]=_0x5aed75(0x23d,0x1b2,_0x3459ff._0x364089,'Dlsi');const _0xa4cf5c=_0x51a692,_0x2e1bad=services_1[_0x17d6ed(_0x3459ff._0x4927f1,_0x3459ff._0xcf3c39,'tr88',0x145)+_0x17d6ed(_0x3459ff._0x209e44,0x1f9,'aion',_0x3459ff._0x235820)][_0x17d6ed(0x1f0,0x252,'()Up',0x1f4)](_0x276476['id']);if(!_0x2e1bad){console[_0x17d6ed(0x23a,_0x3459ff._0x5274ab,_0x3459ff._0x3d33f7,0x27c)](chalk_1[_0x17d6ed(0x1ba,_0x3459ff._0x4b8933,'E#Gb',_0x3459ff._0x4e6ed2)][_0x17d6ed(0x211,0x23a,'yxxK',_0x3459ff._0x13d54a)](_0xa4cf5c[_0x5aed75(0x201,_0x3459ff._0x280e70,0x240,'UY)U')]));return;}console[_0x17d6ed(_0x3459ff._0x5e6fb6,0x1ca,'*9Ho',0x114)](chalk_1[_0x5aed75(0x1cc,_0x3459ff._0x16a263,0x1b5,_0x3459ff._0x4cd87c)][_0x17d6ed(0x203,_0x3459ff._0x1d9c10,_0x3459ff._0xec5ad6,_0x3459ff._0x2fd674)](_0xa4cf5c[_0x17d6ed(_0x3459ff._0xdd84cb,_0x3459ff._0x356a88,'E#Gb',0x266)])),console[_0x5aed75(0x239,_0x3459ff._0x538008,0x1df,'gtG1')](_0x5aed75(_0x3459ff._0x5edd09,0x28a,_0x3459ff._0xc3b22c,_0x3459ff._0x2fd415)+_0x2e1bad['id']),console['log'](_0x5aed75(_0x3459ff._0x203492,0x1a7,0x1bb,_0x3459ff._0x375996)+_0x2e1bad[_0x5aed75(_0x3459ff._0x192a17,_0x3459ff._0xd02b1,_0x3459ff._0x599482,_0x3459ff._0x375996)]),console[_0x5aed75(_0x3459ff._0x1867e0,_0x3459ff._0x4f93ff,0x1e5,'EZC)')](_0x5aed75(0x151,0x12d,_0x3459ff._0x4147e1,_0x3459ff._0x460218)+(_0x2e1bad[_0x17d6ed(_0x3459ff._0x30646f,_0x3459ff._0x4c5080,'yxxK',_0x3459ff._0x52002d)]?_0xa4cf5c['TmECz']:'No')),_0x2e1bad[_0x17d6ed(_0x3459ff._0x21cd09,0x287,_0x3459ff._0x2b2087,_0x3459ff._0x56ec42)]&&(_0xa4cf5c[_0x17d6ed(0x1c0,0x1cd,_0x3459ff._0xeef2b3,_0x3459ff._0x391731)](_0xa4cf5c[_0x5aed75(0x246,_0x3459ff._0x3d7b09,_0x3459ff._0x45c698,'h#@S')],_0xa4cf5c[_0x17d6ed(0x1df,0x196,'()Up',_0x3459ff._0x3279cf)])?console[_0x5aed75(_0x3459ff._0x192a17,_0x3459ff._0x459a6f,_0x3459ff._0x5da25f,'1!b6')](_0x5aed75(0x1f3,_0x3459ff._0x1738d0,0x192,_0x3459ff._0x548d0a)+'\x20'+_0x2e1bad[_0x17d6ed(_0x3459ff._0x4e1557,_0x3459ff._0x1479db,'ZCU(',_0x3459ff._0x18769f)][_0x17d6ed(0x1a0,_0x3459ff._0x3828da,'%MQt',0x16a)](0x1589*-0x1+-0x3d1*-0x1+-0x7*-0x288,-0xf07+-0xa3d+0x19a8)+_0x17d6ed(0x215,_0x3459ff._0x5d3219,_0x3459ff._0x1104c3,0x1ee)):_0x2942ab[_0x5aed75(_0x3459ff._0xc38e2e,0x1c6,_0x3459ff._0x5dd751,_0x3459ff._0x3db5df)](_0x2ee19c[_0x17d6ed(0x181,0x155,_0x3459ff._0x2e4092,_0x3459ff._0x8c4c0b)][_0x5aed75(_0x3459ff._0x43e044,_0x3459ff._0x17941e,_0x3459ff._0x111738,'ZCU(')](_0x17d6ed(_0x3459ff._0x140668,0x19b,_0x3459ff._0x375996,0x1a3)+_0x9ad1a4[_0x5aed75(0x27a,_0x3459ff._0x10d826,0x253,'AnzO')]+'\x0a'))),console[_0x5aed75(0x2c9,0x228,_0x3459ff._0x2b9b85,'*oV6')]();}function _0x221e(){const _0x34bc9f=['WQPKWQObW5NcGq','W7XfpCoDua','WPBdGJdcGG','zCoqW7W','WRDPcLas','WOBcKCoNF28','ls5pl8kOW4SDmSoCBmkZWOqe','WONcOcC','WRTGW7O','CgXLWOnoeSo4','W5TtjSkcWO4','oXzcWR0XDSkGzbTB','W4H4BCk0W5O','WRVcLCooughdIb0AbLO','W7v4iq','W6H+pGJcPW','4PsI4Pwl4PAs4PsK4Psw4PEN4PEN4PAZ4Psd4PAv','zCo/Aq','CJHPamk/kZG','FSogW4FcP8oec3BcNuC','WOddH37dVvTbWO0sWPRdI8oGjSoD','WPVcUNm','oMpdGmoWWQbnwZ0fW6S','W7/cNSkYWQyXwHn6nmonte8O','rI7dTevJWOVcKW','WPxcTCo4nqvBW5y','4PA44Psr4Psf4PED4PsU4PES','W64RWO4KWORdJW','W7NdJtJdJNu','W5zjhmoVya','vhBdGGVcRtCs','W5WnA3O6WPRcR8kGtey','xCofFvqi','jSkMW4ZdMKjE','C8oqW77cTSodaNe','lcLmkCkOW4SDmmo4smk5WQ8G','f015WP1ohmoZxxDJ','WQOKD8kKEtzbebJcK3ZdOq','f1NdGq','WP9mWQFdO37cMmoptY5x','WPBcOfWJW7m','W489WRmWWQy','F0ddMt7cJa','W7hdHchcO0X9','WQ7cON4','W5Xpl8omva','WQRcNeWHW4i','EJjO','bLpdI8o3WOHmsW','W7D2k8oW','aNBdKCo1WQC','W4jVE8kIW5xdOmk7','WO8QqCkvWPtcP8o+kCkRca','W7FdNdG','WQFcNxVdTriJgNvVW4ZdICklW7u','W6BdINHSWRq','WOBcPCo/dXK','W6JdNJhdNN4','DtjHfCkVktG','4PAi4PAf4PEi4PsH4PAb4PAY4PwG4PsF4Psa4PEB','q3vZWQ9v','WPbGW60','jCkeW4FdSKfBq8om','W5xdQerPWPe','W5mXW67cSeZdILXj','y1ddKIZcQG','WPtdJdO','WRNdV8o3W75U','DgDvWP9cgmo8e30','WOddOCo5gt5vW4FcJt3dPq','qCkpW58NW4ldRN0','W59RBmkuW5RdOW','jmoBdW','W47dRwW','WRuYWQr/gG','rhb/WP5P','kCkWlJjKW7JcQmoxW5zt','W5rwW7vZerjsbLGB','DKjDWR9l','WOTcW5pcJ2e','qqldT2Xo','zCo1yhuWWRa','WPCeWRbCbbO','W59sj8oiu37dGw7dUq8','W5Dslq','W5FdTutdRmoKW7aqW79oWQ4','ECouW7xcSG','4PsD4Psj4Psw4PEW4PsV4Pw14PAD4Pw94Psz4Psm','W7uLW7xcPqRdJ8kBxGLxWPtcRvO','rSkebsvPsCk5yCkpWRi','rSkodIv1s8kE','FZnmdSkNkI3cMSoW','W4tdPIxcR8kWWReSW7SbW4DpWQq','W6DZmqpcUmoC','W5DtWOS','FwWCFCoOWP5bwmo8sq','amkcW6yvlCkmDG','W7XvpCkQWRpcVqbqCSoz','WPhdUuFcI8oa','W4nGhLrdW7Kk','hpcON61bWO4OiCkvW73dRYe','FMz4WOrkg8oP','WP7cTNe','W7fKWPSrWPG','EHxdISoGWOldHCke','WRRdRLC','W59tWOeGWR0e','kokDMmkYyhNcISkgW5PTWRu','W7zrpmkQ','b/gjVinmsfyUkcpdLHi','WRK3cmo0jweIqa','WPHiq3i5WPRdHCoY','WPZdHJVcHSkWF8os','WQWRjK3dGG','W7Xzpa','W6tdQSkV','WQPbhWbcW7GtgxJdJq','WRRcT8ojW57dNt3cHSo+axRdSxzu','W6Sds8kkW6q','v8kjWRqkxG','W5T+A8kPs8kczG','WP/cHehdN8ok','CNeE','WPhdPaFcOmkn','W5elAa','BHhdImoeWPNdJq','WOzGW6/cQvZdRMW','4PE34PEv4Psu4PAE4PAb4PAd4Pw14PAl4Pw04PAo','fLNdKq','WP7cKK7dMCoj','W6FdQmkLqmoVW5y','W6xdOCkz','BhSD','W5JcG33dH8oLm8kgBSozrq','W74hsG','E8oAW78','WQDHWQFdTv0','WQvShxy9buC','W4pdLSkjWRFcPq','WOJdKmoxW6za','WPOxWRHy','W7DbECk/yG','DhPjWObDemoUgg0','W4HqWOuIWRe','WPtINQX9W690ortcGSk8W4q','e/ctROOabSobqXybgqO','k8kyaG','jw43wCo8abBcL8oCW4q3','W6pdGmk7w0/dGexcIeddSCkWW5tcUq','W4pdUqdcRMC','FrpdICoYWOtdJ8kfbCoJbW','WRhcM8oova','W4XGfW','W5Whyhi9WPe','W4SezhaX','DWpdS8oXWOxdJmkddmo7','qmkCW7edW6G','W4lcOvBdNCouW7Kb','WQuFdfFdKG','WQnaq8ooW7TyWQTEo8kf','W6j4haVcOCozcSoRnq','s2ZdHG','W7NdGJ/cTMr/qq','pmkDW7a8nG','WOyxaNddGq','F19M','WQ3INPKP','y8kwrCoYW4RcN8k9W4uiW4m','DvDMWPW','W59ylmoit3ZdPG','WQ1xvCoCW65AWQO','WOZdRCo2W5fV','d8kIW5S','W590CCkzqCkbC0zGWRe','WOhINif/','W6OOsSkqW5O','WOVcQ2SyW64','W5TOzmkZ','W7mcemkCWRSnW7C0g8kGA8olaa','W6HRuW','WRlcHmoPdqZcLq','WQxcNCowDM4','WRlcHmoPdqZcLtBcGhVdTW','WRC3dmoueCkIWQ3cQrlcHLm','W53cNYtcOq','W4rMkfVdOvHfrW','W6aZW6lcSbpdL8klAJbx','WOhdRNJcS8o4','W6v3mGe','FMBdKG','W6TfmSkSWQlcQZC','CH/dIW','i8k3W4ZdVLHFACohW4rL','mmk3W4OKea','W6rQbefpW7SnCG','W7/dMSoQDtlcHG','WRldPfBcNSoFWR7cJG','4PsY4PE64PA84Pwe4PAN4PAD','W5FdMSkHtmoXW50sA0tcVG','CLvU','WO9WW6JcH1K','pmoVW5yatNm0msC','zCkvW7qiW7u','WPGzWRi','bYpcGsBcQsKeW51JW4y','rItdV0v/WONcTmowCCoJ','WQH3W4xcN34','WO7cQCoPhZxcNXBcMNRdSW','WPpINibM','W4JIN545jmoMrIhcOfag','WR7cN33cIZT0vColW7ldHa','FqNdJCoV','qmkFW5G','WQX2WQZdT0FcNW','W69Tamo5CG','WO5QW64','4PwL4Ps84PAL4PAd4PET4PsI4Ps/4Pwi4PwP4PAo','DSoNW6BdVKfFf8ki','FmoGANmWWR3dRmo9','BKzVWPHLmW','WPxcImoVzL8','WPb/zCoBW5K','WR9YW5rWW5RcMCo9W4G5WP3dR8oVW4G','WOvGW73cILddI3W','FvCertBdIW','W6aZ4PEc4PAq4PsZ4PE34PAR4Ps64Pwc4PsY','W59vWOe','WR7cN33cIZT0vCk7WQdcGq','W5tdOCoCgsvpW4BdQq','WQX8WQu','W51eeWJcJG','W6qLWO4G','EH/dGCoGWP7dH8kJdmo9ca','WQXBvCoBW45rWQm','4PAn4PwI4Ps+4PEM4PAq4PEb4PEh4PER4PAH4PAK','W7ldKdO','W4rQfKftW7Sk','WRj2e3qXggFdSCkUrW','vmkWWQuIAW','WRjFASo9sSkdF05NWPW','WRhINk5QW61vFCoZySoLwq','W4NcL2RcI8khwCornSku','W5dcHYJcQG','reRdHcdcKa','WRhINkPQ','W6yRWOq','WPKtWQzoerHs','W69ZoqxcUCoyhW','m8k1W5ZdPG','WRVcN8ofuh3dIJO','WPtdII7cK8kbFmoll8kqcW','ASkPWOqjyG','ESoqW6VcPmoxcwa'];_0x221e=function(){return _0x34bc9f;};return _0x221e();}function _0x4e49(_0x59dc51,_0x50beae){_0x59dc51=_0x59dc51-(-0x231+0x5*0x406+-0x107b*0x1);const _0x1f879b=_0x221e();let _0x29d691=_0x1f879b[_0x59dc51];if(_0x4e49['aOfSvR']===undefined){var _0x44ae7d=function(_0x597e01){const _0x2ab537='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3ce5b8='',_0x201864='';for(let _0x1667ea=-0x7c3*0x1+-0x266d*-0x1+-0x32*0x9d,_0x1e7518,_0x186d0,_0x463515=0x2f5+-0x1428+0x1133*0x1;_0x186d0=_0x597e01['charAt'](_0x463515++);~_0x186d0&&(_0x1e7518=_0x1667ea%(-0x1c1c+0x32c+0x18f4)?_0x1e7518*(0x124e+-0xd*0xa2+-0x9d4)+_0x186d0:_0x186d0,_0x1667ea++%(0xda3*0x1+0x23b1+0x18a8*-0x2))?_0x3ce5b8+=String['fromCharCode'](0x40d*-0x2+0x6*-0x278+0x17e9*0x1&_0x1e7518>>(-(0x1a22+0x2535+-0x3f55)*_0x1667ea&-0x1405+0x2*0xeb7+-0x10b*0x9)):0x1*-0xa9b+-0x16fe+0x2199){_0x186d0=_0x2ab537['indexOf'](_0x186d0);}for(let _0x559613=-0x15a7*0x1+0x3d7*-0x9+0x3836,_0x2b293f=_0x3ce5b8['length'];_0x559613<_0x2b293f;_0x559613++){_0x201864+='%'+('00'+_0x3ce5b8['charCodeAt'](_0x559613)['toString'](0xe3*0x27+0xb89*-0x1+-0x16fc))['slice'](-(-0xf04+0x60*0x3+-0xde6*-0x1));}return decodeURIComponent(_0x201864);};const _0x3ee374=function(_0x238a57,_0x3e1524){let _0x1e9bba=[],_0x16f2db=0x17*-0x26+0xe4d*-0x1+0x5*0x38b,_0x47a330,_0x5c2b1e='';_0x238a57=_0x44ae7d(_0x238a57);let _0x1ea03d;for(_0x1ea03d=-0x2fc+0x1*0x269e+-0x23a2;_0x1ea03d<-0x182*0xe+0x11*0x188+-0x2*0x1f6;_0x1ea03d++){_0x1e9bba[_0x1ea03d]=_0x1ea03d;}for(_0x1ea03d=-0x2067+-0x15b*0x1a+0x43a5;_0x1ea03d<0x1e46+-0x1070+-0xcd6;_0x1ea03d++){_0x16f2db=(_0x16f2db+_0x1e9bba[_0x1ea03d]+_0x3e1524['charCodeAt'](_0x1ea03d%_0x3e1524['length']))%(0x18a+-0x9*0x2e7+0x1995),_0x47a330=_0x1e9bba[_0x1ea03d],_0x1e9bba[_0x1ea03d]=_0x1e9bba[_0x16f2db],_0x1e9bba[_0x16f2db]=_0x47a330;}_0x1ea03d=0x2b*0x3c+0x3*-0xb02+0x16f2,_0x16f2db=0x91*0x41+-0x2465+0x1*-0x6c;for(let _0x188d07=0x261+-0x2c*-0x89+-0x19ed;_0x188d07<_0x238a57['length'];_0x188d07++){_0x1ea03d=(_0x1ea03d+(-0x3dd*-0x1+0x11*-0x3+0x1*-0x3a9))%(-0x1*0x1c42+-0x1562+0x7*0x73c),_0x16f2db=(_0x16f2db+_0x1e9bba[_0x1ea03d])%(0x1bf6+-0x15*-0x119+-0x3203),_0x47a330=_0x1e9bba[_0x1ea03d],_0x1e9bba[_0x1ea03d]=_0x1e9bba[_0x16f2db],_0x1e9bba[_0x16f2db]=_0x47a330,_0x5c2b1e+=String['fromCharCode'](_0x238a57['charCodeAt'](_0x188d07)^_0x1e9bba[(_0x1e9bba[_0x1ea03d]+_0x1e9bba[_0x16f2db])%(0xbe9+0x1dda+0x1*-0x28c3)]);}return _0x5c2b1e;};_0x4e49['npIyel']=_0x3ee374,_0x4e49['qfuMnR']={},_0x4e49['aOfSvR']=!![];}const _0x2e6790=_0x1f879b[-0x1*-0x2ff+0x26f+-0x56e],_0x2f9029=_0x59dc51+_0x2e6790,_0x2098c8=_0x4e49['qfuMnR'][_0x2f9029];return!_0x2098c8?(_0x4e49['HJWtJq']===undefined&&(_0x4e49['HJWtJq']=!![]),_0x29d691=_0x4e49['npIyel'](_0x29d691,_0x50beae),_0x4e49['qfuMnR'][_0x2f9029]=_0x29d691):_0x29d691=_0x2098c8,_0x29d691;}function listDomainsCommand(){const _0x5e9f08={_0x4c585e:'4Jw2',_0x4ea658:0x76,_0x31256a:0x92,_0xc4ded6:0x19f,_0x33b2dd:'E#Gb',_0x23b2f7:0x1f6,_0x55fc95:0x1be,_0x542af3:0x11a,_0x52876b:'J#$s',_0x312778:'9Rl3',_0x50646e:0x4c3,_0x237c60:0x452,_0x901380:'*efr',_0x677322:0x44d,_0x380767:0x489,_0xcee870:0x43c,_0x5603a0:0x147,_0x1477a6:0x46c,_0x4484c3:0x4a9,_0x7e1773:'N5S9',_0x115fa9:0x167,_0x218af2:0x177,_0xb7cc94:0x153,_0x539e95:0x1ef,_0x30bb3f:'6I$r',_0x113242:0x523,_0x5bcf30:0xb5,_0x155f15:'()Up',_0x18f189:0x4f0,_0x4ac323:0x4cd,_0x383bfc:0x146,_0x5a508b:0x122,_0x105468:0x4e9,_0x3d88a8:0x4a8,_0x2f3b63:0x4b1,_0x4d4ee4:'QX(*',_0x50b4db:0x493,_0x22a7eb:0x49d,_0x4b342a:0x104,_0x3994fd:0x51c,_0xcdcd20:'%MQt',_0x56ec23:0x3b1,_0x5b47c8:0x3be,_0x177d69:0x42f,_0x58714c:'EZC)',_0x79b3c5:0x4af,_0x26fcdf:0x149,_0x1e1f23:0xd9,_0x111f8b:0x19d,_0x2ae06c:0x482,_0x3d82a0:0x480,_0x28b65a:0xf8,_0x4ab774:0x16c,_0x2ac68b:'8cV0',_0x4ec652:'AnzO',_0x4170e7:'EZC)',_0x55357c:0x42b,_0x29b310:0x16d,_0x490f6e:0x154,_0x1d1f74:0xd7,_0x1c9ea7:'kodg',_0x21e045:0xdd,_0x59446c:'90bO',_0x126374:0xbe,_0x83e70c:0xff,_0x497171:0x1c6,_0x10b76f:0x149,_0x2a99b2:0x10d,_0x5ce441:'QX(*',_0x53ff21:'LZ1n',_0xa69b18:0x188,_0x1b080b:0x1e8,_0x242c79:0x190,_0x28ff0c:'elhi',_0x1dde94:0x1d4,_0x349f21:0x4f9,_0x1dc35c:0x142,_0x5cf256:'pzN!',_0x4bb441:0x95,_0x14a346:0x196,_0x18a6b4:'h#@S',_0x5e8d71:0x215,_0x44e798:0x97,_0x213f91:'#^fM',_0x16c6d9:0x47b,_0x52e6bb:'()Up',_0x5940da:'V)Sk',_0x12afc2:0x400,_0xa46600:0x472,_0x49da0f:0x3ed,_0x566fcb:0xe2,_0x49e16a:0x15c,_0x33279a:0x159,_0x19877d:'j$1g',_0x296cfe:0x209,_0x434469:'UY)U',_0x30f7ef:0x4b9,_0x35da44:0x494,_0x519e50:0x10a,_0x4e1c2b:'td9L',_0x35576c:0xe0,_0x1a00f5:'SD)r',_0x557b30:0x528,_0x5e4c17:0x4ab,_0x29018a:0x10b,_0x4f61f1:0xf4,_0x513680:'E#Gb',_0x1bfe92:'*9Ho',_0x5176fe:0x452,_0x3fd821:0x439,_0x46a597:0x113,_0x513b97:0xb4,_0x1a5176:0x9a,_0x2fa9ac:'Dlsi',_0x5a4655:0x15f,_0x273e7d:0x1b0,_0x1440d2:0xdf,_0x324ae7:'tr88',_0x51787b:'LZ1n',_0xbcd7dc:0x4b8,_0x107a8a:0x43a,_0x327f99:0xd9,_0x516864:0xc6,_0x5cac3c:'ZDct',_0x49bf70:0x498,_0x243a24:0x3fa,_0x26d678:'4mQL',_0x389720:0x4e7,_0x4946fa:0x433,_0x2e0263:0x416,_0xedef02:0x122,_0x4cdb01:'j$1g',_0x1dafc3:0x6b,_0x35b6f9:0x493},_0x1b6372={_0x58eb89:0xa3},_0xdf8438={};_0xdf8438['CcwMI']=_0x1f9bb8(_0x5e9f08._0x4c585e,0x3e9,0x3ec,0x433)+_0x213e92(_0x5e9f08._0x4ea658,0xe4,'ifU(',_0x5e9f08._0x31256a)+'ccessfully',_0xdf8438[_0x213e92(0x1c0,_0x5e9f08._0xc4ded6,_0x5e9f08._0x33b2dd,_0x5e9f08._0x23b2f7)]=function(_0x41944f,_0x52d3c5){return _0x41944f!==_0x52d3c5;},_0xdf8438[_0x213e92(0x1a5,_0x5e9f08._0x55fc95,'aion',0x195)]=_0x213e92(_0x5e9f08._0x542af3,0x186,_0x5e9f08._0x52876b,0x159),_0xdf8438[_0x1f9bb8(_0x5e9f08._0x312778,0x473,_0x5e9f08._0x50646e,_0x5e9f08._0x237c60)]=_0x1f9bb8('*efr',0x434,0x3ed,0x46b),_0xdf8438[_0x1f9bb8(_0x5e9f08._0x901380,_0x5e9f08._0x677322,0x43d,_0x5e9f08._0x380767)]=_0x1f9bb8('EZC)',0x499,0x3c1,_0x5e9f08._0xcee870)+'s\x20found\x0a',_0xdf8438[_0x213e92(_0x5e9f08._0x5603a0,0x14f,'90bO',0x15f)]=_0x1f9bb8('QX(*',_0x5e9f08._0x1477a6,0x4c8,_0x5e9f08._0x4484c3)+_0x1f9bb8(_0x5e9f08._0x7e1773,0x507,0x4b2,0x4b2)+_0x213e92(0x18b,0x16f,'N5S9',_0x5e9f08._0x115fa9)+_0x213e92(_0x5e9f08._0x218af2,0x15d,'ZCU(',_0x5e9f08._0xb7cc94)+_0x213e92(0x11b,0x192,'4Jw2',_0x5e9f08._0x539e95)+_0x1f9bb8(_0x5e9f08._0x30bb3f,0x479,_0x5e9f08._0x113242,0x4df),_0xdf8438[_0x213e92(0x9f,0xfe,'@#0t',_0x5e9f08._0x5bcf30)]=_0x1f9bb8(_0x5e9f08._0x155f15,0x4d2,_0x5e9f08._0x18f189,_0x5e9f08._0x4ac323);const _0x26bb7c=_0xdf8438,_0x30dabe=services_1[_0x213e92(_0x5e9f08._0x383bfc,0x18f,'ThWF',_0x5e9f08._0x5a508b)+'ice'][_0x1f9bb8('V)Sk',_0x5e9f08._0x105468,_0x5e9f08._0x3d88a8,_0x5e9f08._0x2f3b63)]();if(_0x30dabe[_0x1f9bb8(_0x5e9f08._0x4d4ee4,0x425,_0x5e9f08._0x50b4db,_0x5e9f08._0x22a7eb)]===-0x1a8c*0x1+-0x247+-0x2f*-0x9d){if(_0x26bb7c[_0x213e92(0xb6,0xd3,'aion',_0x5e9f08._0x4b342a)](_0x26bb7c[_0x1f9bb8('UY)U',_0x5e9f08._0x3994fd,0x4f8,0x4ef)],_0x26bb7c[_0x1f9bb8(_0x5e9f08._0xcdcd20,_0x5e9f08._0x56ec23,_0x5e9f08._0x5b47c8,_0x5e9f08._0x177d69)])){console[_0x1f9bb8(_0x5e9f08._0x58714c,0x46c,_0x5e9f08._0x79b3c5,0x460)](chalk_1[_0x213e92(0x173,_0x5e9f08._0x26fcdf,'*9Ho',0x13b)][_0x213e92(_0x5e9f08._0x1e1f23,0x12a,'aion',_0x5e9f08._0x111f8b)](_0x26bb7c[_0x1f9bb8(_0x5e9f08._0x33b2dd,0x463,0x4ae,0x49e)]));return;}else{const _0x2bf91e={};_0x2bf91e['id']=_0x371e1a['id'],_0x2bf91e[_0x1f9bb8('&jU5',_0x5e9f08._0x2ae06c,0x4b7,_0x5e9f08._0x3d82a0)]=_0x235628[_0x213e92(_0x5e9f08._0x28b65a,_0x5e9f08._0x4ab774,_0x5e9f08._0x2ac68b,0x101)],_0x2bf91e[_0x1f9bb8(_0x5e9f08._0x4ec652,0x46f,0x4a9,0x42d)]=_0x14ac49[_0x1f9bb8(_0x5e9f08._0x4170e7,0x473,0x492,_0x5e9f08._0x55357c)];const _0x332215=_0xbc70b5[_0x213e92(0x1db,_0x5e9f08._0x29b310,'ZDct',0x1d1)+_0x213e92(0x54,0xcd,'NE4T',0x129)][_0x213e92(_0x5e9f08._0x490f6e,_0x5e9f08._0x1d1f74,_0x5e9f08._0x1c9ea7,0x108)](_0x2bf91e);_0x332215[_0x213e92(_0x5e9f08._0x21e045,0xcb,_0x5e9f08._0x59446c,_0x5e9f08._0x126374)]?(_0x5b82f1[_0x213e92(0x11f,0x11d,_0x5e9f08._0x4170e7,_0x5e9f08._0x83e70c)](_0x25ccf9[_0x213e92(_0x5e9f08._0x497171,_0x5e9f08._0x10b76f,'*9Ho',_0x5e9f08._0x28b65a)][_0x213e92(0x144,_0x5e9f08._0x2a99b2,_0x5e9f08._0x5ce441,0x12c)](_0x26bb7c[_0x213e92(0x167,0x18c,_0x5e9f08._0x53ff21,_0x5e9f08._0xa69b18)])),_0x1d9c3e[_0x213e92(_0x5e9f08._0x1b080b,_0x5e9f08._0x242c79,_0x5e9f08._0x28ff0c,_0x5e9f08._0x1dde94)]('\x20\x20ID:\x20'+_0x332215[_0x213e92(0x168,0xef,'%MQt',0x12b)]?.['id']),_0x39d8f2[_0x1f9bb8('()Up',0x4be,_0x5e9f08._0x349f21,0x49f)](_0x213e92(_0x5e9f08._0x1dc35c,0xf4,_0x5e9f08._0x5cf256,_0x5e9f08._0x4bb441)+_0x332215[_0x213e92(_0x5e9f08._0x14a346,0x1ad,_0x5e9f08._0x18a6b4,_0x5e9f08._0x5e8d71)]?.[_0x213e92(0xe1,0x111,'kodg',_0x5e9f08._0x44e798)]+'\x0a')):_0x54f6ac[_0x1f9bb8(_0x5e9f08._0x213f91,0x4a6,_0x5e9f08._0x1477a6,_0x5e9f08._0x16c6d9)](_0x4fd7f8['default'][_0x213e92(0x21d,0x1bf,_0x5e9f08._0x52e6bb,0x1c5)]('\x0a✗\x20'+_0x332215[_0x1f9bb8(_0x5e9f08._0x5940da,0x4d0,_0x5e9f08._0x12afc2,_0x5e9f08._0xa46600)]+'\x0a'));}}function _0x1f9bb8(_0x19c930,_0x1c07c6,_0x315285,_0x1dc296){return _0x34b516(_0x19c930-0x47,_0x1dc296- -_0x1b6372._0x58eb89,_0x19c930,_0x1dc296-0x11d);}console[_0x1f9bb8('ifU(',_0x5e9f08._0x49da0f,0x3e9,0x442)](chalk_1['default'][_0x213e92(0x12c,0x136,_0x5e9f08._0x30bb3f,0xca)](_0x213e92(0xd6,0xe9,'TaaA',0x138)+'\x20('+_0x30dabe[_0x213e92(0xd3,_0x5e9f08._0x566fcb,'4mQL',0xc0)]+')\x0a'));function _0x213e92(_0x411adc,_0x8ce3c8,_0x143d71,_0x232038){return _0x34b516(_0x411adc-0xa7,_0x8ce3c8- -0x3e6,_0x143d71,_0x232038-0xd1);}console[_0x213e92(0x16d,0x16a,'QX(*',_0x5e9f08._0x49e16a)](_0x213e92(_0x5e9f08._0x33279a,0x1b6,_0x5e9f08._0x19877d,_0x5e9f08._0x296cfe)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1f9bb8(_0x5e9f08._0x434469,0x496,_0x5e9f08._0x30f7ef,_0x5e9f08._0x35da44)+_0x213e92(0x158,_0x5e9f08._0x519e50,_0x5e9f08._0x4e1c2b,_0x5e9f08._0x35576c)+_0x1f9bb8(_0x5e9f08._0x1a00f5,_0x5e9f08._0x557b30,0x443,_0x5e9f08._0x5e4c17)+_0x213e92(0xf6,_0x5e9f08._0x29018a,'N5S9',0xf9)),console[_0x213e92(_0x5e9f08._0x4f61f1,_0x5e9f08._0x1e1f23,_0x5e9f08._0x513680,0xfd)](_0x26bb7c[_0x1f9bb8(_0x5e9f08._0x1bfe92,_0x5e9f08._0x5176fe,_0x5e9f08._0x3fd821,0x483)]);for(const _0x4c1038 of _0x30dabe){const _0x2eecf6=_0x4c1038[_0x213e92(0x172,_0x5e9f08._0x46a597,'AnzO',_0x5e9f08._0x513b97)]?chalk_1[_0x213e92(_0x5e9f08._0x513b97,0x103,'()Up',_0x5e9f08._0x1a5176)][_0x213e92(0x19d,0x180,_0x5e9f08._0x2fa9ac,_0x5e9f08._0x5a4655)](_0x26bb7c[_0x213e92(0x1da,_0x5e9f08._0x273e7d,'V9ZV',0x22b)]):chalk_1[_0x213e92(0x10f,_0x5e9f08._0x1440d2,_0x5e9f08._0x324ae7,0xfd)][_0x1f9bb8(_0x5e9f08._0x51787b,0x3eb,_0x5e9f08._0xbcd7dc,_0x5e9f08._0x107a8a)]('No');console[_0x213e92(0xef,_0x5e9f08._0x327f99,'E#Gb',_0x5e9f08._0x516864)]('\x20\x20'+_0x4c1038['id'][_0x1f9bb8(_0x5e9f08._0x5cac3c,_0x5e9f08._0x49bf70,_0x5e9f08._0x243a24,0x445)](0x1*-0x1321+0x38f+-0x7d3*-0x2)+'\x20'+(_0x4c1038[_0x1f9bb8(_0x5e9f08._0x26d678,0x42d,_0x5e9f08._0x389720,0x484)]||'')[_0x1f9bb8('pzN!',_0x5e9f08._0x4946fa,_0x5e9f08._0x2e0263,0x462)](-0x1*0x21a7+-0x1217+0x33be,0x3*-0xcab+-0x221c+0x4834)[_0x213e92(_0x5e9f08._0xedef02,0xcc,_0x5e9f08._0x4cdb01,_0x5e9f08._0x1dafc3)](0x2203*0x1+0xe*-0x95+0xce3*-0x2)+'\x20'+_0x2eecf6);}console[_0x1f9bb8('kodg',0x4e5,0x463,_0x5e9f08._0x35b6f9)]();}function updateDomainCommand(_0x120c13){const _0x31d926={_0x2a25de:'w(Gt',_0x1d63ac:0xaf,_0x36a8dd:0x4da,_0x14135e:0x4b1,_0x3a026c:'SD)r',_0x38ba73:0xf5,_0x203016:'4Jw2',_0x2a5cd6:0x50e,_0x189272:0x461,_0x13c9ec:0x49d,_0x1c724e:0x4f8,_0x22f38b:0x4fc,_0x24fc8d:'aion',_0x5e3d70:0x4c2,_0x3e0e81:0x520,_0x29df94:'td9L',_0x2ffa11:0x499,_0x3ce410:'6I$r',_0x50bec6:0x4d2,_0x1221f5:0x519,_0x396860:0x4aa,_0x593a79:'J#$s',_0x4fdb41:0x495,_0x31864d:0x4a8,_0x172666:'yxxK',_0x3ea630:0x53d,_0x5b8069:0x530,_0x58ce01:'TaaA',_0x46262d:0x505,_0x398c39:0x556,_0x104265:0x416,_0x204ecb:0x494,_0xd89ba6:'ThWF',_0x474d60:0xbd,_0x2a1825:0x131,_0xe8bb9e:'90bO',_0x35c0bf:0xe6,_0x335fec:0xb8,_0x3dbe1c:0x526},_0x191116={_0x300d2d:0x193,_0x55914a:0xb},_0x1c53de={};function _0x32bb65(_0x592727,_0x44f394,_0x2f991c,_0x40e6c5){return _0x34b516(_0x592727-0x17c,_0x44f394- -0x4a7,_0x592727,_0x40e6c5-0x189);}function _0x154f5e(_0x16ca53,_0x535759,_0xa6a395,_0x13a73d){return _0x82f28d(_0x16ca53-_0x191116._0x300d2d,_0x535759-0xc2,_0xa6a395-_0x191116._0x55914a,_0x13a73d);}_0x1c53de[_0x32bb65(_0x31d926._0x2a25de,0x62,0xa5,_0x31d926._0x1d63ac)]=_0x154f5e(0x440,_0x31d926._0x36a8dd,_0x31d926._0x14135e,_0x31d926._0x3a026c)+_0x32bb65('*oV6',0x9e,_0x31d926._0x38ba73,0x114);const _0xb4942c=_0x1c53de,_0x1b7a4b=services_1[_0x154f5e(0x496,0x4d2,0x4ee,_0x31d926._0x203016)+_0x154f5e(_0x31d926._0x2a5cd6,_0x31d926._0x189272,_0x31d926._0x13c9ec,'pzN!')][_0x154f5e(0x517,_0x31d926._0x1c724e,_0x31d926._0x22f38b,_0x31d926._0x24fc8d)](_0x120c13['id'],{'name':_0x120c13[_0x154f5e(_0x31d926._0x5e3d70,0x565,_0x31d926._0x3e0e81,_0x31d926._0x29df94)],'content':_0x120c13[_0x154f5e(0x44b,0x41f,_0x31d926._0x2ffa11,_0x31d926._0x3ce410)]});_0x1b7a4b[_0x154f5e(_0x31d926._0x50bec6,_0x31d926._0x1221f5,_0x31d926._0x396860,_0x31d926._0x593a79)]?console[_0x154f5e(0x468,_0x31d926._0x4fdb41,_0x31d926._0x31864d,_0x31d926._0x172666)](chalk_1[_0x154f5e(0x594,_0x31d926._0x3ea630,_0x31d926._0x5b8069,_0x31d926._0x58ce01)]['green'](_0xb4942c[_0x154f5e(_0x31d926._0x46262d,_0x31d926._0x398c39,0x4fe,'V)Sk')])):console[_0x154f5e(_0x31d926._0x104265,0x4cd,_0x31d926._0x204ecb,'1!b6')](chalk_1[_0x32bb65(_0x31d926._0xd89ba6,_0x31d926._0x474d60,_0x31d926._0x2a1825,0xc6)][_0x32bb65(_0x31d926._0xe8bb9e,0x98,_0x31d926._0x35c0bf,0x6d)](_0x32bb65('aNVX',0x6a,0x7e,_0x31d926._0x335fec)+_0x1b7a4b[_0x154f5e(0x508,_0x31d926._0x3dbe1c,0x517,'kodg')]+'\x0a'));}function deleteDomainCommand(_0x2d645a){const _0x2eb04b={_0x547079:0x34a,_0x511463:0x374,_0x2c1b33:'Dlsi',_0x4cb44f:0x304,_0x15acc6:0x2d9,_0xa6bc6a:0x190,_0x1509a0:0x1b8,_0x3a065b:0x179,_0x4a5bc7:'aion',_0xe93280:0x261,_0x4b81c8:0x235,_0xd60d30:'*oV6',_0x2dfe57:0x234,_0x5b7b66:'kodg',_0x4d6a50:'SD)r',_0x28e60e:0x2dc,_0x3760cc:0x2e7,_0x533535:'QX(*',_0x2a0295:0x2c4,_0x35b5bb:0x1ba,_0x120fcd:0x201,_0x182707:'AnzO',_0x1d6110:0x103,_0x29be27:'1!b6',_0x2f94fa:0x261,_0x348699:0x202,_0xb642d4:'@#0t',_0xfa0711:'90bO',_0x4502d8:0x2cf,_0x5c45c1:0x288,_0x4869c2:0x129,_0x57c62c:0x117,_0x25e6e5:0x15a,_0x10c0bc:0x1d0,_0x370760:0x1f9,_0x146422:0x210,_0x4bdda9:0x2db,_0x3f7ac3:0x2c9,_0x4b05fb:'td9L',_0x1821df:0x285,_0x1f5c21:0x273,_0x1fea5f:0x2f2,_0x19f564:0x160,_0x183244:0x15c,_0x382586:0x230,_0xf3e25b:0x28a,_0x5ae87d:0x22e,_0x5576b7:'SD)r',_0x4c0bea:0x33c,_0x48d7aa:0x396,_0x4cd50f:0x212,_0x3b7ca9:0x12e,_0x8e6b22:0x1a1,_0x545f0b:0x156,_0x5dcbbe:'EZC)',_0x54a08e:0x35b,_0x1cccd6:0x288,_0x5e9f8c:'SD)r',_0x37309f:'UY)U',_0x272352:0x1c9,_0x47221b:0x188,_0x535eca:0x200,_0x2fa689:'@#0t',_0x1eb3fb:0x259,_0x1ce062:0x1ef,_0x3a295b:'ZDct',_0x487057:0x24e,_0x128335:0x2fe,_0x859441:0x34e,_0x25a164:0x116,_0x23fee4:0x185,_0x4f0268:'h#@S',_0x22fca3:0x25b,_0x295a56:0x2be,_0x4587f2:'TaaA',_0x54acc3:0x336,_0x48f3e0:0x292,_0x2c57d7:'*efr',_0x341a5a:0x19f,_0xa3e181:0x17f,_0xc4de0d:'ThWF',_0x3e2834:0x1b1,_0xa9b37f:0x1fe,_0x351daa:'9Rl3',_0x30a368:0x27e,_0x4598ca:0x2dd,_0x5be0a1:0x2ec,_0xe8fe70:0x1b2,_0x4fff91:'Dlsi',_0x435067:0x1c0,_0x473e2c:0x19c,_0xc48c6f:0x1ac,_0x428547:0x1ab,_0x5427a0:0x110,_0x4c625f:0x197,_0x2e7f1c:0x196,_0x10a791:0x27b,_0x399d02:0x1ff,_0x572d6e:'ZDct',_0x3e2b28:0x253,_0x5ece5b:0x299,_0x224832:0x1d1,_0x19119f:0x231,_0x344dca:0x1aa,_0x87cc0:0x16c,_0x43193c:'4Jw2',_0x2659dd:'LZ1n',_0x40ab7e:0x2bb,_0x282147:0x2de,_0xf16fab:0x223,_0xd7c128:0x366,_0x36ff61:0x1c7,_0xeb7356:0x1dc,_0x4a0626:0x163,_0x1a467b:'x4sq',_0x3da482:0x32b},_0x7ac16f={_0x3c72cb:0xa7},_0x446f6b={_0x2592dc:0x1d8},_0x360035={};_0x360035[_0x9ce01('NPW^',_0x2eb04b._0x547079,0x324,_0x2eb04b._0x511463)]=function(_0x2fd7d9,_0x3e4dad){return _0x2fd7d9===_0x3e4dad;},_0x360035[_0x9ce01(_0x2eb04b._0x2c1b33,0x2f8,0x297,0x2d3)]=_0x9ce01('6I$r',0x2f9,_0x2eb04b._0x4cb44f,_0x2eb04b._0x15acc6)+'s\x20found\x0a',_0x360035['TUsFL']=_0x3b94a3(-_0x2eb04b._0xa6bc6a,-_0x2eb04b._0x1509a0,-_0x2eb04b._0x3a065b,_0x2eb04b._0x4a5bc7)+_0x3b94a3(-0x2b1,-_0x2eb04b._0xe93280,-_0x2eb04b._0x4b81c8,_0x2eb04b._0xd60d30)+_0x3b94a3(-0x2a5,-0x212,-_0x2eb04b._0x2dfe57,_0x2eb04b._0x5b7b66)+_0x9ce01(_0x2eb04b._0x4d6a50,_0x2eb04b._0x28e60e,_0x2eb04b._0x3760cc,0x271)+_0x9ce01(_0x2eb04b._0x533535,_0x2eb04b._0x2a0295,0x2bc,0x336)+_0x3b94a3(-_0x2eb04b._0x35b5bb,-0x1c3,-_0x2eb04b._0x120fcd,'ZCU('),_0x360035[_0x3b94a3(-0x275,-0x201,-0x236,_0x2eb04b._0x182707)]='\x20\x20────────'+_0x3b94a3(-_0x2eb04b._0x1d6110,-0x12b,-0x149,_0x2eb04b._0x29be27)+'──────────'+_0x9ce01(_0x2eb04b._0x182707,_0x2eb04b._0x2f94fa,0x25f,0x217)+_0x3b94a3(-_0x2eb04b._0x2f94fa,-0x1ea,-_0x2eb04b._0x348699,_0x2eb04b._0xb642d4)+_0x9ce01(_0x2eb04b._0xfa0711,_0x2eb04b._0x4502d8,_0x2eb04b._0x5c45c1,0x26d),_0x360035[_0x3b94a3(-_0x2eb04b._0x4869c2,-_0x2eb04b._0x57c62c,-0x145,'aNVX')]=_0x3b94a3(-_0x2eb04b._0x25e6e5,-_0x2eb04b._0x10c0bc,-0x1c4,'UY)U'),_0x360035[_0x3b94a3(-_0x2eb04b._0x370760,-_0x2eb04b._0x146422,-0x1f6,'NPW^')]=_0x9ce01('V9ZV',_0x2eb04b._0x4bdda9,_0x2eb04b._0x3f7ac3,0x2d4)+'deleted\x0a';function _0x3b94a3(_0x491534,_0x30690c,_0x3158a7,_0x4ffb9e){return _0x82f28d(_0x491534-0x8b,_0x30690c-_0x446f6b._0x2592dc,_0x3158a7- -0x697,_0x4ffb9e);}_0x360035['DSsDb']=function(_0x3e82f2,_0x15db9c){return _0x3e82f2===_0x15db9c;},_0x360035[_0x9ce01(_0x2eb04b._0x4b05fb,_0x2eb04b._0x1821df,_0x2eb04b._0x1f5c21,_0x2eb04b._0x1fea5f)]=_0x3b94a3(-_0x2eb04b._0x19f564,-_0x2eb04b._0x183244,-0x14c,'vE7J');const _0x374069=_0x360035;function _0x9ce01(_0x341932,_0x543f86,_0x238a2f,_0xabbde2){return _0x34b516(_0x341932-_0x7ac16f._0x3c72cb,_0x543f86- -0x261,_0x341932,_0xabbde2-0xc5);}const _0x13b1d9=services_1[_0x3b94a3(-_0x2eb04b._0x382586,-_0x2eb04b._0xf3e25b,-_0x2eb04b._0x5ae87d,'E#Gb')+_0x9ce01(_0x2eb04b._0x5576b7,_0x2eb04b._0x4c0bea,0x2fb,_0x2eb04b._0x48d7aa)][_0x3b94a3(-_0x2eb04b._0x4cd50f,-_0x2eb04b._0x3b7ca9,-_0x2eb04b._0x8e6b22,'2*Ad')](_0x2d645a['id']);if(_0x13b1d9[_0x3b94a3(-0x1b3,-_0x2eb04b._0x545f0b,-0x166,'UY)U')])console['log'](chalk_1[_0x9ce01(_0x2eb04b._0x5dcbbe,0x2f6,_0x2eb04b._0x54a08e,_0x2eb04b._0x1cccd6)][_0x9ce01(_0x2eb04b._0x5e9f8c,0x323,0x2cb,0x322)](_0x374069[_0x3b94a3(-0x17a,-0x18e,-0x15b,'8cV0')]));else{if(_0x374069[_0x3b94a3(-0xd6,-0x12c,-0x143,_0x2eb04b._0x37309f)](_0x374069[_0x3b94a3(-_0x2eb04b._0x272352,-_0x2eb04b._0x47221b,-_0x2eb04b._0x535eca,_0x2eb04b._0x2fa689)],_0x374069[_0x9ce01('()Up',_0x2eb04b._0x1eb3fb,0x2ce,_0x2eb04b._0x1ce062)]))console[_0x3b94a3(-0x169,-0x14c,-0x1c2,_0x2eb04b._0x3a295b)](chalk_1[_0x3b94a3(-0x1c6,-0x1c5,-0x162,'yxxK')][_0x9ce01('ifU(',0x28e,_0x2eb04b._0x487057,0x216)](_0x9ce01('E#Gb',_0x2eb04b._0x128335,0x2ef,_0x2eb04b._0x859441)+_0x13b1d9[_0x3b94a3(-0x1b0,-_0x2eb04b._0x25a164,-_0x2eb04b._0x23fee4,'yxxK')]+'\x0a'));else{const _0xe69d63=_0x823bf4['domainServ'+_0x3b94a3(-0x293,-0x213,-0x238,'aNVX')][_0x3b94a3(-0x223,-0x1ab,-0x1df,_0x2eb04b._0x4f0268)]();if(_0x374069['tVpmk'](_0xe69d63[_0x9ce01('*oV6',_0x2eb04b._0x22fca3,_0x2eb04b._0x295a56,0x245)],-0x1*0xce7+0xdbd+-0xd6)){_0x3191aa[_0x9ce01(_0x2eb04b._0x4587f2,_0x2eb04b._0x54acc3,0x2df,0x2c3)](_0xfce9f1[_0x3b94a3(-_0x2eb04b._0x48f3e0,-0x244,-0x221,_0x2eb04b._0x2c57d7)][_0x3b94a3(-0x132,-0x1d3,-_0x2eb04b._0x341a5a,'%MQt')](_0x374069[_0x3b94a3(-0x192,-0x196,-_0x2eb04b._0xa3e181,_0x2eb04b._0xc4de0d)]));return;}_0x48acf7[_0x3b94a3(-0x1c0,-_0x2eb04b._0x3e2834,-_0x2eb04b._0xa9b37f,_0x2eb04b._0x351daa)](_0x124353[_0x3b94a3(-_0x2eb04b._0x30a368,-0x21f,-0x219,'ZDct')][_0x9ce01(_0x2eb04b._0x3a295b,_0x2eb04b._0x4598ca,_0x2eb04b._0x5be0a1,0x2a2)](_0x3b94a3(-0x25e,-_0x2eb04b._0xe8fe70,-0x214,_0x2eb04b._0x4fff91)+'\x20('+_0xe69d63[_0x3b94a3(-_0x2eb04b._0x435067,-_0x2eb04b._0x473e2c,-_0x2eb04b._0xc48c6f,'QX(*')]+')\x0a')),_0x22d04d[_0x3b94a3(-0x23e,-_0x2eb04b._0x428547,-0x1e0,'UY)U')](_0x374069[_0x3b94a3(-0x1d3,-_0x2eb04b._0x5427a0,-0x164,_0x2eb04b._0xd60d30)]),_0x54a344[_0x3b94a3(-0x13e,-_0x2eb04b._0x4c625f,-_0x2eb04b._0x2e7f1c,_0x2eb04b._0x5e9f8c)](_0x374069[_0x9ce01('w(Gt',_0x2eb04b._0x10a791,_0x2eb04b._0x399d02,0x29f)]);for(const _0x3d1d84 of _0xe69d63){const _0x484e48=_0x3d1d84[_0x9ce01(_0x2eb04b._0x572d6e,0x2a5,_0x2eb04b._0x3e2b28,_0x2eb04b._0x5ece5b)]?_0xc4de40[_0x3b94a3(-_0x2eb04b._0x224832,-0x26a,-0x219,_0x2eb04b._0x3a295b)][_0x3b94a3(-0x16b,-0x134,-0x157,'E#Gb')](_0x374069[_0x9ce01('90bO',0x2a6,_0x2eb04b._0x19119f,0x2ee)]):_0x3bfdc9[_0x3b94a3(-_0x2eb04b._0x344dca,-0x1a1,-_0x2eb04b._0x87cc0,_0x2eb04b._0x43193c)][_0x9ce01(_0x2eb04b._0x2659dd,0x27c,_0x2eb04b._0x40ab7e,_0x2eb04b._0x282147)]('No');_0x7622c5[_0x3b94a3(-0x1c0,-0x278,-_0x2eb04b._0xf16fab,'%MQt')]('\x20\x20'+_0x3d1d84['id'][_0x9ce01('x4sq',0x328,_0x2eb04b._0xd7c128,0x337)](-0x3*0x1d9+0x15e6+-0x1cf*0x9)+'\x20'+(_0x3d1d84[_0x9ce01('aion',0x2b2,0x2da,0x241)]||'')['slice'](-0x2*0x11b9+-0x139+0x24ab,0x1714+0x1*0x6f1+0x4fd*-0x6)[_0x3b94a3(-_0x2eb04b._0x36ff61,-_0x2eb04b._0xeb7356,-_0x2eb04b._0x4a0626,_0x2eb04b._0x1a467b)](-0x3*-0xa77+-0x2690+0x742)+'\x20'+_0x484e48);}_0x894b45[_0x9ce01(_0x2eb04b._0x4b05fb,0x349,_0x2eb04b._0x3da482,0x2d9)]();}}}
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Domain CLI Commands
|
|
4
|
+
*/
|
|
5
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
7
|
+
};
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.createDomainCommand = createDomainCommand;
|
|
10
|
+
exports.getDomainCommand = getDomainCommand;
|
|
11
|
+
exports.listDomainsCommand = listDomainsCommand;
|
|
12
|
+
exports.updateDomainCommand = updateDomainCommand;
|
|
13
|
+
exports.deleteDomainCommand = deleteDomainCommand;
|
|
14
|
+
const chalk_1 = __importDefault(require("chalk"));
|
|
15
|
+
const services_1 = require("../../core/services");
|
|
16
|
+
/**
|
|
17
|
+
* Create domain
|
|
18
|
+
*/
|
|
19
|
+
function createDomainCommand(options) {
|
|
20
|
+
const result = services_1.domainService.create({
|
|
21
|
+
id: options.id,
|
|
22
|
+
name: options.name,
|
|
23
|
+
content: options.content
|
|
24
|
+
});
|
|
25
|
+
if (result.success) {
|
|
26
|
+
console.log(chalk_1.default.green('\n✓ Domain created successfully'));
|
|
27
|
+
console.log(` ID: ${result.domain?.id}`);
|
|
28
|
+
console.log(` Name: ${result.domain?.name}\n`);
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Get domain
|
|
36
|
+
*/
|
|
37
|
+
function getDomainCommand(options) {
|
|
38
|
+
const domain = services_1.domainService.getById(options.id);
|
|
39
|
+
if (!domain) {
|
|
40
|
+
console.log(chalk_1.default.red('\nDomain not found\n'));
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
console.log(chalk_1.default.cyan('\n🏢 Domain Details\n'));
|
|
44
|
+
console.log(` ID: ${domain.id}`);
|
|
45
|
+
console.log(` Name: ${domain.name}`);
|
|
46
|
+
console.log(` Preset: ${domain.is_preset ? 'Yes' : 'No'}`);
|
|
47
|
+
if (domain.content) {
|
|
48
|
+
console.log(` Content: ${domain.content.slice(0, 100)}...`);
|
|
49
|
+
}
|
|
50
|
+
console.log();
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* List domains
|
|
54
|
+
*/
|
|
55
|
+
function listDomainsCommand() {
|
|
56
|
+
const domains = services_1.domainService.listAll();
|
|
57
|
+
if (domains.length === 0) {
|
|
58
|
+
console.log(chalk_1.default.dim('\nNo domains found\n'));
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
console.log(chalk_1.default.cyan(`\n🏢 Domains (${domains.length})\n`));
|
|
62
|
+
console.log(' ID Name Preset');
|
|
63
|
+
console.log(' ──────────────────────────────────────────────────────');
|
|
64
|
+
for (const domain of domains) {
|
|
65
|
+
const preset = domain.is_preset ? chalk_1.default.green('Yes') : chalk_1.default.dim('No');
|
|
66
|
+
console.log(` ${domain.id.padEnd(20)} ${(domain.name || '').slice(0, 23).padEnd(23)} ${preset}`);
|
|
67
|
+
}
|
|
68
|
+
console.log();
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Update domain
|
|
72
|
+
*/
|
|
73
|
+
function updateDomainCommand(options) {
|
|
74
|
+
const result = services_1.domainService.update(options.id, {
|
|
75
|
+
name: options.name,
|
|
76
|
+
content: options.content
|
|
77
|
+
});
|
|
78
|
+
if (result.success) {
|
|
79
|
+
console.log(chalk_1.default.green('\n✓ Domain updated\n'));
|
|
80
|
+
}
|
|
81
|
+
else {
|
|
82
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Delete domain
|
|
87
|
+
*/
|
|
88
|
+
function deleteDomainCommand(options) {
|
|
89
|
+
const result = services_1.domainService.delete(options.id);
|
|
90
|
+
if (result.success) {
|
|
91
|
+
console.log(chalk_1.default.green('\n✓ Domain deleted\n'));
|
|
92
|
+
}
|
|
93
|
+
else {
|
|
94
|
+
console.log(chalk_1.default.red(`\n✗ ${result.message}\n`));
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
//# sourceMappingURL=domain.command.js.map
|