@lovrabet/rabetbase-cli 2.3.13 → 2.3.14

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 (263) 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/asset-update.js +1 -1
  103. package/lib/commands/menu/delete.js +1 -1
  104. package/lib/commands/menu/external-link-create.js +1 -1
  105. package/lib/commands/menu/external-link-update.js +1 -1
  106. package/lib/commands/menu/group-create.js +1 -1
  107. package/lib/commands/menu/group-update.js +1 -1
  108. package/lib/commands/menu/index.js +1 -1
  109. package/lib/commands/menu/list.js +1 -1
  110. package/lib/commands/menu/move.js +1 -1
  111. package/lib/commands/menu/regroup-start.js +1 -1
  112. package/lib/commands/menu/shared/compare-table.js +1 -1
  113. package/lib/commands/menu/shared/delete-plan.js +1 -1
  114. package/lib/commands/menu/shared/facts.js +1 -1
  115. package/lib/commands/menu/shared/index.js +1 -1
  116. package/lib/commands/menu/shared/inquirer.js +1 -1
  117. package/lib/commands/menu/shared/local-pages.js +1 -1
  118. package/lib/commands/menu/shared/logic.js +1 -1
  119. package/lib/commands/menu/shared/mutations.js +1 -1
  120. package/lib/commands/menu/shared/service.js +1 -1
  121. package/lib/commands/menu/shared/sync-core.js +1 -1
  122. package/lib/commands/menu/shared/update-core.js +1 -1
  123. package/lib/commands/menu/shared/valid-url.js +1 -1
  124. package/lib/commands/menu/sync.js +1 -1
  125. package/lib/commands/notification/config-list.js +1 -1
  126. package/lib/commands/notification/index.js +1 -1
  127. package/lib/commands/ocr/index.js +1 -0
  128. package/lib/commands/page/generate-start.js +1 -1
  129. package/lib/commands/page/generate-status.js +1 -1
  130. package/lib/commands/page/index.js +1 -1
  131. package/lib/commands/page/pull.js +1 -1
  132. package/lib/commands/page/push.js +1 -1
  133. package/lib/commands/page/relation-audit.js +1 -1
  134. package/lib/commands/page/restore.js +1 -0
  135. package/lib/commands/page/shared.js +1 -1
  136. package/lib/commands/page/standard-page-status.js +1 -1
  137. package/lib/commands/page/sync.js +1 -1
  138. package/lib/commands/permit/index.js +1 -1
  139. package/lib/commands/permit/page-get.js +1 -1
  140. package/lib/commands/permit/page-set.js +1 -1
  141. package/lib/commands/permit/role-apis-set.js +1 -1
  142. package/lib/commands/permit/role-menus-set.js +1 -1
  143. package/lib/commands/permit/role-menus.js +1 -1
  144. package/lib/commands/permit/shared.js +1 -1
  145. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  146. package/lib/commands/project/create/format-elapsed.js +1 -1
  147. package/lib/commands/project/create/main.js +1 -1
  148. package/lib/commands/project/create/non-interactive.js +1 -1
  149. package/lib/commands/project/create/project-template-path.js +1 -1
  150. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  151. package/lib/commands/project/create/use-format-code.js +1 -1
  152. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  153. package/lib/commands/project/index.js +1 -1
  154. package/lib/commands/project/init.js +1 -1
  155. package/lib/commands/project/upgrade.js +1 -1
  156. package/lib/commands/registry.js +1 -1
  157. package/lib/commands/role/create.js +1 -1
  158. package/lib/commands/role/delete.js +1 -1
  159. package/lib/commands/role/detail.js +1 -1
  160. package/lib/commands/role/index.js +1 -1
  161. package/lib/commands/role/list.js +1 -1
  162. package/lib/commands/role/shared.js +1 -1
  163. package/lib/commands/role/update.js +1 -1
  164. package/lib/commands/role/user-add.js +1 -1
  165. package/lib/commands/role/user-remove.js +1 -1
  166. package/lib/commands/role/user-resolve.js +1 -1
  167. package/lib/commands/run/index.js +1 -1
  168. package/lib/commands/schema.js +1 -1
  169. package/lib/commands/sql/create.js +1 -1
  170. package/lib/commands/sql/delete.js +1 -1
  171. package/lib/commands/sql/detail.js +1 -1
  172. package/lib/commands/sql/exec.js +1 -1
  173. package/lib/commands/sql/index.js +1 -1
  174. package/lib/commands/sql/list.js +1 -1
  175. package/lib/commands/sql/pull.js +1 -1
  176. package/lib/commands/sql/push.js +1 -1
  177. package/lib/commands/sql/save.js +1 -1
  178. package/lib/commands/sql/shared.js +1 -1
  179. package/lib/commands/sql/status.js +1 -1
  180. package/lib/commands/sql/validate.js +1 -1
  181. package/lib/commands/task/index.js +1 -1
  182. package/lib/commands/task/status.js +1 -1
  183. package/lib/commands/workspace/add.js +1 -1
  184. package/lib/commands/workspace/index.js +1 -1
  185. package/lib/commands/workspace/remove.js +1 -1
  186. package/lib/config/schema.js +1 -1
  187. package/lib/constant/cdn.js +1 -1
  188. package/lib/constant/cli.js +1 -1
  189. package/lib/constant/defaults.js +1 -1
  190. package/lib/constant/domain.js +1 -1
  191. package/lib/constant/env.js +1 -1
  192. package/lib/constant/output.js +1 -1
  193. package/lib/constant/paths.js +1 -1
  194. package/lib/constant/risk.js +1 -1
  195. package/lib/context/app-resolver.js +1 -1
  196. package/lib/context/auth-resolver.js +1 -1
  197. package/lib/context/config-loader.js +1 -1
  198. package/lib/context.js +1 -1
  199. package/lib/core/alias-resolver.js +1 -1
  200. package/lib/core/api-client.js +1 -1
  201. package/lib/core/bff/config.js +1 -1
  202. package/lib/core/bff/file-system.js +1 -1
  203. package/lib/core/bff/hash.js +1 -1
  204. package/lib/core/bff/lock.js +1 -1
  205. package/lib/core/bff/utils.js +1 -1
  206. package/lib/core/db-resolver.js +1 -1
  207. package/lib/core/page/file-system.js +1 -1
  208. package/lib/core/page/hash.js +1 -1
  209. package/lib/core/page/lock.js +1 -1
  210. package/lib/core/sql-index-auditor.js +1 -1
  211. package/lib/core/sql-sync/config.js +1 -1
  212. package/lib/core/sql-sync/file-system.js +1 -1
  213. package/lib/core/sql-sync/hash.js +1 -1
  214. package/lib/core/sql-sync/lock.js +1 -1
  215. package/lib/core/sql-sync/utils.js +1 -1
  216. package/lib/core/sql-validator.js +1 -1
  217. package/lib/errors.js +1 -1
  218. package/lib/framework/build-all-flags.js +1 -1
  219. package/lib/framework/error-output.js +1 -1
  220. package/lib/framework/explicit-yes.js +1 -1
  221. package/lib/framework/flags.js +1 -1
  222. package/lib/framework/help.js +1 -1
  223. package/lib/framework/index.js +1 -1
  224. package/lib/framework/output.js +1 -1
  225. package/lib/framework/response.js +1 -1
  226. package/lib/framework/runner-alias.js +1 -1
  227. package/lib/framework/runner.js +1 -1
  228. package/lib/framework/schema-export.js +1 -1
  229. package/lib/framework/types.js +1 -1
  230. package/lib/generated/build-info.js +1 -1
  231. package/lib/help.js +1 -1
  232. package/lib/skills/main.js +1 -1
  233. package/lib/skills/npx-skills-add.js +1 -1
  234. package/lib/telemetry/cli-command-trace.js +1 -1
  235. package/lib/telemetry/cli-help-trace.js +1 -1
  236. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  237. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  238. package/lib/telemetry/send-cli-trace-log.js +1 -1
  239. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  240. package/lib/utils/ai_config.js +1 -1
  241. package/lib/utils/apply-jq-filter.js +1 -1
  242. package/lib/utils/cdn-config.js +1 -1
  243. package/lib/utils/check-sdk-version.js +1 -1
  244. package/lib/utils/cli-version-check.js +1 -1
  245. package/lib/utils/cli-version-policy.js +1 -1
  246. package/lib/utils/config.js +1 -1
  247. package/lib/utils/copy-directory.js +1 -1
  248. package/lib/utils/entity-with-id.js +1 -1
  249. package/lib/utils/file-utils.js +1 -1
  250. package/lib/utils/guides-cdn.js +1 -1
  251. package/lib/utils/http-client.js +1 -1
  252. package/lib/utils/is-non-interactive.js +1 -1
  253. package/lib/utils/logger.js +1 -1
  254. package/lib/utils/params.js +1 -1
  255. package/lib/utils/platform.js +1 -1
  256. package/lib/utils/rules-cdn.js +1 -1
  257. package/lib/utils/sleep.js +1 -1
  258. package/lib/utils/template-replacer.js +1 -1
  259. package/lib/utils/update-notice.js +1 -1
  260. package/lib/utils/version.js +1 -1
  261. package/lib/utils/with-active-cookie.js +1 -1
  262. package/lib/utils/write-cli-side-channel.js +1 -1
  263. package/package.json +1 -1
