@lovrabet/rabetbase-cli 2.5.2-beta.6 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/api/generate-sdk-config-file.js +1 -1
  5. package/lib/auth/auth-server-ui.js +1 -1
  6. package/lib/auth/auth-server.js +1 -1
  7. package/lib/auth/constant.js +1 -1
  8. package/lib/auth/get-cookie.js +1 -1
  9. package/lib/auth/get-session-user.js +1 -1
  10. package/lib/auth/is-session-valid.js +1 -1
  11. package/lib/auth/login-success-html.js +1 -1
  12. package/lib/auth/logout.js +1 -1
  13. package/lib/cli-flags.js +1 -1
  14. package/lib/cli.js +1 -1
  15. package/lib/commands/api/generate.js +1 -1
  16. package/lib/commands/api/index.js +1 -1
  17. package/lib/commands/api/list.js +1 -1
  18. package/lib/commands/api/pull.js +1 -1
  19. package/lib/commands/api/shared.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/members-list.js +1 -1
  23. package/lib/commands/app/remote-directory.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/delete.js +1 -1
  53. package/lib/commands/config/get.js +1 -1
  54. package/lib/commands/config/index.js +1 -1
  55. package/lib/commands/config/init.js +1 -1
  56. package/lib/commands/config/list.js +1 -1
  57. package/lib/commands/config/set.js +1 -1
  58. package/lib/commands/config/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/business-groups.js +1 -1
  61. package/lib/commands/dataset/capability.js +1 -1
  62. package/lib/commands/dataset/delete.js +1 -1
  63. package/lib/commands/dataset/detail.js +1 -1
  64. package/lib/commands/dataset/extend-update.js +1 -1
  65. package/lib/commands/dataset/field-restore.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/dataset/user-deleted-field-list.js +1 -1
  80. package/lib/commands/db/analysis-batching.js +1 -1
  81. package/lib/commands/db/analyze-batch-plan.js +1 -1
  82. package/lib/commands/db/analyze-cancel.js +1 -1
  83. package/lib/commands/db/analyze-start.js +1 -1
  84. package/lib/commands/db/analyze-status.js +1 -1
  85. package/lib/commands/db/create.js +1 -1
  86. package/lib/commands/db/delete.js +1 -1
  87. package/lib/commands/db/detail.js +1 -1
  88. package/lib/commands/db/diff-refresh-start.js +1 -1
  89. package/lib/commands/db/diff-refresh-status.js +1 -1
  90. package/lib/commands/db/diff.js +1 -1
  91. package/lib/commands/db/index.js +1 -1
  92. package/lib/commands/db/list.js +1 -1
  93. package/lib/commands/db/shared.js +1 -1
  94. package/lib/commands/db/table-diff-shared.js +1 -1
  95. package/lib/commands/db/tables.js +1 -1
  96. package/lib/commands/db/test.js +1 -1
  97. package/lib/commands/db/update.js +1 -1
  98. package/lib/commands/deployment/index.js +1 -1
  99. package/lib/commands/deployment/sync-all.js +1 -1
  100. package/lib/commands/deployment/sync-jobs.js +1 -1
  101. package/lib/commands/deployment/sync-status.js +1 -1
  102. package/lib/commands/doctor.js +1 -1
  103. package/lib/commands/file/index.js +1 -1
  104. package/lib/commands/instant-api-policy/current.js +1 -1
  105. package/lib/commands/instant-api-policy/index.js +1 -1
  106. package/lib/commands/instant-api-policy/init.js +1 -1
  107. package/lib/commands/instant-api-policy/publish.js +1 -1
  108. package/lib/commands/instant-api-policy/pull.js +1 -1
  109. package/lib/commands/instant-api-policy/revision.js +1 -1
  110. package/lib/commands/instant-api-policy/revisions.js +1 -1
  111. package/lib/commands/instant-api-policy/rollback.js +1 -1
  112. package/lib/commands/instant-api-policy/shared.js +1 -1
  113. package/lib/commands/instant-api-policy/validate.js +1 -1
  114. package/lib/commands/issue/index.js +1 -1
  115. package/lib/commands/issue/nudge.js +1 -1
  116. package/lib/commands/issue/report.js +1 -1
  117. package/lib/commands/issue/shared.js +1 -1
  118. package/lib/commands/kb/create.js +1 -1
  119. package/lib/commands/kb/delete.js +1 -1
  120. package/lib/commands/kb/detail.js +1 -1
  121. package/lib/commands/kb/index.js +1 -1
  122. package/lib/commands/kb/list.js +1 -1
  123. package/lib/commands/kb/search.js +1 -1
  124. package/lib/commands/kb/shared.js +1 -1
  125. package/lib/commands/kb/update.js +1 -1
  126. package/lib/commands/logs/index.js +1 -1
  127. package/lib/commands/menu/asset-update.js +1 -1
  128. package/lib/commands/menu/delete.js +1 -1
  129. package/lib/commands/menu/external-link-create.js +1 -1
  130. package/lib/commands/menu/external-link-update.js +1 -1
  131. package/lib/commands/menu/group-create.js +1 -1
  132. package/lib/commands/menu/group-update.js +1 -1
  133. package/lib/commands/menu/index.js +1 -1
  134. package/lib/commands/menu/list.js +1 -1
  135. package/lib/commands/menu/move.js +1 -1
  136. package/lib/commands/menu/regroup-start.js +1 -1
  137. package/lib/commands/menu/rename.js +1 -1
  138. package/lib/commands/menu/shared/compare-table.js +1 -1
  139. package/lib/commands/menu/shared/delete-plan.js +1 -1
  140. package/lib/commands/menu/shared/facts.js +1 -1
  141. package/lib/commands/menu/shared/index.js +1 -1
  142. package/lib/commands/menu/shared/inquirer.js +1 -1
  143. package/lib/commands/menu/shared/local-pages.js +1 -1
  144. package/lib/commands/menu/shared/logic.js +1 -1
  145. package/lib/commands/menu/shared/mutations.js +1 -1
  146. package/lib/commands/menu/shared/service.js +1 -1
  147. package/lib/commands/menu/shared/sync-core.js +1 -1
  148. package/lib/commands/menu/shared/update-core.js +1 -1
  149. package/lib/commands/menu/shared/valid-url.js +1 -1
  150. package/lib/commands/menu/sync.js +1 -1
  151. package/lib/commands/menu/visibility-update.js +1 -1
  152. package/lib/commands/notification/config-create.js +1 -1
  153. package/lib/commands/notification/config-delete.js +1 -1
  154. package/lib/commands/notification/config-list.js +1 -1
  155. package/lib/commands/notification/config-update.js +1 -1
  156. package/lib/commands/notification/index.js +1 -1
  157. package/lib/commands/notification/shared.js +1 -1
  158. package/lib/commands/ocr/index.js +1 -1
  159. package/lib/commands/page/create.js +1 -1
  160. package/lib/commands/page/custom/detail.js +1 -1
  161. package/lib/commands/page/custom/list.js +1 -1
  162. package/lib/commands/page/custom/publish.js +1 -1
  163. package/lib/commands/page/custom/shared.js +1 -1
  164. package/lib/commands/page/custom/syntax.js +1 -1
  165. package/lib/commands/page/custom/update.js +1 -1
  166. package/lib/commands/page/data-list-status.js +1 -1
  167. package/lib/commands/page/generate-start.js +1 -1
  168. package/lib/commands/page/generate-status.js +1 -1
  169. package/lib/commands/page/index.js +1 -1
  170. package/lib/commands/page/pull.js +1 -1
  171. package/lib/commands/page/push.js +1 -1
  172. package/lib/commands/page/relation-audit.js +1 -1
  173. package/lib/commands/page/restore.js +1 -1
  174. package/lib/commands/page/shared.js +1 -1
  175. package/lib/commands/page/sync.js +1 -1
  176. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  177. package/lib/commands/project/create/format-elapsed.js +1 -1
  178. package/lib/commands/project/create/main.js +1 -1
  179. package/lib/commands/project/create/materialize-project-template.js +1 -1
  180. package/lib/commands/project/create/project-name.js +1 -1
  181. package/lib/commands/project/create/project-template-archive.js +1 -1
  182. package/lib/commands/project/create/project-template-path.js +1 -1
  183. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  184. package/lib/commands/project/create/use-format-code.js +1 -1
  185. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  186. package/lib/commands/project/domain-routing-sync.js +1 -1
  187. package/lib/commands/project/index.js +1 -1
  188. package/lib/commands/project/upgrade.js +1 -1
  189. package/lib/commands/registry.js +1 -1
  190. package/lib/commands/role/delete.js +1 -1
  191. package/lib/commands/role/detail.js +1 -1
  192. package/lib/commands/role/index.js +1 -1
  193. package/lib/commands/role/list.js +1 -1
  194. package/lib/commands/role/shared.js +1 -1
  195. package/lib/commands/role/update.js +1 -1
  196. package/lib/commands/role/user-add.js +1 -1
  197. package/lib/commands/role/user-remove.js +1 -1
  198. package/lib/commands/role/user-resolve.js +1 -1
  199. package/lib/commands/rule/get.js +1 -1
  200. package/lib/commands/rule/index.js +1 -1
  201. package/lib/commands/rule/list.js +1 -1
  202. package/lib/commands/rule/set.js +1 -1
  203. package/lib/commands/rule/shared.js +1 -1
  204. package/lib/commands/run/index.js +1 -1
  205. package/lib/commands/schema.js +1 -1
  206. package/lib/commands/sql/create.js +1 -1
  207. package/lib/commands/sql/delete.js +1 -1
  208. package/lib/commands/sql/detail.js +1 -1
  209. package/lib/commands/sql/exec.js +1 -1
  210. package/lib/commands/sql/index.js +1 -1
  211. package/lib/commands/sql/list.js +1 -1
  212. package/lib/commands/sql/pull.js +1 -1
  213. package/lib/commands/sql/push.js +1 -1
  214. package/lib/commands/sql/shared.js +1 -1
  215. package/lib/commands/sql/status.js +1 -1
  216. package/lib/commands/sql/validate.js +1 -1
  217. package/lib/commands/task/index.js +1 -1
  218. package/lib/commands/task/status.js +1 -1
  219. package/lib/commands/tenant/index.js +1 -1
  220. package/lib/commands/tenant/members-list.js +1 -1
  221. package/lib/commands/tenant/shared.js +1 -1
  222. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  223. package/lib/commands/user-account/index.js +1 -1
  224. package/lib/commands/workspace/add.js +1 -1
  225. package/lib/commands/workspace/index.js +1 -1
  226. package/lib/commands/workspace/remove.js +1 -1
  227. package/lib/config/domain-config.js +1 -1
  228. package/lib/config/project-domain-routing.js +1 -1
  229. package/lib/config/schema.js +1 -1
  230. package/lib/constant/cdn.js +1 -1
  231. package/lib/constant/cli.js +1 -1
  232. package/lib/constant/defaults.js +1 -1
  233. package/lib/constant/domain.js +1 -1
  234. package/lib/constant/env.js +1 -1
  235. package/lib/constant/output.js +1 -1
  236. package/lib/constant/paths.js +1 -1
  237. package/lib/constant/region.js +1 -1
  238. package/lib/constant/risk.js +1 -1
  239. package/lib/constant/routing-profile.js +1 -1
  240. package/lib/context/app-resolver.js +1 -1
  241. package/lib/context/auth-resolver.js +1 -1
  242. package/lib/context/config-loader.js +1 -1
  243. package/lib/context.js +1 -1
  244. package/lib/core/alias-resolver.js +1 -1
  245. package/lib/core/api-client.js +1 -1
  246. package/lib/core/bff/config.js +1 -1
  247. package/lib/core/bff/file-system.js +1 -1
  248. package/lib/core/bff/hash.js +1 -1
  249. package/lib/core/bff/lock.js +1 -1
  250. package/lib/core/bff/utils.js +1 -1
  251. package/lib/core/db-resolver.js +1 -1
  252. package/lib/core/instant-api-policy/config.js +1 -1
  253. package/lib/core/kb-search-client.js +1 -1
  254. package/lib/core/page/file-system.js +1 -1
  255. package/lib/core/page/hash.js +1 -1
  256. package/lib/core/page/lock.js +1 -1
  257. package/lib/core/sql-index-auditor.js +1 -1
  258. package/lib/core/sql-sync/config.js +1 -1
  259. package/lib/core/sql-sync/file-system.js +1 -1
  260. package/lib/core/sql-sync/hash.js +1 -1
  261. package/lib/core/sql-sync/lock.js +1 -1
  262. package/lib/core/sql-sync/utils.js +1 -1
  263. package/lib/core/sql-validator.js +1 -1
  264. package/lib/errors.js +1 -1
  265. package/lib/framework/build-all-flags.js +1 -1
  266. package/lib/framework/error-output.js +1 -1
  267. package/lib/framework/explicit-yes.js +1 -1
  268. package/lib/framework/flags.js +1 -1
  269. package/lib/framework/help.js +1 -1
  270. package/lib/framework/index.js +1 -1
  271. package/lib/framework/output.js +1 -1
  272. package/lib/framework/response.js +1 -1
  273. package/lib/framework/runner-alias.js +1 -1
  274. package/lib/framework/runner.js +1 -1
  275. package/lib/framework/schema-export.js +1 -1
  276. package/lib/framework/supported-flags.js +1 -1
  277. package/lib/framework/types.js +1 -1
  278. package/lib/generated/build-info.d.ts +4 -4
  279. package/lib/generated/build-info.js +1 -1
  280. package/lib/generated/official-routing.js +1 -1
  281. package/lib/generated/routing-contract.js +1 -1
  282. package/lib/help.js +1 -1
  283. package/lib/postinstall.js +1 -1
  284. package/lib/runtime/confirmation.js +1 -1
  285. package/lib/runtime/event.js +1 -1
  286. package/lib/runtime/index.js +1 -1
  287. package/lib/runtime/queue.js +1 -1
  288. package/lib/runtime/resolve.js +1 -1
  289. package/lib/skills/builtin-skill.js +1 -1
  290. package/lib/skills/main.js +1 -1
  291. package/lib/skills/npx-skills-add.js +1 -1
  292. package/lib/skills/skill-presence.js +1 -1
  293. package/lib/telemetry/cli-command-trace.js +1 -1
  294. package/lib/telemetry/cli-help-trace.js +1 -1
  295. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  296. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  297. package/lib/telemetry/send-cli-trace-log.js +1 -1
  298. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  299. package/lib/utils/ai_config.js +1 -1
  300. package/lib/utils/apply-jq-filter.js +1 -1
  301. package/lib/utils/cdn-config.js +1 -1
  302. package/lib/utils/check-sdk-version.js +1 -1
  303. package/lib/utils/cli-version-check.js +1 -1
  304. package/lib/utils/cli-version-policy.js +1 -1
  305. package/lib/utils/config.js +1 -1
  306. package/lib/utils/entity-with-id.js +1 -1
  307. package/lib/utils/file-utils.js +1 -1
  308. package/lib/utils/guides-cdn.js +1 -1
  309. package/lib/utils/http-client.js +1 -1
  310. package/lib/utils/is-non-interactive.js +1 -1
  311. package/lib/utils/logger.js +1 -1
  312. package/lib/utils/params.js +1 -1
  313. package/lib/utils/platform.js +1 -1
  314. package/lib/utils/sleep.js +1 -1
  315. package/lib/utils/template-replacer.js +1 -1
  316. package/lib/utils/update-notice.js +1 -1
  317. package/lib/utils/version.js +1 -1
  318. package/lib/utils/with-active-cookie.js +1 -1
  319. package/lib/utils/write-cli-side-channel.js +1 -1
  320. package/package.json +1 -1
  321. package/skills/rabetbase/SKILL.md +1 -1
  322. package/skills/rabetbase.manifest.json +3 -3
