@lovrabet/rabetbase-cli 2.5.3-beta.2 → 2.5.3-beta.4

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 (393) 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.js +1 -1
  49. package/lib/commands/bff/pull.js +1 -1
  50. package/lib/commands/bff/push.js +1 -1
  51. package/lib/commands/bff/status.js +1 -1
  52. package/lib/commands/cli-skill/index.js +1 -1
  53. package/lib/commands/cli-update.js +1 -1
  54. package/lib/commands/codegen/index.js +1 -1
  55. package/lib/commands/codegen/sdk.js +1 -1
  56. package/lib/commands/codegen/sql.js +1 -1
  57. package/lib/commands/common/app-registry.js +1 -1
  58. package/lib/commands/common/app-selector.js +1 -1
  59. package/lib/commands/common/async-task.js +1 -1
  60. package/lib/commands/common/dry-run.js +1 -1
  61. package/lib/commands/common/flags.d.ts +7 -0
  62. package/lib/commands/common/flags.js +1 -1
  63. package/lib/commands/common/local-file.js +1 -1
  64. package/lib/commands/common/validate.js +1 -1
  65. package/lib/commands/config/delete.js +1 -1
  66. package/lib/commands/config/get.js +1 -1
  67. package/lib/commands/config/index.js +1 -1
  68. package/lib/commands/config/init.js +1 -1
  69. package/lib/commands/config/list.js +1 -1
  70. package/lib/commands/config/set.js +1 -1
  71. package/lib/commands/config/shared.js +1 -1
  72. package/lib/commands/dataset/batch-design.js +1 -1
  73. package/lib/commands/dataset/business-group-update.js +1 -1
  74. package/lib/commands/dataset/business-groups.js +1 -1
  75. package/lib/commands/dataset/capability.js +1 -1
  76. package/lib/commands/dataset/cross-relation-create.d.ts +2 -0
  77. package/lib/commands/dataset/cross-relation-create.js +1 -0
  78. package/lib/commands/dataset/cross-relation-delete.d.ts +2 -0
  79. package/lib/commands/dataset/cross-relation-delete.js +1 -0
  80. package/lib/commands/dataset/cross-relation-list.d.ts +2 -0
  81. package/lib/commands/dataset/cross-relation-list.js +1 -0
  82. package/lib/commands/dataset/cross-relation-shared.d.ts +190 -0
  83. package/lib/commands/dataset/cross-relation-shared.js +1 -0
  84. package/lib/commands/dataset/cross-relation-update.d.ts +2 -0
  85. package/lib/commands/dataset/cross-relation-update.js +1 -0
  86. package/lib/commands/dataset/delete.js +1 -1
  87. package/lib/commands/dataset/detail.js +1 -1
  88. package/lib/commands/dataset/extend-update.js +1 -1
  89. package/lib/commands/dataset/field-restore.js +1 -1
  90. package/lib/commands/dataset/field-update.js +1 -1
  91. package/lib/commands/dataset/generate.js +1 -1
  92. package/lib/commands/dataset/index.js +1 -1
  93. package/lib/commands/dataset/list.js +1 -1
  94. package/lib/commands/dataset/operations.js +1 -1
  95. package/lib/commands/dataset/relation-audit.js +1 -1
  96. package/lib/commands/dataset/relation-create.js +1 -1
  97. package/lib/commands/dataset/relation-delete.js +1 -1
  98. package/lib/commands/dataset/relation-shared.js +1 -1
  99. package/lib/commands/dataset/relation-update.js +1 -1
  100. package/lib/commands/dataset/relations.js +1 -1
  101. package/lib/commands/dataset/rename.js +1 -1
  102. package/lib/commands/dataset/restore.js +1 -1
  103. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  104. package/lib/commands/db/analysis-batching.js +1 -1
  105. package/lib/commands/db/analyze-batch-plan.js +1 -1
  106. package/lib/commands/db/analyze-cancel.js +1 -1
  107. package/lib/commands/db/analyze-start.js +1 -1
  108. package/lib/commands/db/analyze-status.js +1 -1
  109. package/lib/commands/db/create.js +1 -1
  110. package/lib/commands/db/delete.js +1 -1
  111. package/lib/commands/db/detail.js +1 -1
  112. package/lib/commands/db/diff-refresh-start.js +1 -1
  113. package/lib/commands/db/diff-refresh-status.js +1 -1
  114. package/lib/commands/db/diff.js +1 -1
  115. package/lib/commands/db/index.js +1 -1
  116. package/lib/commands/db/list.js +1 -1
  117. package/lib/commands/db/shared.js +1 -1
  118. package/lib/commands/db/table-diff-shared.js +1 -1
  119. package/lib/commands/db/tables.js +1 -1
  120. package/lib/commands/db/test.js +1 -1
  121. package/lib/commands/db/update.js +1 -1
  122. package/lib/commands/deployment/index.js +1 -1
  123. package/lib/commands/deployment/sync-all.js +1 -1
  124. package/lib/commands/deployment/sync-jobs.js +1 -1
  125. package/lib/commands/deployment/sync-status.js +1 -1
  126. package/lib/commands/doctor.js +1 -1
  127. package/lib/commands/file/index.js +1 -1
  128. package/lib/commands/flow/create.js +1 -1
  129. package/lib/commands/flow/detail.js +1 -1
  130. package/lib/commands/flow/index.js +1 -1
  131. package/lib/commands/flow/list.js +1 -1
  132. package/lib/commands/flow/publish.js +1 -1
  133. package/lib/commands/flow/runtime-resources-shared.js +1 -1
  134. package/lib/commands/flow/runtime-role-list.js +1 -1
  135. package/lib/commands/flow/runtime-role-user-list.js +1 -1
  136. package/lib/commands/flow/runtime-user-search.js +1 -1
  137. package/lib/commands/flow/shared.js +1 -1
  138. package/lib/commands/flow/update.js +1 -1
  139. package/lib/commands/flow/validate.js +1 -1
  140. package/lib/commands/instant-api-policy/current.js +1 -1
  141. package/lib/commands/instant-api-policy/index.js +1 -1
  142. package/lib/commands/instant-api-policy/init.js +1 -1
  143. package/lib/commands/instant-api-policy/publish.js +1 -1
  144. package/lib/commands/instant-api-policy/pull.js +1 -1
  145. package/lib/commands/instant-api-policy/revision.js +1 -1
  146. package/lib/commands/instant-api-policy/revisions.js +1 -1
  147. package/lib/commands/instant-api-policy/rollback.js +1 -1
  148. package/lib/commands/instant-api-policy/shared.js +1 -1
  149. package/lib/commands/instant-api-policy/validate.js +1 -1
  150. package/lib/commands/issue/index.js +1 -1
  151. package/lib/commands/issue/nudge.js +1 -1
  152. package/lib/commands/issue/report.js +1 -1
  153. package/lib/commands/issue/shared.js +1 -1
  154. package/lib/commands/kb/create.js +1 -1
  155. package/lib/commands/kb/delete.js +1 -1
  156. package/lib/commands/kb/detail.js +1 -1
  157. package/lib/commands/kb/index.js +1 -1
  158. package/lib/commands/kb/list.js +1 -1
  159. package/lib/commands/kb/search.js +1 -1
  160. package/lib/commands/kb/shared.js +1 -1
  161. package/lib/commands/kb/update.js +1 -1
  162. package/lib/commands/logs/index.js +1 -1
  163. package/lib/commands/menu/asset-update.js +1 -1
  164. package/lib/commands/menu/delete.js +1 -1
  165. package/lib/commands/menu/external-link-create.js +1 -1
  166. package/lib/commands/menu/external-link-update.js +1 -1
  167. package/lib/commands/menu/group-create.js +1 -1
  168. package/lib/commands/menu/group-update.js +1 -1
  169. package/lib/commands/menu/index.js +1 -1
  170. package/lib/commands/menu/list.js +1 -1
  171. package/lib/commands/menu/move.js +1 -1
  172. package/lib/commands/menu/regroup-start.js +1 -1
  173. package/lib/commands/menu/rename.js +1 -1
  174. package/lib/commands/menu/shared/compare-table.js +1 -1
  175. package/lib/commands/menu/shared/delete-plan.js +1 -1
  176. package/lib/commands/menu/shared/facts.js +1 -1
  177. package/lib/commands/menu/shared/index.js +1 -1
  178. package/lib/commands/menu/shared/inquirer.js +1 -1
  179. package/lib/commands/menu/shared/local-pages.js +1 -1
  180. package/lib/commands/menu/shared/logic.js +1 -1
  181. package/lib/commands/menu/shared/mutations.js +1 -1
  182. package/lib/commands/menu/shared/service.js +1 -1
  183. package/lib/commands/menu/shared/sync-core.js +1 -1
  184. package/lib/commands/menu/shared/update-core.js +1 -1
  185. package/lib/commands/menu/shared/valid-url.js +1 -1
  186. package/lib/commands/menu/sync.js +1 -1
  187. package/lib/commands/menu/visibility-update.js +1 -1
  188. package/lib/commands/notification/config-create.js +1 -1
  189. package/lib/commands/notification/config-delete.js +1 -1
  190. package/lib/commands/notification/config-list.js +1 -1
  191. package/lib/commands/notification/config-update.js +1 -1
  192. package/lib/commands/notification/index.js +1 -1
  193. package/lib/commands/notification/shared.js +1 -1
  194. package/lib/commands/ocr/index.js +1 -1
  195. package/lib/commands/page/create.js +1 -1
  196. package/lib/commands/page/custom/detail.js +1 -1
  197. package/lib/commands/page/custom/list.js +1 -1
  198. package/lib/commands/page/custom/publish.js +1 -1
  199. package/lib/commands/page/custom/shared.js +1 -1
  200. package/lib/commands/page/custom/syntax.js +1 -1
  201. package/lib/commands/page/custom/update.js +1 -1
  202. package/lib/commands/page/data-list-status.js +1 -1
  203. package/lib/commands/page/generate-start.js +1 -1
  204. package/lib/commands/page/generate-status.js +1 -1
  205. package/lib/commands/page/index.js +1 -1
  206. package/lib/commands/page/pull.js +1 -1
  207. package/lib/commands/page/push.js +1 -1
  208. package/lib/commands/page/relation-audit.js +1 -1
  209. package/lib/commands/page/restore.js +1 -1
  210. package/lib/commands/page/shared.js +1 -1
  211. package/lib/commands/page/sync.js +1 -1
  212. package/lib/commands/project/api-architecture-upgrade.d.ts +28 -0
  213. package/lib/commands/project/api-architecture-upgrade.js +1 -0
  214. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  215. package/lib/commands/project/create/format-elapsed.js +1 -1
  216. package/lib/commands/project/create/main.js +1 -1
  217. package/lib/commands/project/create/materialize-project-template.js +1 -1
  218. package/lib/commands/project/create/project-name.js +1 -1
  219. package/lib/commands/project/create/project-template-archive.js +1 -1
  220. package/lib/commands/project/create/project-template-path.js +1 -1
  221. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  222. package/lib/commands/project/create/use-format-code.js +1 -1
  223. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  224. package/lib/commands/project/domain-routing-sync.js +1 -1
  225. package/lib/commands/project/index.js +1 -1
  226. package/lib/commands/project/upgrade.d.ts +30 -1
  227. package/lib/commands/project/upgrade.js +1 -1
  228. package/lib/commands/registry.js +1 -1
  229. package/lib/commands/role/delete.js +1 -1
  230. package/lib/commands/role/detail.js +1 -1
  231. package/lib/commands/role/index.js +1 -1
  232. package/lib/commands/role/list.js +1 -1
  233. package/lib/commands/role/shared.js +1 -1
  234. package/lib/commands/role/update.js +1 -1
  235. package/lib/commands/role/user-add.js +1 -1
  236. package/lib/commands/role/user-remove.js +1 -1
  237. package/lib/commands/role/user-resolve.js +1 -1
  238. package/lib/commands/rule/get.js +1 -1
  239. package/lib/commands/rule/index.js +1 -1
  240. package/lib/commands/rule/list.js +1 -1
  241. package/lib/commands/rule/set.js +1 -1
  242. package/lib/commands/rule/shared.js +1 -1
  243. package/lib/commands/run/index.js +1 -1
  244. package/lib/commands/schema.js +1 -1
  245. package/lib/commands/sql/create.js +1 -1
  246. package/lib/commands/sql/delete.js +1 -1
  247. package/lib/commands/sql/detail.js +1 -1
  248. package/lib/commands/sql/exec.js +1 -1
  249. package/lib/commands/sql/index.js +1 -1
  250. package/lib/commands/sql/list.js +1 -1
  251. package/lib/commands/sql/pull.js +1 -1
  252. package/lib/commands/sql/push.js +1 -1
  253. package/lib/commands/sql/shared.js +1 -1
  254. package/lib/commands/sql/status.js +1 -1
  255. package/lib/commands/sql/validate.js +1 -1
  256. package/lib/commands/task/index.js +1 -1
  257. package/lib/commands/task/status.js +1 -1
  258. package/lib/commands/tenant/index.js +1 -1
  259. package/lib/commands/tenant/members-list.js +1 -1
  260. package/lib/commands/tenant/shared.js +1 -1
  261. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  262. package/lib/commands/user-account/index.js +1 -1
  263. package/lib/commands/workspace/add.js +1 -1
  264. package/lib/commands/workspace/index.js +1 -1
  265. package/lib/commands/workspace/remove.js +1 -1
  266. package/lib/config/domain-config.js +1 -1
  267. package/lib/config/project-domain-routing.js +1 -1
  268. package/lib/config/region-config.js +1 -1
  269. package/lib/config/schema.js +1 -1
  270. package/lib/constant/cdn.d.ts +5 -3
  271. package/lib/constant/cdn.js +1 -1
  272. package/lib/constant/cli.js +1 -1
  273. package/lib/constant/defaults.js +1 -1
  274. package/lib/constant/domain.js +1 -1
  275. package/lib/constant/env.js +1 -1
  276. package/lib/constant/output.js +1 -1
  277. package/lib/constant/paths.js +1 -1
  278. package/lib/constant/region.js +1 -1
  279. package/lib/constant/risk.js +1 -1
  280. package/lib/constant/routing-profile.js +1 -1
  281. package/lib/context/app-resolver.d.ts +2 -0
  282. package/lib/context/app-resolver.js +1 -1
  283. package/lib/context/auth-resolver.js +1 -1
  284. package/lib/context/config-loader.js +1 -1
  285. package/lib/context.d.ts +2 -1
  286. package/lib/context.js +1 -1
  287. package/lib/core/alias-resolver.d.ts +13 -17
  288. package/lib/core/alias-resolver.js +1 -1
  289. package/lib/core/api-client.d.ts +6 -0
  290. package/lib/core/api-client.js +1 -1
  291. package/lib/core/bff/config.js +1 -1
  292. package/lib/core/bff/file-system.js +1 -1
  293. package/lib/core/bff/hash.js +1 -1
  294. package/lib/core/bff/hook-directory.js +1 -1
  295. package/lib/core/bff/lock.js +1 -1
  296. package/lib/core/bff/utils.js +1 -1
  297. package/lib/core/cross-db-relation.d.ts +41 -0
  298. package/lib/core/cross-db-relation.js +1 -0
  299. package/lib/core/db-resolver.js +1 -1
  300. package/lib/core/flow-config.js +1 -1
  301. package/lib/core/instant-api-policy/config.js +1 -1
  302. package/lib/core/kb-search-client.js +1 -1
  303. package/lib/core/page/file-system.js +1 -1
  304. package/lib/core/page/hash.js +1 -1
  305. package/lib/core/page/lock.js +1 -1
  306. package/lib/core/page/lr-smart-jsx.js +1 -1
  307. package/lib/core/sql-index-auditor.js +1 -1
  308. package/lib/core/sql-sync/config.js +1 -1
  309. package/lib/core/sql-sync/file-system.js +1 -1
  310. package/lib/core/sql-sync/hash.js +1 -1
  311. package/lib/core/sql-sync/lock.js +1 -1
  312. package/lib/core/sql-sync/utils.js +1 -1
  313. package/lib/core/sql-validator.js +1 -1
  314. package/lib/errors.js +1 -1
  315. package/lib/framework/build-all-flags.js +1 -1
  316. package/lib/framework/error-output.js +1 -1
  317. package/lib/framework/explicit-yes.js +1 -1
  318. package/lib/framework/flags.js +1 -1
  319. package/lib/framework/help.js +1 -1
  320. package/lib/framework/index.js +1 -1
  321. package/lib/framework/output.js +1 -1
  322. package/lib/framework/response.js +1 -1
  323. package/lib/framework/runner-alias.d.ts +1 -1
  324. package/lib/framework/runner-alias.js +1 -1
  325. package/lib/framework/runner.js +1 -1
  326. package/lib/framework/schema-export.js +1 -1
  327. package/lib/framework/supported-flags.js +1 -1
  328. package/lib/framework/types.js +1 -1
  329. package/lib/generated/build-info.d.ts +4 -4
  330. package/lib/generated/build-info.js +1 -1
  331. package/lib/generated/official-routing.js +1 -1
  332. package/lib/generated/routing-contract.js +1 -1
  333. package/lib/help.js +1 -1
  334. package/lib/postinstall.js +1 -1
  335. package/lib/runtime/confirmation.js +1 -1
  336. package/lib/runtime/event.js +1 -1
  337. package/lib/runtime/index.js +1 -1
  338. package/lib/runtime/queue.js +1 -1
  339. package/lib/runtime/resolve.js +1 -1
  340. package/lib/skills/builtin-skill.js +1 -1
  341. package/lib/skills/main.js +1 -1
  342. package/lib/skills/npx-skills-add.d.ts +0 -10
  343. package/lib/skills/npx-skills-add.js +1 -1
  344. package/lib/skills/skill-presence.js +1 -1
  345. package/lib/telemetry/cli-command-trace.js +1 -1
  346. package/lib/telemetry/cli-help-trace.js +1 -1
  347. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  348. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  349. package/lib/telemetry/send-cli-trace-log.js +1 -1
  350. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  351. package/lib/types/index.d.ts +11 -1
  352. package/lib/utils/ai_config.js +1 -1
  353. package/lib/utils/apply-jq-filter.js +1 -1
  354. package/lib/utils/cdn-config.js +1 -1
  355. package/lib/utils/check-sdk-version.js +1 -1
  356. package/lib/utils/cli-version-check.js +1 -1
  357. package/lib/utils/cli-version-policy.d.ts +19 -0
  358. package/lib/utils/cli-version-policy.js +1 -1
  359. package/lib/utils/config.js +1 -1
  360. package/lib/utils/entity-with-id.js +1 -1
  361. package/lib/utils/file-utils.js +1 -1
  362. package/lib/utils/guides-cdn.js +1 -1
  363. package/lib/utils/http-client.js +1 -1
  364. package/lib/utils/is-non-interactive.js +1 -1
  365. package/lib/utils/logger.js +1 -1
  366. package/lib/utils/params.js +1 -1
  367. package/lib/utils/platform.js +1 -1
  368. package/lib/utils/sleep.js +1 -1
  369. package/lib/utils/template-replacer.js +1 -1
  370. package/lib/utils/update-notice.js +1 -1
  371. package/lib/utils/version.js +1 -1
  372. package/lib/utils/with-active-cookie.js +1 -1
  373. package/lib/utils/write-cli-side-channel.js +1 -1
  374. package/package.json +6 -1
  375. package/skills/rabetbase/SKILL.md +16 -10
  376. package/skills/rabetbase/guides/backend-function.md +5 -1
  377. package/skills/rabetbase/guides/bff-creation-workflow.md +3 -1
  378. package/skills/rabetbase/guides/cross-database-bff.md +70 -0
  379. package/skills/rabetbase/guides/data-api-guidelines.md +35 -33
  380. package/skills/rabetbase/guides/sdk-client-generation.md +112 -61
  381. package/skills/rabetbase/guides/sql-creation-workflow.md +2 -0
  382. package/skills/rabetbase/guides/typescript-sdk.md +9 -0
  383. package/skills/rabetbase/references/rabetbase-api-pull.md +30 -19
  384. package/skills/rabetbase/references/rabetbase-app-list.md +1 -1
  385. package/skills/rabetbase/references/rabetbase-config.md +2 -1
  386. package/skills/rabetbase/references/rabetbase-dataset-cross-relations.md +64 -0
  387. package/skills/rabetbase/references/rabetbase-project-create.md +3 -3
  388. package/skills/rabetbase/references/rabetbase-project-upgrade.md +24 -13
  389. package/skills/rabetbase.manifest.json +5 -3
  390. package/templates/README.md +46 -6
  391. package/templates/generate-api/model-runtime.ts.tpl +101 -0
  392. package/templates/generate-api/profile-api.ts.tpl +21 -0
  393. 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_0x2ccf93=a13_0x4f52;(function(_0x252c0d,_0x5b0e63){const _0x2d0e4c=a13_0x4f52,_0xc436b3=_0x252c0d();while(!![]){try{const _0x4deb5=-parseInt(_0x2d0e4c(0x160))/0x1+-parseInt(_0x2d0e4c(0x174))/0x2+-parseInt(_0x2d0e4c(0x15b))/0x3+-parseInt(_0x2d0e4c(0x153))/0x4+-parseInt(_0x2d0e4c(0x164))/0x5*(parseInt(_0x2d0e4c(0x155))/0x6)+-parseInt(_0x2d0e4c(0x16b))/0x7*(parseInt(_0x2d0e4c(0x172))/0x8)+parseInt(_0x2d0e4c(0x16f))/0x9;if(_0x4deb5===_0x5b0e63)break;else _0xc436b3['push'](_0xc436b3['shift']());}catch(_0x5783f5){_0xc436b3['push'](_0xc436b3['shift']());}}}(a13_0x35fe,0xd25ce));import a13_0x19e41d from'meow';import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';function a13_0x35fe(){const _0x20324f=['1328206XAiDHf','service','command','wildcardDef','3790130EqRKyN','./cli-flags.js','./context.js','string','write','exitCode','global','5959023rfPZzw','dynamicCliFlags','help','log','68449203yASaVM','name','hint','16DVPbrp','risk','2497838PLkNTC','unknown_service','def','Hint:\x20','catch','unknownCommand','validation','input','4176364hIiqTB','flags','6LBhcCx','error','defaultCommand','ExitPromptError','slice','message','1986003jMvcxh','format','cancelled','Error:\x20','stderr'];a13_0x35fe=function(){return _0x20324f;};return a13_0x35fe();}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_0x2ccf93(0x165)))[a13_0x2ccf93(0x16c)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,cli=a13_0x19e41d(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run()[a13_0x2ccf93(0x178)](handleErrorAsync);async function run(){const _0x4d1243=a13_0x2ccf93;let _0x1f64f5=cli[_0x4d1243(0x17b)][0x0],_0x35308f=cli[_0x4d1243(0x17b)][0x1];const _0x1efeba=cli[_0x4d1243(0x154)];if(!_0x1f64f5){await reportCliHelpTrace(_0x4d1243(0x16a)),showHelp();return;}const _0x47cf4b=resolveRemovedCommand(_0x1f64f5,_0x35308f);_0x47cf4b&&await handleErrorAsync(CliErrors[_0x4d1243(0x17a)](_0x47cf4b[_0x4d1243(0x15a)],_0x47cf4b[_0x4d1243(0x171)]));if(!isKnownService(_0x1f64f5)){await reportCliHelpTrace(_0x4d1243(0x175),{'service':_0x1f64f5}),showHelp();return;}const _0x5e1ea6=getServiceEntry(_0x1f64f5);if(!_0x35308f){if(_0x1efeba[_0x4d1243(0x16d)]){printServiceHelp(_0x1f64f5);return;}if(_0x5e1ea6[_0x4d1243(0x157)])_0x35308f=_0x5e1ea6[_0x4d1243(0x157)];else{if(_0x5e1ea6[_0x4d1243(0x163)]){const {buildConfigFromFlags:_0x4e027c,initGlobalEnvironment:_0x29a10c}=await import(_0x4d1243(0x166)),_0x2d7744=_0x4e027c(_0x1efeba);await _0x29a10c(_0x2d7744),await dispatchDeclarative(_0x5e1ea6[_0x4d1243(0x163)],_0x1f64f5,'',[],_0x1efeba,_0x2d7744);return;}else{printServiceHelp(_0x1f64f5);return;}}}{let _0xed790=findDefinition(_0x1f64f5,_0x35308f),_0x459c28=cli['input'][_0x4d1243(0x159)](0x2);if(!_0xed790){if(_0x5e1ea6['wildcardDef']){if(_0x1efeba['help']){console['log'](generateCommandHelp(_0x5e1ea6['wildcardDef']));return;}_0xed790=_0x5e1ea6[_0x4d1243(0x163)],_0x459c28=[_0x35308f,...cli['input'][_0x4d1243(0x159)](0x2)];}else{printServiceHelp(_0x1f64f5),await handleErrorAsync(CliErrors[_0x4d1243(0x179)](_0x1f64f5+'\x20'+_0x35308f));return;}}assertSupportedCommandFlags(_0xed790,_0x1efeba);if(_0x1efeba['help']){console[_0x4d1243(0x16e)](generateCommandHelp(_0xed790));return;}const {buildConfigFromFlags:_0x12fa8e,initGlobalEnvironment:_0x4dea2e,isRoutingRecoveryService:_0x468072}=await import('./context.js'),_0x633849=_0x12fa8e(_0x1efeba);!_0x468072(_0x1f64f5)&&await _0x4dea2e(_0x633849),await dispatchDeclarative(_0xed790,_0x1f64f5,_0x35308f,_0x459c28,_0x1efeba,_0x633849);}}async function dispatchDeclarative(_0x54faba,_0x10e7ee,_0x1b40b0,_0x45a791,_0xc9f725,_0x30cb22){const _0x13b535=a13_0x2ccf93,_0x2f0322=Date['now']();let _0x500b38;try{await runCommand(_0x54faba,createPipelineEnv(_0x30cb22,_0xc9f725,_0x45a791));}catch(_0x1ce8d){_0x500b38=_0x1ce8d;}await reportCommandTrace({'service':_0x10e7ee,'command':_0x1b40b0,'flags':_0xc9f725,'durationMs':Date['now']()-_0x2f0322,'error':_0x500b38}),_0x500b38&&await handleErrorAsync(_0x500b38,{'service':_0x10e7ee,'command':_0x1b40b0,'def':_0x54faba,'flags':_0xc9f725,'defaultFormat':_0x30cb22[_0x13b535(0x15c)]});}function a13_0x4f52(_0x2b660f,_0x13423f){_0x2b660f=_0x2b660f-0x153;const _0x35fe8d=a13_0x35fe();let _0x4f5242=_0x35fe8d[_0x2b660f];return _0x4f5242;}function printServiceHelp(_0x1d4157){console['log'](generateServiceHelp(_0x1d4157));}async function handleErrorAsync(_0x18d51a,_0x4a847c){const _0x1dd0ca=a13_0x2ccf93;if(_0x18d51a instanceof Error&&_0x18d51a[_0x1dd0ca(0x170)]===_0x1dd0ca(0x158))return process[_0x1dd0ca(0x15f)][_0x1dd0ca(0x168)]('\x0aCancelled.\x0a'),await exitWithOtelShutdown(0x0);if(_0x18d51a instanceof CliError){if(_0x18d51a['code']===_0x1dd0ca(0x15d))return process[_0x1dd0ca(0x15f)][_0x1dd0ca(0x168)]('\x0a'+_0x18d51a['message']+'\x0a'),await exitWithOtelShutdown(0x0);let _0x428fc5=![];_0x4a847c&&usesStructuredErrorOutput(_0x4a847c[_0x1dd0ca(0x176)])&&(_0x428fc5=formatCliError(_0x18d51a,{'command':CLI_BIN_NAME+'\x20'+_0x4a847c[_0x1dd0ca(0x176)][_0x1dd0ca(0x161)]+'\x20'+_0x4a847c['def'][_0x1dd0ca(0x162)],'risk':_0x4a847c[_0x1dd0ca(0x176)][_0x1dd0ca(0x173)],'format':resolveErrorOutputFormat(_0x4a847c),'jqFilter':typeof _0x4a847c[_0x1dd0ca(0x154)]?.['jq']===_0x1dd0ca(0x167)?_0x4a847c[_0x1dd0ca(0x154)]['jq']:undefined}));if(!_0x428fc5){console[_0x1dd0ca(0x156)](_0x1dd0ca(0x15e)+_0x18d51a[_0x1dd0ca(0x15a)]);if(_0x18d51a['hint'])console['error'](_0x1dd0ca(0x177)+_0x18d51a['hint']);if(_0x4a847c)printIssueReportNudgeForError(_0x18d51a,_0x4a847c);}return await exitWithOtelShutdown(_0x18d51a[_0x1dd0ca(0x169)]);}console['error']('Unexpected\x20error:',_0x18d51a);if(_0x4a847c)printIssueReportNudgeForError(_0x18d51a,_0x4a847c);return await exitWithOtelShutdown(0x1);}
