@lovrabet/rabetbase-cli 2.5.4-beta.1 → 2.5.4-beta.3

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 (372) hide show
  1. package/README.md +4 -3
  2. package/lib/api/api-doc.js +1 -1
  3. package/lib/api/api-group.js +1 -1
  4. package/lib/api/fetch-model-list.js +1 -1
  5. package/lib/api/generate-api-file.js +1 -1
  6. package/lib/api/generate-sdk-config-file.js +1 -1
  7. package/lib/api/legacy-api-file.js +1 -1
  8. package/lib/api/model-registry-file.js +1 -1
  9. package/lib/api/model-registry-scaffold.js +1 -1
  10. package/lib/api/model-source.js +1 -1
  11. package/lib/auth/auth-server-ui.js +1 -1
  12. package/lib/auth/auth-server.js +1 -1
  13. package/lib/auth/constant.js +1 -1
  14. package/lib/auth/get-cookie.js +1 -1
  15. package/lib/auth/get-session-user.js +1 -1
  16. package/lib/auth/is-session-valid.js +1 -1
  17. package/lib/auth/login-success-html.js +1 -1
  18. package/lib/auth/logout.js +1 -1
  19. package/lib/cli-flags.js +1 -1
  20. package/lib/cli.js +1 -1
  21. package/lib/commands/api/generate.js +1 -1
  22. package/lib/commands/api/index.js +1 -1
  23. package/lib/commands/api/list.js +1 -1
  24. package/lib/commands/api/pull.js +1 -1
  25. package/lib/commands/api/shared.js +1 -1
  26. package/lib/commands/app/index.js +1 -1
  27. package/lib/commands/app/list.js +1 -1
  28. package/lib/commands/app/members-list.js +1 -1
  29. package/lib/commands/app/remote-directory.js +1 -1
  30. package/lib/commands/app/shared.js +1 -1
  31. package/lib/commands/app-config/delete.js +1 -1
  32. package/lib/commands/app-config/get.js +1 -1
  33. package/lib/commands/app-config/index.js +1 -1
  34. package/lib/commands/app-config/list.js +1 -1
  35. package/lib/commands/app-config/set.js +1 -1
  36. package/lib/commands/app-config/shared.js +1 -1
  37. package/lib/commands/auth/index.js +1 -1
  38. package/lib/commands/bff/create.js +1 -1
  39. package/lib/commands/bff/delete.js +1 -1
  40. package/lib/commands/bff/detail.js +1 -1
  41. package/lib/commands/bff/index.js +1 -1
  42. package/lib/commands/bff/list.js +1 -1
  43. package/lib/commands/bff/logs.js +1 -1
  44. package/lib/commands/bff/pull.js +1 -1
  45. package/lib/commands/bff/push.js +1 -1
  46. package/lib/commands/bff/status.js +1 -1
  47. package/lib/commands/cli-skill/index.js +1 -1
  48. package/lib/commands/cli-update.js +1 -1
  49. package/lib/commands/codegen/index.js +1 -1
  50. package/lib/commands/codegen/sdk.js +1 -1
  51. package/lib/commands/codegen/sql.js +1 -1
  52. package/lib/commands/common/app-registry.js +1 -1
  53. package/lib/commands/common/app-selector.js +1 -1
  54. package/lib/commands/common/async-task.js +1 -1
  55. package/lib/commands/common/dry-run.js +1 -1
  56. package/lib/commands/common/flags.js +1 -1
  57. package/lib/commands/common/local-file.js +1 -1
  58. package/lib/commands/common/validate.js +1 -1
  59. package/lib/commands/config/delete.js +1 -1
  60. package/lib/commands/config/get.js +1 -1
  61. package/lib/commands/config/index.js +1 -1
  62. package/lib/commands/config/init.d.ts +1 -1
  63. package/lib/commands/config/init.js +1 -1
  64. package/lib/commands/config/list.js +1 -1
  65. package/lib/commands/config/set.js +1 -1
  66. package/lib/commands/config/shared.js +1 -1
  67. package/lib/commands/dataset/batch-design.js +1 -1
  68. package/lib/commands/dataset/business-group-update.js +1 -1
  69. package/lib/commands/dataset/business-groups.js +1 -1
  70. package/lib/commands/dataset/capability.js +1 -1
  71. package/lib/commands/dataset/cross-relation-create.js +1 -1
  72. package/lib/commands/dataset/cross-relation-delete.js +1 -1
  73. package/lib/commands/dataset/cross-relation-list.js +1 -1
  74. package/lib/commands/dataset/cross-relation-shared.js +1 -1
  75. package/lib/commands/dataset/cross-relation-update.js +1 -1
  76. package/lib/commands/dataset/delete.js +1 -1
  77. package/lib/commands/dataset/detail.js +1 -1
  78. package/lib/commands/dataset/extend-update.js +1 -1
  79. package/lib/commands/dataset/field-restore.js +1 -1
  80. package/lib/commands/dataset/field-update.js +1 -1
  81. package/lib/commands/dataset/generate.js +1 -1
  82. package/lib/commands/dataset/index.js +1 -1
  83. package/lib/commands/dataset/list.js +1 -1
  84. package/lib/commands/dataset/operations.js +1 -1
  85. package/lib/commands/dataset/relation-audit.js +1 -1
  86. package/lib/commands/dataset/relation-create.js +1 -1
  87. package/lib/commands/dataset/relation-delete.js +1 -1
  88. package/lib/commands/dataset/relation-shared.js +1 -1
  89. package/lib/commands/dataset/relation-update.js +1 -1
  90. package/lib/commands/dataset/relations.js +1 -1
  91. package/lib/commands/dataset/rename.js +1 -1
  92. package/lib/commands/dataset/restore.js +1 -1
  93. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  94. package/lib/commands/db/analysis-batching.js +1 -1
  95. package/lib/commands/db/analyze-batch-plan.js +1 -1
  96. package/lib/commands/db/analyze-cancel.js +1 -1
  97. package/lib/commands/db/analyze-start.js +1 -1
  98. package/lib/commands/db/analyze-status.js +1 -1
  99. package/lib/commands/db/create.js +1 -1
  100. package/lib/commands/db/delete.js +1 -1
  101. package/lib/commands/db/detail.js +1 -1
  102. package/lib/commands/db/diff-refresh-start.js +1 -1
  103. package/lib/commands/db/diff-refresh-status.js +1 -1
  104. package/lib/commands/db/diff.js +1 -1
  105. package/lib/commands/db/index.js +1 -1
  106. package/lib/commands/db/list.js +1 -1
  107. package/lib/commands/db/shared.js +1 -1
  108. package/lib/commands/db/table-diff-shared.js +1 -1
  109. package/lib/commands/db/tables.js +1 -1
  110. package/lib/commands/db/test.js +1 -1
  111. package/lib/commands/db/update.js +1 -1
  112. package/lib/commands/deployment/index.js +1 -1
  113. package/lib/commands/deployment/sync-all.js +1 -1
  114. package/lib/commands/deployment/sync-jobs.js +1 -1
  115. package/lib/commands/deployment/sync-status.js +1 -1
  116. package/lib/commands/doctor.js +1 -1
  117. package/lib/commands/file/index.js +1 -1
  118. package/lib/commands/flow/create.js +1 -1
  119. package/lib/commands/flow/detail.js +1 -1
  120. package/lib/commands/flow/index.js +1 -1
  121. package/lib/commands/flow/list.js +1 -1
  122. package/lib/commands/flow/publish.js +1 -1
  123. package/lib/commands/flow/runtime-resources-shared.js +1 -1
  124. package/lib/commands/flow/runtime-role-list.js +1 -1
  125. package/lib/commands/flow/runtime-role-user-list.js +1 -1
  126. package/lib/commands/flow/runtime-user-search.js +1 -1
  127. package/lib/commands/flow/shared.js +1 -1
  128. package/lib/commands/flow/update.js +1 -1
  129. package/lib/commands/flow/validate.js +1 -1
  130. package/lib/commands/instant-api-policy/current.js +1 -1
  131. package/lib/commands/instant-api-policy/index.js +1 -1
  132. package/lib/commands/instant-api-policy/init.js +1 -1
  133. package/lib/commands/instant-api-policy/publish.js +1 -1
  134. package/lib/commands/instant-api-policy/pull.js +1 -1
  135. package/lib/commands/instant-api-policy/revision.js +1 -1
  136. package/lib/commands/instant-api-policy/revisions.js +1 -1
  137. package/lib/commands/instant-api-policy/rollback.js +1 -1
  138. package/lib/commands/instant-api-policy/shared.js +1 -1
  139. package/lib/commands/instant-api-policy/validate.js +1 -1
  140. package/lib/commands/issue/index.js +1 -1
  141. package/lib/commands/issue/nudge.js +1 -1
  142. package/lib/commands/issue/report.js +1 -1
  143. package/lib/commands/issue/shared.js +1 -1
  144. package/lib/commands/kb/create.js +1 -1
  145. package/lib/commands/kb/delete.js +1 -1
  146. package/lib/commands/kb/detail.js +1 -1
  147. package/lib/commands/kb/index.js +1 -1
  148. package/lib/commands/kb/list.js +1 -1
  149. package/lib/commands/kb/search.js +1 -1
  150. package/lib/commands/kb/shared.js +1 -1
  151. package/lib/commands/kb/update.js +1 -1
  152. package/lib/commands/logs/index.js +1 -1
  153. package/lib/commands/menu/asset-update.js +1 -1
  154. package/lib/commands/menu/delete.js +1 -1
  155. package/lib/commands/menu/external-link-create.js +1 -1
  156. package/lib/commands/menu/external-link-update.js +1 -1
  157. package/lib/commands/menu/group-create.js +1 -1
  158. package/lib/commands/menu/group-update.js +1 -1
  159. package/lib/commands/menu/index.js +1 -1
  160. package/lib/commands/menu/list.js +1 -1
  161. package/lib/commands/menu/move.js +1 -1
  162. package/lib/commands/menu/regroup-start.js +1 -1
  163. package/lib/commands/menu/rename.js +1 -1
  164. package/lib/commands/menu/shared/compare-table.js +1 -1
  165. package/lib/commands/menu/shared/delete-plan.js +1 -1
  166. package/lib/commands/menu/shared/facts.js +1 -1
  167. package/lib/commands/menu/shared/index.js +1 -1
  168. package/lib/commands/menu/shared/inquirer.js +1 -1
  169. package/lib/commands/menu/shared/local-pages.js +1 -1
  170. package/lib/commands/menu/shared/logic.js +1 -1
  171. package/lib/commands/menu/shared/mutations.js +1 -1
  172. package/lib/commands/menu/shared/service.js +1 -1
  173. package/lib/commands/menu/shared/sync-core.js +1 -1
  174. package/lib/commands/menu/shared/update-core.js +1 -1
  175. package/lib/commands/menu/shared/valid-url.js +1 -1
  176. package/lib/commands/menu/sync.js +1 -1
  177. package/lib/commands/menu/visibility-update.js +1 -1
  178. package/lib/commands/notification/config-create.js +1 -1
  179. package/lib/commands/notification/config-delete.js +1 -1
  180. package/lib/commands/notification/config-list.js +1 -1
  181. package/lib/commands/notification/config-update.js +1 -1
  182. package/lib/commands/notification/index.js +1 -1
  183. package/lib/commands/notification/shared.js +1 -1
  184. package/lib/commands/ocr/index.js +1 -1
  185. package/lib/commands/page/create.js +1 -1
  186. package/lib/commands/page/custom/detail.js +1 -1
  187. package/lib/commands/page/custom/list.js +1 -1
  188. package/lib/commands/page/custom/publish.js +1 -1
  189. package/lib/commands/page/custom/shared.js +1 -1
  190. package/lib/commands/page/custom/syntax.js +1 -1
  191. package/lib/commands/page/custom/update.js +1 -1
  192. package/lib/commands/page/data-list-status.js +1 -1
  193. package/lib/commands/page/generate-start.js +1 -1
  194. package/lib/commands/page/generate-status.js +1 -1
  195. package/lib/commands/page/index.js +1 -1
  196. package/lib/commands/page/pull.js +1 -1
  197. package/lib/commands/page/push.js +1 -1
  198. package/lib/commands/page/relation-audit.js +1 -1
  199. package/lib/commands/page/restore.js +1 -1
  200. package/lib/commands/page/shared.js +1 -1
  201. package/lib/commands/page/sync.js +1 -1
  202. package/lib/commands/project/api-architecture-upgrade.js +1 -1
  203. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  204. package/lib/commands/project/create/format-elapsed.js +1 -1
  205. package/lib/commands/project/create/main.js +1 -1
  206. package/lib/commands/project/create/materialize-project-template.js +1 -1
  207. package/lib/commands/project/create/project-name.js +1 -1
  208. package/lib/commands/project/create/project-template-archive.js +1 -1
  209. package/lib/commands/project/create/project-template-path.js +1 -1
  210. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  211. package/lib/commands/project/create/use-format-code.js +1 -1
  212. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  213. package/lib/commands/project/domain-routing-sync.js +1 -1
  214. package/lib/commands/project/index.js +1 -1
  215. package/lib/commands/project/upgrade.js +1 -1
  216. package/lib/commands/registry.js +1 -1
  217. package/lib/commands/role/delete.js +1 -1
  218. package/lib/commands/role/detail.js +1 -1
  219. package/lib/commands/role/index.js +1 -1
  220. package/lib/commands/role/list.js +1 -1
  221. package/lib/commands/role/shared.js +1 -1
  222. package/lib/commands/role/update.js +1 -1
  223. package/lib/commands/role/user-add.js +1 -1
  224. package/lib/commands/role/user-remove.js +1 -1
  225. package/lib/commands/role/user-resolve.js +1 -1
  226. package/lib/commands/rule/get.js +1 -1
  227. package/lib/commands/rule/index.js +1 -1
  228. package/lib/commands/rule/list.js +1 -1
  229. package/lib/commands/rule/set.js +1 -1
  230. package/lib/commands/rule/shared.js +1 -1
  231. package/lib/commands/run/index.js +1 -1
  232. package/lib/commands/schema.js +1 -1
  233. package/lib/commands/sql/create.js +1 -1
  234. package/lib/commands/sql/delete.js +1 -1
  235. package/lib/commands/sql/detail.js +1 -1
  236. package/lib/commands/sql/exec.js +1 -1
  237. package/lib/commands/sql/index.js +1 -1
  238. package/lib/commands/sql/list.js +1 -1
  239. package/lib/commands/sql/pull.js +1 -1
  240. package/lib/commands/sql/push.js +1 -1
  241. package/lib/commands/sql/shared.js +1 -1
  242. package/lib/commands/sql/status.js +1 -1
  243. package/lib/commands/sql/validate.js +1 -1
  244. package/lib/commands/task/index.js +1 -1
  245. package/lib/commands/task/status.js +1 -1
  246. package/lib/commands/tenant/index.js +1 -1
  247. package/lib/commands/tenant/members-list.js +1 -1
  248. package/lib/commands/tenant/shared.js +1 -1
  249. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  250. package/lib/commands/user-account/feishu-bind.d.ts +2 -0
  251. package/lib/commands/user-account/feishu-bind.js +1 -0
  252. package/lib/commands/user-account/index.js +1 -1
  253. package/lib/commands/workspace/add.js +1 -1
  254. package/lib/commands/workspace/index.js +1 -1
  255. package/lib/commands/workspace/remove.js +1 -1
  256. package/lib/config/domain-config.d.ts +1 -1
  257. package/lib/config/domain-config.js +1 -1
  258. package/lib/config/project-domain-routing.js +1 -1
  259. package/lib/config/region-config.js +1 -1
  260. package/lib/config/schema.d.ts +1 -1
  261. package/lib/config/schema.js +1 -1
  262. package/lib/constant/cdn.js +1 -1
  263. package/lib/constant/cli.js +1 -1
  264. package/lib/constant/defaults.js +1 -1
  265. package/lib/constant/domain.d.ts +4 -0
  266. package/lib/constant/domain.js +1 -1
  267. package/lib/constant/env.js +1 -1
  268. package/lib/constant/output.js +1 -1
  269. package/lib/constant/paths.js +1 -1
  270. package/lib/constant/region.d.ts +1 -1
  271. package/lib/constant/region.js +1 -1
  272. package/lib/constant/risk.js +1 -1
  273. package/lib/constant/routing-profile.d.ts +14 -1
  274. package/lib/constant/routing-profile.js +1 -1
  275. package/lib/context/app-resolver.d.ts +1 -0
  276. package/lib/context/app-resolver.js +1 -1
  277. package/lib/context/auth-resolver.js +1 -1
  278. package/lib/context/config-loader.js +1 -1
  279. package/lib/context.js +1 -1
  280. package/lib/core/alias-resolver.js +1 -1
  281. package/lib/core/api-client.d.ts +2 -0
  282. package/lib/core/api-client.js +1 -1
  283. package/lib/core/bff/config.js +1 -1
  284. package/lib/core/bff/file-system.js +1 -1
  285. package/lib/core/bff/hash.js +1 -1
  286. package/lib/core/bff/hook-directory.js +1 -1
  287. package/lib/core/bff/lock.js +1 -1
  288. package/lib/core/bff/utils.js +1 -1
  289. package/lib/core/cross-db-relation.js +1 -1
  290. package/lib/core/db-resolver.js +1 -1
  291. package/lib/core/flow-config.js +1 -1
  292. package/lib/core/instant-api-policy/config.js +1 -1
  293. package/lib/core/kb-search-client.js +1 -1
  294. package/lib/core/page/file-system.js +1 -1
  295. package/lib/core/page/hash.js +1 -1
  296. package/lib/core/page/lock.js +1 -1
  297. package/lib/core/page/lr-smart-jsx.js +1 -1
  298. package/lib/core/sql-index-auditor.js +1 -1
  299. package/lib/core/sql-sync/config.js +1 -1
  300. package/lib/core/sql-sync/file-system.js +1 -1
  301. package/lib/core/sql-sync/hash.js +1 -1
  302. package/lib/core/sql-sync/lock.js +1 -1
  303. package/lib/core/sql-sync/utils.js +1 -1
  304. package/lib/core/sql-validator.js +1 -1
  305. package/lib/errors.js +1 -1
  306. package/lib/framework/build-all-flags.js +1 -1
  307. package/lib/framework/error-output.js +1 -1
  308. package/lib/framework/explicit-yes.js +1 -1
  309. package/lib/framework/flags.js +1 -1
  310. package/lib/framework/help.js +1 -1
  311. package/lib/framework/index.js +1 -1
  312. package/lib/framework/output.js +1 -1
  313. package/lib/framework/response.js +1 -1
  314. package/lib/framework/runner-alias.js +1 -1
  315. package/lib/framework/runner.js +1 -1
  316. package/lib/framework/schema-export.js +1 -1
  317. package/lib/framework/supported-flags.js +1 -1
  318. package/lib/framework/types.js +1 -1
  319. package/lib/generated/build-info.d.ts +4 -4
  320. package/lib/generated/build-info.js +1 -1
  321. package/lib/generated/official-routing.d.ts +15 -3
  322. package/lib/generated/official-routing.js +1 -1
  323. package/lib/generated/routing-contract.d.ts +2 -2
  324. package/lib/generated/routing-contract.js +1 -1
  325. package/lib/help.js +1 -1
  326. package/lib/postinstall.js +1 -1
  327. package/lib/runtime/confirmation.js +1 -1
  328. package/lib/runtime/event.js +1 -1
  329. package/lib/runtime/index.js +1 -1
  330. package/lib/runtime/queue.js +1 -1
  331. package/lib/runtime/resolve.js +1 -1
  332. package/lib/skills/builtin-skill.js +1 -1
  333. package/lib/skills/main.js +1 -1
  334. package/lib/skills/npx-skills-add.d.ts +5 -0
  335. package/lib/skills/npx-skills-add.js +1 -1
  336. package/lib/skills/skill-presence.js +1 -1
  337. package/lib/telemetry/cli-command-trace.js +1 -1
  338. package/lib/telemetry/cli-help-trace.js +1 -1
  339. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  340. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  341. package/lib/telemetry/send-cli-trace-log.js +1 -1
  342. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  343. package/lib/utils/ai_config.js +1 -1
  344. package/lib/utils/apply-jq-filter.js +1 -1
  345. package/lib/utils/cdn-config.js +1 -1
  346. package/lib/utils/check-sdk-version.js +1 -1
  347. package/lib/utils/cli-version-check.js +1 -1
  348. package/lib/utils/cli-version-policy.js +1 -1
  349. package/lib/utils/config.js +1 -1
  350. package/lib/utils/entity-with-id.js +1 -1
  351. package/lib/utils/file-utils.js +1 -1
  352. package/lib/utils/guides-cdn.js +1 -1
  353. package/lib/utils/http-client.js +1 -1
  354. package/lib/utils/is-non-interactive.js +1 -1
  355. package/lib/utils/logger.js +1 -1
  356. package/lib/utils/params.js +1 -1
  357. package/lib/utils/platform.js +1 -1
  358. package/lib/utils/sleep.js +1 -1
  359. package/lib/utils/template-replacer.js +1 -1
  360. package/lib/utils/update-notice.js +1 -1
  361. package/lib/utils/version.js +1 -1
  362. package/lib/utils/with-active-cookie.js +1 -1
  363. package/lib/utils/write-cli-side-channel.js +1 -1
  364. package/package.json +1 -1
  365. package/skills/rabetbase/SKILL.md +4 -3
  366. package/skills/rabetbase/guides/sql-creation-workflow.md +1 -1
  367. package/skills/rabetbase/guides/sql-mybatis.md +12 -8
  368. package/skills/rabetbase/references/rabetbase-config.md +6 -4
  369. package/skills/rabetbase/references/rabetbase-init.md +7 -5
  370. package/skills/rabetbase/references/rabetbase-kb.md +8 -6
  371. package/skills/rabetbase/references/rabetbase-user-account.md +20 -2
  372. package/skills/rabetbase.manifest.json +3 -3
