@lovrabet/lovrabet-cli 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) 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/commands/update.js +1 -0
  31. package/lib/config/schema.js +1 -1
  32. package/lib/constant/auth-mode.js +1 -1
  33. package/lib/constant/cli.js +1 -1
  34. package/lib/constant/defaults.js +1 -1
  35. package/lib/constant/distribution.js +1 -0
  36. package/lib/constant/domain.js +1 -1
  37. package/lib/constant/env.js +1 -1
  38. package/lib/constant/output.js +1 -1
  39. package/lib/constant/product.js +1 -0
  40. package/lib/constant/risk.js +1 -1
  41. package/lib/constant/url.js +1 -1
  42. package/lib/context.js +1 -1
  43. package/lib/core/api-client.js +1 -1
  44. package/lib/core/db-resolver.js +1 -1
  45. package/lib/core/sdk-client.js +1 -1
  46. package/lib/errors.js +1 -1
  47. package/lib/framework/build-all-flags.js +1 -1
  48. package/lib/framework/dryrun.js +1 -1
  49. package/lib/framework/flags.js +1 -1
  50. package/lib/framework/help.js +1 -1
  51. package/lib/framework/index.js +1 -1
  52. package/lib/framework/output.js +1 -1
  53. package/lib/framework/preparse.js +1 -1
  54. package/lib/framework/response.js +1 -1
  55. package/lib/framework/runner-confirmation.js +1 -1
  56. package/lib/framework/runner-error.js +1 -1
  57. package/lib/framework/runner.js +1 -1
  58. package/lib/framework/schema-export.js +1 -1
  59. package/lib/framework/types.js +1 -1
  60. package/lib/help.js +1 -1
  61. package/lib/skills/npx-skills-add.js +1 -1
  62. package/lib/utils/apply-jq-filter.js +1 -1
  63. package/lib/utils/logger.js +1 -1
  64. package/lib/utils/params.js +1 -1
  65. package/lib/utils/platform.js +1 -1
  66. package/lib/utils/version.js +1 -1
  67. package/lib/utils/write-cli-side-channel.js +1 -1
  68. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const a0_0x3dd920=a0_0x5e28;function a0_0x5e28(_0x45c63c,_0x22b063){_0x45c63c=_0x45c63c-0x15f;const _0x43629d=a0_0x4362();let _0x5e286f=_0x43629d[_0x45c63c];return _0x5e286f;}(function(_0x20f143,_0x311d3f){const _0x887324=a0_0x5e28,_0x5de9ea=_0x20f143();while(!![]){try{const _0x3c8b49=parseInt(_0x887324(0x173))/0x1*(-parseInt(_0x887324(0x162))/0x2)+-parseInt(_0x887324(0x164))/0x3+-parseInt(_0x887324(0x174))/0x4*(parseInt(_0x887324(0x170))/0x5)+-parseInt(_0x887324(0x16a))/0x6*(parseInt(_0x887324(0x17d))/0x7)+-parseInt(_0x887324(0x167))/0x8*(parseInt(_0x887324(0x180))/0x9)+-parseInt(_0x887324(0x179))/0xa+parseInt(_0x887324(0x182))/0xb;if(_0x3c8b49===_0x311d3f)break;else _0x5de9ea['push'](_0x5de9ea['shift']());}catch(_0x2da5fa){_0x5de9ea['push'](_0x5de9ea['shift']());}}}(a0_0x4362,0x6a9e8));import{jsx as a0_0x9d9138}from'react/jsx-runtime';import a0_0x41f5e3 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_0x41f5e3(helpText,{'importMeta':import.meta,'flags':buildMeowFlags(),'autoVersion':!![]});void main()[a0_0x3dd920(0x171)](handleError);async function main(){try{await run();}catch(_0xef9b6b){handleError(_0xef9b6b);}}async function run(){const _0x375925=a0_0x3dd920;let _0x27113d=cli[_0x375925(0x172)][0x0],_0x4ffc0f=cli['input'][0x1];const _0xe428dc=cli[_0x375925(0x184)];try{const {correctFlags:_0x400ed9}=await import(_0x375925(0x185)),_0x3ccaf8=getAllDefinitions()['flatMap'](_0x21af68=>_0x21af68[_0x375925(0x184)]??[]),{flags:_0x47252e,corrections:_0xc23840}=_0x400ed9(_0xe428dc,_0x3ccaf8);if(_0xc23840['length']>0x0){for(const _0x49b617 of _0xc23840){process[_0x375925(0x178)]['write'](_0x375925(0x166)+_0x49b617[_0x375925(0x175)]+_0x375925(0x160)+_0x49b617['original']+_0x375925(0x16d)+_0x49b617[_0x375925(0x186)]+'\x0a');}Object[_0x375925(0x176)](_0xe428dc,_0x47252e);}}catch{}if(!_0x27113d||!isKnownService(_0x27113d)){const {waitUntilExit:_0x2e9af1}=render(a0_0x9d9138(Help,{}));await _0x2e9af1();return;}const _0x34f5b7=getServiceEntry(_0x27113d);if(!_0x4ffc0f){if(_0xe428dc[_0x375925(0x183)]){console[_0x375925(0x177)](generateServiceHelp(_0x27113d));return;}if(_0x34f5b7[_0x375925(0x16b)])_0x4ffc0f=_0x34f5b7[_0x375925(0x16b)];else{console[_0x375925(0x177)](generateServiceHelp(_0x27113d));return;}}const _0x16bdd3=findDefinition(_0x27113d,_0x4ffc0f);!_0x16bdd3&&(console[_0x375925(0x177)](generateServiceHelp(_0x27113d)),handleError(CliErrors[_0x375925(0x161)](_0x27113d+'\x20'+_0x4ffc0f)));if(_0xe428dc[_0x375925(0x183)]){console['log'](generateCommandHelp(_0x16bdd3));return;}const _0x1f6a44=buildConfigFromFlags(_0xe428dc);await initGlobalEnvironment(_0x1f6a44);const _0x71e0e4=createPipelineEnv(_0x1f6a44,_0xe428dc);_0x71e0e4[_0x375925(0x17c)]=cli['input'][_0x375925(0x165)](0x2),await runCommand(_0x16bdd3,_0x71e0e4);}function handleError(_0x1f55b0){const _0x99ea74=a0_0x3dd920;if(_0x1f55b0 instanceof CliError){_0x1f55b0[_0x99ea74(0x16e)]===_0x99ea74(0x15f)&&(process['stderr']['write']('\x0aCancelled.\x0a'),process[_0x99ea74(0x16c)](0x0));console[_0x99ea74(0x168)](_0x99ea74(0x17f)+_0x1f55b0[_0x99ea74(0x163)]);if(_0x1f55b0[_0x99ea74(0x16f)])console[_0x99ea74(0x168)]('Hint:\x20'+_0x1f55b0[_0x99ea74(0x16f)]);process[_0x99ea74(0x16c)](_0x1f55b0[_0x99ea74(0x17a)]);}isUserCancellation(_0x1f55b0)&&(process['stderr'][_0x99ea74(0x17b)](_0x99ea74(0x169)),process['exit'](0x0)),console[_0x99ea74(0x168)]('Unexpected\x20error:',_0x1f55b0),process['exit'](0x1);}function a0_0x4362(){const _0x4ce0cc=['message','2587770YLjHAa','slice','[preparse]\x20','8FFBEJc','error','\x0aCancelled.\x0a','6SYxGFJ','defaultCommand','exit','\x20->\x20--','code','hint','370295kjGnpO','catch','input','1rzDoKX','44CHoPjR','handler','assign','log','stderr','8537550mEkXsJ','exitCode','write','args','2684689AEPMiS','ERR_STREAM_DESTROYED','Error:\x20','1853991OWrKHn','name','45488960ODJNao','help','flags','./framework/preparse.js','corrected','cancelled',':\x20--','unknownCommand','1156256hLhaxW'];a0_0x4362=function(){return _0x4ce0cc;};return a0_0x4362();}function isUserCancellation(_0x44c6bd){const _0x48230e=a0_0x3dd920;if(!(_0x44c6bd instanceof Error))return![];if(_0x44c6bd[_0x48230e(0x181)]==='ExitPromptError')return!![];if(_0x44c6bd[_0x48230e(0x16e)]==='ERR_USE_AFTER_CLOSE')return!![];if(_0x44c6bd[_0x48230e(0x16e)]===_0x48230e(0x17e))return!![];return![];}
