@lovrabet/rabetbase-cli 2.3.2-beta.1 → 2.3.3-beta.1

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 (219) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/discover.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app/use.js +1 -1
  26. package/lib/commands/app-config/delete.js +1 -1
  27. package/lib/commands/app-config/get.js +1 -1
  28. package/lib/commands/app-config/index.js +1 -1
  29. package/lib/commands/app-config/list.js +1 -1
  30. package/lib/commands/app-config/set.js +1 -1
  31. package/lib/commands/app-config/shared.js +1 -1
  32. package/lib/commands/auth/index.js +1 -1
  33. package/lib/commands/bff/create.js +1 -1
  34. package/lib/commands/bff/delete.js +1 -1
  35. package/lib/commands/bff/detail.js +1 -1
  36. package/lib/commands/bff/index.js +1 -1
  37. package/lib/commands/bff/list.js +1 -1
  38. package/lib/commands/bff/pull.js +1 -1
  39. package/lib/commands/bff/push.js +1 -1
  40. package/lib/commands/bff/status.js +1 -1
  41. package/lib/commands/cli-skill/index.js +1 -1
  42. package/lib/commands/cli-update.js +1 -1
  43. package/lib/commands/codegen/index.js +1 -1
  44. package/lib/commands/codegen/sdk.js +1 -1
  45. package/lib/commands/codegen/sql.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/flags.js +1 -1
  48. package/lib/commands/common/validate.js +1 -1
  49. package/lib/commands/config/get.js +1 -1
  50. package/lib/commands/config/index.js +1 -1
  51. package/lib/commands/config/list.js +1 -1
  52. package/lib/commands/config/set.js +1 -1
  53. package/lib/commands/config/shared.js +1 -1
  54. package/lib/commands/data/filter.js +1 -1
  55. package/lib/commands/data/getOne.js +1 -1
  56. package/lib/commands/data/index.js +1 -1
  57. package/lib/commands/data/shared.js +1 -1
  58. package/lib/commands/dataset/business-group-update.js +1 -1
  59. package/lib/commands/dataset/capability.js +1 -1
  60. package/lib/commands/dataset/delete.js +1 -1
  61. package/lib/commands/dataset/detail.js +1 -1
  62. package/lib/commands/dataset/extend-update.js +1 -1
  63. package/lib/commands/dataset/field-update.js +1 -1
  64. package/lib/commands/dataset/generate.js +1 -0
  65. package/lib/commands/dataset/index.js +1 -1
  66. package/lib/commands/dataset/list.js +1 -1
  67. package/lib/commands/dataset/operations.js +1 -1
  68. package/lib/commands/dataset/relation-audit.js +1 -1
  69. package/lib/commands/dataset/relation-create.js +1 -1
  70. package/lib/commands/dataset/relation-delete.js +1 -1
  71. package/lib/commands/dataset/relation-shared.js +1 -1
  72. package/lib/commands/dataset/relation-update.js +1 -1
  73. package/lib/commands/dataset/relations.js +1 -1
  74. package/lib/commands/dataset/rename.js +1 -1
  75. package/lib/commands/dataset/restore.js +1 -1
  76. package/lib/commands/db/analyze-cancel.js +1 -1
  77. package/lib/commands/db/analyze-start.js +1 -1
  78. package/lib/commands/db/analyze-status.js +1 -1
  79. package/lib/commands/db/create.js +1 -1
  80. package/lib/commands/db/delete.js +1 -1
  81. package/lib/commands/db/detail.js +1 -1
  82. package/lib/commands/db/diff.js +1 -1
  83. package/lib/commands/db/index.js +1 -1
  84. package/lib/commands/db/list.js +1 -1
  85. package/lib/commands/db/shared.js +1 -1
  86. package/lib/commands/db/tables.js +1 -1
  87. package/lib/commands/db/test.js +1 -1
  88. package/lib/commands/db/update.js +1 -1
  89. package/lib/commands/doctor.js +1 -1
  90. package/lib/commands/init/index.js +1 -1
  91. package/lib/commands/issue/index.js +1 -1
  92. package/lib/commands/issue/nudge.js +1 -1
  93. package/lib/commands/issue/report.js +1 -1
  94. package/lib/commands/issue/shared.js +1 -1
  95. package/lib/commands/logs/index.js +1 -1
  96. package/lib/commands/menu/index.js +1 -1
  97. package/lib/commands/menu/list.js +1 -1
  98. package/lib/commands/menu/shared/compare-table.js +1 -1
  99. package/lib/commands/menu/shared/index.js +1 -1
  100. package/lib/commands/menu/shared/inquirer.js +1 -1
  101. package/lib/commands/menu/shared/local-pages.js +1 -1
  102. package/lib/commands/menu/shared/logic.js +1 -1
  103. package/lib/commands/menu/shared/service.js +1 -1
  104. package/lib/commands/menu/shared/sync-core.js +1 -1
  105. package/lib/commands/menu/shared/update-core.js +1 -1
  106. package/lib/commands/menu/shared/valid-url.js +1 -1
  107. package/lib/commands/menu/sync.js +1 -1
  108. package/lib/commands/menu/update.js +1 -1
  109. package/lib/commands/page/generate-start.js +1 -1
  110. package/lib/commands/page/generate-status.js +1 -1
  111. package/lib/commands/page/index.js +1 -1
  112. package/lib/commands/page/pull.js +1 -1
  113. package/lib/commands/page/push.js +1 -1
  114. package/lib/commands/page/relation-audit.js +1 -1
  115. package/lib/commands/page/shared.js +1 -1
  116. package/lib/commands/page/standard-page-status.js +1 -1
  117. package/lib/commands/page/sync.js +1 -1
  118. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  119. package/lib/commands/project/create/format-elapsed.js +1 -1
  120. package/lib/commands/project/create/main.js +1 -1
  121. package/lib/commands/project/create/non-interactive.js +1 -1
  122. package/lib/commands/project/create/project-template-path.js +1 -1
  123. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  124. package/lib/commands/project/create/use-format-code.js +1 -1
  125. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  126. package/lib/commands/project/index.js +1 -1
  127. package/lib/commands/project/init.js +1 -1
  128. package/lib/commands/project/upgrade.js +1 -1
  129. package/lib/commands/registry.js +1 -1
  130. package/lib/commands/run/index.js +1 -1
  131. package/lib/commands/schema.js +1 -1
  132. package/lib/commands/sql/create.js +1 -1
  133. package/lib/commands/sql/delete.js +1 -1
  134. package/lib/commands/sql/detail.js +1 -1
  135. package/lib/commands/sql/exec.js +1 -1
  136. package/lib/commands/sql/index.js +1 -1
  137. package/lib/commands/sql/list.js +1 -1
  138. package/lib/commands/sql/pull.js +1 -1
  139. package/lib/commands/sql/push.js +1 -1
  140. package/lib/commands/sql/save.js +1 -1
  141. package/lib/commands/sql/shared.js +1 -1
  142. package/lib/commands/sql/status.js +1 -1
  143. package/lib/commands/sql/validate.js +1 -1
  144. package/lib/commands/workspace/index.js +1 -1
  145. package/lib/config/schema.js +1 -1
  146. package/lib/constant/cdn.js +1 -1
  147. package/lib/constant/cli.js +1 -1
  148. package/lib/constant/defaults.js +1 -1
  149. package/lib/constant/domain.js +1 -1
  150. package/lib/constant/env.js +1 -1
  151. package/lib/constant/output.js +1 -1
  152. package/lib/constant/paths.js +1 -1
  153. package/lib/constant/risk.js +1 -1
  154. package/lib/context/app-resolver.js +1 -1
  155. package/lib/context/auth-resolver.js +1 -1
  156. package/lib/context/config-loader.js +1 -1
  157. package/lib/context.js +1 -1
  158. package/lib/core/alias-resolver.js +1 -1
  159. package/lib/core/api-client.js +1 -1
  160. package/lib/core/bff/config.js +1 -1
  161. package/lib/core/bff/file-system.js +1 -1
  162. package/lib/core/bff/hash.js +1 -1
  163. package/lib/core/bff/lock.js +1 -1
  164. package/lib/core/bff/utils.js +1 -1
  165. package/lib/core/db-resolver.js +1 -1
  166. package/lib/core/page/file-system.js +1 -1
  167. package/lib/core/page/hash.js +1 -1
  168. package/lib/core/page/lock.js +1 -1
  169. package/lib/core/sql-sync/config.js +1 -1
  170. package/lib/core/sql-sync/file-system.js +1 -1
  171. package/lib/core/sql-sync/hash.js +1 -1
  172. package/lib/core/sql-sync/lock.js +1 -1
  173. package/lib/core/sql-sync/utils.js +1 -1
  174. package/lib/core/sql-validator.js +1 -1
  175. package/lib/errors.js +1 -1
  176. package/lib/framework/build-all-flags.js +1 -1
  177. package/lib/framework/flags.js +1 -1
  178. package/lib/framework/help.js +1 -1
  179. package/lib/framework/index.js +1 -1
  180. package/lib/framework/output.js +1 -1
  181. package/lib/framework/response.js +1 -1
  182. package/lib/framework/runner-alias.js +1 -1
  183. package/lib/framework/runner.js +1 -1
  184. package/lib/framework/schema-export.js +1 -1
  185. package/lib/framework/types.js +1 -1
  186. package/lib/generated/build-info.js +1 -1
  187. package/lib/help.js +1 -1
  188. package/lib/skills/main.js +1 -1
  189. package/lib/skills/npx-skills-add.js +1 -1
  190. package/lib/telemetry/cli-command-trace.js +1 -1
  191. package/lib/telemetry/cli-help-trace.js +1 -1
  192. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  193. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  194. package/lib/telemetry/send-cli-trace-log.js +1 -1
  195. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  196. package/lib/utils/ai_config.js +1 -1
  197. package/lib/utils/apply-jq-filter.js +1 -1
  198. package/lib/utils/cdn-config.js +1 -1
  199. package/lib/utils/check-sdk-version.js +1 -1
  200. package/lib/utils/cli-version-check.js +1 -1
  201. package/lib/utils/cli-version-policy.js +1 -1
  202. package/lib/utils/config.js +1 -1
  203. package/lib/utils/copy-directory.js +1 -1
  204. package/lib/utils/entity-with-id.js +1 -1
  205. package/lib/utils/file-utils.js +1 -1
  206. package/lib/utils/guides-cdn.js +1 -1
  207. package/lib/utils/http-client.js +1 -1
  208. package/lib/utils/is-non-interactive.js +1 -1
  209. package/lib/utils/logger.js +1 -1
  210. package/lib/utils/params.js +1 -1
  211. package/lib/utils/platform.js +1 -1
  212. package/lib/utils/rules-cdn.js +1 -1
  213. package/lib/utils/sleep.js +1 -1
  214. package/lib/utils/template-replacer.js +1 -1
  215. package/lib/utils/update-notice.js +1 -1
  216. package/lib/utils/version.js +1 -1
  217. package/lib/utils/with-active-cookie.js +1 -1
  218. package/lib/utils/write-cli-side-channel.js +1 -1
  219. package/package.json +1 -1
