@lovrabet/lovrabet-cli 2.0.5-beta.0 → 2.0.5-beta.2

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.
Files changed (65) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/app/cache.js +1 -1
  3. package/lib/commands/app/definitions.js +1 -1
  4. package/lib/commands/app/mock-loader.js +1 -1
  5. package/lib/commands/app/remote-source.js +1 -1
  6. package/lib/commands/app/shared.js +1 -1
  7. package/lib/commands/auth/index.js +1 -1
  8. package/lib/commands/auth/prompt.js +1 -1
  9. package/lib/commands/bff/detail.js +1 -1
  10. package/lib/commands/bff/exec.js +1 -1
  11. package/lib/commands/bff/index.js +1 -1
  12. package/lib/commands/common/config-policy.js +1 -1
  13. package/lib/commands/common/constraints.js +1 -1
  14. package/lib/commands/common/flags.js +1 -1
  15. package/lib/commands/config/definitions.js +1 -1
  16. package/lib/commands/config/shared.js +1 -1
  17. package/lib/commands/data/index.js +1 -1
  18. package/lib/commands/dataset/detail.js +1 -1
  19. package/lib/commands/dataset/index.js +1 -1
  20. package/lib/commands/dataset/list.js +1 -1
  21. package/lib/commands/doctor.js +1 -1
  22. package/lib/commands/init.js +1 -1
  23. package/lib/commands/logs/index.js +1 -1
  24. package/lib/commands/registry.js +1 -1
  25. package/lib/commands/schema.js +1 -1
  26. package/lib/commands/skill/index.js +1 -1
  27. package/lib/commands/sql/detail.js +1 -1
  28. package/lib/commands/sql/exec.js +1 -1
  29. package/lib/commands/sql/index.js +1 -1
  30. package/lib/config/schema.js +1 -1
  31. package/lib/constant/auth-mode.js +1 -1
  32. package/lib/constant/cli.js +1 -1
  33. package/lib/constant/defaults.js +1 -1
  34. package/lib/constant/domain.js +1 -1
  35. package/lib/constant/env.js +1 -1
  36. package/lib/constant/output.js +1 -1
  37. package/lib/constant/risk.js +1 -1
  38. package/lib/constant/url.js +1 -1
  39. package/lib/context.js +1 -1
  40. package/lib/core/api-client.js +1 -1
  41. package/lib/core/db-resolver.js +1 -1
  42. package/lib/core/sdk-client.js +1 -1
  43. package/lib/errors.js +1 -1
  44. package/lib/framework/build-all-flags.js +1 -1
  45. package/lib/framework/dryrun.js +1 -1
  46. package/lib/framework/flags.js +1 -1
  47. package/lib/framework/help.js +1 -1
  48. package/lib/framework/index.js +1 -1
  49. package/lib/framework/output.js +1 -1
  50. package/lib/framework/preparse.js +1 -1
  51. package/lib/framework/response.js +1 -1
  52. package/lib/framework/runner-confirmation.js +1 -1
  53. package/lib/framework/runner-error.js +1 -1
  54. package/lib/framework/runner.js +1 -1
  55. package/lib/framework/schema-export.js +1 -1
  56. package/lib/framework/types.js +1 -1
  57. package/lib/help.js +1 -1
  58. package/lib/skills/npx-skills-add.js +1 -1
  59. package/lib/utils/apply-jq-filter.js +1 -1
  60. package/lib/utils/logger.js +1 -1
  61. package/lib/utils/params.js +1 -1
  62. package/lib/utils/platform.js +1 -1
  63. package/lib/utils/version.js +1 -1
  64. package/lib/utils/write-cli-side-channel.js +1 -1
  65. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- (function(_0x41d88d,_0x30a2c4){const _0x36d06b=a0_0x4e7e,_0x1d12b2=_0x41d88d();while(!![]){try{const _0x440708=parseInt(_0x36d06b(0x20b))/0x1*(parseInt(_0x36d06b(0x20e))/0x2)+parseInt(_0x36d06b(0x212))/0x3*(parseInt(_0x36d06b(0x219))/0x4)+-parseInt(_0x36d06b(0x201))/0x5+parseInt(_0x36d06b(0x1f6))/0x6*(parseInt(_0x36d06b(0x208))/0x7)+-parseInt(_0x36d06b(0x20a))/0x8*(parseInt(_0x36d06b(0x211))/0x9)+parseInt(_0x36d06b(0x1fb))/0xa*(parseInt(_0x36d06b(0x1f8))/0xb)+parseInt(_0x36d06b(0x203))/0xc*(-parseInt(_0x36d06b(0x209))/0xd);if(_0x440708===_0x30a2c4)break;else _0x1d12b2['push'](_0x1d12b2['shift']());}catch(_0x27d77b){_0x1d12b2['push'](_0x1d12b2['shift']());}}}(a0_0x5e3e,0x50adc));import{jsx as a0_0x297ac5}from'react/jsx-runtime';import a0_0x46f185 from'meow';import{render}from'ink';import{Help}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{buildConfigFromFlags,initGlobalEnvironment}from'./context.js';import{isKnownService,getServiceEntry,findDefinition,getAllDefinitions}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{buildMeowFlags}from'./constant/cli.js';const helpText=generateFullHelp(),cli=a0_0x46f185(helpText,{'importMeta':import.meta,'flags':buildMeowFlags(),'autoVersion':!![]});function a0_0x4e7e(_0x258a17,_0x4f2a0e){_0x258a17=_0x258a17-0x1f4;const _0x5e3eeb=a0_0x5e3e();let _0x4e7e5f=_0x5e3eeb[_0x258a17];return _0x4e7e5f;}void main()['catch'](handleError);async function main(){try{await run();}catch(_0x1859d4){handleError(_0x1859d4);}}function a0_0x5e3e(){const _0xc252b4=['21uvqJAp','[preparse]\x20','ERR_USE_AFTER_CLOSE','19226iIIJVh','name','cancelled','36QojgZK','2379yyPwaw','unknownCommand','defaultCommand','\x0aCancelled.\x0a','flags','flatMap','stderr','284nqBrIF','input','message','write','359274eBtgUD','Hint:\x20','2500883GZRhpp','handler','Unexpected\x20error:','10KGVVYE','log','hint','\x20->\x20--',':\x20--','error','1029795ZVTMVA','length','1908woWyWQ','help','./framework/preparse.js','exit','code','77mwtLZE','24245evAOgy','622488paQfsT'];a0_0x5e3e=function(){return _0xc252b4;};return a0_0x5e3e();}async function run(){const _0x49df51=a0_0x4e7e;let _0x250e22=cli[_0x49df51(0x21a)][0x0],_0x44129c=cli[_0x49df51(0x21a)][0x1];const _0x4525fc=cli[_0x49df51(0x216)];try{const {correctFlags:_0x549fd6}=await import(_0x49df51(0x205)),_0x2aeb98=getAllDefinitions()[_0x49df51(0x217)](_0x1f1f29=>_0x1f1f29[_0x49df51(0x216)]??[]),{flags:_0x3d9672,corrections:_0x571a53}=_0x549fd6(_0x4525fc,_0x2aeb98);if(_0x571a53[_0x49df51(0x202)]>0x0){for(const _0x5b9d4c of _0x571a53){process[_0x49df51(0x218)][_0x49df51(0x1f5)](_0x49df51(0x20c)+_0x5b9d4c[_0x49df51(0x1f9)]+_0x49df51(0x1ff)+_0x5b9d4c['original']+_0x49df51(0x1fe)+_0x5b9d4c['corrected']+'\x0a');}Object['assign'](_0x4525fc,_0x3d9672);}}catch{}if(!_0x250e22||!isKnownService(_0x250e22)){const {waitUntilExit:_0x277eea}=render(a0_0x297ac5(Help,{}));await _0x277eea();return;}const _0x59faf9=getServiceEntry(_0x250e22);if(!_0x44129c){if(_0x4525fc[_0x49df51(0x204)]){console[_0x49df51(0x1fc)](generateServiceHelp(_0x250e22));return;}if(_0x59faf9[_0x49df51(0x214)])_0x44129c=_0x59faf9[_0x49df51(0x214)];else{console[_0x49df51(0x1fc)](generateServiceHelp(_0x250e22));return;}}const _0x198d42=findDefinition(_0x250e22,_0x44129c);!_0x198d42&&(console[_0x49df51(0x1fc)](generateServiceHelp(_0x250e22)),handleError(CliErrors[_0x49df51(0x213)](_0x250e22+'\x20'+_0x44129c)));if(_0x4525fc[_0x49df51(0x204)]){console[_0x49df51(0x1fc)](generateCommandHelp(_0x198d42));return;}const _0x1f4524=buildConfigFromFlags(_0x4525fc);await initGlobalEnvironment(_0x1f4524);const _0x37dc07=createPipelineEnv(_0x1f4524,_0x4525fc);_0x37dc07['args']=cli[_0x49df51(0x21a)]['slice'](0x2),await runCommand(_0x198d42,_0x37dc07);}function handleError(_0x3d2d3e){const _0xa8e1bb=a0_0x4e7e;if(_0x3d2d3e instanceof CliError){_0x3d2d3e['code']===_0xa8e1bb(0x210)&&(process['stderr']['write'](_0xa8e1bb(0x215)),process['exit'](0x0));console['error']('Error:\x20'+_0x3d2d3e[_0xa8e1bb(0x1f4)]);if(_0x3d2d3e[_0xa8e1bb(0x1fd)])console[_0xa8e1bb(0x200)](_0xa8e1bb(0x1f7)+_0x3d2d3e[_0xa8e1bb(0x1fd)]);process[_0xa8e1bb(0x206)](_0x3d2d3e['exitCode']);}isUserCancellation(_0x3d2d3e)&&(process['stderr'][_0xa8e1bb(0x1f5)](_0xa8e1bb(0x215)),process[_0xa8e1bb(0x206)](0x0)),console[_0xa8e1bb(0x200)](_0xa8e1bb(0x1fa),_0x3d2d3e),process[_0xa8e1bb(0x206)](0x1);}function isUserCancellation(_0x1a4c47){const _0x5459a4=a0_0x4e7e;if(!(_0x1a4c47 instanceof Error))return![];if(_0x1a4c47[_0x5459a4(0x20f)]==='ExitPromptError')return!![];if(_0x1a4c47[_0x5459a4(0x207)]===_0x5459a4(0x20d))return!![];if(_0x1a4c47['code']==='ERR_STREAM_DESTROYED')return!![];return![];}