2
+ const a0_0x231acc=a0_0x3a86;(function(_0x5ecf26,_0x50a38f){const _0x42f361=a0_0x3a86,_0x508d59=_0x5ecf26();while(!![]){try{const _0x1c82d2=parseInt(_0x42f361(0x11a))/0x1*(parseInt(_0x42f361(0x11d))/0x2)+-parseInt(_0x42f361(0x124))/0x3+-parseInt(_0x42f361(0x132))/0x4+-parseInt(_0x42f361(0x12d))/0x5+parseInt(_0x42f361(0x137))/0x6*(parseInt(_0x42f361(0x11b))/0x7)+-parseInt(_0x42f361(0x133))/0x8+parseInt(_0x42f361(0x134))/0x9;if(_0x1c82d2===_0x50a38f)break;else _0x508d59['push'](_0x508d59['shift']());}catch(_0x2f518e){_0x508d59['push'](_0x508d59['shift']());}}}(a0_0x178a,0xeeb5d));import{jsx as a0_0x97ed65}from'react/jsx-runtime';import a0_0x14bcdc 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';function a0_0x3a86(_0x42bece,_0x481105){_0x42bece=_0x42bece-0x11a;const _0x178aa3=a0_0x178a();let _0x3a865c=_0x178aa3[_0x42bece];return _0x3a865c;}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_0x14bcdc(helpText,{'importMeta':import.meta,'flags':buildMeowFlags(),'autoVersion':!![]});void main()[a0_0x231acc(0x13f)](handleError);async function main(){try{await run();}catch(_0x1e216c){handleError(_0x1e216c);}}async function run(){const _0x31005f=a0_0x231acc;let _0xa1aa94=cli[_0x31005f(0x13b)][0x0],_0x5e0988=cli[_0x31005f(0x13b)][0x1];const _0x5763f6=cli[_0x31005f(0x11e)];try{const {correctFlags:_0x52561d}=await import('./framework/preparse.js'),_0x542d93=getAllDefinitions()[_0x31005f(0x120)](_0x4de35a=>_0x4de35a[_0x31005f(0x11e)]??[]),{flags:_0x4ec594,corrections:_0x5ec553}=_0x52561d(_0x5763f6,_0x542d93);if(_0x5ec553[_0x31005f(0x12b)]>0x0){for(const _0x2ba50a of _0x5ec553){process[_0x31005f(0x13d)][_0x31005f(0x129)](_0x31005f(0x138)+_0x2ba50a[_0x31005f(0x125)]+_0x31005f(0x12f)+_0x2ba50a[_0x31005f(0x12c)]+_0x31005f(0x126)+_0x2ba50a['corrected']+'\x0a');}Object['assign'](_0x5763f6,_0x4ec594);}}catch{}if(!_0xa1aa94||!isKnownService(_0xa1aa94)){const {waitUntilExit:_0x42807f}=render(a0_0x97ed65(Help,{}));await _0x42807f();return;}const _0x2b14de=getServiceEntry(_0xa1aa94);if(!_0x5e0988){if(_0x5763f6[_0x31005f(0x13e)]){console[_0x31005f(0x121)](generateServiceHelp(_0xa1aa94));return;}if(_0x2b14de[_0x31005f(0x122)])_0x5e0988=_0x2b14de[_0x31005f(0x122)];else{console[_0x31005f(0x121)](generateServiceHelp(_0xa1aa94));return;}}const _0x529d18=findDefinition(_0xa1aa94,_0x5e0988);!_0x529d18&&(console['log'](generateServiceHelp(_0xa1aa94)),handleError(CliErrors[_0x31005f(0x12a)](_0xa1aa94+'\x20'+_0x5e0988)));if(_0x5763f6[_0x31005f(0x13e)]){console[_0x31005f(0x121)](generateCommandHelp(_0x529d18));return;}const _0x4f7ba3=buildConfigFromFlags(_0x5763f6);await initGlobalEnvironment(_0x4f7ba3);const _0x4954d6=createPipelineEnv(_0x4f7ba3,_0x5763f6);_0x4954d6[_0x31005f(0x123)]=cli[_0x31005f(0x13b)][_0x31005f(0x139)](0x2),await runCommand(_0x529d18,_0x4954d6);}function handleError(_0x44d7ec){const _0x3f436f=a0_0x231acc;if(_0x44d7ec instanceof CliError){_0x44d7ec[_0x3f436f(0x128)]===_0x3f436f(0x130)&&(process['stderr'][_0x3f436f(0x129)](_0x3f436f(0x135)),process[_0x3f436f(0x11c)](0x0));console[_0x3f436f(0x127)](_0x3f436f(0x13a)+_0x44d7ec[_0x3f436f(0x140)]);if(_0x44d7ec[_0x3f436f(0x11f)])console[_0x3f436f(0x127)]('Hint:\x20'+_0x44d7ec[_0x3f436f(0x11f)]);process[_0x3f436f(0x11c)](_0x44d7ec[_0x3f436f(0x13c)]);}isUserCancellation(_0x44d7ec)&&(process[_0x3f436f(0x13d)]['write'](_0x3f436f(0x135)),process[_0x3f436f(0x11c)](0x0)),console[_0x3f436f(0x127)](_0x3f436f(0x12e),_0x44d7ec),process[_0x3f436f(0x11c)](0x1);}function a0_0x178a(){const _0x451887=['flags','hint','flatMap','log','defaultCommand','args','5848104RULmzU','handler','\x20->\x20--','error','code','write','unknownCommand','length','original','8558530kGVWyy','Unexpected\x20error:',':\x20--','cancelled','ERR_STREAM_DESTROYED','7441680BOvhKf','12477232Firutn','60946389gJsmVz','\x0aCancelled.\x0a','name','5696574MEQJky','[preparse]\x20','slice','Error:\x20','input','exitCode','stderr','help','catch','message','67531SiWXxu','7mHEeHY','exit','10goDjJE'];a0_0x178a=function(){return _0x451887;};return a0_0x178a();}function isUserCancellation(_0x2c86ee){const _0x2cf106=a0_0x231acc;if(!(_0x2c86ee instanceof Error))return![];if(_0x2c86ee[_0x2cf106(0x136)]==='ExitPromptError')return!![];if(_0x2c86ee[_0x2cf106(0x128)]==='ERR_USE_AFTER_CLOSE')return!![];if(_0x2c86ee[_0x2cf106(0x128)]===_0x2cf106(0x131))return!![];return![];}
@@ -1 +1 @@
1
- (function(_0x2be061,_0x1d332f){const _0x33f742=a1_0x1e4a,_0x281281=_0x2be061();while(!![]){try{const _0x1f1b6b=-parseInt(_0x33f742(0x1a9))/0x1+parseInt(_0x33f742(0x195))/0x2+-parseInt(_0x33f742(0x19c))/0x3+-parseInt(_0x33f742(0x1a0))/0x4+parseInt(_0x33f742(0x191))/0x5+parseInt(_0x33f742(0x19b))/0x6*(parseInt(_0x33f742(0x1a6))/0x7)+-parseInt(_0x33f742(0x194))/0x8*(parseInt(_0x33f742(0x18d))/0x9);if(_0x1f1b6b===_0x1d332f)break;else _0x281281['push'](_0x281281['shift']());}catch(_0x5c4135){_0x281281['push'](_0x281281['shift']());}}}(a1_0x2be0,0x3329b));import{createHash}from'node:crypto';function a1_0x1e4a(_0x3b0e79,_0x493862){_0x3b0e79=_0x3b0e79-0x18b;const _0x2be020=a1_0x2be0();let _0x1e4a80=_0x2be020[_0x3b0e79];return _0x1e4a80;}import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{homedir}from'node:os';import{dirname,resolve}from'node:path';function fingerprintAccessKey(_0x2032f1){const _0x3184d4=a1_0x1e4a,_0x47aa23=_0x2032f1[_0x3184d4(0x18c)](),_0x4522de=_0x47aa23['slice'](-0x6)||_0x3184d4(0x197),_0x1cb9d7=createHash(_0x3184d4(0x1a7))[_0x3184d4(0x19f)](_0x47aa23)[_0x3184d4(0x1a8)](_0x3184d4(0x1a3))[_0x3184d4(0x193)](0x0,0xc);return _0x3184d4(0x19e)+_0x4522de+'_'+_0x1cb9d7;}export function getAppCacheFilePath(_0x3850ab,_0x43d5c2){const _0x2d40cd=a1_0x1e4a;return resolve(homedir(),_0x2d40cd(0x1a4),'cache',_0x3850ab,fingerprintAccessKey(_0x43d5c2),_0x2d40cd(0x1a1));}export function readCachedAppList(_0x249989,_0x2afc37){const _0x2e0f64=a1_0x1e4a;if(!_0x2afc37?.['trim']())return null;const _0x204b17=getAppCacheFilePath(_0x249989,_0x2afc37);if(!existsSync(_0x204b17))return null;try{const _0x3bc2a0=readFileSync(_0x204b17,_0x2e0f64(0x1aa));if(!_0x3bc2a0[_0x2e0f64(0x18c)]())return null;const _0x4663f8=JSON[_0x2e0f64(0x19d)](_0x3bc2a0);if(!Array[_0x2e0f64(0x1a2)](_0x4663f8[_0x2e0f64(0x18f)]))return null;return _0x4663f8;}catch{return null;}}export function writeCachedAppList(_0x570b5f,_0x5ef3af,_0x20fad3){const _0x1954ad=a1_0x1e4a,_0x12753b=getAppCacheFilePath(_0x570b5f,_0x5ef3af),_0x2174fd=dirname(_0x12753b);!existsSync(_0x2174fd)&&mkdirSync(_0x2174fd,{'recursive':!![]});const _0x44e575=_0x12753b+_0x1954ad(0x1a5);try{writeFileSync(_0x44e575,JSON[_0x1954ad(0x19a)](_0x20fad3,null,0x2)+'\x0a',{'encoding':_0x1954ad(0x1aa),'mode':0x180});try{renameSync(_0x44e575,_0x12753b);}catch(_0x18ff79){if(_0x18ff79[_0x1954ad(0x192)]===_0x1954ad(0x198)||_0x18ff79[_0x1954ad(0x192)]===_0x1954ad(0x18b)||_0x18ff79[_0x1954ad(0x192)]===_0x1954ad(0x18e)){writeFileSync(_0x12753b,JSON[_0x1954ad(0x19a)](_0x20fad3,null,0x2)+'\x0a',{'encoding':'utf8'});try{unlinkSync(_0x44e575);}catch{}}else throw _0x18ff79;}}catch(_0x5827d3){try{unlinkSync(_0x44e575);}catch{}throw _0x5827d3;}return _0x12753b;}function a1_0x2be0(){const _0x4fb443=['parse','ak_','update','254804MoWidR','my-apps.json','isArray','hex','.lovrabet','.tmp','2066554YAerHe','sha256','digest','178754azmfOa','utf8','EXDEV','trim','9EBeRhW','EACCES','items','find','1211640hzmbaB','code','slice','755880ouAeVR','563248pYkqOF','appName','unknown','EPERM','appCode','stringify','6mjcGHr','818013KadoPM'];a1_0x2be0=function(){return _0x4fb443;};return a1_0x2be0();}export function resolveCachedAppCode(_0x35442e,_0x353ae5,_0x28bc4c){const _0x2f3273=a1_0x1e4a;if(!_0x35442e)return undefined;const _0x5a8b20=readCachedAppList(_0x353ae5,_0x28bc4c),_0x2d5587=_0x5a8b20?.['items'][_0x2f3273(0x190)](_0x49ccf3=>_0x49ccf3[_0x2f3273(0x196)]===_0x35442e);return _0x2d5587?.[_0x2f3273(0x199)]?.[_0x2f3273(0x18c)]()||undefined;}
1
+ (function(_0x480f74,_0x3d46bf){const _0x58db98=a1_0x117b,_0x3348e9=_0x480f74();while(!![]){try{const _0x502722=-parseInt(_0x58db98(0x10f))/0x1*(-parseInt(_0x58db98(0x106))/0x2)+-parseInt(_0x58db98(0x107))/0x3+parseInt(_0x58db98(0x105))/0x4+parseInt(_0x58db98(0x10e))/0x5+parseInt(_0x58db98(0x116))/0x6*(parseInt(_0x58db98(0x104))/0x7)+-parseInt(_0x58db98(0x10b))/0x8*(-parseInt(_0x58db98(0x10d))/0x9)+parseInt(_0x58db98(0x10a))/0xa*(-parseInt(_0x58db98(0x10c))/0xb);if(_0x502722===_0x3d46bf)break;else _0x3348e9['push'](_0x3348e9['shift']());}catch(_0x459279){_0x3348e9['push'](_0x3348e9['shift']());}}}(a1_0x5dc4,0xd9e84));import{createHash}from'node:crypto';import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{homedir}from'node:os';function a1_0x117b(_0x2a1101,_0x296c67){_0x2a1101=_0x2a1101-0xfa;const _0x5dc41c=a1_0x5dc4();let _0x117be1=_0x5dc41c[_0x2a1101];return _0x117be1;}function a1_0x5dc4(){const _0x5ee91c=['code','192qgsQPe','EPERM','sha256','appCode','trim','digest','slice','isArray','items','cache','parse','141862RPnkFw','2501272ePAnKm','228602NEqLWN','711603zLBgAf','update','hex','50myHOLR','4481952TAcwIp','4640801SpnsEI','9dZcdgg','2453610ORSNzj','8uUhEse','find','unknown','utf8','stringify','appName'];a1_0x5dc4=function(){return _0x5ee91c;};return a1_0x5dc4();}import{dirname,resolve}from'node:path';import{PRODUCT_CONFIG}from'../../constant/product.js';function fingerprintAccessKey(_0x4e420c){const _0x4b5d35=a1_0x117b,_0x1ee7d5=_0x4e420c[_0x4b5d35(0xfd)](),_0x57761c=_0x1ee7d5[_0x4b5d35(0xff)](-0x6)||_0x4b5d35(0x111),_0x14b98b=createHash(_0x4b5d35(0xfb))[_0x4b5d35(0x108)](_0x1ee7d5)[_0x4b5d35(0xfe)](_0x4b5d35(0x109))['slice'](0x0,0xc);return'ak_'+_0x57761c+'_'+_0x14b98b;}export function getAppCacheFilePath(_0x422065,_0x419404){const _0x171712=a1_0x117b;return resolve(homedir(),PRODUCT_CONFIG['homeDirName'],_0x171712(0x102),_0x422065,fingerprintAccessKey(_0x419404),'my-apps.json');}export function readCachedAppList(_0x4b527c,_0x5d71ce){const _0x4e5c59=a1_0x117b;if(!_0x5d71ce?.[_0x4e5c59(0xfd)]())return null;const _0x4ce9b4=getAppCacheFilePath(_0x4b527c,_0x5d71ce);if(!existsSync(_0x4ce9b4))return null;try{const _0x4a887b=readFileSync(_0x4ce9b4,'utf8');if(!_0x4a887b[_0x4e5c59(0xfd)]())return null;const _0xf0b633=JSON[_0x4e5c59(0x103)](_0x4a887b);if(!Array[_0x4e5c59(0x100)](_0xf0b633[_0x4e5c59(0x101)]))return null;return _0xf0b633;}catch{return null;}}export function writeCachedAppList(_0x3eaf30,_0x31f62b,_0x4407db){const _0x4d09f3=a1_0x117b,_0x32f7f3=getAppCacheFilePath(_0x3eaf30,_0x31f62b),_0x5bd93c=dirname(_0x32f7f3);!existsSync(_0x5bd93c)&&mkdirSync(_0x5bd93c,{'recursive':!![]});const _0x4e8af2=_0x32f7f3+'.tmp';try{writeFileSync(_0x4e8af2,JSON[_0x4d09f3(0x113)](_0x4407db,null,0x2)+'\x0a',{'encoding':_0x4d09f3(0x112),'mode':0x180});try{renameSync(_0x4e8af2,_0x32f7f3);}catch(_0xbc5657){if(_0xbc5657[_0x4d09f3(0x115)]===_0x4d09f3(0xfa)||_0xbc5657['code']==='EXDEV'||_0xbc5657[_0x4d09f3(0x115)]==='EACCES'){writeFileSync(_0x32f7f3,JSON[_0x4d09f3(0x113)](_0x4407db,null,0x2)+'\x0a',{'encoding':_0x4d09f3(0x112)});try{unlinkSync(_0x4e8af2);}catch{}}else throw _0xbc5657;}}catch(_0x28ba2a){try{unlinkSync(_0x4e8af2);}catch{}throw _0x28ba2a;}return _0x32f7f3;}export function resolveCachedAppCode(_0xae275b,_0x197bc8,_0x1e7173){const _0x161723=a1_0x117b;if(!_0xae275b)return undefined;const _0x3e942e=readCachedAppList(_0x197bc8,_0x1e7173),_0x16e9a0=_0x3e942e?.[_0x161723(0x101)][_0x161723(0x110)](_0x3ac18e=>_0x3ac18e[_0x161723(0x114)]===_0xae275b);return _0x16e9a0?.[_0x161723(0xfc)]?.[_0x161723(0xfd)]()||undefined;}
@@ -1 +1 @@
1
- function a2_0x51bf(_0x591655,_0xfa893b){_0x591655=_0x591655-0xaf;const _0x1e758e=a2_0x1e75();let _0x51bf74=_0x1e758e[_0x591655];return _0x51bf74;}function a2_0x1e75(){const _0x324213=['Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','map','list','no-cache','Refresh\x20the\x20local\x20app\x20cache\x20from\x20the\x20platform','items','\x20cached\x20app(s)\x20for\x20env=\x22','Missing\x20app\x20name.','source','\x22\x20not\x20found.','1612PxggyE','166672FjNIPY','List\x20apps\x20available\x20to\x20the\x20current\x20access\x20key','global','cache','appName','Use\x20`','production','appPublishStatus','type','Filter\x20by\x20environment\x20(default:\x20current\x20env)','bool','import','nonInteractive','fetchedAt','../../commands/app/cache.js','isCurrent','No\x20cached\x20apps\x20found.','str','boolean','project-default','defaultApp','mergedCli','Import\x20the\x20default\x20app\x20selection\x20from\x20a\x20.rabetbase.json\x20file','use','envName','accessKey','validation','length','5210wnxfVf','write','Default\x20app\x20set\x20to\x20\x22','Loaded\x20','23604690XzRWEy','find','init','150yBBlcn','string','from','cachePath','\x20app(s)\x20for\x20env=\x22','Available:\x20','name','local','appCode','globalPath','8843eUKDsL','env','\x20app\x20list`\x20to\x20discover\x20remote\x20apps.','Target\x20environment\x20(default:\x20current\x20env)','30522ouDZdU','projectPath','../../context.js','810669gKKkwy','Remote\x20app\x20name\x20to\x20activate','Usage:\x20','No\x20apps\x20found\x20on\x20the\x20platform.','1281wLEuti','app','7296660twPhSg','read','pull','args','../../commands/app/remote-source.js','Read\x20from\x20local\x20cache\x20only','Use\x20global\x20config\x20scope'];a2_0x1e75=function(){return _0x324213;};return a2_0x1e75();}const a2_0x165ac0=a2_0x51bf;(function(_0x314d7f,_0x45f02c){const _0x327b0d=a2_0x51bf,_0x313779=_0x314d7f();while(!![]){try{const _0x88e3b1=parseInt(_0x327b0d(0xd9))/0x1*(-parseInt(_0x327b0d(0xcf))/0x2)+parseInt(_0x327b0d(0xe0))/0x3+parseInt(_0x327b0d(0xf7))/0x4*(parseInt(_0x327b0d(0xc8))/0x5)+parseInt(_0x327b0d(0xdd))/0x6*(-parseInt(_0x327b0d(0xe4))/0x7)+parseInt(_0x327b0d(0xf8))/0x8+-parseInt(_0x327b0d(0xe6))/0x9+parseInt(_0x327b0d(0xcc))/0xa;if(_0x88e3b1===_0x45f02c)break;else _0x313779['push'](_0x313779['shift']());}catch(_0x5655ee){_0x313779['push'](_0x313779['shift']());}}}(a2_0x1e75,0xa2bc6));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';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_0x165ac0(0xfa),'type':a2_0x165ac0(0xbe),'description':a2_0x165ac0(0xec),'default':![]};function collectFlags(_0x30ffb5,_0x61b861){const _0x333519=a2_0x165ac0,_0x373462={};for(const _0x55f866 of _0x61b861){const _0x3713c5=_0x55f866[_0x333519(0xb4)]===_0x333519(0xbe)?_0x30ffb5[_0x333519(0xb6)](_0x55f866['name']):_0x30ffb5[_0x333519(0xbd)](_0x55f866[_0x333519(0xd5)]);if(_0x3713c5!==''&&_0x3713c5!==![])_0x373462[_0x55f866['name']]=_0x3713c5;}if(_0x30ffb5[_0x333519(0xb8)])_0x373462[_0x333519(0xb8)]=!![];return _0x373462;}const initDef={'service':a2_0x165ac0(0xe5),'command':a2_0x165ac0(0xce),'description':'Initialize\x20.lovrabet.json\x20config\x20file','risk':a2_0x165ac0(0xc9),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initCreateFlagDefs,async 'execute'(_0x553f66){return await runInit(collectFlags(_0x553f66,initCreateFlagDefs)),{'ok':!![]};}},listDef={'service':a2_0x165ac0(0xe5),'command':a2_0x165ac0(0xef),'description':a2_0x165ac0(0xf9),'risk':a2_0x165ac0(0xe7),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[{'name':'env','type':a2_0x165ac0(0xd0),'description':a2_0x165ac0(0xb5),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x165ac0(0xd6),'type':a2_0x165ac0(0xbe),'description':'Read\x20app\x20list\x20from\x20local\x20cache\x20only','default':![]},{'name':a2_0x165ac0(0xf0),'type':'boolean','description':a2_0x165ac0(0xed),'default':![]}],async 'execute'(_0x181a85){const _0x313ea3=a2_0x165ac0,_0x121a7a=_0x181a85['str'](_0x313ea3(0xda))||_0x181a85[_0x313ea3(0xc4)]||getEnv()||_0x313ea3(0xb2),_0x49ec60=_0x181a85['bool']('local'),_0x1ef513=_0x181a85[_0x313ea3(0xb6)]('no-cache'),{readRawConfigWithLayers:_0x30a4d6,resolveDefaultAppSource:_0x708b67}=await import(_0x313ea3(0xdf)),{getRemoteAppList:_0x10cfe2}=await import(_0x313ea3(0xea)),{config:_0xde0f5,layers:_0x30f4f5}=_0x30a4d6(),_0x354c36=_0x708b67(_0x30f4f5),{defaultApp:_0x791b27}=_0xde0f5,_0x2f3211=await _0x10cfe2({'env':_0x121a7a,'accessKey':_0x181a85[_0x313ea3(0xc5)],'localOnly':_0x49ec60,'noCache':_0x1ef513}),_0x356dab=_0x2f3211[_0x313ea3(0xf2)][_0x313ea3(0xee)](_0x22d17e=>{const _0x288a5b=_0x313ea3;return{'name':_0x22d17e[_0x288a5b(0xb0)],'appcode':_0x22d17e[_0x288a5b(0xd7)],'named':!![],'definedIn':'remote','isDefault':_0x22d17e[_0x288a5b(0xb0)]===_0x791b27,...buildAppProfileListFields(_0x121a7a),'source':_0x2f3211['source'],'owner':_0x22d17e['appOwnerName']??null,'status':_0x22d17e[_0x288a5b(0xb3)]??null,'cachedAt':_0x2f3211['fetchedAt']};});enrichAppListItemsWithMergedSelection(_0x356dab,_0x181a85[_0x313ea3(0xc1)]);if(_0x356dab[_0x313ea3(0xc7)]===0x0)return{'ok':!![],'data':[],'message':_0x2f3211[_0x313ea3(0xf5)]==='cache'?_0x313ea3(0xbc):_0x313ea3(0xe3)};const _0x29ff82=_0x356dab[_0x313ea3(0xcd)](_0x2e2b0b=>_0x2e2b0b[_0x313ea3(0xbb)]===!![]),_0x2e1c1b=_0x791b27??_0x29ff82?.[_0x313ea3(0xd5)]??null,_0x2ae2e9={'env':_0x121a7a,'source':_0x2f3211[_0x313ea3(0xf5)],'fetchedAt':_0x2f3211[_0x313ea3(0xb9)],'cachePath':_0x2f3211[_0x313ea3(0xd2)],'globalPath':_0x30f4f5[_0x313ea3(0xd8)]??null,'projectPath':_0x30f4f5[_0x313ea3(0xde)]??null,'defaultApp':_0x2e1c1b,'defaultAppSource':_0x791b27!=null?_0x354c36:null};return{'ok':!![],'data':{'items':_0x356dab,'meta':_0x2ae2e9}};}},pullDef={'service':a2_0x165ac0(0xe5),'command':a2_0x165ac0(0xe8),'description':a2_0x165ac0(0xf1),'risk':a2_0x165ac0(0xc9),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a2_0x165ac0(0xda),'type':a2_0x165ac0(0xd0),'description':a2_0x165ac0(0xdc),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x165ac0(0xd6),'type':a2_0x165ac0(0xbe),'description':a2_0x165ac0(0xeb),'default':![]},{'name':a2_0x165ac0(0xf0),'type':a2_0x165ac0(0xbe),'description':a2_0x165ac0(0xed),'default':![]}],async 'execute'(_0xd2c136){const _0x532e78=a2_0x165ac0,_0x401372=_0xd2c136[_0x532e78(0xbd)](_0x532e78(0xda))||_0xd2c136[_0x532e78(0xc4)]||getEnv()||'production',_0x2497f5=_0xd2c136[_0x532e78(0xb6)](_0x532e78(0xd6)),_0x3a6523=_0xd2c136['bool'](_0x532e78(0xf0)),{getRemoteAppList:_0x3a2f1e}=await import(_0x532e78(0xea)),_0x2acaa3=await _0x3a2f1e({'env':_0x401372,'accessKey':_0xd2c136[_0x532e78(0xc5)],'localOnly':_0x2497f5,'noCache':_0x3a6523});return{'ok':!![],'data':{'total':_0x2acaa3['items'][_0x532e78(0xc7)],'env':_0x401372,'source':_0x2acaa3[_0x532e78(0xf5)],'fetchedAt':_0x2acaa3[_0x532e78(0xb9)],'cachePath':_0x2acaa3[_0x532e78(0xd2)]},'message':_0x2acaa3[_0x532e78(0xf5)]===_0x532e78(0xaf)?_0x532e78(0xcb)+_0x2acaa3['items']['length']+_0x532e78(0xf3)+_0x401372+'\x22.':'Refreshed\x20app\x20cache\x20with\x20'+_0x2acaa3['items'][_0x532e78(0xc7)]+_0x532e78(0xd3)+_0x401372+'\x22.'};}},useDef={'service':a2_0x165ac0(0xe5),'command':a2_0x165ac0(0xc3),'description':'Switch\x20the\x20default\x20app','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a2_0x165ac0(0xd5),'description':a2_0x165ac0(0xe1),'required':!![]}],'flags':[GLOBAL_FLAG],async 'validate'(_0x52a804){const _0x226f75=a2_0x165ac0;if(!_0x52a804['args'][0x0])throw CliErrors[_0x226f75(0xc6)](_0x226f75(0xf4),'Usage:\x20'+CLI_BIN_NAME+'\x20app\x20use\x20<name>\x20[--global]');},async 'execute'(_0x486c96){const _0x1c7a87=a2_0x165ac0,_0x4270f4=_0x486c96[_0x1c7a87(0xe9)][0x0];if(!_0x4270f4)throw CliErrors[_0x1c7a87(0xc6)](_0x1c7a87(0xf4),_0x1c7a87(0xe2)+CLI_BIN_NAME+'\x20app\x20use\x20<name>\x20[--global]');const {buildConfigFromFlags:_0x53930f}=await import('../../context.js'),{readCachedAppList:_0x4051fc}=await import(_0x1c7a87(0xba)),_0x3f0663=_0x53930f({}),_0x1a1ad7=_0x4051fc(_0x3f0663[_0x1c7a87(0xda)],_0x3f0663['accessKey']),_0x23c8c7=_0x1a1ad7?.[_0x1c7a87(0xf2)][_0x1c7a87(0xcd)](_0x300751=>_0x300751[_0x1c7a87(0xb0)]===_0x4270f4);if(!_0x23c8c7&&_0x3f0663[_0x1c7a87(0xc0)]!==_0x4270f4){const _0x2a6ee9=[..._0x1a1ad7?.[_0x1c7a87(0xf2)][_0x1c7a87(0xee)](_0x284900=>_0x284900['appName'])??[]],_0x461d5b=_0x2a6ee9[_0x1c7a87(0xc7)]===0x0?_0x1c7a87(0xb1)+CLI_BIN_NAME+_0x1c7a87(0xdb):_0x1c7a87(0xd4)+Array[_0x1c7a87(0xd1)](new Set(_0x2a6ee9))['join'](',\x20');throw CliErrors[_0x1c7a87(0xc6)]('App\x20\x22'+_0x4270f4+_0x1c7a87(0xf6),_0x461d5b);}const _0x125a46=_0x486c96['bool'](_0x1c7a87(0xfa));let _0xd9b23a;if(_0x125a46)_0xd9b23a={'global':!![]};else{const {isInProject:_0x26b641}=await import('../../context.js'),_0x21dd1d=_0x26b641();_0xd9b23a=toScopeFlags(resolveConfigScope({'explicitGlobal':![],'policy':_0x1c7a87(0xbf),'inProject':_0x21dd1d}));}const _0x119698=readConfig(_0xd9b23a);return _0x119698[_0x1c7a87(0xc0)]=_0x4270f4,writeConfig(_0x119698,_0xd9b23a),{'ok':!![],'message':_0x1c7a87(0xca)+_0x4270f4+'\x22'+scopeLabel(_0xd9b23a)+'.'};}},importDef={'service':'app','command':a2_0x165ac0(0xb7),'description':a2_0x165ac0(0xc2),'risk':a2_0x165ac0(0xc9),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initImportFlagDefs,async 'execute'(_0x4cc236){return await runInitImport(collectFlags(_0x4cc236,initImportFlagDefs)),{'ok':!![]};}};export const appDefinitions=[initDef,listDef,pullDef,useDef,importDef];
1
+ const a2_0x355b85=a2_0x38db;(function(_0x28360f,_0x16b82d){const _0x6ca4df=a2_0x38db,_0x107a4c=_0x28360f();while(!![]){try{const _0x586cc3=-parseInt(_0x6ca4df(0x10f))/0x1+parseInt(_0x6ca4df(0xfa))/0x2*(parseInt(_0x6ca4df(0xeb))/0x3)+-parseInt(_0x6ca4df(0xf9))/0x4*(parseInt(_0x6ca4df(0xea))/0x5)+parseInt(_0x6ca4df(0xe0))/0x6*(-parseInt(_0x6ca4df(0x130))/0x7)+-parseInt(_0x6ca4df(0x12a))/0x8+-parseInt(_0x6ca4df(0x11c))/0x9+parseInt(_0x6ca4df(0x124))/0xa;if(_0x586cc3===_0x16b82d)break;else _0x107a4c['push'](_0x107a4c['shift']());}catch(_0xd51ce){_0x107a4c['push'](_0x107a4c['shift']());}}}(a2_0x1423,0xa3023));import{CliErrors}from'../../errors.js';import{PRODUCT_CONFIG}from'../../constant/product.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';import{CLI_BIN_NAME,readConfig,writeConfig,scopeLabel,enrichAppListItemsWithMergedSelection}from'../../commands/app/shared.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';function a2_0x38db(_0x441c1d,_0x5e4ed5){_0x441c1d=_0x441c1d-0xdf;const _0x142365=a2_0x1423();let _0x38db5d=_0x142365[_0x441c1d];return _0x38db5d;}const GLOBAL_FLAG={'name':a2_0x355b85(0x12e),'type':a2_0x355b85(0x118),'description':a2_0x355b85(0x132),'default':![]};function a2_0x1423(){const _0x5e2565=['Read\x20from\x20local\x20cache\x20only','.\x20Local\x20aliases\x20can\x20be\x20added\x20under\x20apps.<alias>.appcode.','app','nonInteractive','bool','boolean','Import\x20the\x20default\x20app\x20selection\x20from\x20a\x20.rabetbase.json\x20file','appOwnerName','local','8940177SSAxZB','production','project-default','newConfigFileName','cachePath','env','\x22\x20not\x20found.','Missing\x20app\x20name.','45745410ERyzaz','Default\x20app\x20candidate\x20set\x20to\x20\x22','.appcode\x20to\x20.lovrabet.json.','raw','appCode','name','4219888IbXziU','Read\x20app\x20list\x20from\x20local\x20cache\x20only','../../context.js','join','global','Target\x20environment\x20(default:\x20current\x20env)','149877OVeFXO','items','Use\x20global\x20config\x20scope','Use\x20`','envName','no-cache','300VbDaoa','type','\x20cached\x20app(s)\x20for\x20env=\x22','accessKey','read','Usage:\x20','../../commands/app/remote-source.js','appPublishStatus','push','args','20DBPUFn','401811mgFRro','cache','appName','fetchedAt','Refreshed\x20app\x20cache\x20with\x20','\x20app\x20list`\x20to\x20discover\x20remote\x20apps,\x20or\x20add\x20apps.','entries','Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','defaultApp','string','Filter\x20by\x20environment\x20(default:\x20current\x20env)','No\x20apps\x20found\x20on\x20the\x20platform.','Refresh\x20the\x20local\x20app\x20cache\x20from\x20the\x20platform','length','503792ViYtcT','2IQuPAo','list','validation','find','../../commands/app/cache.js','import','No\x20cached\x20apps\x20found.','source','appcode','use','globalPath','App\x20\x22','mergedCli','Set\x20the\x20fallback\x20app\x20candidate','remote','map','str','\x20app\x20use\x20<name>\x20[--global]','projectPath','init','write','945614topAWv','\x20app(s)\x20for\x20env=\x22','from','trim'];a2_0x1423=function(){return _0x5e2565;};return a2_0x1423();}function collectFlags(_0xd3cc8a,_0x460db3){const _0x6117de=a2_0x355b85,_0x37d6af={};for(const _0x3cbdf6 of _0x460db3){const _0x45102d=_0x3cbdf6[_0x6117de(0xe1)]===_0x6117de(0x118)?_0xd3cc8a[_0x6117de(0x117)](_0x3cbdf6[_0x6117de(0x129)]):_0xd3cc8a[_0x6117de(0x10a)](_0x3cbdf6[_0x6117de(0x129)]);if(_0x45102d!==''&&_0x45102d!==![])_0x37d6af[_0x3cbdf6[_0x6117de(0x129)]]=_0x45102d;}if(_0xd3cc8a['nonInteractive'])_0x37d6af[_0x6117de(0x116)]=!![];return _0x37d6af;}const initDef={'service':a2_0x355b85(0x115),'command':a2_0x355b85(0x10d),'description':'Initialize\x20'+PRODUCT_CONFIG[a2_0x355b85(0x11f)]+'\x20config\x20file','risk':a2_0x355b85(0x10e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initCreateFlagDefs,async 'execute'(_0x177b5e){return await runInit(collectFlags(_0x177b5e,initCreateFlagDefs)),{'ok':!![]};}},listDef={'service':a2_0x355b85(0x115),'command':a2_0x355b85(0xfb),'description':'List\x20apps\x20available\x20to\x20the\x20current\x20access\x20key','risk':a2_0x355b85(0xe4),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[{'name':a2_0x355b85(0x121),'type':'string','description':a2_0x355b85(0xf5),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x355b85(0x11b),'type':a2_0x355b85(0x118),'description':a2_0x355b85(0x12b),'default':![]},{'name':a2_0x355b85(0xdf),'type':a2_0x355b85(0x118),'description':a2_0x355b85(0xf2),'default':![]}],async 'execute'(_0x2f3d16){const _0x55e3b7=a2_0x355b85,_0x5346f4=_0x2f3d16[_0x55e3b7(0x10a)]('env')||_0x2f3d16[_0x55e3b7(0x134)]||getEnv()||_0x55e3b7(0x11d),_0x5c05a0=_0x2f3d16[_0x55e3b7(0x117)](_0x55e3b7(0x11b)),_0x17eb7d=_0x2f3d16[_0x55e3b7(0x117)](_0x55e3b7(0xdf)),{readRawConfigWithLayers:_0x4508c4,resolveDefaultAppSource:_0x554553,getLocalAppAliases:_0x3d3180}=await import(_0x55e3b7(0x12c)),{getRemoteAppList:_0x276433}=await import(_0x55e3b7(0xe6)),{config:_0x2f6b7d,layers:_0x4682fe}=_0x4508c4(),_0x43571d=_0x554553(_0x4682fe),{defaultApp:_0x1d859c}=_0x2f6b7d,_0x29ad0f=await _0x276433({'env':_0x5346f4,'accessKey':_0x2f3d16[_0x55e3b7(0xe3)],'localOnly':_0x5c05a0,'noCache':_0x17eb7d}),_0x4a02d3=_0x29ad0f['items'][_0x55e3b7(0x109)](_0x2c4262=>{const _0x56736e=_0x55e3b7;return{'name':_0x2c4262[_0x56736e(0xed)],'appcode':_0x2c4262[_0x56736e(0x128)],'named':!![],'definedIn':_0x56736e(0x108),'isDefault':_0x2c4262[_0x56736e(0xed)]===_0x1d859c,...buildAppProfileListFields(_0x5346f4),'source':_0x29ad0f[_0x56736e(0x101)],'owner':_0x2c4262[_0x56736e(0x11a)]??null,'status':_0x2c4262[_0x56736e(0xe7)]??null,'cachedAt':_0x29ad0f[_0x56736e(0xee)]};}),_0x26a675=_0x3d3180(_0x2f6b7d);let _0x28ba30=0x0;for(const [_0x34aa1f,_0x1c5a6a]of Object[_0x55e3b7(0xf1)](_0x26a675)){const _0x425ab7=typeof _0x1c5a6a['appcode']===_0x55e3b7(0xf4)?_0x1c5a6a[_0x55e3b7(0x102)][_0x55e3b7(0x112)]():'';if(!_0x425ab7)continue;_0x28ba30+=0x1,_0x4a02d3[_0x55e3b7(0xe8)]({'name':_0x34aa1f,'appcode':_0x425ab7,'named':!![],'definedIn':_0x55e3b7(0x11b),'isDefault':_0x34aa1f===_0x1d859c,...buildAppProfileListFields(_0x5346f4),'source':'config','owner':null,'status':null,'cachedAt':null});}enrichAppListItemsWithMergedSelection(_0x4a02d3,_0x2f3d16[_0x55e3b7(0x106)]);if(_0x4a02d3[_0x55e3b7(0xf8)]===0x0)return{'ok':!![],'data':[],'message':_0x29ad0f['source']===_0x55e3b7(0xec)?_0x55e3b7(0x100):_0x55e3b7(0xf6)};const _0x40fd1f=_0x4a02d3[_0x55e3b7(0xfd)](_0x4d68ee=>_0x4d68ee['isCurrent']===!![]),_0x70559c=_0x1d859c??_0x40fd1f?.['name']??null,_0x3156aa={'env':_0x5346f4,'source':_0x29ad0f[_0x55e3b7(0x101)],'fetchedAt':_0x29ad0f[_0x55e3b7(0xee)],'cachePath':_0x29ad0f[_0x55e3b7(0x120)],'globalPath':_0x4682fe[_0x55e3b7(0x104)]??null,'projectPath':_0x4682fe[_0x55e3b7(0x10c)]??null,'defaultApp':_0x70559c,'defaultAppSource':_0x1d859c!=null?_0x43571d:null,'localAliasCount':_0x28ba30};return{'ok':!![],'data':{'items':_0x4a02d3,'meta':_0x3156aa}};}},pullDef={'service':'app','command':'pull','description':a2_0x355b85(0xf7),'risk':a2_0x355b85(0x10e),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'env','type':a2_0x355b85(0xf4),'description':a2_0x355b85(0x12f),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x355b85(0x11b),'type':a2_0x355b85(0x118),'description':a2_0x355b85(0x113),'default':![]},{'name':'no-cache','type':a2_0x355b85(0x118),'description':'Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','default':![]}],async 'execute'(_0x41a56a){const _0x5144cd=a2_0x355b85,_0x2094d2=_0x41a56a[_0x5144cd(0x10a)](_0x5144cd(0x121))||_0x41a56a['envName']||getEnv()||_0x5144cd(0x11d),_0x2abf87=_0x41a56a['bool'](_0x5144cd(0x11b)),_0x3a4cb8=_0x41a56a[_0x5144cd(0x117)]('no-cache'),{getRemoteAppList:_0x417a98}=await import('../../commands/app/remote-source.js'),_0x27c209=await _0x417a98({'env':_0x2094d2,'accessKey':_0x41a56a[_0x5144cd(0xe3)],'localOnly':_0x2abf87,'noCache':_0x3a4cb8});return{'ok':!![],'data':{'total':_0x27c209[_0x5144cd(0x131)][_0x5144cd(0xf8)],'env':_0x2094d2,'source':_0x27c209['source'],'fetchedAt':_0x27c209[_0x5144cd(0xee)],'cachePath':_0x27c209[_0x5144cd(0x120)]},'message':_0x27c209['source']===_0x5144cd(0xec)?'Loaded\x20'+_0x27c209[_0x5144cd(0x131)][_0x5144cd(0xf8)]+_0x5144cd(0xe2)+_0x2094d2+'\x22.':_0x5144cd(0xef)+_0x27c209['items'][_0x5144cd(0xf8)]+_0x5144cd(0x110)+_0x2094d2+'\x22.'};}},useDef={'service':a2_0x355b85(0x115),'command':a2_0x355b85(0x103),'description':a2_0x355b85(0x107),'risk':a2_0x355b85(0x10e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a2_0x355b85(0x129),'description':'Remote\x20app\x20name\x20to\x20activate','required':!![]}],'flags':[GLOBAL_FLAG],async 'validate'(_0x19e449){const _0x4b3b88=a2_0x355b85;if(!_0x19e449[_0x4b3b88(0xe9)][0x0])throw CliErrors[_0x4b3b88(0xfc)](_0x4b3b88(0x123),_0x4b3b88(0xe5)+CLI_BIN_NAME+_0x4b3b88(0x10b));},async 'execute'(_0x196514){const _0x5ee124=a2_0x355b85,_0x47dd64=_0x196514[_0x5ee124(0xe9)][0x0];if(!_0x47dd64)throw CliErrors['validation'](_0x5ee124(0x123),_0x5ee124(0xe5)+CLI_BIN_NAME+'\x20app\x20use\x20<name>\x20[--global]');const {buildConfigFromFlags:_0x2c6c8c,resolveLocalAppAliasCode:_0x3dc9c8}=await import(_0x5ee124(0x12c)),{readCachedAppList:_0x3e2d7d}=await import(_0x5ee124(0xfe)),_0xe6a731=_0x2c6c8c({}),_0xd8cdfc=_0x3e2d7d(_0xe6a731['env'],_0xe6a731[_0x5ee124(0xe3)]),_0x2b6a69=_0xd8cdfc?.['items']['find'](_0x4e065d=>_0x4e065d['appName']===_0x47dd64),_0x1e00e7=_0x3dc9c8(_0xe6a731[_0x5ee124(0x127)]??{},_0x47dd64);if(!_0x2b6a69&&!_0x1e00e7&&_0xe6a731[_0x5ee124(0xf3)]!==_0x47dd64){const _0x3b6600=[..._0xd8cdfc?.[_0x5ee124(0x131)][_0x5ee124(0x109)](_0x18f0b3=>_0x18f0b3[_0x5ee124(0xed)])??[]],_0x2cfbc1=_0x3b6600[_0x5ee124(0xf8)]===0x0?_0x5ee124(0x133)+CLI_BIN_NAME+_0x5ee124(0xf0)+_0x47dd64+_0x5ee124(0x126):'Available\x20remote\x20apps:\x20'+Array[_0x5ee124(0x111)](new Set(_0x3b6600))[_0x5ee124(0x12d)](',\x20')+_0x5ee124(0x114);throw CliErrors[_0x5ee124(0xfc)](_0x5ee124(0x105)+_0x47dd64+_0x5ee124(0x122),_0x2cfbc1);}const _0x5ccac1=_0x196514[_0x5ee124(0x117)](_0x5ee124(0x12e));let _0x30f0d9;if(_0x5ccac1)_0x30f0d9={'global':!![]};else{const {isInProject:_0x2ba58c}=await import(_0x5ee124(0x12c)),_0x7e29c0=_0x2ba58c();_0x30f0d9=toScopeFlags(resolveConfigScope({'explicitGlobal':![],'policy':_0x5ee124(0x11e),'inProject':_0x7e29c0}));}const _0x20f6b5=readConfig(_0x30f0d9);return _0x20f6b5[_0x5ee124(0xf3)]=_0x47dd64,writeConfig(_0x20f6b5,_0x30f0d9),{'ok':!![],'message':_0x5ee124(0x125)+_0x47dd64+'\x22'+scopeLabel(_0x30f0d9)+'.'};}},importDef={'service':a2_0x355b85(0x115),'command':a2_0x355b85(0xff),'description':a2_0x355b85(0x119),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initImportFlagDefs,async 'execute'(_0x181d1d){return await runInitImport(collectFlags(_0x181d1d,initImportFlagDefs)),{'ok':!![]};}};export const appDefinitions=[initDef,listDef,pullDef,useDef,importDef];
@@ -1 +1 @@
1
- (function(_0x1b0268,_0x31ed2c){const _0x470c94=a3_0x4da2,_0x2c16c4=_0x1b0268();while(!![]){try{const _0x22dd32=-parseInt(_0x470c94(0x1b7))/0x1+parseInt(_0x470c94(0x1b8))/0x2*(-parseInt(_0x470c94(0x1c5))/0x3)+parseInt(_0x470c94(0x1c0))/0x4*(parseInt(_0x470c94(0x1c8))/0x5)+parseInt(_0x470c94(0x1c2))/0x6+-parseInt(_0x470c94(0x1c3))/0x7+-parseInt(_0x470c94(0x1c4))/0x8*(-parseInt(_0x470c94(0x1c1))/0x9)+-parseInt(_0x470c94(0x1bd))/0xa;if(_0x22dd32===_0x31ed2c)break;else _0x2c16c4['push'](_0x2c16c4['shift']());}catch(_0x173b65){_0x2c16c4['push'](_0x2c16c4['shift']());}}}(a3_0x1c89,0x904db));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 _0x38df67=a3_0x4da2,_0x26743a=join(__dirname,_0x38df67(0x1bf)),_0x74327d=readFileSync(_0x26743a,_0x38df67(0x1bc));return JSON[_0x38df67(0x1ba)](_0x74327d);}let _cached=null;function a3_0x4da2(_0x2f3692,_0x486643){_0x2f3692=_0x2f3692-0x1b7;const _0x1c8970=a3_0x1c89();let _0x4da21c=_0x1c8970[_0x2f3692];return _0x4da21c;}function a3_0x1c89(){const _0xf406e8=['2gwYDyY','errorMsg','parse','success','utf-8','5070920ivLMuF','Mock\x20API\x20error:\x20','../../../mock/app-list.json','3321436ilYsVQ','162963KgPDhC','5936604cmBQUE','3836182ujgXDt','104kHlgcW','324651HXSxXp','tableData','data','5QjIxIg','300782KIDdKM'];a3_0x1c89=function(){return _0xf406e8;};return a3_0x1c89();}export function getMockAppList(){return!_cached&&(_cached=loadMockAppList()),_cached;}export function getMockRemoteAppItems(){const _0x46b32f=a3_0x4da2,_0x4629e9=getMockAppList();if(!_0x4629e9[_0x46b32f(0x1bb)])throw new Error(_0x46b32f(0x1be)+_0x4629e9[_0x46b32f(0x1b9)]+'\x20('+_0x4629e9['errorCode']+')');return _0x4629e9[_0x46b32f(0x1c7)][_0x46b32f(0x1c6)];}
1
+ (function(_0x3a5fba,_0x1bb260){const _0x1abd5e=a3_0x44d0,_0x513beb=_0x3a5fba();while(!![]){try{const _0xd05392=parseInt(_0x1abd5e(0x175))/0x1*(-parseInt(_0x1abd5e(0x174))/0x2)+parseInt(_0x1abd5e(0x17a))/0x3*(parseInt(_0x1abd5e(0x185))/0x4)+parseInt(_0x1abd5e(0x182))/0x5*(-parseInt(_0x1abd5e(0x176))/0x6)+-parseInt(_0x1abd5e(0x177))/0x7*(parseInt(_0x1abd5e(0x183))/0x8)+parseInt(_0x1abd5e(0x178))/0x9+parseInt(_0x1abd5e(0x180))/0xa+-parseInt(_0x1abd5e(0x17e))/0xb*(-parseInt(_0x1abd5e(0x179))/0xc);if(_0xd05392===_0x1bb260)break;else _0x513beb['push'](_0x513beb['shift']());}catch(_0x2144df){_0x513beb['push'](_0x513beb['shift']());}}}(a3_0x28d3,0xa2997));import{fileURLToPath}from'url';import{dirname,join}from'path';import{readFileSync}from'fs';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function a3_0x44d0(_0x448c35,_0x1b5e00){_0x448c35=_0x448c35-0x173;const _0x28d32a=a3_0x28d3();let _0x44d0df=_0x28d32a[_0x448c35];return _0x44d0df;}function loadMockAppList(){const _0x3d5a09=a3_0x44d0,_0x4cb4de=join(__dirname,'../../../mock/app-list.json'),_0x36cf07=readFileSync(_0x4cb4de,_0x3d5a09(0x17b));return JSON[_0x3d5a09(0x17f)](_0x36cf07);}let _cached=null;function a3_0x28d3(){const _0x47dd0b=['289264bjxbdP','Mock\x20API\x20error:\x20','errorCode','5938DSPZLF','59GySunx','12264DCueyP','7PaiTTl','1561158wwGdts','309252IqNCGV','12JOJaAn','utf-8','tableData','success','242UXhTBA','parse','9619390ESnfiO','data','1150bEVcQn','5442632SCheHI','errorMsg'];a3_0x28d3=function(){return _0x47dd0b;};return a3_0x28d3();}export function getMockAppList(){return!_cached&&(_cached=loadMockAppList()),_cached;}export function getMockRemoteAppItems(){const _0x4c493a=a3_0x44d0,_0x1fd9b4=getMockAppList();if(!_0x1fd9b4[_0x4c493a(0x17d)])throw new Error(_0x4c493a(0x186)+_0x1fd9b4[_0x4c493a(0x184)]+'\x20('+_0x1fd9b4[_0x4c493a(0x173)]+')');return _0x1fd9b4[_0x4c493a(0x181)][_0x4c493a(0x17c)];}
@@ -1 +1 @@
1
- (function(_0x30ba06,_0x2efb8e){const _0x1dd4f8=a4_0x3c26,_0x4351cd=_0x30ba06();while(!![]){try{const _0x51f2b5=-parseInt(_0x1dd4f8(0x1d4))/0x1*(-parseInt(_0x1dd4f8(0x1e3))/0x2)+parseInt(_0x1dd4f8(0x1e2))/0x3*(-parseInt(_0x1dd4f8(0x1e1))/0x4)+parseInt(_0x1dd4f8(0x1dd))/0x5*(-parseInt(_0x1dd4f8(0x1e5))/0x6)+-parseInt(_0x1dd4f8(0x1db))/0x7+parseInt(_0x1dd4f8(0x1de))/0x8*(-parseInt(_0x1dd4f8(0x1e6))/0x9)+parseInt(_0x1dd4f8(0x1d3))/0xa*(-parseInt(_0x1dd4f8(0x1d9))/0xb)+parseInt(_0x1dd4f8(0x1d6))/0xc;if(_0x51f2b5===_0x2efb8e)break;else _0x4351cd['push'](_0x4351cd['shift']());}catch(_0x24e90a){_0x4351cd['push'](_0x4351cd['shift']());}}}(a4_0x522b,0xae073));import{getMyApps}from'../../core/api-client.js';import{getMockRemoteAppItems}from'../../commands/app/mock-loader.js';function a4_0x522b(){const _0x54e61e=['toISOString','84TKNHhb','45DNkKQM','20950NYaVvq','96374wzgXtF','trim','54515976gdMFLF','mock','toLowerCase','6655pksWsD','items','7723247khrfCA','cache','115095juwknJ','2020264lcEmFs','fetchedAt','remote','1039792VtEIfz','3gKrmhg','8pWOAXs'];a4_0x522b=function(){return _0x54e61e;};return a4_0x522b();}import{getAppCacheFilePath,readCachedAppList,writeCachedAppList}from'../../commands/app/cache.js';export function shouldUseMockRemoteApps(){const _0xf9c5bf=a4_0x3c26,_0x44e1a6=(process.env.LOVRABET_APP_LIST_SOURCE||process.env.RABETBASE_APP_LIST_SOURCE||'')[_0xf9c5bf(0x1d5)]()[_0xf9c5bf(0x1d8)]();return _0x44e1a6===_0xf9c5bf(0x1d7);}export async function getRemoteAppItems(){if(shouldUseMockRemoteApps())return getMockRemoteAppItems();return getMyApps();}function a4_0x3c26(_0x265113,_0x1c1e8b){_0x265113=_0x265113-0x1d3;const _0x522b9d=a4_0x522b();let _0x3c2647=_0x522b9d[_0x265113];return _0x3c2647;}export async function getRemoteAppList(_0x5bd4b5){const _0xc768ac=a4_0x3c26,{env:_0x390f88,accessKey:_0x36ee6f,localOnly:localOnly=![],noCache:noCache=![]}=_0x5bd4b5,_0x21c356=readCachedAppList(_0x390f88,_0x36ee6f),_0x3850c9=_0x36ee6f?.['trim']()?getAppCacheFilePath(_0x390f88,_0x36ee6f):null;if(localOnly)return{'items':_0x21c356?.['items']??[],'source':_0xc768ac(0x1dc),'fetchedAt':_0x21c356?.[_0xc768ac(0x1df)]??null,'cachePath':_0x3850c9};try{const _0x2e9dd9=await getRemoteAppItems(),_0x5d9892=shouldUseMockRemoteApps()?_0xc768ac(0x1d7):_0xc768ac(0x1e0),_0x7e5290=new Date()[_0xc768ac(0x1e4)](),_0x1bf88f=_0x36ee6f?.[_0xc768ac(0x1d5)]()?writeCachedAppList(_0x390f88,_0x36ee6f,{'env':_0x390f88,'fetchedAt':_0x7e5290,'source':_0x5d9892,'items':_0x2e9dd9}):null;return{'items':_0x2e9dd9,'source':_0x5d9892,'fetchedAt':_0x7e5290,'cachePath':_0x1bf88f};}catch(_0x309c07){if(!noCache&&_0x21c356)return{'items':_0x21c356[_0xc768ac(0x1da)],'source':_0xc768ac(0x1dc),'fetchedAt':_0x21c356[_0xc768ac(0x1df)],'cachePath':_0x3850c9};throw _0x309c07;}}
1
+ (function(_0x12d25f,_0x5a060c){const _0x2fd90b=a4_0x2487,_0x17376c=_0x12d25f();while(!![]){try{const _0x364303=-parseInt(_0x2fd90b(0x109))/0x1*(parseInt(_0x2fd90b(0x100))/0x2)+-parseInt(_0x2fd90b(0x101))/0x3*(parseInt(_0x2fd90b(0x10f))/0x4)+parseInt(_0x2fd90b(0x107))/0x5*(-parseInt(_0x2fd90b(0x10d))/0x6)+parseInt(_0x2fd90b(0x104))/0x7*(-parseInt(_0x2fd90b(0x10b))/0x8)+-parseInt(_0x2fd90b(0x10e))/0x9+-parseInt(_0x2fd90b(0x106))/0xa*(-parseInt(_0x2fd90b(0x10c))/0xb)+parseInt(_0x2fd90b(0x108))/0xc;if(_0x364303===_0x5a060c)break;else _0x17376c['push'](_0x17376c['shift']());}catch(_0x2e9eb4){_0x17376c['push'](_0x17376c['shift']());}}}(a4_0x32f7,0x88e2e));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_0x2487(_0x4173e8,_0x1e72e2){_0x4173e8=_0x4173e8-0xff;const _0x32f728=a4_0x32f7();let _0x248721=_0x32f728[_0x4173e8];return _0x248721;}import{productEnv}from'../../constant/product.js';export function shouldUseMockRemoteApps(){const _0x349b8e=a4_0x2487,_0x2265ea=(productEnv('APP_LIST_SOURCE')||'')[_0x349b8e(0x105)]()[_0x349b8e(0x110)]();return _0x2265ea===_0x349b8e(0x10a);}export async function getRemoteAppItems(){if(shouldUseMockRemoteApps())return getMockRemoteAppItems();return getMyApps();}function a4_0x32f7(){const _0x4bdc61=['260XXBGAq','toLowerCase','fetchedAt','cache','items','12NfByRZ','40287guHNMs','toISOString','remote','56oeXsio','trim','10mNwEVY','2558935tJAJHF','37823196ICQvkW','137347VdmjHO','mock','62008tePMks','4101372rPJbXn','12icPiiI','1633950WgItRZ'];a4_0x32f7=function(){return _0x4bdc61;};return a4_0x32f7();}export async function getRemoteAppList(_0xdc5ae9){const _0x2ea46c=a4_0x2487,{env:_0x2c05a1,accessKey:_0x4eac46,localOnly:localOnly=![],noCache:noCache=![]}=_0xdc5ae9,_0x4b9992=readCachedAppList(_0x2c05a1,_0x4eac46),_0x4b0414=_0x4eac46?.['trim']()?getAppCacheFilePath(_0x2c05a1,_0x4eac46):null;if(localOnly)return{'items':_0x4b9992?.[_0x2ea46c(0xff)]??[],'source':_0x2ea46c(0x112),'fetchedAt':_0x4b9992?.[_0x2ea46c(0x111)]??null,'cachePath':_0x4b0414};try{const _0x308aa9=await getRemoteAppItems(),_0x2696dd=shouldUseMockRemoteApps()?'mock':_0x2ea46c(0x103),_0x7b4553=new Date()[_0x2ea46c(0x102)](),_0x30afd5=_0x4eac46?.[_0x2ea46c(0x105)]()?writeCachedAppList(_0x2c05a1,_0x4eac46,{'env':_0x2c05a1,'fetchedAt':_0x7b4553,'source':_0x2696dd,'items':_0x308aa9}):null;return{'items':_0x308aa9,'source':_0x2696dd,'fetchedAt':_0x7b4553,'cachePath':_0x30afd5};}catch(_0x5523c1){if(!noCache&&_0x4b9992)return{'items':_0x4b9992[_0x2ea46c(0xff)],'source':_0x2ea46c(0x112),'fetchedAt':_0x4b9992['fetchedAt'],'cachePath':_0x4b0414};throw _0x5523c1;}}
@@ -1 +1 @@
1
- (function(_0x27623f,_0xcbda82){const _0x22c1c2=a5_0x34ca,_0x44b802=_0x27623f();while(!![]){try{const _0x3e8f78=parseInt(_0x22c1c2(0x132))/0x1*(parseInt(_0x22c1c2(0x138))/0x2)+parseInt(_0x22c1c2(0x130))/0x3+-parseInt(_0x22c1c2(0x12f))/0x4+parseInt(_0x22c1c2(0x13a))/0x5*(parseInt(_0x22c1c2(0x13b))/0x6)+-parseInt(_0x22c1c2(0x137))/0x7+parseInt(_0x22c1c2(0x133))/0x8*(-parseInt(_0x22c1c2(0x134))/0x9)+parseInt(_0x22c1c2(0x12e))/0xa;if(_0x3e8f78===_0xcbda82)break;else _0x44b802['push'](_0x44b802['shift']());}catch(_0x2cc455){_0x44b802['push'](_0x44b802['shift']());}}}(a5_0x4209,0x7abc1));import{CLI_BIN_NAME}from'../../constant/cli.js';import{formatScopeLabel}from'../../commands/common/config-policy.js';function a5_0x4209(){const _0x2226e8=['414369ejwpBF','project','appCode','6769735nuWAWi','980708xHHdLK','name','275TWRJuD','32358xmcroX','global','trim','isCurrent','currentApp','13513330MOMTQY','3350364NIedhX','1474206ixgdzH','defaultApp','1iSFWrm','56SJdQQL'];a5_0x4209=function(){return _0x2226e8;};return a5_0x4209();}export{CLI_BIN_NAME};function a5_0x34ca(_0x424f11,_0x202f92){_0x424f11=_0x424f11-0x12c;const _0x4209f8=a5_0x4209();let _0x34ca50=_0x4209f8[_0x424f11];return _0x34ca50;}export function enrichAppListItemsWithMergedSelection(_0x469a12,_0x9ed944){const _0x157749=a5_0x34ca;if(!_0x9ed944)return;const _0x46adb2=!!(_0x9ed944[_0x157749(0x12d)]??_0x9ed944[_0x157749(0x131)]);for(const _0x154435 of _0x469a12){_0x154435[_0x157749(0x12c)]=![];}const _0x37968a=_0x9ed944[_0x157749(0x136)]!=null?String(_0x9ed944[_0x157749(0x136)])[_0x157749(0x13d)]():'';if(_0x46adb2){const _0x1844f5=_0x9ed944[_0x157749(0x12d)]??_0x9ed944[_0x157749(0x131)];if(_0x1844f5)for(const _0x25c4bc of _0x469a12){_0x25c4bc['named']===!![]&&_0x25c4bc[_0x157749(0x139)]===_0x1844f5&&(_0x25c4bc['isCurrent']=!![]);}return;}if(!_0x37968a)return;for(const _0xe429ca of _0x469a12){String(_0xe429ca['appcode']??'')[_0x157749(0x13d)]()===_0x37968a&&(_0xe429ca['isCurrent']=!![]);}}export{readScopedConfig as readConfig,writeScopedConfig as writeConfig,isInProject}from'../../context.js';export function scopeLabel(_0x38c1db){const _0x4da116=a5_0x34ca;return formatScopeLabel(_0x38c1db[_0x4da116(0x13c)]?_0x4da116(0x13c):_0x4da116(0x135));}
1
+ (function(_0x10cc25,_0x1a8f3e){const _0x4707fb=a5_0x2346,_0x38e963=_0x10cc25();while(!![]){try{const _0x53d8c9=parseInt(_0x4707fb(0xaf))/0x1*(parseInt(_0x4707fb(0xc2))/0x2)+-parseInt(_0x4707fb(0xbd))/0x3+-parseInt(_0x4707fb(0xbf))/0x4+-parseInt(_0x4707fb(0xb5))/0x5*(-parseInt(_0x4707fb(0xba))/0x6)+parseInt(_0x4707fb(0xbc))/0x7+parseInt(_0x4707fb(0xb3))/0x8*(parseInt(_0x4707fb(0xc0))/0x9)+-parseInt(_0x4707fb(0xb4))/0xa;if(_0x53d8c9===_0x1a8f3e)break;else _0x38e963['push'](_0x38e963['shift']());}catch(_0x496b82){_0x38e963['push'](_0x38e963['shift']());}}}(a5_0x4924,0x87a63));function a5_0x4924(){const _0x48db94=['project','trim','isCurrent','definedIn','1254pNRKdq','currentApp','4887274wwBiWU','1322991tTTnVM','local','2141696NnoknV','1910151zdahzN','appcode','4186RZKUkK','defaultApp','named','347QNwouH','find','global','appCode','8JDpxaW','11594750bWVhUa','25235pnGyKQ'];a5_0x4924=function(){return _0x48db94;};return a5_0x4924();}import{CLI_BIN_NAME}from'../../constant/cli.js';import{formatScopeLabel}from'../../commands/common/config-policy.js';export{CLI_BIN_NAME};function a5_0x2346(_0x4253e4,_0x3ff756){_0x4253e4=_0x4253e4-0xad;const _0x4924aa=a5_0x4924();let _0x234679=_0x4924aa[_0x4253e4];return _0x234679;}export function enrichAppListItemsWithMergedSelection(_0xe7afe8,_0x3b33b5){const _0x36ebf4=a5_0x2346;if(!_0x3b33b5)return;const _0x4935fe=!!(_0x3b33b5[_0x36ebf4(0xbb)]??_0x3b33b5[_0x36ebf4(0xad)]);for(const _0x535e3a of _0xe7afe8){_0x535e3a[_0x36ebf4(0xb8)]=![];}const _0x29104c=_0x3b33b5['appCode']!=null?String(_0x3b33b5[_0x36ebf4(0xb2)])[_0x36ebf4(0xb7)]():'';if(_0x4935fe){const _0x1772a3=_0x3b33b5[_0x36ebf4(0xbb)]??_0x3b33b5[_0x36ebf4(0xad)];if(_0x1772a3){const _0x186c68=_0xe7afe8[_0x36ebf4(0xb0)](_0x33fa20=>_0x33fa20[_0x36ebf4(0xae)]===!![]&&_0x33fa20['name']===_0x1772a3&&_0x33fa20[_0x36ebf4(0xb9)]===_0x36ebf4(0xbe)),_0x8d6592=_0x186c68??_0xe7afe8[_0x36ebf4(0xb0)](_0x10652e=>_0x10652e['named']===!![]&&_0x10652e['name']===_0x1772a3);_0x8d6592&&(_0x8d6592[_0x36ebf4(0xb8)]=!![]);}return;}if(!_0x29104c)return;for(const _0x2079e5 of _0xe7afe8){String(_0x2079e5[_0x36ebf4(0xc1)]??'')[_0x36ebf4(0xb7)]()===_0x29104c&&(_0x2079e5[_0x36ebf4(0xb8)]=!![]);}}export{readScopedConfig as readConfig,writeScopedConfig as writeConfig,isInProject}from'../../context.js';export function scopeLabel(_0x38c8f9){const _0x5614a6=a5_0x2346;return formatScopeLabel(_0x38c8f9[_0x5614a6(0xb1)]?_0x5614a6(0xb1):_0x5614a6(0xb6));}
@@ -1 +1 @@
1
- const a6_0x1fe5b5=a6_0x1e61;(function(_0x45739f,_0x3ada61){const _0x367be9=a6_0x1e61,_0x2f7125=_0x45739f();while(!![]){try{const _0x5f5a16=parseInt(_0x367be9(0x20f))/0x1*(parseInt(_0x367be9(0x231))/0x2)+-parseInt(_0x367be9(0x229))/0x3+-parseInt(_0x367be9(0x1f1))/0x4*(-parseInt(_0x367be9(0x21d))/0x5)+-parseInt(_0x367be9(0x23c))/0x6*(-parseInt(_0x367be9(0x237))/0x7)+parseInt(_0x367be9(0x206))/0x8*(parseInt(_0x367be9(0x20e))/0x9)+-parseInt(_0x367be9(0x1f0))/0xa+-parseInt(_0x367be9(0x218))/0xb*(parseInt(_0x367be9(0x211))/0xc);if(_0x5f5a16===_0x3ada61)break;else _0x2f7125['push'](_0x2f7125['shift']());}catch(_0x167ddd){_0x2f7125['push'](_0x2f7125['shift']());}}}(a6_0x5d9a,0x36766));import{readScopedConfig,writeScopedConfig}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a6_0x1e61(_0xcf1e36,_0x3098dd){_0xcf1e36=_0xcf1e36-0x1f0;const _0x5d9ad1=a6_0x5d9a();let _0x1e6145=_0x5d9ad1[_0xcf1e36];return _0x1e6145;}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 _0x2a7470=a6_0x1e61;writeCliSideChannelLine('AccessKey\x20required\x20for\x20login.\x20Create\x20one\x20in\x20Lovrabet\x20User\x20Center:'),writeCliSideChannelLine('\x0a'+USER_ACCESS_KEY_CREATE_URL+'\x0a'),writeCliSideChannelLine('Tip:\x20you\x20can\x20also\x20run:'),writeCliSideChannelLine('\x20\x20'+CLI_BIN_NAME+_0x2a7470(0x220));}function resolveAuthScopeFlags(_0x1be59a){const _0xdd5d4f=a6_0x1e61;return toScopeFlags(resolveConfigScope({'explicitGlobal':_0x1be59a[_0xdd5d4f(0x222)]('global'),'explicitProject':_0x1be59a[_0xdd5d4f(0x222)](_0xdd5d4f(0x226)),'policy':_0xdd5d4f(0x235)}));}async function resolveAuthWriteInput(_0x5b181e){const _0x26f964=a6_0x1e61;let _0x3e900c=(_0x5b181e[_0x26f964(0x234)](_0x26f964(0x1fd))||_0x5b181e['str']('ak')||'')[_0x26f964(0x239)]();const _0x25ec84=(_0x5b181e[_0x26f964(0x234)]('env')||'')[_0x26f964(0x239)]();if(!_0x3e900c&&!_0x5b181e[_0x26f964(0x1f5)])try{showAccessKeyCreateHint(),_0x3e900c=await promptAccessKey('');}catch(_0x1d34de){if(isAbortPrompt(_0x1d34de))throw CliErrors[_0x26f964(0x207)]();throw _0x1d34de;}if(!_0x3e900c)throw CliErrors['validation'](_0x26f964(0x22f),[_0x26f964(0x213)+USER_ACCESS_KEY_CREATE_URL,_0x26f964(0x238)+CLI_BIN_NAME+_0x26f964(0x22e)][_0x26f964(0x23f)]('\x0a'));if(!ACCESS_KEY_PATTERN[_0x26f964(0x1f9)](_0x3e900c))throw CliErrors[_0x26f964(0x21a)](_0x26f964(0x1fb)+_0x3e900c+'\x22',_0x26f964(0x21f));if(!_0x25ec84)return{'accessKey':_0x3e900c};const _0x5c3071=normalizeEnv(_0x25ec84);return{'accessKey':_0x3e900c,'env':isDaily(_0x5c3071)?_0x26f964(0x1f7):isDev(_0x5c3071)?_0x26f964(0x205):_0x26f964(0x200)};}function a6_0x5d9a(){const _0x2a35f1=['\x20auth\x20login\x20--access-key\x20<ak_xxx>\x20[--global]','Missing\x20accessKey.','logout','2WuTUxG','Clear\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','Write\x20to\x20global\x20config\x20(default)','str','global-default','boolean','4823ROgRfM','Then\x20run:\x20','trim','Clear\x20from\x20global\x20config\x20(default)','\x20doctor','2016sMoVes','Clear\x20all\x20config\x20in\x20scope\x20and\x20initialize\x20auth\x20from\x20scratch','\x20\x20export\x20LOVRABET_ACCESS_KEY=ak_xxx','join','AccessKey\x20cleared\x20from\x20','3006400UAFldD','371096IgEQBe','slice','\x20Current\x20env:\x20','push','nonInteractive','Save\x20accessKey\x20to\x20config\x20(global\x20by\x20default;\x20use\x20--project\x20for\x20project\x20config)','daily','info','test','global','Invalid\x20accessKey\x20format:\x20\x22','\x20config.\x20Nothing\x20to\x20clear.','access-key','Option\x20A:\x20','AccessKey\x20(ak_xxx...)','production','Read\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','Option\x20C:\x20environment\x20variable','env','envName','development','96ZBcfQn','cancelled','\x20auth\x20status','length','\x20(via\x20','Auth\x20mode:\x20','Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','\x20Verify:\x20','327384dsJhnN','372227jCRLqe','AccessKey\x20saved\x20to\x20','9924SqFBaN','Read\x20from\x20global\x20config\x20(default)','Create\x20one\x20in\x20Lovrabet\x20User\x20Center:\x20','LOVRABET_ACCESS_KEY\x20env\x20var','{\x20\x22accessKey\x22:\x20\x22ak_xxx\x22\x20}','accessKey','Show\x20current\x20authentication\x20status','2563SFDUSS','Then\x20verify\x20with:\x20','validation','Option\x20B:\x20apps\x20config\x20(.lovrabet.json)','Shorthand\x20for\x20--access-key','5yeJbZg','auth','Expected:\x20ak_\x20followed\x20by\x2016+\x20alphanumeric\x20chars','\x20auth\x20login\x20--access-key\x20<ak_xxx>','string','bool','\x20auth\x20login\x20[--global]\x20[--access-key\x20ak_xxx]','\x20config','login','project','Auth\x20config\x20reinitialized\x20in\x20','read','1249824PksFmi','write','\x20config.','repeat','No\x20credentials\x20found.\x20Configure\x20one\x20of\x20the\x20options\x20below:'];a6_0x5d9a=function(){return _0x2a35f1;};return a6_0x5d9a();}export const authDefinitions=[{'service':'auth','command':a6_0x1fe5b5(0x225),'description':a6_0x1fe5b5(0x1f6),'risk':a6_0x1fe5b5(0x22a),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x1fe5b5(0x1fd),'type':a6_0x1fe5b5(0x221),'description':a6_0x1fe5b5(0x1ff)},{'name':'ak','type':a6_0x1fe5b5(0x221),'description':a6_0x1fe5b5(0x21c)},{'name':a6_0x1fe5b5(0x1fa),'type':a6_0x1fe5b5(0x236),'description':a6_0x1fe5b5(0x233),'default':!![]},{'name':a6_0x1fe5b5(0x226),'type':a6_0x1fe5b5(0x236),'description':a6_0x1fe5b5(0x20c),'default':![]}],async 'execute'(_0x164639){const _0xff8124=a6_0x1fe5b5,_0x2ebf8f=await resolveAuthWriteInput(_0x164639),_0x41eb2e=resolveAuthScopeFlags(_0x164639),_0x51c3b3=readScopedConfig(_0x41eb2e);_0x51c3b3[_0xff8124(0x216)]=_0x2ebf8f[_0xff8124(0x216)];_0x2ebf8f[_0xff8124(0x203)]&&(_0x51c3b3['env']=_0x2ebf8f[_0xff8124(0x203)]);writeScopedConfig(_0x51c3b3,_0x41eb2e);const _0x1ea040=_0x41eb2e[_0xff8124(0x1fa)]?_0xff8124(0x1fa):_0xff8124(0x226),_0x2bf728=_0x51c3b3['env']?'\x20Current\x20env:\x20'+_0x51c3b3[_0xff8124(0x203)]+'.':'';return{'ok':!![],'message':_0xff8124(0x210)+_0x1ea040+'\x20config.'+_0x2bf728+_0xff8124(0x20d)+CLI_BIN_NAME+_0xff8124(0x208)};}},{'service':a6_0x1fe5b5(0x21e),'command':'init','description':a6_0x1fe5b5(0x23d),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x1fe5b5(0x1fd),'type':'string','description':a6_0x1fe5b5(0x1ff)},{'name':'ak','type':a6_0x1fe5b5(0x221),'description':'Shorthand\x20for\x20--access-key'},{'name':a6_0x1fe5b5(0x203),'type':'string','description':'Target\x20environment\x20to\x20persist\x20with\x20the\x20new\x20auth\x20config'},{'name':a6_0x1fe5b5(0x1fa),'type':a6_0x1fe5b5(0x236),'description':a6_0x1fe5b5(0x233),'default':!![]},{'name':a6_0x1fe5b5(0x226),'type':a6_0x1fe5b5(0x236),'description':'Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x771ad8){const _0x590aa1=a6_0x1fe5b5,_0x359814=await resolveAuthWriteInput(_0x771ad8),_0x7f799c=resolveAuthScopeFlags(_0x771ad8),_0x3b5096={'accessKey':_0x359814[_0x590aa1(0x216)]};_0x359814[_0x590aa1(0x203)]&&(_0x3b5096[_0x590aa1(0x203)]=_0x359814[_0x590aa1(0x203)]);writeScopedConfig(_0x3b5096,_0x7f799c);const _0x1afef2=_0x7f799c['global']?_0x590aa1(0x1fa):_0x590aa1(0x226),_0x5f19b0=_0x3b5096[_0x590aa1(0x203)]?_0x590aa1(0x1f3)+_0x3b5096['env']+'.':'';return{'ok':!![],'message':_0x590aa1(0x227)+_0x1afef2+'\x20scope.'+_0x5f19b0+_0x590aa1(0x20d)+CLI_BIN_NAME+_0x590aa1(0x208)};}},{'service':a6_0x1fe5b5(0x21e),'command':a6_0x1fe5b5(0x230),'description':'Clear\x20accessKey\x20from\x20config','risk':a6_0x1fe5b5(0x22a),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x1fe5b5(0x1fa),'type':a6_0x1fe5b5(0x236),'description':a6_0x1fe5b5(0x23a),'default':!![]},{'name':a6_0x1fe5b5(0x226),'type':a6_0x1fe5b5(0x236),'description':a6_0x1fe5b5(0x232),'default':![]}],async 'execute'(_0x58d8f5){const _0x398fab=a6_0x1fe5b5,_0x517946=resolveAuthScopeFlags(_0x58d8f5),_0x17f7f2=readScopedConfig(_0x517946),_0x92b394=!!_0x17f7f2[_0x398fab(0x216)];delete _0x17f7f2[_0x398fab(0x216)],writeScopedConfig(_0x17f7f2,_0x517946);const _0x2961b5=_0x517946[_0x398fab(0x1fa)]?_0x398fab(0x1fa):'project';if(_0x92b394)return{'ok':!![],'message':_0x398fab(0x240)+_0x2961b5+_0x398fab(0x22b)};return{'ok':!![],'message':'No\x20AccessKey\x20found\x20in\x20'+_0x2961b5+_0x398fab(0x1fc)};}},{'service':a6_0x1fe5b5(0x21e),'command':'status','description':a6_0x1fe5b5(0x217),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x1fe5b5(0x1fa),'type':'boolean','description':a6_0x1fe5b5(0x212),'default':!![]},{'name':a6_0x1fe5b5(0x226),'type':'boolean','description':a6_0x1fe5b5(0x201),'default':![]}],async 'execute'(_0x167e8c){const _0x557576=a6_0x1fe5b5,_0x12c882=resolveAuthScopeFlags(_0x167e8c),_0x1f657e=readScopedConfig(_0x12c882),_0x414e78=process.env.LOVRABET_ACCESS_KEY||undefined,_0x336508=_0x1f657e[_0x557576(0x216)]||undefined,_0x1f3901=_0x414e78||_0x336508,_0x511f74=_0x414e78?_0x557576(0x214):_0x336508?(_0x12c882[_0x557576(0x1fa)]?_0x557576(0x1fa):_0x557576(0x226))+_0x557576(0x224):null,_0x1e8a96=[_0x557576(0x20b)+AUTH_MODE['ClientAk']];if(_0x1f3901){const _0x116899=_0x1f3901[_0x557576(0x209)]>0x8?''+_0x1f3901[_0x557576(0x1f2)](0x0,0x8)+'*'[_0x557576(0x22c)](_0x1f3901[_0x557576(0x209)]-0x8):_0x1f3901;_0x1e8a96[_0x557576(0x1f4)]('AccessKey:\x20'+_0x116899+(_0x511f74?_0x557576(0x20a)+_0x511f74+')':''));}return!_0x1f3901&&(_0x1e8a96['push'](''),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x22d)),_0x1e8a96[_0x557576(0x1f4)](''),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x1fe)+CLI_BIN_NAME+_0x557576(0x223)),_0x1e8a96[_0x557576(0x1f4)](''),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x21b)),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x215)),_0x1e8a96[_0x557576(0x1f4)](''),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x202)),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x23e)),_0x1e8a96[_0x557576(0x1f4)](''),_0x1e8a96[_0x557576(0x1f4)](_0x557576(0x219)+CLI_BIN_NAME+'\x20auth\x20status'),_0x1e8a96[_0x557576(0x1f4)]('If\x20command\x20execution\x20still\x20fails,\x20run:\x20'+CLI_BIN_NAME+_0x557576(0x23b))),{'ok':!![],'message':_0x1e8a96[_0x557576(0x23f)]('\x0a')};}},{'service':a6_0x1fe5b5(0x21e),'command':a6_0x1fe5b5(0x1f8),'description':'Fetch\x20current\x20login\x20user\x20info\x20for\x20the\x20active\x20access\x20key','risk':a6_0x1fe5b5(0x228),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x19fee3){const _0x4797a5=a6_0x1fe5b5,_0x5de264=await getLoginUserInfo();return{'ok':!![],'data':{'user':_0x5de264,'meta':{'env':_0x19fee3[_0x4797a5(0x204)]??_0x4797a5(0x200)}}};}}];
1
+ const a6_0x110091=a6_0x2c21;(function(_0x3fa88e,_0x1e56b1){const _0x4a60f2=a6_0x2c21,_0x614e52=_0x3fa88e();while(!![]){try{const _0x1c0781=parseInt(_0x4a60f2(0x101))/0x1*(-parseInt(_0x4a60f2(0x10e))/0x2)+-parseInt(_0x4a60f2(0x14c))/0x3*(-parseInt(_0x4a60f2(0x124))/0x4)+parseInt(_0x4a60f2(0xfe))/0x5*(parseInt(_0x4a60f2(0x135))/0x6)+parseInt(_0x4a60f2(0x12b))/0x7+-parseInt(_0x4a60f2(0x109))/0x8*(-parseInt(_0x4a60f2(0x152))/0x9)+-parseInt(_0x4a60f2(0x10d))/0xa+parseInt(_0x4a60f2(0x116))/0xb;if(_0x1c0781===_0x1e56b1)break;else _0x614e52['push'](_0x614e52['shift']());}catch(_0x145383){_0x614e52['push'](_0x614e52['shift']());}}}(a6_0x14dc,0xcdcf8));import{readScopedConfig,writeScopedConfig}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a6_0x14dc(){const _0x562a9e=['envName','\x20Verify:\x20','17098004UYDzAv','auth','ACCESS_KEY','AccessKey\x20required\x20for\x20login.\x20Create\x20one\x20in\x20','Option\x20A:\x20','AccessKey\x20cleared\x20from\x20','Write\x20to\x20global\x20config\x20(default)','Option\x20C:\x20environment\x20variable','Invalid\x20accessKey\x20format:\x20\x22','AccessKey\x20saved\x20to\x20','\x20auth\x20login\x20--access-key\x20<ak_xxx>','\x20(via\x20','AccessKey\x20(ak_xxx...)','\x20auth\x20status','12JKZtor','Missing\x20accessKey.','userCenterDisplayName','logout','repeat','Then\x20verify\x20with:\x20','production','952252kdoDBL','access-key','ClientAk','trim','read','Clear\x20accessKey\x20from\x20config','boolean','No\x20credentials\x20found.\x20Configure\x20one\x20of\x20the\x20options\x20below:','If\x20command\x20execution\x20still\x20fails,\x20run:\x20','=ak_xxx','804mIXfSH','Read\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','push','\x20doctor','env','Tip:\x20you\x20can\x20also\x20run:','Auth\x20config\x20reinitialized\x20in\x20','{\x20\x22accessKey\x22:\x20\x22ak_xxx\x22\x20}','bool','\x20env\x20var','str','accessKey','test','No\x20AccessKey\x20found\x20in\x20','AccessKey:\x20','login','Fetch\x20current\x20login\x20user\x20info\x20for\x20the\x20active\x20access\x20key','Auth\x20mode:\x20','slice','length','Save\x20accessKey\x20to\x20config\x20(global\x20by\x20default;\x20use\x20--project\x20for\x20project\x20config)','Target\x20environment\x20to\x20persist\x20with\x20the\x20new\x20auth\x20config','344592DDowoM','\x20auth\x20login\x20--access-key\x20<ak_xxx>\x20[--global]','nonInteractive','Expected:\x20ak_\x20followed\x20by\x2016+\x20alphanumeric\x20chars','daily','join','961965mAEBNn','global','9520VMhqlB','write','string','295nlCRRM','\x20scope.','Create\x20one\x20in\x20','\x20config.','\x20config.\x20Nothing\x20to\x20clear.','validation','Clear\x20from\x20global\x20config\x20(default)','\x20Current\x20env:\x20','16MmyqwG','info','global-default','\x20config','6853330KlWlGs','6614HJXBRC','status','newConfigFileName','Clear\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','project','init'];a6_0x14dc=function(){return _0x562a9e;};return a6_0x14dc();}import{PRODUCT_CONFIG,productEnv,productEnvName}from'../../constant/product.js';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 a6_0x2c21(_0x322228,_0x1ad1bb){_0x322228=_0x322228-0xfd;const _0x14dc2d=a6_0x14dc();let _0x2c2197=_0x14dc2d[_0x322228];return _0x2c2197;}function showAccessKeyCreateHint(){const _0x589b80=a6_0x2c21;writeCliSideChannelLine(_0x589b80(0x119)+PRODUCT_CONFIG[_0x589b80(0x126)]+':'),writeCliSideChannelLine('\x0a'+USER_ACCESS_KEY_CREATE_URL+'\x0a'),writeCliSideChannelLine(_0x589b80(0x13b)),writeCliSideChannelLine('\x20\x20'+CLI_BIN_NAME+_0x589b80(0x120));}function resolveAuthScopeFlags(_0x6d86dd){const _0x4288b8=a6_0x2c21;return toScopeFlags(resolveConfigScope({'explicitGlobal':_0x6d86dd['bool'](_0x4288b8(0xfd)),'explicitProject':_0x6d86dd[_0x4288b8(0x13e)](_0x4288b8(0x112)),'policy':_0x4288b8(0x10b)}));}async function resolveAuthWriteInput(_0x1435fb){const _0x4bb6d2=a6_0x2c21;let _0x2c9220=(_0x1435fb[_0x4bb6d2(0x140)]('access-key')||_0x1435fb[_0x4bb6d2(0x140)]('ak')||'')['trim']();const _0x4d2698=(_0x1435fb[_0x4bb6d2(0x140)](_0x4bb6d2(0x13a))||'')[_0x4bb6d2(0x12e)]();if(!_0x2c9220&&!_0x1435fb[_0x4bb6d2(0x14e)])try{showAccessKeyCreateHint(),_0x2c9220=await promptAccessKey('');}catch(_0x7a193c){if(isAbortPrompt(_0x7a193c))throw CliErrors['cancelled']();throw _0x7a193c;}if(!_0x2c9220)throw CliErrors['validation'](_0x4bb6d2(0x125),[_0x4bb6d2(0x103)+PRODUCT_CONFIG[_0x4bb6d2(0x126)]+':\x20'+USER_ACCESS_KEY_CREATE_URL,'Then\x20run:\x20'+CLI_BIN_NAME+_0x4bb6d2(0x14d)][_0x4bb6d2(0x151)]('\x0a'));if(!ACCESS_KEY_PATTERN[_0x4bb6d2(0x142)](_0x2c9220))throw CliErrors[_0x4bb6d2(0x106)](_0x4bb6d2(0x11e)+_0x2c9220+'\x22',_0x4bb6d2(0x14f));if(!_0x4d2698)return{'accessKey':_0x2c9220};const _0x17f6fb=normalizeEnv(_0x4d2698);return{'accessKey':_0x2c9220,'env':isDaily(_0x17f6fb)?_0x4bb6d2(0x150):isDev(_0x17f6fb)?'development':_0x4bb6d2(0x12a)};}export const authDefinitions=[{'service':a6_0x110091(0x117),'command':a6_0x110091(0x145),'description':a6_0x110091(0x14a),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'access-key','type':a6_0x110091(0x100),'description':'AccessKey\x20(ak_xxx...)'},{'name':'ak','type':'string','description':'Shorthand\x20for\x20--access-key'},{'name':'global','type':a6_0x110091(0x131),'description':'Write\x20to\x20global\x20config\x20(default)','default':!![]},{'name':a6_0x110091(0x112),'type':a6_0x110091(0x131),'description':a6_0x110091(0x137),'default':![]}],async 'execute'(_0x4e8aad){const _0x387957=a6_0x110091,_0x2be698=await resolveAuthWriteInput(_0x4e8aad),_0x49a49d=resolveAuthScopeFlags(_0x4e8aad),_0x391013=readScopedConfig(_0x49a49d);_0x391013['accessKey']=_0x2be698[_0x387957(0x141)];_0x2be698[_0x387957(0x13a)]&&(_0x391013[_0x387957(0x13a)]=_0x2be698['env']);writeScopedConfig(_0x391013,_0x49a49d);const _0x4722ed=_0x49a49d['global']?_0x387957(0xfd):'project',_0x2bfc18=_0x391013[_0x387957(0x13a)]?_0x387957(0x108)+_0x391013['env']+'.':'';return{'ok':!![],'message':_0x387957(0x11f)+_0x4722ed+'\x20config.'+_0x2bfc18+_0x387957(0x115)+CLI_BIN_NAME+_0x387957(0x123)};}},{'service':a6_0x110091(0x117),'command':a6_0x110091(0x113),'description':'Clear\x20all\x20config\x20in\x20scope\x20and\x20initialize\x20auth\x20from\x20scratch','risk':a6_0x110091(0xff),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x110091(0x12c),'type':a6_0x110091(0x100),'description':a6_0x110091(0x122)},{'name':'ak','type':'string','description':'Shorthand\x20for\x20--access-key'},{'name':'env','type':a6_0x110091(0x100),'description':a6_0x110091(0x14b)},{'name':a6_0x110091(0xfd),'type':a6_0x110091(0x131),'description':a6_0x110091(0x11c),'default':!![]},{'name':'project','type':a6_0x110091(0x131),'description':a6_0x110091(0x137),'default':![]}],async 'execute'(_0x12b8ca){const _0x553f3a=a6_0x110091,_0x49b2e3=await resolveAuthWriteInput(_0x12b8ca),_0x3ac933=resolveAuthScopeFlags(_0x12b8ca),_0x28e27b={'accessKey':_0x49b2e3['accessKey']};_0x49b2e3[_0x553f3a(0x13a)]&&(_0x28e27b[_0x553f3a(0x13a)]=_0x49b2e3[_0x553f3a(0x13a)]);writeScopedConfig(_0x28e27b,_0x3ac933);const _0x423300=_0x3ac933[_0x553f3a(0xfd)]?_0x553f3a(0xfd):_0x553f3a(0x112),_0x48d44d=_0x28e27b[_0x553f3a(0x13a)]?_0x553f3a(0x108)+_0x28e27b[_0x553f3a(0x13a)]+'.':'';return{'ok':!![],'message':_0x553f3a(0x13c)+_0x423300+_0x553f3a(0x102)+_0x48d44d+_0x553f3a(0x115)+CLI_BIN_NAME+_0x553f3a(0x123)};}},{'service':'auth','command':a6_0x110091(0x127),'description':a6_0x110091(0x130),'risk':a6_0x110091(0xff),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x110091(0xfd),'type':a6_0x110091(0x131),'description':a6_0x110091(0x107),'default':!![]},{'name':a6_0x110091(0x112),'type':a6_0x110091(0x131),'description':a6_0x110091(0x111),'default':![]}],async 'execute'(_0x4ed195){const _0x1759f1=a6_0x110091,_0x3277f6=resolveAuthScopeFlags(_0x4ed195),_0x34890e=readScopedConfig(_0x3277f6),_0x4a959a=!!_0x34890e[_0x1759f1(0x141)];delete _0x34890e[_0x1759f1(0x141)],writeScopedConfig(_0x34890e,_0x3277f6);const _0xcdecee=_0x3277f6[_0x1759f1(0xfd)]?_0x1759f1(0xfd):_0x1759f1(0x112);if(_0x4a959a)return{'ok':!![],'message':_0x1759f1(0x11b)+_0xcdecee+_0x1759f1(0x104)};return{'ok':!![],'message':_0x1759f1(0x143)+_0xcdecee+_0x1759f1(0x105)};}},{'service':a6_0x110091(0x117),'command':a6_0x110091(0x10f),'description':'Show\x20current\x20authentication\x20status','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'global','type':a6_0x110091(0x131),'description':'Read\x20from\x20global\x20config\x20(default)','default':!![]},{'name':a6_0x110091(0x112),'type':a6_0x110091(0x131),'description':a6_0x110091(0x136),'default':![]}],async 'execute'(_0x19afc1){const _0x2ab6ff=a6_0x110091,_0x4eaf47=resolveAuthScopeFlags(_0x19afc1),_0x1e317c=readScopedConfig(_0x4eaf47),_0x2e791f=productEnvName(_0x2ab6ff(0x118)),_0x338350=productEnv('ACCESS_KEY')||undefined,_0xfacb1c=_0x1e317c['accessKey']||undefined,_0x4a8d51=_0x338350||_0xfacb1c,_0x5543ab=_0x338350?_0x2e791f+_0x2ab6ff(0x13f):_0xfacb1c?(_0x4eaf47[_0x2ab6ff(0xfd)]?_0x2ab6ff(0xfd):'project')+_0x2ab6ff(0x10c):null,_0xdd3840=[_0x2ab6ff(0x147)+AUTH_MODE[_0x2ab6ff(0x12d)]];if(_0x4a8d51){const _0x30c0c6=_0x4a8d51['length']>0x8?''+_0x4a8d51[_0x2ab6ff(0x148)](0x0,0x8)+'*'[_0x2ab6ff(0x128)](_0x4a8d51[_0x2ab6ff(0x149)]-0x8):_0x4a8d51;_0xdd3840['push'](_0x2ab6ff(0x144)+_0x30c0c6+(_0x5543ab?_0x2ab6ff(0x121)+_0x5543ab+')':''));}return!_0x4a8d51&&(_0xdd3840[_0x2ab6ff(0x138)](''),_0xdd3840[_0x2ab6ff(0x138)](_0x2ab6ff(0x132)),_0xdd3840[_0x2ab6ff(0x138)](''),_0xdd3840[_0x2ab6ff(0x138)](_0x2ab6ff(0x11a)+CLI_BIN_NAME+'\x20auth\x20login\x20[--global]\x20[--access-key\x20ak_xxx]'),_0xdd3840[_0x2ab6ff(0x138)](''),_0xdd3840[_0x2ab6ff(0x138)]('Option\x20B:\x20apps\x20config\x20('+PRODUCT_CONFIG[_0x2ab6ff(0x110)]+')'),_0xdd3840[_0x2ab6ff(0x138)](_0x2ab6ff(0x13d)),_0xdd3840['push'](''),_0xdd3840[_0x2ab6ff(0x138)](_0x2ab6ff(0x11d)),_0xdd3840[_0x2ab6ff(0x138)]('\x20\x20export\x20'+_0x2e791f+_0x2ab6ff(0x134)),_0xdd3840[_0x2ab6ff(0x138)](''),_0xdd3840[_0x2ab6ff(0x138)](_0x2ab6ff(0x129)+CLI_BIN_NAME+_0x2ab6ff(0x123)),_0xdd3840[_0x2ab6ff(0x138)](_0x2ab6ff(0x133)+CLI_BIN_NAME+_0x2ab6ff(0x139))),{'ok':!![],'message':_0xdd3840[_0x2ab6ff(0x151)]('\x0a')};}},{'service':a6_0x110091(0x117),'command':a6_0x110091(0x10a),'description':a6_0x110091(0x146),'risk':a6_0x110091(0x12f),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x176bcc){const _0x57e248=a6_0x110091,_0x54b35d=await getLoginUserInfo();return{'ok':!![],'data':{'user':_0x54b35d,'meta':{'env':_0x176bcc[_0x57e248(0x114)]??_0x57e248(0x12a)}}};}}];
@@ -1 +1 @@
1
- (function(_0x229edc,_0x127130){const _0x4e1ba5=a7_0x1b0a,_0x143f0e=_0x229edc();while(!![]){try{const _0x379e54=-parseInt(_0x4e1ba5(0xcb))/0x1+-parseInt(_0x4e1ba5(0xca))/0x2+-parseInt(_0x4e1ba5(0xc2))/0x3*(-parseInt(_0x4e1ba5(0xd1))/0x4)+parseInt(_0x4e1ba5(0xbd))/0x5+-parseInt(_0x4e1ba5(0xc8))/0x6*(-parseInt(_0x4e1ba5(0xcc))/0x7)+parseInt(_0x4e1ba5(0xc6))/0x8+-parseInt(_0x4e1ba5(0xc5))/0x9*(parseInt(_0x4e1ba5(0xc1))/0xa);if(_0x379e54===_0x127130)break;else _0x143f0e['push'](_0x143f0e['shift']());}catch(_0x5a1d33){_0x143f0e['push'](_0x143f0e['shift']());}}}(a7_0x1ff6,0x75f1d));import{createInterface}from'node:readline';class AbortPrompt extends Error{constructor(){const _0x11e498=a7_0x1b0a;super(_0x11e498(0xbc)),this[_0x11e498(0xce)]=_0x11e498(0xc9);}}function createSafeRl(){const _0x5143c9=a7_0x1b0a,_0x5302d0=createInterface({'input':process[_0x5143c9(0xc4)],'output':process[_0x5143c9(0xbf)]});let _0x5f5467;const _0x3579a7=new Promise((_0x4e0578,_0x346f2f)=>{const _0xa3a13=_0x5143c9;_0x5f5467=()=>{const _0x44a0a5=a7_0x1b0a;_0x5f5467&&(_0x5302d0[_0x44a0a5(0xc7)]('SIGINT',_0x5f5467),_0x5f5467=undefined);try{_0x5302d0[_0x44a0a5(0xcf)]();}catch{}_0x346f2f(new AbortPrompt());},_0x5302d0['once'](_0xa3a13(0xcd),_0x5f5467);}),_0x522d36=()=>{const _0x5be164=_0x5143c9;_0x5f5467&&(_0x5302d0[_0x5be164(0xc7)]('SIGINT',_0x5f5467),_0x5f5467=undefined);try{_0x5302d0[_0x5be164(0xcf)]();}catch{}};return{'rl':_0x5302d0,'abortPromise':_0x3579a7,'disposeSuccess':_0x522d36};}function a7_0x1b0a(_0x35faf8,_0x2a09e6){_0x35faf8=_0x35faf8-0xbc;const _0x1ff69f=a7_0x1ff6();let _0x1b0ae5=_0x1ff69f[_0x35faf8];return _0x1b0ae5;}function a7_0x1ff6(){const _0x11515b=['User\x20aborted\x20prompt','1375230mNXaCt','race','stdout','):\x20','7550DGZbkz','318522CVmntD','question','stdin','10251JZUPXm','6265008lLmaTQ','removeListener','40530GjTefR','AbortPrompt','541862daWUQU','149658EWHhwL','511LCalAF','SIGINT','name','close','trim','8dAloKY','AccessKey\x20('];a7_0x1ff6=function(){return _0x11515b;};return a7_0x1ff6();}export async function promptAccessKey(_0x283d46=''){const _0x21eff8=a7_0x1b0a,{rl:_0x1afac3,abortPromise:_0x547124,disposeSuccess:_0x18b11a}=createSafeRl(),_0x52925d=new Promise(_0x5e5490=>{const _0x42cf40=a7_0x1b0a,_0xc71ac2=_0x283d46?_0x42cf40(0xd2)+_0x283d46+_0x42cf40(0xc0):'AccessKey\x20(paste\x20ak_...):\x20';_0x1afac3[_0x42cf40(0xc3)](_0xc71ac2,_0x1be743=>{const _0x13bde1=_0x42cf40;_0x18b11a(),_0x5e5490(_0x1be743[_0x13bde1(0xd0)]()||_0x283d46);});});return Promise[_0x21eff8(0xbe)]([_0x52925d,_0x547124]);}export function isAbortPrompt(_0x1e0620){const _0x15a15d=a7_0x1b0a;return _0x1e0620 instanceof Error&&_0x1e0620[_0x15a15d(0xce)]===_0x15a15d(0xc9);}
1
+ (function(_0x321a61,_0x2a7ad2){const _0x547e6f=a7_0x42f0,_0x5ec94d=_0x321a61();while(!![]){try{const _0x38a4c9=-parseInt(_0x547e6f(0x1cf))/0x1+-parseInt(_0x547e6f(0x1d5))/0x2*(-parseInt(_0x547e6f(0x1c7))/0x3)+parseInt(_0x547e6f(0x1cb))/0x4*(-parseInt(_0x547e6f(0x1d6))/0x5)+parseInt(_0x547e6f(0x1d8))/0x6+parseInt(_0x547e6f(0x1dc))/0x7+parseInt(_0x547e6f(0x1d1))/0x8+parseInt(_0x547e6f(0x1d2))/0x9*(-parseInt(_0x547e6f(0x1d9))/0xa);if(_0x38a4c9===_0x2a7ad2)break;else _0x5ec94d['push'](_0x5ec94d['shift']());}catch(_0x44b74c){_0x5ec94d['push'](_0x5ec94d['shift']());}}}(a7_0x5129,0xade98));import{createInterface}from'node:readline';class AbortPrompt extends Error{constructor(){const _0xf4ac28=a7_0x42f0;super('User\x20aborted\x20prompt'),this[_0xf4ac28(0x1d7)]=_0xf4ac28(0x1ce);}}function createSafeRl(){const _0x2579ca=a7_0x42f0,_0x1eb7f9=createInterface({'input':process[_0x2579ca(0x1c8)],'output':process[_0x2579ca(0x1c9)]});let _0x49bb39;const _0x3b8d40=new Promise((_0x3f02b5,_0x154ba1)=>{const _0x2e6131=_0x2579ca;_0x49bb39=()=>{const _0x3e38f5=a7_0x42f0;_0x49bb39&&(_0x1eb7f9[_0x3e38f5(0x1cc)]('SIGINT',_0x49bb39),_0x49bb39=undefined);try{_0x1eb7f9['close']();}catch{}_0x154ba1(new AbortPrompt());},_0x1eb7f9[_0x2e6131(0x1cd)](_0x2e6131(0x1d3),_0x49bb39);}),_0x5107a9=()=>{const _0x1762da=_0x2579ca;_0x49bb39&&(_0x1eb7f9[_0x1762da(0x1cc)]('SIGINT',_0x49bb39),_0x49bb39=undefined);try{_0x1eb7f9[_0x1762da(0x1d4)]();}catch{}};return{'rl':_0x1eb7f9,'abortPromise':_0x3b8d40,'disposeSuccess':_0x5107a9};}function a7_0x5129(){const _0x40b705=['12tnszmq','removeListener','once','AbortPrompt','122723qWYCyX','AccessKey\x20(','10401936APInDd','21267mvHrEu','SIGINT','close','14yAvShV','846965ZBokse','name','5765160uKGXnN','15050pWhnXV','AccessKey\x20(paste\x20ak_...):\x20','question','9833796OxsDQr','race','528699SSRSCY','stdin','stdout','):\x20'];a7_0x5129=function(){return _0x40b705;};return a7_0x5129();}function a7_0x42f0(_0x17fe3f,_0x479c32){_0x17fe3f=_0x17fe3f-0x1c7;const _0x512975=a7_0x5129();let _0x42f00c=_0x512975[_0x17fe3f];return _0x42f00c;}export async function promptAccessKey(_0x47859e=''){const _0x213283=a7_0x42f0,{rl:_0x47184a,abortPromise:_0x4c5f23,disposeSuccess:_0x3b670a}=createSafeRl(),_0x34b2b0=new Promise(_0x4a4b10=>{const _0x1cbe9d=a7_0x42f0,_0x24c94d=_0x47859e?_0x1cbe9d(0x1d0)+_0x47859e+_0x1cbe9d(0x1ca):_0x1cbe9d(0x1da);_0x47184a[_0x1cbe9d(0x1db)](_0x24c94d,_0x231100=>{_0x3b670a(),_0x4a4b10(_0x231100['trim']()||_0x47859e);});});return Promise[_0x213283(0x1dd)]([_0x34b2b0,_0x4c5f23]);}export function isAbortPrompt(_0x108309){const _0x8ccd5e=a7_0x42f0;return _0x108309 instanceof Error&&_0x108309[_0x8ccd5e(0x1d7)]===_0x8ccd5e(0x1ce);}
@@ -1 +1 @@
1
- const a8_0x42d129=a8_0x5e36;(function(_0x556851,_0x3259c8){const _0x175b83=a8_0x5e36,_0x59eb5c=_0x556851();while(!![]){try{const _0x4ef05c=-parseInt(_0x175b83(0xdf))/0x1+parseInt(_0x175b83(0xce))/0x2*(parseInt(_0x175b83(0xd0))/0x3)+-parseInt(_0x175b83(0xcf))/0x4+parseInt(_0x175b83(0xd2))/0x5*(-parseInt(_0x175b83(0xcd))/0x6)+-parseInt(_0x175b83(0xdd))/0x7*(parseInt(_0x175b83(0xda))/0x8)+parseInt(_0x175b83(0xd6))/0x9*(parseInt(_0x175b83(0xcc))/0xa)+parseInt(_0x175b83(0xd5))/0xb;if(_0x4ef05c===_0x3259c8)break;else _0x59eb5c['push'](_0x59eb5c['shift']());}catch(_0x3b33a5){_0x59eb5c['push'](_0x59eb5c['shift']());}}}(a8_0x23e2,0xce53b));import{getBffScriptInfo}from'../../core/api-client.js';function a8_0x23e2(){const _0x200274=['description','6929705LfzsQo','scriptType','appCode','31151593EOARuC','10755nOItQx','(none)','Script\x20ID','Get\x20BFF\x20script\x20details\x20by\x20ID','309008hqolza','num','read','77PwBEks','bff','800608qOiNTn','functionName','6310THOmya','6kWlfQh','1844714zRRpEk','4207260GwmqJY','3tMlLiu'];a8_0x23e2=function(){return _0x200274;};return a8_0x23e2();}import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';function a8_0x5e36(_0x42ac20,_0x193cb6){_0x42ac20=_0x42ac20-0xcc;const _0x23e2b7=a8_0x23e2();let _0x5e36e0=_0x23e2b7[_0x42ac20];return _0x5e36e0;}export const bffDetail={'service':a8_0x42d129(0xde),'command':'detail','description':a8_0x42d129(0xd9),'risk':a8_0x42d129(0xdc),'flags':[{...ID_FLAG,'description':a8_0x42d129(0xd8)},VERBOSE_FLAG],async 'execute'(_0x2fcae7){const _0x5cc17e=a8_0x42d129,_0xc066f5=await getBffScriptInfo(_0x2fcae7[_0x5cc17e(0xdb)]('id')),_0x25c90c=_0x2fcae7['bool']('verbose');if(_0x25c90c)return{'ok':!![],'data':_0xc066f5};return{'ok':!![],'data':{'id':_0xc066f5['id'],'appCode':_0xc066f5[_0x5cc17e(0xd4)],'functionName':_0xc066f5[_0x5cc17e(0xe0)]??'','scriptType':_0xc066f5[_0x5cc17e(0xd3)],'description':_0xc066f5[_0x5cc17e(0xd1)]||_0x5cc17e(0xd7),'createdTime':_0xc066f5['createdTime']??'','updatedTime':_0xc066f5['updatedTime']??''}};}};
1
+ const a8_0x22cdcc=a8_0x2e69;function a8_0x2e69(_0x4e7aa6,_0x1df3e4){_0x4e7aa6=_0x4e7aa6-0x74;const _0x412665=a8_0x4126();let _0x2e69d9=_0x412665[_0x4e7aa6];return _0x2e69d9;}(function(_0xa4062c,_0x1d770c){const _0x4e51d2=a8_0x2e69,_0x32404d=_0xa4062c();while(!![]){try{const _0x4cc18c=-parseInt(_0x4e51d2(0x88))/0x1*(-parseInt(_0x4e51d2(0x76))/0x2)+-parseInt(_0x4e51d2(0x77))/0x3+-parseInt(_0x4e51d2(0x82))/0x4*(-parseInt(_0x4e51d2(0x83))/0x5)+parseInt(_0x4e51d2(0x81))/0x6+-parseInt(_0x4e51d2(0x74))/0x7+-parseInt(_0x4e51d2(0x84))/0x8*(-parseInt(_0x4e51d2(0x87))/0x9)+parseInt(_0x4e51d2(0x7d))/0xa*(parseInt(_0x4e51d2(0x80))/0xb);if(_0x4cc18c===_0x1d770c)break;else _0x32404d['push'](_0x32404d['shift']());}catch(_0x174e38){_0x32404d['push'](_0x32404d['shift']());}}}(a8_0x4126,0x8539c));import{getBffScriptInfo}from'../../core/api-client.js';function a8_0x4126(){const _0x6154a=['1298570ufHYHq','Script\x20ID','functionName','11LFtxpn','3100644DZKvEm','260NBSpWW','49815wKkOfV','9616ZkHKDZ','bff','updatedTime','4707HGjgGW','11BSGGUD','5025538uabHwS','scriptType','72986OIbQai','3182007PVTmAu','Get\x20BFF\x20script\x20details\x20by\x20ID','detail','(none)','description','createdTime'];a8_0x4126=function(){return _0x6154a;};return a8_0x4126();}import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';export const bffDetail={'service':a8_0x22cdcc(0x85),'command':a8_0x22cdcc(0x79),'description':a8_0x22cdcc(0x78),'risk':'read','flags':[{...ID_FLAG,'description':a8_0x22cdcc(0x7e)},VERBOSE_FLAG],async 'execute'(_0x371f94){const _0x1f85bd=a8_0x22cdcc,_0x248934=await getBffScriptInfo(_0x371f94['num']('id')),_0x58c6ce=_0x371f94['bool']('verbose');if(_0x58c6ce)return{'ok':!![],'data':_0x248934};return{'ok':!![],'data':{'id':_0x248934['id'],'appCode':_0x248934['appCode'],'functionName':_0x248934[_0x1f85bd(0x7f)]??'','scriptType':_0x248934[_0x1f85bd(0x75)],'description':_0x248934[_0x1f85bd(0x7b)]||_0x1f85bd(0x7a),'createdTime':_0x248934[_0x1f85bd(0x7c)]??'','updatedTime':_0x248934[_0x1f85bd(0x86)]??''}};}};
@@ -1 +1 @@
1
- const a9_0x476db1=a9_0x537f;(function(_0x50ca4b,_0x24eab0){const _0x297ea9=a9_0x537f,_0x11dd80=_0x50ca4b();while(!![]){try{const _0x3486e4=parseInt(_0x297ea9(0x1c8))/0x1*(-parseInt(_0x297ea9(0x1c7))/0x2)+-parseInt(_0x297ea9(0x1cc))/0x3+-parseInt(_0x297ea9(0x1cf))/0x4*(-parseInt(_0x297ea9(0x1cb))/0x5)+-parseInt(_0x297ea9(0x1d4))/0x6+parseInt(_0x297ea9(0x1d3))/0x7*(-parseInt(_0x297ea9(0x1d6))/0x8)+parseInt(_0x297ea9(0x1c5))/0x9+parseInt(_0x297ea9(0x1d5))/0xa*(parseInt(_0x297ea9(0x1ca))/0xb);if(_0x3486e4===_0x24eab0)break;else _0x11dd80['push'](_0x11dd80['shift']());}catch(_0x457724){_0x11dd80['push'](_0x11dd80['shift']());}}}(a9_0xfe2f,0xd7276));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_0xfe2f(){const _0x320953=['5073320kysXTv','1942008AXHhrQ','1420ZETIYX','16bhufXP','Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','12629187WlZumW','name','10TXEkET','291488DkaoWD','str','292831lpRjzC','5zzibxt','4599702eJVSBz','now','params','1846828YmDWAZ','read','BFF\x20executed\x20in\x20','BFF\x20function\x20name\x20to\x20execute'];a9_0xfe2f=function(){return _0x320953;};return a9_0xfe2f();}function a9_0x537f(_0x1d7d87,_0x3e73bb){_0x1d7d87=_0x1d7d87-0x1c5;const _0xfe2f94=a9_0xfe2f();let _0x537f43=_0xfe2f94[_0x1d7d87];return _0x537f43;}export const bffExec={'service':'bff','command':'exec','description':a9_0x476db1(0x1d7),'risk':a9_0x476db1(0x1d0),'flags':[{...NAME_FLAG,'required':!![],'description':a9_0x476db1(0x1d2)},PARAMS_FLAG],async 'execute'(_0x280f39){const _0x45123e=a9_0x476db1,_0x289b2e=parseJsonParams(_0x280f39['str'](_0x45123e(0x1ce))),_0x559a6d=Date[_0x45123e(0x1cd)](),_0x2bc9ea=await executeSdkBff(_0x280f39[_0x45123e(0x1c9)](_0x45123e(0x1c6)),_0x289b2e),_0x151175=Date[_0x45123e(0x1cd)]()-_0x559a6d;return{'ok':!![],'data':{'result':_0x2bc9ea,'elapsed':_0x151175},'message':_0x45123e(0x1d1)+_0x151175+'ms'};}};
1
+ const a9_0x13a0f3=a9_0xbffa;function a9_0xbffa(_0x19116e,_0x98281c){_0x19116e=_0x19116e-0x16e;const _0x539afc=a9_0x539a();let _0xbffaa6=_0x539afc[_0x19116e];return _0xbffaa6;}(function(_0x4d7fad,_0x319f06){const _0x52918f=a9_0xbffa,_0x1ffbdf=_0x4d7fad();while(!![]){try{const _0x482777=-parseInt(_0x52918f(0x174))/0x1*(parseInt(_0x52918f(0x178))/0x2)+-parseInt(_0x52918f(0x172))/0x3*(parseInt(_0x52918f(0x173))/0x4)+-parseInt(_0x52918f(0x17d))/0x5*(parseInt(_0x52918f(0x171))/0x6)+-parseInt(_0x52918f(0x170))/0x7*(parseInt(_0x52918f(0x17a))/0x8)+-parseInt(_0x52918f(0x177))/0x9+parseInt(_0x52918f(0x175))/0xa*(-parseInt(_0x52918f(0x17b))/0xb)+parseInt(_0x52918f(0x17f))/0xc;if(_0x482777===_0x319f06)break;else _0x1ffbdf['push'](_0x1ffbdf['shift']());}catch(_0x39910c){_0x1ffbdf['push'](_0x1ffbdf['shift']());}}}(a9_0x539a,0xde8d3));import{executeSdkBff}from'../../core/sdk-client.js';import{parseJsonParams}from'../../utils/params.js';import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':'bff','command':a9_0x13a0f3(0x16e),'description':a9_0x13a0f3(0x176),'risk':'read','flags':[{...NAME_FLAG,'required':!![],'description':'BFF\x20function\x20name\x20to\x20execute'},PARAMS_FLAG],async 'execute'(_0x43f0cc){const _0xe1a7a=a9_0x13a0f3,_0x2af9b0=parseJsonParams(_0x43f0cc[_0xe1a7a(0x17e)](_0xe1a7a(0x17c))),_0x214e48=Date[_0xe1a7a(0x16f)](),_0x2e616e=await executeSdkBff(_0x43f0cc['str'](_0xe1a7a(0x180)),_0x2af9b0),_0x25addc=Date[_0xe1a7a(0x16f)]()-_0x214e48;return{'ok':!![],'data':{'result':_0x2e616e,'elapsed':_0x25addc},'message':_0xe1a7a(0x179)+_0x25addc+'ms'};}};function a9_0x539a(){const _0x2e2147=['params','205cnjcTH','str','82131048SbskEe','name','exec','now','45017pGAkkd','221928xXKgVm','1194351hJtaoC','4nfPPsf','9733OamrCa','98150XypBKc','Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','15340023PeBtOt','258zEQXuM','BFF\x20executed\x20in\x20','1072JjjPnR','220HXhxkH'];a9_0x539a=function(){return _0x2e2147;};return a9_0x539a();}
@@ -1 +1 @@
1
- function a10_0x53e7(_0x52ddb7,_0xa8c22c){_0x52ddb7=_0x52ddb7-0x1ae;const _0x4c2232=a10_0x4c22();let _0x53e7fd=_0x4c2232[_0x52ddb7];return _0x53e7fd;}(function(_0xaa010d,_0x21229c){const _0x438fc7=a10_0x53e7,_0x2fb679=_0xaa010d();while(!![]){try{const _0x521898=parseInt(_0x438fc7(0x1b5))/0x1*(-parseInt(_0x438fc7(0x1b4))/0x2)+parseInt(_0x438fc7(0x1b3))/0x3+parseInt(_0x438fc7(0x1b2))/0x4*(-parseInt(_0x438fc7(0x1b6))/0x5)+-parseInt(_0x438fc7(0x1af))/0x6+parseInt(_0x438fc7(0x1b7))/0x7+-parseInt(_0x438fc7(0x1b1))/0x8+parseInt(_0x438fc7(0x1ae))/0x9*(-parseInt(_0x438fc7(0x1b0))/0xa);if(_0x521898===_0x21229c)break;else _0x2fb679['push'](_0x2fb679['shift']());}catch(_0x132025){_0x2fb679['push'](_0x2fb679['shift']());}}}(a10_0x4c22,0x1df8c));function a10_0x4c22(){const _0xcdaac3=['234730jkIppN','1aDKdQl','5SRzwGW','1692439yOEfZn','190269LhCJAd','56772CeopZH','60HYcgQv','165752rOetqB','131492KCerNe','564756KnXYRl'];a10_0x4c22=function(){return _0xcdaac3;};return a10_0x4c22();}import{bffDetail}from'../../commands/bff/detail.js';import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];
1
+ (function(_0x3d5a0c,_0x32c014){const _0x34defd=a10_0x4a12,_0xef3897=_0x3d5a0c();while(!![]){try{const _0x37d56e=parseInt(_0x34defd(0x179))/0x1+-parseInt(_0x34defd(0x178))/0x2*(parseInt(_0x34defd(0x176))/0x3)+parseInt(_0x34defd(0x175))/0x4+-parseInt(_0x34defd(0x174))/0x5+-parseInt(_0x34defd(0x173))/0x6+parseInt(_0x34defd(0x172))/0x7*(-parseInt(_0x34defd(0x177))/0x8)+parseInt(_0x34defd(0x17a))/0x9;if(_0x37d56e===_0x32c014)break;else _0xef3897['push'](_0xef3897['shift']());}catch(_0x30896d){_0xef3897['push'](_0xef3897['shift']());}}}(a10_0x1138,0xc7b28));function a10_0x4a12(_0x5af164,_0x39f559){_0x5af164=_0x5af164-0x172;const _0x1138c7=a10_0x1138();let _0x4a12c2=_0x1138c7[_0x5af164];return _0x4a12c2;}import{bffDetail}from'../../commands/bff/detail.js';function a10_0x1138(){const _0x3ee4c1=['1161572KWqjMs','4926tlDmla','1011952EuBmuY','1264VpKRXT','21212zOjUcM','44325117NzivDU','35IHBnvl','8129382qhhfbq','6967735XpNMsI'];a10_0x1138=function(){return _0x3ee4c1;};return a10_0x1138();}import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];
@@ -1 +1 @@
1
- (function(_0x57cc6b,_0xc4b21b){const _0x141b85=a11_0x2651,_0xdd8f76=_0x57cc6b();while(!![]){try{const _0x464d0d=-parseInt(_0x141b85(0xa5))/0x1*(parseInt(_0x141b85(0x9b))/0x2)+-parseInt(_0x141b85(0x9f))/0x3*(-parseInt(_0x141b85(0xa2))/0x4)+-parseInt(_0x141b85(0x9c))/0x5*(-parseInt(_0x141b85(0xab))/0x6)+parseInt(_0x141b85(0xac))/0x7*(-parseInt(_0x141b85(0xa9))/0x8)+-parseInt(_0x141b85(0xa1))/0x9*(parseInt(_0x141b85(0xa7))/0xa)+parseInt(_0x141b85(0x99))/0xb+parseInt(_0x141b85(0x9a))/0xc*(-parseInt(_0x141b85(0xa6))/0xd);if(_0x464d0d===_0xc4b21b)break;else _0xdd8f76['push'](_0xdd8f76['shift']());}catch(_0xb1309c){_0xdd8f76['push'](_0xdd8f76['shift']());}}}(a11_0x4e66,0x65bfd));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';function a11_0x2651(_0x4535e8,_0x5d51ca){_0x4535e8=_0x4535e8-0x99;const _0x4e66c0=a11_0x4e66();let _0x2651a3=_0x4e66c0[_0x4535e8];return _0x2651a3;}export function resolveConfigScope(_0x587664){const _0x1f0015=a11_0x2651,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x15a20c}=_0x587664;if(explicitGlobal&&explicitProject)throw CliErrors[_0x1f0015(0xa8)]('Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','Use\x20only\x20one\x20config\x20scope\x20flag.');if(explicitGlobal)return'global';if(explicitProject)return _0x1f0015(0xaa);switch(_0x15a20c){case'global-default':return'global';case'project-default':return _0x587664['inProject']??isInProject()?'project':'global';case _0x1f0015(0x9e):if(!(_0x587664[_0x1f0015(0x9d)]??isInProject()))throw CliErrors[_0x1f0015(0xa8)](_0x1f0015(0xa0),_0x1f0015(0xa3)+CLI_BIN_NAME+'\x20init`\x20first.');return _0x1f0015(0xaa);}}function a11_0x4e66(){const _0x300f29=['9dVGzZL','157172ySeCDa','Add\x20--global\x20to\x20write\x20to\x20~/.lovrabet.json,\x20or\x20run\x20`','global','204184BMZChz','76271GrbSGq','3518850zbKQez','validation','1584RbvrfW','project','30XNkdGj','3199tcOgKw','7250199FgKXqb','1956fzltuJ','2WruFZS','613965mCtzrd','inProject','project-or-global-explicit','57ZOGWnQ','Not\x20inside\x20a\x20project\x20(no\x20.lovrabet.json\x20found).'];a11_0x4e66=function(){return _0x300f29;};return a11_0x4e66();}export function toScopeFlags(_0x3f2676){return{'global':_0x3f2676==='global'};}export function formatScopeLabel(_0x1bde05){const _0x3bc592=a11_0x2651;return _0x1bde05===_0x3bc592(0xa4)?'\x20(global)':'';}
1
+ (function(_0x14420c,_0x3a8a2e){const _0x38fffc=a11_0x3f60,_0x4456f5=_0x14420c();while(!![]){try{const _0x31a47b=-parseInt(_0x38fffc(0x17d))/0x1*(-parseInt(_0x38fffc(0x180))/0x2)+parseInt(_0x38fffc(0x178))/0x3+-parseInt(_0x38fffc(0x176))/0x4+parseInt(_0x38fffc(0x186))/0x5+-parseInt(_0x38fffc(0x17a))/0x6+parseInt(_0x38fffc(0x17f))/0x7*(parseInt(_0x38fffc(0x17c))/0x8)+-parseInt(_0x38fffc(0x177))/0x9;if(_0x31a47b===_0x3a8a2e)break;else _0x4456f5['push'](_0x4456f5['shift']());}catch(_0x1a6df8){_0x4456f5['push'](_0x4456f5['shift']());}}}(a11_0x21dc,0x3a75d));import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG}from'../../constant/product.js';function a11_0x21dc(){const _0xc9d10=['validation','Not\x20inside\x20a\x20project\x20(no\x20',',\x20or\x20run\x20`','newConfigFileName','global','685625ZZNUQc','Use\x20only\x20one\x20config\x20scope\x20flag.','project','813004tNpDWZ','846369rKwuZF','488208dISLcL','project-or-global-explicit','2399898CnePtc','global-default','8FxcDWW','35MJKlFd','inProject','2968714AgbVnH','12158KNrGGt'];a11_0x21dc=function(){return _0xc9d10;};return a11_0x21dc();}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';function a11_0x3f60(_0x3406bf,_0x222aaf){_0x3406bf=_0x3406bf-0x174;const _0x21dc8d=a11_0x21dc();let _0x3f603e=_0x21dc8d[_0x3406bf];return _0x3f603e;}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(_0x426173){const _0x171b15=a11_0x3f60,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x372f4e}=_0x426173;if(explicitGlobal&&explicitProject)throw CliErrors[_0x171b15(0x181)]('Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.',_0x171b15(0x174));if(explicitGlobal)return'global';if(explicitProject)return _0x171b15(0x175);switch(_0x372f4e){case _0x171b15(0x17b):return _0x171b15(0x185);case'project-default':return _0x426173[_0x171b15(0x17e)]??isInProject()?'project':_0x171b15(0x185);case _0x171b15(0x179):if(!(_0x426173['inProject']??isInProject()))throw CliErrors[_0x171b15(0x181)](_0x171b15(0x182)+PRODUCT_CONFIG[_0x171b15(0x184)]+'\x20found).','Add\x20--global\x20to\x20write\x20to\x20~/'+PRODUCT_CONFIG[_0x171b15(0x184)]+_0x171b15(0x183)+CLI_BIN_NAME+'\x20init`\x20first.');return _0x171b15(0x175);}}export function toScopeFlags(_0x23ae28){const _0x146d3b=a11_0x3f60;return{'global':_0x23ae28===_0x146d3b(0x185)};}export function formatScopeLabel(_0x690d52){const _0x2b715c=a11_0x3f60;return _0x690d52===_0x2b715c(0x185)?'\x20(global)':'';}
@@ -1 +1 @@
1
- (function(_0x544b79,_0x4604cf){const _0x11e567=a12_0x2891,_0x197168=_0x544b79();while(!![]){try{const _0x14cf31=-parseInt(_0x11e567(0xe9))/0x1*(parseInt(_0x11e567(0xdd))/0x2)+-parseInt(_0x11e567(0xe2))/0x3+-parseInt(_0x11e567(0xed))/0x4+-parseInt(_0x11e567(0xf0))/0x5*(parseInt(_0x11e567(0xf2))/0x6)+-parseInt(_0x11e567(0xde))/0x7+parseInt(_0x11e567(0xf5))/0x8+-parseInt(_0x11e567(0xf1))/0x9*(-parseInt(_0x11e567(0xf6))/0xa);if(_0x14cf31===_0x4604cf)break;else _0x197168['push'](_0x197168['shift']());}catch(_0x1d70cf){_0x197168['push'](_0x197168['shift']());}}}(a12_0x4fde,0x28696));function a12_0x2891(_0xa793dc,_0x1f1ac7){_0xa793dc=_0xa793dc-0xdc;const _0x4fdefb=a12_0x4fde();let _0x2891e4=_0x4fdefb[_0xa793dc];return _0x2891e4;}import{CliErrors}from'../../errors.js';function isSet(_0x403215,_0x5e64f5){const _0x40daa3=a12_0x2891,_0x681dc4=_0x403215[_0x40daa3(0xf4)](_0x5e64f5);return _0x681dc4!==undefined&&_0x681dc4!==''&&_0x681dc4!==![]&&_0x681dc4!==0x0;}function fmtNames(_0x48dd07){const _0x2cb6a1=a12_0x2891;return _0x48dd07[_0x2cb6a1(0xf3)](_0x3c9050=>'--'+_0x3c9050)[_0x2cb6a1(0xec)](',\x20');}export function requireOneOf(_0x26f7ad,_0x52b16,_0x119b38){const _0x374823=a12_0x2891,_0x3ec073=_0x52b16['filter'](_0x79f34c=>isSet(_0x26f7ad,_0x79f34c));if(_0x3ec073[_0x374823(0xee)]!==0x1)throw CliErrors[_0x374823(0xe8)](_0x3ec073[_0x374823(0xee)]===0x0?_0x374823(0xeb)+fmtNames(_0x52b16)+_0x374823(0xe3)+_0x119b38+'`.':_0x374823(0xe5)+fmtNames(_0x52b16)+_0x374823(0xe7)+fmtNames(_0x3ec073)+'.',_0x3ec073['length']===0x0?_0x374823(0xe6)+fmtNames(_0x52b16):_0x374823(0xef));}export function requireAnyOf(_0x55c016,_0x1ef2b8,_0x292a46){const _0x59b94e=a12_0x2891;if(!_0x1ef2b8['some'](_0x30e82d=>isSet(_0x55c016,_0x30e82d)))throw CliErrors[_0x59b94e(0xe8)](_0x59b94e(0xea)+fmtNames(_0x1ef2b8)+_0x59b94e(0xe3)+_0x292a46+'`.',_0x59b94e(0xe6)+fmtNames(_0x1ef2b8));}function a12_0x4fde(){const _0x2b76a7=['2612200XEfwtp','2930WNKnYH','Flags\x20','\x20are\x20mutually\x20exclusive\x20for\x20`','446174aAvMXi','1035230ckOrKP','Invalid\x20--','Use\x20only\x20one\x20of:\x20',':\x20expected\x20','46824AjjdAs','\x20is\x20required\x20for\x20`','filter','Only\x20one\x20of\x20','Provide\x20one\x20of:\x20','\x20is\x20allowed,\x20found:\x20','validation','1Smcoxg','At\x20least\x20one\x20of\x20','Exactly\x20one\x20of\x20','join','716892sBPCKS','length','Remove\x20all\x20but\x20one.','490335Gxiqwa','18459VRYaqw','12IJbSDV','map','flag'];a12_0x4fde=function(){return _0x2b76a7;};return a12_0x4fde();}export function mutuallyExclusive(_0x5432b7,_0x1391ad,_0x26077f){const _0x432d69=a12_0x2891,_0x37142f=_0x1391ad[_0x432d69(0xe4)](_0x241e53=>isSet(_0x5432b7,_0x241e53));if(_0x37142f[_0x432d69(0xee)]>0x1)throw CliErrors[_0x432d69(0xe8)](_0x432d69(0xf7)+fmtNames(_0x37142f)+_0x432d69(0xdc)+_0x26077f+'`.',_0x432d69(0xe0)+fmtNames(_0x1391ad));}export function validatePattern(_0x8e06ad,_0x26b3e7,_0x56a3d,_0x433069){const _0x113eb1=a12_0x2891,_0x2df65f=_0x8e06ad['str'](_0x26b3e7);if(_0x2df65f&&!_0x56a3d['test'](_0x2df65f))throw CliErrors[_0x113eb1(0xe8)](_0x113eb1(0xdf)+_0x26b3e7+_0x113eb1(0xe1)+_0x433069+',\x20got\x20\x22'+_0x2df65f+'\x22.');}
1
+ (function(_0x11aad5,_0x177e70){const _0x484113=a12_0x3f4d,_0x179e0a=_0x11aad5();while(!![]){try{const _0x5b1926=-parseInt(_0x484113(0x90))/0x1+parseInt(_0x484113(0x9d))/0x2*(parseInt(_0x484113(0x9a))/0x3)+parseInt(_0x484113(0xa7))/0x4+parseInt(_0x484113(0xaa))/0x5*(-parseInt(_0x484113(0x98))/0x6)+-parseInt(_0x484113(0xab))/0x7+-parseInt(_0x484113(0x99))/0x8*(-parseInt(_0x484113(0x93))/0x9)+-parseInt(_0x484113(0xac))/0xa*(parseInt(_0x484113(0x92))/0xb);if(_0x5b1926===_0x177e70)break;else _0x179e0a['push'](_0x179e0a['shift']());}catch(_0x17efef){_0x179e0a['push'](_0x179e0a['shift']());}}}(a12_0x2db9,0x5e922));import{CliErrors}from'../../errors.js';function isSet(_0x518fcb,_0x5d7fc6){const _0x5b9c7c=a12_0x3f4d,_0x416324=_0x518fcb[_0x5b9c7c(0x96)](_0x5d7fc6);return _0x416324!==undefined&&_0x416324!==''&&_0x416324!==![]&&_0x416324!==0x0;}function fmtNames(_0x320e9f){const _0x5727f9=a12_0x3f4d;return _0x320e9f[_0x5727f9(0x95)](_0x361896=>'--'+_0x361896)[_0x5727f9(0x9f)](',\x20');}function a12_0x3f4d(_0x4b38dc,_0x1cae31){_0x4b38dc=_0x4b38dc-0x8f;const _0x2db96e=a12_0x2db9();let _0x3f4d63=_0x2db96e[_0x4b38dc];return _0x3f4d63;}export function requireOneOf(_0x4768fc,_0x6aadfb,_0x40f8c3){const _0x221279=a12_0x3f4d,_0x22aedc=_0x6aadfb['filter'](_0x269a71=>isSet(_0x4768fc,_0x269a71));if(_0x22aedc['length']!==0x1)throw CliErrors[_0x221279(0x9c)](_0x22aedc[_0x221279(0xa2)]===0x0?_0x221279(0x9b)+fmtNames(_0x6aadfb)+_0x221279(0xa0)+_0x40f8c3+'`.':_0x221279(0xa9)+fmtNames(_0x6aadfb)+'\x20is\x20allowed,\x20found:\x20'+fmtNames(_0x22aedc)+'.',_0x22aedc[_0x221279(0xa2)]===0x0?_0x221279(0x94)+fmtNames(_0x6aadfb):_0x221279(0x97));}export function requireAnyOf(_0x36c729,_0xa4cf90,_0x339228){const _0x5aba18=a12_0x3f4d;if(!_0xa4cf90[_0x5aba18(0x91)](_0x411e00=>isSet(_0x36c729,_0x411e00)))throw CliErrors[_0x5aba18(0x9c)](_0x5aba18(0x8f)+fmtNames(_0xa4cf90)+'\x20is\x20required\x20for\x20`'+_0x339228+'`.',_0x5aba18(0x94)+fmtNames(_0xa4cf90));}export function mutuallyExclusive(_0x3acd8c,_0x22e27f,_0x49b688){const _0x21b3e3=a12_0x3f4d,_0x30958a=_0x22e27f[_0x21b3e3(0xa5)](_0x1a21ad=>isSet(_0x3acd8c,_0x1a21ad));if(_0x30958a[_0x21b3e3(0xa2)]>0x1)throw CliErrors[_0x21b3e3(0x9c)](_0x21b3e3(0xa1)+fmtNames(_0x30958a)+_0x21b3e3(0xa6)+_0x49b688+'`.','Use\x20only\x20one\x20of:\x20'+fmtNames(_0x22e27f));}function a12_0x2db9(){const _0xd58023=['138SBZqny','55664rBxFFH','109959GTPlUc','Exactly\x20one\x20of\x20','validation','16bkAmRU',',\x20got\x20\x22','join','\x20is\x20required\x20for\x20`','Flags\x20','length','str','Invalid\x20--','filter','\x20are\x20mutually\x20exclusive\x20for\x20`','2463792JkLnme',':\x20expected\x20','Only\x20one\x20of\x20','16715YCuHLZ','1843534OFUrLj','16960IlZxZu','At\x20least\x20one\x20of\x20','648093FFoUvr','some','88igEZhG','621yWTnCQ','Provide\x20one\x20of:\x20','map','flag','Remove\x20all\x20but\x20one.'];a12_0x2db9=function(){return _0xd58023;};return a12_0x2db9();}export function validatePattern(_0x1a77b2,_0x170ec3,_0x59fea3,_0x2cf8c4){const _0x5655ee=a12_0x3f4d,_0x4427b0=_0x1a77b2[_0x5655ee(0xa3)](_0x170ec3);if(_0x4427b0&&!_0x59fea3['test'](_0x4427b0))throw CliErrors[_0x5655ee(0x9c)](_0x5655ee(0xa4)+_0x170ec3+_0x5655ee(0xa8)+_0x2cf8c4+_0x5655ee(0x9e)+_0x4427b0+'\x22.');}
@@ -1 +1 @@
1
- const a13_0x2e6140=a13_0x3eab;(function(_0x500669,_0x243586){const _0x31432d=a13_0x3eab,_0x53f89b=_0x500669();while(!![]){try{const _0x4e057a=-parseInt(_0x31432d(0x1ea))/0x1*(-parseInt(_0x31432d(0x1e8))/0x2)+parseInt(_0x31432d(0x1fd))/0x3+parseInt(_0x31432d(0x1ed))/0x4*(parseInt(_0x31432d(0x1e7))/0x5)+parseInt(_0x31432d(0x1ee))/0x6*(-parseInt(_0x31432d(0x1f9))/0x7)+parseInt(_0x31432d(0x1f5))/0x8+parseInt(_0x31432d(0x1fa))/0x9*(parseInt(_0x31432d(0x1e4))/0xa)+-parseInt(_0x31432d(0x1f7))/0xb*(parseInt(_0x31432d(0x1eb))/0xc);if(_0x4e057a===_0x243586)break;else _0x53f89b['push'](_0x53f89b['shift']());}catch(_0x25f1cd){_0x53f89b['push'](_0x53f89b['shift']());}}}(a13_0x25e1,0x4c1d5));export const CODE_FLAG={'name':a13_0x2e6140(0x1fe),'type':a13_0x2e6140(0x1f6),'required':!![],'description':a13_0x2e6140(0x1e6),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a13_0x2e6140(0x1fb)}};export const SQLCODE_FLAG={'name':a13_0x2e6140(0x1e5),'type':a13_0x2e6140(0x1f6),'required':!![],'description':a13_0x2e6140(0x1ef),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a13_0x2e6140(0x1e9)}};function a13_0x3eab(_0x43433b,_0x483e17){_0x43433b=_0x43433b-0x1e4;const _0x25e11e=a13_0x25e1();let _0x3eaba1=_0x25e11e[_0x43433b];return _0x3eaba1;}export const VERBOSE_FLAG={'name':a13_0x2e6140(0x1f3),'type':a13_0x2e6140(0x1f0),'description':a13_0x2e6140(0x1f1)};function a13_0x25e1(){const _0x2676f4=['number','262216LpCFVT','string','231dvOVhv','name','1832789KytCvH','9hSLgLq','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','Resource\x20name\x20for\x20lookup','1465881QgfYfx','code','5037380iHgJZh','sqlcode','Dataset\x20code\x20(32-char\x20hex\x20UUID)','806635qeJqUZ','348OkLaFN','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','291TmcrcA','471336gncgjJ','Resource\x20ID','8iwsVsi','6JCiIbN','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','boolean','Return\x20full\x20raw\x20response\x20object','params','verbose'];a13_0x25e1=function(){return _0x2676f4;};return a13_0x25e1();}export const PARAMS_FLAG={'name':a13_0x2e6140(0x1f2),'type':a13_0x2e6140(0x1f6),'description':'Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)'};export const NAME_FLAG={'name':a13_0x2e6140(0x1f8),'type':a13_0x2e6140(0x1f6),'description':a13_0x2e6140(0x1fc)};export const ID_FLAG={'name':'id','type':a13_0x2e6140(0x1f4),'required':!![],'description':a13_0x2e6140(0x1ec)};
1
+ function a13_0x34e6(){const _0x1da2ac=['params','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','Return\x20full\x20raw\x20response\x20object','2242232MSHkco','number','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','4725468czBREQ','110512UHKQrq','493761YWUdJd','105ypVxLN','Dataset\x20code\x20(32-char\x20hex\x20UUID)','4105956MKNSgN','string','4725480jFbLIi','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','Resource\x20name\x20for\x20lookup','verbose','552735dxWqJG'];a13_0x34e6=function(){return _0x1da2ac;};return a13_0x34e6();}function a13_0x4e0a(_0x4b877f,_0x22b101){_0x4b877f=_0x4b877f-0x1a5;const _0x34e6c6=a13_0x34e6();let _0x4e0acf=_0x34e6c6[_0x4b877f];return _0x4e0acf;}const a13_0x4ec79e=a13_0x4e0a;(function(_0x310342,_0x27bf97){const _0x300d2b=a13_0x4e0a,_0x272f01=_0x310342();while(!![]){try{const _0x3f236c=parseInt(_0x300d2b(0x1a9))/0x1+-parseInt(_0x300d2b(0x1b6))/0x2+parseInt(_0x300d2b(0x1ae))/0x3+-parseInt(_0x300d2b(0x1ac))/0x4+-parseInt(_0x300d2b(0x1b2))/0x5+parseInt(_0x300d2b(0x1a7))/0x6+-parseInt(_0x300d2b(0x1aa))/0x7*(-parseInt(_0x300d2b(0x1a8))/0x8);if(_0x3f236c===_0x27bf97)break;else _0x272f01['push'](_0x272f01['shift']());}catch(_0x42b0af){_0x272f01['push'](_0x272f01['shift']());}}}(a13_0x34e6,0xc4ab5));export const CODE_FLAG={'name':'code','type':a13_0x4ec79e(0x1ad),'required':!![],'description':a13_0x4ec79e(0x1ab),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a13_0x4ec79e(0x1af)}};export const SQLCODE_FLAG={'name':'sqlcode','type':a13_0x4ec79e(0x1ad),'required':!![],'description':a13_0x4ec79e(0x1b4),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':'SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)'}};export const VERBOSE_FLAG={'name':a13_0x4ec79e(0x1b1),'type':'boolean','description':a13_0x4ec79e(0x1b5)};export const PARAMS_FLAG={'name':a13_0x4ec79e(0x1b3),'type':a13_0x4ec79e(0x1ad),'description':a13_0x4ec79e(0x1a6)};export const NAME_FLAG={'name':'name','type':a13_0x4ec79e(0x1ad),'description':a13_0x4ec79e(0x1b0)};export const ID_FLAG={'name':'id','type':a13_0x4ec79e(0x1a5),'required':!![],'description':'Resource\x20ID'};
@@ -1 +1 @@
1
- const a14_0x3fa855=a14_0x3f05;(function(_0x24b791,_0xb2de27){const _0x1d5685=a14_0x3f05,_0x37a76b=_0x24b791();while(!![]){try{const _0x43e1ca=-parseInt(_0x1d5685(0x101))/0x1+-parseInt(_0x1d5685(0x12b))/0x2*(parseInt(_0x1d5685(0x10e))/0x3)+-parseInt(_0x1d5685(0x112))/0x4+parseInt(_0x1d5685(0x122))/0x5*(parseInt(_0x1d5685(0x126))/0x6)+-parseInt(_0x1d5685(0xfe))/0x7*(parseInt(_0x1d5685(0x118))/0x8)+parseInt(_0x1d5685(0x127))/0x9+-parseInt(_0x1d5685(0x12c))/0xa*(-parseInt(_0x1d5685(0x108))/0xb);if(_0x43e1ca===_0xb2de27)break;else _0x37a76b['push'](_0x37a76b['shift']());}catch(_0x1024bb){_0x37a76b['push'](_0x37a76b['shift']());}}}(a14_0x1821,0xcf38a));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':'global','type':'boolean','description':a14_0x3fa855(0x106),'default':![]},listDef={'service':a14_0x3fa855(0x10f),'command':a14_0x3fa855(0x117),'description':'List\x20current\x20config','risk':a14_0x3fa855(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x50e934){const _0x2f9fe4=a14_0x3fa855,{buildConfigFromFlags:_0x509398}=await import(_0x2f9fe4(0x105)),_0x377f90=_0x509398({}),_0x226b07=getProjectConfigPath(),_0x465d40=resolveWriteConfigPath(_0x2f9fe4(0x11a));if(_0x50e934['format']===_0x2f9fe4(0xfa))return{'ok':!![],'message':'#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a'+(JSON[_0x2f9fe4(0xf7)](_0x377f90['raw'],null,0x2)+'\x0a\x0a')+_0x2f9fe4(0x10c)+('\x20\x20project:\x20'+(_0x226b07??_0x2f9fe4(0x111))+'\x0a')+(_0x2f9fe4(0x107)+_0x465d40)};return{'ok':!![],'data':{'effective':_0x377f90[_0x2f9fe4(0x120)],'configFiles':{'project':_0x226b07??null,'global':_0x465d40}}};}},getDef={'service':a14_0x3fa855(0x10f),'command':a14_0x3fa855(0x125),'description':a14_0x3fa855(0x113),'risk':a14_0x3fa855(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':a14_0x3fa855(0x104),'required':!![]}],'flags':[],async 'execute'(_0x59608a){const _0x5afba0=a14_0x3fa855,_0x5cf259=_0x59608a[_0x5afba0(0xf8)][0x0];if(!_0x5cf259)throw CliErrors[_0x5afba0(0x128)](_0x5afba0(0x129),_0x5afba0(0xf9)+CLI_BIN_NAME+_0x5afba0(0xf6));const {buildConfigFromFlags:_0x4450f4}=await import(_0x5afba0(0x105)),{raw:_0x223dee}=_0x4450f4({});if(_0x5cf259[_0x5afba0(0x110)]('.')){const _0x1b6789=_0x5cf259[_0x5afba0(0x103)]('.');let _0x17dad0=_0x223dee;for(const _0xa3f8fd of _0x1b6789){if(_0x17dad0==null||typeof _0x17dad0!==_0x5afba0(0x114))throw CliErrors['validation'](_0x5afba0(0x123)+_0x5cf259);_0x17dad0=_0x17dad0[_0xa3f8fd];}if(_0x17dad0===undefined)throw CliErrors[_0x5afba0(0x128)]('Key\x20not\x20found:\x20'+_0x5cf259);return console['log'](typeof _0x17dad0===_0x5afba0(0x114)?JSON['stringify'](_0x17dad0,null,0x2):String(_0x17dad0)),{'ok':!![]};}const _0x49ccc7=_0x223dee[_0x5cf259];if(_0x49ccc7===undefined)throw CliErrors[_0x5afba0(0x128)]('Key\x20not\x20found:\x20'+_0x5cf259);return console[_0x5afba0(0x12a)](typeof _0x49ccc7===_0x5afba0(0x114)?JSON['stringify'](_0x49ccc7,null,0x2):String(_0x49ccc7)),{'ok':!![]};}},setDef={'service':a14_0x3fa855(0x10f),'command':a14_0x3fa855(0x11b),'description':'Set\x20a\x20config\x20value','risk':a14_0x3fa855(0x11f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x3fa855(0x10d),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a14_0x3fa855(0x11d),'description':'Value\x20to\x20assign','required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x2a4ca5){const _0x2ca084=a14_0x3fa855,_0x56b4ee=_0x2a4ca5[_0x2ca084(0xf8)][0x0],_0x4b8fc6=_0x2a4ca5[_0x2ca084(0xf8)][0x1];if(!_0x56b4ee||_0x4b8fc6===undefined)throw CliErrors[_0x2ca084(0x128)]('Missing\x20key\x20or\x20value.',_0x2ca084(0xf9)+CLI_BIN_NAME+'\x20config\x20set\x20<key>\x20<value>\x20[--global]');if(ENUM_KEYS[_0x56b4ee]&&!ENUM_KEYS[_0x56b4ee][_0x2ca084(0x110)](_0x4b8fc6))throw CliErrors['validation'](_0x2ca084(0xff)+_0x56b4ee+'\x22.\x20Allowed:\x20'+ENUM_KEYS[_0x56b4ee][_0x2ca084(0x100)](',\x20'));if(_0x56b4ee==='riskLevel')throw CliErrors['validation'](_0x2ca084(0x121));if(_0x56b4ee===_0x2ca084(0x11c)){const _0x5694f2=Number(_0x4b8fc6);if(isNaN(_0x5694f2)||_0x5694f2<=0x0)throw CliErrors[_0x2ca084(0x128)](_0x2ca084(0x10b));}const _0x54a8e2=resolveWriteScope({'explicitGlobal':_0x2a4ca5[_0x2ca084(0xfb)](_0x2ca084(0x11a)),'policy':'project-or-global-explicit'}),_0xc5a193=toScopeFlags(_0x54a8e2),_0x41f5d4=readScopedConfig(_0xc5a193);if(!isTopLevelConfigKey(_0x56b4ee))throw CliErrors[_0x2ca084(0x128)](_0x2ca084(0x102)+_0x56b4ee+_0x2ca084(0x124),_0x2ca084(0x109)+getTopLevelConfigKeySummary());return _0x41f5d4[_0x56b4ee]=_0x56b4ee===_0x2ca084(0x11c)?Number(_0x4b8fc6):_0x4b8fc6,console[_0x2ca084(0x12a)](_0x2ca084(0x12d)+_0x56b4ee+_0x2ca084(0x12e)+_0x4b8fc6+'\x22'+(_0x54a8e2===_0x2ca084(0x11a)?'\x20(global)':'')),writeScopedConfig(_0x41f5d4,_0xc5a193),{'ok':!![]};}},deleteDef={'service':a14_0x3fa855(0x10f),'command':a14_0x3fa855(0x11e),'description':a14_0x3fa855(0x10a),'risk':a14_0x3fa855(0x11f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x3fa855(0x10d),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x4690ad){const _0x1c3cd1=a14_0x3fa855,_0x37232d=_0x4690ad[_0x1c3cd1(0xf8)][0x0];if(!_0x37232d)throw CliErrors[_0x1c3cd1(0x128)](_0x1c3cd1(0x129),'Usage:\x20'+CLI_BIN_NAME+'\x20config\x20delete\x20<key>\x20[--global]');const _0x4a5ba6=resolveWriteScope({'explicitGlobal':_0x4690ad[_0x1c3cd1(0xfb)](_0x1c3cd1(0x11a)),'policy':_0x1c3cd1(0x119)}),_0x37b954=toScopeFlags(_0x4a5ba6),_0x329965=readScopedConfig(_0x37b954);if(_0x329965[_0x37232d]===undefined)throw CliErrors[_0x1c3cd1(0x128)](_0x1c3cd1(0x115)+_0x37232d+'\x22\x20not\x20found\x20at\x20top\x20level.');return delete _0x329965[_0x37232d],console[_0x1c3cd1(0x12a)](_0x1c3cd1(0x116)+_0x37232d+'`'+(_0x4a5ba6==='global'?_0x1c3cd1(0xfc):'')),writeScopedConfig(_0x329965,_0x37b954),{'ok':!![]};}};function a14_0x3f05(_0x174a4f,_0x133a24){_0x174a4f=_0x174a4f-0xf6;const _0x18211c=a14_0x1821();let _0x3f0545=_0x18211c[_0x174a4f];return _0x3f0545;}function a14_0x1821(){const _0x2885af=['pretty','bool','\x20(global)','read','329KtNnwc','Invalid\x20value\x20for\x20\x22','join','178962rRmMua','Top-level\x20key\x20\x22','split','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','../../context.js','Write\x20to\x20global\x20config','\x20\x20global:\x20\x20','15422AdNsZG','Settable\x20top-level\x20keys:\x20','Delete\x20a\x20config\x20value','pageSize\x20must\x20be\x20a\x20positive\x20number','Config\x20files:\x0a','key','111417muClSa','config','includes','(none)','3722168UUGFDP','Get\x20a\x20config\x20value','object','Key\x20\x22','Deleted\x20`','list','213848gIexyz','project-or-global-explicit','global','set','pageSize','value','delete','write','raw','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','28925hbFQwH','Key\x20not\x20found:\x20','\x22\x20is\x20not\x20settable.','get','42AoTRTM','2944305tKiiLm','validation','Missing\x20key\x20argument.','log','34qajnfL','24810WTKkqp','Set\x20`','`\x20=\x20\x22','\x20config\x20get\x20<key>','stringify','args','Usage:\x20'];a14_0x1821=function(){return _0x2885af;};return a14_0x1821();}export const configDefinitions=[listDef,getDef,setDef,deleteDef];
1
+ const a14_0x41c305=a14_0x2dc8;(function(_0x2df500,_0x2cec59){const _0x2e4450=a14_0x2dc8,_0x25979f=_0x2df500();while(!![]){try{const _0x423a29=parseInt(_0x2e4450(0x20a))/0x1*(parseInt(_0x2e4450(0x218))/0x2)+-parseInt(_0x2e4450(0x20b))/0x3+parseInt(_0x2e4450(0x208))/0x4+parseInt(_0x2e4450(0x21e))/0x5*(parseInt(_0x2e4450(0x223))/0x6)+parseInt(_0x2e4450(0x20c))/0x7+parseInt(_0x2e4450(0x211))/0x8+parseInt(_0x2e4450(0x222))/0x9*(-parseInt(_0x2e4450(0x21b))/0xa);if(_0x423a29===_0x2cec59)break;else _0x25979f['push'](_0x25979f['shift']());}catch(_0x4dce15){_0x25979f['push'](_0x25979f['shift']());}}}(a14_0x3835,0x1cde7));import{CliErrors}from'../../errors.js';function a14_0x3835(){const _0x3c5139=['9rWXqak','619908WPpDEb','includes','alias','format','read','Deleted\x20`','\x20\x20project:\x20','Key\x20\x22','value','Key\x20not\x20found:\x20','appcode','delete','Settable\x20keys:\x20','pageSize\x20must\x20be\x20a\x20positive\x20number','Write\x20to\x20global\x20config','field','stringify','key','log','\x22\x20not\x20found\x20at\x20top\x20level.','pageSize','\x22\x20is\x20not\x20settable.','riskLevel','validation','../../context.js','length','\x20config\x20get\x20<key>','config','raw','split','keys','(none)','global','write','\x20config\x20delete\x20<key>\x20[--global]','\x22.\x20Allowed:\x20','853392dOkgEa','pretty','1773OOJdrY','360741nYQtEd','74179myEcsN','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','isArray','join','Usage:\x20','296000cTxLez','Missing\x20key\x20or\x20value.','Invalid\x20value\x20for\x20\x22','Config\x20files:\x0a','apps','object','trim','178ISUcKZ','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','set','3868840qzrGkp','\x20(global)','bool','10EWdHak','\x20\x20global:\x20\x20','Value\x20to\x20assign','\x20config\x20set\x20<key>\x20<value>\x20[--global]'];a14_0x3835=function(){return _0x3c5139;};return a14_0x3835();}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_0x41c305(0x204),'type':'boolean','description':a14_0x41c305(0x1f2),'default':![]};function parseAliasAppcodeSetKey(_0x444f16){const _0x571688=a14_0x41c305,_0xc58798=_0x444f16['split']('.');if(_0xc58798[_0x571688(0x1fd)]!==0x3||_0xc58798[0x0]!==_0x571688(0x215)||_0xc58798[0x2]!==_0x571688(0x1ee))return undefined;const _0x1443cf=_0xc58798[0x1]?.[_0x571688(0x217)]();return _0x1443cf?_0x1443cf:undefined;}function parseAliasDeleteKey(_0x3c803c){const _0x1a89a4=a14_0x41c305,_0x3395d7=_0x3c803c['split']('.');if(_0x3395d7[_0x1a89a4(0x1fd)]===0x2&&_0x3395d7[0x0]===_0x1a89a4(0x215)){const _0x26ae8f=_0x3395d7[0x1]?.[_0x1a89a4(0x217)]();return _0x26ae8f?{'alias':_0x26ae8f}:undefined;}if(_0x3395d7['length']===0x3&&_0x3395d7[0x0]===_0x1a89a4(0x215)&&_0x3395d7[0x2]===_0x1a89a4(0x1ee)){const _0x4dfc0d=_0x3395d7[0x1]?.[_0x1a89a4(0x217)]();return _0x4dfc0d?{'alias':_0x4dfc0d,'field':_0x1a89a4(0x1ee)}:undefined;}return undefined;}function setLocalAppAlias(_0x4cb117,_0x152326,_0x5a15f1){const _0x52314a=a14_0x41c305,_0x7dee41=_0x4cb117[_0x52314a(0x215)]&&typeof _0x4cb117[_0x52314a(0x215)]===_0x52314a(0x216)&&!Array[_0x52314a(0x20e)](_0x4cb117[_0x52314a(0x215)])?_0x4cb117[_0x52314a(0x215)]:{},_0x131d79=_0x7dee41[_0x152326]&&typeof _0x7dee41[_0x152326]===_0x52314a(0x216)&&!Array[_0x52314a(0x20e)](_0x7dee41[_0x152326])?_0x7dee41[_0x152326]:{};_0x131d79['appcode']=_0x5a15f1,_0x7dee41[_0x152326]=_0x131d79,_0x4cb117[_0x52314a(0x215)]=_0x7dee41;}function deleteLocalAppAlias(_0x274c4d,_0x418889){const _0x40bc2e=a14_0x41c305;if(!_0x274c4d[_0x40bc2e(0x215)]||typeof _0x274c4d[_0x40bc2e(0x215)]!==_0x40bc2e(0x216)||Array[_0x40bc2e(0x20e)](_0x274c4d[_0x40bc2e(0x215)]))return![];const _0xbdf178=_0x274c4d['apps'],_0x5c07b9=_0xbdf178[_0x418889[_0x40bc2e(0x225)]];if(!_0x5c07b9||typeof _0x5c07b9!==_0x40bc2e(0x216)||Array[_0x40bc2e(0x20e)](_0x5c07b9))return![];if(!_0x418889[_0x40bc2e(0x1f3)])return delete _0xbdf178[_0x418889[_0x40bc2e(0x225)]],!![];if(!(_0x418889['field']in _0x5c07b9))return![];return delete _0x5c07b9[_0x418889['field']],Object[_0x40bc2e(0x202)](_0x5c07b9)[_0x40bc2e(0x1fd)]===0x0&&delete _0xbdf178[_0x418889[_0x40bc2e(0x225)]],!![];}const listDef={'service':a14_0x41c305(0x1ff),'command':'list','description':'List\x20current\x20config','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x588665){const _0x179119=a14_0x41c305,{buildConfigFromFlags:_0x2522ef}=await import(_0x179119(0x1fc)),_0x47b4a8=_0x2522ef({}),_0x2b1bfa=getProjectConfigPath(),_0x20cd63=resolveWriteConfigPath('global');if(_0x588665[_0x179119(0x226)]===_0x179119(0x209))return{'ok':!![],'message':_0x179119(0x219)+(JSON['stringify'](_0x47b4a8[_0x179119(0x200)],null,0x2)+'\x0a\x0a')+_0x179119(0x214)+(_0x179119(0x229)+(_0x2b1bfa??_0x179119(0x203))+'\x0a')+(_0x179119(0x21f)+_0x20cd63)};return{'ok':!![],'data':{'effective':_0x47b4a8[_0x179119(0x200)],'configFiles':{'project':_0x2b1bfa??null,'global':_0x20cd63}}};}},getDef={'service':a14_0x41c305(0x1ff),'command':'get','description':'Get\x20a\x20config\x20value','risk':a14_0x41c305(0x227),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x41c305(0x1f5),'description':'Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','required':!![]}],'flags':[],async 'execute'(_0x126c63){const _0x15aff=a14_0x41c305,_0x59e851=_0x126c63['args'][0x0];if(!_0x59e851)throw CliErrors['validation']('Missing\x20key\x20argument.','Usage:\x20'+CLI_BIN_NAME+_0x15aff(0x1fe));const {buildConfigFromFlags:_0xaf9a20}=await import(_0x15aff(0x1fc)),{raw:_0x5423c8}=_0xaf9a20({});if(_0x59e851['includes']('.')){const _0x3cf6c1=_0x59e851[_0x15aff(0x201)]('.');let _0x2d634c=_0x5423c8;for(const _0x215ba7 of _0x3cf6c1){if(_0x2d634c==null||typeof _0x2d634c!=='object')throw CliErrors[_0x15aff(0x1fb)](_0x15aff(0x1ed)+_0x59e851);_0x2d634c=_0x2d634c[_0x215ba7];}if(_0x2d634c===undefined)throw CliErrors['validation'](_0x15aff(0x1ed)+_0x59e851);return console[_0x15aff(0x1f6)](typeof _0x2d634c===_0x15aff(0x216)?JSON['stringify'](_0x2d634c,null,0x2):String(_0x2d634c)),{'ok':!![]};}const _0x62b245=_0x5423c8[_0x59e851];if(_0x62b245===undefined)throw CliErrors[_0x15aff(0x1fb)](_0x15aff(0x1ed)+_0x59e851);return console[_0x15aff(0x1f6)](typeof _0x62b245===_0x15aff(0x216)?JSON[_0x15aff(0x1f4)](_0x62b245,null,0x2):String(_0x62b245)),{'ok':!![]};}},setDef={'service':a14_0x41c305(0x1ff),'command':a14_0x41c305(0x21a),'description':'Set\x20a\x20config\x20value','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':getConfigCommandKeyDescription(),'required':!![]},{'name':a14_0x41c305(0x1ec),'description':a14_0x41c305(0x220),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x32fb8b){const _0x1ab0e3=a14_0x41c305,_0x5f1c80=_0x32fb8b['args'][0x0],_0x4c1c8e=_0x32fb8b['args'][0x1];if(!_0x5f1c80||_0x4c1c8e===undefined)throw CliErrors[_0x1ab0e3(0x1fb)](_0x1ab0e3(0x212),_0x1ab0e3(0x210)+CLI_BIN_NAME+_0x1ab0e3(0x221));if(ENUM_KEYS[_0x5f1c80]&&!ENUM_KEYS[_0x5f1c80][_0x1ab0e3(0x224)](_0x4c1c8e))throw CliErrors[_0x1ab0e3(0x1fb)](_0x1ab0e3(0x213)+_0x5f1c80+_0x1ab0e3(0x207)+ENUM_KEYS[_0x5f1c80][_0x1ab0e3(0x20f)](',\x20'));if(_0x5f1c80===_0x1ab0e3(0x1fa))throw CliErrors[_0x1ab0e3(0x1fb)](_0x1ab0e3(0x20d));if(_0x5f1c80===_0x1ab0e3(0x1f8)){const _0x13c868=Number(_0x4c1c8e);if(isNaN(_0x13c868)||_0x13c868<=0x0)throw CliErrors[_0x1ab0e3(0x1fb)](_0x1ab0e3(0x1f1));}const _0x143c6d=resolveWriteScope({'explicitGlobal':_0x32fb8b[_0x1ab0e3(0x21d)](_0x1ab0e3(0x204)),'policy':'project-or-global-explicit'}),_0x215843=toScopeFlags(_0x143c6d),_0x4823f4=readScopedConfig(_0x215843),_0x1a5a09=parseAliasAppcodeSetKey(_0x5f1c80);if(!_0x1a5a09&&!isTopLevelConfigKey(_0x5f1c80))throw CliErrors[_0x1ab0e3(0x1fb)]('Top-level\x20key\x20\x22'+_0x5f1c80+_0x1ab0e3(0x1f9),_0x1ab0e3(0x1f0)+getTopLevelConfigKeySummary()+';\x20apps.<alias>.appcode');return _0x1a5a09?setLocalAppAlias(_0x4823f4,_0x1a5a09,_0x4c1c8e):_0x4823f4[_0x5f1c80]=_0x5f1c80===_0x1ab0e3(0x1f8)?Number(_0x4c1c8e):_0x4c1c8e,console[_0x1ab0e3(0x1f6)]('Set\x20`'+_0x5f1c80+'`\x20=\x20\x22'+_0x4c1c8e+'\x22'+(_0x143c6d==='global'?_0x1ab0e3(0x21c):'')),writeScopedConfig(_0x4823f4,_0x215843),{'ok':!![]};}},deleteDef={'service':a14_0x41c305(0x1ff),'command':a14_0x41c305(0x1ef),'description':'Delete\x20a\x20config\x20value','risk':a14_0x41c305(0x205),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x41c305(0x1f5),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x567104){const _0x56d708=a14_0x41c305,_0x4a8a3e=_0x567104['args'][0x0];if(!_0x4a8a3e)throw CliErrors[_0x56d708(0x1fb)]('Missing\x20key\x20argument.',_0x56d708(0x210)+CLI_BIN_NAME+_0x56d708(0x206));const _0x6bedb9=resolveWriteScope({'explicitGlobal':_0x567104[_0x56d708(0x21d)](_0x56d708(0x204)),'policy':'project-or-global-explicit'}),_0x65bb1c=toScopeFlags(_0x6bedb9),_0x3a1239=readScopedConfig(_0x65bb1c),_0xceea65=parseAliasDeleteKey(_0x4a8a3e);if(_0xceea65){if(!deleteLocalAppAlias(_0x3a1239,_0xceea65))throw CliErrors[_0x56d708(0x1fb)](_0x56d708(0x1ed)+_0x4a8a3e);return console[_0x56d708(0x1f6)](_0x56d708(0x228)+_0x4a8a3e+'`'+(_0x6bedb9===_0x56d708(0x204)?_0x56d708(0x21c):'')),writeScopedConfig(_0x3a1239,_0x65bb1c),{'ok':!![]};}if(_0x3a1239[_0x4a8a3e]===undefined)throw CliErrors['validation'](_0x56d708(0x22a)+_0x4a8a3e+_0x56d708(0x1f7));return delete _0x3a1239[_0x4a8a3e],console[_0x56d708(0x1f6)](_0x56d708(0x228)+_0x4a8a3e+'`'+(_0x6bedb9===_0x56d708(0x204)?'\x20(global)':'')),writeScopedConfig(_0x3a1239,_0x65bb1c),{'ok':!![]};}};function a14_0x2dc8(_0x538db4,_0x2011bd){_0x538db4=_0x538db4-0x1ec;const _0x38359b=a14_0x3835();let _0x2dc874=_0x38359b[_0x538db4];return _0x2dc874;}export const configDefinitions=[listDef,getDef,setDef,deleteDef];
@@ -1 +1 @@
1
- (function(_0x1155a1,_0x457501){var _0x5f3413=a15_0x40cb,_0x84db04=_0x1155a1();while(!![]){try{var _0x274eb0=-parseInt(_0x5f3413(0x183))/0x1*(parseInt(_0x5f3413(0x182))/0x2)+parseInt(_0x5f3413(0x179))/0x3+-parseInt(_0x5f3413(0x17d))/0x4*(-parseInt(_0x5f3413(0x180))/0x5)+-parseInt(_0x5f3413(0x181))/0x6*(parseInt(_0x5f3413(0x17f))/0x7)+-parseInt(_0x5f3413(0x17a))/0x8*(-parseInt(_0x5f3413(0x17c))/0x9)+-parseInt(_0x5f3413(0x17e))/0xa+parseInt(_0x5f3413(0x17b))/0xb;if(_0x274eb0===_0x457501)break;else _0x84db04['push'](_0x84db04['shift']());}catch(_0x31c318){_0x84db04['push'](_0x84db04['shift']());}}}(a15_0xd2c5,0x814e8));import{CLI_BIN_NAME}from'../../constant/cli.js';export{CLI_BIN_NAME};function a15_0x40cb(_0x2e6e2f,_0x118e13){_0x2e6e2f=_0x2e6e2f-0x179;var _0xd2c5f3=a15_0xd2c5();var _0x40cb5a=_0xd2c5f3[_0x2e6e2f];return _0x40cb5a;}function a15_0xd2c5(){var _0x444f4e=['110857CREJNq','794985ZBHgCx','536KjsvFz','4391035kyVCyp','74925ZVSIMU','187048htvfTg','1540870gIXkwJ','234409maYHgT','110ZqwOYJ','102Daglge','18IsuFLA'];a15_0xd2c5=function(){return _0x444f4e;};return a15_0xd2c5();}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';
1
+ (function(_0xaf018e,_0x134981){var _0x4d4d28=a15_0x4579,_0x56b29f=_0xaf018e();while(!![]){try{var _0x3b72d4=-parseInt(_0x4d4d28(0x1ad))/0x1*(-parseInt(_0x4d4d28(0x1a9))/0x2)+parseInt(_0x4d4d28(0x1a7))/0x3*(parseInt(_0x4d4d28(0x1aa))/0x4)+-parseInt(_0x4d4d28(0x1ac))/0x5*(parseInt(_0x4d4d28(0x1ab))/0x6)+-parseInt(_0x4d4d28(0x1a8))/0x7*(parseInt(_0x4d4d28(0x1ae))/0x8)+-parseInt(_0x4d4d28(0x1a3))/0x9*(-parseInt(_0x4d4d28(0x1a2))/0xa)+-parseInt(_0x4d4d28(0x1a6))/0xb+-parseInt(_0x4d4d28(0x1a4))/0xc*(-parseInt(_0x4d4d28(0x1a5))/0xd);if(_0x3b72d4===_0x134981)break;else _0x56b29f['push'](_0x56b29f['shift']());}catch(_0x471a76){_0x56b29f['push'](_0x56b29f['shift']());}}}(a15_0x59b5,0x63b51));function a15_0x59b5(){var _0x57fddd=['36lXJloZ','1204272XeUJKu','13vPjiAJ','2049630rgfVxZ','866787sTCfTW','18263HIqJWN','2pfFzRI','8DzTCbe','6OWkfXx','1384195ORygnq','210421uNZrSf','296jeWhyq','198670ybEGsf'];a15_0x59b5=function(){return _0x57fddd;};return a15_0x59b5();}import{CLI_BIN_NAME}from'../../constant/cli.js';export{CLI_BIN_NAME};function a15_0x4579(_0x4417bb,_0x2d68ce){_0x4417bb=_0x4417bb-0x1a2;var _0x59b537=a15_0x59b5();var _0x457965=_0x59b537[_0x4417bb];return _0x457965;}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';
@@ -1 +1 @@
1
- function a16_0x2ed4(_0x41fd07,_0x261f0b){_0x41fd07=_0x41fd07-0x18e;const _0x20dbea=a16_0x20db();let _0x2ed4a8=_0x20dbea[_0x41fd07];return _0x2ed4a8;}const a16_0x484120=a16_0x2ed4;(function(_0x446e49,_0x2b1fdc){const _0x41939a=a16_0x2ed4,_0x5e56b1=_0x446e49();while(!![]){try{const _0x3cda45=parseInt(_0x41939a(0x199))/0x1*(-parseInt(_0x41939a(0x198))/0x2)+parseInt(_0x41939a(0x191))/0x3*(-parseInt(_0x41939a(0x1b7))/0x4)+parseInt(_0x41939a(0x1e0))/0x5*(-parseInt(_0x41939a(0x1c3))/0x6)+-parseInt(_0x41939a(0x1d9))/0x7+-parseInt(_0x41939a(0x1a8))/0x8*(parseInt(_0x41939a(0x1c1))/0x9)+parseInt(_0x41939a(0x1dd))/0xa*(-parseInt(_0x41939a(0x1da))/0xb)+parseInt(_0x41939a(0x1a5))/0xc*(parseInt(_0x41939a(0x19b))/0xd);if(_0x3cda45===_0x2b1fdc)break;else _0x5e56b1['push'](_0x5e56b1['shift']());}catch(_0x14a98f){_0x5e56b1['push'](_0x5e56b1['shift']());}}}(a16_0x20db,0x2aff2));import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a16_0x484120(0x1ab),'operation':'filter','risk':'read','paramsRequired':![],'description':a16_0x484120(0x18f),'paramsHint':a16_0x484120(0x1ca)+a16_0x484120(0x1a1),'helpExtra':[a16_0x484120(0x1e6),a16_0x484120(0x1b1),a16_0x484120(0x1c9),a16_0x484120(0x19f),a16_0x484120(0x1c0),a16_0x484120(0x193),a16_0x484120(0x1e1),a16_0x484120(0x1a4),a16_0x484120(0x1be),a16_0x484120(0x1b4),a16_0x484120(0x1cf),'',a16_0x484120(0x19c),a16_0x484120(0x1b3),'\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','',a16_0x484120(0x1d1),a16_0x484120(0x1e7),'\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]',a16_0x484120(0x1a2),a16_0x484120(0x1d0),'\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','',a16_0x484120(0x1a0),'\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.',a16_0x484120(0x1ae),a16_0x484120(0x1a9)][a16_0x484120(0x197)]('\x0a')},{'command':a16_0x484120(0x1ba),'operation':a16_0x484120(0x1ba),'risk':a16_0x484120(0x18e),'paramsRequired':!![],'description':a16_0x484120(0x1e5),'paramsHint':a16_0x484120(0x1af)},{'command':a16_0x484120(0x1aa),'operation':a16_0x484120(0x1aa),'risk':a16_0x484120(0x1bb),'paramsRequired':!![],'description':a16_0x484120(0x1d5),'paramsHint':a16_0x484120(0x1cd)},{'command':'batchCreate','operation':a16_0x484120(0x1db),'risk':'write','paramsRequired':!![],'description':a16_0x484120(0x1c2),'paramsHint':'JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27'},{'command':a16_0x484120(0x19e),'operation':a16_0x484120(0x19e),'risk':a16_0x484120(0x1bb),'paramsRequired':!![],'description':'Update\x20an\x20existing\x20record','paramsHint':a16_0x484120(0x1d7)},{'command':a16_0x484120(0x194),'operation':'delete','risk':a16_0x484120(0x1a3),'paramsRequired':!![],'description':'Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','paramsHint':a16_0x484120(0x1af)},{'command':a16_0x484120(0x1a6),'operation':a16_0x484120(0x1a6),'risk':'read','paramsRequired':![],'description':a16_0x484120(0x1bd),'paramsHint':a16_0x484120(0x1cc)+'Example:\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','helpExtra':['\x20\x20AGGREGATE\x20TYPES',a16_0x484120(0x1d8),a16_0x484120(0x19a),a16_0x484120(0x192),'\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}',a16_0x484120(0x1b5),a16_0x484120(0x1e2),a16_0x484120(0x1dc),'',a16_0x484120(0x1b9),a16_0x484120(0x1ad),a16_0x484120(0x1ce),a16_0x484120(0x1bc),a16_0x484120(0x1b8),a16_0x484120(0x196),'\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','',a16_0x484120(0x190),'\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status',a16_0x484120(0x1b6),'',a16_0x484120(0x1d3),a16_0x484120(0x1c4)][a16_0x484120(0x197)]('\x0a')}];function makeDataCommand(_0xee00ec){const _0x353050=a16_0x484120,_0x266de0=_0x353050(0x1b0)+_0xee00ec['command'],_0x58aa94={'service':_0x353050(0x1d2),'command':_0xee00ec[_0x353050(0x1e4)],'description':_0xee00ec[_0x353050(0x1c5)],'risk':_0xee00ec[_0x353050(0x19d)],'helpExtra':_0xee00ec[_0x353050(0x1e3)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0xee00ec[_0x353050(0x1a7)]}],'validate':async _0x57ddb8=>{const _0x5b1525=_0x353050;_0xee00ec[_0x5b1525(0x195)]&&requireAnyOf(_0x57ddb8,[_0x5b1525(0x1de)],_0x266de0),_0xee00ec['operation']===_0x5b1525(0x1db)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x57ddb8[_0x5b1525(0x1b2)]('params')));},async 'execute'(_0x4b9f42){const _0x57fb94=_0x353050,_0x598a22=_0x4b9f42[_0x57fb94(0x1b2)](_0x57fb94(0x1c6)),_0x44a62a=_0xee00ec['operation']==='batchCreate'?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x4b9f42[_0x57fb94(0x1b2)]('params'))):parseJsonParams(_0x4b9f42['str'](_0x57fb94(0x1de)))??{},_0x206528=Date[_0x57fb94(0x1ac)](),_0x3c30f5=await executeData(_0x598a22,_0xee00ec[_0x57fb94(0x1d4)],_0x44a62a),_0x7691d7=Date[_0x57fb94(0x1ac)]()-_0x206528;return{'ok':!![],'data':{'result':_0x3c30f5,'elapsed':_0x7691d7},'message':_0x57fb94(0x1b0)+_0xee00ec['command']+_0x57fb94(0x1d6)+_0x7691d7+'ms'};}};return _0xee00ec['risk']!==_0x353050(0x18e)&&(_0x58aa94[_0x353050(0x1bf)]=async _0xe21152=>{const _0x393685=_0x353050,_0x596f83=_0xe21152[_0x393685(0x1b2)](_0x393685(0x1c6)),_0x5387f8=_0xee00ec[_0x393685(0x1d4)]===_0x393685(0x1db)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0xe21152[_0x393685(0x1b2)](_0x393685(0x1de)))):parseJsonParams(_0xe21152[_0x393685(0x1b2)](_0x393685(0x1de)))??{};return dryRun(_0x393685(0x1c8),_0x393685(0x1c7)+_0x596f83+'/'+_0xee00ec['operation'])[_0x393685(0x1df)](_0x5387f8)['description'](_0x393685(0x1cb)+_0xee00ec['command']+'\x20on\x20dataset\x20'+_0x596f83)['build']();}),_0x58aa94;}function a16_0x20db(){const _0x56d9f2=['\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','16sGNbyX','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20PARAMS\x20STRUCTURE','getOne','write','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','dryRun','\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','9Ohxmnf','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','9768VyHzJJ','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27','description','code','/api/{appCode}/','POST','\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','Preview:\x20data\x20','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','data','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','operation','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','\x20completed\x20in\x20','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27','\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20field\x20values\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','49511bGEsov','3007609GVgKGh','batchCreate','\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','10dHgTVd','params','body','160iEdNwa','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','helpExtra','command','Get\x20a\x20single\x20record\x20by\x20ID','\x20\x20WHERE\x20OPERATORS','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','read','Filter\x20dataset\x20records\x20with\x20query\x20conditions','\x20\x20EXAMPLES','177549BKyTJE','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}','delete','paramsRequired','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Post-aggregation\x20filter,\x20e.g.\x20{\x22total\x22:{\x22$gt\x22:1000}}','join','2OvJttp','148639CmQPqu','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','65PaQuIj','\x20\x20LOGICAL\x20COMBINATORS','risk','update','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','\x20\x20PAGINATION','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','high-risk-write','\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}','2245008hOgmZt','aggregate','paramsHint','330776tMqCpt','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','create','filter','now','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','data\x20','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','str','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}'];a16_0x20db=function(){return _0x56d9f2;};return a16_0x20db();}export const dataDefinitions=specs['map'](makeDataCommand);
1
+ const a16_0x1375d7=a16_0x1980;function a16_0x1980(_0xe3b50c,_0x3dbf34){_0xe3b50c=_0xe3b50c-0x8a;const _0x1ca28f=a16_0x1ca2();let _0x198086=_0x1ca28f[_0xe3b50c];return _0x198086;}(function(_0x18f9ef,_0x6855ec){const _0x2af370=a16_0x1980,_0x42e343=_0x18f9ef();while(!![]){try{const _0x1eca6b=parseInt(_0x2af370(0x8e))/0x1*(parseInt(_0x2af370(0x96))/0x2)+parseInt(_0x2af370(0x9a))/0x3*(parseInt(_0x2af370(0xab))/0x4)+parseInt(_0x2af370(0xa4))/0x5+parseInt(_0x2af370(0xdb))/0x6+-parseInt(_0x2af370(0xa1))/0x7*(parseInt(_0x2af370(0xc8))/0x8)+-parseInt(_0x2af370(0xa3))/0x9*(-parseInt(_0x2af370(0x98))/0xa)+-parseInt(_0x2af370(0xce))/0xb*(parseInt(_0x2af370(0x97))/0xc);if(_0x1eca6b===_0x6855ec)break;else _0x42e343['push'](_0x42e343['shift']());}catch(_0x5c1894){_0x42e343['push'](_0x42e343['shift']());}}}(a16_0x1ca2,0x793bf));import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';function a16_0x1ca2(){const _0x22a775=['now','\x20\x20LOGICAL\x20COMBINATORS','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','high-risk-write','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Post-aggregation\x20filter,\x20e.g.\x20{\x22total\x22:{\x22$gt\x22:1000}}','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','2998564vokRsF','\x20\x20PAGINATION','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','batchCreate','\x20\x20EXAMPLES','code','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','Update\x20an\x20existing\x20record','\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','str','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','build','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','write','\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20field\x20values\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','\x20\x20WHERE\x20OPERATORS','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','delete','/api/{appCode}/','\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','Get\x20a\x20single\x20record\x20by\x20ID','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','body','create','helpExtra','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','filter','operation','8VuRsng','Preview:\x20data\x20','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27','143uJlnql','map','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','aggregate','\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','POST','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27','description','risk','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','849408PpeFrj','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','Example:\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','read','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','data','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','407657tWZMmg','join','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','getOne','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}','4FkxAqp','965256uSEFvq','1282470hgKYwu','command','3DrGPEc','params','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','paramsRequired','\x20on\x20dataset\x20','JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','update','6378778bxCKcr','\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','45VlDnDL','528825umYPon'];a16_0x1ca2=function(){return _0x22a775;};return a16_0x1ca2();}import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a16_0x1375d7(0xc6),'operation':'filter','risk':a16_0x1375d7(0xde),'paramsRequired':![],'description':'Filter\x20dataset\x20records\x20with\x20query\x20conditions','paramsHint':a16_0x1375d7(0x92)+a16_0x1375d7(0xd0),'helpExtra':[a16_0x1375d7(0xba),a16_0x1375d7(0x8b),a16_0x1375d7(0xda),a16_0x1375d7(0x94),a16_0x1375d7(0xa2),'\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}',a16_0x1375d7(0xca),a16_0x1375d7(0x95),a16_0x1375d7(0xad),a16_0x1375d7(0xdc),a16_0x1375d7(0x8d),'',a16_0x1375d7(0xa6),a16_0x1375d7(0xdf),a16_0x1375d7(0xd2),'','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)',a16_0x1375d7(0xd9),a16_0x1375d7(0xc5),a16_0x1375d7(0x93),'\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)',a16_0x1375d7(0xb7),'',a16_0x1375d7(0xac),'\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.',a16_0x1375d7(0xd3),'\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)']['join']('\x0a')},{'command':a16_0x1375d7(0x91),'operation':a16_0x1375d7(0x91),'risk':a16_0x1375d7(0xde),'paramsRequired':!![],'description':a16_0x1375d7(0xc0),'paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'},{'command':a16_0x1375d7(0xc3),'operation':a16_0x1375d7(0xc3),'risk':'write','paramsRequired':!![],'description':a16_0x1375d7(0xd5),'paramsHint':a16_0x1375d7(0xcc)},{'command':'batchCreate','operation':a16_0x1375d7(0xae),'risk':a16_0x1375d7(0xb8),'paramsRequired':!![],'description':a16_0x1375d7(0xbb),'paramsHint':a16_0x1375d7(0x9f)},{'command':'update','operation':a16_0x1375d7(0xa0),'risk':a16_0x1375d7(0xb8),'paramsRequired':!![],'description':a16_0x1375d7(0xb2),'paramsHint':a16_0x1375d7(0xd6)},{'command':a16_0x1375d7(0xbc),'operation':'delete','risk':a16_0x1375d7(0xa8),'paramsRequired':!![],'description':a16_0x1375d7(0xcb),'paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'},{'command':a16_0x1375d7(0xd1),'operation':a16_0x1375d7(0xd1),'risk':a16_0x1375d7(0xde),'paramsRequired':![],'description':a16_0x1375d7(0x90),'paramsHint':'JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20'+a16_0x1375d7(0xdd),'helpExtra':['\x20\x20AGGREGATE\x20TYPES',a16_0x1375d7(0xb9),a16_0x1375d7(0x8c),a16_0x1375d7(0xaa),a16_0x1375d7(0xb1),a16_0x1375d7(0xa7),a16_0x1375d7(0x9c),a16_0x1375d7(0xb3),'','\x20\x20PARAMS\x20STRUCTURE','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]',a16_0x1375d7(0xbf),'\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]',a16_0x1375d7(0xa9),a16_0x1375d7(0xb5),'',a16_0x1375d7(0xaf),a16_0x1375d7(0xbe),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','',a16_0x1375d7(0xc1),a16_0x1375d7(0xcd)][a16_0x1375d7(0x8f)]('\x0a')}];function makeDataCommand(_0x5e20a7){const _0xc9fc5c=a16_0x1375d7,_0x2e35a9='data\x20'+_0x5e20a7['command'],_0x4e4f71={'service':_0xc9fc5c(0x8a),'command':_0x5e20a7[_0xc9fc5c(0x99)],'description':_0x5e20a7[_0xc9fc5c(0xd7)],'risk':_0x5e20a7['risk'],'helpExtra':_0x5e20a7[_0xc9fc5c(0xc4)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x5e20a7['paramsHint']}],'validate':async _0x481c6c=>{const _0x1348db=_0xc9fc5c;_0x5e20a7[_0x1348db(0x9d)]&&requireAnyOf(_0x481c6c,[_0x1348db(0x9b)],_0x2e35a9),_0x5e20a7[_0x1348db(0xc7)]===_0x1348db(0xae)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x481c6c[_0x1348db(0xb4)]('params')));},async 'execute'(_0x30aeb){const _0xd5db6=_0xc9fc5c,_0x3bd2d9=_0x30aeb[_0xd5db6(0xb4)](_0xd5db6(0xb0)),_0x3e35d5=_0x5e20a7[_0xd5db6(0xc7)]===_0xd5db6(0xae)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x30aeb[_0xd5db6(0xb4)](_0xd5db6(0x9b)))):parseJsonParams(_0x30aeb['str'](_0xd5db6(0x9b)))??{},_0x5c11ca=Date[_0xd5db6(0xa5)](),_0x39cac2=await executeData(_0x3bd2d9,_0x5e20a7[_0xd5db6(0xc7)],_0x3e35d5),_0x38ad1c=Date[_0xd5db6(0xa5)]()-_0x5c11ca;return{'ok':!![],'data':{'result':_0x39cac2,'elapsed':_0x38ad1c},'message':'data\x20'+_0x5e20a7[_0xd5db6(0x99)]+'\x20completed\x20in\x20'+_0x38ad1c+'ms'};}};return _0x5e20a7[_0xc9fc5c(0xd8)]!==_0xc9fc5c(0xde)&&(_0x4e4f71['dryRun']=async _0xa3d68c=>{const _0x2183cc=_0xc9fc5c,_0x48f97f=_0xa3d68c[_0x2183cc(0xb4)]('code'),_0x1d7824=_0x5e20a7[_0x2183cc(0xc7)]===_0x2183cc(0xae)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0xa3d68c['str'](_0x2183cc(0x9b)))):parseJsonParams(_0xa3d68c[_0x2183cc(0xb4)](_0x2183cc(0x9b)))??{};return dryRun(_0x2183cc(0xd4),_0x2183cc(0xbd)+_0x48f97f+'/'+_0x5e20a7['operation'])[_0x2183cc(0xc2)](_0x1d7824)[_0x2183cc(0xd7)](_0x2183cc(0xc9)+_0x5e20a7[_0x2183cc(0x99)]+_0x2183cc(0x9e)+_0x48f97f)[_0x2183cc(0xb6)]();}),_0x4e4f71;}export const dataDefinitions=specs[a16_0x1375d7(0xcf)](makeDataCommand);