@lovrabet/rabetbase-cli 2.4.7 → 2.5.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.d.ts +13 -3
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/api/generate-sdk-config-file.d.ts +7 -0
  6. package/lib/api/generate-sdk-config-file.js +1 -0
  7. package/lib/auth/auth-server-ui.js +1 -1
  8. package/lib/auth/auth-server.js +1 -1
  9. package/lib/auth/constant.js +1 -1
  10. package/lib/auth/get-cookie.js +1 -1
  11. package/lib/auth/get-session-user.js +1 -1
  12. package/lib/auth/is-session-valid.js +1 -1
  13. package/lib/auth/login-success-html.js +1 -1
  14. package/lib/auth/logout.js +1 -1
  15. package/lib/cli-flags.js +1 -1
  16. package/lib/cli.js +1 -1
  17. package/lib/commands/api/generate.js +1 -1
  18. package/lib/commands/api/index.js +1 -1
  19. package/lib/commands/api/list.js +1 -1
  20. package/lib/commands/api/pull.js +1 -1
  21. package/lib/commands/api/shared.js +1 -1
  22. package/lib/commands/app/index.js +1 -1
  23. package/lib/commands/app/list.js +1 -1
  24. package/lib/commands/app/members-list.js +1 -1
  25. package/lib/commands/app/remote-directory.js +1 -1
  26. package/lib/commands/app/shared.d.ts +2 -5
  27. package/lib/commands/app/shared.js +1 -1
  28. package/lib/commands/app-config/delete.js +1 -1
  29. package/lib/commands/app-config/get.js +1 -1
  30. package/lib/commands/app-config/index.js +1 -1
  31. package/lib/commands/app-config/list.js +1 -1
  32. package/lib/commands/app-config/set.js +1 -1
  33. package/lib/commands/app-config/shared.js +1 -1
  34. package/lib/commands/auth/index.js +1 -1
  35. package/lib/commands/bff/create.js +1 -1
  36. package/lib/commands/bff/delete.js +1 -1
  37. package/lib/commands/bff/detail.js +1 -1
  38. package/lib/commands/bff/index.js +1 -1
  39. package/lib/commands/bff/list.js +1 -1
  40. package/lib/commands/bff/pull.js +1 -1
  41. package/lib/commands/bff/push.js +1 -1
  42. package/lib/commands/bff/status.js +1 -1
  43. package/lib/commands/cli-skill/index.js +1 -1
  44. package/lib/commands/cli-update.js +1 -1
  45. package/lib/commands/codegen/index.js +1 -1
  46. package/lib/commands/codegen/sdk.js +1 -1
  47. package/lib/commands/codegen/sql.js +1 -1
  48. package/lib/commands/common/app-registry.js +1 -1
  49. package/lib/commands/common/app-selector.js +1 -1
  50. package/lib/commands/common/async-task.js +1 -1
  51. package/lib/commands/common/dry-run.js +1 -1
  52. package/lib/commands/common/flags.js +1 -1
  53. package/lib/commands/common/local-file.js +1 -1
  54. package/lib/commands/common/validate.js +1 -1
  55. package/lib/commands/config/delete.d.ts +5 -0
  56. package/lib/commands/config/delete.js +1 -0
  57. package/lib/commands/config/get.js +1 -1
  58. package/lib/commands/config/index.js +1 -1
  59. package/lib/commands/config/init.d.ts +12 -0
  60. package/lib/commands/config/init.js +1 -0
  61. package/lib/commands/config/list.js +1 -1
  62. package/lib/commands/config/set.js +1 -1
  63. package/lib/commands/config/shared.js +1 -1
  64. package/lib/commands/dataset/business-group-update.js +1 -1
  65. package/lib/commands/dataset/business-groups.js +1 -1
  66. package/lib/commands/dataset/capability.js +1 -1
  67. package/lib/commands/dataset/delete.js +1 -1
  68. package/lib/commands/dataset/detail.js +1 -1
  69. package/lib/commands/dataset/extend-update.js +1 -1
  70. package/lib/commands/dataset/field-update.js +1 -1
  71. package/lib/commands/dataset/generate.js +1 -1
  72. package/lib/commands/dataset/index.js +1 -1
  73. package/lib/commands/dataset/list.js +1 -1
  74. package/lib/commands/dataset/operations.js +1 -1
  75. package/lib/commands/dataset/relation-audit.js +1 -1
  76. package/lib/commands/dataset/relation-create.js +1 -1
  77. package/lib/commands/dataset/relation-delete.js +1 -1
  78. package/lib/commands/dataset/relation-shared.js +1 -1
  79. package/lib/commands/dataset/relation-update.js +1 -1
  80. package/lib/commands/dataset/relations.js +1 -1
  81. package/lib/commands/dataset/rename.js +1 -1
  82. package/lib/commands/dataset/restore.js +1 -1
  83. package/lib/commands/db/analysis-batching.js +1 -1
  84. package/lib/commands/db/analyze-batch-plan.js +1 -1
  85. package/lib/commands/db/analyze-cancel.js +1 -1
  86. package/lib/commands/db/analyze-start.js +1 -1
  87. package/lib/commands/db/analyze-status.js +1 -1
  88. package/lib/commands/db/create.js +1 -1
  89. package/lib/commands/db/delete.js +1 -1
  90. package/lib/commands/db/detail.js +1 -1
  91. package/lib/commands/db/diff-refresh-start.js +1 -1
  92. package/lib/commands/db/diff-refresh-status.js +1 -1
  93. package/lib/commands/db/diff.js +1 -1
  94. package/lib/commands/db/index.js +1 -1
  95. package/lib/commands/db/list.js +1 -1
  96. package/lib/commands/db/shared.js +1 -1
  97. package/lib/commands/db/tables.js +1 -1
  98. package/lib/commands/db/test.js +1 -1
  99. package/lib/commands/db/update.js +1 -1
  100. package/lib/commands/doctor.js +1 -1
  101. package/lib/commands/file/index.js +1 -1
  102. package/lib/commands/issue/index.js +1 -1
  103. package/lib/commands/issue/nudge.js +1 -1
  104. package/lib/commands/issue/report.js +1 -1
  105. package/lib/commands/issue/shared.js +1 -1
  106. package/lib/commands/kb/create.js +1 -1
  107. package/lib/commands/kb/delete.js +1 -1
  108. package/lib/commands/kb/detail.js +1 -1
  109. package/lib/commands/kb/index.js +1 -1
  110. package/lib/commands/kb/list.js +1 -1
  111. package/lib/commands/kb/search.js +1 -1
  112. package/lib/commands/kb/shared.js +1 -1
  113. package/lib/commands/kb/update.js +1 -1
  114. package/lib/commands/logs/index.js +1 -1
  115. package/lib/commands/menu/asset-update.js +1 -1
  116. package/lib/commands/menu/delete.js +1 -1
  117. package/lib/commands/menu/external-link-create.js +1 -1
  118. package/lib/commands/menu/external-link-update.js +1 -1
  119. package/lib/commands/menu/group-create.js +1 -1
  120. package/lib/commands/menu/group-update.js +1 -1
  121. package/lib/commands/menu/index.js +1 -1
  122. package/lib/commands/menu/list.js +1 -1
  123. package/lib/commands/menu/move.js +1 -1
  124. package/lib/commands/menu/regroup-start.js +1 -1
  125. package/lib/commands/menu/rename.js +1 -1
  126. package/lib/commands/menu/shared/compare-table.js +1 -1
  127. package/lib/commands/menu/shared/delete-plan.js +1 -1
  128. package/lib/commands/menu/shared/facts.js +1 -1
  129. package/lib/commands/menu/shared/index.js +1 -1
  130. package/lib/commands/menu/shared/inquirer.js +1 -1
  131. package/lib/commands/menu/shared/local-pages.js +1 -1
  132. package/lib/commands/menu/shared/logic.js +1 -1
  133. package/lib/commands/menu/shared/mutations.js +1 -1
  134. package/lib/commands/menu/shared/service.js +1 -1
  135. package/lib/commands/menu/shared/sync-core.js +1 -1
  136. package/lib/commands/menu/shared/update-core.js +1 -1
  137. package/lib/commands/menu/shared/valid-url.js +1 -1
  138. package/lib/commands/menu/sync.js +1 -1
  139. package/lib/commands/menu/visibility-update.js +1 -1
  140. package/lib/commands/notification/config-create.js +1 -1
  141. package/lib/commands/notification/config-delete.js +1 -1
  142. package/lib/commands/notification/config-list.js +1 -1
  143. package/lib/commands/notification/config-update.js +1 -1
  144. package/lib/commands/notification/index.js +1 -1
  145. package/lib/commands/notification/shared.js +1 -1
  146. package/lib/commands/ocr/index.js +1 -1
  147. package/lib/commands/page/create.js +1 -1
  148. package/lib/commands/page/custom/detail.js +1 -1
  149. package/lib/commands/page/custom/list.js +1 -1
  150. package/lib/commands/page/custom/publish.js +1 -1
  151. package/lib/commands/page/custom/shared.js +1 -1
  152. package/lib/commands/page/custom/syntax.js +1 -1
  153. package/lib/commands/page/custom/template.js +1 -1
  154. package/lib/commands/page/custom/update.js +1 -1
  155. package/lib/commands/page/data-list-status.js +1 -1
  156. package/lib/commands/page/generate-start.js +1 -1
  157. package/lib/commands/page/generate-status.js +1 -1
  158. package/lib/commands/page/index.js +1 -1
  159. package/lib/commands/page/pull.js +1 -1
  160. package/lib/commands/page/push.js +1 -1
  161. package/lib/commands/page/relation-audit.js +1 -1
  162. package/lib/commands/page/restore.js +1 -1
  163. package/lib/commands/page/shared.js +1 -1
  164. package/lib/commands/page/sync.js +1 -1
  165. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  166. package/lib/commands/project/create/format-elapsed.js +1 -1
  167. package/lib/commands/project/create/main.d.ts +1 -0
  168. package/lib/commands/project/create/main.js +1 -1
  169. package/lib/commands/project/create/materialize-project-template.d.ts +6 -2
  170. package/lib/commands/project/create/materialize-project-template.js +1 -1
  171. package/lib/commands/project/create/project-name.js +1 -1
  172. package/lib/commands/project/create/project-template-archive.js +1 -1
  173. package/lib/commands/project/create/project-template-path.js +1 -1
  174. package/lib/commands/project/create/use-copy-project-template.d.ts +1 -1
  175. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  176. package/lib/commands/project/create/use-format-code.js +1 -1
  177. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  178. package/lib/commands/project/index.js +1 -1
  179. package/lib/commands/project/upgrade.js +1 -1
  180. package/lib/commands/registry.d.ts +2 -2
  181. package/lib/commands/registry.js +1 -1
  182. package/lib/commands/role/delete.js +1 -1
  183. package/lib/commands/role/detail.js +1 -1
  184. package/lib/commands/role/index.js +1 -1
  185. package/lib/commands/role/list.js +1 -1
  186. package/lib/commands/role/shared.d.ts +1 -1
  187. package/lib/commands/role/shared.js +1 -1
  188. package/lib/commands/role/update.js +1 -1
  189. package/lib/commands/role/user-add.js +1 -1
  190. package/lib/commands/role/user-remove.js +1 -1
  191. package/lib/commands/role/user-resolve.js +1 -1
  192. package/lib/commands/run/index.js +1 -1
  193. package/lib/commands/schema.js +1 -1
  194. package/lib/commands/sql/create.js +1 -1
  195. package/lib/commands/sql/delete.js +1 -1
  196. package/lib/commands/sql/detail.js +1 -1
  197. package/lib/commands/sql/exec.js +1 -1
  198. package/lib/commands/sql/index.js +1 -1
  199. package/lib/commands/sql/list.js +1 -1
  200. package/lib/commands/sql/pull.js +1 -1
  201. package/lib/commands/sql/push.js +1 -1
  202. package/lib/commands/sql/shared.js +1 -1
  203. package/lib/commands/sql/status.js +1 -1
  204. package/lib/commands/sql/validate.js +1 -1
  205. package/lib/commands/task/index.js +1 -1
  206. package/lib/commands/task/status.js +1 -1
  207. package/lib/commands/tenant/index.js +1 -1
  208. package/lib/commands/tenant/members-list.js +1 -1
  209. package/lib/commands/tenant/shared.js +1 -1
  210. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  211. package/lib/commands/user-account/index.js +1 -1
  212. package/lib/commands/workspace/add.js +1 -1
  213. package/lib/commands/workspace/index.js +1 -1
  214. package/lib/commands/workspace/remove.js +1 -1
  215. package/lib/config/domain-config.d.ts +10 -0
  216. package/lib/config/domain-config.js +1 -0
  217. package/lib/config/schema.d.ts +3 -1
  218. package/lib/config/schema.js +1 -1
  219. package/lib/constant/cdn.js +1 -1
  220. package/lib/constant/cli.js +1 -1
  221. package/lib/constant/defaults.js +1 -1
  222. package/lib/constant/domain.d.ts +23 -1
  223. package/lib/constant/domain.js +1 -1
  224. package/lib/constant/env.js +1 -1
  225. package/lib/constant/output.js +1 -1
  226. package/lib/constant/paths.js +1 -1
  227. package/lib/constant/region.d.ts +9 -0
  228. package/lib/constant/region.js +1 -0
  229. package/lib/constant/risk.js +1 -1
  230. package/lib/context/app-resolver.js +1 -1
  231. package/lib/context/auth-resolver.js +1 -1
  232. package/lib/context/config-loader.d.ts +4 -6
  233. package/lib/context/config-loader.js +1 -1
  234. package/lib/context.d.ts +2 -2
  235. package/lib/context.js +1 -1
  236. package/lib/core/alias-resolver.js +1 -1
  237. package/lib/core/api-client.d.ts +2 -0
  238. package/lib/core/api-client.js +1 -1
  239. package/lib/core/bff/config.js +1 -1
  240. package/lib/core/bff/file-system.js +1 -1
  241. package/lib/core/bff/hash.js +1 -1
  242. package/lib/core/bff/lock.js +1 -1
  243. package/lib/core/bff/utils.js +1 -1
  244. package/lib/core/db-resolver.js +1 -1
  245. package/lib/core/page/file-system.js +1 -1
  246. package/lib/core/page/hash.js +1 -1
  247. package/lib/core/page/lock.js +1 -1
  248. package/lib/core/sql-index-auditor.js +1 -1
  249. package/lib/core/sql-sync/config.js +1 -1
  250. package/lib/core/sql-sync/file-system.js +1 -1
  251. package/lib/core/sql-sync/hash.js +1 -1
  252. package/lib/core/sql-sync/lock.js +1 -1
  253. package/lib/core/sql-sync/utils.js +1 -1
  254. package/lib/core/sql-validator.js +1 -1
  255. package/lib/errors.d.ts +11 -1
  256. package/lib/errors.js +1 -1
  257. package/lib/framework/build-all-flags.js +1 -1
  258. package/lib/framework/error-output.js +1 -1
  259. package/lib/framework/explicit-yes.js +1 -1
  260. package/lib/framework/flags.js +1 -1
  261. package/lib/framework/help.d.ts +2 -2
  262. package/lib/framework/help.js +1 -1
  263. package/lib/framework/index.js +1 -1
  264. package/lib/framework/output.js +1 -1
  265. package/lib/framework/response.js +1 -1
  266. package/lib/framework/runner-alias.js +1 -1
  267. package/lib/framework/runner.js +1 -1
  268. package/lib/framework/schema-export.js +1 -1
  269. package/lib/framework/types.js +1 -1
  270. package/lib/generated/build-info.d.ts +4 -4
  271. package/lib/generated/build-info.js +1 -1
  272. package/lib/help.js +1 -1
  273. package/lib/postinstall.js +1 -1
  274. package/lib/runtime/confirmation.js +1 -1
  275. package/lib/runtime/event.js +1 -1
  276. package/lib/runtime/index.js +1 -1
  277. package/lib/runtime/queue.js +1 -1
  278. package/lib/runtime/resolve.js +1 -1
  279. package/lib/skills/builtin-skill.js +1 -1
  280. package/lib/skills/main.js +1 -1
  281. package/lib/skills/npx-skills-add.js +1 -1
  282. package/lib/skills/skill-presence.js +1 -1
  283. package/lib/telemetry/cli-command-trace.js +1 -1
  284. package/lib/telemetry/cli-help-trace.js +1 -1
  285. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  286. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  287. package/lib/telemetry/send-cli-trace-log.js +1 -1
  288. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  289. package/lib/types/index.d.ts +28 -0
  290. package/lib/utils/ai_config.d.ts +1 -2
  291. package/lib/utils/ai_config.js +1 -1
  292. package/lib/utils/apply-jq-filter.js +1 -1
  293. package/lib/utils/cdn-config.js +1 -1
  294. package/lib/utils/check-sdk-version.js +1 -1
  295. package/lib/utils/cli-version-check.js +1 -1
  296. package/lib/utils/cli-version-policy.js +1 -1
  297. package/lib/utils/config.js +1 -1
  298. package/lib/utils/entity-with-id.js +1 -1
  299. package/lib/utils/file-utils.js +1 -1
  300. package/lib/utils/guides-cdn.js +1 -1
  301. package/lib/utils/http-client.js +1 -1
  302. package/lib/utils/is-non-interactive.js +1 -1
  303. package/lib/utils/logger.js +1 -1
  304. package/lib/utils/params.js +1 -1
  305. package/lib/utils/platform.js +1 -1
  306. package/lib/utils/sleep.js +1 -1
  307. package/lib/utils/template-replacer.js +1 -1
  308. package/lib/utils/update-notice.js +1 -1
  309. package/lib/utils/version.js +1 -1
  310. package/lib/utils/with-active-cookie.js +1 -1
  311. package/lib/utils/write-cli-side-channel.js +1 -1
  312. package/package.json +1 -3
  313. package/skills/rabetbase/SKILL.md +33 -28
  314. package/skills/rabetbase/guides/backend-function.md +41 -12
  315. package/skills/rabetbase/guides/bff-creation-workflow.md +6 -4
  316. package/skills/rabetbase/guides/custom-page-workflow.md +1 -1
  317. package/skills/rabetbase/guides/data-api-guidelines.md +8 -8
  318. package/skills/rabetbase/guides/database-connection-workflow.md +8 -16
  319. package/skills/rabetbase/guides/menu-anomaly-manual-cleanup.md +1 -6
  320. package/skills/rabetbase/guides/sdk-client-generation.md +146 -0
  321. package/skills/rabetbase/guides/sql-creation-workflow.md +1 -1
  322. package/skills/rabetbase/guides/troubleshooting.md +1 -1
  323. package/skills/rabetbase/guides/typescript-sdk.md +46 -10
  324. package/skills/rabetbase/references/rabetbase-api-list.md +4 -4
  325. package/skills/rabetbase/references/rabetbase-api-pull.md +44 -29
  326. package/skills/rabetbase/references/rabetbase-app-list.md +2 -2
  327. package/skills/rabetbase/references/rabetbase-auth-login.md +4 -2
  328. package/skills/rabetbase/references/rabetbase-bff-push.md +3 -1
  329. package/skills/rabetbase/references/rabetbase-codegen-sql.md +3 -1
  330. package/skills/rabetbase/references/rabetbase-config.md +75 -30
  331. package/skills/rabetbase/references/rabetbase-dataset-detail.md +1 -1
  332. package/skills/rabetbase/references/rabetbase-db-analyze.md +3 -3
  333. package/skills/rabetbase/references/rabetbase-db-detail.md +2 -2
  334. package/skills/rabetbase/references/rabetbase-db-diff-refresh.md +4 -4
  335. package/skills/rabetbase/references/rabetbase-db-diff.md +6 -9
  336. package/skills/rabetbase/references/rabetbase-doctor.md +1 -1
  337. package/skills/rabetbase/references/rabetbase-init.md +57 -51
  338. package/skills/rabetbase/references/rabetbase-kb.md +2 -0
  339. package/skills/rabetbase/references/rabetbase-page-create.md +1 -1
  340. package/skills/rabetbase/references/rabetbase-page-custom-detail.md +3 -3
  341. package/skills/rabetbase/references/rabetbase-page-custom-list.md +2 -2
  342. package/skills/rabetbase/references/rabetbase-project-create.md +12 -3
  343. package/skills/rabetbase/references/rabetbase-project-upgrade.md +2 -2
  344. package/skills/rabetbase/references/rabetbase-role-user-resolve.md +2 -2
  345. package/skills/rabetbase/references/rabetbase-user-account.md +1 -1
  346. package/skills/rabetbase/references/rabetbase-workspace.md +6 -6
  347. package/skills/rabetbase.manifest.json +4 -3
  348. package/templates/README.md +17 -28
  349. package/templates/generate-api/api.ts.tpl +3 -3
  350. package/templates/generate-api/client.ts.tpl +10 -37
  351. package/lib/commands/data/filter.d.ts +0 -7
  352. package/lib/commands/data/filter.js +0 -1
  353. package/lib/commands/data/getOne.d.ts +0 -7
  354. package/lib/commands/data/getOne.js +0 -1
  355. package/lib/commands/data/index.d.ts +0 -8
  356. package/lib/commands/data/index.js +0 -1
  357. package/lib/commands/data/shared.d.ts +0 -33
  358. package/lib/commands/data/shared.js +0 -1
  359. package/lib/commands/init/index.d.ts +0 -11
  360. package/lib/commands/init/index.js +0 -1
  361. package/lib/utils/rules-cdn.d.ts +0 -38
  362. package/lib/utils/rules-cdn.js +0 -1
  363. package/templates/rules/lovrabet_rules.mdc.tpl +0 -893
  364. package/templates/skill/SKILL.md.tpl +0 -120