@@ -1 +1 @@
1
- const a18_0x22f1bc=a18_0x444b;(function(_0x347120,_0x13c92d){const _0x350163=a18_0x444b,_0xdf0a5c=_0x347120();while(!![]){try{const _0xf4f0a9=parseInt(_0x350163(0x17e))/0x1+-parseInt(_0x350163(0x190))/0x2+parseInt(_0x350163(0x18a))/0x3+-parseInt(_0x350163(0x186))/0x4*(-parseInt(_0x350163(0x17a))/0x5)+-parseInt(_0x350163(0x188))/0x6*(parseInt(_0x350163(0x184))/0x7)+parseInt(_0x350163(0x18b))/0x8*(parseInt(_0x350163(0x189))/0x9)+-parseInt(_0x350163(0x181))/0xa*(-parseInt(_0x350163(0x191))/0xb);if(_0xf4f0a9===_0x13c92d)break;else _0xdf0a5c['push'](_0xdf0a5c['shift']());}catch(_0x24f7f1){_0xdf0a5c['push'](_0xdf0a5c['shift']());}}}(a18_0x26a3,0x587a0));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readConfig,writeConfig,scopeLabel}from'../../commands/app/shared.js';function a18_0x26a3(){const _0x3dee15=['App\x20code','name','app','global','\x20app\x20add\x20<name>\x20--appcode\x20<code>','\x20Set\x20as\x20default\x20app.','Usage:\x20','2542585HUscTE','flagMissing','bool','write','191010EFoGRW','\x20app\x20\x22','appcode','30avaoyW','Updated','Added','7dRhxsA','Missing\x20app\x20name.','4lxDELl','\x22\x20(appcode:\x20','4097334ulNiFp','9ePDrFG','2093313atwgZc','284920hbUvQT','trim','add','Add\x20or\x20update\x20an\x20app\x20in\x20config','validation','1095990GFcpLa','588027QPsnME','defaultApp','str','args','apps'];a18_0x26a3=function(){return _0x3dee15;};return a18_0x26a3();}function a18_0x444b(_0x392139,_0x1bdf28){_0x392139=_0x392139-0x171;const _0x26a395=a18_0x26a3();let _0x444b72=_0x26a395[_0x392139];return _0x444b72;}async function validateArgs(_0x3e98a4){const _0x9fb33c=a18_0x444b,_0x3100af=_0x3e98a4[_0x9fb33c(0x171)][0x0]?.[_0x9fb33c(0x18c)]();if(!_0x3100af)throw CliErrors[_0x9fb33c(0x18f)](_0x9fb33c(0x185),_0x9fb33c(0x179)+CLI_BIN_NAME+'\x20app\x20add\x20<name>\x20--appcode\x20<code>');}async function execute(_0x258e8f){const _0x1c04aa=a18_0x444b,_0x37cfda=_0x258e8f[_0x1c04aa(0x171)][0x0]?.['trim']();if(!_0x37cfda)throw CliErrors[_0x1c04aa(0x18f)](_0x1c04aa(0x185),'Usage:\x20'+CLI_BIN_NAME+_0x1c04aa(0x177));const _0x2ab117=_0x258e8f['str'](_0x1c04aa(0x180));if(!_0x2ab117)throw CliErrors[_0x1c04aa(0x17b)]('appcode',_0x1c04aa(0x179)+CLI_BIN_NAME+_0x1c04aa(0x177));const _0x10f3e1={'global':_0x258e8f[_0x1c04aa(0x17c)](_0x1c04aa(0x176))},_0x7b7585=readConfig(_0x10f3e1);if(!_0x7b7585[_0x1c04aa(0x172)])_0x7b7585['apps']={};const _0x36cd5f={'appcode':_0x2ab117,...collectAppProfileOverrides(_0xd9098e=>_0x258e8f[_0x1c04aa(0x193)](_0xd9098e))},_0x48b818=_0x7b7585[_0x1c04aa(0x172)],_0x4d38cf=!!_0x48b818[_0x37cfda];_0x48b818[_0x37cfda]=_0x36cd5f;if(!_0x7b7585[_0x1c04aa(0x192)])_0x7b7585[_0x1c04aa(0x192)]=_0x37cfda;writeConfig(_0x7b7585,_0x10f3e1);const _0x106b5=!_0x4d38cf&&_0x7b7585[_0x1c04aa(0x192)]===_0x37cfda?_0x1c04aa(0x178):'',_0x3c072b=(_0x4d38cf?_0x1c04aa(0x182):_0x1c04aa(0x183))+_0x1c04aa(0x17f)+_0x37cfda+_0x1c04aa(0x187)+_0x2ab117+')'+scopeLabel(_0x10f3e1)+'.'+_0x106b5;return{'ok':!![],'message':_0x3c072b};}export const appAddDefinition={'service':a18_0x22f1bc(0x175),'command':a18_0x22f1bc(0x18d),'description':a18_0x22f1bc(0x18e),'risk':a18_0x22f1bc(0x17d),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a18_0x22f1bc(0x174),'description':'App\x20profile\x20name','required':!![]}],'flags':[{'name':a18_0x22f1bc(0x180),'type':'string','description':a18_0x22f1bc(0x173),'required':!![]},{'name':a18_0x22f1bc(0x176),'type':'boolean','description':'Use\x20global\x20config\x20scope','default':![]},...getAppProfileFlagDefs()],'validate':validateArgs,'execute':execute};
1
+ function a18_0x36e6(_0x2910d0,_0x4047f6){_0x2910d0=_0x2910d0-0x167;const _0x2262fa=a18_0x2262();let _0x36e6b3=_0x2262fa[_0x2910d0];return _0x36e6b3;}const a18_0x33c3d0=a18_0x36e6;(function(_0x302cb2,_0x38169a){const _0x530289=a18_0x36e6,_0x49c6dd=_0x302cb2();while(!![]){try{const _0x3bbbfc=-parseInt(_0x530289(0x16a))/0x1*(-parseInt(_0x530289(0x16e))/0x2)+parseInt(_0x530289(0x17d))/0x3*(-parseInt(_0x530289(0x17c))/0x4)+parseInt(_0x530289(0x171))/0x5+-parseInt(_0x530289(0x17f))/0x6+parseInt(_0x530289(0x170))/0x7*(-parseInt(_0x530289(0x169))/0x8)+parseInt(_0x530289(0x16d))/0x9+parseInt(_0x530289(0x179))/0xa;if(_0x3bbbfc===_0x38169a)break;else _0x49c6dd['push'](_0x49c6dd['shift']());}catch(_0x2b6b69){_0x49c6dd['push'](_0x49c6dd['shift']());}}}(a18_0x2262,0x68d4d));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readConfig,writeConfig,scopeLabel}from'../../commands/app/shared.js';async function validateArgs(_0x354dfe){const _0x12fe0f=a18_0x36e6,_0x3ada75=_0x354dfe[_0x12fe0f(0x188)][0x0]?.[_0x12fe0f(0x184)]();if(!_0x3ada75)throw CliErrors[_0x12fe0f(0x181)](_0x12fe0f(0x16c),_0x12fe0f(0x16b)+CLI_BIN_NAME+_0x12fe0f(0x182));}function a18_0x2262(){const _0x480dec=['name','Added','str','322984WyIhLK','130GgEApu','Usage:\x20','Missing\x20app\x20name.','4506615JwocBr','13052IQFhyD','Updated','7HOeppA','1367550ODZvMZ','Add\x20or\x20update\x20an\x20app\x20in\x20config','add','Use\x20global\x20config\x20scope','\x22\x20(appcode:\x20','apps','write','App\x20code','133040UOFfHT','string','App\x20profile\x20name','2101380DKrDdX','3FzhQQR','\x20Set\x20as\x20default\x20app.','3844932EEueVA','\x20app\x20\x22','validation','\x20app\x20add\x20<name>\x20--appcode\x20<code>','global','trim','app','boolean','defaultApp','args','appcode'];a18_0x2262=function(){return _0x480dec;};return a18_0x2262();}async function execute(_0x12da09){const _0x310463=a18_0x36e6,_0x5d5085=_0x12da09[_0x310463(0x188)][0x0]?.[_0x310463(0x184)]();if(!_0x5d5085)throw CliErrors[_0x310463(0x181)](_0x310463(0x16c),_0x310463(0x16b)+CLI_BIN_NAME+'\x20app\x20add\x20<name>\x20--appcode\x20<code>');const _0x41376b=_0x12da09['str'](_0x310463(0x189));if(!_0x41376b)throw CliErrors['flagMissing'](_0x310463(0x189),_0x310463(0x16b)+CLI_BIN_NAME+'\x20app\x20add\x20<name>\x20--appcode\x20<code>');const _0x423bcd={'global':_0x12da09['bool'](_0x310463(0x183))},_0x190ac6=readConfig(_0x423bcd);if(!_0x190ac6[_0x310463(0x176)])_0x190ac6['apps']={};const _0x4c5003={'appcode':_0x41376b,...collectAppProfileOverrides(_0x3ee2e3=>_0x12da09[_0x310463(0x168)](_0x3ee2e3))},_0x557190=_0x190ac6['apps'],_0x59d0c0=!!_0x557190[_0x5d5085];_0x557190[_0x5d5085]=_0x4c5003;if(!_0x190ac6[_0x310463(0x187)])_0x190ac6[_0x310463(0x187)]=_0x5d5085;writeConfig(_0x190ac6,_0x423bcd);const _0x4c5e83=!_0x59d0c0&&_0x190ac6['defaultApp']===_0x5d5085?_0x310463(0x17e):'',_0x1e6f07=(_0x59d0c0?_0x310463(0x16f):_0x310463(0x167))+_0x310463(0x180)+_0x5d5085+_0x310463(0x175)+_0x41376b+')'+scopeLabel(_0x423bcd)+'.'+_0x4c5e83;return{'ok':!![],'message':_0x1e6f07};}export const appAddDefinition={'service':a18_0x33c3d0(0x185),'command':a18_0x33c3d0(0x173),'description':a18_0x33c3d0(0x172),'risk':a18_0x33c3d0(0x177),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a18_0x33c3d0(0x18a),'description':a18_0x33c3d0(0x17b),'required':!![]}],'flags':[{'name':a18_0x33c3d0(0x189),'type':a18_0x33c3d0(0x17a),'description':a18_0x33c3d0(0x178),'required':!![]},{'name':'global','type':a18_0x33c3d0(0x186),'description':a18_0x33c3d0(0x174),'default':![]},...getAppProfileFlagDefs()],'validate':validateArgs,'execute':execute};
@@ -1 +1 @@
1
- const a19_0x263997=a19_0x285f;function a19_0x285f(_0x353201,_0xfd8e4c){_0x353201=_0x353201-0x7a;const _0x4b7a93=a19_0x4b7a();let _0x285f4f=_0x4b7a93[_0x353201];return _0x285f4f;}(function(_0x23291e,_0x512523){const _0x2c9fbe=a19_0x285f,_0x2e08c7=_0x23291e();while(!![]){try{const _0x3e3059=parseInt(_0x2c9fbe(0x7d))/0x1*(parseInt(_0x2c9fbe(0x80))/0x2)+-parseInt(_0x2c9fbe(0x87))/0x3+parseInt(_0x2c9fbe(0x84))/0x4*(parseInt(_0x2c9fbe(0x82))/0x5)+-parseInt(_0x2c9fbe(0x85))/0x6+parseInt(_0x2c9fbe(0x7f))/0x7+-parseInt(_0x2c9fbe(0x7c))/0x8+parseInt(_0x2c9fbe(0x83))/0x9;if(_0x3e3059===_0x512523)break;else _0x2e08c7['push'](_0x2e08c7['shift']());}catch(_0x3ffdd9){_0x2e08c7['push'](_0x2e08c7['shift']());}}}(a19_0x4b7a,0x95df0));import{listRemoteApps}from'../../core/api-client.js';import{getCookie}from'../../auth/get-cookie.js';import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';export const APP_REMOTE_DEPRECATED_MESSAGE='`rabetbase\x20app\x20remote`\x20is\x20deprecated.\x20Use\x20`rabetbase\x20app\x20list\x20--remote`\x20instead.';function resolveCookie(_0x49a16b){const _0x221b23=a19_0x285f,_0x1fa3f3=_0x49a16b[_0x221b23(0x7b)]||getCookie();if(!_0x1fa3f3)throw CliErrors[_0x221b23(0x81)]();return _0x1fa3f3;}function a19_0x4b7a(){const _0x2b2044=['authRequired','95NrOyEA','2805066tXkVZb','241816RbLlRS','4567218BFZylu','remote','3068988iYNgOZ','rabetbase\x20app\x20list\x20--remote','app','Deprecated:\x20use\x20app\x20list\x20--remote','appDesc','cookie','784040PFfXaa','1kkrCnf','read','2058847YeEHmQ','1483310wwJxMT'];a19_0x4b7a=function(){return _0x2b2044;};return a19_0x4b7a();}export async function listRemoteAppDirectory(_0x232e3f){const _0x3604bc=a19_0x285f,_0x51c504=await withActiveCookie(resolveCookie(_0x232e3f),()=>listRemoteApps());return{'items':_0x51c504['map'](_0x2a141f=>({..._0x2a141f['id']!=null?{'id':_0x2a141f['id']}:{},'appCode':_0x2a141f['appCode'],'appName':_0x2a141f['appName'],..._0x2a141f[_0x3604bc(0x7a)]!=null?{'appDesc':_0x2a141f[_0x3604bc(0x7a)]}:{}})),'meta':{'source':'platform'}};}async function execute(_0x101b68){return{'ok':!![],'data':await listRemoteAppDirectory(_0x101b68)};}export const appRemoteDefinition={'service':a19_0x263997(0x89),'command':a19_0x263997(0x86),'description':a19_0x263997(0x8a),'risk':a19_0x263997(0x7e),'auth':'required','requiresAuth':!![],'requiresAppCode':![],'deprecated':{'replacement':a19_0x263997(0x88)},'flags':[],'execute':execute};
1
+ const a19_0x5048dd=a19_0x33e4;(function(_0x29eedb,_0x4db477){const _0x31e680=a19_0x33e4,_0x3b8d2f=_0x29eedb();while(!![]){try{const _0x32f33d=parseInt(_0x31e680(0x198))/0x1+-parseInt(_0x31e680(0x195))/0x2*(parseInt(_0x31e680(0x19e))/0x3)+parseInt(_0x31e680(0x18b))/0x4+-parseInt(_0x31e680(0x19d))/0x5*(-parseInt(_0x31e680(0x18e))/0x6)+parseInt(_0x31e680(0x193))/0x7+parseInt(_0x31e680(0x18f))/0x8+-parseInt(_0x31e680(0x191))/0x9;if(_0x32f33d===_0x4db477)break;else _0x3b8d2f['push'](_0x3b8d2f['shift']());}catch(_0x54c8fb){_0x3b8d2f['push'](_0x3b8d2f['shift']());}}}(a19_0x380b,0xbc43e));import{listRemoteApps}from'../../core/api-client.js';import{getCookie}from'../../auth/get-cookie.js';function a19_0x33e4(_0x4c31c9,_0x179b71){_0x4c31c9=_0x4c31c9-0x18b;const _0x380baa=a19_0x380b();let _0x33e444=_0x380baa[_0x4c31c9];return _0x33e444;}import{CliErrors}from'../../errors.js';function a19_0x380b(){const _0x39ca30=['2asNPcp','cookie','required','585451EkkJFl','appDesc','Deprecated:\x20use\x20app\x20list\x20--remote','rabetbase\x20app\x20list\x20--remote','appCode','6554585PjllaA','3794046yjYwvR','remote','3954140NZoazl','appName','map','6enoeiQ','5991344eadpIk','app','26181468YVJppW','read','9177329MGFTZn','authRequired'];a19_0x380b=function(){return _0x39ca30;};return a19_0x380b();}import{withActiveCookie}from'../../utils/with-active-cookie.js';export const APP_REMOTE_DEPRECATED_MESSAGE='`rabetbase\x20app\x20remote`\x20is\x20deprecated.\x20Use\x20`rabetbase\x20app\x20list\x20--remote`\x20instead.';function resolveCookie(_0x14fbf6){const _0x852d26=a19_0x33e4,_0x2d3ad3=_0x14fbf6[_0x852d26(0x196)]||getCookie();if(!_0x2d3ad3)throw CliErrors[_0x852d26(0x194)]();return _0x2d3ad3;}export async function listRemoteAppDirectory(_0x2c281b){const _0x3d7f9b=a19_0x33e4,_0x441878=await withActiveCookie(resolveCookie(_0x2c281b),()=>listRemoteApps());return{'items':_0x441878[_0x3d7f9b(0x18d)](_0x9bb1b6=>({..._0x9bb1b6['id']!=null?{'id':_0x9bb1b6['id']}:{},'appCode':_0x9bb1b6[_0x3d7f9b(0x19c)],'appName':_0x9bb1b6[_0x3d7f9b(0x18c)],..._0x9bb1b6[_0x3d7f9b(0x199)]!=null?{'appDesc':_0x9bb1b6[_0x3d7f9b(0x199)]}:{}})),'meta':{'source':'platform'}};}async function execute(_0x1c8aed){return{'ok':!![],'data':await listRemoteAppDirectory(_0x1c8aed)};}export const appRemoteDefinition={'service':a19_0x5048dd(0x190),'command':a19_0x5048dd(0x19f),'description':a19_0x5048dd(0x19a),'risk':a19_0x5048dd(0x192),'auth':a19_0x5048dd(0x197),'requiresAuth':!![],'requiresAppCode':![],'deprecated':{'replacement':a19_0x5048dd(0x19b)},'flags':[],'execute':execute};
@@ -1 +1 @@
1
- (function(_0x1d45df,_0x42da96){const _0x2a353d=a20_0x1399,_0x58a724=_0x1d45df();while(!![]){try{const _0x38f042=parseInt(_0x2a353d(0xff))/0x1+-parseInt(_0x2a353d(0x100))/0x2*(-parseInt(_0x2a353d(0xfd))/0x3)+-parseInt(_0x2a353d(0xf8))/0x4*(-parseInt(_0x2a353d(0xfb))/0x5)+parseInt(_0x2a353d(0x102))/0x6*(-parseInt(_0x2a353d(0x101))/0x7)+parseInt(_0x2a353d(0xfc))/0x8*(parseInt(_0x2a353d(0xf7))/0x9)+-parseInt(_0x2a353d(0xfe))/0xa*(-parseInt(_0x2a353d(0xfa))/0xb)+parseInt(_0x2a353d(0x103))/0xc*(-parseInt(_0x2a353d(0xf9))/0xd);if(_0x38f042===_0x42da96)break;else _0x58a724['push'](_0x58a724['shift']());}catch(_0x140fba){_0x58a724['push'](_0x58a724['shift']());}}}(a20_0x57a6,0x5bf6c));import{appListDefinition}from'../../commands/app/list.js';import{appRemoteDefinition}from'../../commands/app/discover.js';import{appUseDefinition}from'../../commands/app/use.js';import{appAddDefinition}from'../../commands/app/add.js';function a20_0x57a6(){const _0x29c69b=['206557vRyqAQ','1463UtzSva','25QUHWdA','152CencFB','224673YnIBVS','14470KVjsLx','271555bXsdPc','14IBMtcE','7217JxzzxS','1020aeFACK','1104BxPXsE','329769DRyksc','263456txwmzK'];a20_0x57a6=function(){return _0x29c69b;};return a20_0x57a6();}function a20_0x1399(_0x509e5f,_0x5907c4){_0x509e5f=_0x509e5f-0xf7;const _0x57a6d9=a20_0x57a6();let _0x1399d2=_0x57a6d9[_0x509e5f];return _0x1399d2;}import{appRemoveDefinition}from'../../commands/app/remove.js';export const appDefinitions=[appListDefinition,appRemoteDefinition,appUseDefinition,appAddDefinition,appRemoveDefinition];
1
+ function a20_0x2a8f(_0x411d3e,_0x473cc4){_0x411d3e=_0x411d3e-0x1f1;const _0x10940c=a20_0x1094();let _0x2a8f73=_0x10940c[_0x411d3e];return _0x2a8f73;}(function(_0x5bd34f,_0x8ec25e){const _0x2eafd7=a20_0x2a8f,_0x500cca=_0x5bd34f();while(!![]){try{const _0x5f2b51=-parseInt(_0x2eafd7(0x1fa))/0x1+parseInt(_0x2eafd7(0x1f6))/0x2*(-parseInt(_0x2eafd7(0x1f8))/0x3)+-parseInt(_0x2eafd7(0x1f9))/0x4+parseInt(_0x2eafd7(0x1f5))/0x5*(parseInt(_0x2eafd7(0x1f2))/0x6)+-parseInt(_0x2eafd7(0x1f1))/0x7+parseInt(_0x2eafd7(0x1f7))/0x8*(-parseInt(_0x2eafd7(0x1fb))/0x9)+parseInt(_0x2eafd7(0x1f4))/0xa*(parseInt(_0x2eafd7(0x1f3))/0xb);if(_0x5f2b51===_0x8ec25e)break;else _0x500cca['push'](_0x500cca['shift']());}catch(_0x11ca22){_0x500cca['push'](_0x500cca['shift']());}}}(a20_0x1094,0x3a919));function a20_0x1094(){const _0x3a6a0f=['165SrXNRC','10834uHKluO','1575320IhfXpL','3TYxWyx','80488pmWHKq','69359NyzrDC','9nwPZhR','3272584vwwFRM','174gqkvZD','165nMTciL','665510tkwpdd'];a20_0x1094=function(){return _0x3a6a0f;};return a20_0x1094();}import{appListDefinition}from'../../commands/app/list.js';import{appRemoteDefinition}from'../../commands/app/discover.js';import{appUseDefinition}from'../../commands/app/use.js';import{appAddDefinition}from'../../commands/app/add.js';import{appRemoveDefinition}from'../../commands/app/remove.js';export const appDefinitions=[appListDefinition,appRemoteDefinition,appUseDefinition,appAddDefinition,appRemoveDefinition];
@@ -1 +1 @@
1
- function a21_0x3a8c(_0x306829,_0x238e10){_0x306829=_0x306829-0xd5;const _0x556701=a21_0x5567();let _0x3a8c15=_0x556701[_0x306829];return _0x3a8c15;}const a21_0x433d93=a21_0x3a8c;(function(_0x3d9a85,_0x2f88f1){const _0x5c7f8d=a21_0x3a8c,_0x24459e=_0x3d9a85();while(!![]){try{const _0x37a9ae=-parseInt(_0x5c7f8d(0xe5))/0x1*(parseInt(_0x5c7f8d(0xec))/0x2)+parseInt(_0x5c7f8d(0xf5))/0x3+-parseInt(_0x5c7f8d(0xf6))/0x4+-parseInt(_0x5c7f8d(0xe7))/0x5+-parseInt(_0x5c7f8d(0xda))/0x6+-parseInt(_0x5c7f8d(0xf8))/0x7*(parseInt(_0x5c7f8d(0xe1))/0x8)+-parseInt(_0x5c7f8d(0xfa))/0x9*(-parseInt(_0x5c7f8d(0xf0))/0xa);if(_0x37a9ae===_0x2f88f1)break;else _0x24459e['push'](_0x24459e['shift']());}catch(_0x4f197d){_0x24459e['push'](_0x24459e['shift']());}}}(a21_0x5567,0x3d403));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';import{appDefinedIn,enrichAppListItemsWithMergedSelection,resolveDefaultAppSource}from'../../commands/app/shared.js';import{listRemoteAppDirectory}from'../../commands/app/discover.js';function buildItemsFromLayer(_0x4e45a2,_0x32906f){const _0x3bb6d3=a21_0x3a8c,_0x2c16e5=[],_0x3c5ed2=_0x4e45a2[_0x3bb6d3(0xde)]&&typeof _0x4e45a2[_0x3bb6d3(0xde)]==='object'?_0x4e45a2[_0x3bb6d3(0xde)]:{},_0x5b5e5e=_0x4e45a2['defaultApp']||undefined;for(const [_0x45de1a,_0x14f1af]of Object[_0x3bb6d3(0xe9)](_0x3c5ed2)){if(!_0x14f1af||typeof _0x14f1af!=='object'||!_0x14f1af[_0x3bb6d3(0xf3)])continue;_0x2c16e5[_0x3bb6d3(0xe8)]({'name':_0x45de1a,'appcode':_0x14f1af[_0x3bb6d3(0xf3)],'named':!![],'definedIn':_0x32906f,'isDefault':_0x45de1a===_0x5b5e5e,...buildAppProfileListFields(_0x14f1af)});}return _0x2c16e5;}function buildMergedItems(_0x16a56c,_0x4cc71f){const _0x57e23d=a21_0x3a8c,{apps:apps={},defaultApp:_0xf523b1}=_0x16a56c,_0xc29445=_0x4cc71f[_0x57e23d(0xf2)][_0x57e23d(0xde)]&&typeof _0x4cc71f[_0x57e23d(0xf2)][_0x57e23d(0xde)]==='object'?_0x4cc71f[_0x57e23d(0xf2)][_0x57e23d(0xde)]:{},_0x432e5b=_0x4cc71f['projectConfig'][_0x57e23d(0xde)]&&typeof _0x4cc71f[_0x57e23d(0xe2)][_0x57e23d(0xde)]===_0x57e23d(0xdb)?_0x4cc71f[_0x57e23d(0xe2)][_0x57e23d(0xde)]:{},_0x3ebd1f=_0x4cc71f[_0x57e23d(0xe2)][_0x57e23d(0xee)]===![],_0x1be084=Object[_0x57e23d(0xe9)](apps),_0x407da5=_0x1be084[_0x57e23d(0xd8)](([_0x38ee20,_0x1ee2af])=>({'name':_0x38ee20,'appcode':_0x1ee2af[_0x57e23d(0xf3)],'named':!![],'definedIn':appDefinedIn(_0x38ee20,_0xc29445,_0x432e5b,_0x3ebd1f),'isDefault':_0x38ee20===_0xf523b1,...buildAppProfileListFields(_0x1ee2af)}));return _0x407da5;}function validateAppListFlags(_0x184f6b){const _0x26b1c3=a21_0x3a8c;if(!_0x184f6b[_0x26b1c3(0xef)](_0x26b1c3(0xfb)))return;if(!_0x184f6b[_0x26b1c3(0xef)](_0x26b1c3(0xdd))&&!_0x184f6b[_0x26b1c3(0xef)](_0x26b1c3(0xe4)))return;throw CliErrors[_0x26b1c3(0xfc)](_0x26b1c3(0x100),'Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.');}async function execute(_0x5f3bd0){const _0x8323f4=a21_0x3a8c;validateAppListFlags(_0x5f3bd0);if(_0x5f3bd0['bool'](_0x8323f4(0xfb)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x5f3bd0)};const _0x3661c8=_0x5f3bd0[_0x8323f4(0xef)](_0x8323f4(0xdd)),_0x2f3339=_0x5f3bd0['bool'](_0x8323f4(0xe4)),_0x4630ee=_0x3661c8?_0x8323f4(0xdd):_0x2f3339?_0x8323f4(0xe4):_0x8323f4(0xf1),{config:_0x354596,layers:_0x38bc9b}=readRawConfigWithLayers(),_0x403135=resolveDefaultAppSource(_0x38bc9b),{defaultApp:_0x5873f0}=_0x354596;let _0x756ef3,_0x15c2dd;switch(_0x4630ee){case _0x8323f4(0xdd):_0x756ef3=buildItemsFromLayer(_0x38bc9b[_0x8323f4(0xf2)],_0x8323f4(0xdd)),_0x15c2dd=_0x38bc9b[_0x8323f4(0xf7)];break;case _0x8323f4(0xe4):_0x756ef3=buildItemsFromLayer(_0x38bc9b[_0x8323f4(0xe2)],_0x8323f4(0xe4)),_0x15c2dd=_0x38bc9b[_0x8323f4(0xed)];break;default:_0x756ef3=buildMergedItems(_0x354596,_0x38bc9b);break;}enrichAppListItemsWithMergedSelection(_0x756ef3,_0x5f3bd0[_0x8323f4(0xe3)]);if(_0x756ef3[_0x8323f4(0xd7)]===0x0){const _0x76a6d4=_0x4630ee===_0x8323f4(0xf1)?'':_0x8323f4(0xd6)+_0x4630ee+_0x8323f4(0xd9);return{'ok':!![],'data':[],'message':_0x8323f4(0xfe)+_0x76a6d4+_0x8323f4(0xdf)+CLI_BIN_NAME+_0x8323f4(0xfd)};}const _0x508482=_0x756ef3[_0x8323f4(0xe6)](_0x19cb87=>_0x19cb87[_0x8323f4(0xeb)]===!![]),_0x352433=_0x5873f0??_0x508482?.['appcode']??null,_0x278927=_0x4630ee==='merged'?{'globalPath':_0x38bc9b[_0x8323f4(0xf7)]??null,'projectPath':_0x38bc9b[_0x8323f4(0xed)]??null,'defaultApp':_0x352433,'defaultAppSource':_0x5873f0!=null?_0x403135:null}:{'scope':_0x4630ee,'configPath':_0x15c2dd??null};return{'ok':!![],'data':{'items':_0x756ef3,'meta':_0x278927}};}export const appListDefinition={'service':'app','command':a21_0x433d93(0xf4),'description':a21_0x433d93(0xf9),'risk':'read','auth':a21_0x433d93(0xdc),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a21_0x433d93(0xfb),'type':a21_0x433d93(0xff),'description':a21_0x433d93(0xd5),'default':![]},{'name':'global','type':a21_0x433d93(0xff),'description':a21_0x433d93(0xe0),'default':![]},{'name':a21_0x433d93(0xe4),'type':a21_0x433d93(0xff),'description':a21_0x433d93(0xea),'default':![]}],async 'validate'(_0x3a366c){validateAppListFlags(_0x3a366c);},'execute':execute};function a21_0x5567(){const _0x26bf1f=['\x20config','1576314ocJeKZ','object','optional','global','apps','.\x20Use\x20`','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','1533096YMEjyK','projectConfig','mergedCli','project','78604lZEFrE','find','1472475jKPGWQ','push','entries','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','isCurrent','10iAqfsR','projectPath','inherit','bool','290gNXRzs','merged','globalConfig','appcode','list','1497132PLDjTc','1244148nFPHpT','globalPath','7pzuJKV','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','373887oSxElQ','remote','validation','\x20app\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','No\x20apps\x20configured','boolean','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','\x20in\x20','length','map'];a21_0x5567=function(){return _0x26bf1f;};return a21_0x5567();}
1
+ const a21_0xfaed6a=a21_0x3f12;(function(_0x245a4e,_0x2ead5a){const _0x49b138=a21_0x3f12,_0x378084=_0x245a4e();while(!![]){try{const _0x22c794=parseInt(_0x49b138(0x1db))/0x1+-parseInt(_0x49b138(0x1f0))/0x2*(-parseInt(_0x49b138(0x1d8))/0x3)+-parseInt(_0x49b138(0x1ea))/0x4+parseInt(_0x49b138(0x1d7))/0x5+-parseInt(_0x49b138(0x1d4))/0x6+-parseInt(_0x49b138(0x1de))/0x7*(parseInt(_0x49b138(0x1f5))/0x8)+-parseInt(_0x49b138(0x1ed))/0x9*(parseInt(_0x49b138(0x1d0))/0xa);if(_0x22c794===_0x2ead5a)break;else _0x378084['push'](_0x378084['shift']());}catch(_0x284412){_0x378084['push'](_0x378084['shift']());}}}(a21_0x1b93,0xb326d));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';import{appDefinedIn,enrichAppListItemsWithMergedSelection,resolveDefaultAppSource}from'../../commands/app/shared.js';import{listRemoteAppDirectory}from'../../commands/app/discover.js';function a21_0x3f12(_0x5ca132,_0x24c917){_0x5ca132=_0x5ca132-0x1ce;const _0x1b9307=a21_0x1b93();let _0x3f123a=_0x1b9307[_0x5ca132];return _0x3f123a;}function buildItemsFromLayer(_0x1d11ac,_0x145358){const _0x7ceb3=a21_0x3f12,_0x5003e7=[],_0x11b867=_0x1d11ac[_0x7ceb3(0x1ef)]&&typeof _0x1d11ac[_0x7ceb3(0x1ef)]===_0x7ceb3(0x1eb)?_0x1d11ac[_0x7ceb3(0x1ef)]:{},_0x455cc7=_0x1d11ac[_0x7ceb3(0x1f4)]||undefined;for(const [_0x27cc5d,_0x4e6de6]of Object[_0x7ceb3(0x1f6)](_0x11b867)){if(!_0x4e6de6||typeof _0x4e6de6!=='object'||!_0x4e6de6[_0x7ceb3(0x1dc)])continue;_0x5003e7[_0x7ceb3(0x1dd)]({'name':_0x27cc5d,'appcode':_0x4e6de6[_0x7ceb3(0x1dc)],'named':!![],'definedIn':_0x145358,'isDefault':_0x27cc5d===_0x455cc7,...buildAppProfileListFields(_0x4e6de6)});}return _0x5003e7;}function buildMergedItems(_0x4cd4b1,_0x15c22e){const _0x418555=a21_0x3f12,{apps:apps={},defaultApp:_0x2dbde8}=_0x4cd4b1,_0xaa3aa0=_0x15c22e[_0x418555(0x1ce)][_0x418555(0x1ef)]&&typeof _0x15c22e[_0x418555(0x1ce)][_0x418555(0x1ef)]===_0x418555(0x1eb)?_0x15c22e[_0x418555(0x1ce)][_0x418555(0x1ef)]:{},_0x2e5f24=_0x15c22e[_0x418555(0x1e6)][_0x418555(0x1ef)]&&typeof _0x15c22e[_0x418555(0x1e6)][_0x418555(0x1ef)]===_0x418555(0x1eb)?_0x15c22e[_0x418555(0x1e6)][_0x418555(0x1ef)]:{},_0x3b8c13=_0x15c22e[_0x418555(0x1e6)][_0x418555(0x1e4)]===![],_0x405291=Object['entries'](apps),_0x4061e0=_0x405291[_0x418555(0x1ec)](([_0x519771,_0x29bad8])=>({'name':_0x519771,'appcode':_0x29bad8[_0x418555(0x1dc)],'named':!![],'definedIn':appDefinedIn(_0x519771,_0xaa3aa0,_0x2e5f24,_0x3b8c13),'isDefault':_0x519771===_0x2dbde8,...buildAppProfileListFields(_0x29bad8)}));return _0x4061e0;}function validateAppListFlags(_0x2e010e){const _0x5ba5b1=a21_0x3f12;if(!_0x2e010e[_0x5ba5b1(0x1ee)](_0x5ba5b1(0x1df)))return;if(!_0x2e010e[_0x5ba5b1(0x1ee)]('global')&&!_0x2e010e[_0x5ba5b1(0x1ee)](_0x5ba5b1(0x1e3)))return;throw CliErrors[_0x5ba5b1(0x1e7)](_0x5ba5b1(0x1da),_0x5ba5b1(0x1cf));}async function execute(_0x1c16e0){const _0x5855fc=a21_0x3f12;validateAppListFlags(_0x1c16e0);if(_0x1c16e0['bool'](_0x5855fc(0x1df)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x1c16e0)};const _0x5e7748=_0x1c16e0[_0x5855fc(0x1ee)](_0x5855fc(0x1e0)),_0x4d94da=_0x1c16e0[_0x5855fc(0x1ee)]('project'),_0x2acc97=_0x5e7748?_0x5855fc(0x1e0):_0x4d94da?_0x5855fc(0x1e3):_0x5855fc(0x1d5),{config:_0x434ac6,layers:_0x3d0d7c}=readRawConfigWithLayers(),_0x4ea2bd=resolveDefaultAppSource(_0x3d0d7c),{defaultApp:_0x59453e}=_0x434ac6;let _0x6719cf,_0x3da59f;switch(_0x2acc97){case _0x5855fc(0x1e0):_0x6719cf=buildItemsFromLayer(_0x3d0d7c[_0x5855fc(0x1ce)],_0x5855fc(0x1e0)),_0x3da59f=_0x3d0d7c[_0x5855fc(0x1d1)];break;case _0x5855fc(0x1e3):_0x6719cf=buildItemsFromLayer(_0x3d0d7c[_0x5855fc(0x1e6)],_0x5855fc(0x1e3)),_0x3da59f=_0x3d0d7c['projectPath'];break;default:_0x6719cf=buildMergedItems(_0x434ac6,_0x3d0d7c);break;}enrichAppListItemsWithMergedSelection(_0x6719cf,_0x1c16e0[_0x5855fc(0x1f2)]);if(_0x6719cf[_0x5855fc(0x1d9)]===0x0){const _0x36df6f=_0x2acc97==='merged'?'':'\x20in\x20'+_0x2acc97+'\x20config';return{'ok':!![],'data':[],'message':_0x5855fc(0x1d2)+_0x36df6f+_0x5855fc(0x1e5)+CLI_BIN_NAME+'\x20app\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.'};}const _0x22534e=_0x6719cf['find'](_0x5c559e=>_0x5c559e[_0x5855fc(0x1e9)]===!![]),_0x52c28e=_0x59453e??_0x22534e?.[_0x5855fc(0x1dc)]??null,_0x91844e=_0x2acc97===_0x5855fc(0x1d5)?{'globalPath':_0x3d0d7c[_0x5855fc(0x1d1)]??null,'projectPath':_0x3d0d7c['projectPath']??null,'defaultApp':_0x52c28e,'defaultAppSource':_0x59453e!=null?_0x4ea2bd:null}:{'scope':_0x2acc97,'configPath':_0x3da59f??null};return{'ok':!![],'data':{'items':_0x6719cf,'meta':_0x91844e}};}export const appListDefinition={'service':a21_0xfaed6a(0x1e2),'command':'list','description':a21_0xfaed6a(0x1f1),'risk':a21_0xfaed6a(0x1e8),'auth':a21_0xfaed6a(0x1d3),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a21_0xfaed6a(0x1df),'type':a21_0xfaed6a(0x1e1),'description':a21_0xfaed6a(0x1f3),'default':![]},{'name':a21_0xfaed6a(0x1e0),'type':a21_0xfaed6a(0x1e1),'description':a21_0xfaed6a(0x1d6),'default':![]},{'name':a21_0xfaed6a(0x1e3),'type':a21_0xfaed6a(0x1e1),'description':'Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','default':![]}],async 'validate'(_0x5f4fcb){validateAppListFlags(_0x5f4fcb);},'execute':execute};function a21_0x1b93(){const _0x17f550=['2659380ryalJh','object','map','257967CzLZqT','bool','apps','15864yioLlP','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','mergedCli','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','defaultApp','1432QCZOna','entries','globalConfig','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','240sScAWi','globalPath','No\x20apps\x20configured','optional','4558074PgbVlb','merged','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','7239295daRmcH','33RCZSLf','length','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','1338159uHfGGt','appcode','push','1057PFiyoT','remote','global','boolean','app','project','inherit','.\x20Use\x20`','projectConfig','validation','read','isCurrent'];a21_0x1b93=function(){return _0x17f550;};return a21_0x1b93();}
@@ -1 +1 @@
1
- const a22_0x17abbe=a22_0x66bb;(function(_0x48140e,_0x55d108){const _0x3d81bd=a22_0x66bb,_0x1d8801=_0x48140e();while(!![]){try{const _0x34059a=parseInt(_0x3d81bd(0x16d))/0x1+-parseInt(_0x3d81bd(0x162))/0x2*(-parseInt(_0x3d81bd(0x14d))/0x3)+-parseInt(_0x3d81bd(0x15d))/0x4+-parseInt(_0x3d81bd(0x164))/0x5*(-parseInt(_0x3d81bd(0x148))/0x6)+-parseInt(_0x3d81bd(0x163))/0x7*(parseInt(_0x3d81bd(0x155))/0x8)+parseInt(_0x3d81bd(0x14f))/0x9*(-parseInt(_0x3d81bd(0x15e))/0xa)+parseInt(_0x3d81bd(0x15c))/0xb*(parseInt(_0x3d81bd(0x16b))/0xc);if(_0x34059a===_0x55d108)break;else _0x1d8801['push'](_0x1d8801['shift']());}catch(_0x51c19c){_0x1d8801['push'](_0x1d8801['shift']());}}}(a22_0x1ebe,0x210d3));import{CliErrors}from'../../errors.js';function a22_0x66bb(_0x239312,_0x38f1eb){_0x239312=_0x239312-0x147;const _0x1ebe5a=a22_0x1ebe();let _0x66bb04=_0x1ebe5a[_0x239312];return _0x66bb04;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';function a22_0x1ebe(){const _0x40486d=['trim','Missing\x20app\x20name.','keys','project','name','object','6792XrWVeA','Use\x20global\x20config\x20scope','195891MRtpGO','App\x20profile\x20name\x20to\x20remove','Remove\x20an\x20app\x20from\x20config','projectConfig','902202acHgaT','app','boolean','defaultApp','bool','325608RgfPZc','Usage:\x20','171trjUbV','both','inherit','length','globalConfig','apps','824696HguDRO','args','global','\x20Note:\x20app\x20\x22','\x22\x20still\x20defined\x20in\x20','\x22\x20not\x20found.','\x20app\x20remove\x20<name>\x20[--global]','2321mpLDAV','969156SgRWxU','52060HaKLWE','validation','\x20config.','App\x20\x22','4EkBMLZ','14tUSAlQ','5icrunV'];a22_0x1ebe=function(){return _0x40486d;};return a22_0x1ebe();}async function validateArgs(_0x15366f){const _0x158950=a22_0x66bb,_0x49b862=_0x15366f[_0x158950(0x156)][0x0]?.[_0x158950(0x165)]();if(!_0x49b862)throw CliErrors[_0x158950(0x15f)](_0x158950(0x166),_0x158950(0x14e)+CLI_BIN_NAME+_0x158950(0x15b));}async function execute(_0x4f7f83){const _0x5654f2=a22_0x66bb,_0x39998e=_0x4f7f83['args'][0x0]?.['trim']();if(!_0x39998e)throw CliErrors['validation'](_0x5654f2(0x166),_0x5654f2(0x14e)+CLI_BIN_NAME+_0x5654f2(0x15b));const _0x19164d=_0x4f7f83[_0x5654f2(0x14c)](_0x5654f2(0x157)),{config:_0x4a721b,layers:_0x407065}=readRawConfigWithLayers(),_0xd6bb37=_0x4a721b[_0x5654f2(0x154)]??{};if(!_0xd6bb37[_0x39998e])throw CliErrors[_0x5654f2(0x15f)](_0x5654f2(0x161)+_0x39998e+_0x5654f2(0x15a));const _0x33a9ab=_0x407065['globalConfig'][_0x5654f2(0x154)]&&typeof _0x407065[_0x5654f2(0x153)][_0x5654f2(0x154)]===_0x5654f2(0x16a)?_0x407065[_0x5654f2(0x153)][_0x5654f2(0x154)]:{},_0x2e620c=_0x407065['projectConfig'][_0x5654f2(0x154)]&&typeof _0x407065['projectConfig'][_0x5654f2(0x154)]===_0x5654f2(0x16a)?_0x407065[_0x5654f2(0x147)][_0x5654f2(0x154)]:{},_0x383b1f=appDefinedIn(_0x39998e,_0x33a9ab,_0x2e620c,_0x407065[_0x5654f2(0x147)][_0x5654f2(0x151)]===![]),_0x5f1bd4=resolveAppScopeForWrite(_0x39998e,_0x19164d,_0x407065),_0x250cd7={'global':_0x5f1bd4===_0x5654f2(0x157)},_0x48fbce=readConfig(_0x250cd7),_0x3e050f=_0x48fbce['apps'];if(!_0x3e050f||!_0x3e050f[_0x39998e])throw CliErrors['validation'](_0x5654f2(0x161)+_0x39998e+_0x5654f2(0x15a));delete _0x3e050f[_0x39998e];let _0x4bfd92='';if(_0x48fbce[_0x5654f2(0x14b)]===_0x39998e){const _0x407246=Object['keys'](_0x3e050f);_0x48fbce[_0x5654f2(0x14b)]=_0x407246[_0x5654f2(0x152)]>0x0?_0x407246[0x0]:undefined,_0x48fbce[_0x5654f2(0x14b)]?_0x4bfd92='\x20Default\x20app\x20changed\x20to\x20\x22'+_0x48fbce[_0x5654f2(0x14b)]+'\x22.':delete _0x48fbce[_0x5654f2(0x14b)];}Object[_0x5654f2(0x167)](_0x3e050f)['length']===0x0&&(delete _0x48fbce[_0x5654f2(0x154)],delete _0x48fbce['defaultApp']);writeConfig(_0x48fbce,_0x250cd7);const _0x5ef96d=_0x383b1f===_0x5654f2(0x150)?_0x5654f2(0x158)+_0x39998e+_0x5654f2(0x159)+(_0x5f1bd4===_0x5654f2(0x168)?_0x5654f2(0x157):_0x5654f2(0x168))+_0x5654f2(0x160):'';return{'ok':!![],'message':'Removed\x20app\x20\x22'+_0x39998e+'\x22'+scopeLabel(_0x250cd7)+'.'+_0x4bfd92+_0x5ef96d};}export const appRemoveDefinition={'service':a22_0x17abbe(0x149),'command':'remove','description':a22_0x17abbe(0x16f),'risk':'high-risk-write','requiresAuth':![],'requiresAppCode':![],'args':[{'name':a22_0x17abbe(0x169),'description':a22_0x17abbe(0x16e),'required':!![]}],'flags':[{'name':a22_0x17abbe(0x157),'type':a22_0x17abbe(0x14a),'description':a22_0x17abbe(0x16c),'default':![]}],'validate':validateArgs,'execute':execute};
1
+ function a22_0x35ff(_0x534b8b,_0x2f125c){_0x534b8b=_0x534b8b-0xa0;const _0x3f8351=a22_0x3f83();let _0x35ff81=_0x3f8351[_0x534b8b];return _0x35ff81;}const a22_0x144c04=a22_0x35ff;(function(_0x984252,_0x480d13){const _0x1b9e8d=a22_0x35ff,_0x280450=_0x984252();while(!![]){try{const _0xac1e87=parseInt(_0x1b9e8d(0xaa))/0x1+parseInt(_0x1b9e8d(0xb1))/0x2*(-parseInt(_0x1b9e8d(0xa6))/0x3)+-parseInt(_0x1b9e8d(0xa3))/0x4+-parseInt(_0x1b9e8d(0xa8))/0x5+-parseInt(_0x1b9e8d(0xab))/0x6*(parseInt(_0x1b9e8d(0xc4))/0x7)+-parseInt(_0x1b9e8d(0xaf))/0x8+-parseInt(_0x1b9e8d(0xbe))/0x9*(-parseInt(_0x1b9e8d(0xb6))/0xa);if(_0xac1e87===_0x480d13)break;else _0x280450['push'](_0x280450['shift']());}catch(_0x3458f7){_0x280450['push'](_0x280450['shift']());}}}(a22_0x3f83,0xcd5b6));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';async function validateArgs(_0x4e8a9c){const _0x20baf8=a22_0x35ff,_0x5d9998=_0x4e8a9c[_0x20baf8(0xbd)][0x0]?.['trim']();if(!_0x5d9998)throw CliErrors[_0x20baf8(0xb8)](_0x20baf8(0xba),'Usage:\x20'+CLI_BIN_NAME+_0x20baf8(0xb7));}function a22_0x3f83(){const _0x16c6a9=['global','high-risk-write','length','2933860JZqmSw','\x20app\x20remove\x20<name>\x20[--global]','validation','Use\x20global\x20config\x20scope','Missing\x20app\x20name.','\x22\x20not\x20found.','App\x20profile\x20name\x20to\x20remove','args','126yMtDUg','Removed\x20app\x20\x22','App\x20\x22','remove','defaultApp','name','10136JyDsfJ','object','trim','\x20Note:\x20app\x20\x22','\x22\x20still\x20defined\x20in\x20','4028168XCyrBT','both','keys','330723zeqDSG','boolean','3880360LzepnP','\x20config.','546444FDElUB','3114YJxzQr','app','projectConfig','apps','4051144atpNNy','project','14gQoKZr','globalConfig'];a22_0x3f83=function(){return _0x16c6a9;};return a22_0x3f83();}async function execute(_0x2008d4){const _0x1e9c50=a22_0x35ff,_0x254831=_0x2008d4[_0x1e9c50(0xbd)][0x0]?.[_0x1e9c50(0xa0)]();if(!_0x254831)throw CliErrors[_0x1e9c50(0xb8)](_0x1e9c50(0xba),'Usage:\x20'+CLI_BIN_NAME+_0x1e9c50(0xb7));const _0x1e3cff=_0x2008d4['bool']('global'),{config:_0x24009b,layers:_0x16dac0}=readRawConfigWithLayers(),_0x5c0e99=_0x24009b[_0x1e9c50(0xae)]??{};if(!_0x5c0e99[_0x254831])throw CliErrors['validation']('App\x20\x22'+_0x254831+_0x1e9c50(0xbb));const _0x271a84=_0x16dac0['globalConfig'][_0x1e9c50(0xae)]&&typeof _0x16dac0[_0x1e9c50(0xb2)][_0x1e9c50(0xae)]===_0x1e9c50(0xc5)?_0x16dac0[_0x1e9c50(0xb2)][_0x1e9c50(0xae)]:{},_0x22c338=_0x16dac0[_0x1e9c50(0xad)][_0x1e9c50(0xae)]&&typeof _0x16dac0['projectConfig']['apps']===_0x1e9c50(0xc5)?_0x16dac0[_0x1e9c50(0xad)][_0x1e9c50(0xae)]:{},_0x549720=appDefinedIn(_0x254831,_0x271a84,_0x22c338,_0x16dac0[_0x1e9c50(0xad)]['inherit']===![]),_0x10377d=resolveAppScopeForWrite(_0x254831,_0x1e3cff,_0x16dac0),_0x40b4bb={'global':_0x10377d===_0x1e9c50(0xb3)},_0x85c0dd=readConfig(_0x40b4bb),_0x2bb0ea=_0x85c0dd['apps'];if(!_0x2bb0ea||!_0x2bb0ea[_0x254831])throw CliErrors[_0x1e9c50(0xb8)](_0x1e9c50(0xc0)+_0x254831+_0x1e9c50(0xbb));delete _0x2bb0ea[_0x254831];let _0x53902b='';if(_0x85c0dd['defaultApp']===_0x254831){const _0x5640f6=Object[_0x1e9c50(0xa5)](_0x2bb0ea);_0x85c0dd[_0x1e9c50(0xc2)]=_0x5640f6['length']>0x0?_0x5640f6[0x0]:undefined,_0x85c0dd[_0x1e9c50(0xc2)]?_0x53902b='\x20Default\x20app\x20changed\x20to\x20\x22'+_0x85c0dd[_0x1e9c50(0xc2)]+'\x22.':delete _0x85c0dd[_0x1e9c50(0xc2)];}Object['keys'](_0x2bb0ea)[_0x1e9c50(0xb5)]===0x0&&(delete _0x85c0dd[_0x1e9c50(0xae)],delete _0x85c0dd[_0x1e9c50(0xc2)]);writeConfig(_0x85c0dd,_0x40b4bb);const _0x3c1cdd=_0x549720===_0x1e9c50(0xa4)?_0x1e9c50(0xa1)+_0x254831+_0x1e9c50(0xa2)+(_0x10377d===_0x1e9c50(0xb0)?'global':_0x1e9c50(0xb0))+_0x1e9c50(0xa9):'';return{'ok':!![],'message':_0x1e9c50(0xbf)+_0x254831+'\x22'+scopeLabel(_0x40b4bb)+'.'+_0x53902b+_0x3c1cdd};}export const appRemoveDefinition={'service':a22_0x144c04(0xac),'command':a22_0x144c04(0xc1),'description':'Remove\x20an\x20app\x20from\x20config','risk':a22_0x144c04(0xb4),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a22_0x144c04(0xc3),'description':a22_0x144c04(0xbc),'required':!![]}],'flags':[{'name':a22_0x144c04(0xb3),'type':a22_0x144c04(0xa7),'description':a22_0x144c04(0xb9),'default':![]}],'validate':validateArgs,'execute':execute};
@@ -1 +1 @@
1
- (function(_0x14dca6,_0x3f3521){const _0x44846d=a23_0x5128,_0x4b6db4=_0x14dca6();while(!![]){try{const _0x2e4279=-parseInt(_0x44846d(0x1ff))/0x1*(-parseInt(_0x44846d(0x1f1))/0x2)+-parseInt(_0x44846d(0x1ee))/0x3*(parseInt(_0x44846d(0x203))/0x4)+parseInt(_0x44846d(0x1ed))/0x5+parseInt(_0x44846d(0x1f7))/0x6+parseInt(_0x44846d(0x1eb))/0x7*(parseInt(_0x44846d(0x1fa))/0x8)+-parseInt(_0x44846d(0x1e5))/0x9*(parseInt(_0x44846d(0x1f4))/0xa)+parseInt(_0x44846d(0x1e9))/0xb;if(_0x2e4279===_0x3f3521)break;else _0x4b6db4['push'](_0x4b6db4['shift']());}catch(_0x11c36f){_0x4b6db4['push'](_0x4b6db4['shift']());}}}(a23_0x157a,0x65a6c));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';export function enrichAppListItemsWithMergedSelection(_0x10c28a,_0x25b894){const _0x564653=a23_0x5128;if(!_0x25b894)return;const _0x712424=_0x25b894[_0x564653(0x200)]&&typeof _0x25b894['apps']===_0x564653(0x1f2)?_0x25b894['apps']:{},_0x240671=Object[_0x564653(0x1f3)](_0x712424)[_0x564653(0x1ec)]>0x0;for(const _0x485f44 of _0x10c28a){_0x485f44['isCurrent']=![];}const _0x4eb46f=_0x25b894['appCode']!=null?String(_0x25b894[_0x564653(0x1fe)])['trim']():'';if(_0x240671){const _0x4059d8=_0x25b894[_0x564653(0x201)]??_0x25b894[_0x564653(0x1f6)];if(_0x4059d8)for(const _0x3c5863 of _0x10c28a){_0x3c5863[_0x564653(0x202)]===!![]&&_0x3c5863[_0x564653(0x1fc)]===_0x4059d8&&(_0x3c5863[_0x564653(0x1e6)]=!![]);}for(const _0x40c574 of _0x10c28a){if(_0x40c574[_0x564653(0x202)]!==![])continue;if(_0x25b894['defaultApp'])continue;_0x4eb46f&&String(_0x40c574[_0x564653(0x1ea)]??'')['trim']()===_0x4eb46f&&(_0x40c574[_0x564653(0x1e6)]=!![]);}return;}if(!_0x4eb46f)return;for(const _0x12136d of _0x10c28a){String(_0x12136d['appcode']??'')['trim']()===_0x4eb46f&&(_0x12136d[_0x564653(0x1e6)]=!![]);}}export function resolveAppScopeForWrite(_0x5c8dfe,_0x534609,_0x5e8f77){const _0x32a0bc=a23_0x5128;if(_0x534609)return'global';const _0x469302=_0x5e8f77[_0x32a0bc(0x1f0)][_0x32a0bc(0x200)]&&typeof _0x5e8f77[_0x32a0bc(0x1f0)][_0x32a0bc(0x200)]===_0x32a0bc(0x1f2)?_0x5e8f77[_0x32a0bc(0x1f0)]['apps']:{},_0x3c42d3=_0x5e8f77['globalConfig'][_0x32a0bc(0x200)]&&typeof _0x5e8f77['globalConfig'][_0x32a0bc(0x200)]===_0x32a0bc(0x1f2)?_0x5e8f77[_0x32a0bc(0x1f9)]['apps']:{};if(Object[_0x32a0bc(0x1e8)][_0x32a0bc(0x1f5)][_0x32a0bc(0x1fb)](_0x469302,_0x5c8dfe))return'project';if(Object[_0x32a0bc(0x1e8)][_0x32a0bc(0x1f5)][_0x32a0bc(0x1fb)](_0x3c42d3,_0x5c8dfe))return'global';return _0x32a0bc(0x1fd);}function a23_0x5128(_0xf5c4ff,_0x59dabd){_0xf5c4ff=_0xf5c4ff-0x1e5;const _0x157a78=a23_0x157a();let _0x5128c0=_0x157a78[_0xf5c4ff];return _0x5128c0;}function a23_0x157a(){const _0x507000=['9tviLsk','isCurrent','inherit','prototype','12128589zSsVnQ','appcode','329KgPZGU','length','794535dKDrhE','66EaKzRA','both','projectConfig','335798NaBblF','object','keys','5780210LOEKyy','hasOwnProperty','defaultApp','940410KfqSIJ','global','globalConfig','18248pPyAKm','call','name','project','appCode','1BVRtqS','apps','currentApp','named','127084KbIfzU'];a23_0x157a=function(){return _0x507000;};return a23_0x157a();}export function appDefinedIn(_0x368aea,_0x39fcf2,_0x180446,_0x4077c){const _0x22f142=a23_0x5128;if(_0x4077c)return Object[_0x22f142(0x1e8)]['hasOwnProperty']['call'](_0x180446,_0x368aea)?_0x22f142(0x1fd):_0x22f142(0x1f8);const _0x338eb8=Object['prototype'][_0x22f142(0x1f5)][_0x22f142(0x1fb)](_0x39fcf2,_0x368aea),_0x315fd1=Object[_0x22f142(0x1e8)][_0x22f142(0x1f5)][_0x22f142(0x1fb)](_0x180446,_0x368aea);if(_0x338eb8&&_0x315fd1)return _0x22f142(0x1ef);if(_0x315fd1)return _0x22f142(0x1fd);return _0x22f142(0x1f8);}export function resolveDefaultAppSource(_0x5685dc){const _0x242581=a23_0x5128,_0x227975=_0x5685dc['projectConfig'][_0x242581(0x200)]&&typeof _0x5685dc[_0x242581(0x1f0)][_0x242581(0x200)]===_0x242581(0x1f2)?_0x5685dc[_0x242581(0x1f0)][_0x242581(0x200)]:{};if(_0x242581(0x1f6)in _0x5685dc[_0x242581(0x1f0)])return _0x242581(0x1fd);if(Object['keys'](_0x227975)['length']>0x0)return _0x242581(0x1fd);if(_0x5685dc[_0x242581(0x1f0)][_0x242581(0x1e7)]===![])return null;if(_0x5685dc[_0x242581(0x1f9)][_0x242581(0x1f6)])return'global';return null;}export function getConfigPath(_0x1bdd48={}){const _0x1188cb=a23_0x5128,_0x14f4d6=_0x1bdd48[_0x1188cb(0x1f8)]?_0x1188cb(0x1f8):_0x1188cb(0x1fd);return resolveWriteConfigPath(_0x14f4d6);}export function readConfig(_0xa99a67={}){return readConfigFile(getConfigPath(_0xa99a67));}export function writeConfig(_0x1c7d17,_0x1af3bf={}){writeConfigFile(getConfigPath(_0x1af3bf),_0x1c7d17);}export function scopeLabel(_0x382395){const _0x2e89ca=a23_0x5128;return _0x382395[_0x2e89ca(0x1f8)]?'\x20(global)':'';}
1
+ (function(_0x346d69,_0x679ae6){const _0x4d4b9c=a23_0x25c9,_0x1c9434=_0x346d69();while(!![]){try{const _0x4b48b1=-parseInt(_0x4d4b9c(0xc9))/0x1*(-parseInt(_0x4d4b9c(0xca))/0x2)+parseInt(_0x4d4b9c(0xbe))/0x3+parseInt(_0x4d4b9c(0xd6))/0x4*(parseInt(_0x4d4b9c(0xd9))/0x5)+parseInt(_0x4d4b9c(0xcc))/0x6*(-parseInt(_0x4d4b9c(0xc8))/0x7)+-parseInt(_0x4d4b9c(0xd3))/0x8+-parseInt(_0x4d4b9c(0xd7))/0x9*(-parseInt(_0x4d4b9c(0xd4))/0xa)+-parseInt(_0x4d4b9c(0xbc))/0xb;if(_0x4b48b1===_0x679ae6)break;else _0x1c9434['push'](_0x1c9434['shift']());}catch(_0x3b2d81){_0x1c9434['push'](_0x1c9434['shift']());}}}(a23_0x2534,0x90324));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';export function enrichAppListItemsWithMergedSelection(_0x485da1,_0x90da7){const _0x19895b=a23_0x25c9;if(!_0x90da7)return;const _0xe826c2=_0x90da7['apps']&&typeof _0x90da7[_0x19895b(0xd2)]===_0x19895b(0xbd)?_0x90da7['apps']:{},_0x766d42=Object[_0x19895b(0xc4)](_0xe826c2)['length']>0x0;for(const _0x36aff6 of _0x485da1){_0x36aff6['isCurrent']=![];}const _0x3670e5=_0x90da7[_0x19895b(0xc0)]!=null?String(_0x90da7[_0x19895b(0xc0)])[_0x19895b(0xc1)]():'';if(_0x766d42){const _0x5e7304=_0x90da7['currentApp']??_0x90da7[_0x19895b(0xc3)];if(_0x5e7304)for(const _0x39edb6 of _0x485da1){_0x39edb6[_0x19895b(0xd0)]===!![]&&_0x39edb6[_0x19895b(0xcb)]===_0x5e7304&&(_0x39edb6[_0x19895b(0xc5)]=!![]);}for(const _0x2ebf4b of _0x485da1){if(_0x2ebf4b[_0x19895b(0xd0)]!==![])continue;if(_0x90da7[_0x19895b(0xc3)])continue;_0x3670e5&&String(_0x2ebf4b['appcode']??'')[_0x19895b(0xc1)]()===_0x3670e5&&(_0x2ebf4b[_0x19895b(0xc5)]=!![]);}return;}if(!_0x3670e5)return;for(const _0x27f94f of _0x485da1){String(_0x27f94f[_0x19895b(0xc7)]??'')[_0x19895b(0xc1)]()===_0x3670e5&&(_0x27f94f[_0x19895b(0xc5)]=!![]);}}export function resolveAppScopeForWrite(_0x192b9d,_0x3c7fd0,_0x200e7a){const _0x5afb61=a23_0x25c9;if(_0x3c7fd0)return _0x5afb61(0xcd);const _0x43a5bd=_0x200e7a[_0x5afb61(0xc2)]['apps']&&typeof _0x200e7a['projectConfig']['apps']==='object'?_0x200e7a[_0x5afb61(0xc2)]['apps']:{},_0x9727ec=_0x200e7a['globalConfig'][_0x5afb61(0xd2)]&&typeof _0x200e7a[_0x5afb61(0xce)][_0x5afb61(0xd2)]===_0x5afb61(0xbd)?_0x200e7a['globalConfig']['apps']:{};if(Object[_0x5afb61(0xd8)][_0x5afb61(0xc6)]['call'](_0x43a5bd,_0x192b9d))return _0x5afb61(0xbf);if(Object[_0x5afb61(0xd8)][_0x5afb61(0xc6)]['call'](_0x9727ec,_0x192b9d))return _0x5afb61(0xcd);return _0x5afb61(0xbf);}export function appDefinedIn(_0x54ad15,_0x2519a8,_0x601b2d,_0x2e1a82){const _0xb0f18c=a23_0x25c9;if(_0x2e1a82)return Object['prototype'][_0xb0f18c(0xc6)]['call'](_0x601b2d,_0x54ad15)?_0xb0f18c(0xbf):_0xb0f18c(0xcd);const _0x1db78c=Object[_0xb0f18c(0xd8)]['hasOwnProperty'][_0xb0f18c(0xcf)](_0x2519a8,_0x54ad15),_0x512f92=Object[_0xb0f18c(0xd8)][_0xb0f18c(0xc6)][_0xb0f18c(0xcf)](_0x601b2d,_0x54ad15);if(_0x1db78c&&_0x512f92)return'both';if(_0x512f92)return _0xb0f18c(0xbf);return'global';}export function resolveDefaultAppSource(_0x54749e){const _0x5b2a4d=a23_0x25c9,_0x2dc900=_0x54749e['projectConfig'][_0x5b2a4d(0xd2)]&&typeof _0x54749e[_0x5b2a4d(0xc2)][_0x5b2a4d(0xd2)]==='object'?_0x54749e[_0x5b2a4d(0xc2)][_0x5b2a4d(0xd2)]:{};if('defaultApp'in _0x54749e[_0x5b2a4d(0xc2)])return _0x5b2a4d(0xbf);if(Object[_0x5b2a4d(0xc4)](_0x2dc900)[_0x5b2a4d(0xd5)]>0x0)return _0x5b2a4d(0xbf);if(_0x54749e['projectConfig']['inherit']===![])return null;if(_0x54749e[_0x5b2a4d(0xce)][_0x5b2a4d(0xc3)])return _0x5b2a4d(0xcd);return null;}export function getConfigPath(_0x115a19={}){const _0x2c1c5a=a23_0x25c9,_0x49ae5b=_0x115a19['global']?_0x2c1c5a(0xcd):_0x2c1c5a(0xbf);return resolveWriteConfigPath(_0x49ae5b);}export function readConfig(_0x5647da={}){return readConfigFile(getConfigPath(_0x5647da));}function a23_0x2534(){const _0x3db25d=['length','4812vtHoMz','645993noHoDM','prototype','4130gOFGaz','14383743mXNeNa','object','3196767KPkteS','project','appCode','trim','projectConfig','defaultApp','keys','isCurrent','hasOwnProperty','appcode','1459822DBLhPD','61255QLEKWy','26FulfkZ','name','30pxzsIm','global','globalConfig','call','named','\x20(global)','apps','5059048jJJXWA','100AcyFiT'];a23_0x2534=function(){return _0x3db25d;};return a23_0x2534();}export function writeConfig(_0x592642,_0x47ae6d={}){writeConfigFile(getConfigPath(_0x47ae6d),_0x592642);}function a23_0x25c9(_0x1551ff,_0x2d06cd){_0x1551ff=_0x1551ff-0xbc;const _0x253435=a23_0x2534();let _0x25c9f9=_0x253435[_0x1551ff];return _0x25c9f9;}export function scopeLabel(_0xc1c308){const _0x57338e=a23_0x25c9;return _0xc1c308[_0x57338e(0xcd)]?_0x57338e(0xd1):'';}
@@ -1 +1 @@
1
- const a24_0x4ed499=a24_0x3f1f;function a24_0x3f1f(_0x3d161,_0x48f2ec){_0x3d161=_0x3d161-0xdd;const _0x32a824=a24_0x32a8();let _0x3f1ff4=_0x32a824[_0x3d161];return _0x3f1ff4;}(function(_0x4af886,_0x28aba4){const _0x42973a=a24_0x3f1f,_0x4de446=_0x4af886();while(!![]){try{const _0x103be5=parseInt(_0x42973a(0xdf))/0x1+parseInt(_0x42973a(0xf3))/0x2+parseInt(_0x42973a(0x104))/0x3+parseInt(_0x42973a(0xf6))/0x4*(-parseInt(_0x42973a(0x102))/0x5)+-parseInt(_0x42973a(0xde))/0x6+parseInt(_0x42973a(0xdd))/0x7+parseInt(_0x42973a(0xf8))/0x8*(-parseInt(_0x42973a(0xe1))/0x9);if(_0x103be5===_0x28aba4)break;else _0x4de446['push'](_0x4de446['shift']());}catch(_0x38f0c2){_0x4de446['push'](_0x4de446['shift']());}}}(a24_0x32a8,0x569c2));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a24_0x32a8(){const _0x4637e8=['defaultApp','bool','\x20app\x20use\x20<name>\x20[--global]','App\x20\x22','\x22\x20was\x20defined\x20in\x20global\x20config;\x20profile\x20copied\x20into\x20project\x20so\x20the\x20project\x20config\x20self-resolves\x20under\x20the\x20default\x20project-first\x20inherit\x20policy.','validation','name','rabetbase\x20workspace\x20use\x20--app\x20<name>','keys','length','\x20--appcode\x20<code>`\x20first.','projectPath','appcode','global','boolean','994702WrvoOz','use','Usage:\x20','406860eOrHYs','args','176MArajQ','apps','hasOwnProperty','Deprecated:\x20use\x20workspace\x20use','Use\x20global\x20config\x20scope','trim','write','object','join','Available:\x20','5LYNSuT','\x20app\x20add\x20','1367154pKmUPo','4604558VPUScF','810138HMXJxl','136135mnKTbI','globalConfig','472707cvACct','Default\x20app\x20set\x20to\x20\x22','Missing\x20app\x20name.'];a24_0x32a8=function(){return _0x4637e8;};return a24_0x32a8();}import{readRawConfigWithLayers,isInProject}from'../../context.js';import{readConfig,writeConfig,scopeLabel}from'../../commands/app/shared.js';async function validateArgs(_0x408ea8){const _0xaab836=a24_0x3f1f,_0x4f73ed=_0x408ea8[_0xaab836(0xf7)][0x0]?.[_0xaab836(0xfd)]();if(!_0x4f73ed)throw CliErrors['validation'](_0xaab836(0xe3),'Usage:\x20'+CLI_BIN_NAME+_0xaab836(0xe6));}async function execute(_0x4bf4c3){const _0x3697cd=a24_0x3f1f,_0x3baf9f=_0x4bf4c3[_0x3697cd(0xf7)][0x0]?.[_0x3697cd(0xfd)]();if(!_0x3baf9f)throw CliErrors[_0x3697cd(0xe9)](_0x3697cd(0xe3),_0x3697cd(0xf5)+CLI_BIN_NAME+_0x3697cd(0xe6));const _0x47d784=_0x4bf4c3[_0x3697cd(0xe5)](_0x3697cd(0xf1)),{config:_0x37b2ac,layers:_0x5da945}=readRawConfigWithLayers(),_0xc826bc=_0x37b2ac[_0x3697cd(0xf9)]??{},_0x34343c=_0x5da945[_0x3697cd(0xe0)][_0x3697cd(0xf9)]&&typeof _0x5da945[_0x3697cd(0xe0)]['apps']===_0x3697cd(0xff)?_0x5da945[_0x3697cd(0xe0)]['apps']:{},_0x521498={..._0x34343c,..._0xc826bc};if(!_0x521498[_0x3baf9f]){const _0x40171b=Object[_0x3697cd(0xec)](_0x521498),_0x12274a=_0x40171b[_0x3697cd(0xed)]===0x0?'Use\x20`'+CLI_BIN_NAME+_0x3697cd(0x103)+_0x3baf9f+_0x3697cd(0xee):_0x3697cd(0x101)+_0x40171b[_0x3697cd(0x100)](',\x20');throw CliErrors[_0x3697cd(0xe9)](_0x3697cd(0xe7)+_0x3baf9f+'\x22\x20not\x20found.',_0x12274a);}let _0x5e9c6f,_0x3caa4c='';if(_0x47d784)_0x5e9c6f={'global':!![]};else{const _0x2a69c9=isInProject()&&!!_0x5da945[_0x3697cd(0xef)];_0x5e9c6f={'global':!_0x2a69c9};}const _0x44f053=readConfig(_0x5e9c6f);_0x44f053[_0x3697cd(0xe4)]=_0x3baf9f;if(!_0x5e9c6f['global']){const _0x3791ce=_0x44f053[_0x3697cd(0xf9)]&&typeof _0x44f053[_0x3697cd(0xf9)]==='object'?_0x44f053[_0x3697cd(0xf9)]:{};!Object['prototype'][_0x3697cd(0xfa)]['call'](_0x3791ce,_0x3baf9f)&&(_0x44f053['apps']={..._0x3791ce,[_0x3baf9f]:_0x521498[_0x3baf9f]},_0x3caa4c='\x0aNote:\x20\x22'+_0x3baf9f+_0x3697cd(0xe8));}return writeConfig(_0x44f053,_0x5e9c6f),{'ok':!![],'message':_0x3697cd(0xe2)+_0x3baf9f+'\x22\x20(appcode:\x20'+_0x521498[_0x3baf9f][_0x3697cd(0xf0)]+')'+scopeLabel(_0x5e9c6f)+_0x3caa4c};}export const appUseDefinition={'service':'app','command':a24_0x4ed499(0xf4),'description':a24_0x4ed499(0xfb),'risk':a24_0x4ed499(0xfe),'requiresAuth':![],'requiresAppCode':![],'deprecated':{'replacement':a24_0x4ed499(0xeb)},'args':[{'name':a24_0x4ed499(0xea),'description':'App\x20profile\x20name\x20to\x20activate','required':!![]}],'flags':[{'name':'global','type':a24_0x4ed499(0xf2),'description':a24_0x4ed499(0xfc),'default':![]}],'validate':validateArgs,'execute':execute};
1
+ const a24_0x137237=a24_0x21cc;(function(_0x493ab8,_0x40bf76){const _0x45e4c6=a24_0x21cc,_0x84b008=_0x493ab8();while(!![]){try{const _0x1428ec=parseInt(_0x45e4c6(0x7c))/0x1*(-parseInt(_0x45e4c6(0x79))/0x2)+-parseInt(_0x45e4c6(0x91))/0x3*(parseInt(_0x45e4c6(0x8a))/0x4)+-parseInt(_0x45e4c6(0x90))/0x5+-parseInt(_0x45e4c6(0x7f))/0x6*(-parseInt(_0x45e4c6(0x8c))/0x7)+parseInt(_0x45e4c6(0x94))/0x8+-parseInt(_0x45e4c6(0x7b))/0x9*(-parseInt(_0x45e4c6(0x73))/0xa)+parseInt(_0x45e4c6(0x97))/0xb*(parseInt(_0x45e4c6(0x95))/0xc);if(_0x1428ec===_0x40bf76)break;else _0x84b008['push'](_0x84b008['shift']());}catch(_0x184fcb){_0x84b008['push'](_0x84b008['shift']());}}}(a24_0x2056,0xf3619));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{readRawConfigWithLayers,isInProject}from'../../context.js';import{readConfig,writeConfig,scopeLabel}from'../../commands/app/shared.js';async function validateArgs(_0x9adcf3){const _0x21b07c=a24_0x21cc,_0x355c21=_0x9adcf3['args'][0x0]?.[_0x21b07c(0x75)]();if(!_0x355c21)throw CliErrors[_0x21b07c(0x88)](_0x21b07c(0x7e),_0x21b07c(0x96)+CLI_BIN_NAME+_0x21b07c(0x77));}function a24_0x21cc(_0x3884ed,_0x18a04d){_0x3884ed=_0x3884ed-0x6f;const _0x205668=a24_0x2056();let _0x21cc1d=_0x205668[_0x3884ed];return _0x21cc1d;}function a24_0x2056(){const _0x5b10b6=['global','132ktGCYd','Deprecated:\x20use\x20workspace\x20use','12261165wHOpSN','globalConfig','length','Default\x20app\x20set\x20to\x20\x22','5479375cuowZA','5409ecPGMK','hasOwnProperty','use','1869224GdyaoE','3370020TwlNPn','Usage:\x20','44sbUOGF','\x20app\x20add\x20','rabetbase\x20workspace\x20use\x20--app\x20<name>','name','\x0aNote:\x20\x22','prototype','App\x20profile\x20name\x20to\x20activate','defaultApp','object','\x22\x20(appcode:\x20','6020IbVwGQ','Available:\x20','trim','projectPath','\x20app\x20use\x20<name>\x20[--global]','apps','6qFkNNo','Use\x20global\x20config\x20scope','3375qgksJq','394025KNPiaN','bool','Missing\x20app\x20name.','6sMmEMN','args','Use\x20`','App\x20\x22','\x22\x20not\x20found.','call','app','write','join','validation'];a24_0x2056=function(){return _0x5b10b6;};return a24_0x2056();}async function execute(_0x1cb068){const _0x4039b4=a24_0x21cc,_0x364a3e=_0x1cb068[_0x4039b4(0x80)][0x0]?.[_0x4039b4(0x75)]();if(!_0x364a3e)throw CliErrors[_0x4039b4(0x88)](_0x4039b4(0x7e),_0x4039b4(0x96)+CLI_BIN_NAME+_0x4039b4(0x77));const _0x2cbf68=_0x1cb068[_0x4039b4(0x7d)](_0x4039b4(0x89)),{config:_0x4684a2,layers:_0x4b80cd}=readRawConfigWithLayers(),_0xc0d8a=_0x4684a2[_0x4039b4(0x78)]??{},_0x5c5292=_0x4b80cd['globalConfig'][_0x4039b4(0x78)]&&typeof _0x4b80cd[_0x4039b4(0x8d)]['apps']===_0x4039b4(0x71)?_0x4b80cd[_0x4039b4(0x8d)]['apps']:{},_0x2a2ccc={..._0x5c5292,..._0xc0d8a};if(!_0x2a2ccc[_0x364a3e]){const _0x4e09dc=Object['keys'](_0x2a2ccc),_0x55a7ee=_0x4e09dc[_0x4039b4(0x8e)]===0x0?_0x4039b4(0x81)+CLI_BIN_NAME+_0x4039b4(0x98)+_0x364a3e+'\x20--appcode\x20<code>`\x20first.':_0x4039b4(0x74)+_0x4e09dc[_0x4039b4(0x87)](',\x20');throw CliErrors[_0x4039b4(0x88)](_0x4039b4(0x82)+_0x364a3e+_0x4039b4(0x83),_0x55a7ee);}let _0x57b59e,_0x418aa8='';if(_0x2cbf68)_0x57b59e={'global':!![]};else{const _0x1ed676=isInProject()&&!!_0x4b80cd[_0x4039b4(0x76)];_0x57b59e={'global':!_0x1ed676};}const _0x107d62=readConfig(_0x57b59e);_0x107d62[_0x4039b4(0x70)]=_0x364a3e;if(!_0x57b59e[_0x4039b4(0x89)]){const _0x3fe988=_0x107d62[_0x4039b4(0x78)]&&typeof _0x107d62['apps']===_0x4039b4(0x71)?_0x107d62['apps']:{};!Object[_0x4039b4(0x9c)][_0x4039b4(0x92)][_0x4039b4(0x84)](_0x3fe988,_0x364a3e)&&(_0x107d62[_0x4039b4(0x78)]={..._0x3fe988,[_0x364a3e]:_0x2a2ccc[_0x364a3e]},_0x418aa8=_0x4039b4(0x9b)+_0x364a3e+'\x22\x20was\x20defined\x20in\x20global\x20config;\x20profile\x20copied\x20into\x20project\x20so\x20the\x20project\x20config\x20self-resolves\x20under\x20the\x20default\x20project-first\x20inherit\x20policy.');}return writeConfig(_0x107d62,_0x57b59e),{'ok':!![],'message':_0x4039b4(0x8f)+_0x364a3e+_0x4039b4(0x72)+_0x2a2ccc[_0x364a3e]['appcode']+')'+scopeLabel(_0x57b59e)+_0x418aa8};}export const appUseDefinition={'service':a24_0x137237(0x85),'command':a24_0x137237(0x93),'description':a24_0x137237(0x8b),'risk':a24_0x137237(0x86),'requiresAuth':![],'requiresAppCode':![],'deprecated':{'replacement':a24_0x137237(0x99)},'args':[{'name':a24_0x137237(0x9a),'description':a24_0x137237(0x6f),'required':!![]}],'flags':[{'name':'global','type':'boolean','description':a24_0x137237(0x7a),'default':![]}],'validate':validateArgs,'execute':execute};
@@ -1 +1 @@
1
- const a25_0x3617cc=a25_0x2c92;(function(_0x51082c,_0x8216f6){const _0x75e4f4=a25_0x2c92,_0x54fc65=_0x51082c();while(!![]){try{const _0x284126=-parseInt(_0x75e4f4(0xc6))/0x1+-parseInt(_0x75e4f4(0xb9))/0x2*(parseInt(_0x75e4f4(0xb8))/0x3)+parseInt(_0x75e4f4(0xba))/0x4*(-parseInt(_0x75e4f4(0xb5))/0x5)+parseInt(_0x75e4f4(0xbe))/0x6*(parseInt(_0x75e4f4(0xc7))/0x7)+-parseInt(_0x75e4f4(0xb4))/0x8+-parseInt(_0x75e4f4(0xb1))/0x9*(-parseInt(_0x75e4f4(0xc3))/0xa)+parseInt(_0x75e4f4(0xb3))/0xb*(parseInt(_0x75e4f4(0xbc))/0xc);if(_0x284126===_0x8216f6)break;else _0x54fc65['push'](_0x54fc65['shift']());}catch(_0x54e646){_0x54fc65['push'](_0x54fc65['shift']());}}}(a25_0x29a7,0x7e20e));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';function a25_0x2c92(_0x51ae02,_0x3ade6b){_0x51ae02=_0x51ae02-0xae;const _0x29a7b2=a25_0x29a7();let _0x2c92e8=_0x29a7b2[_0x51ae02];return _0x2c92e8;}function a25_0x29a7(){const _0x4ec5a8=['App\x20config\x20key\x20not\x20found:\x20','2388588CXpCUZ','validation','267252peaBuk','app-config','Delete\x20one\x20remote\x20app-config\x20KV\x20by\x20key','Deleted\x20app\x20config\x20','apiError','9420860YIIUmC','appCode','POST','86896ygkJDt','112vBOaJW','number','high-risk-write','appCode:\x20','9zJoGDW','App\x20config\x20server\x20id\x20missing\x20for\x20key=','22Fkuged','1595552kaaDxB','4124615VdJRRU','get','delete','1274913HRWKAM','2diGFpI','4PWGjHM'];a25_0x29a7=function(){return _0x4ec5a8;};return a25_0x29a7();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH='/smartapi/app-config/delete';export const appConfigDelete={'service':a25_0x3617cc(0xbf),'command':a25_0x3617cc(0xb7),'description':a25_0x3617cc(0xc0),'risk':a25_0x3617cc(0xaf),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x80bac7){readKeyArg(_0x80bac7);},async 'dryRun'(_0x4d9c2c){const _0x5f5c3c=a25_0x3617cc,_0x53422d=readKeyArg(_0x4d9c2c),_0xc91682=await mustGetByKey(_0x4d9c2c['appCode'],_0x53422d);return asAppConfigDryRunResult(buildMutationData({'operation':_0x5f5c3c(0xb7),'appCode':_0x4d9c2c['appCode'],'key':_0x53422d,'before':projectAppConfig(_0xc91682),'after':null,'dryRun':!![]}),{'method':_0x5f5c3c(0xc5),'url':DELETE_PATH});},async 'execute'(_0xd68ae0){const _0x44626e=a25_0x3617cc,_0x5bda20=readKeyArg(_0xd68ae0),_0x3d3777=await mustGetByKey(_0xd68ae0['appCode'],_0x5bda20);return await withAppConfigApiBoundary(_0x44626e(0xb7),{'appCode':_0xd68ae0[_0x44626e(0xc4)],'key':_0x5bda20},()=>deleteAppConfig({'appCode':_0xd68ae0[_0x44626e(0xc4)],'id':requireAppConfigId(_0x3d3777,_0x5bda20,_0xd68ae0[_0x44626e(0xc4)])})),{'ok':!![],'data':buildMutationData({'operation':_0x44626e(0xb7),'appCode':_0xd68ae0[_0x44626e(0xc4)],'key':_0x5bda20,'before':projectAppConfig(_0x3d3777),'after':null,'dryRun':![]}),'message':_0x44626e(0xc1)+_0x5bda20};}};async function mustGetByKey(_0x567a5c,_0x5151f8){const _0x4dea12=a25_0x3617cc,_0x156040=await withAppConfigApiBoundary(_0x4dea12(0xb6),{'appCode':_0x567a5c,'key':_0x5151f8},()=>getAppConfigByKey(_0x567a5c,_0x5151f8));if(!_0x156040)throw CliErrors[_0x4dea12(0xbd)](_0x4dea12(0xbb)+_0x5151f8,_0x4dea12(0xb0)+_0x567a5c);return _0x156040;}function requireAppConfigId(_0x544d09,_0x5bea03,_0x4f0b69){const _0x9634f6=a25_0x3617cc;if(typeof _0x544d09['id']===_0x9634f6(0xae)&&Number['isFinite'](_0x544d09['id'])&&_0x544d09['id']>0x0)return _0x544d09['id'];throw CliErrors[_0x9634f6(0xc2)](_0x9634f6(0xb2)+_0x5bea03+',\x20appCode='+_0x4f0b69);}
1
+ const a25_0x30bf3b=a25_0x3549;function a25_0x1ee8(){const _0x22e8d9=['App\x20config\x20key\x20not\x20found:\x20','788517hKflnH','apiError','18IXDteW','appCode:\x20','7405232zFUwXI','Deleted\x20app\x20config\x20','272948Cxjmrd','275160wdWkbF','1182atuAGn','10zqcKHx','isFinite','13024245UOvEzN','delete','App\x20config\x20server\x20id\x20missing\x20for\x20key=','POST','number','379991YBwOVk','appCode','7pRAEZz','38535YokPFT','/smartapi/app-config/delete','validation','671AnZIgO','6Zyndxe'];a25_0x1ee8=function(){return _0x22e8d9;};return a25_0x1ee8();}(function(_0x24eb5f,_0x3e35ce){const _0x47e52f=a25_0x3549,_0x197361=_0x24eb5f();while(!![]){try{const _0x11a8f1=-parseInt(_0x47e52f(0x112))/0x1*(-parseInt(_0x47e52f(0x100))/0x2)+parseInt(_0x47e52f(0x104))/0x3*(-parseInt(_0x47e52f(0x108))/0x4)+parseInt(_0x47e52f(0x115))/0x5*(-parseInt(_0x47e52f(0x10a))/0x6)+-parseInt(_0x47e52f(0x114))/0x7*(parseInt(_0x47e52f(0x106))/0x8)+parseInt(_0x47e52f(0x102))/0x9*(parseInt(_0x47e52f(0x10b))/0xa)+-parseInt(_0x47e52f(0xff))/0xb*(-parseInt(_0x47e52f(0x109))/0xc)+parseInt(_0x47e52f(0x10d))/0xd;if(_0x11a8f1===_0x3e35ce)break;else _0x197361['push'](_0x197361['shift']());}catch(_0x4738a5){_0x197361['push'](_0x197361['shift']());}}}(a25_0x1ee8,0xbd2aa));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a25_0x30bf3b(0x116);function a25_0x3549(_0xf9eeff,_0x4b74eb){_0xf9eeff=_0xf9eeff-0xff;const _0x1ee81c=a25_0x1ee8();let _0x354921=_0x1ee81c[_0xf9eeff];return _0x354921;}export const appConfigDelete={'service':'app-config','command':'delete','description':'Delete\x20one\x20remote\x20app-config\x20KV\x20by\x20key','risk':'high-risk-write','args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x481160){readKeyArg(_0x481160);},async 'dryRun'(_0x4ea59d){const _0x34ebf0=a25_0x30bf3b,_0x1072a0=readKeyArg(_0x4ea59d),_0xebd1d2=await mustGetByKey(_0x4ea59d['appCode'],_0x1072a0);return asAppConfigDryRunResult(buildMutationData({'operation':_0x34ebf0(0x10e),'appCode':_0x4ea59d[_0x34ebf0(0x113)],'key':_0x1072a0,'before':projectAppConfig(_0xebd1d2),'after':null,'dryRun':!![]}),{'method':_0x34ebf0(0x110),'url':DELETE_PATH});},async 'execute'(_0x57deb5){const _0x50c78a=a25_0x30bf3b,_0x1597c6=readKeyArg(_0x57deb5),_0x5d92d4=await mustGetByKey(_0x57deb5['appCode'],_0x1597c6);return await withAppConfigApiBoundary(_0x50c78a(0x10e),{'appCode':_0x57deb5['appCode'],'key':_0x1597c6},()=>deleteAppConfig({'appCode':_0x57deb5['appCode'],'id':requireAppConfigId(_0x5d92d4,_0x1597c6,_0x57deb5['appCode'])})),{'ok':!![],'data':buildMutationData({'operation':_0x50c78a(0x10e),'appCode':_0x57deb5[_0x50c78a(0x113)],'key':_0x1597c6,'before':projectAppConfig(_0x5d92d4),'after':null,'dryRun':![]}),'message':_0x50c78a(0x107)+_0x1597c6};}};async function mustGetByKey(_0x104096,_0x3f53a7){const _0x2f6860=a25_0x30bf3b,_0xc749b=await withAppConfigApiBoundary('get',{'appCode':_0x104096,'key':_0x3f53a7},()=>getAppConfigByKey(_0x104096,_0x3f53a7));if(!_0xc749b)throw CliErrors[_0x2f6860(0x117)](_0x2f6860(0x101)+_0x3f53a7,_0x2f6860(0x105)+_0x104096);return _0xc749b;}function requireAppConfigId(_0x38789a,_0x1a17e5,_0x170264){const _0xccd7bd=a25_0x30bf3b;if(typeof _0x38789a['id']===_0xccd7bd(0x111)&&Number[_0xccd7bd(0x10c)](_0x38789a['id'])&&_0x38789a['id']>0x0)return _0x38789a['id'];throw CliErrors[_0xccd7bd(0x103)](_0xccd7bd(0x10f)+_0x1a17e5+',\x20appCode='+_0x170264);}
@@ -1 +1 @@
1
- const a26_0x297bb9=a26_0x4183;(function(_0x43fdd1,_0x5b8ffe){const _0x13ab92=a26_0x4183,_0x11048b=_0x43fdd1();while(!![]){try{const _0x56d688=parseInt(_0x13ab92(0xb9))/0x1*(parseInt(_0x13ab92(0xb7))/0x2)+-parseInt(_0x13ab92(0xb8))/0x3*(parseInt(_0x13ab92(0xb4))/0x4)+-parseInt(_0x13ab92(0xb6))/0x5+-parseInt(_0x13ab92(0xa9))/0x6+-parseInt(_0x13ab92(0xaf))/0x7*(-parseInt(_0x13ab92(0xb3))/0x8)+-parseInt(_0x13ab92(0xbb))/0x9+parseInt(_0x13ab92(0xba))/0xa;if(_0x56d688===_0x5b8ffe)break;else _0x11048b['push'](_0x11048b['shift']());}catch(_0x528155){_0x11048b['push'](_0x11048b['shift']());}}}(a26_0x2f7e,0xa879a));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a26_0x2f7e(){const _0x1b1b5c=['3581tkIfnP','29061820kmlGCz','7672869LrHjRD','App\x20config\x20key\x20not\x20found:\x20','\x20with\x20value\x20redacted','5319360vhDbxj','\x20with\x20value\x20revealed','appCode','get','bool','Get\x20one\x20remote\x20app-config\x20KV\x20by\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','21sGIrML','Loaded\x20app\x20config\x20','read','reveal','1145640jjzQvN','870328mVDkaR','app-config','5499255GNKSRD','594RMkVnE','12qGwCOL'];a26_0x2f7e=function(){return _0x1b1b5c;};return a26_0x2f7e();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a26_0x4183(_0x4d627f,_0x2e8eec){_0x4d627f=_0x4d627f-0xa9;const _0x2f7ea1=a26_0x2f7e();let _0x418351=_0x2f7ea1[_0x4d627f];return _0x418351;}export const appConfigGet={'service':a26_0x297bb9(0xb5),'command':a26_0x297bb9(0xac),'description':a26_0x297bb9(0xae),'risk':a26_0x297bb9(0xb1),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x3381e0){readKeyArg(_0x3381e0);},async 'execute'(_0x2786c8){const _0x1ab305=a26_0x297bb9,_0x4f3162=readKeyArg(_0x2786c8),_0x5ad262=await withAppConfigApiBoundary(_0x1ab305(0xac),{'appCode':_0x2786c8[_0x1ab305(0xab)],'key':_0x4f3162},()=>getAppConfigByKey(_0x2786c8['appCode'],_0x4f3162));if(!_0x5ad262)throw CliErrors['validation'](_0x1ab305(0xbc)+_0x4f3162,'appCode:\x20'+_0x2786c8[_0x1ab305(0xab)]);const _0x3654ba=projectAppConfig(_0x5ad262,{'reveal':_0x2786c8[_0x1ab305(0xad)](_0x1ab305(0xb2))});return{'ok':!![],'data':{'config':_0x3654ba},'message':_0x2786c8[_0x1ab305(0xad)](_0x1ab305(0xb2))?_0x1ab305(0xb0)+_0x4f3162+_0x1ab305(0xaa):_0x1ab305(0xb0)+_0x4f3162+_0x1ab305(0xbd)};}};
1
+ const a26_0x3fcf2b=a26_0x5274;(function(_0xfb0bdb,_0x468f84){const _0x534135=a26_0x5274,_0x54ffce=_0xfb0bdb();while(!![]){try{const _0x2ff5b5=-parseInt(_0x534135(0x1b1))/0x1+-parseInt(_0x534135(0x1ba))/0x2+-parseInt(_0x534135(0x1c2))/0x3+parseInt(_0x534135(0x1b9))/0x4+-parseInt(_0x534135(0x1be))/0x5+-parseInt(_0x534135(0x1b4))/0x6+parseInt(_0x534135(0x1b6))/0x7;if(_0x2ff5b5===_0x468f84)break;else _0x54ffce['push'](_0x54ffce['shift']());}catch(_0x119043){_0x54ffce['push'](_0x54ffce['shift']());}}}(a26_0xa70f,0x1edb4));function a26_0xa70f(){const _0xb4f867=['appCode:\x20','read','Loaded\x20app\x20config\x20','901210lmrXIV','bool','\x20with\x20value\x20redacted','appCode','305412ESeMxs','180048UGJvhi','validation','get','570984Pahacc','Get\x20one\x20remote\x20app-config\x20KV\x20by\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','5264406xivowZ','reveal','App\x20config\x20key\x20not\x20found:\x20','230696ohnHMs','252172ZrZjTd'];a26_0xa70f=function(){return _0xb4f867;};return a26_0xa70f();}import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a26_0x5274(_0x5254b5,_0x269df1){_0x5254b5=_0x5254b5-0x1b1;const _0xa70fd4=a26_0xa70f();let _0x527448=_0xa70fd4[_0x5254b5];return _0x527448;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':'app-config','command':a26_0x3fcf2b(0x1b3),'description':a26_0x3fcf2b(0x1b5),'risk':a26_0x3fcf2b(0x1bc),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x819b26){readKeyArg(_0x819b26);},async 'execute'(_0x3e09bd){const _0x3e5e3b=a26_0x3fcf2b,_0x18c298=readKeyArg(_0x3e09bd),_0x4a9b9f=await withAppConfigApiBoundary(_0x3e5e3b(0x1b3),{'appCode':_0x3e09bd[_0x3e5e3b(0x1c1)],'key':_0x18c298},()=>getAppConfigByKey(_0x3e09bd[_0x3e5e3b(0x1c1)],_0x18c298));if(!_0x4a9b9f)throw CliErrors[_0x3e5e3b(0x1b2)](_0x3e5e3b(0x1b8)+_0x18c298,_0x3e5e3b(0x1bb)+_0x3e09bd[_0x3e5e3b(0x1c1)]);const _0x2bcd4d=projectAppConfig(_0x4a9b9f,{'reveal':_0x3e09bd[_0x3e5e3b(0x1bf)](_0x3e5e3b(0x1b7))});return{'ok':!![],'data':{'config':_0x2bcd4d},'message':_0x3e09bd[_0x3e5e3b(0x1bf)](_0x3e5e3b(0x1b7))?_0x3e5e3b(0x1bd)+_0x18c298+'\x20with\x20value\x20revealed':_0x3e5e3b(0x1bd)+_0x18c298+_0x3e5e3b(0x1c0)};}};
@@ -1 +1 @@
1
- (function(_0x50b02f,_0x13e603){const _0x1642ed=a27_0x333a,_0x27c067=_0x50b02f();while(!![]){try{const _0x5036f9=parseInt(_0x1642ed(0x7c))/0x1+-parseInt(_0x1642ed(0x7f))/0x2*(parseInt(_0x1642ed(0x83))/0x3)+-parseInt(_0x1642ed(0x7e))/0x4+-parseInt(_0x1642ed(0x80))/0x5*(-parseInt(_0x1642ed(0x84))/0x6)+parseInt(_0x1642ed(0x81))/0x7+-parseInt(_0x1642ed(0x7b))/0x8*(-parseInt(_0x1642ed(0x82))/0x9)+parseInt(_0x1642ed(0x7d))/0xa*(-parseInt(_0x1642ed(0x7a))/0xb);if(_0x5036f9===_0x13e603)break;else _0x27c067['push'](_0x27c067['shift']());}catch(_0x8093c){_0x27c067['push'](_0x27c067['shift']());}}}(a27_0x29b1,0x612c4));import{appConfigList}from'../../commands/app-config/list.js';function a27_0x29b1(){const _0x114f3b=['48lyGTCp','175dWSdUb','1433194essZVz','171MACNZl','36957NsAePN','76044zzmtNW','77IrIxLi','176064GtkWBt','652187hROchn','421390cRvGcE','2920088yeFMpX'];a27_0x29b1=function(){return _0x114f3b;};return a27_0x29b1();}import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';import{appConfigDelete}from'../../commands/app-config/delete.js';function a27_0x333a(_0x1cba26,_0x2b8db6){_0x1cba26=_0x1cba26-0x7a;const _0x29b12d=a27_0x29b1();let _0x333af7=_0x29b12d[_0x1cba26];return _0x333af7;}export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
1
+ (function(_0x56a752,_0x263d39){const _0x4dded7=a27_0x2725,_0x7cffb=_0x56a752();while(!![]){try{const _0x446cc7=parseInt(_0x4dded7(0x1e0))/0x1+-parseInt(_0x4dded7(0x1d8))/0x2*(parseInt(_0x4dded7(0x1dc))/0x3)+parseInt(_0x4dded7(0x1d7))/0x4*(-parseInt(_0x4dded7(0x1df))/0x5)+parseInt(_0x4dded7(0x1d9))/0x6*(parseInt(_0x4dded7(0x1dd))/0x7)+parseInt(_0x4dded7(0x1de))/0x8+-parseInt(_0x4dded7(0x1d6))/0x9*(parseInt(_0x4dded7(0x1da))/0xa)+-parseInt(_0x4dded7(0x1db))/0xb;if(_0x446cc7===_0x263d39)break;else _0x7cffb['push'](_0x7cffb['shift']());}catch(_0xf0d6ec){_0x7cffb['push'](_0x7cffb['shift']());}}}(a27_0x428c,0xabc6a));import{appConfigList}from'../../commands/app-config/list.js';function a27_0x428c(){const _0x42b802=['698aWznHv','6UXBIaZ','4977920oTQQEt','1581525rcmcvW','3489Qafhiy','3460709hplJLg','5398872zWxCcB','125065fXzycf','1307179qzlPNV','9kqXehZ','116cYoTIE'];a27_0x428c=function(){return _0x42b802;};return a27_0x428c();}function a27_0x2725(_0x481940,_0x359aa9){_0x481940=_0x481940-0x1d6;const _0x428c9a=a27_0x428c();let _0x2725ad=_0x428c9a[_0x481940];return _0x2725ad;}import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';import{appConfigDelete}from'../../commands/app-config/delete.js';export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
@@ -1 +1 @@
1
- const a28_0x6716ef=a28_0x1792;(function(_0x1999fa,_0x4a886d){const _0xc82b62=a28_0x1792,_0x528980=_0x1999fa();while(!![]){try{const _0x5a318d=parseInt(_0xc82b62(0x1d2))/0x1*(-parseInt(_0xc82b62(0x1d8))/0x2)+-parseInt(_0xc82b62(0x1c3))/0x3+-parseInt(_0xc82b62(0x1d0))/0x4*(parseInt(_0xc82b62(0x1d4))/0x5)+-parseInt(_0xc82b62(0x1ca))/0x6*(parseInt(_0xc82b62(0x1d5))/0x7)+parseInt(_0xc82b62(0x1d7))/0x8*(parseInt(_0xc82b62(0x1c1))/0x9)+parseInt(_0xc82b62(0x1c9))/0xa*(-parseInt(_0xc82b62(0x1c2))/0xb)+parseInt(_0xc82b62(0x1c7))/0xc*(parseInt(_0xc82b62(0x1c6))/0xd);if(_0x5a318d===_0x4a886d)break;else _0x528980['push'](_0x528980['shift']());}catch(_0x79e5f9){_0x528980['push'](_0x528980['shift']());}}}(a28_0x5857,0x9b47e));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a28_0x5857(){const _0x21fca9=['204PlIprR','str','870AbOPQC','4671678GEuqcM','trim','\x20app\x20config(s)','appCode','key','map','2076fxyPob','read','1usfivd','list','10285mBlVHQ','7QLUlAQ','List\x20remote\x20app-config\x20KV\x20metadata\x20without\x20revealing\x20values','5008VEnOKY','933054QItqmO','string','Filter\x20by\x20exact\x20config\x20key','1872zphKPk','95623jziHFJ','3129438cBJDZN','Found\x20','length','3531398LpnjHU'];a28_0x5857=function(){return _0x21fca9;};return a28_0x5857();}import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a28_0x1792(_0x4ffb7f,_0x397e7f){_0x4ffb7f=_0x4ffb7f-0x1c0;const _0x5857c6=a28_0x5857();let _0x179234=_0x5857c6[_0x4ffb7f];return _0x179234;}export const appConfigList={'service':'app-config','command':a28_0x6716ef(0x1d3),'description':a28_0x6716ef(0x1d6),'risk':a28_0x6716ef(0x1d1),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a28_0x6716ef(0x1ce),'type':a28_0x6716ef(0x1d9),'description':a28_0x6716ef(0x1c0)},TAGS_FLAG],async 'validate'(_0x25baaf){const _0x4d56c0=a28_0x6716ef,_0x13372f=_0x25baaf[_0x4d56c0(0x1c8)]('key')[_0x4d56c0(0x1cb)]();if(_0x13372f)validateKey(_0x13372f);readOptionalTags(_0x25baaf);},async 'execute'(_0x3dbcb8){const _0x2b5dc6=a28_0x6716ef,_0xa6c823=_0x3dbcb8['str'](_0x2b5dc6(0x1ce))[_0x2b5dc6(0x1cb)]()||undefined,_0x88297e=readOptionalTags(_0x3dbcb8),_0x37cdae=await withAppConfigApiBoundary(_0x2b5dc6(0x1d3),{'appCode':_0x3dbcb8[_0x2b5dc6(0x1cd)]},()=>listAppConfigs(_0x3dbcb8[_0x2b5dc6(0x1cd)],{'key':_0xa6c823,'tags':_0x88297e})),_0x45365f=_0x37cdae[_0x2b5dc6(0x1cf)](_0x4762b1=>projectAppConfig(_0x4762b1));return{'ok':!![],'data':{'appCode':_0x3dbcb8[_0x2b5dc6(0x1cd)],'count':_0x45365f['length'],'configs':_0x45365f},'message':_0x2b5dc6(0x1c4)+_0x45365f[_0x2b5dc6(0x1c5)]+_0x2b5dc6(0x1cc)};}};
1
+ const a28_0x2c6d3f=a28_0xe833;(function(_0x23794d,_0x1ab81e){const _0x410bff=a28_0xe833,_0x4b41a1=_0x23794d();while(!![]){try{const _0x288322=-parseInt(_0x410bff(0x1f7))/0x1*(parseInt(_0x410bff(0x1f3))/0x2)+-parseInt(_0x410bff(0x1e8))/0x3+-parseInt(_0x410bff(0x1eb))/0x4*(parseInt(_0x410bff(0x1f4))/0x5)+-parseInt(_0x410bff(0x1f0))/0x6*(parseInt(_0x410bff(0x1f6))/0x7)+parseInt(_0x410bff(0x1f5))/0x8+parseInt(_0x410bff(0x1ef))/0x9*(parseInt(_0x410bff(0x1fc))/0xa)+-parseInt(_0x410bff(0x1ee))/0xb*(-parseInt(_0x410bff(0x1fa))/0xc);if(_0x288322===_0x1ab81e)break;else _0x4b41a1['push'](_0x4b41a1['shift']());}catch(_0x4044b2){_0x4b41a1['push'](_0x4b41a1['shift']());}}}(a28_0xd277,0xc050e));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a28_0x2c6d3f(0x1ed),'command':a28_0x2c6d3f(0x1e7),'description':'List\x20remote\x20app-config\x20KV\x20metadata\x20without\x20revealing\x20values','risk':a28_0x2c6d3f(0x1ea),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a28_0x2c6d3f(0x1fe),'type':'string','description':a28_0x2c6d3f(0x1ec)},TAGS_FLAG],async 'validate'(_0x2160cb){const _0x2e31fb=a28_0x2c6d3f,_0x58df10=_0x2160cb[_0x2e31fb(0x1e9)]('key')[_0x2e31fb(0x1f2)]();if(_0x58df10)validateKey(_0x58df10);readOptionalTags(_0x2160cb);},async 'execute'(_0x3d180a){const _0x126261=a28_0x2c6d3f,_0x441646=_0x3d180a[_0x126261(0x1e9)](_0x126261(0x1fe))[_0x126261(0x1f2)]()||undefined,_0x2ef17f=readOptionalTags(_0x3d180a),_0x1f91bb=await withAppConfigApiBoundary(_0x126261(0x1e7),{'appCode':_0x3d180a['appCode']},()=>listAppConfigs(_0x3d180a[_0x126261(0x1fb)],{'key':_0x441646,'tags':_0x2ef17f})),_0xda9cc0=_0x1f91bb[_0x126261(0x1f1)](_0x14f168=>projectAppConfig(_0x14f168));return{'ok':!![],'data':{'appCode':_0x3d180a[_0x126261(0x1fb)],'count':_0xda9cc0[_0x126261(0x1f9)],'configs':_0xda9cc0},'message':_0x126261(0x1fd)+_0xda9cc0[_0x126261(0x1f9)]+_0x126261(0x1f8)};}};function a28_0xe833(_0x39a907,_0x44461e){_0x39a907=_0x39a907-0x1e7;const _0xd27729=a28_0xd277();let _0xe833ad=_0xd27729[_0x39a907];return _0xe833ad;}function a28_0xd277(){const _0x51840d=['appCode','160DZIoKc','Found\x20','key','list','4207203KNYbUs','str','read','4fWPZTC','Filter\x20by\x20exact\x20config\x20key','app-config','11uqdYBj','533268pCLAUi','9224346YkllYe','map','trim','6300OfFrWr','1779735MwnfSx','7441248KWOPaF','7ViUbay','463UWCDKP','\x20app\x20config(s)','length','43964724woCudA'];a28_0xd277=function(){return _0x51840d;};return a28_0xd277();}
@@ -1 +1 @@
1
- const a29_0x479361=a29_0x3cc7;(function(_0x4172ac,_0x40eaf2){const _0x59b103=a29_0x3cc7,_0x19651b=_0x4172ac();while(!![]){try{const _0x5ee2e9=parseInt(_0x59b103(0xdf))/0x1+-parseInt(_0x59b103(0xdb))/0x2+parseInt(_0x59b103(0xca))/0x3+parseInt(_0x59b103(0xcd))/0x4+-parseInt(_0x59b103(0xcf))/0x5*(-parseInt(_0x59b103(0xc6))/0x6)+parseInt(_0x59b103(0xc7))/0x7*(-parseInt(_0x59b103(0xd0))/0x8)+parseInt(_0x59b103(0xce))/0x9*(-parseInt(_0x59b103(0xd6))/0xa);if(_0x5ee2e9===_0x40eaf2)break;else _0x19651b['push'](_0x19651b['shift']());}catch(_0x3ef864){_0x19651b['push'](_0x19651b['shift']());}}}(a29_0x59b0,0x9884c));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a29_0x3cc7(_0x1efc22,_0x330f7b){_0x1efc22=_0x1efc22-0xc6;const _0x59b013=a29_0x59b0();let _0x3cc7f1=_0x59b013[_0x1efc22];return _0x3cc7f1;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertSingleValueSource,assertValueSourceReadable,asAppConfigDryRunResult,buildMutationData,FROM_ENV_FLAG,KEY_ARG,plannedAppConfig,projectAppConfig,readAppConfigValue,readKeyArg,readOptionalTags,STDIN_FLAG,TAGS_FLAG,VALUE_ARG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const CREATE_PATH=a29_0x479361(0xdd),UPDATE_PATH='/smartapi/app-config/update';export const appConfigSet={'service':'app-config','command':a29_0x479361(0xd7),'description':a29_0x479361(0xd5),'risk':a29_0x479361(0xd1),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a29_0x479361(0xd8),'type':a29_0x479361(0xe1),'description':a29_0x479361(0xd9)}],async 'validate'(_0x29d481){readKeyArg(_0x29d481),readOptionalTags(_0x29d481),assertSingleValueSource(_0x29d481);},async 'dryRun'(_0xed04b){const _0x595260=a29_0x479361,_0x1aef4c=readKeyArg(_0xed04b),_0x12ae8d=readOptionalTags(_0xed04b),_0x11daf2=assertSingleValueSource(_0xed04b);await assertValueSourceReadable(_0x11daf2);const _0x10c33b=await withAppConfigApiBoundary(_0x595260(0xe0),{'appCode':_0xed04b[_0x595260(0xd2)],'key':_0x1aef4c},()=>getAppConfigByKey(_0xed04b[_0x595260(0xd2)],_0x1aef4c)),_0x14377e=_0x10c33b?_0x595260(0xcc):_0x595260(0xc9),_0x4d3009=_0x10c33b?projectAppConfig(_0x10c33b):null,_0x1c24ce=plannedAppConfig({'appCode':_0xed04b[_0x595260(0xd2)],'key':_0x1aef4c,'tags':_0x12ae8d??_0x10c33b?.[_0x595260(0xda)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x14377e,'appCode':_0xed04b['appCode'],'key':_0x1aef4c,'before':_0x4d3009,'after':_0x1c24ce,'dryRun':!![]}),{'method':_0x595260(0xdc),'url':_0x14377e===_0x595260(0xcc)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x28cacc){const _0x443bf4=a29_0x479361,_0x32e654=readKeyArg(_0x28cacc),_0x59a518=readOptionalTags(_0x28cacc),_0x2488b1=await withAppConfigApiBoundary(_0x443bf4(0xe0),{'appCode':_0x28cacc[_0x443bf4(0xd2)],'key':_0x32e654},()=>getAppConfigByKey(_0x28cacc['appCode'],_0x32e654)),_0xdd9d63=_0x2488b1?projectAppConfig(_0x2488b1):null,_0x31fca2=_0x2488b1?'update':_0x443bf4(0xc9),{value:_0x1bc069,warnings:_0x700475}=await readAppConfigValue(_0x28cacc),_0x5ebc5a={'appCode':_0x28cacc[_0x443bf4(0xd2)],'key':_0x32e654,'value':_0x1bc069,'tags':_0x59a518??_0x2488b1?.['tags']??undefined};await withAppConfigApiBoundary(_0x31fca2,{'appCode':_0x28cacc[_0x443bf4(0xd2)],'key':_0x32e654},async()=>{_0x2488b1?await updateAppConfig({..._0x5ebc5a,'id':requireAppConfigId(_0x2488b1,_0x32e654,_0x28cacc['appCode'])}):await createAppConfig(_0x5ebc5a);});const _0x279618=await withAppConfigApiBoundary(_0x443bf4(0xe0),{'appCode':_0x28cacc['appCode'],'key':_0x32e654},()=>getAppConfigByKey(_0x28cacc['appCode'],_0x32e654)),_0x1e7bf6=_0x279618?projectAppConfig(_0x279618):plannedAppConfig({'appCode':_0x28cacc[_0x443bf4(0xd2)],'key':_0x32e654,'tags':_0x5ebc5a[_0x443bf4(0xda)],'hasValue':_0x1bc069!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x31fca2,'appCode':_0x28cacc['appCode'],'key':_0x32e654,'before':_0xdd9d63,'after':_0x1e7bf6,'dryRun':![],'warnings':_0x700475}),'message':(_0x31fca2===_0x443bf4(0xcc)?_0x443bf4(0xc8):'Created')+_0x443bf4(0xd3)+_0x32e654};}};function a29_0x59b0(){const _0x4a98dd=['Read\x20config\x20value\x20from\x20file','tags','2305638nNBZeP','POST','/smartapi/app-config/create','isFinite','635945YjlCKf','get','string','6GyNRsF','1041705LYyelv','Updated','create','2027286HQJvYb','apiError','update','1155520EgRGRe','1638LcDdBs','2564295taTRKZ','8odpuFD','high-risk-write','appCode','\x20app\x20config\x20','App\x20config\x20server\x20id\x20missing\x20for\x20key=','Create\x20or\x20update\x20one\x20remote\x20app-config\x20KV\x20by\x20key','10280ywykKL','set','file'];a29_0x59b0=function(){return _0x4a98dd;};return a29_0x59b0();}function requireAppConfigId(_0x996837,_0x10ecdc,_0x344acf){const _0x526036=a29_0x479361;if(typeof _0x996837['id']==='number'&&Number[_0x526036(0xde)](_0x996837['id'])&&_0x996837['id']>0x0)return _0x996837['id'];throw CliErrors[_0x526036(0xcb)](_0x526036(0xd4)+_0x10ecdc+',\x20appCode='+_0x344acf);}
1
+ const a29_0x42f193=a29_0x2cb4;(function(_0x357d45,_0x1febf9){const _0x52dd42=a29_0x2cb4,_0x531cc3=_0x357d45();while(!![]){try{const _0x42566e=parseInt(_0x52dd42(0x20a))/0x1*(parseInt(_0x52dd42(0x1f8))/0x2)+-parseInt(_0x52dd42(0x209))/0x3*(parseInt(_0x52dd42(0x205))/0x4)+-parseInt(_0x52dd42(0x1f9))/0x5*(parseInt(_0x52dd42(0x1fe))/0x6)+parseInt(_0x52dd42(0x207))/0x7+parseInt(_0x52dd42(0x1f2))/0x8*(-parseInt(_0x52dd42(0x1f6))/0x9)+parseInt(_0x52dd42(0x200))/0xa*(-parseInt(_0x52dd42(0x1fd))/0xb)+-parseInt(_0x52dd42(0x201))/0xc;if(_0x42566e===_0x1febf9)break;else _0x531cc3['push'](_0x531cc3['shift']());}catch(_0x161648){_0x531cc3['push'](_0x531cc3['shift']());}}}(a29_0x4d7e,0x1b1b7));function a29_0x4d7e(){const _0x440ba9=['update','file','44DCngub','558oEDJMs',',\x20appCode=','23150CRDJSj','735396QsSned','App\x20config\x20server\x20id\x20missing\x20for\x20key=','Updated','set','1164ThPpdy','POST','1542464YuVReD','app-config','591IqVIwj','1mYDWPh','apiError','number','appCode','create','44032rqfPOn','tags','get','/smartapi/app-config/update','18cjhvrb','Create\x20or\x20update\x20one\x20remote\x20app-config\x20KV\x20by\x20key','103568giJISk','1195HpRVng','isFinite'];a29_0x4d7e=function(){return _0x440ba9;};return a29_0x4d7e();}import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertSingleValueSource,assertValueSourceReadable,asAppConfigDryRunResult,buildMutationData,FROM_ENV_FLAG,KEY_ARG,plannedAppConfig,projectAppConfig,readAppConfigValue,readKeyArg,readOptionalTags,STDIN_FLAG,TAGS_FLAG,VALUE_ARG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const CREATE_PATH='/smartapi/app-config/create',UPDATE_PATH=a29_0x42f193(0x1f5);export const appConfigSet={'service':a29_0x42f193(0x208),'command':a29_0x42f193(0x204),'description':a29_0x42f193(0x1f7),'risk':'high-risk-write','args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a29_0x42f193(0x1fc),'type':'string','description':'Read\x20config\x20value\x20from\x20file'}],async 'validate'(_0x3b4c2c){readKeyArg(_0x3b4c2c),readOptionalTags(_0x3b4c2c),assertSingleValueSource(_0x3b4c2c);},async 'dryRun'(_0x23e680){const _0x52f78f=a29_0x42f193,_0x112d9b=readKeyArg(_0x23e680),_0x386a68=readOptionalTags(_0x23e680),_0x2b2e0d=assertSingleValueSource(_0x23e680);await assertValueSourceReadable(_0x2b2e0d);const _0x21e1d5=await withAppConfigApiBoundary(_0x52f78f(0x1f4),{'appCode':_0x23e680[_0x52f78f(0x1f0)],'key':_0x112d9b},()=>getAppConfigByKey(_0x23e680[_0x52f78f(0x1f0)],_0x112d9b)),_0x5a2cf1=_0x21e1d5?_0x52f78f(0x1fb):_0x52f78f(0x1f1),_0x547a81=_0x21e1d5?projectAppConfig(_0x21e1d5):null,_0x2c8717=plannedAppConfig({'appCode':_0x23e680['appCode'],'key':_0x112d9b,'tags':_0x386a68??_0x21e1d5?.[_0x52f78f(0x1f3)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x5a2cf1,'appCode':_0x23e680[_0x52f78f(0x1f0)],'key':_0x112d9b,'before':_0x547a81,'after':_0x2c8717,'dryRun':!![]}),{'method':_0x52f78f(0x206),'url':_0x5a2cf1===_0x52f78f(0x1fb)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x98d742){const _0x35c171=a29_0x42f193,_0x58578d=readKeyArg(_0x98d742),_0xd4a49b=readOptionalTags(_0x98d742),_0x365d44=await withAppConfigApiBoundary(_0x35c171(0x1f4),{'appCode':_0x98d742[_0x35c171(0x1f0)],'key':_0x58578d},()=>getAppConfigByKey(_0x98d742[_0x35c171(0x1f0)],_0x58578d)),_0x497332=_0x365d44?projectAppConfig(_0x365d44):null,_0x1cdabc=_0x365d44?'update':_0x35c171(0x1f1),{value:_0x16b49d,warnings:_0x2a1955}=await readAppConfigValue(_0x98d742),_0x5c3054={'appCode':_0x98d742[_0x35c171(0x1f0)],'key':_0x58578d,'value':_0x16b49d,'tags':_0xd4a49b??_0x365d44?.[_0x35c171(0x1f3)]??undefined};await withAppConfigApiBoundary(_0x1cdabc,{'appCode':_0x98d742['appCode'],'key':_0x58578d},async()=>{const _0xd88ded=_0x35c171;_0x365d44?await updateAppConfig({..._0x5c3054,'id':requireAppConfigId(_0x365d44,_0x58578d,_0x98d742[_0xd88ded(0x1f0)])}):await createAppConfig(_0x5c3054);});const _0x1b0709=await withAppConfigApiBoundary('get',{'appCode':_0x98d742[_0x35c171(0x1f0)],'key':_0x58578d},()=>getAppConfigByKey(_0x98d742[_0x35c171(0x1f0)],_0x58578d)),_0x69d7ff=_0x1b0709?projectAppConfig(_0x1b0709):plannedAppConfig({'appCode':_0x98d742[_0x35c171(0x1f0)],'key':_0x58578d,'tags':_0x5c3054['tags'],'hasValue':_0x16b49d!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x1cdabc,'appCode':_0x98d742[_0x35c171(0x1f0)],'key':_0x58578d,'before':_0x497332,'after':_0x69d7ff,'dryRun':![],'warnings':_0x2a1955}),'message':(_0x1cdabc===_0x35c171(0x1fb)?_0x35c171(0x203):'Created')+'\x20app\x20config\x20'+_0x58578d};}};function a29_0x2cb4(_0x175ebb,_0x4b4c36){_0x175ebb=_0x175ebb-0x1f0;const _0x4d7ee0=a29_0x4d7e();let _0x2cb484=_0x4d7ee0[_0x175ebb];return _0x2cb484;}function requireAppConfigId(_0x3e6dd3,_0x17ec14,_0x582ed0){const _0x516bcd=a29_0x42f193;if(typeof _0x3e6dd3['id']===_0x516bcd(0x20c)&&Number[_0x516bcd(0x1fa)](_0x3e6dd3['id'])&&_0x3e6dd3['id']>0x0)return _0x3e6dd3['id'];throw CliErrors[_0x516bcd(0x20b)](_0x516bcd(0x202)+_0x17ec14+_0x516bcd(0x1ff)+_0x582ed0);}
@@ -1 +1 @@
1
- const a30_0x2c97d=a30_0x49c4;(function(_0x2119ef,_0x68fdfa){const _0x563e38=a30_0x49c4,_0x15be7f=_0x2119ef();while(!![]){try{const _0x100665=-parseInt(_0x563e38(0xb8))/0x1+-parseInt(_0x563e38(0xa1))/0x2+parseInt(_0x563e38(0xa0))/0x3*(parseInt(_0x563e38(0x90))/0x4)+-parseInt(_0x563e38(0x97))/0x5+parseInt(_0x563e38(0x89))/0x6+-parseInt(_0x563e38(0x8c))/0x7*(-parseInt(_0x563e38(0x9b))/0x8)+-parseInt(_0x563e38(0x7d))/0x9;if(_0x100665===_0x68fdfa)break;else _0x15be7f['push'](_0x15be7f['shift']());}catch(_0x4403f7){_0x15be7f['push'](_0x15be7f['shift']());}}}(a30_0x3606,0x75edd));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':'key','description':'Remote\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':a30_0x2c97d(0x80),'description':a30_0x2c97d(0x7f),'required':![]};export const TAGS_FLAG={'name':a30_0x2c97d(0xa5),'type':a30_0x2c97d(0x92),'description':a30_0x2c97d(0x94)};export const STDIN_FLAG={'name':a30_0x2c97d(0xae),'type':a30_0x2c97d(0x84),'description':a30_0x2c97d(0xb6),'default':![]};export const FROM_ENV_FLAG={'name':'from-env','type':a30_0x2c97d(0x92),'description':a30_0x2c97d(0xa8)};export const REVEAL_FLAG={'name':a30_0x2c97d(0x85),'type':a30_0x2c97d(0x84),'description':a30_0x2c97d(0x9e),'default':![]};export function readKeyArg(_0x5932d5){const _0x54a917=a30_0x2c97d,_0x1ac4ef=_0x5932d5[_0x54a917(0xb7)][0x0]?.['trim']()??'';return validateKey(_0x1ac4ef),_0x1ac4ef;}export function readOptionalTags(_0x1f7366){const _0x39f62f=a30_0x2c97d,_0x5e4cbd=_0x1f7366[_0x39f62f(0x7c)](_0x39f62f(0xa5))[_0x39f62f(0x87)]();if(!_0x5e4cbd)return undefined;if(_0x5e4cbd[_0x39f62f(0x96)]>0x20)throw CliErrors['validation'](_0x39f62f(0x99));return _0x5e4cbd;}function a30_0x49c4(_0x57f924,_0x5d7406){_0x57f924=_0x57f924-0x7b;const _0x360635=a30_0x3606();let _0x49c461=_0x360635[_0x57f924];return _0x49c461;}export function validateKey(_0x23fb2d){const _0x53801d=a30_0x2c97d;if(!_0x23fb2d)throw CliErrors['validation'](_0x53801d(0xb3));if(_0x23fb2d[_0x53801d(0x96)]>0x100)throw CliErrors[_0x53801d(0x83)]('App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.');}function a30_0x3606(){const _0x54f841=['args','139489TpuRFM','key','argument','hasValue','str','5678388fUkUuc','Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','value','gmtModified','path','validation','boolean','reveal','appCode:\x20','trim','operation','4464330atQKHF','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','url','3650633AIkQqg','after','App\x20config\x20value\x20source\x20is\x20ambiguous.','Environment\x20variable\x20is\x20not\x20set:\x20','1716508jdgNMy','slice','string','apiError','Config\x20tags\x20for\x20filtering/display\x20metadata','join','length','2375045YiySXU','setEncoding','App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.','env','8YmMgLo','appCode','value\x20is\x20redacted','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','flag','6nqyANq','790722NnZdIA','key:\x20','utf8','defineProperties','tags','valueRedacted','gmtCreate','Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable','kind','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','Missing\x20app-config\x20value\x20source.','file','data','stdin','dryRun','error','once','\x20app\x20config.','Missing\x20app-config\x20key.','push','name','Read\x20config\x20value\x20from\x20stdin'];a30_0x3606=function(){return _0x54f841;};return a30_0x3606();}export function projectAppConfig(_0x223cb1,_0x5c986e){const _0x424cbd=a30_0x2c97d,_0x5e6ccd=_0x223cb1[_0x424cbd(0x80)]!==undefined&&_0x223cb1[_0x424cbd(0x80)]!==null&&_0x223cb1[_0x424cbd(0x80)]!=='',_0xfee48e={'appCode':_0x223cb1[_0x424cbd(0x9c)],'key':_0x223cb1['key'],'tags':_0x223cb1[_0x424cbd(0xa5)]??undefined,'hasValue':_0x5e6ccd,'valueRedacted':_0x5e6ccd&&!_0x5c986e?.[_0x424cbd(0x85)],'gmtCreate':_0x223cb1[_0x424cbd(0xa7)],'gmtModified':_0x223cb1[_0x424cbd(0x81)]};return _0x5c986e?.[_0x424cbd(0x85)]&&(_0xfee48e[_0x424cbd(0x80)]=_0x223cb1['value']??'',_0xfee48e[_0x424cbd(0xa6)]=![]),_0xfee48e;}export function plannedAppConfig(_0x332017){const _0x1257ef=a30_0x2c97d,_0x5cf4db=_0x332017[_0x1257ef(0x7b)]??!![];return{'appCode':_0x332017['appCode'],'key':_0x332017[_0x1257ef(0xb9)],'tags':_0x332017['tags']??undefined,'hasValue':_0x5cf4db,'valueRedacted':_0x5cf4db};}export function buildMutationData(_0x375823){const _0x3a39d0=a30_0x2c97d;return{'operation':_0x375823[_0x3a39d0(0x88)],'selector':{'appCode':_0x375823[_0x3a39d0(0x9c)],'key':_0x375823['key']},'before':_0x375823['before'],'after':_0x375823[_0x3a39d0(0x8d)],'dryRun':_0x375823[_0x3a39d0(0xaf)],'warnings':_0x375823['warnings']??[]};}export async function withAppConfigApiBoundary(_0x150050,_0x5ec6df,_0x424b2b){const _0x18fee6=a30_0x2c97d;try{return await _0x424b2b();}catch{const _0x15c108=[_0x18fee6(0x86)+_0x5ec6df[_0x18fee6(0x9c)]];if(_0x5ec6df[_0x18fee6(0xb9)])_0x15c108[_0x18fee6(0xb4)](_0x18fee6(0xa2)+_0x5ec6df['key']);_0x15c108['push'](_0x18fee6(0x9d));throw CliErrors[_0x18fee6(0x93)]('Failed\x20to\x20'+_0x150050+_0x18fee6(0xb2),_0x15c108['join'](';\x20')+'.');}}export function asAppConfigDryRunResult(_0xc22020,_0x1fae8b){const _0x1e80f=a30_0x2c97d;return Object[_0x1e80f(0xa4)](_0xc22020,{'method':{'value':_0x1fae8b['method'],'enumerable':![]},'url':{'value':_0x1fae8b[_0x1e80f(0x8b)],'enumerable':![]}});}export function assertSingleValueSource(_0x5e1fc0){const _0x3825b3=a30_0x2c97d,_0x32391c=[];_0x5e1fc0[_0x3825b3(0xb7)][_0x3825b3(0x96)]>0x1&&_0x32391c[_0x3825b3(0xb4)]({'kind':_0x3825b3(0xba),'value':_0x5e1fc0[_0x3825b3(0xb7)][_0x3825b3(0x91)](0x1)[_0x3825b3(0x95)]('\x20')});const _0x596886=_0x5e1fc0[_0x3825b3(0x9f)](_0x3825b3(0x80));_0x596886!==undefined&&_0x596886!==null&&_0x32391c[_0x3825b3(0xb4)]({'kind':_0x3825b3(0xba),'value':String(_0x596886)});_0x5e1fc0['bool'](_0x3825b3(0xae))&&_0x32391c[_0x3825b3(0xb4)]({'kind':_0x3825b3(0xae)});const _0x56d989=_0x5e1fc0['str']('from-env')['trim']();_0x56d989&&_0x32391c[_0x3825b3(0xb4)]({'kind':_0x3825b3(0x9a),'name':_0x56d989});const _0x2d24c9=_0x5e1fc0[_0x3825b3(0x7c)]('file')['trim']();_0x2d24c9&&_0x32391c[_0x3825b3(0xb4)]({'kind':_0x3825b3(0xac),'path':_0x2d24c9});if(_0x32391c[_0x3825b3(0x96)]===0x0)throw CliErrors[_0x3825b3(0x83)](_0x3825b3(0xab),_0x3825b3(0x8a));if(_0x32391c['length']>0x1)throw CliErrors[_0x3825b3(0x83)](_0x3825b3(0x8e),_0x3825b3(0xaa));return _0x32391c[0x0];}export async function assertValueSourceReadable(_0x8f7214){const _0x515785=a30_0x2c97d;if(_0x8f7214[_0x515785(0xa9)]===_0x515785(0x9a)&&!(_0x8f7214[_0x515785(0xb5)]in process.env))throw CliErrors[_0x515785(0x83)](_0x515785(0x8f)+_0x8f7214['name']);if(_0x8f7214[_0x515785(0xa9)]===_0x515785(0xac))try{await access(_0x8f7214[_0x515785(0x82)]);}catch{throw CliErrors['validation']('Value\x20file\x20is\x20not\x20readable:\x20'+_0x8f7214[_0x515785(0x82)]);}}export async function readAppConfigValue(_0x3ea7c8){const _0x47e14f=a30_0x2c97d,_0x487fea=assertSingleValueSource(_0x3ea7c8),_0x5e2579=[];if(_0x487fea[_0x47e14f(0xa9)]===_0x47e14f(0xba))return _0x5e2579[_0x47e14f(0xb4)](_0x47e14f(0x7e)),{'value':_0x487fea['value']??'','source':_0x487fea[_0x47e14f(0xa9)],'warnings':_0x5e2579};if(_0x487fea['kind']===_0x47e14f(0xae))return{'value':await readStdin(),'source':_0x487fea['kind'],'warnings':_0x5e2579};if(_0x487fea['kind']===_0x47e14f(0x9a)){if(!(_0x487fea[_0x47e14f(0xb5)]in process.env))throw CliErrors[_0x47e14f(0x83)](_0x47e14f(0x8f)+_0x487fea['name']);return{'value':process.env[_0x487fea.name]??'','source':_0x487fea[_0x47e14f(0xa9)],'warnings':_0x5e2579};}return{'value':await readFile(_0x487fea[_0x47e14f(0x82)],_0x47e14f(0xa3)),'source':_0x487fea[_0x47e14f(0xa9)],'warnings':_0x5e2579};}function readStdin(){return new Promise((_0x5a4501,_0x28d960)=>{const _0x171648=a30_0x49c4;let _0x3a5b8c='';process[_0x171648(0xae)][_0x171648(0x98)]('utf8'),process[_0x171648(0xae)]['on'](_0x171648(0xad),_0x4788c2=>{_0x3a5b8c+=_0x4788c2;}),process[_0x171648(0xae)][_0x171648(0xb1)]('end',()=>_0x5a4501(_0x3a5b8c)),process[_0x171648(0xae)][_0x171648(0xb1)](_0x171648(0xb0),_0x28d960);});}
1
+ function a30_0x49d8(_0x424284,_0x45ba93){_0x424284=_0x424284-0x15a;const _0x3669f5=a30_0x3669();let _0x49d81=_0x3669f5[_0x424284];return _0x49d81;}const a30_0x3065ef=a30_0x49d8;(function(_0x2bbd1b,_0x363964){const _0x53cd1b=a30_0x49d8,_0x4a8a34=_0x2bbd1b();while(!![]){try{const _0x46ff89=-parseInt(_0x53cd1b(0x173))/0x1*(-parseInt(_0x53cd1b(0x18f))/0x2)+-parseInt(_0x53cd1b(0x198))/0x3+-parseInt(_0x53cd1b(0x164))/0x4*(parseInt(_0x53cd1b(0x18e))/0x5)+parseInt(_0x53cd1b(0x16d))/0x6+parseInt(_0x53cd1b(0x19a))/0x7*(-parseInt(_0x53cd1b(0x172))/0x8)+-parseInt(_0x53cd1b(0x182))/0x9+parseInt(_0x53cd1b(0x16b))/0xa*(parseInt(_0x53cd1b(0x169))/0xb);if(_0x46ff89===_0x363964)break;else _0x4a8a34['push'](_0x4a8a34['shift']());}catch(_0x2f1b5d){_0x4a8a34['push'](_0x4a8a34['shift']());}}}(a30_0x3669,0x269df));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':a30_0x3065ef(0x161),'description':'Remote\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':a30_0x3065ef(0x190),'description':a30_0x3065ef(0x15b),'required':![]};export const TAGS_FLAG={'name':a30_0x3065ef(0x170),'type':a30_0x3065ef(0x174),'description':a30_0x3065ef(0x168)};export const STDIN_FLAG={'name':a30_0x3065ef(0x185),'type':a30_0x3065ef(0x186),'description':a30_0x3065ef(0x18a),'default':![]};export const FROM_ENV_FLAG={'name':'from-env','type':'string','description':a30_0x3065ef(0x15d)};function a30_0x3669(){const _0xbec8fa=['key','kind','name','589340FYrdMi','key:\x20','trim','appCode','Config\x20tags\x20for\x20filtering/display\x20metadata','3905JsfkYz','url','22850mwTogO','defineProperties','197370aypskP','before','appCode:\x20','tags','Environment\x20variable\x20is\x20not\x20set:\x20','5496dJZedj','1zKxBRd','string','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','gmtModified','args','dryRun','utf8','argument','apiError','App\x20config\x20value\x20source\x20is\x20ambiguous.','validation','gmtCreate','setEncoding','bool','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','1109016lZimXw','operation','warnings','stdin','boolean','Value\x20file\x20is\x20not\x20readable:\x20','data','Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','Read\x20config\x20value\x20from\x20stdin','App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.','file','push','5yCKbEV','18910lozNPS','value','path','valueRedacted','slice','once','from-env','env','App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.','371655cQlOhd','value\x20is\x20redacted','3066GYRMAI','Missing\x20app-config\x20key.','Failed\x20to\x20','join','length','error','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','str','Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable','after','end','reveal'];a30_0x3669=function(){return _0xbec8fa;};return a30_0x3669();}export const REVEAL_FLAG={'name':a30_0x3065ef(0x160),'type':a30_0x3065ef(0x186),'description':a30_0x3065ef(0x175),'default':![]};export function readKeyArg(_0x3b698c){const _0x6a23da=a30_0x3065ef,_0x4275c6=_0x3b698c[_0x6a23da(0x177)][0x0]?.['trim']()??'';return validateKey(_0x4275c6),_0x4275c6;}export function readOptionalTags(_0x3b1570){const _0x225a8e=a30_0x3065ef,_0x2c4438=_0x3b1570['str']('tags')[_0x225a8e(0x166)]();if(!_0x2c4438)return undefined;if(_0x2c4438[_0x225a8e(0x19e)]>0x20)throw CliErrors['validation'](_0x225a8e(0x197));return _0x2c4438;}export function validateKey(_0x4792c3){const _0x488fb4=a30_0x3065ef;if(!_0x4792c3)throw CliErrors['validation'](_0x488fb4(0x19b));if(_0x4792c3['length']>0x100)throw CliErrors[_0x488fb4(0x17d)](_0x488fb4(0x18b));}export function projectAppConfig(_0x383653,_0x59ba57){const _0x1f561e=a30_0x3065ef,_0x15518e=_0x383653['value']!==undefined&&_0x383653[_0x1f561e(0x190)]!==null&&_0x383653[_0x1f561e(0x190)]!=='',_0x48f58b={'appCode':_0x383653[_0x1f561e(0x167)],'key':_0x383653[_0x1f561e(0x161)],'tags':_0x383653[_0x1f561e(0x170)]??undefined,'hasValue':_0x15518e,'valueRedacted':_0x15518e&&!_0x59ba57?.[_0x1f561e(0x160)],'gmtCreate':_0x383653[_0x1f561e(0x17e)],'gmtModified':_0x383653[_0x1f561e(0x176)]};return _0x59ba57?.[_0x1f561e(0x160)]&&(_0x48f58b['value']=_0x383653[_0x1f561e(0x190)]??'',_0x48f58b[_0x1f561e(0x192)]=![]),_0x48f58b;}export function plannedAppConfig(_0x2cb7e2){const _0xb01df5=a30_0x3065ef,_0x3f1394=_0x2cb7e2['hasValue']??!![];return{'appCode':_0x2cb7e2[_0xb01df5(0x167)],'key':_0x2cb7e2[_0xb01df5(0x161)],'tags':_0x2cb7e2[_0xb01df5(0x170)]??undefined,'hasValue':_0x3f1394,'valueRedacted':_0x3f1394};}export function buildMutationData(_0x4bf9e1){const _0x3ef2f0=a30_0x3065ef;return{'operation':_0x4bf9e1[_0x3ef2f0(0x183)],'selector':{'appCode':_0x4bf9e1[_0x3ef2f0(0x167)],'key':_0x4bf9e1['key']},'before':_0x4bf9e1[_0x3ef2f0(0x16e)],'after':_0x4bf9e1[_0x3ef2f0(0x15e)],'dryRun':_0x4bf9e1[_0x3ef2f0(0x178)],'warnings':_0x4bf9e1[_0x3ef2f0(0x184)]??[]};}export async function withAppConfigApiBoundary(_0x240b6c,_0x3189d2,_0x39e972){const _0x4f6235=a30_0x3065ef;try{return await _0x39e972();}catch{const _0x541bce=[_0x4f6235(0x16f)+_0x3189d2[_0x4f6235(0x167)]];if(_0x3189d2[_0x4f6235(0x161)])_0x541bce[_0x4f6235(0x18d)](_0x4f6235(0x165)+_0x3189d2[_0x4f6235(0x161)]);_0x541bce['push'](_0x4f6235(0x199));throw CliErrors[_0x4f6235(0x17b)](_0x4f6235(0x19c)+_0x240b6c+'\x20app\x20config.',_0x541bce['join'](';\x20')+'.');}}export function asAppConfigDryRunResult(_0x3a8df1,_0x3cca02){const _0x1fd1a6=a30_0x3065ef;return Object[_0x1fd1a6(0x16c)](_0x3a8df1,{'method':{'value':_0x3cca02['method'],'enumerable':![]},'url':{'value':_0x3cca02[_0x1fd1a6(0x16a)],'enumerable':![]}});}export function assertSingleValueSource(_0x1adac8){const _0x3a6c79=a30_0x3065ef,_0x2dcb60=[];_0x1adac8[_0x3a6c79(0x177)][_0x3a6c79(0x19e)]>0x1&&_0x2dcb60[_0x3a6c79(0x18d)]({'kind':_0x3a6c79(0x17a),'value':_0x1adac8[_0x3a6c79(0x177)][_0x3a6c79(0x193)](0x1)[_0x3a6c79(0x19d)]('\x20')});const _0x510f3d=_0x1adac8['flag']('value');_0x510f3d!==undefined&&_0x510f3d!==null&&_0x2dcb60[_0x3a6c79(0x18d)]({'kind':'argument','value':String(_0x510f3d)});_0x1adac8[_0x3a6c79(0x180)](_0x3a6c79(0x185))&&_0x2dcb60[_0x3a6c79(0x18d)]({'kind':_0x3a6c79(0x185)});const _0x5a6b59=_0x1adac8[_0x3a6c79(0x15c)](_0x3a6c79(0x195))['trim']();_0x5a6b59&&_0x2dcb60[_0x3a6c79(0x18d)]({'kind':'env','name':_0x5a6b59});const _0x6ab657=_0x1adac8[_0x3a6c79(0x15c)](_0x3a6c79(0x18c))['trim']();_0x6ab657&&_0x2dcb60[_0x3a6c79(0x18d)]({'kind':_0x3a6c79(0x18c),'path':_0x6ab657});if(_0x2dcb60['length']===0x0)throw CliErrors[_0x3a6c79(0x17d)]('Missing\x20app-config\x20value\x20source.','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.');if(_0x2dcb60[_0x3a6c79(0x19e)]>0x1)throw CliErrors[_0x3a6c79(0x17d)](_0x3a6c79(0x17c),_0x3a6c79(0x181));return _0x2dcb60[0x0];}export async function assertValueSourceReadable(_0xf05bb2){const _0x46a957=a30_0x3065ef;if(_0xf05bb2[_0x46a957(0x162)]==='env'&&!(_0xf05bb2['name']in process.env))throw CliErrors[_0x46a957(0x17d)](_0x46a957(0x171)+_0xf05bb2['name']);if(_0xf05bb2[_0x46a957(0x162)]===_0x46a957(0x18c))try{await access(_0xf05bb2[_0x46a957(0x191)]);}catch{throw CliErrors['validation'](_0x46a957(0x187)+_0xf05bb2['path']);}}export async function readAppConfigValue(_0x2c7ef2){const _0x3e42c3=a30_0x3065ef,_0x53e5a7=assertSingleValueSource(_0x2c7ef2),_0x46fa96=[];if(_0x53e5a7['kind']===_0x3e42c3(0x17a))return _0x46fa96[_0x3e42c3(0x18d)](_0x3e42c3(0x189)),{'value':_0x53e5a7[_0x3e42c3(0x190)]??'','source':_0x53e5a7[_0x3e42c3(0x162)],'warnings':_0x46fa96};if(_0x53e5a7[_0x3e42c3(0x162)]===_0x3e42c3(0x185))return{'value':await readStdin(),'source':_0x53e5a7[_0x3e42c3(0x162)],'warnings':_0x46fa96};if(_0x53e5a7[_0x3e42c3(0x162)]===_0x3e42c3(0x196)){if(!(_0x53e5a7['name']in process.env))throw CliErrors[_0x3e42c3(0x17d)](_0x3e42c3(0x171)+_0x53e5a7[_0x3e42c3(0x163)]);return{'value':process.env[_0x53e5a7.name]??'','source':_0x53e5a7[_0x3e42c3(0x162)],'warnings':_0x46fa96};}return{'value':await readFile(_0x53e5a7[_0x3e42c3(0x191)],_0x3e42c3(0x179)),'source':_0x53e5a7['kind'],'warnings':_0x46fa96};}function readStdin(){return new Promise((_0x245e28,_0x5cb65b)=>{const _0x48e9fe=a30_0x49d8;let _0x386d31='';process[_0x48e9fe(0x185)][_0x48e9fe(0x17f)]('utf8'),process[_0x48e9fe(0x185)]['on'](_0x48e9fe(0x188),_0xe2ed3b=>{_0x386d31+=_0xe2ed3b;}),process[_0x48e9fe(0x185)]['once'](_0x48e9fe(0x15f),()=>_0x245e28(_0x386d31)),process[_0x48e9fe(0x185)][_0x48e9fe(0x194)](_0x48e9fe(0x15a),_0x5cb65b);});}
@@ -1 +1 @@
1
- const a31_0x568d1c=a31_0x46dc;(function(_0x542f81,_0x8711f1){const _0x1a096f=a31_0x46dc,_0xdfaa87=_0x542f81();while(!![]){try{const _0x2e4d02=-parseInt(_0x1a096f(0x1dc))/0x1*(-parseInt(_0x1a096f(0x1db))/0x2)+parseInt(_0x1a096f(0x1e4))/0x3*(parseInt(_0x1a096f(0x1de))/0x4)+parseInt(_0x1a096f(0x1e7))/0x5+parseInt(_0x1a096f(0x1ea))/0x6+parseInt(_0x1a096f(0x1d8))/0x7+-parseInt(_0x1a096f(0x1e0))/0x8+parseInt(_0x1a096f(0x1ec))/0x9*(-parseInt(_0x1a096f(0x1e5))/0xa);if(_0x2e4d02===_0x8711f1)break;else _0xdfaa87['push'](_0xdfaa87['shift']());}catch(_0xc3afc9){_0xdfaa87['push'](_0xdfaa87['shift']());}}}(a31_0x17ba,0x1f19e));import{unlinkSync,existsSync}from'node:fs';function a31_0x46dc(_0x580dcd,_0x2ef059){_0x580dcd=_0x580dcd-0x1d7;const _0x17ba8c=a31_0x17ba();let _0x46dc4a=_0x17ba8c[_0x580dcd];return _0x46dc4a;}function a31_0x17ba(){const _0x2f9f58=['Login\x20via\x20browser','nonInteractive','622596jhlICA','Clear\x20login\x20session','9tjycoe','login','read','log','610141UVisXL','!\x20Not\x20logged\x20in','Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','4062ZeonPE','34OfeTBA','../../auth/auth-server-ui.js','12ggjmrB','boolean','1358632fCqehb','auth','yes','write','86367QVCorU','2469590jIzMbM','logout','989140EwqbRC'];a31_0x17ba=function(){return _0x2f9f58;};return a31_0x17ba();}import{cookieFile}from'../../auth/constant.js';export const authDefinitions=[{'service':a31_0x568d1c(0x1e1),'command':a31_0x568d1c(0x1ed),'description':a31_0x568d1c(0x1e8),'risk':a31_0x568d1c(0x1ee),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a31_0x568d1c(0x1e2),'type':a31_0x568d1c(0x1df),'description':a31_0x568d1c(0x1da),'default':![]}],async 'execute'(_0x2222e3){const _0x550e39=a31_0x568d1c,{runAuthServer:_0x35f8ce}=await import(_0x550e39(0x1dd));return await _0x35f8ce({'autoYes':_0x2222e3['bool']('yes'),'nonInteractive':_0x2222e3[_0x550e39(0x1e9)]}),{'ok':!![]};}},{'service':a31_0x568d1c(0x1e1),'command':a31_0x568d1c(0x1e6),'description':a31_0x568d1c(0x1eb),'risk':a31_0x568d1c(0x1e3),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x5e2316){const _0x1b116e=a31_0x568d1c;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x1b116e(0x1d7)]('✓\x20Logged\x20out')):console[_0x1b116e(0x1d7)](_0x1b116e(0x1d9)),{'ok':!![]};}}];
1
+ function a31_0x2b5e(){const _0x2f5c1d=['1518055apGszb','logout','login','bool','1997388fFtvjN','yes','2lPeucH','326997RPtWsR','332845hjBVpe','376983HmQTnx','518520hasOON','Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','!\x20Not\x20logged\x20in','boolean','log','Login\x20via\x20browser','auth','write','Clear\x20login\x20session','nonInteractive','554502XMZYDO','20ClDtSy'];a31_0x2b5e=function(){return _0x2f5c1d;};return a31_0x2b5e();}const a31_0x55740b=a31_0x1cef;function a31_0x1cef(_0x12a736,_0x46dfcd){_0x12a736=_0x12a736-0x116;const _0x2b5e7a=a31_0x2b5e();let _0x1cefe4=_0x2b5e7a[_0x12a736];return _0x1cefe4;}(function(_0x1217da,_0x48cffc){const _0x12e4fd=a31_0x1cef,_0x125162=_0x1217da();while(!![]){try{const _0x2566ba=parseInt(_0x12e4fd(0x117))/0x1+parseInt(_0x12e4fd(0x116))/0x2*(parseInt(_0x12e4fd(0x119))/0x3)+-parseInt(_0x12e4fd(0x125))/0x4*(-parseInt(_0x12e4fd(0x118))/0x5)+-parseInt(_0x12e4fd(0x124))/0x6+-parseInt(_0x12e4fd(0x126))/0x7+parseInt(_0x12e4fd(0x11a))/0x8+-parseInt(_0x12e4fd(0x12a))/0x9;if(_0x2566ba===_0x48cffc)break;else _0x125162['push'](_0x125162['shift']());}catch(_0x123200){_0x125162['push'](_0x125162['shift']());}}}(a31_0x2b5e,0x4de80));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../../auth/constant.js';export const authDefinitions=[{'service':a31_0x55740b(0x120),'command':a31_0x55740b(0x128),'description':a31_0x55740b(0x11f),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a31_0x55740b(0x12b),'type':a31_0x55740b(0x11d),'description':a31_0x55740b(0x11b),'default':![]}],async 'execute'(_0x5bb27d){const _0x5412b3=a31_0x55740b,{runAuthServer:_0x5df57a}=await import('../../auth/auth-server-ui.js');return await _0x5df57a({'autoYes':_0x5bb27d[_0x5412b3(0x129)](_0x5412b3(0x12b)),'nonInteractive':_0x5bb27d[_0x5412b3(0x123)]}),{'ok':!![]};}},{'service':a31_0x55740b(0x120),'command':a31_0x55740b(0x127),'description':a31_0x55740b(0x122),'risk':a31_0x55740b(0x121),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x31b58b){const _0x35a039=a31_0x55740b;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x35a039(0x11e)]('✓\x20Logged\x20out')):console[_0x35a039(0x11e)](_0x35a039(0x11c)),{'ok':!![]};}}];
@@ -1 +1 @@
1
- const a32_0x13b156=a32_0x3cbb;(function(_0x3a5112,_0xd33049){const _0x4a48db=a32_0x3cbb,_0x811d28=_0x3a5112();while(!![]){try{const _0x3d211b=-parseInt(_0x4a48db(0x121))/0x1*(parseInt(_0x4a48db(0x138))/0x2)+-parseInt(_0x4a48db(0x160))/0x3+parseInt(_0x4a48db(0x114))/0x4*(parseInt(_0x4a48db(0x15e))/0x5)+-parseInt(_0x4a48db(0x14e))/0x6*(-parseInt(_0x4a48db(0x142))/0x7)+-parseInt(_0x4a48db(0x131))/0x8*(parseInt(_0x4a48db(0x145))/0x9)+-parseInt(_0x4a48db(0x150))/0xa+-parseInt(_0x4a48db(0x13c))/0xb*(-parseInt(_0x4a48db(0x159))/0xc);if(_0x3d211b===_0xd33049)break;else _0x811d28['push'](_0x811d28['shift']());}catch(_0x3b6a15){_0x811d28['push'](_0x811d28['shift']());}}}(a32_0x4de3,0x3f188));import{createInterface}from'node:readline';import{mkdir,writeFile}from'node:fs/promises';import{dirname,join}from'node:path';import{listDatasets,listBffDatasetOperations}from'../../core/api-client.js';import{loadAliasMap,resolveAlias}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';function a32_0x4de3(){const _0x38481a=['4937780gNcXZt','\x20function:\x20','Select\x20operation\x20type:','Select\x20trigger\x20node:','length','UNKNOWN','\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20-\x20Request\x20parameters.\x0a\x20*\x20@param\x20{Object}\x20context\x20-\x20Execution\x20context\x20(injected\x20by\x20platform).\x0a\x20*\x20@returns\x20{Promise<Object>}\x20Business\x20result\x20(wrapped\x20in\x20response.data).\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','2545068iLBbEm','alias','apiDir','join','Created\x20','297535DBKPtY','Invalid\x20function\x20name\x20\x22','242016WrLAQp','str','code','trim','type','.js\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20-\x20Input\x20parameters.\x0a\x20*\x20@param\x20{Object}\x20context\x20-\x20Execution\x20context\x20(injected\x20by\x20platform).\x0a\x20*\x20@returns\x20{Promise<Object>}\x20Processing\x20result.\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','function-node','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','Available:\x20','No\x20operation\x20types\x20found\x20for\x20dataset\x20','/**\x0a\x20*\x20ENDPOINT\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','HOOK','parseInt','utf8','isInteger','4gbFFKh','tableName','bff','\x0a\x20*\x20[触发节点]\x20','string','entries','\x22\x20not\x20found.\x20','\x22\x20not\x20found\x20for\x20dataset\x20','\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).','ENDPOINT','stderr','File\x20already\x20exists:\x20','\x0a\x20*\x20[脚本名称]\x20','69600jMkOGI','Dataset\x20not\x20found\x20for\x20code\x20\x22','\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20-\x20Current\x20request\x20params\x20or\x20response\x20result.\x0a\x20*\x20@param\x20{Object}\x20context\x20-\x20Execution\x20context\x20(injected\x20by\x20platform).\x0a\x20*\x20@returns\x20{Promise<Object>}\x20Modified\x20params\x20object.\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/COMMON/','functionNode','datasetCode','source','nonInteractive','operation-type','before','No\x20api.ts\x20found.\x20Run\x20`','\x22.\x20','No\x20datasets\x20found\x20for\x20this\x20app.','Alias\x20\x22','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.','8XCjksb','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','appCode','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','COMMON','scriptsRootDir','6zmYbld','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','datasetcode','Script\x20type','44ATuTSb','operationType','Script\x20description','/**\x0a\x20*\x20COMMON\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','Select\x20dataset:','validation','7kyYxUd','name','question','384939ovxDcl','find','Invalid\x20dataset\x20selection.','after','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','stdin',']\x20(','keys','write','1059588GGnTLe','map'];a32_0x4de3=function(){return _0x38481a;};return a32_0x4de3();}import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists}from'../../core/bff/file-system.js';import{isValidBffFunctionName,normalizeHookFunctionNode}from'../../core/bff/utils.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const bffCreate={'service':a32_0x13b156(0x116),'command':'create','description':'Scaffold\x20a\x20new\x20BFF\x20function\x20from\x20template','risk':a32_0x13b156(0x14d),'flags':[{'name':a32_0x13b156(0x164),'type':a32_0x13b156(0x118),'required':!![],'enum':[a32_0x13b156(0x136),a32_0x13b156(0x11d),a32_0x13b156(0x16b)],'description':a32_0x13b156(0x13b)},{'name':'name','type':a32_0x13b156(0x118),'required':!![],'description':'Function\x20name\x20(valid\x20JS\x20identifier)'},{'name':'description','type':'string','description':a32_0x13b156(0x13e)},{'name':'alias','type':a32_0x13b156(0x118),'description':a32_0x13b156(0x158)},{'name':'datasetcode','type':a32_0x13b156(0x118),'description':'Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)'},{'name':'operation-type','type':'string','description':'Operation\x20type\x20(HOOK\x20only)'},{'name':'function-node','type':a32_0x13b156(0x118),'description':'Trigger\x20node\x20(HOOK\x20only)','enum':[a32_0x13b156(0x12a),a32_0x13b156(0x148)]}],async 'validate'(_0x8bc823){const _0x2f7d82=a32_0x13b156,_0x1d549a=_0x8bc823[_0x2f7d82(0x161)](_0x2f7d82(0x143));if(!isValidBffFunctionName(_0x1d549a))throw CliErrors['validation'](_0x2f7d82(0x15f)+_0x1d549a+_0x2f7d82(0x11c));},async 'execute'(_0x6b0635){const _0x4ca2d1=a32_0x13b156,_0x3ca6d4=loadBffProjectConfig(_0x6b0635[_0x4ca2d1(0x134)]),_0x51c84f=_0x6b0635['str'](_0x4ca2d1(0x164)),_0x4c64e0=_0x6b0635[_0x4ca2d1(0x161)](_0x4ca2d1(0x143)),_0x3c6638=_0x6b0635[_0x4ca2d1(0x161)]('description')||undefined,_0xcfca2=_0x51c84f===_0x4ca2d1(0x16b)?await resolveHookOptions(_0x3ca6d4,_0x6b0635):undefined,_0x5850e6=buildFilePath(_0x3ca6d4,_0x51c84f,_0x4c64e0,_0xcfca2);if(await fileExists(_0x5850e6))throw CliErrors['validation'](_0x4ca2d1(0x11f)+_0x5850e6);await mkdir(dirname(_0x5850e6),{'recursive':!![]});const _0x48a263=generateTemplate(_0x51c84f,_0x4c64e0,_0x6b0635[_0x4ca2d1(0x134)],_0x3c6638,_0xcfca2);await writeFile(_0x5850e6,_0x48a263,_0x4ca2d1(0x112));const _0x4ef666={'type':_0x51c84f,'name':_0x4c64e0,'path':_0x5850e6};if(_0x3c6638)_0x4ef666['description']=_0x3c6638;if(_0xcfca2){if(_0xcfca2['alias'])_0x4ef666['alias']=_0xcfca2['alias'];_0x4ef666[_0x4ca2d1(0x126)]=_0xcfca2[_0x4ca2d1(0x126)],_0x4ef666[_0x4ca2d1(0x13d)]=_0xcfca2['operationType'],_0x4ef666[_0x4ca2d1(0x125)]=_0xcfca2['functionNode'];}return{'ok':!![],'data':_0x4ef666,'message':_0x4ca2d1(0x15d)+_0x51c84f+_0x4ca2d1(0x151)+_0x4c64e0};}};async function resolveHookOptions(_0x457c72,_0x59fa05){const _0x4f07c1=a32_0x13b156,_0x2f9948=loadAliasMap(_0x59fa05[_0x4f07c1(0x15b)],undefined,resolveApiFilePath(_0x59fa05['apiDir'],_0x59fa05[_0x4f07c1(0x134)])),_0x4af066=_0x2f9948[_0x4f07c1(0x154)]>0x0;let _0x203220,_0x34a860,_0x19253e;const _0x210497=_0x59fa05[_0x4f07c1(0x161)](_0x4f07c1(0x15a)),_0x318185=_0x59fa05[_0x4f07c1(0x161)](_0x4f07c1(0x13a));if(_0x210497){const _0x4d2a56=resolveAlias(_0x59fa05[_0x4f07c1(0x15b)],_0x210497,undefined,resolveApiFilePath(_0x59fa05[_0x4f07c1(0x15b)],_0x59fa05[_0x4f07c1(0x134)]));if(!_0x4d2a56){const _0x446213=_0x4af066?'Available\x20aliases:\x20'+_0x2f9948[_0x4f07c1(0x14f)](_0x496819=>_0x496819[_0x4f07c1(0x15a)])[_0x4f07c1(0x15c)](',\x20'):_0x4f07c1(0x12b)+CLI_BIN_NAME+'\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.';throw CliErrors[_0x4f07c1(0x141)](_0x4f07c1(0x12e)+_0x210497+_0x4f07c1(0x11a)+_0x446213);}_0x203220=_0x210497,_0x34a860=_0x4d2a56;}else{if(_0x318185){_0x34a860=_0x318185;const _0x1278ce=_0x2f9948[_0x4f07c1(0x146)](_0x3a9eed=>_0x3a9eed[_0x4f07c1(0x126)]===_0x318185);_0x203220=_0x1278ce?.[_0x4f07c1(0x15a)];}else{if(_0x59fa05[_0x4f07c1(0x128)])throw CliErrors[_0x4f07c1(0x141)](_0x4f07c1(0x139));else{if(_0x4af066){const _0x2787e6=_0x2f9948[_0x4f07c1(0x14f)](_0x1f8813=>_0x1f8813[_0x4f07c1(0x15a)]+'\x20('+_0x1f8813[_0x4f07c1(0x115)]+')'),_0x1dc255=await promptSelect(_0x4f07c1(0x140),_0x2787e6),_0x58fb83=_0x2f9948[_0x1dc255];if(!_0x58fb83)throw CliErrors[_0x4f07c1(0x141)](_0x4f07c1(0x147));_0x203220=_0x58fb83['alias'],_0x34a860=_0x58fb83['datasetCode'];}else{const _0x32eba4=await listDatasets(_0x59fa05['appCode']);if(_0x32eba4[_0x4f07c1(0x154)]===0x0)throw CliErrors['validation'](_0x4f07c1(0x12d));const _0x3c7303=_0x32eba4[_0x4f07c1(0x14f)](_0x126736=>_0x126736[_0x4f07c1(0x143)]+'\x20['+(_0x126736[_0x4f07c1(0x127)]??_0x4f07c1(0x155))+_0x4f07c1(0x14b)+_0x126736[_0x4f07c1(0x162)]+')'),_0x195bfb=await promptSelect(_0x4f07c1(0x140),_0x3c7303),_0x3cb932=_0x32eba4[_0x195bfb];if(!_0x3cb932)throw CliErrors['validation'](_0x4f07c1(0x147));_0x34a860=_0x3cb932['code'],_0x203220=undefined;}}}}const _0x174315=await listDatasets(_0x59fa05[_0x4f07c1(0x134)]),_0x48c97a=_0x174315[_0x4f07c1(0x146)](_0x3f8084=>_0x3f8084['code']===_0x34a860);if(!_0x48c97a)throw CliErrors[_0x4f07c1(0x141)](_0x4f07c1(0x122)+_0x34a860+_0x4f07c1(0x12c)+(_0x203220?_0x4f07c1(0x12f)+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh.':''));_0x19253e=_0x48c97a['id'];const _0x3e2fe7=_0x203220??_0x34a860,_0x41f2e1=await listBffDatasetOperations(_0x59fa05['appCode'],_0x19253e),_0x530ba1=_0x41f2e1?Object[_0x4f07c1(0x14c)](_0x41f2e1):[];if(_0x530ba1[_0x4f07c1(0x154)]===0x0)throw CliErrors[_0x4f07c1(0x141)](_0x4f07c1(0x169)+_0x3e2fe7+'.');let _0x2e7c70;const _0x4e43ae=_0x59fa05[_0x4f07c1(0x161)](_0x4f07c1(0x129));if(_0x4e43ae){if(!_0x530ba1['includes'](_0x4e43ae))throw CliErrors[_0x4f07c1(0x141)]('Operation\x20type\x20\x22'+_0x4e43ae+_0x4f07c1(0x11b)+_0x3e2fe7+'.\x20'+(_0x4f07c1(0x168)+_0x530ba1[_0x4f07c1(0x15c)](',\x20')));_0x2e7c70=_0x4e43ae;}else{if(_0x59fa05[_0x4f07c1(0x128)])throw CliErrors['validation'](_0x4f07c1(0x167));const _0x398ae6=await promptSelect(_0x4f07c1(0x152),_0x530ba1);_0x2e7c70=_0x530ba1[_0x398ae6]??_0x530ba1[0x0];}let _0x836a2c=normalizeHookFunctionNode(_0x59fa05['str']('function-node'));if(!_0x836a2c){if(_0x59fa05[_0x4f07c1(0x161)](_0x4f07c1(0x166)))throw CliErrors['validation'](_0x4f07c1(0x130));if(_0x59fa05['nonInteractive'])throw CliErrors[_0x4f07c1(0x141)](_0x4f07c1(0x157));const _0x56d7cb=await promptSelect(_0x4f07c1(0x153),[_0x4f07c1(0x12a),_0x4f07c1(0x148)]);_0x836a2c=['before',_0x4f07c1(0x148)][_0x56d7cb]??'before';}return{'alias':_0x203220,'datasetCode':_0x34a860,'datasetId':_0x19253e,'operationType':_0x2e7c70,'functionNode':_0x836a2c};}function a32_0x3cbb(_0x118e78,_0xa874c5){_0x118e78=_0x118e78-0x111;const _0x4de31f=a32_0x4de3();let _0x3cbbf8=_0x4de31f[_0x118e78];return _0x3cbbf8;}async function promptSelect(_0x340f8e,_0x105f4c){const _0x59074d=a32_0x13b156;if(_0x105f4c[_0x59074d(0x154)]===0x1)return 0x0;for(const [_0x1b7bea,_0x310b5a]of _0x105f4c[_0x59074d(0x119)]()){process['stderr'][_0x59074d(0x14d)]('\x20\x20'+(_0x1b7bea+0x1)+'.\x20'+_0x310b5a+'\x0a');}const _0x1d8d21=createInterface({'input':process[_0x59074d(0x14a)],'output':process[_0x59074d(0x11e)]});while(!![]){const _0x6d66cc=await new Promise(_0x26a3f5=>{const _0x2cf5ea=_0x59074d;_0x1d8d21[_0x2cf5ea(0x144)](_0x340f8e+'\x20',_0x26a3f5);}),_0x1de195=Number[_0x59074d(0x111)](_0x6d66cc[_0x59074d(0x163)](),0xa);if(Number[_0x59074d(0x113)](_0x1de195)&&_0x1de195>=0x1&&_0x1de195<=_0x105f4c['length'])return _0x1d8d21['close'](),_0x1de195-0x1;process[_0x59074d(0x11e)][_0x59074d(0x14d)](_0x59074d(0x133)+_0x105f4c[_0x59074d(0x154)]+'.\x0a');}}function buildFilePath(_0x4cb907,_0x16e564,_0x20e4eb,_0x177d8c){const _0x475029=a32_0x13b156;if(_0x16e564===_0x475029(0x16b)){if(!_0x177d8c)throw CliErrors[_0x475029(0x141)]('HOOK\x20requires\x20alias/operation/node\x20options.');const _0x47997c=_0x177d8c[_0x475029(0x15a)]??_0x177d8c[_0x475029(0x126)];return join(_0x4cb907['scriptsRootDir'],_0x475029(0x16b),_0x47997c,_0x177d8c['operationType'],_0x177d8c['functionNode'],_0x20e4eb+'.js');}return join(_0x4cb907[_0x475029(0x137)],_0x16e564,_0x20e4eb+'.js');}export function generateTemplate(_0x492a05,_0x25a39e,_0x11d283,_0x24be91,_0x5ef19c){const _0x367e5e=a32_0x13b156,_0x1d0c37=_0x24be91?.[_0x367e5e(0x163)]()||'TODO:\x20add\x20script\x20description';if(_0x492a05==='COMMON')return _0x367e5e(0x13f)+_0x1d0c37+_0x367e5e(0x120)+_0x25a39e+_0x367e5e(0x124)+_0x25a39e+_0x367e5e(0x165)+_0x25a39e+_0x367e5e(0x135);if(_0x492a05===_0x367e5e(0x11d))return _0x367e5e(0x16a)+_0x1d0c37+'\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/{appCode}/{scriptName}\x0a\x20*\x20[当前示例]\x20POST\x20/api/endpoint/'+_0x11d283+'/'+_0x25a39e+_0x367e5e(0x156)+_0x25a39e+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';if(!_0x5ef19c)throw CliErrors[_0x367e5e(0x141)](_0x367e5e(0x132));return'/**\x0a\x20*\x20HOOK\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20'+_0x1d0c37+_0x367e5e(0x149)+_0x11d283+'/'+_0x5ef19c[_0x367e5e(0x126)]+'/'+_0x5ef19c[_0x367e5e(0x13d)]+_0x367e5e(0x117)+_0x5ef19c[_0x367e5e(0x125)]+_0x367e5e(0x123)+_0x25a39e+_0x367e5e(0x135);}
1
+ const a32_0x592c03=a32_0x138a;(function(_0x27b5fe,_0x2d5a9f){const _0x3b39fe=a32_0x138a,_0x30a8a9=_0x27b5fe();while(!![]){try{const _0x5299b4=-parseInt(_0x3b39fe(0x14e))/0x1*(parseInt(_0x3b39fe(0x118))/0x2)+-parseInt(_0x3b39fe(0x156))/0x3+parseInt(_0x3b39fe(0x161))/0x4*(parseInt(_0x3b39fe(0x13b))/0x5)+parseInt(_0x3b39fe(0x109))/0x6+-parseInt(_0x3b39fe(0x15e))/0x7+parseInt(_0x3b39fe(0x14a))/0x8*(parseInt(_0x3b39fe(0x110))/0x9)+-parseInt(_0x3b39fe(0x145))/0xa*(-parseInt(_0x3b39fe(0x13a))/0xb);if(_0x5299b4===_0x2d5a9f)break;else _0x30a8a9['push'](_0x30a8a9['shift']());}catch(_0x26cefd){_0x30a8a9['push'](_0x30a8a9['shift']());}}}(a32_0x2b3f,0x2e191));import{createInterface}from'node:readline';import{mkdir,writeFile}from'node:fs/promises';import{dirname,join}from'node:path';import{listDatasets,listBffDatasetOperations}from'../../core/api-client.js';import{loadAliasMap,resolveAlias}from'../../core/alias-resolver.js';function a32_0x2b3f(){const _0x579293=['scriptsRootDir','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','validation','File\x20already\x20exists:\x20','\x0a\x20*\x20[脚本名称]\x20','1715718XMWKpw','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/{appCode}/{scriptName}\x0a\x20*\x20[当前示例]\x20POST\x20/api/endpoint/','COMMON','type','bff','\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20-\x20Request\x20parameters.\x0a\x20*\x20@param\x20{Object}\x20context\x20-\x20Execution\x20context\x20(injected\x20by\x20platform).\x0a\x20*\x20@returns\x20{Promise<Object>}\x20Business\x20result\x20(wrapped\x20in\x20response.data).\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','439479ATTtSk','tableName','entries','HOOK\x20requires\x20alias/operation/node\x20options.','find','source','\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).','length','165986bPXzQg','/**\x0a\x20*\x20COMMON\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','apiDir','datasetCode','Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)','close','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','utf8','Invalid\x20dataset\x20selection.',']\x20(','Select\x20trigger\x20node:','join','UNKNOWN','Operation\x20type\x20(HOOK\x20only)','No\x20operation\x20types\x20found\x20for\x20dataset\x20','HOOK','Function\x20name\x20(valid\x20JS\x20identifier)','str','nonInteractive','/**\x0a\x20*\x20HOOK\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','create','No\x20datasets\x20found\x20for\x20this\x20app.','alias','/**\x0a\x20*\x20ENDPOINT\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','includes','Script\x20description','write','function-node','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','Select\x20dataset:','Operation\x20type\x20\x22','Dataset\x20not\x20found\x20for\x20code\x20\x22','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','176FzNdQG','25yWhgvH','question','stderr','trim','\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/COMMON/','description','Available:\x20','\x20api\x20pull`\x20to\x20refresh.','ENDPOINT','map','125660dFqGEG','Trigger\x20node\x20(HOOK\x20only)','Scaffold\x20a\x20new\x20BFF\x20function\x20from\x20template','\x22\x20not\x20found\x20for\x20dataset\x20','string','16ExXJVH','.js','Select\x20operation\x20type:','operation-type','3SMrIgg','name','Available\x20aliases:\x20','code','Created\x20','\x20function:\x20','--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','\x22\x20not\x20found.\x20','727227PCTbfo','functionNode','isInteger','before','datasetcode','\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.','parseInt','appCode','730597UkariU','\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20-\x20Current\x20request\x20params\x20or\x20response\x20result.\x0a\x20*\x20@param\x20{Object}\x20context\x20-\x20Execution\x20context\x20(injected\x20by\x20platform).\x0a\x20*\x20@returns\x20{Promise<Object>}\x20Modified\x20params\x20object.\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','operationType','159924jjwKpI','after','stdin'];a32_0x2b3f=function(){return _0x579293;};return a32_0x2b3f();}import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists}from'../../core/bff/file-system.js';function a32_0x138a(_0x3392a4,_0xf058e7){_0x3392a4=_0x3392a4-0x108;const _0x2b3fd4=a32_0x2b3f();let _0x138a29=_0x2b3fd4[_0x3392a4];return _0x138a29;}import{isValidBffFunctionName,normalizeHookFunctionNode}from'../../core/bff/utils.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const bffCreate={'service':a32_0x592c03(0x10e),'command':a32_0x592c03(0x12d),'description':a32_0x592c03(0x147),'risk':a32_0x592c03(0x133),'flags':[{'name':a32_0x592c03(0x10d),'type':a32_0x592c03(0x149),'required':!![],'enum':['COMMON',a32_0x592c03(0x143),a32_0x592c03(0x127)],'description':'Script\x20type'},{'name':'name','type':'string','required':!![],'description':a32_0x592c03(0x128)},{'name':a32_0x592c03(0x140),'type':'string','description':a32_0x592c03(0x132)},{'name':'alias','type':a32_0x592c03(0x149),'description':'Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)'},{'name':'datasetcode','type':a32_0x592c03(0x149),'description':a32_0x592c03(0x11c)},{'name':a32_0x592c03(0x14d),'type':a32_0x592c03(0x149),'description':a32_0x592c03(0x125)},{'name':a32_0x592c03(0x134),'type':'string','description':a32_0x592c03(0x146),'enum':[a32_0x592c03(0x159),a32_0x592c03(0x162)]}],async 'validate'(_0x1cf571){const _0x57eb22=a32_0x592c03,_0x433462=_0x1cf571['str'](_0x57eb22(0x14f));if(!isValidBffFunctionName(_0x433462))throw CliErrors['validation']('Invalid\x20function\x20name\x20\x22'+_0x433462+_0x57eb22(0x116));},async 'execute'(_0x1c1bd3){const _0x5dfbb8=a32_0x592c03,_0x43f25c=loadBffProjectConfig(_0x1c1bd3[_0x5dfbb8(0x15d)]),_0x13858a=_0x1c1bd3[_0x5dfbb8(0x129)](_0x5dfbb8(0x10d)),_0x15ab3a=_0x1c1bd3[_0x5dfbb8(0x129)](_0x5dfbb8(0x14f)),_0x33c977=_0x1c1bd3['str'](_0x5dfbb8(0x140))||undefined,_0x367e68=_0x13858a===_0x5dfbb8(0x127)?await resolveHookOptions(_0x43f25c,_0x1c1bd3):undefined,_0x6666a5=buildFilePath(_0x43f25c,_0x13858a,_0x15ab3a,_0x367e68);if(await fileExists(_0x6666a5))throw CliErrors['validation'](_0x5dfbb8(0x167)+_0x6666a5);await mkdir(dirname(_0x6666a5),{'recursive':!![]});const _0x4a14f0=generateTemplate(_0x13858a,_0x15ab3a,_0x1c1bd3[_0x5dfbb8(0x15d)],_0x33c977,_0x367e68);await writeFile(_0x6666a5,_0x4a14f0,_0x5dfbb8(0x11f));const _0x49c594={'type':_0x13858a,'name':_0x15ab3a,'path':_0x6666a5};if(_0x33c977)_0x49c594['description']=_0x33c977;if(_0x367e68){if(_0x367e68[_0x5dfbb8(0x12f)])_0x49c594[_0x5dfbb8(0x12f)]=_0x367e68[_0x5dfbb8(0x12f)];_0x49c594[_0x5dfbb8(0x11b)]=_0x367e68[_0x5dfbb8(0x11b)],_0x49c594[_0x5dfbb8(0x160)]=_0x367e68[_0x5dfbb8(0x160)],_0x49c594[_0x5dfbb8(0x157)]=_0x367e68['functionNode'];}return{'ok':!![],'data':_0x49c594,'message':_0x5dfbb8(0x152)+_0x13858a+_0x5dfbb8(0x153)+_0x15ab3a};}};async function resolveHookOptions(_0x13e72f,_0x5d49c2){const _0x366666=a32_0x592c03,_0x19f071=loadAliasMap(_0x5d49c2[_0x366666(0x11a)],undefined,resolveApiFilePath(_0x5d49c2['apiDir'],_0x5d49c2[_0x366666(0x15d)])),_0x27c54e=_0x19f071[_0x366666(0x117)]>0x0;let _0xf8a4a3,_0x52ea84,_0x234f37;const _0x483aed=_0x5d49c2[_0x366666(0x129)](_0x366666(0x12f)),_0x3696f1=_0x5d49c2['str'](_0x366666(0x15a));if(_0x483aed){const _0x25a428=resolveAlias(_0x5d49c2[_0x366666(0x11a)],_0x483aed,undefined,resolveApiFilePath(_0x5d49c2[_0x366666(0x11a)],_0x5d49c2[_0x366666(0x15d)]));if(!_0x25a428){const _0x387f1d=_0x27c54e?_0x366666(0x150)+_0x19f071[_0x366666(0x144)](_0x2379ef=>_0x2379ef[_0x366666(0x12f)])[_0x366666(0x123)](',\x20'):'No\x20api.ts\x20found.\x20Run\x20`'+CLI_BIN_NAME+_0x366666(0x15b);throw CliErrors[_0x366666(0x166)]('Alias\x20\x22'+_0x483aed+_0x366666(0x155)+_0x387f1d);}_0xf8a4a3=_0x483aed,_0x52ea84=_0x25a428;}else{if(_0x3696f1){_0x52ea84=_0x3696f1;const _0x388cac=_0x19f071[_0x366666(0x114)](_0x28e0a9=>_0x28e0a9[_0x366666(0x11b)]===_0x3696f1);_0xf8a4a3=_0x388cac?.[_0x366666(0x12f)];}else{if(_0x5d49c2[_0x366666(0x12a)])throw CliErrors[_0x366666(0x166)](_0x366666(0x12c));else{if(_0x27c54e){const _0x8eeedd=_0x19f071[_0x366666(0x144)](_0x45832f=>_0x45832f[_0x366666(0x12f)]+'\x20('+_0x45832f[_0x366666(0x111)]+')'),_0x2659f7=await promptSelect(_0x366666(0x136),_0x8eeedd),_0x32549e=_0x19f071[_0x2659f7];if(!_0x32549e)throw CliErrors[_0x366666(0x166)](_0x366666(0x120));_0xf8a4a3=_0x32549e[_0x366666(0x12f)],_0x52ea84=_0x32549e[_0x366666(0x11b)];}else{const _0x489d2c=await listDatasets(_0x5d49c2[_0x366666(0x15d)]);if(_0x489d2c['length']===0x0)throw CliErrors[_0x366666(0x166)](_0x366666(0x12e));const _0x400577=_0x489d2c['map'](_0x1c1af2=>_0x1c1af2[_0x366666(0x14f)]+'\x20['+(_0x1c1af2[_0x366666(0x115)]??_0x366666(0x124))+_0x366666(0x121)+_0x1c1af2[_0x366666(0x151)]+')'),_0xfe9ce8=await promptSelect(_0x366666(0x136),_0x400577),_0x100cfa=_0x489d2c[_0xfe9ce8];if(!_0x100cfa)throw CliErrors['validation'](_0x366666(0x120));_0x52ea84=_0x100cfa[_0x366666(0x151)],_0xf8a4a3=undefined;}}}}const _0x3c97f0=await listDatasets(_0x5d49c2['appCode']),_0x520a36=_0x3c97f0['find'](_0x278737=>_0x278737['code']===_0x52ea84);if(!_0x520a36)throw CliErrors[_0x366666(0x166)](_0x366666(0x138)+_0x52ea84+'\x22.\x20'+(_0xf8a4a3?'The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`'+CLI_BIN_NAME+_0x366666(0x142):''));_0x234f37=_0x520a36['id'];const _0x624afa=_0xf8a4a3??_0x52ea84,_0x22f64f=await listBffDatasetOperations(_0x5d49c2[_0x366666(0x15d)],_0x234f37),_0x160d07=_0x22f64f?Object['keys'](_0x22f64f):[];if(_0x160d07[_0x366666(0x117)]===0x0)throw CliErrors[_0x366666(0x166)](_0x366666(0x126)+_0x624afa+'.');let _0x3b03b8;const _0x43ccc7=_0x5d49c2[_0x366666(0x129)](_0x366666(0x14d));if(_0x43ccc7){if(!_0x160d07[_0x366666(0x131)](_0x43ccc7))throw CliErrors[_0x366666(0x166)](_0x366666(0x137)+_0x43ccc7+_0x366666(0x148)+_0x624afa+'.\x20'+(_0x366666(0x141)+_0x160d07[_0x366666(0x123)](',\x20')));_0x3b03b8=_0x43ccc7;}else{if(_0x5d49c2['nonInteractive'])throw CliErrors[_0x366666(0x166)](_0x366666(0x165));const _0x268e6d=await promptSelect(_0x366666(0x14c),_0x160d07);_0x3b03b8=_0x160d07[_0x268e6d]??_0x160d07[0x0];}let _0x56041c=normalizeHookFunctionNode(_0x5d49c2['str'](_0x366666(0x134)));if(!_0x56041c){if(_0x5d49c2['str']('function-node'))throw CliErrors['validation']('--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.');if(_0x5d49c2[_0x366666(0x12a)])throw CliErrors[_0x366666(0x166)](_0x366666(0x154));const _0x3a79e6=await promptSelect(_0x366666(0x122),['before',_0x366666(0x162)]);_0x56041c=[_0x366666(0x159),_0x366666(0x162)][_0x3a79e6]??_0x366666(0x159);}return{'alias':_0xf8a4a3,'datasetCode':_0x52ea84,'datasetId':_0x234f37,'operationType':_0x3b03b8,'functionNode':_0x56041c};}async function promptSelect(_0x51d9a0,_0x21f335){const _0x28c833=a32_0x592c03;if(_0x21f335[_0x28c833(0x117)]===0x1)return 0x0;for(const [_0x4c9f6e,_0x202947]of _0x21f335[_0x28c833(0x112)]()){process[_0x28c833(0x13d)][_0x28c833(0x133)]('\x20\x20'+(_0x4c9f6e+0x1)+'.\x20'+_0x202947+'\x0a');}const _0x125bc5=createInterface({'input':process[_0x28c833(0x163)],'output':process[_0x28c833(0x13d)]});while(!![]){const _0x1ccd40=await new Promise(_0x548b14=>{const _0x4e0fd4=_0x28c833;_0x125bc5[_0x4e0fd4(0x13c)](_0x51d9a0+'\x20',_0x548b14);}),_0x2defbe=Number[_0x28c833(0x15c)](_0x1ccd40[_0x28c833(0x13e)](),0xa);if(Number[_0x28c833(0x158)](_0x2defbe)&&_0x2defbe>=0x1&&_0x2defbe<=_0x21f335['length'])return _0x125bc5[_0x28c833(0x11d)](),_0x2defbe-0x1;process[_0x28c833(0x13d)][_0x28c833(0x133)](_0x28c833(0x11e)+_0x21f335[_0x28c833(0x117)]+'.\x0a');}}function buildFilePath(_0xdacfbe,_0x15f9f4,_0x593033,_0x297d6e){const _0x3bfb95=a32_0x592c03;if(_0x15f9f4==='HOOK'){if(!_0x297d6e)throw CliErrors[_0x3bfb95(0x166)](_0x3bfb95(0x113));const _0x300a9b=_0x297d6e[_0x3bfb95(0x12f)]??_0x297d6e[_0x3bfb95(0x11b)];return join(_0xdacfbe[_0x3bfb95(0x164)],_0x3bfb95(0x127),_0x300a9b,_0x297d6e['operationType'],_0x297d6e[_0x3bfb95(0x157)],_0x593033+_0x3bfb95(0x14b));}return join(_0xdacfbe[_0x3bfb95(0x164)],_0x15f9f4,_0x593033+_0x3bfb95(0x14b));}export function generateTemplate(_0x17a7d2,_0x6f56c2,_0x1cd021,_0x36951d,_0x4c4c5c){const _0x4917a1=a32_0x592c03,_0x4f3cfd=_0x36951d?.[_0x4917a1(0x13e)]()||'TODO:\x20add\x20script\x20description';if(_0x17a7d2===_0x4917a1(0x10c))return _0x4917a1(0x119)+_0x4f3cfd+_0x4917a1(0x108)+_0x6f56c2+_0x4917a1(0x13f)+_0x6f56c2+'.js\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20-\x20Input\x20parameters.\x0a\x20*\x20@param\x20{Object}\x20context\x20-\x20Execution\x20context\x20(injected\x20by\x20platform).\x0a\x20*\x20@returns\x20{Promise<Object>}\x20Processing\x20result.\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20'+_0x6f56c2+_0x4917a1(0x10a);if(_0x17a7d2===_0x4917a1(0x143))return _0x4917a1(0x130)+_0x4f3cfd+_0x4917a1(0x10b)+_0x1cd021+'/'+_0x6f56c2+_0x4917a1(0x10f)+_0x6f56c2+_0x4917a1(0x10a);if(!_0x4c4c5c)throw CliErrors[_0x4917a1(0x166)](_0x4917a1(0x135));return _0x4917a1(0x12b)+_0x4f3cfd+_0x4917a1(0x139)+_0x1cd021+'/'+_0x4c4c5c[_0x4917a1(0x11b)]+'/'+_0x4c4c5c[_0x4917a1(0x160)]+'\x0a\x20*\x20[触发节点]\x20'+_0x4c4c5c[_0x4917a1(0x157)]+_0x4917a1(0x15f)+_0x6f56c2+_0x4917a1(0x10a);}