@lovrabet/lovrabet-cli 2.1.7-beta.4 → 2.1.7-beta.5

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 (112) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/api-doc/index.js +1 -1
  3. package/lib/commands/app/cache.js +1 -1
  4. package/lib/commands/app/definitions.js +1 -1
  5. package/lib/commands/app/eligibility.js +1 -1
  6. package/lib/commands/app/mock-loader.js +1 -1
  7. package/lib/commands/app/remote-source.js +1 -1
  8. package/lib/commands/app/shared.js +1 -1
  9. package/lib/commands/app-config/get.js +1 -1
  10. package/lib/commands/app-config/index.js +1 -1
  11. package/lib/commands/app-config/shared.js +1 -1
  12. package/lib/commands/artifact/index.js +1 -1
  13. package/lib/commands/auth/index.js +1 -1
  14. package/lib/commands/auth/prompt.js +1 -1
  15. package/lib/commands/bff/detail.js +1 -1
  16. package/lib/commands/bff/exec.js +1 -1
  17. package/lib/commands/bff/index.js +1 -1
  18. package/lib/commands/cli-skill/index.js +1 -1
  19. package/lib/commands/common/config-policy.js +1 -1
  20. package/lib/commands/common/constraints.js +1 -1
  21. package/lib/commands/common/flags.js +1 -1
  22. package/lib/commands/config/definitions.js +1 -1
  23. package/lib/commands/config/shared.js +1 -1
  24. package/lib/commands/data/index.js +1 -1
  25. package/lib/commands/dataset/detail.js +1 -1
  26. package/lib/commands/dataset/index.js +1 -1
  27. package/lib/commands/dataset/list.js +1 -1
  28. package/lib/commands/dataset/sdk-doc.js +1 -1
  29. package/lib/commands/doctor.js +1 -1
  30. package/lib/commands/init.js +1 -1
  31. package/lib/commands/kb/index.js +1 -1
  32. package/lib/commands/logs/index.js +1 -1
  33. package/lib/commands/personal-bff/index.js +1 -1
  34. package/lib/commands/registry.js +1 -1
  35. package/lib/commands/schema.js +1 -1
  36. package/lib/commands/service/dynamic.js +1 -1
  37. package/lib/commands/service/index.js +1 -1
  38. package/lib/commands/service/registry.js +1 -1
  39. package/lib/commands/skill/commands/create.js +1 -1
  40. package/lib/commands/skill/commands/install.js +1 -1
  41. package/lib/commands/skill/commands/list.js +1 -1
  42. package/lib/commands/skill/commands/push.js +1 -1
  43. package/lib/commands/skill/commands/validate.js +1 -1
  44. package/lib/commands/skill/flags.js +1 -1
  45. package/lib/commands/skill/index.js +1 -1
  46. package/lib/commands/skill/manifest-helpers.js +1 -1
  47. package/lib/commands/skill/push-retarget.js +1 -1
  48. package/lib/commands/skill/scopes.js +1 -1
  49. package/lib/commands/skill/summary.js +1 -1
  50. package/lib/commands/skill/templates.js +1 -1
  51. package/lib/commands/skill/validate.js +1 -1
  52. package/lib/commands/sql/detail.js +1 -1
  53. package/lib/commands/sql/exec.js +1 -1
  54. package/lib/commands/sql/index.js +1 -1
  55. package/lib/commands/update.js +1 -1
  56. package/lib/commands/workspace/index.js +1 -1
  57. package/lib/config/schema.js +1 -1
  58. package/lib/constant/app.js +1 -1
  59. package/lib/constant/auth-mode.js +1 -1
  60. package/lib/constant/cli.js +1 -1
  61. package/lib/constant/defaults.js +1 -1
  62. package/lib/constant/distribution.js +1 -1
  63. package/lib/constant/domain.js +1 -1
  64. package/lib/constant/env.js +1 -1
  65. package/lib/constant/output.js +1 -1
  66. package/lib/constant/product.js +1 -1
  67. package/lib/constant/risk.js +1 -1
  68. package/lib/constant/url.js +1 -1
  69. package/lib/context.js +1 -1
  70. package/lib/core/api-client.js +1 -1
  71. package/lib/core/db-resolver.js +1 -1
  72. package/lib/core/sdk-client.js +1 -1
  73. package/lib/errors.js +1 -1
  74. package/lib/framework/build-all-flags.js +1 -1
  75. package/lib/framework/dryrun.js +1 -1
  76. package/lib/framework/flags.js +1 -1
  77. package/lib/framework/help.js +1 -1
  78. package/lib/framework/index.js +1 -1
  79. package/lib/framework/output.js +1 -1
  80. package/lib/framework/preparse.js +1 -1
  81. package/lib/framework/response.js +1 -1
  82. package/lib/framework/runner-confirmation.js +1 -1
  83. package/lib/framework/runner-error.js +1 -1
  84. package/lib/framework/runner.js +1 -1
  85. package/lib/framework/schema-export.js +1 -1
  86. package/lib/framework/service-order.js +1 -0
  87. package/lib/framework/types.js +1 -1
  88. package/lib/generated/build-info.js +1 -1
  89. package/lib/help.js +1 -1
  90. package/lib/skills/npx-skills-add.js +1 -1
  91. package/lib/skills/runtime-skill-sync/constants.js +1 -1
  92. package/lib/skills/runtime-skill-sync/fs-utils.js +1 -1
  93. package/lib/skills/runtime-skill-sync/hashing.js +1 -1
  94. package/lib/skills/runtime-skill-sync/links.js +1 -1
  95. package/lib/skills/runtime-skill-sync/list-local.js +1 -1
  96. package/lib/skills/runtime-skill-sync/local-files.js +1 -1
  97. package/lib/skills/runtime-skill-sync/materialize.js +1 -1
  98. package/lib/skills/runtime-skill-sync/metadata.js +1 -1
  99. package/lib/skills/runtime-skill-sync/paths.js +1 -1
  100. package/lib/skills/runtime-skill-sync/push.js +1 -1
  101. package/lib/skills/runtime-skill-sync/scopes.js +1 -1
  102. package/lib/skills/runtime-skill-sync/zip-codec.js +1 -1
  103. package/lib/skills/runtime-skill-sync/zip-package.js +1 -1
  104. package/lib/skills/runtime-skill-sync.js +1 -1
  105. package/lib/utils/apply-jq-filter.js +1 -1
  106. package/lib/utils/logger.js +1 -1
  107. package/lib/utils/params.js +1 -1
  108. package/lib/utils/platform.js +1 -1
  109. package/lib/utils/update-notice.js +1 -1
  110. package/lib/utils/version.js +1 -1
  111. package/lib/utils/write-cli-side-channel.js +1 -1
  112. package/package.json +1 -1
