@lovrabet/rabetbase-cli 2.3.16-beta.6 → 2.3.16-beta.7

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 (279) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/index.js +1 -1
  20. package/lib/commands/app/list.js +1 -1
  21. package/lib/commands/app/members-list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/shared.js +1 -1
  24. package/lib/commands/app-config/delete.js +1 -1
  25. package/lib/commands/app-config/get.js +1 -1
  26. package/lib/commands/app-config/index.js +1 -1
  27. package/lib/commands/app-config/list.js +1 -1
  28. package/lib/commands/app-config/set.js +1 -1
  29. package/lib/commands/app-config/shared.js +1 -1
  30. package/lib/commands/auth/index.js +1 -1
  31. package/lib/commands/bff/create.js +1 -1
  32. package/lib/commands/bff/delete.js +1 -1
  33. package/lib/commands/bff/detail.js +1 -1
  34. package/lib/commands/bff/index.js +1 -1
  35. package/lib/commands/bff/list.js +1 -1
  36. package/lib/commands/bff/pull.js +1 -1
  37. package/lib/commands/bff/push.js +1 -1
  38. package/lib/commands/bff/status.js +1 -1
  39. package/lib/commands/cli-skill/index.js +1 -1
  40. package/lib/commands/cli-update.js +1 -1
  41. package/lib/commands/codegen/index.js +1 -1
  42. package/lib/commands/codegen/sdk.js +1 -1
  43. package/lib/commands/codegen/sql.js +1 -1
  44. package/lib/commands/common/app-registry.js +1 -1
  45. package/lib/commands/common/app-selector.js +1 -1
  46. package/lib/commands/common/async-task.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/local-file.js +1 -1
  50. package/lib/commands/common/validate.js +1 -1
  51. package/lib/commands/config/get.js +1 -1
  52. package/lib/commands/config/index.js +1 -1
  53. package/lib/commands/config/list.js +1 -1
  54. package/lib/commands/config/set.js +1 -1
  55. package/lib/commands/config/shared.js +1 -1
  56. package/lib/commands/data/filter.js +1 -1
  57. package/lib/commands/data/getOne.js +1 -1
  58. package/lib/commands/data/index.js +1 -1
  59. package/lib/commands/data/shared.js +1 -1
  60. package/lib/commands/dataset/business-group-update.js +1 -1
  61. package/lib/commands/dataset/capability.js +1 -1
  62. package/lib/commands/dataset/delete.js +1 -1
  63. package/lib/commands/dataset/detail.js +1 -1
  64. package/lib/commands/dataset/extend-update.js +1 -1
  65. package/lib/commands/dataset/field-update.js +1 -1
  66. package/lib/commands/dataset/generate.js +1 -1
  67. package/lib/commands/dataset/index.js +1 -1
  68. package/lib/commands/dataset/list.js +1 -1
  69. package/lib/commands/dataset/operations.js +1 -1
  70. package/lib/commands/dataset/relation-audit.js +1 -1
  71. package/lib/commands/dataset/relation-create.js +1 -1
  72. package/lib/commands/dataset/relation-delete.js +1 -1
  73. package/lib/commands/dataset/relation-shared.js +1 -1
  74. package/lib/commands/dataset/relation-update.js +1 -1
  75. package/lib/commands/dataset/relations.js +1 -1
  76. package/lib/commands/dataset/rename.js +1 -1
  77. package/lib/commands/dataset/restore.js +1 -1
  78. package/lib/commands/db/analysis-batching.js +1 -1
  79. package/lib/commands/db/analyze-batch-plan.js +1 -1
  80. package/lib/commands/db/analyze-cancel.js +1 -1
  81. package/lib/commands/db/analyze-start.js +1 -1
  82. package/lib/commands/db/analyze-status.js +1 -1
  83. package/lib/commands/db/create.js +1 -1
  84. package/lib/commands/db/delete.js +1 -1
  85. package/lib/commands/db/detail.js +1 -1
  86. package/lib/commands/db/diff.js +1 -1
  87. package/lib/commands/db/index.js +1 -1
  88. package/lib/commands/db/list.js +1 -1
  89. package/lib/commands/db/shared.js +1 -1
  90. package/lib/commands/db/tables.js +1 -1
  91. package/lib/commands/db/test.js +1 -1
  92. package/lib/commands/db/update.js +1 -1
  93. package/lib/commands/doctor.js +1 -1
  94. package/lib/commands/file/index.js +1 -1
  95. package/lib/commands/init/index.js +1 -1
  96. package/lib/commands/issue/index.js +1 -1
  97. package/lib/commands/issue/nudge.js +1 -1
  98. package/lib/commands/issue/report.js +1 -1
  99. package/lib/commands/issue/shared.js +1 -1
  100. package/lib/commands/kb/create.js +1 -1
  101. package/lib/commands/kb/delete.js +1 -1
  102. package/lib/commands/kb/detail.js +1 -1
  103. package/lib/commands/kb/index.js +1 -1
  104. package/lib/commands/kb/list.js +1 -1
  105. package/lib/commands/kb/shared.js +1 -1
  106. package/lib/commands/kb/update.js +1 -1
  107. package/lib/commands/logs/index.js +1 -1
  108. package/lib/commands/menu/asset-update.js +1 -1
  109. package/lib/commands/menu/delete.js +1 -1
  110. package/lib/commands/menu/external-link-create.js +1 -1
  111. package/lib/commands/menu/external-link-update.js +1 -1
  112. package/lib/commands/menu/group-create.js +1 -1
  113. package/lib/commands/menu/group-update.js +1 -1
  114. package/lib/commands/menu/index.js +1 -1
  115. package/lib/commands/menu/list.js +1 -1
  116. package/lib/commands/menu/move.js +1 -1
  117. package/lib/commands/menu/regroup-start.js +1 -1
  118. package/lib/commands/menu/rename.js +1 -1
  119. package/lib/commands/menu/shared/compare-table.js +1 -1
  120. package/lib/commands/menu/shared/delete-plan.js +1 -1
  121. package/lib/commands/menu/shared/facts.js +1 -1
  122. package/lib/commands/menu/shared/index.js +1 -1
  123. package/lib/commands/menu/shared/inquirer.js +1 -1
  124. package/lib/commands/menu/shared/local-pages.js +1 -1
  125. package/lib/commands/menu/shared/logic.js +1 -1
  126. package/lib/commands/menu/shared/mutations.js +1 -1
  127. package/lib/commands/menu/shared/service.js +1 -1
  128. package/lib/commands/menu/shared/sync-core.js +1 -1
  129. package/lib/commands/menu/shared/update-core.js +1 -1
  130. package/lib/commands/menu/shared/valid-url.js +1 -1
  131. package/lib/commands/menu/sync.js +1 -1
  132. package/lib/commands/notification/config-list.js +1 -1
  133. package/lib/commands/notification/index.js +1 -1
  134. package/lib/commands/ocr/index.js +1 -1
  135. package/lib/commands/page/generate-start.js +1 -1
  136. package/lib/commands/page/generate-status.js +1 -1
  137. package/lib/commands/page/index.js +1 -1
  138. package/lib/commands/page/pull.js +1 -1
  139. package/lib/commands/page/push.js +1 -1
  140. package/lib/commands/page/relation-audit.js +1 -1
  141. package/lib/commands/page/restore.js +1 -1
  142. package/lib/commands/page/shared.js +1 -1
  143. package/lib/commands/page/standard-page-status.js +1 -1
  144. package/lib/commands/page/sync.js +1 -1
  145. package/lib/commands/permit/index.js +1 -1
  146. package/lib/commands/permit/page-get.js +1 -1
  147. package/lib/commands/permit/page-set.js +1 -1
  148. package/lib/commands/permit/role-apis-set.js +1 -1
  149. package/lib/commands/permit/role-menus-set.js +1 -1
  150. package/lib/commands/permit/role-menus.js +1 -1
  151. package/lib/commands/permit/shared.js +1 -1
  152. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  153. package/lib/commands/project/create/format-elapsed.js +1 -1
  154. package/lib/commands/project/create/main.js +1 -1
  155. package/lib/commands/project/create/non-interactive.js +1 -1
  156. package/lib/commands/project/create/project-template-path.js +1 -1
  157. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  158. package/lib/commands/project/create/use-format-code.js +1 -1
  159. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  160. package/lib/commands/project/index.js +1 -1
  161. package/lib/commands/project/upgrade.js +1 -1
  162. package/lib/commands/registry.js +1 -1
  163. package/lib/commands/role/create.js +1 -1
  164. package/lib/commands/role/delete.js +1 -1
  165. package/lib/commands/role/detail.js +1 -1
  166. package/lib/commands/role/index.js +1 -1
  167. package/lib/commands/role/list.js +1 -1
  168. package/lib/commands/role/shared.js +1 -1
  169. package/lib/commands/role/update.js +1 -1
  170. package/lib/commands/role/user-add.js +1 -1
  171. package/lib/commands/role/user-remove.js +1 -1
  172. package/lib/commands/role/user-resolve.js +1 -1
  173. package/lib/commands/run/index.js +1 -1
  174. package/lib/commands/schema.js +1 -1
  175. package/lib/commands/sql/create.js +1 -1
  176. package/lib/commands/sql/delete.js +1 -1
  177. package/lib/commands/sql/detail.js +1 -1
  178. package/lib/commands/sql/exec.js +1 -1
  179. package/lib/commands/sql/index.js +1 -1
  180. package/lib/commands/sql/list.js +1 -1
  181. package/lib/commands/sql/pull.js +1 -1
  182. package/lib/commands/sql/push.js +1 -1
  183. package/lib/commands/sql/shared.js +1 -1
  184. package/lib/commands/sql/status.js +1 -1
  185. package/lib/commands/sql/validate.js +1 -1
  186. package/lib/commands/task/index.js +1 -1
  187. package/lib/commands/task/status.js +1 -1
  188. package/lib/commands/tenant/index.js +1 -1
  189. package/lib/commands/tenant/members-list.js +1 -1
  190. package/lib/commands/tenant/shared.js +1 -1
  191. package/lib/commands/workspace/add.js +1 -1
  192. package/lib/commands/workspace/index.js +1 -1
  193. package/lib/commands/workspace/remove.js +1 -1
  194. package/lib/config/schema.js +1 -1
  195. package/lib/constant/cdn.js +1 -1
  196. package/lib/constant/cli.js +1 -1
  197. package/lib/constant/defaults.js +1 -1
  198. package/lib/constant/domain.js +1 -1
  199. package/lib/constant/env.js +1 -1
  200. package/lib/constant/output.js +1 -1
  201. package/lib/constant/paths.js +1 -1
  202. package/lib/constant/risk.js +1 -1
  203. package/lib/context/app-resolver.js +1 -1
  204. package/lib/context/auth-resolver.js +1 -1
  205. package/lib/context/config-loader.js +1 -1
  206. package/lib/context.d.ts +1 -1
  207. package/lib/context.js +1 -1
  208. package/lib/core/alias-resolver.js +1 -1
  209. package/lib/core/api-client.js +1 -1
  210. package/lib/core/bff/config.js +1 -1
  211. package/lib/core/bff/file-system.js +1 -1
  212. package/lib/core/bff/hash.js +1 -1
  213. package/lib/core/bff/lock.js +1 -1
  214. package/lib/core/bff/utils.js +1 -1
  215. package/lib/core/db-resolver.js +1 -1
  216. package/lib/core/page/file-system.js +1 -1
  217. package/lib/core/page/hash.js +1 -1
  218. package/lib/core/page/lock.js +1 -1
  219. package/lib/core/sql-index-auditor.js +1 -1
  220. package/lib/core/sql-sync/config.js +1 -1
  221. package/lib/core/sql-sync/file-system.js +1 -1
  222. package/lib/core/sql-sync/hash.js +1 -1
  223. package/lib/core/sql-sync/lock.js +1 -1
  224. package/lib/core/sql-sync/utils.js +1 -1
  225. package/lib/core/sql-validator.js +1 -1
  226. package/lib/errors.js +1 -1
  227. package/lib/framework/build-all-flags.js +1 -1
  228. package/lib/framework/error-output.js +1 -1
  229. package/lib/framework/explicit-yes.js +1 -1
  230. package/lib/framework/flags.js +1 -1
  231. package/lib/framework/help.js +1 -1
  232. package/lib/framework/index.js +1 -1
  233. package/lib/framework/output.js +1 -1
  234. package/lib/framework/response.js +1 -1
  235. package/lib/framework/runner-alias.js +1 -1
  236. package/lib/framework/runner.js +1 -1
  237. package/lib/framework/schema-export.js +1 -1
  238. package/lib/framework/types.js +1 -1
  239. package/lib/generated/build-info.d.ts +4 -4
  240. package/lib/generated/build-info.js +1 -1
  241. package/lib/help.js +1 -1
  242. package/lib/runtime/confirmation.js +1 -1
  243. package/lib/runtime/event.js +1 -1
  244. package/lib/runtime/index.js +1 -1
  245. package/lib/runtime/queue.js +1 -1
  246. package/lib/runtime/resolve.js +1 -1
  247. package/lib/skills/main.js +1 -1
  248. package/lib/skills/npx-skills-add.js +1 -1
  249. package/lib/skills/skill-presence.js +1 -1
  250. package/lib/telemetry/cli-command-trace.js +1 -1
  251. package/lib/telemetry/cli-help-trace.js +1 -1
  252. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  253. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  254. package/lib/telemetry/send-cli-trace-log.js +1 -1
  255. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  256. package/lib/utils/ai_config.js +1 -1
  257. package/lib/utils/apply-jq-filter.js +1 -1
  258. package/lib/utils/cdn-config.js +1 -1
  259. package/lib/utils/check-sdk-version.js +1 -1
  260. package/lib/utils/cli-version-check.js +1 -1
  261. package/lib/utils/cli-version-policy.js +1 -1
  262. package/lib/utils/config.js +1 -1
  263. package/lib/utils/copy-directory.js +1 -1
  264. package/lib/utils/entity-with-id.js +1 -1
  265. package/lib/utils/file-utils.js +1 -1
  266. package/lib/utils/guides-cdn.js +1 -1
  267. package/lib/utils/http-client.js +1 -1
  268. package/lib/utils/is-non-interactive.js +1 -1
  269. package/lib/utils/logger.js +1 -1
  270. package/lib/utils/params.js +1 -1
  271. package/lib/utils/platform.js +1 -1
  272. package/lib/utils/rules-cdn.js +1 -1
  273. package/lib/utils/sleep.js +1 -1
  274. package/lib/utils/template-replacer.js +1 -1
  275. package/lib/utils/update-notice.js +1 -1
  276. package/lib/utils/version.js +1 -1
  277. package/lib/utils/with-active-cookie.js +1 -1
  278. package/lib/utils/write-cli-side-channel.js +1 -1
  279. package/package.json +1 -1