package/lib/errors.js CHANGED
@@ -1 +1 @@
1
- const a267_0x373b2b=a267_0x53fc;(function(_0x31d1d6,_0x5d2110){const _0x1908d4=a267_0x53fc,_0x4f3a9d=_0x31d1d6();while(!![]){try{const _0x235ef9=parseInt(_0x1908d4(0x77))/0x1*(-parseInt(_0x1908d4(0x73))/0x2)+parseInt(_0x1908d4(0x86))/0x3*(-parseInt(_0x1908d4(0x90))/0x4)+-parseInt(_0x1908d4(0x82))/0x5*(-parseInt(_0x1908d4(0x7f))/0x6)+-parseInt(_0x1908d4(0x93))/0x7*(-parseInt(_0x1908d4(0x7c))/0x8)+parseInt(_0x1908d4(0x8f))/0x9*(parseInt(_0x1908d4(0x95))/0xa)+-parseInt(_0x1908d4(0x92))/0xb+parseInt(_0x1908d4(0x7d))/0xc*(parseInt(_0x1908d4(0x75))/0xd);if(_0x235ef9===_0x5d2110)break;else _0x4f3a9d['push'](_0x4f3a9d['shift']());}catch(_0x330c30){_0x4f3a9d['push'](_0x4f3a9d['shift']());}}}(a267_0x23f1,0x743c2));function a267_0x23f1(){const _0x3a4071=['\x20project\x20directory','\x20auth`\x20to\x20login\x20first.','Network\x20error:\x20','Unknown\x20command:\x20','63qfwqRu','8rrRRJH','apiError','1043867RSNnHJ','538517jBwVYw','network_error','756130Makfbs','19002SsywXq','flag_missing','130AEYVAO','cancelled','31tIZhij','Not\x20in\x20a\x20','validation','Run\x20`','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.\x0a\x20\x20\x20\x20\x20\x20\x20Tip:\x20`','32mFbpew','711444xAEvSW','Check\x20your\x20internet\x20connection\x20and\x20try\x20again.','54iMzKcF','\x20--help`\x20to\x20see\x20available\x20commands.','Authentication\x20required','200475lbhlmI','Operation\x20cancelled.','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>\x20--global`\x20registers\x20a\x20reusable\x20global\x20app\x20profile.','auth_required','1387821eoUEyC','not_in_project','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','Set\x20appcode\x20via\x20`','config_missing'];a267_0x23f1=function(){return _0x3a4071;};return a267_0x23f1();}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':a267_0x373b2b(0x7a)+CLI_BIN_NAME+'\x20auth`\x20to\x20login\x20first.','configMissingHint':a267_0x373b2b(0x89)+CLI_BIN_NAME+a267_0x373b2b(0x7b)+CLI_BIN_NAME+'\x20workspace\x20add\x20<name>\x20--appcode\x20<code>\x20--global`\x20registers\x20a\x20reusable\x20global\x20app\x20profile.','notInProjectHint':a267_0x373b2b(0x88)});function a267_0x53fc(_0x13a277,_0x544353){_0x13a277=_0x13a277-0x73;const _0x23f1e9=a267_0x23f1();let _0x53fcee=_0x23f1e9[_0x13a277];return _0x53fcee;}export const CliErrors={'authRequired'(_0x2e57d0){const _0x35ab9f=a267_0x373b2b;return new CliError(_0x35ab9f(0x85),0x1,_0x35ab9f(0x81),_0x2e57d0??_0x35ab9f(0x7a)+CLI_BIN_NAME+_0x35ab9f(0x8c));},'configMissing'(_0x55d8b1){const _0x3b98f8=a267_0x373b2b;return new CliError(_0x3b98f8(0x8a),0x1,'Configuration\x20file\x20not\x20found',_0x55d8b1??_0x3b98f8(0x89)+CLI_BIN_NAME+_0x3b98f8(0x7b)+CLI_BIN_NAME+_0x3b98f8(0x84));},'notInProject'(){const _0x5c3e21=a267_0x373b2b;return new CliError(_0x5c3e21(0x87),0x1,_0x5c3e21(0x78)+CLI_BIN_NAME+_0x5c3e21(0x8b),_0x5c3e21(0x88));},'apiError'(_0x49eae3,_0x1632f7){const _0x490e80=a267_0x373b2b;return baseCliErrors[_0x490e80(0x91)](_0x49eae3,_0x1632f7);},'networkError'(_0x535b3b){const _0x4b7fd2=a267_0x373b2b;return new CliError(_0x4b7fd2(0x94),0x2,_0x4b7fd2(0x8d)+_0x535b3b,_0x4b7fd2(0x7e));},'unknownCommand'(_0x405f67){const _0x2746d0=a267_0x373b2b;return new CliError('unknown_command',0x1,_0x2746d0(0x8e)+_0x405f67,_0x2746d0(0x7a)+CLI_BIN_NAME+_0x2746d0(0x80));},'flagMissing'(_0x2ce3d9,_0x957fcb){const _0x4957c7=a267_0x373b2b;return new CliError(_0x4957c7(0x74),0x1,'Missing\x20required\x20flag:\x20--'+_0x2ce3d9,_0x957fcb);},'validation'(_0x40ed02,_0x48b767){const _0x207b55=a267_0x373b2b;return baseCliErrors[_0x207b55(0x79)](_0x40ed02,_0x48b767);},'cancelled'(_0x3a72d6){const _0xe818c8=a267_0x373b2b;return new CliError(_0xe818c8(0x76),0x0,_0x3a72d6??_0xe818c8(0x83));}};
1
+ const a267_0x33094c=a267_0x4574;(function(_0x3b6549,_0x540b6c){const _0x56fbac=a267_0x4574,_0x3425b0=_0x3b6549();while(!![]){try{const _0x1edc4d=-parseInt(_0x56fbac(0x12a))/0x1*(parseInt(_0x56fbac(0x12c))/0x2)+-parseInt(_0x56fbac(0x122))/0x3*(parseInt(_0x56fbac(0x121))/0x4)+-parseInt(_0x56fbac(0x11f))/0x5*(parseInt(_0x56fbac(0x120))/0x6)+parseInt(_0x56fbac(0x127))/0x7*(parseInt(_0x56fbac(0x117))/0x8)+-parseInt(_0x56fbac(0x11c))/0x9+parseInt(_0x56fbac(0x11a))/0xa+parseInt(_0x56fbac(0x115))/0xb*(parseInt(_0x56fbac(0x124))/0xc);if(_0x1edc4d===_0x540b6c)break;else _0x3425b0['push'](_0x3425b0['shift']());}catch(_0x5b9797){_0x3425b0['push'](_0x3425b0['shift']());}}}(a267_0x2132,0x7c14e));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':a267_0x33094c(0x128)+CLI_BIN_NAME+a267_0x33094c(0x125),'configMissingHint':a267_0x33094c(0x131)+CLI_BIN_NAME+a267_0x33094c(0x116)+CLI_BIN_NAME+'\x20workspace\x20add\x20<name>\x20--appcode\x20<code>\x20--global`\x20registers\x20a\x20reusable\x20global\x20app\x20profile.','notInProjectHint':a267_0x33094c(0x123)});function a267_0x4574(_0x533182,_0x7b1a72){_0x533182=_0x533182-0x114;const _0x21328c=a267_0x2132();let _0x4574f9=_0x21328c[_0x533182];return _0x4574f9;}export const CliErrors={'authRequired'(_0x402118){const _0x198ffc=a267_0x33094c;return new CliError('auth_required',0x1,_0x198ffc(0x133),_0x402118??_0x198ffc(0x128)+CLI_BIN_NAME+_0x198ffc(0x125));},'configMissing'(_0x35e38c){const _0x2c9c75=a267_0x33094c;return new CliError(_0x2c9c75(0x11e),0x1,_0x2c9c75(0x12f),_0x35e38c??_0x2c9c75(0x131)+CLI_BIN_NAME+_0x2c9c75(0x116)+CLI_BIN_NAME+_0x2c9c75(0x12e));},'notInProject'(){const _0x1dd3a7=a267_0x33094c;return new CliError(_0x1dd3a7(0x129),0x1,_0x1dd3a7(0x132)+CLI_BIN_NAME+'\x20project\x20directory',_0x1dd3a7(0x123));},'apiError'(_0x3ce66d,_0x2bc52e){const _0x1baab3=a267_0x33094c;return baseCliErrors[_0x1baab3(0x12b)](_0x3ce66d,_0x2bc52e);},'networkError'(_0xf32eca){const _0x53048b=a267_0x33094c;return new CliError(_0x53048b(0x12d),0x2,_0x53048b(0x118)+_0xf32eca,'Check\x20your\x20internet\x20connection\x20and\x20try\x20again.');},'unknownCommand'(_0x2b07e5){const _0x5b2fd7=a267_0x33094c;return new CliError('unknown_command',0x1,_0x5b2fd7(0x11d)+_0x2b07e5,_0x5b2fd7(0x128)+CLI_BIN_NAME+_0x5b2fd7(0x130));},'flagMissing'(_0x4c6303,_0x5d20af){const _0x7574bb=a267_0x33094c;return new CliError('flag_missing',0x1,_0x7574bb(0x114)+_0x4c6303,_0x5d20af);},'validation'(_0x32752e,_0x4a2304){const _0x37c793=a267_0x33094c;return baseCliErrors[_0x37c793(0x11b)](_0x32752e,_0x4a2304);},'cancelled'(_0x36edef){const _0x472066=a267_0x33094c;return new CliError(_0x472066(0x119),0x0,_0x36edef??_0x472066(0x126));}};function a267_0x2132(){const _0x3b26bd=['84162jhaqLN','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','109128stTiAS','\x20auth`\x20to\x20login\x20first.','Operation\x20cancelled.','42DvxrDh','Run\x20`','not_in_project','562073dzZwEJ','apiError','2IuXIdY','network_error','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>\x20--global`\x20registers\x20a\x20reusable\x20global\x20app\x20profile.','Configuration\x20file\x20not\x20found','\x20--help`\x20to\x20see\x20available\x20commands.','Set\x20appcode\x20via\x20`','Not\x20in\x20a\x20','Authentication\x20required','Missing\x20required\x20flag:\x20--','1243lVPABw','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.\x0a\x20\x20\x20\x20\x20\x20\x20Tip:\x20`','384568tdddTZ','Network\x20error:\x20','cancelled','3871490MsumPx','validation','1194831diONCQ','Unknown\x20command:\x20','config_missing','105CdoVrI','22662myDDAp','60BDoDcI'];a267_0x2132=function(){return _0x3b26bd;};return a267_0x2132();}
@@ -1 +1 @@
1
- function a268_0x13f8(){const _0x4404bd=['412484fqFSHu','2vTYSUD','48AEVWRm','yes','504324nvfTGZ','3829kbONgo','236TrVVgQ','1917nVjJES','1370VcpEcu','11wMXaUW','6145mJDoLU','1136070UXKuFf','2533884pOfurn'];a268_0x13f8=function(){return _0x4404bd;};return a268_0x13f8();}(function(_0x94b25f,_0x252ba5){const _0x77ca6=a268_0x55e9,_0x4cb54f=_0x94b25f();while(!![]){try{const _0x56e937=parseInt(_0x77ca6(0x169))/0x1*(parseInt(_0x77ca6(0x168))/0x2)+parseInt(_0x77ca6(0x166))/0x3+parseInt(_0x77ca6(0x161))/0x4*(-parseInt(_0x77ca6(0x165))/0x5)+-parseInt(_0x77ca6(0x167))/0x6+-parseInt(_0x77ca6(0x16d))/0x7*(-parseInt(_0x77ca6(0x16a))/0x8)+-parseInt(_0x77ca6(0x162))/0x9*(parseInt(_0x77ca6(0x163))/0xa)+parseInt(_0x77ca6(0x164))/0xb*(-parseInt(_0x77ca6(0x16c))/0xc);if(_0x56e937===_0x252ba5)break;else _0x4cb54f['push'](_0x4cb54f['shift']());}catch(_0x1899e2){_0x4cb54f['push'](_0x4cb54f['shift']());}}}(a268_0x13f8,0x37c47));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a268_0x2094b8}from'@lovrabet/cli-framework';function a268_0x55e9(_0x178c5b,_0x28864f){_0x178c5b=_0x178c5b-0x161;const _0x13f84a=a268_0x13f8();let _0x55e940=_0x13f84a[_0x178c5b];return _0x55e940;}import{EXPLICIT_YES_FLAG_DESCRIPTION,requiresExplicitYes}from'../framework/explicit-yes.js';export function buildAllFlags(_0x34927b){const _0x3f93cd=a268_0x55e9,_0x386453=a268_0x2094b8(_0x34927b,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});if(!requiresExplicitYes(_0x34927b))return _0x386453;return _0x386453['map'](_0x1872ef=>_0x1872ef['name']===_0x3f93cd(0x16b)?{..._0x1872ef,'description':EXPLICIT_YES_FLAG_DESCRIPTION}:_0x1872ef);}
1
+ (function(_0x4edb33,_0x5dc0a6){const _0x2979a6=a268_0x2d5e,_0x1984b4=_0x4edb33();while(!![]){try{const _0x2011c2=-parseInt(_0x2979a6(0x1ef))/0x1*(-parseInt(_0x2979a6(0x1eb))/0x2)+-parseInt(_0x2979a6(0x1ea))/0x3+parseInt(_0x2979a6(0x1e8))/0x4*(-parseInt(_0x2979a6(0x1ed))/0x5)+parseInt(_0x2979a6(0x1f0))/0x6*(parseInt(_0x2979a6(0x1e7))/0x7)+-parseInt(_0x2979a6(0x1e9))/0x8+parseInt(_0x2979a6(0x1ee))/0x9*(parseInt(_0x2979a6(0x1f3))/0xa)+parseInt(_0x2979a6(0x1f4))/0xb*(parseInt(_0x2979a6(0x1f1))/0xc);if(_0x2011c2===_0x5dc0a6)break;else _0x1984b4['push'](_0x1984b4['shift']());}catch(_0x2900c4){_0x1984b4['push'](_0x1984b4['shift']());}}}(a268_0x5ab1,0xcf5cc));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a268_0x587137}from'@lovrabet/cli-framework';function a268_0x2d5e(_0x552d5d,_0x59ebe7){_0x552d5d=_0x552d5d-0x1e7;const _0x5ab1a4=a268_0x5ab1();let _0x2d5ecf=_0x5ab1a4[_0x552d5d];return _0x2d5ecf;}function a268_0x5ab1(){const _0x18bd75=['22sPGtME','7QywdmS','44CMrJNa','13582248bHSWlu','1979553AoligJ','2adQgXC','yes','507275QXBPBE','2899035XLFycZ','320947ItSsAg','6069132wdmcqt','14077764weNNYt','name','20lUVXVr'];a268_0x5ab1=function(){return _0x18bd75;};return a268_0x5ab1();}import{EXPLICIT_YES_FLAG_DESCRIPTION,requiresExplicitYes}from'../framework/explicit-yes.js';export function buildAllFlags(_0x29769c){const _0x3c4df1=a268_0x2d5e,_0x3fe1b8=a268_0x587137(_0x29769c,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});if(!requiresExplicitYes(_0x29769c))return _0x3fe1b8;return _0x3fe1b8['map'](_0x4c5d84=>_0x4c5d84[_0x3c4df1(0x1f2)]===_0x3c4df1(0x1ec)?{..._0x4c5d84,'description':EXPLICIT_YES_FLAG_DESCRIPTION}:_0x4c5d84);}
@@ -1 +1 @@
1
- function a269_0x46a3(){var _0x324efc=['defaultFormat','2716848mtSVAP','8062440SCvvtC','4LzEmQy','compress','flags','2360YEHwlN','2813709ONTtyk','3594735hEOFqL','def','336RHiWBv','4096939fuaHAG','format','structuredErrors','1419PSLotF','288141QSzdEJ','70MFNrPc'];a269_0x46a3=function(){return _0x324efc;};return a269_0x46a3();}(function(_0x4e9b25,_0x44f702){var _0x1443ad=a269_0x5527,_0x22bc6b=_0x4e9b25();while(!![]){try{var _0x2204ef=parseInt(_0x1443ad(0x18c))/0x1*(-parseInt(_0x1443ad(0x195))/0x2)+-parseInt(_0x1443ad(0x196))/0x3*(parseInt(_0x1443ad(0x192))/0x4)+-parseInt(_0x1443ad(0x191))/0x5+parseInt(_0x1443ad(0x190))/0x6+-parseInt(_0x1443ad(0x18d))/0x7*(-parseInt(_0x1443ad(0x199))/0x8)+parseInt(_0x1443ad(0x197))/0x9+-parseInt(_0x1443ad(0x18e))/0xa*(-parseInt(_0x1443ad(0x19a))/0xb);if(_0x2204ef===_0x44f702)break;else _0x22bc6b['push'](_0x22bc6b['shift']());}catch(_0x133e61){_0x22bc6b['push'](_0x22bc6b['shift']());}}}(a269_0x46a3,0xeb349));function a269_0x5527(_0x2647d5,_0x206526){_0x2647d5=_0x2647d5-0x18a;var _0x46a39a=a269_0x46a3();var _0x552707=_0x46a39a[_0x2647d5];return _0x552707;}import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x5635f2){var _0x30189d=a269_0x5527;return _0x5635f2?.[_0x30189d(0x18b)]===!![];}export function resolveErrorOutputFormat(_0x129c29){var _0x396dea=a269_0x5527;if(!_0x129c29[_0x396dea(0x198)])return _0x129c29[_0x396dea(0x18f)]??_0x396dea(0x193);return resolveOutputConfig({'flags':_0x129c29[_0x396dea(0x194)]??{},'def':_0x129c29[_0x396dea(0x198)],'configDefault':_0x129c29[_0x396dea(0x18f)]})[_0x396dea(0x18a)];}
1
+ function a269_0x4df1(){var _0x2446cd=['defaultFormat','structuredErrors','1xUJABP','2219481rUMBMT','6488776jnekbx','485098DWXzCU','def','484JAogTK','14037bshAkJ','compress','format','356697xFkpxX','flags','46668mBBpWo','769185TYDXfu','10ZuqIjL','245iGYFiC'];a269_0x4df1=function(){return _0x2446cd;};return a269_0x4df1();}function a269_0x474d(_0x3dc3d9,_0x3b9822){_0x3dc3d9=_0x3dc3d9-0x17b;var _0x4df147=a269_0x4df1();var _0x474da0=_0x4df147[_0x3dc3d9];return _0x474da0;}(function(_0x23af69,_0x5d23d0){var _0x7c449e=a269_0x474d,_0x42b063=_0x23af69();while(!![]){try{var _0x21223b=-parseInt(_0x7c449e(0x183))/0x1*(parseInt(_0x7c449e(0x186))/0x2)+parseInt(_0x7c449e(0x189))/0x3*(parseInt(_0x7c449e(0x188))/0x4)+-parseInt(_0x7c449e(0x17e))/0x5+parseInt(_0x7c449e(0x17d))/0x6*(-parseInt(_0x7c449e(0x180))/0x7)+parseInt(_0x7c449e(0x185))/0x8+-parseInt(_0x7c449e(0x184))/0x9+parseInt(_0x7c449e(0x17f))/0xa*(-parseInt(_0x7c449e(0x17b))/0xb);if(_0x21223b===_0x5d23d0)break;else _0x42b063['push'](_0x42b063['shift']());}catch(_0x147de2){_0x42b063['push'](_0x42b063['shift']());}}}(a269_0x4df1,0x68e24));import{resolveOutputConfig}from'@lovrabet/cli-framework';export function usesStructuredErrorOutput(_0x200683){var _0x30607a=a269_0x474d;return _0x200683?.[_0x30607a(0x182)]===!![];}export function resolveErrorOutputFormat(_0x219cf0){var _0x17d42f=a269_0x474d;if(!_0x219cf0[_0x17d42f(0x187)])return _0x219cf0['defaultFormat']??_0x17d42f(0x18a);return resolveOutputConfig({'flags':_0x219cf0[_0x17d42f(0x17c)]??{},'def':_0x219cf0[_0x17d42f(0x187)],'configDefault':_0x219cf0[_0x17d42f(0x181)]})[_0x17d42f(0x18b)];}
@@ -1 +1 @@
1
- const a270_0x164318=a270_0x224e;(function(_0x41bcb9,_0x54fc88){const _0x16efbb=a270_0x224e,_0x4f57f1=_0x41bcb9();while(!![]){try{const _0x5942fa=parseInt(_0x16efbb(0xb5))/0x1+parseInt(_0x16efbb(0xab))/0x2*(-parseInt(_0x16efbb(0xa8))/0x3)+parseInt(_0x16efbb(0xaf))/0x4+parseInt(_0x16efbb(0xb0))/0x5*(-parseInt(_0x16efbb(0xae))/0x6)+-parseInt(_0x16efbb(0xb1))/0x7+-parseInt(_0x16efbb(0xb2))/0x8*(-parseInt(_0x16efbb(0xaa))/0x9)+parseInt(_0x16efbb(0xad))/0xa;if(_0x5942fa===_0x54fc88)break;else _0x4f57f1['push'](_0x4f57f1['shift']());}catch(_0x13ec1e){_0x4f57f1['push'](_0x4f57f1['shift']());}}}(a270_0x53f0,0x8fa0d));function a270_0x53f0(){const _0x2ff7dd=['1083033UVppzm','926hgfhfI','kb\x20delete','8530960pmYqRY','5003022BYIlKL','3070520QDrtLd','5eGmrrN','4873876teCClF','56JUNwUh','has','command','166010uyGYCi','service','notification\x20config-delete','3309acxIsc','notification\x20config-update'];a270_0x53f0=function(){return _0x2ff7dd;};return a270_0x53f0();}const EXPLICIT_YES_COMMANDS=new Set(['menu\x20delete',a270_0x164318(0xac),a270_0x164318(0xa9),a270_0x164318(0xa7)]);function a270_0x224e(_0x40b4bc,_0x51a52b){_0x40b4bc=_0x40b4bc-0xa6;const _0x53f051=a270_0x53f0();let _0x224e58=_0x53f051[_0x40b4bc];return _0x224e58;}export const EXPLICIT_YES_FLAG_DESCRIPTION='Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan';export function requiresExplicitYes(_0x44fcdd){const _0x245414=a270_0x164318;return EXPLICIT_YES_COMMANDS[_0x245414(0xb3)](_0x44fcdd[_0x245414(0xa6)]+'\x20'+_0x44fcdd[_0x245414(0xb4)]);}
1
+ const a270_0x10d917=a270_0x2613;(function(_0x57dcbf,_0xebd89d){const _0x55d166=a270_0x2613,_0x212f4f=_0x57dcbf();while(!![]){try{const _0x591dcf=-parseInt(_0x55d166(0x1db))/0x1*(parseInt(_0x55d166(0x1d3))/0x2)+-parseInt(_0x55d166(0x1cb))/0x3*(parseInt(_0x55d166(0x1d8))/0x4)+-parseInt(_0x55d166(0x1d7))/0x5*(parseInt(_0x55d166(0x1d4))/0x6)+-parseInt(_0x55d166(0x1da))/0x7*(-parseInt(_0x55d166(0x1c9))/0x8)+-parseInt(_0x55d166(0x1d6))/0x9*(parseInt(_0x55d166(0x1ce))/0xa)+-parseInt(_0x55d166(0x1d2))/0xb+parseInt(_0x55d166(0x1cd))/0xc;if(_0x591dcf===_0xebd89d)break;else _0x212f4f['push'](_0x212f4f['shift']());}catch(_0x16c5e2){_0x212f4f['push'](_0x212f4f['shift']());}}}(a270_0x17a8,0xbf9f1));const EXPLICIT_YES_COMMANDS=new Set([a270_0x10d917(0x1cf),a270_0x10d917(0x1cc),'notification\x20config-update',a270_0x10d917(0x1d1)]);function a270_0x2613(_0x51fcd4,_0x51dd1f){_0x51fcd4=_0x51fcd4-0x1c9;const _0x17a8f4=a270_0x17a8();let _0x26137e=_0x17a8f4[_0x51fcd4];return _0x26137e;}export const EXPLICIT_YES_FLAG_DESCRIPTION=a270_0x10d917(0x1d0);function a270_0x17a8(){const _0x8fd37e=['menu\x20delete','Required\x20for\x20execution\x20after\x20reviewing\x20the\x20--dry-run\x20plan','notification\x20config-delete','15043446DZzxZX','2RUVEKD','4578iKpNpY','service','13905hBiKWH','2015POfcJd','113308eDBHkB','command','213451NfmNgw','1151945JdBWrn','344DtKadx','has','51tPTCFq','kb\x20delete','34443912ujzOgk','570flGCgm'];a270_0x17a8=function(){return _0x8fd37e;};return a270_0x17a8();}export function requiresExplicitYes(_0x16b587){const _0x241180=a270_0x10d917;return EXPLICIT_YES_COMMANDS[_0x241180(0x1ca)](_0x16b587[_0x241180(0x1d5)]+'\x20'+_0x16b587[_0x241180(0x1d9)]);}
@@ -1 +1 @@
1
- const a271_0x584723=a271_0x4872;function a271_0x137a(){const _0x4b059f=['145183sKjqhI','477288iSZVRd','parseFlags','validateFlags','1592076GiWZTc','938UuEhuX','209hsxOeb','23280XNKZWE','365JPSsJI','2wxOBRn','306250LAmOrO','944iGKPTp','589266gSFYUr'];a271_0x137a=function(){return _0x4b059f;};return a271_0x137a();}function a271_0x4872(_0x545e42,_0x146f30){_0x545e42=_0x545e42-0xfc;const _0x137aee=a271_0x137a();let _0x4872f0=_0x137aee[_0x545e42];return _0x4872f0;}(function(_0x26e561,_0x4c9204){const _0x5ee366=a271_0x4872,_0x23869c=_0x26e561();while(!![]){try{const _0xb0f7fe=parseInt(_0x5ee366(0x103))/0x1*(parseInt(_0x5ee366(0xff))/0x2)+parseInt(_0x5ee366(0x107))/0x3+parseInt(_0x5ee366(0x101))/0x4*(-parseInt(_0x5ee366(0xfe))/0x5)+-parseInt(_0x5ee366(0x102))/0x6+parseInt(_0x5ee366(0x108))/0x7*(parseInt(_0x5ee366(0xfd))/0x8)+-parseInt(_0x5ee366(0x104))/0x9+parseInt(_0x5ee366(0x100))/0xa*(-parseInt(_0x5ee366(0xfc))/0xb);if(_0xb0f7fe===_0x4c9204)break;else _0x23869c['push'](_0x23869c['shift']());}catch(_0x4f95e9){_0x23869c['push'](_0x23869c['shift']());}}}(a271_0x137a,0x4d04d));import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a271_0x584723(0x105)];export const validateFlags=helpers[a271_0x584723(0x106)];
1
+ (function(_0x2f347e,_0x3f8e6f){const _0x3b407f=a271_0x583b,_0x18b48f=_0x2f347e();while(!![]){try{const _0x4e3ca1=parseInt(_0x3b407f(0x12b))/0x1*(-parseInt(_0x3b407f(0x124))/0x2)+parseInt(_0x3b407f(0x123))/0x3*(-parseInt(_0x3b407f(0x122))/0x4)+-parseInt(_0x3b407f(0x12a))/0x5+-parseInt(_0x3b407f(0x126))/0x6*(-parseInt(_0x3b407f(0x125))/0x7)+-parseInt(_0x3b407f(0x120))/0x8*(-parseInt(_0x3b407f(0x121))/0x9)+-parseInt(_0x3b407f(0x129))/0xa*(-parseInt(_0x3b407f(0x127))/0xb)+-parseInt(_0x3b407f(0x128))/0xc;if(_0x4e3ca1===_0x3f8e6f)break;else _0x18b48f['push'](_0x18b48f['shift']());}catch(_0x46b172){_0x18b48f['push'](_0x18b48f['shift']());}}}(a271_0x4f6d,0x2b388));function a271_0x4f6d(){const _0x40798f=['32SpKmYF','604521hsPVar','32TFOydJ','99282gPtkGI','4frPJGL','7HoHYqY','242994wNjAQe','2588179eIPwPK','4632KfuGhI','10qfqUuU','280480nKayfa','23099DESizy'];a271_0x4f6d=function(){return _0x40798f;};return a271_0x4f6d();}import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers['parseFlags'];function a271_0x583b(_0x38f1fa,_0x1e44d7){_0x38f1fa=_0x38f1fa-0x120;const _0x4f6d42=a271_0x4f6d();let _0x583bb4=_0x4f6d42[_0x38f1fa];return _0x583bb4;}export const validateFlags=helpers['validateFlags'];
@@ -1 +1 @@
1
- (function(_0x40c2a6,_0x279fbb){const _0x51c218=a272_0x5047,_0x246510=_0x40c2a6();while(!![]){try{const _0x4c3c75=parseInt(_0x51c218(0x72))/0x1+-parseInt(_0x51c218(0x67))/0x2+-parseInt(_0x51c218(0x66))/0x3*(parseInt(_0x51c218(0x73))/0x4)+parseInt(_0x51c218(0x76))/0x5*(parseInt(_0x51c218(0x6f))/0x6)+-parseInt(_0x51c218(0x6d))/0x7*(-parseInt(_0x51c218(0x69))/0x8)+-parseInt(_0x51c218(0x6e))/0x9*(parseInt(_0x51c218(0x6b))/0xa)+parseInt(_0x51c218(0x6c))/0xb;if(_0x4c3c75===_0x279fbb)break;else _0x246510['push'](_0x246510['shift']());}catch(_0x25774a){_0x246510['push'](_0x246510['shift']());}}}(a272_0x3593,0x6c963));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';function a272_0x5047(_0x4698bc,_0x3334cc){_0x4698bc=_0x4698bc-0x66;const _0x3593af=a272_0x3593();let _0x5047a7=_0x3593af[_0x4698bc];return _0x5047a7;}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 _0x5aa95a=a272_0x5047;return createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x5364f4=>serviceGroups[_0x5aa95a(0x71)](_0x5364f4),'buildAllFlags':buildAllFlags,'appPrerequisiteText':_0x5aa95a(0x68)+CLI_BIN_NAME+_0x5aa95a(0x75),'serviceUsageSuffix':_0x5aa95a(0x6a)});}export function generateCommandHelp(_0x184d95){const _0x1886aa=a272_0x5047,_0x154750=createGenerators()[_0x1886aa(0x78)](_0x184d95);if(!requiresExplicitYes(_0x184d95))return _0x154750;return _0x154750[_0x1886aa(0x70)](_0x1886aa(0x77),'Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.');}export function generateServiceHelp(_0x121450){return createGenerators()['generateServiceHelp'](_0x121450);}function a272_0x3593(){const _0x1e0df1=['\x20workspace\x20init`\x20or\x20--appcode).','46595spYRwb','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','generateCommandHelp','1690995bmJxjO','1091572qDVCpu','Requires\x20appcode\x20(set\x20via\x20`','1208fBxSdf','\x20[args]\x20[flags]','60790roKuWC','11937431fAJXXt','1246tFyACH','27lXQabG','6UFWPpd','replace','get','451041TwXFxR','4twElXn','generateFullHelp'];a272_0x3593=function(){return _0x1e0df1;};return a272_0x3593();}export function generateFullHelp(){const _0xe2c645=a272_0x5047;return createGenerators()[_0xe2c645(0x74)]();}
1
+ (function(_0x588464,_0x294c9e){const _0x48a710=a272_0x3daa,_0x288939=_0x588464();while(!![]){try{const _0x5ac75b=parseInt(_0x48a710(0x1ce))/0x1*(-parseInt(_0x48a710(0x1c4))/0x2)+-parseInt(_0x48a710(0x1cd))/0x3*(parseInt(_0x48a710(0x1c0))/0x4)+-parseInt(_0x48a710(0x1bf))/0x5*(-parseInt(_0x48a710(0x1cc))/0x6)+parseInt(_0x48a710(0x1c7))/0x7+parseInt(_0x48a710(0x1c5))/0x8+parseInt(_0x48a710(0x1bd))/0x9+-parseInt(_0x48a710(0x1c2))/0xa*(-parseInt(_0x48a710(0x1c6))/0xb);if(_0x5ac75b===_0x294c9e)break;else _0x288939['push'](_0x288939['shift']());}catch(_0x3373de){_0x288939['push'](_0x288939['shift']());}}}(a272_0x2b87,0x3da19));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 _0x4fcbab=a272_0x3daa;return createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x548ed5=>serviceGroups['get'](_0x548ed5),'buildAllFlags':buildAllFlags,'appPrerequisiteText':_0x4fcbab(0x1be)+CLI_BIN_NAME+_0x4fcbab(0x1cb),'serviceUsageSuffix':_0x4fcbab(0x1ca)});}export function generateCommandHelp(_0x3ab94b){const _0x49a3e9=a272_0x3daa,_0x4b5d77=createGenerators()[_0x49a3e9(0x1c1)](_0x3ab94b);if(!requiresExplicitYes(_0x3ab94b))return _0x4b5d77;return _0x4b5d77[_0x49a3e9(0x1c8)](_0x49a3e9(0x1c3),'Requires\x20explicit\x20--yes\x20for\x20execution;\x20use\x20--dry-run\x20to\x20preview.');}function a272_0x3daa(_0x4f366e,_0x537760){_0x4f366e=_0x4f366e-0x1bd;const _0x2b8792=a272_0x2b87();let _0x3daa4d=_0x2b8792[_0x4f366e];return _0x3daa4d;}export function generateServiceHelp(_0xa6021e){const _0xde5c90=a272_0x3daa;return createGenerators()[_0xde5c90(0x1c9)](_0xa6021e);}function a272_0x2b87(){const _0x59b3d5=['509026zrNhmh','replace','generateServiceHelp','\x20[args]\x20[flags]','\x20workspace\x20init`\x20or\x20--appcode).','2796VRWnGX','1064274dMBDFL','214925gVCZkG','2135466ggLwMZ','Requires\x20appcode\x20(set\x20via\x20`','260QBRnUN','4TKDzif','generateCommandHelp','3837390zcoXWK','Requires\x20--yes\x20to\x20confirm,\x20or\x20interactive\x20prompt.','4jcElkZ','2552688uLdkHR','11Vdtpko'];a272_0x2b87=function(){return _0x59b3d5;};return a272_0x2b87();}export function generateFullHelp(){return createGenerators()['generateFullHelp']();}
@@ -1 +1 @@
1
- function a273_0x3a90(_0xd5b062,_0x5f1300){_0xd5b062=_0xd5b062-0x10f;var _0x4d84ec=a273_0x4d84();var _0x3a9091=_0x4d84ec[_0xd5b062];return _0x3a9091;}(function(_0x59f4cb,_0x4599bc){var _0x4b8773=a273_0x3a90,_0x57c5c6=_0x59f4cb();while(!![]){try{var _0x494788=-parseInt(_0x4b8773(0x110))/0x1+-parseInt(_0x4b8773(0x116))/0x2+-parseInt(_0x4b8773(0x111))/0x3+parseInt(_0x4b8773(0x114))/0x4+-parseInt(_0x4b8773(0x10f))/0x5*(-parseInt(_0x4b8773(0x112))/0x6)+-parseInt(_0x4b8773(0x113))/0x7+parseInt(_0x4b8773(0x115))/0x8;if(_0x494788===_0x4599bc)break;else _0x57c5c6['push'](_0x57c5c6['shift']());}catch(_0x554dd6){_0x57c5c6['push'](_0x57c5c6['shift']());}}}(a273_0x4d84,0xf289a));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';function a273_0x4d84(){var _0x329bc4=['3198375WdXYjD','114bVOVbJ','11419471YImSbC','1038096mPcyFT','47388408uGZPlq','3264206umVIue','128750ZyDLPl','1349310MYZdaT'];a273_0x4d84=function(){return _0x329bc4;};return a273_0x4d84();}export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';
1
+ (function(_0x2a9246,_0x37bcff){var _0x7b5204=a273_0x21fa,_0x10270e=_0x2a9246();while(!![]){try{var _0x4bfe43=-parseInt(_0x7b5204(0x152))/0x1*(parseInt(_0x7b5204(0x158))/0x2)+parseInt(_0x7b5204(0x14e))/0x3*(-parseInt(_0x7b5204(0x150))/0x4)+-parseInt(_0x7b5204(0x151))/0x5*(parseInt(_0x7b5204(0x156))/0x6)+parseInt(_0x7b5204(0x154))/0x7+parseInt(_0x7b5204(0x155))/0x8+-parseInt(_0x7b5204(0x153))/0x9*(-parseInt(_0x7b5204(0x14f))/0xa)+-parseInt(_0x7b5204(0x157))/0xb;if(_0x4bfe43===_0x37bcff)break;else _0x10270e['push'](_0x10270e['shift']());}catch(_0x1b1ec8){_0x10270e['push'](_0x10270e['shift']());}}}(a273_0x5018,0x2f35f));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';function a273_0x5018(){var _0x3acb2a=['2614290BbFJrv','2872400VVvONQ','368364APDLQG','5425420nrSQnQ','8132JYrEim','732657qisJmk','3613380PkApmy','4rBRGaB','5xCawBd','25GjXWOY','9UjDzZh'];a273_0x5018=function(){return _0x3acb2a;};return a273_0x5018();}function a273_0x21fa(_0x3f6d52,_0x3e0565){_0x3f6d52=_0x3f6d52-0x14e;var _0x5018a4=a273_0x5018();var _0x21fa95=_0x5018a4[_0x3f6d52];return _0x21fa95;}export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';
@@ -1 +1 @@
1
- (function(_0x4c29b3,_0x2c44e4){const _0x1cafef=a274_0x30ec,_0x160c7f=_0x4c29b3();while(!![]){try{const _0x3597aa=-parseInt(_0x1cafef(0x1aa))/0x1*(-parseInt(_0x1cafef(0x1ad))/0x2)+-parseInt(_0x1cafef(0x1a4))/0x3+parseInt(_0x1cafef(0x1af))/0x4*(parseInt(_0x1cafef(0x1a3))/0x5)+-parseInt(_0x1cafef(0x1b6))/0x6*(parseInt(_0x1cafef(0x1a0))/0x7)+parseInt(_0x1cafef(0x1b4))/0x8*(parseInt(_0x1cafef(0x1b0))/0x9)+-parseInt(_0x1cafef(0x1ab))/0xa*(-parseInt(_0x1cafef(0x1b1))/0xb)+-parseInt(_0x1cafef(0x19f))/0xc;if(_0x3597aa===_0x2c44e4)break;else _0x160c7f['push'](_0x160c7f['shift']());}catch(_0x16e0f7){_0x160c7f['push'](_0x160c7f['shift']());}}}(a274_0x5c79,0xc3fc6));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliError,CliErrors}from'../errors.js';function a274_0x30ec(_0x5db05f,_0x597450){_0x5db05f=_0x5db05f-0x198;const _0x5c791f=a274_0x5c79();let _0x30ecbb=_0x5c791f[_0x5db05f];return _0x30ecbb;}import{applyJqFilter}from'../utils/apply-jq-filter.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x35e02c,_0x515520){const _0x5f0091=a274_0x30ec,_0x2a03a8=_0x35e02c[_0x5f0091(0x1b3)],{_notice:_0x152945,..._0x1e4a4d}=_0x35e02c;void _0x152945,baseFormatOutput(_0x1e4a4d,_0x515520),_0x515520[_0x5f0091(0x1a7)]===_0x5f0091(0x19a)&&printPrettyNotice(_0x2a03a8);}function a274_0x5c79(){const _0x590127=['url','endsWith','validation','22871256mBYBDN','72779uvuxqB','code','jqFilter','15VqAGnX','3252201WPOCdK','message','update','format','hint','stdout','157TuXwFV','5128930WpdRVV','stringify','15234rWzQxT','data','1331576tJSUTr','18vNgkrC','33VfZayR','write','_notice','5769336kTwpWt','command','798oIsVJO','risk','error','pretty','trim'];a274_0x5c79=function(){return _0x590127;};return a274_0x5c79();}export function formatCliError(_0x1ce2a7,_0x37ecd0){const _0x420a93=a274_0x30ec;if(_0x37ecd0[_0x420a93(0x1a7)]===_0x420a93(0x19a))return![];const _0x11b293=_0x1ce2a7[_0x420a93(0x1ae)],_0xe30c9b={'ok':![],'command':_0x37ecd0[_0x420a93(0x1b5)],'risk':_0x37ecd0[_0x420a93(0x198)],'data':_0x11b293??null,'error':{'code':_0x1ce2a7[_0x420a93(0x1a1)],'message':_0x1ce2a7[_0x420a93(0x1a5)],..._0x1ce2a7['hint']?{'hint':_0x1ce2a7[_0x420a93(0x1a8)]}:{}}},_0x2caeb5=_0x37ecd0[_0x420a93(0x1a7)]==='json'?JSON[_0x420a93(0x1ac)](_0xe30c9b,null,0x2):JSON[_0x420a93(0x1ac)](_0xe30c9b);let _0x4fa4ee=_0x2caeb5;if(_0x37ecd0['jqFilter']?.[_0x420a93(0x19b)]())try{_0x4fa4ee=applyJqFilter(_0x2caeb5,_0x37ecd0[_0x420a93(0x1a2)]);}catch(_0x54ee3a){const _0x1dcaf8=_0x54ee3a instanceof CliError?_0x54ee3a:CliErrors[_0x420a93(0x19e)]('jq:\x20'+(_0x54ee3a instanceof Error?_0x54ee3a['message']:String(_0x54ee3a))),_0x24a95e={..._0xe30c9b,'error':{'code':_0x1dcaf8['code'],'message':_0x1dcaf8['message'],..._0x1dcaf8[_0x420a93(0x1a8)]?{'hint':_0x1dcaf8[_0x420a93(0x1a8)]}:{},'cause':_0xe30c9b[_0x420a93(0x199)]}};_0x4fa4ee=_0x37ecd0[_0x420a93(0x1a7)]==='json'?JSON['stringify'](_0x24a95e,null,0x2):JSON[_0x420a93(0x1ac)](_0x24a95e);}return process[_0x420a93(0x1a9)][_0x420a93(0x1b2)](_0x4fa4ee[_0x420a93(0x19d)]('\x0a')?_0x4fa4ee:_0x4fa4ee+'\x0a'),!![];}function printPrettyNotice(_0x108bfa){const _0x35fee6=a274_0x30ec;if(!_0x108bfa?.[_0x35fee6(0x1a6)])return;console[_0x35fee6(0x199)](_0x108bfa['update']['message']+'\x20('+_0x108bfa[_0x35fee6(0x1a6)][_0x35fee6(0x19c)]+')');}
1
+ function a274_0x1856(_0x45633f,_0x56e808){_0x45633f=_0x45633f-0x1bc;const _0x374320=a274_0x3743();let _0x18566e=_0x374320[_0x45633f];return _0x18566e;}(function(_0x397122,_0x197f49){const _0x5beb61=a274_0x1856,_0x50aec3=_0x397122();while(!![]){try{const _0x217ac4=-parseInt(_0x5beb61(0x1ca))/0x1*(parseInt(_0x5beb61(0x1c9))/0x2)+parseInt(_0x5beb61(0x1c6))/0x3+-parseInt(_0x5beb61(0x1c3))/0x4*(-parseInt(_0x5beb61(0x1c4))/0x5)+parseInt(_0x5beb61(0x1c5))/0x6+parseInt(_0x5beb61(0x1c8))/0x7*(parseInt(_0x5beb61(0x1c1))/0x8)+parseInt(_0x5beb61(0x1be))/0x9*(parseInt(_0x5beb61(0x1d2))/0xa)+-parseInt(_0x5beb61(0x1bf))/0xb;if(_0x217ac4===_0x197f49)break;else _0x50aec3['push'](_0x50aec3['shift']());}catch(_0x3f984d){_0x50aec3['push'](_0x50aec3['shift']());}}}(a274_0x3743,0x9e8cb));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(_0x2dcf90,_0x37df16){const _0x1f22a9=a274_0x1856,_0x2f0397=_0x2dcf90[_0x1f22a9(0x1c7)],{_notice:_0x4123cb,..._0x1c6c86}=_0x2dcf90;void _0x4123cb,baseFormatOutput(_0x1c6c86,_0x37df16),_0x37df16['format']===_0x1f22a9(0x1c2)&&printPrettyNotice(_0x2f0397);}function a274_0x3743(){const _0x14f939=['write','message','stdout','validation','9920439NMsBLc','26995199IeHfxm','update','48tiWwEV','pretty','1751676jfDlns','10JFeAmN','4012632nrOWKg','1714434ySVkmo','_notice','304710RPuxAE','82LNcuyj','9171iRESdR','code','stringify','trim','json','error','url','endsWith','10TYTAGQ','command','hint','jqFilter','format'];a274_0x3743=function(){return _0x14f939;};return a274_0x3743();}export function formatCliError(_0x578e21,_0x20f7e4){const _0x55d5e8=a274_0x1856;if(_0x20f7e4[_0x55d5e8(0x1d6)]===_0x55d5e8(0x1c2))return![];const _0x21b407=_0x578e21['data'],_0x288f39={'ok':![],'command':_0x20f7e4[_0x55d5e8(0x1d3)],'risk':_0x20f7e4['risk'],'data':_0x21b407??null,'error':{'code':_0x578e21[_0x55d5e8(0x1cb)],'message':_0x578e21[_0x55d5e8(0x1d8)],..._0x578e21[_0x55d5e8(0x1d4)]?{'hint':_0x578e21[_0x55d5e8(0x1d4)]}:{}}},_0x9c3a80=_0x20f7e4[_0x55d5e8(0x1d6)]===_0x55d5e8(0x1ce)?JSON[_0x55d5e8(0x1cc)](_0x288f39,null,0x2):JSON[_0x55d5e8(0x1cc)](_0x288f39);let _0x6ec0c6=_0x9c3a80;if(_0x20f7e4['jqFilter']?.[_0x55d5e8(0x1cd)]())try{_0x6ec0c6=applyJqFilter(_0x9c3a80,_0x20f7e4[_0x55d5e8(0x1d5)]);}catch(_0x4dbc2a){const _0x2e31a6=_0x4dbc2a instanceof CliError?_0x4dbc2a:CliErrors[_0x55d5e8(0x1bd)]('jq:\x20'+(_0x4dbc2a instanceof Error?_0x4dbc2a[_0x55d5e8(0x1d8)]:String(_0x4dbc2a))),_0x5e0d28={..._0x288f39,'error':{'code':_0x2e31a6['code'],'message':_0x2e31a6[_0x55d5e8(0x1d8)],..._0x2e31a6[_0x55d5e8(0x1d4)]?{'hint':_0x2e31a6[_0x55d5e8(0x1d4)]}:{},'cause':_0x288f39['error']}};_0x6ec0c6=_0x20f7e4[_0x55d5e8(0x1d6)]===_0x55d5e8(0x1ce)?JSON[_0x55d5e8(0x1cc)](_0x5e0d28,null,0x2):JSON[_0x55d5e8(0x1cc)](_0x5e0d28);}return process[_0x55d5e8(0x1bc)][_0x55d5e8(0x1d7)](_0x6ec0c6[_0x55d5e8(0x1d1)]('\x0a')?_0x6ec0c6:_0x6ec0c6+'\x0a'),!![];}function printPrettyNotice(_0x39cba5){const _0x5d1f2c=a274_0x1856;if(!_0x39cba5?.['update'])return;console[_0x5d1f2c(0x1cf)](_0x39cba5[_0x5d1f2c(0x1c0)][_0x5d1f2c(0x1d8)]+'\x20('+_0x39cba5['update'][_0x5d1f2c(0x1d0)]+')');}
@@ -1 +1 @@
1
- function a275_0x30f0(){var _0xad4607=['699698ZXVIKq','26SjcniQ','8359461hPLtrP','2DkHRTY','1184wAufvG','3048PJfsMJ','10ypJsEa','155800DwiwoO','901755EQmtWI','5978hZorlP','24AFAGNe','5835AteEbx','7160604sJCZet'];a275_0x30f0=function(){return _0xad4607;};return a275_0x30f0();}(function(_0x51dbfa,_0x208027){var _0x95b69c=a275_0x3026,_0x241eaa=_0x51dbfa();while(!![]){try{var _0x2663df=-parseInt(_0x95b69c(0x16e))/0x1*(-parseInt(_0x95b69c(0x164))/0x2)+parseInt(_0x95b69c(0x16c))/0x3*(-parseInt(_0x95b69c(0x165))/0x4)+-parseInt(_0x95b69c(0x168))/0x5+-parseInt(_0x95b69c(0x166))/0x6*(parseInt(_0x95b69c(0x16a))/0x7)+-parseInt(_0x95b69c(0x16b))/0x8*(-parseInt(_0x95b69c(0x169))/0x9)+-parseInt(_0x95b69c(0x167))/0xa*(parseInt(_0x95b69c(0x163))/0xb)+-parseInt(_0x95b69c(0x16d))/0xc*(-parseInt(_0x95b69c(0x162))/0xd);if(_0x2663df===_0x208027)break;else _0x241eaa['push'](_0x241eaa['shift']());}catch(_0x4974f2){_0x241eaa['push'](_0x241eaa['shift']());}}}(a275_0x30f0,0x5ff5e));function a275_0x3026(_0x5cddff,_0xa9b48c){_0x5cddff=_0x5cddff-0x162;var _0x30f03e=a275_0x30f0();var _0x3026c2=_0x30f03e[_0x5cddff];return _0x3026c2;}export{extractList,extractPaging}from'@lovrabet/cli-framework';
1
+ (function(_0x41cfd4,_0x45f1d9){var _0x46d16b=a275_0x42ba,_0x303c12=_0x41cfd4();while(!![]){try{var _0xb0d45a=-parseInt(_0x46d16b(0x1d6))/0x1+parseInt(_0x46d16b(0x1d4))/0x2*(-parseInt(_0x46d16b(0x1d7))/0x3)+parseInt(_0x46d16b(0x1d5))/0x4*(parseInt(_0x46d16b(0x1dd))/0x5)+parseInt(_0x46d16b(0x1d9))/0x6*(-parseInt(_0x46d16b(0x1dc))/0x7)+-parseInt(_0x46d16b(0x1d8))/0x8+parseInt(_0x46d16b(0x1da))/0x9*(parseInt(_0x46d16b(0x1db))/0xa)+parseInt(_0x46d16b(0x1d3))/0xb;if(_0xb0d45a===_0x45f1d9)break;else _0x303c12['push'](_0x303c12['shift']());}catch(_0x411b81){_0x303c12['push'](_0x303c12['shift']());}}}(a275_0x5586,0xc2124));function a275_0x42ba(_0x882854,_0x42583a){_0x882854=_0x882854-0x1d3;var _0x558614=a275_0x5586();var _0x42ba27=_0x558614[_0x882854];return _0x42ba27;}export{extractList,extractPaging}from'@lovrabet/cli-framework';function a275_0x5586(){var _0x4f2bbf=['300AczyrH','12440527aFefTo','9474SPArYH','44112tTdFaK','433689MrPCXG','873tuifxk','1257840aDdsHW','18ehAVKW','1680489nVYwCk','70jbJXib','782558psrIQX'];a275_0x5586=function(){return _0x4f2bbf;};return a275_0x5586();}
@@ -1 +1 @@
1
- (function(_0x55a467,_0x1e17b9){const _0x2a892c=a276_0x2b94,_0x4484bb=_0x55a467();while(!![]){try{const _0xbe3aaf=parseInt(_0x2a892c(0x84))/0x1+-parseInt(_0x2a892c(0x85))/0x2+-parseInt(_0x2a892c(0x88))/0x3+-parseInt(_0x2a892c(0x80))/0x4+-parseInt(_0x2a892c(0x90))/0x5*(parseInt(_0x2a892c(0x95))/0x6)+-parseInt(_0x2a892c(0x92))/0x7*(-parseInt(_0x2a892c(0x83))/0x8)+parseInt(_0x2a892c(0x7d))/0x9;if(_0xbe3aaf===_0x1e17b9)break;else _0x4484bb['push'](_0x4484bb['shift']());}catch(_0x5d65b2){_0x4484bb['push'](_0x4484bb['shift']());}}}(a276_0x3090,0x1fa8c));import{CliErrors}from'../errors.js';function a276_0x2b94(_0x1c8665,_0x13b6ac){_0x1c8665=_0x1c8665-0x7d;const _0x30908d=a276_0x3090();let _0x2b943e=_0x30908d[_0x1c8665];return _0x2b943e;}function a276_0x3090(){const _0x66791c=['1482939ZWqTas','length','\x22.\x20','880884KiNTrK','alias','join','8uSlwsD','144224AjIsvW','134746pXwDFq','.\x20Run\x20`','type','330861HaAEpF','some','Available\x20aliases:\x20','No\x20api.ts\x20found\x20in\x20','string','flags','Unknown\x20alias\x20\x22','`\x20requires\x20either\x20--code\x20or\x20--alias.','5ZpvsTE','name','1719781fVpQbJ','map','code','162726LfdsxK'];a276_0x3090=function(){return _0x66791c;};return a276_0x3090();}import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x4f5386,_0xb96b59,_0x28befc,_0xade42b){const _0x42ed6a=a276_0x2b94,_0x5869a0=_0x4f5386['flags'][_0x42ed6a(0x89)](_0x47e6d9=>_0x47e6d9['name']===_0x42ed6a(0x94)&&_0x47e6d9[_0x42ed6a(0x87)]===_0x42ed6a(0x8c)),_0x700d4=_0x4f5386[_0x42ed6a(0x8d)][_0x42ed6a(0x89)](_0x18b9b1=>_0x18b9b1[_0x42ed6a(0x91)]==='alias'&&_0x18b9b1[_0x42ed6a(0x87)]==='string');if(!_0x5869a0||!_0x700d4)return;const _0x52b082=_0xb96b59['code']?String(_0xb96b59[_0x42ed6a(0x94)]):'',_0x5404db=_0xb96b59[_0x42ed6a(0x81)]?String(_0xb96b59[_0x42ed6a(0x81)]):'';if(!_0x52b082&&!_0x5404db)throw CliErrors['validation']('`'+_0xade42b+_0x42ed6a(0x8f));if(_0x5404db&&!_0x52b082){const _0x288e3b=resolveAlias(_0x28befc,_0x5404db);if(!_0x288e3b){const _0x189503=listAliases(_0x28befc)[_0x42ed6a(0x93)](_0x40a6fa=>_0x40a6fa[_0x42ed6a(0x81)]),_0x4e4a3b=_0x189503[_0x42ed6a(0x7e)]?_0x42ed6a(0x8a)+_0x189503[_0x42ed6a(0x82)](',\x20'):_0x42ed6a(0x8b)+_0x28befc+_0x42ed6a(0x86)+CLI_BIN_NAME+'\x20api\x20pull`\x20first.';throw CliErrors['validation'](_0x42ed6a(0x8e)+_0x5404db+_0x42ed6a(0x7f)+_0x4e4a3b);}_0xb96b59[_0x42ed6a(0x94)]=_0x288e3b;}}
1
+ function a276_0x1a5f(_0x288213,_0x4ceca7){_0x288213=_0x288213-0x165;const _0x19738b=a276_0x1973();let _0x1a5f30=_0x19738b[_0x288213];return _0x1a5f30;}(function(_0x715381,_0x1d3eba){const _0x4b387f=a276_0x1a5f,_0x384fc2=_0x715381();while(!![]){try{const _0x2bf1c2=-parseInt(_0x4b387f(0x176))/0x1*(parseInt(_0x4b387f(0x167))/0x2)+-parseInt(_0x4b387f(0x17d))/0x3*(parseInt(_0x4b387f(0x177))/0x4)+parseInt(_0x4b387f(0x175))/0x5*(parseInt(_0x4b387f(0x17a))/0x6)+-parseInt(_0x4b387f(0x16f))/0x7+-parseInt(_0x4b387f(0x17b))/0x8+parseInt(_0x4b387f(0x17e))/0x9+parseInt(_0x4b387f(0x17c))/0xa*(parseInt(_0x4b387f(0x166))/0xb);if(_0x2bf1c2===_0x1d3eba)break;else _0x384fc2['push'](_0x384fc2['shift']());}catch(_0x548aad){_0x384fc2['push'](_0x384fc2['shift']());}}}(a276_0x1973,0xb659c));import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x4c7aa5,_0x39bd88,_0x469c8b,_0x136ac4){const _0x40d613=a276_0x1a5f,_0x266444=_0x4c7aa5['flags']['some'](_0x51d4a8=>_0x51d4a8['name']===_0x40d613(0x168)&&_0x51d4a8['type']===_0x40d613(0x169)),_0x52075a=_0x4c7aa5[_0x40d613(0x173)]['some'](_0x4e8675=>_0x4e8675[_0x40d613(0x165)]==='alias'&&_0x4e8675['type']===_0x40d613(0x169));if(!_0x266444||!_0x52075a)return;const _0x2a36d2=_0x39bd88['code']?String(_0x39bd88['code']):'',_0xadc639=_0x39bd88[_0x40d613(0x172)]?String(_0x39bd88['alias']):'';if(!_0x2a36d2&&!_0xadc639)throw CliErrors[_0x40d613(0x178)]('`'+_0x136ac4+'`\x20requires\x20either\x20--code\x20or\x20--alias.');if(_0xadc639&&!_0x2a36d2){const _0x31c109=resolveAlias(_0x469c8b,_0xadc639);if(!_0x31c109){const _0x4d5c61=listAliases(_0x469c8b)[_0x40d613(0x171)](_0x50bdcc=>_0x50bdcc[_0x40d613(0x172)]),_0x3c569a=_0x4d5c61[_0x40d613(0x16c)]?_0x40d613(0x174)+_0x4d5c61[_0x40d613(0x179)](',\x20'):_0x40d613(0x16a)+_0x469c8b+_0x40d613(0x16b)+CLI_BIN_NAME+_0x40d613(0x170);throw CliErrors[_0x40d613(0x178)](_0x40d613(0x16d)+_0xadc639+_0x40d613(0x16e)+_0x3c569a);}_0x39bd88[_0x40d613(0x168)]=_0x31c109;}}function a276_0x1973(){const _0x40d596=['4DDvNcP','validation','join','930798LblBDq','11341464hQSZvW','10JvmsXK','59523NuRCcF','6194979AxKYmi','name','27517842LjgqdO','315132FAvPWR','code','string','No\x20api.ts\x20found\x20in\x20','.\x20Run\x20`','length','Unknown\x20alias\x20\x22','\x22.\x20','4815692eLqTST','\x20api\x20pull`\x20first.','map','alias','flags','Available\x20aliases:\x20','5pKRMFG','3rVPxEY'];a276_0x1973=function(){return _0x40d596;};return a276_0x1973();}
@@ -1 +1 @@
1
- (function(_0x1cd784,_0x109f6b){const _0x5f4252=a277_0x5bde,_0x3af577=_0x1cd784();while(!![]){try{const _0x2aef16=-parseInt(_0x5f4252(0x14a))/0x1+parseInt(_0x5f4252(0x12f))/0x2*(parseInt(_0x5f4252(0x151))/0x3)+-parseInt(_0x5f4252(0x12c))/0x4*(parseInt(_0x5f4252(0x119))/0x5)+parseInt(_0x5f4252(0x138))/0x6*(-parseInt(_0x5f4252(0x142))/0x7)+-parseInt(_0x5f4252(0x14d))/0x8+parseInt(_0x5f4252(0x144))/0x9*(-parseInt(_0x5f4252(0x149))/0xa)+parseInt(_0x5f4252(0x124))/0xb;if(_0x2aef16===_0x109f6b)break;else _0x3af577['push'](_0x3af577['shift']());}catch(_0x2d5019){_0x3af577['push'](_0x3af577['shift']());}}}(a277_0x5608,0xbe436));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';function a277_0x5608(){const _0x27e02d=['11025513QSzjGr','pageSize','resolve','command','resolveAppCode','10bSAtLc','641124SJKedX','apps','\x20\x20\x20Continue?\x20[y/N]\x20','4259360UwRkiw','object','keys','../core/api-client.js','3fKIoMd','High-risk\x20operation\x20`','confirmHighRisk','currentApp','\x20workspace\x20use\x20--app\x20<name>`.\x20Available:\x20','catch','Current\x20resolved\x20appcode\x20is\x20\x22','Available:\x20','doctor','format','appcode','validation','_notice','production','explicitAppName','AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.','none','authRequired','some','all','join','cancelled','required','trim','\x22\x20if\x20this\x20operation\x20is\x20intended.\x20','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','Edit\x20the\x20config\x20file\x20manually','toUpperCase','appCode','2015OqtmlK','mergedCli','has','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','risk','apiDir','Multiple\x20apps\x20are\x20configured\x20but\x20no\x20default\x20app\x20is\x20selected.\x20Use\x20--app\x20<name>\x20or\x20run\x20`','service','riskLevel','\x0a\x20\x20','resolveCookie','47208975ccdgcB','execute','verbose','../constant/domain.js','schema','resolveApiDomain','name','filter','8772EVsetY','replace','hasFormat','355376uVlnbp','defaultApp','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','string','LOVRABET_APPCODE','configMissing','pretty','RABETBASE_APPCODE','includes','2446290BaGBvt','defaultVerbose','defaultPageSize','rawFlags','Set\x20appcode\x20via\x20`','map','Use\x20--appcode,\x20add\x20the\x20app\x20to\x20the\x20project\x20workspace,\x20or\x20run\x20`','requiresAppCode','cookie','A\x20human\x20user\x20may\x20review\x20the\x20active\x20risk\x20ceilings\x20and\x20manually\x20edit\x20the\x20applicable\x20.rabetbase.json\x20file\x20to\x20set\x20riskLevel\x20to\x20\x22','7OWNUcU','value'];a277_0x5608=function(){return _0x27e02d;};return a277_0x5608();}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 a277_0x47f60f}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x15f998){const _0x11f165=a277_0x5bde;return typeof _0x15f998===_0x11f165(0x132)&&_0x15f998['trim']()?_0x15f998[_0x11f165(0x168)]():undefined;}function resolveEnvAppCode(){const _0x4f3738=a277_0x5bde,_0x50a604=stringFlag(process.env.RABETBASE_APPCODE);if(_0x50a604)return{'name':_0x4f3738(0x136),'value':_0x50a604};const _0x566a23=stringFlag(process.env.LOVRABET_APPCODE);if(_0x566a23)return{'name':_0x4f3738(0x133),'value':_0x566a23};return undefined;}function hasExplicitAppCode(_0xd6fa93,_0x2641d8){const _0x5425a=a277_0x5bde;return!!(stringFlag(_0xd6fa93[_0x5425a(0x15b)])||stringFlag(_0x2641d8[_0x5425a(0x15b)]));}function assertEnvAppCodeNotIgnored(_0xbbce40,_0xdcad9c,_0x3bc10d){const _0x402592=a277_0x5bde;if(!_0xdcad9c||_0x3bc10d||_0xbbce40===_0xdcad9c[_0x402592(0x143)])return;const _0x79e062=_0xbbce40?_0x402592(0x157)+_0xbbce40+'\x22.':'No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.';throw CliErrors['validation'](_0xdcad9c[_0x402592(0x12a)]+'='+_0xdcad9c[_0x402592(0x143)]+_0x402592(0x16a)+_0x79e062+'\x20'+(_0x402592(0x131)+_0xdcad9c[_0x402592(0x12a)]+'\x22.'));}export function createPipelineEnv(_0x1db506,_0x5ced07,_0xceba42=[]){const _0x48f3eb=a277_0x5bde;return{'rawFlags':_0x5ced07,'args':_0xceba42,'resolveAppCode':()=>_0x1db506[_0x48f3eb(0x16d)],'resolveCookie':()=>_0x1db506[_0x48f3eb(0x140)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a277_0x47f60f(_0x5ced07),'defaultFormat':_0x1db506[_0x48f3eb(0x15a)],'defaultPageSize':_0x1db506[_0x48f3eb(0x145)],'defaultVerbose':_0x1db506[_0x48f3eb(0x126)],'apiDir':_0x1db506[_0x48f3eb(0x11e)],'riskLevel':_0x1db506[_0x48f3eb(0x121)],'selectedAppName':_0x1db506[_0x48f3eb(0x15f)],'mergedCli':{'defaultApp':_0x1db506[_0x48f3eb(0x130)],'currentApp':_0x1db506[_0x48f3eb(0x154)],'appCode':_0x1db506['appCode'],'apps':_0x1db506[_0x48f3eb(0x14b)]}};}export function createRabetbaseRunnerAdapter(_0x17bf8e={}){const _0x526773=a277_0x5bde;return{'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[_0x526773(0x12b)](_0x156c20=>PIPELINE_FLAG_NAMES[_0x526773(0x11b)](_0x156c20[_0x526773(0x12a)]))[_0x526773(0x13d)](({name:_0x5e721f,type:_0x5549ec,description:_0x128392})=>({'name':_0x5e721f,'type':_0x5549ec,'description':_0x128392})),'formatOutput':_0x17bf8e['formatOutput']??formatOutput,'getCommandLabel'(_0xb3a1c6){const _0x3e9f36=_0x526773;return CLI_BIN_NAME+'\x20'+_0xb3a1c6[_0x3e9f36(0x120)]+'\x20'+_0xb3a1c6[_0x3e9f36(0x147)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x230565,{def:_0x532cf2}){const _0x2d4d9a=_0x526773,_0x18d5ff=_0x230565['includes'](_0x2d4d9a(0x16b))?_0x2d4d9a(0x160):_0x2d4d9a(0x141)+_0x532cf2[_0x2d4d9a(0x11d)]+_0x2d4d9a(0x169)+_0x2d4d9a(0x160);return CliErrors[_0x2d4d9a(0x15c)](_0x230565+_0x2d4d9a(0x122)+_0x18d5ff);}},async 'prepare'(_0x1687e3,_0x3a3640,_0x43f504,_0x21a6ab){const _0x592d4d=_0x526773,_0x275f21=_0x3a3640[_0x592d4d(0x11e)]||DEFAULT_API_DIR;resolveAliasToCode(_0x1687e3,_0x43f504,_0x275f21,_0x21a6ab);const _0x3595bd=resolveCommandAuthMode(_0x1687e3);let _0xc8fc1d='';if(_0x3595bd!==_0x592d4d(0x161)){_0xc8fc1d=_0x3a3640[_0x592d4d(0x123)]()||'';if(!_0xc8fc1d){if(_0x3595bd===_0x592d4d(0x167))throw CliErrors[_0x592d4d(0x162)]();}else{const {setActiveCookie:_0x104b6a}=await import(_0x592d4d(0x150));_0x104b6a(_0xc8fc1d);}}const _0x52d9ec=_0x3a3640[_0x592d4d(0x148)]()??'';if(_0x1687e3[_0x592d4d(0x13f)]!==![]){const _0x1ab436=hasExplicitAppCode(_0x43f504,_0x3a3640[_0x592d4d(0x13b)]),_0x6056c8=_0x3a3640[_0x592d4d(0x11a)]?.['apps']??{},_0x5e2412=_0x3a3640['selectedAppName']||_0x3a3640[_0x592d4d(0x11a)]?.[_0x592d4d(0x154)]||_0x3a3640[_0x592d4d(0x11a)]?.[_0x592d4d(0x130)];if(!_0x1ab436&&_0x5e2412&&!_0x6056c8[_0x5e2412]){const _0x22ebdd=Object[_0x592d4d(0x14f)](_0x6056c8);throw CliErrors[_0x592d4d(0x15c)]('App\x20\x22'+_0x5e2412+'\x22\x20is\x20selected\x20but\x20not\x20defined\x20in\x20the\x20effective\x20project\x20apps.',_0x22ebdd['length']>0x0?_0x592d4d(0x158)+_0x22ebdd[_0x592d4d(0x165)](',\x20')+'.\x20Use\x20--app/--appcode,\x20or\x20run\x20`'+CLI_BIN_NAME+'\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.':_0x592d4d(0x13e)+CLI_BIN_NAME+'\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.');}assertEnvAppCodeNotIgnored(_0x52d9ec,resolveEnvAppCode(),_0x1ab436);if(!_0x52d9ec){const _0x4988a8=Object[_0x592d4d(0x14f)](_0x6056c8);if(!_0x5e2412&&_0x4988a8['length']>0x1)throw CliErrors[_0x592d4d(0x134)](_0x592d4d(0x11f)+CLI_BIN_NAME+_0x592d4d(0x155)+_0x4988a8[_0x592d4d(0x165)](',\x20')+'.');throw CliErrors['configMissing'](_0x592d4d(0x13c)+CLI_BIN_NAME+_0x592d4d(0x11c));}}return{'defaults':{'booleans':{'verbose':_0x3a3640[_0x592d4d(0x139)]},'numbers':{'pagesize':_0x3a3640[_0x592d4d(0x13a)]}},'extras':{'appCode':_0x52d9ec,'cookie':_0xc8fc1d,'apiDomain':_0x3a3640[_0x592d4d(0x129)](),'apiDir':_0x275f21,'selectedAppName':_0x3a3640['selectedAppName'],'mergedCli':_0x3a3640['mergedCli']}};},'confirmHighRisk':_0x17bf8e[_0x526773(0x153)]??(async({env:_0x56565a,commandLabel:_0x3d8d8e})=>{const _0x1315b7=_0x526773;if(_0x56565a['isNonInteractive'])throw CliErrors[_0x1315b7(0x15c)](_0x1315b7(0x152)+_0x3d8d8e+'`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.');await requireConfirmationPrompt({'lines':['⚠\x20\x20High-risk\x20operation:\x20'+_0x3d8d8e,_0x1315b7(0x14c)],'createCancelledError':_0x1cf514=>CliErrors[_0x1315b7(0x166)](_0x1cf514)});}),async 'finalize'(){await clearRabetbaseCommandState();}};}const terminalRunnerAdapter=createRabetbaseRunnerAdapter();async function clearRabetbaseCommandState(){const {clearActiveCookie:_0x44f5e7}=await import('../core/api-client.js');_0x44f5e7();}export async function finalizeRabetbaseRuntimeState(){const _0x3bd6a0=a277_0x5bde;try{await clearRabetbaseCommandState();}finally{const [{initDomains:_0x2ca294},{initEnv:_0x3a555a}]=await Promise[_0x3bd6a0(0x164)]([import(_0x3bd6a0(0x127)),import('../constant/env.js')]);_0x2ca294(),_0x3a555a(_0x3bd6a0(0x15e));}}export async function runCommand(_0x3fd582,_0x237aea,_0x2d6a76=terminalRunnerAdapter){const _0x33acfa=a277_0x5bde;assertRejectedFlags(_0x3fd582,_0x237aea[_0x33acfa(0x13b)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x3fd582)?withUpdateNotice(_0x3fd582):_0x3fd582,_0x237aea,_0x2d6a76);}function assertRejectedFlags(_0x3bdba6,_0x196c5a){const _0x14733b=a277_0x5bde;for(const _0x4c0732 of _0x3bdba6['rejectedFlags']??[]){const _0x4faf01=GLOBAL_FLAGS['find'](_0x492604=>_0x492604[_0x14733b(0x12a)]===_0x4c0732[_0x14733b(0x12a)]),_0x46aa01=new Set([_0x4c0732['name'],toCamelCase(_0x4c0732[_0x14733b(0x12a)]),_0x4faf01?.['meowKey']]),_0x1e3587=[..._0x46aa01][_0x14733b(0x163)](_0xb427ff=>{if(!_0xb427ff)return![];const _0x42253d=_0x196c5a[_0xb427ff];return _0x42253d!==undefined&&_0x42253d!==null&&_0x42253d!==![];});if(_0x1e3587)throw CliErrors[_0x14733b(0x15c)](_0x4c0732['message'],_0x4c0732['hint']);}}function toCamelCase(_0x450965){const _0x43b17d=a277_0x5bde;return _0x450965[_0x43b17d(0x12d)](/-([a-z])/g,(_0x3af7e3,_0x175bc9)=>_0x175bc9[_0x43b17d(0x16c)]());}function shouldAttachUpdateNotice(_0x1be0c4){const _0xf63770=a277_0x5bde;if(_0x1be0c4[_0xf63770(0x12e)]===![])return![];return!['update',_0xf63770(0x128),_0xf63770(0x159)][_0xf63770(0x137)](_0x1be0c4[_0xf63770(0x120)]);}function withUpdateNotice(_0x92a9eb){return{..._0x92a9eb,async 'execute'(_0x9c7a7e){const _0x4e240c=a277_0x5bde,_0x693431=shouldResolveUpdateNotice(_0x9c7a7e)?resolveLatestUpdateNotice()[_0x4e240c(0x156)](()=>null):Promise[_0x4e240c(0x146)](null),_0x246e71=await _0x92a9eb[_0x4e240c(0x125)](_0x9c7a7e);return attachUpdateNotice(_0x246e71,await _0x693431);}};}function a277_0x5bde(_0x4cbd3c,_0x464c22){_0x4cbd3c=_0x4cbd3c-0x119;const _0x560839=a277_0x5608();let _0x5bdeb5=_0x560839[_0x4cbd3c];return _0x5bdeb5;}function shouldResolveUpdateNotice(_0x52d1f9){const _0x3f2d80=a277_0x5bde;return _0x52d1f9[_0x3f2d80(0x15a)]===_0x3f2d80(0x135)&&!_0x52d1f9['nonInteractive'];}function attachUpdateNotice(_0x913ae0,_0x8d5702){const _0x4195a1=a277_0x5bde;if(!_0x8d5702||!_0x913ae0||typeof _0x913ae0!==_0x4195a1(0x14e))return _0x913ae0;const _0x42df43=_0x913ae0,_0x41c8d0=typeof _0x42df43[_0x4195a1(0x15d)]===_0x4195a1(0x14e)&&_0x42df43[_0x4195a1(0x15d)]!==null?_0x42df43[_0x4195a1(0x15d)]:{};return{..._0x42df43,'_notice':{..._0x41c8d0,'update':_0x8d5702}};}
1
+ (function(_0x3af4ed,_0x47712d){const _0x13ac77=a277_0x1df3,_0x49f4fc=_0x3af4ed();while(!![]){try{const _0x4fbce1=-parseInt(_0x13ac77(0x1ba))/0x1+-parseInt(_0x13ac77(0x1ee))/0x2*(parseInt(_0x13ac77(0x1b7))/0x3)+parseInt(_0x13ac77(0x1dd))/0x4+parseInt(_0x13ac77(0x1e3))/0x5+-parseInt(_0x13ac77(0x1c5))/0x6+-parseInt(_0x13ac77(0x1e9))/0x7+parseInt(_0x13ac77(0x1de))/0x8*(parseInt(_0x13ac77(0x1a3))/0x9);if(_0x4fbce1===_0x47712d)break;else _0x49f4fc['push'](_0x49f4fc['shift']());}catch(_0x2f1297){_0x49f4fc['push'](_0x49f4fc['shift']());}}}(a277_0x3074,0x9231b));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 a277_0x2edc8c}from'../utils/is-non-interactive.js';function a277_0x3074(){const _0xf306a6=['explicitAppName','appCode','doctor','schema','rejectedFlags','4707360jFhdxS','8zlYEhU','Set\x20appcode\x20via\x20`','validation','apiDir','defaultPageSize','787555RgQUwe','confirmHighRisk','format','service','some','\x22\x20if\x20this\x20operation\x20is\x20intended.\x20','8164898uIXfGw','formatOutput','length','hint','selectedAppName','2skXbUU','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','none','hasFormat','\x20workspace\x20use\x20--app\x20<name>`.\x20Available:\x20','resolveApiDomain','Available:\x20','../core/api-client.js','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','toUpperCase','mergedCli','all','AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.','24751107jwErZq','join','Multiple\x20apps\x20are\x20configured\x20but\x20no\x20default\x20app\x20is\x20selected.\x20Use\x20--app\x20<name>\x20or\x20run\x20`','LOVRABET_APPCODE','map','requiresAppCode','required','Current\x20resolved\x20appcode\x20is\x20\x22','filter','\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.','name','object','cookie','string','\x20\x20\x20Continue?\x20[y/N]\x20','production','execute','../constant/env.js','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','pretty','2499927cjoWre','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','defaultApp','742572DTmSlJ','High-risk\x20operation\x20`','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','rawFlags','value','resolve','has','meowKey','⚠\x20\x20High-risk\x20operation:\x20','configMissing','message','4460208lLsCPm','verbose','../constant/domain.js','trim','apps','Use\x20--appcode,\x20add\x20the\x20app\x20to\x20the\x20project\x20workspace,\x20or\x20run\x20`','update','Edit\x20the\x20config\x20file\x20manually','nonInteractive','command','RABETBASE_APPCODE','_notice','resolveCookie','includes','isNonInteractive','currentApp','replace','A\x20human\x20user\x20may\x20review\x20the\x20active\x20risk\x20ceilings\x20and\x20manually\x20edit\x20the\x20applicable\x20.rabetbase.json\x20file\x20to\x20set\x20riskLevel\x20to\x20\x22','risk'];a277_0x3074=function(){return _0xf306a6;};return a277_0x3074();}import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x45bc2b){const _0xd11cfd=a277_0x1df3;return typeof _0x45bc2b===_0xd11cfd(0x1b0)&&_0x45bc2b['trim']()?_0x45bc2b[_0xd11cfd(0x1c8)]():undefined;}function resolveEnvAppCode(){const _0x43ca68=a277_0x1df3,_0xb4c253=stringFlag(process.env.RABETBASE_APPCODE);if(_0xb4c253)return{'name':_0x43ca68(0x1cf),'value':_0xb4c253};const _0x24d40b=stringFlag(process.env.LOVRABET_APPCODE);if(_0x24d40b)return{'name':_0x43ca68(0x1a6),'value':_0x24d40b};return undefined;}function hasExplicitAppCode(_0x1f5b91,_0x50cb67){return!!(stringFlag(_0x1f5b91['appcode'])||stringFlag(_0x50cb67['appcode']));}function assertEnvAppCodeNotIgnored(_0xaca304,_0x16e408,_0x2c85fa){const _0xdb4007=a277_0x1df3;if(!_0x16e408||_0x2c85fa||_0xaca304===_0x16e408[_0xdb4007(0x1be)])return;const _0x499b41=_0xaca304?_0xdb4007(0x1aa)+_0xaca304+'\x22.':_0xdb4007(0x1b8);throw CliErrors[_0xdb4007(0x1e0)](_0x16e408['name']+'='+_0x16e408[_0xdb4007(0x1be)]+_0xdb4007(0x1ef)+_0x499b41+'\x20'+(_0xdb4007(0x1b5)+_0x16e408[_0xdb4007(0x1ad)]+'\x22.'));}export function createPipelineEnv(_0x2d9a90,_0x5acaa8,_0x2eaa22=[]){const _0x478632=a277_0x1df3;return{'rawFlags':_0x5acaa8,'args':_0x2eaa22,'resolveAppCode':()=>_0x2d9a90[_0x478632(0x1d9)],'resolveCookie':()=>_0x2d9a90[_0x478632(0x1af)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a277_0x2edc8c(_0x5acaa8),'defaultFormat':_0x2d9a90['format'],'defaultPageSize':_0x2d9a90['pageSize'],'defaultVerbose':_0x2d9a90[_0x478632(0x1c6)],'apiDir':_0x2d9a90[_0x478632(0x1e1)],'riskLevel':_0x2d9a90['riskLevel'],'selectedAppName':_0x2d9a90[_0x478632(0x1d8)],'mergedCli':{'defaultApp':_0x2d9a90['defaultApp'],'currentApp':_0x2d9a90[_0x478632(0x1d4)],'appCode':_0x2d9a90[_0x478632(0x1d9)],'apps':_0x2d9a90[_0x478632(0x1c9)]}};}export function createRabetbaseRunnerAdapter(_0x2aae11={}){const _0x5334ab=a277_0x1df3;return{'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[_0x5334ab(0x1ab)](_0x2a8c16=>PIPELINE_FLAG_NAMES[_0x5334ab(0x1c0)](_0x2a8c16[_0x5334ab(0x1ad)]))[_0x5334ab(0x1a7)](({name:_0x27d064,type:_0x4c44ba,description:_0x5449fe})=>({'name':_0x27d064,'type':_0x4c44ba,'description':_0x5449fe})),'formatOutput':_0x2aae11[_0x5334ab(0x1ea)]??formatOutput,'getCommandLabel'(_0x172dc1){const _0x1bf9a1=_0x5334ab;return CLI_BIN_NAME+'\x20'+_0x172dc1[_0x1bf9a1(0x1e6)]+'\x20'+_0x172dc1[_0x1bf9a1(0x1ce)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x3eb45c,{def:_0x232797}){const _0x27ed68=_0x5334ab,_0x109773=_0x3eb45c['includes'](_0x27ed68(0x1cc))?_0x27ed68(0x1a2):_0x27ed68(0x1d6)+_0x232797[_0x27ed68(0x1d7)]+_0x27ed68(0x1e8)+'AI\x20Agents\x20and\x20automated\x20scripts\x20must\x20not\x20modify\x20riskLevel\x20or\x20attempt\x20to\x20elevate\x20it.';return CliErrors['validation'](_0x3eb45c+'\x0a\x20\x20'+_0x109773);}},async 'prepare'(_0x16b865,_0x558865,_0x120f7d,_0x43d27b){const _0x49caf4=_0x5334ab,_0x48b424=_0x558865['apiDir']||DEFAULT_API_DIR;resolveAliasToCode(_0x16b865,_0x120f7d,_0x48b424,_0x43d27b);const _0xfd5fbc=resolveCommandAuthMode(_0x16b865);let _0x5a8b44='';if(_0xfd5fbc!==_0x49caf4(0x1f0)){_0x5a8b44=_0x558865[_0x49caf4(0x1d1)]()||'';if(!_0x5a8b44){if(_0xfd5fbc===_0x49caf4(0x1a9))throw CliErrors['authRequired']();}else{const {setActiveCookie:_0x30ef2c}=await import('../core/api-client.js');_0x30ef2c(_0x5a8b44);}}const _0x37695b=_0x558865['resolveAppCode']()??'';if(_0x16b865[_0x49caf4(0x1a8)]!==![]){const _0x35d7b6=hasExplicitAppCode(_0x120f7d,_0x558865[_0x49caf4(0x1bd)]),_0x166bad=_0x558865[_0x49caf4(0x1a0)]?.[_0x49caf4(0x1c9)]??{},_0xb152ec=_0x558865[_0x49caf4(0x1ed)]||_0x558865['mergedCli']?.[_0x49caf4(0x1d4)]||_0x558865[_0x49caf4(0x1a0)]?.[_0x49caf4(0x1b9)];if(!_0x35d7b6&&_0xb152ec&&!_0x166bad[_0xb152ec]){const _0x1c5dbf=Object['keys'](_0x166bad);throw CliErrors[_0x49caf4(0x1e0)]('App\x20\x22'+_0xb152ec+'\x22\x20is\x20selected\x20but\x20not\x20defined\x20in\x20the\x20effective\x20project\x20apps.',_0x1c5dbf[_0x49caf4(0x1eb)]>0x0?_0x49caf4(0x1f4)+_0x1c5dbf[_0x49caf4(0x1a4)](',\x20')+'.\x20Use\x20--app/--appcode,\x20or\x20run\x20`'+CLI_BIN_NAME+'\x20config\x20delete\x20defaultApp`\x20to\x20repair\x20the\x20selection.':_0x49caf4(0x1ca)+CLI_BIN_NAME+_0x49caf4(0x1ac));}assertEnvAppCodeNotIgnored(_0x37695b,resolveEnvAppCode(),_0x35d7b6);if(!_0x37695b){const _0x4338db=Object['keys'](_0x166bad);if(!_0xb152ec&&_0x4338db['length']>0x1)throw CliErrors[_0x49caf4(0x1c3)](_0x49caf4(0x1a5)+CLI_BIN_NAME+_0x49caf4(0x1f2)+_0x4338db['join'](',\x20')+'.');throw CliErrors['configMissing'](_0x49caf4(0x1df)+CLI_BIN_NAME+_0x49caf4(0x1bc));}}return{'defaults':{'booleans':{'verbose':_0x558865['defaultVerbose']},'numbers':{'pagesize':_0x558865[_0x49caf4(0x1e2)]}},'extras':{'appCode':_0x37695b,'cookie':_0x5a8b44,'apiDomain':_0x558865[_0x49caf4(0x1f3)](),'apiDir':_0x48b424,'selectedAppName':_0x558865[_0x49caf4(0x1ed)],'mergedCli':_0x558865[_0x49caf4(0x1a0)]}};},'confirmHighRisk':_0x2aae11[_0x5334ab(0x1e4)]??(async({env:_0x5ea75a,commandLabel:_0x5336b5})=>{const _0x4574ec=_0x5334ab;if(_0x5ea75a[_0x4574ec(0x1d3)])throw CliErrors['validation'](_0x4574ec(0x1bb)+_0x5336b5+_0x4574ec(0x19e));await requireConfirmationPrompt({'lines':[_0x4574ec(0x1c2)+_0x5336b5,_0x4574ec(0x1b1)],'createCancelledError':_0x66065e=>CliErrors['cancelled'](_0x66065e)});}),async 'finalize'(){await clearRabetbaseCommandState();}};}const terminalRunnerAdapter=createRabetbaseRunnerAdapter();function a277_0x1df3(_0x33f852,_0x4ffb36){_0x33f852=_0x33f852-0x19e;const _0x3074a3=a277_0x3074();let _0x1df391=_0x3074a3[_0x33f852];return _0x1df391;}async function clearRabetbaseCommandState(){const _0xb4be57=a277_0x1df3,{clearActiveCookie:_0x472a80}=await import(_0xb4be57(0x1f5));_0x472a80();}export async function finalizeRabetbaseRuntimeState(){const _0xd03b1c=a277_0x1df3;try{await clearRabetbaseCommandState();}finally{const [{initDomains:_0x5e7505},{initEnv:_0xf5eb13}]=await Promise[_0xd03b1c(0x1a1)]([import(_0xd03b1c(0x1c7)),import(_0xd03b1c(0x1b4))]);_0x5e7505(),_0xf5eb13(_0xd03b1c(0x1b2));}}export async function runCommand(_0x4de5cf,_0x765baa,_0x38ee1a=terminalRunnerAdapter){const _0x33be3f=a277_0x1df3;assertRejectedFlags(_0x4de5cf,_0x765baa[_0x33be3f(0x1bd)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x4de5cf)?withUpdateNotice(_0x4de5cf):_0x4de5cf,_0x765baa,_0x38ee1a);}function assertRejectedFlags(_0x284a78,_0x5ac47c){const _0x4e1741=a277_0x1df3;for(const _0x4ca1cd of _0x284a78[_0x4e1741(0x1dc)]??[]){const _0x41bc96=GLOBAL_FLAGS['find'](_0x215060=>_0x215060[_0x4e1741(0x1ad)]===_0x4ca1cd[_0x4e1741(0x1ad)]),_0x1ff0c9=new Set([_0x4ca1cd[_0x4e1741(0x1ad)],toCamelCase(_0x4ca1cd[_0x4e1741(0x1ad)]),_0x41bc96?.[_0x4e1741(0x1c1)]]),_0x522f53=[..._0x1ff0c9][_0x4e1741(0x1e7)](_0x347991=>{if(!_0x347991)return![];const _0x57a6fd=_0x5ac47c[_0x347991];return _0x57a6fd!==undefined&&_0x57a6fd!==null&&_0x57a6fd!==![];});if(_0x522f53)throw CliErrors[_0x4e1741(0x1e0)](_0x4ca1cd[_0x4e1741(0x1c4)],_0x4ca1cd[_0x4e1741(0x1ec)]);}}function toCamelCase(_0xa4de2b){const _0x46d3d7=a277_0x1df3;return _0xa4de2b[_0x46d3d7(0x1d5)](/-([a-z])/g,(_0x17d2e7,_0x33a1c8)=>_0x33a1c8[_0x46d3d7(0x19f)]());}function shouldAttachUpdateNotice(_0x3d0644){const _0x5476ff=a277_0x1df3;if(_0x3d0644[_0x5476ff(0x1f1)]===![])return![];return![_0x5476ff(0x1cb),_0x5476ff(0x1db),_0x5476ff(0x1da)][_0x5476ff(0x1d2)](_0x3d0644[_0x5476ff(0x1e6)]);}function withUpdateNotice(_0x558911){return{..._0x558911,async 'execute'(_0x38e697){const _0x45d0c0=a277_0x1df3,_0x473add=shouldResolveUpdateNotice(_0x38e697)?resolveLatestUpdateNotice()['catch'](()=>null):Promise[_0x45d0c0(0x1bf)](null),_0x4e5a6c=await _0x558911[_0x45d0c0(0x1b3)](_0x38e697);return attachUpdateNotice(_0x4e5a6c,await _0x473add);}};}function shouldResolveUpdateNotice(_0x4f15e7){const _0x5a4bfc=a277_0x1df3;return _0x4f15e7[_0x5a4bfc(0x1e5)]===_0x5a4bfc(0x1b6)&&!_0x4f15e7[_0x5a4bfc(0x1cd)];}function attachUpdateNotice(_0x1415a7,_0x371ed9){const _0x41d693=a277_0x1df3;if(!_0x371ed9||!_0x1415a7||typeof _0x1415a7!==_0x41d693(0x1ae))return _0x1415a7;const _0x560788=_0x1415a7,_0x172283=typeof _0x560788[_0x41d693(0x1d0)]==='object'&&_0x560788[_0x41d693(0x1d0)]!==null?_0x560788[_0x41d693(0x1d0)]:{};return{..._0x560788,'_notice':{..._0x172283,'update':_0x371ed9}};}
@@ -1 +1 @@
1
- (function(_0x3cc7c0,_0x28e3ba){const _0x289b7c=a278_0x33af,_0x12d865=_0x3cc7c0();while(!![]){try{const _0x415458=parseInt(_0x289b7c(0x1f0))/0x1*(-parseInt(_0x289b7c(0x1f1))/0x2)+parseInt(_0x289b7c(0x1ed))/0x3+parseInt(_0x289b7c(0x1ef))/0x4*(parseInt(_0x289b7c(0x1f3))/0x5)+-parseInt(_0x289b7c(0x1f5))/0x6*(parseInt(_0x289b7c(0x1ec))/0x7)+-parseInt(_0x289b7c(0x1f2))/0x8*(parseInt(_0x289b7c(0x1f4))/0x9)+parseInt(_0x289b7c(0x1ee))/0xa+parseInt(_0x289b7c(0x1eb))/0xb;if(_0x415458===_0x28e3ba)break;else _0x12d865['push'](_0x12d865['shift']());}catch(_0x24c4eb){_0x12d865['push'](_0x12d865['shift']());}}}(a278_0x5356,0x77aee));import{buildSchemaPayload as a278_0x1133f4}from'@lovrabet/cli-framework';function a278_0x33af(_0x45fef8,_0x3acd3a){_0x45fef8=_0x45fef8-0x1eb;const _0x53561e=a278_0x5356();let _0x33af9c=_0x53561e[_0x45fef8];return _0x33af9c;}function a278_0x5356(){const _0x1f07f1=['6905iirSYC','2676690RnWCVc','6ETZAay','15638601jhEABC','2055004yXuREA','377556ajkXOS','41120NewYba','1096oAoEUr','9bPJxqW','56450hPYkzm','24vESZwc'];a278_0x5356=function(){return _0x1f07f1;};return a278_0x5356();}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 {serviceRegistry:_0x568ce7,findDefinition:_0x2910ab}=await import('../commands/registry.js');return a278_0x1133f4({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x568ce7,'buildAllFlags':buildAllFlags,'findDefinition':_0x2910ab});}
1
+ (function(_0x1be39e,_0x551367){const _0x294b7e=a278_0x5cd5,_0x297980=_0x1be39e();while(!![]){try{const _0x1a19c2=-parseInt(_0x294b7e(0x167))/0x1+-parseInt(_0x294b7e(0x165))/0x2*(-parseInt(_0x294b7e(0x163))/0x3)+-parseInt(_0x294b7e(0x16a))/0x4+parseInt(_0x294b7e(0x16c))/0x5+parseInt(_0x294b7e(0x162))/0x6*(-parseInt(_0x294b7e(0x164))/0x7)+-parseInt(_0x294b7e(0x169))/0x8+parseInt(_0x294b7e(0x166))/0x9*(parseInt(_0x294b7e(0x16b))/0xa);if(_0x1a19c2===_0x551367)break;else _0x297980['push'](_0x297980['shift']());}catch(_0x27fc41){_0x297980['push'](_0x297980['shift']());}}}(a278_0x3bc4,0xac2f7));import{buildSchemaPayload as a278_0x6ad9e4}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';function a278_0x5cd5(_0xd12c9c,_0xf078e5){_0xd12c9c=_0xd12c9c-0x162;const _0x3bc439=a278_0x3bc4();let _0x5cd50c=_0x3bc439[_0xd12c9c];return _0x5cd50c;}function a278_0x3bc4(){const _0x4bd7a6=['4533256oitUoU','1092460KVcMWX','70ZpFqsA','5581780mGZZKQ','18EZhveb','6099NoKuEC','2685431pRlqDB','778vbnaDX','2240775urDqHk','954076rQiMbO','../commands/registry.js'];a278_0x3bc4=function(){return _0x4bd7a6;};return a278_0x3bc4();}export async function buildSchemaPayload(){const _0x454d6b=a278_0x5cd5,{serviceRegistry:_0x3e4f5d,findDefinition:_0x37000e}=await import(_0x454d6b(0x168));return a278_0x6ad9e4({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x3e4f5d,'buildAllFlags':buildAllFlags,'findDefinition':_0x37000e});}
@@ -1 +1 @@
1
- (function(_0x42bb9f,_0x272abb){const _0x568e87=a279_0x6cbb,_0x18f10a=_0x42bb9f();while(!![]){try{const _0x1091b1=-parseInt(_0x568e87(0x129))/0x1*(parseInt(_0x568e87(0x12a))/0x2)+parseInt(_0x568e87(0x141))/0x3*(parseInt(_0x568e87(0x138))/0x4)+-parseInt(_0x568e87(0x13d))/0x5+parseInt(_0x568e87(0x131))/0x6*(parseInt(_0x568e87(0x142))/0x7)+parseInt(_0x568e87(0x128))/0x8*(parseInt(_0x568e87(0x13e))/0x9)+-parseInt(_0x568e87(0x13c))/0xa+-parseInt(_0x568e87(0x132))/0xb*(-parseInt(_0x568e87(0x133))/0xc);if(_0x1091b1===_0x272abb)break;else _0x18f10a['push'](_0x18f10a['shift']());}catch(_0x2fa93){_0x18f10a['push'](_0x18f10a['shift']());}}}(a279_0x151e,0x3de3b));import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';function a279_0x151e(){const _0x5bb41e=['8562ElmTwC','5191219sqbVrz','12pnCoVX','help','length','has','add','1491948fSUggd','alias','name','replace','1418450BKQhIi','1458315TOIQls','9yNdRLd','toUpperCase','meowKey','3XQycrS','847AapnEU','flags','service','command','\x20--help`\x20to\x20view\x20the\x20current\x20command\x20contract.','1138184LTEMsc','1VIeNKn','945698gcIPcD','Run\x20`','Unsupported\x20flag\x20--','entries','strictFlags','toLowerCase','validation'];a279_0x151e=function(){return _0x5bb41e;};return a279_0x151e();}import{CliErrors}from'../errors.js';export function assertSupportedCommandFlags(_0x507ce0,_0x55b348){const _0x18d44a=a279_0x6cbb;if(!_0x507ce0[_0x18d44a(0x12e)])return;const _0x5940c9=new Set([_0x18d44a(0x134),'version']),_0x31340e=GLOBAL_FLAGS['filter'](_0x3d124a=>PIPELINE_FLAG_NAMES[_0x18d44a(0x136)](_0x3d124a[_0x18d44a(0x13a)]));for(const _0x207d8f of[..._0x507ce0[_0x18d44a(0x124)],..._0x31340e]){addFlagCandidates(_0x5940c9,_0x207d8f);}for(const [_0x21d635,_0x1e800c]of Object[_0x18d44a(0x12d)](_0x55b348)){if(!isExplicitValue(_0x1e800c)||_0x5940c9[_0x18d44a(0x136)](_0x21d635))continue;const _0xe2ef64=GLOBAL_FLAGS['find'](_0x32d8b9=>_0x32d8b9[_0x18d44a(0x140)]===_0x21d635)?.[_0x18d44a(0x13a)]??toKebabCase(_0x21d635);throw CliErrors[_0x18d44a(0x130)](_0x18d44a(0x12c)+_0xe2ef64+'\x20for\x20`'+CLI_BIN_NAME+'\x20'+_0x507ce0[_0x18d44a(0x125)]+'\x20'+_0x507ce0[_0x18d44a(0x126)]+'`.',_0x18d44a(0x12b)+CLI_BIN_NAME+'\x20'+_0x507ce0[_0x18d44a(0x125)]+'\x20'+_0x507ce0[_0x18d44a(0x126)]+_0x18d44a(0x127));}}function a279_0x6cbb(_0x20654d,_0x7d024b){_0x20654d=_0x20654d-0x124;const _0x151e83=a279_0x151e();let _0x6cbb90=_0x151e83[_0x20654d];return _0x6cbb90;}function addFlagCandidates(_0x4a376b,_0x3770bc){const _0x4af950=a279_0x6cbb,_0x1e52cd=_0x4af950(0x140)in _0x3770bc?[_0x3770bc['name'],_0x3770bc[_0x4af950(0x140)]]:[_0x3770bc['name'],_0x3770bc[_0x4af950(0x139)]];for(const _0x5345ae of _0x1e52cd){if(!_0x5345ae)continue;_0x4a376b[_0x4af950(0x137)](_0x5345ae),_0x4a376b[_0x4af950(0x137)](toCamelCase(_0x5345ae));}}function isExplicitValue(_0x59cd92){const _0x13de93=a279_0x6cbb;return _0x59cd92!==undefined&&_0x59cd92!==null&&_0x59cd92!==![]&&(!Array['isArray'](_0x59cd92)||_0x59cd92[_0x13de93(0x135)]>0x0);}function toCamelCase(_0x308d59){const _0x1da23f=a279_0x6cbb;return _0x308d59[_0x1da23f(0x13b)](/-([a-z])/g,(_0x2d9b23,_0x3aa40c)=>_0x3aa40c[_0x1da23f(0x13f)]());}function toKebabCase(_0x116304){const _0x207b7f=a279_0x6cbb;return _0x116304[_0x207b7f(0x13b)](/([a-z0-9])([A-Z])/g,'$1-$2')[_0x207b7f(0x12f)]();}
1
+ (function(_0x217f5f,_0x4cd46d){const _0x3a56ab=a279_0x3ab7,_0x52d697=_0x217f5f();while(!![]){try{const _0x4fd2e5=parseInt(_0x3a56ab(0x86))/0x1+-parseInt(_0x3a56ab(0x91))/0x2*(-parseInt(_0x3a56ab(0x83))/0x3)+-parseInt(_0x3a56ab(0x96))/0x4+parseInt(_0x3a56ab(0x85))/0x5*(-parseInt(_0x3a56ab(0x95))/0x6)+parseInt(_0x3a56ab(0x90))/0x7*(-parseInt(_0x3a56ab(0x80))/0x8)+-parseInt(_0x3a56ab(0x7b))/0x9*(parseInt(_0x3a56ab(0x8e))/0xa)+-parseInt(_0x3a56ab(0x98))/0xb*(-parseInt(_0x3a56ab(0x87))/0xc);if(_0x4fd2e5===_0x4cd46d)break;else _0x52d697['push'](_0x52d697['shift']());}catch(_0x45cb11){_0x52d697['push'](_0x52d697['shift']());}}}(a279_0x3d65,0x4010a));import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function assertSupportedCommandFlags(_0x1f8719,_0x49c7d3){const _0x33a895=a279_0x3ab7;if(!_0x1f8719[_0x33a895(0x79)])return;const _0x40e7a8=new Set([_0x33a895(0x8f),'version']),_0x483128=GLOBAL_FLAGS[_0x33a895(0x81)](_0x34467a=>PIPELINE_FLAG_NAMES[_0x33a895(0x97)](_0x34467a[_0x33a895(0x8b)]));for(const _0x1162d0 of[..._0x1f8719[_0x33a895(0x92)],..._0x483128]){addFlagCandidates(_0x40e7a8,_0x1162d0);}for(const [_0x47e305,_0x5b7bcc]of Object['entries'](_0x49c7d3)){if(!isExplicitValue(_0x5b7bcc)||_0x40e7a8[_0x33a895(0x97)](_0x47e305))continue;const _0xaaab37=GLOBAL_FLAGS[_0x33a895(0x82)](_0x4181b0=>_0x4181b0['meowKey']===_0x47e305)?.['name']??toKebabCase(_0x47e305);throw CliErrors['validation'](_0x33a895(0x88)+_0xaaab37+_0x33a895(0x89)+CLI_BIN_NAME+'\x20'+_0x1f8719[_0x33a895(0x8c)]+'\x20'+_0x1f8719['command']+'`.',_0x33a895(0x84)+CLI_BIN_NAME+'\x20'+_0x1f8719['service']+'\x20'+_0x1f8719[_0x33a895(0x8d)]+_0x33a895(0x7f));}}function a279_0x3ab7(_0x1c2ebf,_0x1b7a1b){_0x1c2ebf=_0x1c2ebf-0x79;const _0x3d65f1=a279_0x3d65();let _0x3ab72a=_0x3d65f1[_0x1c2ebf];return _0x3ab72a;}function addFlagCandidates(_0x24a53b,_0x28d528){const _0x42710c=a279_0x3ab7,_0x1e9a7c=_0x42710c(0x7c)in _0x28d528?[_0x28d528[_0x42710c(0x8b)],_0x28d528[_0x42710c(0x7c)]]:[_0x28d528[_0x42710c(0x8b)],_0x28d528['alias']];for(const _0x38cbf4 of _0x1e9a7c){if(!_0x38cbf4)continue;_0x24a53b[_0x42710c(0x8a)](_0x38cbf4),_0x24a53b['add'](toCamelCase(_0x38cbf4));}}function isExplicitValue(_0xf24dbc){const _0x313866=a279_0x3ab7;return _0xf24dbc!==undefined&&_0xf24dbc!==null&&_0xf24dbc!==![]&&(!Array[_0x313866(0x7e)](_0xf24dbc)||_0xf24dbc[_0x313866(0x93)]>0x0);}function toCamelCase(_0x5a7b9a){const _0x4d85c1=a279_0x3ab7;return _0x5a7b9a[_0x4d85c1(0x7d)](/-([a-z])/g,(_0x5129aa,_0x2322a7)=>_0x2322a7[_0x4d85c1(0x94)]());}function toKebabCase(_0x15305c){const _0x51f05a=a279_0x3ab7;return _0x15305c[_0x51f05a(0x7d)](/([a-z0-9])([A-Z])/g,_0x51f05a(0x7a))[_0x51f05a(0x99)]();}function a279_0x3d65(){const _0x2a23b0=['replace','isArray','\x20--help`\x20to\x20view\x20the\x20current\x20command\x20contract.','24XVwHZf','filter','find','855174WEUtin','Run\x20`','40VeSTpp','168600LnmnuX','24VXnKmm','Unsupported\x20flag\x20--','\x20for\x20`','add','name','service','command','10oRxoQi','help','968779fvvZzp','2PfToWj','flags','length','toUpperCase','300972JgpPDr','718144GiLrGt','has','5380771BqziAU','toLowerCase','strictFlags','$1-$2','1561923oiUkSp','meowKey'];a279_0x3d65=function(){return _0x2a23b0;};return a279_0x3d65();}
@@ -1 +1 @@
1
- function a280_0x46ae(){var _0x2bda14=['2047070dOhWDY','2939643qPtjGu','6lBDLrd','12biHFEI','75188cWGEmb','28085292wdeBUU','16qjJJkC','1738512RvnEQK','410qYMsGz','183227zpTKVC','1826568mhOOBu','29GZoDNu'];a280_0x46ae=function(){return _0x2bda14;};return a280_0x46ae();}(function(_0x4d4d67,_0x1db615){var _0x17ca29=a280_0x3b66,_0x4f9501=_0x4d4d67();while(!![]){try{var _0x356147=parseInt(_0x17ca29(0x124))/0x1*(-parseInt(_0x17ca29(0x129))/0x2)+parseInt(_0x17ca29(0x127))/0x3*(parseInt(_0x17ca29(0x123))/0x4)+parseInt(_0x17ca29(0x125))/0x5+parseInt(_0x17ca29(0x128))/0x6*(-parseInt(_0x17ca29(0x126))/0x7)+-parseInt(_0x17ca29(0x12b))/0x8*(parseInt(_0x17ca29(0x120))/0x9)+-parseInt(_0x17ca29(0x121))/0xa*(parseInt(_0x17ca29(0x122))/0xb)+parseInt(_0x17ca29(0x12a))/0xc;if(_0x356147===_0x1db615)break;else _0x4f9501['push'](_0x4f9501['shift']());}catch(_0x9da39){_0x4f9501['push'](_0x4f9501['shift']());}}}(a280_0x46ae,0xa20be));function a280_0x3b66(_0x532c01,_0x6acd87){_0x532c01=_0x532c01-0x120;var _0x46ae9c=a280_0x46ae();var _0x3b6625=_0x46ae9c[_0x532c01];return _0x3b6625;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
1
+ (function(_0xd37944,_0x165bdb){var _0x52ed8e=a280_0x57be,_0x46654d=_0xd37944();while(!![]){try{var _0x514d5b=-parseInt(_0x52ed8e(0x9d))/0x1*(parseInt(_0x52ed8e(0xa6))/0x2)+-parseInt(_0x52ed8e(0xa5))/0x3+-parseInt(_0x52ed8e(0xa3))/0x4+parseInt(_0x52ed8e(0xa4))/0x5*(parseInt(_0x52ed8e(0xa2))/0x6)+-parseInt(_0x52ed8e(0xa1))/0x7*(-parseInt(_0x52ed8e(0xa0))/0x8)+-parseInt(_0x52ed8e(0xa8))/0x9*(parseInt(_0x52ed8e(0x9e))/0xa)+parseInt(_0x52ed8e(0xa7))/0xb*(parseInt(_0x52ed8e(0x9f))/0xc);if(_0x514d5b===_0x165bdb)break;else _0x46654d['push'](_0x46654d['shift']());}catch(_0x5e13d9){_0x46654d['push'](_0x46654d['shift']());}}}(a280_0x58ed,0x30dbb));function a280_0x58ed(){var _0x268a14=['10BJbGyD','83724ucgtLP','732664fEtsyL','21EVlgYf','6fBaRFp','901496NzuFku','552395gAwMIC','959823ukcrMS','4MaJhGT','1199OpVJca','2277081NmXKij','73637xiSuOK'];a280_0x58ed=function(){return _0x268a14;};return a280_0x58ed();}function a280_0x57be(_0x1185bd,_0x5e46a3){_0x1185bd=_0x1185bd-0x9d;var _0x58edcc=a280_0x58ed();var _0x57be54=_0x58edcc[_0x1185bd];return _0x57be54;}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.6";
2
- export declare const GIT_TAG = "v2.5.2-beta.6";
3
- export declare const GIT_COMMIT = "60ec1f1e";
4
- export declare const BUILD_TIME = "2026-09-04T08:19:12.410Z";
1
+ export declare const VERSION = "2.5.2";
2
+ export declare const GIT_TAG = "v2.5.2";
3
+ export declare const GIT_COMMIT = "1578840e";
4
+ export declare const BUILD_TIME = "2026-09-04T09:11:09.332Z";
@@ -1 +1 @@
1
- function a281_0x1d5c(){const _0x5a477c=['60ec1f1e','15224176sYvlfc','9103570eEHEmp','4280652gStcKN','3606702aRzxjO','75955dAMDYU','911762FzcTwU','5572360OPGceQ','594pQRSHp','2026-09-04T08:19:12.410Z','1CSHypJ','2.5.2-beta.6','v2.5.2-beta.6'];a281_0x1d5c=function(){return _0x5a477c;};return a281_0x1d5c();}const a281_0x494c42=a281_0x175a;function a281_0x175a(_0x59f00f,_0x1b173f){_0x59f00f=_0x59f00f-0x95;const _0x1d5cd2=a281_0x1d5c();let _0x175ad0=_0x1d5cd2[_0x59f00f];return _0x175ad0;}(function(_0x1f9897,_0xd1680c){const _0x33be8c=a281_0x175a,_0x141c9c=_0x1f9897();while(!![]){try{const _0x25b111=parseInt(_0x33be8c(0xa0))/0x1*(-parseInt(_0x33be8c(0x9c))/0x2)+parseInt(_0x33be8c(0x9a))/0x3+-parseInt(_0x33be8c(0x9d))/0x4+-parseInt(_0x33be8c(0x9b))/0x5*(-parseInt(_0x33be8c(0x9e))/0x6)+-parseInt(_0x33be8c(0x98))/0x7+parseInt(_0x33be8c(0x97))/0x8+-parseInt(_0x33be8c(0x99))/0x9;if(_0x25b111===_0xd1680c)break;else _0x141c9c['push'](_0x141c9c['shift']());}catch(_0x1c7a47){_0x141c9c['push'](_0x141c9c['shift']());}}}(a281_0x1d5c,0xf03f8));export const VERSION=a281_0x494c42(0xa1);export const GIT_TAG=a281_0x494c42(0x95);export const GIT_COMMIT=a281_0x494c42(0x96);export const BUILD_TIME=a281_0x494c42(0x9f);
1
+ function a281_0xe7ec(_0x52b8e5,_0x2b5d57){_0x52b8e5=_0x52b8e5-0x109;const _0x45647c=a281_0x4564();let _0xe7ece5=_0x45647c[_0x52b8e5];return _0xe7ece5;}const a281_0x45e8fb=a281_0xe7ec;(function(_0x21b117,_0x314727){const _0x1e53d5=a281_0xe7ec,_0x2c2508=_0x21b117();while(!![]){try{const _0x32a73a=parseInt(_0x1e53d5(0x10c))/0x1+parseInt(_0x1e53d5(0x10a))/0x2*(-parseInt(_0x1e53d5(0x10d))/0x3)+-parseInt(_0x1e53d5(0x111))/0x4+-parseInt(_0x1e53d5(0x10b))/0x5+parseInt(_0x1e53d5(0x113))/0x6+parseInt(_0x1e53d5(0x109))/0x7+parseInt(_0x1e53d5(0x110))/0x8;if(_0x32a73a===_0x314727)break;else _0x2c2508['push'](_0x2c2508['shift']());}catch(_0x3284c4){_0x2c2508['push'](_0x2c2508['shift']());}}}(a281_0x4564,0xebd8f));export const VERSION=a281_0x45e8fb(0x10e);function a281_0x4564(){const _0x1603fb=['2724564qFGYml','v2.5.2','11173686FDMOFt','1578840e','3100909RiSUFG','18196gJSnwc','2214085aILsgR','434247KJNKjs','300EwydJW','2.5.2','2026-09-04T09:11:09.332Z','2082192lCxKnr'];a281_0x4564=function(){return _0x1603fb;};return a281_0x4564();}export const GIT_TAG=a281_0x45e8fb(0x112);export const GIT_COMMIT=a281_0x45e8fb(0x114);export const BUILD_TIME=a281_0x45e8fb(0x10f);
@@ -1 +1 @@
1
- function a282_0x291d(){const _0x5f3c7d=['https://skills-daily.lovrabet.com','3106fb4f7940b1f4446307e8a7f0c6f6e4a71affd6f8ebe7e5f23e055c08ca3f','https://runtime.lovrabet.id','https://skills.lovrabet.ai','47593YeWfkm','https://daily-api.lovrabet.com','Mainland\x20China','https://g.lovrabet.com','https://user.lovrabet.id','https://daily-runtime.lovrabet.com','5727328pZUkkK','https://g.lovrabet.id','https://api.lovrabet.com','https://cdnjs.cloudflare.com/ajax/libs','https://user.lovrabet.ai','826701xVMxKN','china','Indonesia','https://api.lovrabet.ai','138BuDeQr','https://g.alicdn.com/code/lib','https://api.lovrabet.id','https://dev.lovrabet.id','402652mrxhPi','https://runtime.lovrabet.com','https://dev.lovrabet.ai','https://dev.lovrabet.com','https://app.lovrabet.id','https://app.lovrabet.com','https://app.lovrabet.ai','https://skills.lovrabet.com','https://user.lovrabet.com','https://skills.lovrabet.id','1105016gLGuLR','6939mawtcm','2345935hzdSlq'];a282_0x291d=function(){return _0x5f3c7d;};return a282_0x291d();}const a282_0x218abc=a282_0x23a1;(function(_0xe0a399,_0x51c3b1){const _0x5783f4=a282_0x23a1,_0x50a34c=_0xe0a399();while(!![]){try{const _0x3c506d=-parseInt(_0x5783f4(0x1c1))/0x1+parseInt(_0x5783f4(0x1c0))/0x2+-parseInt(_0x5783f4(0x1ae))/0x3+parseInt(_0x5783f4(0x1b6))/0x4+parseInt(_0x5783f4(0x1c2))/0x5+parseInt(_0x5783f4(0x1b2))/0x6*(parseInt(_0x5783f4(0x1a3))/0x7)+-parseInt(_0x5783f4(0x1a9))/0x8;if(_0x3c506d===_0x51c3b1)break;else _0x50a34c['push'](_0x50a34c['shift']());}catch(_0x1138a4){_0x50a34c['push'](_0x50a34c['shift']());}}}(a282_0x291d,0x446f9));export const ROUTING_CATALOG_DIGEST=a282_0x218abc(0x1c4);export const DEFAULT_REGION='cn';export const REGION_VALUES=['cn','id','global'];export const ENABLED_REGION_VALUES=['cn','id'];export const OFFICIAL_ROUTING_PROFILES={'cn':{'enabled':!![],'label':a282_0x218abc(0x1a5),'aliases':[a282_0x218abc(0x1af)],'serviceDomains':{'production':{'user':a282_0x218abc(0x1be),'api':a282_0x218abc(0x1ab),'runtime':a282_0x218abc(0x1b7),'skill':a282_0x218abc(0x1bd),'kb':a282_0x218abc(0x1ab),'app':a282_0x218abc(0x1bb)},'daily':{'user':'https://user-daily.lovrabet.com','api':a282_0x218abc(0x1a4),'runtime':a282_0x218abc(0x1a8),'skill':a282_0x218abc(0x1c3),'kb':a282_0x218abc(0x1a4),'app':'https://daily.lovrabet.com'}},'cdn':{'libraries':a282_0x218abc(0x1b3),'lovrabet':a282_0x218abc(0x1a6)},'local':{'origin':a282_0x218abc(0x1b9)}},'id':{'enabled':!![],'label':a282_0x218abc(0x1b0),'aliases':['indonesia'],'serviceDomains':{'production':{'user':a282_0x218abc(0x1a7),'api':a282_0x218abc(0x1b4),'runtime':a282_0x218abc(0x1c5),'skill':a282_0x218abc(0x1bf),'kb':a282_0x218abc(0x1b4),'app':a282_0x218abc(0x1ba)}},'cdn':{'libraries':a282_0x218abc(0x1ac),'lovrabet':a282_0x218abc(0x1aa)},'local':{'origin':a282_0x218abc(0x1b5)}},'global':{'enabled':![],'label':'Global','aliases':[],'serviceDomains':{'production':{'user':a282_0x218abc(0x1ad),'api':a282_0x218abc(0x1b1),'runtime':'https://runtime.lovrabet.ai','skill':a282_0x218abc(0x1a2),'kb':a282_0x218abc(0x1b1),'app':a282_0x218abc(0x1bc)}},'cdn':{'libraries':'https://cdnjs.cloudflare.com/ajax/libs'},'local':{'origin':a282_0x218abc(0x1b8)}}};function a282_0x23a1(_0x79ea90,_0x231008){_0x79ea90=_0x79ea90-0x1a2;const _0x291d27=a282_0x291d();let _0x23a1f6=_0x291d27[_0x79ea90];return _0x23a1f6;}export const REGION_ALIASES={'china':'cn','indonesia':'id'};
1
+ const a282_0x1e48e3=a282_0x30c0;function a282_0x30c0(_0x264916,_0x3e94dc){_0x264916=_0x264916-0xdb;const _0x33c7a7=a282_0x33c7();let _0x30c004=_0x33c7a7[_0x264916];return _0x30c004;}(function(_0x5e2ff9,_0x4c53ef){const _0x33013e=a282_0x30c0,_0x167714=_0x5e2ff9();while(!![]){try{const _0x3d9fd4=-parseInt(_0x33013e(0xff))/0x1+parseInt(_0x33013e(0xef))/0x2+parseInt(_0x33013e(0xfc))/0x3*(-parseInt(_0x33013e(0xdd))/0x4)+parseInt(_0x33013e(0xf0))/0x5+-parseInt(_0x33013e(0x101))/0x6*(parseInt(_0x33013e(0xf8))/0x7)+-parseInt(_0x33013e(0xdc))/0x8+parseInt(_0x33013e(0xed))/0x9*(parseInt(_0x33013e(0x100))/0xa);if(_0x3d9fd4===_0x4c53ef)break;else _0x167714['push'](_0x167714['shift']());}catch(_0x178815){_0x167714['push'](_0x167714['shift']());}}}(a282_0x33c7,0x3a51f));export const ROUTING_CATALOG_DIGEST=a282_0x1e48e3(0xe9);export const DEFAULT_REGION='cn';function a282_0x33c7(){const _0x3dd576=['2940eeirKw','https://skills.lovrabet.ai','3750184xoxLmu','4TecMEL','https://skills.lovrabet.com','https://daily-api.lovrabet.com','https://api.lovrabet.ai','https://skills-daily.lovrabet.com','https://dev.lovrabet.com','https://user-daily.lovrabet.com','https://g.alicdn.com/code/lib','https://runtime.lovrabet.ai','https://user.lovrabet.ai','global','https://api.lovrabet.id','3106fb4f7940b1f4446307e8a7f0c6f6e4a71affd6f8ebe7e5f23e055c08ca3f','https://cdnjs.cloudflare.com/ajax/libs','https://app.lovrabet.com','https://g.lovrabet.com','6594327rwZuem','china','88110clJfrg','2133770OnmpbW','https://app.lovrabet.id','https://skills.lovrabet.id','https://api.lovrabet.com','https://dev.lovrabet.ai','https://user.lovrabet.com','Global','https://runtime.lovrabet.id','5985WuKLYT','indonesia','https://runtime.lovrabet.com','https://user.lovrabet.id','76101KMAQBr','https://g.lovrabet.id','Mainland\x20China','51543pkXBuf','10YdpVSB'];a282_0x33c7=function(){return _0x3dd576;};return a282_0x33c7();}export const REGION_VALUES=['cn','id',a282_0x1e48e3(0xe7)];export const ENABLED_REGION_VALUES=['cn','id'];export const OFFICIAL_ROUTING_PROFILES={'cn':{'enabled':!![],'label':a282_0x1e48e3(0xfe),'aliases':[a282_0x1e48e3(0xee)],'serviceDomains':{'production':{'user':a282_0x1e48e3(0xf5),'api':a282_0x1e48e3(0xf3),'runtime':a282_0x1e48e3(0xfa),'skill':a282_0x1e48e3(0xde),'kb':a282_0x1e48e3(0xf3),'app':a282_0x1e48e3(0xeb)},'daily':{'user':a282_0x1e48e3(0xe3),'api':a282_0x1e48e3(0xdf),'runtime':'https://daily-runtime.lovrabet.com','skill':a282_0x1e48e3(0xe1),'kb':a282_0x1e48e3(0xdf),'app':'https://daily.lovrabet.com'}},'cdn':{'libraries':a282_0x1e48e3(0xe4),'lovrabet':a282_0x1e48e3(0xec)},'local':{'origin':a282_0x1e48e3(0xe2)}},'id':{'enabled':!![],'label':'Indonesia','aliases':[a282_0x1e48e3(0xf9)],'serviceDomains':{'production':{'user':a282_0x1e48e3(0xfb),'api':a282_0x1e48e3(0xe8),'runtime':a282_0x1e48e3(0xf7),'skill':a282_0x1e48e3(0xf2),'kb':a282_0x1e48e3(0xe8),'app':a282_0x1e48e3(0xf1)}},'cdn':{'libraries':a282_0x1e48e3(0xea),'lovrabet':a282_0x1e48e3(0xfd)},'local':{'origin':'https://dev.lovrabet.id'}},'global':{'enabled':![],'label':a282_0x1e48e3(0xf6),'aliases':[],'serviceDomains':{'production':{'user':a282_0x1e48e3(0xe6),'api':a282_0x1e48e3(0xe0),'runtime':a282_0x1e48e3(0xe5),'skill':a282_0x1e48e3(0xdb),'kb':a282_0x1e48e3(0xe0),'app':'https://app.lovrabet.ai'}},'cdn':{'libraries':a282_0x1e48e3(0xea)},'local':{'origin':a282_0x1e48e3(0xf4)}}};export const REGION_ALIASES={'china':'cn','indonesia':'id'};
@@ -1 +1 @@
1
- const a283_0x6304d8=a283_0xa59d;(function(_0x34c02c,_0x4c9159){const _0x2f8d27=a283_0xa59d,_0x3b69dd=_0x34c02c();while(!![]){try{const _0x38ccc7=-parseInt(_0x2f8d27(0x178))/0x1*(-parseInt(_0x2f8d27(0x17e))/0x2)+-parseInt(_0x2f8d27(0x177))/0x3*(-parseInt(_0x2f8d27(0x172))/0x4)+-parseInt(_0x2f8d27(0x173))/0x5*(parseInt(_0x2f8d27(0x187))/0x6)+-parseInt(_0x2f8d27(0x183))/0x7+-parseInt(_0x2f8d27(0x17c))/0x8*(-parseInt(_0x2f8d27(0x188))/0x9)+-parseInt(_0x2f8d27(0x182))/0xa+parseInt(_0x2f8d27(0x180))/0xb*(parseInt(_0x2f8d27(0x176))/0xc);if(_0x38ccc7===_0x4c9159)break;else _0x3b69dd['push'](_0x3b69dd['shift']());}catch(_0x1e2916){_0x3b69dd['push'](_0x3b69dd['shift']());}}}(a283_0x1711,0xa1b90));export const ENTERPRISE_ROUTING_SCHEMA_DIGEST=a283_0x6304d8(0x179);export const ENTERPRISE_ROUTING_PROTOCOL=a283_0x6304d8(0x186);export const ENTERPRISE_ROUTING_KIND=a283_0x6304d8(0x184);export const ENTERPRISE_ROUTING_DOMAIN_FIELDS=[a283_0x6304d8(0x189),a283_0x6304d8(0x185),'runtimeDomain',a283_0x6304d8(0x181),a283_0x6304d8(0x175),a283_0x6304d8(0x17d),a283_0x6304d8(0x17a),'certificateDomain'];function a283_0xa59d(_0x2d8783,_0x35cd19){_0x2d8783=_0x2d8783-0x172;const _0x171139=a283_0x1711();let _0xa59d24=_0x171139[_0x2d8783];return _0xa59d24;}export const REQUIRED_ENTERPRISE_ROUTING_DOMAIN_FIELDS=['userDomain',a283_0x6304d8(0x185),a283_0x6304d8(0x174),a283_0x6304d8(0x181),a283_0x6304d8(0x175),a283_0x6304d8(0x17d)];function a283_0x1711(){const _0x299f2c=['enterprise','apiDomain','lovrabet-routing/v1','18JYBvxF','414RRbDXC','userDomain','1849612WJeviW','1892690ZVstPu','runtimeDomain','kbDomain','2232Vqtevg','3IjRzTL','5Uemlfu','d83929cbced3959b68435d16131e5ff12a4bfc6095e6b7f15bada2bfd03a72cc','localDomain','libraries','92656clTakj','appDomain','151774XpNWuL','lovrabet','98032xQqLkq','skillDomain','11893440UxHJex','314076PbJwVL'];a283_0x1711=function(){return _0x299f2c;};return a283_0x1711();}export const ENTERPRISE_ROUTING_CDN_FIELDS=[a283_0x6304d8(0x17b),a283_0x6304d8(0x17f)];export const REQUIRED_ENTERPRISE_ROUTING_CDN_FIELDS=[a283_0x6304d8(0x17b),a283_0x6304d8(0x17f)];
1
+ const a283_0x57d03d=a283_0xcc10;(function(_0x38106f,_0x1b754b){const _0x24c8d6=a283_0xcc10,_0x4c70d3=_0x38106f();while(!![]){try{const _0xf5142e=-parseInt(_0x24c8d6(0xc2))/0x1*(parseInt(_0x24c8d6(0xc9))/0x2)+parseInt(_0x24c8d6(0xd2))/0x3*(parseInt(_0x24c8d6(0xd5))/0x4)+parseInt(_0x24c8d6(0xd1))/0x5+-parseInt(_0x24c8d6(0xcb))/0x6*(parseInt(_0x24c8d6(0xc3))/0x7)+parseInt(_0x24c8d6(0xc7))/0x8+parseInt(_0x24c8d6(0xcc))/0x9+parseInt(_0x24c8d6(0xca))/0xa*(parseInt(_0x24c8d6(0xd0))/0xb);if(_0xf5142e===_0x1b754b)break;else _0x4c70d3['push'](_0x4c70d3['shift']());}catch(_0x4ccb35){_0x4c70d3['push'](_0x4c70d3['shift']());}}}(a283_0x40e8,0xe320d));export const ENTERPRISE_ROUTING_SCHEMA_DIGEST='d83929cbced3959b68435d16131e5ff12a4bfc6095e6b7f15bada2bfd03a72cc';export const ENTERPRISE_ROUTING_PROTOCOL=a283_0x57d03d(0xcd);function a283_0xcc10(_0x1bc249,_0x531d27){_0x1bc249=_0x1bc249-0xc2;const _0x40e81d=a283_0x40e8();let _0xcc10f9=_0x40e81d[_0x1bc249];return _0xcc10f9;}export const ENTERPRISE_ROUTING_KIND=a283_0x57d03d(0xc6);export const ENTERPRISE_ROUTING_DOMAIN_FIELDS=[a283_0x57d03d(0xcf),a283_0x57d03d(0xc4),'runtimeDomain',a283_0x57d03d(0xd6),a283_0x57d03d(0xce),a283_0x57d03d(0xd4),'localDomain','certificateDomain'];export const REQUIRED_ENTERPRISE_ROUTING_DOMAIN_FIELDS=[a283_0x57d03d(0xcf),a283_0x57d03d(0xc4),a283_0x57d03d(0xc8),a283_0x57d03d(0xd6),a283_0x57d03d(0xce),a283_0x57d03d(0xd4)];export const ENTERPRISE_ROUTING_CDN_FIELDS=[a283_0x57d03d(0xd3),a283_0x57d03d(0xc5)];function a283_0x40e8(){const _0xbc3db6=['libraries','appDomain','4137092YvIkju','skillDomain','1LSYmRX','7KlnzkP','apiDomain','lovrabet','enterprise','835896LWMkqS','runtimeDomain','2645784RuwxQL','1184230GmJtHs','7167894RzwDRx','6035841ITkWKw','lovrabet-routing/v1','kbDomain','userDomain','11RPpfJN','7600130yOvEbg','3nxnxpZ'];a283_0x40e8=function(){return _0xbc3db6;};return a283_0x40e8();}export const REQUIRED_ENTERPRISE_ROUTING_CDN_FIELDS=[a283_0x57d03d(0xd3),a283_0x57d03d(0xc5)];
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- (function(_0x3d6605,_0x8756d3){var _0x5adcc0=a284_0x54d0,_0x42c240=_0x3d6605();while(!![]){try{var _0x4c550d=-parseInt(_0x5adcc0(0xa3))/0x1+-parseInt(_0x5adcc0(0xa2))/0x2+-parseInt(_0x5adcc0(0x9e))/0x3+-parseInt(_0x5adcc0(0xaa))/0x4*(-parseInt(_0x5adcc0(0xa6))/0x5)+parseInt(_0x5adcc0(0xa5))/0x6+parseInt(_0x5adcc0(0xa9))/0x7+parseInt(_0x5adcc0(0xa4))/0x8*(parseInt(_0x5adcc0(0x9f))/0x9);if(_0x4c550d===_0x8756d3)break;else _0x42c240['push'](_0x42c240['shift']());}catch(_0xcd1070){_0x42c240['push'](_0x42c240['shift']());}}}(a284_0x1a1f,0x21dfc));function a284_0x54d0(_0xbe77c9,_0x1528c7){_0xbe77c9=_0xbe77c9-0x9e;var _0x1a1fcc=a284_0x1a1f();var _0x54d0ff=_0x1a1fcc[_0xbe77c9];return _0x54d0ff;}import a284_0x2d99e0 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x3626bc=a284_0x54d0;console['log'](),console[_0x3626bc(0xac)](a284_0x2d99e0['green'][_0x3626bc(0xa8)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x3626bc(0xac)](),console['log'](_0x3626bc(0xa1)+a284_0x2d99e0[_0x3626bc(0xa0)]['bold'](CLI_BIN_NAME+_0x3626bc(0xa7))+_0x3626bc(0xab)),console[_0x3626bc(0xac)]();}function a284_0x1a1f(){var _0x41ff3d=['248hCxVHo','1134348NEpRNO','41945MpPBiw','\x20--help','bold','972916DMlpMv','32lrbUTE','\x20to\x20view\x20available\x20commands.','log','102177hAOFzg','20043CEXDOX','green','\x20\x20Use\x20','283508LCFccQ','149634vITQAe'];a284_0x1a1f=function(){return _0x41ff3d;};return a284_0x1a1f();}
1
+ (function(_0x298381,_0x4e8bff){var _0x3b2169=a284_0x18d4,_0x1453bf=_0x298381();while(!![]){try{var _0x352ee0=-parseInt(_0x3b2169(0x1e5))/0x1*(parseInt(_0x3b2169(0x1e0))/0x2)+-parseInt(_0x3b2169(0x1e6))/0x3+-parseInt(_0x3b2169(0x1e2))/0x4+-parseInt(_0x3b2169(0x1e3))/0x5*(parseInt(_0x3b2169(0x1df))/0x6)+parseInt(_0x3b2169(0x1dd))/0x7+parseInt(_0x3b2169(0x1e8))/0x8*(parseInt(_0x3b2169(0x1dc))/0x9)+parseInt(_0x3b2169(0x1e1))/0xa;if(_0x352ee0===_0x4e8bff)break;else _0x1453bf['push'](_0x1453bf['shift']());}catch(_0x203904){_0x1453bf['push'](_0x1453bf['shift']());}}}(a284_0x1965,0x2eb40));import a284_0x54d3d3 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a284_0x18d4(_0x1fb590,_0x2d6f49){_0x1fb590=_0x1fb590-0x1dc;var _0x196537=a284_0x1965();var _0x18d4ef=_0x196537[_0x1fb590];return _0x18d4ef;}export function showHelp(){var _0x45e09b=a284_0x18d4;console[_0x45e09b(0x1e4)](),console[_0x45e09b(0x1e4)](a284_0x54d3d3['green'][_0x45e09b(0x1de)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x45e09b(0x1e4)](),console[_0x45e09b(0x1e4)]('\x20\x20Use\x20'+a284_0x54d3d3['green']['bold'](CLI_BIN_NAME+_0x45e09b(0x1e7))+'\x20to\x20view\x20available\x20commands.'),console[_0x45e09b(0x1e4)]();}function a284_0x1965(){var _0x238fec=['log','2ufwWog','1020561wVrrKP','\x20--help','48eWbgkE','345537XKVvCJ','987168CqOvLn','bold','12PqRXxP','93974FWXeCX','6359150MXxvvF','632152CUWpfT','559505vBbAuv'];a284_0x1965=function(){return _0x238fec;};return a284_0x1965();}
@@ -1 +1 @@
1
- function a285_0x56a0(){const _0x446e3e=['skillVersion','already\x20current','SOURCE_INVALID','Repair\x20with:\x20','[BUILTIN_SKILL_INSTALL_','changed','781701yGXGvI','170kfQDUy','665280pXAOka','code','FAILED','207170JTjWft','852474oqCJNy','877456mDnWOP','4JSxPCk','error','\x20via\x20skills@latest','124kezoCl','log','installedPath','repairCommand','70rTeMDv','283869TUjjkK'];a285_0x56a0=function(){return _0x446e3e;};return a285_0x56a0();}(function(_0x27be52,_0x363941){const _0x1e4c18=a285_0x5759,_0x352c42=_0x27be52();while(!![]){try{const _0x5306da=parseInt(_0x1e4c18(0x1f3))/0x1*(-parseInt(_0x1e4c18(0x1ef))/0x2)+-parseInt(_0x1e4c18(0x1e4))/0x3+parseInt(_0x1e4c18(0x1ec))/0x4*(-parseInt(_0x1e4c18(0x1e9))/0x5)+parseInt(_0x1e4c18(0x1ea))/0x6+-parseInt(_0x1e4c18(0x1e6))/0x7+-parseInt(_0x1e4c18(0x1eb))/0x8+parseInt(_0x1e4c18(0x1f4))/0x9*(parseInt(_0x1e4c18(0x1e5))/0xa);if(_0x5306da===_0x363941)break;else _0x352c42['push'](_0x352c42['shift']());}catch(_0x44e32d){_0x352c42['push'](_0x352c42['shift']());}}}(a285_0x56a0,0x28d2d));function a285_0x5759(_0xc08dbe,_0x2d5163){_0xc08dbe=_0xc08dbe-0x1e4;const _0x56a0c=a285_0x56a0();let _0x5759c4=_0x56a0c[_0xc08dbe];return _0x5759c4;}import{installBuiltinSkill}from'./skills/builtin-skill.js';export async function runPostinstall(_0x165b2f={}){const _0x2a3614=a285_0x5759,_0x4b3547=installBuiltinSkill(_0x165b2f);if(_0x4b3547['ok']){const _0x163be4=_0x4b3547[_0x2a3614(0x1fa)]?'installed':_0x2a3614(0x1f6),_0xf8ac7b=_0x4b3547[_0x2a3614(0x1f1)]?'\x20at\x20'+_0x4b3547['installedPath']:_0x2a3614(0x1ee);return console[_0x2a3614(0x1f0)]('Rabetbase\x20Built-in\x20Skill\x20'+_0x4b3547[_0x2a3614(0x1f5)]+'\x20'+_0x163be4+_0xf8ac7b),_0x4b3547;}const _0x15448d=_0x2a3614(0x1f9)+(_0x4b3547[_0x2a3614(0x1e7)]??_0x2a3614(0x1e8))+']\x20'+(_0x4b3547[_0x2a3614(0x1ed)]??'Installation\x20failed')+'.\x20'+(_0x2a3614(0x1f8)+_0x4b3547[_0x2a3614(0x1f2)]);if(_0x4b3547[_0x2a3614(0x1e7)]===_0x2a3614(0x1f7))throw new Error(_0x15448d);return console['warn'](_0x15448d),_0x4b3547;}
1
+ (function(_0x225bbe,_0x156ff6){const _0x431262=a285_0x505a,_0x5a78e1=_0x225bbe();while(!![]){try{const _0x4ae591=parseInt(_0x431262(0xb0))/0x1*(-parseInt(_0x431262(0xb6))/0x2)+-parseInt(_0x431262(0xb8))/0x3+-parseInt(_0x431262(0xb5))/0x4*(parseInt(_0x431262(0xad))/0x5)+parseInt(_0x431262(0xbb))/0x6*(parseInt(_0x431262(0xaa))/0x7)+parseInt(_0x431262(0xae))/0x8+parseInt(_0x431262(0xb3))/0x9+-parseInt(_0x431262(0xb9))/0xa*(-parseInt(_0x431262(0xa9))/0xb);if(_0x4ae591===_0x156ff6)break;else _0x5a78e1['push'](_0x5a78e1['shift']());}catch(_0x1315ea){_0x5a78e1['push'](_0x5a78e1['shift']());}}}(a285_0x1093,0x696e4));import{installBuiltinSkill}from'./skills/builtin-skill.js';export async function runPostinstall(_0x38c6e0={}){const _0x44ca41=a285_0x505a,_0x58ee2f=installBuiltinSkill(_0x38c6e0);if(_0x58ee2f['ok']){const _0x505ad4=_0x58ee2f['changed']?_0x44ca41(0xb1):_0x44ca41(0xb4),_0xd45538=_0x58ee2f['installedPath']?_0x44ca41(0xac)+_0x58ee2f[_0x44ca41(0xab)]:_0x44ca41(0xbc);return console['log']('Rabetbase\x20Built-in\x20Skill\x20'+_0x58ee2f[_0x44ca41(0xaf)]+'\x20'+_0x505ad4+_0xd45538),_0x58ee2f;}const _0x3cffee='[BUILTIN_SKILL_INSTALL_'+(_0x58ee2f[_0x44ca41(0xb2)]??_0x44ca41(0xb7))+']\x20'+(_0x58ee2f[_0x44ca41(0xa8)]??'Installation\x20failed')+'.\x20'+('Repair\x20with:\x20'+_0x58ee2f[_0x44ca41(0xba)]);if(_0x58ee2f[_0x44ca41(0xb2)]==='SOURCE_INVALID')throw new Error(_0x3cffee);return console['warn'](_0x3cffee),_0x58ee2f;}function a285_0x505a(_0x1bec38,_0x58541c){_0x1bec38=_0x1bec38-0xa8;const _0x1093e4=a285_0x1093();let _0x505a0c=_0x1093e4[_0x1bec38];return _0x505a0c;}function a285_0x1093(){const _0x4af246=['1662000vzCdON','133010upXbAq','repairCommand','18ZmcBIq','\x20via\x20skills@latest','error','946UmnJus','919541MYyhBx','installedPath','\x20at\x20','30sTCYpP','3369320WphWmC','skillVersion','267217dnjeBo','installed','code','303867YnCOii','already\x20current','493228zTeSMc','2eaFAGc','FAILED'];a285_0x1093=function(){return _0x4af246;};return a285_0x1093();}
@@ -1 +1 @@
1
- (function(_0x31fd76,_0x2b1728){const _0xc8866a=a286_0x2018,_0x3f1596=_0x31fd76();while(!![]){try{const _0x43b390=-parseInt(_0xc8866a(0x15b))/0x1+parseInt(_0xc8866a(0x165))/0x2+-parseInt(_0xc8866a(0x156))/0x3*(parseInt(_0xc8866a(0x15e))/0x4)+-parseInt(_0xc8866a(0x163))/0x5*(parseInt(_0xc8866a(0x167))/0x6)+parseInt(_0xc8866a(0x162))/0x7*(-parseInt(_0xc8866a(0x158))/0x8)+parseInt(_0xc8866a(0x157))/0x9*(-parseInt(_0xc8866a(0x155))/0xa)+parseInt(_0xc8866a(0x154))/0xb*(parseInt(_0xc8866a(0x15c))/0xc);if(_0x43b390===_0x2b1728)break;else _0x3f1596['push'](_0x3f1596['shift']());}catch(_0xe6a16d){_0x3f1596['push'](_0x3f1596['shift']());}}}(a286_0x27c0,0x62824));function a286_0x2018(_0x49050a,_0x1ba2e7){_0x49050a=_0x49050a-0x153;const _0x27c0e9=a286_0x27c0();let _0x2018fa=_0x27c0e9[_0x49050a];return _0x2018fa;}const DESCRIPTION_MAX_LENGTH=0x1f4;export function buildRabetbaseConfirmationRequest(_0x3dadbf,_0x177e73,_0x3df6b4){const _0x591b02=a286_0x2018,_0x1f0924=normalizeText(_0x3dadbf[_0x591b02(0x161)],DESCRIPTION_MAX_LENGTH),_0x1ebe46=_0x1f0924||normalizeText(defaultDescription(requireWriteRisk(_0x3dadbf),_0x177e73),DESCRIPTION_MAX_LENGTH);return{'operation':_0x177e73,'risk':requireWriteRisk(_0x3dadbf),'description':_0x1ebe46,..._0x3df6b4?{'signal':_0x3df6b4}:{}};}function requireWriteRisk(_0x2d7a20){const _0x42400c=a286_0x2018;if(_0x2d7a20[_0x42400c(0x160)]===_0x42400c(0x153)||_0x2d7a20[_0x42400c(0x160)]===_0x42400c(0x159))return _0x2d7a20[_0x42400c(0x160)];throw new Error(_0x42400c(0x164));}function defaultDescription(_0x4c8d37,_0x252b73){const _0x5e9766=a286_0x2018;if(_0x4c8d37===_0x5e9766(0x159))return'This\x20will\x20run\x20the\x20high-risk\x20write\x20'+_0x252b73+'.\x20It\x20may\x20overwrite,\x20delete,\x20or\x20materially\x20change\x20live\x20behavior.';return _0x5e9766(0x15d)+_0x252b73+'.\x20It\x20may\x20create\x20or\x20change\x20business\x20data\x20or\x20local\x20configuration.';}function a286_0x27c0(){const _0x2295f5=['3qsSYzf','66933VHByQa','5958616ftPxTx','high-risk-write','replace','108625KZUHJd','1794084qCNwKA','This\x20will\x20run\x20the\x20write\x20','1222924YppvLc','string','risk','confirmationDescription','7UgteCm','1228750CuLFYM','Rabetbase\x20confirmation\x20requires\x20a\x20write\x20command.','334900oIXHDZ','trim','6ajIgXu','write','176uPclBi','1010iPdyBU'];a286_0x27c0=function(){return _0x2295f5;};return a286_0x27c0();}function normalizeText(_0x519897,_0x1a323f){const _0xe6f5cf=a286_0x2018;if(typeof _0x519897!==_0xe6f5cf(0x15f))return'';return _0x519897[_0xe6f5cf(0x15a)](/[\u0000-\u001f\u007f]+/g,'\x20')[_0xe6f5cf(0x15a)](/\s+/g,'\x20')[_0xe6f5cf(0x166)]()['slice'](0x0,_0x1a323f);}
1
+ (function(_0x3b05bf,_0x1545e7){const _0x476ab8=a286_0x2732,_0x678125=_0x3b05bf();while(!![]){try{const _0x3c8a0b=-parseInt(_0x476ab8(0xdc))/0x1*(-parseInt(_0x476ab8(0xcf))/0x2)+parseInt(_0x476ab8(0xca))/0x3+parseInt(_0x476ab8(0xcb))/0x4*(-parseInt(_0x476ab8(0xdd))/0x5)+-parseInt(_0x476ab8(0xdb))/0x6+-parseInt(_0x476ab8(0xd6))/0x7+parseInt(_0x476ab8(0xdf))/0x8*(parseInt(_0x476ab8(0xd4))/0x9)+-parseInt(_0x476ab8(0xcd))/0xa;if(_0x3c8a0b===_0x1545e7)break;else _0x678125['push'](_0x678125['shift']());}catch(_0x5dda00){_0x678125['push'](_0x678125['shift']());}}}(a286_0x22e3,0xa75e6));const DESCRIPTION_MAX_LENGTH=0x1f4;export function buildRabetbaseConfirmationRequest(_0x41adf1,_0x37b331,_0x1c932a){const _0x23dba3=a286_0x2732,_0xa11160=normalizeText(_0x41adf1[_0x23dba3(0xd3)],DESCRIPTION_MAX_LENGTH),_0x3ea433=_0xa11160||normalizeText(defaultDescription(requireWriteRisk(_0x41adf1),_0x37b331),DESCRIPTION_MAX_LENGTH);return{'operation':_0x37b331,'risk':requireWriteRisk(_0x41adf1),'description':_0x3ea433,..._0x1c932a?{'signal':_0x1c932a}:{}};}function requireWriteRisk(_0x22ba0e){const _0x332d46=a286_0x2732;if(_0x22ba0e['risk']===_0x332d46(0xc9)||_0x22ba0e['risk']===_0x332d46(0xd0))return _0x22ba0e[_0x332d46(0xd7)];throw new Error(_0x332d46(0xd5));}function a286_0x2732(_0x21abc0,_0x463686){_0x21abc0=_0x21abc0-0xc9;const _0x22e348=a286_0x22e3();let _0x27321e=_0x22e348[_0x21abc0];return _0x27321e;}function a286_0x22e3(){const _0x9c0202=['8YMimMV','write','1749081gJIBjt','332pUIjFO','This\x20will\x20run\x20the\x20write\x20','5368660WKXBlC','.\x20It\x20may\x20create\x20or\x20change\x20business\x20data\x20or\x20local\x20configuration.','31162DWLDdO','high-risk-write','slice','.\x20It\x20may\x20overwrite,\x20delete,\x20or\x20materially\x20change\x20live\x20behavior.','confirmationDescription','10921347IcoXWJ','Rabetbase\x20confirmation\x20requires\x20a\x20write\x20command.','3232544KGpfvN','risk','string','trim','replace','5459796rEEnWa','53kPLOka','1695FnTnnx','This\x20will\x20run\x20the\x20high-risk\x20write\x20'];a286_0x22e3=function(){return _0x9c0202;};return a286_0x22e3();}function defaultDescription(_0x371aac,_0x59aefb){const _0x33ba4b=a286_0x2732;if(_0x371aac===_0x33ba4b(0xd0))return _0x33ba4b(0xde)+_0x59aefb+_0x33ba4b(0xd2);return _0x33ba4b(0xcc)+_0x59aefb+_0x33ba4b(0xce);}function normalizeText(_0x48a75c,_0x44ded7){const _0x47c6f8=a286_0x2732;if(typeof _0x48a75c!==_0x47c6f8(0xd8))return'';return _0x48a75c[_0x47c6f8(0xda)](/[\u0000-\u001f\u007f]+/g,'\x20')[_0x47c6f8(0xda)](/\s+/g,'\x20')[_0x47c6f8(0xd9)]()[_0x47c6f8(0xd1)](0x0,_0x44ded7);}
@@ -1 +1 @@
1
- (function(_0x27ba7e,_0x3d0eb0){var _0x50d243=a287_0xa730,_0x1f5ece=_0x27ba7e();while(!![]){try{var _0x32b0ab=-parseInt(_0x50d243(0x16f))/0x1*(parseInt(_0x50d243(0x16c))/0x2)+parseInt(_0x50d243(0x174))/0x3*(-parseInt(_0x50d243(0x169))/0x4)+-parseInt(_0x50d243(0x16a))/0x5+-parseInt(_0x50d243(0x173))/0x6+-parseInt(_0x50d243(0x16b))/0x7+parseInt(_0x50d243(0x177))/0x8+parseInt(_0x50d243(0x16d))/0x9*(parseInt(_0x50d243(0x168))/0xa);if(_0x32b0ab===_0x3d0eb0)break;else _0x1f5ece['push'](_0x1f5ece['shift']());}catch(_0x139ef7){_0x1f5ece['push'](_0x1f5ece['shift']());}}}(a287_0x3568,0x536e1));export function canonicalRabetbaseOperation(_0xb1a84e){var _0x6be65e=a287_0xa730;return[_0xb1a84e[_0x6be65e(0x170)],..._0xb1a84e[_0x6be65e(0x171)][_0x6be65e(0x167)]()[_0x6be65e(0x176)](/\s+/)][_0x6be65e(0x175)](Boolean)[_0x6be65e(0x166)]('.');}function a287_0xa730(_0x1918be,_0x5db8ee){_0x1918be=_0x1918be-0x166;var _0x356881=a287_0x3568();var _0xa730eb=_0x356881[_0x1918be];return _0xa730eb;}export function createRabetbaseWriteMetadata(_0xc4ffd2,_0x32a981,_0x9d39fd,_0x22d1fb){var _0x183849=a287_0xa730;if(_0x22d1fb||_0x9d39fd['ok']!==!![]||_0xc4ffd2[_0x183849(0x172)]!==_0x183849(0x16e)&&_0xc4ffd2[_0x183849(0x172)]!=='high-risk-write')return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':'rabetbase.write.completed','operation':_0x32a981,'risk':_0xc4ffd2[_0x183849(0x172)]}}};}function a287_0x3568(){var _0x25ca80=['2677855mIJOzT','3328927xERvpQ','2jFAFFy','4525371rRliYR','write','561751qglBnO','service','command','risk','3155220BohAFJ','13044FBWuGe','filter','split','3028632itvVVk','join','trim','50NDcWOT','416aqxTCO'];a287_0x3568=function(){return _0x25ca80;};return a287_0x3568();}
1
+ function a287_0x336b(){var _0x35442b=['rabetbase.write.completed','service','5345336gUACPV','777663OEiNlF','join','2998432NyTczf','risk','3239541RtWAQc','36532qvjABR','961898Uoilwk','24960250OzMvUf','write','trim','command','5udHclq','split','24PtfFfs','filter','2zEPUki'];a287_0x336b=function(){return _0x35442b;};return a287_0x336b();}function a287_0x5d98(_0x44ed39,_0x180b0e){_0x44ed39=_0x44ed39-0x130;var _0x336b63=a287_0x336b();var _0x5d98db=_0x336b63[_0x44ed39];return _0x5d98db;}(function(_0x310e7e,_0x581d6a){var _0x35f216=a287_0x5d98,_0x10769b=_0x310e7e();while(!![]){try{var _0x7996e2=parseInt(_0x35f216(0x139))/0x1*(-parseInt(_0x35f216(0x142))/0x2)+parseInt(_0x35f216(0x13d))/0x3+parseInt(_0x35f216(0x13f))/0x4*(-parseInt(_0x35f216(0x135))/0x5)+-parseInt(_0x35f216(0x137))/0x6*(parseInt(_0x35f216(0x130))/0x7)+-parseInt(_0x35f216(0x13c))/0x8+-parseInt(_0x35f216(0x141))/0x9+parseInt(_0x35f216(0x131))/0xa;if(_0x7996e2===_0x581d6a)break;else _0x10769b['push'](_0x10769b['shift']());}catch(_0xa8538a){_0x10769b['push'](_0x10769b['shift']());}}}(a287_0x336b,0x5f8a6));export function canonicalRabetbaseOperation(_0x546824){var _0x80993d=a287_0x5d98;return[_0x546824[_0x80993d(0x13b)],..._0x546824[_0x80993d(0x134)][_0x80993d(0x133)]()[_0x80993d(0x136)](/\s+/)][_0x80993d(0x138)](Boolean)[_0x80993d(0x13e)]('.');}export function createRabetbaseWriteMetadata(_0x52af37,_0x2f8fab,_0xf38f14,_0x35f6b3){var _0x1f1077=a287_0x5d98;if(_0x35f6b3||_0xf38f14['ok']!==!![]||_0x52af37['risk']!==_0x1f1077(0x132)&&_0x52af37[_0x1f1077(0x140)]!=='high-risk-write')return undefined;return{'rabetbase':{'schemaVersion':0x1,'event':{'type':_0x1f1077(0x13a),'operation':_0x2f8fab,'risk':_0x52af37['risk']}}};}
@@ -1 +1 @@
1
- (function(_0x172f17,_0x33e61c){const _0x3b05af=a288_0x3cf2,_0x548830=_0x172f17();while(!![]){try{const _0x22527f=parseInt(_0x3b05af(0x1c8))/0x1*(parseInt(_0x3b05af(0x1c0))/0x2)+-parseInt(_0x3b05af(0x1e2))/0x3+-parseInt(_0x3b05af(0x1d6))/0x4*(-parseInt(_0x3b05af(0x1d4))/0x5)+parseInt(_0x3b05af(0x1cd))/0x6+-parseInt(_0x3b05af(0x1df))/0x7*(parseInt(_0x3b05af(0x1d2))/0x8)+parseInt(_0x3b05af(0x1c9))/0x9*(-parseInt(_0x3b05af(0x1cf))/0xa)+-parseInt(_0x3b05af(0x1c1))/0xb*(-parseInt(_0x3b05af(0x1e1))/0xc);if(_0x22527f===_0x33e61c)break;else _0x548830['push'](_0x548830['shift']());}catch(_0x2196a6){_0x548830['push'](_0x548830['shift']());}}}(a288_0x2853,0x18a3b));import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';function a288_0x2853(){const _0x2372ec=['signal','rawFlags','3178obFWxw','aborted','179292fmlnZk','241272OiaiVO','risk','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','high-risk-write','result','9066ZPRsxk','209HjGlcb','present','confirmation','command','reason','format','message','1ofjyTc','3582vbuSOM','confirm','isNonInteractive','riskLevel','73242qQDMBG','presentation','1310xtdNOw','dryRun','definition','2680tDnmDG','yes','10TWNuab','data','169912wASneS','dry-run','AbortError','service','write','Rabetbase\x20invocation\x20aborted.','execute'];a288_0x2853=function(){return _0x2372ec;};return a288_0x2853();}import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';function a288_0x3cf2(_0x1beeda,_0x14eb29){_0x1beeda=_0x1beeda-0x1bd;const _0x2853a6=a288_0x2853();let _0x3cf29d=_0x2853a6[_0x1beeda];return _0x3cf29d;}import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x1d1da4,command:_0x570937,risk:_0x54f10c,dryRun:_0x48a283}){const _0x172771=a288_0x3cf2;return JSON['stringify']({'ok':_0x1d1da4['ok'],'command':_0x570937,'risk':_0x54f10c,..._0x48a283?{'dryRun':!![]}:{},..._0x1d1da4[_0x172771(0x1d5)]!==undefined?{'data':_0x1d1da4[_0x172771(0x1d5)]}:{},..._0x1d1da4[_0x172771(0x1c7)]?{'message':_0x1d1da4['message']}:{}});}};export async function invokeRabetbase(_0x13ce14,_0x32c536){const _0x56e823=a288_0x3cf2;throwIfAborted(_0x32c536[_0x56e823(0x1dd)]);const _0x8edca0=await resolveRabetbaseInvocation(_0x13ce14),_0x1efbc9=canonicalRabetbaseOperation(_0x8edca0[_0x56e823(0x1d1)]);return await confirmWriteBeforeQueue(_0x8edca0['definition'],_0x8edca0[_0x56e823(0x1de)],_0x1efbc9,_0x32c536),runSerialized(async()=>{const _0x41bfb7=_0x56e823,_0x8a340d={};try{throwIfAborted(_0x32c536['signal']);const _0x1778ab=buildConfigFromFlags(_0x8edca0[_0x41bfb7(0x1de)]);!isRoutingRecoveryService(_0x8edca0[_0x41bfb7(0x1d1)][_0x41bfb7(0x1d9)])&&await initGlobalEnvironment(_0x1778ab);const _0x3f1a9f=createPipelineEnv(_0x1778ab,{..._0x8edca0[_0x41bfb7(0x1de)],'yes':_0x8edca0['definition'][_0x41bfb7(0x1e3)]===_0x41bfb7(0x1be)?!![]:_0x8edca0['rawFlags'][_0x41bfb7(0x1d3)],'nonInteractive':!![]},_0x8edca0['args']);_0x3f1a9f[_0x41bfb7(0x1cb)]=!![],_0x3f1a9f[_0x41bfb7(0x1cc)]=_0x41bfb7(0x1be);const _0x591aca=withAbortSignal(_0x8edca0[_0x41bfb7(0x1d1)],_0x32c536[_0x41bfb7(0x1dd)]),_0x567be6=createRabetbaseRunnerAdapter({'formatOutput'(_0x360a3c,_0x3e4515){const _0x38ec82=_0x41bfb7;_0x8a340d[_0x38ec82(0x1bf)]=_0x360a3c,_0x8a340d[_0x38ec82(0x1c4)]=_0x3e4515[_0x38ec82(0x1c4)],_0x8a340d[_0x38ec82(0x1e3)]=_0x3e4515['risk'],_0x8a340d[_0x38ec82(0x1c6)]=_0x3e4515[_0x38ec82(0x1c6)],_0x8a340d[_0x38ec82(0x1d0)]=_0x3e4515[_0x38ec82(0x1d0)]===!![];},async 'confirmHighRisk'(){const _0x343ec3=_0x41bfb7;throw new Error(_0x343ec3(0x1bd));}});await runCommand(_0x591aca,_0x3f1a9f,_0x567be6);if(!_0x8a340d[_0x41bfb7(0x1bf)]||!_0x8a340d[_0x41bfb7(0x1c4)]||!_0x8a340d[_0x41bfb7(0x1e3)]||!_0x8a340d[_0x41bfb7(0x1c6)])throw new Error('Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.');const _0x3c8134=_0x8a340d[_0x41bfb7(0x1d0)]===!![],_0x2b6044=_0x32c536[_0x41bfb7(0x1ce)]??defaultPresentation,_0x2815eb={'result':_0x8a340d[_0x41bfb7(0x1bf)],'command':_0x8a340d[_0x41bfb7(0x1c4)],'operation':_0x1efbc9,'risk':_0x8a340d[_0x41bfb7(0x1e3)],'format':_0x8a340d['format'],'dryRun':_0x3c8134},_0x3d72fa=createRabetbaseWriteMetadata(_0x8edca0['definition'],_0x1efbc9,_0x8a340d[_0x41bfb7(0x1bf)],_0x3c8134);let _0x31433e;try{_0x31433e=await _0x2b6044['present'](_0x2815eb);}catch(_0x130dcf){if(!_0x3d72fa||_0x2b6044===defaultPresentation)throw _0x130dcf;_0x31433e=await defaultPresentation[_0x41bfb7(0x1c2)](_0x2815eb);}return{'operation':_0x1efbc9,'risk':_0x8a340d['risk'],'mode':_0x3c8134?_0x41bfb7(0x1d7):_0x41bfb7(0x1dc),'result':_0x8a340d[_0x41bfb7(0x1bf)],'output':_0x31433e,..._0x3d72fa?{'metadata':_0x3d72fa}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x2cf17f,_0x4e9593,_0x487d5d,_0x320347){const _0x19d0bb=a288_0x3cf2;if(_0x4e9593[_0x19d0bb(0x1d0)]===!![]||_0x2cf17f[_0x19d0bb(0x1e3)]!==_0x19d0bb(0x1da)&&_0x2cf17f['risk']!==_0x19d0bb(0x1be))return;await _0x320347[_0x19d0bb(0x1c3)][_0x19d0bb(0x1ca)](buildRabetbaseConfirmationRequest(_0x2cf17f,_0x487d5d,_0x320347['signal']));}function withAbortSignal(_0x5d58a2,_0x15d8a3){return{..._0x5d58a2,async 'execute'(_0x1b5336){const _0x18c998=a288_0x3cf2;return throwIfAborted(_0x15d8a3),_0x5d58a2[_0x18c998(0x1dc)]({..._0x1b5336,'signal':_0x15d8a3});}};}function throwIfAborted(_0x523749){const _0x577774=a288_0x3cf2;if(_0x523749?.[_0x577774(0x1e0)])throw _0x523749[_0x577774(0x1c5)]instanceof Error?_0x523749[_0x577774(0x1c5)]:new DOMException(_0x577774(0x1db),_0x577774(0x1d8));}
1
+ (function(_0x4c040e,_0x57ae4d){const _0x42fb7a=a288_0x5bbe,_0x5034b9=_0x4c040e();while(!![]){try{const _0x27f09c=parseInt(_0x42fb7a(0xf3))/0x1+parseInt(_0x42fb7a(0xd9))/0x2+-parseInt(_0x42fb7a(0xe2))/0x3+parseInt(_0x42fb7a(0xdc))/0x4*(parseInt(_0x42fb7a(0xfa))/0x5)+parseInt(_0x42fb7a(0xf6))/0x6+parseInt(_0x42fb7a(0xe3))/0x7*(parseInt(_0x42fb7a(0xf4))/0x8)+parseInt(_0x42fb7a(0xdf))/0x9*(-parseInt(_0x42fb7a(0xef))/0xa);if(_0x27f09c===_0x57ae4d)break;else _0x5034b9['push'](_0x5034b9['shift']());}catch(_0x37cd3c){_0x5034b9['push'](_0x5034b9['shift']());}}}(a288_0x5252,0x42845));function a288_0x5bbe(_0x427c8b,_0x35a450){_0x427c8b=_0x427c8b-0xd8;const _0x5252d1=a288_0x5252();let _0x5bbe9b=_0x5252d1[_0x427c8b];return _0x5bbe9b;}import{buildConfigFromFlags,initGlobalEnvironment,isRoutingRecoveryService}from'../context.js';import{createPipelineEnv,createRabetbaseRunnerAdapter,finalizeRabetbaseRuntimeState,runCommand}from'../framework/runner.js';import{buildRabetbaseConfirmationRequest}from'../runtime/confirmation.js';import{canonicalRabetbaseOperation,createRabetbaseWriteMetadata}from'../runtime/event.js';import{runSerialized}from'../runtime/queue.js';import{resolveRabetbaseInvocation}from'../runtime/resolve.js';const defaultPresentation={'present'({result:_0x3e13da,command:_0x1786ba,risk:_0x656356,dryRun:_0x5cd572}){const _0x182aa7=a288_0x5bbe;return JSON[_0x182aa7(0xdd)]({'ok':_0x3e13da['ok'],'command':_0x1786ba,'risk':_0x656356,..._0x5cd572?{'dryRun':!![]}:{},..._0x3e13da[_0x182aa7(0xe8)]!==undefined?{'data':_0x3e13da[_0x182aa7(0xe8)]}:{},..._0x3e13da[_0x182aa7(0xd8)]?{'message':_0x3e13da[_0x182aa7(0xd8)]}:{}});}};function a288_0x5252(){const _0x3ae01a=['definition','Embedded\x20Rabetbase\x20confirmation\x20must\x20run\x20before\x20the\x20execution\x20queue.','command','126497gMteVN','8lNmsPg','isNonInteractive','657330yTlqyo','presentation','Rabetbase\x20invocation\x20completed\x20without\x20a\x20captured\x20command\x20result.','yes','5wZmfuD','risk','message','593386HEdEMa','rawFlags','high-risk-write','474484QLooab','stringify','reason','1458ubmDKP','confirmation','result','1195263VVdAuM','3057740SWYwzU','execute','service','riskLevel','dry-run','data','signal','args','AbortError','format','dryRun','present','25760qLispE'];a288_0x5252=function(){return _0x3ae01a;};return a288_0x5252();}export async function invokeRabetbase(_0x338e97,_0x394618){const _0xa7e3b6=a288_0x5bbe;throwIfAborted(_0x394618['signal']);const _0x4e2f8e=await resolveRabetbaseInvocation(_0x338e97),_0x11dbbb=canonicalRabetbaseOperation(_0x4e2f8e[_0xa7e3b6(0xf0)]);return await confirmWriteBeforeQueue(_0x4e2f8e['definition'],_0x4e2f8e[_0xa7e3b6(0xda)],_0x11dbbb,_0x394618),runSerialized(async()=>{const _0x12703f=_0xa7e3b6,_0x5e1ba9={};try{throwIfAborted(_0x394618[_0x12703f(0xe9)]);const _0x2dc559=buildConfigFromFlags(_0x4e2f8e[_0x12703f(0xda)]);!isRoutingRecoveryService(_0x4e2f8e[_0x12703f(0xf0)][_0x12703f(0xe5)])&&await initGlobalEnvironment(_0x2dc559);const _0x19653b=createPipelineEnv(_0x2dc559,{..._0x4e2f8e[_0x12703f(0xda)],'yes':_0x4e2f8e[_0x12703f(0xf0)][_0x12703f(0xfb)]===_0x12703f(0xdb)?!![]:_0x4e2f8e['rawFlags'][_0x12703f(0xf9)],'nonInteractive':!![]},_0x4e2f8e[_0x12703f(0xea)]);_0x19653b[_0x12703f(0xf5)]=!![],_0x19653b[_0x12703f(0xe6)]=_0x12703f(0xdb);const _0x1875a6=withAbortSignal(_0x4e2f8e[_0x12703f(0xf0)],_0x394618[_0x12703f(0xe9)]),_0xa1356e=createRabetbaseRunnerAdapter({'formatOutput'(_0x492795,_0x146223){const _0x13721f=_0x12703f;_0x5e1ba9[_0x13721f(0xe1)]=_0x492795,_0x5e1ba9[_0x13721f(0xf2)]=_0x146223[_0x13721f(0xf2)],_0x5e1ba9['risk']=_0x146223[_0x13721f(0xfb)],_0x5e1ba9[_0x13721f(0xec)]=_0x146223['format'],_0x5e1ba9['dryRun']=_0x146223[_0x13721f(0xed)]===!![];},async 'confirmHighRisk'(){const _0x189452=_0x12703f;throw new Error(_0x189452(0xf1));}});await runCommand(_0x1875a6,_0x19653b,_0xa1356e);if(!_0x5e1ba9[_0x12703f(0xe1)]||!_0x5e1ba9['command']||!_0x5e1ba9['risk']||!_0x5e1ba9[_0x12703f(0xec)])throw new Error(_0x12703f(0xf8));const _0x1ca923=_0x5e1ba9['dryRun']===!![],_0x4a74a3=_0x394618[_0x12703f(0xf7)]??defaultPresentation,_0x5da670={'result':_0x5e1ba9['result'],'command':_0x5e1ba9[_0x12703f(0xf2)],'operation':_0x11dbbb,'risk':_0x5e1ba9[_0x12703f(0xfb)],'format':_0x5e1ba9[_0x12703f(0xec)],'dryRun':_0x1ca923},_0x4bb61=createRabetbaseWriteMetadata(_0x4e2f8e[_0x12703f(0xf0)],_0x11dbbb,_0x5e1ba9[_0x12703f(0xe1)],_0x1ca923);let _0x52fe22;try{_0x52fe22=await _0x4a74a3[_0x12703f(0xee)](_0x5da670);}catch(_0x245f5f){if(!_0x4bb61||_0x4a74a3===defaultPresentation)throw _0x245f5f;_0x52fe22=await defaultPresentation[_0x12703f(0xee)](_0x5da670);}return{'operation':_0x11dbbb,'risk':_0x5e1ba9[_0x12703f(0xfb)],'mode':_0x1ca923?_0x12703f(0xe7):_0x12703f(0xe4),'result':_0x5e1ba9['result'],'output':_0x52fe22,..._0x4bb61?{'metadata':_0x4bb61}:{}};}finally{await finalizeRabetbaseRuntimeState();}});}async function confirmWriteBeforeQueue(_0x218320,_0x4f477b,_0x2f4952,_0x4a45c7){const _0x198570=a288_0x5bbe;if(_0x4f477b[_0x198570(0xed)]===!![]||_0x218320['risk']!=='write'&&_0x218320['risk']!==_0x198570(0xdb))return;await _0x4a45c7[_0x198570(0xe0)]['confirm'](buildRabetbaseConfirmationRequest(_0x218320,_0x2f4952,_0x4a45c7[_0x198570(0xe9)]));}function withAbortSignal(_0x4d6fc2,_0x2b0059){return{..._0x4d6fc2,async 'execute'(_0x6df49){const _0x681605=a288_0x5bbe;return throwIfAborted(_0x2b0059),_0x4d6fc2[_0x681605(0xe4)]({..._0x6df49,'signal':_0x2b0059});}};}function throwIfAborted(_0x4b8b56){const _0x1aa8bc=a288_0x5bbe;if(_0x4b8b56?.['aborted'])throw _0x4b8b56[_0x1aa8bc(0xde)]instanceof Error?_0x4b8b56[_0x1aa8bc(0xde)]:new DOMException('Rabetbase\x20invocation\x20aborted.',_0x1aa8bc(0xeb));}
@@ -1 +1 @@
1
- function a289_0x34bb(){const _0x4a268c=['935398MofLfS','1156059otocRg','6641868QoCvmD','13415lFYnNE','236395oJxWNZ','9429608FtEPTR','7AEGmTq','90954ytWNhY','catch','120oewTCR','990TnrvuE'];a289_0x34bb=function(){return _0x4a268c;};return a289_0x34bb();}(function(_0x58a080,_0x90a10d){const _0x2f53e2=a289_0x2935,_0xc98f84=_0x58a080();while(!![]){try{const _0x4bf0a8=-parseInt(_0x2f53e2(0x160))/0x1+-parseInt(_0x2f53e2(0x15c))/0x2+parseInt(_0x2f53e2(0x15d))/0x3+parseInt(_0x2f53e2(0x165))/0x4*(-parseInt(_0x2f53e2(0x15f))/0x5)+-parseInt(_0x2f53e2(0x15e))/0x6+-parseInt(_0x2f53e2(0x162))/0x7*(-parseInt(_0x2f53e2(0x161))/0x8)+-parseInt(_0x2f53e2(0x163))/0x9*(-parseInt(_0x2f53e2(0x166))/0xa);if(_0x4bf0a8===_0x90a10d)break;else _0xc98f84['push'](_0xc98f84['shift']());}catch(_0x51c2ff){_0xc98f84['push'](_0xc98f84['shift']());}}}(a289_0x34bb,0xa44da));function a289_0x2935(_0x3be639,_0x28bdea){_0x3be639=_0x3be639-0x15c;const _0x34bb73=a289_0x34bb();let _0x2935cb=_0x34bb73[_0x3be639];return _0x2935cb;}let tail=Promise['resolve']();export async function runSerialized(_0x400e3a){const _0x1f0bf3=a289_0x2935,_0x3b26fa=tail;let _0xbd1052;tail=new Promise(_0x4505c8=>{_0xbd1052=_0x4505c8;}),await _0x3b26fa[_0x1f0bf3(0x164)](()=>undefined);try{return await _0x400e3a();}finally{_0xbd1052();}}
1
+ function a289_0x56f5(){const _0xd3ea4f=['204960xkThnK','resolve','282708jLHvTq','2429705OXWHfq','catch','319ploTrG','162DLwEUf','10ggxfNf','3MIUOcu','19817RWTVyq','20RRJaVB','217553SFCvkp','5415032Avuqsb','958428dvjBnW'];a289_0x56f5=function(){return _0xd3ea4f;};return a289_0x56f5();}const a289_0x2c9b57=a289_0x381f;(function(_0x4e5c8d,_0x3a8c86){const _0x5bbca1=a289_0x381f,_0x53c5e3=_0x4e5c8d();while(!![]){try{const _0x1ae9ab=-parseInt(_0x5bbca1(0x13b))/0x1*(parseInt(_0x5bbca1(0x137))/0x2)+-parseInt(_0x5bbca1(0x138))/0x3*(parseInt(_0x5bbca1(0x132))/0x4)+parseInt(_0x5bbca1(0x133))/0x5+-parseInt(_0x5bbca1(0x136))/0x6*(parseInt(_0x5bbca1(0x139))/0x7)+parseInt(_0x5bbca1(0x13c))/0x8+parseInt(_0x5bbca1(0x13d))/0x9*(parseInt(_0x5bbca1(0x13a))/0xa)+parseInt(_0x5bbca1(0x135))/0xb*(parseInt(_0x5bbca1(0x13e))/0xc);if(_0x1ae9ab===_0x3a8c86)break;else _0x53c5e3['push'](_0x53c5e3['shift']());}catch(_0x1ce769){_0x53c5e3['push'](_0x53c5e3['shift']());}}}(a289_0x56f5,0x9b555));let tail=Promise[a289_0x2c9b57(0x13f)]();function a289_0x381f(_0x16eaea,_0x579055){_0x16eaea=_0x16eaea-0x132;const _0x56f526=a289_0x56f5();let _0x381fa1=_0x56f526[_0x16eaea];return _0x381fa1;}export async function runSerialized(_0x19afdc){const _0xe20d1d=a289_0x2c9b57,_0x1b88c8=tail;let _0x33e690;tail=new Promise(_0x5beb6b=>{_0x33e690=_0x5beb6b;}),await _0x1b88c8[_0xe20d1d(0x134)](()=>undefined);try{return await _0x19afdc();}finally{_0x33e690();}}
@@ -1 +1 @@
1
- (function(_0x32bf1d,_0x509076){const _0x317fd6=a290_0x4019,_0x307dff=_0x32bf1d();while(!![]){try{const _0x16df7e=-parseInt(_0x317fd6(0xe7))/0x1+parseInt(_0x317fd6(0xe0))/0x2*(parseInt(_0x317fd6(0xe8))/0x3)+parseInt(_0x317fd6(0xdc))/0x4+-parseInt(_0x317fd6(0xda))/0x5*(-parseInt(_0x317fd6(0xe3))/0x6)+parseInt(_0x317fd6(0xe1))/0x7*(-parseInt(_0x317fd6(0xe9))/0x8)+parseInt(_0x317fd6(0xde))/0x9+parseInt(_0x317fd6(0xeb))/0xa*(-parseInt(_0x317fd6(0xdf))/0xb);if(_0x16df7e===_0x509076)break;else _0x307dff['push'](_0x307dff['shift']());}catch(_0x3a1b74){_0x307dff['push'](_0x307dff['shift']());}}}(a290_0x1791,0xa631d));import a290_0x1fa88d from'meow';function a290_0x4019(_0x3f0c78,_0x301d36){_0x3f0c78=_0x3f0c78-0xda;const _0x179172=a290_0x1791();let _0x401952=_0x179172[_0x3f0c78];return _0x401952;}import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';import{buildMeowFlags}from'../constant/cli.js';import{CliErrors}from'../errors.js';import{assertSupportedCommandFlags}from'../framework/supported-flags.js';function a290_0x1791(){const _0xc98b3f=['slice','join','unknownCommand','203320VFQnhT','6gBpEqx','8pHMGmJ','input','60mBrAUs','45775dHMVcs','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','2050348BbKRek','validation','8382087IfjyfN','2277858AgibLv','651296tWQWeY','8945090EPXzdz','wildcardDef','858dsFfWq'];a290_0x1791=function(){return _0xc98b3f;};return a290_0x1791();}export async function resolveRabetbaseInvocation(_0x366e12){const _0x48ec72=a290_0x4019,_0x598848=a290_0x1fa88d('',{'importMeta':import.meta,'argv':[..._0x366e12],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x49e5bf=[..._0x598848[_0x48ec72(0xea)]],_0x3f31e3=_0x598848['flags'],_0x45906e=_0x49e5bf[0x0];if(!_0x45906e)throw CliErrors[_0x48ec72(0xdd)]('Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.');const _0xa7905f=resolveRemovedCommand(_0x45906e,_0x49e5bf[0x1]);if(_0xa7905f)throw CliErrors[_0x48ec72(0xdd)](_0xa7905f['message'],_0xa7905f['hint']);if(_0x45906e==='run')throw CliErrors[_0x48ec72(0xdd)]('`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.',_0x48ec72(0xdb));if(!isKnownService(_0x45906e))throw CliErrors[_0x48ec72(0xe6)](_0x49e5bf[_0x48ec72(0xe5)]('\x20'));const _0x25e2bb=getServiceEntry(_0x45906e),_0x4c2be4=_0x49e5bf[0x1],_0x1eae94=_0x4c2be4||_0x25e2bb['defaultCommand'];if(!_0x1eae94){if(_0x25e2bb[_0x48ec72(0xe2)])return{'definition':_0x25e2bb[_0x48ec72(0xe2)],'rawFlags':_0x3f31e3,'args':[]};throw CliErrors['validation']('Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22'+_0x45906e+'\x22.');}const _0x12cff1=findDefinition(_0x45906e,_0x1eae94);if(_0x12cff1)return assertSupportedCommandFlags(_0x12cff1,_0x3f31e3),{'definition':_0x12cff1,'rawFlags':_0x3f31e3,'args':_0x49e5bf[_0x48ec72(0xe4)](0x2)};if(_0x25e2bb[_0x48ec72(0xe2)])return{'definition':_0x25e2bb['wildcardDef'],'rawFlags':_0x3f31e3,'args':[_0x1eae94,..._0x49e5bf[_0x48ec72(0xe4)](0x2)]};throw CliErrors['unknownCommand'](_0x45906e+'\x20'+_0x1eae94);}
1
+ (function(_0x5c673a,_0x5e0258){const _0x17f4e3=a290_0x40dc,_0x25681b=_0x5c673a();while(!![]){try{const _0x41e2c8=-parseInt(_0x17f4e3(0xa3))/0x1*(parseInt(_0x17f4e3(0x9e))/0x2)+-parseInt(_0x17f4e3(0x9c))/0x3+parseInt(_0x17f4e3(0x96))/0x4*(-parseInt(_0x17f4e3(0x90))/0x5)+-parseInt(_0x17f4e3(0x99))/0x6*(parseInt(_0x17f4e3(0x91))/0x7)+parseInt(_0x17f4e3(0x95))/0x8+-parseInt(_0x17f4e3(0x93))/0x9+parseInt(_0x17f4e3(0x98))/0xa*(parseInt(_0x17f4e3(0x9b))/0xb);if(_0x41e2c8===_0x5e0258)break;else _0x25681b['push'](_0x25681b['shift']());}catch(_0xbf1ea7){_0x25681b['push'](_0x25681b['shift']());}}}(a290_0x48c7,0x4d349));function a290_0x40dc(_0x20825d,_0x19419c){_0x20825d=_0x20825d-0x8f;const _0x48c74d=a290_0x48c7();let _0x40dc09=_0x48c74d[_0x20825d];return _0x40dc09;}import a290_0x1388e9 from'meow';import{findDefinition,getServiceEntry,isKnownService,resolveRemovedCommand}from'../commands/registry.js';import{buildMeowFlags}from'../constant/cli.js';import{CliErrors}from'../errors.js';import{assertSupportedCommandFlags}from'../framework/supported-flags.js';export async function resolveRabetbaseInvocation(_0x3f8a8e){const _0x27200d=a290_0x40dc,_0x362d36=a290_0x1388e9('',{'importMeta':import.meta,'argv':[..._0x3f8a8e],'flags':buildMeowFlags(),'autoHelp':![],'autoVersion':![]}),_0x331ed5=[..._0x362d36[_0x27200d(0x94)]],_0xd374ab=_0x362d36['flags'],_0x2d968d=_0x331ed5[0x0];if(!_0x2d968d)throw CliErrors[_0x27200d(0x9a)](_0x27200d(0xa2));const _0x445349=resolveRemovedCommand(_0x2d968d,_0x331ed5[0x1]);if(_0x445349)throw CliErrors[_0x27200d(0x9a)](_0x445349['message'],_0x445349[_0x27200d(0x97)]);if(_0x2d968d==='run')throw CliErrors['validation']('`rabetbase\x20run`\x20is\x20unavailable\x20through\x20the\x20embedded\x20runtime\x20because\x20it\x20executes\x20arbitrary\x20package\x20scripts.',_0x27200d(0x92));if(!isKnownService(_0x2d968d))throw CliErrors[_0x27200d(0x9f)](_0x331ed5[_0x27200d(0xa1)]('\x20'));const _0x513576=getServiceEntry(_0x2d968d),_0x214d7c=_0x331ed5[0x1],_0x3069d4=_0x214d7c||_0x513576['defaultCommand'];if(!_0x3069d4){if(_0x513576['wildcardDef'])return{'definition':_0x513576[_0x27200d(0x9d)],'rawFlags':_0xd374ab,'args':[]};throw CliErrors[_0x27200d(0x9a)](_0x27200d(0x8f)+_0x2d968d+'\x22.');}const _0x4f1276=findDefinition(_0x2d968d,_0x3069d4);if(_0x4f1276)return assertSupportedCommandFlags(_0x4f1276,_0xd374ab),{'definition':_0x4f1276,'rawFlags':_0xd374ab,'args':_0x331ed5[_0x27200d(0xa0)](0x2)};if(_0x513576[_0x27200d(0x9d)])return{'definition':_0x513576[_0x27200d(0x9d)],'rawFlags':_0xd374ab,'args':[_0x3069d4,..._0x331ed5[_0x27200d(0xa0)](0x2)]};throw CliErrors['unknownCommand'](_0x2d968d+'\x20'+_0x3069d4);}function a290_0x48c7(){const _0xda3cdf=['1979335XewLXQ','865991rQJEwv','Use\x20an\x20explicit\x20shell\x20tool\x20only\x20when\x20script\x20execution\x20is\x20intentionally\x20requested.','265797fXzZqI','input','3994528kfGFlw','4QrVvoO','hint','35940yAGTJL','6hMHBnc','validation','3179DwZxFe','1235487VpUscS','wildcardDef','2ZjBNsZ','unknownCommand','slice','join','Rabetbase\x20argv\x20must\x20include\x20a\x20service\x20and\x20command.','260807XhSjRI','Rabetbase\x20argv\x20must\x20include\x20a\x20command\x20for\x20service\x20\x22'];a290_0x48c7=function(){return _0xda3cdf;};return a290_0x48c7();}