@lovrabet/rabetbase-cli 2.5.1-beta.6 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) 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/api/generate-sdk-config-file.js +1 -1
  5. package/lib/auth/auth-server-ui.js +1 -1
  6. package/lib/auth/auth-server.js +1 -1
  7. package/lib/auth/constant.js +1 -1
  8. package/lib/auth/get-cookie.js +1 -1
  9. package/lib/auth/get-session-user.js +1 -1
  10. package/lib/auth/is-session-valid.js +1 -1
  11. package/lib/auth/login-success-html.js +1 -1
  12. package/lib/auth/logout.js +1 -1
  13. package/lib/cli-flags.js +1 -1
  14. package/lib/cli.js +1 -1
  15. package/lib/commands/api/generate.js +1 -1
  16. package/lib/commands/api/index.js +1 -1
  17. package/lib/commands/api/list.js +1 -1
  18. package/lib/commands/api/pull.js +1 -1
  19. package/lib/commands/api/shared.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/members-list.js +1 -1
  23. package/lib/commands/app/remote-directory.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/delete.js +1 -1
  53. package/lib/commands/config/get.js +1 -1
  54. package/lib/commands/config/index.js +1 -1
  55. package/lib/commands/config/init.js +1 -1
  56. package/lib/commands/config/list.js +1 -1
  57. package/lib/commands/config/set.js +1 -1
  58. package/lib/commands/config/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/business-groups.js +1 -1
  61. package/lib/commands/dataset/capability.js +1 -1
  62. package/lib/commands/dataset/delete.js +1 -1
  63. package/lib/commands/dataset/detail.js +1 -1
  64. package/lib/commands/dataset/extend-update.js +1 -1
  65. package/lib/commands/dataset/field-restore.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/dataset/user-deleted-field-list.js +1 -1
  80. package/lib/commands/db/analysis-batching.js +1 -1
  81. package/lib/commands/db/analyze-batch-plan.js +1 -1
  82. package/lib/commands/db/analyze-cancel.js +1 -1
  83. package/lib/commands/db/analyze-start.js +1 -1
  84. package/lib/commands/db/analyze-status.js +1 -1
  85. package/lib/commands/db/create.js +1 -1
  86. package/lib/commands/db/delete.js +1 -1
  87. package/lib/commands/db/detail.js +1 -1
  88. package/lib/commands/db/diff-refresh-start.js +1 -1
  89. package/lib/commands/db/diff-refresh-status.js +1 -1
  90. package/lib/commands/db/diff.js +1 -1
  91. package/lib/commands/db/index.js +1 -1
  92. package/lib/commands/db/list.js +1 -1
  93. package/lib/commands/db/shared.js +1 -1
  94. package/lib/commands/db/table-diff-shared.js +1 -1
  95. package/lib/commands/db/tables.js +1 -1
  96. package/lib/commands/db/test.js +1 -1
  97. package/lib/commands/db/update.js +1 -1
  98. package/lib/commands/deployment/auto-sync.js +1 -1
  99. package/lib/commands/deployment/index.js +1 -1
  100. package/lib/commands/deployment/sync.js +1 -1
  101. package/lib/commands/doctor.js +1 -1
  102. package/lib/commands/file/index.js +1 -1
  103. package/lib/commands/issue/index.js +1 -1
  104. package/lib/commands/issue/nudge.js +1 -1
  105. package/lib/commands/issue/report.js +1 -1
  106. package/lib/commands/issue/shared.js +1 -1
  107. package/lib/commands/kb/create.js +1 -1
  108. package/lib/commands/kb/delete.js +1 -1
  109. package/lib/commands/kb/detail.js +1 -1
  110. package/lib/commands/kb/index.js +1 -1
  111. package/lib/commands/kb/list.js +1 -1
  112. package/lib/commands/kb/search.js +1 -1
  113. package/lib/commands/kb/shared.js +1 -1
  114. package/lib/commands/kb/update.js +1 -1
  115. package/lib/commands/logs/index.js +1 -1
  116. package/lib/commands/menu/asset-update.js +1 -1
  117. package/lib/commands/menu/delete.js +1 -1
  118. package/lib/commands/menu/external-link-create.js +1 -1
  119. package/lib/commands/menu/external-link-update.js +1 -1
  120. package/lib/commands/menu/group-create.js +1 -1
  121. package/lib/commands/menu/group-update.js +1 -1
  122. package/lib/commands/menu/index.js +1 -1
  123. package/lib/commands/menu/list.js +1 -1
  124. package/lib/commands/menu/move.js +1 -1
  125. package/lib/commands/menu/regroup-start.js +1 -1
  126. package/lib/commands/menu/rename.js +1 -1
  127. package/lib/commands/menu/shared/compare-table.js +1 -1
  128. package/lib/commands/menu/shared/delete-plan.js +1 -1
  129. package/lib/commands/menu/shared/facts.js +1 -1
  130. package/lib/commands/menu/shared/index.js +1 -1
  131. package/lib/commands/menu/shared/inquirer.js +1 -1
  132. package/lib/commands/menu/shared/local-pages.js +1 -1
  133. package/lib/commands/menu/shared/logic.js +1 -1
  134. package/lib/commands/menu/shared/mutations.js +1 -1
  135. package/lib/commands/menu/shared/service.js +1 -1
  136. package/lib/commands/menu/shared/sync-core.js +1 -1
  137. package/lib/commands/menu/shared/update-core.js +1 -1
  138. package/lib/commands/menu/shared/valid-url.js +1 -1
  139. package/lib/commands/menu/sync.js +1 -1
  140. package/lib/commands/menu/visibility-update.js +1 -1
  141. package/lib/commands/notification/config-create.js +1 -1
  142. package/lib/commands/notification/config-delete.js +1 -1
  143. package/lib/commands/notification/config-list.js +1 -1
  144. package/lib/commands/notification/config-update.js +1 -1
  145. package/lib/commands/notification/index.js +1 -1
  146. package/lib/commands/notification/shared.js +1 -1
  147. package/lib/commands/ocr/index.js +1 -1
  148. package/lib/commands/page/create.js +1 -1
  149. package/lib/commands/page/custom/detail.js +1 -1
  150. package/lib/commands/page/custom/list.js +1 -1
  151. package/lib/commands/page/custom/publish.js +1 -1
  152. package/lib/commands/page/custom/shared.js +1 -1
  153. package/lib/commands/page/custom/syntax.js +1 -1
  154. package/lib/commands/page/custom/template.js +1 -1
  155. package/lib/commands/page/custom/update.js +1 -1
  156. package/lib/commands/page/data-list-status.js +1 -1
  157. package/lib/commands/page/generate-start.js +1 -1
  158. package/lib/commands/page/generate-status.js +1 -1
  159. package/lib/commands/page/index.js +1 -1
  160. package/lib/commands/page/pull.js +1 -1
  161. package/lib/commands/page/push.js +1 -1
  162. package/lib/commands/page/relation-audit.js +1 -1
  163. package/lib/commands/page/restore.js +1 -1
  164. package/lib/commands/page/shared.js +1 -1
  165. package/lib/commands/page/sync.js +1 -1
  166. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  167. package/lib/commands/project/create/format-elapsed.js +1 -1
  168. package/lib/commands/project/create/main.js +1 -1
  169. package/lib/commands/project/create/materialize-project-template.js +1 -1
  170. package/lib/commands/project/create/project-name.js +1 -1
  171. package/lib/commands/project/create/project-template-archive.js +1 -1
  172. package/lib/commands/project/create/project-template-path.js +1 -1
  173. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  174. package/lib/commands/project/create/use-format-code.js +1 -1
  175. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  176. package/lib/commands/project/domain-routing-sync.js +1 -1
  177. package/lib/commands/project/index.js +1 -1
  178. package/lib/commands/project/upgrade.js +1 -1
  179. package/lib/commands/registry.js +1 -1
  180. package/lib/commands/role/delete.js +1 -1
  181. package/lib/commands/role/detail.js +1 -1
  182. package/lib/commands/role/index.js +1 -1
  183. package/lib/commands/role/list.js +1 -1
  184. package/lib/commands/role/shared.js +1 -1
  185. package/lib/commands/role/update.js +1 -1
  186. package/lib/commands/role/user-add.js +1 -1
  187. package/lib/commands/role/user-remove.js +1 -1
  188. package/lib/commands/role/user-resolve.js +1 -1
  189. package/lib/commands/rule/get.js +1 -1
  190. package/lib/commands/rule/index.js +1 -1
  191. package/lib/commands/rule/list.js +1 -1
  192. package/lib/commands/rule/set.js +1 -1
  193. package/lib/commands/rule/shared.js +1 -1
  194. package/lib/commands/run/index.js +1 -1
  195. package/lib/commands/schema.js +1 -1
  196. package/lib/commands/sql/create.js +1 -1
  197. package/lib/commands/sql/delete.js +1 -1
  198. package/lib/commands/sql/detail.js +1 -1
  199. package/lib/commands/sql/exec.js +1 -1
  200. package/lib/commands/sql/index.js +1 -1
  201. package/lib/commands/sql/list.js +1 -1
  202. package/lib/commands/sql/pull.js +1 -1
  203. package/lib/commands/sql/push.js +1 -1
  204. package/lib/commands/sql/shared.js +1 -1
  205. package/lib/commands/sql/status.js +1 -1
  206. package/lib/commands/sql/validate.js +1 -1
  207. package/lib/commands/task/index.js +1 -1
  208. package/lib/commands/task/status.js +1 -1
  209. package/lib/commands/tenant/index.js +1 -1
  210. package/lib/commands/tenant/members-list.js +1 -1
  211. package/lib/commands/tenant/shared.js +1 -1
  212. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  213. package/lib/commands/user-account/index.js +1 -1
  214. package/lib/commands/workspace/add.js +1 -1
  215. package/lib/commands/workspace/index.js +1 -1
  216. package/lib/commands/workspace/remove.js +1 -1
  217. package/lib/config/deployment-sync.js +1 -1
  218. package/lib/config/domain-config.js +1 -1
  219. package/lib/config/project-domain-routing.js +1 -1
  220. package/lib/config/schema.js +1 -1
  221. package/lib/constant/cdn.js +1 -1
  222. package/lib/constant/cli.js +1 -1
  223. package/lib/constant/defaults.js +1 -1
  224. package/lib/constant/domain.js +1 -1
  225. package/lib/constant/env.js +1 -1
  226. package/lib/constant/output.js +1 -1
  227. package/lib/constant/paths.js +1 -1
  228. package/lib/constant/region.js +1 -1
  229. package/lib/constant/risk.js +1 -1
  230. package/lib/constant/routing-profile.js +1 -1
  231. package/lib/context/app-resolver.js +1 -1
  232. package/lib/context/auth-resolver.js +1 -1
  233. package/lib/context/config-loader.js +1 -1
  234. package/lib/context.js +1 -1
  235. package/lib/core/alias-resolver.js +1 -1
  236. package/lib/core/api-client.js +1 -1
  237. package/lib/core/bff/config.js +1 -1
  238. package/lib/core/bff/file-system.js +1 -1
  239. package/lib/core/bff/hash.js +1 -1
  240. package/lib/core/bff/lock.js +1 -1
  241. package/lib/core/bff/utils.js +1 -1
  242. package/lib/core/db-resolver.js +1 -1
  243. package/lib/core/kb-search-client.js +1 -1
  244. package/lib/core/page/file-system.js +1 -1
  245. package/lib/core/page/hash.js +1 -1
  246. package/lib/core/page/lock.js +1 -1
  247. package/lib/core/sql-index-auditor.js +1 -1
  248. package/lib/core/sql-sync/config.js +1 -1
  249. package/lib/core/sql-sync/file-system.js +1 -1
  250. package/lib/core/sql-sync/hash.js +1 -1
  251. package/lib/core/sql-sync/lock.js +1 -1
  252. package/lib/core/sql-sync/utils.js +1 -1
  253. package/lib/core/sql-validator.js +1 -1
  254. package/lib/errors.js +1 -1
  255. package/lib/framework/build-all-flags.js +1 -1
  256. package/lib/framework/error-output.js +1 -1
  257. package/lib/framework/explicit-yes.js +1 -1
  258. package/lib/framework/flags.js +1 -1
  259. package/lib/framework/help.js +1 -1
  260. package/lib/framework/index.js +1 -1
  261. package/lib/framework/output.js +1 -1
  262. package/lib/framework/response.js +1 -1
  263. package/lib/framework/runner-alias.js +1 -1
  264. package/lib/framework/runner.js +1 -1
  265. package/lib/framework/schema-export.js +1 -1
  266. package/lib/framework/types.js +1 -1
  267. package/lib/generated/build-info.d.ts +4 -4
  268. package/lib/generated/build-info.js +1 -1
  269. package/lib/generated/official-routing.js +1 -1
  270. package/lib/generated/routing-contract.js +1 -1
  271. package/lib/help.js +1 -1
  272. package/lib/postinstall.js +1 -1
  273. package/lib/runtime/confirmation.js +1 -1
  274. package/lib/runtime/event.js +1 -1
  275. package/lib/runtime/index.js +1 -1
  276. package/lib/runtime/queue.js +1 -1
  277. package/lib/runtime/resolve.js +1 -1
  278. package/lib/skills/builtin-skill.js +1 -1
  279. package/lib/skills/main.js +1 -1
  280. package/lib/skills/npx-skills-add.js +1 -1
  281. package/lib/skills/skill-presence.js +1 -1
  282. package/lib/telemetry/cli-command-trace.js +1 -1
  283. package/lib/telemetry/cli-help-trace.js +1 -1
  284. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  285. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  286. package/lib/telemetry/send-cli-trace-log.js +1 -1
  287. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  288. package/lib/utils/ai_config.js +1 -1
  289. package/lib/utils/apply-jq-filter.js +1 -1
  290. package/lib/utils/cdn-config.js +1 -1
  291. package/lib/utils/check-sdk-version.js +1 -1
  292. package/lib/utils/cli-version-check.js +1 -1
  293. package/lib/utils/cli-version-policy.js +1 -1
  294. package/lib/utils/config.js +1 -1
  295. package/lib/utils/entity-with-id.js +1 -1
  296. package/lib/utils/file-utils.js +1 -1
  297. package/lib/utils/guides-cdn.js +1 -1
  298. package/lib/utils/http-client.js +1 -1
  299. package/lib/utils/is-non-interactive.js +1 -1
  300. package/lib/utils/logger.js +1 -1
  301. package/lib/utils/params.js +1 -1
  302. package/lib/utils/platform.js +1 -1
  303. package/lib/utils/sleep.js +1 -1
  304. package/lib/utils/template-replacer.js +1 -1
  305. package/lib/utils/update-notice.js +1 -1
  306. package/lib/utils/version.js +1 -1
  307. package/lib/utils/with-active-cookie.js +1 -1
  308. package/lib/utils/write-cli-side-channel.js +1 -1
  309. package/package.json +1 -1
  310. package/skills/rabetbase/SKILL.md +1 -1
  311. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- function a19_0x489a(_0x1d66ea,_0xd69fb1){_0x1d66ea=_0x1d66ea-0x144;const _0x2c3d96=a19_0x2c3d();let _0x489a56=_0x2c3d96[_0x1d66ea];return _0x489a56;}function a19_0x2c3d(){const _0x1f12a2=['35ukIKkK','4599HvORir','141NCfnuT','159003teQXBa','52295rBVjui','9048jqrtTi','66ZUGfGw','72876FqVVVU','2310972XDumRV','2539840rrsVne','104YQtier','12898AYMauR'];a19_0x2c3d=function(){return _0x1f12a2;};return a19_0x2c3d();}(function(_0x581a99,_0x30b89d){const _0x563220=a19_0x489a,_0x32c4c0=_0x581a99();while(!![]){try{const _0x55f0be=parseInt(_0x563220(0x148))/0x1+parseInt(_0x563220(0x144))/0x2*(-parseInt(_0x563220(0x147))/0x3)+parseInt(_0x563220(0x14f))/0x4*(-parseInt(_0x563220(0x149))/0x5)+parseInt(_0x563220(0x14c))/0x6*(-parseInt(_0x563220(0x145))/0x7)+parseInt(_0x563220(0x14a))/0x8*(-parseInt(_0x563220(0x146))/0x9)+parseInt(_0x563220(0x14e))/0xa+-parseInt(_0x563220(0x14b))/0xb*(-parseInt(_0x563220(0x14d))/0xc);if(_0x55f0be===_0x30b89d)break;else _0x32c4c0['push'](_0x32c4c0['shift']());}catch(_0x3ce204){_0x32c4c0['push'](_0x32c4c0['shift']());}}}(a19_0x2c3d,0x569cd));import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];