package/lib/cli-flags.js CHANGED
@@ -1 +1 @@
1
- (function(_0x2cd656,_0x123ba7){const _0x1f7797=a17_0x5bc6,_0x4be767=_0x2cd656();while(!![]){try{const _0x2088dc=-parseInt(_0x1f7797(0x12a))/0x1+parseInt(_0x1f7797(0x127))/0x2*(-parseInt(_0x1f7797(0x121))/0x3)+-parseInt(_0x1f7797(0x129))/0x4*(parseInt(_0x1f7797(0x120))/0x5)+parseInt(_0x1f7797(0x126))/0x6+parseInt(_0x1f7797(0x122))/0x7*(parseInt(_0x1f7797(0x128))/0x8)+-parseInt(_0x1f7797(0x124))/0x9+-parseInt(_0x1f7797(0x125))/0xa*(-parseInt(_0x1f7797(0x123))/0xb);if(_0x2088dc===_0x123ba7)break;else _0x4be767['push'](_0x4be767['shift']());}catch(_0x3c4b66){_0x4be767['push'](_0x4be767['shift']());}}}(a17_0x4840,0xa0799));function a17_0x5bc6(_0x4f5e5b,_0x1486dd){_0x4f5e5b=_0x4f5e5b-0x120;const _0x48400d=a17_0x4840();let _0x5bc675=_0x48400d[_0x4f5e5b];return _0x5bc675;}export const dynamicCliFlags={'enableBffSave':{'type':'boolean'}};function a17_0x4840(){const _0x7d3ba2=['1311126FxJobk','644749IRqrdT','3050278TFAUGp','342549nOJQlJ','30IUBMtG','6695586XjQbCM','6xKfYSQ','104NLEuOl','24JZcFTM','408038GnEYLx','608905HOsmSa'];a17_0x4840=function(){return _0x7d3ba2;};return a17_0x4840();}
1
+ function a17_0x3289(){const _0x40c4a3=['66pcMKpk','81015kMbOdk','27375282DsNOgP','3450070FEMLDr','2070102fuAgWJ','2725456vjdxNw','116aqIphE','18YcsjVG','18AMHhAh','1052275eVSQSE','15346pHqAhP','boolean'];a17_0x3289=function(){return _0x40c4a3;};return a17_0x3289();}function a17_0x4209(_0x2ce8dd,_0x1761c8){_0x2ce8dd=_0x2ce8dd-0x1ea;const _0x328995=a17_0x3289();let _0x420978=_0x328995[_0x2ce8dd];return _0x420978;}const a17_0x443b5d=a17_0x4209;(function(_0x20ec09,_0x41ef80){const _0x55f727=a17_0x4209,_0x200955=_0x20ec09();while(!![]){try{const _0x343e8d=-parseInt(_0x55f727(0x1f5))/0x1*(-parseInt(_0x55f727(0x1eb))/0x2)+-parseInt(_0x55f727(0x1ef))/0x3+parseInt(_0x55f727(0x1f1))/0x4*(-parseInt(_0x55f727(0x1ec))/0x5)+-parseInt(_0x55f727(0x1f2))/0x6*(parseInt(_0x55f727(0x1f4))/0x7)+parseInt(_0x55f727(0x1f0))/0x8*(-parseInt(_0x55f727(0x1f3))/0x9)+-parseInt(_0x55f727(0x1ee))/0xa+parseInt(_0x55f727(0x1ed))/0xb;if(_0x343e8d===_0x41ef80)break;else _0x200955['push'](_0x200955['shift']());}catch(_0xbcf90e){_0x200955['push'](_0x200955['shift']());}}}(a17_0x3289,0x575b5));export const dynamicCliFlags={'enableBffSave':{'type':a17_0x443b5d(0x1ea)}};
package/lib/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const a18_0x1b0c5d=a18_0x3146;(function(_0x5c283a,_0x32d73e){const _0x4577f7=a18_0x3146,_0x1ae48f=_0x5c283a();while(!![]){try{const _0xdf8805=parseInt(_0x4577f7(0x7e))/0x1+parseInt(_0x4577f7(0x85))/0x2+parseInt(_0x4577f7(0x90))/0x3+-parseInt(_0x4577f7(0x84))/0x4*(parseInt(_0x4577f7(0x72))/0x5)+parseInt(_0x4577f7(0x89))/0x6*(parseInt(_0x4577f7(0x82))/0x7)+parseInt(_0x4577f7(0x71))/0x8+parseInt(_0x4577f7(0x6b))/0x9*(-parseInt(_0x4577f7(0x7b))/0xa);if(_0xdf8805===_0x32d73e)break;else _0x1ae48f['push'](_0x1ae48f['shift']());}catch(_0x311d42){_0x1ae48f['push'](_0x1ae48f['shift']());}}}(a18_0x2734,0xc397f));import a18_0x20368c from'meow';import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,resolveRemovedCommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{formatCliError}from'./framework/output.js';import{resolveErrorOutputFormat,usesStructuredErrorOutput}from'./framework/error-output.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';function a18_0x2734(){const _0x198907=['2631918biMpkF','write','./context.js','unknown','unknownCommand','hint','validation','403677xBafPc','\x0aCancelled.\x0a','code','risk','name','2529FlYsKB','exitCode','wildcardDef','help','stderr','flags','7076272jeZjqF','193485rGYzWj','input','command','service','def','dynamicCliFlags','Hint:\x20','format','message','87370xdIOUz','global','string','1596547UZkWcY','now','slice','error','14zkVrlI','defaultCommand','32ydbTFP','145756TZBSUw','unknown_service','Error:\x20','log'];a18_0x2734=function(){return _0x198907;};return a18_0x2734();}import{reportCliHelpTrace}from'./telemetry/cli-help-trace.js';import{reportCommandTrace}from'./telemetry/cli-command-trace.js';import{registerOtelShutdownOnExit,exitWithOtelShutdown}from'./telemetry/register-otel-exit-shutdown.js';import{printIssueReportNudgeForError}from'./commands/issue/nudge.js';import{assertSupportedCommandFlags}from'./framework/supported-flags.js';let dynamicCliFlags=null;function a18_0x3146(_0x4f1ee2,_0xa4326b){_0x4f1ee2=_0x4f1ee2-0x6a;const _0x273495=a18_0x2734();let _0x314645=_0x273495[_0x4f1ee2];return _0x314645;}try{dynamicCliFlags=(await import('./cli-flags.js'))[a18_0x1b0c5d(0x77)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a18_0x1b0c5d(0x8c)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a18_0x1b0c5d(0x80)](0x0,0xa)+')':VERSION,cli=a18_0x20368c(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run()['catch'](handleErrorAsync);async function run(){const _0x456a55=a18_0x1b0c5d;let _0x2e626a=cli[_0x456a55(0x73)][0x0],_0x14f976=cli[_0x456a55(0x73)][0x1];const _0x1b4914=cli[_0x456a55(0x70)];if(!_0x2e626a){await reportCliHelpTrace(_0x456a55(0x7c)),showHelp();return;}const _0x163b0e=resolveRemovedCommand(_0x2e626a,_0x14f976);_0x163b0e&&await handleErrorAsync(CliErrors[_0x456a55(0x8f)](_0x163b0e[_0x456a55(0x7a)],_0x163b0e[_0x456a55(0x8e)]));if(!isKnownService(_0x2e626a)){await reportCliHelpTrace(_0x456a55(0x86),{'service':_0x2e626a}),showHelp();return;}const _0x5c8d2f=getServiceEntry(_0x2e626a);if(!_0x14f976){if(_0x1b4914[_0x456a55(0x6e)]){printServiceHelp(_0x2e626a);return;}if(_0x5c8d2f[_0x456a55(0x83)])_0x14f976=_0x5c8d2f[_0x456a55(0x83)];else{if(_0x5c8d2f[_0x456a55(0x6d)]){const {buildConfigFromFlags:_0x3d0790,initGlobalEnvironment:_0x38bccd}=await import(_0x456a55(0x8b)),_0x216a02=_0x3d0790(_0x1b4914);await _0x38bccd(_0x216a02),await dispatchDeclarative(_0x5c8d2f[_0x456a55(0x6d)],_0x2e626a,'',[],_0x1b4914,_0x216a02);return;}else{printServiceHelp(_0x2e626a);return;}}}{let _0x517015=findDefinition(_0x2e626a,_0x14f976),_0x16eb53=cli[_0x456a55(0x73)][_0x456a55(0x80)](0x2);if(!_0x517015){if(_0x5c8d2f[_0x456a55(0x6d)]){if(_0x1b4914[_0x456a55(0x6e)]){console['log'](generateCommandHelp(_0x5c8d2f['wildcardDef']));return;}_0x517015=_0x5c8d2f['wildcardDef'],_0x16eb53=[_0x14f976,...cli[_0x456a55(0x73)][_0x456a55(0x80)](0x2)];}else{printServiceHelp(_0x2e626a),await handleErrorAsync(CliErrors[_0x456a55(0x8d)](_0x2e626a+'\x20'+_0x14f976));return;}}assertSupportedCommandFlags(_0x517015,_0x1b4914);if(_0x1b4914[_0x456a55(0x6e)]){console['log'](generateCommandHelp(_0x517015));return;}const {buildConfigFromFlags:_0x2994b8,initGlobalEnvironment:_0x2824a4,isRoutingRecoveryService:_0x18de25}=await import(_0x456a55(0x8b)),_0x96b6ed=_0x2994b8(_0x1b4914);!_0x18de25(_0x2e626a)&&await _0x2824a4(_0x96b6ed),await dispatchDeclarative(_0x517015,_0x2e626a,_0x14f976,_0x16eb53,_0x1b4914,_0x96b6ed);}}async function dispatchDeclarative(_0x312db2,_0xd67962,_0x1059b2,_0x51107b,_0x29c5dc,_0x3c8509){const _0x44ffc2=a18_0x1b0c5d,_0x44c296=Date[_0x44ffc2(0x7f)]();let _0x55a2dc;try{await runCommand(_0x312db2,createPipelineEnv(_0x3c8509,_0x29c5dc,_0x51107b));}catch(_0x4c9376){_0x55a2dc=_0x4c9376;}await reportCommandTrace({'service':_0xd67962,'command':_0x1059b2,'flags':_0x29c5dc,'durationMs':Date[_0x44ffc2(0x7f)]()-_0x44c296,'error':_0x55a2dc}),_0x55a2dc&&await handleErrorAsync(_0x55a2dc,{'service':_0xd67962,'command':_0x1059b2,'def':_0x312db2,'flags':_0x29c5dc,'defaultFormat':_0x3c8509[_0x44ffc2(0x79)]});}function printServiceHelp(_0xa8a484){const _0x995327=a18_0x1b0c5d;console[_0x995327(0x88)](generateServiceHelp(_0xa8a484));}async function handleErrorAsync(_0x4332ed,_0x2625a0){const _0x18ce9c=a18_0x1b0c5d;if(_0x4332ed instanceof Error&&_0x4332ed[_0x18ce9c(0x6a)]==='ExitPromptError')return process[_0x18ce9c(0x6f)][_0x18ce9c(0x8a)](_0x18ce9c(0x91)),await exitWithOtelShutdown(0x0);if(_0x4332ed instanceof CliError){if(_0x4332ed[_0x18ce9c(0x92)]==='cancelled')return process[_0x18ce9c(0x6f)][_0x18ce9c(0x8a)]('\x0a'+_0x4332ed['message']+'\x0a'),await exitWithOtelShutdown(0x0);let _0x239c92=![];_0x2625a0&&usesStructuredErrorOutput(_0x2625a0[_0x18ce9c(0x76)])&&(_0x239c92=formatCliError(_0x4332ed,{'command':CLI_BIN_NAME+'\x20'+_0x2625a0['def'][_0x18ce9c(0x75)]+'\x20'+_0x2625a0[_0x18ce9c(0x76)][_0x18ce9c(0x74)],'risk':_0x2625a0[_0x18ce9c(0x76)][_0x18ce9c(0x93)],'format':resolveErrorOutputFormat(_0x2625a0),'jqFilter':typeof _0x2625a0[_0x18ce9c(0x70)]?.['jq']===_0x18ce9c(0x7d)?_0x2625a0[_0x18ce9c(0x70)]['jq']:undefined}));if(!_0x239c92){console[_0x18ce9c(0x81)](_0x18ce9c(0x87)+_0x4332ed[_0x18ce9c(0x7a)]);if(_0x4332ed[_0x18ce9c(0x8e)])console[_0x18ce9c(0x81)](_0x18ce9c(0x78)+_0x4332ed[_0x18ce9c(0x8e)]);if(_0x2625a0)printIssueReportNudgeForError(_0x4332ed,_0x2625a0);}return await exitWithOtelShutdown(_0x4332ed[_0x18ce9c(0x6c)]);}console['error']('Unexpected\x20error:',_0x4332ed);if(_0x2625a0)printIssueReportNudgeForError(_0x4332ed,_0x2625a0);return await exitWithOtelShutdown(0x1);}
2
+ const a18_0x5e36cc=a18_0x5433;(function(_0x49d768,_0x459880){const _0x49b01e=a18_0x5433,_0x3bf413=_0x49d768();while(!![]){try{const _0xfad184=parseInt(_0x49b01e(0x142))/0x1*(parseInt(_0x49b01e(0x148))/0x2)+-parseInt(_0x49b01e(0x137))/0x3+-parseInt(_0x49b01e(0x138))/0x4*(parseInt(_0x49b01e(0x135))/0x5)+parseInt(_0x49b01e(0x12a))/0x6*(-parseInt(_0x49b01e(0x12d))/0x7)+-parseInt(_0x49b01e(0x14c))/0x8+-parseInt(_0x49b01e(0x147))/0x9*(-parseInt(_0x49b01e(0x146))/0xa)+parseInt(_0x49b01e(0x13f))/0xb;if(_0xfad184===_0x459880)break;else _0x3bf413['push'](_0x3bf413['shift']());}catch(_0x218d3e){_0x3bf413['push'](_0x3bf413['shift']());}}}(a18_0x2292,0xc07cf));import a18_0x4642dd from'meow';import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,resolveRemovedCommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{formatCliError}from'./framework/output.js';import{resolveErrorOutputFormat,usesStructuredErrorOutput}from'./framework/error-output.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';import{reportCliHelpTrace}from'./telemetry/cli-help-trace.js';import{reportCommandTrace}from'./telemetry/cli-command-trace.js';import{registerOtelShutdownOnExit,exitWithOtelShutdown}from'./telemetry/register-otel-exit-shutdown.js';import{printIssueReportNudgeForError}from'./commands/issue/nudge.js';import{assertSupportedCommandFlags}from'./framework/supported-flags.js';let dynamicCliFlags=null;try{dynamicCliFlags=(await import(a18_0x5e36cc(0x145)))[a18_0x5e36cc(0x14b)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a18_0x5e36cc(0x130)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,cli=a18_0x4642dd(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});function a18_0x5433(_0x57604e,_0x3c5fa3){_0x57604e=_0x57604e-0x126;const _0x229244=a18_0x2292();let _0x543341=_0x229244[_0x57604e];return _0x543341;}registerOtelShutdownOnExit(),await run()[a18_0x5e36cc(0x12c)](handleErrorAsync);async function run(){const _0x413785=a18_0x5e36cc;let _0x19c034=cli['input'][0x0],_0x2e7f08=cli['input'][0x1];const _0x54c09c=cli['flags'];if(!_0x19c034){await reportCliHelpTrace('global'),showHelp();return;}const _0x226ac8=resolveRemovedCommand(_0x19c034,_0x2e7f08);_0x226ac8&&await handleErrorAsync(CliErrors[_0x413785(0x132)](_0x226ac8['message'],_0x226ac8[_0x413785(0x126)]));if(!isKnownService(_0x19c034)){await reportCliHelpTrace(_0x413785(0x131),{'service':_0x19c034}),showHelp();return;}const _0x11d12b=getServiceEntry(_0x19c034);if(!_0x2e7f08){if(_0x54c09c[_0x413785(0x13b)]){printServiceHelp(_0x19c034);return;}if(_0x11d12b[_0x413785(0x13c)])_0x2e7f08=_0x11d12b[_0x413785(0x13c)];else{if(_0x11d12b[_0x413785(0x12b)]){const {buildConfigFromFlags:_0x415e6f,initGlobalEnvironment:_0x12f022}=await import('./context.js'),_0x569654=_0x415e6f(_0x54c09c);await _0x12f022(_0x569654),await dispatchDeclarative(_0x11d12b[_0x413785(0x12b)],_0x19c034,'',[],_0x54c09c,_0x569654);return;}else{printServiceHelp(_0x19c034);return;}}}{let _0x56c537=findDefinition(_0x19c034,_0x2e7f08),_0x178cea=cli[_0x413785(0x144)][_0x413785(0x133)](0x2);if(!_0x56c537){if(_0x11d12b['wildcardDef']){if(_0x54c09c[_0x413785(0x13b)]){console[_0x413785(0x13a)](generateCommandHelp(_0x11d12b[_0x413785(0x12b)]));return;}_0x56c537=_0x11d12b[_0x413785(0x12b)],_0x178cea=[_0x2e7f08,...cli['input'][_0x413785(0x133)](0x2)];}else{printServiceHelp(_0x19c034),await handleErrorAsync(CliErrors[_0x413785(0x127)](_0x19c034+'\x20'+_0x2e7f08));return;}}assertSupportedCommandFlags(_0x56c537,_0x54c09c);if(_0x54c09c['help']){console[_0x413785(0x13a)](generateCommandHelp(_0x56c537));return;}const {buildConfigFromFlags:_0x1befa1,initGlobalEnvironment:_0x2d9c24,isRoutingRecoveryService:_0x186c24}=await import(_0x413785(0x129)),_0x5d641f=_0x1befa1(_0x54c09c);!_0x186c24(_0x19c034)&&await _0x2d9c24(_0x5d641f),await dispatchDeclarative(_0x56c537,_0x19c034,_0x2e7f08,_0x178cea,_0x54c09c,_0x5d641f);}}async function dispatchDeclarative(_0x1acb6b,_0x226620,_0x506c44,_0x1aae6f,_0x3031d1,_0x4ae008){const _0x2164a1=a18_0x5e36cc,_0xaef6da=Date['now']();let _0x1f94ef;try{await runCommand(_0x1acb6b,createPipelineEnv(_0x4ae008,_0x3031d1,_0x1aae6f));}catch(_0x2956d9){_0x1f94ef=_0x2956d9;}await reportCommandTrace({'service':_0x226620,'command':_0x506c44,'flags':_0x3031d1,'durationMs':Date['now']()-_0xaef6da,'error':_0x1f94ef}),_0x1f94ef&&await handleErrorAsync(_0x1f94ef,{'service':_0x226620,'command':_0x506c44,'def':_0x1acb6b,'flags':_0x3031d1,'defaultFormat':_0x4ae008[_0x2164a1(0x149)]});}function printServiceHelp(_0x166399){const _0x3f991a=a18_0x5e36cc;console[_0x3f991a(0x13a)](generateServiceHelp(_0x166399));}async function handleErrorAsync(_0x411e57,_0x4961f2){const _0x49435a=a18_0x5e36cc;if(_0x411e57 instanceof Error&&_0x411e57['name']===_0x49435a(0x140))return process[_0x49435a(0x13d)][_0x49435a(0x12e)]('\x0aCancelled.\x0a'),await exitWithOtelShutdown(0x0);if(_0x411e57 instanceof CliError){if(_0x411e57['code']===_0x49435a(0x134))return process[_0x49435a(0x13d)]['write']('\x0a'+_0x411e57['message']+'\x0a'),await exitWithOtelShutdown(0x0);let _0x2430a2=![];_0x4961f2&&usesStructuredErrorOutput(_0x4961f2[_0x49435a(0x13e)])&&(_0x2430a2=formatCliError(_0x411e57,{'command':CLI_BIN_NAME+'\x20'+_0x4961f2['def']['service']+'\x20'+_0x4961f2['def'][_0x49435a(0x141)],'risk':_0x4961f2[_0x49435a(0x13e)][_0x49435a(0x139)],'format':resolveErrorOutputFormat(_0x4961f2),'jqFilter':typeof _0x4961f2['flags']?.['jq']==='string'?_0x4961f2['flags']['jq']:undefined}));if(!_0x2430a2){console[_0x49435a(0x12f)](_0x49435a(0x136)+_0x411e57[_0x49435a(0x128)]);if(_0x411e57['hint'])console['error'](_0x49435a(0x143)+_0x411e57['hint']);if(_0x4961f2)printIssueReportNudgeForError(_0x411e57,_0x4961f2);}return await exitWithOtelShutdown(_0x411e57['exitCode']);}console['error'](_0x49435a(0x14a),_0x411e57);if(_0x4961f2)printIssueReportNudgeForError(_0x411e57,_0x4961f2);return await exitWithOtelShutdown(0x1);}function a18_0x2292(){const _0x4aaa32=['format','Unexpected\x20error:','dynamicCliFlags','4473312ccZdYH','hint','unknownCommand','message','./context.js','12LZtECh','wildcardDef','catch','4409062jDwOCw','write','error','unknown','unknown_service','validation','slice','cancelled','60nZBwsL','Error:\x20','276126lqflVR','132812gXwKIx','risk','log','help','defaultCommand','stderr','def','23667336mCqISP','ExitPromptError','command','7489Ymfwfg','Hint:\x20','input','./cli-flags.js','5043780eqmSsH','9yXyyfv','118LDgIqE'];a18_0x2292=function(){return _0x4aaa32;};return a18_0x2292();}
@@ -1 +1 @@
1
- const a19_0x340062=a19_0x4ccd;function a19_0x4ccd(_0x7a395e,_0x164bce){_0x7a395e=_0x7a395e-0x1ce;const _0x5186b4=a19_0x5186();let _0x4ccdfc=_0x5186b4[_0x7a395e];return _0x4ccdfc;}(function(_0x3ba706,_0x583458){const _0x147b99=a19_0x4ccd,_0x91d80=_0x3ba706();while(!![]){try{const _0x3d828b=parseInt(_0x147b99(0x1df))/0x1+parseInt(_0x147b99(0x1d7))/0x2*(-parseInt(_0x147b99(0x1fc))/0x3)+parseInt(_0x147b99(0x1d9))/0x4*(-parseInt(_0x147b99(0x1f6))/0x5)+parseInt(_0x147b99(0x1f3))/0x6+parseInt(_0x147b99(0x1ef))/0x7+parseInt(_0x147b99(0x1e9))/0x8*(-parseInt(_0x147b99(0x1e6))/0x9)+parseInt(_0x147b99(0x1dc))/0xa*(-parseInt(_0x147b99(0x1f5))/0xb);if(_0x3d828b===_0x583458)break;else _0x91d80['push'](_0x91d80['shift']());}catch(_0x15277a){_0x91d80['push'](_0x91d80['shift']());}}}(a19_0x5186,0xb9598));import a19_0x238911 from'ora';import{fetchModelList}from'../../core/api-client.js';function a19_0x5186(){const _0x12cf68=['\x1b[90m*\x20Filtered\x20','read','\x20succeeded,\x20','78RCbXKR','cookie','isArray','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','\x20doc(s)\x20in\x20','Failed\x20to\x20fetch\x20datasets','output','Doc\x20generation\x20complete:\x20','\x1b[0m','appCode','message','\x20\x20•\x20','datasetCode','length','\x20dataset(s)','datasetcode','...','write','join','succeed','start','✓\x20Generated\x20','map','success','\x20of\x20','.md','\x0d\x20\x20[','39804VEKASI','parse','36764zLTalT','\x20file(s)','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','4846220ZnwqGc','filter','\x1b[90m*\x20Generating\x20docs\x20for:\x20','1084494LQvrMH','\x20dataset(s)\x1b[0m','datasetName','fail','params','!\x20No\x20datasets\x20found.','error','567AKnjZy','str','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','37960QguzOr','padStart','string','trim','validation','Fetching\x20dataset\x20list\x20for\x20','3694845dnrzDE','Fetched\x20','stdout','Doc\x20generation:\x20','3404130pLtdkB','):\x20','11OXOWKq','65AgGHNy','Invalid\x20--params:\x20','object'];a19_0x5186=function(){return _0x12cf68;};return a19_0x5186();}import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':'api','command':'generate','description':a19_0x340062(0x1db),'risk':a19_0x340062(0x1fa),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a19_0x340062(0x202),'type':'string','description':'Output\x20directory\x20(default:\x20./docs)'},{'name':a19_0x340062(0x20b),'type':a19_0x340062(0x1eb),'description':a19_0x340062(0x1e8)},{'name':'params','type':a19_0x340062(0x1eb),'description':a19_0x340062(0x1ff)}],async 'execute'(_0x5ee3ee){const _0x3a3f43=a19_0x340062,_0x469d95=_0x5ee3ee[_0x3a3f43(0x1e7)](_0x3a3f43(0x202))||'./docs',_0x2086f1=_0x5ee3ee[_0x3a3f43(0x1e7)]('datasetcode'),_0x2bbedd=_0x5ee3ee[_0x3a3f43(0x1e7)](_0x3a3f43(0x1e3));let _0x1f090c;if(_0x2bbedd)try{_0x1f090c=JSON[_0x3a3f43(0x1d8)](_0x2bbedd);if(typeof _0x1f090c!==_0x3a3f43(0x1f8)||_0x1f090c===null||Array[_0x3a3f43(0x1fe)](_0x1f090c))throw new Error('must\x20be\x20a\x20JSON\x20object');}catch(_0x2d4568){throw CliErrors['validation'](_0x3a3f43(0x1f7)+(_0x2d4568 instanceof Error?_0x2d4568[_0x3a3f43(0x206)]:String(_0x2d4568)),'Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27');}let _0xf5e8f6;if(_0x2086f1){const _0x205453=_0x2086f1['split'](',')[_0x3a3f43(0x1d2)](_0x45520c=>_0x45520c[_0x3a3f43(0x1ec)]())[_0x3a3f43(0x1dd)](_0x4fe721=>_0x4fe721[_0x3a3f43(0x209)]>0x0);if(_0x205453[_0x3a3f43(0x209)]===0x0)throw CliErrors[_0x3a3f43(0x1ed)]('--datasetcode\x20cannot\x20be\x20empty.');_0xf5e8f6=new Set(_0x205453),writeCliSideChannelLine(_0x3a3f43(0x1de)+_0x205453['join'](',\x20')+_0x3a3f43(0x204));}const _0x25acb1=a19_0x238911(_0x3a3f43(0x1ee)+_0x5ee3ee['appCode']+_0x3a3f43(0x20c))[_0x3a3f43(0x1d0)]();let _0x3a1889;try{({configArray:_0x3a1889}=await fetchModelList(_0x5ee3ee[_0x3a3f43(0x205)],_0x5ee3ee[_0x3a3f43(0x1fd)]),_0x25acb1[_0x3a3f43(0x1cf)](_0x3a3f43(0x1f0)+_0x3a1889[_0x3a3f43(0x209)]+_0x3a3f43(0x20a)));}catch(_0x219040){_0x25acb1[_0x3a3f43(0x1e2)](_0x3a3f43(0x201));throw _0x219040;}if(_0x3a1889['length']===0x0)return writeCliSideChannelLine(_0x3a3f43(0x1e4)),{'ok':!![]};let _0x54725c=_0x3a1889;if(_0xf5e8f6){_0x54725c=_0x3a1889[_0x3a3f43(0x1dd)](_0xc7dd2=>_0xf5e8f6['has'](_0xc7dd2['datasetCode']));const _0x73f0fd=[..._0xf5e8f6][_0x3a3f43(0x1dd)](_0x209a49=>!_0x3a1889['some'](_0x429081=>_0x429081[_0x3a3f43(0x208)]===_0x209a49));_0x73f0fd[_0x3a3f43(0x209)]>0x0&&writeCliSideChannelLine('\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20'+_0x73f0fd[_0x3a3f43(0x1ce)](',\x20')+_0x3a3f43(0x204));if(_0x54725c[_0x3a3f43(0x209)]===0x0)throw CliErrors[_0x3a3f43(0x1ed)]('None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20'+[..._0xf5e8f6][_0x3a3f43(0x1ce)](',\x20'));writeCliSideChannelLine(_0x3a3f43(0x1f9)+_0x54725c[_0x3a3f43(0x209)]+_0x3a3f43(0x1d4)+_0x3a1889[_0x3a3f43(0x209)]+_0x3a3f43(0x1e0));}let _0x3c949e=0x0;const _0x448083=await generateDatasetDocs(_0x54725c,_0x5ee3ee[_0x3a3f43(0x205)],_0x5ee3ee[_0x3a3f43(0x1fd)],_0x469d95,(_0x11a5b2,_0x301f7a,_0x42a9b0)=>{const _0x432b18=_0x3a3f43;_0x3c949e=_0x11a5b2,process[_0x432b18(0x1f1)][_0x432b18(0x20d)](_0x432b18(0x1d6)+String(_0x11a5b2)[_0x432b18(0x1ea)](String(_0x301f7a)[_0x432b18(0x209)])+'/'+_0x301f7a+']\x20'+_0x42a9b0+_0x432b18(0x1d5));},_0x1f090c);if(_0x3c949e>0x0)process[_0x3a3f43(0x1f1)]['write']('\x0a');const _0x42600d=_0x448083[_0x3a3f43(0x1dd)](_0x172f97=>_0x172f97[_0x3a3f43(0x1d3)])['length'],_0x19fc50=_0x448083['filter'](_0x548565=>!_0x548565[_0x3a3f43(0x1d3)])[_0x3a3f43(0x209)];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x3a3f43(0x1d1)+_0x42600d+_0x3a3f43(0x200)+_0x469d95);if(_0x19fc50>0x0){writeCliSideChannelLine('!\x20'+_0x19fc50+'\x20doc(s)\x20failed');for(const _0x41d39d of _0x448083[_0x3a3f43(0x1dd)](_0x49f628=>!_0x49f628[_0x3a3f43(0x1d3)])){writeCliSideChannelLine(_0x3a3f43(0x207)+_0x41d39d[_0x3a3f43(0x1e1)]+'\x20('+_0x41d39d[_0x3a3f43(0x208)]+_0x3a3f43(0x1f4)+_0x41d39d[_0x3a3f43(0x1e5)]);}}return{'ok':_0x19fc50===0x0,'message':_0x19fc50>0x0?_0x3a3f43(0x1f2)+_0x42600d+_0x3a3f43(0x1fb)+_0x19fc50+'\x20failed':_0x3a3f43(0x203)+_0x42600d+_0x3a3f43(0x1da)};}};
1
+ const a19_0x3c3783=a19_0x2b0f;(function(_0x21edfd,_0x3bfbab){const _0xbdb9f9=a19_0x2b0f,_0xbe3c15=_0x21edfd();while(!![]){try{const _0x336e99=parseInt(_0xbdb9f9(0x6e))/0x1*(-parseInt(_0xbdb9f9(0x7c))/0x2)+parseInt(_0xbdb9f9(0x7a))/0x3+-parseInt(_0xbdb9f9(0x77))/0x4+parseInt(_0xbdb9f9(0xa3))/0x5+parseInt(_0xbdb9f9(0x75))/0x6+-parseInt(_0xbdb9f9(0x9f))/0x7+parseInt(_0xbdb9f9(0x97))/0x8;if(_0x336e99===_0x3bfbab)break;else _0xbe3c15['push'](_0xbe3c15['shift']());}catch(_0x16a106){_0xbe3c15['push'](_0xbe3c15['shift']());}}}(a19_0x4116,0x749ba));import a19_0x4a1cdf from'ora';function a19_0x2b0f(_0x28670b,_0x12cc0b){_0x28670b=_0x28670b-0x6b;const _0x411644=a19_0x4116();let _0x2b0f1e=_0x411644[_0x28670b];return _0x2b0f1e;}function a19_0x4116(){const _0xabe87f=['24330KMTkTu','Doc\x20generation:\x20','...','datasetCode','):\x20','must\x20be\x20a\x20JSON\x20object','✓\x20Generated\x20','message','5gPubif','datasetName','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','success','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','validation','\x1b[90m*\x20Generating\x20docs\x20for:\x20','4302024NsBeQg','succeed','2321572aZOtze','\x1b[0m','generate','2197722LJRSym','trim','109162pOEfvr','split','write','filter','params','\x20dataset(s)','error','Fetching\x20dataset\x20list\x20for\x20','!\x20No\x20datasets\x20found.','Fetched\x20','cookie','object','api','some','str','fail','\x20of\x20','\x20succeeded,\x20','read','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','datasetcode','Invalid\x20--params:\x20','length','\x20file(s)','--datasetcode\x20cannot\x20be\x20empty.','\x0d\x20\x20[','appCode','4048616BmZjXP','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','output','\x20doc(s)\x20failed','join','padStart','has','4407179ircijE','stdout','Failed\x20to\x20fetch\x20datasets','map'];a19_0x4116=function(){return _0xabe87f;};return a19_0x4116();}import{fetchModelList}from'../../core/api-client.js';import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a19_0x3c3783(0x88),'command':a19_0x3c3783(0x79),'description':a19_0x3c3783(0x72),'risk':a19_0x3c3783(0x8e),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a19_0x3c3783(0x9a),'type':'string','description':'Output\x20directory\x20(default:\x20./docs)'},{'name':'datasetcode','type':'string','description':a19_0x3c3783(0x99)},{'name':'params','type':'string','description':a19_0x3c3783(0x70)}],async 'execute'(_0x2a32ae){const _0x3fa798=a19_0x3c3783,_0x348aa0=_0x2a32ae[_0x3fa798(0x8a)](_0x3fa798(0x9a))||'./docs',_0x3f2532=_0x2a32ae['str'](_0x3fa798(0x90)),_0xe5aa99=_0x2a32ae[_0x3fa798(0x8a)](_0x3fa798(0x80));let _0x1a167e;if(_0xe5aa99)try{_0x1a167e=JSON['parse'](_0xe5aa99);if(typeof _0x1a167e!==_0x3fa798(0x87)||_0x1a167e===null||Array['isArray'](_0x1a167e))throw new Error(_0x3fa798(0x6b));}catch(_0x3a349c){throw CliErrors[_0x3fa798(0x73)](_0x3fa798(0x91)+(_0x3a349c instanceof Error?_0x3a349c[_0x3fa798(0x6d)]:String(_0x3a349c)),_0x3fa798(0x8f));}let _0x12e0bc;if(_0x3f2532){const _0x46b343=_0x3f2532[_0x3fa798(0x7d)](',')[_0x3fa798(0xa2)](_0x170712=>_0x170712[_0x3fa798(0x7b)]())['filter'](_0x2fb22f=>_0x2fb22f[_0x3fa798(0x92)]>0x0);if(_0x46b343[_0x3fa798(0x92)]===0x0)throw CliErrors[_0x3fa798(0x73)](_0x3fa798(0x94));_0x12e0bc=new Set(_0x46b343),writeCliSideChannelLine(_0x3fa798(0x74)+_0x46b343[_0x3fa798(0x9c)](',\x20')+_0x3fa798(0x78));}const _0x49c1ef=a19_0x4a1cdf(_0x3fa798(0x83)+_0x2a32ae[_0x3fa798(0x96)]+_0x3fa798(0xa5))['start']();let _0x183ec7;try{({configArray:_0x183ec7}=await fetchModelList(_0x2a32ae[_0x3fa798(0x96)],_0x2a32ae[_0x3fa798(0x86)]),_0x49c1ef[_0x3fa798(0x76)](_0x3fa798(0x85)+_0x183ec7['length']+_0x3fa798(0x81)));}catch(_0x22bac4){_0x49c1ef[_0x3fa798(0x8b)](_0x3fa798(0xa1));throw _0x22bac4;}if(_0x183ec7['length']===0x0)return writeCliSideChannelLine(_0x3fa798(0x84)),{'ok':!![]};let _0x277e2e=_0x183ec7;if(_0x12e0bc){_0x277e2e=_0x183ec7[_0x3fa798(0x7f)](_0x3da836=>_0x12e0bc[_0x3fa798(0x9e)](_0x3da836[_0x3fa798(0xa6)]));const _0x5b853f=[..._0x12e0bc][_0x3fa798(0x7f)](_0x469315=>!_0x183ec7[_0x3fa798(0x89)](_0x22f5c5=>_0x22f5c5[_0x3fa798(0xa6)]===_0x469315));_0x5b853f['length']>0x0&&writeCliSideChannelLine('\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20'+_0x5b853f['join'](',\x20')+'\x1b[0m');if(_0x277e2e['length']===0x0)throw CliErrors[_0x3fa798(0x73)](_0x3fa798(0x98)+[..._0x12e0bc][_0x3fa798(0x9c)](',\x20'));writeCliSideChannelLine('\x1b[90m*\x20Filtered\x20'+_0x277e2e[_0x3fa798(0x92)]+_0x3fa798(0x8c)+_0x183ec7[_0x3fa798(0x92)]+'\x20dataset(s)\x1b[0m');}let _0x63717f=0x0;const _0x1d0ceb=await generateDatasetDocs(_0x277e2e,_0x2a32ae[_0x3fa798(0x96)],_0x2a32ae[_0x3fa798(0x86)],_0x348aa0,(_0x3b4073,_0x1590fe,_0x301d0a)=>{const _0x1314c0=_0x3fa798;_0x63717f=_0x3b4073,process['stdout'][_0x1314c0(0x7e)](_0x1314c0(0x95)+String(_0x3b4073)[_0x1314c0(0x9d)](String(_0x1590fe)[_0x1314c0(0x92)])+'/'+_0x1590fe+']\x20'+_0x301d0a+'.md');},_0x1a167e);if(_0x63717f>0x0)process[_0x3fa798(0xa0)]['write']('\x0a');const _0x3a8826=_0x1d0ceb[_0x3fa798(0x7f)](_0x57e484=>_0x57e484[_0x3fa798(0x71)])[_0x3fa798(0x92)],_0x3d8fd6=_0x1d0ceb[_0x3fa798(0x7f)](_0x5cf98a=>!_0x5cf98a[_0x3fa798(0x71)])[_0x3fa798(0x92)];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x3fa798(0x6c)+_0x3a8826+'\x20doc(s)\x20in\x20'+_0x348aa0);if(_0x3d8fd6>0x0){writeCliSideChannelLine('!\x20'+_0x3d8fd6+_0x3fa798(0x9b));for(const _0x9149d2 of _0x1d0ceb['filter'](_0x2f4b1d=>!_0x2f4b1d[_0x3fa798(0x71)])){writeCliSideChannelLine('\x20\x20•\x20'+_0x9149d2[_0x3fa798(0x6f)]+'\x20('+_0x9149d2[_0x3fa798(0xa6)]+_0x3fa798(0xa7)+_0x9149d2[_0x3fa798(0x82)]);}}return{'ok':_0x3d8fd6===0x0,'message':_0x3d8fd6>0x0?_0x3fa798(0xa4)+_0x3a8826+_0x3fa798(0x8d)+_0x3d8fd6+'\x20failed':'Doc\x20generation\x20complete:\x20'+_0x3a8826+_0x3fa798(0x93)};}};
@@ -1 +1 @@
1
- (function(_0x3b57ef,_0x442623){const _0x26785f=a20_0x515a,_0x4b15c9=_0x3b57ef();while(!![]){try{const _0x3c8264=parseInt(_0x26785f(0x18f))/0x1+parseInt(_0x26785f(0x191))/0x2+parseInt(_0x26785f(0x18b))/0x3+parseInt(_0x26785f(0x18e))/0x4*(parseInt(_0x26785f(0x18d))/0x5)+parseInt(_0x26785f(0x192))/0x6*(-parseInt(_0x26785f(0x194))/0x7)+-parseInt(_0x26785f(0x190))/0x8+parseInt(_0x26785f(0x18c))/0x9*(-parseInt(_0x26785f(0x193))/0xa);if(_0x3c8264===_0x442623)break;else _0x4b15c9['push'](_0x4b15c9['shift']());}catch(_0x2f2cf8){_0x4b15c9['push'](_0x4b15c9['shift']());}}}(a20_0x7288,0xcd26a));function a20_0x515a(_0x1b1c2b,_0x7c2e4f){_0x1b1c2b=_0x1b1c2b-0x18b;const _0x728866=a20_0x7288();let _0x515af2=_0x728866[_0x1b1c2b];return _0x515af2;}import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';function a20_0x7288(){const _0x45cb22=['64IVaogj','302442NWZeyS','12184680MOVzGN','609732ECThVS','163974wnnPnM','4042810AZoaqt','28hUcsCm','3678723sXENqF','18mQSlhs','452410LwjKqj'];a20_0x7288=function(){return _0x45cb22;};return a20_0x7288();}import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];
1
+ function a20_0x1d1a(){const _0x17fd31=['55486AZpInm','10554124gqDJUB','185qANTXj','9YwNxEp','10106128NsMAlP','9cZzxuS','17202EJaAog','201mwlPwG','11530370yucIOG','22964ChuChq','85921fuaTHl'];a20_0x1d1a=function(){return _0x17fd31;};return a20_0x1d1a();}(function(_0x236a07,_0xca7fa9){const _0x1b206d=a20_0x378a,_0x2dc4d4=_0x236a07();while(!![]){try{const _0x33088a=parseInt(_0x1b206d(0x1f9))/0x1*(-parseInt(_0x1b206d(0x1f6))/0x2)+-parseInt(_0x1b206d(0x1fd))/0x3*(parseInt(_0x1b206d(0x1f4))/0x4)+-parseInt(_0x1b206d(0x1f8))/0x5*(-parseInt(_0x1b206d(0x1fc))/0x6)+parseInt(_0x1b206d(0x1f7))/0x7+-parseInt(_0x1b206d(0x1fa))/0x8+parseInt(_0x1b206d(0x1fb))/0x9*(parseInt(_0x1b206d(0x1fe))/0xa)+parseInt(_0x1b206d(0x1f5))/0xb;if(_0x33088a===_0xca7fa9)break;else _0x2dc4d4['push'](_0x2dc4d4['shift']());}catch(_0x52d897){_0x2dc4d4['push'](_0x2dc4d4['shift']());}}}(a20_0x1d1a,0xd6203));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';function a20_0x378a(_0x2bdfee,_0x31e2d9){_0x2bdfee=_0x2bdfee-0x1f4;const _0x1d1a21=a20_0x1d1a();let _0x378a97=_0x1d1a21[_0x2bdfee];return _0x378a97;}import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];
@@ -1 +1 @@
1
- const a21_0xe8e49c=a21_0x222f;(function(_0x37d2d1,_0x5167ce){const _0xd7b5e0=a21_0x222f,_0x7d9241=_0x37d2d1();while(!![]){try{const _0x2c383a=parseInt(_0xd7b5e0(0x164))/0x1*(parseInt(_0xd7b5e0(0x161))/0x2)+-parseInt(_0xd7b5e0(0x16c))/0x3*(-parseInt(_0xd7b5e0(0x165))/0x4)+-parseInt(_0xd7b5e0(0x16b))/0x5*(parseInt(_0xd7b5e0(0x15e))/0x6)+parseInt(_0xd7b5e0(0x15c))/0x7+-parseInt(_0xd7b5e0(0x171))/0x8+-parseInt(_0xd7b5e0(0x15d))/0x9+parseInt(_0xd7b5e0(0x16f))/0xa*(-parseInt(_0xd7b5e0(0x168))/0xb);if(_0x2c383a===_0x5167ce)break;else _0x7d9241['push'](_0x7d9241['shift']());}catch(_0xc430d2){_0x7d9241['push'](_0x7d9241['shift']());}}}(a21_0x2e24,0xb18f7));import{fetchModelList}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{initMultiAppEnvironment}from'../../context.js';function a21_0x222f(_0xe42bc1,_0x43466d){_0xe42bc1=_0xe42bc1-0x15b;const _0x2e24be=a21_0x2e24();let _0x222ff9=_0x2e24be[_0xe42bc1];return _0x222ff9;}function a21_0x2e24(){const _0x5ea3da=['isDefault','api','158IGViFc','read','push','13231MqFqfO','1918504dSCBky','global','cookie','143ZxSuXY','appcode','region','414005TQhDEX','9tegIeX','appCode','list','578360BcJVor','map','7842160UhdIss','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','rawFlags','boolean','7635845UPpgTr','8549415XofOnk','12nHIIFj'];a21_0x2e24=function(){return _0x5ea3da;};return a21_0x2e24();}export const apiList={'service':a21_0xe8e49c(0x160),'command':a21_0xe8e49c(0x16e),'description':'List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','risk':a21_0xe8e49c(0x162),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a21_0xe8e49c(0x166),'type':a21_0xe8e49c(0x15b),'description':a21_0xe8e49c(0x172),'default':![]}],async 'execute'(_0x4a9858){const _0x22ba98=a21_0xe8e49c,_0x2d3991=_0x4a9858[_0x22ba98(0x173)]['appcode']?String(_0x4a9858[_0x22ba98(0x173)][_0x22ba98(0x169)]):undefined,_0x1b2dee=resolveTargetApps(_0x4a9858,_0x2d3991);if(_0x1b2dee){const _0x76cc54=[];for(const _0x2e77f4 of _0x1b2dee){const _0xab0cf8=_0x2e77f4['cookie']||_0x4a9858['cookie'];await initMultiAppEnvironment(_0x2e77f4);const {configArray:_0x5c2c37}=await fetchModelList(_0x2e77f4[_0x22ba98(0x169)],_0xab0cf8);_0x76cc54[_0x22ba98(0x163)](..._0x5c2c37[_0x22ba98(0x170)](_0xbbf1c6=>({..._0xbbf1c6,'_appName':_0x2e77f4['name'],'_appCode':_0x2e77f4[_0x22ba98(0x169)],'_region':_0x2e77f4[_0x22ba98(0x16a)],'_isDefault':_0x2e77f4[_0x22ba98(0x15f)]})));}return{'ok':!![],'data':_0x76cc54};}const {configArray:_0x1c98f4}=await fetchModelList(_0x4a9858[_0x22ba98(0x16d)],_0x4a9858[_0x22ba98(0x167)]);return{'ok':!![],'data':_0x1c98f4};}};
1
+ function a21_0x5024(){const _0x3492ec=['name','region','api','List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','12366108jbGoVj','cookie','927028MMuSfr','push','2kgXUcJ','boolean','rawFlags','appcode','list','4986179VXmnQZ','40CYsueJ','global','4930440Qeynez','35QUAAIM','map','3743625qlEUaH','105BqyZUW','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','820672LDdAAV','read','88196IRoaLI'];a21_0x5024=function(){return _0x3492ec;};return a21_0x5024();}const a21_0xe2dfda=a21_0x5829;(function(_0x5c2e9f,_0x5f5c77){const _0x3e550c=a21_0x5829,_0x54b4a7=_0x5c2e9f();while(!![]){try{const _0x30bed5=parseInt(_0x3e550c(0x8a))/0x1*(-parseInt(_0x3e550c(0x9a))/0x2)+-parseInt(_0x3e550c(0x95))/0x3+parseInt(_0x3e550c(0xa1))/0x4*(-parseInt(_0x3e550c(0x93))/0x5)+-parseInt(_0x3e550c(0x92))/0x6+-parseInt(_0x3e550c(0x96))/0x7*(-parseInt(_0x3e550c(0x98))/0x8)+parseInt(_0x3e550c(0x9f))/0x9+parseInt(_0x3e550c(0x90))/0xa*(parseInt(_0x3e550c(0x8f))/0xb);if(_0x30bed5===_0x5f5c77)break;else _0x54b4a7['push'](_0x54b4a7['shift']());}catch(_0xe8f4af){_0x54b4a7['push'](_0x54b4a7['shift']());}}}(a21_0x5024,0xe6e9a));import{fetchModelList}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a21_0x5829(_0x243bad,_0x4a0943){_0x243bad=_0x243bad-0x89;const _0x502467=a21_0x5024();let _0x58293f=_0x502467[_0x243bad];return _0x58293f;}import{resolveTargetApps}from'../../commands/api/shared.js';import{initMultiAppEnvironment}from'../../context.js';export const apiList={'service':a21_0xe2dfda(0x9d),'command':a21_0xe2dfda(0x8e),'description':a21_0xe2dfda(0x9e),'risk':a21_0xe2dfda(0x99),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a21_0xe2dfda(0x91),'type':a21_0xe2dfda(0x8b),'description':a21_0xe2dfda(0x97),'default':![]}],async 'execute'(_0x15c608){const _0x5ab874=a21_0xe2dfda,_0x2b5e76=_0x15c608['rawFlags'][_0x5ab874(0x8d)]?String(_0x15c608[_0x5ab874(0x8c)][_0x5ab874(0x8d)]):undefined,_0x2e8a03=resolveTargetApps(_0x15c608,_0x2b5e76);if(_0x2e8a03){const _0x1b1fe3=[];for(const _0x160361 of _0x2e8a03){const _0x2387b0=_0x160361['cookie']||_0x15c608[_0x5ab874(0xa0)];await initMultiAppEnvironment(_0x160361);const {configArray:_0x219e7d}=await fetchModelList(_0x160361['appcode'],_0x2387b0);_0x1b1fe3[_0x5ab874(0x89)](..._0x219e7d[_0x5ab874(0x94)](_0x1209f=>({..._0x1209f,'_appName':_0x160361[_0x5ab874(0x9b)],'_appCode':_0x160361[_0x5ab874(0x8d)],'_region':_0x160361[_0x5ab874(0x9c)],'_isDefault':_0x160361['isDefault']})));}return{'ok':!![],'data':_0x1b1fe3};}const {configArray:_0x321e23}=await fetchModelList(_0x15c608['appCode'],_0x15c608['cookie']);return{'ok':!![],'data':_0x321e23};}};
@@ -1 +1 @@
1
- const a22_0x4562f6=a22_0x1e32;(function(_0x15529b,_0x4d0508){const _0x3cc696=a22_0x1e32,_0x33e3c3=_0x15529b();while(!![]){try{const _0x38ee21=-parseInt(_0x3cc696(0x1d6))/0x1*(-parseInt(_0x3cc696(0x1a8))/0x2)+parseInt(_0x3cc696(0x1d5))/0x3+parseInt(_0x3cc696(0x19f))/0x4*(parseInt(_0x3cc696(0x1e8))/0x5)+-parseInt(_0x3cc696(0x1bc))/0x6+-parseInt(_0x3cc696(0x19c))/0x7+parseInt(_0x3cc696(0x196))/0x8*(parseInt(_0x3cc696(0x1a1))/0x9)+parseInt(_0x3cc696(0x1ca))/0xa*(-parseInt(_0x3cc696(0x1c5))/0xb);if(_0x38ee21===_0x4d0508)break;else _0x33e3c3['push'](_0x33e3c3['shift']());}catch(_0x17a059){_0x33e3c3['push'](_0x33e3c3['shift']());}}}(a22_0x2474,0x7493c));import a22_0x5f3693 from'ora';function a22_0x2474(){const _0x747f7d=['sdkConfigPath','has','292giHplR','\x20succeeded,\x20','106677xMMmwL','merged','Fetched\x20','size','pull','validation','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','4LnNICN','needsAgentMerge','str','client','modelRegistryPath','production','modelRuntimePath','start','profiles','cookie','AppCode\x20\x22','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','...','files','Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22','rawFlags','global','includes','fail','map','2287338kyjUZw','Model\x20facts\x20were\x20refreshed,\x20but\x20the\x20stable\x20source\x20entrypoints\x20are\x20not\x20installed.\x20Run\x20`rabetbase\x20project\x20upgrade\x20--dry-run`,\x20then\x20`rabetbase\x20project\x20upgrade\x20--yes`.','--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.','models','\x20failed',';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','succeed','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','NOT-SET','781enUKnb','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','modelProfile','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.','output','175490MOJHFl','name','Failed:\x20',';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints','apiFilePath','needsProjectUpgrade',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','Done:\x20','join','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','created','2100174aSeNYM','288687SeREqp','apiDir','appCode','none','outputDir','values','defaultApp','bool','basename','boolean','env','Pulling\x20','read','isDefault','force','exists','message','appcode','50510XcEaIy','currentApp','overwritten','clientFilePath','filter','modelCount','Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.','split','api','selectedAppName','\x20model(s)','app','find','Output\x20directory\x20(default:\x20','action','\x20\x20•\x20',')...','304tzujaF','mergedCli','isDefaultConfig','isUnboundTemplate','push','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','2524130ZKwpzA'];a22_0x2474=function(){return _0x747f7d;};return a22_0x2474();}import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';import{resolveTargetApps}from'../../commands/api/shared.js';function a22_0x1e32(_0x328722,_0x256888){_0x328722=_0x328722-0x188;const _0x2474e4=a22_0x2474();let _0x1e3294=_0x2474e4[_0x328722];return _0x1e3294;}import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';import a22_0x389a15 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';const EXISTING_TS_HINT=a22_0x4562f6(0x1bd);function inspectModelRegistry(_0x231b26,_0x2b7feb){const _0x5bc0bd=a22_0x4562f6,_0x3ece05=a22_0x389a15[_0x5bc0bd(0x1d2)](_0x231b26,MODEL_REGISTRY_FILE_NAME),_0x3126d1=existsSync(_0x3ece05);if(!_0x3126d1)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0x43562d=readModelRegistry(_0x3ece05);if(!_0x43562d)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x5bc0bd(0x1d3));const _0x37b10b=new Set(Object[_0x5bc0bd(0x1db)](_0x43562d[_0x5bc0bd(0x1b0)])[_0x5bc0bd(0x1bb)](_0x29584a=>_0x29584a[_0x5bc0bd(0x1d8)])[_0x5bc0bd(0x189)](_0x193ec3=>_0x193ec3!==_0x5bc0bd(0x1c4)));return{'exists':!![],'hasAppCode':!!_0x2b7feb&&_0x37b10b[_0x5bc0bd(0x19e)](_0x2b7feb),'isUnboundTemplate':_0x37b10b[_0x5bc0bd(0x1a4)]===0x0};}function toPullData(_0x1ffd87){const _0x40e796=a22_0x4562f6;return{'appCode':_0x1ffd87[_0x40e796(0x1d8)],'configName':_0x1ffd87['configName'],'isDefaultConfig':_0x1ffd87[_0x40e796(0x198)],'models':_0x1ffd87[_0x40e796(0x1bf)],'sdkRouting':_0x1ffd87['sdkRouting'],'files':_0x1ffd87[_0x40e796(0x1b5)],'needsAgentMerge':_0x1ffd87[_0x40e796(0x1a9)],'needsProjectUpgrade':_0x1ffd87[_0x40e796(0x1cf)],'apiFilePath':_0x1ffd87[_0x40e796(0x1ce)],'clientFilePath':_0x1ffd87['clientFilePath'],'sdkConfigPath':_0x1ffd87[_0x40e796(0x19d)],'modelRegistryPath':_0x1ffd87[_0x40e796(0x1ac)],'modelRuntimePath':_0x1ffd87[_0x40e796(0x1ae)],'modelProfile':_0x1ffd87[_0x40e796(0x1c7)],'datasetCount':_0x1ffd87[_0x40e796(0x18a)],'modelCount':_0x1ffd87['modelCount']};}function describePull(_0xb4b28a){const _0x33909e=a22_0x4562f6,_0x2cfba8=a22_0x389a15[_0x33909e(0x1de)](_0xb4b28a[_0x33909e(0x19d)]);if(_0xb4b28a['modelProfile']){const _0x1b2d0d=_0x33909e(0x1a3)+_0xb4b28a[_0x33909e(0x18a)]+_0x33909e(0x1a7)+_0xb4b28a[_0x33909e(0x1c7)]+'\x22';if(_0xb4b28a[_0x33909e(0x1a9)])return _0x1b2d0d+'.\x20'+EXISTING_TS_HINT;if(_0xb4b28a[_0x33909e(0x1b5)][_0x33909e(0x18d)][_0x33909e(0x193)]===_0x33909e(0x1ea)||_0xb4b28a[_0x33909e(0x1b5)]['client'][_0x33909e(0x193)]===_0x33909e(0x1ea))return _0x1b2d0d+_0x33909e(0x1d0);if(_0xb4b28a[_0x33909e(0x1b5)][_0x33909e(0x18d)]['action']===_0x33909e(0x1d4)||_0xb4b28a[_0x33909e(0x1b5)][_0x33909e(0x1ab)][_0x33909e(0x193)]===_0x33909e(0x1d4))return _0x1b2d0d+_0x33909e(0x1cd);return _0x1b2d0d+_0x33909e(0x1c1);}if(_0xb4b28a[_0x33909e(0x1a9)])return _0x33909e(0x1a3)+_0xb4b28a['modelCount']+_0x33909e(0x1b3)+_0x2cfba8+'.\x20'+EXISTING_TS_HINT;if(_0xb4b28a[_0x33909e(0x1b5)][_0x33909e(0x18d)][_0x33909e(0x193)]===_0x33909e(0x1ea)||_0xb4b28a[_0x33909e(0x1b5)][_0x33909e(0x1ab)][_0x33909e(0x193)]==='overwritten')return _0x33909e(0x1a3)+_0xb4b28a[_0x33909e(0x18a)]+'\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20'+_0xb4b28a[_0x33909e(0x18a)]+_0x33909e(0x18f);return _0x33909e(0x1a3)+_0xb4b28a['modelCount']+_0x33909e(0x19b)+_0xb4b28a[_0x33909e(0x18a)]+_0x33909e(0x18f);}export const apiPull={'service':'api','command':a22_0x4562f6(0x1a5),'description':a22_0x4562f6(0x1c3)+DEFAULT_API_DIR+'/)','risk':a22_0x4562f6(0x1e2),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a22_0x4562f6(0x1c9),'type':'string','description':a22_0x4562f6(0x192)+DEFAULT_API_DIR+'/)'},{'name':a22_0x4562f6(0x1b8),'type':'boolean','description':'Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','default':![]},{'name':a22_0x4562f6(0x1e4),'type':a22_0x4562f6(0x1df),'description':'Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','default':![]}],async 'validate'(_0xdea59f){const _0x14b666=a22_0x4562f6;if(_0xdea59f[_0x14b666(0x1dd)]('force')&&!_0xdea59f[_0x14b666(0x1dd)]('yes'))throw CliErrors[_0x14b666(0x1a6)](_0x14b666(0x1be),_0x14b666(0x18b));},async 'execute'(_0x404edd){const _0x4145f8=a22_0x4562f6,_0x310e85=_0x404edd['rawFlags'][_0x4145f8(0x1e7)]?String(_0x404edd[_0x4145f8(0x1b7)][_0x4145f8(0x1e7)]):undefined,_0x453f8f=_0x404edd[_0x4145f8(0x1aa)](_0x4145f8(0x1c9))||undefined,_0x3ac5c2=_0x404edd[_0x4145f8(0x1dd)](_0x4145f8(0x1e4)),_0x5e789f=resolveTargetApps(_0x404edd,_0x310e85),_0x376f84=_0x404edd[_0x4145f8(0x1dd)](_0x4145f8(0x1b8))?_0x4145f8(0x1a2):'project',_0x1bcb18=getMultiAppConfigs(_0x376f84),_0x2cbe69=_0x52d4a6=>_0x52d4a6[_0x4145f8(0x1d7)]||_0x453f8f||_0x404edd['apiDir']||DEFAULT_API_DIR,_0x5d861=_0x1bcb18?resolveApiProfileLayouts(_0x1bcb18,_0x2cbe69):undefined;let _0x546c72=_0x5e789f;if(!_0x546c72&&_0x1bcb18){const _0x416821=_0x404edd[_0x4145f8(0x18e)]?_0x1bcb18[_0x4145f8(0x191)](_0xab6a7a=>_0xab6a7a[_0x4145f8(0x1cb)]===_0x404edd[_0x4145f8(0x18e)]):undefined,_0x47046e=_0x1bcb18[_0x4145f8(0x189)](_0x31f53b=>_0x31f53b['appcode']===_0x404edd[_0x4145f8(0x1d8)]);if(!_0x416821&&_0x47046e['length']>0x1)throw CliErrors[_0x4145f8(0x1a6)](_0x4145f8(0x1b2)+_0x404edd[_0x4145f8(0x1d8)]+_0x4145f8(0x1c6)+_0x47046e[_0x4145f8(0x1bb)](_0x504d7d=>_0x504d7d['name'])[_0x4145f8(0x1d2)](',\x20')+'.','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.');const _0x223ecc=_0x416821??_0x47046e[0x0];if(_0x223ecc)_0x546c72=[_0x223ecc];}if(_0x546c72){let _0xc9c626=0x0,_0x5bc69d=0x0;const _0x4a47da=[],_0x3b3fbc=_0x5d861??resolveApiProfileLayouts(_0x546c72,_0x2cbe69);for(const _0x3f543d of _0x546c72){const _0x565953=_0x3f543d[_0x4145f8(0x1b1)]||_0x404edd[_0x4145f8(0x1b1)],_0x532eaa=_0x3f543d[_0x4145f8(0x1e0)]||_0x4145f8(0x1ad);await initMultiAppEnvironment(_0x3f543d);const _0x58624a=_0x3b3fbc[_0x4145f8(0x191)](_0xd342be=>_0xd342be[_0x4145f8(0x190)]['name']===_0x3f543d[_0x4145f8(0x1cb)]);if(!_0x58624a)throw new Error(_0x4145f8(0x1b6)+_0x3f543d[_0x4145f8(0x1cb)]+'\x22\x20was\x20not\x20resolved.');const _0x27f688=getRegistryGroup(_0x3b3fbc,_0x58624a),_0x5f18f8=_0x58624a[_0x4145f8(0x1da)],_0x16a8bd=_0x27f688?'':_0x3f543d['isDefault']?'':_0x3f543d['name']||_0x3f543d[_0x4145f8(0x1e7)],_0x11b164=_0x27f688?.[_0x4145f8(0x191)](_0x578d7b=>_0x578d7b['app'][_0x4145f8(0x1e3)])??_0x27f688?.[0x0];if(_0x27f688)inspectModelRegistry(_0x5f18f8);const _0x5e11be=a22_0x5f3693(_0x4145f8(0x1e1)+_0x3f543d[_0x4145f8(0x1cb)]+'\x20('+_0x3f543d[_0x4145f8(0x1e7)]+_0x4145f8(0x195))[_0x4145f8(0x1af)]();try{const {configArray:_0xd8a891}=await fetchModelList(_0x3f543d[_0x4145f8(0x1e7)],_0x565953),_0x5844fa=await generateApiFile(_0xd8a891,_0x16a8bd,_0x3f543d['appcode'],_0x3f543d[_0x4145f8(0x1e3)],_0x532eaa,_0x5f18f8,_0x3f543d['name'],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x27f688?![]:_0x3ac5c2,'allowEmptyModelReplacement':_0x27f688?_0x3ac5c2:undefined,'scaffoldMode':_0x27f688?_0x4145f8(0x1d9):undefined,..._0x27f688?{'modelProfile':{'name':_0x3f543d['name'],'defaultName':_0x11b164[_0x4145f8(0x190)][_0x4145f8(0x1cb)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x5e11be[_0x4145f8(0x1c2)](_0x3f543d[_0x4145f8(0x1cb)]+':\x20'+describePull(_0x5844fa)),writeCliSideChannelLine(_0x4145f8(0x194)+_0x5844fa[_0x4145f8(0x19d)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x5844fa['apiFilePath']),writeCliSideChannelLine(_0x4145f8(0x194)+_0x5844fa[_0x4145f8(0x188)]),_0x5844fa['modelRegistryPath']&&writeCliSideChannelLine(_0x4145f8(0x194)+_0x5844fa[_0x4145f8(0x1ac)]),_0x5844fa[_0x4145f8(0x1ae)]&&writeCliSideChannelLine('\x20\x20•\x20'+_0x5844fa[_0x4145f8(0x1ae)]),_0x4a47da[_0x4145f8(0x19a)](toPullData(_0x5844fa)),_0xc9c626++;}catch(_0xd0c2a7){_0x5e11be[_0x4145f8(0x1ba)](_0x3f543d['name']+':\x20'+(_0xd0c2a7 instanceof Error?_0xd0c2a7[_0x4145f8(0x1e6)]:String(_0xd0c2a7))),_0x5bc69d++;}}writeCliSideChannelLine('');if(_0x5bc69d>0x0)writeCliSideChannelLine('!\x20'+_0x5bc69d+'\x20app(s)\x20failed');return{'ok':_0x5bc69d===0x0,'message':_0x4145f8(0x1d1)+_0xc9c626+_0x4145f8(0x1a0)+_0x5bc69d+_0x4145f8(0x1c0),'data':{'apps':_0x4a47da,'succeeded':_0xc9c626,'failed':_0x5bc69d}};}const _0x4e93c2=_0x310e85&&_0x310e85[_0x4145f8(0x1b9)]('-')?_0x310e85[_0x4145f8(0x18c)]('-')['slice'](0x1)['join']('-'):'',_0x277ab8=_0x453f8f||_0x404edd[_0x4145f8(0x1d7)]||DEFAULT_API_DIR,_0x22ac81=!_0x310e85,_0x2d9d82=inspectModelRegistry(_0x277ab8,_0x404edd[_0x4145f8(0x1d8)]),_0x322f2f=_0x404edd[_0x4145f8(0x18e)]||_0x404edd[_0x4145f8(0x197)]?.[_0x4145f8(0x1e9)]||_0x404edd[_0x4145f8(0x197)]?.[_0x4145f8(0x1dc)]||'default';if(_0x2d9d82[_0x4145f8(0x1e5)]&&!_0x2d9d82['hasAppCode']&&!_0x2d9d82[_0x4145f8(0x199)])throw CliErrors['validation'](MODEL_REGISTRY_FILE_NAME+'\x20does\x20not\x20contain\x20AppCode\x20\x22'+_0x404edd[_0x4145f8(0x1d8)]+'\x22.',_0x4145f8(0x1c8));const _0x148a6e=a22_0x5f3693('Pulling\x20API\x20config\x20for\x20'+_0x404edd[_0x4145f8(0x1d8)]+_0x4145f8(0x1b4))[_0x4145f8(0x1af)]();try{const {configArray:_0x23157d}=await fetchModelList(_0x404edd[_0x4145f8(0x1d8)],_0x404edd[_0x4145f8(0x1b1)]),_0x445e52=await generateApiFile(_0x23157d,_0x4e93c2,_0x404edd[_0x4145f8(0x1d8)],_0x22ac81,getEnv(),_0x277ab8,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x2d9d82[_0x4145f8(0x1e5)]?![]:_0x3ac5c2,'allowEmptyModelReplacement':_0x2d9d82[_0x4145f8(0x1e5)]?_0x3ac5c2:undefined,'scaffoldMode':_0x2d9d82[_0x4145f8(0x1e5)]?_0x4145f8(0x1d9):undefined,..._0x2d9d82['hasAppCode']||_0x2d9d82[_0x4145f8(0x199)]||!_0x2d9d82[_0x4145f8(0x1e5)]&&_0x3ac5c2?{'modelProfile':{'name':_0x322f2f,'defaultName':_0x404edd[_0x4145f8(0x197)]?.[_0x4145f8(0x1dc)]??_0x322f2f,'runtimeDomain':getRuntimeDomain()}}:{}});return _0x148a6e['succeed'](describePull(_0x445e52)),writeCliSideChannelLine(_0x4145f8(0x194)+_0x445e52[_0x4145f8(0x19d)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x445e52[_0x4145f8(0x1ce)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x445e52['clientFilePath']),_0x445e52[_0x4145f8(0x1ac)]&&writeCliSideChannelLine(_0x4145f8(0x194)+_0x445e52[_0x4145f8(0x1ac)]),_0x445e52['modelRuntimePath']&&writeCliSideChannelLine(_0x4145f8(0x194)+_0x445e52[_0x4145f8(0x1ae)]),{'ok':!![],'message':describePull(_0x445e52),'data':toPullData(_0x445e52)};}catch(_0x578553){_0x148a6e[_0x4145f8(0x1ba)](_0x4145f8(0x1cc)+(_0x578553 instanceof Error?_0x578553[_0x4145f8(0x1e6)]:String(_0x578553)));throw _0x578553;}}};
1
+ const a22_0x5f325d=a22_0x2d1d;function a22_0x5f48(){const _0x5f7507=['pull','Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22','Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','size','isDefault','env','none','3988185OOqiEP','slice','\x20\x20•\x20','created','push','\x20succeeded,\x20','2856453VKQXoU','name','appcode','profiles','message','force','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.','apiFilePath','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','output','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','2599398QzfzmX','client','sdkRouting','validation','succeed',';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','selectedAppName','values','Model\x20facts\x20were\x20refreshed,\x20but\x20the\x20stable\x20source\x20entrypoints\x20are\x20not\x20installed.\x20Run\x20`rabetbase\x20project\x20upgrade\x20--dry-run`,\x20then\x20`rabetbase\x20project\x20upgrade\x20--yes`.','str','default','app',';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints','files','models','clientFilePath','basename','mergedCli','Output\x20directory\x20(default:\x20','includes','modelProfile','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','isUnboundTemplate','hasAppCode','930149wkHiut','yes','modelRegistryPath','--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.','exists','\x20failed','currentApp','production','action','NOT-SET','Done:\x20','needsProjectUpgrade','\x20does\x20not\x20contain\x20AppCode\x20\x22','modelCount','split','appCode','filter','\x22\x20was\x20not\x20resolved.','307032IyFIFj','project','needsAgentMerge','api','248424vjuSES','outputDir','modelRuntimePath','apiDir','map','boolean','Pulling\x20API\x20config\x20for\x20','sdkConfigPath','configName','overwritten','start','...','Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.','rawFlags','bool','merged','Pulling\x20','string','join','4nvkOIC','AppCode\x20\x22','cookie','1242486TNbyQM','Failed:\x20','Fetched\x20','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','defaultApp','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20'];a22_0x5f48=function(){return _0x5f7507;};return a22_0x5f48();}(function(_0x48979e,_0x12d745){const _0x3ff927=a22_0x2d1d,_0x30caf0=_0x48979e();while(!![]){try{const _0x518e72=-parseInt(_0x3ff927(0x136))/0x1+-parseInt(_0x3ff927(0x14c))/0x2+-parseInt(_0x3ff927(0x176))/0x3*(-parseInt(_0x3ff927(0x15f))/0x4)+parseInt(_0x3ff927(0x170))/0x5+-parseInt(_0x3ff927(0x11e))/0x6+parseInt(_0x3ff927(0x162))/0x7+parseInt(_0x3ff927(0x148))/0x8;if(_0x518e72===_0x12d745)break;else _0x30caf0['push'](_0x30caf0['shift']());}catch(_0x2dfcb3){_0x30caf0['push'](_0x30caf0['shift']());}}}(a22_0x5f48,0x74b77));import a22_0x4bd357 from'ora';import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';function a22_0x2d1d(_0x1fdf93,_0x3d3d7f){_0x1fdf93=_0x1fdf93-0x119;const _0x5f48aa=a22_0x5f48();let _0x2d1d01=_0x5f48aa[_0x1fdf93];return _0x2d1d01;}import a22_0x344c36 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';const EXISTING_TS_HINT=a22_0x5f325d(0x126);function inspectModelRegistry(_0x3c9cba,_0x167b08){const _0x264b4f=a22_0x5f325d,_0x3b3234=a22_0x344c36[_0x264b4f(0x15e)](_0x3c9cba,MODEL_REGISTRY_FILE_NAME),_0x9d097a=existsSync(_0x3b3234);if(!_0x9d097a)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0x328225=readModelRegistry(_0x3b3234);if(!_0x328225)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x264b4f(0x133));const _0x3b34c3=new Set(Object[_0x264b4f(0x125)](_0x328225[_0x264b4f(0x179)])['map'](_0x2e958c=>_0x2e958c[_0x264b4f(0x145)])[_0x264b4f(0x146)](_0x4446c8=>_0x4446c8!==_0x264b4f(0x13f)));return{'exists':!![],'hasAppCode':!!_0x167b08&&_0x3b34c3['has'](_0x167b08),'isUnboundTemplate':_0x3b34c3[_0x264b4f(0x16c)]===0x0};}function toPullData(_0x1e3b3b){const _0x5c129c=a22_0x5f325d;return{'appCode':_0x1e3b3b['appCode'],'configName':_0x1e3b3b[_0x5c129c(0x154)],'isDefaultConfig':_0x1e3b3b['isDefaultConfig'],'models':_0x1e3b3b[_0x5c129c(0x12c)],'sdkRouting':_0x1e3b3b[_0x5c129c(0x120)],'files':_0x1e3b3b[_0x5c129c(0x12b)],'needsAgentMerge':_0x1e3b3b[_0x5c129c(0x14a)],'needsProjectUpgrade':_0x1e3b3b[_0x5c129c(0x141)],'apiFilePath':_0x1e3b3b[_0x5c129c(0x11a)],'clientFilePath':_0x1e3b3b[_0x5c129c(0x12d)],'sdkConfigPath':_0x1e3b3b[_0x5c129c(0x153)],'modelRegistryPath':_0x1e3b3b['modelRegistryPath'],'modelRuntimePath':_0x1e3b3b[_0x5c129c(0x14e)],'modelProfile':_0x1e3b3b[_0x5c129c(0x132)],'datasetCount':_0x1e3b3b[_0x5c129c(0x143)],'modelCount':_0x1e3b3b[_0x5c129c(0x143)]};}function describePull(_0x35336c){const _0x47d8ca=a22_0x5f325d,_0x218873=a22_0x344c36[_0x47d8ca(0x12e)](_0x35336c[_0x47d8ca(0x153)]);if(_0x35336c[_0x47d8ca(0x132)]){const _0x4c42d6='Fetched\x20'+_0x35336c[_0x47d8ca(0x143)]+'\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22'+_0x35336c[_0x47d8ca(0x132)]+'\x22';if(_0x35336c[_0x47d8ca(0x14a)])return _0x4c42d6+'.\x20'+EXISTING_TS_HINT;if(_0x35336c[_0x47d8ca(0x12b)]['api']['action']===_0x47d8ca(0x155)||_0x35336c[_0x47d8ca(0x12b)][_0x47d8ca(0x11f)][_0x47d8ca(0x13e)]===_0x47d8ca(0x155))return _0x4c42d6+_0x47d8ca(0x166);if(_0x35336c[_0x47d8ca(0x12b)][_0x47d8ca(0x14b)][_0x47d8ca(0x13e)]===_0x47d8ca(0x173)||_0x35336c[_0x47d8ca(0x12b)][_0x47d8ca(0x11f)][_0x47d8ca(0x13e)]==='created')return _0x4c42d6+_0x47d8ca(0x12a);return _0x4c42d6+_0x47d8ca(0x123);}if(_0x35336c['needsAgentMerge'])return _0x47d8ca(0x164)+_0x35336c[_0x47d8ca(0x143)]+'\x20dataset\x20fact(s)\x20and\x20refreshed\x20'+_0x218873+'.\x20'+EXISTING_TS_HINT;if(_0x35336c[_0x47d8ca(0x12b)][_0x47d8ca(0x14b)][_0x47d8ca(0x13e)]===_0x47d8ca(0x155)||_0x35336c[_0x47d8ca(0x12b)][_0x47d8ca(0x11f)]['action']===_0x47d8ca(0x155))return _0x47d8ca(0x164)+_0x35336c[_0x47d8ca(0x143)]+_0x47d8ca(0x11d)+_0x35336c['modelCount']+'\x20model(s)';return _0x47d8ca(0x164)+_0x35336c[_0x47d8ca(0x143)]+_0x47d8ca(0x11b)+_0x35336c[_0x47d8ca(0x143)]+'\x20model(s)';}export const apiPull={'service':a22_0x5f325d(0x14b),'command':a22_0x5f325d(0x169),'description':a22_0x5f325d(0x165)+DEFAULT_API_DIR+'/)','risk':'read','requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a22_0x5f325d(0x11c),'type':a22_0x5f325d(0x15d),'description':a22_0x5f325d(0x130)+DEFAULT_API_DIR+'/)'},{'name':'global','type':a22_0x5f325d(0x151),'description':a22_0x5f325d(0x17c),'default':![]},{'name':a22_0x5f325d(0x17b),'type':'boolean','description':a22_0x5f325d(0x16b),'default':![]}],async 'validate'(_0x586b92){const _0x263db9=a22_0x5f325d;if(_0x586b92[_0x263db9(0x15a)](_0x263db9(0x17b))&&!_0x586b92[_0x263db9(0x15a)](_0x263db9(0x137)))throw CliErrors[_0x263db9(0x121)](_0x263db9(0x139),_0x263db9(0x158));},async 'execute'(_0x484040){const _0x5955fc=a22_0x5f325d,_0x1097c5=_0x484040[_0x5955fc(0x159)][_0x5955fc(0x178)]?String(_0x484040[_0x5955fc(0x159)][_0x5955fc(0x178)]):undefined,_0x33dfed=_0x484040[_0x5955fc(0x127)](_0x5955fc(0x11c))||undefined,_0xda56bd=_0x484040[_0x5955fc(0x15a)]('force'),_0x2bff1c=resolveTargetApps(_0x484040,_0x1097c5),_0x2b740d=_0x484040[_0x5955fc(0x15a)]('global')?_0x5955fc(0x15b):_0x5955fc(0x149),_0x14fb65=getMultiAppConfigs(_0x2b740d),_0x5ecf4e=_0xc29e67=>_0xc29e67[_0x5955fc(0x14f)]||_0x33dfed||_0x484040[_0x5955fc(0x14f)]||DEFAULT_API_DIR,_0x3ebf55=_0x14fb65?resolveApiProfileLayouts(_0x14fb65,_0x5ecf4e):undefined;let _0x34c79c=_0x2bff1c;if(!_0x34c79c&&_0x14fb65){const _0x3467ef=_0x484040[_0x5955fc(0x124)]?_0x14fb65['find'](_0x3f718d=>_0x3f718d[_0x5955fc(0x177)]===_0x484040[_0x5955fc(0x124)]):undefined,_0x242864=_0x14fb65[_0x5955fc(0x146)](_0xde4808=>_0xde4808[_0x5955fc(0x178)]===_0x484040[_0x5955fc(0x145)]);if(!_0x3467ef&&_0x242864['length']>0x1)throw CliErrors[_0x5955fc(0x121)](_0x5955fc(0x160)+_0x484040['appCode']+_0x5955fc(0x168)+_0x242864[_0x5955fc(0x150)](_0xf3dc55=>_0xf3dc55[_0x5955fc(0x177)])['join'](',\x20')+'.',_0x5955fc(0x119));const _0x581d96=_0x3467ef??_0x242864[0x0];if(_0x581d96)_0x34c79c=[_0x581d96];}if(_0x34c79c){let _0x44ab01=0x0,_0x403a0c=0x0;const _0x4e8da8=[],_0x458019=_0x3ebf55??resolveApiProfileLayouts(_0x34c79c,_0x5ecf4e);for(const _0x101c20 of _0x34c79c){const _0x5917e0=_0x101c20['cookie']||_0x484040[_0x5955fc(0x161)],_0x28f393=_0x101c20[_0x5955fc(0x16e)]||_0x5955fc(0x13d);await initMultiAppEnvironment(_0x101c20);const _0x5082c7=_0x458019['find'](_0x58e730=>_0x58e730['app'][_0x5955fc(0x177)]===_0x101c20[_0x5955fc(0x177)]);if(!_0x5082c7)throw new Error(_0x5955fc(0x16a)+_0x101c20[_0x5955fc(0x177)]+_0x5955fc(0x147));const _0x484a62=getRegistryGroup(_0x458019,_0x5082c7),_0x40b5d6=_0x5082c7[_0x5955fc(0x14d)],_0x2e7bf6=_0x484a62?'':_0x101c20[_0x5955fc(0x16d)]?'':_0x101c20[_0x5955fc(0x177)]||_0x101c20['appcode'],_0x906d03=_0x484a62?.['find'](_0x587278=>_0x587278[_0x5955fc(0x129)][_0x5955fc(0x16d)])??_0x484a62?.[0x0];if(_0x484a62)inspectModelRegistry(_0x40b5d6);const _0x1e89a7=a22_0x4bd357(_0x5955fc(0x15c)+_0x101c20['name']+'\x20('+_0x101c20[_0x5955fc(0x178)]+')...')[_0x5955fc(0x156)]();try{const {configArray:_0x463f73}=await fetchModelList(_0x101c20['appcode'],_0x5917e0),_0x4d8e64=await generateApiFile(_0x463f73,_0x2e7bf6,_0x101c20['appcode'],_0x101c20[_0x5955fc(0x16d)],_0x28f393,_0x40b5d6,_0x101c20[_0x5955fc(0x177)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x484a62?![]:_0xda56bd,'allowEmptyModelReplacement':_0x484a62?_0xda56bd:undefined,'scaffoldMode':_0x484a62?_0x5955fc(0x16f):undefined,..._0x484a62?{'modelProfile':{'name':_0x101c20[_0x5955fc(0x177)],'defaultName':_0x906d03[_0x5955fc(0x129)][_0x5955fc(0x177)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x1e89a7[_0x5955fc(0x122)](_0x101c20[_0x5955fc(0x177)]+':\x20'+describePull(_0x4d8e64)),writeCliSideChannelLine('\x20\x20•\x20'+_0x4d8e64[_0x5955fc(0x153)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x4d8e64[_0x5955fc(0x11a)]),writeCliSideChannelLine(_0x5955fc(0x172)+_0x4d8e64[_0x5955fc(0x12d)]),_0x4d8e64[_0x5955fc(0x138)]&&writeCliSideChannelLine(_0x5955fc(0x172)+_0x4d8e64[_0x5955fc(0x138)]),_0x4d8e64[_0x5955fc(0x14e)]&&writeCliSideChannelLine(_0x5955fc(0x172)+_0x4d8e64[_0x5955fc(0x14e)]),_0x4e8da8[_0x5955fc(0x174)](toPullData(_0x4d8e64)),_0x44ab01++;}catch(_0x37d521){_0x1e89a7['fail'](_0x101c20[_0x5955fc(0x177)]+':\x20'+(_0x37d521 instanceof Error?_0x37d521['message']:String(_0x37d521))),_0x403a0c++;}}writeCliSideChannelLine('');if(_0x403a0c>0x0)writeCliSideChannelLine('!\x20'+_0x403a0c+'\x20app(s)\x20failed');return{'ok':_0x403a0c===0x0,'message':_0x5955fc(0x140)+_0x44ab01+_0x5955fc(0x175)+_0x403a0c+_0x5955fc(0x13b),'data':{'apps':_0x4e8da8,'succeeded':_0x44ab01,'failed':_0x403a0c}};}const _0x4655a5=_0x1097c5&&_0x1097c5[_0x5955fc(0x131)]('-')?_0x1097c5[_0x5955fc(0x144)]('-')[_0x5955fc(0x171)](0x1)[_0x5955fc(0x15e)]('-'):'',_0x47d4e0=_0x33dfed||_0x484040['apiDir']||DEFAULT_API_DIR,_0x1584ee=!_0x1097c5,_0x3b1fbd=inspectModelRegistry(_0x47d4e0,_0x484040[_0x5955fc(0x145)]),_0x2ba5ed=_0x484040[_0x5955fc(0x124)]||_0x484040[_0x5955fc(0x12f)]?.[_0x5955fc(0x13c)]||_0x484040['mergedCli']?.[_0x5955fc(0x167)]||_0x5955fc(0x128);if(_0x3b1fbd[_0x5955fc(0x13a)]&&!_0x3b1fbd[_0x5955fc(0x135)]&&!_0x3b1fbd[_0x5955fc(0x134)])throw CliErrors[_0x5955fc(0x121)](MODEL_REGISTRY_FILE_NAME+_0x5955fc(0x142)+_0x484040['appCode']+'\x22.','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.');const _0x39fbac=a22_0x4bd357(_0x5955fc(0x152)+_0x484040[_0x5955fc(0x145)]+_0x5955fc(0x157))[_0x5955fc(0x156)]();try{const {configArray:_0x307b99}=await fetchModelList(_0x484040[_0x5955fc(0x145)],_0x484040[_0x5955fc(0x161)]),_0x2ce2e6=await generateApiFile(_0x307b99,_0x4655a5,_0x484040[_0x5955fc(0x145)],_0x1584ee,getEnv(),_0x47d4e0,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x3b1fbd[_0x5955fc(0x13a)]?![]:_0xda56bd,'allowEmptyModelReplacement':_0x3b1fbd[_0x5955fc(0x13a)]?_0xda56bd:undefined,'scaffoldMode':_0x3b1fbd[_0x5955fc(0x13a)]?_0x5955fc(0x16f):undefined,..._0x3b1fbd['hasAppCode']||_0x3b1fbd['isUnboundTemplate']||!_0x3b1fbd[_0x5955fc(0x13a)]&&_0xda56bd?{'modelProfile':{'name':_0x2ba5ed,'defaultName':_0x484040['mergedCli']?.[_0x5955fc(0x167)]??_0x2ba5ed,'runtimeDomain':getRuntimeDomain()}}:{}});return _0x39fbac[_0x5955fc(0x122)](describePull(_0x2ce2e6)),writeCliSideChannelLine(_0x5955fc(0x172)+_0x2ce2e6[_0x5955fc(0x153)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x2ce2e6[_0x5955fc(0x11a)]),writeCliSideChannelLine(_0x5955fc(0x172)+_0x2ce2e6['clientFilePath']),_0x2ce2e6[_0x5955fc(0x138)]&&writeCliSideChannelLine('\x20\x20•\x20'+_0x2ce2e6[_0x5955fc(0x138)]),_0x2ce2e6[_0x5955fc(0x14e)]&&writeCliSideChannelLine('\x20\x20•\x20'+_0x2ce2e6['modelRuntimePath']),{'ok':!![],'message':describePull(_0x2ce2e6),'data':toPullData(_0x2ce2e6)};}catch(_0x2f3155){_0x39fbac['fail'](_0x5955fc(0x163)+(_0x2f3155 instanceof Error?_0x2f3155[_0x5955fc(0x17a)]:String(_0x2f3155)));throw _0x2f3155;}}};
@@ -1 +1 @@
1
- (function(_0x201fff,_0x525e0c){const _0x3340de=a23_0x2369,_0x2fc8cd=_0x201fff();while(!![]){try{const _0x2d4718=parseInt(_0x3340de(0xcf))/0x1*(parseInt(_0x3340de(0xd5))/0x2)+-parseInt(_0x3340de(0xc2))/0x3*(parseInt(_0x3340de(0xc3))/0x4)+parseInt(_0x3340de(0xc0))/0x5*(-parseInt(_0x3340de(0xce))/0x6)+-parseInt(_0x3340de(0xcd))/0x7*(-parseInt(_0x3340de(0xc6))/0x8)+-parseInt(_0x3340de(0xbf))/0x9*(-parseInt(_0x3340de(0xc1))/0xa)+parseInt(_0x3340de(0xc5))/0xb+parseInt(_0x3340de(0xd4))/0xc;if(_0x2d4718===_0x525e0c)break;else _0x2fc8cd['push'](_0x2fc8cd['shift']());}catch(_0x50d68b){_0x2fc8cd['push'](_0x2fc8cd['shift']());}}}(a23_0x39ca,0x2e697));function a23_0x39ca(){const _0x4185f1=['1029182FwZQRF','24PMmMtX','bool','length','validation','selectedAppName','name','map','517965IEXTSv','6iEKiAs','3PDnCjE','merged','filter','project','join','1484004gMQRSJ','35788qGbwXy','9hGQpop','1601575DyWGUR','1954010UVtagL','41049zjjlQj','52oVZfVR','App\x20\x22'];a23_0x39ca=function(){return _0x4185f1;};return a23_0x39ca();}import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';function a23_0x2369(_0x2847a1,_0x68ba5b){_0x2847a1=_0x2847a1-0xbf;const _0x39caf6=a23_0x39ca();let _0x2369f1=_0x39caf6[_0x2847a1];return _0x2369f1;}export function resolveTargetApps(_0x39da68,_0x3642ae){const _0x545a77=a23_0x2369;if(_0x3642ae)return null;const _0x387c9f=_0x39da68[_0x545a77(0xc7)]('global')?_0x545a77(0xd0):_0x545a77(0xd2);let _0x3b4283=getMultiAppConfigs(_0x387c9f);if(!_0x3b4283||_0x3b4283[_0x545a77(0xc8)]===0x0)return null;if(_0x39da68[_0x545a77(0xca)]){const _0x3bdae0=_0x3b4283[_0x545a77(0xd1)](_0x1aaa14=>_0x1aaa14[_0x545a77(0xcb)]===_0x39da68[_0x545a77(0xca)]);if(_0x3bdae0[_0x545a77(0xc8)]===0x0){const _0x235423=_0x3b4283[_0x545a77(0xcc)](_0x28a0f8=>_0x28a0f8[_0x545a77(0xcb)])[_0x545a77(0xd3)](',\x20');throw CliErrors[_0x545a77(0xc9)](_0x545a77(0xc4)+_0x39da68['selectedAppName']+'\x22\x20not\x20found\x20in\x20config.\x20Available:\x20'+_0x235423);}_0x3b4283=_0x3bdae0;}return _0x3b4283;}
1
+ (function(_0x439752,_0x3a2d4e){const _0x26d790=a23_0xaed5,_0x59d273=_0x439752();while(!![]){try{const _0x1f1152=-parseInt(_0x26d790(0xa7))/0x1*(parseInt(_0x26d790(0x9d))/0x2)+-parseInt(_0x26d790(0x9a))/0x3+-parseInt(_0x26d790(0x97))/0x4*(-parseInt(_0x26d790(0xa6))/0x5)+parseInt(_0x26d790(0x96))/0x6*(parseInt(_0x26d790(0x90))/0x7)+-parseInt(_0x26d790(0xa4))/0x8*(parseInt(_0x26d790(0xa3))/0x9)+-parseInt(_0x26d790(0x9b))/0xa*(parseInt(_0x26d790(0xa2))/0xb)+parseInt(_0x26d790(0xa5))/0xc*(parseInt(_0x26d790(0xa8))/0xd);if(_0x1f1152===_0x3a2d4e)break;else _0x59d273['push'](_0x59d273['shift']());}catch(_0x42164f){_0x59d273['push'](_0x59d273['shift']());}}}(a23_0x1ac3,0xce68e));import{getMultiAppConfigs}from'../../utils/config.js';function a23_0x1ac3(){const _0x3c5bd6=['validation','project','length','global','24IQmGVZ','198940ikapQA','selectedAppName','merged','1241139IrNvmR','5990RxUBOt','bool','1582766oqtPsc','map','name','\x22\x20not\x20found\x20in\x20config.\x20Available:\x20','App\x20\x22','23441uvDeli','7623tmjYsO','1896eCLSyr','48tlSXUg','10JziPeV','1kuxUBt','7088653YpeLAI','2182537kBAYxF','filter'];a23_0x1ac3=function(){return _0x3c5bd6;};return a23_0x1ac3();}import{CliErrors}from'../../errors.js';function a23_0xaed5(_0x4a8312,_0x31d072){_0x4a8312=_0x4a8312-0x90;const _0x1ac378=a23_0x1ac3();let _0xaed58c=_0x1ac378[_0x4a8312];return _0xaed58c;}export function resolveTargetApps(_0x444dd6,_0x3027a7){const _0xca61f9=a23_0xaed5;if(_0x3027a7)return null;const _0x591f06=_0x444dd6[_0xca61f9(0x9c)](_0xca61f9(0x95))?_0xca61f9(0x99):_0xca61f9(0x93);let _0x5d48c4=getMultiAppConfigs(_0x591f06);if(!_0x5d48c4||_0x5d48c4[_0xca61f9(0x94)]===0x0)return null;if(_0x444dd6[_0xca61f9(0x98)]){const _0x3e00e2=_0x5d48c4[_0xca61f9(0x91)](_0x5e81c0=>_0x5e81c0['name']===_0x444dd6[_0xca61f9(0x98)]);if(_0x3e00e2['length']===0x0){const _0x2025e4=_0x5d48c4[_0xca61f9(0x9e)](_0x41be88=>_0x41be88[_0xca61f9(0x9f)])['join'](',\x20');throw CliErrors[_0xca61f9(0x92)](_0xca61f9(0xa1)+_0x444dd6['selectedAppName']+_0xca61f9(0xa0)+_0x2025e4);}_0x5d48c4=_0x3e00e2;}return _0x5d48c4;}
@@ -1 +1 @@
1
- (function(_0x105539,_0x370db4){const _0x14f10c=a24_0x52eb,_0x48dc52=_0x105539();while(!![]){try{const _0x2cc460=-parseInt(_0x14f10c(0xc9))/0x1+-parseInt(_0x14f10c(0xcb))/0x2*(-parseInt(_0x14f10c(0xc6))/0x3)+parseInt(_0x14f10c(0xc3))/0x4*(parseInt(_0x14f10c(0xcc))/0x5)+-parseInt(_0x14f10c(0xc7))/0x6+-parseInt(_0x14f10c(0xc8))/0x7+-parseInt(_0x14f10c(0xca))/0x8*(-parseInt(_0x14f10c(0xc5))/0x9)+parseInt(_0x14f10c(0xc4))/0xa;if(_0x2cc460===_0x370db4)break;else _0x48dc52['push'](_0x48dc52['shift']());}catch(_0x120aa5){_0x48dc52['push'](_0x48dc52['shift']());}}}(a24_0x42f4,0xac997));import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';function a24_0x52eb(_0x1f3987,_0x2a4671){_0x1f3987=_0x1f3987-0xc3;const _0x42f495=a24_0x42f4();let _0x52eb6f=_0x42f495[_0x1f3987];return _0x52eb6f;}function a24_0x42f4(){const _0x2a1e82=['12618170EpxVio','2254851DwvNOZ','6NzLtQL','5239506AFWlxh','4153709UgfptX','623604OKslsg','40rASXYc','179264koceHN','55yjcZIp','37612jLUqIz'];a24_0x42f4=function(){return _0x2a1e82;};return a24_0x42f4();}export const appDefinitions=[appListDefinition,appMembersListDefinition];
1
+ function a24_0x18a8(){const _0xd61ded=['3086464QVPRkS','416487LXKIaY','1020665ukpbDn','4QpwdXC','6065710AXvIZf','29kCvCPN','7912861szhviU','18nFBjyd','21bmKeHc','8505654WzXTjG','12YZikdt','19204nLQVzz'];a24_0x18a8=function(){return _0xd61ded;};return a24_0x18a8();}function a24_0x2ce3(_0x44bf8c,_0x2b84cc){_0x44bf8c=_0x44bf8c-0xdc;const _0x18a8cb=a24_0x18a8();let _0x2ce34c=_0x18a8cb[_0x44bf8c];return _0x2ce34c;}(function(_0x4f3da9,_0x1f5925){const _0xf3b55d=a24_0x2ce3,_0x104c39=_0x4f3da9();while(!![]){try{const _0x4cd5bd=parseInt(_0xf3b55d(0xdc))/0x1*(parseInt(_0xf3b55d(0xe2))/0x2)+-parseInt(_0xf3b55d(0xe4))/0x3*(-parseInt(_0xf3b55d(0xe6))/0x4)+parseInt(_0xf3b55d(0xe5))/0x5+-parseInt(_0xf3b55d(0xe0))/0x6+-parseInt(_0xf3b55d(0xdf))/0x7*(-parseInt(_0xf3b55d(0xe3))/0x8)+-parseInt(_0xf3b55d(0xde))/0x9*(-parseInt(_0xf3b55d(0xe7))/0xa)+-parseInt(_0xf3b55d(0xdd))/0xb*(parseInt(_0xf3b55d(0xe1))/0xc);if(_0x4cd5bd===_0x1f5925)break;else _0x104c39['push'](_0x104c39['shift']());}catch(_0x181549){_0x104c39['push'](_0x104c39['shift']());}}}(a24_0x18a8,0xd0bf2));import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];
@@ -1 +1 @@
1
- const a25_0xe89b9e=a25_0xcd86;(function(_0x5b87b3,_0x5d3c81){const _0x186f61=a25_0xcd86,_0x1717dd=_0x5b87b3();while(!![]){try{const _0x1c909f=parseInt(_0x186f61(0x199))/0x1*(parseInt(_0x186f61(0x194))/0x2)+-parseInt(_0x186f61(0x1b1))/0x3+-parseInt(_0x186f61(0x1ab))/0x4+parseInt(_0x186f61(0x1a2))/0x5+parseInt(_0x186f61(0x1ac))/0x6+parseInt(_0x186f61(0x198))/0x7*(-parseInt(_0x186f61(0x18c))/0x8)+parseInt(_0x186f61(0x19b))/0x9;if(_0x1c909f===_0x5d3c81)break;else _0x1717dd['push'](_0x1717dd['shift']());}catch(_0x517df){_0x1717dd['push'](_0x1717dd['shift']());}}}(a25_0x3963,0xe3b4c));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';import{resolveEffectiveRegion}from'../../config/region-config.js';function buildItemsFromLayer(_0x4ae93a,_0x46ce37,_0x1b5e9b){const _0x54cae9=a25_0xcd86,_0x200510=[],_0x2bc818=_0x4ae93a[_0x54cae9(0x1a8)]&&typeof _0x4ae93a['apps']===_0x54cae9(0x18e)?_0x4ae93a[_0x54cae9(0x1a8)]:{},_0x356db4=_0x4ae93a[_0x54cae9(0x1a4)]||undefined,_0x25216d=_0x356db4??(Object[_0x54cae9(0x18b)](_0x2bc818)[_0x54cae9(0x19e)]===0x1?Object[_0x54cae9(0x18b)](_0x2bc818)[0x0]:undefined);for(const [_0x119232,_0x588bff]of Object[_0x54cae9(0x196)](_0x2bc818)){if(!_0x588bff||typeof _0x588bff!==_0x54cae9(0x18e)||!_0x588bff[_0x54cae9(0x1a9)])continue;const _0x357bb2=resolveEffectiveRegion({'appRegion':_0x588bff[_0x54cae9(0x19d)],'projectRegion':_0x46ce37===_0x54cae9(0x19f)?_0x4ae93a[_0x54cae9(0x19d)]:undefined,'globalRegion':_0x46ce37===_0x54cae9(0x192)?_0x4ae93a['region']:_0x1b5e9b,'appName':_0x119232});_0x200510[_0x54cae9(0x18f)]({'name':_0x119232,'appcode':_0x588bff[_0x54cae9(0x1a9)],'named':!![],'definedIn':_0x46ce37,'isDefault':_0x119232===_0x25216d,...buildAppProfileListFields(_0x588bff),'effectiveRegion':_0x357bb2[_0x54cae9(0x19d)],'regionSource':_0x357bb2['source']});}return _0x200510;}function a25_0x3963(){const _0xa556d9=['List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','4288164lKXOmN','223338GwFrLA','bool','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','merged','2292930jVPLxt','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','keys','184eoMqLl','.\x20Use\x20`','object','push','globalPath','list','global','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','1194eTiwpT','remote','entries','optional','158354PdckNd','752UwgtBO','hasOwnProperty','19876959PEYsju','source','region','length','project','call','boolean','2973115WHWBBS','validation','defaultApp','globalConfig','No\x20apps\x20configured','projectConfig','apps','appcode'];a25_0x3963=function(){return _0xa556d9;};return a25_0x3963();}function buildMergedItems(_0x367e3c,_0x571a5e){const _0x456b29=a25_0xcd86,{apps:apps={}}=_0x367e3c,_0x1e0ef3=_0x367e3c[_0x456b29(0x1a4)],_0x3a2b82=_0x1e0ef3??(Object['keys'](apps)[_0x456b29(0x19e)]===0x1?Object[_0x456b29(0x18b)](apps)[0x0]:undefined),_0x23036f=_0x571a5e['globalConfig'][_0x456b29(0x1a8)]&&typeof _0x571a5e[_0x456b29(0x1a5)][_0x456b29(0x1a8)]===_0x456b29(0x18e)?_0x571a5e[_0x456b29(0x1a5)][_0x456b29(0x1a8)]:{},_0x22b296=_0x571a5e[_0x456b29(0x1a7)][_0x456b29(0x1a8)]&&typeof _0x571a5e[_0x456b29(0x1a7)]['apps']==='object'?_0x571a5e[_0x456b29(0x1a7)]['apps']:{},_0x305d82=Object[_0x456b29(0x196)](apps),_0x4fd040=_0x305d82['map'](([_0x164545,_0x4ae3a6])=>{const _0x2eec7f=_0x456b29,_0x3fce7e=appDefinedIn(_0x164545,_0x23036f,_0x22b296),_0x5e3373=Object['prototype'][_0x2eec7f(0x19a)][_0x2eec7f(0x1a0)](_0x22b296,_0x164545),_0xd753df=resolveEffectiveRegion({'appRegion':_0x4ae3a6[_0x2eec7f(0x19d)],'projectRegion':_0x5e3373?_0x571a5e[_0x2eec7f(0x1a7)][_0x2eec7f(0x19d)]:undefined,'globalRegion':_0x571a5e[_0x2eec7f(0x1a5)][_0x2eec7f(0x19d)],'mergedRegion':_0x367e3c[_0x2eec7f(0x19d)],'appName':_0x164545});return{'name':_0x164545,'appcode':_0x4ae3a6[_0x2eec7f(0x1a9)],'named':!![],'definedIn':_0x3fce7e,'isDefault':_0x164545===_0x3a2b82,...buildAppProfileListFields(_0x4ae3a6),'effectiveRegion':_0xd753df[_0x2eec7f(0x19d)],'regionSource':_0xd753df[_0x2eec7f(0x19c)]};});return _0x4fd040;}function validateAppListFlags(_0x50a876){const _0x696805=a25_0xcd86;if(!_0x50a876[_0x696805(0x1ad)](_0x696805(0x195)))return;if(!_0x50a876['bool'](_0x696805(0x192))&&!_0x50a876[_0x696805(0x1ad)](_0x696805(0x19f)))return;throw CliErrors[_0x696805(0x1a3)]('`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.');}async function execute(_0x3f5582){const _0x58b9d0=a25_0xcd86;validateAppListFlags(_0x3f5582);if(_0x3f5582[_0x58b9d0(0x1ad)](_0x58b9d0(0x195)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x3f5582)};const _0x51f020=_0x3f5582[_0x58b9d0(0x1ad)](_0x58b9d0(0x192)),_0x4239e6=_0x3f5582[_0x58b9d0(0x1ad)](_0x58b9d0(0x19f)),_0x5c07a3=_0x51f020?_0x58b9d0(0x192):_0x4239e6?'project':_0x58b9d0(0x1b0),{config:_0x1f1bbc,layers:_0x434492}=readRawConfigWithLayers(),_0xcd3303=resolveDefaultAppSource(_0x434492),{defaultApp:_0x46ff82}=_0x1f1bbc;let _0x25e517,_0x503d50;switch(_0x5c07a3){case'global':_0x25e517=buildItemsFromLayer(_0x434492[_0x58b9d0(0x1a5)],_0x58b9d0(0x192)),_0x503d50=_0x434492['globalPath'];break;case _0x58b9d0(0x19f):_0x25e517=buildItemsFromLayer(_0x434492[_0x58b9d0(0x1a7)],'project',_0x434492['globalConfig'][_0x58b9d0(0x19d)]),_0x503d50=_0x434492['projectPath'];break;default:_0x25e517=buildMergedItems(_0x1f1bbc,_0x434492);break;}enrichAppListItemsWithMergedSelection(_0x25e517,_0x3f5582['mergedCli']);if(_0x25e517[_0x58b9d0(0x19e)]===0x0){const _0x1a080c=_0x5c07a3==='merged'?'':'\x20in\x20'+_0x5c07a3+'\x20config';return{'ok':!![],'data':[],'message':_0x58b9d0(0x1a6)+_0x1a080c+_0x58b9d0(0x18d)+CLI_BIN_NAME+_0x58b9d0(0x18a)};}const _0x1439a9=_0x25e517['find'](_0x373463=>_0x373463['isCurrent']===!![]),_0x4e9e72=_0x46ff82??_0x1439a9?.['name']??null,_0x37014e=_0x5c07a3===_0x58b9d0(0x1b0)?{'globalPath':_0x434492[_0x58b9d0(0x190)]??null,'projectPath':_0x434492['projectPath']??null,'defaultApp':_0x4e9e72,'defaultAppSource':_0x46ff82!=null?_0xcd3303:null}:{'scope':_0x5c07a3,'configPath':_0x503d50??null};return{'ok':!![],'data':{'items':_0x25e517,'meta':_0x37014e}};}function a25_0xcd86(_0xb266b3,_0x54d50e){_0xb266b3=_0xb266b3-0x18a;const _0x3963a9=a25_0x3963();let _0xcd867c=_0x3963a9[_0xb266b3];return _0xcd867c;}export const appListDefinition={'service':'app','command':a25_0xe89b9e(0x191),'description':a25_0xe89b9e(0x1ae),'risk':'read','auth':a25_0xe89b9e(0x197),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a25_0xe89b9e(0x195),'type':a25_0xe89b9e(0x1a1),'description':a25_0xe89b9e(0x1aa),'default':![]},{'name':a25_0xe89b9e(0x192),'type':a25_0xe89b9e(0x1a1),'description':a25_0xe89b9e(0x193),'default':![]},{'name':'project','type':a25_0xe89b9e(0x1a1),'description':a25_0xe89b9e(0x1af),'default':![]}],async 'validate'(_0x22cf11){validateAppListFlags(_0x22cf11);},'execute':execute};
1
+ function a25_0x1c97(_0x197395,_0xd6ee38){_0x197395=_0x197395-0x150;const _0x187440=a25_0x1874();let _0x1c9788=_0x187440[_0x197395];return _0x1c9788;}const a25_0x499e8e=a25_0x1c97;(function(_0x45b038,_0x45bfb8){const _0x3a9a80=a25_0x1c97,_0x587d4d=_0x45b038();while(!![]){try{const _0x4704e2=parseInt(_0x3a9a80(0x17b))/0x1*(-parseInt(_0x3a9a80(0x15b))/0x2)+parseInt(_0x3a9a80(0x16e))/0x3+-parseInt(_0x3a9a80(0x15e))/0x4*(parseInt(_0x3a9a80(0x17e))/0x5)+-parseInt(_0x3a9a80(0x15c))/0x6+-parseInt(_0x3a9a80(0x178))/0x7*(-parseInt(_0x3a9a80(0x170))/0x8)+parseInt(_0x3a9a80(0x150))/0x9*(parseInt(_0x3a9a80(0x15f))/0xa)+parseInt(_0x3a9a80(0x15d))/0xb;if(_0x4704e2===_0x45bfb8)break;else _0x587d4d['push'](_0x587d4d['shift']());}catch(_0x27769c){_0x587d4d['push'](_0x587d4d['shift']());}}}(a25_0x1874,0x576e2));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';function a25_0x1874(){const _0x70ef07=['global','list','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','app','1278306llBqQc','region','250744exMvwq','merged','object','remote','isCurrent','boolean','keys','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','7UKGtuv','bool','No\x20apps\x20configured','23PFQTKC','globalPath','validation','1767530ZQidpv','2370915ujIGaG','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','projectPath','push','optional','\x20config','name','entries','projectConfig','appcode','map','38414exJLyE','210900YBCHwL','5144161mlLNEU','4GtNkmv','10VVMlzM','source','find','read','apps','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','defaultApp','globalConfig','length','call','project'];a25_0x1874=function(){return _0x70ef07;};return a25_0x1874();}import{listRemoteAppDirectory}from'../../commands/app/remote-directory.js';import{resolveEffectiveRegion}from'../../config/region-config.js';function buildItemsFromLayer(_0x3831a5,_0x3fa425,_0x304e25){const _0x1fd054=a25_0x1c97,_0x53000b=[],_0x1f2733=_0x3831a5[_0x1fd054(0x163)]&&typeof _0x3831a5[_0x1fd054(0x163)]===_0x1fd054(0x172)?_0x3831a5[_0x1fd054(0x163)]:{},_0x1ba5e1=_0x3831a5[_0x1fd054(0x165)]||undefined,_0xddd0ca=_0x1ba5e1??(Object[_0x1fd054(0x176)](_0x1f2733)[_0x1fd054(0x167)]===0x1?Object[_0x1fd054(0x176)](_0x1f2733)[0x0]:undefined);for(const [_0x162059,_0x526249]of Object[_0x1fd054(0x157)](_0x1f2733)){if(!_0x526249||typeof _0x526249!==_0x1fd054(0x172)||!_0x526249[_0x1fd054(0x159)])continue;const _0x8406a2=resolveEffectiveRegion({'appRegion':_0x526249[_0x1fd054(0x16f)],'projectRegion':_0x3fa425===_0x1fd054(0x169)?_0x3831a5[_0x1fd054(0x16f)]:undefined,'globalRegion':_0x3fa425===_0x1fd054(0x16a)?_0x3831a5[_0x1fd054(0x16f)]:_0x304e25,'appName':_0x162059});_0x53000b[_0x1fd054(0x153)]({'name':_0x162059,'appcode':_0x526249['appcode'],'named':!![],'definedIn':_0x3fa425,'isDefault':_0x162059===_0xddd0ca,...buildAppProfileListFields(_0x526249),'effectiveRegion':_0x8406a2[_0x1fd054(0x16f)],'regionSource':_0x8406a2['source']});}return _0x53000b;}function buildMergedItems(_0x32de2e,_0x2c0a2d){const _0x5875b2=a25_0x1c97,{apps:apps={}}=_0x32de2e,_0x163faa=_0x32de2e[_0x5875b2(0x165)],_0x42b57d=_0x163faa??(Object[_0x5875b2(0x176)](apps)[_0x5875b2(0x167)]===0x1?Object['keys'](apps)[0x0]:undefined),_0x44f3c5=_0x2c0a2d['globalConfig'][_0x5875b2(0x163)]&&typeof _0x2c0a2d[_0x5875b2(0x166)][_0x5875b2(0x163)]===_0x5875b2(0x172)?_0x2c0a2d[_0x5875b2(0x166)][_0x5875b2(0x163)]:{},_0x4d55ea=_0x2c0a2d[_0x5875b2(0x158)][_0x5875b2(0x163)]&&typeof _0x2c0a2d[_0x5875b2(0x158)][_0x5875b2(0x163)]===_0x5875b2(0x172)?_0x2c0a2d[_0x5875b2(0x158)]['apps']:{},_0x4dc1b0=Object['entries'](apps),_0x35dca8=_0x4dc1b0[_0x5875b2(0x15a)](([_0x25647b,_0x20fb2b])=>{const _0x4d9f3b=_0x5875b2,_0x1736c7=appDefinedIn(_0x25647b,_0x44f3c5,_0x4d55ea),_0x133641=Object['prototype']['hasOwnProperty'][_0x4d9f3b(0x168)](_0x4d55ea,_0x25647b),_0x2f5871=resolveEffectiveRegion({'appRegion':_0x20fb2b['region'],'projectRegion':_0x133641?_0x2c0a2d['projectConfig'][_0x4d9f3b(0x16f)]:undefined,'globalRegion':_0x2c0a2d[_0x4d9f3b(0x166)][_0x4d9f3b(0x16f)],'mergedRegion':_0x32de2e[_0x4d9f3b(0x16f)],'appName':_0x25647b});return{'name':_0x25647b,'appcode':_0x20fb2b['appcode'],'named':!![],'definedIn':_0x1736c7,'isDefault':_0x25647b===_0x42b57d,...buildAppProfileListFields(_0x20fb2b),'effectiveRegion':_0x2f5871['region'],'regionSource':_0x2f5871[_0x4d9f3b(0x160)]};});return _0x35dca8;}function validateAppListFlags(_0x117541){const _0x42c628=a25_0x1c97;if(!_0x117541['bool'](_0x42c628(0x173)))return;if(!_0x117541[_0x42c628(0x179)](_0x42c628(0x16a))&&!_0x117541[_0x42c628(0x179)](_0x42c628(0x169)))return;throw CliErrors[_0x42c628(0x17d)](_0x42c628(0x177),'Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.');}async function execute(_0x328f5e){const _0xa6b28e=a25_0x1c97;validateAppListFlags(_0x328f5e);if(_0x328f5e[_0xa6b28e(0x179)](_0xa6b28e(0x173)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x328f5e)};const _0xe4bc2f=_0x328f5e[_0xa6b28e(0x179)](_0xa6b28e(0x16a)),_0x26bb71=_0x328f5e[_0xa6b28e(0x179)](_0xa6b28e(0x169)),_0x1e49e0=_0xe4bc2f?_0xa6b28e(0x16a):_0x26bb71?_0xa6b28e(0x169):_0xa6b28e(0x171),{config:_0x510440,layers:_0x24f5ed}=readRawConfigWithLayers(),_0x149913=resolveDefaultAppSource(_0x24f5ed),{defaultApp:_0xc6ef67}=_0x510440;let _0x27b065,_0x38a312;switch(_0x1e49e0){case'global':_0x27b065=buildItemsFromLayer(_0x24f5ed['globalConfig'],'global'),_0x38a312=_0x24f5ed[_0xa6b28e(0x17c)];break;case'project':_0x27b065=buildItemsFromLayer(_0x24f5ed['projectConfig'],_0xa6b28e(0x169),_0x24f5ed['globalConfig'][_0xa6b28e(0x16f)]),_0x38a312=_0x24f5ed[_0xa6b28e(0x152)];break;default:_0x27b065=buildMergedItems(_0x510440,_0x24f5ed);break;}enrichAppListItemsWithMergedSelection(_0x27b065,_0x328f5e['mergedCli']);if(_0x27b065[_0xa6b28e(0x167)]===0x0){const _0x460bae=_0x1e49e0===_0xa6b28e(0x171)?'':'\x20in\x20'+_0x1e49e0+_0xa6b28e(0x155);return{'ok':!![],'data':[],'message':_0xa6b28e(0x17a)+_0x460bae+'.\x20Use\x20`'+CLI_BIN_NAME+'\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.'};}const _0x1077c1=_0x27b065[_0xa6b28e(0x161)](_0x58035a=>_0x58035a[_0xa6b28e(0x174)]===!![]),_0x42d45f=_0xc6ef67??_0x1077c1?.[_0xa6b28e(0x156)]??null,_0x2a2d0c=_0x1e49e0===_0xa6b28e(0x171)?{'globalPath':_0x24f5ed[_0xa6b28e(0x17c)]??null,'projectPath':_0x24f5ed[_0xa6b28e(0x152)]??null,'defaultApp':_0x42d45f,'defaultAppSource':_0xc6ef67!=null?_0x149913:null}:{'scope':_0x1e49e0,'configPath':_0x38a312??null};return{'ok':!![],'data':{'items':_0x27b065,'meta':_0x2a2d0c}};}export const appListDefinition={'service':a25_0x499e8e(0x16d),'command':a25_0x499e8e(0x16b),'description':'List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','risk':a25_0x499e8e(0x162),'auth':a25_0x499e8e(0x154),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a25_0x499e8e(0x173),'type':a25_0x499e8e(0x175),'description':a25_0x499e8e(0x16c),'default':![]},{'name':'global','type':a25_0x499e8e(0x175),'description':a25_0x499e8e(0x151),'default':![]},{'name':a25_0x499e8e(0x169),'type':a25_0x499e8e(0x175),'description':a25_0x499e8e(0x164),'default':![]}],async 'validate'(_0x3785f2){validateAppListFlags(_0x3785f2);},'execute':execute};
@@ -1 +1 @@
1
- const a26_0x25748e=a26_0xae14;(function(_0x71a246,_0x4a9930){const _0x509564=a26_0xae14,_0x38bafa=_0x71a246();while(!![]){try{const _0x2f1f11=parseInt(_0x509564(0x1cf))/0x1*(-parseInt(_0x509564(0x1dc))/0x2)+-parseInt(_0x509564(0x1d9))/0x3+-parseInt(_0x509564(0x1d5))/0x4+-parseInt(_0x509564(0x1d8))/0x5+parseInt(_0x509564(0x1cd))/0x6*(parseInt(_0x509564(0x1ce))/0x7)+parseInt(_0x509564(0x1d3))/0x8*(-parseInt(_0x509564(0x1d0))/0x9)+parseInt(_0x509564(0x1d2))/0xa;if(_0x2f1f11===_0x4a9930)break;else _0x38bafa['push'](_0x38bafa['shift']());}catch(_0x554a50){_0x38bafa['push'](_0x38bafa['shift']());}}}(a26_0x2c1f,0x5b010));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';function a26_0xae14(_0x216b24,_0x24271f){_0x216b24=_0x216b24-0x1cd;const _0x2c1fcf=a26_0x2c1f();let _0xae14c1=_0x2c1fcf[_0x216b24];return _0xae14c1;}export const appMembersListDefinition={'service':a26_0x25748e(0x1d6),'command':a26_0x25748e(0x1d4),'description':a26_0x25748e(0x1d7),'risk':'read','requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0xc7f6f4){const _0x50973c=a26_0x25748e,_0x1e3948=projectAppMembers(await listRoleUsers(_0xc7f6f4['appCode']));return{'ok':!![],'data':{'appCode':_0xc7f6f4['appCode'],'items':_0x1e3948,'totalCount':_0x1e3948[_0x50973c(0x1d1)]},'message':_0x50973c(0x1db)+_0x1e3948['length']+_0x50973c(0x1da)};}};function a26_0x2c1f(){const _0x5ba543=['6335568TeJzPh','length','25116250zVIIDY','8eofvfW','members-list','1842832BxqUDd','app','List\x20application\x20members\x20with\x20their\x20role\x20memberships','1593870WoeqdD','2100894onByvU','\x20application\x20member(s)','Found\x20','12xUiGQx','6oCqTtG','3203403OFTRQs','68795yAceLH'];a26_0x2c1f=function(){return _0x5ba543;};return a26_0x2c1f();}
1
+ const a26_0x7217da=a26_0x40a8;(function(_0x496f4c,_0x485bf9){const _0x515f64=a26_0x40a8,_0x1d4d5c=_0x496f4c();while(!![]){try{const _0x206cdf=parseInt(_0x515f64(0x9e))/0x1*(-parseInt(_0x515f64(0x95))/0x2)+parseInt(_0x515f64(0x94))/0x3*(parseInt(_0x515f64(0x91))/0x4)+parseInt(_0x515f64(0x97))/0x5*(-parseInt(_0x515f64(0x9c))/0x6)+parseInt(_0x515f64(0x9b))/0x7+parseInt(_0x515f64(0x9a))/0x8*(parseInt(_0x515f64(0x96))/0x9)+-parseInt(_0x515f64(0x9d))/0xa+parseInt(_0x515f64(0x92))/0xb;if(_0x206cdf===_0x485bf9)break;else _0x1d4d5c['push'](_0x1d4d5c['shift']());}catch(_0x41a9d7){_0x1d4d5c['push'](_0x1d4d5c['shift']());}}}(a26_0x242a,0xa8f9b));function a26_0x242a(){const _0x4315fb=['Found\x20','27144vUZmgU','3459127FSBUkM','6FEuOox','10286850mmOeyk','190399PCBrly','appCode','members-list','2457188gfoYXr','16927757SUUvvk','length','3CDZdsE','14HbnKMC','3501MvGjha','4568105ZWvDrh','read'];a26_0x242a=function(){return _0x4315fb;};return a26_0x242a();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';function a26_0x40a8(_0xaaaa57,_0x438db7){_0xaaaa57=_0xaaaa57-0x90;const _0x242a3b=a26_0x242a();let _0x40a8fe=_0x242a3b[_0xaaaa57];return _0x40a8fe;}export const appMembersListDefinition={'service':'app','command':a26_0x7217da(0x90),'description':'List\x20application\x20members\x20with\x20their\x20role\x20memberships','risk':a26_0x7217da(0x98),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x3f3b39){const _0x158842=a26_0x7217da,_0x4efd60=projectAppMembers(await listRoleUsers(_0x3f3b39[_0x158842(0x9f)]));return{'ok':!![],'data':{'appCode':_0x3f3b39[_0x158842(0x9f)],'items':_0x4efd60,'totalCount':_0x4efd60[_0x158842(0x93)]},'message':_0x158842(0x99)+_0x4efd60[_0x158842(0x93)]+'\x20application\x20member(s)'};}};
@@ -1 +1 @@
1
- (function(_0x3a7baf,_0x1dd687){const _0x37882e=a27_0x465e,_0x692f6f=_0x3a7baf();while(!![]){try{const _0x5f4237=parseInt(_0x37882e(0x1ba))/0x1*(parseInt(_0x37882e(0x1b4))/0x2)+-parseInt(_0x37882e(0x1b6))/0x3*(-parseInt(_0x37882e(0x1bc))/0x4)+-parseInt(_0x37882e(0x1b1))/0x5*(parseInt(_0x37882e(0x1b5))/0x6)+-parseInt(_0x37882e(0x1bb))/0x7+-parseInt(_0x37882e(0x1bd))/0x8+parseInt(_0x37882e(0x1b8))/0x9*(-parseInt(_0x37882e(0x1b9))/0xa)+parseInt(_0x37882e(0x1b7))/0xb;if(_0x5f4237===_0x1dd687)break;else _0x692f6f['push'](_0x692f6f['shift']());}catch(_0x591066){_0x692f6f['push'](_0x692f6f['shift']());}}}(a27_0x7a03,0x8521f));function a27_0x465e(_0x407e76,_0x460788){_0x407e76=_0x407e76-0x1af;const _0x7a03c=a27_0x7a03();let _0x465ec5=_0x7a03c[_0x407e76];return _0x465ec5;}import{listRemoteApps}from'../../core/api-client.js';import{getCookie}from'../../auth/get-cookie.js';import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x94af67){const _0x150b36=a27_0x465e,_0x6506e9=_0x94af67[_0x150b36(0x1af)]||getCookie();if(!_0x6506e9)throw CliErrors[_0x150b36(0x1b3)]();return _0x6506e9;}export async function listRemoteAppDirectory(_0x456fae){const _0x3790e6=a27_0x465e,_0x115735=await withActiveCookie(resolveCookie(_0x456fae),()=>listRemoteApps());return{'items':_0x115735['map'](_0x52ca65=>({..._0x52ca65['id']!=null?{'id':_0x52ca65['id']}:{},'appCode':_0x52ca65[_0x3790e6(0x1b0)],'appName':_0x52ca65['appName'],..._0x52ca65[_0x3790e6(0x1b2)]!=null?{'appDesc':_0x52ca65[_0x3790e6(0x1b2)]}:{}})),'meta':{'source':'platform'}};}function a27_0x7a03(){const _0x2c647b=['appCode','2935535JLygHa','appDesc','authRequired','303720XNihYT','6whVLME','801048aHVnEr','7973493CSsbKX','2812554uKPCoA','20QsbZKb','6kaqyWQ','1953756GeHvWk','8pdcdKP','1068136KNCrgf','cookie'];a27_0x7a03=function(){return _0x2c647b;};return a27_0x7a03();}
1
+ (function(_0x539b41,_0x2c6f57){const _0x33d48a=a27_0x227e,_0x1495dc=_0x539b41();while(!![]){try{const _0x53e734=-parseInt(_0x33d48a(0x17c))/0x1*(parseInt(_0x33d48a(0x17d))/0x2)+-parseInt(_0x33d48a(0x176))/0x3*(parseInt(_0x33d48a(0x17b))/0x4)+-parseInt(_0x33d48a(0x16f))/0x5+-parseInt(_0x33d48a(0x173))/0x6+-parseInt(_0x33d48a(0x175))/0x7+parseInt(_0x33d48a(0x170))/0x8*(parseInt(_0x33d48a(0x17a))/0x9)+parseInt(_0x33d48a(0x171))/0xa*(parseInt(_0x33d48a(0x179))/0xb);if(_0x53e734===_0x2c6f57)break;else _0x1495dc['push'](_0x1495dc['shift']());}catch(_0x116cf2){_0x1495dc['push'](_0x1495dc['shift']());}}}(a27_0x162f,0x304b6));import{listRemoteApps}from'../../core/api-client.js';function a27_0x227e(_0x4dad29,_0x257887){_0x4dad29=_0x4dad29-0x16d;const _0x162f6a=a27_0x162f();let _0x227ece=_0x162f6a[_0x4dad29];return _0x227ece;}import{getCookie}from'../../auth/get-cookie.js';import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x4b901b){const _0x2bc443=a27_0x227e,_0x1af0fa=_0x4b901b[_0x2bc443(0x174)]||getCookie();if(!_0x1af0fa)throw CliErrors['authRequired']();return _0x1af0fa;}export async function listRemoteAppDirectory(_0x10bfba){const _0x3f0f46=a27_0x227e,_0x387bc0=await withActiveCookie(resolveCookie(_0x10bfba),()=>listRemoteApps());return{'items':_0x387bc0[_0x3f0f46(0x16e)](_0x613c92=>({..._0x613c92['id']!=null?{'id':_0x613c92['id']}:{},'appCode':_0x613c92[_0x3f0f46(0x178)],'appName':_0x613c92[_0x3f0f46(0x177)],..._0x613c92[_0x3f0f46(0x16d)]!=null?{'appDesc':_0x613c92[_0x3f0f46(0x16d)]}:{}})),'meta':{'source':_0x3f0f46(0x172)}};}function a27_0x162f(){const _0x232140=['appDesc','map','915440EGEbIs','136NcXcFV','1830RtpqMv','platform','414810oCWSZk','cookie','2126964TCzMtY','2106iUMFXq','appName','appCode','72556rBqTlE','71946dYHUOh','2040BgBrHQ','231057mfKpXI','2IfNnBr'];a27_0x162f=function(){return _0x232140;};return a27_0x162f();}
@@ -1 +1 @@
1
- (function(_0x5a5a9f,_0x4a445a){const _0x420ae9=a28_0x2041,_0x564a49=_0x5a5a9f();while(!![]){try{const _0x178565=-parseInt(_0x420ae9(0x1c9))/0x1*(parseInt(_0x420ae9(0x1f1))/0x2)+parseInt(_0x420ae9(0x1d6))/0x3+-parseInt(_0x420ae9(0x1c7))/0x4*(-parseInt(_0x420ae9(0x1d7))/0x5)+parseInt(_0x420ae9(0x1dd))/0x6*(-parseInt(_0x420ae9(0x1e8))/0x7)+-parseInt(_0x420ae9(0x1ec))/0x8*(-parseInt(_0x420ae9(0x1d1))/0x9)+parseInt(_0x420ae9(0x1db))/0xa*(-parseInt(_0x420ae9(0x1c6))/0xb)+-parseInt(_0x420ae9(0x1e6))/0xc*(parseInt(_0x420ae9(0x1de))/0xd);if(_0x178565===_0x4a445a)break;else _0x564a49['push'](_0x564a49['shift']());}catch(_0x50ba57){_0x564a49['push'](_0x564a49['shift']());}}}(a28_0x5a86,0x8566c));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x28060a){const _0x3fdbb2=a28_0x2041,_0x2c5bab=_0x28060a?.[_0x3fdbb2(0x1cd)]();return _0x2c5bab?_0x2c5bab:null;}function a28_0x5a86(){const _0x18f692=['ACTIVE','197622iRzYlD','username','isFinite','set','membershipStatus','get','project','prototype','2959cMwVtY','20YkiWZx','has','3nJMBar','appCode','globalConfig','userList','trim','hasOwnProperty','isCurrent','values','405fQcDXC','roleId','apps','roles','displayName','1882077BJDEMz','433755fZRPVd','map','appcode','PENDING','930XccZcE','roleType','1272210fHfTkZ','26lFIFoW','\x20(global)','roleCode','projectConfig','name','length','sort','global','91452ZQiXmM','userId','14OKooaF','roleKeys','object','nickname','43744snOejt','defaultApp','call','named'];a28_0x5a86=function(){return _0x18f692;};return a28_0x5a86();}export function projectAppMembers(_0x351ec0){const _0xff79c7=a28_0x2041,_0x33f00d=new Map(),_0x2928d1=[..._0x351ec0][_0xff79c7(0x1e4)]((_0x2ad161,_0x299a7f)=>_0x2ad161['id']-_0x299a7f['id']),_0x477377=(_0x4b2836,_0x814efe,_0x39673b)=>{const _0x208b83=_0xff79c7;for(const _0x1151eb of _0x814efe){const _0x589a6f=Number(_0x1151eb['userId']);if(!Number[_0x208b83(0x1c0)](_0x589a6f)||_0x589a6f<=0x0)continue;let _0x3032bd=_0x33f00d[_0x208b83(0x1c3)](_0x589a6f);if(!_0x3032bd)_0x3032bd={'userId':_0x589a6f,'username':nullableText(_0x1151eb[_0x208b83(0x1bf)]),'displayName':nullableText(_0x1151eb['nickname']),'status':_0x39673b,'roles':[],'roleKeys':new Set()},_0x33f00d[_0x208b83(0x1c1)](_0x589a6f,_0x3032bd);else{_0x3032bd['username']??=nullableText(_0x1151eb[_0x208b83(0x1bf)]),_0x3032bd[_0x208b83(0x1d5)]??=nullableText(_0x1151eb[_0x208b83(0x1eb)]);if(_0x39673b===_0x208b83(0x1f0))_0x3032bd['status']=_0x208b83(0x1f0);}const _0x2df9f4=_0x4b2836['id']+':'+_0x39673b;if(_0x3032bd[_0x208b83(0x1e9)][_0x208b83(0x1c8)](_0x2df9f4))continue;_0x3032bd['roleKeys']['add'](_0x2df9f4),_0x3032bd[_0x208b83(0x1d4)]['push']({'roleId':_0x4b2836['id'],'roleCode':_0x4b2836[_0x208b83(0x1e0)],'roleName':nullableText(_0x4b2836['roleName']),'roleType':nullableText(_0x4b2836[_0x208b83(0x1dc)]),'membershipStatus':_0x39673b});}};for(const _0x5ed3c5 of _0x2928d1){_0x477377(_0x5ed3c5,_0x5ed3c5[_0xff79c7(0x1cc)]??[],'ACTIVE'),_0x477377(_0x5ed3c5,_0x5ed3c5['applyUserList']??[],_0xff79c7(0x1da));}return[..._0x33f00d[_0xff79c7(0x1d0)]()][_0xff79c7(0x1d8)](_0x3c6548=>({'userId':_0x3c6548[_0xff79c7(0x1e7)],'username':_0x3c6548['username'],'displayName':_0x3c6548[_0xff79c7(0x1d5)],'status':_0x3c6548['status'],'roles':_0x3c6548[_0xff79c7(0x1d4)][_0xff79c7(0x1e4)]((_0x1ebed6,_0x45c1bc)=>_0x1ebed6['roleId']-_0x45c1bc[_0xff79c7(0x1d2)]||(_0x1ebed6[_0xff79c7(0x1c2)]===_0x45c1bc[_0xff79c7(0x1c2)]?0x0:_0x1ebed6[_0xff79c7(0x1c2)]===_0xff79c7(0x1f0)?-0x1:0x1))}))[_0xff79c7(0x1e4)]((_0x3fcaae,_0x345406)=>_0x3fcaae[_0xff79c7(0x1e7)]-_0x345406[_0xff79c7(0x1e7)]);}export function enrichAppListItemsWithMergedSelection(_0x717413,_0x28c3f5){const _0x115595=a28_0x2041;if(!_0x28c3f5)return;const _0xc39522=_0x28c3f5[_0x115595(0x1d3)]&&typeof _0x28c3f5[_0x115595(0x1d3)]===_0x115595(0x1ea)?_0x28c3f5[_0x115595(0x1d3)]:{},_0x520b6d=Object['keys'](_0xc39522)['length']>0x0;for(const _0x21724e of _0x717413){_0x21724e[_0x115595(0x1cf)]=![];}const _0x35df72=_0x28c3f5['appCode']!=null?String(_0x28c3f5[_0x115595(0x1ca)])[_0x115595(0x1cd)]():'';if(_0x520b6d){const _0x25cbae=_0x28c3f5['currentApp']??_0x28c3f5[_0x115595(0x1ed)];if(_0x25cbae)for(const _0x58859d of _0x717413){_0x58859d[_0x115595(0x1ef)]===!![]&&_0x58859d[_0x115595(0x1e2)]===_0x25cbae&&(_0x58859d[_0x115595(0x1cf)]=!![]);}for(const _0x3deb96 of _0x717413){if(_0x3deb96[_0x115595(0x1ef)]!==![])continue;if(_0x28c3f5[_0x115595(0x1ed)])continue;_0x35df72&&String(_0x3deb96['appcode']??'')[_0x115595(0x1cd)]()===_0x35df72&&(_0x3deb96[_0x115595(0x1cf)]=!![]);}return;}if(!_0x35df72)return;for(const _0x2bb8c1 of _0x717413){String(_0x2bb8c1[_0x115595(0x1d9)]??'')[_0x115595(0x1cd)]()===_0x35df72&&(_0x2bb8c1['isCurrent']=!![]);}}export function resolveAppScopeForWrite(_0x130294,_0x5e4bb3,_0x5ea24c){const _0x307f0a=a28_0x2041;if(_0x5e4bb3)return _0x307f0a(0x1e5);const _0x30c388=_0x5ea24c[_0x307f0a(0x1e1)][_0x307f0a(0x1d3)]&&typeof _0x5ea24c[_0x307f0a(0x1e1)][_0x307f0a(0x1d3)]==='object'?_0x5ea24c['projectConfig'][_0x307f0a(0x1d3)]:{},_0x50ee4b=_0x5ea24c[_0x307f0a(0x1cb)]['apps']&&typeof _0x5ea24c[_0x307f0a(0x1cb)][_0x307f0a(0x1d3)]==='object'?_0x5ea24c['globalConfig'][_0x307f0a(0x1d3)]:{};if(Object[_0x307f0a(0x1c5)][_0x307f0a(0x1ce)][_0x307f0a(0x1ee)](_0x30c388,_0x130294))return _0x307f0a(0x1c4);if(Object[_0x307f0a(0x1c5)][_0x307f0a(0x1ce)][_0x307f0a(0x1ee)](_0x50ee4b,_0x130294))return _0x307f0a(0x1e5);return'project';}export function appDefinedIn(_0x1c8c15,_0x2f80cd,_0x544b14){const _0x6b17ee=a28_0x2041,_0x4324c8=Object[_0x6b17ee(0x1c5)][_0x6b17ee(0x1ce)][_0x6b17ee(0x1ee)](_0x2f80cd,_0x1c8c15),_0x1a4a49=Object['prototype'][_0x6b17ee(0x1ce)][_0x6b17ee(0x1ee)](_0x544b14,_0x1c8c15);if(_0x4324c8&&_0x1a4a49)return'both';if(_0x1a4a49)return _0x6b17ee(0x1c4);return _0x6b17ee(0x1e5);}function a28_0x2041(_0x3198c4,_0x1272ea){_0x3198c4=_0x3198c4-0x1bf;const _0x5a861f=a28_0x5a86();let _0x2041ed=_0x5a861f[_0x3198c4];return _0x2041ed;}export function resolveDefaultAppSource(_0x3123c0){const _0x1030cb=a28_0x2041,_0x14bb04=_0x3123c0[_0x1030cb(0x1e1)][_0x1030cb(0x1d3)]&&typeof _0x3123c0[_0x1030cb(0x1e1)][_0x1030cb(0x1d3)]===_0x1030cb(0x1ea)?_0x3123c0['projectConfig']['apps']:{};if(_0x1030cb(0x1ed)in _0x3123c0[_0x1030cb(0x1e1)])return _0x1030cb(0x1c4);if(Object['keys'](_0x14bb04)[_0x1030cb(0x1e3)]>0x0)return _0x1030cb(0x1c4);if(Object['keys'](_0x3123c0[_0x1030cb(0x1e1)])['length']===0x0&&_0x3123c0[_0x1030cb(0x1cb)][_0x1030cb(0x1ed)])return _0x1030cb(0x1e5);return null;}export function getConfigPath(_0x4ec82d={}){const _0x2f9f57=a28_0x2041,_0x8b96ff=_0x4ec82d['global']?_0x2f9f57(0x1e5):_0x2f9f57(0x1c4);return resolveWriteConfigPath(_0x8b96ff);}export function readConfig(_0x2107d8={}){return readConfigFile(getConfigPath(_0x2107d8));}export function writeConfig(_0x46bc65,_0x2b6e7e={}){writeConfigFile(getConfigPath(_0x2b6e7e),_0x46bc65);}export function scopeLabel(_0x312deb){const _0x364967=a28_0x2041;return _0x312deb[_0x364967(0x1e5)]?_0x364967(0x1df):'';}
1
+ (function(_0x5cb190,_0x19ea17){const _0x381d0a=a28_0x2e30,_0xf47ead=_0x5cb190();while(!![]){try{const _0x3cdfca=-parseInt(_0x381d0a(0xa4))/0x1+-parseInt(_0x381d0a(0x80))/0x2+-parseInt(_0x381d0a(0x84))/0x3*(parseInt(_0x381d0a(0x96))/0x4)+parseInt(_0x381d0a(0x9e))/0x5+-parseInt(_0x381d0a(0x87))/0x6*(parseInt(_0x381d0a(0xb0))/0x7)+-parseInt(_0x381d0a(0x8a))/0x8*(-parseInt(_0x381d0a(0xab))/0x9)+parseInt(_0x381d0a(0x98))/0xa;if(_0x3cdfca===_0x19ea17)break;else _0xf47ead['push'](_0xf47ead['shift']());}catch(_0x298783){_0xf47ead['push'](_0xf47ead['shift']());}}}(a28_0x36b3,0x608ea));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x5ca096){const _0x3d7136=a28_0x2e30,_0x3005f5=_0x5ca096?.[_0x3d7136(0x91)]();return _0x3005f5?_0x3005f5:null;}function a28_0x2e30(_0xdd2a3c,_0x1ff6a7){_0xdd2a3c=_0xdd2a3c-0x7d;const _0x36b31f=a28_0x36b3();let _0x2e304c=_0x36b31f[_0xdd2a3c];return _0x2e304c;}export function projectAppMembers(_0x3ccddc){const _0x810f2d=a28_0x2e30,_0x2afc0=new Map(),_0x40865b=[..._0x3ccddc][_0x810f2d(0x8e)]((_0x105839,_0x1ed2bd)=>_0x105839['id']-_0x1ed2bd['id']),_0x200712=(_0x397531,_0x101c64,_0x78258a)=>{const _0x23d54b=_0x810f2d;for(const _0x1bc82a of _0x101c64){const _0x3d6411=Number(_0x1bc82a['userId']);if(!Number[_0x23d54b(0x94)](_0x3d6411)||_0x3d6411<=0x0)continue;let _0x2a9e79=_0x2afc0[_0x23d54b(0xa0)](_0x3d6411);if(!_0x2a9e79)_0x2a9e79={'userId':_0x3d6411,'username':nullableText(_0x1bc82a[_0x23d54b(0x97)]),'displayName':nullableText(_0x1bc82a[_0x23d54b(0x88)]),'status':_0x78258a,'roles':[],'roleKeys':new Set()},_0x2afc0[_0x23d54b(0xaf)](_0x3d6411,_0x2a9e79);else{_0x2a9e79[_0x23d54b(0x97)]??=nullableText(_0x1bc82a['username']),_0x2a9e79[_0x23d54b(0x9f)]??=nullableText(_0x1bc82a[_0x23d54b(0x88)]);if(_0x78258a===_0x23d54b(0x93))_0x2a9e79['status']=_0x23d54b(0x93);}const _0x27c079=_0x397531['id']+':'+_0x78258a;if(_0x2a9e79['roleKeys'][_0x23d54b(0x81)](_0x27c079))continue;_0x2a9e79[_0x23d54b(0x86)][_0x23d54b(0xae)](_0x27c079),_0x2a9e79['roles'][_0x23d54b(0xa7)]({'roleId':_0x397531['id'],'roleCode':_0x397531[_0x23d54b(0xa8)],'roleName':nullableText(_0x397531[_0x23d54b(0x89)]),'roleType':nullableText(_0x397531[_0x23d54b(0xa5)]),'membershipStatus':_0x78258a});}};for(const _0x5c48a9 of _0x40865b){_0x200712(_0x5c48a9,_0x5c48a9[_0x810f2d(0x9b)]??[],_0x810f2d(0x93)),_0x200712(_0x5c48a9,_0x5c48a9['applyUserList']??[],'PENDING');}return[..._0x2afc0['values']()]['map'](_0x24f54c=>({'userId':_0x24f54c[_0x810f2d(0x8b)],'username':_0x24f54c[_0x810f2d(0x97)],'displayName':_0x24f54c[_0x810f2d(0x9f)],'status':_0x24f54c[_0x810f2d(0x9c)],'roles':_0x24f54c[_0x810f2d(0x9d)][_0x810f2d(0x8e)]((_0x2a058d,_0x165e9a)=>_0x2a058d[_0x810f2d(0x95)]-_0x165e9a['roleId']||(_0x2a058d['membershipStatus']===_0x165e9a[_0x810f2d(0xa3)]?0x0:_0x2a058d[_0x810f2d(0xa3)]==='ACTIVE'?-0x1:0x1))}))[_0x810f2d(0x8e)]((_0x54e5c1,_0x4cf860)=>_0x54e5c1[_0x810f2d(0x8b)]-_0x4cf860[_0x810f2d(0x8b)]);}export function enrichAppListItemsWithMergedSelection(_0x2bc3e7,_0x4347e3){const _0x54ba8b=a28_0x2e30;if(!_0x4347e3)return;const _0x4c06f3=_0x4347e3[_0x54ba8b(0x7f)]&&typeof _0x4347e3[_0x54ba8b(0x7f)]==='object'?_0x4347e3[_0x54ba8b(0x7f)]:{},_0x181ea4=Object[_0x54ba8b(0xa9)](_0x4c06f3)['length']>0x0;for(const _0x329277 of _0x2bc3e7){_0x329277[_0x54ba8b(0x7e)]=![];}const _0x44b45a=_0x4347e3[_0x54ba8b(0xa1)]!=null?String(_0x4347e3[_0x54ba8b(0xa1)])[_0x54ba8b(0x91)]():'';if(_0x181ea4){const _0xabb39a=_0x4347e3[_0x54ba8b(0x92)]??_0x4347e3[_0x54ba8b(0x8c)];if(_0xabb39a)for(const _0x160d8 of _0x2bc3e7){_0x160d8['named']===!![]&&_0x160d8[_0x54ba8b(0x90)]===_0xabb39a&&(_0x160d8[_0x54ba8b(0x7e)]=!![]);}for(const _0x2ad6c9 of _0x2bc3e7){if(_0x2ad6c9[_0x54ba8b(0xac)]!==![])continue;if(_0x4347e3['defaultApp'])continue;_0x44b45a&&String(_0x2ad6c9[_0x54ba8b(0x9a)]??'')[_0x54ba8b(0x91)]()===_0x44b45a&&(_0x2ad6c9[_0x54ba8b(0x7e)]=!![]);}return;}if(!_0x44b45a)return;for(const _0x5c2426 of _0x2bc3e7){String(_0x5c2426[_0x54ba8b(0x9a)]??'')[_0x54ba8b(0x91)]()===_0x44b45a&&(_0x5c2426[_0x54ba8b(0x7e)]=!![]);}}export function resolveAppScopeForWrite(_0x56686f,_0xe733e1,_0x471934){const _0x27ee98=a28_0x2e30;if(_0xe733e1)return _0x27ee98(0x82);const _0x55bfdc=_0x471934[_0x27ee98(0x85)][_0x27ee98(0x7f)]&&typeof _0x471934['projectConfig'][_0x27ee98(0x7f)]===_0x27ee98(0x99)?_0x471934[_0x27ee98(0x85)][_0x27ee98(0x7f)]:{},_0x1e3ed0=_0x471934[_0x27ee98(0x7d)][_0x27ee98(0x7f)]&&typeof _0x471934['globalConfig']['apps']===_0x27ee98(0x99)?_0x471934[_0x27ee98(0x7d)][_0x27ee98(0x7f)]:{};if(Object[_0x27ee98(0x8f)][_0x27ee98(0xa6)][_0x27ee98(0x83)](_0x55bfdc,_0x56686f))return _0x27ee98(0xa2);if(Object[_0x27ee98(0x8f)]['hasOwnProperty'][_0x27ee98(0x83)](_0x1e3ed0,_0x56686f))return _0x27ee98(0x82);return'project';}export function appDefinedIn(_0x245b2b,_0x5a8b17,_0x10c468){const _0x5af9f7=a28_0x2e30,_0xf8cb84=Object['prototype'][_0x5af9f7(0xa6)][_0x5af9f7(0x83)](_0x5a8b17,_0x245b2b),_0x15a37c=Object[_0x5af9f7(0x8f)][_0x5af9f7(0xa6)][_0x5af9f7(0x83)](_0x10c468,_0x245b2b);if(_0xf8cb84&&_0x15a37c)return _0x5af9f7(0xad);if(_0x15a37c)return _0x5af9f7(0xa2);return'global';}function a28_0x36b3(){const _0x11850f=['\x20(global)','sort','prototype','name','trim','currentApp','ACTIVE','isFinite','roleId','36004RBRPoE','username','12949140oOOVvo','object','appcode','userList','status','roles','345515PBAjsb','displayName','get','appCode','project','membershipStatus','450510PkIOwY','roleType','hasOwnProperty','push','roleCode','keys','length','31410vUTVgG','named','both','add','set','49763vNnQeL','globalConfig','isCurrent','apps','1045188elGRfF','has','global','call','36VVYuVw','projectConfig','roleKeys','282gePtFS','nickname','roleName','1024RRmYZY','userId','defaultApp'];a28_0x36b3=function(){return _0x11850f;};return a28_0x36b3();}export function resolveDefaultAppSource(_0x307757){const _0x4b883f=a28_0x2e30,_0x57bb1e=_0x307757[_0x4b883f(0x85)][_0x4b883f(0x7f)]&&typeof _0x307757['projectConfig'][_0x4b883f(0x7f)]===_0x4b883f(0x99)?_0x307757[_0x4b883f(0x85)][_0x4b883f(0x7f)]:{};if(_0x4b883f(0x8c)in _0x307757[_0x4b883f(0x85)])return _0x4b883f(0xa2);if(Object[_0x4b883f(0xa9)](_0x57bb1e)[_0x4b883f(0xaa)]>0x0)return _0x4b883f(0xa2);if(Object[_0x4b883f(0xa9)](_0x307757['projectConfig'])[_0x4b883f(0xaa)]===0x0&&_0x307757[_0x4b883f(0x7d)][_0x4b883f(0x8c)])return _0x4b883f(0x82);return null;}export function getConfigPath(_0x1c01f8={}){const _0x370bd7=a28_0x2e30,_0x13bd83=_0x1c01f8[_0x370bd7(0x82)]?_0x370bd7(0x82):_0x370bd7(0xa2);return resolveWriteConfigPath(_0x13bd83);}export function readConfig(_0x103478={}){return readConfigFile(getConfigPath(_0x103478));}export function writeConfig(_0x1c198d,_0x5aa0ea={}){writeConfigFile(getConfigPath(_0x5aa0ea),_0x1c198d);}export function scopeLabel(_0x5a1034){const _0x3fe0dc=a28_0x2e30;return _0x5a1034[_0x3fe0dc(0x82)]?_0x3fe0dc(0x8d):'';}
@@ -1 +1 @@
1
- const a29_0x3b5c97=a29_0x4d7b;(function(_0xe0ca05,_0x21a567){const _0x296ab4=a29_0x4d7b,_0x41917f=_0xe0ca05();while(!![]){try{const _0x3f51c4=-parseInt(_0x296ab4(0xd4))/0x1+-parseInt(_0x296ab4(0xd7))/0x2*(-parseInt(_0x296ab4(0xdd))/0x3)+parseInt(_0x296ab4(0xd5))/0x4+parseInt(_0x296ab4(0xcf))/0x5*(-parseInt(_0x296ab4(0xe0))/0x6)+-parseInt(_0x296ab4(0xd0))/0x7*(parseInt(_0x296ab4(0xda))/0x8)+parseInt(_0x296ab4(0xdb))/0x9+-parseInt(_0x296ab4(0xd8))/0xa*(parseInt(_0x296ab4(0xd2))/0xb);if(_0x3f51c4===_0x21a567)break;else _0x41917f['push'](_0x41917f['shift']());}catch(_0x5a6be3){_0x41917f['push'](_0x41917f['shift']());}}}(a29_0x1762,0x4f34b));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';function a29_0x1762(){const _0x3f4dbf=['2035180YpNNdd','appCode:\x20','46VGVLOI','8003690VZhzsn','Deleted\x20app\x20config\x20','725992NkSkWx','4498614nlndFr',',\x20appCode=','63489GYGahY','App\x20config\x20key\x20not\x20found:\x20','App\x20config\x20server\x20id\x20missing\x20for\x20key=','1038RIDjlU','app-config','validation','delete','isFinite','150rqszZV','7ixCZcB','apiError','11EVFaFF','appCode','274655FETEDJ'];a29_0x1762=function(){return _0x3f4dbf;};return a29_0x1762();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a29_0x4d7b(_0x33d869,_0x1c4b83){_0x33d869=_0x33d869-0xcd;const _0x17623d=a29_0x1762();let _0x4d7b00=_0x17623d[_0x33d869];return _0x4d7b00;}import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH='/smartapi/app-config/delete';export const appConfigDelete={'service':a29_0x3b5c97(0xe1),'command':'delete','description':'Delete\x20one\x20runtime\x20app-config\x20key','risk':'high-risk-write','args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x33fdf1){readKeyArg(_0x33fdf1);},async 'dryRun'(_0x2af748){const _0x2193bf=a29_0x3b5c97,_0x579de3=readKeyArg(_0x2af748),_0x2650a6=await mustGetByKey(_0x2af748[_0x2193bf(0xd3)],_0x579de3);return asAppConfigDryRunResult(buildMutationData({'operation':'delete','appCode':_0x2af748['appCode'],'key':_0x579de3,'before':projectAppConfig(_0x2650a6),'after':null,'dryRun':!![]}),{'method':'POST','url':DELETE_PATH});},async 'execute'(_0x9ef062){const _0x1aa43c=a29_0x3b5c97,_0x2a1e7b=readKeyArg(_0x9ef062),_0x264402=await mustGetByKey(_0x9ef062[_0x1aa43c(0xd3)],_0x2a1e7b);return await withAppConfigApiBoundary(_0x1aa43c(0xcd),{'appCode':_0x9ef062[_0x1aa43c(0xd3)],'key':_0x2a1e7b},()=>deleteAppConfig({'appCode':_0x9ef062[_0x1aa43c(0xd3)],'id':requireAppConfigId(_0x264402,_0x2a1e7b,_0x9ef062[_0x1aa43c(0xd3)])})),{'ok':!![],'data':buildMutationData({'operation':_0x1aa43c(0xcd),'appCode':_0x9ef062[_0x1aa43c(0xd3)],'key':_0x2a1e7b,'before':projectAppConfig(_0x264402),'after':null,'dryRun':![]}),'message':_0x1aa43c(0xd9)+_0x2a1e7b};}};async function mustGetByKey(_0x20d611,_0x484e2e){const _0x66d2cc=a29_0x3b5c97,_0x47ea0f=await withAppConfigApiBoundary('get',{'appCode':_0x20d611,'key':_0x484e2e},()=>getAppConfigByKey(_0x20d611,_0x484e2e));if(!_0x47ea0f)throw CliErrors[_0x66d2cc(0xe2)](_0x66d2cc(0xde)+_0x484e2e,_0x66d2cc(0xd6)+_0x20d611);return _0x47ea0f;}function requireAppConfigId(_0x133138,_0x36f70f,_0x27b744){const _0x48b4c=a29_0x3b5c97;if(typeof _0x133138['id']==='number'&&Number[_0x48b4c(0xce)](_0x133138['id'])&&_0x133138['id']>0x0)return _0x133138['id'];throw CliErrors[_0x48b4c(0xd1)](_0x48b4c(0xdf)+_0x36f70f+_0x48b4c(0xdc)+_0x27b744);}
1
+ const a29_0x44933f=a29_0x5ec5;(function(_0x2029eb,_0x20f3a9){const _0x13896a=a29_0x5ec5,_0x622f76=_0x2029eb();while(!![]){try{const _0x102689=parseInt(_0x13896a(0x18c))/0x1*(parseInt(_0x13896a(0x18f))/0x2)+-parseInt(_0x13896a(0x187))/0x3+-parseInt(_0x13896a(0x189))/0x4*(parseInt(_0x13896a(0x194))/0x5)+parseInt(_0x13896a(0x185))/0x6+-parseInt(_0x13896a(0x192))/0x7+-parseInt(_0x13896a(0x18d))/0x8+parseInt(_0x13896a(0x186))/0x9;if(_0x102689===_0x20f3a9)break;else _0x622f76['push'](_0x622f76['shift']());}catch(_0x15e1aa){_0x622f76['push'](_0x622f76['shift']());}}}(a29_0xf6fb,0x6c852));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a29_0x5ec5(_0x52ab0e,_0x33fb8a){_0x52ab0e=_0x52ab0e-0x17f;const _0xf6fb24=a29_0xf6fb();let _0x5ec569=_0xf6fb24[_0x52ab0e];return _0x5ec569;}const DELETE_PATH='/smartapi/app-config/delete';export const appConfigDelete={'service':a29_0x44933f(0x195),'command':a29_0x44933f(0x183),'description':a29_0x44933f(0x193),'risk':'high-risk-write','args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x7c9dbe){readKeyArg(_0x7c9dbe);},async 'dryRun'(_0x35cfb6){const _0x22c9a6=a29_0x44933f,_0xa8ad05=readKeyArg(_0x35cfb6),_0x1fe187=await mustGetByKey(_0x35cfb6[_0x22c9a6(0x184)],_0xa8ad05);return asAppConfigDryRunResult(buildMutationData({'operation':'delete','appCode':_0x35cfb6[_0x22c9a6(0x184)],'key':_0xa8ad05,'before':projectAppConfig(_0x1fe187),'after':null,'dryRun':!![]}),{'method':_0x22c9a6(0x18b),'url':DELETE_PATH});},async 'execute'(_0x1e1985){const _0x2da5b7=a29_0x44933f,_0x14b99b=readKeyArg(_0x1e1985),_0x4d986f=await mustGetByKey(_0x1e1985[_0x2da5b7(0x184)],_0x14b99b);return await withAppConfigApiBoundary('delete',{'appCode':_0x1e1985[_0x2da5b7(0x184)],'key':_0x14b99b},()=>deleteAppConfig({'appCode':_0x1e1985['appCode'],'id':requireAppConfigId(_0x4d986f,_0x14b99b,_0x1e1985[_0x2da5b7(0x184)])})),{'ok':!![],'data':buildMutationData({'operation':_0x2da5b7(0x183),'appCode':_0x1e1985['appCode'],'key':_0x14b99b,'before':projectAppConfig(_0x4d986f),'after':null,'dryRun':![]}),'message':_0x2da5b7(0x190)+_0x14b99b};}};async function mustGetByKey(_0xccc10c,_0x3b0dd1){const _0x1dea78=a29_0x44933f,_0x4ed161=await withAppConfigApiBoundary(_0x1dea78(0x18e),{'appCode':_0xccc10c,'key':_0x3b0dd1},()=>getAppConfigByKey(_0xccc10c,_0x3b0dd1));if(!_0x4ed161)throw CliErrors[_0x1dea78(0x18a)](_0x1dea78(0x17f)+_0x3b0dd1,_0x1dea78(0x180)+_0xccc10c);return _0x4ed161;}function a29_0xf6fb(){const _0x3c749f=['13102758hESovx','801261lceweL','apiError','18412MhshGp','validation','POST','46Joccoh','4836832NOYgrP','get','794cdrgKE','Deleted\x20app\x20config\x20','isFinite','3209710tcPNEB','Delete\x20one\x20runtime\x20app-config\x20key','610eMSddS','app-config','App\x20config\x20key\x20not\x20found:\x20','appCode:\x20','number',',\x20appCode=','delete','appCode','5172966NLVPzm'];a29_0xf6fb=function(){return _0x3c749f;};return a29_0xf6fb();}function requireAppConfigId(_0x15f14f,_0x32999a,_0x32a2b1){const _0xfa24d0=a29_0x44933f;if(typeof _0x15f14f['id']===_0xfa24d0(0x181)&&Number[_0xfa24d0(0x191)](_0x15f14f['id'])&&_0x15f14f['id']>0x0)return _0x15f14f['id'];throw CliErrors[_0xfa24d0(0x188)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x32999a+_0xfa24d0(0x182)+_0x32a2b1);}
@@ -1 +1 @@
1
- const a30_0x635a68=a30_0x1502;(function(_0x1b71c1,_0x1c054b){const _0x4da2ba=a30_0x1502,_0x5c016c=_0x1b71c1();while(!![]){try{const _0x53db1c=parseInt(_0x4da2ba(0x10f))/0x1+parseInt(_0x4da2ba(0x111))/0x2*(-parseInt(_0x4da2ba(0x115))/0x3)+parseInt(_0x4da2ba(0x107))/0x4*(parseInt(_0x4da2ba(0x10a))/0x5)+-parseInt(_0x4da2ba(0x117))/0x6+-parseInt(_0x4da2ba(0x10c))/0x7+-parseInt(_0x4da2ba(0x109))/0x8+parseInt(_0x4da2ba(0x10e))/0x9*(parseInt(_0x4da2ba(0x10d))/0xa);if(_0x53db1c===_0x1c054b)break;else _0x5c016c['push'](_0x5c016c['shift']());}catch(_0x3c209b){_0x5c016c['push'](_0x5c016c['shift']());}}}(a30_0x2e55,0x342aa));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a30_0x2e55(){const _0x1d8305=['\x20with\x20value\x20redacted','4EaIzVZ','appCode','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','\x20with\x20value\x20revealed','39999qBgneW','Loaded\x20app\x20config\x20','2559096AoxOSu','reveal','bool','app-config','4hbNrhS','read','1978168cPuDfU','560665GEQOKP','get','2525299QBQWLB','11143030czMbrM','9tfOWCu','48448CQXwpF'];a30_0x2e55=function(){return _0x1d8305;};return a30_0x2e55();}function a30_0x1502(_0x5eea29,_0x2cad52){_0x5eea29=_0x5eea29-0x106;const _0x2e5594=a30_0x2e55();let _0x150260=_0x2e5594[_0x5eea29];return _0x150260;}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':a30_0x635a68(0x106),'command':a30_0x635a68(0x10b),'description':a30_0x635a68(0x113),'risk':a30_0x635a68(0x108),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0xb31450){readKeyArg(_0xb31450);},async 'execute'(_0x9e5470){const _0x49c665=a30_0x635a68,_0x27e950=readKeyArg(_0x9e5470),_0x553874=await withAppConfigApiBoundary(_0x49c665(0x10b),{'appCode':_0x9e5470['appCode'],'key':_0x27e950},()=>getAppConfigByKey(_0x9e5470['appCode'],_0x27e950));if(!_0x553874)throw CliErrors['validation']('App\x20config\x20key\x20not\x20found:\x20'+_0x27e950,'appCode:\x20'+_0x9e5470[_0x49c665(0x112)]);const _0x2a75ee=projectAppConfig(_0x553874,{'reveal':_0x9e5470[_0x49c665(0x119)](_0x49c665(0x118))});return{'ok':!![],'data':{'config':_0x2a75ee},'message':_0x9e5470[_0x49c665(0x119)](_0x49c665(0x118))?_0x49c665(0x116)+_0x27e950+_0x49c665(0x114):_0x49c665(0x116)+_0x27e950+_0x49c665(0x110)};}};
1
+ const a30_0x2af932=a30_0x4b9f;(function(_0x5456fb,_0x5d212b){const _0x2ca4dc=a30_0x4b9f,_0x330d9d=_0x5456fb();while(!![]){try{const _0x590d22=-parseInt(_0x2ca4dc(0x1f7))/0x1+-parseInt(_0x2ca4dc(0x1f8))/0x2+parseInt(_0x2ca4dc(0x1fb))/0x3+-parseInt(_0x2ca4dc(0x1f4))/0x4*(-parseInt(_0x2ca4dc(0x1f9))/0x5)+parseInt(_0x2ca4dc(0x202))/0x6+parseInt(_0x2ca4dc(0x1f5))/0x7+-parseInt(_0x2ca4dc(0x1fc))/0x8*(-parseInt(_0x2ca4dc(0x204))/0x9);if(_0x590d22===_0x5d212b)break;else _0x330d9d['push'](_0x330d9d['shift']());}catch(_0x36a865){_0x330d9d['push'](_0x330d9d['shift']());}}}(a30_0xa4fb,0x5b523));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a30_0x4b9f(_0x4ea140,_0x1cac62){_0x4ea140=_0x4ea140-0x1f3;const _0xa4fb6e=a30_0xa4fb();let _0x4b9fcc=_0xa4fb6e[_0x4ea140];return _0x4b9fcc;}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':a30_0x2af932(0x1fa),'command':a30_0x2af932(0x1fd),'description':a30_0x2af932(0x205),'risk':a30_0x2af932(0x1f3),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x81c67f){readKeyArg(_0x81c67f);},async 'execute'(_0x1a8675){const _0x277c85=a30_0x2af932,_0x6214f1=readKeyArg(_0x1a8675),_0x245824=await withAppConfigApiBoundary('get',{'appCode':_0x1a8675[_0x277c85(0x1ff)],'key':_0x6214f1},()=>getAppConfigByKey(_0x1a8675[_0x277c85(0x1ff)],_0x6214f1));if(!_0x245824)throw CliErrors[_0x277c85(0x200)]('App\x20config\x20key\x20not\x20found:\x20'+_0x6214f1,'appCode:\x20'+_0x1a8675['appCode']);const _0x1d93b3=projectAppConfig(_0x245824,{'reveal':_0x1a8675[_0x277c85(0x203)](_0x277c85(0x201))});return{'ok':!![],'data':{'config':_0x1d93b3},'message':_0x1a8675[_0x277c85(0x203)](_0x277c85(0x201))?'Loaded\x20app\x20config\x20'+_0x6214f1+'\x20with\x20value\x20revealed':_0x277c85(0x1fe)+_0x6214f1+_0x277c85(0x1f6)};}};function a30_0xa4fb(){const _0x484948=['appCode','validation','reveal','157176NEmJnx','bool','927nUlqNy','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','read','304pcUmZc','4054778ZLAXmd','\x20with\x20value\x20redacted','501226FHIhSx','1459440ydbIVC','200LqqElF','app-config','1728801wIphAE','32640uiyJkZ','get','Loaded\x20app\x20config\x20'];a30_0xa4fb=function(){return _0x484948;};return a30_0xa4fb();}
@@ -1 +1 @@
1
- function a31_0x5906(_0x2b000e,_0x3794e2){_0x2b000e=_0x2b000e-0x19c;const _0x406a81=a31_0x406a();let _0x5906eb=_0x406a81[_0x2b000e];return _0x5906eb;}function a31_0x406a(){const _0x477b60=['6723010lAUyAO','18FWDwLM','6NlZAjT','6eHpINI','2234910GFUEbC','1526120aWlidP','237240JCrBAu','598136BlIgfA','5020127SzINWn','260864HYKeRX'];a31_0x406a=function(){return _0x477b60;};return a31_0x406a();}(function(_0x1b98ff,_0x4589be){const _0x200ec6=a31_0x5906,_0x246737=_0x1b98ff();while(!![]){try{const _0x265560=parseInt(_0x200ec6(0x19d))/0x1+-parseInt(_0x200ec6(0x1a4))/0x2+parseInt(_0x200ec6(0x1a2))/0x3*(-parseInt(_0x200ec6(0x1a5))/0x4)+parseInt(_0x200ec6(0x19c))/0x5+-parseInt(_0x200ec6(0x1a3))/0x6*(-parseInt(_0x200ec6(0x19e))/0x7)+-parseInt(_0x200ec6(0x19f))/0x8+parseInt(_0x200ec6(0x1a1))/0x9*(parseInt(_0x200ec6(0x1a0))/0xa);if(_0x265560===_0x4589be)break;else _0x246737['push'](_0x246737['shift']());}catch(_0x1b6b11){_0x246737['push'](_0x246737['shift']());}}}(a31_0x406a,0xc1e70));import{appConfigList}from'../../commands/app-config/list.js';import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';import{appConfigDelete}from'../../commands/app-config/delete.js';export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
1
+ (function(_0x4386f2,_0x1f7340){const _0x26c851=a31_0x7ea2,_0x1dc291=_0x4386f2();while(!![]){try{const _0x5dc3b2=parseInt(_0x26c851(0x101))/0x1*(parseInt(_0x26c851(0x100))/0x2)+-parseInt(_0x26c851(0x104))/0x3*(parseInt(_0x26c851(0xff))/0x4)+parseInt(_0x26c851(0x105))/0x5*(parseInt(_0x26c851(0xfd))/0x6)+parseInt(_0x26c851(0xfc))/0x7+-parseInt(_0x26c851(0xfe))/0x8+parseInt(_0x26c851(0x102))/0x9+-parseInt(_0x26c851(0x103))/0xa;if(_0x5dc3b2===_0x1f7340)break;else _0x1dc291['push'](_0x1dc291['shift']());}catch(_0x3b9dac){_0x1dc291['push'](_0x1dc291['shift']());}}}(a31_0x2d0d,0xbc571));import{appConfigList}from'../../commands/app-config/list.js';import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';import{appConfigDelete}from'../../commands/app-config/delete.js';function a31_0x7ea2(_0x4d8678,_0x446b7e){_0x4d8678=_0x4d8678-0xfc;const _0x2d0d65=a31_0x2d0d();let _0x7ea25d=_0x2d0d65[_0x4d8678];return _0x7ea25d;}export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];function a31_0x2d0d(){const _0x36fa56=['40410hQWENL','8752248SVCTOF','61496LeIFZs','2MrcxdD','1139681AwWjNp','3559356ejtRpa','4881040BHCGXA','195CmjSQy','945ytHqiR','3813642hKhTfl'];a31_0x2d0d=function(){return _0x36fa56;};return a31_0x2d0d();}
@@ -1 +1 @@
1
- function a32_0x2c19(_0xc65bed,_0x369797){_0xc65bed=_0xc65bed-0x1ab;const _0x3293fc=a32_0x3293();let _0x2c19ef=_0x3293fc[_0xc65bed];return _0x2c19ef;}const a32_0x5a813d=a32_0x2c19;function a32_0x3293(){const _0x26bf42=['Filter\x20by\x20exact\x20config\x20key','10bpFTiv','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','appCode','1076593JHdiMB','list','str','54hBsBpO','53823363FHCEbJ','trim','app-config','5359rwdtHa','87944xNKNQR','key','402cjWXtg','166368mOvWKk','2881785AIvvYN','17745660kuMQuX','length','string','map','Found\x20','295nxLilA'];a32_0x3293=function(){return _0x26bf42;};return a32_0x3293();}(function(_0x54eb18,_0x55a0ef){const _0x4ad199=a32_0x2c19,_0x3bf82a=_0x54eb18();while(!![]){try{const _0x3de294=-parseInt(_0x4ad199(0x1ae))/0x1*(parseInt(_0x4ad199(0x1b1))/0x2)+-parseInt(_0x4ad199(0x1b3))/0x3+parseInt(_0x4ad199(0x1af))/0x4*(-parseInt(_0x4ad199(0x1b9))/0x5)+parseInt(_0x4ad199(0x1c1))/0x6*(parseInt(_0x4ad199(0x1be))/0x7)+parseInt(_0x4ad199(0x1b2))/0x8+-parseInt(_0x4ad199(0x1b4))/0x9+-parseInt(_0x4ad199(0x1bb))/0xa*(-parseInt(_0x4ad199(0x1ab))/0xb);if(_0x3de294===_0x55a0ef)break;else _0x3bf82a['push'](_0x3bf82a['shift']());}catch(_0x41eb40){_0x3bf82a['push'](_0x3bf82a['shift']());}}}(a32_0x3293,0xf2078));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':a32_0x5a813d(0x1ad),'command':a32_0x5a813d(0x1bf),'description':a32_0x5a813d(0x1bc),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a32_0x5a813d(0x1b0),'type':a32_0x5a813d(0x1b6),'description':a32_0x5a813d(0x1ba)},TAGS_FLAG],async 'validate'(_0x31228f){const _0x31c36d=a32_0x5a813d,_0x2ce67d=_0x31228f[_0x31c36d(0x1c0)](_0x31c36d(0x1b0))['trim']();if(_0x2ce67d)validateKey(_0x2ce67d);readOptionalTags(_0x31228f);},async 'execute'(_0x532711){const _0x1b1f2d=a32_0x5a813d,_0xfc23ae=_0x532711['str'](_0x1b1f2d(0x1b0))[_0x1b1f2d(0x1ac)]()||undefined,_0x308021=readOptionalTags(_0x532711),_0x3ca33e=await withAppConfigApiBoundary('list',{'appCode':_0x532711[_0x1b1f2d(0x1bd)]},()=>listAppConfigs(_0x532711['appCode'],{'key':_0xfc23ae,'tags':_0x308021})),_0x2cc319=_0x3ca33e[_0x1b1f2d(0x1b7)](_0x492421=>projectAppConfig(_0x492421));return{'ok':!![],'data':{'appCode':_0x532711[_0x1b1f2d(0x1bd)],'count':_0x2cc319[_0x1b1f2d(0x1b5)],'configs':_0x2cc319},'message':_0x1b1f2d(0x1b8)+_0x2cc319[_0x1b1f2d(0x1b5)]+'\x20app\x20config(s)'};}};
1
+ const a32_0x2ed7c0=a32_0x3f57;(function(_0x527e51,_0x3336d2){const _0x28d19e=a32_0x3f57,_0x25507d=_0x527e51();while(!![]){try{const _0x688cf=-parseInt(_0x28d19e(0x104))/0x1+parseInt(_0x28d19e(0xfa))/0x2+-parseInt(_0x28d19e(0xfb))/0x3+parseInt(_0x28d19e(0x108))/0x4+-parseInt(_0x28d19e(0x102))/0x5+-parseInt(_0x28d19e(0x100))/0x6+-parseInt(_0x28d19e(0xfc))/0x7*(-parseInt(_0x28d19e(0x109))/0x8);if(_0x688cf===_0x3336d2)break;else _0x25507d['push'](_0x25507d['shift']());}catch(_0xa8dc38){_0x25507d['push'](_0x25507d['shift']());}}}(a32_0x4fc3,0xcb4f8));import{listAppConfigs}from'../../core/api-client.js';function a32_0x4fc3(){const _0x25d694=['6112dWVzuh','trim','\x20app\x20config(s)','app-config','1357618MllXvq','515016YMkSPB','30541koXVkl','str','string','appCode','3965160tYybfV','list','7456755xpPLDo','length','1614908kyhDFw','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','map','key','3037640nVsOwr'];a32_0x4fc3=function(){return _0x25d694;};return a32_0x4fc3();}function a32_0x3f57(_0x53aaa6,_0xd498b2){_0x53aaa6=_0x53aaa6-0xf9;const _0x4fc30e=a32_0x4fc3();let _0x3f57a4=_0x4fc30e[_0x53aaa6];return _0x3f57a4;}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':a32_0x2ed7c0(0xf9),'command':'list','description':a32_0x2ed7c0(0x105),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a32_0x2ed7c0(0x107),'type':a32_0x2ed7c0(0xfe),'description':'Filter\x20by\x20exact\x20config\x20key'},TAGS_FLAG],async 'validate'(_0x2eb99b){const _0x56e7d0=a32_0x2ed7c0,_0x46881c=_0x2eb99b[_0x56e7d0(0xfd)](_0x56e7d0(0x107))['trim']();if(_0x46881c)validateKey(_0x46881c);readOptionalTags(_0x2eb99b);},async 'execute'(_0x11b35f){const _0x1cb858=a32_0x2ed7c0,_0x8ab952=_0x11b35f[_0x1cb858(0xfd)](_0x1cb858(0x107))[_0x1cb858(0x10a)]()||undefined,_0x1a24ed=readOptionalTags(_0x11b35f),_0x48380a=await withAppConfigApiBoundary(_0x1cb858(0x101),{'appCode':_0x11b35f[_0x1cb858(0xff)]},()=>listAppConfigs(_0x11b35f['appCode'],{'key':_0x8ab952,'tags':_0x1a24ed})),_0x3e27bf=_0x48380a[_0x1cb858(0x106)](_0x14835f=>projectAppConfig(_0x14835f));return{'ok':!![],'data':{'appCode':_0x11b35f[_0x1cb858(0xff)],'count':_0x3e27bf[_0x1cb858(0x103)],'configs':_0x3e27bf},'message':'Found\x20'+_0x3e27bf[_0x1cb858(0x103)]+_0x1cb858(0x10b)};}};
@@ -1 +1 @@
1
- function a33_0x1bcf(_0x3afb0b,_0x234054){_0x3afb0b=_0x3afb0b-0x1f0;const _0x512644=a33_0x5126();let _0x1bcfe6=_0x512644[_0x3afb0b];return _0x1bcfe6;}function a33_0x5126(){const _0xeed8dc=['POST','105cNZuLa','\x20app\x20config\x20','number','write','set','string','apiError','create','appCode','21730ZRokzL','4ccySma','5grtfNE','/smartapi/app-config/create','77hanRaO','file','1qwCCfd','get','update','495EFvZkN','app-config','tags','2482270bePLVv','Read\x20config\x20value\x20from\x20file','isFinite','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','56184WvDaFh','663912NUxOrx','919004koPVMB','417927KssKyb','1372698hCEwnf','13Slvzhn'];a33_0x5126=function(){return _0xeed8dc;};return a33_0x5126();}const a33_0x589fe2=a33_0x1bcf;(function(_0x1b1ff5,_0x22506c){const _0x103b1c=a33_0x1bcf,_0x5b612d=_0x1b1ff5();while(!![]){try{const _0x257f31=-parseInt(_0x103b1c(0x20b))/0x1*(parseInt(_0x103b1c(0x1f7))/0x2)+parseInt(_0x103b1c(0x1f8))/0x3*(parseInt(_0x103b1c(0x206))/0x4)+parseInt(_0x103b1c(0x207))/0x5*(parseInt(_0x103b1c(0x1f9))/0x6)+parseInt(_0x103b1c(0x1fc))/0x7*(-parseInt(_0x103b1c(0x1f5))/0x8)+-parseInt(_0x103b1c(0x20e))/0x9*(parseInt(_0x103b1c(0x205))/0xa)+parseInt(_0x103b1c(0x209))/0xb*(parseInt(_0x103b1c(0x1f6))/0xc)+parseInt(_0x103b1c(0x1fa))/0xd*(parseInt(_0x103b1c(0x1f1))/0xe);if(_0x257f31===_0x22506c)break;else _0x5b612d['push'](_0x5b612d['shift']());}catch(_0x139810){_0x5b612d['push'](_0x5b612d['shift']());}}}(a33_0x5126,0x3c9fd));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=a33_0x589fe2(0x208),UPDATE_PATH='/smartapi/app-config/update';export const appConfigSet={'service':a33_0x589fe2(0x20f),'command':a33_0x589fe2(0x200),'description':a33_0x589fe2(0x1f4),'risk':a33_0x589fe2(0x1ff),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a33_0x589fe2(0x20a),'type':a33_0x589fe2(0x201),'description':a33_0x589fe2(0x1f2)}],async 'validate'(_0x5b98c4){readKeyArg(_0x5b98c4),readOptionalTags(_0x5b98c4),assertSingleValueSource(_0x5b98c4);},async 'dryRun'(_0x464f1b){const _0x3eefef=a33_0x589fe2,_0x401006=readKeyArg(_0x464f1b),_0x3aeb1b=readOptionalTags(_0x464f1b),_0x5b7c7f=assertSingleValueSource(_0x464f1b);await assertValueSourceReadable(_0x5b7c7f);const _0x51aaa8=await withAppConfigApiBoundary(_0x3eefef(0x20c),{'appCode':_0x464f1b[_0x3eefef(0x204)],'key':_0x401006},()=>getAppConfigByKey(_0x464f1b[_0x3eefef(0x204)],_0x401006)),_0x592084=_0x51aaa8?'update':'create',_0xdfc793=_0x51aaa8?projectAppConfig(_0x51aaa8):null,_0x474692=plannedAppConfig({'appCode':_0x464f1b[_0x3eefef(0x204)],'key':_0x401006,'tags':_0x3aeb1b??_0x51aaa8?.[_0x3eefef(0x1f0)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x592084,'appCode':_0x464f1b[_0x3eefef(0x204)],'key':_0x401006,'before':_0xdfc793,'after':_0x474692,'dryRun':!![]}),{'method':_0x3eefef(0x1fb),'url':_0x592084===_0x3eefef(0x20d)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x2a50cb){const _0xee231f=a33_0x589fe2,_0xcb8fe4=readKeyArg(_0x2a50cb),_0x33723a=readOptionalTags(_0x2a50cb),_0x51c7b1=await withAppConfigApiBoundary(_0xee231f(0x20c),{'appCode':_0x2a50cb['appCode'],'key':_0xcb8fe4},()=>getAppConfigByKey(_0x2a50cb[_0xee231f(0x204)],_0xcb8fe4)),_0x5bb198=_0x51c7b1?projectAppConfig(_0x51c7b1):null,_0x41a239=_0x51c7b1?_0xee231f(0x20d):_0xee231f(0x203),{value:_0x142962,warnings:_0x418b9a}=await readAppConfigValue(_0x2a50cb),_0x3fb55e={'appCode':_0x2a50cb[_0xee231f(0x204)],'key':_0xcb8fe4,'value':_0x142962,'tags':_0x33723a??_0x51c7b1?.['tags']??undefined};await withAppConfigApiBoundary(_0x41a239,{'appCode':_0x2a50cb[_0xee231f(0x204)],'key':_0xcb8fe4},async()=>{const _0x19c60=_0xee231f;_0x51c7b1?await updateAppConfig({..._0x3fb55e,'id':requireAppConfigId(_0x51c7b1,_0xcb8fe4,_0x2a50cb[_0x19c60(0x204)])}):await createAppConfig(_0x3fb55e);});const _0x332eed=await withAppConfigApiBoundary('get',{'appCode':_0x2a50cb[_0xee231f(0x204)],'key':_0xcb8fe4},()=>getAppConfigByKey(_0x2a50cb['appCode'],_0xcb8fe4)),_0x23ca2b=_0x332eed?projectAppConfig(_0x332eed):plannedAppConfig({'appCode':_0x2a50cb['appCode'],'key':_0xcb8fe4,'tags':_0x3fb55e['tags'],'hasValue':_0x142962!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x41a239,'appCode':_0x2a50cb[_0xee231f(0x204)],'key':_0xcb8fe4,'before':_0x5bb198,'after':_0x23ca2b,'dryRun':![],'warnings':_0x418b9a}),'message':(_0x41a239===_0xee231f(0x20d)?'Updated':'Created')+_0xee231f(0x1fd)+_0xcb8fe4};}};function requireAppConfigId(_0x1a04b7,_0x64cc25,_0x434ab8){const _0x26896c=a33_0x589fe2;if(typeof _0x1a04b7['id']===_0x26896c(0x1fe)&&Number[_0x26896c(0x1f3)](_0x1a04b7['id'])&&_0x1a04b7['id']>0x0)return _0x1a04b7['id'];throw CliErrors[_0x26896c(0x202)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x64cc25+',\x20appCode='+_0x434ab8);}
1
+ const a33_0x447e5e=a33_0x38d9;(function(_0x3f8255,_0x36ab6a){const _0xf3d331=a33_0x38d9,_0x17c20c=_0x3f8255();while(!![]){try{const _0x49f46b=-parseInt(_0xf3d331(0x1bf))/0x1*(-parseInt(_0xf3d331(0x1c9))/0x2)+-parseInt(_0xf3d331(0x1c6))/0x3*(parseInt(_0xf3d331(0x1bc))/0x4)+parseInt(_0xf3d331(0x1cc))/0x5+-parseInt(_0xf3d331(0x1bb))/0x6+-parseInt(_0xf3d331(0x1c2))/0x7*(parseInt(_0xf3d331(0x1cf))/0x8)+parseInt(_0xf3d331(0x1d0))/0x9+parseInt(_0xf3d331(0x1c0))/0xa*(parseInt(_0xf3d331(0x1c4))/0xb);if(_0x49f46b===_0x36ab6a)break;else _0x17c20c['push'](_0x17c20c['shift']());}catch(_0x43d74a){_0x17c20c['push'](_0x17c20c['shift']());}}}(a33_0x14c4,0x431cd));function a33_0x14c4(){const _0x2a754a=['9GERMXM','/smartapi/app-config/create','tags','707006uVzxCQ','string','set','1422130vRPylB','update','create','8DpuPmj','3561795vyxxpJ','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','\x20app\x20config\x20','POST','apiError','2014968tXLpNL','48148fbZIeA','get','Updated','1IyrHNa','13810uDVLio','Read\x20config\x20value\x20from\x20file','3645663nCDcgA','appCode','1067ekHJrF','number'];a33_0x14c4=function(){return _0x2a754a;};return a33_0x14c4();}import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';function a33_0x38d9(_0x314071,_0x20e6ec){_0x314071=_0x314071-0x1b8;const _0x14c49a=a33_0x14c4();let _0x38d9be=_0x14c49a[_0x314071];return _0x38d9be;}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=a33_0x447e5e(0x1c7),UPDATE_PATH='/smartapi/app-config/update';export const appConfigSet={'service':'app-config','command':a33_0x447e5e(0x1cb),'description':a33_0x447e5e(0x1d1),'risk':'write','args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':'file','type':a33_0x447e5e(0x1ca),'description':a33_0x447e5e(0x1c1)}],async 'validate'(_0xea4251){readKeyArg(_0xea4251),readOptionalTags(_0xea4251),assertSingleValueSource(_0xea4251);},async 'dryRun'(_0x39c71e){const _0x27b4c9=a33_0x447e5e,_0x549fa3=readKeyArg(_0x39c71e),_0x4ce231=readOptionalTags(_0x39c71e),_0x559c9e=assertSingleValueSource(_0x39c71e);await assertValueSourceReadable(_0x559c9e);const _0x5df39f=await withAppConfigApiBoundary(_0x27b4c9(0x1bd),{'appCode':_0x39c71e[_0x27b4c9(0x1c3)],'key':_0x549fa3},()=>getAppConfigByKey(_0x39c71e['appCode'],_0x549fa3)),_0x27a983=_0x5df39f?'update':_0x27b4c9(0x1ce),_0x3ee4ac=_0x5df39f?projectAppConfig(_0x5df39f):null,_0x2e26cc=plannedAppConfig({'appCode':_0x39c71e[_0x27b4c9(0x1c3)],'key':_0x549fa3,'tags':_0x4ce231??_0x5df39f?.[_0x27b4c9(0x1c8)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x27a983,'appCode':_0x39c71e[_0x27b4c9(0x1c3)],'key':_0x549fa3,'before':_0x3ee4ac,'after':_0x2e26cc,'dryRun':!![]}),{'method':_0x27b4c9(0x1b9),'url':_0x27a983===_0x27b4c9(0x1cd)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x392ffb){const _0x54101e=a33_0x447e5e,_0x4e46be=readKeyArg(_0x392ffb),_0x31c651=readOptionalTags(_0x392ffb),_0x575407=await withAppConfigApiBoundary('get',{'appCode':_0x392ffb[_0x54101e(0x1c3)],'key':_0x4e46be},()=>getAppConfigByKey(_0x392ffb[_0x54101e(0x1c3)],_0x4e46be)),_0x597d21=_0x575407?projectAppConfig(_0x575407):null,_0x1e34b9=_0x575407?_0x54101e(0x1cd):_0x54101e(0x1ce),{value:_0x5f0e45,warnings:_0x292879}=await readAppConfigValue(_0x392ffb),_0x1b671b={'appCode':_0x392ffb[_0x54101e(0x1c3)],'key':_0x4e46be,'value':_0x5f0e45,'tags':_0x31c651??_0x575407?.[_0x54101e(0x1c8)]??undefined};await withAppConfigApiBoundary(_0x1e34b9,{'appCode':_0x392ffb['appCode'],'key':_0x4e46be},async()=>{const _0x1f861b=_0x54101e;_0x575407?await updateAppConfig({..._0x1b671b,'id':requireAppConfigId(_0x575407,_0x4e46be,_0x392ffb[_0x1f861b(0x1c3)])}):await createAppConfig(_0x1b671b);});const _0x159d20=await withAppConfigApiBoundary('get',{'appCode':_0x392ffb[_0x54101e(0x1c3)],'key':_0x4e46be},()=>getAppConfigByKey(_0x392ffb[_0x54101e(0x1c3)],_0x4e46be)),_0x451c47=_0x159d20?projectAppConfig(_0x159d20):plannedAppConfig({'appCode':_0x392ffb['appCode'],'key':_0x4e46be,'tags':_0x1b671b[_0x54101e(0x1c8)],'hasValue':_0x5f0e45!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x1e34b9,'appCode':_0x392ffb['appCode'],'key':_0x4e46be,'before':_0x597d21,'after':_0x451c47,'dryRun':![],'warnings':_0x292879}),'message':(_0x1e34b9===_0x54101e(0x1cd)?_0x54101e(0x1be):'Created')+_0x54101e(0x1b8)+_0x4e46be};}};function requireAppConfigId(_0x206e9c,_0xbbb8f6,_0xa5cd2e){const _0x4bbc21=a33_0x447e5e;if(typeof _0x206e9c['id']===_0x4bbc21(0x1c5)&&Number['isFinite'](_0x206e9c['id'])&&_0x206e9c['id']>0x0)return _0x206e9c['id'];throw CliErrors[_0x4bbc21(0x1ba)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0xbbb8f6+',\x20appCode='+_0xa5cd2e);}