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

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 (368) hide show
  1. package/README.md +4 -3
  2. package/lib/api/api-doc.js +1 -1
  3. package/lib/api/api-group.js +1 -1
  4. package/lib/api/fetch-model-list.js +1 -1
  5. package/lib/api/generate-api-file.js +1 -1
  6. package/lib/api/generate-sdk-config-file.js +1 -1
  7. package/lib/api/legacy-api-file.js +1 -1
  8. package/lib/api/model-registry-file.js +1 -1
  9. package/lib/api/model-registry-scaffold.js +1 -1
  10. package/lib/api/model-source.js +1 -1
  11. package/lib/auth/auth-server-ui.js +1 -1
  12. package/lib/auth/auth-server.js +1 -1
  13. package/lib/auth/constant.js +1 -1
  14. package/lib/auth/get-cookie.js +1 -1
  15. package/lib/auth/get-session-user.js +1 -1
  16. package/lib/auth/is-session-valid.js +1 -1
  17. package/lib/auth/login-success-html.js +1 -1
  18. package/lib/auth/logout.js +1 -1
  19. package/lib/cli-flags.js +1 -1
  20. package/lib/cli.js +1 -1
  21. package/lib/commands/api/generate.js +1 -1
  22. package/lib/commands/api/index.js +1 -1
  23. package/lib/commands/api/list.js +1 -1
  24. package/lib/commands/api/pull.js +1 -1
  25. package/lib/commands/api/shared.js +1 -1
  26. package/lib/commands/app/index.js +1 -1
  27. package/lib/commands/app/list.js +1 -1
  28. package/lib/commands/app/members-list.js +1 -1
  29. package/lib/commands/app/remote-directory.js +1 -1
  30. package/lib/commands/app/shared.js +1 -1
  31. package/lib/commands/app-config/delete.js +1 -1
  32. package/lib/commands/app-config/get.js +1 -1
  33. package/lib/commands/app-config/index.js +1 -1
  34. package/lib/commands/app-config/list.js +1 -1
  35. package/lib/commands/app-config/set.js +1 -1
  36. package/lib/commands/app-config/shared.js +1 -1
  37. package/lib/commands/auth/index.js +1 -1
  38. package/lib/commands/bff/create.js +1 -1
  39. package/lib/commands/bff/delete.js +1 -1
  40. package/lib/commands/bff/detail.js +1 -1
  41. package/lib/commands/bff/index.js +1 -1
  42. package/lib/commands/bff/list.js +1 -1
  43. package/lib/commands/bff/logs.js +1 -1
  44. package/lib/commands/bff/pull.js +1 -1
  45. package/lib/commands/bff/push.js +1 -1
  46. package/lib/commands/bff/status.js +1 -1
  47. package/lib/commands/cli-skill/index.js +1 -1
  48. package/lib/commands/cli-update.js +1 -1
  49. package/lib/commands/codegen/index.js +1 -1
  50. package/lib/commands/codegen/sdk.js +1 -1
  51. package/lib/commands/codegen/sql.js +1 -1
  52. package/lib/commands/common/app-registry.js +1 -1
  53. package/lib/commands/common/app-selector.js +1 -1
  54. package/lib/commands/common/async-task.js +1 -1
  55. package/lib/commands/common/dry-run.js +1 -1
  56. package/lib/commands/common/flags.js +1 -1
  57. package/lib/commands/common/local-file.js +1 -1
  58. package/lib/commands/common/validate.js +1 -1
  59. package/lib/commands/config/delete.js +1 -1
  60. package/lib/commands/config/get.js +1 -1
  61. package/lib/commands/config/index.js +1 -1
  62. package/lib/commands/config/init.d.ts +1 -1
  63. package/lib/commands/config/init.js +1 -1
  64. package/lib/commands/config/list.js +1 -1
  65. package/lib/commands/config/set.js +1 -1
  66. package/lib/commands/config/shared.js +1 -1
  67. package/lib/commands/dataset/batch-design.js +1 -1
  68. package/lib/commands/dataset/business-group-update.js +1 -1
  69. package/lib/commands/dataset/business-groups.js +1 -1
  70. package/lib/commands/dataset/capability.js +1 -1
  71. package/lib/commands/dataset/cross-relation-create.js +1 -1
  72. package/lib/commands/dataset/cross-relation-delete.js +1 -1
  73. package/lib/commands/dataset/cross-relation-list.js +1 -1
  74. package/lib/commands/dataset/cross-relation-shared.js +1 -1
  75. package/lib/commands/dataset/cross-relation-update.js +1 -1
  76. package/lib/commands/dataset/delete.js +1 -1
  77. package/lib/commands/dataset/detail.js +1 -1
  78. package/lib/commands/dataset/extend-update.js +1 -1
  79. package/lib/commands/dataset/field-restore.js +1 -1
  80. package/lib/commands/dataset/field-update.js +1 -1
  81. package/lib/commands/dataset/generate.js +1 -1
  82. package/lib/commands/dataset/index.js +1 -1
  83. package/lib/commands/dataset/list.js +1 -1
  84. package/lib/commands/dataset/operations.js +1 -1
  85. package/lib/commands/dataset/relation-audit.js +1 -1
  86. package/lib/commands/dataset/relation-create.js +1 -1
  87. package/lib/commands/dataset/relation-delete.js +1 -1
  88. package/lib/commands/dataset/relation-shared.js +1 -1
  89. package/lib/commands/dataset/relation-update.js +1 -1
  90. package/lib/commands/dataset/relations.js +1 -1
  91. package/lib/commands/dataset/rename.js +1 -1
  92. package/lib/commands/dataset/restore.js +1 -1
  93. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  94. package/lib/commands/db/analysis-batching.js +1 -1
  95. package/lib/commands/db/analyze-batch-plan.js +1 -1
  96. package/lib/commands/db/analyze-cancel.js +1 -1
  97. package/lib/commands/db/analyze-start.js +1 -1
  98. package/lib/commands/db/analyze-status.js +1 -1
  99. package/lib/commands/db/create.js +1 -1
  100. package/lib/commands/db/delete.js +1 -1
  101. package/lib/commands/db/detail.js +1 -1
  102. package/lib/commands/db/diff-refresh-start.js +1 -1
  103. package/lib/commands/db/diff-refresh-status.js +1 -1
  104. package/lib/commands/db/diff.js +1 -1
  105. package/lib/commands/db/index.js +1 -1
  106. package/lib/commands/db/list.js +1 -1
  107. package/lib/commands/db/shared.js +1 -1
  108. package/lib/commands/db/table-diff-shared.js +1 -1
  109. package/lib/commands/db/tables.js +1 -1
  110. package/lib/commands/db/test.js +1 -1
  111. package/lib/commands/db/update.js +1 -1
  112. package/lib/commands/deployment/index.js +1 -1
  113. package/lib/commands/deployment/sync-all.js +1 -1
  114. package/lib/commands/deployment/sync-jobs.js +1 -1
  115. package/lib/commands/deployment/sync-status.js +1 -1
  116. package/lib/commands/doctor.js +1 -1
  117. package/lib/commands/file/index.js +1 -1
  118. package/lib/commands/flow/create.js +1 -1
  119. package/lib/commands/flow/detail.js +1 -1
  120. package/lib/commands/flow/index.js +1 -1
  121. package/lib/commands/flow/list.js +1 -1
  122. package/lib/commands/flow/publish.js +1 -1
  123. package/lib/commands/flow/runtime-resources-shared.js +1 -1
  124. package/lib/commands/flow/runtime-role-list.js +1 -1
  125. package/lib/commands/flow/runtime-role-user-list.js +1 -1
  126. package/lib/commands/flow/runtime-user-search.js +1 -1
  127. package/lib/commands/flow/shared.js +1 -1
  128. package/lib/commands/flow/update.js +1 -1
  129. package/lib/commands/flow/validate.js +1 -1
  130. package/lib/commands/instant-api-policy/current.js +1 -1
  131. package/lib/commands/instant-api-policy/index.js +1 -1
  132. package/lib/commands/instant-api-policy/init.js +1 -1
  133. package/lib/commands/instant-api-policy/publish.js +1 -1
  134. package/lib/commands/instant-api-policy/pull.js +1 -1
  135. package/lib/commands/instant-api-policy/revision.js +1 -1
  136. package/lib/commands/instant-api-policy/revisions.js +1 -1
  137. package/lib/commands/instant-api-policy/rollback.js +1 -1
  138. package/lib/commands/instant-api-policy/shared.js +1 -1
  139. package/lib/commands/instant-api-policy/validate.js +1 -1
  140. package/lib/commands/issue/index.js +1 -1
  141. package/lib/commands/issue/nudge.js +1 -1
  142. package/lib/commands/issue/report.js +1 -1
  143. package/lib/commands/issue/shared.js +1 -1
  144. package/lib/commands/kb/create.js +1 -1
  145. package/lib/commands/kb/delete.js +1 -1
  146. package/lib/commands/kb/detail.js +1 -1
  147. package/lib/commands/kb/index.js +1 -1
  148. package/lib/commands/kb/list.js +1 -1
  149. package/lib/commands/kb/search.js +1 -1
  150. package/lib/commands/kb/shared.js +1 -1
  151. package/lib/commands/kb/update.js +1 -1
  152. package/lib/commands/logs/index.js +1 -1
  153. package/lib/commands/menu/asset-update.js +1 -1
  154. package/lib/commands/menu/delete.js +1 -1
  155. package/lib/commands/menu/external-link-create.js +1 -1
  156. package/lib/commands/menu/external-link-update.js +1 -1
  157. package/lib/commands/menu/group-create.js +1 -1
  158. package/lib/commands/menu/group-update.js +1 -1
  159. package/lib/commands/menu/index.js +1 -1
  160. package/lib/commands/menu/list.js +1 -1
  161. package/lib/commands/menu/move.js +1 -1
  162. package/lib/commands/menu/regroup-start.js +1 -1
  163. package/lib/commands/menu/rename.js +1 -1
  164. package/lib/commands/menu/shared/compare-table.js +1 -1
  165. package/lib/commands/menu/shared/delete-plan.js +1 -1
  166. package/lib/commands/menu/shared/facts.js +1 -1
  167. package/lib/commands/menu/shared/index.js +1 -1
  168. package/lib/commands/menu/shared/inquirer.js +1 -1
  169. package/lib/commands/menu/shared/local-pages.js +1 -1
  170. package/lib/commands/menu/shared/logic.js +1 -1
  171. package/lib/commands/menu/shared/mutations.js +1 -1
  172. package/lib/commands/menu/shared/service.js +1 -1
  173. package/lib/commands/menu/shared/sync-core.js +1 -1
  174. package/lib/commands/menu/shared/update-core.js +1 -1
  175. package/lib/commands/menu/shared/valid-url.js +1 -1
  176. package/lib/commands/menu/sync.js +1 -1
  177. package/lib/commands/menu/visibility-update.js +1 -1
  178. package/lib/commands/notification/config-create.js +1 -1
  179. package/lib/commands/notification/config-delete.js +1 -1
  180. package/lib/commands/notification/config-list.js +1 -1
  181. package/lib/commands/notification/config-update.js +1 -1
  182. package/lib/commands/notification/index.js +1 -1
  183. package/lib/commands/notification/shared.js +1 -1
  184. package/lib/commands/ocr/index.js +1 -1
  185. package/lib/commands/page/create.js +1 -1
  186. package/lib/commands/page/custom/detail.js +1 -1
  187. package/lib/commands/page/custom/list.js +1 -1
  188. package/lib/commands/page/custom/publish.js +1 -1
  189. package/lib/commands/page/custom/shared.js +1 -1
  190. package/lib/commands/page/custom/syntax.js +1 -1
  191. package/lib/commands/page/custom/update.js +1 -1
  192. package/lib/commands/page/data-list-status.js +1 -1
  193. package/lib/commands/page/generate-start.js +1 -1
  194. package/lib/commands/page/generate-status.js +1 -1
  195. package/lib/commands/page/index.js +1 -1
  196. package/lib/commands/page/pull.js +1 -1
  197. package/lib/commands/page/push.js +1 -1
  198. package/lib/commands/page/relation-audit.js +1 -1
  199. package/lib/commands/page/restore.js +1 -1
  200. package/lib/commands/page/shared.js +1 -1
  201. package/lib/commands/page/sync.js +1 -1
  202. package/lib/commands/project/api-architecture-upgrade.js +1 -1
  203. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  204. package/lib/commands/project/create/format-elapsed.js +1 -1
  205. package/lib/commands/project/create/main.js +1 -1
  206. package/lib/commands/project/create/materialize-project-template.js +1 -1
  207. package/lib/commands/project/create/project-name.js +1 -1
  208. package/lib/commands/project/create/project-template-archive.js +1 -1
  209. package/lib/commands/project/create/project-template-path.js +1 -1
  210. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  211. package/lib/commands/project/create/use-format-code.js +1 -1
  212. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  213. package/lib/commands/project/domain-routing-sync.js +1 -1
  214. package/lib/commands/project/index.js +1 -1
  215. package/lib/commands/project/upgrade.js +1 -1
  216. package/lib/commands/registry.js +1 -1
  217. package/lib/commands/role/delete.js +1 -1
  218. package/lib/commands/role/detail.js +1 -1
  219. package/lib/commands/role/index.js +1 -1
  220. package/lib/commands/role/list.js +1 -1
  221. package/lib/commands/role/shared.js +1 -1
  222. package/lib/commands/role/update.js +1 -1
  223. package/lib/commands/role/user-add.js +1 -1
  224. package/lib/commands/role/user-remove.js +1 -1
  225. package/lib/commands/role/user-resolve.js +1 -1
  226. package/lib/commands/rule/get.js +1 -1
  227. package/lib/commands/rule/index.js +1 -1
  228. package/lib/commands/rule/list.js +1 -1
  229. package/lib/commands/rule/set.js +1 -1
  230. package/lib/commands/rule/shared.js +1 -1
  231. package/lib/commands/run/index.js +1 -1
  232. package/lib/commands/schema.js +1 -1
  233. package/lib/commands/sql/create.js +1 -1
  234. package/lib/commands/sql/delete.js +1 -1
  235. package/lib/commands/sql/detail.js +1 -1
  236. package/lib/commands/sql/exec.js +1 -1
  237. package/lib/commands/sql/index.js +1 -1
  238. package/lib/commands/sql/list.js +1 -1
  239. package/lib/commands/sql/pull.js +1 -1
  240. package/lib/commands/sql/push.js +1 -1
  241. package/lib/commands/sql/shared.js +1 -1
  242. package/lib/commands/sql/status.js +1 -1
  243. package/lib/commands/sql/validate.js +1 -1
  244. package/lib/commands/task/index.js +1 -1
  245. package/lib/commands/task/status.js +1 -1
  246. package/lib/commands/tenant/index.js +1 -1
  247. package/lib/commands/tenant/members-list.js +1 -1
  248. package/lib/commands/tenant/shared.js +1 -1
  249. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  250. package/lib/commands/user-account/index.js +1 -1
  251. package/lib/commands/workspace/add.js +1 -1
  252. package/lib/commands/workspace/index.js +1 -1
  253. package/lib/commands/workspace/remove.js +1 -1
  254. package/lib/config/domain-config.d.ts +1 -1
  255. package/lib/config/domain-config.js +1 -1
  256. package/lib/config/project-domain-routing.js +1 -1
  257. package/lib/config/region-config.js +1 -1
  258. package/lib/config/schema.d.ts +1 -1
  259. package/lib/config/schema.js +1 -1
  260. package/lib/constant/cdn.js +1 -1
  261. package/lib/constant/cli.js +1 -1
  262. package/lib/constant/defaults.js +1 -1
  263. package/lib/constant/domain.d.ts +4 -0
  264. package/lib/constant/domain.js +1 -1
  265. package/lib/constant/env.js +1 -1
  266. package/lib/constant/output.js +1 -1
  267. package/lib/constant/paths.js +1 -1
  268. package/lib/constant/region.d.ts +1 -1
  269. package/lib/constant/region.js +1 -1
  270. package/lib/constant/risk.js +1 -1
  271. package/lib/constant/routing-profile.d.ts +14 -1
  272. package/lib/constant/routing-profile.js +1 -1
  273. package/lib/context/app-resolver.d.ts +1 -0
  274. package/lib/context/app-resolver.js +1 -1
  275. package/lib/context/auth-resolver.js +1 -1
  276. package/lib/context/config-loader.js +1 -1
  277. package/lib/context.js +1 -1
  278. package/lib/core/alias-resolver.js +1 -1
  279. package/lib/core/api-client.js +1 -1
  280. package/lib/core/bff/config.js +1 -1
  281. package/lib/core/bff/file-system.js +1 -1
  282. package/lib/core/bff/hash.js +1 -1
  283. package/lib/core/bff/hook-directory.js +1 -1
  284. package/lib/core/bff/lock.js +1 -1
  285. package/lib/core/bff/utils.js +1 -1
  286. package/lib/core/cross-db-relation.js +1 -1
  287. package/lib/core/db-resolver.js +1 -1
  288. package/lib/core/flow-config.js +1 -1
  289. package/lib/core/instant-api-policy/config.js +1 -1
  290. package/lib/core/kb-search-client.js +1 -1
  291. package/lib/core/page/file-system.js +1 -1
  292. package/lib/core/page/hash.js +1 -1
  293. package/lib/core/page/lock.js +1 -1
  294. package/lib/core/page/lr-smart-jsx.js +1 -1
  295. package/lib/core/sql-index-auditor.js +1 -1
  296. package/lib/core/sql-sync/config.js +1 -1
  297. package/lib/core/sql-sync/file-system.js +1 -1
  298. package/lib/core/sql-sync/hash.js +1 -1
  299. package/lib/core/sql-sync/lock.js +1 -1
  300. package/lib/core/sql-sync/utils.js +1 -1
  301. package/lib/core/sql-validator.js +1 -1
  302. package/lib/errors.js +1 -1
  303. package/lib/framework/build-all-flags.js +1 -1
  304. package/lib/framework/error-output.js +1 -1
  305. package/lib/framework/explicit-yes.js +1 -1
  306. package/lib/framework/flags.js +1 -1
  307. package/lib/framework/help.js +1 -1
  308. package/lib/framework/index.js +1 -1
  309. package/lib/framework/output.js +1 -1
  310. package/lib/framework/response.js +1 -1
  311. package/lib/framework/runner-alias.js +1 -1
  312. package/lib/framework/runner.js +1 -1
  313. package/lib/framework/schema-export.js +1 -1
  314. package/lib/framework/supported-flags.js +1 -1
  315. package/lib/framework/types.js +1 -1
  316. package/lib/generated/build-info.d.ts +4 -4
  317. package/lib/generated/build-info.js +1 -1
  318. package/lib/generated/official-routing.d.ts +15 -3
  319. package/lib/generated/official-routing.js +1 -1
  320. package/lib/generated/routing-contract.d.ts +2 -2
  321. package/lib/generated/routing-contract.js +1 -1
  322. package/lib/help.js +1 -1
  323. package/lib/postinstall.js +1 -1
  324. package/lib/runtime/confirmation.js +1 -1
  325. package/lib/runtime/event.js +1 -1
  326. package/lib/runtime/index.js +1 -1
  327. package/lib/runtime/queue.js +1 -1
  328. package/lib/runtime/resolve.js +1 -1
  329. package/lib/skills/builtin-skill.js +1 -1
  330. package/lib/skills/main.js +1 -1
  331. package/lib/skills/npx-skills-add.d.ts +5 -0
  332. package/lib/skills/npx-skills-add.js +1 -1
  333. package/lib/skills/skill-presence.js +1 -1
  334. package/lib/telemetry/cli-command-trace.js +1 -1
  335. package/lib/telemetry/cli-help-trace.js +1 -1
  336. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  337. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  338. package/lib/telemetry/send-cli-trace-log.js +1 -1
  339. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  340. package/lib/utils/ai_config.js +1 -1
  341. package/lib/utils/apply-jq-filter.js +1 -1
  342. package/lib/utils/cdn-config.js +1 -1
  343. package/lib/utils/check-sdk-version.js +1 -1
  344. package/lib/utils/cli-version-check.js +1 -1
  345. package/lib/utils/cli-version-policy.js +1 -1
  346. package/lib/utils/config.js +1 -1
  347. package/lib/utils/entity-with-id.js +1 -1
  348. package/lib/utils/file-utils.js +1 -1
  349. package/lib/utils/guides-cdn.js +1 -1
  350. package/lib/utils/http-client.js +1 -1
  351. package/lib/utils/is-non-interactive.js +1 -1
  352. package/lib/utils/logger.js +1 -1
  353. package/lib/utils/params.js +1 -1
  354. package/lib/utils/platform.js +1 -1
  355. package/lib/utils/sleep.js +1 -1
  356. package/lib/utils/template-replacer.js +1 -1
  357. package/lib/utils/update-notice.js +1 -1
  358. package/lib/utils/version.js +1 -1
  359. package/lib/utils/with-active-cookie.js +1 -1
  360. package/lib/utils/write-cli-side-channel.js +1 -1
  361. package/package.json +1 -1
  362. package/skills/rabetbase/SKILL.md +2 -2
  363. package/skills/rabetbase/guides/sql-creation-workflow.md +1 -1
  364. package/skills/rabetbase/guides/sql-mybatis.md +12 -8
  365. package/skills/rabetbase/references/rabetbase-config.md +6 -4
  366. package/skills/rabetbase/references/rabetbase-init.md +7 -5
  367. package/skills/rabetbase/references/rabetbase-kb.md +8 -6
  368. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- const a255_0x1f82a3=a255_0x1625;(function(_0x34eb7e,_0x620159){const _0xc0b399=a255_0x1625,_0x315a33=_0x34eb7e();while(!![]){try{const _0x509dc8=-parseInt(_0xc0b399(0x1c0))/0x1+parseInt(_0xc0b399(0x1da))/0x2*(parseInt(_0xc0b399(0x1d7))/0x3)+-parseInt(_0xc0b399(0x1b1))/0x4+parseInt(_0xc0b399(0x1c1))/0x5*(parseInt(_0xc0b399(0x1b8))/0x6)+-parseInt(_0xc0b399(0x1d8))/0x7*(-parseInt(_0xc0b399(0x1db))/0x8)+parseInt(_0xc0b399(0x1ab))/0x9+-parseInt(_0xc0b399(0x1d0))/0xa;if(_0x509dc8===_0x620159)break;else _0x315a33['push'](_0x315a33['shift']());}catch(_0x2b5f5e){_0x315a33['push'](_0x315a33['shift']());}}}(a255_0x19b4,0xd4afd));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,isProduction,RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';function a255_0x19b4(){const _0x162ac8=['121242BnFYQy','Join\x20key\x20for\x20app\x20profiles\x20that\x20share\x20one\x20generated\x20API\x20model\x20registry','certificateDomain','string','object','number','Auth\x20cookie','keys','1106636AMnwPZ','155YQbaqR','values','fromEntries','userDomain','cookie','skillDomain','appcode','inherit','format','Default\x20page\x20size','app','Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','zh-CN','trim','defaultApp','5825720tdnpmf','Config\x20key\x20(','apiDomain','apiDir','region','locale','apiGroup','126KXCEHA','10839976cerHbY','isArray','30606BbiAqK','8KQPCCB','localDomain','riskLevel','length','runtimeDomain','API\x20directory\x20path','pageSize','env','join','filter','9405351CXCvND','Risk\x20level','accessKey','defaultFormat','Access\x20key','map','5209508niEPJa','en-US','apps','has','kbDomain','appDomain','Country/region\x20for\x20this\x20app\x20profile'];a255_0x19b4=function(){return _0x162ac8;};return a255_0x19b4();}import{RISK_LEVEL_VALUES}from'../constant/risk.js';import{ENABLED_LOVRABET_REGION_VALUES}from'../constant/region.js';function a255_0x1625(_0x246a67,_0xe54ae9){_0x246a67=_0x246a67-0x1ab;const _0x19b449=a255_0x19b4();let _0x162538=_0x19b449[_0x246a67];return _0x162538;}export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a255_0x1f82a3(0x1c5),'accessKey',a255_0x1f82a3(0x1d5),a255_0x1f82a3(0x1c9),'riskLevel',a255_0x1f82a3(0x1d4),'routing',a255_0x1f82a3(0x1c4),a255_0x1f82a3(0x1d2),a255_0x1f82a3(0x1df),a255_0x1f82a3(0x1c6),'kbDomain',a255_0x1f82a3(0x1b6),'localDomain','certificateDomain'];export const TOP_LEVEL_CONFIG_KEYS=new Set([a255_0x1f82a3(0x1c7),a255_0x1f82a3(0x1e2),a255_0x1f82a3(0x1d5),a255_0x1f82a3(0x1c9),a255_0x1f82a3(0x1c5),a255_0x1f82a3(0x1ad),a255_0x1f82a3(0x1d3),a255_0x1f82a3(0x1d4),a255_0x1f82a3(0x1c4),a255_0x1f82a3(0x1d2),a255_0x1f82a3(0x1df),a255_0x1f82a3(0x1c6),a255_0x1f82a3(0x1b5),a255_0x1f82a3(0x1b6),a255_0x1f82a3(0x1dc),a255_0x1f82a3(0x1ba)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES],'region':[...ENABLED_LOVRABET_REGION_VALUES]};export function formatConfigKeyList(_0x580eba){const _0x5f279c=a255_0x1f82a3;return[..._0x580eba][_0x5f279c(0x1e3)](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0xc269fe){const _0x5d919b=a255_0x1f82a3;return TOP_LEVEL_CONFIG_KEYS[_0x5d919b(0x1b4)](_0xc269fe);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){const _0x59c05b=a255_0x1f82a3;return _0x59c05b(0x1d1)+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'apiGroup':a255_0x1f82a3(0x1d6),'region':a255_0x1f82a3(0x1d4),'env':'env','apiDir':a255_0x1f82a3(0x1d3),'cookie':a255_0x1f82a3(0x1c5),'accessKey':a255_0x1f82a3(0x1ad),'defaultFormat':a255_0x1f82a3(0x1c9),'pageSize':a255_0x1f82a3(0x1e1),'riskLevel':a255_0x1f82a3(0x1dd),'locale':a255_0x1f82a3(0x1d5)};export function getAppProfileFlagDefs(){const _0xb35b5d=a255_0x1f82a3;return[{'name':_0xb35b5d(0x1d6),'type':_0xb35b5d(0x1bb),'description':_0xb35b5d(0x1b9)},{'name':_0xb35b5d(0x1d4),'type':'string','description':_0xb35b5d(0x1b7),'enum':[...ENABLED_LOVRABET_REGION_VALUES]},{'name':'env','type':_0xb35b5d(0x1bb),'description':'Target\x20environment','enum':[...RABETBASE_ENV_VALUES]},{'name':'apiDir','type':'string','description':_0xb35b5d(0x1e0)},{'name':_0xb35b5d(0x1c5),'type':_0xb35b5d(0x1bb),'description':_0xb35b5d(0x1be),'hidden':!![]},{'name':_0xb35b5d(0x1ad),'type':_0xb35b5d(0x1bb),'description':_0xb35b5d(0x1af),'hidden':!![]},{'name':_0xb35b5d(0x1ae),'type':_0xb35b5d(0x1bb),'description':_0xb35b5d(0x1cc),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':'pageSize','type':_0xb35b5d(0x1bd),'description':_0xb35b5d(0x1ca)},{'name':_0xb35b5d(0x1dd),'type':_0xb35b5d(0x1bb),'description':_0xb35b5d(0x1ac),'enum':[...RISK_LEVEL_VALUES]},{'name':_0xb35b5d(0x1d5),'type':_0xb35b5d(0x1bb),'description':'App\x20locale\x20(not\x20CLI\x20language;\x20reserved\x20for\x20later\x20app\x20use)'}];}export function collectAppProfileOverrides(_0x1c5f86){const _0x2e0e30={};for(const [_0x437efd,_0x4fb5c2]of Object['entries'](APP_PROFILE_FLAG_KEY_MAP)){const _0x4cb028=_0x1c5f86(_0x437efd);if(!_0x4cb028)continue;_0x2e0e30[_0x4fb5c2]=_0x4fb5c2==='pageSize'?Number(_0x4cb028):_0x4cb028;}return _0x2e0e30;}export function buildAppProfileListFields(_0x2bcde7){const _0x21547a=a255_0x1f82a3;return{'apiGroup':_0x2bcde7['apiGroup']??null,'region':_0x2bcde7[_0x21547a(0x1d4)]??null,'env':_0x2bcde7['env']??null,'apiDir':_0x2bcde7['apiDir']??null,'hasCookie':!!_0x2bcde7['cookie'],'hasAccessKey':!!_0x2bcde7[_0x21547a(0x1ad)],'format':_0x2bcde7['format']??null,'pageSize':_0x2bcde7[_0x21547a(0x1e1)]??null,'riskLevel':_0x2bcde7[_0x21547a(0x1dd)]??null,'locale':_0x2bcde7[_0x21547a(0x1d5)]??null};}export function buildAppDoctorFields(_0xc8d237,_0x403a4e){const _0x3ede35=a255_0x1f82a3;return{'region':{'value':_0xc8d237[_0x3ede35(0x1d4)]||_0x403a4e['region'],'source':_0xc8d237[_0x3ede35(0x1d4)]?'app':_0x3ede35(0x1c8)},'env':{'value':_0xc8d237[_0x3ede35(0x1e2)]||_0x403a4e[_0x3ede35(0x1e2)],'source':_0xc8d237[_0x3ede35(0x1e2)]?_0x3ede35(0x1cb):_0x3ede35(0x1c8)},'apiDir':{'value':_0xc8d237[_0x3ede35(0x1d3)]||_0x403a4e['apiDir'],'source':_0xc8d237[_0x3ede35(0x1d3)]?_0x3ede35(0x1cb):_0x3ede35(0x1c8)},'cookie':{'value':_0xc8d237[_0x3ede35(0x1c5)]||_0x403a4e[_0x3ede35(0x1c5)],'source':_0xc8d237[_0x3ede35(0x1c5)]?_0x3ede35(0x1cb):_0x3ede35(0x1c8)},'accessKey':{'value':_0xc8d237[_0x3ede35(0x1ad)]||_0x403a4e[_0x3ede35(0x1ad)],'source':_0xc8d237[_0x3ede35(0x1ad)]?_0x3ede35(0x1cb):'inherit'}};}export function buildCanonicalAppConfig(_0x14d286,_0x37badb){const _0x5c998d=a255_0x1f82a3,_0x5d4099=_0x14d286['map'](_0x1a3127=>String(_0x1a3127||'')[_0x5c998d(0x1ce)]())[_0x5c998d(0x1e4)](Boolean);if(_0x5d4099[_0x5c998d(0x1de)]===0x0)return{};const _0xb2849c={};for(const _0x33e641 of _0x5d4099){_0xb2849c[_0x33e641]=_0x37badb&&!isProduction(_0x37badb)?{'appcode':_0x33e641,'env':_0x37badb}:{'appcode':_0x33e641};}return _0x5d4099[_0x5c998d(0x1de)]>0x1?{'apps':_0xb2849c,'defaultApp':_0x5d4099[0x0]}:{'apps':_0xb2849c};}export function normalizeStoredDefaultApp(_0x31294,_0x1e9bf1){const _0x20e05f=a255_0x1f82a3,_0x427257=_0x31294[_0x20e05f(0x1b3)]&&typeof _0x31294['apps']===_0x20e05f(0x1bc)?_0x31294[_0x20e05f(0x1b3)]:{},_0x3a227c=Object['keys'](_0x427257);if(_0x3a227c[_0x20e05f(0x1de)]<=0x1)return delete _0x31294[_0x20e05f(0x1cf)],undefined;const _0x3d3e36=typeof _0x31294[_0x20e05f(0x1cf)]===_0x20e05f(0x1bb)&&_0x427257[_0x31294[_0x20e05f(0x1cf)]]?_0x31294[_0x20e05f(0x1cf)]:undefined,_0x52698c=_0x1e9bf1&&_0x427257[_0x1e9bf1]?_0x1e9bf1:_0x3d3e36;if(_0x52698c)return _0x31294[_0x20e05f(0x1cf)]=_0x52698c,_0x52698c;return delete _0x31294[_0x20e05f(0x1cf)],undefined;}export function buildCanonicalProjectConfig(_0x366b97,_0x419e89){const _0x1a8510=a255_0x1f82a3,{appCodes:appCodes=[],env:_0xf43677,metadata:_0x55f2b3}=_0x419e89,_0x21f487={..._0x366b97,..._0x55f2b3||{}};delete _0x21f487[_0x1a8510(0x1c7)],delete _0x21f487[_0x1a8510(0x1cb)];const _0x15656a=_0xf43677||(typeof _0x21f487[_0x1a8510(0x1e2)]===_0x1a8510(0x1bb)?_0x21f487[_0x1a8510(0x1e2)]:'')||DEFAULT_CONFIG_VALUES['env'];if(isProduction(_0x15656a))delete _0x21f487[_0x1a8510(0x1e2)];else _0x21f487[_0x1a8510(0x1e2)]=_0x15656a;const _0x599b32=buildCanonicalAppConfig(appCodes,_0x15656a);if(Object[_0x1a8510(0x1bf)](_0x599b32)[_0x1a8510(0x1de)]>0x0){_0x21f487['apps']=_0x599b32['apps'];if(_0x599b32[_0x1a8510(0x1cf)])_0x21f487[_0x1a8510(0x1cf)]=_0x599b32[_0x1a8510(0x1cf)];else delete _0x21f487[_0x1a8510(0x1cf)];}return normalizeConfigForWrite(_0x21f487);}function isRecord(_0x437c84){const _0x3a7d55=a255_0x1f82a3;return!!_0x437c84&&typeof _0x437c84===_0x3a7d55(0x1bc)&&!Array[_0x3a7d55(0x1d9)](_0x437c84);}export function normalizeConfigForWrite(_0x2d2d01){const _0xbb54be=a255_0x1f82a3,_0x43937b={..._0x2d2d01},_0xc99232=isRecord(_0x2d2d01['apps'])?_0x2d2d01[_0xbb54be(0x1b3)]:undefined,_0x503f10=_0xc99232?Object[_0xbb54be(0x1c3)](Object['entries'](_0xc99232)[_0xbb54be(0x1b0)](([_0x1fd2e9,_0x34acc9])=>[_0x1fd2e9,isRecord(_0x34acc9)?{..._0x34acc9}:_0x34acc9])):undefined;if(_0x503f10){const _0x3775c4=typeof _0x43937b[_0xbb54be(0x1e2)]==='string'?_0x43937b['env']:undefined,_0x398b83=Object[_0xbb54be(0x1c2)](_0x503f10)['some'](_0x5ab225=>isRecord(_0x5ab225)&&typeof _0x5ab225['env']===_0xbb54be(0x1bb)&&isProduction(_0x5ab225[_0xbb54be(0x1e2)]));if(_0x3775c4&&isDaily(_0x3775c4)&&_0x398b83){for(const _0x3b1a9c of Object[_0xbb54be(0x1c2)](_0x503f10)){if(!isRecord(_0x3b1a9c))continue;if(_0x3b1a9c[_0xbb54be(0x1e2)]===undefined)_0x3b1a9c[_0xbb54be(0x1e2)]=_0x3775c4;}delete _0x43937b[_0xbb54be(0x1e2)];}for(const _0x23e394 of Object[_0xbb54be(0x1c2)](_0x503f10)){isRecord(_0x23e394)&&typeof _0x23e394[_0xbb54be(0x1e2)]===_0xbb54be(0x1bb)&&isProduction(_0x23e394[_0xbb54be(0x1e2)])&&delete _0x23e394[_0xbb54be(0x1e2)];}_0x43937b[_0xbb54be(0x1b3)]=_0x503f10;}return typeof _0x43937b[_0xbb54be(0x1e2)]==='string'&&isProduction(_0x43937b[_0xbb54be(0x1e2)])&&delete _0x43937b[_0xbb54be(0x1e2)],_0x43937b;}const LOCALE_MAP={'zh':a255_0x1f82a3(0x1cd),'zh-cn':a255_0x1f82a3(0x1cd),'zh_cn':a255_0x1f82a3(0x1cd),'en':'en-US','en-us':a255_0x1f82a3(0x1b2),'en_us':'en-US'};export function normalizeLocale(_0x1c09ff){if(!_0x1c09ff)return null;return LOCALE_MAP[_0x1c09ff['toLowerCase']()]??null;}
