@lovrabet/rabetbase-cli 2.5.3-beta.1 → 2.5.3-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 (419) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/api-group.d.ts +22 -0
  3. package/lib/api/api-group.js +1 -0
  4. package/lib/api/fetch-model-list.js +1 -1
  5. package/lib/api/generate-api-file.d.ts +18 -2
  6. package/lib/api/generate-api-file.js +1 -1
  7. package/lib/api/generate-sdk-config-file.js +1 -1
  8. package/lib/api/legacy-api-file.d.ts +11 -0
  9. package/lib/api/legacy-api-file.js +1 -0
  10. package/lib/api/model-registry-file.d.ts +36 -0
  11. package/lib/api/model-registry-file.js +1 -0
  12. package/lib/api/model-registry-scaffold.d.ts +7 -0
  13. package/lib/api/model-registry-scaffold.js +1 -0
  14. package/lib/api/model-source.d.ts +6 -0
  15. package/lib/api/model-source.js +1 -0
  16. package/lib/auth/auth-server-ui.js +1 -1
  17. package/lib/auth/auth-server.js +1 -1
  18. package/lib/auth/constant.js +1 -1
  19. package/lib/auth/get-cookie.js +1 -1
  20. package/lib/auth/get-session-user.js +1 -1
  21. package/lib/auth/is-session-valid.js +1 -1
  22. package/lib/auth/login-success-html.js +1 -1
  23. package/lib/auth/logout.js +1 -1
  24. package/lib/cli-flags.js +1 -1
  25. package/lib/cli.js +1 -1
  26. package/lib/commands/api/generate.js +1 -1
  27. package/lib/commands/api/index.js +1 -1
  28. package/lib/commands/api/list.js +1 -1
  29. package/lib/commands/api/pull.js +1 -1
  30. package/lib/commands/api/shared.js +1 -1
  31. package/lib/commands/app/index.js +1 -1
  32. package/lib/commands/app/list.js +1 -1
  33. package/lib/commands/app/members-list.js +1 -1
  34. package/lib/commands/app/remote-directory.js +1 -1
  35. package/lib/commands/app/shared.js +1 -1
  36. package/lib/commands/app-config/delete.js +1 -1
  37. package/lib/commands/app-config/get.js +1 -1
  38. package/lib/commands/app-config/index.js +1 -1
  39. package/lib/commands/app-config/list.js +1 -1
  40. package/lib/commands/app-config/set.js +1 -1
  41. package/lib/commands/app-config/shared.js +1 -1
  42. package/lib/commands/auth/index.js +1 -1
  43. package/lib/commands/bff/create.js +1 -1
  44. package/lib/commands/bff/delete.js +1 -1
  45. package/lib/commands/bff/detail.js +1 -1
  46. package/lib/commands/bff/index.js +1 -1
  47. package/lib/commands/bff/list.js +1 -1
  48. package/lib/commands/bff/logs.d.ts +7 -0
  49. package/lib/commands/bff/logs.js +1 -0
  50. package/lib/commands/bff/pull.js +1 -1
  51. package/lib/commands/bff/push.js +1 -1
  52. package/lib/commands/bff/status.js +1 -1
  53. package/lib/commands/cli-skill/index.js +1 -1
  54. package/lib/commands/cli-update.js +1 -1
  55. package/lib/commands/codegen/index.js +1 -1
  56. package/lib/commands/codegen/sdk.js +1 -1
  57. package/lib/commands/codegen/sql.js +1 -1
  58. package/lib/commands/common/app-registry.js +1 -1
  59. package/lib/commands/common/app-selector.js +1 -1
  60. package/lib/commands/common/async-task.js +1 -1
  61. package/lib/commands/common/dry-run.js +1 -1
  62. package/lib/commands/common/flags.d.ts +7 -0
  63. package/lib/commands/common/flags.js +1 -1
  64. package/lib/commands/common/local-file.js +1 -1
  65. package/lib/commands/common/validate.js +1 -1
  66. package/lib/commands/config/delete.js +1 -1
  67. package/lib/commands/config/get.js +1 -1
  68. package/lib/commands/config/index.js +1 -1
  69. package/lib/commands/config/init.js +1 -1
  70. package/lib/commands/config/list.js +1 -1
  71. package/lib/commands/config/set.js +1 -1
  72. package/lib/commands/config/shared.js +1 -1
  73. package/lib/commands/dataset/batch-design.d.ts +21 -0
  74. package/lib/commands/dataset/batch-design.js +1 -0
  75. package/lib/commands/dataset/business-group-update.js +1 -1
  76. package/lib/commands/dataset/business-groups.js +1 -1
  77. package/lib/commands/dataset/capability.js +1 -1
  78. package/lib/commands/dataset/cross-relation-create.d.ts +2 -0
  79. package/lib/commands/dataset/cross-relation-create.js +1 -0
  80. package/lib/commands/dataset/cross-relation-delete.d.ts +2 -0
  81. package/lib/commands/dataset/cross-relation-delete.js +1 -0
  82. package/lib/commands/dataset/cross-relation-list.d.ts +2 -0
  83. package/lib/commands/dataset/cross-relation-list.js +1 -0
  84. package/lib/commands/dataset/cross-relation-shared.d.ts +190 -0
  85. package/lib/commands/dataset/cross-relation-shared.js +1 -0
  86. package/lib/commands/dataset/cross-relation-update.d.ts +2 -0
  87. package/lib/commands/dataset/cross-relation-update.js +1 -0
  88. package/lib/commands/dataset/delete.js +1 -1
  89. package/lib/commands/dataset/detail.js +1 -1
  90. package/lib/commands/dataset/extend-update.js +1 -1
  91. package/lib/commands/dataset/field-restore.js +1 -1
  92. package/lib/commands/dataset/field-update.js +1 -1
  93. package/lib/commands/dataset/generate.js +1 -1
  94. package/lib/commands/dataset/index.js +1 -1
  95. package/lib/commands/dataset/list.js +1 -1
  96. package/lib/commands/dataset/operations.js +1 -1
  97. package/lib/commands/dataset/relation-audit.js +1 -1
  98. package/lib/commands/dataset/relation-create.js +1 -1
  99. package/lib/commands/dataset/relation-delete.js +1 -1
  100. package/lib/commands/dataset/relation-shared.js +1 -1
  101. package/lib/commands/dataset/relation-update.js +1 -1
  102. package/lib/commands/dataset/relations.js +1 -1
  103. package/lib/commands/dataset/rename.js +1 -1
  104. package/lib/commands/dataset/restore.js +1 -1
  105. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  106. package/lib/commands/db/analysis-batching.js +1 -1
  107. package/lib/commands/db/analyze-batch-plan.js +1 -1
  108. package/lib/commands/db/analyze-cancel.js +1 -1
  109. package/lib/commands/db/analyze-start.js +1 -1
  110. package/lib/commands/db/analyze-status.js +1 -1
  111. package/lib/commands/db/create.js +1 -1
  112. package/lib/commands/db/delete.js +1 -1
  113. package/lib/commands/db/detail.js +1 -1
  114. package/lib/commands/db/diff-refresh-start.js +1 -1
  115. package/lib/commands/db/diff-refresh-status.js +1 -1
  116. package/lib/commands/db/diff.js +1 -1
  117. package/lib/commands/db/index.js +1 -1
  118. package/lib/commands/db/list.js +1 -1
  119. package/lib/commands/db/shared.js +1 -1
  120. package/lib/commands/db/table-diff-shared.js +1 -1
  121. package/lib/commands/db/tables.js +1 -1
  122. package/lib/commands/db/test.js +1 -1
  123. package/lib/commands/db/update.js +1 -1
  124. package/lib/commands/deployment/index.js +1 -1
  125. package/lib/commands/deployment/sync-all.js +1 -1
  126. package/lib/commands/deployment/sync-jobs.js +1 -1
  127. package/lib/commands/deployment/sync-status.js +1 -1
  128. package/lib/commands/doctor.js +1 -1
  129. package/lib/commands/file/index.js +1 -1
  130. package/lib/commands/flow/create.d.ts +2 -0
  131. package/lib/commands/flow/create.js +1 -0
  132. package/lib/commands/flow/detail.d.ts +2 -0
  133. package/lib/commands/flow/detail.js +1 -0
  134. package/lib/commands/flow/index.d.ts +3 -0
  135. package/lib/commands/flow/index.js +1 -0
  136. package/lib/commands/flow/list.d.ts +2 -0
  137. package/lib/commands/flow/list.js +1 -0
  138. package/lib/commands/flow/publish.d.ts +2 -0
  139. package/lib/commands/flow/publish.js +1 -0
  140. package/lib/commands/flow/runtime-resources-shared.d.ts +40 -0
  141. package/lib/commands/flow/runtime-resources-shared.js +1 -0
  142. package/lib/commands/flow/runtime-role-list.d.ts +2 -0
  143. package/lib/commands/flow/runtime-role-list.js +1 -0
  144. package/lib/commands/flow/runtime-role-user-list.d.ts +2 -0
  145. package/lib/commands/flow/runtime-role-user-list.js +1 -0
  146. package/lib/commands/flow/runtime-user-search.d.ts +2 -0
  147. package/lib/commands/flow/runtime-user-search.js +1 -0
  148. package/lib/commands/flow/shared.d.ts +41 -0
  149. package/lib/commands/flow/shared.js +1 -0
  150. package/lib/commands/flow/update.d.ts +2 -0
  151. package/lib/commands/flow/update.js +1 -0
  152. package/lib/commands/flow/validate.d.ts +3 -0
  153. package/lib/commands/flow/validate.js +1 -0
  154. package/lib/commands/instant-api-policy/current.js +1 -1
  155. package/lib/commands/instant-api-policy/index.js +1 -1
  156. package/lib/commands/instant-api-policy/init.js +1 -1
  157. package/lib/commands/instant-api-policy/publish.js +1 -1
  158. package/lib/commands/instant-api-policy/pull.js +1 -1
  159. package/lib/commands/instant-api-policy/revision.js +1 -1
  160. package/lib/commands/instant-api-policy/revisions.js +1 -1
  161. package/lib/commands/instant-api-policy/rollback.js +1 -1
  162. package/lib/commands/instant-api-policy/shared.js +1 -1
  163. package/lib/commands/instant-api-policy/validate.js +1 -1
  164. package/lib/commands/issue/index.js +1 -1
  165. package/lib/commands/issue/nudge.js +1 -1
  166. package/lib/commands/issue/report.js +1 -1
  167. package/lib/commands/issue/shared.js +1 -1
  168. package/lib/commands/kb/create.js +1 -1
  169. package/lib/commands/kb/delete.js +1 -1
  170. package/lib/commands/kb/detail.js +1 -1
  171. package/lib/commands/kb/index.js +1 -1
  172. package/lib/commands/kb/list.js +1 -1
  173. package/lib/commands/kb/search.js +1 -1
  174. package/lib/commands/kb/shared.js +1 -1
  175. package/lib/commands/kb/update.js +1 -1
  176. package/lib/commands/logs/index.js +1 -1
  177. package/lib/commands/menu/asset-update.js +1 -1
  178. package/lib/commands/menu/delete.js +1 -1
  179. package/lib/commands/menu/external-link-create.js +1 -1
  180. package/lib/commands/menu/external-link-update.js +1 -1
  181. package/lib/commands/menu/group-create.js +1 -1
  182. package/lib/commands/menu/group-update.js +1 -1
  183. package/lib/commands/menu/index.js +1 -1
  184. package/lib/commands/menu/list.js +1 -1
  185. package/lib/commands/menu/move.js +1 -1
  186. package/lib/commands/menu/regroup-start.js +1 -1
  187. package/lib/commands/menu/rename.js +1 -1
  188. package/lib/commands/menu/shared/compare-table.js +1 -1
  189. package/lib/commands/menu/shared/delete-plan.js +1 -1
  190. package/lib/commands/menu/shared/facts.js +1 -1
  191. package/lib/commands/menu/shared/index.js +1 -1
  192. package/lib/commands/menu/shared/inquirer.js +1 -1
  193. package/lib/commands/menu/shared/local-pages.js +1 -1
  194. package/lib/commands/menu/shared/logic.js +1 -1
  195. package/lib/commands/menu/shared/mutations.js +1 -1
  196. package/lib/commands/menu/shared/service.js +1 -1
  197. package/lib/commands/menu/shared/sync-core.js +1 -1
  198. package/lib/commands/menu/shared/update-core.js +1 -1
  199. package/lib/commands/menu/shared/valid-url.js +1 -1
  200. package/lib/commands/menu/sync.js +1 -1
  201. package/lib/commands/menu/visibility-update.js +1 -1
  202. package/lib/commands/notification/config-create.js +1 -1
  203. package/lib/commands/notification/config-delete.js +1 -1
  204. package/lib/commands/notification/config-list.js +1 -1
  205. package/lib/commands/notification/config-update.js +1 -1
  206. package/lib/commands/notification/index.js +1 -1
  207. package/lib/commands/notification/shared.js +1 -1
  208. package/lib/commands/ocr/index.js +1 -1
  209. package/lib/commands/page/create.js +1 -1
  210. package/lib/commands/page/custom/detail.js +1 -1
  211. package/lib/commands/page/custom/list.js +1 -1
  212. package/lib/commands/page/custom/publish.js +1 -1
  213. package/lib/commands/page/custom/shared.js +1 -1
  214. package/lib/commands/page/custom/syntax.js +1 -1
  215. package/lib/commands/page/custom/update.js +1 -1
  216. package/lib/commands/page/data-list-status.js +1 -1
  217. package/lib/commands/page/generate-start.js +1 -1
  218. package/lib/commands/page/generate-status.js +1 -1
  219. package/lib/commands/page/index.js +1 -1
  220. package/lib/commands/page/pull.js +1 -1
  221. package/lib/commands/page/push.js +1 -1
  222. package/lib/commands/page/relation-audit.js +1 -1
  223. package/lib/commands/page/restore.js +1 -1
  224. package/lib/commands/page/shared.js +1 -1
  225. package/lib/commands/page/sync.js +1 -1
  226. package/lib/commands/project/api-architecture-upgrade.d.ts +28 -0
  227. package/lib/commands/project/api-architecture-upgrade.js +1 -0
  228. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  229. package/lib/commands/project/create/format-elapsed.js +1 -1
  230. package/lib/commands/project/create/main.js +1 -1
  231. package/lib/commands/project/create/materialize-project-template.js +1 -1
  232. package/lib/commands/project/create/project-name.js +1 -1
  233. package/lib/commands/project/create/project-template-archive.js +1 -1
  234. package/lib/commands/project/create/project-template-path.js +1 -1
  235. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  236. package/lib/commands/project/create/use-format-code.js +1 -1
  237. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  238. package/lib/commands/project/domain-routing-sync.js +1 -1
  239. package/lib/commands/project/index.js +1 -1
  240. package/lib/commands/project/upgrade.d.ts +30 -1
  241. package/lib/commands/project/upgrade.js +1 -1
  242. package/lib/commands/registry.js +1 -1
  243. package/lib/commands/role/delete.js +1 -1
  244. package/lib/commands/role/detail.js +1 -1
  245. package/lib/commands/role/index.js +1 -1
  246. package/lib/commands/role/list.js +1 -1
  247. package/lib/commands/role/shared.js +1 -1
  248. package/lib/commands/role/update.js +1 -1
  249. package/lib/commands/role/user-add.js +1 -1
  250. package/lib/commands/role/user-remove.js +1 -1
  251. package/lib/commands/role/user-resolve.js +1 -1
  252. package/lib/commands/rule/get.js +1 -1
  253. package/lib/commands/rule/index.js +1 -1
  254. package/lib/commands/rule/list.js +1 -1
  255. package/lib/commands/rule/set.js +1 -1
  256. package/lib/commands/rule/shared.js +1 -1
  257. package/lib/commands/run/index.js +1 -1
  258. package/lib/commands/schema.js +1 -1
  259. package/lib/commands/sql/create.js +1 -1
  260. package/lib/commands/sql/delete.js +1 -1
  261. package/lib/commands/sql/detail.js +1 -1
  262. package/lib/commands/sql/exec.js +1 -1
  263. package/lib/commands/sql/index.js +1 -1
  264. package/lib/commands/sql/list.js +1 -1
  265. package/lib/commands/sql/pull.js +1 -1
  266. package/lib/commands/sql/push.js +1 -1
  267. package/lib/commands/sql/shared.js +1 -1
  268. package/lib/commands/sql/status.js +1 -1
  269. package/lib/commands/sql/validate.js +1 -1
  270. package/lib/commands/task/index.js +1 -1
  271. package/lib/commands/task/status.js +1 -1
  272. package/lib/commands/tenant/index.js +1 -1
  273. package/lib/commands/tenant/members-list.js +1 -1
  274. package/lib/commands/tenant/shared.js +1 -1
  275. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  276. package/lib/commands/user-account/index.js +1 -1
  277. package/lib/commands/workspace/add.js +1 -1
  278. package/lib/commands/workspace/index.js +1 -1
  279. package/lib/commands/workspace/remove.js +1 -1
  280. package/lib/config/domain-config.js +1 -1
  281. package/lib/config/project-domain-routing.js +1 -1
  282. package/lib/config/region-config.js +1 -1
  283. package/lib/config/schema.js +1 -1
  284. package/lib/constant/cdn.js +1 -1
  285. package/lib/constant/cli.js +1 -1
  286. package/lib/constant/defaults.js +1 -1
  287. package/lib/constant/domain.js +1 -1
  288. package/lib/constant/env.js +1 -1
  289. package/lib/constant/output.js +1 -1
  290. package/lib/constant/paths.js +1 -1
  291. package/lib/constant/region.js +1 -1
  292. package/lib/constant/risk.js +1 -1
  293. package/lib/constant/routing-profile.js +1 -1
  294. package/lib/context/app-resolver.d.ts +2 -0
  295. package/lib/context/app-resolver.js +1 -1
  296. package/lib/context/auth-resolver.js +1 -1
  297. package/lib/context/config-loader.js +1 -1
  298. package/lib/context.d.ts +2 -1
  299. package/lib/context.js +1 -1
  300. package/lib/core/alias-resolver.d.ts +13 -17
  301. package/lib/core/alias-resolver.js +1 -1
  302. package/lib/core/api-client.d.ts +176 -1
  303. package/lib/core/api-client.js +1 -1
  304. package/lib/core/bff/config.js +1 -1
  305. package/lib/core/bff/file-system.js +1 -1
  306. package/lib/core/bff/hash.js +1 -1
  307. package/lib/core/bff/hook-directory.d.ts +55 -0
  308. package/lib/core/bff/hook-directory.js +1 -0
  309. package/lib/core/bff/lock.js +1 -1
  310. package/lib/core/bff/types.d.ts +15 -0
  311. package/lib/core/bff/utils.js +1 -1
  312. package/lib/core/cross-db-relation.d.ts +41 -0
  313. package/lib/core/cross-db-relation.js +1 -0
  314. package/lib/core/db-resolver.js +1 -1
  315. package/lib/core/flow-config.d.ts +628 -0
  316. package/lib/core/flow-config.js +1 -0
  317. package/lib/core/instant-api-policy/config.js +1 -1
  318. package/lib/core/kb-search-client.js +1 -1
  319. package/lib/core/page/file-system.js +1 -1
  320. package/lib/core/page/hash.js +1 -1
  321. package/lib/core/page/lock.js +1 -1
  322. package/lib/core/page/lr-smart-jsx.js +1 -1
  323. package/lib/core/sql-index-auditor.js +1 -1
  324. package/lib/core/sql-sync/config.js +1 -1
  325. package/lib/core/sql-sync/file-system.js +1 -1
  326. package/lib/core/sql-sync/hash.js +1 -1
  327. package/lib/core/sql-sync/lock.js +1 -1
  328. package/lib/core/sql-sync/utils.js +1 -1
  329. package/lib/core/sql-validator.js +1 -1
  330. package/lib/errors.js +1 -1
  331. package/lib/framework/build-all-flags.js +1 -1
  332. package/lib/framework/error-output.js +1 -1
  333. package/lib/framework/explicit-yes.js +1 -1
  334. package/lib/framework/flags.js +1 -1
  335. package/lib/framework/help.js +1 -1
  336. package/lib/framework/index.js +1 -1
  337. package/lib/framework/output.js +1 -1
  338. package/lib/framework/response.js +1 -1
  339. package/lib/framework/runner-alias.d.ts +1 -1
  340. package/lib/framework/runner-alias.js +1 -1
  341. package/lib/framework/runner.js +1 -1
  342. package/lib/framework/schema-export.js +1 -1
  343. package/lib/framework/supported-flags.js +1 -1
  344. package/lib/framework/types.js +1 -1
  345. package/lib/generated/build-info.d.ts +4 -4
  346. package/lib/generated/build-info.js +1 -1
  347. package/lib/generated/official-routing.js +1 -1
  348. package/lib/generated/routing-contract.js +1 -1
  349. package/lib/help.js +1 -1
  350. package/lib/postinstall.js +1 -1
  351. package/lib/runtime/confirmation.js +1 -1
  352. package/lib/runtime/event.js +1 -1
  353. package/lib/runtime/index.js +1 -1
  354. package/lib/runtime/queue.js +1 -1
  355. package/lib/runtime/resolve.js +1 -1
  356. package/lib/skills/builtin-skill.js +1 -1
  357. package/lib/skills/main.js +1 -1
  358. package/lib/skills/npx-skills-add.d.ts +0 -10
  359. package/lib/skills/npx-skills-add.js +1 -1
  360. package/lib/skills/skill-presence.js +1 -1
  361. package/lib/telemetry/cli-command-trace.js +1 -1
  362. package/lib/telemetry/cli-help-trace.js +1 -1
  363. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  364. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  365. package/lib/telemetry/send-cli-trace-log.js +1 -1
  366. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  367. package/lib/types/index.d.ts +11 -1
  368. package/lib/utils/ai_config.js +1 -1
  369. package/lib/utils/apply-jq-filter.js +1 -1
  370. package/lib/utils/cdn-config.js +1 -1
  371. package/lib/utils/check-sdk-version.js +1 -1
  372. package/lib/utils/cli-version-check.js +1 -1
  373. package/lib/utils/cli-version-policy.d.ts +12 -0
  374. package/lib/utils/cli-version-policy.js +1 -1
  375. package/lib/utils/config.js +1 -1
  376. package/lib/utils/entity-with-id.js +1 -1
  377. package/lib/utils/file-utils.js +1 -1
  378. package/lib/utils/guides-cdn.js +1 -1
  379. package/lib/utils/http-client.js +1 -1
  380. package/lib/utils/is-non-interactive.js +1 -1
  381. package/lib/utils/logger.js +1 -1
  382. package/lib/utils/params.js +1 -1
  383. package/lib/utils/platform.js +1 -1
  384. package/lib/utils/sleep.js +1 -1
  385. package/lib/utils/template-replacer.js +1 -1
  386. package/lib/utils/update-notice.js +1 -1
  387. package/lib/utils/version.js +1 -1
  388. package/lib/utils/with-active-cookie.js +1 -1
  389. package/lib/utils/write-cli-side-channel.js +1 -1
  390. package/package.json +4 -1
  391. package/skills/rabetbase/SKILL.md +31 -9
  392. package/skills/rabetbase/guides/approval-flow-development-workflow.md +137 -0
  393. package/skills/rabetbase/guides/backend-function.md +19 -9
  394. package/skills/rabetbase/guides/bff-creation-workflow.md +10 -1
  395. package/skills/rabetbase/guides/conflict-detection.md +2 -0
  396. package/skills/rabetbase/guides/sdk-client-generation.md +112 -60
  397. package/skills/rabetbase/guides/typescript-sdk.md +9 -0
  398. package/skills/rabetbase/knowledge/approval-flow/config-json-schema.md +290 -0
  399. package/skills/rabetbase/references/rabetbase-api-pull.md +30 -19
  400. package/skills/rabetbase/references/rabetbase-app-list.md +1 -1
  401. package/skills/rabetbase/references/rabetbase-bff-create.md +1 -1
  402. package/skills/rabetbase/references/rabetbase-bff-logs.md +47 -0
  403. package/skills/rabetbase/references/rabetbase-bff-pull.md +7 -3
  404. package/skills/rabetbase/references/rabetbase-bff-push.md +10 -2
  405. package/skills/rabetbase/references/rabetbase-config.md +2 -1
  406. package/skills/rabetbase/references/rabetbase-dataset-cross-relations.md +60 -0
  407. package/skills/rabetbase/references/rabetbase-dataset-generate.md +52 -2
  408. package/skills/rabetbase/references/rabetbase-flow-commands.md +86 -0
  409. package/skills/rabetbase/references/rabetbase-flow-resources.md +83 -0
  410. package/skills/rabetbase/references/rabetbase-flow-runtime-boundary.md +25 -0
  411. package/skills/rabetbase/references/rabetbase-instant-api-policy.md +103 -11
  412. package/skills/rabetbase/references/rabetbase-notification-config-list.md +17 -0
  413. package/skills/rabetbase/references/rabetbase-project-create.md +3 -3
  414. package/skills/rabetbase/references/rabetbase-project-upgrade.md +24 -13
  415. package/skills/rabetbase.manifest.json +10 -3
  416. package/templates/README.md +16 -4
  417. package/templates/generate-api/model-runtime.ts.tpl +101 -0
  418. package/templates/generate-api/profile-api.ts.tpl +21 -0
  419. package/templates/generate-api/profile-client.ts.tpl +14 -0