@@ -1 +1 @@
1
- function a205_0x4f67(_0x4a49ff,_0x9c9264){_0x4a49ff=_0x4a49ff-0x125;const _0x576cf9=a205_0x576c();let _0x4f678c=_0x576cf9[_0x4a49ff];return _0x4f678c;}const a205_0x25ce2e=a205_0x4f67;(function(_0x1a593c,_0x3f007e){const _0x36d0a7=a205_0x4f67,_0x40a93a=_0x1a593c();while(!![]){try{const _0x4f88ed=parseInt(_0x36d0a7(0x13f))/0x1+-parseInt(_0x36d0a7(0x134))/0x2*(-parseInt(_0x36d0a7(0x153))/0x3)+-parseInt(_0x36d0a7(0x152))/0x4*(-parseInt(_0x36d0a7(0x150))/0x5)+parseInt(_0x36d0a7(0x132))/0x6*(parseInt(_0x36d0a7(0x13c))/0x7)+parseInt(_0x36d0a7(0x129))/0x8+-parseInt(_0x36d0a7(0x154))/0x9*(parseInt(_0x36d0a7(0x15a))/0xa)+-parseInt(_0x36d0a7(0x146))/0xb*(parseInt(_0x36d0a7(0x138))/0xc);if(_0x4f88ed===_0x3f007e)break;else _0x40a93a['push'](_0x40a93a['shift']());}catch(_0x1be6d8){_0x40a93a['push'](_0x40a93a['shift']());}}}(a205_0x576c,0x7c996));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{RISK_LEVEL_VALUES}from'../../constant/risk.js';import{validateAppcode}from'../../commands/common/validate.js';import{readConfigFile,readRawConfigWithLayers,resolveWriteConfigPath,writeConfigFile}from'../../context.js';import{workspaceAddDefinition}from'../../commands/workspace/add.js';import{workspaceRemoveDefinition}from'../../commands/workspace/remove.js';const WORKSPACE_USAGE=CLI_BIN_NAME+a205_0x25ce2e(0x141),SAFE_PROFILE_KEYS=['appcode','env',a205_0x25ce2e(0x12b),a205_0x25ce2e(0x12e),a205_0x25ce2e(0x156),a205_0x25ce2e(0x14b),a205_0x25ce2e(0x133)],workspaceFlags=[{'name':a205_0x25ce2e(0x137),'type':a205_0x25ce2e(0x126),'description':a205_0x25ce2e(0x15c)},{'name':a205_0x25ce2e(0x144),'type':a205_0x25ce2e(0x126),'description':'App\x20code\x20to\x20bind\x20to\x20this\x20workspace'},{'name':'env','type':a205_0x25ce2e(0x126),'description':'Target\x20environment','enum':[...RABETBASE_ENV_VALUES]},{'name':a205_0x25ce2e(0x12b),'type':a205_0x25ce2e(0x126),'description':a205_0x25ce2e(0x14c)},{'name':a205_0x25ce2e(0x139),'type':a205_0x25ce2e(0x126),'description':a205_0x25ce2e(0x14d),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':a205_0x25ce2e(0x156),'type':'number','description':'Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile'},{'name':'riskLevel','type':a205_0x25ce2e(0x126),'description':'Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','enum':[...RISK_LEVEL_VALUES]},{'name':a205_0x25ce2e(0x133),'type':'string','description':'Locale\x20for\x20this\x20workspace\x20app\x20profile'}];function isRecord(_0x262648){const _0x5a5824=a205_0x25ce2e;return!!_0x262648&&typeof _0x262648===_0x5a5824(0x128)&&!Array['isArray'](_0x262648);}function assertValidAppcode(_0x1d9b00){const _0x48b64c=a205_0x25ce2e,{valid:_0x1f2b51,message:_0x9c4324}=validateAppcode(_0x1d9b00);if(!_0x1f2b51)throw CliErrors[_0x48b64c(0x127)](_0x48b64c(0x159)+_0x1d9b00,_0x9c4324);}function sanitizeProfile(_0x537fe2){if(!isRecord(_0x537fe2))return{};const _0x3bd11b={};for(const _0x2400c8 of SAFE_PROFILE_KEYS){if(_0x537fe2[_0x2400c8]!==undefined)_0x3bd11b[_0x2400c8]=_0x537fe2[_0x2400c8];}return _0x3bd11b;}function cloneProfile(_0x364e30){return isRecord(_0x364e30)?{..._0x364e30}:{};}function collectWorkspaceProfileOverrides(_0x4316aa){const _0x589176=a205_0x25ce2e,_0x302094={},_0xe2aa99=_0x4316aa[_0x589176(0x13b)](_0x589176(0x149)),_0x3c30fa=_0x4316aa['str']('apiDir'),_0x1d625f=_0x4316aa[_0x589176(0x13b)]('defaultFormat'),_0x43464e=_0x4316aa['flag'](_0x589176(0x156)),_0x1f3b2f=_0x4316aa[_0x589176(0x13b)](_0x589176(0x14b)),_0x16f179=_0x4316aa['str'](_0x589176(0x133));if(_0xe2aa99)_0x302094[_0x589176(0x149)]=_0xe2aa99;if(_0x3c30fa)_0x302094[_0x589176(0x12b)]=_0x3c30fa;if(_0x1d625f)_0x302094[_0x589176(0x12e)]=_0x1d625f;if(_0x43464e!==undefined&&_0x43464e!=='')_0x302094[_0x589176(0x156)]=Number(_0x43464e);if(_0x1f3b2f)_0x302094[_0x589176(0x14b)]=_0x1f3b2f;if(_0x16f179)_0x302094['locale']=_0x16f179;return _0x302094;}async function validateWorkspaceArgs(_0x3d3b6a){const _0x1a3943=a205_0x25ce2e,_0x5dd37b=_0x3d3b6a['str'](_0x1a3943(0x137))['trim'](),_0xd6d423=_0x3d3b6a[_0x1a3943(0x13b)](_0x1a3943(0x144))[_0x1a3943(0x15d)]();if(!_0x5dd37b&&!_0xd6d423)throw CliErrors[_0x1a3943(0x127)](_0x1a3943(0x14f),_0x1a3943(0x148)+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+_0x1a3943(0x13a));if(_0xd6d423)assertValidAppcode(_0xd6d423);}function resolveKnownApps(){const _0x232119=a205_0x25ce2e,{config:_0x42d696,layers:_0x51b4b3}=readRawConfigWithLayers(),_0xebfb26=isRecord(_0x42d696[_0x232119(0x155)])?_0x42d696[_0x232119(0x155)]:{},_0x4d9583=isRecord(_0x51b4b3[_0x232119(0x158)][_0x232119(0x155)])?_0x51b4b3[_0x232119(0x158)][_0x232119(0x155)]:{};return{..._0x4d9583,..._0xebfb26};}async function configureWorkspace(_0x396f32,_0x3885ce){const _0x5d86e3=a205_0x25ce2e,_0x4c3158=_0x396f32['str']('app')[_0x5d86e3(0x15d)](),_0x6cc5fd=_0x396f32['str'](_0x5d86e3(0x144))[_0x5d86e3(0x15d)](),_0x763945=_0x4c3158||_0x6cc5fd;if(!_0x763945)throw CliErrors['validation'](_0x5d86e3(0x14f),'Use\x20`'+CLI_BIN_NAME+_0x5d86e3(0x140)+CLI_BIN_NAME+_0x5d86e3(0x13a));if(_0x6cc5fd)assertValidAppcode(_0x6cc5fd);const _0x120c57=resolveWriteConfigPath('project'),_0x53027d=readConfigFile(_0x120c57),_0x4a4a8a=resolveKnownApps(),_0x489bd4=isRecord(_0x53027d['apps'])?{..._0x53027d[_0x5d86e3(0x155)]}:{},_0x44317c=cloneProfile(_0x489bd4[_0x763945]),_0x24ceeb=sanitizeProfile(_0x4a4a8a[_0x763945]),_0xc1df1b=_0x6cc5fd?{}:_0x24ceeb,_0x497086=_0x6cc5fd||_0xc1df1b['appcode'];if(!_0x497086){const _0x12d27e=Object[_0x5d86e3(0x143)](_0x4a4a8a),_0x2e5a67=_0x12d27e[_0x5d86e3(0x15e)]===0x0?_0x5d86e3(0x148)+CLI_BIN_NAME+_0x5d86e3(0x13d)+_0x3885ce+_0x5d86e3(0x157)+_0x763945+'\x20--appcode\x20<code>`.':_0x5d86e3(0x14e)+_0x12d27e[_0x5d86e3(0x147)](',\x20');throw CliErrors[_0x5d86e3(0x127)](_0x5d86e3(0x14a)+_0x763945+_0x5d86e3(0x131),_0x2e5a67);}assertValidAppcode(String(_0x497086));const _0x183c10={..._0xc1df1b,..._0x44317c,'appcode':String(_0x497086),...collectWorkspaceProfileOverrides(_0x396f32)};return _0x489bd4[_0x763945]=_0x183c10,_0x53027d[_0x5d86e3(0x155)]=_0x489bd4,_0x53027d[_0x5d86e3(0x130)]=_0x763945,delete _0x53027d['appcode'],delete _0x53027d['app'],_0x183c10[_0x5d86e3(0x149)]&&(_0x53027d[_0x5d86e3(0x149)]=_0x183c10[_0x5d86e3(0x149)]),writeConfigFile(_0x120c57,_0x53027d),{'ok':!![],'message':_0x5d86e3(0x145)+(_0x3885ce===_0x5d86e3(0x135)?_0x5d86e3(0x12a):_0x5d86e3(0x12c))+':\x20'+_0x763945+_0x5d86e3(0x12d)+_0x183c10[_0x5d86e3(0x144)]+_0x5d86e3(0x125)+_0x120c57+_0x5d86e3(0x15b),'data':{'operation':_0x5d86e3(0x142)+_0x3885ce,'configPath':_0x120c57,'app':_0x763945,'appcode':_0x183c10[_0x5d86e3(0x144)],'env':_0x183c10[_0x5d86e3(0x149)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a205_0x25ce2e(0x13e),'command':a205_0x25ce2e(0x135),'description':a205_0x25ce2e(0x151),'risk':a205_0x25ce2e(0x12f),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x135773=>configureWorkspace(_0x135773,a205_0x25ce2e(0x135))},workspaceUseDefinition={'service':a205_0x25ce2e(0x13e),'command':'use','description':a205_0x25ce2e(0x136),'risk':a205_0x25ce2e(0x12f),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x129ad1=>configureWorkspace(_0x129ad1,'use')};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};function a205_0x576c(){const _0x510e7a=['386727zLGWXR','join','Use\x20`','env','App\x20\x22','riskLevel','API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile','Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20','Missing\x20workspace\x20app\x20selector.','517755oGGKju','Initialize\x20the\x20current\x20workspace\x20app\x20binding','16DVZIsV','3drgBmH','7643763uiXEmj','apps','pageSize','\x20--app\x20','globalConfig','Invalid\x20appcode:\x20','10FiGOeC','.\x20Credentials:\x20not\x20written.','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','trim','length',').\x20Config:\x20','string','validation','object','3089160kApaLS','initialized','apiDir','updated','\x20(appcode:\x20','format','write','defaultApp','\x22\x20not\x20found.','624sbTHtW','locale','519182YhYcuq','init','Switch\x20the\x20current\x20workspace\x20app\x20binding','app','84segWBy','defaultFormat','\x20workspace\x20use\x20--app\x20<name>`.','str','6986ytZZbA','\x20workspace\x20','workspace','442032cVfvlj','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]','workspace.','keys','appcode','Workspace\x20'];a205_0x576c=function(){return _0x510e7a;};return a205_0x576c();}
1
+ const a203_0x5bd0f8=a203_0xa225;(function(_0x511b87,_0x2e79a1){const _0x4b3bab=a203_0xa225,_0x22df60=_0x511b87();while(!![]){try{const _0x3379d7=parseInt(_0x4b3bab(0x11c))/0x1+parseInt(_0x4b3bab(0x142))/0x2*(-parseInt(_0x4b3bab(0x12f))/0x3)+parseInt(_0x4b3bab(0x12b))/0x4*(-parseInt(_0x4b3bab(0x123))/0x5)+parseInt(_0x4b3bab(0x133))/0x6+parseInt(_0x4b3bab(0x11f))/0x7+-parseInt(_0x4b3bab(0x122))/0x8+parseInt(_0x4b3bab(0x134))/0x9*(parseInt(_0x4b3bab(0x131))/0xa);if(_0x3379d7===_0x2e79a1)break;else _0x22df60['push'](_0x22df60['shift']());}catch(_0x95e64d){_0x22df60['push'](_0x22df60['shift']());}}}(a203_0x4c7d,0x762d4));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{RISK_LEVEL_VALUES}from'../../constant/risk.js';import{validateAppcode}from'../../commands/common/validate.js';import{readConfigFile,readRawConfigWithLayers,resolveWriteConfigPath,writeConfigFile}from'../../context.js';import{workspaceAddDefinition}from'../../commands/workspace/add.js';import{workspaceRemoveDefinition}from'../../commands/workspace/remove.js';import{normalizeStoredDefaultApp}from'../../config/schema.js';const WORKSPACE_USAGE=CLI_BIN_NAME+'\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]',SAFE_PROFILE_KEYS=['appcode','env','apiDir',a203_0x5bd0f8(0x149),a203_0x5bd0f8(0x125),a203_0x5bd0f8(0x14b),a203_0x5bd0f8(0x13c)],workspaceFlags=[{'name':a203_0x5bd0f8(0x143),'type':a203_0x5bd0f8(0x116),'description':a203_0x5bd0f8(0x148)},{'name':a203_0x5bd0f8(0x12c),'type':a203_0x5bd0f8(0x116),'description':a203_0x5bd0f8(0x118)},{'name':'env','type':a203_0x5bd0f8(0x116),'description':a203_0x5bd0f8(0x14c),'enum':[...RABETBASE_ENV_VALUES]},{'name':a203_0x5bd0f8(0x121),'type':a203_0x5bd0f8(0x116),'description':'API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile'},{'name':'defaultFormat','type':'string','description':a203_0x5bd0f8(0x129),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':'pageSize','type':a203_0x5bd0f8(0x139),'description':a203_0x5bd0f8(0x11d)},{'name':'riskLevel','type':a203_0x5bd0f8(0x116),'description':'Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','enum':[...RISK_LEVEL_VALUES]},{'name':a203_0x5bd0f8(0x13c),'type':'string','description':a203_0x5bd0f8(0x135)}];function isRecord(_0x130cbf){const _0x22f252=a203_0x5bd0f8;return!!_0x130cbf&&typeof _0x130cbf===_0x22f252(0x14a)&&!Array['isArray'](_0x130cbf);}function assertValidAppcode(_0x53f7b1){const _0x3907cc=a203_0x5bd0f8,{valid:_0x32e7b6,message:_0x53d8fe}=validateAppcode(_0x53f7b1);if(!_0x32e7b6)throw CliErrors[_0x3907cc(0x147)](_0x3907cc(0x13d)+_0x53f7b1,_0x53d8fe);}function a203_0xa225(_0x397e09,_0x4dc131){_0x397e09=_0x397e09-0x116;const _0x4c7dca=a203_0x4c7d();let _0xa225bd=_0x4c7dca[_0x397e09];return _0xa225bd;}function sanitizeProfile(_0x34d093){if(!isRecord(_0x34d093))return{};const _0x2e0a81={};for(const _0x1ce5d8 of SAFE_PROFILE_KEYS){if(_0x34d093[_0x1ce5d8]!==undefined)_0x2e0a81[_0x1ce5d8]=_0x34d093[_0x1ce5d8];}return _0x2e0a81;}function a203_0x4c7d(){const _0x5884d5=['Missing\x20workspace\x20app\x20selector.','pageSize','str','.\x20Credentials:\x20not\x20written.','\x20--appcode\x20<code>`.','Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','\x20--app\x20','3308eWePXH','appcode','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','defaultFormat','12TqcvpL','\x20workspace\x20','10fBIAaJ','init','798126ojDYRG','8951598kCZzAo','App\x20locale\x20for\x20this\x20workspace\x20app\x20profile\x20(not\x20CLI\x20language;\x20reserved\x20for\x20later\x20app\x20use)','project','length',').\x20Config:\x20','number','workspace','\x20workspace\x20use\x20--app\x20<name>`.','locale','Invalid\x20appcode:\x20','use','\x22\x20not\x20found.','initialized','keys','288458wdlinZ','app','Workspace\x20','apps','write','validation','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','format','object','riskLevel','Target\x20environment','string','env','App\x20code\x20to\x20bind\x20to\x20this\x20workspace','trim','\x20(appcode:\x20','Use\x20`','398164XXcEwY','Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile','flag','3449292ZxHgGn','workspace.','apiDir','442704uHhhVn','5455RVcJSp'];a203_0x4c7d=function(){return _0x5884d5;};return a203_0x4c7d();}function cloneProfile(_0x133b36){return isRecord(_0x133b36)?{..._0x133b36}:{};}function collectWorkspaceProfileOverrides(_0x11b1fb){const _0x17be56=a203_0x5bd0f8,_0x2b88c7={},_0x155dcd=_0x11b1fb[_0x17be56(0x126)](_0x17be56(0x117)),_0x23a00a=_0x11b1fb[_0x17be56(0x126)](_0x17be56(0x121)),_0x37c06f=_0x11b1fb[_0x17be56(0x126)](_0x17be56(0x12e)),_0x48b658=_0x11b1fb[_0x17be56(0x11e)]('pageSize'),_0xafdb76=_0x11b1fb['str'](_0x17be56(0x14b)),_0x4fccf9=_0x11b1fb['str'](_0x17be56(0x13c));if(_0x155dcd)_0x2b88c7[_0x17be56(0x117)]=_0x155dcd;if(_0x23a00a)_0x2b88c7['apiDir']=_0x23a00a;if(_0x37c06f)_0x2b88c7[_0x17be56(0x149)]=_0x37c06f;if(_0x48b658!==undefined&&_0x48b658!=='')_0x2b88c7[_0x17be56(0x125)]=Number(_0x48b658);if(_0xafdb76)_0x2b88c7['riskLevel']=_0xafdb76;if(_0x4fccf9)_0x2b88c7[_0x17be56(0x13c)]=_0x4fccf9;return _0x2b88c7;}async function validateWorkspaceArgs(_0x430afd){const _0x20f0fe=a203_0x5bd0f8,_0x1e1da4=_0x430afd[_0x20f0fe(0x126)](_0x20f0fe(0x143))[_0x20f0fe(0x119)](),_0x5dfcf7=_0x430afd[_0x20f0fe(0x126)](_0x20f0fe(0x12c))[_0x20f0fe(0x119)]();if(!_0x1e1da4&&!_0x5dfcf7)throw CliErrors[_0x20f0fe(0x147)](_0x20f0fe(0x124),_0x20f0fe(0x11b)+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+_0x20f0fe(0x13b));if(_0x5dfcf7)assertValidAppcode(_0x5dfcf7);}function resolveKnownApps(){const _0x4f16c4=a203_0x5bd0f8,{config:_0x9ccbc3,layers:_0x455e3f}=readRawConfigWithLayers(),_0x3b9493=isRecord(_0x9ccbc3[_0x4f16c4(0x145)])?_0x9ccbc3[_0x4f16c4(0x145)]:{},_0x2cbb61=isRecord(_0x455e3f['globalConfig']['apps'])?_0x455e3f['globalConfig'][_0x4f16c4(0x145)]:{};return{..._0x2cbb61,..._0x3b9493};}async function configureWorkspace(_0x5743f3,_0x48b7af){const _0x551f5c=a203_0x5bd0f8,_0x1b25d1=_0x5743f3['str']('app')[_0x551f5c(0x119)](),_0x307433=_0x5743f3[_0x551f5c(0x126)](_0x551f5c(0x12c))[_0x551f5c(0x119)](),_0x2f4735=_0x1b25d1||_0x307433;if(!_0x2f4735)throw CliErrors[_0x551f5c(0x147)](_0x551f5c(0x124),'Use\x20`'+CLI_BIN_NAME+_0x551f5c(0x12d)+CLI_BIN_NAME+_0x551f5c(0x13b));if(_0x307433)assertValidAppcode(_0x307433);const _0x437041=resolveWriteConfigPath(_0x551f5c(0x136)),_0x5aee7d=readConfigFile(_0x437041),_0x4f24d3=resolveKnownApps(),_0x507313=isRecord(_0x5aee7d['apps'])?{..._0x5aee7d[_0x551f5c(0x145)]}:{},_0x4dccb9=cloneProfile(_0x507313[_0x2f4735]),_0x283e4c=sanitizeProfile(_0x4f24d3[_0x2f4735]),_0x389ff7=_0x307433?{}:_0x283e4c,_0x2b1db5=_0x307433||_0x389ff7['appcode'];if(!_0x2b1db5){const _0x36ea58=Object[_0x551f5c(0x141)](_0x4f24d3),_0x2efbcb=_0x36ea58[_0x551f5c(0x137)]===0x0?_0x551f5c(0x11b)+CLI_BIN_NAME+_0x551f5c(0x130)+_0x48b7af+_0x551f5c(0x12a)+_0x2f4735+_0x551f5c(0x128):'Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20'+_0x36ea58['join'](',\x20');throw CliErrors['validation']('App\x20\x22'+_0x2f4735+_0x551f5c(0x13f),_0x2efbcb);}assertValidAppcode(String(_0x2b1db5));const _0x5ce07b={..._0x389ff7,..._0x4dccb9,'appcode':String(_0x2b1db5),...collectWorkspaceProfileOverrides(_0x5743f3)};return _0x507313[_0x2f4735]=_0x5ce07b,_0x5aee7d[_0x551f5c(0x145)]=_0x507313,normalizeStoredDefaultApp(_0x5aee7d,_0x2f4735),delete _0x5aee7d[_0x551f5c(0x12c)],delete _0x5aee7d[_0x551f5c(0x143)],_0x5ce07b['env']&&(_0x5aee7d[_0x551f5c(0x117)]=_0x5ce07b['env']),writeConfigFile(_0x437041,_0x5aee7d),{'ok':!![],'message':_0x551f5c(0x144)+(_0x48b7af===_0x551f5c(0x132)?_0x551f5c(0x140):'updated')+':\x20'+_0x2f4735+_0x551f5c(0x11a)+_0x5ce07b[_0x551f5c(0x12c)]+_0x551f5c(0x138)+_0x437041+_0x551f5c(0x127),'data':{'operation':_0x551f5c(0x120)+_0x48b7af,'configPath':_0x437041,'app':_0x2f4735,'appcode':_0x5ce07b[_0x551f5c(0x12c)],'env':_0x5ce07b[_0x551f5c(0x117)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a203_0x5bd0f8(0x13a),'command':'init','description':'Initialize\x20the\x20current\x20workspace\x20app\x20binding','risk':'write','requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x3ba708=>configureWorkspace(_0x3ba708,a203_0x5bd0f8(0x132))},workspaceUseDefinition={'service':a203_0x5bd0f8(0x13a),'command':a203_0x5bd0f8(0x13e),'description':'Switch\x20the\x20current\x20workspace\x20app\x20binding','risk':a203_0x5bd0f8(0x146),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x22b2ee=>configureWorkspace(_0x22b2ee,'use')};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};
@@ -1 +1 @@
1
- const a206_0x35b373=a206_0x2396;function a206_0x2396(_0x128837,_0x390033){_0x128837=_0x128837-0x14a;const _0x3291bb=a206_0x3291();let _0x2396a5=_0x3291bb[_0x128837];return _0x2396a5;}(function(_0x341992,_0x53344a){const _0x27de4f=a206_0x2396,_0xa3f60b=_0x341992();while(!![]){try{const _0x44cf63=parseInt(_0x27de4f(0x157))/0x1*(parseInt(_0x27de4f(0x14f))/0x2)+-parseInt(_0x27de4f(0x14b))/0x3+parseInt(_0x27de4f(0x151))/0x4+-parseInt(_0x27de4f(0x155))/0x5*(parseInt(_0x27de4f(0x14e))/0x6)+-parseInt(_0x27de4f(0x152))/0x7*(parseInt(_0x27de4f(0x159))/0x8)+parseInt(_0x27de4f(0x156))/0x9*(parseInt(_0x27de4f(0x154))/0xa)+-parseInt(_0x27de4f(0x150))/0xb*(-parseInt(_0x27de4f(0x14d))/0xc);if(_0x44cf63===_0x53344a)break;else _0xa3f60b['push'](_0xa3f60b['shift']());}catch(_0x13b1c7){_0xa3f60b['push'](_0xa3f60b['shift']());}}}(a206_0x3291,0x35848));import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';export const workspaceRemoveDefinition={'service':'workspace','command':a206_0x35b373(0x14a),'description':a206_0x35b373(0x14c),'risk':a206_0x35b373(0x158),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a206_0x35b373(0x153),'description':'App\x20profile\x20name\x20to\x20remove','required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x5dd976=>validateAppName(_0x5dd976,'workspace\x20remove'),'execute':_0x37b245=>runAppRemove(_0x37b245,'workspace\x20remove')};function a206_0x3291(){const _0x359ec0=['282396UImDsI','Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','12osyZBE','34824hwmyBD','22JphTVb','1948507mcxBEq','408040CKruFh','9583OhTbRT','name','190yYzpJT','25KEXmYc','27243rKdZVc','21551QtYflm','write','1352IRVliu','remove'];a206_0x3291=function(){return _0x359ec0;};return a206_0x3291();}
1
+ function a204_0x11e6(){const _0x2a9e31=['workspace','1139200sKDSet','292380ASCRzT','name','10179hiRaHY','App\x20profile\x20name\x20to\x20remove','1336qtVYXK','11BxzAWw','workspace\x20remove','2928732yntsbc','16IOtDlt','98twGGUy','20510xdmGnh','75876VTRnUS','Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','14jjorWB','333960OLGtjy','write'];a204_0x11e6=function(){return _0x2a9e31;};return a204_0x11e6();}const a204_0x42e354=a204_0x26a7;(function(_0x582148,_0x345fcd){const _0x162c33=a204_0x26a7,_0x31a3e6=_0x582148();while(!![]){try{const _0x32668a=-parseInt(_0x162c33(0x1aa))/0x1*(parseInt(_0x162c33(0x19b))/0x2)+parseInt(_0x162c33(0x19c))/0x3*(parseInt(_0x162c33(0x1a8))/0x4)+-parseInt(_0x162c33(0x19f))/0x5+parseInt(_0x162c33(0x1ab))/0x6*(parseInt(_0x162c33(0x1a9))/0x7)+parseInt(_0x162c33(0x1a4))/0x8*(-parseInt(_0x162c33(0x1a2))/0x9)+-parseInt(_0x162c33(0x1a0))/0xa+-parseInt(_0x162c33(0x1a5))/0xb*(-parseInt(_0x162c33(0x1a7))/0xc);if(_0x32668a===_0x345fcd)break;else _0x31a3e6['push'](_0x31a3e6['shift']());}catch(_0x362246){_0x31a3e6['push'](_0x31a3e6['shift']());}}}(a204_0x11e6,0x4397c));import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';function a204_0x26a7(_0x3765c7,_0x5e30c4){_0x3765c7=_0x3765c7-0x19b;const _0x11e66b=a204_0x11e6();let _0x26a7e6=_0x11e66b[_0x3765c7];return _0x26a7e6;}export const workspaceRemoveDefinition={'service':a204_0x42e354(0x19e),'command':'remove','description':a204_0x42e354(0x1ac),'risk':a204_0x42e354(0x19d),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a204_0x42e354(0x1a1),'description':a204_0x42e354(0x1a3),'required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x55e013=>validateAppName(_0x55e013,'workspace\x20remove'),'execute':_0x12747b=>runAppRemove(_0x12747b,a204_0x42e354(0x1a6))};
@@ -0,0 +1,10 @@
1
+ export declare const DOMAIN_CONFIG_FIELDS: readonly ["userDomain", "apiDomain", "runtimeDomain", "skillDomain", "kbDomain", "appDomain"];
2
+ export type DomainConfigField = (typeof DOMAIN_CONFIG_FIELDS)[number];
3
+ export type DomainConfig = Partial<Record<DomainConfigField, string>>;
4
+ /** Old domain keys accepted only while reading existing configuration. */
5
+ export declare const LEGACY_DOMAIN_CONFIG_FIELDS: readonly ["agentDomain", "platformDomain", "skillHubDomain"];
6
+ export declare function normalizeDomainOrigin(field: DomainConfigField, input: unknown): string;
7
+ export declare function readDomainConfig(filePath: string): DomainConfig;
8
+ export declare function resolveDomainFlags(ctx: {
9
+ str(name: string): string;
10
+ }): DomainConfig;
@@ -0,0 +1 @@
1
+ const a205_0x45dd9f=a205_0x3a0e;function a205_0x3a0e(_0x1411b3,_0x156c64){_0x1411b3=_0x1411b3-0x17d;const _0x2f47f9=a205_0x2f47();let _0x3a0e97=_0x2f47f9[_0x1411b3];return _0x3a0e97;}(function(_0x150229,_0x2297d6){const _0xba415d=a205_0x3a0e,_0x2b03f9=_0x150229();while(!![]){try{const _0x3568f8=parseInt(_0xba415d(0x1a1))/0x1*(-parseInt(_0xba415d(0x1a6))/0x2)+-parseInt(_0xba415d(0x19b))/0x3+-parseInt(_0xba415d(0x1a4))/0x4+parseInt(_0xba415d(0x18c))/0x5*(parseInt(_0xba415d(0x199))/0x6)+-parseInt(_0xba415d(0x1a9))/0x7+-parseInt(_0xba415d(0x1a2))/0x8*(parseInt(_0xba415d(0x190))/0x9)+parseInt(_0xba415d(0x187))/0xa;if(_0x3568f8===_0x2297d6)break;else _0x2b03f9['push'](_0x2b03f9['shift']());}catch(_0x4e18f9){_0x2b03f9['push'](_0x2b03f9['shift']());}}}(a205_0x2f47,0xc8b84));import{existsSync,readFileSync}from'node:fs';import{isAbsolute,resolve}from'node:path';import{CliErrors}from'../errors.js';export const DOMAIN_CONFIG_FIELDS=[a205_0x45dd9f(0x196),a205_0x45dd9f(0x194),a205_0x45dd9f(0x193),'skillDomain','kbDomain','appDomain'];function a205_0x2f47(){const _0x5a14cb=['2302772bEQRVK','pathname','342966TBnAfM','Invalid\x20domain\x20config:\x20provide\x20at\x20least\x20one\x20supported\x20Domain.','cwd','9849630kbTCnV','platformDomain','protocol','str','validation','runtime-domain','Unsupported\x20domain\x20config\x20field(s):\x20','includes','search','filter','\x22\x20is\x20not\x20a\x20valid\x20URL.',':\x20\x22','hash','48462390xqKVFo','isArray','join','trim','string','80zLYUwH','object','For\x20internal\x20deployments,\x20terminate\x20TLS\x20at\x20the\x20ingress,\x20reverse\x20proxy,\x20or\x20load\x20balancer;\x20an\x20internal\x20CA\x20is\x20supported.','Invalid\x20domain\x20config:\x20expected\x20a\x20JSON\x20object.','14895xyVjwU','keys','agentDomain','runtimeDomain','apiDomain',':\x20expected\x20an\x20HTTPS\x20origin\x20without\x20credentials,\x20path,\x20query,\x20or\x20fragment.','userDomain','https:','origin','456528GlWYNH','skillHubDomain','3339990CVITna','length','Allowed\x20fields:\x20','domain-config','api-domain','Invalid\x20','7LgTKRQ','4568ZVnUPk','skill-domain'];a205_0x2f47=function(){return _0x5a14cb;};return a205_0x2f47();}const DOMAIN_FLAGS={'userDomain':'user-domain','apiDomain':a205_0x45dd9f(0x19f),'runtimeDomain':a205_0x45dd9f(0x17f),'skillDomain':a205_0x45dd9f(0x1a3),'kbDomain':'kb-domain','appDomain':'app-domain'};export const LEGACY_DOMAIN_CONFIG_FIELDS=[a205_0x45dd9f(0x192),a205_0x45dd9f(0x1aa),a205_0x45dd9f(0x19a)];export function normalizeDomainOrigin(_0x5e5eee,_0x261551){const _0x27963a=a205_0x45dd9f;if(typeof _0x261551!==_0x27963a(0x18b)||!_0x261551[_0x27963a(0x18a)]())throw CliErrors[_0x27963a(0x17e)]('Invalid\x20'+_0x5e5eee+':\x20expected\x20a\x20non-empty\x20HTTPS\x20origin.');let _0x2cbfdc;try{_0x2cbfdc=new URL(_0x261551[_0x27963a(0x18a)]());}catch{throw CliErrors[_0x27963a(0x17e)](_0x27963a(0x1a0)+_0x5e5eee+_0x27963a(0x185)+_0x261551+_0x27963a(0x184));}if(_0x2cbfdc[_0x27963a(0x1ab)]!==_0x27963a(0x197)||_0x2cbfdc['username']||_0x2cbfdc['password']||_0x2cbfdc[_0x27963a(0x1a5)]!=='/'&&_0x2cbfdc['pathname']!==''||_0x2cbfdc[_0x27963a(0x182)]||_0x2cbfdc[_0x27963a(0x186)])throw CliErrors[_0x27963a(0x17e)](_0x27963a(0x1a0)+_0x5e5eee+_0x27963a(0x195),_0x27963a(0x18e));return _0x2cbfdc[_0x27963a(0x198)];}export function readDomainConfig(_0x1599a0){const _0x1aeb70=a205_0x45dd9f,_0x5c025f=isAbsolute(_0x1599a0)?_0x1599a0:resolve(process[_0x1aeb70(0x1a8)](),_0x1599a0);if(!existsSync(_0x5c025f))throw CliErrors[_0x1aeb70(0x17e)]('Domain\x20config\x20file\x20not\x20found:\x20'+_0x5c025f);let _0x75917a;try{_0x75917a=JSON['parse'](readFileSync(_0x5c025f,'utf8'));}catch{throw CliErrors[_0x1aeb70(0x17e)]('Invalid\x20domain\x20config\x20JSON:\x20'+_0x5c025f);}if(!_0x75917a||typeof _0x75917a!==_0x1aeb70(0x18d)||Array[_0x1aeb70(0x188)](_0x75917a))throw CliErrors[_0x1aeb70(0x17e)](_0x1aeb70(0x18f));const _0x5805de=_0x75917a,_0xe418b8=Object['keys'](_0x5805de)[_0x1aeb70(0x183)](_0x5d9794=>!DOMAIN_CONFIG_FIELDS[_0x1aeb70(0x181)](_0x5d9794));if(_0xe418b8[_0x1aeb70(0x19c)]>0x0)throw CliErrors[_0x1aeb70(0x17e)](_0x1aeb70(0x180)+_0xe418b8[_0x1aeb70(0x189)](',\x20'),_0x1aeb70(0x19d)+DOMAIN_CONFIG_FIELDS['join'](',\x20'));const _0x4dbfc0={};for(const _0x59097b of DOMAIN_CONFIG_FIELDS){_0x5805de[_0x59097b]!==undefined&&(_0x4dbfc0[_0x59097b]=normalizeDomainOrigin(_0x59097b,_0x5805de[_0x59097b]));}if(Object[_0x1aeb70(0x191)](_0x4dbfc0)[_0x1aeb70(0x19c)]===0x0)throw CliErrors['validation'](_0x1aeb70(0x1a7));return _0x4dbfc0;}export function resolveDomainFlags(_0x2291cf){const _0x4ba764=a205_0x45dd9f,_0x49eced=(_0x2291cf[_0x4ba764(0x17d)](_0x4ba764(0x19e))||'')['trim'](),_0x531060=_0x49eced?readDomainConfig(_0x49eced):{};for(const _0x54324d of DOMAIN_CONFIG_FIELDS){const _0x2a2af2=(_0x2291cf[_0x4ba764(0x17d)](DOMAIN_FLAGS[_0x54324d])||'')['trim']();if(_0x2a2af2)_0x531060[_0x54324d]=normalizeDomainOrigin(_0x54324d,_0x2a2af2);}return _0x531060;}
@@ -1,6 +1,6 @@
1
1
  import type { FlagDef } from "../framework/types.js";
