@lovrabet/rabetbase-cli 2.3.10-beta.2 → 2.3.10

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 (259) 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/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.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-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/logs/index.js +1 -1
  102. package/lib/commands/menu/delete.js +1 -1
  103. package/lib/commands/menu/external-link-create.js +1 -1
  104. package/lib/commands/menu/group-create.js +1 -1
  105. package/lib/commands/menu/group-update.js +1 -1
  106. package/lib/commands/menu/index.js +1 -1
  107. package/lib/commands/menu/list.js +1 -1
  108. package/lib/commands/menu/regroup-start.js +1 -1
  109. package/lib/commands/menu/shared/compare-table.js +1 -1
  110. package/lib/commands/menu/shared/delete-plan.js +1 -1
  111. package/lib/commands/menu/shared/facts.js +1 -1
  112. package/lib/commands/menu/shared/index.js +1 -1
  113. package/lib/commands/menu/shared/inquirer.js +1 -1
  114. package/lib/commands/menu/shared/local-pages.js +1 -1
  115. package/lib/commands/menu/shared/logic.js +1 -1
  116. package/lib/commands/menu/shared/mutations.js +1 -1
  117. package/lib/commands/menu/shared/service.js +1 -1
  118. package/lib/commands/menu/shared/sync-core.js +1 -1
  119. package/lib/commands/menu/shared/update-core.js +1 -1
  120. package/lib/commands/menu/shared/valid-url.js +1 -1
  121. package/lib/commands/menu/sync.js +1 -1
  122. package/lib/commands/menu/update.js +1 -1
  123. package/lib/commands/notification/config-list.js +1 -1
  124. package/lib/commands/notification/index.js +1 -1
  125. package/lib/commands/page/generate-start.js +1 -1
  126. package/lib/commands/page/generate-status.js +1 -1
  127. package/lib/commands/page/index.js +1 -1
  128. package/lib/commands/page/pull.js +1 -1
  129. package/lib/commands/page/push.js +1 -1
  130. package/lib/commands/page/relation-audit.js +1 -1
  131. package/lib/commands/page/shared.js +1 -1
  132. package/lib/commands/page/standard-page-status.js +1 -1
  133. package/lib/commands/page/sync.js +1 -1
  134. package/lib/commands/permit/index.js +1 -1
  135. package/lib/commands/permit/page-get.js +1 -1
  136. package/lib/commands/permit/page-set.js +1 -1
  137. package/lib/commands/permit/role-apis-set.js +1 -1
  138. package/lib/commands/permit/role-menus-set.js +1 -1
  139. package/lib/commands/permit/role-menus.js +1 -1
  140. package/lib/commands/permit/shared.js +1 -1
  141. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  142. package/lib/commands/project/create/format-elapsed.js +1 -1
  143. package/lib/commands/project/create/main.js +1 -1
  144. package/lib/commands/project/create/non-interactive.js +1 -1
  145. package/lib/commands/project/create/project-template-path.js +1 -1
  146. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  147. package/lib/commands/project/create/use-format-code.js +1 -1
  148. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  149. package/lib/commands/project/index.js +1 -1
  150. package/lib/commands/project/init.js +1 -1
  151. package/lib/commands/project/upgrade.js +1 -1
  152. package/lib/commands/registry.js +1 -1
  153. package/lib/commands/role/create.js +1 -1
  154. package/lib/commands/role/delete.js +1 -1
  155. package/lib/commands/role/detail.js +1 -1
  156. package/lib/commands/role/index.js +1 -1
  157. package/lib/commands/role/list.js +1 -1
  158. package/lib/commands/role/shared.js +1 -1
  159. package/lib/commands/role/update.js +1 -1
  160. package/lib/commands/role/user-add.js +1 -1
  161. package/lib/commands/role/user-remove.js +1 -1
  162. package/lib/commands/role/user-resolve.js +1 -1
  163. package/lib/commands/run/index.js +1 -1
  164. package/lib/commands/schema.js +1 -1
  165. package/lib/commands/sql/create.js +1 -1
  166. package/lib/commands/sql/delete.js +1 -1
  167. package/lib/commands/sql/detail.js +1 -1
  168. package/lib/commands/sql/exec.js +1 -1
  169. package/lib/commands/sql/index.js +1 -1
  170. package/lib/commands/sql/list.js +1 -1
  171. package/lib/commands/sql/pull.js +1 -1
  172. package/lib/commands/sql/push.js +1 -1
  173. package/lib/commands/sql/save.js +1 -1
  174. package/lib/commands/sql/shared.js +1 -1
  175. package/lib/commands/sql/status.js +1 -1
  176. package/lib/commands/sql/validate.js +1 -1
  177. package/lib/commands/task/index.js +1 -1
  178. package/lib/commands/task/status.js +1 -1
  179. package/lib/commands/workspace/add.js +1 -1
  180. package/lib/commands/workspace/index.js +1 -1
  181. package/lib/commands/workspace/remove.js +1 -1
  182. package/lib/config/schema.js +1 -1
  183. package/lib/constant/cdn.js +1 -1
  184. package/lib/constant/cli.js +1 -1
  185. package/lib/constant/defaults.js +1 -1
  186. package/lib/constant/domain.js +1 -1
  187. package/lib/constant/env.js +1 -1
  188. package/lib/constant/output.js +1 -1
  189. package/lib/constant/paths.js +1 -1
  190. package/lib/constant/risk.js +1 -1
  191. package/lib/context/app-resolver.js +1 -1
  192. package/lib/context/auth-resolver.js +1 -1
  193. package/lib/context/config-loader.js +1 -1
  194. package/lib/context.js +1 -1
  195. package/lib/core/alias-resolver.js +1 -1
  196. package/lib/core/api-client.js +1 -1
  197. package/lib/core/bff/config.js +1 -1
  198. package/lib/core/bff/file-system.js +1 -1
  199. package/lib/core/bff/hash.js +1 -1
  200. package/lib/core/bff/lock.js +1 -1
  201. package/lib/core/bff/utils.js +1 -1
  202. package/lib/core/db-resolver.js +1 -1
  203. package/lib/core/page/file-system.js +1 -1
  204. package/lib/core/page/hash.js +1 -1
  205. package/lib/core/page/lock.js +1 -1
  206. package/lib/core/sql-index-auditor.js +1 -1
  207. package/lib/core/sql-sync/config.js +1 -1
  208. package/lib/core/sql-sync/file-system.js +1 -1
  209. package/lib/core/sql-sync/hash.js +1 -1
  210. package/lib/core/sql-sync/lock.js +1 -1
  211. package/lib/core/sql-sync/utils.js +1 -1
  212. package/lib/core/sql-validator.js +1 -1
  213. package/lib/errors.js +1 -1
  214. package/lib/framework/build-all-flags.js +1 -1
  215. package/lib/framework/error-output.js +1 -1
  216. package/lib/framework/explicit-yes.js +1 -1
  217. package/lib/framework/flags.js +1 -1
  218. package/lib/framework/help.js +1 -1
  219. package/lib/framework/index.js +1 -1
  220. package/lib/framework/output.js +1 -1
  221. package/lib/framework/response.js +1 -1
  222. package/lib/framework/runner-alias.js +1 -1
  223. package/lib/framework/runner.js +1 -1
  224. package/lib/framework/schema-export.js +1 -1
  225. package/lib/framework/types.js +1 -1
  226. package/lib/generated/build-info.js +1 -1
  227. package/lib/help.js +1 -1
  228. package/lib/skills/main.js +1 -1
  229. package/lib/skills/npx-skills-add.js +1 -1
  230. package/lib/telemetry/cli-command-trace.js +1 -1
  231. package/lib/telemetry/cli-help-trace.js +1 -1
  232. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  233. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  234. package/lib/telemetry/send-cli-trace-log.js +1 -1
  235. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  236. package/lib/utils/ai_config.js +1 -1
  237. package/lib/utils/apply-jq-filter.js +1 -1
  238. package/lib/utils/cdn-config.js +1 -1
  239. package/lib/utils/check-sdk-version.js +1 -1
  240. package/lib/utils/cli-version-check.js +1 -1
  241. package/lib/utils/cli-version-policy.js +1 -1
  242. package/lib/utils/config.js +1 -1
  243. package/lib/utils/copy-directory.js +1 -1
  244. package/lib/utils/entity-with-id.js +1 -1
  245. package/lib/utils/file-utils.js +1 -1
  246. package/lib/utils/guides-cdn.js +1 -1
  247. package/lib/utils/http-client.js +1 -1
  248. package/lib/utils/is-non-interactive.js +1 -1
  249. package/lib/utils/logger.js +1 -1
  250. package/lib/utils/params.js +1 -1
  251. package/lib/utils/platform.js +1 -1
  252. package/lib/utils/rules-cdn.js +1 -1
  253. package/lib/utils/sleep.js +1 -1
  254. package/lib/utils/template-replacer.js +1 -1
  255. package/lib/utils/update-notice.js +1 -1
  256. package/lib/utils/version.js +1 -1
  257. package/lib/utils/with-active-cookie.js +1 -1
  258. package/lib/utils/write-cli-side-channel.js +1 -1
  259. package/package.json +1 -1