1
+ (function(_0x5aa502,_0x47fed6){const _0x55dcba=a19_0x511c,_0x5a8158=_0x5aa502();while(!![]){try{const _0xb849a0=parseInt(_0x55dcba(0x8b))/0x1*(parseInt(_0x55dcba(0x92))/0x2)+-parseInt(_0x55dcba(0x8e))/0x3+-parseInt(_0x55dcba(0x8d))/0x4+parseInt(_0x55dcba(0x8c))/0x5*(-parseInt(_0x55dcba(0x8f))/0x6)+parseInt(_0x55dcba(0x90))/0x7+-parseInt(_0x55dcba(0x91))/0x8+parseInt(_0x55dcba(0x93))/0x9;if(_0xb849a0===_0x47fed6)break;else _0x5a8158['push'](_0x5a8158['shift']());}catch(_0x2dcbb2){_0x5a8158['push'](_0x5a8158['shift']());}}}(a19_0x3068,0xc77a2));import{appListDefinition}from'../../commands/app/list.js';function a19_0x511c(_0x2a6ad7,_0x47613a){_0x2a6ad7=_0x2a6ad7-0x8b;const _0x3068e6=a19_0x3068();let _0x511c2a=_0x3068e6[_0x2a6ad7];return _0x511c2a;}import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];function a19_0x3068(){const _0x4ec478=['8622984vfzvBh','1224814CYOKhE','22880970uUAisS','2ppjKpj','1147080OnaYFv','3139804faRKiU','4603104SsAbAG','24XljkRh','9553390gtxFdI'];a19_0x3068=function(){return _0x4ec478;};return a19_0x3068();}
@@ -1 +1 @@
1
- function a20_0x2141(_0x34ed2d,_0x1953d7){_0x34ed2d=_0x34ed2d-0x162;const _0x16c3a4=a20_0x16c3();let _0x21418e=_0x16c3a4[_0x34ed2d];return _0x21418e;}const a20_0x1d252c=a20_0x2141;(function(_0x44382d,_0x3798c8){const _0x11423b=a20_0x2141,_0x599e30=_0x44382d();while(!![]){try{const _0x310ff0=-parseInt(_0x11423b(0x16f))/0x1+-parseInt(_0x11423b(0x17b))/0x2+-parseInt(_0x11423b(0x18c))/0x3*(parseInt(_0x11423b(0x178))/0x4)+-parseInt(_0x11423b(0x188))/0x5*(parseInt(_0x11423b(0x182))/0x6)+-parseInt(_0x11423b(0x180))/0x7*(parseInt(_0x11423b(0x17c))/0x8)+-parseInt(_0x11423b(0x175))/0x9*(parseInt(_0x11423b(0x18e))/0xa)+parseInt(_0x11423b(0x183))/0xb;if(_0x310ff0===_0x3798c8)break;else _0x599e30['push'](_0x599e30['shift']());}catch(_0x257562){_0x599e30['push'](_0x599e30['shift']());}}}(a20_0x16c3,0x1e31a));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 buildItemsFromLayer(_0x6eba01,_0xc0ded0){const _0x2af4a0=a20_0x2141,_0x4422a1=[],_0x29e060=_0x6eba01[_0x2af4a0(0x184)]&&typeof _0x6eba01['apps']===_0x2af4a0(0x167)?_0x6eba01[_0x2af4a0(0x184)]:{},_0x1decfb=_0x6eba01['defaultApp']||undefined,_0x2380fd=_0x1decfb??(Object[_0x2af4a0(0x165)](_0x29e060)[_0x2af4a0(0x174)]===0x1?Object[_0x2af4a0(0x165)](_0x29e060)[0x0]:undefined);for(const [_0x41a10b,_0x5dfa1a]of Object[_0x2af4a0(0x164)](_0x29e060)){if(!_0x5dfa1a||typeof _0x5dfa1a!==_0x2af4a0(0x167)||!_0x5dfa1a[_0x2af4a0(0x18f)])continue;_0x4422a1[_0x2af4a0(0x162)]({'name':_0x41a10b,'appcode':_0x5dfa1a[_0x2af4a0(0x18f)],'named':!![],'definedIn':_0xc0ded0,'isDefault':_0x41a10b===_0x2380fd,...buildAppProfileListFields(_0x5dfa1a)});}return _0x4422a1;}function buildMergedItems(_0x32186a,_0x516d49){const _0x33e9a6=a20_0x2141,{apps:apps={}}=_0x32186a,_0x59180d=_0x32186a[_0x33e9a6(0x181)],_0x5ea338=_0x59180d??(Object[_0x33e9a6(0x165)](apps)[_0x33e9a6(0x174)]===0x1?Object[_0x33e9a6(0x165)](apps)[0x0]:undefined),_0x248939=_0x516d49[_0x33e9a6(0x17a)][_0x33e9a6(0x184)]&&typeof _0x516d49[_0x33e9a6(0x17a)][_0x33e9a6(0x184)]===_0x33e9a6(0x167)?_0x516d49[_0x33e9a6(0x17a)]['apps']:{},_0x172476=_0x516d49[_0x33e9a6(0x18b)][_0x33e9a6(0x184)]&&typeof _0x516d49['projectConfig'][_0x33e9a6(0x184)]===_0x33e9a6(0x167)?_0x516d49[_0x33e9a6(0x18b)][_0x33e9a6(0x184)]:{},_0x4def5b=Object[_0x33e9a6(0x164)](apps),_0x34ebd5=_0x4def5b[_0x33e9a6(0x166)](([_0x120a6c,_0x1805c5])=>({'name':_0x120a6c,'appcode':_0x1805c5[_0x33e9a6(0x18f)],'named':!![],'definedIn':appDefinedIn(_0x120a6c,_0x248939,_0x172476),'isDefault':_0x120a6c===_0x5ea338,...buildAppProfileListFields(_0x1805c5)}));return _0x34ebd5;}function validateAppListFlags(_0x1ffae9){const _0xa4fbe3=a20_0x2141;if(!_0x1ffae9['bool']('remote'))return;if(!_0x1ffae9[_0xa4fbe3(0x16d)](_0xa4fbe3(0x171))&&!_0x1ffae9[_0xa4fbe3(0x16d)]('project'))return;throw CliErrors[_0xa4fbe3(0x173)](_0xa4fbe3(0x179),_0xa4fbe3(0x18d));}async function execute(_0x4de353){const _0x6b8513=a20_0x2141;validateAppListFlags(_0x4de353);if(_0x4de353[_0x6b8513(0x16d)](_0x6b8513(0x16e)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x4de353)};const _0x245ee5=_0x4de353[_0x6b8513(0x16d)](_0x6b8513(0x171)),_0x1bb725=_0x4de353['bool'](_0x6b8513(0x17f)),_0xad7dac=_0x245ee5?_0x6b8513(0x171):_0x1bb725?_0x6b8513(0x17f):_0x6b8513(0x190),{config:_0x5d9b1e,layers:_0x3c3394}=readRawConfigWithLayers(),_0x488f89=resolveDefaultAppSource(_0x3c3394),{defaultApp:_0x15b352}=_0x5d9b1e;let _0x26e309,_0x38d066;switch(_0xad7dac){case'global':_0x26e309=buildItemsFromLayer(_0x3c3394['globalConfig'],'global'),_0x38d066=_0x3c3394['globalPath'];break;case _0x6b8513(0x17f):_0x26e309=buildItemsFromLayer(_0x3c3394[_0x6b8513(0x18b)],_0x6b8513(0x17f)),_0x38d066=_0x3c3394[_0x6b8513(0x16b)];break;default:_0x26e309=buildMergedItems(_0x5d9b1e,_0x3c3394);break;}enrichAppListItemsWithMergedSelection(_0x26e309,_0x4de353[_0x6b8513(0x177)]);if(_0x26e309['length']===0x0){const _0x47c76b=_0xad7dac==='merged'?'':'\x20in\x20'+_0xad7dac+'\x20config';return{'ok':!![],'data':[],'message':'No\x20apps\x20configured'+_0x47c76b+_0x6b8513(0x189)+CLI_BIN_NAME+_0x6b8513(0x17d)};}const _0x3801ba=_0x26e309[_0x6b8513(0x172)](_0xf9751f=>_0xf9751f[_0x6b8513(0x16c)]===!![]),_0x5c5e61=_0x15b352??_0x3801ba?.[_0x6b8513(0x168)]??null,_0x7d381a=_0xad7dac==='merged'?{'globalPath':_0x3c3394[_0x6b8513(0x17e)]??null,'projectPath':_0x3c3394[_0x6b8513(0x16b)]??null,'defaultApp':_0x5c5e61,'defaultAppSource':_0x15b352!=null?_0x488f89:null}:{'scope':_0xad7dac,'configPath':_0x38d066??null};return{'ok':!![],'data':{'items':_0x26e309,'meta':_0x7d381a}};}function a20_0x16c3(){const _0x1013f0=['apps','optional','list','boolean','17965cjYbfo','.\x20Use\x20`','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','projectConfig','279DhjxVV','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','1430GoQaRQ','appcode','merged','push','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','entries','keys','map','object','name','app','read','projectPath','isCurrent','bool','remote','240335yIRCYC','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','global','find','validation','length','7929rAkmAf','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','mergedCli','2100MlEPpX','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','globalConfig','285674BsFlJk','1848vthsAL','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','globalPath','project','3031RPktRK','defaultApp','150KrKHBg','9586522XNgyyz'];a20_0x16c3=function(){return _0x1013f0;};return a20_0x16c3();}export const appListDefinition={'service':a20_0x1d252c(0x169),'command':a20_0x1d252c(0x186),'description':a20_0x1d252c(0x163),'risk':a20_0x1d252c(0x16a),'auth':a20_0x1d252c(0x185),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a20_0x1d252c(0x16e),'type':a20_0x1d252c(0x187),'description':a20_0x1d252c(0x18a),'default':![]},{'name':a20_0x1d252c(0x171),'type':a20_0x1d252c(0x187),'description':a20_0x1d252c(0x170),'default':![]},{'name':a20_0x1d252c(0x17f),'type':a20_0x1d252c(0x187),'description':a20_0x1d252c(0x176),'default':![]}],async 'validate'(_0x36658a){validateAppListFlags(_0x36658a);},'execute':execute};
1
+ const a20_0x4ed543=a20_0x4b5a;function a20_0x4b5a(_0x165196,_0x53fcc7){_0x165196=_0x165196-0x11e;const _0x50bcfb=a20_0x50bc();let _0x4b5ab0=_0x50bcfb[_0x165196];return _0x4b5ab0;}(function(_0x2fe548,_0x581614){const _0x505adc=a20_0x4b5a,_0x105e98=_0x2fe548();while(!![]){try{const _0x560d1f=parseInt(_0x505adc(0x13c))/0x1+-parseInt(_0x505adc(0x11f))/0x2*(parseInt(_0x505adc(0x13e))/0x3)+parseInt(_0x505adc(0x120))/0x4+-parseInt(_0x505adc(0x12d))/0x5*(-parseInt(_0x505adc(0x124))/0x6)+-parseInt(_0x505adc(0x130))/0x7*(parseInt(_0x505adc(0x135))/0x8)+-parseInt(_0x505adc(0x138))/0x9+-parseInt(_0x505adc(0x122))/0xa*(-parseInt(_0x505adc(0x145))/0xb);if(_0x560d1f===_0x581614)break;else _0x105e98['push'](_0x105e98['shift']());}catch(_0x583f07){_0x105e98['push'](_0x105e98['shift']());}}}(a20_0x50bc,0x8c895));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 buildItemsFromLayer(_0x5e26d0,_0x2deef6){const _0x3b3690=a20_0x4b5a,_0x3f0bcf=[],_0x238717=_0x5e26d0[_0x3b3690(0x127)]&&typeof _0x5e26d0[_0x3b3690(0x127)]===_0x3b3690(0x11e)?_0x5e26d0[_0x3b3690(0x127)]:{},_0x225b9c=_0x5e26d0[_0x3b3690(0x13a)]||undefined,_0x44b906=_0x225b9c??(Object['keys'](_0x238717)[_0x3b3690(0x142)]===0x1?Object['keys'](_0x238717)[0x0]:undefined);for(const [_0x331dd0,_0x258bbe]of Object[_0x3b3690(0x140)](_0x238717)){if(!_0x258bbe||typeof _0x258bbe!==_0x3b3690(0x11e)||!_0x258bbe['appcode'])continue;_0x3f0bcf[_0x3b3690(0x12f)]({'name':_0x331dd0,'appcode':_0x258bbe['appcode'],'named':!![],'definedIn':_0x2deef6,'isDefault':_0x331dd0===_0x44b906,...buildAppProfileListFields(_0x258bbe)});}return _0x3f0bcf;}function buildMergedItems(_0x416321,_0xa19ab2){const _0x1c85b9=a20_0x4b5a,{apps:apps={}}=_0x416321,_0x164937=_0x416321[_0x1c85b9(0x13a)],_0x38a6ed=_0x164937??(Object['keys'](apps)[_0x1c85b9(0x142)]===0x1?Object['keys'](apps)[0x0]:undefined),_0x365ba2=_0xa19ab2['globalConfig']['apps']&&typeof _0xa19ab2['globalConfig'][_0x1c85b9(0x127)]===_0x1c85b9(0x11e)?_0xa19ab2['globalConfig']['apps']:{},_0x3976c9=_0xa19ab2[_0x1c85b9(0x133)]['apps']&&typeof _0xa19ab2['projectConfig'][_0x1c85b9(0x127)]===_0x1c85b9(0x11e)?_0xa19ab2[_0x1c85b9(0x133)][_0x1c85b9(0x127)]:{},_0x5d328c=Object['entries'](apps),_0x2f6752=_0x5d328c[_0x1c85b9(0x144)](([_0x499307,_0x344b90])=>({'name':_0x499307,'appcode':_0x344b90[_0x1c85b9(0x141)],'named':!![],'definedIn':appDefinedIn(_0x499307,_0x365ba2,_0x3976c9),'isDefault':_0x499307===_0x38a6ed,...buildAppProfileListFields(_0x344b90)}));return _0x2f6752;}function a20_0x50bc(){const _0x586916=['49359ecArIj','global','entries','appcode','length','globalConfig','map','33oYEmHY','object','86ewLrjg','1661292pDquYh','\x20in\x20','231340lPyCAo','find','3031530XzMlQq','list','remote','apps','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','globalPath','isCurrent','bool','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','5jkDmTW','mergedCli','push','826KfvXsF','read','project','projectConfig','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','7688faKwFI','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','boolean','757710LmgCUh','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','defaultApp','projectPath','490724YrVaEx','merged'];a20_0x50bc=function(){return _0x586916;};return a20_0x50bc();}function validateAppListFlags(_0x1e3bbd){const _0x312182=a20_0x4b5a;if(!_0x1e3bbd[_0x312182(0x12b)](_0x312182(0x126)))return;if(!_0x1e3bbd[_0x312182(0x12b)]('global')&&!_0x1e3bbd[_0x312182(0x12b)](_0x312182(0x132)))return;throw CliErrors['validation'](_0x312182(0x139),_0x312182(0x136));}async function execute(_0x157934){const _0x210ec1=a20_0x4b5a;validateAppListFlags(_0x157934);if(_0x157934[_0x210ec1(0x12b)](_0x210ec1(0x126)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x157934)};const _0x3de9bd=_0x157934[_0x210ec1(0x12b)](_0x210ec1(0x13f)),_0xc55669=_0x157934[_0x210ec1(0x12b)](_0x210ec1(0x132)),_0x35fe89=_0x3de9bd?_0x210ec1(0x13f):_0xc55669?_0x210ec1(0x132):'merged',{config:_0x145653,layers:_0xe28bb2}=readRawConfigWithLayers(),_0x5235d5=resolveDefaultAppSource(_0xe28bb2),{defaultApp:_0x371682}=_0x145653;let _0x37a6e2,_0x40e88f;switch(_0x35fe89){case _0x210ec1(0x13f):_0x37a6e2=buildItemsFromLayer(_0xe28bb2[_0x210ec1(0x143)],_0x210ec1(0x13f)),_0x40e88f=_0xe28bb2[_0x210ec1(0x129)];break;case _0x210ec1(0x132):_0x37a6e2=buildItemsFromLayer(_0xe28bb2[_0x210ec1(0x133)],_0x210ec1(0x132)),_0x40e88f=_0xe28bb2[_0x210ec1(0x13b)];break;default:_0x37a6e2=buildMergedItems(_0x145653,_0xe28bb2);break;}enrichAppListItemsWithMergedSelection(_0x37a6e2,_0x157934[_0x210ec1(0x12e)]);if(_0x37a6e2[_0x210ec1(0x142)]===0x0){const _0x12ced3=_0x35fe89===_0x210ec1(0x13d)?'':_0x210ec1(0x121)+_0x35fe89+'\x20config';return{'ok':!![],'data':[],'message':'No\x20apps\x20configured'+_0x12ced3+'.\x20Use\x20`'+CLI_BIN_NAME+_0x210ec1(0x12c)};}const _0x852a1b=_0x37a6e2[_0x210ec1(0x123)](_0x505d02=>_0x505d02[_0x210ec1(0x12a)]===!![]),_0x437144=_0x371682??_0x852a1b?.['name']??null,_0x283a25=_0x35fe89===_0x210ec1(0x13d)?{'globalPath':_0xe28bb2[_0x210ec1(0x129)]??null,'projectPath':_0xe28bb2[_0x210ec1(0x13b)]??null,'defaultApp':_0x437144,'defaultAppSource':_0x371682!=null?_0x5235d5:null}:{'scope':_0x35fe89,'configPath':_0x40e88f??null};return{'ok':!![],'data':{'items':_0x37a6e2,'meta':_0x283a25}};}export const appListDefinition={'service':'app','command':a20_0x4ed543(0x125),'description':a20_0x4ed543(0x128),'risk':a20_0x4ed543(0x131),'auth':'optional','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a20_0x4ed543(0x126),'type':a20_0x4ed543(0x137),'description':a20_0x4ed543(0x134),'default':![]},{'name':'global','type':a20_0x4ed543(0x137),'description':'Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','default':![]},{'name':a20_0x4ed543(0x132),'type':a20_0x4ed543(0x137),'description':'Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','default':![]}],async 'validate'(_0x140e9a){validateAppListFlags(_0x140e9a);},'execute':execute};
@@ -1 +1 @@
1
- const a21_0x21455f=a21_0x61b1;function a21_0x181b(){const _0x13fbaf=['3qZlgMT','appCode','read','2815wHLlod','249302hMhSAL','9107ZdBtnV','\x20application\x20member(s)','app','6504fjvCOt','11780KNLWfD','3404744kmWMiv','18aECirR','935914FmgOtH','11792860nYPgYf','5269YjzbEh','Found\x20','7206HwOZVM','length'];a21_0x181b=function(){return _0x13fbaf;};return a21_0x181b();}(function(_0x222746,_0x6b000f){const _0x1033b5=a21_0x61b1,_0x22c934=_0x222746();while(!![]){try{const _0xb65913=parseInt(_0x1033b5(0xbe))/0x1+parseInt(_0x1033b5(0xc8))/0x2*(parseInt(_0x1033b5(0xc4))/0x3)+-parseInt(_0x1033b5(0xbb))/0x4*(parseInt(_0x1033b5(0xc7))/0x5)+parseInt(_0x1033b5(0xc2))/0x6*(parseInt(_0x1033b5(0xb7))/0x7)+-parseInt(_0x1033b5(0xbc))/0x8*(-parseInt(_0x1033b5(0xbd))/0x9)+-parseInt(_0x1033b5(0xbf))/0xa+parseInt(_0x1033b5(0xc0))/0xb*(parseInt(_0x1033b5(0xba))/0xc);if(_0xb65913===_0x6b000f)break;else _0x22c934['push'](_0x22c934['shift']());}catch(_0x4cd722){_0x22c934['push'](_0x22c934['shift']());}}}(a21_0x181b,0xdae25));function a21_0x61b1(_0x19ee71,_0x322fda){_0x19ee71=_0x19ee71-0xb7;const _0x181b4c=a21_0x181b();let _0x61b18c=_0x181b4c[_0x19ee71];return _0x61b18c;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';export const appMembersListDefinition={'service':a21_0x21455f(0xb9),'command':'members-list','description':'List\x20application\x20members\x20with\x20their\x20role\x20memberships','risk':a21_0x21455f(0xc6),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x4d56d1){const _0x439f3b=a21_0x21455f,_0x3e4265=projectAppMembers(await listRoleUsers(_0x4d56d1[_0x439f3b(0xc5)]));return{'ok':!![],'data':{'appCode':_0x4d56d1[_0x439f3b(0xc5)],'items':_0x3e4265,'totalCount':_0x3e4265[_0x439f3b(0xc3)]},'message':_0x439f3b(0xc1)+_0x3e4265['length']+_0x439f3b(0xb8)};}};
1
+ const a21_0x1b911b=a21_0x2af3;function a21_0x2af3(_0x2c9fa6,_0x10ed79){_0x2c9fa6=_0x2c9fa6-0x7b;const _0x2a35de=a21_0x2a35();let _0x2af31f=_0x2a35de[_0x2c9fa6];return _0x2af31f;}(function(_0x57f57b,_0x244248){const _0x1a8121=a21_0x2af3,_0x59d5c0=_0x57f57b();while(!![]){try{const _0x258b3a=parseInt(_0x1a8121(0x83))/0x1*(-parseInt(_0x1a8121(0x81))/0x2)+parseInt(_0x1a8121(0x85))/0x3*(-parseInt(_0x1a8121(0x7b))/0x4)+-parseInt(_0x1a8121(0x86))/0x5*(-parseInt(_0x1a8121(0x87))/0x6)+-parseInt(_0x1a8121(0x89))/0x7+parseInt(_0x1a8121(0x7c))/0x8+parseInt(_0x1a8121(0x8b))/0x9+-parseInt(_0x1a8121(0x8a))/0xa*(parseInt(_0x1a8121(0x84))/0xb);if(_0x258b3a===_0x244248)break;else _0x59d5c0['push'](_0x59d5c0['shift']());}catch(_0x589360){_0x59d5c0['push'](_0x59d5c0['shift']());}}}(a21_0x2a35,0x242da));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';function a21_0x2a35(){const _0x3d1127=['1281064FQupnM','app','length','appCode','Found\x20','23338nNtphe','read','2EQFuuN','657063REmJzB','17913ptsSLn','468615VrpgMc','6DqnquK','\x20application\x20member(s)','208488vUKvkU','20WTcsxy','709740KdTCXD','8uqKKmB'];a21_0x2a35=function(){return _0x3d1127;};return a21_0x2a35();}export const appMembersListDefinition={'service':a21_0x1b911b(0x7d),'command':'members-list','description':'List\x20application\x20members\x20with\x20their\x20role\x20memberships','risk':a21_0x1b911b(0x82),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x13e50a){const _0x4df810=a21_0x1b911b,_0x3c0599=projectAppMembers(await listRoleUsers(_0x13e50a[_0x4df810(0x7f)]));return{'ok':!![],'data':{'appCode':_0x13e50a['appCode'],'items':_0x3c0599,'totalCount':_0x3c0599[_0x4df810(0x7e)]},'message':_0x4df810(0x80)+_0x3c0599[_0x4df810(0x7e)]+_0x4df810(0x88)};}};
@@ -1 +1 @@
1
- (function(_0x26c5f9,_0x57ac3b){const _0x3c611c=a22_0xc0f1,_0x271cc6=_0x26c5f9();while(!![]){try{const _0x3a6c3e=-parseInt(_0x3c611c(0x8b))/0x1*(parseInt(_0x3c611c(0x96))/0x2)+-parseInt(_0x3c611c(0x90))/0x3+parseInt(_0x3c611c(0x94))/0x4+parseInt(_0x3c611c(0x8f))/0x5+-parseInt(_0x3c611c(0x99))/0x6*(parseInt(_0x3c611c(0x91))/0x7)+-parseInt(_0x3c611c(0x9a))/0x8*(-parseInt(_0x3c611c(0x8c))/0x9)+parseInt(_0x3c611c(0x8e))/0xa;if(_0x3a6c3e===_0x57ac3b)break;else _0x271cc6['push'](_0x271cc6['shift']());}catch(_0x47bac8){_0x271cc6['push'](_0x271cc6['shift']());}}}(a22_0x5d03,0xbaae1));function a22_0xc0f1(_0xfc66be,_0x1b367e){_0xfc66be=_0xfc66be-0x8b;const _0x5d030b=a22_0x5d03();let _0xc0f1f=_0x5d030b[_0xfc66be];return _0xc0f1f;}import{listRemoteApps}from'../../core/api-client.js';function a22_0x5d03(){const _0x19413c=['10719VavmPP','appName','6212720oSUHos','7640945mRmXsO','4124319HmqwNQ','12579DPoqBC','appDesc','map','2709156bfxPqW','appCode','162XbcSYC','authRequired','platform','1758KqgXUi','2224LClLMS','6073RzNLmI'];a22_0x5d03=function(){return _0x19413c;};return a22_0x5d03();}import{getCookie}from'../../auth/get-cookie.js';import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x530795){const _0x30457b=a22_0xc0f1,_0x3f1e2d=_0x530795['cookie']||getCookie();if(!_0x3f1e2d)throw CliErrors[_0x30457b(0x97)]();return _0x3f1e2d;}export async function listRemoteAppDirectory(_0x159787){const _0x793178=a22_0xc0f1,_0x50221d=await withActiveCookie(resolveCookie(_0x159787),()=>listRemoteApps());return{'items':_0x50221d[_0x793178(0x93)](_0x2cb70a=>({..._0x2cb70a['id']!=null?{'id':_0x2cb70a['id']}:{},'appCode':_0x2cb70a[_0x793178(0x95)],'appName':_0x2cb70a[_0x793178(0x8d)],..._0x2cb70a[_0x793178(0x92)]!=null?{'appDesc':_0x2cb70a[_0x793178(0x92)]}:{}})),'meta':{'source':_0x793178(0x98)}};}
1
+ (function(_0xae3637,_0x5dfa3d){const _0xc32d5=a22_0x41c0,_0x2f09a7=_0xae3637();while(!![]){try{const _0x113c40=-parseInt(_0xc32d5(0x11d))/0x1*(parseInt(_0xc32d5(0x11c))/0x2)+-parseInt(_0xc32d5(0x115))/0x3+parseInt(_0xc32d5(0x111))/0x4+parseInt(_0xc32d5(0x11a))/0x5+parseInt(_0xc32d5(0x117))/0x6+parseInt(_0xc32d5(0x11e))/0x7+-parseInt(_0xc32d5(0x118))/0x8;if(_0x113c40===_0x5dfa3d)break;else _0x2f09a7['push'](_0x2f09a7['shift']());}catch(_0x457c3e){_0x2f09a7['push'](_0x2f09a7['shift']());}}}(a22_0x5782,0x4099f));function a22_0x41c0(_0x405329,_0x498ca0){_0x405329=_0x405329-0x111;const _0x578232=a22_0x5782();let _0x41c0bd=_0x578232[_0x405329];return _0x41c0bd;}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 a22_0x5782(){const _0x191594=['2102984uvnsKm','cookie','2454580WkGKzm','map','388952FquhDm','1ybbWfk','3525942JuTpxt','42272udqeqF','platform','authRequired','appName','1064970jzIIbF','appDesc','430536FlOvna'];a22_0x5782=function(){return _0x191594;};return a22_0x5782();}function resolveCookie(_0x483346){const _0x5bad4b=a22_0x41c0,_0x3ff909=_0x483346[_0x5bad4b(0x119)]||getCookie();if(!_0x3ff909)throw CliErrors[_0x5bad4b(0x113)]();return _0x3ff909;}export async function listRemoteAppDirectory(_0x4b9cf0){const _0x1b6e86=a22_0x41c0,_0x572733=await withActiveCookie(resolveCookie(_0x4b9cf0),()=>listRemoteApps());return{'items':_0x572733[_0x1b6e86(0x11b)](_0x26d88d=>({..._0x26d88d['id']!=null?{'id':_0x26d88d['id']}:{},'appCode':_0x26d88d['appCode'],'appName':_0x26d88d[_0x1b6e86(0x114)],..._0x26d88d[_0x1b6e86(0x116)]!=null?{'appDesc':_0x26d88d[_0x1b6e86(0x116)]}:{}})),'meta':{'source':_0x1b6e86(0x112)}};}
@@ -1 +1 @@
1
- function a23_0x18dc(_0x9759bf,_0x3345ff){_0x9759bf=_0x9759bf-0x171;const _0x180916=a23_0x1809();let _0x18dc62=_0x180916[_0x9759bf];return _0x18dc62;}(function(_0x3314b3,_0x220464){const _0x3087da=a23_0x18dc,_0x2ddce2=_0x3314b3();while(!![]){try{const _0x24114d=-parseInt(_0x3087da(0x18c))/0x1*(parseInt(_0x3087da(0x172))/0x2)+parseInt(_0x3087da(0x18d))/0x3*(-parseInt(_0x3087da(0x186))/0x4)+parseInt(_0x3087da(0x183))/0x5*(-parseInt(_0x3087da(0x171))/0x6)+parseInt(_0x3087da(0x191))/0x7+parseInt(_0x3087da(0x195))/0x8*(-parseInt(_0x3087da(0x17e))/0x9)+parseInt(_0x3087da(0x17d))/0xa*(parseInt(_0x3087da(0x1a1))/0xb)+parseInt(_0x3087da(0x192))/0xc;if(_0x24114d===_0x220464)break;else _0x2ddce2['push'](_0x2ddce2['shift']());}catch(_0x3bb68f){_0x2ddce2['push'](_0x2ddce2['shift']());}}}(a23_0x1809,0xd5b25));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x470037){const _0x1c74aa=_0x470037?.['trim']();return _0x1c74aa?_0x1c74aa:null;}export function projectAppMembers(_0x16bcb0){const _0x23b475=a23_0x18dc,_0x19b71=new Map(),_0x382143=[..._0x16bcb0][_0x23b475(0x194)]((_0x391953,_0x4290fe)=>_0x391953['id']-_0x4290fe['id']),_0x4afc76=(_0x32e40b,_0x5e7244,_0x2927de)=>{const _0x10981f=_0x23b475;for(const _0x2dae51 of _0x5e7244){const _0x5b210a=Number(_0x2dae51[_0x10981f(0x184)]);if(!Number[_0x10981f(0x19b)](_0x5b210a)||_0x5b210a<=0x0)continue;let _0x1b29da=_0x19b71['get'](_0x5b210a);if(!_0x1b29da)_0x1b29da={'userId':_0x5b210a,'username':nullableText(_0x2dae51[_0x10981f(0x182)]),'displayName':nullableText(_0x2dae51[_0x10981f(0x19a)]),'status':_0x2927de,'roles':[],'roleKeys':new Set()},_0x19b71[_0x10981f(0x189)](_0x5b210a,_0x1b29da);else{_0x1b29da[_0x10981f(0x182)]??=nullableText(_0x2dae51[_0x10981f(0x182)]),_0x1b29da['displayName']??=nullableText(_0x2dae51['nickname']);if(_0x2927de===_0x10981f(0x185))_0x1b29da[_0x10981f(0x19e)]=_0x10981f(0x185);}const _0x2e6489=_0x32e40b['id']+':'+_0x2927de;if(_0x1b29da[_0x10981f(0x176)][_0x10981f(0x19d)](_0x2e6489))continue;_0x1b29da[_0x10981f(0x176)][_0x10981f(0x18a)](_0x2e6489),_0x1b29da['roles']['push']({'roleId':_0x32e40b['id'],'roleName':nullableText(_0x32e40b['roleName']),'roleType':nullableText(_0x32e40b[_0x10981f(0x178)]),'membershipStatus':_0x2927de});}};for(const _0x4b98e6 of _0x382143){_0x4afc76(_0x4b98e6,_0x4b98e6[_0x23b475(0x193)]??[],_0x23b475(0x185)),_0x4afc76(_0x4b98e6,_0x4b98e6[_0x23b475(0x18f)]??[],_0x23b475(0x190));}return[..._0x19b71[_0x23b475(0x1a5)]()][_0x23b475(0x17a)](_0x1e2ee1=>({'userId':_0x1e2ee1[_0x23b475(0x184)],'username':_0x1e2ee1[_0x23b475(0x182)],'displayName':_0x1e2ee1[_0x23b475(0x197)],'status':_0x1e2ee1[_0x23b475(0x19e)],'roles':_0x1e2ee1[_0x23b475(0x188)]['sort']((_0x470eff,_0x1b55fa)=>_0x470eff['roleId']-_0x1b55fa[_0x23b475(0x175)]||(_0x470eff[_0x23b475(0x181)]===_0x1b55fa[_0x23b475(0x181)]?0x0:_0x470eff[_0x23b475(0x181)]===_0x23b475(0x185)?-0x1:0x1))}))[_0x23b475(0x194)]((_0x3c9841,_0x2dabcf)=>_0x3c9841['userId']-_0x2dabcf['userId']);}export function enrichAppListItemsWithMergedSelection(_0x3a42f8,_0x432242){const _0x4a03e6=a23_0x18dc;if(!_0x432242)return;const _0x25f23b=_0x432242[_0x4a03e6(0x17b)]&&typeof _0x432242[_0x4a03e6(0x17b)]===_0x4a03e6(0x199)?_0x432242['apps']:{},_0x38ae21=Object[_0x4a03e6(0x1a4)](_0x25f23b)[_0x4a03e6(0x198)]>0x0;for(const _0x3d861b of _0x3a42f8){_0x3d861b[_0x4a03e6(0x196)]=![];}const _0x1ffb34=_0x432242['appCode']!=null?String(_0x432242['appCode'])[_0x4a03e6(0x17f)]():'';if(_0x38ae21){const _0x41c79e=_0x432242[_0x4a03e6(0x179)]??_0x432242[_0x4a03e6(0x1a3)];if(_0x41c79e)for(const _0xac958f of _0x3a42f8){_0xac958f[_0x4a03e6(0x17c)]===!![]&&_0xac958f[_0x4a03e6(0x19f)]===_0x41c79e&&(_0xac958f['isCurrent']=!![]);}for(const _0x10339d of _0x3a42f8){if(_0x10339d[_0x4a03e6(0x17c)]!==![])continue;if(_0x432242[_0x4a03e6(0x1a3)])continue;_0x1ffb34&&String(_0x10339d[_0x4a03e6(0x177)]??'')['trim']()===_0x1ffb34&&(_0x10339d['isCurrent']=!![]);}return;}if(!_0x1ffb34)return;for(const _0x283331 of _0x3a42f8){String(_0x283331[_0x4a03e6(0x177)]??'')['trim']()===_0x1ffb34&&(_0x283331[_0x4a03e6(0x196)]=!![]);}}export function resolveAppScopeForWrite(_0x55338b,_0x210505,_0x1141f6){const _0x58fea8=a23_0x18dc;if(_0x210505)return _0x58fea8(0x187);const _0x27e054=_0x1141f6['projectConfig']['apps']&&typeof _0x1141f6[_0x58fea8(0x1a0)][_0x58fea8(0x17b)]==='object'?_0x1141f6['projectConfig']['apps']:{},_0x4d2cac=_0x1141f6['globalConfig'][_0x58fea8(0x17b)]&&typeof _0x1141f6[_0x58fea8(0x19c)][_0x58fea8(0x17b)]===_0x58fea8(0x199)?_0x1141f6[_0x58fea8(0x19c)][_0x58fea8(0x17b)]:{};if(Object['prototype'][_0x58fea8(0x18e)][_0x58fea8(0x173)](_0x27e054,_0x55338b))return _0x58fea8(0x174);if(Object[_0x58fea8(0x18b)]['hasOwnProperty'][_0x58fea8(0x173)](_0x4d2cac,_0x55338b))return _0x58fea8(0x187);return _0x58fea8(0x174);}export function appDefinedIn(_0x45d9b6,_0xe0ada2,_0x567cab){const _0x198e9d=a23_0x18dc,_0x1eba3a=Object[_0x198e9d(0x18b)][_0x198e9d(0x18e)]['call'](_0xe0ada2,_0x45d9b6),_0x362a44=Object[_0x198e9d(0x18b)]['hasOwnProperty']['call'](_0x567cab,_0x45d9b6);if(_0x1eba3a&&_0x362a44)return _0x198e9d(0x180);if(_0x362a44)return _0x198e9d(0x174);return _0x198e9d(0x187);}export function resolveDefaultAppSource(_0x53078e){const _0x21cd10=a23_0x18dc,_0x7e3c2e=_0x53078e[_0x21cd10(0x1a0)][_0x21cd10(0x17b)]&&typeof _0x53078e[_0x21cd10(0x1a0)][_0x21cd10(0x17b)]===_0x21cd10(0x199)?_0x53078e[_0x21cd10(0x1a0)][_0x21cd10(0x17b)]:{};if(_0x21cd10(0x1a3)in _0x53078e[_0x21cd10(0x1a0)])return _0x21cd10(0x174);if(Object[_0x21cd10(0x1a4)](_0x7e3c2e)[_0x21cd10(0x198)]>0x0)return'project';if(Object[_0x21cd10(0x1a4)](_0x53078e[_0x21cd10(0x1a0)])['length']===0x0&&_0x53078e[_0x21cd10(0x19c)][_0x21cd10(0x1a3)])return _0x21cd10(0x187);return null;}function a23_0x1809(){const _0x41e137=['ACTIVE','12WodrZe','global','roles','set','add','prototype','2729uLRAKP','634701XtVGIt','hasOwnProperty','applyUserList','PENDING','4730110NzEhbZ','20930940ZFjBwy','userList','sort','4780696Uuaejw','isCurrent','displayName','length','object','nickname','isFinite','globalConfig','has','status','name','projectConfig','10898756noHfis','\x20(global)','defaultApp','keys','values','7737222LrNPvk','10GKpJvx','call','project','roleId','roleKeys','appcode','roleType','currentApp','map','apps','named','10RrrwTM','9dTbJoK','trim','both','membershipStatus','username','5fcxgZs','userId'];a23_0x1809=function(){return _0x41e137;};return a23_0x1809();}export function getConfigPath(_0xc316c9={}){const _0x357ae7=a23_0x18dc,_0xf92684=_0xc316c9['global']?_0x357ae7(0x187):'project';return resolveWriteConfigPath(_0xf92684);}export function readConfig(_0x513261={}){return readConfigFile(getConfigPath(_0x513261));}export function writeConfig(_0x5cc66f,_0x4d698f={}){writeConfigFile(getConfigPath(_0x4d698f),_0x5cc66f);}export function scopeLabel(_0x4b310a){const _0x1ad8f5=a23_0x18dc;return _0x4b310a[_0x1ad8f5(0x187)]?_0x1ad8f5(0x1a2):'';}
1
+ (function(_0x5192d3,_0x3a09a8){const _0x258515=a23_0x5158,_0x29ccb5=_0x5192d3();while(!![]){try{const _0x5a8057=parseInt(_0x258515(0x15e))/0x1*(-parseInt(_0x258515(0x163))/0x2)+parseInt(_0x258515(0x174))/0x3*(-parseInt(_0x258515(0x16f))/0x4)+-parseInt(_0x258515(0x16a))/0x5*(-parseInt(_0x258515(0x17c))/0x6)+parseInt(_0x258515(0x171))/0x7+parseInt(_0x258515(0x169))/0x8+-parseInt(_0x258515(0x15f))/0x9+-parseInt(_0x258515(0x153))/0xa*(-parseInt(_0x258515(0x165))/0xb);if(_0x5a8057===_0x3a09a8)break;else _0x29ccb5['push'](_0x29ccb5['shift']());}catch(_0x47146b){_0x29ccb5['push'](_0x29ccb5['shift']());}}}(a23_0x3919,0x61ad8));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x45dfb4){const _0x5a40b0=_0x45dfb4?.['trim']();return _0x5a40b0?_0x5a40b0:null;}export function projectAppMembers(_0x9b2e8a){const _0x3fc392=a23_0x5158,_0x53548f=new Map(),_0x44edc7=[..._0x9b2e8a][_0x3fc392(0x17b)]((_0x4fafa2,_0x24441c)=>_0x4fafa2['id']-_0x24441c['id']),_0x45ddb3=(_0x21e123,_0x21b3e4,_0x255de8)=>{const _0x565e85=_0x3fc392;for(const _0x4bfc28 of _0x21b3e4){const _0x291238=Number(_0x4bfc28[_0x565e85(0x180)]);if(!Number[_0x565e85(0x159)](_0x291238)||_0x291238<=0x0)continue;let _0x1755b9=_0x53548f[_0x565e85(0x15a)](_0x291238);if(!_0x1755b9)_0x1755b9={'userId':_0x291238,'username':nullableText(_0x4bfc28[_0x565e85(0x178)]),'displayName':nullableText(_0x4bfc28[_0x565e85(0x17f)]),'status':_0x255de8,'roles':[],'roleKeys':new Set()},_0x53548f['set'](_0x291238,_0x1755b9);else{_0x1755b9[_0x565e85(0x178)]??=nullableText(_0x4bfc28['username']),_0x1755b9['displayName']??=nullableText(_0x4bfc28[_0x565e85(0x17f)]);if(_0x255de8===_0x565e85(0x173))_0x1755b9['status']=_0x565e85(0x173);}const _0x4f5c7a=_0x21e123['id']+':'+_0x255de8;if(_0x1755b9[_0x565e85(0x166)][_0x565e85(0x15d)](_0x4f5c7a))continue;_0x1755b9['roleKeys']['add'](_0x4f5c7a),_0x1755b9[_0x565e85(0x179)][_0x565e85(0x175)]({'roleId':_0x21e123['id'],'roleName':nullableText(_0x21e123[_0x565e85(0x170)]),'roleType':nullableText(_0x21e123['roleType']),'membershipStatus':_0x255de8});}};for(const _0x3a3ac9 of _0x44edc7){_0x45ddb3(_0x3a3ac9,_0x3a3ac9['userList']??[],_0x3fc392(0x173)),_0x45ddb3(_0x3a3ac9,_0x3a3ac9[_0x3fc392(0x157)]??[],_0x3fc392(0x17a));}return[..._0x53548f[_0x3fc392(0x160)]()][_0x3fc392(0x172)](_0x390e99=>({'userId':_0x390e99[_0x3fc392(0x180)],'username':_0x390e99[_0x3fc392(0x178)],'displayName':_0x390e99[_0x3fc392(0x155)],'status':_0x390e99[_0x3fc392(0x177)],'roles':_0x390e99[_0x3fc392(0x179)][_0x3fc392(0x17b)]((_0x591454,_0xda9c15)=>_0x591454[_0x3fc392(0x17e)]-_0xda9c15[_0x3fc392(0x17e)]||(_0x591454[_0x3fc392(0x15c)]===_0xda9c15[_0x3fc392(0x15c)]?0x0:_0x591454[_0x3fc392(0x15c)]===_0x3fc392(0x173)?-0x1:0x1))}))[_0x3fc392(0x17b)]((_0x5638c4,_0x424ea1)=>_0x5638c4[_0x3fc392(0x180)]-_0x424ea1[_0x3fc392(0x180)]);}export function enrichAppListItemsWithMergedSelection(_0x49c601,_0x2e4a73){const _0x24f14f=a23_0x5158;if(!_0x2e4a73)return;const _0x1106c4=_0x2e4a73['apps']&&typeof _0x2e4a73[_0x24f14f(0x164)]===_0x24f14f(0x16b)?_0x2e4a73[_0x24f14f(0x164)]:{},_0x4541fa=Object[_0x24f14f(0x158)](_0x1106c4)[_0x24f14f(0x162)]>0x0;for(const _0x16e38d of _0x49c601){_0x16e38d['isCurrent']=![];}const _0x21c60a=_0x2e4a73['appCode']!=null?String(_0x2e4a73[_0x24f14f(0x161)])[_0x24f14f(0x152)]():'';if(_0x4541fa){const _0x4140af=_0x2e4a73[_0x24f14f(0x16e)]??_0x2e4a73[_0x24f14f(0x167)];if(_0x4140af)for(const _0x5d7b88 of _0x49c601){_0x5d7b88[_0x24f14f(0x151)]===!![]&&_0x5d7b88[_0x24f14f(0x183)]===_0x4140af&&(_0x5d7b88[_0x24f14f(0x181)]=!![]);}for(const _0x44cd98 of _0x49c601){if(_0x44cd98[_0x24f14f(0x151)]!==![])continue;if(_0x2e4a73[_0x24f14f(0x167)])continue;_0x21c60a&&String(_0x44cd98['appcode']??'')[_0x24f14f(0x152)]()===_0x21c60a&&(_0x44cd98['isCurrent']=!![]);}return;}if(!_0x21c60a)return;for(const _0x56348e of _0x49c601){String(_0x56348e[_0x24f14f(0x16d)]??'')[_0x24f14f(0x152)]()===_0x21c60a&&(_0x56348e['isCurrent']=!![]);}}export function resolveAppScopeForWrite(_0x2c84cf,_0x2e7697,_0x28259c){const _0x5e4d11=a23_0x5158;if(_0x2e7697)return _0x5e4d11(0x154);const _0x1e346d=_0x28259c[_0x5e4d11(0x176)][_0x5e4d11(0x164)]&&typeof _0x28259c['projectConfig'][_0x5e4d11(0x164)]===_0x5e4d11(0x16b)?_0x28259c[_0x5e4d11(0x176)]['apps']:{},_0x17cb76=_0x28259c[_0x5e4d11(0x15b)][_0x5e4d11(0x164)]&&typeof _0x28259c['globalConfig'][_0x5e4d11(0x164)]===_0x5e4d11(0x16b)?_0x28259c[_0x5e4d11(0x15b)][_0x5e4d11(0x164)]:{};if(Object[_0x5e4d11(0x16c)]['hasOwnProperty']['call'](_0x1e346d,_0x2c84cf))return _0x5e4d11(0x156);if(Object[_0x5e4d11(0x16c)][_0x5e4d11(0x168)][_0x5e4d11(0x17d)](_0x17cb76,_0x2c84cf))return _0x5e4d11(0x154);return _0x5e4d11(0x156);}export function appDefinedIn(_0xc5f816,_0x5ed57e,_0x509ba1){const _0x430310=a23_0x5158,_0x4d386b=Object[_0x430310(0x16c)][_0x430310(0x168)][_0x430310(0x17d)](_0x5ed57e,_0xc5f816),_0x5b4782=Object['prototype'][_0x430310(0x168)][_0x430310(0x17d)](_0x509ba1,_0xc5f816);if(_0x4d386b&&_0x5b4782)return _0x430310(0x182);if(_0x5b4782)return _0x430310(0x156);return'global';}export function resolveDefaultAppSource(_0x35cf6f){const _0x493f91=a23_0x5158,_0x5b4a4e=_0x35cf6f['projectConfig']['apps']&&typeof _0x35cf6f['projectConfig']['apps']==='object'?_0x35cf6f['projectConfig'][_0x493f91(0x164)]:{};if(_0x493f91(0x167)in _0x35cf6f[_0x493f91(0x176)])return _0x493f91(0x156);if(Object['keys'](_0x5b4a4e)[_0x493f91(0x162)]>0x0)return _0x493f91(0x156);if(Object['keys'](_0x35cf6f[_0x493f91(0x176)])[_0x493f91(0x162)]===0x0&&_0x35cf6f['globalConfig'][_0x493f91(0x167)])return _0x493f91(0x154);return null;}function a23_0x3919(){const _0xffc91d=['3525802yPJcZM','map','ACTIVE','3ZdiunM','push','projectConfig','status','username','roles','PENDING','sort','158514hDMpkY','call','roleId','nickname','userId','isCurrent','both','name','named','trim','10bjxBvR','global','displayName','project','applyUserList','keys','isFinite','get','globalConfig','membershipStatus','has','133LazCvC','6603552zXnqUk','values','appCode','length','3958abJeGX','apps','16570675uanNUf','roleKeys','defaultApp','hasOwnProperty','15648BgFjfd','5ytYZbt','object','prototype','appcode','currentApp','2565852aaNHLe','roleName'];a23_0x3919=function(){return _0xffc91d;};return a23_0x3919();}export function getConfigPath(_0x2d9355={}){const _0x3aced4=a23_0x5158,_0x4517a6=_0x2d9355['global']?_0x3aced4(0x154):_0x3aced4(0x156);return resolveWriteConfigPath(_0x4517a6);}function a23_0x5158(_0x1dee82,_0x25a989){_0x1dee82=_0x1dee82-0x151;const _0x3919a3=a23_0x3919();let _0x51588f=_0x3919a3[_0x1dee82];return _0x51588f;}export function readConfig(_0x319c4f={}){return readConfigFile(getConfigPath(_0x319c4f));}export function writeConfig(_0x46441b,_0x36e9f8={}){writeConfigFile(getConfigPath(_0x36e9f8),_0x46441b);}export function scopeLabel(_0xc2b2a7){const _0x3d6944=a23_0x5158;return _0xc2b2a7[_0x3d6944(0x154)]?'\x20(global)':'';}
@@ -1 +1 @@
1
- const a24_0x46d549=a24_0x223b;(function(_0x2413ea,_0xd86c34){const _0xc85637=a24_0x223b,_0x13ce90=_0x2413ea();while(!![]){try{const _0x4933b4=-parseInt(_0xc85637(0x1e2))/0x1*(-parseInt(_0xc85637(0x1df))/0x2)+-parseInt(_0xc85637(0x1d8))/0x3+-parseInt(_0xc85637(0x1ce))/0x4+-parseInt(_0xc85637(0x1de))/0x5+parseInt(_0xc85637(0x1d9))/0x6+parseInt(_0xc85637(0x1cc))/0x7*(-parseInt(_0xc85637(0x1d5))/0x8)+parseInt(_0xc85637(0x1e1))/0x9*(parseInt(_0xc85637(0x1d0))/0xa);if(_0x4933b4===_0xd86c34)break;else _0x13ce90['push'](_0x13ce90['shift']());}catch(_0xeb0006){_0x13ce90['push'](_0x13ce90['shift']());}}}(a24_0x5ea4,0xb643d));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';function a24_0x223b(_0x3a4087,_0x273df2){_0x3a4087=_0x3a4087-0x1cc;const _0x5ea4bd=a24_0x5ea4();let _0x223be1=_0x5ea4bd[_0x3a4087];return _0x223be1;}function a24_0x5ea4(){const _0x2a3c45=['isFinite','1135184awvocU','appCode',',\x20appCode=','2591385ZlRdoo','5231196jieUfz','get','POST','validation','number','3326455KOVgBb','3992gdDfMU','/smartapi/app-config/delete','477IJoAkM','734coCnUO','app-config','56UbrFxT','Delete\x20one\x20runtime\x20app-config\x20key','5293384ERDUea','App\x20config\x20key\x20not\x20found:\x20','452310jSLwhT','delete','high-risk-write','appCode:\x20'];a24_0x5ea4=function(){return _0x2a3c45;};return a24_0x5ea4();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a24_0x46d549(0x1e0);export const appConfigDelete={'service':a24_0x46d549(0x1e3),'command':'delete','description':a24_0x46d549(0x1cd),'risk':a24_0x46d549(0x1d2),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x1a67f3){readKeyArg(_0x1a67f3);},async 'dryRun'(_0x1f18fd){const _0x6221ce=a24_0x46d549,_0x5222c3=readKeyArg(_0x1f18fd),_0x3876be=await mustGetByKey(_0x1f18fd[_0x6221ce(0x1d6)],_0x5222c3);return asAppConfigDryRunResult(buildMutationData({'operation':_0x6221ce(0x1d1),'appCode':_0x1f18fd[_0x6221ce(0x1d6)],'key':_0x5222c3,'before':projectAppConfig(_0x3876be),'after':null,'dryRun':!![]}),{'method':_0x6221ce(0x1db),'url':DELETE_PATH});},async 'execute'(_0x40c071){const _0x92a310=a24_0x46d549,_0x3a2c32=readKeyArg(_0x40c071),_0x1ff79a=await mustGetByKey(_0x40c071[_0x92a310(0x1d6)],_0x3a2c32);return await withAppConfigApiBoundary(_0x92a310(0x1d1),{'appCode':_0x40c071[_0x92a310(0x1d6)],'key':_0x3a2c32},()=>deleteAppConfig({'appCode':_0x40c071['appCode'],'id':requireAppConfigId(_0x1ff79a,_0x3a2c32,_0x40c071[_0x92a310(0x1d6)])})),{'ok':!![],'data':buildMutationData({'operation':_0x92a310(0x1d1),'appCode':_0x40c071[_0x92a310(0x1d6)],'key':_0x3a2c32,'before':projectAppConfig(_0x1ff79a),'after':null,'dryRun':![]}),'message':'Deleted\x20app\x20config\x20'+_0x3a2c32};}};async function mustGetByKey(_0x56089d,_0x51e2c8){const _0x22399d=a24_0x46d549,_0x2303f9=await withAppConfigApiBoundary(_0x22399d(0x1da),{'appCode':_0x56089d,'key':_0x51e2c8},()=>getAppConfigByKey(_0x56089d,_0x51e2c8));if(!_0x2303f9)throw CliErrors[_0x22399d(0x1dc)](_0x22399d(0x1cf)+_0x51e2c8,_0x22399d(0x1d3)+_0x56089d);return _0x2303f9;}function requireAppConfigId(_0x1c0724,_0x2a00f2,_0x293744){const _0x307082=a24_0x46d549;if(typeof _0x1c0724['id']===_0x307082(0x1dd)&&Number[_0x307082(0x1d4)](_0x1c0724['id'])&&_0x1c0724['id']>0x0)return _0x1c0724['id'];throw CliErrors['apiError']('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x2a00f2+_0x307082(0x1d7)+_0x293744);}
1
+ const a24_0x3aba63=a24_0x1010;(function(_0x2714f3,_0x1018c9){const _0x460677=a24_0x1010,_0x5c5c0d=_0x2714f3();while(!![]){try{const _0x3ed64f=parseInt(_0x460677(0x156))/0x1+-parseInt(_0x460677(0x161))/0x2*(parseInt(_0x460677(0x168))/0x3)+-parseInt(_0x460677(0x159))/0x4+-parseInt(_0x460677(0x169))/0x5+-parseInt(_0x460677(0x15b))/0x6*(parseInt(_0x460677(0x15e))/0x7)+-parseInt(_0x460677(0x155))/0x8+parseInt(_0x460677(0x160))/0x9;if(_0x3ed64f===_0x1018c9)break;else _0x5c5c0d['push'](_0x5c5c0d['shift']());}catch(_0x3e6ede){_0x5c5c0d['push'](_0x5c5c0d['shift']());}}}(a24_0x7928,0xcd554));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';function a24_0x7928(){const _0x5ea689=['9171128BiAcDy','1116574xSdDhU','App\x20config\x20server\x20id\x20missing\x20for\x20key=','number','816036jsEPdW','validation','78kRGeHj','POST','get','604583JaQccK','Deleted\x20app\x20config\x20','25465113MhGVql','4BbmsBL','app-config','high-risk-write','apiError','App\x20config\x20key\x20not\x20found:\x20','appCode','appCode:\x20','355467WxNctI','1974060Tcmdhk','/smartapi/app-config/delete',',\x20appCode=','delete'];a24_0x7928=function(){return _0x5ea689;};return a24_0x7928();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a24_0x3aba63(0x152);export const appConfigDelete={'service':a24_0x3aba63(0x162),'command':'delete','description':'Delete\x20one\x20runtime\x20app-config\x20key','risk':a24_0x3aba63(0x163),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x3eaf54){readKeyArg(_0x3eaf54);},async 'dryRun'(_0x467cfa){const _0xb8d1f=a24_0x3aba63,_0x2244c1=readKeyArg(_0x467cfa),_0xf5b46a=await mustGetByKey(_0x467cfa[_0xb8d1f(0x166)],_0x2244c1);return asAppConfigDryRunResult(buildMutationData({'operation':_0xb8d1f(0x154),'appCode':_0x467cfa['appCode'],'key':_0x2244c1,'before':projectAppConfig(_0xf5b46a),'after':null,'dryRun':!![]}),{'method':_0xb8d1f(0x15c),'url':DELETE_PATH});},async 'execute'(_0x469888){const _0x109785=a24_0x3aba63,_0x21df59=readKeyArg(_0x469888),_0x53a730=await mustGetByKey(_0x469888[_0x109785(0x166)],_0x21df59);return await withAppConfigApiBoundary('delete',{'appCode':_0x469888[_0x109785(0x166)],'key':_0x21df59},()=>deleteAppConfig({'appCode':_0x469888['appCode'],'id':requireAppConfigId(_0x53a730,_0x21df59,_0x469888['appCode'])})),{'ok':!![],'data':buildMutationData({'operation':_0x109785(0x154),'appCode':_0x469888[_0x109785(0x166)],'key':_0x21df59,'before':projectAppConfig(_0x53a730),'after':null,'dryRun':![]}),'message':_0x109785(0x15f)+_0x21df59};}};async function mustGetByKey(_0x1df58c,_0x4fded2){const _0xc2ba4f=a24_0x3aba63,_0x11bf8f=await withAppConfigApiBoundary(_0xc2ba4f(0x15d),{'appCode':_0x1df58c,'key':_0x4fded2},()=>getAppConfigByKey(_0x1df58c,_0x4fded2));if(!_0x11bf8f)throw CliErrors[_0xc2ba4f(0x15a)](_0xc2ba4f(0x165)+_0x4fded2,_0xc2ba4f(0x167)+_0x1df58c);return _0x11bf8f;}function a24_0x1010(_0x5c5785,_0x31c635){_0x5c5785=_0x5c5785-0x152;const _0x79283c=a24_0x7928();let _0x1010ed=_0x79283c[_0x5c5785];return _0x1010ed;}function requireAppConfigId(_0x37529b,_0x62ce0d,_0x22e91a){const _0x3ed440=a24_0x3aba63;if(typeof _0x37529b['id']===_0x3ed440(0x158)&&Number['isFinite'](_0x37529b['id'])&&_0x37529b['id']>0x0)return _0x37529b['id'];throw CliErrors[_0x3ed440(0x164)](_0x3ed440(0x157)+_0x62ce0d+_0x3ed440(0x153)+_0x22e91a);}
@@ -1 +1 @@
1
- const a25_0x758387=a25_0x5b91;function a25_0x5b91(_0x412b76,_0x5c6f10){_0x412b76=_0x412b76-0x1e0;const _0x31aeb9=a25_0x31ae();let _0x5b91d4=_0x31aeb9[_0x412b76];return _0x5b91d4;}function a25_0x31ae(){const _0x3e51a2=['\x20with\x20value\x20revealed','8497rJfIYS','713240YqCglM','18995742hqdRah','validation','appCode','\x20with\x20value\x20redacted','136464rfQrKd','App\x20config\x20key\x20not\x20found:\x20','read','88WRcnTP','135OYeEtu','10993136UpSwVu','appCode:\x20','Loaded\x20app\x20config\x20','reveal','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','get','bool','5170884XwqJXa','3358377VhIgqy'];a25_0x31ae=function(){return _0x3e51a2;};return a25_0x31ae();}(function(_0xb27cce,_0xf74adf){const _0x49c9a0=a25_0x5b91,_0x106815=_0xb27cce();while(!![]){try{const _0x4d3111=-parseInt(_0x49c9a0(0x1ee))/0x1*(parseInt(_0x49c9a0(0x1e2))/0x2)+parseInt(_0x49c9a0(0x1ec))/0x3+parseInt(_0x49c9a0(0x1eb))/0x4+parseInt(_0x49c9a0(0x1e3))/0x5*(-parseInt(_0x49c9a0(0x1f4))/0x6)+parseInt(_0x49c9a0(0x1e4))/0x7+-parseInt(_0x49c9a0(0x1ef))/0x8+-parseInt(_0x49c9a0(0x1f0))/0x9;if(_0x4d3111===_0xf74adf)break;else _0x106815['push'](_0x106815['shift']());}catch(_0x16677a){_0x106815['push'](_0x106815['shift']());}}}(a25_0x31ae,0xc20ff));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';export const appConfigGet={'service':'app-config','command':'get','description':a25_0x758387(0x1e8),'risk':a25_0x758387(0x1e1),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x5c17f2){readKeyArg(_0x5c17f2);},async 'execute'(_0x15f63a){const _0x22ea6b=a25_0x758387,_0x1f1ab9=readKeyArg(_0x15f63a),_0x5a02f5=await withAppConfigApiBoundary(_0x22ea6b(0x1e9),{'appCode':_0x15f63a[_0x22ea6b(0x1f2)],'key':_0x1f1ab9},()=>getAppConfigByKey(_0x15f63a[_0x22ea6b(0x1f2)],_0x1f1ab9));if(!_0x5a02f5)throw CliErrors[_0x22ea6b(0x1f1)](_0x22ea6b(0x1e0)+_0x1f1ab9,_0x22ea6b(0x1e5)+_0x15f63a[_0x22ea6b(0x1f2)]);const _0x23ca58=projectAppConfig(_0x5a02f5,{'reveal':_0x15f63a[_0x22ea6b(0x1ea)]('reveal')});return{'ok':!![],'data':{'config':_0x23ca58},'message':_0x15f63a['bool'](_0x22ea6b(0x1e7))?'Loaded\x20app\x20config\x20'+_0x1f1ab9+_0x22ea6b(0x1ed):_0x22ea6b(0x1e6)+_0x1f1ab9+_0x22ea6b(0x1f3)};}};
1
+ const a25_0x23cd61=a25_0x4ed6;function a25_0x3e93(){const _0x530fe7=['7004268OYFlJw','16526nORKGh','54066JwOCtd','1452069KDBQkU','1067ghQLBh','reveal','validation','\x20with\x20value\x20revealed','appCode:\x20','Loaded\x20app\x20config\x20','app-config','5ZXolkd','130PwErvA','bool','21SifVKT','100938oOgGvN','appCode','84EMCReN','199568QxereC','8cLbmSY','read','get','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used'];a25_0x3e93=function(){return _0x530fe7;};return a25_0x3e93();}(function(_0x552554,_0x14775f){const _0x238a88=a25_0x4ed6,_0xba40d1=_0x552554();while(!![]){try{const _0x4fb92f=parseInt(_0x238a88(0x1c8))/0x1+parseInt(_0x238a88(0x1de))/0x2*(-parseInt(_0x238a88(0x1d7))/0x3)+-parseInt(_0x238a88(0x1d8))/0x4*(parseInt(_0x238a88(0x1d1))/0x5)+-parseInt(_0x238a88(0x1d5))/0x6*(parseInt(_0x238a88(0x1d4))/0x7)+-parseInt(_0x238a88(0x1d9))/0x8*(parseInt(_0x238a88(0x1c9))/0x9)+-parseInt(_0x238a88(0x1d2))/0xa*(-parseInt(_0x238a88(0x1ca))/0xb)+parseInt(_0x238a88(0x1dd))/0xc;if(_0x4fb92f===_0x14775f)break;else _0xba40d1['push'](_0xba40d1['shift']());}catch(_0x1c68bd){_0xba40d1['push'](_0xba40d1['shift']());}}}(a25_0x3e93,0x23a1e));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a25_0x4ed6(_0x3953ad,_0x528c78){_0x3953ad=_0x3953ad-0x1c8;const _0x3e9350=a25_0x3e93();let _0x4ed67b=_0x3e9350[_0x3953ad];return _0x4ed67b;}import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a25_0x23cd61(0x1d0),'command':a25_0x23cd61(0x1db),'description':a25_0x23cd61(0x1dc),'risk':a25_0x23cd61(0x1da),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x169e71){readKeyArg(_0x169e71);},async 'execute'(_0x2db130){const _0x53eada=a25_0x23cd61,_0x5902a1=readKeyArg(_0x2db130),_0x508803=await withAppConfigApiBoundary(_0x53eada(0x1db),{'appCode':_0x2db130[_0x53eada(0x1d6)],'key':_0x5902a1},()=>getAppConfigByKey(_0x2db130[_0x53eada(0x1d6)],_0x5902a1));if(!_0x508803)throw CliErrors[_0x53eada(0x1cc)]('App\x20config\x20key\x20not\x20found:\x20'+_0x5902a1,_0x53eada(0x1ce)+_0x2db130[_0x53eada(0x1d6)]);const _0x4f42ec=projectAppConfig(_0x508803,{'reveal':_0x2db130[_0x53eada(0x1d3)](_0x53eada(0x1cb))});return{'ok':!![],'data':{'config':_0x4f42ec},'message':_0x2db130[_0x53eada(0x1d3)](_0x53eada(0x1cb))?_0x53eada(0x1cf)+_0x5902a1+_0x53eada(0x1cd):_0x53eada(0x1cf)+_0x5902a1+'\x20with\x20value\x20redacted'};}};
@@ -1 +1 @@
1
- (function(_0x4b8f5a,_0x3e4694){const _0x2cc85c=a26_0x3229,_0x46aa4a=_0x4b8f5a();while(!![]){try{const _0x2d8b0a=parseInt(_0x2cc85c(0x1e9))/0x1+-parseInt(_0x2cc85c(0x1e6))/0x2+-parseInt(_0x2cc85c(0x1e8))/0x3+-parseInt(_0x2cc85c(0x1ec))/0x4*(parseInt(_0x2cc85c(0x1e7))/0x5)+parseInt(_0x2cc85c(0x1ea))/0x6+parseInt(_0x2cc85c(0x1e5))/0x7+parseInt(_0x2cc85c(0x1ed))/0x8*(parseInt(_0x2cc85c(0x1eb))/0x9);if(_0x2d8b0a===_0x3e4694)break;else _0x46aa4a['push'](_0x46aa4a['shift']());}catch(_0x1f90cd){_0x46aa4a['push'](_0x46aa4a['shift']());}}}(a26_0x1f35,0x783b5));import{appConfigList}from'../../commands/app-config/list.js';function a26_0x1f35(){const _0x531d18=['324094xePhhI','4244826JGFjSJ','297GJOapP','40SxEkba','26624QPeyxF','4800775sxMpmK','1613978npiATx','109290sNZPld','927528QSIjzn'];a26_0x1f35=function(){return _0x531d18;};return a26_0x1f35();}import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';import{appConfigDelete}from'../../commands/app-config/delete.js';function a26_0x3229(_0x15244a,_0x2c59a7){_0x15244a=_0x15244a-0x1e5;const _0x1f35e8=a26_0x1f35();let _0x3229f9=_0x1f35e8[_0x15244a];return _0x3229f9;}export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
1
+ (function(_0x3448bf,_0x322b89){const _0x4c8826=a26_0x4804,_0x2db6b9=_0x3448bf();while(!![]){try{const _0x756d05=-parseInt(_0x4c8826(0x6f))/0x1*(-parseInt(_0x4c8826(0x6d))/0x2)+parseInt(_0x4c8826(0x73))/0x3+parseInt(_0x4c8826(0x71))/0x4*(parseInt(_0x4c8826(0x6e))/0x5)+parseInt(_0x4c8826(0x70))/0x6+parseInt(_0x4c8826(0x74))/0x7+-parseInt(_0x4c8826(0x76))/0x8*(-parseInt(_0x4c8826(0x75))/0x9)+-parseInt(_0x4c8826(0x72))/0xa;if(_0x756d05===_0x322b89)break;else _0x2db6b9['push'](_0x2db6b9['shift']());}catch(_0x3e73f4){_0x2db6b9['push'](_0x2db6b9['shift']());}}}(a26_0x2603,0xe8d55));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_0x4804(_0x351e3e,_0x31b01b){_0x351e3e=_0x351e3e-0x6d;const _0x2603d2=a26_0x2603();let _0x4804ee=_0x2603d2[_0x351e3e];return _0x4804ee;}import{appConfigDelete}from'../../commands/app-config/delete.js';export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];function a26_0x2603(){const _0x5b326a=['8923690JBRWXq','3139gElZNK','10600818uDoQjt','4FiwycV','65402630DekoaF','2143488iUDmuc','8042727QBxnIG','9nldkZl','8821768wBbdFX','622oMdAdL'];a26_0x2603=function(){return _0x5b326a;};return a26_0x2603();}
@@ -1 +1 @@
1
- function a27_0x1996(_0x57c7b1,_0x1eff84){_0x57c7b1=_0x57c7b1-0x184;const _0x3bb76c=a27_0x3bb7();let _0x199610=_0x3bb76c[_0x57c7b1];return _0x199610;}function a27_0x3bb7(){const _0x30cf3a=['Found\x20','list','trim','38678002wOLvow','map','160yuDZVG','29030NusxHY','appCode','read','3019392wOLUjg','340824EiVisg','Filter\x20by\x20exact\x20config\x20key','app-config','4707ASSwVC','string','203758KShKDY','key','length','\x20app\x20config(s)','13cYsSpt','str','11112qgmfjD','7896xNBnTN','3813816mxBYdG'];a27_0x3bb7=function(){return _0x30cf3a;};return a27_0x3bb7();}const a27_0x2d0b44=a27_0x1996;(function(_0x510133,_0xcb32e8){const _0x58393d=a27_0x1996,_0x25d85a=_0x510133();while(!![]){try{const _0x466168=parseInt(_0x58393d(0x186))/0x1*(-parseInt(_0x58393d(0x19a))/0x2)+parseInt(_0x58393d(0x194))/0x3+-parseInt(_0x58393d(0x18a))/0x4+-parseInt(_0x58393d(0x190))/0x5*(-parseInt(_0x58393d(0x195))/0x6)+-parseInt(_0x58393d(0x189))/0x7*(parseInt(_0x58393d(0x188))/0x8)+parseInt(_0x58393d(0x198))/0x9*(-parseInt(_0x58393d(0x191))/0xa)+parseInt(_0x58393d(0x18e))/0xb;if(_0x466168===_0xcb32e8)break;else _0x25d85a['push'](_0x25d85a['shift']());}catch(_0x35fc91){_0x25d85a['push'](_0x25d85a['shift']());}}}(a27_0x3bb7,0xeea18));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a27_0x2d0b44(0x197),'command':a27_0x2d0b44(0x18c),'description':'List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','risk':a27_0x2d0b44(0x193),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a27_0x2d0b44(0x19b),'type':a27_0x2d0b44(0x199),'description':a27_0x2d0b44(0x196)},TAGS_FLAG],async 'validate'(_0x2933ba){const _0x550442=a27_0x2d0b44,_0x102f99=_0x2933ba[_0x550442(0x187)]('key')[_0x550442(0x18d)]();if(_0x102f99)validateKey(_0x102f99);readOptionalTags(_0x2933ba);},async 'execute'(_0x2f2983){const _0x3a49b0=a27_0x2d0b44,_0xbae17a=_0x2f2983[_0x3a49b0(0x187)](_0x3a49b0(0x19b))[_0x3a49b0(0x18d)]()||undefined,_0x45ffbb=readOptionalTags(_0x2f2983),_0x67d264=await withAppConfigApiBoundary(_0x3a49b0(0x18c),{'appCode':_0x2f2983[_0x3a49b0(0x192)]},()=>listAppConfigs(_0x2f2983[_0x3a49b0(0x192)],{'key':_0xbae17a,'tags':_0x45ffbb})),_0x421b6d=_0x67d264[_0x3a49b0(0x18f)](_0x61354c=>projectAppConfig(_0x61354c));return{'ok':!![],'data':{'appCode':_0x2f2983['appCode'],'count':_0x421b6d[_0x3a49b0(0x184)],'configs':_0x421b6d},'message':_0x3a49b0(0x18b)+_0x421b6d['length']+_0x3a49b0(0x185)};}};
1
+ const a27_0x201be2=a27_0x32f3;(function(_0x55998f,_0x3c46f0){const _0x3dadcf=a27_0x32f3,_0x4d373e=_0x55998f();while(!![]){try{const _0xc784d8=-parseInt(_0x3dadcf(0xe0))/0x1*(-parseInt(_0x3dadcf(0xda))/0x2)+-parseInt(_0x3dadcf(0xde))/0x3*(-parseInt(_0x3dadcf(0xd3))/0x4)+-parseInt(_0x3dadcf(0xd9))/0x5*(parseInt(_0x3dadcf(0xe6))/0x6)+-parseInt(_0x3dadcf(0xdc))/0x7+-parseInt(_0x3dadcf(0xd5))/0x8*(-parseInt(_0x3dadcf(0xe5))/0x9)+-parseInt(_0x3dadcf(0xdd))/0xa+parseInt(_0x3dadcf(0xd4))/0xb;if(_0xc784d8===_0x3c46f0)break;else _0x4d373e['push'](_0x4d373e['shift']());}catch(_0x2cc4ef){_0x4d373e['push'](_0x4d373e['shift']());}}}(a27_0x5887,0x8496f));function a27_0x32f3(_0x180e3f,_0x391657){_0x180e3f=_0x180e3f-0xd3;const _0x588759=a27_0x5887();let _0x32f39f=_0x588759[_0x180e3f];return _0x32f39f;}import{listAppConfigs}from'../../core/api-client.js';function a27_0x5887(){const _0x139ed3=['appCode','trim','map','31180OSzbmj','4PRXnRO','key','1264445qeSjQA','6717170lHDwRh','5937qgaEHJ','str','255804OMWOnS','app-config','Found\x20','string','read','9bAPZhw','456RjmYEy','Filter\x20by\x20exact\x20config\x20key','list','\x20app\x20config(s)','524sXZNMX','11932745pbbwZd','109784lTycnF'];a27_0x5887=function(){return _0x139ed3;};return a27_0x5887();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a27_0x201be2(0xe1),'command':'list','description':'List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','risk':a27_0x201be2(0xe4),'flags':[APPCODE_FLAG_OPTIONAL,{'name':'key','type':a27_0x201be2(0xe3),'description':a27_0x201be2(0xe7)},TAGS_FLAG],async 'validate'(_0x58b804){const _0x263942=a27_0x201be2,_0x1bcb36=_0x58b804[_0x263942(0xdf)]('key')[_0x263942(0xd7)]();if(_0x1bcb36)validateKey(_0x1bcb36);readOptionalTags(_0x58b804);},async 'execute'(_0xf13ee){const _0x295467=a27_0x201be2,_0x4498eb=_0xf13ee['str'](_0x295467(0xdb))[_0x295467(0xd7)]()||undefined,_0x58caf1=readOptionalTags(_0xf13ee),_0x140c7c=await withAppConfigApiBoundary(_0x295467(0xe8),{'appCode':_0xf13ee[_0x295467(0xd6)]},()=>listAppConfigs(_0xf13ee[_0x295467(0xd6)],{'key':_0x4498eb,'tags':_0x58caf1})),_0x4754f3=_0x140c7c[_0x295467(0xd8)](_0x30a247=>projectAppConfig(_0x30a247));return{'ok':!![],'data':{'appCode':_0xf13ee['appCode'],'count':_0x4754f3['length'],'configs':_0x4754f3},'message':_0x295467(0xe2)+_0x4754f3['length']+_0x295467(0xe9)};}};
@@ -1 +1 @@
1
- function a28_0x4a10(){const _0x2c78e5=['/smartapi/app-config/create','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','isFinite','app-config','number','set','create','tags','25VgANGo','get','5250160FcdPvI','string','77255YfHkQd','apiError','update','/smartapi/app-config/update','App\x20config\x20server\x20id\x20missing\x20for\x20key=','appCode','16693160EwvqQR','38001UlhWqt','7792IvTtxE','5532156vSDDpK','84IgmINv','\x20app\x20config\x20','write','307302yIExgm','14YqcXZm'];a28_0x4a10=function(){return _0x2c78e5;};return a28_0x4a10();}const a28_0x4012f8=a28_0x5278;function a28_0x5278(_0x29252f,_0x56c4b2){_0x29252f=_0x29252f-0x188;const _0x4a105e=a28_0x4a10();let _0x5278a6=_0x4a105e[_0x29252f];return _0x5278a6;}(function(_0x19a17f,_0x12a95c){const _0x4f9e33=a28_0x5278,_0x4e68c1=_0x19a17f();while(!![]){try{const _0x3ad40f=parseInt(_0x4f9e33(0x18e))/0x1*(-parseInt(_0x4f9e33(0x19c))/0x2)+-parseInt(_0x4f9e33(0x195))/0x3+-parseInt(_0x4f9e33(0x18c))/0x4+-parseInt(_0x4f9e33(0x18a))/0x5*(-parseInt(_0x4f9e33(0x19b))/0x6)+parseInt(_0x4f9e33(0x198))/0x7*(parseInt(_0x4f9e33(0x196))/0x8)+parseInt(_0x4f9e33(0x197))/0x9+parseInt(_0x4f9e33(0x194))/0xa;if(_0x3ad40f===_0x12a95c)break;else _0x4e68c1['push'](_0x4e68c1['shift']());}catch(_0x179b59){_0x4e68c1['push'](_0x4e68c1['shift']());}}}(a28_0x4a10,0xa76d5));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_0x4012f8(0x19d),UPDATE_PATH=a28_0x4012f8(0x191);export const appConfigSet={'service':a28_0x4012f8(0x1a0),'command':a28_0x4012f8(0x1a2),'description':a28_0x4012f8(0x19e),'risk':a28_0x4012f8(0x19a),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':'file','type':a28_0x4012f8(0x18d),'description':'Read\x20config\x20value\x20from\x20file'}],async 'validate'(_0x5987c8){readKeyArg(_0x5987c8),readOptionalTags(_0x5987c8),assertSingleValueSource(_0x5987c8);},async 'dryRun'(_0x5a0abf){const _0x44334d=a28_0x4012f8,_0x1a256b=readKeyArg(_0x5a0abf),_0xa82af6=readOptionalTags(_0x5a0abf),_0x303da4=assertSingleValueSource(_0x5a0abf);await assertValueSourceReadable(_0x303da4);const _0x5d6c30=await withAppConfigApiBoundary(_0x44334d(0x18b),{'appCode':_0x5a0abf['appCode'],'key':_0x1a256b},()=>getAppConfigByKey(_0x5a0abf[_0x44334d(0x193)],_0x1a256b)),_0x105f12=_0x5d6c30?_0x44334d(0x190):_0x44334d(0x188),_0x5a6f35=_0x5d6c30?projectAppConfig(_0x5d6c30):null,_0x98eae6=plannedAppConfig({'appCode':_0x5a0abf[_0x44334d(0x193)],'key':_0x1a256b,'tags':_0xa82af6??_0x5d6c30?.['tags'],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x105f12,'appCode':_0x5a0abf[_0x44334d(0x193)],'key':_0x1a256b,'before':_0x5a6f35,'after':_0x98eae6,'dryRun':!![]}),{'method':'POST','url':_0x105f12===_0x44334d(0x190)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x3a8167){const _0x154da8=a28_0x4012f8,_0x4ee063=readKeyArg(_0x3a8167),_0x1f0368=readOptionalTags(_0x3a8167),_0x2bd07a=await withAppConfigApiBoundary(_0x154da8(0x18b),{'appCode':_0x3a8167[_0x154da8(0x193)],'key':_0x4ee063},()=>getAppConfigByKey(_0x3a8167[_0x154da8(0x193)],_0x4ee063)),_0x655c3c=_0x2bd07a?projectAppConfig(_0x2bd07a):null,_0x25c36e=_0x2bd07a?_0x154da8(0x190):_0x154da8(0x188),{value:_0x2bddf6,warnings:_0x2d1ed0}=await readAppConfigValue(_0x3a8167),_0x337a63={'appCode':_0x3a8167[_0x154da8(0x193)],'key':_0x4ee063,'value':_0x2bddf6,'tags':_0x1f0368??_0x2bd07a?.[_0x154da8(0x189)]??undefined};await withAppConfigApiBoundary(_0x25c36e,{'appCode':_0x3a8167['appCode'],'key':_0x4ee063},async()=>{const _0x3a933e=_0x154da8;_0x2bd07a?await updateAppConfig({..._0x337a63,'id':requireAppConfigId(_0x2bd07a,_0x4ee063,_0x3a8167[_0x3a933e(0x193)])}):await createAppConfig(_0x337a63);});const _0x201d9d=await withAppConfigApiBoundary('get',{'appCode':_0x3a8167[_0x154da8(0x193)],'key':_0x4ee063},()=>getAppConfigByKey(_0x3a8167[_0x154da8(0x193)],_0x4ee063)),_0x5efa01=_0x201d9d?projectAppConfig(_0x201d9d):plannedAppConfig({'appCode':_0x3a8167[_0x154da8(0x193)],'key':_0x4ee063,'tags':_0x337a63[_0x154da8(0x189)],'hasValue':_0x2bddf6!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x25c36e,'appCode':_0x3a8167['appCode'],'key':_0x4ee063,'before':_0x655c3c,'after':_0x5efa01,'dryRun':![],'warnings':_0x2d1ed0}),'message':(_0x25c36e===_0x154da8(0x190)?'Updated':'Created')+_0x154da8(0x199)+_0x4ee063};}};function requireAppConfigId(_0x196723,_0x1b9ea4,_0x36a6b0){const _0x5e8726=a28_0x4012f8;if(typeof _0x196723['id']===_0x5e8726(0x1a1)&&Number[_0x5e8726(0x19f)](_0x196723['id'])&&_0x196723['id']>0x0)return _0x196723['id'];throw CliErrors[_0x5e8726(0x18f)](_0x5e8726(0x192)+_0x1b9ea4+',\x20appCode='+_0x36a6b0);}
1
+ const a28_0x10ac1c=a28_0x5b56;function a28_0x503e(){const _0x56673a=['1078sTEQJI','isFinite','142394mkVNkH','tags','create','\x20app\x20config\x20','4555188QezKEj','/smartapi/app-config/create','get','22722jnqppX','write','appCode','1303916tQMojD','/smartapi/app-config/update','Updated','Created','number','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','12uXHklu',',\x20appCode=','file','set','4328048XzuIyT','apiError','string','2371685gYDzVt','19449KabfEL','update'];a28_0x503e=function(){return _0x56673a;};return a28_0x503e();}(function(_0x41ff53,_0x2ad548){const _0x2db937=a28_0x5b56,_0x9ab86a=_0x41ff53();while(!![]){try{const _0x496c4a=parseInt(_0x2db937(0x109))/0x1*(parseInt(_0x2db937(0x115))/0x2)+parseInt(_0x2db937(0x111))/0x3+-parseInt(_0x2db937(0x11f))/0x4+parseInt(_0x2db937(0x110))/0x5+-parseInt(_0x2db937(0x11c))/0x6*(parseInt(_0x2db937(0x113))/0x7)+parseInt(_0x2db937(0x10d))/0x8+-parseInt(_0x2db937(0x119))/0x9;if(_0x496c4a===_0x2ad548)break;else _0x9ab86a['push'](_0x9ab86a['shift']());}catch(_0x40b704){_0x9ab86a['push'](_0x9ab86a['shift']());}}}(a28_0x503e,0x70851));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_0x10ac1c(0x11a),UPDATE_PATH=a28_0x10ac1c(0x104);function a28_0x5b56(_0x398d4f,_0x34bc6e){_0x398d4f=_0x398d4f-0x104;const _0x503e6d=a28_0x503e();let _0x5b5641=_0x503e6d[_0x398d4f];return _0x5b5641;}export const appConfigSet={'service':'app-config','command':a28_0x10ac1c(0x10c),'description':a28_0x10ac1c(0x108),'risk':a28_0x10ac1c(0x11d),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a28_0x10ac1c(0x10b),'type':a28_0x10ac1c(0x10f),'description':'Read\x20config\x20value\x20from\x20file'}],async 'validate'(_0x38dbef){readKeyArg(_0x38dbef),readOptionalTags(_0x38dbef),assertSingleValueSource(_0x38dbef);},async 'dryRun'(_0x3109c6){const _0x2d823e=a28_0x10ac1c,_0x143d92=readKeyArg(_0x3109c6),_0x4cb4ca=readOptionalTags(_0x3109c6),_0x5e7017=assertSingleValueSource(_0x3109c6);await assertValueSourceReadable(_0x5e7017);const _0x1f271d=await withAppConfigApiBoundary(_0x2d823e(0x11b),{'appCode':_0x3109c6[_0x2d823e(0x11e)],'key':_0x143d92},()=>getAppConfigByKey(_0x3109c6['appCode'],_0x143d92)),_0x114dd7=_0x1f271d?_0x2d823e(0x112):_0x2d823e(0x117),_0x5b5b3c=_0x1f271d?projectAppConfig(_0x1f271d):null,_0x1fe762=plannedAppConfig({'appCode':_0x3109c6[_0x2d823e(0x11e)],'key':_0x143d92,'tags':_0x4cb4ca??_0x1f271d?.[_0x2d823e(0x116)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x114dd7,'appCode':_0x3109c6[_0x2d823e(0x11e)],'key':_0x143d92,'before':_0x5b5b3c,'after':_0x1fe762,'dryRun':!![]}),{'method':'POST','url':_0x114dd7===_0x2d823e(0x112)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x35f8ca){const _0x3388d3=a28_0x10ac1c,_0x592d6=readKeyArg(_0x35f8ca),_0x2419eb=readOptionalTags(_0x35f8ca),_0x4a31f2=await withAppConfigApiBoundary('get',{'appCode':_0x35f8ca[_0x3388d3(0x11e)],'key':_0x592d6},()=>getAppConfigByKey(_0x35f8ca[_0x3388d3(0x11e)],_0x592d6)),_0x1f785c=_0x4a31f2?projectAppConfig(_0x4a31f2):null,_0x28d107=_0x4a31f2?_0x3388d3(0x112):_0x3388d3(0x117),{value:_0x2d7d84,warnings:_0x447fb4}=await readAppConfigValue(_0x35f8ca),_0x50db52={'appCode':_0x35f8ca[_0x3388d3(0x11e)],'key':_0x592d6,'value':_0x2d7d84,'tags':_0x2419eb??_0x4a31f2?.[_0x3388d3(0x116)]??undefined};await withAppConfigApiBoundary(_0x28d107,{'appCode':_0x35f8ca[_0x3388d3(0x11e)],'key':_0x592d6},async()=>{const _0x7848a9=_0x3388d3;_0x4a31f2?await updateAppConfig({..._0x50db52,'id':requireAppConfigId(_0x4a31f2,_0x592d6,_0x35f8ca[_0x7848a9(0x11e)])}):await createAppConfig(_0x50db52);});const _0x551c92=await withAppConfigApiBoundary(_0x3388d3(0x11b),{'appCode':_0x35f8ca[_0x3388d3(0x11e)],'key':_0x592d6},()=>getAppConfigByKey(_0x35f8ca[_0x3388d3(0x11e)],_0x592d6)),_0x132210=_0x551c92?projectAppConfig(_0x551c92):plannedAppConfig({'appCode':_0x35f8ca['appCode'],'key':_0x592d6,'tags':_0x50db52[_0x3388d3(0x116)],'hasValue':_0x2d7d84!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x28d107,'appCode':_0x35f8ca['appCode'],'key':_0x592d6,'before':_0x1f785c,'after':_0x132210,'dryRun':![],'warnings':_0x447fb4}),'message':(_0x28d107===_0x3388d3(0x112)?_0x3388d3(0x105):_0x3388d3(0x106))+_0x3388d3(0x118)+_0x592d6};}};function requireAppConfigId(_0x454a33,_0xeb1969,_0x354b74){const _0x15aeed=a28_0x10ac1c;if(typeof _0x454a33['id']===_0x15aeed(0x107)&&Number[_0x15aeed(0x114)](_0x454a33['id'])&&_0x454a33['id']>0x0)return _0x454a33['id'];throw CliErrors[_0x15aeed(0x10e)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0xeb1969+_0x15aeed(0x10a)+_0x354b74);}
@@ -1 +1 @@
1
- const a29_0x25d7b0=a29_0x1eb6;(function(_0x26bac2,_0x41d2eb){const _0x38c13b=a29_0x1eb6,_0x29470d=_0x26bac2();while(!![]){try{const _0x334cf0=parseInt(_0x38c13b(0x1ab))/0x1+-parseInt(_0x38c13b(0x1b6))/0x2+parseInt(_0x38c13b(0x1a2))/0x3*(-parseInt(_0x38c13b(0x188))/0x4)+-parseInt(_0x38c13b(0x18e))/0x5*(-parseInt(_0x38c13b(0x1b0))/0x6)+-parseInt(_0x38c13b(0x19a))/0x7*(parseInt(_0x38c13b(0x1b4))/0x8)+parseInt(_0x38c13b(0x1b8))/0x9+parseInt(_0x38c13b(0x191))/0xa*(parseInt(_0x38c13b(0x1af))/0xb);if(_0x334cf0===_0x41d2eb)break;else _0x29470d['push'](_0x29470d['shift']());}catch(_0x2d2d61){_0x29470d['push'](_0x29470d['shift']());}}}(a29_0x2150,0x92b6f));function a29_0x2150(){const _0x3ee100=['join','hasValue','args','gmtModified','21469Bcpuic','dryRun','kind','App\x20config\x20value\x20source\x20is\x20ambiguous.','boolean','file','Config\x20tags\x20for\x20filtering/display\x20metadata','once','45078ReVbin','path','apiError','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','Missing\x20app-config\x20key.','key:\x20','value','str','key','162361QjVOIR','validation','Environment\x20variable\x20is\x20not\x20set:\x20','appCode','12158707jiOXqh','657894bvDYYP','name','Read\x20config\x20value\x20from\x20stdin','from-env','584RmxEth','error','1547100RiaDVz','bool','5911119ACJotu','method','before','flag','push','utf8','after','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','length','\x20app\x20config.','Value\x20file\x20is\x20not\x20readable:\x20','appCode:\x20','data','setEncoding','116JQFhEH','reveal','operation','value\x20is\x20redacted','slice','valueRedacted','5sqkpUv','tags','env','10PHzpVy','argument','trim','stdin','string'];a29_0x2150=function(){return _0x3ee100;};return a29_0x2150();}import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':a29_0x25d7b0(0x1aa),'description':'Runtime\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':'value','description':a29_0x25d7b0(0x1a5),'required':![]};export const TAGS_FLAG={'name':a29_0x25d7b0(0x18f),'type':a29_0x25d7b0(0x195),'description':a29_0x25d7b0(0x1a0)};export const STDIN_FLAG={'name':a29_0x25d7b0(0x194),'type':a29_0x25d7b0(0x19e),'description':a29_0x25d7b0(0x1b2),'default':![]};export const FROM_ENV_FLAG={'name':a29_0x25d7b0(0x1b3),'type':a29_0x25d7b0(0x195),'description':'Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable'};export const REVEAL_FLAG={'name':a29_0x25d7b0(0x189),'type':a29_0x25d7b0(0x19e),'description':a29_0x25d7b0(0x181),'default':![]};function a29_0x1eb6(_0x155f82,_0x3a86cb){_0x155f82=_0x155f82-0x180;const _0x215067=a29_0x2150();let _0x1eb62c=_0x215067[_0x155f82];return _0x1eb62c;}export function readKeyArg(_0x1de529){const _0x3c4e71=a29_0x25d7b0,_0x227e68=_0x1de529[_0x3c4e71(0x198)][0x0]?.[_0x3c4e71(0x193)]()??'';return validateKey(_0x227e68),_0x227e68;}export function readOptionalTags(_0x249fd9){const _0x43ae69=a29_0x25d7b0,_0x573433=_0x249fd9[_0x43ae69(0x1a9)](_0x43ae69(0x18f))[_0x43ae69(0x193)]();if(!_0x573433)return undefined;if(_0x573433['length']>0x20)throw CliErrors['validation']('App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.');return _0x573433;}export function validateKey(_0x408352){const _0x4f3573=a29_0x25d7b0;if(!_0x408352)throw CliErrors[_0x4f3573(0x1ac)](_0x4f3573(0x1a6));if(_0x408352['length']>0x100)throw CliErrors[_0x4f3573(0x1ac)]('App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.');}export function projectAppConfig(_0x40c420,_0x30dd38){const _0x2f49d0=a29_0x25d7b0,_0x1a4c27=_0x40c420[_0x2f49d0(0x1a8)]!==undefined&&_0x40c420[_0x2f49d0(0x1a8)]!==null&&_0x40c420['value']!=='',_0x52ea63={'appCode':_0x40c420[_0x2f49d0(0x1ae)],'key':_0x40c420[_0x2f49d0(0x1aa)],'tags':_0x40c420[_0x2f49d0(0x18f)]??undefined,'hasValue':_0x1a4c27,'valueRedacted':_0x1a4c27&&!_0x30dd38?.['reveal'],'gmtCreate':_0x40c420['gmtCreate'],'gmtModified':_0x40c420[_0x2f49d0(0x199)]};return _0x30dd38?.['reveal']&&(_0x52ea63[_0x2f49d0(0x1a8)]=_0x40c420[_0x2f49d0(0x1a8)]??'',_0x52ea63[_0x2f49d0(0x18d)]=![]),_0x52ea63;}export function plannedAppConfig(_0x238c3c){const _0x1052d3=a29_0x25d7b0,_0x34a285=_0x238c3c[_0x1052d3(0x197)]??!![];return{'appCode':_0x238c3c[_0x1052d3(0x1ae)],'key':_0x238c3c[_0x1052d3(0x1aa)],'tags':_0x238c3c['tags']??undefined,'hasValue':_0x34a285,'valueRedacted':_0x34a285};}export function buildMutationData(_0x2532e7){const _0x3fbbd5=a29_0x25d7b0;return{'operation':_0x2532e7[_0x3fbbd5(0x18a)],'selector':{'appCode':_0x2532e7['appCode'],'key':_0x2532e7['key']},'before':_0x2532e7[_0x3fbbd5(0x1ba)],'after':_0x2532e7[_0x3fbbd5(0x180)],'dryRun':_0x2532e7[_0x3fbbd5(0x19b)],'warnings':_0x2532e7['warnings']??[]};}export async function withAppConfigApiBoundary(_0x55a7fb,_0x332851,_0x2c42d9){const _0x338bf4=a29_0x25d7b0;try{return await _0x2c42d9();}catch{const _0x3d0d3a=[_0x338bf4(0x185)+_0x332851[_0x338bf4(0x1ae)]];if(_0x332851['key'])_0x3d0d3a['push'](_0x338bf4(0x1a7)+_0x332851[_0x338bf4(0x1aa)]);_0x3d0d3a['push'](_0x338bf4(0x18b));throw CliErrors[_0x338bf4(0x1a4)]('Failed\x20to\x20'+_0x55a7fb+_0x338bf4(0x183),_0x3d0d3a[_0x338bf4(0x196)](';\x20')+'.');}}export function asAppConfigDryRunResult(_0x7b5581,_0x532f23){const _0x416a56=a29_0x25d7b0;return Object['defineProperties'](_0x7b5581,{'method':{'value':_0x532f23[_0x416a56(0x1b9)],'enumerable':![]},'url':{'value':_0x532f23['url'],'enumerable':![]}});}export function assertSingleValueSource(_0x4b540d){const _0x1ed5e7=a29_0x25d7b0,_0x1088a2=[];_0x4b540d[_0x1ed5e7(0x198)][_0x1ed5e7(0x182)]>0x1&&_0x1088a2['push']({'kind':_0x1ed5e7(0x192),'value':_0x4b540d[_0x1ed5e7(0x198)][_0x1ed5e7(0x18c)](0x1)['join']('\x20')});const _0x1b6437=_0x4b540d[_0x1ed5e7(0x1bb)](_0x1ed5e7(0x1a8));_0x1b6437!==undefined&&_0x1b6437!==null&&_0x1088a2['push']({'kind':_0x1ed5e7(0x192),'value':String(_0x1b6437)});_0x4b540d[_0x1ed5e7(0x1b7)](_0x1ed5e7(0x194))&&_0x1088a2[_0x1ed5e7(0x1bc)]({'kind':_0x1ed5e7(0x194)});const _0x3e7227=_0x4b540d['str'](_0x1ed5e7(0x1b3))[_0x1ed5e7(0x193)]();_0x3e7227&&_0x1088a2[_0x1ed5e7(0x1bc)]({'kind':_0x1ed5e7(0x190),'name':_0x3e7227});const _0x3151be=_0x4b540d['str'](_0x1ed5e7(0x19f))['trim']();_0x3151be&&_0x1088a2['push']({'kind':_0x1ed5e7(0x19f),'path':_0x3151be});if(_0x1088a2['length']===0x0)throw CliErrors['validation']('Missing\x20app-config\x20value\x20source.','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.');if(_0x1088a2['length']>0x1)throw CliErrors['validation'](_0x1ed5e7(0x19d),'Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.');return _0x1088a2[0x0];}export async function assertValueSourceReadable(_0x1d3700){const _0x2e0fdc=a29_0x25d7b0;if(_0x1d3700[_0x2e0fdc(0x19c)]===_0x2e0fdc(0x190)&&!(_0x1d3700['name']in process.env))throw CliErrors[_0x2e0fdc(0x1ac)](_0x2e0fdc(0x1ad)+_0x1d3700[_0x2e0fdc(0x1b1)]);if(_0x1d3700['kind']===_0x2e0fdc(0x19f))try{await access(_0x1d3700[_0x2e0fdc(0x1a3)]);}catch{throw CliErrors[_0x2e0fdc(0x1ac)](_0x2e0fdc(0x184)+_0x1d3700[_0x2e0fdc(0x1a3)]);}}export async function readAppConfigValue(_0x23c1b2){const _0x5af12d=a29_0x25d7b0,_0x2004af=assertSingleValueSource(_0x23c1b2),_0x1bee15=[];if(_0x2004af[_0x5af12d(0x19c)]===_0x5af12d(0x192))return _0x1bee15['push']('Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.'),{'value':_0x2004af['value']??'','source':_0x2004af[_0x5af12d(0x19c)],'warnings':_0x1bee15};if(_0x2004af[_0x5af12d(0x19c)]===_0x5af12d(0x194))return{'value':await readStdin(),'source':_0x2004af[_0x5af12d(0x19c)],'warnings':_0x1bee15};if(_0x2004af['kind']===_0x5af12d(0x190)){if(!(_0x2004af[_0x5af12d(0x1b1)]in process.env))throw CliErrors[_0x5af12d(0x1ac)](_0x5af12d(0x1ad)+_0x2004af[_0x5af12d(0x1b1)]);return{'value':process.env[_0x2004af.name]??'','source':_0x2004af[_0x5af12d(0x19c)],'warnings':_0x1bee15};}return{'value':await readFile(_0x2004af[_0x5af12d(0x1a3)],_0x5af12d(0x1bd)),'source':_0x2004af[_0x5af12d(0x19c)],'warnings':_0x1bee15};}function readStdin(){return new Promise((_0x370081,_0x1232b1)=>{const _0x850169=a29_0x1eb6;let _0x76f601='';process[_0x850169(0x194)][_0x850169(0x187)](_0x850169(0x1bd)),process[_0x850169(0x194)]['on'](_0x850169(0x186),_0x3783d8=>{_0x76f601+=_0x3783d8;}),process[_0x850169(0x194)][_0x850169(0x1a1)]('end',()=>_0x370081(_0x76f601)),process[_0x850169(0x194)]['once'](_0x850169(0x1b5),_0x1232b1);});}
1
+ const a29_0x1c5e45=a29_0x1763;(function(_0x5b1cc8,_0x2e8614){const _0x47c4a4=a29_0x1763,_0x3641a7=_0x5b1cc8();while(!![]){try{const _0x3bbc62=-parseInt(_0x47c4a4(0x180))/0x1*(-parseInt(_0x47c4a4(0x17f))/0x2)+-parseInt(_0x47c4a4(0x189))/0x3*(-parseInt(_0x47c4a4(0x14a))/0x4)+-parseInt(_0x47c4a4(0x179))/0x5*(parseInt(_0x47c4a4(0x147))/0x6)+-parseInt(_0x47c4a4(0x183))/0x7*(-parseInt(_0x47c4a4(0x184))/0x8)+parseInt(_0x47c4a4(0x174))/0x9*(-parseInt(_0x47c4a4(0x161))/0xa)+-parseInt(_0x47c4a4(0x145))/0xb+parseInt(_0x47c4a4(0x17b))/0xc;if(_0x3bbc62===_0x2e8614)break;else _0x3641a7['push'](_0x3641a7['shift']());}catch(_0x311514){_0x3641a7['push'](_0x3641a7['shift']());}}}(a29_0x3ba0,0x4f284));import{access,readFile}from'node:fs/promises';import{CliErrors}from'../../errors.js';export const KEY_ARG={'name':a29_0x1c5e45(0x150),'description':'Runtime\x20app-config\x20key','required':!![]};export const VALUE_ARG={'name':a29_0x1c5e45(0x170),'description':a29_0x1c5e45(0x187),'required':![]};export const TAGS_FLAG={'name':a29_0x1c5e45(0x15b),'type':'string','description':a29_0x1c5e45(0x14e)};export const STDIN_FLAG={'name':'stdin','type':'boolean','description':a29_0x1c5e45(0x158),'default':![]};export const FROM_ENV_FLAG={'name':a29_0x1c5e45(0x172),'type':a29_0x1c5e45(0x148),'description':a29_0x1c5e45(0x162)};export const REVEAL_FLAG={'name':a29_0x1c5e45(0x18a),'type':a29_0x1c5e45(0x152),'description':a29_0x1c5e45(0x165),'default':![]};export function readKeyArg(_0x416132){const _0x11d487=a29_0x1c5e45,_0x448994=_0x416132[_0x11d487(0x14f)][0x0]?.['trim']()??'';return validateKey(_0x448994),_0x448994;}export function readOptionalTags(_0x1fb026){const _0x32647d=a29_0x1c5e45,_0x3e991e=_0x1fb026['str'](_0x32647d(0x15b))['trim']();if(!_0x3e991e)return undefined;if(_0x3e991e[_0x32647d(0x14b)]>0x20)throw CliErrors[_0x32647d(0x16a)](_0x32647d(0x186));return _0x3e991e;}function a29_0x1763(_0x11772d,_0x4fed00){_0x11772d=_0x11772d-0x145;const _0x3ba07f=a29_0x3ba0();let _0x17634b=_0x3ba07f[_0x11772d];return _0x17634b;}export function validateKey(_0x4e33b6){const _0x19e28f=a29_0x1c5e45;if(!_0x4e33b6)throw CliErrors['validation'](_0x19e28f(0x15f));if(_0x4e33b6[_0x19e28f(0x14b)]>0x100)throw CliErrors[_0x19e28f(0x16a)](_0x19e28f(0x17a));}export function projectAppConfig(_0x5f05a1,_0x2e6c9c){const _0x1d2135=a29_0x1c5e45,_0x25b5fe=_0x5f05a1[_0x1d2135(0x170)]!==undefined&&_0x5f05a1[_0x1d2135(0x170)]!==null&&_0x5f05a1[_0x1d2135(0x170)]!=='',_0x530862={'appCode':_0x5f05a1['appCode'],'key':_0x5f05a1[_0x1d2135(0x150)],'tags':_0x5f05a1[_0x1d2135(0x15b)]??undefined,'hasValue':_0x25b5fe,'valueRedacted':_0x25b5fe&&!_0x2e6c9c?.[_0x1d2135(0x18a)],'gmtCreate':_0x5f05a1[_0x1d2135(0x163)],'gmtModified':_0x5f05a1[_0x1d2135(0x146)]};return _0x2e6c9c?.[_0x1d2135(0x18a)]&&(_0x530862[_0x1d2135(0x170)]=_0x5f05a1[_0x1d2135(0x170)]??'',_0x530862[_0x1d2135(0x164)]=![]),_0x530862;}function a29_0x3ba0(){const _0x458ba0=['str','validation','stdin','appCode:\x20','value\x20is\x20redacted','path','slice','value','method','from-env','setEncoding','129699rnZEyz','url','flag','data','end','5KXSKWq','App\x20config\x20key\x20length\x20cannot\x20exceed\x20256.','1594236MABpzT','name','Failed\x20to\x20','file','1376rGnYLY','756QyjbBN','Value\x20file\x20is\x20not\x20readable:\x20','kind','14rsGLbM','2002416AcOgKG','before','App\x20config\x20tags\x20length\x20cannot\x20exceed\x2032.','Sensitive\x20config\x20value.\x20Prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','apiError','9ypnegD','reveal','7116560prkKWW','gmtModified','750882CLSUmC','string','env','711468qciJuL','length','trim','Value\x20was\x20provided\x20as\x20a\x20command\x20argument;\x20prefer\x20--stdin,\x20--from-env,\x20or\x20--file\x20for\x20secrets.','Config\x20tags\x20for\x20filtering/display\x20metadata','args','key','once','boolean','operation','argument','App\x20config\x20value\x20source\x20is\x20ambiguous.','utf8','warnings','Read\x20config\x20value\x20from\x20stdin','push','Environment\x20variable\x20is\x20not\x20set:\x20','tags','key:\x20','Use\x20exactly\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','Missing\x20app-config\x20value\x20source.','Missing\x20app-config\x20key.','dryRun','410oHaYyq','Read\x20config\x20value\x20from\x20the\x20named\x20environment\x20variable','gmtCreate','valueRedacted','Reveal\x20the\x20sensitive\x20value\x20for\x20this\x20single\x20key','Use\x20one\x20of:\x20positional\x20<value>,\x20--stdin,\x20--from-env\x20<NAME>,\x20or\x20--file\x20<path>.','appCode','after'];a29_0x3ba0=function(){return _0x458ba0;};return a29_0x3ba0();}export function plannedAppConfig(_0x55bf92){const _0x2d7f88=a29_0x1c5e45,_0x43a197=_0x55bf92['hasValue']??!![];return{'appCode':_0x55bf92[_0x2d7f88(0x167)],'key':_0x55bf92['key'],'tags':_0x55bf92[_0x2d7f88(0x15b)]??undefined,'hasValue':_0x43a197,'valueRedacted':_0x43a197};}export function buildMutationData(_0x557796){const _0x3c8c7d=a29_0x1c5e45;return{'operation':_0x557796[_0x3c8c7d(0x153)],'selector':{'appCode':_0x557796[_0x3c8c7d(0x167)],'key':_0x557796['key']},'before':_0x557796[_0x3c8c7d(0x185)],'after':_0x557796[_0x3c8c7d(0x168)],'dryRun':_0x557796[_0x3c8c7d(0x160)],'warnings':_0x557796[_0x3c8c7d(0x157)]??[]};}export async function withAppConfigApiBoundary(_0x5d1db6,_0x15bcb5,_0x245b9d){const _0x416def=a29_0x1c5e45;try{return await _0x245b9d();}catch{const _0x89f3e4=[_0x416def(0x16c)+_0x15bcb5[_0x416def(0x167)]];if(_0x15bcb5['key'])_0x89f3e4['push'](_0x416def(0x15c)+_0x15bcb5[_0x416def(0x150)]);_0x89f3e4[_0x416def(0x159)](_0x416def(0x16d));throw CliErrors[_0x416def(0x188)](_0x416def(0x17d)+_0x5d1db6+'\x20app\x20config.',_0x89f3e4['join'](';\x20')+'.');}}export function asAppConfigDryRunResult(_0x484c21,_0x48fc9e){const _0x3af81d=a29_0x1c5e45;return Object['defineProperties'](_0x484c21,{'method':{'value':_0x48fc9e[_0x3af81d(0x171)],'enumerable':![]},'url':{'value':_0x48fc9e[_0x3af81d(0x175)],'enumerable':![]}});}export function assertSingleValueSource(_0x2286a9){const _0x74f8c8=a29_0x1c5e45,_0x3d2dde=[];_0x2286a9[_0x74f8c8(0x14f)][_0x74f8c8(0x14b)]>0x1&&_0x3d2dde[_0x74f8c8(0x159)]({'kind':_0x74f8c8(0x154),'value':_0x2286a9[_0x74f8c8(0x14f)][_0x74f8c8(0x16f)](0x1)['join']('\x20')});const _0x46dab2=_0x2286a9[_0x74f8c8(0x176)](_0x74f8c8(0x170));_0x46dab2!==undefined&&_0x46dab2!==null&&_0x3d2dde['push']({'kind':_0x74f8c8(0x154),'value':String(_0x46dab2)});_0x2286a9['bool'](_0x74f8c8(0x16b))&&_0x3d2dde['push']({'kind':_0x74f8c8(0x16b)});const _0x2be1fe=_0x2286a9[_0x74f8c8(0x169)](_0x74f8c8(0x172))[_0x74f8c8(0x14c)]();_0x2be1fe&&_0x3d2dde['push']({'kind':_0x74f8c8(0x149),'name':_0x2be1fe});const _0xdbef8f=_0x2286a9['str']('file')['trim']();_0xdbef8f&&_0x3d2dde[_0x74f8c8(0x159)]({'kind':_0x74f8c8(0x17e),'path':_0xdbef8f});if(_0x3d2dde['length']===0x0)throw CliErrors[_0x74f8c8(0x16a)](_0x74f8c8(0x15e),_0x74f8c8(0x166));if(_0x3d2dde['length']>0x1)throw CliErrors[_0x74f8c8(0x16a)](_0x74f8c8(0x155),_0x74f8c8(0x15d));return _0x3d2dde[0x0];}export async function assertValueSourceReadable(_0x5d9584){const _0x53ad42=a29_0x1c5e45;if(_0x5d9584['kind']===_0x53ad42(0x149)&&!(_0x5d9584['name']in process.env))throw CliErrors[_0x53ad42(0x16a)](_0x53ad42(0x15a)+_0x5d9584[_0x53ad42(0x17c)]);if(_0x5d9584[_0x53ad42(0x182)]==='file')try{await access(_0x5d9584[_0x53ad42(0x16e)]);}catch{throw CliErrors[_0x53ad42(0x16a)](_0x53ad42(0x181)+_0x5d9584[_0x53ad42(0x16e)]);}}export async function readAppConfigValue(_0x21ee09){const _0x4eb03e=a29_0x1c5e45,_0x1efc3d=assertSingleValueSource(_0x21ee09),_0x419ac6=[];if(_0x1efc3d['kind']==='argument')return _0x419ac6['push'](_0x4eb03e(0x14d)),{'value':_0x1efc3d[_0x4eb03e(0x170)]??'','source':_0x1efc3d['kind'],'warnings':_0x419ac6};if(_0x1efc3d[_0x4eb03e(0x182)]===_0x4eb03e(0x16b))return{'value':await readStdin(),'source':_0x1efc3d[_0x4eb03e(0x182)],'warnings':_0x419ac6};if(_0x1efc3d[_0x4eb03e(0x182)]===_0x4eb03e(0x149)){if(!(_0x1efc3d[_0x4eb03e(0x17c)]in process.env))throw CliErrors[_0x4eb03e(0x16a)](_0x4eb03e(0x15a)+_0x1efc3d[_0x4eb03e(0x17c)]);return{'value':process.env[_0x1efc3d.name]??'','source':_0x1efc3d[_0x4eb03e(0x182)],'warnings':_0x419ac6};}return{'value':await readFile(_0x1efc3d['path'],'utf8'),'source':_0x1efc3d['kind'],'warnings':_0x419ac6};}function readStdin(){return new Promise((_0xfdb7ba,_0x52ba82)=>{const _0xf7dd4b=a29_0x1763;let _0x50b82f='';process[_0xf7dd4b(0x16b)][_0xf7dd4b(0x173)](_0xf7dd4b(0x156)),process[_0xf7dd4b(0x16b)]['on'](_0xf7dd4b(0x177),_0x68b283=>{_0x50b82f+=_0x68b283;}),process[_0xf7dd4b(0x16b)][_0xf7dd4b(0x151)](_0xf7dd4b(0x178),()=>_0xfdb7ba(_0x50b82f)),process[_0xf7dd4b(0x16b)][_0xf7dd4b(0x151)]('error',_0x52ba82);});}
@@ -1 +1 @@
1
- const a30_0x39482b=a30_0x5493;(function(_0x5bad60,_0x5c4be7){const _0x1e640f=a30_0x5493,_0x331812=_0x5bad60();while(!![]){try{const _0x13bb74=parseInt(_0x1e640f(0x1a1))/0x1+parseInt(_0x1e640f(0x199))/0x2*(parseInt(_0x1e640f(0x1ac))/0x3)+parseInt(_0x1e640f(0x19b))/0x4*(-parseInt(_0x1e640f(0x1a7))/0x5)+-parseInt(_0x1e640f(0x197))/0x6*(parseInt(_0x1e640f(0x1a8))/0x7)+-parseInt(_0x1e640f(0x1a3))/0x8+-parseInt(_0x1e640f(0x19a))/0x9*(-parseInt(_0x1e640f(0x1a5))/0xa)+-parseInt(_0x1e640f(0x1a6))/0xb*(parseInt(_0x1e640f(0x1aa))/0xc);if(_0x13bb74===_0x5c4be7)break;else _0x331812['push'](_0x331812['shift']());}catch(_0x1773d7){_0x331812['push'](_0x331812['shift']());}}}(a30_0x465c,0x33c70));import{unlinkSync,existsSync}from'node:fs';function a30_0x5493(_0xadddfc,_0x455cf4){_0xadddfc=_0xadddfc-0x195;const _0x465cb8=a30_0x465c();let _0x5493d6=_0x465cb8[_0xadddfc];return _0x5493d6;}function a30_0x465c(){const _0x996779=['63IrGkzt','!\x20Not\x20logged\x20in','20820abwJeJ','login','573PqJWki','Login\x20via\x20browser','✓\x20Logged\x20out','logout','1908RqmDOj','bool','3946wWASaY','568791PxRBXo','353032UfDSRz','Clear\x20login\x20session','boolean','auth','write','yes','300435XkZenU','log','2885440tMvTBL','../../auth/auth-server-ui.js','30qLEKvs','1287vMdFCb','5ypQxUu'];a30_0x465c=function(){return _0x996779;};return a30_0x465c();}import{cookieFile}from'../../auth/constant.js';export const authDefinitions=[{'service':'auth','command':a30_0x39482b(0x1ab),'description':a30_0x39482b(0x1ad),'risk':a30_0x39482b(0x19f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a30_0x39482b(0x1a0),'type':a30_0x39482b(0x19d),'description':'Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','default':![]}],async 'execute'(_0x1acf8e){const _0x1a917b=a30_0x39482b,{runAuthServer:_0xd804d7}=await import(_0x1a917b(0x1a4));return await _0xd804d7({'autoYes':_0x1acf8e[_0x1a917b(0x198)](_0x1a917b(0x1a0)),'nonInteractive':_0x1acf8e['nonInteractive']}),{'ok':!![]};}},{'service':a30_0x39482b(0x19e),'command':a30_0x39482b(0x196),'description':a30_0x39482b(0x19c),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x269655){const _0x139971=a30_0x39482b;return existsSync(cookieFile)?(unlinkSync(cookieFile),console['log'](_0x139971(0x195))):console[_0x139971(0x1a2)](_0x139971(0x1a9)),{'ok':!![]};}}];
1
+ const a30_0x325cfe=a30_0x37c8;(function(_0x49f75b,_0x23e3e5){const _0x34a25a=a30_0x37c8,_0x59a05e=_0x49f75b();while(!![]){try{const _0x579910=parseInt(_0x34a25a(0xff))/0x1*(-parseInt(_0x34a25a(0x105))/0x2)+-parseInt(_0x34a25a(0xfb))/0x3*(parseInt(_0x34a25a(0x10f))/0x4)+parseInt(_0x34a25a(0xfd))/0x5+parseInt(_0x34a25a(0x111))/0x6*(-parseInt(_0x34a25a(0x109))/0x7)+parseInt(_0x34a25a(0xfa))/0x8+parseInt(_0x34a25a(0x106))/0x9*(-parseInt(_0x34a25a(0x10a))/0xa)+parseInt(_0x34a25a(0x10e))/0xb*(parseInt(_0x34a25a(0xfe))/0xc);if(_0x579910===_0x23e3e5)break;else _0x59a05e['push'](_0x59a05e['shift']());}catch(_0xbd1658){_0x59a05e['push'](_0x59a05e['shift']());}}}(a30_0xafca,0x85517));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../../auth/constant.js';function a30_0xafca(){const _0x5d1194=['6956551MgxZeK','528430jYIEWZ','yes','log','auth','44561vtmQLI','91924AZfiPo','boolean','6QXOrkw','bool','5118336VKQRPd','45kzCgKS','write','650040LFvDGz','6396hveHCN','27KVNUrK','!\x20Not\x20logged\x20in','login','../../auth/auth-server-ui.js','Skip\x20login\x20confirmation\x20and\x20start\x20browser\x20auth\x20immediately','logout','34306dlpqUv','99MqRIxJ','nonInteractive','✓\x20Logged\x20out'];a30_0xafca=function(){return _0x5d1194;};return a30_0xafca();}function a30_0x37c8(_0x255e6e,_0x4b523b){_0x255e6e=_0x255e6e-0xfa;const _0xafca9e=a30_0xafca();let _0x37c88c=_0xafca9e[_0x255e6e];return _0x37c88c;}export const authDefinitions=[{'service':a30_0x325cfe(0x10d),'command':a30_0x325cfe(0x101),'description':'Login\x20via\x20browser','risk':a30_0x325cfe(0xfc),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'yes','type':a30_0x325cfe(0x110),'description':a30_0x325cfe(0x103),'default':![]}],async 'execute'(_0x54a774){const _0x34664d=a30_0x325cfe,{runAuthServer:_0x38c9b0}=await import(_0x34664d(0x102));return await _0x38c9b0({'autoYes':_0x54a774[_0x34664d(0x112)](_0x34664d(0x10b)),'nonInteractive':_0x54a774[_0x34664d(0x107)]}),{'ok':!![]};}},{'service':a30_0x325cfe(0x10d),'command':a30_0x325cfe(0x104),'description':'Clear\x20login\x20session','risk':a30_0x325cfe(0xfc),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x189acd){const _0x28a7d1=a30_0x325cfe;return existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x28a7d1(0x10c)](_0x28a7d1(0x108))):console[_0x28a7d1(0x10c)](_0x28a7d1(0x100)),{'ok':!![]};}}];
@@ -1 +1 @@
1
- function a31_0x4d45(_0x298c6c,_0x11afb0){_0x298c6c=_0x298c6c-0x1eb;const _0x303202=a31_0x3032();let _0x4d4548=_0x303202[_0x298c6c];return _0x4d4548;}const a31_0x2bbac4=a31_0x4d45;function a31_0x3032(){const _0x43c92a=['\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).','isInteger','Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)','HOOK','COMMON','\x20api\x20pull`\x20to\x20refresh.','.js','\x20*\x20[依赖数据集]\x20无(如有依赖,DB_TABLE\x20填物理表名;METADATA\x20填数据集编码与用途)\x0a\x20*\x20[调用\x20BF]\x20无(如有调用,填写脚本名称与用途)\x0a\x20*\x20[执行\x20SQL]\x20无(如有执行,填写\x20SQL\x20名称与用途)\x0a\x20*\x20[副作用]\x20无(如有通知或外部调用,说明影响与失败策略)','No\x20operation\x20types\x20found\x20for\x20dataset\x20','includes','after','scriptsRootDir','\x0a\x20*\x20[参数字段]\x20按实际请求体为\x20params.<字段名>\x20补充\x20JSDoc\x20参数标签;无字段时仅保留根参数\x0a\x20*\x20[异常说明]\x20无;显式抛出异常时补充异常类型与触发条件\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20HTTP\x20请求体参数\x0a\x20*\x20@param\x20{Object}\x20context\x20平台注入的执行上下文\x0a\x20*\x20@returns\x20{Promise<Object>}\x20TODO:\x20补充业务返回数据结构\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','join','datasetcode','bff','\x22,\x20params\x20})\x0a','File\x20already\x20exists:\x20','read','datasetId','Script\x20type','No\x20api.ts\x20found.\x20Run\x20`','name','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','4053623QhYbIW','/COMMON/','12xfjvdZ','\x0a\x20*\x20[平台配置]\x20','str','238395gOMMzV','992JuCRZR','type','string','functionNode','function-node','Created\x20','Select\x20operation\x20type:','.js\x0a','\x20function:\x20','map','Select\x20trigger\x20node:','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','create','Operation\x20type\x20\x22','Invalid\x20dataset\x20selection.','4334628eLgKEJ','4FUOFAY','trim','当前响应结果','appCode','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','2610aAZiEL','write','Available:\x20','.js\x0a\x20*\x20[调用方式]\x20context.client.bff.execute({\x20scriptName:\x20\x22','datasetCode','Invalid\x20function\x20name\x20\x22','question','\x0a\x20*\x20[参数字段]\x20按实际输入为\x20params.<字段名>\x20补充\x20JSDoc\x20参数标签;无字段时仅保留根参数\x0a\x20*\x20[异常说明]\x20无;显式抛出异常时补充异常类型与触发条件\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20请求参数\x0a\x20*\x20@param\x20{Object}\x20context\x20平台注入的执行上下文\x0a\x20*\x20@returns\x20{Promise<Object>}\x20TODO:\x20补充返回数据结构\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','34870BGgSkX','\x0a\x20*\x20[参数字段]\x20按实际输入为\x20params.<字段名>\x20补充\x20JSDoc\x20参数标签;无字段时仅保留根参数\x0a\x20*\x20[异常说明]\x20无;显式抛出异常时补充异常类型与触发条件\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20','stderr','nonInteractive','alias','operationType','4780ydPpoA','\x0a\x20*\x0a\x20*\x20[脚本类型]\x20ENDPOINT\x0a\x20*\x20[脚本名称]\x20','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/','1146772exNheh','Script\x20description','\x0a\x20*\x20@param\x20{Object}\x20context\x20平台注入的执行上下文\x0a\x20*\x20@returns\x20{Promise<Object>}\x20','Available\x20aliases:\x20','1433859cromkE','/**\x0a\x20*\x20','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','stdin','#api-list\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/','13OdEHRy','\x22.\x20','当前请求参数','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','\x0a\x20*\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[脚本名称]\x20','修改后的响应结果','HOOK\x20requires\x20alias/operation/node\x20options.','/HOOK/','code','修改后的请求参数','3apdWlX','/data/backend-function\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/','description','validation','before','operation-type','Dataset\x20not\x20found\x20for\x20code\x20\x22','Function\x20name\x20(valid\x20JS\x20identifier)','No\x20datasets\x20found\x20for\x20this\x20app.','length','entries','find','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','UNKNOWN','Scaffold\x20a\x20new\x20Backend\x20Function\x20script\x20from\x20template','close','apiDir'];a31_0x3032=function(){return _0x43c92a;};return a31_0x3032();}(function(_0x37faf7,_0x118fe0){const _0x20338=a31_0x4d45,_0x497c69=_0x37faf7();while(!![]){try{const _0x1bc3df=parseInt(_0x20338(0x223))/0x1+-parseInt(_0x20338(0x21f))/0x2*(parseInt(_0x20338(0x233))/0x3)+-parseInt(_0x20338(0x209))/0x4*(parseInt(_0x20338(0x1f8))/0x5)+parseInt(_0x20338(0x1f5))/0x6*(parseInt(_0x20338(0x1f3))/0x7)+-parseInt(_0x20338(0x1f9))/0x8*(-parseInt(_0x20338(0x20e))/0x9)+-parseInt(_0x20338(0x21c))/0xa*(parseInt(_0x20338(0x216))/0xb)+-parseInt(_0x20338(0x208))/0xc*(-parseInt(_0x20338(0x228))/0xd);if(_0x1bc3df===_0x118fe0)break;else _0x497c69['push'](_0x497c69['shift']());}catch(_0x57650c){_0x497c69['push'](_0x497c69['shift']());}}}(a31_0x3032,0xd039b));import{createInterface}from'node:readline';import{mkdir,writeFile}from'node:fs/promises';import{dirname,join}from'node:path';import{listDatasets,listBffDatasetOperations}from'../../core/api-client.js';import{loadAliasMap,resolveAlias}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists}from'../../core/bff/file-system.js';import{DEFAULT_BFF_SCRIPT_DESCRIPTION,isValidBffFunctionName,normalizeHookFunctionNode}from'../../core/bff/utils.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getAppBaseUrl}from'../../constant/domain.js';export const bffCreate={'service':a31_0x2bbac4(0x254),'command':a31_0x2bbac4(0x205),'description':a31_0x2bbac4(0x242),'risk':a31_0x2bbac4(0x1ed),'flags':[{'name':a31_0x2bbac4(0x1fa),'type':'string','required':!![],'enum':[a31_0x2bbac4(0x249),'ENDPOINT',a31_0x2bbac4(0x248)],'description':a31_0x2bbac4(0x1ef)},{'name':a31_0x2bbac4(0x1f1),'type':'string','required':!![],'description':a31_0x2bbac4(0x23a)},{'name':a31_0x2bbac4(0x235),'type':a31_0x2bbac4(0x1fb),'description':a31_0x2bbac4(0x220)},{'name':a31_0x2bbac4(0x21a),'type':a31_0x2bbac4(0x1fb),'description':a31_0x2bbac4(0x204)},{'name':a31_0x2bbac4(0x253),'type':a31_0x2bbac4(0x1fb),'description':a31_0x2bbac4(0x247)},{'name':a31_0x2bbac4(0x238),'type':'string','description':'Operation\x20type\x20(HOOK\x20only)'},{'name':a31_0x2bbac4(0x1fd),'type':a31_0x2bbac4(0x1fb),'description':'Trigger\x20node\x20(HOOK\x20only)','enum':['before',a31_0x2bbac4(0x24f)]}],async 'validate'(_0xe8567d){const _0x3e875b=a31_0x2bbac4,_0x501044=_0xe8567d['str'](_0x3e875b(0x1f1));if(!isValidBffFunctionName(_0x501044))throw CliErrors[_0x3e875b(0x236)](_0x3e875b(0x213)+_0x501044+_0x3e875b(0x245));},async 'execute'(_0x318a7b){const _0x23e4dc=a31_0x2bbac4,_0x2744b0=loadBffProjectConfig(_0x318a7b[_0x23e4dc(0x20c)]),_0x2eba59=_0x318a7b[_0x23e4dc(0x1f7)](_0x23e4dc(0x1fa)),_0x277889=_0x318a7b['str']('name'),_0x2dccec=_0x318a7b['str'](_0x23e4dc(0x235))||undefined,_0x4470d9=_0x2eba59===_0x23e4dc(0x248)?await resolveHookOptions(_0x2744b0,_0x318a7b):undefined,_0x45dd44=buildFilePath(_0x2744b0,_0x2eba59,_0x277889,_0x4470d9);if(await fileExists(_0x45dd44))throw CliErrors[_0x23e4dc(0x236)](_0x23e4dc(0x1ec)+_0x45dd44);await mkdir(dirname(_0x45dd44),{'recursive':!![]});const _0x5dfd77=generateTemplate(_0x2eba59,_0x277889,_0x318a7b['appCode'],_0x2dccec,_0x4470d9);await writeFile(_0x45dd44,_0x5dfd77,'utf8');const _0x525271={'type':_0x2eba59,'name':_0x277889,'path':_0x45dd44};if(_0x2dccec)_0x525271[_0x23e4dc(0x235)]=_0x2dccec;if(_0x4470d9){if(_0x4470d9[_0x23e4dc(0x21a)])_0x525271[_0x23e4dc(0x21a)]=_0x4470d9[_0x23e4dc(0x21a)];_0x525271['datasetCode']=_0x4470d9[_0x23e4dc(0x212)],_0x525271[_0x23e4dc(0x21b)]=_0x4470d9[_0x23e4dc(0x21b)],_0x525271[_0x23e4dc(0x1fc)]=_0x4470d9['functionNode'];}return{'ok':!![],'data':_0x525271,'message':_0x23e4dc(0x1fe)+_0x2eba59+_0x23e4dc(0x201)+_0x277889};}};async function resolveHookOptions(_0x122fe4,_0x482e28){const _0x3c48d2=a31_0x2bbac4,_0x3e4a5e=loadAliasMap(_0x482e28[_0x3c48d2(0x244)],undefined,resolveApiFilePath(_0x482e28[_0x3c48d2(0x244)],_0x482e28[_0x3c48d2(0x20c)])),_0x2728e9=_0x3e4a5e[_0x3c48d2(0x23c)]>0x0;let _0x59b6c5,_0x298709,_0x15fbb2;const _0x53497b=_0x482e28[_0x3c48d2(0x1f7)](_0x3c48d2(0x21a)),_0x1f34ff=_0x482e28[_0x3c48d2(0x1f7)](_0x3c48d2(0x253));if(_0x53497b){const _0x4f9acf=resolveAlias(_0x482e28[_0x3c48d2(0x244)],_0x53497b,undefined,resolveApiFilePath(_0x482e28[_0x3c48d2(0x244)],_0x482e28[_0x3c48d2(0x20c)]));if(!_0x4f9acf){const _0x38f879=_0x2728e9?_0x3c48d2(0x222)+_0x3e4a5e['map'](_0x6b1f34=>_0x6b1f34['alias'])[_0x3c48d2(0x252)](',\x20'):_0x3c48d2(0x1f0)+CLI_BIN_NAME+'\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.';throw CliErrors[_0x3c48d2(0x236)]('Alias\x20\x22'+_0x53497b+'\x22\x20not\x20found.\x20'+_0x38f879);}_0x59b6c5=_0x53497b,_0x298709=_0x4f9acf;}else{if(_0x1f34ff){_0x298709=_0x1f34ff;const _0x1652c3=_0x3e4a5e[_0x3c48d2(0x23e)](_0x1ce40e=>_0x1ce40e[_0x3c48d2(0x212)]===_0x1f34ff);_0x59b6c5=_0x1652c3?.[_0x3c48d2(0x21a)];}else{if(_0x482e28[_0x3c48d2(0x219)])throw CliErrors[_0x3c48d2(0x236)]('--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.');else{if(_0x2728e9){const _0x1cab24=_0x3e4a5e[_0x3c48d2(0x202)](_0x355a89=>_0x355a89[_0x3c48d2(0x21a)]+'\x20('+_0x355a89['tableName']+')'),_0x4a2862=await promptSelect('Select\x20dataset:',_0x1cab24),_0x1fa508=_0x3e4a5e[_0x4a2862];if(!_0x1fa508)throw CliErrors[_0x3c48d2(0x236)]('Invalid\x20dataset\x20selection.');_0x59b6c5=_0x1fa508['alias'],_0x298709=_0x1fa508[_0x3c48d2(0x212)];}else{const _0x1425c=await listDatasets(_0x482e28[_0x3c48d2(0x20c)]);if(_0x1425c[_0x3c48d2(0x23c)]===0x0)throw CliErrors[_0x3c48d2(0x236)](_0x3c48d2(0x23b));const _0x5c6407=_0x1425c[_0x3c48d2(0x202)](_0x2e8f80=>_0x2e8f80[_0x3c48d2(0x1f1)]+'\x20['+(_0x2e8f80['source']??_0x3c48d2(0x241))+']\x20('+_0x2e8f80[_0x3c48d2(0x231)]+')'),_0xa91889=await promptSelect('Select\x20dataset:',_0x5c6407),_0x55ac32=_0x1425c[_0xa91889];if(!_0x55ac32)throw CliErrors[_0x3c48d2(0x236)](_0x3c48d2(0x207));_0x298709=_0x55ac32[_0x3c48d2(0x231)],_0x59b6c5=undefined;}}}}const _0xab5b48=await listDatasets(_0x482e28['appCode']),_0x53bdbe=_0xab5b48[_0x3c48d2(0x23e)](_0x2484b5=>_0x2484b5['code']===_0x298709);if(!_0x53bdbe)throw CliErrors[_0x3c48d2(0x236)](_0x3c48d2(0x239)+_0x298709+_0x3c48d2(0x229)+(_0x59b6c5?_0x3c48d2(0x22c)+CLI_BIN_NAME+_0x3c48d2(0x24a):''));_0x15fbb2=_0x53bdbe['id'];const _0x3509e7=_0x59b6c5??_0x298709,_0x5c6bd6=await listBffDatasetOperations(_0x482e28['appCode'],_0x15fbb2),_0x20c11a=_0x5c6bd6?Object['keys'](_0x5c6bd6):[];if(_0x20c11a[_0x3c48d2(0x23c)]===0x0)throw CliErrors['validation'](_0x3c48d2(0x24d)+_0x3509e7+'.');let _0x53b428;const _0x157722=_0x482e28['str'](_0x3c48d2(0x238));if(_0x157722){if(!_0x20c11a[_0x3c48d2(0x24e)](_0x157722))throw CliErrors[_0x3c48d2(0x236)](_0x3c48d2(0x206)+_0x157722+'\x22\x20not\x20found\x20for\x20dataset\x20'+_0x3509e7+'.\x20'+(_0x3c48d2(0x210)+_0x20c11a['join'](',\x20')));_0x53b428=_0x157722;}else{if(_0x482e28[_0x3c48d2(0x219)])throw CliErrors[_0x3c48d2(0x236)](_0x3c48d2(0x22b));const _0x32883d=await promptSelect(_0x3c48d2(0x1ff),_0x20c11a);_0x53b428=_0x20c11a[_0x32883d]??_0x20c11a[0x0];}let _0x5df83a=normalizeHookFunctionNode(_0x482e28['str'](_0x3c48d2(0x1fd)));if(!_0x5df83a){if(_0x482e28[_0x3c48d2(0x1f7)](_0x3c48d2(0x1fd)))throw CliErrors[_0x3c48d2(0x236)]('--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.');if(_0x482e28[_0x3c48d2(0x219)])throw CliErrors[_0x3c48d2(0x236)]('--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.');const _0x5707e6=await promptSelect(_0x3c48d2(0x203),[_0x3c48d2(0x237),'after']);_0x5df83a=[_0x3c48d2(0x237),_0x3c48d2(0x24f)][_0x5707e6]??'before';}return{'alias':_0x59b6c5,'datasetCode':_0x298709,'datasetId':_0x15fbb2,'operationType':_0x53b428,'functionNode':_0x5df83a};}async function promptSelect(_0x827d69,_0x1ade7d){const _0x2c2d33=a31_0x2bbac4;if(_0x1ade7d[_0x2c2d33(0x23c)]===0x1)return 0x0;for(const [_0x1b0511,_0x26e1ea]of _0x1ade7d[_0x2c2d33(0x23d)]()){process[_0x2c2d33(0x218)][_0x2c2d33(0x20f)]('\x20\x20'+(_0x1b0511+0x1)+'.\x20'+_0x26e1ea+'\x0a');}const _0x281fc2=createInterface({'input':process[_0x2c2d33(0x226)],'output':process[_0x2c2d33(0x218)]});while(!![]){const _0xd38f2=await new Promise(_0x32145a=>{const _0x35d9b1=_0x2c2d33;_0x281fc2[_0x35d9b1(0x214)](_0x827d69+'\x20',_0x32145a);}),_0x1d0612=Number['parseInt'](_0xd38f2[_0x2c2d33(0x20a)](),0xa);if(Number[_0x2c2d33(0x246)](_0x1d0612)&&_0x1d0612>=0x1&&_0x1d0612<=_0x1ade7d[_0x2c2d33(0x23c)])return _0x281fc2[_0x2c2d33(0x243)](),_0x1d0612-0x1;process[_0x2c2d33(0x218)]['write'](_0x2c2d33(0x1f2)+_0x1ade7d[_0x2c2d33(0x23c)]+'.\x0a');}}function buildFilePath(_0xd25372,_0x2d74ff,_0xe7a85d,_0x4189cd){const _0x9b611a=a31_0x2bbac4;if(_0x2d74ff===_0x9b611a(0x248)){if(!_0x4189cd)throw CliErrors['validation'](_0x9b611a(0x22f));const _0x2e9cee=_0x4189cd[_0x9b611a(0x21a)]??_0x4189cd['datasetCode'];return join(_0xd25372[_0x9b611a(0x250)],_0x9b611a(0x248),_0x2e9cee,_0x4189cd['operationType'],_0x4189cd['functionNode'],_0xe7a85d+_0x9b611a(0x24b));}return join(_0xd25372['scriptsRootDir'],_0x2d74ff,_0xe7a85d+_0x9b611a(0x24b));}export function generateTemplate(_0x207e89,_0x22a18d,_0x569d61,_0x49760e,_0x2424c3){const _0x85eac3=a31_0x2bbac4,_0x2df930=_0x49760e?.[_0x85eac3(0x20a)]()||DEFAULT_BFF_SCRIPT_DESCRIPTION,_0x445f00=getAppBaseUrl(_0x569d61),_0x3e5ba7=_0x85eac3(0x24c);if(_0x207e89===_0x85eac3(0x249))return _0x85eac3(0x224)+_0x2df930+_0x85eac3(0x22d)+_0x22a18d+'\x0a\x20*\x20[平台配置]\x20'+_0x445f00+_0x85eac3(0x234)+_0x569d61+_0x85eac3(0x1f4)+_0x22a18d+_0x85eac3(0x211)+_0x22a18d+_0x85eac3(0x1eb)+_0x3e5ba7+_0x85eac3(0x215)+_0x22a18d+_0x85eac3(0x225);if(_0x207e89==='ENDPOINT')return _0x85eac3(0x224)+_0x2df930+_0x85eac3(0x21d)+_0x22a18d+_0x85eac3(0x21e)+_0x569d61+'/'+_0x22a18d+_0x85eac3(0x1f6)+_0x445f00+'/data/backend-function\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/'+_0x569d61+'/ENDPOINT/'+_0x22a18d+_0x85eac3(0x200)+_0x3e5ba7+_0x85eac3(0x251)+_0x22a18d+_0x85eac3(0x225);if(!_0x2424c3)throw CliErrors[_0x85eac3(0x236)](_0x85eac3(0x20d));const _0x4adb5b=_0x2424c3['alias']??_0x2424c3[_0x85eac3(0x212)],_0x354bf6=_0x2424c3[_0x85eac3(0x1fc)]===_0x85eac3(0x237)?_0x85eac3(0x22a):_0x85eac3(0x20b),_0x3ea22f=_0x2424c3[_0x85eac3(0x1fc)]===_0x85eac3(0x237)?_0x85eac3(0x232):_0x85eac3(0x22e);return _0x85eac3(0x224)+_0x2df930+'\x0a\x20*\x0a\x20*\x20[脚本类型]\x20HOOK\x0a\x20*\x20[脚本名称]\x20'+_0x22a18d+_0x85eac3(0x23f)+_0x569d61+'/'+_0x2424c3[_0x85eac3(0x212)]+'/'+_0x2424c3[_0x85eac3(0x21b)]+'\x0a\x20*\x20[平台配置]\x20'+_0x445f00+'/data/dataset/'+_0x2424c3[_0x85eac3(0x1ee)]+_0x85eac3(0x227)+_0x569d61+_0x85eac3(0x230)+_0x4adb5b+'/'+_0x2424c3['operationType']+'/'+_0x2424c3[_0x85eac3(0x1fc)]+'/'+_0x22a18d+'.js\x0a\x20*\x20[触发节点]\x20'+_0x2424c3[_0x85eac3(0x1fc)]+'\x0a'+_0x3e5ba7+_0x85eac3(0x217)+_0x354bf6+_0x85eac3(0x221)+_0x3ea22f+_0x85eac3(0x240)+_0x22a18d+_0x85eac3(0x225);}
1
+ const a31_0x551895=a31_0x57d4;(function(_0x559496,_0x887581){const _0xa4f9cc=a31_0x57d4,_0x271a1b=_0x559496();while(!![]){try{const _0x4f27ac=parseInt(_0xa4f9cc(0x187))/0x1+parseInt(_0xa4f9cc(0x181))/0x2*(parseInt(_0xa4f9cc(0x1c8))/0x3)+-parseInt(_0xa4f9cc(0x172))/0x4+parseInt(_0xa4f9cc(0x190))/0x5+-parseInt(_0xa4f9cc(0x16b))/0x6*(-parseInt(_0xa4f9cc(0x1a1))/0x7)+-parseInt(_0xa4f9cc(0x184))/0x8+parseInt(_0xa4f9cc(0x1b3))/0x9*(parseInt(_0xa4f9cc(0x168))/0xa);if(_0x4f27ac===_0x887581)break;else _0x271a1b['push'](_0x271a1b['shift']());}catch(_0x347872){_0x271a1b['push'](_0x271a1b['shift']());}}}(a31_0x1708,0xb7e5c));import{createInterface}from'node:readline';import{mkdir,writeFile}from'node:fs/promises';import{dirname,join}from'node:path';function a31_0x57d4(_0x410542,_0x3e35a6){_0x410542=_0x410542-0x161;const _0x1708ed=a31_0x1708();let _0x57d4dc=_0x1708ed[_0x410542];return _0x57d4dc;}import{listDatasets,listBffDatasetOperations}from'../../core/api-client.js';import{loadAliasMap,resolveAlias}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists}from'../../core/bff/file-system.js';import{DEFAULT_BFF_SCRIPT_DESCRIPTION,isValidBffFunctionName,normalizeHookFunctionNode}from'../../core/bff/utils.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getAppBaseUrl}from'../../constant/domain.js';export const bffCreate={'service':a31_0x551895(0x19e),'command':a31_0x551895(0x193),'description':'Scaffold\x20a\x20new\x20Backend\x20Function\x20script\x20from\x20template','risk':a31_0x551895(0x19a),'flags':[{'name':'type','type':a31_0x551895(0x175),'required':!![],'enum':[a31_0x551895(0x1be),a31_0x551895(0x171),a31_0x551895(0x192)],'description':a31_0x551895(0x1b0)},{'name':'name','type':a31_0x551895(0x175),'required':!![],'description':a31_0x551895(0x1c5)},{'name':a31_0x551895(0x17d),'type':a31_0x551895(0x175),'description':'Script\x20description'},{'name':a31_0x551895(0x177),'type':a31_0x551895(0x175),'description':a31_0x551895(0x1b7)},{'name':a31_0x551895(0x16f),'type':a31_0x551895(0x175),'description':a31_0x551895(0x198)},{'name':'operation-type','type':a31_0x551895(0x175),'description':a31_0x551895(0x1ac)},{'name':'function-node','type':a31_0x551895(0x175),'description':'Trigger\x20node\x20(HOOK\x20only)','enum':[a31_0x551895(0x1bb),a31_0x551895(0x1c1)]}],async 'validate'(_0x17f89a){const _0xa6927d=a31_0x551895,_0x11251d=_0x17f89a[_0xa6927d(0x1cd)](_0xa6927d(0x16d));if(!isValidBffFunctionName(_0x11251d))throw CliErrors['validation'](_0xa6927d(0x197)+_0x11251d+_0xa6927d(0x1c3));},async 'execute'(_0x3e68c0){const _0x55a107=a31_0x551895,_0x188d83=loadBffProjectConfig(_0x3e68c0[_0x55a107(0x1af)]),_0x5a9368=_0x3e68c0[_0x55a107(0x1cd)](_0x55a107(0x1c2)),_0xff10a1=_0x3e68c0[_0x55a107(0x1cd)](_0x55a107(0x16d)),_0x4b5bee=_0x3e68c0['str'](_0x55a107(0x17d))||undefined,_0x32bcc4=_0x5a9368==='HOOK'?await resolveHookOptions(_0x188d83,_0x3e68c0):undefined,_0x4713b2=buildFilePath(_0x188d83,_0x5a9368,_0xff10a1,_0x32bcc4);if(await fileExists(_0x4713b2))throw CliErrors[_0x55a107(0x16c)](_0x55a107(0x1b2)+_0x4713b2);await mkdir(dirname(_0x4713b2),{'recursive':!![]});const _0xdcba58=generateTemplate(_0x5a9368,_0xff10a1,_0x3e68c0[_0x55a107(0x1af)],_0x4b5bee,_0x32bcc4);await writeFile(_0x4713b2,_0xdcba58,'utf8');const _0x4d4389={'type':_0x5a9368,'name':_0xff10a1,'path':_0x4713b2};if(_0x4b5bee)_0x4d4389[_0x55a107(0x17d)]=_0x4b5bee;if(_0x32bcc4){if(_0x32bcc4['alias'])_0x4d4389[_0x55a107(0x177)]=_0x32bcc4[_0x55a107(0x177)];_0x4d4389[_0x55a107(0x1a5)]=_0x32bcc4[_0x55a107(0x1a5)],_0x4d4389[_0x55a107(0x18b)]=_0x32bcc4[_0x55a107(0x18b)],_0x4d4389[_0x55a107(0x178)]=_0x32bcc4[_0x55a107(0x178)];}return{'ok':!![],'data':_0x4d4389,'message':_0x55a107(0x1bf)+_0x5a9368+_0x55a107(0x17a)+_0xff10a1};}};async function resolveHookOptions(_0x453f02,_0x486824){const _0x9b1c0e=a31_0x551895,_0xfb910e=loadAliasMap(_0x486824[_0x9b1c0e(0x186)],undefined,resolveApiFilePath(_0x486824[_0x9b1c0e(0x186)],_0x486824['appCode'])),_0xd82778=_0xfb910e[_0x9b1c0e(0x196)]>0x0;let _0x30e697,_0x5ee55d,_0x5a8ac3;const _0x3a8489=_0x486824['str'](_0x9b1c0e(0x177)),_0x13315b=_0x486824[_0x9b1c0e(0x1cd)](_0x9b1c0e(0x16f));if(_0x3a8489){const _0x2a0710=resolveAlias(_0x486824[_0x9b1c0e(0x186)],_0x3a8489,undefined,resolveApiFilePath(_0x486824[_0x9b1c0e(0x186)],_0x486824[_0x9b1c0e(0x1af)]));if(!_0x2a0710){const _0x407014=_0xd82778?_0x9b1c0e(0x164)+_0xfb910e['map'](_0x223e8e=>_0x223e8e[_0x9b1c0e(0x177)])[_0x9b1c0e(0x167)](',\x20'):_0x9b1c0e(0x1ae)+CLI_BIN_NAME+_0x9b1c0e(0x1b6);throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x18f)+_0x3a8489+_0x9b1c0e(0x1c7)+_0x407014);}_0x30e697=_0x3a8489,_0x5ee55d=_0x2a0710;}else{if(_0x13315b){_0x5ee55d=_0x13315b;const _0x173064=_0xfb910e[_0x9b1c0e(0x18a)](_0x1879ef=>_0x1879ef[_0x9b1c0e(0x1a5)]===_0x13315b);_0x30e697=_0x173064?.[_0x9b1c0e(0x177)];}else{if(_0x486824[_0x9b1c0e(0x165)])throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x1c0));else{if(_0xd82778){const _0x245343=_0xfb910e[_0x9b1c0e(0x169)](_0x1933f=>_0x1933f[_0x9b1c0e(0x177)]+'\x20('+_0x1933f[_0x9b1c0e(0x17f)]+')'),_0x2b4cac=await promptSelect(_0x9b1c0e(0x17b),_0x245343),_0x440a0e=_0xfb910e[_0x2b4cac];if(!_0x440a0e)throw CliErrors['validation'](_0x9b1c0e(0x1a2));_0x30e697=_0x440a0e[_0x9b1c0e(0x177)],_0x5ee55d=_0x440a0e[_0x9b1c0e(0x1a5)];}else{const _0x2c51af=await listDatasets(_0x486824[_0x9b1c0e(0x1af)]);if(_0x2c51af[_0x9b1c0e(0x196)]===0x0)throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x1cb));const _0xd9f78e=_0x2c51af['map'](_0x3c2c3a=>_0x3c2c3a['name']+'\x20['+(_0x3c2c3a[_0x9b1c0e(0x1c9)]??_0x9b1c0e(0x1a6))+_0x9b1c0e(0x1a8)+_0x3c2c3a[_0x9b1c0e(0x174)]+')'),_0x3be937=await promptSelect(_0x9b1c0e(0x17b),_0xd9f78e),_0x4b0c52=_0x2c51af[_0x3be937];if(!_0x4b0c52)throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x1a2));_0x5ee55d=_0x4b0c52[_0x9b1c0e(0x174)],_0x30e697=undefined;}}}}const _0x878a23=await listDatasets(_0x486824[_0x9b1c0e(0x1af)]),_0x1a9aee=_0x878a23[_0x9b1c0e(0x18a)](_0x5828f5=>_0x5828f5['code']===_0x5ee55d);if(!_0x1a9aee)throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x18d)+_0x5ee55d+_0x9b1c0e(0x194)+(_0x30e697?_0x9b1c0e(0x1cf)+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh.':''));_0x5a8ac3=_0x1a9aee['id'];const _0x40bb1e=_0x30e697??_0x5ee55d,_0x2e3825=await listBffDatasetOperations(_0x486824['appCode'],_0x5a8ac3),_0x566353=_0x2e3825?Object[_0x9b1c0e(0x182)](_0x2e3825):[];if(_0x566353[_0x9b1c0e(0x196)]===0x0)throw CliErrors[_0x9b1c0e(0x16c)]('No\x20operation\x20types\x20found\x20for\x20dataset\x20'+_0x40bb1e+'.');let _0xf6ea2;const _0x198afd=_0x486824[_0x9b1c0e(0x1cd)](_0x9b1c0e(0x1c6));if(_0x198afd){if(!_0x566353[_0x9b1c0e(0x195)](_0x198afd))throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x18c)+_0x198afd+_0x9b1c0e(0x1b9)+_0x40bb1e+'.\x20'+('Available:\x20'+_0x566353[_0x9b1c0e(0x167)](',\x20')));_0xf6ea2=_0x198afd;}else{if(_0x486824[_0x9b1c0e(0x165)])throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x1ca));const _0x696b8e=await promptSelect(_0x9b1c0e(0x1c4),_0x566353);_0xf6ea2=_0x566353[_0x696b8e]??_0x566353[0x0];}let _0x681173=normalizeHookFunctionNode(_0x486824[_0x9b1c0e(0x1cd)](_0x9b1c0e(0x17c)));if(!_0x681173){if(_0x486824[_0x9b1c0e(0x1cd)](_0x9b1c0e(0x17c)))throw CliErrors[_0x9b1c0e(0x16c)](_0x9b1c0e(0x1a0));if(_0x486824[_0x9b1c0e(0x165)])throw CliErrors['validation'](_0x9b1c0e(0x1ad));const _0x2decd7=await promptSelect(_0x9b1c0e(0x1aa),[_0x9b1c0e(0x1bb),_0x9b1c0e(0x1c1)]);_0x681173=[_0x9b1c0e(0x1bb),_0x9b1c0e(0x1c1)][_0x2decd7]??_0x9b1c0e(0x1bb);}return{'alias':_0x30e697,'datasetCode':_0x5ee55d,'datasetId':_0x5a8ac3,'operationType':_0xf6ea2,'functionNode':_0x681173};}function a31_0x1708(){const _0x47ec71=['ENDPOINT','5048596pafrTh','datasetId','code','string','#api-list\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/','alias','functionNode','stderr','\x20function:\x20','Select\x20dataset:','function-node','description','\x20\x20Enter\x20a\x20number\x20between\x201\x20and\x20','tableName','\x0a\x20*\x20[参数字段]\x20按实际输入为\x20params.<字段名>\x20补充\x20JSDoc\x20参数标签;无字段时仅保留根参数\x0a\x20*\x20[异常说明]\x20无;显式抛出异常时补充异常类型与触发条件\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20','92840bNYKFI','keys','question','11044752PdexGZ','\x0a\x20*\x20[接口路径]\x20POST\x20/api/endpoint/','apiDir','1156423LJaiix','当前请求参数','.js\x0a','find','operationType','Operation\x20type\x20\x22','Dataset\x20not\x20found\x20for\x20code\x20\x22','.js','Alias\x20\x22','1306490tmrSJD','\x0a\x20*\x20[平台配置]\x20','HOOK','create','\x22.\x20','includes','length','Invalid\x20function\x20name\x20\x22','Dataset\x20code\x20(HOOK\x20only,\x20fallback\x20when\x20alias\x20unavailable)','\x0a\x20*\x20[接口路径]\x20POST\x20/api/','read','/HOOK/','\x0a\x20*\x0a\x20*\x20[脚本类型]\x20COMMON\x0a\x20*\x20[脚本名称]\x20','修改后的请求参数','bff','HOOK\x20requires\x20hookOptions\x20for\x20template\x20generation.','--function-node\x20must\x20be\x20\x27before\x27\x20or\x20\x27after\x27.','666827ntSSih','Invalid\x20dataset\x20selection.','scriptsRootDir','.js\x0a\x20*\x20[调用方式]\x20context.client.bff.execute({\x20scriptName:\x20\x22','datasetCode','UNKNOWN','HOOK\x20requires\x20alias/operation/node\x20options.',']\x20(','stdin','Select\x20trigger\x20node:','\x20*\x20[依赖数据集]\x20无(如有依赖,DB_TABLE\x20填物理表名;METADATA\x20填数据集编码与用途)\x0a\x20*\x20[调用\x20BF]\x20无(如有调用,填写脚本名称与用途)\x0a\x20*\x20[执行\x20SQL]\x20无(如有执行,填写\x20SQL\x20名称与用途)\x0a\x20*\x20[副作用]\x20无(如有通知或外部调用,说明影响与失败策略)','Operation\x20type\x20(HOOK\x20only)','--function-node\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','No\x20api.ts\x20found.\x20Run\x20`','appCode','Script\x20type','/data/dataset/','File\x20already\x20exists:\x20','2512665BKbtvN','\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20','trim','\x20api\x20pull`\x20first,\x20or\x20use\x20--datasetcode\x20instead.','Dataset\x20alias\x20from\x20api.ts\x20(HOOK\x20only,\x20preferred)','/COMMON/','\x22\x20not\x20found\x20for\x20dataset\x20','\x22,\x20params\x20})\x0a','before','close','/data/backend-function\x0a\x20*\x20[本地路径]\x20.rabetbase/bff/','COMMON','Created\x20','--alias\x20or\x20--datasetcode\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','after','type','\x22.\x20Must\x20be\x20a\x20valid\x20JS\x20identifier\x20(e.g.\x20createOrder,\x20beforeFilter).','Select\x20operation\x20type:','Function\x20name\x20(valid\x20JS\x20identifier)','operation-type','\x22\x20not\x20found.\x20','6QyghHp','source','--operation-type\x20is\x20required\x20for\x20HOOK\x20in\x20non-interactive\x20mode.','No\x20datasets\x20found\x20for\x20this\x20app.','\x0a\x20*\x0a\x20*\x20[脚本类型]\x20HOOK\x0a\x20*\x20[脚本名称]\x20','str','/**\x0a\x20*\x20','The\x20api.ts\x20may\x20be\x20stale\x20—\x20run\x20`','parseInt','/ENDPOINT/','\x0a\x20*\x0a\x20*\x20[脚本类型]\x20ENDPOINT\x0a\x20*\x20[脚本名称]\x20','write','Available\x20aliases:\x20','nonInteractive','修改后的响应结果','join','30PPPRSb','map','entries','66pYOiRJ','validation','name','(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a','datasetcode','\x0a\x20*\x20@param\x20{Object}\x20context\x20平台注入的执行上下文\x0a\x20*\x20@returns\x20{Promise<Object>}\x20'];a31_0x1708=function(){return _0x47ec71;};return a31_0x1708();}async function promptSelect(_0x258311,_0x5ee207){const _0x58e430=a31_0x551895;if(_0x5ee207[_0x58e430(0x196)]===0x1)return 0x0;for(const [_0x4f9fcc,_0x53ba5c]of _0x5ee207[_0x58e430(0x16a)]()){process[_0x58e430(0x179)][_0x58e430(0x163)]('\x20\x20'+(_0x4f9fcc+0x1)+'.\x20'+_0x53ba5c+'\x0a');}const _0x5a1031=createInterface({'input':process[_0x58e430(0x1a9)],'output':process[_0x58e430(0x179)]});while(!![]){const _0x231d29=await new Promise(_0x2d2488=>{const _0x3031c5=_0x58e430;_0x5a1031[_0x3031c5(0x183)](_0x258311+'\x20',_0x2d2488);}),_0x19766c=Number[_0x58e430(0x1d0)](_0x231d29[_0x58e430(0x1b5)](),0xa);if(Number['isInteger'](_0x19766c)&&_0x19766c>=0x1&&_0x19766c<=_0x5ee207[_0x58e430(0x196)])return _0x5a1031[_0x58e430(0x1bc)](),_0x19766c-0x1;process[_0x58e430(0x179)][_0x58e430(0x163)](_0x58e430(0x17e)+_0x5ee207[_0x58e430(0x196)]+'.\x0a');}}function buildFilePath(_0x49ef55,_0x3aad98,_0x129469,_0x1736ea){const _0x5759c7=a31_0x551895;if(_0x3aad98===_0x5759c7(0x192)){if(!_0x1736ea)throw CliErrors[_0x5759c7(0x16c)](_0x5759c7(0x1a7));const _0x1856ce=_0x1736ea['alias']??_0x1736ea[_0x5759c7(0x1a5)];return join(_0x49ef55[_0x5759c7(0x1a3)],_0x5759c7(0x192),_0x1856ce,_0x1736ea[_0x5759c7(0x18b)],_0x1736ea[_0x5759c7(0x178)],_0x129469+_0x5759c7(0x18e));}return join(_0x49ef55[_0x5759c7(0x1a3)],_0x3aad98,_0x129469+_0x5759c7(0x18e));}export function generateTemplate(_0x11fcc6,_0xc4815c,_0x358d4a,_0x183fb3,_0x4bccc6){const _0x2c4fc1=a31_0x551895,_0x2ac23b=_0x183fb3?.[_0x2c4fc1(0x1b5)]()||DEFAULT_BFF_SCRIPT_DESCRIPTION,_0x3c13f4=getAppBaseUrl(_0x358d4a),_0x486d28=_0x2c4fc1(0x1ab);if(_0x11fcc6===_0x2c4fc1(0x1be))return _0x2c4fc1(0x1ce)+_0x2ac23b+_0x2c4fc1(0x19c)+_0xc4815c+'\x0a\x20*\x20[平台配置]\x20'+_0x3c13f4+_0x2c4fc1(0x1bd)+_0x358d4a+_0x2c4fc1(0x1b8)+_0xc4815c+_0x2c4fc1(0x1a4)+_0xc4815c+_0x2c4fc1(0x1ba)+_0x486d28+'\x0a\x20*\x20[参数字段]\x20按实际输入为\x20params.<字段名>\x20补充\x20JSDoc\x20参数标签;无字段时仅保留根参数\x0a\x20*\x20[异常说明]\x20无;显式抛出异常时补充异常类型与触发条件\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20请求参数\x0a\x20*\x20@param\x20{Object}\x20context\x20平台注入的执行上下文\x0a\x20*\x20@returns\x20{Promise<Object>}\x20TODO:\x20补充返回数据结构\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20'+_0xc4815c+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';if(_0x11fcc6===_0x2c4fc1(0x171))return _0x2c4fc1(0x1ce)+_0x2ac23b+_0x2c4fc1(0x162)+_0xc4815c+_0x2c4fc1(0x185)+_0x358d4a+'/'+_0xc4815c+_0x2c4fc1(0x191)+_0x3c13f4+_0x2c4fc1(0x1bd)+_0x358d4a+_0x2c4fc1(0x161)+_0xc4815c+_0x2c4fc1(0x189)+_0x486d28+'\x0a\x20*\x20[参数字段]\x20按实际请求体为\x20params.<字段名>\x20补充\x20JSDoc\x20参数标签;无字段时仅保留根参数\x0a\x20*\x20[异常说明]\x20无;显式抛出异常时补充异常类型与触发条件\x0a\x20*\x0a\x20*\x20@param\x20{Object}\x20params\x20HTTP\x20请求体参数\x0a\x20*\x20@param\x20{Object}\x20context\x20平台注入的执行上下文\x0a\x20*\x20@returns\x20{Promise<Object>}\x20TODO:\x20补充业务返回数据结构\x0a\x20*/\x0aexport\x20default\x20async\x20function\x20'+_0xc4815c+'(params,\x20context)\x20{\x0a\x20\x20return\x20params;\x0a}\x0a';if(!_0x4bccc6)throw CliErrors[_0x2c4fc1(0x16c)](_0x2c4fc1(0x19f));const _0x3bbd64=_0x4bccc6['alias']??_0x4bccc6[_0x2c4fc1(0x1a5)],_0x41abff=_0x4bccc6[_0x2c4fc1(0x178)]===_0x2c4fc1(0x1bb)?_0x2c4fc1(0x188):'当前响应结果',_0x54cba4=_0x4bccc6[_0x2c4fc1(0x178)]===_0x2c4fc1(0x1bb)?_0x2c4fc1(0x19d):_0x2c4fc1(0x166);return _0x2c4fc1(0x1ce)+_0x2ac23b+_0x2c4fc1(0x1cc)+_0xc4815c+_0x2c4fc1(0x199)+_0x358d4a+'/'+_0x4bccc6[_0x2c4fc1(0x1a5)]+'/'+_0x4bccc6[_0x2c4fc1(0x18b)]+_0x2c4fc1(0x191)+_0x3c13f4+_0x2c4fc1(0x1b1)+_0x4bccc6[_0x2c4fc1(0x173)]+_0x2c4fc1(0x176)+_0x358d4a+_0x2c4fc1(0x19b)+_0x3bbd64+'/'+_0x4bccc6[_0x2c4fc1(0x18b)]+'/'+_0x4bccc6[_0x2c4fc1(0x178)]+'/'+_0xc4815c+'.js\x0a\x20*\x20[触发节点]\x20'+_0x4bccc6[_0x2c4fc1(0x178)]+'\x0a'+_0x486d28+_0x2c4fc1(0x180)+_0x41abff+_0x2c4fc1(0x170)+_0x54cba4+_0x2c4fc1(0x1b4)+_0xc4815c+_0x2c4fc1(0x16e);}
@@ -1 +1 @@
1
- const a32_0x4703a4=a32_0x5b91;(function(_0xd564db,_0x4b194d){const _0x56397c=a32_0x5b91,_0x34f5a3=_0xd564db();while(!![]){try{const _0x765973=parseInt(_0x56397c(0xd1))/0x1+-parseInt(_0x56397c(0xe3))/0x2+-parseInt(_0x56397c(0xdf))/0x3+-parseInt(_0x56397c(0xe0))/0x4*(-parseInt(_0x56397c(0xcd))/0x5)+parseInt(_0x56397c(0xda))/0x6+-parseInt(_0x56397c(0xc4))/0x7*(-parseInt(_0x56397c(0xd9))/0x8)+-parseInt(_0x56397c(0xd3))/0x9;if(_0x765973===_0x4b194d)break;else _0x34f5a3['push'](_0x34f5a3['shift']());}catch(_0x107262){_0x34f5a3['push'](_0x34f5a3['shift']());}}}(a32_0x156b,0x40127));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';function a32_0x156b(){const _0x5ae6bc=['Function\x20not\x20found:\x20','apps','56CAkUUT','2517528zxiXrI','No\x20lock\x20entry\x20found\x20for\x20\x22','Lock\x20key\x20(e.g.\x20ENDPOINT/createOrder)\x20or\x20short\x20function\x20name','/api/management/library/scripts/delete','target','440076cHLUcQ','123868trAaRM','trashedTo','filter','663914HkPEsl','toISOString','<timestamp>','validation','\x22\x20not\x20found\x20after\x20ensureLockScope.','str','includes','map','appCode','high-risk-write','bff','Delete\x20a\x20Backend\x20Function\x20script\x20from\x20remote\x20and\x20local','lockFilePath','length','Deleted\x20','split','Lock\x20scope\x20for\x20app\x20\x22','472024FYiIiR','POST','trashDir','\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20trash','\x20\x20-\x20','stringify','\x22.\x20Use\x20the\x20full\x20lock\x20key:\x0a','Backend\x20Function\x20lock\x20file\x20not\x20found.','remoteId','45phfpFQ','delete','string','scriptsRoot','459075YMIMDL','replace','7994718OAvsAY','functions','projectRoot','keys'];a32_0x156b=function(){return _0x5ae6bc;};return a32_0x156b();}import{dirname,join,relative,resolve,sep}from'node:path';function a32_0x5b91(_0x26853b,_0x5450f8){_0x26853b=_0x26853b-0xb6;const _0x156bfc=a32_0x156b();let _0x5b9179=_0x156bfc[_0x26853b];return _0x5b9179;}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_0x4703a4(0xbd),'command':a32_0x4703a4(0xce),'description':a32_0x4703a4(0xbe),'risk':a32_0x4703a4(0xbc),'flags':[{'name':a32_0x4703a4(0xde),'type':a32_0x4703a4(0xcf),'required':!![],'description':a32_0x4703a4(0xdc)}],async 'validate'(_0x22f2eb){const _0x43fde1=a32_0x4703a4,_0x40508b=loadBffProjectConfig(_0x22f2eb['appCode']),_0x16def2=await readBffLockFile(_0x40508b[_0x43fde1(0xbf)]);if(!_0x16def2)throw CliErrors[_0x43fde1(0xb6)]('Backend\x20Function\x20lock\x20file\x20not\x20found.\x20Run\x20`push`\x20or\x20`pull`\x20first\x20to\x20initialize\x20sync\x20state.');},async 'dryRun'(_0x5505e2){const _0x51134b=a32_0x4703a4,_0x2f70e7=loadBffProjectConfig(_0x5505e2[_0x51134b(0xbb)]),_0x2c63b7=await readBffLockFile(_0x2f70e7[_0x51134b(0xbf)]);if(!_0x2c63b7)throw CliErrors[_0x51134b(0xb6)](_0x51134b(0xcb));const {appLock:_0x147e9b}=ensureLockScope(_0x2c63b7,_0x5505e2['appCode'],_0x2f70e7[_0x51134b(0xd0)],_0x51134b(0xce)),_0x4d2a25=_0x5505e2[_0x51134b(0xb8)](_0x51134b(0xde)),_0x1c8c39=Object[_0x51134b(0xd6)](_0x147e9b['functions']),_0x1ad855=resolveDeleteTarget(_0x4d2a25,_0x1c8c39),_0x367dcf=_0x147e9b[_0x51134b(0xd4)][_0x1ad855];if(!_0x367dcf)throw CliErrors['validation'](_0x51134b(0xdb)+_0x1ad855+'\x22.');const _0x103c50=resolveLocalFilePathFromLockKey(_0x2f70e7,_0x1ad855),_0x2f6d7b=relative(_0x2f70e7[_0x51134b(0xd5)],_0x103c50),_0x21fbfd=join(_0x2f70e7['trashDir'],_0x51134b(0xe5),_0x2f6d7b);return{'method':_0x51134b(0xc5),'url':_0x51134b(0xdd),'body':{'appCode':_0x5505e2[_0x51134b(0xbb)],'target':_0x1ad855,'remoteId':_0x367dcf[_0x51134b(0xcc)],'localFilePath':_0x103c50,'trashedPath':_0x21fbfd},'description':'Would\x20delete\x20'+_0x1ad855+_0x51134b(0xc7)};},async 'execute'(_0x34d79f){const _0x5561e6=a32_0x4703a4,_0x3bd11c=loadBffProjectConfig(_0x34d79f[_0x5561e6(0xbb)]),_0x561030=await readBffLockFile(_0x3bd11c[_0x5561e6(0xbf)]);if(!_0x561030)throw CliErrors[_0x5561e6(0xb6)](_0x5561e6(0xcb));const {lockData:_0x1be941,appLock:_0x53e4f8}=ensureLockScope(_0x561030,_0x34d79f[_0x5561e6(0xbb)],_0x3bd11c[_0x5561e6(0xd0)],'delete'),_0x499f86=JSON['parse'](JSON[_0x5561e6(0xc9)](_0x1be941)),_0x2f0769=_0x499f86[_0x5561e6(0xd8)][_0x34d79f[_0x5561e6(0xbb)]];if(!_0x2f0769)throw new Error(_0x5561e6(0xc3)+_0x34d79f['appCode']+_0x5561e6(0xb7));const _0x12fc45=_0x34d79f['str'](_0x5561e6(0xde)),_0x3270bd=Object[_0x5561e6(0xd6)](_0x2f0769[_0x5561e6(0xd4)]),_0x3dc170=resolveDeleteTarget(_0x12fc45,_0x3270bd),_0x462684=_0x2f0769[_0x5561e6(0xd4)][_0x3dc170];if(!_0x462684)throw CliErrors[_0x5561e6(0xb6)](_0x5561e6(0xdb)+_0x3dc170+'\x22.');await deleteBffScript(_0x462684['remoteId']),delete _0x2f0769[_0x5561e6(0xd4)][_0x3dc170],_0x2f0769['lastSync']=new Date()[_0x5561e6(0xe4)](),await writeBffLockFile(_0x3bd11c[_0x5561e6(0xbf)],_0x499f86);const _0x4cc6fb=resolveLocalFilePathFromLockKey(_0x3bd11c,_0x3dc170);let _0x119f1b;await fileExists(_0x4cc6fb)&&(_0x119f1b=await moveToTrash(_0x3bd11c[_0x5561e6(0xd5)],_0x3bd11c[_0x5561e6(0xc6)],_0x4cc6fb),await cleanupEmptyDirectories(dirname(_0x4cc6fb),_0x3bd11c['scriptsRootDir']));await waitForDeleteSettlement(_0x3bd11c[_0x5561e6(0xbf)],_0x34d79f[_0x5561e6(0xbb)],_0x3dc170,_0x4cc6fb),await sleep(0x96);const _0x3baa6b={'deleted':_0x3dc170,'remoteId':_0x462684['remoteId']};if(_0x119f1b)_0x3baa6b[_0x5561e6(0xe1)]=_0x119f1b;return{'ok':!![],'data':_0x3baa6b,'message':_0x5561e6(0xc1)+_0x3dc170+(_0x119f1b?'\x20(local\x20file\x20moved\x20to\x20trash)':'')};}};function resolveDeleteTarget(_0x7cb706,_0xab2c93){const _0x2154c4=a32_0x4703a4;if(_0x7cb706[_0x2154c4(0xb9)]('/')){const _0x1167f7=_0xab2c93['find'](_0x5a2ee8=>_0x5a2ee8===_0x7cb706);if(!_0x1167f7)throw CliErrors[_0x2154c4(0xb6)](_0x2154c4(0xd7)+_0x7cb706);return _0x1167f7;}const _0x51ac13=_0xab2c93[_0x2154c4(0xe2)](_0x1e5f32=>_0x1e5f32[_0x2154c4(0xc2)]('/')['at'](-0x1)===_0x7cb706);if(_0x51ac13[_0x2154c4(0xc0)]===0x0)throw CliErrors[_0x2154c4(0xb6)](_0x2154c4(0xd7)+_0x7cb706);if(_0x51ac13['length']>0x1)throw CliErrors[_0x2154c4(0xb6)]('Multiple\x20functions\x20match\x20\x22'+_0x7cb706+_0x2154c4(0xca)+_0x51ac13[_0x2154c4(0xba)](_0x16e0ce=>_0x2154c4(0xc8)+_0x16e0ce)['join']('\x0a'));return _0x51ac13[0x0];}async function moveToTrash(_0x5c4a7c,_0x5cbf50,_0x497077){const _0x13ac19=a32_0x4703a4,_0x42b16f=new Date()[_0x13ac19(0xe4)]()[_0x13ac19(0xd2)](/[:.]/g,'-'),_0x5c26aa=relative(_0x5c4a7c,_0x497077),_0x3c0b45=join(_0x5cbf50,_0x42b16f,_0x5c26aa);return await mkdir(dirname(_0x3c0b45),{'recursive':!![]}),await rename(_0x497077,_0x3c0b45),_0x3c0b45;}async function cleanupEmptyDirectories(_0x27bc8d,_0x15946d){const _0x39e42a=a32_0x4703a4;let _0x3ebafc=resolve(_0x27bc8d);const _0x1cd20e=resolve(_0x15946d);while(_0x3ebafc['startsWith'](''+_0x1cd20e+sep)||_0x3ebafc===_0x1cd20e){if(_0x3ebafc===_0x1cd20e)return;try{const _0x409064=await readdir(_0x3ebafc);if(_0x409064[_0x39e42a(0xc0)]>0x0)return;await rmdir(_0x3ebafc);}catch{return;}_0x3ebafc=dirname(_0x3ebafc);}}const DELETE_SETTLE_RETRY_COUNT=0x14,DELETE_SETTLE_DELAY_MS=0x64;async function waitForDeleteSettlement(_0x134ff0,_0x262212,_0xdae17a,_0x40fe64){const _0x369312=a32_0x4703a4;for(let _0x291aaa=0x0;_0x291aaa<DELETE_SETTLE_RETRY_COUNT;_0x291aaa+=0x1){const _0x5e3b37=await readBffLockFile(_0x134ff0),_0x5b1e12=!!_0x5e3b37?.[_0x369312(0xd8)]?.[_0x262212]?.[_0x369312(0xd4)]?.[_0xdae17a],_0x4ef0b3=await fileExists(_0x40fe64);if(!_0x5b1e12&&!_0x4ef0b3)return;await sleep(DELETE_SETTLE_DELAY_MS);}throw new Error('Local\x20delete\x20not\x20settled\x20for\x20'+_0xdae17a+'.');}
1
+ function a32_0x153d(){const _0x10908d=['filter','high-risk-write','43611mkCefX','apps','822YcbsvI','447620YdGbcj','delete','No\x20lock\x20entry\x20found\x20for\x20\x22','projectRoot','join','appCode','length','scriptsRoot','Backend\x20Function\x20lock\x20file\x20not\x20found.\x20Run\x20`push`\x20or\x20`pull`\x20first\x20to\x20initialize\x20sync\x20state.','Lock\x20key\x20(e.g.\x20ENDPOINT/createOrder)\x20or\x20short\x20function\x20name','trashDir','lockFilePath','Backend\x20Function\x20lock\x20file\x20not\x20found.','trashedTo','split','bff','parse','str','scriptsRootDir','map','string','Function\x20not\x20found:\x20','Deleted\x20','\x20\x20-\x20','562356NlTYxx','9gBmooo','<timestamp>','stringify','lastSync','validation','Multiple\x20functions\x20match\x20\x22','302QvKFEV','\x22.\x20Use\x20the\x20full\x20lock\x20key:\x0a','POST','1251278pKSVYY','5CUeAka','Lock\x20scope\x20for\x20app\x20\x22','Would\x20delete\x20','toISOString','target','remoteId','replace','162328FbaIYd','Delete\x20a\x20Backend\x20Function\x20script\x20from\x20remote\x20and\x20local','1450206BJqGCB','includes','startsWith','keys','functions'];a32_0x153d=function(){return _0x10908d;};return a32_0x153d();}const a32_0x463673=a32_0x17b1;(function(_0x5754ba,_0x1ed716){const _0x5bf1c1=a32_0x17b1,_0xf0d435=_0x5754ba();while(!![]){try{const _0x500eac=parseInt(_0x5bf1c1(0x116))/0x1+parseInt(_0x5bf1c1(0x138))/0x2*(-parseInt(_0x5bf1c1(0x118))/0x3)+-parseInt(_0x5bf1c1(0x131))/0x4+-parseInt(_0x5bf1c1(0x13c))/0x5*(-parseInt(_0x5bf1c1(0x145))/0x6)+parseInt(_0x5bf1c1(0x13b))/0x7+parseInt(_0x5bf1c1(0x143))/0x8*(-parseInt(_0x5bf1c1(0x132))/0x9)+-parseInt(_0x5bf1c1(0x119))/0xa;if(_0x500eac===_0x1ed716)break;else _0xf0d435['push'](_0xf0d435['shift']());}catch(_0x270201){_0xf0d435['push'](_0xf0d435['shift']());}}}(a32_0x153d,0x34fda));import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{deleteBffScript}from'../../core/api-client.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{fileExists,resolveLocalFilePathFromLockKey}from'../../core/bff/file-system.js';import{ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{CliErrors}from'../../errors.js';import{sleep}from'../../utils/sleep.js';export const bffDelete={'service':a32_0x463673(0x128),'command':a32_0x463673(0x11a),'description':a32_0x463673(0x144),'risk':a32_0x463673(0x115),'flags':[{'name':a32_0x463673(0x140),'type':a32_0x463673(0x12d),'required':!![],'description':a32_0x463673(0x122)}],async 'validate'(_0x440a26){const _0x46b445=a32_0x463673,_0x2a6154=loadBffProjectConfig(_0x440a26[_0x46b445(0x11e)]),_0x2797be=await readBffLockFile(_0x2a6154[_0x46b445(0x124)]);if(!_0x2797be)throw CliErrors[_0x46b445(0x136)](_0x46b445(0x121));},async 'dryRun'(_0x3a1430){const _0x378578=a32_0x463673,_0x16ee91=loadBffProjectConfig(_0x3a1430[_0x378578(0x11e)]),_0x4fdec3=await readBffLockFile(_0x16ee91[_0x378578(0x124)]);if(!_0x4fdec3)throw CliErrors[_0x378578(0x136)]('Backend\x20Function\x20lock\x20file\x20not\x20found.');const {appLock:_0x560d2f}=ensureLockScope(_0x4fdec3,_0x3a1430[_0x378578(0x11e)],_0x16ee91[_0x378578(0x120)],'delete'),_0xe49fd5=_0x3a1430[_0x378578(0x12a)](_0x378578(0x140)),_0x2bb4dd=Object[_0x378578(0x112)](_0x560d2f[_0x378578(0x113)]),_0x1d3dd7=resolveDeleteTarget(_0xe49fd5,_0x2bb4dd),_0x5f5cb8=_0x560d2f[_0x378578(0x113)][_0x1d3dd7];if(!_0x5f5cb8)throw CliErrors[_0x378578(0x136)](_0x378578(0x11b)+_0x1d3dd7+'\x22.');const _0x446456=resolveLocalFilePathFromLockKey(_0x16ee91,_0x1d3dd7),_0x13c871=relative(_0x16ee91[_0x378578(0x11c)],_0x446456),_0x2c7c1e=join(_0x16ee91[_0x378578(0x123)],_0x378578(0x133),_0x13c871);return{'method':_0x378578(0x13a),'url':'/api/management/library/scripts/delete','body':{'appCode':_0x3a1430[_0x378578(0x11e)],'target':_0x1d3dd7,'remoteId':_0x5f5cb8['remoteId'],'localFilePath':_0x446456,'trashedPath':_0x2c7c1e},'description':_0x378578(0x13e)+_0x1d3dd7+'\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20trash'};},async 'execute'(_0x3a3750){const _0x474142=a32_0x463673,_0x4305ff=loadBffProjectConfig(_0x3a3750[_0x474142(0x11e)]),_0x50a4b2=await readBffLockFile(_0x4305ff['lockFilePath']);if(!_0x50a4b2)throw CliErrors[_0x474142(0x136)](_0x474142(0x125));const {lockData:_0x17064f,appLock:_0x4db904}=ensureLockScope(_0x50a4b2,_0x3a3750[_0x474142(0x11e)],_0x4305ff[_0x474142(0x120)],_0x474142(0x11a)),_0x582e8c=JSON[_0x474142(0x129)](JSON[_0x474142(0x134)](_0x17064f)),_0x5c3e3c=_0x582e8c[_0x474142(0x117)][_0x3a3750['appCode']];if(!_0x5c3e3c)throw new Error(_0x474142(0x13d)+_0x3a3750['appCode']+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x2522a6=_0x3a3750[_0x474142(0x12a)](_0x474142(0x140)),_0x1c64a4=Object[_0x474142(0x112)](_0x5c3e3c[_0x474142(0x113)]),_0xa643=resolveDeleteTarget(_0x2522a6,_0x1c64a4),_0x189528=_0x5c3e3c['functions'][_0xa643];if(!_0x189528)throw CliErrors['validation'](_0x474142(0x11b)+_0xa643+'\x22.');await deleteBffScript(_0x189528[_0x474142(0x141)]),delete _0x5c3e3c[_0x474142(0x113)][_0xa643],_0x5c3e3c[_0x474142(0x135)]=new Date()[_0x474142(0x13f)](),await writeBffLockFile(_0x4305ff[_0x474142(0x124)],_0x582e8c);const _0x345d5e=resolveLocalFilePathFromLockKey(_0x4305ff,_0xa643);let _0x467db3;await fileExists(_0x345d5e)&&(_0x467db3=await moveToTrash(_0x4305ff['projectRoot'],_0x4305ff[_0x474142(0x123)],_0x345d5e),await cleanupEmptyDirectories(dirname(_0x345d5e),_0x4305ff[_0x474142(0x12b)]));await waitForDeleteSettlement(_0x4305ff[_0x474142(0x124)],_0x3a3750[_0x474142(0x11e)],_0xa643,_0x345d5e),await sleep(0x96);const _0x48ad96={'deleted':_0xa643,'remoteId':_0x189528[_0x474142(0x141)]};if(_0x467db3)_0x48ad96[_0x474142(0x126)]=_0x467db3;return{'ok':!![],'data':_0x48ad96,'message':_0x474142(0x12f)+_0xa643+(_0x467db3?'\x20(local\x20file\x20moved\x20to\x20trash)':'')};}};function resolveDeleteTarget(_0x25d044,_0x184273){const _0x27ab6c=a32_0x463673;if(_0x25d044[_0x27ab6c(0x110)]('/')){const _0x1c96df=_0x184273['find'](_0x337070=>_0x337070===_0x25d044);if(!_0x1c96df)throw CliErrors[_0x27ab6c(0x136)](_0x27ab6c(0x12e)+_0x25d044);return _0x1c96df;}const _0x12e9f9=_0x184273[_0x27ab6c(0x114)](_0x37fa6e=>_0x37fa6e[_0x27ab6c(0x127)]('/')['at'](-0x1)===_0x25d044);if(_0x12e9f9['length']===0x0)throw CliErrors[_0x27ab6c(0x136)](_0x27ab6c(0x12e)+_0x25d044);if(_0x12e9f9[_0x27ab6c(0x11f)]>0x1)throw CliErrors[_0x27ab6c(0x136)](_0x27ab6c(0x137)+_0x25d044+_0x27ab6c(0x139)+_0x12e9f9[_0x27ab6c(0x12c)](_0x1fe139=>_0x27ab6c(0x130)+_0x1fe139)[_0x27ab6c(0x11d)]('\x0a'));return _0x12e9f9[0x0];}async function moveToTrash(_0x3f6e10,_0xfdd9ed,_0x2590a0){const _0x300e97=a32_0x463673,_0x375af1=new Date()[_0x300e97(0x13f)]()[_0x300e97(0x142)](/[:.]/g,'-'),_0x29ba82=relative(_0x3f6e10,_0x2590a0),_0x192730=join(_0xfdd9ed,_0x375af1,_0x29ba82);return await mkdir(dirname(_0x192730),{'recursive':!![]}),await rename(_0x2590a0,_0x192730),_0x192730;}async function cleanupEmptyDirectories(_0x3591e4,_0x28aff9){const _0x50cbb6=a32_0x463673;let _0x3dc8c2=resolve(_0x3591e4);const _0x37e1c9=resolve(_0x28aff9);while(_0x3dc8c2[_0x50cbb6(0x111)](''+_0x37e1c9+sep)||_0x3dc8c2===_0x37e1c9){if(_0x3dc8c2===_0x37e1c9)return;try{const _0x131558=await readdir(_0x3dc8c2);if(_0x131558[_0x50cbb6(0x11f)]>0x0)return;await rmdir(_0x3dc8c2);}catch{return;}_0x3dc8c2=dirname(_0x3dc8c2);}}function a32_0x17b1(_0xcc2a26,_0xb3781e){_0xcc2a26=_0xcc2a26-0x110;const _0x153d1e=a32_0x153d();let _0x17b105=_0x153d1e[_0xcc2a26];return _0x17b105;}const DELETE_SETTLE_RETRY_COUNT=0x14,DELETE_SETTLE_DELAY_MS=0x64;async function waitForDeleteSettlement(_0x48d122,_0x1c68d4,_0x516aaf,_0x4d36d7){const _0x1c8c07=a32_0x463673;for(let _0xa8260a=0x0;_0xa8260a<DELETE_SETTLE_RETRY_COUNT;_0xa8260a+=0x1){const _0x423ef4=await readBffLockFile(_0x48d122),_0x4bf6b0=!!_0x423ef4?.[_0x1c8c07(0x117)]?.[_0x1c68d4]?.[_0x1c8c07(0x113)]?.[_0x516aaf],_0xed5b08=await fileExists(_0x4d36d7);if(!_0x4bf6b0&&!_0xed5b08)return;await sleep(DELETE_SETTLE_DELAY_MS);}throw new Error('Local\x20delete\x20not\x20settled\x20for\x20'+_0x516aaf+'.');}
@@ -1 +1 @@
1
- const a33_0x2c323e=a33_0x908f;function a33_0x908f(_0x502d3a,_0x22c8a5){_0x502d3a=_0x502d3a-0x8d;const _0x4e2024=a33_0x4e20();let _0x908f2c=_0x4e2024[_0x502d3a];return _0x908f2c;}(function(_0x4f26a9,_0x1fbd56){const _0x42f53b=a33_0x908f,_0x3590d7=_0x4f26a9();while(!![]){try{const _0x48817b=-parseInt(_0x42f53b(0xa2))/0x1+-parseInt(_0x42f53b(0x98))/0x2+parseInt(_0x42f53b(0xa1))/0x3+-parseInt(_0x42f53b(0x9c))/0x4+-parseInt(_0x42f53b(0x8d))/0x5+parseInt(_0x42f53b(0xa0))/0x6*(-parseInt(_0x42f53b(0x8f))/0x7)+-parseInt(_0x42f53b(0x9d))/0x8*(-parseInt(_0x42f53b(0x9a))/0x9);if(_0x48817b===_0x1fbd56)break;else _0x3590d7['push'](_0x3590d7['shift']());}catch(_0x3255be){_0x3590d7['push'](_0x3590d7['shift']());}}}(a33_0x4e20,0x4a6ea));import{getBffScriptInfo}from'../../core/api-client.js';function a33_0x4e20(){const _0x18c54a=['248008HkMFYN','version','number','36695guipSw','verbose','1812797fwHwxn','description','num','read','bff','Get\x20Backend\x20Function\x20script\x20details\x20by\x20ID','updateUserName','Script\x20ID','createdTime','118152KnJPaa','bool','8514tTJsVv','(none)','458176JyYxfb','5752tYsBWJ','scriptType','appCode','6kTHcyL','937914tzMHxR'];a33_0x4e20=function(){return _0x18c54a;};return a33_0x4e20();}export const bffDetail={'service':a33_0x2c323e(0x93),'command':'detail','description':a33_0x2c323e(0x94),'risk':a33_0x2c323e(0x92),'flags':[{'name':'id','type':a33_0x2c323e(0xa4),'required':!![],'description':a33_0x2c323e(0x96)},{'name':a33_0x2c323e(0x8e),'type':'boolean','description':'Return\x20full\x20raw\x20script\x20object'}],async 'execute'(_0x2d4e65){const _0x4d74ac=a33_0x2c323e,_0x34faeb=await getBffScriptInfo(_0x2d4e65[_0x4d74ac(0x91)]('id')),_0x1b829a=_0x2d4e65[_0x4d74ac(0x99)](_0x4d74ac(0x8e));if(_0x1b829a)return{'ok':!![],'data':_0x34faeb};return{'ok':!![],'data':{'id':_0x34faeb['id'],'functionName':_0x34faeb['functionName']??'','version':_0x34faeb[_0x4d74ac(0xa3)]??'','updateUserName':_0x34faeb[_0x4d74ac(0x95)]??'','appCode':_0x34faeb[_0x4d74ac(0x9f)],'scriptType':_0x34faeb[_0x4d74ac(0x9e)],'description':_0x34faeb[_0x4d74ac(0x90)]||_0x4d74ac(0x9b),'createdTime':_0x34faeb[_0x4d74ac(0x97)]??'','updatedTime':_0x34faeb['updatedTime']??'','scriptContent':_0x34faeb['scriptContent']??''}};}};
1
+ const a33_0xbb1443=a33_0x34e5;function a33_0x38ea(){const _0x10c35e=['380343WdWtds','12394590kWrrpx','bff','Return\x20full\x20raw\x20script\x20object','scriptType','791545vcuYEu','number','version','description','501702WxdhlP','(none)','4101642aPzZlv','detail','8uVZpPa','scriptContent','verbose','4172wCliJl','12htXCAd','updatedTime','updateUserName','functionName','76769aceVuN','bool','num','Get\x20Backend\x20Function\x20script\x20details\x20by\x20ID','read','597YPlSIW'];a33_0x38ea=function(){return _0x10c35e;};return a33_0x38ea();}(function(_0x12f27f,_0x475d22){const _0x4a4f97=a33_0x34e5,_0xaa831e=_0x12f27f();while(!![]){try{const _0x42eb3b=-parseInt(_0x4a4f97(0x1fa))/0x1+-parseInt(_0x4a4f97(0x203))/0x2+parseInt(_0x4a4f97(0x1f9))/0x3*(-parseInt(_0x4a4f97(0x20a))/0x4)+parseInt(_0x4a4f97(0x1ff))/0x5*(parseInt(_0x4a4f97(0x20b))/0x6)+parseInt(_0x4a4f97(0x1f4))/0x7+parseInt(_0x4a4f97(0x207))/0x8*(-parseInt(_0x4a4f97(0x205))/0x9)+parseInt(_0x4a4f97(0x1fb))/0xa;if(_0x42eb3b===_0x475d22)break;else _0xaa831e['push'](_0xaa831e['shift']());}catch(_0x4b2333){_0xaa831e['push'](_0xaa831e['shift']());}}}(a33_0x38ea,0x428ab));function a33_0x34e5(_0x3c0c1a,_0x93e3fb){_0x3c0c1a=_0x3c0c1a-0x1f1;const _0x38ea3d=a33_0x38ea();let _0x34e5f5=_0x38ea3d[_0x3c0c1a];return _0x34e5f5;}import{getBffScriptInfo}from'../../core/api-client.js';export const bffDetail={'service':a33_0xbb1443(0x1fc),'command':a33_0xbb1443(0x206),'description':a33_0xbb1443(0x1f7),'risk':a33_0xbb1443(0x1f8),'flags':[{'name':'id','type':a33_0xbb1443(0x200),'required':!![],'description':'Script\x20ID'},{'name':'verbose','type':'boolean','description':a33_0xbb1443(0x1fd)}],async 'execute'(_0x2d7159){const _0x439d36=a33_0xbb1443,_0x270395=await getBffScriptInfo(_0x2d7159[_0x439d36(0x1f6)]('id')),_0x2ea14b=_0x2d7159[_0x439d36(0x1f5)](_0x439d36(0x209));if(_0x2ea14b)return{'ok':!![],'data':_0x270395};return{'ok':!![],'data':{'id':_0x270395['id'],'functionName':_0x270395[_0x439d36(0x1f3)]??'','version':_0x270395[_0x439d36(0x201)]??'','updateUserName':_0x270395[_0x439d36(0x1f2)]??'','appCode':_0x270395['appCode'],'scriptType':_0x270395[_0x439d36(0x1fe)],'description':_0x270395[_0x439d36(0x202)]||_0x439d36(0x204),'createdTime':_0x270395['createdTime']??'','updatedTime':_0x270395[_0x439d36(0x1f1)]??'','scriptContent':_0x270395[_0x439d36(0x208)]??''}};}};