1
+ const a255_0x503c16=a255_0x140c;(function(_0x3d0c7e,_0x588dd0){const _0x440002=a255_0x140c,_0x49becd=_0x3d0c7e();while(!![]){try{const _0x4733ca=-parseInt(_0x440002(0xd4))/0x1*(parseInt(_0x440002(0xa4))/0x2)+parseInt(_0x440002(0xba))/0x3*(parseInt(_0x440002(0xd1))/0x4)+parseInt(_0x440002(0xa3))/0x5+-parseInt(_0x440002(0xaf))/0x6*(-parseInt(_0x440002(0xc3))/0x7)+parseInt(_0x440002(0xb0))/0x8+parseInt(_0x440002(0xd3))/0x9+-parseInt(_0x440002(0xb8))/0xa;if(_0x4733ca===_0x588dd0)break;else _0x49becd['push'](_0x49becd['shift']());}catch(_0x2b7430){_0x49becd['push'](_0x49becd['shift']());}}}(a255_0x41a0,0x90671));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,isProduction,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=['cookie',a255_0x503c16(0xc4),a255_0x503c16(0xb6),a255_0x503c16(0xbd),a255_0x503c16(0xb5),a255_0x503c16(0xcb),a255_0x503c16(0xb2),a255_0x503c16(0xc2),'apiDomain',a255_0x503c16(0xbc),a255_0x503c16(0xd6),a255_0x503c16(0xcf),a255_0x503c16(0xcd),a255_0x503c16(0xd7),a255_0x503c16(0xc6),'certificateDomain'];export const TOP_LEVEL_CONFIG_KEYS=new Set([a255_0x503c16(0xd0),a255_0x503c16(0xb7),'locale',a255_0x503c16(0xbd),a255_0x503c16(0xa6),a255_0x503c16(0xc4),a255_0x503c16(0xa1),a255_0x503c16(0xcb),a255_0x503c16(0xc2),a255_0x503c16(0xc9),'runtimeDomain',a255_0x503c16(0xd6),a255_0x503c16(0xcf),'kbServiceDomain','appDomain',a255_0x503c16(0xc6),a255_0x503c16(0xa2)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES],'region':[...ENABLED_LOVRABET_REGION_VALUES]};export function formatConfigKeyList(_0x2c0cf0){return[..._0x2c0cf0]['join'](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x5b59c1){const _0x9ff913=a255_0x503c16;return TOP_LEVEL_CONFIG_KEYS[_0x9ff913(0xc1)](_0x5b59c1);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){const _0x430acb=a255_0x503c16;return _0x430acb(0xa7)+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'apiGroup':a255_0x503c16(0xd2),'region':'region','env':a255_0x503c16(0xb7),'apiDir':a255_0x503c16(0xa1),'cookie':'cookie','accessKey':'accessKey','defaultFormat':a255_0x503c16(0xbd),'pageSize':'pageSize','riskLevel':'riskLevel','locale':a255_0x503c16(0xb6)};export function getAppProfileFlagDefs(){const _0x418545=a255_0x503c16;return[{'name':_0x418545(0xd2),'type':_0x418545(0xb4),'description':_0x418545(0xcc)},{'name':_0x418545(0xcb),'type':_0x418545(0xb4),'description':'Country/region\x20for\x20this\x20app\x20profile','enum':[...ENABLED_LOVRABET_REGION_VALUES]},{'name':'env','type':'string','description':_0x418545(0xd5),'enum':[...RABETBASE_ENV_VALUES]},{'name':_0x418545(0xa1),'type':_0x418545(0xb4),'description':_0x418545(0xaa)},{'name':_0x418545(0xa6),'type':_0x418545(0xb4),'description':_0x418545(0xb9),'hidden':!![]},{'name':_0x418545(0xc4),'type':_0x418545(0xb4),'description':_0x418545(0xbb),'hidden':!![]},{'name':'defaultFormat','type':_0x418545(0xb4),'description':'Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':_0x418545(0xbf),'type':'number','description':'Default\x20page\x20size'},{'name':_0x418545(0xb5),'type':_0x418545(0xb4),'description':_0x418545(0xac),'enum':[...RISK_LEVEL_VALUES]},{'name':_0x418545(0xb6),'type':'string','description':_0x418545(0xa9)}];}export function collectAppProfileOverrides(_0xd65473){const _0x5cde00=a255_0x503c16,_0x3a5046={};for(const [_0x35659d,_0x9be6c7]of Object[_0x5cde00(0x9f)](APP_PROFILE_FLAG_KEY_MAP)){const _0x372af1=_0xd65473(_0x35659d);if(!_0x372af1)continue;_0x3a5046[_0x9be6c7]=_0x9be6c7===_0x5cde00(0xbf)?Number(_0x372af1):_0x372af1;}return _0x3a5046;}export function buildAppProfileListFields(_0x2c428e){const _0x5d79bd=a255_0x503c16;return{'apiGroup':_0x2c428e[_0x5d79bd(0xd2)]??null,'region':_0x2c428e['region']??null,'env':_0x2c428e[_0x5d79bd(0xb7)]??null,'apiDir':_0x2c428e[_0x5d79bd(0xa1)]??null,'hasCookie':!!_0x2c428e[_0x5d79bd(0xa6)],'hasAccessKey':!!_0x2c428e[_0x5d79bd(0xc4)],'format':_0x2c428e[_0x5d79bd(0xbd)]??null,'pageSize':_0x2c428e[_0x5d79bd(0xbf)]??null,'riskLevel':_0x2c428e['riskLevel']??null,'locale':_0x2c428e[_0x5d79bd(0xb6)]??null};}function a255_0x140c(_0x24195d,_0x5b71d6){_0x24195d=_0x24195d-0x9f;const _0x41a0f0=a255_0x41a0();let _0x140c6b=_0x41a0f0[_0x24195d];return _0x140c6b;}export function buildAppDoctorFields(_0x276bfb,_0x559c7b){const _0x2ebcf4=a255_0x503c16;return{'region':{'value':_0x276bfb[_0x2ebcf4(0xcb)]||_0x559c7b[_0x2ebcf4(0xcb)],'source':_0x276bfb[_0x2ebcf4(0xcb)]?_0x2ebcf4(0xa8):_0x2ebcf4(0xb1)},'env':{'value':_0x276bfb[_0x2ebcf4(0xb7)]||_0x559c7b[_0x2ebcf4(0xb7)],'source':_0x276bfb['env']?_0x2ebcf4(0xa8):_0x2ebcf4(0xb1)},'apiDir':{'value':_0x276bfb[_0x2ebcf4(0xa1)]||_0x559c7b['apiDir'],'source':_0x276bfb[_0x2ebcf4(0xa1)]?_0x2ebcf4(0xa8):_0x2ebcf4(0xb1)},'cookie':{'value':_0x276bfb[_0x2ebcf4(0xa6)]||_0x559c7b['cookie'],'source':_0x276bfb[_0x2ebcf4(0xa6)]?'app':_0x2ebcf4(0xb1)},'accessKey':{'value':_0x276bfb[_0x2ebcf4(0xc4)]||_0x559c7b['accessKey'],'source':_0x276bfb[_0x2ebcf4(0xc4)]?_0x2ebcf4(0xa8):_0x2ebcf4(0xb1)}};}export function buildCanonicalAppConfig(_0x246df2,_0x3d1511){const _0x146aec=a255_0x503c16,_0x57e1fd=_0x246df2[_0x146aec(0xc0)](_0x1974db=>String(_0x1974db||'')[_0x146aec(0xc7)]())['filter'](Boolean);if(_0x57e1fd['length']===0x0)return{};const _0x5ca888={};for(const _0x2dd401 of _0x57e1fd){_0x5ca888[_0x2dd401]=_0x3d1511&&!isProduction(_0x3d1511)?{'appcode':_0x2dd401,'env':_0x3d1511}:{'appcode':_0x2dd401};}return _0x57e1fd[_0x146aec(0xc5)]>0x1?{'apps':_0x5ca888,'defaultApp':_0x57e1fd[0x0]}:{'apps':_0x5ca888};}export function normalizeStoredDefaultApp(_0x11c56b,_0x57c8ea){const _0x2c7e03=a255_0x503c16,_0x377408=_0x11c56b[_0x2c7e03(0xa0)]&&typeof _0x11c56b[_0x2c7e03(0xa0)]===_0x2c7e03(0xca)?_0x11c56b[_0x2c7e03(0xa0)]:{},_0xfb5359=Object[_0x2c7e03(0xc8)](_0x377408);if(_0xfb5359[_0x2c7e03(0xc5)]<=0x1)return delete _0x11c56b[_0x2c7e03(0xbe)],undefined;const _0x1204a7=typeof _0x11c56b[_0x2c7e03(0xbe)]===_0x2c7e03(0xb4)&&_0x377408[_0x11c56b[_0x2c7e03(0xbe)]]?_0x11c56b[_0x2c7e03(0xbe)]:undefined,_0x505266=_0x57c8ea&&_0x377408[_0x57c8ea]?_0x57c8ea:_0x1204a7;if(_0x505266)return _0x11c56b[_0x2c7e03(0xbe)]=_0x505266,_0x505266;return delete _0x11c56b[_0x2c7e03(0xbe)],undefined;}export function buildCanonicalProjectConfig(_0x3651f9,_0x4de795){const _0x2188dc=a255_0x503c16,{appCodes:appCodes=[],env:_0x123f0b,metadata:_0x4e2b59}=_0x4de795,_0x55e749={..._0x3651f9,..._0x4e2b59||{}};delete _0x55e749[_0x2188dc(0xd0)],delete _0x55e749[_0x2188dc(0xa8)];const _0x133220=_0x123f0b||(typeof _0x55e749[_0x2188dc(0xb7)]===_0x2188dc(0xb4)?_0x55e749[_0x2188dc(0xb7)]:'')||DEFAULT_CONFIG_VALUES['env'];if(isProduction(_0x133220))delete _0x55e749[_0x2188dc(0xb7)];else _0x55e749[_0x2188dc(0xb7)]=_0x133220;const _0x5e13a1=buildCanonicalAppConfig(appCodes,_0x133220);if(Object['keys'](_0x5e13a1)[_0x2188dc(0xc5)]>0x0){_0x55e749['apps']=_0x5e13a1[_0x2188dc(0xa0)];if(_0x5e13a1[_0x2188dc(0xbe)])_0x55e749[_0x2188dc(0xbe)]=_0x5e13a1[_0x2188dc(0xbe)];else delete _0x55e749[_0x2188dc(0xbe)];}return normalizeConfigForWrite(_0x55e749);}function isRecord(_0x49b51f){const _0x29efc7=a255_0x503c16;return!!_0x49b51f&&typeof _0x49b51f===_0x29efc7(0xca)&&!Array[_0x29efc7(0xab)](_0x49b51f);}function a255_0x41a0(){const _0x458f78=['app','App\x20locale\x20(not\x20CLI\x20language;\x20reserved\x20for\x20later\x20app\x20use)','API\x20directory\x20path','isArray','Risk\x20level','fromEntries','some','370632sXgmzt','630240xCIuFU','inherit','routing','values','string','riskLevel','locale','env','7594000YoiATt','Auth\x20cookie','698613JNvwNf','Access\x20key','runtimeDomain','format','defaultApp','pageSize','map','has','userDomain','98PzWOwS','accessKey','length','localDomain','trim','keys','apiDomain','object','region','Join\x20key\x20for\x20app\x20profiles\x20that\x20share\x20one\x20generated\x20API\x20model\x20registry','kbServiceDomain','zh-CN','kbDomain','appcode','8YVnEaZ','apiGroup','5212242KoEAhr','154335ovnGLd','Target\x20environment','skillDomain','appDomain','entries','apps','apiDir','certificateDomain','670400Vfmsnr','10BwhLDm','en-US','cookie','Config\x20key\x20('];a255_0x41a0=function(){return _0x458f78;};return a255_0x41a0();}export function normalizeConfigForWrite(_0xe63fbe){const _0x55914f=a255_0x503c16,_0x12aacf={..._0xe63fbe},_0x3979ca=isRecord(_0xe63fbe[_0x55914f(0xa0)])?_0xe63fbe[_0x55914f(0xa0)]:undefined,_0xe1f913=_0x3979ca?Object[_0x55914f(0xad)](Object['entries'](_0x3979ca)[_0x55914f(0xc0)](([_0x52bab4,_0x403f00])=>[_0x52bab4,isRecord(_0x403f00)?{..._0x403f00}:_0x403f00])):undefined;if(_0xe1f913){const _0x3ed523=typeof _0x12aacf[_0x55914f(0xb7)]===_0x55914f(0xb4)?_0x12aacf[_0x55914f(0xb7)]:undefined,_0x2c22cf=Object[_0x55914f(0xb3)](_0xe1f913)[_0x55914f(0xae)](_0x48a957=>isRecord(_0x48a957)&&typeof _0x48a957[_0x55914f(0xb7)]==='string'&&isProduction(_0x48a957[_0x55914f(0xb7)]));if(_0x3ed523&&isDaily(_0x3ed523)&&_0x2c22cf){for(const _0x60877f of Object[_0x55914f(0xb3)](_0xe1f913)){if(!isRecord(_0x60877f))continue;if(_0x60877f[_0x55914f(0xb7)]===undefined)_0x60877f['env']=_0x3ed523;}delete _0x12aacf['env'];}for(const _0x53889e of Object[_0x55914f(0xb3)](_0xe1f913)){isRecord(_0x53889e)&&typeof _0x53889e['env']===_0x55914f(0xb4)&&isProduction(_0x53889e['env'])&&delete _0x53889e['env'];}_0x12aacf[_0x55914f(0xa0)]=_0xe1f913;}return typeof _0x12aacf[_0x55914f(0xb7)]===_0x55914f(0xb4)&&isProduction(_0x12aacf[_0x55914f(0xb7)])&&delete _0x12aacf[_0x55914f(0xb7)],_0x12aacf;}const LOCALE_MAP={'zh':'zh-CN','zh-cn':a255_0x503c16(0xce),'zh_cn':a255_0x503c16(0xce),'en':'en-US','en-us':a255_0x503c16(0xa5),'en_us':a255_0x503c16(0xa5)};export function normalizeLocale(_0x204a30){if(!_0x204a30)return null;return LOCALE_MAP[_0x204a30['toLowerCase']()]??null;}
@@ -1 +1 @@
1
- const a256_0x377db6=a256_0x6477;(function(_0x11ba97,_0x379b43){const _0x2e6d69=a256_0x6477,_0x3b541f=_0x11ba97();while(!![]){try{const _0x4bd5d8=parseInt(_0x2e6d69(0x184))/0x1+-parseInt(_0x2e6d69(0x175))/0x2*(-parseInt(_0x2e6d69(0x178))/0x3)+parseInt(_0x2e6d69(0x17d))/0x4+-parseInt(_0x2e6d69(0x185))/0x5+parseInt(_0x2e6d69(0x17e))/0x6*(parseInt(_0x2e6d69(0x176))/0x7)+parseInt(_0x2e6d69(0x179))/0x8*(-parseInt(_0x2e6d69(0x17a))/0x9)+parseInt(_0x2e6d69(0x182))/0xa*(parseInt(_0x2e6d69(0x177))/0xb);if(_0x4bd5d8===_0x379b43)break;else _0x3b541f['push'](_0x3b541f['shift']());}catch(_0x41fc13){_0x3b541f['push'](_0x3b541f['shift']());}}}(a256_0x1273,0x9151f));import{getActiveCdn}from'../constant/domain.js';const RABETBASE_CDN_PROJECT=a256_0x377db6(0x186),RABETBASE_CDN_CONFIG_ORIGIN=a256_0x377db6(0x181),CDN_CONFIG_PATH='config/index.json',PROJECT_TEMPLATE_ASSET_PATH=a256_0x377db6(0x17c),PROJECT_TEMPLATE_ARCHIVE_NAMES=Object[a256_0x377db6(0x17f)]({'release':'sub-app-react-demo.zip','beta':a256_0x377db6(0x187)});export const RABETBASE_CDN_PROJECT_PATH=a256_0x377db6(0x183)+RABETBASE_CDN_PROJECT;function a256_0x6477(_0x4aea32,_0x412383){_0x4aea32=_0x4aea32-0x175;const _0x1273c4=a256_0x1273();let _0x64771c=_0x1273c4[_0x4aea32];return _0x64771c;}function getRabetbaseCdnBaseUrl(){return''+getActiveCdn()['lovrabet']+RABETBASE_CDN_PROJECT_PATH;}export function getCliVersionPolicyUrl(){return''+RABETBASE_CDN_CONFIG_ORIGIN+RABETBASE_CDN_PROJECT_PATH+'/'+CDN_CONFIG_PATH;}export function getProjectTemplateAssetBaseUrl(){return getRabetbaseCdnBaseUrl()+'/'+PROJECT_TEMPLATE_ASSET_PATH;}function a256_0x1273(){const _0x28ed97=['20534oBSPEw','3764090Hyxmqn','rabetbase-cli','sub-app-react-demo-beta.zip','456156Prirct','1351nXomzB','106447UQJkAW','9YIGYRs','16ZjIzrO','2595933seDIBX','sub-app-react-demo-','templates/projects','531024yjiSgj','9738QwUMwD','freeze','.zip','https://g.lovrabet.com','800UjdcDM','/dist/'];a256_0x1273=function(){return _0x28ed97;};return a256_0x1273();}export function getProjectTemplateLegacyAssetBaseUrl(){return''+RABETBASE_CDN_CONFIG_ORIGIN+RABETBASE_CDN_PROJECT_PATH+'/'+PROJECT_TEMPLATE_ASSET_PATH;}export function getProjectTemplateRelativeUrl(_0x5b221e,_0x1c842a){const _0x1ed1b6=a256_0x377db6,_0x56c670=_0x1c842a?_0x1ed1b6(0x17b)+_0x1c842a+_0x1ed1b6(0x180):PROJECT_TEMPLATE_ARCHIVE_NAMES[_0x5b221e];return RABETBASE_CDN_PROJECT_PATH+'/'+PROJECT_TEMPLATE_ASSET_PATH+'/'+_0x56c670;}
1
+ const a256_0x187024=a256_0x58f3;function a256_0x58f3(_0x343b75,_0x248045){_0x343b75=_0x343b75-0x19c;const _0x14cf0b=a256_0x14cf();let _0x58f372=_0x14cf0b[_0x343b75];return _0x58f372;}(function(_0x4b96bf,_0x5e6997){const _0x5c708e=a256_0x58f3,_0x198715=_0x4b96bf();while(!![]){try{const _0x449094=parseInt(_0x5c708e(0x1a7))/0x1+-parseInt(_0x5c708e(0x1a6))/0x2*(-parseInt(_0x5c708e(0x1a1))/0x3)+-parseInt(_0x5c708e(0x1a4))/0x4*(parseInt(_0x5c708e(0x1a2))/0x5)+-parseInt(_0x5c708e(0x19f))/0x6*(-parseInt(_0x5c708e(0x1a9))/0x7)+parseInt(_0x5c708e(0x1a0))/0x8+-parseInt(_0x5c708e(0x19e))/0x9*(parseInt(_0x5c708e(0x19d))/0xa)+-parseInt(_0x5c708e(0x1ac))/0xb*(parseInt(_0x5c708e(0x19c))/0xc);if(_0x449094===_0x5e6997)break;else _0x198715['push'](_0x198715['shift']());}catch(_0x42cccf){_0x198715['push'](_0x198715['shift']());}}}(a256_0x14cf,0x3c217));function a256_0x14cf(){const _0x49b226=['42rCtVxF','.zip','sub-app-react-demo-beta.zip','7755YpZdyL','7188HHixOW','1841350FACUqz','9lNIpYV','228162vrBiBC','2746768VPTowG','117IzxECg','400KLfmMN','lovrabet','11504IIvDfc','templates/projects','3938GiCvlO','434506nEjZuv','sub-app-react-demo.zip'];a256_0x14cf=function(){return _0x49b226;};return a256_0x14cf();}import{getActiveCdn}from'../constant/domain.js';const RABETBASE_CDN_PROJECT='rabetbase-cli',RABETBASE_CDN_CONFIG_ORIGIN='https://g.lovrabet.com',CDN_CONFIG_PATH='config/index.json',PROJECT_TEMPLATE_ASSET_PATH=a256_0x187024(0x1a5),PROJECT_TEMPLATE_ARCHIVE_NAMES=Object['freeze']({'release':a256_0x187024(0x1a8),'beta':a256_0x187024(0x1ab)});export const RABETBASE_CDN_PROJECT_PATH='/dist/'+RABETBASE_CDN_PROJECT;function getRabetbaseCdnBaseUrl(){const _0x446436=a256_0x187024;return''+getActiveCdn()[_0x446436(0x1a3)]+RABETBASE_CDN_PROJECT_PATH;}export function getCliVersionPolicyUrl(){return''+RABETBASE_CDN_CONFIG_ORIGIN+RABETBASE_CDN_PROJECT_PATH+'/'+CDN_CONFIG_PATH;}export function getProjectTemplateAssetBaseUrl(){return getRabetbaseCdnBaseUrl()+'/'+PROJECT_TEMPLATE_ASSET_PATH;}export function getProjectTemplateLegacyAssetBaseUrl(){return''+RABETBASE_CDN_CONFIG_ORIGIN+RABETBASE_CDN_PROJECT_PATH+'/'+PROJECT_TEMPLATE_ASSET_PATH;}export function getProjectTemplateRelativeUrl(_0x274e72,_0x110d33){const _0x5286d5=a256_0x187024,_0x3bbeb0=_0x110d33?'sub-app-react-demo-'+_0x110d33+_0x5286d5(0x1aa):PROJECT_TEMPLATE_ARCHIVE_NAMES[_0x274e72];return RABETBASE_CDN_PROJECT_PATH+'/'+PROJECT_TEMPLATE_ASSET_PATH+'/'+_0x3bbeb0;}
@@ -1 +1 @@
1
- const a257_0x15acfe=a257_0x363e;(function(_0x381350,_0x1a8e0a){const _0x8eab3b=a257_0x363e,_0x215e31=_0x381350();while(!![]){try{const _0x2a7ef3=parseInt(_0x8eab3b(0x11e))/0x1*(-parseInt(_0x8eab3b(0xe5))/0x2)+-parseInt(_0x8eab3b(0xb4))/0x3*(parseInt(_0x8eab3b(0x102))/0x4)+parseInt(_0x8eab3b(0x136))/0x5*(parseInt(_0x8eab3b(0x121))/0x6)+parseInt(_0x8eab3b(0x114))/0x7+parseInt(_0x8eab3b(0xd3))/0x8*(parseInt(_0x8eab3b(0xb9))/0x9)+parseInt(_0x8eab3b(0xfc))/0xa*(parseInt(_0x8eab3b(0xb3))/0xb)+-parseInt(_0x8eab3b(0x12a))/0xc*(parseInt(_0x8eab3b(0x117))/0xd);if(_0x2a7ef3===_0x1a8e0a)break;else _0x215e31['push'](_0x215e31['shift']());}catch(_0x397333){_0x215e31['push'](_0x215e31['shift']());}}}(a257_0x4fbb,0x1ed49));export const CLI_BIN_NAME=a257_0x15acfe(0xc7);function a257_0x363e(_0x11b1af,_0x2e4c9f){_0x11b1af=_0x11b1af-0xb3;const _0x4fbb96=a257_0x4fbb();let _0x363e9b=_0x4fbb96[_0x11b1af];return _0x363e9b;}export const CLI_DISPLAY_NAME=a257_0x15acfe(0xf3);export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';export const GLOBAL_FLAGS=[{'name':a257_0x15acfe(0x129),'meowKey':a257_0x15acfe(0x129),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x135),'hint':a257_0x15acfe(0xec)},{'name':a257_0x15acfe(0x13c),'meowKey':a257_0x15acfe(0x13c),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x127),'hint':'<name>'},{'name':a257_0x15acfe(0xcd),'meowKey':'env','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x116),'hint':a257_0x15acfe(0x10f)},{'name':a257_0x15acfe(0x12b),'meowKey':a257_0x15acfe(0x12b),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xce),'hint':a257_0x15acfe(0xd1)},{'name':'jq','meowKey':'jq','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x146),'hint':a257_0x15acfe(0x110)},{'name':'dry-run','meowKey':a257_0x15acfe(0xc6),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0xc5)},{'name':'yes','meowKey':a257_0x15acfe(0xb7),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0x104)},{'name':'non-interactive','meowKey':a257_0x15acfe(0xf8),'type':a257_0x15acfe(0xc2),'description':'Force\x20non-interactive\x20mode\x20(CI)'},{'name':a257_0x15acfe(0xcf),'meowKey':a257_0x15acfe(0xcf),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0xf6)},{'name':a257_0x15acfe(0x143),'meowKey':a257_0x15acfe(0x143),'type':'boolean','description':a257_0x15acfe(0x140)},{'name':'ci','meowKey':'ci','type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0x109),'hidden':!![]},{'name':a257_0x15acfe(0xd0),'meowKey':'help','type':'boolean','description':a257_0x15acfe(0xd9)},{'name':a257_0x15acfe(0xc8),'meowKey':'locale','type':'string','description':'App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','hidden':!![],'hint':a257_0x15acfe(0xe0)},{'name':a257_0x15acfe(0xe7),'meowKey':a257_0x15acfe(0xe7),'type':'string','description':a257_0x15acfe(0xe1),'hidden':!![]},{'name':a257_0x15acfe(0x105),'meowKey':a257_0x15acfe(0x105),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x126),'hidden':!![]},{'name':a257_0x15acfe(0xda),'meowKey':a257_0x15acfe(0xda),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x103),'hidden':!![]},{'name':a257_0x15acfe(0x138),'meowKey':'topk','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x119),'hidden':!![]},{'name':a257_0x15acfe(0x101),'meowKey':a257_0x15acfe(0x101),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0x13d),'hidden':!![]},{'name':'watch','meowKey':a257_0x15acfe(0x12e),'type':a257_0x15acfe(0xc2),'description':'Watch\x20mode','hidden':!![]},{'name':a257_0x15acfe(0xdb),'meowKey':'output','type':a257_0x15acfe(0xbd),'description':'Output\x20path','hidden':!![]},{'name':a257_0x15acfe(0xc1),'meowKey':a257_0x15acfe(0xc1),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xed),'hidden':!![]},{'name':'datasetcode','meowKey':a257_0x15acfe(0xfa),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xf4),'hidden':!![]},{'name':a257_0x15acfe(0x137),'meowKey':a257_0x15acfe(0x137),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0x134),'hidden':!![]},{'name':'enable-bff-save','meowKey':a257_0x15acfe(0x11a),'type':'boolean','description':a257_0x15acfe(0x10d),'hidden':!![]},{'name':'id','meowKey':'id','type':'string','description':a257_0x15acfe(0xd2),'hidden':!![]},{'name':'type','meowKey':a257_0x15acfe(0x128),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x118),'hidden':!![]},{'name':a257_0x15acfe(0xcc),'meowKey':a257_0x15acfe(0xcc),'type':a257_0x15acfe(0xbd),'description':'File\x20path','hidden':!![]},{'name':a257_0x15acfe(0xdf),'meowKey':'flowCode','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x12c),'hidden':!![]},{'name':a257_0x15acfe(0x11c),'meowKey':a257_0x15acfe(0x132),'type':'string','description':'Flow\x20name','hidden':!![]},{'name':a257_0x15acfe(0x10c),'meowKey':a257_0x15acfe(0x123),'type':a257_0x15acfe(0xbd),'description':'Flow\x20status','hidden':!![]},{'name':'flow-type','meowKey':a257_0x15acfe(0xbe),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x10a),'hidden':!![]},{'name':a257_0x15acfe(0xf7),'meowKey':'datasetCode','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xf4),'hidden':!![]},{'name':'sqlcode','meowKey':'sqlcode','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x124),'hidden':!![]},{'name':'sql-name','meowKey':a257_0x15acfe(0x145),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x100),'hidden':!![]},{'name':a257_0x15acfe(0xe4),'meowKey':a257_0x15acfe(0xe4),'type':'string','description':a257_0x15acfe(0x100),'hidden':!![]},{'name':'db-id','meowKey':'dbId','type':a257_0x15acfe(0xbd),'description':'DB\x20ID','hidden':!![]},{'name':a257_0x15acfe(0xff),'meowKey':a257_0x15acfe(0xff),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x122),'hidden':!![]},{'name':a257_0x15acfe(0xde),'meowKey':a257_0x15acfe(0xde),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xd6),'hidden':!![]},{'name':a257_0x15acfe(0xd7),'meowKey':'descriptionFile','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xe6),'hidden':!![]},{'name':a257_0x15acfe(0x107),'meowKey':a257_0x15acfe(0x107),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x12d),'hidden':!![]},{'name':a257_0x15acfe(0x10e),'meowKey':a257_0x15acfe(0x11b),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xf9),'hidden':!![]},{'name':'pagesize','meowKey':a257_0x15acfe(0x112),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xf9),'hidden':!![]},{'name':a257_0x15acfe(0xd4),'meowKey':a257_0x15acfe(0xd4),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x10b),'hidden':!![]},{'name':'code','meowKey':'code','type':'string','description':a257_0x15acfe(0xf5),'hidden':!![]},{'name':a257_0x15acfe(0xf0),'meowKey':'sql','type':'string','description':a257_0x15acfe(0x130),'hidden':!![]},{'name':a257_0x15acfe(0x142),'meowKey':a257_0x15acfe(0x142),'type':a257_0x15acfe(0xbd),'description':'Schemas','hidden':!![]},{'name':'operation','meowKey':a257_0x15acfe(0xbb),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xca),'hidden':!![]},{'name':a257_0x15acfe(0x125),'meowKey':a257_0x15acfe(0x125),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x144),'hidden':!![]},{'name':a257_0x15acfe(0xe3),'meowKey':a257_0x15acfe(0xe9),'type':a257_0x15acfe(0xc2),'description':'Skip\x20import\x20generation','hidden':!![]},{'name':a257_0x15acfe(0xc9),'meowKey':'key','type':'string','description':a257_0x15acfe(0x11f),'hidden':!![]},{'name':a257_0x15acfe(0xba),'meowKey':a257_0x15acfe(0xba),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x13f),'hidden':!![]},{'name':a257_0x15acfe(0xf2),'meowKey':a257_0x15acfe(0xf2),'type':a257_0x15acfe(0xbd),'description':'Tags','hidden':!![]},{'name':a257_0x15acfe(0xeb),'meowKey':a257_0x15acfe(0xeb),'type':'boolean','description':a257_0x15acfe(0x133),'hidden':!![]},{'name':a257_0x15acfe(0xf1),'meowKey':a257_0x15acfe(0xb8),'type':'string','description':a257_0x15acfe(0x115),'hidden':!![]},{'name':a257_0x15acfe(0x12f),'meowKey':'reveal','type':a257_0x15acfe(0xc2),'description':'Reveal\x20sensitive\x20value','hidden':!![]},{'name':a257_0x15acfe(0xe8),'meowKey':a257_0x15acfe(0xe8),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0xdc),'hidden':!![]},{'name':a257_0x15acfe(0x13e),'meowKey':a257_0x15acfe(0x13e),'type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0x13b),'hidden':!![]},{'name':a257_0x15acfe(0x108),'meowKey':'remote','type':a257_0x15acfe(0xc2),'description':a257_0x15acfe(0xea),'hidden':!![]},{'name':a257_0x15acfe(0xc3),'meowKey':'verbose','type':'boolean','description':a257_0x15acfe(0xee),'hidden':!![]},{'name':'expected-count','meowKey':a257_0x15acfe(0xd8),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xdd),'hidden':!![]},{'name':a257_0x15acfe(0xef),'meowKey':'label','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x141),'hidden':!![]},{'name':'parent-id','meowKey':a257_0x15acfe(0x111),'type':a257_0x15acfe(0xbd),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':a257_0x15acfe(0x13a),'meowKey':'sort','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xd5),'hidden':!![]},{'name':a257_0x15acfe(0xb5),'meowKey':'expectParentId','type':'string','description':'Expected\x20current\x20parent\x20menu\x20id','hidden':!![]},{'name':a257_0x15acfe(0xcb),'meowKey':'expectPath','type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xc4),'hidden':!![]},{'name':a257_0x15acfe(0xb6),'meowKey':'expectedChildrenCount','type':a257_0x15acfe(0xbd),'description':'Expected\x20current\x20child\x20count','hidden':!![]},{'name':a257_0x15acfe(0xbf),'meowKey':a257_0x15acfe(0x106),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x139),'hidden':!![]},{'name':a257_0x15acfe(0x113),'meowKey':a257_0x15acfe(0xfb),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0x131),'hidden':!![]},{'name':a257_0x15acfe(0xc0),'meowKey':a257_0x15acfe(0xbc),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xca),'hidden':!![]},{'name':'function-node','meowKey':a257_0x15acfe(0x147),'type':a257_0x15acfe(0xbd),'description':a257_0x15acfe(0xfd),'hidden':!![]},{'name':a257_0x15acfe(0xe2),'meowKey':a257_0x15acfe(0xe2),'type':'string','description':'Comma-separated\x20metadata\x20codes','hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a257_0x15acfe(0x129),a257_0x15acfe(0x13c),a257_0x15acfe(0xcd),a257_0x15acfe(0x12b),'jq',a257_0x15acfe(0x11d),'yes',a257_0x15acfe(0xfe),'ci']);function a257_0x4fbb(){const _0xf87b01=['dry-run','1IbAqmv','Config\x20key','map','755148yTqcgR','DB\x20ID','flowStatus','SQL\x20code','target','Title','Select\x20app\x20profile\x20by\x20name','type','appcode','31368Nrxddz','format','Flow\x20code','Page\x20number','watch','reveal','SQL\x20string','Asynchronous\x20task\x20ID','flowName','Read\x20value\x20from\x20stdin','Apply\x20to\x20all','Override\x20appcode','10fgioRA','all','topk','Comma-separated\x20menu\x20IDs','sort','Confirm\x20destructive\x20action','app','Clear','confirm','Config\x20value','Use\x20project\x20config\x20scope','Menu\x20label','schemas','project','Target\x20path','sqlName','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','functionNode','77fYUfBd','112962jMbwnO','expect-parent-id','expected-children-count','yes','fromEnv','1728xOXHkF','value','operation','operationType','string','flowType','menu-ids','operation-type','params','boolean','verbose','Expected\x20current\x20menu\x20path','Preview\x20operation\x20without\x20executing','dryRun','rabetbase','locale','key','Operation\x20type','expect-path','file','env','Output\x20format','global','help','json\x20|\x20pretty\x20|\x20compress','Record\x20ID','4056GyIxxQ','keyword','Menu\x20sort\x20value','Description','description-file','expectedCount','Show\x20help','query','output','Force\x20overwrite','Expected\x20affected\x20count','description','flow-code','zh-CN\x20|\x20en-US','Name','codes','skip-imports','sqlname','487598HFEaik','Description\x20file','name','force','skipImports','Use\x20remote','stdin','<code>','JSON\x20params','Verbose\x20output','label','sql','from-env','tags','Rabetbase\x20CLI','Dataset\x20code','Code\x20filter','Use\x20global\x20config\x20scope','dataset-code','nonInteractive','Page\x20size','datasetcode','taskId','351490estnMR','Function\x20node','non-interactive','dbid','SQL\x20name','clear','12GdfVai','Search\x20query','Skip\x20confirmation\x20for\x20high-risk\x20writes','title','menuIds','page','remote','Alias\x20for\x20--non-interactive','Flow\x20type','Keyword\x20filter','flow-status','Enable\x20Backend\x20Function\x20save','page-size','production\x20|\x20daily','<expr>','parentId','pagesize','task-id','514731TyhYCK','Read\x20value\x20from\x20environment\x20variable','Environment','923YUEDsn','Type\x20filter','Maximum\x20search\x20hits','enableBffSave','pageSize','flow-name'];a257_0x4fbb=function(){return _0xf87b01;};return a257_0x4fbb();}export function buildMeowFlags(){const _0x4c4d86=a257_0x15acfe;return Object['fromEntries'](GLOBAL_FLAGS[_0x4c4d86(0x120)](_0xd96c7f=>[_0xd96c7f['meowKey'],{'type':_0xd96c7f[_0x4c4d86(0x128)]}]));}
1
+ const a257_0xc6bb91=a257_0x2260;(function(_0x5361d4,_0x31a3bf){const _0x466c7f=a257_0x2260,_0x34e3ea=_0x5361d4();while(!![]){try{const _0x3cc42c=-parseInt(_0x466c7f(0x1d3))/0x1+parseInt(_0x466c7f(0x188))/0x2*(-parseInt(_0x466c7f(0x1a9))/0x3)+parseInt(_0x466c7f(0x1a2))/0x4+parseInt(_0x466c7f(0x1f8))/0x5+-parseInt(_0x466c7f(0x205))/0x6+parseInt(_0x466c7f(0x1fb))/0x7+parseInt(_0x466c7f(0x1ff))/0x8*(parseInt(_0x466c7f(0x1ce))/0x9);if(_0x3cc42c===_0x31a3bf)break;else _0x34e3ea['push'](_0x34e3ea['shift']());}catch(_0x139a4e){_0x34e3ea['push'](_0x34e3ea['shift']());}}}(a257_0x1096,0xd2bce));export const CLI_BIN_NAME=a257_0xc6bb91(0x1c0);export const CLI_DISPLAY_NAME=a257_0xc6bb91(0x1fa);function a257_0x2260(_0x5bd636,_0x536577){_0x5bd636=_0x5bd636-0x183;const _0x10969c=a257_0x1096();let _0x2260d0=_0x10969c[_0x5bd636];return _0x2260d0;}export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';export const GLOBAL_FLAGS=[{'name':a257_0xc6bb91(0x1d6),'meowKey':a257_0xc6bb91(0x1d6),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x193),'hint':a257_0xc6bb91(0x1af)},{'name':a257_0xc6bb91(0x1e5),'meowKey':a257_0xc6bb91(0x1e5),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1a1),'hint':a257_0xc6bb91(0x1bc)},{'name':'env','meowKey':a257_0xc6bb91(0x1ae),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b9),'hint':'production\x20|\x20daily'},{'name':a257_0xc6bb91(0x1f2),'meowKey':'format','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e3),'hint':a257_0xc6bb91(0x1b4)},{'name':'jq','meowKey':'jq','type':a257_0xc6bb91(0x1e7),'description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a257_0xc6bb91(0x199)},{'name':'dry-run','meowKey':a257_0xc6bb91(0x20c),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1b1)},{'name':a257_0xc6bb91(0x20e),'meowKey':a257_0xc6bb91(0x20e),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x209)},{'name':'non-interactive','meowKey':'nonInteractive','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1aa)},{'name':a257_0xc6bb91(0x200),'meowKey':a257_0xc6bb91(0x200),'type':a257_0xc6bb91(0x1a6),'description':'Use\x20global\x20config\x20scope'},{'name':a257_0xc6bb91(0x1f5),'meowKey':a257_0xc6bb91(0x1f5),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1a7)},{'name':'ci','meowKey':'ci','type':'boolean','description':a257_0xc6bb91(0x1df),'hidden':!![]},{'name':a257_0xc6bb91(0x1c6),'meowKey':a257_0xc6bb91(0x1c6),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1fc)},{'name':a257_0xc6bb91(0x1a4),'meowKey':'locale','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c9),'hidden':!![],'hint':'zh-CN\x20|\x20en-US'},{'name':'name','meowKey':'name','type':'string','description':a257_0xc6bb91(0x1a5),'hidden':!![]},{'name':a257_0xc6bb91(0x1bf),'meowKey':a257_0xc6bb91(0x1bf),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1dd),'hidden':!![]},{'name':a257_0xc6bb91(0x208),'meowKey':a257_0xc6bb91(0x208),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x187),'hidden':!![]},{'name':a257_0xc6bb91(0x1cd),'meowKey':a257_0xc6bb91(0x1cd),'type':a257_0xc6bb91(0x1e7),'description':'Maximum\x20search\x20hits','hidden':!![]},{'name':'clear','meowKey':'clear','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x184),'hidden':!![]},{'name':a257_0xc6bb91(0x1d7),'meowKey':a257_0xc6bb91(0x1d7),'type':'boolean','description':a257_0xc6bb91(0x1cc),'hidden':!![]},{'name':'output','meowKey':a257_0xc6bb91(0x1cb),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b8),'hidden':!![]},{'name':a257_0xc6bb91(0x19c),'meowKey':a257_0xc6bb91(0x19c),'type':a257_0xc6bb91(0x1e7),'description':'JSON\x20params','hidden':!![]},{'name':a257_0xc6bb91(0x1d4),'meowKey':'datasetcode','type':'string','description':a257_0xc6bb91(0x19a),'hidden':!![]},{'name':a257_0xc6bb91(0x201),'meowKey':a257_0xc6bb91(0x201),'type':'boolean','description':a257_0xc6bb91(0x211),'hidden':!![]},{'name':a257_0xc6bb91(0x197),'meowKey':a257_0xc6bb91(0x183),'type':'boolean','description':a257_0xc6bb91(0x1e0),'hidden':!![]},{'name':'id','meowKey':'id','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b5),'hidden':!![]},{'name':a257_0xc6bb91(0x1db),'meowKey':a257_0xc6bb91(0x1db),'type':a257_0xc6bb91(0x1e7),'description':'Type\x20filter','hidden':!![]},{'name':'file','meowKey':a257_0xc6bb91(0x202),'type':a257_0xc6bb91(0x1e7),'description':'File\x20path','hidden':!![]},{'name':a257_0xc6bb91(0x186),'meowKey':a257_0xc6bb91(0x194),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e2),'hidden':!![]},{'name':'flow-name','meowKey':'flowName','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e1),'hidden':!![]},{'name':a257_0xc6bb91(0x198),'meowKey':a257_0xc6bb91(0x189),'type':'string','description':'Flow\x20status','hidden':!![]},{'name':a257_0xc6bb91(0x1b2),'meowKey':a257_0xc6bb91(0x1ca),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1cf),'hidden':!![]},{'name':a257_0xc6bb91(0x1ba),'meowKey':'datasetCode','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x19a),'hidden':!![]},{'name':a257_0xc6bb91(0x207),'meowKey':a257_0xc6bb91(0x207),'type':a257_0xc6bb91(0x1e7),'description':'SQL\x20code','hidden':!![]},{'name':a257_0xc6bb91(0x1f6),'meowKey':a257_0xc6bb91(0x19d),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ee),'hidden':!![]},{'name':a257_0xc6bb91(0x206),'meowKey':'sqlname','type':'string','description':a257_0xc6bb91(0x1ee),'hidden':!![]},{'name':'db-id','meowKey':a257_0xc6bb91(0x1c4),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ec),'hidden':!![]},{'name':a257_0xc6bb91(0x1f9),'meowKey':'dbid','type':a257_0xc6bb91(0x1e7),'description':'DB\x20ID','hidden':!![]},{'name':'description','meowKey':'description','type':'string','description':a257_0xc6bb91(0x1c2),'hidden':!![]},{'name':'description-file','meowKey':a257_0xc6bb91(0x20d),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1f1),'hidden':!![]},{'name':a257_0xc6bb91(0x18d),'meowKey':a257_0xc6bb91(0x18d),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1be),'hidden':!![]},{'name':'page-size','meowKey':a257_0xc6bb91(0x1d8),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c5),'hidden':!![]},{'name':a257_0xc6bb91(0x1d9),'meowKey':a257_0xc6bb91(0x1d9),'type':a257_0xc6bb91(0x1e7),'description':'Page\x20size','hidden':!![]},{'name':a257_0xc6bb91(0x18f),'meowKey':a257_0xc6bb91(0x18f),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c7),'hidden':!![]},{'name':a257_0xc6bb91(0x1bd),'meowKey':a257_0xc6bb91(0x1bd),'type':'string','description':'Code\x20filter','hidden':!![]},{'name':a257_0xc6bb91(0x1bb),'meowKey':a257_0xc6bb91(0x1bb),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1d1),'hidden':!![]},{'name':a257_0xc6bb91(0x18a),'meowKey':a257_0xc6bb91(0x18a),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1de),'hidden':!![]},{'name':'operation','meowKey':a257_0xc6bb91(0x20f),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x204),'hidden':!![]},{'name':a257_0xc6bb91(0x19b),'meowKey':a257_0xc6bb91(0x19b),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b3),'hidden':!![]},{'name':a257_0xc6bb91(0x18c),'meowKey':'skipImports','type':a257_0xc6bb91(0x1a6),'description':'Skip\x20import\x20generation','hidden':!![]},{'name':'key','meowKey':a257_0xc6bb91(0x1a3),'type':a257_0xc6bb91(0x1e7),'description':'Config\x20key','hidden':!![]},{'name':a257_0xc6bb91(0x1e9),'meowKey':a257_0xc6bb91(0x1e9),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1f7),'hidden':!![]},{'name':a257_0xc6bb91(0x191),'meowKey':a257_0xc6bb91(0x191),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e4),'hidden':!![]},{'name':a257_0xc6bb91(0x210),'meowKey':a257_0xc6bb91(0x210),'type':'boolean','description':a257_0xc6bb91(0x203),'hidden':!![]},{'name':a257_0xc6bb91(0x196),'meowKey':'fromEnv','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ef),'hidden':!![]},{'name':'reveal','meowKey':a257_0xc6bb91(0x1eb),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1dc),'hidden':!![]},{'name':a257_0xc6bb91(0x1a8),'meowKey':'force','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1d2),'hidden':!![]},{'name':a257_0xc6bb91(0x1a0),'meowKey':'confirm','type':a257_0xc6bb91(0x1a6),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':a257_0xc6bb91(0x1c8),'meowKey':a257_0xc6bb91(0x1c8),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x212),'hidden':!![]},{'name':a257_0xc6bb91(0x20b),'meowKey':'verbose','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x192),'hidden':!![]},{'name':'expected-count','meowKey':a257_0xc6bb91(0x1f0),'type':'string','description':'Expected\x20affected\x20count','hidden':!![]},{'name':a257_0xc6bb91(0x1ad),'meowKey':a257_0xc6bb91(0x1ad),'type':a257_0xc6bb91(0x1e7),'description':'Menu\x20label','hidden':!![]},{'name':a257_0xc6bb91(0x1ea),'meowKey':a257_0xc6bb91(0x185),'type':a257_0xc6bb91(0x1e7),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':'sort','meowKey':'sort','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1fe),'hidden':!![]},{'name':a257_0xc6bb91(0x1da),'meowKey':a257_0xc6bb91(0x18b),'type':a257_0xc6bb91(0x1e7),'description':'Expected\x20current\x20parent\x20menu\x20id','hidden':!![]},{'name':'expect-path','meowKey':a257_0xc6bb91(0x1b6),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ab),'hidden':!![]},{'name':'expected-children-count','meowKey':a257_0xc6bb91(0x195),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e8),'hidden':!![]},{'name':a257_0xc6bb91(0x1f3),'meowKey':a257_0xc6bb91(0x19f),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c3),'hidden':!![]},{'name':a257_0xc6bb91(0x1b0),'meowKey':a257_0xc6bb91(0x190),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c1),'hidden':!![]},{'name':a257_0xc6bb91(0x1d0),'meowKey':a257_0xc6bb91(0x19e),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x204),'hidden':!![]},{'name':a257_0xc6bb91(0x1fd),'meowKey':'functionNode','type':'string','description':a257_0xc6bb91(0x1d5),'hidden':!![]},{'name':a257_0xc6bb91(0x1b7),'meowKey':a257_0xc6bb91(0x1b7),'type':'string','description':a257_0xc6bb91(0x18e),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a257_0xc6bb91(0x1d6),'app','env',a257_0xc6bb91(0x1f2),'jq',a257_0xc6bb91(0x1ac),a257_0xc6bb91(0x20e),a257_0xc6bb91(0x20a),'ci']);export function buildMeowFlags(){const _0x384ec4=a257_0xc6bb91;return Object[_0x384ec4(0x1e6)](GLOBAL_FLAGS[_0x384ec4(0x1f4)](_0x479967=>[_0x479967[_0x384ec4(0x1ed)],{'type':_0x479967[_0x384ec4(0x1db)]}]));}function a257_0x1096(){const _0xb575e0=['1204401ojVKXU','Force\x20non-interactive\x20mode\x20(CI)','Expected\x20current\x20menu\x20path','dry-run','label','env','<code>','task-id','Preview\x20operation\x20without\x20executing','flow-type','Target\x20path','json\x20|\x20pretty\x20|\x20compress','Record\x20ID','expectPath','codes','Output\x20path','Environment','dataset-code','sql','<name>','code','Page\x20number','title','rabetbase','Asynchronous\x20task\x20ID','Description','Comma-separated\x20menu\x20IDs','dbId','Page\x20size','help','Keyword\x20filter','remote','App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','flowType','output','Watch\x20mode','topk','2664uiklrY','Flow\x20type','operation-type','SQL\x20string','Force\x20overwrite','587246TanVPL','datasetcode','Function\x20node','appcode','watch','pageSize','pagesize','expect-parent-id','type','Reveal\x20sensitive\x20value','Title','Schemas','Alias\x20for\x20--non-interactive','Enable\x20Backend\x20Function\x20save','Flow\x20name','Flow\x20code','Output\x20format','Tags','app','fromEntries','string','Expected\x20current\x20child\x20count','value','parent-id','reveal','DB\x20ID','meowKey','SQL\x20name','Read\x20value\x20from\x20environment\x20variable','expectedCount','Description\x20file','format','menu-ids','map','project','sql-name','Config\x20value','4123935tKeYxV','dbid','Rabetbase\x20CLI','10539410xBkwYS','Show\x20help','function-node','Menu\x20sort\x20value','12752tvaVbX','global','all','file','Read\x20value\x20from\x20stdin','Operation\x20type','396216mAepeU','sqlname','sqlcode','query','Skip\x20confirmation\x20for\x20high-risk\x20writes','non-interactive','verbose','dryRun','descriptionFile','yes','operation','stdin','Apply\x20to\x20all','Use\x20remote','enableBffSave','Clear','parentId','flow-code','Search\x20query','8vFhfDQ','flowStatus','schemas','expectParentId','skip-imports','page','Comma-separated\x20metadata\x20codes','keyword','taskId','tags','Verbose\x20output','Override\x20appcode','flowCode','expectedChildrenCount','from-env','enable-bff-save','flow-status','<expr>','Dataset\x20code','target','params','sqlName','operationType','menuIds','confirm','Select\x20app\x20profile\x20by\x20name','1280364KuoRbS','key','locale','Name','boolean','Use\x20project\x20config\x20scope','force'];a257_0x1096=function(){return _0xb575e0;};return a257_0x1096();}
@@ -1 +1 @@
1
- const a258_0x12df46=a258_0x5c39;(function(_0x3cc075,_0x4bce05){const _0x2f8588=a258_0x5c39,_0x361861=_0x3cc075();while(!![]){try{const _0xc91b35=-parseInt(_0x2f8588(0x183))/0x1+parseInt(_0x2f8588(0x17f))/0x2*(-parseInt(_0x2f8588(0x17d))/0x3)+parseInt(_0x2f8588(0x181))/0x4+-parseInt(_0x2f8588(0x182))/0x5+-parseInt(_0x2f8588(0x17e))/0x6+parseInt(_0x2f8588(0x184))/0x7*(-parseInt(_0x2f8588(0x187))/0x8)+-parseInt(_0x2f8588(0x180))/0x9*(-parseInt(_0x2f8588(0x185))/0xa);if(_0xc91b35===_0x4bce05)break;else _0x361861['push'](_0x361861['shift']());}catch(_0x3001b7){_0x361861['push'](_0x361861['shift']());}}}(a258_0x273a,0xb43c4));function a258_0x5c39(_0x43a359,_0x31efd1){_0x43a359=_0x43a359-0x17d;const _0x273a1c=a258_0x273a();let _0x5c39e7=_0x273a1c[_0x43a359];return _0x5c39e7;}import{DEFAULT_API_DIR}from'../constant/paths.js';function a258_0x273a(){const _0x24818f=['9584yjGcII','write','compress','333rQyESj','3258402jjxyms','5718wJcKjM','50094bxBiDb','80224LbpHJv','1510565SZmoHG','741565yJjLll','8029XVDugf','7180NTMDjT','production'];a258_0x273a=function(){return _0x24818f;};return a258_0x273a();}export const DEFAULT_CONFIG_VALUES={'env':a258_0x12df46(0x186),'format':'compress','locale':'en-US','riskLevel':a258_0x12df46(0x188),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a258_0x12df46(0x189);
1
+ const a258_0x32788e=a258_0x5aa6;function a258_0x46a9(){const _0x4a42aa=['1169mdwgVa','3420136UPXBFK','42582RAHYki','527064sHBixa','compress','25hoGMBj','production','524216GORmMk','12670270lZpTfy','2126373aeNrdm','1721468ufgogT','9uuUUKa'];a258_0x46a9=function(){return _0x4a42aa;};return a258_0x46a9();}function a258_0x5aa6(_0x29e44e,_0x612191){_0x29e44e=_0x29e44e-0x16d;const _0x46a9c3=a258_0x46a9();let _0x5aa6b4=_0x46a9c3[_0x29e44e];return _0x5aa6b4;}(function(_0xcab5f4,_0x1d1bbc){const _0x4f8ce7=a258_0x5aa6,_0x5baab4=_0xcab5f4();while(!![]){try{const _0x36a0df=parseInt(_0x4f8ce7(0x16d))/0x1+parseInt(_0x4f8ce7(0x170))/0x2+parseInt(_0x4f8ce7(0x16f))/0x3+parseInt(_0x4f8ce7(0x175))/0x4*(parseInt(_0x4f8ce7(0x177))/0x5)+-parseInt(_0x4f8ce7(0x174))/0x6*(parseInt(_0x4f8ce7(0x172))/0x7)+parseInt(_0x4f8ce7(0x173))/0x8+parseInt(_0x4f8ce7(0x171))/0x9*(-parseInt(_0x4f8ce7(0x16e))/0xa);if(_0x36a0df===_0x1d1bbc)break;else _0x5baab4['push'](_0x5baab4['shift']());}catch(_0xc1e19f){_0x5baab4['push'](_0x5baab4['shift']());}}}(a258_0x46a9,0xb1b36));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a258_0x32788e(0x178),'format':a258_0x32788e(0x176),'locale':'en-US','riskLevel':'write','apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT='compress';
@@ -9,6 +9,8 @@ export declare function initDomains(domains?: {
9
9
  runtimeDomain?: string;
10
10
  skillDomain?: string;
11
11
  kbDomain?: string;
12
+ kbServiceDomain?: string;
13
+ allowOfficialKbServiceDefault?: boolean;
12
14
  appDomain?: string;
13
15
  localDomain?: string;
14
16
  certificateDomain?: string;
@@ -23,6 +25,8 @@ export declare const getApiDomain: () => string;
23
25
  export declare const getRuntimeDomain: () => string;
24
26
  export declare const getSkillDomain: () => string;
25
27
  export declare const getKbDomain: () => string;
28
+ /** Resolve only the dedicated KB search service; never infer it from another service. */
29
+ export declare const getKbServiceDomain: () => string | undefined;
26
30
  export declare const getAppDomain: () => string;
27
31
  export declare const getActiveRegion: () => "global" | "id" | "cn";
28
32
  export declare const getLocalDomain: () => string | undefined;
@@ -1 +1 @@
1
- const a259_0x5bfeaf=a259_0x2ebd;(function(_0x27650c,_0x470d44){const _0x1941d5=a259_0x2ebd,_0x574de7=_0x27650c();while(!![]){try{const _0x4a7d87=parseInt(_0x1941d5(0x164))/0x1+-parseInt(_0x1941d5(0x174))/0x2+-parseInt(_0x1941d5(0x16b))/0x3+parseInt(_0x1941d5(0x171))/0x4*(parseInt(_0x1941d5(0x16a))/0x5)+-parseInt(_0x1941d5(0x170))/0x6*(-parseInt(_0x1941d5(0x15d))/0x7)+-parseInt(_0x1941d5(0x15e))/0x8+-parseInt(_0x1941d5(0x16f))/0x9*(-parseInt(_0x1941d5(0x15b))/0xa);if(_0x4a7d87===_0x470d44)break;else _0x574de7['push'](_0x574de7['shift']());}catch(_0xce110f){_0x574de7['push'](_0x574de7['shift']());}}}(a259_0x5657,0x9c6a3));import{getEnv,isProduction}from'../constant/env.js';import{DEFAULT_LOVRABET_REGION}from'../constant/region.js';import{getOfficialRoutingCdn,getOfficialRoutingProfile}from'../constant/routing-profile.js';let customApiDomain,customUserDomain,customRuntimeDomain,customSkillDomain,customKbDomain,customAppDomain,customLocalDomain,customCertificateDomain,customCdn,activeRegion=DEFAULT_LOVRABET_REGION;function getActiveRegionDomains(){const _0x513741=a259_0x2ebd,_0x5ac27c=getOfficialRoutingProfile(activeRegion);return isProduction(getEnv())?_0x5ac27c[_0x513741(0x161)]['production']:_0x5ac27c[_0x513741(0x161)][_0x513741(0x172)]??_0x5ac27c[_0x513741(0x161)][_0x513741(0x168)];}export function initDomains(_0x4523a4){const _0x327562=a259_0x2ebd;customApiDomain=_0x4523a4?.[_0x327562(0x160)],customUserDomain=_0x4523a4?.[_0x327562(0x165)],customRuntimeDomain=_0x4523a4?.['runtimeDomain'],customSkillDomain=_0x4523a4?.[_0x327562(0x15f)],customKbDomain=_0x4523a4?.[_0x327562(0x167)],customAppDomain=_0x4523a4?.[_0x327562(0x16d)],customLocalDomain=_0x4523a4?.['localDomain'],customCertificateDomain=_0x4523a4?.[_0x327562(0x159)],customCdn=_0x4523a4?.[_0x327562(0x163)],activeRegion=_0x4523a4?.[_0x327562(0x162)]??DEFAULT_LOVRABET_REGION;}export const getUserDomain=()=>customUserDomain||getActiveRegionDomains()[a259_0x5bfeaf(0x173)];export const getApiDomain=()=>customApiDomain||getActiveRegionDomains()['api'];export const getRuntimeDomain=()=>customRuntimeDomain||getActiveRegionDomains()[a259_0x5bfeaf(0x169)];function a259_0x2ebd(_0x1a2e6f,_0x2dbb39){_0x1a2e6f=_0x1a2e6f-0x159;const _0x56578e=a259_0x5657();let _0x2ebd1d=_0x56578e[_0x1a2e6f];return _0x2ebd1d;}export const getSkillDomain=()=>customSkillDomain||getActiveRegionDomains()[a259_0x5bfeaf(0x15c)];export const getKbDomain=()=>customKbDomain||customApiDomain||getActiveRegionDomains()['kb'];export const getAppDomain=()=>customAppDomain||getActiveRegionDomains()[a259_0x5bfeaf(0x166)];export const getActiveRegion=()=>activeRegion;export const getLocalDomain=()=>customLocalDomain;export const getCertificateDomain=()=>customCertificateDomain;export const getActiveCdn=()=>customCdn||getOfficialRoutingCdn(activeRegion);export function isIndependentDeployment(){return!!(customApiDomain||customUserDomain||customRuntimeDomain||customSkillDomain||customKbDomain||customAppDomain||customLocalDomain||customCertificateDomain);}export function getSdkClientRoutingConfig(){const _0x43268b=a259_0x5bfeaf;if(customRuntimeDomain&&customRuntimeDomain!==getActiveRegionDomains()[_0x43268b(0x169)])return{'runtimeDomain':customRuntimeDomain};if(activeRegion!==DEFAULT_LOVRABET_REGION)return{'runtimeDomain':getRuntimeDomain()};return{};}function a259_0x5657(){const _0x44c771=['certificateDomain','origin','20XjzhUr','skill','5042569UdXeBP','3437712XMjFKc','skillDomain','apiDomain','serviceDomains','region','cdn','1017043PBHHgY','userDomain','app','kbDomain','production','runtime','219980lLpWGF','3282309GaEbEY','trim','appDomain','hostname','5665437oIeDap','6IkqHEY','16wXNGjt','daily','user','2015776HbctLy'];a259_0x5657=function(){return _0x44c771;};return a259_0x5657();}export const getAppBaseUrl=_0x387b8b=>{const _0x295658=a259_0x5bfeaf,_0x5e0106=encodeURIComponent(_0x387b8b[_0x295658(0x16c)]());return isProduction(getEnv())?getAppDomain()+'/app/'+_0x5e0106:getAppDomain()+'/web-app/app/'+_0x5e0106;};export const getPublishedAppDomain=_0x352a6c=>{const _0x24cbba=a259_0x5bfeaf,_0x345243=new URL(getAppDomain());return _0x345243[_0x24cbba(0x16e)]=_0x352a6c['trim']()+'.'+_0x345243[_0x24cbba(0x16e)],_0x345243[_0x24cbba(0x15a)];};
1
+ const a259_0x168689=a259_0x51c5;(function(_0x43c5fe,_0x2001cd){const _0x5bb064=a259_0x51c5,_0x1e24b8=_0x43c5fe();while(!![]){try{const _0x534d1f=parseInt(_0x5bb064(0x1dc))/0x1+parseInt(_0x5bb064(0x1f3))/0x2*(parseInt(_0x5bb064(0x1ef))/0x3)+parseInt(_0x5bb064(0x1e1))/0x4+-parseInt(_0x5bb064(0x1e4))/0x5+parseInt(_0x5bb064(0x1ee))/0x6+-parseInt(_0x5bb064(0x1e9))/0x7*(-parseInt(_0x5bb064(0x1ea))/0x8)+parseInt(_0x5bb064(0x1e3))/0x9*(-parseInt(_0x5bb064(0x1e8))/0xa);if(_0x534d1f===_0x2001cd)break;else _0x1e24b8['push'](_0x1e24b8['shift']());}catch(_0x2dad6c){_0x1e24b8['push'](_0x1e24b8['shift']());}}}(a259_0x1f0b,0x3bf8f));import{getEnv,isProduction}from'../constant/env.js';import{DEFAULT_LOVRABET_REGION}from'../constant/region.js';import{getOfficialRoutingCdn,getOfficialRoutingProfile}from'../constant/routing-profile.js';let customApiDomain,customUserDomain,customRuntimeDomain,customSkillDomain,customKbDomain,customKbServiceDomain,allowOfficialKbServiceDefault=!![],customAppDomain,customLocalDomain,customCertificateDomain,customCdn,activeRegion=DEFAULT_LOVRABET_REGION;function getActiveRegionDomains(){const _0x56ee73=a259_0x51c5,_0x2e7b9a=getOfficialRoutingProfile(activeRegion);return isProduction(getEnv())?_0x2e7b9a['serviceDomains'][_0x56ee73(0x1de)]:_0x2e7b9a[_0x56ee73(0x1e0)][_0x56ee73(0x1f2)]??_0x2e7b9a[_0x56ee73(0x1e0)][_0x56ee73(0x1de)];}export function initDomains(_0x3f99a3){const _0x3d503a=a259_0x51c5;customApiDomain=_0x3f99a3?.['apiDomain'],customUserDomain=_0x3f99a3?.[_0x3d503a(0x1dd)],customRuntimeDomain=_0x3f99a3?.[_0x3d503a(0x1e6)],customSkillDomain=_0x3f99a3?.[_0x3d503a(0x1d9)],customKbDomain=_0x3f99a3?.[_0x3d503a(0x1f4)],customKbServiceDomain=_0x3f99a3?.[_0x3d503a(0x1e7)],allowOfficialKbServiceDefault=_0x3f99a3?.[_0x3d503a(0x1e5)]??!![],customAppDomain=_0x3f99a3?.[_0x3d503a(0x1da)],customLocalDomain=_0x3f99a3?.[_0x3d503a(0x1df)],customCertificateDomain=_0x3f99a3?.[_0x3d503a(0x1d8)],customCdn=_0x3f99a3?.[_0x3d503a(0x1f1)],activeRegion=_0x3f99a3?.['region']??DEFAULT_LOVRABET_REGION;}export const getUserDomain=()=>customUserDomain||getActiveRegionDomains()[a259_0x168689(0x1f0)];function a259_0x51c5(_0xb52c8,_0x49d21f){_0xb52c8=_0xb52c8-0x1d8;const _0x1f0b36=a259_0x1f0b();let _0x51c580=_0x1f0b36[_0xb52c8];return _0x51c580;}export const getApiDomain=()=>customApiDomain||getActiveRegionDomains()['api'];function a259_0x1f0b(){const _0x501226=['userDomain','production','localDomain','serviceDomains','901088xxTFPu','/web-app/app/','9525051dHYRuE','2368600naUXRc','allowOfficialKbServiceDefault','runtimeDomain','kbServiceDomain','10MMvhGF','51226TZhZXA','320IgNXzs','kbService','hostname','trim','2489526bBPfRy','3uWqOOB','user','cdn','daily','781224DrtCvK','kbDomain','certificateDomain','skillDomain','appDomain','origin','454181goSyuu'];a259_0x1f0b=function(){return _0x501226;};return a259_0x1f0b();}export const getRuntimeDomain=()=>customRuntimeDomain||getActiveRegionDomains()['runtime'];export const getSkillDomain=()=>customSkillDomain||getActiveRegionDomains()['skill'];export const getKbDomain=()=>customKbDomain||customApiDomain||getActiveRegionDomains()['kb'];export const getKbServiceDomain=()=>{const _0x26f36f=a259_0x168689;if(customKbServiceDomain)return customKbServiceDomain;if(!allowOfficialKbServiceDefault)return undefined;return getActiveRegionDomains()[_0x26f36f(0x1eb)];};export const getAppDomain=()=>customAppDomain||getActiveRegionDomains()['app'];export const getActiveRegion=()=>activeRegion;export const getLocalDomain=()=>customLocalDomain;export const getCertificateDomain=()=>customCertificateDomain;export const getActiveCdn=()=>customCdn||getOfficialRoutingCdn(activeRegion);export function isIndependentDeployment(){return!!(customApiDomain||customUserDomain||customRuntimeDomain||customSkillDomain||customKbDomain||customAppDomain||customLocalDomain||customCertificateDomain);}export function getSdkClientRoutingConfig(){if(customRuntimeDomain&&customRuntimeDomain!==getActiveRegionDomains()['runtime'])return{'runtimeDomain':customRuntimeDomain};if(activeRegion!==DEFAULT_LOVRABET_REGION)return{'runtimeDomain':getRuntimeDomain()};return{};}export const getAppBaseUrl=_0x34ab9d=>{const _0x21a605=a259_0x168689,_0x33e208=encodeURIComponent(_0x34ab9d[_0x21a605(0x1ed)]());return isProduction(getEnv())?getAppDomain()+'/app/'+_0x33e208:getAppDomain()+_0x21a605(0x1e2)+_0x33e208;};export const getPublishedAppDomain=_0x48ef64=>{const _0x1f1d13=a259_0x168689,_0x2fc17a=new URL(getAppDomain());return _0x2fc17a[_0x1f1d13(0x1ec)]=_0x48ef64['trim']()+'.'+_0x2fc17a[_0x1f1d13(0x1ec)],_0x2fc17a[_0x1f1d13(0x1db)];};
@@ -1 +1 @@
1
- const a260_0x3c1aea=a260_0x3897;(function(_0x4bbb21,_0x40d6ab){const _0xed62e0=a260_0x3897,_0x4616a5=_0x4bbb21();while(!![]){try{const _0xeb098c=parseInt(_0xed62e0(0x7b))/0x1*(parseInt(_0xed62e0(0x78))/0x2)+-parseInt(_0xed62e0(0x7d))/0x3+-parseInt(_0xed62e0(0x7e))/0x4+parseInt(_0xed62e0(0x79))/0x5+parseInt(_0xed62e0(0x73))/0x6*(-parseInt(_0xed62e0(0x75))/0x7)+-parseInt(_0xed62e0(0x7c))/0x8+-parseInt(_0xed62e0(0x76))/0x9*(-parseInt(_0xed62e0(0x7f))/0xa);if(_0xeb098c===_0x40d6ab)break;else _0x4616a5['push'](_0x4616a5['shift']());}catch(_0x3ffd57){_0x4616a5['push'](_0x4616a5['shift']());}}}(a260_0x2713,0x54660));export const RABETBASE_ENV_VALUES=[a260_0x3c1aea(0x7a),a260_0x3c1aea(0x77)];export function normalizeEnv(_0x140ede){const _0x19467e=a260_0x3c1aea;return _0x140ede==='online'?_0x19467e(0x7a):_0x140ede;}export function isProduction(_0x51b0ca){const _0xd37662=a260_0x3c1aea;return normalizeEnv(_0x51b0ca)===_0xd37662(0x7a);}function a260_0x3897(_0x5ee6f1,_0x318f9b){_0x5ee6f1=_0x5ee6f1-0x73;const _0x2713c5=a260_0x2713();let _0x3897ae=_0x2713c5[_0x5ee6f1];return _0x3897ae;}export function isDaily(_0x4651e2){const _0x1f56a5=a260_0x3c1aea;return normalizeEnv(_0x4651e2)===_0x1f56a5(0x77);}function a260_0x2713(){const _0x49905b=['2743336yqBvSQ','1867215kHgxNX','2639036OodPRj','530tUSMdE','558LSfFKm','dev','44331OdjyVX','270297prfeyS','daily','274754OQNzhQ','1405560kkQSkI','production','5VNHoIi'];a260_0x2713=function(){return _0x49905b;};return a260_0x2713();}export function isDev(_0x22032f){const _0x12c599=a260_0x3c1aea,_0x4a0738=normalizeEnv(_0x22032f);return _0x4a0738==='development'||_0x4a0738===_0x12c599(0x74);}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||'production');export function getEnv(){return env;}export function initEnv(_0x4d3ad5){env=normalizeEnv(_0x4d3ad5);}
1
+ const a260_0x423e5a=a260_0x5964;(function(_0x4b0f4f,_0x67c9fd){const _0x507814=a260_0x5964,_0x4b92a1=_0x4b0f4f();while(!![]){try{const _0x270659=parseInt(_0x507814(0x1da))/0x1*(-parseInt(_0x507814(0x1db))/0x2)+-parseInt(_0x507814(0x1d3))/0x3*(-parseInt(_0x507814(0x1d6))/0x4)+-parseInt(_0x507814(0x1d8))/0x5+parseInt(_0x507814(0x1e0))/0x6*(-parseInt(_0x507814(0x1d9))/0x7)+-parseInt(_0x507814(0x1d4))/0x8+-parseInt(_0x507814(0x1df))/0x9+parseInt(_0x507814(0x1dd))/0xa*(parseInt(_0x507814(0x1e1))/0xb);if(_0x270659===_0x67c9fd)break;else _0x4b92a1['push'](_0x4b92a1['shift']());}catch(_0x57814d){_0x4b92a1['push'](_0x4b92a1['shift']());}}}(a260_0x1f47,0xd17af));export const RABETBASE_ENV_VALUES=[a260_0x423e5a(0x1dc),'daily'];export function normalizeEnv(_0x146d9d){const _0x339766=a260_0x423e5a;return _0x146d9d===_0x339766(0x1de)?_0x339766(0x1dc):_0x146d9d;}export function isProduction(_0x366c57){return normalizeEnv(_0x366c57)==='production';}export function isDaily(_0x1a4ed5){const _0x40503e=a260_0x423e5a;return normalizeEnv(_0x1a4ed5)===_0x40503e(0x1d5);}export function isDev(_0x8dd337){const _0x4a421b=a260_0x423e5a,_0x3ff04e=normalizeEnv(_0x8dd337);return _0x3ff04e==='development'||_0x3ff04e===_0x4a421b(0x1d7);}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||a260_0x423e5a(0x1dc));function a260_0x5964(_0x1cd79c,_0x5b0bf1){_0x1cd79c=_0x1cd79c-0x1d3;const _0x1f4772=a260_0x1f47();let _0x596467=_0x1f4772[_0x1cd79c];return _0x596467;}export function getEnv(){return env;}function a260_0x1f47(){const _0x10177f=['23712FaBApw','33451xhZNdP','2781PDgjZL','4005984wzatqv','daily','3448qtNIvi','dev','2340575QdZLUm','2618brhmKl','2sVlyzq','1387146iMmVug','production','13550MWooRe','online','2047869SpqIDH'];a260_0x1f47=function(){return _0x10177f;};return a260_0x1f47();}export function initEnv(_0x215bf1){env=normalizeEnv(_0x215bf1);}
@@ -1 +1 @@
1
- function a261_0x314e(_0x2da791,_0x4fe08b){_0x2da791=_0x2da791-0x1e6;const _0x80550c=a261_0x8055();let _0x314ee7=_0x80550c[_0x2da791];return _0x314ee7;}const a261_0x9c3647=a261_0x314e;function a261_0x8055(){const _0x5efeff=['55068XtUXFg','66hSxdWg','554lijxLD','3701912EZkKOD','1377490nWYgJO','27avaxhU','3240UHpEaN','261163aNVTxU','json','4970944ZwuEzc','140qAekBR','439882ZBaSFM','compress'];a261_0x8055=function(){return _0x5efeff;};return a261_0x8055();}(function(_0x9550ab,_0x3bacd5){const _0x3140dc=a261_0x314e,_0x4a7d0d=_0x9550ab();while(!![]){try{const _0x27011c=-parseInt(_0x3140dc(0x1f1))/0x1+parseInt(_0x3140dc(0x1e8))/0x2*(parseInt(_0x3140dc(0x1ec))/0x3)+-parseInt(_0x3140dc(0x1e6))/0x4*(-parseInt(_0x3140dc(0x1f0))/0x5)+-parseInt(_0x3140dc(0x1e7))/0x6*(-parseInt(_0x3140dc(0x1ed))/0x7)+parseInt(_0x3140dc(0x1e9))/0x8+parseInt(_0x3140dc(0x1eb))/0x9*(-parseInt(_0x3140dc(0x1ea))/0xa)+-parseInt(_0x3140dc(0x1ef))/0xb;if(_0x27011c===_0x3bacd5)break;else _0x4a7d0d['push'](_0x4a7d0d['shift']());}catch(_0xe7c3ae){_0x4a7d0d['push'](_0x4a7d0d['shift']());}}}(a261_0x8055,0x3db45));export const RABETBASE_OUTPUT_FORMAT_VALUES=[a261_0x9c3647(0x1ee),'pretty',a261_0x9c3647(0x1f2)];
1
+ const a261_0x3502b6=a261_0xe510;function a261_0xe510(_0x1b345b,_0xb17bcb){_0x1b345b=_0x1b345b-0x1e9;const _0xcf8a69=a261_0xcf8a();let _0xe510d=_0xcf8a69[_0x1b345b];return _0xe510d;}(function(_0x22fd3a,_0xd7c348){const _0x556f71=a261_0xe510,_0x2ad751=_0x22fd3a();while(!![]){try{const _0x178dc7=parseInt(_0x556f71(0x1ec))/0x1+parseInt(_0x556f71(0x1f1))/0x2*(-parseInt(_0x556f71(0x1ef))/0x3)+-parseInt(_0x556f71(0x1eb))/0x4+-parseInt(_0x556f71(0x1e9))/0x5+-parseInt(_0x556f71(0x1ee))/0x6+parseInt(_0x556f71(0x1ed))/0x7+parseInt(_0x556f71(0x1f0))/0x8;if(_0x178dc7===_0xd7c348)break;else _0x2ad751['push'](_0x2ad751['shift']());}catch(_0x3bc136){_0x2ad751['push'](_0x2ad751['shift']());}}}(a261_0xcf8a,0xdaaab));export const RABETBASE_OUTPUT_FORMAT_VALUES=[a261_0x3502b6(0x1ea),'pretty','compress'];function a261_0xcf8a(){const _0x50983e=['1226235twxIHO','6014771WpLIgC','1447812ApakMe','3TCdMFU','8868808yNJzSV','2028316hVtobC','884735UKduTP','json','3464092tztPmp'];a261_0xcf8a=function(){return _0x50983e;};return a261_0xcf8a();}
@@ -1 +1 @@
1
- (function(_0x319ea0,_0x2747b8){const _0x258c02=a262_0x296a,_0x552b93=_0x319ea0();while(!![]){try{const _0x35cbad=parseInt(_0x258c02(0xfb))/0x1+parseInt(_0x258c02(0xfc))/0x2+parseInt(_0x258c02(0xfa))/0x3+parseInt(_0x258c02(0xff))/0x4*(parseInt(_0x258c02(0xfe))/0x5)+-parseInt(_0x258c02(0xfd))/0x6+-parseInt(_0x258c02(0x100))/0x7*(parseInt(_0x258c02(0x101))/0x8)+parseInt(_0x258c02(0xf9))/0x9*(-parseInt(_0x258c02(0x102))/0xa);if(_0x35cbad===_0x2747b8)break;else _0x552b93['push'](_0x552b93['shift']());}catch(_0x2344bf){_0x552b93['push'](_0x552b93['shift']());}}}(a262_0x3965,0x7160f));function a262_0x296a(_0x4a2760,_0x14c58e){_0x4a2760=_0x4a2760-0xf9;const _0x3965ad=a262_0x3965();let _0x296a92=_0x3965ad[_0x4a2760];return _0x296a92;}export const DEFAULT_API_DIR='./src/api';function a262_0x3965(){const _0x56bf16=['68cKLrGj','406FOZceu','26096gZVZlm','340SDcMfs','163359Dfkvtb','1624218zugyjg','714838ZiEHUj','990796VtCJRJ','5339496lMVPNZ','120295NbFteS'];a262_0x3965=function(){return _0x56bf16;};return a262_0x3965();}
1
+ function a262_0x4a74(_0x5ea650,_0x5ecf10){_0x5ea650=_0x5ea650-0x1eb;const _0x54f4c2=a262_0x54f4();let _0x4a7473=_0x54f4c2[_0x5ea650];return _0x4a7473;}function a262_0x54f4(){const _0x1b8077=['15864FYQhjB','850215YtLdek','1133211PkUOif','4LOXdBc','1804326IUWxPh','549lWsbBI','20DimjGH','2240220WQgbam','2238412qvSzMH','18152NYROPs','7NpSMFl','41VwnpSg'];a262_0x54f4=function(){return _0x1b8077;};return a262_0x54f4();}(function(_0x4b7f7a,_0x2031b6){const _0x5e303e=a262_0x4a74,_0x554afc=_0x4b7f7a();while(!![]){try{const _0x5a81e2=-parseInt(_0x5e303e(0x1f5))/0x1*(parseInt(_0x5e303e(0x1f6))/0x2)+parseInt(_0x5e303e(0x1ec))/0x3*(parseInt(_0x5e303e(0x1ed))/0x4)+parseInt(_0x5e303e(0x1eb))/0x5+-parseInt(_0x5e303e(0x1ee))/0x6*(parseInt(_0x5e303e(0x1f4))/0x7)+parseInt(_0x5e303e(0x1f3))/0x8*(parseInt(_0x5e303e(0x1ef))/0x9)+-parseInt(_0x5e303e(0x1f0))/0xa*(-parseInt(_0x5e303e(0x1f2))/0xb)+-parseInt(_0x5e303e(0x1f1))/0xc;if(_0x5a81e2===_0x2031b6)break;else _0x554afc['push'](_0x554afc['shift']());}catch(_0x46de85){_0x554afc['push'](_0x554afc['shift']());}}}(a262_0x54f4,0x447eb));export const DEFAULT_API_DIR='./src/api';
@@ -1,7 +1,7 @@
1
1
  /** Every official routing profile known to this CLI, including reserved profiles. */
2
2
  export declare const LOVRABET_REGION_VALUES: readonly ["cn", "id", "global"];
3
3
  /** Regions currently available for new CLI configuration. */
4
- export declare const ENABLED_LOVRABET_REGION_VALUES: readonly ["cn", "id"];
4
+ export declare const ENABLED_LOVRABET_REGION_VALUES: readonly ["cn", "id", "global"];
5
5
  export type LovrabetRegion = (typeof LOVRABET_REGION_VALUES)[number];
6
6
  export declare const DEFAULT_LOVRABET_REGION: LovrabetRegion;
7
7
  export declare function isLovrabetRegion(value: unknown): value is LovrabetRegion;
@@ -1 +1 @@
1
- (function(_0x214c6f,_0x308d1f){const _0x5a2734=a263_0x1254,_0x58ceff=_0x214c6f();while(!![]){try{const _0x4d548f=parseInt(_0x5a2734(0xd2))/0x1+-parseInt(_0x5a2734(0xd9))/0x2*(parseInt(_0x5a2734(0xd4))/0x3)+-parseInt(_0x5a2734(0xd8))/0x4+parseInt(_0x5a2734(0xda))/0x5*(parseInt(_0x5a2734(0xd7))/0x6)+parseInt(_0x5a2734(0xd0))/0x7+-parseInt(_0x5a2734(0xd5))/0x8+parseInt(_0x5a2734(0xd6))/0x9;if(_0x4d548f===_0x308d1f)break;else _0x58ceff['push'](_0x58ceff['shift']());}catch(_0x2089c4){_0x58ceff['push'](_0x58ceff['shift']());}}}(a263_0x3af4,0xf183a));function a263_0x3af4(){const _0xb4ca69=['861330jPOIaN','string','114gBmjcp','15550064ePYLMt','22410945teViCU','6RBPeGd','3916748lCNcMw','50350YEumPP','420725NsjwPJ','10032799GYGdKX','includes'];a263_0x3af4=function(){return _0xb4ca69;};return a263_0x3af4();}import{DEFAULT_REGION,ENABLED_REGION_VALUES,REGION_ALIASES,REGION_VALUES}from'../generated/official-routing.js';export const LOVRABET_REGION_VALUES=REGION_VALUES;export const ENABLED_LOVRABET_REGION_VALUES=ENABLED_REGION_VALUES;export const DEFAULT_LOVRABET_REGION=DEFAULT_REGION;export function isLovrabetRegion(_0x2335fb){const _0x170764=a263_0x1254;return typeof _0x2335fb===_0x170764(0xd3)&&LOVRABET_REGION_VALUES[_0x170764(0xd1)](_0x2335fb);}function a263_0x1254(_0x518eb2,_0x41fc97){_0x518eb2=_0x518eb2-0xd0;const _0x3af430=a263_0x3af4();let _0x125486=_0x3af430[_0x518eb2];return _0x125486;}export function isEnabledLovrabetRegion(_0x374b63){const _0x521e2e=a263_0x1254;return typeof _0x374b63===_0x521e2e(0xd3)&&ENABLED_LOVRABET_REGION_VALUES[_0x521e2e(0xd1)](_0x374b63);}export function normalizeLovrabetRegion(_0x476fb9){if(typeof _0x476fb9!=='string')return undefined;const _0x3e8618=REGION_ALIASES[_0x476fb9]??_0x476fb9;return isLovrabetRegion(_0x3e8618)?_0x3e8618:undefined;}export function isInvalidLovrabetRegion(_0x366351){return _0x366351!==undefined&&_0x366351!==null&&_0x366351!==''&&normalizeLovrabetRegion(_0x366351)===undefined;}
1
+ (function(_0x5c23f6,_0x160132){const _0x35520a=a263_0x112b,_0x577284=_0x5c23f6();while(!![]){try{const _0xceafe6=-parseInt(_0x35520a(0x166))/0x1+parseInt(_0x35520a(0x169))/0x2*(parseInt(_0x35520a(0x162))/0x3)+-parseInt(_0x35520a(0x161))/0x4+parseInt(_0x35520a(0x16a))/0x5*(parseInt(_0x35520a(0x168))/0x6)+-parseInt(_0x35520a(0x165))/0x7+-parseInt(_0x35520a(0x167))/0x8+parseInt(_0x35520a(0x163))/0x9;if(_0xceafe6===_0x160132)break;else _0x577284['push'](_0x577284['shift']());}catch(_0x37768a){_0x577284['push'](_0x577284['shift']());}}}(a263_0xbeb3,0x6a04d));import{DEFAULT_REGION,ENABLED_REGION_VALUES,REGION_ALIASES,REGION_VALUES}from'../generated/official-routing.js';export const LOVRABET_REGION_VALUES=REGION_VALUES;export const ENABLED_LOVRABET_REGION_VALUES=ENABLED_REGION_VALUES;function a263_0xbeb3(){const _0x3f9768=['6qRaBap','46OxDemX','1866895PueEFm','string','1892416rlWpQf','74823pklpqo','10704825LwmkTy','includes','1388212HHiIdA','716537HWIbdn','2513896npBPfo'];a263_0xbeb3=function(){return _0x3f9768;};return a263_0xbeb3();}function a263_0x112b(_0x45cadf,_0x4eb3c7){_0x45cadf=_0x45cadf-0x161;const _0xbeb321=a263_0xbeb3();let _0x112b8=_0xbeb321[_0x45cadf];return _0x112b8;}export const DEFAULT_LOVRABET_REGION=DEFAULT_REGION;export function isLovrabetRegion(_0x2f4f90){const _0x38bfbc=a263_0x112b;return typeof _0x2f4f90===_0x38bfbc(0x16b)&&LOVRABET_REGION_VALUES[_0x38bfbc(0x164)](_0x2f4f90);}export function isEnabledLovrabetRegion(_0x1ef149){const _0x54c3e2=a263_0x112b;return typeof _0x1ef149===_0x54c3e2(0x16b)&&ENABLED_LOVRABET_REGION_VALUES['includes'](_0x1ef149);}export function normalizeLovrabetRegion(_0x4c122f){const _0x4d667e=a263_0x112b;if(typeof _0x4c122f!==_0x4d667e(0x16b))return undefined;const _0xb31827=REGION_ALIASES[_0x4c122f]??_0x4c122f;return isLovrabetRegion(_0xb31827)?_0xb31827:undefined;}export function isInvalidLovrabetRegion(_0x1566aa){return _0x1566aa!==undefined&&_0x1566aa!==null&&_0x1566aa!==''&&normalizeLovrabetRegion(_0x1566aa)===undefined;}
@@ -1 +1 @@
1
- function a264_0x28d4(_0x4a413b,_0x509a82){_0x4a413b=_0x4a413b-0x121;const _0x3db63f=a264_0x3db6();let _0x28d477=_0x3db63f[_0x4a413b];return _0x28d477;}function a264_0x3db6(){const _0x2f6506=['128352nwCdRF','7wfZPxP','1575oKOMNC','18350UTJXzZ','915418RrZDiL','8521096vNQFRQ','5AeoyAJ','7220389YnUKXO','631999zMyuXY','6XSDGHZ','2119892xNodJL'];a264_0x3db6=function(){return _0x2f6506;};return a264_0x3db6();}(function(_0x34cc4f,_0x4b408c){const _0x3fdbdc=a264_0x28d4,_0x4ebba2=_0x34cc4f();while(!![]){try{const _0x55387d=parseInt(_0x3fdbdc(0x125))/0x1+-parseInt(_0x3fdbdc(0x121))/0x2*(parseInt(_0x3fdbdc(0x126))/0x3)+parseInt(_0x3fdbdc(0x127))/0x4*(-parseInt(_0x3fdbdc(0x123))/0x5)+parseInt(_0x3fdbdc(0x128))/0x6+-parseInt(_0x3fdbdc(0x129))/0x7*(-parseInt(_0x3fdbdc(0x122))/0x8)+parseInt(_0x3fdbdc(0x12a))/0x9*(-parseInt(_0x3fdbdc(0x12b))/0xa)+parseInt(_0x3fdbdc(0x124))/0xb;if(_0x55387d===_0x4b408c)break;else _0x4ebba2['push'](_0x4ebba2['shift']());}catch(_0x3f6fef){_0x4ebba2['push'](_0x4ebba2['shift']());}}}(a264_0x3db6,0x9489b));export const RISK_LEVEL_VALUES=['read','write','high-risk-write'];
1
+ function a264_0x5277(_0x21927a,_0x4e911e){_0x21927a=_0x21927a-0x1ce;const _0x56a037=a264_0x56a0();let _0x527786=_0x56a037[_0x21927a];return _0x527786;}const a264_0x4a1084=a264_0x5277;(function(_0x54c763,_0x511cd0){const _0x2b9619=a264_0x5277,_0x1acd4c=_0x54c763();while(!![]){try{const _0x50a609=-parseInt(_0x2b9619(0x1d9))/0x1*(parseInt(_0x2b9619(0x1d7))/0x2)+parseInt(_0x2b9619(0x1d1))/0x3+-parseInt(_0x2b9619(0x1d4))/0x4+parseInt(_0x2b9619(0x1d2))/0x5*(parseInt(_0x2b9619(0x1ce))/0x6)+-parseInt(_0x2b9619(0x1cf))/0x7+parseInt(_0x2b9619(0x1d5))/0x8*(parseInt(_0x2b9619(0x1d3))/0x9)+-parseInt(_0x2b9619(0x1d6))/0xa;if(_0x50a609===_0x511cd0)break;else _0x1acd4c['push'](_0x1acd4c['shift']());}catch(_0x2262f8){_0x1acd4c['push'](_0x1acd4c['shift']());}}}(a264_0x56a0,0x42c1b));function a264_0x56a0(){const _0x5d04bd=['read','167386YlVJsJ','18270bEltHi','3221043rKjrzd','high-risk-write','1415409iHWoXj','50ibzbgD','432XAjaPr','189260Bljbux','80552Mmcfue','372800SfhjAo','2rkEqGQ'];a264_0x56a0=function(){return _0x5d04bd;};return a264_0x56a0();}export const RISK_LEVEL_VALUES=[a264_0x4a1084(0x1d8),'write',a264_0x4a1084(0x1d0)];
@@ -6,6 +6,7 @@ export interface LovrabetServiceDomains {
6
6
  readonly runtime: string;
7
7
  readonly skill: string;
8
8
  readonly kb: string;
9
+ readonly kbService?: string;
9
10
  readonly app: string;
10
11
  }
11
12
  export interface OfficialRoutingProfile {
@@ -37,6 +38,7 @@ export declare const OFFICIAL_ROUTING_PROFILES: {
37
38
  readonly runtime: "https://runtime.lovrabet.com";
38
39
  readonly skill: "https://skills.lovrabet.com";
39
40
  readonly kb: "https://api.lovrabet.com";
41
+ readonly kbService: "https://kb-service.lovrabet.com";
40
42
  readonly app: "https://app.lovrabet.com";
41
43
  };
42
44
  readonly daily: {
@@ -45,6 +47,7 @@ export declare const OFFICIAL_ROUTING_PROFILES: {
45
47
  readonly runtime: "https://daily-runtime.lovrabet.com";
46
48
  readonly skill: "https://skills-daily.lovrabet.com";
47
49
  readonly kb: "https://daily-api.lovrabet.com";
50
+ readonly kbService: "https://kb-service-daily.lovrabet.com";
48
51
  readonly app: "https://daily.lovrabet.com";
49
52
  };
50
53
  };
@@ -67,6 +70,7 @@ export declare const OFFICIAL_ROUTING_PROFILES: {
67
70
  readonly runtime: "https://runtime.lovrabet.id";
68
71
  readonly skill: "https://skills.lovrabet.id";
69
72
  readonly kb: "https://api.lovrabet.id";
73
+ readonly kbService: "https://kb-service.lovrabet.id";
70
74
  readonly app: "https://app.lovrabet.id";
71
75
  };
72
76
  };
@@ -79,7 +83,7 @@ export declare const OFFICIAL_ROUTING_PROFILES: {
79
83
  };
80
84
  };
81
85
  readonly global: {
82
- readonly enabled: false;
86
+ readonly enabled: true;
83
87
  readonly label: "Global";
84
88
  readonly aliases: readonly [];
85
89
  readonly serviceDomains: {
@@ -91,9 +95,18 @@ export declare const OFFICIAL_ROUTING_PROFILES: {
91
95
  readonly kb: "https://api.lovrabet.ai";
92
96
  readonly app: "https://app.lovrabet.ai";
93
97
  };
98
+ readonly daily: {
99
+ readonly user: "https://user-daily.lovrabet.ai";
100
+ readonly api: "https://daily-api.lovrabet.ai";
101
+ readonly runtime: "https://daily-runtime.lovrabet.ai";
102
+ readonly skill: "https://skills-daily.lovrabet.ai";
103
+ readonly kb: "https://daily-api.lovrabet.ai";
104
+ readonly app: "https://daily.lovrabet.ai";
105
+ };
94
106
  };
95
107
  readonly cdn: {
96
108
  readonly libraries: "https://cdnjs.cloudflare.com/ajax/libs";
109
+ readonly lovrabet: "https://g.lovrabet.ai";
97
110
  };
98
111
  readonly local: {
99
112
  readonly origin: "https://dev.lovrabet.ai";
@@ -1 +1 @@
1
- (function(_0x2df405,_0x29fc01){const _0x49905b=a265_0x492f,_0x2b4fe3=_0x2df405();while(!![]){try{const _0x28ffc0=parseInt(_0x49905b(0xc4))/0x1+-parseInt(_0x49905b(0xc3))/0x2+-parseInt(_0x49905b(0xbc))/0x3+parseInt(_0x49905b(0xc1))/0x4*(-parseInt(_0x49905b(0xba))/0x5)+-parseInt(_0x49905b(0xc0))/0x6+-parseInt(_0x49905b(0xc2))/0x7+parseInt(_0x49905b(0xbe))/0x8*(parseInt(_0x49905b(0xbb))/0x9);if(_0x28ffc0===_0x29fc01)break;else _0x2b4fe3['push'](_0x2b4fe3['shift']());}catch(_0x352f77){_0x2b4fe3['push'](_0x2b4fe3['shift']());}}}(a265_0xa5ab,0x83bda));function a265_0xa5ab(){const _0x2bfa6d=['2970057bcbFeO','\x22\x20is\x20not\x20ready:\x20Lovrabet\x20CDN\x20Domain\x20is\x20not\x20configured.','424qTsKNf','Official\x20routing\x20for\x20region\x20\x22','3026316ZKQvLN','21476iAeTMq','5437922GsVbnz','603160ycFmVv','70407QUuKIx','85TTQjwm','532071PZoRNz'];a265_0xa5ab=function(){return _0x2bfa6d;};return a265_0xa5ab();}import{OFFICIAL_ROUTING_PROFILES as a265_0x45213e,ROUTING_CATALOG_DIGEST}from'../generated/official-routing.js';export const OFFICIAL_ROUTING_PROFILES=a265_0x45213e;function a265_0x492f(_0x4d1443,_0x45e83c){_0x4d1443=_0x4d1443-0xba;const _0xa5ab66=a265_0xa5ab();let _0x492f49=_0xa5ab66[_0x4d1443];return _0x492f49;}export{ROUTING_CATALOG_DIGEST};export function getOfficialRoutingProfile(_0x22f62a){return OFFICIAL_ROUTING_PROFILES[_0x22f62a];}export function getOfficialRoutingCdn(_0x1dd850){const _0x5f436f=a265_0x492f,_0x1bdb3c=getOfficialRoutingProfile(_0x1dd850)['cdn'];if(!_0x1bdb3c['lovrabet'])throw new Error(_0x5f436f(0xbf)+_0x1dd850+_0x5f436f(0xbd));return{'libraries':_0x1bdb3c['libraries'],'lovrabet':_0x1bdb3c['lovrabet']};}
1
+ (function(_0x35b0b3,_0x22a029){const _0x4312d0=a265_0x4045,_0x51f161=_0x35b0b3();while(!![]){try{const _0x23c7a2=parseInt(_0x4312d0(0x11d))/0x1+parseInt(_0x4312d0(0x121))/0x2+-parseInt(_0x4312d0(0x120))/0x3*(parseInt(_0x4312d0(0x117))/0x4)+-parseInt(_0x4312d0(0x11c))/0x5*(parseInt(_0x4312d0(0x118))/0x6)+parseInt(_0x4312d0(0x11f))/0x7+parseInt(_0x4312d0(0x11b))/0x8+parseInt(_0x4312d0(0x11a))/0x9;if(_0x23c7a2===_0x22a029)break;else _0x51f161['push'](_0x51f161['shift']());}catch(_0x4e14fd){_0x51f161['push'](_0x51f161['shift']());}}}(a265_0x4831,0xf1a6d));import{OFFICIAL_ROUTING_PROFILES as a265_0x25a97d,ROUTING_CATALOG_DIGEST}from'../generated/official-routing.js';export const OFFICIAL_ROUTING_PROFILES=a265_0x25a97d;export{ROUTING_CATALOG_DIGEST};function a265_0x4831(){const _0xfa338f=['361039pGrvNb','1731ACzXAI','2803544FIKJoL','13316lGQCyp','96xUmvgi','lovrabet','8740827VpakyV','9963536lqflCs','364595yNqOip','407348LjQNOz','libraries'];a265_0x4831=function(){return _0xfa338f;};return a265_0x4831();}export function getOfficialRoutingProfile(_0x514369){return OFFICIAL_ROUTING_PROFILES[_0x514369];}function a265_0x4045(_0x16b524,_0x19b6ef){_0x16b524=_0x16b524-0x117;const _0x4831e1=a265_0x4831();let _0x404556=_0x4831e1[_0x16b524];return _0x404556;}export function getOfficialRoutingCdn(_0x52fa12){const _0x28d06e=a265_0x4045,_0x76a2d2=getOfficialRoutingProfile(_0x52fa12)['cdn'];if(!_0x76a2d2[_0x28d06e(0x119)])throw new Error('Official\x20routing\x20for\x20region\x20\x22'+_0x52fa12+'\x22\x20is\x20not\x20ready:\x20Lovrabet\x20CDN\x20Domain\x20is\x20not\x20configured.');return{'libraries':_0x76a2d2[_0x28d06e(0x11e)],'lovrabet':_0x76a2d2[_0x28d06e(0x119)]};}
@@ -15,6 +15,7 @@ export interface AppProfile {
15
15
  pageSize?: number;
16
16
  riskLevel?: Risk;
17
17
  locale?: string;
18
+ kbServiceDomain?: string;
18
19
  }
19
20
  export interface ResolvedAppConfig {
20
21
  appCode: string | undefined;
@@ -1 +1 @@
1
- (function(_0x11a83e,_0x4809e4){const _0x15a39d=a266_0x2b52,_0x2e3b95=_0x11a83e();while(!![]){try{const _0x2b1620=-parseInt(_0x15a39d(0x1c0))/0x1+-parseInt(_0x15a39d(0x1be))/0x2*(parseInt(_0x15a39d(0x1d3))/0x3)+parseInt(_0x15a39d(0x1c2))/0x4*(parseInt(_0x15a39d(0x1c9))/0x5)+-parseInt(_0x15a39d(0x1dd))/0x6+parseInt(_0x15a39d(0x1bf))/0x7+parseInt(_0x15a39d(0x1e4))/0x8*(parseInt(_0x15a39d(0x1c3))/0x9)+parseInt(_0x15a39d(0x1df))/0xa;if(_0x2b1620===_0x4809e4)break;else _0x2e3b95['push'](_0x2e3b95['shift']());}catch(_0x473d4b){_0x2e3b95['push'](_0x2e3b95['shift']());}}}(a266_0x42af,0x7c831));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';function a266_0x42af(){const _0x100515=['keys','format','FORMAT','true','242456LijkdW','ACCESS_KEY','trim','value','projectConfig','787558JwciYW','1845095NXeZjt','1015049CcArHh','defaultApp','3922876KyCKNn','297MrBWfe','filter','accessKey','riskLevel','projectPath','cookie','5mRLhMA','region','ENV','pageSize','apps','APP','string','appcode','entries','read','3LUuDAl','app','production','apiDir','env','globalConfig','write','object','locale','RISK_LEVEL','4131252RwjnMJ','length','3629360FHkpIq'];a266_0x42af=function(){return _0x100515;};return a266_0x42af();}import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';import{DEFAULT_LOVRABET_REGION,normalizeLovrabetRegion}from'../constant/region.js';import{selectConfiguredRegion}from'../config/region-config.js';function stringConfigValue(_0x35cb8c){const _0x2bde3a=a266_0x2b52;return typeof _0x35cb8c===_0x2bde3a(0x1cf)&&_0x35cb8c[_0x2bde3a(0x1bb)]()?_0x35cb8c[_0x2bde3a(0x1bb)]():undefined;}function appProfiles(_0x298a62){const _0x22fa03=a266_0x2b52;return _0x298a62[_0x22fa03(0x1cd)]&&typeof _0x298a62[_0x22fa03(0x1cd)]===_0x22fa03(0x1da)?_0x298a62['apps']:{};}function resolveDefaultAppName(_0x35d8ec){const _0x99f9d=a266_0x2b52,_0x3309e1=stringConfigValue(_0x35d8ec[_0x99f9d(0x1c1)]);if(_0x3309e1)return _0x3309e1;const _0x2c6e15=Object['keys'](appProfiles(_0x35d8ec));return _0x2c6e15['length']===0x1?_0x2c6e15[0x0]:undefined;}function a266_0x2b52(_0x4d1fef,_0x2ccb3a){_0x4d1fef=_0x4d1fef-0x1ba;const _0x42af04=a266_0x42af();let _0x2b52f2=_0x42af04[_0x4d1fef];return _0x2b52f2;}function resolveTopLevelAppCode(_0x153d49){const _0x342d04=a266_0x2b52;return stringConfigValue(_0x153d49[_0x342d04(0x1d0)])||stringConfigValue(_0x153d49[_0x342d04(0x1d4)]);}function normalizeRiskCeiling(_0x19dc50){const _0x182200=a266_0x2b52;if(_0x19dc50===undefined||_0x19dc50===null)return undefined;if(_0x19dc50===_0x182200(0x1d2)||_0x19dc50===_0x182200(0x1d9)||_0x19dc50==='high-risk-write')return _0x19dc50;return _0x182200(0x1d2);}function resolveRiskCeiling(..._0xa08022){const _0x41cb8f=a266_0x2b52;let _0x2859ff;for(const _0x418ac3 of _0xa08022){const _0x2d6c9b=normalizeRiskCeiling(_0x418ac3);_0x2d6c9b&&(!_0x2859ff||riskLevelOrder(_0x2d6c9b)<riskLevelOrder(_0x2859ff))&&(_0x2859ff=_0x2d6c9b);}return _0x2859ff??DEFAULT_CONFIG_VALUES[_0x41cb8f(0x1c6)];}export function resolveAppConfig({raw:_0x404148,flags:_0x595853,layers:_0x20e4c3,readEnv:_0x1689c7}){const _0x47ed8a=a266_0x2b52,_0x24c366=_0x20e4c3?.[_0x47ed8a(0x1bd)]??{},_0x716d7f=_0x20e4c3?.[_0x47ed8a(0x1d8)]??{},_0x2636df=!!_0x20e4c3?.[_0x47ed8a(0x1c7)]||Object[_0x47ed8a(0x1e0)](_0x24c366)[_0x47ed8a(0x1de)]>0x0,_0x2477d8=!_0x2636df,_0x544593=_0x2636df?resolveDefaultAppName(_0x24c366):undefined,_0x2d313d=_0x2477d8?resolveDefaultAppName(_0x716d7f):undefined,_0x30c5e4=stringConfigValue(_0x595853['app']),_0x17de65=_0x1689c7(_0x47ed8a(0x1ce)),_0x10b9f9={};if(_0x404148[_0x47ed8a(0x1cd)]&&typeof _0x404148[_0x47ed8a(0x1cd)]===_0x47ed8a(0x1da))for(const [_0x24101f,_0xbaf31c]of Object[_0x47ed8a(0x1d1)](_0x404148['apps'])){_0xbaf31c&&typeof _0xbaf31c===_0x47ed8a(0x1da)&&_0xbaf31c[_0x47ed8a(0x1d0)]&&(_0x10b9f9[_0x24101f]=_0xbaf31c);}const _0x37cf8a=_0x544593||_0x2d313d||resolveDefaultAppName(_0x404148),_0x2e0411=Object[_0x47ed8a(0x1e0)](_0x10b9f9)[_0x47ed8a(0x1de)]>0x0,_0x3e4f27=_0x30c5e4||_0x544593||_0x17de65||_0x2d313d||_0x37cf8a||undefined,_0x55613d=stringConfigValue(_0x595853[_0x47ed8a(0x1d0)]),_0x6e092d=_0x55613d?Object[_0x47ed8a(0x1d1)](_0x10b9f9)[_0x47ed8a(0x1c4)](([,_0x32951d])=>_0x32951d?.[_0x47ed8a(0x1d0)]===_0x55613d):[],_0xb4870e=_0x30c5e4&&_0x10b9f9[_0x30c5e4]?.[_0x47ed8a(0x1d0)]===_0x55613d?[_0x30c5e4,_0x10b9f9[_0x30c5e4]]:undefined,_0x2a29f3=_0xb4870e??(_0x6e092d[_0x47ed8a(0x1de)]===0x1?_0x6e092d[0x0]:undefined),_0x361b9a=_0x2a29f3?.[0x0],_0x22e104=_0x2a29f3?.[0x1],_0x1b667b=_0x55613d?_0x361b9a:_0x3e4f27;let _0x32d5ed=_0x1b667b&&_0x10b9f9[_0x1b667b]?_0x10b9f9[_0x1b667b]:undefined;_0x55613d&&_0x22e104&&(_0x32d5ed=_0x22e104);const _0xc4df1a=_0x55613d?_0x22e104??_0x32d5ed:_0x32d5ed,_0x4cd73f=!_0x30c5e4&&!_0x544593&&_0x17de65&&_0x1b667b===_0x17de65,_0x35d8bd=_0x30c5e4||(_0x4cd73f?_0x17de65:undefined)||(_0x55613d?_0x361b9a:undefined),_0x52f9ad=_0xc4df1a?.[_0x47ed8a(0x1d0)],_0x30aeb0=_0x2636df?resolveTopLevelAppCode(_0x24c366):undefined,_0x287505=_0x2477d8?resolveTopLevelAppCode(_0x716d7f):undefined,_0x24ac91=_0x30c5e4||_0x544593?_0x52f9ad:undefined,_0x5df9cb=!_0x30c5e4&&!_0x544593?_0x52f9ad:undefined,_0x35a1f4=_0x55613d||_0x24ac91||_0x30aeb0||_0x5df9cb||_0x287505||undefined,_0x34d905=_0x2636df?stringConfigValue(_0x24c366[_0x47ed8a(0x1d7)]):undefined,_0x2e9b24=_0x2477d8?stringConfigValue(_0x716d7f[_0x47ed8a(0x1d7)]):undefined,_0x294449=_0x595853[_0x47ed8a(0x1d7)]||_0xc4df1a?.[_0x47ed8a(0x1d7)]||_0x34d905||_0x1689c7(_0x47ed8a(0x1cb))||_0x2e9b24||_0x404148[_0x47ed8a(0x1d7)]||DEFAULT_CONFIG_VALUES[_0x47ed8a(0x1d7)],_0xf27246=_0xc4df1a?.[_0x47ed8a(0x1db)]||_0x404148[_0x47ed8a(0x1db)]||DEFAULT_CONFIG_VALUES[_0x47ed8a(0x1db)],_0x289466=_0x1689c7('COOKIE')||_0xc4df1a?.['cookie']||_0x404148[_0x47ed8a(0x1c8)]||undefined,_0x2eb34a=_0x1689c7(_0x47ed8a(0x1ba))||_0xc4df1a?.[_0x47ed8a(0x1c5)]||_0x404148[_0x47ed8a(0x1c5)]||undefined,_0x54a202=_0x595853[_0x47ed8a(0x1e1)]||_0x1689c7(_0x47ed8a(0x1e2))||_0xc4df1a?.['format']||_0x404148['format'],_0xeea76d=normalizeLegacyOutputFormat(_0x54a202),_0x4b48d3=_0x1689c7('PAGE_SIZE')||_0xc4df1a?.['pageSize']||_0x404148[_0x47ed8a(0x1cc)],_0x3e6e36=_0x4b48d3?Number(_0x4b48d3)||undefined:undefined,_0x4f3012=_0x20e4c3?[_0x20e4c3['globalConfig']['riskLevel'],_0x20e4c3[_0x47ed8a(0x1bd)]['riskLevel']]:[_0x404148['riskLevel']],_0x54a334=resolveRiskCeiling(..._0x4f3012,_0xc4df1a?.[_0x47ed8a(0x1c6)]),_0x27a786=resolveRiskCeiling(_0x54a334,_0x1689c7(_0x47ed8a(0x1dc))),_0xc853ed=_0x1689c7('VERBOSE'),_0x7e3915=_0xc853ed==='1'||_0xc853ed===_0x47ed8a(0x1e3),_0x420965=_0xc4df1a?.[_0x47ed8a(0x1d6)]||_0x404148[_0x47ed8a(0x1d6)]||DEFAULT_CONFIG_VALUES['apiDir'],_0xb09a1d=selectConfiguredRegion({'appRegion':_0xc4df1a?.['region'],'projectRegion':_0x2636df?_0x24c366[_0x47ed8a(0x1ca)]:undefined,'globalRegion':_0x2636df||_0x2477d8?_0x716d7f[_0x47ed8a(0x1ca)]:undefined,'mergedRegion':_0x404148[_0x47ed8a(0x1ca)]}),_0x1bcdac=normalizeLovrabetRegion(_0xb09a1d['value'])??DEFAULT_LOVRABET_REGION,_0x4bc589=isDaily(normalizeEnv(String(_0x294449)))?'daily':_0x47ed8a(0x1d5);return{'appCode':typeof _0x35a1f4===_0x47ed8a(0x1cf)&&_0x35a1f4['trim']()?_0x35a1f4['trim']():undefined,'region':_0x1bcdac,'regionConfiguredValue':_0xb09a1d[_0x47ed8a(0x1bc)],'regionSource':_0xb09a1d['source'],'env':_0x4bc589,'locale':_0xf27246,'cookie':_0x289466,'accessKey':_0x2eb34a,'format':_0xeea76d,'pageSize':_0x3e6e36,'riskLevel':_0x27a786,'verbose':_0x7e3915,'apiDir':_0x420965,'apps':_0x10b9f9,'defaultApp':_0x37cf8a,'currentApp':_0x2e0411?_0x1b667b:undefined,'explicitAppName':_0x35d8bd};}
1
+ (function(_0x1044a6,_0x3c3afb){const _0x33b717=a266_0x3271,_0x43e9cb=_0x1044a6();while(!![]){try{const _0x1a2e3c=-parseInt(_0x33b717(0x1e3))/0x1*(parseInt(_0x33b717(0x1ec))/0x2)+parseInt(_0x33b717(0x1e5))/0x3+-parseInt(_0x33b717(0x1d7))/0x4+parseInt(_0x33b717(0x1e9))/0x5*(-parseInt(_0x33b717(0x1d6))/0x6)+-parseInt(_0x33b717(0x1f1))/0x7+parseInt(_0x33b717(0x1cf))/0x8+parseInt(_0x33b717(0x1d8))/0x9;if(_0x1a2e3c===_0x3c3afb)break;else _0x43e9cb['push'](_0x43e9cb['shift']());}catch(_0x4069da){_0x43e9cb['push'](_0x43e9cb['shift']());}}}(a266_0x3f14,0x3c578));function a266_0x3f14(){const _0x3ccbfd=['COOKIE','high-risk-write','read','VERBOSE','appcode','cookie','54fHrdNV','1547008ISpKJx','11502261nOeMao','ENV','defaultApp','apiDir','ACCESS_KEY','length','entries','APP','projectPath','region','PAGE_SIZE','127762uPYHLZ','accessKey','357132FfkbtV','riskLevel','trim','write','115755UoXBpv','apps','source','4zczHpU','env','RISK_LEVEL','string','format','3276406xlLnWP','projectConfig','value','daily','keys','locale','true','pageSize','1350240HFKUXo'];a266_0x3f14=function(){return _0x3ccbfd;};return a266_0x3f14();}import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';import{DEFAULT_LOVRABET_REGION,normalizeLovrabetRegion}from'../constant/region.js';import{selectConfiguredRegion}from'../config/region-config.js';function stringConfigValue(_0x29885b){const _0x1d0ce7=a266_0x3271;return typeof _0x29885b===_0x1d0ce7(0x1ef)&&_0x29885b[_0x1d0ce7(0x1e7)]()?_0x29885b['trim']():undefined;}function appProfiles(_0x1d0ee3){const _0xb8bbf9=a266_0x3271;return _0x1d0ee3[_0xb8bbf9(0x1ea)]&&typeof _0x1d0ee3[_0xb8bbf9(0x1ea)]==='object'?_0x1d0ee3[_0xb8bbf9(0x1ea)]:{};}function resolveDefaultAppName(_0x2aa24a){const _0x5d8b2c=a266_0x3271,_0x1ee94a=stringConfigValue(_0x2aa24a[_0x5d8b2c(0x1da)]);if(_0x1ee94a)return _0x1ee94a;const _0x52ee1e=Object[_0x5d8b2c(0x1cb)](appProfiles(_0x2aa24a));return _0x52ee1e[_0x5d8b2c(0x1dd)]===0x1?_0x52ee1e[0x0]:undefined;}function resolveTopLevelAppCode(_0x4aa4cc){const _0x2e4100=a266_0x3271;return stringConfigValue(_0x4aa4cc[_0x2e4100(0x1d4)])||stringConfigValue(_0x4aa4cc['app']);}function normalizeRiskCeiling(_0x25847a){const _0x313e2c=a266_0x3271;if(_0x25847a===undefined||_0x25847a===null)return undefined;if(_0x25847a===_0x313e2c(0x1d2)||_0x25847a===_0x313e2c(0x1e8)||_0x25847a===_0x313e2c(0x1d1))return _0x25847a;return _0x313e2c(0x1d2);}function resolveRiskCeiling(..._0x28c11d){const _0x45b925=a266_0x3271;let _0x17fd16;for(const _0x1e929c of _0x28c11d){const _0x43ea51=normalizeRiskCeiling(_0x1e929c);_0x43ea51&&(!_0x17fd16||riskLevelOrder(_0x43ea51)<riskLevelOrder(_0x17fd16))&&(_0x17fd16=_0x43ea51);}return _0x17fd16??DEFAULT_CONFIG_VALUES[_0x45b925(0x1e6)];}function a266_0x3271(_0x2ef929,_0x17e09e){_0x2ef929=_0x2ef929-0x1ca;const _0x3f1465=a266_0x3f14();let _0x32714f=_0x3f1465[_0x2ef929];return _0x32714f;}export function resolveAppConfig({raw:_0xf3dea5,flags:_0x3f6772,layers:_0x5b62f3,readEnv:_0x2421d3}){const _0x50d02f=a266_0x3271,_0x3c4bb1=_0x5b62f3?.[_0x50d02f(0x1f2)]??{},_0x1efb69=_0x5b62f3?.['globalConfig']??{},_0x51874c=!!_0x5b62f3?.[_0x50d02f(0x1e0)]||Object[_0x50d02f(0x1cb)](_0x3c4bb1)['length']>0x0,_0x4952e2=!_0x51874c,_0x53368e=_0x51874c?resolveDefaultAppName(_0x3c4bb1):undefined,_0x477936=_0x4952e2?resolveDefaultAppName(_0x1efb69):undefined,_0x566f9c=stringConfigValue(_0x3f6772['app']),_0x72d750=_0x2421d3(_0x50d02f(0x1df)),_0x1ec680={};if(_0xf3dea5[_0x50d02f(0x1ea)]&&typeof _0xf3dea5[_0x50d02f(0x1ea)]==='object')for(const [_0x117556,_0x19b6e9]of Object[_0x50d02f(0x1de)](_0xf3dea5[_0x50d02f(0x1ea)])){_0x19b6e9&&typeof _0x19b6e9==='object'&&_0x19b6e9['appcode']&&(_0x1ec680[_0x117556]=_0x19b6e9);}const _0x2f1803=_0x53368e||_0x477936||resolveDefaultAppName(_0xf3dea5),_0x535251=Object[_0x50d02f(0x1cb)](_0x1ec680)[_0x50d02f(0x1dd)]>0x0,_0x34e05e=_0x566f9c||_0x53368e||_0x72d750||_0x477936||_0x2f1803||undefined,_0x49a29d=stringConfigValue(_0x3f6772[_0x50d02f(0x1d4)]),_0x3304f4=_0x49a29d?Object[_0x50d02f(0x1de)](_0x1ec680)['filter'](([,_0x3ed32b])=>_0x3ed32b?.[_0x50d02f(0x1d4)]===_0x49a29d):[],_0x58e700=_0x566f9c&&_0x1ec680[_0x566f9c]?.['appcode']===_0x49a29d?[_0x566f9c,_0x1ec680[_0x566f9c]]:undefined,_0x3061aa=_0x58e700??(_0x3304f4[_0x50d02f(0x1dd)]===0x1?_0x3304f4[0x0]:undefined),_0x107083=_0x3061aa?.[0x0],_0x4dd441=_0x3061aa?.[0x1],_0x57f114=_0x49a29d?_0x107083:_0x34e05e;let _0x33c52d=_0x57f114&&_0x1ec680[_0x57f114]?_0x1ec680[_0x57f114]:undefined;_0x49a29d&&_0x4dd441&&(_0x33c52d=_0x4dd441);const _0x484411=_0x49a29d?_0x4dd441??_0x33c52d:_0x33c52d,_0x148c6b=!_0x566f9c&&!_0x53368e&&_0x72d750&&_0x57f114===_0x72d750,_0xf4e8b1=_0x566f9c||(_0x148c6b?_0x72d750:undefined)||(_0x49a29d?_0x107083:undefined),_0x187de3=_0x484411?.['appcode'],_0x46a74d=_0x51874c?resolveTopLevelAppCode(_0x3c4bb1):undefined,_0x4b6278=_0x4952e2?resolveTopLevelAppCode(_0x1efb69):undefined,_0xf6990f=_0x566f9c||_0x53368e?_0x187de3:undefined,_0x5b1452=!_0x566f9c&&!_0x53368e?_0x187de3:undefined,_0xd2cf9a=_0x49a29d||_0xf6990f||_0x46a74d||_0x5b1452||_0x4b6278||undefined,_0x465eee=_0x51874c?stringConfigValue(_0x3c4bb1['env']):undefined,_0x2fe12f=_0x4952e2?stringConfigValue(_0x1efb69['env']):undefined,_0x1e01f6=_0x3f6772['env']||_0x484411?.[_0x50d02f(0x1ed)]||_0x465eee||_0x2421d3(_0x50d02f(0x1d9))||_0x2fe12f||_0xf3dea5[_0x50d02f(0x1ed)]||DEFAULT_CONFIG_VALUES[_0x50d02f(0x1ed)],_0x42d887=_0x484411?.['locale']||_0xf3dea5[_0x50d02f(0x1cc)]||DEFAULT_CONFIG_VALUES[_0x50d02f(0x1cc)],_0x5ee9c9=_0x2421d3(_0x50d02f(0x1d0))||_0x484411?.[_0x50d02f(0x1d5)]||_0xf3dea5[_0x50d02f(0x1d5)]||undefined,_0x5eb812=_0x2421d3(_0x50d02f(0x1dc))||_0x484411?.[_0x50d02f(0x1e4)]||_0xf3dea5[_0x50d02f(0x1e4)]||undefined,_0xa7ab23=_0x3f6772[_0x50d02f(0x1f0)]||_0x2421d3('FORMAT')||_0x484411?.[_0x50d02f(0x1f0)]||_0xf3dea5[_0x50d02f(0x1f0)],_0x302c8e=normalizeLegacyOutputFormat(_0xa7ab23),_0x2255d7=_0x2421d3(_0x50d02f(0x1e2))||_0x484411?.['pageSize']||_0xf3dea5[_0x50d02f(0x1ce)],_0x136129=_0x2255d7?Number(_0x2255d7)||undefined:undefined,_0x25e498=_0x5b62f3?[_0x5b62f3['globalConfig'][_0x50d02f(0x1e6)],_0x5b62f3['projectConfig'][_0x50d02f(0x1e6)]]:[_0xf3dea5[_0x50d02f(0x1e6)]],_0xf9559a=resolveRiskCeiling(..._0x25e498,_0x484411?.['riskLevel']),_0x371811=resolveRiskCeiling(_0xf9559a,_0x2421d3(_0x50d02f(0x1ee))),_0x57476b=_0x2421d3(_0x50d02f(0x1d3)),_0x395da8=_0x57476b==='1'||_0x57476b===_0x50d02f(0x1cd),_0x2a22f9=_0x484411?.[_0x50d02f(0x1db)]||_0xf3dea5[_0x50d02f(0x1db)]||DEFAULT_CONFIG_VALUES[_0x50d02f(0x1db)],_0x719a42=selectConfiguredRegion({'appRegion':_0x484411?.[_0x50d02f(0x1e1)],'projectRegion':_0x51874c?_0x3c4bb1[_0x50d02f(0x1e1)]:undefined,'globalRegion':_0x51874c||_0x4952e2?_0x1efb69[_0x50d02f(0x1e1)]:undefined,'mergedRegion':_0xf3dea5[_0x50d02f(0x1e1)]}),_0x106299=normalizeLovrabetRegion(_0x719a42[_0x50d02f(0x1f3)])??DEFAULT_LOVRABET_REGION,_0x336b55=isDaily(normalizeEnv(String(_0x1e01f6)))?_0x50d02f(0x1ca):'production';return{'appCode':typeof _0xd2cf9a===_0x50d02f(0x1ef)&&_0xd2cf9a[_0x50d02f(0x1e7)]()?_0xd2cf9a[_0x50d02f(0x1e7)]():undefined,'region':_0x106299,'regionConfiguredValue':_0x719a42[_0x50d02f(0x1f3)],'regionSource':_0x719a42[_0x50d02f(0x1eb)],'env':_0x336b55,'locale':_0x42d887,'cookie':_0x5ee9c9,'accessKey':_0x5eb812,'format':_0x302c8e,'pageSize':_0x136129,'riskLevel':_0x371811,'verbose':_0x395da8,'apiDir':_0x2a22f9,'apps':_0x1ec680,'defaultApp':_0x2f1803,'currentApp':_0x535251?_0x57f114:undefined,'explicitAppName':_0xf4e8b1};}
@@ -1 +1 @@
1
- (function(_0x535efc,_0x1b6490){const _0x1f5320=a267_0x14ca,_0x53e184=_0x535efc();while(!![]){try{const _0x4b1637=-parseInt(_0x1f5320(0x138))/0x1*(-parseInt(_0x1f5320(0x133))/0x2)+parseInt(_0x1f5320(0x139))/0x3+-parseInt(_0x1f5320(0x135))/0x4+parseInt(_0x1f5320(0x134))/0x5*(-parseInt(_0x1f5320(0x13a))/0x6)+-parseInt(_0x1f5320(0x132))/0x7*(-parseInt(_0x1f5320(0x13d))/0x8)+parseInt(_0x1f5320(0x136))/0x9+parseInt(_0x1f5320(0x13c))/0xa*(-parseInt(_0x1f5320(0x13e))/0xb);if(_0x4b1637===_0x1b6490)break;else _0x53e184['push'](_0x53e184['shift']());}catch(_0x150543){_0x53e184['push'](_0x53e184['shift']());}}}(a267_0x343c,0x48fb5));import{getIsSessionValid}from'../auth/is-session-valid.js';function a267_0x343c(){const _0x454bcc=['8486510EheLGy','620104PBRYtC','11AxyNCM','35wmnmyT','242938OMhkCY','1805PWluSO','358588DBtYMy','2124441cNvqVB','../auth/get-cookie.js','1PaTYIX','1598823ZYIoVV','678ucyXoB','cookie'];a267_0x343c=function(){return _0x454bcc;};return a267_0x343c();}import{CliErrors}from'../errors.js';function a267_0x14ca(_0x56eb14,_0x305ff3){_0x56eb14=_0x56eb14-0x132;const _0x343c6d=a267_0x343c();let _0x14caaf=_0x343c6d[_0x56eb14];return _0x14caaf;}export async function buildAuth(_0x1a1e5c){const _0x2dcacb=a267_0x14ca,{getCookie:_0x26e785}=await import(_0x2dcacb(0x137)),_0x25c133=_0x1a1e5c[_0x2dcacb(0x13b)]||_0x26e785(),_0x823b0b=_0x25c133?await getIsSessionValid():![];return{'cookie':_0x25c133,'isLoggedIn':_0x823b0b,async 'getOrLogin'(){if(_0x25c133&&_0x823b0b)return _0x25c133;throw CliErrors['authRequired']();}};}
1
+ (function(_0x2a777f,_0x1419e4){const _0x163794=a267_0x399e,_0x1eb458=_0x2a777f();while(!![]){try{const _0x4319e7=parseInt(_0x163794(0x10b))/0x1+parseInt(_0x163794(0x10a))/0x2*(-parseInt(_0x163794(0x115))/0x3)+parseInt(_0x163794(0x112))/0x4*(-parseInt(_0x163794(0x10c))/0x5)+-parseInt(_0x163794(0x109))/0x6*(-parseInt(_0x163794(0x107))/0x7)+-parseInt(_0x163794(0x10d))/0x8+-parseInt(_0x163794(0x10e))/0x9*(-parseInt(_0x163794(0x113))/0xa)+-parseInt(_0x163794(0x110))/0xb*(-parseInt(_0x163794(0x111))/0xc);if(_0x4319e7===_0x1419e4)break;else _0x1eb458['push'](_0x1eb458['shift']());}catch(_0x4370e1){_0x1eb458['push'](_0x1eb458['shift']());}}}(a267_0x32f6,0x70d5f));function a267_0x399e(_0x23110a,_0x531963){_0x23110a=_0x23110a-0x107;const _0x32f644=a267_0x32f6();let _0x399e6f=_0x32f644[_0x23110a];return _0x399e6f;}import{getIsSessionValid}from'../auth/is-session-valid.js';function a267_0x32f6(){const _0x45b96b=['619610iDDftu','authRequired','15qKLbZv','1001qPeHmW','cookie','33456HwogQr','244220tIslsa','436004UXsqrf','1552850GCXBim','1705296TjtbbC','54LioRaI','../auth/get-cookie.js','4697jiOUJf','8484aJVNfS','8Ikxmtj'];a267_0x32f6=function(){return _0x45b96b;};return a267_0x32f6();}import{CliErrors}from'../errors.js';export async function buildAuth(_0x1b3bc2){const _0x13013b=a267_0x399e,{getCookie:_0x4e3ce8}=await import(_0x13013b(0x10f)),_0x3602f6=_0x1b3bc2[_0x13013b(0x108)]||_0x4e3ce8(),_0x2490ea=_0x3602f6?await getIsSessionValid():![];return{'cookie':_0x3602f6,'isLoggedIn':_0x2490ea,async 'getOrLogin'(){const _0x516368=_0x13013b;if(_0x3602f6&&_0x2490ea)return _0x3602f6;throw CliErrors[_0x516368(0x114)]();}};}
@@ -1 +1 @@
1
- const a268_0x3c0f20=a268_0x5c28;(function(_0xab8303,_0x444b56){const _0x2d2f0f=a268_0x5c28,_0x5ab48f=_0xab8303();while(!![]){try{const _0x2ff5f1=-parseInt(_0x2d2f0f(0x133))/0x1*(-parseInt(_0x2d2f0f(0x149))/0x2)+parseInt(_0x2d2f0f(0x13e))/0x3+parseInt(_0x2d2f0f(0x146))/0x4+parseInt(_0x2d2f0f(0x154))/0x5*(-parseInt(_0x2d2f0f(0x15e))/0x6)+parseInt(_0x2d2f0f(0x141))/0x7+-parseInt(_0x2d2f0f(0x148))/0x8+-parseInt(_0x2d2f0f(0x15b))/0x9*(-parseInt(_0x2d2f0f(0x12e))/0xa);if(_0x2ff5f1===_0x444b56)break;else _0x5ab48f['push'](_0x5ab48f['shift']());}catch(_0x47f8d6){_0x5ab48f['push'](_0x5ab48f['shift']());}}}(a268_0x3d98,0x93d39));function a268_0x5c28(_0x396352,_0x227427){_0x396352=_0x396352-0x125;const _0x3d989c=a268_0x3d98();let _0x5c287b=_0x3d989c[_0x396352];return _0x5c287b;}import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{dirname,parse,resolve}from'node:path';import{homedir}from'node:os';import{CLI_BIN_NAME}from'../constant/cli.js';import{normalizeConfigForWrite}from'../config/schema.js';export const NEW_CONFIG_NAME=a268_0x3c0f20(0x15f);export const CONFIG_NAMES=[NEW_CONFIG_NAME];const normalizedWriteCache=new Map();export function resolveConfigPath(_0x214c76){for(const _0x461884 of CONFIG_NAMES){const _0x3fcfba=resolve(_0x214c76,_0x461884);if(existsSync(_0x3fcfba))return _0x3fcfba;}return undefined;}export function findProjectRootDirectory(_0x1a4719=process['cwd']()){let _0x46dbf8=resolve(_0x1a4719);const {root:_0x54a2d8}=parse(_0x46dbf8),_0x465b2e=homedir();while(!![]){if(resolveConfigPath(_0x46dbf8)){if(_0x46dbf8===_0x465b2e)break;return _0x46dbf8;}if(_0x46dbf8===_0x54a2d8||_0x46dbf8===_0x465b2e)break;const _0x30de7c=dirname(_0x46dbf8);if(_0x30de7c===_0x46dbf8)break;_0x46dbf8=_0x30de7c;}return resolve(_0x1a4719);}export function getProjectConfigPath(){const _0x230d87=a268_0x3c0f20;return resolveConfigPath(process[_0x230d87(0x12b)]());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function isInProject(){return!!getProjectConfigPath();}export function inspectCliConfigJsonFile(_0x157bd3){const _0x5d3039=a268_0x3c0f20;if(!existsSync(_0x157bd3))return{'status':'missing'};try{const _0x118747=readFileSync(_0x157bd3,{'encoding':_0x5d3039(0x13f)});if(!_0x118747?.['trim']())return{'status':_0x5d3039(0x129)};const _0x4ccc6d=JSON[_0x5d3039(0x128)](_0x118747);return{'status':'ok','data':_0x4ccc6d};}catch(_0x26be4a){return{'status':_0x5d3039(0x130),'message':_0x26be4a instanceof Error?_0x26be4a[_0x5d3039(0x136)]:String(_0x26be4a)};}}function parseCliConfigJsonFile(_0x43bd2b,_0xa232d1,_0x3830cd){const _0x4387fe=a268_0x3c0f20,_0xc4e5dc=inspectCliConfigJsonFile(_0x43bd2b);if(_0xc4e5dc[_0x4387fe(0x134)]===_0x4387fe(0x15c)||_0xc4e5dc[_0x4387fe(0x134)]===_0x4387fe(0x129))return{};if(_0xc4e5dc['status']==='ok')return _0xc4e5dc[_0x4387fe(0x13b)];return _0xa232d1==='warn'&&_0x3830cd&&console[_0x4387fe(0x130)](CLI_BIN_NAME+':\x20'+_0x3830cd+_0x4387fe(0x14b)+_0x43bd2b+_0x4387fe(0x155)+_0xc4e5dc[_0x4387fe(0x136)]),{};}function normalizeLegacyConfigShape(_0x3747cd){const _0x553a7f=a268_0x3c0f20;if(!_0x3747cd||typeof _0x3747cd!==_0x553a7f(0x156))return{'config':{},'migrated':![]};const _0x45532={..._0x3747cd},_0x468951=_0x45532[_0x553a7f(0x13d)]&&typeof _0x45532[_0x553a7f(0x13d)]===_0x553a7f(0x156)?{..._0x45532[_0x553a7f(0x13d)]}:{},_0x4f876c=Object[_0x553a7f(0x127)](_0x468951)[_0x553a7f(0x137)],_0x554e3b=_0x45532[_0x553a7f(0x15a)]||_0x45532[_0x553a7f(0x12c)];let _0x21d1d1=![];if(_0x554e3b&&_0x4f876c===0x0){const _0x22f0db=typeof _0x45532[_0x553a7f(0x138)]===_0x553a7f(0x14f)&&_0x45532[_0x553a7f(0x138)][_0x553a7f(0x152)]()?_0x45532['defaultApp']:String(_0x554e3b)[_0x553a7f(0x152)]();_0x468951[_0x22f0db]={'appcode':String(_0x554e3b)[_0x553a7f(0x152)](),..._0x45532[_0x553a7f(0x153)]!=null?{'env':_0x45532['env']}:{},..._0x45532[_0x553a7f(0x142)]!=null?{'apiDir':_0x45532['apiDir']}:{},..._0x45532['cookie']!=null?{'cookie':_0x45532[_0x553a7f(0x14a)]}:{},..._0x45532['accessKey']!=null?{'accessKey':_0x45532[_0x553a7f(0x150)]}:{},..._0x45532['format']!=null?{'format':_0x45532['format']}:{},..._0x45532[_0x553a7f(0x144)]!=null?{'pageSize':_0x45532[_0x553a7f(0x144)]}:{},..._0x45532['riskLevel']!=null?{'riskLevel':_0x45532[_0x553a7f(0x140)]}:{},..._0x45532['locale']!=null?{'locale':_0x45532[_0x553a7f(0x126)]}:{}},_0x45532[_0x553a7f(0x13d)]=_0x468951,delete _0x45532[_0x553a7f(0x138)],_0x21d1d1=!![];}return('appcode'in _0x45532||_0x553a7f(0x12c)in _0x45532)&&(delete _0x45532[_0x553a7f(0x15a)],delete _0x45532[_0x553a7f(0x12c)],_0x21d1d1=!![]),{'config':_0x45532,'migrated':_0x21d1d1};}function writeNormalizedConfigIfNeeded(_0x84d824,_0x57c05d){const _0x4853ba=a268_0x3c0f20,_0xea5ce8=JSON[_0x4853ba(0x12d)](normalizeConfigForWrite(_0x57c05d),null,0x2)+'\x0a';if(normalizedWriteCache[_0x4853ba(0x145)](_0x84d824)===_0xea5ce8)return;writeConfigFile(_0x84d824,_0x57c05d),normalizedWriteCache[_0x4853ba(0x12f)](_0x84d824,_0xea5ce8);}function parseAndNormalizeConfig(_0x1116a3,_0x4a8b09,_0x29a5f2){const _0x1a0ea3=a268_0x3c0f20,_0x502976=parseCliConfigJsonFile(_0x1116a3,_0x4a8b09,_0x29a5f2),_0x54c944=normalizeLegacyConfigShape(_0x502976);if(_0x54c944[_0x1a0ea3(0x159)])try{writeNormalizedConfigIfNeeded(_0x1116a3,_0x54c944[_0x1a0ea3(0x158)]);}catch{}return _0x54c944[_0x1a0ea3(0x158)];}export function loadRawConfigLayers(_0x421e87){const _0x4ae582=a268_0x3c0f20;let _0x350e36={},_0x632a42={};const _0xedca22=resolveConfigPath(homedir());_0xedca22&&(_0x350e36=parseAndNormalizeConfig(_0xedca22,_0x4ae582(0x15d),_0x4ae582(0x14c)));const _0x142edc=_0x421e87??findProjectRootDirectory(),_0x2ec16c=resolveConfigPath(_0x142edc);return _0x2ec16c&&(_0x632a42=parseAndNormalizeConfig(_0x2ec16c,'warn',_0x4ae582(0x14e))),{'globalPath':_0xedca22,'projectPath':_0x2ec16c,'globalConfig':_0x350e36,'projectConfig':_0x632a42};}const INHERIT_WHITELIST=[a268_0x3c0f20(0x14a),a268_0x3c0f20(0x150),a268_0x3c0f20(0x126),a268_0x3c0f20(0x13a),a268_0x3c0f20(0x140),a268_0x3c0f20(0x144),a268_0x3c0f20(0x157),a268_0x3c0f20(0x14d),a268_0x3c0f20(0x12a),a268_0x3c0f20(0x139),'runtimeDomain',a268_0x3c0f20(0x151),a268_0x3c0f20(0x125),a268_0x3c0f20(0x13c),a268_0x3c0f20(0x131),a268_0x3c0f20(0x132)];export function mergeRawConfigLayers(_0x76d2ec){const _0x83c5e0=a268_0x3c0f20,{globalConfig:_0x216127,projectConfig:_0x477796}=_0x76d2ec,_0x59c8e1=!!_0x76d2ec[_0x83c5e0(0x135)]||Object['keys'](_0x477796)[_0x83c5e0(0x137)]>0x0;if(!_0x59c8e1)return mergeGlobalOnly(_0x216127);return mergeProjectFirst(_0x216127,_0x477796);}function mergeGlobalOnly(_0x5b874b){const _0x269b07=a268_0x3c0f20,_0x27f425={..._0x5b874b};delete _0x27f425[_0x269b07(0x143)];const _0x3346f5=_0x5b874b[_0x269b07(0x13d)]&&typeof _0x5b874b[_0x269b07(0x13d)]===_0x269b07(0x156)?_0x5b874b[_0x269b07(0x13d)]:{};if(Object[_0x269b07(0x127)](_0x3346f5)['length']>0x0)_0x27f425[_0x269b07(0x13d)]=_0x3346f5;if(_0x5b874b[_0x269b07(0x138)])_0x27f425[_0x269b07(0x138)]=_0x5b874b[_0x269b07(0x138)];return _0x27f425;}function mergeProjectFirst(_0x30cf29,_0x1df480){const _0x49c7d5=a268_0x3c0f20,_0x114b3e={..._0x1df480};delete _0x114b3e[_0x49c7d5(0x143)];for(const _0x1c9738 of INHERIT_WHITELIST){!(_0x1c9738 in _0x114b3e)&&_0x1c9738 in _0x30cf29&&(_0x114b3e[_0x1c9738]=_0x30cf29[_0x1c9738]);}const _0x3172bc=_0x1df480[_0x49c7d5(0x13d)]&&typeof _0x1df480[_0x49c7d5(0x13d)]===_0x49c7d5(0x156)?_0x1df480[_0x49c7d5(0x13d)]:{};return Object[_0x49c7d5(0x127)](_0x3172bc)[_0x49c7d5(0x137)]>0x0?_0x114b3e['apps']=_0x3172bc:delete _0x114b3e[_0x49c7d5(0x13d)],_0x49c7d5(0x138)in _0x1df480?_0x114b3e[_0x49c7d5(0x138)]=_0x1df480[_0x49c7d5(0x138)]:delete _0x114b3e[_0x49c7d5(0x138)],_0x114b3e;}export function readRawConfigWithLayers(_0x299bb9){const _0x473af5=loadRawConfigLayers(_0x299bb9);return{'config':mergeRawConfigLayers(_0x473af5),'layers':_0x473af5};}export function readRawConfig(_0x3b91a9){return mergeRawConfigLayers(loadRawConfigLayers(_0x3b91a9));}export function readConfigFile(_0x1d07da){return parseAndNormalizeConfig(_0x1d07da,'silent');}export function writeConfigFile(_0x46ede1,_0x52dde5){const _0x16d265=a268_0x3c0f20,_0x2cbb4b=dirname(_0x46ede1);!existsSync(_0x2cbb4b)&&mkdirSync(_0x2cbb4b,{'recursive':!![]});const _0x59eb32=_0x46ede1+'.tmp';try{const _0x4b0673=normalizeConfigForWrite(_0x52dde5);writeFileSync(_0x59eb32,JSON['stringify'](_0x4b0673,null,0x2)+'\x0a',{'encoding':_0x16d265(0x13f),'mode':0x180}),renameSync(_0x59eb32,_0x46ede1);}catch(_0x445ce5){try{unlinkSync(_0x59eb32);}catch{}throw _0x445ce5;}}function a268_0x3d98(){const _0x4d23b7=['error','localDomain','certificateDomain','4RUhCQW','status','projectPath','message','length','defaultApp','apiDomain','format','data','appDomain','apps','1024830KGeBvk','utf8','riskLevel','5133611bpyuIr','apiDir','inherit','pageSize','get','565924DfzaZr','project','984528RILtZE','74506aOuHWV','cookie','\x20config\x20file\x20ignored\x20(invalid\x20JSON\x20or\x20unreadable):\x20','Global','routing','Project','string','accessKey','skillDomain','trim','env','15SbFEyJ','\x0a\x20\x20','object','region','config','migrated','appcode','1332oSYkbQ','missing','warn','1309938nEjjnx','.rabetbase.json','kbDomain','locale','keys','parse','empty','userDomain','cwd','app','stringify','1220oLfCmP','set'];a268_0x3d98=function(){return _0x4d23b7;};return a268_0x3d98();}export function resolveWriteConfigPath(_0x2e21f6){const _0x394356=a268_0x3c0f20,_0x3c2367=_0x2e21f6===_0x394356(0x147)?process[_0x394356(0x12b)]():homedir(),_0x228731=resolveConfigPath(_0x3c2367);return _0x228731??resolve(_0x3c2367,NEW_CONFIG_NAME);}
1
+ const a268_0x3a9867=a268_0x3996;(function(_0x2ef8da,_0x34717d){const _0x2a3901=a268_0x3996,_0x2ce3fe=_0x2ef8da();while(!![]){try{const _0x3b6518=parseInt(_0x2a3901(0x175))/0x1+parseInt(_0x2a3901(0x198))/0x2*(parseInt(_0x2a3901(0x191))/0x3)+-parseInt(_0x2a3901(0x18e))/0x4+parseInt(_0x2a3901(0x178))/0x5*(-parseInt(_0x2a3901(0x18b))/0x6)+-parseInt(_0x2a3901(0x186))/0x7*(parseInt(_0x2a3901(0x195))/0x8)+parseInt(_0x2a3901(0x182))/0x9*(-parseInt(_0x2a3901(0x16f))/0xa)+parseInt(_0x2a3901(0x184))/0xb;if(_0x3b6518===_0x34717d)break;else _0x2ce3fe['push'](_0x2ce3fe['shift']());}catch(_0x2760d){_0x2ce3fe['push'](_0x2ce3fe['shift']());}}}(a268_0xbda5,0x288f3));import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{dirname,parse,resolve}from'node:path';import{homedir}from'node:os';import{CLI_BIN_NAME}from'../constant/cli.js';import{normalizeConfigForWrite}from'../config/schema.js';export const NEW_CONFIG_NAME=a268_0x3a9867(0x194);export const CONFIG_NAMES=[NEW_CONFIG_NAME];const normalizedWriteCache=new Map();export function resolveConfigPath(_0x40b0a0){for(const _0x89369d of CONFIG_NAMES){const _0xc57fea=resolve(_0x40b0a0,_0x89369d);if(existsSync(_0xc57fea))return _0xc57fea;}return undefined;}export function findProjectRootDirectory(_0x10a999=process[a268_0x3a9867(0x17b)]()){let _0x141691=resolve(_0x10a999);const {root:_0x5f0d4e}=parse(_0x141691),_0x57ab12=homedir();while(!![]){if(resolveConfigPath(_0x141691)){if(_0x141691===_0x57ab12)break;return _0x141691;}if(_0x141691===_0x5f0d4e||_0x141691===_0x57ab12)break;const _0x2c7cea=dirname(_0x141691);if(_0x2c7cea===_0x141691)break;_0x141691=_0x2c7cea;}return resolve(_0x10a999);}export function getProjectConfigPath(){const _0x1ab2ec=a268_0x3a9867;return resolveConfigPath(process[_0x1ab2ec(0x17b)]());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function isInProject(){return!!getProjectConfigPath();}export function inspectCliConfigJsonFile(_0x32acd6){const _0x2e925c=a268_0x3a9867;if(!existsSync(_0x32acd6))return{'status':_0x2e925c(0x1a0)};try{const _0x4e7b8e=readFileSync(_0x32acd6,{'encoding':'utf8'});if(!_0x4e7b8e?.['trim']())return{'status':_0x2e925c(0x189)};const _0x3e8c6b=JSON['parse'](_0x4e7b8e);return{'status':'ok','data':_0x3e8c6b};}catch(_0x3703a9){return{'status':_0x2e925c(0x185),'message':_0x3703a9 instanceof Error?_0x3703a9[_0x2e925c(0x183)]:String(_0x3703a9)};}}function parseCliConfigJsonFile(_0x4974d7,_0x5650af,_0x1b3b69){const _0x466ae9=a268_0x3a9867,_0x4f254f=inspectCliConfigJsonFile(_0x4974d7);if(_0x4f254f[_0x466ae9(0x17e)]==='missing'||_0x4f254f[_0x466ae9(0x17e)]===_0x466ae9(0x189))return{};if(_0x4f254f[_0x466ae9(0x17e)]==='ok')return _0x4f254f['data'];return _0x5650af==='warn'&&_0x1b3b69&&console[_0x466ae9(0x185)](CLI_BIN_NAME+':\x20'+_0x1b3b69+'\x20config\x20file\x20ignored\x20(invalid\x20JSON\x20or\x20unreadable):\x20'+_0x4974d7+'\x0a\x20\x20'+_0x4f254f['message']),{};}function normalizeLegacyConfigShape(_0x55b971){const _0x2fd9e7=a268_0x3a9867;if(!_0x55b971||typeof _0x55b971!==_0x2fd9e7(0x19e))return{'config':{},'migrated':![]};const _0xbaeee0={..._0x55b971},_0x283316=_0xbaeee0[_0x2fd9e7(0x171)]&&typeof _0xbaeee0['apps']===_0x2fd9e7(0x19e)?{..._0xbaeee0[_0x2fd9e7(0x171)]}:{},_0x2e1f21=Object[_0x2fd9e7(0x179)](_0x283316)[_0x2fd9e7(0x174)],_0x486ec3=_0xbaeee0[_0x2fd9e7(0x18a)]||_0xbaeee0[_0x2fd9e7(0x17a)];let _0x149821=![];if(_0x486ec3&&_0x2e1f21===0x0){const _0x56f8f2=typeof _0xbaeee0[_0x2fd9e7(0x19a)]===_0x2fd9e7(0x17c)&&_0xbaeee0['defaultApp'][_0x2fd9e7(0x17f)]()?_0xbaeee0[_0x2fd9e7(0x19a)]:String(_0x486ec3)[_0x2fd9e7(0x17f)]();_0x283316[_0x56f8f2]={'appcode':String(_0x486ec3)[_0x2fd9e7(0x17f)](),..._0xbaeee0[_0x2fd9e7(0x172)]!=null?{'env':_0xbaeee0[_0x2fd9e7(0x172)]}:{},..._0xbaeee0[_0x2fd9e7(0x192)]!=null?{'apiDir':_0xbaeee0[_0x2fd9e7(0x192)]}:{},..._0xbaeee0['cookie']!=null?{'cookie':_0xbaeee0[_0x2fd9e7(0x16e)]}:{},..._0xbaeee0[_0x2fd9e7(0x181)]!=null?{'accessKey':_0xbaeee0['accessKey']}:{},..._0xbaeee0[_0x2fd9e7(0x18d)]!=null?{'format':_0xbaeee0[_0x2fd9e7(0x18d)]}:{},..._0xbaeee0[_0x2fd9e7(0x18f)]!=null?{'pageSize':_0xbaeee0[_0x2fd9e7(0x18f)]}:{},..._0xbaeee0[_0x2fd9e7(0x19f)]!=null?{'riskLevel':_0xbaeee0[_0x2fd9e7(0x19f)]}:{},..._0xbaeee0['locale']!=null?{'locale':_0xbaeee0[_0x2fd9e7(0x1a1)]}:{}},_0xbaeee0[_0x2fd9e7(0x171)]=_0x283316,delete _0xbaeee0[_0x2fd9e7(0x19a)],_0x149821=!![];}return(_0x2fd9e7(0x18a)in _0xbaeee0||_0x2fd9e7(0x17a)in _0xbaeee0)&&(delete _0xbaeee0[_0x2fd9e7(0x18a)],delete _0xbaeee0[_0x2fd9e7(0x17a)],_0x149821=!![]),{'config':_0xbaeee0,'migrated':_0x149821};}function writeNormalizedConfigIfNeeded(_0x4800f6,_0x3eabcc){const _0x43cc3b=a268_0x3a9867,_0xa2744f=JSON[_0x43cc3b(0x1a2)](normalizeConfigForWrite(_0x3eabcc),null,0x2)+'\x0a';if(normalizedWriteCache[_0x43cc3b(0x19d)](_0x4800f6)===_0xa2744f)return;writeConfigFile(_0x4800f6,_0x3eabcc),normalizedWriteCache[_0x43cc3b(0x190)](_0x4800f6,_0xa2744f);}function parseAndNormalizeConfig(_0x4d2bdd,_0x353a7f,_0x3b36b3){const _0x352d3b=a268_0x3a9867,_0x43c47e=parseCliConfigJsonFile(_0x4d2bdd,_0x353a7f,_0x3b36b3),_0x1bce38=normalizeLegacyConfigShape(_0x43c47e);if(_0x1bce38[_0x352d3b(0x170)])try{writeNormalizedConfigIfNeeded(_0x4d2bdd,_0x1bce38[_0x352d3b(0x17d)]);}catch{}return _0x1bce38[_0x352d3b(0x17d)];}export function loadRawConfigLayers(_0x5c5eac){const _0xea3874=a268_0x3a9867;let _0x3478b5={},_0x19901f={};const _0x48ddc5=resolveConfigPath(homedir());_0x48ddc5&&(_0x3478b5=parseAndNormalizeConfig(_0x48ddc5,_0xea3874(0x188),_0xea3874(0x19b)));const _0x58106d=_0x5c5eac??findProjectRootDirectory(),_0x2cc741=resolveConfigPath(_0x58106d);return _0x2cc741&&(_0x19901f=parseAndNormalizeConfig(_0x2cc741,_0xea3874(0x188),_0xea3874(0x199))),{'globalPath':_0x48ddc5,'projectPath':_0x2cc741,'globalConfig':_0x3478b5,'projectConfig':_0x19901f};}function a268_0x3996(_0x2aa0d3,_0x32a81a){_0x2aa0d3=_0x2aa0d3-0x16d;const _0xbda54b=a268_0xbda5();let _0x39964b=_0xbda54b[_0x2aa0d3];return _0x39964b;}const INHERIT_WHITELIST=[a268_0x3a9867(0x16e),a268_0x3a9867(0x181),a268_0x3a9867(0x1a1),'format',a268_0x3a9867(0x19f),a268_0x3a9867(0x18f),a268_0x3a9867(0x193),a268_0x3a9867(0x196),a268_0x3a9867(0x177),a268_0x3a9867(0x180),a268_0x3a9867(0x19c),'skillDomain',a268_0x3a9867(0x197),'kbServiceDomain','appDomain','localDomain','certificateDomain'];export function mergeRawConfigLayers(_0xd9a4ba){const _0x3ba635=a268_0x3a9867,{globalConfig:_0x43853b,projectConfig:_0x5df232}=_0xd9a4ba,_0x577377=!!_0xd9a4ba[_0x3ba635(0x176)]||Object['keys'](_0x5df232)[_0x3ba635(0x174)]>0x0;if(!_0x577377)return mergeGlobalOnly(_0x43853b);return mergeProjectFirst(_0x43853b,_0x5df232);}function a268_0xbda5(){const _0x1609c9=['keys','app','cwd','string','config','status','trim','apiDomain','accessKey','9ZnrUTA','message','3929739GwAqdK','error','7ekekIO','silent','warn','empty','appcode','24cIJPae','.tmp','format','863936TgdyjJ','pageSize','set','54uEWuUy','apiDir','region','.rabetbase.json','1219352uvxeLY','routing','kbDomain','19972nHGWdK','Project','defaultApp','Global','runtimeDomain','get','object','riskLevel','missing','locale','stringify','utf8','cookie','706130MjIKDC','migrated','apps','env','inherit','length','220026mWrRPq','projectPath','userDomain','189845GTlTUH'];a268_0xbda5=function(){return _0x1609c9;};return a268_0xbda5();}function mergeGlobalOnly(_0x35d964){const _0xc8b8e=a268_0x3a9867,_0x23acf0={..._0x35d964};delete _0x23acf0[_0xc8b8e(0x173)];const _0x31dc3b=_0x35d964['apps']&&typeof _0x35d964[_0xc8b8e(0x171)]===_0xc8b8e(0x19e)?_0x35d964[_0xc8b8e(0x171)]:{};if(Object[_0xc8b8e(0x179)](_0x31dc3b)[_0xc8b8e(0x174)]>0x0)_0x23acf0[_0xc8b8e(0x171)]=_0x31dc3b;if(_0x35d964[_0xc8b8e(0x19a)])_0x23acf0[_0xc8b8e(0x19a)]=_0x35d964[_0xc8b8e(0x19a)];return _0x23acf0;}function mergeProjectFirst(_0x2f8504,_0x489bc5){const _0x44e221=a268_0x3a9867,_0x1dccc5={..._0x489bc5};delete _0x1dccc5[_0x44e221(0x173)];for(const _0x26f3a0 of INHERIT_WHITELIST){!(_0x26f3a0 in _0x1dccc5)&&_0x26f3a0 in _0x2f8504&&(_0x1dccc5[_0x26f3a0]=_0x2f8504[_0x26f3a0]);}const _0x5b2aad=_0x489bc5['apps']&&typeof _0x489bc5[_0x44e221(0x171)]===_0x44e221(0x19e)?_0x489bc5[_0x44e221(0x171)]:{};return Object[_0x44e221(0x179)](_0x5b2aad)[_0x44e221(0x174)]>0x0?_0x1dccc5[_0x44e221(0x171)]=_0x5b2aad:delete _0x1dccc5['apps'],_0x44e221(0x19a)in _0x489bc5?_0x1dccc5[_0x44e221(0x19a)]=_0x489bc5[_0x44e221(0x19a)]:delete _0x1dccc5['defaultApp'],_0x1dccc5;}export function readRawConfigWithLayers(_0xc4049f){const _0x5194ac=loadRawConfigLayers(_0xc4049f);return{'config':mergeRawConfigLayers(_0x5194ac),'layers':_0x5194ac};}export function readRawConfig(_0x5432e2){return mergeRawConfigLayers(loadRawConfigLayers(_0x5432e2));}export function readConfigFile(_0x244c3c){const _0x343faf=a268_0x3a9867;return parseAndNormalizeConfig(_0x244c3c,_0x343faf(0x187));}export function writeConfigFile(_0x57bf2f,_0xa49111){const _0x320af3=a268_0x3a9867,_0x31521f=dirname(_0x57bf2f);!existsSync(_0x31521f)&&mkdirSync(_0x31521f,{'recursive':!![]});const _0xd0b5b6=_0x57bf2f+_0x320af3(0x18c);try{const _0x1397d4=normalizeConfigForWrite(_0xa49111);writeFileSync(_0xd0b5b6,JSON[_0x320af3(0x1a2)](_0x1397d4,null,0x2)+'\x0a',{'encoding':_0x320af3(0x16d),'mode':0x180}),renameSync(_0xd0b5b6,_0x57bf2f);}catch(_0x99874a){try{unlinkSync(_0xd0b5b6);}catch{}throw _0x99874a;}}export function resolveWriteConfigPath(_0x22bdfb){const _0x3f0981=_0x22bdfb==='project'?process['cwd']():homedir(),_0x4289e9=resolveConfigPath(_0x3f0981);return _0x4289e9??resolve(_0x3f0981,NEW_CONFIG_NAME);}