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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/README.md +18 -0
  2. package/lib/api/api-doc.js +1 -1
  3. package/lib/api/fetch-model-list.js +1 -1
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/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/add.js +1 -1
  21. package/lib/commands/app/discover.js +1 -1
  22. package/lib/commands/app/index.js +1 -1
  23. package/lib/commands/app/list.js +1 -1
  24. package/lib/commands/app/remove.js +1 -1
  25. package/lib/commands/app/shared.js +1 -1
  26. package/lib/commands/app/use.js +1 -1
  27. package/lib/commands/auth/index.js +1 -1
  28. package/lib/commands/bff/create.js +1 -1
  29. package/lib/commands/bff/delete.js +1 -1
  30. package/lib/commands/bff/detail.js +1 -1
  31. package/lib/commands/bff/index.js +1 -1
  32. package/lib/commands/bff/list.js +1 -1
  33. package/lib/commands/bff/pull.js +1 -1
  34. package/lib/commands/bff/push.js +1 -1
  35. package/lib/commands/bff/status.js +1 -1
  36. package/lib/commands/cli-update.js +1 -1
  37. package/lib/commands/codegen/index.js +1 -1
  38. package/lib/commands/codegen/sdk.js +1 -1
  39. package/lib/commands/codegen/sql.js +1 -1
  40. package/lib/commands/common/app-selector.js +1 -1
  41. package/lib/commands/common/flags.js +1 -1
  42. package/lib/commands/common/validate.js +1 -1
  43. package/lib/commands/config/get.js +1 -1
  44. package/lib/commands/config/index.js +1 -1
  45. package/lib/commands/config/list.js +1 -1
  46. package/lib/commands/config/set.js +1 -1
  47. package/lib/commands/config/shared.js +1 -1
  48. package/lib/commands/data/filter.js +1 -1
  49. package/lib/commands/data/getOne.js +1 -1
  50. package/lib/commands/data/index.js +1 -1
  51. package/lib/commands/data/shared.js +1 -1
  52. package/lib/commands/dataset/capability.js +1 -1
  53. package/lib/commands/dataset/delete.js +1 -1
  54. package/lib/commands/dataset/detail.js +1 -1
  55. package/lib/commands/dataset/extend-update.js +1 -1
  56. package/lib/commands/dataset/field-update.js +1 -1
  57. package/lib/commands/dataset/index.js +1 -1
  58. package/lib/commands/dataset/link-create.js +1 -1
  59. package/lib/commands/dataset/link-delete.js +1 -1
  60. package/lib/commands/dataset/link-shared.js +1 -1
  61. package/lib/commands/dataset/link-update.js +1 -1
  62. package/lib/commands/dataset/links.js +1 -1
  63. package/lib/commands/dataset/list.js +1 -1
  64. package/lib/commands/dataset/operations.js +1 -1
  65. package/lib/commands/dataset/rename.js +1 -1
  66. package/lib/commands/db/analyze-cancel.js +1 -1
  67. package/lib/commands/db/analyze-start.js +1 -1
  68. package/lib/commands/db/analyze-status.js +1 -1
  69. package/lib/commands/db/create.js +1 -1
  70. package/lib/commands/db/delete.js +1 -1
  71. package/lib/commands/db/detail.js +1 -1
  72. package/lib/commands/db/diff.js +1 -1
  73. package/lib/commands/db/index.js +1 -1
  74. package/lib/commands/db/list.js +1 -1
  75. package/lib/commands/db/shared.js +1 -1
  76. package/lib/commands/db/tables.js +1 -1
  77. package/lib/commands/db/test.js +1 -1
  78. package/lib/commands/db/update.js +1 -1
  79. package/lib/commands/doctor.js +1 -1
  80. package/lib/commands/init/index.js +1 -1
  81. package/lib/commands/issue/index.js +1 -1
  82. package/lib/commands/issue/nudge.js +1 -1
  83. package/lib/commands/issue/report.js +1 -1
  84. package/lib/commands/issue/shared.js +1 -1
  85. package/lib/commands/logs/index.js +1 -1
  86. package/lib/commands/menu/index.js +1 -1
  87. package/lib/commands/menu/shared/compare-table.js +1 -1
  88. package/lib/commands/menu/shared/index.js +1 -1
  89. package/lib/commands/menu/shared/inquirer.js +1 -1
  90. package/lib/commands/menu/shared/local-pages.js +1 -1
  91. package/lib/commands/menu/shared/logic.js +1 -1
  92. package/lib/commands/menu/shared/service.js +1 -1
  93. package/lib/commands/menu/shared/sync-core.js +1 -1
  94. package/lib/commands/menu/shared/update-core.js +1 -1
  95. package/lib/commands/menu/shared/valid-url.js +1 -1
  96. package/lib/commands/menu/sync.js +1 -1
  97. package/lib/commands/menu/update.js +1 -1
  98. package/lib/commands/page/generate-start.js +1 -1
  99. package/lib/commands/page/generate-status.js +1 -1
  100. package/lib/commands/page/index.js +1 -1
  101. package/lib/commands/page/pull.js +1 -1
  102. package/lib/commands/page/push.js +1 -1
  103. package/lib/commands/page/shared.js +1 -1
  104. package/lib/commands/page/standard-page-status.js +1 -1
  105. package/lib/commands/page/sync.js +1 -1
  106. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  107. package/lib/commands/project/create/format-elapsed.js +1 -1
  108. package/lib/commands/project/create/main.js +1 -1
  109. package/lib/commands/project/create/non-interactive.js +1 -1
  110. package/lib/commands/project/create/project-template-path.js +1 -1
  111. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  112. package/lib/commands/project/create/use-format-code.js +1 -1
  113. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  114. package/lib/commands/project/index.js +1 -1
  115. package/lib/commands/project/init.js +1 -1
  116. package/lib/commands/project/upgrade.js +1 -1
  117. package/lib/commands/registry.js +1 -1
  118. package/lib/commands/run/index.js +1 -1
  119. package/lib/commands/schema.js +1 -1
  120. package/lib/commands/skill/index.js +1 -1
  121. package/lib/commands/sql/create.js +1 -1
  122. package/lib/commands/sql/delete.js +1 -1
  123. package/lib/commands/sql/detail.js +1 -1
  124. package/lib/commands/sql/exec.js +1 -1
  125. package/lib/commands/sql/index.js +1 -1
  126. package/lib/commands/sql/list.js +1 -1
  127. package/lib/commands/sql/pull.js +1 -1
  128. package/lib/commands/sql/push.js +1 -1
  129. package/lib/commands/sql/save.js +1 -1
  130. package/lib/commands/sql/shared.js +1 -1
  131. package/lib/commands/sql/status.js +1 -1
  132. package/lib/commands/sql/validate.js +1 -1
  133. package/lib/config/schema.js +1 -1
  134. package/lib/constant/cdn.js +1 -1
  135. package/lib/constant/cli.js +1 -1
  136. package/lib/constant/defaults.js +1 -1
  137. package/lib/constant/domain.js +1 -1
  138. package/lib/constant/env.js +1 -1
  139. package/lib/constant/output.js +1 -1
  140. package/lib/constant/paths.js +1 -1
  141. package/lib/constant/risk.js +1 -1
  142. package/lib/context.js +1 -1
  143. package/lib/core/alias-resolver.js +1 -1
  144. package/lib/core/api-client.js +1 -1
  145. package/lib/core/bff/config.js +1 -1
  146. package/lib/core/bff/file-system.js +1 -1
  147. package/lib/core/bff/hash.js +1 -1
  148. package/lib/core/bff/lock.js +1 -1
  149. package/lib/core/bff/utils.js +1 -1
  150. package/lib/core/db-resolver.js +1 -1
  151. package/lib/core/page/file-system.js +1 -1
  152. package/lib/core/page/hash.js +1 -1
  153. package/lib/core/page/lock.js +1 -1
  154. package/lib/core/sql-sync/config.js +1 -1
  155. package/lib/core/sql-sync/file-system.js +1 -1
  156. package/lib/core/sql-sync/hash.js +1 -1
  157. package/lib/core/sql-sync/lock.js +1 -1
  158. package/lib/core/sql-sync/utils.js +1 -1
  159. package/lib/core/sql-validator.js +1 -1
  160. package/lib/errors.js +1 -1
  161. package/lib/framework/build-all-flags.js +1 -1
  162. package/lib/framework/flags.js +1 -1
  163. package/lib/framework/help.js +1 -1
  164. package/lib/framework/index.js +1 -1
  165. package/lib/framework/output.js +1 -1
  166. package/lib/framework/response.js +1 -1
  167. package/lib/framework/runner-alias.js +1 -1
  168. package/lib/framework/runner.js +1 -1
  169. package/lib/framework/schema-export.js +1 -1
  170. package/lib/framework/types.js +1 -1
  171. package/lib/generated/build-info.js +1 -1
  172. package/lib/help.js +1 -1
  173. package/lib/skills/main.js +1 -1
  174. package/lib/skills/npx-skills-add.js +1 -1
  175. package/lib/telemetry/cli-command-trace.js +1 -1
  176. package/lib/telemetry/cli-help-trace.js +1 -1
  177. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  178. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  179. package/lib/telemetry/send-cli-trace-log.js +1 -1
  180. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  181. package/lib/utils/ai_config.js +1 -1
  182. package/lib/utils/apply-jq-filter.js +1 -1
  183. package/lib/utils/cdn-config.js +1 -1
  184. package/lib/utils/check-sdk-version.js +1 -1
  185. package/lib/utils/cli-version-check.js +1 -1
  186. package/lib/utils/cli-version-policy.js +1 -1
  187. package/lib/utils/config.js +1 -1
  188. package/lib/utils/copy-directory.js +1 -1
  189. package/lib/utils/entity-with-id.js +1 -1
  190. package/lib/utils/file-utils.js +1 -1
  191. package/lib/utils/guides-cdn.js +1 -1
  192. package/lib/utils/http-client.js +1 -1
  193. package/lib/utils/is-non-interactive.js +1 -1
  194. package/lib/utils/logger.js +1 -1
  195. package/lib/utils/params.js +1 -1
  196. package/lib/utils/platform.js +1 -1
  197. package/lib/utils/rules-cdn.js +1 -1
  198. package/lib/utils/sleep.js +1 -1
  199. package/lib/utils/template-replacer.js +1 -1
  200. package/lib/utils/version.js +1 -1
  201. package/lib/utils/with-active-cookie.js +1 -1
  202. package/lib/utils/write-cli-side-channel.js +1 -1
  203. package/package.json +3 -3
package/README.md CHANGED
@@ -77,6 +77,24 @@ rabetbase api pull --appcode <app-code>
77
77
  rabetbase add page