@@ -1 +1 @@
1
- const a20_0x3e9a16=a20_0x2cba;(function(_0xc31fca,_0x9095d3){const _0x6523ae=a20_0x2cba,_0x26bcb4=_0xc31fca();while(!![]){try{const _0x343a02=parseInt(_0x6523ae(0x140))/0x1+parseInt(_0x6523ae(0x13a))/0x2*(-parseInt(_0x6523ae(0x124))/0x3)+parseInt(_0x6523ae(0x135))/0x4*(parseInt(_0x6523ae(0x12c))/0x5)+-parseInt(_0x6523ae(0x13d))/0x6+-parseInt(_0x6523ae(0x13b))/0x7*(parseInt(_0x6523ae(0x142))/0x8)+parseInt(_0x6523ae(0x143))/0x9+-parseInt(_0x6523ae(0x13c))/0xa;if(_0x343a02===_0x9095d3)break;else _0x26bcb4['push'](_0x26bcb4['shift']());}catch(_0x250aba){_0x26bcb4['push'](_0x26bcb4['shift']());}}}(a20_0x2c7f,0xa37e5));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';function a20_0x2c7f(){const _0x1de1a5=['globalPath','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','find','5218635cRthHr','project','bool','remote','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','push','map','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','entries','4ofINGf','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','globalConfig','projectConfig','merged','48098jLMZAq','203ImUKgY','494510qJndAY','711594hbanJB','global','inherit','415371auQeKf','appcode','162584aVbzif','2742066laULod','projectPath','app','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','mergedCli','boolean','object','list','42JEWXhH','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','validation','apps','\x20config'];a20_0x2c7f=function(){return _0x1de1a5;};return a20_0x2c7f();}import{appDefinedIn,enrichAppListItemsWithMergedSelection,resolveDefaultAppSource}from'../../commands/app/shared.js';import{listRemoteAppDirectory}from'../../commands/app/remote-directory.js';function buildItemsFromLayer(_0x5ecb59,_0x3eda50){const _0x519fd0=a20_0x2cba,_0x4ebb24=[],_0x1c1296=_0x5ecb59[_0x519fd0(0x127)]&&typeof _0x5ecb59[_0x519fd0(0x127)]===_0x519fd0(0x122)?_0x5ecb59['apps']:{},_0x42840e=_0x5ecb59['defaultApp']||undefined;for(const [_0x579fba,_0x5c3fca]of Object[_0x519fd0(0x134)](_0x1c1296)){if(!_0x5c3fca||typeof _0x5c3fca!==_0x519fd0(0x122)||!_0x5c3fca[_0x519fd0(0x141)])continue;_0x4ebb24[_0x519fd0(0x131)]({'name':_0x579fba,'appcode':_0x5c3fca[_0x519fd0(0x141)],'named':!![],'definedIn':_0x3eda50,'isDefault':_0x579fba===_0x42840e,...buildAppProfileListFields(_0x5c3fca)});}return _0x4ebb24;}function buildMergedItems(_0x2d7a78,_0x58eec7){const _0x301e72=a20_0x2cba,{apps:apps={},defaultApp:_0x2715a3}=_0x2d7a78,_0x3b38ff=_0x58eec7[_0x301e72(0x137)]['apps']&&typeof _0x58eec7[_0x301e72(0x137)][_0x301e72(0x127)]===_0x301e72(0x122)?_0x58eec7[_0x301e72(0x137)][_0x301e72(0x127)]:{},_0x5c662c=_0x58eec7['projectConfig'][_0x301e72(0x127)]&&typeof _0x58eec7['projectConfig'][_0x301e72(0x127)]===_0x301e72(0x122)?_0x58eec7[_0x301e72(0x138)][_0x301e72(0x127)]:{},_0x5b91b6=_0x58eec7[_0x301e72(0x138)][_0x301e72(0x13f)]===![],_0x9fca1b=Object[_0x301e72(0x134)](apps),_0x205bb2=_0x9fca1b[_0x301e72(0x132)](([_0x5bef2e,_0x51cbae])=>({'name':_0x5bef2e,'appcode':_0x51cbae[_0x301e72(0x141)],'named':!![],'definedIn':appDefinedIn(_0x5bef2e,_0x3b38ff,_0x5c662c,_0x5b91b6),'isDefault':_0x5bef2e===_0x2715a3,...buildAppProfileListFields(_0x51cbae)}));return _0x205bb2;}function a20_0x2cba(_0x201a26,_0x396ab4){_0x201a26=_0x201a26-0x122;const _0x2c7fc0=a20_0x2c7f();let _0x2cba6d=_0x2c7fc0[_0x201a26];return _0x2cba6d;}function validateAppListFlags(_0x273e87){const _0x47da42=a20_0x2cba;if(!_0x273e87[_0x47da42(0x12e)](_0x47da42(0x12f)))return;if(!_0x273e87[_0x47da42(0x12e)](_0x47da42(0x13e))&&!_0x273e87[_0x47da42(0x12e)](_0x47da42(0x12d)))return;throw CliErrors[_0x47da42(0x126)](_0x47da42(0x133),_0x47da42(0x125));}async function execute(_0x5334e5){const _0x4622c9=a20_0x2cba;validateAppListFlags(_0x5334e5);if(_0x5334e5[_0x4622c9(0x12e)](_0x4622c9(0x12f)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x5334e5)};const _0x58e295=_0x5334e5['bool'](_0x4622c9(0x13e)),_0x39661b=_0x5334e5[_0x4622c9(0x12e)](_0x4622c9(0x12d)),_0x4a6c62=_0x58e295?_0x4622c9(0x13e):_0x39661b?'project':_0x4622c9(0x139),{config:_0x1543d9,layers:_0x156c58}=readRawConfigWithLayers(),_0x1d82a3=resolveDefaultAppSource(_0x156c58),{defaultApp:_0x195b9e}=_0x1543d9;let _0x2d8106,_0x1c3a77;switch(_0x4a6c62){case _0x4622c9(0x13e):_0x2d8106=buildItemsFromLayer(_0x156c58['globalConfig'],_0x4622c9(0x13e)),_0x1c3a77=_0x156c58[_0x4622c9(0x129)];break;case'project':_0x2d8106=buildItemsFromLayer(_0x156c58['projectConfig'],_0x4622c9(0x12d)),_0x1c3a77=_0x156c58[_0x4622c9(0x144)];break;default:_0x2d8106=buildMergedItems(_0x1543d9,_0x156c58);break;}enrichAppListItemsWithMergedSelection(_0x2d8106,_0x5334e5[_0x4622c9(0x147)]);if(_0x2d8106['length']===0x0){const _0x408cf5=_0x4a6c62==='merged'?'':'\x20in\x20'+_0x4a6c62+_0x4622c9(0x128);return{'ok':!![],'data':[],'message':'No\x20apps\x20configured'+_0x408cf5+'.\x20Use\x20`'+CLI_BIN_NAME+'\x20app\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.'};}const _0x41cfb7=_0x2d8106[_0x4622c9(0x12b)](_0x57be6a=>_0x57be6a['isCurrent']===!![]),_0x226753=_0x195b9e??_0x41cfb7?.[_0x4622c9(0x141)]??null,_0x3d0c6d=_0x4a6c62==='merged'?{'globalPath':_0x156c58[_0x4622c9(0x129)]??null,'projectPath':_0x156c58[_0x4622c9(0x144)]??null,'defaultApp':_0x226753,'defaultAppSource':_0x195b9e!=null?_0x1d82a3:null}:{'scope':_0x4a6c62,'configPath':_0x1c3a77??null};return{'ok':!![],'data':{'items':_0x2d8106,'meta':_0x3d0c6d}};}export const appListDefinition={'service':a20_0x3e9a16(0x145),'command':a20_0x3e9a16(0x123),'description':a20_0x3e9a16(0x12a),'risk':'read','auth':'optional','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'remote','type':a20_0x3e9a16(0x148),'description':a20_0x3e9a16(0x130),'default':![]},{'name':'global','type':a20_0x3e9a16(0x148),'description':a20_0x3e9a16(0x146),'default':![]},{'name':a20_0x3e9a16(0x12d),'type':a20_0x3e9a16(0x148),'description':a20_0x3e9a16(0x136),'default':![]}],async 'validate'(_0x5356a0){validateAppListFlags(_0x5356a0);},'execute':execute};
1
+ function a20_0x226f(_0x26771f,_0x2389ee){_0x26771f=_0x26771f-0x131;const _0x318a85=a20_0x318a();let _0x226fdf=_0x318a85[_0x26771f];return _0x226fdf;}const a20_0x4535b8=a20_0x226f;(function(_0x519551,_0x219960){const _0x346348=a20_0x226f,_0x3d6a79=_0x519551();while(!![]){try{const _0x224d2d=-parseInt(_0x346348(0x137))/0x1+parseInt(_0x346348(0x154))/0x2*(parseInt(_0x346348(0x157))/0x3)+-parseInt(_0x346348(0x144))/0x4*(-parseInt(_0x346348(0x133))/0x5)+-parseInt(_0x346348(0x149))/0x6+parseInt(_0x346348(0x138))/0x7+-parseInt(_0x346348(0x148))/0x8*(-parseInt(_0x346348(0x152))/0x9)+parseInt(_0x346348(0x136))/0xa*(-parseInt(_0x346348(0x13c))/0xb);if(_0x224d2d===_0x219960)break;else _0x3d6a79['push'](_0x3d6a79['shift']());}catch(_0x330a39){_0x3d6a79['push'](_0x3d6a79['shift']());}}}(a20_0x318a,0x489b0));import{readRawConfigWithLayers}from'../../context.js';function a20_0x318a(){const _0x111f36=['object','6824bBcFfO','2944482yADNUV','bool','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','project','read','validation','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','\x20config','merged','5238aVUXcs','map','175394sknFyY','globalConfig','\x20app\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','6ynZica','globalPath','mergedCli','appcode','apps','push','find','entries','605XCfMMd','inherit','projectPath','10WLpLJJ','154128xESqgL','2441859OGJcBW','app','remote','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','957011fZyaYE','No\x20apps\x20configured','optional','.\x20Use\x20`','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','length','boolean','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','284vTmoZO','global','projectConfig'];a20_0x318a=function(){return _0x111f36;};return a20_0x318a();}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/remote-directory.js';function buildItemsFromLayer(_0x2e9ddd,_0x13da31){const _0x33f5d5=a20_0x226f,_0x30d180=[],_0x1be317=_0x2e9ddd[_0x33f5d5(0x15b)]&&typeof _0x2e9ddd['apps']===_0x33f5d5(0x147)?_0x2e9ddd['apps']:{},_0x52a017=_0x2e9ddd['defaultApp']||undefined;for(const [_0xc92f73,_0x190608]of Object[_0x33f5d5(0x132)](_0x1be317)){if(!_0x190608||typeof _0x190608!==_0x33f5d5(0x147)||!_0x190608['appcode'])continue;_0x30d180[_0x33f5d5(0x15c)]({'name':_0xc92f73,'appcode':_0x190608[_0x33f5d5(0x15a)],'named':!![],'definedIn':_0x13da31,'isDefault':_0xc92f73===_0x52a017,...buildAppProfileListFields(_0x190608)});}return _0x30d180;}function buildMergedItems(_0x4da33c,_0x26fb9a){const _0x49e1ec=a20_0x226f,{apps:apps={},defaultApp:_0x13e443}=_0x4da33c,_0x52670c=_0x26fb9a[_0x49e1ec(0x155)][_0x49e1ec(0x15b)]&&typeof _0x26fb9a[_0x49e1ec(0x155)][_0x49e1ec(0x15b)]===_0x49e1ec(0x147)?_0x26fb9a[_0x49e1ec(0x155)][_0x49e1ec(0x15b)]:{},_0x4e911d=_0x26fb9a[_0x49e1ec(0x146)][_0x49e1ec(0x15b)]&&typeof _0x26fb9a[_0x49e1ec(0x146)]['apps']==='object'?_0x26fb9a[_0x49e1ec(0x146)][_0x49e1ec(0x15b)]:{},_0x27a07c=_0x26fb9a[_0x49e1ec(0x146)][_0x49e1ec(0x134)]===![],_0xc0e968=Object[_0x49e1ec(0x132)](apps),_0x181deb=_0xc0e968[_0x49e1ec(0x153)](([_0x3c58e1,_0x2a6cf9])=>({'name':_0x3c58e1,'appcode':_0x2a6cf9[_0x49e1ec(0x15a)],'named':!![],'definedIn':appDefinedIn(_0x3c58e1,_0x52670c,_0x4e911d,_0x27a07c),'isDefault':_0x3c58e1===_0x13e443,...buildAppProfileListFields(_0x2a6cf9)}));return _0x181deb;}function validateAppListFlags(_0x2780bf){const _0x5f2167=a20_0x226f;if(!_0x2780bf[_0x5f2167(0x14a)](_0x5f2167(0x13a)))return;if(!_0x2780bf['bool'](_0x5f2167(0x145))&&!_0x2780bf['bool'](_0x5f2167(0x14c)))return;throw CliErrors[_0x5f2167(0x14e)](_0x5f2167(0x14f),_0x5f2167(0x13b));}async function execute(_0x7bd420){const _0x457765=a20_0x226f;validateAppListFlags(_0x7bd420);if(_0x7bd420[_0x457765(0x14a)](_0x457765(0x13a)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x7bd420)};const _0x440986=_0x7bd420[_0x457765(0x14a)](_0x457765(0x145)),_0x5a5a4e=_0x7bd420['bool'](_0x457765(0x14c)),_0x8caa6f=_0x440986?_0x457765(0x145):_0x5a5a4e?_0x457765(0x14c):_0x457765(0x151),{config:_0x3a4173,layers:_0x35c2c1}=readRawConfigWithLayers(),_0x181f81=resolveDefaultAppSource(_0x35c2c1),{defaultApp:_0x1d128e}=_0x3a4173;let _0xb4e8bc,_0xf41199;switch(_0x8caa6f){case'global':_0xb4e8bc=buildItemsFromLayer(_0x35c2c1['globalConfig'],_0x457765(0x145)),_0xf41199=_0x35c2c1['globalPath'];break;case _0x457765(0x14c):_0xb4e8bc=buildItemsFromLayer(_0x35c2c1[_0x457765(0x146)],_0x457765(0x14c)),_0xf41199=_0x35c2c1[_0x457765(0x135)];break;default:_0xb4e8bc=buildMergedItems(_0x3a4173,_0x35c2c1);break;}enrichAppListItemsWithMergedSelection(_0xb4e8bc,_0x7bd420[_0x457765(0x159)]);if(_0xb4e8bc[_0x457765(0x141)]===0x0){const _0xfd6c95=_0x8caa6f==='merged'?'':'\x20in\x20'+_0x8caa6f+_0x457765(0x150);return{'ok':!![],'data':[],'message':_0x457765(0x13d)+_0xfd6c95+_0x457765(0x13f)+CLI_BIN_NAME+_0x457765(0x156)};}const _0x2138d1=_0xb4e8bc[_0x457765(0x131)](_0x1b6eb8=>_0x1b6eb8['isCurrent']===!![]),_0xc19fb4=_0x1d128e??_0x2138d1?.[_0x457765(0x15a)]??null,_0x391dd2=_0x8caa6f===_0x457765(0x151)?{'globalPath':_0x35c2c1[_0x457765(0x158)]??null,'projectPath':_0x35c2c1[_0x457765(0x135)]??null,'defaultApp':_0xc19fb4,'defaultAppSource':_0x1d128e!=null?_0x181f81:null}:{'scope':_0x8caa6f,'configPath':_0xf41199??null};return{'ok':!![],'data':{'items':_0xb4e8bc,'meta':_0x391dd2}};}export const appListDefinition={'service':a20_0x4535b8(0x139),'command':'list','description':'List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','risk':a20_0x4535b8(0x14d),'auth':a20_0x4535b8(0x13e),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a20_0x4535b8(0x13a),'type':a20_0x4535b8(0x142),'description':a20_0x4535b8(0x140),'default':![]},{'name':a20_0x4535b8(0x145),'type':a20_0x4535b8(0x142),'description':a20_0x4535b8(0x14b),'default':![]},{'name':'project','type':'boolean','description':a20_0x4535b8(0x143),'default':![]}],async 'validate'(_0x58b085){validateAppListFlags(_0x58b085);},'execute':execute};
@@ -1 +1 @@
1
- (function(_0x34e863,_0x5abda6){const _0x39be2d=a21_0x2347,_0x104b37=_0x34e863();while(!![]){try{const _0x2947ac=-parseInt(_0x39be2d(0xf2))/0x1+parseInt(_0x39be2d(0xec))/0x2*(parseInt(_0x39be2d(0xed))/0x3)+-parseInt(_0x39be2d(0xeb))/0x4*(-parseInt(_0x39be2d(0xf5))/0x5)+parseInt(_0x39be2d(0xf0))/0x6*(-parseInt(_0x39be2d(0xe9))/0x7)+parseInt(_0x39be2d(0xe6))/0x8*(-parseInt(_0x39be2d(0xe7))/0x9)+-parseInt(_0x39be2d(0xe8))/0xa*(-parseInt(_0x39be2d(0xee))/0xb)+-parseInt(_0x39be2d(0xef))/0xc*(parseInt(_0x39be2d(0xf7))/0xd);if(_0x2947ac===_0x5abda6)break;else _0x104b37['push'](_0x104b37['shift']());}catch(_0x1e1f67){_0x104b37['push'](_0x104b37['shift']());}}}(a21_0x3fc1,0xbd080));function a21_0x2347(_0xd22b3e,_0x48ed9f){_0xd22b3e=_0xd22b3e-0xe5;const _0x3fc149=a21_0x3fc1();let _0x234750=_0x3fc149[_0xd22b3e];return _0x234750;}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';function resolveCookie(_0x50fae4){const _0x51bd4e=a21_0x2347,_0x5b742e=_0x50fae4[_0x51bd4e(0xf4)]||getCookie();if(!_0x5b742e)throw CliErrors[_0x51bd4e(0xf8)]();return _0x5b742e;}function a21_0x3fc1(){const _0x4c0adb=['platform','181363hILmVo','appCode','cookie','315jKvOiC','appDesc','293865hhjqxL','authRequired','appName','1166552gnPbiY','63vETRVS','13140gTRvir','276598KLWjNP','map','34116vKzqHJ','464726gGOuQP','18sciRmF','8459slGZOv','156yhfwYi','102CyrtVM'];a21_0x3fc1=function(){return _0x4c0adb;};return a21_0x3fc1();}export async function listRemoteAppDirectory(_0x48454b){const _0x51819d=a21_0x2347,_0x253c2a=await withActiveCookie(resolveCookie(_0x48454b),()=>listRemoteApps());return{'items':_0x253c2a[_0x51819d(0xea)](_0x24a306=>({..._0x24a306['id']!=null?{'id':_0x24a306['id']}:{},'appCode':_0x24a306[_0x51819d(0xf3)],'appName':_0x24a306[_0x51819d(0xe5)],..._0x24a306[_0x51819d(0xf6)]!=null?{'appDesc':_0x24a306['appDesc']}:{}})),'meta':{'source':_0x51819d(0xf1)}};}
1
+ function a21_0x4ef3(){const _0x478e69=['8412850pHQrsW','appName','15206049rJyzhy','1980iYJCCl','10bqKlkW','120827NaWITg','5204568bOuHfY','4uyPbYl','632EXhfLB','8IRPTgc','platform','757762WrKiXk','appDesc','authRequired','2566401ABdYzJ','195646sgNaPi','appCode'];a21_0x4ef3=function(){return _0x478e69;};return a21_0x4ef3();}function a21_0x5bf7(_0x583fe3,_0x4b9fff){_0x583fe3=_0x583fe3-0x78;const _0x4ef3ec=a21_0x4ef3();let _0x5bf7b4=_0x4ef3ec[_0x583fe3];return _0x5bf7b4;}(function(_0x1a2378,_0xf67bd8){const _0x4d6f80=a21_0x5bf7,_0x56f3c7=_0x1a2378();while(!![]){try{const _0x3b534c=parseInt(_0x4d6f80(0x7b))/0x1*(-parseInt(_0x4d6f80(0x7f))/0x2)+parseInt(_0x4d6f80(0x82))/0x3*(parseInt(_0x4d6f80(0x7d))/0x4)+-parseInt(_0x4d6f80(0x85))/0x5+-parseInt(_0x4d6f80(0x7a))/0x6+-parseInt(_0x4d6f80(0x79))/0x7*(parseInt(_0x4d6f80(0x7c))/0x8)+-parseInt(_0x4d6f80(0x87))/0x9*(-parseInt(_0x4d6f80(0x78))/0xa)+-parseInt(_0x4d6f80(0x83))/0xb*(-parseInt(_0x4d6f80(0x88))/0xc);if(_0x3b534c===_0xf67bd8)break;else _0x56f3c7['push'](_0x56f3c7['shift']());}catch(_0x17f7e6){_0x56f3c7['push'](_0x56f3c7['shift']());}}}(a21_0x4ef3,0xdd33c));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';function resolveCookie(_0x5d0d8e){const _0x172698=a21_0x5bf7,_0x149d8e=_0x5d0d8e['cookie']||getCookie();if(!_0x149d8e)throw CliErrors[_0x172698(0x81)]();return _0x149d8e;}export async function listRemoteAppDirectory(_0x4ddb0e){const _0x46d700=a21_0x5bf7,_0x1c23cd=await withActiveCookie(resolveCookie(_0x4ddb0e),()=>listRemoteApps());return{'items':_0x1c23cd['map'](_0x322dc8=>({..._0x322dc8['id']!=null?{'id':_0x322dc8['id']}:{},'appCode':_0x322dc8[_0x46d700(0x84)],'appName':_0x322dc8[_0x46d700(0x86)],..._0x322dc8[_0x46d700(0x80)]!=null?{'appDesc':_0x322dc8[_0x46d700(0x80)]}:{}})),'meta':{'source':_0x46d700(0x7e)}};}
@@ -1 +1 @@
1
- function a22_0x3ba8(_0x4c6b53,_0x473421){_0x4c6b53=_0x4c6b53-0x82;const _0x42027f=a22_0x4202();let _0x3ba857=_0x42027f[_0x4c6b53];return _0x3ba857;}const a22_0x3e6198=a22_0x3ba8;(function(_0x436f2b,_0x3ebcbd){const _0x4b0f12=a22_0x3ba8,_0x49b3e7=_0x436f2b();while(!![]){try{const _0x3a296c=parseInt(_0x4b0f12(0x8b))/0x1+-parseInt(_0x4b0f12(0x8f))/0x2*(parseInt(_0x4b0f12(0x8c))/0x3)+-parseInt(_0x4b0f12(0x88))/0x4*(parseInt(_0x4b0f12(0x8e))/0x5)+parseInt(_0x4b0f12(0x82))/0x6*(parseInt(_0x4b0f12(0x92))/0x7)+parseInt(_0x4b0f12(0x85))/0x8*(-parseInt(_0x4b0f12(0x86))/0x9)+-parseInt(_0x4b0f12(0x8a))/0xa+parseInt(_0x4b0f12(0x87))/0xb;if(_0x3a296c===_0x3ebcbd)break;else _0x49b3e7['push'](_0x49b3e7['shift']());}catch(_0x28483c){_0x49b3e7['push'](_0x49b3e7['shift']());}}}(a22_0x4202,0x20862));import{CLI_BIN_NAME}from'../../constant/cli.js';import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';function a22_0x4202(){const _0x12addf=['Deprecated:\x20use\x20workspace\x20remove\x20to\x20remove\x20an\x20app\x20profile','2936ZjSjsN','5328nsoIIS','6758653XlzaeB','35284KUQiCK','app','2591300WnCBIF','142899BYtJDb','18129FBpsqr','2026-07','85qtXmyw','82vayMct','app\x20remove','\x20workspace\x20remove','76090wRALLX','name','138UUuqrC','remove'];a22_0x4202=function(){return _0x12addf;};return a22_0x4202();}export const appRemoveDefinition={'service':a22_0x3e6198(0x89),'command':a22_0x3e6198(0x83),'description':a22_0x3e6198(0x84),'risk':'high-risk-write','requiresAuth':![],'requiresAppCode':![],'hidden':!![],'deprecated':{'replacement':CLI_BIN_NAME+a22_0x3e6198(0x91),'since':a22_0x3e6198(0x8d)},'args':[{'name':a22_0x3e6198(0x93),'description':'App\x20profile\x20name\x20to\x20remove','required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x44cd66=>validateAppName(_0x44cd66,a22_0x3e6198(0x90)),'execute':_0x19710b=>runAppRemove(_0x19710b,'app\x20remove')};
1
+ const a22_0x501e50=a22_0x4963;(function(_0x444eb0,_0x2ba695){const _0x4f4f74=a22_0x4963,_0x31c5e2=_0x444eb0();while(!![]){try{const _0x3dc5f0=parseInt(_0x4f4f74(0x1e8))/0x1*(-parseInt(_0x4f4f74(0x1eb))/0x2)+-parseInt(_0x4f4f74(0x1e7))/0x3+-parseInt(_0x4f4f74(0x1ef))/0x4+parseInt(_0x4f4f74(0x1f5))/0x5+-parseInt(_0x4f4f74(0x1f2))/0x6+-parseInt(_0x4f4f74(0x1ee))/0x7*(-parseInt(_0x4f4f74(0x1e9))/0x8)+parseInt(_0x4f4f74(0x1e6))/0x9*(parseInt(_0x4f4f74(0x1f0))/0xa);if(_0x3dc5f0===_0x2ba695)break;else _0x31c5e2['push'](_0x31c5e2['shift']());}catch(_0x588762){_0x31c5e2['push'](_0x31c5e2['shift']());}}}(a22_0x1dec,0xb25e3));function a22_0x1dec(){const _0x4a5473=['1055406fDCCYR','\x20workspace\x20remove','app\x20remove','7MVUHNm','4216960SgCWVA','132670foKYku','remove','258036DBGdWG','Deprecated:\x20use\x20workspace\x20remove\x20to\x20remove\x20an\x20app\x20profile','App\x20profile\x20name\x20to\x20remove','865385VLJcfz','1773TJAmzO','4141053gzHETy','1omZqRt','7593752GaXGdy','2026-07'];a22_0x1dec=function(){return _0x4a5473;};return a22_0x1dec();}import{CLI_BIN_NAME}from'../../constant/cli.js';function a22_0x4963(_0x58fc6a,_0x2a18d3){_0x58fc6a=_0x58fc6a-0x1e6;const _0x1decdb=a22_0x1dec();let _0x49636e=_0x1decdb[_0x58fc6a];return _0x49636e;}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';export const appRemoveDefinition={'service':'app','command':a22_0x501e50(0x1f1),'description':a22_0x501e50(0x1f3),'risk':'high-risk-write','requiresAuth':![],'requiresAppCode':![],'hidden':!![],'deprecated':{'replacement':CLI_BIN_NAME+a22_0x501e50(0x1ec),'since':a22_0x501e50(0x1ea)},'args':[{'name':'name','description':a22_0x501e50(0x1f4),'required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x227849=>validateAppName(_0x227849,a22_0x501e50(0x1ed)),'execute':_0x3e000c=>runAppRemove(_0x3e000c,a22_0x501e50(0x1ed))};
@@ -1 +1 @@
1
- function a23_0x1791(){const _0x526b13=['project','1630672eOgjQW','name','prototype','hasOwnProperty','globalConfig','both','3832720wvQpYK','isCurrent','appcode','trim','global','191589jwbfOT','named','7506400SdnJWm','17132500VRXEJI','object','projectConfig','currentApp','30MnYrhf','call','defaultApp','1084699Gssmxz','length','keys','35wNlOhL','1499196hsOVxr','inherit','apps','18cyGzmd'];a23_0x1791=function(){return _0x526b13;};return a23_0x1791();}(function(_0x4e9cab,_0x43748e){const _0x4cc20f=a23_0x1f7f,_0x54a0cf=_0x4e9cab();while(!![]){try{const _0x539251=-parseInt(_0x4cc20f(0x103))/0x1+parseInt(_0x4cc20f(0x100))/0x2*(parseInt(_0x4cc20f(0xf9))/0x3)+parseInt(_0x4cc20f(0xee))/0x4+-parseInt(_0x4cc20f(0xf4))/0x5+-parseInt(_0x4cc20f(0x107))/0x6*(parseInt(_0x4cc20f(0x106))/0x7)+-parseInt(_0x4cc20f(0xfb))/0x8+parseInt(_0x4cc20f(0xec))/0x9*(parseInt(_0x4cc20f(0xfc))/0xa);if(_0x539251===_0x43748e)break;else _0x54a0cf['push'](_0x54a0cf['shift']());}catch(_0x32dae7){_0x54a0cf['push'](_0x54a0cf['shift']());}}}(a23_0x1791,0xb7e58));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';export function enrichAppListItemsWithMergedSelection(_0x393239,_0xf34363){const _0x42fa31=a23_0x1f7f;if(!_0xf34363)return;const _0x54dc18=_0xf34363[_0x42fa31(0xeb)]&&typeof _0xf34363['apps']===_0x42fa31(0xfd)?_0xf34363['apps']:{},_0x4e6c5f=Object[_0x42fa31(0x105)](_0x54dc18)['length']>0x0;for(const _0x52a2f0 of _0x393239){_0x52a2f0[_0x42fa31(0xf5)]=![];}const _0x3c6a30=_0xf34363['appCode']!=null?String(_0xf34363['appCode'])['trim']():'';if(_0x4e6c5f){const _0xf611a3=_0xf34363[_0x42fa31(0xff)]??_0xf34363[_0x42fa31(0x102)];if(_0xf611a3)for(const _0x5248a6 of _0x393239){_0x5248a6[_0x42fa31(0xfa)]===!![]&&_0x5248a6[_0x42fa31(0xef)]===_0xf611a3&&(_0x5248a6[_0x42fa31(0xf5)]=!![]);}for(const _0x551933 of _0x393239){if(_0x551933[_0x42fa31(0xfa)]!==![])continue;if(_0xf34363[_0x42fa31(0x102)])continue;_0x3c6a30&&String(_0x551933['appcode']??'')[_0x42fa31(0xf7)]()===_0x3c6a30&&(_0x551933[_0x42fa31(0xf5)]=!![]);}return;}if(!_0x3c6a30)return;for(const _0xd5c38f of _0x393239){String(_0xd5c38f[_0x42fa31(0xf6)]??'')[_0x42fa31(0xf7)]()===_0x3c6a30&&(_0xd5c38f[_0x42fa31(0xf5)]=!![]);}}export function resolveAppScopeForWrite(_0xd6973,_0x3d27aa,_0x46b5c4){const _0x75adea=a23_0x1f7f;if(_0x3d27aa)return'global';const _0x5bdfa0=_0x46b5c4[_0x75adea(0xfe)][_0x75adea(0xeb)]&&typeof _0x46b5c4[_0x75adea(0xfe)][_0x75adea(0xeb)]===_0x75adea(0xfd)?_0x46b5c4[_0x75adea(0xfe)]['apps']:{},_0xbeab3a=_0x46b5c4[_0x75adea(0xf2)]['apps']&&typeof _0x46b5c4[_0x75adea(0xf2)][_0x75adea(0xeb)]==='object'?_0x46b5c4[_0x75adea(0xf2)][_0x75adea(0xeb)]:{};if(Object[_0x75adea(0xf0)][_0x75adea(0xf1)][_0x75adea(0x101)](_0x5bdfa0,_0xd6973))return _0x75adea(0xed);if(Object[_0x75adea(0xf0)]['hasOwnProperty'][_0x75adea(0x101)](_0xbeab3a,_0xd6973))return _0x75adea(0xf8);return _0x75adea(0xed);}export function appDefinedIn(_0xabc09,_0x678abf,_0x410735,_0xd9f7b5){const _0x11b61d=a23_0x1f7f;if(_0xd9f7b5)return Object[_0x11b61d(0xf0)][_0x11b61d(0xf1)][_0x11b61d(0x101)](_0x410735,_0xabc09)?_0x11b61d(0xed):_0x11b61d(0xf8);const _0x40c2ab=Object['prototype'][_0x11b61d(0xf1)][_0x11b61d(0x101)](_0x678abf,_0xabc09),_0x11fbc1=Object[_0x11b61d(0xf0)]['hasOwnProperty'][_0x11b61d(0x101)](_0x410735,_0xabc09);if(_0x40c2ab&&_0x11fbc1)return _0x11b61d(0xf3);if(_0x11fbc1)return _0x11b61d(0xed);return _0x11b61d(0xf8);}export function resolveDefaultAppSource(_0xac91a1){const _0x21c1bd=a23_0x1f7f,_0x69707e=_0xac91a1[_0x21c1bd(0xfe)][_0x21c1bd(0xeb)]&&typeof _0xac91a1[_0x21c1bd(0xfe)]['apps']==='object'?_0xac91a1['projectConfig']['apps']:{};if(_0x21c1bd(0x102)in _0xac91a1[_0x21c1bd(0xfe)])return _0x21c1bd(0xed);if(Object[_0x21c1bd(0x105)](_0x69707e)[_0x21c1bd(0x104)]>0x0)return _0x21c1bd(0xed);if(_0xac91a1[_0x21c1bd(0xfe)][_0x21c1bd(0xea)]===![])return null;if(_0xac91a1[_0x21c1bd(0xf2)]['defaultApp'])return'global';return null;}export function getConfigPath(_0x1dc554={}){const _0x34e72b=a23_0x1f7f,_0x499e61=_0x1dc554[_0x34e72b(0xf8)]?_0x34e72b(0xf8):_0x34e72b(0xed);return resolveWriteConfigPath(_0x499e61);}export function readConfig(_0x4ebc83={}){return readConfigFile(getConfigPath(_0x4ebc83));}export function writeConfig(_0x494591,_0x1d29bd={}){writeConfigFile(getConfigPath(_0x1d29bd),_0x494591);}function a23_0x1f7f(_0x2cf1df,_0x5d69f3){_0x2cf1df=_0x2cf1df-0xea;const _0x17917f=a23_0x1791();let _0x1f7fea=_0x17917f[_0x2cf1df];return _0x1f7fea;}export function scopeLabel(_0x1b9cd8){const _0x2d75de=a23_0x1f7f;return _0x1b9cd8[_0x2d75de(0xf8)]?'\x20(global)':'';}
1
+ (function(_0x48724c,_0x2ef0f4){const _0x430d5b=a23_0x1149,_0x16e0fa=_0x48724c();while(!![]){try{const _0x12c601=parseInt(_0x430d5b(0x11a))/0x1*(-parseInt(_0x430d5b(0x10b))/0x2)+parseInt(_0x430d5b(0x124))/0x3+-parseInt(_0x430d5b(0x119))/0x4*(parseInt(_0x430d5b(0x10a))/0x5)+parseInt(_0x430d5b(0x114))/0x6*(-parseInt(_0x430d5b(0x11b))/0x7)+-parseInt(_0x430d5b(0x112))/0x8+-parseInt(_0x430d5b(0x115))/0x9+parseInt(_0x430d5b(0x125))/0xa;if(_0x12c601===_0x2ef0f4)break;else _0x16e0fa['push'](_0x16e0fa['shift']());}catch(_0x10dc5c){_0x16e0fa['push'](_0x16e0fa['shift']());}}}(a23_0x2eb1,0xec34f));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function a23_0x2eb1(){const _0x2e0224=['object','global','prototype','apps','trim','7183240WFWHyE','isCurrent','90rXqtZj','16397271JCGErV','\x20(global)','length','appcode','45572REXwnr','3rTypzA','803474OGTjmH','name','projectConfig','globalConfig','defaultApp','keys','inherit','call','named','3313437lTwEyV','54382460ZDofih','hasOwnProperty','project','430gtnkxo','102580rvtuoj','appCode'];a23_0x2eb1=function(){return _0x2e0224;};return a23_0x2eb1();}export function enrichAppListItemsWithMergedSelection(_0x55bb5d,_0x11b0f3){const _0x20a328=a23_0x1149;if(!_0x11b0f3)return;const _0x529c06=_0x11b0f3[_0x20a328(0x110)]&&typeof _0x11b0f3[_0x20a328(0x110)]===_0x20a328(0x10d)?_0x11b0f3['apps']:{},_0x24eabd=Object[_0x20a328(0x120)](_0x529c06)[_0x20a328(0x117)]>0x0;for(const _0x576a78 of _0x55bb5d){_0x576a78[_0x20a328(0x113)]=![];}const _0x113f34=_0x11b0f3[_0x20a328(0x10c)]!=null?String(_0x11b0f3[_0x20a328(0x10c)])[_0x20a328(0x111)]():'';if(_0x24eabd){const _0x379aa1=_0x11b0f3['currentApp']??_0x11b0f3['defaultApp'];if(_0x379aa1)for(const _0x3195a9 of _0x55bb5d){_0x3195a9[_0x20a328(0x123)]===!![]&&_0x3195a9[_0x20a328(0x11c)]===_0x379aa1&&(_0x3195a9['isCurrent']=!![]);}for(const _0x484936 of _0x55bb5d){if(_0x484936[_0x20a328(0x123)]!==![])continue;if(_0x11b0f3[_0x20a328(0x11f)])continue;_0x113f34&&String(_0x484936['appcode']??'')[_0x20a328(0x111)]()===_0x113f34&&(_0x484936['isCurrent']=!![]);}return;}if(!_0x113f34)return;for(const _0x466dbf of _0x55bb5d){String(_0x466dbf[_0x20a328(0x118)]??'')[_0x20a328(0x111)]()===_0x113f34&&(_0x466dbf[_0x20a328(0x113)]=!![]);}}export function resolveAppScopeForWrite(_0x5b6a75,_0x41dbe6,_0x50201c){const _0x5f9b48=a23_0x1149;if(_0x41dbe6)return'global';const _0x4ef96d=_0x50201c[_0x5f9b48(0x11d)][_0x5f9b48(0x110)]&&typeof _0x50201c[_0x5f9b48(0x11d)][_0x5f9b48(0x110)]===_0x5f9b48(0x10d)?_0x50201c[_0x5f9b48(0x11d)][_0x5f9b48(0x110)]:{},_0x3f3f48=_0x50201c['globalConfig']['apps']&&typeof _0x50201c[_0x5f9b48(0x11e)][_0x5f9b48(0x110)]===_0x5f9b48(0x10d)?_0x50201c[_0x5f9b48(0x11e)]['apps']:{};if(Object[_0x5f9b48(0x10f)][_0x5f9b48(0x126)][_0x5f9b48(0x122)](_0x4ef96d,_0x5b6a75))return _0x5f9b48(0x127);if(Object[_0x5f9b48(0x10f)][_0x5f9b48(0x126)][_0x5f9b48(0x122)](_0x3f3f48,_0x5b6a75))return _0x5f9b48(0x10e);return'project';}export function appDefinedIn(_0x537375,_0x1d9349,_0xd2984f,_0x518ca6){const _0x3937f7=a23_0x1149;if(_0x518ca6)return Object[_0x3937f7(0x10f)]['hasOwnProperty']['call'](_0xd2984f,_0x537375)?_0x3937f7(0x127):'global';const _0x2d548f=Object['prototype'][_0x3937f7(0x126)][_0x3937f7(0x122)](_0x1d9349,_0x537375),_0x3cb4e9=Object[_0x3937f7(0x10f)][_0x3937f7(0x126)][_0x3937f7(0x122)](_0xd2984f,_0x537375);if(_0x2d548f&&_0x3cb4e9)return'both';if(_0x3cb4e9)return _0x3937f7(0x127);return _0x3937f7(0x10e);}export function resolveDefaultAppSource(_0x50f558){const _0x467b2b=a23_0x1149,_0x421fd5=_0x50f558[_0x467b2b(0x11d)][_0x467b2b(0x110)]&&typeof _0x50f558['projectConfig'][_0x467b2b(0x110)]===_0x467b2b(0x10d)?_0x50f558[_0x467b2b(0x11d)][_0x467b2b(0x110)]:{};if('defaultApp'in _0x50f558[_0x467b2b(0x11d)])return _0x467b2b(0x127);if(Object[_0x467b2b(0x120)](_0x421fd5)[_0x467b2b(0x117)]>0x0)return _0x467b2b(0x127);if(_0x50f558[_0x467b2b(0x11d)][_0x467b2b(0x121)]===![])return null;if(_0x50f558[_0x467b2b(0x11e)][_0x467b2b(0x11f)])return _0x467b2b(0x10e);return null;}function a23_0x1149(_0x3089ef,_0x2241ac){_0x3089ef=_0x3089ef-0x10a;const _0x2eb11e=a23_0x2eb1();let _0x11494b=_0x2eb11e[_0x3089ef];return _0x11494b;}export function getConfigPath(_0xcf6e58={}){const _0x4161c6=a23_0x1149,_0x8820ea=_0xcf6e58['global']?_0x4161c6(0x10e):_0x4161c6(0x127);return resolveWriteConfigPath(_0x8820ea);}export function readConfig(_0x21b280={}){return readConfigFile(getConfigPath(_0x21b280));}export function writeConfig(_0x39c851,_0x4d3659={}){writeConfigFile(getConfigPath(_0x4d3659),_0x39c851);}export function scopeLabel(_0x417451){const _0x21d836=a23_0x1149;return _0x417451['global']?_0x21d836(0x116):'';}
@@ -1 +1 @@
1
- const a24_0x32c343=a24_0x2309;(function(_0x327056,_0x207abc){const _0x22b7d3=a24_0x2309,_0x2ebd54=_0x327056();while(!![]){try{const _0x3d0fce=-parseInt(_0x22b7d3(0x195))/0x1+-parseInt(_0x22b7d3(0x181))/0x2+parseInt(_0x22b7d3(0x192))/0x3+parseInt(_0x22b7d3(0x182))/0x4+-parseInt(_0x22b7d3(0x18c))/0x5*(-parseInt(_0x22b7d3(0x193))/0x6)+parseInt(_0x22b7d3(0x183))/0x7+-parseInt(_0x22b7d3(0x186))/0x8;if(_0x3d0fce===_0x207abc)break;else _0x2ebd54['push'](_0x2ebd54['shift']());}catch(_0x4cdbd5){_0x2ebd54['push'](_0x2ebd54['shift']());}}}(a24_0x1758,0x6a25d));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';function a24_0x2309(_0x51f89a,_0x5a231c){_0x51f89a=_0x51f89a-0x181;const _0x175879=a24_0x1758();let _0x2309eb=_0x175879[_0x51f89a];return _0x2309eb;}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':a24_0x32c343(0x187),'command':a24_0x32c343(0x194),'description':a24_0x32c343(0x188),'risk':'high-risk-write','args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x5cb511){readKeyArg(_0x5cb511);},async 'dryRun'(_0x52778b){const _0x206caa=a24_0x32c343,_0x3c50ea=readKeyArg(_0x52778b),_0x28ee1e=await mustGetByKey(_0x52778b[_0x206caa(0x18b)],_0x3c50ea);return asAppConfigDryRunResult(buildMutationData({'operation':_0x206caa(0x194),'appCode':_0x52778b[_0x206caa(0x18b)],'key':_0x3c50ea,'before':projectAppConfig(_0x28ee1e),'after':null,'dryRun':!![]}),{'method':_0x206caa(0x189),'url':DELETE_PATH});},async 'execute'(_0x1fd5a9){const _0x516efd=a24_0x32c343,_0x378b1b=readKeyArg(_0x1fd5a9),_0x33c72e=await mustGetByKey(_0x1fd5a9[_0x516efd(0x18b)],_0x378b1b);return await withAppConfigApiBoundary('delete',{'appCode':_0x1fd5a9[_0x516efd(0x18b)],'key':_0x378b1b},()=>deleteAppConfig({'appCode':_0x1fd5a9['appCode'],'id':requireAppConfigId(_0x33c72e,_0x378b1b,_0x1fd5a9[_0x516efd(0x18b)])})),{'ok':!![],'data':buildMutationData({'operation':_0x516efd(0x194),'appCode':_0x1fd5a9[_0x516efd(0x18b)],'key':_0x378b1b,'before':projectAppConfig(_0x33c72e),'after':null,'dryRun':![]}),'message':_0x516efd(0x18d)+_0x378b1b};}};async function mustGetByKey(_0x46b9a1,_0x2fc539){const _0x761a6f=a24_0x32c343,_0x346da9=await withAppConfigApiBoundary(_0x761a6f(0x190),{'appCode':_0x46b9a1,'key':_0x2fc539},()=>getAppConfigByKey(_0x46b9a1,_0x2fc539));if(!_0x346da9)throw CliErrors['validation'](_0x761a6f(0x18f)+_0x2fc539,_0x761a6f(0x184)+_0x46b9a1);return _0x346da9;}function a24_0x1758(){const _0x41dc8a=['apiError','1150656SVzPsX','app-config','Delete\x20one\x20runtime\x20app-config\x20key','POST','App\x20config\x20server\x20id\x20missing\x20for\x20key=','appCode','35OdfLAc','Deleted\x20app\x20config\x20','number','App\x20config\x20key\x20not\x20found:\x20','get','isFinite','239583yDsKCj','641988qDLJwC','delete','45473EjiMzQ','1608506BjIIeR','780596MyYJUk','2830401fawuXB','appCode:\x20'];a24_0x1758=function(){return _0x41dc8a;};return a24_0x1758();}function requireAppConfigId(_0x3fb0a5,_0x483b73,_0x2bd7a9){const _0x2e3cce=a24_0x32c343;if(typeof _0x3fb0a5['id']===_0x2e3cce(0x18e)&&Number[_0x2e3cce(0x191)](_0x3fb0a5['id'])&&_0x3fb0a5['id']>0x0)return _0x3fb0a5['id'];throw CliErrors[_0x2e3cce(0x185)](_0x2e3cce(0x18a)+_0x483b73+',\x20appCode='+_0x2bd7a9);}
1
+ const a24_0x1c2477=a24_0x3238;(function(_0x58b911,_0x3b322c){const _0xfcfabb=a24_0x3238,_0x93b885=_0x58b911();while(!![]){try{const _0x5a5877=-parseInt(_0xfcfabb(0x1ec))/0x1*(-parseInt(_0xfcfabb(0x1e4))/0x2)+parseInt(_0xfcfabb(0x1e7))/0x3+parseInt(_0xfcfabb(0x1e9))/0x4+-parseInt(_0xfcfabb(0x1de))/0x5*(parseInt(_0xfcfabb(0x1ea))/0x6)+parseInt(_0xfcfabb(0x1ed))/0x7+-parseInt(_0xfcfabb(0x1e8))/0x8*(-parseInt(_0xfcfabb(0x1ef))/0x9)+-parseInt(_0xfcfabb(0x1e1))/0xa*(parseInt(_0xfcfabb(0x1f2))/0xb);if(_0x5a5877===_0x3b322c)break;else _0x93b885['push'](_0x93b885['shift']());}catch(_0x40a54f){_0x93b885['push'](_0x93b885['shift']());}}}(a24_0x318a,0x272ff));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a24_0x3238(_0x54bede,_0x420eec){_0x54bede=_0x54bede-0x1de;const _0x318ab6=a24_0x318a();let _0x323862=_0x318ab6[_0x54bede];return _0x323862;}import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a24_0x1c2477(0x1ee);export const appConfigDelete={'service':a24_0x1c2477(0x1e6),'command':a24_0x1c2477(0x1df),'description':'Delete\x20one\x20runtime\x20app-config\x20key','risk':a24_0x1c2477(0x1e0),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x328884){readKeyArg(_0x328884);},async 'dryRun'(_0x2a88a9){const _0x56538c=a24_0x1c2477,_0x31d27f=readKeyArg(_0x2a88a9),_0x367609=await mustGetByKey(_0x2a88a9[_0x56538c(0x1f0)],_0x31d27f);return asAppConfigDryRunResult(buildMutationData({'operation':_0x56538c(0x1df),'appCode':_0x2a88a9[_0x56538c(0x1f0)],'key':_0x31d27f,'before':projectAppConfig(_0x367609),'after':null,'dryRun':!![]}),{'method':_0x56538c(0x1e2),'url':DELETE_PATH});},async 'execute'(_0x489326){const _0xf2c9e7=a24_0x1c2477,_0x35979f=readKeyArg(_0x489326),_0x3a3463=await mustGetByKey(_0x489326[_0xf2c9e7(0x1f0)],_0x35979f);return await withAppConfigApiBoundary(_0xf2c9e7(0x1df),{'appCode':_0x489326['appCode'],'key':_0x35979f},()=>deleteAppConfig({'appCode':_0x489326[_0xf2c9e7(0x1f0)],'id':requireAppConfigId(_0x3a3463,_0x35979f,_0x489326['appCode'])})),{'ok':!![],'data':buildMutationData({'operation':_0xf2c9e7(0x1df),'appCode':_0x489326[_0xf2c9e7(0x1f0)],'key':_0x35979f,'before':projectAppConfig(_0x3a3463),'after':null,'dryRun':![]}),'message':_0xf2c9e7(0x1eb)+_0x35979f};}};async function mustGetByKey(_0x92adf0,_0x391be3){const _0x19d75b=await withAppConfigApiBoundary('get',{'appCode':_0x92adf0,'key':_0x391be3},()=>getAppConfigByKey(_0x92adf0,_0x391be3));if(!_0x19d75b)throw CliErrors['validation']('App\x20config\x20key\x20not\x20found:\x20'+_0x391be3,'appCode:\x20'+_0x92adf0);return _0x19d75b;}function requireAppConfigId(_0x32e32b,_0xf5cc02,_0x5f1359){const _0x3d1a81=a24_0x1c2477;if(typeof _0x32e32b['id']==='number'&&Number[_0x3d1a81(0x1f1)](_0x32e32b['id'])&&_0x32e32b['id']>0x0)return _0x32e32b['id'];throw CliErrors['apiError'](_0x3d1a81(0x1e5)+_0xf5cc02+_0x3d1a81(0x1e3)+_0x5f1359);}function a24_0x318a(){const _0x1e167b=['App\x20config\x20server\x20id\x20missing\x20for\x20key=','app-config','396951Shkiyy','21944eNaCoZ','1143260hEytdR','447576QwDXkW','Deleted\x20app\x20config\x20','3TPKxgO','918946kxCxLa','/smartapi/app-config/delete','927oeJyyW','appCode','isFinite','755194SfQwps','5vHbbgB','delete','high-risk-write','120wFFXAD','POST',',\x20appCode=','151344kkYPKx'];a24_0x318a=function(){return _0x1e167b;};return a24_0x318a();}
@@ -1 +1 @@
1
- const a25_0x38495c=a25_0x492f;(function(_0xd0e1b1,_0x402c57){const _0x160bc7=a25_0x492f,_0x101234=_0xd0e1b1();while(!![]){try{const _0x5bd547=-parseInt(_0x160bc7(0xe5))/0x1*(parseInt(_0x160bc7(0xe4))/0x2)+parseInt(_0x160bc7(0xe7))/0x3+parseInt(_0x160bc7(0xe9))/0x4+-parseInt(_0x160bc7(0xec))/0x5*(-parseInt(_0x160bc7(0xe6))/0x6)+-parseInt(_0x160bc7(0xe3))/0x7+-parseInt(_0x160bc7(0xed))/0x8+parseInt(_0x160bc7(0xdf))/0x9;if(_0x5bd547===_0x402c57)break;else _0x101234['push'](_0x101234['shift']());}catch(_0x29f2a5){_0x101234['push'](_0x101234['shift']());}}}(a25_0x4aaa,0x5bbb2));import{getAppConfigByKey}from'../../core/api-client.js';function a25_0x4aaa(){const _0x28ffc3=['2286AAyCAY','903354sXDaEH','read','2941452OemJxA','App\x20config\x20key\x20not\x20found:\x20','app-config','895uPGiDG','5532832AfLmZT','\x20with\x20value\x20revealed','validation','appCode','\x20with\x20value\x20redacted','appCode:\x20','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','Loaded\x20app\x20config\x20','1922445PVyfJe','reveal','bool','get','432971YYFjCN','14NpqgFS','27014qMxrNk'];a25_0x4aaa=function(){return _0x28ffc3;};return a25_0x4aaa();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a25_0x492f(_0xbd832f,_0x3a32de){_0xbd832f=_0xbd832f-0xdf;const _0x4aaa3b=a25_0x4aaa();let _0x492f8e=_0x4aaa3b[_0xbd832f];return _0x492f8e;}import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a25_0x38495c(0xeb),'command':'get','description':a25_0x38495c(0xf3),'risk':a25_0x38495c(0xe8),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x2eb780){readKeyArg(_0x2eb780);},async 'execute'(_0x5f4e3){const _0x3c54c9=a25_0x38495c,_0x19894d=readKeyArg(_0x5f4e3),_0x4858bb=await withAppConfigApiBoundary(_0x3c54c9(0xe2),{'appCode':_0x5f4e3[_0x3c54c9(0xf0)],'key':_0x19894d},()=>getAppConfigByKey(_0x5f4e3[_0x3c54c9(0xf0)],_0x19894d));if(!_0x4858bb)throw CliErrors[_0x3c54c9(0xef)](_0x3c54c9(0xea)+_0x19894d,_0x3c54c9(0xf2)+_0x5f4e3[_0x3c54c9(0xf0)]);const _0x69654f=projectAppConfig(_0x4858bb,{'reveal':_0x5f4e3[_0x3c54c9(0xe1)](_0x3c54c9(0xe0))});return{'ok':!![],'data':{'config':_0x69654f},'message':_0x5f4e3['bool'](_0x3c54c9(0xe0))?_0x3c54c9(0xf4)+_0x19894d+_0x3c54c9(0xee):_0x3c54c9(0xf4)+_0x19894d+_0x3c54c9(0xf1)};}};
1
+ const a25_0x457895=a25_0x11bd;(function(_0x19d986,_0x23ce18){const _0x2ba78e=a25_0x11bd,_0x5532b3=_0x19d986();while(!![]){try{const _0x590c84=parseInt(_0x2ba78e(0x11d))/0x1+parseInt(_0x2ba78e(0x115))/0x2+-parseInt(_0x2ba78e(0x125))/0x3*(-parseInt(_0x2ba78e(0x127))/0x4)+parseInt(_0x2ba78e(0x123))/0x5+-parseInt(_0x2ba78e(0x11e))/0x6+-parseInt(_0x2ba78e(0x121))/0x7+-parseInt(_0x2ba78e(0x11a))/0x8*(parseInt(_0x2ba78e(0x119))/0x9);if(_0x590c84===_0x23ce18)break;else _0x5532b3['push'](_0x5532b3['shift']());}catch(_0x5490ee){_0x5532b3['push'](_0x5532b3['shift']());}}}(a25_0x3c21,0xeb613));import{getAppConfigByKey}from'../../core/api-client.js';function a25_0x3c21(){const _0x1258db=['get','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','1662354WKfICL','5123106xnLQCh','read','reveal','7172123VecFNB','Loaded\x20app\x20config\x20','667135QfJmsP','\x20with\x20value\x20redacted','21JBBvod','validation','984476yuroVG','app-config','App\x20config\x20key\x20not\x20found:\x20','2923740xzJYCU','bool','appCode','appCode:\x20','27AzKxfm','5701144xiEnYv'];a25_0x3c21=function(){return _0x1258db;};return a25_0x3c21();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a25_0x11bd(_0x7d1c8,_0x1c35fe){_0x7d1c8=_0x7d1c8-0x115;const _0x3c2197=a25_0x3c21();let _0x11bddd=_0x3c2197[_0x7d1c8];return _0x11bddd;}import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a25_0x457895(0x128),'command':a25_0x457895(0x11b),'description':a25_0x457895(0x11c),'risk':a25_0x457895(0x11f),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x53c2aa){readKeyArg(_0x53c2aa);},async 'execute'(_0x1e4631){const _0x4484f9=a25_0x457895,_0x217b73=readKeyArg(_0x1e4631),_0x2bd94d=await withAppConfigApiBoundary(_0x4484f9(0x11b),{'appCode':_0x1e4631[_0x4484f9(0x117)],'key':_0x217b73},()=>getAppConfigByKey(_0x1e4631['appCode'],_0x217b73));if(!_0x2bd94d)throw CliErrors[_0x4484f9(0x126)](_0x4484f9(0x129)+_0x217b73,_0x4484f9(0x118)+_0x1e4631[_0x4484f9(0x117)]);const _0x229abf=projectAppConfig(_0x2bd94d,{'reveal':_0x1e4631[_0x4484f9(0x116)](_0x4484f9(0x120))});return{'ok':!![],'data':{'config':_0x229abf},'message':_0x1e4631[_0x4484f9(0x116)](_0x4484f9(0x120))?'Loaded\x20app\x20config\x20'+_0x217b73+'\x20with\x20value\x20revealed':_0x4484f9(0x122)+_0x217b73+_0x4484f9(0x124)};}};
@@ -1 +1 @@
1
- (function(_0x141cfb,_0x56a9af){const _0x1b1fc1=a26_0x4ce8,_0xd02bff=_0x141cfb();while(!![]){try{const _0xc23ef=-parseInt(_0x1b1fc1(0x137))/0x1*(-parseInt(_0x1b1fc1(0x139))/0x2)+-parseInt(_0x1b1fc1(0x134))/0x3+parseInt(_0x1b1fc1(0x130))/0x4+parseInt(_0x1b1fc1(0x13a))/0x5*(parseInt(_0x1b1fc1(0x138))/0x6)+-parseInt(_0x1b1fc1(0x136))/0x7*(-parseInt(_0x1b1fc1(0x135))/0x8)+parseInt(_0x1b1fc1(0x133))/0x9*(-parseInt(_0x1b1fc1(0x131))/0xa)+-parseInt(_0x1b1fc1(0x132))/0xb;if(_0xc23ef===_0x56a9af)break;else _0xd02bff['push'](_0xd02bff['shift']());}catch(_0x2df1d2){_0xd02bff['push'](_0xd02bff['shift']());}}}(a26_0x42c1,0x79a8b));import{appConfigList}from'../../commands/app-config/list.js';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 a26_0x4ce8(_0x229fb4,_0x22679e){_0x229fb4=_0x229fb4-0x130;const _0x42c1a8=a26_0x42c1();let _0x4ce8c3=_0x42c1a8[_0x229fb4];return _0x4ce8c3;}export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];function a26_0x42c1(){const _0x315553=['11726264gGNSbC','507519jdXGNF','955398Olfnjq','256328ryUNsU','42SMQANJ','225721lMMBCM','1403718sfpaPq','8JJyQAH','10npyvaw','1504640Jtkfcq','10jTYAxW'];a26_0x42c1=function(){return _0x315553;};return a26_0x42c1();}
1
+ function a26_0xb048(_0x4935d3,_0x3302df){_0x4935d3=_0x4935d3-0x16f;const _0x208275=a26_0x2082();let _0xb048fc=_0x208275[_0x4935d3];return _0xb048fc;}function a26_0x2082(){const _0x1760f2=['5147750wDDCDp','153832SElBFr','5925205KfEFrQ','3749832ROUWRr','9758JnvKzJ','9OQzvzn','18kPEQTr','2798092pabsBW','822330zShAjh','3592majJmM'];a26_0x2082=function(){return _0x1760f2;};return a26_0x2082();}(function(_0x4cda32,_0x51875f){const _0x433497=a26_0xb048,_0x5d73b7=_0x4cda32();while(!![]){try{const _0x94c98a=-parseInt(_0x433497(0x171))/0x1*(parseInt(_0x433497(0x176))/0x2)+-parseInt(_0x433497(0x173))/0x3+parseInt(_0x433497(0x172))/0x4+parseInt(_0x433497(0x177))/0x5+-parseInt(_0x433497(0x178))/0x6+parseInt(_0x433497(0x16f))/0x7*(parseInt(_0x433497(0x174))/0x8)+parseInt(_0x433497(0x170))/0x9*(parseInt(_0x433497(0x175))/0xa);if(_0x94c98a===_0x51875f)break;else _0x5d73b7['push'](_0x5d73b7['shift']());}catch(_0x2c6e01){_0x5d73b7['push'](_0x5d73b7['shift']());}}}(a26_0x2082,0xb512b));import{appConfigList}from'../../commands/app-config/list.js';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 a27_0x4ac985=a27_0x2ac2;(function(_0x1d9e2d,_0x18be7f){const _0x59134f=a27_0x2ac2,_0x593a59=_0x1d9e2d();while(!![]){try{const _0x1cfa43=-parseInt(_0x59134f(0x152))/0x1+parseInt(_0x59134f(0x14b))/0x2+-parseInt(_0x59134f(0x154))/0x3+parseInt(_0x59134f(0x146))/0x4*(parseInt(_0x59134f(0x149))/0x5)+parseInt(_0x59134f(0x148))/0x6+parseInt(_0x59134f(0x14c))/0x7*(-parseInt(_0x59134f(0x140))/0x8)+-parseInt(_0x59134f(0x142))/0x9;if(_0x1cfa43===_0x18be7f)break;else _0x593a59['push'](_0x593a59['shift']());}catch(_0x1d7581){_0x593a59['push'](_0x593a59['shift']());}}}(a27_0x384c,0x9e27a));function a27_0x384c(){const _0x20a419=['key','appCode','map','Found\x20','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','40554XXldEx','\x20app\x20config(s)','2546016QJVdxS','string','856hBXWpK','length','147924IMgRbI','trim','read','str','1341552FxNubq','app-config','4018686CCbNtz','5hlTmMq','list','1246390gdreaA','4900kiMFNR'];a27_0x384c=function(){return _0x20a419;};return a27_0x384c();}function a27_0x2ac2(_0x1ff979,_0x4375d8){_0x1ff979=_0x1ff979-0x13f;const _0x384c0a=a27_0x384c();let _0x2ac2c0=_0x384c0a[_0x1ff979];return _0x2ac2c0;}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':a27_0x4ac985(0x147),'command':a27_0x4ac985(0x14a),'description':a27_0x4ac985(0x151),'risk':a27_0x4ac985(0x144),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a27_0x4ac985(0x14d),'type':a27_0x4ac985(0x13f),'description':'Filter\x20by\x20exact\x20config\x20key'},TAGS_FLAG],async 'validate'(_0x543cb1){const _0x2c0e14=a27_0x4ac985,_0x206c6e=_0x543cb1[_0x2c0e14(0x145)]('key')[_0x2c0e14(0x143)]();if(_0x206c6e)validateKey(_0x206c6e);readOptionalTags(_0x543cb1);},async 'execute'(_0x39a6fd){const _0x47afa4=a27_0x4ac985,_0x3da13b=_0x39a6fd[_0x47afa4(0x145)](_0x47afa4(0x14d))['trim']()||undefined,_0x3a963a=readOptionalTags(_0x39a6fd),_0x18697d=await withAppConfigApiBoundary(_0x47afa4(0x14a),{'appCode':_0x39a6fd[_0x47afa4(0x14e)]},()=>listAppConfigs(_0x39a6fd[_0x47afa4(0x14e)],{'key':_0x3da13b,'tags':_0x3a963a})),_0x303f3b=_0x18697d[_0x47afa4(0x14f)](_0x2e5b01=>projectAppConfig(_0x2e5b01));return{'ok':!![],'data':{'appCode':_0x39a6fd[_0x47afa4(0x14e)],'count':_0x303f3b['length'],'configs':_0x303f3b},'message':_0x47afa4(0x150)+_0x303f3b[_0x47afa4(0x141)]+_0x47afa4(0x153)};}};
1
+ const a27_0x22262c=a27_0x52c0;function a27_0x2563(){const _0x385199=['139513tmRLux','682838ZFaLwe','1076024epRSlQ','Filter\x20by\x20exact\x20config\x20key','63SubjVY','1197FoFyKC','140AQtjSb','12668EQVdnW','trim','str','key','525201SOSZoB','string','Found\x20','appCode','12732YwbfOc','length','app-config','490jMxSHH','1962099guioPP','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','read','list'];a27_0x2563=function(){return _0x385199;};return a27_0x2563();}(function(_0x4f5234,_0x97c65b){const _0x34c0c5=a27_0x52c0,_0x366799=_0x4f5234();while(!![]){try{const _0x204e3a=-parseInt(_0x34c0c5(0x13f))/0x1+parseInt(_0x34c0c5(0x14c))/0x2+parseInt(_0x34c0c5(0x147))/0x3+-parseInt(_0x34c0c5(0x152))/0x4*(parseInt(_0x34c0c5(0x146))/0x5)+-parseInt(_0x34c0c5(0x143))/0x6*(parseInt(_0x34c0c5(0x150))/0x7)+-parseInt(_0x34c0c5(0x14d))/0x8*(-parseInt(_0x34c0c5(0x14f))/0x9)+-parseInt(_0x34c0c5(0x151))/0xa*(parseInt(_0x34c0c5(0x14b))/0xb);if(_0x204e3a===_0x97c65b)break;else _0x366799['push'](_0x366799['shift']());}catch(_0x5dd22d){_0x366799['push'](_0x366799['shift']());}}}(a27_0x2563,0x88f56));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';function a27_0x52c0(_0x44ce65,_0x16f956){_0x44ce65=_0x44ce65-0x13c;const _0x25639d=a27_0x2563();let _0x52c050=_0x25639d[_0x44ce65];return _0x52c050;}export const appConfigList={'service':a27_0x22262c(0x145),'command':a27_0x22262c(0x14a),'description':a27_0x22262c(0x148),'risk':a27_0x22262c(0x149),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a27_0x22262c(0x13e),'type':a27_0x22262c(0x140),'description':a27_0x22262c(0x14e)},TAGS_FLAG],async 'validate'(_0xd3f1b7){const _0x3f70e2=a27_0x22262c,_0x1700fe=_0xd3f1b7[_0x3f70e2(0x13d)](_0x3f70e2(0x13e))['trim']();if(_0x1700fe)validateKey(_0x1700fe);readOptionalTags(_0xd3f1b7);},async 'execute'(_0x1ded87){const _0x3d076f=a27_0x22262c,_0x36872b=_0x1ded87['str'](_0x3d076f(0x13e))[_0x3d076f(0x13c)]()||undefined,_0x37132e=readOptionalTags(_0x1ded87),_0x2efdd2=await withAppConfigApiBoundary(_0x3d076f(0x14a),{'appCode':_0x1ded87['appCode']},()=>listAppConfigs(_0x1ded87[_0x3d076f(0x142)],{'key':_0x36872b,'tags':_0x37132e})),_0x3cd444=_0x2efdd2['map'](_0x280a4f=>projectAppConfig(_0x280a4f));return{'ok':!![],'data':{'appCode':_0x1ded87[_0x3d076f(0x142)],'count':_0x3cd444[_0x3d076f(0x144)],'configs':_0x3cd444},'message':_0x3d076f(0x141)+_0x3cd444[_0x3d076f(0x144)]+'\x20app\x20config(s)'};}};
@@ -1 +1 @@
1
- const a28_0x24d9d8=a28_0x3b24;(function(_0x4fac5c,_0x5a5902){const _0x396390=a28_0x3b24,_0x4f5790=_0x4fac5c();while(!![]){try{const _0x2b1305=-parseInt(_0x396390(0xb7))/0x1*(-parseInt(_0x396390(0xb1))/0x2)+parseInt(_0x396390(0xa9))/0x3+parseInt(_0x396390(0xae))/0x4*(parseInt(_0x396390(0xbc))/0x5)+-parseInt(_0x396390(0xba))/0x6*(-parseInt(_0x396390(0xbb))/0x7)+parseInt(_0x396390(0xbd))/0x8+parseInt(_0x396390(0xa7))/0x9*(-parseInt(_0x396390(0xbe))/0xa)+parseInt(_0x396390(0xb8))/0xb*(-parseInt(_0x396390(0xb2))/0xc);if(_0x2b1305===_0x5a5902)break;else _0x4f5790['push'](_0x4f5790['shift']());}catch(_0xacfed6){_0x4f5790['push'](_0x4f5790['shift']());}}}(a28_0x2a42,0x9f0d6));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';function a28_0x3b24(_0x3f4c86,_0x593f71){_0x3f4c86=_0x3f4c86-0x9e;const _0x2a4283=a28_0x2a42();let _0x3b242f=_0x2a4283[_0x3f4c86];return _0x3b242f;}import{CliErrors}from'../../errors.js';function a28_0x2a42(){const _0x3aba89=['App\x20config\x20server\x20id\x20missing\x20for\x20key=','2142LmUniV','appCode','310131ChwEWz','set',',\x20appCode=','get','/smartapi/app-config/update','68TtKvzo','update','/smartapi/app-config/create','72526HhPVVs','3868404RXwvzN','Read\x20config\x20value\x20from\x20file','file','\x20app\x20config\x20','high-risk-write','1yaHhSy','22asDlWl','apiError','7051494qnZkNI','7eRuixW','40945wicFSf','5842608wnYPVC','37320wOFTpn','number','string','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','app-config','Updated','POST','isFinite','tags'];a28_0x2a42=function(){return _0x3aba89;};return a28_0x2a42();}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=a28_0x24d9d8(0xb0),UPDATE_PATH=a28_0x24d9d8(0xad);export const appConfigSet={'service':a28_0x24d9d8(0xa1),'command':a28_0x24d9d8(0xaa),'description':a28_0x24d9d8(0xa0),'risk':a28_0x24d9d8(0xb6),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a28_0x24d9d8(0xb4),'type':a28_0x24d9d8(0x9f),'description':a28_0x24d9d8(0xb3)}],async 'validate'(_0x515280){readKeyArg(_0x515280),readOptionalTags(_0x515280),assertSingleValueSource(_0x515280);},async 'dryRun'(_0x7c734c){const _0x28864d=a28_0x24d9d8,_0x10745d=readKeyArg(_0x7c734c),_0xe62e6b=readOptionalTags(_0x7c734c),_0x3451da=assertSingleValueSource(_0x7c734c);await assertValueSourceReadable(_0x3451da);const _0x58bc63=await withAppConfigApiBoundary(_0x28864d(0xac),{'appCode':_0x7c734c[_0x28864d(0xa8)],'key':_0x10745d},()=>getAppConfigByKey(_0x7c734c[_0x28864d(0xa8)],_0x10745d)),_0x3753f=_0x58bc63?_0x28864d(0xaf):'create',_0x578849=_0x58bc63?projectAppConfig(_0x58bc63):null,_0x2e7a93=plannedAppConfig({'appCode':_0x7c734c[_0x28864d(0xa8)],'key':_0x10745d,'tags':_0xe62e6b??_0x58bc63?.[_0x28864d(0xa5)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x3753f,'appCode':_0x7c734c[_0x28864d(0xa8)],'key':_0x10745d,'before':_0x578849,'after':_0x2e7a93,'dryRun':!![]}),{'method':_0x28864d(0xa3),'url':_0x3753f===_0x28864d(0xaf)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x7b4a03){const _0x58824f=a28_0x24d9d8,_0x4521e4=readKeyArg(_0x7b4a03),_0x4e1dd9=readOptionalTags(_0x7b4a03),_0x26d2ec=await withAppConfigApiBoundary(_0x58824f(0xac),{'appCode':_0x7b4a03['appCode'],'key':_0x4521e4},()=>getAppConfigByKey(_0x7b4a03['appCode'],_0x4521e4)),_0x24ef84=_0x26d2ec?projectAppConfig(_0x26d2ec):null,_0x9b1d69=_0x26d2ec?_0x58824f(0xaf):'create',{value:_0x59f0d3,warnings:_0x293dba}=await readAppConfigValue(_0x7b4a03),_0x138c18={'appCode':_0x7b4a03[_0x58824f(0xa8)],'key':_0x4521e4,'value':_0x59f0d3,'tags':_0x4e1dd9??_0x26d2ec?.[_0x58824f(0xa5)]??undefined};await withAppConfigApiBoundary(_0x9b1d69,{'appCode':_0x7b4a03[_0x58824f(0xa8)],'key':_0x4521e4},async()=>{const _0x73b499=_0x58824f;_0x26d2ec?await updateAppConfig({..._0x138c18,'id':requireAppConfigId(_0x26d2ec,_0x4521e4,_0x7b4a03[_0x73b499(0xa8)])}):await createAppConfig(_0x138c18);});const _0x35ad1e=await withAppConfigApiBoundary('get',{'appCode':_0x7b4a03['appCode'],'key':_0x4521e4},()=>getAppConfigByKey(_0x7b4a03[_0x58824f(0xa8)],_0x4521e4)),_0x3a9a19=_0x35ad1e?projectAppConfig(_0x35ad1e):plannedAppConfig({'appCode':_0x7b4a03[_0x58824f(0xa8)],'key':_0x4521e4,'tags':_0x138c18[_0x58824f(0xa5)],'hasValue':_0x59f0d3!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x9b1d69,'appCode':_0x7b4a03[_0x58824f(0xa8)],'key':_0x4521e4,'before':_0x24ef84,'after':_0x3a9a19,'dryRun':![],'warnings':_0x293dba}),'message':(_0x9b1d69===_0x58824f(0xaf)?_0x58824f(0xa2):'Created')+_0x58824f(0xb5)+_0x4521e4};}};function requireAppConfigId(_0x250619,_0x41c983,_0x35e254){const _0x15f915=a28_0x24d9d8;if(typeof _0x250619['id']===_0x15f915(0x9e)&&Number[_0x15f915(0xa4)](_0x250619['id'])&&_0x250619['id']>0x0)return _0x250619['id'];throw CliErrors[_0x15f915(0xb9)](_0x15f915(0xa6)+_0x41c983+_0x15f915(0xab)+_0x35e254);}
1
+ const a28_0xeb9063=a28_0x4583;(function(_0x29928c,_0x1ee168){const _0x305beb=a28_0x4583,_0x38b78a=_0x29928c();while(!![]){try{const _0xb21503=parseInt(_0x305beb(0xe6))/0x1+parseInt(_0x305beb(0xef))/0x2*(-parseInt(_0x305beb(0xe1))/0x3)+-parseInt(_0x305beb(0xe3))/0x4*(parseInt(_0x305beb(0xf0))/0x5)+-parseInt(_0x305beb(0xde))/0x6+-parseInt(_0x305beb(0xea))/0x7*(-parseInt(_0x305beb(0xed))/0x8)+-parseInt(_0x305beb(0xe0))/0x9+-parseInt(_0x305beb(0xf1))/0xa*(-parseInt(_0x305beb(0xe4))/0xb);if(_0xb21503===_0x1ee168)break;else _0x38b78a['push'](_0x38b78a['shift']());}catch(_0x5e4103){_0x38b78a['push'](_0x38b78a['shift']());}}}(a28_0x12e8,0xe0434));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';function a28_0x12e8(){const _0x47574f=['app-config','update','3092873LRdOVI','Created','create','32cGLHeW','file','518qqYxiR','3139490tbcoGf','64160evadcg','/smartapi/app-config/update','get',',\x20appCode=','isFinite','appCode','Read\x20config\x20value\x20from\x20file','tags','8215068jaaCVD','high-risk-write','340560dtucLV','14019oiZMqS','apiError','8ZwYkHF','2123rEBtcr','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','1786057JRtatL','POST'];a28_0x12e8=function(){return _0x47574f;};return a28_0x12e8();}function a28_0x4583(_0x3ea9aa,_0x3421da){_0x3ea9aa=_0x3ea9aa-0xd7;const _0x12e8e0=a28_0x12e8();let _0x4583b0=_0x12e8e0[_0x3ea9aa];return _0x4583b0;}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=a28_0xeb9063(0xd7);export const appConfigSet={'service':a28_0xeb9063(0xe8),'command':'set','description':a28_0xeb9063(0xe5),'risk':a28_0xeb9063(0xdf),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a28_0xeb9063(0xee),'type':'string','description':a28_0xeb9063(0xdc)}],async 'validate'(_0x5cd193){readKeyArg(_0x5cd193),readOptionalTags(_0x5cd193),assertSingleValueSource(_0x5cd193);},async 'dryRun'(_0x4352f7){const _0x368d75=a28_0xeb9063,_0x374a1f=readKeyArg(_0x4352f7),_0x3e6b4b=readOptionalTags(_0x4352f7),_0x6b4321=assertSingleValueSource(_0x4352f7);await assertValueSourceReadable(_0x6b4321);const _0x1880cf=await withAppConfigApiBoundary(_0x368d75(0xd8),{'appCode':_0x4352f7['appCode'],'key':_0x374a1f},()=>getAppConfigByKey(_0x4352f7[_0x368d75(0xdb)],_0x374a1f)),_0xfa0dc4=_0x1880cf?'update':_0x368d75(0xec),_0x2fbaf5=_0x1880cf?projectAppConfig(_0x1880cf):null,_0x3a318f=plannedAppConfig({'appCode':_0x4352f7['appCode'],'key':_0x374a1f,'tags':_0x3e6b4b??_0x1880cf?.[_0x368d75(0xdd)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0xfa0dc4,'appCode':_0x4352f7[_0x368d75(0xdb)],'key':_0x374a1f,'before':_0x2fbaf5,'after':_0x3a318f,'dryRun':!![]}),{'method':_0x368d75(0xe7),'url':_0xfa0dc4===_0x368d75(0xe9)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x1b1dd7){const _0x343133=a28_0xeb9063,_0x22b5a0=readKeyArg(_0x1b1dd7),_0x2c4166=readOptionalTags(_0x1b1dd7),_0x3a298a=await withAppConfigApiBoundary('get',{'appCode':_0x1b1dd7[_0x343133(0xdb)],'key':_0x22b5a0},()=>getAppConfigByKey(_0x1b1dd7[_0x343133(0xdb)],_0x22b5a0)),_0x3806d1=_0x3a298a?projectAppConfig(_0x3a298a):null,_0xa197e0=_0x3a298a?'update':_0x343133(0xec),{value:_0x42939b,warnings:_0x2c9c42}=await readAppConfigValue(_0x1b1dd7),_0x2eff30={'appCode':_0x1b1dd7[_0x343133(0xdb)],'key':_0x22b5a0,'value':_0x42939b,'tags':_0x2c4166??_0x3a298a?.['tags']??undefined};await withAppConfigApiBoundary(_0xa197e0,{'appCode':_0x1b1dd7['appCode'],'key':_0x22b5a0},async()=>{_0x3a298a?await updateAppConfig({..._0x2eff30,'id':requireAppConfigId(_0x3a298a,_0x22b5a0,_0x1b1dd7['appCode'])}):await createAppConfig(_0x2eff30);});const _0x45713b=await withAppConfigApiBoundary(_0x343133(0xd8),{'appCode':_0x1b1dd7[_0x343133(0xdb)],'key':_0x22b5a0},()=>getAppConfigByKey(_0x1b1dd7[_0x343133(0xdb)],_0x22b5a0)),_0x5bd116=_0x45713b?projectAppConfig(_0x45713b):plannedAppConfig({'appCode':_0x1b1dd7['appCode'],'key':_0x22b5a0,'tags':_0x2eff30[_0x343133(0xdd)],'hasValue':_0x42939b!==''});return{'ok':!![],'data':buildMutationData({'operation':_0xa197e0,'appCode':_0x1b1dd7[_0x343133(0xdb)],'key':_0x22b5a0,'before':_0x3806d1,'after':_0x5bd116,'dryRun':![],'warnings':_0x2c9c42}),'message':(_0xa197e0===_0x343133(0xe9)?'Updated':_0x343133(0xeb))+'\x20app\x20config\x20'+_0x22b5a0};}};function requireAppConfigId(_0xa45a46,_0x571bd8,_0x33080a){const _0x48db76=a28_0xeb9063;if(typeof _0xa45a46['id']==='number'&&Number[_0x48db76(0xda)](_0xa45a46['id'])&&_0xa45a46['id']>0x0)return _0xa45a46['id'];throw CliErrors[_0x48db76(0xe2)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x571bd8+_0x48db76(0xd9)+_0x33080a);}
@@ -1 +1 @@
1
- function a29_0x594d(_0x3270d7,_0x49d538){_0x3270d7=_0x3270d7-0x8b;const _0x554117=a29_0x5541();let _0x594d18=_0x554117[_0x3270d7];return _0x594d18;}const a29_0x1091a6=a29_0x594d;(function(_0x27701a,_0x21ae0c){const _0x44de23=a29_0x594d,_0x4f0679=_0x27701a();while(!![]){try{const _0x2dd63b=-parseInt(_0x44de23(0xae))/0x1+parseInt(_0x44de23(0xbe))/0x2*(-parseInt(_0x44de23(0x9b))/0x3)+parseInt(_0x44de23(0x9e))/0x4+parseInt(_0x44de23(0xa9))/0x5+-parseInt(_0x44de23(0xa0))/0x6+parseInt(_0x44de23(0xb7))/0x7+parseInt(_0x44de23(0xa7))/0x8;if(_0x2dd63b===_0x21ae0c)break;else _0x4f0679['push'](_0x4f0679['shift']());}catch(_0x389ee2){_0x4f0679['push'](_0x4f0679['shift']());}}}(a29_0x5541,0x1e0ef));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':a29_0x1091a6(0xba),'description':'Runtime\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':a29_0x1091a6(0xc0),'description':a29_0x1091a6(0xa4),'required':![]};export const TAGS_FLAG={'name':a29_0x1091a6(0xcd),'type':a29_0x1091a6(0xa2),'description':a29_0x1091a6(0xaf)};export const STDIN_FLAG={'name':a29_0x1091a6(0xc8),'type':'boolean','description':a29_0x1091a6(0x95),'default':![]};export const FROM_ENV_FLAG={'name':'from-env','type':a29_0x1091a6(0xa2),'description':a29_0x1091a6(0x94)};export const REVEAL_FLAG={'name':a29_0x1091a6(0xa5),'type':'boolean','description':'Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','default':![]};export function readKeyArg(_0x3a366d){const _0x63da6f=a29_0x1091a6,_0x3ab9d7=_0x3a366d[_0x63da6f(0xc3)][0x0]?.[_0x63da6f(0x8e)]()??'';return validateKey(_0x3ab9d7),_0x3ab9d7;}export function readOptionalTags(_0x16f667){const _0x4c35d6=a29_0x1091a6,_0x35b0eb=_0x16f667[_0x4c35d6(0xa1)](_0x4c35d6(0xcd))['trim']();if(!_0x35b0eb)return undefined;if(_0x35b0eb[_0x4c35d6(0xb4)]>0x20)throw CliErrors['validation'](_0x4c35d6(0x97));return _0x35b0eb;}export function validateKey(_0x3b21b1){const _0xc3b85=a29_0x1091a6;if(!_0x3b21b1)throw CliErrors[_0xc3b85(0x9a)]('Missing\x20app-config\x20key.');if(_0x3b21b1['length']>0x100)throw CliErrors[_0xc3b85(0x9a)](_0xc3b85(0xa8));}export function projectAppConfig(_0x4884aa,_0x9baa7e){const _0x395b6b=a29_0x1091a6,_0x39799e=_0x4884aa[_0x395b6b(0xc0)]!==undefined&&_0x4884aa[_0x395b6b(0xc0)]!==null&&_0x4884aa[_0x395b6b(0xc0)]!=='',_0x359312={'appCode':_0x4884aa[_0x395b6b(0x91)],'key':_0x4884aa[_0x395b6b(0xba)],'tags':_0x4884aa['tags']??undefined,'hasValue':_0x39799e,'valueRedacted':_0x39799e&&!_0x9baa7e?.['reveal'],'gmtCreate':_0x4884aa[_0x395b6b(0x9d)],'gmtModified':_0x4884aa[_0x395b6b(0xc2)]};return _0x9baa7e?.['reveal']&&(_0x359312[_0x395b6b(0xc0)]=_0x4884aa[_0x395b6b(0xc0)]??'',_0x359312[_0x395b6b(0x96)]=![]),_0x359312;}export function plannedAppConfig(_0x255984){const _0x1764b5=a29_0x1091a6,_0x15c254=_0x255984[_0x1764b5(0xb3)]??!![];return{'appCode':_0x255984[_0x1764b5(0x91)],'key':_0x255984[_0x1764b5(0xba)],'tags':_0x255984[_0x1764b5(0xcd)]??undefined,'hasValue':_0x15c254,'valueRedacted':_0x15c254};}export function buildMutationData(_0x43bd83){const _0x1d5410=a29_0x1091a6;return{'operation':_0x43bd83[_0x1d5410(0xc7)],'selector':{'appCode':_0x43bd83[_0x1d5410(0x91)],'key':_0x43bd83[_0x1d5410(0xba)]},'before':_0x43bd83[_0x1d5410(0x8c)],'after':_0x43bd83[_0x1d5410(0xcb)],'dryRun':_0x43bd83[_0x1d5410(0x8f)],'warnings':_0x43bd83[_0x1d5410(0x93)]??[]};}export async function withAppConfigApiBoundary(_0x1fdbd5,_0x509712,_0xa92a42){const _0x1b8889=a29_0x1091a6;try{return await _0xa92a42();}catch{const _0xa3dbbb=[_0x1b8889(0xbf)+_0x509712[_0x1b8889(0x91)]];if(_0x509712[_0x1b8889(0xba)])_0xa3dbbb[_0x1b8889(0xb1)](_0x1b8889(0xc9)+_0x509712[_0x1b8889(0xba)]);_0xa3dbbb[_0x1b8889(0xb1)](_0x1b8889(0xc1));throw CliErrors[_0x1b8889(0xab)](_0x1b8889(0x9c)+_0x1fdbd5+_0x1b8889(0xbb),_0xa3dbbb[_0x1b8889(0xb0)](';\x20')+'.');}}export function asAppConfigDryRunResult(_0x8274d1,_0xab69d8){const _0x986de4=a29_0x1091a6;return Object['defineProperties'](_0x8274d1,{'method':{'value':_0xab69d8[_0x986de4(0x92)],'enumerable':![]},'url':{'value':_0xab69d8[_0x986de4(0xcc)],'enumerable':![]}});}export function assertSingleValueSource(_0x1ade72){const _0xfbd7e7=a29_0x1091a6,_0x1925b6=[];_0x1ade72[_0xfbd7e7(0xc3)]['length']>0x1&&_0x1925b6['push']({'kind':'argument','value':_0x1ade72['args'][_0xfbd7e7(0x8b)](0x1)[_0xfbd7e7(0xb0)]('\x20')});const _0x1b7952=_0x1ade72[_0xfbd7e7(0xaa)](_0xfbd7e7(0xc0));_0x1b7952!==undefined&&_0x1b7952!==null&&_0x1925b6[_0xfbd7e7(0xb1)]({'kind':_0xfbd7e7(0xc6),'value':String(_0x1b7952)});_0x1ade72[_0xfbd7e7(0x98)](_0xfbd7e7(0xc8))&&_0x1925b6['push']({'kind':_0xfbd7e7(0xc8)});const _0xcbc066=_0x1ade72[_0xfbd7e7(0xa1)](_0xfbd7e7(0xb9))['trim']();_0xcbc066&&_0x1925b6[_0xfbd7e7(0xb1)]({'kind':_0xfbd7e7(0xbc),'name':_0xcbc066});const _0x18ee2d=_0x1ade72['str'](_0xfbd7e7(0xbd))[_0xfbd7e7(0x8e)]();_0x18ee2d&&_0x1925b6[_0xfbd7e7(0xb1)]({'kind':_0xfbd7e7(0xbd),'path':_0x18ee2d});if(_0x1925b6[_0xfbd7e7(0xb4)]===0x0)throw CliErrors[_0xfbd7e7(0x9a)](_0xfbd7e7(0xb8),_0xfbd7e7(0xa3));if(_0x1925b6[_0xfbd7e7(0xb4)]>0x1)throw CliErrors[_0xfbd7e7(0x9a)](_0xfbd7e7(0xad),_0xfbd7e7(0xb2));return _0x1925b6[0x0];}function a29_0x5541(){const _0x325d6a=['key','\x20app\x20config.','env','file','6118iUmMfz','appCode:\x20','value','value\x20is\x20redacted','gmtModified','args','utf8','once','argument','operation','stdin','key:\x20','setEncoding','after','url','tags','kind','slice','before','Environment\x20variable\x20is\x20not\x20set:\x20','trim','dryRun','Value\x20file\x20is\x20not\x20readable:\x20','appCode','method','warnings','Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable','Read\x20config\x20value\x20from\x20stdin','valueRedacted','App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.','bool','path','validation','75NwxCoA','Failed\x20to\x20','gmtCreate','224420Zzopib','Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','1337988oGfiQF','str','string','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','reveal','name','2641592EFukdp','App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.','932055hzhnjT','flag','apiError','end','App\x20config\x20value\x20source\x20is\x20ambiguous.','243607emeJxV','Config\x20tags\x20for\x20filtering/display\x20metadata','join','push','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','hasValue','length','error','data','654388aIIRkY','Missing\x20app-config\x20value\x20source.','from-env'];a29_0x5541=function(){return _0x325d6a;};return a29_0x5541();}export async function assertValueSourceReadable(_0x5a6dc3){const _0x17b1e5=a29_0x1091a6;if(_0x5a6dc3[_0x17b1e5(0xce)]===_0x17b1e5(0xbc)&&!(_0x5a6dc3['name']in process.env))throw CliErrors['validation'](_0x17b1e5(0x8d)+_0x5a6dc3[_0x17b1e5(0xa6)]);if(_0x5a6dc3[_0x17b1e5(0xce)]===_0x17b1e5(0xbd))try{await access(_0x5a6dc3['path']);}catch{throw CliErrors[_0x17b1e5(0x9a)](_0x17b1e5(0x90)+_0x5a6dc3[_0x17b1e5(0x99)]);}}export async function readAppConfigValue(_0x3292cb){const _0x4fa8c9=a29_0x1091a6,_0x578158=assertSingleValueSource(_0x3292cb),_0x490384=[];if(_0x578158[_0x4fa8c9(0xce)]===_0x4fa8c9(0xc6))return _0x490384[_0x4fa8c9(0xb1)](_0x4fa8c9(0x9f)),{'value':_0x578158[_0x4fa8c9(0xc0)]??'','source':_0x578158['kind'],'warnings':_0x490384};if(_0x578158[_0x4fa8c9(0xce)]==='stdin')return{'value':await readStdin(),'source':_0x578158[_0x4fa8c9(0xce)],'warnings':_0x490384};if(_0x578158[_0x4fa8c9(0xce)]===_0x4fa8c9(0xbc)){if(!(_0x578158[_0x4fa8c9(0xa6)]in process.env))throw CliErrors[_0x4fa8c9(0x9a)]('Environment\x20variable\x20is\x20not\x20set:\x20'+_0x578158[_0x4fa8c9(0xa6)]);return{'value':process.env[_0x578158.name]??'','source':_0x578158[_0x4fa8c9(0xce)],'warnings':_0x490384};}return{'value':await readFile(_0x578158[_0x4fa8c9(0x99)],_0x4fa8c9(0xc4)),'source':_0x578158[_0x4fa8c9(0xce)],'warnings':_0x490384};}function readStdin(){return new Promise((_0x2d881a,_0x22c8bf)=>{const _0x371826=a29_0x594d;let _0x5e5a97='';process[_0x371826(0xc8)][_0x371826(0xca)](_0x371826(0xc4)),process[_0x371826(0xc8)]['on'](_0x371826(0xb6),_0x85aa72=>{_0x5e5a97+=_0x85aa72;}),process[_0x371826(0xc8)][_0x371826(0xc5)](_0x371826(0xac),()=>_0x2d881a(_0x5e5a97)),process['stdin'][_0x371826(0xc5)](_0x371826(0xb5),_0x22c8bf);});}
1
+ const a29_0x2a2516=a29_0x25bb;(function(_0x391000,_0xd821fe){const _0x19d634=a29_0x25bb,_0x4f2135=_0x391000();while(!![]){try{const _0x25a903=-parseInt(_0x19d634(0xf9))/0x1*(parseInt(_0x19d634(0xcc))/0x2)+parseInt(_0x19d634(0xd1))/0x3+-parseInt(_0x19d634(0xcd))/0x4+-parseInt(_0x19d634(0xfe))/0x5+-parseInt(_0x19d634(0xf4))/0x6+parseInt(_0x19d634(0xdd))/0x7+parseInt(_0x19d634(0xfb))/0x8;if(_0x25a903===_0xd821fe)break;else _0x4f2135['push'](_0x4f2135['shift']());}catch(_0x4bba13){_0x4f2135['push'](_0x4f2135['shift']());}}}(a29_0x4323,0x74650));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':'key','description':'Runtime\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':'value','description':a29_0x2a2516(0xdf),'required':![]};export const TAGS_FLAG={'name':a29_0x2a2516(0xd9),'type':a29_0x2a2516(0xd8),'description':a29_0x2a2516(0xe8)};export const STDIN_FLAG={'name':'stdin','type':'boolean','description':'Read\x20config\x20value\x20from\x20stdin','default':![]};export const FROM_ENV_FLAG={'name':a29_0x2a2516(0xe1),'type':a29_0x2a2516(0xd8),'description':'Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable'};export const REVEAL_FLAG={'name':a29_0x2a2516(0xe3),'type':a29_0x2a2516(0xd0),'description':a29_0x2a2516(0xf1),'default':![]};export function readKeyArg(_0x2778aa){const _0x804311=a29_0x2a2516,_0x6665db=_0x2778aa[_0x804311(0xcb)][0x0]?.[_0x804311(0xf3)]()??'';return validateKey(_0x6665db),_0x6665db;}export function readOptionalTags(_0x1e2ac8){const _0x55f63=a29_0x2a2516,_0x227a87=_0x1e2ac8[_0x55f63(0xdb)](_0x55f63(0xd9))[_0x55f63(0xf3)]();if(!_0x227a87)return undefined;if(_0x227a87[_0x55f63(0xfd)]>0x20)throw CliErrors[_0x55f63(0xf0)]('App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.');return _0x227a87;}export function validateKey(_0x23ccc2){const _0xd0b078=a29_0x2a2516;if(!_0x23ccc2)throw CliErrors['validation']('Missing\x20app-config\x20key.');if(_0x23ccc2[_0xd0b078(0xfd)]>0x100)throw CliErrors['validation']('App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.');}export function projectAppConfig(_0x23a9be,_0x552fad){const _0x3a4a14=a29_0x2a2516,_0x1e4354=_0x23a9be[_0x3a4a14(0xf2)]!==undefined&&_0x23a9be[_0x3a4a14(0xf2)]!==null&&_0x23a9be['value']!=='',_0x5e45aa={'appCode':_0x23a9be[_0x3a4a14(0xc7)],'key':_0x23a9be[_0x3a4a14(0xeb)],'tags':_0x23a9be[_0x3a4a14(0xd9)]??undefined,'hasValue':_0x1e4354,'valueRedacted':_0x1e4354&&!_0x552fad?.[_0x3a4a14(0xe3)],'gmtCreate':_0x23a9be[_0x3a4a14(0xc8)],'gmtModified':_0x23a9be[_0x3a4a14(0xf8)]};return _0x552fad?.['reveal']&&(_0x5e45aa[_0x3a4a14(0xf2)]=_0x23a9be['value']??'',_0x5e45aa[_0x3a4a14(0xef)]=![]),_0x5e45aa;}export function plannedAppConfig(_0x38f195){const _0x122af0=a29_0x2a2516,_0x434c89=_0x38f195['hasValue']??!![];return{'appCode':_0x38f195[_0x122af0(0xc7)],'key':_0x38f195['key'],'tags':_0x38f195[_0x122af0(0xd9)]??undefined,'hasValue':_0x434c89,'valueRedacted':_0x434c89};}export function buildMutationData(_0x471fe0){const _0x5791d2=a29_0x2a2516;return{'operation':_0x471fe0['operation'],'selector':{'appCode':_0x471fe0['appCode'],'key':_0x471fe0[_0x5791d2(0xeb)]},'before':_0x471fe0[_0x5791d2(0xe9)],'after':_0x471fe0[_0x5791d2(0xed)],'dryRun':_0x471fe0[_0x5791d2(0xd7)],'warnings':_0x471fe0['warnings']??[]};}export async function withAppConfigApiBoundary(_0x312cae,_0x2ac7c5,_0x3e199f){const _0x431535=a29_0x2a2516;try{return await _0x3e199f();}catch{const _0x474d9c=[_0x431535(0xe2)+_0x2ac7c5['appCode']];if(_0x2ac7c5['key'])_0x474d9c[_0x431535(0xe5)](_0x431535(0xfc)+_0x2ac7c5[_0x431535(0xeb)]);_0x474d9c[_0x431535(0xe5)](_0x431535(0xcf));throw CliErrors[_0x431535(0xfa)]('Failed\x20to\x20'+_0x312cae+_0x431535(0xea),_0x474d9c[_0x431535(0xd5)](';\x20')+'.');}}function a29_0x25bb(_0x3cf536,_0x508887){_0x3cf536=_0x3cf536-0xc3;const _0x432350=a29_0x4323();let _0x25bba7=_0x432350[_0x3cf536];return _0x25bba7;}function a29_0x4323(){const _0x36eb88=['1036960LUGfzU','env','App\x20config\x20value\x20source\x20is\x20ambiguous.','stdin','slice','appCode','gmtCreate','bool','name','args','20714uwZhEJ','1530384GigmUG','flag','value\x20is\x20redacted','boolean','222540LWccEK','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','setEncoding','Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','join','kind','dryRun','string','tags','Environment\x20variable\x20is\x20not\x20set:\x20','str','Missing\x20app-config\x20value\x20source.','35287jdyZtI','url','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','method','from-env','appCode:\x20','reveal','once','push','data','argument','Config\x20tags\x20for\x20filtering/display\x20metadata','before','\x20app\x20config.','key','error','after','file','valueRedacted','validation','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','value','trim','2793318zoRtmt','utf8','path','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','gmtModified','89MvVVSW','apiError','18998760CDCCuX','key:\x20','length'];a29_0x4323=function(){return _0x36eb88;};return a29_0x4323();}export function asAppConfigDryRunResult(_0x5b063f,_0x2ce72f){const _0x44ab4d=a29_0x2a2516;return Object['defineProperties'](_0x5b063f,{'method':{'value':_0x2ce72f[_0x44ab4d(0xe0)],'enumerable':![]},'url':{'value':_0x2ce72f[_0x44ab4d(0xde)],'enumerable':![]}});}export function assertSingleValueSource(_0x30ddc1){const _0xc2545f=a29_0x2a2516,_0x31fd1e=[];_0x30ddc1[_0xc2545f(0xcb)][_0xc2545f(0xfd)]>0x1&&_0x31fd1e[_0xc2545f(0xe5)]({'kind':_0xc2545f(0xe7),'value':_0x30ddc1[_0xc2545f(0xcb)][_0xc2545f(0xc6)](0x1)['join']('\x20')});const _0x1473a1=_0x30ddc1[_0xc2545f(0xce)](_0xc2545f(0xf2));_0x1473a1!==undefined&&_0x1473a1!==null&&_0x31fd1e[_0xc2545f(0xe5)]({'kind':_0xc2545f(0xe7),'value':String(_0x1473a1)});_0x30ddc1[_0xc2545f(0xc9)](_0xc2545f(0xc5))&&_0x31fd1e['push']({'kind':_0xc2545f(0xc5)});const _0x34cb05=_0x30ddc1[_0xc2545f(0xdb)](_0xc2545f(0xe1))[_0xc2545f(0xf3)]();_0x34cb05&&_0x31fd1e[_0xc2545f(0xe5)]({'kind':'env','name':_0x34cb05});const _0x23b063=_0x30ddc1[_0xc2545f(0xdb)](_0xc2545f(0xee))[_0xc2545f(0xf3)]();_0x23b063&&_0x31fd1e[_0xc2545f(0xe5)]({'kind':_0xc2545f(0xee),'path':_0x23b063});if(_0x31fd1e['length']===0x0)throw CliErrors[_0xc2545f(0xf0)](_0xc2545f(0xdc),_0xc2545f(0xd2));if(_0x31fd1e[_0xc2545f(0xfd)]>0x1)throw CliErrors[_0xc2545f(0xf0)](_0xc2545f(0xc4),_0xc2545f(0xf7));return _0x31fd1e[0x0];}export async function assertValueSourceReadable(_0x14edaf){const _0xba29d3=a29_0x2a2516;if(_0x14edaf[_0xba29d3(0xd6)]===_0xba29d3(0xc3)&&!(_0x14edaf[_0xba29d3(0xca)]in process.env))throw CliErrors[_0xba29d3(0xf0)](_0xba29d3(0xda)+_0x14edaf[_0xba29d3(0xca)]);if(_0x14edaf[_0xba29d3(0xd6)]===_0xba29d3(0xee))try{await access(_0x14edaf[_0xba29d3(0xf6)]);}catch{throw CliErrors['validation']('Value\x20file\x20is\x20not\x20readable:\x20'+_0x14edaf[_0xba29d3(0xf6)]);}}export async function readAppConfigValue(_0x47f624){const _0x9a5985=a29_0x2a2516,_0x3358ab=assertSingleValueSource(_0x47f624),_0x265b9d=[];if(_0x3358ab[_0x9a5985(0xd6)]===_0x9a5985(0xe7))return _0x265b9d[_0x9a5985(0xe5)](_0x9a5985(0xd4)),{'value':_0x3358ab[_0x9a5985(0xf2)]??'','source':_0x3358ab[_0x9a5985(0xd6)],'warnings':_0x265b9d};if(_0x3358ab['kind']==='stdin')return{'value':await readStdin(),'source':_0x3358ab[_0x9a5985(0xd6)],'warnings':_0x265b9d};if(_0x3358ab[_0x9a5985(0xd6)]===_0x9a5985(0xc3)){if(!(_0x3358ab['name']in process.env))throw CliErrors[_0x9a5985(0xf0)](_0x9a5985(0xda)+_0x3358ab['name']);return{'value':process.env[_0x3358ab.name]??'','source':_0x3358ab[_0x9a5985(0xd6)],'warnings':_0x265b9d};}return{'value':await readFile(_0x3358ab[_0x9a5985(0xf6)],'utf8'),'source':_0x3358ab[_0x9a5985(0xd6)],'warnings':_0x265b9d};}function readStdin(){return new Promise((_0x4b9418,_0x18443a)=>{const _0x5581f4=a29_0x25bb;let _0x3e09ef='';process[_0x5581f4(0xc5)][_0x5581f4(0xd3)](_0x5581f4(0xf5)),process[_0x5581f4(0xc5)]['on'](_0x5581f4(0xe6),_0x39eb4f=>{_0x3e09ef+=_0x39eb4f;}),process['stdin'][_0x5581f4(0xe4)]('end',()=>_0x4b9418(_0x3e09ef)),process[_0x5581f4(0xc5)]['once'](_0x5581f4(0xec),_0x18443a);});}
@@ -1 +1 @@
1
- const a30_0x161919=a30_0x4d7a;function a30_0x40f0(){const _0x2f2ae5=['3069925ncXbhs','!\x20Not\x20logged\x20in','27894394pbbHzF','11997jnSNwY','yes','12IcfmLW','logout','4140088JyRSoy','auth','login','4720308UfOLdo','4910VHaMaJ','log','1150652JfNADT','7HwWVvW','nonInteractive','9CpGEIu','✓\x20Logged\x20out','8035YThLWW','Clear\x20login\x20session','boolean','bool'];a30_0x40f0=function(){return _0x2f2ae5;};return a30_0x40f0();}(function(_0x480adf,_0x31db8e){const _0x1554d2=a30_0x4d7a,_0xdc5b01=_0x480adf();while(!![]){try{const _0x21da9f=parseInt(_0x1554d2(0x179))/0x1*(parseInt(_0x1554d2(0x182))/0x2)+parseInt(_0x1554d2(0x177))/0x3*(-parseInt(_0x1554d2(0x174))/0x4)+-parseInt(_0x1554d2(0x17d))/0x5+-parseInt(_0x1554d2(0x171))/0x6+-parseInt(_0x1554d2(0x175))/0x7*(parseInt(_0x1554d2(0x184))/0x8)+-parseInt(_0x1554d2(0x180))/0x9*(-parseInt(_0x1554d2(0x172))/0xa)+parseInt(_0x1554d2(0x17f))/0xb;if(_0x21da9f===_0x31db8e)break;else _0xdc5b01['push'](_0xdc5b01['shift']());}catch(_0x100070){_0xdc5b01['push'](_0xdc5b01['shift']());}}}(a30_0x40f0,0x6fa94));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../../auth/constant.js';function a30_0x4d7a(_0x721350,_0x398931){_0x721350=_0x721350-0x171;const _0x40f030=a30_0x40f0();let _0x4d7aa5=_0x40f030[_0x721350];return _0x4d7aa5;}export const authDefinitions=[{'service':a30_0x161919(0x185),'command':a30_0x161919(0x186),'description':'Login\x20via\x20browser','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a30_0x161919(0x181),'type':a30_0x161919(0x17b),'description':'Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','default':![]}],async 'execute'(_0x668051){const _0x19bdda=a30_0x161919,{runAuthServer:_0x150658}=await import('../../auth/auth-server-ui.js');return await _0x150658({'autoYes':_0x668051[_0x19bdda(0x17c)](_0x19bdda(0x181)),'nonInteractive':_0x668051[_0x19bdda(0x176)]}),{'ok':!![]};}},{'service':a30_0x161919(0x185),'command':a30_0x161919(0x183),'description':a30_0x161919(0x17a),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x11688f){const _0x40d4f=a30_0x161919;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x40d4f(0x173)](_0x40d4f(0x178))):console[_0x40d4f(0x173)](_0x40d4f(0x17e)),{'ok':!![]};}}];
1
+ function a30_0x34d3(_0x550213,_0x5e5b8f){_0x550213=_0x550213-0x179;const _0x3f18df=a30_0x3f18();let _0x34d345=_0x3f18df[_0x550213];return _0x34d345;}const a30_0x2aa2d8=a30_0x34d3;(function(_0x2b3090,_0x5b9dd4){const _0x56c355=a30_0x34d3,_0x42c024=_0x2b3090();while(!![]){try{const _0x2edb80=parseInt(_0x56c355(0x18b))/0x1+-parseInt(_0x56c355(0x17c))/0x2+-parseInt(_0x56c355(0x18a))/0x3*(parseInt(_0x56c355(0x182))/0x4)+parseInt(_0x56c355(0x17a))/0x5*(-parseInt(_0x56c355(0x179))/0x6)+parseInt(_0x56c355(0x18d))/0x7*(-parseInt(_0x56c355(0x187))/0x8)+-parseInt(_0x56c355(0x17d))/0x9*(parseInt(_0x56c355(0x188))/0xa)+parseInt(_0x56c355(0x17f))/0xb;if(_0x2edb80===_0x5b9dd4)break;else _0x42c024['push'](_0x42c024['shift']());}catch(_0x56d71a){_0x42c024['push'](_0x42c024['shift']());}}}(a30_0x3f18,0x6ec90));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../../auth/constant.js';export const authDefinitions=[{'service':a30_0x2aa2d8(0x18e),'command':a30_0x2aa2d8(0x180),'description':a30_0x2aa2d8(0x184),'risk':a30_0x2aa2d8(0x17b),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a30_0x2aa2d8(0x18c),'type':'boolean','description':a30_0x2aa2d8(0x181),'default':![]}],async 'execute'(_0x557a70){const _0x4cedff=a30_0x2aa2d8,{runAuthServer:_0x58b7de}=await import('../../auth/auth-server-ui.js');return await _0x58b7de({'autoYes':_0x557a70[_0x4cedff(0x189)]('yes'),'nonInteractive':_0x557a70['nonInteractive']}),{'ok':!![]};}},{'service':a30_0x2aa2d8(0x18e),'command':a30_0x2aa2d8(0x17e),'description':a30_0x2aa2d8(0x183),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x58a2d2){const _0x16cb84=a30_0x2aa2d8;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x16cb84(0x185)]('✓\x20Logged\x20out')):console[_0x16cb84(0x185)](_0x16cb84(0x186)),{'ok':!![]};}}];function a30_0x3f18(){const _0x1855c8=['404980ldfgDY','yes','47425jfnBBF','auth','618174dmAFBV','5aRbwPI','read','1136860qHLYaQ','331299VqkyxK','logout','17365689FbCasV','login','Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','33884KIngzY','Clear\x20login\x20session','Login\x20via\x20browser','log','!\x20Not\x20logged\x20in','240FAFPcL','10oUsDWE','bool','219aKsnfW'];a30_0x3f18=function(){return _0x1855c8;};return a30_0x3f18();}
@@ -1 +1 @@
1
- const a31_0x108f35=a31_0x382d;(function(_0x2b609d,_0x33074a){const _0x2d529b=a31_0x382d,_0xb21e59=_0x2b609d();while(!![]){try{const _0x2182b3=parseInt(_0x2d529b(0x15b))/0x1+parseInt(_0x2d529b(0x15e))/0x2+-parseInt(_0x2d529b(0x154))/0x3*(-parseInt(_0x2d529b(0x18f))/0x4)+parseInt(_0x2d529b(0x164))/0x5*(parseInt(_0x2d529b(0x188))/0x6)+-parseInt(_0x2d529b(0x14f))/0x7*(-parseInt(_0x2d529b(0x141))/0x8)+-parseInt(_0x2d529b(0x153))/0x9*(-parseInt(_0x2d529b(0x174))/0xa)+-parseInt(_0x2d529b(0x18d))/0xb;if(_0x2182b3===_0x33074a)break;else _0xb21e59['push'](_0xb21e59['shift']());}catch(_0x4716f1){_0xb21e59['push'](_0xb21e59['shift']());}}}(a31_0x3072,0x24b25));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';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';function a31_0x382d(_0x21d97d,_0x38febf){_0x21d97d=_0x21d97d-0x136;const _0x3072bf=a31_0x3072();let _0x382d61=_0x3072bf[_0x21d97d];return _0x382d61;}import{CLI_BIN_NAME}from'../../constant/cli.js';export const bffCreate={'service':'bff','command':'create','description':'Scaffold\x20a\x20new\x20BFF\x20function\x20from\x20template','risk':'write','flags':[{'name':'type','type':a31_0x108f35(0x139),'required':!![],'enum':[a31_0x108f35(0x18e),'ENDPOINT',a31_0x108f35(0x160)],'description':a31_0x108f35(0x137)},{'name':a31_0x108f35(0x177),'type':a31_0x108f35(0x139),'required':!![],'description':a31_0x108f35(0x14a)},{'name':a31_0x108f35(0x144),'type':a31_0x108f35(0x139),'description':'Script\x20description'},{'name':a31_0x108f35(0x140),'type':a31_0x108f35(0x139),'description':a31_0x108f35(0x176)},{'name':'datasetcode','type':a31_0x108f35(0x139),'description':'Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)'},{'name':'operation-type','type':a31_0x108f35(0x139),'description':a31_0x108f35(0x150)},{'name':'function-node','type':a31_0x108f35(0x139),'description':a31_0x108f35(0x14b),'enum':[a31_0x108f35(0x161),a31_0x108f35(0x18a)]}],async 'validate'(_0x55b1c0){const _0x1c17d2=a31_0x108f35,_0x449c01=_0x55b1c0[_0x1c17d2(0x16a)]('name');if(!isValidBffFunctionName(_0x449c01))throw CliErrors[_0x1c17d2(0x147)](_0x1c17d2(0x183)+_0x449c01+_0x1c17d2(0x165));},async 'execute'(_0x31522c){const _0x595fd4=a31_0x108f35,_0x571a17=loadBffProjectConfig(_0x31522c[_0x595fd4(0x17a)]),_0x31bb60=_0x31522c['str'](_0x595fd4(0x173)),_0x389eea=_0x31522c[_0x595fd4(0x16a)]('name'),_0x225cc0=_0x31522c[_0x595fd4(0x16a)](_0x595fd4(0x144))||undefined,_0x35f1cd=_0x31bb60===_0x595fd4(0x160)?await resolveHookOptions(_0x571a17,_0x31522c):undefined,_0x276008=buildFilePath(_0x571a17,_0x31bb60,_0x389eea,_0x35f1cd);if(await fileExists(_0x276008))throw CliErrors['validation'](_0x595fd4(0x149)+_0x276008);await mkdir(dirname(_0x276008),{'recursive':!![]});const _0x5d9b8a=generateTemplate(_0x31bb60,_0x389eea,_0x31522c[_0x595fd4(0x17a)],_0x225cc0,_0x35f1cd);await writeFile(_0x276008,_0x5d9b8a,_0x595fd4(0x186));const _0x45a683={'type':_0x31bb60,'name':_0x389eea,'path':_0x276008};if(_0x225cc0)_0x45a683[_0x595fd4(0x144)]=_0x225cc0;if(_0x35f1cd){if(_0x35f1cd[_0x595fd4(0x140)])_0x45a683[_0x595fd4(0x140)]=_0x35f1cd['alias'];_0x45a683[_0x595fd4(0x142)]=_0x35f1cd[_0x595fd4(0x142)],_0x45a683['operationType']=_0x35f1cd[_0x595fd4(0x172)],_0x45a683[_0x595fd4(0x189)]=_0x35f1cd[_0x595fd4(0x189)];}return{'ok':!![],'data':_0x45a683,'message':'Created\x20'+_0x31bb60+_0x595fd4(0x167)+_0x389eea};}};async function resolveHookOptions(_0x54298a,_0x2e9058){const _0x53534e=a31_0x108f35,_0x4eebb2=loadAliasMap(_0x2e9058[_0x53534e(0x15f)],undefined,resolveApiFilePath(_0x2e9058[_0x53534e(0x15f)],_0x2e9058['appCode'])),_0x5be756=_0x4eebb2[_0x53534e(0x13f)]>0x0;let _0x905819,_0x448502,_0x325930;const _0x10e580=_0x2e9058[_0x53534e(0x16a)](_0x53534e(0x140)),_0x50b666=_0x2e9058[_0x53534e(0x16a)](_0x53534e(0x15c));if(_0x10e580){const _0x1bd325=resolveAlias(_0x2e9058['apiDir'],_0x10e580,undefined,resolveApiFilePath(_0x2e9058[_0x53534e(0x15f)],_0x2e9058[_0x53534e(0x17a)]));if(!_0x1bd325){const _0xd7401e=_0x5be756?_0x53534e(0x158)+_0x4eebb2[_0x53534e(0x155)](_0x1c74f1=>_0x1c74f1[_0x53534e(0x140)])[_0x53534e(0x163)](',\x20'):'No\x20api.ts\x20found.\x20Run\x20`'+CLI_BIN_NAME+_0x53534e(0x16e);throw CliErrors['validation'](_0x53534e(0x143)+_0x10e580+'\x22\x20not\x20found.\x20'+_0xd7401e);}_0x905819=_0x10e580,_0x448502=_0x1bd325;}else{if(_0x50b666){_0x448502=_0x50b666;const _0x430aa8=_0x4eebb2[_0x53534e(0x182)](_0x424d70=>_0x424d70[_0x53534e(0x142)]===_0x50b666);_0x905819=_0x430aa8?.[_0x53534e(0x140)];}else{if(_0x2e9058['nonInteractive'])throw CliErrors['validation'](_0x53534e(0x14c));else{if(_0x5be756){const _0xb151c1=_0x4eebb2['map'](_0x40ff0b=>_0x40ff0b['alias']+'\x20('+_0x40ff0b[_0x53534e(0x184)]+')'),_0x418d71=await promptSelect(_0x53534e(0x178),_0xb151c1),_0x1006b6=_0x4eebb2[_0x418d71];if(!_0x1006b6)throw CliErrors[_0x53534e(0x147)](_0x53534e(0x15a));_0x905819=_0x1006b6[_0x53534e(0x140)],_0x448502=_0x1006b6[_0x53534e(0x142)];}else{const _0x128268=await listDatasets(_0x2e9058[_0x53534e(0x17a)]);if(_0x128268[_0x53534e(0x13f)]===0x0)throw CliErrors[_0x53534e(0x147)](_0x53534e(0x138));const _0x35a009=_0x128268[_0x53534e(0x155)](_0x5476be=>_0x5476be['name']+'\x20['+(_0x5476be['source']??_0x53534e(0x171))+_0x53534e(0x17c)+_0x5476be[_0x53534e(0x13d)]+')'),_0x6f89fb=await promptSelect(_0x53534e(0x178),_0x35a009),_0x2b7189=_0x128268[_0x6f89fb];if(!_0x2b7189)throw CliErrors[_0x53534e(0x147)](_0x53534e(0x15a));_0x448502=_0x2b7189[_0x53534e(0x13d)],_0x905819=undefined;}}}}const _0x8ec0bc=await listDatasets(_0x2e9058[_0x53534e(0x17a)]),_0x50316f=_0x8ec0bc[_0x53534e(0x182)](_0x5c0dc9=>_0x5c0dc9[_0x53534e(0x13d)]===_0x448502);if(!_0x50316f)throw CliErrors[_0x53534e(0x147)](_0x53534e(0x17e)+_0x448502+'\x22.\x20'+(_0x905819?_0x53534e(0x151)+CLI_BIN_NAME+_0x53534e(0x17d):''));_0x325930=_0x50316f['id'];const _0x4d635a=_0x905819??_0x448502,_0x31abba=await listBffDatasetOperations(_0x2e9058[_0x53534e(0x17a)],_0x325930),_0x4e081a=_0x31abba?Object[_0x53534e(0x17f)](_0x31abba):[];if(_0x4e081a[_0x53534e(0x13f)]===0x0)throw CliErrors[_0x53534e(0x147)]('No\x20operation\x20types\x20found\x20for\x20dataset\x20'+_0x4d635a+'.');let _0x45cc5d;const _0x4956d4=_0x2e9058[_0x53534e(0x16a)](_0x53534e(0x16f));if(_0x4956d4){if(!_0x4e081a['includes'](_0x4956d4))throw CliErrors[_0x53534e(0x147)](_0x53534e(0x17b)+_0x4956d4+_0x53534e(0x14d)+_0x4d635a+'.\x20'+(_0x53534e(0x168)+_0x4e081a['join'](',\x20')));_0x45cc5d=_0x4956d4;}else{if(_0x2e9058['nonInteractive'])throw CliErrors[_0x53534e(0x147)](_0x53534e(0x18c));const _0x2c3ef5=await promptSelect('Select\x20operation\x20type:',_0x4e081a);_0x45cc5d=_0x4e081a[_0x2c3ef5]??_0x4e081a[0x0];}let _0x13017c=normalizeHookFunctionNode(_0x2e9058[_0x53534e(0x16a)](_0x53534e(0x16b)));if(!_0x13017c){if(_0x2e9058[_0x53534e(0x16a)](_0x53534e(0x16b)))throw CliErrors[_0x53534e(0x147)]('--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.');if(_0x2e9058[_0x53534e(0x13c)])throw CliErrors[_0x53534e(0x147)]('--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.');const _0x3409fc=await promptSelect('Select\x20trigger\x20node:',[_0x53534e(0x161),_0x53534e(0x18a)]);_0x13017c=[_0x53534e(0x161),_0x53534e(0x18a)][_0x3409fc]??'before';}return{'alias':_0x905819,'datasetCode':_0x448502,'datasetId':_0x325930,'operationType':_0x45cc5d,'functionNode':_0x13017c};}function a31_0x3072(){const _0x57a387=['write','HOOK\x20requires\x20alias/operation/node\x20options.','\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.','operation-type','parseInt','UNKNOWN','operationType','type','80EHuCPT','/**\x0a\x20*\x20COMMON\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','name','Select\x20dataset:','TODO:\x20add\x20script\x20description','appCode','Operation\x20type\x20\x22',']\x20(','\x20api\x20pull`\x20to\x20refresh.','Dataset\x20not\x20found\x20for\x20code\x20\x22','keys','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','/**\x0a\x20*\x20HOOK\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','find','Invalid\x20function\x20name\x20\x22','tableName','.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','utf8','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','30eFaRMQ','functionNode','after','scriptsRootDir','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','7461344ZdLWca','COMMON','4rJHSWp','\x0a\x20*\x20[脚本名称]\x20','Script\x20type','No\x20datasets\x20found\x20for\x20this\x20app.','string','question','\x0a\x20*\x20[触发节点]\x20','nonInteractive','code','/**\x0a\x20*\x20ENDPOINT\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','length','alias','24hxhhzG','datasetCode','Alias\x20\x22','description','trim','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','validation','ENDPOINT','File\x20already\x20exists:\x20','Function\x20name\x20(valid\x20JS\x20identifier)','Trigger\x20node\x20(HOOK\x20only)','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','\x22\x20not\x20found\x20for\x20dataset\x20','.js','194362XYtjlb','Operation\x20type\x20(HOOK\x20only)','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','stderr','301527iPNscx','26796hJmgrX','map','isInteger','\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/COMMON/','Available\x20aliases:\x20','\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','Invalid\x20dataset\x20selection.','263103bgXPuN','datasetcode','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/{appCode}/{scriptName}\x0a\x20*\x20[当前示例]\x20POST\x20/api/endpoint/','244022GeUOWd','apiDir','HOOK','before','entries','join','83245sSDniy','\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).','\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','\x20function:\x20','Available:\x20','stdin','str','function-node'];a31_0x3072=function(){return _0x57a387;};return a31_0x3072();}async function promptSelect(_0x3c7bda,_0x46b92e){const _0x1a6a8d=a31_0x108f35;if(_0x46b92e['length']===0x1)return 0x0;for(const [_0x88241,_0x18daca]of _0x46b92e[_0x1a6a8d(0x162)]()){process[_0x1a6a8d(0x152)]['write']('\x20\x20'+(_0x88241+0x1)+'.\x20'+_0x18daca+'\x0a');}const _0x51d544=createInterface({'input':process[_0x1a6a8d(0x169)],'output':process['stderr']});while(!![]){const _0x5bec26=await new Promise(_0x2ae69e=>{const _0x44eca3=_0x1a6a8d;_0x51d544[_0x44eca3(0x13a)](_0x3c7bda+'\x20',_0x2ae69e);}),_0x39c381=Number[_0x1a6a8d(0x170)](_0x5bec26[_0x1a6a8d(0x145)](),0xa);if(Number[_0x1a6a8d(0x156)](_0x39c381)&&_0x39c381>=0x1&&_0x39c381<=_0x46b92e[_0x1a6a8d(0x13f)])return _0x51d544['close'](),_0x39c381-0x1;process[_0x1a6a8d(0x152)][_0x1a6a8d(0x16c)](_0x1a6a8d(0x180)+_0x46b92e[_0x1a6a8d(0x13f)]+'.\x0a');}}function buildFilePath(_0x5adef8,_0x230389,_0x1ff2a4,_0x310c43){const _0x11e068=a31_0x108f35;if(_0x230389==='HOOK'){if(!_0x310c43)throw CliErrors[_0x11e068(0x147)](_0x11e068(0x16d));const _0x460ac9=_0x310c43['alias']??_0x310c43[_0x11e068(0x142)];return join(_0x5adef8[_0x11e068(0x18b)],'HOOK',_0x460ac9,_0x310c43[_0x11e068(0x172)],_0x310c43[_0x11e068(0x189)],_0x1ff2a4+_0x11e068(0x14e));}return join(_0x5adef8[_0x11e068(0x18b)],_0x230389,_0x1ff2a4+'.js');}export function generateTemplate(_0x1f5e2e,_0x46e4dc,_0x23a727,_0x52bd0f,_0x3edbbe){const _0x352289=a31_0x108f35,_0x506e23=_0x52bd0f?.[_0x352289(0x145)]()||_0x352289(0x179);if(_0x1f5e2e===_0x352289(0x18e))return _0x352289(0x175)+_0x506e23+_0x352289(0x136)+_0x46e4dc+_0x352289(0x157)+_0x46e4dc+_0x352289(0x185)+_0x46e4dc+_0x352289(0x187);if(_0x1f5e2e===_0x352289(0x148))return _0x352289(0x13e)+_0x506e23+_0x352289(0x15d)+_0x23a727+'/'+_0x46e4dc+_0x352289(0x159)+_0x46e4dc+_0x352289(0x187);if(!_0x3edbbe)throw CliErrors['validation'](_0x352289(0x146));return _0x352289(0x181)+_0x506e23+'\x0a\x20*\x20[接口路径]\x20POST\x20/api/'+_0x23a727+'/'+_0x3edbbe[_0x352289(0x142)]+'/'+_0x3edbbe[_0x352289(0x172)]+_0x352289(0x13b)+_0x3edbbe[_0x352289(0x189)]+_0x352289(0x166)+_0x46e4dc+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';}
1
+ const a31_0xc03609=a31_0xb0b5;(function(_0x4fd7fa,_0x5d8a09){const _0x39cbc2=a31_0xb0b5,_0x576821=_0x4fd7fa();while(!![]){try{const _0xcce929=-parseInt(_0x39cbc2(0xb4))/0x1*(parseInt(_0x39cbc2(0xdd))/0x2)+parseInt(_0x39cbc2(0xd0))/0x3+parseInt(_0x39cbc2(0xae))/0x4+-parseInt(_0x39cbc2(0xb2))/0x5+parseInt(_0x39cbc2(0xf2))/0x6*(-parseInt(_0x39cbc2(0xb5))/0x7)+parseInt(_0x39cbc2(0xc8))/0x8*(-parseInt(_0x39cbc2(0xc5))/0x9)+parseInt(_0x39cbc2(0xec))/0xa*(parseInt(_0x39cbc2(0xc2))/0xb);if(_0xcce929===_0x5d8a09)break;else _0x576821['push'](_0x576821['shift']());}catch(_0x2f3700){_0x576821['push'](_0x576821['shift']());}}}(a31_0x64c0,0xaa8f9));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';function a31_0x64c0(){const _0x2c83dd=['datasetcode','appCode','Operation\x20type\x20\x22','Select\x20dataset:','nonInteractive','/**\x0a\x20*\x20HOOK\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','operation-type','40iKmyEe','after','tableName','string','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','apiDir','1854924dUpVpa','\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).','Dataset\x20not\x20found\x20for\x20code\x20\x22','join','bff','function-node','map','Select\x20trigger\x20node:','trim','\x0a\x20*\x20[触发节点]\x20','Invalid\x20function\x20name\x20\x22','\x22\x20not\x20found\x20for\x20dataset\x20','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/COMMON/','type','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','question','length','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)','Scaffold\x20a\x20new\x20BFF\x20function\x20from\x20template','COMMON','1672380vmAEjf','isInteger','alias','--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.','1898610JNKzam','functionNode','263DbMErW','28emWoIH','validation','operationType','Created\x20','datasetCode','scriptsRootDir','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/{appCode}/{scriptName}\x0a\x20*\x20[当前示例]\x20POST\x20/api/endpoint/','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','write','\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.','ENDPOINT','name','before','8457768VKXHRo','\x0a\x20*\x20[脚本名称]\x20','\x22.\x20','9uXbTJA',']\x20(','.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','4433688frzWGD','Available:\x20','\x22\x20not\x20found.\x20','includes','close','HOOK','parseInt','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','1399329otiuxt','create','stdin','keys','str','No\x20operation\x20types\x20found\x20for\x20dataset\x20','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','Script\x20description','code','.js','source','find','stderr','8296ltnBTc','description','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','\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','No\x20api.ts\x20found.\x20Run\x20`','Available\x20aliases:\x20','Script\x20type','Alias\x20\x22'];a31_0x64c0=function(){return _0x2c83dd;};return a31_0x64c0();}import{loadAliasMap,resolveAlias}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';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':a31_0xc03609(0xf6),'command':a31_0xc03609(0xd1),'description':a31_0xc03609(0xac),'risk':a31_0xc03609(0xbd),'flags':[{'name':a31_0xc03609(0xa6),'type':a31_0xc03609(0xef),'required':!![],'enum':[a31_0xc03609(0xad),'ENDPOINT',a31_0xc03609(0xcd)],'description':a31_0xc03609(0xe3)},{'name':a31_0xc03609(0xc0),'type':a31_0xc03609(0xef),'required':!![],'description':'Function\x20name\x20(valid\x20JS\x20identifier)'},{'name':a31_0xc03609(0xde),'type':a31_0xc03609(0xef),'description':a31_0xc03609(0xd7)},{'name':a31_0xc03609(0xb0),'type':a31_0xc03609(0xef),'description':a31_0xc03609(0xa7)},{'name':a31_0xc03609(0xe5),'type':'string','description':a31_0xc03609(0xab)},{'name':a31_0xc03609(0xeb),'type':a31_0xc03609(0xef),'description':'Operation\x20type\x20(HOOK\x20only)'},{'name':a31_0xc03609(0xf7),'type':a31_0xc03609(0xef),'description':'Trigger\x20node\x20(HOOK\x20only)','enum':[a31_0xc03609(0xc1),a31_0xc03609(0xed)]}],async 'validate'(_0x8a1202){const _0x310b8e=a31_0xc03609,_0x37208d=_0x8a1202[_0x310b8e(0xd4)](_0x310b8e(0xc0));if(!isValidBffFunctionName(_0x37208d))throw CliErrors[_0x310b8e(0xb6)](_0x310b8e(0xa2)+_0x37208d+_0x310b8e(0xf3));},async 'execute'(_0x28fa6f){const _0x3f4a04=a31_0xc03609,_0x318de0=loadBffProjectConfig(_0x28fa6f[_0x3f4a04(0xe6)]),_0x40a8ee=_0x28fa6f['str'](_0x3f4a04(0xa6)),_0x579783=_0x28fa6f[_0x3f4a04(0xd4)](_0x3f4a04(0xc0)),_0x5a3b53=_0x28fa6f['str'](_0x3f4a04(0xde))||undefined,_0x3e8e44=_0x40a8ee===_0x3f4a04(0xcd)?await resolveHookOptions(_0x318de0,_0x28fa6f):undefined,_0x44c95a=buildFilePath(_0x318de0,_0x40a8ee,_0x579783,_0x3e8e44);if(await fileExists(_0x44c95a))throw CliErrors[_0x3f4a04(0xb6)]('File\x20already\x20exists:\x20'+_0x44c95a);await mkdir(dirname(_0x44c95a),{'recursive':!![]});const _0x2b1095=generateTemplate(_0x40a8ee,_0x579783,_0x28fa6f[_0x3f4a04(0xe6)],_0x5a3b53,_0x3e8e44);await writeFile(_0x44c95a,_0x2b1095,'utf8');const _0x21fc1d={'type':_0x40a8ee,'name':_0x579783,'path':_0x44c95a};if(_0x5a3b53)_0x21fc1d['description']=_0x5a3b53;if(_0x3e8e44){if(_0x3e8e44['alias'])_0x21fc1d[_0x3f4a04(0xb0)]=_0x3e8e44[_0x3f4a04(0xb0)];_0x21fc1d['datasetCode']=_0x3e8e44[_0x3f4a04(0xb9)],_0x21fc1d[_0x3f4a04(0xb7)]=_0x3e8e44[_0x3f4a04(0xb7)],_0x21fc1d[_0x3f4a04(0xb3)]=_0x3e8e44['functionNode'];}return{'ok':!![],'data':_0x21fc1d,'message':_0x3f4a04(0xb8)+_0x40a8ee+'\x20function:\x20'+_0x579783};}};async function resolveHookOptions(_0x642dc7,_0x5c135a){const _0x22fd30=a31_0xc03609,_0x244b25=loadAliasMap(_0x5c135a[_0x22fd30(0xf1)],undefined,resolveApiFilePath(_0x5c135a[_0x22fd30(0xf1)],_0x5c135a['appCode'])),_0x2613bb=_0x244b25[_0x22fd30(0xa9)]>0x0;let _0x5ac7b7,_0x30b1fe,_0x16a2dc;const _0x3ed675=_0x5c135a['str'](_0x22fd30(0xb0)),_0x49df21=_0x5c135a[_0x22fd30(0xd4)]('datasetcode');if(_0x3ed675){const _0x33d739=resolveAlias(_0x5c135a[_0x22fd30(0xf1)],_0x3ed675,undefined,resolveApiFilePath(_0x5c135a['apiDir'],_0x5c135a[_0x22fd30(0xe6)]));if(!_0x33d739){const _0x5341f0=_0x2613bb?_0x22fd30(0xe2)+_0x244b25[_0x22fd30(0xf8)](_0x1f5077=>_0x1f5077[_0x22fd30(0xb0)])[_0x22fd30(0xf5)](',\x20'):_0x22fd30(0xe1)+CLI_BIN_NAME+_0x22fd30(0xbe);throw CliErrors[_0x22fd30(0xb6)](_0x22fd30(0xe4)+_0x3ed675+_0x22fd30(0xca)+_0x5341f0);}_0x5ac7b7=_0x3ed675,_0x30b1fe=_0x33d739;}else{if(_0x49df21){_0x30b1fe=_0x49df21;const _0x4f8e07=_0x244b25[_0x22fd30(0xdb)](_0x441fdb=>_0x441fdb[_0x22fd30(0xb9)]===_0x49df21);_0x5ac7b7=_0x4f8e07?.[_0x22fd30(0xb0)];}else{if(_0x5c135a['nonInteractive'])throw CliErrors['validation'](_0x22fd30(0xa4));else{if(_0x2613bb){const _0x289f80=_0x244b25['map'](_0x5728d2=>_0x5728d2['alias']+'\x20('+_0x5728d2[_0x22fd30(0xee)]+')'),_0x45cd66=await promptSelect('Select\x20dataset:',_0x289f80),_0x39049c=_0x244b25[_0x45cd66];if(!_0x39049c)throw CliErrors[_0x22fd30(0xb6)]('Invalid\x20dataset\x20selection.');_0x5ac7b7=_0x39049c[_0x22fd30(0xb0)],_0x30b1fe=_0x39049c[_0x22fd30(0xb9)];}else{const _0x418f51=await listDatasets(_0x5c135a[_0x22fd30(0xe6)]);if(_0x418f51['length']===0x0)throw CliErrors[_0x22fd30(0xb6)]('No\x20datasets\x20found\x20for\x20this\x20app.');const _0x51b28d=_0x418f51[_0x22fd30(0xf8)](_0x328b11=>_0x328b11[_0x22fd30(0xc0)]+'\x20['+(_0x328b11[_0x22fd30(0xda)]??'UNKNOWN')+_0x22fd30(0xc6)+_0x328b11[_0x22fd30(0xd8)]+')'),_0x4429e3=await promptSelect(_0x22fd30(0xe8),_0x51b28d),_0xeb2c5=_0x418f51[_0x4429e3];if(!_0xeb2c5)throw CliErrors[_0x22fd30(0xb6)]('Invalid\x20dataset\x20selection.');_0x30b1fe=_0xeb2c5[_0x22fd30(0xd8)],_0x5ac7b7=undefined;}}}}const _0x16bd1f=await listDatasets(_0x5c135a[_0x22fd30(0xe6)]),_0xb7c8ba=_0x16bd1f[_0x22fd30(0xdb)](_0x1ddab0=>_0x1ddab0[_0x22fd30(0xd8)]===_0x30b1fe);if(!_0xb7c8ba)throw CliErrors[_0x22fd30(0xb6)](_0x22fd30(0xf4)+_0x30b1fe+_0x22fd30(0xc4)+(_0x5ac7b7?_0x22fd30(0xcf)+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh.':''));_0x16a2dc=_0xb7c8ba['id'];const _0x2722f6=_0x5ac7b7??_0x30b1fe,_0x29e986=await listBffDatasetOperations(_0x5c135a[_0x22fd30(0xe6)],_0x16a2dc),_0x2de678=_0x29e986?Object[_0x22fd30(0xd3)](_0x29e986):[];if(_0x2de678[_0x22fd30(0xa9)]===0x0)throw CliErrors[_0x22fd30(0xb6)](_0x22fd30(0xd5)+_0x2722f6+'.');let _0x41fcc8;const _0x285b5e=_0x5c135a[_0x22fd30(0xd4)](_0x22fd30(0xeb));if(_0x285b5e){if(!_0x2de678[_0x22fd30(0xcb)](_0x285b5e))throw CliErrors[_0x22fd30(0xb6)](_0x22fd30(0xe7)+_0x285b5e+_0x22fd30(0xa3)+_0x2722f6+'.\x20'+(_0x22fd30(0xc9)+_0x2de678[_0x22fd30(0xf5)](',\x20')));_0x41fcc8=_0x285b5e;}else{if(_0x5c135a[_0x22fd30(0xe9)])throw CliErrors['validation'](_0x22fd30(0xaa));const _0x3692f4=await promptSelect('Select\x20operation\x20type:',_0x2de678);_0x41fcc8=_0x2de678[_0x3692f4]??_0x2de678[0x0];}let _0xeb25d6=normalizeHookFunctionNode(_0x5c135a['str']('function-node'));if(!_0xeb25d6){if(_0x5c135a[_0x22fd30(0xd4)](_0x22fd30(0xf7)))throw CliErrors[_0x22fd30(0xb6)](_0x22fd30(0xb1));if(_0x5c135a[_0x22fd30(0xe9)])throw CliErrors[_0x22fd30(0xb6)]('--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.');const _0xa86470=await promptSelect(_0x22fd30(0xf9),[_0x22fd30(0xc1),'after']);_0xeb25d6=[_0x22fd30(0xc1),_0x22fd30(0xed)][_0xa86470]??_0x22fd30(0xc1);}return{'alias':_0x5ac7b7,'datasetCode':_0x30b1fe,'datasetId':_0x16a2dc,'operationType':_0x41fcc8,'functionNode':_0xeb25d6};}async function promptSelect(_0x368b13,_0xeb5487){const _0x46d0b3=a31_0xc03609;if(_0xeb5487['length']===0x1)return 0x0;for(const [_0x54b68e,_0x56c00a]of _0xeb5487['entries']()){process[_0x46d0b3(0xdc)][_0x46d0b3(0xbd)]('\x20\x20'+(_0x54b68e+0x1)+'.\x20'+_0x56c00a+'\x0a');}const _0x1409ab=createInterface({'input':process[_0x46d0b3(0xd2)],'output':process[_0x46d0b3(0xdc)]});while(!![]){const _0x35ddd7=await new Promise(_0x4fdec3=>{const _0x2978a7=_0x46d0b3;_0x1409ab[_0x2978a7(0xa8)](_0x368b13+'\x20',_0x4fdec3);}),_0x459612=Number[_0x46d0b3(0xce)](_0x35ddd7[_0x46d0b3(0xa0)](),0xa);if(Number[_0x46d0b3(0xaf)](_0x459612)&&_0x459612>=0x1&&_0x459612<=_0xeb5487[_0x46d0b3(0xa9)])return _0x1409ab[_0x46d0b3(0xcc)](),_0x459612-0x1;process[_0x46d0b3(0xdc)]['write'](_0x46d0b3(0xd6)+_0xeb5487[_0x46d0b3(0xa9)]+'.\x0a');}}function buildFilePath(_0x3747b6,_0x5566de,_0x1f9036,_0x42f835){const _0x2778b7=a31_0xc03609;if(_0x5566de==='HOOK'){if(!_0x42f835)throw CliErrors[_0x2778b7(0xb6)]('HOOK\x20requires\x20alias/operation/node\x20options.');const _0x77dc91=_0x42f835[_0x2778b7(0xb0)]??_0x42f835[_0x2778b7(0xb9)];return join(_0x3747b6[_0x2778b7(0xba)],'HOOK',_0x77dc91,_0x42f835[_0x2778b7(0xb7)],_0x42f835['functionNode'],_0x1f9036+_0x2778b7(0xd9));}return join(_0x3747b6[_0x2778b7(0xba)],_0x5566de,_0x1f9036+'.js');}function a31_0xb0b5(_0x56c2dc,_0xb0ce08){_0x56c2dc=_0x56c2dc-0xa0;const _0x64c0c9=a31_0x64c0();let _0xb0b5e5=_0x64c0c9[_0x56c2dc];return _0xb0b5e5;}export function generateTemplate(_0x315867,_0x53da54,_0xad0eb7,_0x23907d,_0x47eba9){const _0xcbfbc7=a31_0xc03609,_0x3c8243=_0x23907d?.[_0xcbfbc7(0xa0)]()||'TODO:\x20add\x20script\x20description';if(_0x315867===_0xcbfbc7(0xad))return'/**\x0a\x20*\x20COMMON\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20'+_0x3c8243+_0xcbfbc7(0xc3)+_0x53da54+_0xcbfbc7(0xa5)+_0x53da54+_0xcbfbc7(0xc7)+_0x53da54+_0xcbfbc7(0xdf);if(_0x315867===_0xcbfbc7(0xbf))return'/**\x0a\x20*\x20ENDPOINT\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20'+_0x3c8243+_0xcbfbc7(0xbb)+_0xad0eb7+'/'+_0x53da54+'\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'+_0x53da54+_0xcbfbc7(0xdf);if(!_0x47eba9)throw CliErrors[_0xcbfbc7(0xb6)](_0xcbfbc7(0xbc));return _0xcbfbc7(0xea)+_0x3c8243+_0xcbfbc7(0xf0)+_0xad0eb7+'/'+_0x47eba9[_0xcbfbc7(0xb9)]+'/'+_0x47eba9[_0xcbfbc7(0xb7)]+_0xcbfbc7(0xa1)+_0x47eba9[_0xcbfbc7(0xb3)]+_0xcbfbc7(0xe0)+_0x53da54+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';}
@@ -1 +1 @@
1
- const a32_0xf10a8c=a32_0x58da;(function(_0x237805,_0x2f22a6){const _0x22bcc3=a32_0x58da,_0x2d5ba6=_0x237805();while(!![]){try{const _0x159db2=parseInt(_0x22bcc3(0xae))/0x1*(parseInt(_0x22bcc3(0xa3))/0x2)+-parseInt(_0x22bcc3(0xbb))/0x3+parseInt(_0x22bcc3(0xc1))/0x4+-parseInt(_0x22bcc3(0xa7))/0x5*(-parseInt(_0x22bcc3(0xc7))/0x6)+parseInt(_0x22bcc3(0xaa))/0x7*(parseInt(_0x22bcc3(0xc4))/0x8)+-parseInt(_0x22bcc3(0xc8))/0x9+-parseInt(_0x22bcc3(0xb5))/0xa*(parseInt(_0x22bcc3(0xad))/0xb);if(_0x159db2===_0x2f22a6)break;else _0x2d5ba6['push'](_0x2d5ba6['shift']());}catch(_0x3fb0ea){_0x2d5ba6['push'](_0x2d5ba6['shift']());}}}(a32_0xef8c,0x808d2));function a32_0x58da(_0x3f464e,_0x2b03d5){_0x3f464e=_0x3f464e-0xa3;const _0xef8c9d=a32_0xef8c();let _0x58da1a=_0xef8c9d[_0x3f464e];return _0x58da1a;}import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{deleteBffScript}from'../../core/api-client.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists,resolveLocalFilePathFromLockKey}from'../../core/bff/file-system.js';import{ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{CliErrors}from'../../errors.js';import{sleep}from'../../utils/sleep.js';function a32_0xef8c(){const _0x578511=['Would\x20delete\x20','appCode','No\x20lock\x20entry\x20found\x20for\x20\x22','12irYdow','stringify','\x20\x20-\x20','lastSync','5935DODkKy','Lock\x20key\x20(e.g.\x20ENDPOINT/createOrder)\x20or\x20short\x20function\x20name','high-risk-write','7oIYVjn','join','str','550DfbmqR','122737sUmceU','keys','Local\x20delete\x20not\x20settled\x20for\x20','validation','find','Function\x20not\x20found:\x20','<timestamp>','313940GJUFpg','Lock\x20scope\x20for\x20app\x20\x22','scriptsRoot','POST','Deleted\x20','target','675258jGVAAa','apps','lockFilePath','remoteId','toISOString','BFF\x20lock\x20file\x20not\x20found.','2761336rHanQA','replace','delete','835672FOXOlE','trashDir','string','5112ksiAdl','1990863RzjAoW','BFF\x20lock\x20file\x20not\x20found.\x20Run\x20`push`\x20or\x20`pull`\x20first\x20to\x20initialize\x20sync\x20state.','length','functions','map','projectRoot','split','startsWith','Multiple\x20functions\x20match\x20\x22'];a32_0xef8c=function(){return _0x578511;};return a32_0xef8c();}export const bffDelete={'service':'bff','command':'delete','description':'Delete\x20a\x20BFF\x20script\x20from\x20remote\x20and\x20local','risk':a32_0xf10a8c(0xa9),'flags':[{'name':a32_0xf10a8c(0xba),'type':a32_0xf10a8c(0xc6),'required':!![],'description':a32_0xf10a8c(0xa8)}],async 'validate'(_0x3b687f){const _0x1bffb2=a32_0xf10a8c,_0x177153=loadBffProjectConfig(_0x3b687f[_0x1bffb2(0xd2)]),_0x27fd83=await readBffLockFile(_0x177153[_0x1bffb2(0xbd)]);if(!_0x27fd83)throw CliErrors[_0x1bffb2(0xb1)](_0x1bffb2(0xc9));},async 'dryRun'(_0xbe8ca6){const _0x5143a0=a32_0xf10a8c,_0x2847a6=loadBffProjectConfig(_0xbe8ca6[_0x5143a0(0xd2)]),_0x73d696=await readBffLockFile(_0x2847a6[_0x5143a0(0xbd)]);if(!_0x73d696)throw CliErrors['validation']('BFF\x20lock\x20file\x20not\x20found.');const {appLock:_0x309fa3}=ensureLockScope(_0x73d696,_0xbe8ca6[_0x5143a0(0xd2)],_0x2847a6['scriptsRoot'],'delete'),_0x43d390=_0xbe8ca6[_0x5143a0(0xac)](_0x5143a0(0xba)),_0x5ba9cf=Object[_0x5143a0(0xaf)](_0x309fa3[_0x5143a0(0xcb)]),_0x46bcdd=resolveDeleteTarget(_0x43d390,_0x5ba9cf),_0x13dbbf=_0x309fa3[_0x5143a0(0xcb)][_0x46bcdd];if(!_0x13dbbf)throw CliErrors['validation']('No\x20lock\x20entry\x20found\x20for\x20\x22'+_0x46bcdd+'\x22.');const _0x50ced7=resolveLocalFilePathFromLockKey(_0x2847a6,_0x46bcdd),_0x1d95e7=relative(_0x2847a6['projectRoot'],_0x50ced7),_0x131271=join(_0x2847a6['trashDir'],_0x5143a0(0xb4),_0x1d95e7);return{'method':_0x5143a0(0xb8),'url':'/api/management/library/scripts/delete','body':{'appCode':_0xbe8ca6[_0x5143a0(0xd2)],'target':_0x46bcdd,'remoteId':_0x13dbbf[_0x5143a0(0xbe)],'localFilePath':_0x50ced7,'trashedPath':_0x131271},'description':_0x5143a0(0xd1)+_0x46bcdd+'\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20trash'};},async 'execute'(_0x5737ad){const _0x59829a=a32_0xf10a8c,_0x57d187=loadBffProjectConfig(_0x5737ad[_0x59829a(0xd2)]),_0x397d1c=await readBffLockFile(_0x57d187[_0x59829a(0xbd)]);if(!_0x397d1c)throw CliErrors[_0x59829a(0xb1)](_0x59829a(0xc0));const {lockData:_0x38e790,appLock:_0x4ae2b7}=ensureLockScope(_0x397d1c,_0x5737ad[_0x59829a(0xd2)],_0x57d187[_0x59829a(0xb7)],_0x59829a(0xc3)),_0x1701ac=JSON['parse'](JSON[_0x59829a(0xa4)](_0x38e790)),_0x1a8852=_0x1701ac[_0x59829a(0xbc)][_0x5737ad[_0x59829a(0xd2)]];if(!_0x1a8852)throw new Error(_0x59829a(0xb6)+_0x5737ad[_0x59829a(0xd2)]+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x5b32d1=_0x5737ad[_0x59829a(0xac)](_0x59829a(0xba)),_0x34cf5e=Object[_0x59829a(0xaf)](_0x1a8852[_0x59829a(0xcb)]),_0x4148d3=resolveDeleteTarget(_0x5b32d1,_0x34cf5e),_0x3d486d=_0x1a8852['functions'][_0x4148d3];if(!_0x3d486d)throw CliErrors['validation'](_0x59829a(0xd3)+_0x4148d3+'\x22.');await deleteBffScript(_0x3d486d['remoteId']),delete _0x1a8852[_0x59829a(0xcb)][_0x4148d3],_0x1a8852[_0x59829a(0xa6)]=new Date()['toISOString'](),await writeBffLockFile(_0x57d187['lockFilePath'],_0x1701ac);const _0x3511b2=resolveLocalFilePathFromLockKey(_0x57d187,_0x4148d3);let _0x5a5348;await fileExists(_0x3511b2)&&(_0x5a5348=await moveToTrash(_0x57d187[_0x59829a(0xcd)],_0x57d187[_0x59829a(0xc5)],_0x3511b2),await cleanupEmptyDirectories(dirname(_0x3511b2),_0x57d187['scriptsRootDir']));await waitForDeleteSettlement(_0x57d187['lockFilePath'],_0x5737ad[_0x59829a(0xd2)],_0x4148d3,_0x3511b2),await sleep(0x96);const _0x1f9ae0={'deleted':_0x4148d3,'remoteId':_0x3d486d[_0x59829a(0xbe)]};if(_0x5a5348)_0x1f9ae0['trashedTo']=_0x5a5348;return{'ok':!![],'data':_0x1f9ae0,'message':_0x59829a(0xb9)+_0x4148d3+(_0x5a5348?'\x20(local\x20file\x20moved\x20to\x20trash)':'')};}};function resolveDeleteTarget(_0x18dc95,_0x51eac3){const _0x31e981=a32_0xf10a8c;if(_0x18dc95['includes']('/')){const _0x5b6df8=_0x51eac3[_0x31e981(0xb2)](_0x332c77=>_0x332c77===_0x18dc95);if(!_0x5b6df8)throw CliErrors['validation']('Function\x20not\x20found:\x20'+_0x18dc95);return _0x5b6df8;}const _0x118513=_0x51eac3['filter'](_0x383647=>_0x383647[_0x31e981(0xce)]('/')['at'](-0x1)===_0x18dc95);if(_0x118513[_0x31e981(0xca)]===0x0)throw CliErrors['validation'](_0x31e981(0xb3)+_0x18dc95);if(_0x118513[_0x31e981(0xca)]>0x1)throw CliErrors[_0x31e981(0xb1)](_0x31e981(0xd0)+_0x18dc95+'\x22.\x20Use\x20the\x20full\x20lock\x20key:\x0a'+_0x118513[_0x31e981(0xcc)](_0x3f4d15=>_0x31e981(0xa5)+_0x3f4d15)[_0x31e981(0xab)]('\x0a'));return _0x118513[0x0];}async function moveToTrash(_0x3b55a7,_0x582acc,_0x38ed36){const _0x1f92dd=a32_0xf10a8c,_0x15824f=new Date()[_0x1f92dd(0xbf)]()[_0x1f92dd(0xc2)](/[:.]/g,'-'),_0x422d49=relative(_0x3b55a7,_0x38ed36),_0x4cbfe8=join(_0x582acc,_0x15824f,_0x422d49);return await mkdir(dirname(_0x4cbfe8),{'recursive':!![]}),await rename(_0x38ed36,_0x4cbfe8),_0x4cbfe8;}async function cleanupEmptyDirectories(_0x7ae32,_0x3c9857){const _0x4400b8=a32_0xf10a8c;let _0x5c7ee3=resolve(_0x7ae32);const _0x1bcf69=resolve(_0x3c9857);while(_0x5c7ee3[_0x4400b8(0xcf)](''+_0x1bcf69+sep)||_0x5c7ee3===_0x1bcf69){if(_0x5c7ee3===_0x1bcf69)return;try{const _0x13e64f=await readdir(_0x5c7ee3);if(_0x13e64f[_0x4400b8(0xca)]>0x0)return;await rmdir(_0x5c7ee3);}catch{return;}_0x5c7ee3=dirname(_0x5c7ee3);}}const DELETE_SETTLE_RETRY_COUNT=0x14,DELETE_SETTLE_DELAY_MS=0x64;async function waitForDeleteSettlement(_0x52e8d0,_0x1542b4,_0x53f341,_0x48ac97){const _0x521dce=a32_0xf10a8c;for(let _0x4e55ac=0x0;_0x4e55ac<DELETE_SETTLE_RETRY_COUNT;_0x4e55ac+=0x1){const _0x4431dc=await readBffLockFile(_0x52e8d0),_0x507ec3=!!_0x4431dc?.['apps']?.[_0x1542b4]?.[_0x521dce(0xcb)]?.[_0x53f341],_0x4d6a56=await fileExists(_0x48ac97);if(!_0x507ec3&&!_0x4d6a56)return;await sleep(DELETE_SETTLE_DELAY_MS);}throw new Error(_0x521dce(0xb0)+_0x53f341+'.');}
1
+ const a32_0x41e18a=a32_0x4a56;(function(_0x47b5b8,_0x4e39c6){const _0x330040=a32_0x4a56,_0x1c1336=_0x47b5b8();while(!![]){try{const _0x5b3a4c=-parseInt(_0x330040(0x15e))/0x1*(-parseInt(_0x330040(0x15d))/0x2)+parseInt(_0x330040(0x171))/0x3*(-parseInt(_0x330040(0x15f))/0x4)+-parseInt(_0x330040(0x16a))/0x5*(parseInt(_0x330040(0x156))/0x6)+-parseInt(_0x330040(0x167))/0x7*(-parseInt(_0x330040(0x160))/0x8)+-parseInt(_0x330040(0x16c))/0x9+parseInt(_0x330040(0x162))/0xa*(-parseInt(_0x330040(0x14c))/0xb)+parseInt(_0x330040(0x14e))/0xc;if(_0x5b3a4c===_0x4e39c6)break;else _0x1c1336['push'](_0x1c1336['shift']());}catch(_0x724258){_0x1c1336['push'](_0x1c1336['shift']());}}}(a32_0xb892,0x875b6));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{deleteBffScript}from'../../core/api-client.js';import{loadBffProjectConfig}from'../../core/bff/config.js';function a32_0xb892(){const _0x4d6193=['stringify','split','filter','32050bOYIyy','49OGmsTT','50348XPBxnh','2824KdmKtY','trashedTo','55030XcNJAU','keys','BFF\x20lock\x20file\x20not\x20found.','remoteId','str','10318RKMTMm','\x20(local\x20file\x20moved\x20to\x20trash)','map','420175AFUkOE','functions','4309344PTNTKE','trashDir','validation','lockFilePath','\x22.\x20Use\x20the\x20full\x20lock\x20key:\x0a','21RBBkia','BFF\x20lock\x20file\x20not\x20found.\x20Run\x20`push`\x20or\x20`pull`\x20first\x20to\x20initialize\x20sync\x20state.','find','Local\x20delete\x20not\x20settled\x20for\x20','projectRoot','apps','scriptsRootDir','includes','No\x20lock\x20entry\x20found\x20for\x20\x22','delete','join','1188wMOZFP','\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20trash','6938328Qhhnzo','length','target','Lock\x20key\x20(e.g.\x20ENDPOINT/createOrder)\x20or\x20short\x20function\x20name','appCode','Lock\x20scope\x20for\x20app\x20\x22','\x20\x20-\x20','bff','12CEFOFW','\x22\x20not\x20found\x20after\x20ensureLockScope.','scriptsRoot','toISOString'];a32_0xb892=function(){return _0x4d6193;};return a32_0xb892();}import{fileExists,resolveLocalFilePathFromLockKey}from'../../core/bff/file-system.js';import{ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{CliErrors}from'../../errors.js';import{sleep}from'../../utils/sleep.js';function a32_0x4a56(_0x3b6be7,_0x3c5489){_0x3b6be7=_0x3b6be7-0x14b;const _0xb892ad=a32_0xb892();let _0x4a5683=_0xb892ad[_0x3b6be7];return _0x4a5683;}export const bffDelete={'service':a32_0x41e18a(0x155),'command':a32_0x41e18a(0x17a),'description':'Delete\x20a\x20BFF\x20script\x20from\x20remote\x20and\x20local','risk':'high-risk-write','flags':[{'name':a32_0x41e18a(0x150),'type':'string','required':!![],'description':a32_0x41e18a(0x151)}],async 'validate'(_0x494e34){const _0x1211bc=a32_0x41e18a,_0x143b0d=loadBffProjectConfig(_0x494e34['appCode']),_0xb6398b=await readBffLockFile(_0x143b0d[_0x1211bc(0x16f)]);if(!_0xb6398b)throw CliErrors[_0x1211bc(0x16e)](_0x1211bc(0x172));},async 'dryRun'(_0x52d161){const _0x5eb372=a32_0x41e18a,_0x517dad=loadBffProjectConfig(_0x52d161[_0x5eb372(0x152)]),_0x2f72dd=await readBffLockFile(_0x517dad['lockFilePath']);if(!_0x2f72dd)throw CliErrors[_0x5eb372(0x16e)](_0x5eb372(0x164));const {appLock:_0x3239c9}=ensureLockScope(_0x2f72dd,_0x52d161[_0x5eb372(0x152)],_0x517dad[_0x5eb372(0x158)],_0x5eb372(0x17a)),_0x234fec=_0x52d161[_0x5eb372(0x166)](_0x5eb372(0x150)),_0x27ec81=Object[_0x5eb372(0x163)](_0x3239c9[_0x5eb372(0x16b)]),_0x15d02b=resolveDeleteTarget(_0x234fec,_0x27ec81),_0x19715b=_0x3239c9[_0x5eb372(0x16b)][_0x15d02b];if(!_0x19715b)throw CliErrors[_0x5eb372(0x16e)](_0x5eb372(0x179)+_0x15d02b+'\x22.');const _0x412a19=resolveLocalFilePathFromLockKey(_0x517dad,_0x15d02b),_0x1c2d1a=relative(_0x517dad[_0x5eb372(0x175)],_0x412a19),_0x268c83=join(_0x517dad[_0x5eb372(0x16d)],'<timestamp>',_0x1c2d1a);return{'method':'POST','url':'/api/management/library/scripts/delete','body':{'appCode':_0x52d161[_0x5eb372(0x152)],'target':_0x15d02b,'remoteId':_0x19715b[_0x5eb372(0x165)],'localFilePath':_0x412a19,'trashedPath':_0x268c83},'description':'Would\x20delete\x20'+_0x15d02b+_0x5eb372(0x14d)};},async 'execute'(_0x227f37){const _0x3ee4f=a32_0x41e18a,_0x23f4ae=loadBffProjectConfig(_0x227f37[_0x3ee4f(0x152)]),_0x5bee57=await readBffLockFile(_0x23f4ae[_0x3ee4f(0x16f)]);if(!_0x5bee57)throw CliErrors[_0x3ee4f(0x16e)](_0x3ee4f(0x164));const {lockData:_0x521574,appLock:_0x389a49}=ensureLockScope(_0x5bee57,_0x227f37[_0x3ee4f(0x152)],_0x23f4ae[_0x3ee4f(0x158)],_0x3ee4f(0x17a)),_0x3ceb6a=JSON['parse'](JSON[_0x3ee4f(0x15a)](_0x521574)),_0x25e1b9=_0x3ceb6a[_0x3ee4f(0x176)][_0x227f37[_0x3ee4f(0x152)]];if(!_0x25e1b9)throw new Error(_0x3ee4f(0x153)+_0x227f37[_0x3ee4f(0x152)]+_0x3ee4f(0x157));const _0xf3eeb4=_0x227f37[_0x3ee4f(0x166)]('target'),_0x90fb92=Object[_0x3ee4f(0x163)](_0x25e1b9[_0x3ee4f(0x16b)]),_0x452197=resolveDeleteTarget(_0xf3eeb4,_0x90fb92),_0x388d8a=_0x25e1b9[_0x3ee4f(0x16b)][_0x452197];if(!_0x388d8a)throw CliErrors[_0x3ee4f(0x16e)](_0x3ee4f(0x179)+_0x452197+'\x22.');await deleteBffScript(_0x388d8a[_0x3ee4f(0x165)]),delete _0x25e1b9[_0x3ee4f(0x16b)][_0x452197],_0x25e1b9['lastSync']=new Date()[_0x3ee4f(0x159)](),await writeBffLockFile(_0x23f4ae['lockFilePath'],_0x3ceb6a);const _0x275bad=resolveLocalFilePathFromLockKey(_0x23f4ae,_0x452197);let _0x114109;await fileExists(_0x275bad)&&(_0x114109=await moveToTrash(_0x23f4ae['projectRoot'],_0x23f4ae[_0x3ee4f(0x16d)],_0x275bad),await cleanupEmptyDirectories(dirname(_0x275bad),_0x23f4ae[_0x3ee4f(0x177)]));await waitForDeleteSettlement(_0x23f4ae[_0x3ee4f(0x16f)],_0x227f37[_0x3ee4f(0x152)],_0x452197,_0x275bad),await sleep(0x96);const _0x4cc807={'deleted':_0x452197,'remoteId':_0x388d8a[_0x3ee4f(0x165)]};if(_0x114109)_0x4cc807[_0x3ee4f(0x161)]=_0x114109;return{'ok':!![],'data':_0x4cc807,'message':'Deleted\x20'+_0x452197+(_0x114109?_0x3ee4f(0x168):'')};}};function resolveDeleteTarget(_0x53bda1,_0x4ea298){const _0x1ccd96=a32_0x41e18a;if(_0x53bda1[_0x1ccd96(0x178)]('/')){const _0x230b1c=_0x4ea298[_0x1ccd96(0x173)](_0x2d0367=>_0x2d0367===_0x53bda1);if(!_0x230b1c)throw CliErrors[_0x1ccd96(0x16e)]('Function\x20not\x20found:\x20'+_0x53bda1);return _0x230b1c;}const _0x5a8eab=_0x4ea298[_0x1ccd96(0x15c)](_0x2a5cf5=>_0x2a5cf5[_0x1ccd96(0x15b)]('/')['at'](-0x1)===_0x53bda1);if(_0x5a8eab['length']===0x0)throw CliErrors[_0x1ccd96(0x16e)]('Function\x20not\x20found:\x20'+_0x53bda1);if(_0x5a8eab[_0x1ccd96(0x14f)]>0x1)throw CliErrors[_0x1ccd96(0x16e)]('Multiple\x20functions\x20match\x20\x22'+_0x53bda1+_0x1ccd96(0x170)+_0x5a8eab[_0x1ccd96(0x169)](_0x194c7b=>_0x1ccd96(0x154)+_0x194c7b)[_0x1ccd96(0x14b)]('\x0a'));return _0x5a8eab[0x0];}async function moveToTrash(_0x33bc03,_0xfa1621,_0x435afa){const _0x3e1bfa=a32_0x41e18a,_0x2675d1=new Date()[_0x3e1bfa(0x159)]()['replace'](/[:.]/g,'-'),_0xf20f6f=relative(_0x33bc03,_0x435afa),_0x37d529=join(_0xfa1621,_0x2675d1,_0xf20f6f);return await mkdir(dirname(_0x37d529),{'recursive':!![]}),await rename(_0x435afa,_0x37d529),_0x37d529;}async function cleanupEmptyDirectories(_0x20aa01,_0x4648a1){const _0x305998=a32_0x41e18a;let _0x5bfb00=resolve(_0x20aa01);const _0x26eaa1=resolve(_0x4648a1);while(_0x5bfb00['startsWith'](''+_0x26eaa1+sep)||_0x5bfb00===_0x26eaa1){if(_0x5bfb00===_0x26eaa1)return;try{const _0x5a7aaa=await readdir(_0x5bfb00);if(_0x5a7aaa[_0x305998(0x14f)]>0x0)return;await rmdir(_0x5bfb00);}catch{return;}_0x5bfb00=dirname(_0x5bfb00);}}const DELETE_SETTLE_RETRY_COUNT=0x14,DELETE_SETTLE_DELAY_MS=0x64;async function waitForDeleteSettlement(_0x4b8dc5,_0x29b8b0,_0x461b33,_0x385576){const _0xbf1eed=a32_0x41e18a;for(let _0x6db745=0x0;_0x6db745<DELETE_SETTLE_RETRY_COUNT;_0x6db745+=0x1){const _0x594636=await readBffLockFile(_0x4b8dc5),_0xe3fb3b=!!_0x594636?.[_0xbf1eed(0x176)]?.[_0x29b8b0]?.[_0xbf1eed(0x16b)]?.[_0x461b33],_0x38ee6b=await fileExists(_0x385576);if(!_0xe3fb3b&&!_0x38ee6b)return;await sleep(DELETE_SETTLE_DELAY_MS);}throw new Error(_0xbf1eed(0x174)+_0x461b33+'.');}
@@ -1 +1 @@
1
- const a33_0x25971=a33_0x47de;(function(_0x18fee9,_0x64dd82){const _0x53840b=a33_0x47de,_0x2bef61=_0x18fee9();while(!![]){try{const _0x1e829c=-parseInt(_0x53840b(0x148))/0x1+-parseInt(_0x53840b(0x146))/0x2*(parseInt(_0x53840b(0x149))/0x3)+-parseInt(_0x53840b(0x14e))/0x4+-parseInt(_0x53840b(0x140))/0x5*(-parseInt(_0x53840b(0x147))/0x6)+parseInt(_0x53840b(0x152))/0x7*(parseInt(_0x53840b(0x145))/0x8)+-parseInt(_0x53840b(0x14f))/0x9+-parseInt(_0x53840b(0x151))/0xa*(-parseInt(_0x53840b(0x14d))/0xb);if(_0x1e829c===_0x64dd82)break;else _0x2bef61['push'](_0x2bef61['shift']());}catch(_0x48c1ba){_0x2bef61['push'](_0x2bef61['shift']());}}}(a33_0x5410,0xe7019));import{getBffScriptInfo}from'../../core/api-client.js';function a33_0x47de(_0x4bdbdf,_0x573de3){_0x4bdbdf=_0x4bdbdf-0x13f;const _0x5410f2=a33_0x5410();let _0x47de26=_0x5410f2[_0x4bdbdf];return _0x47de26;}export const bffDetail={'service':a33_0x25971(0x144),'command':'detail','description':a33_0x25971(0x14b),'risk':'read','flags':[{'name':'id','type':a33_0x25971(0x142),'required':!![],'description':a33_0x25971(0x13f)},{'name':a33_0x25971(0x153),'type':a33_0x25971(0x14a),'description':a33_0x25971(0x141)}],async 'execute'(_0x3c4417){const _0x9a2cf4=a33_0x25971,_0x3192bc=await getBffScriptInfo(_0x3c4417[_0x9a2cf4(0x155)]('id')),_0x33d41d=_0x3c4417[_0x9a2cf4(0x156)](_0x9a2cf4(0x153));if(_0x33d41d)return{'ok':!![],'data':_0x3192bc};return{'ok':!![],'data':{'id':_0x3192bc['id'],'appCode':_0x3192bc[_0x9a2cf4(0x150)],'scriptType':_0x3192bc[_0x9a2cf4(0x14c)],'description':_0x3192bc[_0x9a2cf4(0x157)]||_0x9a2cf4(0x154),'createdTime':_0x3192bc['createdTime']??'','updatedTime':_0x3192bc['updatedTime']??'','scriptContent':_0x3192bc[_0x9a2cf4(0x143)]??''}};}};function a33_0x5410(){const _0x496a05=['boolean','Get\x20BFF\x20script\x20details\x20by\x20ID','scriptType','11KPuiOW','4292BYsLni','8846037bBngNk','appCode','21919660jwoqYX','19586xDorXX','verbose','(none)','num','bool','description','Script\x20ID','49590IydhBg','Return\x20full\x20raw\x20script\x20object','number','scriptContent','bff','64uKfAmj','2582zjGZRI','456pYOgSu','420853XddZXc','1434wKBPlD'];a33_0x5410=function(){return _0x496a05;};return a33_0x5410();}
1
+ const a33_0xb0de2a=a33_0x2f8c;(function(_0x9d50fa,_0x479a57){const _0x24f81b=a33_0x2f8c,_0x1c2bee=_0x9d50fa();while(!![]){try{const _0xc1b7f4=parseInt(_0x24f81b(0x166))/0x1+-parseInt(_0x24f81b(0x15d))/0x2+parseInt(_0x24f81b(0x15c))/0x3*(-parseInt(_0x24f81b(0x168))/0x4)+parseInt(_0x24f81b(0x161))/0x5*(parseInt(_0x24f81b(0x16c))/0x6)+parseInt(_0x24f81b(0x16a))/0x7+-parseInt(_0x24f81b(0x169))/0x8*(parseInt(_0x24f81b(0x15e))/0x9)+-parseInt(_0x24f81b(0x16f))/0xa;if(_0xc1b7f4===_0x479a57)break;else _0x1c2bee['push'](_0x1c2bee['shift']());}catch(_0x4d76ec){_0x1c2bee['push'](_0x1c2bee['shift']());}}}(a33_0x4af1,0x439bf));import{getBffScriptInfo}from'../../core/api-client.js';function a33_0x4af1(){const _0x85e0be=['verbose','num','createdTime','bool','12300eDUoYz','374466ewbuaQ','153CHncZq','read','Return\x20full\x20raw\x20script\x20object','5ikEwsk','description','number','scriptType','Script\x20ID','525375wjwift','updatedTime','124bIuNOf','151016BxaIDc','3698597XfIkap','detail','397662hiGQSr','(none)','appCode','2078540nYmhyV','Get\x20BFF\x20script\x20details\x20by\x20ID','boolean'];a33_0x4af1=function(){return _0x85e0be;};return a33_0x4af1();}function a33_0x2f8c(_0x33598b,_0x562dc4){_0x33598b=_0x33598b-0x157;const _0x4af1b9=a33_0x4af1();let _0x2f8c33=_0x4af1b9[_0x33598b];return _0x2f8c33;}export const bffDetail={'service':'bff','command':a33_0xb0de2a(0x16b),'description':a33_0xb0de2a(0x170),'risk':a33_0xb0de2a(0x15f),'flags':[{'name':'id','type':a33_0xb0de2a(0x163),'required':!![],'description':a33_0xb0de2a(0x165)},{'name':a33_0xb0de2a(0x158),'type':a33_0xb0de2a(0x157),'description':a33_0xb0de2a(0x160)}],async 'execute'(_0x37f263){const _0xc8fd11=a33_0xb0de2a,_0x2c4f25=await getBffScriptInfo(_0x37f263[_0xc8fd11(0x159)]('id')),_0x3df3ac=_0x37f263[_0xc8fd11(0x15b)]('verbose');if(_0x3df3ac)return{'ok':!![],'data':_0x2c4f25};return{'ok':!![],'data':{'id':_0x2c4f25['id'],'appCode':_0x2c4f25[_0xc8fd11(0x16e)],'scriptType':_0x2c4f25[_0xc8fd11(0x164)],'description':_0x2c4f25[_0xc8fd11(0x162)]||_0xc8fd11(0x16d),'createdTime':_0x2c4f25[_0xc8fd11(0x15a)]??'','updatedTime':_0x2c4f25[_0xc8fd11(0x167)]??'','scriptContent':_0x2c4f25['scriptContent']??''}};}};
@@ -1 +1 @@
1
- (function(_0x4629d9,_0x22c70b){const _0x5aeadf=a34_0x1e48,_0x4660aa=_0x4629d9();while(!![]){try{const _0x184481=-parseInt(_0x5aeadf(0x11e))/0x1*(parseInt(_0x5aeadf(0x124))/0x2)+-parseInt(_0x5aeadf(0x126))/0x3*(parseInt(_0x5aeadf(0x125))/0x4)+-parseInt(_0x5aeadf(0x127))/0x5+-parseInt(_0x5aeadf(0x120))/0x6*(-parseInt(_0x5aeadf(0x11d))/0x7)+parseInt(_0x5aeadf(0x122))/0x8*(-parseInt(_0x5aeadf(0x123))/0x9)+-parseInt(_0x5aeadf(0x121))/0xa*(parseInt(_0x5aeadf(0x11c))/0xb)+parseInt(_0x5aeadf(0x11f))/0xc;if(_0x184481===_0x22c70b)break;else _0x4660aa['push'](_0x4660aa['shift']());}catch(_0x4ea348){_0x4660aa['push'](_0x4660aa['shift']());}}}(a34_0x181a,0x76492));import{bffList}from'../../commands/bff/list.js';function a34_0x1e48(_0x321507,_0x96b8e9){_0x321507=_0x321507-0x11c;const _0x181a15=a34_0x181a();let _0x1e4892=_0x181a15[_0x321507];return _0x1e4892;}import{bffDetail}from'../../commands/bff/detail.js';function a34_0x181a(){const _0x25d982=['518572BfeDzP','12EcQzxL','4161065ENKImN','9669HDojZa','35ZLijQj','451159rrzFbv','49338228qpOgqR','52476Xeqpxf','10680AgPBBE','201632hAHdER','171kyujHV','4DcPRpZ'];a34_0x181a=function(){return _0x25d982;};return a34_0x181a();}import{bffStatus}from'../../commands/bff/status.js';import{bffCreate}from'../../commands/bff/create.js';import{bffPush}from'../../commands/bff/push.js';import{bffPull}from'../../commands/bff/pull.js';import{bffDelete}from'../../commands/bff/delete.js';export const bffDefinitions=[bffList,bffDetail,bffStatus,bffCreate,bffPush,bffPull,bffDelete];
1
+ (function(_0x5494f3,_0x78b566){const _0x1ef8e6=a34_0x4ffa,_0x194d4a=_0x5494f3();while(!![]){try{const _0x4aeb36=parseInt(_0x1ef8e6(0x6c))/0x1*(-parseInt(_0x1ef8e6(0x68))/0x2)+parseInt(_0x1ef8e6(0x70))/0x3+-parseInt(_0x1ef8e6(0x6f))/0x4*(-parseInt(_0x1ef8e6(0x69))/0x5)+-parseInt(_0x1ef8e6(0x6a))/0x6*(parseInt(_0x1ef8e6(0x6e))/0x7)+parseInt(_0x1ef8e6(0x6d))/0x8+-parseInt(_0x1ef8e6(0x71))/0x9+parseInt(_0x1ef8e6(0x6b))/0xa;if(_0x4aeb36===_0x78b566)break;else _0x194d4a['push'](_0x194d4a['shift']());}catch(_0x3cdbcb){_0x194d4a['push'](_0x194d4a['shift']());}}}(a34_0x3181,0xd38b1));function a34_0x4ffa(_0x1ca106,_0x49612b){_0x1ca106=_0x1ca106-0x68;const _0x318154=a34_0x3181();let _0x4ffa57=_0x318154[_0x1ca106];return _0x4ffa57;}import{bffList}from'../../commands/bff/list.js';import{bffDetail}from'../../commands/bff/detail.js';import{bffStatus}from'../../commands/bff/status.js';import{bffCreate}from'../../commands/bff/create.js';import{bffPush}from'../../commands/bff/push.js';import{bffPull}from'../../commands/bff/pull.js';import{bffDelete}from'../../commands/bff/delete.js';export const bffDefinitions=[bffList,bffDetail,bffStatus,bffCreate,bffPush,bffPull,bffDelete];function a34_0x3181(){const _0x4e9c01=['3975714fpOAAj','1559926lYFaBa','26995NAKlNe','156eHluab','17221080XaFYuL','1drjRKS','3246616yLqpfH','112028EbzxsK','24cSkfrh','1031895WevJsL'];a34_0x3181=function(){return _0x4e9c01;};return a34_0x3181();}
@@ -1 +1 @@
1
- function a35_0xdb13(_0x1945e4,_0x5e0206){_0x1945e4=_0x1945e4-0x173;const _0x376678=a35_0x3766();let _0xdb1307=_0x376678[_0x1945e4];return _0xdb1307;}function a35_0x3766(){const _0x1a7447=['functionName','description','boolean','scriptType','9qtuyxM','51570hPNmOy','length','read','44NFmVVC','973JaNtai','list','Filter\x20by\x20script\x20name','Return\x20full\x20script\x20objects','1128wtHwkq','(unnamed)','252StXPHX','3138776IbZFLU','bff','name','List\x20BFF\x20scripts','string','783708qAobrS','1766511yDAInB','str','bool','2224230EmzGuJ','Script\x20type\x20filter','ENDPOINT','verbose','map','13938KrmJaM','2gtWiwn','type','7735KlyQJJ'];a35_0x3766=function(){return _0x1a7447;};return a35_0x3766();}const a35_0x1035ca=a35_0xdb13;(function(_0x3d31e5,_0x197293){const _0x2ea226=a35_0xdb13,_0x4c9b18=_0x3d31e5();while(!![]){try{const _0x482710=parseInt(_0x2ea226(0x18e))/0x1+-parseInt(_0x2ea226(0x176))/0x2*(parseInt(_0x2ea226(0x18f))/0x3)+-parseInt(_0x2ea226(0x188))/0x4*(parseInt(_0x2ea226(0x17e))/0x5)+-parseInt(_0x2ea226(0x175))/0x6*(parseInt(_0x2ea226(0x182))/0x7)+parseInt(_0x2ea226(0x189))/0x8*(parseInt(_0x2ea226(0x17d))/0x9)+parseInt(_0x2ea226(0x192))/0xa*(parseInt(_0x2ea226(0x181))/0xb)+parseInt(_0x2ea226(0x186))/0xc*(parseInt(_0x2ea226(0x178))/0xd);if(_0x482710===_0x197293)break;else _0x4c9b18['push'](_0x4c9b18['shift']());}catch(_0x507ebb){_0x4c9b18['push'](_0x4c9b18['shift']());}}}(a35_0x3766,0x88c21));import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':a35_0x1035ca(0x18a),'command':a35_0x1035ca(0x183),'description':a35_0x1035ca(0x18c),'risk':a35_0x1035ca(0x180),'flags':[{'name':a35_0x1035ca(0x177),'type':a35_0x1035ca(0x18d),'description':a35_0x1035ca(0x193),'default':'ENDPOINT','enum':[a35_0x1035ca(0x194),'COMMON']},{'name':a35_0x1035ca(0x18b),'type':a35_0x1035ca(0x18d),'description':a35_0x1035ca(0x184)},{'name':a35_0x1035ca(0x173),'type':a35_0x1035ca(0x17b),'description':a35_0x1035ca(0x185)}],async 'execute'(_0x2bea2f){const _0x9c4ad6=a35_0x1035ca,_0x21b475=await listBffScripts(_0x2bea2f['appCode'],_0x2bea2f[_0x9c4ad6(0x190)](_0x9c4ad6(0x177)),{'scriptName':_0x2bea2f['str'](_0x9c4ad6(0x18b))||undefined}),_0x4413cd=_0x2bea2f[_0x9c4ad6(0x191)]('verbose');return{'ok':!![],'data':_0x4413cd?_0x21b475:_0x21b475[_0x9c4ad6(0x174)](_0x3be94d=>({'id':_0x3be94d['id'],'functionName':_0x3be94d[_0x9c4ad6(0x179)]??'','description':_0x3be94d[_0x9c4ad6(0x17a)]||_0x9c4ad6(0x187),'scriptType':_0x3be94d[_0x9c4ad6(0x17c)]})),'message':_0x21b475[_0x9c4ad6(0x17f)]===0x0?'No\x20BFF\x20scripts\x20found.':undefined};}};
1
+ function a35_0x3316(){const _0x2d882e=['scriptType','bool','7532QFzvKk','read','str','110554UnbAlC','2556AdXPdr','functionName','boolean','name','1223173gyJJUu','type','map','2570rddNkU','14128xuUIPi','string','ENDPOINT','8177860zJLixX','1036303YEUnBo','No\x20BFF\x20scripts\x20found.','20738223WRFbKh','Return\x20full\x20script\x20objects','List\x20BFF\x20scripts','(unnamed)','84cGpFKA','24bfqGCA','COMMON','Script\x20type\x20filter','verbose'];a35_0x3316=function(){return _0x2d882e;};return a35_0x3316();}function a35_0x4ec2(_0x6a3e7b,_0x31e9af){_0x6a3e7b=_0x6a3e7b-0xca;const _0x33163b=a35_0x3316();let _0x4ec2c9=_0x33163b[_0x6a3e7b];return _0x4ec2c9;}const a35_0x132eb1=a35_0x4ec2;(function(_0x48630e,_0x3fd3a5){const _0x3176e1=a35_0x4ec2,_0x51b8d5=_0x48630e();while(!![]){try{const _0xde9629=-parseInt(_0x3176e1(0xdc))/0x1+parseInt(_0x3176e1(0xcf))/0x2*(parseInt(_0x3176e1(0xe2))/0x3)+-parseInt(_0x3176e1(0xcc))/0x4*(parseInt(_0x3176e1(0xd7))/0x5)+-parseInt(_0x3176e1(0xe3))/0x6*(-parseInt(_0x3176e1(0xd4))/0x7)+-parseInt(_0x3176e1(0xd8))/0x8*(parseInt(_0x3176e1(0xd0))/0x9)+-parseInt(_0x3176e1(0xdb))/0xa+parseInt(_0x3176e1(0xde))/0xb;if(_0xde9629===_0x3fd3a5)break;else _0x51b8d5['push'](_0x51b8d5['shift']());}catch(_0x31c1f8){_0x51b8d5['push'](_0x51b8d5['shift']());}}}(a35_0x3316,0xc563e));import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':'bff','command':'list','description':a35_0x132eb1(0xe0),'risk':a35_0x132eb1(0xcd),'flags':[{'name':a35_0x132eb1(0xd5),'type':'string','description':a35_0x132eb1(0xe5),'default':'ENDPOINT','enum':[a35_0x132eb1(0xda),a35_0x132eb1(0xe4)]},{'name':a35_0x132eb1(0xd3),'type':a35_0x132eb1(0xd9),'description':'Filter\x20by\x20script\x20name'},{'name':a35_0x132eb1(0xe6),'type':a35_0x132eb1(0xd2),'description':a35_0x132eb1(0xdf)}],async 'execute'(_0x297ec0){const _0x10a873=a35_0x132eb1,_0x38b18c=await listBffScripts(_0x297ec0['appCode'],_0x297ec0[_0x10a873(0xce)]('type'),{'scriptName':_0x297ec0[_0x10a873(0xce)](_0x10a873(0xd3))||undefined}),_0x279fc7=_0x297ec0[_0x10a873(0xcb)](_0x10a873(0xe6));return{'ok':!![],'data':_0x279fc7?_0x38b18c:_0x38b18c[_0x10a873(0xd6)](_0x489ba6=>({'id':_0x489ba6['id'],'functionName':_0x489ba6[_0x10a873(0xd1)]??'','description':_0x489ba6['description']||_0x10a873(0xe1),'scriptType':_0x489ba6[_0x10a873(0xca)]})),'message':_0x38b18c['length']===0x0?_0x10a873(0xdd):undefined};}};