@lovrabet/rabetbase-cli 2.5.2-beta.2 → 2.5.2-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/README.md +1 -1
  2. package/lib/api/api-doc.js +1 -1
  3. package/lib/api/fetch-model-list.js +1 -1
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/api/generate-sdk-config-file.js +1 -1
  6. package/lib/auth/auth-server-ui.js +1 -1
  7. package/lib/auth/auth-server.js +1 -1
  8. package/lib/auth/constant.js +1 -1
  9. package/lib/auth/get-cookie.js +1 -1
  10. package/lib/auth/get-session-user.js +1 -1
  11. package/lib/auth/is-session-valid.js +1 -1
  12. package/lib/auth/login-success-html.js +1 -1
  13. package/lib/auth/logout.js +1 -1
  14. package/lib/cli-flags.js +1 -1
  15. package/lib/cli.js +1 -1
  16. package/lib/commands/api/generate.js +1 -1
  17. package/lib/commands/api/index.js +1 -1
  18. package/lib/commands/api/list.js +1 -1
  19. package/lib/commands/api/pull.js +1 -1
  20. package/lib/commands/api/shared.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/members-list.js +1 -1
  24. package/lib/commands/app/remote-directory.js +1 -1
  25. package/lib/commands/app/shared.d.ts +1 -0
  26. package/lib/commands/app/shared.js +1 -1
  27. package/lib/commands/app-config/delete.js +1 -1
  28. package/lib/commands/app-config/get.js +1 -1
  29. package/lib/commands/app-config/index.js +1 -1
  30. package/lib/commands/app-config/list.js +1 -1
  31. package/lib/commands/app-config/set.js +1 -1
  32. package/lib/commands/app-config/shared.js +1 -1
  33. package/lib/commands/auth/index.js +1 -1
  34. package/lib/commands/bff/create.js +1 -1
  35. package/lib/commands/bff/delete.js +1 -1
  36. package/lib/commands/bff/detail.js +1 -1
  37. package/lib/commands/bff/index.js +1 -1
  38. package/lib/commands/bff/list.js +1 -1
  39. package/lib/commands/bff/pull.js +1 -1
  40. package/lib/commands/bff/push.js +1 -1
  41. package/lib/commands/bff/status.js +1 -1
  42. package/lib/commands/cli-skill/index.js +1 -1
  43. package/lib/commands/cli-update.js +1 -1
  44. package/lib/commands/codegen/index.js +1 -1
  45. package/lib/commands/codegen/sdk.js +1 -1
  46. package/lib/commands/codegen/sql.js +1 -1
  47. package/lib/commands/common/app-registry.js +1 -1
  48. package/lib/commands/common/app-selector.js +1 -1
  49. package/lib/commands/common/async-task.js +1 -1
  50. package/lib/commands/common/dry-run.js +1 -1
  51. package/lib/commands/common/flags.js +1 -1
  52. package/lib/commands/common/local-file.js +1 -1
  53. package/lib/commands/common/validate.js +1 -1
  54. package/lib/commands/config/delete.js +1 -1
  55. package/lib/commands/config/get.js +1 -1
  56. package/lib/commands/config/index.js +1 -1
  57. package/lib/commands/config/init.js +1 -1
  58. package/lib/commands/config/list.js +1 -1
  59. package/lib/commands/config/set.js +1 -1
  60. package/lib/commands/config/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/business-groups.js +1 -1
  63. package/lib/commands/dataset/capability.js +1 -1
  64. package/lib/commands/dataset/delete.js +1 -1
  65. package/lib/commands/dataset/detail.js +1 -1
  66. package/lib/commands/dataset/extend-update.js +1 -1
  67. package/lib/commands/dataset/field-restore.js +1 -1
  68. package/lib/commands/dataset/field-update.js +1 -1
  69. package/lib/commands/dataset/generate.js +1 -1
  70. package/lib/commands/dataset/index.js +1 -1
  71. package/lib/commands/dataset/list.js +1 -1
  72. package/lib/commands/dataset/operations.js +1 -1
  73. package/lib/commands/dataset/relation-audit.js +1 -1
  74. package/lib/commands/dataset/relation-create.js +1 -1
  75. package/lib/commands/dataset/relation-delete.js +1 -1
  76. package/lib/commands/dataset/relation-shared.js +1 -1
  77. package/lib/commands/dataset/relation-update.js +1 -1
  78. package/lib/commands/dataset/relations.js +1 -1
  79. package/lib/commands/dataset/rename.js +1 -1
  80. package/lib/commands/dataset/restore.js +1 -1
  81. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  82. package/lib/commands/db/analysis-batching.js +1 -1
  83. package/lib/commands/db/analyze-batch-plan.js +1 -1
  84. package/lib/commands/db/analyze-cancel.js +1 -1
  85. package/lib/commands/db/analyze-start.js +1 -1
  86. package/lib/commands/db/analyze-status.js +1 -1
  87. package/lib/commands/db/create.js +1 -1
  88. package/lib/commands/db/delete.js +1 -1
  89. package/lib/commands/db/detail.js +1 -1
  90. package/lib/commands/db/diff-refresh-start.js +1 -1
  91. package/lib/commands/db/diff-refresh-status.js +1 -1
  92. package/lib/commands/db/diff.js +1 -1
  93. package/lib/commands/db/index.js +1 -1
  94. package/lib/commands/db/list.js +1 -1
  95. package/lib/commands/db/shared.js +1 -1
  96. package/lib/commands/db/table-diff-shared.js +1 -1
  97. package/lib/commands/db/tables.js +1 -1
  98. package/lib/commands/db/test.js +1 -1
  99. package/lib/commands/db/update.js +1 -1
  100. package/lib/commands/deployment/auto-sync.js +1 -1
  101. package/lib/commands/deployment/index.js +1 -1
  102. package/lib/commands/deployment/sync-all.js +1 -1
  103. package/lib/commands/deployment/sync-jobs.js +1 -1
  104. package/lib/commands/deployment/sync-status.js +1 -1
  105. package/lib/commands/deployment/sync.js +1 -1
  106. package/lib/commands/doctor.js +1 -1
  107. package/lib/commands/file/index.js +1 -1
  108. package/lib/commands/instant-api-policy/current.js +1 -1
  109. package/lib/commands/instant-api-policy/index.js +1 -1
  110. package/lib/commands/instant-api-policy/init.js +1 -1
  111. package/lib/commands/instant-api-policy/publish.js +1 -1
  112. package/lib/commands/instant-api-policy/pull.js +1 -1
  113. package/lib/commands/instant-api-policy/revision.js +1 -1
  114. package/lib/commands/instant-api-policy/revisions.js +1 -1
  115. package/lib/commands/instant-api-policy/rollback.js +1 -1
  116. package/lib/commands/instant-api-policy/shared.js +1 -1
  117. package/lib/commands/instant-api-policy/validate.js +1 -1
  118. package/lib/commands/issue/index.js +1 -1
  119. package/lib/commands/issue/nudge.js +1 -1
  120. package/lib/commands/issue/report.js +1 -1
  121. package/lib/commands/issue/shared.js +1 -1
  122. package/lib/commands/kb/create.js +1 -1
  123. package/lib/commands/kb/delete.js +1 -1
  124. package/lib/commands/kb/detail.js +1 -1
  125. package/lib/commands/kb/index.js +1 -1
  126. package/lib/commands/kb/list.js +1 -1
  127. package/lib/commands/kb/search.js +1 -1
  128. package/lib/commands/kb/shared.js +1 -1
  129. package/lib/commands/kb/update.js +1 -1
  130. package/lib/commands/logs/index.js +1 -1
  131. package/lib/commands/menu/asset-update.js +1 -1
  132. package/lib/commands/menu/delete.js +1 -1
  133. package/lib/commands/menu/external-link-create.js +1 -1
  134. package/lib/commands/menu/external-link-update.js +1 -1
  135. package/lib/commands/menu/group-create.js +1 -1
  136. package/lib/commands/menu/group-update.js +1 -1
  137. package/lib/commands/menu/index.js +1 -1
  138. package/lib/commands/menu/list.js +1 -1
  139. package/lib/commands/menu/move.js +1 -1
  140. package/lib/commands/menu/regroup-start.js +1 -1
  141. package/lib/commands/menu/rename.js +1 -1
  142. package/lib/commands/menu/shared/compare-table.js +1 -1
  143. package/lib/commands/menu/shared/delete-plan.js +1 -1
  144. package/lib/commands/menu/shared/facts.js +1 -1
  145. package/lib/commands/menu/shared/index.js +1 -1
  146. package/lib/commands/menu/shared/inquirer.js +1 -1
  147. package/lib/commands/menu/shared/local-pages.js +1 -1
  148. package/lib/commands/menu/shared/logic.js +1 -1
  149. package/lib/commands/menu/shared/mutations.js +1 -1
  150. package/lib/commands/menu/shared/service.js +1 -1
  151. package/lib/commands/menu/shared/sync-core.js +1 -1
  152. package/lib/commands/menu/shared/update-core.js +1 -1
  153. package/lib/commands/menu/shared/valid-url.js +1 -1
  154. package/lib/commands/menu/sync.js +1 -1
  155. package/lib/commands/menu/visibility-update.js +1 -1
  156. package/lib/commands/notification/config-create.js +1 -1
  157. package/lib/commands/notification/config-delete.js +1 -1
  158. package/lib/commands/notification/config-list.js +1 -1
  159. package/lib/commands/notification/config-update.js +1 -1
  160. package/lib/commands/notification/index.js +1 -1
  161. package/lib/commands/notification/shared.js +1 -1
  162. package/lib/commands/ocr/index.js +1 -1
  163. package/lib/commands/page/create.js +1 -1
  164. package/lib/commands/page/custom/detail.js +1 -1
  165. package/lib/commands/page/custom/list.js +1 -1
  166. package/lib/commands/page/custom/publish.js +1 -1
  167. package/lib/commands/page/custom/shared.js +1 -1
  168. package/lib/commands/page/custom/syntax.js +1 -1
  169. package/lib/commands/page/custom/template.js +1 -1
  170. package/lib/commands/page/custom/update.js +1 -1
  171. package/lib/commands/page/data-list-status.js +1 -1
  172. package/lib/commands/page/generate-start.js +1 -1
  173. package/lib/commands/page/generate-status.js +1 -1
  174. package/lib/commands/page/index.js +1 -1
  175. package/lib/commands/page/pull.js +1 -1
  176. package/lib/commands/page/push.js +1 -1
  177. package/lib/commands/page/relation-audit.js +1 -1
  178. package/lib/commands/page/restore.js +1 -1
  179. package/lib/commands/page/shared.js +1 -1
  180. package/lib/commands/page/sync.js +1 -1
  181. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  182. package/lib/commands/project/create/format-elapsed.js +1 -1
  183. package/lib/commands/project/create/main.js +1 -1
  184. package/lib/commands/project/create/materialize-project-template.js +1 -1
  185. package/lib/commands/project/create/project-name.js +1 -1
  186. package/lib/commands/project/create/project-template-archive.js +1 -1
  187. package/lib/commands/project/create/project-template-path.js +1 -1
  188. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  189. package/lib/commands/project/create/use-format-code.js +1 -1
  190. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  191. package/lib/commands/project/domain-routing-sync.js +1 -1
  192. package/lib/commands/project/index.js +1 -1
  193. package/lib/commands/project/upgrade.js +1 -1
  194. package/lib/commands/registry.js +1 -1
  195. package/lib/commands/role/delete.js +1 -1
  196. package/lib/commands/role/detail.js +1 -1
  197. package/lib/commands/role/index.js +1 -1
  198. package/lib/commands/role/list.js +1 -1
  199. package/lib/commands/role/shared.js +1 -1
  200. package/lib/commands/role/update.js +1 -1
  201. package/lib/commands/role/user-add.js +1 -1
  202. package/lib/commands/role/user-remove.js +1 -1
  203. package/lib/commands/role/user-resolve.js +1 -1
  204. package/lib/commands/rule/get.js +1 -1
  205. package/lib/commands/rule/index.js +1 -1
  206. package/lib/commands/rule/list.js +1 -1
  207. package/lib/commands/rule/set.js +1 -1
  208. package/lib/commands/rule/shared.js +1 -1
  209. package/lib/commands/run/index.js +1 -1
  210. package/lib/commands/schema.js +1 -1
  211. package/lib/commands/sql/create.js +1 -1
  212. package/lib/commands/sql/delete.js +1 -1
  213. package/lib/commands/sql/detail.js +1 -1
  214. package/lib/commands/sql/exec.js +1 -1
  215. package/lib/commands/sql/index.js +1 -1
  216. package/lib/commands/sql/list.js +1 -1
  217. package/lib/commands/sql/pull.js +1 -1
  218. package/lib/commands/sql/push.js +1 -1
  219. package/lib/commands/sql/shared.js +1 -1
  220. package/lib/commands/sql/status.js +1 -1
  221. package/lib/commands/sql/validate.js +1 -1
  222. package/lib/commands/task/index.js +1 -1
  223. package/lib/commands/task/status.js +1 -1
  224. package/lib/commands/tenant/index.js +1 -1
  225. package/lib/commands/tenant/members-list.js +1 -1
  226. package/lib/commands/tenant/shared.js +1 -1
  227. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  228. package/lib/commands/user-account/index.js +1 -1
  229. package/lib/commands/workspace/add.js +1 -1
  230. package/lib/commands/workspace/index.js +1 -1
  231. package/lib/commands/workspace/remove.js +1 -1
  232. package/lib/config/domain-config.d.ts +3 -7
  233. package/lib/config/domain-config.js +1 -1
  234. package/lib/config/project-domain-routing.js +1 -1
  235. package/lib/config/schema.js +1 -1
  236. package/lib/constant/cdn.js +1 -1
  237. package/lib/constant/cli.js +1 -1
  238. package/lib/constant/defaults.js +1 -1
  239. package/lib/constant/domain.js +1 -1
  240. package/lib/constant/env.js +1 -1
  241. package/lib/constant/output.js +1 -1
  242. package/lib/constant/paths.js +1 -1
  243. package/lib/constant/region.js +1 -1
  244. package/lib/constant/risk.js +1 -1
  245. package/lib/constant/routing-profile.js +1 -1
  246. package/lib/context/app-resolver.js +1 -1
  247. package/lib/context/auth-resolver.js +1 -1
  248. package/lib/context/config-loader.js +1 -1
  249. package/lib/context.js +1 -1
  250. package/lib/core/alias-resolver.js +1 -1
  251. package/lib/core/api-client.d.ts +1 -0
  252. package/lib/core/api-client.js +1 -1
  253. package/lib/core/bff/config.js +1 -1
  254. package/lib/core/bff/file-system.js +1 -1
  255. package/lib/core/bff/hash.js +1 -1
  256. package/lib/core/bff/lock.js +1 -1
  257. package/lib/core/bff/utils.js +1 -1
  258. package/lib/core/db-resolver.js +1 -1
  259. package/lib/core/instant-api-policy/config.js +1 -1
  260. package/lib/core/kb-search-client.js +1 -1
  261. package/lib/core/page/file-system.js +1 -1
  262. package/lib/core/page/hash.js +1 -1
  263. package/lib/core/page/lock.js +1 -1
  264. package/lib/core/sql-index-auditor.js +1 -1
  265. package/lib/core/sql-sync/config.js +1 -1
  266. package/lib/core/sql-sync/file-system.js +1 -1
  267. package/lib/core/sql-sync/hash.js +1 -1
  268. package/lib/core/sql-sync/lock.js +1 -1
  269. package/lib/core/sql-sync/utils.js +1 -1
  270. package/lib/core/sql-validator.js +1 -1
  271. package/lib/errors.js +1 -1
  272. package/lib/framework/build-all-flags.js +1 -1
  273. package/lib/framework/error-output.js +1 -1
  274. package/lib/framework/explicit-yes.js +1 -1
  275. package/lib/framework/flags.js +1 -1
  276. package/lib/framework/help.js +1 -1
  277. package/lib/framework/index.js +1 -1
  278. package/lib/framework/output.js +1 -1
  279. package/lib/framework/response.js +1 -1
  280. package/lib/framework/runner-alias.js +1 -1
  281. package/lib/framework/runner.js +1 -1
  282. package/lib/framework/schema-export.js +1 -1
  283. package/lib/framework/supported-flags.js +1 -1
  284. package/lib/framework/types.js +1 -1
  285. package/lib/generated/build-info.d.ts +4 -4
  286. package/lib/generated/build-info.js +1 -1
  287. package/lib/generated/official-routing.d.ts +1 -1
  288. package/lib/generated/official-routing.js +1 -1
  289. package/lib/generated/routing-contract.d.ts +1 -3
  290. package/lib/generated/routing-contract.js +1 -1
  291. package/lib/help.js +1 -1
  292. package/lib/postinstall.js +1 -1
  293. package/lib/runtime/confirmation.js +1 -1
  294. package/lib/runtime/event.js +1 -1
  295. package/lib/runtime/index.js +1 -1
  296. package/lib/runtime/queue.js +1 -1
  297. package/lib/runtime/resolve.js +1 -1
  298. package/lib/skills/builtin-skill.js +1 -1
  299. package/lib/skills/main.js +1 -1
  300. package/lib/skills/npx-skills-add.js +1 -1
  301. package/lib/skills/skill-presence.js +1 -1
  302. package/lib/telemetry/cli-command-trace.js +1 -1
  303. package/lib/telemetry/cli-help-trace.js +1 -1
  304. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  305. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  306. package/lib/telemetry/send-cli-trace-log.js +1 -1
  307. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  308. package/lib/utils/ai_config.js +1 -1
  309. package/lib/utils/apply-jq-filter.js +1 -1
  310. package/lib/utils/cdn-config.js +1 -1
  311. package/lib/utils/check-sdk-version.js +1 -1
  312. package/lib/utils/cli-version-check.js +1 -1
  313. package/lib/utils/cli-version-policy.js +1 -1
  314. package/lib/utils/config.js +1 -1
  315. package/lib/utils/entity-with-id.js +1 -1
  316. package/lib/utils/file-utils.js +1 -1
  317. package/lib/utils/guides-cdn.js +1 -1
  318. package/lib/utils/http-client.js +1 -1
  319. package/lib/utils/is-non-interactive.js +1 -1
  320. package/lib/utils/logger.js +1 -1
  321. package/lib/utils/params.js +1 -1
  322. package/lib/utils/platform.js +1 -1
  323. package/lib/utils/sleep.js +1 -1
  324. package/lib/utils/template-replacer.js +1 -1
  325. package/lib/utils/update-notice.js +1 -1
  326. package/lib/utils/version.js +1 -1
  327. package/lib/utils/with-active-cookie.js +1 -1
  328. package/lib/utils/write-cli-side-channel.js +1 -1
  329. package/package.json +1 -1
  330. package/skills/rabetbase/SKILL.md +2 -2
  331. package/skills/rabetbase/references/rabetbase-app-members-list.md +2 -0
  332. package/skills/rabetbase.manifest.json +3 -3