@@ -1 +1 @@
1
- const a20_0x56135c=a20_0x4ef6;(function(_0x294a1a,_0x49da96){const _0x5e6d75=a20_0x4ef6,_0x56457b=_0x294a1a();while(!![]){try{const _0x1bc529=-parseInt(_0x5e6d75(0x10d))/0x1*(parseInt(_0x5e6d75(0x109))/0x2)+parseInt(_0x5e6d75(0xff))/0x3*(-parseInt(_0x5e6d75(0x115))/0x4)+-parseInt(_0x5e6d75(0xf3))/0x5*(parseInt(_0x5e6d75(0x10e))/0x6)+-parseInt(_0x5e6d75(0x10a))/0x7+-parseInt(_0x5e6d75(0xf5))/0x8*(-parseInt(_0x5e6d75(0x11a))/0x9)+-parseInt(_0x5e6d75(0xfc))/0xa*(parseInt(_0x5e6d75(0x11d))/0xb)+parseInt(_0x5e6d75(0xfb))/0xc*(parseInt(_0x5e6d75(0x101))/0xd);if(_0x1bc529===_0x49da96)break;else _0x56457b['push'](_0x56457b['shift']());}catch(_0xeb9386){_0x56457b['push'](_0x56457b['shift']());}}}(a20_0x5161,0x77913));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';import{appDefinedIn,enrichAppListItemsWithMergedSelection,resolveDefaultAppSource}from'../../commands/app/shared.js';import{listRemoteAppDirectory}from'../../commands/app/remote-directory.js';function a20_0x4ef6(_0xe46860,_0x44d7c6){_0xe46860=_0xe46860-0xf3;const _0x5161c9=a20_0x5161();let _0x4ef651=_0x5161c9[_0xe46860];return _0x4ef651;}function buildItemsFromLayer(_0x4e3a7d,_0x28668e){const _0x1a166e=a20_0x4ef6,_0x114e12=[],_0x3578a8=_0x4e3a7d[_0x1a166e(0x11b)]&&typeof _0x4e3a7d['apps']===_0x1a166e(0x102)?_0x4e3a7d[_0x1a166e(0x11b)]:{},_0x183e6a=_0x4e3a7d[_0x1a166e(0xf9)]||undefined;for(const [_0xc5a315,_0x35c1d0]of Object['entries'](_0x3578a8)){if(!_0x35c1d0||typeof _0x35c1d0!==_0x1a166e(0x102)||!_0x35c1d0[_0x1a166e(0x105)])continue;_0x114e12['push']({'name':_0xc5a315,'appcode':_0x35c1d0[_0x1a166e(0x105)],'named':!![],'definedIn':_0x28668e,'isDefault':_0xc5a315===_0x183e6a,...buildAppProfileListFields(_0x35c1d0)});}return _0x114e12;}function buildMergedItems(_0x24a92b,_0x2fc6c8){const _0x490111=a20_0x4ef6,{apps:apps={},defaultApp:_0x56aaa4}=_0x24a92b,_0xc56039=_0x2fc6c8[_0x490111(0x114)][_0x490111(0x11b)]&&typeof _0x2fc6c8[_0x490111(0x114)][_0x490111(0x11b)]===_0x490111(0x102)?_0x2fc6c8[_0x490111(0x114)][_0x490111(0x11b)]:{},_0x2c8cdf=_0x2fc6c8[_0x490111(0x106)][_0x490111(0x11b)]&&typeof _0x2fc6c8[_0x490111(0x106)][_0x490111(0x11b)]==='object'?_0x2fc6c8[_0x490111(0x106)]['apps']:{},_0x23ad2f=_0x2fc6c8[_0x490111(0x106)]['inherit']===![],_0x17c431=Object[_0x490111(0x117)](apps),_0x36d8ec=_0x17c431['map'](([_0x283497,_0x59f4fa])=>({'name':_0x283497,'appcode':_0x59f4fa[_0x490111(0x105)],'named':!![],'definedIn':appDefinedIn(_0x283497,_0xc56039,_0x2c8cdf,_0x23ad2f),'isDefault':_0x283497===_0x56aaa4,...buildAppProfileListFields(_0x59f4fa)}));return _0x36d8ec;}function a20_0x5161(){const _0x5e1d18=['entries','boolean','mergedCli','31518TUtFtq','apps','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','803ilAEjW','1520BFQfme','global','1000elsPDp','find','.\x20Use\x20`','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','defaultApp','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','36xtvttS','9910AqddrY','isCurrent','\x20config','57BzDIuZ','\x20app\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','8360651YBavms','object','bool','app','appcode','projectConfig','globalPath','remote','1209138mzSrGK','2263625EUJGGj','project','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','1FMzMVI','1092FgEJLh','list','optional','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','\x20in\x20','length','globalConfig','173004AKHTXI','projectPath'];a20_0x5161=function(){return _0x5e1d18;};return a20_0x5161();}function validateAppListFlags(_0x3aaf55){const _0x51d05a=a20_0x4ef6;if(!_0x3aaf55[_0x51d05a(0x103)](_0x51d05a(0x108)))return;if(!_0x3aaf55['bool'](_0x51d05a(0xf4))&&!_0x3aaf55[_0x51d05a(0x103)](_0x51d05a(0x10b)))return;throw CliErrors['validation'](_0x51d05a(0x111),_0x51d05a(0x11c));}async function execute(_0x24f41d){const _0x496175=a20_0x4ef6;validateAppListFlags(_0x24f41d);if(_0x24f41d[_0x496175(0x103)](_0x496175(0x108)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x24f41d)};const _0x5a9181=_0x24f41d[_0x496175(0x103)](_0x496175(0xf4)),_0x479513=_0x24f41d[_0x496175(0x103)](_0x496175(0x10b)),_0x446c52=_0x5a9181?_0x496175(0xf4):_0x479513?_0x496175(0x10b):'merged',{config:_0x9da3a6,layers:_0xbb50bc}=readRawConfigWithLayers(),_0x24cdec=resolveDefaultAppSource(_0xbb50bc),{defaultApp:_0x52ef42}=_0x9da3a6;let _0x2fac7c,_0xfb373a;switch(_0x446c52){case _0x496175(0xf4):_0x2fac7c=buildItemsFromLayer(_0xbb50bc['globalConfig'],_0x496175(0xf4)),_0xfb373a=_0xbb50bc[_0x496175(0x107)];break;case _0x496175(0x10b):_0x2fac7c=buildItemsFromLayer(_0xbb50bc[_0x496175(0x106)],_0x496175(0x10b)),_0xfb373a=_0xbb50bc['projectPath'];break;default:_0x2fac7c=buildMergedItems(_0x9da3a6,_0xbb50bc);break;}enrichAppListItemsWithMergedSelection(_0x2fac7c,_0x24f41d[_0x496175(0x119)]);if(_0x2fac7c[_0x496175(0x113)]===0x0){const _0x2ef025=_0x446c52==='merged'?'':_0x496175(0x112)+_0x446c52+_0x496175(0xfe);return{'ok':!![],'data':[],'message':'No\x20apps\x20configured'+_0x2ef025+_0x496175(0xf7)+CLI_BIN_NAME+_0x496175(0x100)};}const _0x87d81b=_0x2fac7c[_0x496175(0xf6)](_0x45c7e8=>_0x45c7e8[_0x496175(0xfd)]===!![]),_0x3924d2=_0x52ef42??_0x87d81b?.[_0x496175(0x105)]??null,_0x405134=_0x446c52==='merged'?{'globalPath':_0xbb50bc['globalPath']??null,'projectPath':_0xbb50bc[_0x496175(0x116)]??null,'defaultApp':_0x3924d2,'defaultAppSource':_0x52ef42!=null?_0x24cdec:null}:{'scope':_0x446c52,'configPath':_0xfb373a??null};return{'ok':!![],'data':{'items':_0x2fac7c,'meta':_0x405134}};}export const appListDefinition={'service':a20_0x56135c(0x104),'command':a20_0x56135c(0x10f),'description':a20_0x56135c(0xf8),'risk':'read','auth':a20_0x56135c(0x110),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a20_0x56135c(0x108),'type':a20_0x56135c(0x118),'description':'List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','default':![]},{'name':'global','type':'boolean','description':a20_0x56135c(0x10c),'default':![]},{'name':a20_0x56135c(0x10b),'type':a20_0x56135c(0x118),'description':a20_0x56135c(0xfa),'default':![]}],async 'validate'(_0x24f690){validateAppListFlags(_0x24f690);},'execute':execute};
1
+ const a20_0x236b25=a20_0x1beb;(function(_0x3040b0,_0x5c7a77){const _0x442482=a20_0x1beb,_0x1e0fc0=_0x3040b0();while(!![]){try{const _0x20ffe9=-parseInt(_0x442482(0x187))/0x1+-parseInt(_0x442482(0x185))/0x2+-parseInt(_0x442482(0x161))/0x3+parseInt(_0x442482(0x17d))/0x4*(-parseInt(_0x442482(0x16d))/0x5)+-parseInt(_0x442482(0x160))/0x6+-parseInt(_0x442482(0x181))/0x7*(parseInt(_0x442482(0x164))/0x8)+-parseInt(_0x442482(0x17c))/0x9*(-parseInt(_0x442482(0x163))/0xa);if(_0x20ffe9===_0x5c7a77)break;else _0x1e0fc0['push'](_0x1e0fc0['shift']());}catch(_0x24f9f9){_0x1e0fc0['push'](_0x1e0fc0['shift']());}}}(a20_0x471b,0xd902a));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a20_0x1beb(_0x392d41,_0x2763f7){_0x392d41=_0x392d41-0x15f;const _0x471b28=a20_0x471b();let _0x1beb93=_0x471b28[_0x392d41];return _0x1beb93;}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 a20_0x471b(){const _0x1fccf9=['.\x20Use\x20`','1197820mzMcit','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','globalPath','3871734EEmUQy','5262210VRiqPC','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','144610cJMMaT','3039144CrpgUc','apps','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','project','find','boolean','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','defaultApp','5dtrLVr','globalConfig','global','projectPath','projectConfig','\x20config','No\x20apps\x20configured','list','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','map','optional','remote','appcode','entries','read','3933tVzIvv','928296zYcLlG','length','object','merged','21bIvjWY','push','\x20app\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','bool','923302bCrhcM'];a20_0x471b=function(){return _0x1fccf9;};return a20_0x471b();}function buildItemsFromLayer(_0x2077fc,_0x18a13d){const _0x179aea=a20_0x1beb,_0x2792e2=[],_0x12b11b=_0x2077fc[_0x179aea(0x165)]&&typeof _0x2077fc[_0x179aea(0x165)]===_0x179aea(0x17f)?_0x2077fc[_0x179aea(0x165)]:{},_0x1da961=_0x2077fc[_0x179aea(0x16c)]||undefined;for(const [_0x1f2d52,_0x7507b2]of Object[_0x179aea(0x17a)](_0x12b11b)){if(!_0x7507b2||typeof _0x7507b2!==_0x179aea(0x17f)||!_0x7507b2['appcode'])continue;_0x2792e2[_0x179aea(0x182)]({'name':_0x1f2d52,'appcode':_0x7507b2['appcode'],'named':!![],'definedIn':_0x18a13d,'isDefault':_0x1f2d52===_0x1da961,...buildAppProfileListFields(_0x7507b2)});}return _0x2792e2;}function buildMergedItems(_0x34edf6,_0x44d9d1){const _0x37b712=a20_0x1beb,{apps:apps={},defaultApp:_0x36b1f6}=_0x34edf6,_0x30040e=_0x44d9d1['globalConfig'][_0x37b712(0x165)]&&typeof _0x44d9d1[_0x37b712(0x16e)][_0x37b712(0x165)]===_0x37b712(0x17f)?_0x44d9d1[_0x37b712(0x16e)][_0x37b712(0x165)]:{},_0x476745=_0x44d9d1['projectConfig']['apps']&&typeof _0x44d9d1[_0x37b712(0x171)]['apps']===_0x37b712(0x17f)?_0x44d9d1[_0x37b712(0x171)]['apps']:{},_0x528c9f=_0x44d9d1[_0x37b712(0x171)]['inherit']===![],_0xaef356=Object[_0x37b712(0x17a)](apps),_0x12586b=_0xaef356[_0x37b712(0x176)](([_0x3a165e,_0x3205c3])=>({'name':_0x3a165e,'appcode':_0x3205c3[_0x37b712(0x179)],'named':!![],'definedIn':appDefinedIn(_0x3a165e,_0x30040e,_0x476745,_0x528c9f),'isDefault':_0x3a165e===_0x36b1f6,...buildAppProfileListFields(_0x3205c3)}));return _0x12586b;}function validateAppListFlags(_0x28bec8){const _0x46747a=a20_0x1beb;if(!_0x28bec8[_0x46747a(0x184)](_0x46747a(0x178)))return;if(!_0x28bec8['bool']('global')&&!_0x28bec8[_0x46747a(0x184)](_0x46747a(0x168)))return;throw CliErrors['validation'](_0x46747a(0x166),_0x46747a(0x167));}async function execute(_0x240198){const _0x20cfad=a20_0x1beb;validateAppListFlags(_0x240198);if(_0x240198['bool']('remote'))return{'ok':!![],'data':await listRemoteAppDirectory(_0x240198)};const _0x47c9c2=_0x240198[_0x20cfad(0x184)](_0x20cfad(0x16f)),_0x516e62=_0x240198[_0x20cfad(0x184)](_0x20cfad(0x168)),_0x265115=_0x47c9c2?_0x20cfad(0x16f):_0x516e62?_0x20cfad(0x168):_0x20cfad(0x180),{config:_0x4cfa30,layers:_0x2d4ec3}=readRawConfigWithLayers(),_0x13c1f5=resolveDefaultAppSource(_0x2d4ec3),{defaultApp:_0x3f1dac}=_0x4cfa30;let _0x40457c,_0x3063b5;switch(_0x265115){case _0x20cfad(0x16f):_0x40457c=buildItemsFromLayer(_0x2d4ec3[_0x20cfad(0x16e)],_0x20cfad(0x16f)),_0x3063b5=_0x2d4ec3[_0x20cfad(0x15f)];break;case _0x20cfad(0x168):_0x40457c=buildItemsFromLayer(_0x2d4ec3[_0x20cfad(0x171)],_0x20cfad(0x168)),_0x3063b5=_0x2d4ec3[_0x20cfad(0x170)];break;default:_0x40457c=buildMergedItems(_0x4cfa30,_0x2d4ec3);break;}enrichAppListItemsWithMergedSelection(_0x40457c,_0x240198['mergedCli']);if(_0x40457c[_0x20cfad(0x17e)]===0x0){const _0x5a0a42=_0x265115===_0x20cfad(0x180)?'':'\x20in\x20'+_0x265115+_0x20cfad(0x172);return{'ok':!![],'data':[],'message':_0x20cfad(0x173)+_0x5a0a42+_0x20cfad(0x186)+CLI_BIN_NAME+_0x20cfad(0x183)};}const _0x2f6697=_0x40457c[_0x20cfad(0x169)](_0x3e848c=>_0x3e848c['isCurrent']===!![]),_0x574086=_0x3f1dac??_0x2f6697?.['appcode']??null,_0x28385b=_0x265115===_0x20cfad(0x180)?{'globalPath':_0x2d4ec3[_0x20cfad(0x15f)]??null,'projectPath':_0x2d4ec3['projectPath']??null,'defaultApp':_0x574086,'defaultAppSource':_0x3f1dac!=null?_0x13c1f5:null}:{'scope':_0x265115,'configPath':_0x3063b5??null};return{'ok':!![],'data':{'items':_0x40457c,'meta':_0x28385b}};}export const appListDefinition={'service':'app','command':a20_0x236b25(0x174),'description':a20_0x236b25(0x162),'risk':a20_0x236b25(0x17b),'auth':a20_0x236b25(0x177),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a20_0x236b25(0x178),'type':'boolean','description':a20_0x236b25(0x188),'default':![]},{'name':a20_0x236b25(0x16f),'type':'boolean','description':a20_0x236b25(0x175),'default':![]},{'name':a20_0x236b25(0x168),'type':a20_0x236b25(0x16a),'description':a20_0x236b25(0x16b),'default':![]}],async 'validate'(_0x2640f2){validateAppListFlags(_0x2640f2);},'execute':execute};
@@ -1 +1 @@
1
- (function(_0x79ac0a,_0xfd6e38){const _0x79982a=a21_0x344f,_0x3149b2=_0x79ac0a();while(!![]){try{const _0x876648=-parseInt(_0x79982a(0x1b5))/0x1+-parseInt(_0x79982a(0x1b7))/0x2+parseInt(_0x79982a(0x1ba))/0x3*(-parseInt(_0x79982a(0x1b2))/0x4)+-parseInt(_0x79982a(0x1bd))/0x5+-parseInt(_0x79982a(0x1ad))/0x6*(parseInt(_0x79982a(0x1bc))/0x7)+-parseInt(_0x79982a(0x1ae))/0x8*(-parseInt(_0x79982a(0x1b8))/0x9)+parseInt(_0x79982a(0x1b0))/0xa;if(_0x876648===_0xfd6e38)break;else _0x3149b2['push'](_0x3149b2['shift']());}catch(_0xe17ef9){_0x3149b2['push'](_0x3149b2['shift']());}}}(a21_0x1e12,0x1b62e));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 a21_0x1e12(){const _0x31a341=['3fbAsHP','cookie','4522JrkncF','242240FVnIrM','1896PQPlIz','792424lSnqxY','platform','8457420RofjtK','appName','709396nnjmYO','map','authRequired','194687xSEiXl','appDesc','416002kXvmzU','9icSqNS','appCode'];a21_0x1e12=function(){return _0x31a341;};return a21_0x1e12();}function a21_0x344f(_0x800654,_0x2a3f62){_0x800654=_0x800654-0x1ad;const _0x1e12c5=a21_0x1e12();let _0x344f08=_0x1e12c5[_0x800654];return _0x344f08;}function resolveCookie(_0x47818a){const _0x54ea69=a21_0x344f,_0x572372=_0x47818a[_0x54ea69(0x1bb)]||getCookie();if(!_0x572372)throw CliErrors[_0x54ea69(0x1b4)]();return _0x572372;}export async function listRemoteAppDirectory(_0x3ff251){const _0x83c711=a21_0x344f,_0xcc6223=await withActiveCookie(resolveCookie(_0x3ff251),()=>listRemoteApps());return{'items':_0xcc6223[_0x83c711(0x1b3)](_0x312a96=>({..._0x312a96['id']!=null?{'id':_0x312a96['id']}:{},'appCode':_0x312a96[_0x83c711(0x1b9)],'appName':_0x312a96[_0x83c711(0x1b1)],..._0x312a96[_0x83c711(0x1b6)]!=null?{'appDesc':_0x312a96[_0x83c711(0x1b6)]}:{}})),'meta':{'source':_0x83c711(0x1af)}};}
1
+ (function(_0x2455b3,_0x130573){const _0x4b3f81=a21_0x1eb7,_0x85515d=_0x2455b3();while(!![]){try{const _0x384ea6=parseInt(_0x4b3f81(0x184))/0x1+parseInt(_0x4b3f81(0x187))/0x2+parseInt(_0x4b3f81(0x18d))/0x3+parseInt(_0x4b3f81(0x182))/0x4*(parseInt(_0x4b3f81(0x18c))/0x5)+-parseInt(_0x4b3f81(0x188))/0x6+parseInt(_0x4b3f81(0x18b))/0x7*(parseInt(_0x4b3f81(0x18f))/0x8)+parseInt(_0x4b3f81(0x18a))/0x9*(-parseInt(_0x4b3f81(0x191))/0xa);if(_0x384ea6===_0x130573)break;else _0x85515d['push'](_0x85515d['shift']());}catch(_0xf30231){_0x85515d['push'](_0x85515d['shift']());}}}(a21_0xa829,0xec2c8));function a21_0x1eb7(_0x262a96,_0x2c75c4){_0x262a96=_0x262a96-0x182;const _0xa829a1=a21_0xa829();let _0x1eb739=_0xa829a1[_0x262a96];return _0x1eb739;}function a21_0xa829(){const _0x377a45=['4438495phDyKx','182691HAzVGJ','authRequired','3075224kMhpBD','platform','6706030HKAJqy','4BarNGZ','appName','963639aXbRMc','appCode','appDesc','857956YuZYCL','2502252WQlnMC','cookie','18CKAcui','7YMLoVW'];a21_0xa829=function(){return _0x377a45;};return a21_0xa829();}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(_0x2d9989){const _0x4746bc=a21_0x1eb7,_0x4b7002=_0x2d9989[_0x4746bc(0x189)]||getCookie();if(!_0x4b7002)throw CliErrors[_0x4746bc(0x18e)]();return _0x4b7002;}export async function listRemoteAppDirectory(_0x166bd4){const _0x3cccf0=a21_0x1eb7,_0x24246c=await withActiveCookie(resolveCookie(_0x166bd4),()=>listRemoteApps());return{'items':_0x24246c['map'](_0x3f96f6=>({..._0x3f96f6['id']!=null?{'id':_0x3f96f6['id']}:{},'appCode':_0x3f96f6[_0x3cccf0(0x185)],'appName':_0x3f96f6[_0x3cccf0(0x183)],..._0x3f96f6['appDesc']!=null?{'appDesc':_0x3f96f6[_0x3cccf0(0x186)]}:{}})),'meta':{'source':_0x3cccf0(0x190)}};}
@@ -1 +1 @@
1
- const a22_0xca3519=a22_0x15b7;(function(_0x5f1a4e,_0x420523){const _0x1f4829=a22_0x15b7,_0x27b5df=_0x5f1a4e();while(!![]){try{const _0x496760=-parseInt(_0x1f4829(0x166))/0x1*(parseInt(_0x1f4829(0x168))/0x2)+-parseInt(_0x1f4829(0x16c))/0x3+-parseInt(_0x1f4829(0x174))/0x4+parseInt(_0x1f4829(0x175))/0x5*(parseInt(_0x1f4829(0x176))/0x6)+parseInt(_0x1f4829(0x170))/0x7*(parseInt(_0x1f4829(0x16e))/0x8)+-parseInt(_0x1f4829(0x167))/0x9+parseInt(_0x1f4829(0x173))/0xa*(parseInt(_0x1f4829(0x169))/0xb);if(_0x496760===_0x420523)break;else _0x27b5df['push'](_0x27b5df['shift']());}catch(_0x1c2ecb){_0x27b5df['push'](_0x27b5df['shift']());}}}(a22_0x4ffc,0xa54a8));import{CLI_BIN_NAME}from'../../constant/cli.js';function a22_0x4ffc(){const _0x414792=['4020273HtiuAP','215762cEsWyJ','34166pneIdu','app\x20remove','high-risk-write','989055ZrhYmK','app','1037944SnTaYr','\x20workspace\x20remove','35LgxTaz','Deprecated:\x20use\x20workspace\x20remove\x20to\x20remove\x20an\x20app\x20profile','remove','1730mfMtVj','1401568fIWEZg','5pUrWEg','5648376IOJVvR','2026-07','3tjbPIl'];a22_0x4ffc=function(){return _0x414792;};return a22_0x4ffc();}function a22_0x15b7(_0x2f5baa,_0x214666){_0x2f5baa=_0x2f5baa-0x166;const _0x4ffcc0=a22_0x4ffc();let _0x15b76f=_0x4ffcc0[_0x2f5baa];return _0x15b76f;}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';export const appRemoveDefinition={'service':a22_0xca3519(0x16d),'command':a22_0xca3519(0x172),'description':a22_0xca3519(0x171),'risk':a22_0xca3519(0x16b),'requiresAuth':![],'requiresAppCode':![],'hidden':!![],'deprecated':{'replacement':CLI_BIN_NAME+a22_0xca3519(0x16f),'since':a22_0xca3519(0x177)},'args':[{'name':'name','description':'App\x20profile\x20name\x20to\x20remove','required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x51ff12=>validateAppName(_0x51ff12,'app\x20remove'),'execute':_0x41077d=>runAppRemove(_0x41077d,a22_0xca3519(0x16a))};
1
+ const a22_0x43b1f7=a22_0x5c0a;(function(_0x24e74e,_0x2ed655){const _0xd63d0b=a22_0x5c0a,_0x1c0b2a=_0x24e74e();while(!![]){try{const _0xfbd541=parseInt(_0xd63d0b(0x74))/0x1+-parseInt(_0xd63d0b(0x78))/0x2*(parseInt(_0xd63d0b(0x76))/0x3)+parseInt(_0xd63d0b(0x71))/0x4*(-parseInt(_0xd63d0b(0x72))/0x5)+parseInt(_0xd63d0b(0x79))/0x6+parseInt(_0xd63d0b(0x75))/0x7+parseInt(_0xd63d0b(0x6d))/0x8+-parseInt(_0xd63d0b(0x70))/0x9*(parseInt(_0xd63d0b(0x73))/0xa);if(_0xfbd541===_0x2ed655)break;else _0x1c0b2a['push'](_0x1c0b2a['shift']());}catch(_0x57c161){_0x1c0b2a['push'](_0x1c0b2a['shift']());}}}(a22_0x270c,0x3eb34));import{CLI_BIN_NAME}from'../../constant/cli.js';function a22_0x5c0a(_0xe24000,_0x264a20){_0xe24000=_0xe24000-0x6d;const _0x270cec=a22_0x270c();let _0x5c0af2=_0x270cec[_0xe24000];return _0x5c0af2;}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';export const appRemoveDefinition={'service':'app','command':a22_0x43b1f7(0x7b),'description':'Deprecated:\x20use\x20workspace\x20remove\x20to\x20remove\x20an\x20app\x20profile','risk':a22_0x43b1f7(0x7a),'requiresAuth':![],'requiresAppCode':![],'hidden':!![],'deprecated':{'replacement':CLI_BIN_NAME+a22_0x43b1f7(0x6f),'since':'2026-07'},'args':[{'name':a22_0x43b1f7(0x77),'description':a22_0x43b1f7(0x7c),'required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x14ff56=>validateAppName(_0x14ff56,a22_0x43b1f7(0x6e)),'execute':_0x3287fd=>runAppRemove(_0x3287fd,'app\x20remove')};function a22_0x270c(){const _0x4a871=['621880crTfFx','app\x20remove','\x20workspace\x20remove','9bfgeiF','20otLzIL','37395gHhPug','5203570YnRuKH','74870NNITum','2727739HWXAtv','69528tNmlke','name','2FyfwyR','1772796SidVvn','high-risk-write','remove','App\x20profile\x20name\x20to\x20remove'];a22_0x270c=function(){return _0x4a871;};return a22_0x270c();}
@@ -1 +1 @@
1
- (function(_0x4fea3d,_0xc1f36e){const _0x395f7c=a23_0x244c,_0x345549=_0x4fea3d();while(!![]){try{const _0x4e2dd9=parseInt(_0x395f7c(0xa9))/0x1*(-parseInt(_0x395f7c(0xac))/0x2)+-parseInt(_0x395f7c(0xae))/0x3+-parseInt(_0x395f7c(0xa0))/0x4*(parseInt(_0x395f7c(0xa8))/0x5)+parseInt(_0x395f7c(0xa7))/0x6+parseInt(_0x395f7c(0xa2))/0x7*(-parseInt(_0x395f7c(0xbb))/0x8)+parseInt(_0x395f7c(0xaf))/0x9+parseInt(_0x395f7c(0xab))/0xa;if(_0x4e2dd9===_0xc1f36e)break;else _0x345549['push'](_0x345549['shift']());}catch(_0x3e8de1){_0x345549['push'](_0x345549['shift']());}}}(a23_0x455a,0x47384));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function a23_0x244c(_0x3e4fae,_0x34d5b3){_0x3e4fae=_0x3e4fae-0xa0;const _0x455a55=a23_0x455a();let _0x244c86=_0x455a55[_0x3e4fae];return _0x244c86;}function a23_0x455a(){const _0x445949=['call','isCurrent','defaultApp','length','globalConfig','6904drbOzS','name','prototype','\x20(global)','40NnWnDn','trim','2954GwgbOd','named','hasOwnProperty','object','inherit','227772lbJdHb','59250LCILhR','26rLCXga','apps','11253410IYpqYL','22456yhSGfH','project','1084944OicsLX','2382075wnMboN','appCode','currentApp','keys','appcode','global','projectConfig'];a23_0x455a=function(){return _0x445949;};return a23_0x455a();}export function enrichAppListItemsWithMergedSelection(_0x2e57d1,_0x4c3112){const _0x2d48e2=a23_0x244c;if(!_0x4c3112)return;const _0x135c43=_0x4c3112['apps']&&typeof _0x4c3112[_0x2d48e2(0xaa)]===_0x2d48e2(0xa5)?_0x4c3112[_0x2d48e2(0xaa)]:{},_0xcfbd58=Object[_0x2d48e2(0xb2)](_0x135c43)[_0x2d48e2(0xb9)]>0x0;for(const _0x47d036 of _0x2e57d1){_0x47d036[_0x2d48e2(0xb7)]=![];}const _0x4af45c=_0x4c3112['appCode']!=null?String(_0x4c3112[_0x2d48e2(0xb0)])[_0x2d48e2(0xa1)]():'';if(_0xcfbd58){const _0x58d3a8=_0x4c3112[_0x2d48e2(0xb1)]??_0x4c3112[_0x2d48e2(0xb8)];if(_0x58d3a8)for(const _0x57acfe of _0x2e57d1){_0x57acfe['named']===!![]&&_0x57acfe[_0x2d48e2(0xbc)]===_0x58d3a8&&(_0x57acfe[_0x2d48e2(0xb7)]=!![]);}for(const _0x2a92a4 of _0x2e57d1){if(_0x2a92a4[_0x2d48e2(0xa3)]!==![])continue;if(_0x4c3112[_0x2d48e2(0xb8)])continue;_0x4af45c&&String(_0x2a92a4[_0x2d48e2(0xb3)]??'')[_0x2d48e2(0xa1)]()===_0x4af45c&&(_0x2a92a4[_0x2d48e2(0xb7)]=!![]);}return;}if(!_0x4af45c)return;for(const _0x4cf5cc of _0x2e57d1){String(_0x4cf5cc['appcode']??'')[_0x2d48e2(0xa1)]()===_0x4af45c&&(_0x4cf5cc['isCurrent']=!![]);}}export function resolveAppScopeForWrite(_0x5dba9d,_0x4013ff,_0x86756){const _0x2ef4ba=a23_0x244c;if(_0x4013ff)return _0x2ef4ba(0xb4);const _0x162162=_0x86756[_0x2ef4ba(0xb5)][_0x2ef4ba(0xaa)]&&typeof _0x86756['projectConfig']['apps']===_0x2ef4ba(0xa5)?_0x86756[_0x2ef4ba(0xb5)][_0x2ef4ba(0xaa)]:{},_0x47a70d=_0x86756[_0x2ef4ba(0xba)][_0x2ef4ba(0xaa)]&&typeof _0x86756['globalConfig'][_0x2ef4ba(0xaa)]===_0x2ef4ba(0xa5)?_0x86756['globalConfig'][_0x2ef4ba(0xaa)]:{};if(Object[_0x2ef4ba(0xbd)][_0x2ef4ba(0xa4)]['call'](_0x162162,_0x5dba9d))return'project';if(Object[_0x2ef4ba(0xbd)]['hasOwnProperty'][_0x2ef4ba(0xb6)](_0x47a70d,_0x5dba9d))return _0x2ef4ba(0xb4);return _0x2ef4ba(0xad);}export function appDefinedIn(_0xc26693,_0x3454f1,_0x25cde9,_0x148d00){const _0x54c170=a23_0x244c;if(_0x148d00)return Object[_0x54c170(0xbd)][_0x54c170(0xa4)][_0x54c170(0xb6)](_0x25cde9,_0xc26693)?_0x54c170(0xad):'global';const _0x1c6ae4=Object[_0x54c170(0xbd)][_0x54c170(0xa4)][_0x54c170(0xb6)](_0x3454f1,_0xc26693),_0x4131e5=Object[_0x54c170(0xbd)][_0x54c170(0xa4)][_0x54c170(0xb6)](_0x25cde9,_0xc26693);if(_0x1c6ae4&&_0x4131e5)return'both';if(_0x4131e5)return _0x54c170(0xad);return'global';}export function resolveDefaultAppSource(_0x217998){const _0x403db9=a23_0x244c,_0x31416d=_0x217998[_0x403db9(0xb5)][_0x403db9(0xaa)]&&typeof _0x217998[_0x403db9(0xb5)][_0x403db9(0xaa)]===_0x403db9(0xa5)?_0x217998[_0x403db9(0xb5)][_0x403db9(0xaa)]:{};if(_0x403db9(0xb8)in _0x217998[_0x403db9(0xb5)])return _0x403db9(0xad);if(Object['keys'](_0x31416d)[_0x403db9(0xb9)]>0x0)return _0x403db9(0xad);if(_0x217998[_0x403db9(0xb5)][_0x403db9(0xa6)]===![])return null;if(_0x217998[_0x403db9(0xba)]['defaultApp'])return'global';return null;}export function getConfigPath(_0xc55791={}){const _0x53d8cd=a23_0x244c,_0x351c3e=_0xc55791[_0x53d8cd(0xb4)]?_0x53d8cd(0xb4):_0x53d8cd(0xad);return resolveWriteConfigPath(_0x351c3e);}export function readConfig(_0x518b16={}){return readConfigFile(getConfigPath(_0x518b16));}export function writeConfig(_0x31f88b,_0x5305cc={}){writeConfigFile(getConfigPath(_0x5305cc),_0x31f88b);}export function scopeLabel(_0x1450ac){const _0xc1aa06=a23_0x244c;return _0x1450ac[_0xc1aa06(0xb4)]?_0xc1aa06(0xbe):'';}
1
+ (function(_0x51637a,_0x4f9b39){const _0x18269f=a23_0xc205,_0x210d0c=_0x51637a();while(!![]){try{const _0x30f7de=parseInt(_0x18269f(0xfc))/0x1*(-parseInt(_0x18269f(0x107))/0x2)+parseInt(_0x18269f(0x106))/0x3*(parseInt(_0x18269f(0x10f))/0x4)+-parseInt(_0x18269f(0x10c))/0x5+parseInt(_0x18269f(0x114))/0x6+parseInt(_0x18269f(0x108))/0x7+parseInt(_0x18269f(0x115))/0x8*(-parseInt(_0x18269f(0xff))/0x9)+parseInt(_0x18269f(0x111))/0xa*(parseInt(_0x18269f(0x102))/0xb);if(_0x30f7de===_0x4f9b39)break;else _0x210d0c['push'](_0x210d0c['shift']());}catch(_0xc641fa){_0x210d0c['push'](_0x210d0c['shift']());}}}(a23_0x377e,0xa2864));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';export function enrichAppListItemsWithMergedSelection(_0x536b94,_0x3ad969){const _0x253377=a23_0xc205;if(!_0x3ad969)return;const _0x44ce48=_0x3ad969['apps']&&typeof _0x3ad969[_0x253377(0x119)]===_0x253377(0x10d)?_0x3ad969[_0x253377(0x119)]:{},_0x1b815f=Object[_0x253377(0x103)](_0x44ce48)[_0x253377(0x10e)]>0x0;for(const _0x40a528 of _0x536b94){_0x40a528[_0x253377(0x100)]=![];}const _0x2fc497=_0x3ad969[_0x253377(0x11a)]!=null?String(_0x3ad969[_0x253377(0x11a)])['trim']():'';if(_0x1b815f){const _0x1cabb3=_0x3ad969[_0x253377(0x10a)]??_0x3ad969['defaultApp'];if(_0x1cabb3)for(const _0x230e27 of _0x536b94){_0x230e27[_0x253377(0xfd)]===!![]&&_0x230e27['name']===_0x1cabb3&&(_0x230e27['isCurrent']=!![]);}for(const _0x1f02bf of _0x536b94){if(_0x1f02bf[_0x253377(0xfd)]!==![])continue;if(_0x3ad969[_0x253377(0x116)])continue;_0x2fc497&&String(_0x1f02bf['appcode']??'')[_0x253377(0xfe)]()===_0x2fc497&&(_0x1f02bf[_0x253377(0x100)]=!![]);}return;}if(!_0x2fc497)return;for(const _0x3545ec of _0x536b94){String(_0x3545ec[_0x253377(0x118)]??'')['trim']()===_0x2fc497&&(_0x3545ec[_0x253377(0x100)]=!![]);}}export function resolveAppScopeForWrite(_0x13819e,_0x221fa9,_0x5e88c8){const _0x3c3f51=a23_0xc205;if(_0x221fa9)return _0x3c3f51(0x104);const _0x63f9fd=_0x5e88c8['projectConfig']['apps']&&typeof _0x5e88c8[_0x3c3f51(0x112)][_0x3c3f51(0x119)]===_0x3c3f51(0x10d)?_0x5e88c8[_0x3c3f51(0x112)][_0x3c3f51(0x119)]:{},_0x2c5467=_0x5e88c8[_0x3c3f51(0x113)][_0x3c3f51(0x119)]&&typeof _0x5e88c8[_0x3c3f51(0x113)][_0x3c3f51(0x119)]===_0x3c3f51(0x10d)?_0x5e88c8[_0x3c3f51(0x113)]['apps']:{};if(Object[_0x3c3f51(0x110)][_0x3c3f51(0x10b)][_0x3c3f51(0x109)](_0x63f9fd,_0x13819e))return'project';if(Object['prototype'][_0x3c3f51(0x10b)][_0x3c3f51(0x109)](_0x2c5467,_0x13819e))return _0x3c3f51(0x104);return _0x3c3f51(0x101);}export function appDefinedIn(_0x15bf8d,_0x109d92,_0x417b98,_0x7bfa8c){const _0x5ae34f=a23_0xc205;if(_0x7bfa8c)return Object['prototype']['hasOwnProperty'][_0x5ae34f(0x109)](_0x417b98,_0x15bf8d)?_0x5ae34f(0x101):_0x5ae34f(0x104);const _0x16b6b4=Object[_0x5ae34f(0x110)][_0x5ae34f(0x10b)][_0x5ae34f(0x109)](_0x109d92,_0x15bf8d),_0x1b14af=Object[_0x5ae34f(0x110)][_0x5ae34f(0x10b)][_0x5ae34f(0x109)](_0x417b98,_0x15bf8d);if(_0x16b6b4&&_0x1b14af)return _0x5ae34f(0x105);if(_0x1b14af)return _0x5ae34f(0x101);return _0x5ae34f(0x104);}export function resolveDefaultAppSource(_0x24c6ee){const _0x3069cd=a23_0xc205,_0x11124a=_0x24c6ee[_0x3069cd(0x112)][_0x3069cd(0x119)]&&typeof _0x24c6ee['projectConfig'][_0x3069cd(0x119)]===_0x3069cd(0x10d)?_0x24c6ee[_0x3069cd(0x112)][_0x3069cd(0x119)]:{};if('defaultApp'in _0x24c6ee[_0x3069cd(0x112)])return _0x3069cd(0x101);if(Object[_0x3069cd(0x103)](_0x11124a)['length']>0x0)return'project';if(_0x24c6ee[_0x3069cd(0x112)][_0x3069cd(0x117)]===![])return null;if(_0x24c6ee[_0x3069cd(0x113)][_0x3069cd(0x116)])return _0x3069cd(0x104);return null;}export function getConfigPath(_0x188125={}){const _0x21cce9=a23_0xc205,_0x278532=_0x188125[_0x21cce9(0x104)]?_0x21cce9(0x104):_0x21cce9(0x101);return resolveWriteConfigPath(_0x278532);}function a23_0xc205(_0x129cf5,_0x50646f){_0x129cf5=_0x129cf5-0xfb;const _0x377ea8=a23_0x377e();let _0xc20557=_0x377ea8[_0x129cf5];return _0xc20557;}export function readConfig(_0x28e873={}){return readConfigFile(getConfigPath(_0x28e873));}export function writeConfig(_0x2dba55,_0x3049bf={}){writeConfigFile(getConfigPath(_0x3049bf),_0x2dba55);}export function scopeLabel(_0xc52234){const _0x16582d=a23_0xc205;return _0xc52234[_0x16582d(0x104)]?_0x16582d(0xfb):'';}function a23_0x377e(){const _0x3ce701=['isCurrent','project','6869907JMOQpo','keys','global','both','96Vytymc','80honEBr','6474223qhSWnj','call','currentApp','hasOwnProperty','5453385KSRtUv','object','length','33724OvnhjY','prototype','20YvQAvr','projectConfig','globalConfig','6646746ldDKVc','32744krxFTC','defaultApp','inherit','appcode','apps','appCode','\x20(global)','27177UnndMq','named','trim','1557vEmkNy'];a23_0x377e=function(){return _0x3ce701;};return a23_0x377e();}
@@ -1 +1 @@
1
- const a24_0x397bd0=a24_0x1ded;(function(_0x45e1e9,_0x45df85){const _0x1c87d9=a24_0x1ded,_0x1ca6de=_0x45e1e9();while(!![]){try{const _0x529249=-parseInt(_0x1c87d9(0x179))/0x1+parseInt(_0x1c87d9(0x186))/0x2*(-parseInt(_0x1c87d9(0x176))/0x3)+parseInt(_0x1c87d9(0x17f))/0x4*(parseInt(_0x1c87d9(0x188))/0x5)+parseInt(_0x1c87d9(0x18a))/0x6+-parseInt(_0x1c87d9(0x177))/0x7+parseInt(_0x1c87d9(0x182))/0x8+parseInt(_0x1c87d9(0x17a))/0x9*(parseInt(_0x1c87d9(0x180))/0xa);if(_0x529249===_0x45df85)break;else _0x1ca6de['push'](_0x1ca6de['shift']());}catch(_0x4ffc50){_0x1ca6de['push'](_0x1ca6de['shift']());}}}(a24_0x3ba4,0x9c755));function a24_0x3ba4(){const _0x33a42e=['26751JDRjqw','6758899BkbolS','App\x20config\x20server\x20id\x20missing\x20for\x20key=','77455OfAaqm','3609ewpBZM',',\x20appCode=','/smartapi/app-config/delete','Deleted\x20app\x20config\x20','get','16zCNPvQ','11560MxpvQy','delete','6040416pApbSq','number','Delete\x20one\x20runtime\x20app-config\x20key','POST','88XzrLpC','isFinite','771445FlKFyT','app-config','1442694ITygyX','appCode'];a24_0x3ba4=function(){return _0x33a42e;};return a24_0x3ba4();}import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a24_0x1ded(_0x34848f,_0x3ad0f4){_0x34848f=_0x34848f-0x175;const _0x3ba4d6=a24_0x3ba4();let _0x1ded5e=_0x3ba4d6[_0x34848f];return _0x1ded5e;}import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a24_0x397bd0(0x17c);export const appConfigDelete={'service':a24_0x397bd0(0x189),'command':'delete','description':a24_0x397bd0(0x184),'risk':'high-risk-write','args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x150769){readKeyArg(_0x150769);},async 'dryRun'(_0x2d4c34){const _0x47ce4a=a24_0x397bd0,_0x3256d9=readKeyArg(_0x2d4c34),_0x1faebe=await mustGetByKey(_0x2d4c34[_0x47ce4a(0x175)],_0x3256d9);return asAppConfigDryRunResult(buildMutationData({'operation':_0x47ce4a(0x181),'appCode':_0x2d4c34[_0x47ce4a(0x175)],'key':_0x3256d9,'before':projectAppConfig(_0x1faebe),'after':null,'dryRun':!![]}),{'method':_0x47ce4a(0x185),'url':DELETE_PATH});},async 'execute'(_0x2b95f6){const _0x95919c=a24_0x397bd0,_0x57e657=readKeyArg(_0x2b95f6),_0x11a834=await mustGetByKey(_0x2b95f6[_0x95919c(0x175)],_0x57e657);return await withAppConfigApiBoundary(_0x95919c(0x181),{'appCode':_0x2b95f6[_0x95919c(0x175)],'key':_0x57e657},()=>deleteAppConfig({'appCode':_0x2b95f6[_0x95919c(0x175)],'id':requireAppConfigId(_0x11a834,_0x57e657,_0x2b95f6['appCode'])})),{'ok':!![],'data':buildMutationData({'operation':_0x95919c(0x181),'appCode':_0x2b95f6[_0x95919c(0x175)],'key':_0x57e657,'before':projectAppConfig(_0x11a834),'after':null,'dryRun':![]}),'message':_0x95919c(0x17d)+_0x57e657};}};async function mustGetByKey(_0x5ef71d,_0x4bfd01){const _0x5b8ac8=a24_0x397bd0,_0x473936=await withAppConfigApiBoundary(_0x5b8ac8(0x17e),{'appCode':_0x5ef71d,'key':_0x4bfd01},()=>getAppConfigByKey(_0x5ef71d,_0x4bfd01));if(!_0x473936)throw CliErrors['validation']('App\x20config\x20key\x20not\x20found:\x20'+_0x4bfd01,'appCode:\x20'+_0x5ef71d);return _0x473936;}function requireAppConfigId(_0x267aeb,_0x37175b,_0x37c938){const _0x5e5778=a24_0x397bd0;if(typeof _0x267aeb['id']===_0x5e5778(0x183)&&Number[_0x5e5778(0x187)](_0x267aeb['id'])&&_0x267aeb['id']>0x0)return _0x267aeb['id'];throw CliErrors['apiError'](_0x5e5778(0x178)+_0x37175b+_0x5e5778(0x17b)+_0x37c938);}
1
+ const a24_0x3f4b70=a24_0x1ee0;(function(_0x2ca252,_0x381f8a){const _0x48bb2a=a24_0x1ee0,_0x271119=_0x2ca252();while(!![]){try{const _0x2e03f3=parseInt(_0x48bb2a(0xf2))/0x1*(parseInt(_0x48bb2a(0xe7))/0x2)+parseInt(_0x48bb2a(0xe1))/0x3+parseInt(_0x48bb2a(0xe2))/0x4*(parseInt(_0x48bb2a(0xf1))/0x5)+parseInt(_0x48bb2a(0xe8))/0x6+parseInt(_0x48bb2a(0xe3))/0x7+parseInt(_0x48bb2a(0xf0))/0x8*(-parseInt(_0x48bb2a(0xe5))/0x9)+-parseInt(_0x48bb2a(0xee))/0xa;if(_0x2e03f3===_0x381f8a)break;else _0x271119['push'](_0x271119['shift']());}catch(_0x1ef1e1){_0x271119['push'](_0x271119['shift']());}}}(a24_0x5892,0x6798d));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a24_0x5892(){const _0x327e65=['isFinite','12OCrpGc','2833002lshaOr',',\x20appCode=','Delete\x20one\x20runtime\x20app-config\x20key','get','number','appCode','6126820EsAvMD','high-risk-write','16HKiCMg','5UOAhve','68366OwixFo','validation','179664Ybmkhc','1285252QcaYYB','3546753QgOavf','delete','3299526gwmlxY'];a24_0x5892=function(){return _0x327e65;};return a24_0x5892();}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';function a24_0x1ee0(_0x59d91b,_0x4555c4){_0x59d91b=_0x59d91b-0xe0;const _0x589233=a24_0x5892();let _0x1ee052=_0x589233[_0x59d91b];return _0x1ee052;}export const appConfigDelete={'service':'app-config','command':a24_0x3f4b70(0xe4),'description':a24_0x3f4b70(0xea),'risk':a24_0x3f4b70(0xef),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x440b58){readKeyArg(_0x440b58);},async 'dryRun'(_0x4a1df1){const _0x42820d=a24_0x3f4b70,_0x12f496=readKeyArg(_0x4a1df1),_0x4e55ff=await mustGetByKey(_0x4a1df1[_0x42820d(0xed)],_0x12f496);return asAppConfigDryRunResult(buildMutationData({'operation':_0x42820d(0xe4),'appCode':_0x4a1df1[_0x42820d(0xed)],'key':_0x12f496,'before':projectAppConfig(_0x4e55ff),'after':null,'dryRun':!![]}),{'method':'POST','url':DELETE_PATH});},async 'execute'(_0x26db2e){const _0x4432f7=a24_0x3f4b70,_0x30251f=readKeyArg(_0x26db2e),_0x3fe2fa=await mustGetByKey(_0x26db2e[_0x4432f7(0xed)],_0x30251f);return await withAppConfigApiBoundary(_0x4432f7(0xe4),{'appCode':_0x26db2e[_0x4432f7(0xed)],'key':_0x30251f},()=>deleteAppConfig({'appCode':_0x26db2e[_0x4432f7(0xed)],'id':requireAppConfigId(_0x3fe2fa,_0x30251f,_0x26db2e[_0x4432f7(0xed)])})),{'ok':!![],'data':buildMutationData({'operation':'delete','appCode':_0x26db2e[_0x4432f7(0xed)],'key':_0x30251f,'before':projectAppConfig(_0x3fe2fa),'after':null,'dryRun':![]}),'message':'Deleted\x20app\x20config\x20'+_0x30251f};}};async function mustGetByKey(_0x3eb2d4,_0x9ff685){const _0x45eb5b=a24_0x3f4b70,_0xfe2a18=await withAppConfigApiBoundary(_0x45eb5b(0xeb),{'appCode':_0x3eb2d4,'key':_0x9ff685},()=>getAppConfigByKey(_0x3eb2d4,_0x9ff685));if(!_0xfe2a18)throw CliErrors[_0x45eb5b(0xe0)]('App\x20config\x20key\x20not\x20found:\x20'+_0x9ff685,'appCode:\x20'+_0x3eb2d4);return _0xfe2a18;}function requireAppConfigId(_0x2b33fa,_0x299291,_0x2fe7c3){const _0x471e67=a24_0x3f4b70;if(typeof _0x2b33fa['id']===_0x471e67(0xec)&&Number[_0x471e67(0xe6)](_0x2b33fa['id'])&&_0x2b33fa['id']>0x0)return _0x2b33fa['id'];throw CliErrors['apiError']('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x299291+_0x471e67(0xe9)+_0x2fe7c3);}
@@ -1 +1 @@
1
- const a25_0x56a38b=a25_0x5010;function a25_0x5010(_0x5c371e,_0x30fba4){_0x5c371e=_0x5c371e-0x137;const _0xcb5c4b=a25_0xcb5c();let _0x50108b=_0xcb5c4b[_0x5c371e];return _0x50108b;}(function(_0x1b6a48,_0x27f7c5){const _0x6881b4=a25_0x5010,_0x586f4f=_0x1b6a48();while(!![]){try{const _0x4fdde9=-parseInt(_0x6881b4(0x13c))/0x1+parseInt(_0x6881b4(0x146))/0x2+parseInt(_0x6881b4(0x142))/0x3+parseInt(_0x6881b4(0x149))/0x4+parseInt(_0x6881b4(0x139))/0x5*(-parseInt(_0x6881b4(0x143))/0x6)+-parseInt(_0x6881b4(0x141))/0x7*(parseInt(_0x6881b4(0x140))/0x8)+parseInt(_0x6881b4(0x145))/0x9;if(_0x4fdde9===_0x27f7c5)break;else _0x586f4f['push'](_0x586f4f['shift']());}catch(_0x5385b1){_0x586f4f['push'](_0x586f4f['shift']());}}}(a25_0xcb5c,0xa494a));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a25_0xcb5c(){const _0x26d066=['Loaded\x20app\x20config\x20','appCode','712BtBeOd','82649KMvILj','145107mubikc','868674USlEFg','appCode:\x20','3659247sQxzKe','2450676nGkqKI','\x20with\x20value\x20redacted','app-config','4300932ecQIjX','App\x20config\x20key\x20not\x20found:\x20','get','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','10OdiTie','bool','read','741020mMqxTL','reveal'];a25_0xcb5c=function(){return _0x26d066;};return a25_0xcb5c();}export const appConfigGet={'service':a25_0x56a38b(0x148),'command':a25_0x56a38b(0x137),'description':a25_0x56a38b(0x138),'risk':a25_0x56a38b(0x13b),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x2cf7e9){readKeyArg(_0x2cf7e9);},async 'execute'(_0x28833b){const _0x5b0b22=a25_0x56a38b,_0x473300=readKeyArg(_0x28833b),_0x19d94f=await withAppConfigApiBoundary(_0x5b0b22(0x137),{'appCode':_0x28833b[_0x5b0b22(0x13f)],'key':_0x473300},()=>getAppConfigByKey(_0x28833b['appCode'],_0x473300));if(!_0x19d94f)throw CliErrors['validation'](_0x5b0b22(0x14a)+_0x473300,_0x5b0b22(0x144)+_0x28833b[_0x5b0b22(0x13f)]);const _0x656b02=projectAppConfig(_0x19d94f,{'reveal':_0x28833b[_0x5b0b22(0x13a)]('reveal')});return{'ok':!![],'data':{'config':_0x656b02},'message':_0x28833b[_0x5b0b22(0x13a)](_0x5b0b22(0x13d))?'Loaded\x20app\x20config\x20'+_0x473300+'\x20with\x20value\x20revealed':_0x5b0b22(0x13e)+_0x473300+_0x5b0b22(0x147)};}};
1
+ const a25_0x2f42d3=a25_0x2693;(function(_0x366d8d,_0x554495){const _0x4b69c3=a25_0x2693,_0x350309=_0x366d8d();while(!![]){try{const _0x67ee34=-parseInt(_0x4b69c3(0x1b3))/0x1+parseInt(_0x4b69c3(0x1ad))/0x2*(-parseInt(_0x4b69c3(0x1ae))/0x3)+-parseInt(_0x4b69c3(0x1ab))/0x4+parseInt(_0x4b69c3(0x1ac))/0x5+parseInt(_0x4b69c3(0x1a5))/0x6*(-parseInt(_0x4b69c3(0x1b4))/0x7)+parseInt(_0x4b69c3(0x1b1))/0x8*(parseInt(_0x4b69c3(0x1b0))/0x9)+parseInt(_0x4b69c3(0x1a7))/0xa;if(_0x67ee34===_0x554495)break;else _0x350309['push'](_0x350309['shift']());}catch(_0x5e166c){_0x350309['push'](_0x350309['shift']());}}}(a25_0x4f4d,0x79e3d));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a25_0x2693(_0x5aeb98,_0x1e9ed0){_0x5aeb98=_0x5aeb98-0x1a5;const _0x4f4dfa=a25_0x4f4d();let _0x269334=_0x4f4dfa[_0x5aeb98];return _0x269334;}function a25_0x4f4d(){const _0x931abf=['bool','app-config','1078098prIZAp','get','18820810dOhEPd','appCode','Loaded\x20app\x20config\x20','appCode:\x20','2857476oMNXYj','3304510UFntRC','6VAUFbk','989022OGdtIG','\x20with\x20value\x20redacted','5510493TBDZmC','8HtWjtv','\x20with\x20value\x20revealed','233876rzTRJa','28NMdhPy','reveal'];a25_0x4f4d=function(){return _0x931abf;};return a25_0x4f4d();}export const appConfigGet={'service':a25_0x2f42d3(0x1b7),'command':'get','description':'Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','risk':'read','args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x4f0988){readKeyArg(_0x4f0988);},async 'execute'(_0x784688){const _0x1db833=a25_0x2f42d3,_0x279a56=readKeyArg(_0x784688),_0xc23e64=await withAppConfigApiBoundary(_0x1db833(0x1a6),{'appCode':_0x784688['appCode'],'key':_0x279a56},()=>getAppConfigByKey(_0x784688['appCode'],_0x279a56));if(!_0xc23e64)throw CliErrors['validation']('App\x20config\x20key\x20not\x20found:\x20'+_0x279a56,_0x1db833(0x1aa)+_0x784688[_0x1db833(0x1a8)]);const _0x4d09eb=projectAppConfig(_0xc23e64,{'reveal':_0x784688[_0x1db833(0x1b6)]('reveal')});return{'ok':!![],'data':{'config':_0x4d09eb},'message':_0x784688[_0x1db833(0x1b6)](_0x1db833(0x1b5))?_0x1db833(0x1a9)+_0x279a56+_0x1db833(0x1b2):_0x1db833(0x1a9)+_0x279a56+_0x1db833(0x1af)};}};
@@ -1 +1 @@
1
- function a26_0x189b(){const _0x43c675=['8672230UNyYnL','3018411DsfHuO','493956LRfQOh','3143kGBsfz','171704RUeQBB','898vuQhbV','3176aHyVqm','1620ZPfazu','13780WTgzPy','488FSynvf'];a26_0x189b=function(){return _0x43c675;};return a26_0x189b();}(function(_0x13e123,_0x25065f){const _0x2bfc3d=a26_0x1862,_0xb32be2=_0x13e123();while(!![]){try{const _0x16d838=-parseInt(_0x2bfc3d(0x173))/0x1*(-parseInt(_0x2bfc3d(0x177))/0x2)+parseInt(_0x2bfc3d(0x17a))/0x3+parseInt(_0x2bfc3d(0x172))/0x4+-parseInt(_0x2bfc3d(0x176))/0x5*(parseInt(_0x2bfc3d(0x175))/0x6)+parseInt(_0x2bfc3d(0x17b))/0x7*(parseInt(_0x2bfc3d(0x174))/0x8)+-parseInt(_0x2bfc3d(0x179))/0x9+parseInt(_0x2bfc3d(0x178))/0xa;if(_0x16d838===_0x25065f)break;else _0xb32be2['push'](_0xb32be2['shift']());}catch(_0x154ae0){_0xb32be2['push'](_0xb32be2['shift']());}}}(a26_0x189b,0x5fddb));import{appConfigList}from'../../commands/app-config/list.js';import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';function a26_0x1862(_0x39e525,_0x6d7433){_0x39e525=_0x39e525-0x172;const _0x189b5c=a26_0x189b();let _0x186240=_0x189b5c[_0x39e525];return _0x186240;}import{appConfigDelete}from'../../commands/app-config/delete.js';export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
1
+ (function(_0x4558fa,_0x1a0455){const _0x55af0e=a26_0x15a3,_0x510e42=_0x4558fa();while(!![]){try{const _0x5cf550=parseInt(_0x55af0e(0x1a1))/0x1*(parseInt(_0x55af0e(0x1a8))/0x2)+parseInt(_0x55af0e(0x19f))/0x3*(-parseInt(_0x55af0e(0x19e))/0x4)+-parseInt(_0x55af0e(0x1a2))/0x5+parseInt(_0x55af0e(0x1a6))/0x6*(parseInt(_0x55af0e(0x1a5))/0x7)+parseInt(_0x55af0e(0x1a0))/0x8+parseInt(_0x55af0e(0x1a3))/0x9*(parseInt(_0x55af0e(0x1a7))/0xa)+-parseInt(_0x55af0e(0x1a4))/0xb;if(_0x5cf550===_0x1a0455)break;else _0x510e42['push'](_0x510e42['shift']());}catch(_0xdc2a84){_0x510e42['push'](_0x510e42['shift']());}}}(a26_0x1f5b,0xdc0e1));function a26_0x15a3(_0x3928dd,_0x325626){_0x3928dd=_0x3928dd-0x19e;const _0x1f5beb=a26_0x1f5b();let _0x15a3d3=_0x1f5beb[_0x3928dd];return _0x15a3d3;}import{appConfigList}from'../../commands/app-config/list.js';import{appConfigGet}from'../../commands/app-config/get.js';function a26_0x1f5b(){const _0x5bb965=['6752IpMlKK','8057325QKsbJh','72qGWXjD','3493875OZkNIW','21jvXpRq','2736366PxlSfW','1295290WNsPHe','118irKIVC','134296hGOHNH','24AaevPe','2369952bFqcVo'];a26_0x1f5b=function(){return _0x5bb965;};return a26_0x1f5b();}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_0x29f829=a27_0x5514;(function(_0x31704d,_0x1ddd1e){const _0x4a8dfc=a27_0x5514,_0x4508fa=_0x31704d();while(!![]){try{const _0x51f124=-parseInt(_0x4a8dfc(0x1f2))/0x1+-parseInt(_0x4a8dfc(0x1f8))/0x2+parseInt(_0x4a8dfc(0x1f0))/0x3+parseInt(_0x4a8dfc(0x202))/0x4+-parseInt(_0x4a8dfc(0x1fd))/0x5*(-parseInt(_0x4a8dfc(0x1fa))/0x6)+parseInt(_0x4a8dfc(0x1f3))/0x7*(-parseInt(_0x4a8dfc(0x1f1))/0x8)+parseInt(_0x4a8dfc(0x1f5))/0x9;if(_0x51f124===_0x1ddd1e)break;else _0x4508fa['push'](_0x4508fa['shift']());}catch(_0x35083e){_0x4508fa['push'](_0x4508fa['shift']());}}}(a27_0x1979,0x49390));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a27_0x5514(_0x16c514,_0xc3e412){_0x16c514=_0x16c514-0x1ef;const _0x1979c2=a27_0x1979();let _0x5514f9=_0x1979c2[_0x16c514];return _0x5514f9;}import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a27_0x29f829(0x1f7),'command':a27_0x29f829(0x1ef),'description':a27_0x29f829(0x1fc),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a27_0x29f829(0x1f4),'type':a27_0x29f829(0x200),'description':a27_0x29f829(0x1f6)},TAGS_FLAG],async 'validate'(_0x3b16d8){const _0x12f7b5=a27_0x29f829,_0xceb0f2=_0x3b16d8['str'](_0x12f7b5(0x1f4))['trim']();if(_0xceb0f2)validateKey(_0xceb0f2);readOptionalTags(_0x3b16d8);},async 'execute'(_0x7beef6){const _0x346ca2=a27_0x29f829,_0x2cf6d0=_0x7beef6[_0x346ca2(0x1fe)]('key')['trim']()||undefined,_0x4d45d4=readOptionalTags(_0x7beef6),_0x1a7824=await withAppConfigApiBoundary(_0x346ca2(0x1ef),{'appCode':_0x7beef6[_0x346ca2(0x1f9)]},()=>listAppConfigs(_0x7beef6[_0x346ca2(0x1f9)],{'key':_0x2cf6d0,'tags':_0x4d45d4})),_0x3e635b=_0x1a7824[_0x346ca2(0x1fb)](_0x128bd0=>projectAppConfig(_0x128bd0));return{'ok':!![],'data':{'appCode':_0x7beef6[_0x346ca2(0x1f9)],'count':_0x3e635b['length'],'configs':_0x3e635b},'message':_0x346ca2(0x1ff)+_0x3e635b['length']+_0x346ca2(0x201)};}};function a27_0x1979(){const _0x5e31bd=['904428CqXOmg','833784SOgLio','547591xvWMGn','28zIZwZS','key','7290297xqBBbd','Filter\x20by\x20exact\x20config\x20key','app-config','610590WlIaDK','appCode','1278JDuXEH','map','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','6805AUEpee','str','Found\x20','string','\x20app\x20config(s)','673184XyDliG','list'];a27_0x1979=function(){return _0x5e31bd;};return a27_0x1979();}
1
+ const a27_0x288b0c=a27_0x2941;(function(_0x439791,_0x28901f){const _0x2f7417=a27_0x2941,_0x16d4f=_0x439791();while(!![]){try{const _0x5ba893=parseInt(_0x2f7417(0xaa))/0x1*(parseInt(_0x2f7417(0x9d))/0x2)+-parseInt(_0x2f7417(0xa8))/0x3*(parseInt(_0x2f7417(0xac))/0x4)+parseInt(_0x2f7417(0xab))/0x5*(-parseInt(_0x2f7417(0x9e))/0x6)+parseInt(_0x2f7417(0xa7))/0x7*(-parseInt(_0x2f7417(0x98))/0x8)+parseInt(_0x2f7417(0x9c))/0x9*(-parseInt(_0x2f7417(0xa1))/0xa)+-parseInt(_0x2f7417(0xae))/0xb+parseInt(_0x2f7417(0x9f))/0xc;if(_0x5ba893===_0x28901f)break;else _0x16d4f['push'](_0x16d4f['shift']());}catch(_0x2cde5a){_0x16d4f['push'](_0x16d4f['shift']());}}}(a27_0x34ce,0x314b1));import{listAppConfigs}from'../../core/api-client.js';function a27_0x2941(_0x33e13f,_0x3573d2){_0x33e13f=_0x33e13f-0x97;const _0x34ce6b=a27_0x34ce();let _0x2941b6=_0x34ce6b[_0x33e13f];return _0x2941b6;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a27_0x34ce(){const _0x3f76be=['9ChpMke','122268TofukJ','318vEPZyK','10710564kQKRYY','app-config','1600870aMjFKG','list','appCode','key','Found\x20','trim','107751exYxkF','24525NFGXXj','length','1uISdxm','30865WTVMKS','4YhLjwc','map','1634534GAucgE','string','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','56wBUdHG','\x20app\x20config(s)','Filter\x20by\x20exact\x20config\x20key','str'];a27_0x34ce=function(){return _0x3f76be;};return a27_0x34ce();}import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a27_0x288b0c(0xa0),'command':a27_0x288b0c(0xa2),'description':a27_0x288b0c(0x97),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a27_0x288b0c(0xa4),'type':a27_0x288b0c(0xaf),'description':a27_0x288b0c(0x9a)},TAGS_FLAG],async 'validate'(_0x11f12d){const _0x327227=a27_0x288b0c,_0x42e4f0=_0x11f12d[_0x327227(0x9b)](_0x327227(0xa4))[_0x327227(0xa6)]();if(_0x42e4f0)validateKey(_0x42e4f0);readOptionalTags(_0x11f12d);},async 'execute'(_0x4527c2){const _0x2f0548=a27_0x288b0c,_0x143b6f=_0x4527c2[_0x2f0548(0x9b)](_0x2f0548(0xa4))[_0x2f0548(0xa6)]()||undefined,_0x2c8792=readOptionalTags(_0x4527c2),_0x28a472=await withAppConfigApiBoundary(_0x2f0548(0xa2),{'appCode':_0x4527c2[_0x2f0548(0xa3)]},()=>listAppConfigs(_0x4527c2[_0x2f0548(0xa3)],{'key':_0x143b6f,'tags':_0x2c8792})),_0x39fb43=_0x28a472[_0x2f0548(0xad)](_0x3d3607=>projectAppConfig(_0x3d3607));return{'ok':!![],'data':{'appCode':_0x4527c2['appCode'],'count':_0x39fb43[_0x2f0548(0xa9)],'configs':_0x39fb43},'message':_0x2f0548(0xa5)+_0x39fb43['length']+_0x2f0548(0x99)};}};
@@ -1 +1 @@
1
- const a28_0x1f5813=a28_0x16d2;function a28_0x32f7(){const _0x3fccbb=['Created','621ZCKpup','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','create','Updated','543nMbiCN','string','apiError','866296hMbbaP','high-risk-write','tags','appCode','11194lfkmNO','get','/smartapi/app-config/create','258BGQbSh','POST','12EJuPkM','29308763GMFpHX','number','app-config','496175tyndgV','App\x20config\x20server\x20id\x20missing\x20for\x20key=',',\x20appCode=','3510940ykxVrw','update','14wcpKYt','185735wDYOJQ','201830yMJpQT'];a28_0x32f7=function(){return _0x3fccbb;};return a28_0x32f7();}(function(_0x293f73,_0x265b34){const _0x1084b1=a28_0x16d2,_0x146307=_0x293f73();while(!![]){try{const _0x2fe6da=parseInt(_0x1084b1(0x183))/0x1+parseInt(_0x1084b1(0x17a))/0x2*(-parseInt(_0x1084b1(0x173))/0x3)+-parseInt(_0x1084b1(0x186))/0x4+parseInt(_0x1084b1(0x189))/0x5*(-parseInt(_0x1084b1(0x17d))/0x6)+-parseInt(_0x1084b1(0x188))/0x7*(parseInt(_0x1084b1(0x176))/0x8)+parseInt(_0x1084b1(0x18c))/0x9*(parseInt(_0x1084b1(0x18a))/0xa)+parseInt(_0x1084b1(0x180))/0xb*(parseInt(_0x1084b1(0x17f))/0xc);if(_0x2fe6da===_0x265b34)break;else _0x146307['push'](_0x146307['shift']());}catch(_0x3d439c){_0x146307['push'](_0x146307['shift']());}}}(a28_0x32f7,0xcf2a4));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';function a28_0x16d2(_0x352488,_0x1624e5){_0x352488=_0x352488-0x170;const _0x32f7d2=a28_0x32f7();let _0x16d244=_0x32f7d2[_0x352488];return _0x16d244;}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=a28_0x1f5813(0x17c),UPDATE_PATH='/smartapi/app-config/update';export const appConfigSet={'service':a28_0x1f5813(0x182),'command':'set','description':a28_0x1f5813(0x170),'risk':a28_0x1f5813(0x177),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':'file','type':a28_0x1f5813(0x174),'description':'Read\x20config\x20value\x20from\x20file'}],async 'validate'(_0x483883){readKeyArg(_0x483883),readOptionalTags(_0x483883),assertSingleValueSource(_0x483883);},async 'dryRun'(_0x15f3a9){const _0x15e0c9=a28_0x1f5813,_0x4e1d89=readKeyArg(_0x15f3a9),_0x487d7b=readOptionalTags(_0x15f3a9),_0x10e59a=assertSingleValueSource(_0x15f3a9);await assertValueSourceReadable(_0x10e59a);const _0x2602a0=await withAppConfigApiBoundary('get',{'appCode':_0x15f3a9[_0x15e0c9(0x179)],'key':_0x4e1d89},()=>getAppConfigByKey(_0x15f3a9[_0x15e0c9(0x179)],_0x4e1d89)),_0x593e29=_0x2602a0?_0x15e0c9(0x187):_0x15e0c9(0x171),_0x46df82=_0x2602a0?projectAppConfig(_0x2602a0):null,_0x351278=plannedAppConfig({'appCode':_0x15f3a9['appCode'],'key':_0x4e1d89,'tags':_0x487d7b??_0x2602a0?.[_0x15e0c9(0x178)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x593e29,'appCode':_0x15f3a9['appCode'],'key':_0x4e1d89,'before':_0x46df82,'after':_0x351278,'dryRun':!![]}),{'method':_0x15e0c9(0x17e),'url':_0x593e29===_0x15e0c9(0x187)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x11d16a){const _0x1b8877=a28_0x1f5813,_0x17c879=readKeyArg(_0x11d16a),_0x42fb40=readOptionalTags(_0x11d16a),_0x2a5da6=await withAppConfigApiBoundary(_0x1b8877(0x17b),{'appCode':_0x11d16a[_0x1b8877(0x179)],'key':_0x17c879},()=>getAppConfigByKey(_0x11d16a[_0x1b8877(0x179)],_0x17c879)),_0xc8ba5c=_0x2a5da6?projectAppConfig(_0x2a5da6):null,_0x24c34e=_0x2a5da6?_0x1b8877(0x187):_0x1b8877(0x171),{value:_0x551d2a,warnings:_0x4f83e0}=await readAppConfigValue(_0x11d16a),_0x9fab1d={'appCode':_0x11d16a[_0x1b8877(0x179)],'key':_0x17c879,'value':_0x551d2a,'tags':_0x42fb40??_0x2a5da6?.[_0x1b8877(0x178)]??undefined};await withAppConfigApiBoundary(_0x24c34e,{'appCode':_0x11d16a[_0x1b8877(0x179)],'key':_0x17c879},async()=>{const _0x52e540=_0x1b8877;_0x2a5da6?await updateAppConfig({..._0x9fab1d,'id':requireAppConfigId(_0x2a5da6,_0x17c879,_0x11d16a[_0x52e540(0x179)])}):await createAppConfig(_0x9fab1d);});const _0x589a44=await withAppConfigApiBoundary('get',{'appCode':_0x11d16a['appCode'],'key':_0x17c879},()=>getAppConfigByKey(_0x11d16a[_0x1b8877(0x179)],_0x17c879)),_0x138df3=_0x589a44?projectAppConfig(_0x589a44):plannedAppConfig({'appCode':_0x11d16a['appCode'],'key':_0x17c879,'tags':_0x9fab1d[_0x1b8877(0x178)],'hasValue':_0x551d2a!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x24c34e,'appCode':_0x11d16a[_0x1b8877(0x179)],'key':_0x17c879,'before':_0xc8ba5c,'after':_0x138df3,'dryRun':![],'warnings':_0x4f83e0}),'message':(_0x24c34e===_0x1b8877(0x187)?_0x1b8877(0x172):_0x1b8877(0x18b))+'\x20app\x20config\x20'+_0x17c879};}};function requireAppConfigId(_0x2dfb10,_0x4d3886,_0x542d0b){const _0x19a120=a28_0x1f5813;if(typeof _0x2dfb10['id']===_0x19a120(0x181)&&Number['isFinite'](_0x2dfb10['id'])&&_0x2dfb10['id']>0x0)return _0x2dfb10['id'];throw CliErrors[_0x19a120(0x175)](_0x19a120(0x184)+_0x4d3886+_0x19a120(0x185)+_0x542d0b);}
1
+ function a28_0xba42(){const _0x3e6393=['App\x20config\x20server\x20id\x20missing\x20for\x20key=','/smartapi/app-config/update','524lPcimh','tags',',\x20appCode=','\x20app\x20config\x20','4014VWtibA','1715648MTUclL','389218HlRUSk','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','3503502VTPAyQ','/smartapi/app-config/create','set','create','get','20465JkMfsb','50BeLkFH','number','update','isFinite','3374ooZrBD','1031760NVVTQa','appCode','high-risk-write','file','apiError','1174374yAuPIY'];a28_0xba42=function(){return _0x3e6393;};return a28_0xba42();}const a28_0xa80893=a28_0x474f;function a28_0x474f(_0x40f9d6,_0x4f48e8){_0x40f9d6=_0x40f9d6-0xa5;const _0xba42a1=a28_0xba42();let _0x474f85=_0xba42a1[_0x40f9d6];return _0x474f85;}(function(_0x1677d4,_0x95f8be){const _0xa54180=a28_0x474f,_0x59d122=_0x1677d4();while(!![]){try{const _0x49ed1d=parseInt(_0xa54180(0xb4))/0x1+-parseInt(_0xa54180(0xa6))/0x2+-parseInt(_0xa54180(0xab))/0x3+parseInt(_0xa54180(0xae))/0x4*(-parseInt(_0xa54180(0xbb))/0x5)+parseInt(_0xa54180(0xb2))/0x6*(-parseInt(_0xa54180(0xa5))/0x7)+-parseInt(_0xa54180(0xb3))/0x8+-parseInt(_0xa54180(0xb6))/0x9*(-parseInt(_0xa54180(0xbc))/0xa);if(_0x49ed1d===_0x95f8be)break;else _0x59d122['push'](_0x59d122['shift']());}catch(_0x2c9f24){_0x59d122['push'](_0x59d122['shift']());}}}(a28_0xba42,0x56b65));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertSingleValueSource,assertValueSourceReadable,asAppConfigDryRunResult,buildMutationData,FROM_ENV_FLAG,KEY_ARG,plannedAppConfig,projectAppConfig,readAppConfigValue,readKeyArg,readOptionalTags,STDIN_FLAG,TAGS_FLAG,VALUE_ARG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const CREATE_PATH=a28_0xa80893(0xb7),UPDATE_PATH=a28_0xa80893(0xad);export const appConfigSet={'service':'app-config','command':a28_0xa80893(0xb8),'description':a28_0xa80893(0xb5),'risk':a28_0xa80893(0xa8),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a28_0xa80893(0xa9),'type':'string','description':'Read\x20config\x20value\x20from\x20file'}],async 'validate'(_0x2e23f5){readKeyArg(_0x2e23f5),readOptionalTags(_0x2e23f5),assertSingleValueSource(_0x2e23f5);},async 'dryRun'(_0x34ec97){const _0x592a98=a28_0xa80893,_0x196843=readKeyArg(_0x34ec97),_0x152e04=readOptionalTags(_0x34ec97),_0x25cf7f=assertSingleValueSource(_0x34ec97);await assertValueSourceReadable(_0x25cf7f);const _0x331c77=await withAppConfigApiBoundary(_0x592a98(0xba),{'appCode':_0x34ec97[_0x592a98(0xa7)],'key':_0x196843},()=>getAppConfigByKey(_0x34ec97[_0x592a98(0xa7)],_0x196843)),_0x6c88da=_0x331c77?_0x592a98(0xbe):_0x592a98(0xb9),_0x2f372f=_0x331c77?projectAppConfig(_0x331c77):null,_0x5da56b=plannedAppConfig({'appCode':_0x34ec97[_0x592a98(0xa7)],'key':_0x196843,'tags':_0x152e04??_0x331c77?.[_0x592a98(0xaf)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x6c88da,'appCode':_0x34ec97['appCode'],'key':_0x196843,'before':_0x2f372f,'after':_0x5da56b,'dryRun':!![]}),{'method':'POST','url':_0x6c88da===_0x592a98(0xbe)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x2aca90){const _0xd0be7c=a28_0xa80893,_0x2d9bf2=readKeyArg(_0x2aca90),_0x3d42c5=readOptionalTags(_0x2aca90),_0x5904b4=await withAppConfigApiBoundary('get',{'appCode':_0x2aca90['appCode'],'key':_0x2d9bf2},()=>getAppConfigByKey(_0x2aca90[_0xd0be7c(0xa7)],_0x2d9bf2)),_0x579cc8=_0x5904b4?projectAppConfig(_0x5904b4):null,_0x5b5f5f=_0x5904b4?'update':_0xd0be7c(0xb9),{value:_0x3f5e02,warnings:_0xc7a87b}=await readAppConfigValue(_0x2aca90),_0x2d1f5b={'appCode':_0x2aca90[_0xd0be7c(0xa7)],'key':_0x2d9bf2,'value':_0x3f5e02,'tags':_0x3d42c5??_0x5904b4?.[_0xd0be7c(0xaf)]??undefined};await withAppConfigApiBoundary(_0x5b5f5f,{'appCode':_0x2aca90[_0xd0be7c(0xa7)],'key':_0x2d9bf2},async()=>{_0x5904b4?await updateAppConfig({..._0x2d1f5b,'id':requireAppConfigId(_0x5904b4,_0x2d9bf2,_0x2aca90['appCode'])}):await createAppConfig(_0x2d1f5b);});const _0x4e076a=await withAppConfigApiBoundary(_0xd0be7c(0xba),{'appCode':_0x2aca90[_0xd0be7c(0xa7)],'key':_0x2d9bf2},()=>getAppConfigByKey(_0x2aca90['appCode'],_0x2d9bf2)),_0x249930=_0x4e076a?projectAppConfig(_0x4e076a):plannedAppConfig({'appCode':_0x2aca90[_0xd0be7c(0xa7)],'key':_0x2d9bf2,'tags':_0x2d1f5b[_0xd0be7c(0xaf)],'hasValue':_0x3f5e02!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x5b5f5f,'appCode':_0x2aca90[_0xd0be7c(0xa7)],'key':_0x2d9bf2,'before':_0x579cc8,'after':_0x249930,'dryRun':![],'warnings':_0xc7a87b}),'message':(_0x5b5f5f==='update'?'Updated':'Created')+_0xd0be7c(0xb1)+_0x2d9bf2};}};function requireAppConfigId(_0xd9643,_0x54326a,_0x15c06f){const _0x3822b7=a28_0xa80893;if(typeof _0xd9643['id']===_0x3822b7(0xbd)&&Number[_0x3822b7(0xbf)](_0xd9643['id'])&&_0xd9643['id']>0x0)return _0xd9643['id'];throw CliErrors[_0x3822b7(0xaa)](_0x3822b7(0xac)+_0x54326a+_0x3822b7(0xb0)+_0x15c06f);}
@@ -1 +1 @@
1
- const a29_0x355727=a29_0x5a14;(function(_0x502203,_0x199117){const _0x216a5b=a29_0x5a14,_0x233136=_0x502203();while(!![]){try{const _0x2aabe8=parseInt(_0x216a5b(0x16d))/0x1+-parseInt(_0x216a5b(0x19f))/0x2+parseInt(_0x216a5b(0x177))/0x3*(-parseInt(_0x216a5b(0x17a))/0x4)+parseInt(_0x216a5b(0x184))/0x5*(-parseInt(_0x216a5b(0x173))/0x6)+parseInt(_0x216a5b(0x17f))/0x7*(parseInt(_0x216a5b(0x176))/0x8)+-parseInt(_0x216a5b(0x18f))/0x9*(parseInt(_0x216a5b(0x19a))/0xa)+-parseInt(_0x216a5b(0x160))/0xb*(-parseInt(_0x216a5b(0x174))/0xc);if(_0x2aabe8===_0x199117)break;else _0x233136['push'](_0x233136['shift']());}catch(_0x2311da){_0x233136['push'](_0x233136['shift']());}}}(a29_0x3ad9,0xb5501));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':a29_0x355727(0x162),'description':'Runtime\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':a29_0x355727(0x18c),'description':a29_0x355727(0x161),'required':![]};export const TAGS_FLAG={'name':a29_0x355727(0x18d),'type':a29_0x355727(0x1a1),'description':a29_0x355727(0x17b)};export const STDIN_FLAG={'name':a29_0x355727(0x17e),'type':a29_0x355727(0x167),'description':a29_0x355727(0x168),'default':![]};export const FROM_ENV_FLAG={'name':a29_0x355727(0x195),'type':a29_0x355727(0x1a1),'description':'Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable'};export const REVEAL_FLAG={'name':a29_0x355727(0x175),'type':a29_0x355727(0x167),'description':a29_0x355727(0x19b),'default':![]};export function readKeyArg(_0x29d713){const _0x4e9b2a=a29_0x355727,_0x3efe21=_0x29d713['args'][0x0]?.[_0x4e9b2a(0x16a)]()??'';return validateKey(_0x3efe21),_0x3efe21;}export function readOptionalTags(_0x421a3c){const _0x160293=a29_0x355727,_0x315571=_0x421a3c[_0x160293(0x191)](_0x160293(0x18d))[_0x160293(0x16a)]();if(!_0x315571)return undefined;if(_0x315571[_0x160293(0x18e)]>0x20)throw CliErrors[_0x160293(0x179)](_0x160293(0x16e));return _0x315571;}export function validateKey(_0x24dc49){const _0x36f1fc=a29_0x355727;if(!_0x24dc49)throw CliErrors[_0x36f1fc(0x179)]('Missing\x20app-config\x20key.');if(_0x24dc49[_0x36f1fc(0x18e)]>0x100)throw CliErrors[_0x36f1fc(0x179)](_0x36f1fc(0x188));}export function projectAppConfig(_0x254104,_0x4ef233){const _0xcfc3ef=a29_0x355727,_0x24d52b=_0x254104[_0xcfc3ef(0x18c)]!==undefined&&_0x254104['value']!==null&&_0x254104[_0xcfc3ef(0x18c)]!=='',_0x219c7e={'appCode':_0x254104[_0xcfc3ef(0x194)],'key':_0x254104[_0xcfc3ef(0x162)],'tags':_0x254104[_0xcfc3ef(0x18d)]??undefined,'hasValue':_0x24d52b,'valueRedacted':_0x24d52b&&!_0x4ef233?.[_0xcfc3ef(0x175)],'gmtCreate':_0x254104['gmtCreate'],'gmtModified':_0x254104[_0xcfc3ef(0x187)]};return _0x4ef233?.[_0xcfc3ef(0x175)]&&(_0x219c7e['value']=_0x254104[_0xcfc3ef(0x18c)]??'',_0x219c7e[_0xcfc3ef(0x18a)]=![]),_0x219c7e;}export function plannedAppConfig(_0x1dbc75){const _0x461ec5=a29_0x355727,_0x2630ea=_0x1dbc75[_0x461ec5(0x169)]??!![];return{'appCode':_0x1dbc75[_0x461ec5(0x194)],'key':_0x1dbc75['key'],'tags':_0x1dbc75[_0x461ec5(0x18d)]??undefined,'hasValue':_0x2630ea,'valueRedacted':_0x2630ea};}export function buildMutationData(_0x56275f){const _0x3fe3ec=a29_0x355727;return{'operation':_0x56275f[_0x3fe3ec(0x19d)],'selector':{'appCode':_0x56275f[_0x3fe3ec(0x194)],'key':_0x56275f[_0x3fe3ec(0x162)]},'before':_0x56275f[_0x3fe3ec(0x180)],'after':_0x56275f[_0x3fe3ec(0x192)],'dryRun':_0x56275f['dryRun'],'warnings':_0x56275f['warnings']??[]};}export async function withAppConfigApiBoundary(_0x148457,_0x4f6108,_0x4fcc1b){const _0xffd6dc=a29_0x355727;try{return await _0x4fcc1b();}catch{const _0x327faf=['appCode:\x20'+_0x4f6108[_0xffd6dc(0x194)]];if(_0x4f6108['key'])_0x327faf[_0xffd6dc(0x178)](_0xffd6dc(0x199)+_0x4f6108['key']);_0x327faf['push'](_0xffd6dc(0x182));throw CliErrors[_0xffd6dc(0x170)](_0xffd6dc(0x189)+_0x148457+'\x20app\x20config.',_0x327faf['join'](';\x20')+'.');}}export function asAppConfigDryRunResult(_0x2a682d,_0x13c1d9){const _0x2c0059=a29_0x355727;return Object['defineProperties'](_0x2a682d,{'method':{'value':_0x13c1d9[_0x2c0059(0x19c)],'enumerable':![]},'url':{'value':_0x13c1d9[_0x2c0059(0x16f)],'enumerable':![]}});}export function assertSingleValueSource(_0xff6f0a){const _0x3a3167=a29_0x355727,_0x47fbf7=[];_0xff6f0a[_0x3a3167(0x16b)]['length']>0x1&&_0x47fbf7[_0x3a3167(0x178)]({'kind':'argument','value':_0xff6f0a[_0x3a3167(0x16b)][_0x3a3167(0x166)](0x1)[_0x3a3167(0x196)]('\x20')});const _0x2012d0=_0xff6f0a['flag'](_0x3a3167(0x18c));_0x2012d0!==undefined&&_0x2012d0!==null&&_0x47fbf7[_0x3a3167(0x178)]({'kind':_0x3a3167(0x1a0),'value':String(_0x2012d0)});_0xff6f0a[_0x3a3167(0x172)](_0x3a3167(0x17e))&&_0x47fbf7['push']({'kind':_0x3a3167(0x17e)});const _0x55eba8=_0xff6f0a[_0x3a3167(0x191)]('from-env')[_0x3a3167(0x16a)]();_0x55eba8&&_0x47fbf7['push']({'kind':_0x3a3167(0x183),'name':_0x55eba8});const _0x5de8a9=_0xff6f0a[_0x3a3167(0x191)](_0x3a3167(0x197))[_0x3a3167(0x16a)]();_0x5de8a9&&_0x47fbf7[_0x3a3167(0x178)]({'kind':_0x3a3167(0x197),'path':_0x5de8a9});if(_0x47fbf7[_0x3a3167(0x18e)]===0x0)throw CliErrors['validation'](_0x3a3167(0x16c),_0x3a3167(0x164));if(_0x47fbf7[_0x3a3167(0x18e)]>0x1)throw CliErrors[_0x3a3167(0x179)]('App\x20config\x20value\x20source\x20is\x20ambiguous.',_0x3a3167(0x190));return _0x47fbf7[0x0];}function a29_0x5a14(_0x18e03f,_0x5c415d){_0x18e03f=_0x18e03f-0x160;const _0x3ad972=a29_0x3ad9();let _0x5a14b9=_0x3ad972[_0x18e03f];return _0x5a14b9;}export async function assertValueSourceReadable(_0x2e1fe0){const _0x132ab5=a29_0x355727;if(_0x2e1fe0[_0x132ab5(0x186)]===_0x132ab5(0x183)&&!(_0x2e1fe0[_0x132ab5(0x171)]in process.env))throw CliErrors[_0x132ab5(0x179)](_0x132ab5(0x165)+_0x2e1fe0[_0x132ab5(0x171)]);if(_0x2e1fe0[_0x132ab5(0x186)]==='file')try{await access(_0x2e1fe0[_0x132ab5(0x198)]);}catch{throw CliErrors['validation'](_0x132ab5(0x18b)+_0x2e1fe0['path']);}}export async function readAppConfigValue(_0x4b8a75){const _0x1cdd5d=a29_0x355727,_0x3406ab=assertSingleValueSource(_0x4b8a75),_0xdde668=[];if(_0x3406ab['kind']===_0x1cdd5d(0x1a0))return _0xdde668['push'](_0x1cdd5d(0x163)),{'value':_0x3406ab['value']??'','source':_0x3406ab[_0x1cdd5d(0x186)],'warnings':_0xdde668};if(_0x3406ab[_0x1cdd5d(0x186)]===_0x1cdd5d(0x17e))return{'value':await readStdin(),'source':_0x3406ab[_0x1cdd5d(0x186)],'warnings':_0xdde668};if(_0x3406ab[_0x1cdd5d(0x186)]===_0x1cdd5d(0x183)){if(!(_0x3406ab[_0x1cdd5d(0x171)]in process.env))throw CliErrors[_0x1cdd5d(0x179)](_0x1cdd5d(0x165)+_0x3406ab[_0x1cdd5d(0x171)]);return{'value':process.env[_0x3406ab.name]??'','source':_0x3406ab['kind'],'warnings':_0xdde668};}return{'value':await readFile(_0x3406ab[_0x1cdd5d(0x198)],_0x1cdd5d(0x17c)),'source':_0x3406ab[_0x1cdd5d(0x186)],'warnings':_0xdde668};}function readStdin(){return new Promise((_0x17a6ee,_0x2fcba6)=>{const _0x192d07=a29_0x5a14;let _0x15ade1='';process['stdin'][_0x192d07(0x19e)](_0x192d07(0x17c)),process[_0x192d07(0x17e)]['on'](_0x192d07(0x17d),_0x16598b=>{_0x15ade1+=_0x16598b;}),process[_0x192d07(0x17e)][_0x192d07(0x185)](_0x192d07(0x193),()=>_0x17a6ee(_0x15ade1)),process[_0x192d07(0x17e)]['once'](_0x192d07(0x181),_0x2fcba6);});}function a29_0x3ad9(){const _0x416869=['utf8','data','stdin','7zLgOUk','before','error','value\x20is\x20redacted','env','223810viSoKk','once','kind','gmtModified','App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.','Failed\x20to\x20','valueRedacted','Value\x20file\x20is\x20not\x20readable:\x20','value','tags','length','413541OVQVCa','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','str','after','end','appCode','from-env','join','file','path','key:\x20','80HdnDDX','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','method','operation','setEncoding','923172ZSvPDP','argument','string','7557RCdeZe','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','key','Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','Environment\x20variable\x20is\x20not\x20set:\x20','slice','boolean','Read\x20config\x20value\x20from\x20stdin','hasValue','trim','args','Missing\x20app-config\x20value\x20source.','240054bHvoVb','App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.','url','apiError','name','bool','18ZpBCKL','21636RxHvar','reveal','4708688wxpDFY','12Mvaezi','push','validation','361180vKrNgk','Config\x20tags\x20for\x20filtering/display\x20metadata'];a29_0x3ad9=function(){return _0x416869;};return a29_0x3ad9();}
1
+ const a29_0x470c8c=a29_0x119c;(function(_0x47ed9b,_0x34510b){const _0x351a1e=a29_0x119c,_0x8075a3=_0x47ed9b();while(!![]){try{const _0x38a96=parseInt(_0x351a1e(0x1a0))/0x1*(parseInt(_0x351a1e(0x192))/0x2)+-parseInt(_0x351a1e(0x180))/0x3+-parseInt(_0x351a1e(0x18d))/0x4+parseInt(_0x351a1e(0x182))/0x5+parseInt(_0x351a1e(0x1ae))/0x6+parseInt(_0x351a1e(0x1ad))/0x7*(-parseInt(_0x351a1e(0x195))/0x8)+parseInt(_0x351a1e(0x199))/0x9;if(_0x38a96===_0x34510b)break;else _0x8075a3['push'](_0x8075a3['shift']());}catch(_0x16c7ec){_0x8075a3['push'](_0x8075a3['shift']());}}}(a29_0x24b8,0x3a0dd));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':'key','description':a29_0x470c8c(0x18b),'required':!![]};export const VALUE_ARG={'name':'value','description':a29_0x470c8c(0x187),'required':![]};export const TAGS_FLAG={'name':'tags','type':a29_0x470c8c(0x176),'description':a29_0x470c8c(0x17b)};export const STDIN_FLAG={'name':a29_0x470c8c(0x19a),'type':a29_0x470c8c(0x19f),'description':a29_0x470c8c(0x18c),'default':![]};export const FROM_ENV_FLAG={'name':a29_0x470c8c(0x17d),'type':a29_0x470c8c(0x176),'description':a29_0x470c8c(0x19b)};export const REVEAL_FLAG={'name':'reveal','type':a29_0x470c8c(0x19f),'description':a29_0x470c8c(0x191),'default':![]};export function readKeyArg(_0x13b919){const _0x3c8cd9=a29_0x470c8c,_0xfbc9=_0x13b919[_0x3c8cd9(0x1a5)][0x0]?.[_0x3c8cd9(0x1b1)]()??'';return validateKey(_0xfbc9),_0xfbc9;}export function readOptionalTags(_0x1cdde7){const _0x3ffcec=a29_0x470c8c,_0x1dbe74=_0x1cdde7[_0x3ffcec(0x181)](_0x3ffcec(0x17a))[_0x3ffcec(0x1b1)]();if(!_0x1dbe74)return undefined;if(_0x1dbe74[_0x3ffcec(0x1a6)]>0x20)throw CliErrors[_0x3ffcec(0x1a8)](_0x3ffcec(0x194));return _0x1dbe74;}export function validateKey(_0x356454){const _0x2b713f=a29_0x470c8c;if(!_0x356454)throw CliErrors[_0x2b713f(0x1a8)](_0x2b713f(0x1a2));if(_0x356454[_0x2b713f(0x1a6)]>0x100)throw CliErrors[_0x2b713f(0x1a8)]('App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.');}function a29_0x24b8(){const _0x3e2a8c=['Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','after','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','274CPiidM','\x20app\x20config.','App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.','8GLtLEf','utf8','key:\x20','url','1023894vmUEEA','stdin','Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable','kind','before','method','boolean','1521HJYRWd','appCode:\x20','Missing\x20app-config\x20key.','file','hasValue','args','length','gmtModified','validation','error','flag','once','dryRun','1956661gGKyVr','829494hUxhzj','push','appCode','trim','end','key','gmtCreate','string','join','env','valueRedacted','tags','Config\x20tags\x20for\x20filtering/display\x20metadata','data','from-env','reveal','argument','417252wfWrif','str','2240010pAJzYn','defineProperties','setEncoding','slice','name','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','value','path','operation','Runtime\x20app-config\x20key','Read\x20config\x20value\x20from\x20stdin','1007992FAlMit','apiError'];a29_0x24b8=function(){return _0x3e2a8c;};return a29_0x24b8();}export function projectAppConfig(_0x273be2,_0x260a05){const _0x25eae1=a29_0x470c8c,_0x5ea9c7=_0x273be2['value']!==undefined&&_0x273be2['value']!==null&&_0x273be2[_0x25eae1(0x188)]!=='',_0x3946c0={'appCode':_0x273be2['appCode'],'key':_0x273be2['key'],'tags':_0x273be2[_0x25eae1(0x17a)]??undefined,'hasValue':_0x5ea9c7,'valueRedacted':_0x5ea9c7&&!_0x260a05?.[_0x25eae1(0x17e)],'gmtCreate':_0x273be2[_0x25eae1(0x1b4)],'gmtModified':_0x273be2[_0x25eae1(0x1a7)]};return _0x260a05?.[_0x25eae1(0x17e)]&&(_0x3946c0['value']=_0x273be2['value']??'',_0x3946c0[_0x25eae1(0x179)]=![]),_0x3946c0;}export function plannedAppConfig(_0x2cb03a){const _0xaed870=a29_0x470c8c,_0x23e1fc=_0x2cb03a[_0xaed870(0x1a4)]??!![];return{'appCode':_0x2cb03a['appCode'],'key':_0x2cb03a[_0xaed870(0x1b3)],'tags':_0x2cb03a[_0xaed870(0x17a)]??undefined,'hasValue':_0x23e1fc,'valueRedacted':_0x23e1fc};}export function buildMutationData(_0x468013){const _0x2a2b88=a29_0x470c8c;return{'operation':_0x468013[_0x2a2b88(0x18a)],'selector':{'appCode':_0x468013[_0x2a2b88(0x1b0)],'key':_0x468013[_0x2a2b88(0x1b3)]},'before':_0x468013[_0x2a2b88(0x19d)],'after':_0x468013[_0x2a2b88(0x190)],'dryRun':_0x468013[_0x2a2b88(0x1ac)],'warnings':_0x468013['warnings']??[]};}export async function withAppConfigApiBoundary(_0x349a5a,_0x178b02,_0x3309eb){const _0x39c089=a29_0x470c8c;try{return await _0x3309eb();}catch{const _0x349217=[_0x39c089(0x1a1)+_0x178b02[_0x39c089(0x1b0)]];if(_0x178b02[_0x39c089(0x1b3)])_0x349217[_0x39c089(0x1af)](_0x39c089(0x197)+_0x178b02[_0x39c089(0x1b3)]);_0x349217[_0x39c089(0x1af)]('value\x20is\x20redacted');throw CliErrors[_0x39c089(0x18e)]('Failed\x20to\x20'+_0x349a5a+_0x39c089(0x193),_0x349217[_0x39c089(0x177)](';\x20')+'.');}}export function asAppConfigDryRunResult(_0x36a0c1,_0x71f0f3){const _0x3817fa=a29_0x470c8c;return Object[_0x3817fa(0x183)](_0x36a0c1,{'method':{'value':_0x71f0f3[_0x3817fa(0x19e)],'enumerable':![]},'url':{'value':_0x71f0f3[_0x3817fa(0x198)],'enumerable':![]}});}export function assertSingleValueSource(_0xd25269){const _0x171b88=a29_0x470c8c,_0x5b8cb5=[];_0xd25269[_0x171b88(0x1a5)]['length']>0x1&&_0x5b8cb5[_0x171b88(0x1af)]({'kind':_0x171b88(0x17f),'value':_0xd25269[_0x171b88(0x1a5)][_0x171b88(0x185)](0x1)['join']('\x20')});const _0x268fdf=_0xd25269[_0x171b88(0x1aa)](_0x171b88(0x188));_0x268fdf!==undefined&&_0x268fdf!==null&&_0x5b8cb5[_0x171b88(0x1af)]({'kind':_0x171b88(0x17f),'value':String(_0x268fdf)});_0xd25269['bool'](_0x171b88(0x19a))&&_0x5b8cb5[_0x171b88(0x1af)]({'kind':_0x171b88(0x19a)});const _0xfa87ce=_0xd25269[_0x171b88(0x181)](_0x171b88(0x17d))[_0x171b88(0x1b1)]();_0xfa87ce&&_0x5b8cb5['push']({'kind':_0x171b88(0x178),'name':_0xfa87ce});const _0x40c11c=_0xd25269[_0x171b88(0x181)](_0x171b88(0x1a3))[_0x171b88(0x1b1)]();_0x40c11c&&_0x5b8cb5[_0x171b88(0x1af)]({'kind':_0x171b88(0x1a3),'path':_0x40c11c});if(_0x5b8cb5[_0x171b88(0x1a6)]===0x0)throw CliErrors[_0x171b88(0x1a8)]('Missing\x20app-config\x20value\x20source.',_0x171b88(0x18f));if(_0x5b8cb5[_0x171b88(0x1a6)]>0x1)throw CliErrors[_0x171b88(0x1a8)]('App\x20config\x20value\x20source\x20is\x20ambiguous.','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.');return _0x5b8cb5[0x0];}export async function assertValueSourceReadable(_0x2f5df0){const _0x31d554=a29_0x470c8c;if(_0x2f5df0[_0x31d554(0x19c)]===_0x31d554(0x178)&&!(_0x2f5df0[_0x31d554(0x186)]in process.env))throw CliErrors[_0x31d554(0x1a8)]('Environment\x20variable\x20is\x20not\x20set:\x20'+_0x2f5df0[_0x31d554(0x186)]);if(_0x2f5df0['kind']==='file')try{await access(_0x2f5df0[_0x31d554(0x189)]);}catch{throw CliErrors[_0x31d554(0x1a8)]('Value\x20file\x20is\x20not\x20readable:\x20'+_0x2f5df0[_0x31d554(0x189)]);}}function a29_0x119c(_0x2ab5c1,_0x48d201){_0x2ab5c1=_0x2ab5c1-0x176;const _0x24b887=a29_0x24b8();let _0x119cb4=_0x24b887[_0x2ab5c1];return _0x119cb4;}export async function readAppConfigValue(_0x80ec1a){const _0x5a71f1=a29_0x470c8c,_0x4366cb=assertSingleValueSource(_0x80ec1a),_0x42378d=[];if(_0x4366cb[_0x5a71f1(0x19c)]===_0x5a71f1(0x17f))return _0x42378d[_0x5a71f1(0x1af)]('Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.'),{'value':_0x4366cb[_0x5a71f1(0x188)]??'','source':_0x4366cb[_0x5a71f1(0x19c)],'warnings':_0x42378d};if(_0x4366cb[_0x5a71f1(0x19c)]===_0x5a71f1(0x19a))return{'value':await readStdin(),'source':_0x4366cb[_0x5a71f1(0x19c)],'warnings':_0x42378d};if(_0x4366cb[_0x5a71f1(0x19c)]===_0x5a71f1(0x178)){if(!(_0x4366cb['name']in process.env))throw CliErrors[_0x5a71f1(0x1a8)]('Environment\x20variable\x20is\x20not\x20set:\x20'+_0x4366cb['name']);return{'value':process.env[_0x4366cb.name]??'','source':_0x4366cb[_0x5a71f1(0x19c)],'warnings':_0x42378d};}return{'value':await readFile(_0x4366cb[_0x5a71f1(0x189)],_0x5a71f1(0x196)),'source':_0x4366cb['kind'],'warnings':_0x42378d};}function readStdin(){return new Promise((_0x7f6965,_0x1d35e1)=>{const _0x473df4=a29_0x119c;let _0x5da401='';process[_0x473df4(0x19a)][_0x473df4(0x184)](_0x473df4(0x196)),process[_0x473df4(0x19a)]['on'](_0x473df4(0x17c),_0x27b6dd=>{_0x5da401+=_0x27b6dd;}),process['stdin'][_0x473df4(0x1ab)](_0x473df4(0x1b2),()=>_0x7f6965(_0x5da401)),process[_0x473df4(0x19a)][_0x473df4(0x1ab)](_0x473df4(0x1a9),_0x1d35e1);});}
@@ -1 +1 @@
1
- const a30_0x32e102=a30_0x19b9;function a30_0x19b9(_0x586016,_0x27bcf6){_0x586016=_0x586016-0x16e;const _0x266450=a30_0x2664();let _0x19b986=_0x266450[_0x586016];return _0x19b986;}(function(_0x126798,_0x11eb34){const _0x55ba15=a30_0x19b9,_0x4249a2=_0x126798();while(!![]){try{const _0xfb3c85=-parseInt(_0x55ba15(0x16f))/0x1*(parseInt(_0x55ba15(0x181))/0x2)+parseInt(_0x55ba15(0x182))/0x3+-parseInt(_0x55ba15(0x176))/0x4+parseInt(_0x55ba15(0x17b))/0x5*(parseInt(_0x55ba15(0x16e))/0x6)+-parseInt(_0x55ba15(0x172))/0x7+parseInt(_0x55ba15(0x170))/0x8*(parseInt(_0x55ba15(0x17f))/0x9)+parseInt(_0x55ba15(0x178))/0xa*(parseInt(_0x55ba15(0x180))/0xb);if(_0xfb3c85===_0x11eb34)break;else _0x4249a2['push'](_0x4249a2['shift']());}catch(_0x16c381){_0x4249a2['push'](_0x4249a2['shift']());}}}(a30_0x2664,0x38c2c));function a30_0x2664(){const _0x322c88=['log','24luiigO','137524JcHQgo','2288pHLmmX','boolean','1505462RiEvAW','auth','bool','yes','1833648RXZriQ','logout','10nFaBSv','✓\x20Logged\x20out','write','184705LjnzKs','!\x20Not\x20logged\x20in','Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','../../auth/auth-server-ui.js','2079DFpIer','10446040Bfzblu','4wPIcNx','52644lyzYLR'];a30_0x2664=function(){return _0x322c88;};return a30_0x2664();}import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../../auth/constant.js';export const authDefinitions=[{'service':'auth','command':'login','description':'Login\x20via\x20browser','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a30_0x32e102(0x175),'type':a30_0x32e102(0x171),'description':a30_0x32e102(0x17d),'default':![]}],async 'execute'(_0x42eda6){const _0x2a13eb=a30_0x32e102,{runAuthServer:_0x582ac6}=await import(_0x2a13eb(0x17e));return await _0x582ac6({'autoYes':_0x42eda6[_0x2a13eb(0x174)](_0x2a13eb(0x175)),'nonInteractive':_0x42eda6['nonInteractive']}),{'ok':!![]};}},{'service':a30_0x32e102(0x173),'command':a30_0x32e102(0x177),'description':'Clear\x20login\x20session','risk':a30_0x32e102(0x17a),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x3e8b46){const _0x5ab494=a30_0x32e102;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x5ab494(0x183)](_0x5ab494(0x179))):console[_0x5ab494(0x183)](_0x5ab494(0x17c)),{'ok':!![]};}}];
1
+ function a30_0xc1f1(_0x482e15,_0x191582){_0x482e15=_0x482e15-0x15d;const _0x37a13e=a30_0x37a1();let _0xc1f115=_0x37a13e[_0x482e15];return _0xc1f115;}const a30_0x1e87be=a30_0xc1f1;(function(_0x401199,_0x252701){const _0x3379e0=a30_0xc1f1,_0xebcfc4=_0x401199();while(!![]){try{const _0x4b6052=parseInt(_0x3379e0(0x164))/0x1+parseInt(_0x3379e0(0x170))/0x2*(-parseInt(_0x3379e0(0x16c))/0x3)+-parseInt(_0x3379e0(0x15e))/0x4+parseInt(_0x3379e0(0x167))/0x5+parseInt(_0x3379e0(0x15f))/0x6+-parseInt(_0x3379e0(0x16e))/0x7*(parseInt(_0x3379e0(0x162))/0x8)+parseInt(_0x3379e0(0x16a))/0x9*(parseInt(_0x3379e0(0x16b))/0xa);if(_0x4b6052===_0x252701)break;else _0xebcfc4['push'](_0xebcfc4['shift']());}catch(_0xacd077){_0xebcfc4['push'](_0xebcfc4['shift']());}}}(a30_0x37a1,0x6c830));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../../auth/constant.js';export const authDefinitions=[{'service':a30_0x1e87be(0x163),'command':a30_0x1e87be(0x160),'description':a30_0x1e87be(0x168),'risk':a30_0x1e87be(0x16f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a30_0x1e87be(0x172),'type':'boolean','description':a30_0x1e87be(0x171),'default':![]}],async 'execute'(_0x31fe62){const _0x18fa9e=a30_0x1e87be,{runAuthServer:_0x1fdcde}=await import(_0x18fa9e(0x161));return await _0x1fdcde({'autoYes':_0x31fe62[_0x18fa9e(0x169)](_0x18fa9e(0x172)),'nonInteractive':_0x31fe62[_0x18fa9e(0x173)]}),{'ok':!![]};}},{'service':'auth','command':'logout','description':a30_0x1e87be(0x165),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x5a1b35){const _0x3be563=a30_0x1e87be;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x3be563(0x16d)](_0x3be563(0x166))):console['log'](_0x3be563(0x15d)),{'ok':!![]};}}];function a30_0x37a1(){const _0x21f06a=['auth','755904YirlRS','Clear\x20login\x20session','✓\x20Logged\x20out','1545985DYCCQI','Login\x20via\x20browser','bool','27HTFZTr','693490FLYMwk','4716wvtPKq','log','24143pMDOQV','read','700ViUbXH','Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','yes','nonInteractive','!\x20Not\x20logged\x20in','1443264VGRtnv','2542698SqbkbV','login','../../auth/auth-server-ui.js','792tKIaty'];a30_0x37a1=function(){return _0x21f06a;};return a30_0x37a1();}
@@ -1 +1 @@
1
- const a31_0x20bde5=a31_0x2490;(function(_0xdd2e83,_0x1cdaa9){const _0x34406c=a31_0x2490,_0xf39dca=_0xdd2e83();while(!![]){try{const _0x437942=parseInt(_0x34406c(0xc4))/0x1+-parseInt(_0x34406c(0xe8))/0x2+-parseInt(_0x34406c(0xe0))/0x3*(-parseInt(_0x34406c(0xdb))/0x4)+parseInt(_0x34406c(0xb9))/0x5*(parseInt(_0x34406c(0xe1))/0x6)+parseInt(_0x34406c(0xac))/0x7*(-parseInt(_0x34406c(0xdc))/0x8)+parseInt(_0x34406c(0xa0))/0x9+parseInt(_0x34406c(0xcb))/0xa;if(_0x437942===_0x1cdaa9)break;else _0xf39dca['push'](_0xf39dca['shift']());}catch(_0x58bf4d){_0xf39dca['push'](_0xf39dca['shift']());}}}(a31_0x283e,0xc446e));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_0x2490(_0x5d08e8,_0x30d25c){_0x5d08e8=_0x5d08e8-0x9b;const _0x283ede=a31_0x283e();let _0x249099=_0x283ede[_0x5d08e8];return _0x249099;}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';function a31_0x283e(){const _0x38cbe7=['20181xHjVVi','Operation\x20type\x20\x22','includes','ENDPOINT','close','UNKNOWN','question','Alias\x20\x22','Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)','\x0a\x20*\x20[脚本名称]\x20','/**\x0a\x20*\x20ENDPOINT\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','/**\x0a\x20*\x20COMMON\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/{appCode}/{scriptName}\x0a\x20*\x20[当前示例]\x20POST\x20/api/endpoint/','1643335WoKhJr','map','tableName','\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.','\x0a\x20*\x20[触发节点]\x20','parseInt','create','No\x20operation\x20types\x20found\x20for\x20dataset\x20','datasetcode','source','283334IvgwIL','string','nonInteractive','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','keys','after','6533120wLPzcZ','\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.','/**\x0a\x20*\x20HOOK\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','.js','stdin','HOOK','\x20function:\x20','alias','\x20api\x20pull`\x20to\x20refresh.','before','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','\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','scriptsRootDir','join','operation-type','Invalid\x20function\x20name\x20\x22','8uBsvOJ','2776DcluRv','functionNode',']\x20(','No\x20api.ts\x20found.\x20Run\x20`','264711JxlftI','6VOWeoH','isInteger','entries','COMMON','\x22\x20not\x20found.\x20','find','code','2137068aBoxFx','apiDir','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/COMMON/','length','Scaffold\x20a\x20new\x20BFF\x20function\x20from\x20template','Dataset\x20not\x20found\x20for\x20code\x20\x22','stderr','Script\x20type','No\x20datasets\x20found\x20for\x20this\x20app.','Select\x20dataset:','appCode','\x22\x20not\x20found\x20for\x20dataset\x20','str','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','operationType','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','function-node','name','description','TODO:\x20add\x20script\x20description','12879882iJwWGn','trim','write','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','Created\x20','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','datasetCode','utf8','bff','HOOK\x20requires\x20alias/operation/node\x20options.','type','validation'];a31_0x283e=function(){return _0x38cbe7;};return a31_0x283e();}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_0x20bde5(0xa8),'command':a31_0x20bde5(0xc0),'description':a31_0x20bde5(0xed),'risk':a31_0x20bde5(0xa2),'flags':[{'name':a31_0x20bde5(0xaa),'type':a31_0x20bde5(0xc5),'required':!![],'enum':[a31_0x20bde5(0xe4),a31_0x20bde5(0xaf),a31_0x20bde5(0xd0)],'description':a31_0x20bde5(0xf0)},{'name':a31_0x20bde5(0x9d),'type':a31_0x20bde5(0xc5),'required':!![],'description':'Function\x20name\x20(valid\x20JS\x20identifier)'},{'name':'description','type':a31_0x20bde5(0xc5),'description':'Script\x20description'},{'name':a31_0x20bde5(0xd2),'type':a31_0x20bde5(0xc5),'description':a31_0x20bde5(0xc7)},{'name':a31_0x20bde5(0xc2),'type':'string','description':a31_0x20bde5(0xb4)},{'name':a31_0x20bde5(0xd9),'type':a31_0x20bde5(0xc5),'description':'Operation\x20type\x20(HOOK\x20only)'},{'name':a31_0x20bde5(0x9c),'type':a31_0x20bde5(0xc5),'description':'Trigger\x20node\x20(HOOK\x20only)','enum':[a31_0x20bde5(0xd4),a31_0x20bde5(0xca)]}],async 'validate'(_0x409370){const _0x5a0006=a31_0x20bde5,_0x522c36=_0x409370[_0x5a0006(0xf5)](_0x5a0006(0x9d));if(!isValidBffFunctionName(_0x522c36))throw CliErrors[_0x5a0006(0xab)](_0x5a0006(0xda)+_0x522c36+'\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).');},async 'execute'(_0x2aee22){const _0x408def=a31_0x20bde5,_0x3a1d64=loadBffProjectConfig(_0x2aee22['appCode']),_0x5285af=_0x2aee22[_0x408def(0xf5)](_0x408def(0xaa)),_0x44036d=_0x2aee22[_0x408def(0xf5)](_0x408def(0x9d)),_0x4666b3=_0x2aee22[_0x408def(0xf5)](_0x408def(0x9e))||undefined,_0x382060=_0x5285af===_0x408def(0xd0)?await resolveHookOptions(_0x3a1d64,_0x2aee22):undefined,_0x22e314=buildFilePath(_0x3a1d64,_0x5285af,_0x44036d,_0x382060);if(await fileExists(_0x22e314))throw CliErrors['validation']('File\x20already\x20exists:\x20'+_0x22e314);await mkdir(dirname(_0x22e314),{'recursive':!![]});const _0x2437aa=generateTemplate(_0x5285af,_0x44036d,_0x2aee22[_0x408def(0xf3)],_0x4666b3,_0x382060);await writeFile(_0x22e314,_0x2437aa,_0x408def(0xa7));const _0x2b7511={'type':_0x5285af,'name':_0x44036d,'path':_0x22e314};if(_0x4666b3)_0x2b7511[_0x408def(0x9e)]=_0x4666b3;if(_0x382060){if(_0x382060[_0x408def(0xd2)])_0x2b7511['alias']=_0x382060[_0x408def(0xd2)];_0x2b7511['datasetCode']=_0x382060['datasetCode'],_0x2b7511[_0x408def(0xf7)]=_0x382060[_0x408def(0xf7)],_0x2b7511[_0x408def(0xdd)]=_0x382060[_0x408def(0xdd)];}return{'ok':!![],'data':_0x2b7511,'message':_0x408def(0xa4)+_0x5285af+_0x408def(0xd1)+_0x44036d};}};async function resolveHookOptions(_0x28d12a,_0x88d43c){const _0x1790fc=a31_0x20bde5,_0x18d8e8=loadAliasMap(_0x88d43c[_0x1790fc(0xe9)],undefined,resolveApiFilePath(_0x88d43c[_0x1790fc(0xe9)],_0x88d43c[_0x1790fc(0xf3)])),_0x4afadf=_0x18d8e8[_0x1790fc(0xec)]>0x0;let _0x5ea71d,_0x564c82,_0x3ddebe;const _0x11e1f6=_0x88d43c[_0x1790fc(0xf5)](_0x1790fc(0xd2)),_0x34134e=_0x88d43c[_0x1790fc(0xf5)](_0x1790fc(0xc2));if(_0x11e1f6){const _0xe8d919=resolveAlias(_0x88d43c[_0x1790fc(0xe9)],_0x11e1f6,undefined,resolveApiFilePath(_0x88d43c[_0x1790fc(0xe9)],_0x88d43c[_0x1790fc(0xf3)]));if(!_0xe8d919){const _0x8cfdbd=_0x4afadf?'Available\x20aliases:\x20'+_0x18d8e8[_0x1790fc(0xba)](_0x4f6132=>_0x4f6132[_0x1790fc(0xd2)])['join'](',\x20'):_0x1790fc(0xdf)+CLI_BIN_NAME+_0x1790fc(0xcc);throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xb3)+_0x11e1f6+_0x1790fc(0xe5)+_0x8cfdbd);}_0x5ea71d=_0x11e1f6,_0x564c82=_0xe8d919;}else{if(_0x34134e){_0x564c82=_0x34134e;const _0x27a71d=_0x18d8e8[_0x1790fc(0xe6)](_0x495a3c=>_0x495a3c[_0x1790fc(0xa6)]===_0x34134e);_0x5ea71d=_0x27a71d?.[_0x1790fc(0xd2)];}else{if(_0x88d43c[_0x1790fc(0xc6)])throw CliErrors['validation'](_0x1790fc(0xea));else{if(_0x4afadf){const _0x428a21=_0x18d8e8[_0x1790fc(0xba)](_0x327798=>_0x327798[_0x1790fc(0xd2)]+'\x20('+_0x327798[_0x1790fc(0xbb)]+')'),_0x21f56b=await promptSelect(_0x1790fc(0xf2),_0x428a21),_0x11a427=_0x18d8e8[_0x21f56b];if(!_0x11a427)throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xbd));_0x5ea71d=_0x11a427[_0x1790fc(0xd2)],_0x564c82=_0x11a427[_0x1790fc(0xa6)];}else{const _0x7d653c=await listDatasets(_0x88d43c['appCode']);if(_0x7d653c[_0x1790fc(0xec)]===0x0)throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xf1));const _0x2abf0d=_0x7d653c['map'](_0xf7c4c0=>_0xf7c4c0[_0x1790fc(0x9d)]+'\x20['+(_0xf7c4c0[_0x1790fc(0xc3)]??_0x1790fc(0xb1))+_0x1790fc(0xde)+_0xf7c4c0[_0x1790fc(0xe7)]+')'),_0x4f1fe6=await promptSelect(_0x1790fc(0xf2),_0x2abf0d),_0x5d2ad5=_0x7d653c[_0x4f1fe6];if(!_0x5d2ad5)throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xbd));_0x564c82=_0x5d2ad5[_0x1790fc(0xe7)],_0x5ea71d=undefined;}}}}const _0x2cbc2f=await listDatasets(_0x88d43c['appCode']),_0x48d445=_0x2cbc2f[_0x1790fc(0xe6)](_0x412497=>_0x412497[_0x1790fc(0xe7)]===_0x564c82);if(!_0x48d445)throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xee)+_0x564c82+'\x22.\x20'+(_0x5ea71d?_0x1790fc(0xd5)+CLI_BIN_NAME+_0x1790fc(0xd3):''));_0x3ddebe=_0x48d445['id'];const _0x4abf35=_0x5ea71d??_0x564c82,_0x2ba921=await listBffDatasetOperations(_0x88d43c[_0x1790fc(0xf3)],_0x3ddebe),_0x5045ad=_0x2ba921?Object[_0x1790fc(0xc9)](_0x2ba921):[];if(_0x5045ad[_0x1790fc(0xec)]===0x0)throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xc1)+_0x4abf35+'.');let _0x335c14;const _0x464366=_0x88d43c['str'](_0x1790fc(0xd9));if(_0x464366){if(!_0x5045ad[_0x1790fc(0xae)](_0x464366))throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xad)+_0x464366+_0x1790fc(0xf4)+_0x4abf35+'.\x20'+('Available:\x20'+_0x5045ad[_0x1790fc(0xd8)](',\x20')));_0x335c14=_0x464366;}else{if(_0x88d43c['nonInteractive'])throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xf6));const _0x45f529=await promptSelect('Select\x20operation\x20type:',_0x5045ad);_0x335c14=_0x5045ad[_0x45f529]??_0x5045ad[0x0];}let _0xc394bb=normalizeHookFunctionNode(_0x88d43c['str'](_0x1790fc(0x9c)));if(!_0xc394bb){if(_0x88d43c[_0x1790fc(0xf5)](_0x1790fc(0x9c)))throw CliErrors[_0x1790fc(0xab)]('--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.');if(_0x88d43c[_0x1790fc(0xc6)])throw CliErrors[_0x1790fc(0xab)](_0x1790fc(0xc8));const _0x2bdcf7=await promptSelect('Select\x20trigger\x20node:',[_0x1790fc(0xd4),'after']);_0xc394bb=[_0x1790fc(0xd4),_0x1790fc(0xca)][_0x2bdcf7]??'before';}return{'alias':_0x5ea71d,'datasetCode':_0x564c82,'datasetId':_0x3ddebe,'operationType':_0x335c14,'functionNode':_0xc394bb};}async function promptSelect(_0x12c5e6,_0x36b156){const _0x4a32f5=a31_0x20bde5;if(_0x36b156['length']===0x1)return 0x0;for(const [_0x32a7de,_0x340bca]of _0x36b156[_0x4a32f5(0xe3)]()){process[_0x4a32f5(0xef)][_0x4a32f5(0xa2)]('\x20\x20'+(_0x32a7de+0x1)+'.\x20'+_0x340bca+'\x0a');}const _0x150393=createInterface({'input':process[_0x4a32f5(0xcf)],'output':process['stderr']});while(!![]){const _0x44c7a4=await new Promise(_0x450f3d=>{const _0x47f778=_0x4a32f5;_0x150393[_0x47f778(0xb2)](_0x12c5e6+'\x20',_0x450f3d);}),_0x4a4789=Number[_0x4a32f5(0xbf)](_0x44c7a4[_0x4a32f5(0xa1)](),0xa);if(Number[_0x4a32f5(0xe2)](_0x4a4789)&&_0x4a4789>=0x1&&_0x4a4789<=_0x36b156[_0x4a32f5(0xec)])return _0x150393[_0x4a32f5(0xb0)](),_0x4a4789-0x1;process[_0x4a32f5(0xef)][_0x4a32f5(0xa2)](_0x4a32f5(0xa3)+_0x36b156[_0x4a32f5(0xec)]+'.\x0a');}}function buildFilePath(_0x1dd61a,_0x4c6ed0,_0x1b7c95,_0x3b186c){const _0x3c7eba=a31_0x20bde5;if(_0x4c6ed0===_0x3c7eba(0xd0)){if(!_0x3b186c)throw CliErrors[_0x3c7eba(0xab)](_0x3c7eba(0xa9));const _0x263085=_0x3b186c[_0x3c7eba(0xd2)]??_0x3b186c[_0x3c7eba(0xa6)];return join(_0x1dd61a[_0x3c7eba(0xd7)],_0x3c7eba(0xd0),_0x263085,_0x3b186c[_0x3c7eba(0xf7)],_0x3b186c[_0x3c7eba(0xdd)],_0x1b7c95+_0x3c7eba(0xce));}return join(_0x1dd61a[_0x3c7eba(0xd7)],_0x4c6ed0,_0x1b7c95+_0x3c7eba(0xce));}export function generateTemplate(_0x5d5310,_0x26d1fa,_0x4b81e0,_0x180642,_0x15e766){const _0x6fd133=a31_0x20bde5,_0x1f9058=_0x180642?.[_0x6fd133(0xa1)]()||_0x6fd133(0x9f);if(_0x5d5310==='COMMON')return _0x6fd133(0xb7)+_0x1f9058+_0x6fd133(0xb5)+_0x26d1fa+_0x6fd133(0xeb)+_0x26d1fa+'.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'+_0x26d1fa+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';if(_0x5d5310===_0x6fd133(0xaf))return _0x6fd133(0xb6)+_0x1f9058+_0x6fd133(0xb8)+_0x4b81e0+'/'+_0x26d1fa+_0x6fd133(0xbc)+_0x26d1fa+_0x6fd133(0x9b);if(!_0x15e766)throw CliErrors[_0x6fd133(0xab)]('HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.');return _0x6fd133(0xcd)+_0x1f9058+_0x6fd133(0xa5)+_0x4b81e0+'/'+_0x15e766[_0x6fd133(0xa6)]+'/'+_0x15e766['operationType']+_0x6fd133(0xbe)+_0x15e766['functionNode']+_0x6fd133(0xd6)+_0x26d1fa+_0x6fd133(0x9b);}
1
+ const a31_0x19dd75=a31_0x3161;(function(_0x3c19e3,_0x2595ae){const _0x4559dd=a31_0x3161,_0x3de137=_0x3c19e3();while(!![]){try{const _0x3d4e1f=-parseInt(_0x4559dd(0x1d7))/0x1*(parseInt(_0x4559dd(0x1d8))/0x2)+parseInt(_0x4559dd(0x19f))/0x3+-parseInt(_0x4559dd(0x1c5))/0x4+parseInt(_0x4559dd(0x1e8))/0x5+-parseInt(_0x4559dd(0x1e5))/0x6*(-parseInt(_0x4559dd(0x1ea))/0x7)+parseInt(_0x4559dd(0x1d3))/0x8*(parseInt(_0x4559dd(0x1a2))/0x9)+-parseInt(_0x4559dd(0x1b2))/0xa;if(_0x3d4e1f===_0x2595ae)break;else _0x3de137['push'](_0x3de137['shift']());}catch(_0x55b014){_0x3de137['push'](_0x3de137['shift']());}}}(a31_0x3be6,0x958d1));import{createInterface}from'node:readline';import{mkdir,writeFile}from'node:fs/promises';import{dirname,join}from'node:path';import{listDatasets,listBffDatasetOperations}from'../../core/api-client.js';import{loadAliasMap,resolveAlias}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';function a31_0x3161(_0x1d38d8,_0x96ed8b){_0x1d38d8=_0x1d38d8-0x195;const _0x3be609=a31_0x3be6();let _0x3161ed=_0x3be609[_0x1d38d8];return _0x3161ed;}import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists}from'../../core/bff/file-system.js';import{isValidBffFunctionName,normalizeHookFunctionNode}from'../../core/bff/utils.js';function a31_0x3be6(){const _0x327be3=['134376RYrCAJ','stdin','close','length','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','/**\x0a\x20*\x20HOOK\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','Created\x20','trim','Operation\x20type\x20(HOOK\x20only)','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','HOOK',']\x20(','Trigger\x20node\x20(HOOK\x20only)','1500OoAwFM','operation-type','map','5973070JtXimV','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/{appCode}/{scriptName}\x0a\x20*\x20[当前示例]\x20POST\x20/api/endpoint/','29918htjfjb','operationType','HOOK\x20requires\x20alias/operation/node\x20options.','string','datasetcode','write','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','datasetCode','find','Operation\x20type\x20\x22','\x0a\x20*\x20[脚本名称]\x20','Available\x20aliases:\x20','type','\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/COMMON/','functionNode','File\x20already\x20exists:\x20','2822934vkFlik','name','source','63gIrdVU','.js','TODO:\x20add\x20script\x20description','--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.','alias','Select\x20dataset:','question','.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','\x22.\x20','includes','\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','nonInteractive','Script\x20description','\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','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','parseInt','34038600MHHkJm','ENDPOINT','Function\x20name\x20(valid\x20JS\x20identifier)','\x22\x20not\x20found\x20for\x20dataset\x20','\x20function:\x20','\x20api\x20pull`\x20to\x20refresh.','bff','Invalid\x20dataset\x20selection.','str','\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.','join','No\x20api.ts\x20found.\x20Run\x20`','Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)','appCode','after','apiDir','utf8','Alias\x20\x22','before','833256EXsusR','Invalid\x20function\x20name\x20\x22','COMMON','No\x20operation\x20types\x20found\x20for\x20dataset\x20','validation','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','stderr','description','function-node','tableName','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','/**\x0a\x20*\x20COMMON\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20','\x0a\x20*\x20[触发节点]\x20','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','1396808CnVsTi','Available:\x20','code','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','3MNMxgf'];a31_0x3be6=function(){return _0x327be3;};return a31_0x3be6();}import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const bffCreate={'service':a31_0x19dd75(0x1b8),'command':'create','description':'Scaffold\x20a\x20new\x20BFF\x20function\x20from\x20template','risk':a31_0x19dd75(0x1ef),'flags':[{'name':a31_0x19dd75(0x19b),'type':a31_0x19dd75(0x1ed),'required':!![],'enum':[a31_0x19dd75(0x1c7),a31_0x19dd75(0x1b3),a31_0x19dd75(0x1e2)],'description':'Script\x20type'},{'name':a31_0x19dd75(0x1a0),'type':a31_0x19dd75(0x1ed),'required':!![],'description':a31_0x19dd75(0x1b4)},{'name':a31_0x19dd75(0x1cc),'type':'string','description':a31_0x19dd75(0x1ae)},{'name':a31_0x19dd75(0x1a6),'type':'string','description':a31_0x19dd75(0x1b0)},{'name':a31_0x19dd75(0x1ee),'type':a31_0x19dd75(0x1ed),'description':a31_0x19dd75(0x1be)},{'name':a31_0x19dd75(0x1e6),'type':'string','description':a31_0x19dd75(0x1e0)},{'name':a31_0x19dd75(0x1cd),'type':a31_0x19dd75(0x1ed),'description':a31_0x19dd75(0x1e4),'enum':[a31_0x19dd75(0x1c4),a31_0x19dd75(0x1c0)]}],async 'validate'(_0xd98256){const _0x1f6a11=a31_0x19dd75,_0x17af0a=_0xd98256[_0x1f6a11(0x1ba)]('name');if(!isValidBffFunctionName(_0x17af0a))throw CliErrors[_0x1f6a11(0x1c9)](_0x1f6a11(0x1c6)+_0x17af0a+'\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).');},async 'execute'(_0x1a0083){const _0x130d60=a31_0x19dd75,_0x193455=loadBffProjectConfig(_0x1a0083['appCode']),_0x44fc4b=_0x1a0083[_0x130d60(0x1ba)](_0x130d60(0x19b)),_0x564ddf=_0x1a0083[_0x130d60(0x1ba)](_0x130d60(0x1a0)),_0x39769e=_0x1a0083[_0x130d60(0x1ba)]('description')||undefined,_0x2eda95=_0x44fc4b===_0x130d60(0x1e2)?await resolveHookOptions(_0x193455,_0x1a0083):undefined,_0x28acce=buildFilePath(_0x193455,_0x44fc4b,_0x564ddf,_0x2eda95);if(await fileExists(_0x28acce))throw CliErrors[_0x130d60(0x1c9)](_0x130d60(0x19e)+_0x28acce);await mkdir(dirname(_0x28acce),{'recursive':!![]});const _0x18b0fd=generateTemplate(_0x44fc4b,_0x564ddf,_0x1a0083[_0x130d60(0x1bf)],_0x39769e,_0x2eda95);await writeFile(_0x28acce,_0x18b0fd,_0x130d60(0x1c2));const _0x2c7246={'type':_0x44fc4b,'name':_0x564ddf,'path':_0x28acce};if(_0x39769e)_0x2c7246[_0x130d60(0x1cc)]=_0x39769e;if(_0x2eda95){if(_0x2eda95[_0x130d60(0x1a6)])_0x2c7246[_0x130d60(0x1a6)]=_0x2eda95[_0x130d60(0x1a6)];_0x2c7246[_0x130d60(0x196)]=_0x2eda95[_0x130d60(0x196)],_0x2c7246[_0x130d60(0x1eb)]=_0x2eda95[_0x130d60(0x1eb)],_0x2c7246['functionNode']=_0x2eda95[_0x130d60(0x19d)];}return{'ok':!![],'data':_0x2c7246,'message':_0x130d60(0x1de)+_0x44fc4b+_0x130d60(0x1b6)+_0x564ddf};}};async function resolveHookOptions(_0x29289d,_0x447a5a){const _0x2f94e0=a31_0x19dd75,_0x3e66c5=loadAliasMap(_0x447a5a['apiDir'],undefined,resolveApiFilePath(_0x447a5a[_0x2f94e0(0x1c1)],_0x447a5a[_0x2f94e0(0x1bf)])),_0x2e1126=_0x3e66c5[_0x2f94e0(0x1db)]>0x0;let _0x3204f7,_0x435be3,_0x33083f;const _0x123935=_0x447a5a[_0x2f94e0(0x1ba)](_0x2f94e0(0x1a6)),_0x26556c=_0x447a5a[_0x2f94e0(0x1ba)](_0x2f94e0(0x1ee));if(_0x123935){const _0x2cdd7d=resolveAlias(_0x447a5a[_0x2f94e0(0x1c1)],_0x123935,undefined,resolveApiFilePath(_0x447a5a[_0x2f94e0(0x1c1)],_0x447a5a[_0x2f94e0(0x1bf)]));if(!_0x2cdd7d){const _0x3524bd=_0x2e1126?_0x2f94e0(0x19a)+_0x3e66c5[_0x2f94e0(0x1e7)](_0x3fadfa=>_0x3fadfa[_0x2f94e0(0x1a6)])[_0x2f94e0(0x1bc)](',\x20'):_0x2f94e0(0x1bd)+CLI_BIN_NAME+_0x2f94e0(0x1bb);throw CliErrors[_0x2f94e0(0x1c9)](_0x2f94e0(0x1c3)+_0x123935+'\x22\x20not\x20found.\x20'+_0x3524bd);}_0x3204f7=_0x123935,_0x435be3=_0x2cdd7d;}else{if(_0x26556c){_0x435be3=_0x26556c;const _0x30e0c0=_0x3e66c5[_0x2f94e0(0x197)](_0x4b5c95=>_0x4b5c95[_0x2f94e0(0x196)]===_0x26556c);_0x3204f7=_0x30e0c0?.[_0x2f94e0(0x1a6)];}else{if(_0x447a5a[_0x2f94e0(0x1ad)])throw CliErrors[_0x2f94e0(0x1c9)](_0x2f94e0(0x195));else{if(_0x2e1126){const _0x208250=_0x3e66c5[_0x2f94e0(0x1e7)](_0x346552=>_0x346552[_0x2f94e0(0x1a6)]+'\x20('+_0x346552[_0x2f94e0(0x1ce)]+')'),_0x3dbce3=await promptSelect(_0x2f94e0(0x1a7),_0x208250),_0x183632=_0x3e66c5[_0x3dbce3];if(!_0x183632)throw CliErrors['validation']('Invalid\x20dataset\x20selection.');_0x3204f7=_0x183632[_0x2f94e0(0x1a6)],_0x435be3=_0x183632[_0x2f94e0(0x196)];}else{const _0x5a5fa4=await listDatasets(_0x447a5a['appCode']);if(_0x5a5fa4[_0x2f94e0(0x1db)]===0x0)throw CliErrors[_0x2f94e0(0x1c9)]('No\x20datasets\x20found\x20for\x20this\x20app.');const _0x25b666=_0x5a5fa4[_0x2f94e0(0x1e7)](_0x5bce7b=>_0x5bce7b[_0x2f94e0(0x1a0)]+'\x20['+(_0x5bce7b[_0x2f94e0(0x1a1)]??'UNKNOWN')+_0x2f94e0(0x1e3)+_0x5bce7b[_0x2f94e0(0x1d5)]+')'),_0x419448=await promptSelect('Select\x20dataset:',_0x25b666),_0xa6b474=_0x5a5fa4[_0x419448];if(!_0xa6b474)throw CliErrors[_0x2f94e0(0x1c9)](_0x2f94e0(0x1b9));_0x435be3=_0xa6b474[_0x2f94e0(0x1d5)],_0x3204f7=undefined;}}}}const _0x356809=await listDatasets(_0x447a5a[_0x2f94e0(0x1bf)]),_0xe64b69=_0x356809[_0x2f94e0(0x197)](_0x16148f=>_0x16148f[_0x2f94e0(0x1d5)]===_0x435be3);if(!_0xe64b69)throw CliErrors[_0x2f94e0(0x1c9)]('Dataset\x20not\x20found\x20for\x20code\x20\x22'+_0x435be3+_0x2f94e0(0x1aa)+(_0x3204f7?_0x2f94e0(0x1ca)+CLI_BIN_NAME+_0x2f94e0(0x1b7):''));_0x33083f=_0xe64b69['id'];const _0x426baa=_0x3204f7??_0x435be3,_0x51dc02=await listBffDatasetOperations(_0x447a5a['appCode'],_0x33083f),_0x4b2061=_0x51dc02?Object['keys'](_0x51dc02):[];if(_0x4b2061['length']===0x0)throw CliErrors[_0x2f94e0(0x1c9)](_0x2f94e0(0x1c8)+_0x426baa+'.');let _0x31f85d;const _0x5e08b2=_0x447a5a[_0x2f94e0(0x1ba)](_0x2f94e0(0x1e6));if(_0x5e08b2){if(!_0x4b2061[_0x2f94e0(0x1ab)](_0x5e08b2))throw CliErrors['validation'](_0x2f94e0(0x198)+_0x5e08b2+_0x2f94e0(0x1b5)+_0x426baa+'.\x20'+(_0x2f94e0(0x1d4)+_0x4b2061[_0x2f94e0(0x1bc)](',\x20')));_0x31f85d=_0x5e08b2;}else{if(_0x447a5a[_0x2f94e0(0x1ad)])throw CliErrors[_0x2f94e0(0x1c9)](_0x2f94e0(0x1d6));const _0x4ba27e=await promptSelect('Select\x20operation\x20type:',_0x4b2061);_0x31f85d=_0x4b2061[_0x4ba27e]??_0x4b2061[0x0];}let _0x5e542c=normalizeHookFunctionNode(_0x447a5a['str']('function-node'));if(!_0x5e542c){if(_0x447a5a[_0x2f94e0(0x1ba)](_0x2f94e0(0x1cd)))throw CliErrors[_0x2f94e0(0x1c9)](_0x2f94e0(0x1a5));if(_0x447a5a[_0x2f94e0(0x1ad)])throw CliErrors['validation']('--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.');const _0x401d49=await promptSelect('Select\x20trigger\x20node:',[_0x2f94e0(0x1c4),'after']);_0x5e542c=[_0x2f94e0(0x1c4),_0x2f94e0(0x1c0)][_0x401d49]??_0x2f94e0(0x1c4);}return{'alias':_0x3204f7,'datasetCode':_0x435be3,'datasetId':_0x33083f,'operationType':_0x31f85d,'functionNode':_0x5e542c};}async function promptSelect(_0x1670db,_0x11674d){const _0x49d9a5=a31_0x19dd75;if(_0x11674d[_0x49d9a5(0x1db)]===0x1)return 0x0;for(const [_0x1ff46c,_0x51d9cb]of _0x11674d['entries']()){process[_0x49d9a5(0x1cb)][_0x49d9a5(0x1ef)]('\x20\x20'+(_0x1ff46c+0x1)+'.\x20'+_0x51d9cb+'\x0a');}const _0x515071=createInterface({'input':process[_0x49d9a5(0x1d9)],'output':process[_0x49d9a5(0x1cb)]});while(!![]){const _0x3c168d=await new Promise(_0x50126=>{const _0x2d93b4=_0x49d9a5;_0x515071[_0x2d93b4(0x1a8)](_0x1670db+'\x20',_0x50126);}),_0x119726=Number[_0x49d9a5(0x1b1)](_0x3c168d['trim'](),0xa);if(Number['isInteger'](_0x119726)&&_0x119726>=0x1&&_0x119726<=_0x11674d[_0x49d9a5(0x1db)])return _0x515071[_0x49d9a5(0x1da)](),_0x119726-0x1;process[_0x49d9a5(0x1cb)][_0x49d9a5(0x1ef)](_0x49d9a5(0x1e1)+_0x11674d[_0x49d9a5(0x1db)]+'.\x0a');}}function buildFilePath(_0x2b8249,_0x25afa6,_0x4eb0c8,_0x2aaeb9){const _0x20d1f2=a31_0x19dd75;if(_0x25afa6===_0x20d1f2(0x1e2)){if(!_0x2aaeb9)throw CliErrors[_0x20d1f2(0x1c9)](_0x20d1f2(0x1ec));const _0x338f33=_0x2aaeb9[_0x20d1f2(0x1a6)]??_0x2aaeb9[_0x20d1f2(0x196)];return join(_0x2b8249['scriptsRootDir'],_0x20d1f2(0x1e2),_0x338f33,_0x2aaeb9[_0x20d1f2(0x1eb)],_0x2aaeb9['functionNode'],_0x4eb0c8+_0x20d1f2(0x1a3));}return join(_0x2b8249['scriptsRootDir'],_0x25afa6,_0x4eb0c8+_0x20d1f2(0x1a3));}export function generateTemplate(_0x289a61,_0x35c121,_0x234673,_0x442bb8,_0xa79dfb){const _0x36c459=a31_0x19dd75,_0xe45cc2=_0x442bb8?.[_0x36c459(0x1df)]()||_0x36c459(0x1a4);if(_0x289a61===_0x36c459(0x1c7))return _0x36c459(0x1d0)+_0xe45cc2+_0x36c459(0x199)+_0x35c121+_0x36c459(0x19c)+_0x35c121+_0x36c459(0x1a9)+_0x35c121+_0x36c459(0x1d2);if(_0x289a61===_0x36c459(0x1b3))return'/**\x0a\x20*\x20ENDPOINT\x20function\x20template.\x0a\x20*\x0a\x20*\x20[脚本描述]\x20'+_0xe45cc2+_0x36c459(0x1e9)+_0x234673+'/'+_0x35c121+_0x36c459(0x1af)+_0x35c121+_0x36c459(0x1d2);if(!_0xa79dfb)throw CliErrors[_0x36c459(0x1c9)](_0x36c459(0x1dc));return _0x36c459(0x1dd)+_0xe45cc2+_0x36c459(0x1cf)+_0x234673+'/'+_0xa79dfb[_0x36c459(0x196)]+'/'+_0xa79dfb[_0x36c459(0x1eb)]+_0x36c459(0x1d1)+_0xa79dfb[_0x36c459(0x19d)]+_0x36c459(0x1ac)+_0x35c121+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';}
@@ -1 +1 @@
1
- const a32_0x19088f=a32_0x2495;(function(_0x5cb6a0,_0x1e40ba){const _0x1a9450=a32_0x2495,_0x4ac786=_0x5cb6a0();while(!![]){try{const _0x43da2d=-parseInt(_0x1a9450(0x7f))/0x1*(-parseInt(_0x1a9450(0x8a))/0x2)+parseInt(_0x1a9450(0xa0))/0x3+-parseInt(_0x1a9450(0xa3))/0x4+-parseInt(_0x1a9450(0x8d))/0x5+parseInt(_0x1a9450(0x8f))/0x6+-parseInt(_0x1a9450(0x95))/0x7*(-parseInt(_0x1a9450(0x83))/0x8)+-parseInt(_0x1a9450(0xa8))/0x9;if(_0x43da2d===_0x1e40ba)break;else _0x4ac786['push'](_0x4ac786['shift']());}catch(_0x5201e2){_0x4ac786['push'](_0x4ac786['shift']());}}}(a32_0x4e82,0x61c8a));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';function a32_0x4e82(){const _0x5aa8f2=['split','Lock\x20scope\x20for\x20app\x20\x22','Deleted\x20','/api/management/library/scripts/delete','\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20trash','4513642yecCEK','delete','target','map','functions','trashDir','trashedTo','validation','join','bff','replace','1791117OGzcru','apps','lockFilePath','528908ppwWWs','lastSync','length','stringify','appCode','7639731aZsmWN','Local\x20delete\x20not\x20settled\x20for\x20','high-risk-write','Would\x20delete\x20','\x20(local\x20file\x20moved\x20to\x20trash)','toISOString','includes','332785tfyjNN','Function\x20not\x20found:\x20','\x22.\x20Use\x20the\x20full\x20lock\x20key:\x0a','projectRoot','8wwixwE','BFF\x20lock\x20file\x20not\x20found.','str','No\x20lock\x20entry\x20found\x20for\x20\x22','<timestamp>','scriptsRoot','remoteId','4RFYtYg','Multiple\x20functions\x20match\x20\x22','startsWith','2706300GKXoaO','string','92718dpJJMt'];a32_0x4e82=function(){return _0x5aa8f2;};return a32_0x4e82();}import{deleteBffScript}from'../../core/api-client.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists,resolveLocalFilePathFromLockKey}from'../../core/bff/file-system.js';function a32_0x2495(_0x27526f,_0xa58428){_0x27526f=_0x27526f-0x7d;const _0x4e82cc=a32_0x4e82();let _0x249553=_0x4e82cc[_0x27526f];return _0x249553;}import{ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{CliErrors}from'../../errors.js';import{sleep}from'../../utils/sleep.js';export const bffDelete={'service':a32_0x19088f(0x9e),'command':a32_0x19088f(0x96),'description':'Delete\x20a\x20BFF\x20script\x20from\x20remote\x20and\x20local','risk':a32_0x19088f(0xaa),'flags':[{'name':a32_0x19088f(0x97),'type':a32_0x19088f(0x8e),'required':!![],'description':'Lock\x20key\x20(e.g.\x20ENDPOINT/createOrder)\x20or\x20short\x20function\x20name'}],async 'validate'(_0xbd19d9){const _0x4cdf83=a32_0x19088f,_0xb1d964=loadBffProjectConfig(_0xbd19d9[_0x4cdf83(0xa7)]),_0x4d4ebb=await readBffLockFile(_0xb1d964['lockFilePath']);if(!_0x4d4ebb)throw CliErrors[_0x4cdf83(0x9c)]('BFF\x20lock\x20file\x20not\x20found.\x20Run\x20`push`\x20or\x20`pull`\x20first\x20to\x20initialize\x20sync\x20state.');},async 'dryRun'(_0x1cf07b){const _0x18f0fa=a32_0x19088f,_0xb54c7e=loadBffProjectConfig(_0x1cf07b['appCode']),_0x50a978=await readBffLockFile(_0xb54c7e[_0x18f0fa(0xa2)]);if(!_0x50a978)throw CliErrors[_0x18f0fa(0x9c)](_0x18f0fa(0x84));const {appLock:_0x3c365e}=ensureLockScope(_0x50a978,_0x1cf07b[_0x18f0fa(0xa7)],_0xb54c7e[_0x18f0fa(0x88)],_0x18f0fa(0x96)),_0x1c7fe2=_0x1cf07b[_0x18f0fa(0x85)](_0x18f0fa(0x97)),_0x20a9da=Object['keys'](_0x3c365e[_0x18f0fa(0x99)]),_0x5e82d7=resolveDeleteTarget(_0x1c7fe2,_0x20a9da),_0xbc6d44=_0x3c365e[_0x18f0fa(0x99)][_0x5e82d7];if(!_0xbc6d44)throw CliErrors[_0x18f0fa(0x9c)](_0x18f0fa(0x86)+_0x5e82d7+'\x22.');const _0x5733a3=resolveLocalFilePathFromLockKey(_0xb54c7e,_0x5e82d7),_0x15f5c1=relative(_0xb54c7e['projectRoot'],_0x5733a3),_0x278168=join(_0xb54c7e[_0x18f0fa(0x9a)],_0x18f0fa(0x87),_0x15f5c1);return{'method':'POST','url':_0x18f0fa(0x93),'body':{'appCode':_0x1cf07b['appCode'],'target':_0x5e82d7,'remoteId':_0xbc6d44[_0x18f0fa(0x89)],'localFilePath':_0x5733a3,'trashedPath':_0x278168},'description':_0x18f0fa(0xab)+_0x5e82d7+_0x18f0fa(0x94)};},async 'execute'(_0x1c3db2){const _0x26a0a5=a32_0x19088f,_0x24170e=loadBffProjectConfig(_0x1c3db2[_0x26a0a5(0xa7)]),_0xc2afb1=await readBffLockFile(_0x24170e[_0x26a0a5(0xa2)]);if(!_0xc2afb1)throw CliErrors[_0x26a0a5(0x9c)](_0x26a0a5(0x84));const {lockData:_0x278df6,appLock:_0x4befa2}=ensureLockScope(_0xc2afb1,_0x1c3db2[_0x26a0a5(0xa7)],_0x24170e[_0x26a0a5(0x88)],'delete'),_0x2aad6a=JSON['parse'](JSON[_0x26a0a5(0xa6)](_0x278df6)),_0x924899=_0x2aad6a['apps'][_0x1c3db2[_0x26a0a5(0xa7)]];if(!_0x924899)throw new Error(_0x26a0a5(0x91)+_0x1c3db2[_0x26a0a5(0xa7)]+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x500dcc=_0x1c3db2['str']('target'),_0x389d43=Object['keys'](_0x924899[_0x26a0a5(0x99)]),_0x21a720=resolveDeleteTarget(_0x500dcc,_0x389d43),_0x5069dc=_0x924899[_0x26a0a5(0x99)][_0x21a720];if(!_0x5069dc)throw CliErrors['validation']('No\x20lock\x20entry\x20found\x20for\x20\x22'+_0x21a720+'\x22.');await deleteBffScript(_0x5069dc[_0x26a0a5(0x89)]),delete _0x924899[_0x26a0a5(0x99)][_0x21a720],_0x924899[_0x26a0a5(0xa4)]=new Date()['toISOString'](),await writeBffLockFile(_0x24170e[_0x26a0a5(0xa2)],_0x2aad6a);const _0x2a2fef=resolveLocalFilePathFromLockKey(_0x24170e,_0x21a720);let _0x251f85;await fileExists(_0x2a2fef)&&(_0x251f85=await moveToTrash(_0x24170e[_0x26a0a5(0x82)],_0x24170e['trashDir'],_0x2a2fef),await cleanupEmptyDirectories(dirname(_0x2a2fef),_0x24170e['scriptsRootDir']));await waitForDeleteSettlement(_0x24170e['lockFilePath'],_0x1c3db2[_0x26a0a5(0xa7)],_0x21a720,_0x2a2fef),await sleep(0x96);const _0x54a187={'deleted':_0x21a720,'remoteId':_0x5069dc[_0x26a0a5(0x89)]};if(_0x251f85)_0x54a187[_0x26a0a5(0x9b)]=_0x251f85;return{'ok':!![],'data':_0x54a187,'message':_0x26a0a5(0x92)+_0x21a720+(_0x251f85?_0x26a0a5(0xac):'')};}};function resolveDeleteTarget(_0x8c812e,_0x5b4fcb){const _0x2f485a=a32_0x19088f;if(_0x8c812e[_0x2f485a(0x7e)]('/')){const _0x4fc288=_0x5b4fcb['find'](_0x1d71eb=>_0x1d71eb===_0x8c812e);if(!_0x4fc288)throw CliErrors['validation'](_0x2f485a(0x80)+_0x8c812e);return _0x4fc288;}const _0x1fc31b=_0x5b4fcb['filter'](_0xbd2dc4=>_0xbd2dc4[_0x2f485a(0x90)]('/')['at'](-0x1)===_0x8c812e);if(_0x1fc31b[_0x2f485a(0xa5)]===0x0)throw CliErrors[_0x2f485a(0x9c)](_0x2f485a(0x80)+_0x8c812e);if(_0x1fc31b[_0x2f485a(0xa5)]>0x1)throw CliErrors[_0x2f485a(0x9c)](_0x2f485a(0x8b)+_0x8c812e+_0x2f485a(0x81)+_0x1fc31b[_0x2f485a(0x98)](_0xfa7f67=>'\x20\x20-\x20'+_0xfa7f67)[_0x2f485a(0x9d)]('\x0a'));return _0x1fc31b[0x0];}async function moveToTrash(_0x2efeee,_0x24fa9d,_0xdf1254){const _0xed9c35=a32_0x19088f,_0x2dfa62=new Date()[_0xed9c35(0x7d)]()[_0xed9c35(0x9f)](/[:.]/g,'-'),_0x3f2083=relative(_0x2efeee,_0xdf1254),_0x189b1f=join(_0x24fa9d,_0x2dfa62,_0x3f2083);return await mkdir(dirname(_0x189b1f),{'recursive':!![]}),await rename(_0xdf1254,_0x189b1f),_0x189b1f;}async function cleanupEmptyDirectories(_0x2a8f1f,_0x1027c8){const _0xff6889=a32_0x19088f;let _0x3aebb7=resolve(_0x2a8f1f);const _0x18850f=resolve(_0x1027c8);while(_0x3aebb7[_0xff6889(0x8c)](''+_0x18850f+sep)||_0x3aebb7===_0x18850f){if(_0x3aebb7===_0x18850f)return;try{const _0x52f499=await readdir(_0x3aebb7);if(_0x52f499[_0xff6889(0xa5)]>0x0)return;await rmdir(_0x3aebb7);}catch{return;}_0x3aebb7=dirname(_0x3aebb7);}}const DELETE_SETTLE_RETRY_COUNT=0x14,DELETE_SETTLE_DELAY_MS=0x64;async function waitForDeleteSettlement(_0x396068,_0x43a4c2,_0x37de4c,_0x5f0d1d){const _0x16cf2=a32_0x19088f;for(let _0x43d22b=0x0;_0x43d22b<DELETE_SETTLE_RETRY_COUNT;_0x43d22b+=0x1){const _0x308543=await readBffLockFile(_0x396068),_0x3f80a7=!!_0x308543?.[_0x16cf2(0xa1)]?.[_0x43a4c2]?.['functions']?.[_0x37de4c],_0x139ad7=await fileExists(_0x5f0d1d);if(!_0x3f80a7&&!_0x139ad7)return;await sleep(DELETE_SETTLE_DELAY_MS);}throw new Error(_0x16cf2(0xa9)+_0x37de4c+'.');}
1
+ const a32_0x570ed3=a32_0x4407;(function(_0x420f9b,_0x449f98){const _0x2d5db0=a32_0x4407,_0x1062ab=_0x420f9b();while(!![]){try{const _0x13b042=-parseInt(_0x2d5db0(0x124))/0x1+-parseInt(_0x2d5db0(0x114))/0x2*(-parseInt(_0x2d5db0(0x113))/0x3)+parseInt(_0x2d5db0(0x11e))/0x4+parseInt(_0x2d5db0(0xfa))/0x5+-parseInt(_0x2d5db0(0xf8))/0x6+-parseInt(_0x2d5db0(0xfd))/0x7*(parseInt(_0x2d5db0(0x11a))/0x8)+-parseInt(_0x2d5db0(0x120))/0x9*(-parseInt(_0x2d5db0(0x118))/0xa);if(_0x13b042===_0x449f98)break;else _0x1062ab['push'](_0x1062ab['shift']());}catch(_0x1ca374){_0x1062ab['push'](_0x1062ab['shift']());}}}(a32_0x5eb4,0xd062b));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';function a32_0x5eb4(){const _0x2cad34=['appCode','25392ZXakte','Delete\x20a\x20BFF\x20script\x20from\x20remote\x20and\x20local','Multiple\x20functions\x20match\x20\x22','bff','2743756UMKztR','length','19897371qxHdFP','trashedTo','scriptsRootDir','high-risk-write','902260gIyyDC','\x22.\x20Use\x20the\x20full\x20lock\x20key:\x0a','validation','\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20trash','join','keys','10183356gZwrCx','BFF\x20lock\x20file\x20not\x20found.','4448245brCcpg','Lock\x20key\x20(e.g.\x20ENDPOINT/createOrder)\x20or\x20short\x20function\x20name','remoteId','1386XfRwyE','projectRoot','map','Deleted\x20','delete','POST','lockFilePath','\x20(local\x20file\x20moved\x20to\x20trash)','startsWith','string','target','replace','stringify','find','Function\x20not\x20found:\x20','functions','scriptsRoot','str','apps','parse','BFF\x20lock\x20file\x20not\x20found.\x20Run\x20`push`\x20or\x20`pull`\x20first\x20to\x20initialize\x20sync\x20state.','trashDir','3JTXpEZ','590156sPXiLF','\x20\x20-\x20','split','includes','10vULBXq'];a32_0x5eb4=function(){return _0x2cad34;};return a32_0x5eb4();}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';export const bffDelete={'service':a32_0x570ed3(0x11d),'command':a32_0x570ed3(0x101),'description':a32_0x570ed3(0x11b),'risk':a32_0x570ed3(0x123),'flags':[{'name':'target','type':a32_0x570ed3(0x106),'required':!![],'description':a32_0x570ed3(0xfb)}],async 'validate'(_0x520b51){const _0x2d7fab=a32_0x570ed3,_0xc2b9b4=loadBffProjectConfig(_0x520b51['appCode']),_0x573c0d=await readBffLockFile(_0xc2b9b4['lockFilePath']);if(!_0x573c0d)throw CliErrors['validation'](_0x2d7fab(0x111));},async 'dryRun'(_0x50b8ed){const _0x13a2bf=a32_0x570ed3,_0x516562=loadBffProjectConfig(_0x50b8ed[_0x13a2bf(0x119)]),_0x9c0b5d=await readBffLockFile(_0x516562[_0x13a2bf(0x103)]);if(!_0x9c0b5d)throw CliErrors[_0x13a2bf(0x126)](_0x13a2bf(0xf9));const {appLock:_0x2ee616}=ensureLockScope(_0x9c0b5d,_0x50b8ed['appCode'],_0x516562[_0x13a2bf(0x10d)],_0x13a2bf(0x101)),_0x278289=_0x50b8ed[_0x13a2bf(0x10e)](_0x13a2bf(0x107)),_0x6f0ce1=Object[_0x13a2bf(0xf7)](_0x2ee616[_0x13a2bf(0x10c)]),_0x1e5858=resolveDeleteTarget(_0x278289,_0x6f0ce1),_0x2b281a=_0x2ee616[_0x13a2bf(0x10c)][_0x1e5858];if(!_0x2b281a)throw CliErrors[_0x13a2bf(0x126)]('No\x20lock\x20entry\x20found\x20for\x20\x22'+_0x1e5858+'\x22.');const _0x18db67=resolveLocalFilePathFromLockKey(_0x516562,_0x1e5858),_0x1f4ae6=relative(_0x516562['projectRoot'],_0x18db67),_0x1da341=join(_0x516562[_0x13a2bf(0x112)],'<timestamp>',_0x1f4ae6);return{'method':_0x13a2bf(0x102),'url':'/api/management/library/scripts/delete','body':{'appCode':_0x50b8ed[_0x13a2bf(0x119)],'target':_0x1e5858,'remoteId':_0x2b281a[_0x13a2bf(0xfc)],'localFilePath':_0x18db67,'trashedPath':_0x1da341},'description':'Would\x20delete\x20'+_0x1e5858+_0x13a2bf(0x127)};},async 'execute'(_0x235862){const _0x52d1bb=a32_0x570ed3,_0x5dc530=loadBffProjectConfig(_0x235862['appCode']),_0x47ce68=await readBffLockFile(_0x5dc530[_0x52d1bb(0x103)]);if(!_0x47ce68)throw CliErrors[_0x52d1bb(0x126)](_0x52d1bb(0xf9));const {lockData:_0x1d46c8,appLock:_0x4081b1}=ensureLockScope(_0x47ce68,_0x235862[_0x52d1bb(0x119)],_0x5dc530['scriptsRoot'],_0x52d1bb(0x101)),_0x2936da=JSON[_0x52d1bb(0x110)](JSON[_0x52d1bb(0x109)](_0x1d46c8)),_0x1c791f=_0x2936da[_0x52d1bb(0x10f)][_0x235862[_0x52d1bb(0x119)]];if(!_0x1c791f)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0x235862['appCode']+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x36da0e=_0x235862[_0x52d1bb(0x10e)](_0x52d1bb(0x107)),_0x5b73c2=Object['keys'](_0x1c791f[_0x52d1bb(0x10c)]),_0x18101b=resolveDeleteTarget(_0x36da0e,_0x5b73c2),_0x5dbee4=_0x1c791f[_0x52d1bb(0x10c)][_0x18101b];if(!_0x5dbee4)throw CliErrors[_0x52d1bb(0x126)]('No\x20lock\x20entry\x20found\x20for\x20\x22'+_0x18101b+'\x22.');await deleteBffScript(_0x5dbee4['remoteId']),delete _0x1c791f[_0x52d1bb(0x10c)][_0x18101b],_0x1c791f['lastSync']=new Date()['toISOString'](),await writeBffLockFile(_0x5dc530[_0x52d1bb(0x103)],_0x2936da);const _0x3833ed=resolveLocalFilePathFromLockKey(_0x5dc530,_0x18101b);let _0x2d626a;await fileExists(_0x3833ed)&&(_0x2d626a=await moveToTrash(_0x5dc530[_0x52d1bb(0xfe)],_0x5dc530[_0x52d1bb(0x112)],_0x3833ed),await cleanupEmptyDirectories(dirname(_0x3833ed),_0x5dc530[_0x52d1bb(0x122)]));await waitForDeleteSettlement(_0x5dc530[_0x52d1bb(0x103)],_0x235862[_0x52d1bb(0x119)],_0x18101b,_0x3833ed),await sleep(0x96);const _0x7cdf78={'deleted':_0x18101b,'remoteId':_0x5dbee4[_0x52d1bb(0xfc)]};if(_0x2d626a)_0x7cdf78[_0x52d1bb(0x121)]=_0x2d626a;return{'ok':!![],'data':_0x7cdf78,'message':_0x52d1bb(0x100)+_0x18101b+(_0x2d626a?_0x52d1bb(0x104):'')};}};function resolveDeleteTarget(_0x3b56a0,_0x464657){const _0x48f06c=a32_0x570ed3;if(_0x3b56a0[_0x48f06c(0x117)]('/')){const _0x5bb551=_0x464657[_0x48f06c(0x10a)](_0x33988b=>_0x33988b===_0x3b56a0);if(!_0x5bb551)throw CliErrors[_0x48f06c(0x126)](_0x48f06c(0x10b)+_0x3b56a0);return _0x5bb551;}const _0x45f591=_0x464657['filter'](_0x109346=>_0x109346[_0x48f06c(0x116)]('/')['at'](-0x1)===_0x3b56a0);if(_0x45f591[_0x48f06c(0x11f)]===0x0)throw CliErrors[_0x48f06c(0x126)]('Function\x20not\x20found:\x20'+_0x3b56a0);if(_0x45f591['length']>0x1)throw CliErrors[_0x48f06c(0x126)](_0x48f06c(0x11c)+_0x3b56a0+_0x48f06c(0x125)+_0x45f591[_0x48f06c(0xff)](_0x9703c0=>_0x48f06c(0x115)+_0x9703c0)[_0x48f06c(0x128)]('\x0a'));return _0x45f591[0x0];}async function moveToTrash(_0x47b0b0,_0x573575,_0x3e1e52){const _0x12d464=a32_0x570ed3,_0x37c966=new Date()['toISOString']()[_0x12d464(0x108)](/[:.]/g,'-'),_0x287627=relative(_0x47b0b0,_0x3e1e52),_0x4ce46b=join(_0x573575,_0x37c966,_0x287627);return await mkdir(dirname(_0x4ce46b),{'recursive':!![]}),await rename(_0x3e1e52,_0x4ce46b),_0x4ce46b;}async function cleanupEmptyDirectories(_0x278e90,_0x5daac6){const _0x67d924=a32_0x570ed3;let _0x3e996e=resolve(_0x278e90);const _0x5c37dc=resolve(_0x5daac6);while(_0x3e996e[_0x67d924(0x105)](''+_0x5c37dc+sep)||_0x3e996e===_0x5c37dc){if(_0x3e996e===_0x5c37dc)return;try{const _0x348408=await readdir(_0x3e996e);if(_0x348408[_0x67d924(0x11f)]>0x0)return;await rmdir(_0x3e996e);}catch{return;}_0x3e996e=dirname(_0x3e996e);}}function a32_0x4407(_0x23a686,_0x53ccc4){_0x23a686=_0x23a686-0xf7;const _0x5eb43e=a32_0x5eb4();let _0x4407bc=_0x5eb43e[_0x23a686];return _0x4407bc;}const DELETE_SETTLE_RETRY_COUNT=0x14,DELETE_SETTLE_DELAY_MS=0x64;async function waitForDeleteSettlement(_0x306d2a,_0xd58df9,_0x15e9aa,_0x1014d8){const _0x565ecc=a32_0x570ed3;for(let _0x291cbf=0x0;_0x291cbf<DELETE_SETTLE_RETRY_COUNT;_0x291cbf+=0x1){const _0x4b3634=await readBffLockFile(_0x306d2a),_0xbc9e43=!!_0x4b3634?.['apps']?.[_0xd58df9]?.[_0x565ecc(0x10c)]?.[_0x15e9aa],_0x15c23b=await fileExists(_0x1014d8);if(!_0xbc9e43&&!_0x15c23b)return;await sleep(DELETE_SETTLE_DELAY_MS);}throw new Error('Local\x20delete\x20not\x20settled\x20for\x20'+_0x15e9aa+'.');}
@@ -1 +1 @@
1
- const a33_0x3ed843=a33_0x1025;(function(_0x1f66c9,_0x4dc61f){const _0x43b582=a33_0x1025,_0x2d5ed3=_0x1f66c9();while(!![]){try{const _0x1ed0ac=parseInt(_0x43b582(0x18d))/0x1+parseInt(_0x43b582(0x198))/0x2+parseInt(_0x43b582(0x197))/0x3+-parseInt(_0x43b582(0x193))/0x4*(-parseInt(_0x43b582(0x190))/0x5)+parseInt(_0x43b582(0x18f))/0x6*(parseInt(_0x43b582(0x19f))/0x7)+-parseInt(_0x43b582(0x196))/0x8+parseInt(_0x43b582(0x19e))/0x9*(-parseInt(_0x43b582(0x19c))/0xa);if(_0x1ed0ac===_0x4dc61f)break;else _0x2d5ed3['push'](_0x2d5ed3['shift']());}catch(_0x1c580b){_0x2d5ed3['push'](_0x2d5ed3['shift']());}}}(a33_0x4996,0x88654));import{getBffScriptInfo}from'../../core/api-client.js';function a33_0x4996(){const _0x14dce1=['Get\x20BFF\x20script\x20details\x20by\x20ID','description','291551tfBKaj','num','2847828MHhRyN','48665xGSuJn','(none)','Script\x20ID','376dGQEFn','detail','number','312648vkSdjc','1719852kRzSAn','1250362DynDfR','scriptType','verbose','bool','22817990IYtkhN','bff','9uGpHgJ','7cHSKyY'];a33_0x4996=function(){return _0x14dce1;};return a33_0x4996();}function a33_0x1025(_0x1263b9,_0x4a30ce){_0x1263b9=_0x1263b9-0x18c;const _0x4996e1=a33_0x4996();let _0x102575=_0x4996e1[_0x1263b9];return _0x102575;}export const bffDetail={'service':a33_0x3ed843(0x19d),'command':a33_0x3ed843(0x194),'description':a33_0x3ed843(0x1a0),'risk':'read','flags':[{'name':'id','type':a33_0x3ed843(0x195),'required':!![],'description':a33_0x3ed843(0x192)},{'name':'verbose','type':'boolean','description':'Return\x20full\x20raw\x20script\x20object'}],async 'execute'(_0x1bf383){const _0x5b7d58=a33_0x3ed843,_0x1e049e=await getBffScriptInfo(_0x1bf383[_0x5b7d58(0x18e)]('id')),_0x3c48d2=_0x1bf383[_0x5b7d58(0x19b)](_0x5b7d58(0x19a));if(_0x3c48d2)return{'ok':!![],'data':_0x1e049e};return{'ok':!![],'data':{'id':_0x1e049e['id'],'appCode':_0x1e049e['appCode'],'scriptType':_0x1e049e[_0x5b7d58(0x199)],'description':_0x1e049e[_0x5b7d58(0x18c)]||_0x5b7d58(0x191),'createdTime':_0x1e049e['createdTime']??'','updatedTime':_0x1e049e['updatedTime']??'','scriptContent':_0x1e049e['scriptContent']??''}};}};
1
+ function a33_0x197f(_0x1c6305,_0x5b1008){_0x1c6305=_0x1c6305-0x116;const _0x29849a=a33_0x2984();let _0x197f13=_0x29849a[_0x1c6305];return _0x197f13;}const a33_0x54a467=a33_0x197f;(function(_0x375220,_0x1290d3){const _0x1a2dc7=a33_0x197f,_0x3ea135=_0x375220();while(!![]){try{const _0x35c397=parseInt(_0x1a2dc7(0x125))/0x1+parseInt(_0x1a2dc7(0x119))/0x2*(-parseInt(_0x1a2dc7(0x124))/0x3)+-parseInt(_0x1a2dc7(0x116))/0x4+parseInt(_0x1a2dc7(0x128))/0x5*(parseInt(_0x1a2dc7(0x117))/0x6)+-parseInt(_0x1a2dc7(0x121))/0x7*(-parseInt(_0x1a2dc7(0x129))/0x8)+parseInt(_0x1a2dc7(0x11a))/0x9*(-parseInt(_0x1a2dc7(0x123))/0xa)+parseInt(_0x1a2dc7(0x120))/0xb;if(_0x35c397===_0x1290d3)break;else _0x3ea135['push'](_0x3ea135['shift']());}catch(_0x252638){_0x3ea135['push'](_0x3ea135['shift']());}}}(a33_0x2984,0xb50f0));import{getBffScriptInfo}from'../../core/api-client.js';function a33_0x2984(){const _0x2574ff=['6797qPBYoI','createdTime','20xVTcRO','129LUMTSA','1040182ApXNQm','scriptContent','scriptType','20gOrSJT','1704NtqCen','(none)','num','description','verbose','4820128mpUZEa','143118nsafxe','appCode','30014ThnqPh','6221520PEZAnq','read','Script\x20ID','boolean','Get\x20BFF\x20script\x20details\x20by\x20ID','Return\x20full\x20raw\x20script\x20object','28953012NsVkNS'];a33_0x2984=function(){return _0x2574ff;};return a33_0x2984();}export const bffDetail={'service':'bff','command':'detail','description':a33_0x54a467(0x11e),'risk':a33_0x54a467(0x11b),'flags':[{'name':'id','type':'number','required':!![],'description':a33_0x54a467(0x11c)},{'name':a33_0x54a467(0x12d),'type':a33_0x54a467(0x11d),'description':a33_0x54a467(0x11f)}],async 'execute'(_0xf91c6b){const _0x1bab42=a33_0x54a467,_0x1ad261=await getBffScriptInfo(_0xf91c6b[_0x1bab42(0x12b)]('id')),_0x20a2cd=_0xf91c6b['bool'](_0x1bab42(0x12d));if(_0x20a2cd)return{'ok':!![],'data':_0x1ad261};return{'ok':!![],'data':{'id':_0x1ad261['id'],'appCode':_0x1ad261[_0x1bab42(0x118)],'scriptType':_0x1ad261[_0x1bab42(0x127)],'description':_0x1ad261[_0x1bab42(0x12c)]||_0x1bab42(0x12a),'createdTime':_0x1ad261[_0x1bab42(0x122)]??'','updatedTime':_0x1ad261['updatedTime']??'','scriptContent':_0x1ad261[_0x1bab42(0x126)]??''}};}};
@@ -1 +1 @@
1
- (function(_0x400e3c,_0x20bc60){const _0x1f668f=a34_0x3351,_0x49cbee=_0x400e3c();while(!![]){try{const _0x2e35b4=parseInt(_0x1f668f(0x6c))/0x1*(parseInt(_0x1f668f(0x6f))/0x2)+parseInt(_0x1f668f(0x70))/0x3+-parseInt(_0x1f668f(0x74))/0x4+parseInt(_0x1f668f(0x6d))/0x5+-parseInt(_0x1f668f(0x72))/0x6*(-parseInt(_0x1f668f(0x73))/0x7)+parseInt(_0x1f668f(0x6e))/0x8+-parseInt(_0x1f668f(0x71))/0x9;if(_0x2e35b4===_0x20bc60)break;else _0x49cbee['push'](_0x49cbee['shift']());}catch(_0x2fcea5){_0x49cbee['push'](_0x49cbee['shift']());}}}(a34_0x5578,0xce4cd));function a34_0x3351(_0x3ca515,_0x319dd9){_0x3ca515=_0x3ca515-0x6c;const _0x5578aa=a34_0x5578();let _0x335110=_0x5578aa[_0x3ca515];return _0x335110;}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';function a34_0x5578(){const _0x189ffb=['7954850Zzoadg','7606544LVkVVd','4bqFdBa','2204052raFdgN','44601327yJfOXW','6ARFcEb','10034871hGKXNj','859292RkEnJe','652753gIYWIt'];a34_0x5578=function(){return _0x189ffb;};return a34_0x5578();}import{bffDelete}from'../../commands/bff/delete.js';export const bffDefinitions=[bffList,bffDetail,bffStatus,bffCreate,bffPush,bffPull,bffDelete];
1
+ (function(_0x51072d,_0x19cddb){const _0xbd3173=a34_0x2e95,_0x1c1709=_0x51072d();while(!![]){try{const _0x509754=parseInt(_0xbd3173(0x1f5))/0x1+parseInt(_0xbd3173(0x1f3))/0x2*(parseInt(_0xbd3173(0x1f9))/0x3)+-parseInt(_0xbd3173(0x1fa))/0x4+-parseInt(_0xbd3173(0x1f8))/0x5+parseInt(_0xbd3173(0x1fb))/0x6*(parseInt(_0xbd3173(0x1f7))/0x7)+-parseInt(_0xbd3173(0x1f6))/0x8+parseInt(_0xbd3173(0x1f4))/0x9;if(_0x509754===_0x19cddb)break;else _0x1c1709['push'](_0x1c1709['shift']());}catch(_0x4ea97f){_0x1c1709['push'](_0x1c1709['shift']());}}}(a34_0x2093,0x58425));import{bffList}from'../../commands/bff/list.js';import{bffDetail}from'../../commands/bff/detail.js';import{bffStatus}from'../../commands/bff/status.js';function a34_0x2e95(_0x39c4a2,_0x17ba82){_0x39c4a2=_0x39c4a2-0x1f3;const _0x209327=a34_0x2093();let _0x2e9549=_0x209327[_0x39c4a2];return _0x2e9549;}import{bffCreate}from'../../commands/bff/create.js';import{bffPush}from'../../commands/bff/push.js';import{bffPull}from'../../commands/bff/pull.js';function a34_0x2093(){const _0x32906e=['154cVephT','7768701oLCvXb','62182KmrChZ','5025888Dskvjz','100807fJxfnM','1984350LCpoSH','18129UPIBcm','2378032PLTUKG','246iNqWJX'];a34_0x2093=function(){return _0x32906e;};return a34_0x2093();}import{bffDelete}from'../../commands/bff/delete.js';export const bffDefinitions=[bffList,bffDetail,bffStatus,bffCreate,bffPush,bffPull,bffDelete];
@@ -1 +1 @@
1
- const a35_0x570c47=a35_0xca76;(function(_0x214594,_0x2fd5bf){const _0x5f323e=a35_0xca76,_0x3591f4=_0x214594();while(!![]){try{const _0x46fd09=-parseInt(_0x5f323e(0xad))/0x1*(parseInt(_0x5f323e(0xae))/0x2)+parseInt(_0x5f323e(0xa1))/0x3+parseInt(_0x5f323e(0xbd))/0x4+-parseInt(_0x5f323e(0xa3))/0x5+parseInt(_0x5f323e(0xb3))/0x6*(parseInt(_0x5f323e(0xb9))/0x7)+-parseInt(_0x5f323e(0xb0))/0x8*(-parseInt(_0x5f323e(0xa6))/0x9)+parseInt(_0x5f323e(0xbc))/0xa;if(_0x46fd09===_0x2fd5bf)break;else _0x3591f4['push'](_0x3591f4['shift']());}catch(_0x260fc5){_0x3591f4['push'](_0x3591f4['shift']());}}}(a35_0x5536,0xb5d1c));import{listBffScripts}from'../../core/api-client.js';function a35_0xca76(_0x222786,_0x308497){_0x222786=_0x222786-0xa0;const _0x5536e7=a35_0x5536();let _0xca76f5=_0x5536e7[_0x222786];return _0xca76f5;}function a35_0x5536(){const _0x5530b4=['1302442sPyXts','list','301992BRHRqs','functionName','boolean','60gihMkd','map','verbose','scriptType','bool','No\x20BFF\x20scripts\x20found.','742084OxDpdm','Return\x20full\x20script\x20objects','string','416790YbnOVP','563280gtirOd','str','type','2720616gJxLyF','Script\x20type\x20filter','5985190kJdMmX','length','COMMON','261vGaUDB','(unnamed)','name','ENDPOINT','bff','description','appCode','2QcCeCq'];a35_0x5536=function(){return _0x5530b4;};return a35_0x5536();}export const bffList={'service':a35_0x570c47(0xaa),'command':a35_0x570c47(0xaf),'description':'List\x20BFF\x20scripts','risk':'read','flags':[{'name':a35_0x570c47(0xa0),'type':a35_0x570c47(0xbb),'description':a35_0x570c47(0xa2),'default':a35_0x570c47(0xa9),'enum':[a35_0x570c47(0xa9),a35_0x570c47(0xa5)]},{'name':a35_0x570c47(0xa8),'type':a35_0x570c47(0xbb),'description':'Filter\x20by\x20script\x20name'},{'name':a35_0x570c47(0xb5),'type':a35_0x570c47(0xb2),'description':a35_0x570c47(0xba)}],async 'execute'(_0x4cb4fc){const _0x3241cb=a35_0x570c47,_0x4b0462=await listBffScripts(_0x4cb4fc[_0x3241cb(0xac)],_0x4cb4fc[_0x3241cb(0xbe)](_0x3241cb(0xa0)),{'scriptName':_0x4cb4fc[_0x3241cb(0xbe)](_0x3241cb(0xa8))||undefined}),_0x27bad8=_0x4cb4fc[_0x3241cb(0xb7)](_0x3241cb(0xb5));return{'ok':!![],'data':_0x27bad8?_0x4b0462:_0x4b0462[_0x3241cb(0xb4)](_0x2ddc27=>({'id':_0x2ddc27['id'],'functionName':_0x2ddc27[_0x3241cb(0xb1)]??'','description':_0x2ddc27[_0x3241cb(0xab)]||_0x3241cb(0xa7),'scriptType':_0x2ddc27[_0x3241cb(0xb6)]})),'message':_0x4b0462[_0x3241cb(0xa4)]===0x0?_0x3241cb(0xb8):undefined};}};
1
+ const a35_0x438246=a35_0x265a;function a35_0x1e03(){const _0x372e15=['appCode','functionName','boolean','(unnamed)','Script\x20type\x20filter','3751125qsYgdd','map','17130KJpBXJ','str','Filter\x20by\x20script\x20name','195vDOYrS','bff','List\x20BFF\x20scripts','Return\x20full\x20script\x20objects','name','141594ORhvxk','type','bool','list','string','description','3620324FSAKoH','14165037TMlrcH','ENDPOINT','5601832fGHxut','verbose','length','scriptType','read','172569tLdEdh','No\x20BFF\x20scripts\x20found.','99rymyhi'];a35_0x1e03=function(){return _0x372e15;};return a35_0x1e03();}(function(_0x4a4969,_0x564448){const _0x2da89c=a35_0x265a,_0x195c67=_0x4a4969();while(!![]){try{const _0xfc9ea9=-parseInt(_0x2da89c(0xd4))/0x1+-parseInt(_0x2da89c(0xbe))/0x2*(-parseInt(_0x2da89c(0xd6))/0x3)+-parseInt(_0x2da89c(0xcc))/0x4+parseInt(_0x2da89c(0xc1))/0x5*(parseInt(_0x2da89c(0xc6))/0x6)+-parseInt(_0x2da89c(0xbc))/0x7+-parseInt(_0x2da89c(0xcf))/0x8+parseInt(_0x2da89c(0xcd))/0x9;if(_0xfc9ea9===_0x564448)break;else _0x195c67['push'](_0x195c67['shift']());}catch(_0x5adb8e){_0x195c67['push'](_0x195c67['shift']());}}}(a35_0x1e03,0x71129));function a35_0x265a(_0x366586,_0x542a92){_0x366586=_0x366586-0xb8;const _0x1e0309=a35_0x1e03();let _0x265a6d=_0x1e0309[_0x366586];return _0x265a6d;}import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':a35_0x438246(0xc2),'command':a35_0x438246(0xc9),'description':a35_0x438246(0xc3),'risk':a35_0x438246(0xd3),'flags':[{'name':a35_0x438246(0xc7),'type':a35_0x438246(0xca),'description':a35_0x438246(0xbb),'default':a35_0x438246(0xce),'enum':[a35_0x438246(0xce),'COMMON']},{'name':a35_0x438246(0xc5),'type':'string','description':a35_0x438246(0xc0)},{'name':a35_0x438246(0xd0),'type':a35_0x438246(0xb9),'description':a35_0x438246(0xc4)}],async 'execute'(_0x15c624){const _0x31b605=a35_0x438246,_0x29cf59=await listBffScripts(_0x15c624[_0x31b605(0xd7)],_0x15c624[_0x31b605(0xbf)](_0x31b605(0xc7)),{'scriptName':_0x15c624['str'](_0x31b605(0xc5))||undefined}),_0x22d21c=_0x15c624[_0x31b605(0xc8)](_0x31b605(0xd0));return{'ok':!![],'data':_0x22d21c?_0x29cf59:_0x29cf59[_0x31b605(0xbd)](_0x5bc727=>({'id':_0x5bc727['id'],'functionName':_0x5bc727[_0x31b605(0xb8)]??'','description':_0x5bc727[_0x31b605(0xcb)]||_0x31b605(0xba),'scriptType':_0x5bc727[_0x31b605(0xd2)]})),'message':_0x29cf59[_0x31b605(0xd1)]===0x0?_0x31b605(0xd5):undefined};}};