2
2
  export { DEFAULT_CONFIG_VALUES } from "../constant/defaults.js";
3
- export declare const PROJECT_CREATE_INHERITABLE_KEYS: readonly ["cookie", "accessKey", "locale", "format", "riskLevel"];
3
+ export declare const PROJECT_CREATE_INHERITABLE_KEYS: readonly ["cookie", "accessKey", "locale", "format", "riskLevel", "region", "userDomain", "apiDomain", "runtimeDomain", "skillDomain", "kbDomain", "appDomain"];
4
4
  export interface ConfigMetadataFields {
5
5
  version?: string;
6
6
  createdAt?: string;
@@ -42,6 +42,8 @@ export declare function buildAppDoctorFields(profile: Record<string, any>, effec
42
42
  };
43
43
  };
44
44
  export declare function buildCanonicalAppConfig(appCodes: string[], env?: string): Record<string, any>;
45
+ /** Persist defaultApp only when it disambiguates two or more apps. */
46
+ export declare function normalizeStoredDefaultApp(config: Record<string, any>, preferredApp?: string): string | undefined;
45
47
  export declare function buildCanonicalProjectConfig(base: Record<string, unknown>, options: {
46
48
  appCodes?: string[];
47
49
  env?: string;
@@ -1 +1 @@
1
- const a207_0x4ff980=a207_0x1de0;(function(_0x28c124,_0x34456d){const _0x33192e=a207_0x1de0,_0xa1b8b0=_0x28c124();while(!![]){try{const _0x26c21c=-parseInt(_0x33192e(0x14e))/0x1*(parseInt(_0x33192e(0x14a))/0x2)+-parseInt(_0x33192e(0x141))/0x3*(-parseInt(_0x33192e(0x150))/0x4)+parseInt(_0x33192e(0x151))/0x5+parseInt(_0x33192e(0x148))/0x6*(parseInt(_0x33192e(0x152))/0x7)+-parseInt(_0x33192e(0x131))/0x8+-parseInt(_0x33192e(0x146))/0x9+parseInt(_0x33192e(0x136))/0xa;if(_0x26c21c===_0x34456d)break;else _0xa1b8b0['push'](_0xa1b8b0['shift']());}catch(_0x37d450){_0xa1b8b0['push'](_0xa1b8b0['shift']());}}}(a207_0x29cb,0xed014));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';import{RISK_LEVEL_VALUES}from'../constant/risk.js';export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a207_0x4ff980(0x13e),a207_0x4ff980(0x130),a207_0x4ff980(0x139),a207_0x4ff980(0x147),a207_0x4ff980(0x138)];export const TOP_LEVEL_CONFIG_KEYS=new Set([a207_0x4ff980(0x13d),a207_0x4ff980(0x143),a207_0x4ff980(0x139),a207_0x4ff980(0x147),'cookie',a207_0x4ff980(0x130),a207_0x4ff980(0x13b)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES]};export function formatConfigKeyList(_0x65c3a2){const _0x2b239c=a207_0x4ff980;return[..._0x65c3a2][_0x2b239c(0x14c)](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x15b487){const _0x267915=a207_0x4ff980;return TOP_LEVEL_CONFIG_KEYS[_0x267915(0x134)](_0x15b487);}function a207_0x29cb(){const _0x6bceed=['1262643HLBoxe','Auth\x20cookie','env','defaultFormat','filter','9393012exrNme','format','24vnxrSz','apps','547978ZVLGJg','Risk\x20level','join','length','1xNlIaH','app','16NEHieJ','1593405MPQJub','523922QxABNb','entries','zh-CN','inherit','pageSize','toLowerCase','accessKey','1517480CksUdX','defaultApp','en-US','has','string','1765250AYHpZb','Locale','riskLevel','locale','number','apiDir','API\x20directory\x20path','appcode','cookie','Access\x20key','map'];a207_0x29cb=function(){return _0x6bceed;};return a207_0x29cb();}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){return'Config\x20key\x20('+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'env':'env','apiDir':a207_0x4ff980(0x13b),'cookie':a207_0x4ff980(0x13e),'accessKey':'accessKey','defaultFormat':'format','pageSize':'pageSize','riskLevel':a207_0x4ff980(0x138),'locale':a207_0x4ff980(0x139)};export function getAppProfileFlagDefs(){const _0x187296=a207_0x4ff980;return[{'name':_0x187296(0x143),'type':'string','description':'Target\x20environment','enum':[...RABETBASE_ENV_VALUES]},{'name':_0x187296(0x13b),'type':_0x187296(0x135),'description':_0x187296(0x13c)},{'name':_0x187296(0x13e),'type':_0x187296(0x135),'description':_0x187296(0x142),'hidden':!![]},{'name':'accessKey','type':_0x187296(0x135),'description':_0x187296(0x13f),'hidden':!![]},{'name':_0x187296(0x144),'type':_0x187296(0x135),'description':'Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':'pageSize','type':_0x187296(0x13a),'description':'Default\x20page\x20size'},{'name':'riskLevel','type':_0x187296(0x135),'description':_0x187296(0x14b),'enum':[...RISK_LEVEL_VALUES]},{'name':_0x187296(0x139),'type':'string','description':_0x187296(0x137)}];}function a207_0x1de0(_0x5e710a,_0x4dd355){_0x5e710a=_0x5e710a-0x130;const _0x29cb59=a207_0x29cb();let _0x1de031=_0x29cb59[_0x5e710a];return _0x1de031;}export function collectAppProfileOverrides(_0x4741ef){const _0x108d97=a207_0x4ff980,_0x4b07cb={};for(const [_0x28336c,_0x23d7e9]of Object[_0x108d97(0x153)](APP_PROFILE_FLAG_KEY_MAP)){const _0x33b862=_0x4741ef(_0x28336c);if(!_0x33b862)continue;_0x4b07cb[_0x23d7e9]=_0x23d7e9===_0x108d97(0x156)?Number(_0x33b862):_0x33b862;}return _0x4b07cb;}export function buildAppProfileListFields(_0x3cc20e){const _0x3f5fc8=a207_0x4ff980;return{'env':_0x3cc20e['env']??null,'apiDir':_0x3cc20e[_0x3f5fc8(0x13b)]??null,'hasCookie':!!_0x3cc20e[_0x3f5fc8(0x13e)],'hasAccessKey':!!_0x3cc20e[_0x3f5fc8(0x130)],'format':_0x3cc20e[_0x3f5fc8(0x147)]??null,'pageSize':_0x3cc20e['pageSize']??null,'riskLevel':_0x3cc20e[_0x3f5fc8(0x138)]??null,'locale':_0x3cc20e[_0x3f5fc8(0x139)]??null};}export function buildAppDoctorFields(_0x35c0c0,_0x4b9b45){const _0x4a9cb6=a207_0x4ff980;return{'env':{'value':_0x35c0c0[_0x4a9cb6(0x143)]||_0x4b9b45['env'],'source':_0x35c0c0['env']?_0x4a9cb6(0x14f):_0x4a9cb6(0x155)},'apiDir':{'value':_0x35c0c0[_0x4a9cb6(0x13b)]||_0x4b9b45[_0x4a9cb6(0x13b)],'source':_0x35c0c0[_0x4a9cb6(0x13b)]?_0x4a9cb6(0x14f):'inherit'},'cookie':{'value':_0x35c0c0['cookie']||_0x4b9b45[_0x4a9cb6(0x13e)],'source':_0x35c0c0[_0x4a9cb6(0x13e)]?'app':_0x4a9cb6(0x155)},'accessKey':{'value':_0x35c0c0[_0x4a9cb6(0x130)]||_0x4b9b45[_0x4a9cb6(0x130)],'source':_0x35c0c0[_0x4a9cb6(0x130)]?_0x4a9cb6(0x14f):_0x4a9cb6(0x155)}};}export function buildCanonicalAppConfig(_0x1dbf92,_0x6e2e1){const _0x305740=a207_0x4ff980,_0x453441=_0x1dbf92[_0x305740(0x140)](_0x3166b0=>String(_0x3166b0||'')['trim']())[_0x305740(0x145)](Boolean);if(_0x453441[_0x305740(0x14d)]===0x0)return{};const _0x4a5413={};for(const _0x42e49f of _0x453441){_0x4a5413[_0x42e49f]=_0x6e2e1?{'appcode':_0x42e49f,'env':_0x6e2e1}:{'appcode':_0x42e49f};}return{'apps':_0x4a5413,'defaultApp':_0x453441[0x0]};}export function buildCanonicalProjectConfig(_0x14ad8b,_0x51e493){const _0x4c9a24=a207_0x4ff980,{appCodes:appCodes=[],env:_0x42c56a,metadata:_0x15898d}=_0x51e493,_0x2c0bbe={..._0x14ad8b,..._0x15898d||{}};delete _0x2c0bbe['appcode'],delete _0x2c0bbe[_0x4c9a24(0x14f)];if(_0x42c56a)_0x2c0bbe[_0x4c9a24(0x143)]=_0x42c56a;else!_0x2c0bbe['env']&&(_0x2c0bbe['env']=DEFAULT_CONFIG_VALUES[_0x4c9a24(0x143)]);const _0x3fab73=buildCanonicalAppConfig(appCodes,_0x2c0bbe[_0x4c9a24(0x143)]);return Object['keys'](_0x3fab73)['length']>0x0&&(_0x2c0bbe['apps']=_0x3fab73[_0x4c9a24(0x149)],_0x2c0bbe[_0x4c9a24(0x132)]=_0x3fab73[_0x4c9a24(0x132)]),_0x2c0bbe;}const LOCALE_MAP={'zh':'zh-CN','zh-cn':'zh-CN','zh_cn':a207_0x4ff980(0x154),'en':'en-US','en-us':'en-US','en_us':a207_0x4ff980(0x133)};export function normalizeLocale(_0x45d889){const _0x3fd597=a207_0x4ff980;if(!_0x45d889)return null;return LOCALE_MAP[_0x45d889[_0x3fd597(0x157)]()]??null;}
1
+ const a206_0x1e8581=a206_0x429d;function a206_0x429d(_0x272d97,_0x54f036){_0x272d97=_0x272d97-0x1a0;const _0x215c1b=a206_0x215c();let _0x429dfd=_0x215c1b[_0x272d97];return _0x429dfd;}(function(_0x3b205f,_0x1e2ed7){const _0xa68605=a206_0x429d,_0x181833=_0x3b205f();while(!![]){try{const _0x36e765=-parseInt(_0xa68605(0x1af))/0x1*(-parseInt(_0xa68605(0x1c0))/0x2)+-parseInt(_0xa68605(0x1bc))/0x3+-parseInt(_0xa68605(0x1a7))/0x4*(parseInt(_0xa68605(0x1bf))/0x5)+parseInt(_0xa68605(0x1c2))/0x6+-parseInt(_0xa68605(0x1cf))/0x7*(parseInt(_0xa68605(0x1bd))/0x8)+parseInt(_0xa68605(0x1b7))/0x9*(parseInt(_0xa68605(0x1c7))/0xa)+parseInt(_0xa68605(0x1a2))/0xb;if(_0x36e765===_0x1e2ed7)break;else _0x181833['push'](_0x181833['shift']());}catch(_0x44db36){_0x181833['push'](_0x181833['shift']());}}}(a206_0x215c,0xb5df9));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';import{RISK_LEVEL_VALUES}from'../constant/risk.js';import{ENABLED_LOVRABET_REGION_VALUES}from'../constant/region.js';export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a206_0x1e8581(0x1cc),a206_0x1e8581(0x1cb),'locale',a206_0x1e8581(0x1aa),a206_0x1e8581(0x1a0),'region','userDomain',a206_0x1e8581(0x1ab),'runtimeDomain',a206_0x1e8581(0x1c5),a206_0x1e8581(0x1b1),a206_0x1e8581(0x1ba)];function a206_0x215c(){const _0x44d092=['790FLZGuR','Auth\x20cookie','has','app','accessKey','cookie','appcode','zh-CN','588GtErCz','apps','riskLevel','string','11032406MLAWUt','API\x20directory\x20path','env','locale','pageSize','68380GDlwSP','en-US','number','format','apiDomain','Target\x20environment','Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','toLowerCase','43863uZXjgh','object','kbDomain','defaultFormat','apiDir','Risk\x20level','defaultApp','runtimeDomain','38439RsbZoY','inherit','length','appDomain','region','4252296FIlMST','20928jffOIg','keys','70CvkIQv','2BHuAFK','Config\x20key\x20(','7423446JxNweU','userDomain','Default\x20page\x20size','skillDomain','entries'];a206_0x215c=function(){return _0x44d092;};return a206_0x215c();}export const TOP_LEVEL_CONFIG_KEYS=new Set([a206_0x1e8581(0x1cd),'env',a206_0x1e8581(0x1a5),a206_0x1e8581(0x1aa),a206_0x1e8581(0x1cc),a206_0x1e8581(0x1cb),a206_0x1e8581(0x1b3),a206_0x1e8581(0x1bb),a206_0x1e8581(0x1c3),'apiDomain',a206_0x1e8581(0x1b6),a206_0x1e8581(0x1c5),a206_0x1e8581(0x1b1),a206_0x1e8581(0x1ba)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES],'region':[...ENABLED_LOVRABET_REGION_VALUES]};export function formatConfigKeyList(_0x5776de){return[..._0x5776de]['join'](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x455e75){const _0x30e507=a206_0x1e8581;return TOP_LEVEL_CONFIG_KEYS[_0x30e507(0x1c9)](_0x455e75);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){const _0x185ecf=a206_0x1e8581;return _0x185ecf(0x1c1)+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'env':a206_0x1e8581(0x1a4),'apiDir':a206_0x1e8581(0x1b3),'cookie':a206_0x1e8581(0x1cc),'accessKey':a206_0x1e8581(0x1cb),'defaultFormat':a206_0x1e8581(0x1aa),'pageSize':'pageSize','riskLevel':a206_0x1e8581(0x1a0),'locale':'locale'};export function getAppProfileFlagDefs(){const _0x4a45e8=a206_0x1e8581;return[{'name':_0x4a45e8(0x1a4),'type':'string','description':_0x4a45e8(0x1ac),'enum':[...RABETBASE_ENV_VALUES]},{'name':_0x4a45e8(0x1b3),'type':_0x4a45e8(0x1a1),'description':_0x4a45e8(0x1a3)},{'name':_0x4a45e8(0x1cc),'type':_0x4a45e8(0x1a1),'description':_0x4a45e8(0x1c8),'hidden':!![]},{'name':_0x4a45e8(0x1cb),'type':_0x4a45e8(0x1a1),'description':'Access\x20key','hidden':!![]},{'name':_0x4a45e8(0x1b2),'type':'string','description':_0x4a45e8(0x1ad),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':_0x4a45e8(0x1a6),'type':_0x4a45e8(0x1a9),'description':_0x4a45e8(0x1c4)},{'name':_0x4a45e8(0x1a0),'type':_0x4a45e8(0x1a1),'description':_0x4a45e8(0x1b4),'enum':[...RISK_LEVEL_VALUES]},{'name':'locale','type':_0x4a45e8(0x1a1),'description':'App\x20locale\x20(not\x20CLI\x20language;\x20reserved\x20for\x20later\x20app\x20use)'}];}export function collectAppProfileOverrides(_0x4c0be6){const _0x1fe0d5=a206_0x1e8581,_0x5aec23={};for(const [_0x4ca651,_0x323c5a]of Object[_0x1fe0d5(0x1c6)](APP_PROFILE_FLAG_KEY_MAP)){const _0x2dc678=_0x4c0be6(_0x4ca651);if(!_0x2dc678)continue;_0x5aec23[_0x323c5a]=_0x323c5a===_0x1fe0d5(0x1a6)?Number(_0x2dc678):_0x2dc678;}return _0x5aec23;}export function buildAppProfileListFields(_0x1184af){const _0xbe41dd=a206_0x1e8581;return{'env':_0x1184af[_0xbe41dd(0x1a4)]??null,'apiDir':_0x1184af[_0xbe41dd(0x1b3)]??null,'hasCookie':!!_0x1184af[_0xbe41dd(0x1cc)],'hasAccessKey':!!_0x1184af[_0xbe41dd(0x1cb)],'format':_0x1184af['format']??null,'pageSize':_0x1184af[_0xbe41dd(0x1a6)]??null,'riskLevel':_0x1184af[_0xbe41dd(0x1a0)]??null,'locale':_0x1184af[_0xbe41dd(0x1a5)]??null};}export function buildAppDoctorFields(_0x5943ea,_0x2b463c){const _0x598443=a206_0x1e8581;return{'env':{'value':_0x5943ea[_0x598443(0x1a4)]||_0x2b463c['env'],'source':_0x5943ea[_0x598443(0x1a4)]?_0x598443(0x1ca):_0x598443(0x1b8)},'apiDir':{'value':_0x5943ea['apiDir']||_0x2b463c[_0x598443(0x1b3)],'source':_0x5943ea[_0x598443(0x1b3)]?_0x598443(0x1ca):'inherit'},'cookie':{'value':_0x5943ea['cookie']||_0x2b463c['cookie'],'source':_0x5943ea['cookie']?_0x598443(0x1ca):_0x598443(0x1b8)},'accessKey':{'value':_0x5943ea['accessKey']||_0x2b463c[_0x598443(0x1cb)],'source':_0x5943ea[_0x598443(0x1cb)]?_0x598443(0x1ca):_0x598443(0x1b8)}};}export function buildCanonicalAppConfig(_0x5b5ca9,_0x34b434){const _0x4107a4=a206_0x1e8581,_0x3242a2=_0x5b5ca9['map'](_0x448d51=>String(_0x448d51||'')['trim']())['filter'](Boolean);if(_0x3242a2[_0x4107a4(0x1b9)]===0x0)return{};const _0x2da1fd={};for(const _0x14045f of _0x3242a2){_0x2da1fd[_0x14045f]=_0x34b434?{'appcode':_0x14045f,'env':_0x34b434}:{'appcode':_0x14045f};}return _0x3242a2[_0x4107a4(0x1b9)]>0x1?{'apps':_0x2da1fd,'defaultApp':_0x3242a2[0x0]}:{'apps':_0x2da1fd};}export function normalizeStoredDefaultApp(_0x56727e,_0x3e95e1){const _0x191d27=a206_0x1e8581,_0x44776c=_0x56727e['apps']&&typeof _0x56727e[_0x191d27(0x1d0)]===_0x191d27(0x1b0)?_0x56727e[_0x191d27(0x1d0)]:{},_0x48ce17=Object[_0x191d27(0x1be)](_0x44776c);if(_0x48ce17['length']<=0x1)return delete _0x56727e[_0x191d27(0x1b5)],undefined;const _0x381b67=typeof _0x56727e[_0x191d27(0x1b5)]===_0x191d27(0x1a1)&&_0x44776c[_0x56727e[_0x191d27(0x1b5)]]?_0x56727e['defaultApp']:undefined,_0x5bae57=_0x3e95e1&&_0x44776c[_0x3e95e1]?_0x3e95e1:_0x381b67;if(_0x5bae57)return _0x56727e[_0x191d27(0x1b5)]=_0x5bae57,_0x5bae57;return delete _0x56727e[_0x191d27(0x1b5)],undefined;}export function buildCanonicalProjectConfig(_0x3fe9c6,_0x2cb83d){const _0x108c4c=a206_0x1e8581,{appCodes:appCodes=[],env:_0x476a7f,metadata:_0x249782}=_0x2cb83d,_0x108951={..._0x3fe9c6,..._0x249782||{}};delete _0x108951[_0x108c4c(0x1cd)],delete _0x108951[_0x108c4c(0x1ca)];if(_0x476a7f)_0x108951['env']=_0x476a7f;else!_0x108951[_0x108c4c(0x1a4)]&&(_0x108951[_0x108c4c(0x1a4)]=DEFAULT_CONFIG_VALUES[_0x108c4c(0x1a4)]);const _0x546c29=buildCanonicalAppConfig(appCodes,_0x108951['env']);if(Object[_0x108c4c(0x1be)](_0x546c29)[_0x108c4c(0x1b9)]>0x0){_0x108951[_0x108c4c(0x1d0)]=_0x546c29[_0x108c4c(0x1d0)];if(_0x546c29[_0x108c4c(0x1b5)])_0x108951['defaultApp']=_0x546c29[_0x108c4c(0x1b5)];else delete _0x108951[_0x108c4c(0x1b5)];}return _0x108951;}const LOCALE_MAP={'zh':a206_0x1e8581(0x1ce),'zh-cn':a206_0x1e8581(0x1ce),'zh_cn':a206_0x1e8581(0x1ce),'en':a206_0x1e8581(0x1a8),'en-us':'en-US','en_us':a206_0x1e8581(0x1a8)};export function normalizeLocale(_0x2ee602){const _0x4dd689=a206_0x1e8581;if(!_0x2ee602)return null;return LOCALE_MAP[_0x2ee602[_0x4dd689(0x1ae)]()]??null;}
@@ -1 +1 @@
1
- const a208_0x3aad63=a208_0x2643;(function(_0x3d6dd4,_0x1674c9){const _0x21e8e0=a208_0x2643,_0x27b99c=_0x3d6dd4();while(!![]){try{const _0x522985=parseInt(_0x21e8e0(0x7c))/0x1+-parseInt(_0x21e8e0(0x83))/0x2+-parseInt(_0x21e8e0(0x7a))/0x3*(parseInt(_0x21e8e0(0x7f))/0x4)+parseInt(_0x21e8e0(0x82))/0x5*(-parseInt(_0x21e8e0(0x7e))/0x6)+-parseInt(_0x21e8e0(0x79))/0x7+-parseInt(_0x21e8e0(0x7d))/0x8+parseInt(_0x21e8e0(0x7b))/0x9*(parseInt(_0x21e8e0(0x80))/0xa);if(_0x522985===_0x1674c9)break;else _0x27b99c['push'](_0x27b99c['shift']());}catch(_0x448f1d){_0x27b99c['push'](_0x27b99c['shift']());}}}(a208_0xadce,0xe1f59));export const RABETBASE_CDN_BASE_URL=a208_0x3aad63(0x84);function a208_0x2643(_0x972313,_0xcd9ca7){_0x972313=_0x972313-0x79;const _0xadce50=a208_0xadce();let _0x26432d=_0xadce50[_0x972313];return _0x26432d;}export const CLI_VERSION_POLICY_URL=RABETBASE_CDN_BASE_URL+a208_0x3aad63(0x81);function a208_0xadce(){const _0x24e486=['5669601DgFImQ','30eRZJSM','42202341fDYAyi','1298416PMVIKN','8582040LNBGHU','191346wBCPFT','700012PKFpTf','10uElzbp','/config/index.json','205TkpJTa','243554lbBbpY','https://g.lovrabet.com/dist/rabetbase-cli'];a208_0xadce=function(){return _0x24e486;};return a208_0xadce();}export const PROJECT_TEMPLATE_ASSET_BASE_URL=RABETBASE_CDN_BASE_URL+'/templates/projects';
1
+ function a207_0x4ef2(_0x58c978,_0x5cd5d5){_0x58c978=_0x58c978-0xbf;const _0x28b571=a207_0x28b5();let _0x4ef2fc=_0x28b571[_0x58c978];return _0x4ef2fc;}const a207_0x3a7988=a207_0x4ef2;(function(_0x1a1cae,_0xdb141c){const _0x1486ce=a207_0x4ef2,_0x3a9334=_0x1a1cae();while(!![]){try{const _0x28086e=-parseInt(_0x1486ce(0xbf))/0x1+-parseInt(_0x1486ce(0xc6))/0x2*(-parseInt(_0x1486ce(0xc3))/0x3)+parseInt(_0x1486ce(0xc1))/0x4*(parseInt(_0x1486ce(0xc0))/0x5)+-parseInt(_0x1486ce(0xc5))/0x6+parseInt(_0x1486ce(0xc8))/0x7+-parseInt(_0x1486ce(0xca))/0x8+-parseInt(_0x1486ce(0xc2))/0x9*(parseInt(_0x1486ce(0xc4))/0xa);if(_0x28086e===_0xdb141c)break;else _0x3a9334['push'](_0x3a9334['shift']());}catch(_0x28ac95){_0x3a9334['push'](_0x3a9334['shift']());}}}(a207_0x28b5,0x8798b));export const RABETBASE_CDN_BASE_URL=a207_0x3a7988(0xc7);function a207_0x28b5(){const _0xa65f40=['71367qOufJj','10LWWPtL','2066304sQpLBR','64vVddNg','https://g.lovrabet.com/dist/rabetbase-cli','7389403nCIPZv','/templates/projects','1087032EYcdip','/config/index.json','73658WNuqsp','90oPMZrM','157252XqQEnL','12736683dnsICb'];a207_0x28b5=function(){return _0xa65f40;};return a207_0x28b5();}export const CLI_VERSION_POLICY_URL=RABETBASE_CDN_BASE_URL+a207_0x3a7988(0xcb);export const PROJECT_TEMPLATE_ASSET_BASE_URL=RABETBASE_CDN_BASE_URL+a207_0x3a7988(0xc9);
@@ -1 +1 @@
1
- const a209_0x11de2d=a209_0x1b88;(function(_0x450b1c,_0x4000d4){const _0x5bdcfb=a209_0x1b88,_0x2418cb=_0x450b1c();while(!![]){try{const _0x2b95fb=parseInt(_0x5bdcfb(0xe5))/0x1*(-parseInt(_0x5bdcfb(0x102))/0x2)+parseInt(_0x5bdcfb(0xc8))/0x3*(parseInt(_0x5bdcfb(0x111))/0x4)+parseInt(_0x5bdcfb(0xdd))/0x5+parseInt(_0x5bdcfb(0xc6))/0x6+parseInt(_0x5bdcfb(0xd7))/0x7+parseInt(_0x5bdcfb(0x10c))/0x8+-parseInt(_0x5bdcfb(0xac))/0x9*(parseInt(_0x5bdcfb(0x110))/0xa);if(_0x2b95fb===_0x4000d4)break;else _0x2418cb['push'](_0x2418cb['shift']());}catch(_0x1c8f2e){_0x2418cb['push'](_0x2418cb['shift']());}}}(a209_0x454f,0xe3806));export const CLI_BIN_NAME=a209_0x11de2d(0xf4);function a209_0x1b88(_0x3d84c0,_0x1f5d49){_0x3d84c0=_0x3d84c0-0x93;const _0x454f25=a209_0x454f();let _0x1b88b8=_0x454f25[_0x3d84c0];return _0x1b88b8;}export const CLI_DISPLAY_NAME=a209_0x11de2d(0xdf);export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';function a209_0x454f(){const _0x3e071a=['verbose','Enable\x20Backend\x20Function\x20save','code','Alias\x20for\x20--non-interactive','parent-id','description-file','nonInteractive','Config\x20key','operation','target','tags','6874587ZqDqSf','clear','enableBffSave','Use\x20remote','Output\x20path','output','schemas','label','parentId','Override\x20appcode','menu-ids','non-interactive','sqlName','params','Function\x20node','appcode','Expected\x20current\x20child\x20count','skipImports','sqlname','db-id','app','fromEnv','value','Description','string','expected-count','8672892EVidmX','Parent\x20menu\x20id','716601gLCtQj','expected-children-count','Select\x20app\x20profile\x20by\x20name','Target\x20path','expectPath','Skip\x20confirmation\x20for\x20high-risk\x20writes','Keyword\x20filter','Description\x20file','project','sql-name','Menu\x20sort\x20value','functionNode','Environment','DB\x20ID','Read\x20value\x20from\x20environment\x20variable','9720270lQFtIs','title','key','dry-run','all','sqlcode','1637890zeUwRN','yes','Rabetbase\x20CLI','expectedChildrenCount','Page\x20size','remote','Apply\x20to\x20all','Search\x20query','3SprtvI','stdin','dryRun','Show\x20help','Tags','Expected\x20affected\x20count','from-env','page','topk','Config\x20value','<code>','SQL\x20name','Code\x20filter','type','description','rabetbase','sql','function-node','reveal','Menu\x20label','Preview\x20operation\x20without\x20executing','format','descriptionFile','Comma-separated\x20menu\x20IDs','skip-imports','query','Skip\x20import\x20generation','Schemas','pagesize','220730vmUPPj','datasetcode','boolean','sort','Watch\x20mode','global','production\x20|\x20daily','Verbose\x20output','name','help','13452952jzFLUr','Operation\x20type','<expr>','dbId','50nDICDM','4BkEoCl','env','enable-bff-save','expect-path','Read\x20value\x20from\x20stdin','Reveal\x20sensitive\x20value','watch','Maximum\x20search\x20hits','operationType','file','json\x20|\x20pretty\x20|\x20compress','SQL\x20string','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','Expected\x20current\x20menu\x20path','<name>','Force\x20overwrite','task-id','taskId','confirm','Asynchronous\x20task\x20ID'];a209_0x454f=function(){return _0x3e071a;};return a209_0x454f();}export const GLOBAL_FLAGS=[{'name':a209_0x11de2d(0xbb),'meowKey':a209_0x11de2d(0xbb),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xb5),'hint':a209_0x11de2d(0xef)},{'name':'app','meowKey':a209_0x11de2d(0xc0),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xca),'hint':a209_0x11de2d(0x9b)},{'name':'env','meowKey':a209_0x11de2d(0x112),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd4),'hint':a209_0x11de2d(0x108)},{'name':a209_0x11de2d(0xfa),'meowKey':a209_0x11de2d(0xfa),'type':a209_0x11de2d(0xc4),'description':'Output\x20format','hint':a209_0x11de2d(0x97)},{'name':'jq','meowKey':'jq','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x99),'hint':a209_0x11de2d(0x10e)},{'name':a209_0x11de2d(0xda),'meowKey':a209_0x11de2d(0xe7),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xf9)},{'name':a209_0x11de2d(0xde),'meowKey':a209_0x11de2d(0xde),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xcd)},{'name':a209_0x11de2d(0xb7),'meowKey':a209_0x11de2d(0xa7),'type':a209_0x11de2d(0x104),'description':'Force\x20non-interactive\x20mode\x20(CI)'},{'name':a209_0x11de2d(0x107),'meowKey':a209_0x11de2d(0x107),'type':a209_0x11de2d(0x104),'description':'Use\x20global\x20config\x20scope'},{'name':a209_0x11de2d(0xd0),'meowKey':a209_0x11de2d(0xd0),'type':a209_0x11de2d(0x104),'description':'Use\x20project\x20config\x20scope'},{'name':'ci','meowKey':'ci','type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xa4),'hidden':!![]},{'name':a209_0x11de2d(0x10b),'meowKey':'help','type':'boolean','description':a209_0x11de2d(0xe8)},{'name':a209_0x11de2d(0x10a),'meowKey':a209_0x11de2d(0x10a),'type':a209_0x11de2d(0xc4),'description':'Name','hidden':!![]},{'name':a209_0x11de2d(0xd8),'meowKey':a209_0x11de2d(0xd8),'type':a209_0x11de2d(0xc4),'description':'Title','hidden':!![]},{'name':a209_0x11de2d(0xfe),'meowKey':a209_0x11de2d(0xfe),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xe4),'hidden':!![]},{'name':'topk','meowKey':a209_0x11de2d(0xed),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x94),'hidden':!![]},{'name':a209_0x11de2d(0xad),'meowKey':a209_0x11de2d(0xad),'type':a209_0x11de2d(0x104),'description':'Clear','hidden':!![]},{'name':a209_0x11de2d(0x93),'meowKey':a209_0x11de2d(0x93),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0x106),'hidden':!![]},{'name':a209_0x11de2d(0xb1),'meowKey':a209_0x11de2d(0xb1),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xb0),'hidden':!![]},{'name':a209_0x11de2d(0xb9),'meowKey':a209_0x11de2d(0xb9),'type':a209_0x11de2d(0xc4),'description':'JSON\x20params','hidden':!![]},{'name':'datasetcode','meowKey':a209_0x11de2d(0x103),'type':a209_0x11de2d(0xc4),'description':'Dataset\x20code','hidden':!![]},{'name':a209_0x11de2d(0xdb),'meowKey':'all','type':'boolean','description':a209_0x11de2d(0xe3),'hidden':!![]},{'name':a209_0x11de2d(0x113),'meowKey':a209_0x11de2d(0xae),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xa2),'hidden':!![]},{'name':'id','meowKey':'id','type':a209_0x11de2d(0xc4),'description':'Record\x20ID','hidden':!![]},{'name':a209_0x11de2d(0xf2),'meowKey':a209_0x11de2d(0xf2),'type':a209_0x11de2d(0xc4),'description':'Type\x20filter','hidden':!![]},{'name':a209_0x11de2d(0x96),'meowKey':'file','type':a209_0x11de2d(0xc4),'description':'File\x20path','hidden':!![]},{'name':a209_0x11de2d(0xdc),'meowKey':a209_0x11de2d(0xdc),'type':'string','description':'SQL\x20code','hidden':!![]},{'name':a209_0x11de2d(0xd1),'meowKey':a209_0x11de2d(0xb8),'type':a209_0x11de2d(0xc4),'description':'SQL\x20name','hidden':!![]},{'name':a209_0x11de2d(0xbe),'meowKey':a209_0x11de2d(0xbe),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xf0),'hidden':!![]},{'name':a209_0x11de2d(0xbf),'meowKey':a209_0x11de2d(0x10f),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd5),'hidden':!![]},{'name':'dbid','meowKey':'dbid','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd5),'hidden':!![]},{'name':a209_0x11de2d(0xf3),'meowKey':'description','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xc3),'hidden':!![]},{'name':a209_0x11de2d(0xa6),'meowKey':a209_0x11de2d(0xfb),'type':'string','description':a209_0x11de2d(0xcf),'hidden':!![]},{'name':a209_0x11de2d(0xec),'meowKey':a209_0x11de2d(0xec),'type':a209_0x11de2d(0xc4),'description':'Page\x20number','hidden':!![]},{'name':a209_0x11de2d(0x101),'meowKey':a209_0x11de2d(0x101),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xe1),'hidden':!![]},{'name':'keyword','meowKey':'keyword','type':'string','description':a209_0x11de2d(0xce),'hidden':!![]},{'name':a209_0x11de2d(0xa3),'meowKey':a209_0x11de2d(0xa3),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xf1),'hidden':!![]},{'name':a209_0x11de2d(0xf5),'meowKey':a209_0x11de2d(0xf5),'type':'string','description':a209_0x11de2d(0x98),'hidden':!![]},{'name':a209_0x11de2d(0xb2),'meowKey':a209_0x11de2d(0xb2),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x100),'hidden':!![]},{'name':a209_0x11de2d(0xa9),'meowKey':a209_0x11de2d(0xa9),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x10d),'hidden':!![]},{'name':'target','meowKey':a209_0x11de2d(0xaa),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xcb),'hidden':!![]},{'name':a209_0x11de2d(0xfd),'meowKey':a209_0x11de2d(0xbd),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xff),'hidden':!![]},{'name':'key','meowKey':a209_0x11de2d(0xd9),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xa8),'hidden':!![]},{'name':a209_0x11de2d(0xc2),'meowKey':a209_0x11de2d(0xc2),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xee),'hidden':!![]},{'name':a209_0x11de2d(0xab),'meowKey':a209_0x11de2d(0xab),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xe9),'hidden':!![]},{'name':'stdin','meowKey':a209_0x11de2d(0xe6),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0x115),'hidden':!![]},{'name':a209_0x11de2d(0xeb),'meowKey':a209_0x11de2d(0xc1),'type':'string','description':a209_0x11de2d(0xd6),'hidden':!![]},{'name':'reveal','meowKey':a209_0x11de2d(0xf7),'type':'boolean','description':a209_0x11de2d(0x116),'hidden':!![]},{'name':'force','meowKey':'force','type':'boolean','description':a209_0x11de2d(0x9c),'hidden':!![]},{'name':a209_0x11de2d(0x9f),'meowKey':'confirm','type':a209_0x11de2d(0x104),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':'remote','meowKey':a209_0x11de2d(0xe2),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xaf),'hidden':!![]},{'name':a209_0x11de2d(0xa1),'meowKey':a209_0x11de2d(0xa1),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0x109),'hidden':!![]},{'name':a209_0x11de2d(0xc5),'meowKey':'expectedCount','type':'string','description':a209_0x11de2d(0xea),'hidden':!![]},{'name':a209_0x11de2d(0xb3),'meowKey':a209_0x11de2d(0xb3),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xf8),'hidden':!![]},{'name':a209_0x11de2d(0xa5),'meowKey':a209_0x11de2d(0xb4),'type':'string','description':a209_0x11de2d(0xc7),'hidden':!![]},{'name':a209_0x11de2d(0x105),'meowKey':a209_0x11de2d(0x105),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd2),'hidden':!![]},{'name':'expect-parent-id','meowKey':'expectParentId','type':'string','description':'Expected\x20current\x20parent\x20menu\x20id','hidden':!![]},{'name':a209_0x11de2d(0x114),'meowKey':a209_0x11de2d(0xcc),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x9a),'hidden':!![]},{'name':a209_0x11de2d(0xc9),'meowKey':a209_0x11de2d(0xe0),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xbc),'hidden':!![]},{'name':a209_0x11de2d(0xb6),'meowKey':'menuIds','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xfc),'hidden':!![]},{'name':a209_0x11de2d(0x9d),'meowKey':a209_0x11de2d(0x9e),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xa0),'hidden':!![]},{'name':'operation-type','meowKey':a209_0x11de2d(0x95),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x10d),'hidden':!![]},{'name':a209_0x11de2d(0xf6),'meowKey':a209_0x11de2d(0xd3),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xba),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set(['appcode',a209_0x11de2d(0xc0),'env',a209_0x11de2d(0xfa),'jq',a209_0x11de2d(0xda),a209_0x11de2d(0xde),'non-interactive','ci']);export function buildMeowFlags(){const _0x1dde0e=a209_0x11de2d;return Object['fromEntries'](GLOBAL_FLAGS['map'](_0x579c48=>[_0x579c48['meowKey'],{'type':_0x579c48[_0x1dde0e(0xf2)]}]));}
1
+ const a208_0xcb46c1=a208_0x5a51;(function(_0x10c274,_0x4a05c5){const _0x46bd60=a208_0x5a51,_0x4560f0=_0x10c274();while(!![]){try{const _0x4b2a0f=parseInt(_0x46bd60(0x11f))/0x1*(parseInt(_0x46bd60(0x1a5))/0x2)+parseInt(_0x46bd60(0x19b))/0x3*(parseInt(_0x46bd60(0x145))/0x4)+parseInt(_0x46bd60(0x136))/0x5*(-parseInt(_0x46bd60(0x179))/0x6)+parseInt(_0x46bd60(0x172))/0x7*(-parseInt(_0x46bd60(0x166))/0x8)+-parseInt(_0x46bd60(0x132))/0x9*(parseInt(_0x46bd60(0x15b))/0xa)+parseInt(_0x46bd60(0x1a6))/0xb*(parseInt(_0x46bd60(0x128))/0xc)+-parseInt(_0x46bd60(0x165))/0xd*(-parseInt(_0x46bd60(0x14c))/0xe);if(_0x4b2a0f===_0x4a05c5)break;else _0x4560f0['push'](_0x4560f0['shift']());}catch(_0x4034e0){_0x4560f0['push'](_0x4560f0['shift']());}}}(a208_0x3763,0xb7930));function a208_0x3763(){const _0x4e084d=['non-interactive','stdin','page','4457630ZLgUao','Keyword\x20filter','expected-count','description-file','Menu\x20label','<expr>','string','Expected\x20current\x20menu\x20path','map','Preview\x20operation\x20without\x20executing','73905VyRJBv','1416mfFYSi','sqlName','Expected\x20affected\x20count','name','dbid','dry-run','Title','parent-id','operation','nonInteractive','Skip\x20import\x20generation','expectParentId','4445DYVJwW','expectedCount','menu-ids','value','json\x20|\x20pretty\x20|\x20compress','Output\x20format','taskId','6522oRIDNH','target','Use\x20project\x20config\x20scope','locale','watch','functionNode','Name','env','Use\x20remote','global','Description\x20file','Target\x20path','from-env','schemas','Operation\x20type','Tags','sql-name','App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','force','appcode','key','Schemas','db-id','app','datasetcode','code','sqlcode','Page\x20number','Select\x20app\x20profile\x20by\x20name','skipImports','operation-type','topk','enable-bff-save','Comma-separated\x20menu\x20IDs','273KZcXfj','remote','Code\x20filter','sql','dbId','Read\x20value\x20from\x20stdin','Verbose\x20output','function-node','parentId','project','4teznyo','99muRhqR','tags','label','SQL\x20string','64373wMJjUH','params','reveal','SQL\x20code','Expected\x20current\x20child\x20count','Parent\x20menu\x20id','expectedChildrenCount','Force\x20non-interactive\x20mode\x20(CI)','pagesize','1013076Tdcpse','keyword','Watch\x20mode','clear','file','boolean','verbose','sqlname','fromEntries','title','9FdeazT','fromEnv','@lovrabet/rabetbase-cli','zh-CN\x20|\x20en-US','5685YjbHke','description','Search\x20query','Expected\x20current\x20parent\x20menu\x20id','<name>','Environment','expect-path','Description','Asynchronous\x20task\x20ID','yes','expect-parent-id','Maximum\x20search\x20hits','output','Output\x20path','operationType','1636HGxOdJ','help','File\x20path','Alias\x20for\x20--non-interactive','rabetbase','format','Show\x20help','3990XlyIVk','descriptionFile','enableBffSave','all','task-id','type','SQL\x20name','Use\x20global\x20config\x20scope','query','Apply\x20to\x20all','DB\x20ID','Reveal\x20sensitive\x20value'];a208_0x3763=function(){return _0x4e084d;};return a208_0x3763();}export const CLI_BIN_NAME=a208_0xcb46c1(0x149);export const CLI_DISPLAY_NAME='Rabetbase\x20CLI';function a208_0x5a51(_0x4c4b21,_0x574736){_0x4c4b21=_0x4c4b21-0x11d;const _0x37639f=a208_0x3763();let _0x5a514f=_0x37639f[_0x4c4b21];return _0x5a514f;}export const NPM_PACKAGE_NAME=a208_0xcb46c1(0x134);export const GLOBAL_FLAGS=[{'name':'appcode','meowKey':a208_0xcb46c1(0x18c),'type':a208_0xcb46c1(0x161),'description':'Override\x20appcode','hint':'<code>'},{'name':a208_0xcb46c1(0x190),'meowKey':a208_0xcb46c1(0x190),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x195),'hint':a208_0xcb46c1(0x13a)},{'name':a208_0xcb46c1(0x180),'meowKey':a208_0xcb46c1(0x180),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x13b),'hint':'production\x20|\x20daily'},{'name':a208_0xcb46c1(0x14a),'meowKey':'format','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x177),'hint':a208_0xcb46c1(0x176)},{'name':'jq','meowKey':'jq','type':a208_0xcb46c1(0x161),'description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a208_0xcb46c1(0x160)},{'name':a208_0xcb46c1(0x16b),'meowKey':'dryRun','type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x164)},{'name':'yes','meowKey':a208_0xcb46c1(0x13f),'type':a208_0xcb46c1(0x12d),'description':'Skip\x20confirmation\x20for\x20high-risk\x20writes'},{'name':a208_0xcb46c1(0x158),'meowKey':a208_0xcb46c1(0x16f),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x126)},{'name':a208_0xcb46c1(0x182),'meowKey':a208_0xcb46c1(0x182),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x153)},{'name':a208_0xcb46c1(0x1a4),'meowKey':a208_0xcb46c1(0x1a4),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x17b)},{'name':'ci','meowKey':'ci','type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x148),'hidden':!![]},{'name':a208_0xcb46c1(0x146),'meowKey':a208_0xcb46c1(0x146),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x14b)},{'name':a208_0xcb46c1(0x17c),'meowKey':a208_0xcb46c1(0x17c),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x18a),'hidden':!![],'hint':a208_0xcb46c1(0x135)},{'name':'name','meowKey':a208_0xcb46c1(0x169),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x17f),'hidden':!![]},{'name':a208_0xcb46c1(0x131),'meowKey':'title','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x16c),'hidden':!![]},{'name':a208_0xcb46c1(0x154),'meowKey':'query','type':'string','description':a208_0xcb46c1(0x138),'hidden':!![]},{'name':a208_0xcb46c1(0x198),'meowKey':a208_0xcb46c1(0x198),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x141),'hidden':!![]},{'name':'clear','meowKey':a208_0xcb46c1(0x12b),'type':a208_0xcb46c1(0x12d),'description':'Clear','hidden':!![]},{'name':a208_0xcb46c1(0x17d),'meowKey':a208_0xcb46c1(0x17d),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x12a),'hidden':!![]},{'name':a208_0xcb46c1(0x142),'meowKey':a208_0xcb46c1(0x142),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x143),'hidden':!![]},{'name':'params','meowKey':a208_0xcb46c1(0x120),'type':'string','description':'JSON\x20params','hidden':!![]},{'name':a208_0xcb46c1(0x191),'meowKey':a208_0xcb46c1(0x191),'type':'string','description':'Dataset\x20code','hidden':!![]},{'name':'all','meowKey':a208_0xcb46c1(0x14f),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x155),'hidden':!![]},{'name':a208_0xcb46c1(0x199),'meowKey':a208_0xcb46c1(0x14e),'type':a208_0xcb46c1(0x12d),'description':'Enable\x20Backend\x20Function\x20save','hidden':!![]},{'name':'id','meowKey':'id','type':a208_0xcb46c1(0x161),'description':'Record\x20ID','hidden':!![]},{'name':a208_0xcb46c1(0x151),'meowKey':a208_0xcb46c1(0x151),'type':a208_0xcb46c1(0x161),'description':'Type\x20filter','hidden':!![]},{'name':a208_0xcb46c1(0x12c),'meowKey':a208_0xcb46c1(0x12c),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x147),'hidden':!![]},{'name':a208_0xcb46c1(0x193),'meowKey':'sqlcode','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x122),'hidden':!![]},{'name':a208_0xcb46c1(0x189),'meowKey':a208_0xcb46c1(0x167),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x152),'hidden':!![]},{'name':a208_0xcb46c1(0x12f),'meowKey':'sqlname','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x152),'hidden':!![]},{'name':a208_0xcb46c1(0x18f),'meowKey':a208_0xcb46c1(0x19f),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x156),'hidden':!![]},{'name':a208_0xcb46c1(0x16a),'meowKey':a208_0xcb46c1(0x16a),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x156),'hidden':!![]},{'name':a208_0xcb46c1(0x137),'meowKey':a208_0xcb46c1(0x137),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x13d),'hidden':!![]},{'name':a208_0xcb46c1(0x15e),'meowKey':a208_0xcb46c1(0x14d),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x183),'hidden':!![]},{'name':a208_0xcb46c1(0x15a),'meowKey':'page','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x194),'hidden':!![]},{'name':a208_0xcb46c1(0x127),'meowKey':a208_0xcb46c1(0x127),'type':a208_0xcb46c1(0x161),'description':'Page\x20size','hidden':!![]},{'name':a208_0xcb46c1(0x129),'meowKey':a208_0xcb46c1(0x129),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x15c),'hidden':!![]},{'name':a208_0xcb46c1(0x192),'meowKey':a208_0xcb46c1(0x192),'type':'string','description':a208_0xcb46c1(0x19d),'hidden':!![]},{'name':a208_0xcb46c1(0x19e),'meowKey':'sql','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x11e),'hidden':!![]},{'name':'schemas','meowKey':a208_0xcb46c1(0x186),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x18e),'hidden':!![]},{'name':a208_0xcb46c1(0x16e),'meowKey':'operation','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x187),'hidden':!![]},{'name':a208_0xcb46c1(0x17a),'meowKey':a208_0xcb46c1(0x17a),'type':'string','description':a208_0xcb46c1(0x184),'hidden':!![]},{'name':'skip-imports','meowKey':a208_0xcb46c1(0x196),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x170),'hidden':!![]},{'name':a208_0xcb46c1(0x18d),'meowKey':a208_0xcb46c1(0x18d),'type':a208_0xcb46c1(0x161),'description':'Config\x20key','hidden':!![]},{'name':a208_0xcb46c1(0x175),'meowKey':'value','type':a208_0xcb46c1(0x161),'description':'Config\x20value','hidden':!![]},{'name':a208_0xcb46c1(0x1a7),'meowKey':'tags','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x188),'hidden':!![]},{'name':a208_0xcb46c1(0x159),'meowKey':a208_0xcb46c1(0x159),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x1a0),'hidden':!![]},{'name':a208_0xcb46c1(0x185),'meowKey':a208_0xcb46c1(0x133),'type':a208_0xcb46c1(0x161),'description':'Read\x20value\x20from\x20environment\x20variable','hidden':!![]},{'name':a208_0xcb46c1(0x121),'meowKey':a208_0xcb46c1(0x121),'type':'boolean','description':a208_0xcb46c1(0x157),'hidden':!![]},{'name':a208_0xcb46c1(0x18b),'meowKey':a208_0xcb46c1(0x18b),'type':a208_0xcb46c1(0x12d),'description':'Force\x20overwrite','hidden':!![]},{'name':'confirm','meowKey':'confirm','type':'boolean','description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':'remote','meowKey':a208_0xcb46c1(0x19c),'type':'boolean','description':a208_0xcb46c1(0x181),'hidden':!![]},{'name':'verbose','meowKey':a208_0xcb46c1(0x12e),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x1a1),'hidden':!![]},{'name':a208_0xcb46c1(0x15d),'meowKey':a208_0xcb46c1(0x173),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x168),'hidden':!![]},{'name':'label','meowKey':a208_0xcb46c1(0x11d),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x15f),'hidden':!![]},{'name':a208_0xcb46c1(0x16d),'meowKey':a208_0xcb46c1(0x1a3),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x124),'hidden':!![]},{'name':'sort','meowKey':'sort','type':a208_0xcb46c1(0x161),'description':'Menu\x20sort\x20value','hidden':!![]},{'name':a208_0xcb46c1(0x140),'meowKey':a208_0xcb46c1(0x171),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x139),'hidden':!![]},{'name':a208_0xcb46c1(0x13c),'meowKey':'expectPath','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x162),'hidden':!![]},{'name':'expected-children-count','meowKey':a208_0xcb46c1(0x125),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x123),'hidden':!![]},{'name':a208_0xcb46c1(0x174),'meowKey':'menuIds','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x19a),'hidden':!![]},{'name':a208_0xcb46c1(0x150),'meowKey':a208_0xcb46c1(0x178),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x13e),'hidden':!![]},{'name':a208_0xcb46c1(0x197),'meowKey':a208_0xcb46c1(0x144),'type':'string','description':a208_0xcb46c1(0x187),'hidden':!![]},{'name':a208_0xcb46c1(0x1a2),'meowKey':a208_0xcb46c1(0x17e),'type':'string','description':'Function\x20node','hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a208_0xcb46c1(0x18c),a208_0xcb46c1(0x190),a208_0xcb46c1(0x180),'format','jq','dry-run',a208_0xcb46c1(0x13f),a208_0xcb46c1(0x158),'ci']);export function buildMeowFlags(){const _0x1cd5b6=a208_0xcb46c1;return Object[_0x1cd5b6(0x130)](GLOBAL_FLAGS[_0x1cd5b6(0x163)](_0x1e0468=>[_0x1e0468['meowKey'],{'type':_0x1e0468[_0x1cd5b6(0x151)]}]));}
@@ -1 +1 @@
1
- const a210_0x898052=a210_0x5783;(function(_0x34c028,_0x1c49e6){const _0x3599b1=a210_0x5783,_0x13927a=_0x34c028();while(!![]){try{const _0x1fcce8=-parseInt(_0x3599b1(0x16e))/0x1*(-parseInt(_0x3599b1(0x173))/0x2)+parseInt(_0x3599b1(0x175))/0x3+-parseInt(_0x3599b1(0x174))/0x4*(parseInt(_0x3599b1(0x179))/0x5)+-parseInt(_0x3599b1(0x172))/0x6*(parseInt(_0x3599b1(0x171))/0x7)+-parseInt(_0x3599b1(0x170))/0x8*(parseInt(_0x3599b1(0x17a))/0x9)+parseInt(_0x3599b1(0x178))/0xa+parseInt(_0x3599b1(0x176))/0xb*(parseInt(_0x3599b1(0x17b))/0xc);if(_0x1fcce8===_0x1c49e6)break;else _0x13927a['push'](_0x13927a['shift']());}catch(_0x31eb27){_0x13927a['push'](_0x13927a['shift']());}}}(a210_0x3a5b,0xbbc5e));import{DEFAULT_API_DIR}from'../constant/paths.js';function a210_0x5783(_0xa7657f,_0x2e9b15){_0xa7657f=_0xa7657f-0x16e;const _0x3a5b56=a210_0x3a5b();let _0x57831e=_0x3a5b56[_0xa7657f];return _0x57831e;}export const DEFAULT_CONFIG_VALUES={'env':'production','format':a210_0x898052(0x177),'locale':a210_0x898052(0x16f),'riskLevel':'write','apiDir':DEFAULT_API_DIR};function a210_0x3a5b(){const _0xc7a3a2=['en-US','4331776KltBht','16079vdyCKS','3204FqFIMo','4LsVveB','116XhaHMY','68610bfrBhm','33rfcZZc','compress','10606180XjyNRL','59105wTKWkW','9JYCzcd','6960372UkNiKO','28208CnBAin'];a210_0x3a5b=function(){return _0xc7a3a2;};return a210_0x3a5b();}export const DEFAULT_COMMAND_OUTPUT_FORMAT='compress';
1
+ function a209_0x16ec(_0x492152,_0x2fa1be){_0x492152=_0x492152-0xdc;const _0x3b96d4=a209_0x3b96();let _0x16ecaa=_0x3b96d4[_0x492152];return _0x16ecaa;}const a209_0x58af6f=a209_0x16ec;(function(_0x1981c2,_0x393589){const _0x57d4a1=a209_0x16ec,_0x8b494d=_0x1981c2();while(!![]){try{const _0x43bb74=-parseInt(_0x57d4a1(0xe0))/0x1*(-parseInt(_0x57d4a1(0xdf))/0x2)+-parseInt(_0x57d4a1(0xe8))/0x3+parseInt(_0x57d4a1(0xe4))/0x4*(parseInt(_0x57d4a1(0xe2))/0x5)+parseInt(_0x57d4a1(0xdc))/0x6+-parseInt(_0x57d4a1(0xe9))/0x7+-parseInt(_0x57d4a1(0xe3))/0x8*(-parseInt(_0x57d4a1(0xe5))/0x9)+-parseInt(_0x57d4a1(0xdd))/0xa;if(_0x43bb74===_0x393589)break;else _0x8b494d['push'](_0x8b494d['shift']());}catch(_0x107902){_0x8b494d['push'](_0x8b494d['shift']());}}}(a209_0x3b96,0xbc53f));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a209_0x58af6f(0xe7),'format':a209_0x58af6f(0xe1),'locale':a209_0x58af6f(0xde),'riskLevel':a209_0x58af6f(0xe6),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT='compress';function a209_0x3b96(){const _0x33dc8a=['6679584ZDEvEk','1994720cZnEma','en-US','234566ObeMcd','7CteTIH','compress','66455HVKmDd','32fQEKFC','236pQKoIX','1843173Ohyeew','write','production','3881619JZUJVM','8910062cXkfgl'];a209_0x3b96=function(){return _0x33dc8a;};return a209_0x3b96();}
@@ -1,3 +1,4 @@
1
+ import { type LovrabetRegion } from "../constant/region.js";
1
2
  /**
2
3
  * 初始化自定义域名(从 .rabetbase.json 合并配置中读取)。
3
4
  * 未配置的字段传 undefined,回退到默认域名。
@@ -6,9 +7,30 @@ export declare function initDomains(domains?: {
6
7
  apiDomain?: string;
7
8
  userDomain?: string;
8
9
  runtimeDomain?: string;
10
+ skillDomain?: string;
11
+ kbDomain?: string;
12
+ appDomain?: string;
13
+ region?: LovrabetRegion;
9
14
  }): void;
10
15
  export declare const getUserDomain: () => string;
11
16
  export declare const getApiDomain: () => string;
12
17
  export declare const getRuntimeDomain: () => string;
13
- export declare const getAppDomain: () => "https://app.lovrabet.com" | "https://daily.lovrabet.com";
18
+ export declare const getSkillDomain: () => string;
19
+ export declare const getKbDomain: () => string;
20
+ export declare const getAppDomain: () => string;
21
+ export declare const getActiveRegion: () => "global" | "id" | "cn";
22
+ /**
23
+ * 生成到浏览器项目中的 SDK 路由白名单。
24
+ *
25
+ * - 企业独立部署只下发显式 runtimeDomain;
26
+ * - id 下发 region,由 SDK 按 env 解析官方节点;
27
+ * - cn 是 SDK 默认值,无需写入生成文件;
28
+ * - 历史 global 配置不再作为 SDK region 暴露,改为下发当前 env 的完整地址。
29
+ */
30
+ export declare function getSdkClientRoutingConfig(): {
31
+ region?: "id";
32
+ runtimeDomain?: string;
33
+ };
14
34
  export declare const getAppBaseUrl: (appCode: string) => string;