package/lib/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const a13_0x488dc9=a13_0x38d9;(function(_0x290d0a,_0x496caf){const _0x299b38=a13_0x38d9,_0x254e6f=_0x290d0a();while(!![]){try{const _0x1e5411=parseInt(_0x299b38(0x1b7))/0x1*(-parseInt(_0x299b38(0x1c1))/0x2)+parseInt(_0x299b38(0x1bc))/0x3*(parseInt(_0x299b38(0x1cc))/0x4)+-parseInt(_0x299b38(0x1cb))/0x5+parseInt(_0x299b38(0x1b2))/0x6+parseInt(_0x299b38(0x1ce))/0x7*(parseInt(_0x299b38(0x1b3))/0x8)+-parseInt(_0x299b38(0x1d2))/0x9+-parseInt(_0x299b38(0x1c0))/0xa*(-parseInt(_0x299b38(0x1c4))/0xb);if(_0x1e5411===_0x496caf)break;else _0x254e6f['push'](_0x254e6f['shift']());}catch(_0x1230fc){_0x254e6f['push'](_0x254e6f['shift']());}}}(a13_0x394b,0xe3f94));import a13_0x35a0b0 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(a13_0x488dc9(0x1c3)))[a13_0x488dc9(0x1c9)];}catch{}function a13_0x394b(){const _0x50bc2a=['help','unknownCommand','Hint:\x20','dynamicCliFlags','unknown','15610kDYFGn','2272716CdLINX','slice','10292513nRamrE','now','./context.js','Unexpected\x20error:','16057584evSoQR','message','cancelled','write','global','service','name','flags','5162730GYwbab','8CRrZzF','def','ExitPromptError','defaultCommand','14juhGuw','hint','code','catch','stderr','3syTNZK','log','error','input','3127990jBwSfv','70102QRkHwL','risk','./cli-flags.js','11rKHhPm','wildcardDef'];a13_0x394b=function(){return _0x50bc2a;};return a13_0x394b();}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a13_0x488dc9(0x1ca)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a13_0x488dc9(0x1cd)](0x0,0xa)+')':VERSION,cli=a13_0x35a0b0(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run()[a13_0x488dc9(0x1ba)](handleErrorAsync);async function run(){const _0x2ca79e=a13_0x488dc9;let _0x49dd61=cli[_0x2ca79e(0x1bf)][0x0],_0x5f9e18=cli[_0x2ca79e(0x1bf)][0x1];const _0x3c1ddf=cli[_0x2ca79e(0x1b1)];if(!_0x49dd61){await reportCliHelpTrace(_0x2ca79e(0x1ae)),showHelp();return;}const _0x948191=resolveRemovedCommand(_0x49dd61,_0x5f9e18);_0x948191&&await handleErrorAsync(CliErrors['validation'](_0x948191[_0x2ca79e(0x1ab)],_0x948191['hint']));if(!isKnownService(_0x49dd61)){await reportCliHelpTrace('unknown_service',{'service':_0x49dd61}),showHelp();return;}const _0x4e700f=getServiceEntry(_0x49dd61);if(!_0x5f9e18){if(_0x3c1ddf['help']){printServiceHelp(_0x49dd61);return;}if(_0x4e700f[_0x2ca79e(0x1b6)])_0x5f9e18=_0x4e700f['defaultCommand'];else{if(_0x4e700f[_0x2ca79e(0x1c5)]){const {buildConfigFromFlags:_0x5aa413,initGlobalEnvironment:_0x378a71}=await import('./context.js'),_0xaebabf=_0x5aa413(_0x3c1ddf);await _0x378a71(_0xaebabf),await dispatchDeclarative(_0x4e700f[_0x2ca79e(0x1c5)],_0x49dd61,'',[],_0x3c1ddf,_0xaebabf);return;}else{printServiceHelp(_0x49dd61);return;}}}{let _0x4bb37b=findDefinition(_0x49dd61,_0x5f9e18),_0x530c9f=cli['input'][_0x2ca79e(0x1cd)](0x2);if(!_0x4bb37b){if(_0x4e700f[_0x2ca79e(0x1c5)]){if(_0x3c1ddf[_0x2ca79e(0x1c6)]){console[_0x2ca79e(0x1bd)](generateCommandHelp(_0x4e700f[_0x2ca79e(0x1c5)]));return;}_0x4bb37b=_0x4e700f[_0x2ca79e(0x1c5)],_0x530c9f=[_0x5f9e18,...cli['input'][_0x2ca79e(0x1cd)](0x2)];}else{printServiceHelp(_0x49dd61),await handleErrorAsync(CliErrors[_0x2ca79e(0x1c7)](_0x49dd61+'\x20'+_0x5f9e18));return;}}assertSupportedCommandFlags(_0x4bb37b,_0x3c1ddf);if(_0x3c1ddf[_0x2ca79e(0x1c6)]){console['log'](generateCommandHelp(_0x4bb37b));return;}const {buildConfigFromFlags:_0x284297,initGlobalEnvironment:_0x24bdf5,isRoutingRecoveryService:_0x525284}=await import(_0x2ca79e(0x1d0)),_0x3cc8da=_0x284297(_0x3c1ddf);!_0x525284(_0x49dd61)&&await _0x24bdf5(_0x3cc8da),await dispatchDeclarative(_0x4bb37b,_0x49dd61,_0x5f9e18,_0x530c9f,_0x3c1ddf,_0x3cc8da);}}function a13_0x38d9(_0x231585,_0x499afc){_0x231585=_0x231585-0x1ab;const _0x394be2=a13_0x394b();let _0x38d9dc=_0x394be2[_0x231585];return _0x38d9dc;}async function dispatchDeclarative(_0x486145,_0x3b9f4e,_0x577306,_0x1d8ffe,_0x9db98b,_0x3b05b7){const _0x5bd014=a13_0x488dc9,_0x34ac30=Date[_0x5bd014(0x1cf)]();let _0x132613;try{await runCommand(_0x486145,createPipelineEnv(_0x3b05b7,_0x9db98b,_0x1d8ffe));}catch(_0x5ed0bb){_0x132613=_0x5ed0bb;}await reportCommandTrace({'service':_0x3b9f4e,'command':_0x577306,'flags':_0x9db98b,'durationMs':Date[_0x5bd014(0x1cf)]()-_0x34ac30,'error':_0x132613}),_0x132613&&await handleErrorAsync(_0x132613,{'service':_0x3b9f4e,'command':_0x577306,'def':_0x486145,'flags':_0x9db98b,'defaultFormat':_0x3b05b7['format']});}function printServiceHelp(_0x430ba1){console['log'](generateServiceHelp(_0x430ba1));}async function handleErrorAsync(_0x724375,_0x57b551){const _0x32878f=a13_0x488dc9;if(_0x724375 instanceof Error&&_0x724375[_0x32878f(0x1b0)]===_0x32878f(0x1b5))return process[_0x32878f(0x1bb)][_0x32878f(0x1ad)]('\x0aCancelled.\x0a'),await exitWithOtelShutdown(0x0);if(_0x724375 instanceof CliError){if(_0x724375[_0x32878f(0x1b9)]===_0x32878f(0x1ac))return process[_0x32878f(0x1bb)]['write']('\x0a'+_0x724375[_0x32878f(0x1ab)]+'\x0a'),await exitWithOtelShutdown(0x0);let _0x69891=![];_0x57b551&&usesStructuredErrorOutput(_0x57b551[_0x32878f(0x1b4)])&&(_0x69891=formatCliError(_0x724375,{'command':CLI_BIN_NAME+'\x20'+_0x57b551['def'][_0x32878f(0x1af)]+'\x20'+_0x57b551[_0x32878f(0x1b4)]['command'],'risk':_0x57b551[_0x32878f(0x1b4)][_0x32878f(0x1c2)],'format':resolveErrorOutputFormat(_0x57b551),'jqFilter':typeof _0x57b551['flags']?.['jq']==='string'?_0x57b551[_0x32878f(0x1b1)]['jq']:undefined}));if(!_0x69891){console[_0x32878f(0x1be)]('Error:\x20'+_0x724375[_0x32878f(0x1ab)]);if(_0x724375[_0x32878f(0x1b8)])console[_0x32878f(0x1be)](_0x32878f(0x1c8)+_0x724375['hint']);if(_0x57b551)printIssueReportNudgeForError(_0x724375,_0x57b551);}return await exitWithOtelShutdown(_0x724375['exitCode']);}console[_0x32878f(0x1be)](_0x32878f(0x1d1),_0x724375);if(_0x57b551)printIssueReportNudgeForError(_0x724375,_0x57b551);return await exitWithOtelShutdown(0x1);}
2
+ const a18_0xa0aee2=a18_0xc91c;(function(_0x192ce7,_0x34e290){const _0x33977d=a18_0xc91c,_0x43e991=_0x192ce7();while(!![]){try{const _0x1122a0=-parseInt(_0x33977d(0x128))/0x1+-parseInt(_0x33977d(0x13e))/0x2+-parseInt(_0x33977d(0x126))/0x3+parseInt(_0x33977d(0x12c))/0x4+parseInt(_0x33977d(0x131))/0x5*(parseInt(_0x33977d(0x13b))/0x6)+parseInt(_0x33977d(0x140))/0x7*(-parseInt(_0x33977d(0x144))/0x8)+parseInt(_0x33977d(0x12e))/0x9;if(_0x1122a0===_0x34e290)break;else _0x43e991['push'](_0x43e991['shift']());}catch(_0x2a00ca){_0x43e991['push'](_0x43e991['shift']());}}}(a18_0x48af,0x1d2e7));import a18_0x267f09 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';function a18_0x48af(){const _0x543f66=['service','dynamicCliFlags','60870TYsQew','hint','6342QlWdxh','cancelled','ExitPromptError','def','256PjQEZi','now','Hint:\x20','message','global','slice','stderr','Error:\x20','flags','command','format','327696sbzwnf','error','43984eXPamC','./context.js','code','./cli-flags.js','294580pvMycw','unknown_service','1635039PytRNO','unknownCommand','string','15nMWRKa','risk','write','input','name','help','wildcardDef','Unexpected\x20error:','log','defaultCommand','153708weXCZo'];a18_0x48af=function(){return _0x543f66;};return a18_0x48af();}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_0xa0aee2(0x12b)))[a18_0xa0aee2(0x13d)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a18_0xa0aee2(0x120)](0x0,0xa)+')':VERSION,cli=a18_0x267f09(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run()['catch'](handleErrorAsync);function a18_0xc91c(_0x8933c6,_0x1e8972){_0x8933c6=_0x8933c6-0x11f;const _0x48af78=a18_0x48af();let _0xc91c90=_0x48af78[_0x8933c6];return _0xc91c90;}async function run(){const _0x40f772=a18_0xa0aee2;let _0x5a8250=cli['input'][0x0],_0x26968d=cli[_0x40f772(0x134)][0x1];const _0x2aa73f=cli['flags'];if(!_0x5a8250){await reportCliHelpTrace(_0x40f772(0x11f)),showHelp();return;}const _0x252ebd=resolveRemovedCommand(_0x5a8250,_0x26968d);_0x252ebd&&await handleErrorAsync(CliErrors['validation'](_0x252ebd[_0x40f772(0x147)],_0x252ebd[_0x40f772(0x13f)]));if(!isKnownService(_0x5a8250)){await reportCliHelpTrace(_0x40f772(0x12d),{'service':_0x5a8250}),showHelp();return;}const _0x35e1d2=getServiceEntry(_0x5a8250);if(!_0x26968d){if(_0x2aa73f[_0x40f772(0x136)]){printServiceHelp(_0x5a8250);return;}if(_0x35e1d2['defaultCommand'])_0x26968d=_0x35e1d2[_0x40f772(0x13a)];else{if(_0x35e1d2['wildcardDef']){const {buildConfigFromFlags:_0x3f99cb,initGlobalEnvironment:_0x1ab294}=await import('./context.js'),_0x3ed27a=_0x3f99cb(_0x2aa73f);await _0x1ab294(_0x3ed27a),await dispatchDeclarative(_0x35e1d2['wildcardDef'],_0x5a8250,'',[],_0x2aa73f,_0x3ed27a);return;}else{printServiceHelp(_0x5a8250);return;}}}{let _0x2956a3=findDefinition(_0x5a8250,_0x26968d),_0x9109ea=cli[_0x40f772(0x134)]['slice'](0x2);if(!_0x2956a3){if(_0x35e1d2[_0x40f772(0x137)]){if(_0x2aa73f['help']){console['log'](generateCommandHelp(_0x35e1d2[_0x40f772(0x137)]));return;}_0x2956a3=_0x35e1d2[_0x40f772(0x137)],_0x9109ea=[_0x26968d,...cli[_0x40f772(0x134)][_0x40f772(0x120)](0x2)];}else{printServiceHelp(_0x5a8250),await handleErrorAsync(CliErrors[_0x40f772(0x12f)](_0x5a8250+'\x20'+_0x26968d));return;}}assertSupportedCommandFlags(_0x2956a3,_0x2aa73f);if(_0x2aa73f[_0x40f772(0x136)]){console[_0x40f772(0x139)](generateCommandHelp(_0x2956a3));return;}const {buildConfigFromFlags:_0x5be875,initGlobalEnvironment:_0x437ccd,isRoutingRecoveryService:_0x30b040}=await import(_0x40f772(0x129)),_0x512283=_0x5be875(_0x2aa73f);!_0x30b040(_0x5a8250)&&await _0x437ccd(_0x512283),await dispatchDeclarative(_0x2956a3,_0x5a8250,_0x26968d,_0x9109ea,_0x2aa73f,_0x512283);}}async function dispatchDeclarative(_0x432dd0,_0x1ce0ee,_0x511d5d,_0x3cc327,_0x17e3a3,_0x4c860b){const _0x4c7f14=a18_0xa0aee2,_0x121e38=Date['now']();let _0x26c108;try{await runCommand(_0x432dd0,createPipelineEnv(_0x4c860b,_0x17e3a3,_0x3cc327));}catch(_0x3a5383){_0x26c108=_0x3a5383;}await reportCommandTrace({'service':_0x1ce0ee,'command':_0x511d5d,'flags':_0x17e3a3,'durationMs':Date[_0x4c7f14(0x145)]()-_0x121e38,'error':_0x26c108}),_0x26c108&&await handleErrorAsync(_0x26c108,{'service':_0x1ce0ee,'command':_0x511d5d,'def':_0x432dd0,'flags':_0x17e3a3,'defaultFormat':_0x4c860b[_0x4c7f14(0x125)]});}function printServiceHelp(_0x2d6efe){const _0x46f1d3=a18_0xa0aee2;console[_0x46f1d3(0x139)](generateServiceHelp(_0x2d6efe));}async function handleErrorAsync(_0x363906,_0x5a1807){const _0x30ff3a=a18_0xa0aee2;if(_0x363906 instanceof Error&&_0x363906[_0x30ff3a(0x135)]===_0x30ff3a(0x142))return process[_0x30ff3a(0x121)]['write']('\x0aCancelled.\x0a'),await exitWithOtelShutdown(0x0);if(_0x363906 instanceof CliError){if(_0x363906[_0x30ff3a(0x12a)]===_0x30ff3a(0x141))return process[_0x30ff3a(0x121)][_0x30ff3a(0x133)]('\x0a'+_0x363906[_0x30ff3a(0x147)]+'\x0a'),await exitWithOtelShutdown(0x0);let _0x3d1d76=![];_0x5a1807&&usesStructuredErrorOutput(_0x5a1807[_0x30ff3a(0x143)])&&(_0x3d1d76=formatCliError(_0x363906,{'command':CLI_BIN_NAME+'\x20'+_0x5a1807['def'][_0x30ff3a(0x13c)]+'\x20'+_0x5a1807[_0x30ff3a(0x143)][_0x30ff3a(0x124)],'risk':_0x5a1807['def'][_0x30ff3a(0x132)],'format':resolveErrorOutputFormat(_0x5a1807),'jqFilter':typeof _0x5a1807[_0x30ff3a(0x123)]?.['jq']===_0x30ff3a(0x130)?_0x5a1807[_0x30ff3a(0x123)]['jq']:undefined}));if(!_0x3d1d76){console[_0x30ff3a(0x127)](_0x30ff3a(0x122)+_0x363906[_0x30ff3a(0x147)]);if(_0x363906[_0x30ff3a(0x13f)])console[_0x30ff3a(0x127)](_0x30ff3a(0x146)+_0x363906['hint']);if(_0x5a1807)printIssueReportNudgeForError(_0x363906,_0x5a1807);}return await exitWithOtelShutdown(_0x363906['exitCode']);}console['error'](_0x30ff3a(0x138),_0x363906);if(_0x5a1807)printIssueReportNudgeForError(_0x363906,_0x5a1807);return await exitWithOtelShutdown(0x1);}
@@ -1 +1 @@
1
- const a14_0x61593f=a14_0x380b;(function(_0x26398e,_0x3a5a71){const _0x3587d5=a14_0x380b,_0x53fa62=_0x26398e();while(!![]){try{const _0x4cc3bb=-parseInt(_0x3587d5(0x107))/0x1+-parseInt(_0x3587d5(0x10e))/0x2+parseInt(_0x3587d5(0x11d))/0x3*(-parseInt(_0x3587d5(0x106))/0x4)+parseInt(_0x3587d5(0x114))/0x5+parseInt(_0x3587d5(0x118))/0x6+-parseInt(_0x3587d5(0x116))/0x7*(-parseInt(_0x3587d5(0xff))/0x8)+parseInt(_0x3587d5(0x133))/0x9;if(_0x4cc3bb===_0x3a5a71)break;else _0x53fa62['push'](_0x53fa62['shift']());}catch(_0x2045de){_0x53fa62['push'](_0x53fa62['shift']());}}}(a14_0x47cb,0x4d7ba));import a14_0x4d0e87 from'ora';function a14_0x47cb(){const _0x1e1697=['split','write','success','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','Fetching\x20dataset\x20list\x20for\x20','32WROHLv','stdout','parse','\x1b[90m*\x20Generating\x20docs\x20for:\x20','string','Fetched\x20','\x20succeeded,\x20','1239316znRLKI','263723IxkKtL','\x20doc(s)\x20in\x20','datasetName','read','\x20\x20•\x20','padStart','\x20file(s)','1156812Yovccd','has','output','isArray','\x20dataset(s)\x1b[0m','error','2406420qdgWBX','./docs','575701SRGiGN','validation','2463408aiNgxx','\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20','datasetcode','Output\x20directory\x20(default:\x20./docs)','appCode','3sSWKLN','some','message','str','trim','\x1b[0m','cookie','\x20dataset(s)','--datasetcode\x20cannot\x20be\x20empty.','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','Doc\x20generation:\x20','params','\x0d\x20\x20[','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','fail','Invalid\x20--params:\x20','):\x20','.md','filter','\x20doc(s)\x20failed','api','length','2236536FyJlip','datasetCode','\x20of\x20','join','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','\x1b[90m*\x20Filtered\x20','...'];a14_0x47cb=function(){return _0x1e1697;};return a14_0x47cb();}import{fetchModelList}from'../../core/api-client.js';import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';function a14_0x380b(_0x505bd8,_0x183e2b){_0x505bd8=_0x505bd8-0xf5;const _0x47cb24=a14_0x47cb();let _0x380b6b=_0x47cb24[_0x505bd8];return _0x380b6b;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a14_0x61593f(0x131),'command':'generate','description':a14_0x61593f(0x12a),'risk':a14_0x61593f(0x10a),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a14_0x61593f(0x110),'type':a14_0x61593f(0x103),'description':a14_0x61593f(0x11b)},{'name':a14_0x61593f(0x11a),'type':a14_0x61593f(0x103),'description':a14_0x61593f(0xfd)},{'name':a14_0x61593f(0x128),'type':'string','description':a14_0x61593f(0xf7)}],async 'execute'(_0x5a3b31){const _0x560aa6=a14_0x61593f,_0x3dfa6d=_0x5a3b31['str'](_0x560aa6(0x110))||_0x560aa6(0x115),_0x379598=_0x5a3b31[_0x560aa6(0x120)](_0x560aa6(0x11a)),_0x13f178=_0x5a3b31['str'](_0x560aa6(0x128));let _0x3a9b7c;if(_0x13f178)try{_0x3a9b7c=JSON[_0x560aa6(0x101)](_0x13f178);if(typeof _0x3a9b7c!=='object'||_0x3a9b7c===null||Array[_0x560aa6(0x111)](_0x3a9b7c))throw new Error('must\x20be\x20a\x20JSON\x20object');}catch(_0x322cdb){throw CliErrors['validation'](_0x560aa6(0x12c)+(_0x322cdb instanceof Error?_0x322cdb[_0x560aa6(0x11f)]:String(_0x322cdb)),'Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27');}let _0xd8bd2a;if(_0x379598){const _0x2abac1=_0x379598[_0x560aa6(0xfa)](',')['map'](_0x4b7ac4=>_0x4b7ac4[_0x560aa6(0x121)]())[_0x560aa6(0x12f)](_0x3f286e=>_0x3f286e[_0x560aa6(0x132)]>0x0);if(_0x2abac1[_0x560aa6(0x132)]===0x0)throw CliErrors[_0x560aa6(0x117)](_0x560aa6(0x125));_0xd8bd2a=new Set(_0x2abac1),writeCliSideChannelLine(_0x560aa6(0x102)+_0x2abac1['join'](',\x20')+_0x560aa6(0x122));}const _0x15367c=a14_0x4d0e87(_0x560aa6(0xfe)+_0x5a3b31[_0x560aa6(0x11c)]+_0x560aa6(0xf9))['start']();let _0x351f55;try{({configArray:_0x351f55}=await fetchModelList(_0x5a3b31[_0x560aa6(0x11c)],_0x5a3b31[_0x560aa6(0x123)]),_0x15367c['succeed'](_0x560aa6(0x104)+_0x351f55[_0x560aa6(0x132)]+_0x560aa6(0x124)));}catch(_0x5d35bd){_0x15367c[_0x560aa6(0x12b)]('Failed\x20to\x20fetch\x20datasets');throw _0x5d35bd;}if(_0x351f55[_0x560aa6(0x132)]===0x0)return writeCliSideChannelLine('!\x20No\x20datasets\x20found.'),{'ok':!![]};let _0x4ffdf7=_0x351f55;if(_0xd8bd2a){_0x4ffdf7=_0x351f55['filter'](_0x33ae45=>_0xd8bd2a[_0x560aa6(0x10f)](_0x33ae45[_0x560aa6(0x134)]));const _0x4d801a=[..._0xd8bd2a][_0x560aa6(0x12f)](_0x56a1f0=>!_0x351f55[_0x560aa6(0x11e)](_0x2fa5f3=>_0x2fa5f3[_0x560aa6(0x134)]===_0x56a1f0));_0x4d801a[_0x560aa6(0x132)]>0x0&&writeCliSideChannelLine(_0x560aa6(0x119)+_0x4d801a[_0x560aa6(0xf6)](',\x20')+_0x560aa6(0x122));if(_0x4ffdf7[_0x560aa6(0x132)]===0x0)throw CliErrors[_0x560aa6(0x117)](_0x560aa6(0x126)+[..._0xd8bd2a][_0x560aa6(0xf6)](',\x20'));writeCliSideChannelLine(_0x560aa6(0xf8)+_0x4ffdf7[_0x560aa6(0x132)]+_0x560aa6(0xf5)+_0x351f55[_0x560aa6(0x132)]+_0x560aa6(0x112));}let _0x14760c=0x0;const _0x21465c=await generateDatasetDocs(_0x4ffdf7,_0x5a3b31['appCode'],_0x5a3b31[_0x560aa6(0x123)],_0x3dfa6d,(_0x9507dc,_0x5220f3,_0x11f5b7)=>{const _0x30adf7=_0x560aa6;_0x14760c=_0x9507dc,process[_0x30adf7(0x100)][_0x30adf7(0xfb)](_0x30adf7(0x129)+String(_0x9507dc)[_0x30adf7(0x10c)](String(_0x5220f3)['length'])+'/'+_0x5220f3+']\x20'+_0x11f5b7+_0x30adf7(0x12e));},_0x3a9b7c);if(_0x14760c>0x0)process['stdout'][_0x560aa6(0xfb)]('\x0a');const _0x2a8b1c=_0x21465c[_0x560aa6(0x12f)](_0x39ca20=>_0x39ca20[_0x560aa6(0xfc)])[_0x560aa6(0x132)],_0x3c27a8=_0x21465c['filter'](_0x33fbf3=>!_0x33fbf3[_0x560aa6(0xfc)])[_0x560aa6(0x132)];writeCliSideChannelLine(''),writeCliSideChannelLine('✓\x20Generated\x20'+_0x2a8b1c+_0x560aa6(0x108)+_0x3dfa6d);if(_0x3c27a8>0x0){writeCliSideChannelLine('!\x20'+_0x3c27a8+_0x560aa6(0x130));for(const _0x80501c of _0x21465c['filter'](_0x200feb=>!_0x200feb[_0x560aa6(0xfc)])){writeCliSideChannelLine(_0x560aa6(0x10b)+_0x80501c[_0x560aa6(0x109)]+'\x20('+_0x80501c['datasetCode']+_0x560aa6(0x12d)+_0x80501c[_0x560aa6(0x113)]);}}return{'ok':_0x3c27a8===0x0,'message':_0x3c27a8>0x0?_0x560aa6(0x127)+_0x2a8b1c+_0x560aa6(0x105)+_0x3c27a8+'\x20failed':'Doc\x20generation\x20complete:\x20'+_0x2a8b1c+_0x560aa6(0x10d)};}};
1
+ const a19_0x291456=a19_0x1f46;function a19_0x4f96(){const _0x424343=['string','4463892SfpHcX','Output\x20directory\x20(default:\x20./docs)','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','!\x20No\x20datasets\x20found.','✓\x20Generated\x20','619686Ykdfqb','trim','\x1b[90m*\x20Generating\x20docs\x20for:\x20','stdout','datasetcode','\x20file(s)','\x20doc(s)\x20failed','length','str','63gJkbZa','succeed','.md','read','...','datasetName','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','parse','Doc\x20generation:\x20','filter','fail','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','output','start','api','11628290NnYklu','must\x20be\x20a\x20JSON\x20object','21032guCxrN','144ldFEjB','Doc\x20generation\x20complete:\x20','Invalid\x20--params:\x20','object','write','padStart','\x20failed','\x20dataset(s)','isArray','2146921IjZIWQ','):\x20','appCode','join','Fetched\x20','split','cookie','296630MoyPJF','11hRBTyc','message','params','Fetching\x20dataset\x20list\x20for\x20','\x20dataset(s)\x1b[0m','3EMbXeW','\x1b[0m','datasetCode','map','success','\x20of\x20','\x20\x20•\x20','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','\x1b[90m*\x20Filtered\x20','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','5659004JcvNIz','validation','\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20','\x0d\x20\x20[','generate','error'];a19_0x4f96=function(){return _0x424343;};return a19_0x4f96();}(function(_0x35e1f2,_0x587179){const _0x4958a7=a19_0x1f46,_0xa6d5bb=_0x35e1f2();while(!![]){try{const _0x591185=parseInt(_0x4958a7(0xc1))/0x1*(parseInt(_0x4958a7(0xd7))/0x2)+-parseInt(_0x4958a7(0xd2))/0x3+parseInt(_0x4958a7(0xcb))/0x4+parseInt(_0x4958a7(0xbb))/0x5*(-parseInt(_0x4958a7(0xab))/0x6)+parseInt(_0x4958a7(0xb4))/0x7+parseInt(_0x4958a7(0xaa))/0x8*(-parseInt(_0x4958a7(0xe0))/0x9)+-parseInt(_0x4958a7(0xa8))/0xa*(-parseInt(_0x4958a7(0xbc))/0xb);if(_0x591185===_0x587179)break;else _0xa6d5bb['push'](_0xa6d5bb['shift']());}catch(_0x356a0c){_0xa6d5bb['push'](_0xa6d5bb['shift']());}}}(a19_0x4f96,0xd7ba5));import a19_0x46816d from'ora';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';function a19_0x1f46(_0x25ed1e,_0x12416e){_0x25ed1e=_0x25ed1e-0xa0;const _0x4f963f=a19_0x4f96();let _0x1f4654=_0x4f963f[_0x25ed1e];return _0x1f4654;}export const apiGenerate={'service':a19_0x291456(0xa7),'command':a19_0x291456(0xcf),'description':a19_0x291456(0xca),'risk':a19_0x291456(0xe3),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a19_0x291456(0xd1),'description':a19_0x291456(0xd3)},{'name':a19_0x291456(0xdb),'type':a19_0x291456(0xd1),'description':a19_0x291456(0xc8)},{'name':a19_0x291456(0xbe),'type':a19_0x291456(0xd1),'description':a19_0x291456(0xe6)}],async 'execute'(_0xc8f6da){const _0x35bf1e=a19_0x291456,_0x549d5c=_0xc8f6da['str'](_0x35bf1e(0xa5))||'./docs',_0x5a58d5=_0xc8f6da[_0x35bf1e(0xdf)]('datasetcode'),_0x2ffd29=_0xc8f6da[_0x35bf1e(0xdf)](_0x35bf1e(0xbe));let _0x2bdbe1;if(_0x2ffd29)try{_0x2bdbe1=JSON[_0x35bf1e(0xa0)](_0x2ffd29);if(typeof _0x2bdbe1!==_0x35bf1e(0xae)||_0x2bdbe1===null||Array[_0x35bf1e(0xb3)](_0x2bdbe1))throw new Error(_0x35bf1e(0xa9));}catch(_0x2c8296){throw CliErrors[_0x35bf1e(0xcc)](_0x35bf1e(0xad)+(_0x2c8296 instanceof Error?_0x2c8296[_0x35bf1e(0xbd)]:String(_0x2c8296)),_0x35bf1e(0xd4));}let _0x560280;if(_0x5a58d5){const _0xbd5c84=_0x5a58d5[_0x35bf1e(0xb9)](',')[_0x35bf1e(0xc4)](_0x272fa2=>_0x272fa2[_0x35bf1e(0xd8)]())[_0x35bf1e(0xa2)](_0x57ef54=>_0x57ef54[_0x35bf1e(0xde)]>0x0);if(_0xbd5c84[_0x35bf1e(0xde)]===0x0)throw CliErrors[_0x35bf1e(0xcc)]('--datasetcode\x20cannot\x20be\x20empty.');_0x560280=new Set(_0xbd5c84),writeCliSideChannelLine(_0x35bf1e(0xd9)+_0xbd5c84[_0x35bf1e(0xb7)](',\x20')+_0x35bf1e(0xc2));}const _0x32c06e=a19_0x46816d(_0x35bf1e(0xbf)+_0xc8f6da[_0x35bf1e(0xb6)]+_0x35bf1e(0xe4))[_0x35bf1e(0xa6)]();let _0x20fcaf;try{({configArray:_0x20fcaf}=await fetchModelList(_0xc8f6da[_0x35bf1e(0xb6)],_0xc8f6da[_0x35bf1e(0xba)]),_0x32c06e[_0x35bf1e(0xe1)](_0x35bf1e(0xb8)+_0x20fcaf['length']+_0x35bf1e(0xb2)));}catch(_0x271189){_0x32c06e[_0x35bf1e(0xa3)]('Failed\x20to\x20fetch\x20datasets');throw _0x271189;}if(_0x20fcaf[_0x35bf1e(0xde)]===0x0)return writeCliSideChannelLine(_0x35bf1e(0xd5)),{'ok':!![]};let _0x39bc2c=_0x20fcaf;if(_0x560280){_0x39bc2c=_0x20fcaf[_0x35bf1e(0xa2)](_0x211f00=>_0x560280['has'](_0x211f00[_0x35bf1e(0xc3)]));const _0x98cce9=[..._0x560280][_0x35bf1e(0xa2)](_0x26e142=>!_0x20fcaf['some'](_0x1aba8d=>_0x1aba8d['datasetCode']===_0x26e142));_0x98cce9[_0x35bf1e(0xde)]>0x0&&writeCliSideChannelLine(_0x35bf1e(0xcd)+_0x98cce9[_0x35bf1e(0xb7)](',\x20')+_0x35bf1e(0xc2));if(_0x39bc2c[_0x35bf1e(0xde)]===0x0)throw CliErrors[_0x35bf1e(0xcc)](_0x35bf1e(0xa4)+[..._0x560280][_0x35bf1e(0xb7)](',\x20'));writeCliSideChannelLine(_0x35bf1e(0xc9)+_0x39bc2c['length']+_0x35bf1e(0xc6)+_0x20fcaf[_0x35bf1e(0xde)]+_0x35bf1e(0xc0));}let _0x37c326=0x0;const _0x1b2d61=await generateDatasetDocs(_0x39bc2c,_0xc8f6da[_0x35bf1e(0xb6)],_0xc8f6da[_0x35bf1e(0xba)],_0x549d5c,(_0x3a5f61,_0x58a9db,_0x3ac88c)=>{const _0x1aec88=_0x35bf1e;_0x37c326=_0x3a5f61,process[_0x1aec88(0xda)]['write'](_0x1aec88(0xce)+String(_0x3a5f61)[_0x1aec88(0xb0)](String(_0x58a9db)[_0x1aec88(0xde)])+'/'+_0x58a9db+']\x20'+_0x3ac88c+_0x1aec88(0xe2));},_0x2bdbe1);if(_0x37c326>0x0)process[_0x35bf1e(0xda)][_0x35bf1e(0xaf)]('\x0a');const _0x49e128=_0x1b2d61[_0x35bf1e(0xa2)](_0x55ba86=>_0x55ba86['success'])[_0x35bf1e(0xde)],_0xb3e679=_0x1b2d61[_0x35bf1e(0xa2)](_0x547144=>!_0x547144[_0x35bf1e(0xc5)])[_0x35bf1e(0xde)];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x35bf1e(0xd6)+_0x49e128+'\x20doc(s)\x20in\x20'+_0x549d5c);if(_0xb3e679>0x0){writeCliSideChannelLine('!\x20'+_0xb3e679+_0x35bf1e(0xdd));for(const _0x22b8c4 of _0x1b2d61['filter'](_0x506890=>!_0x506890['success'])){writeCliSideChannelLine(_0x35bf1e(0xc7)+_0x22b8c4[_0x35bf1e(0xe5)]+'\x20('+_0x22b8c4['datasetCode']+_0x35bf1e(0xb5)+_0x22b8c4[_0x35bf1e(0xd0)]);}}return{'ok':_0xb3e679===0x0,'message':_0xb3e679>0x0?_0x35bf1e(0xa1)+_0x49e128+'\x20succeeded,\x20'+_0xb3e679+_0x35bf1e(0xb1):_0x35bf1e(0xac)+_0x49e128+_0x35bf1e(0xdc)};}};
@@ -1 +1 @@
1
- (function(_0x9ce78,_0x2c1ff9){const _0x503062=a15_0x3c00,_0x3efdd6=_0x9ce78();while(!![]){try{const _0x58c38f=parseInt(_0x503062(0x107))/0x1+-parseInt(_0x503062(0x10d))/0x2*(parseInt(_0x503062(0x10a))/0x3)+parseInt(_0x503062(0x10e))/0x4+-parseInt(_0x503062(0x106))/0x5*(parseInt(_0x503062(0x10c))/0x6)+-parseInt(_0x503062(0x105))/0x7*(parseInt(_0x503062(0x10f))/0x8)+-parseInt(_0x503062(0x109))/0x9*(parseInt(_0x503062(0x10b))/0xa)+parseInt(_0x503062(0x108))/0xb;if(_0x58c38f===_0x2c1ff9)break;else _0x3efdd6['push'](_0x3efdd6['shift']());}catch(_0x490135){_0x3efdd6['push'](_0x3efdd6['shift']());}}}(a15_0x1feb,0xea86d));import{apiList}from'../../commands/api/list.js';function a15_0x3c00(_0x279c38,_0x3384ba){_0x279c38=_0x279c38-0x105;const _0x1febe7=a15_0x1feb();let _0x3c00b6=_0x1febe7[_0x279c38];return _0x3c00b6;}import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';function a15_0x1feb(){const _0x32dbd6=['91lsBjMi','610070uoAyai','1012641YZRuNW','29193164YYgNHE','50049jIYCwN','111ehGpoH','970kCwMnx','48gjYXAK','35498lJWdPI','3877068NBMjbD','924904LzeVtC'];a15_0x1feb=function(){return _0x32dbd6;};return a15_0x1feb();}export const apiDefinitions=[apiList,apiPull,apiGenerate];
1
+ function a20_0x1509(_0x5d782d,_0x27d759){_0x5d782d=_0x5d782d-0xcd;const _0x5a9dbd=a20_0x5a9d();let _0x150959=_0x5a9dbd[_0x5d782d];return _0x150959;}(function(_0x1f483a,_0x378bbb){const _0x2ddd46=a20_0x1509,_0x505a7f=_0x1f483a();while(!![]){try{const _0x4c14f8=parseInt(_0x2ddd46(0xd8))/0x1*(parseInt(_0x2ddd46(0xd6))/0x2)+-parseInt(_0x2ddd46(0xd3))/0x3*(-parseInt(_0x2ddd46(0xce))/0x4)+parseInt(_0x2ddd46(0xd1))/0x5*(parseInt(_0x2ddd46(0xd4))/0x6)+parseInt(_0x2ddd46(0xd0))/0x7+parseInt(_0x2ddd46(0xcd))/0x8*(-parseInt(_0x2ddd46(0xd9))/0x9)+-parseInt(_0x2ddd46(0xd5))/0xa*(-parseInt(_0x2ddd46(0xd2))/0xb)+parseInt(_0x2ddd46(0xcf))/0xc*(-parseInt(_0x2ddd46(0xd7))/0xd);if(_0x4c14f8===_0x378bbb)break;else _0x505a7f['push'](_0x505a7f['shift']());}catch(_0x4d4e2b){_0x505a7f['push'](_0x505a7f['shift']());}}}(a20_0x5a9d,0xa706b));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';function a20_0x5a9d(){const _0x39bf95=['17207606hvLUKH','8042mmtBwr','9yDfdyj','4140592OzlZtO','4TYYcWi','12snYqeQ','3584483sSlXpO','100RoIEWY','8801177oiyNnG','2002527HnGYGH','55140jymPkT','10TYszOm','90nDpLCR'];a20_0x5a9d=function(){return _0x39bf95;};return a20_0x5a9d();}import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];
@@ -1 +1 @@
1
- function a16_0x5486(_0x2919fd,_0x9142c5){_0x2919fd=_0x2919fd-0x15a;const _0x161eb2=a16_0x161e();let _0x548607=_0x161eb2[_0x2919fd];return _0x548607;}const a16_0x5a7687=a16_0x5486;function a16_0x161e(){const _0x1028ed=['14040shHQNx','cookie','738GSjVTz','739600GAKvEi','production','6722gQfIDM','list','385lBBLOf','map','2601956xhTVuH','global','appcode','147403IEezjQ','25AjnyZZ','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','env','push','135352YOUkNN','region','isDefault','rawFlags','name','171BtLtLO','341060UDDyjp','boolean','12oRUBsQ'];a16_0x161e=function(){return _0x1028ed;};return a16_0x161e();}(function(_0xe3ee27,_0x222743){const _0x47762c=a16_0x5486,_0x286b93=_0xe3ee27();while(!![]){try{const _0x531237=-parseInt(_0x47762c(0x16c))/0x1+-parseInt(_0x47762c(0x165))/0x2*(-parseInt(_0x47762c(0x162))/0x3)+-parseInt(_0x47762c(0x15d))/0x4*(-parseInt(_0x47762c(0x16d))/0x5)+parseInt(_0x47762c(0x15f))/0x6*(-parseInt(_0x47762c(0x169))/0x7)+-parseInt(_0x47762c(0x171))/0x8*(-parseInt(_0x47762c(0x15c))/0x9)+-parseInt(_0x47762c(0x163))/0xa+-parseInt(_0x47762c(0x167))/0xb*(-parseInt(_0x47762c(0x160))/0xc);if(_0x531237===_0x222743)break;else _0x286b93['push'](_0x286b93['shift']());}catch(_0x19eb79){_0x286b93['push'](_0x286b93['shift']());}}}(a16_0x161e,0x9ee0b));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';export const apiList={'service':'api','command':a16_0x5a7687(0x166),'description':'List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','risk':'read','requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a16_0x5a7687(0x16a),'type':a16_0x5a7687(0x15e),'description':a16_0x5a7687(0x16e),'default':![]}],async 'execute'(_0xcdc1c3){const _0x3cf325=a16_0x5a7687,_0x4dc41d=_0xcdc1c3['rawFlags'][_0x3cf325(0x16b)]?String(_0xcdc1c3[_0x3cf325(0x15a)][_0x3cf325(0x16b)]):undefined,_0x537256=resolveTargetApps(_0xcdc1c3,_0x4dc41d);if(_0x537256){const _0x3b2ba5=[];for(const _0x32631f of _0x537256){const _0x5a07b4=_0x32631f[_0x3cf325(0x161)]||_0xcdc1c3[_0x3cf325(0x161)],_0x17ed53=_0x32631f[_0x3cf325(0x16f)]||_0x3cf325(0x164);await initMultiAppEnvironment(_0x32631f);const {configArray:_0x196731}=await fetchModelList(_0x32631f[_0x3cf325(0x16b)],_0x5a07b4);_0x3b2ba5[_0x3cf325(0x170)](..._0x196731[_0x3cf325(0x168)](_0x5a379b=>({..._0x5a379b,'_appName':_0x32631f[_0x3cf325(0x15b)],'_appCode':_0x32631f[_0x3cf325(0x16b)],'_env':_0x17ed53,'_region':_0x32631f[_0x3cf325(0x172)],'_isDefault':_0x32631f[_0x3cf325(0x173)]})));}return{'ok':!![],'data':_0x3b2ba5};}const {configArray:_0x4d5e63}=await fetchModelList(_0xcdc1c3['appCode'],_0xcdc1c3[_0x3cf325(0x161)]);return{'ok':!![],'data':_0x4d5e63};}};
1
+ function a21_0x2a94(_0x200af9,_0x24b905){_0x200af9=_0x200af9-0x67;const _0x1cb01a=a21_0x1cb0();let _0x2a9441=_0x1cb01a[_0x200af9];return _0x2a9441;}function a21_0x1cb0(){const _0x1a9e74=['region','303YeTUlR','appCode','10162611XencFz','4qdkNFt','347940xgDdQD','16863132FjahFH','boolean','6037856iooFgM','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','5178NscstD','name','cookie','map','10fJNsrD','appcode','474URKagm','api','1189995HDJgMc','read','118398upXXSI'];a21_0x1cb0=function(){return _0x1a9e74;};return a21_0x1cb0();}const a21_0x1bfcce=a21_0x2a94;(function(_0xc6bf50,_0x4f351f){const _0x15a515=a21_0x2a94,_0x825740=_0xc6bf50();while(!![]){try{const _0x553516=parseInt(_0x15a515(0x7b))/0x1+-parseInt(_0x15a515(0x6b))/0x2*(-parseInt(_0x15a515(0x77))/0x3)+parseInt(_0x15a515(0x7a))/0x4*(parseInt(_0x15a515(0x73))/0x5)+parseInt(_0x15a515(0x71))/0x6*(-parseInt(_0x15a515(0x75))/0x7)+parseInt(_0x15a515(0x69))/0x8+-parseInt(_0x15a515(0x79))/0x9*(parseInt(_0x15a515(0x6f))/0xa)+parseInt(_0x15a515(0x67))/0xb;if(_0x553516===_0x4f351f)break;else _0x825740['push'](_0x825740['shift']());}catch(_0x71a779){_0x825740['push'](_0x825740['shift']());}}}(a21_0x1cb0,0xa385b));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';export const apiList={'service':a21_0x1bfcce(0x72),'command':'list','description':'List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','risk':a21_0x1bfcce(0x74),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'global','type':a21_0x1bfcce(0x68),'description':a21_0x1bfcce(0x6a),'default':![]}],async 'execute'(_0x5c030f){const _0x31d409=a21_0x1bfcce,_0xfb1c7d=_0x5c030f['rawFlags'][_0x31d409(0x70)]?String(_0x5c030f['rawFlags']['appcode']):undefined,_0x26e6f9=resolveTargetApps(_0x5c030f,_0xfb1c7d);if(_0x26e6f9){const _0x2a0d10=[];for(const _0x9f12b5 of _0x26e6f9){const _0x203ba6=_0x9f12b5[_0x31d409(0x6d)]||_0x5c030f[_0x31d409(0x6d)];await initMultiAppEnvironment(_0x9f12b5);const {configArray:_0x109c3f}=await fetchModelList(_0x9f12b5[_0x31d409(0x70)],_0x203ba6);_0x2a0d10['push'](..._0x109c3f[_0x31d409(0x6e)](_0x143a74=>({..._0x143a74,'_appName':_0x9f12b5[_0x31d409(0x6c)],'_appCode':_0x9f12b5[_0x31d409(0x70)],'_region':_0x9f12b5[_0x31d409(0x76)],'_isDefault':_0x9f12b5['isDefault']})));}return{'ok':!![],'data':_0x2a0d10};}const {configArray:_0x52eddc}=await fetchModelList(_0x5c030f[_0x31d409(0x78)],_0x5c030f[_0x31d409(0x6d)]);return{'ok':!![],'data':_0x52eddc};}};
@@ -1 +1 @@
1
- const a17_0x5d35f9=a17_0x3dda;(function(_0x3af114,_0x1807c5){const _0x281d17=a17_0x3dda,_0x5b3715=_0x3af114();while(!![]){try{const _0x4a52a0=-parseInt(_0x281d17(0x91))/0x1+-parseInt(_0x281d17(0x74))/0x2*(-parseInt(_0x281d17(0x8f))/0x3)+-parseInt(_0x281d17(0x9f))/0x4+parseInt(_0x281d17(0x96))/0x5+parseInt(_0x281d17(0x92))/0x6*(-parseInt(_0x281d17(0x7d))/0x7)+parseInt(_0x281d17(0xa7))/0x8+parseInt(_0x281d17(0xac))/0x9*(-parseInt(_0x281d17(0x79))/0xa);if(_0x4a52a0===_0x1807c5)break;else _0x5b3715['push'](_0x5b3715['shift']());}catch(_0x2c967e){_0x5b3715['push'](_0x5b3715['shift']());}}}(a17_0x3a97,0xebe11));function a17_0x3dda(_0x26a7ae,_0x2a825a){_0x26a7ae=_0x26a7ae-0x74;const _0x3a97f5=a17_0x3a97();let _0x3dda02=_0x3a97f5[_0x26a7ae];return _0x3dda02;}import a17_0x2fbdc2 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{getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';function a17_0x3a97(){const _0x4a571e=['validation','slice','706ZfJXqb','apiFilePath','Replace\x20existing\x20api.ts\x20and\x20client.ts;\x20requires\x20--yes\x20and\x20discards\x20local\x20customizations','read','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','436590VmqWyB','Fetched\x20','needsAgentMerge','api','42490nRAoDu','push','global','force','\x20failed','cookie','boolean','models','client','Pull\x20dataset\x20facts,\x20refresh\x20sdk-config.ts,\x20and\x20write\x20API\x20scaffold\x20if\x20missing\x20(','message','split','\x20\x20•\x20','isDefault','\x20app(s)\x20failed','basename','\x20model(s)','start','9099aQtbhj','sdkConfigPath','792713vyxVFU','654OYaHZf','appCode',')...','Done:\x20','6739495jMySUD','fail','clientFilePath','rawFlags','files','yes','modelCount','...','name','545352uvZCJj','action','apiDir','succeed','output','join','sdkRouting','overwritten','8441064xkrPzO','Review\x20local\x20customizations,\x20then\x20rerun\x20with\x20--force\x20--yes.','Failed:\x20','appcode','Output\x20directory\x20(default:\x20','189KvZIPH','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','bool'];a17_0x3a97=function(){return _0x4a571e;};return a17_0x3a97();}import{initMultiAppEnvironment}from'../../context.js';import a17_0x40dd77 from'node:path';const EXISTING_TS_HINT='Existing\x20TypeScript\x20was\x20not\x20updated.\x20Merge\x20data.models\x20into\x20it\x20(see\x20skills/rabetbase/guides/sdk-client-generation.md),\x20or\x20rerun\x20with\x20--force\x20--yes\x20to\x20replace\x20api.ts\x20and\x20client.ts.';function toPullData(_0x24d315){const _0x83f391=a17_0x3dda;return{'appCode':_0x24d315[_0x83f391(0x93)],'configName':_0x24d315['configName'],'isDefaultConfig':_0x24d315['isDefaultConfig'],'models':_0x24d315[_0x83f391(0x84)],'sdkRouting':_0x24d315[_0x83f391(0xa5)],'files':_0x24d315['files'],'needsAgentMerge':_0x24d315[_0x83f391(0x7b)],'apiFilePath':_0x24d315[_0x83f391(0x75)],'clientFilePath':_0x24d315[_0x83f391(0x98)],'sdkConfigPath':_0x24d315['sdkConfigPath'],'datasetCount':_0x24d315[_0x83f391(0x9c)],'modelCount':_0x24d315[_0x83f391(0x9c)]};}function describePull(_0x301cf8){const _0x301994=a17_0x3dda,_0x1f1f95=a17_0x40dd77[_0x301994(0x8c)](_0x301cf8[_0x301994(0x90)]);if(_0x301cf8[_0x301994(0x7b)])return'Fetched\x20'+_0x301cf8[_0x301994(0x9c)]+'\x20dataset\x20fact(s)\x20and\x20refreshed\x20'+_0x1f1f95+'.\x20'+EXISTING_TS_HINT;if(_0x301cf8[_0x301994(0x9a)]['api'][_0x301994(0xa0)]===_0x301994(0xa6)||_0x301cf8[_0x301994(0x9a)][_0x301994(0x85)]['action']===_0x301994(0xa6))return _0x301994(0x7a)+_0x301cf8['modelCount']+'\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20'+_0x301cf8[_0x301994(0x9c)]+_0x301994(0x8d);return'Fetched\x20'+_0x301cf8[_0x301994(0x9c)]+_0x301994(0x78)+_0x301cf8[_0x301994(0x9c)]+_0x301994(0x8d);}export const apiPull={'service':a17_0x5d35f9(0x7c),'command':'pull','description':a17_0x5d35f9(0x86)+DEFAULT_API_DIR+'/)','risk':a17_0x5d35f9(0x77),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a17_0x5d35f9(0xa3),'type':'string','description':a17_0x5d35f9(0xab)+DEFAULT_API_DIR+'/)'},{'name':a17_0x5d35f9(0x7f),'type':a17_0x5d35f9(0x83),'description':a17_0x5d35f9(0xad),'default':![]},{'name':a17_0x5d35f9(0x80),'type':a17_0x5d35f9(0x83),'description':a17_0x5d35f9(0x76),'default':![]}],async 'validate'(_0x157406){const _0x40c69b=a17_0x5d35f9;if(_0x157406[_0x40c69b(0xae)](_0x40c69b(0x80))&&!_0x157406['bool'](_0x40c69b(0x9b)))throw CliErrors[_0x40c69b(0xaf)]('--force\x20requires\x20--yes\x20because\x20it\x20replaces\x20existing\x20api.ts\x20and\x20client.ts.',_0x40c69b(0xa8));},async 'execute'(_0x2919e7){const _0x44e76a=a17_0x5d35f9,_0x47b8c2=_0x2919e7[_0x44e76a(0x99)][_0x44e76a(0xaa)]?String(_0x2919e7[_0x44e76a(0x99)]['appcode']):undefined,_0x33367c=_0x2919e7['str'](_0x44e76a(0xa3))||undefined,_0x4a4714=_0x2919e7['bool'](_0x44e76a(0x80)),_0x5ab519=resolveTargetApps(_0x2919e7,_0x47b8c2);if(_0x5ab519){let _0x1a597d=0x0,_0x140987=0x0;const _0x30a44f=[];for(const _0x527f5e of _0x5ab519){const _0x16c477=_0x527f5e[_0x44e76a(0x82)]||_0x2919e7[_0x44e76a(0x82)],_0x60a9d9=_0x527f5e['env']||'production';await initMultiAppEnvironment(_0x527f5e);const _0x3b16b3=_0x527f5e[_0x44e76a(0xa1)]||_0x33367c||_0x2919e7[_0x44e76a(0xa1)]||DEFAULT_API_DIR,_0x51133e=_0x527f5e[_0x44e76a(0x8a)]?'':_0x527f5e[_0x44e76a(0x9e)]||_0x527f5e[_0x44e76a(0xaa)],_0x2f4c1d=a17_0x2fbdc2('Pulling\x20'+_0x527f5e['name']+'\x20('+_0x527f5e['appcode']+_0x44e76a(0x94))[_0x44e76a(0x8e)]();try{const {configArray:_0x460b05}=await fetchModelList(_0x527f5e[_0x44e76a(0xaa)],_0x16c477),_0x52042d=await generateApiFile(_0x460b05,_0x51133e,_0x527f5e['appcode'],_0x527f5e['isDefault'],_0x60a9d9,_0x3b16b3,_0x527f5e[_0x44e76a(0x9e)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x4a4714});_0x2f4c1d[_0x44e76a(0xa2)](_0x527f5e[_0x44e76a(0x9e)]+':\x20'+describePull(_0x52042d)),writeCliSideChannelLine(_0x44e76a(0x89)+_0x52042d[_0x44e76a(0x90)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x52042d[_0x44e76a(0x75)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x52042d[_0x44e76a(0x98)]),_0x30a44f[_0x44e76a(0x7e)](toPullData(_0x52042d)),_0x1a597d++;}catch(_0x17f626){_0x2f4c1d[_0x44e76a(0x97)](_0x527f5e[_0x44e76a(0x9e)]+':\x20'+(_0x17f626 instanceof Error?_0x17f626[_0x44e76a(0x87)]:String(_0x17f626))),_0x140987++;}}writeCliSideChannelLine('');if(_0x140987>0x0)writeCliSideChannelLine('!\x20'+_0x140987+_0x44e76a(0x8b));return{'ok':_0x140987===0x0,'message':_0x44e76a(0x95)+_0x1a597d+'\x20succeeded,\x20'+_0x140987+_0x44e76a(0x81),'data':{'apps':_0x30a44f,'succeeded':_0x1a597d,'failed':_0x140987}};}const _0x30c025=_0x47b8c2&&_0x47b8c2['includes']('-')?_0x47b8c2[_0x44e76a(0x88)]('-')[_0x44e76a(0xb0)](0x1)[_0x44e76a(0xa4)]('-'):'',_0x5d0df3=_0x33367c||_0x2919e7[_0x44e76a(0xa1)]||DEFAULT_API_DIR,_0x2bd813=!_0x47b8c2,_0xa93511=a17_0x2fbdc2('Pulling\x20API\x20config\x20for\x20'+_0x2919e7['appCode']+_0x44e76a(0x9d))['start']();try{const {configArray:_0x26ac9b}=await fetchModelList(_0x2919e7[_0x44e76a(0x93)],_0x2919e7[_0x44e76a(0x82)]),_0x5e88d4=await generateApiFile(_0x26ac9b,_0x30c025,_0x2919e7['appCode'],_0x2bd813,getEnv(),_0x5d0df3,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x4a4714});return _0xa93511[_0x44e76a(0xa2)](describePull(_0x5e88d4)),writeCliSideChannelLine(_0x44e76a(0x89)+_0x5e88d4[_0x44e76a(0x90)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x5e88d4['apiFilePath']),writeCliSideChannelLine(_0x44e76a(0x89)+_0x5e88d4['clientFilePath']),{'ok':!![],'message':describePull(_0x5e88d4),'data':toPullData(_0x5e88d4)};}catch(_0x5932ca){_0xa93511[_0x44e76a(0x97)](_0x44e76a(0xa9)+(_0x5932ca instanceof Error?_0x5932ca[_0x44e76a(0x87)]:String(_0x5932ca)));throw _0x5932ca;}}};
1
+ const a22_0x49908e=a22_0x2795;(function(_0x2cc266,_0x311546){const _0x2c0e61=a22_0x2795,_0x3acabb=_0x2cc266();while(!![]){try{const _0x119b0b=-parseInt(_0x2c0e61(0x211))/0x1+parseInt(_0x2c0e61(0x1ee))/0x2+parseInt(_0x2c0e61(0x1dc))/0x3*(parseInt(_0x2c0e61(0x225))/0x4)+-parseInt(_0x2c0e61(0x219))/0x5*(parseInt(_0x2c0e61(0x1cf))/0x6)+parseInt(_0x2c0e61(0x1e1))/0x7*(-parseInt(_0x2c0e61(0x21a))/0x8)+-parseInt(_0x2c0e61(0x20e))/0x9+parseInt(_0x2c0e61(0x20a))/0xa;if(_0x119b0b===_0x311546)break;else _0x3acabb['push'](_0x3acabb['shift']());}catch(_0x236f0b){_0x3acabb['push'](_0x3acabb['shift']());}}}(a22_0x2455,0x5d246));import a22_0x310e15 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';function a22_0x2795(_0x29cf3c,_0x318fc8){_0x29cf3c=_0x29cf3c-0x1ce;const _0x24554a=a22_0x2455();let _0x279505=_0x24554a[_0x29cf3c];return _0x279505;}import{initMultiAppEnvironment}from'../../context.js';import a22_0x24646e 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';function a22_0x2455(){const _0x5b8873=['Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22','Pulling\x20API\x20config\x20for\x20','succeed','none','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','pull','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','4jSSJmn','models','modelRuntimePath','read','sdkConfigPath','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`.','needsAgentMerge','\x20\x20•\x20','filter','apiDir','52674wdZWqz','find','Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','bool','sdkRouting','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.','appcode','mergedCli','hasAppCode','split','clientFilePath','selectedAppName','1790619hlkbcS','validation','api','length','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','3391661VCizRx','files','default','Failed:\x20','needsProjectUpgrade','isUnboundTemplate','Fetched\x20','\x20model(s)','outputDir',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','Output\x20directory\x20(default:\x20','NOT-SET','merged','1313242dnecFY','force','output','name','overwritten','slice','production','Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.','isDefault','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','env','exists','basename','client','app','start','map','configName','appCode','action','yes','str','message','modelCount','AppCode\x20\x22','fail','join','includes','1900550emuuhH','push',';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints','\x20does\x20not\x20contain\x20AppCode\x20\x22','3674898VGwKbZ','rawFlags','global','160415HCRHSx','values','modelRegistryPath','cookie','\x20app(s)\x20failed','\x20succeeded,\x20','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','apiFilePath','5BjIONJ','8OEedMN','boolean',';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','modelProfile'];a22_0x2455=function(){return _0x5b8873;};return a22_0x2455();}const EXISTING_TS_HINT=a22_0x49908e(0x22a);function inspectModelRegistry(_0x2781e1,_0x474e8c){const _0x6df548=a22_0x49908e,_0x3f3eab=a22_0x24646e['join'](_0x2781e1,MODEL_REGISTRY_FILE_NAME),_0x4606f8=existsSync(_0x3f3eab);if(!_0x4606f8)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0x220a79=readModelRegistry(_0x3f3eab);if(!_0x220a79)throw new Error(MODEL_REGISTRY_FILE_NAME+'\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.');const _0x57bd1b=new Set(Object[_0x6df548(0x212)](_0x220a79['profiles'])[_0x6df548(0x1fe)](_0x5af3d1=>_0x5af3d1['appCode'])[_0x6df548(0x22d)](_0x8a350=>_0x8a350!==_0x6df548(0x1ec)));return{'exists':!![],'hasAppCode':!!_0x474e8c&&_0x57bd1b['has'](_0x474e8c),'isUnboundTemplate':_0x57bd1b['size']===0x0};}function toPullData(_0x1f4ffa){const _0x3cd832=a22_0x49908e;return{'appCode':_0x1f4ffa[_0x3cd832(0x200)],'configName':_0x1f4ffa[_0x3cd832(0x1ff)],'isDefaultConfig':_0x1f4ffa['isDefaultConfig'],'models':_0x1f4ffa[_0x3cd832(0x226)],'sdkRouting':_0x1f4ffa[_0x3cd832(0x1d3)],'files':_0x1f4ffa['files'],'needsAgentMerge':_0x1f4ffa[_0x3cd832(0x22b)],'needsProjectUpgrade':_0x1f4ffa[_0x3cd832(0x1e5)],'apiFilePath':_0x1f4ffa[_0x3cd832(0x218)],'clientFilePath':_0x1f4ffa[_0x3cd832(0x1da)],'sdkConfigPath':_0x1f4ffa[_0x3cd832(0x229)],'modelRegistryPath':_0x1f4ffa[_0x3cd832(0x213)],'modelRuntimePath':_0x1f4ffa[_0x3cd832(0x227)],'modelProfile':_0x1f4ffa[_0x3cd832(0x21d)],'datasetCount':_0x1f4ffa[_0x3cd832(0x205)],'modelCount':_0x1f4ffa[_0x3cd832(0x205)]};}function describePull(_0x443950){const _0x5e874b=a22_0x49908e,_0x5108f8=a22_0x24646e[_0x5e874b(0x1fa)](_0x443950['sdkConfigPath']);if(_0x443950[_0x5e874b(0x21d)]){const _0x3ebc79=_0x5e874b(0x1e7)+_0x443950[_0x5e874b(0x205)]+_0x5e874b(0x1d4)+_0x443950[_0x5e874b(0x21d)]+'\x22';if(_0x443950['needsAgentMerge'])return _0x3ebc79+'.\x20'+EXISTING_TS_HINT;if(_0x443950['files'][_0x5e874b(0x1de)][_0x5e874b(0x201)]===_0x5e874b(0x1f2)||_0x443950[_0x5e874b(0x1e2)][_0x5e874b(0x1fb)]['action']===_0x5e874b(0x1f2))return _0x3ebc79+_0x5e874b(0x1ea);if(_0x443950['files'][_0x5e874b(0x1de)][_0x5e874b(0x201)]==='created'||_0x443950[_0x5e874b(0x1e2)]['client'][_0x5e874b(0x201)]==='created')return _0x3ebc79+_0x5e874b(0x20c);return _0x3ebc79+_0x5e874b(0x21c);}if(_0x443950[_0x5e874b(0x22b)])return'Fetched\x20'+_0x443950[_0x5e874b(0x205)]+_0x5e874b(0x217)+_0x5108f8+'.\x20'+EXISTING_TS_HINT;if(_0x443950['files'][_0x5e874b(0x1de)][_0x5e874b(0x201)]===_0x5e874b(0x1f2)||_0x443950[_0x5e874b(0x1e2)][_0x5e874b(0x1fb)][_0x5e874b(0x201)]==='overwritten')return'Fetched\x20'+_0x443950['modelCount']+_0x5e874b(0x222)+_0x443950[_0x5e874b(0x205)]+_0x5e874b(0x1e8);return'Fetched\x20'+_0x443950['modelCount']+_0x5e874b(0x1f7)+_0x443950[_0x5e874b(0x205)]+'\x20model(s)';}export const apiPull={'service':'api','command':a22_0x49908e(0x223),'description':a22_0x49908e(0x1e0)+DEFAULT_API_DIR+'/)','risk':a22_0x49908e(0x228),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a22_0x49908e(0x1f0),'type':'string','description':a22_0x49908e(0x1eb)+DEFAULT_API_DIR+'/)'},{'name':a22_0x49908e(0x210),'type':a22_0x49908e(0x21b),'description':'Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','default':![]},{'name':a22_0x49908e(0x1ef),'type':a22_0x49908e(0x21b),'description':a22_0x49908e(0x1d1),'default':![]}],async 'validate'(_0x408e21){const _0xb4370=a22_0x49908e;if(_0x408e21[_0xb4370(0x1d2)](_0xb4370(0x1ef))&&!_0x408e21['bool'](_0xb4370(0x202)))throw CliErrors['validation']('--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.',_0xb4370(0x1f5));},async 'execute'(_0x274297){const _0x22ef25=a22_0x49908e,_0x565cee=_0x274297[_0x22ef25(0x20f)]['appcode']?String(_0x274297[_0x22ef25(0x20f)][_0x22ef25(0x1d6)]):undefined,_0x3fd3ca=_0x274297[_0x22ef25(0x203)]('output')||undefined,_0x1bac17=_0x274297[_0x22ef25(0x1d2)](_0x22ef25(0x1ef)),_0x42269f=resolveTargetApps(_0x274297,_0x565cee),_0x5f52ee=_0x274297['bool']('global')?_0x22ef25(0x1ed):'project',_0x5b52ac=getMultiAppConfigs(_0x5f52ee),_0x2e9c99=_0x4fd1ca=>_0x4fd1ca[_0x22ef25(0x1ce)]||_0x3fd3ca||_0x274297[_0x22ef25(0x1ce)]||DEFAULT_API_DIR,_0x41fa2d=_0x5b52ac?resolveApiProfileLayouts(_0x5b52ac,_0x2e9c99):undefined;let _0x121f30=_0x42269f;if(!_0x121f30&&_0x5b52ac){const _0x51eea7=_0x274297[_0x22ef25(0x1db)]?_0x5b52ac[_0x22ef25(0x1d0)](_0x2dd188=>_0x2dd188[_0x22ef25(0x1f1)]===_0x274297[_0x22ef25(0x1db)]):undefined,_0x565d3a=_0x5b52ac[_0x22ef25(0x22d)](_0x1ffa04=>_0x1ffa04['appcode']===_0x274297[_0x22ef25(0x200)]);if(!_0x51eea7&&_0x565d3a[_0x22ef25(0x1df)]>0x1)throw CliErrors[_0x22ef25(0x1dd)](_0x22ef25(0x206)+_0x274297[_0x22ef25(0x200)]+_0x22ef25(0x224)+_0x565d3a['map'](_0x18441d=>_0x18441d[_0x22ef25(0x1f1)])[_0x22ef25(0x208)](',\x20')+'.','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.');const _0x23b90d=_0x51eea7??_0x565d3a[0x0];if(_0x23b90d)_0x121f30=[_0x23b90d];}if(_0x121f30){let _0x2eb50a=0x0,_0x2f9f07=0x0;const _0x1c5485=[],_0x35ce36=_0x41fa2d??resolveApiProfileLayouts(_0x121f30,_0x2e9c99);for(const _0x12a009 of _0x121f30){const _0x210ddc=_0x12a009[_0x22ef25(0x214)]||_0x274297[_0x22ef25(0x214)],_0x18b1c2=_0x12a009[_0x22ef25(0x1f8)]||_0x22ef25(0x1f4);await initMultiAppEnvironment(_0x12a009);const _0x5177ab=_0x35ce36['find'](_0x22974b=>_0x22974b[_0x22ef25(0x1fc)][_0x22ef25(0x1f1)]===_0x12a009[_0x22ef25(0x1f1)]);if(!_0x5177ab)throw new Error(_0x22ef25(0x21e)+_0x12a009[_0x22ef25(0x1f1)]+'\x22\x20was\x20not\x20resolved.');const _0x5eefd=getRegistryGroup(_0x35ce36,_0x5177ab),_0x289dd0=_0x5177ab[_0x22ef25(0x1e9)],_0x17fc9f=_0x5eefd?'':_0x12a009[_0x22ef25(0x1f6)]?'':_0x12a009[_0x22ef25(0x1f1)]||_0x12a009[_0x22ef25(0x1d6)],_0x465a76=_0x5eefd?.[_0x22ef25(0x1d0)](_0x3b3c56=>_0x3b3c56[_0x22ef25(0x1fc)]['isDefault'])??_0x5eefd?.[0x0];if(_0x5eefd)inspectModelRegistry(_0x289dd0);const _0x2c27a0=a22_0x310e15('Pulling\x20'+_0x12a009[_0x22ef25(0x1f1)]+'\x20('+_0x12a009[_0x22ef25(0x1d6)]+')...')[_0x22ef25(0x1fd)]();try{const {configArray:_0x127c08}=await fetchModelList(_0x12a009[_0x22ef25(0x1d6)],_0x210ddc),_0x4013f4=await generateApiFile(_0x127c08,_0x17fc9f,_0x12a009['appcode'],_0x12a009['isDefault'],_0x18b1c2,_0x289dd0,_0x12a009[_0x22ef25(0x1f1)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x5eefd?![]:_0x1bac17,'allowEmptyModelReplacement':_0x5eefd?_0x1bac17:undefined,'scaffoldMode':_0x5eefd?_0x22ef25(0x221):undefined,..._0x5eefd?{'modelProfile':{'name':_0x12a009[_0x22ef25(0x1f1)],'defaultName':_0x465a76['app'][_0x22ef25(0x1f1)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x2c27a0[_0x22ef25(0x220)](_0x12a009[_0x22ef25(0x1f1)]+':\x20'+describePull(_0x4013f4)),writeCliSideChannelLine(_0x22ef25(0x22c)+_0x4013f4[_0x22ef25(0x229)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x4013f4[_0x22ef25(0x218)]),writeCliSideChannelLine(_0x22ef25(0x22c)+_0x4013f4['clientFilePath']),_0x4013f4[_0x22ef25(0x213)]&&writeCliSideChannelLine(_0x22ef25(0x22c)+_0x4013f4[_0x22ef25(0x213)]),_0x4013f4[_0x22ef25(0x227)]&&writeCliSideChannelLine(_0x22ef25(0x22c)+_0x4013f4[_0x22ef25(0x227)]),_0x1c5485[_0x22ef25(0x20b)](toPullData(_0x4013f4)),_0x2eb50a++;}catch(_0x57f0b7){_0x2c27a0[_0x22ef25(0x207)](_0x12a009[_0x22ef25(0x1f1)]+':\x20'+(_0x57f0b7 instanceof Error?_0x57f0b7[_0x22ef25(0x204)]:String(_0x57f0b7))),_0x2f9f07++;}}writeCliSideChannelLine('');if(_0x2f9f07>0x0)writeCliSideChannelLine('!\x20'+_0x2f9f07+_0x22ef25(0x215));return{'ok':_0x2f9f07===0x0,'message':'Done:\x20'+_0x2eb50a+_0x22ef25(0x216)+_0x2f9f07+'\x20failed','data':{'apps':_0x1c5485,'succeeded':_0x2eb50a,'failed':_0x2f9f07}};}const _0xe1241f=_0x565cee&&_0x565cee[_0x22ef25(0x209)]('-')?_0x565cee[_0x22ef25(0x1d9)]('-')[_0x22ef25(0x1f3)](0x1)['join']('-'):'',_0x54ac97=_0x3fd3ca||_0x274297[_0x22ef25(0x1ce)]||DEFAULT_API_DIR,_0x5295c9=!_0x565cee,_0x3bcf00=inspectModelRegistry(_0x54ac97,_0x274297[_0x22ef25(0x200)]),_0x5eb4f2=_0x274297[_0x22ef25(0x1db)]||_0x274297[_0x22ef25(0x1d7)]?.['currentApp']||_0x274297['mergedCli']?.['defaultApp']||_0x22ef25(0x1e3);if(_0x3bcf00[_0x22ef25(0x1f9)]&&!_0x3bcf00[_0x22ef25(0x1d8)]&&!_0x3bcf00['isUnboundTemplate'])throw CliErrors[_0x22ef25(0x1dd)](MODEL_REGISTRY_FILE_NAME+_0x22ef25(0x20d)+_0x274297[_0x22ef25(0x200)]+'\x22.',_0x22ef25(0x1d5));const _0x56b28e=a22_0x310e15(_0x22ef25(0x21f)+_0x274297[_0x22ef25(0x200)]+'...')[_0x22ef25(0x1fd)]();try{const {configArray:_0x5ebf64}=await fetchModelList(_0x274297[_0x22ef25(0x200)],_0x274297['cookie']),_0x52fc82=await generateApiFile(_0x5ebf64,_0xe1241f,_0x274297[_0x22ef25(0x200)],_0x5295c9,getEnv(),_0x54ac97,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x3bcf00[_0x22ef25(0x1f9)]?![]:_0x1bac17,'allowEmptyModelReplacement':_0x3bcf00[_0x22ef25(0x1f9)]?_0x1bac17:undefined,'scaffoldMode':_0x3bcf00[_0x22ef25(0x1f9)]?_0x22ef25(0x221):undefined,..._0x3bcf00[_0x22ef25(0x1d8)]||_0x3bcf00[_0x22ef25(0x1e6)]||!_0x3bcf00[_0x22ef25(0x1f9)]&&_0x1bac17?{'modelProfile':{'name':_0x5eb4f2,'defaultName':_0x274297['mergedCli']?.['defaultApp']??_0x5eb4f2,'runtimeDomain':getRuntimeDomain()}}:{}});return _0x56b28e[_0x22ef25(0x220)](describePull(_0x52fc82)),writeCliSideChannelLine(_0x22ef25(0x22c)+_0x52fc82[_0x22ef25(0x229)]),writeCliSideChannelLine(_0x22ef25(0x22c)+_0x52fc82[_0x22ef25(0x218)]),writeCliSideChannelLine(_0x22ef25(0x22c)+_0x52fc82[_0x22ef25(0x1da)]),_0x52fc82['modelRegistryPath']&&writeCliSideChannelLine(_0x22ef25(0x22c)+_0x52fc82[_0x22ef25(0x213)]),_0x52fc82[_0x22ef25(0x227)]&&writeCliSideChannelLine('\x20\x20•\x20'+_0x52fc82[_0x22ef25(0x227)]),{'ok':!![],'message':describePull(_0x52fc82),'data':toPullData(_0x52fc82)};}catch(_0xa306a2){_0x56b28e[_0x22ef25(0x207)](_0x22ef25(0x1e4)+(_0xa306a2 instanceof Error?_0xa306a2[_0x22ef25(0x204)]:String(_0xa306a2)));throw _0xa306a2;}}};
@@ -1 +1 @@
1
- (function(_0x454938,_0x187c8b){const _0x383838=a18_0x4f04,_0x212587=_0x454938();while(!![]){try{const _0x400d6e=parseInt(_0x383838(0x164))/0x1+-parseInt(_0x383838(0x160))/0x2+parseInt(_0x383838(0x15d))/0x3*(parseInt(_0x383838(0x15c))/0x4)+parseInt(_0x383838(0x169))/0x5+-parseInt(_0x383838(0x15f))/0x6+-parseInt(_0x383838(0x162))/0x7+-parseInt(_0x383838(0x16a))/0x8;if(_0x400d6e===_0x187c8b)break;else _0x212587['push'](_0x212587['shift']());}catch(_0x12ba1e){_0x212587['push'](_0x212587['shift']());}}}(a18_0x1525,0x45c88));import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';export function resolveTargetApps(_0x147d94,_0x294165){const _0x1c2517=a18_0x4f04;if(_0x294165)return null;const _0x249cdd=_0x147d94[_0x1c2517(0x159)](_0x1c2517(0x158))?_0x1c2517(0x168):_0x1c2517(0x163);let _0xe32938=getMultiAppConfigs(_0x249cdd);if(!_0xe32938||_0xe32938[_0x1c2517(0x15a)]===0x0)return null;if(_0x147d94['selectedAppName']){const _0x510702=_0xe32938['filter'](_0x1d7692=>_0x1d7692[_0x1c2517(0x157)]===_0x147d94['selectedAppName']);if(_0x510702[_0x1c2517(0x15a)]===0x0){const _0x2577ac=_0xe32938[_0x1c2517(0x165)](_0x3a3da4=>_0x3a3da4[_0x1c2517(0x157)])[_0x1c2517(0x15b)](',\x20');throw CliErrors[_0x1c2517(0x167)](_0x1c2517(0x161)+_0x147d94[_0x1c2517(0x166)]+_0x1c2517(0x15e)+_0x2577ac);}_0xe32938=_0x510702;}return _0xe32938;}function a18_0x4f04(_0x3b4015,_0x19db7f){_0x3b4015=_0x3b4015-0x157;const _0x1525b3=a18_0x1525();let _0x4f04b9=_0x1525b3[_0x3b4015];return _0x4f04b9;}function a18_0x1525(){const _0x1fba6f=['selectedAppName','validation','merged','2605110xSitBg','637168KrkTwB','name','global','bool','length','join','8pBuGfp','631443aslTOl','\x22\x20not\x20found\x20in\x20config.\x20Available:\x20','1445892SKSUeV','695550jMYQQR','App\x20\x22','3701894ZALMrq','project','541093NXdNdb','map'];a18_0x1525=function(){return _0x1fba6f;};return a18_0x1525();}
1
+ (function(_0x2dd859,_0x2bc09e){const _0x360c3c=a23_0x23c5,_0x530f28=_0x2dd859();while(!![]){try{const _0x25499f=-parseInt(_0x360c3c(0x17e))/0x1*(-parseInt(_0x360c3c(0x170))/0x2)+parseInt(_0x360c3c(0x179))/0x3*(-parseInt(_0x360c3c(0x17a))/0x4)+-parseInt(_0x360c3c(0x177))/0x5+parseInt(_0x360c3c(0x17d))/0x6+parseInt(_0x360c3c(0x178))/0x7+-parseInt(_0x360c3c(0x181))/0x8*(-parseInt(_0x360c3c(0x176))/0x9)+parseInt(_0x360c3c(0x17b))/0xa*(parseInt(_0x360c3c(0x16d))/0xb);if(_0x25499f===_0x2bc09e)break;else _0x530f28['push'](_0x530f28['shift']());}catch(_0x133b23){_0x530f28['push'](_0x530f28['shift']());}}}(a23_0xe287,0x329b7));import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';function a23_0xe287(){const _0x3ac4fe=['1487235nTsJla','1261246hgnqzi','3153oAtQov','652vYEtZP','7510FjuRyV','selectedAppName','1391340ukkUKl','1NKYHUg','App\x20\x22','project','131944VxjQWH','2838FOfMCP','merged','filter','74470hpdFgq','validation','length','global','join','name','18bpuRUC'];a23_0xe287=function(){return _0x3ac4fe;};return a23_0xe287();}function a23_0x23c5(_0x3bec08,_0x440063){_0x3bec08=_0x3bec08-0x16d;const _0xe287c5=a23_0xe287();let _0x23c5ec=_0xe287c5[_0x3bec08];return _0x23c5ec;}export function resolveTargetApps(_0x5f383f,_0x4ce13a){const _0x46d3fc=a23_0x23c5;if(_0x4ce13a)return null;const _0x1880c8=_0x5f383f['bool'](_0x46d3fc(0x173))?_0x46d3fc(0x16e):_0x46d3fc(0x180);let _0x1ac3fc=getMultiAppConfigs(_0x1880c8);if(!_0x1ac3fc||_0x1ac3fc[_0x46d3fc(0x172)]===0x0)return null;if(_0x5f383f[_0x46d3fc(0x17c)]){const _0x1de8a4=_0x1ac3fc[_0x46d3fc(0x16f)](_0x305c6a=>_0x305c6a[_0x46d3fc(0x175)]===_0x5f383f[_0x46d3fc(0x17c)]);if(_0x1de8a4[_0x46d3fc(0x172)]===0x0){const _0x39f495=_0x1ac3fc['map'](_0x1007c3=>_0x1007c3[_0x46d3fc(0x175)])[_0x46d3fc(0x174)](',\x20');throw CliErrors[_0x46d3fc(0x171)](_0x46d3fc(0x17f)+_0x5f383f['selectedAppName']+'\x22\x20not\x20found\x20in\x20config.\x20Available:\x20'+_0x39f495);}_0x1ac3fc=_0x1de8a4;}return _0x1ac3fc;}
@@ -1 +1 @@
1
- (function(_0x1cf977,_0x585e75){const _0x1318e3=a19_0xd840,_0x5daf6e=_0x1cf977();while(!![]){try{const _0xc0eba3=parseInt(_0x1318e3(0xc7))/0x1*(parseInt(_0x1318e3(0xcd))/0x2)+-parseInt(_0x1318e3(0xc9))/0x3+parseInt(_0x1318e3(0xcc))/0x4+parseInt(_0x1318e3(0xcb))/0x5*(parseInt(_0x1318e3(0xca))/0x6)+-parseInt(_0x1318e3(0xc5))/0x7+-parseInt(_0x1318e3(0xc6))/0x8*(parseInt(_0x1318e3(0xc8))/0x9)+parseInt(_0x1318e3(0xce))/0xa;if(_0xc0eba3===_0x585e75)break;else _0x5daf6e['push'](_0x5daf6e['shift']());}catch(_0x5355f6){_0x5daf6e['push'](_0x5daf6e['shift']());}}}(a19_0x2b21,0xb8bb1));import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';function a19_0xd840(_0x24df0c,_0x52ed1c){_0x24df0c=_0x24df0c-0xc5;const _0x2b214e=a19_0x2b21();let _0xd8403f=_0x2b214e[_0x24df0c];return _0xd8403f;}function a19_0x2b21(){const _0x2e2549=['83022hwpGef','305CmrBon','5499940zbTWCa','448TBFRcw','12715990oAurns','7155575Rcnczo','1696rbguqq','4277TJHTLu','62631fihapZ','3583497jYYuAI'];a19_0x2b21=function(){return _0x2e2549;};return a19_0x2b21();}export const appDefinitions=[appListDefinition,appMembersListDefinition];
1
+ function a24_0x5d0e(_0x40611a,_0x252f14){_0x40611a=_0x40611a-0xd2;const _0x126ea4=a24_0x126e();let _0x5d0eb3=_0x126ea4[_0x40611a];return _0x5d0eb3;}(function(_0x7eec82,_0x2617dd){const _0x345502=a24_0x5d0e,_0x127c1a=_0x7eec82();while(!![]){try{const _0x25b9b7=-parseInt(_0x345502(0xd2))/0x1*(-parseInt(_0x345502(0xd8))/0x2)+-parseInt(_0x345502(0xd7))/0x3*(-parseInt(_0x345502(0xdb))/0x4)+parseInt(_0x345502(0xd5))/0x5+parseInt(_0x345502(0xda))/0x6*(parseInt(_0x345502(0xd3))/0x7)+-parseInt(_0x345502(0xd9))/0x8+parseInt(_0x345502(0xd6))/0x9+-parseInt(_0x345502(0xd4))/0xa;if(_0x25b9b7===_0x2617dd)break;else _0x127c1a['push'](_0x127c1a['shift']());}catch(_0x20e6c8){_0x127c1a['push'](_0x127c1a['shift']());}}}(a24_0x126e,0xd4ec5));import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';function a24_0x126e(){const _0x39767d=['4rHdpvh','53038WJlZNv','70693yIMroM','41850130lqxmqo','6109195cHjxLY','10723815UgQYtR','5129358TqJDTz','12mEIuoC','3880264NahVzN','654KHenSw'];a24_0x126e=function(){return _0x39767d;};return a24_0x126e();}export const appDefinitions=[appListDefinition,appMembersListDefinition];
@@ -1 +1 @@
1
- const a20_0x4b78f9=a20_0x1f24;(function(_0x38146d,_0x3333dd){const _0x443fbb=a20_0x1f24,_0x8147fa=_0x38146d();while(!![]){try{const _0x310f66=parseInt(_0x443fbb(0x9f))/0x1+parseInt(_0x443fbb(0x9e))/0x2*(-parseInt(_0x443fbb(0xc4))/0x3)+parseInt(_0x443fbb(0xa6))/0x4*(parseInt(_0x443fbb(0xcc))/0x5)+-parseInt(_0x443fbb(0xb5))/0x6*(-parseInt(_0x443fbb(0xbc))/0x7)+-parseInt(_0x443fbb(0xa5))/0x8+-parseInt(_0x443fbb(0xa9))/0x9+parseInt(_0x443fbb(0xc0))/0xa;if(_0x310f66===_0x3333dd)break;else _0x8147fa['push'](_0x8147fa['shift']());}catch(_0x40b540){_0x8147fa['push'](_0x8147fa['shift']());}}}(a20_0x3a0b,0x332e1));import{readRawConfigWithLayers}from'../../context.js';function a20_0x3a0b(){const _0x2f9cc6=['Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','277587IjKPFR','source','appcode','apps','project','validation','name','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','1262435PVNcsB','defaultApp','6unBrzi','114517yYGntD','length','list','isCurrent','projectConfig','hasOwnProperty','716680HMuNME','4Krkpxq','prototype','region','496584bBjlLG','No\x20apps\x20configured','\x20config','find','map','bool','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','boolean','entries','remote','merged','globalConfig','6EekZSN','globalPath','app','read','object','optional','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','617085pivvyV','global','keys','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','1768220RWeeyZ','\x20in\x20','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.'];a20_0x3a0b=function(){return _0x2f9cc6;};return a20_0x3a0b();}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 a20_0x1f24(_0x2d209d,_0x516069){_0x2d209d=_0x2d209d-0x9e;const _0x3a0b0=a20_0x3a0b();let _0x1f244c=_0x3a0b0[_0x2d209d];return _0x1f244c;}function buildItemsFromLayer(_0x341aca,_0x56ef99,_0x360830){const _0x46e112=a20_0x1f24,_0x38c63f=[],_0x2f0a5a=_0x341aca['apps']&&typeof _0x341aca['apps']===_0x46e112(0xb9)?_0x341aca[_0x46e112(0xc7)]:{},_0x451860=_0x341aca[_0x46e112(0xcd)]||undefined,_0x35e982=_0x451860??(Object[_0x46e112(0xbe)](_0x2f0a5a)[_0x46e112(0xa0)]===0x1?Object['keys'](_0x2f0a5a)[0x0]:undefined);for(const [_0x31fb84,_0x268d67]of Object['entries'](_0x2f0a5a)){if(!_0x268d67||typeof _0x268d67!=='object'||!_0x268d67[_0x46e112(0xc6)])continue;const _0x1bec57=resolveEffectiveRegion({'appRegion':_0x268d67['region'],'projectRegion':_0x56ef99===_0x46e112(0xc8)?_0x341aca[_0x46e112(0xa8)]:undefined,'globalRegion':_0x56ef99===_0x46e112(0xbd)?_0x341aca[_0x46e112(0xa8)]:_0x360830,'appName':_0x31fb84});_0x38c63f['push']({'name':_0x31fb84,'appcode':_0x268d67['appcode'],'named':!![],'definedIn':_0x56ef99,'isDefault':_0x31fb84===_0x35e982,...buildAppProfileListFields(_0x268d67),'effectiveRegion':_0x1bec57[_0x46e112(0xa8)],'regionSource':_0x1bec57[_0x46e112(0xc5)]});}return _0x38c63f;}function buildMergedItems(_0x2d9e31,_0xe03d9a){const _0x1cf58f=a20_0x1f24,{apps:apps={}}=_0x2d9e31,_0x502dfe=_0x2d9e31[_0x1cf58f(0xcd)],_0x4be5a5=_0x502dfe??(Object[_0x1cf58f(0xbe)](apps)[_0x1cf58f(0xa0)]===0x1?Object[_0x1cf58f(0xbe)](apps)[0x0]:undefined),_0x4dd6d1=_0xe03d9a[_0x1cf58f(0xb4)][_0x1cf58f(0xc7)]&&typeof _0xe03d9a[_0x1cf58f(0xb4)]['apps']==='object'?_0xe03d9a[_0x1cf58f(0xb4)][_0x1cf58f(0xc7)]:{},_0x4c9578=_0xe03d9a['projectConfig'][_0x1cf58f(0xc7)]&&typeof _0xe03d9a['projectConfig']['apps']===_0x1cf58f(0xb9)?_0xe03d9a['projectConfig']['apps']:{},_0x5b754d=Object[_0x1cf58f(0xb1)](apps),_0x15f206=_0x5b754d[_0x1cf58f(0xad)](([_0x2c930b,_0x180f53])=>{const _0xbfef62=_0x1cf58f,_0x4c5813=appDefinedIn(_0x2c930b,_0x4dd6d1,_0x4c9578),_0x5556bf=Object[_0xbfef62(0xa7)][_0xbfef62(0xa4)]['call'](_0x4c9578,_0x2c930b),_0x3ef18f=resolveEffectiveRegion({'appRegion':_0x180f53[_0xbfef62(0xa8)],'projectRegion':_0x5556bf?_0xe03d9a['projectConfig'][_0xbfef62(0xa8)]:undefined,'globalRegion':_0xe03d9a[_0xbfef62(0xb4)][_0xbfef62(0xa8)],'mergedRegion':_0x2d9e31[_0xbfef62(0xa8)],'appName':_0x2c930b});return{'name':_0x2c930b,'appcode':_0x180f53[_0xbfef62(0xc6)],'named':!![],'definedIn':_0x4c5813,'isDefault':_0x2c930b===_0x4be5a5,...buildAppProfileListFields(_0x180f53),'effectiveRegion':_0x3ef18f['region'],'regionSource':_0x3ef18f[_0xbfef62(0xc5)]};});return _0x15f206;}function validateAppListFlags(_0x4ed15b){const _0x167a6a=a20_0x1f24;if(!_0x4ed15b[_0x167a6a(0xae)](_0x167a6a(0xb2)))return;if(!_0x4ed15b[_0x167a6a(0xae)](_0x167a6a(0xbd))&&!_0x4ed15b[_0x167a6a(0xae)](_0x167a6a(0xc8)))return;throw CliErrors[_0x167a6a(0xc9)](_0x167a6a(0xbb),_0x167a6a(0xc2));}async function execute(_0x34b6ab){const _0x85aec0=a20_0x1f24;validateAppListFlags(_0x34b6ab);if(_0x34b6ab[_0x85aec0(0xae)](_0x85aec0(0xb2)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x34b6ab)};const _0x2247be=_0x34b6ab[_0x85aec0(0xae)](_0x85aec0(0xbd)),_0x4a78ac=_0x34b6ab[_0x85aec0(0xae)]('project'),_0x458a99=_0x2247be?_0x85aec0(0xbd):_0x4a78ac?_0x85aec0(0xc8):'merged',{config:_0x456287,layers:_0x2c2873}=readRawConfigWithLayers(),_0x2183b1=resolveDefaultAppSource(_0x2c2873),{defaultApp:_0x469d1e}=_0x456287;let _0xacabf6,_0xe880d0;switch(_0x458a99){case _0x85aec0(0xbd):_0xacabf6=buildItemsFromLayer(_0x2c2873[_0x85aec0(0xb4)],_0x85aec0(0xbd)),_0xe880d0=_0x2c2873[_0x85aec0(0xb6)];break;case _0x85aec0(0xc8):_0xacabf6=buildItemsFromLayer(_0x2c2873[_0x85aec0(0xa3)],_0x85aec0(0xc8),_0x2c2873[_0x85aec0(0xb4)]['region']),_0xe880d0=_0x2c2873['projectPath'];break;default:_0xacabf6=buildMergedItems(_0x456287,_0x2c2873);break;}enrichAppListItemsWithMergedSelection(_0xacabf6,_0x34b6ab['mergedCli']);if(_0xacabf6[_0x85aec0(0xa0)]===0x0){const _0x231a70=_0x458a99===_0x85aec0(0xb3)?'':_0x85aec0(0xc1)+_0x458a99+_0x85aec0(0xab);return{'ok':!![],'data':[],'message':_0x85aec0(0xaa)+_0x231a70+'.\x20Use\x20`'+CLI_BIN_NAME+_0x85aec0(0xcb)};}const _0x4f77c1=_0xacabf6[_0x85aec0(0xac)](_0x91213c=>_0x91213c[_0x85aec0(0xa2)]===!![]),_0x493eb8=_0x469d1e??_0x4f77c1?.[_0x85aec0(0xca)]??null,_0x374922=_0x458a99===_0x85aec0(0xb3)?{'globalPath':_0x2c2873[_0x85aec0(0xb6)]??null,'projectPath':_0x2c2873['projectPath']??null,'defaultApp':_0x493eb8,'defaultAppSource':_0x469d1e!=null?_0x2183b1:null}:{'scope':_0x458a99,'configPath':_0xe880d0??null};return{'ok':!![],'data':{'items':_0xacabf6,'meta':_0x374922}};}export const appListDefinition={'service':a20_0x4b78f9(0xb7),'command':a20_0x4b78f9(0xa1),'description':a20_0x4b78f9(0xbf),'risk':a20_0x4b78f9(0xb8),'auth':a20_0x4b78f9(0xba),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'remote','type':a20_0x4b78f9(0xb0),'description':a20_0x4b78f9(0xaf),'default':![]},{'name':'global','type':a20_0x4b78f9(0xb0),'description':a20_0x4b78f9(0xc3),'default':![]},{'name':a20_0x4b78f9(0xc8),'type':'boolean','description':'Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','default':![]}],async 'validate'(_0x2e718c){validateAppListFlags(_0x2e718c);},'execute':execute};
1
+ const a25_0xf9aa76=a25_0x2004;(function(_0x240b4c,_0x3fcc75){const _0x42f804=a25_0x2004,_0x30ba78=_0x240b4c();while(!![]){try{const _0x18479e=-parseInt(_0x42f804(0xed))/0x1*(-parseInt(_0x42f804(0x10c))/0x2)+parseInt(_0x42f804(0xef))/0x3+-parseInt(_0x42f804(0xe9))/0x4+-parseInt(_0x42f804(0xff))/0x5+parseInt(_0x42f804(0x100))/0x6*(parseInt(_0x42f804(0xe5))/0x7)+-parseInt(_0x42f804(0xfa))/0x8+parseInt(_0x42f804(0x105))/0x9*(parseInt(_0x42f804(0xf1))/0xa);if(_0x18479e===_0x3fcc75)break;else _0x30ba78['push'](_0x30ba78['shift']());}catch(_0x4c5c46){_0x30ba78['push'](_0x30ba78['shift']());}}}(a25_0x4239,0x38b3a));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(_0x108cb4,_0xbc6567,_0x317a78){const _0xbae58e=a25_0x2004,_0x4eed99=[],_0x460415=_0x108cb4['apps']&&typeof _0x108cb4[_0xbae58e(0xf2)]===_0xbae58e(0x106)?_0x108cb4[_0xbae58e(0xf2)]:{},_0x27884b=_0x108cb4[_0xbae58e(0x10d)]||undefined,_0x4a69c6=_0x27884b??(Object['keys'](_0x460415)[_0xbae58e(0xfc)]===0x1?Object['keys'](_0x460415)[0x0]:undefined);for(const [_0x531c73,_0x39b5ab]of Object[_0xbae58e(0x10f)](_0x460415)){if(!_0x39b5ab||typeof _0x39b5ab!=='object'||!_0x39b5ab[_0xbae58e(0xf4)])continue;const _0x52e039=resolveEffectiveRegion({'appRegion':_0x39b5ab[_0xbae58e(0x108)],'projectRegion':_0xbc6567===_0xbae58e(0x112)?_0x108cb4[_0xbae58e(0x108)]:undefined,'globalRegion':_0xbc6567===_0xbae58e(0x111)?_0x108cb4[_0xbae58e(0x108)]:_0x317a78,'appName':_0x531c73});_0x4eed99[_0xbae58e(0xeb)]({'name':_0x531c73,'appcode':_0x39b5ab[_0xbae58e(0xf4)],'named':!![],'definedIn':_0xbc6567,'isDefault':_0x531c73===_0x4a69c6,...buildAppProfileListFields(_0x39b5ab),'effectiveRegion':_0x52e039[_0xbae58e(0x108)],'regionSource':_0x52e039[_0xbae58e(0xf0)]});}return _0x4eed99;}function buildMergedItems(_0x247d0e,_0x1369d9){const _0x5c894e=a25_0x2004,{apps:apps={}}=_0x247d0e,_0x81700=_0x247d0e[_0x5c894e(0x10d)],_0x92273d=_0x81700??(Object['keys'](apps)[_0x5c894e(0xfc)]===0x1?Object['keys'](apps)[0x0]:undefined),_0x31d56b=_0x1369d9[_0x5c894e(0xf6)]['apps']&&typeof _0x1369d9[_0x5c894e(0xf6)]['apps']===_0x5c894e(0x106)?_0x1369d9[_0x5c894e(0xf6)][_0x5c894e(0xf2)]:{},_0x538c8b=_0x1369d9['projectConfig'][_0x5c894e(0xf2)]&&typeof _0x1369d9['projectConfig'][_0x5c894e(0xf2)]===_0x5c894e(0x106)?_0x1369d9[_0x5c894e(0x104)][_0x5c894e(0xf2)]:{},_0x56d2be=Object['entries'](apps),_0x34749b=_0x56d2be['map'](([_0x397a8d,_0x30a86e])=>{const _0x472e19=_0x5c894e,_0x1b8f44=appDefinedIn(_0x397a8d,_0x31d56b,_0x538c8b),_0xc70a06=Object[_0x472e19(0x10b)][_0x472e19(0xf9)][_0x472e19(0xec)](_0x538c8b,_0x397a8d),_0x546d33=resolveEffectiveRegion({'appRegion':_0x30a86e['region'],'projectRegion':_0xc70a06?_0x1369d9[_0x472e19(0x104)]['region']:undefined,'globalRegion':_0x1369d9[_0x472e19(0xf6)]['region'],'mergedRegion':_0x247d0e[_0x472e19(0x108)],'appName':_0x397a8d});return{'name':_0x397a8d,'appcode':_0x30a86e['appcode'],'named':!![],'definedIn':_0x1b8f44,'isDefault':_0x397a8d===_0x92273d,...buildAppProfileListFields(_0x30a86e),'effectiveRegion':_0x546d33[_0x472e19(0x108)],'regionSource':_0x546d33['source']};});return _0x34749b;}function a25_0x2004(_0x301ecb,_0x12cd60){_0x301ecb=_0x301ecb-0xe4;const _0x42390d=a25_0x4239();let _0x200440=_0x42390d[_0x301ecb];return _0x200440;}function validateAppListFlags(_0x54ed4f){const _0x2d7fdb=a25_0x2004;if(!_0x54ed4f[_0x2d7fdb(0xfb)](_0x2d7fdb(0xf3)))return;if(!_0x54ed4f['bool'](_0x2d7fdb(0x111))&&!_0x54ed4f[_0x2d7fdb(0xfb)](_0x2d7fdb(0x112)))return;throw CliErrors[_0x2d7fdb(0xee)](_0x2d7fdb(0xf7),_0x2d7fdb(0x103));}async function execute(_0x77a93b){const _0x4a78fc=a25_0x2004;validateAppListFlags(_0x77a93b);if(_0x77a93b[_0x4a78fc(0xfb)](_0x4a78fc(0xf3)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x77a93b)};const _0x37053e=_0x77a93b['bool'](_0x4a78fc(0x111)),_0x4a5644=_0x77a93b[_0x4a78fc(0xfb)](_0x4a78fc(0x112)),_0x28f68c=_0x37053e?_0x4a78fc(0x111):_0x4a5644?_0x4a78fc(0x112):_0x4a78fc(0xe7),{config:_0x2c928c,layers:_0x3fc1ba}=readRawConfigWithLayers(),_0xd87a3c=resolveDefaultAppSource(_0x3fc1ba),{defaultApp:_0x3cdf54}=_0x2c928c;let _0x5d3915,_0x541bab;switch(_0x28f68c){case _0x4a78fc(0x111):_0x5d3915=buildItemsFromLayer(_0x3fc1ba[_0x4a78fc(0xf6)],_0x4a78fc(0x111)),_0x541bab=_0x3fc1ba[_0x4a78fc(0xe8)];break;case _0x4a78fc(0x112):_0x5d3915=buildItemsFromLayer(_0x3fc1ba[_0x4a78fc(0x104)],_0x4a78fc(0x112),_0x3fc1ba[_0x4a78fc(0xf6)][_0x4a78fc(0x108)]),_0x541bab=_0x3fc1ba[_0x4a78fc(0xea)];break;default:_0x5d3915=buildMergedItems(_0x2c928c,_0x3fc1ba);break;}enrichAppListItemsWithMergedSelection(_0x5d3915,_0x77a93b[_0x4a78fc(0x10a)]);if(_0x5d3915[_0x4a78fc(0xfc)]===0x0){const _0x4655c6=_0x28f68c==='merged'?'':'\x20in\x20'+_0x28f68c+_0x4a78fc(0x102);return{'ok':!![],'data':[],'message':_0x4a78fc(0xfe)+_0x4655c6+_0x4a78fc(0xf8)+CLI_BIN_NAME+'\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.'};}const _0x354040=_0x5d3915[_0x4a78fc(0xe6)](_0x1f3b37=>_0x1f3b37[_0x4a78fc(0x110)]===!![]),_0x5efe40=_0x3cdf54??_0x354040?.['name']??null,_0x4bd396=_0x28f68c===_0x4a78fc(0xe7)?{'globalPath':_0x3fc1ba[_0x4a78fc(0xe8)]??null,'projectPath':_0x3fc1ba[_0x4a78fc(0xea)]??null,'defaultApp':_0x5efe40,'defaultAppSource':_0x3cdf54!=null?_0xd87a3c:null}:{'scope':_0x28f68c,'configPath':_0x541bab??null};return{'ok':!![],'data':{'items':_0x5d3915,'meta':_0x4bd396}};}export const appListDefinition={'service':a25_0xf9aa76(0x101),'command':a25_0xf9aa76(0x109),'description':a25_0xf9aa76(0xe4),'risk':'read','auth':a25_0xf9aa76(0x107),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'remote','type':a25_0xf9aa76(0xf5),'description':a25_0xf9aa76(0x10e),'default':![]},{'name':a25_0xf9aa76(0x111),'type':a25_0xf9aa76(0xf5),'description':a25_0xf9aa76(0xfd),'default':![]},{'name':a25_0xf9aa76(0x112),'type':a25_0xf9aa76(0xf5),'description':'Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','default':![]}],async 'validate'(_0x529acf){validateAppListFlags(_0x529acf);},'execute':execute};function a25_0x4239(){const _0x46b4a5=['apps','remote','appcode','boolean','globalConfig','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','.\x20Use\x20`','hasOwnProperty','3698320EcQQQD','bool','length','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','No\x20apps\x20configured','1052855mMVPpX','57714NEzEPC','app','\x20config','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','projectConfig','81rRCSGy','object','optional','region','list','mergedCli','prototype','186ErGMjV','defaultApp','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','entries','isCurrent','global','project','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','42UHFOXl','find','merged','globalPath','1801516wzDyGH','projectPath','push','call','554djDsuO','validation','169605UDiUwu','source','1321910NwFqtN'];a25_0x4239=function(){return _0x46b4a5;};return a25_0x4239();}
@@ -1 +1 @@
1
- const a21_0x61e700=a21_0x7559;function a21_0x2d04(){const _0x45c76c=['length','498NypEmC','appCode','18IFCNrr','1396384giQshM','\x20application\x20member(s)','List\x20application\x20members\x20with\x20their\x20role\x20memberships','members-list','1ymcanp','6989140elVxNH','477140pmeBhO','1007150gRnlYx','read','52164YExDOS','2129104ddhKGL','1599411lbrwZN'];a21_0x2d04=function(){return _0x45c76c;};return a21_0x2d04();}(function(_0x5abe5b,_0x2ef5ff){const _0x189c62=a21_0x7559,_0x49ea97=_0x5abe5b();while(!![]){try{const _0x182057=parseInt(_0x189c62(0x161))/0x1*(parseInt(_0x189c62(0x164))/0x2)+-parseInt(_0x189c62(0x158))/0x3+-parseInt(_0x189c62(0x15d))/0x4+-parseInt(_0x189c62(0x163))/0x5+-parseInt(_0x189c62(0x15a))/0x6*(-parseInt(_0x189c62(0x166))/0x7)+-parseInt(_0x189c62(0x157))/0x8*(parseInt(_0x189c62(0x15c))/0x9)+parseInt(_0x189c62(0x162))/0xa;if(_0x182057===_0x2ef5ff)break;else _0x49ea97['push'](_0x49ea97['shift']());}catch(_0x455ed1){_0x49ea97['push'](_0x49ea97['shift']());}}}(a21_0x2d04,0x4bf1c));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';function a21_0x7559(_0x502e26,_0x7b339b){_0x502e26=_0x502e26-0x157;const _0x2d04c3=a21_0x2d04();let _0x755915=_0x2d04c3[_0x502e26];return _0x755915;}import{listRoleUsers}from'../../core/api-client.js';export const appMembersListDefinition={'service':'app','command':a21_0x61e700(0x160),'description':a21_0x61e700(0x15f),'risk':a21_0x61e700(0x165),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x123b30){const _0x32113e=a21_0x61e700,_0x47c888=projectAppMembers(await listRoleUsers(_0x123b30[_0x32113e(0x15b)]));return{'ok':!![],'data':{'appCode':_0x123b30['appCode'],'items':_0x47c888,'totalCount':_0x47c888[_0x32113e(0x159)]},'message':'Found\x20'+_0x47c888[_0x32113e(0x159)]+_0x32113e(0x15e)};}};
1
+ const a26_0x19ed06=a26_0x3f48;(function(_0x1ffc35,_0x1cf79c){const _0x5c02f3=a26_0x3f48,_0x1ed2c2=_0x1ffc35();while(!![]){try{const _0x3beaf4=-parseInt(_0x5c02f3(0xd7))/0x1+parseInt(_0x5c02f3(0xce))/0x2*(-parseInt(_0x5c02f3(0xd9))/0x3)+-parseInt(_0x5c02f3(0xcd))/0x4*(-parseInt(_0x5c02f3(0xd1))/0x5)+parseInt(_0x5c02f3(0xd0))/0x6*(parseInt(_0x5c02f3(0xd2))/0x7)+parseInt(_0x5c02f3(0xcc))/0x8*(-parseInt(_0x5c02f3(0xd4))/0x9)+parseInt(_0x5c02f3(0xd5))/0xa+parseInt(_0x5c02f3(0xd3))/0xb;if(_0x3beaf4===_0x1cf79c)break;else _0x1ed2c2['push'](_0x1ed2c2['shift']());}catch(_0x90097b){_0x1ed2c2['push'](_0x1ed2c2['shift']());}}}(a26_0x2732,0xd2f7c));function a26_0x3f48(_0x170943,_0x1c09f8){_0x170943=_0x170943-0xcc;const _0x27324a=a26_0x2732();let _0x3f48c5=_0x27324a[_0x170943];return _0x3f48c5;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';export const appMembersListDefinition={'service':a26_0x19ed06(0xd6),'command':a26_0x19ed06(0xcf),'description':'List\x20application\x20members\x20with\x20their\x20role\x20memberships','risk':'read','requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x29d92a){const _0x13b128=a26_0x19ed06,_0x2c97c2=projectAppMembers(await listRoleUsers(_0x29d92a['appCode']));return{'ok':!![],'data':{'appCode':_0x29d92a[_0x13b128(0xda)],'items':_0x2c97c2,'totalCount':_0x2c97c2['length']},'message':_0x13b128(0xd8)+_0x2c97c2['length']+'\x20application\x20member(s)'};}};function a26_0x2732(){const _0x1d257e=['489378bKyEnv','5xZYJej','56MNhtAJ','6095749AGYapb','11476764HPqSlx','12249240bRBaQm','app','849474MqzHre','Found\x20','3471caMHrM','appCode','8aGPmUy','6384772dGFuIf','1796KIBsGR','members-list'];a26_0x2732=function(){return _0x1d257e;};return a26_0x2732();}
@@ -1 +1 @@
1
- (function(_0x5a9cb1,_0x59dbee){const _0xb64375=a22_0x5d03,_0x1ceb56=_0x5a9cb1();while(!![]){try{const _0x254e3f=parseInt(_0xb64375(0x148))/0x1+parseInt(_0xb64375(0x14b))/0x2+-parseInt(_0xb64375(0x14e))/0x3*(-parseInt(_0xb64375(0x146))/0x4)+-parseInt(_0xb64375(0x14d))/0x5+-parseInt(_0xb64375(0x14f))/0x6*(-parseInt(_0xb64375(0x150))/0x7)+parseInt(_0xb64375(0x145))/0x8+parseInt(_0xb64375(0x147))/0x9*(-parseInt(_0xb64375(0x14c))/0xa);if(_0x254e3f===_0x59dbee)break;else _0x1ceb56['push'](_0x1ceb56['shift']());}catch(_0x5afb3b){_0x1ceb56['push'](_0x1ceb56['shift']());}}}(a22_0x3b62,0x6674b));function a22_0x5d03(_0x4e7607,_0x5beae4){_0x4e7607=_0x4e7607-0x144;const _0x3b620f=a22_0x3b62();let _0x5d03f7=_0x3b620f[_0x4e7607];return _0x5d03f7;}function a22_0x3b62(){const _0x5e430b=['24190740AaZPFW','153350VyofWF','879ypLzxZ','1350fASmiM','24997KMQtrA','map','platform','5453464GtrTtW','8716lqbxcx','9Noipbu','75089wkbyVL','appName','appDesc','1341418WUYVOx'];a22_0x3b62=function(){return _0x5e430b;};return a22_0x3b62();}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(_0x1a8319){const _0x4be212=_0x1a8319['cookie']||getCookie();if(!_0x4be212)throw CliErrors['authRequired']();return _0x4be212;}export async function listRemoteAppDirectory(_0x16dedc){const _0x58dd4a=a22_0x5d03,_0x1dc594=await withActiveCookie(resolveCookie(_0x16dedc),()=>listRemoteApps());return{'items':_0x1dc594[_0x58dd4a(0x151)](_0x434fe1=>({..._0x434fe1['id']!=null?{'id':_0x434fe1['id']}:{},'appCode':_0x434fe1['appCode'],'appName':_0x434fe1[_0x58dd4a(0x149)],..._0x434fe1['appDesc']!=null?{'appDesc':_0x434fe1[_0x58dd4a(0x14a)]}:{}})),'meta':{'source':_0x58dd4a(0x144)}};}
1
+ function a27_0x4d38(_0x537a2b,_0x579136){_0x537a2b=_0x537a2b-0x129;const _0x488761=a27_0x4887();let _0x4d3810=_0x488761[_0x537a2b];return _0x4d3810;}(function(_0x36a0dc,_0x5c6373){const _0x2e731e=a27_0x4d38,_0x94d2d3=_0x36a0dc();while(!![]){try{const _0x34cac8=-parseInt(_0x2e731e(0x12b))/0x1+parseInt(_0x2e731e(0x134))/0x2*(-parseInt(_0x2e731e(0x12c))/0x3)+parseInt(_0x2e731e(0x137))/0x4+-parseInt(_0x2e731e(0x131))/0x5*(-parseInt(_0x2e731e(0x12d))/0x6)+-parseInt(_0x2e731e(0x135))/0x7*(parseInt(_0x2e731e(0x12e))/0x8)+parseInt(_0x2e731e(0x139))/0x9*(parseInt(_0x2e731e(0x133))/0xa)+parseInt(_0x2e731e(0x136))/0xb;if(_0x34cac8===_0x5c6373)break;else _0x94d2d3['push'](_0x94d2d3['shift']());}catch(_0x21febf){_0x94d2d3['push'](_0x94d2d3['shift']());}}}(a27_0x4887,0x1ab96));import{listRemoteApps}from'../../core/api-client.js';function a27_0x4887(){const _0x243b76=['appCode','73355fovCsj','appDesc','10cCplSN','26Xwtyxg','27958vbZLNp','115654aADPki','429380JRIEEB','authRequired','741861PfMgas','platform','map','41594AhzWEs','27687zYpfyU','42ixKQhS','64gKRxQZ','appName'];a27_0x4887=function(){return _0x243b76;};return a27_0x4887();}import{getCookie}from'../../auth/get-cookie.js';import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x4f73c2){const _0x2e366b=a27_0x4d38,_0x1cb308=_0x4f73c2['cookie']||getCookie();if(!_0x1cb308)throw CliErrors[_0x2e366b(0x138)]();return _0x1cb308;}export async function listRemoteAppDirectory(_0x2fd6a0){const _0x53af51=a27_0x4d38,_0xa7b56b=await withActiveCookie(resolveCookie(_0x2fd6a0),()=>listRemoteApps());return{'items':_0xa7b56b[_0x53af51(0x12a)](_0x5d14f6=>({..._0x5d14f6['id']!=null?{'id':_0x5d14f6['id']}:{},'appCode':_0x5d14f6[_0x53af51(0x130)],'appName':_0x5d14f6[_0x53af51(0x12f)],..._0x5d14f6[_0x53af51(0x132)]!=null?{'appDesc':_0x5d14f6['appDesc']}:{}})),'meta':{'source':_0x53af51(0x129)}};}
@@ -1 +1 @@
1
- (function(_0x15d705,_0x453afd){const _0x41f51a=a23_0x38df,_0x3ec231=_0x15d705();while(!![]){try{const _0x4c2d98=parseInt(_0x41f51a(0xa5))/0x1*(-parseInt(_0x41f51a(0xad))/0x2)+-parseInt(_0x41f51a(0xbb))/0x3+parseInt(_0x41f51a(0xaf))/0x4*(-parseInt(_0x41f51a(0x96))/0x5)+-parseInt(_0x41f51a(0xb8))/0x6+-parseInt(_0x41f51a(0xbf))/0x7+-parseInt(_0x41f51a(0xa8))/0x8*(-parseInt(_0x41f51a(0xc0))/0x9)+-parseInt(_0x41f51a(0x9f))/0xa*(-parseInt(_0x41f51a(0xaa))/0xb);if(_0x4c2d98===_0x453afd)break;else _0x3ec231['push'](_0x3ec231['shift']());}catch(_0x401df1){_0x3ec231['push'](_0x3ec231['shift']());}}}(a23_0x3be6,0xee715));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x2bc4c4){const _0x5a52ce=_0x2bc4c4?.['trim']();return _0x5a52ce?_0x5a52ce:null;}export function projectAppMembers(_0xc55b84){const _0x1513eb=a23_0x38df,_0x456810=new Map(),_0x39c1fe=[..._0xc55b84][_0x1513eb(0xb2)]((_0x138ab6,_0x34953a)=>_0x138ab6['id']-_0x34953a['id']),_0x5a6193=(_0x127cb8,_0x5b4766,_0x5a8364)=>{const _0x53a9b1=_0x1513eb;for(const _0x3b52f6 of _0x5b4766){const _0x2aff04=Number(_0x3b52f6[_0x53a9b1(0xbe)]);if(!Number['isFinite'](_0x2aff04)||_0x2aff04<=0x0)continue;let _0x4f8669=_0x456810[_0x53a9b1(0xc7)](_0x2aff04);if(!_0x4f8669)_0x4f8669={'userId':_0x2aff04,'username':nullableText(_0x3b52f6[_0x53a9b1(0x98)]),'displayName':nullableText(_0x3b52f6[_0x53a9b1(0xc3)]),'status':_0x5a8364,'roles':[],'roleKeys':new Set()},_0x456810['set'](_0x2aff04,_0x4f8669);else{_0x4f8669['username']??=nullableText(_0x3b52f6[_0x53a9b1(0x98)]),_0x4f8669[_0x53a9b1(0xb9)]??=nullableText(_0x3b52f6[_0x53a9b1(0xc3)]);if(_0x5a8364===_0x53a9b1(0xa2))_0x4f8669['status']='ACTIVE';}const _0x3b2caf=_0x127cb8['id']+':'+_0x5a8364;if(_0x4f8669[_0x53a9b1(0xae)][_0x53a9b1(0xb0)](_0x3b2caf))continue;_0x4f8669[_0x53a9b1(0xae)][_0x53a9b1(0xa3)](_0x3b2caf),_0x4f8669[_0x53a9b1(0xba)][_0x53a9b1(0xac)]({'roleId':_0x127cb8['id'],'roleCode':_0x127cb8[_0x53a9b1(0x9e)],'roleName':nullableText(_0x127cb8[_0x53a9b1(0x99)]),'roleType':nullableText(_0x127cb8[_0x53a9b1(0xbd)]),'membershipStatus':_0x5a8364});}};for(const _0x2e7f02 of _0x39c1fe){_0x5a6193(_0x2e7f02,_0x2e7f02[_0x1513eb(0x97)]??[],_0x1513eb(0xa2)),_0x5a6193(_0x2e7f02,_0x2e7f02['applyUserList']??[],_0x1513eb(0xc6));}return[..._0x456810[_0x1513eb(0x9d)]()]['map'](_0xc2e5ad=>({'userId':_0xc2e5ad[_0x1513eb(0xbe)],'username':_0xc2e5ad[_0x1513eb(0x98)],'displayName':_0xc2e5ad[_0x1513eb(0xb9)],'status':_0xc2e5ad[_0x1513eb(0xa7)],'roles':_0xc2e5ad['roles']['sort']((_0x3cf4a8,_0x13dc99)=>_0x3cf4a8[_0x1513eb(0xb6)]-_0x13dc99[_0x1513eb(0xb6)]||(_0x3cf4a8[_0x1513eb(0xc4)]===_0x13dc99[_0x1513eb(0xc4)]?0x0:_0x3cf4a8[_0x1513eb(0xc4)]==='ACTIVE'?-0x1:0x1))}))[_0x1513eb(0xb2)]((_0x1eb45c,_0x40672a)=>_0x1eb45c[_0x1513eb(0xbe)]-_0x40672a[_0x1513eb(0xbe)]);}export function enrichAppListItemsWithMergedSelection(_0x137327,_0x4a690f){const _0x9d85ae=a23_0x38df;if(!_0x4a690f)return;const _0xae193d=_0x4a690f[_0x9d85ae(0xb4)]&&typeof _0x4a690f[_0x9d85ae(0xb4)]==='object'?_0x4a690f[_0x9d85ae(0xb4)]:{},_0x5137e6=Object[_0x9d85ae(0xbc)](_0xae193d)[_0x9d85ae(0xab)]>0x0;for(const _0x2fe2db of _0x137327){_0x2fe2db[_0x9d85ae(0xa0)]=![];}const _0x42aa0a=_0x4a690f[_0x9d85ae(0xa9)]!=null?String(_0x4a690f[_0x9d85ae(0xa9)])[_0x9d85ae(0xa1)]():'';if(_0x5137e6){const _0x33d1e4=_0x4a690f[_0x9d85ae(0xb7)]??_0x4a690f[_0x9d85ae(0x9b)];if(_0x33d1e4)for(const _0x314673 of _0x137327){_0x314673[_0x9d85ae(0xc2)]===!![]&&_0x314673[_0x9d85ae(0xb5)]===_0x33d1e4&&(_0x314673[_0x9d85ae(0xa0)]=!![]);}for(const _0x102dd8 of _0x137327){if(_0x102dd8['named']!==![])continue;if(_0x4a690f[_0x9d85ae(0x9b)])continue;_0x42aa0a&&String(_0x102dd8[_0x9d85ae(0xa4)]??'')[_0x9d85ae(0xa1)]()===_0x42aa0a&&(_0x102dd8[_0x9d85ae(0xa0)]=!![]);}return;}if(!_0x42aa0a)return;for(const _0x340f6c of _0x137327){String(_0x340f6c[_0x9d85ae(0xa4)]??'')[_0x9d85ae(0xa1)]()===_0x42aa0a&&(_0x340f6c[_0x9d85ae(0xa0)]=!![]);}}export function resolveAppScopeForWrite(_0x1c6238,_0x484b3c,_0x20a78f){const _0x49b911=a23_0x38df;if(_0x484b3c)return _0x49b911(0xb1);const _0x7a03c=_0x20a78f[_0x49b911(0xc9)][_0x49b911(0xb4)]&&typeof _0x20a78f[_0x49b911(0xc9)][_0x49b911(0xb4)]==='object'?_0x20a78f[_0x49b911(0xc9)][_0x49b911(0xb4)]:{},_0x4bc012=_0x20a78f[_0x49b911(0x9a)][_0x49b911(0xb4)]&&typeof _0x20a78f['globalConfig'][_0x49b911(0xb4)]===_0x49b911(0xa6)?_0x20a78f[_0x49b911(0x9a)][_0x49b911(0xb4)]:{};if(Object[_0x49b911(0x9c)][_0x49b911(0xc1)][_0x49b911(0xc5)](_0x7a03c,_0x1c6238))return _0x49b911(0xb3);if(Object[_0x49b911(0x9c)]['hasOwnProperty']['call'](_0x4bc012,_0x1c6238))return _0x49b911(0xb1);return _0x49b911(0xb3);}function a23_0x38df(_0x4e89a0,_0x7c3870){_0x4e89a0=_0x4e89a0-0x96;const _0x3be625=a23_0x3be6();let _0x38dfbd=_0x3be625[_0x4e89a0];return _0x38dfbd;}export function appDefinedIn(_0x11ac1b,_0x3c61bf,_0x5f0d17){const _0x11c7ce=a23_0x38df,_0x4dea93=Object[_0x11c7ce(0x9c)][_0x11c7ce(0xc1)][_0x11c7ce(0xc5)](_0x3c61bf,_0x11ac1b),_0x22972a=Object['prototype']['hasOwnProperty']['call'](_0x5f0d17,_0x11ac1b);if(_0x4dea93&&_0x22972a)return'both';if(_0x22972a)return'project';return _0x11c7ce(0xb1);}export function resolveDefaultAppSource(_0x6d18b6){const _0x5a16ce=a23_0x38df,_0x493884=_0x6d18b6['projectConfig'][_0x5a16ce(0xb4)]&&typeof _0x6d18b6[_0x5a16ce(0xc9)][_0x5a16ce(0xb4)]===_0x5a16ce(0xa6)?_0x6d18b6[_0x5a16ce(0xc9)]['apps']:{};if('defaultApp'in _0x6d18b6[_0x5a16ce(0xc9)])return _0x5a16ce(0xb3);if(Object['keys'](_0x493884)['length']>0x0)return _0x5a16ce(0xb3);if(Object[_0x5a16ce(0xbc)](_0x6d18b6[_0x5a16ce(0xc9)])[_0x5a16ce(0xab)]===0x0&&_0x6d18b6['globalConfig'][_0x5a16ce(0x9b)])return'global';return null;}export function getConfigPath(_0x16e6f8={}){const _0x4461da=a23_0x38df,_0x3e8d76=_0x16e6f8[_0x4461da(0xb1)]?_0x4461da(0xb1):_0x4461da(0xb3);return resolveWriteConfigPath(_0x3e8d76);}function a23_0x3be6(){const _0x582277=['named','nickname','membershipStatus','call','PENDING','get','\x20(global)','projectConfig','160bGHONM','userList','username','roleName','globalConfig','defaultApp','prototype','values','roleCode','90XyuWiw','isCurrent','trim','ACTIVE','add','appcode','3FwIxXO','object','status','2676976QKWugD','appCode','7736091tRcbLA','length','push','1070838HBqguu','roleKeys','151896jgBbex','has','global','sort','project','apps','name','roleId','currentApp','2394696icKSGN','displayName','roles','2262474JVdkON','keys','roleType','userId','11989537IvbsUf','9mkwhrU','hasOwnProperty'];a23_0x3be6=function(){return _0x582277;};return a23_0x3be6();}export function readConfig(_0x13eaef={}){return readConfigFile(getConfigPath(_0x13eaef));}export function writeConfig(_0x3a7b3d,_0x4a867f={}){writeConfigFile(getConfigPath(_0x4a867f),_0x3a7b3d);}export function scopeLabel(_0x53b1c1){const _0x275954=a23_0x38df;return _0x53b1c1[_0x275954(0xb1)]?_0x275954(0xc8):'';}
1
+ (function(_0x1318e8,_0x1d900b){const _0x40483f=a28_0x4dd0,_0x4bde06=_0x1318e8();while(!![]){try{const _0x4d0ee5=-parseInt(_0x40483f(0x18e))/0x1*(-parseInt(_0x40483f(0x193))/0x2)+-parseInt(_0x40483f(0x17b))/0x3*(-parseInt(_0x40483f(0x175))/0x4)+-parseInt(_0x40483f(0x167))/0x5*(parseInt(_0x40483f(0x168))/0x6)+-parseInt(_0x40483f(0x17a))/0x7+-parseInt(_0x40483f(0x170))/0x8*(-parseInt(_0x40483f(0x182))/0x9)+parseInt(_0x40483f(0x16b))/0xa*(-parseInt(_0x40483f(0x181))/0xb)+-parseInt(_0x40483f(0x191))/0xc*(parseInt(_0x40483f(0x185))/0xd);if(_0x4d0ee5===_0x1d900b)break;else _0x4bde06['push'](_0x4bde06['shift']());}catch(_0x308301){_0x4bde06['push'](_0x4bde06['shift']());}}}(a28_0xb084,0x82514));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x4090ee){const _0x4f39c8=a28_0x4dd0,_0x2ebe7a=_0x4090ee?.[_0x4f39c8(0x165)]();return _0x2ebe7a?_0x2ebe7a:null;}export function projectAppMembers(_0x4153a5){const _0x5c35eb=a28_0x4dd0,_0x532435=new Map(),_0x454394=[..._0x4153a5]['sort']((_0x4555fa,_0x33e500)=>_0x4555fa['id']-_0x33e500['id']),_0x6b6200=(_0x3f65d7,_0x5d4f24,_0x5cb2af)=>{const _0x3e4f5=a28_0x4dd0;for(const _0x5effc6 of _0x5d4f24){const _0x52d748=Number(_0x5effc6['userId']);if(!Number[_0x3e4f5(0x189)](_0x52d748)||_0x52d748<=0x0)continue;let _0x1bf7e0=_0x532435[_0x3e4f5(0x177)](_0x52d748);if(!_0x1bf7e0)_0x1bf7e0={'userId':_0x52d748,'username':nullableText(_0x5effc6[_0x3e4f5(0x183)]),'displayName':nullableText(_0x5effc6[_0x3e4f5(0x161)]),'status':_0x5cb2af,'roles':[],'roleKeys':new Set()},_0x532435[_0x3e4f5(0x16e)](_0x52d748,_0x1bf7e0);else{_0x1bf7e0[_0x3e4f5(0x183)]??=nullableText(_0x5effc6[_0x3e4f5(0x183)]),_0x1bf7e0['displayName']??=nullableText(_0x5effc6[_0x3e4f5(0x161)]);if(_0x5cb2af===_0x3e4f5(0x174))_0x1bf7e0[_0x3e4f5(0x15e)]='ACTIVE';}const _0x20c05f=_0x3f65d7['id']+':'+_0x5cb2af;if(_0x1bf7e0[_0x3e4f5(0x17d)]['has'](_0x20c05f))continue;_0x1bf7e0['roleKeys']['add'](_0x20c05f),_0x1bf7e0[_0x3e4f5(0x18a)][_0x3e4f5(0x179)]({'roleId':_0x3f65d7['id'],'roleCode':_0x3f65d7[_0x3e4f5(0x16a)],'roleName':nullableText(_0x3f65d7[_0x3e4f5(0x172)]),'roleType':nullableText(_0x3f65d7['roleType']),'membershipStatus':_0x5cb2af});}};for(const _0x57ecf7 of _0x454394){_0x6b6200(_0x57ecf7,_0x57ecf7[_0x5c35eb(0x169)]??[],_0x5c35eb(0x174)),_0x6b6200(_0x57ecf7,_0x57ecf7[_0x5c35eb(0x163)]??[],'PENDING');}return[..._0x532435[_0x5c35eb(0x18d)]()][_0x5c35eb(0x162)](_0x23f9b7=>({'userId':_0x23f9b7[_0x5c35eb(0x18b)],'username':_0x23f9b7[_0x5c35eb(0x183)],'displayName':_0x23f9b7[_0x5c35eb(0x173)],'status':_0x23f9b7['status'],'roles':_0x23f9b7[_0x5c35eb(0x18a)]['sort']((_0x519385,_0x48471d)=>_0x519385[_0x5c35eb(0x188)]-_0x48471d['roleId']||(_0x519385[_0x5c35eb(0x16c)]===_0x48471d[_0x5c35eb(0x16c)]?0x0:_0x519385[_0x5c35eb(0x16c)]===_0x5c35eb(0x174)?-0x1:0x1))}))[_0x5c35eb(0x160)]((_0x392af2,_0x3f4995)=>_0x392af2['userId']-_0x3f4995[_0x5c35eb(0x18b)]);}export function enrichAppListItemsWithMergedSelection(_0x5f2121,_0x5e62fb){const _0x411d96=a28_0x4dd0;if(!_0x5e62fb)return;const _0x2e167a=_0x5e62fb[_0x411d96(0x178)]&&typeof _0x5e62fb[_0x411d96(0x178)]===_0x411d96(0x15f)?_0x5e62fb[_0x411d96(0x178)]:{},_0x582527=Object[_0x411d96(0x17c)](_0x2e167a)[_0x411d96(0x176)]>0x0;for(const _0xa5e8b4 of _0x5f2121){_0xa5e8b4['isCurrent']=![];}const _0x388039=_0x5e62fb['appCode']!=null?String(_0x5e62fb[_0x411d96(0x171)])[_0x411d96(0x165)]():'';if(_0x582527){const _0x4663ca=_0x5e62fb[_0x411d96(0x187)]??_0x5e62fb[_0x411d96(0x192)];if(_0x4663ca)for(const _0x1de0b1 of _0x5f2121){_0x1de0b1[_0x411d96(0x16d)]===!![]&&_0x1de0b1[_0x411d96(0x184)]===_0x4663ca&&(_0x1de0b1[_0x411d96(0x18f)]=!![]);}for(const _0x3cc7c6 of _0x5f2121){if(_0x3cc7c6[_0x411d96(0x16d)]!==![])continue;if(_0x5e62fb['defaultApp'])continue;_0x388039&&String(_0x3cc7c6[_0x411d96(0x17f)]??'')[_0x411d96(0x165)]()===_0x388039&&(_0x3cc7c6[_0x411d96(0x18f)]=!![]);}return;}if(!_0x388039)return;for(const _0x5dc17c of _0x5f2121){String(_0x5dc17c[_0x411d96(0x17f)]??'')[_0x411d96(0x165)]()===_0x388039&&(_0x5dc17c[_0x411d96(0x18f)]=!![]);}}export function resolveAppScopeForWrite(_0x1e2f35,_0x5b7dae,_0x315aca){const _0x4736f4=a28_0x4dd0;if(_0x5b7dae)return _0x4736f4(0x164);const _0x208b35=_0x315aca['projectConfig'][_0x4736f4(0x178)]&&typeof _0x315aca[_0x4736f4(0x186)]['apps']===_0x4736f4(0x15f)?_0x315aca[_0x4736f4(0x186)][_0x4736f4(0x178)]:{},_0x5ba431=_0x315aca[_0x4736f4(0x18c)][_0x4736f4(0x178)]&&typeof _0x315aca[_0x4736f4(0x18c)][_0x4736f4(0x178)]===_0x4736f4(0x15f)?_0x315aca[_0x4736f4(0x18c)][_0x4736f4(0x178)]:{};if(Object[_0x4736f4(0x180)][_0x4736f4(0x16f)]['call'](_0x208b35,_0x1e2f35))return'project';if(Object[_0x4736f4(0x180)][_0x4736f4(0x16f)][_0x4736f4(0x17e)](_0x5ba431,_0x1e2f35))return _0x4736f4(0x164);return _0x4736f4(0x166);}function a28_0xb084(){const _0x40b343=['length','get','apps','push','1564997OVfTId','2047053HiDPnm','keys','roleKeys','call','appcode','prototype','27621dhqWJy','9ELrVUI','username','name','221ZuhUmn','projectConfig','currentApp','roleId','isFinite','roles','userId','globalConfig','values','445156JRCsGE','isCurrent','\x20(global)','379092zYzBlW','defaultApp','4JkfndZ','status','object','sort','nickname','map','applyUserList','global','trim','project','5ayFbTk','2282196fWXeCo','userList','roleCode','30LMUAMN','membershipStatus','named','set','hasOwnProperty','877072FgQDIK','appCode','roleName','displayName','ACTIVE','4UcgIEQ'];a28_0xb084=function(){return _0x40b343;};return a28_0xb084();}export function appDefinedIn(_0x11e476,_0x20726a,_0x5172b0){const _0x46570a=a28_0x4dd0,_0x28e89d=Object[_0x46570a(0x180)][_0x46570a(0x16f)]['call'](_0x20726a,_0x11e476),_0x5a226e=Object[_0x46570a(0x180)]['hasOwnProperty'][_0x46570a(0x17e)](_0x5172b0,_0x11e476);if(_0x28e89d&&_0x5a226e)return'both';if(_0x5a226e)return'project';return'global';}export function resolveDefaultAppSource(_0x2ca001){const _0x3afc9e=a28_0x4dd0,_0x32c042=_0x2ca001['projectConfig'][_0x3afc9e(0x178)]&&typeof _0x2ca001[_0x3afc9e(0x186)]['apps']==='object'?_0x2ca001['projectConfig']['apps']:{};if(_0x3afc9e(0x192)in _0x2ca001[_0x3afc9e(0x186)])return _0x3afc9e(0x166);if(Object[_0x3afc9e(0x17c)](_0x32c042)[_0x3afc9e(0x176)]>0x0)return _0x3afc9e(0x166);if(Object[_0x3afc9e(0x17c)](_0x2ca001['projectConfig'])[_0x3afc9e(0x176)]===0x0&&_0x2ca001[_0x3afc9e(0x18c)][_0x3afc9e(0x192)])return _0x3afc9e(0x164);return null;}export function getConfigPath(_0x57772c={}){const _0x168730=a28_0x4dd0,_0x130d9e=_0x57772c[_0x168730(0x164)]?'global':_0x168730(0x166);return resolveWriteConfigPath(_0x130d9e);}function a28_0x4dd0(_0x21a50d,_0x458e75){_0x21a50d=_0x21a50d-0x15e;const _0xb0841f=a28_0xb084();let _0x4dd044=_0xb0841f[_0x21a50d];return _0x4dd044;}export function readConfig(_0x3cbfd7={}){return readConfigFile(getConfigPath(_0x3cbfd7));}export function writeConfig(_0x247d83,_0x20d528={}){writeConfigFile(getConfigPath(_0x20d528),_0x247d83);}export function scopeLabel(_0x3510ea){const _0x11d311=a28_0x4dd0;return _0x3510ea[_0x11d311(0x164)]?_0x11d311(0x190):'';}
@@ -1 +1 @@
1
- const a24_0x2b36eb=a24_0x1878;(function(_0xc4c37c,_0x2d50ab){const _0x2b7c38=a24_0x1878,_0x3a8392=_0xc4c37c();while(!![]){try{const _0x4ee63b=parseInt(_0x2b7c38(0x148))/0x1+-parseInt(_0x2b7c38(0x150))/0x2+parseInt(_0x2b7c38(0x14b))/0x3+-parseInt(_0x2b7c38(0x14f))/0x4*(parseInt(_0x2b7c38(0x149))/0x5)+-parseInt(_0x2b7c38(0x15e))/0x6*(parseInt(_0x2b7c38(0x158))/0x7)+parseInt(_0x2b7c38(0x15c))/0x8+-parseInt(_0x2b7c38(0x14d))/0x9*(parseInt(_0x2b7c38(0x14a))/0xa);if(_0x4ee63b===_0x2d50ab)break;else _0x3a8392['push'](_0x3a8392['shift']());}catch(_0x50c214){_0x3a8392['push'](_0x3a8392['shift']());}}}(a24_0xc23d,0xa3b2d));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a24_0x2b36eb(0x151);function a24_0x1878(_0xbd9f3d,_0x231698){_0xbd9f3d=_0xbd9f3d-0x147;const _0xc23d4e=a24_0xc23d();let _0x18786a=_0xc23d4e[_0xbd9f3d];return _0x18786a;}export const appConfigDelete={'service':a24_0x2b36eb(0x15b),'command':'delete','description':a24_0x2b36eb(0x15d),'risk':a24_0x2b36eb(0x14e),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x5da1e7){readKeyArg(_0x5da1e7);},async 'dryRun'(_0x280397){const _0x340e0e=a24_0x2b36eb,_0x242e9a=readKeyArg(_0x280397),_0x407593=await mustGetByKey(_0x280397['appCode'],_0x242e9a);return asAppConfigDryRunResult(buildMutationData({'operation':_0x340e0e(0x15f),'appCode':_0x280397[_0x340e0e(0x14c)],'key':_0x242e9a,'before':projectAppConfig(_0x407593),'after':null,'dryRun':!![]}),{'method':_0x340e0e(0x152),'url':DELETE_PATH});},async 'execute'(_0x121eab){const _0x546949=a24_0x2b36eb,_0x30a9c3=readKeyArg(_0x121eab),_0x9f5e77=await mustGetByKey(_0x121eab[_0x546949(0x14c)],_0x30a9c3);return await withAppConfigApiBoundary(_0x546949(0x15f),{'appCode':_0x121eab[_0x546949(0x14c)],'key':_0x30a9c3},()=>deleteAppConfig({'appCode':_0x121eab[_0x546949(0x14c)],'id':requireAppConfigId(_0x9f5e77,_0x30a9c3,_0x121eab['appCode'])})),{'ok':!![],'data':buildMutationData({'operation':'delete','appCode':_0x121eab[_0x546949(0x14c)],'key':_0x30a9c3,'before':projectAppConfig(_0x9f5e77),'after':null,'dryRun':![]}),'message':_0x546949(0x155)+_0x30a9c3};}};async function mustGetByKey(_0x12c859,_0x4c32ff){const _0x17d6d4=a24_0x2b36eb,_0x4bab28=await withAppConfigApiBoundary(_0x17d6d4(0x153),{'appCode':_0x12c859,'key':_0x4c32ff},()=>getAppConfigByKey(_0x12c859,_0x4c32ff));if(!_0x4bab28)throw CliErrors[_0x17d6d4(0x157)]('App\x20config\x20key\x20not\x20found:\x20'+_0x4c32ff,_0x17d6d4(0x160)+_0x12c859);return _0x4bab28;}function requireAppConfigId(_0x42c44c,_0x1c3e3c,_0x426b8b){const _0x363f79=a24_0x2b36eb;if(typeof _0x42c44c['id']===_0x363f79(0x154)&&Number[_0x363f79(0x156)](_0x42c44c['id'])&&_0x42c44c['id']>0x0)return _0x42c44c['id'];throw CliErrors[_0x363f79(0x159)](_0x363f79(0x147)+_0x1c3e3c+_0x363f79(0x15a)+_0x426b8b);}function a24_0xc23d(){const _0x531beb=['/smartapi/app-config/delete','POST','get','number','Deleted\x20app\x20config\x20','isFinite','validation','57295nOXgfc','apiError',',\x20appCode=','app-config','7218880BdtpwA','Delete\x20one\x20runtime\x20app-config\x20key','6STesaD','delete','appCode:\x20','App\x20config\x20server\x20id\x20missing\x20for\x20key=','1000281JkhGCP','10rDTCbJ','1495910NiTWSX','3014610ayHnZK','appCode','9ZsCNEM','high-risk-write','2222252vZViYJ','1936200dutnRs'];a24_0xc23d=function(){return _0x531beb;};return a24_0xc23d();}
1
+ const a29_0xfd8784=a29_0x557d;(function(_0x546676,_0x1f5ad8){const _0x18c7b9=a29_0x557d,_0x11b7a2=_0x546676();while(!![]){try{const _0x43d12d=-parseInt(_0x18c7b9(0x150))/0x1+-parseInt(_0x18c7b9(0x154))/0x2+parseInt(_0x18c7b9(0x151))/0x3+parseInt(_0x18c7b9(0x147))/0x4+parseInt(_0x18c7b9(0x14c))/0x5+parseInt(_0x18c7b9(0x14f))/0x6*(-parseInt(_0x18c7b9(0x155))/0x7)+-parseInt(_0x18c7b9(0x14e))/0x8;if(_0x43d12d===_0x1f5ad8)break;else _0x11b7a2['push'](_0x11b7a2['shift']());}catch(_0x4f6737){_0x11b7a2['push'](_0x11b7a2['shift']());}}}(a29_0x550b,0x61ffa));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a29_0x557d(_0x1264a4,_0x36ed9d){_0x1264a4=_0x1264a4-0x141;const _0x550b2b=a29_0x550b();let _0x557d03=_0x550b2b[_0x1264a4];return _0x557d03;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH='/smartapi/app-config/delete';export const appConfigDelete={'service':a29_0xfd8784(0x141),'command':a29_0xfd8784(0x145),'description':a29_0xfd8784(0x14b),'risk':a29_0xfd8784(0x146),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x2f7dea){readKeyArg(_0x2f7dea);},async 'dryRun'(_0xb1a159){const _0x11a8bf=a29_0xfd8784,_0x569594=readKeyArg(_0xb1a159),_0x4c14a4=await mustGetByKey(_0xb1a159[_0x11a8bf(0x142)],_0x569594);return asAppConfigDryRunResult(buildMutationData({'operation':_0x11a8bf(0x145),'appCode':_0xb1a159['appCode'],'key':_0x569594,'before':projectAppConfig(_0x4c14a4),'after':null,'dryRun':!![]}),{'method':_0x11a8bf(0x148),'url':DELETE_PATH});},async 'execute'(_0x5a5ffc){const _0x3f284c=a29_0xfd8784,_0x4dc16a=readKeyArg(_0x5a5ffc),_0x15024c=await mustGetByKey(_0x5a5ffc[_0x3f284c(0x142)],_0x4dc16a);return await withAppConfigApiBoundary(_0x3f284c(0x145),{'appCode':_0x5a5ffc['appCode'],'key':_0x4dc16a},()=>deleteAppConfig({'appCode':_0x5a5ffc['appCode'],'id':requireAppConfigId(_0x15024c,_0x4dc16a,_0x5a5ffc[_0x3f284c(0x142)])})),{'ok':!![],'data':buildMutationData({'operation':_0x3f284c(0x145),'appCode':_0x5a5ffc[_0x3f284c(0x142)],'key':_0x4dc16a,'before':projectAppConfig(_0x15024c),'after':null,'dryRun':![]}),'message':_0x3f284c(0x143)+_0x4dc16a};}};async function mustGetByKey(_0x658073,_0x32ae63){const _0xff026b=a29_0xfd8784,_0x1cf610=await withAppConfigApiBoundary(_0xff026b(0x144),{'appCode':_0x658073,'key':_0x32ae63},()=>getAppConfigByKey(_0x658073,_0x32ae63));if(!_0x1cf610)throw CliErrors[_0xff026b(0x14d)](_0xff026b(0x153)+_0x32ae63,'appCode:\x20'+_0x658073);return _0x1cf610;}function a29_0x550b(){const _0x298beb=['3940190KDxycM','validation','6440488BxdWJZ','676056wSqpwl','503939OEsDiW','2224779cUyTTW',',\x20appCode=','App\x20config\x20key\x20not\x20found:\x20','1001880dhcVlx','7IZDBzi','number','app-config','appCode','Deleted\x20app\x20config\x20','get','delete','high-risk-write','3177548Jbdcyi','POST','App\x20config\x20server\x20id\x20missing\x20for\x20key=','isFinite','Delete\x20one\x20runtime\x20app-config\x20key'];a29_0x550b=function(){return _0x298beb;};return a29_0x550b();}function requireAppConfigId(_0x3e1618,_0x5bfa34,_0x361ea6){const _0x1d1c62=a29_0xfd8784;if(typeof _0x3e1618['id']===_0x1d1c62(0x156)&&Number[_0x1d1c62(0x14a)](_0x3e1618['id'])&&_0x3e1618['id']>0x0)return _0x3e1618['id'];throw CliErrors['apiError'](_0x1d1c62(0x149)+_0x5bfa34+_0x1d1c62(0x152)+_0x361ea6);}
@@ -1 +1 @@
1
- const a25_0xe36777=a25_0x3bf8;(function(_0x4f7d9f,_0x3e7c74){const _0x52a82e=a25_0x3bf8,_0x4255de=_0x4f7d9f();while(!![]){try{const _0x5b3561=-parseInt(_0x52a82e(0x140))/0x1+parseInt(_0x52a82e(0x144))/0x2+-parseInt(_0x52a82e(0x13c))/0x3+-parseInt(_0x52a82e(0x13e))/0x4+-parseInt(_0x52a82e(0x137))/0x5+parseInt(_0x52a82e(0x13b))/0x6+parseInt(_0x52a82e(0x132))/0x7*(parseInt(_0x52a82e(0x136))/0x8);if(_0x5b3561===_0x3e7c74)break;else _0x4255de['push'](_0x4255de['shift']());}catch(_0x674b63){_0x4255de['push'](_0x4255de['shift']());}}}(a25_0x4386,0xd4431));import{getAppConfigByKey}from'../../core/api-client.js';function a25_0x4386(){const _0x44d1ed=['get','validation','4307718Jqnivl','205056lRLULH','bool','6810472oLnUOZ','Loaded\x20app\x20config\x20','772012yrcUvo','read','\x20with\x20value\x20revealed','appCode:\x20','2944168JhmLOJ','\x20with\x20value\x20redacted','6807388tmxNuZ','appCode','app-config','reveal','24ujVYoX','8475410VPXmCz','App\x20config\x20key\x20not\x20found:\x20'];a25_0x4386=function(){return _0x44d1ed;};return a25_0x4386();}function a25_0x3bf8(_0x42b92f,_0x4c1502){_0x42b92f=_0x42b92f-0x132;const _0x4386b9=a25_0x4386();let _0x3bf8f7=_0x4386b9[_0x42b92f];return _0x3bf8f7;}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a25_0xe36777(0x134),'command':a25_0xe36777(0x139),'description':'Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','risk':a25_0xe36777(0x141),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x1c2dee){readKeyArg(_0x1c2dee);},async 'execute'(_0x25e676){const _0x3bbf21=a25_0xe36777,_0x5b6894=readKeyArg(_0x25e676),_0x170b6a=await withAppConfigApiBoundary(_0x3bbf21(0x139),{'appCode':_0x25e676[_0x3bbf21(0x133)],'key':_0x5b6894},()=>getAppConfigByKey(_0x25e676[_0x3bbf21(0x133)],_0x5b6894));if(!_0x170b6a)throw CliErrors[_0x3bbf21(0x13a)](_0x3bbf21(0x138)+_0x5b6894,_0x3bbf21(0x143)+_0x25e676[_0x3bbf21(0x133)]);const _0x31dcc7=projectAppConfig(_0x170b6a,{'reveal':_0x25e676[_0x3bbf21(0x13d)](_0x3bbf21(0x135))});return{'ok':!![],'data':{'config':_0x31dcc7},'message':_0x25e676[_0x3bbf21(0x13d)]('reveal')?_0x3bbf21(0x13f)+_0x5b6894+_0x3bbf21(0x142):_0x3bbf21(0x13f)+_0x5b6894+_0x3bbf21(0x145)};}};
1
+ const a30_0x59069e=a30_0x3b5b;(function(_0x4578fe,_0x46bc7e){const _0x270872=a30_0x3b5b,_0x3ed892=_0x4578fe();while(!![]){try{const _0x241025=-parseInt(_0x270872(0x80))/0x1+parseInt(_0x270872(0x7b))/0x2+parseInt(_0x270872(0x8b))/0x3+parseInt(_0x270872(0x85))/0x4*(parseInt(_0x270872(0x8a))/0x5)+-parseInt(_0x270872(0x8d))/0x6*(-parseInt(_0x270872(0x7d))/0x7)+-parseInt(_0x270872(0x90))/0x8*(-parseInt(_0x270872(0x88))/0x9)+-parseInt(_0x270872(0x87))/0xa;if(_0x241025===_0x46bc7e)break;else _0x3ed892['push'](_0x3ed892['shift']());}catch(_0x262e34){_0x3ed892['push'](_0x3ed892['shift']());}}}(a30_0x2006,0xa5aae));import{getAppConfigByKey}from'../../core/api-client.js';function a30_0x2006(){const _0x5543d0=['app-config','get','24032iooPJJ','1545896sUXNdX','\x20with\x20value\x20revealed','7AfsvZh','bool','reveal','674209DTrXQW','read','\x20with\x20value\x20redacted','Loaded\x20app\x20config\x20','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','579208dxJSFA','appCode','13677420xKgFmB','1125XdLUoH','validation','35bHwihB','1072224akkQlv','App\x20config\x20key\x20not\x20found:\x20','1206330XFubEp'];a30_0x2006=function(){return _0x5543d0;};return a30_0x2006();}function a30_0x3b5b(_0x254c5a,_0x25c371){_0x254c5a=_0x254c5a-0x7b;const _0x2006a9=a30_0x2006();let _0x3b5bf7=_0x2006a9[_0x254c5a];return _0x3b5bf7;}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a30_0x59069e(0x8e),'command':a30_0x59069e(0x8f),'description':a30_0x59069e(0x84),'risk':a30_0x59069e(0x81),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x34e69a){readKeyArg(_0x34e69a);},async 'execute'(_0x1ecd78){const _0x564a84=a30_0x59069e,_0x4ef5b7=readKeyArg(_0x1ecd78),_0x331e3f=await withAppConfigApiBoundary('get',{'appCode':_0x1ecd78[_0x564a84(0x86)],'key':_0x4ef5b7},()=>getAppConfigByKey(_0x1ecd78['appCode'],_0x4ef5b7));if(!_0x331e3f)throw CliErrors[_0x564a84(0x89)](_0x564a84(0x8c)+_0x4ef5b7,'appCode:\x20'+_0x1ecd78[_0x564a84(0x86)]);const _0x24dff7=projectAppConfig(_0x331e3f,{'reveal':_0x1ecd78[_0x564a84(0x7e)](_0x564a84(0x7f))});return{'ok':!![],'data':{'config':_0x24dff7},'message':_0x1ecd78[_0x564a84(0x7e)](_0x564a84(0x7f))?_0x564a84(0x83)+_0x4ef5b7+_0x564a84(0x7c):_0x564a84(0x83)+_0x4ef5b7+_0x564a84(0x82)};}};
@@ -1 +1 @@
1
- (function(_0x2aa682,_0x348b9f){const _0x446c50=a26_0x2e7c,_0x697d5e=_0x2aa682();while(!![]){try{const _0x779959=-parseInt(_0x446c50(0xf7))/0x1+parseInt(_0x446c50(0xf8))/0x2+-parseInt(_0x446c50(0xf5))/0x3+parseInt(_0x446c50(0xfa))/0x4*(-parseInt(_0x446c50(0xf6))/0x5)+parseInt(_0x446c50(0xfd))/0x6*(parseInt(_0x446c50(0xf9))/0x7)+parseInt(_0x446c50(0xfc))/0x8*(parseInt(_0x446c50(0xf4))/0x9)+parseInt(_0x446c50(0xfb))/0xa;if(_0x779959===_0x348b9f)break;else _0x697d5e['push'](_0x697d5e['shift']());}catch(_0x305cee){_0x697d5e['push'](_0x697d5e['shift']());}}}(a26_0x4a73,0x4ab23));function a26_0x2e7c(_0x804d59,_0x235f64){_0x804d59=_0x804d59-0xf4;const _0x4a73a0=a26_0x4a73();let _0x2e7cb3=_0x4a73a0[_0x804d59];return _0x2e7cb3;}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];function a26_0x4a73(){const _0x5cca39=['229397aTkfGO','716smpEhR','2240350abBJbl','448JUCcFj','36zEIyBh','63675EXYcuM','47280kJrrkq','7985ucBamj','444219HGBAzK','469872zEYTkw'];a26_0x4a73=function(){return _0x5cca39;};return a26_0x4a73();}
1
+ (function(_0x538514,_0xb325ce){const _0x5143f3=a31_0x37cf,_0x5147ee=_0x538514();while(!![]){try{const _0x198dd2=-parseInt(_0x5143f3(0x1bd))/0x1+-parseInt(_0x5143f3(0x1c0))/0x2+parseInt(_0x5143f3(0x1be))/0x3*(parseInt(_0x5143f3(0x1bc))/0x4)+parseInt(_0x5143f3(0x1c2))/0x5+parseInt(_0x5143f3(0x1bf))/0x6+parseInt(_0x5143f3(0x1c3))/0x7+-parseInt(_0x5143f3(0x1c1))/0x8;if(_0x198dd2===_0xb325ce)break;else _0x5147ee['push'](_0x5147ee['shift']());}catch(_0xc0153c){_0x5147ee['push'](_0x5147ee['shift']());}}}(a31_0x8a08,0x5d3f3));function a31_0x37cf(_0xb17dfd,_0x4e5207){_0xb17dfd=_0xb17dfd-0x1bc;const _0x8a0866=a31_0x8a08();let _0x37cfe3=_0x8a0866[_0xb17dfd];return _0x37cfe3;}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];function a31_0x8a08(){const _0x1284df=['4mwkOxV','69994JAuAHa','544953jtCOJa','1373790yjBhRt','167894yngnqh','7197472qvAFvx','2213580nzFfqz','4075624QAPuPg'];a31_0x8a08=function(){return _0x1284df;};return a31_0x8a08();}
@@ -1 +1 @@
1
- const a27_0x261e1b=a27_0x4de7;function a27_0x45f8(){const _0x46d9b5=['4973140ImoRAi','Found\x20','2746944nfTvEj','trim','657102bEHDgN','\x20app\x20config(s)','Filter\x20by\x20exact\x20config\x20key','15KKFLxv','2531658Vzycxd','key','4546880wzWZHC','appCode','map','22DbpKmB','1742cYTZiW','list','str','161IIhbAO','631816eeJVdE','length','1958Grirgw'];a27_0x45f8=function(){return _0x46d9b5;};return a27_0x45f8();}(function(_0x2fadd0,_0x169d95){const _0x3ed004=a27_0x4de7,_0x566bda=_0x2fadd0();while(!![]){try{const _0x4f209f=-parseInt(_0x3ed004(0xa4))/0x1*(-parseInt(_0x3ed004(0xaa))/0x2)+parseInt(_0x3ed004(0xaf))/0x3+-parseInt(_0x3ed004(0xb5))/0x4+-parseInt(_0x3ed004(0xb2))/0x5*(-parseInt(_0x3ed004(0xb3))/0x6)+parseInt(_0x3ed004(0xa7))/0x7*(-parseInt(_0x3ed004(0xa8))/0x8)+-parseInt(_0x3ed004(0xad))/0x9+-parseInt(_0x3ed004(0xab))/0xa*(-parseInt(_0x3ed004(0xa3))/0xb);if(_0x4f209f===_0x169d95)break;else _0x566bda['push'](_0x566bda['shift']());}catch(_0x5a12d3){_0x566bda['push'](_0x566bda['shift']());}}}(a27_0x45f8,0xe2326));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a27_0x4de7(_0xfb0547,_0x2db3a7){_0xfb0547=_0xfb0547-0xa3;const _0x45f888=a27_0x45f8();let _0x4de7a4=_0x45f888[_0xfb0547];return _0x4de7a4;}export const appConfigList={'service':'app-config','command':a27_0x261e1b(0xa5),'description':'List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':'key','type':'string','description':a27_0x261e1b(0xb1)},TAGS_FLAG],async 'validate'(_0x548c5a){const _0x155e8b=a27_0x261e1b,_0x472f26=_0x548c5a['str'](_0x155e8b(0xb4))[_0x155e8b(0xae)]();if(_0x472f26)validateKey(_0x472f26);readOptionalTags(_0x548c5a);},async 'execute'(_0x17588e){const _0x33c124=a27_0x261e1b,_0x4a18bd=_0x17588e[_0x33c124(0xa6)](_0x33c124(0xb4))[_0x33c124(0xae)]()||undefined,_0x3f6aeb=readOptionalTags(_0x17588e),_0x2602ca=await withAppConfigApiBoundary(_0x33c124(0xa5),{'appCode':_0x17588e[_0x33c124(0xb6)]},()=>listAppConfigs(_0x17588e[_0x33c124(0xb6)],{'key':_0x4a18bd,'tags':_0x3f6aeb})),_0x56dbfd=_0x2602ca[_0x33c124(0xb7)](_0x1ecae7=>projectAppConfig(_0x1ecae7));return{'ok':!![],'data':{'appCode':_0x17588e['appCode'],'count':_0x56dbfd[_0x33c124(0xa9)],'configs':_0x56dbfd},'message':_0x33c124(0xac)+_0x56dbfd[_0x33c124(0xa9)]+_0x33c124(0xb0)};}};
1
+ function a32_0x1bb3(_0x176413,_0x1fdc8f){_0x176413=_0x176413-0x149;const _0x109f9e=a32_0x109f();let _0x1bb3b3=_0x109f9e[_0x176413];return _0x1bb3b3;}const a32_0x420751=a32_0x1bb3;(function(_0x1ba569,_0x4846c3){const _0x2ab22c=a32_0x1bb3,_0x8db4a3=_0x1ba569();while(!![]){try{const _0xdc3a8=-parseInt(_0x2ab22c(0x14e))/0x1+parseInt(_0x2ab22c(0x156))/0x2+-parseInt(_0x2ab22c(0x154))/0x3*(-parseInt(_0x2ab22c(0x157))/0x4)+-parseInt(_0x2ab22c(0x14b))/0x5+parseInt(_0x2ab22c(0x159))/0x6+-parseInt(_0x2ab22c(0x151))/0x7+parseInt(_0x2ab22c(0x15a))/0x8*(parseInt(_0x2ab22c(0x158))/0x9);if(_0xdc3a8===_0x4846c3)break;else _0x8db4a3['push'](_0x8db4a3['shift']());}catch(_0x3547f0){_0x8db4a3['push'](_0x8db4a3['shift']());}}}(a32_0x109f,0x1f6d2));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a32_0x109f(){const _0x5b4901=['15232STXAOb','6687eSKufs','1305996XuTOLS','400jaOBcu','string','read','length','list','appCode','trim','782465EadyuN','app-config','str','13171VRTcsq','Filter\x20by\x20exact\x20config\x20key','key','474334QnpxWJ','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','\x20app\x20config(s)','24rtiAkY','map','161736FaUOOn'];a32_0x109f=function(){return _0x5b4901;};return a32_0x109f();}export const appConfigList={'service':a32_0x420751(0x14c),'command':a32_0x420751(0x15e),'description':a32_0x420751(0x152),'risk':a32_0x420751(0x15c),'flags':[APPCODE_FLAG_OPTIONAL,{'name':'key','type':a32_0x420751(0x15b),'description':a32_0x420751(0x14f)},TAGS_FLAG],async 'validate'(_0x184db9){const _0x59aac0=a32_0x420751,_0x197a69=_0x184db9[_0x59aac0(0x14d)](_0x59aac0(0x150))[_0x59aac0(0x14a)]();if(_0x197a69)validateKey(_0x197a69);readOptionalTags(_0x184db9);},async 'execute'(_0x34655a){const _0x327468=a32_0x420751,_0x2ecbe1=_0x34655a[_0x327468(0x14d)]('key')[_0x327468(0x14a)]()||undefined,_0x1b487e=readOptionalTags(_0x34655a),_0x5aaf2e=await withAppConfigApiBoundary(_0x327468(0x15e),{'appCode':_0x34655a[_0x327468(0x149)]},()=>listAppConfigs(_0x34655a['appCode'],{'key':_0x2ecbe1,'tags':_0x1b487e})),_0x43b4df=_0x5aaf2e[_0x327468(0x155)](_0x483bc1=>projectAppConfig(_0x483bc1));return{'ok':!![],'data':{'appCode':_0x34655a[_0x327468(0x149)],'count':_0x43b4df[_0x327468(0x15d)],'configs':_0x43b4df},'message':'Found\x20'+_0x43b4df['length']+_0x327468(0x153)};}};
@@ -1 +1 @@
1
- const a28_0x17273f=a28_0x4499;(function(_0x5ac33a,_0x1c8484){const _0x4de31e=a28_0x4499,_0xef4690=_0x5ac33a();while(!![]){try{const _0x522ef8=-parseInt(_0x4de31e(0x141))/0x1+parseInt(_0x4de31e(0x142))/0x2*(parseInt(_0x4de31e(0x13e))/0x3)+-parseInt(_0x4de31e(0x147))/0x4+-parseInt(_0x4de31e(0x151))/0x5*(-parseInt(_0x4de31e(0x140))/0x6)+parseInt(_0x4de31e(0x13b))/0x7+parseInt(_0x4de31e(0x13d))/0x8+-parseInt(_0x4de31e(0x143))/0x9;if(_0x522ef8===_0x1c8484)break;else _0xef4690['push'](_0xef4690['shift']());}catch(_0x8c99db){_0xef4690['push'](_0xef4690['shift']());}}}(a28_0x2a20,0x2bb7b));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a28_0x4499(_0x5ebba8,_0x18e17e){_0x5ebba8=_0x5ebba8-0x139;const _0x2a200e=a28_0x2a20();let _0x449904=_0x2a200e[_0x5ebba8];return _0x449904;}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';function a28_0x2a20(){const _0x4e9377=['1430032GFUdng','Read\x20config\x20value\x20from\x20file','Updated','get','write','create','/smartapi/app-config/create','update','tags','isFinite','1019640vrGocS','appCode','POST','set','app-config','App\x20config\x20server\x20id\x20missing\x20for\x20key=','\x20app\x20config\x20','887474RQuaIj','apiError','1599928dPylRx','36scQyGo','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','6ydkKVr','12086QNFhFh','51396WBVrAW','2613744BPfOpS','number',',\x20appCode=','Created'];a28_0x2a20=function(){return _0x4e9377;};return a28_0x2a20();}const CREATE_PATH=a28_0x17273f(0x14d),UPDATE_PATH='/smartapi/app-config/update';export const appConfigSet={'service':a28_0x17273f(0x155),'command':a28_0x17273f(0x154),'description':a28_0x17273f(0x13f),'risk':a28_0x17273f(0x14b),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':'file','type':'string','description':a28_0x17273f(0x148)}],async 'validate'(_0x27d8ab){readKeyArg(_0x27d8ab),readOptionalTags(_0x27d8ab),assertSingleValueSource(_0x27d8ab);},async 'dryRun'(_0x550de){const _0x164a8a=a28_0x17273f,_0x57e653=readKeyArg(_0x550de),_0x179fda=readOptionalTags(_0x550de),_0x2bb1b7=assertSingleValueSource(_0x550de);await assertValueSourceReadable(_0x2bb1b7);const _0x5a4980=await withAppConfigApiBoundary(_0x164a8a(0x14a),{'appCode':_0x550de[_0x164a8a(0x152)],'key':_0x57e653},()=>getAppConfigByKey(_0x550de[_0x164a8a(0x152)],_0x57e653)),_0x4d2eb1=_0x5a4980?_0x164a8a(0x14e):_0x164a8a(0x14c),_0x34d64b=_0x5a4980?projectAppConfig(_0x5a4980):null,_0x58a4b0=plannedAppConfig({'appCode':_0x550de[_0x164a8a(0x152)],'key':_0x57e653,'tags':_0x179fda??_0x5a4980?.['tags'],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x4d2eb1,'appCode':_0x550de[_0x164a8a(0x152)],'key':_0x57e653,'before':_0x34d64b,'after':_0x58a4b0,'dryRun':!![]}),{'method':_0x164a8a(0x153),'url':_0x4d2eb1==='update'?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x4e23f1){const _0x21b38c=a28_0x17273f,_0x1f88d2=readKeyArg(_0x4e23f1),_0x1a18cc=readOptionalTags(_0x4e23f1),_0x1542fe=await withAppConfigApiBoundary(_0x21b38c(0x14a),{'appCode':_0x4e23f1[_0x21b38c(0x152)],'key':_0x1f88d2},()=>getAppConfigByKey(_0x4e23f1[_0x21b38c(0x152)],_0x1f88d2)),_0x17413c=_0x1542fe?projectAppConfig(_0x1542fe):null,_0xb61f5a=_0x1542fe?_0x21b38c(0x14e):_0x21b38c(0x14c),{value:_0x576b89,warnings:_0x437f48}=await readAppConfigValue(_0x4e23f1),_0x49320a={'appCode':_0x4e23f1[_0x21b38c(0x152)],'key':_0x1f88d2,'value':_0x576b89,'tags':_0x1a18cc??_0x1542fe?.[_0x21b38c(0x14f)]??undefined};await withAppConfigApiBoundary(_0xb61f5a,{'appCode':_0x4e23f1['appCode'],'key':_0x1f88d2},async()=>{_0x1542fe?await updateAppConfig({..._0x49320a,'id':requireAppConfigId(_0x1542fe,_0x1f88d2,_0x4e23f1['appCode'])}):await createAppConfig(_0x49320a);});const _0x2dd118=await withAppConfigApiBoundary(_0x21b38c(0x14a),{'appCode':_0x4e23f1[_0x21b38c(0x152)],'key':_0x1f88d2},()=>getAppConfigByKey(_0x4e23f1[_0x21b38c(0x152)],_0x1f88d2)),_0x36a9d9=_0x2dd118?projectAppConfig(_0x2dd118):plannedAppConfig({'appCode':_0x4e23f1[_0x21b38c(0x152)],'key':_0x1f88d2,'tags':_0x49320a[_0x21b38c(0x14f)],'hasValue':_0x576b89!==''});return{'ok':!![],'data':buildMutationData({'operation':_0xb61f5a,'appCode':_0x4e23f1[_0x21b38c(0x152)],'key':_0x1f88d2,'before':_0x17413c,'after':_0x36a9d9,'dryRun':![],'warnings':_0x437f48}),'message':(_0xb61f5a==='update'?_0x21b38c(0x149):_0x21b38c(0x146))+_0x21b38c(0x13a)+_0x1f88d2};}};function requireAppConfigId(_0x4bac5e,_0x2d821f,_0x2283f5){const _0xb7b8b6=a28_0x17273f;if(typeof _0x4bac5e['id']===_0xb7b8b6(0x144)&&Number[_0xb7b8b6(0x150)](_0x4bac5e['id'])&&_0x4bac5e['id']>0x0)return _0x4bac5e['id'];throw CliErrors[_0xb7b8b6(0x13c)](_0xb7b8b6(0x139)+_0x2d821f+_0xb7b8b6(0x145)+_0x2283f5);}
1
+ function a33_0x4d60(_0xe7083a,_0x718bc5){_0xe7083a=_0xe7083a-0x1b6;const _0x5a91e3=a33_0x5a91();let _0x4d6015=_0x5a91e3[_0xe7083a];return _0x4d6015;}const a33_0x41114f=a33_0x4d60;(function(_0x5c4032,_0x47b8b0){const _0x31df7c=a33_0x4d60,_0x3b85db=_0x5c4032();while(!![]){try{const _0x65cad3=-parseInt(_0x31df7c(0x1b6))/0x1+parseInt(_0x31df7c(0x1d4))/0x2+parseInt(_0x31df7c(0x1c9))/0x3*(-parseInt(_0x31df7c(0x1c7))/0x4)+-parseInt(_0x31df7c(0x1d2))/0x5*(parseInt(_0x31df7c(0x1c1))/0x6)+parseInt(_0x31df7c(0x1ba))/0x7*(-parseInt(_0x31df7c(0x1d3))/0x8)+parseInt(_0x31df7c(0x1d5))/0x9*(parseInt(_0x31df7c(0x1bd))/0xa)+parseInt(_0x31df7c(0x1c5))/0xb;if(_0x65cad3===_0x47b8b0)break;else _0x3b85db['push'](_0x3b85db['shift']());}catch(_0x4ac58e){_0x3b85db['push'](_0x3b85db['shift']());}}}(a33_0x5a91,0xa801e));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertSingleValueSource,assertValueSourceReadable,asAppConfigDryRunResult,buildMutationData,FROM_ENV_FLAG,KEY_ARG,plannedAppConfig,projectAppConfig,readAppConfigValue,readKeyArg,readOptionalTags,STDIN_FLAG,TAGS_FLAG,VALUE_ARG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const CREATE_PATH='/smartapi/app-config/create',UPDATE_PATH='/smartapi/app-config/update';function a33_0x5a91(){const _0x438c7c=['31071117lUEpue','file','4JHFLmP','isFinite','2296119FLAQHY','App\x20config\x20server\x20id\x20missing\x20for\x20key=','appCode','string','POST','write','\x20app\x20config\x20','app-config','Read\x20config\x20value\x20from\x20file','948845SuPnjz','712DzsDiu','1383792bczCpH','9HGhzuL','170212LkkmQz','create','get','Created','92302lhMgzQ','tags','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','2295990nbOIsb',',\x20appCode=','number','set','30gUfzNT','update','Updated','apiError'];a33_0x5a91=function(){return _0x438c7c;};return a33_0x5a91();}export const appConfigSet={'service':a33_0x41114f(0x1d0),'command':a33_0x41114f(0x1c0),'description':a33_0x41114f(0x1bc),'risk':a33_0x41114f(0x1ce),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a33_0x41114f(0x1c6),'type':a33_0x41114f(0x1cc),'description':a33_0x41114f(0x1d1)}],async 'validate'(_0x5a4ac6){readKeyArg(_0x5a4ac6),readOptionalTags(_0x5a4ac6),assertSingleValueSource(_0x5a4ac6);},async 'dryRun'(_0x178e3b){const _0x15d156=a33_0x41114f,_0x5b9b5f=readKeyArg(_0x178e3b),_0x3635e1=readOptionalTags(_0x178e3b),_0x26200a=assertSingleValueSource(_0x178e3b);await assertValueSourceReadable(_0x26200a);const _0x31e130=await withAppConfigApiBoundary(_0x15d156(0x1b8),{'appCode':_0x178e3b[_0x15d156(0x1cb)],'key':_0x5b9b5f},()=>getAppConfigByKey(_0x178e3b[_0x15d156(0x1cb)],_0x5b9b5f)),_0x393287=_0x31e130?_0x15d156(0x1c2):'create',_0x3aa36c=_0x31e130?projectAppConfig(_0x31e130):null,_0x16da03=plannedAppConfig({'appCode':_0x178e3b[_0x15d156(0x1cb)],'key':_0x5b9b5f,'tags':_0x3635e1??_0x31e130?.[_0x15d156(0x1bb)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x393287,'appCode':_0x178e3b['appCode'],'key':_0x5b9b5f,'before':_0x3aa36c,'after':_0x16da03,'dryRun':!![]}),{'method':_0x15d156(0x1cd),'url':_0x393287==='update'?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x1b205d){const _0xc6c49e=a33_0x41114f,_0x206425=readKeyArg(_0x1b205d),_0xdf21aa=readOptionalTags(_0x1b205d),_0x4b0cc2=await withAppConfigApiBoundary(_0xc6c49e(0x1b8),{'appCode':_0x1b205d[_0xc6c49e(0x1cb)],'key':_0x206425},()=>getAppConfigByKey(_0x1b205d[_0xc6c49e(0x1cb)],_0x206425)),_0x262bea=_0x4b0cc2?projectAppConfig(_0x4b0cc2):null,_0x32a06b=_0x4b0cc2?'update':_0xc6c49e(0x1b7),{value:_0x436cc8,warnings:_0x45c740}=await readAppConfigValue(_0x1b205d),_0x4f3858={'appCode':_0x1b205d[_0xc6c49e(0x1cb)],'key':_0x206425,'value':_0x436cc8,'tags':_0xdf21aa??_0x4b0cc2?.[_0xc6c49e(0x1bb)]??undefined};await withAppConfigApiBoundary(_0x32a06b,{'appCode':_0x1b205d[_0xc6c49e(0x1cb)],'key':_0x206425},async()=>{const _0x4f43fe=_0xc6c49e;_0x4b0cc2?await updateAppConfig({..._0x4f3858,'id':requireAppConfigId(_0x4b0cc2,_0x206425,_0x1b205d[_0x4f43fe(0x1cb)])}):await createAppConfig(_0x4f3858);});const _0x119282=await withAppConfigApiBoundary('get',{'appCode':_0x1b205d[_0xc6c49e(0x1cb)],'key':_0x206425},()=>getAppConfigByKey(_0x1b205d[_0xc6c49e(0x1cb)],_0x206425)),_0x52edc8=_0x119282?projectAppConfig(_0x119282):plannedAppConfig({'appCode':_0x1b205d[_0xc6c49e(0x1cb)],'key':_0x206425,'tags':_0x4f3858[_0xc6c49e(0x1bb)],'hasValue':_0x436cc8!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x32a06b,'appCode':_0x1b205d[_0xc6c49e(0x1cb)],'key':_0x206425,'before':_0x262bea,'after':_0x52edc8,'dryRun':![],'warnings':_0x45c740}),'message':(_0x32a06b===_0xc6c49e(0x1c2)?_0xc6c49e(0x1c3):_0xc6c49e(0x1b9))+_0xc6c49e(0x1cf)+_0x206425};}};function requireAppConfigId(_0x1ab73b,_0x114fe8,_0x315468){const _0x5b9b73=a33_0x41114f;if(typeof _0x1ab73b['id']===_0x5b9b73(0x1bf)&&Number[_0x5b9b73(0x1c8)](_0x1ab73b['id'])&&_0x1ab73b['id']>0x0)return _0x1ab73b['id'];throw CliErrors[_0x5b9b73(0x1c4)](_0x5b9b73(0x1ca)+_0x114fe8+_0x5b9b73(0x1be)+_0x315468);}