78
78
  ```
79
79
 
80
+ ## 🤖 Agent Runtime 智能发布
81
+
82
+ 在支持仓库 Agent Skill 的 Agent Runtime terminal 中,可以输入发布意图。Agent 会加载并遵循本仓 repo-local deploy skill:`.agents/skills/flow-rabetbase-cli-deploy/SKILL.md`,该 skill 会引用 `wiki/policies/cli-deploy-policy.md`,并最终调用受保护的 npm 发布脚本:
83
+
84
+ | 输入 | Agent 执行动作 |
85
+ | --- | --- |
86
+ | `deploy beta` | 按 `flow-rabetbase-cli-deploy` 的 beta 流程执行门禁,临时写 beta 版本并发布 npm beta;不创建 MR、不把 beta 版本提交回 `main` |
87
+ | `deploy latest` | 按 `flow-rabetbase-cli-deploy` 的 latest 流程执行门禁,临时写 stable 版本并发布 npm latest / Open Skill;不创建 MR、不把 latest 版本提交回 `main` |
88
+
89
+ `deploy beta` / `deploy latest` 是 Agent 意图短语,不是普通 shell 命令;也不是直接在 shell 中执行 `SKILL.md` 文件。普通终端中请直接使用 `npm run beta-release` 或 `npm run release`。裸 `deploy` 不作为推荐发布入口;Agent 收到时应先要求用户明确 `beta` 或 `latest` 通道,不能默认执行正式发布。
90
+
91
+ 发布硬规则:
92
+
93
+ - `deploy beta` / `deploy latest` 不要求 MR,也不写 `main`;可在干净的 `main` 或 release 工作区执行,但脚本不得提交或推送当前分支。
94
+ - 修改代码、文档、Skill、脚本、测试等仓库持久化内容必须走 CodeUp MR。
95
+ - 发布前必须完成本地验证,并确认当前 npmjs 发布身份。
96
+ - npm 发布认证以 npm CLI 提供的 WebAuthn / Security Key 链路为主;OTP 仅在 npm CLI 明确要求时作为兜底。
97
+
80
98
  ## 分场景使用教程
81
99
 
82
100
  由浅入深的说明见 **[docs/user-guide/README.md](./docs/user-guide/README.md)**(安装与登录、配置与多应用、API/数据集、自定义 SQL、BFF 同步、代码生成与菜单、排障等)。逐项参数仍以 [docs/commands.md](./docs/commands.md) 为准。
@@ -1 +1 @@
1
- const a0_0x421854=a0_0x3635;(function(_0x92096b,_0x1551e0){const _0xa6a1ee=a0_0x3635,_0x3309aa=_0x92096b();while(!![]){try{const _0x7c7b17=parseInt(_0xa6a1ee(0x1d1))/0x1*(parseInt(_0xa6a1ee(0x1da))/0x2)+parseInt(_0xa6a1ee(0x1e7))/0x3+parseInt(_0xa6a1ee(0x1d2))/0x4+parseInt(_0xa6a1ee(0x1d0))/0x5*(-parseInt(_0xa6a1ee(0x1e6))/0x6)+parseInt(_0xa6a1ee(0x1dc))/0x7+parseInt(_0xa6a1ee(0x1c9))/0x8+-parseInt(_0xa6a1ee(0x1cf))/0x9;if(_0x7c7b17===_0x1551e0)break;else _0x3309aa['push'](_0x3309aa['shift']());}catch(_0x551c23){_0x3309aa['push'](_0x3309aa['shift']());}}}(a0_0x4587,0x7d404));import{mkdirSync,writeFileSync}from'node:fs';function a0_0x3635(_0xe0d70c,_0x302919){_0xe0d70c=_0xe0d70c-0x1c8;const _0x4587ae=a0_0x4587();let _0x363566=_0x4587ae[_0xe0d70c];return _0x363566;}import a0_0x584055 from'node:path';import{getApiDomain}from'../constant/domain.js';import{logger}from'../utils/logger.js';import{platformFetch}from'../core/api-client.js';export async function fetchDatasetDoc(_0x15dbcb){const _0x56ffe5=a0_0x3635,{appCode:_0x1000a6,cookie:_0x2f9b73,datasetCode:_0x561698,datasetId:_0x9e8cc0,extraParams:_0x3a63de}=_0x15dbcb,_0xb5ac90=getApiDomain()+_0x56ffe5(0x1d3),_0x464e83=await platformFetch(_0xb5ac90,{'method':_0x56ffe5(0x1e5),'body':{'appCode':_0x1000a6,'datasetCode':_0x561698,'datasetId':_0x9e8cc0,..._0x3a63de||{}},'cookie':_0x2f9b73,'label':_0x56ffe5(0x1ca)+_0x561698+')'});if(!_0x464e83||typeof _0x464e83[_0x56ffe5(0x1cb)]!==_0x56ffe5(0x1df))throw new Error('Invalid\x20response\x20format\x20('+_0x561698+_0x56ffe5(0x1ce));return _0x464e83[_0x56ffe5(0x1cb)];}function delay(_0x58d50c){return new Promise(_0x5979d8=>setTimeout(_0x5979d8,_0x58d50c));}export async function generateDatasetDocs(_0x48ae65,_0x3e776a,_0x2112d3,_0xa0a2e9=a0_0x421854(0x1d9),_0x97b6f3,_0x3fe270){const _0x1c71f7=a0_0x421854;mkdirSync(_0xa0a2e9,{'recursive':!![]});const _0x2aa821=[],_0x365b88=_0x48ae65['length'];console[_0x1c71f7(0x1d8)]('\x0a'+_0x365b88+_0x1c71f7(0x1e8));for(let _0x51b88b=0x0;_0x51b88b<_0x48ae65[_0x1c71f7(0x1e3)];_0x51b88b++){const _0x458a41=_0x48ae65[_0x51b88b],_0x353c72=_0x51b88b+0x1,_0x46a20d=_0x458a41[_0x1c71f7(0x1dd)];try{console['log']('['+_0x353c72+'/'+_0x365b88+_0x1c71f7(0x1de)+_0x46a20d+'.md\x20('+_0x458a41[_0x1c71f7(0x1d7)]+')');if(_0x97b6f3)_0x97b6f3(_0x353c72,_0x365b88,_0x46a20d);const _0x2847c0=await fetchDatasetDoc({'appCode':_0x3e776a,'cookie':_0x2112d3,'datasetCode':_0x458a41[_0x1c71f7(0x1d5)],'datasetId':_0x458a41['id'],'enableAI':![],'extraParams':_0x3fe270}),_0x529d4e=a0_0x584055['join'](_0xa0a2e9,_0x46a20d+_0x1c71f7(0x1e0));writeFileSync(_0x529d4e,_0x2847c0,{'encoding':_0x1c71f7(0x1d6)}),console[_0x1c71f7(0x1d8)]('✓\x20Generated:\x20'+_0x46a20d+_0x1c71f7(0x1e0)),logger[_0x1c71f7(0x1cc)](_0x1c71f7(0x1db),_0x1c71f7(0x1e4)+_0x46a20d,undefined,{'datasetCode':_0x458a41['datasetCode'],'datasetName':_0x458a41[_0x1c71f7(0x1d7)],'filePath':_0x529d4e,'progress':_0x353c72+'/'+_0x365b88}),_0x2aa821[_0x1c71f7(0x1c8)]({'datasetCode':_0x458a41[_0x1c71f7(0x1d5)],'datasetName':_0x458a41['name'],'filePath':_0x529d4e,'success':!![]});if(_0x353c72<_0x365b88)await delay(0x1388);}catch(_0x360f6c){const _0x137c21=_0x360f6c instanceof Error?_0x360f6c[_0x1c71f7(0x1cd)]:String(_0x360f6c);console[_0x1c71f7(0x1d8)](_0x1c71f7(0x1e1)+_0x46a20d+_0x1c71f7(0x1d4)+_0x137c21),logger[_0x1c71f7(0x1e9)](_0x1c71f7(0x1db),'生成文档失败:\x20'+_0x458a41[_0x1c71f7(0x1d5)],{'datasetCode':_0x458a41[_0x1c71f7(0x1d5)],'datasetName':_0x458a41[_0x1c71f7(0x1d7)],'error':_0x137c21,'progress':_0x353c72+'/'+_0x365b88}),_0x2aa821['push']({'datasetCode':_0x458a41['datasetCode'],'datasetName':_0x458a41[_0x1c71f7(0x1d7)],'filePath':'','success':![],'error':_0x137c21}),_0x353c72<_0x365b88&&(console[_0x1c71f7(0x1d8)](_0x1c71f7(0x1e2)),await delay(0xbb8));}}return _0x2aa821;}function a0_0x4587(){const _0x2b7d55=['markdown','success','message','):\x20missing\x20data.markdown\x20field','5953005XlMRBA','1125xjYdgI','2819sxWrcT','3650640vsxcyn','/api/node-toolbox/api-doc-generator','.md\x20-\x20','datasetCode','utf8','name','log','./docs','444FbxZAz','api-doc','101626LlbeJM','tableName',']\x20Generating:\x20','string','.md','✗\x20Failed:\x20','Waiting\x203\x20seconds...\x0a','length','生成文档成功:\x20','POST','22020YfcRvM','511887CxUDCG','\x20datasets\x20to\x20generate\x20docs\x20for\x0a','error','push','2212784cUDkfS','Fetch\x20doc\x20('];a0_0x4587=function(){return _0x2b7d55;};return a0_0x4587();}
1
+ const a0_0x4acc34=a0_0x3e58;(function(_0x4b4afe,_0x240620){const _0x4f04e4=a0_0x3e58,_0x5b6275=_0x4b4afe();while(!![]){try{const _0x469b3c=-parseInt(_0x4f04e4(0xb0))/0x1+-parseInt(_0x4f04e4(0x9d))/0x2*(-parseInt(_0x4f04e4(0xa6))/0x3)+parseInt(_0x4f04e4(0xaf))/0x4+parseInt(_0x4f04e4(0xae))/0x5+parseInt(_0x4f04e4(0xb1))/0x6*(parseInt(_0x4f04e4(0xb7))/0x7)+-parseInt(_0x4f04e4(0xab))/0x8+-parseInt(_0x4f04e4(0xa2))/0x9;if(_0x469b3c===_0x240620)break;else _0x5b6275['push'](_0x5b6275['shift']());}catch(_0x5b58a0){_0x5b6275['push'](_0x5b6275['shift']());}}}(a0_0x5972,0xd9d4e));import{mkdirSync,writeFileSync}from'node:fs';import a0_0x30181b from'node:path';import{getApiDomain}from'../constant/domain.js';function a0_0x3e58(_0x13e234,_0x4ab93d){_0x13e234=_0x13e234-0x9c;const _0x59722f=a0_0x5972();let _0x3e58f6=_0x59722f[_0x13e234];return _0x3e58f6;}import{logger}from'../utils/logger.js';function a0_0x5972(){const _0x155e26=['length','65380kaoEIF','string',']\x20Generating:\x20','Waiting\x203\x20seconds...\x0a','POST','2408286YUGnbe','.md\x20(','tableName','✓\x20Generated:\x20','./docs','8184006oAPJej','api-doc','datasetCode','name','3AcKPTf','log','utf8','join','生成文档失败:\x20','13070024VBCsKr','✗\x20Failed:\x20','生成文档成功:\x20','985055OsRNrs','6434504YIUiHF','555155Edxbnl','630zsFAnq','.md\x20-\x20','.md','push','message'];a0_0x5972=function(){return _0x155e26;};return a0_0x5972();}import{platformFetch}from'../core/api-client.js';export async function fetchDatasetDoc(_0x5a5b35){const _0x52507a=a0_0x3e58,{appCode:_0x5225ea,cookie:_0x16bbd5,datasetCode:_0x4b18d8,datasetId:_0x97fe0a,extraParams:_0x5a27b4}=_0x5a5b35,_0x440fad=getApiDomain()+'/api/node-toolbox/api-doc-generator',_0x45bd96=await platformFetch(_0x440fad,{'method':_0x52507a(0x9c),'body':{'appCode':_0x5225ea,'datasetCode':_0x4b18d8,'datasetId':_0x97fe0a,..._0x5a27b4||{}},'cookie':_0x16bbd5,'label':'Fetch\x20doc\x20('+_0x4b18d8+')'});if(!_0x45bd96||typeof _0x45bd96['markdown']!==_0x52507a(0xb8))throw new Error('Invalid\x20response\x20format\x20('+_0x4b18d8+'):\x20missing\x20data.markdown\x20field');return _0x45bd96['markdown'];}function delay(_0x160616){return new Promise(_0x2c6f3b=>setTimeout(_0x2c6f3b,_0x160616));}export async function generateDatasetDocs(_0x449722,_0x1a16fa,_0xc5af40,_0x539d0c=a0_0x4acc34(0xa1),_0x47ff60,_0x58e386){const _0x4c31d1=a0_0x4acc34;mkdirSync(_0x539d0c,{'recursive':!![]});const _0x2dd71b=[],_0x57f52d=_0x449722['length'];console[_0x4c31d1(0xa7)]('\x0a'+_0x57f52d+'\x20datasets\x20to\x20generate\x20docs\x20for\x0a');for(let _0x14250d=0x0;_0x14250d<_0x449722[_0x4c31d1(0xb6)];_0x14250d++){const _0x2e720b=_0x449722[_0x14250d],_0x2c9223=_0x14250d+0x1,_0x2807d7=_0x2e720b[_0x4c31d1(0x9f)];try{console[_0x4c31d1(0xa7)]('['+_0x2c9223+'/'+_0x57f52d+_0x4c31d1(0xb9)+_0x2807d7+_0x4c31d1(0x9e)+_0x2e720b[_0x4c31d1(0xa5)]+')');if(_0x47ff60)_0x47ff60(_0x2c9223,_0x57f52d,_0x2807d7);const _0x75289f=await fetchDatasetDoc({'appCode':_0x1a16fa,'cookie':_0xc5af40,'datasetCode':_0x2e720b[_0x4c31d1(0xa4)],'datasetId':_0x2e720b['id'],'enableAI':![],'extraParams':_0x58e386}),_0x5f1905=a0_0x30181b[_0x4c31d1(0xa9)](_0x539d0c,_0x2807d7+_0x4c31d1(0xb3));writeFileSync(_0x5f1905,_0x75289f,{'encoding':_0x4c31d1(0xa8)}),console['log'](_0x4c31d1(0xa0)+_0x2807d7+_0x4c31d1(0xb3)),logger['success'](_0x4c31d1(0xa3),_0x4c31d1(0xad)+_0x2807d7,undefined,{'datasetCode':_0x2e720b[_0x4c31d1(0xa4)],'datasetName':_0x2e720b[_0x4c31d1(0xa5)],'filePath':_0x5f1905,'progress':_0x2c9223+'/'+_0x57f52d}),_0x2dd71b['push']({'datasetCode':_0x2e720b[_0x4c31d1(0xa4)],'datasetName':_0x2e720b['name'],'filePath':_0x5f1905,'success':!![]});if(_0x2c9223<_0x57f52d)await delay(0x1388);}catch(_0x436671){const _0x4ad306=_0x436671 instanceof Error?_0x436671[_0x4c31d1(0xb5)]:String(_0x436671);console['log'](_0x4c31d1(0xac)+_0x2807d7+_0x4c31d1(0xb2)+_0x4ad306),logger['error']('api-doc',_0x4c31d1(0xaa)+_0x2e720b[_0x4c31d1(0xa4)],{'datasetCode':_0x2e720b[_0x4c31d1(0xa4)],'datasetName':_0x2e720b['name'],'error':_0x4ad306,'progress':_0x2c9223+'/'+_0x57f52d}),_0x2dd71b[_0x4c31d1(0xb4)]({'datasetCode':_0x2e720b['datasetCode'],'datasetName':_0x2e720b['name'],'filePath':'','success':![],'error':_0x4ad306}),_0x2c9223<_0x57f52d&&(console[_0x4c31d1(0xa7)](_0x4c31d1(0xba)),await delay(0xbb8));}}return _0x2dd71b;}
@@ -1 +1 @@
1
- (function(_0x436523,_0x1bee42){const _0x3c06ce=a1_0x4f58,_0x2bc287=_0x436523();while(!![]){try{const _0x3b661c=-parseInt(_0x3c06ce(0xe9))/0x1+parseInt(_0x3c06ce(0xf1))/0x2+parseInt(_0x3c06ce(0xe6))/0x3*(-parseInt(_0x3c06ce(0xf3))/0x4)+parseInt(_0x3c06ce(0xf2))/0x5+parseInt(_0x3c06ce(0xf0))/0x6*(-parseInt(_0x3c06ce(0xea))/0x7)+parseInt(_0x3c06ce(0xf6))/0x8*(parseInt(_0x3c06ce(0xf7))/0x9)+parseInt(_0x3c06ce(0xee))/0xa;if(_0x3b661c===_0x1bee42)break;else _0x2bc287['push'](_0x2bc287['shift']());}catch(_0x25b9dc){_0x2bc287['push'](_0x2bc287['shift']());}}}(a1_0x191a,0xbab0f));function a1_0x4f58(_0x30af27,_0x538c7d){_0x30af27=_0x30af27-0xe6;const _0x191a68=a1_0x191a();let _0x4f58c3=_0x191a68[_0x30af27];return _0x4f58c3;}import{getApiDomain}from'../constant/domain.js';import{logger}from'../utils/logger.js';import{getEnv}from'../constant/env.js';import{platformFetch}from'../core/api-client.js';function a1_0x191a(){const _0x278f2c=['&otype=array','12947620pWvpQn','name','2822346UYhKmR','1941060nHTfxg','2595300lbLwdN','1276SaCzMW','replace','/api/node-toolbox/dataset/model-list?appcode=','5941600OXAByt','9RGRmEU','configArray','3888ANQAMc','fetch-model-list','map','1408159JoRSmL','14jvlsRD','Fetch\x20datasets','length'];a1_0x191a=function(){return _0x278f2c;};return a1_0x191a();}function cleanNewlines(_0x22376a){const _0x32ef5f=a1_0x4f58;return _0x22376a[_0x32ef5f(0xf4)](/[\r\n]+/g,'\x20')['trim']();}function cleanDatasetName(_0x4107c5){const _0x1f5502=a1_0x4f58;if(!_0x4107c5[_0x1f5502(0xef)])return _0x4107c5;return{..._0x4107c5,'name':cleanNewlines(_0x4107c5['name'])};}export async function fetchModelList(_0x62e47,_0x3d42cd){const _0x5ac857=a1_0x4f58,_0x2a8c98=getEnv(),_0x44c453=getApiDomain()+_0x5ac857(0xf5)+_0x62e47+_0x5ac857(0xed);logger['info'](_0x5ac857(0xe7),'正在从服务器拉取模型列表...\x20(环境:\x20'+_0x2a8c98+')',{'apiUrl':_0x44c453});const _0x33e9fe=await platformFetch(_0x44c453,{'cookie':_0x3d42cd,'label':_0x5ac857(0xeb)}),_0x421999=(_0x33e9fe[_0x5ac857(0xf8)]??[])[_0x5ac857(0xe8)](cleanDatasetName);return{'configArray':_0x421999,'count':_0x421999[_0x5ac857(0xec)]};}
1
+ (function(_0x447321,_0x3294e8){const _0x391dd3=a1_0x4eb2,_0x1d133c=_0x447321();while(!![]){try{const _0xc8e1dc=parseInt(_0x391dd3(0x1c3))/0x1+parseInt(_0x391dd3(0x1c7))/0x2*(-parseInt(_0x391dd3(0x1c4))/0x3)+-parseInt(_0x391dd3(0x1c6))/0x4+-parseInt(_0x391dd3(0x1cc))/0x5+-parseInt(_0x391dd3(0x1cf))/0x6+-parseInt(_0x391dd3(0x1c2))/0x7*(parseInt(_0x391dd3(0x1c5))/0x8)+-parseInt(_0x391dd3(0x1c8))/0x9*(-parseInt(_0x391dd3(0x1ca))/0xa);if(_0xc8e1dc===_0x3294e8)break;else _0x1d133c['push'](_0x1d133c['shift']());}catch(_0x5a3940){_0x1d133c['push'](_0x1d133c['shift']());}}}(a1_0x432f,0x36434));import{getApiDomain}from'../constant/domain.js';function a1_0x4eb2(_0x579268,_0x2395f2){_0x579268=_0x579268-0x1c0;const _0x432fe7=a1_0x432f();let _0x4eb2b2=_0x432fe7[_0x579268];return _0x4eb2b2;}function a1_0x432f(){const _0x24acf7=['8wexLOl','224556vxcukE','38LtJreo','45SUYUFc','configArray','2109250HXZUpL','正在从服务器拉取模型列表...\x20(环境:\x20','490525CkLvRU','length','&otype=array','1445106clYSVq','name','replace','1903804VLtfOI','224829PCUDaV','61599xtLnVL'];a1_0x432f=function(){return _0x24acf7;};return a1_0x432f();}import{logger}from'../utils/logger.js';import{getEnv}from'../constant/env.js';import{platformFetch}from'../core/api-client.js';function cleanNewlines(_0x29748a){const _0x3aefe6=a1_0x4eb2;return _0x29748a[_0x3aefe6(0x1c1)](/[\r\n]+/g,'\x20')['trim']();}function cleanDatasetName(_0x3b72cc){const _0x5a2cc6=a1_0x4eb2;if(!_0x3b72cc['name'])return _0x3b72cc;return{..._0x3b72cc,'name':cleanNewlines(_0x3b72cc[_0x5a2cc6(0x1c0)])};}export async function fetchModelList(_0x4ecc26,_0x44686b){const _0x42bcd8=a1_0x4eb2,_0x122b25=getEnv(),_0x44f4bc=getApiDomain()+'/api/node-toolbox/dataset/model-list?appcode='+_0x4ecc26+_0x42bcd8(0x1ce);logger['info']('fetch-model-list',_0x42bcd8(0x1cb)+_0x122b25+')',{'apiUrl':_0x44f4bc});const _0x3dd300=await platformFetch(_0x44f4bc,{'cookie':_0x44686b,'label':'Fetch\x20datasets'}),_0x3a55da=(_0x3dd300[_0x42bcd8(0x1c9)]??[])['map'](cleanDatasetName);return{'configArray':_0x3a55da,'count':_0x3a55da[_0x42bcd8(0x1cd)]};}
@@ -1 +1 @@
1
- (function(_0x20b378,_0x4f01e0){const _0x558eb7=a2_0x3d6e,_0x1fc194=_0x20b378();while(!![]){try{const _0x490542=-parseInt(_0x558eb7(0xb5))/0x1+parseInt(_0x558eb7(0x9a))/0x2*(parseInt(_0x558eb7(0xbb))/0x3)+parseInt(_0x558eb7(0xb8))/0x4+parseInt(_0x558eb7(0xa2))/0x5*(-parseInt(_0x558eb7(0x9d))/0x6)+-parseInt(_0x558eb7(0x9e))/0x7*(parseInt(_0x558eb7(0xb0))/0x8)+-parseInt(_0x558eb7(0xa6))/0x9+parseInt(_0x558eb7(0x9f))/0xa;if(_0x490542===_0x4f01e0)break;else _0x1fc194['push'](_0x1fc194['shift']());}catch(_0x54a83a){_0x1fc194['push'](_0x1fc194['shift']());}}}(a2_0x4531,0x6dbdf));function a2_0x4531(){const _0x54515b=['format','test','99LeBhjg','key','15268npDmMY','api.ts.tpl','{\x20apiConfigName:\x20','479418yrjVkL','5594890WTdwRw','11846230aZmzXV','alias','join','5NqhbEq','success','name','typescript','3180825MdarpI','../..','LOVRABET','forEach','length','\x22\x20}','api','{\x20apiConfigName:\x20\x22',',\x20env:\x20\x22','replaceApiContent','8eXjaps','.ts','dirname','resolve','push','472683MdiWgH','templates/generate-api','utf8','2872956uywGPC'];a2_0x4531=function(){return _0x54515b;};return a2_0x4531();}import a2_0x3bc686 from'prettier';import{mkdirSync,writeFileSync,readFileSync}from'node:fs';import a2_0x3f9934 from'node:path';import{fileURLToPath}from'node:url';import{TemplateReplacer}from'../utils/template-replacer.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{logger}from'../utils/logger.js';import{isProduction}from'../constant/env.js';function a2_0x3d6e(_0x1c9e33,_0x10d8a2){_0x1c9e33=_0x1c9e33-0x99;const _0x45318b=a2_0x4531();let _0x3d6e84=_0x45318b[_0x1c9e33];return _0x3d6e84;}export async function generateApiFile(_0x168673,_0x28ed2e,_0x4a9338,_0x601579,_0x2b6f10,_0x326007,_0x1a3726){const _0x448ad7=a2_0x3d6e;if(!_0x4a9338)throw new Error('Please\x20configure\x20app\x20code\x20first\x20via\x20`'+CLI_BIN_NAME+'\x20config\x20set\x20app\x20<value>`');const _0x5490b7=_0x601579&&!_0x1a3726,_0x382a62=_0x1a3726||_0x4a9338,_0x39aa06=_0x5490b7?'CONFIG_NAMES.DEFAULT':'\x22'+_0x382a62+'\x22',_0x4c9a14=!isProduction(_0x2b6f10);let _0x1c9181;if(_0x5490b7)_0x4c9a14?_0x1c9181=_0x448ad7(0x9c)+_0x39aa06+_0x448ad7(0xae)+_0x2b6f10+_0x448ad7(0xab):_0x1c9181='';else{const _0xa69ec=_0x4c9a14?_0x448ad7(0xae)+_0x2b6f10+'\x22':'';_0x1c9181=_0x448ad7(0xad)+_0x382a62+'\x22'+_0xa69ec+'\x20}';}const _0x5b1777=_0x28ed2e?_0x28ed2e+'-api':_0x448ad7(0xac),_0x22ef2b=_0x28ed2e?_0x28ed2e+'-client':'client',_0x4868a1=_0x28ed2e&&!/^app-[a-f0-9]+$/i[_0x448ad7(0xba)](_0x28ed2e)?_0x28ed2e['replace'](/-/g,'_')['toUpperCase']():_0x448ad7(0xa8),_0x325eae=[];_0x168673[_0x448ad7(0xa9)](_0x3b4454=>{const _0x2e5d4a=_0x448ad7;_0x325eae[_0x2e5d4a(0xb4)]({'datasetCode':_0x3b4454['datasetCode'],'tableName':_0x3b4454['tableName'],'name':_0x3b4454[_0x2e5d4a(0xa4)]||'','alias':_0x3b4454[_0x2e5d4a(0xa0)]||_0x3b4454[_0x2e5d4a(0x99)]});});const _0x2dca13=fileURLToPath(import.meta.url),_0x2ee78f=a2_0x3f9934[_0x448ad7(0xb3)](a2_0x3f9934[_0x448ad7(0xb2)](_0x2dca13),_0x448ad7(0xa7)),_0x37fcda=a2_0x3f9934[_0x448ad7(0xa1)](_0x2ee78f,_0x448ad7(0xb6)),_0x2c7984=a2_0x3f9934[_0x448ad7(0xa1)](_0x37fcda,_0x448ad7(0x9b)),_0x2edc59=a2_0x3f9934[_0x448ad7(0xa1)](_0x37fcda,'client.ts.tpl'),_0x465588=_0x326007;mkdirSync(_0x465588,{'recursive':!![]});const _0x335fae=_0x325eae[0x0]?.['alias'],_0x3f8199=readFileSync(_0x2c7984,_0x448ad7(0xb7)),_0x4c7468=TemplateReplacer[_0x448ad7(0xaf)](_0x3f8199,_0x4a9338,_0x325eae,_0x335fae,_0x5b1777,_0x39aa06,undefined,_0x4868a1),_0x264191=await a2_0x3bc686[_0x448ad7(0xb9)](_0x4c7468,{'parser':_0x448ad7(0xa5)}),_0x5bff49=a2_0x3f9934[_0x448ad7(0xa1)](_0x465588,_0x5b1777+_0x448ad7(0xb1));writeFileSync(_0x5bff49,_0x264191,{'encoding':_0x448ad7(0xb7)});const _0x50e6e7=readFileSync(_0x2edc59,_0x448ad7(0xb7)),_0x302ca3=TemplateReplacer['replaceApiContent'](_0x50e6e7,_0x4a9338,_0x325eae,_0x335fae,_0x5b1777,_0x39aa06,_0x1c9181,_0x4868a1),_0x20ba54=await a2_0x3bc686[_0x448ad7(0xb9)](_0x302ca3,{'parser':_0x448ad7(0xa5)}),_0x66c83b=a2_0x3f9934[_0x448ad7(0xa1)](_0x465588,_0x22ef2b+_0x448ad7(0xb1));writeFileSync(_0x66c83b,_0x20ba54,{'encoding':_0x448ad7(0xb7)});const _0x4a64c8=_0x325eae[_0x448ad7(0xaa)];return logger[_0x448ad7(0xa3)]('init-api','API\x20文件生成成功!',undefined,{'apiFile':_0x5bff49,'clientFile':_0x66c83b,'modelCount':_0x4a64c8,'configName':_0x39aa06}),{'modelCount':_0x4a64c8,'apiFilePath':_0x5bff49,'clientFilePath':_0x66c83b,'configName':_0x39aa06};}
1
+ (function(_0x5480a6,_0x4e7c60){const _0xc8f5c8=a2_0x1a04,_0xccba5=_0x5480a6();while(!![]){try{const _0x16765e=-parseInt(_0xc8f5c8(0x97))/0x1*(-parseInt(_0xc8f5c8(0xa9))/0x2)+parseInt(_0xc8f5c8(0x8c))/0x3+-parseInt(_0xc8f5c8(0x8a))/0x4*(-parseInt(_0xc8f5c8(0x9c))/0x5)+-parseInt(_0xc8f5c8(0x8d))/0x6+parseInt(_0xc8f5c8(0x8f))/0x7+parseInt(_0xc8f5c8(0xa1))/0x8+-parseInt(_0xc8f5c8(0x9d))/0x9;if(_0x16765e===_0x4e7c60)break;else _0xccba5['push'](_0xccba5['shift']());}catch(_0x18943d){_0xccba5['push'](_0xccba5['shift']());}}}(a2_0x3c44,0xbb487));import a2_0x456a92 from'prettier';import{mkdirSync,writeFileSync,readFileSync}from'node:fs';function a2_0x1a04(_0x240780,_0x59ba0f){_0x240780=_0x240780-0x86;const _0x3c441d=a2_0x3c44();let _0x1a0489=_0x3c441d[_0x240780];return _0x1a0489;}import a2_0xb58535 from'node:path';import{fileURLToPath}from'node:url';import{TemplateReplacer}from'../utils/template-replacer.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{logger}from'../utils/logger.js';import{isProduction}from'../constant/env.js';function a2_0x3c44(){const _0x18c69b=['test','resolve','forEach','key','414055JIFfGH','2074293feRYiV','typescript','Please\x20configure\x20app\x20code\x20first\x20via\x20`','-api','3566648KGQvMO','api','\x20config\x20set\x20app\x20<value>`','join','.ts','replace','API\x20文件生成成功!','tableName','2AFIfeU','{\x20apiConfigName:\x20\x22','templates/generate-api',',\x20env:\x20\x22','dirname','name','init-api','client.ts.tpl','../..','-client','8FViAfI','utf8','1987803kdzleA','8652018tfVlHX','client','273546dhJDOd','\x22\x20}','CONFIG_NAMES.DEFAULT','format','success','replaceApiContent','api.ts.tpl','alias','1126459GZttXY'];a2_0x3c44=function(){return _0x18c69b;};return a2_0x3c44();}export async function generateApiFile(_0x21014f,_0xdfe13b,_0x320558,_0x15d193,_0x335f1a,_0x3efcdf,_0x140e55){const _0x75863e=a2_0x1a04;if(!_0x320558)throw new Error(_0x75863e(0x9f)+CLI_BIN_NAME+_0x75863e(0xa3));const _0x47c235=_0x15d193&&!_0x140e55,_0xd1254c=_0x140e55||_0x320558,_0x4c579f=_0x47c235?_0x75863e(0x91):'\x22'+_0xd1254c+'\x22',_0x3e2f72=!isProduction(_0x335f1a);let _0x49e190;if(_0x47c235)_0x3e2f72?_0x49e190='{\x20apiConfigName:\x20'+_0x4c579f+_0x75863e(0xac)+_0x335f1a+_0x75863e(0x90):_0x49e190='';else{const _0x306477=_0x3e2f72?_0x75863e(0xac)+_0x335f1a+'\x22':'';_0x49e190=_0x75863e(0xaa)+_0xd1254c+'\x22'+_0x306477+'\x20}';}const _0x1ca58f=_0xdfe13b?_0xdfe13b+_0x75863e(0xa0):_0x75863e(0xa2),_0x5836b1=_0xdfe13b?_0xdfe13b+_0x75863e(0x89):_0x75863e(0x8e),_0x1c4258=_0xdfe13b&&!/^app-[a-f0-9]+$/i[_0x75863e(0x98)](_0xdfe13b)?_0xdfe13b[_0x75863e(0xa6)](/-/g,'_')['toUpperCase']():'LOVRABET',_0x3b5a9c=[];_0x21014f[_0x75863e(0x9a)](_0x5982b8=>{const _0x5e27ce=_0x75863e;_0x3b5a9c['push']({'datasetCode':_0x5982b8['datasetCode'],'tableName':_0x5982b8[_0x5e27ce(0xa8)],'name':_0x5982b8[_0x5e27ce(0xae)]||'','alias':_0x5982b8[_0x5e27ce(0x96)]||_0x5982b8[_0x5e27ce(0x9b)]});});const _0xc382fc=fileURLToPath(import.meta.url),_0x5c45c9=a2_0xb58535[_0x75863e(0x99)](a2_0xb58535[_0x75863e(0xad)](_0xc382fc),_0x75863e(0x88)),_0x4246df=a2_0xb58535[_0x75863e(0xa4)](_0x5c45c9,_0x75863e(0xab)),_0x2a64b0=a2_0xb58535[_0x75863e(0xa4)](_0x4246df,_0x75863e(0x95)),_0x3a4798=a2_0xb58535['join'](_0x4246df,_0x75863e(0x87)),_0x5d0fae=_0x3efcdf;mkdirSync(_0x5d0fae,{'recursive':!![]});const _0x34ee73=_0x3b5a9c[0x0]?.[_0x75863e(0x96)],_0xabc93f=readFileSync(_0x2a64b0,'utf8'),_0x1b2409=TemplateReplacer[_0x75863e(0x94)](_0xabc93f,_0x320558,_0x3b5a9c,_0x34ee73,_0x1ca58f,_0x4c579f,undefined,_0x1c4258),_0x2ff196=await a2_0x456a92['format'](_0x1b2409,{'parser':'typescript'}),_0x47926b=a2_0xb58535['join'](_0x5d0fae,_0x1ca58f+'.ts');writeFileSync(_0x47926b,_0x2ff196,{'encoding':_0x75863e(0x8b)});const _0x40f6dc=readFileSync(_0x3a4798,'utf8'),_0x59b4e7=TemplateReplacer['replaceApiContent'](_0x40f6dc,_0x320558,_0x3b5a9c,_0x34ee73,_0x1ca58f,_0x4c579f,_0x49e190,_0x1c4258),_0x3dcc87=await a2_0x456a92[_0x75863e(0x92)](_0x59b4e7,{'parser':_0x75863e(0x9e)}),_0x228b47=a2_0xb58535[_0x75863e(0xa4)](_0x5d0fae,_0x5836b1+_0x75863e(0xa5));writeFileSync(_0x228b47,_0x3dcc87,{'encoding':_0x75863e(0x8b)});const _0x3710bb=_0x3b5a9c['length'];return logger[_0x75863e(0x93)](_0x75863e(0x86),_0x75863e(0xa7),undefined,{'apiFile':_0x47926b,'clientFile':_0x228b47,'modelCount':_0x3710bb,'configName':_0x4c579f}),{'modelCount':_0x3710bb,'apiFilePath':_0x47926b,'clientFilePath':_0x228b47,'configName':_0x4c579f};}
@@ -1 +1 @@
1
- (function(_0x3a48d2,_0xd9e8a9){const _0x242aba=a3_0x45d0,_0x511926=_0x3a48d2();while(!![]){try{const _0xa458cb=parseInt(_0x242aba(0x12a))/0x1+-parseInt(_0x242aba(0x125))/0x2*(-parseInt(_0x242aba(0x118))/0x3)+-parseInt(_0x242aba(0x121))/0x4*(-parseInt(_0x242aba(0x12b))/0x5)+parseInt(_0x242aba(0x11e))/0x6+parseInt(_0x242aba(0x11b))/0x7+-parseInt(_0x242aba(0x11f))/0x8+parseInt(_0x242aba(0x127))/0x9*(-parseInt(_0x242aba(0x120))/0xa);if(_0xa458cb===_0xd9e8a9)break;else _0x511926['push'](_0x511926['shift']());}catch(_0x167b98){_0x511926['push'](_0x511926['shift']());}}}(a3_0x47d3,0x3fda5));import{getIsSessionValid}from'../auth/is-session-valid.js';import{authServer}from'../auth/auth-server.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a3_0x45d0(_0x3efa72,_0x41b91f){_0x3efa72=_0x3efa72-0x118;const _0x47d32e=a3_0x47d3();let _0x45d04b=_0x47d32e[_0x3efa72];return _0x45d04b;}import{CliErrors}from'../errors.js';function a3_0x47d3(){const _0x4e10db=['1055301sbOeyZ','!\x20Login\x20failed.','Starting\x20browser\x20login.\x20Share\x20the\x20printed\x20URL\x20with\x20the\x20user.','2232573udgyWN','Browser\x20login\x20cannot\x20run\x20in\x20non-interactive\x20mode.','autoYes','2717676DJFktl','169456ihDEub','10hisYWQ','1532xdxkiN','*\x20Login\x20successful!','log','No\x20valid\x20session.\x20Login\x20now?','2QVvSLM','nonInteractive','8197542jIZnmM','stop','Logging\x20in...\x20Please\x20complete\x20login\x20in\x20your\x20browser.','20502KtcjWt','645lNXanb','validation'];a3_0x47d3=function(){return _0x4e10db;};return a3_0x47d3();}import{confirm}from'@inquirer/prompts';import a3_0x440402 from'ora';export async function runAuthServer(_0x322c02){const _0x5b5b57=a3_0x45d0,_0x3516a4=await getIsSessionValid();if(_0x3516a4){console['log']('√\x20Valid\x20session\x20detected,\x20no\x20login\x20required.');return;}if(_0x322c02?.[_0x5b5b57(0x126)]&&!_0x322c02[_0x5b5b57(0x11d)])throw CliErrors[_0x5b5b57(0x12c)](_0x5b5b57(0x11c),'Run\x20`'+CLI_BIN_NAME+'\x20auth\x20login\x20--yes`\x20and\x20open\x20the\x20printed\x20URL\x20in\x20your\x20browser.');const _0x4fccdc=_0x322c02?.[_0x5b5b57(0x11d)]?!![]:await confirm({'message':_0x5b5b57(0x124),'default':!![]});if(!_0x4fccdc)return;if(_0x322c02?.[_0x5b5b57(0x126)]){console[_0x5b5b57(0x123)](_0x5b5b57(0x11a));const _0x49ecd6=await authServer({'silent':![],'openBrowser':![]});_0x49ecd6?console[_0x5b5b57(0x123)]('*\x20Login\x20successful!'):console[_0x5b5b57(0x123)](_0x5b5b57(0x119));return;}const _0xe428ef=a3_0x440402(_0x5b5b57(0x129))['start'](),_0xadf8a5=await authServer({'silent':!![],'openBrowser':!![]});_0xe428ef[_0x5b5b57(0x128)](),_0xadf8a5?console[_0x5b5b57(0x123)](_0x5b5b57(0x122)):console['log'](_0x5b5b57(0x119));}
1
+ function a3_0x3f48(){const _0xa00c60=['No\x20valid\x20session.\x20Login\x20now?','8wYDuHd','209dbttJH','Browser\x20login\x20cannot\x20run\x20in\x20non-interactive\x20mode.','log','12564ABVRzr','autoYes','3298722OvzANE','Starting\x20browser\x20login.\x20Share\x20the\x20printed\x20URL\x20with\x20the\x20user.','\x20auth\x20login\x20--yes`\x20and\x20open\x20the\x20printed\x20URL\x20in\x20your\x20browser.','30612CpfIQT','707688YGjodL','685rUUQAn','√\x20Valid\x20session\x20detected,\x20no\x20login\x20required.','6699600vThdlr','1073406AdMzyk','7kYnJJb','36MVvWYl','!\x20Login\x20failed.','nonInteractive','Logging\x20in...\x20Please\x20complete\x20login\x20in\x20your\x20browser.','2244mJQzRo'];a3_0x3f48=function(){return _0xa00c60;};return a3_0x3f48();}(function(_0x384867,_0x2bfd31){const _0x33c43e=a3_0x402d,_0x484c37=_0x384867();while(!![]){try{const _0x4e4f75=-parseInt(_0x33c43e(0x1e4))/0x1*(-parseInt(_0x33c43e(0x1db))/0x2)+-parseInt(_0x33c43e(0x1d3))/0x3+-parseInt(_0x33c43e(0x1d9))/0x4*(-parseInt(_0x33c43e(0x1e6))/0x5)+parseInt(_0x33c43e(0x1e1))/0x6*(-parseInt(_0x33c43e(0x1d4))/0x7)+parseInt(_0x33c43e(0x1e5))/0x8*(parseInt(_0x33c43e(0x1d5))/0x9)+parseInt(_0x33c43e(0x1d2))/0xa+parseInt(_0x33c43e(0x1dc))/0xb*(parseInt(_0x33c43e(0x1df))/0xc);if(_0x4e4f75===_0x2bfd31)break;else _0x484c37['push'](_0x484c37['shift']());}catch(_0x3326cf){_0x484c37['push'](_0x484c37['shift']());}}}(a3_0x3f48,0x51e35));import{getIsSessionValid}from'../auth/is-session-valid.js';import{authServer}from'../auth/auth-server.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a3_0x402d(_0x46b4ab,_0x16a70e){_0x46b4ab=_0x46b4ab-0x1d1;const _0x3f487e=a3_0x3f48();let _0x402dda=_0x3f487e[_0x46b4ab];return _0x402dda;}import{CliErrors}from'../errors.js';import{confirm}from'@inquirer/prompts';import a3_0x8aeb3e from'ora';export async function runAuthServer(_0x353236){const _0x500e2e=a3_0x402d,_0x1ac1c4=await getIsSessionValid();if(_0x1ac1c4){console[_0x500e2e(0x1de)](_0x500e2e(0x1d1));return;}if(_0x353236?.[_0x500e2e(0x1d7)]&&!_0x353236['autoYes'])throw CliErrors['validation'](_0x500e2e(0x1dd),'Run\x20`'+CLI_BIN_NAME+_0x500e2e(0x1e3));const _0x16a42a=_0x353236?.[_0x500e2e(0x1e0)]?!![]:await confirm({'message':_0x500e2e(0x1da),'default':!![]});if(!_0x16a42a)return;if(_0x353236?.['nonInteractive']){console[_0x500e2e(0x1de)](_0x500e2e(0x1e2));const _0x245e29=await authServer({'silent':![],'openBrowser':![]});_0x245e29?console['log']('*\x20Login\x20successful!'):console[_0x500e2e(0x1de)](_0x500e2e(0x1d6));return;}const _0xff8b58=a3_0x8aeb3e(_0x500e2e(0x1d8))['start'](),_0x4671c7=await authServer({'silent':!![],'openBrowser':!![]});_0xff8b58['stop'](),_0x4671c7?console[_0x500e2e(0x1de)]('*\x20Login\x20successful!'):console[_0x500e2e(0x1de)](_0x500e2e(0x1d6));}
@@ -1 +1 @@
1
- (function(_0x29eaab,_0x311b13){const _0x2a68f9=a4_0x28f3,_0x52ab50=_0x29eaab();while(!![]){try{const _0x15dcbb=parseInt(_0x2a68f9(0x199))/0x1+-parseInt(_0x2a68f9(0x190))/0x2*(parseInt(_0x2a68f9(0x181))/0x3)+parseInt(_0x2a68f9(0x196))/0x4+-parseInt(_0x2a68f9(0x179))/0x5*(-parseInt(_0x2a68f9(0x178))/0x6)+-parseInt(_0x2a68f9(0x194))/0x7*(parseInt(_0x2a68f9(0x188))/0x8)+-parseInt(_0x2a68f9(0x19a))/0x9*(-parseInt(_0x2a68f9(0x187))/0xa)+parseInt(_0x2a68f9(0x176))/0xb*(parseInt(_0x2a68f9(0x17f))/0xc);if(_0x15dcbb===_0x311b13)break;else _0x52ab50['push'](_0x52ab50['shift']());}catch(_0x59f2d9){_0x52ab50['push'](_0x52ab50['shift']());}}}(a4_0x14c9,0xe4f84));import{writeFileSync}from'node:fs';import a4_0x16ab43 from'node:https';import{getUserDomain}from'../constant/domain.js';import{exec}from'node:child_process';import{getIsSessionValid}from'../auth/is-session-valid.js';import{cookieFile}from'../auth/constant.js';import{buildLoginSuccessHtml}from'../auth/login-success-html.js';export const AUTH_LOGIN_TIMEOUT_MS=0xa*0x3c*0x3e8;export async function authServer(_0xef003a){const _0x3f46bc=a4_0x28f3,_0x307882=_0xef003a?.[_0x3f46bc(0x174)]||![],_0x528545=_0xef003a?.[_0x3f46bc(0x1a0)]??!![],_0x2a8298=_0xef003a?.[_0x3f46bc(0x19c)]??AUTH_LOGIN_TIMEOUT_MS;if(await getIsSessionValid())return!![];const _0x5829fb=await(await fetch(_0x3f46bc(0x186)))[_0x3f46bc(0x17b)]();return new Promise(async(_0x1faeb7,_0x4ef92a)=>{const _0x9b1f4f=_0x3f46bc;let _0x3e85f4=0x0,_0x22b145=![],_0x2220f2;const _0x2c90d9=a4_0x16ab43[_0x9b1f4f(0x18f)](_0x5829fb,async(_0x2c7d72,_0x1ead07)=>{const _0x5320ae=_0x9b1f4f,_0x17871c=getUserDomain(),_0x526a43=_0x2c7d72[_0x5320ae(0x192)][_0x5320ae(0x18d)]||'',_0x32f110=await fetch(_0x17871c+_0x5320ae(0x193),{'headers':{'cookie':_0x526a43}})[_0x5320ae(0x17a)](_0x5554b2=>_0x5554b2['json']()),_0x15b13c=_0x32f110&&_0x32f110['session']&&_0x32f110[_0x5320ae(0x172)];if(_0x15b13c){writeFileSync(cookieFile,_0x526a43,_0x5320ae(0x19e));const _0x5aed9e=buildLoginSuccessHtml();_0x1ead07[_0x5320ae(0x197)](0xc8,{'Content-Type':_0x5320ae(0x18b)}),_0x1ead07[_0x5320ae(0x17d)](_0x5aed9e),_0x5cac94(!![]);}else{const _0x485f6d=''+encodeURIComponent(_0x5320ae(0x184)+_0x3e85f4);_0x1ead07[_0x5320ae(0x197)](0x12e,{'location':_0x17871c+_0x5320ae(0x198)+_0x485f6d}),_0x1ead07[_0x5320ae(0x17d)]();return;}});function _0x5cac94(_0x410554){if(_0x22b145)return;_0x22b145=!![],_0x2220f2&&clearTimeout(_0x2220f2),_0x2c90d9['close'](),_0x1faeb7(_0x410554);}_0x2c90d9['listen'](0x0,'127.0.0.1',()=>{const _0x5c38ef=_0x9b1f4f,_0x211644=_0x2c90d9[_0x5c38ef(0x17e)]();_0x3e85f4=typeof _0x211644===_0x5c38ef(0x183)&&_0x211644?_0x211644[_0x5c38ef(0x195)]:Number(_0x211644);const _0xfd0fa1=_0x5c38ef(0x184)+_0x3e85f4;_0x2220f2=setTimeout(()=>{const _0x3d2cc2=_0x5c38ef;!_0x307882&&console[_0x3d2cc2(0x180)](_0x3d2cc2(0x189)),_0x5cac94(![]);},_0x2a8298);!_0x307882&&(console[_0x5c38ef(0x180)](_0x5c38ef(0x182)),console[_0x5c38ef(0x180)](_0x5c38ef(0x185),_0xfd0fa1),_0x528545?(console[_0x5c38ef(0x180)](_0x5c38ef(0x19d)),console[_0x5c38ef(0x180)](''),console['log'](_0x5c38ef(0x18e))):console[_0x5c38ef(0x180)](_0x5c38ef(0x177)),console[_0x5c38ef(0x180)](''));if(!_0x528545)return;openInBrowser(_0xfd0fa1)['then'](_0x19d5e4=>{const _0x3565b4=_0x5c38ef;!_0x307882&&(_0x19d5e4?console[_0x3565b4(0x180)](_0x3565b4(0x18a)):(console[_0x3565b4(0x180)]('⚠️\x20\x20Failed\x20to\x20open\x20browser\x20automatically'),console[_0x3565b4(0x180)](_0x3565b4(0x18c),_0xfd0fa1)),console[_0x3565b4(0x180)](''));})['catch'](()=>{const _0x20615e=_0x5c38ef;!_0x307882&&(console[_0x20615e(0x180)]('⚠️\x20\x20Failed\x20to\x20open\x20browser\x20automatically'),console[_0x20615e(0x180)](_0x20615e(0x18c),_0xfd0fa1),console['log'](''));});}),_0x2c90d9['on']('error',_0x2d1276=>{const _0x1e24f5=_0x9b1f4f;if(_0x22b145)return;_0x22b145=!![],_0x2220f2&&clearTimeout(_0x2220f2),!_0x307882&&console['error'](_0x1e24f5(0x17c),_0x2d1276),_0x2c90d9['close'](),_0x4ef92a(_0x2d1276);});});}function openInBrowser(_0x3b7ee3){return new Promise(_0xc81d53=>{const _0x509260=a4_0x28f3,_0x15e01c=process[_0x509260(0x173)];let _0x3fbbdc;if(_0x15e01c===_0x509260(0x19b))_0x3fbbdc='cmd\x20/c\x20start\x20\x22\x22\x20\x22'+_0x3b7ee3+'\x22';else _0x15e01c===_0x509260(0x19f)?_0x3fbbdc=_0x509260(0x175)+_0x3b7ee3+'\x22':_0x3fbbdc=_0x509260(0x191)+_0x3b7ee3+'\x22';exec(_0x3fbbdc,_0x54507a=>{_0x54507a?_0xc81d53(![]):_0xc81d53(!![]);});});}function a4_0x28f3(_0x6f3f52,_0x5b24dd){_0x6f3f52=_0x6f3f52-0x172;const _0x14c977=a4_0x14c9();let _0x28f3ee=_0x14c977[_0x6f3f52];return _0x28f3ee;}function a4_0x14c9(){const _0x1eb12=['306WMVLyc','19945BMMGGb','then','json','Auth\x20server\x20error:','end','address','9555852PMeKmA','log','3094263axHvbf','🔐\x20Starting\x20login\x20service...','object','https://dev.lovrabet.com:','📍\x20Login\x20URL:','https://g.yuntooai.com/cert/lovrabet-dev.json','1736190nNCCsL','8JNPcMU','!\x20Login\x20URL\x20expired\x20after\x2010\x20minutes.\x20Run\x20the\x20login\x20command\x20again\x20to\x20get\x20a\x20new\x20URL.','✅\x20Browser\x20opened.\x20Please\x20complete\x20login\x20in\x20the\x20browser.','text/html;\x20charset=utf-8','🔗\x20Please\x20copy\x20the\x20login\x20URL\x20into\x20your\x20browser:','cookie','💡\x20If\x20the\x20browser\x20does\x20not\x20open\x20automatically,\x20copy\x20the\x20login\x20URL\x20above\x20into\x20your\x20browser.','createServer','2qqgBuM','xdg-open\x20\x22','headers','/api/auth/get-session','10249904fbjnDQ','port','77904jTNXjU','writeHead','/sign-in?redirect=','648056ldczJK','9wDcJCG','win32','timeoutMs','🌐\x20Attempting\x20to\x20open\x20browser\x20automatically...','utf-8','darwin','openBrowser','user','platform','silent','open\x20\x22','33BZLVIC','💡\x20Open\x20the\x20login\x20URL\x20above\x20in\x20your\x20browser\x20to\x20complete\x20authorization.'];a4_0x14c9=function(){return _0x1eb12;};return a4_0x14c9();}if(import.meta.main){const isAuth=await authServer();console['log']('isAuth',isAuth);}
1
+ const a4_0x2d8cff=a4_0x1441;(function(_0x7411fa,_0x19cbd0){const _0xefa657=a4_0x1441,_0xcbdc33=_0x7411fa();while(!![]){try{const _0x1eac6f=-parseInt(_0xefa657(0x9a))/0x1+-parseInt(_0xefa657(0x9c))/0x2*(-parseInt(_0xefa657(0xa2))/0x3)+parseInt(_0xefa657(0x9f))/0x4+-parseInt(_0xefa657(0x94))/0x5*(parseInt(_0xefa657(0xa5))/0x6)+parseInt(_0xefa657(0xa1))/0x7*(-parseInt(_0xefa657(0xa9))/0x8)+-parseInt(_0xefa657(0x88))/0x9+-parseInt(_0xefa657(0xac))/0xa*(-parseInt(_0xefa657(0xaf))/0xb);if(_0x1eac6f===_0x19cbd0)break;else _0xcbdc33['push'](_0xcbdc33['shift']());}catch(_0x4fc3c7){_0xcbdc33['push'](_0xcbdc33['shift']());}}}(a4_0x4939,0xc77fb));import{writeFileSync}from'node:fs';import a4_0x214244 from'node:https';function a4_0x1441(_0x20e9f9,_0x5e54c2){_0x20e9f9=_0x20e9f9-0x88;const _0x493988=a4_0x4939();let _0x14415e=_0x493988[_0x20e9f9];return _0x14415e;}import{getUserDomain}from'../constant/domain.js';import{exec}from'node:child_process';import{getIsSessionValid}from'../auth/is-session-valid.js';import{cookieFile}from'../auth/constant.js';import{buildLoginSuccessHtml}from'../auth/login-success-html.js';function a4_0x4939(){const _0x479e64=['17067770vyabOH','text/html;\x20charset=utf-8','catch','11SbyKEK','session','1586088jcuUqY','headers','🔗\x20Please\x20copy\x20the\x20login\x20URL\x20into\x20your\x20browser:','https://dev.lovrabet.com:','end','createServer','user','utf-8','open\x20\x22','error','log','/api/auth/get-session','60710cBWDWY','cmd\x20/c\x20start\x20\x22\x22\x20\x22','listen','close','object','cookie','41828jXHYDJ','127.0.0.1','123698lnpquZ','⚠️\x20\x20Failed\x20to\x20open\x20browser\x20automatically','silent','3433984zsQOzg','🌐\x20Attempting\x20to\x20open\x20browser\x20automatically...','637LUOIRH','3uVNMlD','https://g.yuntooai.com/cert/lovrabet-dev.json','darwin','204LeIere','writeHead','✅\x20Browser\x20opened.\x20Please\x20complete\x20login\x20in\x20the\x20browser.','then','103656xLJdqr','json','💡\x20If\x20the\x20browser\x20does\x20not\x20open\x20automatically,\x20copy\x20the\x20login\x20URL\x20above\x20into\x20your\x20browser.'];a4_0x4939=function(){return _0x479e64;};return a4_0x4939();}export const AUTH_LOGIN_TIMEOUT_MS=0xa*0x3c*0x3e8;export async function authServer(_0x15737b){const _0xf44695=a4_0x1441,_0x648176=_0x15737b?.[_0xf44695(0x9e)]||![],_0x5a2138=_0x15737b?.['openBrowser']??!![],_0x3308d7=_0x15737b?.['timeoutMs']??AUTH_LOGIN_TIMEOUT_MS;if(await getIsSessionValid())return!![];const _0x2c9463=await(await fetch(_0xf44695(0xa3)))[_0xf44695(0xaa)]();return new Promise(async(_0x3f37fe,_0x209ff3)=>{const _0x632761=_0xf44695;let _0x1b95b1=0x0,_0x4ffcbe=![],_0xae7ed6;const _0x117bbf=a4_0x214244[_0x632761(0x8d)](_0x2c9463,async(_0x127b5d,_0x5d35a5)=>{const _0x581765=_0x632761,_0xa969c0=getUserDomain(),_0xd1e481=_0x127b5d[_0x581765(0x89)][_0x581765(0x99)]||'',_0x2e4232=await fetch(_0xa969c0+_0x581765(0x93),{'headers':{'cookie':_0xd1e481}})[_0x581765(0xa8)](_0x1f795d=>_0x1f795d[_0x581765(0xaa)]()),_0x3139ba=_0x2e4232&&_0x2e4232[_0x581765(0xb0)]&&_0x2e4232[_0x581765(0x8e)];if(_0x3139ba){writeFileSync(cookieFile,_0xd1e481,_0x581765(0x8f));const _0x2a6621=buildLoginSuccessHtml();_0x5d35a5[_0x581765(0xa6)](0xc8,{'Content-Type':_0x581765(0xad)}),_0x5d35a5[_0x581765(0x8c)](_0x2a6621),_0x56198f(!![]);}else{const _0x39fc06=''+encodeURIComponent(_0x581765(0x8b)+_0x1b95b1);_0x5d35a5[_0x581765(0xa6)](0x12e,{'location':_0xa969c0+'/sign-in?redirect='+_0x39fc06}),_0x5d35a5[_0x581765(0x8c)]();return;}});function _0x56198f(_0xb9878e){const _0x19244f=_0x632761;if(_0x4ffcbe)return;_0x4ffcbe=!![],_0xae7ed6&&clearTimeout(_0xae7ed6),_0x117bbf[_0x19244f(0x97)](),_0x3f37fe(_0xb9878e);}_0x117bbf[_0x632761(0x96)](0x0,_0x632761(0x9b),()=>{const _0xa33313=_0x632761,_0x4ea9dd=_0x117bbf['address']();_0x1b95b1=typeof _0x4ea9dd===_0xa33313(0x98)&&_0x4ea9dd?_0x4ea9dd['port']:Number(_0x4ea9dd);const _0x5cb3f5=_0xa33313(0x8b)+_0x1b95b1;_0xae7ed6=setTimeout(()=>{const _0x3f7998=_0xa33313;!_0x648176&&console[_0x3f7998(0x92)]('!\x20Login\x20URL\x20expired\x20after\x2010\x20minutes.\x20Run\x20the\x20login\x20command\x20again\x20to\x20get\x20a\x20new\x20URL.'),_0x56198f(![]);},_0x3308d7);!_0x648176&&(console[_0xa33313(0x92)]('🔐\x20Starting\x20login\x20service...'),console[_0xa33313(0x92)]('📍\x20Login\x20URL:',_0x5cb3f5),_0x5a2138?(console[_0xa33313(0x92)](_0xa33313(0xa0)),console[_0xa33313(0x92)](''),console['log'](_0xa33313(0xab))):console[_0xa33313(0x92)]('💡\x20Open\x20the\x20login\x20URL\x20above\x20in\x20your\x20browser\x20to\x20complete\x20authorization.'),console[_0xa33313(0x92)](''));if(!_0x5a2138)return;openInBrowser(_0x5cb3f5)[_0xa33313(0xa8)](_0x5e702c=>{const _0x31be3f=_0xa33313;!_0x648176&&(_0x5e702c?console['log'](_0x31be3f(0xa7)):(console[_0x31be3f(0x92)](_0x31be3f(0x9d)),console[_0x31be3f(0x92)](_0x31be3f(0x8a),_0x5cb3f5)),console[_0x31be3f(0x92)](''));})[_0xa33313(0xae)](()=>{const _0x4cd66f=_0xa33313;!_0x648176&&(console[_0x4cd66f(0x92)](_0x4cd66f(0x9d)),console[_0x4cd66f(0x92)](_0x4cd66f(0x8a),_0x5cb3f5),console[_0x4cd66f(0x92)](''));});}),_0x117bbf['on'](_0x632761(0x91),_0x40c6bf=>{const _0xaccd3e=_0x632761;if(_0x4ffcbe)return;_0x4ffcbe=!![],_0xae7ed6&&clearTimeout(_0xae7ed6),!_0x648176&&console[_0xaccd3e(0x91)]('Auth\x20server\x20error:',_0x40c6bf),_0x117bbf[_0xaccd3e(0x97)](),_0x209ff3(_0x40c6bf);});});}function openInBrowser(_0x203206){return new Promise(_0x43fb69=>{const _0x298535=a4_0x1441,_0x4e19a8=process['platform'];let _0x21ad31;if(_0x4e19a8==='win32')_0x21ad31=_0x298535(0x95)+_0x203206+'\x22';else _0x4e19a8===_0x298535(0xa4)?_0x21ad31=_0x298535(0x90)+_0x203206+'\x22':_0x21ad31='xdg-open\x20\x22'+_0x203206+'\x22';exec(_0x21ad31,_0x5da7c8=>{_0x5da7c8?_0x43fb69(![]):_0x43fb69(!![]);});});}if(import.meta.main){const isAuth=await authServer();console[a4_0x2d8cff(0x92)]('isAuth',isAuth);}
@@ -1 +1 @@
1
- function a5_0x3eec(){const _0x55870b=['166349PHzZqx','1581318JYTgJL','6tnzIhU','10slAVGX','cookie','172auZGOP','338681UZCPOx','1018644pwcMbf','488722UqnQoq','766016krnnym','12MKxdNX','24445nEfMsr','3PYrYbp'];a5_0x3eec=function(){return _0x55870b;};return a5_0x3eec();}const a5_0x58f1f1=a5_0x2e8a;(function(_0x3ecdee,_0x1ba6b0){const _0x2edc0d=a5_0x2e8a,_0x4cf36c=_0x3ecdee();while(!![]){try{const _0x2e8f7d=-parseInt(_0x2edc0d(0xe4))/0x1+parseInt(_0x2edc0d(0xdf))/0x2*(parseInt(_0x2edc0d(0xe3))/0x3)+-parseInt(_0x2edc0d(0xdc))/0x4*(-parseInt(_0x2edc0d(0xe2))/0x5)+parseInt(_0x2edc0d(0xe6))/0x6*(-parseInt(_0x2edc0d(0xdd))/0x7)+-parseInt(_0x2edc0d(0xe0))/0x8+-parseInt(_0x2edc0d(0xe5))/0x9*(-parseInt(_0x2edc0d(0xda))/0xa)+-parseInt(_0x2edc0d(0xde))/0xb*(parseInt(_0x2edc0d(0xe1))/0xc);if(_0x2e8f7d===_0x1ba6b0)break;else _0x4cf36c['push'](_0x4cf36c['shift']());}catch(_0x2e26cd){_0x4cf36c['push'](_0x4cf36c['shift']());}}}(a5_0x3eec,0x37782));import{mkdirSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';function a5_0x2e8a(_0x267507,_0x20d03b){_0x267507=_0x267507-0xda;const _0x3eec4c=a5_0x3eec();let _0x2e8a66=_0x3eec4c[_0x267507];return _0x2e8a66;}export const configDir=join(homedir(),'.lovrabet');export const cookieFile=join(configDir,a5_0x58f1f1(0xdb));mkdirSync(configDir,{'recursive':!![]});
1
+ const a5_0x180493=a5_0x2f65;(function(_0x364a0c,_0x5d3b93){const _0xe064f4=a5_0x2f65,_0x23b80b=_0x364a0c();while(!![]){try{const _0x1330b4=-parseInt(_0xe064f4(0x18c))/0x1*(-parseInt(_0xe064f4(0x191))/0x2)+-parseInt(_0xe064f4(0x18f))/0x3+parseInt(_0xe064f4(0x190))/0x4*(parseInt(_0xe064f4(0x18d))/0x5)+parseInt(_0xe064f4(0x192))/0x6*(parseInt(_0xe064f4(0x188))/0x7)+parseInt(_0xe064f4(0x187))/0x8*(parseInt(_0xe064f4(0x18e))/0x9)+parseInt(_0xe064f4(0x189))/0xa*(-parseInt(_0xe064f4(0x18b))/0xb)+-parseInt(_0xe064f4(0x18a))/0xc;if(_0x1330b4===_0x5d3b93)break;else _0x23b80b['push'](_0x23b80b['shift']());}catch(_0x169ab6){_0x23b80b['push'](_0x23b80b['shift']());}}}(a5_0x59ac,0xdce2d));function a5_0x2f65(_0x5a1c2d,_0x15d02d){_0x5a1c2d=_0x5a1c2d-0x186;const _0x59acdc=a5_0x59ac();let _0x2f6529=_0x59acdc[_0x5a1c2d];return _0x2f6529;}import{mkdirSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';function a5_0x59ac(){const _0x24dbc2=['378665Wlytjb','5MjeDDO','36027mArkAA','3582768qimXHc','6235244wtZqOM','6kAeLEi','498fSHcRg','.lovrabet','1432emUfKe','122003aZmnwR','10ljExln','27937080rHSrFG','4739405jeDQIu'];a5_0x59ac=function(){return _0x24dbc2;};return a5_0x59ac();}export const configDir=join(homedir(),a5_0x180493(0x186));export const cookieFile=join(configDir,'cookie');mkdirSync(configDir,{'recursive':!![]});
@@ -1 +1 @@
1
- (function(_0x5b2b39,_0x174427){var _0x18996d=a6_0x3be1,_0x45d29b=_0x5b2b39();while(!![]){try{var _0x450844=parseInt(_0x18996d(0x111))/0x1+parseInt(_0x18996d(0x10d))/0x2+parseInt(_0x18996d(0x10e))/0x3*(parseInt(_0x18996d(0x109))/0x4)+-parseInt(_0x18996d(0x110))/0x5*(-parseInt(_0x18996d(0x10c))/0x6)+parseInt(_0x18996d(0x112))/0x7*(-parseInt(_0x18996d(0x114))/0x8)+-parseInt(_0x18996d(0x10b))/0x9*(parseInt(_0x18996d(0x113))/0xa)+parseInt(_0x18996d(0x10a))/0xb*(-parseInt(_0x18996d(0x108))/0xc);if(_0x450844===_0x174427)break;else _0x45d29b['push'](_0x45d29b['shift']());}catch(_0x53ff3c){_0x45d29b['push'](_0x45d29b['shift']());}}}(a6_0x2776,0x1b32a));function a6_0x3be1(_0x3211cf,_0x5edd21){_0x3211cf=_0x3211cf-0x108;var _0x277679=a6_0x2776();var _0x3be19d=_0x277679[_0x3211cf];return _0x3be19d;}import{readFileSync}from'node:fs';import{cookieFile}from'../auth/constant.js';export function getCookie(){var _0x4c0180=a6_0x3be1;try{return readFileSync(cookieFile,_0x4c0180(0x10f));}catch{}return'';}function a6_0x2776(){var _0x5f495a=['2472ttCCBw','13308IFxErf','8041BsgxEF','1283562vnttfX','12NeSJPm','266610jyqpmJ','57elDSaI','utf-8','553355ZCYeYO','206275IyMFEy','1536703MjCIGP','10fuUMZv','8OkXHtI'];a6_0x2776=function(){return _0x5f495a;};return a6_0x2776();}
1
+ (function(_0x788e24,_0x53b4c9){var _0x500562=a6_0x4408,_0x360cc7=_0x788e24();while(!![]){try{var _0x38719d=-parseInt(_0x500562(0xed))/0x1*(-parseInt(_0x500562(0xee))/0x2)+parseInt(_0x500562(0xef))/0x3+-parseInt(_0x500562(0xf3))/0x4+parseInt(_0x500562(0xec))/0x5+parseInt(_0x500562(0xf2))/0x6+-parseInt(_0x500562(0xf1))/0x7+parseInt(_0x500562(0xf4))/0x8;if(_0x38719d===_0x53b4c9)break;else _0x360cc7['push'](_0x360cc7['shift']());}catch(_0xee63a5){_0x360cc7['push'](_0x360cc7['shift']());}}}(a6_0x26ed,0x26865));import{readFileSync}from'node:fs';import{cookieFile}from'../auth/constant.js';function a6_0x26ed(){var _0x127a2a=['2143393hveofb','802758MvyCSa','1124372KQiUZI','1511264vYytSz','1244620WuRYYH','21736VwrAjZ','2QgUAtT','455184jDdkDq','utf-8'];a6_0x26ed=function(){return _0x127a2a;};return a6_0x26ed();}function a6_0x4408(_0x207d21,_0x58a5b0){_0x207d21=_0x207d21-0xec;var _0x26ed67=a6_0x26ed();var _0x440845=_0x26ed67[_0x207d21];return _0x440845;}export function getCookie(){var _0x5ed7c3=a6_0x4408;try{return readFileSync(cookieFile,_0x5ed7c3(0xf0));}catch{}return'';}
@@ -1 +1 @@
1
- (function(_0x37594e,_0x364575){const _0x4a9793=a7_0x4a61,_0x503f6b=_0x37594e();while(!![]){try{const _0x275cc8=parseInt(_0x4a9793(0xf4))/0x1+-parseInt(_0x4a9793(0xfd))/0x2+parseInt(_0x4a9793(0xf8))/0x3*(parseInt(_0x4a9793(0xf6))/0x4)+-parseInt(_0x4a9793(0xfb))/0x5*(parseInt(_0x4a9793(0xfc))/0x6)+parseInt(_0x4a9793(0xf7))/0x7*(-parseInt(_0x4a9793(0xff))/0x8)+parseInt(_0x4a9793(0x100))/0x9*(-parseInt(_0x4a9793(0xf5))/0xa)+parseInt(_0x4a9793(0xfa))/0xb;if(_0x275cc8===_0x364575)break;else _0x503f6b['push'](_0x503f6b['shift']());}catch(_0x35c192){_0x503f6b['push'](_0x503f6b['shift']());}}}(a7_0x3575,0xaaeed));import{existsSync,readFileSync}from'node:fs';function a7_0x4a61(_0x101e09,_0x2946bd){_0x101e09=_0x101e09-0xf2;const _0x35750c=a7_0x3575();let _0x4a61d3=_0x35750c[_0x101e09];return _0x4a61d3;}function a7_0x3575(){const _0x3258c7=['12BSgRTb','14fSqWat','291513FLEJwE','session','28386754oDHLhC','755MnkeXs','6030pbkDBk','1982022okcRdv','json','2460144FuoOQg','99UNOCyc','utf-8','user','767194uYcIle','1073980QPDBly'];a7_0x3575=function(){return _0x3258c7;};return a7_0x3575();}import{getUserDomain}from'../constant/domain.js';import{cookieFile}from'../auth/constant.js';export async function getSessionUserInfo(){const _0x529d0f=a7_0x4a61;try{if(!existsSync(cookieFile))return null;const _0xb6246a=readFileSync(cookieFile,_0x529d0f(0xf2)),_0x418145=await fetch(getUserDomain()+'/api/auth/get-session',{'headers':{'cookie':_0xb6246a}});if(!_0x418145['ok'])return null;const _0x359620=await _0x418145[_0x529d0f(0xfe)]();if(!_0x359620[_0x529d0f(0xf9)]||!_0x359620[_0x529d0f(0xf3)])return null;return _0x359620;}catch{return null;}}
1
+ (function(_0x35a806,_0x2926f6){const _0x808e3e=a7_0x40a3,_0x12761d=_0x35a806();while(!![]){try{const _0x325c1c=-parseInt(_0x808e3e(0x80))/0x1*(parseInt(_0x808e3e(0x83))/0x2)+parseInt(_0x808e3e(0x75))/0x3*(-parseInt(_0x808e3e(0x7b))/0x4)+-parseInt(_0x808e3e(0x7f))/0x5*(parseInt(_0x808e3e(0x77))/0x6)+-parseInt(_0x808e3e(0x7d))/0x7+parseInt(_0x808e3e(0x74))/0x8*(-parseInt(_0x808e3e(0x81))/0x9)+-parseInt(_0x808e3e(0x76))/0xa*(parseInt(_0x808e3e(0x7e))/0xb)+-parseInt(_0x808e3e(0x78))/0xc*(-parseInt(_0x808e3e(0x79))/0xd);if(_0x325c1c===_0x2926f6)break;else _0x12761d['push'](_0x12761d['shift']());}catch(_0x5b316a){_0x12761d['push'](_0x12761d['shift']());}}}(a7_0x316b,0xbb9ea));import{existsSync,readFileSync}from'node:fs';function a7_0x316b(){const _0x584bf1=['15678NOLkYH','utf-8','122078OWayKj','session','200nGBkBK','261861FwGcqR','130pwoxlp','2106474aGtNxH','48ywiQaP','15750319jzlePb','user','24YFFLNT','/api/auth/get-session','7026705hUGdxr','636053CZieKZ','5hqVsiB','23iRZFTC'];a7_0x316b=function(){return _0x584bf1;};return a7_0x316b();}function a7_0x40a3(_0x2edfd1,_0x49ae89){_0x2edfd1=_0x2edfd1-0x74;const _0x316b3a=a7_0x316b();let _0x40a382=_0x316b3a[_0x2edfd1];return _0x40a382;}import{getUserDomain}from'../constant/domain.js';import{cookieFile}from'../auth/constant.js';export async function getSessionUserInfo(){const _0x409453=a7_0x40a3;try{if(!existsSync(cookieFile))return null;const _0x1591b2=readFileSync(cookieFile,_0x409453(0x82)),_0x21db87=await fetch(getUserDomain()+_0x409453(0x7c),{'headers':{'cookie':_0x1591b2}});if(!_0x21db87['ok'])return null;const _0xbffbcf=await _0x21db87['json']();if(!_0xbffbcf[_0x409453(0x84)]||!_0xbffbcf[_0x409453(0x7a)])return null;return _0xbffbcf;}catch{return null;}}
@@ -1 +1 @@
1
- (function(_0x3f7f78,_0x3d4884){const _0x6b6bc2=a8_0x4426,_0x18337f=_0x3f7f78();while(!![]){try{const _0x43d755=-parseInt(_0x6b6bc2(0x9c))/0x1*(parseInt(_0x6b6bc2(0x93))/0x2)+parseInt(_0x6b6bc2(0xa1))/0x3*(-parseInt(_0x6b6bc2(0x9f))/0x4)+-parseInt(_0x6b6bc2(0x99))/0x5*(parseInt(_0x6b6bc2(0x9d))/0x6)+-parseInt(_0x6b6bc2(0x9e))/0x7*(parseInt(_0x6b6bc2(0x9b))/0x8)+-parseInt(_0x6b6bc2(0x94))/0x9+parseInt(_0x6b6bc2(0x92))/0xa+-parseInt(_0x6b6bc2(0xa0))/0xb*(-parseInt(_0x6b6bc2(0x91))/0xc);if(_0x43d755===_0x3d4884)break;else _0x18337f['push'](_0x18337f['shift']());}catch(_0x2dea21){_0x18337f['push'](_0x18337f['shift']());}}}(a8_0x50ba,0xcfdff));import{existsSync,readFileSync}from'node:fs';function a8_0x50ba(){const _0xecfcc0=['2142AzhmeU','3237816ZgBsEG','66FUmwtq','3pXzrFD','user','9160044mxDmgZ','6294350vYbifC','300COoDWf','7682472agEOAi','then','/api/auth/get-session','utf-8','json','4280KyAyIi','session','5816EonXAP','9561oneiqc','7278eibqnn'];a8_0x50ba=function(){return _0xecfcc0;};return a8_0x50ba();}import{getUserDomain}from'../constant/domain.js';function a8_0x4426(_0x25a41a,_0x1d6d54){_0x25a41a=_0x25a41a-0x91;const _0x50ba22=a8_0x50ba();let _0x442651=_0x50ba22[_0x25a41a];return _0x442651;}import{cookieFile}from'../auth/constant.js';export async function getIsSessionValid(){const _0x180ddd=a8_0x4426;try{if(!existsSync(cookieFile))return![];const _0x444008=readFileSync(cookieFile,_0x180ddd(0x97)),_0x3ffe21=await fetch(getUserDomain()+_0x180ddd(0x96),{'headers':{'cookie':_0x444008}})[_0x180ddd(0x95)](_0x3b493f=>_0x3b493f[_0x180ddd(0x98)]());return _0x3ffe21&&_0x3ffe21[_0x180ddd(0x9a)]&&_0x3ffe21[_0x180ddd(0xa2)];}catch{}return![];}
1
+ (function(_0x531714,_0x302c5d){const _0x4a12af=a8_0x5248,_0x105f8f=_0x531714();while(!![]){try{const _0x225fe9=-parseInt(_0x4a12af(0x12a))/0x1*(parseInt(_0x4a12af(0x123))/0x2)+parseInt(_0x4a12af(0x122))/0x3*(parseInt(_0x4a12af(0x120))/0x4)+-parseInt(_0x4a12af(0x12c))/0x5*(-parseInt(_0x4a12af(0x126))/0x6)+-parseInt(_0x4a12af(0x124))/0x7+parseInt(_0x4a12af(0x11f))/0x8+parseInt(_0x4a12af(0x128))/0x9+-parseInt(_0x4a12af(0x12d))/0xa*(parseInt(_0x4a12af(0x127))/0xb);if(_0x225fe9===_0x302c5d)break;else _0x105f8f['push'](_0x105f8f['shift']());}catch(_0x142142){_0x105f8f['push'](_0x105f8f['shift']());}}}(a8_0x4f62,0x600fc));import{existsSync,readFileSync}from'node:fs';function a8_0x5248(_0x2290ab,_0xd20745){_0x2290ab=_0x2290ab-0x11f;const _0x4f62ec=a8_0x4f62();let _0x524855=_0x4f62ec[_0x2290ab];return _0x524855;}import{getUserDomain}from'../constant/domain.js';import{cookieFile}from'../auth/constant.js';export async function getIsSessionValid(){const _0x9253fe=a8_0x5248;try{if(!existsSync(cookieFile))return![];const _0x34d2d7=readFileSync(cookieFile,'utf-8'),_0x3934c9=await fetch(getUserDomain()+_0x9253fe(0x12b),{'headers':{'cookie':_0x34d2d7}})[_0x9253fe(0x121)](_0x115423=>_0x115423[_0x9253fe(0x129)]());return _0x3934c9&&_0x3934c9[_0x9253fe(0x125)]&&_0x3934c9[_0x9253fe(0x12e)];}catch{}return![];}function a8_0x4f62(){const _0x2fdeb1=['2968791jCNNrC','session','732ANlwZG','393833NuivAq','6575904wnwgwE','json','20428ClqaJA','/api/auth/get-session','27755EGxlgs','220nXubYs','user','3885064lupRSS','8QYvvOZ','then','364296TqcANU','52jgpCju'];a8_0x4f62=function(){return _0x2fdeb1;};return a8_0x4f62();}
@@ -1 +1 @@
1
- (function(_0x2de45a,_0x597f3c){const _0x3ffacd=a9_0x4eb8,_0x2ba660=_0x2de45a();while(!![]){try{const _0x18c937=-parseInt(_0x3ffacd(0x13c))/0x1+-parseInt(_0x3ffacd(0x13d))/0x2+-parseInt(_0x3ffacd(0x139))/0x3*(-parseInt(_0x3ffacd(0x135))/0x4)+parseInt(_0x3ffacd(0x137))/0x5+-parseInt(_0x3ffacd(0x13e))/0x6*(parseInt(_0x3ffacd(0x13f))/0x7)+parseInt(_0x3ffacd(0x13b))/0x8*(-parseInt(_0x3ffacd(0x140))/0x9)+parseInt(_0x3ffacd(0x138))/0xa;if(_0x18c937===_0x597f3c)break;else _0x2ba660['push'](_0x2ba660['shift']());}catch(_0x1c4290){_0x2ba660['push'](_0x2ba660['shift']());}}}(a9_0x10ca,0x4dd29));function a9_0x4eb8(_0x128651,_0x414b52){_0x128651=_0x128651-0x135;const _0x10ca10=a9_0x10ca();let _0x4eb8b0=_0x10ca10[_0x128651];return _0x4eb8b0;}export function buildLoginSuccessHtml(){const _0x5557b9=a9_0x4eb8,_0x393da7='Unable\x20to\x20close\x20automatically.\x20Please\x20close\x20this\x20tab\x20or\x20window\x20manually.';return _0x5557b9(0x13a)+_0x393da7+_0x5557b9(0x136);}function a9_0x10ca(){const _0x58cb20=['8WbNQBT','424930bAssXE','1188534rsFEzJ','6jJnMQF','1425641eqSvqZ','1427589nTBnKF','4NpmmHO','</div>\x0a\x20\x20\x20\x20<p\x20class=\x22cli-hint\x22>Rabetbase\x20CLI\x20·\x20session\x20saved\x20locally</p>\x0a\x20\x20</div>\x0a\x20\x20<script>\x0a\x20\x20(function(){\x0a\x20\x20\x20\x20var\x20t\x20=\x205;\x0a\x20\x20\x20\x20var\x20el\x20=\x20document.getElementById(\x27t\x27);\x0a\x20\x20\x20\x20var\x20manual\x20=\x20document.getElementById(\x27manualMsg\x27);\x0a\x20\x20\x20\x20var\x20id\x20=\x20setInterval(function(){\x0a\x20\x20\x20\x20\x20\x20t--;\x0a\x20\x20\x20\x20\x20\x20if\x20(t\x20<=\x200)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(id);\x0a\x20\x20\x20\x20\x20\x20\x20\x20el.textContent\x20=\x20\x270\x27;\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x20window.close();\x20}\x20catch(e)\x20{}\x0a\x20\x20\x20\x20\x20\x20\x20\x20setTimeout(function(){\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!window.closed)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20manual.style.display\x20=\x20\x27block\x27;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20},\x20300);\x0a\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20el.textContent\x20=\x20String(t);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20},\x201000);\x0a\x20\x20})();\x0a\x20\x20</script>\x0a</body>\x0a</html>','1392080VWJDSW','13627630LtiaZG','177189LGGWkQ','<!doctype\x20html>\x0a<html\x20lang=\x22en\x22>\x0a<head>\x0a\x20\x20<meta\x20charset=\x22utf-8\x22>\x0a\x20\x20<meta\x20name=\x22viewport\x22\x20content=\x22width=device-width,\x20initial-scale=1\x22>\x0a\x20\x20<title>Login\x20successful\x20·\x20Rabetbase\x20CLI</title>\x0a\x20\x20<style>\x0a\x20\x20\x20\x20:root\x20{\x0a\x20\x20\x20\x20\x20\x20--bg0:\x20#0f1419;\x0a\x20\x20\x20\x20\x20\x20--bg1:\x20#1a2332;\x0a\x20\x20\x20\x20\x20\x20--card:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20--text:\x20#1c2128;\x0a\x20\x20\x20\x20\x20\x20--muted:\x20#5c6570;\x0a\x20\x20\x20\x20\x20\x20--accent:\x20#2563eb;\x0a\x20\x20\x20\x20\x20\x20--accent-soft:\x20#eff6ff;\x0a\x20\x20\x20\x20\x20\x20--success:\x20#059669;\x0a\x20\x20\x20\x20\x20\x20--radius:\x2016px;\x0a\x20\x20\x20\x20\x20\x20--shadow:\x200\x2025px\x2050px\x20-12px\x20rgba(15,\x2020,\x2025,\x200.35);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20*\x20{\x20box-sizing:\x20border-box;\x20}\x0a\x20\x20\x20\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20min-height:\x20100vh;\x0a\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20\x20\x20padding:\x2024px;\x0a\x20\x20\x20\x20\x20\x20font-family:\x20ui-sans-serif,\x20system-ui,\x20-apple-system,\x20\x22Segoe\x20UI\x22,\x20Roboto,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x22Helvetica\x20Neue\x22,\x20Arial,\x20\x22Noto\x20Sans\x22,\x20\x22PingFang\x20SC\x22,\x20\x22Microsoft\x20YaHei\x22,\x20sans-serif;\x0a\x20\x20\x20\x20\x20\x20background:\x20linear-gradient(160deg,\x20var(--bg0)\x200%,\x20var(--bg1)\x2045%,\x20#243047\x20100%);\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--text);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.card\x20{\x0a\x20\x20\x20\x20\x20\x20width:\x20100%;\x0a\x20\x20\x20\x20\x20\x20max-width:\x20420px;\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--card);\x0a\x20\x20\x20\x20\x20\x20border-radius:\x20var(--radius);\x0a\x20\x20\x20\x20\x20\x20box-shadow:\x20var(--shadow);\x0a\x20\x20\x20\x20\x20\x20padding:\x2040px\x2036px\x2032px;\x0a\x20\x20\x20\x20\x20\x20text-align:\x20center;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.icon\x20{\x0a\x20\x20\x20\x20\x20\x20width:\x2064px;\x0a\x20\x20\x20\x20\x20\x20height:\x2064px;\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x20auto\x2020px;\x0a\x20\x20\x20\x20\x20\x20border-radius:\x2050%;\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--accent-soft);\x0a\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.icon\x20svg\x20{\x20width:\x2036px;\x20height:\x2036px;\x20}\x0a\x20\x20\x20\x20h1\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x200\x2012px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x201.375rem;\x0a\x20\x20\x20\x20\x20\x20font-weight:\x20600;\x0a\x20\x20\x20\x20\x20\x20letter-spacing:\x20-0.02em;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20p.lead\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x200\x208px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.9375rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--muted);\x0a\x20\x20\x20\x20\x20\x20line-height:\x201.55;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.countdown\x20{\x0a\x20\x20\x20\x20\x20\x20display:\x20inline-flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20gap:\x206px;\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2016px;\x0a\x20\x20\x20\x20\x20\x20padding:\x208px\x2014px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.875rem;\x0a\x20\x20\x20\x20\x20\x20font-variant-numeric:\x20tabular-nums;\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--accent);\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--accent-soft);\x0a\x20\x20\x20\x20\x20\x20border-radius:\x20999px;\x0a\x20\x20\x20\x20\x20\x20font-weight:\x20500;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20#manualMsg\x20{\x0a\x20\x20\x20\x20\x20\x20display:\x20none;\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2020px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.8125rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20#b91c1c;\x0a\x20\x20\x20\x20\x20\x20line-height:\x201.45;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.cli-hint\x20{\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2028px;\x0a\x20\x20\x20\x20\x20\x20padding-top:\x2024px;\x0a\x20\x20\x20\x20\x20\x20border-top:\x201px\x20solid\x20#e8ecf0;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.75rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20#8b949e;\x0a\x20\x20\x20\x20}\x0a\x20\x20</style>\x0a</head>\x0a<body>\x0a\x20\x20<div\x20class=\x22card\x22\x20role=\x22status\x22\x20aria-live=\x22polite\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22icon\x22\x20aria-hidden=\x22true\x22>\x0a\x20\x20\x20\x20\x20\x20<svg\x20viewBox=\x220\x200\x2024\x2024\x22\x20fill=\x22none\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<circle\x20cx=\x2212\x22\x20cy=\x2212\x22\x20r=\x2210\x22\x20stroke=\x22#059669\x22\x20stroke-width=\x222\x22\x20fill=\x22none\x22/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<path\x20d=\x22M8\x2012.5l2.5\x202.5L16\x209\x22\x20stroke=\x22#059669\x22\x20stroke-width=\x222\x22\x20stroke-linecap=\x22round\x22\x20stroke-linejoin=\x22round\x22/>\x0a\x20\x20\x20\x20\x20\x20</svg>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<h1>Login\x20successful</h1>\x0a\x20\x20\x20\x20<p\x20class=\x22lead\x22>You\x20can\x20return\x20to\x20the\x20terminal\x20to\x20continue.\x20This\x20window\x20will\x20try\x20to\x20close\x20automatically.</p>\x0a\x20\x20\x20\x20<div\x20class=\x22countdown\x22>\x0a\x20\x20\x20\x20\x20\x20Closing\x20in\x20<span\x20id=\x22t\x22>5</span>s\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20id=\x22manualMsg\x22>'];a9_0x10ca=function(){return _0x58cb20;};return a9_0x10ca();}
1
+ function a9_0x60dc(_0x417c7d,_0x2c8d1e){_0x417c7d=_0x417c7d-0xb1;const _0x4f65f6=a9_0x4f65();let _0x60dc71=_0x4f65f6[_0x417c7d];return _0x60dc71;}(function(_0x352e39,_0x124a52){const _0x2761e8=a9_0x60dc,_0x1656f2=_0x352e39();while(!![]){try{const _0x2002cf=-parseInt(_0x2761e8(0xbb))/0x1+parseInt(_0x2761e8(0xb3))/0x2+parseInt(_0x2761e8(0xb5))/0x3*(parseInt(_0x2761e8(0xb2))/0x4)+parseInt(_0x2761e8(0xba))/0x5+-parseInt(_0x2761e8(0xb6))/0x6*(parseInt(_0x2761e8(0xb1))/0x7)+parseInt(_0x2761e8(0xb4))/0x8*(parseInt(_0x2761e8(0xb7))/0x9)+parseInt(_0x2761e8(0xb9))/0xa*(-parseInt(_0x2761e8(0xbc))/0xb);if(_0x2002cf===_0x124a52)break;else _0x1656f2['push'](_0x1656f2['shift']());}catch(_0x416032){_0x1656f2['push'](_0x1656f2['shift']());}}}(a9_0x4f65,0x40308));export function buildLoginSuccessHtml(){const _0x2dfad2=a9_0x60dc,_0x2f052a=_0x2dfad2(0xbd);return'<!doctype\x20html>\x0a<html\x20lang=\x22en\x22>\x0a<head>\x0a\x20\x20<meta\x20charset=\x22utf-8\x22>\x0a\x20\x20<meta\x20name=\x22viewport\x22\x20content=\x22width=device-width,\x20initial-scale=1\x22>\x0a\x20\x20<title>Login\x20successful\x20·\x20Rabetbase\x20CLI</title>\x0a\x20\x20<style>\x0a\x20\x20\x20\x20:root\x20{\x0a\x20\x20\x20\x20\x20\x20--bg0:\x20#0f1419;\x0a\x20\x20\x20\x20\x20\x20--bg1:\x20#1a2332;\x0a\x20\x20\x20\x20\x20\x20--card:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20--text:\x20#1c2128;\x0a\x20\x20\x20\x20\x20\x20--muted:\x20#5c6570;\x0a\x20\x20\x20\x20\x20\x20--accent:\x20#2563eb;\x0a\x20\x20\x20\x20\x20\x20--accent-soft:\x20#eff6ff;\x0a\x20\x20\x20\x20\x20\x20--success:\x20#059669;\x0a\x20\x20\x20\x20\x20\x20--radius:\x2016px;\x0a\x20\x20\x20\x20\x20\x20--shadow:\x200\x2025px\x2050px\x20-12px\x20rgba(15,\x2020,\x2025,\x200.35);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20*\x20{\x20box-sizing:\x20border-box;\x20}\x0a\x20\x20\x20\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20min-height:\x20100vh;\x0a\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20\x20\x20padding:\x2024px;\x0a\x20\x20\x20\x20\x20\x20font-family:\x20ui-sans-serif,\x20system-ui,\x20-apple-system,\x20\x22Segoe\x20UI\x22,\x20Roboto,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x22Helvetica\x20Neue\x22,\x20Arial,\x20\x22Noto\x20Sans\x22,\x20\x22PingFang\x20SC\x22,\x20\x22Microsoft\x20YaHei\x22,\x20sans-serif;\x0a\x20\x20\x20\x20\x20\x20background:\x20linear-gradient(160deg,\x20var(--bg0)\x200%,\x20var(--bg1)\x2045%,\x20#243047\x20100%);\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--text);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.card\x20{\x0a\x20\x20\x20\x20\x20\x20width:\x20100%;\x0a\x20\x20\x20\x20\x20\x20max-width:\x20420px;\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--card);\x0a\x20\x20\x20\x20\x20\x20border-radius:\x20var(--radius);\x0a\x20\x20\x20\x20\x20\x20box-shadow:\x20var(--shadow);\x0a\x20\x20\x20\x20\x20\x20padding:\x2040px\x2036px\x2032px;\x0a\x20\x20\x20\x20\x20\x20text-align:\x20center;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.icon\x20{\x0a\x20\x20\x20\x20\x20\x20width:\x2064px;\x0a\x20\x20\x20\x20\x20\x20height:\x2064px;\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x20auto\x2020px;\x0a\x20\x20\x20\x20\x20\x20border-radius:\x2050%;\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--accent-soft);\x0a\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.icon\x20svg\x20{\x20width:\x2036px;\x20height:\x2036px;\x20}\x0a\x20\x20\x20\x20h1\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x200\x2012px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x201.375rem;\x0a\x20\x20\x20\x20\x20\x20font-weight:\x20600;\x0a\x20\x20\x20\x20\x20\x20letter-spacing:\x20-0.02em;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20p.lead\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x200\x208px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.9375rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--muted);\x0a\x20\x20\x20\x20\x20\x20line-height:\x201.55;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.countdown\x20{\x0a\x20\x20\x20\x20\x20\x20display:\x20inline-flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20gap:\x206px;\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2016px;\x0a\x20\x20\x20\x20\x20\x20padding:\x208px\x2014px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.875rem;\x0a\x20\x20\x20\x20\x20\x20font-variant-numeric:\x20tabular-nums;\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--accent);\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--accent-soft);\x0a\x20\x20\x20\x20\x20\x20border-radius:\x20999px;\x0a\x20\x20\x20\x20\x20\x20font-weight:\x20500;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20#manualMsg\x20{\x0a\x20\x20\x20\x20\x20\x20display:\x20none;\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2020px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.8125rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20#b91c1c;\x0a\x20\x20\x20\x20\x20\x20line-height:\x201.45;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.cli-hint\x20{\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2028px;\x0a\x20\x20\x20\x20\x20\x20padding-top:\x2024px;\x0a\x20\x20\x20\x20\x20\x20border-top:\x201px\x20solid\x20#e8ecf0;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.75rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20#8b949e;\x0a\x20\x20\x20\x20}\x0a\x20\x20</style>\x0a</head>\x0a<body>\x0a\x20\x20<div\x20class=\x22card\x22\x20role=\x22status\x22\x20aria-live=\x22polite\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22icon\x22\x20aria-hidden=\x22true\x22>\x0a\x20\x20\x20\x20\x20\x20<svg\x20viewBox=\x220\x200\x2024\x2024\x22\x20fill=\x22none\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<circle\x20cx=\x2212\x22\x20cy=\x2212\x22\x20r=\x2210\x22\x20stroke=\x22#059669\x22\x20stroke-width=\x222\x22\x20fill=\x22none\x22/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<path\x20d=\x22M8\x2012.5l2.5\x202.5L16\x209\x22\x20stroke=\x22#059669\x22\x20stroke-width=\x222\x22\x20stroke-linecap=\x22round\x22\x20stroke-linejoin=\x22round\x22/>\x0a\x20\x20\x20\x20\x20\x20</svg>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<h1>Login\x20successful</h1>\x0a\x20\x20\x20\x20<p\x20class=\x22lead\x22>You\x20can\x20return\x20to\x20the\x20terminal\x20to\x20continue.\x20This\x20window\x20will\x20try\x20to\x20close\x20automatically.</p>\x0a\x20\x20\x20\x20<div\x20class=\x22countdown\x22>\x0a\x20\x20\x20\x20\x20\x20Closing\x20in\x20<span\x20id=\x22t\x22>5</span>s\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20id=\x22manualMsg\x22>'+_0x2f052a+_0x2dfad2(0xb8);}function a9_0x4f65(){const _0x2a0c79=['Unable\x20to\x20close\x20automatically.\x20Please\x20close\x20this\x20tab\x20or\x20window\x20manually.','119BEUTIU','5592ESuDff','922554JKYXBi','3752AVNhOe','681vZYTwD','139632VnmjTL','189iqFiNq','</div>\x0a\x20\x20\x20\x20<p\x20class=\x22cli-hint\x22>Rabetbase\x20CLI\x20·\x20session\x20saved\x20locally</p>\x0a\x20\x20</div>\x0a\x20\x20<script>\x0a\x20\x20(function(){\x0a\x20\x20\x20\x20var\x20t\x20=\x205;\x0a\x20\x20\x20\x20var\x20el\x20=\x20document.getElementById(\x27t\x27);\x0a\x20\x20\x20\x20var\x20manual\x20=\x20document.getElementById(\x27manualMsg\x27);\x0a\x20\x20\x20\x20var\x20id\x20=\x20setInterval(function(){\x0a\x20\x20\x20\x20\x20\x20t--;\x0a\x20\x20\x20\x20\x20\x20if\x20(t\x20<=\x200)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(id);\x0a\x20\x20\x20\x20\x20\x20\x20\x20el.textContent\x20=\x20\x270\x27;\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x20window.close();\x20}\x20catch(e)\x20{}\x0a\x20\x20\x20\x20\x20\x20\x20\x20setTimeout(function(){\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!window.closed)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20manual.style.display\x20=\x20\x27block\x27;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20},\x20300);\x0a\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20el.textContent\x20=\x20String(t);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20},\x201000);\x0a\x20\x20})();\x0a\x20\x20</script>\x0a</body>\x0a</html>','1691370exKZiS','718740nLgeBi','104539yjmtaQ','11tBYYPj'];a9_0x4f65=function(){return _0x2a0c79;};return a9_0x4f65();}
@@ -1 +1 @@
1
- (function(_0x57f2d4,_0x4b8ddb){var _0x1dbc3b=a10_0x57ea,_0x5e0661=_0x57f2d4();while(!![]){try{var _0xc0a6f0=parseInt(_0x1dbc3b(0x13d))/0x1+-parseInt(_0x1dbc3b(0x140))/0x2*(-parseInt(_0x1dbc3b(0x145))/0x3)+-parseInt(_0x1dbc3b(0x141))/0x4*(-parseInt(_0x1dbc3b(0x13f))/0x5)+-parseInt(_0x1dbc3b(0x146))/0x6*(parseInt(_0x1dbc3b(0x13c))/0x7)+-parseInt(_0x1dbc3b(0x148))/0x8+parseInt(_0x1dbc3b(0x13e))/0x9*(parseInt(_0x1dbc3b(0x142))/0xa)+-parseInt(_0x1dbc3b(0x143))/0xb*(-parseInt(_0x1dbc3b(0x13b))/0xc);if(_0xc0a6f0===_0x4b8ddb)break;else _0x5e0661['push'](_0x5e0661['shift']());}catch(_0x1d3d4d){_0x5e0661['push'](_0x5e0661['shift']());}}}(a10_0x36f8,0x2b1c4));function a10_0x57ea(_0x2186b6,_0x430384){_0x2186b6=_0x2186b6-0x13a;var _0x36f837=a10_0x36f8();var _0x57ea63=_0x36f837[_0x2186b6];return _0x57ea63;}import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../auth/constant.js';function a10_0x36f8(){var _0x4e8346=['✓\x20Logged\x20out','1178616hJYrJi','!\x20Not\x20logged\x20in','1644264gdMsbb','448427UUFsFC','184134VZREjn','9XhDYkH','5prkcBk','2lMCQMw','144308Mxnifj','986220AHhKTh','11FHBiKW','log','565071rZDrya','30RwuwCu'];a10_0x36f8=function(){return _0x4e8346;};return a10_0x36f8();}export function logout(){var _0x20a46e=a10_0x57ea;existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x20a46e(0x144)](_0x20a46e(0x147))):console[_0x20a46e(0x144)](_0x20a46e(0x13a));}
1
+ (function(_0x7d0a99,_0x1fa5d9){var _0x299e0f=a10_0x41ba,_0x5742c2=_0x7d0a99();while(!![]){try{var _0x43fea7=parseInt(_0x299e0f(0x104))/0x1+-parseInt(_0x299e0f(0x10a))/0x2+-parseInt(_0x299e0f(0x107))/0x3*(-parseInt(_0x299e0f(0x108))/0x4)+-parseInt(_0x299e0f(0x102))/0x5+-parseInt(_0x299e0f(0x109))/0x6+parseInt(_0x299e0f(0x105))/0x7*(parseInt(_0x299e0f(0x106))/0x8)+-parseInt(_0x299e0f(0x10b))/0x9*(-parseInt(_0x299e0f(0x103))/0xa);if(_0x43fea7===_0x1fa5d9)break;else _0x5742c2['push'](_0x5742c2['shift']());}catch(_0x31c517){_0x5742c2['push'](_0x5742c2['shift']());}}}(a10_0x22ba,0xecdc3));function a10_0x41ba(_0x1e4a58,_0x2c116a){_0x1e4a58=_0x1e4a58-0x102;var _0x22bac0=a10_0x22ba();var _0x41bad0=_0x22bac0[_0x1e4a58];return _0x41bad0;}import{unlinkSync,existsSync}from'node:fs';function a10_0x22ba(){var _0x3cab8b=['1585451BvqAaD','44877sBkYPQ','2152VtKvHl','279579DvsrpK','4VkKcnG','10356114syxHSL','2886560efZMIZ','81rCVyrE','!\x20Not\x20logged\x20in','log','2377875mrApJY','1346500UFeHYh'];a10_0x22ba=function(){return _0x3cab8b;};return a10_0x22ba();}import{cookieFile}from'../auth/constant.js';export function logout(){var _0x5ee677=a10_0x41ba;existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x5ee677(0x10d)]('✓\x20Logged\x20out')):console['log'](_0x5ee677(0x10c));}
package/lib/cli-flags.js CHANGED
@@ -1 +1 @@
1
- function a11_0x40e6(_0x1ce4d9,_0x2c03b1){_0x1ce4d9=_0x1ce4d9-0x19e;const _0x274015=a11_0x2740();let _0x40e6bd=_0x274015[_0x1ce4d9];return _0x40e6bd;}const a11_0x33397e=a11_0x40e6;(function(_0x5baa11,_0x1fc06f){const _0x129deb=a11_0x40e6,_0x1130a4=_0x5baa11();while(!![]){try{const _0x47f4b5=parseInt(_0x129deb(0x1aa))/0x1+parseInt(_0x129deb(0x1a5))/0x2*(-parseInt(_0x129deb(0x1a9))/0x3)+-parseInt(_0x129deb(0x1a8))/0x4*(-parseInt(_0x129deb(0x19e))/0x5)+parseInt(_0x129deb(0x1a4))/0x6+-parseInt(_0x129deb(0x1a0))/0x7*(parseInt(_0x129deb(0x1a3))/0x8)+parseInt(_0x129deb(0x1a1))/0x9*(parseInt(_0x129deb(0x19f))/0xa)+parseInt(_0x129deb(0x1a7))/0xb*(-parseInt(_0x129deb(0x1a2))/0xc);if(_0x47f4b5===_0x1fc06f)break;else _0x1130a4['push'](_0x1130a4['shift']());}catch(_0x1c8462){_0x1130a4['push'](_0x1130a4['shift']());}}}(a11_0x2740,0x28003));export const dynamicCliFlags={'enableBffSave':{'type':a11_0x33397e(0x1a6)}};function a11_0x2740(){const _0x401684=['858582eGYBAc','16XBIChJ','boolean','33QeUbqP','344ciKFIw','37347KzMVNc','28751xSfdqG','4910vFwoFv','929770KAyztk','1617035GpBwhi','27iwlhzb','163164xNtiiH','8oSJyZL'];a11_0x2740=function(){return _0x401684;};return a11_0x2740();}
1
+ const a11_0x446aae=a11_0xae60;function a11_0xae60(_0x464e5b,_0xca7523){_0x464e5b=_0x464e5b-0x95;const _0x5a5a85=a11_0x5a5a();let _0xae60c8=_0x5a5a85[_0x464e5b];return _0xae60c8;}function a11_0x5a5a(){const _0x3c6b80=['1922EhzRxy','boolean','1663CsqppM','154ZPnHwX','7362216SQXDEV','10533078BqtaKI','2177304xnSeJP','7IzlNVc','632420vidYJR','28IgMwqg','12392144JQccTZ','58005LOepmi'];a11_0x5a5a=function(){return _0x3c6b80;};return a11_0x5a5a();}(function(_0x19e28f,_0x4256fe){const _0x77367c=a11_0xae60,_0x163b52=_0x19e28f();while(!![]){try{const _0xb68feb=-parseInt(_0x77367c(0x9e))/0x1*(-parseInt(_0x77367c(0x9c))/0x2)+parseInt(_0x77367c(0x96))/0x3+-parseInt(_0x77367c(0x99))/0x4*(-parseInt(_0x77367c(0x9b))/0x5)+parseInt(_0x77367c(0x95))/0x6+-parseInt(_0x77367c(0x97))/0x7*(parseInt(_0x77367c(0x9a))/0x8)+-parseInt(_0x77367c(0xa0))/0x9+parseInt(_0x77367c(0x98))/0xa*(-parseInt(_0x77367c(0x9f))/0xb);if(_0xb68feb===_0x4256fe)break;else _0x163b52['push'](_0x163b52['shift']());}catch(_0xe9a8da){_0x163b52['push'](_0x163b52['shift']());}}}(a11_0x5a5a,0xddba9));export const dynamicCliFlags={'enableBffSave':{'type':a11_0x446aae(0x9d)}};
package/lib/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const a12_0x330d97=a12_0x4ceb;(function(_0x16c590,_0x50ee0d){const _0x4ad109=a12_0x4ceb,_0x2581aa=_0x16c590();while(!![]){try{const _0x4ff5ea=parseInt(_0x4ad109(0xd7))/0x1*(parseInt(_0x4ad109(0xeb))/0x2)+parseInt(_0x4ad109(0xdd))/0x3+parseInt(_0x4ad109(0xd5))/0x4*(parseInt(_0x4ad109(0xe6))/0x5)+parseInt(_0x4ad109(0xef))/0x6*(parseInt(_0x4ad109(0xea))/0x7)+parseInt(_0x4ad109(0xc9))/0x8*(-parseInt(_0x4ad109(0xdc))/0x9)+-parseInt(_0x4ad109(0xc8))/0xa*(parseInt(_0x4ad109(0xd0))/0xb)+-parseInt(_0x4ad109(0xf3))/0xc*(parseInt(_0x4ad109(0xee))/0xd);if(_0x4ff5ea===_0x50ee0d)break;else _0x2581aa['push'](_0x2581aa['shift']());}catch(_0x2e8be9){_0x2581aa['push'](_0x2581aa['shift']());}}}(a12_0x1b23,0x2c2b6));import a12_0x65e86d from'meow';import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,deprecatedAliases,resolveDeprecatedSubcommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';function a12_0x4ceb(_0x4f3548,_0x2bf717){_0x4f3548=_0x4f3548-0xc8;const _0x1b235a=a12_0x1b23();let _0x4ceb4e=_0x1b235a[_0x4f3548];return _0x4ceb4e;}import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';import{reportCliHelpTrace}from'./telemetry/cli-help-trace.js';import{reportCommandTrace}from'./telemetry/cli-command-trace.js';import{registerOtelShutdownOnExit,exitWithOtelShutdown}from'./telemetry/register-otel-exit-shutdown.js';import{printIssueReportNudgeForError}from'./commands/issue/nudge.js';let dynamicCliFlags=null;try{dynamicCliFlags=(await import(a12_0x330d97(0xcb)))['dynamicCliFlags'];}catch{}function a12_0x1b23(){const _0x4e3a41=['204vnHUuV','hint','\x20\x20Please\x20update\x20your\x20command\x20and\x20try\x20again.\x0a','runtimeDomain','50844uKkOQk','code','1930340lqgjIf','306072McuQZf','message','./cli-flags.js','`;\x20prefer\x20`','unknownCommand','ExitPromptError','command','11goimkw','apiDomain','`\x20in\x20new\x20scripts.\x0a','global','unknown','11092LfqXzS','userDomain','272215DdvOFp','slice','wildcardDef','now','env','27ubotRn','576618sRNCnS','error','log','input','flags','`\x20has\x20been\x20moved\x20to\x20`','./context.js','⚠\x20`','exitCode','355SpmQVD','raw','write','help','10703SBJFLd','2OWmuZo','./constant/env.js','name','689jGLAkk'];a12_0x1b23=function(){return _0x4e3a41;};return a12_0x1b23();}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a12_0x330d97(0xd4)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a12_0x330d97(0xd8)](0x0,0xa)+')':VERSION,cli=a12_0x65e86d(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run();async function run(){const _0x130888=a12_0x330d97;let _0x1e7fd0=cli[_0x130888(0xe0)][0x0],_0xbce1ae=cli[_0x130888(0xe0)][0x1];const _0x1fb896=cli[_0x130888(0xe1)];if(!_0x1e7fd0){await reportCliHelpTrace(_0x130888(0xd3)),showHelp();return;}const _0x49c0b9=deprecatedAliases[_0x1e7fd0];if(_0x49c0b9&&!isKnownService(_0x1e7fd0)){const _0x3c7d68=_0xbce1ae?CLI_BIN_NAME+'\x20'+_0x1e7fd0+'\x20'+_0xbce1ae:CLI_BIN_NAME+'\x20'+_0x1e7fd0,_0x3b9f98=CLI_BIN_NAME+'\x20'+_0x49c0b9['service']+'\x20'+_0x49c0b9[_0x130888(0xcf)];console[_0x130888(0xde)](_0x130888(0xe4)+_0x3c7d68+_0x130888(0xe2)+_0x3b9f98+'`\x20in\x20v2.0.\x0a'+_0x130888(0xf1)),await exitWithOtelShutdown(0x1);}if(!isKnownService(_0x1e7fd0)){await reportCliHelpTrace('unknown_service',{'service':_0x1e7fd0}),showHelp();return;}const _0x15a61d=getServiceEntry(_0x1e7fd0);if(_0x1fb896[_0x130888(0xdb)]&&typeof _0x1fb896['env']==='string'){const {initEnv:_0xbbffb2}=await import(_0x130888(0xec));_0xbbffb2(_0x1fb896[_0x130888(0xdb)]);}const {buildConfigFromFlags:_0x368477}=await import(_0x130888(0xe3)),_0x1a4eb8=_0x368477(_0x1fb896);if(!_0x1fb896[_0x130888(0xdb)]&&_0x1a4eb8[_0x130888(0xdb)]){const {initEnv:_0x12b802}=await import(_0x130888(0xec));_0x12b802(_0x1a4eb8[_0x130888(0xdb)]);}if(_0x1a4eb8[_0x130888(0xe7)]?.['apiDomain']||_0x1a4eb8['raw']?.[_0x130888(0xd6)]||_0x1a4eb8[_0x130888(0xe7)]?.['runtimeDomain']){const {initDomains:_0x3da392}=await import('./constant/domain.js');_0x3da392({'apiDomain':_0x1a4eb8[_0x130888(0xe7)][_0x130888(0xd1)]||undefined,'userDomain':_0x1a4eb8[_0x130888(0xe7)][_0x130888(0xd6)]||undefined,'runtimeDomain':_0x1a4eb8[_0x130888(0xe7)][_0x130888(0xf2)]||undefined});}if(!_0xbce1ae){if(_0x1fb896['help']){printServiceHelp(_0x1e7fd0);return;}if(_0x15a61d['defaultCommand'])_0xbce1ae=_0x15a61d['defaultCommand'];else{if(_0x15a61d['wildcardDef']){await dispatchDeclarative(_0x15a61d[_0x130888(0xd9)],_0x1e7fd0,'',[],_0x1fb896,_0x1a4eb8);return;}else{printServiceHelp(_0x1e7fd0);return;}}}const _0x2dea12=resolveDeprecatedSubcommand(_0x1e7fd0,_0xbce1ae);if(_0x2dea12){const _0x4525ff=CLI_BIN_NAME+'\x20'+_0x1e7fd0+'\x20'+_0xbce1ae,_0x32cc95=CLI_BIN_NAME+'\x20'+_0x1e7fd0+'\x20'+_0x2dea12;console[_0x130888(0xde)](_0x130888(0xe4)+_0x4525ff+'`\x20is\x20an\x20alias\x20of\x20`'+_0x32cc95+_0x130888(0xcc)+_0x32cc95+_0x130888(0xd2)),_0xbce1ae=_0x2dea12;}if(_0x1fb896['help']&&!findDefinition(_0x1e7fd0,_0xbce1ae)){printServiceHelp(_0x1e7fd0);return;}{let _0x367385=findDefinition(_0x1e7fd0,_0xbce1ae),_0x5b3e77=cli[_0x130888(0xe0)]['slice'](0x2);if(!_0x367385){if(_0x15a61d[_0x130888(0xd9)]){if(_0x1fb896[_0x130888(0xe9)]){console[_0x130888(0xdf)](generateCommandHelp(_0x15a61d[_0x130888(0xd9)]));return;}_0x367385=_0x15a61d[_0x130888(0xd9)],_0x5b3e77=[_0xbce1ae,...cli[_0x130888(0xe0)][_0x130888(0xd8)](0x2)];}else{printServiceHelp(_0x1e7fd0),await handleErrorAsync(CliErrors[_0x130888(0xcd)](_0x1e7fd0+'\x20'+_0xbce1ae));return;}}if(_0x1fb896[_0x130888(0xe9)]){console['log'](generateCommandHelp(_0x367385));return;}await dispatchDeclarative(_0x367385,_0x1e7fd0,_0xbce1ae,_0x5b3e77,_0x1fb896,_0x1a4eb8);}}async function dispatchDeclarative(_0x20dee1,_0x15d16e,_0x22f2ae,_0x5b5602,_0x597c85,_0x2d68ca){const _0x455740=a12_0x330d97,_0x4317bd=Date['now']();let _0x10689c;try{await runCommand(_0x20dee1,createPipelineEnv(_0x2d68ca,_0x597c85,_0x5b5602));}catch(_0x13334b){_0x10689c=_0x13334b;}await reportCommandTrace({'service':_0x15d16e,'command':_0x22f2ae,'flags':_0x597c85,'durationMs':Date[_0x455740(0xda)]()-_0x4317bd,'error':_0x10689c});if(_0x10689c)await handleErrorAsync(_0x10689c,{'service':_0x15d16e,'command':_0x22f2ae});}function printServiceHelp(_0x17b7c0){const _0x2ba43a=a12_0x330d97;console[_0x2ba43a(0xdf)](generateServiceHelp(_0x17b7c0));}async function handleErrorAsync(_0x5b9335,_0x54472a){const _0x372a21=a12_0x330d97;if(_0x5b9335 instanceof Error&&_0x5b9335[_0x372a21(0xed)]===_0x372a21(0xce))return process['stderr'][_0x372a21(0xe8)]('\x0aCancelled.\x0a'),await exitWithOtelShutdown(0x0);if(_0x5b9335 instanceof CliError){if(_0x5b9335[_0x372a21(0xf4)]==='cancelled')return process['stderr'][_0x372a21(0xe8)]('\x0a'+_0x5b9335[_0x372a21(0xca)]+'\x0a'),await exitWithOtelShutdown(0x0);console[_0x372a21(0xde)]('Error:\x20'+_0x5b9335['message']);if(_0x5b9335[_0x372a21(0xf0)])console[_0x372a21(0xde)]('Hint:\x20'+_0x5b9335['hint']);if(_0x54472a)printIssueReportNudgeForError(_0x5b9335,_0x54472a);return await exitWithOtelShutdown(_0x5b9335[_0x372a21(0xe5)]);}console[_0x372a21(0xde)]('Unexpected\x20error:',_0x5b9335);if(_0x54472a)printIssueReportNudgeForError(_0x5b9335,_0x54472a);return await exitWithOtelShutdown(0x1);}
2
+ const a12_0x5d0419=a12_0x3230;function a12_0x23e8(){const _0x973b97=['apiDomain','exitCode','dynamicCliFlags','1154DnJNKI','log','\x20\x20Please\x20update\x20your\x20command\x20and\x20try\x20again.\x0a','⚠\x20`','runtimeDomain','service','21235zwHwtU','681TDIRsY','4XQXTqo','raw','140556mCecHR','./context.js','76713HtAFem','write','wildcardDef','320EOhPba','unknown','Error:\x20','./cli-flags.js','12821500ziwUmC','string','\x0aCancelled.\x0a','1280439aENyzP','userDomain','hint','slice','Hint:\x20','`\x20has\x20been\x20moved\x20to\x20`','name','./constant/env.js','unknown_service','code','input','now','command','Unexpected\x20error:','defaultCommand','`;\x20prefer\x20`','help','message','cancelled','global','env','error','`\x20in\x20new\x20scripts.\x0a','flags','./constant/domain.js','ExitPromptError','2709702LnrTgx'];a12_0x23e8=function(){return _0x973b97;};return a12_0x23e8();}(function(_0x1cd140,_0x44d622){const _0x349fc6=a12_0x3230,_0x4b4850=_0x1cd140();while(!![]){try{const _0x1cb696=-parseInt(_0x349fc6(0x94))/0x1*(parseInt(_0x349fc6(0x8d))/0x2)+-parseInt(_0x349fc6(0x6f))/0x3+-parseInt(_0x349fc6(0x95))/0x4*(parseInt(_0x349fc6(0x93))/0x5)+-parseInt(_0x349fc6(0x97))/0x6+parseInt(_0x349fc6(0x65))/0x7*(-parseInt(_0x349fc6(0x68))/0x8)+parseInt(_0x349fc6(0x89))/0x9+parseInt(_0x349fc6(0x6c))/0xa;if(_0x1cb696===_0x44d622)break;else _0x4b4850['push'](_0x4b4850['shift']());}catch(_0x2dea33){_0x4b4850['push'](_0x4b4850['shift']());}}}(a12_0x23e8,0x489e5));import a12_0x1b32da from'meow';import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,deprecatedAliases,resolveDeprecatedSubcommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';import{reportCliHelpTrace}from'./telemetry/cli-help-trace.js';import{reportCommandTrace}from'./telemetry/cli-command-trace.js';import{registerOtelShutdownOnExit,exitWithOtelShutdown}from'./telemetry/register-otel-exit-shutdown.js';import{printIssueReportNudgeForError}from'./commands/issue/nudge.js';let dynamicCliFlags=null;try{dynamicCliFlags=(await import(a12_0x5d0419(0x6b)))[a12_0x5d0419(0x8c)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a12_0x5d0419(0x69)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a12_0x5d0419(0x72)](0x0,0xa)+')':VERSION,cli=a12_0x1b32da(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run();async function run(){const _0x2e7d82=a12_0x5d0419;let _0x14409c=cli[_0x2e7d82(0x79)][0x0],_0x87db4=cli[_0x2e7d82(0x79)][0x1];const _0x14eb8d=cli[_0x2e7d82(0x86)];if(!_0x14409c){await reportCliHelpTrace(_0x2e7d82(0x82)),showHelp();return;}const _0x20a184=deprecatedAliases[_0x14409c];if(_0x20a184&&!isKnownService(_0x14409c)){const _0x507f7c=_0x87db4?CLI_BIN_NAME+'\x20'+_0x14409c+'\x20'+_0x87db4:CLI_BIN_NAME+'\x20'+_0x14409c,_0x2a1ffb=CLI_BIN_NAME+'\x20'+_0x20a184[_0x2e7d82(0x92)]+'\x20'+_0x20a184[_0x2e7d82(0x7b)];console[_0x2e7d82(0x84)](_0x2e7d82(0x90)+_0x507f7c+_0x2e7d82(0x74)+_0x2a1ffb+'`\x20in\x20v2.0.\x0a'+_0x2e7d82(0x8f)),await exitWithOtelShutdown(0x1);}if(!isKnownService(_0x14409c)){await reportCliHelpTrace(_0x2e7d82(0x77),{'service':_0x14409c}),showHelp();return;}const _0x457052=getServiceEntry(_0x14409c);if(_0x14eb8d['env']&&typeof _0x14eb8d['env']===_0x2e7d82(0x6d)){const {initEnv:_0xd14af6}=await import(_0x2e7d82(0x76));_0xd14af6(_0x14eb8d[_0x2e7d82(0x83)]);}const {buildConfigFromFlags:_0x8acfed}=await import(_0x2e7d82(0x98)),_0x3d051e=_0x8acfed(_0x14eb8d);if(!_0x14eb8d['env']&&_0x3d051e['env']){const {initEnv:_0x26bf1b}=await import(_0x2e7d82(0x76));_0x26bf1b(_0x3d051e[_0x2e7d82(0x83)]);}if(_0x3d051e[_0x2e7d82(0x96)]?.[_0x2e7d82(0x8a)]||_0x3d051e[_0x2e7d82(0x96)]?.[_0x2e7d82(0x70)]||_0x3d051e[_0x2e7d82(0x96)]?.[_0x2e7d82(0x91)]){const {initDomains:_0x5286cc}=await import(_0x2e7d82(0x87));_0x5286cc({'apiDomain':_0x3d051e[_0x2e7d82(0x96)][_0x2e7d82(0x8a)]||undefined,'userDomain':_0x3d051e[_0x2e7d82(0x96)]['userDomain']||undefined,'runtimeDomain':_0x3d051e[_0x2e7d82(0x96)][_0x2e7d82(0x91)]||undefined});}if(!_0x87db4){if(_0x14eb8d['help']){printServiceHelp(_0x14409c);return;}if(_0x457052[_0x2e7d82(0x7d)])_0x87db4=_0x457052[_0x2e7d82(0x7d)];else{if(_0x457052[_0x2e7d82(0x67)]){await dispatchDeclarative(_0x457052[_0x2e7d82(0x67)],_0x14409c,'',[],_0x14eb8d,_0x3d051e);return;}else{printServiceHelp(_0x14409c);return;}}}const _0x350727=resolveDeprecatedSubcommand(_0x14409c,_0x87db4);if(_0x350727){const _0x4a54d6=CLI_BIN_NAME+'\x20'+_0x14409c+'\x20'+_0x87db4,_0x45a3f9=CLI_BIN_NAME+'\x20'+_0x14409c+'\x20'+_0x350727;console['error']('⚠\x20`'+_0x4a54d6+'`\x20is\x20an\x20alias\x20of\x20`'+_0x45a3f9+_0x2e7d82(0x7e)+_0x45a3f9+_0x2e7d82(0x85)),_0x87db4=_0x350727;}if(_0x14eb8d[_0x2e7d82(0x7f)]&&!findDefinition(_0x14409c,_0x87db4)){printServiceHelp(_0x14409c);return;}{let _0x320f11=findDefinition(_0x14409c,_0x87db4),_0x48e9b2=cli[_0x2e7d82(0x79)][_0x2e7d82(0x72)](0x2);if(!_0x320f11){if(_0x457052[_0x2e7d82(0x67)]){if(_0x14eb8d[_0x2e7d82(0x7f)]){console[_0x2e7d82(0x8e)](generateCommandHelp(_0x457052[_0x2e7d82(0x67)]));return;}_0x320f11=_0x457052[_0x2e7d82(0x67)],_0x48e9b2=[_0x87db4,...cli[_0x2e7d82(0x79)][_0x2e7d82(0x72)](0x2)];}else{printServiceHelp(_0x14409c),await handleErrorAsync(CliErrors['unknownCommand'](_0x14409c+'\x20'+_0x87db4));return;}}if(_0x14eb8d[_0x2e7d82(0x7f)]){console['log'](generateCommandHelp(_0x320f11));return;}await dispatchDeclarative(_0x320f11,_0x14409c,_0x87db4,_0x48e9b2,_0x14eb8d,_0x3d051e);}}async function dispatchDeclarative(_0x1339eb,_0x3c02d7,_0x231704,_0x2bfdb7,_0x3b4776,_0x448d53){const _0x3e8f4e=a12_0x5d0419,_0x2032d5=Date[_0x3e8f4e(0x7a)]();let _0x54ca2d;try{await runCommand(_0x1339eb,createPipelineEnv(_0x448d53,_0x3b4776,_0x2bfdb7));}catch(_0x588c37){_0x54ca2d=_0x588c37;}await reportCommandTrace({'service':_0x3c02d7,'command':_0x231704,'flags':_0x3b4776,'durationMs':Date[_0x3e8f4e(0x7a)]()-_0x2032d5,'error':_0x54ca2d});if(_0x54ca2d)await handleErrorAsync(_0x54ca2d,{'service':_0x3c02d7,'command':_0x231704});}function a12_0x3230(_0x3b0885,_0x3542b0){_0x3b0885=_0x3b0885-0x65;const _0x23e88f=a12_0x23e8();let _0x3230bc=_0x23e88f[_0x3b0885];return _0x3230bc;}function printServiceHelp(_0x5391f5){const _0x2df603=a12_0x5d0419;console[_0x2df603(0x8e)](generateServiceHelp(_0x5391f5));}async function handleErrorAsync(_0x282754,_0x2f229c){const _0x4cb416=a12_0x5d0419;if(_0x282754 instanceof Error&&_0x282754[_0x4cb416(0x75)]===_0x4cb416(0x88))return process['stderr'][_0x4cb416(0x66)](_0x4cb416(0x6e)),await exitWithOtelShutdown(0x0);if(_0x282754 instanceof CliError){if(_0x282754[_0x4cb416(0x78)]===_0x4cb416(0x81))return process['stderr'][_0x4cb416(0x66)]('\x0a'+_0x282754[_0x4cb416(0x80)]+'\x0a'),await exitWithOtelShutdown(0x0);console['error'](_0x4cb416(0x6a)+_0x282754[_0x4cb416(0x80)]);if(_0x282754[_0x4cb416(0x71)])console[_0x4cb416(0x84)](_0x4cb416(0x73)+_0x282754[_0x4cb416(0x71)]);if(_0x2f229c)printIssueReportNudgeForError(_0x282754,_0x2f229c);return await exitWithOtelShutdown(_0x282754[_0x4cb416(0x8b)]);}console[_0x4cb416(0x84)](_0x4cb416(0x7c),_0x282754);if(_0x2f229c)printIssueReportNudgeForError(_0x282754,_0x2f229c);return await exitWithOtelShutdown(0x1);}
@@ -1 +1 @@
1
- function a13_0x24f2(){const _0x3f769c=['1429012Oecsgi','Invalid\x20--params:\x20','has','parse','datasetCode','--datasetcode\x20cannot\x20be\x20empty.','\x20\x20•\x20','some','appCode','1572bEmJeZ','padStart','28198746XfkZoH','error','filter','Failed\x20to\x20fetch\x20datasets','629144iPyBTY','validation','isArray','string','1260740DigKxW','generate','!\x20No\x20datasets\x20found.','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','start','...','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','2107UteswW','Fetched\x20','str','\x20doc(s)\x20in\x20','cookie','./docs','output','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','split','map','success','Doc\x20generation\x20complete:\x20','Output\x20directory\x20(default:\x20./docs)','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','\x1b[0m','trim','write','3tLAecm','object','\x20doc(s)\x20failed','join','\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20','api','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','datasetcode','\x20of\x20','Doc\x20generation:\x20','✓\x20Generated\x20','739879JnVlNI','\x20succeeded,\x20','):\x20','3303892tOrXVu','\x1b[90m*\x20Generating\x20docs\x20for:\x20','\x20file(s)','length','stdout','.md','\x0d\x20\x20[','succeed'];a13_0x24f2=function(){return _0x3f769c;};return a13_0x24f2();}const a13_0x49431f=a13_0x2894;(function(_0x5a1b85,_0x1921bc){const _0x301180=a13_0x2894,_0x5cdbd2=_0x5a1b85();while(!![]){try{const _0x4df885=-parseInt(_0x301180(0x184))/0x1+parseInt(_0x301180(0x18f))/0x2*(-parseInt(_0x301180(0x1ba))/0x3)+-parseInt(_0x301180(0x187))/0x4+-parseInt(_0x301180(0x1a2))/0x5+parseInt(_0x301180(0x198))/0x6*(-parseInt(_0x301180(0x1a9))/0x7)+-parseInt(_0x301180(0x19e))/0x8+parseInt(_0x301180(0x19a))/0x9;if(_0x4df885===_0x1921bc)break;else _0x5cdbd2['push'](_0x5cdbd2['shift']());}catch(_0x493adf){_0x5cdbd2['push'](_0x5cdbd2['shift']());}}}(a13_0x24f2,0x6c32f));import a13_0x15ae13 from'ora';import{fetchModelList}from'../../api/fetch-model-list.js';function a13_0x2894(_0x386c45,_0x11cf42){_0x386c45=_0x386c45-0x183;const _0x24f2ed=a13_0x24f2();let _0x289452=_0x24f2ed[_0x386c45];return _0x289452;}import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a13_0x49431f(0x1bf),'command':a13_0x49431f(0x1a3),'description':a13_0x49431f(0x1b0),'risk':a13_0x49431f(0x1b9),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a13_0x49431f(0x1af),'type':a13_0x49431f(0x1a1),'description':a13_0x49431f(0x1b5)},{'name':a13_0x49431f(0x1c1),'type':'string','description':a13_0x49431f(0x1a5)},{'name':'params','type':a13_0x49431f(0x1a1),'description':a13_0x49431f(0x1c0)}],async 'execute'(_0x3dcea6){const _0x40231a=a13_0x49431f,_0x223ef7=_0x3dcea6['str']('output')||_0x40231a(0x1ae),_0x25beb7=_0x3dcea6['str'](_0x40231a(0x1c1)),_0xab1fc=_0x3dcea6[_0x40231a(0x1ab)]('params');let _0x374905;if(_0xab1fc)try{_0x374905=JSON[_0x40231a(0x192)](_0xab1fc);if(typeof _0x374905!==_0x40231a(0x1bb)||_0x374905===null||Array[_0x40231a(0x1a0)](_0x374905))throw new Error('must\x20be\x20a\x20JSON\x20object');}catch(_0x469621){throw CliErrors[_0x40231a(0x19f)](_0x40231a(0x190)+(_0x469621 instanceof Error?_0x469621['message']:String(_0x469621)),_0x40231a(0x1a8));}let _0x1f8247;if(_0x25beb7){const _0x5217d4=_0x25beb7[_0x40231a(0x1b1)](',')[_0x40231a(0x1b2)](_0x1eb6aa=>_0x1eb6aa[_0x40231a(0x1b8)]())['filter'](_0x35283f=>_0x35283f[_0x40231a(0x18a)]>0x0);if(_0x5217d4['length']===0x0)throw CliErrors['validation'](_0x40231a(0x194));_0x1f8247=new Set(_0x5217d4),writeCliSideChannelLine(_0x40231a(0x188)+_0x5217d4['join'](',\x20')+_0x40231a(0x1b7));}const _0x43e94a=a13_0x15ae13('Fetching\x20dataset\x20list\x20for\x20'+_0x3dcea6[_0x40231a(0x197)]+_0x40231a(0x1a7))[_0x40231a(0x1a6)]();let _0x52586b;try{({configArray:_0x52586b}=await fetchModelList(_0x3dcea6[_0x40231a(0x197)],_0x3dcea6[_0x40231a(0x1ad)]),_0x43e94a[_0x40231a(0x18e)](_0x40231a(0x1aa)+_0x52586b[_0x40231a(0x18a)]+'\x20dataset(s)'));}catch(_0x5cb08a){_0x43e94a['fail'](_0x40231a(0x19d));throw _0x5cb08a;}if(_0x52586b[_0x40231a(0x18a)]===0x0)return writeCliSideChannelLine(_0x40231a(0x1a4)),{'ok':!![]};let _0x5b168b=_0x52586b;if(_0x1f8247){_0x5b168b=_0x52586b[_0x40231a(0x19c)](_0xc0add6=>_0x1f8247[_0x40231a(0x191)](_0xc0add6[_0x40231a(0x193)]));const _0x3efd63=[..._0x1f8247]['filter'](_0x3603f8=>!_0x52586b[_0x40231a(0x196)](_0x5d4456=>_0x5d4456[_0x40231a(0x193)]===_0x3603f8));_0x3efd63[_0x40231a(0x18a)]>0x0&&writeCliSideChannelLine(_0x40231a(0x1be)+_0x3efd63[_0x40231a(0x1bd)](',\x20')+_0x40231a(0x1b7));if(_0x5b168b[_0x40231a(0x18a)]===0x0)throw CliErrors['validation'](_0x40231a(0x1b6)+[..._0x1f8247][_0x40231a(0x1bd)](',\x20'));writeCliSideChannelLine('\x1b[90m*\x20Filtered\x20'+_0x5b168b[_0x40231a(0x18a)]+_0x40231a(0x1c2)+_0x52586b[_0x40231a(0x18a)]+'\x20dataset(s)\x1b[0m');}let _0x252070=0x0;const _0x3cb38b=await generateDatasetDocs(_0x5b168b,_0x3dcea6[_0x40231a(0x197)],_0x3dcea6[_0x40231a(0x1ad)],_0x223ef7,(_0x562ad9,_0x5aca0f,_0xd3c1a7)=>{const _0x26ed6b=_0x40231a;_0x252070=_0x562ad9,process['stdout'][_0x26ed6b(0x1b9)](_0x26ed6b(0x18d)+String(_0x562ad9)[_0x26ed6b(0x199)](String(_0x5aca0f)[_0x26ed6b(0x18a)])+'/'+_0x5aca0f+']\x20'+_0xd3c1a7+_0x26ed6b(0x18c));},_0x374905);if(_0x252070>0x0)process[_0x40231a(0x18b)]['write']('\x0a');const _0xac3918=_0x3cb38b[_0x40231a(0x19c)](_0x46a7d5=>_0x46a7d5[_0x40231a(0x1b3)])[_0x40231a(0x18a)],_0x144397=_0x3cb38b[_0x40231a(0x19c)](_0x335c30=>!_0x335c30[_0x40231a(0x1b3)])['length'];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x40231a(0x183)+_0xac3918+_0x40231a(0x1ac)+_0x223ef7);if(_0x144397>0x0){writeCliSideChannelLine('!\x20'+_0x144397+_0x40231a(0x1bc));for(const _0x253b02 of _0x3cb38b[_0x40231a(0x19c)](_0x3f8293=>!_0x3f8293[_0x40231a(0x1b3)])){writeCliSideChannelLine(_0x40231a(0x195)+_0x253b02['datasetName']+'\x20('+_0x253b02[_0x40231a(0x193)]+_0x40231a(0x186)+_0x253b02[_0x40231a(0x19b)]);}}return{'ok':_0x144397===0x0,'message':_0x144397>0x0?_0x40231a(0x1c3)+_0xac3918+_0x40231a(0x185)+_0x144397+'\x20failed':_0x40231a(0x1b4)+_0xac3918+_0x40231a(0x189)};}};
1
+ const a13_0x4cea84=a13_0x32a8;(function(_0x182d16,_0x29da18){const _0x59343a=a13_0x32a8,_0x4901ab=_0x182d16();while(!![]){try{const _0x37de71=-parseInt(_0x59343a(0x13d))/0x1*(parseInt(_0x59343a(0x145))/0x2)+-parseInt(_0x59343a(0x10a))/0x3+parseInt(_0x59343a(0x12a))/0x4+parseInt(_0x59343a(0x111))/0x5*(-parseInt(_0x59343a(0x113))/0x6)+-parseInt(_0x59343a(0x10f))/0x7*(parseInt(_0x59343a(0x12b))/0x8)+parseInt(_0x59343a(0x148))/0x9*(parseInt(_0x59343a(0x144))/0xa)+parseInt(_0x59343a(0x139))/0xb*(parseInt(_0x59343a(0x130))/0xc);if(_0x37de71===_0x29da18)break;else _0x4901ab['push'](_0x4901ab['shift']());}catch(_0x4e24a4){_0x4901ab['push'](_0x4901ab['shift']());}}}(a13_0x5cef,0xa8061));import a13_0x2d1f32 from'ora';import{fetchModelList}from'../../api/fetch-model-list.js';import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';function a13_0x5cef(){const _0x3274f6=['3536631iVaTin','stdout','\x20doc(s)\x20failed','length','\x1b[0m','56Hdbqlf','Output\x20directory\x20(default:\x20./docs)','5ujWdqN','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','7205622bWdsJp','join','message','datasetCode','trim','\x0d\x20\x20[','validation','filter','✓\x20Generated\x20','parse','Invalid\x20--params:\x20','--datasetcode\x20cannot\x20be\x20empty.','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','\x20dataset(s)\x1b[0m','map','\x1b[90m*\x20Generating\x20docs\x20for:\x20','./docs','params','\x1b[90m*\x20Filtered\x20','str','string','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','output','333536dxTokm','1328064ofBqGJ','isArray','start','generate','\x20of\x20','5226852SCyAHJ','Doc\x20generation\x20complete:\x20','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','fail','datasetcode','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','write','success','some','121mdAQlr','object','padStart','cookie','15RsYldV','error','must\x20be\x20a\x20JSON\x20object','\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20','):\x20','\x20dataset(s)','appCode','370xziDsa','136718dLWqnG','split','\x20failed','133011jaryql','succeed','Fetching\x20dataset\x20list\x20for\x20'];a13_0x5cef=function(){return _0x3274f6;};return a13_0x5cef();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';function a13_0x32a8(_0x354086,_0x39f3d8){_0x354086=_0x354086-0x109;const _0x5ceff8=a13_0x5cef();let _0x32a81b=_0x5ceff8[_0x354086];return _0x32a81b;}export const apiGenerate={'service':'api','command':a13_0x4cea84(0x12e),'description':a13_0x4cea84(0x135),'risk':'write','requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a13_0x4cea84(0x129),'type':a13_0x4cea84(0x127),'description':a13_0x4cea84(0x110)},{'name':a13_0x4cea84(0x134),'type':a13_0x4cea84(0x127),'description':a13_0x4cea84(0x112)},{'name':a13_0x4cea84(0x124),'type':'string','description':a13_0x4cea84(0x132)}],async 'execute'(_0x40914f){const _0x52d228=a13_0x4cea84,_0x3003c2=_0x40914f[_0x52d228(0x126)](_0x52d228(0x129))||_0x52d228(0x123),_0x234656=_0x40914f[_0x52d228(0x126)](_0x52d228(0x134)),_0x54760f=_0x40914f['str'](_0x52d228(0x124));let _0x42b5ab;if(_0x54760f)try{_0x42b5ab=JSON[_0x52d228(0x11c)](_0x54760f);if(typeof _0x42b5ab!==_0x52d228(0x13a)||_0x42b5ab===null||Array[_0x52d228(0x12c)](_0x42b5ab))throw new Error(_0x52d228(0x13f));}catch(_0x5bb6ca){throw CliErrors[_0x52d228(0x119)](_0x52d228(0x11d)+(_0x5bb6ca instanceof Error?_0x5bb6ca[_0x52d228(0x115)]:String(_0x5bb6ca)),_0x52d228(0x128));}let _0x11cd73;if(_0x234656){const _0x416f0a=_0x234656[_0x52d228(0x146)](',')[_0x52d228(0x121)](_0x4c7703=>_0x4c7703[_0x52d228(0x117)]())['filter'](_0x3e08a4=>_0x3e08a4[_0x52d228(0x10d)]>0x0);if(_0x416f0a[_0x52d228(0x10d)]===0x0)throw CliErrors[_0x52d228(0x119)](_0x52d228(0x11e));_0x11cd73=new Set(_0x416f0a),writeCliSideChannelLine(_0x52d228(0x122)+_0x416f0a[_0x52d228(0x114)](',\x20')+'\x1b[0m');}const _0xe8f560=a13_0x2d1f32(_0x52d228(0x109)+_0x40914f[_0x52d228(0x143)]+'...')[_0x52d228(0x12d)]();let _0x34adbf;try{({configArray:_0x34adbf}=await fetchModelList(_0x40914f['appCode'],_0x40914f[_0x52d228(0x13c)]),_0xe8f560[_0x52d228(0x149)]('Fetched\x20'+_0x34adbf['length']+_0x52d228(0x142)));}catch(_0x2eae60){_0xe8f560[_0x52d228(0x133)]('Failed\x20to\x20fetch\x20datasets');throw _0x2eae60;}if(_0x34adbf[_0x52d228(0x10d)]===0x0)return writeCliSideChannelLine('!\x20No\x20datasets\x20found.'),{'ok':!![]};let _0x17838b=_0x34adbf;if(_0x11cd73){_0x17838b=_0x34adbf['filter'](_0x80a165=>_0x11cd73['has'](_0x80a165[_0x52d228(0x116)]));const _0x2e2915=[..._0x11cd73]['filter'](_0x3ca91c=>!_0x34adbf[_0x52d228(0x138)](_0x187723=>_0x187723[_0x52d228(0x116)]===_0x3ca91c));_0x2e2915[_0x52d228(0x10d)]>0x0&&writeCliSideChannelLine(_0x52d228(0x140)+_0x2e2915[_0x52d228(0x114)](',\x20')+_0x52d228(0x10e));if(_0x17838b[_0x52d228(0x10d)]===0x0)throw CliErrors[_0x52d228(0x119)](_0x52d228(0x11f)+[..._0x11cd73][_0x52d228(0x114)](',\x20'));writeCliSideChannelLine(_0x52d228(0x125)+_0x17838b[_0x52d228(0x10d)]+_0x52d228(0x12f)+_0x34adbf[_0x52d228(0x10d)]+_0x52d228(0x120));}let _0x325325=0x0;const _0x5b136d=await generateDatasetDocs(_0x17838b,_0x40914f[_0x52d228(0x143)],_0x40914f[_0x52d228(0x13c)],_0x3003c2,(_0x192c45,_0x68b000,_0x5b2761)=>{const _0xfd1c48=_0x52d228;_0x325325=_0x192c45,process[_0xfd1c48(0x10b)][_0xfd1c48(0x136)](_0xfd1c48(0x118)+String(_0x192c45)[_0xfd1c48(0x13b)](String(_0x68b000)[_0xfd1c48(0x10d)])+'/'+_0x68b000+']\x20'+_0x5b2761+'.md');},_0x42b5ab);if(_0x325325>0x0)process[_0x52d228(0x10b)][_0x52d228(0x136)]('\x0a');const _0xf91e64=_0x5b136d[_0x52d228(0x11a)](_0x1a1ba0=>_0x1a1ba0[_0x52d228(0x137)])[_0x52d228(0x10d)],_0x657202=_0x5b136d[_0x52d228(0x11a)](_0x37c9ac=>!_0x37c9ac[_0x52d228(0x137)])[_0x52d228(0x10d)];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x52d228(0x11b)+_0xf91e64+'\x20doc(s)\x20in\x20'+_0x3003c2);if(_0x657202>0x0){writeCliSideChannelLine('!\x20'+_0x657202+_0x52d228(0x10c));for(const _0x57cca0 of _0x5b136d[_0x52d228(0x11a)](_0x1711f1=>!_0x1711f1[_0x52d228(0x137)])){writeCliSideChannelLine('\x20\x20•\x20'+_0x57cca0['datasetName']+'\x20('+_0x57cca0[_0x52d228(0x116)]+_0x52d228(0x141)+_0x57cca0[_0x52d228(0x13e)]);}}return{'ok':_0x657202===0x0,'message':_0x657202>0x0?'Doc\x20generation:\x20'+_0xf91e64+'\x20succeeded,\x20'+_0x657202+_0x52d228(0x147):_0x52d228(0x131)+_0xf91e64+'\x20file(s)'};}};
@@ -1 +1 @@
1
- function a14_0x318f(_0x26a4f6,_0x56430d){_0x26a4f6=_0x26a4f6-0xdb;const _0x57c746=a14_0x57c7();let _0x318f15=_0x57c746[_0x26a4f6];return _0x318f15;}(function(_0x116b57,_0x5a6412){const _0x7bbf24=a14_0x318f,_0x709c65=_0x116b57();while(!![]){try{const _0x38904a=parseInt(_0x7bbf24(0xe2))/0x1+parseInt(_0x7bbf24(0xe3))/0x2*(-parseInt(_0x7bbf24(0xe0))/0x3)+parseInt(_0x7bbf24(0xe4))/0x4+-parseInt(_0x7bbf24(0xde))/0x5+-parseInt(_0x7bbf24(0xdc))/0x6+-parseInt(_0x7bbf24(0xe1))/0x7*(parseInt(_0x7bbf24(0xdd))/0x8)+parseInt(_0x7bbf24(0xdb))/0x9*(parseInt(_0x7bbf24(0xdf))/0xa);if(_0x38904a===_0x5a6412)break;else _0x709c65['push'](_0x709c65['shift']());}catch(_0x29d0b4){_0x709c65['push'](_0x709c65['shift']());}}}(a14_0x57c7,0x5a47f));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';function a14_0x57c7(){const _0x29f6b2=['3033QesdYS','2171040BtNDiR','2664456DQfyoV','1676280vJFjaO','42170cJzrGU','53457PzptQx','14PAFtKo','310903TeXLKh','50ykwOdZ','1785776ZGHCkE'];a14_0x57c7=function(){return _0x29f6b2;};return a14_0x57c7();}export const apiDefinitions=[apiList,apiPull,apiGenerate];
1
+ (function(_0x192889,_0x1d0b6e){const _0x514a38=a14_0x4e5e,_0x4790ab=_0x192889();while(!![]){try{const _0x4a3b44=-parseInt(_0x514a38(0x162))/0x1*(-parseInt(_0x514a38(0x160))/0x2)+parseInt(_0x514a38(0x159))/0x3*(parseInt(_0x514a38(0x15c))/0x4)+parseInt(_0x514a38(0x15a))/0x5+-parseInt(_0x514a38(0x15e))/0x6*(parseInt(_0x514a38(0x15b))/0x7)+-parseInt(_0x514a38(0x161))/0x8+parseInt(_0x514a38(0x163))/0x9*(parseInt(_0x514a38(0x15d))/0xa)+parseInt(_0x514a38(0x15f))/0xb;if(_0x4a3b44===_0x1d0b6e)break;else _0x4790ab['push'](_0x4790ab['shift']());}catch(_0x3b6b93){_0x4790ab['push'](_0x4790ab['shift']());}}}(a14_0x1c39,0x95b5c));function a14_0x1c39(){const _0x39bfb2=['9uAqsJq','3HaKNrB','3943965BXFIxb','1346387KsESOO','66244VyCGQi','2681090pjJLaM','18lAXoTU','1196415LEOUTK','1216676adWqFa','4802648YviVyg','1OMDXsh'];a14_0x1c39=function(){return _0x39bfb2;};return a14_0x1c39();}function a14_0x4e5e(_0x42010e,_0x5b3645){_0x42010e=_0x42010e-0x159;const _0x1c39f7=a14_0x1c39();let _0x4e5eb1=_0x1c39f7[_0x42010e];return _0x4e5eb1;}import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];
@@ -1 +1 @@
1
- const a15_0x548f14=a15_0x3463;(function(_0x322bff,_0x19634f){const _0x140d34=a15_0x3463,_0x1b0615=_0x322bff();while(!![]){try{const _0x390a7e=-parseInt(_0x140d34(0x138))/0x1+parseInt(_0x140d34(0x141))/0x2*(parseInt(_0x140d34(0x144))/0x3)+-parseInt(_0x140d34(0x135))/0x4+-parseInt(_0x140d34(0x13c))/0x5*(-parseInt(_0x140d34(0x13e))/0x6)+-parseInt(_0x140d34(0x133))/0x7+-parseInt(_0x140d34(0x147))/0x8*(parseInt(_0x140d34(0x13b))/0x9)+parseInt(_0x140d34(0x148))/0xa;if(_0x390a7e===_0x19634f)break;else _0x1b0615['push'](_0x1b0615['shift']());}catch(_0x518498){_0x1b0615['push'](_0x1b0615['shift']());}}}(a15_0x521b,0x80f64));import{initEnv}from'../../constant/env.js';import{fetchModelList}from'../../api/fetch-model-list.js';function a15_0x3463(_0x286c78,_0x35ccb0){_0x286c78=_0x286c78-0x133;const _0x521b36=a15_0x521b();let _0x346331=_0x521b36[_0x286c78];return _0x346331;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveTargetApps}from'../../commands/api/shared.js';export const apiList={'service':'api','command':a15_0x548f14(0x146),'description':a15_0x548f14(0x143),'risk':a15_0x548f14(0x145),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a15_0x548f14(0x13a),'type':a15_0x548f14(0x136),'description':'Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','default':![]}],async 'execute'(_0x4fa8f0){const _0x549efb=a15_0x548f14,_0x501a04=_0x4fa8f0['rawFlags'][_0x549efb(0x134)]?String(_0x4fa8f0[_0x549efb(0x13f)]['appcode']):undefined,_0x2e4d66=resolveTargetApps(_0x4fa8f0,_0x501a04);if(_0x2e4d66){const _0x272e0b=[];for(const _0x57b928 of _0x2e4d66){const _0x1e7029=_0x57b928['cookie']||_0x4fa8f0[_0x549efb(0x142)],_0x37d6cf=_0x57b928[_0x549efb(0x139)]||'production';initEnv(_0x37d6cf);const {configArray:_0x4f0ebe}=await fetchModelList(_0x57b928['appcode'],_0x1e7029);_0x272e0b[_0x549efb(0x140)](..._0x4f0ebe[_0x549efb(0x137)](_0x4fcbc2=>({..._0x4fcbc2,'_appName':_0x57b928['name'],'_appCode':_0x57b928[_0x549efb(0x134)],'_env':_0x37d6cf,'_isDefault':_0x57b928['isDefault']})));}return{'ok':!![],'data':_0x272e0b};}const {configArray:_0x4a9a3c}=await fetchModelList(_0x4fa8f0[_0x549efb(0x13d)],_0x4fa8f0[_0x549efb(0x142)]);return{'ok':!![],'data':_0x4a9a3c};}};function a15_0x521b(){const _0x418cef=['112490ZVvuoX','appCode','114NEXNYQ','rawFlags','push','88HCcysa','cookie','List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','27483VuCjys','read','list','69248nCzVRJ','9468210YJYnlT','3816750niaFds','appcode','465668lQrWRx','boolean','map','50800OJDyEN','env','global','558tRNDHa'];a15_0x521b=function(){return _0x418cef;};return a15_0x521b();}
1
+ const a15_0x86064d=a15_0x3b88;function a15_0x3b88(_0x2d8641,_0x109108){_0x2d8641=_0x2d8641-0x11d;const _0x4416a0=a15_0x4416();let _0x3b88ae=_0x4416a0[_0x2d8641];return _0x3b88ae;}(function(_0x159a80,_0x2a725d){const _0x474615=a15_0x3b88,_0x4354a5=_0x159a80();while(!![]){try{const _0x50aec5=parseInt(_0x474615(0x133))/0x1*(parseInt(_0x474615(0x12b))/0x2)+parseInt(_0x474615(0x127))/0x3*(parseInt(_0x474615(0x12f))/0x4)+-parseInt(_0x474615(0x12c))/0x5+-parseInt(_0x474615(0x12d))/0x6+parseInt(_0x474615(0x11e))/0x7*(-parseInt(_0x474615(0x125))/0x8)+parseInt(_0x474615(0x130))/0x9*(-parseInt(_0x474615(0x12a))/0xa)+-parseInt(_0x474615(0x123))/0xb*(-parseInt(_0x474615(0x12e))/0xc);if(_0x50aec5===_0x2a725d)break;else _0x4354a5['push'](_0x4354a5['shift']());}catch(_0x1ee357){_0x4354a5['push'](_0x4354a5['shift']());}}}(a15_0x4416,0x6d666));import{initEnv}from'../../constant/env.js';import{fetchModelList}from'../../api/fetch-model-list.js';function a15_0x4416(){const _0x4df608=['appCode','List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','7jxlDqR','isDefault','name','boolean','cookie','418Ysibnl','read','414168oRISOc','map','2013231DEMtJW','appcode','api','1029980SWUuXD','26XYtMIq','1455500qtsAum','2246826WeogRT','23064vzPVPi','4hXMLCz','9GNfHCG','list','rawFlags','40333Odmbpi'];a15_0x4416=function(){return _0x4df608;};return a15_0x4416();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveTargetApps}from'../../commands/api/shared.js';export const apiList={'service':a15_0x86064d(0x129),'command':a15_0x86064d(0x131),'description':a15_0x86064d(0x11d),'risk':a15_0x86064d(0x124),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'global','type':a15_0x86064d(0x121),'description':'Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','default':![]}],async 'execute'(_0xa4b7dc){const _0x5ce04b=a15_0x86064d,_0x84c61a=_0xa4b7dc['rawFlags'][_0x5ce04b(0x128)]?String(_0xa4b7dc[_0x5ce04b(0x132)][_0x5ce04b(0x128)]):undefined,_0x1f873e=resolveTargetApps(_0xa4b7dc,_0x84c61a);if(_0x1f873e){const _0x479ecc=[];for(const _0x51f879 of _0x1f873e){const _0xeff997=_0x51f879[_0x5ce04b(0x122)]||_0xa4b7dc[_0x5ce04b(0x122)],_0x47518b=_0x51f879['env']||'production';initEnv(_0x47518b);const {configArray:_0x1fc0b7}=await fetchModelList(_0x51f879['appcode'],_0xeff997);_0x479ecc['push'](..._0x1fc0b7[_0x5ce04b(0x126)](_0x1a096e=>({..._0x1a096e,'_appName':_0x51f879[_0x5ce04b(0x120)],'_appCode':_0x51f879[_0x5ce04b(0x128)],'_env':_0x47518b,'_isDefault':_0x51f879[_0x5ce04b(0x11f)]})));}return{'ok':!![],'data':_0x479ecc};}const {configArray:_0x2d5361}=await fetchModelList(_0xa4b7dc[_0x5ce04b(0x134)],_0xa4b7dc[_0x5ce04b(0x122)]);return{'ok':!![],'data':_0x2d5361};}};
@@ -1 +1 @@
1
- const a16_0x41d082=a16_0x505e;(function(_0x21e58c,_0x4cfc29){const _0x461776=a16_0x505e,_0x80c9cd=_0x21e58c();while(!![]){try{const _0x372aa8=parseInt(_0x461776(0x174))/0x1+-parseInt(_0x461776(0x15c))/0x2*(-parseInt(_0x461776(0x17a))/0x3)+parseInt(_0x461776(0x16d))/0x4*(parseInt(_0x461776(0x170))/0x5)+-parseInt(_0x461776(0x17c))/0x6*(-parseInt(_0x461776(0x177))/0x7)+parseInt(_0x461776(0x16b))/0x8+parseInt(_0x461776(0x159))/0x9*(parseInt(_0x461776(0x181))/0xa)+-parseInt(_0x461776(0x16f))/0xb;if(_0x372aa8===_0x4cfc29)break;else _0x80c9cd['push'](_0x80c9cd['shift']());}catch(_0x1a80eb){_0x80c9cd['push'](_0x80c9cd['shift']());}}}(a16_0x49c2,0xb27ad));import a16_0x3f26f2 from'ora';import a16_0x1b57dc from'node:path';import{initEnv,getEnv}from'../../constant/env.js';import{fetchModelList}from'../../api/fetch-model-list.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiPull={'service':'api','command':a16_0x41d082(0x162),'description':'Pull\x20datasets\x20and\x20generate\x20API\x20config\x20files\x20('+DEFAULT_API_DIR+'/)','risk':a16_0x41d082(0x15b),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a16_0x41d082(0x16a),'description':a16_0x41d082(0x164)+DEFAULT_API_DIR+'/)'},{'name':'global','type':a16_0x41d082(0x179),'description':a16_0x41d082(0x16c),'default':![]}],async 'execute'(_0x7ec8a0){const _0x32d3b3=a16_0x41d082,_0x4cc790=_0x7ec8a0[_0x32d3b3(0x187)]['appcode']?String(_0x7ec8a0[_0x32d3b3(0x187)][_0x32d3b3(0x175)]):undefined,_0x5e6005=_0x7ec8a0[_0x32d3b3(0x157)](_0x32d3b3(0x188))||undefined,_0x3eba9f=resolveTargetApps(_0x7ec8a0,_0x4cc790);if(_0x3eba9f){let _0x30981e=0x0,_0x88ad28=0x0;for(const _0x15aad5 of _0x3eba9f){const _0xef162b=_0x15aad5[_0x32d3b3(0x17e)]||_0x7ec8a0[_0x32d3b3(0x17e)],_0x5c7683=_0x15aad5[_0x32d3b3(0x185)]||_0x32d3b3(0x184);initEnv(_0x5c7683);const _0x35f0db=_0x15aad5[_0x32d3b3(0x186)]||_0x5e6005||_0x7ec8a0[_0x32d3b3(0x186)]||DEFAULT_API_DIR,_0x3c13c9=_0x15aad5[_0x32d3b3(0x15e)]?'':_0x15aad5[_0x32d3b3(0x15f)]||_0x15aad5[_0x32d3b3(0x175)],_0x2f193f=a16_0x3f26f2(_0x32d3b3(0x156)+_0x15aad5['name']+'\x20('+_0x15aad5['appcode']+')...')[_0x32d3b3(0x167)]();try{const {configArray:_0x3eb086}=await fetchModelList(_0x15aad5[_0x32d3b3(0x175)],_0xef162b),_0x38a861=await generateApiFile(_0x3eb086,_0x3c13c9,_0x15aad5['appcode'],_0x15aad5['isDefault'],_0x5c7683,_0x35f0db,_0x15aad5[_0x32d3b3(0x15f)]);_0x2f193f[_0x32d3b3(0x155)](_0x15aad5['name']+':\x20'+_0x3eb086[_0x32d3b3(0x17f)]+_0x32d3b3(0x182)+_0x38a861[_0x32d3b3(0x163)]+'\x20model(s)'),writeCliSideChannelLine(_0x32d3b3(0x160)+_0x38a861['apiFilePath']),writeCliSideChannelLine(_0x32d3b3(0x160)+_0x38a861['clientFilePath']),_0x30981e++;}catch(_0x2d07bf){_0x2f193f[_0x32d3b3(0x169)](_0x15aad5[_0x32d3b3(0x15f)]+':\x20'+(_0x2d07bf instanceof Error?_0x2d07bf[_0x32d3b3(0x161)]:String(_0x2d07bf))),_0x88ad28++;}}writeCliSideChannelLine('');if(_0x88ad28>0x0)writeCliSideChannelLine('!\x20'+_0x88ad28+'\x20app(s)\x20failed');return{'ok':_0x88ad28===0x0,'message':_0x32d3b3(0x165)+_0x30981e+'\x20succeeded,\x20'+_0x88ad28+_0x32d3b3(0x16e)};}const _0x54b6d5=_0x4cc790&&_0x4cc790[_0x32d3b3(0x17b)]('-')?_0x4cc790[_0x32d3b3(0x168)]('-')[_0x32d3b3(0x158)](0x1)[_0x32d3b3(0x15d)]('-'):'',_0x356d5b=_0x5e6005||_0x7ec8a0[_0x32d3b3(0x186)]||DEFAULT_API_DIR,_0x5e0f42=!_0x4cc790,_0x1b7555=a16_0x3f26f2(_0x32d3b3(0x178)+_0x7ec8a0[_0x32d3b3(0x180)]+_0x32d3b3(0x166))[_0x32d3b3(0x167)]();try{const {configArray:_0x565ac8}=await fetchModelList(_0x7ec8a0[_0x32d3b3(0x180)],_0x7ec8a0[_0x32d3b3(0x17e)]),_0x387d43=await generateApiFile(_0x565ac8,_0x54b6d5,_0x7ec8a0[_0x32d3b3(0x180)],_0x5e0f42,getEnv(),_0x356d5b);_0x1b7555[_0x32d3b3(0x155)](_0x32d3b3(0x171)+_0x565ac8[_0x32d3b3(0x17f)]+_0x32d3b3(0x172)+_0x387d43[_0x32d3b3(0x163)]+_0x32d3b3(0x176));const _0x1a82d2=_0x54b6d5?_0x54b6d5+'-api':_0x32d3b3(0x15a),_0xc4a999=_0x54b6d5?_0x54b6d5+_0x32d3b3(0x173):'client';return writeCliSideChannelLine(_0x32d3b3(0x160)+a16_0x1b57dc['join'](_0x356d5b,_0x1a82d2+_0x32d3b3(0x17d))),writeCliSideChannelLine(_0x32d3b3(0x160)+a16_0x1b57dc[_0x32d3b3(0x15d)](_0x356d5b,_0xc4a999+'.ts')),{'ok':!![],'data':{'datasetCount':_0x565ac8[_0x32d3b3(0x17f)],'modelCount':_0x387d43[_0x32d3b3(0x163)]}};}catch(_0x20df6d){_0x1b7555[_0x32d3b3(0x169)](_0x32d3b3(0x183)+(_0x20df6d instanceof Error?_0x20df6d[_0x32d3b3(0x161)]:String(_0x20df6d)));throw _0x20df6d;}}};function a16_0x505e(_0x451599,_0x37e251){_0x451599=_0x451599-0x155;const _0x49c2f7=a16_0x49c2();let _0x505e6e=_0x49c2f7[_0x451599];return _0x505e6e;}function a16_0x49c2(){const _0x4f1cd4=['appcode','\x20model(s)','21MFxENE','Pulling\x20API\x20config\x20for\x20','boolean','264yAqdUo','includes','2068626VfkVlB','.ts','cookie','length','appCode','1877810pOlqLr','\x20dataset(s)\x20→\x20','Failed:\x20','production','env','apiDir','rawFlags','output','succeed','Pulling\x20','str','slice','63WlTskd','api','write','20482rsBmte','join','isDefault','name','\x20\x20•\x20','message','pull','modelCount','Output\x20directory\x20(default:\x20','Done:\x20','...','start','split','fail','string','6412384aWiQhe','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','51372Lexyyv','\x20failed','55303644ndzoMe','205KPGbLP','Pulled\x20','\x20dataset(s),\x20generated\x20','-client','1180558sGhawL'];a16_0x49c2=function(){return _0x4f1cd4;};return a16_0x49c2();}
1
+ function a16_0x4469(){const _0x2f3ea8=['client','output','length','global','isDefault','2199105DmNMev','slice','apiFilePath','586548dpwCkc','3463525NBqtog','appcode','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','\x20app(s)\x20failed','cookie','1173230XODWTB','rawFlags','-client','66848lbNpZZ',')...','fail','.ts','succeed','6sWJdZN','Pulled\x20','Failed:\x20','\x20dataset(s)\x20→\x20','Done:\x20','env','14UFzpjU','\x20succeeded,\x20','pull','\x20\x20•\x20','clientFilePath','start','Pulling\x20API\x20config\x20for\x20','appCode','str','api','-api','\x20model(s)','modelCount','message','string','Output\x20directory\x20(default:\x20','apiDir','includes','2737648VNCbmf','\x20failed','507996eeEFYD','boolean','name','join','9UfOBqe'];a16_0x4469=function(){return _0x2f3ea8;};return a16_0x4469();}const a16_0xc6c75e=a16_0x291f;(function(_0x1bc74f,_0x5d6a2e){const _0x10e118=a16_0x291f,_0x1f5b04=_0x1bc74f();while(!![]){try{const _0x39e819=-parseInt(_0x10e118(0x145))/0x1+parseInt(_0x10e118(0x11d))/0x2+parseInt(_0x10e118(0x14f))/0x3+parseInt(_0x10e118(0x143))/0x4+parseInt(_0x10e118(0x11e))/0x5*(-parseInt(_0x10e118(0x12b))/0x6)+-parseInt(_0x10e118(0x131))/0x7*(parseInt(_0x10e118(0x126))/0x8)+-parseInt(_0x10e118(0x149))/0x9*(parseInt(_0x10e118(0x123))/0xa);if(_0x39e819===_0x5d6a2e)break;else _0x1f5b04['push'](_0x1f5b04['shift']());}catch(_0x39e8dc){_0x1f5b04['push'](_0x1f5b04['shift']());}}}(a16_0x4469,0x5bcb1));import a16_0x231eb1 from'ora';import a16_0x4ec612 from'node:path';import{initEnv,getEnv}from'../../constant/env.js';import{fetchModelList}from'../../api/fetch-model-list.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';function a16_0x291f(_0x294ecc,_0x4bdb0d){_0x294ecc=_0x294ecc-0x11b;const _0x446910=a16_0x4469();let _0x291fd0=_0x446910[_0x294ecc];return _0x291fd0;}import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiPull={'service':a16_0xc6c75e(0x13a),'command':a16_0xc6c75e(0x133),'description':'Pull\x20datasets\x20and\x20generate\x20API\x20config\x20files\x20('+DEFAULT_API_DIR+'/)','risk':'write','requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a16_0xc6c75e(0x14b),'type':a16_0xc6c75e(0x13f),'description':a16_0xc6c75e(0x140)+DEFAULT_API_DIR+'/)'},{'name':a16_0xc6c75e(0x14d),'type':a16_0xc6c75e(0x146),'description':a16_0xc6c75e(0x120),'default':![]}],async 'execute'(_0x23b211){const _0x2312cd=a16_0xc6c75e,_0x5029c6=_0x23b211[_0x2312cd(0x124)][_0x2312cd(0x11f)]?String(_0x23b211['rawFlags'][_0x2312cd(0x11f)]):undefined,_0x32161e=_0x23b211[_0x2312cd(0x139)](_0x2312cd(0x14b))||undefined,_0x2ddf28=resolveTargetApps(_0x23b211,_0x5029c6);if(_0x2ddf28){let _0x4d7f3a=0x0,_0x4a2aac=0x0;for(const _0x4feff9 of _0x2ddf28){const _0x26cb94=_0x4feff9[_0x2312cd(0x122)]||_0x23b211['cookie'],_0x12d503=_0x4feff9[_0x2312cd(0x130)]||'production';initEnv(_0x12d503);const _0x5bad1f=_0x4feff9['apiDir']||_0x32161e||_0x23b211[_0x2312cd(0x141)]||DEFAULT_API_DIR,_0x5203e5=_0x4feff9[_0x2312cd(0x14e)]?'':_0x4feff9[_0x2312cd(0x147)]||_0x4feff9['appcode'],_0x4a9e87=a16_0x231eb1('Pulling\x20'+_0x4feff9[_0x2312cd(0x147)]+'\x20('+_0x4feff9[_0x2312cd(0x11f)]+_0x2312cd(0x127))[_0x2312cd(0x136)]();try{const {configArray:_0x855e5b}=await fetchModelList(_0x4feff9[_0x2312cd(0x11f)],_0x26cb94),_0x1377fc=await generateApiFile(_0x855e5b,_0x5203e5,_0x4feff9[_0x2312cd(0x11f)],_0x4feff9['isDefault'],_0x12d503,_0x5bad1f,_0x4feff9[_0x2312cd(0x147)]);_0x4a9e87['succeed'](_0x4feff9['name']+':\x20'+_0x855e5b[_0x2312cd(0x14c)]+_0x2312cd(0x12e)+_0x1377fc[_0x2312cd(0x13d)]+_0x2312cd(0x13c)),writeCliSideChannelLine(_0x2312cd(0x134)+_0x1377fc[_0x2312cd(0x11c)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x1377fc[_0x2312cd(0x135)]),_0x4d7f3a++;}catch(_0x5b3cfb){_0x4a9e87[_0x2312cd(0x128)](_0x4feff9[_0x2312cd(0x147)]+':\x20'+(_0x5b3cfb instanceof Error?_0x5b3cfb[_0x2312cd(0x13e)]:String(_0x5b3cfb))),_0x4a2aac++;}}writeCliSideChannelLine('');if(_0x4a2aac>0x0)writeCliSideChannelLine('!\x20'+_0x4a2aac+_0x2312cd(0x121));return{'ok':_0x4a2aac===0x0,'message':_0x2312cd(0x12f)+_0x4d7f3a+_0x2312cd(0x132)+_0x4a2aac+_0x2312cd(0x144)};}const _0x50dacf=_0x5029c6&&_0x5029c6[_0x2312cd(0x142)]('-')?_0x5029c6['split']('-')[_0x2312cd(0x11b)](0x1)[_0x2312cd(0x148)]('-'):'',_0x51d9b1=_0x32161e||_0x23b211[_0x2312cd(0x141)]||DEFAULT_API_DIR,_0x3ea5ae=!_0x5029c6,_0x2c4121=a16_0x231eb1(_0x2312cd(0x137)+_0x23b211[_0x2312cd(0x138)]+'...')[_0x2312cd(0x136)]();try{const {configArray:_0x41f3f2}=await fetchModelList(_0x23b211[_0x2312cd(0x138)],_0x23b211['cookie']),_0x166730=await generateApiFile(_0x41f3f2,_0x50dacf,_0x23b211['appCode'],_0x3ea5ae,getEnv(),_0x51d9b1);_0x2c4121[_0x2312cd(0x12a)](_0x2312cd(0x12c)+_0x41f3f2['length']+'\x20dataset(s),\x20generated\x20'+_0x166730[_0x2312cd(0x13d)]+'\x20model(s)');const _0x126695=_0x50dacf?_0x50dacf+_0x2312cd(0x13b):'api',_0x29c972=_0x50dacf?_0x50dacf+_0x2312cd(0x125):_0x2312cd(0x14a);return writeCliSideChannelLine(_0x2312cd(0x134)+a16_0x4ec612[_0x2312cd(0x148)](_0x51d9b1,_0x126695+'.ts')),writeCliSideChannelLine(_0x2312cd(0x134)+a16_0x4ec612['join'](_0x51d9b1,_0x29c972+_0x2312cd(0x129))),{'ok':!![],'data':{'datasetCount':_0x41f3f2[_0x2312cd(0x14c)],'modelCount':_0x166730['modelCount']}};}catch(_0x44f954){_0x2c4121[_0x2312cd(0x128)](_0x2312cd(0x12d)+(_0x44f954 instanceof Error?_0x44f954[_0x2312cd(0x13e)]:String(_0x44f954)));throw _0x44f954;}}};
@@ -1 +1 @@
1
- function a17_0x3dc4(_0x490de1,_0xc99330){_0x490de1=_0x490de1-0x1b5;const _0x1c9e57=a17_0x1c9e();let _0x3dc466=_0x1c9e57[_0x490de1];return _0x3dc466;}(function(_0x4345a5,_0x35c17c){const _0x66339b=a17_0x3dc4,_0x2b729f=_0x4345a5();while(!![]){try{const _0x29d038=parseInt(_0x66339b(0x1bf))/0x1+parseInt(_0x66339b(0x1c8))/0x2*(-parseInt(_0x66339b(0x1c0))/0x3)+parseInt(_0x66339b(0x1b9))/0x4*(-parseInt(_0x66339b(0x1c9))/0x5)+parseInt(_0x66339b(0x1c6))/0x6+-parseInt(_0x66339b(0x1ba))/0x7+parseInt(_0x66339b(0x1be))/0x8*(-parseInt(_0x66339b(0x1c5))/0x9)+parseInt(_0x66339b(0x1bd))/0xa;if(_0x29d038===_0x35c17c)break;else _0x2b729f['push'](_0x2b729f['shift']());}catch(_0x4c7e3b){_0x2b729f['push'](_0x2b729f['shift']());}}}(a17_0x1c9e,0xa0a55));function a17_0x1c9e(){const _0x8f238e=['length','4ejgGle','1227856nUTIHu','bool','validation','22397350awYouV','8VuPDsW','546936QncDqi','12VcKyRH','filter','project','map','join','9509301ZDKCvI','1285650IHKvEI','App\x20\x22','540402BFtQxn','150700KsLJgV','selectedAppName','name','global'];a17_0x1c9e=function(){return _0x8f238e;};return a17_0x1c9e();}import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';export function resolveTargetApps(_0x61774d,_0x1fe6e7){const _0x8d2a98=a17_0x3dc4;if(_0x1fe6e7)return null;const _0x86b5f9=_0x61774d[_0x8d2a98(0x1bb)](_0x8d2a98(0x1b7))?'merged':_0x8d2a98(0x1c2);let _0x364c73=getMultiAppConfigs(_0x86b5f9);if(!_0x364c73||_0x364c73['length']===0x0)return null;if(_0x61774d[_0x8d2a98(0x1b5)]){const _0x391953=_0x364c73[_0x8d2a98(0x1c1)](_0x2c9bf0=>_0x2c9bf0[_0x8d2a98(0x1b6)]===_0x61774d[_0x8d2a98(0x1b5)]);if(_0x391953[_0x8d2a98(0x1b8)]===0x0){const _0x2b1360=_0x364c73[_0x8d2a98(0x1c3)](_0x554306=>_0x554306[_0x8d2a98(0x1b6)])[_0x8d2a98(0x1c4)](',\x20');throw CliErrors[_0x8d2a98(0x1bc)](_0x8d2a98(0x1c7)+_0x61774d['selectedAppName']+'\x22\x20not\x20found\x20in\x20config.\x20Available:\x20'+_0x2b1360);}_0x364c73=_0x391953;}return _0x364c73;}
1
+ (function(_0x5dae74,_0xf5af8c){const _0x3af140=a17_0x2dc7,_0x5719cb=_0x5dae74();while(!![]){try{const _0x2ff73=-parseInt(_0x3af140(0x143))/0x1*(parseInt(_0x3af140(0x138))/0x2)+parseInt(_0x3af140(0x13e))/0x3+parseInt(_0x3af140(0x140))/0x4+-parseInt(_0x3af140(0x13f))/0x5*(parseInt(_0x3af140(0x132))/0x6)+-parseInt(_0x3af140(0x145))/0x7*(parseInt(_0x3af140(0x136))/0x8)+parseInt(_0x3af140(0x141))/0x9+-parseInt(_0x3af140(0x13a))/0xa*(parseInt(_0x3af140(0x139))/0xb);if(_0x2ff73===_0xf5af8c)break;else _0x5719cb['push'](_0x5719cb['shift']());}catch(_0x5005cd){_0x5719cb['push'](_0x5719cb['shift']());}}}(a17_0x41b5,0x3a9d3));import{getMultiAppConfigs}from'../../utils/config.js';function a17_0x2dc7(_0x127553,_0x5c2edc){_0x127553=_0x127553-0x131;const _0x41b55a=a17_0x41b5();let _0x2dc7d4=_0x41b55a[_0x127553];return _0x2dc7d4;}function a17_0x41b5(){const _0x58f567=['342096VgIdEZ','filter','length','validation','8DUSdNP','project','2MkHrKX','11acPTjs','2170640lZsQOJ','selectedAppName','global','merged','1183473iQjuPv','20YfAlgx','1181736elZmvm','2739627wgQIox','\x22\x20not\x20found\x20in\x20config.\x20Available:\x20','23873HAaONM','App\x20\x22','1996708pjhvGg','map'];a17_0x41b5=function(){return _0x58f567;};return a17_0x41b5();}import{CliErrors}from'../../errors.js';export function resolveTargetApps(_0x93d882,_0x90c041){const _0x2cfd0c=a17_0x2dc7;if(_0x90c041)return null;const _0x5942a9=_0x93d882['bool'](_0x2cfd0c(0x13c))?_0x2cfd0c(0x13d):_0x2cfd0c(0x137);let _0xc00be=getMultiAppConfigs(_0x5942a9);if(!_0xc00be||_0xc00be[_0x2cfd0c(0x134)]===0x0)return null;if(_0x93d882[_0x2cfd0c(0x13b)]){const _0xddbc05=_0xc00be[_0x2cfd0c(0x133)](_0x41b2fa=>_0x41b2fa['name']===_0x93d882[_0x2cfd0c(0x13b)]);if(_0xddbc05[_0x2cfd0c(0x134)]===0x0){const _0x4d7550=_0xc00be[_0x2cfd0c(0x131)](_0xe233e=>_0xe233e['name'])['join'](',\x20');throw CliErrors[_0x2cfd0c(0x135)](_0x2cfd0c(0x144)+_0x93d882[_0x2cfd0c(0x13b)]+_0x2cfd0c(0x142)+_0x4d7550);}_0xc00be=_0xddbc05;}return _0xc00be;}