@@ -1 +1 @@
1
- const a15_0x3af23b=a15_0x1c29;(function(_0x18dc6f,_0x1456d4){const _0x2d0c0d=a15_0x1c29,_0x125a87=_0x18dc6f();while(!![]){try{const _0x542142=parseInt(_0x2d0c0d(0xad))/0x1+-parseInt(_0x2d0c0d(0xa6))/0x2+-parseInt(_0x2d0c0d(0xac))/0x3*(parseInt(_0x2d0c0d(0xb3))/0x4)+parseInt(_0x2d0c0d(0xa7))/0x5+-parseInt(_0x2d0c0d(0xae))/0x6+parseInt(_0x2d0c0d(0xa9))/0x7+-parseInt(_0x2d0c0d(0xb2))/0x8;if(_0x542142===_0x1456d4)break;else _0x125a87['push'](_0x125a87['shift']());}catch(_0x39e044){_0x125a87['push'](_0x125a87['shift']());}}}(a15_0x5d02,0xc5c21));import{executeSdkBff}from'../../core/sdk-client.js';function a15_0x1c29(_0x1279c2,_0x2e713a){_0x1279c2=_0x1279c2-0xa6;const _0x5d02dd=a15_0x5d02();let _0x1c29b7=_0x5d02dd[_0x1279c2];return _0x1c29b7;}function a15_0x5d02(){const _0x2147c9=['7628535jeOFUn','exec','4010524Kpqzem','BFF\x20function\x20name\x20to\x20execute','params','835653likfEd','1505501mObHQv','7438464oYqUKI','now','str','name','29552oxLgoY','4JqcKNf','2544268ksGgVp'];a15_0x5d02=function(){return _0x2147c9;};return a15_0x5d02();}import{parseJsonParams}from'../../utils/params.js';import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':'bff','command':a15_0x3af23b(0xa8),'description':'Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','risk':'read','flags':[{...NAME_FLAG,'required':!![],'description':a15_0x3af23b(0xaa)},PARAMS_FLAG],async 'execute'(_0x532064){const _0x1e6b10=a15_0x3af23b,_0x2ed133=parseJsonParams(_0x532064[_0x1e6b10(0xb0)](_0x1e6b10(0xab))),_0xf68819=Date[_0x1e6b10(0xaf)](),_0x5cbf25=await executeSdkBff(_0x532064[_0x1e6b10(0xb0)](_0x1e6b10(0xb1)),_0x2ed133),_0x279c15=Date[_0x1e6b10(0xaf)]()-_0xf68819;return{'ok':!![],'data':{'result':_0x5cbf25,'elapsed':_0x279c15},'message':'BFF\x20executed\x20in\x20'+_0x279c15+'ms'};}};
1
+ const a15_0xdc5591=a15_0x4ab5;(function(_0x3f7356,_0x192c2f){const _0x10636f=a15_0x4ab5,_0xbcafda=_0x3f7356();while(!![]){try{const _0x58cd97=parseInt(_0x10636f(0x171))/0x1*(parseInt(_0x10636f(0x176))/0x2)+-parseInt(_0x10636f(0x16f))/0x3*(-parseInt(_0x10636f(0x170))/0x4)+-parseInt(_0x10636f(0x16d))/0x5*(-parseInt(_0x10636f(0x169))/0x6)+parseInt(_0x10636f(0x16e))/0x7+-parseInt(_0x10636f(0x168))/0x8+-parseInt(_0x10636f(0x166))/0x9*(parseInt(_0x10636f(0x177))/0xa)+-parseInt(_0x10636f(0x16a))/0xb;if(_0x58cd97===_0x192c2f)break;else _0xbcafda['push'](_0xbcafda['shift']());}catch(_0x191e04){_0xbcafda['push'](_0xbcafda['shift']());}}}(a15_0x47c1,0x9ff4b));function a15_0x4ab5(_0x3ef32e,_0x51f01e){_0x3ef32e=_0x3ef32e-0x166;const _0x47c17c=a15_0x47c1();let _0x4ab569=_0x47c17c[_0x3ef32e];return _0x4ab569;}import{executeSdkBff}from'../../core/sdk-client.js';function a15_0x47c1(){const _0x470b08=['1197488kAPYVB','str','now','read','name','2YYuRCG','3231530BLlLWB','Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','9qAJicB','bff','9951248Yxrcio','4938qioPHi','24450052nZfBjt','BFF\x20function\x20name\x20to\x20execute','params','6500KnatMt','9078748FfBUva','6SeigxY','1761236lZvwdE'];a15_0x47c1=function(){return _0x470b08;};return a15_0x47c1();}import{parseJsonParams}from'../../utils/params.js';import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':a15_0xdc5591(0x167),'command':'exec','description':a15_0xdc5591(0x178),'risk':a15_0xdc5591(0x174),'flags':[{...NAME_FLAG,'required':!![],'description':a15_0xdc5591(0x16b)},PARAMS_FLAG],async 'execute'(_0x39a60a){const _0x4157ee=a15_0xdc5591,_0x5d20b1=parseJsonParams(_0x39a60a[_0x4157ee(0x172)](_0x4157ee(0x16c))),_0x996576=Date[_0x4157ee(0x173)](),_0x56660d=await executeSdkBff(_0x39a60a[_0x4157ee(0x172)](_0x4157ee(0x175)),_0x5d20b1),_0x48f14b=Date[_0x4157ee(0x173)]()-_0x996576;return{'ok':!![],'data':{'result':_0x56660d,'elapsed':_0x48f14b},'message':'BFF\x20executed\x20in\x20'+_0x48f14b+'ms'};}};
@@ -1 +1 @@
1
- (function(_0x3a66aa,_0x24acd8){const _0x3e3e80=a16_0x4c30,_0x2d715d=_0x3a66aa();while(!![]){try{const _0x55027f=parseInt(_0x3e3e80(0x169))/0x1*(parseInt(_0x3e3e80(0x16c))/0x2)+parseInt(_0x3e3e80(0x168))/0x3*(parseInt(_0x3e3e80(0x171))/0x4)+parseInt(_0x3e3e80(0x167))/0x5*(-parseInt(_0x3e3e80(0x16b))/0x6)+-parseInt(_0x3e3e80(0x16e))/0x7+-parseInt(_0x3e3e80(0x16d))/0x8*(parseInt(_0x3e3e80(0x16a))/0x9)+-parseInt(_0x3e3e80(0x16f))/0xa+parseInt(_0x3e3e80(0x170))/0xb;if(_0x55027f===_0x24acd8)break;else _0x2d715d['push'](_0x2d715d['shift']());}catch(_0x19a5d4){_0x2d715d['push'](_0x2d715d['shift']());}}}(a16_0x2c91,0x508b7));import{bffDetail}from'../../commands/bff/detail.js';import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];function a16_0x4c30(_0x373f0e,_0xbb7ccc){_0x373f0e=_0x373f0e-0x167;const _0x2c9178=a16_0x2c91();let _0x4c30f4=_0x2c9178[_0x373f0e];return _0x4c30f4;}function a16_0x2c91(){const _0x4e40a3=['156DtxCze','208504pWbnip','656176CMkWUY','3345237nNlCce','2322790oYUrNM','6735850kEzGZZ','2255884KaiQtl','43300Lnxaka','3TCQNuu','4bjaUhw','36ZMaWcN'];a16_0x2c91=function(){return _0x4e40a3;};return a16_0x2c91();}
1
+ function a16_0x5a18(){const _0x4cc7e5=['2711196YahDcz','7FJFCvG','6627992biEsAp','873440zNtxdk','2204040DgCmoV','10cwBASw','307194PgOfYm','652136ROUbgL','171UvgGJT','1212170TYyXHA'];a16_0x5a18=function(){return _0x4cc7e5;};return a16_0x5a18();}(function(_0x4c5e6d,_0x19c29c){const _0x2b1601=a16_0x58a6,_0x52ca44=_0x4c5e6d();while(!![]){try{const _0x37919e=-parseInt(_0x2b1601(0x92))/0x1+-parseInt(_0x2b1601(0x90))/0x2*(parseInt(_0x2b1601(0x91))/0x3)+parseInt(_0x2b1601(0x8e))/0x4+-parseInt(_0x2b1601(0x8f))/0x5+parseInt(_0x2b1601(0x8b))/0x6+-parseInt(_0x2b1601(0x8c))/0x7*(parseInt(_0x2b1601(0x8d))/0x8)+parseInt(_0x2b1601(0x93))/0x9*(parseInt(_0x2b1601(0x8a))/0xa);if(_0x37919e===_0x19c29c)break;else _0x52ca44['push'](_0x52ca44['shift']());}catch(_0x50c818){_0x52ca44['push'](_0x52ca44['shift']());}}}(a16_0x5a18,0x83d0c));import{bffDetail}from'../../commands/bff/detail.js';import{bffExec}from'../../commands/bff/exec.js';function a16_0x58a6(_0xba2ae3,_0x44c5b5){_0xba2ae3=_0xba2ae3-0x8a;const _0x5a18fb=a16_0x5a18();let _0x58a607=_0x5a18fb[_0xba2ae3];return _0x58a607;}export const bffDefinitions=[bffDetail,bffExec];
@@ -1 +1 @@
1
- const a17_0x1b0019=a17_0x54a6;function a17_0x3170(){const _0x10867=['51331AXVkZv','745tbOzXl','log','Install\x20the\x20CLI\x20Built-in\x20Skill\x20required\x20by\x20Lovrabet\x20runtime','unknown','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.','4121667PUZKLD','../../skills/npx-skills-add.js','CLI\x20Built-in\x20Skill\x20installed','150ropAXV','nonInteractive','error','cli-skill','447095iybIMY','144GpLjIg','setLogPath','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20npx\x20skills\x20add\x20','cli-skill-install','13218pCiSnq','\x20-g\x20-y)...','install','31030lVilXX','\x20-g\x20-y','apiError','info','write','cwd','306252biErkY','3476HWKKwI','Skipped\x20npx\x20(','1958TqojbX','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(npx\x20skills\x20add\x20','pipe','skipped','inherit'];a17_0x3170=function(){return _0x10867;};return a17_0x3170();}function a17_0x54a6(_0x4c38a8,_0x5c07fc){_0x4c38a8=_0x4c38a8-0x147;const _0x31706d=a17_0x3170();let _0x54a635=_0x31706d[_0x4c38a8];return _0x54a635;}(function(_0x506750,_0x3c5107){const _0x297109=a17_0x54a6,_0xdd061=_0x506750();while(!![]){try{const _0x2f4499=parseInt(_0x297109(0x15b))/0x1+-parseInt(_0x297109(0x149))/0x2*(-parseInt(_0x297109(0x157))/0x3)+parseInt(_0x297109(0x169))/0x4+-parseInt(_0x297109(0x14f))/0x5*(-parseInt(_0x297109(0x160))/0x6)+-parseInt(_0x297109(0x14e))/0x7*(parseInt(_0x297109(0x15c))/0x8)+parseInt(_0x297109(0x154))/0x9+parseInt(_0x297109(0x163))/0xa*(-parseInt(_0x297109(0x147))/0xb);if(_0x2f4499===_0x3c5107)break;else _0xdd061['push'](_0xdd061['shift']());}catch(_0xbab6bf){_0xdd061['push'](_0xdd061['shift']());}}}(a17_0x3170,0x3c204));import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a17_0x1b0019(0x15a),'command':a17_0x1b0019(0x162),'description':a17_0x1b0019(0x151),'risk':a17_0x1b0019(0x167),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x20c9e8){const _0x1b6481=a17_0x1b0019;logger[_0x1b6481(0x15d)](process[_0x1b6481(0x168)]()),logger[_0x1b6481(0x166)](_0x1b6481(0x15f),_0x1b6481(0x153));const {LOVRABET_SKILL_SOURCE:_0x15d3b6,LOVRABET_SKIP_NPX_SKILLS_ENV:_0x5def0a,runNpxSkillsAddGlobal:_0x27fb09}=await import(_0x1b6481(0x155)),_0x5e86b1=_0x20c9e8[_0x1b6481(0x158)]?_0x1b6481(0x14b):_0x1b6481(0x14d);console['log'](_0x1b6481(0x14a)+_0x15d3b6+_0x1b6481(0x161));const _0x52d4c8=_0x27fb09(process['cwd'](),_0x15d3b6,{'stdio':_0x5e86b1});if(_0x52d4c8[_0x1b6481(0x14c)])console['log'](_0x1b6481(0x148)+_0x5def0a+'=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.');else{if(_0x52d4c8['ok'])console[_0x1b6481(0x150)](_0x1b6481(0x156));else throw CliErrors[_0x1b6481(0x165)]('npx\x20skills\x20add\x20failed:\x20'+(_0x52d4c8[_0x1b6481(0x159)]||_0x1b6481(0x152)),_0x1b6481(0x15e)+_0x15d3b6+_0x1b6481(0x164));}return{'ok':!![]};}}];
1
+ const a17_0x4e1615=a17_0x3669;(function(_0x39f845,_0x45b5fc){const _0x3b25df=a17_0x3669,_0x4e5f63=_0x39f845();while(!![]){try{const _0x55e372=parseInt(_0x3b25df(0x8b))/0x1+-parseInt(_0x3b25df(0x9e))/0x2+-parseInt(_0x3b25df(0x94))/0x3+parseInt(_0x3b25df(0xa0))/0x4+-parseInt(_0x3b25df(0x89))/0x5+-parseInt(_0x3b25df(0x98))/0x6*(parseInt(_0x3b25df(0x9b))/0x7)+parseInt(_0x3b25df(0x92))/0x8;if(_0x55e372===_0x45b5fc)break;else _0x4e5f63['push'](_0x4e5f63['shift']());}catch(_0x1f8e0b){_0x4e5f63['push'](_0x4e5f63['shift']());}}}(a17_0x192e,0x5595f));function a17_0x3669(_0x508612,_0x1bb334){_0x508612=_0x508612-0x89;const _0x192ee6=a17_0x192e();let _0x366900=_0x192ee6[_0x508612];return _0x366900;}function a17_0x192e(){const _0x496d50=['nonInteractive','507944IflQgU','cli-skill','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.','../../skills/npx-skills-add.js','CLI\x20Built-in\x20Skill\x20installed','cwd','pipe','12074664funIRS','\x20-g\x20-y','210675iojFkw','npx\x20skills\x20add\x20failed:\x20','apiError','skipped','18tFnbBx','error','unknown','799736hNLZUb','setLogPath','cli-skill-install','1204820ZKptSO','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20npx\x20skills\x20add\x20','177448xFwqpq','Skipped\x20npx\x20(','inherit','log','info','=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','write','Install\x20the\x20CLI\x20Built-in\x20Skill\x20required\x20by\x20Lovrabet\x20runtime','3478505RagiSf'];a17_0x192e=function(){return _0x496d50;};return a17_0x192e();}import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a17_0x4e1615(0x8c),'command':'install','description':a17_0x4e1615(0xa7),'risk':a17_0x4e1615(0xa6),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x40bf1a){const _0x23c0ce=a17_0x4e1615;logger[_0x23c0ce(0x9c)](process[_0x23c0ce(0x90)]()),logger[_0x23c0ce(0xa4)](_0x23c0ce(0x9d),_0x23c0ce(0x8d));const {LOVRABET_SKILL_SOURCE:_0x5b0f55,LOVRABET_SKIP_NPX_SKILLS_ENV:_0x2397bf,runNpxSkillsAddGlobal:_0x38f4fb}=await import(_0x23c0ce(0x8e)),_0xe67ec=_0x40bf1a[_0x23c0ce(0x8a)]?_0x23c0ce(0x91):_0x23c0ce(0xa2);console[_0x23c0ce(0xa3)]('Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(npx\x20skills\x20add\x20'+_0x5b0f55+'\x20-g\x20-y)...');const _0x1514c5=_0x38f4fb(process[_0x23c0ce(0x90)](),_0x5b0f55,{'stdio':_0xe67ec});if(_0x1514c5[_0x23c0ce(0x97)])console[_0x23c0ce(0xa3)](_0x23c0ce(0xa1)+_0x2397bf+_0x23c0ce(0xa5));else{if(_0x1514c5['ok'])console[_0x23c0ce(0xa3)](_0x23c0ce(0x8f));else throw CliErrors[_0x23c0ce(0x96)](_0x23c0ce(0x95)+(_0x1514c5[_0x23c0ce(0x99)]||_0x23c0ce(0x9a)),_0x23c0ce(0x9f)+_0x5b0f55+_0x23c0ce(0x93));}return{'ok':!![]};}}];
@@ -1 +1 @@
1
- (function(_0x1379ad,_0x44fd13){const _0x2af224=a18_0x58bb,_0x1608f0=_0x1379ad();while(!![]){try{const _0x248ed7=parseInt(_0x2af224(0xb0))/0x1+parseInt(_0x2af224(0xa4))/0x2*(parseInt(_0x2af224(0xae))/0x3)+parseInt(_0x2af224(0xaf))/0x4*(parseInt(_0x2af224(0xa3))/0x5)+-parseInt(_0x2af224(0xa1))/0x6+parseInt(_0x2af224(0xa5))/0x7*(-parseInt(_0x2af224(0x9c))/0x8)+-parseInt(_0x2af224(0xa2))/0x9*(-parseInt(_0x2af224(0xa9))/0xa)+parseInt(_0x2af224(0xab))/0xb*(-parseInt(_0x2af224(0xad))/0xc);if(_0x248ed7===_0x44fd13)break;else _0x1608f0['push'](_0x1608f0['shift']());}catch(_0xf6847f){_0x1608f0['push'](_0x1608f0['shift']());}}}(a18_0x3607,0xd91cf));import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG}from'../../constant/product.js';export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';function a18_0x3607(){const _0x153068=['project-default','newConfigFileName','inProject','5466972iwoAYO','9LBlTdI','8534480zLirZk','4766bzdeha','10304644quldbX','\x20(global)','project','Not\x20inside\x20a\x20project\x20(no\x20','5844940CLWlUl','project-or-global-explicit','754039nQDqFB','global','48qXquKQ','1221Dqidat','4kYrRkG','285474WdDvIi','Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','8JMHdWO','validation'];a18_0x3607=function(){return _0x153068;};return a18_0x3607();}function a18_0x58bb(_0x19b552,_0xe1b8ba){_0x19b552=_0x19b552-0x9c;const _0x36071f=a18_0x3607();let _0x58bbc7=_0x36071f[_0x19b552];return _0x58bbc7;}export{OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{isInProject}from'../../context.js';import{CliErrors}from'../../errors.js';export{buildAppProfileListFields,CONFIG_ENUM_VALUES,IMPORTABLE_RUNTIME_CONFIG_KEYS,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getConfigDefaultValue,getConfigEnumValues,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isLegacyCompatConfigKey,isTopLevelConfigKey}from'../../config/schema.js';export function resolveConfigScope(_0x54b733){const _0x425b49=a18_0x58bb,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x3d4f29}=_0x54b733;if(explicitGlobal&&explicitProject)throw CliErrors[_0x425b49(0x9d)](_0x425b49(0xb1),'Use\x20only\x20one\x20config\x20scope\x20flag.');if(explicitGlobal)return _0x425b49(0xac);if(explicitProject)return _0x425b49(0xa7);switch(_0x3d4f29){case'global-default':return _0x425b49(0xac);case _0x425b49(0x9e):return _0x54b733[_0x425b49(0xa0)]??isInProject()?'project':_0x425b49(0xac);case _0x425b49(0xaa):if(!(_0x54b733[_0x425b49(0xa0)]??isInProject()))throw CliErrors[_0x425b49(0x9d)](_0x425b49(0xa8)+PRODUCT_CONFIG[_0x425b49(0x9f)]+'\x20found).','Add\x20--global\x20to\x20write\x20to\x20~/'+PRODUCT_CONFIG['newConfigFileName']+',\x20or\x20run\x20`'+CLI_BIN_NAME+'\x20init`\x20first.');return _0x425b49(0xa7);}}export function toScopeFlags(_0x6e4ea3){return{'global':_0x6e4ea3==='global'};}export function formatScopeLabel(_0x5795dd){const _0x206eba=a18_0x58bb;return _0x5795dd===_0x206eba(0xac)?_0x206eba(0xa6):'';}
1
+ (function(_0x18afbb,_0x3ce312){const _0x2f4c0e=a18_0x357c,_0x8d18ce=_0x18afbb();while(!![]){try{const _0x599e01=-parseInt(_0x2f4c0e(0x1eb))/0x1*(parseInt(_0x2f4c0e(0x201))/0x2)+parseInt(_0x2f4c0e(0x1fd))/0x3+-parseInt(_0x2f4c0e(0x1fe))/0x4*(parseInt(_0x2f4c0e(0x1fa))/0x5)+parseInt(_0x2f4c0e(0x1fc))/0x6*(-parseInt(_0x2f4c0e(0x1f6))/0x7)+parseInt(_0x2f4c0e(0x1f8))/0x8*(parseInt(_0x2f4c0e(0x200))/0x9)+parseInt(_0x2f4c0e(0x1f9))/0xa+parseInt(_0x2f4c0e(0x1f0))/0xb*(parseInt(_0x2f4c0e(0x1fb))/0xc);if(_0x599e01===_0x3ce312)break;else _0x8d18ce['push'](_0x8d18ce['shift']());}catch(_0x59e9b6){_0x8d18ce['push'](_0x8d18ce['shift']());}}}(a18_0x1d09,0x9ca89));import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG}from'../../constant/product.js';export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';function a18_0x1d09(){const _0x4453db=['global','\x20found).','55yZuDOb','validation','Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','Not\x20inside\x20a\x20project\x20(no\x20',',\x20or\x20run\x20`','global-default','630oYVPXP','\x20init`\x20first.','40xUShuK','8502320ZyMoyo','23460xjppTh','1988940ItGdpM','73398dUHawj','1000971CVGfem','324aCAEnp','newConfigFileName','1224927jVTxBw','5116RzheMm','Add\x20--global\x20to\x20write\x20to\x20~/','project','inProject','223vlZmUH','Use\x20only\x20one\x20config\x20scope\x20flag.','project-default'];a18_0x1d09=function(){return _0x4453db;};return a18_0x1d09();}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 a18_0x357c(_0x15f000,_0x2c2491){_0x15f000=_0x15f000-0x1e9;const _0x1d0965=a18_0x1d09();let _0x357c9c=_0x1d0965[_0x15f000];return _0x357c9c;}export function resolveConfigScope(_0x3df660){const _0x2b946a=a18_0x357c,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x147cf8}=_0x3df660;if(explicitGlobal&&explicitProject)throw CliErrors[_0x2b946a(0x1f1)](_0x2b946a(0x1f2),_0x2b946a(0x1ec));if(explicitGlobal)return _0x2b946a(0x1ee);if(explicitProject)return'project';switch(_0x147cf8){case _0x2b946a(0x1f5):return _0x2b946a(0x1ee);case _0x2b946a(0x1ed):return _0x3df660[_0x2b946a(0x1ea)]??isInProject()?_0x2b946a(0x1e9):_0x2b946a(0x1ee);case'project-or-global-explicit':if(!(_0x3df660[_0x2b946a(0x1ea)]??isInProject()))throw CliErrors[_0x2b946a(0x1f1)](_0x2b946a(0x1f3)+PRODUCT_CONFIG[_0x2b946a(0x1ff)]+_0x2b946a(0x1ef),_0x2b946a(0x202)+PRODUCT_CONFIG[_0x2b946a(0x1ff)]+_0x2b946a(0x1f4)+CLI_BIN_NAME+_0x2b946a(0x1f7));return'project';}}export function toScopeFlags(_0x43c926){const _0x14f181=a18_0x357c;return{'global':_0x43c926===_0x14f181(0x1ee)};}export function formatScopeLabel(_0x1a25b6){const _0x441872=a18_0x357c;return _0x1a25b6===_0x441872(0x1ee)?'\x20(global)':'';}
@@ -1 +1 @@
1
- function a19_0x10fd(){const _0x54915a=['Use\x20only\x20one\x20of:\x20','join','11119144MecGPL','30fHNQgv','149468wPZaYK','4089744NwrjTy','2904295CgFdMP','str','4892356BFomDL','map','\x20is\x20required\x20for\x20`','Provide\x20one\x20of:\x20','validation','At\x20least\x20one\x20of\x20','3349908VFZoBn','Invalid\x20--','6dDkLoK','27tbPtvM','87956PbZPeW','test','length','some','\x20are\x20mutually\x20exclusive\x20for\x20`',':\x20expected\x20'];a19_0x10fd=function(){return _0x54915a;};return a19_0x10fd();}(function(_0xda58e7,_0x517488){const _0x912a0b=a19_0x1714,_0x4d220d=_0xda58e7();while(!![]){try{const _0xb7e989=parseInt(_0x912a0b(0xd0))/0x1+-parseInt(_0x912a0b(0xc6))/0x2*(parseInt(_0x912a0b(0xc5))/0x3)+parseInt(_0x912a0b(0xc2))/0x4+parseInt(_0x912a0b(0xba))/0x5*(-parseInt(_0x912a0b(0xc4))/0x6)+parseInt(_0x912a0b(0xbc))/0x7+parseInt(_0x912a0b(0xce))/0x8+parseInt(_0x912a0b(0xb9))/0x9*(-parseInt(_0x912a0b(0xcf))/0xa);if(_0xb7e989===_0x517488)break;else _0x4d220d['push'](_0x4d220d['shift']());}catch(_0x1983a8){_0x4d220d['push'](_0x4d220d['shift']());}}}(a19_0x10fd,0xb3a5d));import{CliErrors}from'../../errors.js';function isSet(_0x546834,_0x8808ce){const _0x45c404=_0x546834['flag'](_0x8808ce);return _0x45c404!==undefined&&_0x45c404!==''&&_0x45c404!==![]&&_0x45c404!==0x0;}function fmtNames(_0xa56d47){const _0x8aba5e=a19_0x1714;return _0xa56d47[_0x8aba5e(0xbd)](_0x26b9f7=>'--'+_0x26b9f7)[_0x8aba5e(0xcd)](',\x20');}export function requireOneOf(_0x331ebb,_0x48046b,_0x371ba3){const _0x2caa71=a19_0x1714,_0x112cb9=_0x48046b['filter'](_0x3d91b1=>isSet(_0x331ebb,_0x3d91b1));if(_0x112cb9[_0x2caa71(0xc8)]!==0x1)throw CliErrors[_0x2caa71(0xc0)](_0x112cb9['length']===0x0?'Exactly\x20one\x20of\x20'+fmtNames(_0x48046b)+_0x2caa71(0xbe)+_0x371ba3+'`.':'Only\x20one\x20of\x20'+fmtNames(_0x48046b)+'\x20is\x20allowed,\x20found:\x20'+fmtNames(_0x112cb9)+'.',_0x112cb9[_0x2caa71(0xc8)]===0x0?_0x2caa71(0xbf)+fmtNames(_0x48046b):'Remove\x20all\x20but\x20one.');}export function requireAnyOf(_0x22f4d4,_0x332c22,_0x242df3){const _0x824d0b=a19_0x1714;if(!_0x332c22[_0x824d0b(0xc9)](_0x1c6494=>isSet(_0x22f4d4,_0x1c6494)))throw CliErrors[_0x824d0b(0xc0)](_0x824d0b(0xc1)+fmtNames(_0x332c22)+_0x824d0b(0xbe)+_0x242df3+'`.',_0x824d0b(0xbf)+fmtNames(_0x332c22));}export function mutuallyExclusive(_0x552ffc,_0x2b6974,_0x11e06d){const _0x997cf5=a19_0x1714,_0x337756=_0x2b6974['filter'](_0x3cb2e4=>isSet(_0x552ffc,_0x3cb2e4));if(_0x337756['length']>0x1)throw CliErrors[_0x997cf5(0xc0)]('Flags\x20'+fmtNames(_0x337756)+_0x997cf5(0xca)+_0x11e06d+'`.',_0x997cf5(0xcc)+fmtNames(_0x2b6974));}function a19_0x1714(_0x495c22,_0x5e181b){_0x495c22=_0x495c22-0xb9;const _0x10fd5d=a19_0x10fd();let _0x171457=_0x10fd5d[_0x495c22];return _0x171457;}export function validatePattern(_0x3c8c57,_0x481ca6,_0x538315,_0x2b6e32){const _0x42faaf=a19_0x1714,_0x442529=_0x3c8c57[_0x42faaf(0xbb)](_0x481ca6);if(_0x442529&&!_0x538315[_0x42faaf(0xc7)](_0x442529))throw CliErrors[_0x42faaf(0xc0)](_0x42faaf(0xc3)+_0x481ca6+_0x42faaf(0xcb)+_0x2b6e32+',\x20got\x20\x22'+_0x442529+'\x22.');}
1
+ (function(_0x3674ef,_0x44fe04){const _0x2c22d4=a19_0x4f9c,_0x5653c7=_0x3674ef();while(!![]){try{const _0x492765=parseInt(_0x2c22d4(0x13c))/0x1*(-parseInt(_0x2c22d4(0x12b))/0x2)+parseInt(_0x2c22d4(0x136))/0x3+-parseInt(_0x2c22d4(0x13a))/0x4*(parseInt(_0x2c22d4(0x12d))/0x5)+-parseInt(_0x2c22d4(0x130))/0x6+-parseInt(_0x2c22d4(0x137))/0x7+-parseInt(_0x2c22d4(0x146))/0x8+-parseInt(_0x2c22d4(0x13b))/0x9*(-parseInt(_0x2c22d4(0x140))/0xa);if(_0x492765===_0x44fe04)break;else _0x5653c7['push'](_0x5653c7['shift']());}catch(_0xad5ef9){_0x5653c7['push'](_0x5653c7['shift']());}}}(a19_0x7cbc,0xd0a03));function a19_0x7cbc(){const _0x19c874=['2499771niJaIE','7222089HGHFfZ','\x20is\x20allowed,\x20found:\x20','Exactly\x20one\x20of\x20','20mvcJrY','10541547GqQswA','1BPPeSw','test','map','flag','40OEeRCY','length','join','some','Flags\x20','Only\x20one\x20of\x20','9799864KmXAZX',':\x20expected\x20','2239000wiwbHC','\x20are\x20mutually\x20exclusive\x20for\x20`','552785suMIgU','\x20is\x20required\x20for\x20`','str','4409178tGIFWO','Remove\x20all\x20but\x20one.','Use\x20only\x20one\x20of:\x20','validation','Invalid\x20--',',\x20got\x20\x22'];a19_0x7cbc=function(){return _0x19c874;};return a19_0x7cbc();}import{CliErrors}from'../../errors.js';function isSet(_0x2ab17f,_0x527245){const _0x34f77c=a19_0x4f9c,_0x1b7b44=_0x2ab17f[_0x34f77c(0x13f)](_0x527245);return _0x1b7b44!==undefined&&_0x1b7b44!==''&&_0x1b7b44!==![]&&_0x1b7b44!==0x0;}function fmtNames(_0x10c9ae){const _0x54c36b=a19_0x4f9c;return _0x10c9ae[_0x54c36b(0x13e)](_0x28e162=>'--'+_0x28e162)[_0x54c36b(0x142)](',\x20');}export function requireOneOf(_0x404d46,_0x2c8c64,_0x3dbe08){const _0x5ea914=a19_0x4f9c,_0x406dbf=_0x2c8c64['filter'](_0x169463=>isSet(_0x404d46,_0x169463));if(_0x406dbf[_0x5ea914(0x141)]!==0x1)throw CliErrors[_0x5ea914(0x133)](_0x406dbf['length']===0x0?_0x5ea914(0x139)+fmtNames(_0x2c8c64)+_0x5ea914(0x12e)+_0x3dbe08+'`.':_0x5ea914(0x145)+fmtNames(_0x2c8c64)+_0x5ea914(0x138)+fmtNames(_0x406dbf)+'.',_0x406dbf[_0x5ea914(0x141)]===0x0?'Provide\x20one\x20of:\x20'+fmtNames(_0x2c8c64):_0x5ea914(0x131));}export function requireAnyOf(_0x520999,_0x2c3612,_0x185c11){const _0x2bb6cc=a19_0x4f9c;if(!_0x2c3612[_0x2bb6cc(0x143)](_0x509569=>isSet(_0x520999,_0x509569)))throw CliErrors['validation']('At\x20least\x20one\x20of\x20'+fmtNames(_0x2c3612)+_0x2bb6cc(0x12e)+_0x185c11+'`.','Provide\x20one\x20of:\x20'+fmtNames(_0x2c3612));}function a19_0x4f9c(_0x4640cc,_0x414576){_0x4640cc=_0x4640cc-0x12a;const _0x7cbc4=a19_0x7cbc();let _0x4f9c2d=_0x7cbc4[_0x4640cc];return _0x4f9c2d;}export function mutuallyExclusive(_0x42991c,_0x1401a6,_0x1c7d40){const _0x478005=a19_0x4f9c,_0x373f4f=_0x1401a6['filter'](_0x25c57b=>isSet(_0x42991c,_0x25c57b));if(_0x373f4f[_0x478005(0x141)]>0x1)throw CliErrors['validation'](_0x478005(0x144)+fmtNames(_0x373f4f)+_0x478005(0x12c)+_0x1c7d40+'`.',_0x478005(0x132)+fmtNames(_0x1401a6));}export function validatePattern(_0x4686fd,_0x400aa8,_0x1f6740,_0x4f12d7){const _0x178596=a19_0x4f9c,_0x4a291c=_0x4686fd[_0x178596(0x12f)](_0x400aa8);if(_0x4a291c&&!_0x1f6740[_0x178596(0x13d)](_0x4a291c))throw CliErrors[_0x178596(0x133)](_0x178596(0x134)+_0x400aa8+_0x178596(0x12a)+_0x4f12d7+_0x178596(0x135)+_0x4a291c+'\x22.');}
@@ -1 +1 @@
1
- function a20_0x31c3(_0x382e1e,_0x4adf78){_0x382e1e=_0x382e1e-0x8f;const _0x95507=a20_0x9550();let _0x31c373=_0x95507[_0x382e1e];return _0x31c373;}const a20_0x2a7190=a20_0x31c3;(function(_0x3a961f,_0x3ffa2a){const _0x2289f0=a20_0x31c3,_0x39d27c=_0x3a961f();while(!![]){try{const _0x5d1977=-parseInt(_0x2289f0(0xa3))/0x1*(parseInt(_0x2289f0(0x93))/0x2)+parseInt(_0x2289f0(0x90))/0x3+-parseInt(_0x2289f0(0x95))/0x4*(parseInt(_0x2289f0(0xa0))/0x5)+parseInt(_0x2289f0(0x92))/0x6*(parseInt(_0x2289f0(0x9c))/0x7)+-parseInt(_0x2289f0(0x9e))/0x8+parseInt(_0x2289f0(0x96))/0x9+parseInt(_0x2289f0(0x9f))/0xa;if(_0x5d1977===_0x3ffa2a)break;else _0x39d27c['push'](_0x39d27c['shift']());}catch(_0x5ee4be){_0x39d27c['push'](_0x39d27c['shift']());}}}(a20_0x9550,0x2e8f4));export const CODE_FLAG={'name':a20_0x2a7190(0x8f),'type':'string','required':!![],'description':'Dataset\x20code\x20(32-char\x20hex\x20UUID)','pattern':{'regex':/^[a-f0-9]{32}$/i,'description':'a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)'}};export const SQLCODE_FLAG={'name':'sqlcode','type':a20_0x2a7190(0x9b),'required':!![],'description':a20_0x2a7190(0x98),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a20_0x2a7190(0x91)}};export const VERBOSE_FLAG={'name':a20_0x2a7190(0x99),'type':a20_0x2a7190(0x97),'description':'Return\x20full\x20raw\x20response\x20object'};export const PARAMS_FLAG={'name':a20_0x2a7190(0x94),'type':a20_0x2a7190(0x9b),'description':a20_0x2a7190(0xa2)};export const NAME_FLAG={'name':a20_0x2a7190(0x9a),'type':a20_0x2a7190(0x9b),'description':'Resource\x20name\x20for\x20lookup'};export const ID_FLAG={'name':'id','type':a20_0x2a7190(0x9d),'required':!![],'description':a20_0x2a7190(0xa1)};function a20_0x9550(){const _0x16f5c6=['boolean','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','verbose','name','string','1518293iimOjV','number','1892200yvbgRX','2473000gaQJLv','985ooXyHg','Resource\x20ID','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','1znWNZk','code','129540UEZamQ','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','6CDFBzI','327926RgveOZ','params','3884guUTjB','2475936ZwkBCD'];a20_0x9550=function(){return _0x16f5c6;};return a20_0x9550();}
1
+ const a20_0x1eebd6=a20_0x419e;(function(_0x18a833,_0x3d6bfa){const _0x3159e8=a20_0x419e,_0x46d573=_0x18a833();while(!![]){try{const _0x2b6f61=-parseInt(_0x3159e8(0x1c7))/0x1*(-parseInt(_0x3159e8(0x1b8))/0x2)+-parseInt(_0x3159e8(0x1c4))/0x3+parseInt(_0x3159e8(0x1c2))/0x4+-parseInt(_0x3159e8(0x1c3))/0x5*(-parseInt(_0x3159e8(0x1c8))/0x6)+-parseInt(_0x3159e8(0x1bd))/0x7+parseInt(_0x3159e8(0x1c6))/0x8*(parseInt(_0x3159e8(0x1cb))/0x9)+-parseInt(_0x3159e8(0x1ce))/0xa*(-parseInt(_0x3159e8(0x1c1))/0xb);if(_0x2b6f61===_0x3d6bfa)break;else _0x46d573['push'](_0x46d573['shift']());}catch(_0x23ce3f){_0x46d573['push'](_0x46d573['shift']());}}}(a20_0x4f27,0x82c3e));export const CODE_FLAG={'name':a20_0x1eebd6(0x1c9),'type':'string','required':!![],'description':a20_0x1eebd6(0x1ca),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a20_0x1eebd6(0x1b9)}};export const SQLCODE_FLAG={'name':a20_0x1eebd6(0x1cd),'type':a20_0x1eebd6(0x1be),'required':!![],'description':a20_0x1eebd6(0x1bb),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a20_0x1eebd6(0x1bf)}};export const VERBOSE_FLAG={'name':a20_0x1eebd6(0x1c0),'type':a20_0x1eebd6(0x1d0),'description':'Return\x20full\x20raw\x20response\x20object'};export const PARAMS_FLAG={'name':'params','type':a20_0x1eebd6(0x1be),'description':a20_0x1eebd6(0x1cf)};export const NAME_FLAG={'name':a20_0x1eebd6(0x1bc),'type':a20_0x1eebd6(0x1be),'description':a20_0x1eebd6(0x1cc)};function a20_0x4f27(){const _0x3b1dc2=['340644xmbLMw','code','Dataset\x20code\x20(32-char\x20hex\x20UUID)','592776QihoQt','Resource\x20name\x20for\x20lookup','sqlcode','90YOqzsN','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','boolean','6rwjQqy','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','Resource\x20ID','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','name','4017930TwOlAC','string','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','verbose','108735UCRLBm','281260XkxjAB','25boKOlT','1085961YfBplx','number','104bOgObB','57403dUgvHV'];a20_0x4f27=function(){return _0x3b1dc2;};return a20_0x4f27();}function a20_0x419e(_0x52f995,_0x27e487){_0x52f995=_0x52f995-0x1b8;const _0x4f273f=a20_0x4f27();let _0x419e04=_0x4f273f[_0x52f995];return _0x419e04;}export const ID_FLAG={'name':'id','type':a20_0x1eebd6(0x1c5),'required':!![],'description':a20_0x1eebd6(0x1ba)};
@@ -1 +1 @@
1
- const a21_0x400502=a21_0x2da6;(function(_0x291fe1,_0x16be28){const _0x586b7f=a21_0x2da6,_0x39af90=_0x291fe1();while(!![]){try{const _0x497873=parseInt(_0x586b7f(0xe3))/0x1*(parseInt(_0x586b7f(0xe9))/0x2)+parseInt(_0x586b7f(0xd6))/0x3+-parseInt(_0x586b7f(0xcc))/0x4+-parseInt(_0x586b7f(0xe4))/0x5+parseInt(_0x586b7f(0xfa))/0x6*(-parseInt(_0x586b7f(0xd7))/0x7)+parseInt(_0x586b7f(0xde))/0x8*(-parseInt(_0x586b7f(0xe0))/0x9)+parseInt(_0x586b7f(0xf5))/0xa;if(_0x497873===_0x16be28)break;else _0x39af90['push'](_0x39af90['shift']());}catch(_0x3844f5){_0x39af90['push'](_0x39af90['shift']());}}}(a21_0x33fd,0x4c200));function a21_0x2da6(_0x4a2afd,_0x530071){_0x4a2afd=_0x4a2afd-0xc1;const _0x33fdd4=a21_0x33fd();let _0x2da691=_0x33fdd4[_0x4a2afd];return _0x2da691;}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':a21_0x400502(0xc6),'description':a21_0x400502(0xe8),'default':![]};function a21_0x33fd(){const _0x1ef517=['Deleted\x20`','boolean','\x22\x20is\x20not\x20settable.','set','\x22\x20not\x20found\x20at\x20top\x20level.','field','\x20\x20project:\x20','1939424PVdTux','project-or-global-explicit','Invalid\x20value\x20for\x20\x22','Config\x20files:\x0a','object','\x22.\x20Allowed:\x20','args','log','trim','\x20\x20global:\x20\x20','218025lYeYcA','329zqMGcZ','Missing\x20key\x20argument.','Key\x20not\x20found:\x20','`\x20=\x20\x22','Settable\x20keys:\x20','validation','global','8672WylDKO','format','4464RCrLMu','pageSize','apps','5349PGsbGi','2004375mBHZei','(none)','delete','Delete\x20a\x20config\x20value','Write\x20to\x20global\x20config','138wrmmHf','\x20config\x20get\x20<key>','value',';\x20apps.<alias>.appcode','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','bool','riskLevel','key','isArray','keys','stringify','Set\x20a\x20config\x20value','16279460TYqTwu','Usage:\x20','split','appcode','config','42702iNHwNp','\x20config\x20delete\x20<key>\x20[--global]','pageSize\x20must\x20be\x20a\x20positive\x20number','../../context.js','length','Set\x20`','join','Get\x20a\x20config\x20value','\x20(global)','includes','write','list','alias'];a21_0x33fd=function(){return _0x1ef517;};return a21_0x33fd();}function parseAliasAppcodeSetKey(_0x446371){const _0x2013e0=a21_0x400502,_0x4077b7=_0x446371[_0x2013e0(0xf7)]('.');if(_0x4077b7[_0x2013e0(0xfe)]!==0x3||_0x4077b7[0x0]!=='apps'||_0x4077b7[0x2]!==_0x2013e0(0xf8))return undefined;const _0x40a455=_0x4077b7[0x1]?.['trim']();return _0x40a455?_0x40a455:undefined;}function parseAliasDeleteKey(_0x31cbde){const _0x44d29a=a21_0x400502,_0x4aed47=_0x31cbde[_0x44d29a(0xf7)]('.');if(_0x4aed47['length']===0x2&&_0x4aed47[0x0]===_0x44d29a(0xe2)){const _0x259159=_0x4aed47[0x1]?.[_0x44d29a(0xd4)]();return _0x259159?{'alias':_0x259159}:undefined;}if(_0x4aed47[_0x44d29a(0xfe)]===0x3&&_0x4aed47[0x0]===_0x44d29a(0xe2)&&_0x4aed47[0x2]==='appcode'){const _0x26162e=_0x4aed47[0x1]?.[_0x44d29a(0xd4)]();return _0x26162e?{'alias':_0x26162e,'field':'appcode'}:undefined;}return undefined;}function setLocalAppAlias(_0x30e0ef,_0x44488d,_0x1531ce){const _0x49da40=a21_0x400502,_0x14ea89=_0x30e0ef[_0x49da40(0xe2)]&&typeof _0x30e0ef[_0x49da40(0xe2)]===_0x49da40(0xd0)&&!Array['isArray'](_0x30e0ef[_0x49da40(0xe2)])?_0x30e0ef[_0x49da40(0xe2)]:{},_0x206f8c=_0x14ea89[_0x44488d]&&typeof _0x14ea89[_0x44488d]===_0x49da40(0xd0)&&!Array['isArray'](_0x14ea89[_0x44488d])?_0x14ea89[_0x44488d]:{};_0x206f8c[_0x49da40(0xf8)]=_0x1531ce,_0x14ea89[_0x44488d]=_0x206f8c,_0x30e0ef[_0x49da40(0xe2)]=_0x14ea89;}function deleteLocalAppAlias(_0x3d5825,_0x344911){const _0x272de1=a21_0x400502;if(!_0x3d5825['apps']||typeof _0x3d5825['apps']!==_0x272de1(0xd0)||Array[_0x272de1(0xf1)](_0x3d5825[_0x272de1(0xe2)]))return![];const _0x54554e=_0x3d5825[_0x272de1(0xe2)],_0x4c6b23=_0x54554e[_0x344911['alias']];if(!_0x4c6b23||typeof _0x4c6b23!==_0x272de1(0xd0)||Array['isArray'](_0x4c6b23))return![];if(!_0x344911[_0x272de1(0xca)])return delete _0x54554e[_0x344911['alias']],!![];if(!(_0x344911[_0x272de1(0xca)]in _0x4c6b23))return![];return delete _0x4c6b23[_0x344911[_0x272de1(0xca)]],Object[_0x272de1(0xf2)](_0x4c6b23)['length']===0x0&&delete _0x54554e[_0x344911[_0x272de1(0xc4)]],!![];}const listDef={'service':a21_0x400502(0xf9),'command':a21_0x400502(0xc3),'description':'List\x20current\x20config','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x5a2950){const _0x15a02e=a21_0x400502,{buildConfigFromFlags:_0x59adfe}=await import(_0x15a02e(0xfd)),_0x5d3ad0=_0x59adfe({}),_0x281bad=getProjectConfigPath(),_0x4c7425=resolveWriteConfigPath(_0x15a02e(0xdd));if(_0x5a2950[_0x15a02e(0xdf)]==='pretty')return{'ok':!![],'message':_0x15a02e(0xed)+(JSON[_0x15a02e(0xf3)](_0x5d3ad0['raw'],null,0x2)+'\x0a\x0a')+_0x15a02e(0xcf)+(_0x15a02e(0xcb)+(_0x281bad??_0x15a02e(0xe5))+'\x0a')+(_0x15a02e(0xd5)+_0x4c7425)};return{'ok':!![],'data':{'effective':_0x5d3ad0['raw'],'configFiles':{'project':_0x281bad??null,'global':_0x4c7425}}};}},getDef={'service':'config','command':'get','description':a21_0x400502(0x101),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':'Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','required':!![]}],'flags':[],async 'execute'(_0x4eec2f){const _0x4ce6ed=a21_0x400502,_0x3685e6=_0x4eec2f['args'][0x0];if(!_0x3685e6)throw CliErrors[_0x4ce6ed(0xdc)](_0x4ce6ed(0xd8),_0x4ce6ed(0xf6)+CLI_BIN_NAME+_0x4ce6ed(0xea));const {buildConfigFromFlags:_0x1c1c65}=await import('../../context.js'),{raw:_0x4b20fb}=_0x1c1c65({});if(_0x3685e6[_0x4ce6ed(0xc1)]('.')){const _0x455626=_0x3685e6[_0x4ce6ed(0xf7)]('.');let _0x1e49d0=_0x4b20fb;for(const _0x5a9d23 of _0x455626){if(_0x1e49d0==null||typeof _0x1e49d0!==_0x4ce6ed(0xd0))throw CliErrors[_0x4ce6ed(0xdc)]('Key\x20not\x20found:\x20'+_0x3685e6);_0x1e49d0=_0x1e49d0[_0x5a9d23];}if(_0x1e49d0===undefined)throw CliErrors['validation'](_0x4ce6ed(0xd9)+_0x3685e6);return console['log'](typeof _0x1e49d0==='object'?JSON[_0x4ce6ed(0xf3)](_0x1e49d0,null,0x2):String(_0x1e49d0)),{'ok':!![]};}const _0x2ac6ba=_0x4b20fb[_0x3685e6];if(_0x2ac6ba===undefined)throw CliErrors[_0x4ce6ed(0xdc)]('Key\x20not\x20found:\x20'+_0x3685e6);return console['log'](typeof _0x2ac6ba===_0x4ce6ed(0xd0)?JSON[_0x4ce6ed(0xf3)](_0x2ac6ba,null,0x2):String(_0x2ac6ba)),{'ok':!![]};}},setDef={'service':'config','command':a21_0x400502(0xc8),'description':a21_0x400502(0xf4),'risk':a21_0x400502(0xc2),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a21_0x400502(0xf0),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a21_0x400502(0xeb),'description':'Value\x20to\x20assign','required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x1cdea2){const _0x22cac5=a21_0x400502,_0x52c9c4=_0x1cdea2['args'][0x0],_0x4b4d85=_0x1cdea2[_0x22cac5(0xd2)][0x1];if(!_0x52c9c4||_0x4b4d85===undefined)throw CliErrors['validation']('Missing\x20key\x20or\x20value.',_0x22cac5(0xf6)+CLI_BIN_NAME+'\x20config\x20set\x20<key>\x20<value>\x20[--global]');if(ENUM_KEYS[_0x52c9c4]&&!ENUM_KEYS[_0x52c9c4][_0x22cac5(0xc1)](_0x4b4d85))throw CliErrors['validation'](_0x22cac5(0xce)+_0x52c9c4+_0x22cac5(0xd1)+ENUM_KEYS[_0x52c9c4][_0x22cac5(0x100)](',\x20'));if(_0x52c9c4===_0x22cac5(0xef))throw CliErrors[_0x22cac5(0xdc)]('\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.');if(_0x52c9c4===_0x22cac5(0xe1)){const _0x14fc11=Number(_0x4b4d85);if(isNaN(_0x14fc11)||_0x14fc11<=0x0)throw CliErrors['validation'](_0x22cac5(0xfc));}const _0x37530e=resolveWriteScope({'explicitGlobal':_0x1cdea2[_0x22cac5(0xee)](_0x22cac5(0xdd)),'policy':_0x22cac5(0xcd)}),_0x5a674c=toScopeFlags(_0x37530e),_0x41eaf7=readScopedConfig(_0x5a674c),_0x3798ce=parseAliasAppcodeSetKey(_0x52c9c4);if(!_0x3798ce&&!isTopLevelConfigKey(_0x52c9c4))throw CliErrors[_0x22cac5(0xdc)]('Top-level\x20key\x20\x22'+_0x52c9c4+_0x22cac5(0xc7),_0x22cac5(0xdb)+getTopLevelConfigKeySummary()+_0x22cac5(0xec));return _0x3798ce?setLocalAppAlias(_0x41eaf7,_0x3798ce,_0x4b4d85):_0x41eaf7[_0x52c9c4]=_0x52c9c4==='pageSize'?Number(_0x4b4d85):_0x4b4d85,console[_0x22cac5(0xd3)](_0x22cac5(0xff)+_0x52c9c4+_0x22cac5(0xda)+_0x4b4d85+'\x22'+(_0x37530e===_0x22cac5(0xdd)?_0x22cac5(0x102):'')),writeScopedConfig(_0x41eaf7,_0x5a674c),{'ok':!![]};}},deleteDef={'service':'config','command':a21_0x400502(0xe6),'description':a21_0x400502(0xe7),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a21_0x400502(0xf0),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x4dc0ea){const _0x59567f=a21_0x400502,_0x3c261a=_0x4dc0ea[_0x59567f(0xd2)][0x0];if(!_0x3c261a)throw CliErrors[_0x59567f(0xdc)](_0x59567f(0xd8),_0x59567f(0xf6)+CLI_BIN_NAME+_0x59567f(0xfb));const _0x50ceb9=resolveWriteScope({'explicitGlobal':_0x4dc0ea[_0x59567f(0xee)]('global'),'policy':_0x59567f(0xcd)}),_0x227cfa=toScopeFlags(_0x50ceb9),_0x4954b5=readScopedConfig(_0x227cfa),_0xc7949e=parseAliasDeleteKey(_0x3c261a);if(_0xc7949e){if(!deleteLocalAppAlias(_0x4954b5,_0xc7949e))throw CliErrors['validation'](_0x59567f(0xd9)+_0x3c261a);return console['log'](_0x59567f(0xc5)+_0x3c261a+'`'+(_0x50ceb9==='global'?_0x59567f(0x102):'')),writeScopedConfig(_0x4954b5,_0x227cfa),{'ok':!![]};}if(_0x4954b5[_0x3c261a]===undefined)throw CliErrors[_0x59567f(0xdc)]('Key\x20\x22'+_0x3c261a+_0x59567f(0xc9));return delete _0x4954b5[_0x3c261a],console[_0x59567f(0xd3)](_0x59567f(0xc5)+_0x3c261a+'`'+(_0x50ceb9===_0x59567f(0xdd)?_0x59567f(0x102):'')),writeScopedConfig(_0x4954b5,_0x227cfa),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
1
+ function a21_0xd9f1(_0x1fa3c9,_0x42e7b1){_0x1fa3c9=_0x1fa3c9-0x17c;const _0xdab23c=a21_0xdab2();let _0xd9f140=_0xdab23c[_0x1fa3c9];return _0xd9f140;}const a21_0x4f18d4=a21_0xd9f1;(function(_0x217f85,_0x50302f){const _0x385fa0=a21_0xd9f1,_0xafe900=_0x217f85();while(!![]){try{const _0x25348e=parseInt(_0x385fa0(0x1b8))/0x1*(-parseInt(_0x385fa0(0x1a0))/0x2)+-parseInt(_0x385fa0(0x1b4))/0x3*(parseInt(_0x385fa0(0x1c1))/0x4)+parseInt(_0x385fa0(0x1a6))/0x5*(-parseInt(_0x385fa0(0x196))/0x6)+-parseInt(_0x385fa0(0x18e))/0x7*(-parseInt(_0x385fa0(0x190))/0x8)+-parseInt(_0x385fa0(0x192))/0x9+parseInt(_0x385fa0(0x1a1))/0xa*(-parseInt(_0x385fa0(0x1ae))/0xb)+parseInt(_0x385fa0(0x1c0))/0xc;if(_0x25348e===_0x50302f)break;else _0xafe900['push'](_0xafe900['shift']());}catch(_0x47dfed){_0xafe900['push'](_0xafe900['shift']());}}}(a21_0xdab2,0xa9346));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':a21_0x4f18d4(0x19e),'type':a21_0x4f18d4(0x197),'description':a21_0x4f18d4(0x1b5),'default':![]};function a21_0xdab2(){const _0x1222e6=['Delete\x20a\x20config\x20value','\x22\x20not\x20found\x20at\x20top\x20level.','alias','apps','5Asansp','Deleted\x20`','project-or-global-explicit','Key\x20\x22','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','\x20config\x20delete\x20<key>\x20[--global]','key','\x20\x20project:\x20','11PRSXjR','Get\x20a\x20config\x20value','Usage:\x20','Key\x20not\x20found:\x20','isArray','Settable\x20keys:\x20','5469kpOSJo','Write\x20to\x20global\x20config','raw','config','27PgQfUj','Set\x20`','object','Top-level\x20key\x20\x22',';\x20apps.<alias>.appcode','\x20config\x20get\x20<key>','\x20(global)','field','34656000kenpHQ','2616xTDTjS','Missing\x20key\x20or\x20value.','delete','list','write','(none)','read','bool','pretty','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','includes','riskLevel','pageSize','args','\x20\x20global:\x20\x20','appcode','Invalid\x20value\x20for\x20\x22','value','List\x20current\x20config','7352198pEDxnR','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','8zuODmt','\x22.\x20Allowed:\x20','9215199wfnBEJ','set','length','validation','2201610pkqUue','boolean','trim','pageSize\x20must\x20be\x20a\x20positive\x20number','../../context.js','log','split','keys','global','stringify','48558dGkgAs','66310GJZnDi'];a21_0xdab2=function(){return _0x1222e6;};return a21_0xdab2();}function parseAliasAppcodeSetKey(_0x4e275f){const _0x1ad4fb=a21_0x4f18d4,_0x3654a4=_0x4e275f['split']('.');if(_0x3654a4[_0x1ad4fb(0x194)]!==0x3||_0x3654a4[0x0]!=='apps'||_0x3654a4[0x2]!==_0x1ad4fb(0x18a))return undefined;const _0x333f82=_0x3654a4[0x1]?.['trim']();return _0x333f82?_0x333f82:undefined;}function parseAliasDeleteKey(_0x4046c5){const _0x58477a=a21_0x4f18d4,_0x1507bd=_0x4046c5[_0x58477a(0x19c)]('.');if(_0x1507bd['length']===0x2&&_0x1507bd[0x0]===_0x58477a(0x1a5)){const _0x4c8a25=_0x1507bd[0x1]?.[_0x58477a(0x198)]();return _0x4c8a25?{'alias':_0x4c8a25}:undefined;}if(_0x1507bd[_0x58477a(0x194)]===0x3&&_0x1507bd[0x0]===_0x58477a(0x1a5)&&_0x1507bd[0x2]===_0x58477a(0x18a)){const _0x390565=_0x1507bd[0x1]?.[_0x58477a(0x198)]();return _0x390565?{'alias':_0x390565,'field':_0x58477a(0x18a)}:undefined;}return undefined;}function setLocalAppAlias(_0x38a945,_0x579a9a,_0x21a613){const _0x11cc15=a21_0x4f18d4,_0x4aa9d1=_0x38a945[_0x11cc15(0x1a5)]&&typeof _0x38a945[_0x11cc15(0x1a5)]===_0x11cc15(0x1ba)&&!Array['isArray'](_0x38a945[_0x11cc15(0x1a5)])?_0x38a945[_0x11cc15(0x1a5)]:{},_0x3a2a1d=_0x4aa9d1[_0x579a9a]&&typeof _0x4aa9d1[_0x579a9a]==='object'&&!Array[_0x11cc15(0x1b2)](_0x4aa9d1[_0x579a9a])?_0x4aa9d1[_0x579a9a]:{};_0x3a2a1d[_0x11cc15(0x18a)]=_0x21a613,_0x4aa9d1[_0x579a9a]=_0x3a2a1d,_0x38a945[_0x11cc15(0x1a5)]=_0x4aa9d1;}function deleteLocalAppAlias(_0x4c8fc2,_0x350787){const _0x4743e4=a21_0x4f18d4;if(!_0x4c8fc2[_0x4743e4(0x1a5)]||typeof _0x4c8fc2[_0x4743e4(0x1a5)]!=='object'||Array[_0x4743e4(0x1b2)](_0x4c8fc2[_0x4743e4(0x1a5)]))return![];const _0x2b80ba=_0x4c8fc2[_0x4743e4(0x1a5)],_0xbeba9e=_0x2b80ba[_0x350787[_0x4743e4(0x1a4)]];if(!_0xbeba9e||typeof _0xbeba9e!==_0x4743e4(0x1ba)||Array['isArray'](_0xbeba9e))return![];if(!_0x350787['field'])return delete _0x2b80ba[_0x350787[_0x4743e4(0x1a4)]],!![];if(!(_0x350787[_0x4743e4(0x1bf)]in _0xbeba9e))return![];return delete _0xbeba9e[_0x350787[_0x4743e4(0x1bf)]],Object[_0x4743e4(0x19d)](_0xbeba9e)[_0x4743e4(0x194)]===0x0&&delete _0x2b80ba[_0x350787[_0x4743e4(0x1a4)]],!![];}const listDef={'service':a21_0x4f18d4(0x1b7),'command':a21_0x4f18d4(0x17e),'description':a21_0x4f18d4(0x18d),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x5eedae){const _0xf71174=a21_0x4f18d4,{buildConfigFromFlags:_0x16d827}=await import(_0xf71174(0x19a)),_0x4f77bb=_0x16d827({}),_0xfa9b61=getProjectConfigPath(),_0x54b4d6=resolveWriteConfigPath('global');if(_0x5eedae['format']===_0xf71174(0x183))return{'ok':!![],'message':_0xf71174(0x1aa)+(JSON[_0xf71174(0x19f)](_0x4f77bb[_0xf71174(0x1b6)],null,0x2)+'\x0a\x0a')+'Config\x20files:\x0a'+(_0xf71174(0x1ad)+(_0xfa9b61??_0xf71174(0x180))+'\x0a')+(_0xf71174(0x189)+_0x54b4d6)};return{'ok':!![],'data':{'effective':_0x4f77bb[_0xf71174(0x1b6)],'configFiles':{'project':_0xfa9b61??null,'global':_0x54b4d6}}};}},getDef={'service':'config','command':'get','description':a21_0x4f18d4(0x1af),'risk':a21_0x4f18d4(0x181),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a21_0x4f18d4(0x1ac),'description':a21_0x4f18d4(0x18f),'required':!![]}],'flags':[],async 'execute'(_0x2e355d){const _0x9d2e03=a21_0x4f18d4,_0x2674e6=_0x2e355d[_0x9d2e03(0x188)][0x0];if(!_0x2674e6)throw CliErrors[_0x9d2e03(0x195)]('Missing\x20key\x20argument.',_0x9d2e03(0x1b0)+CLI_BIN_NAME+_0x9d2e03(0x1bd));const {buildConfigFromFlags:_0x1e521a}=await import('../../context.js'),{raw:_0xe49bf8}=_0x1e521a({});if(_0x2674e6[_0x9d2e03(0x185)]('.')){const _0x35ec32=_0x2674e6[_0x9d2e03(0x19c)]('.');let _0xecde87=_0xe49bf8;for(const _0x1a3ff9 of _0x35ec32){if(_0xecde87==null||typeof _0xecde87!==_0x9d2e03(0x1ba))throw CliErrors[_0x9d2e03(0x195)]('Key\x20not\x20found:\x20'+_0x2674e6);_0xecde87=_0xecde87[_0x1a3ff9];}if(_0xecde87===undefined)throw CliErrors[_0x9d2e03(0x195)](_0x9d2e03(0x1b1)+_0x2674e6);return console['log'](typeof _0xecde87===_0x9d2e03(0x1ba)?JSON[_0x9d2e03(0x19f)](_0xecde87,null,0x2):String(_0xecde87)),{'ok':!![]};}const _0x74f4cf=_0xe49bf8[_0x2674e6];if(_0x74f4cf===undefined)throw CliErrors[_0x9d2e03(0x195)](_0x9d2e03(0x1b1)+_0x2674e6);return console[_0x9d2e03(0x19b)](typeof _0x74f4cf===_0x9d2e03(0x1ba)?JSON[_0x9d2e03(0x19f)](_0x74f4cf,null,0x2):String(_0x74f4cf)),{'ok':!![]};}},setDef={'service':a21_0x4f18d4(0x1b7),'command':a21_0x4f18d4(0x193),'description':'Set\x20a\x20config\x20value','risk':a21_0x4f18d4(0x17f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':getConfigCommandKeyDescription(),'required':!![]},{'name':a21_0x4f18d4(0x18c),'description':'Value\x20to\x20assign','required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x41a30f){const _0x3a20d9=a21_0x4f18d4,_0x131d81=_0x41a30f[_0x3a20d9(0x188)][0x0],_0x570274=_0x41a30f[_0x3a20d9(0x188)][0x1];if(!_0x131d81||_0x570274===undefined)throw CliErrors[_0x3a20d9(0x195)](_0x3a20d9(0x17c),'Usage:\x20'+CLI_BIN_NAME+'\x20config\x20set\x20<key>\x20<value>\x20[--global]');if(ENUM_KEYS[_0x131d81]&&!ENUM_KEYS[_0x131d81][_0x3a20d9(0x185)](_0x570274))throw CliErrors[_0x3a20d9(0x195)](_0x3a20d9(0x18b)+_0x131d81+_0x3a20d9(0x191)+ENUM_KEYS[_0x131d81]['join'](',\x20'));if(_0x131d81===_0x3a20d9(0x186))throw CliErrors[_0x3a20d9(0x195)](_0x3a20d9(0x184));if(_0x131d81===_0x3a20d9(0x187)){const _0xdb9153=Number(_0x570274);if(isNaN(_0xdb9153)||_0xdb9153<=0x0)throw CliErrors[_0x3a20d9(0x195)](_0x3a20d9(0x199));}const _0x525c7d=resolveWriteScope({'explicitGlobal':_0x41a30f[_0x3a20d9(0x182)](_0x3a20d9(0x19e)),'policy':_0x3a20d9(0x1a8)}),_0x19c9ae=toScopeFlags(_0x525c7d),_0x325463=readScopedConfig(_0x19c9ae),_0x274f26=parseAliasAppcodeSetKey(_0x131d81);if(!_0x274f26&&!isTopLevelConfigKey(_0x131d81))throw CliErrors[_0x3a20d9(0x195)](_0x3a20d9(0x1bb)+_0x131d81+'\x22\x20is\x20not\x20settable.',_0x3a20d9(0x1b3)+getTopLevelConfigKeySummary()+_0x3a20d9(0x1bc));return _0x274f26?setLocalAppAlias(_0x325463,_0x274f26,_0x570274):_0x325463[_0x131d81]=_0x131d81===_0x3a20d9(0x187)?Number(_0x570274):_0x570274,console['log'](_0x3a20d9(0x1b9)+_0x131d81+'`\x20=\x20\x22'+_0x570274+'\x22'+(_0x525c7d===_0x3a20d9(0x19e)?_0x3a20d9(0x1be):'')),writeScopedConfig(_0x325463,_0x19c9ae),{'ok':!![]};}},deleteDef={'service':a21_0x4f18d4(0x1b7),'command':a21_0x4f18d4(0x17d),'description':a21_0x4f18d4(0x1a2),'risk':a21_0x4f18d4(0x17f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a21_0x4f18d4(0x1ac),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x4c0071){const _0x1acc3f=a21_0x4f18d4,_0x44fbc7=_0x4c0071[_0x1acc3f(0x188)][0x0];if(!_0x44fbc7)throw CliErrors[_0x1acc3f(0x195)]('Missing\x20key\x20argument.',_0x1acc3f(0x1b0)+CLI_BIN_NAME+_0x1acc3f(0x1ab));const _0x5744c2=resolveWriteScope({'explicitGlobal':_0x4c0071[_0x1acc3f(0x182)](_0x1acc3f(0x19e)),'policy':'project-or-global-explicit'}),_0x456bc0=toScopeFlags(_0x5744c2),_0x225365=readScopedConfig(_0x456bc0),_0x679311=parseAliasDeleteKey(_0x44fbc7);if(_0x679311){if(!deleteLocalAppAlias(_0x225365,_0x679311))throw CliErrors[_0x1acc3f(0x195)](_0x1acc3f(0x1b1)+_0x44fbc7);return console[_0x1acc3f(0x19b)](_0x1acc3f(0x1a7)+_0x44fbc7+'`'+(_0x5744c2===_0x1acc3f(0x19e)?_0x1acc3f(0x1be):'')),writeScopedConfig(_0x225365,_0x456bc0),{'ok':!![]};}if(_0x225365[_0x44fbc7]===undefined)throw CliErrors[_0x1acc3f(0x195)](_0x1acc3f(0x1a9)+_0x44fbc7+_0x1acc3f(0x1a3));return delete _0x225365[_0x44fbc7],console[_0x1acc3f(0x19b)]('Deleted\x20`'+_0x44fbc7+'`'+(_0x5744c2===_0x1acc3f(0x19e)?_0x1acc3f(0x1be):'')),writeScopedConfig(_0x225365,_0x456bc0),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
@@ -1 +1 @@
1
- (function(_0xd141d3,_0xfb03f2){var _0x397b3f=a22_0x5704,_0x3a7be6=_0xd141d3();while(!![]){try{var _0x56de02=parseInt(_0x397b3f(0x71))/0x1*(parseInt(_0x397b3f(0x70))/0x2)+-parseInt(_0x397b3f(0x6f))/0x3+parseInt(_0x397b3f(0x72))/0x4*(parseInt(_0x397b3f(0x74))/0x5)+parseInt(_0x397b3f(0x6e))/0x6*(parseInt(_0x397b3f(0x76))/0x7)+parseInt(_0x397b3f(0x75))/0x8+-parseInt(_0x397b3f(0x73))/0x9*(-parseInt(_0x397b3f(0x6c))/0xa)+-parseInt(_0x397b3f(0x6d))/0xb;if(_0x56de02===_0xfb03f2)break;else _0x3a7be6['push'](_0x3a7be6['shift']());}catch(_0x1e798c){_0x3a7be6['push'](_0x3a7be6['shift']());}}}(a22_0x558a,0x9e7e0));function a22_0x5704(_0x44626b,_0x3cc420){_0x44626b=_0x44626b-0x6c;var _0x558a89=a22_0x558a();var _0x5704fd=_0x558a89[_0x44626b];return _0x5704fd;}import{CLI_BIN_NAME}from'../../constant/cli.js';function a22_0x558a(){var _0x203a59=['7thwJCj','500xgjcig','25886696wWKuBD','5273178RvbXuw','3403764JevvXL','147068AuOKYT','2zadQnj','3416096bOuRun','195345EifBDc','5UZDZnh','9375224joAdGT'];a22_0x558a=function(){return _0x203a59;};return a22_0x558a();}export{CLI_BIN_NAME};export{readScopedConfig,writeScopedConfig}from'../../context.js';export{resolveConfigScope as resolveWriteScope,TOP_LEVEL_CONFIG_KEYS as TOP_LEVEL_KEYS,CONFIG_ENUM_VALUES as ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,toScopeFlags}from'../../commands/common/config-policy.js';
1
+ (function(_0x3b8328,_0x50d965){var _0x5f53c7=a22_0x35ef,_0x36cfd5=_0x3b8328();while(!![]){try{var _0x32a3b9=-parseInt(_0x5f53c7(0xba))/0x1+parseInt(_0x5f53c7(0xb6))/0x2*(-parseInt(_0x5f53c7(0xb9))/0x3)+-parseInt(_0x5f53c7(0xb2))/0x4+-parseInt(_0x5f53c7(0xb5))/0x5*(-parseInt(_0x5f53c7(0xb8))/0x6)+-parseInt(_0x5f53c7(0xb3))/0x7+-parseInt(_0x5f53c7(0xb7))/0x8+parseInt(_0x5f53c7(0xb4))/0x9;if(_0x32a3b9===_0x50d965)break;else _0x36cfd5['push'](_0x36cfd5['shift']());}catch(_0x293c07){_0x36cfd5['push'](_0x36cfd5['shift']());}}}(a22_0x5402,0x64a9f));function a22_0x35ef(_0x59eecc,_0x31bee1){_0x59eecc=_0x59eecc-0xb2;var _0x54021f=a22_0x5402();var _0x35efd8=_0x54021f[_0x59eecc];return _0x35efd8;}import{CLI_BIN_NAME}from'../../constant/cli.js';export{CLI_BIN_NAME};export{readScopedConfig,writeScopedConfig}from'../../context.js';function a22_0x5402(){var _0x2925f1=['77202JSswYK','602168tEyzjm','42DhQHHj','45DMujar','481521zZUkaY','2674364TjCcLP','4841690wpspZZ','21981132iIMSSa','332885whXhlD'];a22_0x5402=function(){return _0x2925f1;};return a22_0x5402();}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 a23_0x2825(){const _0x4952d5=['JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','\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{\x22column\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','Filter\x20dataset\x20records\x20with\x20query\x20conditions','helpExtra','join','body','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','7GbIqkW','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','filter','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\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}}','\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status','JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','\x20\x20PARAMS\x20STRUCTURE','POST','\x20\x20EXAMPLES','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','create','\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{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','write','getOne','description','76716pKilKM','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','update','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','paramsHint','354693wYqFnu','risk','\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\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','data','766300CTyRdO','123158QHNHkV','\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}]','command','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','2728935StbEdo','\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}}','\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]','8CFlwQj','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','\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}}','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','\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\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}}','data\x20','Get\x20a\x20single\x20record\x20by\x20ID','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','627840ImRGzr','\x20\x20LOGICAL\x20COMBINATORS','\x20\x20PAGINATION','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Post-aggregation\x20filters,\x20e.g.\x20[{\x22columnName\x22:\x22total\x22,\x22condition\x22:{\x22$gt\x22:1000}}]','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\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','\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]}}','params','batchCreate','193988OkWBJB','Example:\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x20\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','Update\x20an\x20existing\x20record','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27','map','\x20on\x20dataset\x20','\x20completed\x20in\x20','str','now','\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]','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','read','\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{\x22column\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','high-risk-write','\x20\x20AGGREGATE\x20TYPES','delete','\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}}','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','aggregate','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','code','operation','\x20\x20WHERE\x20OPERATORS','\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}}','build','\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}}','\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20column\x20values\x20\x20\x20\x20\x20{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','/api/{appCode}/'];a23_0x2825=function(){return _0x4952d5;};return a23_0x2825();}const a23_0x3b7df1=a23_0x1720;(function(_0x465826,_0x358121){const _0x3eca35=a23_0x1720,_0x2fc987=_0x465826();while(!![]){try{const _0x2d0336=-parseInt(_0x3eca35(0x1b4))/0x1+parseInt(_0x3eca35(0x1cc))/0x2+parseInt(_0x3eca35(0x1ae))/0x3+parseInt(_0x3eca35(0x1b3))/0x4+parseInt(_0x3eca35(0x1c4))/0x5+parseInt(_0x3eca35(0x1a6))/0x6*(parseInt(_0x3eca35(0x1f0))/0x7)+-parseInt(_0x3eca35(0x1bb))/0x8*(parseInt(_0x3eca35(0x1b8))/0x9);if(_0x2d0336===_0x358121)break;else _0x2fc987['push'](_0x2fc987['shift']());}catch(_0x3c1ffc){_0x2fc987['push'](_0x2fc987['shift']());}}}(a23_0x2825,0x1cffd));import{executeData}from'../../core/sdk-client.js';function a23_0x1720(_0x46bb9c,_0x4ff748){_0x46bb9c=_0x46bb9c-0x1a3;const _0x2825c7=a23_0x2825();let _0x17207c=_0x2825c7[_0x46bb9c];return _0x17207c;}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':a23_0x3b7df1(0x1f2),'operation':a23_0x3b7df1(0x1f2),'risk':a23_0x3b7df1(0x1d7),'paramsRequired':![],'description':a23_0x3b7df1(0x1ea),'paramsHint':'JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20'+a23_0x3b7df1(0x1fa),'helpExtra':[a23_0x3b7df1(0x1e2),a23_0x3b7df1(0x1bd),'\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}}',a23_0x3b7df1(0x1e3),a23_0x3b7df1(0x1dc),a23_0x3b7df1(0x1b9),'\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}}',a23_0x3b7df1(0x1c9),a23_0x3b7df1(0x1e5),a23_0x3b7df1(0x1f4),a23_0x3b7df1(0x1c0),'',a23_0x3b7df1(0x1c5),a23_0x3b7df1(0x1b0),a23_0x3b7df1(0x1bf),'',a23_0x3b7df1(0x1a7),a23_0x3b7df1(0x1b1),a23_0x3b7df1(0x1d5),a23_0x3b7df1(0x1b5),a23_0x3b7df1(0x1ee),a23_0x3b7df1(0x1dd),'',a23_0x3b7df1(0x1c6),a23_0x3b7df1(0x1ab),a23_0x3b7df1(0x1ac),a23_0x3b7df1(0x1bc)]['join']('\x0a')},{'command':a23_0x3b7df1(0x1a4),'operation':a23_0x3b7df1(0x1a4),'risk':a23_0x3b7df1(0x1d7),'paramsRequired':!![],'description':a23_0x3b7df1(0x1c2),'paramsHint':a23_0x3b7df1(0x1ef)},{'command':a23_0x3b7df1(0x1fb),'operation':a23_0x3b7df1(0x1fb),'risk':a23_0x3b7df1(0x1a3),'paramsRequired':!![],'description':'Create\x20a\x20new\x20record\x20in\x20a\x20dataset','paramsHint':a23_0x3b7df1(0x1e8)},{'command':a23_0x3b7df1(0x1cb),'operation':a23_0x3b7df1(0x1cb),'risk':a23_0x3b7df1(0x1a3),'paramsRequired':!![],'description':a23_0x3b7df1(0x1a8),'paramsHint':a23_0x3b7df1(0x1f6)},{'command':a23_0x3b7df1(0x1a9),'operation':'update','risk':a23_0x3b7df1(0x1a3),'paramsRequired':!![],'description':a23_0x3b7df1(0x1ce),'paramsHint':a23_0x3b7df1(0x1cf)},{'command':a23_0x3b7df1(0x1db),'operation':a23_0x3b7df1(0x1db),'risk':a23_0x3b7df1(0x1d9),'paramsRequired':!![],'description':a23_0x3b7df1(0x1be),'paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'},{'command':a23_0x3b7df1(0x1de),'operation':a23_0x3b7df1(0x1de),'risk':a23_0x3b7df1(0x1d7),'paramsRequired':![],'description':a23_0x3b7df1(0x1c3),'paramsHint':a23_0x3b7df1(0x1aa)+a23_0x3b7df1(0x1cd),'helpExtra':[a23_0x3b7df1(0x1da),a23_0x3b7df1(0x1e6),a23_0x3b7df1(0x1f3),'\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}',a23_0x3b7df1(0x1fc),'\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{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}',a23_0x3b7df1(0x1d8),a23_0x3b7df1(0x1e9),'',a23_0x3b7df1(0x1f7),a23_0x3b7df1(0x1ba),'\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)',a23_0x3b7df1(0x1df),a23_0x3b7df1(0x1b7),a23_0x3b7df1(0x1c7),a23_0x3b7df1(0x1f1),'',a23_0x3b7df1(0x1f9),a23_0x3b7df1(0x1f5),a23_0x3b7df1(0x1d6),'','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter',a23_0x3b7df1(0x1c8),'','\x20\x20\x20\x20#\x20`field`\x20is\x20accepted\x20as\x20a\x20deprecated\x20alias\x20for\x20`column`;\x20new\x20calls\x20should\x20use\x20`column`.'][a23_0x3b7df1(0x1ec)]('\x0a')}];function makeDataCommand(_0x130d5f){const _0x41dbb9=a23_0x3b7df1,_0x5b6137='data\x20'+_0x130d5f[_0x41dbb9(0x1b6)],_0x1a6fc6={'service':_0x41dbb9(0x1b2),'command':_0x130d5f['command'],'description':_0x130d5f['description'],'risk':_0x130d5f['risk'],'helpExtra':_0x130d5f[_0x41dbb9(0x1eb)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x130d5f[_0x41dbb9(0x1ad)]}],'validate':async _0x5da903=>{const _0x4f322d=_0x41dbb9;_0x130d5f['paramsRequired']&&requireAnyOf(_0x5da903,['params'],_0x5b6137),_0x130d5f[_0x4f322d(0x1e1)]==='batchCreate'&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x5da903[_0x4f322d(0x1d3)]('params')));},async 'execute'(_0x1dcd60){const _0x4235ef=_0x41dbb9,_0x40bc31=_0x1dcd60['str'](_0x4235ef(0x1e0)),_0x441e50=_0x130d5f['operation']===_0x4235ef(0x1cb)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x1dcd60[_0x4235ef(0x1d3)](_0x4235ef(0x1ca)))):parseJsonParams(_0x1dcd60['str'](_0x4235ef(0x1ca)))??{},_0x2c64f9=Date['now'](),_0x1ab935=await executeData(_0x40bc31,_0x130d5f[_0x4235ef(0x1e1)],_0x441e50),_0x511690=Date[_0x4235ef(0x1d4)]()-_0x2c64f9;return{'ok':!![],'data':{'result':_0x1ab935,'elapsed':_0x511690},'message':_0x4235ef(0x1c1)+_0x130d5f[_0x4235ef(0x1b6)]+_0x4235ef(0x1d2)+_0x511690+'ms'};}};return _0x130d5f[_0x41dbb9(0x1af)]!==_0x41dbb9(0x1d7)&&(_0x1a6fc6['dryRun']=async _0x89d396=>{const _0x1d1c8b=_0x41dbb9,_0x5e2bb2=_0x89d396[_0x1d1c8b(0x1d3)](_0x1d1c8b(0x1e0)),_0xa53130=_0x130d5f[_0x1d1c8b(0x1e1)]==='batchCreate'?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x89d396[_0x1d1c8b(0x1d3)](_0x1d1c8b(0x1ca)))):parseJsonParams(_0x89d396[_0x1d1c8b(0x1d3)](_0x1d1c8b(0x1ca)))??{};return dryRun(_0x1d1c8b(0x1f8),_0x1d1c8b(0x1e7)+_0x5e2bb2+'/'+_0x130d5f['operation'])[_0x1d1c8b(0x1ed)](_0xa53130)[_0x1d1c8b(0x1a5)]('Preview:\x20data\x20'+_0x130d5f[_0x1d1c8b(0x1b6)]+_0x1d1c8b(0x1d1)+_0x5e2bb2)[_0x1d1c8b(0x1e4)]();}),_0x1a6fc6;}export const dataDefinitions=specs[a23_0x3b7df1(0x1d0)](makeDataCommand);
1
+ const a23_0x49df89=a23_0x5345;(function(_0x89e7b8,_0xfe8599){const _0x658cc9=a23_0x5345,_0x4037ed=_0x89e7b8();while(!![]){try{const _0x769d3b=parseInt(_0x658cc9(0xbe))/0x1+parseInt(_0x658cc9(0xb2))/0x2+-parseInt(_0x658cc9(0x98))/0x3+-parseInt(_0x658cc9(0xa0))/0x4+parseInt(_0x658cc9(0x88))/0x5+-parseInt(_0x658cc9(0xbb))/0x6*(-parseInt(_0x658cc9(0xc0))/0x7)+-parseInt(_0x658cc9(0x80))/0x8*(parseInt(_0x658cc9(0xac))/0x9);if(_0x769d3b===_0xfe8599)break;else _0x4037ed['push'](_0x4037ed['shift']());}catch(_0x5c2231){_0x4037ed['push'](_0x4037ed['shift']());}}}(a23_0x1333,0x95fa5));import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';function a23_0x5345(_0x12f74f,_0x205d93){_0x12f74f=_0x12f74f-0x71;const _0x1333d2=a23_0x1333();let _0x5345aa=_0x1333d2[_0x12f74f];return _0x5345aa;}import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';function a23_0x1333(){const _0x1eca2e=['\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','\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]}}','command','1433020nEuQdr','join','\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{\x22column\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','\x20\x20\x20\x20#\x20`field`\x20is\x20accepted\x20as\x20a\x20deprecated\x20alias\x20for\x20`column`;\x20new\x20calls\x20should\x20use\x20`column`.','params','str','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Post-aggregation\x20filters,\x20e.g.\x20[{\x22columnName\x22:\x22total\x22,\x22condition\x22:{\x22$gt\x22:1000}}]','\x20\x20LOGICAL\x20COMBINATORS','\x20completed\x20in\x20','\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]','aggregate','522PJkrqL','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','map','read','data\x20','high-risk-write','2247842TElyxk','\x20\x20EXAMPLES','\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\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','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$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','/api/{appCode}/','4105194GboEsy','now','Example:\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x20\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','438768mMGMCW','\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}}]}','7qRadfD','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','\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}}','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','description','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','\x20\x20AGGREGATE\x20TYPES','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','write','batchCreate','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','helpExtra','\x20\x20PARAMS\x20STRUCTURE','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','\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}}','paramsRequired','141976HxEuYG','build','\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{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','getOne','\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\x20WHERE\x20OPERATORS','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','1908465oZvaOU','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','\x20on\x20dataset\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\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20column\x20values\x20\x20\x20\x20\x20{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','filter','operation','\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\x20PAGINATION','\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}}','code','paramsHint','update','delete','POST','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','1880073aYLmUD','data','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','Get\x20a\x20single\x20record\x20by\x20ID'];a23_0x1333=function(){return _0x1eca2e;};return a23_0x1333();}const specs=[{'command':a23_0x49df89(0x8d),'operation':'filter','risk':'read','paramsRequired':![],'description':'Filter\x20dataset\x20records\x20with\x20query\x20conditions','paramsHint':a23_0x49df89(0x89)+'Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','helpExtra':[a23_0x49df89(0x86),a23_0x49df89(0x85),a23_0x49df89(0x91),a23_0x49df89(0xc2),a23_0x49df89(0xb8),'\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}}','\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}}',a23_0x49df89(0x9e),'\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}}',a23_0x49df89(0x7e),'\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}}','',a23_0x49df89(0xa8),'\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}}]}',a23_0x49df89(0xbf),'',a23_0x49df89(0x74),a23_0x49df89(0xb7),a23_0x49df89(0xaa),a23_0x49df89(0x8b),a23_0x49df89(0xb9),a23_0x49df89(0x9a),'',a23_0x49df89(0x90),a23_0x49df89(0xa6),a23_0x49df89(0xb5),a23_0x49df89(0x75)][a23_0x49df89(0xa1)]('\x0a')},{'command':a23_0x49df89(0x84),'operation':'getOne','risk':'read','paramsRequired':!![],'description':a23_0x49df89(0x9c),'paramsHint':a23_0x49df89(0x7d)},{'command':'create','operation':'create','risk':'write','paramsRequired':!![],'description':a23_0x49df89(0x71),'paramsHint':'JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27'},{'command':a23_0x49df89(0x79),'operation':'batchCreate','risk':a23_0x49df89(0x78),'paramsRequired':!![],'description':a23_0x49df89(0xc1),'paramsHint':'JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27'},{'command':a23_0x49df89(0x94),'operation':a23_0x49df89(0x94),'risk':a23_0x49df89(0x78),'paramsRequired':!![],'description':'Update\x20an\x20existing\x20record','paramsHint':'JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27'},{'command':a23_0x49df89(0x95),'operation':a23_0x49df89(0x95),'risk':a23_0x49df89(0xb1),'paramsRequired':!![],'description':a23_0x49df89(0x97),'paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'},{'command':a23_0x49df89(0xab),'operation':a23_0x49df89(0xab),'risk':a23_0x49df89(0xaf),'paramsRequired':![],'description':a23_0x49df89(0x87),'paramsHint':a23_0x49df89(0x72)+a23_0x49df89(0xbd),'helpExtra':[a23_0x49df89(0x76),a23_0x49df89(0x8c),a23_0x49df89(0x7a),a23_0x49df89(0xad),'\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{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}',a23_0x49df89(0x82),a23_0x49df89(0xa2),'\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{\x22column\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','',a23_0x49df89(0x7c),a23_0x49df89(0x8f),a23_0x49df89(0x9d),a23_0x49df89(0xb4),'\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]',a23_0x49df89(0xa7),a23_0x49df89(0x83),'',a23_0x49df89(0xb3),'\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status',a23_0x49df89(0x77),'',a23_0x49df89(0x9b),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\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','',a23_0x49df89(0xa3)][a23_0x49df89(0xa1)]('\x0a')}];function makeDataCommand(_0x1ecb0c){const _0x6dbe7=a23_0x49df89,_0x20441c=_0x6dbe7(0xb0)+_0x1ecb0c[_0x6dbe7(0x9f)],_0x26ebdf={'service':_0x6dbe7(0x99),'command':_0x1ecb0c['command'],'description':_0x1ecb0c[_0x6dbe7(0x73)],'risk':_0x1ecb0c[_0x6dbe7(0xb6)],'helpExtra':_0x1ecb0c[_0x6dbe7(0x7b)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x1ecb0c[_0x6dbe7(0x93)]}],'validate':async _0x5af84a=>{const _0x123c17=_0x6dbe7;_0x1ecb0c[_0x123c17(0x7f)]&&requireAnyOf(_0x5af84a,[_0x123c17(0xa4)],_0x20441c),_0x1ecb0c['operation']===_0x123c17(0x79)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x5af84a[_0x123c17(0xa5)]('params')));},async 'execute'(_0x40dbf3){const _0x2ba41e=_0x6dbe7,_0x4b67cf=_0x40dbf3[_0x2ba41e(0xa5)](_0x2ba41e(0x92)),_0x5527a5=_0x1ecb0c[_0x2ba41e(0x8e)]==='batchCreate'?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x40dbf3[_0x2ba41e(0xa5)](_0x2ba41e(0xa4)))):parseJsonParams(_0x40dbf3['str'](_0x2ba41e(0xa4)))??{},_0x50ef01=Date[_0x2ba41e(0xbc)](),_0x419d4e=await executeData(_0x4b67cf,_0x1ecb0c[_0x2ba41e(0x8e)],_0x5527a5),_0x41c9bc=Date[_0x2ba41e(0xbc)]()-_0x50ef01;return{'ok':!![],'data':{'result':_0x419d4e,'elapsed':_0x41c9bc},'message':_0x2ba41e(0xb0)+_0x1ecb0c[_0x2ba41e(0x9f)]+_0x2ba41e(0xa9)+_0x41c9bc+'ms'};}};return _0x1ecb0c['risk']!==_0x6dbe7(0xaf)&&(_0x26ebdf['dryRun']=async _0x25d2aa=>{const _0xe92f94=_0x6dbe7,_0x2bbd8d=_0x25d2aa[_0xe92f94(0xa5)]('code'),_0x5376ca=_0x1ecb0c['operation']===_0xe92f94(0x79)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x25d2aa['str'](_0xe92f94(0xa4)))):parseJsonParams(_0x25d2aa[_0xe92f94(0xa5)](_0xe92f94(0xa4)))??{};return dryRun(_0xe92f94(0x96),_0xe92f94(0xba)+_0x2bbd8d+'/'+_0x1ecb0c[_0xe92f94(0x8e)])['body'](_0x5376ca)[_0xe92f94(0x73)]('Preview:\x20data\x20'+_0x1ecb0c['command']+_0xe92f94(0x8a)+_0x2bbd8d)[_0xe92f94(0x81)]();}),_0x26ebdf;}export const dataDefinitions=specs[a23_0x49df89(0xae)](makeDataCommand);
@@ -1 +1 @@
1
- const a24_0x407ca2=a24_0x2c23;(function(_0x2d7c2b,_0x4e9ad1){const _0x22b73f=a24_0x2c23,_0x395d69=_0x2d7c2b();while(!![]){try{const _0x4a4ded=parseInt(_0x22b73f(0xb5))/0x1*(parseInt(_0x22b73f(0xea))/0x2)+parseInt(_0x22b73f(0xd1))/0x3*(-parseInt(_0x22b73f(0xe3))/0x4)+-parseInt(_0x22b73f(0xda))/0x5+parseInt(_0x22b73f(0xdd))/0x6*(-parseInt(_0x22b73f(0xcb))/0x7)+-parseInt(_0x22b73f(0xec))/0x8+parseInt(_0x22b73f(0xce))/0x9*(-parseInt(_0x22b73f(0xe7))/0xa)+parseInt(_0x22b73f(0xae))/0xb;if(_0x4a4ded===_0x4e9ad1)break;else _0x395d69['push'](_0x395d69['shift']());}catch(_0x1bfda5){_0x395d69['push'](_0x395d69['shift']());}}}(a24_0x191f,0xa77f7));function a24_0x2c23(_0x593ecd,_0x5332bb){_0x593ecd=_0x593ecd-0xa3;const _0x191f29=a24_0x191f();let _0x2c2378=_0x191f29[_0x593ecd];return _0x2c2378;}import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function normalizeField(_0x2857f2){const _0x2c9c20=a24_0x2c23;if(_0x2857f2[_0x2c9c20(0xb8)])return null;const _0x518aca=Boolean(_0x2857f2['displayName']!==undefined||_0x2857f2[_0x2c9c20(0xe9)]!==undefined);let _0xf35c29={};if(!_0x518aca&&typeof _0x2857f2[_0x2c9c20(0xa6)]===_0x2c9c20(0xe1))try{_0xf35c29=JSON['parse'](_0x2857f2[_0x2c9c20(0xa6)]);}catch{}const _0x6f4d09=_0x518aca?_0x2857f2[_0x2c9c20(0xa3)]:_0x2857f2[_0x2c9c20(0xe8)],_0x41658e=_0x518aca?_0x2857f2[_0x2c9c20(0xd2)]:_0x2857f2[_0x2c9c20(0xa3)],_0x1e68cb=_0x518aca?_0x2857f2['doType']:_0x2857f2[_0x2c9c20(0xc9)]||_0x2857f2[_0x2c9c20(0xad)],_0x4c2370=_0x518aca?_0x2857f2[_0x2c9c20(0xbc)]===!![]:_0xf35c29[_0x2c9c20(0xbc)]===!![],_0x517c41=_0x518aca?_0x2857f2[_0x2c9c20(0xb1)]===!![]:_0xf35c29['required']===!![],_0x451470=_0x518aca?_0x2857f2['options']??null:_0xf35c29[_0x2c9c20(0xdc)]??null,_0x3403eb={'name':_0x6f4d09,'displayName':_0x41658e||_0x6f4d09,'type':_0x1e68cb,'dbType':_0x2857f2[_0x2c9c20(0xdb)],'pk':_0x4c2370,'required':_0x517c41,'description':_0x2857f2[_0x2c9c20(0xe0)]||undefined};return Array[_0x2c9c20(0xc6)](_0x451470)&&_0x451470[_0x2c9c20(0xba)]>0x0&&(_0x3403eb[_0x2c9c20(0xdc)]=_0x451470),_0x3403eb;}function parseJsonMaybe(_0x5a895e){const _0x41fe0b=a24_0x2c23;if(typeof _0x5a895e!==_0x41fe0b(0xe1))return _0x5a895e;try{return JSON[_0x41fe0b(0xcc)](_0x5a895e);}catch{return _0x5a895e;}}function normalizeOperationEntry(_0x2b20ce,_0x231f69){const _0x5878ac=a24_0x2c23;if(!_0x231f69||typeof _0x231f69!=='object')return null;if(!_0x231f69[_0x5878ac(0xeb)]||!_0x231f69[_0x5878ac(0xef)])return null;const _0x3ced06={'name':_0x2b20ce,'method':_0x231f69[_0x5878ac(0xeb)],'path':_0x231f69[_0x5878ac(0xef)]};if(_0x231f69[_0x5878ac(0xac)])_0x3ced06[_0x5878ac(0xac)]=_0x231f69[_0x5878ac(0xac)];if(_0x231f69[_0x5878ac(0xc7)]!=null)_0x3ced06[_0x5878ac(0xc7)]=parseJsonMaybe(_0x231f69['requestBody']);if(_0x231f69['responseBody']!=null)_0x3ced06[_0x5878ac(0xc5)]=parseJsonMaybe(_0x231f69[_0x5878ac(0xc5)]);if(_0x231f69[_0x5878ac(0xbe)]!=null)_0x3ced06['beforeScriptId']=_0x231f69[_0x5878ac(0xbe)];if(_0x231f69[_0x5878ac(0xe5)]!=null)_0x3ced06[_0x5878ac(0xe5)]=_0x231f69[_0x5878ac(0xe5)];if(Array[_0x5878ac(0xc6)](_0x231f69[_0x5878ac(0xc2)]))_0x3ced06[_0x5878ac(0xc2)]=_0x231f69['requestFields'];if(Array[_0x5878ac(0xc6)](_0x231f69[_0x5878ac(0xb3)]))_0x3ced06[_0x5878ac(0xb3)]=_0x231f69['responseFields'];return _0x3ced06;}function summarizeDbtable(_0x32fa18){const _0x1c777d=a24_0x2c23,_0x305b0d={},_0x54ca4b=[_0x1c777d(0xd9),_0x1c777d(0xc4),_0x1c777d(0xbd),'datasetKey',_0x1c777d(0xbc),_0x1c777d(0xde),'logicField',_0x1c777d(0xca),_0x1c777d(0xc1),_0x1c777d(0xb7),_0x1c777d(0xa8),_0x1c777d(0xaa),'modifierNameField','labelField',_0x1c777d(0xc8)];for(const _0x218f34 of _0x54ca4b){if(_0x32fa18[_0x218f34]!==undefined)_0x305b0d[_0x218f34]=_0x32fa18[_0x218f34];}return typeof _0x305b0d[_0x1c777d(0xde)]===_0x1c777d(0xe1)&&_0x305b0d[_0x1c777d(0xde)][_0x1c777d(0xba)]>0x0&&(_0x305b0d[_0x1c777d(0xa9)]=_0x305b0d[_0x1c777d(0xde)]['split'](',')[_0x1c777d(0xa7)](_0x5d24cd=>_0x5d24cd[_0x1c777d(0xcf)]())['filter'](Boolean)),_0x305b0d;}function normalizeRelatedPages(_0xb32f78){const _0x33ccba=a24_0x2c23;if(!Array[_0x33ccba(0xc6)](_0xb32f78))return[];return _0xb32f78[_0x33ccba(0xd7)](_0x4c35bc=>_0x4c35bc&&typeof _0x4c35bc===_0x33ccba(0xb6))[_0x33ccba(0xa7)](_0xb87fd5=>({'id':_0xb87fd5['id'],'type':_0xb87fd5['type'],'code':_0xb87fd5[_0x33ccba(0xe8)],'title':_0xb87fd5[_0x33ccba(0xbb)],'deleted':_0xb87fd5['deleted']===!![]}));}function normalizeFallbackFieldName(_0x695bd4,_0xfa658e){const _0x5f4e15=_0x695bd4['trim']();if(!_0x5f4e15)return null;return{'name':_0x5f4e15,'displayName':_0x5f4e15,'type':undefined,'dbType':undefined,'pk':_0x5f4e15===_0xfa658e,'required':![],'description':undefined};}async function loadListFieldFallback(_0x6b4b45,_0x1fd244){const _0xf82af6=a24_0x2c23;if(!_0x6b4b45||!_0x1fd244)return[];try{const _0x4ee7e0=await listDatasets(_0x6b4b45,{'code':_0x1fd244}),_0x3d192e=_0x4ee7e0[_0xf82af6(0xc0)](_0x152a71=>_0x152a71[_0xf82af6(0xe8)]===_0x1fd244)??_0x4ee7e0[0x0],_0x3e434d=_0x3d192e?.[_0xf82af6(0xe6)]??{},_0x350399=typeof _0x3e434d['allFields']===_0xf82af6(0xe1)?_0x3e434d[_0xf82af6(0xde)]['split'](','):[];return _0x350399[_0xf82af6(0xa7)](_0x26000b=>normalizeFallbackFieldName(_0x26000b,_0x3e434d[_0xf82af6(0xbc)]))[_0xf82af6(0xd7)](_0x40cd3f=>_0x40cd3f!==null);}catch{return[];}}function a24_0x191f(){const _0x8895c0=['2305648FzXRQB','appCode','afterScriptId','dbtableConfig','26890nubLvp','code','doType','58JKYbiH','method','5803608khhxQe','relatedPageInfoList','operations','path','name','modelId','str','extend','map','creatorNameField','allFieldNames','modifierIdField','Get\x20dataset\x20detail\x20including\x20fields,\x20relations,\x20and\x20operations','host','dataType','43683849AVnXWt','validateRules','push','required','read','responseFields','doVersion','3267TOGsRW','object','creatorIdField','deleted','source','length','title','pkField','tableName','beforeScriptId','modelCode','find','updateTimeField','requestFields','formatRules','dbName','responseBody','isArray','requestBody','dblinkInfoDTO','type','createTimeField','396753xAtUst','parse','columnCodeListWithDeleted','549LgJhPP','trim','properties','3RnuDcv','displayName','dataset','sourceType','indexes','relations','filter','tableComment','dbId','4185690jKIZjL','dbType','options','114MuWifR','allFields','detail','description','string','entries'];a24_0x191f=function(){return _0x8895c0;};return a24_0x191f();}export const datasetDetail={'service':a24_0x407ca2(0xd3),'command':a24_0x407ca2(0xdf),'description':a24_0x407ca2(0xab),'risk':a24_0x407ca2(0xb2),'flags':[CODE_FLAG],async 'execute'(_0x3783c5){const _0x2c7d8e=a24_0x407ca2,_0x3a4484=await getDatasetDetail(_0x3783c5[_0x2c7d8e(0xa5)](_0x2c7d8e(0xe8))),_0x20307c=Array[_0x2c7d8e(0xc6)](_0x3a4484['fields'])?_0x3a4484['fields']:Array[_0x2c7d8e(0xc6)](_0x3a4484[_0x2c7d8e(0xd0)])?_0x3a4484[_0x2c7d8e(0xd0)]:[];let _0x2b2641=_0x20307c[_0x2c7d8e(0xa7)](_0x5d1a98=>normalizeField(_0x5d1a98))[_0x2c7d8e(0xd7)](_0x47b78f=>_0x47b78f!==null);_0x2b2641[_0x2c7d8e(0xba)]===0x0&&(_0x2b2641=await loadListFieldFallback(_0x3783c5[_0x2c7d8e(0xe4)],_0x3783c5['str']('code')));const _0x4ebbaa=_0x3a4484[_0x2c7d8e(0xee)]??{},_0xea342d=[];for(const [_0x1c0eef,_0x45a43c]of Object[_0x2c7d8e(0xe2)](_0x4ebbaa)){const _0x53c073=normalizeOperationEntry(_0x1c0eef,_0x45a43c);if(_0x53c073)_0xea342d[_0x2c7d8e(0xb0)](_0x53c073);}const _0x505fc3=_0x3a4484[_0x2c7d8e(0xe6)]??{},_0x3c882d=_0x3a4484[_0x2c7d8e(0xd3)]??{},_0xd9f139=_0x505fc3[_0x2c7d8e(0xd9)]!=null?{'id':_0x505fc3[_0x2c7d8e(0xd9)],'name':_0x505fc3['dbName']??null}:undefined;let _0x7aa89a;return typeof _0x3a4484[_0x2c7d8e(0xa6)]===_0x2c7d8e(0xe1)&&(_0x7aa89a=parseJsonMaybe(_0x3a4484[_0x2c7d8e(0xa6)])),{'ok':!![],'data':{'id':_0x3a4484[_0x2c7d8e(0xa4)]??_0x3a4484['id'],'name':_0x3a4484[_0x2c7d8e(0xa3)],'code':_0x3a4484[_0x2c7d8e(0xbf)]||_0x3a4484[_0x2c7d8e(0xe8)],'doVersion':_0x3a4484[_0x2c7d8e(0xb4)],'description':_0x3a4484[_0x2c7d8e(0xe0)]||_0x3c882d[_0x2c7d8e(0xd8)]||undefined,'source':_0x3a4484[_0x2c7d8e(0xb9)]||_0x3c882d[_0x2c7d8e(0xd4)],'table':_0x505fc3[_0x2c7d8e(0xbd)]||_0x3c882d[_0x2c7d8e(0xbd)],'datasetKey':_0x505fc3['datasetKey'],'pk':_0x505fc3['pkField'],'db':_0xd9f139,'dbtable':summarizeDbtable(_0x505fc3),'fields':_0x2b2641,'operations':_0xea342d,'indexes':Array[_0x2c7d8e(0xc6)](_0x3c882d[_0x2c7d8e(0xd5)])?_0x3c882d[_0x2c7d8e(0xd5)]:[],'relations':_0x3a4484[_0x2c7d8e(0xd6)]??null,'relatedPages':normalizeRelatedPages(_0x3a4484[_0x2c7d8e(0xed)]),...Array[_0x2c7d8e(0xc6)](_0x3a4484['columnCodeListWithDeleted'])?{'columnCodeListWithDeleted':_0x3a4484[_0x2c7d8e(0xcd)]}:{},'formatRules':Array[_0x2c7d8e(0xc6)](_0x3a4484[_0x2c7d8e(0xc3)])?_0x3a4484[_0x2c7d8e(0xc3)]:[],'validateRules':Array[_0x2c7d8e(0xc6)](_0x3a4484[_0x2c7d8e(0xaf)])?_0x3a4484['validateRules']:[],..._0x7aa89a!==undefined?{'extend':_0x7aa89a}:{},'stats':{'fieldCount':_0x2b2641['length'],'operationCount':_0xea342d['length']}}};}};
1
+ const a24_0x447313=a24_0x5e5b;(function(_0x38fb2e,_0x32afdd){const _0x5cbc7c=a24_0x5e5b,_0x16c509=_0x38fb2e();while(!![]){try{const _0x504e35=parseInt(_0x5cbc7c(0xd3))/0x1+parseInt(_0x5cbc7c(0xc4))/0x2+-parseInt(_0x5cbc7c(0xe2))/0x3+parseInt(_0x5cbc7c(0xb6))/0x4+-parseInt(_0x5cbc7c(0xda))/0x5+parseInt(_0x5cbc7c(0xcc))/0x6*(parseInt(_0x5cbc7c(0xd9))/0x7)+parseInt(_0x5cbc7c(0xbd))/0x8*(-parseInt(_0x5cbc7c(0xb7))/0x9);if(_0x504e35===_0x32afdd)break;else _0x16c509['push'](_0x16c509['shift']());}catch(_0x521cf3){_0x16c509['push'](_0x16c509['shift']());}}}(a24_0x33b9,0x62da7));function a24_0x5e5b(_0x2c7f89,_0x108f66){_0x2c7f89=_0x2c7f89-0xb6;const _0x33b97a=a24_0x33b9();let _0x5e5b15=_0x33b97a[_0x2c7f89];return _0x5e5b15;}import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function normalizeField(_0x946fd2){const _0x38dad0=a24_0x5e5b;if(_0x946fd2[_0x38dad0(0x102)])return null;const _0x50cdab=Boolean(_0x946fd2[_0x38dad0(0xfa)]!==undefined||_0x946fd2[_0x38dad0(0xdc)]!==undefined);let _0x274953={};if(!_0x50cdab&&typeof _0x946fd2['extend']===_0x38dad0(0xff))try{_0x274953=JSON[_0x38dad0(0xd8)](_0x946fd2[_0x38dad0(0xe9)]);}catch{}const _0x64ab28=_0x50cdab?_0x946fd2[_0x38dad0(0xe4)]:_0x946fd2[_0x38dad0(0xca)],_0x30c7bb=_0x50cdab?_0x946fd2[_0x38dad0(0xfa)]:_0x946fd2['name'],_0x1af273=_0x50cdab?_0x946fd2['doType']:_0x946fd2[_0x38dad0(0xba)]||_0x946fd2['dataType'],_0x3c3db5=_0x50cdab?_0x946fd2['pkField']===!![]:_0x274953[_0x38dad0(0xce)]===!![],_0x6980f0=_0x50cdab?_0x946fd2[_0x38dad0(0xe0)]===!![]:_0x274953[_0x38dad0(0xe0)]===!![],_0x2f2ae8=_0x50cdab?_0x946fd2['options']??null:_0x274953['options']??null,_0x385a67={'name':_0x64ab28,'displayName':_0x30c7bb||_0x64ab28,'type':_0x1af273,'dbType':_0x946fd2[_0x38dad0(0xc0)],'pk':_0x3c3db5,'required':_0x6980f0,'description':_0x946fd2[_0x38dad0(0xfd)]||undefined};return Array['isArray'](_0x2f2ae8)&&_0x2f2ae8[_0x38dad0(0xcd)]>0x0&&(_0x385a67[_0x38dad0(0xb8)]=_0x2f2ae8),_0x385a67;}function parseJsonMaybe(_0x521e2a){const _0x32b148=a24_0x5e5b;if(typeof _0x521e2a!==_0x32b148(0xff))return _0x521e2a;try{return JSON[_0x32b148(0xd8)](_0x521e2a);}catch{return _0x521e2a;}}function normalizeOperationEntry(_0x51c2f0,_0x24f126){const _0x49a055=a24_0x5e5b;if(!_0x24f126||typeof _0x24f126!=='object')return null;if(!_0x24f126[_0x49a055(0xd5)]||!_0x24f126[_0x49a055(0xd2)])return null;const _0x412bce={'name':_0x51c2f0,'method':_0x24f126[_0x49a055(0xd5)],'path':_0x24f126['path']};if(_0x24f126['host'])_0x412bce[_0x49a055(0xe7)]=_0x24f126['host'];if(_0x24f126['requestBody']!=null)_0x412bce['requestBody']=parseJsonMaybe(_0x24f126[_0x49a055(0xd7)]);if(_0x24f126[_0x49a055(0xef)]!=null)_0x412bce[_0x49a055(0xef)]=parseJsonMaybe(_0x24f126[_0x49a055(0xef)]);if(_0x24f126[_0x49a055(0x100)]!=null)_0x412bce['beforeScriptId']=_0x24f126['beforeScriptId'];if(_0x24f126[_0x49a055(0xdd)]!=null)_0x412bce[_0x49a055(0xdd)]=_0x24f126['afterScriptId'];if(Array[_0x49a055(0xc6)](_0x24f126[_0x49a055(0xe6)]))_0x412bce[_0x49a055(0xe6)]=_0x24f126[_0x49a055(0xe6)];if(Array[_0x49a055(0xc6)](_0x24f126[_0x49a055(0xd1)]))_0x412bce[_0x49a055(0xd1)]=_0x24f126[_0x49a055(0xd1)];return _0x412bce;}function summarizeDbtable(_0x160cc7){const _0x43bd01=a24_0x5e5b,_0x7902d6={},_0x11f0a0=['dbId',_0x43bd01(0xdf),'tableName','datasetKey',_0x43bd01(0xce),_0x43bd01(0xe3),_0x43bd01(0xd0),_0x43bd01(0xbf),_0x43bd01(0xd6),_0x43bd01(0xc5),_0x43bd01(0xf0),_0x43bd01(0xf7),_0x43bd01(0xf6),_0x43bd01(0xf2),_0x43bd01(0xfb)];for(const _0x13664c of _0x11f0a0){if(_0x160cc7[_0x13664c]!==undefined)_0x7902d6[_0x13664c]=_0x160cc7[_0x13664c];}return typeof _0x7902d6[_0x43bd01(0xe3)]==='string'&&_0x7902d6[_0x43bd01(0xe3)][_0x43bd01(0xcd)]>0x0&&(_0x7902d6['allFieldNames']=_0x7902d6[_0x43bd01(0xe3)][_0x43bd01(0xed)](',')[_0x43bd01(0xbc)](_0x3a72f0=>_0x3a72f0[_0x43bd01(0xcb)]())[_0x43bd01(0xbe)](Boolean)),_0x7902d6;}function a24_0x33b9(){const _0xad8cd4=['length','pkField','detail','logicField','responseFields','path','805406vbRFFH','sourceType','method','updateTimeField','requestBody','parse','385NmHigq','2309650eGObqb','title','doType','afterScriptId','dbtableConfig','dbName','required','read','2925tduwnq','allFields','name','operations','requestFields','host','push','extend','formatRules','Get\x20dataset\x20detail\x20including\x20fields,\x20relations,\x20and\x20operations','relatedPageInfoList','split','relations','responseBody','creatorNameField','properties','labelField','modelCode','modelId','entries','modifierNameField','modifierIdField','indexes','find','displayName','dblinkInfoDTO','appCode','description','fields','string','beforeScriptId','tableComment','deleted','2207664uCiJIm','16776cvWpPZ','options','dbId','type','dataset','map','8488xZzjJU','filter','createTimeField','dbType','columnCodeListWithDeleted','str','validateRules','1562000YEjvoV','creatorIdField','isArray','object','doVersion','tableName','code','trim','77148aRWUzd'];a24_0x33b9=function(){return _0xad8cd4;};return a24_0x33b9();}function normalizeRelatedPages(_0x27e71a){const _0x273569=a24_0x5e5b;if(!Array[_0x273569(0xc6)](_0x27e71a))return[];return _0x27e71a[_0x273569(0xbe)](_0x2b31d1=>_0x2b31d1&&typeof _0x2b31d1===_0x273569(0xc7))[_0x273569(0xbc)](_0x37d9a6=>({'id':_0x37d9a6['id'],'type':_0x37d9a6[_0x273569(0xba)],'code':_0x37d9a6[_0x273569(0xca)],'title':_0x37d9a6[_0x273569(0xdb)],'deleted':_0x37d9a6['deleted']===!![]}));}function normalizeFallbackFieldName(_0x5ce4f2,_0x5ddef0){const _0x187107=a24_0x5e5b,_0x362e57=_0x5ce4f2[_0x187107(0xcb)]();if(!_0x362e57)return null;return{'name':_0x362e57,'displayName':_0x362e57,'type':undefined,'dbType':undefined,'pk':_0x362e57===_0x5ddef0,'required':![],'description':undefined};}async function loadListFieldFallback(_0x1689f8,_0x2dcf95){const _0x5da466=a24_0x5e5b;if(!_0x1689f8||!_0x2dcf95)return[];try{const _0x162624=await listDatasets(_0x1689f8,{'code':_0x2dcf95}),_0x44bc6d=_0x162624[_0x5da466(0xf9)](_0xa53d6a=>_0xa53d6a['code']===_0x2dcf95)??_0x162624[0x0],_0x5239d8=_0x44bc6d?.['dbtableConfig']??{},_0x3bfc88=typeof _0x5239d8['allFields']==='string'?_0x5239d8[_0x5da466(0xe3)][_0x5da466(0xed)](','):[];return _0x3bfc88[_0x5da466(0xbc)](_0x2ac38f=>normalizeFallbackFieldName(_0x2ac38f,_0x5239d8['pkField']))['filter'](_0x4357a8=>_0x4357a8!==null);}catch{return[];}}export const datasetDetail={'service':'dataset','command':a24_0x447313(0xcf),'description':a24_0x447313(0xeb),'risk':a24_0x447313(0xe1),'flags':[CODE_FLAG],async 'execute'(_0x2d9e7f){const _0x2dd7a7=a24_0x447313,_0x5a5f75=await getDatasetDetail(_0x2d9e7f[_0x2dd7a7(0xc2)](_0x2dd7a7(0xca))),_0x846a4d=Array[_0x2dd7a7(0xc6)](_0x5a5f75[_0x2dd7a7(0xfe)])?_0x5a5f75[_0x2dd7a7(0xfe)]:Array['isArray'](_0x5a5f75[_0x2dd7a7(0xf1)])?_0x5a5f75[_0x2dd7a7(0xf1)]:[];let _0x1e6ff8=_0x846a4d['map'](_0x519273=>normalizeField(_0x519273))['filter'](_0x3cc302=>_0x3cc302!==null);_0x1e6ff8[_0x2dd7a7(0xcd)]===0x0&&(_0x1e6ff8=await loadListFieldFallback(_0x2d9e7f[_0x2dd7a7(0xfc)],_0x2d9e7f[_0x2dd7a7(0xc2)](_0x2dd7a7(0xca))));const _0x314959=_0x5a5f75[_0x2dd7a7(0xe5)]??{},_0x2d7270=[];for(const [_0x5cd46e,_0x3bada5]of Object[_0x2dd7a7(0xf5)](_0x314959)){const _0x584660=normalizeOperationEntry(_0x5cd46e,_0x3bada5);if(_0x584660)_0x2d7270[_0x2dd7a7(0xe8)](_0x584660);}const _0x3bd920=_0x5a5f75[_0x2dd7a7(0xde)]??{},_0xf48e73=_0x5a5f75[_0x2dd7a7(0xbb)]??{},_0x5a651f=_0x3bd920[_0x2dd7a7(0xb9)]!=null?{'id':_0x3bd920[_0x2dd7a7(0xb9)],'name':_0x3bd920[_0x2dd7a7(0xdf)]??null}:undefined;let _0x3ee5e5;return typeof _0x5a5f75[_0x2dd7a7(0xe9)]==='string'&&(_0x3ee5e5=parseJsonMaybe(_0x5a5f75['extend'])),{'ok':!![],'data':{'id':_0x5a5f75[_0x2dd7a7(0xf4)]??_0x5a5f75['id'],'name':_0x5a5f75[_0x2dd7a7(0xe4)],'code':_0x5a5f75[_0x2dd7a7(0xf3)]||_0x5a5f75[_0x2dd7a7(0xca)],'doVersion':_0x5a5f75[_0x2dd7a7(0xc8)],'description':_0x5a5f75['description']||_0xf48e73[_0x2dd7a7(0x101)]||undefined,'source':_0x5a5f75['source']||_0xf48e73[_0x2dd7a7(0xd4)],'table':_0x3bd920[_0x2dd7a7(0xc9)]||_0xf48e73[_0x2dd7a7(0xc9)],'datasetKey':_0x3bd920['datasetKey'],'pk':_0x3bd920[_0x2dd7a7(0xce)],'db':_0x5a651f,'dbtable':summarizeDbtable(_0x3bd920),'fields':_0x1e6ff8,'operations':_0x2d7270,'indexes':Array[_0x2dd7a7(0xc6)](_0xf48e73[_0x2dd7a7(0xf8)])?_0xf48e73['indexes']:[],'relations':_0x5a5f75[_0x2dd7a7(0xee)]??null,'relatedPages':normalizeRelatedPages(_0x5a5f75[_0x2dd7a7(0xec)]),...Array[_0x2dd7a7(0xc6)](_0x5a5f75[_0x2dd7a7(0xc1)])?{'columnCodeListWithDeleted':_0x5a5f75[_0x2dd7a7(0xc1)]}:{},'formatRules':Array['isArray'](_0x5a5f75[_0x2dd7a7(0xea)])?_0x5a5f75[_0x2dd7a7(0xea)]:[],'validateRules':Array['isArray'](_0x5a5f75[_0x2dd7a7(0xc3)])?_0x5a5f75[_0x2dd7a7(0xc3)]:[],..._0x3ee5e5!==undefined?{'extend':_0x3ee5e5}:{},'stats':{'fieldCount':_0x1e6ff8[_0x2dd7a7(0xcd)],'operationCount':_0x2d7270[_0x2dd7a7(0xcd)]}}};}};
@@ -1 +1 @@
1
- (function(_0x1471f7,_0xd2d8f0){const _0x260833=a25_0x25d6,_0x292c32=_0x1471f7();while(!![]){try{const _0x589a13=parseInt(_0x260833(0x1c0))/0x1*(parseInt(_0x260833(0x1b7))/0x2)+-parseInt(_0x260833(0x1b9))/0x3+parseInt(_0x260833(0x1bb))/0x4+parseInt(_0x260833(0x1c1))/0x5*(parseInt(_0x260833(0x1bc))/0x6)+parseInt(_0x260833(0x1ba))/0x7*(-parseInt(_0x260833(0x1b8))/0x8)+-parseInt(_0x260833(0x1bf))/0x9*(parseInt(_0x260833(0x1c2))/0xa)+parseInt(_0x260833(0x1bd))/0xb*(-parseInt(_0x260833(0x1be))/0xc);if(_0x589a13===_0xd2d8f0)break;else _0x292c32['push'](_0x292c32['shift']());}catch(_0x42d0cc){_0x292c32['push'](_0x292c32['shift']());}}}(a25_0x450e,0x7af52));import{datasetList}from'../../commands/dataset/list.js';import{datasetDetail}from'../../commands/dataset/detail.js';import{datasetSdkDoc}from'../../commands/dataset/sdk-doc.js';export const datasetDefinitions=[datasetList,datasetDetail,datasetSdkDoc];function a25_0x25d6(_0x3d2be5,_0x5cbffd){_0x3d2be5=_0x3d2be5-0x1b7;const _0x450e76=a25_0x450e();let _0x25d6be=_0x450e76[_0x3d2be5];return _0x25d6be;}function a25_0x450e(){const _0x1877ef=['18UjjISW','1067CxrVtZ','744xckfNp','113796iPFoIU','357095hvgkCI','740085IqmIiZ','70iXvwqF','2WciQPU','432808LEbNnd','2421090xqajgl','21ntfjVC','3065372tnwiSi'];a25_0x450e=function(){return _0x1877ef;};return a25_0x450e();}
1
+ function a25_0x4d92(_0x44978d,_0x136cc8){_0x44978d=_0x44978d-0x182;const _0x8f1bea=a25_0x8f1b();let _0x4d9254=_0x8f1bea[_0x44978d];return _0x4d9254;}function a25_0x8f1b(){const _0x509f3c=['4674TVDiqh','4364068PbhUez','3195216trIjFN','10bPxfZC','9BpBaeO','670fnHgkn','1370757BISVYj','101296UNjZtf','23319720DmCVYV','971026CWypEw'];a25_0x8f1b=function(){return _0x509f3c;};return a25_0x8f1b();}(function(_0x3a1b17,_0x3de77e){const _0x2880e0=a25_0x4d92,_0x378127=_0x3a1b17();while(!![]){try{const _0x9decf0=-parseInt(_0x2880e0(0x189))/0x1*(parseInt(_0x2880e0(0x185))/0x2)+parseInt(_0x2880e0(0x188))/0x3+-parseInt(_0x2880e0(0x183))/0x4+-parseInt(_0x2880e0(0x187))/0x5*(parseInt(_0x2880e0(0x182))/0x6)+-parseInt(_0x2880e0(0x18b))/0x7+-parseInt(_0x2880e0(0x184))/0x8*(parseInt(_0x2880e0(0x186))/0x9)+parseInt(_0x2880e0(0x18a))/0xa;if(_0x9decf0===_0x3de77e)break;else _0x378127['push'](_0x378127['shift']());}catch(_0x901436){_0x378127['push'](_0x378127['shift']());}}}(a25_0x8f1b,0x86018));import{datasetList}from'../../commands/dataset/list.js';import{datasetDetail}from'../../commands/dataset/detail.js';import{datasetSdkDoc}from'../../commands/dataset/sdk-doc.js';export const datasetDefinitions=[datasetList,datasetDetail,datasetSdkDoc];
@@ -1 +1 @@
1
- function a26_0x4e30(){const _0x81e62c=['16038909lMKGZe','3uVJoTk','84lYQYaS','allFields','name','Filter\x20by\x20dataset\x20name\x20(server-side\x20fuzzy\x20match)','8ptrwvv','5691628KjFdvH','length','datasetKey','map','split','string','pkField','tableName','194838EtjhRm','trim','dbtableConfig','1937770qEieDj','List\x20datasets\x20in\x20the\x20app\x20(supports\x20server-side\x20name/code\x20filtering)','941093yGkLQk','appCode','dataset','read','Filter\x20by\x20dataset\x20code\x20(server-side\x20exact\x20match)','7314350OALUVI','source','38170638TSewVM','2JMlMrF','str'];a26_0x4e30=function(){return _0x81e62c;};return a26_0x4e30();}const a26_0x5a2a07=a26_0x5454;(function(_0x50846b,_0x2a7b43){const _0xe537c2=a26_0x5454,_0x103652=_0x50846b();while(!![]){try{const _0x4fef47=parseInt(_0xe537c2(0x9d))/0x1*(-parseInt(_0xe537c2(0xa5))/0x2)+-parseInt(_0xe537c2(0xa8))/0x3*(parseInt(_0xe537c2(0x90))/0x4)+parseInt(_0xe537c2(0xa2))/0x5+-parseInt(_0xe537c2(0x98))/0x6*(-parseInt(_0xe537c2(0xa9))/0x7)+parseInt(_0xe537c2(0x8f))/0x8*(-parseInt(_0xe537c2(0xa7))/0x9)+-parseInt(_0xe537c2(0x9b))/0xa+parseInt(_0xe537c2(0xa4))/0xb;if(_0x4fef47===_0x2a7b43)break;else _0x103652['push'](_0x103652['shift']());}catch(_0x23192a){_0x103652['push'](_0x103652['shift']());}}}(a26_0x4e30,0xefec6));import{listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function a26_0x5454(_0x2d4591,_0x93c940){_0x2d4591=_0x2d4591-0x8e;const _0x4e303e=a26_0x4e30();let _0x545476=_0x4e303e[_0x2d4591];return _0x545476;}export const datasetList={'service':a26_0x5a2a07(0x9f),'command':'list','description':a26_0x5a2a07(0x9c),'risk':a26_0x5a2a07(0xa0),'flags':[{'name':a26_0x5a2a07(0xab),'type':a26_0x5a2a07(0x95),'description':a26_0x5a2a07(0x8e)},{...CODE_FLAG,'required':![],'description':a26_0x5a2a07(0xa1)}],async 'execute'(_0x19ff29){const _0x4e030f=a26_0x5a2a07,_0x56d723=_0x19ff29[_0x4e030f(0xa6)](_0x4e030f(0xab)),_0x297f0e=_0x19ff29[_0x4e030f(0xa6)]('code'),_0xb9d6bd=await listDatasets(_0x19ff29[_0x4e030f(0x9e)],{..._0x56d723&&{'name':_0x56d723},..._0x297f0e&&{'code':_0x297f0e}});return{'ok':!![],'data':{'total':_0xb9d6bd[_0x4e030f(0x91)],'datasets':_0xb9d6bd['map'](_0x4f6830=>{const _0x470261=_0x4e030f,_0xbb2781=_0x4f6830[_0x470261(0x9a)]??{};return{'id':_0x4f6830['id'],'code':_0x4f6830['code'],'name':_0x4f6830['name'],'source':_0x4f6830[_0x470261(0xa3)],'description':_0x4f6830['description'],'table':_0xbb2781[_0x470261(0x97)],'datasetKey':_0xbb2781[_0x470261(0x92)],'pk':_0xbb2781[_0x470261(0x96)],'fields':_0xbb2781[_0x470261(0xaa)]?_0xbb2781['allFields'][_0x470261(0x94)](',')[_0x470261(0x93)](_0x4c2681=>_0x4c2681[_0x470261(0x99)]()):[]};})}};}};
1
+ function a26_0x59f8(_0xe38254,_0x584c0f){_0xe38254=_0xe38254-0x1cb;const _0x4417d4=a26_0x4417();let _0x59f8e6=_0x4417d4[_0xe38254];return _0x59f8e6;}const a26_0x133da0=a26_0x59f8;function a26_0x4417(){const _0x27da28=['8208998NjZLvu','str','description','code','map','4798TTSNil','list','string','20GyhBGD','5dtYzia','read','10024300xQAUHo','split','allFields','1960WRDlyZ','appCode','Filter\x20by\x20dataset\x20name\x20(server-side\x20fuzzy\x20match)','pkField','List\x20datasets\x20in\x20the\x20app\x20(supports\x20server-side\x20name/code\x20filtering)','source','name','478LWzmOG','677601lfwxZj','dbtableConfig','trim','43776EIBGnW','length','226020nXiROs','datasetKey','1667964ZEJykb'];a26_0x4417=function(){return _0x27da28;};return a26_0x4417();}(function(_0x3e1c93,_0x39891e){const _0x37d374=a26_0x59f8,_0x94e1ce=_0x3e1c93();while(!![]){try{const _0x43d38f=-parseInt(_0x37d374(0x1de))/0x1*(parseInt(_0x37d374(0x1ce))/0x2)+-parseInt(_0x37d374(0x1df))/0x3*(-parseInt(_0x37d374(0x1d1))/0x4)+-parseInt(_0x37d374(0x1d2))/0x5*(parseInt(_0x37d374(0x1e6))/0x6)+-parseInt(_0x37d374(0x1e7))/0x7+-parseInt(_0x37d374(0x1d7))/0x8*(-parseInt(_0x37d374(0x1e2))/0x9)+-parseInt(_0x37d374(0x1e4))/0xa+parseInt(_0x37d374(0x1d4))/0xb;if(_0x43d38f===_0x39891e)break;else _0x94e1ce['push'](_0x94e1ce['shift']());}catch(_0x5bb70e){_0x94e1ce['push'](_0x94e1ce['shift']());}}}(a26_0x4417,0x957bb));import{listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';export const datasetList={'service':'dataset','command':a26_0x133da0(0x1cf),'description':a26_0x133da0(0x1db),'risk':a26_0x133da0(0x1d3),'flags':[{'name':a26_0x133da0(0x1dd),'type':a26_0x133da0(0x1d0),'description':a26_0x133da0(0x1d9)},{...CODE_FLAG,'required':![],'description':'Filter\x20by\x20dataset\x20code\x20(server-side\x20exact\x20match)'}],async 'execute'(_0x23a95b){const _0x6258ac=a26_0x133da0,_0x3be0ea=_0x23a95b[_0x6258ac(0x1e8)](_0x6258ac(0x1dd)),_0x4cddee=_0x23a95b[_0x6258ac(0x1e8)]('code'),_0x505b40=await listDatasets(_0x23a95b[_0x6258ac(0x1d8)],{..._0x3be0ea&&{'name':_0x3be0ea},..._0x4cddee&&{'code':_0x4cddee}});return{'ok':!![],'data':{'total':_0x505b40[_0x6258ac(0x1e3)],'datasets':_0x505b40[_0x6258ac(0x1cd)](_0x3526bc=>{const _0x5d4329=_0x6258ac,_0x3372fc=_0x3526bc[_0x5d4329(0x1e0)]??{};return{'id':_0x3526bc['id'],'code':_0x3526bc[_0x5d4329(0x1cc)],'name':_0x3526bc[_0x5d4329(0x1dd)],'source':_0x3526bc[_0x5d4329(0x1dc)],'description':_0x3526bc[_0x5d4329(0x1cb)],'table':_0x3372fc['tableName'],'datasetKey':_0x3372fc[_0x5d4329(0x1e5)],'pk':_0x3372fc[_0x5d4329(0x1da)],'fields':_0x3372fc['allFields']?_0x3372fc[_0x5d4329(0x1d6)][_0x5d4329(0x1d5)](',')[_0x5d4329(0x1cd)](_0x1db052=>_0x1db052[_0x5d4329(0x1e1)]()):[]};})}};}};
@@ -1 +1 @@
1
- const a27_0x3b51da=a27_0x4027;function a27_0x4027(_0x427244,_0x4827de){_0x427244=_0x427244-0xa7;const _0x588a8c=a27_0x588a();let _0x40278c=_0x588a8c[_0x427244];return _0x40278c;}(function(_0xf1b3a7,_0x3dce3c){const _0x102d26=a27_0x4027,_0x2d74c3=_0xf1b3a7();while(!![]){try{const _0x5d710a=parseInt(_0x102d26(0xa9))/0x1+parseInt(_0x102d26(0xab))/0x2*(-parseInt(_0x102d26(0xbc))/0x3)+parseInt(_0x102d26(0xb7))/0x4*(parseInt(_0x102d26(0xad))/0x5)+parseInt(_0x102d26(0xaa))/0x6*(parseInt(_0x102d26(0xb5))/0x7)+-parseInt(_0x102d26(0xb4))/0x8*(-parseInt(_0x102d26(0xac))/0x9)+-parseInt(_0x102d26(0xb1))/0xa*(parseInt(_0x102d26(0xb0))/0xb)+-parseInt(_0x102d26(0xb6))/0xc*(parseInt(_0x102d26(0xb3))/0xd);if(_0x5d710a===_0x3dce3c)break;else _0x2d74c3['push'](_0x2d74c3['shift']());}catch(_0x20b683){_0x2d74c3['push'](_0x2d74c3['shift']());}}}(a27_0x588a,0xd9956));import{getDatasetSdkUsageDoc}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';const DEFAULT_MARKDOWN=a27_0x3b51da(0xb9);function a27_0x588a(){const _0x2f1132=['Get\x20SDK\x20usage\x20markdown\x20for\x20a\x20dataset\x20code','read','523302SfzOmA','sdk-doc','str','1123552zPliyE','6343842dyJneY','6GASKIq','783cmtxpG','1009990HFYSCT','string','appCode','737fjQWzv','203300bNdCgV','dataset','13366054JaerKM','37880cIAYzA','7YVppkR','12ksrAve','24QsbDSK','trim','#\x20Dataset\x20SDK\x20Usage\x20Documentation\x0a\x0a暂无\x20SDK\x20使用文档'];a27_0x588a=function(){return _0x2f1132;};return a27_0x588a();}export function formatDatasetSdkMarkdown(_0x1090c7){const _0x24e75f=a27_0x3b51da,_0x27f482=typeof _0x1090c7===_0x24e75f(0xae)?_0x1090c7[_0x24e75f(0xb8)]():'';return _0x27f482||DEFAULT_MARKDOWN;}export const datasetSdkDoc={'service':a27_0x3b51da(0xb2),'command':a27_0x3b51da(0xa7),'description':a27_0x3b51da(0xba),'risk':a27_0x3b51da(0xbb),'flags':[{...CODE_FLAG,'description':'Dataset\x20code\x20(32\x20characters).\x20Numeric\x20dataset\x20IDs\x20are\x20not\x20accepted.'}],async 'execute'(_0x16c4eb){const _0x16882b=a27_0x3b51da,_0x22a32f=_0x16c4eb[_0x16882b(0xa8)]('code'),_0x499df4=await getDatasetSdkUsageDoc(_0x22a32f,_0x16c4eb[_0x16882b(0xaf)]);return{'ok':!![],'data':{'code':_0x22a32f,'appCode':_0x16c4eb[_0x16882b(0xaf)],'markdown':formatDatasetSdkMarkdown(_0x499df4)}};}};
1
+ const a27_0x4f0fa0=a27_0x5138;(function(_0x2d453f,_0x273101){const _0x334a7e=a27_0x5138,_0x3794ae=_0x2d453f();while(!![]){try{const _0x5d4b2a=parseInt(_0x334a7e(0x1cc))/0x1+parseInt(_0x334a7e(0x1cb))/0x2+parseInt(_0x334a7e(0x1d7))/0x3*(parseInt(_0x334a7e(0x1c6))/0x4)+-parseInt(_0x334a7e(0x1d6))/0x5+parseInt(_0x334a7e(0x1cd))/0x6+parseInt(_0x334a7e(0x1d1))/0x7*(parseInt(_0x334a7e(0x1d2))/0x8)+-parseInt(_0x334a7e(0x1d5))/0x9*(parseInt(_0x334a7e(0x1c9))/0xa);if(_0x5d4b2a===_0x273101)break;else _0x3794ae['push'](_0x3794ae['shift']());}catch(_0x5c82b8){_0x3794ae['push'](_0x3794ae['shift']());}}}(a27_0x1951,0xaf5de));import{getDatasetSdkUsageDoc}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';const DEFAULT_MARKDOWN=a27_0x4f0fa0(0x1d3);function a27_0x1951(){const _0x283e9d=['code','65252VvmBSx','appCode','Get\x20SDK\x20usage\x20markdown\x20for\x20a\x20dataset\x20code','173890QxxhhQ','Dataset\x20code\x20(32\x20characters).\x20Numeric\x20dataset\x20IDs\x20are\x20not\x20accepted.','1016118llyyQN','339069emmPTf','1534512TJUKKm','trim','sdk-doc','string','56LLTKgA','1086320FCixdm','#\x20Dataset\x20SDK\x20Usage\x20Documentation\x0a\x0a暂无\x20SDK\x20使用文档','str','1314bMcNsA','1104155YLdZhY','237DxXIHv'];a27_0x1951=function(){return _0x283e9d;};return a27_0x1951();}export function formatDatasetSdkMarkdown(_0x3ca8f9){const _0x1f9406=a27_0x4f0fa0,_0x3e81ab=typeof _0x3ca8f9===_0x1f9406(0x1d0)?_0x3ca8f9[_0x1f9406(0x1ce)]():'';return _0x3e81ab||DEFAULT_MARKDOWN;}function a27_0x5138(_0x335c09,_0x57731a){_0x335c09=_0x335c09-0x1c6;const _0x195138=a27_0x1951();let _0x5138c2=_0x195138[_0x335c09];return _0x5138c2;}export const datasetSdkDoc={'service':'dataset','command':a27_0x4f0fa0(0x1cf),'description':a27_0x4f0fa0(0x1c8),'risk':'read','flags':[{...CODE_FLAG,'description':a27_0x4f0fa0(0x1ca)}],async 'execute'(_0x3afcd7){const _0x29398f=a27_0x4f0fa0,_0x453135=_0x3afcd7[_0x29398f(0x1d4)](_0x29398f(0x1d8)),_0x3bfea7=await getDatasetSdkUsageDoc(_0x453135,_0x3afcd7[_0x29398f(0x1c7)]);return{'ok':!![],'data':{'code':_0x453135,'appCode':_0x3afcd7[_0x29398f(0x1c7)],'markdown':formatDatasetSdkMarkdown(_0x3bfea7)}};}};
@@ -1 +1 @@
1
- const a28_0x6b9900=a28_0x410f;(function(_0x58a52a,_0x56d90e){const _0x4e19d9=a28_0x410f,_0x1f0afd=_0x58a52a();while(!![]){try{const _0x74edf0=-parseInt(_0x4e19d9(0xc1))/0x1*(-parseInt(_0x4e19d9(0xd2))/0x2)+parseInt(_0x4e19d9(0x89))/0x3*(parseInt(_0x4e19d9(0xa4))/0x4)+-parseInt(_0x4e19d9(0xaa))/0x5+-parseInt(_0x4e19d9(0x8f))/0x6*(parseInt(_0x4e19d9(0x92))/0x7)+-parseInt(_0x4e19d9(0xc9))/0x8*(-parseInt(_0x4e19d9(0xa3))/0x9)+-parseInt(_0x4e19d9(0xb1))/0xa*(parseInt(_0x4e19d9(0xb7))/0xb)+parseInt(_0x4e19d9(0xb8))/0xc;if(_0x74edf0===_0x56d90e)break;else _0x1f0afd['push'](_0x1f0afd['shift']());}catch(_0x1316da){_0x1f0afd['push'](_0x1f0afd['shift']());}}}(a28_0x40b8,0x5290c));import a28_0x2cea55 from'chalk';function a28_0x410f(_0x2d578e,_0x562daa){_0x2d578e=_0x2d578e-0x85;const _0x40b88d=a28_0x40b8();let _0x410fe7=_0x40b88d[_0x2d578e];return _0x410fe7;}import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{getCliVersion}from'../utils/version.js';import{getApiDomain,getRuntimeDomain,getUserDomain}from'../constant/domain.js';import{buildConfigFromFlags,initGlobalEnvironment,getProjectConfigPath,getGlobalConfigPath,inspectCliConfigJsonFile}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{isLegacyCompatConfigKey}from'../config/schema.js';function a28_0x40b8(){const _0x4b450b=['\x20(accessKey)','✓\x20Valid\x20JSON','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20auth\x20(effective):\x20','registryPath','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','1779760yYFEvw','format','empty','(none)','pageSize','appCode','11LpJUHX','5744952WnEiBk','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','env','defaultApp','✗\x20Invalid\x20JSON','read','\x20\x20runtimeDomain:\x20\x20\x20','commandCount','platform','1RKhhfo','red','bold','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','locale','version','\x20\x20API\x20Endpoints','green','32NhMkbo','⚠\x20Empty\x20(treated\x20as\x20{})','gray','status','(not\x20set)','\x20\x20Service\x20Tree','\x20\x20Config\x20Files','serviceCode','(set,\x20length=','99074dZkBJS','\x20\x20accessKey:\x20\x20\x20\x20\x20\x20\x20','length','(unnamed)','repeat','verbose','\x20\x20─','\x20\x20Commands:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','riskLevel','33lixzPo','yellow','padEnd','\x20\x20Registry:\x20\x20\x20\x20\x20\x20\x20\x20','accessKey','log','6mfRrRw','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','4183438UycvgG','currentApp','Diagnose\x20CLI\x20configuration\x20and\x20environment','\x20Imported\x20from:\x20','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','ClientAk','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','check','Project','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','arch','message','(removed\x20—\x20cookie\x20auth\x20disabled)','(not\x20found)','\x20(legacy/compat\x20only)','path','1318887wzvbMD','65408JTkcup','(default:\x20','\x20\x20Mode:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','missing','serviceCount','\x20doctor','902645eCIVmc'];a28_0x40b8=function(){return _0x4b450b;};return a28_0x40b8();}import{inspectServiceRegistry}from'../commands/service/registry.js';async function execute(_0x5077ed){const _0x457f13=a28_0x410f,_0x545227=getCliVersion(),_0x5e5658=buildConfigFromFlags({});await initGlobalEnvironment(_0x5e5658),console[_0x457f13(0x8e)](),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xc3)](CLI_BIN_NAME+_0x457f13(0xa9))),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xcb)]('─'['repeat'](0x32))),console[_0x457f13(0x8e)]('\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20'+_0x545227),console['log'](_0x457f13(0x97)+process[_0x457f13(0xc6)]),console[_0x457f13(0x8e)](_0x457f13(0x99)+process[_0x457f13(0xc0)]+'\x20'+process[_0x457f13(0x9d)]),console['log'](),console[_0x457f13(0x8e)](a28_0x2cea55['bold'](_0x457f13(0xcf))),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0x85)[_0x457f13(0xd6)](0x1e)));const _0x181764=getGlobalConfigPath(),_0x5c2c9e=getProjectConfigPath();console[_0x457f13(0x8e)](_0x457f13(0x90)+(_0x181764||a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xa0)))),console['log'](_0x457f13(0xad)+(_0x5c2c9e||a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xa0)))),console[_0x457f13(0x8e)](),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xc3)]('\x20\x20Config\x20JSON')),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0x85)[_0x457f13(0xd6)](0x1e)));const _0x147b0c=(_0x438314,_0x5a0f81)=>{const _0x19a261=_0x457f13;if(!_0x5a0f81){console[_0x19a261(0x8e)]('\x20\x20'+_0x438314[_0x19a261(0x8b)](0x11)+'\x20'+a28_0x2cea55['gray']('(no\x20file)'));return;}const _0x91cb22=inspectCliConfigJsonFile(_0x5a0f81);if(_0x91cb22[_0x19a261(0xcc)]==='ok')console['log']('\x20\x20'+_0x438314['padEnd'](0x11)+'\x20'+a28_0x2cea55['green'](_0x19a261(0xac)));else{if(_0x91cb22['status']==='empty')console[_0x19a261(0x8e)]('\x20\x20'+_0x438314[_0x19a261(0x8b)](0x11)+'\x20'+a28_0x2cea55[_0x19a261(0x8a)](_0x19a261(0xca)));else _0x91cb22['status']==='missing'?console[_0x19a261(0x8e)]('\x20\x20'+_0x438314[_0x19a261(0x8b)](0x11)+'\x20'+a28_0x2cea55[_0x19a261(0xcb)]('(missing)')):(console[_0x19a261(0x8e)]('\x20\x20'+_0x438314[_0x19a261(0x8b)](0x11)+'\x20'+a28_0x2cea55[_0x19a261(0xc2)](_0x19a261(0xbc))),console[_0x19a261(0x8e)]('\x20\x20'+''[_0x19a261(0x8b)](0x11)+'\x20'+a28_0x2cea55[_0x19a261(0xc2)](_0x91cb22[_0x19a261(0x9e)])));}};_0x147b0c('Global',_0x181764),_0x147b0c(_0x457f13(0x9b),_0x5c2c9e),console['log'](),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xc3)]('\x20\x20Merged\x20Config')),console['log'](a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0x85)[_0x457f13(0xd6)](0x1e))),console[_0x457f13(0x8e)]('\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x5e5658[_0x457f13(0xb6)]||a28_0x2cea55[_0x457f13(0xc2)](_0x457f13(0xcd)))),console['log']('\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x5e5658[_0x457f13(0xba)]);const _0x4657f4=isLegacyCompatConfigKey('locale')?a28_0x2cea55[_0x457f13(0xcb)](_0x5e5658['locale']+_0x457f13(0xa1)):_0x5e5658[_0x457f13(0xc5)];console[_0x457f13(0x8e)](_0x457f13(0x87)+_0x4657f4),console[_0x457f13(0x8e)](_0x457f13(0xb0)+(_0x5e5658[_0x457f13(0xbb)]||a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xb4)))),console[_0x457f13(0x8e)]('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x5e5658[_0x457f13(0x93)]||a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xb4)))),console[_0x457f13(0x8e)](_0x457f13(0xc4)+(_0x5e5658[_0x457f13(0xb2)]||a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xa5)+DEFAULT_CONFIG_VALUES['format']+')'))),console['log']('\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x5e5658[_0x457f13(0xb5)]??a28_0x2cea55[_0x457f13(0xcb)]('(default)'))),console[_0x457f13(0x8e)](_0x457f13(0x91)+_0x5e5658[_0x457f13(0x88)]),console['log']('\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x5e5658[_0x457f13(0xd7)]),console[_0x457f13(0x8e)](_0x457f13(0xae)+AUTH_MODE[_0x457f13(0x98)]),console[_0x457f13(0x8e)](_0x457f13(0xd3)+(_0x5e5658[_0x457f13(0x8d)]?a28_0x2cea55[_0x457f13(0xc8)](_0x457f13(0xd1)+_0x5e5658[_0x457f13(0x8d)][_0x457f13(0xd4)]+')'):a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xb4)))),console[_0x457f13(0x8e)](),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xc3)](_0x457f13(0xc7))),console['log'](a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0x85)[_0x457f13(0xd6)](0x1e))),console[_0x457f13(0x8e)](_0x457f13(0xb9)+getApiDomain()),console[_0x457f13(0x8e)](_0x457f13(0x96)+getUserDomain()),console[_0x457f13(0x8e)](_0x457f13(0xbe)+getRuntimeDomain()),console['log'](),console[_0x457f13(0x8e)](a28_0x2cea55[_0x457f13(0xc3)](_0x457f13(0xce))),console[_0x457f13(0x8e)](a28_0x2cea55['gray'](_0x457f13(0x85)[_0x457f13(0xd6)](0x1e)));const _0x5e2da1=inspectServiceRegistry();console[_0x457f13(0x8e)](_0x457f13(0x8c)+_0x5e2da1[_0x457f13(0xaf)]),console['log'](_0x457f13(0x9c)+formatServiceRegistryStatus(_0x5e2da1)),console['log']('\x20\x20Services:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x5e2da1[_0x457f13(0xa8)]),console['log'](_0x457f13(0x86)+_0x5e2da1['commandCount']);for(const _0x1bce5f of _0x5e2da1['services']){console[_0x457f13(0x8e)]('\x20\x20'+(_0x1bce5f[_0x457f13(0xd0)]+':')[_0x457f13(0x8b)](0x11)+'\x20'+(_0x1bce5f['name']||a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0xd5)))+'\x20('+_0x1bce5f[_0x457f13(0xbf)]+'\x20commands)'),console[_0x457f13(0x8e)]('\x20\x20'+''[_0x457f13(0x8b)](0x11)+_0x457f13(0x95)+_0x1bce5f['source'][_0x457f13(0xa2)]);}return console[_0x457f13(0x8e)](),console[_0x457f13(0x8e)](a28_0x2cea55['bold']('\x20\x20Auth')),console['log'](a28_0x2cea55[_0x457f13(0xcb)]('\x20\x20─'[_0x457f13(0xd6)](0x1e))),console[_0x457f13(0x8e)](_0x457f13(0xa6)+a28_0x2cea55['green'](AUTH_MODE[_0x457f13(0x98)]+_0x457f13(0xab))),console['log']('\x20\x20Session\x20check:\x20\x20\x20'+a28_0x2cea55[_0x457f13(0xcb)](_0x457f13(0x9f))),console[_0x457f13(0x8e)](),{'ok':!![]};}function formatServiceRegistryStatus(_0x4bc3ef){const _0xb350c=a28_0x410f;if(_0x4bc3ef[_0xb350c(0xcc)]==='ok')return a28_0x2cea55[_0xb350c(0xc8)]('✓\x20Loaded');if(_0x4bc3ef[_0xb350c(0xcc)]===_0xb350c(0xa7))return a28_0x2cea55['gray'](_0xb350c(0xa0));if(_0x4bc3ef['status']===_0xb350c(0xb3))return a28_0x2cea55[_0xb350c(0x8a)]('⚠\x20Empty');return a28_0x2cea55[_0xb350c(0xc2)]('✗\x20Invalid'+(_0x4bc3ef[_0xb350c(0x9e)]?':\x20'+_0x4bc3ef[_0xb350c(0x9e)]:''));}export const doctorDefinition={'service':'doctor','command':a28_0x6b9900(0x9a),'description':a28_0x6b9900(0x94),'risk':a28_0x6b9900(0xbd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ function a28_0x41d2(){const _0x1e5c18=['\x20\x20Session\x20check:\x20\x20\x20','6498aVdwbw','defaultApp','1045nLHGIL','repeat','(default)','\x20\x20Services:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Config\x20Files','501flACdp','verbose','serviceCount','2cuDURk','\x20\x20Auth','(removed\x20—\x20cookie\x20auth\x20disabled)','\x20\x20─','bold','\x20\x20Service\x20Tree','log','5847612TCtVfe','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20commands)','4076VHQFsv','registryPath','✓\x20Valid\x20JSON','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','7XFcrtw','3318416YxOFFo','pageSize','(no\x20file)','yellow','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','✗\x20Invalid\x20JSON','\x20\x20auth\x20(effective):\x20','109416PRNkoL','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','Diagnose\x20CLI\x20configuration\x20and\x20environment','format','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','riskLevel','(not\x20found)','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20Commands:\x20\x20\x20\x20\x20\x20\x20\x20','\x20doctor','\x20\x20API\x20Endpoints','red','appCode','(default:\x20','\x20\x20Registry:\x20\x20\x20\x20\x20\x20\x20\x20','(unnamed)','read','gray','ClientAk','version','green','locale','(set,\x20length=','arch','Project','✗\x20Invalid','services','accessKey','platform','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20accessKey:\x20\x20\x20\x20\x20\x20\x20','missing','empty','\x20\x20runtimeDomain:\x20\x20\x20','length','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','⚠\x20Empty\x20(treated\x20as\x20{})','(missing)','padEnd','(not\x20set)','✓\x20Loaded','commandCount','\x20(accessKey)','2685850ZduznQ','status','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','doctor','9530jEiJBO','1000604UCUAbi','(none)','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','message'];a28_0x41d2=function(){return _0x1e5c18;};return a28_0x41d2();}const a28_0x24c35b=a28_0x40ec;(function(_0x4b61ec,_0x231116){const _0x591ac7=a28_0x40ec,_0x5ca7c7=_0x4b61ec();while(!![]){try{const _0x5ba716=parseInt(_0x591ac7(0x20e))/0x1*(-parseInt(_0x591ac7(0x21e))/0x2)+-parseInt(_0x591ac7(0x21b))/0x3*(parseInt(_0x591ac7(0x229))/0x4)+parseInt(_0x591ac7(0x209))/0x5+parseInt(_0x591ac7(0x225))/0x6+-parseInt(_0x591ac7(0x22d))/0x7*(-parseInt(_0x591ac7(0x1d4))/0x8)+-parseInt(_0x591ac7(0x213))/0x9*(-parseInt(_0x591ac7(0x20d))/0xa)+parseInt(_0x591ac7(0x215))/0xb*(-parseInt(_0x591ac7(0x1dd))/0xc);if(_0x5ba716===_0x231116)break;else _0x5ca7c7['push'](_0x5ca7c7['shift']());}catch(_0x320a18){_0x5ca7c7['push'](_0x5ca7c7['shift']());}}}(a28_0x41d2,0x8d075));import a28_0x15f2ca from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{getCliVersion}from'../utils/version.js';import{getApiDomain,getRuntimeDomain,getUserDomain}from'../constant/domain.js';import{buildConfigFromFlags,initGlobalEnvironment,getProjectConfigPath,getGlobalConfigPath,inspectCliConfigJsonFile}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{isLegacyCompatConfigKey}from'../config/schema.js';import{inspectServiceRegistry}from'../commands/service/registry.js';async function execute(_0x146b68){const _0x2866ee=a28_0x40ec,_0x5ab31b=getCliVersion(),_0x39e88c=buildConfigFromFlags({});await initGlobalEnvironment(_0x39e88c),console['log'](),console['log'](a28_0x15f2ca[_0x2866ee(0x222)](CLI_BIN_NAME+_0x2866ee(0x1e7))),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x1ef)]('─'[_0x2866ee(0x216)](0x32))),console[_0x2866ee(0x224)](_0x2866ee(0x210)+_0x5ab31b),console[_0x2866ee(0x224)](_0x2866ee(0x1de)+process[_0x2866ee(0x1f1)]),console[_0x2866ee(0x224)]('\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x2866ee(0x1fa)]+'\x20'+process[_0x2866ee(0x1f5)]),console[_0x2866ee(0x224)](),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x222)](_0x2866ee(0x21a))),console['log'](a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x221)['repeat'](0x1e)));const _0x2347ae=getGlobalConfigPath(),_0x180e9b=getProjectConfigPath();console['log'](_0x2866ee(0x227)+(_0x2347ae||a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x1e3)))),console[_0x2866ee(0x224)](_0x2866ee(0x1e4)+(_0x180e9b||a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x1e3)))),console[_0x2866ee(0x224)](),console[_0x2866ee(0x224)](a28_0x15f2ca['bold']('\x20\x20Config\x20JSON')),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x1ef)]('\x20\x20─'['repeat'](0x1e)));const _0x592163=(_0x2f1fb0,_0x4ba040)=>{const _0x38f793=_0x2866ee;if(!_0x4ba040){console[_0x38f793(0x224)]('\x20\x20'+_0x2f1fb0[_0x38f793(0x204)](0x11)+'\x20'+a28_0x15f2ca[_0x38f793(0x1ef)](_0x38f793(0x1d6)));return;}const _0x1e87c2=inspectCliConfigJsonFile(_0x4ba040);if(_0x1e87c2['status']==='ok')console[_0x38f793(0x224)]('\x20\x20'+_0x2f1fb0[_0x38f793(0x204)](0x11)+'\x20'+a28_0x15f2ca['green'](_0x38f793(0x22b)));else{if(_0x1e87c2[_0x38f793(0x20a)]===_0x38f793(0x1fe))console[_0x38f793(0x224)]('\x20\x20'+_0x2f1fb0[_0x38f793(0x204)](0x11)+'\x20'+a28_0x15f2ca['yellow'](_0x38f793(0x202)));else _0x1e87c2[_0x38f793(0x20a)]===_0x38f793(0x1fd)?console[_0x38f793(0x224)]('\x20\x20'+_0x2f1fb0[_0x38f793(0x204)](0x11)+'\x20'+a28_0x15f2ca[_0x38f793(0x1ef)](_0x38f793(0x203))):(console['log']('\x20\x20'+_0x2f1fb0[_0x38f793(0x204)](0x11)+'\x20'+a28_0x15f2ca['red'](_0x38f793(0x1db))),console[_0x38f793(0x224)]('\x20\x20'+''['padEnd'](0x11)+'\x20'+a28_0x15f2ca[_0x38f793(0x1e9)](_0x1e87c2[_0x38f793(0x211)])));}};_0x592163('Global',_0x2347ae),_0x592163(_0x2866ee(0x1f6),_0x180e9b),console[_0x2866ee(0x224)](),console[_0x2866ee(0x224)](a28_0x15f2ca['bold'](_0x2866ee(0x1da))),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x221)['repeat'](0x1e))),console['log']('\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x39e88c[_0x2866ee(0x1ea)]||a28_0x15f2ca['red'](_0x2866ee(0x205)))),console[_0x2866ee(0x224)](_0x2866ee(0x1d8)+_0x39e88c['env']);const _0x10c952=isLegacyCompatConfigKey(_0x2866ee(0x1f3))?a28_0x15f2ca['gray'](_0x39e88c[_0x2866ee(0x1f3)]+'\x20(legacy/compat\x20only)'):_0x39e88c[_0x2866ee(0x1f3)];console[_0x2866ee(0x224)](_0x2866ee(0x219)+_0x10c952),console[_0x2866ee(0x224)](_0x2866ee(0x201)+(_0x39e88c[_0x2866ee(0x214)]||a28_0x15f2ca['gray']('(none)'))),console[_0x2866ee(0x224)](_0x2866ee(0x1d9)+(_0x39e88c['currentApp']||a28_0x15f2ca['gray'](_0x2866ee(0x20f)))),console[_0x2866ee(0x224)](_0x2866ee(0x20b)+(_0x39e88c[_0x2866ee(0x1e0)]||a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x1eb)+DEFAULT_CONFIG_VALUES[_0x2866ee(0x1e0)]+')'))),console[_0x2866ee(0x224)](_0x2866ee(0x22c)+(_0x39e88c[_0x2866ee(0x1d5)]??a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x217)))),console[_0x2866ee(0x224)]('\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20'+_0x39e88c[_0x2866ee(0x1e2)]),console[_0x2866ee(0x224)](_0x2866ee(0x1fb)+_0x39e88c[_0x2866ee(0x21c)]),console[_0x2866ee(0x224)](_0x2866ee(0x1dc)+AUTH_MODE[_0x2866ee(0x1f0)]),console[_0x2866ee(0x224)](_0x2866ee(0x1fc)+(_0x39e88c[_0x2866ee(0x1f9)]?a28_0x15f2ca['green'](_0x2866ee(0x1f4)+_0x39e88c[_0x2866ee(0x1f9)][_0x2866ee(0x200)]+')'):a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x20f)))),console[_0x2866ee(0x224)](),console[_0x2866ee(0x224)](a28_0x15f2ca['bold'](_0x2866ee(0x1e8))),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x221)['repeat'](0x1e))),console[_0x2866ee(0x224)](_0x2866ee(0x1e1)+getApiDomain()),console['log'](_0x2866ee(0x1e5)+getUserDomain()),console['log'](_0x2866ee(0x1ff)+getRuntimeDomain()),console[_0x2866ee(0x224)](),console[_0x2866ee(0x224)](a28_0x15f2ca['bold'](_0x2866ee(0x223))),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x221)[_0x2866ee(0x216)](0x1e)));const _0x566d64=inspectServiceRegistry();console[_0x2866ee(0x224)](_0x2866ee(0x1ec)+_0x566d64[_0x2866ee(0x22a)]),console[_0x2866ee(0x224)](_0x2866ee(0x226)+formatServiceRegistryStatus(_0x566d64)),console[_0x2866ee(0x224)](_0x2866ee(0x218)+_0x566d64[_0x2866ee(0x21d)]),console['log'](_0x2866ee(0x1e6)+_0x566d64[_0x2866ee(0x207)]);for(const _0x42359e of _0x566d64[_0x2866ee(0x1f8)]){console['log']('\x20\x20'+(_0x42359e['serviceCode']+':')[_0x2866ee(0x204)](0x11)+'\x20'+(_0x42359e['name']||a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x1ed)))+'\x20('+_0x42359e['commandCount']+_0x2866ee(0x228)),console[_0x2866ee(0x224)]('\x20\x20'+''[_0x2866ee(0x204)](0x11)+'\x20Imported\x20from:\x20'+_0x42359e['source']['path']);}return console[_0x2866ee(0x224)](),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x222)](_0x2866ee(0x21f))),console[_0x2866ee(0x224)](a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x221)[_0x2866ee(0x216)](0x1e))),console['log']('\x20\x20Mode:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a28_0x15f2ca[_0x2866ee(0x1f2)](AUTH_MODE[_0x2866ee(0x1f0)]+_0x2866ee(0x208))),console[_0x2866ee(0x224)](_0x2866ee(0x212)+a28_0x15f2ca[_0x2866ee(0x1ef)](_0x2866ee(0x220))),console[_0x2866ee(0x224)](),{'ok':!![]};}function a28_0x40ec(_0xf846fd,_0x111fc0){_0xf846fd=_0xf846fd-0x1d4;const _0x41d2e2=a28_0x41d2();let _0x40eca6=_0x41d2e2[_0xf846fd];return _0x40eca6;}function formatServiceRegistryStatus(_0x150713){const _0x4c4592=a28_0x40ec;if(_0x150713['status']==='ok')return a28_0x15f2ca['green'](_0x4c4592(0x206));if(_0x150713[_0x4c4592(0x20a)]===_0x4c4592(0x1fd))return a28_0x15f2ca['gray'](_0x4c4592(0x1e3));if(_0x150713[_0x4c4592(0x20a)]===_0x4c4592(0x1fe))return a28_0x15f2ca[_0x4c4592(0x1d7)]('⚠\x20Empty');return a28_0x15f2ca['red'](_0x4c4592(0x1f7)+(_0x150713[_0x4c4592(0x211)]?':\x20'+_0x150713[_0x4c4592(0x211)]:''));}export const doctorDefinition={'service':a28_0x24c35b(0x20c),'command':'check','description':a28_0x24c35b(0x1df),'risk':a28_0x24c35b(0x1ee),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a29_0x518a48=a29_0x2817;(function(_0x2a5173,_0x109033){const _0x103f6f=a29_0x2817,_0x651917=_0x2a5173();while(!![]){try{const _0xf0d85e=-parseInt(_0x103f6f(0x17d))/0x1*(parseInt(_0x103f6f(0x167))/0x2)+-parseInt(_0x103f6f(0x170))/0x3+parseInt(_0x103f6f(0x178))/0x4*(parseInt(_0x103f6f(0x19a))/0x5)+parseInt(_0x103f6f(0x19b))/0x6+-parseInt(_0x103f6f(0x194))/0x7*(-parseInt(_0x103f6f(0x179))/0x8)+parseInt(_0x103f6f(0x169))/0x9*(parseInt(_0x103f6f(0x16a))/0xa)+-parseInt(_0x103f6f(0x15d))/0xb;if(_0xf0d85e===_0x109033)break;else _0x651917['push'](_0x651917['shift']());}catch(_0x310a92){_0x651917['push'](_0x651917['shift']());}}}(a29_0x3d9f,0x40fdb));import{existsSync,readFileSync}from'node:fs';import{resolve,isAbsolute}from'node:path';import{createInterface}from'node:readline';import{CliErrors}from'../errors.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RUNTIME_ENV_VALUES}from'../constant/env.js';import{IMPORTABLE_RUNTIME_CONFIG_KEYS}from'../config/schema.js';import{resolveWriteConfigPath,readConfigFile,writeConfigFile,isNonInteractiveMode}from'../context.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{PRODUCT_CONFIG}from'../constant/product.js';export const initCreateFlagDefs=[{'name':a29_0x518a48(0x172),'type':'string','description':a29_0x518a48(0x173)},{'name':a29_0x518a48(0x15a),'type':a29_0x518a48(0x161),'description':a29_0x518a48(0x18e)+DEFAULT_CONFIG_VALUES[a29_0x518a48(0x15a)]+')','enum':[...RUNTIME_ENV_VALUES]},{'name':a29_0x518a48(0x195),'type':a29_0x518a48(0x16d),'description':a29_0x518a48(0x18b)+PRODUCT_CONFIG['newConfigFileName']+a29_0x518a48(0x160),'default':![]},{'name':a29_0x518a48(0x171),'type':a29_0x518a48(0x16d),'description':a29_0x518a48(0x174),'default':![]}];export const initImportFlagDefs=[{'name':a29_0x518a48(0x165),'type':a29_0x518a48(0x161),'description':'Import\x20from\x20a\x20.rabetbase.json\x20file\x20path','required':!![]},{'name':a29_0x518a48(0x172),'type':a29_0x518a48(0x161),'description':'Override\x20imported\x20default\x20appcode'},{'name':a29_0x518a48(0x15a),'type':a29_0x518a48(0x161),'description':a29_0x518a48(0x184),'enum':[...RUNTIME_ENV_VALUES]},{'name':'global','type':a29_0x518a48(0x16d),'description':'Write\x20to\x20global\x20(~/'+PRODUCT_CONFIG[a29_0x518a48(0x18a)]+a29_0x518a48(0x160),'default':![]},{'name':'yes','type':a29_0x518a48(0x16d),'description':a29_0x518a48(0x174),'default':![]}];export async function runInit(_0x4b6e85){const _0x487708=a29_0x518a48,_0x1ec30f=isNonInteractiveMode(_0x4b6e85),_0xb6a58b=_0x4b6e85[_0x487708(0x195)]?_0x487708(0x195):'project',_0x141c55=resolveWriteConfigPath(_0xb6a58b);try{_0x1ec30f?await runNonInteractive(_0x4b6e85,_0x141c55):await runInteractive(_0x4b6e85,_0x141c55);}catch(_0x1ef2ce){if(_0x1ef2ce instanceof AbortPrompt)throw CliErrors[_0x487708(0x18f)]();throw _0x1ef2ce;}}export async function runInitImport(_0x5abeb3){const _0x1799f0=a29_0x518a48,_0x1ff6cf=_0x5abeb3[_0x1799f0(0x195)]?_0x1799f0(0x195):_0x1799f0(0x166),_0x192f52=resolveWriteConfigPath(_0x1ff6cf);await runFromImport(_0x5abeb3,_0x192f52);}const RUNTIME_IRRELEVANT_KEYS=new Set([a29_0x518a48(0x15e)]);async function runFromImport(_0x2275a6,_0x495d2d){const _0x2ef652=a29_0x518a48,_0x504a86=resolveFilePath(_0x2275a6[_0x2ef652(0x165)]);if(!existsSync(_0x504a86))throw CliErrors[_0x2ef652(0x168)](_0x2ef652(0x190)+_0x504a86);const _0x2f3c93=readSourceFile(_0x504a86),_0xc07ac0=convertToRuntimeConfig(_0x2f3c93);_0x2275a6[_0x2ef652(0x172)]&&(_0xc07ac0[_0x2ef652(0x172)]=String(_0x2275a6[_0x2ef652(0x172)]));_0x2275a6['env']&&(_0xc07ac0['env']=resolveInitEnv(_0x2275a6));if(!_0xc07ac0[_0x2ef652(0x172)])throw CliErrors['validation'](_0x2ef652(0x198),_0x2ef652(0x16e));await writeInitConfig(_0x495d2d,_0xc07ac0,_0x2275a6),console[_0x2ef652(0x18c)](_0x2ef652(0x183)+_0x504a86),console[_0x2ef652(0x18c)](_0x2ef652(0x19e)+_0x495d2d),console['log']('\x20\x20appcode:\x20'+_0xc07ac0[_0x2ef652(0x172)]);if(_0xc07ac0['defaultApp'])console[_0x2ef652(0x18c)](_0x2ef652(0x187)+_0xc07ac0[_0x2ef652(0x175)]);}function convertToRuntimeConfig(_0x5d69ce){const _0x1694ee=a29_0x518a48;if(_0x5d69ce[_0x1694ee(0x177)]&&typeof _0x5d69ce[_0x1694ee(0x177)]===_0x1694ee(0x19c))throw CliErrors['validation'](_0x1694ee(0x197),'Run\x20`rabetbase\x20project\x20upgrade`\x20first,\x20then\x20retry\x20`lovrabet\x20app\x20import`.');const _0x18d8df={};for(const _0x4ec5fe of IMPORTABLE_RUNTIME_CONFIG_KEYS){_0x5d69ce[_0x4ec5fe]!==undefined&&(_0x18d8df[_0x4ec5fe]=_0x5d69ce[_0x4ec5fe]);}return!_0x18d8df[_0x1694ee(0x17b)]&&(_0x18d8df[_0x1694ee(0x17b)]=DEFAULT_CONFIG_VALUES[_0x1694ee(0x17b)]),_0x18d8df;}async function runNonInteractive(_0x480bcb,_0x11b5f0){const _0x338946=a29_0x518a48,_0x7679bd=_0x480bcb[_0x338946(0x172)];if(!_0x7679bd)throw CliErrors['flagMissing'](_0x338946(0x172),_0x338946(0x15f)+CLI_BIN_NAME+_0x338946(0x196));const _0x594162=resolveInitEnv(_0x480bcb);await writeInitConfig(_0x11b5f0,{'appcode':_0x7679bd,'env':_0x594162},_0x480bcb),console[_0x338946(0x18c)](_0x338946(0x18d)+_0x11b5f0),console[_0x338946(0x18c)]('\x20\x20appcode:\x20'+_0x7679bd),console[_0x338946(0x18c)](_0x338946(0x19d)+_0x594162);}async function runInteractive(_0xa0cafe,_0x245ba9){const _0xd6db5b=a29_0x518a48,_0x567248=loadExisting(_0x245ba9),_0x355e9c=typeof _0x567248?.[_0xd6db5b(0x172)]==='string'?_0x567248[_0xd6db5b(0x172)]:'',_0x5aacef=resolveInitEnv(_0xa0cafe);console[_0xd6db5b(0x18c)](CLI_BIN_NAME+_0xd6db5b(0x199)+PRODUCT_CONFIG[_0xd6db5b(0x18a)]+'\x0a');if(existsSync(_0x245ba9)&&!_0xa0cafe[_0xd6db5b(0x171)]){const _0x505f39=await promptYesNo(_0xd6db5b(0x181)+_0x245ba9+_0xd6db5b(0x191),![]);if(!_0x505f39){console['log'](_0xd6db5b(0x186));return;}}const _0x8629e0=typeof _0xa0cafe[_0xd6db5b(0x172)]===_0xd6db5b(0x161)?_0xa0cafe[_0xd6db5b(0x172)][_0xd6db5b(0x176)]():'';let _0x4ac720=_0x8629e0;!_0x4ac720&&(_0x4ac720=await promptInput('App\x20code',_0x355e9c));if(!_0x4ac720[_0xd6db5b(0x176)]())throw CliErrors[_0xd6db5b(0x168)]('App\x20code\x20cannot\x20be\x20empty.');await writeInitConfig(_0x245ba9,{'appcode':_0x4ac720[_0xd6db5b(0x176)](),'env':_0x5aacef},_0xa0cafe),console[_0xd6db5b(0x18c)](_0xd6db5b(0x17a)+_0x245ba9),console[_0xd6db5b(0x18c)](_0xd6db5b(0x16c)+_0x4ac720[_0xd6db5b(0x176)]()),console[_0xd6db5b(0x18c)]('\x20\x20env:\x20\x20\x20\x20\x20'+_0x5aacef);}async function writeInitConfig(_0x18d871,_0x7a8747,_0x21fa61){const _0x249209=a29_0x518a48;let _0x413a1d={};existsSync(_0x18d871)&&!_0x21fa61['yes']&&(_0x413a1d=readConfigFile(_0x18d871));for(const [_0x1bed81,_0x574987]of Object['entries'](_0x7a8747)){_0x574987!==undefined&&(_0x413a1d[_0x1bed81]=_0x574987);}if(_0x413a1d[_0x249209(0x189)])delete _0x413a1d[_0x249209(0x189)];writeConfigFile(_0x18d871,_0x413a1d);}function a29_0x2817(_0x508da7,_0x4ad132){_0x508da7=_0x508da7-0x159;const _0x3d9f41=a29_0x3d9f();let _0x28171d=_0x3d9f41[_0x508da7];return _0x28171d;}class AbortPrompt extends Error{constructor(){const _0x25273f=a29_0x518a48;super(_0x25273f(0x16b)),this['name']=_0x25273f(0x185);}}function createSafeRl(){const _0x10c1f4=a29_0x518a48,_0x59f34b=createInterface({'input':process['stdin'],'output':process[_0x10c1f4(0x17e)]});let _0x349d97;const _0x6c48ce=new Promise((_0x1b1c9b,_0x3d9a7e)=>{const _0x1feb35=_0x10c1f4;_0x349d97=()=>{const _0x15171d=a29_0x2817;_0x349d97&&(_0x59f34b[_0x15171d(0x188)](_0x15171d(0x19f),_0x349d97),_0x349d97=undefined);try{_0x59f34b['close']();}catch{}_0x3d9a7e(new AbortPrompt());},_0x59f34b[_0x1feb35(0x15c)]('SIGINT',_0x349d97);}),_0x3ca59a=()=>{const _0x1ed2b9=_0x10c1f4;_0x349d97&&(_0x59f34b[_0x1ed2b9(0x188)](_0x1ed2b9(0x19f),_0x349d97),_0x349d97=undefined);try{_0x59f34b[_0x1ed2b9(0x193)]();}catch{}};return{'rl':_0x59f34b,'abortPromise':_0x6c48ce,'disposeSuccess':_0x3ca59a};}async function promptInput(_0x712cb3,_0x516557){const _0x494289=a29_0x518a48,{rl:_0x1df087,abortPromise:_0x15f935,disposeSuccess:_0x30aa7c}=createSafeRl(),_0x3ffaa0=new Promise(_0x2188c2=>{const _0x39a373=a29_0x2817,_0x1647ed=_0x516557?'\x20\x20'+_0x712cb3+'\x20('+_0x516557+_0x39a373(0x15b):'\x20\x20'+_0x712cb3+':\x20';_0x1df087[_0x39a373(0x16f)](_0x1647ed,_0x33fc3c=>{const _0x1b8101=_0x39a373;_0x30aa7c(),_0x2188c2(_0x33fc3c[_0x1b8101(0x176)]()||_0x516557);});});return Promise[_0x494289(0x17f)]([_0x3ffaa0,_0x15f935]);}function a29_0x3d9f(){const _0x44d436=['\x20\x20default:\x20','removeListener','app','newConfigFileName','Write\x20to\x20global\x20(~/','log','Initialized\x20','Target\x20environment\x20(default\x20','cancelled','Source\x20file\x20not\x20found:\x20','\x20already\x20exists.\x20Overwrite?','Invalid\x20env\x20\x22','close','7FwuEPx','global','\x20app\x20init\x20--appcode\x20<code>\x20[--env\x20daily]\x20[--global]','Legacy\x20/\x20multi-app\x20.rabetbase.json\x20is\x20no\x20longer\x20supported\x20for\x20import.','Source\x20file\x20does\x20not\x20contain\x20an\x20importable\x20appcode.','\x20init\x20—\x20Create\x20','5dkZxtX','1756638MIiMPA','object','\x20\x20env:\x20\x20\x20\x20\x20','\x20\x20config:\x20\x20','SIGINT','join','env','):\x20','once','3764871SizXza','apiDir','Usage:\x20',')\x20instead\x20of\x20project','string','[Y/n]','parse','includes','file','project','166qdWMgG','validation','9qIGKVk','1751820sURKsj','User\x20aborted\x20prompt','\x20\x20appcode:\x20','boolean','Provide\x20--appcode\x20<code>\x20or\x20use\x20an\x20upgraded\x20.rabetbase.json\x20with\x20top-level\x20appcode.\x20Legacy\x20files\x20must\x20be\x20upgraded\x20first\x20with\x20`rabetbase\x20project\x20upgrade`.','question','954927xuwiDB','yes','appcode','App\x20code\x20for\x20the\x20project','Skip\x20confirmation\x20when\x20overwriting','defaultApp','trim','apps','1047852HiaEuS','2102056oJZkeo','\x0aInitialized\x20','riskLevel','\x22.\x20Allowed:\x20','794xumqza','stdout','race','message','File\x20','cwd','Imported\x20from\x20','Override\x20imported\x20default\x20env','AbortPrompt','Aborted.'];a29_0x3d9f=function(){return _0x44d436;};return a29_0x3d9f();}async function promptYesNo(_0x133501,_0x2d988a){const _0x56bfc5=a29_0x518a48,{rl:_0x45fa1f,abortPromise:_0xcced6f,disposeSuccess:_0x3f717e}=createSafeRl(),_0x1c568b=new Promise(_0x5b5d12=>{const _0x411151=a29_0x2817,_0x3fb99e=_0x2d988a?_0x411151(0x162):'[y/N]';_0x45fa1f[_0x411151(0x16f)]('\x20\x20'+_0x133501+'\x20'+_0x3fb99e+':\x20',_0x1ef5e7=>{_0x3f717e();const _0x314b8c=_0x1ef5e7['trim']()['toLowerCase']();if(_0x314b8c==='y'||_0x314b8c==='yes')_0x5b5d12(!![]);else{if(_0x314b8c==='n'||_0x314b8c==='no')_0x5b5d12(![]);else _0x5b5d12(_0x2d988a);}});});return Promise[_0x56bfc5(0x17f)]([_0x1c568b,_0xcced6f]);}function loadExisting(_0x4f1776){if(!existsSync(_0x4f1776))return null;return readConfigFile(_0x4f1776);}function resolveFilePath(_0x4dbcac){const _0x3c4331=a29_0x518a48;return isAbsolute(_0x4dbcac)?_0x4dbcac:resolve(process[_0x3c4331(0x182)](),_0x4dbcac);}function readSourceFile(_0x2f27f2){const _0x496b26=a29_0x518a48;try{const _0x7e0f07=readFileSync(_0x2f27f2,{'encoding':'utf8'});return JSON[_0x496b26(0x163)](_0x7e0f07);}catch(_0x2944b2){throw CliErrors[_0x496b26(0x168)]('Failed\x20to\x20parse\x20source\x20file:\x20'+_0x2944b2[_0x496b26(0x180)]);}}function resolveInitEnv(_0x7bfa1e){const _0x114d69=a29_0x518a48,_0x473326=_0x7bfa1e['env'];if(_0x473326===undefined||_0x473326==='')return DEFAULT_CONFIG_VALUES[_0x114d69(0x15a)];if(!RUNTIME_ENV_VALUES[_0x114d69(0x164)](_0x473326))throw CliErrors['validation'](_0x114d69(0x192)+_0x473326+_0x114d69(0x17c)+RUNTIME_ENV_VALUES[_0x114d69(0x159)](',\x20'));return _0x473326;}
1
+ const a29_0x3bbb2b=a29_0x1be5;(function(_0x50629c,_0x4e6587){const _0x308943=a29_0x1be5,_0x50592c=_0x50629c();while(!![]){try{const _0xb4f69a=parseInt(_0x308943(0xd0))/0x1*(parseInt(_0x308943(0xda))/0x2)+parseInt(_0x308943(0x100))/0x3*(parseInt(_0x308943(0xca))/0x4)+parseInt(_0x308943(0xdc))/0x5+parseInt(_0x308943(0xd9))/0x6+-parseInt(_0x308943(0xfe))/0x7+parseInt(_0x308943(0xd5))/0x8+-parseInt(_0x308943(0xe6))/0x9*(parseInt(_0x308943(0xe8))/0xa);if(_0xb4f69a===_0x4e6587)break;else _0x50592c['push'](_0x50592c['shift']());}catch(_0x3047f5){_0x50592c['push'](_0x50592c['shift']());}}}(a29_0x3703,0x7b7b5));import{existsSync,readFileSync}from'node:fs';import{resolve,isAbsolute}from'node:path';import{createInterface}from'node:readline';import{CliErrors}from'../errors.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RUNTIME_ENV_VALUES}from'../constant/env.js';import{IMPORTABLE_RUNTIME_CONFIG_KEYS}from'../config/schema.js';function a29_0x3703(){const _0x493dc3=['removeListener','AbortPrompt','Initialized\x20','riskLevel','3176888eKzYMu','entries','apps','stdout','2757624LHhOyQ','2BtaMqG','log','3107525QYbGsL','Override\x20imported\x20default\x20appcode','\x20\x20env:\x20\x20\x20\x20\x20','trim','Write\x20to\x20global\x20(~/','project','utf8','Aborted.','toLowerCase','app','87903SpBhnq','\x20already\x20exists.\x20Overwrite?','2390tNKzum','object','string','question','defaultApp','\x20\x20appcode:\x20','Provide\x20--appcode\x20<code>\x20or\x20use\x20an\x20upgraded\x20.rabetbase.json\x20with\x20top-level\x20appcode.\x20Legacy\x20files\x20must\x20be\x20upgraded\x20first\x20with\x20`rabetbase\x20project\x20upgrade`.','Invalid\x20env\x20\x22','cwd','Imported\x20from\x20','newConfigFileName','Legacy\x20/\x20multi-app\x20.rabetbase.json\x20is\x20no\x20longer\x20supported\x20for\x20import.','stdin','Source\x20file\x20does\x20not\x20contain\x20an\x20importable\x20appcode.','close','Run\x20`rabetbase\x20project\x20upgrade`\x20first,\x20then\x20retry\x20`lovrabet\x20app\x20import`.','App\x20code','[y/N]','Failed\x20to\x20parse\x20source\x20file:\x20','User\x20aborted\x20prompt','join','Usage:\x20','3711953LrvfSI','file','9rWzsqi','\x0aInitialized\x20',')\x20instead\x20of\x20project','appcode','\x20\x20config:\x20\x20','validation','\x20init\x20—\x20Create\x20','Skip\x20confirmation\x20when\x20overwriting','yes','env','boolean','1213096vdvTeg','SIGINT','flagMissing','):\x20','App\x20code\x20for\x20the\x20project','global','982331HYhRyl'];a29_0x3703=function(){return _0x493dc3;};return a29_0x3703();}import{resolveWriteConfigPath,readConfigFile,writeConfigFile,isNonInteractiveMode}from'../context.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{PRODUCT_CONFIG}from'../constant/product.js';export const initCreateFlagDefs=[{'name':'appcode','type':a29_0x3bbb2b(0xea),'description':a29_0x3bbb2b(0xce)},{'name':a29_0x3bbb2b(0xc8),'type':a29_0x3bbb2b(0xea),'description':'Target\x20environment\x20(default\x20'+DEFAULT_CONFIG_VALUES[a29_0x3bbb2b(0xc8)]+')','enum':[...RUNTIME_ENV_VALUES]},{'name':a29_0x3bbb2b(0xcf),'type':a29_0x3bbb2b(0xc9),'description':a29_0x3bbb2b(0xe0)+PRODUCT_CONFIG[a29_0x3bbb2b(0xf2)]+a29_0x3bbb2b(0xc1),'default':![]},{'name':'yes','type':a29_0x3bbb2b(0xc9),'description':a29_0x3bbb2b(0xc6),'default':![]}];export const initImportFlagDefs=[{'name':a29_0x3bbb2b(0xff),'type':'string','description':'Import\x20from\x20a\x20.rabetbase.json\x20file\x20path','required':!![]},{'name':a29_0x3bbb2b(0xc2),'type':a29_0x3bbb2b(0xea),'description':a29_0x3bbb2b(0xdd)},{'name':a29_0x3bbb2b(0xc8),'type':a29_0x3bbb2b(0xea),'description':'Override\x20imported\x20default\x20env','enum':[...RUNTIME_ENV_VALUES]},{'name':a29_0x3bbb2b(0xcf),'type':a29_0x3bbb2b(0xc9),'description':a29_0x3bbb2b(0xe0)+PRODUCT_CONFIG[a29_0x3bbb2b(0xf2)]+')\x20instead\x20of\x20project','default':![]},{'name':a29_0x3bbb2b(0xc7),'type':a29_0x3bbb2b(0xc9),'description':a29_0x3bbb2b(0xc6),'default':![]}];export async function runInit(_0x231f7d){const _0x3ce7e3=a29_0x3bbb2b,_0x49920c=isNonInteractiveMode(_0x231f7d),_0x123f3f=_0x231f7d[_0x3ce7e3(0xcf)]?_0x3ce7e3(0xcf):'project',_0x2c7075=resolveWriteConfigPath(_0x123f3f);try{_0x49920c?await runNonInteractive(_0x231f7d,_0x2c7075):await runInteractive(_0x231f7d,_0x2c7075);}catch(_0x50d3d6){if(_0x50d3d6 instanceof AbortPrompt)throw CliErrors['cancelled']();throw _0x50d3d6;}}export async function runInitImport(_0x4d1327){const _0x1f40b1=a29_0x3bbb2b,_0x152135=_0x4d1327[_0x1f40b1(0xcf)]?_0x1f40b1(0xcf):_0x1f40b1(0xe1),_0x23ea69=resolveWriteConfigPath(_0x152135);await runFromImport(_0x4d1327,_0x23ea69);}const RUNTIME_IRRELEVANT_KEYS=new Set(['apiDir']);async function runFromImport(_0x228360,_0x38f575){const _0x2e0452=a29_0x3bbb2b,_0x1785cd=resolveFilePath(_0x228360['file']);if(!existsSync(_0x1785cd))throw CliErrors['validation']('Source\x20file\x20not\x20found:\x20'+_0x1785cd);const _0x1c8176=readSourceFile(_0x1785cd),_0x39e238=convertToRuntimeConfig(_0x1c8176);_0x228360[_0x2e0452(0xc2)]&&(_0x39e238[_0x2e0452(0xc2)]=String(_0x228360[_0x2e0452(0xc2)]));_0x228360[_0x2e0452(0xc8)]&&(_0x39e238[_0x2e0452(0xc8)]=resolveInitEnv(_0x228360));if(!_0x39e238[_0x2e0452(0xc2)])throw CliErrors[_0x2e0452(0xc4)](_0x2e0452(0xf5),_0x2e0452(0xee));await writeInitConfig(_0x38f575,_0x39e238,_0x228360),console[_0x2e0452(0xdb)](_0x2e0452(0xf1)+_0x1785cd),console[_0x2e0452(0xdb)](_0x2e0452(0xc3)+_0x38f575),console['log'](_0x2e0452(0xed)+_0x39e238['appcode']);if(_0x39e238[_0x2e0452(0xec)])console[_0x2e0452(0xdb)]('\x20\x20default:\x20'+_0x39e238['defaultApp']);}function convertToRuntimeConfig(_0x3d9cc8){const _0x213ebd=a29_0x3bbb2b;if(_0x3d9cc8[_0x213ebd(0xd7)]&&typeof _0x3d9cc8['apps']===_0x213ebd(0xe9))throw CliErrors[_0x213ebd(0xc4)](_0x213ebd(0xf3),_0x213ebd(0xf7));const _0x345531={};for(const _0x124040 of IMPORTABLE_RUNTIME_CONFIG_KEYS){_0x3d9cc8[_0x124040]!==undefined&&(_0x345531[_0x124040]=_0x3d9cc8[_0x124040]);}return!_0x345531[_0x213ebd(0xd4)]&&(_0x345531[_0x213ebd(0xd4)]=DEFAULT_CONFIG_VALUES[_0x213ebd(0xd4)]),_0x345531;}async function runNonInteractive(_0x4ab873,_0x590b09){const _0x59069a=a29_0x3bbb2b,_0x50fa9b=_0x4ab873[_0x59069a(0xc2)];if(!_0x50fa9b)throw CliErrors[_0x59069a(0xcc)](_0x59069a(0xc2),_0x59069a(0xfd)+CLI_BIN_NAME+'\x20app\x20init\x20--appcode\x20<code>\x20[--env\x20daily]\x20[--global]');const _0x37d669=resolveInitEnv(_0x4ab873);await writeInitConfig(_0x590b09,{'appcode':_0x50fa9b,'env':_0x37d669},_0x4ab873),console[_0x59069a(0xdb)](_0x59069a(0xd3)+_0x590b09),console[_0x59069a(0xdb)](_0x59069a(0xed)+_0x50fa9b),console[_0x59069a(0xdb)](_0x59069a(0xde)+_0x37d669);}async function runInteractive(_0x2159e7,_0x4b6041){const _0x26d2fe=a29_0x3bbb2b,_0x1b0ea1=loadExisting(_0x4b6041),_0x128734=typeof _0x1b0ea1?.[_0x26d2fe(0xc2)]===_0x26d2fe(0xea)?_0x1b0ea1[_0x26d2fe(0xc2)]:'',_0x54a728=resolveInitEnv(_0x2159e7);console['log'](CLI_BIN_NAME+_0x26d2fe(0xc5)+PRODUCT_CONFIG['newConfigFileName']+'\x0a');if(existsSync(_0x4b6041)&&!_0x2159e7[_0x26d2fe(0xc7)]){const _0x36b05d=await promptYesNo('File\x20'+_0x4b6041+_0x26d2fe(0xe7),![]);if(!_0x36b05d){console[_0x26d2fe(0xdb)](_0x26d2fe(0xe3));return;}}const _0x1b72f8=typeof _0x2159e7[_0x26d2fe(0xc2)]===_0x26d2fe(0xea)?_0x2159e7[_0x26d2fe(0xc2)][_0x26d2fe(0xdf)]():'';let _0x1b0b3f=_0x1b72f8;!_0x1b0b3f&&(_0x1b0b3f=await promptInput(_0x26d2fe(0xf8),_0x128734));if(!_0x1b0b3f['trim']())throw CliErrors['validation']('App\x20code\x20cannot\x20be\x20empty.');await writeInitConfig(_0x4b6041,{'appcode':_0x1b0b3f[_0x26d2fe(0xdf)](),'env':_0x54a728},_0x2159e7),console[_0x26d2fe(0xdb)](_0x26d2fe(0xc0)+_0x4b6041),console[_0x26d2fe(0xdb)]('\x20\x20appcode:\x20'+_0x1b0b3f[_0x26d2fe(0xdf)]()),console[_0x26d2fe(0xdb)](_0x26d2fe(0xde)+_0x54a728);}async function writeInitConfig(_0x25ca5c,_0x2e0c65,_0x8bd759){const _0xfc5041=a29_0x3bbb2b;let _0x1fd70c={};existsSync(_0x25ca5c)&&!_0x8bd759['yes']&&(_0x1fd70c=readConfigFile(_0x25ca5c));for(const [_0x1bcfcf,_0x2d7494]of Object[_0xfc5041(0xd6)](_0x2e0c65)){_0x2d7494!==undefined&&(_0x1fd70c[_0x1bcfcf]=_0x2d7494);}if(_0x1fd70c[_0xfc5041(0xe5)])delete _0x1fd70c[_0xfc5041(0xe5)];writeConfigFile(_0x25ca5c,_0x1fd70c);}class AbortPrompt extends Error{constructor(){const _0x5e948f=a29_0x3bbb2b;super(_0x5e948f(0xfb)),this['name']=_0x5e948f(0xd2);}}function createSafeRl(){const _0x537538=a29_0x3bbb2b,_0x1980c4=createInterface({'input':process[_0x537538(0xf4)],'output':process[_0x537538(0xd8)]});let _0x1d87f6;const _0x61df22=new Promise((_0x383d13,_0x42c426)=>{const _0x122876=_0x537538;_0x1d87f6=()=>{const _0x3392c6=a29_0x1be5;_0x1d87f6&&(_0x1980c4[_0x3392c6(0xd1)](_0x3392c6(0xcb),_0x1d87f6),_0x1d87f6=undefined);try{_0x1980c4[_0x3392c6(0xf6)]();}catch{}_0x42c426(new AbortPrompt());},_0x1980c4['once'](_0x122876(0xcb),_0x1d87f6);}),_0x1ae7de=()=>{const _0xb79fc0=_0x537538;_0x1d87f6&&(_0x1980c4['removeListener'](_0xb79fc0(0xcb),_0x1d87f6),_0x1d87f6=undefined);try{_0x1980c4[_0xb79fc0(0xf6)]();}catch{}};return{'rl':_0x1980c4,'abortPromise':_0x61df22,'disposeSuccess':_0x1ae7de};}function a29_0x1be5(_0x15b73b,_0x519d96){_0x15b73b=_0x15b73b-0xc0;const _0x370347=a29_0x3703();let _0x1be530=_0x370347[_0x15b73b];return _0x1be530;}async function promptInput(_0x4c67ba,_0x24be66){const {rl:_0x44435d,abortPromise:_0x39f3c1,disposeSuccess:_0x55ad21}=createSafeRl(),_0x3bd1bf=new Promise(_0x5415b4=>{const _0x6a65dd=a29_0x1be5,_0x4552c7=_0x24be66?'\x20\x20'+_0x4c67ba+'\x20('+_0x24be66+_0x6a65dd(0xcd):'\x20\x20'+_0x4c67ba+':\x20';_0x44435d[_0x6a65dd(0xeb)](_0x4552c7,_0x5a71a7=>{const _0x362bee=_0x6a65dd;_0x55ad21(),_0x5415b4(_0x5a71a7[_0x362bee(0xdf)]()||_0x24be66);});});return Promise['race']([_0x3bd1bf,_0x39f3c1]);}async function promptYesNo(_0x58c972,_0x159af2){const {rl:_0x4778de,abortPromise:_0xd16067,disposeSuccess:_0x345580}=createSafeRl(),_0x5b9503=new Promise(_0x195551=>{const _0x2eca36=a29_0x1be5,_0x470de3=_0x159af2?'[Y/n]':_0x2eca36(0xf9);_0x4778de[_0x2eca36(0xeb)]('\x20\x20'+_0x58c972+'\x20'+_0x470de3+':\x20',_0x2d2835=>{const _0x207fe4=_0x2eca36;_0x345580();const _0x3662b3=_0x2d2835[_0x207fe4(0xdf)]()[_0x207fe4(0xe4)]();if(_0x3662b3==='y'||_0x3662b3===_0x207fe4(0xc7))_0x195551(!![]);else{if(_0x3662b3==='n'||_0x3662b3==='no')_0x195551(![]);else _0x195551(_0x159af2);}});});return Promise['race']([_0x5b9503,_0xd16067]);}function loadExisting(_0xe600f0){if(!existsSync(_0xe600f0))return null;return readConfigFile(_0xe600f0);}function resolveFilePath(_0x5572d4){const _0x83a8ad=a29_0x3bbb2b;return isAbsolute(_0x5572d4)?_0x5572d4:resolve(process[_0x83a8ad(0xf0)](),_0x5572d4);}function readSourceFile(_0x1bb673){const _0x16b4e7=a29_0x3bbb2b;try{const _0x3a2e0d=readFileSync(_0x1bb673,{'encoding':_0x16b4e7(0xe2)});return JSON['parse'](_0x3a2e0d);}catch(_0xc40aec){throw CliErrors['validation'](_0x16b4e7(0xfa)+_0xc40aec['message']);}}function resolveInitEnv(_0x56a4fb){const _0x3db49a=a29_0x3bbb2b,_0x462c16=_0x56a4fb[_0x3db49a(0xc8)];if(_0x462c16===undefined||_0x462c16==='')return DEFAULT_CONFIG_VALUES['env'];if(!RUNTIME_ENV_VALUES['includes'](_0x462c16))throw CliErrors['validation'](_0x3db49a(0xef)+_0x462c16+'\x22.\x20Allowed:\x20'+RUNTIME_ENV_VALUES[_0x3db49a(0xfc)](',\x20'));return _0x462c16;}