2
+ const a0_0x8b2c4d=a0_0x4b11;(function(_0x36d4ce,_0x5413bf){const _0x4298b5=a0_0x4b11,_0x43392d=_0x36d4ce();while(!![]){try{const _0x3bd667=parseInt(_0x4298b5(0x146))/0x1*(-parseInt(_0x4298b5(0x124))/0x2)+-parseInt(_0x4298b5(0x11f))/0x3+-parseInt(_0x4298b5(0x148))/0x4+-parseInt(_0x4298b5(0x140))/0x5+parseInt(_0x4298b5(0x122))/0x6*(-parseInt(_0x4298b5(0x128))/0x7)+parseInt(_0x4298b5(0x138))/0x8*(-parseInt(_0x4298b5(0x142))/0x9)+parseInt(_0x4298b5(0x12e))/0xa*(parseInt(_0x4298b5(0x132))/0xb);if(_0x3bd667===_0x5413bf)break;else _0x43392d['push'](_0x43392d['shift']());}catch(_0x28827f){_0x43392d['push'](_0x43392d['shift']());}}}(a0_0x18ae,0x34996));import{jsx as a0_0x2654a0}from'react/jsx-runtime';function a0_0x18ae(){const _0x2aba6f=['code',':\x20--','24LrWOnA','original','help','log','slice','defaultCommand','error','ERR_STREAM_DESTROYED','1011755XPCxHF','exitCode','415746ncwTgX','flags','Error:\x20','write','203815rWOuGB','handler','1593008foAzig','cancelled','843834qwjdwZ','corrected','stderr','132NWMGwa','input','2oGbgOb','unknownCommand','name','exit','93254TwUYoq','Hint:\x20','assign','catch','[preparse]\x20','args','1940LlYwqD','./framework/preparse.js','hint','ERR_USE_AFTER_CLOSE','98252UaUZoY','flatMap','length','\x0aCancelled.\x0a'];a0_0x18ae=function(){return _0x2aba6f;};return a0_0x18ae();}function a0_0x4b11(_0x3756ce,_0x1011db){_0x3756ce=_0x3756ce-0x11f;const _0x18ae04=a0_0x18ae();let _0x4b1133=_0x18ae04[_0x3756ce];return _0x4b1133;}import a0_0x55810b from'meow';import{render}from'ink';import{Help}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{buildConfigFromFlags,initGlobalEnvironment}from'./context.js';import{isKnownService,getServiceEntry,findDefinition,getAllDefinitions}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{buildMeowFlags}from'./constant/cli.js';const helpText=generateFullHelp(),cli=a0_0x55810b(helpText,{'importMeta':import.meta,'flags':buildMeowFlags(),'autoVersion':!![]});void main()[a0_0x8b2c4d(0x12b)](handleError);async function main(){try{await run();}catch(_0x456414){handleError(_0x456414);}}async function run(){const _0x4879f6=a0_0x8b2c4d;let _0x1dd45a=cli[_0x4879f6(0x123)][0x0],_0x5db701=cli[_0x4879f6(0x123)][0x1];const _0x3c82f9=cli[_0x4879f6(0x143)];try{const {correctFlags:_0x93440}=await import(_0x4879f6(0x12f)),_0x145cba=getAllDefinitions()[_0x4879f6(0x133)](_0x2b5df7=>_0x2b5df7['flags']??[]),{flags:_0x2811d8,corrections:_0x1f8c30}=_0x93440(_0x3c82f9,_0x145cba);if(_0x1f8c30[_0x4879f6(0x134)]>0x0){for(const _0x33bf67 of _0x1f8c30){process[_0x4879f6(0x121)][_0x4879f6(0x145)](_0x4879f6(0x12c)+_0x33bf67[_0x4879f6(0x147)]+_0x4879f6(0x137)+_0x33bf67[_0x4879f6(0x139)]+'\x20->\x20--'+_0x33bf67[_0x4879f6(0x120)]+'\x0a');}Object[_0x4879f6(0x12a)](_0x3c82f9,_0x2811d8);}}catch{}if(!_0x1dd45a||!isKnownService(_0x1dd45a)){const {waitUntilExit:_0x3ab4db}=render(a0_0x2654a0(Help,{}));await _0x3ab4db();return;}const _0x3cab35=getServiceEntry(_0x1dd45a);if(!_0x5db701){if(_0x3c82f9[_0x4879f6(0x13a)]){console[_0x4879f6(0x13b)](generateServiceHelp(_0x1dd45a));return;}if(_0x3cab35[_0x4879f6(0x13d)])_0x5db701=_0x3cab35['defaultCommand'];else{console[_0x4879f6(0x13b)](generateServiceHelp(_0x1dd45a));return;}}const _0x4c6733=findDefinition(_0x1dd45a,_0x5db701);!_0x4c6733&&(console[_0x4879f6(0x13b)](generateServiceHelp(_0x1dd45a)),handleError(CliErrors[_0x4879f6(0x125)](_0x1dd45a+'\x20'+_0x5db701)));if(_0x3c82f9[_0x4879f6(0x13a)]){console[_0x4879f6(0x13b)](generateCommandHelp(_0x4c6733));return;}const _0x5cb81f=buildConfigFromFlags(_0x3c82f9);await initGlobalEnvironment(_0x5cb81f);const _0xd461e6=createPipelineEnv(_0x5cb81f,_0x3c82f9);_0xd461e6[_0x4879f6(0x12d)]=cli[_0x4879f6(0x123)][_0x4879f6(0x13c)](0x2),await runCommand(_0x4c6733,_0xd461e6);}function handleError(_0x5c1d4c){const _0x2da95=a0_0x8b2c4d;if(_0x5c1d4c instanceof CliError){_0x5c1d4c['code']===_0x2da95(0x149)&&(process[_0x2da95(0x121)][_0x2da95(0x145)](_0x2da95(0x135)),process[_0x2da95(0x127)](0x0));console['error'](_0x2da95(0x144)+_0x5c1d4c['message']);if(_0x5c1d4c[_0x2da95(0x130)])console[_0x2da95(0x13e)](_0x2da95(0x129)+_0x5c1d4c[_0x2da95(0x130)]);process[_0x2da95(0x127)](_0x5c1d4c[_0x2da95(0x141)]);}isUserCancellation(_0x5c1d4c)&&(process[_0x2da95(0x121)]['write']('\x0aCancelled.\x0a'),process[_0x2da95(0x127)](0x0)),console[_0x2da95(0x13e)]('Unexpected\x20error:',_0x5c1d4c),process[_0x2da95(0x127)](0x1);}function isUserCancellation(_0x4c5de0){const _0x81e0b1=a0_0x8b2c4d;if(!(_0x4c5de0 instanceof Error))return![];if(_0x4c5de0[_0x81e0b1(0x126)]==='ExitPromptError')return!![];if(_0x4c5de0[_0x81e0b1(0x136)]===_0x81e0b1(0x131))return!![];if(_0x4c5de0[_0x81e0b1(0x136)]===_0x81e0b1(0x13f))return!![];return![];}
@@ -1 +1 @@
1
- (function(_0x11ad50,_0x4a07a4){const _0x3e37c9=a1_0x340a,_0x475792=_0x11ad50();while(!![]){try{const _0x5a7301=parseInt(_0x3e37c9(0x1eb))/0x1*(parseInt(_0x3e37c9(0x1e7))/0x2)+-parseInt(_0x3e37c9(0x1e4))/0x3*(-parseInt(_0x3e37c9(0x1f1))/0x4)+parseInt(_0x3e37c9(0x1e0))/0x5+-parseInt(_0x3e37c9(0x1f6))/0x6+-parseInt(_0x3e37c9(0x1ea))/0x7*(parseInt(_0x3e37c9(0x1e9))/0x8)+parseInt(_0x3e37c9(0x1e2))/0x9+-parseInt(_0x3e37c9(0x1e8))/0xa;if(_0x5a7301===_0x4a07a4)break;else _0x475792['push'](_0x475792['shift']());}catch(_0x2507af){_0x475792['push'](_0x475792['shift']());}}}(a1_0x45db,0x7b8b3));import{createHash}from'node:crypto';import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{homedir}from'node:os';import{dirname,resolve}from'node:path';function a1_0x45db(){const _0x15fefd=['appName','items','sha256','8132SnhoVW','ak_','isArray','update','EXDEV','838212JTEcGy','appCode','2552850KelKgx','trim','4782618grvaPa','code','1326CcWYxV','slice','cache','2636EQzLDa','11816920WMelDi','7526664jPtBVF','7FvNJrf','628wLDceA','utf8','.tmp'];a1_0x45db=function(){return _0x15fefd;};return a1_0x45db();}function fingerprintAccessKey(_0x232f1d){const _0x5972b0=a1_0x340a,_0x499d3b=_0x232f1d[_0x5972b0(0x1e1)](),_0x21cad9=_0x499d3b[_0x5972b0(0x1e5)](-0x6)||'unknown',_0x3702ed=createHash(_0x5972b0(0x1f0))[_0x5972b0(0x1f4)](_0x499d3b)['digest']('hex')[_0x5972b0(0x1e5)](0x0,0xc);return _0x5972b0(0x1f2)+_0x21cad9+'_'+_0x3702ed;}export function getAppCacheFilePath(_0x443404,_0x44836f){const _0x16a234=a1_0x340a;return resolve(homedir(),'.lovrabet',_0x16a234(0x1e6),_0x443404,fingerprintAccessKey(_0x44836f),'my-apps.json');}export function readCachedAppList(_0x36c576,_0x13ba28){const _0x4b65f8=a1_0x340a;if(!_0x13ba28?.[_0x4b65f8(0x1e1)]())return null;const _0x4e2ff9=getAppCacheFilePath(_0x36c576,_0x13ba28);if(!existsSync(_0x4e2ff9))return null;try{const _0x55ecfd=readFileSync(_0x4e2ff9,'utf8');if(!_0x55ecfd['trim']())return null;const _0x5221e2=JSON['parse'](_0x55ecfd);if(!Array[_0x4b65f8(0x1f3)](_0x5221e2[_0x4b65f8(0x1ef)]))return null;return _0x5221e2;}catch{return null;}}function a1_0x340a(_0x359bde,_0x2f0c8a){_0x359bde=_0x359bde-0x1e0;const _0x45db94=a1_0x45db();let _0x340aa7=_0x45db94[_0x359bde];return _0x340aa7;}export function writeCachedAppList(_0x275ee8,_0x157ced,_0x82a6c3){const _0x564df4=a1_0x340a,_0x333c6b=getAppCacheFilePath(_0x275ee8,_0x157ced),_0x4490eb=dirname(_0x333c6b);!existsSync(_0x4490eb)&&mkdirSync(_0x4490eb,{'recursive':!![]});const _0x4dc680=_0x333c6b+_0x564df4(0x1ed);try{writeFileSync(_0x4dc680,JSON['stringify'](_0x82a6c3,null,0x2)+'\x0a',{'encoding':_0x564df4(0x1ec),'mode':0x180});try{renameSync(_0x4dc680,_0x333c6b);}catch(_0x34f012){if(_0x34f012[_0x564df4(0x1e3)]==='EPERM'||_0x34f012['code']===_0x564df4(0x1f5)||_0x34f012[_0x564df4(0x1e3)]==='EACCES'){writeFileSync(_0x333c6b,JSON['stringify'](_0x82a6c3,null,0x2)+'\x0a',{'encoding':_0x564df4(0x1ec)});try{unlinkSync(_0x4dc680);}catch{}}else throw _0x34f012;}}catch(_0x17895f){try{unlinkSync(_0x4dc680);}catch{}throw _0x17895f;}return _0x333c6b;}export function resolveCachedAppCode(_0x207abb,_0x25226a,_0x1fd4cf){const _0x489d76=a1_0x340a;if(!_0x207abb)return undefined;const _0x234ba6=readCachedAppList(_0x25226a,_0x1fd4cf),_0x32276c=_0x234ba6?.[_0x489d76(0x1ef)]['find'](_0x32ff06=>_0x32ff06[_0x489d76(0x1ee)]===_0x207abb);return _0x32276c?.[_0x489d76(0x1f7)]?.[_0x489d76(0x1e1)]()||undefined;}
1
+ (function(_0x3fbce0,_0x597d27){const _0x55a3e5=a1_0x1756,_0x330ade=_0x3fbce0();while(!![]){try{const _0x43fcaa=-parseInt(_0x55a3e5(0x9e))/0x1*(-parseInt(_0x55a3e5(0x92))/0x2)+parseInt(_0x55a3e5(0x95))/0x3+-parseInt(_0x55a3e5(0xa3))/0x4+-parseInt(_0x55a3e5(0x8d))/0x5+-parseInt(_0x55a3e5(0x90))/0x6*(parseInt(_0x55a3e5(0x9d))/0x7)+-parseInt(_0x55a3e5(0x97))/0x8+parseInt(_0x55a3e5(0x8f))/0x9*(parseInt(_0x55a3e5(0xa5))/0xa);if(_0x43fcaa===_0x597d27)break;else _0x330ade['push'](_0x330ade['shift']());}catch(_0x19bbf5){_0x330ade['push'](_0x330ade['shift']());}}}(a1_0x5be8,0xe2050));function a1_0x1756(_0x414b1b,_0x5ce505){_0x414b1b=_0x414b1b-0x8d;const _0x5be8b3=a1_0x5be8();let _0x175617=_0x5be8b3[_0x414b1b];return _0x175617;}import{createHash}from'node:crypto';import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{homedir}from'node:os';import{dirname,resolve}from'node:path';function a1_0x5be8(){const _0x3f4159=['utf8','10JIDwth','appCode','my-apps.json','5025150nubfWD','code','7988643UfKgYe','6294bfEYYH','parse','1420bzoEQb','appName','.tmp','5210613zZCuuZ','sha256','2850288droAzt','slice','stringify','ak_','trim','.lovrabet','4683BffIzT','1877GOGCNy','cache','EXDEV','items','update','3873180NrbLDu'];a1_0x5be8=function(){return _0x3f4159;};return a1_0x5be8();}function fingerprintAccessKey(_0x3244b3){const _0x473d55=a1_0x1756,_0x395c23=_0x3244b3[_0x473d55(0x9b)](),_0x1e1709=_0x395c23[_0x473d55(0x98)](-0x6)||'unknown',_0x1bd42d=createHash(_0x473d55(0x96))[_0x473d55(0xa2)](_0x395c23)['digest']('hex')[_0x473d55(0x98)](0x0,0xc);return _0x473d55(0x9a)+_0x1e1709+'_'+_0x1bd42d;}export function getAppCacheFilePath(_0x1bd471,_0x212434){const _0x31ab57=a1_0x1756;return resolve(homedir(),_0x31ab57(0x9c),_0x31ab57(0x9f),_0x1bd471,fingerprintAccessKey(_0x212434),_0x31ab57(0xa7));}export function readCachedAppList(_0x3892e5,_0xfa568e){const _0x544056=a1_0x1756;if(!_0xfa568e?.['trim']())return null;const _0x12159e=getAppCacheFilePath(_0x3892e5,_0xfa568e);if(!existsSync(_0x12159e))return null;try{const _0x595233=readFileSync(_0x12159e,_0x544056(0xa4));if(!_0x595233[_0x544056(0x9b)]())return null;const _0x2a7541=JSON[_0x544056(0x91)](_0x595233);if(!Array['isArray'](_0x2a7541[_0x544056(0xa1)]))return null;return _0x2a7541;}catch{return null;}}export function writeCachedAppList(_0xce1ff8,_0x453a6a,_0x38713c){const _0x4fe1e5=a1_0x1756,_0x362501=getAppCacheFilePath(_0xce1ff8,_0x453a6a),_0x5f281a=dirname(_0x362501);!existsSync(_0x5f281a)&&mkdirSync(_0x5f281a,{'recursive':!![]});const _0x297324=_0x362501+_0x4fe1e5(0x94);try{writeFileSync(_0x297324,JSON[_0x4fe1e5(0x99)](_0x38713c,null,0x2)+'\x0a',{'encoding':_0x4fe1e5(0xa4),'mode':0x180});try{renameSync(_0x297324,_0x362501);}catch(_0x1448c3){if(_0x1448c3[_0x4fe1e5(0x8e)]==='EPERM'||_0x1448c3[_0x4fe1e5(0x8e)]===_0x4fe1e5(0xa0)||_0x1448c3[_0x4fe1e5(0x8e)]==='EACCES'){writeFileSync(_0x362501,JSON['stringify'](_0x38713c,null,0x2)+'\x0a',{'encoding':_0x4fe1e5(0xa4)});try{unlinkSync(_0x297324);}catch{}}else throw _0x1448c3;}}catch(_0x5cad1e){try{unlinkSync(_0x297324);}catch{}throw _0x5cad1e;}return _0x362501;}export function resolveCachedAppCode(_0x2a37a2,_0x49fdfb,_0x35d6f6){const _0x5d8aef=a1_0x1756;if(!_0x2a37a2)return undefined;const _0x160429=readCachedAppList(_0x49fdfb,_0x35d6f6),_0x2875b1=_0x160429?.[_0x5d8aef(0xa1)]['find'](_0x227f28=>_0x227f28[_0x5d8aef(0x93)]===_0x2a37a2);return _0x2875b1?.[_0x5d8aef(0xa6)]?.[_0x5d8aef(0x9b)]()||undefined;}
@@ -1 +1 @@
1
- function a2_0x2613(){const _0x301266=['Missing\x20app\x20name.','validation','appName','\x20app\x20use\x20<name>\x20[--global]','No\x20cached\x20apps\x20found.','from','local','\x20app(s)\x20for\x20env=\x22','map','Refresh\x20the\x20local\x20app\x20cache\x20from\x20the\x20platform','2752347CTBWjT','bool','3851960TDcEwV','production','../../commands/app/cache.js','Switch\x20the\x20default\x20app','app','write','args','Target\x20environment\x20(default:\x20current\x20env)','Available:\x20','131798XOsulb','isCurrent','List\x20apps\x20available\x20to\x20the\x20current\x20access\x20key','7QUyfXB','Usage:\x20','init','Refreshed\x20app\x20cache\x20with\x20','mergedCli','603dzlaXi','defaultApp','remote','Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','fetchedAt','cachePath','boolean','pull','nonInteractive','accessKey','App\x20\x22','appOwnerName','project-default','22SGxUMC','6766386tYoqZl','appCode','source','global','string','Import\x20the\x20default\x20app\x20selection\x20from\x20a\x20.rabetbase.json\x20file','length','cache','no-cache','Remote\x20app\x20name\x20to\x20activate','appPublishStatus','globalPath','list','envName','type','items','7308785ihXaWG','projectPath','../../context.js','Filter\x20by\x20environment\x20(default:\x20current\x20env)','find','128430LlFBzo','Initialize\x20.lovrabet.json\x20config\x20file','Default\x20app\x20set\x20to\x20\x22','../../commands/app/remote-source.js','name','env','No\x20apps\x20found\x20on\x20the\x20platform.','Read\x20app\x20list\x20from\x20local\x20cache\x20only','\x22\x20not\x20found.','str','2472444PlQhiG','read'];a2_0x2613=function(){return _0x301266;};return a2_0x2613();}const a2_0x56976f=a2_0x49c2;(function(_0xe6a228,_0x2b19a6){const _0x5ec3f8=a2_0x49c2,_0x4b24ec=_0xe6a228();while(!![]){try{const _0xf679a=parseInt(_0x5ec3f8(0x1b4))/0x1*(-parseInt(_0x5ec3f8(0x1c9))/0x2)+parseInt(_0x5ec3f8(0x1f5))/0x3+parseInt(_0x5ec3f8(0x1e9))/0x4+parseInt(_0x5ec3f8(0x1da))/0x5+parseInt(_0x5ec3f8(0x1ca))/0x6*(-parseInt(_0x5ec3f8(0x1b7))/0x7)+-parseInt(_0x5ec3f8(0x1ab))/0x8+parseInt(_0x5ec3f8(0x1bc))/0x9*(parseInt(_0x5ec3f8(0x1df))/0xa);if(_0xf679a===_0x2b19a6)break;else _0x4b24ec['push'](_0x4b24ec['shift']());}catch(_0x57cf87){_0x4b24ec['push'](_0x4b24ec['shift']());}}}(a2_0x2613,0xc304a));import{CliErrors}from'../../errors.js';import{initCreateFlagDefs,initImportFlagDefs,runInit,runInitImport}from'../../commands/init.js';import{getEnv,RUNTIME_ENV_VALUES}from'../../constant/env.js';import{buildAppProfileListFields}from'../../config/schema.js';function a2_0x49c2(_0xe26b04,_0x1f85ca){_0xe26b04=_0xe26b04-0x1ab;const _0x2613cf=a2_0x2613();let _0x49c217=_0x2613cf[_0xe26b04];return _0x49c217;}import{CLI_BIN_NAME,readConfig,writeConfig,scopeLabel,enrichAppListItemsWithMergedSelection}from'../../commands/app/shared.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';const GLOBAL_FLAG={'name':a2_0x56976f(0x1cd),'type':a2_0x56976f(0x1c2),'description':'Use\x20global\x20config\x20scope','default':![]};function collectFlags(_0x5aecc9,_0x3389f6){const _0x6e2da=a2_0x56976f,_0x103bf1={};for(const _0x2fecc4 of _0x3389f6){const _0x3c16f9=_0x2fecc4[_0x6e2da(0x1d8)]==='boolean'?_0x5aecc9[_0x6e2da(0x1f6)](_0x2fecc4[_0x6e2da(0x1e3)]):_0x5aecc9[_0x6e2da(0x1e8)](_0x2fecc4['name']);if(_0x3c16f9!==''&&_0x3c16f9!==![])_0x103bf1[_0x2fecc4[_0x6e2da(0x1e3)]]=_0x3c16f9;}if(_0x5aecc9[_0x6e2da(0x1c4)])_0x103bf1['nonInteractive']=!![];return _0x103bf1;}const initDef={'service':a2_0x56976f(0x1af),'command':a2_0x56976f(0x1b9),'description':a2_0x56976f(0x1e0),'risk':a2_0x56976f(0x1b0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initCreateFlagDefs,async 'execute'(_0x27f1aa){return await runInit(collectFlags(_0x27f1aa,initCreateFlagDefs)),{'ok':!![]};}},listDef={'service':a2_0x56976f(0x1af),'command':a2_0x56976f(0x1d6),'description':a2_0x56976f(0x1b6),'risk':a2_0x56976f(0x1ea),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[{'name':a2_0x56976f(0x1e4),'type':a2_0x56976f(0x1ce),'description':a2_0x56976f(0x1dd),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x56976f(0x1f1),'type':a2_0x56976f(0x1c2),'description':a2_0x56976f(0x1e6),'default':![]},{'name':a2_0x56976f(0x1d2),'type':a2_0x56976f(0x1c2),'description':a2_0x56976f(0x1bf),'default':![]}],async 'execute'(_0x4ac5e0){const _0x94a900=a2_0x56976f,_0x37f6f9=_0x4ac5e0[_0x94a900(0x1e8)]('env')||_0x4ac5e0[_0x94a900(0x1d7)]||getEnv()||_0x94a900(0x1ac),_0x214fd5=_0x4ac5e0[_0x94a900(0x1f6)](_0x94a900(0x1f1)),_0x205505=_0x4ac5e0[_0x94a900(0x1f6)](_0x94a900(0x1d2)),{readRawConfigWithLayers:_0x1e4a0e,resolveDefaultAppSource:_0x4e70e4}=await import(_0x94a900(0x1dc)),{getRemoteAppList:_0x2e3d44}=await import(_0x94a900(0x1e2)),{config:_0x54bc23,layers:_0x2be851}=_0x1e4a0e(),_0x54bb66=_0x4e70e4(_0x2be851),{defaultApp:_0x18634d}=_0x54bc23,_0x1e00df=await _0x2e3d44({'env':_0x37f6f9,'accessKey':_0x4ac5e0[_0x94a900(0x1c5)],'localOnly':_0x214fd5,'noCache':_0x205505}),_0x35df25=_0x1e00df[_0x94a900(0x1d9)][_0x94a900(0x1f3)](_0x54c8c7=>{const _0x4739c9=_0x94a900;return{'name':_0x54c8c7[_0x4739c9(0x1ed)],'appcode':_0x54c8c7[_0x4739c9(0x1cb)],'named':!![],'definedIn':_0x4739c9(0x1be),'isDefault':_0x54c8c7[_0x4739c9(0x1ed)]===_0x18634d,...buildAppProfileListFields(_0x37f6f9),'source':_0x1e00df[_0x4739c9(0x1cc)],'owner':_0x54c8c7[_0x4739c9(0x1c7)]??null,'status':_0x54c8c7[_0x4739c9(0x1d4)]??null,'cachedAt':_0x1e00df['fetchedAt']};});enrichAppListItemsWithMergedSelection(_0x35df25,_0x4ac5e0[_0x94a900(0x1bb)]);if(_0x35df25[_0x94a900(0x1d0)]===0x0)return{'ok':!![],'data':[],'message':_0x1e00df[_0x94a900(0x1cc)]===_0x94a900(0x1d1)?_0x94a900(0x1ef):_0x94a900(0x1e5)};const _0x35b101=_0x35df25['find'](_0x31e329=>_0x31e329[_0x94a900(0x1b5)]===!![]),_0x358547=_0x18634d??_0x35b101?.[_0x94a900(0x1e3)]??null,_0x3cce07={'env':_0x37f6f9,'source':_0x1e00df[_0x94a900(0x1cc)],'fetchedAt':_0x1e00df['fetchedAt'],'cachePath':_0x1e00df[_0x94a900(0x1c1)],'globalPath':_0x2be851[_0x94a900(0x1d5)]??null,'projectPath':_0x2be851[_0x94a900(0x1db)]??null,'defaultApp':_0x358547,'defaultAppSource':_0x18634d!=null?_0x54bb66:null};return{'ok':!![],'data':{'items':_0x35df25,'meta':_0x3cce07}};}},pullDef={'service':a2_0x56976f(0x1af),'command':a2_0x56976f(0x1c3),'description':a2_0x56976f(0x1f4),'risk':'write','requiresAuth':!![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a2_0x56976f(0x1e4),'type':'string','description':a2_0x56976f(0x1b2),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x56976f(0x1f1),'type':a2_0x56976f(0x1c2),'description':'Read\x20from\x20local\x20cache\x20only','default':![]},{'name':a2_0x56976f(0x1d2),'type':a2_0x56976f(0x1c2),'description':a2_0x56976f(0x1bf),'default':![]}],async 'execute'(_0x4f9ac9){const _0x2995e0=a2_0x56976f,_0x2e3ce3=_0x4f9ac9[_0x2995e0(0x1e8)](_0x2995e0(0x1e4))||_0x4f9ac9[_0x2995e0(0x1d7)]||getEnv()||'production',_0x1ec97e=_0x4f9ac9[_0x2995e0(0x1f6)](_0x2995e0(0x1f1)),_0x2454f6=_0x4f9ac9[_0x2995e0(0x1f6)](_0x2995e0(0x1d2)),{getRemoteAppList:_0x159385}=await import(_0x2995e0(0x1e2)),_0x3803b9=await _0x159385({'env':_0x2e3ce3,'accessKey':_0x4f9ac9['accessKey'],'localOnly':_0x1ec97e,'noCache':_0x2454f6});return{'ok':!![],'data':{'total':_0x3803b9['items'][_0x2995e0(0x1d0)],'env':_0x2e3ce3,'source':_0x3803b9[_0x2995e0(0x1cc)],'fetchedAt':_0x3803b9[_0x2995e0(0x1c0)],'cachePath':_0x3803b9[_0x2995e0(0x1c1)]},'message':_0x3803b9[_0x2995e0(0x1cc)]==='cache'?'Loaded\x20'+_0x3803b9[_0x2995e0(0x1d9)]['length']+'\x20cached\x20app(s)\x20for\x20env=\x22'+_0x2e3ce3+'\x22.':_0x2995e0(0x1ba)+_0x3803b9[_0x2995e0(0x1d9)][_0x2995e0(0x1d0)]+_0x2995e0(0x1f2)+_0x2e3ce3+'\x22.'};}},useDef={'service':a2_0x56976f(0x1af),'command':'use','description':a2_0x56976f(0x1ae),'risk':a2_0x56976f(0x1b0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'name','description':a2_0x56976f(0x1d3),'required':!![]}],'flags':[GLOBAL_FLAG],async 'validate'(_0x1f7a44){const _0x590b2c=a2_0x56976f;if(!_0x1f7a44[_0x590b2c(0x1b1)][0x0])throw CliErrors['validation']('Missing\x20app\x20name.',_0x590b2c(0x1b8)+CLI_BIN_NAME+_0x590b2c(0x1ee));},async 'execute'(_0x3fb19e){const _0x407351=a2_0x56976f,_0x3d70a4=_0x3fb19e['args'][0x0];if(!_0x3d70a4)throw CliErrors[_0x407351(0x1ec)](_0x407351(0x1eb),'Usage:\x20'+CLI_BIN_NAME+_0x407351(0x1ee));const {buildConfigFromFlags:_0x5494ef}=await import(_0x407351(0x1dc)),{readCachedAppList:_0x374c64}=await import(_0x407351(0x1ad)),_0x5397af=_0x5494ef({}),_0x7432de=_0x374c64(_0x5397af[_0x407351(0x1e4)],_0x5397af[_0x407351(0x1c5)]),_0x94363=_0x7432de?.[_0x407351(0x1d9)][_0x407351(0x1de)](_0x4ac5d0=>_0x4ac5d0['appName']===_0x3d70a4);if(!_0x94363&&_0x5397af[_0x407351(0x1bd)]!==_0x3d70a4){const _0x4c013e=[..._0x7432de?.[_0x407351(0x1d9)][_0x407351(0x1f3)](_0x575fbc=>_0x575fbc[_0x407351(0x1ed)])??[]],_0x5311e9=_0x4c013e[_0x407351(0x1d0)]===0x0?'Use\x20`'+CLI_BIN_NAME+'\x20app\x20list`\x20to\x20discover\x20remote\x20apps.':_0x407351(0x1b3)+Array[_0x407351(0x1f0)](new Set(_0x4c013e))['join'](',\x20');throw CliErrors[_0x407351(0x1ec)](_0x407351(0x1c6)+_0x3d70a4+_0x407351(0x1e7),_0x5311e9);}const _0x35591a=_0x3fb19e[_0x407351(0x1f6)](_0x407351(0x1cd));let _0xd63d7f;if(_0x35591a)_0xd63d7f={'global':!![]};else{const {isInProject:_0x17270d}=await import('../../context.js'),_0x2049c1=_0x17270d();_0xd63d7f=toScopeFlags(resolveConfigScope({'explicitGlobal':![],'policy':_0x407351(0x1c8),'inProject':_0x2049c1}));}const _0x1c8076=readConfig(_0xd63d7f);return _0x1c8076[_0x407351(0x1bd)]=_0x3d70a4,writeConfig(_0x1c8076,_0xd63d7f),{'ok':!![],'message':_0x407351(0x1e1)+_0x3d70a4+'\x22'+scopeLabel(_0xd63d7f)+'.'};}},importDef={'service':a2_0x56976f(0x1af),'command':'import','description':a2_0x56976f(0x1cf),'risk':a2_0x56976f(0x1b0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initImportFlagDefs,async 'execute'(_0x5cd7e4){return await runInitImport(collectFlags(_0x5cd7e4,initImportFlagDefs)),{'ok':!![]};}};export const appDefinitions=[initDef,listDef,pullDef,useDef,importDef];
1
+ const a2_0x2706a8=a2_0x35b8;(function(_0x4c370a,_0x1dfda7){const _0xd534=a2_0x35b8,_0x411afe=_0x4c370a();while(!![]){try{const _0x2deeef=-parseInt(_0xd534(0x18a))/0x1*(-parseInt(_0xd534(0x17e))/0x2)+-parseInt(_0xd534(0x19c))/0x3+parseInt(_0xd534(0x189))/0x4+parseInt(_0xd534(0x1b0))/0x5+parseInt(_0xd534(0x17a))/0x6*(parseInt(_0xd534(0x19f))/0x7)+parseInt(_0xd534(0x18d))/0x8+parseInt(_0xd534(0x1b7))/0x9;if(_0x2deeef===_0x1dfda7)break;else _0x411afe['push'](_0x411afe['shift']());}catch(_0xff1478){_0x411afe['push'](_0x411afe['shift']());}}}(a2_0x48a5,0xbd0c9));import{CliErrors}from'../../errors.js';function a2_0x35b8(_0x4b1666,_0x461cd8){_0x4b1666=_0x4b1666-0x174;const _0x48a5a2=a2_0x48a5();let _0x35b8c2=_0x48a5a2[_0x4b1666];return _0x35b8c2;}import{initCreateFlagDefs,initImportFlagDefs,runInit,runInitImport}from'../../commands/init.js';import{getEnv,RUNTIME_ENV_VALUES}from'../../constant/env.js';import{buildAppProfileListFields}from'../../config/schema.js';import{CLI_BIN_NAME,readConfig,writeConfig,scopeLabel,enrichAppListItemsWithMergedSelection}from'../../commands/app/shared.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';const GLOBAL_FLAG={'name':'global','type':a2_0x2706a8(0x198),'description':a2_0x2706a8(0x1ac),'default':![]};function a2_0x48a5(){const _0x24465c=['envName','isCurrent','\x20cached\x20app(s)\x20for\x20env=\x22','Use\x20global\x20config\x20scope','list','Switch\x20the\x20default\x20app','defaultApp','1442105EEwdaP','cache','Refresh\x20the\x20local\x20app\x20cache\x20from\x20the\x20platform','import','../../commands/app/cache.js','Read\x20from\x20local\x20cache\x20only','Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','2730843nvpBhp','fetchedAt','accessKey','local','Target\x20environment\x20(default:\x20current\x20env)','mergedCli','env','Initialize\x20.lovrabet.json\x20config\x20file','Refreshed\x20app\x20cache\x20with\x20','../../context.js','type','find','args','join','12378FNjNgN','Import\x20the\x20default\x20app\x20selection\x20from\x20a\x20.rabetbase.json\x20file','from','source','202490ynlpnW','App\x20\x22','Default\x20app\x20set\x20to\x20\x22','appPublishStatus','globalPath','\x20app\x20list`\x20to\x20discover\x20remote\x20apps.','../../commands/app/remote-source.js','cachePath','production','pull','map','588744zFtMpY','1kaHmtd','name','validation','4195104RuuDgw','length','List\x20apps\x20available\x20to\x20the\x20current\x20access\x20key','string','Usage:\x20','bool','app','Missing\x20app\x20name.','\x20app\x20use\x20<name>\x20[--global]','projectPath','appName','boolean','No\x20apps\x20found\x20on\x20the\x20platform.','appCode','Remote\x20app\x20name\x20to\x20activate','2129928TjWBYc','init','remote','406gODJBK','items','use','project-default','str','Use\x20`','global','no-cache','write','\x20app(s)\x20for\x20env=\x22'];a2_0x48a5=function(){return _0x24465c;};return a2_0x48a5();}function collectFlags(_0x4cf7f5,_0x522710){const _0x19e2b7=a2_0x2706a8,_0x134d4b={};for(const _0x4287bc of _0x522710){const _0x3a03bd=_0x4287bc[_0x19e2b7(0x176)]===_0x19e2b7(0x198)?_0x4cf7f5['bool'](_0x4287bc[_0x19e2b7(0x18b)]):_0x4cf7f5[_0x19e2b7(0x1a3)](_0x4287bc['name']);if(_0x3a03bd!==''&&_0x3a03bd!==![])_0x134d4b[_0x4287bc[_0x19e2b7(0x18b)]]=_0x3a03bd;}if(_0x4cf7f5['nonInteractive'])_0x134d4b['nonInteractive']=!![];return _0x134d4b;}const initDef={'service':a2_0x2706a8(0x193),'command':a2_0x2706a8(0x19d),'description':a2_0x2706a8(0x1be),'risk':a2_0x2706a8(0x1a7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initCreateFlagDefs,async 'execute'(_0x5c872e){return await runInit(collectFlags(_0x5c872e,initCreateFlagDefs)),{'ok':!![]};}},listDef={'service':a2_0x2706a8(0x193),'command':a2_0x2706a8(0x1ad),'description':a2_0x2706a8(0x18f),'risk':'read','requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[{'name':'env','type':a2_0x2706a8(0x190),'description':'Filter\x20by\x20environment\x20(default:\x20current\x20env)','enum':[...RUNTIME_ENV_VALUES]},{'name':'local','type':a2_0x2706a8(0x198),'description':'Read\x20app\x20list\x20from\x20local\x20cache\x20only','default':![]},{'name':a2_0x2706a8(0x1a6),'type':a2_0x2706a8(0x198),'description':a2_0x2706a8(0x1b6),'default':![]}],async 'execute'(_0x248bdb){const _0x3a300c=a2_0x2706a8,_0x278055=_0x248bdb[_0x3a300c(0x1a3)](_0x3a300c(0x1bd))||_0x248bdb[_0x3a300c(0x1a9)]||getEnv()||_0x3a300c(0x186),_0x15f20c=_0x248bdb['bool'](_0x3a300c(0x1ba)),_0x4961af=_0x248bdb[_0x3a300c(0x192)](_0x3a300c(0x1a6)),{readRawConfigWithLayers:_0x37107e,resolveDefaultAppSource:_0x127f86}=await import('../../context.js'),{getRemoteAppList:_0x4859bd}=await import(_0x3a300c(0x184)),{config:_0x4ef572,layers:_0x3fa30c}=_0x37107e(),_0x10b02a=_0x127f86(_0x3fa30c),{defaultApp:_0x4b1d23}=_0x4ef572,_0x7b189f=await _0x4859bd({'env':_0x278055,'accessKey':_0x248bdb[_0x3a300c(0x1b9)],'localOnly':_0x15f20c,'noCache':_0x4961af}),_0x2e548a=_0x7b189f[_0x3a300c(0x1a0)]['map'](_0x4f18b4=>{const _0x26443a=_0x3a300c;return{'name':_0x4f18b4['appName'],'appcode':_0x4f18b4[_0x26443a(0x19a)],'named':!![],'definedIn':_0x26443a(0x19e),'isDefault':_0x4f18b4[_0x26443a(0x197)]===_0x4b1d23,...buildAppProfileListFields(_0x278055),'source':_0x7b189f[_0x26443a(0x17d)],'owner':_0x4f18b4['appOwnerName']??null,'status':_0x4f18b4[_0x26443a(0x181)]??null,'cachedAt':_0x7b189f[_0x26443a(0x1b8)]};});enrichAppListItemsWithMergedSelection(_0x2e548a,_0x248bdb[_0x3a300c(0x1bc)]);if(_0x2e548a[_0x3a300c(0x18e)]===0x0)return{'ok':!![],'data':[],'message':_0x7b189f[_0x3a300c(0x17d)]===_0x3a300c(0x1b1)?'No\x20cached\x20apps\x20found.':_0x3a300c(0x199)};const _0x3d26e1=_0x2e548a[_0x3a300c(0x177)](_0x1c72d1=>_0x1c72d1[_0x3a300c(0x1aa)]===!![]),_0x8a0183=_0x4b1d23??_0x3d26e1?.['name']??null,_0x2db22={'env':_0x278055,'source':_0x7b189f[_0x3a300c(0x17d)],'fetchedAt':_0x7b189f[_0x3a300c(0x1b8)],'cachePath':_0x7b189f[_0x3a300c(0x185)],'globalPath':_0x3fa30c[_0x3a300c(0x182)]??null,'projectPath':_0x3fa30c[_0x3a300c(0x196)]??null,'defaultApp':_0x8a0183,'defaultAppSource':_0x4b1d23!=null?_0x10b02a:null};return{'ok':!![],'data':{'items':_0x2e548a,'meta':_0x2db22}};}},pullDef={'service':a2_0x2706a8(0x193),'command':a2_0x2706a8(0x187),'description':a2_0x2706a8(0x1b2),'risk':a2_0x2706a8(0x1a7),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a2_0x2706a8(0x1bd),'type':a2_0x2706a8(0x190),'description':a2_0x2706a8(0x1bb),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x2706a8(0x1ba),'type':'boolean','description':a2_0x2706a8(0x1b5),'default':![]},{'name':a2_0x2706a8(0x1a6),'type':a2_0x2706a8(0x198),'description':a2_0x2706a8(0x1b6),'default':![]}],async 'execute'(_0x4e410b){const _0x51df04=a2_0x2706a8,_0x548bc1=_0x4e410b[_0x51df04(0x1a3)](_0x51df04(0x1bd))||_0x4e410b[_0x51df04(0x1a9)]||getEnv()||_0x51df04(0x186),_0x1ceed5=_0x4e410b['bool'](_0x51df04(0x1ba)),_0x46f4af=_0x4e410b[_0x51df04(0x192)]('no-cache'),{getRemoteAppList:_0x24eb01}=await import(_0x51df04(0x184)),_0x32c562=await _0x24eb01({'env':_0x548bc1,'accessKey':_0x4e410b[_0x51df04(0x1b9)],'localOnly':_0x1ceed5,'noCache':_0x46f4af});return{'ok':!![],'data':{'total':_0x32c562['items']['length'],'env':_0x548bc1,'source':_0x32c562[_0x51df04(0x17d)],'fetchedAt':_0x32c562[_0x51df04(0x1b8)],'cachePath':_0x32c562['cachePath']},'message':_0x32c562[_0x51df04(0x17d)]==='cache'?'Loaded\x20'+_0x32c562[_0x51df04(0x1a0)][_0x51df04(0x18e)]+_0x51df04(0x1ab)+_0x548bc1+'\x22.':_0x51df04(0x174)+_0x32c562[_0x51df04(0x1a0)][_0x51df04(0x18e)]+_0x51df04(0x1a8)+_0x548bc1+'\x22.'};}},useDef={'service':a2_0x2706a8(0x193),'command':a2_0x2706a8(0x1a1),'description':a2_0x2706a8(0x1ae),'risk':a2_0x2706a8(0x1a7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a2_0x2706a8(0x18b),'description':a2_0x2706a8(0x19b),'required':!![]}],'flags':[GLOBAL_FLAG],async 'validate'(_0x43de9c){const _0x4ee769=a2_0x2706a8;if(!_0x43de9c['args'][0x0])throw CliErrors[_0x4ee769(0x18c)]('Missing\x20app\x20name.',_0x4ee769(0x191)+CLI_BIN_NAME+_0x4ee769(0x195));},async 'execute'(_0x45c82f){const _0x1f350d=a2_0x2706a8,_0x45cda5=_0x45c82f[_0x1f350d(0x178)][0x0];if(!_0x45cda5)throw CliErrors[_0x1f350d(0x18c)](_0x1f350d(0x194),_0x1f350d(0x191)+CLI_BIN_NAME+_0x1f350d(0x195));const {buildConfigFromFlags:_0x486c69}=await import(_0x1f350d(0x175)),{readCachedAppList:_0x595f4d}=await import(_0x1f350d(0x1b4)),_0x1892b6=_0x486c69({}),_0x401a3c=_0x595f4d(_0x1892b6['env'],_0x1892b6[_0x1f350d(0x1b9)]),_0x12afe6=_0x401a3c?.[_0x1f350d(0x1a0)]['find'](_0x2ed07f=>_0x2ed07f[_0x1f350d(0x197)]===_0x45cda5);if(!_0x12afe6&&_0x1892b6[_0x1f350d(0x1af)]!==_0x45cda5){const _0x16866d=[..._0x401a3c?.[_0x1f350d(0x1a0)][_0x1f350d(0x188)](_0x4dd00f=>_0x4dd00f[_0x1f350d(0x197)])??[]],_0xb97c61=_0x16866d[_0x1f350d(0x18e)]===0x0?_0x1f350d(0x1a4)+CLI_BIN_NAME+_0x1f350d(0x183):'Available:\x20'+Array[_0x1f350d(0x17c)](new Set(_0x16866d))[_0x1f350d(0x179)](',\x20');throw CliErrors[_0x1f350d(0x18c)](_0x1f350d(0x17f)+_0x45cda5+'\x22\x20not\x20found.',_0xb97c61);}const _0x34cca4=_0x45c82f[_0x1f350d(0x192)](_0x1f350d(0x1a5));let _0x3fae30;if(_0x34cca4)_0x3fae30={'global':!![]};else{const {isInProject:_0x383415}=await import(_0x1f350d(0x175)),_0x1669ab=_0x383415();_0x3fae30=toScopeFlags(resolveConfigScope({'explicitGlobal':![],'policy':_0x1f350d(0x1a2),'inProject':_0x1669ab}));}const _0x15a6e0=readConfig(_0x3fae30);return _0x15a6e0[_0x1f350d(0x1af)]=_0x45cda5,writeConfig(_0x15a6e0,_0x3fae30),{'ok':!![],'message':_0x1f350d(0x180)+_0x45cda5+'\x22'+scopeLabel(_0x3fae30)+'.'};}},importDef={'service':a2_0x2706a8(0x193),'command':a2_0x2706a8(0x1b3),'description':a2_0x2706a8(0x17b),'risk':a2_0x2706a8(0x1a7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initImportFlagDefs,async 'execute'(_0x52f21c){return await runInitImport(collectFlags(_0x52f21c,initImportFlagDefs)),{'ok':!![]};}};export const appDefinitions=[initDef,listDef,pullDef,useDef,importDef];
@@ -1 +1 @@
1
- (function(_0x5358c5,_0x45378a){const _0x44d2e8=a3_0x1e6e,_0x183424=_0x5358c5();while(!![]){try{const _0x16a045=-parseInt(_0x44d2e8(0x117))/0x1*(-parseInt(_0x44d2e8(0x111))/0x2)+-parseInt(_0x44d2e8(0x112))/0x3*(parseInt(_0x44d2e8(0x116))/0x4)+parseInt(_0x44d2e8(0x11d))/0x5*(-parseInt(_0x44d2e8(0x11b))/0x6)+parseInt(_0x44d2e8(0x123))/0x7*(parseInt(_0x44d2e8(0x122))/0x8)+parseInt(_0x44d2e8(0x119))/0x9*(-parseInt(_0x44d2e8(0x120))/0xa)+parseInt(_0x44d2e8(0x121))/0xb*(-parseInt(_0x44d2e8(0x11c))/0xc)+parseInt(_0x44d2e8(0x113))/0xd*(parseInt(_0x44d2e8(0x110))/0xe);if(_0x16a045===_0x45378a)break;else _0x183424['push'](_0x183424['shift']());}catch(_0x3f902e){_0x183424['push'](_0x183424['shift']());}}}(a3_0x550e,0x937cd));import{fileURLToPath}from'url';import{dirname,join}from'path';import{readFileSync}from'fs';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function loadMockAppList(){const _0x19d68f=a3_0x1e6e,_0x17e451=join(__dirname,_0x19d68f(0x10f)),_0x37e0a1=readFileSync(_0x17e451,_0x19d68f(0x118));return JSON[_0x19d68f(0x114)](_0x37e0a1);}let _cached=null;export function getMockAppList(){return!_cached&&(_cached=loadMockAppList()),_cached;}function a3_0x1e6e(_0x22ea9d,_0x1f5672){_0x22ea9d=_0x22ea9d-0x10f;const _0x550ef2=a3_0x550e();let _0x1e6e95=_0x550ef2[_0x22ea9d];return _0x1e6e95;}export function getMockRemoteAppItems(){const _0x723bd9=a3_0x1e6e,_0x274f09=getMockAppList();if(!_0x274f09[_0x723bd9(0x11a)])throw new Error(_0x723bd9(0x11f)+_0x274f09[_0x723bd9(0x115)]+'\x20('+_0x274f09['errorCode']+')');return _0x274f09['data'][_0x723bd9(0x11e)];}function a3_0x550e(){const _0x3ddb01=['2480056OaKzrI','14EBmtOn','../../../mock/app-list.json','27464570XXsWZD','449924WXGZkp','3TqUBht','13ZtrAzy','parse','errorMsg','2236412Epltof','1uCIKqX','utf-8','1341YRXgzE','success','54BStzzh','2707812JyhigW','394355EQxdzp','tableData','Mock\x20API\x20error:\x20','17230gcRABh','33aEzsoU'];a3_0x550e=function(){return _0x3ddb01;};return a3_0x550e();}
1
+ (function(_0x507dbd,_0x1b587e){const _0x106ce9=a3_0x3711,_0x2879a3=_0x507dbd();while(!![]){try{const _0x3459ee=parseInt(_0x106ce9(0x115))/0x1*(-parseInt(_0x106ce9(0x10c))/0x2)+parseInt(_0x106ce9(0x113))/0x3+-parseInt(_0x106ce9(0x10b))/0x4+-parseInt(_0x106ce9(0x111))/0x5+-parseInt(_0x106ce9(0x10e))/0x6+-parseInt(_0x106ce9(0x110))/0x7+parseInt(_0x106ce9(0x10d))/0x8;if(_0x3459ee===_0x1b587e)break;else _0x2879a3['push'](_0x2879a3['shift']());}catch(_0xea26af){_0x2879a3['push'](_0x2879a3['shift']());}}}(a3_0x460d,0xcc9b8));import{fileURLToPath}from'url';import{dirname,join}from'path';function a3_0x3711(_0x30ef82,_0x2c90b5){_0x30ef82=_0x30ef82-0x108;const _0x460d35=a3_0x460d();let _0x3711ac=_0x460d35[_0x30ef82];return _0x3711ac;}function a3_0x460d(){const _0x29adfa=['495716kDqBTh','3922gyyRbI','29025976LYRnIJ','9298452iMJABP','tableData','3172673xLeJLV','1074550Odxjjq','../../../mock/app-list.json','2143554Ajofjv','errorMsg','593HyjeUb','data','parse','Mock\x20API\x20error:\x20','success'];a3_0x460d=function(){return _0x29adfa;};return a3_0x460d();}import{readFileSync}from'fs';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function loadMockAppList(){const _0x1fa7dd=a3_0x3711,_0x5f0add=join(__dirname,_0x1fa7dd(0x112)),_0x1f4862=readFileSync(_0x5f0add,'utf-8');return JSON[_0x1fa7dd(0x108)](_0x1f4862);}let _cached=null;export function getMockAppList(){return!_cached&&(_cached=loadMockAppList()),_cached;}export function getMockRemoteAppItems(){const _0x4d1600=a3_0x3711,_0x6ab4c2=getMockAppList();if(!_0x6ab4c2[_0x4d1600(0x10a)])throw new Error(_0x4d1600(0x109)+_0x6ab4c2[_0x4d1600(0x114)]+'\x20('+_0x6ab4c2['errorCode']+')');return _0x6ab4c2[_0x4d1600(0x116)][_0x4d1600(0x10f)];}
@@ -1 +1 @@
1
- (function(_0x106128,_0x17d5ff){const _0x45e420=a4_0x2745,_0x102c3e=_0x106128();while(!![]){try{const _0x3e51b8=parseInt(_0x45e420(0x167))/0x1*(-parseInt(_0x45e420(0x165))/0x2)+-parseInt(_0x45e420(0x16f))/0x3+-parseInt(_0x45e420(0x164))/0x4+parseInt(_0x45e420(0x166))/0x5+-parseInt(_0x45e420(0x16b))/0x6+parseInt(_0x45e420(0x163))/0x7+parseInt(_0x45e420(0x161))/0x8;if(_0x3e51b8===_0x17d5ff)break;else _0x102c3e['push'](_0x102c3e['shift']());}catch(_0x4cb4a5){_0x102c3e['push'](_0x102c3e['shift']());}}}(a4_0x3171,0xc8745));import{getMyApps}from'../../core/api-client.js';import{getMockRemoteAppItems}from'../../commands/app/mock-loader.js';import{getAppCacheFilePath,readCachedAppList,writeCachedAppList}from'../../commands/app/cache.js';export function shouldUseMockRemoteApps(){const _0x5b4b62=a4_0x2745,_0xefd541=(process.env.LOVRABET_APP_LIST_SOURCE||process.env.RABETBASE_APP_LIST_SOURCE||'')[_0x5b4b62(0x16a)]()[_0x5b4b62(0x162)]();return _0xefd541==='mock';}export async function getRemoteAppItems(){if(shouldUseMockRemoteApps())return getMockRemoteAppItems();return getMyApps();}function a4_0x2745(_0x35051a,_0x5ac7ac){_0x35051a=_0x35051a-0x161;const _0x3171c1=a4_0x3171();let _0x2745e1=_0x3171c1[_0x35051a];return _0x2745e1;}export async function getRemoteAppList(_0x391e1e){const _0x1ecf3e=a4_0x2745,{env:_0x223190,accessKey:_0x13d3fc,localOnly:localOnly=![],noCache:noCache=![]}=_0x391e1e,_0x58c5e2=readCachedAppList(_0x223190,_0x13d3fc),_0x3a7f23=_0x13d3fc?.[_0x1ecf3e(0x16a)]()?getAppCacheFilePath(_0x223190,_0x13d3fc):null;if(localOnly)return{'items':_0x58c5e2?.[_0x1ecf3e(0x16c)]??[],'source':_0x1ecf3e(0x16e),'fetchedAt':_0x58c5e2?.['fetchedAt']??null,'cachePath':_0x3a7f23};try{const _0x3497eb=await getRemoteAppItems(),_0x7ba3f=shouldUseMockRemoteApps()?_0x1ecf3e(0x168):_0x1ecf3e(0x16d),_0x5d7a15=new Date()[_0x1ecf3e(0x169)](),_0x29b20f=_0x13d3fc?.[_0x1ecf3e(0x16a)]()?writeCachedAppList(_0x223190,_0x13d3fc,{'env':_0x223190,'fetchedAt':_0x5d7a15,'source':_0x7ba3f,'items':_0x3497eb}):null;return{'items':_0x3497eb,'source':_0x7ba3f,'fetchedAt':_0x5d7a15,'cachePath':_0x29b20f};}catch(_0x534745){if(!noCache&&_0x58c5e2)return{'items':_0x58c5e2[_0x1ecf3e(0x16c)],'source':_0x1ecf3e(0x16e),'fetchedAt':_0x58c5e2['fetchedAt'],'cachePath':_0x3a7f23};throw _0x534745;}}function a4_0x3171(){const _0x48241e=['17780704KzwOMv','toLowerCase','6411853jwfFfl','1453092UpNUyN','452pSTvGu','3487725ntOgvc','5098xxkRAw','mock','toISOString','trim','7335354xguCkz','items','remote','cache','831213CcezTZ'];a4_0x3171=function(){return _0x48241e;};return a4_0x3171();}
1
+ (function(_0x4377f8,_0x350143){const _0x5d81cd=a4_0x4a50,_0x14421c=_0x4377f8();while(!![]){try{const _0x2c5598=-parseInt(_0x5d81cd(0x151))/0x1*(parseInt(_0x5d81cd(0x153))/0x2)+parseInt(_0x5d81cd(0x147))/0x3+-parseInt(_0x5d81cd(0x149))/0x4*(-parseInt(_0x5d81cd(0x14e))/0x5)+-parseInt(_0x5d81cd(0x152))/0x6+-parseInt(_0x5d81cd(0x148))/0x7+parseInt(_0x5d81cd(0x14a))/0x8*(parseInt(_0x5d81cd(0x14f))/0x9)+parseInt(_0x5d81cd(0x144))/0xa*(parseInt(_0x5d81cd(0x14b))/0xb);if(_0x2c5598===_0x350143)break;else _0x14421c['push'](_0x14421c['shift']());}catch(_0x5cacd0){_0x14421c['push'](_0x14421c['shift']());}}}(a4_0x4d5d,0x84e55));import{getMyApps}from'../../core/api-client.js';import{getMockRemoteAppItems}from'../../commands/app/mock-loader.js';import{getAppCacheFilePath,readCachedAppList,writeCachedAppList}from'../../commands/app/cache.js';function a4_0x4d5d(){const _0xf8a836=['715788EGjahI','14uSkSXc','toISOString','3772310mTqpyV','mock','fetchedAt','219975ihxTEx','2870007NDdPaY','8LZZBJG','8FNWSQv','11mykGqF','toLowerCase','cache','2020185RPuVqd','7369794GtbqZY','trim','143408LEgvyp'];a4_0x4d5d=function(){return _0xf8a836;};return a4_0x4d5d();}export function shouldUseMockRemoteApps(){const _0x31bb67=a4_0x4a50,_0xa1deca=(process.env.LOVRABET_APP_LIST_SOURCE||process.env.RABETBASE_APP_LIST_SOURCE||'')[_0x31bb67(0x150)]()[_0x31bb67(0x14c)]();return _0xa1deca===_0x31bb67(0x145);}export async function getRemoteAppItems(){if(shouldUseMockRemoteApps())return getMockRemoteAppItems();return getMyApps();}function a4_0x4a50(_0xcd46f5,_0x2b5383){_0xcd46f5=_0xcd46f5-0x144;const _0x4d5dc2=a4_0x4d5d();let _0x4a508e=_0x4d5dc2[_0xcd46f5];return _0x4a508e;}export async function getRemoteAppList(_0x4f814d){const _0x577fd9=a4_0x4a50,{env:_0x39428d,accessKey:_0x2b840f,localOnly:localOnly=![],noCache:noCache=![]}=_0x4f814d,_0x52efe9=readCachedAppList(_0x39428d,_0x2b840f),_0x4e6db2=_0x2b840f?.['trim']()?getAppCacheFilePath(_0x39428d,_0x2b840f):null;if(localOnly)return{'items':_0x52efe9?.['items']??[],'source':'cache','fetchedAt':_0x52efe9?.[_0x577fd9(0x146)]??null,'cachePath':_0x4e6db2};try{const _0x10b393=await getRemoteAppItems(),_0x266051=shouldUseMockRemoteApps()?_0x577fd9(0x145):'remote',_0x5bbda7=new Date()[_0x577fd9(0x154)](),_0x22d019=_0x2b840f?.['trim']()?writeCachedAppList(_0x39428d,_0x2b840f,{'env':_0x39428d,'fetchedAt':_0x5bbda7,'source':_0x266051,'items':_0x10b393}):null;return{'items':_0x10b393,'source':_0x266051,'fetchedAt':_0x5bbda7,'cachePath':_0x22d019};}catch(_0x12bb1f){if(!noCache&&_0x52efe9)return{'items':_0x52efe9['items'],'source':_0x577fd9(0x14d),'fetchedAt':_0x52efe9[_0x577fd9(0x146)],'cachePath':_0x4e6db2};throw _0x12bb1f;}}
@@ -1 +1 @@
1
- (function(_0x177827,_0x2485d9){const _0x500100=a5_0x23ca,_0x579bbf=_0x177827();while(!![]){try{const _0x59ef7e=parseInt(_0x500100(0x16d))/0x1+-parseInt(_0x500100(0x164))/0x2+parseInt(_0x500100(0x166))/0x3+-parseInt(_0x500100(0x16e))/0x4*(parseInt(_0x500100(0x16c))/0x5)+-parseInt(_0x500100(0x165))/0x6+-parseInt(_0x500100(0x168))/0x7*(parseInt(_0x500100(0x167))/0x8)+parseInt(_0x500100(0x16f))/0x9;if(_0x59ef7e===_0x2485d9)break;else _0x579bbf['push'](_0x579bbf['shift']());}catch(_0x24ceff){_0x579bbf['push'](_0x579bbf['shift']());}}}(a5_0x5b06,0xeff50));import{CLI_BIN_NAME}from'../../constant/cli.js';import{formatScopeLabel}from'../../commands/common/config-policy.js';function a5_0x23ca(_0x4718cd,_0x17e855){_0x4718cd=_0x4718cd-0x163;const _0x5b060b=a5_0x5b06();let _0x23ca33=_0x5b060b[_0x4718cd];return _0x23ca33;}export{CLI_BIN_NAME};export function enrichAppListItemsWithMergedSelection(_0x9e885c,_0x4f4a00){const _0x46c239=a5_0x23ca;if(!_0x4f4a00)return;const _0x2ff93e=!!(_0x4f4a00[_0x46c239(0x170)]??_0x4f4a00[_0x46c239(0x163)]);for(const _0x43f00c of _0x9e885c){_0x43f00c[_0x46c239(0x169)]=![];}const _0x142e2a=_0x4f4a00[_0x46c239(0x16a)]!=null?String(_0x4f4a00['appCode'])[_0x46c239(0x171)]():'';if(_0x2ff93e){const _0x86b557=_0x4f4a00[_0x46c239(0x170)]??_0x4f4a00['defaultApp'];if(_0x86b557)for(const _0x58d2b9 of _0x9e885c){_0x58d2b9[_0x46c239(0x174)]===!![]&&_0x58d2b9[_0x46c239(0x172)]===_0x86b557&&(_0x58d2b9[_0x46c239(0x169)]=!![]);}return;}if(!_0x142e2a)return;for(const _0x35164e of _0x9e885c){String(_0x35164e[_0x46c239(0x173)]??'')['trim']()===_0x142e2a&&(_0x35164e[_0x46c239(0x169)]=!![]);}}export{readScopedConfig as readConfig,writeScopedConfig as writeConfig,isInProject}from'../../context.js';function a5_0x5b06(){const _0x535e12=['global','10zffwIj','1054918IdXxbi','456784utzabS','14942934ufEJpD','currentApp','trim','name','appcode','named','defaultApp','1683922uWrbis','4735998KzwveC','2555184kyKkGf','5795376NZHght','7FKUkVi','isCurrent','appCode'];a5_0x5b06=function(){return _0x535e12;};return a5_0x5b06();}export function scopeLabel(_0x2ad9ae){const _0x49737f=a5_0x23ca;return formatScopeLabel(_0x2ad9ae[_0x49737f(0x16b)]?_0x49737f(0x16b):'project');}
1
+ (function(_0x296e28,_0x3149c4){const _0x570fc5=a5_0x49ad,_0x5b295d=_0x296e28();while(!![]){try{const _0x2e19cb=parseInt(_0x570fc5(0xda))/0x1+parseInt(_0x570fc5(0xdc))/0x2*(parseInt(_0x570fc5(0xdd))/0x3)+parseInt(_0x570fc5(0xe8))/0x4+-parseInt(_0x570fc5(0xe4))/0x5*(parseInt(_0x570fc5(0xe5))/0x6)+parseInt(_0x570fc5(0xe7))/0x7*(-parseInt(_0x570fc5(0xe2))/0x8)+-parseInt(_0x570fc5(0xdb))/0x9+parseInt(_0x570fc5(0xde))/0xa*(parseInt(_0x570fc5(0xe6))/0xb);if(_0x2e19cb===_0x3149c4)break;else _0x5b295d['push'](_0x5b295d['shift']());}catch(_0x147d84){_0x5b295d['push'](_0x5b295d['shift']());}}}(a5_0x5350,0xdd72c));import{CLI_BIN_NAME}from'../../constant/cli.js';import{formatScopeLabel}from'../../commands/common/config-policy.js';export{CLI_BIN_NAME};function a5_0x49ad(_0x230f5a,_0x5e552b){_0x230f5a=_0x230f5a-0xd9;const _0x53505e=a5_0x5350();let _0x49adc7=_0x53505e[_0x230f5a];return _0x49adc7;}export function enrichAppListItemsWithMergedSelection(_0x29c26f,_0xbef144){const _0x27f068=a5_0x49ad;if(!_0xbef144)return;const _0x5b97bc=!!(_0xbef144['currentApp']??_0xbef144[_0x27f068(0xe1)]);for(const _0x4b1502 of _0x29c26f){_0x4b1502[_0x27f068(0xdf)]=![];}const _0x5801c0=_0xbef144[_0x27f068(0xea)]!=null?String(_0xbef144[_0x27f068(0xea)])[_0x27f068(0xe3)]():'';if(_0x5b97bc){const _0x4c7069=_0xbef144[_0x27f068(0xe9)]??_0xbef144[_0x27f068(0xe1)];if(_0x4c7069)for(const _0x11c366 of _0x29c26f){_0x11c366[_0x27f068(0xd9)]===!![]&&_0x11c366['name']===_0x4c7069&&(_0x11c366[_0x27f068(0xdf)]=!![]);}return;}if(!_0x5801c0)return;for(const _0x5c7ff8 of _0x29c26f){String(_0x5c7ff8['appcode']??'')[_0x27f068(0xe3)]()===_0x5801c0&&(_0x5c7ff8[_0x27f068(0xdf)]=!![]);}}export{readScopedConfig as readConfig,writeScopedConfig as writeConfig,isInProject}from'../../context.js';function a5_0x5350(){const _0x13a4e8=['currentApp','appCode','named','939465KMtfFx','1775574lymKea','262FnklAq','17571YNjWrp','40CeTInx','isCurrent','project','defaultApp','8nImxVQ','trim','669855lUUnma','54pTjyWf','4661646xPaRVX','12056576ARscIb','2522276NQvsgR'];a5_0x5350=function(){return _0x13a4e8;};return a5_0x5350();}export function scopeLabel(_0x335368){const _0x5c604c=a5_0x49ad;return formatScopeLabel(_0x335368['global']?'global':_0x5c604c(0xe0));}
@@ -1 +1 @@
1
- const a6_0x134926=a6_0x4455;function a6_0x4455(_0x1eb311,_0x5b061a){_0x1eb311=_0x1eb311-0x1ba;const _0x59f8b1=a6_0x59f8();let _0x445583=_0x59f8b1[_0x1eb311];return _0x445583;}(function(_0x39515c,_0x4df684){const _0x52dd11=a6_0x4455,_0x54f198=_0x39515c();while(!![]){try{const _0x527412=-parseInt(_0x52dd11(0x1f1))/0x1+parseInt(_0x52dd11(0x1d3))/0x2+parseInt(_0x52dd11(0x1dc))/0x3*(-parseInt(_0x52dd11(0x1f3))/0x4)+-parseInt(_0x52dd11(0x1f4))/0x5*(parseInt(_0x52dd11(0x1c4))/0x6)+-parseInt(_0x52dd11(0x1d5))/0x7+parseInt(_0x52dd11(0x1f7))/0x8*(parseInt(_0x52dd11(0x1fa))/0x9)+parseInt(_0x52dd11(0x1bb))/0xa;if(_0x527412===_0x4df684)break;else _0x54f198['push'](_0x54f198['shift']());}catch(_0x14acfc){_0x54f198['push'](_0x54f198['shift']());}}}(a6_0x59f8,0xbb7a1));import{readScopedConfig,writeScopedConfig}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a6_0x59f8(){const _0x3feff7=['519510qCBYLT','\x20config.','Save\x20accessKey\x20to\x20config\x20(global\x20by\x20default;\x20use\x20--project\x20for\x20project\x20config)','slice','AccessKey\x20cleared\x20from\x20','Create\x20one\x20in\x20Lovrabet\x20User\x20Center:\x20','Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','Write\x20to\x20global\x20config\x20(default)','AccessKey\x20saved\x20to\x20','If\x20command\x20execution\x20still\x20fails,\x20run:\x20','Option\x20A:\x20','Fetch\x20current\x20login\x20user\x20info\x20for\x20the\x20active\x20access\x20key','Clear\x20from\x20global\x20config\x20(default)','\x20\x20export\x20LOVRABET_ACCESS_KEY=ak_xxx','\x20scope.','332056cNWfBN','cancelled','9498972ENeUYp','nonInteractive','global','write','Shorthand\x20for\x20--access-key','No\x20credentials\x20found.\x20Configure\x20one\x20of\x20the\x20options\x20below:','AccessKey\x20required\x20for\x20login.\x20Create\x20one\x20in\x20Lovrabet\x20User\x20Center:','3972723GpmZTO','access-key','Missing\x20accessKey.','join','production','No\x20AccessKey\x20found\x20in\x20','trim','validation','init','\x20auth\x20status','env','Clear\x20accessKey\x20from\x20config','str','push','Target\x20environment\x20to\x20persist\x20with\x20the\x20new\x20auth\x20config','\x20auth\x20login\x20--access-key\x20<ak_xxx>\x20[--global]','status','LOVRABET_ACCESS_KEY\x20env\x20var','AccessKey:\x20','\x20config.\x20Nothing\x20to\x20clear.','bool','1421674opdxsR','\x20doctor','4tinioR','30zdWlrs','Clear\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','test','712rCZOhy','boolean','{\x20\x22accessKey\x22:\x20\x22ak_xxx\x22\x20}','91503MpxbSe','\x20Verify:\x20','Auth\x20mode:\x20','login','info','accessKey','Read\x20from\x20global\x20config\x20(default)','43194350xVDPDG','Then\x20run:\x20','\x20config','AccessKey\x20(ak_xxx...)','string','length','Option\x20C:\x20environment\x20variable','auth','project'];a6_0x59f8=function(){return _0x3feff7;};return a6_0x59f8();}import{AUTH_MODE}from'../../constant/auth-mode.js';import{normalizeEnv,isDaily,isDev}from'../../constant/env.js';import{USER_ACCESS_KEY_CREATE_URL}from'../../constant/url.js';import{CliErrors}from'../../errors.js';import{promptAccessKey,isAbortPrompt}from'../../commands/auth/prompt.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getLoginUserInfo}from'../../core/api-client.js';const ACCESS_KEY_PATTERN=/^ak_[A-Za-z0-9]{16,}$/;function showAccessKeyCreateHint(){const _0x1308e1=a6_0x4455;writeCliSideChannelLine(_0x1308e1(0x1db)),writeCliSideChannelLine('\x0a'+USER_ACCESS_KEY_CREATE_URL+'\x0a');}function resolveAuthScopeFlags(_0x26f3ac){const _0x14b88b=a6_0x4455;return toScopeFlags(resolveConfigScope({'explicitGlobal':_0x26f3ac[_0x14b88b(0x1f0)]('global'),'explicitProject':_0x26f3ac[_0x14b88b(0x1f0)](_0x14b88b(0x1c3)),'policy':'global-default'}));}async function resolveAuthWriteInput(_0x1c5e07){const _0x4b8cc7=a6_0x4455;let _0x58d50a=(_0x1c5e07[_0x4b8cc7(0x1e8)](_0x4b8cc7(0x1dd))||_0x1c5e07[_0x4b8cc7(0x1e8)]('ak')||'')[_0x4b8cc7(0x1e2)]();const _0x402b73=(_0x1c5e07[_0x4b8cc7(0x1e8)](_0x4b8cc7(0x1e6))||'')[_0x4b8cc7(0x1e2)]();if(!_0x58d50a&&!_0x1c5e07[_0x4b8cc7(0x1d6)])try{showAccessKeyCreateHint(),_0x58d50a=await promptAccessKey('');}catch(_0x16c563){if(isAbortPrompt(_0x16c563))throw CliErrors[_0x4b8cc7(0x1d4)]();throw _0x16c563;}if(!_0x58d50a)throw CliErrors['validation'](_0x4b8cc7(0x1de),[_0x4b8cc7(0x1c9)+USER_ACCESS_KEY_CREATE_URL,_0x4b8cc7(0x1bc)+CLI_BIN_NAME+_0x4b8cc7(0x1eb)]['join']('\x0a'));if(!ACCESS_KEY_PATTERN[_0x4b8cc7(0x1f6)](_0x58d50a))throw CliErrors[_0x4b8cc7(0x1e3)]('Invalid\x20accessKey\x20format:\x20\x22'+_0x58d50a+'\x22','Expected:\x20ak_\x20followed\x20by\x2016+\x20alphanumeric\x20chars');if(!_0x402b73)return{'accessKey':_0x58d50a};const _0x5db4f2=normalizeEnv(_0x402b73);return{'accessKey':_0x58d50a,'env':isDaily(_0x5db4f2)?'daily':isDev(_0x5db4f2)?'development':_0x4b8cc7(0x1e0)};}export const authDefinitions=[{'service':a6_0x134926(0x1c2),'command':a6_0x134926(0x1fd),'description':a6_0x134926(0x1c6),'risk':a6_0x134926(0x1d8),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x134926(0x1dd),'type':a6_0x134926(0x1bf),'description':a6_0x134926(0x1be)},{'name':'ak','type':a6_0x134926(0x1bf),'description':a6_0x134926(0x1d9)},{'name':a6_0x134926(0x1d7),'type':'boolean','description':a6_0x134926(0x1cb),'default':!![]},{'name':a6_0x134926(0x1c3),'type':a6_0x134926(0x1f8),'description':'Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x396a36){const _0x1df643=a6_0x134926,_0x6d287c=await resolveAuthWriteInput(_0x396a36),_0x2bb954=resolveAuthScopeFlags(_0x396a36),_0x44a127=readScopedConfig(_0x2bb954);_0x44a127['accessKey']=_0x6d287c['accessKey'];_0x6d287c[_0x1df643(0x1e6)]&&(_0x44a127[_0x1df643(0x1e6)]=_0x6d287c[_0x1df643(0x1e6)]);writeScopedConfig(_0x44a127,_0x2bb954);const _0x1fc2c3=_0x2bb954[_0x1df643(0x1d7)]?'global':_0x1df643(0x1c3),_0x52ea0d=_0x44a127['env']?'\x20Current\x20env:\x20'+_0x44a127[_0x1df643(0x1e6)]+'.':'';return{'ok':!![],'message':_0x1df643(0x1cc)+_0x1fc2c3+_0x1df643(0x1c5)+_0x52ea0d+'\x20Verify:\x20'+CLI_BIN_NAME+'\x20auth\x20status'};}},{'service':a6_0x134926(0x1c2),'command':a6_0x134926(0x1e4),'description':'Clear\x20all\x20config\x20in\x20scope\x20and\x20initialize\x20auth\x20from\x20scratch','risk':a6_0x134926(0x1d8),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'access-key','type':'string','description':a6_0x134926(0x1be)},{'name':'ak','type':a6_0x134926(0x1bf),'description':a6_0x134926(0x1d9)},{'name':a6_0x134926(0x1e6),'type':a6_0x134926(0x1bf),'description':a6_0x134926(0x1ea)},{'name':a6_0x134926(0x1d7),'type':a6_0x134926(0x1f8),'description':a6_0x134926(0x1cb),'default':!![]},{'name':a6_0x134926(0x1c3),'type':a6_0x134926(0x1f8),'description':a6_0x134926(0x1ca),'default':![]}],async 'execute'(_0x4953ea){const _0x421387=a6_0x134926,_0x22c874=await resolveAuthWriteInput(_0x4953ea),_0x559ba1=resolveAuthScopeFlags(_0x4953ea),_0x115b01={'accessKey':_0x22c874[_0x421387(0x1ff)]};_0x22c874['env']&&(_0x115b01[_0x421387(0x1e6)]=_0x22c874[_0x421387(0x1e6)]);writeScopedConfig(_0x115b01,_0x559ba1);const _0x2b203a=_0x559ba1[_0x421387(0x1d7)]?_0x421387(0x1d7):_0x421387(0x1c3),_0xf2d6bd=_0x115b01['env']?'\x20Current\x20env:\x20'+_0x115b01[_0x421387(0x1e6)]+'.':'';return{'ok':!![],'message':'Auth\x20config\x20reinitialized\x20in\x20'+_0x2b203a+_0x421387(0x1d2)+_0xf2d6bd+_0x421387(0x1fb)+CLI_BIN_NAME+_0x421387(0x1e5)};}},{'service':'auth','command':'logout','description':a6_0x134926(0x1e7),'risk':a6_0x134926(0x1d8),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x134926(0x1d7),'type':'boolean','description':a6_0x134926(0x1d0),'default':!![]},{'name':a6_0x134926(0x1c3),'type':'boolean','description':a6_0x134926(0x1f5),'default':![]}],async 'execute'(_0x4c9a61){const _0x29b269=a6_0x134926,_0x2ef9a3=resolveAuthScopeFlags(_0x4c9a61),_0x1785d6=readScopedConfig(_0x2ef9a3),_0x357f9c=!!_0x1785d6[_0x29b269(0x1ff)];delete _0x1785d6['accessKey'],writeScopedConfig(_0x1785d6,_0x2ef9a3);const _0xac6e61=_0x2ef9a3[_0x29b269(0x1d7)]?_0x29b269(0x1d7):_0x29b269(0x1c3);if(_0x357f9c)return{'ok':!![],'message':_0x29b269(0x1c8)+_0xac6e61+_0x29b269(0x1c5)};return{'ok':!![],'message':_0x29b269(0x1e1)+_0xac6e61+_0x29b269(0x1ef)};}},{'service':'auth','command':a6_0x134926(0x1ec),'description':'Show\x20current\x20authentication\x20status','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x134926(0x1d7),'type':a6_0x134926(0x1f8),'description':a6_0x134926(0x1ba),'default':!![]},{'name':a6_0x134926(0x1c3),'type':a6_0x134926(0x1f8),'description':'Read\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x2b52af){const _0x21ea13=a6_0x134926,_0x2fa8c9=resolveAuthScopeFlags(_0x2b52af),_0x494e5f=readScopedConfig(_0x2fa8c9),_0x1eed7c=process.env.LOVRABET_ACCESS_KEY||undefined,_0x3a2aa4=_0x494e5f[_0x21ea13(0x1ff)]||undefined,_0x6e6a7a=_0x1eed7c||_0x3a2aa4,_0x1b9127=_0x1eed7c?_0x21ea13(0x1ed):_0x3a2aa4?(_0x2fa8c9['global']?_0x21ea13(0x1d7):'project')+_0x21ea13(0x1bd):null,_0x3e9e0b=[_0x21ea13(0x1fc)+AUTH_MODE['ClientAk']];if(_0x6e6a7a){const _0x3d9ad3=_0x6e6a7a[_0x21ea13(0x1c0)]>0x8?''+_0x6e6a7a[_0x21ea13(0x1c7)](0x0,0x8)+'*'['repeat'](_0x6e6a7a['length']-0x8):_0x6e6a7a;_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1ee)+_0x3d9ad3+(_0x1b9127?'\x20(via\x20'+_0x1b9127+')':''));}return!_0x6e6a7a&&(_0x3e9e0b['push'](''),_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1da)),_0x3e9e0b[_0x21ea13(0x1e9)](''),_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1ce)+CLI_BIN_NAME+'\x20auth\x20login\x20[--global]\x20[--access-key\x20ak_xxx]'),_0x3e9e0b[_0x21ea13(0x1e9)](''),_0x3e9e0b[_0x21ea13(0x1e9)]('Option\x20B:\x20apps\x20config\x20(.lovrabet.json)'),_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1f9)),_0x3e9e0b['push'](''),_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1c1)),_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1d1)),_0x3e9e0b[_0x21ea13(0x1e9)](''),_0x3e9e0b['push']('Then\x20verify\x20with:\x20'+CLI_BIN_NAME+'\x20auth\x20status'),_0x3e9e0b[_0x21ea13(0x1e9)](_0x21ea13(0x1cd)+CLI_BIN_NAME+_0x21ea13(0x1f2))),{'ok':!![],'message':_0x3e9e0b[_0x21ea13(0x1df)]('\x0a')};}},{'service':a6_0x134926(0x1c2),'command':a6_0x134926(0x1fe),'description':a6_0x134926(0x1cf),'risk':'read','requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0xcdbda0){const _0x201bcd=await getLoginUserInfo();return{'ok':!![],'data':{'user':_0x201bcd,'meta':{'env':_0xcdbda0['envName']??'production'}}};}}];
1
+ const a6_0xb0b263=a6_0x149b;(function(_0x302d93,_0x2881ad){const _0x30872d=a6_0x149b,_0x356d41=_0x302d93();while(!![]){try{const _0x574f0c=-parseInt(_0x30872d(0x1ed))/0x1*(-parseInt(_0x30872d(0x1ff))/0x2)+-parseInt(_0x30872d(0x1ee))/0x3*(-parseInt(_0x30872d(0x1f7))/0x4)+parseInt(_0x30872d(0x20e))/0x5+parseInt(_0x30872d(0x204))/0x6*(-parseInt(_0x30872d(0x1fa))/0x7)+-parseInt(_0x30872d(0x1d4))/0x8+parseInt(_0x30872d(0x207))/0x9+-parseInt(_0x30872d(0x1dc))/0xa;if(_0x574f0c===_0x2881ad)break;else _0x356d41['push'](_0x356d41['shift']());}catch(_0x3f44c7){_0x356d41['push'](_0x356d41['shift']());}}}(a6_0x35d0,0x7e3c2));function a6_0x149b(_0x60d722,_0x32cbfb){_0x60d722=_0x60d722-0x1cd;const _0x35d0a0=a6_0x35d0();let _0x149bdb=_0x35d0a0[_0x60d722];return _0x149bdb;}import{readScopedConfig,writeScopedConfig}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{AUTH_MODE}from'../../constant/auth-mode.js';function a6_0x35d0(){const _0x591778=['Expected:\x20ak_\x20followed\x20by\x2016+\x20alphanumeric\x20chars','Target\x20environment\x20to\x20persist\x20with\x20the\x20new\x20auth\x20config','status','2844fAIZjJ','init','access-key','8309ImJjOk','AccessKey\x20(ak_xxx...)','trim','\x20auth\x20login\x20--access-key\x20<ak_xxx>\x20[--global]','Option\x20A:\x20','1460DvMbEC','Option\x20B:\x20apps\x20config\x20(.lovrabet.json)','daily','length','str','750YBFvNu','Read\x20from\x20global\x20config\x20(default)','Shorthand\x20for\x20--access-key','4732713gaRFJd','\x20Verify:\x20','\x20auth\x20login\x20[--global]\x20[--access-key\x20ak_xxx]','No\x20credentials\x20found.\x20Configure\x20one\x20of\x20the\x20options\x20below:','auth','push','Write\x20to\x20global\x20config\x20(default)','258180yQOjMw','accessKey','boolean','string','\x20(via\x20','AccessKey\x20saved\x20to\x20','write','project','read','nonInteractive','2325144hvynPI','repeat','development','production','{\x20\x22accessKey\x22:\x20\x22ak_xxx\x22\x20}','Read\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','\x20auth\x20status','test','10010760EAGGEQ','\x20Current\x20env:\x20','Then\x20verify\x20with:\x20','envName','env','global','Clear\x20all\x20config\x20in\x20scope\x20and\x20initialize\x20auth\x20from\x20scratch','bool','Then\x20run:\x20','join','cancelled','Option\x20C:\x20environment\x20variable','\x20config.\x20Nothing\x20to\x20clear.','Tip:\x20you\x20can\x20also\x20run:','global-default','\x20scope.','If\x20command\x20execution\x20still\x20fails,\x20run:\x20','1102VcQunS','2427LSqpoe','Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','\x20config','AccessKey\x20required\x20for\x20login.\x20Create\x20one\x20in\x20Lovrabet\x20User\x20Center:','Invalid\x20accessKey\x20format:\x20\x22','slice'];a6_0x35d0=function(){return _0x591778;};return a6_0x35d0();}import{normalizeEnv,isDaily,isDev}from'../../constant/env.js';import{USER_ACCESS_KEY_CREATE_URL}from'../../constant/url.js';import{CliErrors}from'../../errors.js';import{promptAccessKey,isAbortPrompt}from'../../commands/auth/prompt.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getLoginUserInfo}from'../../core/api-client.js';const ACCESS_KEY_PATTERN=/^ak_[A-Za-z0-9]{16,}$/;function showAccessKeyCreateHint(){const _0x202b31=a6_0x149b;writeCliSideChannelLine(_0x202b31(0x1f1)),writeCliSideChannelLine('\x0a'+USER_ACCESS_KEY_CREATE_URL+'\x0a'),writeCliSideChannelLine(_0x202b31(0x1e9)),writeCliSideChannelLine('\x20\x20'+CLI_BIN_NAME+'\x20auth\x20login\x20--access-key\x20<ak_xxx>');}function resolveAuthScopeFlags(_0x4eaf09){const _0x3c8401=a6_0x149b;return toScopeFlags(resolveConfigScope({'explicitGlobal':_0x4eaf09['bool']('global'),'explicitProject':_0x4eaf09[_0x3c8401(0x1e3)](_0x3c8401(0x1d1)),'policy':_0x3c8401(0x1ea)}));}async function resolveAuthWriteInput(_0xc96bcc){const _0x3f06a4=a6_0x149b;let _0x5280be=(_0xc96bcc[_0x3f06a4(0x203)]('access-key')||_0xc96bcc['str']('ak')||'')['trim']();const _0x571cfe=(_0xc96bcc['str']('env')||'')[_0x3f06a4(0x1fc)]();if(!_0x5280be&&!_0xc96bcc[_0x3f06a4(0x1d3)])try{showAccessKeyCreateHint(),_0x5280be=await promptAccessKey('');}catch(_0x53ab06){if(isAbortPrompt(_0x53ab06))throw CliErrors[_0x3f06a4(0x1e6)]();throw _0x53ab06;}if(!_0x5280be)throw CliErrors['validation']('Missing\x20accessKey.',['Create\x20one\x20in\x20Lovrabet\x20User\x20Center:\x20'+USER_ACCESS_KEY_CREATE_URL,_0x3f06a4(0x1e4)+CLI_BIN_NAME+_0x3f06a4(0x1fd)]['join']('\x0a'));if(!ACCESS_KEY_PATTERN[_0x3f06a4(0x1db)](_0x5280be))throw CliErrors['validation'](_0x3f06a4(0x1f2)+_0x5280be+'\x22',_0x3f06a4(0x1f4));if(!_0x571cfe)return{'accessKey':_0x5280be};const _0x56e0e3=normalizeEnv(_0x571cfe);return{'accessKey':_0x5280be,'env':isDaily(_0x56e0e3)?_0x3f06a4(0x201):isDev(_0x56e0e3)?_0x3f06a4(0x1d6):_0x3f06a4(0x1d7)};}export const authDefinitions=[{'service':a6_0xb0b263(0x20b),'command':'login','description':'Save\x20accessKey\x20to\x20config\x20(global\x20by\x20default;\x20use\x20--project\x20for\x20project\x20config)','risk':a6_0xb0b263(0x1d0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0xb0b263(0x1f9),'type':a6_0xb0b263(0x1cd),'description':a6_0xb0b263(0x1fb)},{'name':'ak','type':a6_0xb0b263(0x1cd),'description':a6_0xb0b263(0x206)},{'name':a6_0xb0b263(0x1e1),'type':'boolean','description':a6_0xb0b263(0x20d),'default':!![]},{'name':a6_0xb0b263(0x1d1),'type':a6_0xb0b263(0x210),'description':a6_0xb0b263(0x1ef),'default':![]}],async 'execute'(_0x2a4464){const _0x2b5b3e=a6_0xb0b263,_0x2a848c=await resolveAuthWriteInput(_0x2a4464),_0x20424f=resolveAuthScopeFlags(_0x2a4464),_0x19ef61=readScopedConfig(_0x20424f);_0x19ef61['accessKey']=_0x2a848c[_0x2b5b3e(0x20f)];_0x2a848c[_0x2b5b3e(0x1e0)]&&(_0x19ef61[_0x2b5b3e(0x1e0)]=_0x2a848c['env']);writeScopedConfig(_0x19ef61,_0x20424f);const _0x222c68=_0x20424f[_0x2b5b3e(0x1e1)]?_0x2b5b3e(0x1e1):_0x2b5b3e(0x1d1),_0x2ddd2b=_0x19ef61[_0x2b5b3e(0x1e0)]?_0x2b5b3e(0x1dd)+_0x19ef61['env']+'.':'';return{'ok':!![],'message':_0x2b5b3e(0x1cf)+_0x222c68+'\x20config.'+_0x2ddd2b+_0x2b5b3e(0x208)+CLI_BIN_NAME+_0x2b5b3e(0x1da)};}},{'service':a6_0xb0b263(0x20b),'command':a6_0xb0b263(0x1f8),'description':a6_0xb0b263(0x1e2),'risk':a6_0xb0b263(0x1d0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0xb0b263(0x1f9),'type':'string','description':'AccessKey\x20(ak_xxx...)'},{'name':'ak','type':a6_0xb0b263(0x1cd),'description':'Shorthand\x20for\x20--access-key'},{'name':'env','type':a6_0xb0b263(0x1cd),'description':a6_0xb0b263(0x1f5)},{'name':a6_0xb0b263(0x1e1),'type':'boolean','description':a6_0xb0b263(0x20d),'default':!![]},{'name':a6_0xb0b263(0x1d1),'type':a6_0xb0b263(0x210),'description':'Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x4873ae){const _0x4ea11e=a6_0xb0b263,_0x1748cb=await resolveAuthWriteInput(_0x4873ae),_0x339774=resolveAuthScopeFlags(_0x4873ae),_0x1a6215={'accessKey':_0x1748cb[_0x4ea11e(0x20f)]};_0x1748cb[_0x4ea11e(0x1e0)]&&(_0x1a6215[_0x4ea11e(0x1e0)]=_0x1748cb['env']);writeScopedConfig(_0x1a6215,_0x339774);const _0x1b8f63=_0x339774[_0x4ea11e(0x1e1)]?_0x4ea11e(0x1e1):_0x4ea11e(0x1d1),_0x357686=_0x1a6215[_0x4ea11e(0x1e0)]?_0x4ea11e(0x1dd)+_0x1a6215[_0x4ea11e(0x1e0)]+'.':'';return{'ok':!![],'message':'Auth\x20config\x20reinitialized\x20in\x20'+_0x1b8f63+_0x4ea11e(0x1eb)+_0x357686+_0x4ea11e(0x208)+CLI_BIN_NAME+'\x20auth\x20status'};}},{'service':a6_0xb0b263(0x20b),'command':'logout','description':'Clear\x20accessKey\x20from\x20config','risk':a6_0xb0b263(0x1d0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'global','type':a6_0xb0b263(0x210),'description':'Clear\x20from\x20global\x20config\x20(default)','default':!![]},{'name':a6_0xb0b263(0x1d1),'type':a6_0xb0b263(0x210),'description':'Clear\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x2f9265){const _0x45ae69=a6_0xb0b263,_0x4800e7=resolveAuthScopeFlags(_0x2f9265),_0x3b901a=readScopedConfig(_0x4800e7),_0x17d29c=!!_0x3b901a[_0x45ae69(0x20f)];delete _0x3b901a[_0x45ae69(0x20f)],writeScopedConfig(_0x3b901a,_0x4800e7);const _0x420068=_0x4800e7[_0x45ae69(0x1e1)]?'global':_0x45ae69(0x1d1);if(_0x17d29c)return{'ok':!![],'message':'AccessKey\x20cleared\x20from\x20'+_0x420068+'\x20config.'};return{'ok':!![],'message':'No\x20AccessKey\x20found\x20in\x20'+_0x420068+_0x45ae69(0x1e8)};}},{'service':a6_0xb0b263(0x20b),'command':a6_0xb0b263(0x1f6),'description':'Show\x20current\x20authentication\x20status','risk':a6_0xb0b263(0x1d2),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0xb0b263(0x1e1),'type':a6_0xb0b263(0x210),'description':a6_0xb0b263(0x205),'default':!![]},{'name':a6_0xb0b263(0x1d1),'type':a6_0xb0b263(0x210),'description':a6_0xb0b263(0x1d9),'default':![]}],async 'execute'(_0xc1f88){const _0x3c8dfd=a6_0xb0b263,_0x2ad3b3=resolveAuthScopeFlags(_0xc1f88),_0x947dad=readScopedConfig(_0x2ad3b3),_0x33930d=process.env.LOVRABET_ACCESS_KEY||undefined,_0x235c50=_0x947dad[_0x3c8dfd(0x20f)]||undefined,_0x14c6a3=_0x33930d||_0x235c50,_0x4196ff=_0x33930d?'LOVRABET_ACCESS_KEY\x20env\x20var':_0x235c50?(_0x2ad3b3[_0x3c8dfd(0x1e1)]?_0x3c8dfd(0x1e1):_0x3c8dfd(0x1d1))+_0x3c8dfd(0x1f0):null,_0x11f99c=['Auth\x20mode:\x20'+AUTH_MODE['ClientAk']];if(_0x14c6a3){const _0x58fab6=_0x14c6a3[_0x3c8dfd(0x202)]>0x8?''+_0x14c6a3[_0x3c8dfd(0x1f3)](0x0,0x8)+'*'[_0x3c8dfd(0x1d5)](_0x14c6a3[_0x3c8dfd(0x202)]-0x8):_0x14c6a3;_0x11f99c['push']('AccessKey:\x20'+_0x58fab6+(_0x4196ff?_0x3c8dfd(0x1ce)+_0x4196ff+')':''));}return!_0x14c6a3&&(_0x11f99c[_0x3c8dfd(0x20c)](''),_0x11f99c[_0x3c8dfd(0x20c)](_0x3c8dfd(0x20a)),_0x11f99c[_0x3c8dfd(0x20c)](''),_0x11f99c['push'](_0x3c8dfd(0x1fe)+CLI_BIN_NAME+_0x3c8dfd(0x209)),_0x11f99c[_0x3c8dfd(0x20c)](''),_0x11f99c['push'](_0x3c8dfd(0x200)),_0x11f99c[_0x3c8dfd(0x20c)](_0x3c8dfd(0x1d8)),_0x11f99c['push'](''),_0x11f99c[_0x3c8dfd(0x20c)](_0x3c8dfd(0x1e7)),_0x11f99c[_0x3c8dfd(0x20c)]('\x20\x20export\x20LOVRABET_ACCESS_KEY=ak_xxx'),_0x11f99c['push'](''),_0x11f99c['push'](_0x3c8dfd(0x1de)+CLI_BIN_NAME+_0x3c8dfd(0x1da)),_0x11f99c['push'](_0x3c8dfd(0x1ec)+CLI_BIN_NAME+'\x20doctor')),{'ok':!![],'message':_0x11f99c[_0x3c8dfd(0x1e5)]('\x0a')};}},{'service':a6_0xb0b263(0x20b),'command':'info','description':'Fetch\x20current\x20login\x20user\x20info\x20for\x20the\x20active\x20access\x20key','risk':a6_0xb0b263(0x1d2),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x3f6f2d){const _0x12be0f=a6_0xb0b263,_0x3488de=await getLoginUserInfo();return{'ok':!![],'data':{'user':_0x3488de,'meta':{'env':_0x3f6f2d[_0x12be0f(0x1df)]??_0x12be0f(0x1d7)}}};}}];
@@ -1 +1 @@
1
- (function(_0x560193,_0x278fa7){const _0x2f3681=a7_0x347a,_0x4b172f=_0x560193();while(!![]){try{const _0x4b72f7=parseInt(_0x2f3681(0x87))/0x1+-parseInt(_0x2f3681(0x7f))/0x2*(parseInt(_0x2f3681(0x8a))/0x3)+-parseInt(_0x2f3681(0x7c))/0x4+-parseInt(_0x2f3681(0x86))/0x5*(-parseInt(_0x2f3681(0x84))/0x6)+parseInt(_0x2f3681(0x83))/0x7*(-parseInt(_0x2f3681(0x8b))/0x8)+parseInt(_0x2f3681(0x8c))/0x9+-parseInt(_0x2f3681(0x7d))/0xa*(parseInt(_0x2f3681(0x88))/0xb);if(_0x4b72f7===_0x278fa7)break;else _0x4b172f['push'](_0x4b172f['shift']());}catch(_0x17365b){_0x4b172f['push'](_0x4b172f['shift']());}}}(a7_0x41c1,0x1ec13));import{createInterface}from'node:readline';class AbortPrompt extends Error{constructor(){const _0x67e00d=a7_0x347a;super('User\x20aborted\x20prompt'),this[_0x67e00d(0x7b)]=_0x67e00d(0x85);}}function createSafeRl(){const _0x436883=createInterface({'input':process['stdin'],'output':process['stdout']});let _0x5d107f;const _0x2674e9=new Promise((_0x5a63d1,_0x4efd7a)=>{const _0x178780=a7_0x347a;_0x5d107f=()=>{const _0x4c51bf=a7_0x347a;_0x5d107f&&(_0x436883[_0x4c51bf(0x90)](_0x4c51bf(0x7e),_0x5d107f),_0x5d107f=undefined);try{_0x436883['close']();}catch{}_0x4efd7a(new AbortPrompt());},_0x436883[_0x178780(0x82)](_0x178780(0x7e),_0x5d107f);}),_0x4ac34e=()=>{const _0x10fe7d=a7_0x347a;_0x5d107f&&(_0x436883[_0x10fe7d(0x90)](_0x10fe7d(0x7e),_0x5d107f),_0x5d107f=undefined);try{_0x436883[_0x10fe7d(0x80)]();}catch{}};return{'rl':_0x436883,'abortPromise':_0x2674e9,'disposeSuccess':_0x4ac34e};}function a7_0x347a(_0x371459,_0x1cec8e){_0x371459=_0x371459-0x7b;const _0x41c1cb=a7_0x41c1();let _0x347abf=_0x41c1cb[_0x371459];return _0x347abf;}function a7_0x41c1(){const _0x5869c5=['name','552112aTLrCM','58990dCKZtL','SIGINT','1438aeRrLF','close','race','once','7lAhsJE','12Kjvgfy','AbortPrompt','456385GHxdVi','242865OkjMMo','77mShaQz','AccessKey\x20(paste\x20ak_...):\x20','888MANUPW','998056bmabSh','1957086UHuQFg','question','):\x20','trim','removeListener'];a7_0x41c1=function(){return _0x5869c5;};return a7_0x41c1();}export async function promptAccessKey(_0x520432=''){const _0x51b7f5=a7_0x347a,{rl:_0x33b6dc,abortPromise:_0x448016,disposeSuccess:_0x3ad309}=createSafeRl(),_0x53372a=new Promise(_0x46cf46=>{const _0x4188ae=a7_0x347a,_0x132cc8=_0x520432?'AccessKey\x20('+_0x520432+_0x4188ae(0x8e):_0x4188ae(0x89);_0x33b6dc[_0x4188ae(0x8d)](_0x132cc8,_0x47e0ff=>{const _0x3c4e21=_0x4188ae;_0x3ad309(),_0x46cf46(_0x47e0ff[_0x3c4e21(0x8f)]()||_0x520432);});});return Promise[_0x51b7f5(0x81)]([_0x53372a,_0x448016]);}export function isAbortPrompt(_0x438139){const _0x4bcffa=a7_0x347a;return _0x438139 instanceof Error&&_0x438139[_0x4bcffa(0x7b)]==='AbortPrompt';}
1
+ function a7_0x3a4e(){const _0x58be31=['1910769GHNIlY','stdin','40SzDqUo','trim','3257375pQdZLh','AbortPrompt','820998DfcLRV','1604208wPtDrG','name','580596AcDCQN','SIGINT','2lceYkU','close','112KsKNuj','stdout','1500480qGJuit','User\x20aborted\x20prompt','question','161340hRnWez','once'];a7_0x3a4e=function(){return _0x58be31;};return a7_0x3a4e();}(function(_0xbf241b,_0x229b9f){const _0x37ec9e=a7_0x35c2,_0x1724e2=_0xbf241b();while(!![]){try{const _0x3546af=parseInt(_0x37ec9e(0x1d9))/0x1+parseInt(_0x37ec9e(0x1db))/0x2*(parseInt(_0x37ec9e(0x1d0))/0x3)+parseInt(_0x37ec9e(0x1d7))/0x4+-parseInt(_0x37ec9e(0x1d4))/0x5+parseInt(_0x37ec9e(0x1ce))/0x6*(parseInt(_0x37ec9e(0x1dd))/0x7)+-parseInt(_0x37ec9e(0x1d2))/0x8*(parseInt(_0x37ec9e(0x1d6))/0x9)+-parseInt(_0x37ec9e(0x1df))/0xa;if(_0x3546af===_0x229b9f)break;else _0x1724e2['push'](_0x1724e2['shift']());}catch(_0x65037e){_0x1724e2['push'](_0x1724e2['shift']());}}}(a7_0x3a4e,0xc128a));import{createInterface}from'node:readline';class AbortPrompt extends Error{constructor(){const _0x5ac566=a7_0x35c2;super(_0x5ac566(0x1e0)),this[_0x5ac566(0x1d8)]=_0x5ac566(0x1d5);}}function createSafeRl(){const _0x4bf545=a7_0x35c2,_0x3d0a75=createInterface({'input':process[_0x4bf545(0x1d1)],'output':process[_0x4bf545(0x1de)]});let _0x3110b2;const _0x2c192f=new Promise((_0x370b02,_0x199fc5)=>{const _0x451a1b=_0x4bf545;_0x3110b2=()=>{const _0x5b9a04=a7_0x35c2;_0x3110b2&&(_0x3d0a75['removeListener']('SIGINT',_0x3110b2),_0x3110b2=undefined);try{_0x3d0a75[_0x5b9a04(0x1dc)]();}catch{}_0x199fc5(new AbortPrompt());},_0x3d0a75[_0x451a1b(0x1cf)](_0x451a1b(0x1da),_0x3110b2);}),_0x95d0b0=()=>{const _0x46a6c7=_0x4bf545;_0x3110b2&&(_0x3d0a75['removeListener'](_0x46a6c7(0x1da),_0x3110b2),_0x3110b2=undefined);try{_0x3d0a75[_0x46a6c7(0x1dc)]();}catch{}};return{'rl':_0x3d0a75,'abortPromise':_0x2c192f,'disposeSuccess':_0x95d0b0};}function a7_0x35c2(_0x3db2bd,_0x4d41b0){_0x3db2bd=_0x3db2bd-0x1cd;const _0x3a4ebe=a7_0x3a4e();let _0x35c2e4=_0x3a4ebe[_0x3db2bd];return _0x35c2e4;}export async function promptAccessKey(_0x522b7b=''){const {rl:_0x21a5a1,abortPromise:_0x314ca3,disposeSuccess:_0x25f8f9}=createSafeRl(),_0x2abdec=new Promise(_0x360177=>{const _0x5f1f68=a7_0x35c2,_0x2d34ca=_0x522b7b?'AccessKey\x20('+_0x522b7b+'):\x20':'AccessKey\x20(paste\x20ak_...):\x20';_0x21a5a1[_0x5f1f68(0x1cd)](_0x2d34ca,_0x43a49b=>{const _0x568591=_0x5f1f68;_0x25f8f9(),_0x360177(_0x43a49b[_0x568591(0x1d3)]()||_0x522b7b);});});return Promise['race']([_0x2abdec,_0x314ca3]);}export function isAbortPrompt(_0x59a001){const _0x36b230=a7_0x35c2;return _0x59a001 instanceof Error&&_0x59a001[_0x36b230(0x1d8)]===_0x36b230(0x1d5);}
@@ -1 +1 @@
1
- function a8_0x2e5c(_0x13c867,_0x23ef49){_0x13c867=_0x13c867-0x157;const _0x15dcbc=a8_0x15dc();let _0x2e5c3b=_0x15dcbc[_0x13c867];return _0x2e5c3b;}const a8_0x1bf159=a8_0x2e5c;(function(_0xc8f6ce,_0x49bc15){const _0x263b9d=a8_0x2e5c,_0x3d07cf=_0xc8f6ce();while(!![]){try{const _0x2aace1=parseInt(_0x263b9d(0x163))/0x1+-parseInt(_0x263b9d(0x158))/0x2+parseInt(_0x263b9d(0x15f))/0x3+-parseInt(_0x263b9d(0x15a))/0x4+-parseInt(_0x263b9d(0x164))/0x5*(-parseInt(_0x263b9d(0x15b))/0x6)+parseInt(_0x263b9d(0x157))/0x7+-parseInt(_0x263b9d(0x168))/0x8*(-parseInt(_0x263b9d(0x161))/0x9);if(_0x2aace1===_0x49bc15)break;else _0x3d07cf['push'](_0x3d07cf['shift']());}catch(_0x55cb20){_0x3d07cf['push'](_0x3d07cf['shift']());}}}(a8_0x15dc,0x2f4ca));import{getBffScriptInfo}from'../../core/api-client.js';function a8_0x15dc(){const _0x4e1952=['createdTime','1126720fLlywU','72WhKNEh','Get\x20BFF\x20script\x20details\x20by\x20ID','functionName','num','4293srjolv','detail','9zvfREu','appCode','235218bmOIln','14680cepDlv','(none)','Script\x20ID','bff','168248wumNhJ','read','updatedTime','2200135wBnABa','263598YIIJEZ'];a8_0x15dc=function(){return _0x4e1952;};return a8_0x15dc();}import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';export const bffDetail={'service':a8_0x1bf159(0x167),'command':a8_0x1bf159(0x160),'description':a8_0x1bf159(0x15c),'risk':a8_0x1bf159(0x169),'flags':[{...ID_FLAG,'description':a8_0x1bf159(0x166)},VERBOSE_FLAG],async 'execute'(_0x53b993){const _0x421856=a8_0x1bf159,_0x451a85=await getBffScriptInfo(_0x53b993[_0x421856(0x15e)]('id')),_0x17b5af=_0x53b993['bool']('verbose');if(_0x17b5af)return{'ok':!![],'data':_0x451a85};return{'ok':!![],'data':{'id':_0x451a85['id'],'appCode':_0x451a85[_0x421856(0x162)],'functionName':_0x451a85[_0x421856(0x15d)]??'','scriptType':_0x451a85['scriptType'],'description':_0x451a85['description']||_0x421856(0x165),'createdTime':_0x451a85[_0x421856(0x159)]??'','updatedTime':_0x451a85[_0x421856(0x16a)]??''}};}};
1
+ const a8_0x468300=a8_0x3b85;(function(_0x53aa57,_0xadf9b6){const _0x42ce49=a8_0x3b85,_0x58c4ff=_0x53aa57();while(!![]){try{const _0x93c098=-parseInt(_0x42ce49(0xa8))/0x1+-parseInt(_0x42ce49(0x9a))/0x2+parseInt(_0x42ce49(0xa7))/0x3+-parseInt(_0x42ce49(0xa6))/0x4+-parseInt(_0x42ce49(0xa3))/0x5+parseInt(_0x42ce49(0x9b))/0x6+parseInt(_0x42ce49(0xa0))/0x7*(parseInt(_0x42ce49(0x9e))/0x8);if(_0x93c098===_0xadf9b6)break;else _0x58c4ff['push'](_0x58c4ff['shift']());}catch(_0x5f244b){_0x58c4ff['push'](_0x58c4ff['shift']());}}}(a8_0x7157,0x39261));import{getBffScriptInfo}from'../../core/api-client.js';import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';function a8_0x7157(){const _0x28e079=['1389425skqMoP','Get\x20BFF\x20script\x20details\x20by\x20ID','num','1495040MzTBpd','1270050KRcVlw','143591TbGVWL','Script\x20ID','(none)','scriptType','738224ICHeUj','73674mOoqeB','bff','appCode','13280bWXsrD','createdTime','4060oNBPri','updatedTime','functionName'];a8_0x7157=function(){return _0x28e079;};return a8_0x7157();}function a8_0x3b85(_0x34cfb3,_0x531219){_0x34cfb3=_0x34cfb3-0x99;const _0x71572b=a8_0x7157();let _0x3b850a=_0x71572b[_0x34cfb3];return _0x3b850a;}export const bffDetail={'service':a8_0x468300(0x9c),'command':'detail','description':a8_0x468300(0xa4),'risk':'read','flags':[{...ID_FLAG,'description':a8_0x468300(0xa9)},VERBOSE_FLAG],async 'execute'(_0x428eec){const _0x543d2e=a8_0x468300,_0x40365f=await getBffScriptInfo(_0x428eec[_0x543d2e(0xa5)]('id')),_0x4b28d9=_0x428eec['bool']('verbose');if(_0x4b28d9)return{'ok':!![],'data':_0x40365f};return{'ok':!![],'data':{'id':_0x40365f['id'],'appCode':_0x40365f[_0x543d2e(0x9d)],'functionName':_0x40365f[_0x543d2e(0xa2)]??'','scriptType':_0x40365f[_0x543d2e(0x99)],'description':_0x40365f['description']||_0x543d2e(0xaa),'createdTime':_0x40365f[_0x543d2e(0x9f)]??'','updatedTime':_0x40365f[_0x543d2e(0xa1)]??''}};}};
@@ -1 +1 @@
1
- const a9_0x16af08=a9_0x258a;(function(_0x45a6ed,_0x2e6b9c){const _0x4af010=a9_0x258a,_0x4712ec=_0x45a6ed();while(!![]){try{const _0x27223b=parseInt(_0x4af010(0xa7))/0x1+parseInt(_0x4af010(0xa0))/0x2*(-parseInt(_0x4af010(0x9f))/0x3)+parseInt(_0x4af010(0xa2))/0x4+parseInt(_0x4af010(0xa3))/0x5*(-parseInt(_0x4af010(0x9e))/0x6)+-parseInt(_0x4af010(0xa4))/0x7+-parseInt(_0x4af010(0x99))/0x8+parseInt(_0x4af010(0x9c))/0x9;if(_0x27223b===_0x2e6b9c)break;else _0x4712ec['push'](_0x4712ec['shift']());}catch(_0x3dfb44){_0x4712ec['push'](_0x4712ec['shift']());}}}(a9_0x30b1,0x6663e));import{executeSdkBff}from'../../core/sdk-client.js';import{parseJsonParams}from'../../utils/params.js';function a9_0x258a(_0x5c172d,_0x71dc08){_0x5c172d=_0x5c172d-0x99;const _0x30b118=a9_0x30b1();let _0x258a02=_0x30b118[_0x5c172d];return _0x258a02;}import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':'bff','command':'exec','description':a9_0x16af08(0xa1),'risk':a9_0x16af08(0x9b),'flags':[{...NAME_FLAG,'required':!![],'description':a9_0x16af08(0xa6)},PARAMS_FLAG],async 'execute'(_0x1abffb){const _0x192472=a9_0x16af08,_0x5e3997=parseJsonParams(_0x1abffb[_0x192472(0x9a)](_0x192472(0x9d))),_0x38a1f2=Date[_0x192472(0xa8)](),_0x480070=await executeSdkBff(_0x1abffb[_0x192472(0x9a)](_0x192472(0xa5)),_0x5e3997),_0x1430bd=Date[_0x192472(0xa8)]()-_0x38a1f2;return{'ok':!![],'data':{'result':_0x480070,'elapsed':_0x1430bd},'message':_0x192472(0xa9)+_0x1430bd+'ms'};}};function a9_0x30b1(){const _0x55eea2=['Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','1186692GBVMLd','15lJPDjX','608188rqjeYe','name','BFF\x20function\x20name\x20to\x20execute','476085MrNBfF','now','BFF\x20executed\x20in\x20','104152OdKNTg','str','read','3622059KVAWAZ','params','81606dCNqbm','22233GVnmTh','166ObucZe'];a9_0x30b1=function(){return _0x55eea2;};return a9_0x30b1();}
1
+ const a9_0x2e6f2=a9_0x45a4;(function(_0x2b2a34,_0x58fc99){const _0xc79670=a9_0x45a4,_0x2265bf=_0x2b2a34();while(!![]){try{const _0x2792fd=parseInt(_0xc79670(0xdb))/0x1*(parseInt(_0xc79670(0xe4))/0x2)+-parseInt(_0xc79670(0xe5))/0x3+parseInt(_0xc79670(0xe1))/0x4*(parseInt(_0xc79670(0xe2))/0x5)+-parseInt(_0xc79670(0xe0))/0x6*(parseInt(_0xc79670(0xde))/0x7)+-parseInt(_0xc79670(0xdf))/0x8*(-parseInt(_0xc79670(0xdc))/0x9)+-parseInt(_0xc79670(0xdd))/0xa+parseInt(_0xc79670(0xe3))/0xb*(-parseInt(_0xc79670(0xe7))/0xc);if(_0x2792fd===_0x58fc99)break;else _0x2265bf['push'](_0x2265bf['shift']());}catch(_0x1513a5){_0x2265bf['push'](_0x2265bf['shift']());}}}(a9_0x1647,0x4a1d8));function a9_0x45a4(_0x4d4af2,_0x5dfe32){_0x4d4af2=_0x4d4af2-0xd9;const _0x16471b=a9_0x1647();let _0x45a45e=_0x16471b[_0x4d4af2];return _0x45a45e;}import{executeSdkBff}from'../../core/sdk-client.js';import{parseJsonParams}from'../../utils/params.js';import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';function a9_0x1647(){const _0x56f838=['7yqRIEK','136tMHJCX','64716CkhMXE','8iUUDdp','79680VhAyHf','11iIlZyi','2FVnRzs','731766iOWQNc','BFF\x20executed\x20in\x20','594324iqElto','Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','now','str','409873JKyhcL','307089SMUnKu','4139910CBKoYf'];a9_0x1647=function(){return _0x56f838;};return a9_0x1647();}export const bffExec={'service':'bff','command':'exec','description':a9_0x2e6f2(0xe8),'risk':'read','flags':[{...NAME_FLAG,'required':!![],'description':'BFF\x20function\x20name\x20to\x20execute'},PARAMS_FLAG],async 'execute'(_0x3e1b9){const _0x39a665=a9_0x2e6f2,_0x1e9ef3=parseJsonParams(_0x3e1b9[_0x39a665(0xda)]('params')),_0xf65ad=Date['now'](),_0xe2c967=await executeSdkBff(_0x3e1b9['str']('name'),_0x1e9ef3),_0x1991be=Date[_0x39a665(0xd9)]()-_0xf65ad;return{'ok':!![],'data':{'result':_0xe2c967,'elapsed':_0x1991be},'message':_0x39a665(0xe6)+_0x1991be+'ms'};}};
@@ -1 +1 @@
1
- function a10_0x515b(){const _0x754ea=['436936Nnoywm','831810PZMUDJ','2480103nzabNp','31998eCaNls','29916qNLHJN','3871800LalsOc','1345Ombnmg','34340152cSCmnK'];a10_0x515b=function(){return _0x754ea;};return a10_0x515b();}(function(_0x276d29,_0x158adc){const _0xe54d89=a10_0x1deb,_0x391a4f=_0x276d29();while(!![]){try{const _0x963381=-parseInt(_0xe54d89(0x10c))/0x1+-parseInt(_0xe54d89(0x108))/0x2+-parseInt(_0xe54d89(0x106))/0x3+-parseInt(_0xe54d89(0x109))/0x4+-parseInt(_0xe54d89(0x10a))/0x5*(parseInt(_0xe54d89(0x107))/0x6)+parseInt(_0xe54d89(0x105))/0x7+parseInt(_0xe54d89(0x10b))/0x8;if(_0x963381===_0x158adc)break;else _0x391a4f['push'](_0x391a4f['shift']());}catch(_0xf0d67a){_0x391a4f['push'](_0x391a4f['shift']());}}}(a10_0x515b,0xb2473));import{bffDetail}from'../../commands/bff/detail.js';function a10_0x1deb(_0x250f8a,_0x49d149){_0x250f8a=_0x250f8a-0x105;const _0x515b28=a10_0x515b();let _0x1deb10=_0x515b28[_0x250f8a];return _0x1deb10;}import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];
1
+ (function(_0x38a012,_0x1bea56){const _0x44ad1a=a10_0x2568,_0x44bd62=_0x38a012();while(!![]){try{const _0x4158fb=-parseInt(_0x44ad1a(0xf7))/0x1*(parseInt(_0x44ad1a(0xf6))/0x2)+-parseInt(_0x44ad1a(0xf8))/0x3*(-parseInt(_0x44ad1a(0xf9))/0x4)+-parseInt(_0x44ad1a(0x100))/0x5*(parseInt(_0x44ad1a(0xff))/0x6)+parseInt(_0x44ad1a(0xfc))/0x7+parseInt(_0x44ad1a(0xfe))/0x8*(-parseInt(_0x44ad1a(0xfb))/0x9)+parseInt(_0x44ad1a(0xfd))/0xa*(parseInt(_0x44ad1a(0xf4))/0xb)+-parseInt(_0x44ad1a(0xf5))/0xc*(parseInt(_0x44ad1a(0xfa))/0xd);if(_0x4158fb===_0x1bea56)break;else _0x44bd62['push'](_0x44bd62['shift']());}catch(_0x4cd814){_0x44bd62['push'](_0x44bd62['shift']());}}}(a10_0x385b,0x2af26));import{bffDetail}from'../../commands/bff/detail.js';function a10_0x2568(_0x357b50,_0x4aca85){_0x357b50=_0x357b50-0xf4;const _0x385b83=a10_0x385b();let _0x256852=_0x385b83[_0x357b50];return _0x256852;}import{bffExec}from'../../commands/bff/exec.js';function a10_0x385b(){const _0x292f51=['3524bwgROv','13foFtAU','253134WYaJYz','643923YUWaOr','2045040lflxZP','16eRajzb','67986zJWVKI','60mAuzEI','11IxGphK','927132lwxvjZ','2zNktsR','149757fKWMmO','1017COxtAV'];a10_0x385b=function(){return _0x292f51;};return a10_0x385b();}export const bffDefinitions=[bffDetail,bffExec];
@@ -1 +1 @@
1
- (function(_0x5700db,_0x2911ff){const _0x3f9b5c=a11_0x5ee3,_0x27a66e=_0x5700db();while(!![]){try{const _0x19c342=-parseInt(_0x3f9b5c(0x181))/0x1*(-parseInt(_0x3f9b5c(0x18c))/0x2)+parseInt(_0x3f9b5c(0x18d))/0x3+parseInt(_0x3f9b5c(0x189))/0x4*(parseInt(_0x3f9b5c(0x184))/0x5)+-parseInt(_0x3f9b5c(0x18f))/0x6*(-parseInt(_0x3f9b5c(0x192))/0x7)+parseInt(_0x3f9b5c(0x182))/0x8*(parseInt(_0x3f9b5c(0x18b))/0x9)+-parseInt(_0x3f9b5c(0x185))/0xa+-parseInt(_0x3f9b5c(0x187))/0xb;if(_0x19c342===_0x2911ff)break;else _0x27a66e['push'](_0x27a66e['shift']());}catch(_0x48003d){_0x27a66e['push'](_0x27a66e['shift']());}}}(a11_0x4145,0x8d39d));function a11_0x5ee3(_0x20fc4a,_0x7e74be){_0x20fc4a=_0x20fc4a-0x17d;const _0x414528=a11_0x4145();let _0x5ee3a7=_0x414528[_0x20fc4a];return _0x5ee3a7;}import{CLI_BIN_NAME}from'../../constant/cli.js';export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';export{OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{isInProject}from'../../context.js';import{CliErrors}from'../../errors.js';export{buildAppProfileListFields,CONFIG_ENUM_VALUES,IMPORTABLE_RUNTIME_CONFIG_KEYS,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getConfigDefaultValue,getConfigEnumValues,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isLegacyCompatConfigKey,isTopLevelConfigKey}from'../../config/schema.js';export function resolveConfigScope(_0x4cc4ff){const _0x3b64ad=a11_0x5ee3,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x60a25e}=_0x4cc4ff;if(explicitGlobal&&explicitProject)throw CliErrors[_0x3b64ad(0x191)](_0x3b64ad(0x180),_0x3b64ad(0x193));if(explicitGlobal)return _0x3b64ad(0x17e);if(explicitProject)return _0x3b64ad(0x188);switch(_0x60a25e){case _0x3b64ad(0x17d):return _0x3b64ad(0x17e);case _0x3b64ad(0x190):return _0x4cc4ff[_0x3b64ad(0x186)]??isInProject()?_0x3b64ad(0x188):'global';case _0x3b64ad(0x17f):if(!(_0x4cc4ff['inProject']??isInProject()))throw CliErrors['validation']('Not\x20inside\x20a\x20project\x20(no\x20.lovrabet.json\x20found).',_0x3b64ad(0x18e)+CLI_BIN_NAME+_0x3b64ad(0x183));return'project';}}export function toScopeFlags(_0xd6570b){const _0x3d0ebe=a11_0x5ee3;return{'global':_0xd6570b===_0x3d0ebe(0x17e)};}function a11_0x4145(){const _0x280458=['6375963RKPcbk','project','3572aXRNKV','\x20(global)','1049796QEEBFc','106070HeVORt','1456233FRiDoJ','Add\x20--global\x20to\x20write\x20to\x20~/.lovrabet.json,\x20or\x20run\x20`','4336842qoDxbD','project-default','validation','7QhLAKY','Use\x20only\x20one\x20config\x20scope\x20flag.','global-default','global','project-or-global-explicit','Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','7KanWXB','8KjTGEe','\x20init`\x20first.','115GAZULl','5585520fzuhAo','inProject'];a11_0x4145=function(){return _0x280458;};return a11_0x4145();}export function formatScopeLabel(_0xe0bfba){const _0x366ad7=a11_0x5ee3;return _0xe0bfba===_0x366ad7(0x17e)?_0x366ad7(0x18a):'';}
1
+ (function(_0x502502,_0x5293a1){const _0x144a01=a11_0xdb18,_0x525d60=_0x502502();while(!![]){try{const _0x1f1ae5=-parseInt(_0x144a01(0x17a))/0x1+parseInt(_0x144a01(0x185))/0x2+-parseInt(_0x144a01(0x182))/0x3*(parseInt(_0x144a01(0x17e))/0x4)+-parseInt(_0x144a01(0x17d))/0x5*(-parseInt(_0x144a01(0x176))/0x6)+parseInt(_0x144a01(0x181))/0x7*(-parseInt(_0x144a01(0x183))/0x8)+parseInt(_0x144a01(0x188))/0x9+parseInt(_0x144a01(0x189))/0xa*(parseInt(_0x144a01(0x186))/0xb);if(_0x1f1ae5===_0x5293a1)break;else _0x525d60['push'](_0x525d60['shift']());}catch(_0x23a122){_0x525d60['push'](_0x525d60['shift']());}}}(a11_0x4158,0x40276));function a11_0xdb18(_0x34a527,_0x232984){_0x34a527=_0x34a527-0x176;const _0x415804=a11_0x4158();let _0xdb189b=_0x415804[_0x34a527];return _0xdb189b;}import{CLI_BIN_NAME}from'../../constant/cli.js';export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';export{OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{isInProject}from'../../context.js';import{CliErrors}from'../../errors.js';export{buildAppProfileListFields,CONFIG_ENUM_VALUES,IMPORTABLE_RUNTIME_CONFIG_KEYS,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getConfigDefaultValue,getConfigEnumValues,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isLegacyCompatConfigKey,isTopLevelConfigKey}from'../../config/schema.js';export function resolveConfigScope(_0x32a098){const _0x288ba5=a11_0xdb18,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x359233}=_0x32a098;if(explicitGlobal&&explicitProject)throw CliErrors[_0x288ba5(0x178)](_0x288ba5(0x179),'Use\x20only\x20one\x20config\x20scope\x20flag.');if(explicitGlobal)return _0x288ba5(0x17c);if(explicitProject)return'project';switch(_0x359233){case _0x288ba5(0x180):return _0x288ba5(0x17c);case _0x288ba5(0x184):return _0x32a098['inProject']??isInProject()?'project':'global';case'project-or-global-explicit':if(!(_0x32a098[_0x288ba5(0x187)]??isInProject()))throw CliErrors[_0x288ba5(0x178)](_0x288ba5(0x17f),_0x288ba5(0x177)+CLI_BIN_NAME+_0x288ba5(0x17b));return'project';}}export function toScopeFlags(_0x3b503f){const _0x4c51e3=a11_0xdb18;return{'global':_0x3b503f===_0x4c51e3(0x17c)};}export function formatScopeLabel(_0x428b4d){const _0x5213fd=a11_0xdb18;return _0x428b4d===_0x5213fd(0x17c)?'\x20(global)':'';}function a11_0x4158(){const _0x51232d=['validation','Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','138860lJpHrN','\x20init`\x20first.','global','5gjWaRs','1580924qvPcVS','Not\x20inside\x20a\x20project\x20(no\x20.lovrabet.json\x20found).','global-default','4039tHQRWp','3EItjje','640yIZHsH','project-default','208722bzBrgj','209FlDIVt','inProject','2274246vIyqBX','243370XtrXte','141402kfvwYp','Add\x20--global\x20to\x20write\x20to\x20~/.lovrabet.json,\x20or\x20run\x20`'];a11_0x4158=function(){return _0x51232d;};return a11_0x4158();}
@@ -1 +1 @@
1
- (function(_0x3e1f0e,_0xba5db0){const _0x5690f6=a12_0x1c4b,_0x157a4e=_0x3e1f0e();while(!![]){try{const _0x3d4731=parseInt(_0x5690f6(0x129))/0x1*(parseInt(_0x5690f6(0x138))/0x2)+parseInt(_0x5690f6(0x11e))/0x3+parseInt(_0x5690f6(0x126))/0x4+-parseInt(_0x5690f6(0x131))/0x5+-parseInt(_0x5690f6(0x122))/0x6*(-parseInt(_0x5690f6(0x135))/0x7)+-parseInt(_0x5690f6(0x12a))/0x8+-parseInt(_0x5690f6(0x125))/0x9;if(_0x3d4731===_0xba5db0)break;else _0x157a4e['push'](_0x157a4e['shift']());}catch(_0xecd10d){_0x157a4e['push'](_0x157a4e['shift']());}}}(a12_0x311f,0x6561b));import{CliErrors}from'../../errors.js';function a12_0x311f(){const _0xc2d1c5=['18418OlPveS','635757dwdBiU','Use\x20only\x20one\x20of:\x20','Flags\x20','At\x20least\x20one\x20of\x20','108372Gipugp','filter',':\x20expected\x20','1341261VSlMDG','877664fQMbMT','Exactly\x20one\x20of\x20','validation','23CpKAyz','1413584OGSmGK','Remove\x20all\x20but\x20one.','flag','Provide\x20one\x20of:\x20','\x20are\x20mutually\x20exclusive\x20for\x20`','str','\x20is\x20required\x20for\x20`','2761940IsAeRA','map','\x20is\x20allowed,\x20found:\x20','join','252hqxOTD','Invalid\x20--','length'];a12_0x311f=function(){return _0xc2d1c5;};return a12_0x311f();}function a12_0x1c4b(_0x33e7ce,_0x3217b6){_0x33e7ce=_0x33e7ce-0x11e;const _0x311fb4=a12_0x311f();let _0x1c4bc1=_0x311fb4[_0x33e7ce];return _0x1c4bc1;}function isSet(_0x515323,_0x1ff86f){const _0x626f4d=a12_0x1c4b,_0x4e8add=_0x515323[_0x626f4d(0x12c)](_0x1ff86f);return _0x4e8add!==undefined&&_0x4e8add!==''&&_0x4e8add!==![]&&_0x4e8add!==0x0;}function fmtNames(_0x1192fc){const _0x19cedd=a12_0x1c4b;return _0x1192fc[_0x19cedd(0x132)](_0x25c295=>'--'+_0x25c295)[_0x19cedd(0x134)](',\x20');}export function requireOneOf(_0x45282c,_0x11626f,_0x2f1872){const _0x3083d0=a12_0x1c4b,_0x4da966=_0x11626f[_0x3083d0(0x123)](_0x304f47=>isSet(_0x45282c,_0x304f47));if(_0x4da966[_0x3083d0(0x137)]!==0x1)throw CliErrors[_0x3083d0(0x128)](_0x4da966['length']===0x0?_0x3083d0(0x127)+fmtNames(_0x11626f)+_0x3083d0(0x130)+_0x2f1872+'`.':'Only\x20one\x20of\x20'+fmtNames(_0x11626f)+_0x3083d0(0x133)+fmtNames(_0x4da966)+'.',_0x4da966[_0x3083d0(0x137)]===0x0?'Provide\x20one\x20of:\x20'+fmtNames(_0x11626f):_0x3083d0(0x12b));}export function requireAnyOf(_0x1ecc87,_0x4edb51,_0x2b9ee0){const _0x23443c=a12_0x1c4b;if(!_0x4edb51['some'](_0x17aca5=>isSet(_0x1ecc87,_0x17aca5)))throw CliErrors[_0x23443c(0x128)](_0x23443c(0x121)+fmtNames(_0x4edb51)+_0x23443c(0x130)+_0x2b9ee0+'`.',_0x23443c(0x12d)+fmtNames(_0x4edb51));}export function mutuallyExclusive(_0x30bbeb,_0x3fa2b4,_0x121b43){const _0x1da78f=a12_0x1c4b,_0x71f55e=_0x3fa2b4[_0x1da78f(0x123)](_0x18c850=>isSet(_0x30bbeb,_0x18c850));if(_0x71f55e[_0x1da78f(0x137)]>0x1)throw CliErrors['validation'](_0x1da78f(0x120)+fmtNames(_0x71f55e)+_0x1da78f(0x12e)+_0x121b43+'`.',_0x1da78f(0x11f)+fmtNames(_0x3fa2b4));}export function validatePattern(_0x5d03dd,_0x50ec76,_0x4e6a11,_0x251b15){const _0x37523c=a12_0x1c4b,_0x511525=_0x5d03dd[_0x37523c(0x12f)](_0x50ec76);if(_0x511525&&!_0x4e6a11['test'](_0x511525))throw CliErrors[_0x37523c(0x128)](_0x37523c(0x136)+_0x50ec76+_0x37523c(0x124)+_0x251b15+',\x20got\x20\x22'+_0x511525+'\x22.');}
1
+ (function(_0x512b06,_0x58b2db){const _0x4f751b=a12_0xc751,_0x1df387=_0x512b06();while(!![]){try{const _0x11119d=-parseInt(_0x4f751b(0x184))/0x1*(parseInt(_0x4f751b(0x178))/0x2)+-parseInt(_0x4f751b(0x172))/0x3*(-parseInt(_0x4f751b(0x17b))/0x4)+-parseInt(_0x4f751b(0x16e))/0x5+-parseInt(_0x4f751b(0x174))/0x6+parseInt(_0x4f751b(0x181))/0x7+-parseInt(_0x4f751b(0x16d))/0x8+parseInt(_0x4f751b(0x170))/0x9*(parseInt(_0x4f751b(0x180))/0xa);if(_0x11119d===_0x58b2db)break;else _0x1df387['push'](_0x1df387['shift']());}catch(_0xbe359){_0x1df387['push'](_0x1df387['shift']());}}}(a12_0x451e,0x5d500));import{CliErrors}from'../../errors.js';function a12_0x451e(){const _0x1e84da=['Provide\x20one\x20of:\x20','72EmFxAg','Exactly\x20one\x20of\x20','some','\x20is\x20allowed,\x20found:\x20',':\x20expected\x20','3520430LPYILy','1149442CWgmeQ','join','\x20is\x20required\x20for\x20`','31UcMIiZ','Use\x20only\x20one\x20of:\x20','1041488ipEQpG','360105weKOPl','validation','18BbmHps','test','104457KNzfaJ','map','4349016jFpgtP','\x20are\x20mutually\x20exclusive\x20for\x20`','length','Only\x20one\x20of\x20','11986lkhVTK','filter'];a12_0x451e=function(){return _0x1e84da;};return a12_0x451e();}function isSet(_0x328ad8,_0x3d90ac){const _0x286b78=_0x328ad8['flag'](_0x3d90ac);return _0x286b78!==undefined&&_0x286b78!==''&&_0x286b78!==![]&&_0x286b78!==0x0;}function fmtNames(_0x199355){const _0x20aff0=a12_0xc751;return _0x199355[_0x20aff0(0x173)](_0x162ce0=>'--'+_0x162ce0)[_0x20aff0(0x182)](',\x20');}export function requireOneOf(_0x4cc916,_0xa23c85,_0x5e14a3){const _0x5286c0=a12_0xc751,_0x1c6f66=_0xa23c85[_0x5286c0(0x179)](_0x5aa60b=>isSet(_0x4cc916,_0x5aa60b));if(_0x1c6f66['length']!==0x1)throw CliErrors[_0x5286c0(0x16f)](_0x1c6f66[_0x5286c0(0x176)]===0x0?_0x5286c0(0x17c)+fmtNames(_0xa23c85)+_0x5286c0(0x183)+_0x5e14a3+'`.':_0x5286c0(0x177)+fmtNames(_0xa23c85)+_0x5286c0(0x17e)+fmtNames(_0x1c6f66)+'.',_0x1c6f66[_0x5286c0(0x176)]===0x0?_0x5286c0(0x17a)+fmtNames(_0xa23c85):'Remove\x20all\x20but\x20one.');}function a12_0xc751(_0x3ef35a,_0x38bced){_0x3ef35a=_0x3ef35a-0x16c;const _0x451e3b=a12_0x451e();let _0xc7516=_0x451e3b[_0x3ef35a];return _0xc7516;}export function requireAnyOf(_0x52f794,_0x303bc0,_0x4e3af5){const _0x1a8812=a12_0xc751;if(!_0x303bc0[_0x1a8812(0x17d)](_0x37c730=>isSet(_0x52f794,_0x37c730)))throw CliErrors[_0x1a8812(0x16f)]('At\x20least\x20one\x20of\x20'+fmtNames(_0x303bc0)+_0x1a8812(0x183)+_0x4e3af5+'`.',_0x1a8812(0x17a)+fmtNames(_0x303bc0));}export function mutuallyExclusive(_0x1c7fa3,_0x15036f,_0x2cff76){const _0x568c21=a12_0xc751,_0x58d633=_0x15036f['filter'](_0x2e3ce2=>isSet(_0x1c7fa3,_0x2e3ce2));if(_0x58d633[_0x568c21(0x176)]>0x1)throw CliErrors[_0x568c21(0x16f)]('Flags\x20'+fmtNames(_0x58d633)+_0x568c21(0x175)+_0x2cff76+'`.',_0x568c21(0x16c)+fmtNames(_0x15036f));}export function validatePattern(_0x5f28c7,_0x3fb338,_0x3219fd,_0x3e84b3){const _0x2315d9=a12_0xc751,_0xf69a5a=_0x5f28c7['str'](_0x3fb338);if(_0xf69a5a&&!_0x3219fd[_0x2315d9(0x171)](_0xf69a5a))throw CliErrors[_0x2315d9(0x16f)]('Invalid\x20--'+_0x3fb338+_0x2315d9(0x17f)+_0x3e84b3+',\x20got\x20\x22'+_0xf69a5a+'\x22.');}
@@ -1 +1 @@
1
- const a13_0x308d0f=a13_0xe7cb;(function(_0x111dcf,_0x540e9a){const _0x1e705a=a13_0xe7cb,_0x42916f=_0x111dcf();while(!![]){try{const _0x2dd3f4=parseInt(_0x1e705a(0xed))/0x1+-parseInt(_0x1e705a(0xf0))/0x2*(-parseInt(_0x1e705a(0xe9))/0x3)+-parseInt(_0x1e705a(0xe1))/0x4+-parseInt(_0x1e705a(0xde))/0x5+-parseInt(_0x1e705a(0xeb))/0x6+parseInt(_0x1e705a(0xe4))/0x7*(parseInt(_0x1e705a(0xe7))/0x8)+-parseInt(_0x1e705a(0xef))/0x9*(-parseInt(_0x1e705a(0xe0))/0xa);if(_0x2dd3f4===_0x540e9a)break;else _0x42916f['push'](_0x42916f['shift']());}catch(_0x572e89){_0x42916f['push'](_0x42916f['shift']());}}}(a13_0x5cfe,0x1f167));export const CODE_FLAG={'name':a13_0x308d0f(0xe3),'type':a13_0x308d0f(0xe2),'required':!![],'description':a13_0x308d0f(0xdd),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a13_0x308d0f(0xec)}};export const SQLCODE_FLAG={'name':'sqlcode','type':a13_0x308d0f(0xe2),'required':!![],'description':a13_0x308d0f(0xea),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a13_0x308d0f(0xe8)}};export const VERBOSE_FLAG={'name':'verbose','type':a13_0x308d0f(0xdb),'description':a13_0x308d0f(0xe5)};function a13_0xe7cb(_0x2be569,_0x18763d){_0x2be569=_0x2be569-0xdb;const _0x5cfeca=a13_0x5cfe();let _0xe7cb41=_0x5cfeca[_0x2be569];return _0xe7cb41;}function a13_0x5cfe(){const _0x25f07e=['Return\x20full\x20raw\x20response\x20object','number','599792BxKyWJ','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','763311hlDzRa','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','704688itANbc','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','34289AzJHpD','params','747DgJaKs','2wEGIrZ','boolean','Resource\x20name\x20for\x20lookup','Dataset\x20code\x20(32-char\x20hex\x20UUID)','719940bdBXDI','name','9440sLezlV','513020BchLRi','string','code','14itRIBo'];a13_0x5cfe=function(){return _0x25f07e;};return a13_0x5cfe();}export const PARAMS_FLAG={'name':a13_0x308d0f(0xee),'type':a13_0x308d0f(0xe2),'description':'Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)'};export const NAME_FLAG={'name':a13_0x308d0f(0xdf),'type':a13_0x308d0f(0xe2),'description':a13_0x308d0f(0xdc)};export const ID_FLAG={'name':'id','type':a13_0x308d0f(0xe6),'required':!![],'description':'Resource\x20ID'};
1
+ const a13_0x4abe66=a13_0x49ec;function a13_0xc637(){const _0x4a8281=['params','Resource\x20ID','3352200lCHMFV','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','2510VphiiO','37737ceCLtQ','string','3955832tUvMQh','208Agsblt','verbose','2325882IqLQck','1921310tEhDCM','name','11433RBHVke','3WoKaPq','number','code','Dataset\x20code\x20(32-char\x20hex\x20UUID)','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','78148ZGvGAj'];a13_0xc637=function(){return _0x4a8281;};return a13_0xc637();}(function(_0x136db5,_0x4e7148){const _0x5cd398=a13_0x49ec,_0xaa18a5=_0x136db5();while(!![]){try{const _0x4bb5e0=-parseInt(_0x5cd398(0x11a))/0x1+-parseInt(_0x5cd398(0x118))/0x2*(parseInt(_0x5cd398(0x11b))/0x3)+parseInt(_0x5cd398(0x129))/0x4+-parseInt(_0x5cd398(0x124))/0x5+parseInt(_0x5cd398(0x117))/0x6+parseInt(_0x5cd398(0x121))/0x7*(-parseInt(_0x5cd398(0x115))/0x8)+-parseInt(_0x5cd398(0x127))/0x9*(-parseInt(_0x5cd398(0x126))/0xa);if(_0x4bb5e0===_0x4e7148)break;else _0xaa18a5['push'](_0xaa18a5['shift']());}catch(_0x68494f){_0xaa18a5['push'](_0xaa18a5['shift']());}}}(a13_0xc637,0x79280));function a13_0x49ec(_0x281244,_0x5cf38c){_0x281244=_0x281244-0x115;const _0xc637f6=a13_0xc637();let _0x49ec66=_0xc637f6[_0x281244];return _0x49ec66;}export const CODE_FLAG={'name':a13_0x4abe66(0x11d),'type':'string','required':!![],'description':a13_0x4abe66(0x11e),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a13_0x4abe66(0x125)}};export const SQLCODE_FLAG={'name':'sqlcode','type':a13_0x4abe66(0x128),'required':!![],'description':'SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a13_0x4abe66(0x120)}};export const VERBOSE_FLAG={'name':a13_0x4abe66(0x116),'type':'boolean','description':'Return\x20full\x20raw\x20response\x20object'};export const PARAMS_FLAG={'name':a13_0x4abe66(0x122),'type':a13_0x4abe66(0x128),'description':a13_0x4abe66(0x11f)};export const NAME_FLAG={'name':a13_0x4abe66(0x119),'type':a13_0x4abe66(0x128),'description':'Resource\x20name\x20for\x20lookup'};export const ID_FLAG={'name':'id','type':a13_0x4abe66(0x11c),'required':!![],'description':a13_0x4abe66(0x123)};
@@ -1 +1 @@
1
- const a14_0x31586a=a14_0x5323;(function(_0x428bf5,_0xe8d7d5){const _0x395e94=a14_0x5323,_0x5193f9=_0x428bf5();while(!![]){try{const _0x127ff3=-parseInt(_0x395e94(0x1b2))/0x1*(parseInt(_0x395e94(0x193))/0x2)+parseInt(_0x395e94(0x183))/0x3*(-parseInt(_0x395e94(0x19c))/0x4)+parseInt(_0x395e94(0x18a))/0x5*(-parseInt(_0x395e94(0x190))/0x6)+parseInt(_0x395e94(0x191))/0x7*(parseInt(_0x395e94(0x18e))/0x8)+-parseInt(_0x395e94(0x192))/0x9*(parseInt(_0x395e94(0x1aa))/0xa)+parseInt(_0x395e94(0x1ab))/0xb+parseInt(_0x395e94(0x189))/0xc;if(_0x127ff3===_0xe8d7d5)break;else _0x5193f9['push'](_0x5193f9['shift']());}catch(_0x25ec74){_0x5193f9['push'](_0x5193f9['shift']());}}}(a14_0xdbf7,0x81be2));function a14_0x5323(_0x26f85b,_0x1df1b3){_0x26f85b=_0x26f85b-0x17b;const _0xdbf7e1=a14_0xdbf7();let _0x532371=_0xdbf7e1[_0x26f85b];return _0x532371;}import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,readScopedConfig,writeScopedConfig,resolveWriteScope,toScopeFlags}from'../../commands/config/shared.js';import{resolveWriteConfigPath,getProjectConfigPath}from'../../context.js';const GLOBAL_FLAG={'name':a14_0x31586a(0x184),'type':a14_0x31586a(0x19b),'description':a14_0x31586a(0x1a6),'default':![]},listDef={'service':a14_0x31586a(0x185),'command':a14_0x31586a(0x1b0),'description':a14_0x31586a(0x1ac),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x4fac70){const _0x39494d=a14_0x31586a,{buildConfigFromFlags:_0x59785f}=await import(_0x39494d(0x17d)),_0x12b8ba=_0x59785f({}),_0x300cfa=getProjectConfigPath(),_0x1bd24d=resolveWriteConfigPath(_0x39494d(0x184));if(_0x4fac70['format']==='pretty')return{'ok':!![],'message':_0x39494d(0x1a4)+(JSON['stringify'](_0x12b8ba[_0x39494d(0x1b7)],null,0x2)+'\x0a\x0a')+_0x39494d(0x19a)+('\x20\x20project:\x20'+(_0x300cfa??_0x39494d(0x1a0))+'\x0a')+(_0x39494d(0x1a1)+_0x1bd24d)};return{'ok':!![],'data':{'effective':_0x12b8ba[_0x39494d(0x1b7)],'configFiles':{'project':_0x300cfa??null,'global':_0x1bd24d}}};}},getDef={'service':a14_0x31586a(0x185),'command':a14_0x31586a(0x186),'description':a14_0x31586a(0x19e),'risk':a14_0x31586a(0x17e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x31586a(0x1ae),'description':a14_0x31586a(0x1a9),'required':!![]}],'flags':[],async 'execute'(_0x524f9c){const _0x51bfca=a14_0x31586a,_0x3c77d2=_0x524f9c[_0x51bfca(0x19f)][0x0];if(!_0x3c77d2)throw CliErrors['validation'](_0x51bfca(0x17f),'Usage:\x20'+CLI_BIN_NAME+_0x51bfca(0x1a8));const {buildConfigFromFlags:_0x5e4366}=await import(_0x51bfca(0x17d)),{raw:_0x158a34}=_0x5e4366({});if(_0x3c77d2['includes']('.')){const _0x53383b=_0x3c77d2[_0x51bfca(0x1b5)]('.');let _0x2ea6da=_0x158a34;for(const _0x1371af of _0x53383b){if(_0x2ea6da==null||typeof _0x2ea6da!==_0x51bfca(0x19d))throw CliErrors[_0x51bfca(0x1a3)](_0x51bfca(0x18d)+_0x3c77d2);_0x2ea6da=_0x2ea6da[_0x1371af];}if(_0x2ea6da===undefined)throw CliErrors[_0x51bfca(0x1a3)]('Key\x20not\x20found:\x20'+_0x3c77d2);return console[_0x51bfca(0x1b3)](typeof _0x2ea6da===_0x51bfca(0x19d)?JSON['stringify'](_0x2ea6da,null,0x2):String(_0x2ea6da)),{'ok':!![]};}const _0x41d641=_0x158a34[_0x3c77d2];if(_0x41d641===undefined)throw CliErrors['validation'](_0x51bfca(0x18d)+_0x3c77d2);return console[_0x51bfca(0x1b3)](typeof _0x41d641===_0x51bfca(0x19d)?JSON[_0x51bfca(0x197)](_0x41d641,null,0x2):String(_0x41d641)),{'ok':!![]};}},setDef={'service':'config','command':a14_0x31586a(0x180),'description':'Set\x20a\x20config\x20value','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x31586a(0x1ae),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a14_0x31586a(0x17b),'description':'Value\x20to\x20assign','required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x5247e5){const _0x4456c7=a14_0x31586a,_0x2a9d47=_0x5247e5[_0x4456c7(0x19f)][0x0],_0x2e747b=_0x5247e5[_0x4456c7(0x19f)][0x1];if(!_0x2a9d47||_0x2e747b===undefined)throw CliErrors[_0x4456c7(0x1a3)](_0x4456c7(0x195),_0x4456c7(0x188)+CLI_BIN_NAME+'\x20config\x20set\x20<key>\x20<value>\x20[--global]');if(ENUM_KEYS[_0x2a9d47]&&!ENUM_KEYS[_0x2a9d47][_0x4456c7(0x1af)](_0x2e747b))throw CliErrors['validation']('Invalid\x20value\x20for\x20\x22'+_0x2a9d47+_0x4456c7(0x18f)+ENUM_KEYS[_0x2a9d47][_0x4456c7(0x196)](',\x20'));if(_0x2a9d47===_0x4456c7(0x187))throw CliErrors[_0x4456c7(0x1a3)](_0x4456c7(0x1b6));if(_0x2a9d47===_0x4456c7(0x1a2)){const _0x56eb1b=Number(_0x2e747b);if(isNaN(_0x56eb1b)||_0x56eb1b<=0x0)throw CliErrors['validation']('pageSize\x20must\x20be\x20a\x20positive\x20number');}const _0x4a8ef2=resolveWriteScope({'explicitGlobal':_0x5247e5[_0x4456c7(0x199)](_0x4456c7(0x184)),'policy':_0x4456c7(0x17c)}),_0x441ae2=toScopeFlags(_0x4a8ef2),_0x2f0578=readScopedConfig(_0x441ae2);if(!isTopLevelConfigKey(_0x2a9d47))throw CliErrors[_0x4456c7(0x1a3)](_0x4456c7(0x1ad)+_0x2a9d47+_0x4456c7(0x194),_0x4456c7(0x1a5)+getTopLevelConfigKeySummary());return _0x2f0578[_0x2a9d47]=_0x2a9d47===_0x4456c7(0x1a2)?Number(_0x2e747b):_0x2e747b,console[_0x4456c7(0x1b3)](_0x4456c7(0x181)+_0x2a9d47+'`\x20=\x20\x22'+_0x2e747b+'\x22'+(_0x4a8ef2===_0x4456c7(0x184)?_0x4456c7(0x18c):'')),writeScopedConfig(_0x2f0578,_0x441ae2),{'ok':!![]};}},deleteDef={'service':'config','command':a14_0x31586a(0x182),'description':'Delete\x20a\x20config\x20value','risk':a14_0x31586a(0x1a7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x1457db){const _0xccb4af=a14_0x31586a,_0x1825b9=_0x1457db[_0xccb4af(0x19f)][0x0];if(!_0x1825b9)throw CliErrors[_0xccb4af(0x1a3)](_0xccb4af(0x17f),'Usage:\x20'+CLI_BIN_NAME+_0xccb4af(0x198));const _0x48e9ae=resolveWriteScope({'explicitGlobal':_0x1457db[_0xccb4af(0x199)](_0xccb4af(0x184)),'policy':_0xccb4af(0x17c)}),_0x4f08cc=toScopeFlags(_0x48e9ae),_0x444a73=readScopedConfig(_0x4f08cc);if(_0x444a73[_0x1825b9]===undefined)throw CliErrors[_0xccb4af(0x1a3)](_0xccb4af(0x1b1)+_0x1825b9+_0xccb4af(0x18b));return delete _0x444a73[_0x1825b9],console[_0xccb4af(0x1b3)](_0xccb4af(0x1b4)+_0x1825b9+'`'+(_0x48e9ae===_0xccb4af(0x184)?_0xccb4af(0x18c):'')),writeScopedConfig(_0x444a73,_0x4f08cc),{'ok':!![]};}};function a14_0xdbf7(){const _0x455e6e=['(none)','\x20\x20global:\x20\x20','pageSize','validation','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','Settable\x20top-level\x20keys:\x20','Write\x20to\x20global\x20config','write','\x20config\x20get\x20<key>','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','5569930FVxKRy','1406988pbLrFn','List\x20current\x20config','Top-level\x20key\x20\x22','key','includes','list','Key\x20\x22','171417LfKXKZ','log','Deleted\x20`','split','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','raw','value','project-or-global-explicit','../../context.js','read','Missing\x20key\x20argument.','set','Set\x20`','delete','45AcZdiz','global','config','get','riskLevel','Usage:\x20','25957248NtYFNW','40jmHTye','\x22\x20not\x20found\x20at\x20top\x20level.','\x20(global)','Key\x20not\x20found:\x20','5416DORVQJ','\x22.\x20Allowed:\x20','655260hrOtUw','6629AVuVVb','9FDOVZJ','2aQOUOL','\x22\x20is\x20not\x20settable.','Missing\x20key\x20or\x20value.','join','stringify','\x20config\x20delete\x20<key>\x20[--global]','bool','Config\x20files:\x0a','boolean','212964NKtQds','object','Get\x20a\x20config\x20value','args'];a14_0xdbf7=function(){return _0x455e6e;};return a14_0xdbf7();}export const configDefinitions=[listDef,getDef,setDef,deleteDef];
1
+ const a14_0x45993c=a14_0x1fd4;function a14_0x1fd4(_0x1db0ed,_0x2fb186){_0x1db0ed=_0x1db0ed-0x90;const _0x49e3a0=a14_0x49e3();let _0x1fd457=_0x49e3a0[_0x1db0ed];return _0x1fd457;}(function(_0x44664b,_0x5df3af){const _0x24a5be=a14_0x1fd4,_0x5597f6=_0x44664b();while(!![]){try{const _0xebfcc9=-parseInt(_0x24a5be(0xb6))/0x1*(parseInt(_0x24a5be(0xcf))/0x2)+-parseInt(_0x24a5be(0xbb))/0x3+-parseInt(_0x24a5be(0x92))/0x4+-parseInt(_0x24a5be(0x90))/0x5*(-parseInt(_0x24a5be(0xbf))/0x6)+parseInt(_0x24a5be(0xc4))/0x7+parseInt(_0x24a5be(0xb5))/0x8*(parseInt(_0x24a5be(0xc8))/0x9)+-parseInt(_0x24a5be(0x99))/0xa;if(_0xebfcc9===_0x5df3af)break;else _0x5597f6['push'](_0x5597f6['shift']());}catch(_0x5739c1){_0x5597f6['push'](_0x5597f6['shift']());}}}(a14_0x49e3,0xb85db));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,readScopedConfig,writeScopedConfig,resolveWriteScope,toScopeFlags}from'../../commands/config/shared.js';import{resolveWriteConfigPath,getProjectConfigPath}from'../../context.js';const GLOBAL_FLAG={'name':a14_0x45993c(0xcd),'type':a14_0x45993c(0xa7),'description':'Write\x20to\x20global\x20config','default':![]},listDef={'service':a14_0x45993c(0xb8),'command':a14_0x45993c(0xb0),'description':a14_0x45993c(0xad),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x578fea){const _0x280f4=a14_0x45993c,{buildConfigFromFlags:_0x374daf}=await import('../../context.js'),_0x9e6390=_0x374daf({}),_0x2c4581=getProjectConfigPath(),_0x2131e9=resolveWriteConfigPath(_0x280f4(0xcd));if(_0x578fea[_0x280f4(0xb2)]==='pretty')return{'ok':!![],'message':'#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a'+(JSON[_0x280f4(0x91)](_0x9e6390[_0x280f4(0xc5)],null,0x2)+'\x0a\x0a')+_0x280f4(0xb3)+(_0x280f4(0x97)+(_0x2c4581??_0x280f4(0x9e))+'\x0a')+(_0x280f4(0xa2)+_0x2131e9)};return{'ok':!![],'data':{'effective':_0x9e6390['raw'],'configFiles':{'project':_0x2c4581??null,'global':_0x2131e9}}};}},getDef={'service':'config','command':a14_0x45993c(0x9a),'description':a14_0x45993c(0xa5),'risk':a14_0x45993c(0xc7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x45993c(0xc2),'description':a14_0x45993c(0x96),'required':!![]}],'flags':[],async 'execute'(_0x45011e){const _0x450746=a14_0x45993c,_0x3f3c46=_0x45011e[_0x450746(0xa1)][0x0];if(!_0x3f3c46)throw CliErrors[_0x450746(0xc1)](_0x450746(0xbd),'Usage:\x20'+CLI_BIN_NAME+_0x450746(0xa8));const {buildConfigFromFlags:_0x40ae55}=await import(_0x450746(0xbe)),{raw:_0x94c605}=_0x40ae55({});if(_0x3f3c46['includes']('.')){const _0x3aeace=_0x3f3c46[_0x450746(0x94)]('.');let _0x4bc249=_0x94c605;for(const _0x2e34fc of _0x3aeace){if(_0x4bc249==null||typeof _0x4bc249!==_0x450746(0x9c))throw CliErrors['validation']('Key\x20not\x20found:\x20'+_0x3f3c46);_0x4bc249=_0x4bc249[_0x2e34fc];}if(_0x4bc249===undefined)throw CliErrors['validation'](_0x450746(0xc9)+_0x3f3c46);return console[_0x450746(0xa9)](typeof _0x4bc249===_0x450746(0x9c)?JSON[_0x450746(0x91)](_0x4bc249,null,0x2):String(_0x4bc249)),{'ok':!![]};}const _0x5c349e=_0x94c605[_0x3f3c46];if(_0x5c349e===undefined)throw CliErrors[_0x450746(0xc1)]('Key\x20not\x20found:\x20'+_0x3f3c46);return console[_0x450746(0xa9)](typeof _0x5c349e===_0x450746(0x9c)?JSON[_0x450746(0x91)](_0x5c349e,null,0x2):String(_0x5c349e)),{'ok':!![]};}},setDef={'service':a14_0x45993c(0xb8),'command':a14_0x45993c(0xb1),'description':a14_0x45993c(0xba),'risk':a14_0x45993c(0xa4),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x45993c(0xc2),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a14_0x45993c(0x9d),'description':a14_0x45993c(0xb9),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x65493e){const _0x1ef19e=a14_0x45993c,_0x5b06e1=_0x65493e[_0x1ef19e(0xa1)][0x0],_0x4ea040=_0x65493e[_0x1ef19e(0xa1)][0x1];if(!_0x5b06e1||_0x4ea040===undefined)throw CliErrors[_0x1ef19e(0xc1)](_0x1ef19e(0xb4),_0x1ef19e(0xc3)+CLI_BIN_NAME+_0x1ef19e(0x9b));if(ENUM_KEYS[_0x5b06e1]&&!ENUM_KEYS[_0x5b06e1][_0x1ef19e(0xcc)](_0x4ea040))throw CliErrors['validation'](_0x1ef19e(0xab)+_0x5b06e1+_0x1ef19e(0x93)+ENUM_KEYS[_0x5b06e1]['join'](',\x20'));if(_0x5b06e1===_0x1ef19e(0xac))throw CliErrors['validation'](_0x1ef19e(0xaf));if(_0x5b06e1==='pageSize'){const _0x4cc38d=Number(_0x4ea040);if(isNaN(_0x4cc38d)||_0x4cc38d<=0x0)throw CliErrors['validation'](_0x1ef19e(0xcb));}const _0x2ea385=resolveWriteScope({'explicitGlobal':_0x65493e[_0x1ef19e(0xca)](_0x1ef19e(0xcd)),'policy':_0x1ef19e(0xb7)}),_0x2e58cb=toScopeFlags(_0x2ea385),_0x20267b=readScopedConfig(_0x2e58cb);if(!isTopLevelConfigKey(_0x5b06e1))throw CliErrors['validation']('Top-level\x20key\x20\x22'+_0x5b06e1+_0x1ef19e(0x98),_0x1ef19e(0xce)+getTopLevelConfigKeySummary());return _0x20267b[_0x5b06e1]=_0x5b06e1===_0x1ef19e(0xbc)?Number(_0x4ea040):_0x4ea040,console[_0x1ef19e(0xa9)](_0x1ef19e(0xa6)+_0x5b06e1+_0x1ef19e(0xc0)+_0x4ea040+'\x22'+(_0x2ea385===_0x1ef19e(0xcd)?_0x1ef19e(0x95):'')),writeScopedConfig(_0x20267b,_0x2e58cb),{'ok':!![]};}},deleteDef={'service':a14_0x45993c(0xb8),'command':a14_0x45993c(0xae),'description':a14_0x45993c(0x9f),'risk':a14_0x45993c(0xa4),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x260145){const _0x17141d=a14_0x45993c,_0xe7bd64=_0x260145[_0x17141d(0xa1)][0x0];if(!_0xe7bd64)throw CliErrors[_0x17141d(0xc1)](_0x17141d(0xbd),_0x17141d(0xc3)+CLI_BIN_NAME+_0x17141d(0xaa));const _0x1c864d=resolveWriteScope({'explicitGlobal':_0x260145[_0x17141d(0xca)]('global'),'policy':'project-or-global-explicit'}),_0x44f91=toScopeFlags(_0x1c864d),_0x267483=readScopedConfig(_0x44f91);if(_0x267483[_0xe7bd64]===undefined)throw CliErrors[_0x17141d(0xc1)](_0x17141d(0xa3)+_0xe7bd64+_0x17141d(0xc6));return delete _0x267483[_0xe7bd64],console[_0x17141d(0xa9)](_0x17141d(0xa0)+_0xe7bd64+'`'+(_0x1c864d===_0x17141d(0xcd)?'\x20(global)':'')),writeScopedConfig(_0x267483,_0x44f91),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];function a14_0x49e3(){const _0x1f5627=['`\x20=\x20\x22','validation','key','Usage:\x20','8019347xaNKSg','raw','\x22\x20not\x20found\x20at\x20top\x20level.','read','3343581nbOzkv','Key\x20not\x20found:\x20','bool','pageSize\x20must\x20be\x20a\x20positive\x20number','includes','global','Settable\x20top-level\x20keys:\x20','7534jlgBvR','5SfiSQI','stringify','2905904iZvPdF','\x22.\x20Allowed:\x20','split','\x20(global)','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','\x20\x20project:\x20','\x22\x20is\x20not\x20settable.','4883970LUCWXP','get','\x20config\x20set\x20<key>\x20<value>\x20[--global]','object','value','(none)','Delete\x20a\x20config\x20value','Deleted\x20`','args','\x20\x20global:\x20\x20','Key\x20\x22','write','Get\x20a\x20config\x20value','Set\x20`','boolean','\x20config\x20get\x20<key>','log','\x20config\x20delete\x20<key>\x20[--global]','Invalid\x20value\x20for\x20\x22','riskLevel','List\x20current\x20config','delete','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','list','set','format','Config\x20files:\x0a','Missing\x20key\x20or\x20value.','8fRfsxv','1LBuWtQ','project-or-global-explicit','config','Value\x20to\x20assign','Set\x20a\x20config\x20value','349284trWQzZ','pageSize','Missing\x20key\x20argument.','../../context.js','3438606WDxesA'];a14_0x49e3=function(){return _0x1f5627;};return a14_0x49e3();}
@@ -1 +1 @@
1
- (function(_0x47542a,_0x1d29de){var _0x356a5f=a15_0x4ec0,_0xed2ba=_0x47542a();while(!![]){try{var _0x20f84c=parseInt(_0x356a5f(0x11b))/0x1*(-parseInt(_0x356a5f(0x11c))/0x2)+parseInt(_0x356a5f(0x11e))/0x3+-parseInt(_0x356a5f(0x121))/0x4+-parseInt(_0x356a5f(0x122))/0x5*(-parseInt(_0x356a5f(0x11f))/0x6)+parseInt(_0x356a5f(0x11a))/0x7+parseInt(_0x356a5f(0x11d))/0x8+-parseInt(_0x356a5f(0x120))/0x9;if(_0x20f84c===_0x1d29de)break;else _0xed2ba['push'](_0xed2ba['shift']());}catch(_0x50fd83){_0xed2ba['push'](_0xed2ba['shift']());}}}(a15_0x5f3c,0x515e4));import{CLI_BIN_NAME}from'../../constant/cli.js';function a15_0x4ec0(_0x167696,_0x12797e){_0x167696=_0x167696-0x11a;var _0x5f3c99=a15_0x5f3c();var _0x4ec0d1=_0x5f3c99[_0x167696];return _0x4ec0d1;}export{CLI_BIN_NAME};export{readScopedConfig,writeScopedConfig}from'../../context.js';export{resolveConfigScope as resolveWriteScope,TOP_LEVEL_CONFIG_KEYS as TOP_LEVEL_KEYS,CONFIG_ENUM_VALUES as ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,toScopeFlags}from'../../commands/common/config-policy.js';function a15_0x5f3c(){var _0x159793=['4672944ngnjcu','404596KLWQMv','65GrqwyD','3668014KxbEVa','1XVyHDn','940398QKzonw','1555728iAyQxw','363519Qdhwqd','269634vSekaj'];a15_0x5f3c=function(){return _0x159793;};return a15_0x5f3c();}
1
+ (function(_0x232dd2,_0x4169f3){var _0x34bc5d=a15_0x55ac,_0x5ef388=_0x232dd2();while(!![]){try{var _0xba3447=-parseInt(_0x34bc5d(0x117))/0x1+parseInt(_0x34bc5d(0x11c))/0x2*(parseInt(_0x34bc5d(0x115))/0x3)+parseInt(_0x34bc5d(0x11e))/0x4*(parseInt(_0x34bc5d(0x11d))/0x5)+parseInt(_0x34bc5d(0x116))/0x6*(parseInt(_0x34bc5d(0x11a))/0x7)+parseInt(_0x34bc5d(0x119))/0x8+-parseInt(_0x34bc5d(0x11f))/0x9*(parseInt(_0x34bc5d(0x11b))/0xa)+parseInt(_0x34bc5d(0x118))/0xb;if(_0xba3447===_0x4169f3)break;else _0x5ef388['push'](_0x5ef388['shift']());}catch(_0x33ca4f){_0x5ef388['push'](_0x5ef388['shift']());}}}(a15_0x5bfb,0xa0606));import{CLI_BIN_NAME}from'../../constant/cli.js';export{CLI_BIN_NAME};export{readScopedConfig,writeScopedConfig}from'../../context.js';function a15_0x5bfb(){var _0x3f48ac=['56PRovbx','20uPahnm','70220UDPbqf','20rXNrip','255768EQEvkv','2364399xkodBA','57CmWJTf','431052jEDmjF','886389VZVGCA','1953842JRrbRk','3147976puLSiM'];a15_0x5bfb=function(){return _0x3f48ac;};return a15_0x5bfb();}function a15_0x55ac(_0xe57b0a,_0x5a2f9b){_0xe57b0a=_0xe57b0a-0x115;var _0x5bfbfd=a15_0x5bfb();var _0x55ac6f=_0x5bfbfd[_0xe57b0a];return _0x55ac6f;}export{resolveConfigScope as resolveWriteScope,TOP_LEVEL_CONFIG_KEYS as TOP_LEVEL_KEYS,CONFIG_ENUM_VALUES as ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,toScopeFlags}from'../../commands/common/config-policy.js';