2
+ const a18_0x480dfc=a18_0xf29e;(function(_0x21773b,_0x1cca7d){const _0x11b2c5=a18_0xf29e,_0x538cc9=_0x21773b();while(!![]){try{const _0x108f46=-parseInt(_0x11b2c5(0xeb))/0x1*(parseInt(_0x11b2c5(0xdd))/0x2)+-parseInt(_0x11b2c5(0xe4))/0x3+-parseInt(_0x11b2c5(0xec))/0x4+-parseInt(_0x11b2c5(0xd7))/0x5+parseInt(_0x11b2c5(0xda))/0x6+parseInt(_0x11b2c5(0xf5))/0x7*(-parseInt(_0x11b2c5(0xf1))/0x8)+parseInt(_0x11b2c5(0xf2))/0x9*(parseInt(_0x11b2c5(0xe7))/0xa);if(_0x108f46===_0x1cca7d)break;else _0x538cc9['push'](_0x538cc9['shift']());}catch(_0x252247){_0x538cc9['push'](_0x538cc9['shift']());}}}(a18_0x58e1,0x43661));import a18_0x37bae8 from'meow';import{showHelp}from'./help.js';function a18_0xf29e(_0x1f5cf5,_0x1c3d2f){_0x1f5cf5=_0x1f5cf5-0xd3;const _0x58e1fe=a18_0x58e1();let _0xf29ece=_0x58e1fe[_0x1f5cf5];return _0xf29ece;}import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,resolveRemovedCommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{formatCliError}from'./framework/output.js';import{resolveErrorOutputFormat,usesStructuredErrorOutput}from'./framework/error-output.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';function a18_0x58e1(){const _0x1be5cc=['ExitPromptError','now','name','\x0aCancelled.\x0a','exitCode','string','unknown','./context.js','Unexpected\x20error:','740940JNGAFG','def','hint','1361682wfgRxp','error','wildcardDef','5004JJSVNv','catch','risk','write','validation','code','defaultCommand','1587102IXAzjo','input','Error:\x20','10JBYkfe','slice','log','flags','43Ywkyvu','1143600HkeHCp','stderr','Hint:\x20','help','message','72IqFffR','11347137HBAmOF','global','unknownCommand','109641cJjPIg'];a18_0x58e1=function(){return _0x1be5cc;};return a18_0x58e1();}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('./cli-flags.js'))['dynamicCliFlags'];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a18_0x480dfc(0xd4)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,cli=a18_0x37bae8(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run()[a18_0x480dfc(0xde)](handleErrorAsync);async function run(){const _0x47d6a2=a18_0x480dfc;let _0x229825=cli['input'][0x0],_0x249a62=cli[_0x47d6a2(0xe5)][0x1];const _0x1c08f8=cli[_0x47d6a2(0xea)];if(!_0x229825){await reportCliHelpTrace(_0x47d6a2(0xf3)),showHelp();return;}const _0x2c120e=resolveRemovedCommand(_0x229825,_0x249a62);_0x2c120e&&await handleErrorAsync(CliErrors[_0x47d6a2(0xe1)](_0x2c120e[_0x47d6a2(0xf0)],_0x2c120e[_0x47d6a2(0xd9)]));if(!isKnownService(_0x229825)){await reportCliHelpTrace('unknown_service',{'service':_0x229825}),showHelp();return;}const _0xb45dac=getServiceEntry(_0x229825);if(!_0x249a62){if(_0x1c08f8[_0x47d6a2(0xef)]){printServiceHelp(_0x229825);return;}if(_0xb45dac[_0x47d6a2(0xe3)])_0x249a62=_0xb45dac[_0x47d6a2(0xe3)];else{if(_0xb45dac['wildcardDef']){const {buildConfigFromFlags:_0x1a3ac5,initGlobalEnvironment:_0x65da84}=await import(_0x47d6a2(0xd5)),_0x49b0df=_0x1a3ac5(_0x1c08f8);await _0x65da84(_0x49b0df),await dispatchDeclarative(_0xb45dac[_0x47d6a2(0xdc)],_0x229825,'',[],_0x1c08f8,_0x49b0df);return;}else{printServiceHelp(_0x229825);return;}}}{let _0x1c22ab=findDefinition(_0x229825,_0x249a62),_0x166fa5=cli['input']['slice'](0x2);if(!_0x1c22ab){if(_0xb45dac[_0x47d6a2(0xdc)]){if(_0x1c08f8['help']){console[_0x47d6a2(0xe9)](generateCommandHelp(_0xb45dac['wildcardDef']));return;}_0x1c22ab=_0xb45dac['wildcardDef'],_0x166fa5=[_0x249a62,...cli[_0x47d6a2(0xe5)][_0x47d6a2(0xe8)](0x2)];}else{printServiceHelp(_0x229825),await handleErrorAsync(CliErrors[_0x47d6a2(0xf4)](_0x229825+'\x20'+_0x249a62));return;}}assertSupportedCommandFlags(_0x1c22ab,_0x1c08f8);if(_0x1c08f8[_0x47d6a2(0xef)]){console['log'](generateCommandHelp(_0x1c22ab));return;}const {buildConfigFromFlags:_0x2ec123,initGlobalEnvironment:_0x37a4e3,isRoutingRecoveryService:_0x56387c}=await import('./context.js'),_0x173750=_0x2ec123(_0x1c08f8);!_0x56387c(_0x229825)&&await _0x37a4e3(_0x173750),await dispatchDeclarative(_0x1c22ab,_0x229825,_0x249a62,_0x166fa5,_0x1c08f8,_0x173750);}}async function dispatchDeclarative(_0x237988,_0x356281,_0x2d9dd4,_0xc1dcd6,_0x6dac4a,_0x15c89a){const _0x30b012=a18_0x480dfc,_0x529c5d=Date[_0x30b012(0xf7)]();let _0x217b8a;try{await runCommand(_0x237988,createPipelineEnv(_0x15c89a,_0x6dac4a,_0xc1dcd6));}catch(_0x284378){_0x217b8a=_0x284378;}await reportCommandTrace({'service':_0x356281,'command':_0x2d9dd4,'flags':_0x6dac4a,'durationMs':Date['now']()-_0x529c5d,'error':_0x217b8a}),_0x217b8a&&await handleErrorAsync(_0x217b8a,{'service':_0x356281,'command':_0x2d9dd4,'def':_0x237988,'flags':_0x6dac4a,'defaultFormat':_0x15c89a['format']});}function printServiceHelp(_0xba7821){const _0x2f1bed=a18_0x480dfc;console[_0x2f1bed(0xe9)](generateServiceHelp(_0xba7821));}async function handleErrorAsync(_0x308528,_0x304559){const _0x253189=a18_0x480dfc;if(_0x308528 instanceof Error&&_0x308528[_0x253189(0xf8)]===_0x253189(0xf6))return process[_0x253189(0xed)][_0x253189(0xe0)](_0x253189(0xf9)),await exitWithOtelShutdown(0x0);if(_0x308528 instanceof CliError){if(_0x308528[_0x253189(0xe2)]==='cancelled')return process['stderr']['write']('\x0a'+_0x308528[_0x253189(0xf0)]+'\x0a'),await exitWithOtelShutdown(0x0);let _0x4dc7d2=![];_0x304559&&usesStructuredErrorOutput(_0x304559[_0x253189(0xd8)])&&(_0x4dc7d2=formatCliError(_0x308528,{'command':CLI_BIN_NAME+'\x20'+_0x304559[_0x253189(0xd8)]['service']+'\x20'+_0x304559[_0x253189(0xd8)]['command'],'risk':_0x304559['def'][_0x253189(0xdf)],'format':resolveErrorOutputFormat(_0x304559),'jqFilter':typeof _0x304559[_0x253189(0xea)]?.['jq']===_0x253189(0xd3)?_0x304559[_0x253189(0xea)]['jq']:undefined}));if(!_0x4dc7d2){console[_0x253189(0xdb)](_0x253189(0xe6)+_0x308528[_0x253189(0xf0)]);if(_0x308528['hint'])console[_0x253189(0xdb)](_0x253189(0xee)+_0x308528[_0x253189(0xd9)]);if(_0x304559)printIssueReportNudgeForError(_0x308528,_0x304559);}return await exitWithOtelShutdown(_0x308528[_0x253189(0xfa)]);}console[_0x253189(0xdb)](_0x253189(0xd6),_0x308528);if(_0x304559)printIssueReportNudgeForError(_0x308528,_0x304559);return await exitWithOtelShutdown(0x1);}
@@ -1 +1 @@
1
- const a14_0x2b3415=a14_0x26b2;function a14_0x2780(){const _0x593c46=['cookie','validation','--datasetcode\x20cannot\x20be\x20empty.','11116fjQsZd','1105224OnPrAZ','.md','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','\x20failed','trim','Fetched\x20','861655TZVpha','\x0d\x20\x20[','19017XgDBXK','\x20dataset(s)\x1b[0m','\x20succeeded,\x20','params','join','succeed','6jnfxnx','Output\x20directory\x20(default:\x20./docs)','generate','3530yMhkjR','write','datasetName','Doc\x20generation\x20complete:\x20','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','api','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','map','object','1110120GxUUCx','start','datasetCode','4205135GKtmqI','filter','length','split','stdout','datasetcode','154uZZXUk','str','success','308jGWimR','Failed\x20to\x20fetch\x20datasets','fail','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20','parse','Invalid\x20--params:\x20','\x1b[90m*\x20Filtered\x20','101504HKTQmD','appCode','\x20of\x20','897sYSthh','\x20doc(s)\x20failed','string','./docs','\x1b[0m','error','!\x20No\x20datasets\x20found.','\x20dataset(s)','\x20file(s)'];a14_0x2780=function(){return _0x593c46;};return a14_0x2780();}(function(_0x74a54e,_0x266671){const _0x591a20=a14_0x26b2,_0x735f1f=_0x74a54e();while(!![]){try{const _0x48fba7=-parseInt(_0x591a20(0x11e))/0x1+-parseInt(_0x591a20(0x132))/0x2+parseInt(_0x591a20(0x10b))/0x3*(-parseInt(_0x591a20(0x117))/0x4)+-parseInt(_0x591a20(0x135))/0x5*(-parseInt(_0x591a20(0x126))/0x6)+parseInt(_0x591a20(0xfd))/0x7*(parseInt(_0x591a20(0x108))/0x8)+parseInt(_0x591a20(0x120))/0x9*(-parseInt(_0x591a20(0x129))/0xa)+-parseInt(_0x591a20(0x100))/0xb*(-parseInt(_0x591a20(0x118))/0xc);if(_0x48fba7===_0x266671)break;else _0x735f1f['push'](_0x735f1f['shift']());}catch(_0x407f48){_0x735f1f['push'](_0x735f1f['shift']());}}}(a14_0x2780,0xac3d6));import a14_0x44cc6c from'ora';import{fetchModelList}from'../../core/api-client.js';import{generateDatasetDocs}from'../../api/api-doc.js';function a14_0x26b2(_0x8b563,_0x2c2f11){_0x8b563=_0x8b563-0xfd;const _0x278031=a14_0x2780();let _0x26b22e=_0x278031[_0x8b563];return _0x26b22e;}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a14_0x2b3415(0x12e),'command':a14_0x2b3415(0x128),'description':a14_0x2b3415(0x12d),'risk':'read','requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a14_0x2b3415(0x10d),'description':a14_0x2b3415(0x127)},{'name':a14_0x2b3415(0x13a),'type':a14_0x2b3415(0x10d),'description':a14_0x2b3415(0x12f)},{'name':a14_0x2b3415(0x123),'type':a14_0x2b3415(0x10d),'description':a14_0x2b3415(0x103)}],async 'execute'(_0x2d23dd){const _0x9c427=a14_0x2b3415,_0x579085=_0x2d23dd['str']('output')||_0x9c427(0x10e),_0x1809ae=_0x2d23dd[_0x9c427(0xfe)](_0x9c427(0x13a)),_0x27fd72=_0x2d23dd[_0x9c427(0xfe)](_0x9c427(0x123));let _0x4b82cb;if(_0x27fd72)try{_0x4b82cb=JSON[_0x9c427(0x105)](_0x27fd72);if(typeof _0x4b82cb!==_0x9c427(0x131)||_0x4b82cb===null||Array['isArray'](_0x4b82cb))throw new Error('must\x20be\x20a\x20JSON\x20object');}catch(_0x329e7c){throw CliErrors['validation'](_0x9c427(0x106)+(_0x329e7c instanceof Error?_0x329e7c['message']:String(_0x329e7c)),_0x9c427(0x11a));}let _0xf0f97d;if(_0x1809ae){const _0x4f44e=_0x1809ae[_0x9c427(0x138)](',')[_0x9c427(0x130)](_0x1a9df6=>_0x1a9df6[_0x9c427(0x11c)]())[_0x9c427(0x136)](_0x1a9a11=>_0x1a9a11['length']>0x0);if(_0x4f44e[_0x9c427(0x137)]===0x0)throw CliErrors[_0x9c427(0x115)](_0x9c427(0x116));_0xf0f97d=new Set(_0x4f44e),writeCliSideChannelLine('\x1b[90m*\x20Generating\x20docs\x20for:\x20'+_0x4f44e[_0x9c427(0x124)](',\x20')+_0x9c427(0x10f));}const _0x3a67eb=a14_0x44cc6c('Fetching\x20dataset\x20list\x20for\x20'+_0x2d23dd[_0x9c427(0x109)]+'...')[_0x9c427(0x133)]();let _0x36c3eb;try{({configArray:_0x36c3eb}=await fetchModelList(_0x2d23dd[_0x9c427(0x109)],_0x2d23dd[_0x9c427(0x114)]),_0x3a67eb[_0x9c427(0x125)](_0x9c427(0x11d)+_0x36c3eb['length']+_0x9c427(0x112)));}catch(_0x1184f1){_0x3a67eb[_0x9c427(0x102)](_0x9c427(0x101));throw _0x1184f1;}if(_0x36c3eb[_0x9c427(0x137)]===0x0)return writeCliSideChannelLine(_0x9c427(0x111)),{'ok':!![]};let _0x47f007=_0x36c3eb;if(_0xf0f97d){_0x47f007=_0x36c3eb[_0x9c427(0x136)](_0x40f03c=>_0xf0f97d['has'](_0x40f03c[_0x9c427(0x134)]));const _0x49db07=[..._0xf0f97d][_0x9c427(0x136)](_0x5ccbd9=>!_0x36c3eb['some'](_0x1952b3=>_0x1952b3[_0x9c427(0x134)]===_0x5ccbd9));_0x49db07[_0x9c427(0x137)]>0x0&&writeCliSideChannelLine(_0x9c427(0x104)+_0x49db07[_0x9c427(0x124)](',\x20')+_0x9c427(0x10f));if(_0x47f007['length']===0x0)throw CliErrors[_0x9c427(0x115)]('None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20'+[..._0xf0f97d][_0x9c427(0x124)](',\x20'));writeCliSideChannelLine(_0x9c427(0x107)+_0x47f007[_0x9c427(0x137)]+_0x9c427(0x10a)+_0x36c3eb['length']+_0x9c427(0x121));}let _0x3f00e2=0x0;const _0x1a8f35=await generateDatasetDocs(_0x47f007,_0x2d23dd[_0x9c427(0x109)],_0x2d23dd[_0x9c427(0x114)],_0x579085,(_0x5e9b5,_0x5ec846,_0x2579a2)=>{const _0x4d56ed=_0x9c427;_0x3f00e2=_0x5e9b5,process[_0x4d56ed(0x139)][_0x4d56ed(0x12a)](_0x4d56ed(0x11f)+String(_0x5e9b5)['padStart'](String(_0x5ec846)['length'])+'/'+_0x5ec846+']\x20'+_0x2579a2+_0x4d56ed(0x119));},_0x4b82cb);if(_0x3f00e2>0x0)process['stdout'][_0x9c427(0x12a)]('\x0a');const _0x3f7c4f=_0x1a8f35[_0x9c427(0x136)](_0x51e7fb=>_0x51e7fb['success'])[_0x9c427(0x137)],_0x961eeb=_0x1a8f35[_0x9c427(0x136)](_0x3375d1=>!_0x3375d1[_0x9c427(0xff)])[_0x9c427(0x137)];writeCliSideChannelLine(''),writeCliSideChannelLine('✓\x20Generated\x20'+_0x3f7c4f+'\x20doc(s)\x20in\x20'+_0x579085);if(_0x961eeb>0x0){writeCliSideChannelLine('!\x20'+_0x961eeb+_0x9c427(0x10c));for(const _0xdc292c of _0x1a8f35[_0x9c427(0x136)](_0x13db0f=>!_0x13db0f[_0x9c427(0xff)])){writeCliSideChannelLine('\x20\x20•\x20'+_0xdc292c[_0x9c427(0x12b)]+'\x20('+_0xdc292c[_0x9c427(0x134)]+'):\x20'+_0xdc292c[_0x9c427(0x110)]);}}return{'ok':_0x961eeb===0x0,'message':_0x961eeb>0x0?'Doc\x20generation:\x20'+_0x3f7c4f+_0x9c427(0x122)+_0x961eeb+_0x9c427(0x11b):_0x9c427(0x12c)+_0x3f7c4f+_0x9c427(0x113)};}};
1
+ const a19_0x5d9c2f=a19_0x5a05;(function(_0x41b969,_0x2a356c){const _0x1997fd=a19_0x5a05,_0x34d4df=_0x41b969();while(!![]){try{const _0x22ca2c=parseInt(_0x1997fd(0x13e))/0x1*(parseInt(_0x1997fd(0x143))/0x2)+-parseInt(_0x1997fd(0x130))/0x3*(-parseInt(_0x1997fd(0x133))/0x4)+-parseInt(_0x1997fd(0x148))/0x5+parseInt(_0x1997fd(0x162))/0x6*(parseInt(_0x1997fd(0x146))/0x7)+parseInt(_0x1997fd(0x135))/0x8*(parseInt(_0x1997fd(0x166))/0x9)+parseInt(_0x1997fd(0x13f))/0xa*(-parseInt(_0x1997fd(0x15a))/0xb)+parseInt(_0x1997fd(0x129))/0xc*(-parseInt(_0x1997fd(0x134))/0xd);if(_0x22ca2c===_0x2a356c)break;else _0x34d4df['push'](_0x34d4df['shift']());}catch(_0x2f7647){_0x34d4df['push'](_0x34d4df['shift']());}}}(a19_0x10a5,0xeb0ea));import a19_0x1bdc61 from'ora';import{fetchModelList}from'../../core/api-client.js';import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';function a19_0x10a5(){const _0x4ee66c=['4392531GUEydN','\x20doc(s)\x20failed','has','map','api','\x20\x20•\x20','filter','49042548KghzmL','Fetched\x20','datasetName','some','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','datasetCode','stdout','4568511WxOILH','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','\x20succeeded,\x20','4vtdsjA','13MCSrSc','24WGehyD','string','isArray','split','generate','fail','):\x20','str','parse','1fjquMy','1520fjpyDH','must\x20be\x20a\x20JSON\x20object','./docs','\x20dataset(s)','3069918GUaAlm','datasetcode','start','8869XDqHmB','message','3035135eCcGmh','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','padStart','\x1b[0m','Doc\x20generation:\x20','error','appCode','Invalid\x20--params:\x20','Doc\x20generation\x20complete:\x20','\x20failed','✓\x20Generated\x20','params','--datasetcode\x20cannot\x20be\x20empty.','\x20dataset(s)\x1b[0m','write','...','trim','.md','28369qkTgLz','object','read','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','cookie','validation','!\x20No\x20datasets\x20found.','length','7230NHQMNa','success','succeed','join'];a19_0x10a5=function(){return _0x4ee66c;};return a19_0x10a5();}function a19_0x5a05(_0x3306e7,_0x54bbf0){_0x3306e7=_0x3306e7-0x128;const _0x10a5e2=a19_0x10a5();let _0x5a059a=_0x10a5e2[_0x3306e7];return _0x5a059a;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a19_0x5d9c2f(0x16a),'command':a19_0x5d9c2f(0x139),'description':a19_0x5d9c2f(0x15d),'risk':a19_0x5d9c2f(0x15c),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a19_0x5d9c2f(0x136),'description':'Output\x20directory\x20(default:\x20./docs)'},{'name':'datasetcode','type':a19_0x5d9c2f(0x136),'description':a19_0x5d9c2f(0x12d)},{'name':a19_0x5d9c2f(0x153),'type':a19_0x5d9c2f(0x136),'description':'Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)'}],async 'execute'(_0x3458fc){const _0x47375d=a19_0x5d9c2f,_0x369e97=_0x3458fc[_0x47375d(0x13c)]('output')||_0x47375d(0x141),_0x22a7c6=_0x3458fc[_0x47375d(0x13c)](_0x47375d(0x144)),_0x5d3642=_0x3458fc[_0x47375d(0x13c)](_0x47375d(0x153));let _0x2ade02;if(_0x5d3642)try{_0x2ade02=JSON[_0x47375d(0x13d)](_0x5d3642);if(typeof _0x2ade02!==_0x47375d(0x15b)||_0x2ade02===null||Array[_0x47375d(0x137)](_0x2ade02))throw new Error(_0x47375d(0x140));}catch(_0x4143dd){throw CliErrors[_0x47375d(0x15f)](_0x47375d(0x14f)+(_0x4143dd instanceof Error?_0x4143dd[_0x47375d(0x147)]:String(_0x4143dd)),_0x47375d(0x131));}let _0x8fe539;if(_0x22a7c6){const _0x25a295=_0x22a7c6[_0x47375d(0x138)](',')[_0x47375d(0x169)](_0x2a6ceb=>_0x2a6ceb[_0x47375d(0x158)]())[_0x47375d(0x128)](_0x3c5ca8=>_0x3c5ca8[_0x47375d(0x161)]>0x0);if(_0x25a295[_0x47375d(0x161)]===0x0)throw CliErrors[_0x47375d(0x15f)](_0x47375d(0x154));_0x8fe539=new Set(_0x25a295),writeCliSideChannelLine('\x1b[90m*\x20Generating\x20docs\x20for:\x20'+_0x25a295[_0x47375d(0x165)](',\x20')+_0x47375d(0x14b));}const _0x3726a4=a19_0x1bdc61('Fetching\x20dataset\x20list\x20for\x20'+_0x3458fc[_0x47375d(0x14e)]+_0x47375d(0x157))[_0x47375d(0x145)]();let _0x100321;try{({configArray:_0x100321}=await fetchModelList(_0x3458fc[_0x47375d(0x14e)],_0x3458fc[_0x47375d(0x15e)]),_0x3726a4[_0x47375d(0x164)](_0x47375d(0x12a)+_0x100321[_0x47375d(0x161)]+_0x47375d(0x142)));}catch(_0x5bedc8){_0x3726a4[_0x47375d(0x13a)]('Failed\x20to\x20fetch\x20datasets');throw _0x5bedc8;}if(_0x100321[_0x47375d(0x161)]===0x0)return writeCliSideChannelLine(_0x47375d(0x160)),{'ok':!![]};let _0x48b902=_0x100321;if(_0x8fe539){_0x48b902=_0x100321['filter'](_0x41fd6c=>_0x8fe539[_0x47375d(0x168)](_0x41fd6c[_0x47375d(0x12e)]));const _0x36baf2=[..._0x8fe539][_0x47375d(0x128)](_0x475228=>!_0x100321[_0x47375d(0x12c)](_0x43a011=>_0x43a011['datasetCode']===_0x475228));_0x36baf2[_0x47375d(0x161)]>0x0&&writeCliSideChannelLine('\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20'+_0x36baf2['join'](',\x20')+_0x47375d(0x14b));if(_0x48b902[_0x47375d(0x161)]===0x0)throw CliErrors[_0x47375d(0x15f)](_0x47375d(0x149)+[..._0x8fe539][_0x47375d(0x165)](',\x20'));writeCliSideChannelLine('\x1b[90m*\x20Filtered\x20'+_0x48b902[_0x47375d(0x161)]+'\x20of\x20'+_0x100321['length']+_0x47375d(0x155));}let _0x2748da=0x0;const _0x4ef26c=await generateDatasetDocs(_0x48b902,_0x3458fc[_0x47375d(0x14e)],_0x3458fc[_0x47375d(0x15e)],_0x369e97,(_0x1e7cd9,_0x15ba84,_0x535b5e)=>{const _0x143b7e=_0x47375d;_0x2748da=_0x1e7cd9,process[_0x143b7e(0x12f)][_0x143b7e(0x156)]('\x0d\x20\x20['+String(_0x1e7cd9)[_0x143b7e(0x14a)](String(_0x15ba84)[_0x143b7e(0x161)])+'/'+_0x15ba84+']\x20'+_0x535b5e+_0x143b7e(0x159));},_0x2ade02);if(_0x2748da>0x0)process[_0x47375d(0x12f)][_0x47375d(0x156)]('\x0a');const _0x37925d=_0x4ef26c[_0x47375d(0x128)](_0x240394=>_0x240394[_0x47375d(0x163)])[_0x47375d(0x161)],_0x56b00e=_0x4ef26c[_0x47375d(0x128)](_0xe7569=>!_0xe7569[_0x47375d(0x163)])['length'];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x47375d(0x152)+_0x37925d+'\x20doc(s)\x20in\x20'+_0x369e97);if(_0x56b00e>0x0){writeCliSideChannelLine('!\x20'+_0x56b00e+_0x47375d(0x167));for(const _0x4c9fa2 of _0x4ef26c[_0x47375d(0x128)](_0x7aba3a=>!_0x7aba3a[_0x47375d(0x163)])){writeCliSideChannelLine(_0x47375d(0x16b)+_0x4c9fa2[_0x47375d(0x12b)]+'\x20('+_0x4c9fa2[_0x47375d(0x12e)]+_0x47375d(0x13b)+_0x4c9fa2[_0x47375d(0x14d)]);}}return{'ok':_0x56b00e===0x0,'message':_0x56b00e>0x0?_0x47375d(0x14c)+_0x37925d+_0x47375d(0x132)+_0x56b00e+_0x47375d(0x151):_0x47375d(0x150)+_0x37925d+'\x20file(s)'};}};
@@ -1 +1 @@
1
- function a15_0x4a30(_0x47c74a,_0x38e81c){_0x47c74a=_0x47c74a-0xb8;const _0x3f37bb=a15_0x3f37();let _0x4a3021=_0x3f37bb[_0x47c74a];return _0x4a3021;}(function(_0x4c4620,_0x20444b){const _0x41c928=a15_0x4a30,_0x466c3a=_0x4c4620();while(!![]){try{const _0x4c012a=-parseInt(_0x41c928(0xbb))/0x1+-parseInt(_0x41c928(0xba))/0x2+parseInt(_0x41c928(0xc0))/0x3*(-parseInt(_0x41c928(0xb9))/0x4)+parseInt(_0x41c928(0xb8))/0x5*(-parseInt(_0x41c928(0xbe))/0x6)+parseInt(_0x41c928(0xbd))/0x7+parseInt(_0x41c928(0xbf))/0x8+parseInt(_0x41c928(0xbc))/0x9;if(_0x4c012a===_0x20444b)break;else _0x466c3a['push'](_0x466c3a['shift']());}catch(_0x30ed94){_0x466c3a['push'](_0x466c3a['shift']());}}}(a15_0x3f37,0xb05cb));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];function a15_0x3f37(){const _0x4cb7f5=['1204CyqjWD','2231490dbCmxg','403856qsrhBH','23141817IMTqwc','6524161vlksLN','4644DqudHY','217112YdGElh','3261zSvkTW','6210wUsIVW'];a15_0x3f37=function(){return _0x4cb7f5;};return a15_0x3f37();}
1
+ function a20_0x4033(_0x33f85f,_0x1f25e8){_0x33f85f=_0x33f85f-0x80;const _0x2b57e0=a20_0x2b57();let _0x40335a=_0x2b57e0[_0x33f85f];return _0x40335a;}function a20_0x2b57(){const _0x3cdcde=['5142dtCflF','10194912DYyqcN','7244inLkjG','186KMjhzu','6216256bCtRnb','3243356VTBzby','850196uLbYhZ','10899FrdVzD','5871340nZGXvT'];a20_0x2b57=function(){return _0x3cdcde;};return a20_0x2b57();}(function(_0x4e03da,_0xedb8a){const _0x4f3374=a20_0x4033,_0x46b16b=_0x4e03da();while(!![]){try{const _0x15ba0e=-parseInt(_0x4f3374(0x82))/0x1+parseInt(_0x4f3374(0x87))/0x2*(parseInt(_0x4f3374(0x88))/0x3)+parseInt(_0x4f3374(0x81))/0x4+-parseInt(_0x4f3374(0x84))/0x5+parseInt(_0x4f3374(0x85))/0x6*(parseInt(_0x4f3374(0x83))/0x7)+-parseInt(_0x4f3374(0x80))/0x8+parseInt(_0x4f3374(0x86))/0x9;if(_0x15ba0e===_0xedb8a)break;else _0x46b16b['push'](_0x46b16b['shift']());}catch(_0x57b847){_0x46b16b['push'](_0x46b16b['shift']());}}}(a20_0x2b57,0xab260));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];
@@ -1 +1 @@
1
- const a16_0x143f10=a16_0x2565;(function(_0x456040,_0x3c9005){const _0xc5c25f=a16_0x2565,_0x1c378f=_0x456040();while(!![]){try{const _0x552f57=-parseInt(_0xc5c25f(0x166))/0x1+-parseInt(_0xc5c25f(0x174))/0x2*(-parseInt(_0xc5c25f(0x179))/0x3)+parseInt(_0xc5c25f(0x16e))/0x4*(-parseInt(_0xc5c25f(0x175))/0x5)+-parseInt(_0xc5c25f(0x16d))/0x6+parseInt(_0xc5c25f(0x177))/0x7+-parseInt(_0xc5c25f(0x176))/0x8*(-parseInt(_0xc5c25f(0x167))/0x9)+-parseInt(_0xc5c25f(0x171))/0xa;if(_0x552f57===_0x3c9005)break;else _0x1c378f['push'](_0x1c378f['shift']());}catch(_0x44946f){_0x1c378f['push'](_0x1c378f['shift']());}}}(a16_0x28fb,0x40365));import{fetchModelList}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{initMultiAppEnvironment}from'../../context.js';function a16_0x2565(_0x490d38,_0x513a26){_0x490d38=_0x490d38-0x162;const _0x28fb74=a16_0x28fb();let _0x256577=_0x28fb74[_0x490d38];return _0x256577;}function a16_0x28fb(){const _0x34a82a=['1816209JEfDry','api','env','list','appcode','production','394056NACYeE','319892FhsOlc','name','region','197730PqaNFk','List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','isDefault','36sEywiB','5VGFHQJ','8ystDZJ','3122532henZNS','boolean','2109mICeVj','rawFlags','map','appCode','cookie','read','232096DSJmBK'];a16_0x28fb=function(){return _0x34a82a;};return a16_0x28fb();}export const apiList={'service':a16_0x143f10(0x168),'command':a16_0x143f10(0x16a),'description':a16_0x143f10(0x172),'risk':a16_0x143f10(0x165),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'global','type':a16_0x143f10(0x178),'description':'Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','default':![]}],async 'execute'(_0x464a57){const _0x1714cb=a16_0x143f10,_0x36c35b=_0x464a57[_0x1714cb(0x17a)][_0x1714cb(0x16b)]?String(_0x464a57[_0x1714cb(0x17a)][_0x1714cb(0x16b)]):undefined,_0x28b24b=resolveTargetApps(_0x464a57,_0x36c35b);if(_0x28b24b){const _0x5ecf69=[];for(const _0x8e6751 of _0x28b24b){const _0x3280a7=_0x8e6751[_0x1714cb(0x164)]||_0x464a57[_0x1714cb(0x164)],_0x5f434b=_0x8e6751[_0x1714cb(0x169)]||_0x1714cb(0x16c);await initMultiAppEnvironment(_0x8e6751);const {configArray:_0x4e286c}=await fetchModelList(_0x8e6751[_0x1714cb(0x16b)],_0x3280a7);_0x5ecf69['push'](..._0x4e286c[_0x1714cb(0x162)](_0x5aa04c=>({..._0x5aa04c,'_appName':_0x8e6751[_0x1714cb(0x16f)],'_appCode':_0x8e6751[_0x1714cb(0x16b)],'_env':_0x5f434b,'_region':_0x8e6751[_0x1714cb(0x170)],'_isDefault':_0x8e6751[_0x1714cb(0x173)]})));}return{'ok':!![],'data':_0x5ecf69};}const {configArray:_0x1da512}=await fetchModelList(_0x464a57[_0x1714cb(0x163)],_0x464a57['cookie']);return{'ok':!![],'data':_0x1da512};}};
1
+ const a21_0x1324c4=a21_0x5901;function a21_0x5901(_0x503049,_0x2e74d0){_0x503049=_0x503049-0x18d;const _0x3c5836=a21_0x3c58();let _0x590116=_0x3c5836[_0x503049];return _0x590116;}(function(_0x5c1b67,_0x464fad){const _0x3126ea=a21_0x5901,_0x296eae=_0x5c1b67();while(!![]){try{const _0xdd6c19=-parseInt(_0x3126ea(0x193))/0x1*(-parseInt(_0x3126ea(0x191))/0x2)+-parseInt(_0x3126ea(0x19f))/0x3+parseInt(_0x3126ea(0x190))/0x4+parseInt(_0x3126ea(0x19d))/0x5*(-parseInt(_0x3126ea(0x196))/0x6)+-parseInt(_0x3126ea(0x197))/0x7+parseInt(_0x3126ea(0x18d))/0x8*(parseInt(_0x3126ea(0x1a4))/0x9)+parseInt(_0x3126ea(0x1a1))/0xa;if(_0xdd6c19===_0x464fad)break;else _0x296eae['push'](_0x296eae['shift']());}catch(_0x41a87e){_0x296eae['push'](_0x296eae['shift']());}}}(a21_0x3c58,0x718fa));function a21_0x3c58(){const _0x120141=['Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','1568223GZPpYU','appcode','4020220zUMcTT','read','map','617517lWUMVI','rawFlags','24dmSMat','cookie','List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','2217272kKBVOZ','2KSVdAO','api','870133rWAqZC','list','region','783942rSiEqV','908782YJCnvG','boolean','appCode','push','name','global','35WqzuGz'];a21_0x3c58=function(){return _0x120141;};return a21_0x3c58();}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_0x1324c4(0x192),'command':a21_0x1324c4(0x194),'description':a21_0x1324c4(0x18f),'risk':a21_0x1324c4(0x1a2),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a21_0x1324c4(0x19c),'type':a21_0x1324c4(0x198),'description':a21_0x1324c4(0x19e),'default':![]}],async 'execute'(_0x337079){const _0x308776=a21_0x1324c4,_0x53fe77=_0x337079[_0x308776(0x1a5)]['appcode']?String(_0x337079[_0x308776(0x1a5)][_0x308776(0x1a0)]):undefined,_0x108067=resolveTargetApps(_0x337079,_0x53fe77);if(_0x108067){const _0xcd1a94=[];for(const _0x20763f of _0x108067){const _0xf47633=_0x20763f[_0x308776(0x18e)]||_0x337079['cookie'];await initMultiAppEnvironment(_0x20763f);const {configArray:_0x3dcfaa}=await fetchModelList(_0x20763f[_0x308776(0x1a0)],_0xf47633);_0xcd1a94[_0x308776(0x19a)](..._0x3dcfaa[_0x308776(0x1a3)](_0x37b227=>({..._0x37b227,'_appName':_0x20763f[_0x308776(0x19b)],'_appCode':_0x20763f[_0x308776(0x1a0)],'_region':_0x20763f[_0x308776(0x195)],'_isDefault':_0x20763f['isDefault']})));}return{'ok':!![],'data':_0xcd1a94};}const {configArray:_0x5233ce}=await fetchModelList(_0x337079[_0x308776(0x199)],_0x337079[_0x308776(0x18e)]);return{'ok':!![],'data':_0x5233ce};}};
@@ -1 +1 @@
1
- const a17_0x4d46e7=a17_0x5013;(function(_0x4e891e,_0x24139d){const _0x2c4767=a17_0x5013,_0x3fdcd9=_0x4e891e();while(!![]){try{const _0x57aab5=-parseInt(_0x2c4767(0xeb))/0x1*(-parseInt(_0x2c4767(0xe9))/0x2)+parseInt(_0x2c4767(0xf5))/0x3+parseInt(_0x2c4767(0xbe))/0x4+parseInt(_0x2c4767(0xcc))/0x5+-parseInt(_0x2c4767(0xf1))/0x6*(-parseInt(_0x2c4767(0xcd))/0x7)+-parseInt(_0x2c4767(0xca))/0x8+-parseInt(_0x2c4767(0xee))/0x9*(parseInt(_0x2c4767(0xe4))/0xa);if(_0x57aab5===_0x24139d)break;else _0x3fdcd9['push'](_0x3fdcd9['shift']());}catch(_0x2d7540){_0x3fdcd9['push'](_0x3fdcd9['shift']());}}}(a17_0x43b0,0xe8dcc));import a17_0x4aa723 from'ora';function a17_0x5013(_0x52658b,_0x57e1c3){_0x52658b=_0x52658b-0xb8;const _0x43b061=a17_0x43b0();let _0x501379=_0x43b061[_0x52658b];return _0x501379;}import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';function a17_0x43b0(){const _0x3f4ba6=['start','306BeJdGL','overwritten','boolean','12DlDvOJ','string','name','Replace\x20existing\x20api.ts\x20and\x20client.ts;\x20requires\x20--yes\x20and\x20discards\x20local\x20customizations','217539rBfBax','Pull\x20dataset\x20facts,\x20refresh\x20sdk-config.ts,\x20and\x20write\x20API\x20scaffold\x20if\x20missing\x20(','slice','\x20succeeded,\x20','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.','bool','read','cookie','656096gtJQJy','\x20app(s)\x20failed','appCode','Done:\x20','apiFilePath','Pulling\x20API\x20config\x20for\x20','yes','files','message','appcode','\x20\x20•\x20','sdkConfigPath','7768816nUpBhO','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','1097995kWeDmy','4630486azROKi','sdkRouting','modelCount','isDefaultConfig','global','models','rawFlags','isDefault','\x20failed','action','clientFilePath','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','fail','Fetched\x20','Output\x20directory\x20(default:\x20','force','Pulling\x20','\x20model(s)','basename','str','includes','succeed',')...','361960nNcHat','api','needsAgentMerge','Failed:\x20','env','28zeDRtl','apiDir','98317TpapDr','--force\x20requires\x20--yes\x20because\x20it\x20replaces\x20existing\x20api.ts\x20and\x20client.ts.'];a17_0x43b0=function(){return _0x3f4ba6;};return a17_0x43b0();}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';import{initMultiAppEnvironment}from'../../context.js';import a17_0x65f3e1 from'node:path';const EXISTING_TS_HINT=a17_0x4d46e7(0xba);function toPullData(_0x2e9736){const _0x38647e=a17_0x4d46e7;return{'appCode':_0x2e9736[_0x38647e(0xc0)],'configName':_0x2e9736['configName'],'isDefaultConfig':_0x2e9736[_0x38647e(0xd0)],'models':_0x2e9736[_0x38647e(0xd2)],'sdkRouting':_0x2e9736[_0x38647e(0xce)],'files':_0x2e9736[_0x38647e(0xc5)],'needsAgentMerge':_0x2e9736['needsAgentMerge'],'apiFilePath':_0x2e9736[_0x38647e(0xc2)],'clientFilePath':_0x2e9736[_0x38647e(0xd7)],'sdkConfigPath':_0x2e9736['sdkConfigPath'],'datasetCount':_0x2e9736[_0x38647e(0xcf)],'modelCount':_0x2e9736[_0x38647e(0xcf)]};}function describePull(_0x139f92){const _0x117fd5=a17_0x4d46e7,_0xcecbaa=a17_0x65f3e1[_0x117fd5(0xdf)](_0x139f92['sdkConfigPath']);if(_0x139f92[_0x117fd5(0xe6)])return'Fetched\x20'+_0x139f92[_0x117fd5(0xcf)]+_0x117fd5(0xd8)+_0xcecbaa+'.\x20'+EXISTING_TS_HINT;if(_0x139f92['files'][_0x117fd5(0xe5)][_0x117fd5(0xd6)]===_0x117fd5(0xef)||_0x139f92[_0x117fd5(0xc5)]['client']['action']==='overwritten')return _0x117fd5(0xda)+_0x139f92[_0x117fd5(0xcf)]+_0x117fd5(0xcb)+_0x139f92['modelCount']+_0x117fd5(0xde);return _0x117fd5(0xda)+_0x139f92[_0x117fd5(0xcf)]+'\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20'+_0x139f92[_0x117fd5(0xcf)]+_0x117fd5(0xde);}export const apiPull={'service':'api','command':'pull','description':a17_0x4d46e7(0xf6)+DEFAULT_API_DIR+'/)','risk':a17_0x4d46e7(0xbc),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a17_0x4d46e7(0xf2),'description':a17_0x4d46e7(0xdb)+DEFAULT_API_DIR+'/)'},{'name':a17_0x4d46e7(0xd1),'type':a17_0x4d46e7(0xf0),'description':'Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','default':![]},{'name':a17_0x4d46e7(0xdc),'type':'boolean','description':a17_0x4d46e7(0xf4),'default':![]}],async 'validate'(_0x489667){const _0x3c4ddb=a17_0x4d46e7;if(_0x489667['bool'](_0x3c4ddb(0xdc))&&!_0x489667[_0x3c4ddb(0xbb)](_0x3c4ddb(0xc4)))throw CliErrors['validation'](_0x3c4ddb(0xec),'Review\x20local\x20customizations,\x20then\x20rerun\x20with\x20--force\x20--yes.');},async 'execute'(_0x1db9fa){const _0x513b2e=a17_0x4d46e7,_0x2406d4=_0x1db9fa[_0x513b2e(0xd3)][_0x513b2e(0xc7)]?String(_0x1db9fa[_0x513b2e(0xd3)][_0x513b2e(0xc7)]):undefined,_0x16246a=_0x1db9fa[_0x513b2e(0xe0)]('output')||undefined,_0x3d4b39=_0x1db9fa[_0x513b2e(0xbb)](_0x513b2e(0xdc)),_0x4d1eab=resolveTargetApps(_0x1db9fa,_0x2406d4);if(_0x4d1eab){let _0x294213=0x0,_0x467e59=0x0;const _0x4d98f1=[];for(const _0xa2a52e of _0x4d1eab){const _0x4b1c9b=_0xa2a52e[_0x513b2e(0xbd)]||_0x1db9fa[_0x513b2e(0xbd)],_0x4641bf=_0xa2a52e[_0x513b2e(0xe8)]||'production';await initMultiAppEnvironment(_0xa2a52e);const _0x171094=_0xa2a52e['apiDir']||_0x16246a||_0x1db9fa[_0x513b2e(0xea)]||DEFAULT_API_DIR,_0x79d7d1=_0xa2a52e[_0x513b2e(0xd4)]?'':_0xa2a52e[_0x513b2e(0xf3)]||_0xa2a52e['appcode'],_0x4416c2=a17_0x4aa723(_0x513b2e(0xdd)+_0xa2a52e[_0x513b2e(0xf3)]+'\x20('+_0xa2a52e[_0x513b2e(0xc7)]+_0x513b2e(0xe3))[_0x513b2e(0xed)]();try{const {configArray:_0x4e1d53}=await fetchModelList(_0xa2a52e[_0x513b2e(0xc7)],_0x4b1c9b),_0xdcc71a=await generateApiFile(_0x4e1d53,_0x79d7d1,_0xa2a52e[_0x513b2e(0xc7)],_0xa2a52e['isDefault'],_0x4641bf,_0x171094,_0xa2a52e[_0x513b2e(0xf3)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x3d4b39});_0x4416c2[_0x513b2e(0xe2)](_0xa2a52e[_0x513b2e(0xf3)]+':\x20'+describePull(_0xdcc71a)),writeCliSideChannelLine('\x20\x20•\x20'+_0xdcc71a[_0x513b2e(0xc9)]),writeCliSideChannelLine(_0x513b2e(0xc8)+_0xdcc71a[_0x513b2e(0xc2)]),writeCliSideChannelLine(_0x513b2e(0xc8)+_0xdcc71a[_0x513b2e(0xd7)]),_0x4d98f1['push'](toPullData(_0xdcc71a)),_0x294213++;}catch(_0x4bf4e6){_0x4416c2[_0x513b2e(0xd9)](_0xa2a52e['name']+':\x20'+(_0x4bf4e6 instanceof Error?_0x4bf4e6[_0x513b2e(0xc6)]:String(_0x4bf4e6))),_0x467e59++;}}writeCliSideChannelLine('');if(_0x467e59>0x0)writeCliSideChannelLine('!\x20'+_0x467e59+_0x513b2e(0xbf));return{'ok':_0x467e59===0x0,'message':_0x513b2e(0xc1)+_0x294213+_0x513b2e(0xb9)+_0x467e59+_0x513b2e(0xd5),'data':{'apps':_0x4d98f1,'succeeded':_0x294213,'failed':_0x467e59}};}const _0x3a7741=_0x2406d4&&_0x2406d4[_0x513b2e(0xe1)]('-')?_0x2406d4['split']('-')[_0x513b2e(0xb8)](0x1)['join']('-'):'',_0x48ef88=_0x16246a||_0x1db9fa['apiDir']||DEFAULT_API_DIR,_0x4a54fc=!_0x2406d4,_0x30a3b8=a17_0x4aa723(_0x513b2e(0xc3)+_0x1db9fa['appCode']+'...')['start']();try{const {configArray:_0x5ae754}=await fetchModelList(_0x1db9fa[_0x513b2e(0xc0)],_0x1db9fa[_0x513b2e(0xbd)]),_0xb3e2ec=await generateApiFile(_0x5ae754,_0x3a7741,_0x1db9fa['appCode'],_0x4a54fc,getEnv(),_0x48ef88,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x3d4b39});return _0x30a3b8[_0x513b2e(0xe2)](describePull(_0xb3e2ec)),writeCliSideChannelLine('\x20\x20•\x20'+_0xb3e2ec[_0x513b2e(0xc9)]),writeCliSideChannelLine(_0x513b2e(0xc8)+_0xb3e2ec[_0x513b2e(0xc2)]),writeCliSideChannelLine(_0x513b2e(0xc8)+_0xb3e2ec['clientFilePath']),{'ok':!![],'message':describePull(_0xb3e2ec),'data':toPullData(_0xb3e2ec)};}catch(_0x1a066f){_0x30a3b8[_0x513b2e(0xd9)](_0x513b2e(0xe7)+(_0x1a066f instanceof Error?_0x1a066f[_0x513b2e(0xc6)]:String(_0x1a066f)));throw _0x1a066f;}}};
1
+ const a22_0x3d695e=a22_0x199d;function a22_0x415d(){const _0x3ce3b0=[';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','\x20does\x20not\x20contain\x20AppCode\x20\x22','needsAgentMerge','app','72cEyCsS','files','defaultApp','isDefault','bool','validation','env','...','12Kglszx','action','needsProjectUpgrade','268958OIrLcM','mergedCli','string','\x20succeeded,\x20','created','\x20failed','rawFlags','Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22','479008YCIZDW','sdkConfigPath','appcode','project','api','Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','client','succeed','name','force','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','read','7CEhAqT','find','1564233vWYtLb','selectedAppName','apiDir','profiles','\x20app(s)\x20failed','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`.','clientFilePath','includes','models','isDefaultConfig','hasAppCode',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','AppCode\x20\x22','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','Pulling\x20API\x20config\x20for\x20','map','2087765qrmdcw','global','modelCount','Output\x20directory\x20(default:\x20','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','overwritten','default','modelProfile','size','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','NOT-SET','isUnboundTemplate','7356510ZocECx','boolean','pull','sdkRouting','join','slice','start','yes','Fetched\x20','exists','72810tSDNEL','push','modelRuntimePath','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','appCode','modelRegistryPath','Pulling\x20','currentApp','none','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','message','split','apiFilePath','\x20\x20•\x20','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.','filter','28zLKVEu',')...','Done:\x20','1617645TNBqVQ','production','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.'];a22_0x415d=function(){return _0x3ce3b0;};return a22_0x415d();}(function(_0x5bbb65,_0x138036){const _0x5bcb66=a22_0x199d,_0x53ee8c=_0x5bbb65();while(!![]){try{const _0x307c82=-parseInt(_0x5bcb66(0x112))/0x1*(-parseInt(_0x5bcb66(0xfe))/0x2)+-parseInt(_0x5bcb66(0xec))/0x3+parseInt(_0x5bcb66(0xfb))/0x4*(-parseInt(_0x5bcb66(0x124))/0x5)+parseInt(_0x5bcb66(0x130))/0x6+-parseInt(_0x5bcb66(0xe9))/0x7*(-parseInt(_0x5bcb66(0x106))/0x8)+parseInt(_0x5bcb66(0xf3))/0x9*(-parseInt(_0x5bcb66(0x13a))/0xa)+parseInt(_0x5bcb66(0x114))/0xb;if(_0x307c82===_0x138036)break;else _0x53ee8c['push'](_0x53ee8c['shift']());}catch(_0x52db90){_0x53ee8c['push'](_0x53ee8c['shift']());}}}(a22_0x415d,0xaaa8f));import a22_0x33653a from'ora';import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';function a22_0x199d(_0x16bce0,_0x5db8d0){_0x16bce0=_0x16bce0-0xde;const _0x415d60=a22_0x415d();let _0x199d6=_0x415d60[_0x16bce0];return _0x199d6;}import a22_0x5a3a21 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';const EXISTING_TS_HINT=a22_0x3d695e(0x119);function inspectModelRegistry(_0x592fa1,_0x3057a1){const _0x5db9b6=a22_0x3d695e,_0x51ff8d=a22_0x5a3a21[_0x5db9b6(0x134)](_0x592fa1,MODEL_REGISTRY_FILE_NAME),_0x34eb48=existsSync(_0x51ff8d);if(!_0x34eb48)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0x45df11=readModelRegistry(_0x51ff8d);if(!_0x45df11)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x5db9b6(0x128));const _0x3d6128=new Set(Object['values'](_0x45df11[_0x5db9b6(0x117)])[_0x5db9b6(0x123)](_0x2ef32c=>_0x2ef32c[_0x5db9b6(0x13e)])[_0x5db9b6(0xe8)](_0x4a3d79=>_0x4a3d79!==_0x5db9b6(0x12e)));return{'exists':!![],'hasAppCode':!!_0x3057a1&&_0x3d6128['has'](_0x3057a1),'isUnboundTemplate':_0x3d6128[_0x5db9b6(0x12c)]===0x0};}function toPullData(_0x2c64b0){const _0x38ad7c=a22_0x3d695e;return{'appCode':_0x2c64b0[_0x38ad7c(0x13e)],'configName':_0x2c64b0['configName'],'isDefaultConfig':_0x2c64b0[_0x38ad7c(0x11d)],'models':_0x2c64b0[_0x38ad7c(0x11c)],'sdkRouting':_0x2c64b0[_0x38ad7c(0x133)],'files':_0x2c64b0['files'],'needsAgentMerge':_0x2c64b0['needsAgentMerge'],'needsProjectUpgrade':_0x2c64b0[_0x38ad7c(0xfd)],'apiFilePath':_0x2c64b0['apiFilePath'],'clientFilePath':_0x2c64b0[_0x38ad7c(0x11a)],'sdkConfigPath':_0x2c64b0['sdkConfigPath'],'modelRegistryPath':_0x2c64b0[_0x38ad7c(0x13f)],'modelRuntimePath':_0x2c64b0[_0x38ad7c(0x13c)],'modelProfile':_0x2c64b0[_0x38ad7c(0x12b)],'datasetCount':_0x2c64b0[_0x38ad7c(0x126)],'modelCount':_0x2c64b0[_0x38ad7c(0x126)]};}function describePull(_0x4c8bcf){const _0x1f4121=a22_0x3d695e,_0x5cb3eb=a22_0x5a3a21['basename'](_0x4c8bcf[_0x1f4121(0x107)]);if(_0x4c8bcf[_0x1f4121(0x12b)]){const _0x128004='Fetched\x20'+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0x12d)+_0x4c8bcf[_0x1f4121(0x12b)]+'\x22';if(_0x4c8bcf[_0x1f4121(0xf1)])return _0x128004+'.\x20'+EXISTING_TS_HINT;if(_0x4c8bcf[_0x1f4121(0xf4)][_0x1f4121(0x10a)][_0x1f4121(0xfc)]===_0x1f4121(0x129)||_0x4c8bcf['files'][_0x1f4121(0x10c)][_0x1f4121(0xfc)]==='overwritten')return _0x128004+_0x1f4121(0x11f);if(_0x4c8bcf[_0x1f4121(0xf4)]['api']['action']===_0x1f4121(0x102)||_0x4c8bcf[_0x1f4121(0xf4)][_0x1f4121(0x10c)][_0x1f4121(0xfc)]==='created')return _0x128004+';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints';return _0x128004+_0x1f4121(0xef);}if(_0x4c8bcf[_0x1f4121(0xf1)])return'Fetched\x20'+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0xe5)+_0x5cb3eb+'.\x20'+EXISTING_TS_HINT;if(_0x4c8bcf[_0x1f4121(0xf4)][_0x1f4121(0x10a)][_0x1f4121(0xfc)]===_0x1f4121(0x129)||_0x4c8bcf[_0x1f4121(0xf4)]['client']['action']===_0x1f4121(0x129))return _0x1f4121(0x138)+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0x110)+_0x4c8bcf[_0x1f4121(0x126)]+'\x20model(s)';return'Fetched\x20'+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0xe0)+_0x4c8bcf['modelCount']+'\x20model(s)';}export const apiPull={'service':a22_0x3d695e(0x10a),'command':a22_0x3d695e(0x132),'description':a22_0x3d695e(0x13d)+DEFAULT_API_DIR+'/)','risk':a22_0x3d695e(0x111),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a22_0x3d695e(0x100),'description':a22_0x3d695e(0x127)+DEFAULT_API_DIR+'/)'},{'name':a22_0x3d695e(0x125),'type':a22_0x3d695e(0x131),'description':a22_0x3d695e(0x121),'default':![]},{'name':a22_0x3d695e(0x10f),'type':'boolean','description':a22_0x3d695e(0x10b),'default':![]}],async 'validate'(_0x303feb){const _0x5bd927=a22_0x3d695e;if(_0x303feb[_0x5bd927(0xf7)]('force')&&!_0x303feb[_0x5bd927(0xf7)](_0x5bd927(0x137)))throw CliErrors[_0x5bd927(0xf8)](_0x5bd927(0xe7),'Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.');},async 'execute'(_0x49f261){const _0x41740b=a22_0x3d695e,_0x57975f=_0x49f261[_0x41740b(0x104)][_0x41740b(0x108)]?String(_0x49f261[_0x41740b(0x104)][_0x41740b(0x108)]):undefined,_0x65c046=_0x49f261['str']('output')||undefined,_0x2d88b1=_0x49f261[_0x41740b(0xf7)](_0x41740b(0x10f)),_0x4c363f=resolveTargetApps(_0x49f261,_0x57975f),_0x59e2b9=_0x49f261['bool'](_0x41740b(0x125))?'merged':_0x41740b(0x109),_0x35297f=getMultiAppConfigs(_0x59e2b9),_0x361071=_0x3bbab8=>_0x3bbab8[_0x41740b(0x116)]||_0x65c046||_0x49f261[_0x41740b(0x116)]||DEFAULT_API_DIR,_0x467733=_0x35297f?resolveApiProfileLayouts(_0x35297f,_0x361071):undefined;let _0x6178c9=_0x4c363f;if(!_0x6178c9&&_0x35297f){const _0x2442be=_0x49f261[_0x41740b(0x115)]?_0x35297f[_0x41740b(0x113)](_0xa0f77e=>_0xa0f77e[_0x41740b(0x10e)]===_0x49f261[_0x41740b(0x115)]):undefined,_0x229ea2=_0x35297f[_0x41740b(0xe8)](_0xe25a3b=>_0xe25a3b[_0x41740b(0x108)]===_0x49f261[_0x41740b(0x13e)]);if(!_0x2442be&&_0x229ea2['length']>0x1)throw CliErrors[_0x41740b(0xf8)](_0x41740b(0x120)+_0x49f261[_0x41740b(0x13e)]+_0x41740b(0xe6)+_0x229ea2[_0x41740b(0x123)](_0xf81726=>_0xf81726['name'])[_0x41740b(0x134)](',\x20')+'.','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.');const _0x1c1065=_0x2442be??_0x229ea2[0x0];if(_0x1c1065)_0x6178c9=[_0x1c1065];}if(_0x6178c9){let _0x45a514=0x0,_0x3a68ed=0x0;const _0x2da5a0=[],_0x361e6e=_0x467733??resolveApiProfileLayouts(_0x6178c9,_0x361071);for(const _0x41e9a1 of _0x6178c9){const _0x462dcc=_0x41e9a1['cookie']||_0x49f261['cookie'],_0x50ea37=_0x41e9a1[_0x41740b(0xf9)]||_0x41740b(0xed);await initMultiAppEnvironment(_0x41e9a1);const _0x50f409=_0x361e6e[_0x41740b(0x113)](_0x2d4abf=>_0x2d4abf['app'][_0x41740b(0x10e)]===_0x41e9a1[_0x41740b(0x10e)]);if(!_0x50f409)throw new Error(_0x41740b(0x105)+_0x41e9a1[_0x41740b(0x10e)]+'\x22\x20was\x20not\x20resolved.');const _0x4a8e76=getRegistryGroup(_0x361e6e,_0x50f409),_0x22b9b7=_0x50f409['outputDir'],_0xb31309=_0x4a8e76?'':_0x41e9a1[_0x41740b(0xf6)]?'':_0x41e9a1['name']||_0x41e9a1[_0x41740b(0x108)],_0x61d053=_0x4a8e76?.[_0x41740b(0x113)](_0x1a8003=>_0x1a8003['app']['isDefault'])??_0x4a8e76?.[0x0];if(_0x4a8e76)inspectModelRegistry(_0x22b9b7);const _0x247a15=a22_0x33653a(_0x41740b(0x140)+_0x41e9a1[_0x41740b(0x10e)]+'\x20('+_0x41e9a1[_0x41740b(0x108)]+_0x41740b(0xea))[_0x41740b(0x136)]();try{const {configArray:_0x569d54}=await fetchModelList(_0x41e9a1[_0x41740b(0x108)],_0x462dcc),_0x5020bc=await generateApiFile(_0x569d54,_0xb31309,_0x41e9a1['appcode'],_0x41e9a1[_0x41740b(0xf6)],_0x50ea37,_0x22b9b7,_0x41e9a1[_0x41740b(0x10e)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x4a8e76?![]:_0x2d88b1,'allowEmptyModelReplacement':_0x4a8e76?_0x2d88b1:undefined,'scaffoldMode':_0x4a8e76?_0x41740b(0xdf):undefined,..._0x4a8e76?{'modelProfile':{'name':_0x41e9a1[_0x41740b(0x10e)],'defaultName':_0x61d053[_0x41740b(0xf2)][_0x41740b(0x10e)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x247a15[_0x41740b(0x10d)](_0x41e9a1[_0x41740b(0x10e)]+':\x20'+describePull(_0x5020bc)),writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc['sdkConfigPath']),writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc['apiFilePath']),writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc[_0x41740b(0x11a)]),_0x5020bc['modelRegistryPath']&&writeCliSideChannelLine('\x20\x20•\x20'+_0x5020bc['modelRegistryPath']),_0x5020bc[_0x41740b(0x13c)]&&writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc['modelRuntimePath']),_0x2da5a0[_0x41740b(0x13b)](toPullData(_0x5020bc)),_0x45a514++;}catch(_0x56c3ac){_0x247a15['fail'](_0x41e9a1[_0x41740b(0x10e)]+':\x20'+(_0x56c3ac instanceof Error?_0x56c3ac[_0x41740b(0xe1)]:String(_0x56c3ac))),_0x3a68ed++;}}writeCliSideChannelLine('');if(_0x3a68ed>0x0)writeCliSideChannelLine('!\x20'+_0x3a68ed+_0x41740b(0x118));return{'ok':_0x3a68ed===0x0,'message':_0x41740b(0xeb)+_0x45a514+_0x41740b(0x101)+_0x3a68ed+_0x41740b(0x103),'data':{'apps':_0x2da5a0,'succeeded':_0x45a514,'failed':_0x3a68ed}};}const _0x2ed82a=_0x57975f&&_0x57975f[_0x41740b(0x11b)]('-')?_0x57975f[_0x41740b(0xe2)]('-')[_0x41740b(0x135)](0x1)[_0x41740b(0x134)]('-'):'',_0x2da0a0=_0x65c046||_0x49f261[_0x41740b(0x116)]||DEFAULT_API_DIR,_0x2eef98=!_0x57975f,_0x41d890=inspectModelRegistry(_0x2da0a0,_0x49f261['appCode']),_0x22908d=_0x49f261[_0x41740b(0x115)]||_0x49f261['mergedCli']?.[_0x41740b(0xde)]||_0x49f261[_0x41740b(0xff)]?.[_0x41740b(0xf5)]||_0x41740b(0x12a);if(_0x41d890['exists']&&!_0x41d890[_0x41740b(0x11e)]&&!_0x41d890['isUnboundTemplate'])throw CliErrors[_0x41740b(0xf8)](MODEL_REGISTRY_FILE_NAME+_0x41740b(0xf0)+_0x49f261['appCode']+'\x22.',_0x41740b(0xee));const _0xafe64a=a22_0x33653a(_0x41740b(0x122)+_0x49f261[_0x41740b(0x13e)]+_0x41740b(0xfa))[_0x41740b(0x136)]();try{const {configArray:_0x2655f2}=await fetchModelList(_0x49f261[_0x41740b(0x13e)],_0x49f261['cookie']),_0x4e87ad=await generateApiFile(_0x2655f2,_0x2ed82a,_0x49f261[_0x41740b(0x13e)],_0x2eef98,getEnv(),_0x2da0a0,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x41d890[_0x41740b(0x139)]?![]:_0x2d88b1,'allowEmptyModelReplacement':_0x41d890[_0x41740b(0x139)]?_0x2d88b1:undefined,'scaffoldMode':_0x41d890['exists']?_0x41740b(0xdf):undefined,..._0x41d890['hasAppCode']||_0x41d890[_0x41740b(0x12f)]||!_0x41d890['exists']&&_0x2d88b1?{'modelProfile':{'name':_0x22908d,'defaultName':_0x49f261['mergedCli']?.[_0x41740b(0xf5)]??_0x22908d,'runtimeDomain':getRuntimeDomain()}}:{}});return _0xafe64a[_0x41740b(0x10d)](describePull(_0x4e87ad)),writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0x107)]),writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0xe3)]),writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0x11a)]),_0x4e87ad[_0x41740b(0x13f)]&&writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0x13f)]),_0x4e87ad['modelRuntimePath']&&writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad['modelRuntimePath']),{'ok':!![],'message':describePull(_0x4e87ad),'data':toPullData(_0x4e87ad)};}catch(_0x431780){_0xafe64a['fail']('Failed:\x20'+(_0x431780 instanceof Error?_0x431780[_0x41740b(0xe1)]:String(_0x431780)));throw _0x431780;}}};
@@ -1 +1 @@
1
- function a18_0x26f8(_0x23cf2f,_0x55489d){_0x23cf2f=_0x23cf2f-0x18d;const _0x4912ed=a18_0x4912();let _0x26f8a0=_0x4912ed[_0x23cf2f];return _0x26f8a0;}(function(_0x2e196e,_0x2dce7a){const _0xb75fa5=a18_0x26f8,_0x2c5582=_0x2e196e();while(!![]){try{const _0x4f979d=-parseInt(_0xb75fa5(0x18d))/0x1+-parseInt(_0xb75fa5(0x19d))/0x2*(parseInt(_0xb75fa5(0x190))/0x3)+parseInt(_0xb75fa5(0x1a1))/0x4+-parseInt(_0xb75fa5(0x196))/0x5*(-parseInt(_0xb75fa5(0x1a0))/0x6)+-parseInt(_0xb75fa5(0x197))/0x7+-parseInt(_0xb75fa5(0x19f))/0x8+parseInt(_0xb75fa5(0x19b))/0x9;if(_0x4f979d===_0x2dce7a)break;else _0x2c5582['push'](_0x2c5582['shift']());}catch(_0x3fd31f){_0x2c5582['push'](_0x2c5582['shift']());}}}(a18_0x4912,0x5faa7));function a18_0x4912(){const _0xaad4bf=['4821334qTCQkh','length','App\x20\x22','join','11429874XhDeFu','map','2uyRJAO','merged','1001296JaFvir','1586670ZtNlKM','1654056jlTDJT','102147KlgpyB','global','project','1920081cVEQdS','bool','filter','selectedAppName','name','\x22\x20not\x20found\x20in\x20config.\x20Available:\x20','5EfpfWe'];a18_0x4912=function(){return _0xaad4bf;};return a18_0x4912();}import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';export function resolveTargetApps(_0x471afe,_0x444a81){const _0x41a090=a18_0x26f8;if(_0x444a81)return null;const _0x13f264=_0x471afe[_0x41a090(0x191)](_0x41a090(0x18e))?_0x41a090(0x19e):_0x41a090(0x18f);let _0x2ac6bd=getMultiAppConfigs(_0x13f264);if(!_0x2ac6bd||_0x2ac6bd['length']===0x0)return null;if(_0x471afe[_0x41a090(0x193)]){const _0x5afb36=_0x2ac6bd[_0x41a090(0x192)](_0x6ab3ca=>_0x6ab3ca[_0x41a090(0x194)]===_0x471afe[_0x41a090(0x193)]);if(_0x5afb36[_0x41a090(0x198)]===0x0){const _0x547c34=_0x2ac6bd[_0x41a090(0x19c)](_0x2ea100=>_0x2ea100[_0x41a090(0x194)])[_0x41a090(0x19a)](',\x20');throw CliErrors['validation'](_0x41a090(0x199)+_0x471afe[_0x41a090(0x193)]+_0x41a090(0x195)+_0x547c34);}_0x2ac6bd=_0x5afb36;}return _0x2ac6bd;}
1
+ (function(_0x346613,_0x40b8e9){const _0x5e5da3=a23_0x52e4,_0x672010=_0x346613();while(!![]){try{const _0x21ec25=parseInt(_0x5e5da3(0x151))/0x1+parseInt(_0x5e5da3(0x14b))/0x2+parseInt(_0x5e5da3(0x155))/0x3*(parseInt(_0x5e5da3(0x148))/0x4)+parseInt(_0x5e5da3(0x14d))/0x5+-parseInt(_0x5e5da3(0x14e))/0x6+-parseInt(_0x5e5da3(0x153))/0x7*(-parseInt(_0x5e5da3(0x145))/0x8)+parseInt(_0x5e5da3(0x150))/0x9*(-parseInt(_0x5e5da3(0x147))/0xa);if(_0x21ec25===_0x40b8e9)break;else _0x672010['push'](_0x672010['shift']());}catch(_0x4a5ec6){_0x672010['push'](_0x672010['shift']());}}}(a23_0x9e41,0xa1537));import{getMultiAppConfigs}from'../../utils/config.js';function a23_0x9e41(){const _0x3b7771=['name','10zrlogG','4BWKAcs','App\x20\x22','map','333786tuGsNe','length','3186660IovJaa','7674450bSVnJH','join','11300157ncemoM','358393YJESIB','global','5758396AHjJAH','selectedAppName','3630579tflBss','filter','merged','project','bool','validation','8SUisBK'];a23_0x9e41=function(){return _0x3b7771;};return a23_0x9e41();}import{CliErrors}from'../../errors.js';function a23_0x52e4(_0x3fc884,_0x485b7d){_0x3fc884=_0x3fc884-0x140;const _0x9e41d2=a23_0x9e41();let _0x52e430=_0x9e41d2[_0x3fc884];return _0x52e430;}export function resolveTargetApps(_0x5e76c9,_0x52ba77){const _0xc28172=a23_0x52e4;if(_0x52ba77)return null;const _0x29af6b=_0x5e76c9[_0xc28172(0x143)](_0xc28172(0x152))?_0xc28172(0x141):_0xc28172(0x142);let _0x382532=getMultiAppConfigs(_0x29af6b);if(!_0x382532||_0x382532['length']===0x0)return null;if(_0x5e76c9[_0xc28172(0x154)]){const _0x4c0292=_0x382532[_0xc28172(0x140)](_0x2ab494=>_0x2ab494[_0xc28172(0x146)]===_0x5e76c9[_0xc28172(0x154)]);if(_0x4c0292[_0xc28172(0x14c)]===0x0){const _0x55fa7e=_0x382532[_0xc28172(0x14a)](_0x437495=>_0x437495[_0xc28172(0x146)])[_0xc28172(0x14f)](',\x20');throw CliErrors[_0xc28172(0x144)](_0xc28172(0x149)+_0x5e76c9[_0xc28172(0x154)]+'\x22\x20not\x20found\x20in\x20config.\x20Available:\x20'+_0x55fa7e);}_0x382532=_0x4c0292;}return _0x382532;}
@@ -1 +1 @@
1
- function a19_0x25c7(_0x6db29c,_0x33c88f){_0x6db29c=_0x6db29c-0x184;const _0x256c39=a19_0x256c();let _0x25c735=_0x256c39[_0x6db29c];return _0x25c735;}function a19_0x256c(){const _0x46639e=['17qOpWEy','2703DcsrDq','70922ubXXAe','220pQppHC','3690RJsBGa','12lVxaBM','130zXGEQb','717036CSKFCt','1008snVLlw','1464270gfAhci','224280WCSTZY','24wKHNwd','4113263ZRkWLp'];a19_0x256c=function(){return _0x46639e;};return a19_0x256c();}(function(_0x1c5497,_0x41a350){const _0x4ad8f4=a19_0x25c7,_0x32d4c9=_0x1c5497();while(!![]){try{const _0xeac57f=parseInt(_0x4ad8f4(0x184))/0x1*(parseInt(_0x4ad8f4(0x186))/0x2)+-parseInt(_0x4ad8f4(0x185))/0x3*(-parseInt(_0x4ad8f4(0x187))/0x4)+-parseInt(_0x4ad8f4(0x18d))/0x5*(parseInt(_0x4ad8f4(0x189))/0x6)+-parseInt(_0x4ad8f4(0x18e))/0x7*(-parseInt(_0x4ad8f4(0x18f))/0x8)+parseInt(_0x4ad8f4(0x18c))/0x9*(-parseInt(_0x4ad8f4(0x188))/0xa)+-parseInt(_0x4ad8f4(0x190))/0xb+parseInt(_0x4ad8f4(0x18b))/0xc*(parseInt(_0x4ad8f4(0x18a))/0xd);if(_0xeac57f===_0x41a350)break;else _0x32d4c9['push'](_0x32d4c9['shift']());}catch(_0x62160b){_0x32d4c9['push'](_0x32d4c9['shift']());}}}(a19_0x256c,0x543f1));import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];
1
+ (function(_0x467bd1,_0xf7b475){const _0x17bc05=a24_0x3a4f,_0x21db95=_0x467bd1();while(!![]){try{const _0x516ea1=parseInt(_0x17bc05(0x90))/0x1*(parseInt(_0x17bc05(0x89))/0x2)+parseInt(_0x17bc05(0x8c))/0x3+-parseInt(_0x17bc05(0x88))/0x4+parseInt(_0x17bc05(0x8b))/0x5+parseInt(_0x17bc05(0x8a))/0x6*(parseInt(_0x17bc05(0x91))/0x7)+parseInt(_0x17bc05(0x8d))/0x8*(-parseInt(_0x17bc05(0x8f))/0x9)+parseInt(_0x17bc05(0x8e))/0xa;if(_0x516ea1===_0xf7b475)break;else _0x21db95['push'](_0x21db95['shift']());}catch(_0xbb5baf){_0x21db95['push'](_0x21db95['shift']());}}}(a24_0x19c7,0xac2ee));import{appListDefinition}from'../../commands/app/list.js';function a24_0x19c7(){const _0x7d757=['4666310BEcewj','783ugFRHW','1RrHAZy','133wDyCSS','908936TjDbAl','854784gottBH','91578NADmIW','2235685cPnWTA','1909323wcUVRq','122768iqqlVb'];a24_0x19c7=function(){return _0x7d757;};return a24_0x19c7();}function a24_0x3a4f(_0x23877d,_0x32288a){_0x23877d=_0x23877d-0x88;const _0x19c71f=a24_0x19c7();let _0x3a4f56=_0x19c71f[_0x23877d];return _0x3a4f56;}import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];
@@ -1 +1 @@
1
- const a20_0x5ec4d7=a20_0x4906;(function(_0x340486,_0x476163){const _0x93ecdf=a20_0x4906,_0x1aa9d4=_0x340486();while(!![]){try{const _0x262f72=-parseInt(_0x93ecdf(0x87))/0x1*(-parseInt(_0x93ecdf(0x94))/0x2)+parseInt(_0x93ecdf(0xa3))/0x3+parseInt(_0x93ecdf(0x7f))/0x4*(parseInt(_0x93ecdf(0x9e))/0x5)+parseInt(_0x93ecdf(0xa1))/0x6+-parseInt(_0x93ecdf(0x95))/0x7*(parseInt(_0x93ecdf(0x90))/0x8)+parseInt(_0x93ecdf(0x80))/0x9*(-parseInt(_0x93ecdf(0x97))/0xa)+-parseInt(_0x93ecdf(0x93))/0xb*(parseInt(_0x93ecdf(0x9c))/0xc);if(_0x262f72===_0x476163)break;else _0x1aa9d4['push'](_0x1aa9d4['shift']());}catch(_0x167e0b){_0x1aa9d4['push'](_0x1aa9d4['shift']());}}}(a20_0x1526,0xe5f81));import{readRawConfigWithLayers}from'../../context.js';function a20_0x4906(_0xc41d85,_0x3a0fd5){_0xc41d85=_0xc41d85-0x7f;const _0x152664=a20_0x1526();let _0x4906f8=_0x152664[_0xc41d85];return _0x4906f8;}import{CLI_BIN_NAME}from'../../constant/cli.js';function a20_0x1526(){const _0x4219e6=['2358oVMklT','\x20config','merged','push','length','globalConfig','projectConfig','appcode','global','48EicjYY','globalPath','mergedCli','130141hRzTTn','526nZCmkk','18431PAXbEa','find','60KxVozz','region','apps','project','keys','2172DOwLNH','map','4951410mmwnOh','object','list','8664288cQBBgw','app','3986592YosPFm','boolean','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','entries','\x20in\x20','name','projectPath','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','No\x20apps\x20configured','4WYXIxH','1926279aWYdRV','isCurrent','remote','source','defaultApp','read','bool'];a20_0x1526=function(){return _0x4219e6;};return a20_0x1526();}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(_0xfd497c,_0x4d49cd,_0x101ee8){const _0x380e8a=a20_0x4906,_0x17a295=[],_0x430193=_0xfd497c['apps']&&typeof _0xfd497c[_0x380e8a(0x99)]==='object'?_0xfd497c[_0x380e8a(0x99)]:{},_0x21261d=_0xfd497c[_0x380e8a(0x84)]||undefined,_0x5e44f2=_0x21261d??(Object[_0x380e8a(0x9b)](_0x430193)[_0x380e8a(0x8b)]===0x1?Object[_0x380e8a(0x9b)](_0x430193)[0x0]:undefined);for(const [_0x4dd966,_0x1c5483]of Object['entries'](_0x430193)){if(!_0x1c5483||typeof _0x1c5483!=='object'||!_0x1c5483[_0x380e8a(0x8e)])continue;const _0x1affeb=resolveEffectiveRegion({'appRegion':_0x1c5483['region'],'projectRegion':_0x4d49cd===_0x380e8a(0x9a)?_0xfd497c['region']:undefined,'globalRegion':_0x4d49cd===_0x380e8a(0x8f)?_0xfd497c[_0x380e8a(0x98)]:_0x101ee8,'appName':_0x4dd966});_0x17a295[_0x380e8a(0x8a)]({'name':_0x4dd966,'appcode':_0x1c5483[_0x380e8a(0x8e)],'named':!![],'definedIn':_0x4d49cd,'isDefault':_0x4dd966===_0x5e44f2,...buildAppProfileListFields(_0x1c5483),'effectiveRegion':_0x1affeb[_0x380e8a(0x98)],'regionSource':_0x1affeb['source']});}return _0x17a295;}function buildMergedItems(_0x561680,_0x547361){const _0x58781a=a20_0x4906,{apps:apps={}}=_0x561680,_0x11d93f=_0x561680['defaultApp'],_0x3f83fc=_0x11d93f??(Object[_0x58781a(0x9b)](apps)['length']===0x1?Object[_0x58781a(0x9b)](apps)[0x0]:undefined),_0x3d7a6e=_0x547361[_0x58781a(0x8c)][_0x58781a(0x99)]&&typeof _0x547361['globalConfig'][_0x58781a(0x99)]===_0x58781a(0x9f)?_0x547361['globalConfig']['apps']:{},_0x515477=_0x547361[_0x58781a(0x8d)][_0x58781a(0x99)]&&typeof _0x547361[_0x58781a(0x8d)][_0x58781a(0x99)]==='object'?_0x547361['projectConfig']['apps']:{},_0x5989c2=Object[_0x58781a(0xa6)](apps),_0x163fcd=_0x5989c2[_0x58781a(0x9d)](([_0x106e40,_0x29612a])=>{const _0x196a7c=_0x58781a,_0x579121=appDefinedIn(_0x106e40,_0x3d7a6e,_0x515477),_0x2ed71e=Object['prototype']['hasOwnProperty']['call'](_0x515477,_0x106e40),_0x411b55=resolveEffectiveRegion({'appRegion':_0x29612a[_0x196a7c(0x98)],'projectRegion':_0x2ed71e?_0x547361['projectConfig'][_0x196a7c(0x98)]:undefined,'globalRegion':_0x547361[_0x196a7c(0x8c)][_0x196a7c(0x98)],'mergedRegion':_0x561680['region'],'appName':_0x106e40});return{'name':_0x106e40,'appcode':_0x29612a[_0x196a7c(0x8e)],'named':!![],'definedIn':_0x579121,'isDefault':_0x106e40===_0x3f83fc,...buildAppProfileListFields(_0x29612a),'effectiveRegion':_0x411b55['region'],'regionSource':_0x411b55[_0x196a7c(0x83)]};});return _0x163fcd;}function validateAppListFlags(_0x4fefe7){const _0x9ff947=a20_0x4906;if(!_0x4fefe7[_0x9ff947(0x86)](_0x9ff947(0x82)))return;if(!_0x4fefe7['bool'](_0x9ff947(0x8f))&&!_0x4fefe7['bool'](_0x9ff947(0x9a)))return;throw CliErrors['validation'](_0x9ff947(0xa5),'Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.');}async function execute(_0x54e703){const _0x5a58a1=a20_0x4906;validateAppListFlags(_0x54e703);if(_0x54e703[_0x5a58a1(0x86)]('remote'))return{'ok':!![],'data':await listRemoteAppDirectory(_0x54e703)};const _0x7f5476=_0x54e703[_0x5a58a1(0x86)](_0x5a58a1(0x8f)),_0x5863bd=_0x54e703['bool'](_0x5a58a1(0x9a)),_0x357fb9=_0x7f5476?'global':_0x5863bd?_0x5a58a1(0x9a):_0x5a58a1(0x89),{config:_0x3048bd,layers:_0x13ee84}=readRawConfigWithLayers(),_0x23e1e2=resolveDefaultAppSource(_0x13ee84),{defaultApp:_0x527053}=_0x3048bd;let _0x3553ef,_0x3ac511;switch(_0x357fb9){case _0x5a58a1(0x8f):_0x3553ef=buildItemsFromLayer(_0x13ee84[_0x5a58a1(0x8c)],_0x5a58a1(0x8f)),_0x3ac511=_0x13ee84['globalPath'];break;case _0x5a58a1(0x9a):_0x3553ef=buildItemsFromLayer(_0x13ee84[_0x5a58a1(0x8d)],_0x5a58a1(0x9a),_0x13ee84[_0x5a58a1(0x8c)][_0x5a58a1(0x98)]),_0x3ac511=_0x13ee84['projectPath'];break;default:_0x3553ef=buildMergedItems(_0x3048bd,_0x13ee84);break;}enrichAppListItemsWithMergedSelection(_0x3553ef,_0x54e703[_0x5a58a1(0x92)]);if(_0x3553ef[_0x5a58a1(0x8b)]===0x0){const _0x50ded1=_0x357fb9==='merged'?'':_0x5a58a1(0xa7)+_0x357fb9+_0x5a58a1(0x88);return{'ok':!![],'data':[],'message':_0x5a58a1(0xab)+_0x50ded1+'.\x20Use\x20`'+CLI_BIN_NAME+'\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.'};}const _0x266d11=_0x3553ef[_0x5a58a1(0x96)](_0x48a8e9=>_0x48a8e9[_0x5a58a1(0x81)]===!![]),_0x594f62=_0x527053??_0x266d11?.[_0x5a58a1(0xa8)]??null,_0x46d2ec=_0x357fb9===_0x5a58a1(0x89)?{'globalPath':_0x13ee84[_0x5a58a1(0x91)]??null,'projectPath':_0x13ee84[_0x5a58a1(0xa9)]??null,'defaultApp':_0x594f62,'defaultAppSource':_0x527053!=null?_0x23e1e2:null}:{'scope':_0x357fb9,'configPath':_0x3ac511??null};return{'ok':!![],'data':{'items':_0x3553ef,'meta':_0x46d2ec}};}export const appListDefinition={'service':a20_0x5ec4d7(0xa2),'command':a20_0x5ec4d7(0xa0),'description':'List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','risk':a20_0x5ec4d7(0x85),'auth':'optional','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a20_0x5ec4d7(0x82),'type':'boolean','description':a20_0x5ec4d7(0xaa),'default':![]},{'name':a20_0x5ec4d7(0x8f),'type':'boolean','description':'Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','default':![]},{'name':a20_0x5ec4d7(0x9a),'type':a20_0x5ec4d7(0xa4),'description':'Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','default':![]}],async 'validate'(_0x200e63){validateAppListFlags(_0x200e63);},'execute':execute};
1
+ const a25_0xa62010=a25_0x107d;(function(_0x8b47f7,_0x240c50){const _0x4fd864=a25_0x107d,_0x405e0f=_0x8b47f7();while(!![]){try{const _0x46e280=-parseInt(_0x4fd864(0x138))/0x1+-parseInt(_0x4fd864(0x147))/0x2+-parseInt(_0x4fd864(0x15e))/0x3*(-parseInt(_0x4fd864(0x149))/0x4)+-parseInt(_0x4fd864(0x136))/0x5+parseInt(_0x4fd864(0x13a))/0x6+parseInt(_0x4fd864(0x142))/0x7+parseInt(_0x4fd864(0x146))/0x8;if(_0x46e280===_0x240c50)break;else _0x405e0f['push'](_0x405e0f['shift']());}catch(_0x1319e2){_0x405e0f['push'](_0x405e0f['shift']());}}}(a25_0xf486,0x7a5d2));import{readRawConfigWithLayers}from'../../context.js';function a25_0xf486(){const _0x4f6fa1=['apps','region','merged','globalConfig','2153830rlzMKM','\x20in\x20','490668yaiWvq','boolean','4157178rpYFoj','name','defaultApp','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','find','entries','project','Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.','1178261yexwGU','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','globalPath','remote','3331936WZHkPz','789646bPMsXs','hasOwnProperty','17844UUmIXC','global','optional','object','bool','mergedCli','push','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','appcode','app','projectConfig','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','map','list','read','isCurrent','keys','call','validation','prototype','\x20config','363nFxgBF','source','projectPath','length','List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login'];a25_0xf486=function(){return _0x4f6fa1;};return a25_0xf486();}import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';function a25_0x107d(_0x169fea,_0x14f89b){_0x169fea=_0x169fea-0x12e;const _0xf48651=a25_0xf486();let _0x107dbb=_0xf48651[_0x169fea];return _0x107dbb;}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(_0x482cc2,_0x9f690,_0x4e4e06){const _0x55d534=a25_0x107d,_0x2c6fc5=[],_0x180a93=_0x482cc2[_0x55d534(0x132)]&&typeof _0x482cc2[_0x55d534(0x132)]==='object'?_0x482cc2[_0x55d534(0x132)]:{},_0x37b6a8=_0x482cc2[_0x55d534(0x13c)]||undefined,_0x55af91=_0x37b6a8??(Object[_0x55d534(0x159)](_0x180a93)['length']===0x1?Object['keys'](_0x180a93)[0x0]:undefined);for(const [_0x2ff0dd,_0x59da21]of Object[_0x55d534(0x13f)](_0x180a93)){if(!_0x59da21||typeof _0x59da21!==_0x55d534(0x14c)||!_0x59da21[_0x55d534(0x151)])continue;const _0x11e401=resolveEffectiveRegion({'appRegion':_0x59da21[_0x55d534(0x133)],'projectRegion':_0x9f690===_0x55d534(0x140)?_0x482cc2[_0x55d534(0x133)]:undefined,'globalRegion':_0x9f690===_0x55d534(0x14a)?_0x482cc2[_0x55d534(0x133)]:_0x4e4e06,'appName':_0x2ff0dd});_0x2c6fc5[_0x55d534(0x14f)]({'name':_0x2ff0dd,'appcode':_0x59da21[_0x55d534(0x151)],'named':!![],'definedIn':_0x9f690,'isDefault':_0x2ff0dd===_0x55af91,...buildAppProfileListFields(_0x59da21),'effectiveRegion':_0x11e401[_0x55d534(0x133)],'regionSource':_0x11e401[_0x55d534(0x12e)]});}return _0x2c6fc5;}function buildMergedItems(_0x4cff6a,_0x24a842){const _0x3cd527=a25_0x107d,{apps:apps={}}=_0x4cff6a,_0x462ce9=_0x4cff6a[_0x3cd527(0x13c)],_0x2a893c=_0x462ce9??(Object[_0x3cd527(0x159)](apps)[_0x3cd527(0x130)]===0x1?Object[_0x3cd527(0x159)](apps)[0x0]:undefined),_0x7d30b8=_0x24a842['globalConfig'][_0x3cd527(0x132)]&&typeof _0x24a842['globalConfig'][_0x3cd527(0x132)]===_0x3cd527(0x14c)?_0x24a842['globalConfig'][_0x3cd527(0x132)]:{},_0xeda166=_0x24a842[_0x3cd527(0x153)]['apps']&&typeof _0x24a842[_0x3cd527(0x153)][_0x3cd527(0x132)]===_0x3cd527(0x14c)?_0x24a842[_0x3cd527(0x153)][_0x3cd527(0x132)]:{},_0x1a7a5e=Object['entries'](apps),_0x29fca5=_0x1a7a5e[_0x3cd527(0x155)](([_0x348e64,_0x51378a])=>{const _0x97bb3a=_0x3cd527,_0x340d24=appDefinedIn(_0x348e64,_0x7d30b8,_0xeda166),_0x49bee6=Object[_0x97bb3a(0x15c)][_0x97bb3a(0x148)][_0x97bb3a(0x15a)](_0xeda166,_0x348e64),_0x219ca8=resolveEffectiveRegion({'appRegion':_0x51378a[_0x97bb3a(0x133)],'projectRegion':_0x49bee6?_0x24a842[_0x97bb3a(0x153)][_0x97bb3a(0x133)]:undefined,'globalRegion':_0x24a842['globalConfig'][_0x97bb3a(0x133)],'mergedRegion':_0x4cff6a[_0x97bb3a(0x133)],'appName':_0x348e64});return{'name':_0x348e64,'appcode':_0x51378a[_0x97bb3a(0x151)],'named':!![],'definedIn':_0x340d24,'isDefault':_0x348e64===_0x2a893c,...buildAppProfileListFields(_0x51378a),'effectiveRegion':_0x219ca8[_0x97bb3a(0x133)],'regionSource':_0x219ca8[_0x97bb3a(0x12e)]};});return _0x29fca5;}function validateAppListFlags(_0x2c839d){const _0x12d970=a25_0x107d;if(!_0x2c839d[_0x12d970(0x14d)](_0x12d970(0x145)))return;if(!_0x2c839d['bool'](_0x12d970(0x14a))&&!_0x2c839d['bool'](_0x12d970(0x140)))return;throw CliErrors[_0x12d970(0x15b)](_0x12d970(0x150),_0x12d970(0x141));}async function execute(_0x10be7f){const _0x5de50d=a25_0x107d;validateAppListFlags(_0x10be7f);if(_0x10be7f[_0x5de50d(0x14d)](_0x5de50d(0x145)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x10be7f)};const _0x5cc4f3=_0x10be7f[_0x5de50d(0x14d)]('global'),_0x37f6db=_0x10be7f[_0x5de50d(0x14d)](_0x5de50d(0x140)),_0x195425=_0x5cc4f3?_0x5de50d(0x14a):_0x37f6db?_0x5de50d(0x140):_0x5de50d(0x134),{config:_0x42b17b,layers:_0x49d125}=readRawConfigWithLayers(),_0x505f18=resolveDefaultAppSource(_0x49d125),{defaultApp:_0x3f8259}=_0x42b17b;let _0x598299,_0x1b1180;switch(_0x195425){case _0x5de50d(0x14a):_0x598299=buildItemsFromLayer(_0x49d125[_0x5de50d(0x135)],_0x5de50d(0x14a)),_0x1b1180=_0x49d125[_0x5de50d(0x144)];break;case _0x5de50d(0x140):_0x598299=buildItemsFromLayer(_0x49d125[_0x5de50d(0x153)],_0x5de50d(0x140),_0x49d125['globalConfig'][_0x5de50d(0x133)]),_0x1b1180=_0x49d125[_0x5de50d(0x12f)];break;default:_0x598299=buildMergedItems(_0x42b17b,_0x49d125);break;}enrichAppListItemsWithMergedSelection(_0x598299,_0x10be7f[_0x5de50d(0x14e)]);if(_0x598299[_0x5de50d(0x130)]===0x0){const _0x306569=_0x195425===_0x5de50d(0x134)?'':_0x5de50d(0x137)+_0x195425+_0x5de50d(0x15d);return{'ok':!![],'data':[],'message':'No\x20apps\x20configured'+_0x306569+'.\x20Use\x20`'+CLI_BIN_NAME+_0x5de50d(0x154)};}const _0x1162ef=_0x598299[_0x5de50d(0x13e)](_0x223e49=>_0x223e49[_0x5de50d(0x158)]===!![]),_0x29d817=_0x3f8259??_0x1162ef?.[_0x5de50d(0x13b)]??null,_0x149115=_0x195425==='merged'?{'globalPath':_0x49d125[_0x5de50d(0x144)]??null,'projectPath':_0x49d125[_0x5de50d(0x12f)]??null,'defaultApp':_0x29d817,'defaultAppSource':_0x3f8259!=null?_0x505f18:null}:{'scope':_0x195425,'configPath':_0x1b1180??null};return{'ok':!![],'data':{'items':_0x598299,'meta':_0x149115}};}export const appListDefinition={'service':a25_0xa62010(0x152),'command':a25_0xa62010(0x156),'description':a25_0xa62010(0x13d),'risk':a25_0xa62010(0x157),'auth':a25_0xa62010(0x14b),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a25_0xa62010(0x145),'type':a25_0xa62010(0x139),'description':a25_0xa62010(0x131),'default':![]},{'name':a25_0xa62010(0x14a),'type':a25_0xa62010(0x139),'description':'Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','default':![]},{'name':a25_0xa62010(0x140),'type':'boolean','description':a25_0xa62010(0x143),'default':![]}],async 'validate'(_0x23e375){validateAppListFlags(_0x23e375);},'execute':execute};
@@ -1 +1 @@
1
- const a21_0x1f862d=a21_0x15e9;(function(_0x135c77,_0x308149){const _0xa561ad=a21_0x15e9,_0x127c8b=_0x135c77();while(!![]){try{const _0x58a7ff=parseInt(_0xa561ad(0x1ed))/0x1*(parseInt(_0xa561ad(0x1f3))/0x2)+parseInt(_0xa561ad(0x1f1))/0x3*(parseInt(_0xa561ad(0x1f6))/0x4)+-parseInt(_0xa561ad(0x1f2))/0x5*(parseInt(_0xa561ad(0x1ec))/0x6)+parseInt(_0xa561ad(0x1f5))/0x7+-parseInt(_0xa561ad(0x1e8))/0x8*(-parseInt(_0xa561ad(0x1f0))/0x9)+parseInt(_0xa561ad(0x1eb))/0xa+-parseInt(_0xa561ad(0x1f4))/0xb;if(_0x58a7ff===_0x308149)break;else _0x127c8b['push'](_0x127c8b['shift']());}catch(_0x6f8af0){_0x127c8b['push'](_0x127c8b['shift']());}}}(a21_0x5dec,0xc0d15));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';function a21_0x5dec(){const _0x4e58c4=['281504ZbckvU','appCode','List\x20application\x20members\x20with\x20their\x20role\x20memberships','1642120eZRmbk','2445426HVERDI','114820OCNZns','length','Found\x20','36qCDWkV','3vjmoSm','10yowakg','14PJvbGw','26105178azzkbY','10981796VMclsU','5202356xliGCh'];a21_0x5dec=function(){return _0x4e58c4;};return a21_0x5dec();}function a21_0x15e9(_0x57c7e6,_0x2a918f){_0x57c7e6=_0x57c7e6-0x1e8;const _0x5decb7=a21_0x5dec();let _0x15e98a=_0x5decb7[_0x57c7e6];return _0x15e98a;}import{listRoleUsers}from'../../core/api-client.js';export const appMembersListDefinition={'service':'app','command':'members-list','description':a21_0x1f862d(0x1ea),'risk':'read','requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x20751b){const _0x147634=a21_0x1f862d,_0x4f4615=projectAppMembers(await listRoleUsers(_0x20751b['appCode']));return{'ok':!![],'data':{'appCode':_0x20751b[_0x147634(0x1e9)],'items':_0x4f4615,'totalCount':_0x4f4615[_0x147634(0x1ee)]},'message':_0x147634(0x1ef)+_0x4f4615[_0x147634(0x1ee)]+'\x20application\x20member(s)'};}};
1
+ const a26_0x393e50=a26_0x4a43;(function(_0xd73967,_0x37208c){const _0xf6ca84=a26_0x4a43,_0x477fdb=_0xd73967();while(!![]){try{const _0x4a85eb=parseInt(_0xf6ca84(0x13b))/0x1*(-parseInt(_0xf6ca84(0x13d))/0x2)+parseInt(_0xf6ca84(0x139))/0x3*(parseInt(_0xf6ca84(0x136))/0x4)+-parseInt(_0xf6ca84(0x146))/0x5*(-parseInt(_0xf6ca84(0x13f))/0x6)+-parseInt(_0xf6ca84(0x138))/0x7+parseInt(_0xf6ca84(0x141))/0x8*(parseInt(_0xf6ca84(0x144))/0x9)+parseInt(_0xf6ca84(0x13c))/0xa+-parseInt(_0xf6ca84(0x145))/0xb*(parseInt(_0xf6ca84(0x142))/0xc);if(_0x4a85eb===_0x37208c)break;else _0x477fdb['push'](_0x477fdb['shift']());}catch(_0x3ee52b){_0x477fdb['push'](_0x477fdb['shift']());}}}(a26_0x80b5,0x45a09));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';function a26_0x80b5(){const _0x4d1e33=['325908quukKJ','List\x20application\x20members\x20with\x20their\x20role\x20memberships','393594sigzHI','read','120oLPfMh','132732IEwFMT','members-list','229113dRcFYB','407ujrxfz','15BLYzjQ','appCode','6036AJqZEl','\x20application\x20member(s)','1361549BxdaKe','921LeQUEl','length','3LZWVXv','3359040YrUApd'];a26_0x80b5=function(){return _0x4d1e33;};return a26_0x80b5();}function a26_0x4a43(_0x17b287,_0x5eacfb){_0x17b287=_0x17b287-0x136;const _0x80b5a5=a26_0x80b5();let _0x4a4320=_0x80b5a5[_0x17b287];return _0x4a4320;}export const appMembersListDefinition={'service':'app','command':a26_0x393e50(0x143),'description':a26_0x393e50(0x13e),'risk':a26_0x393e50(0x140),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x4f4a53){const _0x9cb403=a26_0x393e50,_0x2f30d3=projectAppMembers(await listRoleUsers(_0x4f4a53[_0x9cb403(0x147)]));return{'ok':!![],'data':{'appCode':_0x4f4a53['appCode'],'items':_0x2f30d3,'totalCount':_0x2f30d3[_0x9cb403(0x13a)]},'message':'Found\x20'+_0x2f30d3[_0x9cb403(0x13a)]+_0x9cb403(0x137)};}};
@@ -1 +1 @@
1
- (function(_0x52c140,_0x5c5bab){const _0x1e5b10=a22_0x1754,_0x27fdb8=_0x52c140();while(!![]){try{const _0x332422=parseInt(_0x1e5b10(0x120))/0x1*(parseInt(_0x1e5b10(0x11f))/0x2)+parseInt(_0x1e5b10(0x12b))/0x3*(-parseInt(_0x1e5b10(0x123))/0x4)+-parseInt(_0x1e5b10(0x12a))/0x5+parseInt(_0x1e5b10(0x124))/0x6+parseInt(_0x1e5b10(0x125))/0x7*(-parseInt(_0x1e5b10(0x122))/0x8)+-parseInt(_0x1e5b10(0x126))/0x9+parseInt(_0x1e5b10(0x129))/0xa;if(_0x332422===_0x5c5bab)break;else _0x27fdb8['push'](_0x27fdb8['shift']());}catch(_0x5245bf){_0x27fdb8['push'](_0x27fdb8['shift']());}}}(a22_0x497c,0xc6578));import{listRemoteApps}from'../../core/api-client.js';import{getCookie}from'../../auth/get-cookie.js';function a22_0x497c(){const _0x1c45b1=['32tlJfLA','105324HYigbT','2136216ABCABL','553861XtggyT','6784227fNBhWw','platform','authRequired','22389180KfDwWB','6067965PajMpL','75hRmEFL','appCode','cookie','map','186tYUBAQ','12469xzYpQd','appName'];a22_0x497c=function(){return _0x1c45b1;};return a22_0x497c();}import{CliErrors}from'../../errors.js';function a22_0x1754(_0x569769,_0x4bc870){_0x569769=_0x569769-0x11f;const _0x497cbd=a22_0x497c();let _0x175424=_0x497cbd[_0x569769];return _0x175424;}import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x16b141){const _0x3e8aa9=a22_0x1754,_0x485be3=_0x16b141[_0x3e8aa9(0x12d)]||getCookie();if(!_0x485be3)throw CliErrors[_0x3e8aa9(0x128)]();return _0x485be3;}export async function listRemoteAppDirectory(_0x2d83cc){const _0x205f9e=a22_0x1754,_0x3df71e=await withActiveCookie(resolveCookie(_0x2d83cc),()=>listRemoteApps());return{'items':_0x3df71e[_0x205f9e(0x12e)](_0x3b1348=>({..._0x3b1348['id']!=null?{'id':_0x3b1348['id']}:{},'appCode':_0x3b1348[_0x205f9e(0x12c)],'appName':_0x3b1348[_0x205f9e(0x121)],..._0x3b1348['appDesc']!=null?{'appDesc':_0x3b1348['appDesc']}:{}})),'meta':{'source':_0x205f9e(0x127)}};}
1
+ (function(_0x5279a2,_0x21cc23){const _0x49269d=a27_0x1fd1,_0x37d065=_0x5279a2();while(!![]){try{const _0x48956d=parseInt(_0x49269d(0x153))/0x1+-parseInt(_0x49269d(0x146))/0x2+parseInt(_0x49269d(0x151))/0x3*(-parseInt(_0x49269d(0x149))/0x4)+-parseInt(_0x49269d(0x14e))/0x5+parseInt(_0x49269d(0x14f))/0x6*(parseInt(_0x49269d(0x148))/0x7)+-parseInt(_0x49269d(0x14d))/0x8+parseInt(_0x49269d(0x152))/0x9;if(_0x48956d===_0x21cc23)break;else _0x37d065['push'](_0x37d065['shift']());}catch(_0x238c7a){_0x37d065['push'](_0x37d065['shift']());}}}(a27_0x1f3d,0x503be));import{listRemoteApps}from'../../core/api-client.js';function a27_0x1f3d(){const _0x319153=['781156NCrRlz','platform','7LxACnn','296ZNNfYd','appDesc','cookie','appCode','2101352FmjoEx','328300tYJWEL','3599550ePKjex','appName','18093LFHYJQ','3283452kwlBnt','529086dWjrNB'];a27_0x1f3d=function(){return _0x319153;};return a27_0x1f3d();}import{getCookie}from'../../auth/get-cookie.js';function a27_0x1fd1(_0x20f60a,_0x480edb){_0x20f60a=_0x20f60a-0x146;const _0x1f3d4b=a27_0x1f3d();let _0x1fd1b0=_0x1f3d4b[_0x20f60a];return _0x1fd1b0;}import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x1c2323){const _0x3faa2d=a27_0x1fd1,_0x1125e6=_0x1c2323[_0x3faa2d(0x14b)]||getCookie();if(!_0x1125e6)throw CliErrors['authRequired']();return _0x1125e6;}export async function listRemoteAppDirectory(_0xc9dded){const _0x1c7eb1=a27_0x1fd1,_0x2c9e23=await withActiveCookie(resolveCookie(_0xc9dded),()=>listRemoteApps());return{'items':_0x2c9e23['map'](_0x41c257=>({..._0x41c257['id']!=null?{'id':_0x41c257['id']}:{},'appCode':_0x41c257[_0x1c7eb1(0x14c)],'appName':_0x41c257[_0x1c7eb1(0x150)],..._0x41c257['appDesc']!=null?{'appDesc':_0x41c257[_0x1c7eb1(0x14a)]}:{}})),'meta':{'source':_0x1c7eb1(0x147)}};}
@@ -1 +1 @@
1
- (function(_0x515252,_0x239681){const _0x59de48=a23_0x214a,_0x377068=_0x515252();while(!![]){try{const _0x4d8bdb=-parseInt(_0x59de48(0x19d))/0x1+parseInt(_0x59de48(0x19f))/0x2*(-parseInt(_0x59de48(0x197))/0x3)+parseInt(_0x59de48(0x18f))/0x4*(-parseInt(_0x59de48(0x183))/0x5)+parseInt(_0x59de48(0x1a0))/0x6+parseInt(_0x59de48(0x187))/0x7+parseInt(_0x59de48(0x18b))/0x8*(-parseInt(_0x59de48(0x17c))/0x9)+parseInt(_0x59de48(0x184))/0xa;if(_0x4d8bdb===_0x239681)break;else _0x377068['push'](_0x377068['shift']());}catch(_0x524ce4){_0x377068['push'](_0x377068['shift']());}}}(a23_0x4674,0x91931));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x36629e){const _0x4ff645=a23_0x214a,_0x3b9489=_0x36629e?.[_0x4ff645(0x189)]();return _0x3b9489?_0x3b9489:null;}export function projectAppMembers(_0x2d8d75){const _0xdb7b65=a23_0x214a,_0x4f4aef=new Map(),_0x2471d2=[..._0x2d8d75]['sort']((_0x2bf70b,_0x50fb38)=>_0x2bf70b['id']-_0x50fb38['id']),_0x142ad8=(_0x1a6b02,_0xf3b7f,_0x5448c2)=>{const _0x4ff5d3=a23_0x214a;for(const _0x22229f of _0xf3b7f){const _0x46f464=Number(_0x22229f['userId']);if(!Number[_0x4ff5d3(0x1a2)](_0x46f464)||_0x46f464<=0x0)continue;let _0x4999de=_0x4f4aef['get'](_0x46f464);if(!_0x4999de)_0x4999de={'userId':_0x46f464,'username':nullableText(_0x22229f[_0x4ff5d3(0x191)]),'displayName':nullableText(_0x22229f['nickname']),'status':_0x5448c2,'roles':[],'roleKeys':new Set()},_0x4f4aef[_0x4ff5d3(0x1ac)](_0x46f464,_0x4999de);else{_0x4999de['username']??=nullableText(_0x22229f[_0x4ff5d3(0x191)]),_0x4999de[_0x4ff5d3(0x19a)]??=nullableText(_0x22229f[_0x4ff5d3(0x194)]);if(_0x5448c2===_0x4ff5d3(0x188))_0x4999de[_0x4ff5d3(0x19e)]=_0x4ff5d3(0x188);}const _0x43bed1=_0x1a6b02['id']+':'+_0x5448c2;if(_0x4999de[_0x4ff5d3(0x190)]['has'](_0x43bed1))continue;_0x4999de[_0x4ff5d3(0x190)]['add'](_0x43bed1),_0x4999de['roles'][_0x4ff5d3(0x196)]({'roleId':_0x1a6b02['id'],'roleCode':_0x1a6b02[_0x4ff5d3(0x181)],'roleName':nullableText(_0x1a6b02[_0x4ff5d3(0x1a4)]),'roleType':nullableText(_0x1a6b02[_0x4ff5d3(0x198)]),'membershipStatus':_0x5448c2});}};for(const _0x27a906 of _0x2471d2){_0x142ad8(_0x27a906,_0x27a906[_0xdb7b65(0x192)]??[],'ACTIVE'),_0x142ad8(_0x27a906,_0x27a906[_0xdb7b65(0x1aa)]??[],_0xdb7b65(0x1a7));}return[..._0x4f4aef[_0xdb7b65(0x17d)]()][_0xdb7b65(0x17b)](_0x495645=>({'userId':_0x495645['userId'],'username':_0x495645[_0xdb7b65(0x191)],'displayName':_0x495645[_0xdb7b65(0x19a)],'status':_0x495645[_0xdb7b65(0x19e)],'roles':_0x495645[_0xdb7b65(0x18e)][_0xdb7b65(0x19c)]((_0x4aed4a,_0x539e2f)=>_0x4aed4a[_0xdb7b65(0x18c)]-_0x539e2f[_0xdb7b65(0x18c)]||(_0x4aed4a[_0xdb7b65(0x180)]===_0x539e2f['membershipStatus']?0x0:_0x4aed4a[_0xdb7b65(0x180)]===_0xdb7b65(0x188)?-0x1:0x1))}))[_0xdb7b65(0x19c)]((_0x309977,_0xbc34a5)=>_0x309977['userId']-_0xbc34a5[_0xdb7b65(0x19b)]);}export function enrichAppListItemsWithMergedSelection(_0x7807b4,_0xb93c7c){const _0x379d7d=a23_0x214a;if(!_0xb93c7c)return;const _0x4b3b33=_0xb93c7c[_0x379d7d(0x18a)]&&typeof _0xb93c7c[_0x379d7d(0x18a)]===_0x379d7d(0x1a8)?_0xb93c7c[_0x379d7d(0x18a)]:{},_0x1397ac=Object[_0x379d7d(0x193)](_0x4b3b33)[_0x379d7d(0x17f)]>0x0;for(const _0x529b66 of _0x7807b4){_0x529b66[_0x379d7d(0x186)]=![];}const _0x396d30=_0xb93c7c[_0x379d7d(0x17a)]!=null?String(_0xb93c7c['appCode'])[_0x379d7d(0x189)]():'';if(_0x1397ac){const _0x21c731=_0xb93c7c[_0x379d7d(0x18d)]??_0xb93c7c[_0x379d7d(0x199)];if(_0x21c731)for(const _0x259385 of _0x7807b4){_0x259385[_0x379d7d(0x1a1)]===!![]&&_0x259385[_0x379d7d(0x1a3)]===_0x21c731&&(_0x259385[_0x379d7d(0x186)]=!![]);}for(const _0xbc6ae7 of _0x7807b4){if(_0xbc6ae7[_0x379d7d(0x1a1)]!==![])continue;if(_0xb93c7c[_0x379d7d(0x199)])continue;_0x396d30&&String(_0xbc6ae7['appcode']??'')[_0x379d7d(0x189)]()===_0x396d30&&(_0xbc6ae7[_0x379d7d(0x186)]=!![]);}return;}if(!_0x396d30)return;for(const _0x13dc70 of _0x7807b4){String(_0x13dc70[_0x379d7d(0x1a5)]??'')[_0x379d7d(0x189)]()===_0x396d30&&(_0x13dc70['isCurrent']=!![]);}}export function resolveAppScopeForWrite(_0x24e640,_0x4300d5,_0x3167b5){const _0x2472d=a23_0x214a;if(_0x4300d5)return'global';const _0x5c4684=_0x3167b5[_0x2472d(0x17e)]['apps']&&typeof _0x3167b5[_0x2472d(0x17e)][_0x2472d(0x18a)]==='object'?_0x3167b5[_0x2472d(0x17e)][_0x2472d(0x18a)]:{},_0x128e09=_0x3167b5[_0x2472d(0x179)]['apps']&&typeof _0x3167b5['globalConfig'][_0x2472d(0x18a)]===_0x2472d(0x1a8)?_0x3167b5[_0x2472d(0x179)][_0x2472d(0x18a)]:{};if(Object['prototype']['hasOwnProperty'][_0x2472d(0x1ab)](_0x5c4684,_0x24e640))return'project';if(Object['prototype']['hasOwnProperty']['call'](_0x128e09,_0x24e640))return'global';return _0x2472d(0x185);}export function appDefinedIn(_0x493fe4,_0x3b0f2c,_0x4f7f31){const _0x5dd1ed=a23_0x214a,_0x30e868=Object['prototype'][_0x5dd1ed(0x1a9)][_0x5dd1ed(0x1ab)](_0x3b0f2c,_0x493fe4),_0x2bd41f=Object[_0x5dd1ed(0x195)][_0x5dd1ed(0x1a9)][_0x5dd1ed(0x1ab)](_0x4f7f31,_0x493fe4);if(_0x30e868&&_0x2bd41f)return _0x5dd1ed(0x182);if(_0x2bd41f)return _0x5dd1ed(0x185);return _0x5dd1ed(0x1a6);}function a23_0x4674(){const _0x5def7c=['apps','48088KUaLjz','roleId','currentApp','roles','112ToGLVV','roleKeys','username','userList','keys','nickname','prototype','push','1266378SGHtil','roleType','defaultApp','displayName','userId','sort','1043312tFvMMe','status','2KvKBNg','2189550kDswST','named','isFinite','name','roleName','appcode','global','PENDING','object','hasOwnProperty','applyUserList','call','set','globalConfig','appCode','map','27qwbrNt','values','projectConfig','length','membershipStatus','roleCode','both','35925ixbwQo','17181540AWPIrb','project','isCurrent','1384915bjbIlZ','ACTIVE','trim'];a23_0x4674=function(){return _0x5def7c;};return a23_0x4674();}export function resolveDefaultAppSource(_0x225eba){const _0x169a99=a23_0x214a,_0x5e1e17=_0x225eba['projectConfig'][_0x169a99(0x18a)]&&typeof _0x225eba[_0x169a99(0x17e)][_0x169a99(0x18a)]==='object'?_0x225eba['projectConfig'][_0x169a99(0x18a)]:{};if('defaultApp'in _0x225eba[_0x169a99(0x17e)])return _0x169a99(0x185);if(Object['keys'](_0x5e1e17)[_0x169a99(0x17f)]>0x0)return _0x169a99(0x185);if(Object[_0x169a99(0x193)](_0x225eba[_0x169a99(0x17e)])[_0x169a99(0x17f)]===0x0&&_0x225eba['globalConfig'][_0x169a99(0x199)])return'global';return null;}function a23_0x214a(_0x3807bc,_0x1872bf){_0x3807bc=_0x3807bc-0x179;const _0x467434=a23_0x4674();let _0x214a57=_0x467434[_0x3807bc];return _0x214a57;}export function getConfigPath(_0x25c012={}){const _0x41b2a9=a23_0x214a,_0xa6a273=_0x25c012['global']?_0x41b2a9(0x1a6):_0x41b2a9(0x185);return resolveWriteConfigPath(_0xa6a273);}export function readConfig(_0x435db4={}){return readConfigFile(getConfigPath(_0x435db4));}export function writeConfig(_0xf04c52,_0x15e3d5={}){writeConfigFile(getConfigPath(_0x15e3d5),_0xf04c52);}export function scopeLabel(_0x4ea63e){const _0x54ded7=a23_0x214a;return _0x4ea63e[_0x54ded7(0x1a6)]?'\x20(global)':'';}
1
+ (function(_0x5af9a3,_0x360459){const _0x1e467e=a28_0x2412,_0x1bdb09=_0x5af9a3();while(!![]){try{const _0x21067c=parseInt(_0x1e467e(0x1aa))/0x1*(-parseInt(_0x1e467e(0x1ac))/0x2)+parseInt(_0x1e467e(0x1bb))/0x3*(parseInt(_0x1e467e(0x1ad))/0x4)+-parseInt(_0x1e467e(0x18c))/0x5+parseInt(_0x1e467e(0x192))/0x6+-parseInt(_0x1e467e(0x18e))/0x7*(-parseInt(_0x1e467e(0x1a5))/0x8)+parseInt(_0x1e467e(0x18f))/0x9*(parseInt(_0x1e467e(0x1a2))/0xa)+-parseInt(_0x1e467e(0x1a8))/0xb;if(_0x21067c===_0x360459)break;else _0x1bdb09['push'](_0x1bdb09['shift']());}catch(_0x127815){_0x1bdb09['push'](_0x1bdb09['shift']());}}}(a28_0x4fa6,0x4bdca));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0x62bc7c){const _0x55aefc=a28_0x2412,_0x5bfb8b=_0x62bc7c?.[_0x55aefc(0x1a1)]();return _0x5bfb8b?_0x5bfb8b:null;}export function projectAppMembers(_0x1ce2c5){const _0x6ac52f=a28_0x2412,_0x8a8546=new Map(),_0x5c4077=[..._0x1ce2c5][_0x6ac52f(0x1b3)]((_0xbc7445,_0x1a1015)=>_0xbc7445['id']-_0x1a1015['id']),_0x21cd53=(_0x2271a8,_0x514028,_0x9adeef)=>{const _0x1ba14a=_0x6ac52f;for(const _0x55c4bd of _0x514028){const _0x1288f5=Number(_0x55c4bd[_0x1ba14a(0x1a9)]);if(!Number[_0x1ba14a(0x18d)](_0x1288f5)||_0x1288f5<=0x0)continue;let _0x2362f1=_0x8a8546['get'](_0x1288f5);if(!_0x2362f1)_0x2362f1={'userId':_0x1288f5,'username':nullableText(_0x55c4bd[_0x1ba14a(0x19d)]),'displayName':nullableText(_0x55c4bd[_0x1ba14a(0x1ab)]),'status':_0x9adeef,'roles':[],'roleKeys':new Set()},_0x8a8546['set'](_0x1288f5,_0x2362f1);else{_0x2362f1[_0x1ba14a(0x19d)]??=nullableText(_0x55c4bd[_0x1ba14a(0x19d)]),_0x2362f1[_0x1ba14a(0x1b1)]??=nullableText(_0x55c4bd[_0x1ba14a(0x1ab)]);if(_0x9adeef===_0x1ba14a(0x191))_0x2362f1[_0x1ba14a(0x19b)]=_0x1ba14a(0x191);}const _0x47e450=_0x2271a8['id']+':'+_0x9adeef;if(_0x2362f1[_0x1ba14a(0x1ba)][_0x1ba14a(0x1a7)](_0x47e450))continue;_0x2362f1[_0x1ba14a(0x1ba)][_0x1ba14a(0x1a6)](_0x47e450),_0x2362f1['roles']['push']({'roleId':_0x2271a8['id'],'roleCode':_0x2271a8['roleCode'],'roleName':nullableText(_0x2271a8[_0x1ba14a(0x194)]),'roleType':nullableText(_0x2271a8['roleType']),'membershipStatus':_0x9adeef});}};for(const _0x5170c5 of _0x5c4077){_0x21cd53(_0x5170c5,_0x5170c5[_0x6ac52f(0x1ae)]??[],'ACTIVE'),_0x21cd53(_0x5170c5,_0x5170c5['applyUserList']??[],'PENDING');}return[..._0x8a8546[_0x6ac52f(0x1b8)]()][_0x6ac52f(0x198)](_0x1583f7=>({'userId':_0x1583f7[_0x6ac52f(0x1a9)],'username':_0x1583f7[_0x6ac52f(0x19d)],'displayName':_0x1583f7['displayName'],'status':_0x1583f7['status'],'roles':_0x1583f7[_0x6ac52f(0x1b0)]['sort']((_0x231238,_0x3eb757)=>_0x231238[_0x6ac52f(0x190)]-_0x3eb757[_0x6ac52f(0x190)]||(_0x231238[_0x6ac52f(0x197)]===_0x3eb757[_0x6ac52f(0x197)]?0x0:_0x231238[_0x6ac52f(0x197)]==='ACTIVE'?-0x1:0x1))}))[_0x6ac52f(0x1b3)]((_0x27fce6,_0x3133eb)=>_0x27fce6[_0x6ac52f(0x1a9)]-_0x3133eb[_0x6ac52f(0x1a9)]);}export function enrichAppListItemsWithMergedSelection(_0x42238a,_0x15c4e6){const _0x34bfb3=a28_0x2412;if(!_0x15c4e6)return;const _0x3efdf2=_0x15c4e6['apps']&&typeof _0x15c4e6[_0x34bfb3(0x199)]===_0x34bfb3(0x19a)?_0x15c4e6['apps']:{},_0x56c9e6=Object[_0x34bfb3(0x1b5)](_0x3efdf2)['length']>0x0;for(const _0x309e2c of _0x42238a){_0x309e2c[_0x34bfb3(0x1b6)]=![];}const _0x2d5470=_0x15c4e6[_0x34bfb3(0x1b2)]!=null?String(_0x15c4e6['appCode'])['trim']():'';if(_0x56c9e6){const _0x286b79=_0x15c4e6[_0x34bfb3(0x1b4)]??_0x15c4e6[_0x34bfb3(0x1af)];if(_0x286b79)for(const _0x54743f of _0x42238a){_0x54743f[_0x34bfb3(0x1bc)]===!![]&&_0x54743f[_0x34bfb3(0x195)]===_0x286b79&&(_0x54743f['isCurrent']=!![]);}for(const _0x41b4cc of _0x42238a){if(_0x41b4cc[_0x34bfb3(0x1bc)]!==![])continue;if(_0x15c4e6[_0x34bfb3(0x1af)])continue;_0x2d5470&&String(_0x41b4cc[_0x34bfb3(0x1a0)]??'')[_0x34bfb3(0x1a1)]()===_0x2d5470&&(_0x41b4cc[_0x34bfb3(0x1b6)]=!![]);}return;}if(!_0x2d5470)return;for(const _0x2b6efb of _0x42238a){String(_0x2b6efb['appcode']??'')[_0x34bfb3(0x1a1)]()===_0x2d5470&&(_0x2b6efb['isCurrent']=!![]);}}export function resolveAppScopeForWrite(_0x299ff2,_0x24606c,_0x31765e){const _0x4d1ae9=a28_0x2412;if(_0x24606c)return _0x4d1ae9(0x1a3);const _0x813e5=_0x31765e[_0x4d1ae9(0x1b7)]['apps']&&typeof _0x31765e[_0x4d1ae9(0x1b7)]['apps']===_0x4d1ae9(0x19a)?_0x31765e[_0x4d1ae9(0x1b7)]['apps']:{},_0x2dc48f=_0x31765e[_0x4d1ae9(0x196)][_0x4d1ae9(0x199)]&&typeof _0x31765e[_0x4d1ae9(0x196)]['apps']===_0x4d1ae9(0x19a)?_0x31765e[_0x4d1ae9(0x196)]['apps']:{};if(Object[_0x4d1ae9(0x193)][_0x4d1ae9(0x19c)]['call'](_0x813e5,_0x299ff2))return _0x4d1ae9(0x1a4);if(Object['prototype'][_0x4d1ae9(0x19c)][_0x4d1ae9(0x19e)](_0x2dc48f,_0x299ff2))return _0x4d1ae9(0x1a3);return _0x4d1ae9(0x1a4);}export function appDefinedIn(_0xe3bb09,_0x1f336b,_0x16773e){const _0x1c76c1=a28_0x2412,_0x52259e=Object[_0x1c76c1(0x193)][_0x1c76c1(0x19c)]['call'](_0x1f336b,_0xe3bb09),_0x4d5554=Object[_0x1c76c1(0x193)]['hasOwnProperty'][_0x1c76c1(0x19e)](_0x16773e,_0xe3bb09);if(_0x52259e&&_0x4d5554)return'both';if(_0x4d5554)return _0x1c76c1(0x1a4);return _0x1c76c1(0x1a3);}export function resolveDefaultAppSource(_0x49dc32){const _0x5b396d=a28_0x2412,_0x577acf=_0x49dc32['projectConfig'][_0x5b396d(0x199)]&&typeof _0x49dc32[_0x5b396d(0x1b7)]['apps']==='object'?_0x49dc32[_0x5b396d(0x1b7)][_0x5b396d(0x199)]:{};if('defaultApp'in _0x49dc32[_0x5b396d(0x1b7)])return _0x5b396d(0x1a4);if(Object[_0x5b396d(0x1b5)](_0x577acf)[_0x5b396d(0x19f)]>0x0)return _0x5b396d(0x1a4);if(Object[_0x5b396d(0x1b5)](_0x49dc32[_0x5b396d(0x1b7)])['length']===0x0&&_0x49dc32['globalConfig'][_0x5b396d(0x1af)])return _0x5b396d(0x1a3);return null;}export function getConfigPath(_0x2bd83c={}){const _0x190be4=a28_0x2412,_0x27b25f=_0x2bd83c[_0x190be4(0x1a3)]?_0x190be4(0x1a3):'project';return resolveWriteConfigPath(_0x27b25f);}export function readConfig(_0x4bd632={}){return readConfigFile(getConfigPath(_0x4bd632));}export function writeConfig(_0x4afd26,_0x31e665={}){writeConfigFile(getConfigPath(_0x31e665),_0x4afd26);}function a28_0x2412(_0x545c60,_0x4a82ad){_0x545c60=_0x545c60-0x18c;const _0x4fa6cf=a28_0x4fa6();let _0x2412d8=_0x4fa6cf[_0x545c60];return _0x2412d8;}function a28_0x4fa6(){const _0x19a74a=['object','status','hasOwnProperty','username','call','length','appcode','trim','42730wuzwEh','global','project','16CNkxfF','add','has','7403385OeyDpf','userId','1CSmJYE','nickname','715366SixHmq','24DQphUe','userList','defaultApp','roles','displayName','appCode','sort','currentApp','keys','isCurrent','projectConfig','values','\x20(global)','roleKeys','299367NgbrNT','named','18350WcSNJi','isFinite','102277sWdrDm','918fJUsLO','roleId','ACTIVE','1687896ATfknE','prototype','roleName','name','globalConfig','membershipStatus','map','apps'];a28_0x4fa6=function(){return _0x19a74a;};return a28_0x4fa6();}export function scopeLabel(_0x45bad9){const _0x1d7fb8=a28_0x2412;return _0x45bad9['global']?_0x1d7fb8(0x1b9):'';}
@@ -1 +1 @@
1
- const a24_0x4763bf=a24_0x16fd;function a24_0x16fd(_0x43cd90,_0xb4b21a){_0x43cd90=_0x43cd90-0xe6;const _0x4de1a5=a24_0x4de1();let _0x16fd82=_0x4de1a5[_0x43cd90];return _0x16fd82;}(function(_0x5da98d,_0x3281d4){const _0x9ecc68=a24_0x16fd,_0x1d79a3=_0x5da98d();while(!![]){try{const _0x462815=-parseInt(_0x9ecc68(0xfb))/0x1*(-parseInt(_0x9ecc68(0xee))/0x2)+parseInt(_0x9ecc68(0xe8))/0x3+parseInt(_0x9ecc68(0xf4))/0x4*(parseInt(_0x9ecc68(0xe9))/0x5)+parseInt(_0x9ecc68(0xea))/0x6+-parseInt(_0x9ecc68(0xf3))/0x7+parseInt(_0x9ecc68(0xfa))/0x8*(parseInt(_0x9ecc68(0xef))/0x9)+-parseInt(_0x9ecc68(0xf5))/0xa;if(_0x462815===_0x3281d4)break;else _0x1d79a3['push'](_0x1d79a3['shift']());}catch(_0x42b6a1){_0x1d79a3['push'](_0x1d79a3['shift']());}}}(a24_0x4de1,0x5bde1));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a24_0x4de1(){const _0x3e9b83=['Delete\x20one\x20runtime\x20app-config\x20key','App\x20config\x20server\x20id\x20missing\x20for\x20key=','app-config','2504hRKjOh','691lEdOUe','appCode:\x20','delete','POST','720081bYxygK','35FuMAou','4304904dnNIDS','get',',\x20appCode=','high-risk-write','194bpoTUW','8208isvJYg','appCode','number','apiError','2209284DaXsHl','43876NWcYxE','6948760QUBFEx','validation'];a24_0x4de1=function(){return _0x3e9b83;};return a24_0x4de1();}import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH='/smartapi/app-config/delete';export const appConfigDelete={'service':a24_0x4763bf(0xf9),'command':a24_0x4763bf(0xe6),'description':a24_0x4763bf(0xf7),'risk':a24_0x4763bf(0xed),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x172356){readKeyArg(_0x172356);},async 'dryRun'(_0x13364a){const _0x54fd39=a24_0x4763bf,_0x5d3b3e=readKeyArg(_0x13364a),_0x3454ed=await mustGetByKey(_0x13364a['appCode'],_0x5d3b3e);return asAppConfigDryRunResult(buildMutationData({'operation':_0x54fd39(0xe6),'appCode':_0x13364a[_0x54fd39(0xf0)],'key':_0x5d3b3e,'before':projectAppConfig(_0x3454ed),'after':null,'dryRun':!![]}),{'method':_0x54fd39(0xe7),'url':DELETE_PATH});},async 'execute'(_0x4cbad1){const _0x984ae6=a24_0x4763bf,_0xbab04=readKeyArg(_0x4cbad1),_0x12561c=await mustGetByKey(_0x4cbad1[_0x984ae6(0xf0)],_0xbab04);return await withAppConfigApiBoundary(_0x984ae6(0xe6),{'appCode':_0x4cbad1[_0x984ae6(0xf0)],'key':_0xbab04},()=>deleteAppConfig({'appCode':_0x4cbad1['appCode'],'id':requireAppConfigId(_0x12561c,_0xbab04,_0x4cbad1[_0x984ae6(0xf0)])})),{'ok':!![],'data':buildMutationData({'operation':_0x984ae6(0xe6),'appCode':_0x4cbad1[_0x984ae6(0xf0)],'key':_0xbab04,'before':projectAppConfig(_0x12561c),'after':null,'dryRun':![]}),'message':'Deleted\x20app\x20config\x20'+_0xbab04};}};async function mustGetByKey(_0xb093f7,_0x53fbe6){const _0x10045d=a24_0x4763bf,_0x22e8b5=await withAppConfigApiBoundary(_0x10045d(0xeb),{'appCode':_0xb093f7,'key':_0x53fbe6},()=>getAppConfigByKey(_0xb093f7,_0x53fbe6));if(!_0x22e8b5)throw CliErrors[_0x10045d(0xf6)]('App\x20config\x20key\x20not\x20found:\x20'+_0x53fbe6,_0x10045d(0xfc)+_0xb093f7);return _0x22e8b5;}function requireAppConfigId(_0x70d342,_0x2573ad,_0x2d0a44){const _0x253231=a24_0x4763bf;if(typeof _0x70d342['id']===_0x253231(0xf1)&&Number['isFinite'](_0x70d342['id'])&&_0x70d342['id']>0x0)return _0x70d342['id'];throw CliErrors[_0x253231(0xf2)](_0x253231(0xf8)+_0x2573ad+_0x253231(0xec)+_0x2d0a44);}
1
+ const a29_0x5a6557=a29_0x1534;(function(_0x4173ee,_0x316003){const _0x355e7f=a29_0x1534,_0x55ad3a=_0x4173ee();while(!![]){try{const _0x1153d2=parseInt(_0x355e7f(0x181))/0x1*(parseInt(_0x355e7f(0x188))/0x2)+-parseInt(_0x355e7f(0x180))/0x3*(-parseInt(_0x355e7f(0x185))/0x4)+parseInt(_0x355e7f(0x17a))/0x5*(parseInt(_0x355e7f(0x18b))/0x6)+-parseInt(_0x355e7f(0x17c))/0x7*(parseInt(_0x355e7f(0x18e))/0x8)+parseInt(_0x355e7f(0x186))/0x9+-parseInt(_0x355e7f(0x17d))/0xa+parseInt(_0x355e7f(0x17f))/0xb*(-parseInt(_0x355e7f(0x182))/0xc);if(_0x1153d2===_0x316003)break;else _0x55ad3a['push'](_0x55ad3a['shift']());}catch(_0x4d723c){_0x55ad3a['push'](_0x55ad3a['shift']());}}}(a29_0x87bb,0xa83a5));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='/smartapi/app-config/delete';function a29_0x1534(_0x3bfd49,_0x5c620b){_0x3bfd49=_0x3bfd49-0x177;const _0x87bbba=a29_0x87bb();let _0x15345a=_0x87bbba[_0x3bfd49];return _0x15345a;}export const appConfigDelete={'service':a29_0x5a6557(0x177),'command':a29_0x5a6557(0x179),'description':a29_0x5a6557(0x187),'risk':a29_0x5a6557(0x18d),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x3427fa){readKeyArg(_0x3427fa);},async 'dryRun'(_0x555711){const _0x39976f=a29_0x5a6557,_0xaae820=readKeyArg(_0x555711),_0x3a1b4e=await mustGetByKey(_0x555711[_0x39976f(0x178)],_0xaae820);return asAppConfigDryRunResult(buildMutationData({'operation':_0x39976f(0x179),'appCode':_0x555711[_0x39976f(0x178)],'key':_0xaae820,'before':projectAppConfig(_0x3a1b4e),'after':null,'dryRun':!![]}),{'method':_0x39976f(0x183),'url':DELETE_PATH});},async 'execute'(_0x11088c){const _0x3c16b4=a29_0x5a6557,_0x58236a=readKeyArg(_0x11088c),_0x5832f4=await mustGetByKey(_0x11088c['appCode'],_0x58236a);return await withAppConfigApiBoundary(_0x3c16b4(0x179),{'appCode':_0x11088c[_0x3c16b4(0x178)],'key':_0x58236a},()=>deleteAppConfig({'appCode':_0x11088c[_0x3c16b4(0x178)],'id':requireAppConfigId(_0x5832f4,_0x58236a,_0x11088c[_0x3c16b4(0x178)])})),{'ok':!![],'data':buildMutationData({'operation':_0x3c16b4(0x179),'appCode':_0x11088c[_0x3c16b4(0x178)],'key':_0x58236a,'before':projectAppConfig(_0x5832f4),'after':null,'dryRun':![]}),'message':'Deleted\x20app\x20config\x20'+_0x58236a};}};async function mustGetByKey(_0x4243d0,_0x176e76){const _0x53db71=a29_0x5a6557,_0x3f41cc=await withAppConfigApiBoundary(_0x53db71(0x189),{'appCode':_0x4243d0,'key':_0x176e76},()=>getAppConfigByKey(_0x4243d0,_0x176e76));if(!_0x3f41cc)throw CliErrors[_0x53db71(0x18f)](_0x53db71(0x184)+_0x176e76,_0x53db71(0x17e)+_0x4243d0);return _0x3f41cc;}function a29_0x87bb(){const _0x3c80c6=[',\x20appCode=','6BBzZHg','apiError','high-risk-write','2771504fKoZnW','validation','app-config','appCode','delete','5690115wuiVsh','isFinite','21NjUdqL','5662020BjlJuM','appCode:\x20','19604002PzStIA','2845362vakeYg','964DRZffn','12ZCYMgr','POST','App\x20config\x20key\x20not\x20found:\x20','4GJoNBb','10867626TsyaeY','Delete\x20one\x20runtime\x20app-config\x20key','1624AWXyPd','get'];a29_0x87bb=function(){return _0x3c80c6;};return a29_0x87bb();}function requireAppConfigId(_0x3f4b7f,_0x30c031,_0x1808ee){const _0x2e51f8=a29_0x5a6557;if(typeof _0x3f4b7f['id']==='number'&&Number[_0x2e51f8(0x17b)](_0x3f4b7f['id'])&&_0x3f4b7f['id']>0x0)return _0x3f4b7f['id'];throw CliErrors[_0x2e51f8(0x18c)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x30c031+_0x2e51f8(0x18a)+_0x1808ee);}
@@ -1 +1 @@
1
- function a25_0x34bb(){const _0x1941f3=['appCode:\x20','get','bool','49110QohVaJ','read','1131038MhwUAf','\x20with\x20value\x20revealed','181912RLbeXO','72YcchCl','reveal','Loaded\x20app\x20config\x20','1vNquRr','validation','2994990vxMoSa','app-config','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','8892366hUXbed','2908014ogxGnu','84dwxgrc','\x20with\x20value\x20redacted','6190808eTEuFs','appCode'];a25_0x34bb=function(){return _0x1941f3;};return a25_0x34bb();}const a25_0x17bec7=a25_0x2e16;function a25_0x2e16(_0x5593dc,_0x395f65){_0x5593dc=_0x5593dc-0x147;const _0x34bbf1=a25_0x34bb();let _0x2e1624=_0x34bbf1[_0x5593dc];return _0x2e1624;}(function(_0x5f11f9,_0x33705a){const _0x48a501=a25_0x2e16,_0x5997ab=_0x5f11f9();while(!![]){try{const _0x10821f=-parseInt(_0x48a501(0x148))/0x1*(parseInt(_0x48a501(0x158))/0x2)+parseInt(_0x48a501(0x14e))/0x3+parseInt(_0x48a501(0x151))/0x4+-parseInt(_0x48a501(0x156))/0x5*(-parseInt(_0x48a501(0x14f))/0x6)+-parseInt(_0x48a501(0x14d))/0x7+parseInt(_0x48a501(0x15a))/0x8*(-parseInt(_0x48a501(0x15b))/0x9)+parseInt(_0x48a501(0x14a))/0xa;if(_0x10821f===_0x33705a)break;else _0x5997ab['push'](_0x5997ab['shift']());}catch(_0x1b93be){_0x5997ab['push'](_0x5997ab['shift']());}}}(a25_0x34bb,0xe4956));import{getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a25_0x17bec7(0x14b),'command':a25_0x17bec7(0x154),'description':a25_0x17bec7(0x14c),'risk':a25_0x17bec7(0x157),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x52393d){readKeyArg(_0x52393d);},async 'execute'(_0x4c6832){const _0x8cc59=a25_0x17bec7,_0x35331d=readKeyArg(_0x4c6832),_0x43ff77=await withAppConfigApiBoundary(_0x8cc59(0x154),{'appCode':_0x4c6832[_0x8cc59(0x152)],'key':_0x35331d},()=>getAppConfigByKey(_0x4c6832[_0x8cc59(0x152)],_0x35331d));if(!_0x43ff77)throw CliErrors[_0x8cc59(0x149)]('App\x20config\x20key\x20not\x20found:\x20'+_0x35331d,_0x8cc59(0x153)+_0x4c6832[_0x8cc59(0x152)]);const _0x445061=projectAppConfig(_0x43ff77,{'reveal':_0x4c6832['bool'](_0x8cc59(0x15c))});return{'ok':!![],'data':{'config':_0x445061},'message':_0x4c6832[_0x8cc59(0x155)]('reveal')?_0x8cc59(0x147)+_0x35331d+_0x8cc59(0x159):_0x8cc59(0x147)+_0x35331d+_0x8cc59(0x150)};}};
1
+ const a30_0x541fa8=a30_0x54cb;(function(_0x3506e6,_0x1e4f13){const _0x487c7c=a30_0x54cb,_0x141715=_0x3506e6();while(!![]){try{const _0x11cef8=parseInt(_0x487c7c(0x121))/0x1+parseInt(_0x487c7c(0x10f))/0x2+parseInt(_0x487c7c(0x110))/0x3+-parseInt(_0x487c7c(0x117))/0x4+-parseInt(_0x487c7c(0x11b))/0x5+-parseInt(_0x487c7c(0x11f))/0x6*(-parseInt(_0x487c7c(0x11e))/0x7)+-parseInt(_0x487c7c(0x115))/0x8*(parseInt(_0x487c7c(0x111))/0x9);if(_0x11cef8===_0x1e4f13)break;else _0x141715['push'](_0x141715['shift']());}catch(_0x5d0a4c){_0x141715['push'](_0x141715['shift']());}}}(a30_0x1ba0,0x8a9b8));function a30_0x54cb(_0x213d64,_0x1cc0c6){_0x213d64=_0x213d64-0x10d;const _0x1ba02f=a30_0x1ba0();let _0x54cb1c=_0x1ba02f[_0x213d64];return _0x54cb1c;}import{getAppConfigByKey}from'../../core/api-client.js';function a30_0x1ba0(){const _0x35bf4e=['reveal','1585402pDViqB','12LESiyY','\x20with\x20value\x20redacted','634442GlYkrQ','appCode:\x20','appCode','read','425206zgcTar','3036324vKoKvl','65331ZnRuEV','App\x20config\x20key\x20not\x20found:\x20','bool','\x20with\x20value\x20revealed','1048yTMlJU','Loaded\x20app\x20config\x20','1694956bLgUXm','validation','app-config','get','1848605UjnpmQ','Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used'];a30_0x1ba0=function(){return _0x35bf4e;};return a30_0x1ba0();}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_0x541fa8(0x119),'command':a30_0x541fa8(0x11a),'description':a30_0x541fa8(0x11c),'risk':a30_0x541fa8(0x10e),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x2c7b3b){readKeyArg(_0x2c7b3b);},async 'execute'(_0x1d3baf){const _0x4cfa54=a30_0x541fa8,_0x5623fe=readKeyArg(_0x1d3baf),_0x4acda2=await withAppConfigApiBoundary('get',{'appCode':_0x1d3baf[_0x4cfa54(0x10d)],'key':_0x5623fe},()=>getAppConfigByKey(_0x1d3baf[_0x4cfa54(0x10d)],_0x5623fe));if(!_0x4acda2)throw CliErrors[_0x4cfa54(0x118)](_0x4cfa54(0x112)+_0x5623fe,_0x4cfa54(0x122)+_0x1d3baf[_0x4cfa54(0x10d)]);const _0x5cd6bd=projectAppConfig(_0x4acda2,{'reveal':_0x1d3baf[_0x4cfa54(0x113)](_0x4cfa54(0x11d))});return{'ok':!![],'data':{'config':_0x5cd6bd},'message':_0x1d3baf[_0x4cfa54(0x113)](_0x4cfa54(0x11d))?_0x4cfa54(0x116)+_0x5623fe+_0x4cfa54(0x114):_0x4cfa54(0x116)+_0x5623fe+_0x4cfa54(0x120)};}};
@@ -1 +1 @@
1
- (function(_0x29ef43,_0x3419d5){const _0x180b4a=a26_0x1d7c,_0x41b291=_0x29ef43();while(!![]){try{const _0xc81568=-parseInt(_0x180b4a(0x196))/0x1+parseInt(_0x180b4a(0x198))/0x2+parseInt(_0x180b4a(0x195))/0x3*(-parseInt(_0x180b4a(0x19a))/0x4)+-parseInt(_0x180b4a(0x19c))/0x5*(-parseInt(_0x180b4a(0x193))/0x6)+parseInt(_0x180b4a(0x19b))/0x7+-parseInt(_0x180b4a(0x199))/0x8*(-parseInt(_0x180b4a(0x197))/0x9)+-parseInt(_0x180b4a(0x194))/0xa;if(_0xc81568===_0x3419d5)break;else _0x41b291['push'](_0x41b291['shift']());}catch(_0x221678){_0x41b291['push'](_0x41b291['shift']());}}}(a26_0xb709,0x83697));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_0x1d7c(_0x3abe7c,_0x2150a8){_0x3abe7c=_0x3abe7c-0x193;const _0xb709dc=a26_0xb709();let _0x1d7c3c=_0xb709dc[_0x3abe7c];return _0x1d7c3c;}function a26_0xb709(){const _0x59cedf=['8wFOtSx','419672eBpOEi','5910723EiNdZK','325kgALFh','62820NbPPeb','11662870FhZnqo','21VPuBlz','73299qCQIVa','6255351lqQmjq','584594PLigYm'];a26_0xb709=function(){return _0x59cedf;};return a26_0xb709();}
1
+ function a31_0x2041(_0x28ef8d,_0x22b9ec){_0x28ef8d=_0x28ef8d-0xd9;const _0x141c0b=a31_0x141c();let _0x204169=_0x141c0b[_0x28ef8d];return _0x204169;}(function(_0x23469a,_0x265143){const _0x6ebf9f=a31_0x2041,_0x43d047=_0x23469a();while(!![]){try{const _0x243ed5=parseInt(_0x6ebf9f(0xdf))/0x1*(parseInt(_0x6ebf9f(0xe2))/0x2)+-parseInt(_0x6ebf9f(0xe0))/0x3+-parseInt(_0x6ebf9f(0xd9))/0x4*(-parseInt(_0x6ebf9f(0xdd))/0x5)+parseInt(_0x6ebf9f(0xe1))/0x6*(-parseInt(_0x6ebf9f(0xdb))/0x7)+-parseInt(_0x6ebf9f(0xda))/0x8+parseInt(_0x6ebf9f(0xde))/0x9+parseInt(_0x6ebf9f(0xdc))/0xa;if(_0x243ed5===_0x265143)break;else _0x43d047['push'](_0x43d047['shift']());}catch(_0x3ca6e4){_0x43d047['push'](_0x43d047['shift']());}}}(a31_0x141c,0x4163b));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_0x141c(){const _0x18f89c=['4vAhdRx','51112oiQwaO','742329akfFOF','7155580DFfBZS','828140mmuIKz','1057347ibxZSx','4FQCqDv','625698DvzQru','30lNSYie','7178wKoJiA'];a31_0x141c=function(){return _0x18f89c;};return a31_0x141c();}
@@ -1 +1 @@
1
- function a27_0x4b4b(){const _0x259edc=['length','3YmXeTR','3738916ZBJxJE','str','10vmwqgc','2304395wWXlSF','Found\x20','appCode','key','app-config','122058kgGcSI','7108568JXwXdz','Filter\x20by\x20exact\x20config\x20key','3861154QLRrlp','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','map','\x20app\x20config(s)','170bwyfZK','list','trim','64035jKjlgz','60cgqlHF','323407oLQOVE'];a27_0x4b4b=function(){return _0x259edc;};return a27_0x4b4b();}const a27_0x103f11=a27_0x1abe;(function(_0x2842d7,_0x5a404c){const _0x449714=a27_0x1abe,_0x2930b0=_0x2842d7();while(!![]){try{const _0x1ae6af=parseInt(_0x449714(0x6f))/0x1*(-parseInt(_0x449714(0x69))/0x2)+parseInt(_0x449714(0x7d))/0x3*(-parseInt(_0x449714(0x67))/0x4)+parseInt(_0x449714(0x6a))/0x5+parseInt(_0x449714(0x7a))/0x6*(parseInt(_0x449714(0x7b))/0x7)+parseInt(_0x449714(0x70))/0x8+parseInt(_0x449714(0x79))/0x9*(-parseInt(_0x449714(0x76))/0xa)+parseInt(_0x449714(0x72))/0xb;if(_0x1ae6af===_0x5a404c)break;else _0x2930b0['push'](_0x2930b0['shift']());}catch(_0x114679){_0x2930b0['push'](_0x2930b0['shift']());}}}(a27_0x4b4b,0x79374));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a27_0x1abe(_0x1d1b4f,_0x3a3641){_0x1d1b4f=_0x1d1b4f-0x67;const _0x4b4b4d=a27_0x4b4b();let _0x1abe39=_0x4b4b4d[_0x1d1b4f];return _0x1abe39;}import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a27_0x103f11(0x6e),'command':a27_0x103f11(0x77),'description':a27_0x103f11(0x73),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a27_0x103f11(0x6d),'type':'string','description':a27_0x103f11(0x71)},TAGS_FLAG],async 'validate'(_0x198393){const _0x27de2b=a27_0x103f11,_0x1171ea=_0x198393['str'](_0x27de2b(0x6d))[_0x27de2b(0x78)]();if(_0x1171ea)validateKey(_0x1171ea);readOptionalTags(_0x198393);},async 'execute'(_0x281e8a){const _0x408c5a=a27_0x103f11,_0x4cc14c=_0x281e8a[_0x408c5a(0x68)]('key')[_0x408c5a(0x78)]()||undefined,_0x31fb1d=readOptionalTags(_0x281e8a),_0x49dd24=await withAppConfigApiBoundary(_0x408c5a(0x77),{'appCode':_0x281e8a['appCode']},()=>listAppConfigs(_0x281e8a[_0x408c5a(0x6c)],{'key':_0x4cc14c,'tags':_0x31fb1d})),_0x24af78=_0x49dd24[_0x408c5a(0x74)](_0x568b05=>projectAppConfig(_0x568b05));return{'ok':!![],'data':{'appCode':_0x281e8a[_0x408c5a(0x6c)],'count':_0x24af78['length'],'configs':_0x24af78},'message':_0x408c5a(0x6b)+_0x24af78[_0x408c5a(0x7c)]+_0x408c5a(0x75)};}};
1
+ const a32_0x145538=a32_0x1a60;(function(_0x48d62f,_0x2faa75){const _0x247b48=a32_0x1a60,_0x387d87=_0x48d62f();while(!![]){try{const _0x409141=parseInt(_0x247b48(0x116))/0x1*(parseInt(_0x247b48(0x112))/0x2)+parseInt(_0x247b48(0x11f))/0x3+-parseInt(_0x247b48(0x11e))/0x4+-parseInt(_0x247b48(0x117))/0x5+parseInt(_0x247b48(0x10e))/0x6*(-parseInt(_0x247b48(0x11c))/0x7)+-parseInt(_0x247b48(0x10f))/0x8+parseInt(_0x247b48(0x10b))/0x9*(parseInt(_0x247b48(0x115))/0xa);if(_0x409141===_0x2faa75)break;else _0x387d87['push'](_0x387d87['shift']());}catch(_0x229485){_0x387d87['push'](_0x387d87['shift']());}}}(a32_0x1dc8,0x44c08));function a32_0x1a60(_0x2ef66d,_0x5ef652){_0x2ef66d=_0x2ef66d-0x10b;const _0x1dc894=a32_0x1dc8();let _0x1a6020=_0x1dc894[_0x2ef66d];return _0x1a6020;}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_0x1dc8(){const _0x23c9f6=['appCode','222WkTUuC','3960576ivChYc','map','length','200388BSMvjf','Filter\x20by\x20exact\x20config\x20key','\x20app\x20config(s)','340tMDIRj','1sFGddO','1248070WFYgqp','trim','List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','key','read','21021IISzFm','list','308876tKHEzl','915384dofJqR','string','app-config','str','214227OXsSpd','Found\x20'];a32_0x1dc8=function(){return _0x23c9f6;};return a32_0x1dc8();}export const appConfigList={'service':a32_0x145538(0x121),'command':a32_0x145538(0x11d),'description':a32_0x145538(0x119),'risk':a32_0x145538(0x11b),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a32_0x145538(0x11a),'type':a32_0x145538(0x120),'description':a32_0x145538(0x113)},TAGS_FLAG],async 'validate'(_0x19b534){const _0x502ab3=a32_0x145538,_0x63da6e=_0x19b534[_0x502ab3(0x122)]('key')['trim']();if(_0x63da6e)validateKey(_0x63da6e);readOptionalTags(_0x19b534);},async 'execute'(_0x20bbe5){const _0x4b5aea=a32_0x145538,_0x436165=_0x20bbe5['str'](_0x4b5aea(0x11a))[_0x4b5aea(0x118)]()||undefined,_0x33d4b2=readOptionalTags(_0x20bbe5),_0x5dd278=await withAppConfigApiBoundary(_0x4b5aea(0x11d),{'appCode':_0x20bbe5[_0x4b5aea(0x10d)]},()=>listAppConfigs(_0x20bbe5[_0x4b5aea(0x10d)],{'key':_0x436165,'tags':_0x33d4b2})),_0x695962=_0x5dd278[_0x4b5aea(0x110)](_0x373539=>projectAppConfig(_0x373539));return{'ok':!![],'data':{'appCode':_0x20bbe5[_0x4b5aea(0x10d)],'count':_0x695962[_0x4b5aea(0x111)],'configs':_0x695962},'message':_0x4b5aea(0x10c)+_0x695962['length']+_0x4b5aea(0x114)};}};
@@ -1 +1 @@
1
- const a28_0x2ef4bf=a28_0xa071;(function(_0x4d5c5b,_0x3543dc){const _0x4b1694=a28_0xa071,_0x31966a=_0x4d5c5b();while(!![]){try{const _0x15ffff=-parseInt(_0x4b1694(0x1cb))/0x1*(parseInt(_0x4b1694(0x1d0))/0x2)+-parseInt(_0x4b1694(0x1db))/0x3*(parseInt(_0x4b1694(0x1df))/0x4)+parseInt(_0x4b1694(0x1ce))/0x5+parseInt(_0x4b1694(0x1e6))/0x6+-parseInt(_0x4b1694(0x1d3))/0x7+-parseInt(_0x4b1694(0x1d2))/0x8+parseInt(_0x4b1694(0x1d4))/0x9;if(_0x15ffff===_0x3543dc)break;else _0x31966a['push'](_0x31966a['shift']());}catch(_0x57001e){_0x31966a['push'](_0x31966a['shift']());}}}(a28_0x27d6,0xb5a4c));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a28_0xa071(_0x1eecc5,_0x21f752){_0x1eecc5=_0x1eecc5-0x1cb;const _0x27d61e=a28_0x27d6();let _0xa071ef=_0x27d61e[_0x1eecc5];return _0xa071ef;}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';export const appConfigSet={'service':a28_0x2ef4bf(0x1cd),'command':a28_0x2ef4bf(0x1e5),'description':a28_0x2ef4bf(0x1e4),'risk':a28_0x2ef4bf(0x1d1),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a28_0x2ef4bf(0x1d5),'type':'string','description':a28_0x2ef4bf(0x1dd)}],async 'validate'(_0x3558a9){readKeyArg(_0x3558a9),readOptionalTags(_0x3558a9),assertSingleValueSource(_0x3558a9);},async 'dryRun'(_0x4c68f3){const _0x4bf345=a28_0x2ef4bf,_0x10ed76=readKeyArg(_0x4c68f3),_0x24fec2=readOptionalTags(_0x4c68f3),_0x1324b4=assertSingleValueSource(_0x4c68f3);await assertValueSourceReadable(_0x1324b4);const _0x5af97e=await withAppConfigApiBoundary(_0x4bf345(0x1d8),{'appCode':_0x4c68f3[_0x4bf345(0x1e0)],'key':_0x10ed76},()=>getAppConfigByKey(_0x4c68f3[_0x4bf345(0x1e0)],_0x10ed76)),_0x19909b=_0x5af97e?_0x4bf345(0x1d7):'create',_0x463e9f=_0x5af97e?projectAppConfig(_0x5af97e):null,_0x1eb334=plannedAppConfig({'appCode':_0x4c68f3['appCode'],'key':_0x10ed76,'tags':_0x24fec2??_0x5af97e?.['tags'],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x19909b,'appCode':_0x4c68f3[_0x4bf345(0x1e0)],'key':_0x10ed76,'before':_0x463e9f,'after':_0x1eb334,'dryRun':!![]}),{'method':_0x4bf345(0x1e2),'url':_0x19909b===_0x4bf345(0x1d7)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x2bbf93){const _0x54a0b5=a28_0x2ef4bf,_0x4e458c=readKeyArg(_0x2bbf93),_0x4fecb9=readOptionalTags(_0x2bbf93),_0x222699=await withAppConfigApiBoundary(_0x54a0b5(0x1d8),{'appCode':_0x2bbf93['appCode'],'key':_0x4e458c},()=>getAppConfigByKey(_0x2bbf93['appCode'],_0x4e458c)),_0x4bc303=_0x222699?projectAppConfig(_0x222699):null,_0x31cff6=_0x222699?_0x54a0b5(0x1d7):_0x54a0b5(0x1dc),{value:_0x22a298,warnings:_0x2af5f}=await readAppConfigValue(_0x2bbf93),_0x1c412f={'appCode':_0x2bbf93['appCode'],'key':_0x4e458c,'value':_0x22a298,'tags':_0x4fecb9??_0x222699?.[_0x54a0b5(0x1cf)]??undefined};await withAppConfigApiBoundary(_0x31cff6,{'appCode':_0x2bbf93[_0x54a0b5(0x1e0)],'key':_0x4e458c},async()=>{const _0x304e0f=_0x54a0b5;_0x222699?await updateAppConfig({..._0x1c412f,'id':requireAppConfigId(_0x222699,_0x4e458c,_0x2bbf93[_0x304e0f(0x1e0)])}):await createAppConfig(_0x1c412f);});const _0x2b41a3=await withAppConfigApiBoundary('get',{'appCode':_0x2bbf93['appCode'],'key':_0x4e458c},()=>getAppConfigByKey(_0x2bbf93[_0x54a0b5(0x1e0)],_0x4e458c)),_0x44279=_0x2b41a3?projectAppConfig(_0x2b41a3):plannedAppConfig({'appCode':_0x2bbf93[_0x54a0b5(0x1e0)],'key':_0x4e458c,'tags':_0x1c412f['tags'],'hasValue':_0x22a298!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x31cff6,'appCode':_0x2bbf93[_0x54a0b5(0x1e0)],'key':_0x4e458c,'before':_0x4bc303,'after':_0x44279,'dryRun':![],'warnings':_0x2af5f}),'message':(_0x31cff6===_0x54a0b5(0x1d7)?_0x54a0b5(0x1da):_0x54a0b5(0x1e3))+_0x54a0b5(0x1d6)+_0x4e458c};}};function requireAppConfigId(_0x3aefb,_0x2e8ad2,_0x49405a){const _0x222a67=a28_0x2ef4bf;if(typeof _0x3aefb['id']===_0x222a67(0x1de)&&Number[_0x222a67(0x1e1)](_0x3aefb['id'])&&_0x3aefb['id']>0x0)return _0x3aefb['id'];throw CliErrors[_0x222a67(0x1cc)](_0x222a67(0x1d9)+_0x2e8ad2+',\x20appCode='+_0x49405a);}function a28_0x27d6(){const _0x35c6a7=['number','4ppJgpK','appCode','isFinite','POST','Created','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','set','8803188AUmlCD','2JbFEzl','apiError','app-config','2932430OlIhZu','tags','166932cJpWMg','write','10326504OLXnMB','3215443KHfxpb','14845365zEhlac','file','\x20app\x20config\x20','update','get','App\x20config\x20server\x20id\x20missing\x20for\x20key=','Updated','3126189NCmLKG','create','Read\x20config\x20value\x20from\x20file'];a28_0x27d6=function(){return _0x35c6a7;};return a28_0x27d6();}
1
+ const a33_0x4af0a9=a33_0x4135;(function(_0x3d5bcf,_0x4ac9b3){const _0x4f5b0c=a33_0x4135,_0x4dde26=_0x3d5bcf();while(!![]){try{const _0x34dabc=-parseInt(_0x4f5b0c(0x142))/0x1+-parseInt(_0x4f5b0c(0x135))/0x2+parseInt(_0x4f5b0c(0x141))/0x3*(parseInt(_0x4f5b0c(0x13f))/0x4)+-parseInt(_0x4f5b0c(0x12f))/0x5+-parseInt(_0x4f5b0c(0x12b))/0x6*(-parseInt(_0x4f5b0c(0x13d))/0x7)+-parseInt(_0x4f5b0c(0x133))/0x8+-parseInt(_0x4f5b0c(0x144))/0x9*(-parseInt(_0x4f5b0c(0x12e))/0xa);if(_0x34dabc===_0x4ac9b3)break;else _0x4dde26['push'](_0x4dde26['shift']());}catch(_0x3c358d){_0x4dde26['push'](_0x4dde26['shift']());}}}(a33_0x4011,0x393d9));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a33_0x4135(_0x17913c,_0x29afcd){_0x17913c=_0x17913c-0x129;const _0x401148=a33_0x4011();let _0x413533=_0x401148[_0x17913c];return _0x413533;}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 a33_0x4011(){const _0x437b3f=['isFinite','/smartapi/app-config/update','string','apiError','set','write','2582174ciEQkw','App\x20config\x20server\x20id\x20missing\x20for\x20key=','8guKiVM','get','153093KoKVrk','241268eUpEdf','file','218151mDOWnk','create','Updated','appCode','POST','6XNgXYR','Created','update','450iCuRic','2201790ALINJX','/smartapi/app-config/create','tags','number','2399176fCqRaR','Read\x20config\x20value\x20from\x20file','691438ZxVvdi','\x20app\x20config\x20'];a33_0x4011=function(){return _0x437b3f;};return a33_0x4011();}const CREATE_PATH=a33_0x4af0a9(0x130),UPDATE_PATH=a33_0x4af0a9(0x138);export const appConfigSet={'service':'app-config','command':a33_0x4af0a9(0x13b),'description':'Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','risk':a33_0x4af0a9(0x13c),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a33_0x4af0a9(0x143),'type':a33_0x4af0a9(0x139),'description':a33_0x4af0a9(0x134)}],async 'validate'(_0x22b2a3){readKeyArg(_0x22b2a3),readOptionalTags(_0x22b2a3),assertSingleValueSource(_0x22b2a3);},async 'dryRun'(_0x2764e3){const _0x563e83=a33_0x4af0a9,_0x240c9d=readKeyArg(_0x2764e3),_0x234775=readOptionalTags(_0x2764e3),_0x33f093=assertSingleValueSource(_0x2764e3);await assertValueSourceReadable(_0x33f093);const _0x203aaa=await withAppConfigApiBoundary('get',{'appCode':_0x2764e3['appCode'],'key':_0x240c9d},()=>getAppConfigByKey(_0x2764e3[_0x563e83(0x129)],_0x240c9d)),_0x4fd02f=_0x203aaa?'update':_0x563e83(0x145),_0x396a40=_0x203aaa?projectAppConfig(_0x203aaa):null,_0x4fac3f=plannedAppConfig({'appCode':_0x2764e3[_0x563e83(0x129)],'key':_0x240c9d,'tags':_0x234775??_0x203aaa?.['tags'],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x4fd02f,'appCode':_0x2764e3['appCode'],'key':_0x240c9d,'before':_0x396a40,'after':_0x4fac3f,'dryRun':!![]}),{'method':_0x563e83(0x12a),'url':_0x4fd02f===_0x563e83(0x12d)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x696836){const _0x3b1616=a33_0x4af0a9,_0x4dffcf=readKeyArg(_0x696836),_0x59a64c=readOptionalTags(_0x696836),_0x469bbf=await withAppConfigApiBoundary(_0x3b1616(0x140),{'appCode':_0x696836[_0x3b1616(0x129)],'key':_0x4dffcf},()=>getAppConfigByKey(_0x696836[_0x3b1616(0x129)],_0x4dffcf)),_0x585dec=_0x469bbf?projectAppConfig(_0x469bbf):null,_0x10f21f=_0x469bbf?'update':_0x3b1616(0x145),{value:_0x599732,warnings:_0x8f25f7}=await readAppConfigValue(_0x696836),_0x10e673={'appCode':_0x696836[_0x3b1616(0x129)],'key':_0x4dffcf,'value':_0x599732,'tags':_0x59a64c??_0x469bbf?.[_0x3b1616(0x131)]??undefined};await withAppConfigApiBoundary(_0x10f21f,{'appCode':_0x696836['appCode'],'key':_0x4dffcf},async()=>{const _0x341cfa=_0x3b1616;_0x469bbf?await updateAppConfig({..._0x10e673,'id':requireAppConfigId(_0x469bbf,_0x4dffcf,_0x696836[_0x341cfa(0x129)])}):await createAppConfig(_0x10e673);});const _0x3023b0=await withAppConfigApiBoundary(_0x3b1616(0x140),{'appCode':_0x696836[_0x3b1616(0x129)],'key':_0x4dffcf},()=>getAppConfigByKey(_0x696836[_0x3b1616(0x129)],_0x4dffcf)),_0x501915=_0x3023b0?projectAppConfig(_0x3023b0):plannedAppConfig({'appCode':_0x696836[_0x3b1616(0x129)],'key':_0x4dffcf,'tags':_0x10e673[_0x3b1616(0x131)],'hasValue':_0x599732!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x10f21f,'appCode':_0x696836[_0x3b1616(0x129)],'key':_0x4dffcf,'before':_0x585dec,'after':_0x501915,'dryRun':![],'warnings':_0x8f25f7}),'message':(_0x10f21f===_0x3b1616(0x12d)?_0x3b1616(0x146):_0x3b1616(0x12c))+_0x3b1616(0x136)+_0x4dffcf};}};function requireAppConfigId(_0x41af7a,_0x24e1af,_0x131104){const _0x211579=a33_0x4af0a9;if(typeof _0x41af7a['id']===_0x211579(0x132)&&Number[_0x211579(0x137)](_0x41af7a['id'])&&_0x41af7a['id']>0x0)return _0x41af7a['id'];throw CliErrors[_0x211579(0x13a)](_0x211579(0x13e)+_0x24e1af+',\x20appCode='+_0x131104);}