@@ -1 +1 @@
1
- const a92_0x2984fb=a92_0x5f5a;(function(_0x135d0f,_0x5f43b0){const _0x24e7c9=a92_0x5f5a,_0x3fed84=_0x135d0f();while(!![]){try{const _0xf92752=-parseInt(_0x24e7c9(0xd4))/0x1+parseInt(_0x24e7c9(0x9a))/0x2*(-parseInt(_0x24e7c9(0xd9))/0x3)+-parseInt(_0x24e7c9(0xca))/0x4*(parseInt(_0x24e7c9(0x8d))/0x5)+-parseInt(_0x24e7c9(0xcb))/0x6*(parseInt(_0x24e7c9(0xdf))/0x7)+-parseInt(_0x24e7c9(0xa0))/0x8*(parseInt(_0x24e7c9(0xcc))/0x9)+parseInt(_0x24e7c9(0xdd))/0xa*(parseInt(_0x24e7c9(0xe2))/0xb)+-parseInt(_0x24e7c9(0xe4))/0xc*(-parseInt(_0x24e7c9(0xc0))/0xd);if(_0xf92752===_0x5f43b0)break;else _0x3fed84['push'](_0x3fed84['shift']());}catch(_0x148e6a){_0x3fed84['push'](_0x3fed84['shift']());}}}(a92_0x281f,0x653f2));import a92_0x88b183 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';async function execute(_0x45d7f1){const _0x153fec=a92_0x5f5a,_0x2350a5=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x153fec(0x93)](0x0,0xa)+')':VERSION,_0x5ae6ad=buildConfigFromFlags({}),_0x1d06ec=getCookie();console[_0x153fec(0xb2)](),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0xb9)](CLI_BIN_NAME+_0x153fec(0xab))),console[_0x153fec(0xb2)](a92_0x88b183['gray']('─'[_0x153fec(0xd8)](0x32))),console[_0x153fec(0xb2)](_0x153fec(0xdb)+_0x2350a5),console[_0x153fec(0xb2)]('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process['version']),console[_0x153fec(0xb2)](_0x153fec(0x96)+process[_0x153fec(0xce)]+'\x20'+process[_0x153fec(0xa3)]),console[_0x153fec(0xb2)](),console[_0x153fec(0xb2)](a92_0x88b183['bold'](_0x153fec(0xe5))),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0x9b)]('\x20\x20─'[_0x153fec(0xd8)](0x1e)));const _0x4774d0=getGlobalConfigPath(),_0x22c2ac=getProjectConfigPath();console[_0x153fec(0xb2)](_0x153fec(0xc1)+(_0x4774d0||a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0x8c)))),console[_0x153fec(0xb2)](_0x153fec(0x92)+(_0x22c2ac||a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0x8c)))),console[_0x153fec(0xb2)](),console['log'](a92_0x88b183['bold'](_0x153fec(0xaa))),console[_0x153fec(0xb2)](a92_0x88b183['gray']('\x20\x20─'['repeat'](0x1e)));const _0x3b7b29=(_0x4bfbdf,_0x52ae92)=>{const _0x62ac0e=_0x153fec;if(!_0x52ae92){console[_0x62ac0e(0xb2)]('\x20\x20'+_0x4bfbdf[_0x62ac0e(0xc3)](0x11)+'\x20'+a92_0x88b183[_0x62ac0e(0x9b)]('(no\x20file)'));return;}const _0x17e386=inspectCliConfigJsonFile(_0x52ae92);if(_0x17e386[_0x62ac0e(0xc8)]==='ok')console[_0x62ac0e(0xb2)]('\x20\x20'+_0x4bfbdf[_0x62ac0e(0xc3)](0x11)+'\x20'+a92_0x88b183[_0x62ac0e(0xb4)](_0x62ac0e(0xba)));else{if(_0x17e386['status']===_0x62ac0e(0xac))console[_0x62ac0e(0xb2)]('\x20\x20'+_0x4bfbdf[_0x62ac0e(0xc3)](0x11)+'\x20'+a92_0x88b183['yellow'](_0x62ac0e(0xde)));else _0x17e386[_0x62ac0e(0xc8)]===_0x62ac0e(0xc6)?console[_0x62ac0e(0xb2)]('\x20\x20'+_0x4bfbdf['padEnd'](0x11)+'\x20'+a92_0x88b183[_0x62ac0e(0x9b)](_0x62ac0e(0xc4))):(console['log']('\x20\x20'+_0x4bfbdf['padEnd'](0x11)+'\x20'+a92_0x88b183[_0x62ac0e(0xd1)](_0x62ac0e(0xcd))),console[_0x62ac0e(0xb2)]('\x20\x20'+''[_0x62ac0e(0xc3)](0x11)+'\x20'+a92_0x88b183[_0x62ac0e(0xd1)](_0x17e386[_0x62ac0e(0x8f)])));}};_0x3b7b29(_0x153fec(0xb7),_0x4774d0),_0x3b7b29(_0x153fec(0xbc),_0x22c2ac),console[_0x153fec(0xb2)](),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0xb9)](_0x153fec(0xa2))),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0x9b)]('\x20\x20─'[_0x153fec(0xd8)](0x1e))),console[_0x153fec(0xb2)](_0x153fec(0xc2)+(_0x5ae6ad[_0x153fec(0xe3)]||a92_0x88b183[_0x153fec(0xd1)]('(not\x20set)'))),console['log'](_0x153fec(0x91)+_0x5ae6ad['env']),console[_0x153fec(0xb2)](_0x153fec(0xcf)+_0x5ae6ad[_0x153fec(0x9c)]),console[_0x153fec(0xb2)](_0x153fec(0x98)+_0x5ae6ad['apiDir']),console[_0x153fec(0xb2)](_0x153fec(0xbf)+(_0x5ae6ad[_0x153fec(0x9d)]||a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xd5)))),console[_0x153fec(0xb2)]('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x5ae6ad[_0x153fec(0xbe)]||a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xd5)))),console['log'](_0x153fec(0xa9)+(_0x5ae6ad[_0x153fec(0xb5)]||a92_0x88b183['gray']('(none)'))),console[_0x153fec(0xb2)](_0x153fec(0xb6)+(_0x5ae6ad[_0x153fec(0xdc)]||a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xb1)+DEFAULT_CONFIG_VALUES[_0x153fec(0xdc)]+')'))),console['log'](_0x153fec(0xa4)+(_0x5ae6ad['pageSize']??a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xbd)))),console[_0x153fec(0xb2)](_0x153fec(0x90)+_0x5ae6ad['riskLevel']),console['log'](_0x153fec(0xb3)+_0x5ae6ad[_0x153fec(0x95)]),console[_0x153fec(0xb2)](_0x153fec(0x94)+(_0x5ae6ad[_0x153fec(0xda)]?a92_0x88b183[_0x153fec(0xb4)](_0x153fec(0xd3)+_0x5ae6ad['cookie'][_0x153fec(0x97)]+')'):_0x1d06ec?a92_0x88b183[_0x153fec(0xb4)](_0x153fec(0xbb)+_0x1d06ec[_0x153fec(0x97)]+')'):a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xd5))));const _0x3156c6=Object[_0x153fec(0xd2)](_0x5ae6ad[_0x153fec(0xe1)]);if(_0x3156c6[_0x153fec(0x97)]>0x0){console[_0x153fec(0xb2)](),console[_0x153fec(0xb2)](a92_0x88b183['bold'](_0x153fec(0xa7))),console[_0x153fec(0xb2)](a92_0x88b183['gray']('\x20\x20─'[_0x153fec(0xd8)](0x1e)));for(const _0x25f1cc of _0x3156c6){const _0x2adc3c=_0x5ae6ad[_0x153fec(0xe1)][_0x25f1cc],_0x2b783d=_0x25f1cc===_0x5ae6ad[_0x153fec(0x9d)],_0x127ced=_0x25f1cc===_0x5ae6ad[_0x153fec(0xbe)],_0xe05e56=_0x127ced?a92_0x88b183['green'](_0x153fec(0xb8)):'',_0x21a4d3=_0x2b783d?_0x153fec(0xd6):'';console[_0x153fec(0xb2)]('\x20\x20'+_0x25f1cc+_0x21a4d3+_0xe05e56),console[_0x153fec(0xb2)]('\x20\x20\x20\x20appcode:\x20\x20\x20\x20'+_0x2adc3c[_0x153fec(0xe0)]);const _0x589241=buildAppDoctorFields(_0x2adc3c,{'env':_0x5ae6ad[_0x153fec(0xa8)],'apiDir':_0x5ae6ad[_0x153fec(0xc5)]['apiDir']||DEFAULT_CONFIG_VALUES[_0x153fec(0xd0)],'cookie':_0x5ae6ad[_0x153fec(0xda)]||_0x1d06ec||undefined,'accessKey':_0x5ae6ad['accessKey']});console['log']('\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x589241[_0x153fec(0xa8)][_0x153fec(0x9f)]+'\x20\x20'+a92_0x88b183[_0x153fec(0x9b)]('('+_0x589241['env']['source']+')')),console[_0x153fec(0xb2)](_0x153fec(0xa1)+_0x589241['apiDir'][_0x153fec(0x9f)]+'\x20\x20'+a92_0x88b183[_0x153fec(0x9b)]('('+_0x589241['apiDir']['source']+')'));const _0x5ba1c4=_0x589241['cookie'][_0x153fec(0x9f)]?a92_0x88b183[_0x153fec(0xb4)](_0x153fec(0xd3)+_0x589241[_0x153fec(0xda)]['value'][_0x153fec(0x97)]+')'):a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xd5));console[_0x153fec(0xb2)](_0x153fec(0xc9)+_0x5ba1c4+'\x20\x20'+a92_0x88b183[_0x153fec(0x9b)]('('+_0x589241['cookie'][_0x153fec(0xd7)]+')'));const _0x537d5f=_0x589241[_0x153fec(0xad)][_0x153fec(0x9f)]?a92_0x88b183[_0x153fec(0xb4)](_0x153fec(0xd3)+_0x589241[_0x153fec(0xad)][_0x153fec(0x9f)][_0x153fec(0x97)]+')'):a92_0x88b183['gray'](_0x153fec(0xd5));console[_0x153fec(0xb2)](_0x153fec(0xb0)+_0x537d5f+'\x20\x20'+a92_0x88b183[_0x153fec(0x9b)]('('+_0x589241['accessKey']['source']+')'));}}console[_0x153fec(0xb2)](),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0xb9)](_0x153fec(0xe6))),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0x9b)]('\x20\x20─'['repeat'](0x1e))),console[_0x153fec(0xb2)](_0x153fec(0xc7)+getApiDomain()),console[_0x153fec(0xb2)]('\x20\x20userDomain:\x20\x20\x20\x20\x20\x20'+getUserDomain()),console['log']('\x20\x20runtimeDomain:\x20\x20\x20'+getRuntimeDomain()),console[_0x153fec(0xb2)](),console['log'](a92_0x88b183[_0x153fec(0xb9)](_0x153fec(0xa6))),console[_0x153fec(0xb2)](a92_0x88b183[_0x153fec(0x9b)](_0x153fec(0xaf)['repeat'](0x1e)));if(_0x1d06ec){const _0x17fc67=await getIsSessionValid();console[_0x153fec(0xb2)](_0x153fec(0x8e)+(_0x17fc67?a92_0x88b183[_0x153fec(0xb4)](_0x153fec(0x99)):a92_0x88b183[_0x153fec(0xd1)](_0x153fec(0xae))));}else console['log']('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a92_0x88b183[_0x153fec(0xd1)]('✗\x20Not\x20logged\x20in'));return console['log'](),{'ok':!![]};}function a92_0x5f5a(_0x280eeb,_0xc7773c){_0x280eeb=_0x280eeb-0x8c;const _0x281f02=a92_0x281f();let _0x5f5a83=_0x281f02[_0x280eeb];return _0x5f5a83;}function a92_0x281f(){const _0x11ba71=['\x20\x20\x20\x20accessKey:\x20\x20','(default:\x20','log','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','green','explicitAppName','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','Global','\x20←\x20current','bold','✓\x20Valid\x20JSON','(set\x20via\x20file,\x20length=','Project','(default)','currentApp','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','2977EgfJpR','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','padEnd','(missing)','raw','missing','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','status','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','2852112rnjBuJ','2058JYjepX','45noGSQW','✗\x20Invalid\x20JSON','platform','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','apiDir','red','keys','(set,\x20length=','114500NFzolH','(none)','\x20(default)','source','repeat','82407urRYKD','cookie','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','format','50TTUJuZ','⚠\x20Empty\x20(treated\x20as\x20{})','16051kPXUgM','appcode','apps','1475529PVnloq','appCode','142224nsWSnQ','\x20\x20Config\x20Files','\x20\x20API\x20Endpoints','(not\x20found)','5aoNgvV','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','message','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','slice','\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','verbose','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','length','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✓\x20Valid','50mCDzEI','gray','locale','defaultApp','read','value','1070952BbPbGs','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','arch','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','\x20\x20Auth','\x20\x20Apps','env','\x20\x20explicitAppName:\x20','\x20\x20Config\x20JSON','\x20doctor','empty','accessKey','✗\x20Expired','\x20\x20─'];a92_0x281f=function(){return _0x11ba71;};return a92_0x281f();}export const doctorDefinition={'service':'doctor','command':'check','description':a92_0x2984fb(0xa5),'risk':a92_0x2984fb(0x9e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ const a92_0x130a3d=a92_0x3e51;(function(_0x548d47,_0x1bb246){const _0x35ecf3=a92_0x3e51,_0x4afc49=_0x548d47();while(!![]){try{const _0x5e7ad1=-parseInt(_0x35ecf3(0x171))/0x1+parseInt(_0x35ecf3(0x131))/0x2*(parseInt(_0x35ecf3(0x175))/0x3)+parseInt(_0x35ecf3(0x165))/0x4+parseInt(_0x35ecf3(0x177))/0x5+parseInt(_0x35ecf3(0x164))/0x6+-parseInt(_0x35ecf3(0x169))/0x7+parseInt(_0x35ecf3(0x17f))/0x8*(-parseInt(_0x35ecf3(0x17c))/0x9);if(_0x5e7ad1===_0x1bb246)break;else _0x4afc49['push'](_0x4afc49['shift']());}catch(_0x3ddb9e){_0x4afc49['push'](_0x4afc49['shift']());}}}(a92_0x523b,0x67170));import a92_0x19714f from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';function a92_0x3e51(_0x2bacee,_0x6d16d){_0x2bacee=_0x2bacee-0x131;const _0x523baf=a92_0x523b();let _0x3e51d5=_0x523baf[_0x2bacee];return _0x3e51d5;}import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';function a92_0x523b(){const _0xd90e00=['source','3RpMmFZ','repeat','1913425jWBBld','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','missing','accessKey','\x20\x20Config\x20JSON','153TkQYhZ','Global','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','177496jobrdZ','✗\x20Expired','761182CcPFkw','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20─','gray','⚠\x20Empty\x20(treated\x20as\x20{})','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','version','explicitAppName','riskLevel','\x20doctor','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','value','locale','(default:\x20','pageSize','(set,\x20length=','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','cookie','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','padEnd','appcode','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','log','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20explicitAppName:\x20','env','appCode','✗\x20Invalid\x20JSON','check','\x20\x20Merged\x20Config','green','status','(default)','read','\x20\x20\x20\x20accessKey:\x20\x20','Project','(missing)','apiDir','\x20\x20Apps','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','(no\x20file)','format','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','(none)','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','defaultApp','\x20\x20Auth','\x20←\x20current','(not\x20found)','1912794SZGaRa','753552qZghkk','length','apps','bold','2482872KKWcIK','currentApp','message','\x20\x20Config\x20Files','\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✓\x20Valid\x20JSON','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','red','116332ObIONs','keys','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'];a92_0x523b=function(){return _0xd90e00;};return a92_0x523b();}async function execute(_0x853939){const _0x2127f2=a92_0x3e51,_0x3857e5=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,_0x415dd2=buildConfigFromFlags({}),_0x15514f=getCookie();console['log'](),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x168)](CLI_BIN_NAME+_0x2127f2(0x13b))),console[_0x2127f2(0x149)](a92_0x19714f['gray']('─'['repeat'](0x32))),console['log']('\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20'+_0x3857e5),console[_0x2127f2(0x149)]('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x2127f2(0x138)]),console[_0x2127f2(0x149)](_0x2127f2(0x133)+process['platform']+'\x20'+process['arch']),console[_0x2127f2(0x149)](),console['log'](a92_0x19714f[_0x2127f2(0x168)](_0x2127f2(0x16c))),console['log'](a92_0x19714f['gray'](_0x2127f2(0x134)[_0x2127f2(0x176)](0x1e)));const _0x286821=getGlobalConfigPath(),_0x18d860=getProjectConfigPath();console['log'](_0x2127f2(0x17e)+(_0x286821||a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x163)))),console[_0x2127f2(0x149)](_0x2127f2(0x143)+(_0x18d860||a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x163)))),console[_0x2127f2(0x149)](),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x168)](_0x2127f2(0x17b))),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x135)]('\x20\x20─'[_0x2127f2(0x176)](0x1e)));const _0x581801=(_0x45952e,_0x3a0033)=>{const _0x3c2c7c=_0x2127f2;if(!_0x3a0033){console[_0x3c2c7c(0x149)]('\x20\x20'+_0x45952e[_0x3c2c7c(0x146)](0x11)+'\x20'+a92_0x19714f['gray'](_0x3c2c7c(0x15b)));return;}const _0x5b89c2=inspectCliConfigJsonFile(_0x3a0033);if(_0x5b89c2[_0x3c2c7c(0x152)]==='ok')console[_0x3c2c7c(0x149)]('\x20\x20'+_0x45952e['padEnd'](0x11)+'\x20'+a92_0x19714f[_0x3c2c7c(0x151)](_0x3c2c7c(0x16e)));else{if(_0x5b89c2['status']==='empty')console[_0x3c2c7c(0x149)]('\x20\x20'+_0x45952e[_0x3c2c7c(0x146)](0x11)+'\x20'+a92_0x19714f['yellow'](_0x3c2c7c(0x136)));else _0x5b89c2[_0x3c2c7c(0x152)]===_0x3c2c7c(0x179)?console[_0x3c2c7c(0x149)]('\x20\x20'+_0x45952e[_0x3c2c7c(0x146)](0x11)+'\x20'+a92_0x19714f[_0x3c2c7c(0x135)](_0x3c2c7c(0x157))):(console[_0x3c2c7c(0x149)]('\x20\x20'+_0x45952e[_0x3c2c7c(0x146)](0x11)+'\x20'+a92_0x19714f[_0x3c2c7c(0x170)](_0x3c2c7c(0x14e))),console[_0x3c2c7c(0x149)]('\x20\x20'+''['padEnd'](0x11)+'\x20'+a92_0x19714f[_0x3c2c7c(0x170)](_0x5b89c2[_0x3c2c7c(0x16b)])));}};_0x581801(_0x2127f2(0x17d),_0x286821),_0x581801(_0x2127f2(0x156),_0x18d860),console[_0x2127f2(0x149)](),console['log'](a92_0x19714f['bold'](_0x2127f2(0x150))),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x134)[_0x2127f2(0x176)](0x1e))),console['log']('\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x415dd2[_0x2127f2(0x14d)]||a92_0x19714f[_0x2127f2(0x170)]('(not\x20set)'))),console[_0x2127f2(0x149)](_0x2127f2(0x173)+_0x415dd2['env']),console[_0x2127f2(0x149)]('\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x415dd2[_0x2127f2(0x13f)]),console[_0x2127f2(0x149)](_0x2127f2(0x13d)+_0x415dd2[_0x2127f2(0x158)]),console[_0x2127f2(0x149)]('\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20'+(_0x415dd2[_0x2127f2(0x160)]||a92_0x19714f['gray'](_0x2127f2(0x15e)))),console[_0x2127f2(0x149)](_0x2127f2(0x145)+(_0x415dd2[_0x2127f2(0x16a)]||a92_0x19714f['gray'](_0x2127f2(0x15e)))),console['log'](_0x2127f2(0x14b)+(_0x415dd2[_0x2127f2(0x139)]||a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x15e)))),console[_0x2127f2(0x149)](_0x2127f2(0x14a)+(_0x415dd2[_0x2127f2(0x15c)]||a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x140)+DEFAULT_CONFIG_VALUES[_0x2127f2(0x15c)]+')'))),console[_0x2127f2(0x149)](_0x2127f2(0x137)+(_0x415dd2[_0x2127f2(0x141)]??a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x153)))),console[_0x2127f2(0x149)]('\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20'+_0x415dd2[_0x2127f2(0x13a)]),console[_0x2127f2(0x149)](_0x2127f2(0x16f)+_0x415dd2['verbose']),console[_0x2127f2(0x149)](_0x2127f2(0x16d)+(_0x415dd2[_0x2127f2(0x144)]?a92_0x19714f['green'](_0x2127f2(0x142)+_0x415dd2[_0x2127f2(0x144)][_0x2127f2(0x166)]+')'):_0x15514f?a92_0x19714f[_0x2127f2(0x151)]('(set\x20via\x20file,\x20length='+_0x15514f[_0x2127f2(0x166)]+')'):a92_0x19714f['gray']('(none)')));const _0xcefe4e=Object[_0x2127f2(0x172)](_0x415dd2[_0x2127f2(0x167)]);if(_0xcefe4e[_0x2127f2(0x166)]>0x0){console[_0x2127f2(0x149)](),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x168)](_0x2127f2(0x159))),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x134)[_0x2127f2(0x176)](0x1e)));for(const _0x233151 of _0xcefe4e){const _0x43165a=_0x415dd2[_0x2127f2(0x167)][_0x233151],_0x392a90=_0x233151===_0x415dd2['defaultApp'],_0x50fc75=_0x233151===_0x415dd2[_0x2127f2(0x16a)],_0x48582b=_0x50fc75?a92_0x19714f[_0x2127f2(0x151)](_0x2127f2(0x162)):'',_0x1a913c=_0x392a90?'\x20(default)':'';console['log']('\x20\x20'+_0x233151+_0x1a913c+_0x48582b),console[_0x2127f2(0x149)](_0x2127f2(0x15f)+_0x43165a[_0x2127f2(0x147)]);const _0xfcec9a=buildAppDoctorFields(_0x43165a,{'env':_0x415dd2[_0x2127f2(0x14c)],'apiDir':_0x415dd2['raw']['apiDir']||DEFAULT_CONFIG_VALUES[_0x2127f2(0x158)],'cookie':_0x415dd2[_0x2127f2(0x144)]||_0x15514f||undefined,'accessKey':_0x415dd2[_0x2127f2(0x17a)]});console[_0x2127f2(0x149)](_0x2127f2(0x15d)+_0xfcec9a['env'][_0x2127f2(0x13e)]+'\x20\x20'+a92_0x19714f[_0x2127f2(0x135)]('('+_0xfcec9a['env'][_0x2127f2(0x174)]+')')),console['log'](_0x2127f2(0x15a)+_0xfcec9a[_0x2127f2(0x158)][_0x2127f2(0x13e)]+'\x20\x20'+a92_0x19714f['gray']('('+_0xfcec9a['apiDir']['source']+')'));const _0x2835cd=_0xfcec9a[_0x2127f2(0x144)][_0x2127f2(0x13e)]?a92_0x19714f[_0x2127f2(0x151)](_0x2127f2(0x142)+_0xfcec9a[_0x2127f2(0x144)][_0x2127f2(0x13e)][_0x2127f2(0x166)]+')'):a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x15e));console['log'](_0x2127f2(0x148)+_0x2835cd+'\x20\x20'+a92_0x19714f[_0x2127f2(0x135)]('('+_0xfcec9a[_0x2127f2(0x144)][_0x2127f2(0x174)]+')'));const _0x3497ed=_0xfcec9a[_0x2127f2(0x17a)][_0x2127f2(0x13e)]?a92_0x19714f[_0x2127f2(0x151)](_0x2127f2(0x142)+_0xfcec9a[_0x2127f2(0x17a)]['value'][_0x2127f2(0x166)]+')'):a92_0x19714f[_0x2127f2(0x135)]('(none)');console[_0x2127f2(0x149)](_0x2127f2(0x155)+_0x3497ed+'\x20\x20'+a92_0x19714f['gray']('('+_0xfcec9a[_0x2127f2(0x17a)][_0x2127f2(0x174)]+')'));}}console['log'](),console['log'](a92_0x19714f[_0x2127f2(0x168)]('\x20\x20API\x20Endpoints')),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x135)](_0x2127f2(0x134)[_0x2127f2(0x176)](0x1e))),console[_0x2127f2(0x149)]('\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20'+getApiDomain()),console[_0x2127f2(0x149)](_0x2127f2(0x13c)+getUserDomain()),console[_0x2127f2(0x149)]('\x20\x20runtimeDomain:\x20\x20\x20'+getRuntimeDomain()),console[_0x2127f2(0x149)](),console[_0x2127f2(0x149)](a92_0x19714f[_0x2127f2(0x168)](_0x2127f2(0x161))),console[_0x2127f2(0x149)](a92_0x19714f['gray'](_0x2127f2(0x134)[_0x2127f2(0x176)](0x1e)));if(_0x15514f){const _0x3218a3=await getIsSessionValid();console['log'](_0x2127f2(0x178)+(_0x3218a3?a92_0x19714f['green']('✓\x20Valid'):a92_0x19714f[_0x2127f2(0x170)](_0x2127f2(0x180))));}else console[_0x2127f2(0x149)](_0x2127f2(0x178)+a92_0x19714f['red']('✗\x20Not\x20logged\x20in'));return console['log'](),{'ok':!![]};}export const doctorDefinition={'service':'doctor','command':a92_0x130a3d(0x14f),'description':a92_0x130a3d(0x132),'risk':a92_0x130a3d(0x154),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a93_0x3e419d=a93_0x1235;(function(_0x3d5411,_0xb9af2e){const _0x21fc11=a93_0x1235,_0x28cecd=_0x3d5411();while(!![]){try{const _0x4340a0=parseInt(_0x21fc11(0xbd))/0x1+parseInt(_0x21fc11(0xd6))/0x2+parseInt(_0x21fc11(0xc0))/0x3+-parseInt(_0x21fc11(0xc7))/0x4*(-parseInt(_0x21fc11(0xc9))/0x5)+parseInt(_0x21fc11(0xbb))/0x6*(-parseInt(_0x21fc11(0xc2))/0x7)+parseInt(_0x21fc11(0xba))/0x8*(-parseInt(_0x21fc11(0xd4))/0x9)+-parseInt(_0x21fc11(0xd2))/0xa;if(_0x4340a0===_0xb9af2e)break;else _0x28cecd['push'](_0x28cecd['shift']());}catch(_0x2dc279){_0x28cecd['push'](_0x28cecd['shift']());}}}(a93_0x4055,0x342ee));function a93_0x1235(_0x10f7c8,_0x46fba4){_0x10f7c8=_0x10f7c8-0xb8;const _0x40555c=a93_0x4055();let _0x12359f=_0x40555c[_0x10f7c8];return _0x12359f;}function a93_0x4055(){const _0x5dfab0=['long-term','126BPFMoM','validation','492206uHyxlq','bool','upload','read','trim','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','POST','filePath\x20is\x20required.','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','query-url','176248lOHBgb','423972AfqgOq','string','35919Aceitd','filePath','Path\x20to\x20the\x20local\x20file\x20to\x20upload','799698bZiXfb','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','14nFzXNy','path','download','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','\x20to\x20development\x20app\x20','7368xPXrWZ','str','810AqAuix','Uploaded\x20file:\x20','filepath','file','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','Preview:\x20upload\x20','appCode','boolean','File','1834920rQqWPt'];a93_0x4055=function(){return _0x5dfab0;};return a93_0x4055();}import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a93_0x3e419d(0xcc),'type':'string','required':!![],'description':a93_0x3e419d(0xbf)},FILEPATH_FLAG={'name':a93_0x3e419d(0xcb),'type':a93_0x3e419d(0xbc),'required':!![],'description':a93_0x3e419d(0xc1)},DOWNLOAD_FLAG={'name':a93_0x3e419d(0xc4),'type':a93_0x3e419d(0xd0),'description':a93_0x3e419d(0xdc)},LONG_TERM_FLAG={'name':a93_0x3e419d(0xd3),'type':a93_0x3e419d(0xd0),'description':a93_0x3e419d(0xc5)};function requireFilePath(_0xfb4af8){const _0x30d046=a93_0x3e419d,_0x5d99a5=_0xfb4af8[_0x30d046(0xda)]();if(!_0x5d99a5)throw CliErrors[_0x30d046(0xd5)](_0x30d046(0xde));return _0x5d99a5;}const fileUpload={'service':a93_0x3e419d(0xcc),'command':a93_0x3e419d(0xd8),'description':a93_0x3e419d(0xcd),'risk':a93_0x3e419d(0xd9),'flags':[FILE_FLAG],async 'dryRun'(_0x5c783f){const _0x2cbe11=a93_0x3e419d,_0x4df69e=requireDevelopmentUploadFile(_0x5c783f[_0x2cbe11(0xc8)](_0x2cbe11(0xcc)),_0x2cbe11(0xd1));return{'method':_0x2cbe11(0xdd),'url':'/smartapi/common/uploadFile','body':{'appCode':_0x5c783f[_0x2cbe11(0xcf)],'multipart':{'file':_0x4df69e}},'description':_0x2cbe11(0xce)+_0x4df69e[_0x2cbe11(0xc3)]+_0x2cbe11(0xc6)+_0x5c783f['appCode']};},async 'execute'(_0x1886e5){const _0x448470=a93_0x3e419d,_0x474040=requireDevelopmentUploadFile(_0x1886e5['str'](_0x448470(0xcc)),_0x448470(0xd1)),_0x127eef=await uploadDevelopmentFile(_0x1886e5['appCode'],_0x474040[_0x448470(0xc3)]);return{'ok':!![],'data':_0x127eef,'message':_0x127eef[_0x448470(0xbe)]?_0x448470(0xca)+_0x127eef[_0x448470(0xbe)]+_0x448470(0xdb):'Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.'};}},fileQueryUrl={'service':a93_0x3e419d(0xcc),'command':a93_0x3e419d(0xb9),'description':a93_0x3e419d(0xb8),'risk':'read','flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x37b828){const _0x5b7b98=a93_0x3e419d,_0x15f0db=requireFilePath(_0x37b828['str'](_0x5b7b98(0xcb))),_0x1dd507=await queryDevelopmentFileUrl(_0x15f0db,{'download':_0x37b828[_0x5b7b98(0xd7)](_0x5b7b98(0xc4)),'longTerm':_0x37b828[_0x5b7b98(0xd7)]('long-term')});return{'ok':!![],'data':_0x1dd507};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
1
+ function a93_0x4df8(_0x15d051,_0x19807f){_0x15d051=_0x15d051-0xc4;const _0xf8969d=a93_0xf896();let _0x4df8e9=_0xf8969d[_0x15d051];return _0x4df8e9;}const a93_0x33818d=a93_0x4df8;(function(_0x3cd34a,_0x3b970c){const _0x485a64=a93_0x4df8,_0x2c9da5=_0x3cd34a();while(!![]){try{const _0x1d40e1=parseInt(_0x485a64(0xc9))/0x1+-parseInt(_0x485a64(0xe8))/0x2+-parseInt(_0x485a64(0xd5))/0x3+parseInt(_0x485a64(0xe0))/0x4+-parseInt(_0x485a64(0xdb))/0x5+-parseInt(_0x485a64(0xd4))/0x6+parseInt(_0x485a64(0xd6))/0x7*(parseInt(_0x485a64(0xe2))/0x8);if(_0x1d40e1===_0x3b970c)break;else _0x2c9da5['push'](_0x2c9da5['shift']());}catch(_0x5b92f2){_0x2c9da5['push'](_0x2c9da5['shift']());}}}(a93_0xf896,0xb7e43));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a93_0x33818d(0xdf),'type':a93_0x33818d(0xd8),'required':!![],'description':a93_0x33818d(0xd9)},FILEPATH_FLAG={'name':a93_0x33818d(0xc6),'type':a93_0x33818d(0xd8),'required':!![],'description':a93_0x33818d(0xd1)},DOWNLOAD_FLAG={'name':a93_0x33818d(0xe7),'type':a93_0x33818d(0xe4),'description':a93_0x33818d(0xd3)},LONG_TERM_FLAG={'name':a93_0x33818d(0xce),'type':a93_0x33818d(0xe4),'description':a93_0x33818d(0xc7)};function requireFilePath(_0x9e10d8){const _0x42fcb5=a93_0x33818d,_0x3eaeb2=_0x9e10d8[_0x42fcb5(0xc4)]();if(!_0x3eaeb2)throw CliErrors[_0x42fcb5(0xd7)](_0x42fcb5(0xda));return _0x3eaeb2;}function a93_0xf896(){const _0x1423d2=['filePath\x20is\x20required.','5420860fGBLUA','Uploaded\x20file:\x20','str','filePath','file','919848DhrEqN','read','1688ACzxhG','POST','boolean','\x20to\x20development\x20app\x20','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','download','2878822HWDIvD','trim','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','filepath','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','bool','1041033kWuABU','path','File','Preview:\x20upload\x20','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','long-term','appCode','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','/smartapi/common/uploadFile','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','4625952DDeXac','2272986eklnlP','117257aAyZBd','validation','string','Path\x20to\x20the\x20local\x20file\x20to\x20upload'];a93_0xf896=function(){return _0x1423d2;};return a93_0xf896();}const fileUpload={'service':'file','command':'upload','description':a93_0x33818d(0xd0),'risk':a93_0x33818d(0xe1),'flags':[FILE_FLAG],async 'dryRun'(_0x428a25){const _0xf8e28e=a93_0x33818d,_0x19dae0=requireDevelopmentUploadFile(_0x428a25[_0xf8e28e(0xdd)](_0xf8e28e(0xdf)),_0xf8e28e(0xcb));return{'method':_0xf8e28e(0xe3),'url':_0xf8e28e(0xd2),'body':{'appCode':_0x428a25[_0xf8e28e(0xcf)],'multipart':{'file':_0x19dae0}},'description':_0xf8e28e(0xcc)+_0x19dae0[_0xf8e28e(0xca)]+_0xf8e28e(0xe5)+_0x428a25['appCode']};},async 'execute'(_0x23808f){const _0x43483b=a93_0x33818d,_0x2a6817=requireDevelopmentUploadFile(_0x23808f[_0x43483b(0xdd)](_0x43483b(0xdf)),'File'),_0x3a50aa=await uploadDevelopmentFile(_0x23808f[_0x43483b(0xcf)],_0x2a6817[_0x43483b(0xca)]);return{'ok':!![],'data':_0x3a50aa,'message':_0x3a50aa[_0x43483b(0xde)]?_0x43483b(0xdc)+_0x3a50aa[_0x43483b(0xde)]+_0x43483b(0xe6):_0x43483b(0xcd)};}},fileQueryUrl={'service':'file','command':'query-url','description':a93_0x33818d(0xc5),'risk':'read','flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x8fbe4e){const _0x5513fc=a93_0x33818d,_0x2f6843=requireFilePath(_0x8fbe4e[_0x5513fc(0xdd)]('filepath')),_0x27af59=await queryDevelopmentFileUrl(_0x2f6843,{'download':_0x8fbe4e[_0x5513fc(0xc8)](_0x5513fc(0xe7)),'longTerm':_0x8fbe4e[_0x5513fc(0xc8)]('long-term')});return{'ok':!![],'data':_0x27af59};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
@@ -1 +1 @@
1
- const a94_0x24d6b4=a94_0x5570;(function(_0x4048ec,_0x3021d1){const _0x731a60=a94_0x5570,_0x5adf53=_0x4048ec();while(!![]){try{const _0x11e529=-parseInt(_0x731a60(0x206))/0x1*(parseInt(_0x731a60(0x1e9))/0x2)+-parseInt(_0x731a60(0x215))/0x3+parseInt(_0x731a60(0x204))/0x4+-parseInt(_0x731a60(0x1f1))/0x5*(parseInt(_0x731a60(0x1fe))/0x6)+parseInt(_0x731a60(0x213))/0x7+-parseInt(_0x731a60(0x20c))/0x8+parseInt(_0x731a60(0x1f6))/0x9;if(_0x11e529===_0x3021d1)break;else _0x5adf53['push'](_0x5adf53['shift']());}catch(_0x1c178f){_0x5adf53['push'](_0x5adf53['shift']());}}}(a94_0x1c25,0x576c9));import{NEW_CONFIG_NAME,LEGACY_CONFIG_NAMES,writeConfigFile,resolveWriteConfigPath}from'../../context.js';function a94_0x1c25(){const _0x25b5c1=['Auto-confirm\x20prompts','env','cwd','2785700upEVDM','Write\x20to\x20global\x20config\x20instead\x20of\x20project','1duQkUX','write','map','flagMissing','appCode','log','4797320jncFhC','Target\x20environment','toLocaleString','boolean','production','global','\x0a✓\x20Successfully\x20initialized\x20','1835764rIxIiZ','Use\x20`','813015QCArwR','defaultApp','join','\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]','App\x20code\x20to\x20initialize\x20with','819158sfEEXB','\x20\x20Apps:\x20','some','message','\x20\x20Env:\x20','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','\x20\x20Config:\x20','custom','10UVhUZb','yes','project','valid','检测到旧配置文件,正在自动升级...\x0a','6199533YNqKdf','Usage:\x20','nonInteractive','\x20config','run','appcode','bool','string','27528BRGMve','validation','str'];a94_0x1c25=function(){return _0x25b5c1;};return a94_0x1c25();}import{upgradeApp}from'../../commands/project/upgrade.js';import{getCliVersion}from'../../utils/version.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{existsSync}from'node:fs';import{resolve}from'node:path';import{validateAppcode}from'../../commands/common/validate.js';import{promptCustomAppcode,selectMultipleApps}from'../../commands/common/app-selector.js';import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0x57da88){return{'appCode':_0x57da88,'appName':_0x57da88};}function writeInitConfig(_0x1ea657,_0x12aed5,_0x4bbaaa){const _0x3f06f7=a94_0x5570,_0x63614e=resolveWriteConfigPath(_0x1ea657),_0xca3a82=buildCanonicalProjectConfig({},{'appCodes':_0x12aed5[_0x3f06f7(0x208)](_0x2e7b95=>_0x2e7b95[_0x3f06f7(0x20a)]),'env':_0x4bbaaa,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x3f06f7(0x20e)]()}});writeConfigFile(_0x63614e,_0xca3a82);const _0x446d9d=_0x1ea657==='global'?_0x3f06f7(0x211):_0x3f06f7(0x1f3);console[_0x3f06f7(0x20b)](_0x3f06f7(0x212)+_0x446d9d+_0x3f06f7(0x1f9)),console[_0x3f06f7(0x20b)](_0x3f06f7(0x1ea)+_0x12aed5[_0x3f06f7(0x208)](_0x426938=>_0x426938[_0x3f06f7(0x20a)])[_0x3f06f7(0x217)](',\x20')),console[_0x3f06f7(0x20b)]('\x20\x20Default:\x20'+_0xca3a82[_0x3f06f7(0x216)]),console['log'](_0x3f06f7(0x1ed)+_0xca3a82[_0x3f06f7(0x202)]),console[_0x3f06f7(0x20b)](_0x3f06f7(0x1ef)+_0x63614e);}function a94_0x5570(_0x2519df,_0x5a59fd){_0x2519df=_0x2519df-0x1e9;const _0x1c258c=a94_0x1c25();let _0x5570a2=_0x1c258c[_0x2519df];return _0x5570a2;}async function runSmartInit(_0x5c80dd){const _0x4e2d0b=a94_0x5570,_0x36522b=process[_0x4e2d0b(0x203)](),_0x2e6275=_0x5c80dd[_0x4e2d0b(0x1fc)](_0x4e2d0b(0x211))?_0x4e2d0b(0x211):_0x4e2d0b(0x1f3),_0x3fe460=_0x5c80dd[_0x4e2d0b(0x200)](_0x4e2d0b(0x202))||_0x4e2d0b(0x210),_0x3a9f99=_0x5c80dd[_0x4e2d0b(0x200)](_0x4e2d0b(0x1fb))||undefined;if(_0x2e6275===_0x4e2d0b(0x1f3)){const _0x382af9=existsSync(resolve(_0x36522b,NEW_CONFIG_NAME)),_0x385f72=LEGACY_CONFIG_NAMES[_0x4e2d0b(0x1eb)](_0x5a465f=>existsSync(resolve(_0x36522b,_0x5a465f)));if(_0x385f72&&!_0x382af9)return console[_0x4e2d0b(0x20b)](_0x4e2d0b(0x1f5)),upgradeApp(_0x5c80dd[_0x4e2d0b(0x1f8)],{'yes':_0x5c80dd[_0x4e2d0b(0x1fc)](_0x4e2d0b(0x1f2))});if(_0x382af9)throw CliErrors[_0x4e2d0b(0x1ff)]('.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.',_0x4e2d0b(0x214)+CLI_BIN_NAME+_0x4e2d0b(0x1ee));}if(_0x3a9f99){const _0x483ec7=validateAppcode(_0x3a9f99);if(!_0x483ec7[_0x4e2d0b(0x1f4)])throw CliErrors['validation'](_0x483ec7[_0x4e2d0b(0x1ec)]);writeInitConfig(_0x2e6275,[syntheticApp(_0x3a9f99)],_0x3fe460);return;}if(_0x5c80dd[_0x4e2d0b(0x1f8)])throw CliErrors[_0x4e2d0b(0x209)](_0x4e2d0b(0x1fb),_0x4e2d0b(0x1f7)+CLI_BIN_NAME+_0x4e2d0b(0x218));const _0x8077d2=getCookie(),_0x3fcf79=await selectMultipleApps(_0x8077d2),_0x480751=_0x3fcf79===_0x4e2d0b(0x1f0)?[syntheticApp(await promptCustomAppcode())]:_0x3fcf79;writeInitConfig(_0x2e6275,_0x480751,_0x3fe460);}const initFlags=[{'name':a94_0x24d6b4(0x211),'type':a94_0x24d6b4(0x20f),'description':a94_0x24d6b4(0x205),'default':![]},{'name':a94_0x24d6b4(0x202),'type':a94_0x24d6b4(0x1fd),'description':a94_0x24d6b4(0x20d),'default':a94_0x24d6b4(0x210),'enum':[...RABETBASE_ENV_VALUES]},{'name':a94_0x24d6b4(0x1fb),'type':a94_0x24d6b4(0x1fd),'description':a94_0x24d6b4(0x219)},{'name':'yes','type':a94_0x24d6b4(0x20f),'description':a94_0x24d6b4(0x201),'default':![]}];export const initDefinitions=[{'service':'init','command':a94_0x24d6b4(0x1fa),'description':'Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','risk':a94_0x24d6b4(0x207),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x2845ba){return await runSmartInit(_0x2845ba),{'ok':!![]};}}];
1
+ const a94_0x18fc21=a94_0x5343;(function(_0x57fdaf,_0x4ad7b5){const _0x3b98ac=a94_0x5343,_0x30341a=_0x57fdaf();while(!![]){try{const _0x253ea5=parseInt(_0x3b98ac(0x86))/0x1+parseInt(_0x3b98ac(0x70))/0x2*(-parseInt(_0x3b98ac(0x79))/0x3)+parseInt(_0x3b98ac(0x6b))/0x4*(-parseInt(_0x3b98ac(0x93))/0x5)+parseInt(_0x3b98ac(0x83))/0x6*(-parseInt(_0x3b98ac(0x85))/0x7)+parseInt(_0x3b98ac(0x6e))/0x8+parseInt(_0x3b98ac(0x88))/0x9+-parseInt(_0x3b98ac(0x87))/0xa;if(_0x253ea5===_0x4ad7b5)break;else _0x30341a['push'](_0x30341a['shift']());}catch(_0x6e9c49){_0x30341a['push'](_0x30341a['shift']());}}}(a94_0x469f,0xc4621));import{NEW_CONFIG_NAME,LEGACY_CONFIG_NAMES,writeConfigFile,resolveWriteConfigPath}from'../../context.js';import{upgradeApp}from'../../commands/project/upgrade.js';import{getCliVersion}from'../../utils/version.js';import{CliErrors}from'../../errors.js';function a94_0x469f(){const _0xa25804=['appCode','\x20\x20Apps:\x20','boolean','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','some','Target\x20environment','24yTCbVu','yes','\x0a✓\x20Successfully\x20initialized\x20','Usage:\x20','\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]','init','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','env','write','validation','2139642dgqcgA','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','7pVFBFV','591251uDlNYn','7256640ANurdd','10088541TjtGel','project','\x20\x20Env:\x20','bool','App\x20code\x20to\x20initialize\x20with','\x20\x20Config:\x20','Use\x20`','join','appcode','Auto-confirm\x20prompts','Write\x20to\x20global\x20config\x20instead\x20of\x20project','4927745hbkcTp','str','\x20\x20Default:\x20','message','global','defaultApp','nonInteractive','production','4ZCwoyD','log','custom','11045352Hsqkds','string','55166LOSNsa','检测到旧配置文件,正在自动升级...\x0a','map'];a94_0x469f=function(){return _0xa25804;};return a94_0x469f();}import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{existsSync}from'node:fs';import{resolve}from'node:path';import{validateAppcode}from'../../commands/common/validate.js';import{promptCustomAppcode,selectMultipleApps}from'../../commands/common/app-selector.js';import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0x337993){return{'appCode':_0x337993,'appName':_0x337993};}function a94_0x5343(_0x3acaf0,_0x4d23a0){_0x3acaf0=_0x3acaf0-0x6b;const _0x469fa7=a94_0x469f();let _0x53437a=_0x469fa7[_0x3acaf0];return _0x53437a;}function writeInitConfig(_0x5ae18d,_0x24efc5,_0x2762a0){const _0x1e51c9=a94_0x5343,_0x357059=resolveWriteConfigPath(_0x5ae18d),_0x6c9b15=buildCanonicalProjectConfig({},{'appCodes':_0x24efc5[_0x1e51c9(0x72)](_0x3c5630=>_0x3c5630['appCode']),'env':_0x2762a0,'metadata':{'version':getCliVersion(),'createdAt':new Date()['toLocaleString']()}});writeConfigFile(_0x357059,_0x6c9b15);const _0x1b2554=_0x5ae18d===_0x1e51c9(0x97)?_0x1e51c9(0x97):_0x1e51c9(0x89);console[_0x1e51c9(0x6c)](_0x1e51c9(0x7b)+_0x1b2554+'\x20config'),console[_0x1e51c9(0x6c)](_0x1e51c9(0x74)+_0x24efc5[_0x1e51c9(0x72)](_0x1d1502=>_0x1d1502[_0x1e51c9(0x73)])[_0x1e51c9(0x8f)](',\x20')),console[_0x1e51c9(0x6c)](_0x1e51c9(0x95)+_0x6c9b15[_0x1e51c9(0x98)]),console['log'](_0x1e51c9(0x8a)+_0x6c9b15[_0x1e51c9(0x80)]),console[_0x1e51c9(0x6c)](_0x1e51c9(0x8d)+_0x357059);}async function runSmartInit(_0xc2ef2a){const _0x4b62c5=a94_0x5343,_0x361912=process['cwd'](),_0x44f9d0=_0xc2ef2a['bool'](_0x4b62c5(0x97))?_0x4b62c5(0x97):'project',_0x162a6d=_0xc2ef2a[_0x4b62c5(0x94)](_0x4b62c5(0x80))||_0x4b62c5(0x9a),_0x200905=_0xc2ef2a[_0x4b62c5(0x94)](_0x4b62c5(0x90))||undefined;if(_0x44f9d0===_0x4b62c5(0x89)){const _0x1bf915=existsSync(resolve(_0x361912,NEW_CONFIG_NAME)),_0x26c959=LEGACY_CONFIG_NAMES[_0x4b62c5(0x77)](_0x49651a=>existsSync(resolve(_0x361912,_0x49651a)));if(_0x26c959&&!_0x1bf915)return console[_0x4b62c5(0x6c)](_0x4b62c5(0x71)),upgradeApp(_0xc2ef2a[_0x4b62c5(0x99)],{'yes':_0xc2ef2a[_0x4b62c5(0x8b)](_0x4b62c5(0x7a))});if(_0x1bf915)throw CliErrors[_0x4b62c5(0x82)](_0x4b62c5(0x84),_0x4b62c5(0x8e)+CLI_BIN_NAME+_0x4b62c5(0x7f));}if(_0x200905){const _0x43b625=validateAppcode(_0x200905);if(!_0x43b625['valid'])throw CliErrors[_0x4b62c5(0x82)](_0x43b625[_0x4b62c5(0x96)]);writeInitConfig(_0x44f9d0,[syntheticApp(_0x200905)],_0x162a6d);return;}if(_0xc2ef2a[_0x4b62c5(0x99)])throw CliErrors['flagMissing'](_0x4b62c5(0x90),_0x4b62c5(0x7c)+CLI_BIN_NAME+_0x4b62c5(0x7d));const _0x594605=getCookie(),_0x46a730=await selectMultipleApps(_0x594605),_0x57cd5b=_0x46a730===_0x4b62c5(0x6d)?[syntheticApp(await promptCustomAppcode())]:_0x46a730;writeInitConfig(_0x44f9d0,_0x57cd5b,_0x162a6d);}const initFlags=[{'name':a94_0x18fc21(0x97),'type':'boolean','description':a94_0x18fc21(0x92),'default':![]},{'name':a94_0x18fc21(0x80),'type':'string','description':a94_0x18fc21(0x78),'default':a94_0x18fc21(0x9a),'enum':[...RABETBASE_ENV_VALUES]},{'name':a94_0x18fc21(0x90),'type':a94_0x18fc21(0x6f),'description':a94_0x18fc21(0x8c)},{'name':a94_0x18fc21(0x7a),'type':a94_0x18fc21(0x75),'description':a94_0x18fc21(0x91),'default':![]}];export const initDefinitions=[{'service':a94_0x18fc21(0x7e),'command':'run','description':a94_0x18fc21(0x76),'risk':a94_0x18fc21(0x81),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x1b1a42){return await runSmartInit(_0x1b1a42),{'ok':!![]};}}];
@@ -1 +1 @@
1
- (function(_0x11dcab,_0x2aecb3){const _0xa8baf6=a95_0x5f01,_0x31de20=_0x11dcab();while(!![]){try{const _0x1cc1b4=-parseInt(_0xa8baf6(0x157))/0x1+-parseInt(_0xa8baf6(0x15e))/0x2+parseInt(_0xa8baf6(0x159))/0x3*(parseInt(_0xa8baf6(0x15f))/0x4)+parseInt(_0xa8baf6(0x160))/0x5+parseInt(_0xa8baf6(0x15d))/0x6*(parseInt(_0xa8baf6(0x15c))/0x7)+-parseInt(_0xa8baf6(0x15b))/0x8*(-parseInt(_0xa8baf6(0x158))/0x9)+parseInt(_0xa8baf6(0x15a))/0xa;if(_0x1cc1b4===_0x2aecb3)break;else _0x31de20['push'](_0x31de20['shift']());}catch(_0x2c0890){_0x31de20['push'](_0x31de20['shift']());}}}(a95_0x5282,0xb842f));function a95_0x5f01(_0x36cbc4,_0x4baeb7){_0x36cbc4=_0x36cbc4-0x157;const _0x528295=a95_0x5282();let _0x5f016f=_0x528295[_0x36cbc4];return _0x5f016f;}import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];function a95_0x5282(){const _0x26ea98=['1608864qKyLjm','154064CvRkqa','2287905vfnIrL','1365880eFceXA','1314GEIqDh','3wZbeed','10033120ETKEHu','18752gpqHBF','1263983HJXzTY','36zLZquI'];a95_0x5282=function(){return _0x26ea98;};return a95_0x5282();}
1
+ (function(_0x500a25,_0x539efa){const _0x39b887=a95_0x3742,_0x415513=_0x500a25();while(!![]){try{const _0x32d226=-parseInt(_0x39b887(0x1f4))/0x1*(parseInt(_0x39b887(0x1ef))/0x2)+-parseInt(_0x39b887(0x1f3))/0x3*(parseInt(_0x39b887(0x1e9))/0x4)+parseInt(_0x39b887(0x1f2))/0x5*(-parseInt(_0x39b887(0x1f0))/0x6)+parseInt(_0x39b887(0x1ee))/0x7*(-parseInt(_0x39b887(0x1eb))/0x8)+-parseInt(_0x39b887(0x1ed))/0x9+-parseInt(_0x39b887(0x1ea))/0xa*(-parseInt(_0x39b887(0x1ec))/0xb)+parseInt(_0x39b887(0x1f1))/0xc;if(_0x32d226===_0x539efa)break;else _0x415513['push'](_0x415513['shift']());}catch(_0x30e7e9){_0x415513['push'](_0x415513['shift']());}}}(a95_0x356a,0xaf7b9));import{issueReport}from'../../commands/issue/report.js';function a95_0x3742(_0x1cd1f8,_0x52adbf){_0x1cd1f8=_0x1cd1f8-0x1e9;const _0x356a6f=a95_0x356a();let _0x37420e=_0x356a6f[_0x1cd1f8];return _0x37420e;}function a95_0x356a(){const _0x1e3c26=['3099LpwJPc','11bleZyt','4304uxVJLJ','8950MGRhvy','8VREIGZ','3740plYZHT','6432570YCuomd','3595711whAYTM','79072KbBGyv','185676iDaaUc','53125488ohnbig','200FIuYAO'];a95_0x356a=function(){return _0x1e3c26;};return a95_0x356a();}export const issueDefinitions=[issueReport];
@@ -1 +1 @@
1
- function a96_0xee67(_0x445b08,_0x52b61c){_0x445b08=_0x445b08-0x10e;const _0xe57f47=a96_0xe57f();let _0xee67ce=_0xe57f47[_0x445b08];return _0xee67ce;}const a96_0x35ff73=a96_0xee67;(function(_0x52a356,_0x2c2cfd){const _0x29302c=a96_0xee67,_0x32b6dc=_0x52a356();while(!![]){try{const _0x44b871=-parseInt(_0x29302c(0x12b))/0x1+-parseInt(_0x29302c(0x11e))/0x2*(parseInt(_0x29302c(0x11b))/0x3)+-parseInt(_0x29302c(0x111))/0x4*(parseInt(_0x29302c(0x118))/0x5)+parseInt(_0x29302c(0x125))/0x6+-parseInt(_0x29302c(0x112))/0x7*(parseInt(_0x29302c(0x12e))/0x8)+-parseInt(_0x29302c(0x117))/0x9+parseInt(_0x29302c(0x12c))/0xa*(parseInt(_0x29302c(0x114))/0xb);if(_0x44b871===_0x2c2cfd)break;else _0x32b6dc['push'](_0x32b6dc['shift']());}catch(_0x3d261a){_0x32b6dc['push'](_0x32b6dc['shift']());}}}(a96_0xe57f,0xef6ac));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV='RABETBASE_DISABLE_ISSUE_NUDGE';const NUDGE_SUPPRESSED_CODES=new Set(['cancelled',a96_0x35ff73(0x123),a96_0x35ff73(0x129),'not_in_project','unknown_command','flag_missing',a96_0x35ff73(0x116),a96_0x35ff73(0x122)]),defaultWriter=_0x35a9a5=>{const _0x29aabc=a96_0x35ff73;process[_0x29aabc(0x127)]['write'](_0x35a9a5);};function a96_0xe57f(){const _0x4d3c7a=['network_error','auth_required','message','6928062fGZZvm','\x20bug?\x20Help\x20us\x20fix\x20it:','stderr','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','config_missing','Hit\x20a\x20','1714557sXuxcc','49942730wXHJuO','\x20\x20Set\x20','27992hICBZs','trim','report','code','command','1448seqsGp','749xliVBq','join','11msNewt','issue','validation_error','13785291gploIc','9655pBlVHb','=1\x20to\x20silence\x20this\x20hint.','replace','6753JIemeJ','length','\x20\x20\x20\x20--title\x20\x22','754KFDVNW','has','slice','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22'];a96_0xe57f=function(){return _0x4d3c7a;};return a96_0xe57f();}export function shouldNudgeForError(_0x2399fc,_0x16f745){const _0x43d598=a96_0x35ff73;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x16f745['service']===_0x43d598(0x115)&&_0x16f745['command']===_0x43d598(0x10e))return![];if(_0x2399fc instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x43d598(0x11f)](_0x2399fc[_0x43d598(0x10f)]);return!![];}export function printIssueReportNudgeForError(_0x4b70ae,_0x47bdb6,_0x3a0606=defaultWriter){if(!shouldNudgeForError(_0x4b70ae,_0x47bdb6))return;const _0x37220a=buildSuggestedTitle(_0x4b70ae,_0x47bdb6);_0x3a0606(formatNudge(_0x37220a));}function buildSuggestedTitle(_0x5c169d,_0x2f2945){const _0x517248=a96_0x35ff73,_0x3824da=_0x5c169d instanceof Error?_0x5c169d[_0x517248(0x124)]:String(_0x5c169d),_0x4414e1=_0x3824da['replace'](/[\r\n]+/g,'\x20')['replace'](/\s+/g,'\x20')[_0x517248(0x12f)]()[_0x517248(0x120)](0x0,0x78)[_0x517248(0x11a)](/"/g,'\x5c\x22'),_0x4581a0=CLI_BIN_NAME+'\x20'+_0x2f2945['service']+'\x20'+_0x2f2945[_0x517248(0x110)];return _0x4414e1[_0x517248(0x11c)]>0x0?_0x4581a0+':\x20'+_0x4414e1:_0x4581a0;}function formatNudge(_0x4814b3){const _0x185566=a96_0x35ff73;return['',_0x185566(0x12a)+CLI_BIN_NAME+_0x185566(0x126),'\x20\x20'+CLI_BIN_NAME+'\x20issue\x20report\x20\x5c',_0x185566(0x11d)+_0x4814b3+'\x22\x20\x5c',_0x185566(0x121),_0x185566(0x128),_0x185566(0x12d)+NUDGE_OPT_OUT_ENV+_0x185566(0x119),''][_0x185566(0x113)]('\x0a');}
1
+ const a96_0x5132d5=a96_0x11ea;(function(_0x51f07d,_0x59c51d){const _0x1d2412=a96_0x11ea,_0x582b5d=_0x51f07d();while(!![]){try{const _0x3fe26a=parseInt(_0x1d2412(0x1e6))/0x1*(parseInt(_0x1d2412(0x1dd))/0x2)+-parseInt(_0x1d2412(0x1e9))/0x3+-parseInt(_0x1d2412(0x1e8))/0x4*(parseInt(_0x1d2412(0x1e0))/0x5)+parseInt(_0x1d2412(0x1de))/0x6*(parseInt(_0x1d2412(0x1da))/0x7)+parseInt(_0x1d2412(0x1cd))/0x8*(-parseInt(_0x1d2412(0x1d1))/0x9)+parseInt(_0x1d2412(0x1d2))/0xa+parseInt(_0x1d2412(0x1e7))/0xb;if(_0x3fe26a===_0x59c51d)break;else _0x582b5d['push'](_0x582b5d['shift']());}catch(_0x20b1e2){_0x582b5d['push'](_0x582b5d['shift']());}}}(a96_0x10b0,0xaec57));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a96_0x5132d5(0x1e3);const NUDGE_SUPPRESSED_CODES=new Set(['cancelled',a96_0x5132d5(0x1d6),'config_missing','not_in_project','unknown_command',a96_0x5132d5(0x1e5),a96_0x5132d5(0x1c9),a96_0x5132d5(0x1cc)]),defaultWriter=_0xcf516d=>{const _0x1e244d=a96_0x5132d5;process[_0x1e244d(0x1d4)][_0x1e244d(0x1cf)](_0xcf516d);};export function shouldNudgeForError(_0x5e78c6,_0x238c7f){const _0x964679=a96_0x5132d5;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x238c7f[_0x964679(0x1c8)]==='issue'&&_0x238c7f[_0x964679(0x1dc)]===_0x964679(0x1e1))return![];if(_0x5e78c6 instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x964679(0x1cb)](_0x5e78c6[_0x964679(0x1db)]);return!![];}export function printIssueReportNudgeForError(_0x3e4aa8,_0x1cad75,_0x912cf5=defaultWriter){if(!shouldNudgeForError(_0x3e4aa8,_0x1cad75))return;const _0xdb8813=buildSuggestedTitle(_0x3e4aa8,_0x1cad75);_0x912cf5(formatNudge(_0xdb8813));}function a96_0x11ea(_0xc5e353,_0x31600e){_0xc5e353=_0xc5e353-0x1c8;const _0x10b059=a96_0x10b0();let _0x11eacc=_0x10b059[_0xc5e353];return _0x11eacc;}function buildSuggestedTitle(_0x3ca021,_0xd54cec){const _0x33b640=a96_0x5132d5,_0x17641f=_0x3ca021 instanceof Error?_0x3ca021['message']:String(_0x3ca021),_0x5472b8=_0x17641f[_0x33b640(0x1d0)](/[\r\n]+/g,'\x20')[_0x33b640(0x1d0)](/\s+/g,'\x20')[_0x33b640(0x1d5)]()[_0x33b640(0x1d9)](0x0,0x78)[_0x33b640(0x1d0)](/"/g,'\x5c\x22'),_0x2fa775=CLI_BIN_NAME+'\x20'+_0xd54cec[_0x33b640(0x1c8)]+'\x20'+_0xd54cec[_0x33b640(0x1dc)];return _0x5472b8['length']>0x0?_0x2fa775+':\x20'+_0x5472b8:_0x2fa775;}function a96_0x10b0(){const _0x148241=['12398830LKucAs','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','stderr','trim','auth_required','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','\x22\x20\x5c','slice','3388YDOKAm','code','command','6388JOFasi','654QbLbZB','\x20issue\x20report\x20\x5c','795185wuTfdo','report','\x20bug?\x20Help\x20us\x20fix\x20it:','RABETBASE_DISABLE_ISSUE_NUDGE','Hit\x20a\x20','flag_missing','172GXTHeU','6459343UQvGBw','24Aeoatd','1638399nciicQ','service','validation_error','\x20\x20\x20\x20--title\x20\x22','has','network_error','16ieEKcv','join','write','replace','958509fIwnsM'];a96_0x10b0=function(){return _0x148241;};return a96_0x10b0();}function formatNudge(_0x49e703){const _0x265d76=a96_0x5132d5;return['',_0x265d76(0x1e4)+CLI_BIN_NAME+_0x265d76(0x1e2),'\x20\x20'+CLI_BIN_NAME+_0x265d76(0x1df),_0x265d76(0x1ca)+_0x49e703+_0x265d76(0x1d8),_0x265d76(0x1d3),_0x265d76(0x1d7),'\x20\x20Set\x20'+NUDGE_OPT_OUT_ENV+'=1\x20to\x20silence\x20this\x20hint.',''][_0x265d76(0x1ce)]('\x0a');}
@@ -1 +1 @@
1
- const a97_0x4baaeb=a97_0x31a4;(function(_0x165894,_0x3b79e2){const _0x1fd538=a97_0x31a4,_0x1741cb=_0x165894();while(!![]){try{const _0x445247=-parseInt(_0x1fd538(0x148))/0x1+-parseInt(_0x1fd538(0x154))/0x2+parseInt(_0x1fd538(0x160))/0x3+-parseInt(_0x1fd538(0x12f))/0x4*(parseInt(_0x1fd538(0x15f))/0x5)+parseInt(_0x1fd538(0x135))/0x6*(parseInt(_0x1fd538(0x13e))/0x7)+parseInt(_0x1fd538(0x14b))/0x8+parseInt(_0x1fd538(0x14a))/0x9;if(_0x445247===_0x3b79e2)break;else _0x1741cb['push'](_0x1741cb['shift']());}catch(_0x20c8cb){_0x1741cb['push'](_0x1741cb['shift']());}}}(a97_0x4a8e,0x3996f));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';import{sanitizeIssueDescription}from'../../commands/issue/shared.js';import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG='description-file';export const issueReport={'service':a97_0x4baaeb(0x151),'command':a97_0x4baaeb(0x144),'description':a97_0x4baaeb(0x140),'risk':a97_0x4baaeb(0x155),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x4baaeb(0x161),'flags':[{'name':a97_0x4baaeb(0x143),'type':a97_0x4baaeb(0x147),'required':!![],'description':'One-line\x20issue\x20summary'},{'name':'description','type':a97_0x4baaeb(0x147),'description':a97_0x4baaeb(0x14c)},{'name':DESCRIPTION_FILE_FLAG,'type':a97_0x4baaeb(0x147),'description':a97_0x4baaeb(0x13d)}],async 'validate'(_0x5cfa8f){const _0x210233=a97_0x4baaeb,_0x17c679=_0x5cfa8f[_0x210233(0x13a)](_0x210233(0x143))['trim'](),_0x316f6f=_0x5cfa8f[_0x210233(0x13a)]('description')['trim'](),_0x2e36a6=_0x5cfa8f['str'](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x17c679)throw CliErrors['flagMissing'](_0x210233(0x143),_0x210233(0x145));const _0x54ed51=_0x316f6f[_0x210233(0x158)]>0x0,_0x140863=_0x2e36a6[_0x210233(0x158)]>0x0;if(_0x54ed51===_0x140863)throw CliErrors[_0x210233(0x153)](_0x210233(0x15b),_0x210233(0x137));if(_0x140863){const _0x5c252f=resolve(process['cwd'](),_0x2e36a6);if(!existsSync(_0x5c252f))throw CliErrors[_0x210233(0x153)]('File\x20not\x20found:\x20'+_0x5c252f);}},async 'dryRun'(_0x6508db){const _0x174d1c=a97_0x4baaeb,_0x1045be=await prepareIssueReport(_0x6508db);return{'method':_0x174d1c(0x136),'url':_0x174d1c(0x134)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x1045be[_0x174d1c(0x143)],'issue.description':_0x1045be['description'],'issue.description_original_bytes':_0x1045be[_0x174d1c(0x141)][_0x174d1c(0x15c)],'issue.description_truncated':_0x1045be['sanitize']['truncated'],'issue.description_redactions':_0x1045be[_0x174d1c(0x141)][_0x174d1c(0x132)],'issue.description_redaction_kinds':_0x1045be[_0x174d1c(0x141)][_0x174d1c(0x156)][_0x174d1c(0x146)](',')}},'description':['Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','descriptionSource:\x20'+_0x1045be['descriptionSource'],_0x1045be[_0x174d1c(0x14e)]?_0x174d1c(0x150)+_0x1045be[_0x174d1c(0x14e)]:null,_0x1045be['sanitize'][_0x174d1c(0x130)]?'truncated:\x20original\x20'+_0x1045be['sanitize'][_0x174d1c(0x15c)]+_0x174d1c(0x168):null,_0x1045be[_0x174d1c(0x141)][_0x174d1c(0x132)]>0x0?_0x174d1c(0x159)+_0x1045be[_0x174d1c(0x141)]['redactionCount']+'\x20('+_0x1045be['sanitize'][_0x174d1c(0x156)]['join'](',\x20')+')':null]['filter'](Boolean)['join']('\x0a')};},async 'execute'(_0x120f7a){const _0x457919=a97_0x4baaeb,_0x1d2842=await prepareIssueReport(_0x120f7a);try{await sendPlatformIssueCollectLog({'title':_0x1d2842[_0x457919(0x143)],'description':_0x1d2842[_0x457919(0x15a)],'sanitize':{'originalBytes':_0x1d2842['sanitize'][_0x457919(0x15c)],'truncated':_0x1d2842['sanitize'][_0x457919(0x130)],'redactionCount':_0x1d2842[_0x457919(0x141)]['redactionCount'],'redactionKinds':_0x1d2842[_0x457919(0x141)][_0x457919(0x156)]}});}catch(_0x3fd3b2){throw CliErrors[_0x457919(0x14d)](_0x457919(0x152)+(_0x3fd3b2 instanceof Error?_0x3fd3b2[_0x457919(0x165)]:String(_0x3fd3b2)),_0x457919(0x14f));}return{'ok':!![],'message':buildResultMessage(_0x1d2842[_0x457919(0x141)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x457919(0x163),_0x457919(0x166),_0x457919(0x162),_0x457919(0x13b),_0x457919(0x13c),'issue.description_redaction_kinds'],'issue':{'title':_0x1d2842[_0x457919(0x143)],'descriptionLength':_0x1d2842['description']['length'],'descriptionSource':_0x1d2842[_0x457919(0x13f)],..._0x1d2842[_0x457919(0x14e)]?{'descriptionFile':_0x1d2842[_0x457919(0x14e)]}:{},'sanitize':{'originalBytes':_0x1d2842[_0x457919(0x141)][_0x457919(0x15c)],'truncated':_0x1d2842[_0x457919(0x141)][_0x457919(0x130)],'redactions':_0x1d2842[_0x457919(0x141)][_0x457919(0x132)],'redactionKinds':_0x1d2842[_0x457919(0x141)]['redactionKinds']}}}};}};function buildResultMessage(_0xefef56){const _0x2616c6=a97_0x4baaeb,_0x4f0edb=[];return _0xefef56[_0x2616c6(0x130)]&&_0x4f0edb['push'](_0x2616c6(0x157)+_0xefef56[_0x2616c6(0x15c)]+_0x2616c6(0x168)),_0xefef56[_0x2616c6(0x132)]>0x0&&_0x4f0edb[_0x2616c6(0x149)](_0x2616c6(0x167)+_0xefef56[_0x2616c6(0x132)]+_0x2616c6(0x131)+_0xefef56[_0x2616c6(0x156)][_0x2616c6(0x146)](',\x20')),_0x4f0edb[_0x2616c6(0x158)]===0x0?'Platform\x20issue\x20reported':_0x2616c6(0x15d)+_0x4f0edb[_0x2616c6(0x146)](';\x20')+')';}function a97_0x31a4(_0x44a563,_0x314b03){_0x44a563=_0x44a563-0x12f;const _0x4a8ef3=a97_0x4a8e();let _0x31a442=_0x4a8ef3[_0x44a563];return _0x31a442;}async function prepareIssueReport(_0x4233c1){const _0x1ffee4=a97_0x4baaeb,_0x32a2be=_0x4233c1[_0x1ffee4(0x13a)]('title')[_0x1ffee4(0x15e)](),_0x24d700=_0x4233c1['str'](_0x1ffee4(0x15a)),_0x536d56=_0x4233c1[_0x1ffee4(0x13a)](DESCRIPTION_FILE_FLAG)[_0x1ffee4(0x15e)]();if(!_0x536d56){const _0x38ba18=_0x24d700;if(!_0x38ba18['trim']())throw CliErrors[_0x1ffee4(0x153)]('Issue\x20description\x20cannot\x20be\x20empty.','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.');const _0x5d7343=sanitizeIssueDescription(_0x38ba18);return{'title':_0x32a2be,'description':_0x5d7343[_0x1ffee4(0x15a)],'descriptionSource':_0x1ffee4(0x138),'sanitize':_0x5d7343};}const _0x2c7c53=resolve(process[_0x1ffee4(0x142)](),_0x536d56),_0x5dadce=await readFile(_0x2c7c53,_0x1ffee4(0x139));if(!_0x5dadce['trim']())throw CliErrors[_0x1ffee4(0x153)](_0x1ffee4(0x164)+_0x2c7c53,_0x1ffee4(0x133));const _0x14f4ef=sanitizeIssueDescription(_0x5dadce);return{'title':_0x32a2be,'description':_0x14f4ef[_0x1ffee4(0x15a)],'descriptionSource':_0x1ffee4(0x169),'descriptionFilePath':_0x2c7c53,'sanitize':_0x14f4ef};}function a97_0x4a8e(){const _0x439f95=['descriptionSource','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','sanitize','cwd','title','report','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','join','string','300595tBYeHn','push','10413549MeKbWD','1477800ugcEzu','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','apiError','descriptionFilePath','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','descriptionFile:\x20','issue','Failed\x20to\x20report\x20platform\x20issue:\x20','validation','927550CtKxPk','write','redactionKinds','truncated\x20from\x20','length','redactions:\x20','description','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','originalBytes','Platform\x20issue\x20reported\x20(','trim','1107235vLGNie','14742lWSQes','compress','issue.description_original_bytes','issue.title','Issue\x20description\x20file\x20is\x20empty:\x20','message','issue.description','redacted\x20','\x20bytes','file','8GFbJmv','truncated','\x20secret(s):\x20','redactionCount','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','otel://','578706GsxOdx','POST','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','inline','utf8','str','issue.description_truncated','issue.description_redactions','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','7VPRnDJ'];a97_0x4a8e=function(){return _0x439f95;};return a97_0x4a8e();}
1
+ const a97_0x200a79=a97_0x4b30;(function(_0x5a8058,_0x573fcb){const _0x4a8dc3=a97_0x4b30,_0x507670=_0x5a8058();while(!![]){try{const _0x13a678=-parseInt(_0x4a8dc3(0xc3))/0x1+parseInt(_0x4a8dc3(0xb6))/0x2+-parseInt(_0x4a8dc3(0xd5))/0x3+parseInt(_0x4a8dc3(0xdb))/0x4*(-parseInt(_0x4a8dc3(0xc6))/0x5)+-parseInt(_0x4a8dc3(0xb1))/0x6+-parseInt(_0x4a8dc3(0xd7))/0x7+-parseInt(_0x4a8dc3(0xc1))/0x8*(-parseInt(_0x4a8dc3(0xc4))/0x9);if(_0x13a678===_0x573fcb)break;else _0x507670['push'](_0x507670['shift']());}catch(_0x222ce2){_0x507670['push'](_0x507670['shift']());}}}(a97_0x3f30,0xa4bc4));function a97_0x4b30(_0x5a0308,_0x43f09f){_0x5a0308=_0x5a0308-0xaf;const _0x3f30b8=a97_0x3f30();let _0x4b30ae=_0x3f30b8[_0x5a0308];return _0x4b30ae;}import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';import{sanitizeIssueDescription}from'../../commands/issue/shared.js';function a97_0x3f30(){const _0x3d5c37=['cwd','\x20bytes','length','str','apiError','Failed\x20to\x20report\x20platform\x20issue:\x20','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','File\x20not\x20found:\x20','trim','issue.description_redactions','descriptionFile:\x20','description','One-line\x20issue\x20summary','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','Issue\x20description\x20cannot\x20be\x20empty.','5308128vBJLwG','Platform\x20issue\x20reported\x20(','redactionCount','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','truncated:\x20original\x20','579108GXGWaF','descriptionSource','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','string','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','issue.description_original_bytes','truncated','issue.title','file','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','issue','686728xfzzOF','compress','855609hmHdEz','369dSkBCO','validation','35ZSuFBv','issue.description_redaction_kinds','redactions:\x20','POST','truncated\x20from\x20','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','join','write','originalBytes','descriptionFilePath','sanitize','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','utf8','title','descriptionSource:\x20','835836RiGEkC','redactionKinds','937888QxHuhq','flagMissing','issue.description_truncated','push','560792ZgoGrE','description-file','issue.description'];a97_0x3f30=function(){return _0x3d5c37;};return a97_0x3f30();}import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG=a97_0x200a79(0xdc);export const issueReport={'service':a97_0x200a79(0xc0),'command':'report','description':'Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','risk':a97_0x200a79(0xcd),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x200a79(0xc2),'flags':[{'name':a97_0x200a79(0xd3),'type':a97_0x200a79(0xb9),'required':!![],'description':a97_0x200a79(0xea)},{'name':a97_0x200a79(0xe9),'type':a97_0x200a79(0xb9),'description':a97_0x200a79(0xb4)},{'name':DESCRIPTION_FILE_FLAG,'type':'string','description':a97_0x200a79(0xaf)}],async 'validate'(_0xd9713a){const _0x517a3e=a97_0x200a79,_0x47c1d2=_0xd9713a[_0x517a3e(0xe1)](_0x517a3e(0xd3))['trim'](),_0x448a96=_0xd9713a[_0x517a3e(0xe1)]('description')[_0x517a3e(0xe6)](),_0x239193=_0xd9713a['str'](DESCRIPTION_FILE_FLAG)[_0x517a3e(0xe6)]();if(!_0x47c1d2)throw CliErrors[_0x517a3e(0xd8)](_0x517a3e(0xd3),'Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.');const _0x42cedc=_0x448a96[_0x517a3e(0xe0)]>0x0,_0x4cdc13=_0x239193[_0x517a3e(0xe0)]>0x0;if(_0x42cedc===_0x4cdc13)throw CliErrors[_0x517a3e(0xc5)](_0x517a3e(0xba),_0x517a3e(0xd1));if(_0x4cdc13){const _0x5d5ee2=resolve(process[_0x517a3e(0xde)](),_0x239193);if(!existsSync(_0x5d5ee2))throw CliErrors[_0x517a3e(0xc5)](_0x517a3e(0xe5)+_0x5d5ee2);}},async 'dryRun'(_0x5670cc){const _0x463d51=a97_0x200a79,_0x398032=await prepareIssueReport(_0x5670cc);return{'method':_0x463d51(0xc9),'url':'otel://'+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x398032[_0x463d51(0xd3)],'issue.description':_0x398032[_0x463d51(0xe9)],'issue.description_original_bytes':_0x398032['sanitize'][_0x463d51(0xce)],'issue.description_truncated':_0x398032[_0x463d51(0xd0)]['truncated'],'issue.description_redactions':_0x398032[_0x463d51(0xd0)][_0x463d51(0xb3)],'issue.description_redaction_kinds':_0x398032['sanitize'][_0x463d51(0xd6)][_0x463d51(0xcc)](',')}},'description':[_0x463d51(0xe4),_0x463d51(0xd4)+_0x398032['descriptionSource'],_0x398032[_0x463d51(0xcf)]?_0x463d51(0xe8)+_0x398032[_0x463d51(0xcf)]:null,_0x398032['sanitize'][_0x463d51(0xbc)]?_0x463d51(0xb5)+_0x398032[_0x463d51(0xd0)][_0x463d51(0xce)]+_0x463d51(0xdf):null,_0x398032['sanitize'][_0x463d51(0xb3)]>0x0?_0x463d51(0xc8)+_0x398032[_0x463d51(0xd0)][_0x463d51(0xb3)]+'\x20('+_0x398032['sanitize'][_0x463d51(0xd6)][_0x463d51(0xcc)](',\x20')+')':null]['filter'](Boolean)[_0x463d51(0xcc)]('\x0a')};},async 'execute'(_0x491329){const _0x1d2c80=a97_0x200a79,_0x3d4c81=await prepareIssueReport(_0x491329);try{await sendPlatformIssueCollectLog({'title':_0x3d4c81[_0x1d2c80(0xd3)],'description':_0x3d4c81[_0x1d2c80(0xe9)],'sanitize':{'originalBytes':_0x3d4c81[_0x1d2c80(0xd0)][_0x1d2c80(0xce)],'truncated':_0x3d4c81[_0x1d2c80(0xd0)][_0x1d2c80(0xbc)],'redactionCount':_0x3d4c81['sanitize'][_0x1d2c80(0xb3)],'redactionKinds':_0x3d4c81[_0x1d2c80(0xd0)]['redactionKinds']}});}catch(_0x5c8a65){throw CliErrors[_0x1d2c80(0xe2)](_0x1d2c80(0xe3)+(_0x5c8a65 instanceof Error?_0x5c8a65['message']:String(_0x5c8a65)),_0x1d2c80(0xcb));}return{'ok':!![],'message':buildResultMessage(_0x3d4c81[_0x1d2c80(0xd0)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x1d2c80(0xbd),_0x1d2c80(0xdd),_0x1d2c80(0xbb),_0x1d2c80(0xd9),_0x1d2c80(0xe7),_0x1d2c80(0xc7)],'issue':{'title':_0x3d4c81[_0x1d2c80(0xd3)],'descriptionLength':_0x3d4c81['description'][_0x1d2c80(0xe0)],'descriptionSource':_0x3d4c81[_0x1d2c80(0xb7)],..._0x3d4c81[_0x1d2c80(0xcf)]?{'descriptionFile':_0x3d4c81[_0x1d2c80(0xcf)]}:{},'sanitize':{'originalBytes':_0x3d4c81[_0x1d2c80(0xd0)][_0x1d2c80(0xce)],'truncated':_0x3d4c81[_0x1d2c80(0xd0)]['truncated'],'redactions':_0x3d4c81[_0x1d2c80(0xd0)][_0x1d2c80(0xb3)],'redactionKinds':_0x3d4c81[_0x1d2c80(0xd0)]['redactionKinds']}}}};}};function buildResultMessage(_0x33644f){const _0x2599e4=a97_0x200a79,_0x9afd5e=[];return _0x33644f['truncated']&&_0x9afd5e[_0x2599e4(0xda)](_0x2599e4(0xca)+_0x33644f[_0x2599e4(0xce)]+_0x2599e4(0xdf)),_0x33644f[_0x2599e4(0xb3)]>0x0&&_0x9afd5e[_0x2599e4(0xda)]('redacted\x20'+_0x33644f['redactionCount']+'\x20secret(s):\x20'+_0x33644f[_0x2599e4(0xd6)][_0x2599e4(0xcc)](',\x20')),_0x9afd5e[_0x2599e4(0xe0)]===0x0?'Platform\x20issue\x20reported':_0x2599e4(0xb2)+_0x9afd5e[_0x2599e4(0xcc)](';\x20')+')';}async function prepareIssueReport(_0x2b3706){const _0x11fdc6=a97_0x200a79,_0x3a6acb=_0x2b3706[_0x11fdc6(0xe1)](_0x11fdc6(0xd3))[_0x11fdc6(0xe6)](),_0x1ed1e1=_0x2b3706[_0x11fdc6(0xe1)]('description'),_0x36def5=_0x2b3706[_0x11fdc6(0xe1)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x36def5){const _0x53a1f9=_0x1ed1e1;if(!_0x53a1f9[_0x11fdc6(0xe6)]())throw CliErrors[_0x11fdc6(0xc5)](_0x11fdc6(0xb0),_0x11fdc6(0xb8));const _0x462a0e=sanitizeIssueDescription(_0x53a1f9);return{'title':_0x3a6acb,'description':_0x462a0e[_0x11fdc6(0xe9)],'descriptionSource':'inline','sanitize':_0x462a0e};}const _0x155f86=resolve(process[_0x11fdc6(0xde)](),_0x36def5),_0x3eda8a=await readFile(_0x155f86,_0x11fdc6(0xd2));if(!_0x3eda8a[_0x11fdc6(0xe6)]())throw CliErrors[_0x11fdc6(0xc5)]('Issue\x20description\x20file\x20is\x20empty:\x20'+_0x155f86,_0x11fdc6(0xbf));const _0x1e7644=sanitizeIssueDescription(_0x3eda8a);return{'title':_0x3a6acb,'description':_0x1e7644['description'],'descriptionSource':_0x11fdc6(0xbe),'descriptionFilePath':_0x155f86,'sanitize':_0x1e7644};}
@@ -1 +1 @@
1
- function a98_0x5ed9(){const _0x2ce1ff=['__RB_OSS_ID_','slice','12WGRZwf','94128uAdfGP','length','replace','REDACTED:access-key','access-key','pattern','REDACTED:cookie','string','byteLength','46127rAkyXI','bearer-jwt','251944xSYLio','8zxaNgm','REDACTED:authorization','cookie','REDACTED:private-key','kind','restore','push','includes','557578weXgQg','9243BxxNZL','label','utf8','910340QcNbMh','7780RhCHTS','REDACTED:password','560742aqZill'];a98_0x5ed9=function(){return _0x2ce1ff;};return a98_0x5ed9();}const a98_0x2cee63=a98_0x599a;(function(_0xb8242c,_0x1d2156){const _0x445fb2=a98_0x599a,_0x2b3997=_0xb8242c();while(!![]){try{const _0x1755ef=-parseInt(_0x445fb2(0x147))/0x1+-parseInt(_0x445fb2(0x149))/0x2+parseInt(_0x445fb2(0x159))/0x3+parseInt(_0x445fb2(0x14a))/0x4*(-parseInt(_0x445fb2(0x156))/0x5)+parseInt(_0x445fb2(0x15c))/0x6*(-parseInt(_0x445fb2(0x152))/0x7)+-parseInt(_0x445fb2(0x15d))/0x8+-parseInt(_0x445fb2(0x153))/0x9*(-parseInt(_0x445fb2(0x157))/0xa);if(_0x1755ef===_0x1d2156)break;else _0x2b3997['push'](_0x2b3997['shift']());}catch(_0x1bafdb){_0x2b3997['push'](_0x2b3997['shift']());}}}(a98_0x5ed9,0x44053));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':a98_0x2cee63(0x14c),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a98_0x2cee63(0x163)},{'kind':'authorization','pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x2cee63(0x14b)},{'kind':'private-key','pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a98_0x2cee63(0x14d)},{'kind':a98_0x2cee63(0x161),'pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a98_0x2cee63(0x160)},{'kind':'password','pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a98_0x2cee63(0x158)},{'kind':a98_0x2cee63(0x148),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':'REDACTED:bearer-jwt'}];export function sanitizeIssueDescription(_0x562914){const _0x18e7c5=a98_0x2cee63,_0x1f6383=Buffer['byteLength'](_0x562914,_0x18e7c5(0x155)),_0x4a3c55=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x3777cf=_0x562914,_0x2966d6=0x0;const _0x98a976=[];if(!_0x4a3c55){const _0x5d1acb=protectOssAccessKeyIds(_0x3777cf);_0x3777cf=_0x5d1acb['description'];for(const _0x55bc7a of REDACTION_RULES){let _0x447a8a=0x0;_0x3777cf=_0x3777cf['replace'](_0x55bc7a[_0x18e7c5(0x162)],(_0x2717da,_0x375b66)=>{const _0x21a871=_0x18e7c5;_0x447a8a+=0x1;const _0x525338=typeof _0x375b66===_0x21a871(0x164)?_0x375b66:'';return _0x525338+'['+_0x55bc7a[_0x21a871(0x154)]+']';}),_0x447a8a>0x0&&(_0x2966d6+=_0x447a8a,!_0x98a976[_0x18e7c5(0x151)](_0x55bc7a[_0x18e7c5(0x14e)])&&_0x98a976['push'](_0x55bc7a[_0x18e7c5(0x14e)]));}_0x3777cf=_0x5d1acb[_0x18e7c5(0x14f)](_0x3777cf);}let _0x3f321c=![];if(Buffer[_0x18e7c5(0x146)](_0x3777cf,'utf8')>ISSUE_DESCRIPTION_MAX_BYTES){_0x3f321c=!![];const _0x834ab9=Buffer['byteLength'](TRUNCATION_NOTICE,_0x18e7c5(0x155)),_0xe684e6=Math['max'](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x834ab9);_0x3777cf=sliceUtf8Bytes(_0x3777cf,_0xe684e6)+TRUNCATION_NOTICE;}return{'description':_0x3777cf,'originalBytes':_0x1f6383,'truncated':_0x3f321c,'redactionCount':_0x2966d6,'redactionKinds':_0x98a976};}function a98_0x599a(_0x1ffcc0,_0x44a383){_0x1ffcc0=_0x1ffcc0-0x146;const _0x5ed94f=a98_0x5ed9();let _0x599adb=_0x5ed94f[_0x1ffcc0];return _0x599adb;}function protectOssAccessKeyIds(_0x3169eb){const _0x2ee54a=a98_0x2cee63,_0x403d41=[],_0x305239=_0x3169eb[_0x2ee54a(0x15f)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x400182,_0x4797d5)=>{const _0x40235e=_0x2ee54a,_0x2c6aa2=_0x403d41[_0x40235e(0x150)](_0x400182[_0x40235e(0x15b)](_0x4797d5[_0x40235e(0x15e)]))-0x1;return _0x4797d5+_0x40235e(0x15a)+_0x2c6aa2+'__';});return{'description':_0x305239,'restore':_0x1a9d4e=>_0x1a9d4e[_0x2ee54a(0x15f)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0xe6125,_0x5034b5,_0x202661)=>{const _0x2971e0=_0x403d41[Number(_0x202661)];return _0x2971e0===undefined?_0xe6125:''+_0x5034b5+_0x2971e0;})};}function sliceUtf8Bytes(_0x4921eb,_0xf0d85b){const _0x970d1b=a98_0x2cee63;if(_0xf0d85b<=0x0)return'';const _0x250483=Buffer['from'](_0x4921eb,_0x970d1b(0x155));if(_0x250483[_0x970d1b(0x146)]<=_0xf0d85b)return _0x4921eb;let _0x25e305=_0xf0d85b;while(_0x25e305>0x0){const _0x334971=_0x250483[_0x25e305];if(_0x334971===undefined||(_0x334971&0xc0)!==0x80)break;_0x25e305-=0x1;}return _0x250483['subarray'](0x0,_0x25e305)['toString'](_0x970d1b(0x155));}
1
+ const a98_0x1d1513=a98_0x56fd;(function(_0x48ae63,_0x364cfe){const _0x2d6bde=a98_0x56fd,_0x522ca7=_0x48ae63();while(!![]){try{const _0x563c84=parseInt(_0x2d6bde(0x1ae))/0x1+-parseInt(_0x2d6bde(0x19b))/0x2*(-parseInt(_0x2d6bde(0x1a3))/0x3)+parseInt(_0x2d6bde(0x19c))/0x4+-parseInt(_0x2d6bde(0x1ad))/0x5*(parseInt(_0x2d6bde(0x1aa))/0x6)+-parseInt(_0x2d6bde(0x1b6))/0x7+parseInt(_0x2d6bde(0x192))/0x8+-parseInt(_0x2d6bde(0x19f))/0x9;if(_0x563c84===_0x364cfe)break;else _0x522ca7['push'](_0x522ca7['shift']());}catch(_0x37e82a){_0x522ca7['push'](_0x522ca7['shift']());}}}(a98_0x1a9f,0x4a26d));function a98_0x56fd(_0x2909bb,_0x5227d8){_0x2909bb=_0x2909bb-0x191;const _0x1a9f89=a98_0x1a9f();let _0x56fdc5=_0x1a9f89[_0x2909bb];return _0x56fdc5;}function a98_0x1a9f(){const _0xaf5592=['388437PTBsCV','slice','__RB_OSS_ID_','description','kind','string','bearer-jwt','24AKhECG','REDACTED:bearer-jwt','toString','491170LYSnLF','158893MiLNNw','password','from','byteLength','utf8','pattern','label','private-key','751128UBOhGX','max','3960632DDPSWE','\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]','REDACTED:authorization','REDACTED:access-key','cookie','replace','subarray','REDACTED:password','REDACTED:cookie','2smIJPG','2112304MEzGwA','push','REDACTED:private-key','4568058NfvVmP','access-key','includes','length'];a98_0x1a9f=function(){return _0xaf5592;};return a98_0x1a9f();}export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE=a98_0x1d1513(0x193),REDACTION_RULES=[{'kind':a98_0x1d1513(0x196),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a98_0x1d1513(0x19a)},{'kind':'authorization','pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x1d1513(0x194)},{'kind':a98_0x1d1513(0x1b5),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a98_0x1d1513(0x19e)},{'kind':a98_0x1d1513(0x1a0),'pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a98_0x1d1513(0x195)},{'kind':a98_0x1d1513(0x1af),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a98_0x1d1513(0x199)},{'kind':a98_0x1d1513(0x1a9),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a98_0x1d1513(0x1ab)}];export function sanitizeIssueDescription(_0x3e8f26){const _0x2fdf59=a98_0x1d1513,_0xf613b9=Buffer[_0x2fdf59(0x1b1)](_0x3e8f26,'utf8'),_0x1561c6=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x2c1921=_0x3e8f26,_0x4d4ef0=0x0;const _0x4d36c7=[];if(!_0x1561c6){const _0x4ea113=protectOssAccessKeyIds(_0x2c1921);_0x2c1921=_0x4ea113[_0x2fdf59(0x1a6)];for(const _0x1b403e of REDACTION_RULES){let _0x244917=0x0;_0x2c1921=_0x2c1921[_0x2fdf59(0x197)](_0x1b403e[_0x2fdf59(0x1b3)],(_0x934137,_0x24d27c)=>{const _0x535f45=_0x2fdf59;_0x244917+=0x1;const _0x19f6ee=typeof _0x24d27c===_0x535f45(0x1a8)?_0x24d27c:'';return _0x19f6ee+'['+_0x1b403e[_0x535f45(0x1b4)]+']';}),_0x244917>0x0&&(_0x4d4ef0+=_0x244917,!_0x4d36c7[_0x2fdf59(0x1a1)](_0x1b403e['kind'])&&_0x4d36c7[_0x2fdf59(0x19d)](_0x1b403e[_0x2fdf59(0x1a7)]));}_0x2c1921=_0x4ea113['restore'](_0x2c1921);}let _0x249bdf=![];if(Buffer[_0x2fdf59(0x1b1)](_0x2c1921,'utf8')>ISSUE_DESCRIPTION_MAX_BYTES){_0x249bdf=!![];const _0x3f77d8=Buffer['byteLength'](TRUNCATION_NOTICE,'utf8'),_0x1a2b52=Math[_0x2fdf59(0x191)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x3f77d8);_0x2c1921=sliceUtf8Bytes(_0x2c1921,_0x1a2b52)+TRUNCATION_NOTICE;}return{'description':_0x2c1921,'originalBytes':_0xf613b9,'truncated':_0x249bdf,'redactionCount':_0x4d4ef0,'redactionKinds':_0x4d36c7};}function protectOssAccessKeyIds(_0x381e8d){const _0x21f79f=a98_0x1d1513,_0x289e56=[],_0x278d46=_0x381e8d['replace'](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x34a536,_0xafb2ed)=>{const _0x591328=a98_0x56fd,_0x53f893=_0x289e56[_0x591328(0x19d)](_0x34a536[_0x591328(0x1a4)](_0xafb2ed[_0x591328(0x1a2)]))-0x1;return _0xafb2ed+_0x591328(0x1a5)+_0x53f893+'__';});return{'description':_0x278d46,'restore':_0x3e75de=>_0x3e75de[_0x21f79f(0x197)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x4c5ea4,_0x37affd,_0x53fcb1)=>{const _0x1b957c=_0x289e56[Number(_0x53fcb1)];return _0x1b957c===undefined?_0x4c5ea4:''+_0x37affd+_0x1b957c;})};}function sliceUtf8Bytes(_0x43ee1d,_0x5b00eb){const _0x45420f=a98_0x1d1513;if(_0x5b00eb<=0x0)return'';const _0x3dd44b=Buffer[_0x45420f(0x1b0)](_0x43ee1d,_0x45420f(0x1b2));if(_0x3dd44b[_0x45420f(0x1b1)]<=_0x5b00eb)return _0x43ee1d;let _0x34dfcd=_0x5b00eb;while(_0x34dfcd>0x0){const _0x95545d=_0x3dd44b[_0x34dfcd];if(_0x95545d===undefined||(_0x95545d&0xc0)!==0x80)break;_0x34dfcd-=0x1;}return _0x3dd44b[_0x45420f(0x198)](0x0,_0x34dfcd)[_0x45420f(0x1ac)](_0x45420f(0x1b2));}
@@ -1 +1 @@
1
- const a99_0x58c96a=a99_0x5157;(function(_0x34e193,_0x3f664f){const _0x13b566=a99_0x5157,_0x1c51eb=_0x34e193();while(!![]){try{const _0x19c903=-parseInt(_0x13b566(0xde))/0x1*(-parseInt(_0x13b566(0xec))/0x2)+-parseInt(_0x13b566(0x102))/0x3*(-parseInt(_0x13b566(0xfa))/0x4)+parseInt(_0x13b566(0xe1))/0x5+-parseInt(_0x13b566(0xf0))/0x6*(-parseInt(_0x13b566(0xdf))/0x7)+parseInt(_0x13b566(0xef))/0x8*(-parseInt(_0x13b566(0xfe))/0x9)+-parseInt(_0x13b566(0xe9))/0xa*(-parseInt(_0x13b566(0xe8))/0xb)+-parseInt(_0x13b566(0xf5))/0xc;if(_0x19c903===_0x3f664f)break;else _0x1c51eb['push'](_0x1c51eb['shift']());}catch(_0x256c37){_0x1c51eb['push'](_0x1c51eb['shift']());}}}(a99_0x2e68,0x5ee33));import{createEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';function a99_0x5157(_0x4889c1,_0x4e5d9b){_0x4889c1=_0x4889c1-0xda;const _0x2e6894=a99_0x2e68();let _0x5157bb=_0x2e6894[_0x4889c1];return _0x5157bb;}import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertCompanyKnowledgeBase,fetchAllCompanyKnowledgeBases,findExactCompanyKnowledgeBases,inspectKbContent,kbError,projectKb,readKbFile,requireKb,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const CREATE_PATH=a99_0x58c96a(0xdd);function readCreateInput(_0x5be7d1){const _0x4adfce=a99_0x58c96a,_0x1bd974=_0x5be7d1[_0x4adfce(0xee)](_0x4adfce(0xea))[_0x4adfce(0xf2)]();if(!_0x1bd974)throw kbError('kb_title_required','--title\x20is\x20required.');const _0x2bf22b=_0x5be7d1[_0x4adfce(0xee)](_0x4adfce(0xdb))[_0x4adfce(0xf2)]();if(!_0x2bf22b)throw kbError('kb_file_required',_0x4adfce(0xe3),_0x4adfce(0xf7));return{'title':_0x1bd974,'file':_0x2bf22b};}async function prepareCreate(_0x3301f3){const _0x4489ac=a99_0x58c96a,_0x50cbb1=readCreateInput(_0x3301f3),_0x2d3fe0=await readKbFile(_0x50cbb1[_0x4489ac(0xdb)]),_0x41bf03=await fetchAllCompanyKnowledgeBases(_0x3301f3,{'title':_0x50cbb1[_0x4489ac(0xea)]}),_0x2b54db=findExactCompanyKnowledgeBases(_0x41bf03,_0x3301f3[_0x4489ac(0xed)],_0x50cbb1[_0x4489ac(0xea)]);if(_0x2b54db[_0x4489ac(0x105)]>0x0)throw kbError('kb_already_exists',_0x4489ac(0x104)+_0x3301f3['appCode']+_0x4489ac(0xf6)+_0x50cbb1['title']+'.',_0x4489ac(0x101)+_0x2b54db[0x0]['id']+_0x4489ac(0xf9));return{..._0x50cbb1,'content':_0x2d3fe0};}function plannedAfter(_0x286306,_0x144fda){const _0x2f3e6e=a99_0x58c96a;return{'scope':_0x2f3e6e(0xe5),'appCode':_0x286306[_0x2f3e6e(0xed)],'title':_0x144fda[_0x2f3e6e(0xea)],'contentByteSize':_0x144fda[_0x2f3e6e(0xfb)]['byteSize'],'contentHash':_0x144fda[_0x2f3e6e(0xfb)][_0x2f3e6e(0xdc)]};}function verifyCreatedState(_0x579e7a,_0x2a5632,_0x23d5f8){const _0x44b62c=a99_0x58c96a;assertCompanyKnowledgeBase(_0x23d5f8,_0x579e7a['appCode'],_0x23d5f8['id']);const _0xf562d5=inspectKbContent(_0x23d5f8['content']);if(_0x23d5f8['title']!==_0x2a5632['title']||_0xf562d5[_0x44b62c(0xdc)]!==_0x2a5632[_0x44b62c(0xfb)][_0x44b62c(0xdc)])throw kbError(_0x44b62c(0xf4),'Company\x20knowledge\x20base\x20'+_0x23d5f8['id']+_0x44b62c(0xe0),_0x44b62c(0xeb)+_0x23d5f8['id']+'\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.');return projectKb(_0x23d5f8);}export const kbCreate={'service':'kb','command':'create','description':'Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a99_0x58c96a(0xea),'type':a99_0x58c96a(0xe7),'required':!![],'description':a99_0x58c96a(0xe2)},{'name':a99_0x58c96a(0xdb),'type':a99_0x58c96a(0xe7),'required':!![],'description':'UTF-8\x20text\x20or\x20Markdown\x20content\x20file'}],async 'validate'(_0x225b91){readCreateInput(_0x225b91),requireKbExplicitYes(_0x225b91);},async 'dryRun'(_0xa4dbff){const _0x290c24=a99_0x58c96a,_0x92246a=await prepareCreate(_0xa4dbff);return asDryRunResult({'operation':_0x290c24(0xfc),'selector':{'scope':_0x290c24(0xe5),'appCode':_0xa4dbff['appCode'],'title':_0x92246a[_0x290c24(0xea)]},'before':null,'after':plannedAfter(_0xa4dbff,_0x92246a),'dryRun':!![],'backend':{'method':_0x290c24(0xe4),'path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':'rabetbase\x20kb\x20list\x20--title\x20'+JSON[_0x290c24(0xfd)](_0x92246a[_0x290c24(0xea)])+_0x290c24(0xe6)}},{'method':'POST','url':CREATE_PATH});},async 'execute'(_0x2e50ac){const _0x43b6be=a99_0x58c96a;requireKbExplicitYes(_0x2e50ac);const _0x44a732=await prepareCreate(_0x2e50ac);let _0x16c781,_0x213fd6=![];try{const _0x3540b0=await createEnterpriseKnowledgeBase(_0x2e50ac[_0x43b6be(0xf8)],{'appCode':_0x2e50ac['appCode'],'title':_0x44a732[_0x43b6be(0xea)],'content':_0x44a732[_0x43b6be(0xfb)][_0x43b6be(0xfb)]});assertCompanyKnowledgeBase(_0x3540b0,_0x2e50ac[_0x43b6be(0xed)],_0x3540b0['id']),_0x16c781=_0x3540b0['id'];}catch(_0x1b98cd){if(!isPlatformTransportFailure(_0x1b98cd))throw _0x1b98cd;_0x213fd6=!![];}if(_0x16c781===undefined){const _0x4ab392=await verifyKbMutationReadback(_0x43b6be(0xfc),!![],()=>fetchAllCompanyKnowledgeBases(_0x2e50ac,{'title':_0x44a732[_0x43b6be(0xea)]})),_0x5876bf=findExactCompanyKnowledgeBases(_0x4ab392,_0x2e50ac[_0x43b6be(0xed)],_0x44a732[_0x43b6be(0xea)]);if(_0x5876bf[_0x43b6be(0x105)]!==0x1)throw kbError('kb_create_outcome_unknown',_0x43b6be(0xff)+_0x5876bf[_0x43b6be(0x105)]+'.',_0x43b6be(0xda));_0x16c781=_0x5876bf[0x0]['id'];}const _0x277ab8=await verifyKbMutationReadback('create',_0x213fd6,()=>requireKb(_0x2e50ac,_0x16c781)),_0x2bd6ac=verifyCreatedState(_0x2e50ac,_0x44a732,_0x277ab8),_0xfa31ba=_0x213fd6?[_0x43b6be(0x100)]:[];return{'ok':!![],'data':{'operation':_0x43b6be(0xfc),'selector':{'id':_0x2bd6ac['id'],'scope':_0x43b6be(0xe5),'appCode':_0x2bd6ac[_0x43b6be(0xed)]},'before':null,'after':_0x2bd6ac,'dryRun':![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':_0xfa31ba,'verification':{'status':_0x43b6be(0xf3),'recoveredAfterUnknownResponse':_0x213fd6,'lookupCommand':_0x43b6be(0x103)+_0x2bd6ac['id']+_0x43b6be(0xe6)}},'message':'Created\x20company\x20knowledge\x20base\x20'+_0x2bd6ac['id']+_0x43b6be(0xf1)+_0x2bd6ac[_0x43b6be(0xed)]};}};function a99_0x2e68(){const _0x2367b9=['\x20--format\x20compress','string','396YylQPn','11370fWTtTp','title','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','83906gTjECo','appCode','str','262648FvmDDQ','31206pUEHBW','\x20for\x20','trim','verified','kb_verification_failed','11164668mgvDbN','\x20with\x20title\x20','Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.','cookie','\x20--format\x20compress`\x20before\x20choosing\x20update.','4jLtZwR','content','create','stringify','18NupcWi','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20','Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','1070877XOBbbW','rabetbase\x20kb\x20detail\x20--id\x20','Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20','length','Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.','file','contentHash','/admin/knowledge-base/create','7ImVxpO','777CTAroE','\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.','579185mKdscx','Knowledge-base\x20title','--file\x20is\x20required.','POST','company'];a99_0x2e68=function(){return _0x2367b9;};return a99_0x2e68();}
1
+ const a99_0x189021=a99_0x5d3f;(function(_0x4d0789,_0x11692a){const _0x5ee892=a99_0x5d3f,_0x177b2d=_0x4d0789();while(!![]){try{const _0x52bb5b=parseInt(_0x5ee892(0x1e0))/0x1*(parseInt(_0x5ee892(0x1de))/0x2)+-parseInt(_0x5ee892(0x1ee))/0x3+parseInt(_0x5ee892(0x1ce))/0x4*(-parseInt(_0x5ee892(0x1ca))/0x5)+parseInt(_0x5ee892(0x1d3))/0x6+parseInt(_0x5ee892(0x1d7))/0x7*(-parseInt(_0x5ee892(0x1e7))/0x8)+parseInt(_0x5ee892(0x1ec))/0x9+-parseInt(_0x5ee892(0x1df))/0xa;if(_0x52bb5b===_0x11692a)break;else _0x177b2d['push'](_0x177b2d['shift']());}catch(_0x55050d){_0x177b2d['push'](_0x177b2d['shift']());}}}(a99_0x4ac6,0x261cd));import{createEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertCompanyKnowledgeBase,fetchAllCompanyKnowledgeBases,findExactCompanyKnowledgeBases,inspectKbContent,kbError,projectKb,readKbFile,requireKb,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const CREATE_PATH=a99_0x189021(0x1dc);function a99_0x4ac6(){const _0x4eedc1=['Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.','/admin/knowledge-base/create','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','2CFNDmP','2759490yKwrLI','265717loqHPB','str','company','content','string','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','byteSize','4616mDfMim','stringify','Company\x20knowledge\x20base\x20','Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.','rabetbase\x20kb\x20detail\x20--id\x20','2007081zBNrJH','\x20--format\x20compress`\x20before\x20choosing\x20update.','57471yvWWPT','cookie','title','file','937665gaZNgd','verified','create','appCode','4eYLqoc','POST','\x20with\x20title\x20','length','Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20','958986RtfJnq','kb_verification_failed','contentHash','\x20--format\x20compress','119jTuxCJ','--file\x20is\x20required.','Knowledge-base\x20title','\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.'];a99_0x4ac6=function(){return _0x4eedc1;};return a99_0x4ac6();}function readCreateInput(_0x306365){const _0x13afeb=a99_0x189021,_0x2a243e=_0x306365[_0x13afeb(0x1e1)](_0x13afeb(0x1c8))['trim']();if(!_0x2a243e)throw kbError('kb_title_required','--title\x20is\x20required.');const _0x62caa6=_0x306365[_0x13afeb(0x1e1)](_0x13afeb(0x1c9))['trim']();if(!_0x62caa6)throw kbError('kb_file_required',_0x13afeb(0x1d8),_0x13afeb(0x1ea));return{'title':_0x2a243e,'file':_0x62caa6};}async function prepareCreate(_0x3e6313){const _0xe05dcc=a99_0x189021,_0x4cf5f7=readCreateInput(_0x3e6313),_0x439662=await readKbFile(_0x4cf5f7['file']),_0x47defc=await fetchAllCompanyKnowledgeBases(_0x3e6313,{'title':_0x4cf5f7['title']}),_0x18a8f4=findExactCompanyKnowledgeBases(_0x47defc,_0x3e6313[_0xe05dcc(0x1cd)],_0x4cf5f7[_0xe05dcc(0x1c8)]);if(_0x18a8f4[_0xe05dcc(0x1d1)]>0x0)throw kbError('kb_already_exists',_0xe05dcc(0x1d2)+_0x3e6313[_0xe05dcc(0x1cd)]+_0xe05dcc(0x1d0)+_0x4cf5f7['title']+'.',_0xe05dcc(0x1e5)+_0x18a8f4[0x0]['id']+_0xe05dcc(0x1ed));return{..._0x4cf5f7,'content':_0x439662};}function plannedAfter(_0x15c6ec,_0x1f872f){const _0x5501c3=a99_0x189021;return{'scope':_0x5501c3(0x1e2),'appCode':_0x15c6ec['appCode'],'title':_0x1f872f['title'],'contentByteSize':_0x1f872f['content'][_0x5501c3(0x1e6)],'contentHash':_0x1f872f['content'][_0x5501c3(0x1d5)]};}function verifyCreatedState(_0x3922f7,_0x3d14cb,_0xcd00a8){const _0x34c455=a99_0x189021;assertCompanyKnowledgeBase(_0xcd00a8,_0x3922f7[_0x34c455(0x1cd)],_0xcd00a8['id']);const _0x100a61=inspectKbContent(_0xcd00a8[_0x34c455(0x1e3)]);if(_0xcd00a8[_0x34c455(0x1c8)]!==_0x3d14cb[_0x34c455(0x1c8)]||_0x100a61[_0x34c455(0x1d5)]!==_0x3d14cb[_0x34c455(0x1e3)][_0x34c455(0x1d5)])throw kbError(_0x34c455(0x1d4),_0x34c455(0x1e9)+_0xcd00a8['id']+_0x34c455(0x1da),'Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20'+_0xcd00a8['id']+_0x34c455(0x1dd));return projectKb(_0xcd00a8);}function a99_0x5d3f(_0x141b43,_0x156332){_0x141b43=_0x141b43-0x1c7;const _0x4ac6dc=a99_0x4ac6();let _0x5d3f33=_0x4ac6dc[_0x141b43];return _0x5d3f33;}export const kbCreate={'service':'kb','command':a99_0x189021(0x1cc),'description':'Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a99_0x189021(0x1c8),'type':a99_0x189021(0x1e4),'required':!![],'description':a99_0x189021(0x1d9)},{'name':a99_0x189021(0x1c9),'type':'string','required':!![],'description':'UTF-8\x20text\x20or\x20Markdown\x20content\x20file'}],async 'validate'(_0x4b7b05){readCreateInput(_0x4b7b05),requireKbExplicitYes(_0x4b7b05);},async 'dryRun'(_0x4056eb){const _0x1b12c8=a99_0x189021,_0x3a5ffd=await prepareCreate(_0x4056eb);return asDryRunResult({'operation':_0x1b12c8(0x1cc),'selector':{'scope':_0x1b12c8(0x1e2),'appCode':_0x4056eb[_0x1b12c8(0x1cd)],'title':_0x3a5ffd[_0x1b12c8(0x1c8)]},'before':null,'after':plannedAfter(_0x4056eb,_0x3a5ffd),'dryRun':!![],'backend':{'method':_0x1b12c8(0x1cf),'path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':'rabetbase\x20kb\x20list\x20--title\x20'+JSON[_0x1b12c8(0x1e8)](_0x3a5ffd['title'])+_0x1b12c8(0x1d6)}},{'method':_0x1b12c8(0x1cf),'url':CREATE_PATH});},async 'execute'(_0x3c7b21){const _0x393f81=a99_0x189021;requireKbExplicitYes(_0x3c7b21);const _0x29afba=await prepareCreate(_0x3c7b21);let _0x2980f6,_0x25ec27=![];try{const _0x51731d=await createEnterpriseKnowledgeBase(_0x3c7b21[_0x393f81(0x1c7)],{'appCode':_0x3c7b21['appCode'],'title':_0x29afba[_0x393f81(0x1c8)],'content':_0x29afba[_0x393f81(0x1e3)][_0x393f81(0x1e3)]});assertCompanyKnowledgeBase(_0x51731d,_0x3c7b21[_0x393f81(0x1cd)],_0x51731d['id']),_0x2980f6=_0x51731d['id'];}catch(_0x425ef8){if(!isPlatformTransportFailure(_0x425ef8))throw _0x425ef8;_0x25ec27=!![];}if(_0x2980f6===undefined){const _0x23934b=await verifyKbMutationReadback('create',!![],()=>fetchAllCompanyKnowledgeBases(_0x3c7b21,{'title':_0x29afba[_0x393f81(0x1c8)]})),_0x1243a9=findExactCompanyKnowledgeBases(_0x23934b,_0x3c7b21[_0x393f81(0x1cd)],_0x29afba[_0x393f81(0x1c8)]);if(_0x1243a9['length']!==0x1)throw kbError('kb_create_outcome_unknown','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20'+_0x1243a9[_0x393f81(0x1d1)]+'.',_0x393f81(0x1db));_0x2980f6=_0x1243a9[0x0]['id'];}const _0x19d8c8=await verifyKbMutationReadback(_0x393f81(0x1cc),_0x25ec27,()=>requireKb(_0x3c7b21,_0x2980f6)),_0x1f47b2=verifyCreatedState(_0x3c7b21,_0x29afba,_0x19d8c8),_0x45e60c=_0x25ec27?['Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.']:[];return{'ok':!![],'data':{'operation':_0x393f81(0x1cc),'selector':{'id':_0x1f47b2['id'],'scope':_0x393f81(0x1e2),'appCode':_0x1f47b2[_0x393f81(0x1cd)]},'before':null,'after':_0x1f47b2,'dryRun':![],'backend':{'method':_0x393f81(0x1cf),'path':CREATE_PATH},'warnings':_0x45e60c,'verification':{'status':_0x393f81(0x1cb),'recoveredAfterUnknownResponse':_0x25ec27,'lookupCommand':_0x393f81(0x1eb)+_0x1f47b2['id']+_0x393f81(0x1d6)}},'message':'Created\x20company\x20knowledge\x20base\x20'+_0x1f47b2['id']+'\x20for\x20'+_0x1f47b2['appCode']};}};
@@ -1 +1 @@
1
- function a100_0x6c30(){const _0x3ccb6c=['unshift','Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.','Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version','143247KdbWyL','rabetbase\x20kb\x20detail\x20--id\x20','cookie','already_absent','high-risk-write','appCode','isSafeInteger','verified','8DrCEnL','kb_expected_version_invalid','1892KiRbZL','kb_verification_failed','1557DLrOqz','72DoNPWP','kb_delete_outcome_unknown','Company\x20knowledge-base\x20id','418hRpFSH','company','1196874QQDYjK','6310MtaWJT','40908oBVoSz','Company\x20knowledge\x20base\x20','POST','13784urVyyS','935465sVYpwk','Soft-deleted\x20company\x20knowledge\x20base\x20','\x20remains\x20readable\x20after\x20delete.','delete','Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.','91yGsxrL','\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made','expected-version','number'];a100_0x6c30=function(){return _0x3ccb6c;};return a100_0x6c30();}const a100_0x23ff8f=a100_0x5e4b;(function(_0x104de6,_0x23704f){const _0x592e86=a100_0x5e4b,_0xf35185=_0x104de6();while(!![]){try{const _0xadc0a1=parseInt(_0x592e86(0x1bc))/0x1*(-parseInt(_0x592e86(0x1b9))/0x2)+parseInt(_0x592e86(0x1af))/0x3*(-parseInt(_0x592e86(0x1b7))/0x4)+-parseInt(_0x592e86(0x1c7))/0x5+parseInt(_0x592e86(0x1c1))/0x6+-parseInt(_0x592e86(0x1cc))/0x7*(-parseInt(_0x592e86(0x1c6))/0x8)+parseInt(_0x592e86(0x1bb))/0x9*(parseInt(_0x592e86(0x1c2))/0xa)+parseInt(_0x592e86(0x1bf))/0xb*(parseInt(_0x592e86(0x1c3))/0xc);if(_0xadc0a1===_0x23704f)break;else _0xf35185['push'](_0xf35185['shift']());}catch(_0xed0658){_0xf35185['push'](_0xf35185['shift']());}}}(a100_0x6c30,0x1ad38));import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH='/admin/knowledge-base/delete',RAG_WARNING=a100_0x23ff8f(0x1ad),NON_ATOMIC_WARNING='--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.';function readExpectedVersion(_0x41019b){const _0x4de19d=a100_0x23ff8f,_0x391523=_0x41019b['flag'](_0x4de19d(0x1ce));if(_0x391523===undefined)return undefined;const _0x10b2fe=Number(_0x391523);if(!Number[_0x4de19d(0x1b5)](_0x10b2fe)||_0x10b2fe<0x0)throw kbError(_0x4de19d(0x1b8),'--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.');return _0x10b2fe;}function a100_0x5e4b(_0x59c962,_0x534f36){_0x59c962=_0x59c962-0x1ac;const _0x6c30b3=a100_0x6c30();let _0x5e4b73=_0x6c30b3[_0x59c962];return _0x5e4b73;}function noOpData(_0x543208,_0x33a150,_0x2c30ab){const _0x37f205=a100_0x23ff8f;return{'operation':'no_op','selector':{'id':_0x33a150,'scope':_0x37f205(0x1c0),'appCode':_0x543208[_0x37f205(0x1b4)]},'before':null,'after':null,'dryRun':_0x2c30ab,'deleteCalled':![],'backend':{'method':_0x37f205(0x1c5),'path':DELETE_PATH},'warnings':[],'verification':{'status':_0x37f205(0x1b2),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}export const kbDelete={'service':'kb','command':a100_0x23ff8f(0x1ca),'description':'Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','risk':a100_0x23ff8f(0x1b3),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a100_0x23ff8f(0x1cf),'required':!![],'description':a100_0x23ff8f(0x1be)},{'name':'expected-version','type':'number','required':![],'description':a100_0x23ff8f(0x1ae)}],async 'validate'(_0x2cc465){readKbId(_0x2cc465),readExpectedVersion(_0x2cc465),requireKbExplicitYes(_0x2cc465);},async 'dryRun'(_0x137a29){const _0x204aa6=a100_0x23ff8f,_0x214660=readKbId(_0x137a29),_0x1adfbc=readExpectedVersion(_0x137a29),_0x4eb296=await getKbOrNull(_0x137a29,_0x214660);if(!_0x4eb296)return asDryRunResult(noOpData(_0x137a29,_0x214660,!![]),{'method':'POST','url':DELETE_PATH});assertExpectedKbVersion(_0x4eb296,_0x1adfbc);const _0x2ed1fc=projectKb(_0x4eb296),_0x502080=[RAG_WARNING];if(_0x1adfbc!==undefined)_0x502080[_0x204aa6(0x1ac)](NON_ATOMIC_WARNING);return asDryRunResult({'operation':_0x204aa6(0x1ca),'selector':{'id':_0x2ed1fc['id'],'scope':_0x204aa6(0x1c0),'appCode':_0x2ed1fc[_0x204aa6(0x1b4)]},'before':_0x2ed1fc,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':_0x204aa6(0x1c5),'path':DELETE_PATH},'warnings':_0x502080,'verification':{'expectedVersion':_0x1adfbc??null,'atomicCompareAndSet':![],'snapshotHash':_0x2ed1fc['snapshotHash'],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x204aa6(0x1b0)+_0x2ed1fc['id']+'\x20--format\x20compress'}},{'method':_0x204aa6(0x1c5),'url':DELETE_PATH});},async 'execute'(_0x1be5bf){const _0x3896dd=a100_0x23ff8f;requireKbExplicitYes(_0x1be5bf);const _0xa71dbb=readKbId(_0x1be5bf),_0x5ee900=readExpectedVersion(_0x1be5bf),_0xf1e595=await getKbOrNull(_0x1be5bf,_0xa71dbb);if(!_0xf1e595)return{'ok':!![],'data':noOpData(_0x1be5bf,_0xa71dbb,![]),'message':'Company\x20knowledge\x20base\x20'+_0xa71dbb+_0x3896dd(0x1cd)};assertExpectedKbVersion(_0xf1e595,_0x5ee900);const _0x462bdc=projectKb(_0xf1e595);let _0x1192a3=![];try{await deleteEnterpriseKnowledgeBase(_0x1be5bf[_0x3896dd(0x1b1)],_0xa71dbb);}catch(_0x24cb8b){if(!isPlatformTransportFailure(_0x24cb8b))throw _0x24cb8b;_0x1192a3=!![];}const _0x2cce75=await verifyKbMutationReadback(_0x3896dd(0x1ca),_0x1192a3,()=>getKbOrNull(_0x1be5bf,_0xa71dbb));if(_0x2cce75)throw kbError(_0x1192a3?_0x3896dd(0x1bd):_0x3896dd(0x1ba),_0x3896dd(0x1c4)+_0xa71dbb+_0x3896dd(0x1c9),'Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20'+_0xa71dbb+'\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.');const _0x177cc3=[RAG_WARNING];if(_0x5ee900!==undefined)_0x177cc3[_0x3896dd(0x1ac)](NON_ATOMIC_WARNING);return _0x1192a3&&_0x177cc3[_0x3896dd(0x1ac)](_0x3896dd(0x1cb)),{'ok':!![],'data':{'operation':_0x3896dd(0x1ca),'selector':{'id':_0x462bdc['id'],'scope':'company','appCode':_0x462bdc[_0x3896dd(0x1b4)]},'before':_0x462bdc,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':_0x3896dd(0x1c5),'path':DELETE_PATH},'warnings':_0x177cc3,'verification':{'status':_0x3896dd(0x1b6),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x1192a3,'lookupCommand':_0x3896dd(0x1b0)+_0x462bdc['id']+'\x20--format\x20compress'}},'message':_0x3896dd(0x1c8)+_0x462bdc['id']};}};
1
+ const a100_0x588546=a100_0x3c67;(function(_0x641f27,_0x1dee98){const _0x1d8d1f=a100_0x3c67,_0x9bc793=_0x641f27();while(!![]){try{const _0xfdbef6=-parseInt(_0x1d8d1f(0xb3))/0x1*(-parseInt(_0x1d8d1f(0xb9))/0x2)+-parseInt(_0x1d8d1f(0xcb))/0x3*(parseInt(_0x1d8d1f(0xce))/0x4)+-parseInt(_0x1d8d1f(0xb8))/0x5*(parseInt(_0x1d8d1f(0xcc))/0x6)+-parseInt(_0x1d8d1f(0xca))/0x7*(parseInt(_0x1d8d1f(0xc9))/0x8)+parseInt(_0x1d8d1f(0xb6))/0x9*(parseInt(_0x1d8d1f(0xac))/0xa)+parseInt(_0x1d8d1f(0xc4))/0xb+parseInt(_0x1d8d1f(0xc3))/0xc;if(_0xfdbef6===_0x1dee98)break;else _0x9bc793['push'](_0x9bc793['shift']());}catch(_0x4fa094){_0x9bc793['push'](_0x9bc793['shift']());}}}(a100_0x5261,0xdffd3));import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH='/admin/knowledge-base/delete',RAG_WARNING=a100_0x588546(0xbb),NON_ATOMIC_WARNING=a100_0x588546(0xab);function readExpectedVersion(_0x571cc8){const _0x3176fc=a100_0x588546,_0x2291f6=_0x571cc8[_0x3176fc(0xad)]('expected-version');if(_0x2291f6===undefined)return undefined;const _0x499eb6=Number(_0x2291f6);if(!Number[_0x3176fc(0xc5)](_0x499eb6)||_0x499eb6<0x0)throw kbError(_0x3176fc(0xc2),_0x3176fc(0xa9));return _0x499eb6;}function noOpData(_0x312081,_0x50a1cd,_0x3cc58a){const _0x38b766=a100_0x588546;return{'operation':_0x38b766(0xc8),'selector':{'id':_0x50a1cd,'scope':'company','appCode':_0x312081[_0x38b766(0xaa)]},'before':null,'after':null,'dryRun':_0x3cc58a,'deleteCalled':![],'backend':{'method':'POST','path':DELETE_PATH},'warnings':[],'verification':{'status':_0x38b766(0xc1),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}function a100_0x5261(){const _0x430ae5=['195gscIng','36rZLKFH','kb_delete_outcome_unknown','73156xYYGSp','\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made','\x20remains\x20readable\x20after\x20delete.','Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','delete','cookie','--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.','appCode','--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.','970AKtHXB','flag','company','POST','expected-version','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','unshift','1571099Xqxcga','Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version','snapshotHash','25416lMaQRy','Company\x20knowledge-base\x20id','63295AeAmKt','2MtqshG','number','Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.','rabetbase\x20kb\x20detail\x20--id\x20','verified','Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.','Soft-deleted\x20company\x20knowledge\x20base\x20','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','already_absent','kb_expected_version_invalid','15834912ZuulZO','6593741zINNic','isSafeInteger','Company\x20knowledge\x20base\x20','\x20--format\x20compress','no_op','8wYrkiW','11072852QejKLN'];a100_0x5261=function(){return _0x430ae5;};return a100_0x5261();}function a100_0x3c67(_0x356add,_0x11e3f6){_0x356add=_0x356add-0xa4;const _0x5261b0=a100_0x5261();let _0x3c6706=_0x5261b0[_0x356add];return _0x3c6706;}export const kbDelete={'service':'kb','command':a100_0x588546(0xa7),'description':a100_0x588546(0xa6),'risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a100_0x588546(0xba),'required':!![],'description':a100_0x588546(0xb7)},{'name':a100_0x588546(0xb0),'type':a100_0x588546(0xba),'required':![],'description':a100_0x588546(0xb4)}],async 'validate'(_0xc081c9){readKbId(_0xc081c9),readExpectedVersion(_0xc081c9),requireKbExplicitYes(_0xc081c9);},async 'dryRun'(_0x163fad){const _0x538a43=a100_0x588546,_0x2b98ec=readKbId(_0x163fad),_0x38c6ba=readExpectedVersion(_0x163fad),_0x48eb97=await getKbOrNull(_0x163fad,_0x2b98ec);if(!_0x48eb97)return asDryRunResult(noOpData(_0x163fad,_0x2b98ec,!![]),{'method':_0x538a43(0xaf),'url':DELETE_PATH});assertExpectedKbVersion(_0x48eb97,_0x38c6ba);const _0x3773d2=projectKb(_0x48eb97),_0x471e60=[RAG_WARNING];if(_0x38c6ba!==undefined)_0x471e60['unshift'](NON_ATOMIC_WARNING);return asDryRunResult({'operation':'delete','selector':{'id':_0x3773d2['id'],'scope':_0x538a43(0xae),'appCode':_0x3773d2[_0x538a43(0xaa)]},'before':_0x3773d2,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':_0x538a43(0xaf),'path':DELETE_PATH},'warnings':_0x471e60,'verification':{'expectedVersion':_0x38c6ba??null,'atomicCompareAndSet':![],'snapshotHash':_0x3773d2[_0x538a43(0xb5)],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x538a43(0xbc)+_0x3773d2['id']+_0x538a43(0xc7)}},{'method':'POST','url':DELETE_PATH});},async 'execute'(_0x3330e6){const _0x468e7b=a100_0x588546;requireKbExplicitYes(_0x3330e6);const _0x2230de=readKbId(_0x3330e6),_0x831c74=readExpectedVersion(_0x3330e6),_0x4802e5=await getKbOrNull(_0x3330e6,_0x2230de);if(!_0x4802e5)return{'ok':!![],'data':noOpData(_0x3330e6,_0x2230de,![]),'message':'Company\x20knowledge\x20base\x20'+_0x2230de+_0x468e7b(0xa4)};assertExpectedKbVersion(_0x4802e5,_0x831c74);const _0x3025e7=projectKb(_0x4802e5);let _0x174d72=![];try{await deleteEnterpriseKnowledgeBase(_0x3330e6[_0x468e7b(0xa8)],_0x2230de);}catch(_0x24a312){if(!isPlatformTransportFailure(_0x24a312))throw _0x24a312;_0x174d72=!![];}const _0x2f7edb=await verifyKbMutationReadback('delete',_0x174d72,()=>getKbOrNull(_0x3330e6,_0x2230de));if(_0x2f7edb)throw kbError(_0x174d72?_0x468e7b(0xcd):'kb_verification_failed',_0x468e7b(0xc6)+_0x2230de+_0x468e7b(0xa5),_0x468e7b(0xb1)+_0x2230de+_0x468e7b(0xc0));const _0x205924=[RAG_WARNING];if(_0x831c74!==undefined)_0x205924[_0x468e7b(0xb2)](NON_ATOMIC_WARNING);return _0x174d72&&_0x205924[_0x468e7b(0xb2)](_0x468e7b(0xbe)),{'ok':!![],'data':{'operation':_0x468e7b(0xa7),'selector':{'id':_0x3025e7['id'],'scope':_0x468e7b(0xae),'appCode':_0x3025e7['appCode']},'before':_0x3025e7,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':_0x468e7b(0xaf),'path':DELETE_PATH},'warnings':_0x205924,'verification':{'status':_0x468e7b(0xbd),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x174d72,'lookupCommand':'rabetbase\x20kb\x20detail\x20--id\x20'+_0x3025e7['id']+'\x20--format\x20compress'}},'message':_0x468e7b(0xbf)+_0x3025e7['id']};}};
@@ -1 +1 @@
1
- const a101_0x11223a=a101_0x4a68;(function(_0x28f347,_0x5df185){const _0x38ae57=a101_0x4a68,_0x594e39=_0x28f347();while(!![]){try{const _0x5865ad=-parseInt(_0x38ae57(0xcb))/0x1*(-parseInt(_0x38ae57(0xc2))/0x2)+parseInt(_0x38ae57(0xc7))/0x3+-parseInt(_0x38ae57(0xc6))/0x4+-parseInt(_0x38ae57(0xc1))/0x5+-parseInt(_0x38ae57(0xc9))/0x6+parseInt(_0x38ae57(0xca))/0x7+parseInt(_0x38ae57(0xc8))/0x8*(parseInt(_0x38ae57(0xc3))/0x9);if(_0x5865ad===_0x5df185)break;else _0x594e39['push'](_0x594e39['shift']());}catch(_0x388150){_0x594e39['push'](_0x594e39['shift']());}}}(a101_0x35ad,0x6eb61));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';function a101_0x4a68(_0x5ab328,_0x42ec82){_0x5ab328=_0x5ab328-0xc1;const _0x35ad2e=a101_0x35ad();let _0x4a68c8=_0x35ad2e[_0x5ab328];return _0x4a68c8;}function a101_0x35ad(){const _0x1f54b5=['Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','269370BUEYuU','160026HOfnff','279mrcoMB','Company\x20knowledge-base\x20id','detail','1520116VmazaY','2244099OeubQb','18240eKIoFx','4330506irYAhx','1052170rUlzTs','8nIivfh'];a101_0x35ad=function(){return _0x1f54b5;};return a101_0x35ad();}export const kbDetail={'service':'kb','command':a101_0x11223a(0xc5),'description':a101_0x11223a(0xcc),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':'number','required':!![],'description':a101_0x11223a(0xc4)}],async 'validate'(_0x53eefc){readKbId(_0x53eefc);},async 'execute'(_0x1b7f31){const _0x186310=readKbId(_0x1b7f31),_0x2b2830=await requireKb(_0x1b7f31,_0x186310);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x2b2830)},'message':'Loaded\x20company\x20knowledge\x20base\x20'+_0x186310};}};
1
+ const a101_0x593b1e=a101_0x5ea4;(function(_0x1f7ceb,_0x2cf10b){const _0x5cf188=a101_0x5ea4,_0x4d0a57=_0x1f7ceb();while(!![]){try{const _0x112b37=-parseInt(_0x5cf188(0x81))/0x1+parseInt(_0x5cf188(0x7d))/0x2*(-parseInt(_0x5cf188(0x79))/0x3)+parseInt(_0x5cf188(0x78))/0x4+parseInt(_0x5cf188(0x7a))/0x5+-parseInt(_0x5cf188(0x7b))/0x6+parseInt(_0x5cf188(0x7f))/0x7*(parseInt(_0x5cf188(0x83))/0x8)+-parseInt(_0x5cf188(0x77))/0x9*(parseInt(_0x5cf188(0x7c))/0xa);if(_0x112b37===_0x2cf10b)break;else _0x4d0a57['push'](_0x4d0a57['shift']());}catch(_0x221013){_0x4d0a57['push'](_0x4d0a57['shift']());}}}(a101_0x2486,0x2db01));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';function a101_0x5ea4(_0x393372,_0x3450a6){_0x393372=_0x393372-0x75;const _0x2486f3=a101_0x2486();let _0x5ea4d9=_0x2486f3[_0x393372];return _0x5ea4d9;}function a101_0x2486(){const _0x43123e=['1242650JlKfow','1977780lLcGuH','20sIUfSn','2IMMyrN','Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','1216495rbNlyB','read','32052uVeMtP','detail','8PaVfHu','number','Loaded\x20company\x20knowledge\x20base\x20','Company\x20knowledge-base\x20id','254412JZgQSP','952924PmFUjC','165573zJgJFv'];a101_0x2486=function(){return _0x43123e;};return a101_0x2486();}export const kbDetail={'service':'kb','command':a101_0x593b1e(0x82),'description':a101_0x593b1e(0x7e),'risk':a101_0x593b1e(0x80),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a101_0x593b1e(0x84),'required':!![],'description':a101_0x593b1e(0x76)}],async 'validate'(_0xe45d86){readKbId(_0xe45d86);},async 'execute'(_0x196621){const _0x45a0d4=a101_0x593b1e,_0x15f46c=readKbId(_0x196621),_0x11b392=await requireKb(_0x196621,_0x15f46c);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x11b392)},'message':_0x45a0d4(0x75)+_0x15f46c};}};
@@ -1 +1 @@
1
- (function(_0x39d4bd,_0x2820e0){const _0x1ca182=a102_0x3cba,_0x517080=_0x39d4bd();while(!![]){try{const _0x2c868e=parseInt(_0x1ca182(0x14b))/0x1+parseInt(_0x1ca182(0x14c))/0x2+parseInt(_0x1ca182(0x14e))/0x3*(parseInt(_0x1ca182(0x14f))/0x4)+-parseInt(_0x1ca182(0x14d))/0x5+parseInt(_0x1ca182(0x14a))/0x6*(-parseInt(_0x1ca182(0x152))/0x7)+-parseInt(_0x1ca182(0x151))/0x8+parseInt(_0x1ca182(0x149))/0x9*(parseInt(_0x1ca182(0x150))/0xa);if(_0x2c868e===_0x2820e0)break;else _0x517080['push'](_0x517080['shift']());}catch(_0x1b50a2){_0x517080['push'](_0x517080['shift']());}}}(a102_0x1b16,0x677a9));function a102_0x3cba(_0x1adefb,_0x22d835){_0x1adefb=_0x1adefb-0x149;const _0x1b1603=a102_0x1b16();let _0x3cba2b=_0x1b1603[_0x1adefb];return _0x3cba2b;}import{kbList}from'../../commands/kb/list.js';import{kbDetail}from'../../commands/kb/detail.js';function a102_0x1b16(){const _0x290c19=['1396664vqEqRl','1746440ZjFIRV','372312WGqMgW','4pKVOYq','4670TXaLAl','3850400RrTlcj','7dUEWmf','7488lTGHsU','959592HETJkU','203389NlXFUw'];a102_0x1b16=function(){return _0x290c19;};return a102_0x1b16();}import{kbCreate}from'../../commands/kb/create.js';import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];
1
+ (function(_0x4211c0,_0x275c97){const _0x58cced=a102_0x5d78,_0x4c94bf=_0x4211c0();while(!![]){try{const _0x2d63f9=parseInt(_0x58cced(0x74))/0x1*(parseInt(_0x58cced(0x73))/0x2)+-parseInt(_0x58cced(0x71))/0x3*(parseInt(_0x58cced(0x75))/0x4)+parseInt(_0x58cced(0x6e))/0x5+parseInt(_0x58cced(0x6d))/0x6+-parseInt(_0x58cced(0x72))/0x7+parseInt(_0x58cced(0x70))/0x8*(-parseInt(_0x58cced(0x6f))/0x9)+parseInt(_0x58cced(0x77))/0xa*(parseInt(_0x58cced(0x76))/0xb);if(_0x2d63f9===_0x275c97)break;else _0x4c94bf['push'](_0x4c94bf['shift']());}catch(_0x4fdf88){_0x4c94bf['push'](_0x4c94bf['shift']());}}}(a102_0x5e36,0xcc4ec));import{kbList}from'../../commands/kb/list.js';import{kbDetail}from'../../commands/kb/detail.js';import{kbCreate}from'../../commands/kb/create.js';import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';function a102_0x5d78(_0x800f6,_0x1a958d){_0x800f6=_0x800f6-0x6d;const _0x5e36fb=a102_0x5e36();let _0x5d7860=_0x5e36fb[_0x800f6];return _0x5d7860;}export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];function a102_0x5e36(){const _0xa6f6f1=['5823672LQsQko','194226hyJFSt','6157683FsIfCu','313714jGxzhw','1STAlFV','8OMltHq','5918LkLiNf','20330euMNGY','2957190lTPeGh','4152400MLbBEQ','9RDoGbK'];a102_0x5e36=function(){return _0xa6f6f1;};return a102_0x5e36();}
@@ -1 +1 @@
1
- const a103_0x5820c2=a103_0x56b9;(function(_0x17a65e,_0x390685){const _0x243c84=a103_0x56b9,_0x1d49fe=_0x17a65e();while(!![]){try{const _0x3e5cb3=parseInt(_0x243c84(0x170))/0x1+-parseInt(_0x243c84(0x16e))/0x2+-parseInt(_0x243c84(0x173))/0x3*(-parseInt(_0x243c84(0x17c))/0x4)+parseInt(_0x243c84(0x17e))/0x5*(parseInt(_0x243c84(0x175))/0x6)+parseInt(_0x243c84(0x177))/0x7+parseInt(_0x243c84(0x179))/0x8+-parseInt(_0x243c84(0x172))/0x9;if(_0x3e5cb3===_0x390685)break;else _0x1d49fe['push'](_0x1d49fe['shift']());}catch(_0x4652f9){_0x1d49fe['push'](_0x1d49fe['shift']());}}}(a103_0x3213,0x9400e));import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';function a103_0x56b9(_0x4a7711,_0x1be434){_0x4a7711=_0x4a7711-0x16d;const _0x32134e=a103_0x3213();let _0x56b9a0=_0x32134e[_0x4a7711];return _0x56b9a0;}export const kbList={'service':'kb','command':a103_0x5820c2(0x17f),'description':'List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','risk':a103_0x5820c2(0x17b),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a103_0x5820c2(0x171),'type':a103_0x5820c2(0x17a),'required':![],'description':'Filter\x20by\x20knowledge-base\x20title'}],async 'execute'(_0x1feafb){const _0x675406=a103_0x5820c2,_0x128e6d=_0x1feafb[_0x675406(0x16d)](_0x675406(0x171))[_0x675406(0x17d)](),_0x95ff7b=await fetchAllCompanyKnowledgeBases(_0x1feafb,{..._0x128e6d?{'title':_0x128e6d}:{}}),_0x1a5976=_0x95ff7b[_0x675406(0x16f)](projectKb);return{'ok':!![],'data':{'total':_0x1a5976[_0x675406(0x180)],'knowledgeBases':_0x1a5976},'message':_0x675406(0x176)+_0x1a5976[_0x675406(0x180)]+_0x675406(0x174)+_0x1feafb[_0x675406(0x178)]};}};function a103_0x3213(){const _0x1f61f5=['title','31195215ISmIcZ','3326727vbFxgn','\x20company\x20knowledge\x20base(s)\x20for\x20','13998lTsPAL','Found\x20','8087310Sioswr','appCode','3616184rwpvIk','string','read','4FjIXzi','trim','1655xWAOps','list','length','str','1253064tfqqWT','map','1210404eqxFfi'];a103_0x3213=function(){return _0x1f61f5;};return a103_0x3213();}
1
+ const a103_0x14687a=a103_0x56fe;(function(_0x6a9e87,_0x241b33){const _0x1840d3=a103_0x56fe,_0x1e095c=_0x6a9e87();while(!![]){try{const _0x43f84f=-parseInt(_0x1840d3(0x1b4))/0x1*(parseInt(_0x1840d3(0x1b8))/0x2)+parseInt(_0x1840d3(0x1b6))/0x3+parseInt(_0x1840d3(0x1b5))/0x4*(-parseInt(_0x1840d3(0x1c6))/0x5)+parseInt(_0x1840d3(0x1ba))/0x6+-parseInt(_0x1840d3(0x1b7))/0x7+-parseInt(_0x1840d3(0x1c7))/0x8*(parseInt(_0x1840d3(0x1bf))/0x9)+parseInt(_0x1840d3(0x1c1))/0xa*(parseInt(_0x1840d3(0x1b3))/0xb);if(_0x43f84f===_0x241b33)break;else _0x1e095c['push'](_0x1e095c['shift']());}catch(_0x6525a1){_0x1e095c['push'](_0x1e095c['shift']());}}}(a103_0x2a79,0xc6236));function a103_0x56fe(_0x26baba,_0x589162){_0x26baba=_0x26baba-0x1b3;const _0x2a79c7=a103_0x2a79();let _0x56fee0=_0x2a79c7[_0x26baba];return _0x56fee0;}import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';export const kbList={'service':'kb','command':a103_0x14687a(0x1c8),'description':a103_0x14687a(0x1be),'risk':a103_0x14687a(0x1bc),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a103_0x14687a(0x1bb),'type':a103_0x14687a(0x1c4),'required':![],'description':a103_0x14687a(0x1c0)}],async 'execute'(_0x21ccd4){const _0x55070e=a103_0x14687a,_0x511872=_0x21ccd4[_0x55070e(0x1b9)]('title')[_0x55070e(0x1c2)](),_0x30d77a=await fetchAllCompanyKnowledgeBases(_0x21ccd4,{..._0x511872?{'title':_0x511872}:{}}),_0x11c9e0=_0x30d77a[_0x55070e(0x1bd)](projectKb);return{'ok':!![],'data':{'total':_0x11c9e0[_0x55070e(0x1c9)],'knowledgeBases':_0x11c9e0},'message':_0x55070e(0x1c3)+_0x11c9e0['length']+'\x20company\x20knowledge\x20base(s)\x20for\x20'+_0x21ccd4[_0x55070e(0x1c5)]};}};function a103_0x2a79(){const _0x2c50d0=['60TZVsfW','trim','Found\x20','string','appCode','5uFevFv','9891768HOelvf','list','length','4346331EfzSBD','778WkDDte','6477404bosoZY','1698981lPwJLv','1308573FeeEPd','1292FTCQYd','str','8519220EzcrgU','title','read','map','List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','9XfWWdu','Filter\x20by\x20knowledge-base\x20title'];a103_0x2a79=function(){return _0x2c50d0;};return a103_0x2a79();}
@@ -1 +1 @@
1
- const a104_0x35f6d8=a104_0x2542;(function(_0x2f9e8e,_0x2b19fc){const _0x297797=a104_0x2542,_0x4266de=_0x2f9e8e();while(!![]){try{const _0x3e4970=-parseInt(_0x297797(0x20f))/0x1*(parseInt(_0x297797(0x215))/0x2)+parseInt(_0x297797(0x20c))/0x3+-parseInt(_0x297797(0x1ec))/0x4+parseInt(_0x297797(0x1f7))/0x5*(parseInt(_0x297797(0x1fd))/0x6)+parseInt(_0x297797(0x21a))/0x7+parseInt(_0x297797(0x239))/0x8*(parseInt(_0x297797(0x238))/0x9)+parseInt(_0x297797(0x213))/0xa;if(_0x3e4970===_0x2b19fc)break;else _0x4266de['push'](_0x4266de['shift']());}catch(_0x1397e1){_0x4266de['push'](_0x4266de['shift']());}}}(a104_0x25df,0xa6c84));import{createHash}from'node:crypto';import{readFile,stat}from'node:fs/promises';import{resolve}from'node:path';import{TextDecoder}from'node:util';function a104_0x2542(_0xb9ce8b,_0x1099b5){_0xb9ce8b=_0xb9ce8b-0x1e9;const _0x25df8c=a104_0x25df();let _0x2542fc=_0x25df8c[_0xb9ce8b];return _0x2542fc;}import{getEnterpriseKnowledgeBase,getPlatformErrorCode,listEnterpriseKnowledgeBases}from'../../core/api-client.js';import{CliError}from'../../errors.js';const LIST_PAGE_SIZE=0x32,DATA_NOT_EXIST_ERROR_CODE=a104_0x35f6d8(0x21e);export function kbError(_0x2a1794,_0x1b580e,_0x3b1854){return new CliError(_0x2a1794,0x1,_0x1b580e,_0x3b1854);}export function readKbId(_0x59e534){const _0x265922=a104_0x35f6d8,_0x56a26a=_0x59e534[_0x265922(0x1f4)]('id');if(!Number[_0x265922(0x236)](_0x56a26a)||_0x56a26a<=0x0)throw kbError('kb_id_invalid',_0x265922(0x22a));return _0x56a26a;}export function requireKbExplicitYes(_0x32c4f5){const _0x146a96=a104_0x35f6d8;if(_0x32c4f5[_0x146a96(0x223)]('dry-run')||_0x32c4f5['bool'](_0x146a96(0x207)))return;throw kbError(_0x146a96(0x20b),'This\x20company\x20knowledge-base\x20mutation\x20requires\x20explicit\x20--yes.','Run\x20the\x20same\x20command\x20with\x20--dry-run\x20first,\x20then\x20add\x20--yes\x20after\x20reviewing\x20the\x20plan.');}function a104_0x25df(){const _0xb1e164=['message','from','paging','trim','yes','items','\x20to\x20','kb_response_invalid','kb_confirmation_required','217899lcJnKu','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20review\x20the\x20latest\x20version\x20before\x20retrying.','Knowledge-base\x20content\x20file\x20is\x20not\x20valid\x20UTF-8:\x20','1JdpHfi','kb_list_contract_invalid','sha256','Knowledge\x20base\x20','1341790uikftm','Run\x20`rabetbase\x20kb\x20list\x20--format\x20compress`\x20to\x20inspect\x20the\x20resolved\x20app.','2544506gSqpuR','\x20of\x20','\x20response\x20is\x20missing\x20','cookie','has','9500862PCzduL','content','\x20while\x20id\x20','currentPage','306','outcome_unknown','The\x20','kb_file_unreadable','kb_file_required','bool','number','byteSize','Cannot\x20access\x20knowledge-base\x20content\x20file:\x20','add','kb_','appCode','--id\x20must\x20be\x20a\x20positive\x20safe\x20integer.','hex','createTime','\x20is\x20not\x20company-scoped.','Knowledge-base\x20list\x20returned\x20an\x20invalid\x20or\x20repeated\x20id:\x20','kb_scope_mismatch','kb_content_invalid','\x20records.','Knowledge-base\x20response\x20contains\x20an\x20invalid\x20id.','totalCount','\x20was\x20requested.','length','isSafeInteger','utf8','369DFPecF','57952tYEwny','kb_file_invalid','\x20does\x20not\x20belong\x20to\x20company\x20scope\x20for\x20app\x20','kb_state_drift','string','6408TxEbnP','Cannot\x20read\x20knowledge-base\x20content\x20file:\x20','isFile','Knowledge-base\x20content\x20file\x20path\x20is\x20required.','updateTime','Knowledge-base\x20list\x20total\x20changed\x20from\x20','allowEmpty','version','num','company','Knowledge-base\x20content\x20path\x20is\x20not\x20a\x20regular\x20file:\x20','53285IfjnkC','Knowledge-base\x20list\x20returned\x20page\x20','\x20while\x20page\x20',',\x20current\x20','push','scope','54KZjpWL','Knowledge-base\x20list\x20stopped\x20at\x20','title','Pass\x20--file\x20<knowledge.md>.','contentHash','Do\x20not\x20resubmit\x20automatically.\x20Resolve\x20the\x20app\x20again\x20and\x20inspect\x20the\x20target\x20state\x20manually.'];a104_0x25df=function(){return _0xb1e164;};return a104_0x25df();}function sha256(_0x5311f4){const _0x467ce4=a104_0x35f6d8;return'sha256:'+createHash(_0x467ce4(0x211))['update'](_0x5311f4)['digest'](_0x467ce4(0x22b));}export function inspectKbContent(_0x4fdfe3){const _0x35a5b7=a104_0x35f6d8,_0x3a695e=Buffer[_0x35a5b7(0x204)](_0x4fdfe3,_0x35a5b7(0x237));return{'content':_0x4fdfe3,'byteSize':_0x3a695e['byteLength'],'contentHash':sha256(_0x3a695e)};}export async function readKbFile(_0x31555c){const _0x509c8d=a104_0x35f6d8,_0x37d4c6=_0x31555c['trim']();if(!_0x37d4c6)throw kbError(_0x509c8d(0x222),_0x509c8d(0x1ef),_0x509c8d(0x200));const _0x2d9a6d=resolve(_0x37d4c6);let _0x2c0266;try{_0x2c0266=await stat(_0x2d9a6d);}catch(_0x2b4890){throw kbError(_0x509c8d(0x221),_0x509c8d(0x226)+_0x37d4c6,_0x2b4890 instanceof Error?_0x2b4890[_0x509c8d(0x203)]:String(_0x2b4890));}if(!_0x2c0266[_0x509c8d(0x1ee)]())throw kbError(_0x509c8d(0x23a),_0x509c8d(0x1f6)+_0x37d4c6);let _0x54d66a;try{_0x54d66a=await readFile(_0x2d9a6d);}catch(_0x50a433){throw kbError(_0x509c8d(0x221),_0x509c8d(0x1ed)+_0x37d4c6,_0x50a433 instanceof Error?_0x50a433[_0x509c8d(0x203)]:String(_0x50a433));}let _0x196a94;try{_0x196a94=new TextDecoder('utf-8',{'fatal':!![],'ignoreBOM':!![]})['decode'](_0x54d66a);}catch{throw kbError(_0x509c8d(0x230),_0x509c8d(0x20e)+_0x37d4c6);}if(!_0x196a94[_0x509c8d(0x206)]())throw kbError('kb_content_invalid','Knowledge-base\x20content\x20file\x20is\x20blank:\x20'+_0x37d4c6);return inspectKbContent(_0x196a94);}export async function verifyKbMutationReadback(_0x428c4f,_0x2b85ca,_0x5ebbb5){const _0x53e999=a104_0x35f6d8;try{return await _0x5ebbb5();}catch(_0x48553c){const _0x48acdc=kbError(_0x53e999(0x228)+_0x428c4f+'_'+(_0x2b85ca?_0x53e999(0x21f):'verification_unavailable'),_0x53e999(0x220)+_0x428c4f+'\x20request\x20was\x20sent,\x20but\x20its\x20final\x20company\x20knowledge-base\x20state\x20could\x20not\x20be\x20verified.',_0x53e999(0x202));Object['defineProperty'](_0x48acdc,'cause',{'value':_0x48553c,'enumerable':![]});throw _0x48acdc;}}function requireRecordText(_0x5976c2,_0x26e550,_0xd092a2,_0xe46bcd={}){const _0x51be22=a104_0x35f6d8;if(typeof _0x5976c2==='string'&&(_0xe46bcd[_0x51be22(0x1f2)]||_0x5976c2[_0x51be22(0x206)]()))return _0x5976c2;throw kbError(_0x51be22(0x20a),_0x51be22(0x212)+String(_0xd092a2)+_0x51be22(0x217)+_0x26e550+'.');}export function projectKb(_0x1cf736){const _0x376fbe=a104_0x35f6d8;if(!Number[_0x376fbe(0x236)](_0x1cf736['id'])||_0x1cf736['id']<=0x0)throw kbError('kb_response_invalid',_0x376fbe(0x232));if(!Number[_0x376fbe(0x236)](_0x1cf736[_0x376fbe(0x1f3)])||_0x1cf736[_0x376fbe(0x1f3)]<0x0)throw kbError(_0x376fbe(0x20a),_0x376fbe(0x212)+_0x1cf736['id']+'\x20response\x20contains\x20an\x20invalid\x20version.');if(_0x1cf736[_0x376fbe(0x1fc)]!=='company')throw kbError(_0x376fbe(0x22f),_0x376fbe(0x212)+_0x1cf736['id']+_0x376fbe(0x22d));const _0x4d0381=requireRecordText(_0x1cf736['appCode'],'appCode',_0x1cf736['id']),_0x219007=requireRecordText(_0x1cf736['title'],_0x376fbe(0x1ff),_0x1cf736['id']),_0x1fb20d=inspectKbContent(requireRecordText(_0x1cf736[_0x376fbe(0x21b)],_0x376fbe(0x21b),_0x1cf736['id'],{'allowEmpty':!![]})),_0xfa5ae=typeof _0x1cf736['createTime']===_0x376fbe(0x1eb)||typeof _0x1cf736[_0x376fbe(0x22c)]===_0x376fbe(0x224)?_0x1cf736[_0x376fbe(0x22c)]:undefined,_0x2ef8ff=typeof _0x1cf736['updateTime']===_0x376fbe(0x1eb)||typeof _0x1cf736['updateTime']===_0x376fbe(0x224)?_0x1cf736[_0x376fbe(0x1f0)]:undefined,_0x589389=sha256(JSON['stringify']({'id':_0x1cf736['id'],'scope':_0x1cf736[_0x376fbe(0x1fc)],'appCode':_0x4d0381,'title':_0x219007,'version':_0x1cf736[_0x376fbe(0x1f3)],'contentHash':_0x1fb20d[_0x376fbe(0x201)],'createTime':_0xfa5ae,'updateTime':_0x2ef8ff}));return{'id':_0x1cf736['id'],'scope':_0x376fbe(0x1f5),'appCode':_0x4d0381,'title':_0x219007,'version':_0x1cf736[_0x376fbe(0x1f3)],'contentByteSize':_0x1fb20d[_0x376fbe(0x225)],'contentHash':_0x1fb20d[_0x376fbe(0x201)],'snapshotHash':_0x589389,..._0xfa5ae!==undefined?{'createTime':_0xfa5ae}:{},..._0x2ef8ff!==undefined?{'updateTime':_0x2ef8ff}:{}};}export function assertCompanyKnowledgeBase(_0x125001,_0x18b4e2,_0x5a8f5f){const _0x1159fa=a104_0x35f6d8;if(_0x5a8f5f!==undefined&&_0x125001['id']!==_0x5a8f5f)throw kbError(_0x1159fa(0x20a),'Knowledge-base\x20get-one\x20returned\x20id\x20'+_0x125001['id']+_0x1159fa(0x21c)+_0x5a8f5f+_0x1159fa(0x234));if(_0x125001['scope']!=='company'||_0x125001[_0x1159fa(0x229)]!==_0x18b4e2)throw kbError(_0x1159fa(0x22f),_0x1159fa(0x212)+_0x125001['id']+_0x1159fa(0x1e9)+_0x18b4e2+'.');}export async function fetchAllCompanyKnowledgeBases(_0xa7c346,_0x382578){const _0x5be301=a104_0x35f6d8,_0x1f217a=[],_0x31f153=new Set();let _0xbd57b4=0x1,_0x2b176d=0x0,_0x1bdc3f;while(!![]){const _0x18ae8f=await listEnterpriseKnowledgeBases(_0xa7c346[_0x5be301(0x218)],{'currentPage':_0xbd57b4,'pageSize':LIST_PAGE_SIZE,'appCode':_0xa7c346['appCode'],..._0x382578}),_0x281554=_0x18ae8f[_0x5be301(0x205)]?.[_0x5be301(0x233)];if(_0x18ae8f[_0x5be301(0x205)]?.[_0x5be301(0x21d)]!==undefined&&_0x18ae8f[_0x5be301(0x205)][_0x5be301(0x21d)]!==_0xbd57b4)throw kbError(_0x5be301(0x210),_0x5be301(0x1f8)+_0x18ae8f[_0x5be301(0x205)][_0x5be301(0x21d)]+_0x5be301(0x1f9)+_0xbd57b4+'\x20was\x20requested.');if(_0x281554!==undefined){if(_0x1bdc3f!==undefined&&_0x281554!==_0x1bdc3f)throw kbError('kb_list_contract_invalid',_0x5be301(0x1f1)+_0x1bdc3f+_0x5be301(0x209)+_0x281554+'\x20during\x20paging.','Retry\x20the\x20read\x20after\x20concurrent\x20updates\x20have\x20settled.');_0x1bdc3f=_0x281554;}for(const _0x1f26b4 of _0x18ae8f[_0x5be301(0x208)]){if(!Number[_0x5be301(0x236)](_0x1f26b4['id'])||_0x31f153[_0x5be301(0x219)](_0x1f26b4['id']))throw kbError(_0x5be301(0x210),_0x5be301(0x22e)+String(_0x1f26b4['id'])+'.');_0x31f153[_0x5be301(0x227)](_0x1f26b4['id']),_0x1f26b4['scope']===_0x5be301(0x1f5)&&_0x1f26b4[_0x5be301(0x229)]===_0xa7c346[_0x5be301(0x229)]&&_0x1f217a[_0x5be301(0x1fb)](_0x1f26b4);}_0x2b176d+=_0x18ae8f['items']['length'];if(_0x281554!==undefined&&_0x2b176d>=_0x281554)break;if(_0x18ae8f[_0x5be301(0x208)][_0x5be301(0x235)]<LIST_PAGE_SIZE){if(_0x281554!==undefined&&_0x2b176d<_0x281554)throw kbError(_0x5be301(0x210),_0x5be301(0x1fe)+_0x2b176d+_0x5be301(0x216)+_0x281554+_0x5be301(0x231));break;}_0xbd57b4+=0x1;}return _0x1f217a;}export function findExactCompanyKnowledgeBases(_0x3b4e83,_0x2ef882,_0x39f01c){const _0x2feb58=a104_0x35f6d8;return _0x3b4e83['filter'](_0xecafc8=>_0xecafc8[_0x2feb58(0x1fc)]===_0x2feb58(0x1f5)&&_0xecafc8['appCode']===_0x2ef882&&_0xecafc8[_0x2feb58(0x1ff)]===_0x39f01c);}export async function getKbOrNull(_0x557c9a,_0x47197c){const _0x158968=a104_0x35f6d8;try{const _0x3fa064=await getEnterpriseKnowledgeBase(_0x557c9a['cookie'],_0x47197c);return assertCompanyKnowledgeBase(_0x3fa064,_0x557c9a[_0x158968(0x229)],_0x47197c),_0x3fa064;}catch(_0x234afd){if(getPlatformErrorCode(_0x234afd)===DATA_NOT_EXIST_ERROR_CODE)return null;throw _0x234afd;}}export async function requireKb(_0x2ed41e,_0x33bf22){const _0x3a3671=a104_0x35f6d8,_0x550960=await getKbOrNull(_0x2ed41e,_0x33bf22);if(!_0x550960)throw kbError('kb_not_found','Company\x20knowledge\x20base\x20not\x20found:\x20'+_0x33bf22,_0x3a3671(0x214));return _0x550960;}export function assertExpectedKbVersion(_0x55e110,_0x202abe){const _0x110ef1=a104_0x35f6d8;if(_0x202abe===undefined||_0x55e110[_0x110ef1(0x1f3)]===_0x202abe)return;throw kbError(_0x110ef1(0x1ea),_0x110ef1(0x212)+_0x55e110['id']+'\x20version\x20changed:\x20expected\x20'+_0x202abe+_0x110ef1(0x1fa)+_0x55e110[_0x110ef1(0x1f3)]+'.',_0x110ef1(0x20d));}
1
+ const a104_0x3d7079=a104_0x560b;(function(_0x215857,_0x33e975){const _0x172c0e=a104_0x560b,_0x157ac=_0x215857();while(!![]){try{const _0xaeca2f=parseInt(_0x172c0e(0x15a))/0x1+parseInt(_0x172c0e(0x13e))/0x2*(parseInt(_0x172c0e(0x156))/0x3)+-parseInt(_0x172c0e(0x14a))/0x4+parseInt(_0x172c0e(0x17a))/0x5*(-parseInt(_0x172c0e(0x189))/0x6)+-parseInt(_0x172c0e(0x149))/0x7*(-parseInt(_0x172c0e(0x14d))/0x8)+parseInt(_0x172c0e(0x165))/0x9+parseInt(_0x172c0e(0x158))/0xa;if(_0xaeca2f===_0x33e975)break;else _0x157ac['push'](_0x157ac['shift']());}catch(_0x225861){_0x157ac['push'](_0x157ac['shift']());}}}(a104_0x56df,0x2518b));import{createHash}from'node:crypto';import{readFile,stat}from'node:fs/promises';import{resolve}from'node:path';import{TextDecoder}from'node:util';import{getEnterpriseKnowledgeBase,getPlatformErrorCode,listEnterpriseKnowledgeBases}from'../../core/api-client.js';function a104_0x560b(_0x4dfda6,_0x4a5a97){_0x4dfda6=_0x4dfda6-0x13c;const _0x56df94=a104_0x56df();let _0x560b77=_0x56df94[_0x4dfda6];return _0x560b77;}import{CliError}from'../../errors.js';const LIST_PAGE_SIZE=0x32,DATA_NOT_EXIST_ERROR_CODE=a104_0x3d7079(0x140);export function kbError(_0x17451e,_0x5c7179,_0xcc82d5){return new CliError(_0x17451e,0x1,_0x5c7179,_0xcc82d5);}export function readKbId(_0x28fae3){const _0x4ce3df=a104_0x3d7079,_0xea5c07=_0x28fae3[_0x4ce3df(0x153)]('id');if(!Number[_0x4ce3df(0x170)](_0xea5c07)||_0xea5c07<=0x0)throw kbError(_0x4ce3df(0x183),_0x4ce3df(0x181));return _0xea5c07;}export function requireKbExplicitYes(_0x2de434){const _0x19a602=a104_0x3d7079;if(_0x2de434[_0x19a602(0x175)](_0x19a602(0x17d))||_0x2de434[_0x19a602(0x175)](_0x19a602(0x13d)))return;throw kbError(_0x19a602(0x192),_0x19a602(0x15d),_0x19a602(0x184));}function sha256(_0x59865f){const _0x4b57e6=a104_0x3d7079;return'sha256:'+createHash(_0x4b57e6(0x176))['update'](_0x59865f)[_0x4b57e6(0x166)](_0x4b57e6(0x198));}export function inspectKbContent(_0x4c943f){const _0x5073bd=a104_0x3d7079,_0x12b65c=Buffer[_0x5073bd(0x16d)](_0x4c943f,_0x5073bd(0x178));return{'content':_0x4c943f,'byteSize':_0x12b65c[_0x5073bd(0x162)],'contentHash':sha256(_0x12b65c)};}function a104_0x56df(){const _0x212c83=['stringify','isSafeInteger','outcome_unknown','Retry\x20the\x20read\x20after\x20concurrent\x20updates\x20have\x20settled.','kb_','Knowledge-base\x20response\x20contains\x20an\x20invalid\x20id.','bool','sha256','push','utf8','\x20to\x20','55XFGtAe','\x20response\x20is\x20missing\x20','company','dry-run','paging','byteSize','cause','--id\x20must\x20be\x20a\x20positive\x20safe\x20integer.','Knowledge-base\x20list\x20stopped\x20at\x20','kb_id_invalid','Run\x20the\x20same\x20command\x20with\x20--dry-run\x20first,\x20then\x20add\x20--yes\x20after\x20reviewing\x20the\x20plan.','kb_scope_mismatch','currentPage','totalCount','isFile','121242BfsysO','updateTime','\x20does\x20not\x20belong\x20to\x20company\x20scope\x20for\x20app\x20','Knowledge-base\x20list\x20returned\x20an\x20invalid\x20or\x20repeated\x20id:\x20','\x20version\x20changed:\x20expected\x20','add','Knowledge-base\x20list\x20total\x20changed\x20from\x20','verification_unavailable','\x20while\x20page\x20','kb_confirmation_required','appCode','kb_not_found','contentHash','kb_state_drift','message','hex','defineProperty','kb_list_contract_invalid','yes','31292ochKVv','kb_file_invalid','306','\x20of\x20','Knowledge-base\x20content\x20file\x20is\x20not\x20valid\x20UTF-8:\x20','has','filter','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20review\x20the\x20latest\x20version\x20before\x20retrying.','Knowledge\x20base\x20','Knowledge-base\x20list\x20returned\x20page\x20','kb_response_invalid','14PUiXXm','916676jBhjmT','Cannot\x20access\x20knowledge-base\x20content\x20file:\x20','\x20is\x20not\x20company-scoped.','1047712egmHbJ','decode','length','string','Knowledge-base\x20content\x20path\x20is\x20not\x20a\x20regular\x20file:\x20','title','num','version','Pass\x20--file\x20<knowledge.md>.','3SqzxLi','\x20was\x20requested.','147560espmOF','\x20while\x20id\x20','50746KUygnB','createTime','items','This\x20company\x20knowledge-base\x20mutation\x20requires\x20explicit\x20--yes.','cookie','scope','\x20request\x20was\x20sent,\x20but\x20its\x20final\x20company\x20knowledge-base\x20state\x20could\x20not\x20be\x20verified.','trim','byteLength','\x20during\x20paging.','Company\x20knowledge\x20base\x20not\x20found:\x20','2342853XrnjRI','digest',',\x20current\x20','content','kb_file_unreadable','\x20records.','kb_file_required','\x20response\x20contains\x20an\x20invalid\x20version.','from','Knowledge-base\x20content\x20file\x20is\x20blank:\x20'];a104_0x56df=function(){return _0x212c83;};return a104_0x56df();}export async function readKbFile(_0x3d9c19){const _0x3c6de3=a104_0x3d7079,_0x538297=_0x3d9c19['trim']();if(!_0x538297)throw kbError(_0x3c6de3(0x16b),'Knowledge-base\x20content\x20file\x20path\x20is\x20required.',_0x3c6de3(0x155));const _0x490dfb=resolve(_0x538297);let _0x204b41;try{_0x204b41=await stat(_0x490dfb);}catch(_0x764b37){throw kbError(_0x3c6de3(0x169),_0x3c6de3(0x14b)+_0x538297,_0x764b37 instanceof Error?_0x764b37[_0x3c6de3(0x197)]:String(_0x764b37));}if(!_0x204b41[_0x3c6de3(0x188)]())throw kbError(_0x3c6de3(0x13f),_0x3c6de3(0x151)+_0x538297);let _0x341239;try{_0x341239=await readFile(_0x490dfb);}catch(_0x197b03){throw kbError(_0x3c6de3(0x169),'Cannot\x20read\x20knowledge-base\x20content\x20file:\x20'+_0x538297,_0x197b03 instanceof Error?_0x197b03[_0x3c6de3(0x197)]:String(_0x197b03));}let _0x1eb88a;try{_0x1eb88a=new TextDecoder('utf-8',{'fatal':!![],'ignoreBOM':!![]})[_0x3c6de3(0x14e)](_0x341239);}catch{throw kbError('kb_content_invalid',_0x3c6de3(0x142)+_0x538297);}if(!_0x1eb88a[_0x3c6de3(0x161)]())throw kbError('kb_content_invalid',_0x3c6de3(0x16e)+_0x538297);return inspectKbContent(_0x1eb88a);}export async function verifyKbMutationReadback(_0x4c0140,_0x57460c,_0x2bfc3e){const _0x2e2082=a104_0x3d7079;try{return await _0x2bfc3e();}catch(_0x4adaee){const _0x74c330=kbError(_0x2e2082(0x173)+_0x4c0140+'_'+(_0x57460c?_0x2e2082(0x171):_0x2e2082(0x190)),'The\x20'+_0x4c0140+_0x2e2082(0x160),'Do\x20not\x20resubmit\x20automatically.\x20Resolve\x20the\x20app\x20again\x20and\x20inspect\x20the\x20target\x20state\x20manually.');Object[_0x2e2082(0x199)](_0x74c330,_0x2e2082(0x180),{'value':_0x4adaee,'enumerable':![]});throw _0x74c330;}}function requireRecordText(_0x39fa19,_0x171181,_0x2831a5,_0x110568={}){const _0x4a0158=a104_0x3d7079;if(typeof _0x39fa19===_0x4a0158(0x150)&&(_0x110568['allowEmpty']||_0x39fa19['trim']()))return _0x39fa19;throw kbError(_0x4a0158(0x148),_0x4a0158(0x146)+String(_0x2831a5)+_0x4a0158(0x17b)+_0x171181+'.');}export function projectKb(_0x1ac71f){const _0x3df24e=a104_0x3d7079;if(!Number['isSafeInteger'](_0x1ac71f['id'])||_0x1ac71f['id']<=0x0)throw kbError('kb_response_invalid',_0x3df24e(0x174));if(!Number[_0x3df24e(0x170)](_0x1ac71f[_0x3df24e(0x154)])||_0x1ac71f[_0x3df24e(0x154)]<0x0)throw kbError(_0x3df24e(0x148),_0x3df24e(0x146)+_0x1ac71f['id']+_0x3df24e(0x16c));if(_0x1ac71f[_0x3df24e(0x15f)]!==_0x3df24e(0x17c))throw kbError(_0x3df24e(0x185),'Knowledge\x20base\x20'+_0x1ac71f['id']+_0x3df24e(0x14c));const _0x578255=requireRecordText(_0x1ac71f['appCode'],_0x3df24e(0x193),_0x1ac71f['id']),_0x5f3b9=requireRecordText(_0x1ac71f[_0x3df24e(0x152)],_0x3df24e(0x152),_0x1ac71f['id']),_0x1a6c7d=inspectKbContent(requireRecordText(_0x1ac71f[_0x3df24e(0x168)],'content',_0x1ac71f['id'],{'allowEmpty':!![]})),_0x56d6da=typeof _0x1ac71f[_0x3df24e(0x15b)]===_0x3df24e(0x150)||typeof _0x1ac71f['createTime']==='number'?_0x1ac71f[_0x3df24e(0x15b)]:undefined,_0x3d6fe7=typeof _0x1ac71f[_0x3df24e(0x18a)]==='string'||typeof _0x1ac71f[_0x3df24e(0x18a)]==='number'?_0x1ac71f['updateTime']:undefined,_0x1e3719=sha256(JSON[_0x3df24e(0x16f)]({'id':_0x1ac71f['id'],'scope':_0x1ac71f[_0x3df24e(0x15f)],'appCode':_0x578255,'title':_0x5f3b9,'version':_0x1ac71f[_0x3df24e(0x154)],'contentHash':_0x1a6c7d[_0x3df24e(0x195)],'createTime':_0x56d6da,'updateTime':_0x3d6fe7}));return{'id':_0x1ac71f['id'],'scope':_0x3df24e(0x17c),'appCode':_0x578255,'title':_0x5f3b9,'version':_0x1ac71f[_0x3df24e(0x154)],'contentByteSize':_0x1a6c7d[_0x3df24e(0x17f)],'contentHash':_0x1a6c7d[_0x3df24e(0x195)],'snapshotHash':_0x1e3719,..._0x56d6da!==undefined?{'createTime':_0x56d6da}:{},..._0x3d6fe7!==undefined?{'updateTime':_0x3d6fe7}:{}};}export function assertCompanyKnowledgeBase(_0x1e6494,_0x50f0fd,_0x63766d){const _0x5c63c4=a104_0x3d7079;if(_0x63766d!==undefined&&_0x1e6494['id']!==_0x63766d)throw kbError(_0x5c63c4(0x148),'Knowledge-base\x20get-one\x20returned\x20id\x20'+_0x1e6494['id']+_0x5c63c4(0x159)+_0x63766d+_0x5c63c4(0x157));if(_0x1e6494[_0x5c63c4(0x15f)]!==_0x5c63c4(0x17c)||_0x1e6494[_0x5c63c4(0x193)]!==_0x50f0fd)throw kbError(_0x5c63c4(0x185),_0x5c63c4(0x146)+_0x1e6494['id']+_0x5c63c4(0x18b)+_0x50f0fd+'.');}export async function fetchAllCompanyKnowledgeBases(_0x141476,_0x1bf495){const _0x2fc5e5=a104_0x3d7079,_0x8ced0b=[],_0x226dbb=new Set();let _0x1e1b80=0x1,_0x4bab08=0x0,_0x4a6cb0;while(!![]){const _0x52a193=await listEnterpriseKnowledgeBases(_0x141476['cookie'],{'currentPage':_0x1e1b80,'pageSize':LIST_PAGE_SIZE,'appCode':_0x141476[_0x2fc5e5(0x193)],..._0x1bf495}),_0x372d87=_0x52a193['paging']?.[_0x2fc5e5(0x187)];if(_0x52a193[_0x2fc5e5(0x17e)]?.[_0x2fc5e5(0x186)]!==undefined&&_0x52a193[_0x2fc5e5(0x17e)][_0x2fc5e5(0x186)]!==_0x1e1b80)throw kbError('kb_list_contract_invalid',_0x2fc5e5(0x147)+_0x52a193[_0x2fc5e5(0x17e)][_0x2fc5e5(0x186)]+_0x2fc5e5(0x191)+_0x1e1b80+_0x2fc5e5(0x157));if(_0x372d87!==undefined){if(_0x4a6cb0!==undefined&&_0x372d87!==_0x4a6cb0)throw kbError('kb_list_contract_invalid',_0x2fc5e5(0x18f)+_0x4a6cb0+_0x2fc5e5(0x179)+_0x372d87+_0x2fc5e5(0x163),_0x2fc5e5(0x172));_0x4a6cb0=_0x372d87;}for(const _0x50f68f of _0x52a193[_0x2fc5e5(0x15c)]){if(!Number[_0x2fc5e5(0x170)](_0x50f68f['id'])||_0x226dbb[_0x2fc5e5(0x143)](_0x50f68f['id']))throw kbError(_0x2fc5e5(0x13c),_0x2fc5e5(0x18c)+String(_0x50f68f['id'])+'.');_0x226dbb[_0x2fc5e5(0x18e)](_0x50f68f['id']),_0x50f68f['scope']==='company'&&_0x50f68f[_0x2fc5e5(0x193)]===_0x141476['appCode']&&_0x8ced0b[_0x2fc5e5(0x177)](_0x50f68f);}_0x4bab08+=_0x52a193[_0x2fc5e5(0x15c)][_0x2fc5e5(0x14f)];if(_0x372d87!==undefined&&_0x4bab08>=_0x372d87)break;if(_0x52a193[_0x2fc5e5(0x15c)]['length']<LIST_PAGE_SIZE){if(_0x372d87!==undefined&&_0x4bab08<_0x372d87)throw kbError(_0x2fc5e5(0x13c),_0x2fc5e5(0x182)+_0x4bab08+_0x2fc5e5(0x141)+_0x372d87+_0x2fc5e5(0x16a));break;}_0x1e1b80+=0x1;}return _0x8ced0b;}export function findExactCompanyKnowledgeBases(_0x175103,_0x4aa5f4,_0x4dbe7b){const _0x454a09=a104_0x3d7079;return _0x175103[_0x454a09(0x144)](_0x4eabc8=>_0x4eabc8[_0x454a09(0x15f)]==='company'&&_0x4eabc8[_0x454a09(0x193)]===_0x4aa5f4&&_0x4eabc8[_0x454a09(0x152)]===_0x4dbe7b);}export async function getKbOrNull(_0x536b97,_0x1ee177){const _0xd3fde8=a104_0x3d7079;try{const _0x4e08b3=await getEnterpriseKnowledgeBase(_0x536b97[_0xd3fde8(0x15e)],_0x1ee177);return assertCompanyKnowledgeBase(_0x4e08b3,_0x536b97[_0xd3fde8(0x193)],_0x1ee177),_0x4e08b3;}catch(_0x211212){if(getPlatformErrorCode(_0x211212)===DATA_NOT_EXIST_ERROR_CODE)return null;throw _0x211212;}}export async function requireKb(_0x156b8e,_0x577592){const _0x411a54=a104_0x3d7079,_0x52f91d=await getKbOrNull(_0x156b8e,_0x577592);if(!_0x52f91d)throw kbError(_0x411a54(0x194),_0x411a54(0x164)+_0x577592,'Run\x20`rabetbase\x20kb\x20list\x20--format\x20compress`\x20to\x20inspect\x20the\x20resolved\x20app.');return _0x52f91d;}export function assertExpectedKbVersion(_0x1ce02b,_0x52b810){const _0x5bdb65=a104_0x3d7079;if(_0x52b810===undefined||_0x1ce02b[_0x5bdb65(0x154)]===_0x52b810)return;throw kbError(_0x5bdb65(0x196),'Knowledge\x20base\x20'+_0x1ce02b['id']+_0x5bdb65(0x18d)+_0x52b810+_0x5bdb65(0x167)+_0x1ce02b[_0x5bdb65(0x154)]+'.',_0x5bdb65(0x145));}