35
+ /** Builds the wildcard host used by published custom pages. */
36
+ export declare const getPublishedAppDomain: (appCode: string) => string;
@@ -1 +1 @@
1
- const a211_0x4d9ff6=a211_0x48f6;function a211_0x48f6(_0x2f75f4,_0x30df84){_0x2f75f4=_0x2f75f4-0x70;const _0x430952=a211_0x4309();let _0x48f6a6=_0x430952[_0x2f75f4];return _0x48f6a6;}(function(_0x420b34,_0x347b22){const _0x1dcd6a=a211_0x48f6,_0x1ae1b5=_0x420b34();while(!![]){try{const _0x8a2a44=-parseInt(_0x1dcd6a(0x85))/0x1+-parseInt(_0x1dcd6a(0x74))/0x2*(-parseInt(_0x1dcd6a(0x78))/0x3)+parseInt(_0x1dcd6a(0x83))/0x4*(-parseInt(_0x1dcd6a(0x71))/0x5)+parseInt(_0x1dcd6a(0x73))/0x6+parseInt(_0x1dcd6a(0x7a))/0x7*(-parseInt(_0x1dcd6a(0x84))/0x8)+-parseInt(_0x1dcd6a(0x7b))/0x9*(parseInt(_0x1dcd6a(0x70))/0xa)+parseInt(_0x1dcd6a(0x77))/0xb;if(_0x8a2a44===_0x347b22)break;else _0x1ae1b5['push'](_0x1ae1b5['shift']());}catch(_0x36ae91){_0x1ae1b5['push'](_0x1ae1b5['shift']());}}}(a211_0x4309,0x6f4cb));import{getEnv,isProduction}from'../constant/env.js';let customApiDomain,customUserDomain,customRuntimeDomain;export function initDomains(_0x23d002){const _0x4ef75a=a211_0x48f6;customApiDomain=_0x23d002?.[_0x4ef75a(0x72)],customUserDomain=_0x23d002?.[_0x4ef75a(0x80)],customRuntimeDomain=_0x23d002?.[_0x4ef75a(0x82)];}function a211_0x4309(){const _0x39ac15=['apiDomain','2524500cVnwEf','750BQlxXr','https://daily.lovrabet.com','https://app.lovrabet.com','24826637AsKkOf','1047yMdPFr','https://daily-runtime.lovrabet.com','4233271vOTmjS','1241829ayHVvJ','https://user.lovrabet.com','/app/','/web-app/app/','https://daily-api.lovrabet.com','userDomain','https://api.lovrabet.com','runtimeDomain','112660VSjkVf','8axBAPm','548237FMxrKv','https://runtime.lovrabet.com','40gfNmpG','115eHpOHV'];a211_0x4309=function(){return _0x39ac15;};return a211_0x4309();}export const getUserDomain=()=>customUserDomain||(isProduction(getEnv())?a211_0x4d9ff6(0x7c):'https://user-daily.lovrabet.com');export const getApiDomain=()=>customApiDomain||(isProduction(getEnv())?a211_0x4d9ff6(0x81):a211_0x4d9ff6(0x7f));export const getRuntimeDomain=()=>customRuntimeDomain||(isProduction(getEnv())?a211_0x4d9ff6(0x86):a211_0x4d9ff6(0x79));export const getAppDomain=()=>isProduction(getEnv())?a211_0x4d9ff6(0x76):a211_0x4d9ff6(0x75);export const getAppBaseUrl=_0x17b553=>{const _0x4ad2bc=a211_0x4d9ff6,_0x5059a9=encodeURIComponent(_0x17b553['trim']());return isProduction(getEnv())?getAppDomain()+_0x4ad2bc(0x7d)+_0x5059a9:getAppDomain()+_0x4ad2bc(0x7e)+_0x5059a9;};
1
+ const a210_0x2e405b=a210_0x4a77;(function(_0x4379ad,_0x57a945){const _0x132736=a210_0x4a77,_0x42b4b3=_0x4379ad();while(!![]){try{const _0x3511ea=-parseInt(_0x132736(0x1e8))/0x1+parseInt(_0x132736(0x1e9))/0x2*(parseInt(_0x132736(0x1d7))/0x3)+parseInt(_0x132736(0x1e7))/0x4+parseInt(_0x132736(0x1ea))/0x5+parseInt(_0x132736(0x1c7))/0x6+-parseInt(_0x132736(0x1d4))/0x7*(-parseInt(_0x132736(0x1e3))/0x8)+parseInt(_0x132736(0x1c5))/0x9*(-parseInt(_0x132736(0x1d2))/0xa);if(_0x3511ea===_0x57a945)break;else _0x42b4b3['push'](_0x42b4b3['shift']());}catch(_0x321f6c){_0x42b4b3['push'](_0x42b4b3['shift']());}}}(a210_0x57fa,0xa61b6));import{getEnv,isProduction}from'../constant/env.js';import{DEFAULT_LOVRABET_REGION}from'../constant/region.js';function a210_0x57fa(){const _0x4b1f9b=['https://user.lovrabet.ai','skillDomain','user','trim','/app/','https://user.lovrabet.com','https://daily-runtime.lovrabet.ai','app','6456830uCVxuI','https://skills.lovrabet.com','2910348ZmgnaZ','nonProduction','https://daily.lovrabet.ai','3DDbDzZ','https://user-daily.lovrabet.com','https://daily-runtime.lovrabet.id','https://daily-runtime.lovrabet.com','hostname','runtimeDomain','https://daily.lovrabet.com','https://app.lovrabet.ai','https://skills-daily.lovrabet.id','https://skills-daily.lovrabet.com','https://skills-daily.lovrabet.ai','https://skills.lovrabet.ai','16rMntOi','https://api.lovrabet.ai','https://runtime.lovrabet.com','https://user-daily.lovrabet.id','402496GDLphW','906156WLcRFb','1205320VvsyiP','5438930lCrEyI','https://user.lovrabet.id','/web-app/app/','https://api.lovrabet.id','global','https://api.lovrabet.com','https://app.lovrabet.com','https://daily-api.lovrabet.ai','appDomain','skill','27hyRCbB','https://runtime.lovrabet.ai','5405886fvCHsQ','kbDomain','https://runtime.lovrabet.id'];a210_0x57fa=function(){return _0x4b1f9b;};return a210_0x57fa();}let customApiDomain,customUserDomain,customRuntimeDomain,customSkillDomain,customKbDomain,customAppDomain,activeRegion=DEFAULT_LOVRABET_REGION;const REGION_DOMAINS={'cn':{'production':{'user':a210_0x2e405b(0x1cf),'api':a210_0x2e405b(0x1c0),'runtime':a210_0x2e405b(0x1e5),'skill':a210_0x2e405b(0x1d3),'kb':a210_0x2e405b(0x1e5),'app':a210_0x2e405b(0x1c1)},'nonProduction':{'user':a210_0x2e405b(0x1d8),'api':'https://daily-api.lovrabet.com','runtime':a210_0x2e405b(0x1da),'skill':a210_0x2e405b(0x1e0),'kb':'https://daily-runtime.lovrabet.com','app':a210_0x2e405b(0x1dd)}},'id':{'production':{'user':a210_0x2e405b(0x1eb),'api':a210_0x2e405b(0x1be),'runtime':a210_0x2e405b(0x1c9),'skill':'https://skills.lovrabet.id','kb':a210_0x2e405b(0x1c9),'app':'https://app.lovrabet.id'},'nonProduction':{'user':a210_0x2e405b(0x1e6),'api':'https://daily-api.lovrabet.id','runtime':a210_0x2e405b(0x1d9),'skill':a210_0x2e405b(0x1df),'kb':a210_0x2e405b(0x1d9),'app':'https://daily.lovrabet.id'}},'global':{'production':{'user':a210_0x2e405b(0x1ca),'api':a210_0x2e405b(0x1e4),'runtime':a210_0x2e405b(0x1c6),'skill':a210_0x2e405b(0x1e2),'kb':a210_0x2e405b(0x1c6),'app':a210_0x2e405b(0x1de)},'nonProduction':{'user':'https://user-daily.lovrabet.ai','api':a210_0x2e405b(0x1c2),'runtime':a210_0x2e405b(0x1d0),'skill':a210_0x2e405b(0x1e1),'kb':'https://daily-runtime.lovrabet.ai','app':a210_0x2e405b(0x1d6)}}};function getActiveRegionDomains(){const _0x2a5f3f=a210_0x2e405b;return REGION_DOMAINS[activeRegion][isProduction(getEnv())?'production':_0x2a5f3f(0x1d5)];}export function initDomains(_0x553e9d){const _0x18bfe=a210_0x2e405b;customApiDomain=_0x553e9d?.['apiDomain'],customUserDomain=_0x553e9d?.['userDomain'],customRuntimeDomain=_0x553e9d?.[_0x18bfe(0x1dc)],customSkillDomain=_0x553e9d?.[_0x18bfe(0x1cb)],customKbDomain=_0x553e9d?.[_0x18bfe(0x1c8)],customAppDomain=_0x553e9d?.[_0x18bfe(0x1c3)],activeRegion=_0x553e9d?.['region']??DEFAULT_LOVRABET_REGION;}export const getUserDomain=()=>customUserDomain||getActiveRegionDomains()[a210_0x2e405b(0x1cc)];export const getApiDomain=()=>customApiDomain||getActiveRegionDomains()['api'];export const getRuntimeDomain=()=>customRuntimeDomain||getActiveRegionDomains()['runtime'];export const getSkillDomain=()=>customSkillDomain||getActiveRegionDomains()[a210_0x2e405b(0x1c4)];export const getKbDomain=()=>customKbDomain||getActiveRegionDomains()['kb'];export const getAppDomain=()=>customAppDomain||getActiveRegionDomains()[a210_0x2e405b(0x1d1)];export const getActiveRegion=()=>activeRegion;function a210_0x4a77(_0x123b61,_0x5c2a6b){_0x123b61=_0x123b61-0x1be;const _0x57fa31=a210_0x57fa();let _0x4a774b=_0x57fa31[_0x123b61];return _0x4a774b;}export function getSdkClientRoutingConfig(){const _0x20f67a=a210_0x2e405b;if(customRuntimeDomain&&customRuntimeDomain!==getActiveRegionDomains()['runtime'])return{'runtimeDomain':customRuntimeDomain};if(activeRegion==='id')return{'region':'id'};if(activeRegion===_0x20f67a(0x1bf))return{'runtimeDomain':getRuntimeDomain()};return{};}export const getAppBaseUrl=_0x28fdd2=>{const _0x717309=a210_0x2e405b,_0x2bebea=encodeURIComponent(_0x28fdd2[_0x717309(0x1cd)]());return isProduction(getEnv())?getAppDomain()+_0x717309(0x1ce)+_0x2bebea:getAppDomain()+_0x717309(0x1ec)+_0x2bebea;};export const getPublishedAppDomain=_0x5cce04=>{const _0x33d787=a210_0x2e405b,_0x442d4f=new URL(getAppDomain());return _0x442d4f['hostname']=_0x5cce04[_0x33d787(0x1cd)]()+'.'+_0x442d4f[_0x33d787(0x1db)],_0x442d4f['origin'];};
@@ -1 +1 @@
1
- const a212_0x254c83=a212_0x34c2;(function(_0x463c7a,_0x385ea2){const _0x260e6b=a212_0x34c2,_0x23f5d7=_0x463c7a();while(!![]){try{const _0x2c00ec=-parseInt(_0x260e6b(0xe1))/0x1+-parseInt(_0x260e6b(0xe0))/0x2+-parseInt(_0x260e6b(0xe2))/0x3+parseInt(_0x260e6b(0xe8))/0x4+parseInt(_0x260e6b(0xe3))/0x5*(-parseInt(_0x260e6b(0xdf))/0x6)+parseInt(_0x260e6b(0xe4))/0x7+-parseInt(_0x260e6b(0xdc))/0x8*(-parseInt(_0x260e6b(0xde))/0x9);if(_0x2c00ec===_0x385ea2)break;else _0x23f5d7['push'](_0x23f5d7['shift']());}catch(_0xcb8ece){_0x23f5d7['push'](_0x23f5d7['shift']());}}}(a212_0x5f5c,0xb84c6));function a212_0x5f5c(){const _0x1feb5f=['dev','2978412IrSpXi','1304ZIVxoO','daily','185715mUYnYC','18xRBHdL','2425204HSzsPf','756792naKAvi','2841861khrNBX','2212845WmnCRp','6238162UzFNAZ','production','online'];a212_0x5f5c=function(){return _0x1feb5f;};return a212_0x5f5c();}export const RABETBASE_ENV_VALUES=[a212_0x254c83(0xe5),a212_0x254c83(0xdd)];export function normalizeEnv(_0x339d9f){const _0x274f26=a212_0x254c83;return _0x339d9f===_0x274f26(0xe6)?_0x274f26(0xe5):_0x339d9f;}export function isProduction(_0x3aef1d){return normalizeEnv(_0x3aef1d)==='production';}export function isDaily(_0x1f6370){const _0x353288=a212_0x254c83;return normalizeEnv(_0x1f6370)===_0x353288(0xdd);}export function isDev(_0x4650cf){const _0x27ed65=a212_0x254c83,_0x519f17=normalizeEnv(_0x4650cf);return _0x519f17==='development'||_0x519f17===_0x27ed65(0xe7);}function a212_0x34c2(_0x29a8c3,_0x32189d){_0x29a8c3=_0x29a8c3-0xdc;const _0x5f5ca6=a212_0x5f5c();let _0x34c2c1=_0x5f5ca6[_0x29a8c3];return _0x34c2c1;}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||a212_0x254c83(0xe5));export function getEnv(){return env;}export function initEnv(_0x5b4f48){env=normalizeEnv(_0x5b4f48);}
1
+ const a211_0x28c516=a211_0x2fd2;(function(_0x2d12a1,_0x3f20a6){const _0x36362b=a211_0x2fd2,_0x5c07b5=_0x2d12a1();while(!![]){try{const _0x142598=parseInt(_0x36362b(0xd4))/0x1+parseInt(_0x36362b(0xd2))/0x2+parseInt(_0x36362b(0xca))/0x3*(-parseInt(_0x36362b(0xcc))/0x4)+parseInt(_0x36362b(0xcd))/0x5+parseInt(_0x36362b(0xcb))/0x6+parseInt(_0x36362b(0xce))/0x7+-parseInt(_0x36362b(0xcf))/0x8;if(_0x142598===_0x3f20a6)break;else _0x5c07b5['push'](_0x5c07b5['shift']());}catch(_0x2a6011){_0x5c07b5['push'](_0x5c07b5['shift']());}}}(a211_0x536d,0x9585f));export const RABETBASE_ENV_VALUES=[a211_0x28c516(0xd1),a211_0x28c516(0xd3)];function a211_0x536d(){const _0x1213b9=['20tIjRXE','56770isgcYg','7846944mRGlmJ','10151536zIgsrt','development','production','1210922KBEXKP','daily','153252KHRcfN','446781OisAAI','4409790wRaqyl'];a211_0x536d=function(){return _0x1213b9;};return a211_0x536d();}export function normalizeEnv(_0x82849d){const _0x29745d=a211_0x28c516;return _0x82849d==='online'?_0x29745d(0xd1):_0x82849d;}function a211_0x2fd2(_0xa8770c,_0x4ea593){_0xa8770c=_0xa8770c-0xca;const _0x536d97=a211_0x536d();let _0x2fd2da=_0x536d97[_0xa8770c];return _0x2fd2da;}export function isProduction(_0x1551b6){const _0x39ff35=a211_0x28c516;return normalizeEnv(_0x1551b6)===_0x39ff35(0xd1);}export function isDaily(_0x361cb1){const _0x43fba7=a211_0x28c516;return normalizeEnv(_0x361cb1)===_0x43fba7(0xd3);}export function isDev(_0x1280a2){const _0x5297df=a211_0x28c516,_0x4753fc=normalizeEnv(_0x1280a2);return _0x4753fc===_0x5297df(0xd0)||_0x4753fc==='dev';}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||'production');export function getEnv(){return env;}export function initEnv(_0x41910d){env=normalizeEnv(_0x41910d);}
@@ -1 +1 @@
1
- function a213_0x9d3e(_0x2ec141,_0xb6855c){_0x2ec141=_0x2ec141-0x1e6;const _0x31c653=a213_0x31c6();let _0x9d3ed6=_0x31c653[_0x2ec141];return _0x9d3ed6;}const a213_0x26505c=a213_0x9d3e;(function(_0x4367f5,_0x192e92){const _0x1009da=a213_0x9d3e,_0x40dba9=_0x4367f5();while(!![]){try{const _0x3c1bfa=parseInt(_0x1009da(0x1e6))/0x1*(-parseInt(_0x1009da(0x1ed))/0x2)+parseInt(_0x1009da(0x1e8))/0x3+-parseInt(_0x1009da(0x1ec))/0x4+parseInt(_0x1009da(0x1ea))/0x5+parseInt(_0x1009da(0x1e7))/0x6*(-parseInt(_0x1009da(0x1eb))/0x7)+parseInt(_0x1009da(0x1e9))/0x8+parseInt(_0x1009da(0x1ee))/0x9*(parseInt(_0x1009da(0x1f0))/0xa);if(_0x3c1bfa===_0x192e92)break;else _0x40dba9['push'](_0x40dba9['shift']());}catch(_0x586603){_0x40dba9['push'](_0x40dba9['shift']());}}}(a213_0x31c6,0x2b207));function a213_0x31c6(){const _0x1260f3=['151236YkqsbK','2809432HanGzb','1024235JNSINc','61929kqAnSL','1092096BCSgpD','45572UgAEwq','9RelsyB','pretty','2860950hmZSPu','14qumCMY','84TwDraz'];a213_0x31c6=function(){return _0x1260f3;};return a213_0x31c6();}export const RABETBASE_OUTPUT_FORMAT_VALUES=['json',a213_0x26505c(0x1ef),'compress'];
1
+ const a212_0x4370bd=a212_0x477e;(function(_0x31662f,_0x3b845d){const _0x27cacd=a212_0x477e,_0x5b7a41=_0x31662f();while(!![]){try{const _0x28afe6=parseInt(_0x27cacd(0xc6))/0x1*(-parseInt(_0x27cacd(0xcb))/0x2)+-parseInt(_0x27cacd(0xc8))/0x3*(-parseInt(_0x27cacd(0xc2))/0x4)+parseInt(_0x27cacd(0xca))/0x5+parseInt(_0x27cacd(0xc4))/0x6*(-parseInt(_0x27cacd(0xce))/0x7)+parseInt(_0x27cacd(0xc7))/0x8+-parseInt(_0x27cacd(0xc9))/0x9+parseInt(_0x27cacd(0xc3))/0xa*(parseInt(_0x27cacd(0xcc))/0xb);if(_0x28afe6===_0x3b845d)break;else _0x5b7a41['push'](_0x5b7a41['shift']());}catch(_0x4423d8){_0x5b7a41['push'](_0x5b7a41['shift']());}}}(a212_0x2e0b,0x80842));function a212_0x477e(_0x665639,_0x284a2a){_0x665639=_0x665639-0xc2;const _0x2e0bf0=a212_0x2e0b();let _0x477e10=_0x2e0bf0[_0x665639];return _0x477e10;}function a212_0x2e0b(){const _0x59d021=['4mOSibE','40tXTzwz','1152rcoPUt','pretty','1fRtXrB','7565136gjeuKq','1134453bTgSxd','7317207ZFNakC','787565jkDtLl','1257274FewdNy','3265251MwXwPc','compress','25543KdYxXQ'];a212_0x2e0b=function(){return _0x59d021;};return a212_0x2e0b();}export const RABETBASE_OUTPUT_FORMAT_VALUES=['json',a212_0x4370bd(0xc5),a212_0x4370bd(0xcd)];
@@ -1 +1 @@
1
- const a214_0x3f8cb5=a214_0x1ac2;(function(_0x8f6047,_0x53de94){const _0x104086=a214_0x1ac2,_0x4ce383=_0x8f6047();while(!![]){try{const _0x49521a=-parseInt(_0x104086(0x6e))/0x1+-parseInt(_0x104086(0x6b))/0x2+parseInt(_0x104086(0x65))/0x3*(-parseInt(_0x104086(0x6d))/0x4)+parseInt(_0x104086(0x64))/0x5+parseInt(_0x104086(0x67))/0x6*(parseInt(_0x104086(0x69))/0x7)+-parseInt(_0x104086(0x6a))/0x8*(-parseInt(_0x104086(0x66))/0x9)+parseInt(_0x104086(0x68))/0xa*(parseInt(_0x104086(0x6c))/0xb);if(_0x49521a===_0x53de94)break;else _0x4ce383['push'](_0x4ce383['shift']());}catch(_0x2ec1a1){_0x4ce383['push'](_0x4ce383['shift']());}}}(a214_0x112f,0xe2aad));function a214_0x1ac2(_0x1ff61a,_0x486bb8){_0x1ff61a=_0x1ff61a-0x64;const _0x112fc3=a214_0x112f();let _0x1ac2f6=_0x112fc3[_0x1ff61a];return _0x1ac2f6;}function a214_0x112f(){const _0x28f7df=['1044044WygSPM','79849jGQoFr','./src/api','7677735YGDets','18WtCaXU','3411qjETwo','204IrGopn','24730xlQmpt','193067FTHWjC','4848kmTOEn','3576028duBkRR','7381NymQne'];a214_0x112f=function(){return _0x28f7df;};return a214_0x112f();}export const DEFAULT_API_DIR=a214_0x3f8cb5(0x6f);
1
+ const a213_0x59d641=a213_0x104c;function a213_0x104c(_0x56bd29,_0x3ad23f){_0x56bd29=_0x56bd29-0x1c1;const _0x267d4e=a213_0x267d();let _0x104cea=_0x267d4e[_0x56bd29];return _0x104cea;}(function(_0x461cc6,_0x104b6f){const _0x5e88ee=a213_0x104c,_0x5630b6=_0x461cc6();while(!![]){try{const _0x3e18c4=-parseInt(_0x5e88ee(0x1cb))/0x1+parseInt(_0x5e88ee(0x1c4))/0x2*(-parseInt(_0x5e88ee(0x1c3))/0x3)+-parseInt(_0x5e88ee(0x1c8))/0x4*(-parseInt(_0x5e88ee(0x1c9))/0x5)+-parseInt(_0x5e88ee(0x1c1))/0x6+-parseInt(_0x5e88ee(0x1c6))/0x7*(-parseInt(_0x5e88ee(0x1c5))/0x8)+-parseInt(_0x5e88ee(0x1c2))/0x9+parseInt(_0x5e88ee(0x1c7))/0xa;if(_0x3e18c4===_0x104b6f)break;else _0x5630b6['push'](_0x5630b6['shift']());}catch(_0x23d398){_0x5630b6['push'](_0x5630b6['shift']());}}}(a213_0x267d,0x7bd76));export const DEFAULT_API_DIR=a213_0x59d641(0x1ca);function a213_0x267d(){const _0xf23e=['70391koDUab','984714NgjNWW','6724557zKAWAI','2501742DARjBk','2kMDjNU','3112464PqjQAo','7pwJbip','13969030trJtin','2147560oUweOP','5uxOiay','./src/api'];a213_0x267d=function(){return _0xf23e;};return a213_0x267d();}
@@ -0,0 +1,9 @@
1
+ export declare const LOVRABET_REGION_VALUES: readonly ["cn", "id", "global"];
2
+ /** Regions currently available for new CLI configuration. */
3
+ export declare const ENABLED_LOVRABET_REGION_VALUES: readonly ["cn", "id"];
4
+ export type LovrabetRegion = (typeof LOVRABET_REGION_VALUES)[number];
5
+ export declare const DEFAULT_LOVRABET_REGION: LovrabetRegion;
6
+ export declare function isLovrabetRegion(value: unknown): value is LovrabetRegion;
7
+ export declare function isEnabledLovrabetRegion(value: unknown): value is "cn" | "id";
8
+ /** Keeps legacy long names and disabled regions readable; new writes use the enabled list. */
9
+ export declare function normalizeLovrabetRegion(value: unknown): LovrabetRegion;
@@ -0,0 +1 @@
1
+ (function(_0x3e48a4,_0x456d2c){const _0x5363e3=a214_0x3512,_0x11df4a=_0x3e48a4();while(!![]){try{const _0xb2d6e9=-parseInt(_0x5363e3(0x18b))/0x1+parseInt(_0x5363e3(0x185))/0x2+parseInt(_0x5363e3(0x181))/0x3+-parseInt(_0x5363e3(0x189))/0x4+parseInt(_0x5363e3(0x18a))/0x5*(-parseInt(_0x5363e3(0x184))/0x6)+parseInt(_0x5363e3(0x183))/0x7+-parseInt(_0x5363e3(0x180))/0x8*(-parseInt(_0x5363e3(0x187))/0x9);if(_0xb2d6e9===_0x456d2c)break;else _0x11df4a['push'](_0x11df4a['shift']());}catch(_0x251696){_0x11df4a['push'](_0x11df4a['shift']());}}}(a214_0x1824,0xe9f4a));export const LOVRABET_REGION_VALUES=['cn','id','global'];function a214_0x1824(){const _0x16c3ab=['54CmoPFi','1429854GuWekQ','china','4250529XslyYU','includes','5898260EVlLvR','748255KDfTsl','4404fIIekt','string','8SIfHDp','4561668hEXnbr','indonesia','7534422IQpFpp'];a214_0x1824=function(){return _0x16c3ab;};return a214_0x1824();}export const ENABLED_LOVRABET_REGION_VALUES=['cn','id'];export const DEFAULT_LOVRABET_REGION='cn';export function isLovrabetRegion(_0x1e86ec){const _0x56c13c=a214_0x3512;return typeof _0x1e86ec===_0x56c13c(0x18c)&&LOVRABET_REGION_VALUES[_0x56c13c(0x188)](_0x1e86ec);}function a214_0x3512(_0x4a0b8c,_0x42f9a9){_0x4a0b8c=_0x4a0b8c-0x180;const _0x182465=a214_0x1824();let _0x35126f=_0x182465[_0x4a0b8c];return _0x35126f;}export function isEnabledLovrabetRegion(_0x3b248b){const _0x5b00c8=a214_0x3512;return typeof _0x3b248b==='string'&&ENABLED_LOVRABET_REGION_VALUES[_0x5b00c8(0x188)](_0x3b248b);}export function normalizeLovrabetRegion(_0x2bfa2a){const _0x59c52f=a214_0x3512;if(_0x2bfa2a===_0x59c52f(0x186))return'cn';if(_0x2bfa2a===_0x59c52f(0x182))return'id';return isLovrabetRegion(_0x2bfa2a)?_0x2bfa2a:DEFAULT_LOVRABET_REGION;}
@@ -1 +1 @@
1
- const a215_0xcbdc6b=a215_0x3411;(function(_0x1372eb,_0xa76312){const _0x9b92d2=a215_0x3411,_0x4f00f8=_0x1372eb();while(!![]){try{const _0x15d214=-parseInt(_0x9b92d2(0x144))/0x1*(parseInt(_0x9b92d2(0x142))/0x2)+-parseInt(_0x9b92d2(0x140))/0x3+-parseInt(_0x9b92d2(0x146))/0x4+parseInt(_0x9b92d2(0x143))/0x5*(-parseInt(_0x9b92d2(0x141))/0x6)+-parseInt(_0x9b92d2(0x13f))/0x7+parseInt(_0x9b92d2(0x145))/0x8+parseInt(_0x9b92d2(0x13e))/0x9;if(_0x15d214===_0xa76312)break;else _0x4f00f8['push'](_0x4f00f8['shift']());}catch(_0x59fdea){_0x4f00f8['push'](_0x4f00f8['shift']());}}}(a215_0x14a1,0xddc1b));function a215_0x3411(_0x4c40e8,_0x123927){_0x4c40e8=_0x4c40e8-0x13d;const _0x14a1cf=a215_0x14a1();let _0x341137=_0x14a1cf[_0x4c40e8];return _0x341137;}export const RISK_LEVEL_VALUES=['read',a215_0xcbdc6b(0x13d),'high-risk-write'];function a215_0x14a1(){const _0x165d5a=['41400hxEKHx','81992uPKnjx','write','43518807abuXbd','5517785OAmFux','4326654FDZBAs','2175942AyieQu','527462QzGfbh','5TwiXkN','5ueQNCc'];a215_0x14a1=function(){return _0x165d5a;};return a215_0x14a1();}
1
+ const a215_0x1c7ce0=a215_0x9650;(function(_0x595110,_0x28a63c){const _0x5b616a=a215_0x9650,_0x5490da=_0x595110();while(!![]){try{const _0x31f82a=parseInt(_0x5b616a(0x9a))/0x1+-parseInt(_0x5b616a(0xa3))/0x2*(-parseInt(_0x5b616a(0x9d))/0x3)+parseInt(_0x5b616a(0x9b))/0x4+parseInt(_0x5b616a(0xa6))/0x5*(-parseInt(_0x5b616a(0xa2))/0x6)+-parseInt(_0x5b616a(0xa5))/0x7+-parseInt(_0x5b616a(0xa0))/0x8+-parseInt(_0x5b616a(0x9c))/0x9*(-parseInt(_0x5b616a(0x9f))/0xa);if(_0x31f82a===_0x28a63c)break;else _0x5490da['push'](_0x5490da['shift']());}catch(_0x4fa9a2){_0x5490da['push'](_0x5490da['shift']());}}}(a215_0x1456,0x4c569));function a215_0x9650(_0x1dcbc1,_0xd551b5){_0x1dcbc1=_0x1dcbc1-0x9a;const _0x1456c2=a215_0x1456();let _0x965071=_0x1456c2[_0x1dcbc1];return _0x965071;}export const RISK_LEVEL_VALUES=[a215_0x1c7ce0(0x9e),a215_0x1c7ce0(0xa1),a215_0x1c7ce0(0xa4)];function a215_0x1456(){const _0x45bb31=['2946727WOwICU','844480FDixeM','438293RwhSly','922380vIIWcV','217629TJdzOa','216354tWBVvQ','read','290OtANwz','2966568IkeuEm','write','12GWpmYg','2glsJwk','high-risk-write'];a215_0x1456=function(){return _0x45bb31;};return a215_0x1456();}
@@ -1 +1 @@
1
- (function(_0x5b5927,_0x1d1fc5){const _0x2ef720=a216_0x1f64,_0x2cf7b0=_0x5b5927();while(!![]){try{const _0x2fa636=parseInt(_0x2ef720(0x187))/0x1+-parseInt(_0x2ef720(0x17d))/0x2*(-parseInt(_0x2ef720(0x18b))/0x3)+parseInt(_0x2ef720(0x18d))/0x4+parseInt(_0x2ef720(0x181))/0x5+parseInt(_0x2ef720(0x16e))/0x6+-parseInt(_0x2ef720(0x195))/0x7+-parseInt(_0x2ef720(0x16f))/0x8*(parseInt(_0x2ef720(0x17b))/0x9);if(_0x2fa636===_0x1d1fc5)break;else _0x2cf7b0['push'](_0x2cf7b0['shift']());}catch(_0x1cca81){_0x2cf7b0['push'](_0x2cf7b0['shift']());}}}(a216_0x1e52,0x25c4f));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';function stringConfigValue(_0x2b2b56){const _0x5d37d0=a216_0x1f64;return typeof _0x2b2b56==='string'&&_0x2b2b56[_0x5d37d0(0x196)]()?_0x2b2b56[_0x5d37d0(0x196)]():undefined;}function appProfiles(_0x2ee853){const _0x3ab563=a216_0x1f64;return _0x2ee853[_0x3ab563(0x17c)]&&typeof _0x2ee853[_0x3ab563(0x17c)]===_0x3ab563(0x194)?_0x2ee853[_0x3ab563(0x17c)]:{};}function resolveDefaultAppName(_0x178b89){const _0x3c5937=a216_0x1f64,_0x44295a=stringConfigValue(_0x178b89[_0x3c5937(0x191)]);if(_0x44295a)return _0x44295a;return Object[_0x3c5937(0x190)](appProfiles(_0x178b89))[0x0];}function resolveTopLevelAppCode(_0xbcd8be){const _0x2d72ac=a216_0x1f64;return stringConfigValue(_0xbcd8be[_0x2d72ac(0x18f)])||stringConfigValue(_0xbcd8be[_0x2d72ac(0x19a)]);}function normalizeRiskCeiling(_0x33581b){const _0x1fdbc7=a216_0x1f64;if(_0x33581b===undefined||_0x33581b===null)return undefined;if(_0x33581b===_0x1fdbc7(0x188)||_0x33581b===_0x1fdbc7(0x189)||_0x33581b==='high-risk-write')return _0x33581b;return _0x1fdbc7(0x188);}function resolveRiskCeiling(..._0x1245d8){const _0x4262ef=a216_0x1f64;let _0x38ccc2;for(const _0x25430c of _0x1245d8){const _0x3a00b=normalizeRiskCeiling(_0x25430c);_0x3a00b&&(!_0x38ccc2||riskLevelOrder(_0x3a00b)<riskLevelOrder(_0x38ccc2))&&(_0x38ccc2=_0x3a00b);}return _0x38ccc2??DEFAULT_CONFIG_VALUES[_0x4262ef(0x171)];}function a216_0x1f64(_0x511fc3,_0x1034d6){_0x511fc3=_0x511fc3-0x16e;const _0x1e52a3=a216_0x1e52();let _0x1f647f=_0x1e52a3[_0x511fc3];return _0x1f647f;}function a216_0x1e52(){const _0xce71af=['1196980dGtrZx','maxRisk','appcode','keys','defaultApp','locale','globalConfig','object','1749468eojrur','trim','VERBOSE','apiDir','projectConfig','app','777720iwoMNM','32hKhLGS','length','riskLevel','ACCESS_KEY','production','prototype','hasOwnProperty','FORMAT','COOKIE','accessKey','string','PAGE_SIZE','1074474PIvWrM','apps','349562mVFdNi','env','APP','call','1028240HIbHdI','cookie','format','daily','entries','inherit','72877YlqTUD','read','write','MAX_RISK','3apzkvg','pageSize'];a216_0x1e52=function(){return _0xce71af;};return a216_0x1e52();}function configuredRiskCeilings(_0x280cd5){const _0x924dab=a216_0x1f64;return[...Object[_0x924dab(0x174)][_0x924dab(0x175)][_0x924dab(0x180)](_0x280cd5,_0x924dab(0x18e))?[_0x280cd5['maxRisk']]:[],...Object[_0x924dab(0x174)][_0x924dab(0x175)]['call'](_0x280cd5,_0x924dab(0x171))?[_0x280cd5[_0x924dab(0x171)]]:[]];}export function resolveAppConfig({raw:_0xba9551,flags:_0x453051,layers:_0x274149,readEnv:_0x26839e}){const _0x30190e=a216_0x1f64,_0x29a7c4=_0x274149?.[_0x30190e(0x199)]??{},_0xa5641f=_0x274149?.[_0x30190e(0x193)]??{},_0x196272=Object['keys'](_0x29a7c4)[_0x30190e(0x170)]>0x0,_0x3b7006=!_0x196272||_0x29a7c4[_0x30190e(0x186)]===!![],_0x12b970=_0x196272?resolveDefaultAppName(_0x29a7c4):undefined,_0x5e1c83=_0x3b7006?resolveDefaultAppName(_0xa5641f):undefined,_0x1a345a=stringConfigValue(_0x453051[_0x30190e(0x19a)]),_0x4014ca=_0x26839e(_0x30190e(0x17f)),_0x5127a6={};if(_0xba9551[_0x30190e(0x17c)]&&typeof _0xba9551[_0x30190e(0x17c)]===_0x30190e(0x194))for(const [_0x37e04b,_0x568304]of Object[_0x30190e(0x185)](_0xba9551[_0x30190e(0x17c)])){_0x568304&&typeof _0x568304===_0x30190e(0x194)&&_0x568304[_0x30190e(0x18f)]&&(_0x5127a6[_0x37e04b]=_0x568304);}const _0x420665=_0xba9551[_0x30190e(0x191)]||undefined,_0xc4502=Object[_0x30190e(0x190)](_0x5127a6)[_0x30190e(0x170)]>0x0,_0xb0f40f=_0x1a345a||_0x12b970||_0x4014ca||_0x5e1c83||_0x420665||undefined,_0x1fb256=stringConfigValue(_0x453051['appcode']),_0x4888a5=_0x1fb256?Object[_0x30190e(0x185)](_0x5127a6)['find'](([,_0x6f43b2])=>_0x6f43b2?.[_0x30190e(0x18f)]===_0x1fb256):undefined,_0x4da2ff=_0x4888a5?.[0x0],_0x2b6f60=_0x4888a5?.[0x1],_0x2fcce0=_0x1fb256?_0x4da2ff:_0xb0f40f;let _0x45cf1d=_0x2fcce0&&_0x5127a6[_0x2fcce0]?_0x5127a6[_0x2fcce0]:undefined;_0x1fb256&&_0x2b6f60&&(_0x45cf1d=_0x2b6f60);const _0x31c23a=_0x1fb256?_0x2b6f60??_0x45cf1d:_0x45cf1d,_0x59dc79=!_0x1a345a&&!_0x12b970&&_0x4014ca&&_0x2fcce0===_0x4014ca,_0x4c11c2=_0x1a345a||(_0x59dc79?_0x4014ca:undefined)||(_0x1fb256?_0x4da2ff:undefined),_0x551956=_0x31c23a?.['appcode'],_0x2014c4=_0x196272?resolveTopLevelAppCode(_0x29a7c4):undefined,_0x48643c=_0x3b7006?resolveTopLevelAppCode(_0xa5641f):undefined,_0x448358=_0x1a345a||_0x12b970?_0x551956:undefined,_0x480329=!_0x1a345a&&!_0x12b970?_0x551956:undefined,_0x256299=_0x1fb256||_0x448358||_0x2014c4||_0x480329||_0x48643c||undefined,_0x2d0766=_0x196272?stringConfigValue(_0x29a7c4[_0x30190e(0x17e)]):undefined,_0x41d6c2=_0x3b7006?stringConfigValue(_0xa5641f[_0x30190e(0x17e)]):undefined,_0xceaef9=_0x453051[_0x30190e(0x17e)]||_0x31c23a?.[_0x30190e(0x17e)]||_0x2d0766||_0x26839e('ENV')||_0x41d6c2||_0xba9551['env']||DEFAULT_CONFIG_VALUES[_0x30190e(0x17e)],_0x141df2=_0x31c23a?.[_0x30190e(0x192)]||_0xba9551[_0x30190e(0x192)]||DEFAULT_CONFIG_VALUES[_0x30190e(0x192)],_0x25f42f=_0x26839e(_0x30190e(0x177))||_0x31c23a?.[_0x30190e(0x182)]||_0xba9551['cookie']||undefined,_0x2e12d7=_0x26839e(_0x30190e(0x172))||_0x31c23a?.['accessKey']||_0xba9551[_0x30190e(0x178)]||undefined,_0x178dcf=_0x453051[_0x30190e(0x183)]||_0x26839e(_0x30190e(0x176))||_0x31c23a?.['format']||_0xba9551[_0x30190e(0x183)],_0x815fec=normalizeLegacyOutputFormat(_0x178dcf),_0x9479bf=_0x26839e(_0x30190e(0x17a))||_0x31c23a?.[_0x30190e(0x18c)]||_0xba9551['pageSize'],_0x4a90ca=_0x9479bf?Number(_0x9479bf)||undefined:undefined,_0x49bb97=_0x274149?[...configuredRiskCeilings(_0x274149['globalConfig']),...configuredRiskCeilings(_0x274149[_0x30190e(0x199)])]:configuredRiskCeilings(_0xba9551),_0x1fa586=resolveRiskCeiling(..._0x49bb97,_0x31c23a?.[_0x30190e(0x171)]),_0xf7de84=resolveRiskCeiling(_0x1fa586,_0x26839e('RISK_LEVEL'),_0x26839e(_0x30190e(0x18a))),_0x464c5b=_0x26839e(_0x30190e(0x197)),_0x41a4bb=_0x464c5b==='1'||_0x464c5b==='true',_0x35456e=_0x31c23a?.['apiDir']||_0xba9551['apiDir']||DEFAULT_CONFIG_VALUES[_0x30190e(0x198)],_0x35f55e=isDaily(normalizeEnv(String(_0xceaef9)))?_0x30190e(0x184):_0x30190e(0x173);return{'appCode':typeof _0x256299===_0x30190e(0x179)&&_0x256299[_0x30190e(0x196)]()?_0x256299[_0x30190e(0x196)]():undefined,'env':_0x35f55e,'locale':_0x141df2,'cookie':_0x25f42f,'accessKey':_0x2e12d7,'format':_0x815fec,'pageSize':_0x4a90ca,'riskLevel':_0xf7de84,'verbose':_0x41a4bb,'apiDir':_0x35456e,'apps':_0x5127a6,'defaultApp':_0x420665,'currentApp':_0xc4502?_0x2fcce0:undefined,'explicitAppName':_0x4c11c2};}
1
+ (function(_0x465305,_0x5dd548){const _0x341e2d=a216_0x4f5d,_0x26b004=_0x465305();while(!![]){try{const _0x938c05=-parseInt(_0x341e2d(0x6b))/0x1+parseInt(_0x341e2d(0x81))/0x2*(-parseInt(_0x341e2d(0x73))/0x3)+parseInt(_0x341e2d(0x8e))/0x4+parseInt(_0x341e2d(0x79))/0x5*(parseInt(_0x341e2d(0x7d))/0x6)+-parseInt(_0x341e2d(0x80))/0x7*(-parseInt(_0x341e2d(0x71))/0x8)+-parseInt(_0x341e2d(0x7f))/0x9*(parseInt(_0x341e2d(0x93))/0xa)+parseInt(_0x341e2d(0x6f))/0xb*(parseInt(_0x341e2d(0x6c))/0xc);if(_0x938c05===_0x5dd548)break;else _0x26b004['push'](_0x26b004['shift']());}catch(_0x567f1b){_0x26b004['push'](_0x26b004['shift']());}}}(a216_0x3a92,0x897b9));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';function stringConfigValue(_0x112657){const _0x15f036=a216_0x4f5d;return typeof _0x112657===_0x15f036(0x70)&&_0x112657[_0x15f036(0x8d)]()?_0x112657['trim']():undefined;}function appProfiles(_0x16cabe){const _0x501e07=a216_0x4f5d;return _0x16cabe[_0x501e07(0x6e)]&&typeof _0x16cabe[_0x501e07(0x6e)]==='object'?_0x16cabe['apps']:{};}function a216_0x4f5d(_0x5d1ae9,_0x512119){_0x5d1ae9=_0x5d1ae9-0x65;const _0x3a9204=a216_0x3a92();let _0x4f5d13=_0x3a9204[_0x5d1ae9];return _0x4f5d13;}function resolveDefaultAppName(_0x222dde){const _0x1f8e74=a216_0x4f5d,_0x2979f8=stringConfigValue(_0x222dde[_0x1f8e74(0x6a)]);if(_0x2979f8)return _0x2979f8;const _0x1134f2=Object[_0x1f8e74(0x95)](appProfiles(_0x222dde));return _0x1134f2[_0x1f8e74(0x90)]===0x1?_0x1134f2[0x0]:undefined;}function resolveTopLevelAppCode(_0x12302d){const _0x2f7bc8=a216_0x4f5d;return stringConfigValue(_0x12302d[_0x2f7bc8(0x8c)])||stringConfigValue(_0x12302d[_0x2f7bc8(0x68)]);}function normalizeRiskCeiling(_0x14e713){const _0x35be05=a216_0x4f5d;if(_0x14e713===undefined||_0x14e713===null)return undefined;if(_0x14e713===_0x35be05(0x86)||_0x14e713===_0x35be05(0x65)||_0x14e713===_0x35be05(0x75))return _0x14e713;return _0x35be05(0x86);}function resolveRiskCeiling(..._0x5ab65e){let _0x22a341;for(const _0x2c5d43 of _0x5ab65e){const _0x1237cf=normalizeRiskCeiling(_0x2c5d43);_0x1237cf&&(!_0x22a341||riskLevelOrder(_0x1237cf)<riskLevelOrder(_0x22a341))&&(_0x22a341=_0x1237cf);}return _0x22a341??DEFAULT_CONFIG_VALUES['riskLevel'];}function configuredRiskCeilings(_0x39dea8){const _0x2db313=a216_0x4f5d;return[...Object[_0x2db313(0x96)][_0x2db313(0x87)][_0x2db313(0x94)](_0x39dea8,_0x2db313(0x66))?[_0x39dea8[_0x2db313(0x66)]]:[],...Object[_0x2db313(0x96)][_0x2db313(0x87)]['call'](_0x39dea8,_0x2db313(0x88))?[_0x39dea8['riskLevel']]:[]];}export function resolveAppConfig({raw:_0x4b9635,flags:_0x34398c,layers:_0x38726f,readEnv:_0x3317b3}){const _0x405ec7=a216_0x4f5d,_0x33097c=_0x38726f?.[_0x405ec7(0x91)]??{},_0x20e1a8=_0x38726f?.['globalConfig']??{},_0x583ee0=!!_0x38726f?.[_0x405ec7(0x98)]||Object[_0x405ec7(0x95)](_0x33097c)[_0x405ec7(0x90)]>0x0,_0x4b797b=!_0x583ee0,_0x3b64b8=_0x583ee0?resolveDefaultAppName(_0x33097c):undefined,_0x5d69ca=_0x4b797b?resolveDefaultAppName(_0x20e1a8):undefined,_0x4110c1=stringConfigValue(_0x34398c[_0x405ec7(0x68)]),_0x55af96=_0x3317b3(_0x405ec7(0x6d)),_0x345755={};if(_0x4b9635[_0x405ec7(0x6e)]&&typeof _0x4b9635[_0x405ec7(0x6e)]===_0x405ec7(0x92))for(const [_0x404b22,_0x5a9d86]of Object[_0x405ec7(0x7a)](_0x4b9635[_0x405ec7(0x6e)])){_0x5a9d86&&typeof _0x5a9d86===_0x405ec7(0x92)&&_0x5a9d86[_0x405ec7(0x8c)]&&(_0x345755[_0x404b22]=_0x5a9d86);}const _0x490834=_0x3b64b8||_0x5d69ca||resolveDefaultAppName(_0x4b9635),_0x5d5053=Object[_0x405ec7(0x95)](_0x345755)[_0x405ec7(0x90)]>0x0,_0x40b12b=_0x4110c1||_0x3b64b8||_0x55af96||_0x5d69ca||_0x490834||undefined,_0x1dd0b3=stringConfigValue(_0x34398c['appcode']),_0x54046e=_0x1dd0b3?Object[_0x405ec7(0x7a)](_0x345755)[_0x405ec7(0x84)](([,_0x3de445])=>_0x3de445?.[_0x405ec7(0x8c)]===_0x1dd0b3):undefined,_0x439767=_0x54046e?.[0x0],_0x2c0832=_0x54046e?.[0x1],_0x26cd87=_0x1dd0b3?_0x439767:_0x40b12b;let _0x1ecf48=_0x26cd87&&_0x345755[_0x26cd87]?_0x345755[_0x26cd87]:undefined;_0x1dd0b3&&_0x2c0832&&(_0x1ecf48=_0x2c0832);const _0x5b6cd1=_0x1dd0b3?_0x2c0832??_0x1ecf48:_0x1ecf48,_0x466ca1=!_0x4110c1&&!_0x3b64b8&&_0x55af96&&_0x26cd87===_0x55af96,_0x540d81=_0x4110c1||(_0x466ca1?_0x55af96:undefined)||(_0x1dd0b3?_0x439767:undefined),_0x3f2265=_0x5b6cd1?.[_0x405ec7(0x8c)],_0x57fa1d=_0x583ee0?resolveTopLevelAppCode(_0x33097c):undefined,_0x128c66=_0x4b797b?resolveTopLevelAppCode(_0x20e1a8):undefined,_0x1371f9=_0x4110c1||_0x3b64b8?_0x3f2265:undefined,_0x41b3b1=!_0x4110c1&&!_0x3b64b8?_0x3f2265:undefined,_0x36670f=_0x1dd0b3||_0x1371f9||_0x57fa1d||_0x41b3b1||_0x128c66||undefined,_0x405827=_0x583ee0?stringConfigValue(_0x33097c[_0x405ec7(0x7c)]):undefined,_0x57f4aa=_0x4b797b?stringConfigValue(_0x20e1a8[_0x405ec7(0x7c)]):undefined,_0x2e6ea5=_0x34398c[_0x405ec7(0x7c)]||_0x5b6cd1?.[_0x405ec7(0x7c)]||_0x405827||_0x3317b3(_0x405ec7(0x78))||_0x57f4aa||_0x4b9635['env']||DEFAULT_CONFIG_VALUES[_0x405ec7(0x7c)],_0x7ef87f=_0x5b6cd1?.[_0x405ec7(0x83)]||_0x4b9635[_0x405ec7(0x83)]||DEFAULT_CONFIG_VALUES['locale'],_0x160ed9=_0x3317b3(_0x405ec7(0x76))||_0x5b6cd1?.[_0x405ec7(0x8a)]||_0x4b9635[_0x405ec7(0x8a)]||undefined,_0x28cd4a=_0x3317b3(_0x405ec7(0x97))||_0x5b6cd1?.[_0x405ec7(0x8f)]||_0x4b9635['accessKey']||undefined,_0x5730a9=_0x34398c['format']||_0x3317b3(_0x405ec7(0x72))||_0x5b6cd1?.['format']||_0x4b9635[_0x405ec7(0x7b)],_0x3c7f7c=normalizeLegacyOutputFormat(_0x5730a9),_0x2b62fc=_0x3317b3(_0x405ec7(0x7e))||_0x5b6cd1?.[_0x405ec7(0x89)]||_0x4b9635[_0x405ec7(0x89)],_0x1c3e09=_0x2b62fc?Number(_0x2b62fc)||undefined:undefined,_0x5ccdd7=_0x38726f?[...configuredRiskCeilings(_0x38726f[_0x405ec7(0x74)]),...configuredRiskCeilings(_0x38726f['projectConfig'])]:configuredRiskCeilings(_0x4b9635),_0x54292e=resolveRiskCeiling(..._0x5ccdd7,_0x5b6cd1?.[_0x405ec7(0x88)]),_0x5ca271=resolveRiskCeiling(_0x54292e,_0x3317b3(_0x405ec7(0x8b)),_0x3317b3(_0x405ec7(0x69))),_0x23306a=_0x3317b3(_0x405ec7(0x85)),_0x51491f=_0x23306a==='1'||_0x23306a===_0x405ec7(0x82),_0x122026=_0x5b6cd1?.[_0x405ec7(0x67)]||_0x4b9635[_0x405ec7(0x67)]||DEFAULT_CONFIG_VALUES[_0x405ec7(0x67)],_0x3708da=isDaily(normalizeEnv(String(_0x2e6ea5)))?_0x405ec7(0x77):'production';return{'appCode':typeof _0x36670f==='string'&&_0x36670f[_0x405ec7(0x8d)]()?_0x36670f[_0x405ec7(0x8d)]():undefined,'env':_0x3708da,'locale':_0x7ef87f,'cookie':_0x160ed9,'accessKey':_0x28cd4a,'format':_0x3c7f7c,'pageSize':_0x1c3e09,'riskLevel':_0x5ca271,'verbose':_0x51491f,'apiDir':_0x122026,'apps':_0x345755,'defaultApp':_0x490834,'currentApp':_0x5d5053?_0x26cd87:undefined,'explicitAppName':_0x540d81};}function a216_0x3a92(){const _0x12484b=['MAX_RISK','defaultApp','422831TfckWn','5075724YKprSQ','APP','apps','11cCgAMU','string','3032UjwuBI','FORMAT','1303053CeCxfr','globalConfig','high-risk-write','COOKIE','daily','ENV','3818035yucFsD','entries','format','env','6pTojzk','PAGE_SIZE','4920219gYZSAx','686ylsoNa','2akDRtB','true','locale','find','VERBOSE','read','hasOwnProperty','riskLevel','pageSize','cookie','RISK_LEVEL','appcode','trim','2973104EqUJfg','accessKey','length','projectConfig','object','10WFcriC','call','keys','prototype','ACCESS_KEY','projectPath','write','maxRisk','apiDir','app'];a216_0x3a92=function(){return _0x12484b;};return a216_0x3a92();}
@@ -1 +1 @@
1
- function a217_0x4d5b(_0x10825d,_0x26b806){_0x10825d=_0x10825d-0x74;const _0x537e22=a217_0x537e();let _0x4d5b5c=_0x537e22[_0x10825d];return _0x4d5b5c;}(function(_0x58f351,_0x13312b){const _0x5f343d=a217_0x4d5b,_0x12cf83=_0x58f351();while(!![]){try{const _0xa72586=-parseInt(_0x5f343d(0x7d))/0x1+-parseInt(_0x5f343d(0x7c))/0x2*(parseInt(_0x5f343d(0x80))/0x3)+parseInt(_0x5f343d(0x7b))/0x4+parseInt(_0x5f343d(0x76))/0x5+-parseInt(_0x5f343d(0x7f))/0x6+parseInt(_0x5f343d(0x74))/0x7*(parseInt(_0x5f343d(0x77))/0x8)+-parseInt(_0x5f343d(0x78))/0x9*(-parseInt(_0x5f343d(0x7a))/0xa);if(_0xa72586===_0x13312b)break;else _0x12cf83['push'](_0x12cf83['shift']());}catch(_0x210907){_0x12cf83['push'](_0x12cf83['shift']());}}}(a217_0x537e,0x1be61));import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';function a217_0x537e(){const _0xa6ab6=['200hlcLYO','171164qnkllz','authRequired','473784JMZpwR','1083WsOeuM','14777pYfXjb','../auth/get-cookie.js','415950QSAqDA','360pDqbxm','18doBTmL','cookie','255670HxShzs','684728FwvOGD'];a217_0x537e=function(){return _0xa6ab6;};return a217_0x537e();}export async function buildAuth(_0x223c56){const _0x4eca2f=a217_0x4d5b,{getCookie:_0x36ae0b}=await import(_0x4eca2f(0x75)),_0x37255b=_0x223c56[_0x4eca2f(0x79)]||_0x36ae0b(),_0x3c1281=_0x37255b?await getIsSessionValid():![];return{'cookie':_0x37255b,'isLoggedIn':_0x3c1281,async 'getOrLogin'(){const _0x252c73=_0x4eca2f;if(_0x37255b&&_0x3c1281)return _0x37255b;throw CliErrors[_0x252c73(0x7e)]();}};}
1
+ (function(_0x33795d,_0x4f4319){const _0x55bc55=a217_0x47bd,_0x405745=_0x33795d();while(!![]){try{const _0x175d5f=parseInt(_0x55bc55(0x1b9))/0x1*(-parseInt(_0x55bc55(0x1b7))/0x2)+-parseInt(_0x55bc55(0x1b5))/0x3*(parseInt(_0x55bc55(0x1bb))/0x4)+-parseInt(_0x55bc55(0x1bd))/0x5+parseInt(_0x55bc55(0x1b6))/0x6+-parseInt(_0x55bc55(0x1bf))/0x7+-parseInt(_0x55bc55(0x1be))/0x8*(-parseInt(_0x55bc55(0x1b8))/0x9)+parseInt(_0x55bc55(0x1b3))/0xa;if(_0x175d5f===_0x4f4319)break;else _0x405745['push'](_0x405745['shift']());}catch(_0x5560df){_0x405745['push'](_0x405745['shift']());}}}(a217_0x3f28,0x7f4e9));function a217_0x3f28(){const _0x4f6b68=['148696EyOwCo','../auth/get-cookie.js','4657230EnDYsO','6653776fvMtgf','5255992pYoosC','18392510UmLImG','authRequired','24cXpbfx','714936TENPaK','2oqKUvq','9OAvDcH','288986lQCJoT','cookie'];a217_0x3f28=function(){return _0x4f6b68;};return a217_0x3f28();}import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';function a217_0x47bd(_0x412dff,_0x54cf45){_0x412dff=_0x412dff-0x1b3;const _0x3f28e0=a217_0x3f28();let _0x47bdd7=_0x3f28e0[_0x412dff];return _0x47bdd7;}export async function buildAuth(_0xe0ea3d){const _0x2e3348=a217_0x47bd,{getCookie:_0x1ba485}=await import(_0x2e3348(0x1bc)),_0x52d7e2=_0xe0ea3d[_0x2e3348(0x1ba)]||_0x1ba485(),_0x3dde82=_0x52d7e2?await getIsSessionValid():![];return{'cookie':_0x52d7e2,'isLoggedIn':_0x3dde82,async 'getOrLogin'(){const _0x23514a=_0x2e3348;if(_0x52d7e2&&_0x3dde82)return _0x52d7e2;throw CliErrors[_0x23514a(0x1b4)]();}};}
@@ -1,9 +1,7 @@
1
1
  /** 新建配置文件时使用的文件名 */