package/lib/errors.js CHANGED
@@ -1 +1 @@
1
- const a270_0x5b314a=a270_0x22da;(function(_0x13b506,_0xa7ccfd){const _0x4d93da=a270_0x22da,_0x1e02d=_0x13b506();while(!![]){try{const _0x3c7379=-parseInt(_0x4d93da(0x1d2))/0x1+-parseInt(_0x4d93da(0x1d1))/0x2+parseInt(_0x4d93da(0x1e5))/0x3+parseInt(_0x4d93da(0x1ea))/0x4*(parseInt(_0x4d93da(0x1df))/0x5)+-parseInt(_0x4d93da(0x1d0))/0x6+-parseInt(_0x4d93da(0x1cf))/0x7+parseInt(_0x4d93da(0x1dd))/0x8*(parseInt(_0x4d93da(0x1e4))/0x9);if(_0x3c7379===_0xa7ccfd)break;else _0x1e02d['push'](_0x1e02d['shift']());}catch(_0x2b5496){_0x1e02d['push'](_0x1e02d['shift']());}}}(a270_0x11d9,0x2b9b9));function a270_0x22da(_0x1bae1b,_0x3e4a2f){_0x1bae1b=_0x1bae1b-0x1ce;const _0x11d981=a270_0x11d9();let _0x22da5d=_0x11d981[_0x1bae1b];return _0x22da5d;}import{CliError,createCliErrors}from'@lovrabet/cli-framework';function a270_0x11d9(){const _0x4da52f=['826476UQOSKZ','416776wIEEJf','87514RAXWLt','Missing\x20required\x20flag:\x20--','Set\x20appcode\x20via\x20`','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.\x0a\x20\x20\x20\x20\x20\x20\x20Tip:\x20`','\x20auth`\x20to\x20login\x20first.','\x20--help`\x20to\x20see\x20available\x20commands.','Configuration\x20file\x20not\x20found','network_error','unknown_command','Operation\x20cancelled.','Run\x20`','96BsNYnP','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>\x20--global`\x20registers\x20a\x20reusable\x20global\x20app\x20profile.','397810SJfAwG','Unknown\x20command:\x20','not_in_project','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','flag_missing','495396eAvhnJ','411918sHXHSF','auth_required','Check\x20your\x20internet\x20connection\x20and\x20try\x20again.','\x20project\x20directory','Not\x20in\x20a\x20','8YHFNQS','Network\x20error:\x20','2412851ryyuXi'];a270_0x11d9=function(){return _0x4da52f;};return a270_0x11d9();}import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};const baseCliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a270_0x5b314a(0x1dc)+CLI_BIN_NAME+'\x20auth`\x20to\x20login\x20first.','configMissingHint':a270_0x5b314a(0x1d4)+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.\x0a\x20\x20\x20\x20\x20\x20\x20Tip:\x20`'+CLI_BIN_NAME+a270_0x5b314a(0x1de),'notInProjectHint':a270_0x5b314a(0x1e2)});export const CliErrors={'authRequired'(_0x172f2a){const _0x5d5b80=a270_0x5b314a;return new CliError(_0x5d5b80(0x1e6),0x1,'Authentication\x20required',_0x172f2a??_0x5d5b80(0x1dc)+CLI_BIN_NAME+_0x5d5b80(0x1d6));},'configMissing'(_0x4ff35c){const _0x30099c=a270_0x5b314a;return new CliError('config_missing',0x1,_0x30099c(0x1d8),_0x4ff35c??_0x30099c(0x1d4)+CLI_BIN_NAME+_0x30099c(0x1d5)+CLI_BIN_NAME+_0x30099c(0x1de));},'notInProject'(){const _0x430251=a270_0x5b314a;return new CliError(_0x430251(0x1e1),0x1,_0x430251(0x1e9)+CLI_BIN_NAME+_0x430251(0x1e8),_0x430251(0x1e2));},'apiError'(_0x501e1f,_0xea232a){return baseCliErrors['apiError'](_0x501e1f,_0xea232a);},'networkError'(_0x271918){const _0x548004=a270_0x5b314a;return new CliError(_0x548004(0x1d9),0x2,_0x548004(0x1ce)+_0x271918,_0x548004(0x1e7));},'unknownCommand'(_0x10af0d){const _0x10e32a=a270_0x5b314a;return new CliError(_0x10e32a(0x1da),0x1,_0x10e32a(0x1e0)+_0x10af0d,'Run\x20`'+CLI_BIN_NAME+_0x10e32a(0x1d7));},'flagMissing'(_0xfac6de,_0x29c229){const _0x90accd=a270_0x5b314a;return new CliError(_0x90accd(0x1e3),0x1,_0x90accd(0x1d3)+_0xfac6de,_0x29c229);},'validation'(_0x258073,_0x52bb95){return baseCliErrors['validation'](_0x258073,_0x52bb95);},'cancelled'(_0x1856b1){const _0x1a144d=a270_0x5b314a;return new CliError('cancelled',0x0,_0x1856b1??_0x1a144d(0x1db));}};
1
+ const a270_0x1b570c=a270_0x174a;(function(_0x4301e6,_0x1d4e25){const _0x55473e=a270_0x174a,_0xe8a09c=_0x4301e6();while(!![]){try{const _0x26bc48=-parseInt(_0x55473e(0x11e))/0x1*(-parseInt(_0x55473e(0x107))/0x2)+parseInt(_0x55473e(0x10e))/0x3+parseInt(_0x55473e(0x109))/0x4*(-parseInt(_0x55473e(0x100))/0x5)+-parseInt(_0x55473e(0x11a))/0x6+-parseInt(_0x55473e(0x101))/0x7*(parseInt(_0x55473e(0x117))/0x8)+parseInt(_0x55473e(0x11b))/0x9*(-parseInt(_0x55473e(0x10c))/0xa)+parseInt(_0x55473e(0x115))/0xb;if(_0x26bc48===_0x1d4e25)break;else _0xe8a09c['push'](_0xe8a09c['shift']());}catch(_0x29fd2d){_0xe8a09c['push'](_0xe8a09c['shift']());}}}(a270_0x28f8,0xc00bd));function a270_0x28f8(){const _0x2327b0=['Configuration\x20file\x20not\x20found','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','config_missing','network_error','validation','32114984kHxGhK','\x20auth`\x20to\x20login\x20first.','32uZlpYx','auth_required','\x20--help`\x20to\x20see\x20available\x20commands.','3101004eHImNP','32733xRcaLD','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.\x0a\x20\x20\x20\x20\x20\x20\x20Tip:\x20`','Network\x20error:\x20','1LHvXHG','not_in_project','flag_missing','933655OXbxPh','1482362svaPUC','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>\x20--global`\x20registers\x20a\x20reusable\x20global\x20app\x20profile.','Missing\x20required\x20flag:\x20--','Unknown\x20command:\x20','unknown_command','Check\x20your\x20internet\x20connection\x20and\x20try\x20again.','2169882KvtmHJ','apiError','28piqnjg','\x20project\x20directory','Run\x20`','2880JlgPpB','Not\x20in\x20a\x20','1501821WAiRMU','cancelled'];a270_0x28f8=function(){return _0x2327b0;};return a270_0x28f8();}function a270_0x174a(_0x35bb49,_0x3249a0){_0x35bb49=_0x35bb49-0x100;const _0x28f801=a270_0x28f8();let _0x174a19=_0x28f801[_0x35bb49];return _0x174a19;}import{CliError,createCliErrors}from'@lovrabet/cli-framework';import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};const baseCliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a270_0x1b570c(0x10b)+CLI_BIN_NAME+a270_0x1b570c(0x116),'configMissingHint':'Set\x20appcode\x20via\x20`'+CLI_BIN_NAME+a270_0x1b570c(0x11c)+CLI_BIN_NAME+a270_0x1b570c(0x102),'notInProjectHint':'Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.'});export const CliErrors={'authRequired'(_0x21ee56){const _0x7ab93=a270_0x1b570c;return new CliError(_0x7ab93(0x118),0x1,'Authentication\x20required',_0x21ee56??_0x7ab93(0x10b)+CLI_BIN_NAME+_0x7ab93(0x116));},'configMissing'(_0x4d82b8){const _0x320050=a270_0x1b570c;return new CliError(_0x320050(0x112),0x1,_0x320050(0x110),_0x4d82b8??'Set\x20appcode\x20via\x20`'+CLI_BIN_NAME+_0x320050(0x11c)+CLI_BIN_NAME+_0x320050(0x102));},'notInProject'(){const _0x1e6f7c=a270_0x1b570c;return new CliError(_0x1e6f7c(0x11f),0x1,_0x1e6f7c(0x10d)+CLI_BIN_NAME+_0x1e6f7c(0x10a),_0x1e6f7c(0x111));},'apiError'(_0x3a6a1b,_0x1871cb){const _0x4a04ff=a270_0x1b570c;return baseCliErrors[_0x4a04ff(0x108)](_0x3a6a1b,_0x1871cb);},'networkError'(_0x1a3ce8){const _0x1e08de=a270_0x1b570c;return new CliError(_0x1e08de(0x113),0x2,_0x1e08de(0x11d)+_0x1a3ce8,_0x1e08de(0x106));},'unknownCommand'(_0x349bf){const _0x351e1c=a270_0x1b570c;return new CliError(_0x351e1c(0x105),0x1,_0x351e1c(0x104)+_0x349bf,_0x351e1c(0x10b)+CLI_BIN_NAME+_0x351e1c(0x119));},'flagMissing'(_0x35c6f9,_0xe90c68){const _0x2abf9b=a270_0x1b570c;return new CliError(_0x2abf9b(0x120),0x1,_0x2abf9b(0x103)+_0x35c6f9,_0xe90c68);},'validation'(_0x33df71,_0x1db5b0){const _0x2f7e2e=a270_0x1b570c;return baseCliErrors[_0x2f7e2e(0x114)](_0x33df71,_0x1db5b0);},'cancelled'(_0x4d7f2b){const _0x48d913=a270_0x1b570c;return new CliError(_0x48d913(0x10f),0x0,_0x4d7f2b??'Operation\x20cancelled.');}};
@@ -1 +1 @@
1
- function a271_0x7a62(){const _0x56fd61=['1999398wyFyRs','10790024YrBVgB','2367920lLtZwM','10524uDtClp','22820sRlvcO','yes','8YnbLoj','152ghCLCt','map','9869436OehbVx','name','650664jwIZml'];a271_0x7a62=function(){return _0x56fd61;};return a271_0x7a62();}(function(_0x1ae1ae,_0x4d2998){const _0x3cbc95=a271_0xac6a,_0x56c6da=_0x1ae1ae();while(!![]){try{const _0xedf36d=-parseInt(_0x3cbc95(0x1b3))/0x1*(-parseInt(_0x3cbc95(0x1b7))/0x2)+parseInt(_0x3cbc95(0x1bc))/0x3+-parseInt(_0x3cbc95(0x1b2))/0x4+parseInt(_0x3cbc95(0x1b4))/0x5+-parseInt(_0x3cbc95(0x1b9))/0x6+parseInt(_0x3cbc95(0x1b1))/0x7*(parseInt(_0x3cbc95(0x1b6))/0x8)+parseInt(_0x3cbc95(0x1bb))/0x9;if(_0xedf36d===_0x4d2998)break;else _0x56c6da['push'](_0x56c6da['shift']());}catch(_0xa97af6){_0x56c6da['push'](_0x56c6da['shift']());}}}(a271_0x7a62,0xcef50));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a271_0x42dd9a}from'@lovrabet/cli-framework';import{EXPLICIT_YES_FLAG_DESCRIPTION,requiresExplicitYes}from'../framework/explicit-yes.js';function a271_0xac6a(_0xfe7209,_0xeb837c){_0xfe7209=_0xfe7209-0x1b1;const _0x7a6212=a271_0x7a62();let _0xac6a90=_0x7a6212[_0xfe7209];return _0xac6a90;}export function buildAllFlags(_0x53ab1c){const _0x4f1537=a271_0xac6a,_0x3dcac4=a271_0x42dd9a(_0x53ab1c,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});if(!requiresExplicitYes(_0x53ab1c))return _0x3dcac4;return _0x3dcac4[_0x4f1537(0x1b8)](_0x202fb1=>_0x202fb1[_0x4f1537(0x1ba)]===_0x4f1537(0x1b5)?{..._0x202fb1,'description':EXPLICIT_YES_FLAG_DESCRIPTION}:_0x202fb1);}
1
+ (function(_0x4511cd,_0x435fa2){const _0x1675e9=a271_0xbd43,_0x145800=_0x4511cd();while(!![]){try{const _0x584fb9=-parseInt(_0x1675e9(0xa9))/0x1*(parseInt(_0x1675e9(0xaa))/0x2)+-parseInt(_0x1675e9(0xac))/0x3+-parseInt(_0x1675e9(0xab))/0x4*(-parseInt(_0x1675e9(0xa7))/0x5)+parseInt(_0x1675e9(0xaf))/0x6+parseInt(_0x1675e9(0xad))/0x7*(-parseInt(_0x1675e9(0xae))/0x8)+parseInt(_0x1675e9(0xa8))/0x9+-parseInt(_0x1675e9(0xb0))/0xa;if(_0x584fb9===_0x435fa2)break;else _0x145800['push'](_0x145800['shift']());}catch(_0x1c812c){_0x145800['push'](_0x145800['shift']());}}}(a271_0x542e,0xe91df));function a271_0xbd43(_0x43e44b,_0x255f3b){_0x43e44b=_0x43e44b-0xa7;const _0x542e05=a271_0x542e();let _0xbd436f=_0x542e05[_0x43e44b];return _0xbd436f;}function a271_0x542e(){const _0x52cd2e=['7387194cnRdti','2847040bXOHDK','name','map','yes','7834415kyjWNB','8426592brsatE','2XuabrT','928118AXBlTf','4nqHsPC','3282756tsETPO','1102381TCkkJA','24LjwOsq'];a271_0x542e=function(){return _0x52cd2e;};return a271_0x542e();}import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a271_0xd5d50e}from'@lovrabet/cli-framework';import{EXPLICIT_YES_FLAG_DESCRIPTION,requiresExplicitYes}from'../framework/explicit-yes.js';export function buildAllFlags(_0x58191e){const _0x4f82f8=a271_0xbd43,_0x4fe38a=a271_0xd5d50e(_0x58191e,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});if(!requiresExplicitYes(_0x58191e))return _0x4fe38a;return _0x4fe38a[_0x4f82f8(0xb2)](_0x13cdc3=>_0x13cdc3[_0x4f82f8(0xb1)]===_0x4f82f8(0xb3)?{..._0x13cdc3,'description':EXPLICIT_YES_FLAG_DESCRIPTION}:_0x13cdc3);}
@@ -1 +1 @@
1
- function a272_0x4eeb(){var _0x20328e=['flags','156407xhMtMQ','1864262qHPoNj','4612192IhUvmz','771EhxrlV','4916705gbHzNQ','7SIpXCN','5230930ALLccF','structuredErrors','defaultFormat','compress','33kqdaTv','def','format','13712FHLlBR','6qsJJnK','4118805bqaDDL'];a272_0x4eeb=function(){return _0x20328e;};return a272_0x4eeb();}(function(_0x526903,_0x5cc6ca){var _0x3e5e3a=a272_0x38b1,_0x5bb664=_0x526903();while(!![]){try{var _0x29b851=-parseInt(_0x3e5e3a(0x1e2))/0x1+parseInt(_0x3e5e3a(0x1e3))/0x2+-parseInt(_0x3e5e3a(0x1e5))/0x3*(parseInt(_0x3e5e3a(0x1de))/0x4)+-parseInt(_0x3e5e3a(0x1e6))/0x5*(parseInt(_0x3e5e3a(0x1df))/0x6)+parseInt(_0x3e5e3a(0x1e7))/0x7*(parseInt(_0x3e5e3a(0x1e4))/0x8)+-parseInt(_0x3e5e3a(0x1e0))/0x9+parseInt(_0x3e5e3a(0x1d7))/0xa*(parseInt(_0x3e5e3a(0x1db))/0xb);if(_0x29b851===_0x5cc6ca)break;else _0x5bb664['push'](_0x5bb664['shift']());}catch(_0x3e52c2){_0x5bb664['push'](_0x5bb664['shift']());}}}(a272_0x4eeb,0x925f9));import{resolveOutputConfig}from'@lovrabet/cli-framework';function a272_0x38b1(_0xc9aa10,_0x4cffc4){_0xc9aa10=_0xc9aa10-0x1d7;var _0x4eeb9d=a272_0x4eeb();var _0x38b180=_0x4eeb9d[_0xc9aa10];return _0x38b180;}export function usesStructuredErrorOutput(_0x4d4781){var _0x56a637=a272_0x38b1;return _0x4d4781?.[_0x56a637(0x1d8)]===!![];}export function resolveErrorOutputFormat(_0x18dcd9){var _0x116083=a272_0x38b1;if(!_0x18dcd9[_0x116083(0x1dc)])return _0x18dcd9['defaultFormat']??_0x116083(0x1da);return resolveOutputConfig({'flags':_0x18dcd9[_0x116083(0x1e1)]??{},'def':_0x18dcd9[_0x116083(0x1dc)],'configDefault':_0x18dcd9[_0x116083(0x1d9)]})[_0x116083(0x1dd)];}
1
+ function a272_0x5e83(){var _0x2d1c07=['15160LAZvPg','defaultFormat','143304HLbhZV','compress','350212RyPxEX','217oOKDJY','flags','format','43075tscuoj','def','1605699mxWjdi','structuredErrors','20IvgFAN','88448uTMvCE','508203fLOodF'];a272_0x5e83=function(){return _0x2d1c07;};return a272_0x5e83();}(function(_0x460d65,_0xba01c2){var _0x26d62f=a272_0xadef,_0x272732=_0x460d65();while(!![]){try{var _0x33b1f6=parseInt(_0x26d62f(0xd2))/0x1+parseInt(_0x26d62f(0xc9))/0x2+parseInt(_0x26d62f(0xd3))/0x3+parseInt(_0x26d62f(0xd1))/0x4*(-parseInt(_0x26d62f(0xcd))/0x5)+-parseInt(_0x26d62f(0xc7))/0x6+-parseInt(_0x26d62f(0xca))/0x7*(parseInt(_0x26d62f(0xd4))/0x8)+-parseInt(_0x26d62f(0xcf))/0x9;if(_0x33b1f6===_0xba01c2)break;else _0x272732['push'](_0x272732['shift']());}catch(_0x11cf8a){_0x272732['push'](_0x272732['shift']());}}}(a272_0x5e83,0x1f748));function a272_0xadef(_0x274315,_0x1425c9){_0x274315=_0x274315-0xc7;var _0x5e8327=a272_0x5e83();var _0xadef2a=_0x5e8327[_0x274315];return _0xadef2a;}import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x51f9df){var _0x39ab18=a272_0xadef;return _0x51f9df?.[_0x39ab18(0xd0)]===!![];}export function resolveErrorOutputFormat(_0x580b14){var _0x42d41e=a272_0xadef;if(!_0x580b14[_0x42d41e(0xce)])return _0x580b14[_0x42d41e(0xd5)]??_0x42d41e(0xc8);return resolveOutputConfig({'flags':_0x580b14[_0x42d41e(0xcb)]??{},'def':_0x580b14[_0x42d41e(0xce)],'configDefault':_0x580b14['defaultFormat']})[_0x42d41e(0xcc)];}
@@ -1 +1 @@
1
- const a273_0x1fa425=a273_0x2bdb;(function(_0xb6fe95,_0x118457){const _0x4e1861=a273_0x2bdb,_0x450770=_0xb6fe95();while(!![]){try{const _0x40179c=parseInt(_0x4e1861(0x19b))/0x1+-parseInt(_0x4e1861(0x198))/0x2+parseInt(_0x4e1861(0x1a0))/0x3*(parseInt(_0x4e1861(0x199))/0x4)+-parseInt(_0x4e1861(0x19e))/0x5*(-parseInt(_0x4e1861(0x1a5))/0x6)+-parseInt(_0x4e1861(0x197))/0x7*(parseInt(_0x4e1861(0x1a3))/0x8)+parseInt(_0x4e1861(0x19d))/0x9*(parseInt(_0x4e1861(0x19c))/0xa)+parseInt(_0x4e1861(0x19a))/0xb;if(_0x40179c===_0x118457)break;else _0x450770['push'](_0x450770['shift']());}catch(_0x2e873c){_0x450770['push'](_0x450770['shift']());}}}(a273_0x2599,0x9300d));const EXPLICIT_YES_COMMANDS=new Set([a273_0x1fa425(0x19f),a273_0x1fa425(0x1a1),a273_0x1fa425(0x1a2),a273_0x1fa425(0x1a4)]);function a273_0x2bdb(_0x3d8243,_0x4483ac){_0x3d8243=_0x3d8243-0x197;const _0x25995f=a273_0x2599();let _0x2bdbe4=_0x25995f[_0x3d8243];return _0x2bdbe4;}export const EXPLICIT_YES_FLAG_DESCRIPTION=a273_0x1fa425(0x1a7);function a273_0x2599(){const _0x1a4194=['8529840BqAQNS','157210UUyydG','30yTCWNd','1956159ImILyE','2160dzPnKG','menu\x20delete','45969dgxArt','kb\x20delete','notification\x20config-update','2659656JwRzbo','notification\x20config-delete','4470zXwgAe','has','Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan','21QZnIGL','2360916TlFKZc','228jfFeYp'];a273_0x2599=function(){return _0x1a4194;};return a273_0x2599();}export function requiresExplicitYes(_0x27044a){const _0xf6db89=a273_0x1fa425;return EXPLICIT_YES_COMMANDS[_0xf6db89(0x1a6)](_0x27044a['service']+'\x20'+_0x27044a['command']);}
1
+ const a273_0x129514=a273_0x5758;(function(_0x3b5df3,_0x23975c){const _0x42834e=a273_0x5758,_0x306c2f=_0x3b5df3();while(!![]){try{const _0x4a0c5c=parseInt(_0x42834e(0x16a))/0x1*(-parseInt(_0x42834e(0x165))/0x2)+-parseInt(_0x42834e(0x16d))/0x3*(-parseInt(_0x42834e(0x170))/0x4)+-parseInt(_0x42834e(0x16f))/0x5*(-parseInt(_0x42834e(0x173))/0x6)+-parseInt(_0x42834e(0x174))/0x7+-parseInt(_0x42834e(0x16c))/0x8*(-parseInt(_0x42834e(0x168))/0x9)+-parseInt(_0x42834e(0x177))/0xa*(parseInt(_0x42834e(0x166))/0xb)+-parseInt(_0x42834e(0x169))/0xc;if(_0x4a0c5c===_0x23975c)break;else _0x306c2f['push'](_0x306c2f['shift']());}catch(_0x59a8d7){_0x306c2f['push'](_0x306c2f['shift']());}}}(a273_0x4574,0x9eb12));const EXPLICIT_YES_COMMANDS=new Set([a273_0x129514(0x172),a273_0x129514(0x171),a273_0x129514(0x16e),a273_0x129514(0x167)]);export const EXPLICIT_YES_FLAG_DESCRIPTION=a273_0x129514(0x176);function a273_0x4574(){const _0xfb1620=['81328aflNRQ','has','7442992OfEFEs','17163tgVpmQ','notification\x20config-update','5hLUgJL','548wYDngj','kb\x20delete','menu\x20delete','7394046uaMfGI','5900559Fxtkrn','command','Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan','880420sSLWmA','26ULFUbK','22FOVGIo','notification\x20config-delete','9nZBdtf','2642460EweJvE'];a273_0x4574=function(){return _0xfb1620;};return a273_0x4574();}function a273_0x5758(_0x4ea48f,_0x1146b1){_0x4ea48f=_0x4ea48f-0x165;const _0x4574b2=a273_0x4574();let _0x575857=_0x4574b2[_0x4ea48f];return _0x575857;}export function requiresExplicitYes(_0x176d61){const _0x515e36=a273_0x129514;return EXPLICIT_YES_COMMANDS[_0x515e36(0x16b)](_0x176d61['service']+'\x20'+_0x176d61[_0x515e36(0x175)]);}
@@ -1 +1 @@
1
- const a274_0x37e5e6=a274_0x25b0;(function(_0x30325f,_0x3104ef){const _0x565291=a274_0x25b0,_0x217a48=_0x30325f();while(!![]){try{const _0x381b2a=parseInt(_0x565291(0xb4))/0x1*(-parseInt(_0x565291(0xaf))/0x2)+parseInt(_0x565291(0xaa))/0x3*(-parseInt(_0x565291(0xb3))/0x4)+-parseInt(_0x565291(0xab))/0x5+-parseInt(_0x565291(0xad))/0x6*(-parseInt(_0x565291(0xb0))/0x7)+-parseInt(_0x565291(0xb2))/0x8*(parseInt(_0x565291(0xae))/0x9)+parseInt(_0x565291(0xb1))/0xa*(parseInt(_0x565291(0xa8))/0xb)+parseInt(_0x565291(0xa9))/0xc;if(_0x381b2a===_0x3104ef)break;else _0x217a48['push'](_0x217a48['shift']());}catch(_0x174ecf){_0x217a48['push'](_0x217a48['shift']());}}}(a274_0x56ef,0x1b294));import{createFlagHelpers}from'@lovrabet/cli-framework';function a274_0x25b0(_0x471c14,_0x4b1909){_0x471c14=_0x471c14-0xa8;const _0x56ef06=a274_0x56ef();let _0x25b087=_0x56ef06[_0x471c14];return _0x25b087;}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a274_0x37e5e6(0xac)];export const validateFlags=helpers[a274_0x37e5e6(0xb5)];function a274_0x56ef(){const _0xc1c7cc=['248340CnNiVI','279720cAwaTN','115452GXCAYR','14ZtgSnN','20CwhWzb','16vrbKar','72ktoXSr','2JRsQeQ','validateFlags','986744PzwwDj','3917868LQqBQp','33318hMdnqW','499525UKctwn','parseFlags'];a274_0x56ef=function(){return _0xc1c7cc;};return a274_0x56ef();}
1
+ function a274_0x13e8(){const _0x537e35=['parseFlags','60WQQbcF','65277BvhciK','80039IdceFs','2fnzerK','validateFlags','1042909ZJKzFA','4bjHtdF','226446MLSpQo','302675ONlXGb','73032zDORPJ','8ehmsUr','2631882dfQkSb'];a274_0x13e8=function(){return _0x537e35;};return a274_0x13e8();}const a274_0x1b375d=a274_0x3770;(function(_0xdafd1c,_0x4f71e4){const _0x526ddf=a274_0x3770,_0x4ccd4c=_0xdafd1c();while(!![]){try{const _0xef98ae=-parseInt(_0x526ddf(0x1b1))/0x1*(-parseInt(_0x526ddf(0x1a5))/0x2)+-parseInt(_0x526ddf(0x1ab))/0x3+parseInt(_0x526ddf(0x1a8))/0x4*(parseInt(_0x526ddf(0x1aa))/0x5)+parseInt(_0x526ddf(0x1a9))/0x6+-parseInt(_0x526ddf(0x1a7))/0x7*(-parseInt(_0x526ddf(0x1ac))/0x8)+parseInt(_0x526ddf(0x1b0))/0x9*(parseInt(_0x526ddf(0x1af))/0xa)+-parseInt(_0x526ddf(0x1ad))/0xb;if(_0xef98ae===_0x4f71e4)break;else _0x4ccd4c['push'](_0x4ccd4c['shift']());}catch(_0xa995e3){_0x4ccd4c['push'](_0x4ccd4c['shift']());}}}(a274_0x13e8,0x1a2ce));import{createFlagHelpers}from'@lovrabet/cli-framework';function a274_0x3770(_0x477529,_0x5ba9ba){_0x477529=_0x477529-0x1a5;const _0x13e861=a274_0x13e8();let _0x377011=_0x13e861[_0x477529];return _0x377011;}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a274_0x1b375d(0x1ae)];export const validateFlags=helpers[a274_0x1b375d(0x1a6)];
@@ -1 +1 @@
1
- (function(_0x206284,_0xc660df){const _0x1fab52=a275_0x30b8,_0x45a574=_0x206284();while(!![]){try{const _0x5753d8=parseInt(_0x1fab52(0xcc))/0x1+parseInt(_0x1fab52(0xd7))/0x2+parseInt(_0x1fab52(0xda))/0x3*(parseInt(_0x1fab52(0xd4))/0x4)+parseInt(_0x1fab52(0xd9))/0x5+-parseInt(_0x1fab52(0xd5))/0x6+-parseInt(_0x1fab52(0xd2))/0x7+-parseInt(_0x1fab52(0xcf))/0x8*(parseInt(_0x1fab52(0xce))/0x9);if(_0x5753d8===_0xc660df)break;else _0x45a574['push'](_0x45a574['shift']());}catch(_0x24a56c){_0x45a574['push'](_0x45a574['shift']());}}}(a275_0x2949,0x94f9c));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{requiresExplicitYes}from'../framework/explicit-yes.js';function createGenerators(){const _0x48318c=a275_0x30b8;return createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x2430ab=>serviceGroups[_0x48318c(0xd3)](_0x2430ab),'buildAllFlags':buildAllFlags,'appPrerequisiteText':_0x48318c(0xd1)+CLI_BIN_NAME+'\x20workspace\x20init`\x20or\x20--appcode).','serviceUsageSuffix':_0x48318c(0xcb)});}function a275_0x30b8(_0x3a2929,_0x46985b){_0x3a2929=_0x3a2929-0xcb;const _0x294995=a275_0x2949();let _0x30b883=_0x294995[_0x3a2929];return _0x30b883;}function a275_0x2949(){const _0x4ca815=['Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.','2283054ObitqN','generateServiceHelp','3121075qvKZBL','2649WuXwtw','generateCommandHelp','generateFullHelp','\x20[args]\x20[flags]','164670dwRxgo','replace','962469OLGxlv','88lVrWBp','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','Requires\x20appcode\x20(set\x20via\x20`','413896xqXzTa','get','1876wXttgw','2993136bzmQwG'];a275_0x2949=function(){return _0x4ca815;};return a275_0x2949();}export function generateCommandHelp(_0x101f37){const _0x5ef730=a275_0x30b8,_0x4f30b4=createGenerators()[_0x5ef730(0xdb)](_0x101f37);if(!requiresExplicitYes(_0x101f37))return _0x4f30b4;return _0x4f30b4[_0x5ef730(0xcd)](_0x5ef730(0xd0),_0x5ef730(0xd6));}export function generateServiceHelp(_0x5b3ca1){const _0x72582e=a275_0x30b8;return createGenerators()[_0x72582e(0xd8)](_0x5b3ca1);}export function generateFullHelp(){const _0x43178b=a275_0x30b8;return createGenerators()[_0x43178b(0xdc)]();}
1
+ (function(_0x3bd4a6,_0x4cf4d9){const _0x1e9ea1=a275_0x2dc3,_0x4ece40=_0x3bd4a6();while(!![]){try{const _0xdaa8fa=parseInt(_0x1e9ea1(0xc0))/0x1+parseInt(_0x1e9ea1(0xb4))/0x2*(parseInt(_0x1e9ea1(0xaf))/0x3)+parseInt(_0x1e9ea1(0xba))/0x4+-parseInt(_0x1e9ea1(0xb8))/0x5+parseInt(_0x1e9ea1(0xbb))/0x6+parseInt(_0x1e9ea1(0xb3))/0x7*(parseInt(_0x1e9ea1(0xbd))/0x8)+parseInt(_0x1e9ea1(0xb2))/0x9*(-parseInt(_0x1e9ea1(0xb6))/0xa);if(_0xdaa8fa===_0x4cf4d9)break;else _0x4ece40['push'](_0x4ece40['shift']());}catch(_0xf2e3b){_0x4ece40['push'](_0x4ece40['shift']());}}}(a275_0x1c59,0xd0314));import{createHelpGenerators}from'@lovrabet/cli-framework';function a275_0x1c59(){const _0x343dc0=['\x20[args]\x20[flags]','152deMlYW','Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.','\x20workspace\x20init`\x20or\x20--appcode).','1281891lHFVsA','2184012aldlYW','generateServiceHelp','replace','12269727SZBHUZ','253281zTSxii','2ICkoQy','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','20hSvvWt','generateFullHelp','5916925TvSOpQ','Requires\x20appcode\x20(set\x20via\x20`','4940364kcmTFl','4981704gWDgsV'];a275_0x1c59=function(){return _0x343dc0;};return a275_0x1c59();}import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{requiresExplicitYes}from'../framework/explicit-yes.js';function a275_0x2dc3(_0x43a1f0,_0x5c44dd){_0x43a1f0=_0x43a1f0-0xaf;const _0x1c59e4=a275_0x1c59();let _0x2dc323=_0x1c59e4[_0x43a1f0];return _0x2dc323;}function createGenerators(){const _0x15a6d0=a275_0x2dc3;return createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x432d3a=>serviceGroups['get'](_0x432d3a),'buildAllFlags':buildAllFlags,'appPrerequisiteText':_0x15a6d0(0xb9)+CLI_BIN_NAME+_0x15a6d0(0xbf),'serviceUsageSuffix':_0x15a6d0(0xbc)});}export function generateCommandHelp(_0x1115d9){const _0x10a93f=a275_0x2dc3,_0x5431e0=createGenerators()['generateCommandHelp'](_0x1115d9);if(!requiresExplicitYes(_0x1115d9))return _0x5431e0;return _0x5431e0[_0x10a93f(0xb1)](_0x10a93f(0xb5),_0x10a93f(0xbe));}export function generateServiceHelp(_0x222dbb){const _0x516d3d=a275_0x2dc3;return createGenerators()[_0x516d3d(0xb0)](_0x222dbb);}export function generateFullHelp(){const _0x2a8b97=a275_0x2dc3;return createGenerators()[_0x2a8b97(0xb7)]();}
@@ -1 +1 @@
1
- (function(_0x43af26,_0x1feccb){var _0xb73984=a276_0x3887,_0x2d9a63=_0x43af26();while(!![]){try{var _0x160ff8=-parseInt(_0xb73984(0xf2))/0x1+-parseInt(_0xb73984(0xee))/0x2*(parseInt(_0xb73984(0xf1))/0x3)+-parseInt(_0xb73984(0xef))/0x4*(parseInt(_0xb73984(0xed))/0x5)+parseInt(_0xb73984(0xf3))/0x6*(parseInt(_0xb73984(0xf4))/0x7)+parseInt(_0xb73984(0xec))/0x8*(-parseInt(_0xb73984(0xeb))/0x9)+parseInt(_0xb73984(0xf5))/0xa+parseInt(_0xb73984(0xf0))/0xb*(parseInt(_0xb73984(0xf6))/0xc);if(_0x160ff8===_0x1feccb)break;else _0x2d9a63['push'](_0x2d9a63['shift']());}catch(_0x13ecff){_0x2d9a63['push'](_0x2d9a63['shift']());}}}(a276_0x5a6a,0x48a36));function a276_0x3887(_0x29fd3c,_0x4fc8d2){_0x29fd3c=_0x29fd3c-0xeb;var _0x5a6aa6=a276_0x5a6a();var _0x3887b5=_0x5a6aa6[_0x29fd3c];return _0x3887b5;}export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';function a276_0x5a6a(){var _0x4ef19d=['1314464FmlWyx','11fbakIN','151701ubZkOQ','222523HFSXbh','5784RZjxpE','658AsjsJb','911080hLXCvS','14921112eaTMuE','45FvJuen','113304KARrUn','5PlwGzt','20DqCKun'];a276_0x5a6a=function(){return _0x4ef19d;};return a276_0x5a6a();}export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';
1
+ function a276_0x5df3(_0x28854e,_0x3ac9e5){_0x28854e=_0x28854e-0x19d;var _0x94fa73=a276_0x94fa();var _0x5df3c6=_0x94fa73[_0x28854e];return _0x5df3c6;}(function(_0xee9d29,_0x3942b4){var _0x5616eb=a276_0x5df3,_0x2c0503=_0xee9d29();while(!![]){try{var _0xd66f8a=-parseInt(_0x5616eb(0x1a3))/0x1+-parseInt(_0x5616eb(0x19f))/0x2*(-parseInt(_0x5616eb(0x19d))/0x3)+-parseInt(_0x5616eb(0x1a1))/0x4+-parseInt(_0x5616eb(0x19e))/0x5+parseInt(_0x5616eb(0x1a2))/0x6*(parseInt(_0x5616eb(0x1a0))/0x7)+-parseInt(_0x5616eb(0x1a7))/0x8*(parseInt(_0x5616eb(0x1a6))/0x9)+-parseInt(_0x5616eb(0x1a5))/0xa*(-parseInt(_0x5616eb(0x1a4))/0xb);if(_0xd66f8a===_0x3942b4)break;else _0x2c0503['push'](_0x2c0503['shift']());}catch(_0x3ff73c){_0x2c0503['push'](_0x2c0503['shift']());}}}(a276_0x94fa,0xaf75b));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';function a276_0x94fa(){var _0x3bd419=['8145064qqCSjN','1680hDmBBu','3957255MfUjjq','614FZjzAN','2495969CcZBUo','5080624iEdinR','12dndyFj','432626NwsFeV','11YUiXVY','33459950goGFdr','9AlBRXz'];a276_0x94fa=function(){return _0x3bd419;};return a276_0x94fa();}export{riskLevelOrder}from'../framework/types.js';
@@ -1 +1 @@
1
- function a277_0x38c7(_0x254be4,_0x1625d7){_0x254be4=_0x254be4-0xed;const _0x33f268=a277_0x33f2();let _0x38c7ac=_0x33f268[_0x254be4];return _0x38c7ac;}(function(_0x2dd5a6,_0x177583){const _0x1000cf=a277_0x38c7,_0x40cc09=_0x2dd5a6();while(!![]){try{const _0x526103=parseInt(_0x1000cf(0xf9))/0x1+parseInt(_0x1000cf(0xf7))/0x2*(parseInt(_0x1000cf(0xed))/0x3)+-parseInt(_0x1000cf(0xf2))/0x4*(-parseInt(_0x1000cf(0xf6))/0x5)+-parseInt(_0x1000cf(0xfc))/0x6+parseInt(_0x1000cf(0x102))/0x7*(parseInt(_0x1000cf(0x101))/0x8)+parseInt(_0x1000cf(0x103))/0x9*(-parseInt(_0x1000cf(0x108))/0xa)+parseInt(_0x1000cf(0xf1))/0xb*(-parseInt(_0x1000cf(0x104))/0xc);if(_0x526103===_0x177583)break;else _0x40cc09['push'](_0x40cc09['shift']());}catch(_0x19e05b){_0x40cc09['push'](_0x40cc09['shift']());}}}(a277_0x33f2,0xc54fe));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliError,CliErrors}from'../errors.js';import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x44d201,_0x5d3d27){const _0x2e561d=a277_0x38c7,_0xf9e53d=_0x44d201[_0x2e561d(0xf4)],{_notice:_0x53ee11,..._0x9daf1e}=_0x44d201;void _0x53ee11,baseFormatOutput(_0x9daf1e,_0x5d3d27),_0x5d3d27[_0x2e561d(0xff)]==='pretty'&&printPrettyNotice(_0xf9e53d);}export function formatCliError(_0x3e268d,_0x15494c){const _0x5c0bd0=a277_0x38c7;if(_0x15494c[_0x5c0bd0(0xff)]===_0x5c0bd0(0xfb))return![];const _0x5a8685=_0x3e268d[_0x5c0bd0(0xee)],_0x52c89c={'ok':![],'command':_0x15494c[_0x5c0bd0(0x107)],'risk':_0x15494c['risk'],'data':_0x5a8685??null,'error':{'code':_0x3e268d['code'],'message':_0x3e268d[_0x5c0bd0(0x100)],..._0x3e268d['hint']?{'hint':_0x3e268d[_0x5c0bd0(0xfa)]}:{}}},_0x91655e=_0x15494c['format']===_0x5c0bd0(0xf8)?JSON[_0x5c0bd0(0xf5)](_0x52c89c,null,0x2):JSON[_0x5c0bd0(0xf5)](_0x52c89c);let _0x29cd09=_0x91655e;if(_0x15494c[_0x5c0bd0(0x106)]?.[_0x5c0bd0(0xfd)]())try{_0x29cd09=applyJqFilter(_0x91655e,_0x15494c[_0x5c0bd0(0x106)]);}catch(_0x161467){const _0x58dfc1=_0x161467 instanceof CliError?_0x161467:CliErrors[_0x5c0bd0(0x105)](_0x5c0bd0(0xf3)+(_0x161467 instanceof Error?_0x161467[_0x5c0bd0(0x100)]:String(_0x161467))),_0x5ea09f={..._0x52c89c,'error':{'code':_0x58dfc1[_0x5c0bd0(0xf0)],'message':_0x58dfc1['message'],..._0x58dfc1[_0x5c0bd0(0xfa)]?{'hint':_0x58dfc1[_0x5c0bd0(0xfa)]}:{},'cause':_0x52c89c['error']}};_0x29cd09=_0x15494c[_0x5c0bd0(0xff)]===_0x5c0bd0(0xf8)?JSON[_0x5c0bd0(0xf5)](_0x5ea09f,null,0x2):JSON['stringify'](_0x5ea09f);}return process['stdout']['write'](_0x29cd09['endsWith']('\x0a')?_0x29cd09:_0x29cd09+'\x0a'),!![];}function printPrettyNotice(_0x112c87){const _0x574387=a277_0x38c7;if(!_0x112c87?.['update'])return;console['error'](_0x112c87[_0x574387(0xfe)]['message']+'\x20('+_0x112c87[_0x574387(0xfe)][_0x574387(0xef)]+')');}function a277_0x33f2(){const _0x16fca4=['1188MQmTXZ','150532qRWbgt','jq:\x20','_notice','stringify','170gpkOlY','568BEOuGE','json','203039ECmfoA','hint','pretty','5841492BBvzCi','trim','update','format','message','380168hqjYGR','119JpHWod','603HLytpP','211368pdLLHo','validation','jqFilter','command','23980YOAEaI','16419VoAMQU','data','url','code'];a277_0x33f2=function(){return _0x16fca4;};return a277_0x33f2();}
1
+ (function(_0x28ecc6,_0x3f06f6){const _0x23fbfc=a277_0x2627,_0x45634e=_0x28ecc6();while(!![]){try{const _0x2fdd9c=-parseInt(_0x23fbfc(0x1a2))/0x1+parseInt(_0x23fbfc(0x1af))/0x2+parseInt(_0x23fbfc(0x1b0))/0x3+parseInt(_0x23fbfc(0x1a9))/0x4+parseInt(_0x23fbfc(0x1b5))/0x5+parseInt(_0x23fbfc(0x1a7))/0x6+parseInt(_0x23fbfc(0x1ad))/0x7*(-parseInt(_0x23fbfc(0x1b6))/0x8);if(_0x2fdd9c===_0x3f06f6)break;else _0x45634e['push'](_0x45634e['shift']());}catch(_0x529056){_0x45634e['push'](_0x45634e['shift']());}}}(a277_0x1197,0xd82e5));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a277_0x1197(){const _0x59abf7=['risk','jqFilter','9143676qhrNhQ','command','6814604urMHKd','stringify','url','error','301XblWRz','stdout','33382LTGiRL','4881063YXuLBt','validation','format','code','pretty','7914170RgJQor','866472Txhfii','trim','hint','endsWith','data','message','json','update','911379ITHyvM','jq:\x20','_notice'];a277_0x1197=function(){return _0x59abf7;};return a277_0x1197();}import{CliError,CliErrors}from'../errors.js';import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});function a277_0x2627(_0x1b74a0,_0x4efa44){_0x1b74a0=_0x1b74a0-0x19b;const _0x1197ca=a277_0x1197();let _0x2627d9=_0x1197ca[_0x1b74a0];return _0x2627d9;}export function formatOutput(_0x12c7f2,_0x5d002b){const _0x13c987=a277_0x2627,_0x55d4ba=_0x12c7f2[_0x13c987(0x1a4)],{_notice:_0xc01303,..._0x5ed398}=_0x12c7f2;void _0xc01303,baseFormatOutput(_0x5ed398,_0x5d002b),_0x5d002b[_0x13c987(0x1b2)]===_0x13c987(0x1b4)&&printPrettyNotice(_0x55d4ba);}export function formatCliError(_0x54864a,_0x74042){const _0x46fc71=a277_0x2627;if(_0x74042['format']==='pretty')return![];const _0x1674a2=_0x54864a[_0x46fc71(0x19e)],_0x4d79b3={'ok':![],'command':_0x74042[_0x46fc71(0x1a8)],'risk':_0x74042[_0x46fc71(0x1a5)],'data':_0x1674a2??null,'error':{'code':_0x54864a[_0x46fc71(0x1b3)],'message':_0x54864a[_0x46fc71(0x19f)],..._0x54864a[_0x46fc71(0x19c)]?{'hint':_0x54864a[_0x46fc71(0x19c)]}:{}}},_0x198c2c=_0x74042['format']===_0x46fc71(0x1a0)?JSON[_0x46fc71(0x1aa)](_0x4d79b3,null,0x2):JSON[_0x46fc71(0x1aa)](_0x4d79b3);let _0x3dd67b=_0x198c2c;if(_0x74042[_0x46fc71(0x1a6)]?.[_0x46fc71(0x19b)]())try{_0x3dd67b=applyJqFilter(_0x198c2c,_0x74042[_0x46fc71(0x1a6)]);}catch(_0x34cc10){const _0xa185b1=_0x34cc10 instanceof CliError?_0x34cc10:CliErrors[_0x46fc71(0x1b1)](_0x46fc71(0x1a3)+(_0x34cc10 instanceof Error?_0x34cc10[_0x46fc71(0x19f)]:String(_0x34cc10))),_0x171c6b={..._0x4d79b3,'error':{'code':_0xa185b1['code'],'message':_0xa185b1[_0x46fc71(0x19f)],..._0xa185b1[_0x46fc71(0x19c)]?{'hint':_0xa185b1[_0x46fc71(0x19c)]}:{},'cause':_0x4d79b3[_0x46fc71(0x1ac)]}};_0x3dd67b=_0x74042[_0x46fc71(0x1b2)]===_0x46fc71(0x1a0)?JSON['stringify'](_0x171c6b,null,0x2):JSON[_0x46fc71(0x1aa)](_0x171c6b);}return process[_0x46fc71(0x1ae)]['write'](_0x3dd67b[_0x46fc71(0x19d)]('\x0a')?_0x3dd67b:_0x3dd67b+'\x0a'),!![];}function printPrettyNotice(_0x38617f){const _0x1fefa3=a277_0x2627;if(!_0x38617f?.[_0x1fefa3(0x1a1)])return;console[_0x1fefa3(0x1ac)](_0x38617f['update'][_0x1fefa3(0x19f)]+'\x20('+_0x38617f[_0x1fefa3(0x1a1)][_0x1fefa3(0x1ab)]+')');}
@@ -1 +1 @@
1
- (function(_0x1a1319,_0x11b01f){var _0x55f0d2=a278_0x475c,_0x2d1425=_0x1a1319();while(!![]){try{var _0xbb144b=-parseInt(_0x55f0d2(0x1d2))/0x1+parseInt(_0x55f0d2(0x1d0))/0x2*(-parseInt(_0x55f0d2(0x1d4))/0x3)+parseInt(_0x55f0d2(0x1d3))/0x4*(-parseInt(_0x55f0d2(0x1d5))/0x5)+parseInt(_0x55f0d2(0x1da))/0x6*(-parseInt(_0x55f0d2(0x1d7))/0x7)+parseInt(_0x55f0d2(0x1d6))/0x8*(parseInt(_0x55f0d2(0x1d8))/0x9)+parseInt(_0x55f0d2(0x1d9))/0xa+-parseInt(_0x55f0d2(0x1d1))/0xb*(-parseInt(_0x55f0d2(0x1cf))/0xc);if(_0xbb144b===_0x11b01f)break;else _0x2d1425['push'](_0x2d1425['shift']());}catch(_0x1353d3){_0x2d1425['push'](_0x2d1425['shift']());}}}(a278_0x892e,0x200da));export{extractList,extractPaging}from'@lovrabet/cli-framework';function a278_0x475c(_0x133988,_0x36d209){_0x133988=_0x133988-0x1cf;var _0x892eeb=a278_0x892e();var _0x475cd3=_0x892eeb[_0x133988];return _0x475cd3;}function a278_0x892e(){var _0x209d5a=['1270Datajf','16YoJODF','7vGDOay','906642eljJgJ','243770gdcqRH','877902dJrukJ','4449072gGkHjk','134BqDXHt','11tqNgeb','124757HqNRZV','724VqZURH','6639TZsCJZ'];a278_0x892e=function(){return _0x209d5a;};return a278_0x892e();}
1
+ (function(_0xdef5f1,_0x4eb8cb){var _0x844192=a278_0x5a78,_0x54e7f4=_0xdef5f1();while(!![]){try{var _0x3df5b3=-parseInt(_0x844192(0xfc))/0x1*(-parseInt(_0x844192(0x106))/0x2)+-parseInt(_0x844192(0x103))/0x3+-parseInt(_0x844192(0x105))/0x4*(-parseInt(_0x844192(0x100))/0x5)+-parseInt(_0x844192(0x104))/0x6*(-parseInt(_0x844192(0x101))/0x7)+parseInt(_0x844192(0xfe))/0x8*(-parseInt(_0x844192(0xfb))/0x9)+parseInt(_0x844192(0xff))/0xa*(-parseInt(_0x844192(0xfd))/0xb)+parseInt(_0x844192(0x102))/0xc;if(_0x3df5b3===_0x4eb8cb)break;else _0x54e7f4['push'](_0x54e7f4['shift']());}catch(_0x436392){_0x54e7f4['push'](_0x54e7f4['shift']());}}}(a278_0x94d9,0xde8ae));function a278_0x5a78(_0x3b8c34,_0x542ec2){_0x3b8c34=_0x3b8c34-0xfb;var _0x94d9df=a278_0x94d9();var _0x5a7800=_0x94d9df[_0x3b8c34];return _0x5a7800;}function a278_0x94d9(){var _0x38c0c1=['2639346DRCsvf','457112qRZCNu','1774244Xsbydu','4115169MKUkKM','1iJBQZh','18628159ImYblL','8gzmIFH','10uODKAx','55OMNNiW','7ABGFaW','9235500geAzvt','874356mlJiFn'];a278_0x94d9=function(){return _0x38c0c1;};return a278_0x94d9();}export{extractList,extractPaging}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- (function(_0x4706cd,_0x30df8a){const _0x7909fe=a279_0x500d,_0x5937c0=_0x4706cd();while(!![]){try{const _0x187520=parseInt(_0x7909fe(0x165))/0x1*(-parseInt(_0x7909fe(0x170))/0x2)+-parseInt(_0x7909fe(0x171))/0x3+parseInt(_0x7909fe(0x168))/0x4+parseInt(_0x7909fe(0x15f))/0x5*(-parseInt(_0x7909fe(0x15d))/0x6)+-parseInt(_0x7909fe(0x158))/0x7*(-parseInt(_0x7909fe(0x15c))/0x8)+-parseInt(_0x7909fe(0x167))/0x9+-parseInt(_0x7909fe(0x16a))/0xa*(-parseInt(_0x7909fe(0x160))/0xb);if(_0x187520===_0x30df8a)break;else _0x5937c0['push'](_0x5937c0['shift']());}catch(_0x306770){_0x5937c0['push'](_0x5937c0['shift']());}}}(a279_0x4e8b,0x8908c));function a279_0x500d(_0x323766,_0x2cc967){_0x323766=_0x323766-0x157;const _0x4e8bde=a279_0x4e8b();let _0x500da5=_0x4e8bde[_0x323766];return _0x500da5;}import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x696f23,_0x5da2f7,_0x51a22a,_0x404d3d){const _0xe99c13=a279_0x500d,_0x5dee83=_0x696f23[_0xe99c13(0x16d)][_0xe99c13(0x163)](_0x36a281=>_0x36a281['name']===_0xe99c13(0x16e)&&_0x36a281[_0xe99c13(0x16f)]===_0xe99c13(0x16c)),_0x300a63=_0x696f23[_0xe99c13(0x16d)][_0xe99c13(0x163)](_0x32f9df=>_0x32f9df[_0xe99c13(0x169)]===_0xe99c13(0x161)&&_0x32f9df[_0xe99c13(0x16f)]===_0xe99c13(0x16c));if(!_0x5dee83||!_0x300a63)return;const _0x283a90=_0x5da2f7[_0xe99c13(0x16e)]?String(_0x5da2f7[_0xe99c13(0x16e)]):'',_0x8e5302=_0x5da2f7[_0xe99c13(0x161)]?String(_0x5da2f7['alias']):'';if(!_0x283a90&&!_0x8e5302)throw CliErrors[_0xe99c13(0x157)]('`'+_0x404d3d+_0xe99c13(0x164));if(_0x8e5302&&!_0x283a90){const _0x365bc5=resolveAlias(_0x51a22a,_0x8e5302);if(!_0x365bc5){const _0xae4d77=listAliases(_0x51a22a)['map'](_0x369a80=>_0x369a80[_0xe99c13(0x161)]),_0x55beff=_0xae4d77[_0xe99c13(0x15a)]?_0xe99c13(0x166)+_0xae4d77[_0xe99c13(0x15b)](',\x20'):_0xe99c13(0x162)+_0x51a22a+_0xe99c13(0x15e)+CLI_BIN_NAME+'\x20api\x20pull`\x20first.';throw CliErrors[_0xe99c13(0x157)](_0xe99c13(0x16b)+_0x8e5302+_0xe99c13(0x159)+_0x55beff);}_0x5da2f7['code']=_0x365bc5;}}function a279_0x4e8b(){const _0x344739=['.\x20Run\x20`','5OezGJI','11583NPBmPQ','alias','No\x20api.ts\x20found\x20in\x20','some','`\x20requires\x20either\x20--code\x20or\x20--alias.','802589ITrEoG','Available\x20aliases:\x20','3199914SNTvSn','285824SoYgAF','name','16420UBlmZN','Unknown\x20alias\x20\x22','string','flags','code','type','2kzFdzK','1134021gBaTbm','validation','7TUaQVa','\x22.\x20','length','join','2977336WDOBnB','451290SWyYom'];a279_0x4e8b=function(){return _0x344739;};return a279_0x4e8b();}
1
+ (function(_0x2a1104,_0x5286f0){const _0x4a75fa=a279_0x3542,_0x19b372=_0x2a1104();while(!![]){try{const _0x5d36e7=parseInt(_0x4a75fa(0x70))/0x1+-parseInt(_0x4a75fa(0x74))/0x2*(parseInt(_0x4a75fa(0x72))/0x3)+-parseInt(_0x4a75fa(0x83))/0x4*(-parseInt(_0x4a75fa(0x7f))/0x5)+-parseInt(_0x4a75fa(0x76))/0x6*(parseInt(_0x4a75fa(0x7a))/0x7)+parseInt(_0x4a75fa(0x88))/0x8*(-parseInt(_0x4a75fa(0x87))/0x9)+parseInt(_0x4a75fa(0x7b))/0xa*(parseInt(_0x4a75fa(0x78))/0xb)+parseInt(_0x4a75fa(0x81))/0xc*(-parseInt(_0x4a75fa(0x6e))/0xd);if(_0x5d36e7===_0x5286f0)break;else _0x19b372['push'](_0x19b372['shift']());}catch(_0xad499f){_0x19b372['push'](_0x19b372['shift']());}}}(a279_0x1fc5,0x77fde));import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';function a279_0x3542(_0x583cb3,_0x3b5099){_0x583cb3=_0x583cb3-0x6c;const _0x1fc56b=a279_0x1fc5();let _0x354276=_0x1fc56b[_0x583cb3];return _0x354276;}import{CLI_BIN_NAME}from'../constant/cli.js';function a279_0x1fc5(){const _0x4bab60=['flags','2830dRBzSk','type','661002qOCIII','Available\x20aliases:\x20','6611DnZZoP','\x20api\x20pull`\x20first.','14bawlVG','14320jNiLqH','join','code','string','5gSvHai','alias','1649316PAbDXm','validation','3632612EBTWbb','some','length','name','207vEjHfv','322888vobsrv','No\x20api.ts\x20found\x20in\x20','map','39pwnmOy','.\x20Run\x20`','841177PKxOhx','`\x20requires\x20either\x20--code\x20or\x20--alias.','1182vTiybh'];a279_0x1fc5=function(){return _0x4bab60;};return a279_0x1fc5();}export function resolveAliasToCode(_0x5a49d8,_0x2b2d9b,_0xffdcf0,_0x44bf49){const _0x17094d=a279_0x3542,_0x515de2=_0x5a49d8['flags']['some'](_0x4eb252=>_0x4eb252[_0x17094d(0x86)]===_0x17094d(0x7d)&&_0x4eb252['type']===_0x17094d(0x7e)),_0x35e0c8=_0x5a49d8[_0x17094d(0x73)][_0x17094d(0x84)](_0x2730ea=>_0x2730ea['name']===_0x17094d(0x80)&&_0x2730ea[_0x17094d(0x75)]==='string');if(!_0x515de2||!_0x35e0c8)return;const _0x1caa7b=_0x2b2d9b[_0x17094d(0x7d)]?String(_0x2b2d9b['code']):'',_0x3cdf63=_0x2b2d9b[_0x17094d(0x80)]?String(_0x2b2d9b[_0x17094d(0x80)]):'';if(!_0x1caa7b&&!_0x3cdf63)throw CliErrors[_0x17094d(0x82)]('`'+_0x44bf49+_0x17094d(0x71));if(_0x3cdf63&&!_0x1caa7b){const _0x4458af=resolveAlias(_0xffdcf0,_0x3cdf63);if(!_0x4458af){const _0x25d473=listAliases(_0xffdcf0)[_0x17094d(0x6d)](_0x100698=>_0x100698[_0x17094d(0x80)]),_0x59376f=_0x25d473[_0x17094d(0x85)]?_0x17094d(0x77)+_0x25d473[_0x17094d(0x7c)](',\x20'):_0x17094d(0x6c)+_0xffdcf0+_0x17094d(0x6f)+CLI_BIN_NAME+_0x17094d(0x79);throw CliErrors['validation']('Unknown\x20alias\x20\x22'+_0x3cdf63+'\x22.\x20'+_0x59376f);}_0x2b2d9b[_0x17094d(0x7d)]=_0x4458af;}}
@@ -1 +1 @@
1
- (function(_0x36d8b4,_0x1b01d5){const _0xd7e13d=a280_0x1d44,_0x2a4319=_0x36d8b4();while(!![]){try{const _0x5ec09d=parseInt(_0xd7e13d(0x187))/0x1*(parseInt(_0xd7e13d(0x1b3))/0x2)+-parseInt(_0xd7e13d(0x194))/0x3+-parseInt(_0xd7e13d(0x180))/0x4+parseInt(_0xd7e13d(0x1bf))/0x5+-parseInt(_0xd7e13d(0x184))/0x6+parseInt(_0xd7e13d(0x1a3))/0x7*(-parseInt(_0xd7e13d(0x175))/0x8)+parseInt(_0xd7e13d(0x1bc))/0x9*(parseInt(_0xd7e13d(0x18b))/0xa);if(_0x5ec09d===_0x1b01d5)break;else _0x2a4319['push'](_0x2a4319['shift']());}catch(_0x2416a5){_0x2a4319['push'](_0x2a4319['shift']());}}}(a280_0x5798,0x4a409));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';function a280_0x1d44(_0x246491,_0x1e5dba){_0x246491=_0x246491-0x16f;const _0x579807=a280_0x5798();let _0x1d44e8=_0x579807[_0x246491];return _0x1d44e8;}import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a280_0x570a29}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x27a55c){const _0x15b675=a280_0x1d44;return typeof _0x27a55c===_0x15b675(0x18e)&&_0x27a55c[_0x15b675(0x172)]()?_0x27a55c['trim']():undefined;}function resolveEnvAppCode(){const _0x55f783=a280_0x1d44,_0x54dfb1=stringFlag(process.env.RABETBASE_APPCODE);if(_0x54dfb1)return{'name':'RABETBASE_APPCODE','value':_0x54dfb1};const _0x186dc1=stringFlag(process.env.LOVRABET_APPCODE);if(_0x186dc1)return{'name':_0x55f783(0x177),'value':_0x186dc1};return undefined;}function hasExplicitAppCode(_0x19bba7,_0x57d4ac){const _0x543567=a280_0x1d44;return!!(stringFlag(_0x19bba7[_0x543567(0x181)])||stringFlag(_0x57d4ac['appcode']));}function assertEnvAppCodeNotIgnored(_0x201544,_0x393ceb,_0x2a563e){const _0x21c3a1=a280_0x1d44;if(!_0x393ceb||_0x2a563e||_0x201544===_0x393ceb[_0x21c3a1(0x191)])return;const _0x3bf021=_0x201544?_0x21c3a1(0x19d)+_0x201544+'\x22.':_0x21c3a1(0x1c3);throw CliErrors[_0x21c3a1(0x1b1)](_0x393ceb[_0x21c3a1(0x190)]+'='+_0x393ceb[_0x21c3a1(0x191)]+_0x21c3a1(0x196)+_0x3bf021+'\x20'+(_0x21c3a1(0x1b0)+_0x393ceb['name']+'\x22.'));}export function createPipelineEnv(_0x5a6f97,_0x133089,_0x5acc5c=[]){const _0x1d7085=a280_0x1d44;return{'rawFlags':_0x133089,'args':_0x5acc5c,'resolveAppCode':()=>_0x5a6f97[_0x1d7085(0x17b)],'resolveCookie':()=>_0x5a6f97['cookie']||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a280_0x570a29(_0x133089),'defaultFormat':_0x5a6f97[_0x1d7085(0x1be)],'defaultPageSize':_0x5a6f97[_0x1d7085(0x1a5)],'defaultVerbose':_0x5a6f97['verbose'],'apiDir':_0x5a6f97[_0x1d7085(0x1c1)],'riskLevel':_0x5a6f97[_0x1d7085(0x178)],'selectedAppName':_0x5a6f97[_0x1d7085(0x17f)],'mergedCli':{'defaultApp':_0x5a6f97['defaultApp'],'currentApp':_0x5a6f97['currentApp'],'appCode':_0x5a6f97[_0x1d7085(0x17b)],'apps':_0x5a6f97[_0x1d7085(0x1af)]}};}export function createRabetbaseRunnerAdapter(_0x20f876={}){const _0x3251a0=a280_0x1d44;return{'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[_0x3251a0(0x1bd)](_0x347337=>PIPELINE_FLAG_NAMES[_0x3251a0(0x1aa)](_0x347337[_0x3251a0(0x190)]))[_0x3251a0(0x193)](({name:_0x8afd91,type:_0x57dbcf,description:_0x18b46d})=>({'name':_0x8afd91,'type':_0x57dbcf,'description':_0x18b46d})),'formatOutput':_0x20f876[_0x3251a0(0x1a8)]??formatOutput,'getCommandLabel'(_0x5039be){const _0x35d338=_0x3251a0;return CLI_BIN_NAME+'\x20'+_0x5039be[_0x35d338(0x1ac)]+'\x20'+_0x5039be['command'];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x15f661,{def:_0x2cc99a}){const _0x56d601=_0x3251a0,_0x16f8f9=_0x15f661[_0x56d601(0x1b8)](_0x56d601(0x197))?_0x56d601(0x1c2):'A\x20human\x20user\x20may\x20review\x20the\x20active\x20risk\x20ceilings\x20and\x20manually\x20edit\x20the\x20applicable\x20.rabetbase.json\x20file\x20to\x20set\x20riskLevel\x20to\x20\x22'+_0x2cc99a[_0x56d601(0x1bb)]+_0x56d601(0x18d)+'AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.';return CliErrors[_0x56d601(0x1b1)](_0x15f661+_0x56d601(0x1a4)+_0x16f8f9);}},async 'prepare'(_0x53943e,_0x545672,_0x43b83f,_0x447ee8){const _0x1cfee2=_0x3251a0,_0x43de66=_0x545672['apiDir']||DEFAULT_API_DIR;resolveAliasToCode(_0x53943e,_0x43b83f,_0x43de66,_0x447ee8);const _0x3ed6d2=resolveCommandAuthMode(_0x53943e);let _0x5479f3='';if(_0x3ed6d2!=='none'){_0x5479f3=_0x545672[_0x1cfee2(0x1c4)]()||'';if(!_0x5479f3){if(_0x3ed6d2==='required')throw CliErrors[_0x1cfee2(0x195)]();}else{const {setActiveCookie:_0x33fcac}=await import(_0x1cfee2(0x19e));_0x33fcac(_0x5479f3);}}const _0x3edcd9=_0x545672[_0x1cfee2(0x1a1)]()??'';if(_0x53943e[_0x1cfee2(0x182)]!==![]){const _0x209389=hasExplicitAppCode(_0x43b83f,_0x545672['rawFlags']),_0x139e2=_0x545672[_0x1cfee2(0x1ae)]?.['apps']??{},_0x248a50=_0x545672[_0x1cfee2(0x17a)]||_0x545672[_0x1cfee2(0x1ae)]?.[_0x1cfee2(0x176)]||_0x545672[_0x1cfee2(0x1ae)]?.[_0x1cfee2(0x1c5)];if(!_0x209389&&_0x248a50&&!_0x139e2[_0x248a50]){const _0x23b9a4=Object[_0x1cfee2(0x18c)](_0x139e2);throw CliErrors[_0x1cfee2(0x1b1)]('App\x20\x22'+_0x248a50+_0x1cfee2(0x19b),_0x23b9a4[_0x1cfee2(0x1b4)]>0x0?'Available:\x20'+_0x23b9a4[_0x1cfee2(0x1a7)](',\x20')+_0x1cfee2(0x183)+CLI_BIN_NAME+'\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.':_0x1cfee2(0x19c)+CLI_BIN_NAME+_0x1cfee2(0x174));}assertEnvAppCodeNotIgnored(_0x3edcd9,resolveEnvAppCode(),_0x209389);if(!_0x3edcd9){const _0x1e8277=Object['keys'](_0x139e2);if(!_0x248a50&&_0x1e8277[_0x1cfee2(0x1b4)]>0x1)throw CliErrors[_0x1cfee2(0x170)](_0x1cfee2(0x1b2)+CLI_BIN_NAME+_0x1cfee2(0x192)+_0x1e8277[_0x1cfee2(0x1a7)](',\x20')+'.');throw CliErrors[_0x1cfee2(0x170)](_0x1cfee2(0x19a)+CLI_BIN_NAME+_0x1cfee2(0x16f));}}return{'defaults':{'booleans':{'verbose':_0x545672[_0x1cfee2(0x199)]},'numbers':{'pagesize':_0x545672[_0x1cfee2(0x171)]}},'extras':{'appCode':_0x3edcd9,'cookie':_0x5479f3,'apiDomain':_0x545672[_0x1cfee2(0x1a2)](),'apiDir':_0x43de66,'selectedAppName':_0x545672[_0x1cfee2(0x17a)],'mergedCli':_0x545672[_0x1cfee2(0x1ae)]}};},'confirmHighRisk':_0x20f876[_0x3251a0(0x198)]??(async({env:_0x257dd9,commandLabel:_0x4b4565})=>{const _0x57695d=_0x3251a0;if(_0x257dd9[_0x57695d(0x17d)])throw CliErrors[_0x57695d(0x1b1)](_0x57695d(0x1ba)+_0x4b4565+'`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.');await requireConfirmationPrompt({'lines':[_0x57695d(0x188)+_0x4b4565,'\x20\x20\x20Continue?\x20[y/N]\x20'],'createCancelledError':_0x5684f2=>CliErrors[_0x57695d(0x1ad)](_0x5684f2)});}),async 'finalize'(){await clearRabetbaseCommandState();}};}const terminalRunnerAdapter=createRabetbaseRunnerAdapter();async function clearRabetbaseCommandState(){const _0x44549c=a280_0x1d44,{clearActiveCookie:_0x53abf5}=await import(_0x44549c(0x19e));_0x53abf5();}export async function finalizeRabetbaseRuntimeState(){const _0x7436fd=a280_0x1d44;try{await clearRabetbaseCommandState();}finally{const [{initDomains:_0x27a690},{initEnv:_0x7e428c}]=await Promise[_0x7436fd(0x17c)]([import(_0x7436fd(0x18f)),import(_0x7436fd(0x189))]);_0x27a690(),_0x7e428c(_0x7436fd(0x1c0));}}export async function runCommand(_0x5314f7,_0x5bc813,_0x4382e2=terminalRunnerAdapter){const _0x15e43b=a280_0x1d44;assertRejectedFlags(_0x5314f7,_0x5bc813[_0x15e43b(0x185)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x5314f7)?withUpdateNotice(_0x5314f7):_0x5314f7,_0x5bc813,_0x4382e2);}function assertRejectedFlags(_0x11f93d,_0x2fe892){const _0x42c01c=a280_0x1d44;for(const _0x57e04c of _0x11f93d['rejectedFlags']??[]){const _0x3f8d37=GLOBAL_FLAGS[_0x42c01c(0x1b9)](_0x482fc8=>_0x482fc8[_0x42c01c(0x190)]===_0x57e04c[_0x42c01c(0x190)]),_0x123ffb=new Set([_0x57e04c[_0x42c01c(0x190)],toCamelCase(_0x57e04c[_0x42c01c(0x190)]),_0x3f8d37?.[_0x42c01c(0x173)]]),_0x187111=[..._0x123ffb][_0x42c01c(0x1b5)](_0x53ee34=>{if(!_0x53ee34)return![];const _0x3c9871=_0x2fe892[_0x53ee34];return _0x3c9871!==undefined&&_0x3c9871!==null&&_0x3c9871!==![];});if(_0x187111)throw CliErrors[_0x42c01c(0x1b1)](_0x57e04c[_0x42c01c(0x1a6)],_0x57e04c[_0x42c01c(0x18a)]);}}function toCamelCase(_0x184be5){const _0x2b87ca=a280_0x1d44;return _0x184be5[_0x2b87ca(0x1a0)](/-([a-z])/g,(_0x289108,_0x1afc2c)=>_0x1afc2c[_0x2b87ca(0x186)]());}function a280_0x5798(){const _0x258554=['To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','validation','Multiple\x20apps\x20are\x20configured\x20but\x20no\x20default\x20app\x20is\x20selected.\x20Use\x20--app\x20<name>\x20or\x20run\x20`','2feRhcr','length','some','hasFormat','catch','includes','find','High-risk\x20operation\x20`','risk','1703052WZyFfG','filter','format','334565vjxLtz','production','apiDir','AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','resolveCookie','defaultApp','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','configMissing','defaultPageSize','trim','meowKey','\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.','114808ndqtRY','currentApp','LOVRABET_APPCODE','riskLevel','object','selectedAppName','appCode','all','isNonInteractive','schema','explicitAppName','1915856SlKwYW','appcode','requiresAppCode','.\x20Use\x20--app/--appcode,\x20or\x20run\x20`','1720530HTCZhO','rawFlags','toUpperCase','11156HJpsCy','⚠\x20\x20High-risk\x20operation:\x20','../constant/env.js','hint','90EHDzlg','keys','\x22\x20if\x20this\x20operation\x20is\x20intended.\x20','string','../constant/domain.js','name','value','\x20workspace\x20use\x20--app\x20<name>`.\x20Available:\x20','map','1746318cwmyWk','authRequired','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','Edit\x20the\x20config\x20file\x20manually','confirmHighRisk','defaultVerbose','Set\x20appcode\x20via\x20`','\x22\x20is\x20selected\x20but\x20not\x20defined\x20in\x20the\x20effective\x20project\x20apps.','Use\x20--appcode,\x20add\x20the\x20app\x20to\x20the\x20project\x20workspace,\x20or\x20run\x20`','Current\x20resolved\x20appcode\x20is\x20\x22','../core/api-client.js','doctor','replace','resolveAppCode','resolveApiDomain','63XFxEsr','\x0a\x20\x20','pageSize','message','join','formatOutput','resolve','has','_notice','service','cancelled','mergedCli','apps'];a280_0x5798=function(){return _0x258554;};return a280_0x5798();}function shouldAttachUpdateNotice(_0x277161){const _0x58902f=a280_0x1d44;if(_0x277161[_0x58902f(0x1b6)]===![])return![];return!['update',_0x58902f(0x17e),_0x58902f(0x19f)]['includes'](_0x277161[_0x58902f(0x1ac)]);}function withUpdateNotice(_0x30afdc){return{..._0x30afdc,async 'execute'(_0xceb5a4){const _0x10c620=a280_0x1d44,_0x3478bb=shouldResolveUpdateNotice(_0xceb5a4)?resolveLatestUpdateNotice()[_0x10c620(0x1b7)](()=>null):Promise[_0x10c620(0x1a9)](null),_0x46a382=await _0x30afdc['execute'](_0xceb5a4);return attachUpdateNotice(_0x46a382,await _0x3478bb);}};}function shouldResolveUpdateNotice(_0x30deab){const _0x323b40=a280_0x1d44;return _0x30deab[_0x323b40(0x1be)]==='pretty'&&!_0x30deab['nonInteractive'];}function attachUpdateNotice(_0x15514e,_0x512c60){const _0x71f65=a280_0x1d44;if(!_0x512c60||!_0x15514e||typeof _0x15514e!==_0x71f65(0x179))return _0x15514e;const _0x10a98e=_0x15514e,_0x16d848=typeof _0x10a98e['_notice']===_0x71f65(0x179)&&_0x10a98e[_0x71f65(0x1ab)]!==null?_0x10a98e[_0x71f65(0x1ab)]:{};return{..._0x10a98e,'_notice':{..._0x16d848,'update':_0x512c60}};}
1
+ function a280_0x206c(){const _0xbd672c=['216gBXQwx','177620mKSBHd','resolveCookie','catch','includes','pageSize','RABETBASE_APPCODE','pretty','Set\x20appcode\x20via\x20`','Current\x20resolved\x20appcode\x20is\x20\x22','Multiple\x20apps\x20are\x20configured\x20but\x20no\x20default\x20app\x20is\x20selected.\x20Use\x20--app\x20<name>\x20or\x20run\x20`','meowKey','apiDir','241694ZNsvZz','A\x20human\x20user\x20may\x20review\x20the\x20active\x20risk\x20ceilings\x20and\x20manually\x20edit\x20the\x20applicable\x20.rabetbase.json\x20file\x20to\x20set\x20riskLevel\x20to\x20\x22','999480MHAPzB','configMissing','riskLevel','App\x20\x22','defaultApp','.\x20Use\x20--app/--appcode,\x20or\x20run\x20`','schema','object','replace','update','High-risk\x20operation\x20`','resolveApiDomain','Edit\x20the\x20config\x20file\x20manually','apps','none','\x22\x20if\x20this\x20operation\x20is\x20intended.\x20','cancelled','hasFormat','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','join','confirmHighRisk','all','authRequired','hint','currentApp','Available:\x20','message','selectedAppName','../core/api-client.js','map','⚠\x20\x20High-risk\x20operation:\x20','\x20\x20\x20Continue?\x20[y/N]\x20','3818970EHOnWQ','service','value','AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.','_notice','LOVRABET_APPCODE','defaultVerbose','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','required','toUpperCase','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','production','15yUdFNr','keys','execute','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','trim','command','find','risk','length','\x22\x20is\x20selected\x20but\x20not\x20defined\x20in\x20the\x20effective\x20project\x20apps.','resolve','3486528CuUDUR','7165971bcHBxc','defaultPageSize','validation','appcode','isNonInteractive','../constant/env.js','115745ROXcDL','filter','mergedCli','format','name','\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.','string','rawFlags','explicitAppName','\x0a\x20\x20','appCode','resolveAppCode','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.'];a280_0x206c=function(){return _0xbd672c;};return a280_0x206c();}(function(_0xba5943,_0x735baf){const _0x472c27=a280_0x2b80,_0x20230b=_0xba5943();while(!![]){try{const _0xc48931=-parseInt(_0x472c27(0x182))/0x1+-parseInt(_0x472c27(0x184))/0x2+-parseInt(_0x472c27(0x1b0))/0x3*(parseInt(_0x472c27(0x176))/0x4)+parseInt(_0x472c27(0x1a4))/0x5+parseInt(_0x472c27(0x175))/0x6*(-parseInt(_0x472c27(0x168))/0x7)+parseInt(_0x472c27(0x161))/0x8+parseInt(_0x472c27(0x162))/0x9;if(_0xc48931===_0x735baf)break;else _0x20230b['push'](_0x20230b['shift']());}catch(_0x593444){_0x20230b['push'](_0x20230b['shift']());}}}(a280_0x206c,0x6ab76));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a280_0x37b68a}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x136ac3){const _0x3e618f=a280_0x2b80;return typeof _0x136ac3===_0x3e618f(0x16e)&&_0x136ac3[_0x3e618f(0x1b4)]()?_0x136ac3[_0x3e618f(0x1b4)]():undefined;}function resolveEnvAppCode(){const _0x2cf282=a280_0x2b80,_0x4ed629=stringFlag(process.env.RABETBASE_APPCODE);if(_0x4ed629)return{'name':_0x2cf282(0x17b),'value':_0x4ed629};const _0x322438=stringFlag(process.env.LOVRABET_APPCODE);if(_0x322438)return{'name':_0x2cf282(0x1a9),'value':_0x322438};return undefined;}function hasExplicitAppCode(_0x41cfbe,_0x23e2bf){const _0x1c8071=a280_0x2b80;return!!(stringFlag(_0x41cfbe['appcode'])||stringFlag(_0x23e2bf[_0x1c8071(0x165)]));}function assertEnvAppCodeNotIgnored(_0xc5b8b3,_0x53f13d,_0xeee782){const _0xbf3976=a280_0x2b80;if(!_0x53f13d||_0xeee782||_0xc5b8b3===_0x53f13d['value'])return;const _0x5d90c0=_0xc5b8b3?_0xbf3976(0x17e)+_0xc5b8b3+'\x22.':_0xbf3976(0x174);throw CliErrors[_0xbf3976(0x164)](_0x53f13d[_0xbf3976(0x16c)]+'='+_0x53f13d[_0xbf3976(0x1a6)]+_0xbf3976(0x196)+_0x5d90c0+'\x20'+(_0xbf3976(0x1ae)+_0x53f13d[_0xbf3976(0x16c)]+'\x22.'));}export function createPipelineEnv(_0x469461,_0x1ebad3,_0x3a02bf=[]){const _0xc34a1b=a280_0x2b80;return{'rawFlags':_0x1ebad3,'args':_0x3a02bf,'resolveAppCode':()=>_0x469461[_0xc34a1b(0x172)],'resolveCookie':()=>_0x469461['cookie']||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a280_0x37b68a(_0x1ebad3),'defaultFormat':_0x469461[_0xc34a1b(0x16b)],'defaultPageSize':_0x469461[_0xc34a1b(0x17a)],'defaultVerbose':_0x469461['verbose'],'apiDir':_0x469461[_0xc34a1b(0x181)],'riskLevel':_0x469461[_0xc34a1b(0x186)],'selectedAppName':_0x469461[_0xc34a1b(0x170)],'mergedCli':{'defaultApp':_0x469461[_0xc34a1b(0x188)],'currentApp':_0x469461['currentApp'],'appCode':_0x469461[_0xc34a1b(0x172)],'apps':_0x469461[_0xc34a1b(0x191)]}};}export function createRabetbaseRunnerAdapter(_0x440f26={}){const _0xd82683=a280_0x2b80;return{'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[_0xd82683(0x169)](_0x108bcf=>PIPELINE_FLAG_NAMES['has'](_0x108bcf[_0xd82683(0x16c)]))[_0xd82683(0x1a1)](({name:_0x23b274,type:_0x31e572,description:_0x35aa45})=>({'name':_0x23b274,'type':_0x31e572,'description':_0x35aa45})),'formatOutput':_0x440f26['formatOutput']??formatOutput,'getCommandLabel'(_0x54757f){const _0x2c82e6=_0xd82683;return CLI_BIN_NAME+'\x20'+_0x54757f['service']+'\x20'+_0x54757f[_0x2c82e6(0x1b5)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0xc661eb,{def:_0x3149ba}){const _0x5ac8fb=_0xd82683,_0x4e0eb2=_0xc661eb['includes'](_0x5ac8fb(0x190))?_0x5ac8fb(0x1a7):_0x5ac8fb(0x183)+_0x3149ba[_0x5ac8fb(0x15d)]+_0x5ac8fb(0x193)+_0x5ac8fb(0x1a7);return CliErrors[_0x5ac8fb(0x164)](_0xc661eb+_0x5ac8fb(0x171)+_0x4e0eb2);}},async 'prepare'(_0xe4d016,_0x3e70bf,_0x39ab7a,_0x5bf11a){const _0x8c4e83=_0xd82683,_0x5a3c38=_0x3e70bf['apiDir']||DEFAULT_API_DIR;resolveAliasToCode(_0xe4d016,_0x39ab7a,_0x5a3c38,_0x5bf11a);const _0x5df9b0=resolveCommandAuthMode(_0xe4d016);let _0x1abb9b='';if(_0x5df9b0!==_0x8c4e83(0x192)){_0x1abb9b=_0x3e70bf[_0x8c4e83(0x177)]()||'';if(!_0x1abb9b){if(_0x5df9b0===_0x8c4e83(0x1ac))throw CliErrors[_0x8c4e83(0x19a)]();}else{const {setActiveCookie:_0x2a0bf8}=await import('../core/api-client.js');_0x2a0bf8(_0x1abb9b);}}const _0x3bed78=_0x3e70bf[_0x8c4e83(0x173)]()??'';if(_0xe4d016['requiresAppCode']!==![]){const _0x34cd98=hasExplicitAppCode(_0x39ab7a,_0x3e70bf[_0x8c4e83(0x16f)]),_0x2eb097=_0x3e70bf[_0x8c4e83(0x16a)]?.[_0x8c4e83(0x191)]??{},_0x460c7f=_0x3e70bf[_0x8c4e83(0x19f)]||_0x3e70bf['mergedCli']?.[_0x8c4e83(0x19c)]||_0x3e70bf[_0x8c4e83(0x16a)]?.[_0x8c4e83(0x188)];if(!_0x34cd98&&_0x460c7f&&!_0x2eb097[_0x460c7f]){const _0x350518=Object[_0x8c4e83(0x1b1)](_0x2eb097);throw CliErrors['validation'](_0x8c4e83(0x187)+_0x460c7f+_0x8c4e83(0x15f),_0x350518[_0x8c4e83(0x15e)]>0x0?_0x8c4e83(0x19d)+_0x350518[_0x8c4e83(0x197)](',\x20')+_0x8c4e83(0x189)+CLI_BIN_NAME+_0x8c4e83(0x16d):'Use\x20--appcode,\x20add\x20the\x20app\x20to\x20the\x20project\x20workspace,\x20or\x20run\x20`'+CLI_BIN_NAME+_0x8c4e83(0x16d));}assertEnvAppCodeNotIgnored(_0x3bed78,resolveEnvAppCode(),_0x34cd98);if(!_0x3bed78){const _0x262392=Object[_0x8c4e83(0x1b1)](_0x2eb097);if(!_0x460c7f&&_0x262392['length']>0x1)throw CliErrors[_0x8c4e83(0x185)](_0x8c4e83(0x17f)+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`.\x20Available:\x20'+_0x262392['join'](',\x20')+'.');throw CliErrors[_0x8c4e83(0x185)](_0x8c4e83(0x17d)+CLI_BIN_NAME+_0x8c4e83(0x1b3));}}return{'defaults':{'booleans':{'verbose':_0x3e70bf[_0x8c4e83(0x1aa)]},'numbers':{'pagesize':_0x3e70bf[_0x8c4e83(0x163)]}},'extras':{'appCode':_0x3bed78,'cookie':_0x1abb9b,'apiDomain':_0x3e70bf[_0x8c4e83(0x18f)](),'apiDir':_0x5a3c38,'selectedAppName':_0x3e70bf[_0x8c4e83(0x19f)],'mergedCli':_0x3e70bf['mergedCli']}};},'confirmHighRisk':_0x440f26[_0xd82683(0x198)]??(async({env:_0x74fc11,commandLabel:_0x69a9da})=>{const _0x386d1f=_0xd82683;if(_0x74fc11[_0x386d1f(0x166)])throw CliErrors[_0x386d1f(0x164)](_0x386d1f(0x18e)+_0x69a9da+_0x386d1f(0x1ab));await requireConfirmationPrompt({'lines':[_0x386d1f(0x1a2)+_0x69a9da,_0x386d1f(0x1a3)],'createCancelledError':_0x3668c5=>CliErrors[_0x386d1f(0x194)](_0x3668c5)});}),async 'finalize'(){await clearRabetbaseCommandState();}};}const terminalRunnerAdapter=createRabetbaseRunnerAdapter();async function clearRabetbaseCommandState(){const _0x9ff25a=a280_0x2b80,{clearActiveCookie:_0x1847c3}=await import(_0x9ff25a(0x1a0));_0x1847c3();}function a280_0x2b80(_0x9d8915,_0x4b9294){_0x9d8915=_0x9d8915-0x15d;const _0x206c59=a280_0x206c();let _0x2b80da=_0x206c59[_0x9d8915];return _0x2b80da;}export async function finalizeRabetbaseRuntimeState(){const _0x33d29b=a280_0x2b80;try{await clearRabetbaseCommandState();}finally{const [{initDomains:_0x14f907},{initEnv:_0x3e4e1b}]=await Promise[_0x33d29b(0x199)]([import('../constant/domain.js'),import(_0x33d29b(0x167))]);_0x14f907(),_0x3e4e1b(_0x33d29b(0x1af));}}export async function runCommand(_0xb1547,_0x4d6f5f,_0x493a58=terminalRunnerAdapter){const _0x5cee50=a280_0x2b80;assertRejectedFlags(_0xb1547,_0x4d6f5f[_0x5cee50(0x16f)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0xb1547)?withUpdateNotice(_0xb1547):_0xb1547,_0x4d6f5f,_0x493a58);}function assertRejectedFlags(_0x32e10d,_0x4cccf4){const _0x5aec06=a280_0x2b80;for(const _0xefeacf of _0x32e10d['rejectedFlags']??[]){const _0x3e1407=GLOBAL_FLAGS[_0x5aec06(0x1b6)](_0x37e0c7=>_0x37e0c7['name']===_0xefeacf[_0x5aec06(0x16c)]),_0x24aec9=new Set([_0xefeacf[_0x5aec06(0x16c)],toCamelCase(_0xefeacf['name']),_0x3e1407?.[_0x5aec06(0x180)]]),_0xae5ab6=[..._0x24aec9]['some'](_0xfbfcc3=>{if(!_0xfbfcc3)return![];const _0x5356db=_0x4cccf4[_0xfbfcc3];return _0x5356db!==undefined&&_0x5356db!==null&&_0x5356db!==![];});if(_0xae5ab6)throw CliErrors[_0x5aec06(0x164)](_0xefeacf[_0x5aec06(0x19e)],_0xefeacf[_0x5aec06(0x19b)]);}}function toCamelCase(_0x1d15aa){const _0x184c8f=a280_0x2b80;return _0x1d15aa[_0x184c8f(0x18c)](/-([a-z])/g,(_0x9e0bf6,_0xaef580)=>_0xaef580[_0x184c8f(0x1ad)]());}function shouldAttachUpdateNotice(_0x56de63){const _0x451b6e=a280_0x2b80;if(_0x56de63[_0x451b6e(0x195)]===![])return![];return![_0x451b6e(0x18d),_0x451b6e(0x18a),'doctor'][_0x451b6e(0x179)](_0x56de63[_0x451b6e(0x1a5)]);}function withUpdateNotice(_0x3914d1){return{..._0x3914d1,async 'execute'(_0x15aa77){const _0x5b58a6=a280_0x2b80,_0x463db0=shouldResolveUpdateNotice(_0x15aa77)?resolveLatestUpdateNotice()[_0x5b58a6(0x178)](()=>null):Promise[_0x5b58a6(0x160)](null),_0x4942ea=await _0x3914d1[_0x5b58a6(0x1b2)](_0x15aa77);return attachUpdateNotice(_0x4942ea,await _0x463db0);}};}function shouldResolveUpdateNotice(_0x3b82b0){const _0x5dba36=a280_0x2b80;return _0x3b82b0[_0x5dba36(0x16b)]===_0x5dba36(0x17c)&&!_0x3b82b0['nonInteractive'];}function attachUpdateNotice(_0x2b63b5,_0x2f24f3){const _0xa8d41b=a280_0x2b80;if(!_0x2f24f3||!_0x2b63b5||typeof _0x2b63b5!==_0xa8d41b(0x18b))return _0x2b63b5;const _0x1a276b=_0x2b63b5,_0x406326=typeof _0x1a276b['_notice']===_0xa8d41b(0x18b)&&_0x1a276b['_notice']!==null?_0x1a276b[_0xa8d41b(0x1a8)]:{};return{..._0x1a276b,'_notice':{..._0x406326,'update':_0x2f24f3}};}
@@ -1 +1 @@
1
- function a281_0x187c(_0x41df3c,_0x209c11){_0x41df3c=_0x41df3c-0x7a;const _0x15e86d=a281_0x15e8();let _0x187cf5=_0x15e86d[_0x41df3c];return _0x187cf5;}(function(_0x403d67,_0x3e27b0){const _0x4f6afe=a281_0x187c,_0x6a2277=_0x403d67();while(!![]){try{const _0x9b2994=parseInt(_0x4f6afe(0x7e))/0x1*(parseInt(_0x4f6afe(0x7c))/0x2)+-parseInt(_0x4f6afe(0x81))/0x3*(parseInt(_0x4f6afe(0x84))/0x4)+parseInt(_0x4f6afe(0x7f))/0x5+parseInt(_0x4f6afe(0x7d))/0x6*(parseInt(_0x4f6afe(0x7b))/0x7)+-parseInt(_0x4f6afe(0x83))/0x8*(-parseInt(_0x4f6afe(0x7a))/0x9)+parseInt(_0x4f6afe(0x82))/0xa*(parseInt(_0x4f6afe(0x85))/0xb)+-parseInt(_0x4f6afe(0x86))/0xc;if(_0x9b2994===_0x3e27b0)break;else _0x6a2277['push'](_0x6a2277['shift']());}catch(_0x50915e){_0x6a2277['push'](_0x6a2277['shift']());}}}(a281_0x15e8,0x4fc76));import{buildSchemaPayload as a281_0x21dadf}from'@lovrabet/cli-framework';function a281_0x15e8(){const _0x4d895f=['125696cYiqSr','136PlauBI','22QuCczN','9815604eRvaxT','99eqgHiG','2735159vEUqXT','940778ryreoD','6yvoxaa','1hIdihK','631345tRRbZg','../commands/registry.js','46806AmtdOo','2574910zyubvE'];a281_0x15e8=function(){return _0x4d895f;};return a281_0x15e8();}import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x84019d=a281_0x187c,{serviceRegistry:_0x4986ea,findDefinition:_0x27d3ed}=await import(_0x84019d(0x80));return a281_0x21dadf({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x4986ea,'buildAllFlags':buildAllFlags,'findDefinition':_0x27d3ed});}
1
+ function a281_0x5ca0(_0x2e75f4,_0x2e1194){_0x2e75f4=_0x2e75f4-0x91;const _0x4ab95b=a281_0x4ab9();let _0x5ca00a=_0x4ab95b[_0x2e75f4];return _0x5ca00a;}(function(_0x2fa867,_0x212bd3){const _0x315efd=a281_0x5ca0,_0x4a1e1a=_0x2fa867();while(!![]){try{const _0x4792fc=-parseInt(_0x315efd(0x93))/0x1*(-parseInt(_0x315efd(0x9b))/0x2)+parseInt(_0x315efd(0x91))/0x3*(parseInt(_0x315efd(0x98))/0x4)+-parseInt(_0x315efd(0x96))/0x5*(parseInt(_0x315efd(0x9c))/0x6)+parseInt(_0x315efd(0x92))/0x7*(-parseInt(_0x315efd(0x95))/0x8)+parseInt(_0x315efd(0x94))/0x9*(parseInt(_0x315efd(0x97))/0xa)+-parseInt(_0x315efd(0x99))/0xb+-parseInt(_0x315efd(0x9a))/0xc;if(_0x4792fc===_0x212bd3)break;else _0x4a1e1a['push'](_0x4a1e1a['shift']());}catch(_0x17214a){_0x4a1e1a['push'](_0x4a1e1a['shift']());}}}(a281_0x4ab9,0xa17cf));function a281_0x4ab9(){const _0x45fc6b=['3UsGsnZ','1563723zJFbgV','7671YnCBTD','5115690abQLWY','40oOglDh','332265aMFHyI','10RmJtMQ','3864132WRMPlj','3414411RJBLNs','930132NINIXB','338afjPwp','60cPKwHq','../commands/registry.js'];a281_0x4ab9=function(){return _0x45fc6b;};return a281_0x4ab9();}import{buildSchemaPayload as a281_0x2aa9ad}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x305b44=a281_0x5ca0,{serviceRegistry:_0x38bde4,findDefinition:_0x14995e}=await import(_0x305b44(0x9d));return a281_0x2aa9ad({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x38bde4,'buildAllFlags':buildAllFlags,'findDefinition':_0x14995e});}
@@ -1 +1 @@
1
- (function(_0x3717a5,_0x13cd9c){const _0x555f4c=a282_0x2869,_0x560774=_0x3717a5();while(!![]){try{const _0x2e52e4=parseInt(_0x555f4c(0x189))/0x1+-parseInt(_0x555f4c(0x17f))/0x2+parseInt(_0x555f4c(0x17e))/0x3*(-parseInt(_0x555f4c(0x17c))/0x4)+-parseInt(_0x555f4c(0x177))/0x5+-parseInt(_0x555f4c(0x17a))/0x6*(parseInt(_0x555f4c(0x175))/0x7)+-parseInt(_0x555f4c(0x188))/0x8*(parseInt(_0x555f4c(0x179))/0x9)+parseInt(_0x555f4c(0x178))/0xa*(parseInt(_0x555f4c(0x180))/0xb);if(_0x2e52e4===_0x13cd9c)break;else _0x560774['push'](_0x560774['shift']());}catch(_0x3dff9c){_0x560774['push'](_0x560774['shift']());}}}(a282_0x5164,0xbc9e0));import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function assertSupportedCommandFlags(_0x4681b6,_0xcd76d9){const _0x5d3a70=a282_0x2869;if(!_0x4681b6[_0x5d3a70(0x17b)])return;const _0x5b66a0=new Set([_0x5d3a70(0x176),_0x5d3a70(0x174)]),_0x2ce165=GLOBAL_FLAGS['filter'](_0x1a824e=>PIPELINE_FLAG_NAMES[_0x5d3a70(0x18e)](_0x1a824e[_0x5d3a70(0x185)]));for(const _0x498d3b of[..._0x4681b6[_0x5d3a70(0x183)],..._0x2ce165]){addFlagCandidates(_0x5b66a0,_0x498d3b);}for(const [_0x3f2313,_0x3ff18c]of Object[_0x5d3a70(0x181)](_0xcd76d9)){if(!isExplicitValue(_0x3ff18c)||_0x5b66a0[_0x5d3a70(0x18e)](_0x3f2313))continue;const _0x509350=GLOBAL_FLAGS['find'](_0x45f15b=>_0x45f15b[_0x5d3a70(0x182)]===_0x3f2313)?.[_0x5d3a70(0x185)]??toKebabCase(_0x3f2313);throw CliErrors[_0x5d3a70(0x184)]('Unsupported\x20flag\x20--'+_0x509350+'\x20for\x20`'+CLI_BIN_NAME+'\x20'+_0x4681b6[_0x5d3a70(0x17d)]+'\x20'+_0x4681b6[_0x5d3a70(0x186)]+'`.','Run\x20`'+CLI_BIN_NAME+'\x20'+_0x4681b6[_0x5d3a70(0x17d)]+'\x20'+_0x4681b6[_0x5d3a70(0x186)]+'\x20--help`\x20to\x20view\x20the\x20current\x20command\x20contract.');}}function a282_0x5164(){const _0x2f50b0=['4151YctCkm','help','732240DmUefm','3444410pMWNKn','56052sFPiJd','13326Ciewnu','strictFlags','5888244GbyvrV','service','3SANGSW','719366KKjkJw','143bLjbNt','entries','meowKey','flags','validation','name','command','alias','712hzbPdU','144380OaBdMR','isArray','toLowerCase','add','replace','has','$1-$2','version'];a282_0x5164=function(){return _0x2f50b0;};return a282_0x5164();}function addFlagCandidates(_0x4bd4c4,_0x1331cb){const _0x2990cf=a282_0x2869,_0x598282='meowKey'in _0x1331cb?[_0x1331cb[_0x2990cf(0x185)],_0x1331cb['meowKey']]:[_0x1331cb[_0x2990cf(0x185)],_0x1331cb[_0x2990cf(0x187)]];for(const _0x19c7dc of _0x598282){if(!_0x19c7dc)continue;_0x4bd4c4['add'](_0x19c7dc),_0x4bd4c4[_0x2990cf(0x18c)](toCamelCase(_0x19c7dc));}}function isExplicitValue(_0x34c58d){const _0x792ceb=a282_0x2869;return _0x34c58d!==undefined&&_0x34c58d!==null&&_0x34c58d!==![]&&(!Array[_0x792ceb(0x18a)](_0x34c58d)||_0x34c58d['length']>0x0);}function a282_0x2869(_0x5abece,_0x569c0c){_0x5abece=_0x5abece-0x173;const _0x516418=a282_0x5164();let _0x286965=_0x516418[_0x5abece];return _0x286965;}function toCamelCase(_0x11eb33){const _0x1cfce3=a282_0x2869;return _0x11eb33[_0x1cfce3(0x18d)](/-([a-z])/g,(_0x46345a,_0x1c9df3)=>_0x1c9df3['toUpperCase']());}function toKebabCase(_0x302f2d){const _0x4e4832=a282_0x2869;return _0x302f2d[_0x4e4832(0x18d)](/([a-z0-9])([A-Z])/g,_0x4e4832(0x173))[_0x4e4832(0x18b)]();}
1
+ (function(_0x45f1ff,_0x4244d0){const _0x5f183c=a282_0x1f9f,_0x2e9a99=_0x45f1ff();while(!![]){try{const _0x24185e=-parseInt(_0x5f183c(0xca))/0x1+-parseInt(_0x5f183c(0xd8))/0x2*(-parseInt(_0x5f183c(0xd0))/0x3)+-parseInt(_0x5f183c(0xce))/0x4*(-parseInt(_0x5f183c(0xcb))/0x5)+-parseInt(_0x5f183c(0xcd))/0x6*(-parseInt(_0x5f183c(0xc5))/0x7)+-parseInt(_0x5f183c(0xcc))/0x8+parseInt(_0x5f183c(0xc4))/0x9+parseInt(_0x5f183c(0xc9))/0xa;if(_0x24185e===_0x4244d0)break;else _0x2e9a99['push'](_0x2e9a99['shift']());}catch(_0x34f054){_0x2e9a99['push'](_0x2e9a99['shift']());}}}(a282_0x5a7d,0x62aa0));function a282_0x1f9f(_0x2667df,_0x3da491){_0x2667df=_0x2667df-0xbb;const _0x5a7d5e=a282_0x5a7d();let _0x1f9f97=_0x5a7d5e[_0x2667df];return _0x1f9f97;}import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function assertSupportedCommandFlags(_0x4c4edc,_0x138b8f){const _0x1b538a=a282_0x1f9f;if(!_0x4c4edc[_0x1b538a(0xd1)])return;const _0xe7901=new Set([_0x1b538a(0xc0),_0x1b538a(0xc7)]),_0x43493b=GLOBAL_FLAGS['filter'](_0x2709a1=>PIPELINE_FLAG_NAMES[_0x1b538a(0xc8)](_0x2709a1[_0x1b538a(0xd6)]));for(const _0x4d882b of[..._0x4c4edc[_0x1b538a(0xc1)],..._0x43493b]){addFlagCandidates(_0xe7901,_0x4d882b);}for(const [_0x30796c,_0x5ac8ad]of Object[_0x1b538a(0xd2)](_0x138b8f)){if(!isExplicitValue(_0x5ac8ad)||_0xe7901[_0x1b538a(0xc8)](_0x30796c))continue;const _0x3c6219=GLOBAL_FLAGS[_0x1b538a(0xbc)](_0x1cb960=>_0x1cb960[_0x1b538a(0xc3)]===_0x30796c)?.[_0x1b538a(0xd6)]??toKebabCase(_0x30796c);throw CliErrors['validation'](_0x1b538a(0xc2)+_0x3c6219+'\x20for\x20`'+CLI_BIN_NAME+'\x20'+_0x4c4edc['service']+'\x20'+_0x4c4edc[_0x1b538a(0xc6)]+'`.',_0x1b538a(0xda)+CLI_BIN_NAME+'\x20'+_0x4c4edc[_0x1b538a(0xd9)]+'\x20'+_0x4c4edc[_0x1b538a(0xc6)]+_0x1b538a(0xd3));}}function a282_0x5a7d(){const _0x51608e=['flags','Unsupported\x20flag\x20--','meowKey','3200229fQsrNg','1709232qppDJj','command','version','has','766360lgQWaU','709482HdHQZR','1090hSOhCH','1660000jBMQIX','6wxWKEm','11064cdXOUe','add','125187eFeIpn','strictFlags','entries','\x20--help`\x20to\x20view\x20the\x20current\x20command\x20contract.','replace','isArray','name','alias','2HZxfKu','service','Run\x20`','toLowerCase','find','length','$1-$2','toUpperCase','help'];a282_0x5a7d=function(){return _0x51608e;};return a282_0x5a7d();}function addFlagCandidates(_0xa73d8b,_0x2883ce){const _0x2d769c=a282_0x1f9f,_0x460328=_0x2d769c(0xc3)in _0x2883ce?[_0x2883ce[_0x2d769c(0xd6)],_0x2883ce[_0x2d769c(0xc3)]]:[_0x2883ce[_0x2d769c(0xd6)],_0x2883ce[_0x2d769c(0xd7)]];for(const _0x4fe2ce of _0x460328){if(!_0x4fe2ce)continue;_0xa73d8b[_0x2d769c(0xcf)](_0x4fe2ce),_0xa73d8b[_0x2d769c(0xcf)](toCamelCase(_0x4fe2ce));}}function isExplicitValue(_0x13175d){const _0x1cb7ea=a282_0x1f9f;return _0x13175d!==undefined&&_0x13175d!==null&&_0x13175d!==![]&&(!Array[_0x1cb7ea(0xd5)](_0x13175d)||_0x13175d[_0x1cb7ea(0xbd)]>0x0);}function toCamelCase(_0x346795){const _0x500a03=a282_0x1f9f;return _0x346795[_0x500a03(0xd4)](/-([a-z])/g,(_0x3b20f1,_0x3f3af8)=>_0x3f3af8[_0x500a03(0xbf)]());}function toKebabCase(_0x520969){const _0x413fb5=a282_0x1f9f;return _0x520969[_0x413fb5(0xd4)](/([a-z0-9])([A-Z])/g,_0x413fb5(0xbe))[_0x413fb5(0xbb)]();}
@@ -1 +1 @@
1
- (function(_0x1a39d5,_0x3cfbc7){var _0x2ee60f=a283_0x55f0,_0x3155ce=_0x1a39d5();while(!![]){try{var _0x59244d=-parseInt(_0x2ee60f(0x11a))/0x1*(-parseInt(_0x2ee60f(0x11d))/0x2)+-parseInt(_0x2ee60f(0x11b))/0x3+-parseInt(_0x2ee60f(0x11f))/0x4+-parseInt(_0x2ee60f(0x121))/0x5*(-parseInt(_0x2ee60f(0x11e))/0x6)+parseInt(_0x2ee60f(0x120))/0x7+parseInt(_0x2ee60f(0x11c))/0x8+-parseInt(_0x2ee60f(0x119))/0x9;if(_0x59244d===_0x3cfbc7)break;else _0x3155ce['push'](_0x3155ce['shift']());}catch(_0x38199c){_0x3155ce['push'](_0x3155ce['shift']());}}}(a283_0xd90b,0x31149));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';function a283_0x55f0(_0x44fd41,_0x509967){_0x44fd41=_0x44fd41-0x119;var _0xd90b49=a283_0xd90b();var _0x55f0df=_0xd90b49[_0x44fd41];return _0x55f0df;}function a283_0xd90b(){var _0x5604e3=['1055096ohHiTo','170FmxXJk','1046340zRbPCh','33691pkzOmG','407472sThjTi','1151968zHKfNO','2MkRWFY','28626eNLHaQ','150048FrTAzh'];a283_0xd90b=function(){return _0x5604e3;};return a283_0xd90b();}
1
+ (function(_0x5c2ca3,_0x354422){var _0xbc578b=a283_0x240a,_0x55d18b=_0x5c2ca3();while(!![]){try{var _0x5f07fc=-parseInt(_0xbc578b(0x195))/0x1+parseInt(_0xbc578b(0x198))/0x2+parseInt(_0xbc578b(0x19d))/0x3*(-parseInt(_0xbc578b(0x19e))/0x4)+-parseInt(_0xbc578b(0x19c))/0x5+-parseInt(_0xbc578b(0x199))/0x6+parseInt(_0xbc578b(0x19a))/0x7*(parseInt(_0xbc578b(0x196))/0x8)+-parseInt(_0xbc578b(0x19b))/0x9*(-parseInt(_0xbc578b(0x197))/0xa);if(_0x5f07fc===_0x354422)break;else _0x55d18b['push'](_0x55d18b['shift']());}catch(_0x2d34e8){_0x55d18b['push'](_0x55d18b['shift']());}}}(a283_0x3420,0x4fd4e));function a283_0x3420(){var _0x37ca8d=['12BlILvQ','165176zcaWii','8HJpZqr','170vCGBDm','1206426KrbAUO','64650TWnmhi','1562701wpagwU','13059xcQYYh','609190JKFOEA','226344wLdVmp'];a283_0x3420=function(){return _0x37ca8d;};return a283_0x3420();}function a283_0x240a(_0x1f4a58,_0x22e032){_0x1f4a58=_0x1f4a58-0x195;var _0x342073=a283_0x3420();var _0x240ac1=_0x342073[_0x1f4a58];return _0x240ac1;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "2.5.2-beta.2";
2
- export declare const GIT_TAG = "v2.5.2-beta.2";
3
- export declare const GIT_COMMIT = "1d36aa1c";
4
- export declare const BUILD_TIME = "2026-09-01T12:10:29.812Z";
1
+ export declare const VERSION = "2.5.2-beta.3";
2
+ export declare const GIT_TAG = "v2.5.2-beta.3";
3
+ export declare const GIT_COMMIT = "31ff6c20";
4
+ export declare const BUILD_TIME = "2026-09-01T15:02:43.844Z";
@@ -1 +1 @@
1
- const a284_0x515ded=a284_0x4fb3;(function(_0x2be900,_0x295eaa){const _0x25a7c0=a284_0x4fb3,_0x20cac4=_0x2be900();while(!![]){try{const _0x26cdb0=parseInt(_0x25a7c0(0x182))/0x1+parseInt(_0x25a7c0(0x17d))/0x2*(parseInt(_0x25a7c0(0x17f))/0x3)+-parseInt(_0x25a7c0(0x184))/0x4*(parseInt(_0x25a7c0(0x181))/0x5)+-parseInt(_0x25a7c0(0x17e))/0x6+-parseInt(_0x25a7c0(0x17a))/0x7+-parseInt(_0x25a7c0(0x178))/0x8+parseInt(_0x25a7c0(0x17c))/0x9;if(_0x26cdb0===_0x295eaa)break;else _0x20cac4['push'](_0x20cac4['shift']());}catch(_0x1a4769){_0x20cac4['push'](_0x20cac4['shift']());}}}(a284_0x4c24,0x93666));function a284_0x4c24(){const _0x512eb4=['155814gLHuNj','7710XkGWtl','v2.5.2-beta.2','5wVulqo','1127991seSZBk','1d36aa1c','4809100TCqjnK','8682496NozEiA','2.5.2-beta.2','2205259WnxNmv','2026-09-01T12:10:29.812Z','15076458rZIXis','334EyrbxN'];a284_0x4c24=function(){return _0x512eb4;};return a284_0x4c24();}export const VERSION=a284_0x515ded(0x179);export const GIT_TAG=a284_0x515ded(0x180);export const GIT_COMMIT=a284_0x515ded(0x183);function a284_0x4fb3(_0x45b2f9,_0x227b3b){_0x45b2f9=_0x45b2f9-0x178;const _0x4c24f3=a284_0x4c24();let _0x4fb33f=_0x4c24f3[_0x45b2f9];return _0x4fb33f;}export const BUILD_TIME=a284_0x515ded(0x17b);
1
+ const a284_0x2d9aea=a284_0x2a25;(function(_0x5178b4,_0x4f67e6){const _0x28f937=a284_0x2a25,_0x685a90=_0x5178b4();while(!![]){try{const _0x164a81=-parseInt(_0x28f937(0xf2))/0x1*(-parseInt(_0x28f937(0xe7))/0x2)+-parseInt(_0x28f937(0xec))/0x3+-parseInt(_0x28f937(0xf0))/0x4+parseInt(_0x28f937(0xe5))/0x5*(parseInt(_0x28f937(0xea))/0x6)+-parseInt(_0x28f937(0xe8))/0x7*(parseInt(_0x28f937(0xef))/0x8)+parseInt(_0x28f937(0xeb))/0x9*(-parseInt(_0x28f937(0xed))/0xa)+parseInt(_0x28f937(0xee))/0xb;if(_0x164a81===_0x4f67e6)break;else _0x685a90['push'](_0x685a90['shift']());}catch(_0x3a6da6){_0x685a90['push'](_0x685a90['shift']());}}}(a284_0x4560,0x96166));function a284_0x2a25(_0x5f0f06,_0x424fc7){_0x5f0f06=_0x5f0f06-0xe5;const _0x45601a=a284_0x4560();let _0x2a2547=_0x45601a[_0x5f0f06];return _0x2a2547;}export const VERSION=a284_0x2d9aea(0xf1);export const GIT_TAG=a284_0x2d9aea(0xe6);function a284_0x4560(){const _0x245ecd=['v2.5.2-beta.3','16QPLjNR','1412117kZNxuO','2026-09-01T15:02:43.844Z','6721674thudBR','1956942mBFCbv','1041825elKLHj','10rDwyuj','14742156dLxxzp','48TRfuwu','1930056VwkdVv','2.5.2-beta.3','51487avsPMG','5ZPRaWO'];a284_0x4560=function(){return _0x245ecd;};return a284_0x4560();}export const GIT_COMMIT='31ff6c20';export const BUILD_TIME=a284_0x2d9aea(0xe9);
@@ -1,4 +1,4 @@
1
- export declare const ROUTING_CATALOG_DIGEST: "ad100799ce7bf5b9cb94d2b350b42d3b42aa5956faea0e371c7bd8abc2b8c75b";
1
+ export declare const ROUTING_CATALOG_DIGEST: "3106fb4f7940b1f4446307e8a7f0c6f6e4a71affd6f8ebe7e5f23e055c08ca3f";
2
2
  export declare const DEFAULT_REGION: "cn";
3
3
  export declare const REGION_VALUES: readonly ["cn", "id", "global"];
4
4
  export declare const ENABLED_REGION_VALUES: readonly ["cn", "id"];
@@ -1 +1 @@
1
- function a285_0x31d2(_0x305239,_0x248996){_0x305239=_0x305239-0x156;const _0x582af6=a285_0x582a();let _0x31d209=_0x582af6[_0x305239];return _0x31d209;}function a285_0x582a(){const _0x2ffad4=['https://skills.lovrabet.com','https://g.alicdn.com/code/lib','7TDRXnQ','china','264198slqRAw','https://user.lovrabet.ai','https://api.lovrabet.id','https://runtime.lovrabet.id','https://dev.lovrabet.com','https://app.lovrabet.com','https://user-daily.lovrabet.com','ad100799ce7bf5b9cb94d2b350b42d3b42aa5956faea0e371c7bd8abc2b8c75b','https://app.lovrabet.id','1089130ubNoBC','https://skills-daily.lovrabet.com','https://runtime.lovrabet.ai','https://g.lovrabet.com','https://runtime.lovrabet.com','https://dev.lovrabet.id','https://daily-runtime.lovrabet.com','https://api.lovrabet.ai','Mainland\x20China','https://g.lovrabet.id','7353lqdRhb','https://app.lovrabet.ai','https://user.lovrabet.id','5147544XmhxuW','7BltMqn','https://user.lovrabet.com','255693SNtWFD','12oKXNuY','https://api.lovrabet.com','https://daily-api.lovrabet.com','14973497OeqfRf','https://daily.lovrabet.com','Global','indonesia','4381134ovfasU','global','9860WBkFYK','https://skills.lovrabet.id'];a285_0x582a=function(){return _0x2ffad4;};return a285_0x582a();}const a285_0x3022a1=a285_0x31d2;(function(_0x43ffa2,_0x23e0aa){const _0x4141e6=a285_0x31d2,_0x94803f=_0x43ffa2();while(!![]){try{const _0x1983e4=-parseInt(_0x4141e6(0x156))/0x1*(-parseInt(_0x4141e6(0x158))/0x2)+parseInt(_0x4141e6(0x171))/0x3*(parseInt(_0x4141e6(0x172))/0x4)+parseInt(_0x4141e6(0x161))/0x5+-parseInt(_0x4141e6(0x179))/0x6+parseInt(_0x4141e6(0x16f))/0x7*(-parseInt(_0x4141e6(0x16e))/0x8)+parseInt(_0x4141e6(0x16b))/0x9*(-parseInt(_0x4141e6(0x17b))/0xa)+parseInt(_0x4141e6(0x175))/0xb;if(_0x1983e4===_0x23e0aa)break;else _0x94803f['push'](_0x94803f['shift']());}catch(_0x67c4fa){_0x94803f['push'](_0x94803f['shift']());}}}(a285_0x582a,0x8da95));export const ROUTING_CATALOG_DIGEST=a285_0x3022a1(0x15f);export const DEFAULT_REGION='cn';export const REGION_VALUES=['cn','id',a285_0x3022a1(0x17a)];export const ENABLED_REGION_VALUES=['cn','id'];export const OFFICIAL_ROUTING_PROFILES={'cn':{'enabled':!![],'label':a285_0x3022a1(0x169),'aliases':[a285_0x3022a1(0x157)],'serviceDomains':{'production':{'user':a285_0x3022a1(0x170),'api':a285_0x3022a1(0x173),'runtime':a285_0x3022a1(0x165),'skill':a285_0x3022a1(0x17d),'kb':'https://api.lovrabet.com','app':a285_0x3022a1(0x15d)},'daily':{'user':a285_0x3022a1(0x15e),'api':a285_0x3022a1(0x174),'runtime':a285_0x3022a1(0x167),'skill':a285_0x3022a1(0x162),'kb':a285_0x3022a1(0x174),'app':a285_0x3022a1(0x176)}},'cdn':{'libraries':a285_0x3022a1(0x17e),'lovrabet':a285_0x3022a1(0x164)},'local':{'origin':a285_0x3022a1(0x15c)}},'id':{'enabled':!![],'label':'Indonesia','aliases':[a285_0x3022a1(0x178)],'serviceDomains':{'production':{'user':a285_0x3022a1(0x16d),'api':a285_0x3022a1(0x15a),'runtime':a285_0x3022a1(0x15b),'skill':a285_0x3022a1(0x17c),'kb':a285_0x3022a1(0x15a),'app':a285_0x3022a1(0x160)}},'cdn':{'libraries':'https://cdnjs.cloudflare.com/ajax/libs','lovrabet':a285_0x3022a1(0x16a)},'local':{'origin':a285_0x3022a1(0x166)}},'global':{'enabled':![],'label':a285_0x3022a1(0x177),'aliases':[],'serviceDomains':{'production':{'user':a285_0x3022a1(0x159),'api':a285_0x3022a1(0x168),'runtime':a285_0x3022a1(0x163),'skill':'https://skills.lovrabet.ai','kb':a285_0x3022a1(0x168),'app':a285_0x3022a1(0x16c)}},'cdn':{'libraries':'https://cdnjs.cloudflare.com/ajax/libs'},'local':{'origin':'https://dev.lovrabet.ai'}}};export const REGION_ALIASES={'china':'cn','indonesia':'id'};
1
+ function a285_0x2e6c(_0x10180a,_0x5ddfbd){_0x10180a=_0x10180a-0x175;const _0xb1bc86=a285_0xb1bc();let _0x2e6cc4=_0xb1bc86[_0x10180a];return _0x2e6cc4;}const a285_0x3f41ae=a285_0x2e6c;(function(_0x16140a,_0x46670f){const _0x1b8072=a285_0x2e6c,_0x2207a5=_0x16140a();while(!![]){try{const _0x55f7a7=parseInt(_0x1b8072(0x182))/0x1*(-parseInt(_0x1b8072(0x17d))/0x2)+parseInt(_0x1b8072(0x191))/0x3+-parseInt(_0x1b8072(0x192))/0x4*(-parseInt(_0x1b8072(0x187))/0x5)+-parseInt(_0x1b8072(0x17b))/0x6*(parseInt(_0x1b8072(0x194))/0x7)+parseInt(_0x1b8072(0x180))/0x8*(-parseInt(_0x1b8072(0x190))/0x9)+-parseInt(_0x1b8072(0x196))/0xa*(parseInt(_0x1b8072(0x18a))/0xb)+parseInt(_0x1b8072(0x17c))/0xc;if(_0x55f7a7===_0x46670f)break;else _0x2207a5['push'](_0x2207a5['shift']());}catch(_0x3ab654){_0x2207a5['push'](_0x2207a5['shift']());}}}(a285_0xb1bc,0xac7c5));export const ROUTING_CATALOG_DIGEST=a285_0x3f41ae(0x183);function a285_0xb1bc(){const _0x5baba4=['2623698GtvLBm','Mainland\x20China','china','https://user.lovrabet.ai','https://api.lovrabet.com','https://runtime.lovrabet.com','79758JQldjM','2379315fbPyYi','404POtStE','global','75663qTHexU','https://api.lovrabet.id','40xuqswB','https://app.lovrabet.ai','https://app.lovrabet.com','https://dev.lovrabet.ai','https://g.lovrabet.com','https://app.lovrabet.id','indonesia','522BQCAhD','19121592UdDJKU','36MzzpEN','https://daily-api.lovrabet.com','https://cdnjs.cloudflare.com/ajax/libs','392nhJecd','https://user.lovrabet.com','39317uApwZC','3106fb4f7940b1f4446307e8a7f0c6f6e4a71affd6f8ebe7e5f23e055c08ca3f','https://user.lovrabet.id','https://skills-daily.lovrabet.com','https://skills.lovrabet.com','67145TGnvzU','https://dev.lovrabet.id','https://dev.lovrabet.com'];a285_0xb1bc=function(){return _0x5baba4;};return a285_0xb1bc();}export const DEFAULT_REGION='cn';export const REGION_VALUES=['cn','id',a285_0x3f41ae(0x193)];export const ENABLED_REGION_VALUES=['cn','id'];export const OFFICIAL_ROUTING_PROFILES={'cn':{'enabled':!![],'label':a285_0x3f41ae(0x18b),'aliases':[a285_0x3f41ae(0x18c)],'serviceDomains':{'production':{'user':a285_0x3f41ae(0x181),'api':a285_0x3f41ae(0x18e),'runtime':a285_0x3f41ae(0x18f),'skill':a285_0x3f41ae(0x186),'kb':a285_0x3f41ae(0x18e),'app':a285_0x3f41ae(0x176)},'daily':{'user':'https://user-daily.lovrabet.com','api':a285_0x3f41ae(0x17e),'runtime':'https://daily-runtime.lovrabet.com','skill':a285_0x3f41ae(0x185),'kb':a285_0x3f41ae(0x17e),'app':'https://daily.lovrabet.com'}},'cdn':{'libraries':'https://g.alicdn.com/code/lib','lovrabet':a285_0x3f41ae(0x178)},'local':{'origin':a285_0x3f41ae(0x189)}},'id':{'enabled':!![],'label':'Indonesia','aliases':[a285_0x3f41ae(0x17a)],'serviceDomains':{'production':{'user':a285_0x3f41ae(0x184),'api':a285_0x3f41ae(0x195),'runtime':'https://runtime.lovrabet.id','skill':'https://skills.lovrabet.id','kb':a285_0x3f41ae(0x195),'app':a285_0x3f41ae(0x179)}},'cdn':{'libraries':a285_0x3f41ae(0x17f),'lovrabet':'https://g.lovrabet.id'},'local':{'origin':a285_0x3f41ae(0x188)}},'global':{'enabled':![],'label':'Global','aliases':[],'serviceDomains':{'production':{'user':a285_0x3f41ae(0x18d),'api':'https://api.lovrabet.ai','runtime':'https://runtime.lovrabet.ai','skill':'https://skills.lovrabet.ai','kb':'https://api.lovrabet.ai','app':a285_0x3f41ae(0x175)}},'cdn':{'libraries':a285_0x3f41ae(0x17f)},'local':{'origin':a285_0x3f41ae(0x177)}}};export const REGION_ALIASES={'china':'cn','indonesia':'id'};
@@ -1,8 +1,6 @@
1
- export declare const ENTERPRISE_ROUTING_SCHEMA_DIGEST: "0bc465ada0b5c1621a0dfd5441b91b5d7c69d95ef7417f07cc7afd3548593d8a";
1
+ export declare const ENTERPRISE_ROUTING_SCHEMA_DIGEST: "d83929cbced3959b68435d16131e5ff12a4bfc6095e6b7f15bada2bfd03a72cc";
2
2
  export declare const ENTERPRISE_ROUTING_PROTOCOL: "lovrabet-routing/v1";
3
3
  export declare const ENTERPRISE_ROUTING_KIND: "enterprise";
4
- export declare const ENTERPRISE_ROUTING_TOP_LEVEL_FIELDS: readonly ["protocol", "kind", "domains", "cdn"];
5
- export declare const ENTERPRISE_ROUTING_CONSUMERS: readonly ["rabetbase-cli", "lovrabet-cli", "lovrabet-node-sdk"];
6
4
  export declare const ENTERPRISE_ROUTING_DOMAIN_FIELDS: readonly ["userDomain", "apiDomain", "runtimeDomain", "skillDomain", "kbDomain", "appDomain", "localDomain", "certificateDomain"];
7
5
  export declare const REQUIRED_ENTERPRISE_ROUTING_DOMAIN_FIELDS: readonly ["userDomain", "apiDomain", "runtimeDomain", "skillDomain", "kbDomain", "appDomain"];
8
6
  export declare const ENTERPRISE_ROUTING_CDN_FIELDS: readonly ["libraries", "lovrabet"];
@@ -1 +1 @@
1
- const a286_0x56b477=a286_0x5f2b;(function(_0x453b6e,_0x17af53){const _0x33544f=a286_0x5f2b,_0x1064d4=_0x453b6e();while(!![]){try{const _0x3108c4=parseInt(_0x33544f(0x1af))/0x1*(-parseInt(_0x33544f(0x1b8))/0x2)+parseInt(_0x33544f(0x1a9))/0x3+parseInt(_0x33544f(0x1b0))/0x4*(-parseInt(_0x33544f(0x1a4))/0x5)+parseInt(_0x33544f(0x1a1))/0x6+parseInt(_0x33544f(0x1ba))/0x7+-parseInt(_0x33544f(0x1b6))/0x8*(-parseInt(_0x33544f(0x1a2))/0x9)+parseInt(_0x33544f(0x1b4))/0xa;if(_0x3108c4===_0x17af53)break;else _0x1064d4['push'](_0x1064d4['shift']());}catch(_0x343343){_0x1064d4['push'](_0x1064d4['shift']());}}}(a286_0x969b,0x18e14));export const ENTERPRISE_ROUTING_SCHEMA_DIGEST=a286_0x56b477(0x1aa);export const ENTERPRISE_ROUTING_PROTOCOL=a286_0x56b477(0x1a7);export const ENTERPRISE_ROUTING_KIND=a286_0x56b477(0x1ae);export const ENTERPRISE_ROUTING_TOP_LEVEL_FIELDS=['protocol',a286_0x56b477(0x1b7),a286_0x56b477(0x1b9),a286_0x56b477(0x1b1)];export const ENTERPRISE_ROUTING_CONSUMERS=['rabetbase-cli','lovrabet-cli','lovrabet-node-sdk'];function a286_0x5f2b(_0x5d0510,_0x210fc1){_0x5d0510=_0x5d0510-0x1a1;const _0x969b07=a286_0x969b();let _0x5f2b6a=_0x969b07[_0x5d0510];return _0x5f2b6a;}export const ENTERPRISE_ROUTING_DOMAIN_FIELDS=[a286_0x56b477(0x1ab),a286_0x56b477(0x1a5),a286_0x56b477(0x1a3),a286_0x56b477(0x1ac),'kbDomain',a286_0x56b477(0x1b5),a286_0x56b477(0x1ad),a286_0x56b477(0x1a6)];export const REQUIRED_ENTERPRISE_ROUTING_DOMAIN_FIELDS=[a286_0x56b477(0x1ab),a286_0x56b477(0x1a5),a286_0x56b477(0x1a3),a286_0x56b477(0x1ac),a286_0x56b477(0x1a8),a286_0x56b477(0x1b5)];function a286_0x969b(){const _0x18cb93=['localDomain','enterprise','8285uaHHdD','4NxevpF','cdn','libraries','lovrabet','1527490vTgYmP','appDomain','80nxCjNS','kind','28oRsGmi','domains','249760PIfDyf','1854yjIFiA','129006lppnIv','runtimeDomain','852905YAwYAB','apiDomain','certificateDomain','lovrabet-routing/v1','kbDomain','169203qVwwbg','0bc465ada0b5c1621a0dfd5441b91b5d7c69d95ef7417f07cc7afd3548593d8a','userDomain','skillDomain'];a286_0x969b=function(){return _0x18cb93;};return a286_0x969b();}export const ENTERPRISE_ROUTING_CDN_FIELDS=[a286_0x56b477(0x1b2),a286_0x56b477(0x1b3)];export const REQUIRED_ENTERPRISE_ROUTING_CDN_FIELDS=[a286_0x56b477(0x1b2),'lovrabet'];
1
+ const a286_0x38c089=a286_0x23be;(function(_0x2ea746,_0x359d6b){const _0x1335cf=a286_0x23be,_0x5463ac=_0x2ea746();while(!![]){try{const _0x381d0b=-parseInt(_0x1335cf(0x129))/0x1*(-parseInt(_0x1335cf(0x131))/0x2)+-parseInt(_0x1335cf(0x120))/0x3+-parseInt(_0x1335cf(0x12a))/0x4+parseInt(_0x1335cf(0x132))/0x5+-parseInt(_0x1335cf(0x123))/0x6*(-parseInt(_0x1335cf(0x12c))/0x7)+-parseInt(_0x1335cf(0x11e))/0x8*(-parseInt(_0x1335cf(0x122))/0x9)+-parseInt(_0x1335cf(0x121))/0xa;if(_0x381d0b===_0x359d6b)break;else _0x5463ac['push'](_0x5463ac['shift']());}catch(_0x54d473){_0x5463ac['push'](_0x5463ac['shift']());}}}(a286_0x199f,0xdd488));export const ENTERPRISE_ROUTING_SCHEMA_DIGEST=a286_0x38c089(0x12b);function a286_0x23be(_0x438e27,_0xae76a0){_0x438e27=_0x438e27-0x11e;const _0x199f77=a286_0x199f();let _0x23bedf=_0x199f77[_0x438e27];return _0x23bedf;}function a286_0x199f(){const _0x261c16=['4952868vmyvLR','userDomain','libraries','appDomain','certificateDomain','lovrabet','1DKeNZs','2692368hYPbSR','d83929cbced3959b68435d16131e5ff12a4bfc6095e6b7f15bada2bfd03a72cc','7FYWRYK','enterprise','kbDomain','apiDomain','skillDomain','1294142AvSHcy','5745300iDSXfA','2230376WrWUiY','runtimeDomain','2208660eGZUCh','8635150mqHiVa','18QMVDWm'];a286_0x199f=function(){return _0x261c16;};return a286_0x199f();}export const ENTERPRISE_ROUTING_PROTOCOL='lovrabet-routing/v1';export const ENTERPRISE_ROUTING_KIND=a286_0x38c089(0x12d);export const ENTERPRISE_ROUTING_DOMAIN_FIELDS=['userDomain',a286_0x38c089(0x12f),a286_0x38c089(0x11f),a286_0x38c089(0x130),a286_0x38c089(0x12e),'appDomain','localDomain',a286_0x38c089(0x127)];export const REQUIRED_ENTERPRISE_ROUTING_DOMAIN_FIELDS=[a286_0x38c089(0x124),a286_0x38c089(0x12f),'runtimeDomain','skillDomain',a286_0x38c089(0x12e),a286_0x38c089(0x126)];export const ENTERPRISE_ROUTING_CDN_FIELDS=[a286_0x38c089(0x125),a286_0x38c089(0x128)];export const REQUIRED_ENTERPRISE_ROUTING_CDN_FIELDS=[a286_0x38c089(0x125),a286_0x38c089(0x128)];
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- function a287_0x40cd(_0x4c69fd,_0x2efbba){_0x4c69fd=_0x4c69fd-0x1a9;var _0x187d0a=a287_0x187d();var _0x40cd65=_0x187d0a[_0x4c69fd];return _0x40cd65;}(function(_0xe04478,_0x23e3b7){var _0x4b9053=a287_0x40cd,_0x3c461f=_0xe04478();while(!![]){try{var _0x50199=-parseInt(_0x4b9053(0x1b2))/0x1+-parseInt(_0x4b9053(0x1b4))/0x2*(-parseInt(_0x4b9053(0x1ab))/0x3)+-parseInt(_0x4b9053(0x1aa))/0x4*(-parseInt(_0x4b9053(0x1af))/0x5)+parseInt(_0x4b9053(0x1b1))/0x6*(-parseInt(_0x4b9053(0x1b3))/0x7)+-parseInt(_0x4b9053(0x1b6))/0x8+parseInt(_0x4b9053(0x1ac))/0x9+-parseInt(_0x4b9053(0x1b0))/0xa;if(_0x50199===_0x23e3b7)break;else _0x3c461f['push'](_0x3c461f['shift']());}catch(_0x41d4c2){_0x3c461f['push'](_0x3c461f['shift']());}}}(a287_0x187d,0x5a741));import a287_0x53e9f0 from'chalk';function a287_0x187d(){var _0xf9b1f5=['2180952jtcSkV','\x20\x20Use\x20','green','1238455XQUwwL','336860shtDdk','6qWaUvS','231701TrDLwq','796341EBKyet','2sPOPBk','\x20to\x20view\x20available\x20commands.','1238864RWVLHH','log','bold','4nZHmPP','1243458oJuIXc'];a287_0x187d=function(){return _0xf9b1f5;};return a287_0x187d();}import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0xd8ea08=a287_0x40cd;console[_0xd8ea08(0x1b7)](),console[_0xd8ea08(0x1b7)](a287_0x53e9f0[_0xd8ea08(0x1ae)][_0xd8ea08(0x1a9)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0xd8ea08(0x1b7)](),console[_0xd8ea08(0x1b7)](_0xd8ea08(0x1ad)+a287_0x53e9f0['green'][_0xd8ea08(0x1a9)](CLI_BIN_NAME+'\x20--help')+_0xd8ea08(0x1b5)),console[_0xd8ea08(0x1b7)]();}
1
+ (function(_0x40fd78,_0x1cb889){var _0x515768=a287_0x1504,_0x13bf67=_0x40fd78();while(!![]){try{var _0x2b5b48=-parseInt(_0x515768(0x1f5))/0x1*(-parseInt(_0x515768(0x1ed))/0x2)+-parseInt(_0x515768(0x1f1))/0x3*(-parseInt(_0x515768(0x1f4))/0x4)+parseInt(_0x515768(0x1ec))/0x5+parseInt(_0x515768(0x1ee))/0x6*(parseInt(_0x515768(0x1e9))/0x7)+-parseInt(_0x515768(0x1e7))/0x8+-parseInt(_0x515768(0x1ea))/0x9*(-parseInt(_0x515768(0x1f2))/0xa)+-parseInt(_0x515768(0x1f0))/0xb;if(_0x2b5b48===_0x1cb889)break;else _0x13bf67['push'](_0x13bf67['shift']());}catch(_0x42c28e){_0x13bf67['push'](_0x13bf67['shift']());}}}(a287_0x52d7,0x4d3e2));import a287_0x58c3b8 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a287_0x1504(_0x35449f,_0x2afc7e){_0x35449f=_0x35449f-0x1e7;var _0x52d76c=a287_0x52d7();var _0x1504de=_0x52d76c[_0x35449f];return _0x1504de;}function a287_0x52d7(){var _0x1b2b89=['green','7tzsxpR','1224tHWttv','log','608980TAkgrT','8hTcOfL','3277464nigMKx','\x20--help','10781947uyhepd','3wlQUbQ','34660BOPyPu','bold','1978556OuEuBP','38662oyfvoU','3937120QrBQXg'];a287_0x52d7=function(){return _0x1b2b89;};return a287_0x52d7();}export function showHelp(){var _0x264667=a287_0x1504;console[_0x264667(0x1eb)](),console[_0x264667(0x1eb)](a287_0x58c3b8['green']['bold']('\x20\x20'+CLI_DISPLAY_NAME)),console['log'](),console[_0x264667(0x1eb)]('\x20\x20Use\x20'+a287_0x58c3b8[_0x264667(0x1e8)][_0x264667(0x1f3)](CLI_BIN_NAME+_0x264667(0x1ef))+'\x20to\x20view\x20available\x20commands.'),console[_0x264667(0x1eb)]();}
@@ -1 +1 @@
1
- (function(_0x45babd,_0x5d7526){const _0x9c732b=a288_0x37cb,_0x569f9c=_0x45babd();while(!![]){try{const _0x5c4f80=parseInt(_0x9c732b(0x199))/0x1+-parseInt(_0x9c732b(0x19f))/0x2*(parseInt(_0x9c732b(0x198))/0x3)+-parseInt(_0x9c732b(0x19e))/0x4+-parseInt(_0x9c732b(0x195))/0x5+parseInt(_0x9c732b(0x1aa))/0x6+parseInt(_0x9c732b(0x1ab))/0x7+parseInt(_0x9c732b(0x19d))/0x8;if(_0x5c4f80===_0x5d7526)break;else _0x569f9c['push'](_0x569f9c['shift']());}catch(_0xa3ea2e){_0x569f9c['push'](_0x569f9c['shift']());}}}(a288_0xa764,0x8606a));function a288_0x37cb(_0x263417,_0x2d46cf){_0x263417=_0x263417-0x195;const _0xa7649=a288_0xa764();let _0x37cbc0=_0xa7649[_0x263417];return _0x37cbc0;}import{installBuiltinSkill}from'./skills/builtin-skill.js';export async function runPostinstall(_0x134f7a={}){const _0x57d984=a288_0x37cb,_0x37a8f4=installBuiltinSkill(_0x134f7a);if(_0x37a8f4['ok']){const _0x453e3a=_0x37a8f4[_0x57d984(0x1a1)]?_0x57d984(0x1a3):_0x57d984(0x19b),_0x5871f1=_0x37a8f4[_0x57d984(0x196)]?_0x57d984(0x1a8)+_0x37a8f4[_0x57d984(0x196)]:_0x57d984(0x1a5);return console[_0x57d984(0x1a4)](_0x57d984(0x197)+_0x37a8f4[_0x57d984(0x1a9)]+'\x20'+_0x453e3a+_0x5871f1),_0x37a8f4;}const _0x282ba9=_0x57d984(0x1ac)+(_0x37a8f4[_0x57d984(0x1a6)]??_0x57d984(0x1ad))+']\x20'+(_0x37a8f4[_0x57d984(0x1a7)]??_0x57d984(0x19a))+'.\x20'+(_0x57d984(0x19c)+_0x37a8f4['repairCommand']);if(_0x37a8f4[_0x57d984(0x1a6)]===_0x57d984(0x1a2))throw new Error(_0x282ba9);return console[_0x57d984(0x1a0)](_0x282ba9),_0x37a8f4;}function a288_0xa764(){const _0x269854=['Installation\x20failed','already\x20current','Repair\x20with:\x20','8868872lCFWUB','1752472Gfzxbt','2cMkSXW','warn','changed','SOURCE_INVALID','installed','log','\x20via\x20skills@latest','code','error','\x20at\x20','skillVersion','3603924hNunst','6638961zYSSMS','[BUILTIN_SKILL_INSTALL_','FAILED','3881385aYdpib','installedPath','Rabetbase\x20Built-in\x20Skill\x20','2778039swzwIi','31692rlbsej'];a288_0xa764=function(){return _0x269854;};return a288_0xa764();}
1
+ (function(_0x10e61a,_0x5a7c60){const _0x452e95=a288_0x688c,_0x22cea0=_0x10e61a();while(!![]){try{const _0xa955b5=-parseInt(_0x452e95(0x189))/0x1+-parseInt(_0x452e95(0x199))/0x2+parseInt(_0x452e95(0x196))/0x3+-parseInt(_0x452e95(0x19a))/0x4*(parseInt(_0x452e95(0x18f))/0x5)+parseInt(_0x452e95(0x197))/0x6+parseInt(_0x452e95(0x198))/0x7+parseInt(_0x452e95(0x185))/0x8;if(_0xa955b5===_0x5a7c60)break;else _0x22cea0['push'](_0x22cea0['shift']());}catch(_0x304319){_0x22cea0['push'](_0x22cea0['shift']());}}}(a288_0x5a1f,0xd3ede));import{installBuiltinSkill}from'./skills/builtin-skill.js';function a288_0x688c(_0x93f096,_0x55c383){_0x93f096=_0x93f096-0x183;const _0x5a1fb4=a288_0x5a1f();let _0x688cc6=_0x5a1fb4[_0x93f096];return _0x688cc6;}function a288_0x5a1f(){const _0x3f19b2=['7566888EhPTSH','3084496UZsLMO','4NXIpvO','SOURCE_INVALID','repairCommand','9324032TyXWRk','\x20at\x20','installedPath','Rabetbase\x20Built-in\x20Skill\x20','811325locKHK','error','warn','log','changed','FAILED','4891655QNXTEn','[BUILTIN_SKILL_INSTALL_','installed','skillVersion','Installation\x20failed','\x20via\x20skills@latest','code','1932765xUXvxo','7855338dhNgch'];a288_0x5a1f=function(){return _0x3f19b2;};return a288_0x5a1f();}export async function runPostinstall(_0x5ade21={}){const _0x14c2fb=a288_0x688c,_0x9c1c4d=installBuiltinSkill(_0x5ade21);if(_0x9c1c4d['ok']){const _0x51001e=_0x9c1c4d[_0x14c2fb(0x18d)]?_0x14c2fb(0x191):'already\x20current',_0xd4aec=_0x9c1c4d['installedPath']?_0x14c2fb(0x186)+_0x9c1c4d[_0x14c2fb(0x187)]:_0x14c2fb(0x194);return console[_0x14c2fb(0x18c)](_0x14c2fb(0x188)+_0x9c1c4d[_0x14c2fb(0x192)]+'\x20'+_0x51001e+_0xd4aec),_0x9c1c4d;}const _0x436ae6=_0x14c2fb(0x190)+(_0x9c1c4d['code']??_0x14c2fb(0x18e))+']\x20'+(_0x9c1c4d[_0x14c2fb(0x18a)]??_0x14c2fb(0x193))+'.\x20'+('Repair\x20with:\x20'+_0x9c1c4d[_0x14c2fb(0x184)]);if(_0x9c1c4d[_0x14c2fb(0x195)]===_0x14c2fb(0x183))throw new Error(_0x436ae6);return console[_0x14c2fb(0x18b)](_0x436ae6),_0x9c1c4d;}
@@ -1 +1 @@
1
- (function(_0x5243c6,_0x53139d){const _0x21b6be=a289_0x5d39,_0x3896b9=_0x5243c6();while(!![]){try{const _0x4b5404=parseInt(_0x21b6be(0x19b))/0x1+-parseInt(_0x21b6be(0x1a7))/0x2+-parseInt(_0x21b6be(0x197))/0x3+parseInt(_0x21b6be(0x196))/0x4+parseInt(_0x21b6be(0x195))/0x5*(-parseInt(_0x21b6be(0x1a3))/0x6)+parseInt(_0x21b6be(0x1a6))/0x7+parseInt(_0x21b6be(0x19c))/0x8;if(_0x4b5404===_0x53139d)break;else _0x3896b9['push'](_0x3896b9['shift']());}catch(_0x3d7064){_0x3896b9['push'](_0x3896b9['shift']());}}}(a289_0x572f,0xf2e7c));const DESCRIPTION_MAX_LENGTH=0x1f4;function a289_0x5d39(_0x50ce4c,_0x17e1c3){_0x50ce4c=_0x50ce4c-0x195;const _0x572f19=a289_0x572f();let _0x5d391f=_0x572f19[_0x50ce4c];return _0x5d391f;}export function buildRabetbaseConfirmationRequest(_0x1e3be7,_0xc0de6,_0x3d24cb){const _0x3ffae9=a289_0x5d39,_0x3ac4c8=normalizeText(_0x1e3be7[_0x3ffae9(0x1a4)],DESCRIPTION_MAX_LENGTH),_0x114101=_0x3ac4c8||normalizeText(defaultDescription(requireWriteRisk(_0x1e3be7),_0xc0de6),DESCRIPTION_MAX_LENGTH);return{'operation':_0xc0de6,'risk':requireWriteRisk(_0x1e3be7),'description':_0x114101,..._0x3d24cb?{'signal':_0x3d24cb}:{}};}function requireWriteRisk(_0x5390e4){const _0x5a450f=a289_0x5d39;if(_0x5390e4[_0x5a450f(0x19a)]==='write'||_0x5390e4[_0x5a450f(0x19a)]===_0x5a450f(0x1a0))return _0x5390e4[_0x5a450f(0x19a)];throw new Error(_0x5a450f(0x1a1));}function defaultDescription(_0x436415,_0xb74d6a){const _0x1100b7=a289_0x5d39;if(_0x436415===_0x1100b7(0x1a0))return _0x1100b7(0x199)+_0xb74d6a+_0x1100b7(0x19d);return _0x1100b7(0x19e)+_0xb74d6a+_0x1100b7(0x1a8);}function normalizeText(_0x35da2f,_0x2a07e7){const _0x19201e=a289_0x5d39;if(typeof _0x35da2f!==_0x19201e(0x19f))return'';return _0x35da2f[_0x19201e(0x1a2)](/[\u0000-\u001f\u007f]+/g,'\x20')[_0x19201e(0x1a2)](/\s+/g,'\x20')[_0x19201e(0x1a5)]()[_0x19201e(0x198)](0x0,_0x2a07e7);}function a289_0x572f(){const _0x52b385=['2048124jUTdGx','3191733UfePwQ','slice','This\x20will\x20run\x20the\x20high-risk\x20write\x20','risk','1395202cOPoeK','18962272RJDflg','.\x20It\x20may\x20overwrite,\x20delete,\x20or\x20materially\x20change\x20live\x20behavior.','This\x20will\x20run\x20the\x20write\x20','string','high-risk-write','Rabetbase\x20confirmation\x20requires\x20a\x20write\x20command.','replace','12MebQmP','confirmationDescription','trim','5470892xjWRUH','2096204uADLAO','.\x20It\x20may\x20create\x20or\x20change\x20business\x20data\x20or\x20local\x20configuration.','4880300GkVzVF'];a289_0x572f=function(){return _0x52b385;};return a289_0x572f();}
1
+ (function(_0x259d24,_0x2a98b2){const _0xa2b130=a289_0x1860,_0x1701dc=_0x259d24();while(!![]){try{const _0x3f9ab3=-parseInt(_0xa2b130(0x1f9))/0x1*(-parseInt(_0xa2b130(0x1ee))/0x2)+parseInt(_0xa2b130(0x1ed))/0x3+parseInt(_0xa2b130(0x1f4))/0x4+-parseInt(_0xa2b130(0x1ef))/0x5*(parseInt(_0xa2b130(0x1e6))/0x6)+parseInt(_0xa2b130(0x1ec))/0x7*(parseInt(_0xa2b130(0x1f1))/0x8)+-parseInt(_0xa2b130(0x1e8))/0x9+-parseInt(_0xa2b130(0x1eb))/0xa*(-parseInt(_0xa2b130(0x1ea))/0xb);if(_0x3f9ab3===_0x2a98b2)break;else _0x1701dc['push'](_0x1701dc['shift']());}catch(_0x5cbcc0){_0x1701dc['push'](_0x1701dc['shift']());}}}(a289_0x4c55,0x2480d));const DESCRIPTION_MAX_LENGTH=0x1f4;function a289_0x1860(_0x55b376,_0xb29f04){_0x55b376=_0x55b376-0x1e5;const _0x4c5585=a289_0x4c55();let _0x1860af=_0x4c5585[_0x55b376];return _0x1860af;}export function buildRabetbaseConfirmationRequest(_0x490860,_0x1ec089,_0x34c0e3){const _0x154721=a289_0x1860,_0x2957a4=normalizeText(_0x490860[_0x154721(0x1e5)],DESCRIPTION_MAX_LENGTH),_0xd24caa=_0x2957a4||normalizeText(defaultDescription(requireWriteRisk(_0x490860),_0x1ec089),DESCRIPTION_MAX_LENGTH);return{'operation':_0x1ec089,'risk':requireWriteRisk(_0x490860),'description':_0xd24caa,..._0x34c0e3?{'signal':_0x34c0e3}:{}};}function requireWriteRisk(_0x406a59){const _0xf4c6f6=a289_0x1860;if(_0x406a59[_0xf4c6f6(0x1f6)]===_0xf4c6f6(0x1f2)||_0x406a59['risk']===_0xf4c6f6(0x1fa))return _0x406a59['risk'];throw new Error(_0xf4c6f6(0x1f7));}function defaultDescription(_0x3eb96e,_0x3b1ef8){const _0x2029ff=a289_0x1860;if(_0x3eb96e===_0x2029ff(0x1fa))return _0x2029ff(0x1f3)+_0x3b1ef8+_0x2029ff(0x1f8);return _0x2029ff(0x1e9)+_0x3b1ef8+_0x2029ff(0x1e7);}function normalizeText(_0xdd590d,_0x4428fa){const _0xb0f9f6=a289_0x1860;if(typeof _0xdd590d!=='string')return'';return _0xdd590d[_0xb0f9f6(0x1f0)](/[\u0000-\u001f\u007f]+/g,'\x20')[_0xb0f9f6(0x1f0)](/\s+/g,'\x20')[_0xb0f9f6(0x1f5)]()['slice'](0x0,_0x4428fa);}function a289_0x4c55(){const _0x31348f=['replace','19960niOiFO','write','This\x20will\x20run\x20the\x20high-risk\x20write\x20','678988pMXvHR','trim','risk','Rabetbase\x20confirmation\x20requires\x20a\x20write\x20command.','.\x20It\x20may\x20overwrite,\x20delete,\x20or\x20materially\x20change\x20live\x20behavior.','2uXFNOC','high-risk-write','confirmationDescription','594618ZMJLKc','.\x20It\x20may\x20create\x20or\x20change\x20business\x20data\x20or\x20local\x20configuration.','2155167JakngS','This\x20will\x20run\x20the\x20write\x20','1910777nxJiKU','10kfRGwF','553RQCsvH','73887dhYlGb','21998HlMmSq','10OUBYVA'];a289_0x4c55=function(){return _0x31348f;};return a289_0x4c55();}
@@ -1 +1 @@
1
- function a290_0xab4b(){var _0x195229=['8akSwPH','6327rEUlDs','write','10XrSYBH','8hmtdkO','filter','service','3192135XlEvtj','60JKpxcD','781CXPIrB','193020ujKfTi','8432557nBGHlN','risk','4904OAyPfU','rabetbase.write.completed','trim','3946212zBJKob','2308975TmOgys'];a290_0xab4b=function(){return _0x195229;};return a290_0xab4b();}(function(_0x4aac59,_0x46db1c){var _0x320e5c=a290_0x5033,_0x59988f=_0x4aac59();while(!![]){try{var _0x3d0150=parseInt(_0x320e5c(0xfd))/0x1*(parseInt(_0x320e5c(0xf8))/0x2)+-parseInt(_0x320e5c(0xf7))/0x3+-parseInt(_0x320e5c(0x102))/0x4*(-parseInt(_0x320e5c(0x101))/0x5)+parseInt(_0x320e5c(0x100))/0x6+-parseInt(_0x320e5c(0xfb))/0x7*(parseInt(_0x320e5c(0x106))/0x8)+parseInt(_0x320e5c(0x103))/0x9*(parseInt(_0x320e5c(0x105))/0xa)+-parseInt(_0x320e5c(0xf9))/0xb*(-parseInt(_0x320e5c(0xfa))/0xc);if(_0x3d0150===_0x46db1c)break;else _0x59988f['push'](_0x59988f['shift']());}catch(_0x1072aa){_0x59988f['push'](_0x59988f['shift']());}}}(a290_0xab4b,0x93156));export function canonicalRabetbaseOperation(_0x244b47){var _0x349e11=a290_0x5033;return[_0x244b47[_0x349e11(0xf6)],..._0x244b47['command'][_0x349e11(0xff)]()['split'](/\s+/)][_0x349e11(0x107)](Boolean)['join']('.');}function a290_0x5033(_0x27e557,_0x766518){_0x27e557=_0x27e557-0xf6;var _0xab4b77=a290_0xab4b();var _0x50337f=_0xab4b77[_0x27e557];return _0x50337f;}export function createRabetbaseWriteMetadata(_0x26283e,_0x44a36c,_0x4febb0,_0xf57fc){var _0x502749=a290_0x5033;if(_0xf57fc||_0x4febb0['ok']!==!![]||_0x26283e['risk']!==_0x502749(0x104)&&_0x26283e[_0x502749(0xfc)]!=='high-risk-write')return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':_0x502749(0xfe),'operation':_0x44a36c,'risk':_0x26283e[_0x502749(0xfc)]}}};}
1
+ (function(_0x13ccba,_0x548fd7){var _0x4c3f1a=a290_0x27e5,_0x2b8314=_0x13ccba();while(!![]){try{var _0x542bc9=-parseInt(_0x4c3f1a(0x1c1))/0x1*(-parseInt(_0x4c3f1a(0x1bc))/0x2)+-parseInt(_0x4c3f1a(0x1c3))/0x3*(parseInt(_0x4c3f1a(0x1c8))/0x4)+parseInt(_0x4c3f1a(0x1c2))/0x5*(parseInt(_0x4c3f1a(0x1c5))/0x6)+parseInt(_0x4c3f1a(0x1b8))/0x7*(-parseInt(_0x4c3f1a(0x1c7))/0x8)+-parseInt(_0x4c3f1a(0x1b9))/0x9*(-parseInt(_0x4c3f1a(0x1ba))/0xa)+-parseInt(_0x4c3f1a(0x1c6))/0xb+-parseInt(_0x4c3f1a(0x1c0))/0xc;if(_0x542bc9===_0x548fd7)break;else _0x2b8314['push'](_0x2b8314['shift']());}catch(_0x172d54){_0x2b8314['push'](_0x2b8314['shift']());}}}(a290_0x2e1d,0xa1354));function a290_0x27e5(_0x446b53,_0x5b206a){_0x446b53=_0x446b53-0x1b6;var _0x2e1d55=a290_0x2e1d();var _0x27e503=_0x2e1d55[_0x446b53];return _0x27e503;}export function canonicalRabetbaseOperation(_0x26e423){var _0x1acfe9=a290_0x27e5;return[_0x26e423[_0x1acfe9(0x1bb)],..._0x26e423[_0x1acfe9(0x1be)]['trim']()[_0x1acfe9(0x1b7)](/\s+/)][_0x1acfe9(0x1bd)](Boolean)[_0x1acfe9(0x1b6)]('.');}export function createRabetbaseWriteMetadata(_0x36ce88,_0xdfb203,_0x1553e2,_0x4e0083){var _0x123f8f=a290_0x27e5;if(_0x4e0083||_0x1553e2['ok']!==!![]||_0x36ce88['risk']!=='write'&&_0x36ce88['risk']!==_0x123f8f(0x1c4))return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':'rabetbase.write.completed','operation':_0xdfb203,'risk':_0x36ce88[_0x123f8f(0x1bf)]}}};}function a290_0x2e1d(){var _0x35dd78=['10fTDitd','service','2381428HwwiTs','filter','command','risk','23387580nxfRGz','1QcwHLI','5XPJbyZ','267507VHHHAr','high-risk-write','7140486IYtjLB','2644191QLxRJU','59624TctIcA','24JEXNbP','join','split','273HuNmXp','11650860LUcEwL'];a290_0x2e1d=function(){return _0x35dd78;};return a290_0x2e1d();}
@@ -1 +1 @@
1
- (function(_0x4f6f03,_0x2cf8b1){const _0x51e72d=a291_0x45dc,_0x108c72=_0x4f6f03();while(!![]){try{const _0x48f0fa=parseInt(_0x51e72d(0x1f9))/0x1+-parseInt(_0x51e72d(0x1e0))/0x2+parseInt(_0x51e72d(0x202))/0x3+-parseInt(_0x51e72d(0x1f5))/0x4*(-parseInt(_0x51e72d(0x201))/0x5)+parseInt(_0x51e72d(0x1f2))/0x6+parseInt(_0x51e72d(0x1e5))/0x7*(parseInt(_0x51e72d(0x1f3))/0x8)+-parseInt(_0x51e72d(0x1f8))/0x9*(parseInt(_0x51e72d(0x1f4))/0xa);if(_0x48f0fa===_0x2cf8b1)break;else _0x108c72['push'](_0x108c72['shift']());}catch(_0x2f42f6){_0x108c72['push'](_0x108c72['shift']());}}}(a291_0x16f2,0xb840b));import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';function a291_0x45dc(_0x3ab1c3,_0x35aa03){_0x3ab1c3=_0x3ab1c3-0x1e0;const _0x16f298=a291_0x16f2();let _0x45dc80=_0x16f298[_0x3ab1c3];return _0x45dc80;}import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x38b35b,command:_0x3757d9,risk:_0x5f4bf8,dryRun:_0x9b8568}){const _0x12022d=a291_0x45dc;return JSON[_0x12022d(0x1fb)]({'ok':_0x38b35b['ok'],'command':_0x3757d9,'risk':_0x5f4bf8,..._0x9b8568?{'dryRun':!![]}:{},..._0x38b35b[_0x12022d(0x204)]!==undefined?{'data':_0x38b35b[_0x12022d(0x204)]}:{},..._0x38b35b[_0x12022d(0x203)]?{'message':_0x38b35b['message']}:{}});}};export async function invokeRabetbase(_0x45a4e0,_0x43b170){const _0x8e07f2=a291_0x45dc;throwIfAborted(_0x43b170[_0x8e07f2(0x1ed)]);const _0x5e0eff=await resolveRabetbaseInvocation(_0x45a4e0),_0x3d31fd=canonicalRabetbaseOperation(_0x5e0eff[_0x8e07f2(0x1e4)]);return await confirmWriteBeforeQueue(_0x5e0eff['definition'],_0x5e0eff[_0x8e07f2(0x1ef)],_0x3d31fd,_0x43b170),runSerialized(async()=>{const _0x184afd=_0x8e07f2,_0x422fd5={};try{throwIfAborted(_0x43b170['signal']);const _0x50e68f=buildConfigFromFlags(_0x5e0eff[_0x184afd(0x1ef)]);!isRoutingRecoveryService(_0x5e0eff[_0x184afd(0x1e4)][_0x184afd(0x1f7)])&&await initGlobalEnvironment(_0x50e68f);const _0x56a563=createPipelineEnv(_0x50e68f,{..._0x5e0eff[_0x184afd(0x1ef)],'yes':_0x5e0eff[_0x184afd(0x1e4)][_0x184afd(0x1ea)]===_0x184afd(0x1e3)?!![]:_0x5e0eff[_0x184afd(0x1ef)][_0x184afd(0x1fc)],'nonInteractive':!![]},_0x5e0eff[_0x184afd(0x1eb)]);_0x56a563[_0x184afd(0x1e9)]=!![],_0x56a563[_0x184afd(0x1fa)]=_0x184afd(0x1e3);const _0x5eddb5=withAbortSignal(_0x5e0eff[_0x184afd(0x1e4)],_0x43b170[_0x184afd(0x1ed)]),_0x47d456=createRabetbaseRunnerAdapter({'formatOutput'(_0x59ba21,_0xe8bdf4){const _0x13dd65=_0x184afd;_0x422fd5[_0x13dd65(0x1ff)]=_0x59ba21,_0x422fd5[_0x13dd65(0x1fd)]=_0xe8bdf4[_0x13dd65(0x1fd)],_0x422fd5[_0x13dd65(0x1ea)]=_0xe8bdf4[_0x13dd65(0x1ea)],_0x422fd5['format']=_0xe8bdf4['format'],_0x422fd5[_0x13dd65(0x1f1)]=_0xe8bdf4[_0x13dd65(0x1f1)]===!![];},async 'confirmHighRisk'(){const _0xf6827=_0x184afd;throw new Error(_0xf6827(0x1e8));}});await runCommand(_0x5eddb5,_0x56a563,_0x47d456);if(!_0x422fd5[_0x184afd(0x1ff)]||!_0x422fd5['command']||!_0x422fd5['risk']||!_0x422fd5[_0x184afd(0x1ee)])throw new Error(_0x184afd(0x1ec));const _0x48ada7=_0x422fd5[_0x184afd(0x1f1)]===!![],_0x5647dc=_0x43b170['presentation']??defaultPresentation,_0xa76580={'result':_0x422fd5[_0x184afd(0x1ff)],'command':_0x422fd5[_0x184afd(0x1fd)],'operation':_0x3d31fd,'risk':_0x422fd5['risk'],'format':_0x422fd5[_0x184afd(0x1ee)],'dryRun':_0x48ada7},_0x3057e9=createRabetbaseWriteMetadata(_0x5e0eff[_0x184afd(0x1e4)],_0x3d31fd,_0x422fd5[_0x184afd(0x1ff)],_0x48ada7);let _0x458ea4;try{_0x458ea4=await _0x5647dc[_0x184afd(0x1f0)](_0xa76580);}catch(_0x4d34af){if(!_0x3057e9||_0x5647dc===defaultPresentation)throw _0x4d34af;_0x458ea4=await defaultPresentation[_0x184afd(0x1f0)](_0xa76580);}return{'operation':_0x3d31fd,'risk':_0x422fd5[_0x184afd(0x1ea)],'mode':_0x48ada7?_0x184afd(0x1f6):_0x184afd(0x1e6),'result':_0x422fd5[_0x184afd(0x1ff)],'output':_0x458ea4,..._0x3057e9?{'metadata':_0x3057e9}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x18e1a4,_0x5940e1,_0x2680f4,_0x4b4fb1){const _0x42137b=a291_0x45dc;if(_0x5940e1[_0x42137b(0x1f1)]===!![]||_0x18e1a4[_0x42137b(0x1ea)]!==_0x42137b(0x205)&&_0x18e1a4[_0x42137b(0x1ea)]!==_0x42137b(0x1e3))return;await _0x4b4fb1['confirmation'][_0x42137b(0x200)](buildRabetbaseConfirmationRequest(_0x18e1a4,_0x2680f4,_0x4b4fb1['signal']));}function a291_0x16f2(){const _0x2b46bb=['format','rawFlags','present','dryRun','4917024ITdLBD','13672cbYKuR','5087390axoAPc','4dXQRko','dry-run','service','18XKbQpw','76717CZwhLW','riskLevel','stringify','yes','command','reason','result','confirm','794615LEdecA','784347haIjMd','message','data','write','418434fGOfrY','Rabetbase\x20invocation\x20aborted.','aborted','high-risk-write','definition','2723ZpoUCw','execute','AbortError','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','isNonInteractive','risk','args','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','signal'];a291_0x16f2=function(){return _0x2b46bb;};return a291_0x16f2();}function withAbortSignal(_0x23a747,_0x14210d){return{..._0x23a747,async 'execute'(_0xf2318b){const _0x210b54=a291_0x45dc;return throwIfAborted(_0x14210d),_0x23a747[_0x210b54(0x1e6)]({..._0xf2318b,'signal':_0x14210d});}};}function throwIfAborted(_0x2d13a8){const _0x518ed7=a291_0x45dc;if(_0x2d13a8?.[_0x518ed7(0x1e2)])throw _0x2d13a8[_0x518ed7(0x1fe)]instanceof Error?_0x2d13a8[_0x518ed7(0x1fe)]:new DOMException(_0x518ed7(0x1e1),_0x518ed7(0x1e7));}
1
+ (function(_0x36d3b9,_0xcf8213){const _0x462788=a291_0x41a7,_0x2b1c25=_0x36d3b9();while(!![]){try{const _0x4650af=parseInt(_0x462788(0x91))/0x1*(parseInt(_0x462788(0xa8))/0x2)+parseInt(_0x462788(0x8f))/0x3+parseInt(_0x462788(0xab))/0x4*(parseInt(_0x462788(0x93))/0x5)+-parseInt(_0x462788(0xa0))/0x6+-parseInt(_0x462788(0xa5))/0x7*(parseInt(_0x462788(0xa6))/0x8)+-parseInt(_0x462788(0xa2))/0x9+-parseInt(_0x462788(0x9b))/0xa;if(_0x4650af===_0xcf8213)break;else _0x2b1c25['push'](_0x2b1c25['shift']());}catch(_0x242145){_0x2b1c25['push'](_0x2b1c25['shift']());}}}(a291_0x521f,0xb40dd));import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';function a291_0x521f(){const _0x3dd21b=['rawFlags','definition','format','confirm','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','risk','Rabetbase\x20invocation\x20aborted.','1434320tKKJmh','present','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','execute','message','2020278PdEgCt','yes','10170108QXgVcq','result','AbortError','35WTOPGG','353584HAhPgh','signal','6yDPcEU','command','presentation','7392jkxRVL','dry-run','isNonInteractive','write','high-risk-write','dryRun','args','riskLevel','3278295RhhAYr','service','457465EgkDPP','reason','280qpnHsO'];a291_0x521f=function(){return _0x3dd21b;};return a291_0x521f();}function a291_0x41a7(_0x3afc31,_0xe5e41b){_0x3afc31=_0x3afc31-0x8f;const _0x521fa9=a291_0x521f();let _0x41a729=_0x521fa9[_0x3afc31];return _0x41a729;}import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x1ec199,command:_0x16cdb2,risk:_0x3f126c,dryRun:_0x3ef461}){const _0x28bce5=a291_0x41a7;return JSON['stringify']({'ok':_0x1ec199['ok'],'command':_0x16cdb2,'risk':_0x3f126c,..._0x3ef461?{'dryRun':!![]}:{},..._0x1ec199['data']!==undefined?{'data':_0x1ec199['data']}:{},..._0x1ec199[_0x28bce5(0x9f)]?{'message':_0x1ec199[_0x28bce5(0x9f)]}:{}});}};export async function invokeRabetbase(_0x56bd8e,_0x31deed){const _0x220474=a291_0x41a7;throwIfAborted(_0x31deed[_0x220474(0xa7)]);const _0x247cbe=await resolveRabetbaseInvocation(_0x56bd8e),_0x2c99c9=canonicalRabetbaseOperation(_0x247cbe[_0x220474(0x95)]);return await confirmWriteBeforeQueue(_0x247cbe[_0x220474(0x95)],_0x247cbe[_0x220474(0x94)],_0x2c99c9,_0x31deed),runSerialized(async()=>{const _0x5da3bf=_0x220474,_0x3406cc={};try{throwIfAborted(_0x31deed[_0x5da3bf(0xa7)]);const _0x87d73e=buildConfigFromFlags(_0x247cbe[_0x5da3bf(0x94)]);!isRoutingRecoveryService(_0x247cbe[_0x5da3bf(0x95)][_0x5da3bf(0x90)])&&await initGlobalEnvironment(_0x87d73e);const _0x13933f=createPipelineEnv(_0x87d73e,{..._0x247cbe[_0x5da3bf(0x94)],'yes':_0x247cbe[_0x5da3bf(0x95)][_0x5da3bf(0x99)]===_0x5da3bf(0xaf)?!![]:_0x247cbe[_0x5da3bf(0x94)][_0x5da3bf(0xa1)],'nonInteractive':!![]},_0x247cbe[_0x5da3bf(0xb1)]);_0x13933f[_0x5da3bf(0xad)]=!![],_0x13933f[_0x5da3bf(0xb2)]='high-risk-write';const _0x4b729b=withAbortSignal(_0x247cbe[_0x5da3bf(0x95)],_0x31deed[_0x5da3bf(0xa7)]),_0x381886=createRabetbaseRunnerAdapter({'formatOutput'(_0x452495,_0x4ea467){const _0x4aeef8=_0x5da3bf;_0x3406cc[_0x4aeef8(0xa3)]=_0x452495,_0x3406cc[_0x4aeef8(0xa9)]=_0x4ea467['command'],_0x3406cc[_0x4aeef8(0x99)]=_0x4ea467['risk'],_0x3406cc[_0x4aeef8(0x96)]=_0x4ea467[_0x4aeef8(0x96)],_0x3406cc['dryRun']=_0x4ea467['dryRun']===!![];},async 'confirmHighRisk'(){const _0x175b8d=_0x5da3bf;throw new Error(_0x175b8d(0x98));}});await runCommand(_0x4b729b,_0x13933f,_0x381886);if(!_0x3406cc[_0x5da3bf(0xa3)]||!_0x3406cc['command']||!_0x3406cc[_0x5da3bf(0x99)]||!_0x3406cc[_0x5da3bf(0x96)])throw new Error(_0x5da3bf(0x9d));const _0x471682=_0x3406cc[_0x5da3bf(0xb0)]===!![],_0x1d4f0c=_0x31deed[_0x5da3bf(0xaa)]??defaultPresentation,_0xe433a1={'result':_0x3406cc[_0x5da3bf(0xa3)],'command':_0x3406cc[_0x5da3bf(0xa9)],'operation':_0x2c99c9,'risk':_0x3406cc[_0x5da3bf(0x99)],'format':_0x3406cc[_0x5da3bf(0x96)],'dryRun':_0x471682},_0x54ddf3=createRabetbaseWriteMetadata(_0x247cbe['definition'],_0x2c99c9,_0x3406cc['result'],_0x471682);let _0x3fece1;try{_0x3fece1=await _0x1d4f0c['present'](_0xe433a1);}catch(_0xa82398){if(!_0x54ddf3||_0x1d4f0c===defaultPresentation)throw _0xa82398;_0x3fece1=await defaultPresentation[_0x5da3bf(0x9c)](_0xe433a1);}return{'operation':_0x2c99c9,'risk':_0x3406cc[_0x5da3bf(0x99)],'mode':_0x471682?_0x5da3bf(0xac):_0x5da3bf(0x9e),'result':_0x3406cc[_0x5da3bf(0xa3)],'output':_0x3fece1,..._0x54ddf3?{'metadata':_0x54ddf3}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x31cafc,_0x57723e,_0x4e2a44,_0x317e53){const _0x56ce03=a291_0x41a7;if(_0x57723e['dryRun']===!![]||_0x31cafc[_0x56ce03(0x99)]!==_0x56ce03(0xae)&&_0x31cafc[_0x56ce03(0x99)]!==_0x56ce03(0xaf))return;await _0x317e53['confirmation'][_0x56ce03(0x97)](buildRabetbaseConfirmationRequest(_0x31cafc,_0x4e2a44,_0x317e53['signal']));}function withAbortSignal(_0x4ea2dd,_0x473f5d){return{..._0x4ea2dd,async 'execute'(_0x2af47f){const _0x3d4591=a291_0x41a7;return throwIfAborted(_0x473f5d),_0x4ea2dd[_0x3d4591(0x9e)]({..._0x2af47f,'signal':_0x473f5d});}};}function throwIfAborted(_0x79505c){const _0x2a95a3=a291_0x41a7;if(_0x79505c?.['aborted'])throw _0x79505c[_0x2a95a3(0x92)]instanceof Error?_0x79505c[_0x2a95a3(0x92)]:new DOMException(_0x2a95a3(0x9a),_0x2a95a3(0xa4));}
@@ -1 +1 @@
1
- function a292_0x5aa1(_0x3804e8,_0x424564){_0x3804e8=_0x3804e8-0x10f;const _0x2f50a3=a292_0x2f50();let _0x5aa15d=_0x2f50a3[_0x3804e8];return _0x5aa15d;}const a292_0x14d1e8=a292_0x5aa1;(function(_0x5c6859,_0x5392ca){const _0x5629d6=a292_0x5aa1,_0x1c250f=_0x5c6859();while(!![]){try{const _0x4e0ab7=parseInt(_0x5629d6(0x110))/0x1+parseInt(_0x5629d6(0x116))/0x2*(-parseInt(_0x5629d6(0x11a))/0x3)+-parseInt(_0x5629d6(0x11b))/0x4*(-parseInt(_0x5629d6(0x113))/0x5)+-parseInt(_0x5629d6(0x118))/0x6*(parseInt(_0x5629d6(0x117))/0x7)+-parseInt(_0x5629d6(0x115))/0x8+parseInt(_0x5629d6(0x119))/0x9*(-parseInt(_0x5629d6(0x10f))/0xa)+-parseInt(_0x5629d6(0x111))/0xb*(-parseInt(_0x5629d6(0x114))/0xc);if(_0x4e0ab7===_0x5392ca)break;else _0x1c250f['push'](_0x1c250f['shift']());}catch(_0x2e4095){_0x1c250f['push'](_0x1c250f['shift']());}}}(a292_0x2f50,0x18aca));let tail=Promise[a292_0x14d1e8(0x112)]();export async function runSerialized(_0x961516){const _0x1333ba=a292_0x14d1e8,_0x2f93b8=tail;let _0x1c0a8f;tail=new Promise(_0x35d8d3=>{_0x1c0a8f=_0x35d8d3;}),await _0x2f93b8[_0x1333ba(0x11c)](()=>undefined);try{return await _0x961516();}finally{_0x1c0a8f();}}function a292_0x2f50(){const _0x5196fa=['126UNADOp','3OkJvIE','89308iLHEbD','catch','40330tMHeKo','6244HxgGwT','165WSBGAY','resolve','30MVbcgi','117972vyjQtT','600272tFnmlH','25692yzCZFY','295841sczHpP','6FgQntM'];a292_0x2f50=function(){return _0x5196fa;};return a292_0x2f50();}
1
+ function a292_0x4ded(){const _0x310380=['1142736mmqSiJ','14374ZQSiZB','1049064LHftYh','231GyxcUb','12TAtSdB','50LZmsNU','resolve','155210GVRVPK','catch','326763kTvBoE','62352TLVazs','13608XmAkdG'];a292_0x4ded=function(){return _0x310380;};return a292_0x4ded();}const a292_0x12b158=a292_0x4780;(function(_0x198352,_0x1bf994){const _0x525512=a292_0x4780,_0x2b04f2=_0x198352();while(!![]){try{const _0x36e2f0=parseInt(_0x525512(0xdd))/0x1+-parseInt(_0x525512(0xdf))/0x2*(parseInt(_0x525512(0xe2))/0x3)+parseInt(_0x525512(0xde))/0x4+-parseInt(_0x525512(0xe5))/0x5+-parseInt(_0x525512(0xdc))/0x6*(parseInt(_0x525512(0xe1))/0x7)+parseInt(_0x525512(0xe0))/0x8+parseInt(_0x525512(0xdb))/0x9*(parseInt(_0x525512(0xe3))/0xa);if(_0x36e2f0===_0x1bf994)break;else _0x2b04f2['push'](_0x2b04f2['shift']());}catch(_0x4869f3){_0x2b04f2['push'](_0x2b04f2['shift']());}}}(a292_0x4ded,0x33152));function a292_0x4780(_0x214aa4,_0x21dc75){_0x214aa4=_0x214aa4-0xda;const _0x4ded27=a292_0x4ded();let _0x47807e=_0x4ded27[_0x214aa4];return _0x47807e;}let tail=Promise[a292_0x12b158(0xe4)]();export async function runSerialized(_0x104364){const _0x4cc6e9=a292_0x12b158,_0x17fb57=tail;let _0x25dad9;tail=new Promise(_0x36192e=>{_0x25dad9=_0x36192e;}),await _0x17fb57[_0x4cc6e9(0xda)](()=>undefined);try{return await _0x104364();}finally{_0x25dad9();}}