2
2
  export declare const NEW_CONFIG_NAME = ".rabetbase.json";
3
- /** 按优先级排列的配置文件名:新名 > 旧名 > 更旧的名 */
4
- export declare const CONFIG_NAMES: readonly [".rabetbase.json", ".lovrabet.json", ".lovrabetrc"];
5
- /** 旧配置文件名(用于升级检测),不含新名 */
6
- export declare const LEGACY_CONFIG_NAMES: (".lovrabet.json" | ".lovrabetrc")[];
3
+ /** Rabetbase 唯一识别的配置文件名;不读取 Lovrabet Runtime CLI 配置。 */
4
+ export declare const CONFIG_NAMES: readonly [".rabetbase.json"];
7
5
  /** 全局 / 项目各一份原始 JSON(未合并),供 readRawConfig 与 app list 来源标注共用 */
8
6
  export interface RawConfigLayers {
9
7
  globalPath: string | undefined;
@@ -28,7 +26,7 @@ export type CliConfigJsonInspect = {
28
26
  */
29
27
  export declare function resolveConfigPath(base: string): string | undefined;
30
28
  /**
31
- * 从 startDir 起向父目录查找,直到出现项目配置文件(CONFIG_NAMES 任一)。
29
+ * 从 startDir 起向父目录查找,直到出现 .rabetbase.json。
32
30
  * 找不到则回退为 startDir。
33
31
  */
34
32
  export declare function findProjectRootDirectory(startDir?: string): string;
@@ -56,6 +54,6 @@ export declare function readConfigFile(filePath: string): Record<string, any>;
56
54
  export declare function writeConfigFile(filePath: string, data: Record<string, any>): void;
57
55
  /**
58
56
  * 确定应写入的配置文件路径。
59
- * 如果已存在旧文件则原地更新;否则用新名 .rabetbase.json
57
+ * 始终写入 .rabetbase.json,不读取或更新 Lovrabet Runtime CLI 配置。
60
58
  */
61
59
  export declare function resolveWriteConfigPath(scope: "project" | "global"): string;