@lovrabet/rabetbase-cli 2.4.1-beta.1 → 2.4.1

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 (292) 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/react/create.js +1 -1
  141. package/lib/commands/page/react/detail.js +1 -1
  142. package/lib/commands/page/react/list.js +1 -1
  143. package/lib/commands/page/react/publish.js +1 -1
  144. package/lib/commands/page/react/shared.js +1 -1
  145. package/lib/commands/page/react/syntax.js +1 -1
  146. package/lib/commands/page/react/template.js +1 -1
  147. package/lib/commands/page/react/update.js +1 -1
  148. package/lib/commands/page/relation-audit.js +1 -1
  149. package/lib/commands/page/restore.js +1 -1
  150. package/lib/commands/page/shared.js +1 -1
  151. package/lib/commands/page/standard-page-status.js +1 -1
  152. package/lib/commands/page/sync.js +1 -1
  153. package/lib/commands/permit/index.js +1 -1
  154. package/lib/commands/permit/page-get.js +1 -1
  155. package/lib/commands/permit/page-set.js +1 -1
  156. package/lib/commands/permit/role-apis-set.js +1 -1
  157. package/lib/commands/permit/role-menus-set.js +1 -1
  158. package/lib/commands/permit/role-menus.js +1 -1
  159. package/lib/commands/permit/shared.js +1 -1
  160. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  161. package/lib/commands/project/create/format-elapsed.js +1 -1
  162. package/lib/commands/project/create/main.js +1 -1
  163. package/lib/commands/project/create/non-interactive.js +1 -1
  164. package/lib/commands/project/create/project-template-path.js +1 -1
  165. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  166. package/lib/commands/project/create/use-format-code.js +1 -1
  167. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  168. package/lib/commands/project/index.js +1 -1
  169. package/lib/commands/project/upgrade.js +1 -1
  170. package/lib/commands/registry.js +1 -1
  171. package/lib/commands/role/create.js +1 -1
  172. package/lib/commands/role/delete.js +1 -1
  173. package/lib/commands/role/detail.js +1 -1
  174. package/lib/commands/role/index.js +1 -1
  175. package/lib/commands/role/list.js +1 -1
  176. package/lib/commands/role/shared.js +1 -1
  177. package/lib/commands/role/update.js +1 -1
  178. package/lib/commands/role/user-add.js +1 -1
  179. package/lib/commands/role/user-remove.js +1 -1
  180. package/lib/commands/role/user-resolve.js +1 -1
  181. package/lib/commands/run/index.js +1 -1
  182. package/lib/commands/schema.js +1 -1
  183. package/lib/commands/sql/create.js +1 -1
  184. package/lib/commands/sql/delete.js +1 -1
  185. package/lib/commands/sql/detail.js +1 -1
  186. package/lib/commands/sql/exec.js +1 -1
  187. package/lib/commands/sql/index.js +1 -1
  188. package/lib/commands/sql/list.js +1 -1
  189. package/lib/commands/sql/pull.js +1 -1
  190. package/lib/commands/sql/push.js +1 -1
  191. package/lib/commands/sql/shared.js +1 -1
  192. package/lib/commands/sql/status.js +1 -1
  193. package/lib/commands/sql/validate.js +1 -1
  194. package/lib/commands/task/index.js +1 -1
  195. package/lib/commands/task/status.js +1 -1
  196. package/lib/commands/tenant/index.js +1 -1
  197. package/lib/commands/tenant/members-list.js +1 -1
  198. package/lib/commands/tenant/shared.js +1 -1
  199. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  200. package/lib/commands/user-account/index.js +1 -1
  201. package/lib/commands/workspace/add.js +1 -1
  202. package/lib/commands/workspace/index.js +1 -1
  203. package/lib/commands/workspace/remove.js +1 -1
  204. package/lib/config/schema.js +1 -1
  205. package/lib/constant/cdn.js +1 -1
  206. package/lib/constant/cli.js +1 -1
  207. package/lib/constant/defaults.js +1 -1
  208. package/lib/constant/domain.js +1 -1
  209. package/lib/constant/env.js +1 -1
  210. package/lib/constant/output.js +1 -1
  211. package/lib/constant/paths.js +1 -1
  212. package/lib/constant/risk.js +1 -1
  213. package/lib/context/app-resolver.js +1 -1
  214. package/lib/context/auth-resolver.js +1 -1
  215. package/lib/context/config-loader.js +1 -1
  216. package/lib/context.js +1 -1
  217. package/lib/core/alias-resolver.js +1 -1
  218. package/lib/core/api-client.js +1 -1
  219. package/lib/core/bff/config.js +1 -1
  220. package/lib/core/bff/file-system.js +1 -1
  221. package/lib/core/bff/hash.js +1 -1
  222. package/lib/core/bff/lock.js +1 -1
  223. package/lib/core/bff/utils.js +1 -1
  224. package/lib/core/db-resolver.js +1 -1
  225. package/lib/core/page/file-system.js +1 -1
  226. package/lib/core/page/hash.js +1 -1
  227. package/lib/core/page/lock.js +1 -1
  228. package/lib/core/sql-index-auditor.js +1 -1
  229. package/lib/core/sql-sync/config.js +1 -1
  230. package/lib/core/sql-sync/file-system.js +1 -1
  231. package/lib/core/sql-sync/hash.js +1 -1
  232. package/lib/core/sql-sync/lock.js +1 -1
  233. package/lib/core/sql-sync/utils.js +1 -1
  234. package/lib/core/sql-validator.js +1 -1
  235. package/lib/errors.js +1 -1
  236. package/lib/framework/build-all-flags.js +1 -1
  237. package/lib/framework/error-output.js +1 -1
  238. package/lib/framework/explicit-yes.js +1 -1
  239. package/lib/framework/flags.js +1 -1
  240. package/lib/framework/help.js +1 -1
  241. package/lib/framework/index.js +1 -1
  242. package/lib/framework/output.js +1 -1
  243. package/lib/framework/response.js +1 -1
  244. package/lib/framework/runner-alias.js +1 -1
  245. package/lib/framework/runner.js +1 -1
  246. package/lib/framework/schema-export.js +1 -1
  247. package/lib/framework/types.js +1 -1
  248. package/lib/generated/build-info.d.ts +4 -4
  249. package/lib/generated/build-info.js +1 -1
  250. package/lib/help.js +1 -1
  251. package/lib/postinstall.js +1 -1
  252. package/lib/runtime/confirmation.js +1 -1
  253. package/lib/runtime/event.js +1 -1
  254. package/lib/runtime/index.js +1 -1
  255. package/lib/runtime/queue.js +1 -1
  256. package/lib/runtime/resolve.js +1 -1
  257. package/lib/skills/builtin-skill.js +1 -1
  258. package/lib/skills/main.js +1 -1
  259. package/lib/skills/npx-skills-add.js +1 -1
  260. package/lib/skills/skill-presence.js +1 -1
  261. package/lib/telemetry/cli-command-trace.js +1 -1
  262. package/lib/telemetry/cli-help-trace.js +1 -1
  263. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  264. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  265. package/lib/telemetry/send-cli-trace-log.js +1 -1
  266. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  267. package/lib/utils/ai_config.js +1 -1
  268. package/lib/utils/apply-jq-filter.js +1 -1
  269. package/lib/utils/cdn-config.js +1 -1
  270. package/lib/utils/check-sdk-version.js +1 -1
  271. package/lib/utils/cli-version-check.js +1 -1
  272. package/lib/utils/cli-version-policy.js +1 -1
  273. package/lib/utils/config.js +1 -1
  274. package/lib/utils/copy-directory.js +1 -1
  275. package/lib/utils/entity-with-id.js +1 -1
  276. package/lib/utils/file-utils.js +1 -1
  277. package/lib/utils/guides-cdn.js +1 -1
  278. package/lib/utils/http-client.js +1 -1
  279. package/lib/utils/is-non-interactive.js +1 -1
  280. package/lib/utils/logger.js +1 -1
  281. package/lib/utils/params.js +1 -1
  282. package/lib/utils/platform.js +1 -1
  283. package/lib/utils/rules-cdn.js +1 -1
  284. package/lib/utils/sleep.js +1 -1
  285. package/lib/utils/template-replacer.js +1 -1
  286. package/lib/utils/update-notice.js +1 -1
  287. package/lib/utils/version.js +1 -1
  288. package/lib/utils/with-active-cookie.js +1 -1
  289. package/lib/utils/write-cli-side-channel.js +1 -1
  290. package/package.json +1 -1
  291. package/skills/rabetbase/SKILL.md +1 -1
  292. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- const a91_0xbd74a2=a91_0x5f48;(function(_0x44488e,_0x228b5e){const _0x5c4ce2=a91_0x5f48,_0xc127a7=_0x44488e();while(!![]){try{const _0x3fecbd=parseInt(_0x5c4ce2(0x1ca))/0x1*(parseInt(_0x5c4ce2(0x1bf))/0x2)+-parseInt(_0x5c4ce2(0x1cc))/0x3+-parseInt(_0x5c4ce2(0x1de))/0x4*(-parseInt(_0x5c4ce2(0x1bc))/0x5)+parseInt(_0x5c4ce2(0x1c5))/0x6*(parseInt(_0x5c4ce2(0x1d9))/0x7)+-parseInt(_0x5c4ce2(0x1ce))/0x8*(-parseInt(_0x5c4ce2(0x1d8))/0x9)+parseInt(_0x5c4ce2(0x1b9))/0xa+-parseInt(_0x5c4ce2(0x1da))/0xb;if(_0x3fecbd===_0x228b5e)break;else _0xc127a7['push'](_0xc127a7['shift']());}catch(_0x56badf){_0xc127a7['push'](_0xc127a7['shift']());}}}(a91_0xcd78,0xb76e8));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';import{sanitizeDbLinkForOutput,validateDbUrl}from'../../commands/db/shared.js';function a91_0xcd78(){const _0xdc9bb0=['Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','1671720dMneFm','dburl','New\x20description','5612950Yagotv','******','Updated\x20db\x20link\x20','5HQcacB','[redacted]','username','694GoQayy','New\x20database\x20name','dbparam','update','dbName','POST','425130cnNrCt','dbUrl','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','str','dbname','207Pxquox','has','3596244mhYBDJ','validation','16YPrDyl','trim','/smartapi/dblink/update','--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.','string','write','num','New\x20username','password','dbdesc','3466737OFldHB','91cJDnDs','8717181WCwgsu','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password'];a91_0xcd78=function(){return _0xdc9bb0;};return a91_0xcd78();}import{normalizeEntityWithIdResponse}from'../../utils/entity-with-id.js';function a91_0x5f48(_0x25e63b,_0x134263){_0x25e63b=_0x25e63b-0x1b9;const _0xcd785b=a91_0xcd78();let _0x5f4885=_0xcd785b[_0x25e63b];return _0x5f4885;}const MASKED_PASSWORD_VALUES=new Set([a91_0xbd74a2(0x1ba),a91_0xbd74a2(0x1bd)]);function mergeDbLinkUpdate(_0x24f99d,_0xf7275){const _0x546cb8=a91_0xbd74a2,_0x4e6a4e={..._0x24f99d},_0x28de35=_0xf7275[_0x546cb8(0x1c8)](_0x546cb8(0x1d6));if(_0x28de35&&MASKED_PASSWORD_VALUES[_0x546cb8(0x1cb)](_0x28de35))throw CliErrors[_0x546cb8(0x1cd)](_0x546cb8(0x1d1));if(!_0x28de35&&MASKED_PASSWORD_VALUES[_0x546cb8(0x1cb)](String(_0x24f99d[_0x546cb8(0x1d6)]??'')))throw CliErrors[_0x546cb8(0x1cd)](_0x546cb8(0x1db));const _0x300515=_0xf7275[_0x546cb8(0x1c8)](_0x546cb8(0x1c9));if(_0x300515)_0x4e6a4e[_0x546cb8(0x1c3)]=_0x300515;const _0x2c16f5=_0xf7275[_0x546cb8(0x1c8)](_0x546cb8(0x1df));if(_0x2c16f5)_0x4e6a4e[_0x546cb8(0x1c6)]=_0x2c16f5['trim']();const _0x1049d7=_0xf7275[_0x546cb8(0x1c8)](_0x546cb8(0x1be));if(_0x1049d7)_0x4e6a4e['username']=_0x1049d7;if(_0x28de35)_0x4e6a4e['password']=_0x28de35;const _0x2b8e15=_0xf7275[_0x546cb8(0x1c8)](_0x546cb8(0x1c1));if(_0x2b8e15)_0x4e6a4e['dbParam']=_0x2b8e15;const _0x413453=_0xf7275[_0x546cb8(0x1c8)](_0x546cb8(0x1d7));if(_0x413453)_0x4e6a4e['dbDesc']=_0x413453;return _0x4e6a4e;}export const dbUpdate={'service':'db','command':a91_0xbd74a2(0x1c2),'description':a91_0xbd74a2(0x1dd),'risk':a91_0xbd74a2(0x1d3),'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a91_0xbd74a2(0x1c9),'type':a91_0xbd74a2(0x1d2),'description':a91_0xbd74a2(0x1c0)},{'name':'dburl','type':a91_0xbd74a2(0x1d2),'description':'New\x20host:port'},{'name':'username','type':a91_0xbd74a2(0x1d2),'description':a91_0xbd74a2(0x1d5)},{'name':'password','type':a91_0xbd74a2(0x1d2),'description':a91_0xbd74a2(0x1dc)},{'name':a91_0xbd74a2(0x1c1),'type':a91_0xbd74a2(0x1d2),'description':'New\x20connection\x20parameter\x20string'},{'name':a91_0xbd74a2(0x1d7),'type':a91_0xbd74a2(0x1d2),'description':a91_0xbd74a2(0x1e0)}],async 'validate'(_0x5ec964){const _0x383349=a91_0xbd74a2,_0x17e10f=_0x5ec964[_0x383349(0x1c8)](_0x383349(0x1df));if(_0x17e10f&&!validateDbUrl(_0x17e10f[_0x383349(0x1cf)]()))throw CliErrors['validation']('Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22'+_0x17e10f+'\x22');},async 'dryRun'(_0x18a57f){const _0x208307=a91_0xbd74a2,_0x36af1e=_0x18a57f[_0x208307(0x1d4)]('id'),_0x1f544b=await getDbLinkInfo(_0x36af1e),_0x1aa5ad=mergeDbLinkUpdate(_0x1f544b,_0x18a57f),_0x42e761=sanitizeDbLinkForOutput(_0x1aa5ad);return{'method':_0x208307(0x1c4),'url':_0x208307(0x1d0),'body':_0x42e761,'description':_0x208307(0x1c7)};},async 'execute'(_0x4b483c){const _0x496a99=a91_0xbd74a2,_0x4932c2=_0x4b483c[_0x496a99(0x1d4)]('id'),_0x4b6de1=await getDbLinkInfo(_0x4932c2),_0x541be3=mergeDbLinkUpdate(_0x4b6de1,_0x4b483c),{id:_0x59963c,entity:_0x5f18c0}=normalizeEntityWithIdResponse(await updateDbLink(_0x541be3));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x5f18c0),'message':_0x496a99(0x1bb)+(_0x59963c??_0x4932c2)};}};
1
+ const a91_0x1c59bf=a91_0x49e5;function a91_0x183c(){const _0x1d60e8=['password','dbdesc','num','dbparam','Updated\x20db\x20link\x20','string','2579406EfMRNc','251703SYaYbY','136TRKoji','1571134gvGPMz','2043120geslQn','has','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','dbUrl','3OWxGPg','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','314372VEvVrU','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','New\x20description','write','dbname','--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.','validation','New\x20username','9579110WZseue','7rQWFZa','username','45TTnxuA','dburl','808719UeIraw','New\x20connection\x20parameter\x20string','dbDesc','New\x20host:port','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','[redacted]','55owhTgu','dbName','str','/smartapi/dblink/update'];a91_0x183c=function(){return _0x1d60e8;};return a91_0x183c();}(function(_0x5d76c6,_0x114b8c){const _0x4f049d=a91_0x49e5,_0x426fa6=_0x5d76c6();while(!![]){try{const _0x7bff9b=-parseInt(_0x4f049d(0x16e))/0x1+-parseInt(_0x4f049d(0x181))/0x2*(-parseInt(_0x4f049d(0x15f))/0x3)+parseInt(_0x4f049d(0x161))/0x4*(parseInt(_0x4f049d(0x16c))/0x5)+parseInt(_0x4f049d(0x17e))/0x6*(parseInt(_0x4f049d(0x16a))/0x7)+-parseInt(_0x4f049d(0x180))/0x8*(parseInt(_0x4f049d(0x17f))/0x9)+-parseInt(_0x4f049d(0x169))/0xa+parseInt(_0x4f049d(0x174))/0xb*(parseInt(_0x4f049d(0x182))/0xc);if(_0x7bff9b===_0x114b8c)break;else _0x426fa6['push'](_0x426fa6['shift']());}catch(_0x33ff88){_0x426fa6['push'](_0x426fa6['shift']());}}}(a91_0x183c,0x81e44));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';function a91_0x49e5(_0x3a336e,_0xb4d462){_0x3a336e=_0x3a336e-0x15c;const _0x183c99=a91_0x183c();let _0x49e50c=_0x183c99[_0x3a336e];return _0x49e50c;}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';import{sanitizeDbLinkForOutput,validateDbUrl}from'../../commands/db/shared.js';import{normalizeEntityWithIdResponse}from'../../utils/entity-with-id.js';const MASKED_PASSWORD_VALUES=new Set(['******',a91_0x1c59bf(0x173)]);function mergeDbLinkUpdate(_0x567e2e,_0x2bba33){const _0x155c0=a91_0x1c59bf,_0x640248={..._0x567e2e},_0xcd0dd6=_0x2bba33[_0x155c0(0x176)](_0x155c0(0x178));if(_0xcd0dd6&&MASKED_PASSWORD_VALUES[_0x155c0(0x15c)](_0xcd0dd6))throw CliErrors['validation'](_0x155c0(0x166));if(!_0xcd0dd6&&MASKED_PASSWORD_VALUES['has'](String(_0x567e2e['password']??'')))throw CliErrors[_0x155c0(0x167)](_0x155c0(0x162));const _0x17f39d=_0x2bba33[_0x155c0(0x176)]('dbname');if(_0x17f39d)_0x640248[_0x155c0(0x175)]=_0x17f39d;const _0x45b609=_0x2bba33[_0x155c0(0x176)](_0x155c0(0x16d));if(_0x45b609)_0x640248[_0x155c0(0x15e)]=_0x45b609['trim']();const _0x1f8e6b=_0x2bba33['str'](_0x155c0(0x16b));if(_0x1f8e6b)_0x640248[_0x155c0(0x16b)]=_0x1f8e6b;if(_0xcd0dd6)_0x640248['password']=_0xcd0dd6;const _0x21ab76=_0x2bba33[_0x155c0(0x176)](_0x155c0(0x17b));if(_0x21ab76)_0x640248['dbParam']=_0x21ab76;const _0x538fa0=_0x2bba33['str'](_0x155c0(0x179));if(_0x538fa0)_0x640248[_0x155c0(0x170)]=_0x538fa0;return _0x640248;}export const dbUpdate={'service':'db','command':'update','description':'Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','risk':a91_0x1c59bf(0x164),'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a91_0x1c59bf(0x165),'type':a91_0x1c59bf(0x17d),'description':'New\x20database\x20name'},{'name':a91_0x1c59bf(0x16d),'type':a91_0x1c59bf(0x17d),'description':a91_0x1c59bf(0x171)},{'name':a91_0x1c59bf(0x16b),'type':a91_0x1c59bf(0x17d),'description':a91_0x1c59bf(0x168)},{'name':a91_0x1c59bf(0x178),'type':'string','description':a91_0x1c59bf(0x160)},{'name':'dbparam','type':'string','description':a91_0x1c59bf(0x16f)},{'name':'dbdesc','type':'string','description':a91_0x1c59bf(0x163)}],async 'validate'(_0x1fa415){const _0x49b256=a91_0x1c59bf,_0x181cde=_0x1fa415['str']('dburl');if(_0x181cde&&!validateDbUrl(_0x181cde['trim']()))throw CliErrors[_0x49b256(0x167)](_0x49b256(0x172)+_0x181cde+'\x22');},async 'dryRun'(_0x4a0324){const _0x470ee9=a91_0x1c59bf,_0x4ec55f=_0x4a0324[_0x470ee9(0x17a)]('id'),_0x48e2fa=await getDbLinkInfo(_0x4ec55f),_0x17cd76=mergeDbLinkUpdate(_0x48e2fa,_0x4a0324),_0x666e0d=sanitizeDbLinkForOutput(_0x17cd76);return{'method':'POST','url':_0x470ee9(0x177),'body':_0x666e0d,'description':_0x470ee9(0x15d)};},async 'execute'(_0x18d2fe){const _0x3dfc48=a91_0x1c59bf,_0x172890=_0x18d2fe[_0x3dfc48(0x17a)]('id'),_0x23f2c6=await getDbLinkInfo(_0x172890),_0x3a4088=mergeDbLinkUpdate(_0x23f2c6,_0x18d2fe),{id:_0x5be957,entity:_0x51fe24}=normalizeEntityWithIdResponse(await updateDbLink(_0x3a4088));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x51fe24),'message':_0x3dfc48(0x17c)+(_0x5be957??_0x172890)};}};
@@ -1 +1 @@
1
- const a92_0x133e14=a92_0x30bb;(function(_0x250db8,_0x2122c6){const _0x591f6a=a92_0x30bb,_0xb2c41b=_0x250db8();while(!![]){try{const _0xe7bdde=parseInt(_0x591f6a(0x159))/0x1*(-parseInt(_0x591f6a(0x15b))/0x2)+parseInt(_0x591f6a(0x15e))/0x3*(parseInt(_0x591f6a(0x12f))/0x4)+parseInt(_0x591f6a(0x150))/0x5*(-parseInt(_0x591f6a(0x180))/0x6)+-parseInt(_0x591f6a(0x13d))/0x7*(parseInt(_0x591f6a(0x17c))/0x8)+-parseInt(_0x591f6a(0x169))/0x9+-parseInt(_0x591f6a(0x14c))/0xa+parseInt(_0x591f6a(0x141))/0xb;if(_0xe7bdde===_0x2122c6)break;else _0xb2c41b['push'](_0xb2c41b['shift']());}catch(_0x5d3f00){_0xb2c41b['push'](_0xb2c41b['shift']());}}}(a92_0x4f0b,0x2c447));import a92_0x23c810 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';function a92_0x4f0b(){const _0x3aa04b=['status','bold','✗\x20Not\x20logged\x20in','check','2506725WBhWAC','env','explicitAppName','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','apiDir','locale','\x20\x20Built-in\x20Skill','\x20\x20─','empty','\x20(default)','\x20←\x20current','log','red','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20API\x20Endpoints','cookie','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','currentApp','744XbIzYu','packageVersion','(default:\x20','verbose','234AzTDXl','accessKey','appCode','(none)','(default)','✗\x20Invalid\x20JSON','doctor','apps','\x20\x20Reason:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','state','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','defaultApp','(set,\x20length=','19556ypBNIP','message','\x20\x20Repair:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Config\x20Files','\x20\x20State:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','value','length','source','gray','repairCommand','(missing)','padEnd','yellow','repeat','23198NsjXBn','skillVersion','(not\x20found)','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','13574088CUllaf','reason','(set\x20via\x20file,\x20length=','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Auth','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20accessKey:\x20\x20','missing','arch','unknown','\x20\x20Installed\x20Path:\x20\x20','2244020bylxoj','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','green','pageSize','31345IJYSXV','✓\x20Valid\x20JSON','(no\x20file)','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','current','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','\x20\x20runtimeDomain:\x20\x20\x20','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','314854eSgQnT','format','2laUKfq','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','appcode','195weGNft','✓\x20Valid','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20explicitAppName:\x20','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','raw','version'];a92_0x4f0b=function(){return _0x3aa04b;};return a92_0x4f0b();}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';import{inspectBuiltinSkill}from'../skills/builtin-skill.js';function a92_0x30bb(_0xec365,_0x35f464){_0xec365=_0xec365-0x129;const _0x4f0bb8=a92_0x4f0b();let _0x30bb40=_0x4f0bb8[_0xec365];return _0x30bb40;}async function execute(_0x411adb){const _0xc116b0=a92_0x30bb,_0xadd8ba=GIT_COMMIT!==_0xc116b0(0x14a)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,_0xeee2bc=buildConfigFromFlags({}),_0x15b875=getCookie();console[_0xc116b0(0x175)](),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x166)](CLI_BIN_NAME+'\x20doctor')),console['log'](a92_0x23c810[_0xc116b0(0x137)]('─'[_0xc116b0(0x13c)](0x32))),console[_0xc116b0(0x175)](_0xc116b0(0x17a)+_0xadd8ba),console[_0xc116b0(0x175)]('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0xc116b0(0x164)]),console['log']('\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20'+process['platform']+'\x20'+process[_0xc116b0(0x149)]);const _0x2db84d=inspectBuiltinSkill();console[_0xc116b0(0x175)](),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x166)](_0xc116b0(0x170))),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x171)['repeat'](0x1e)));const _0x514c3f=_0x2db84d['state']===_0xc116b0(0x154)?a92_0x23c810[_0xc116b0(0x14e)]('✓\x20'+_0x2db84d[_0xc116b0(0x12a)]):a92_0x23c810[_0xc116b0(0x176)]('✗\x20'+_0x2db84d['state']);console[_0xc116b0(0x175)](_0xc116b0(0x133)+_0x514c3f),console[_0xc116b0(0x175)]('\x20\x20Package\x20Version:\x20'+_0x2db84d[_0xc116b0(0x17d)]),console[_0xc116b0(0x175)]('\x20\x20Skill\x20Version:\x20\x20\x20'+(_0x2db84d[_0xc116b0(0x13e)]||a92_0x23c810[_0xc116b0(0x137)]('(unknown)'))),console['log'](_0xc116b0(0x14b)+(_0x2db84d['installedPath']||a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x13f))));if(_0x2db84d[_0xc116b0(0x142)])console['log'](_0xc116b0(0x129)+_0x2db84d['reason']);_0x2db84d[_0xc116b0(0x12a)]!==_0xc116b0(0x154)&&console['log'](_0xc116b0(0x131)+_0x2db84d[_0xc116b0(0x138)]);console[_0xc116b0(0x175)](),console['log'](a92_0x23c810[_0xc116b0(0x166)](_0xc116b0(0x132))),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x171)['repeat'](0x1e)));const _0x196cbd=getGlobalConfigPath(),_0x40766e=getProjectConfigPath();console[_0xc116b0(0x175)](_0xc116b0(0x162)+(_0x196cbd||a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x13f)))),console[_0xc116b0(0x175)](_0xc116b0(0x153)+(_0x40766e||a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x13f)))),console['log'](),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x166)]('\x20\x20Config\x20JSON')),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x171)['repeat'](0x1e)));const _0x30530f=(_0x3e49df,_0x49ee86)=>{const _0x3f66ff=_0xc116b0;if(!_0x49ee86){console['log']('\x20\x20'+_0x3e49df[_0x3f66ff(0x13a)](0x11)+'\x20'+a92_0x23c810['gray'](_0x3f66ff(0x152)));return;}const _0x151a5f=inspectCliConfigJsonFile(_0x49ee86);if(_0x151a5f[_0x3f66ff(0x165)]==='ok')console['log']('\x20\x20'+_0x3e49df[_0x3f66ff(0x13a)](0x11)+'\x20'+a92_0x23c810[_0x3f66ff(0x14e)](_0x3f66ff(0x151)));else{if(_0x151a5f[_0x3f66ff(0x165)]===_0x3f66ff(0x172))console[_0x3f66ff(0x175)]('\x20\x20'+_0x3e49df[_0x3f66ff(0x13a)](0x11)+'\x20'+a92_0x23c810[_0x3f66ff(0x13b)]('⚠\x20Empty\x20(treated\x20as\x20{})'));else _0x151a5f[_0x3f66ff(0x165)]===_0x3f66ff(0x148)?console['log']('\x20\x20'+_0x3e49df[_0x3f66ff(0x13a)](0x11)+'\x20'+a92_0x23c810[_0x3f66ff(0x137)](_0x3f66ff(0x139))):(console[_0x3f66ff(0x175)]('\x20\x20'+_0x3e49df['padEnd'](0x11)+'\x20'+a92_0x23c810[_0x3f66ff(0x176)](_0x3f66ff(0x185))),console[_0x3f66ff(0x175)]('\x20\x20'+''[_0x3f66ff(0x13a)](0x11)+'\x20'+a92_0x23c810[_0x3f66ff(0x176)](_0x151a5f[_0x3f66ff(0x130)])));}};_0x30530f('Global',_0x196cbd),_0x30530f('Project',_0x40766e),console['log'](),console['log'](a92_0x23c810[_0xc116b0(0x166)](_0xc116b0(0x12c))),console[_0xc116b0(0x175)](a92_0x23c810['gray'](_0xc116b0(0x171)[_0xc116b0(0x13c)](0x1e))),console[_0xc116b0(0x175)](_0xc116b0(0x12b)+(_0xeee2bc[_0xc116b0(0x182)]||a92_0x23c810['red']('(not\x20set)'))),console[_0xc116b0(0x175)](_0xc116b0(0x144)+_0xeee2bc[_0xc116b0(0x16a)]),console['log'](_0xc116b0(0x146)+_0xeee2bc[_0xc116b0(0x16f)]),console[_0xc116b0(0x175)](_0xc116b0(0x177)+_0xeee2bc['apiDir']),console['log'](_0xc116b0(0x14d)+(_0xeee2bc[_0xc116b0(0x12d)]||a92_0x23c810[_0xc116b0(0x137)]('(none)'))),console['log'](_0xc116b0(0x156)+(_0xeee2bc[_0xc116b0(0x17b)]||a92_0x23c810['gray']('(none)'))),console[_0xc116b0(0x175)](_0xc116b0(0x161)+(_0xeee2bc[_0xc116b0(0x16b)]||a92_0x23c810[_0xc116b0(0x137)]('(none)'))),console[_0xc116b0(0x175)](_0xc116b0(0x16d)+(_0xeee2bc[_0xc116b0(0x15a)]||a92_0x23c810['gray'](_0xc116b0(0x17e)+DEFAULT_CONFIG_VALUES[_0xc116b0(0x15a)]+')'))),console['log'](_0xc116b0(0x160)+(_0xeee2bc[_0xc116b0(0x14f)]??a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x184)))),console[_0xc116b0(0x175)]('\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20'+_0xeee2bc['riskLevel']),console[_0xc116b0(0x175)]('\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0xeee2bc[_0xc116b0(0x17f)]),console[_0xc116b0(0x175)]('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xeee2bc[_0xc116b0(0x179)]?a92_0x23c810['green'](_0xc116b0(0x12e)+_0xeee2bc[_0xc116b0(0x179)][_0xc116b0(0x135)]+')'):_0x15b875?a92_0x23c810['green'](_0xc116b0(0x143)+_0x15b875[_0xc116b0(0x135)]+')'):a92_0x23c810['gray'](_0xc116b0(0x183))));const _0x28ffd2=Object['keys'](_0xeee2bc[_0xc116b0(0x187)]);if(_0x28ffd2[_0xc116b0(0x135)]>0x0){console[_0xc116b0(0x175)](),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x166)]('\x20\x20Apps')),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x171)[_0xc116b0(0x13c)](0x1e)));for(const _0x4aa224 of _0x28ffd2){const _0x32a869=_0xeee2bc[_0xc116b0(0x187)][_0x4aa224],_0x3931d4=_0x4aa224===_0xeee2bc[_0xc116b0(0x12d)],_0x4f3f24=_0x4aa224===_0xeee2bc[_0xc116b0(0x17b)],_0x24e06c=_0x4f3f24?a92_0x23c810[_0xc116b0(0x14e)](_0xc116b0(0x174)):'',_0xf3d3bd=_0x3931d4?_0xc116b0(0x173):'';console[_0xc116b0(0x175)]('\x20\x20'+_0x4aa224+_0xf3d3bd+_0x24e06c),console[_0xc116b0(0x175)](_0xc116b0(0x16c)+_0x32a869[_0xc116b0(0x15d)]);const _0x1d66f3=buildAppDoctorFields(_0x32a869,{'env':_0xeee2bc['env'],'apiDir':_0xeee2bc[_0xc116b0(0x163)]['apiDir']||DEFAULT_CONFIG_VALUES[_0xc116b0(0x16e)],'cookie':_0xeee2bc[_0xc116b0(0x179)]||_0x15b875||undefined,'accessKey':_0xeee2bc['accessKey']});console[_0xc116b0(0x175)]('\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1d66f3[_0xc116b0(0x16a)][_0xc116b0(0x134)]+'\x20\x20'+a92_0x23c810[_0xc116b0(0x137)]('('+_0x1d66f3['env'][_0xc116b0(0x136)]+')')),console[_0xc116b0(0x175)]('\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20'+_0x1d66f3[_0xc116b0(0x16e)][_0xc116b0(0x134)]+'\x20\x20'+a92_0x23c810['gray']('('+_0x1d66f3['apiDir']['source']+')'));const _0x290ced=_0x1d66f3[_0xc116b0(0x179)]['value']?a92_0x23c810['green']('(set,\x20length='+_0x1d66f3[_0xc116b0(0x179)][_0xc116b0(0x134)][_0xc116b0(0x135)]+')'):a92_0x23c810['gray'](_0xc116b0(0x183));console[_0xc116b0(0x175)](_0xc116b0(0x15c)+_0x290ced+'\x20\x20'+a92_0x23c810[_0xc116b0(0x137)]('('+_0x1d66f3['cookie'][_0xc116b0(0x136)]+')'));const _0x3f5281=_0x1d66f3[_0xc116b0(0x181)][_0xc116b0(0x134)]?a92_0x23c810[_0xc116b0(0x14e)]('(set,\x20length='+_0x1d66f3[_0xc116b0(0x181)][_0xc116b0(0x134)][_0xc116b0(0x135)]+')'):a92_0x23c810[_0xc116b0(0x137)](_0xc116b0(0x183));console[_0xc116b0(0x175)](_0xc116b0(0x147)+_0x3f5281+'\x20\x20'+a92_0x23c810[_0xc116b0(0x137)]('('+_0x1d66f3[_0xc116b0(0x181)]['source']+')'));}}console[_0xc116b0(0x175)](),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x166)](_0xc116b0(0x178))),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x137)]('\x20\x20─'[_0xc116b0(0x13c)](0x1e))),console[_0xc116b0(0x175)](_0xc116b0(0x140)+getApiDomain()),console[_0xc116b0(0x175)](_0xc116b0(0x158)+getUserDomain()),console[_0xc116b0(0x175)](_0xc116b0(0x157)+getRuntimeDomain()),console[_0xc116b0(0x175)](),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x166)](_0xc116b0(0x145))),console[_0xc116b0(0x175)](a92_0x23c810[_0xc116b0(0x137)]('\x20\x20─'[_0xc116b0(0x13c)](0x1e)));if(_0x15b875){const _0x180f2b=await getIsSessionValid();console[_0xc116b0(0x175)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x180f2b?a92_0x23c810[_0xc116b0(0x14e)](_0xc116b0(0x15f)):a92_0x23c810[_0xc116b0(0x176)]('✗\x20Expired')));}else console[_0xc116b0(0x175)](_0xc116b0(0x155)+a92_0x23c810[_0xc116b0(0x176)](_0xc116b0(0x167)));return console[_0xc116b0(0x175)](),{'ok':!![]};}export const doctorDefinition={'service':a92_0x133e14(0x186),'command':a92_0x133e14(0x168),'description':'Diagnose\x20CLI\x20configuration\x20and\x20connectivity','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ const a92_0x14c235=a92_0x27dc;(function(_0x228702,_0x26699a){const _0x295a46=a92_0x27dc,_0x5217ff=_0x228702();while(!![]){try{const _0x299350=-parseInt(_0x295a46(0x154))/0x1+parseInt(_0x295a46(0x189))/0x2+parseInt(_0x295a46(0x159))/0x3*(-parseInt(_0x295a46(0x15c))/0x4)+-parseInt(_0x295a46(0x17d))/0x5+parseInt(_0x295a46(0x174))/0x6+parseInt(_0x295a46(0x167))/0x7*(-parseInt(_0x295a46(0x14d))/0x8)+parseInt(_0x295a46(0x185))/0x9;if(_0x299350===_0x26699a)break;else _0x5217ff['push'](_0x5217ff['shift']());}catch(_0x1ad03f){_0x5217ff['push'](_0x5217ff['shift']());}}}(a92_0x1ba1,0x67d21));function a92_0x1ba1(){const _0x4edef8=['\x20←\x20current','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','reason','Global','\x20\x20\x20\x20accessKey:\x20\x20','unknown','\x20\x20─','(none)','1248700RMWIVr','green','yellow','\x20\x20Built-in\x20Skill','(set,\x20length=','installedPath','doctor','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','16834644cTJdeX','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','raw','packageVersion','317204HqwcUi','status','(set\x20via\x20file,\x20length=','\x20\x20Installed\x20Path:\x20\x20','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','riskLevel','✗\x20Expired','currentApp','repeat','accessKey','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','current','message','value','check','(missing)','bold','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Config\x20Files','Project','⚠\x20Empty\x20(treated\x20as\x20{})','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','log','version','format','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','source','(no\x20file)','cookie','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','repairCommand','apiDir','✓\x20Valid','(default)','\x20\x20Repair:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✗\x20Invalid\x20JSON','4820872JRjqXC','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','\x20\x20Config\x20JSON','apps','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','env','751099AcJNHl','red','✗\x20Not\x20logged\x20in','state','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','957IPQTwg','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','defaultApp','7052zjmgTQ','read','\x20\x20State:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','gray','padEnd','✓\x20Valid\x20JSON','empty','\x20\x20Skill\x20Version:\x20\x20\x20','\x20\x20Merged\x20Config','(default:\x20','platform','7tggWGK','\x20\x20API\x20Endpoints','pageSize','missing','length','\x20(default)','(not\x20found)','appcode','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','arch','\x20\x20Apps','keys','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','3371856axObSo'];a92_0x1ba1=function(){return _0x4edef8;};return a92_0x1ba1();}import a92_0x1f13ff 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_0x27dc(_0x436d62,_0x4e7c12){_0x436d62=_0x436d62-0x12d;const _0x1ba1d0=a92_0x1ba1();let _0x27dcba=_0x1ba1d0[_0x436d62];return _0x27dcba;}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';import{inspectBuiltinSkill}from'../skills/builtin-skill.js';async function execute(_0x3ffad8){const _0x8cd437=a92_0x27dc,_0x372ad2=GIT_COMMIT!==_0x8cd437(0x17a)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,_0xb7a017=buildConfigFromFlags({}),_0x4be8e8=getCookie();console[_0x8cd437(0x13e)](),console[_0x8cd437(0x13e)](a92_0x1f13ff['bold'](CLI_BIN_NAME+'\x20doctor')),console['log'](a92_0x1f13ff[_0x8cd437(0x15f)]('─'[_0x8cd437(0x130)](0x32))),console[_0x8cd437(0x13e)](_0x8cd437(0x13d)+_0x372ad2),console[_0x8cd437(0x13e)](_0x8cd437(0x186)+process[_0x8cd437(0x13f)]),console[_0x8cd437(0x13e)](_0x8cd437(0x173)+process[_0x8cd437(0x166)]+'\x20'+process[_0x8cd437(0x170)]);const _0x436469=inspectBuiltinSkill();console[_0x8cd437(0x13e)](),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x138)](_0x8cd437(0x180))),console[_0x8cd437(0x13e)](a92_0x1f13ff['gray'](_0x8cd437(0x17b)[_0x8cd437(0x130)](0x1e)));const _0x227277=_0x436469['state']===_0x8cd437(0x133)?a92_0x1f13ff[_0x8cd437(0x17e)]('✓\x20'+_0x436469[_0x8cd437(0x157)]):a92_0x1f13ff[_0x8cd437(0x155)]('✗\x20'+_0x436469['state']);console[_0x8cd437(0x13e)](_0x8cd437(0x15e)+_0x227277),console[_0x8cd437(0x13e)]('\x20\x20Package\x20Version:\x20'+_0x436469[_0x8cd437(0x188)]),console[_0x8cd437(0x13e)](_0x8cd437(0x163)+(_0x436469['skillVersion']||a92_0x1f13ff[_0x8cd437(0x15f)]('(unknown)'))),console[_0x8cd437(0x13e)](_0x8cd437(0x18c)+(_0x436469[_0x8cd437(0x182)]||a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x16d))));if(_0x436469[_0x8cd437(0x177)])console[_0x8cd437(0x13e)]('\x20\x20Reason:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x436469['reason']);_0x436469[_0x8cd437(0x157)]!==_0x8cd437(0x133)&&console[_0x8cd437(0x13e)](_0x8cd437(0x14b)+_0x436469[_0x8cd437(0x147)]);console[_0x8cd437(0x13e)](),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x138)](_0x8cd437(0x13a))),console[_0x8cd437(0x13e)](a92_0x1f13ff['gray'](_0x8cd437(0x17b)[_0x8cd437(0x130)](0x1e)));const _0x57b4db=getGlobalConfigPath(),_0x16946e=getProjectConfigPath();console[_0x8cd437(0x13e)](_0x8cd437(0x152)+(_0x57b4db||a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x16d)))),console[_0x8cd437(0x13e)]('\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x16946e||a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x16d)))),console[_0x8cd437(0x13e)](),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x138)](_0x8cd437(0x14f))),console['log'](a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x17b)[_0x8cd437(0x130)](0x1e)));const _0x42114b=(_0x45dca8,_0x128c55)=>{const _0x171bb1=_0x8cd437;if(!_0x128c55){console[_0x171bb1(0x13e)]('\x20\x20'+_0x45dca8['padEnd'](0x11)+'\x20'+a92_0x1f13ff[_0x171bb1(0x15f)](_0x171bb1(0x143)));return;}const _0x4d708c=inspectCliConfigJsonFile(_0x128c55);if(_0x4d708c[_0x171bb1(0x18a)]==='ok')console[_0x171bb1(0x13e)]('\x20\x20'+_0x45dca8['padEnd'](0x11)+'\x20'+a92_0x1f13ff[_0x171bb1(0x17e)](_0x171bb1(0x161)));else{if(_0x4d708c[_0x171bb1(0x18a)]===_0x171bb1(0x162))console[_0x171bb1(0x13e)]('\x20\x20'+_0x45dca8[_0x171bb1(0x160)](0x11)+'\x20'+a92_0x1f13ff[_0x171bb1(0x17f)](_0x171bb1(0x13c)));else _0x4d708c['status']===_0x171bb1(0x16a)?console[_0x171bb1(0x13e)]('\x20\x20'+_0x45dca8[_0x171bb1(0x160)](0x11)+'\x20'+a92_0x1f13ff['gray'](_0x171bb1(0x137))):(console[_0x171bb1(0x13e)]('\x20\x20'+_0x45dca8[_0x171bb1(0x160)](0x11)+'\x20'+a92_0x1f13ff[_0x171bb1(0x155)](_0x171bb1(0x14c))),console[_0x171bb1(0x13e)]('\x20\x20'+''[_0x171bb1(0x160)](0x11)+'\x20'+a92_0x1f13ff[_0x171bb1(0x155)](_0x4d708c[_0x171bb1(0x134)])));}};_0x42114b(_0x8cd437(0x178),_0x57b4db),_0x42114b(_0x8cd437(0x13b),_0x16946e),console[_0x8cd437(0x13e)](),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x138)](_0x8cd437(0x164))),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x17b)[_0x8cd437(0x130)](0x1e))),console[_0x8cd437(0x13e)]('\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xb7a017['appCode']||a92_0x1f13ff['red']('(not\x20set)'))),console['log'](_0x8cd437(0x145)+_0xb7a017['env']),console[_0x8cd437(0x13e)](_0x8cd437(0x158)+_0xb7a017['locale']),console[_0x8cd437(0x13e)]('\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0xb7a017[_0x8cd437(0x148)]),console[_0x8cd437(0x13e)]('\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20'+(_0xb7a017[_0x8cd437(0x15b)]||a92_0x1f13ff[_0x8cd437(0x15f)]('(none)'))),console[_0x8cd437(0x13e)](_0x8cd437(0x14e)+(_0xb7a017[_0x8cd437(0x12f)]||a92_0x1f13ff['gray'](_0x8cd437(0x17c)))),console[_0x8cd437(0x13e)]('\x20\x20explicitAppName:\x20'+(_0xb7a017['explicitAppName']||a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x17c)))),console[_0x8cd437(0x13e)]('\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xb7a017[_0x8cd437(0x140)]||a92_0x1f13ff['gray'](_0x8cd437(0x165)+DEFAULT_CONFIG_VALUES[_0x8cd437(0x140)]+')'))),console['log'](_0x8cd437(0x151)+(_0xb7a017[_0x8cd437(0x169)]??a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x14a)))),console[_0x8cd437(0x13e)](_0x8cd437(0x15a)+_0xb7a017[_0x8cd437(0x12d)]),console[_0x8cd437(0x13e)](_0x8cd437(0x176)+_0xb7a017['verbose']),console[_0x8cd437(0x13e)]('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xb7a017['cookie']?a92_0x1f13ff['green'](_0x8cd437(0x181)+_0xb7a017['cookie'][_0x8cd437(0x16b)]+')'):_0x4be8e8?a92_0x1f13ff[_0x8cd437(0x17e)](_0x8cd437(0x18b)+_0x4be8e8[_0x8cd437(0x16b)]+')'):a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x17c))));const _0x4c1d2c=Object[_0x8cd437(0x172)](_0xb7a017[_0x8cd437(0x150)]);if(_0x4c1d2c[_0x8cd437(0x16b)]>0x0){console['log'](),console['log'](a92_0x1f13ff[_0x8cd437(0x138)](_0x8cd437(0x171))),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x15f)]('\x20\x20─'[_0x8cd437(0x130)](0x1e)));for(const _0x214aa7 of _0x4c1d2c){const _0x3ebd4e=_0xb7a017[_0x8cd437(0x150)][_0x214aa7],_0x33e4ce=_0x214aa7===_0xb7a017[_0x8cd437(0x15b)],_0x2af403=_0x214aa7===_0xb7a017[_0x8cd437(0x12f)],_0x167826=_0x2af403?a92_0x1f13ff['green'](_0x8cd437(0x175)):'',_0x342cff=_0x33e4ce?_0x8cd437(0x16c):'';console['log']('\x20\x20'+_0x214aa7+_0x342cff+_0x167826),console[_0x8cd437(0x13e)](_0x8cd437(0x146)+_0x3ebd4e[_0x8cd437(0x16e)]);const _0x16b602=buildAppDoctorFields(_0x3ebd4e,{'env':_0xb7a017[_0x8cd437(0x153)],'apiDir':_0xb7a017[_0x8cd437(0x187)][_0x8cd437(0x148)]||DEFAULT_CONFIG_VALUES['apiDir'],'cookie':_0xb7a017[_0x8cd437(0x144)]||_0x4be8e8||undefined,'accessKey':_0xb7a017[_0x8cd437(0x131)]});console[_0x8cd437(0x13e)]('\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x16b602['env']['value']+'\x20\x20'+a92_0x1f13ff[_0x8cd437(0x15f)]('('+_0x16b602[_0x8cd437(0x153)][_0x8cd437(0x142)]+')')),console[_0x8cd437(0x13e)](_0x8cd437(0x18d)+_0x16b602[_0x8cd437(0x148)][_0x8cd437(0x135)]+'\x20\x20'+a92_0x1f13ff[_0x8cd437(0x15f)]('('+_0x16b602[_0x8cd437(0x148)][_0x8cd437(0x142)]+')'));const _0x303a19=_0x16b602['cookie'][_0x8cd437(0x135)]?a92_0x1f13ff[_0x8cd437(0x17e)](_0x8cd437(0x181)+_0x16b602['cookie'][_0x8cd437(0x135)][_0x8cd437(0x16b)]+')'):a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x17c));console[_0x8cd437(0x13e)](_0x8cd437(0x16f)+_0x303a19+'\x20\x20'+a92_0x1f13ff['gray']('('+_0x16b602[_0x8cd437(0x144)][_0x8cd437(0x142)]+')'));const _0x4fd821=_0x16b602['accessKey']['value']?a92_0x1f13ff[_0x8cd437(0x17e)](_0x8cd437(0x181)+_0x16b602[_0x8cd437(0x131)]['value']['length']+')'):a92_0x1f13ff[_0x8cd437(0x15f)]('(none)');console[_0x8cd437(0x13e)](_0x8cd437(0x179)+_0x4fd821+'\x20\x20'+a92_0x1f13ff[_0x8cd437(0x15f)]('('+_0x16b602[_0x8cd437(0x131)]['source']+')'));}}console[_0x8cd437(0x13e)](),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x138)](_0x8cd437(0x168))),console[_0x8cd437(0x13e)](a92_0x1f13ff['gray'](_0x8cd437(0x17b)[_0x8cd437(0x130)](0x1e))),console[_0x8cd437(0x13e)](_0x8cd437(0x184)+getApiDomain()),console[_0x8cd437(0x13e)](_0x8cd437(0x132)+getUserDomain()),console['log']('\x20\x20runtimeDomain:\x20\x20\x20'+getRuntimeDomain()),console['log'](),console[_0x8cd437(0x13e)](a92_0x1f13ff['bold']('\x20\x20Auth')),console[_0x8cd437(0x13e)](a92_0x1f13ff[_0x8cd437(0x15f)](_0x8cd437(0x17b)[_0x8cd437(0x130)](0x1e)));if(_0x4be8e8){const _0x518eec=await getIsSessionValid();console[_0x8cd437(0x13e)](_0x8cd437(0x139)+(_0x518eec?a92_0x1f13ff[_0x8cd437(0x17e)](_0x8cd437(0x149)):a92_0x1f13ff['red'](_0x8cd437(0x12e))));}else console['log'](_0x8cd437(0x139)+a92_0x1f13ff[_0x8cd437(0x155)](_0x8cd437(0x156)));return console['log'](),{'ok':!![]};}export const doctorDefinition={'service':a92_0x14c235(0x183),'command':a92_0x14c235(0x136),'description':a92_0x14c235(0x141),'risk':a92_0x14c235(0x15d),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a93_0x1948b0=a93_0x4e65;(function(_0x56f757,_0x499158){const _0x50dd06=a93_0x4e65,_0x4b709d=_0x56f757();while(!![]){try{const _0x5b3400=parseInt(_0x50dd06(0xe7))/0x1*(-parseInt(_0x50dd06(0xee))/0x2)+parseInt(_0x50dd06(0xfe))/0x3+-parseInt(_0x50dd06(0xe4))/0x4*(parseInt(_0x50dd06(0xff))/0x5)+parseInt(_0x50dd06(0xdf))/0x6+parseInt(_0x50dd06(0xe9))/0x7*(parseInt(_0x50dd06(0xfa))/0x8)+-parseInt(_0x50dd06(0xe3))/0x9*(-parseInt(_0x50dd06(0xea))/0xa)+-parseInt(_0x50dd06(0xde))/0xb;if(_0x5b3400===_0x499158)break;else _0x4b709d['push'](_0x4b709d['shift']());}catch(_0x49d3f9){_0x4b709d['push'](_0x4b709d['shift']());}}}(a93_0x5a21,0x6a50a));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';function a93_0x5a21(){const _0x3dbdb8=['file','download','\x20to\x20development\x20app\x20','448566yQwYvz','trim','File','Path\x20to\x20the\x20local\x20file\x20to\x20upload','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','Preview:\x20upload\x20','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','string','POST','str','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','boolean','8wZEOfW','long-term','filepath','filePath','81861pvdfvl','20eZdJcm','upload','bool','query-url','path','1684650UbgjCz','4427028Rpcjxy','/smartapi/common/uploadFile','read','appCode','13131NDEkuI','814564fFrNfW','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','3PUUngA','Uploaded\x20file:\x20','4447709lptDZe','4630CkDwqh'];a93_0x5a21=function(){return _0x3dbdb8;};return a93_0x5a21();}import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a93_0x1948b0(0xeb),'type':a93_0x1948b0(0xf5),'required':!![],'description':a93_0x1948b0(0xf1)},FILEPATH_FLAG={'name':a93_0x1948b0(0xfc),'type':a93_0x1948b0(0xf5),'required':!![],'description':'Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data'},DOWNLOAD_FLAG={'name':a93_0x1948b0(0xec),'type':'boolean','description':a93_0x1948b0(0xf2)},LONG_TERM_FLAG={'name':a93_0x1948b0(0xfb),'type':a93_0x1948b0(0xf9),'description':a93_0x1948b0(0xe5)};function requireFilePath(_0x4fe2cc){const _0x858361=a93_0x1948b0,_0x3ed847=_0x4fe2cc[_0x858361(0xef)]();if(!_0x3ed847)throw CliErrors['validation']('filePath\x20is\x20required.');return _0x3ed847;}function a93_0x4e65(_0x33cf6c,_0x3d8bf2){_0x33cf6c=_0x33cf6c-0xde;const _0x5a2198=a93_0x5a21();let _0x4e6545=_0x5a2198[_0x33cf6c];return _0x4e6545;}const fileUpload={'service':'file','command':a93_0x1948b0(0x100),'description':'Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','risk':'read','flags':[FILE_FLAG],async 'dryRun'(_0x17502e){const _0x3f0366=a93_0x1948b0,_0x4360b=requireDevelopmentUploadFile(_0x17502e[_0x3f0366(0xf7)]('file'),_0x3f0366(0xf0));return{'method':_0x3f0366(0xf6),'url':_0x3f0366(0xe0),'body':{'appCode':_0x17502e['appCode'],'multipart':{'file':_0x4360b}},'description':_0x3f0366(0xf3)+_0x4360b[_0x3f0366(0x103)]+_0x3f0366(0xed)+_0x17502e[_0x3f0366(0xe2)]};},async 'execute'(_0x5b6217){const _0x32b13c=a93_0x1948b0,_0x4f129b=requireDevelopmentUploadFile(_0x5b6217['str'](_0x32b13c(0xeb)),_0x32b13c(0xf0)),_0x589eeb=await uploadDevelopmentFile(_0x5b6217['appCode'],_0x4f129b['path']);return{'ok':!![],'data':_0x589eeb,'message':_0x589eeb[_0x32b13c(0xfd)]?_0x32b13c(0xe8)+_0x589eeb[_0x32b13c(0xfd)]+_0x32b13c(0xe6):_0x32b13c(0xf8)};}},fileQueryUrl={'service':a93_0x1948b0(0xeb),'command':a93_0x1948b0(0x102),'description':a93_0x1948b0(0xf4),'risk':a93_0x1948b0(0xe1),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x21be2b){const _0x1ebc40=a93_0x1948b0,_0x6b8b19=requireFilePath(_0x21be2b['str'](_0x1ebc40(0xfc))),_0x28468b=await queryDevelopmentFileUrl(_0x6b8b19,{'download':_0x21be2b[_0x1ebc40(0x101)]('download'),'longTerm':_0x21be2b[_0x1ebc40(0x101)](_0x1ebc40(0xfb))});return{'ok':!![],'data':_0x28468b};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
1
+ const a93_0x579269=a93_0x2665;(function(_0x26b83e,_0x26e438){const _0x1d579d=a93_0x2665,_0x11dc04=_0x26b83e();while(!![]){try{const _0x5a57c4=-parseInt(_0x1d579d(0xb6))/0x1*(parseInt(_0x1d579d(0xb2))/0x2)+parseInt(_0x1d579d(0x9d))/0x3*(parseInt(_0x1d579d(0xb9))/0x4)+-parseInt(_0x1d579d(0xba))/0x5+-parseInt(_0x1d579d(0xaf))/0x6+parseInt(_0x1d579d(0x9a))/0x7+-parseInt(_0x1d579d(0xbc))/0x8+parseInt(_0x1d579d(0xb4))/0x9;if(_0x5a57c4===_0x26e438)break;else _0x11dc04['push'](_0x11dc04['shift']());}catch(_0x25856b){_0x11dc04['push'](_0x11dc04['shift']());}}}(a93_0x28ef,0xe9022));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';function a93_0x2665(_0x48047b,_0x3323de){_0x48047b=_0x48047b-0x9a;const _0x28ef34=a93_0x28ef();let _0x2665a8=_0x28ef34[_0x48047b];return _0x2665a8;}import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a93_0x579269(0xa7),'type':a93_0x579269(0xad),'required':!![],'description':a93_0x579269(0xac)},FILEPATH_FLAG={'name':a93_0x579269(0xa4),'type':'string','required':!![],'description':a93_0x579269(0xa3)},DOWNLOAD_FLAG={'name':a93_0x579269(0xa0),'type':'boolean','description':a93_0x579269(0x9c)},LONG_TERM_FLAG={'name':a93_0x579269(0xa8),'type':a93_0x579269(0xa5),'description':a93_0x579269(0xa9)};function requireFilePath(_0x3bbab2){const _0x50de15=a93_0x579269,_0x2f7558=_0x3bbab2['trim']();if(!_0x2f7558)throw CliErrors[_0x50de15(0xae)]('filePath\x20is\x20required.');return _0x2f7558;}function a93_0x28ef(){const _0x3414f0=['Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','filePath','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','Path\x20to\x20the\x20local\x20file\x20to\x20upload','string','validation','9856128cPbFDA','appCode','File','749716iIAJFS','Preview:\x20upload\x20','33971580ARkJem','str','3vhPavg','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','/smartapi/common/uploadFile','2016932IbTnsX','6962310CNFgeI','Uploaded\x20file:\x20','8807976psNLYv','10024259SkQvDv','bool','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','6OWLkKy','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','read','download','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','upload','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','filepath','boolean','\x20to\x20development\x20app\x20','file','long-term'];a93_0x28ef=function(){return _0x3414f0;};return a93_0x28ef();}const fileUpload={'service':'file','command':a93_0x579269(0xa2),'description':a93_0x579269(0xb7),'risk':a93_0x579269(0x9f),'flags':[FILE_FLAG],async 'dryRun'(_0x58fdd8){const _0x4872cf=a93_0x579269,_0x322cb2=requireDevelopmentUploadFile(_0x58fdd8[_0x4872cf(0xb5)](_0x4872cf(0xa7)),_0x4872cf(0xb1));return{'method':'POST','url':_0x4872cf(0xb8),'body':{'appCode':_0x58fdd8[_0x4872cf(0xb0)],'multipart':{'file':_0x322cb2}},'description':_0x4872cf(0xb3)+_0x322cb2['path']+_0x4872cf(0xa6)+_0x58fdd8[_0x4872cf(0xb0)]};},async 'execute'(_0x1a82a0){const _0x1011cf=a93_0x579269,_0x8a89b6=requireDevelopmentUploadFile(_0x1a82a0[_0x1011cf(0xb5)]('file'),_0x1011cf(0xb1)),_0x9b75a8=await uploadDevelopmentFile(_0x1a82a0[_0x1011cf(0xb0)],_0x8a89b6['path']);return{'ok':!![],'data':_0x9b75a8,'message':_0x9b75a8[_0x1011cf(0xaa)]?_0x1011cf(0xbb)+_0x9b75a8[_0x1011cf(0xaa)]+_0x1011cf(0xa1):_0x1011cf(0x9e)};}},fileQueryUrl={'service':a93_0x579269(0xa7),'command':'query-url','description':a93_0x579269(0xab),'risk':a93_0x579269(0x9f),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x4629ff){const _0x3cd6c0=a93_0x579269,_0x552bf7=requireFilePath(_0x4629ff[_0x3cd6c0(0xb5)](_0x3cd6c0(0xa4))),_0x26f958=await queryDevelopmentFileUrl(_0x552bf7,{'download':_0x4629ff[_0x3cd6c0(0x9b)](_0x3cd6c0(0xa0)),'longTerm':_0x4629ff[_0x3cd6c0(0x9b)](_0x3cd6c0(0xa8))});return{'ok':!![],'data':_0x26f958};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
@@ -1 +1 @@
1
- const a94_0x28b22b=a94_0x5923;(function(_0xb4732c,_0x3fb187){const _0x20501e=a94_0x5923,_0x1eeaa3=_0xb4732c();while(!![]){try{const _0x1e1caf=parseInt(_0x20501e(0x1b0))/0x1*(parseInt(_0x20501e(0x1cb))/0x2)+-parseInt(_0x20501e(0x1c8))/0x3*(-parseInt(_0x20501e(0x1c7))/0x4)+-parseInt(_0x20501e(0x1a8))/0x5+parseInt(_0x20501e(0x1a9))/0x6*(parseInt(_0x20501e(0x1c4))/0x7)+-parseInt(_0x20501e(0x1b9))/0x8+-parseInt(_0x20501e(0x1af))/0x9+parseInt(_0x20501e(0x1a7))/0xa;if(_0x1e1caf===_0x3fb187)break;else _0x1eeaa3['push'](_0x1eeaa3['shift']());}catch(_0x452115){_0x1eeaa3['push'](_0x1eeaa3['shift']());}}}(a94_0x2ea5,0x40139));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_0x2ea5(){const _0x1247c3=['custom','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','921051KhrYuH','541SPvJGZ','appCode','string','检测到旧配置文件,正在自动升级...\x0a','yes','valid','project','boolean','Use\x20`','41840OydYRQ','\x20\x20Config:\x20','validation','App\x20code\x20to\x20initialize\x20with','env','map','Usage:\x20','\x20\x20Env:\x20','str','Target\x20environment','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','850654UbxSSL','cwd','appcode','8SYnJKR','75252kevhIj','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','join','1940jtArko','log','flagMissing','Write\x20to\x20global\x20config\x20instead\x20of\x20project','toLocaleString','\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]','init','1712790IZNYfO','2488565khEQoM','6QOpPvQ','nonInteractive','production','global'];a94_0x2ea5=function(){return _0x1247c3;};return a94_0x2ea5();}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';function a94_0x5923(_0xc49ee8,_0x552443){_0xc49ee8=_0xc49ee8-0x1a5;const _0x2ea505=a94_0x2ea5();let _0x592356=_0x2ea505[_0xc49ee8];return _0x592356;}import{promptCustomAppcode,selectMultipleApps}from'../../commands/common/app-selector.js';import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0xbdd77){return{'appCode':_0xbdd77,'appName':_0xbdd77};}function writeInitConfig(_0x1587fa,_0x1f6229,_0x3b61ed){const _0x54ed2d=a94_0x5923,_0x405b78=resolveWriteConfigPath(_0x1587fa),_0x1d1798=buildCanonicalProjectConfig({},{'appCodes':_0x1f6229[_0x54ed2d(0x1be)](_0x182f69=>_0x182f69[_0x54ed2d(0x1b1)]),'env':_0x3b61ed,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x54ed2d(0x1cf)]()}});writeConfigFile(_0x405b78,_0x1d1798);const _0x59a986=_0x1587fa===_0x54ed2d(0x1ac)?_0x54ed2d(0x1ac):_0x54ed2d(0x1b6);console[_0x54ed2d(0x1cc)]('\x0a✓\x20Successfully\x20initialized\x20'+_0x59a986+'\x20config'),console['log']('\x20\x20Apps:\x20'+_0x1f6229[_0x54ed2d(0x1be)](_0x494f4a=>_0x494f4a[_0x54ed2d(0x1b1)])[_0x54ed2d(0x1ca)](',\x20')),console['log']('\x20\x20Default:\x20'+_0x1d1798['defaultApp']),console[_0x54ed2d(0x1cc)](_0x54ed2d(0x1c0)+_0x1d1798[_0x54ed2d(0x1bd)]),console[_0x54ed2d(0x1cc)](_0x54ed2d(0x1ba)+_0x405b78);}async function runSmartInit(_0x2677ab){const _0x28f308=a94_0x5923,_0x25002f=process[_0x28f308(0x1c5)](),_0x5cc76f=_0x2677ab['bool'](_0x28f308(0x1ac))?_0x28f308(0x1ac):'project',_0x84ffc6=_0x2677ab[_0x28f308(0x1c1)](_0x28f308(0x1bd))||_0x28f308(0x1ab),_0x12e98c=_0x2677ab[_0x28f308(0x1c1)](_0x28f308(0x1c6))||undefined;if(_0x5cc76f===_0x28f308(0x1b6)){const _0x31f86c=existsSync(resolve(_0x25002f,NEW_CONFIG_NAME)),_0x5edcfd=LEGACY_CONFIG_NAMES['some'](_0x1a9bbe=>existsSync(resolve(_0x25002f,_0x1a9bbe)));if(_0x5edcfd&&!_0x31f86c)return console[_0x28f308(0x1cc)](_0x28f308(0x1b3)),upgradeApp(_0x2677ab[_0x28f308(0x1aa)],{'yes':_0x2677ab['bool'](_0x28f308(0x1b4))});if(_0x31f86c)throw CliErrors[_0x28f308(0x1bb)](_0x28f308(0x1ae),_0x28f308(0x1b8)+CLI_BIN_NAME+_0x28f308(0x1c9));}if(_0x12e98c){const _0x26bb7d=validateAppcode(_0x12e98c);if(!_0x26bb7d[_0x28f308(0x1b5)])throw CliErrors[_0x28f308(0x1bb)](_0x26bb7d['message']);writeInitConfig(_0x5cc76f,[syntheticApp(_0x12e98c)],_0x84ffc6);return;}if(_0x2677ab[_0x28f308(0x1aa)])throw CliErrors[_0x28f308(0x1cd)](_0x28f308(0x1c6),_0x28f308(0x1bf)+CLI_BIN_NAME+_0x28f308(0x1a5));const _0x48234c=getCookie(),_0x50223e=await selectMultipleApps(_0x48234c),_0x209410=_0x50223e===_0x28f308(0x1ad)?[syntheticApp(await promptCustomAppcode())]:_0x50223e;writeInitConfig(_0x5cc76f,_0x209410,_0x84ffc6);}const initFlags=[{'name':a94_0x28b22b(0x1ac),'type':a94_0x28b22b(0x1b7),'description':a94_0x28b22b(0x1ce),'default':![]},{'name':a94_0x28b22b(0x1bd),'type':a94_0x28b22b(0x1b2),'description':a94_0x28b22b(0x1c2),'default':a94_0x28b22b(0x1ab),'enum':[...RABETBASE_ENV_VALUES]},{'name':a94_0x28b22b(0x1c6),'type':a94_0x28b22b(0x1b2),'description':a94_0x28b22b(0x1bc)},{'name':a94_0x28b22b(0x1b4),'type':a94_0x28b22b(0x1b7),'description':'Auto-confirm\x20prompts','default':![]}];export const initDefinitions=[{'service':a94_0x28b22b(0x1a6),'command':'run','description':a94_0x28b22b(0x1c3),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x2f2ef0){return await runSmartInit(_0x2f2ef0),{'ok':!![]};}}];
1
+ const a94_0x561533=a94_0x57e6;(function(_0x335e7c,_0x3be421){const _0xbbe364=a94_0x57e6,_0xbc3feb=_0x335e7c();while(!![]){try{const _0x1abf0c=-parseInt(_0xbbe364(0x1d2))/0x1+parseInt(_0xbbe364(0x1e6))/0x2*(-parseInt(_0xbbe364(0x1c9))/0x3)+-parseInt(_0xbbe364(0x1c0))/0x4+-parseInt(_0xbbe364(0x1ba))/0x5+parseInt(_0xbbe364(0x1dd))/0x6*(parseInt(_0xbbe364(0x1df))/0x7)+-parseInt(_0xbbe364(0x1d4))/0x8*(-parseInt(_0xbbe364(0x1c3))/0x9)+parseInt(_0xbbe364(0x1c2))/0xa*(parseInt(_0xbbe364(0x1c5))/0xb);if(_0x1abf0c===_0x3be421)break;else _0xbc3feb['push'](_0xbc3feb['shift']());}catch(_0x590030){_0xbc3feb['push'](_0xbc3feb['shift']());}}}(a94_0x22c4,0xdc6cd));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';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';function a94_0x57e6(_0x2f2279,_0x42c0bb){_0x2f2279=_0x2f2279-0x1ba;const _0x22c47d=a94_0x22c4();let _0x57e676=_0x22c47d[_0x2f2279];return _0x57e676;}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';function a94_0x22c4(){const _0x4b0f59=['nonInteractive','boolean','map','global','project','32774zDaxxR','Write\x20to\x20global\x20config\x20instead\x20of\x20project','run','7748220NaEuqI','validation','write','log','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','\x0a✓\x20Successfully\x20initialized\x20','1514080JCDAOY','Target\x20environment','350sUxgaS','915633tRXyfT','\x20config','885742HeMXiN','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','str','3ErltJz','\x20\x20Apps:\x20','join','yes','appCode','bool','valid','init','\x20\x20Env:\x20','1268116FABeWu','string','8uuLDWt','\x20\x20Default:\x20','\x20\x20Config:\x20','toLocaleString','env','Use\x20`','custom','message','production','23214KAKuwC','appcode','2163WnZcQJ','Auto-confirm\x20prompts'];a94_0x22c4=function(){return _0x4b0f59;};return a94_0x22c4();}import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0x4f5d55){return{'appCode':_0x4f5d55,'appName':_0x4f5d55};}function writeInitConfig(_0x5bb999,_0x2ef6d7,_0xa201fc){const _0x1d72c1=a94_0x57e6,_0x5a8135=resolveWriteConfigPath(_0x5bb999),_0x1194b2=buildCanonicalProjectConfig({},{'appCodes':_0x2ef6d7[_0x1d72c1(0x1e3)](_0x4e6fa2=>_0x4e6fa2[_0x1d72c1(0x1cd)]),'env':_0xa201fc,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x1d72c1(0x1d7)]()}});writeConfigFile(_0x5a8135,_0x1194b2);const _0x2e500a=_0x5bb999===_0x1d72c1(0x1e4)?_0x1d72c1(0x1e4):'project';console[_0x1d72c1(0x1bd)](_0x1d72c1(0x1bf)+_0x2e500a+_0x1d72c1(0x1c4)),console[_0x1d72c1(0x1bd)](_0x1d72c1(0x1ca)+_0x2ef6d7[_0x1d72c1(0x1e3)](_0x22e26e=>_0x22e26e[_0x1d72c1(0x1cd)])[_0x1d72c1(0x1cb)](',\x20')),console['log'](_0x1d72c1(0x1d5)+_0x1194b2['defaultApp']),console[_0x1d72c1(0x1bd)](_0x1d72c1(0x1d1)+_0x1194b2['env']),console['log'](_0x1d72c1(0x1d6)+_0x5a8135);}async function runSmartInit(_0x1c1f07){const _0x4dda91=a94_0x57e6,_0x990f76=process['cwd'](),_0x437333=_0x1c1f07['bool'](_0x4dda91(0x1e4))?_0x4dda91(0x1e4):_0x4dda91(0x1e5),_0x9aad49=_0x1c1f07['str'](_0x4dda91(0x1d8))||'production',_0x26c897=_0x1c1f07[_0x4dda91(0x1c8)](_0x4dda91(0x1de))||undefined;if(_0x437333===_0x4dda91(0x1e5)){const _0x2853e3=existsSync(resolve(_0x990f76,NEW_CONFIG_NAME)),_0x192521=LEGACY_CONFIG_NAMES['some'](_0x1ece0e=>existsSync(resolve(_0x990f76,_0x1ece0e)));if(_0x192521&&!_0x2853e3)return console['log']('检测到旧配置文件,正在自动升级...\x0a'),upgradeApp(_0x1c1f07[_0x4dda91(0x1e1)],{'yes':_0x1c1f07[_0x4dda91(0x1ce)](_0x4dda91(0x1cc))});if(_0x2853e3)throw CliErrors[_0x4dda91(0x1bb)](_0x4dda91(0x1be),_0x4dda91(0x1d9)+CLI_BIN_NAME+_0x4dda91(0x1c6));}if(_0x26c897){const _0x5591eb=validateAppcode(_0x26c897);if(!_0x5591eb[_0x4dda91(0x1cf)])throw CliErrors[_0x4dda91(0x1bb)](_0x5591eb[_0x4dda91(0x1db)]);writeInitConfig(_0x437333,[syntheticApp(_0x26c897)],_0x9aad49);return;}if(_0x1c1f07[_0x4dda91(0x1e1)])throw CliErrors['flagMissing'](_0x4dda91(0x1de),'Usage:\x20'+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]');const _0x1107fa=getCookie(),_0x3509ef=await selectMultipleApps(_0x1107fa),_0x44c19b=_0x3509ef===_0x4dda91(0x1da)?[syntheticApp(await promptCustomAppcode())]:_0x3509ef;writeInitConfig(_0x437333,_0x44c19b,_0x9aad49);}const initFlags=[{'name':a94_0x561533(0x1e4),'type':a94_0x561533(0x1e2),'description':a94_0x561533(0x1e7),'default':![]},{'name':'env','type':'string','description':a94_0x561533(0x1c1),'default':a94_0x561533(0x1dc),'enum':[...RABETBASE_ENV_VALUES]},{'name':a94_0x561533(0x1de),'type':a94_0x561533(0x1d3),'description':'App\x20code\x20to\x20initialize\x20with'},{'name':a94_0x561533(0x1cc),'type':a94_0x561533(0x1e2),'description':a94_0x561533(0x1e0),'default':![]}];export const initDefinitions=[{'service':a94_0x561533(0x1d0),'command':a94_0x561533(0x1e8),'description':a94_0x561533(0x1c7),'risk':a94_0x561533(0x1bc),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x12c5d4){return await runSmartInit(_0x12c5d4),{'ok':!![]};}}];
@@ -1 +1 @@
1
- function a95_0x4347(){const _0x430491=['161IYXmOw','8630604nhwSKQ','4096080hXfKsp','351928QMrZIO','5092zEZCBO','238583GflIzo','1302BPBnTV','951775EYpGdl','2143288IiYcDk'];a95_0x4347=function(){return _0x430491;};return a95_0x4347();}(function(_0x3a043b,_0x574bb0){const _0x2d292c=a95_0x3715,_0x2709fb=_0x3a043b();while(!![]){try{const _0x33d5e0=parseInt(_0x2d292c(0x67))/0x1+-parseInt(_0x2d292c(0x6a))/0x2+-parseInt(_0x2d292c(0x68))/0x3*(-parseInt(_0x2d292c(0x6f))/0x4)+parseInt(_0x2d292c(0x69))/0x5+parseInt(_0x2d292c(0x6d))/0x6+-parseInt(_0x2d292c(0x6b))/0x7*(-parseInt(_0x2d292c(0x6e))/0x8)+-parseInt(_0x2d292c(0x6c))/0x9;if(_0x33d5e0===_0x574bb0)break;else _0x2709fb['push'](_0x2709fb['shift']());}catch(_0x2a2dd2){_0x2709fb['push'](_0x2709fb['shift']());}}}(a95_0x4347,0x9d8ad));import{issueReport}from'../../commands/issue/report.js';function a95_0x3715(_0x293030,_0x15f2fa){_0x293030=_0x293030-0x67;const _0x4347d8=a95_0x4347();let _0x371558=_0x4347d8[_0x293030];return _0x371558;}export const issueDefinitions=[issueReport];
1
+ (function(_0x46b6bb,_0x4db3ab){const _0x4f5da5=a95_0x4895,_0xc734b3=_0x46b6bb();while(!![]){try{const _0x55ae1d=parseInt(_0x4f5da5(0x117))/0x1+-parseInt(_0x4f5da5(0x11a))/0x2+-parseInt(_0x4f5da5(0x11c))/0x3+-parseInt(_0x4f5da5(0x119))/0x4*(parseInt(_0x4f5da5(0x11d))/0x5)+-parseInt(_0x4f5da5(0x11b))/0x6+-parseInt(_0x4f5da5(0x11e))/0x7+-parseInt(_0x4f5da5(0x118))/0x8*(-parseInt(_0x4f5da5(0x11f))/0x9);if(_0x55ae1d===_0x4db3ab)break;else _0xc734b3['push'](_0xc734b3['shift']());}catch(_0x10f703){_0xc734b3['push'](_0xc734b3['shift']());}}}(a95_0x1380,0x5c13b));function a95_0x1380(){const _0x23387e=['4679253fNvHHC','10330vuZyRI','40AgjcPi','853580zsWwlS','894756pRheiC','1616004YFzkvt','1490748nBvxEm','10HfTbeb','4146450DXqAAx'];a95_0x1380=function(){return _0x23387e;};return a95_0x1380();}function a95_0x4895(_0x598494,_0x10b63e){_0x598494=_0x598494-0x117;const _0x1380bc=a95_0x1380();let _0x4895a9=_0x1380bc[_0x598494];return _0x4895a9;}import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];
@@ -1 +1 @@
1
- function a96_0x56bb(){const _0x122ad1=['56017HECoiX','RABETBASE_DISABLE_ISSUE_NUDGE','86787htkUmG','8VbeHet','4SNEjIV','config_missing','service','write','stderr','215230qHINrI','cancelled','\x20bug?\x20Help\x20us\x20fix\x20it:','command','\x20\x20Set\x20','\x22\x20\x5c','12gpFvng','code','flag_missing','2506pplwds','length','4481554LWSeAy','slice','413819vafwYU','72yMSIxj','not_in_project','replace','\x20\x20\x20\x20--title\x20\x22','162caEhCo','unknown_command','=1\x20to\x20silence\x20this\x20hint.','12SZgctF','validation_error','report','285583RAMWgq','923245LxfUpP','Hit\x20a\x20','join','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','\x20issue\x20report\x20\x5c'];a96_0x56bb=function(){return _0x122ad1;};return a96_0x56bb();}const a96_0x19333d=a96_0x2f5c;(function(_0x1a6881,_0x4dbf35){const _0x3da691=a96_0x2f5c,_0x109324=_0x1a6881();while(!![]){try{const _0x359172=parseInt(_0x3da691(0x140))/0x1*(-parseInt(_0x3da691(0x14a))/0x2)+parseInt(_0x3da691(0x148))/0x3*(-parseInt(_0x3da691(0x149))/0x4)+parseInt(_0x3da691(0x141))/0x5*(parseInt(_0x3da691(0x12e))/0x6)+-parseInt(_0x3da691(0x135))/0x7*(-parseInt(_0x3da691(0x136))/0x8)+-parseInt(_0x3da691(0x13a))/0x9*(-parseInt(_0x3da691(0x128))/0xa)+-parseInt(_0x3da691(0x133))/0xb*(-parseInt(_0x3da691(0x13d))/0xc)+parseInt(_0x3da691(0x146))/0xd*(-parseInt(_0x3da691(0x131))/0xe);if(_0x359172===_0x4dbf35)break;else _0x109324['push'](_0x109324['shift']());}catch(_0x368a81){_0x109324['push'](_0x109324['shift']());}}}(a96_0x56bb,0x483a4));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a96_0x19333d(0x147);const NUDGE_SUPPRESSED_CODES=new Set([a96_0x19333d(0x129),'auth_required',a96_0x19333d(0x14b),a96_0x19333d(0x137),a96_0x19333d(0x13b),a96_0x19333d(0x130),a96_0x19333d(0x13e),'network_error']),defaultWriter=_0x4d2a89=>{const _0x91bd3c=a96_0x19333d;process[_0x91bd3c(0x14e)][_0x91bd3c(0x14d)](_0x4d2a89);};export function shouldNudgeForError(_0x3ddd57,_0x415b49){const _0x5288a4=a96_0x19333d;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x415b49[_0x5288a4(0x14c)]==='issue'&&_0x415b49[_0x5288a4(0x12b)]===_0x5288a4(0x13f))return![];if(_0x3ddd57 instanceof CliError)return!NUDGE_SUPPRESSED_CODES['has'](_0x3ddd57[_0x5288a4(0x12f)]);return!![];}function a96_0x2f5c(_0x3df040,_0x515c27){_0x3df040=_0x3df040-0x128;const _0x56bb55=a96_0x56bb();let _0x2f5c3a=_0x56bb55[_0x3df040];return _0x2f5c3a;}export function printIssueReportNudgeForError(_0x357336,_0x40883a,_0x5ebc59=defaultWriter){if(!shouldNudgeForError(_0x357336,_0x40883a))return;const _0x4ee650=buildSuggestedTitle(_0x357336,_0x40883a);_0x5ebc59(formatNudge(_0x4ee650));}function buildSuggestedTitle(_0x37d329,_0x28dedc){const _0x34c94d=a96_0x19333d,_0x408260=_0x37d329 instanceof Error?_0x37d329['message']:String(_0x37d329),_0x4dc113=_0x408260['replace'](/[\r\n]+/g,'\x20')['replace'](/\s+/g,'\x20')['trim']()[_0x34c94d(0x134)](0x0,0x78)[_0x34c94d(0x138)](/"/g,'\x5c\x22'),_0x5f34a5=CLI_BIN_NAME+'\x20'+_0x28dedc['service']+'\x20'+_0x28dedc[_0x34c94d(0x12b)];return _0x4dc113[_0x34c94d(0x132)]>0x0?_0x5f34a5+':\x20'+_0x4dc113:_0x5f34a5;}function formatNudge(_0x42526f){const _0x25696a=a96_0x19333d;return['',_0x25696a(0x142)+CLI_BIN_NAME+_0x25696a(0x12a),'\x20\x20'+CLI_BIN_NAME+_0x25696a(0x145),_0x25696a(0x139)+_0x42526f+_0x25696a(0x12d),_0x25696a(0x144),'\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)',_0x25696a(0x12c)+NUDGE_OPT_OUT_ENV+_0x25696a(0x13c),''][_0x25696a(0x143)]('\x0a');}
1
+ function a96_0x2f71(){const _0x599838=['\x22\x20\x5c','service','slice','command','186rGRvrx','1241779jwjogk','=1\x20to\x20silence\x20this\x20hint.','245581ksreyl','4metHWH','message','1330iXbiqQ','flag_missing','validation_error','920280YNeXNH','RABETBASE_DISABLE_ISSUE_NUDGE','length','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','join','\x20issue\x20report\x20\x5c','has','auth_required','100tSlTEX','stderr','Hit\x20a\x20','issue','26jbtpGj','code','cancelled','5847uruUJj','\x20\x20\x20\x20--title\x20\x22','report','9qcidPv','write','303364xXNHHR','10453232sUHfhf','replace','4901885Pcvuga'];a96_0x2f71=function(){return _0x599838;};return a96_0x2f71();}const a96_0x22cd0e=a96_0x2236;(function(_0xfb0ae6,_0x1f95d7){const _0x477553=a96_0x2236,_0x32ea63=_0xfb0ae6();while(!![]){try{const _0x26a155=-parseInt(_0x477553(0x10d))/0x1+-parseInt(_0x477553(0x11b))/0x2*(parseInt(_0x477553(0x108))/0x3)+-parseInt(_0x477553(0x119))/0x4*(-parseInt(_0x477553(0x110))/0x5)+-parseInt(_0x477553(0x115))/0x6*(-parseInt(_0x477553(0x118))/0x7)+parseInt(_0x477553(0x10e))/0x8*(parseInt(_0x477553(0x10b))/0x9)+-parseInt(_0x477553(0x126))/0xa*(parseInt(_0x477553(0x116))/0xb)+-parseInt(_0x477553(0x11e))/0xc*(-parseInt(_0x477553(0x105))/0xd);if(_0x26a155===_0x1f95d7)break;else _0x32ea63['push'](_0x32ea63['shift']());}catch(_0x3037a4){_0x32ea63['push'](_0x32ea63['shift']());}}}(a96_0x2f71,0xc339d));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a96_0x2236(_0x5c8dad,_0x3043fb){_0x5c8dad=_0x5c8dad-0x103;const _0x2f7109=a96_0x2f71();let _0x2236e5=_0x2f7109[_0x5c8dad];return _0x2236e5;}export const NUDGE_OPT_OUT_ENV=a96_0x22cd0e(0x11f);const NUDGE_SUPPRESSED_CODES=new Set([a96_0x22cd0e(0x107),a96_0x22cd0e(0x125),'config_missing','not_in_project','unknown_command',a96_0x22cd0e(0x11c),a96_0x22cd0e(0x11d),'network_error']),defaultWriter=_0x1c3386=>{const _0x43e662=a96_0x22cd0e;process[_0x43e662(0x127)][_0x43e662(0x10c)](_0x1c3386);};export function shouldNudgeForError(_0x345514,_0xb79666){const _0x1b153b=a96_0x22cd0e;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0xb79666[_0x1b153b(0x112)]===_0x1b153b(0x104)&&_0xb79666[_0x1b153b(0x114)]===_0x1b153b(0x10a))return![];if(_0x345514 instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x1b153b(0x124)](_0x345514[_0x1b153b(0x106)]);return!![];}export function printIssueReportNudgeForError(_0x106712,_0x4644a1,_0xd737d4=defaultWriter){if(!shouldNudgeForError(_0x106712,_0x4644a1))return;const _0x3747ee=buildSuggestedTitle(_0x106712,_0x4644a1);_0xd737d4(formatNudge(_0x3747ee));}function buildSuggestedTitle(_0x3398bb,_0x49736c){const _0x1357f0=a96_0x22cd0e,_0x210db8=_0x3398bb instanceof Error?_0x3398bb[_0x1357f0(0x11a)]:String(_0x3398bb),_0x335a1a=_0x210db8[_0x1357f0(0x10f)](/[\r\n]+/g,'\x20')[_0x1357f0(0x10f)](/\s+/g,'\x20')['trim']()[_0x1357f0(0x113)](0x0,0x78)[_0x1357f0(0x10f)](/"/g,'\x5c\x22'),_0x58ad7b=CLI_BIN_NAME+'\x20'+_0x49736c['service']+'\x20'+_0x49736c[_0x1357f0(0x114)];return _0x335a1a[_0x1357f0(0x120)]>0x0?_0x58ad7b+':\x20'+_0x335a1a:_0x58ad7b;}function formatNudge(_0x380e3e){const _0x5a4956=a96_0x22cd0e;return['',_0x5a4956(0x103)+CLI_BIN_NAME+'\x20bug?\x20Help\x20us\x20fix\x20it:','\x20\x20'+CLI_BIN_NAME+_0x5a4956(0x123),_0x5a4956(0x109)+_0x380e3e+_0x5a4956(0x111),_0x5a4956(0x121),'\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','\x20\x20Set\x20'+NUDGE_OPT_OUT_ENV+_0x5a4956(0x117),''][_0x5a4956(0x122)]('\x0a');}
@@ -1 +1 @@
1
- const a97_0x450281=a97_0xa931;(function(_0x323695,_0x2508f9){const _0x2ade05=a97_0xa931,_0x552c99=_0x323695();while(!![]){try{const _0x142721=-parseInt(_0x2ade05(0xc2))/0x1*(-parseInt(_0x2ade05(0xa4))/0x2)+-parseInt(_0x2ade05(0x92))/0x3+-parseInt(_0x2ade05(0x87))/0x4*(parseInt(_0x2ade05(0x8c))/0x5)+parseInt(_0x2ade05(0xb6))/0x6*(parseInt(_0x2ade05(0xa1))/0x7)+-parseInt(_0x2ade05(0xaf))/0x8+-parseInt(_0x2ade05(0x89))/0x9+parseInt(_0x2ade05(0xc6))/0xa;if(_0x142721===_0x2508f9)break;else _0x552c99['push'](_0x552c99['shift']());}catch(_0x455f01){_0x552c99['push'](_0x552c99['shift']());}}}(a97_0x24f1,0x6c2a9));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';function a97_0x24f1(){const _0x5dcbe6=['validation','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','title','issue','filter','179BxOqmj','truncated','message','POST','3531280mRxnJd','flagMissing','Failed\x20to\x20report\x20platform\x20issue:\x20','truncated\x20from\x20','descriptionSource:\x20','redacted\x20','15896qKtZaG','compress','2417796gGTRwt','join','str','80EDNbHM','otel://','descriptionSource','description','trim','write','608283ilFaKd','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','descriptionFile:\x20','redactionCount','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','description-file','issue.description_redaction_kinds','\x20secret(s):\x20','inline','descriptionFilePath','redactionKinds','report','Platform\x20issue\x20reported\x20(','apiError','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','4075414pmGOFh','issue.description_original_bytes','Issue\x20description\x20cannot\x20be\x20empty.','3044MSrleY','cwd','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','\x20bytes','sanitize','One-line\x20issue\x20summary','issue.description','issue.title','originalBytes','truncated:\x20original\x20','redactions:\x20','1837840euqTZj','file','issue.description_truncated','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','utf8','push','string','6BouTsQ','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','issue.description_redactions','length','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','Issue\x20description\x20file\x20is\x20empty:\x20'];a97_0x24f1=function(){return _0x5dcbe6;};return a97_0x24f1();}const DESCRIPTION_FILE_FLAG=a97_0x450281(0x97);function a97_0xa931(_0x1d2367,_0x3a1122){_0x1d2367=_0x1d2367-0x85;const _0x24f13a=a97_0x24f1();let _0xa93144=_0x24f13a[_0x1d2367];return _0xa93144;}export const issueReport={'service':a97_0x450281(0xc0),'command':a97_0x450281(0x9d),'description':a97_0x450281(0xb7),'risk':a97_0x450281(0x91),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x450281(0x88),'flags':[{'name':'title','type':a97_0x450281(0xb5),'required':!![],'description':a97_0x450281(0xa9)},{'name':a97_0x450281(0x8f),'type':a97_0x450281(0xb5),'description':'Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)'},{'name':DESCRIPTION_FILE_FLAG,'type':a97_0x450281(0xb5),'description':a97_0x450281(0xbd)}],async 'validate'(_0x120974){const _0x300758=a97_0x450281,_0x16c1be=_0x120974['str'](_0x300758(0xbf))[_0x300758(0x90)](),_0x4b6c70=_0x120974[_0x300758(0x8b)](_0x300758(0x8f))[_0x300758(0x90)](),_0x194c11=_0x120974[_0x300758(0x8b)](DESCRIPTION_FILE_FLAG)[_0x300758(0x90)]();if(!_0x16c1be)throw CliErrors[_0x300758(0xc7)]('title',_0x300758(0xba));const _0x4e7692=_0x4b6c70[_0x300758(0xb9)]>0x0,_0x35c9bb=_0x194c11[_0x300758(0xb9)]>0x0;if(_0x4e7692===_0x35c9bb)throw CliErrors['validation'](_0x300758(0x96),_0x300758(0xa6));if(_0x35c9bb){const _0x5c3157=resolve(process[_0x300758(0xa5)](),_0x194c11);if(!existsSync(_0x5c3157))throw CliErrors[_0x300758(0xbc)]('File\x20not\x20found:\x20'+_0x5c3157);}},async 'dryRun'(_0x38b31f){const _0x11c5a4=a97_0x450281,_0x47dd92=await prepareIssueReport(_0x38b31f);return{'method':_0x11c5a4(0xc5),'url':_0x11c5a4(0x8d)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x47dd92[_0x11c5a4(0xbf)],'issue.description':_0x47dd92[_0x11c5a4(0x8f)],'issue.description_original_bytes':_0x47dd92['sanitize']['originalBytes'],'issue.description_truncated':_0x47dd92[_0x11c5a4(0xa8)]['truncated'],'issue.description_redactions':_0x47dd92[_0x11c5a4(0xa8)][_0x11c5a4(0x95)],'issue.description_redaction_kinds':_0x47dd92[_0x11c5a4(0xa8)][_0x11c5a4(0x9c)][_0x11c5a4(0x8a)](',')}},'description':[_0x11c5a4(0xb2),_0x11c5a4(0x85)+_0x47dd92[_0x11c5a4(0x8e)],_0x47dd92[_0x11c5a4(0x9b)]?_0x11c5a4(0x94)+_0x47dd92[_0x11c5a4(0x9b)]:null,_0x47dd92[_0x11c5a4(0xa8)][_0x11c5a4(0xc3)]?_0x11c5a4(0xad)+_0x47dd92[_0x11c5a4(0xa8)][_0x11c5a4(0xac)]+_0x11c5a4(0xa7):null,_0x47dd92[_0x11c5a4(0xa8)]['redactionCount']>0x0?_0x11c5a4(0xae)+_0x47dd92[_0x11c5a4(0xa8)][_0x11c5a4(0x95)]+'\x20('+_0x47dd92['sanitize'][_0x11c5a4(0x9c)][_0x11c5a4(0x8a)](',\x20')+')':null][_0x11c5a4(0xc1)](Boolean)[_0x11c5a4(0x8a)]('\x0a')};},async 'execute'(_0x27f8c0){const _0x5226bb=a97_0x450281,_0x438fbc=await prepareIssueReport(_0x27f8c0);try{await sendPlatformIssueCollectLog({'title':_0x438fbc['title'],'description':_0x438fbc['description'],'sanitize':{'originalBytes':_0x438fbc[_0x5226bb(0xa8)][_0x5226bb(0xac)],'truncated':_0x438fbc[_0x5226bb(0xa8)][_0x5226bb(0xc3)],'redactionCount':_0x438fbc['sanitize'][_0x5226bb(0x95)],'redactionKinds':_0x438fbc['sanitize'][_0x5226bb(0x9c)]}});}catch(_0x3056f2){throw CliErrors[_0x5226bb(0x9f)](_0x5226bb(0xc8)+(_0x3056f2 instanceof Error?_0x3056f2[_0x5226bb(0xc4)]:String(_0x3056f2)),_0x5226bb(0xa0));}return{'ok':!![],'message':buildResultMessage(_0x438fbc[_0x5226bb(0xa8)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x5226bb(0xab),_0x5226bb(0xaa),_0x5226bb(0xa2),_0x5226bb(0xb1),_0x5226bb(0xb8),_0x5226bb(0x98)],'issue':{'title':_0x438fbc['title'],'descriptionLength':_0x438fbc[_0x5226bb(0x8f)]['length'],'descriptionSource':_0x438fbc[_0x5226bb(0x8e)],..._0x438fbc['descriptionFilePath']?{'descriptionFile':_0x438fbc[_0x5226bb(0x9b)]}:{},'sanitize':{'originalBytes':_0x438fbc[_0x5226bb(0xa8)][_0x5226bb(0xac)],'truncated':_0x438fbc[_0x5226bb(0xa8)]['truncated'],'redactions':_0x438fbc[_0x5226bb(0xa8)]['redactionCount'],'redactionKinds':_0x438fbc[_0x5226bb(0xa8)]['redactionKinds']}}}};}};function buildResultMessage(_0x4a9ce6){const _0x3fae82=a97_0x450281,_0x201671=[];return _0x4a9ce6[_0x3fae82(0xc3)]&&_0x201671[_0x3fae82(0xb4)](_0x3fae82(0xc9)+_0x4a9ce6['originalBytes']+_0x3fae82(0xa7)),_0x4a9ce6[_0x3fae82(0x95)]>0x0&&_0x201671['push'](_0x3fae82(0x86)+_0x4a9ce6[_0x3fae82(0x95)]+_0x3fae82(0x99)+_0x4a9ce6[_0x3fae82(0x9c)][_0x3fae82(0x8a)](',\x20')),_0x201671['length']===0x0?'Platform\x20issue\x20reported':_0x3fae82(0x9e)+_0x201671[_0x3fae82(0x8a)](';\x20')+')';}async function prepareIssueReport(_0xcd0269){const _0xf825ae=a97_0x450281,_0x356a22=_0xcd0269[_0xf825ae(0x8b)](_0xf825ae(0xbf))[_0xf825ae(0x90)](),_0x338e38=_0xcd0269[_0xf825ae(0x8b)]('description'),_0x35ecc0=_0xcd0269[_0xf825ae(0x8b)](DESCRIPTION_FILE_FLAG)[_0xf825ae(0x90)]();if(!_0x35ecc0){const _0x308da5=_0x338e38;if(!_0x308da5[_0xf825ae(0x90)]())throw CliErrors['validation'](_0xf825ae(0xa3),_0xf825ae(0xbe));const _0x30d932=sanitizeIssueDescription(_0x308da5);return{'title':_0x356a22,'description':_0x30d932['description'],'descriptionSource':_0xf825ae(0x9a),'sanitize':_0x30d932};}const _0x340881=resolve(process['cwd'](),_0x35ecc0),_0x1728e0=await readFile(_0x340881,_0xf825ae(0xb3));if(!_0x1728e0[_0xf825ae(0x90)]())throw CliErrors['validation'](_0xf825ae(0xbb)+_0x340881,_0xf825ae(0x93));const _0x4532db=sanitizeIssueDescription(_0x1728e0);return{'title':_0x356a22,'description':_0x4532db[_0xf825ae(0x8f)],'descriptionSource':_0xf825ae(0xb0),'descriptionFilePath':_0x340881,'sanitize':_0x4532db};}
1
+ const a97_0x248938=a97_0x45bb;function a97_0x45bb(_0x2beebd,_0x36e406){_0x2beebd=_0x2beebd-0x85;const _0x2fae64=a97_0x2fae();let _0x45bb86=_0x2fae64[_0x2beebd];return _0x45bb86;}(function(_0x19fca2,_0x365b33){const _0x12373e=a97_0x45bb,_0x6f566d=_0x19fca2();while(!![]){try{const _0x3dfb8d=-parseInt(_0x12373e(0x9d))/0x1+-parseInt(_0x12373e(0xa1))/0x2*(parseInt(_0x12373e(0x89))/0x3)+-parseInt(_0x12373e(0xb7))/0x4*(-parseInt(_0x12373e(0x88))/0x5)+-parseInt(_0x12373e(0xbc))/0x6+-parseInt(_0x12373e(0xc0))/0x7+parseInt(_0x12373e(0xa4))/0x8+-parseInt(_0x12373e(0x8a))/0x9*(-parseInt(_0x12373e(0x90))/0xa);if(_0x3dfb8d===_0x365b33)break;else _0x6f566d['push'](_0x6f566d['shift']());}catch(_0x26e7a9){_0x6f566d['push'](_0x6f566d['shift']());}}}(a97_0x2fae,0xeea4f));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=a97_0x248938(0x8d);export const issueReport={'service':a97_0x248938(0xb0),'command':a97_0x248938(0xb5),'description':a97_0x248938(0xb4),'risk':'write','requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x248938(0xa5),'flags':[{'name':a97_0x248938(0xa2),'type':a97_0x248938(0xb6),'required':!![],'description':a97_0x248938(0xba)},{'name':a97_0x248938(0xa9),'type':a97_0x248938(0xb6),'description':a97_0x248938(0x85)},{'name':DESCRIPTION_FILE_FLAG,'type':a97_0x248938(0xb6),'description':'Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description'}],async 'validate'(_0x161117){const _0x3147af=a97_0x248938,_0x413950=_0x161117['str'](_0x3147af(0xa2))[_0x3147af(0xa6)](),_0x595300=_0x161117[_0x3147af(0xb1)](_0x3147af(0xa9))['trim'](),_0xf79575=_0x161117[_0x3147af(0xb1)](DESCRIPTION_FILE_FLAG)[_0x3147af(0xa6)]();if(!_0x413950)throw CliErrors[_0x3147af(0xbb)](_0x3147af(0xa2),_0x3147af(0xbe));const _0x20b531=_0x595300['length']>0x0,_0x5424cf=_0xf79575[_0x3147af(0xa7)]>0x0;if(_0x20b531===_0x5424cf)throw CliErrors[_0x3147af(0x8c)](_0x3147af(0x87),'Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.');if(_0x5424cf){const _0x544588=resolve(process[_0x3147af(0xad)](),_0xf79575);if(!existsSync(_0x544588))throw CliErrors[_0x3147af(0x8c)](_0x3147af(0x8b)+_0x544588);}},async 'dryRun'(_0x223c7b){const _0x185312=a97_0x248938,_0x1e3720=await prepareIssueReport(_0x223c7b);return{'method':_0x185312(0xbf),'url':'otel://'+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x1e3720[_0x185312(0xa2)],'issue.description':_0x1e3720[_0x185312(0xa9)],'issue.description_original_bytes':_0x1e3720[_0x185312(0x92)][_0x185312(0x93)],'issue.description_truncated':_0x1e3720['sanitize'][_0x185312(0x95)],'issue.description_redactions':_0x1e3720[_0x185312(0x92)][_0x185312(0x9a)],'issue.description_redaction_kinds':_0x1e3720[_0x185312(0x92)][_0x185312(0xaf)][_0x185312(0x97)](',')}},'description':[_0x185312(0x94),'descriptionSource:\x20'+_0x1e3720[_0x185312(0xc2)],_0x1e3720['descriptionFilePath']?_0x185312(0xab)+_0x1e3720[_0x185312(0x91)]:null,_0x1e3720['sanitize'][_0x185312(0x95)]?_0x185312(0xa8)+_0x1e3720['sanitize'][_0x185312(0x93)]+'\x20bytes':null,_0x1e3720[_0x185312(0x92)][_0x185312(0x9a)]>0x0?_0x185312(0x9b)+_0x1e3720[_0x185312(0x92)][_0x185312(0x9a)]+'\x20('+_0x1e3720['sanitize']['redactionKinds'][_0x185312(0x97)](',\x20')+')':null][_0x185312(0xb2)](Boolean)[_0x185312(0x97)]('\x0a')};},async 'execute'(_0x415f3c){const _0x19b693=a97_0x248938,_0x2cf2ed=await prepareIssueReport(_0x415f3c);try{await sendPlatformIssueCollectLog({'title':_0x2cf2ed[_0x19b693(0xa2)],'description':_0x2cf2ed[_0x19b693(0xa9)],'sanitize':{'originalBytes':_0x2cf2ed[_0x19b693(0x92)][_0x19b693(0x93)],'truncated':_0x2cf2ed[_0x19b693(0x92)][_0x19b693(0x95)],'redactionCount':_0x2cf2ed[_0x19b693(0x92)][_0x19b693(0x9a)],'redactionKinds':_0x2cf2ed[_0x19b693(0x92)][_0x19b693(0xaf)]}});}catch(_0x5959ff){throw CliErrors[_0x19b693(0xb8)](_0x19b693(0xb3)+(_0x5959ff instanceof Error?_0x5959ff[_0x19b693(0x9e)]:String(_0x5959ff)),_0x19b693(0x96));}return{'ok':!![],'message':buildResultMessage(_0x2cf2ed[_0x19b693(0x92)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x19b693(0x9f),'issue.description','issue.description_original_bytes',_0x19b693(0xa3),_0x19b693(0x86),'issue.description_redaction_kinds'],'issue':{'title':_0x2cf2ed['title'],'descriptionLength':_0x2cf2ed[_0x19b693(0xa9)][_0x19b693(0xa7)],'descriptionSource':_0x2cf2ed[_0x19b693(0xc2)],..._0x2cf2ed[_0x19b693(0x91)]?{'descriptionFile':_0x2cf2ed[_0x19b693(0x91)]}:{},'sanitize':{'originalBytes':_0x2cf2ed['sanitize']['originalBytes'],'truncated':_0x2cf2ed[_0x19b693(0x92)][_0x19b693(0x95)],'redactions':_0x2cf2ed[_0x19b693(0x92)]['redactionCount'],'redactionKinds':_0x2cf2ed[_0x19b693(0x92)][_0x19b693(0xaf)]}}}};}};function buildResultMessage(_0x2f2be7){const _0x5a7345=a97_0x248938,_0x4feb88=[];return _0x2f2be7['truncated']&&_0x4feb88[_0x5a7345(0xbd)](_0x5a7345(0x9c)+_0x2f2be7['originalBytes']+_0x5a7345(0x8e)),_0x2f2be7[_0x5a7345(0x9a)]>0x0&&_0x4feb88[_0x5a7345(0xbd)](_0x5a7345(0xb9)+_0x2f2be7[_0x5a7345(0x9a)]+_0x5a7345(0x99)+_0x2f2be7[_0x5a7345(0xaf)][_0x5a7345(0x97)](',\x20')),_0x4feb88[_0x5a7345(0xa7)]===0x0?_0x5a7345(0xaa):_0x5a7345(0xae)+_0x4feb88[_0x5a7345(0x97)](';\x20')+')';}function a97_0x2fae(){const _0x44a1a1=['sanitize','originalBytes','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','truncated','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','join','Issue\x20description\x20cannot\x20be\x20empty.','\x20secret(s):\x20','redactionCount','redactions:\x20','truncated\x20from\x20','359015njQcLl','message','issue.title','Issue\x20description\x20file\x20is\x20empty:\x20','22658riqLZq','title','issue.description_truncated','6006560Zdxljz','compress','trim','length','truncated:\x20original\x20','description','Platform\x20issue\x20reported','descriptionFile:\x20','inline','cwd','Platform\x20issue\x20reported\x20(','redactionKinds','issue','str','filter','Failed\x20to\x20report\x20platform\x20issue:\x20','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','report','string','130596zioUIP','apiError','redacted\x20','One-line\x20issue\x20summary','flagMissing','9720360asZNZw','push','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','POST','12599209BADaug','file','descriptionSource','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','issue.description_redactions','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','65rCgoFx','327zafGTK','81LsXhdf','File\x20not\x20found:\x20','validation','description-file','\x20bytes','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','5351170GyTeCm','descriptionFilePath'];a97_0x2fae=function(){return _0x44a1a1;};return a97_0x2fae();}async function prepareIssueReport(_0x59a168){const _0xcc20d8=a97_0x248938,_0x1117db=_0x59a168[_0xcc20d8(0xb1)]('title')[_0xcc20d8(0xa6)](),_0x101b7c=_0x59a168[_0xcc20d8(0xb1)](_0xcc20d8(0xa9)),_0x1c9a54=_0x59a168[_0xcc20d8(0xb1)](DESCRIPTION_FILE_FLAG)[_0xcc20d8(0xa6)]();if(!_0x1c9a54){const _0x2b1fbe=_0x101b7c;if(!_0x2b1fbe['trim']())throw CliErrors[_0xcc20d8(0x8c)](_0xcc20d8(0x98),'Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.');const _0x193a02=sanitizeIssueDescription(_0x2b1fbe);return{'title':_0x1117db,'description':_0x193a02[_0xcc20d8(0xa9)],'descriptionSource':_0xcc20d8(0xac),'sanitize':_0x193a02};}const _0x43de91=resolve(process[_0xcc20d8(0xad)](),_0x1c9a54),_0x3aeb44=await readFile(_0x43de91,'utf8');if(!_0x3aeb44[_0xcc20d8(0xa6)]())throw CliErrors[_0xcc20d8(0x8c)](_0xcc20d8(0xa0)+_0x43de91,_0xcc20d8(0x8f));const _0x17a2a2=sanitizeIssueDescription(_0x3aeb44);return{'title':_0x1117db,'description':_0x17a2a2['description'],'descriptionSource':_0xcc20d8(0xc1),'descriptionFilePath':_0x43de91,'sanitize':_0x17a2a2};}
@@ -1 +1 @@
1
- const a98_0x3ebc3b=a98_0x42ff;(function(_0x4b0170,_0x207d05){const _0x19aa40=a98_0x42ff,_0x4fb2fc=_0x4b0170();while(!![]){try{const _0x315d39=parseInt(_0x19aa40(0x1e4))/0x1+-parseInt(_0x19aa40(0x1db))/0x2*(parseInt(_0x19aa40(0x1e3))/0x3)+parseInt(_0x19aa40(0x1e8))/0x4+-parseInt(_0x19aa40(0x1eb))/0x5*(-parseInt(_0x19aa40(0x1d6))/0x6)+-parseInt(_0x19aa40(0x1cd))/0x7*(parseInt(_0x19aa40(0x1e9))/0x8)+parseInt(_0x19aa40(0x1e6))/0x9*(parseInt(_0x19aa40(0x1d9))/0xa)+-parseInt(_0x19aa40(0x1de))/0xb;if(_0x315d39===_0x207d05)break;else _0x4fb2fc['push'](_0x4fb2fc['shift']());}catch(_0x4bc9f3){_0x4fb2fc['push'](_0x4fb2fc['shift']());}}}(a98_0x43d4,0x92646));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;function a98_0x42ff(_0x32fcaf,_0x40b736){_0x32fcaf=_0x32fcaf-0x1c9;const _0x43d439=a98_0x43d4();let _0x42ffa0=_0x43d439[_0x32fcaf];return _0x42ffa0;}const TRUNCATION_NOTICE=a98_0x3ebc3b(0x1e1),REDACTION_RULES=[{'kind':'cookie','pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a98_0x3ebc3b(0x1d3)},{'kind':a98_0x3ebc3b(0x1e5),'pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x3ebc3b(0x1d1)},{'kind':a98_0x3ebc3b(0x1dc),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a98_0x3ebc3b(0x1c9)},{'kind':a98_0x3ebc3b(0x1e0),'pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a98_0x3ebc3b(0x1d5)},{'kind':a98_0x3ebc3b(0x1d0),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':'REDACTED:password'},{'kind':a98_0x3ebc3b(0x1d4),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a98_0x3ebc3b(0x1dd)}];function a98_0x43d4(){const _0x1adbbc=['authorization','95247MjIhMP','includes','1310744DpgEWr','8dAhTen','max','715115uiJkJL','REDACTED:private-key','pattern','length','restore','821527GAbKRO','description','kind','password','REDACTED:authorization','utf8','REDACTED:cookie','bearer-jwt','REDACTED:access-key','24cupfeb','string','replace','940ZvEZnE','toString','36388icJEcS','private-key','REDACTED:bearer-jwt','11189101tEsYjk','push','access-key','\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]','byteLength','108Dbjufu','494578SxhBYW'];a98_0x43d4=function(){return _0x1adbbc;};return a98_0x43d4();}export function sanitizeIssueDescription(_0x387220){const _0x3ea581=a98_0x3ebc3b,_0x56c570=Buffer[_0x3ea581(0x1e2)](_0x387220,_0x3ea581(0x1d2)),_0x4debb0=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0xf496c6=_0x387220,_0x3419f9=0x0;const _0x4b8ab7=[];if(!_0x4debb0){const _0x41fe04=protectOssAccessKeyIds(_0xf496c6);_0xf496c6=_0x41fe04[_0x3ea581(0x1ce)];for(const _0x5e8d23 of REDACTION_RULES){let _0x404323=0x0;_0xf496c6=_0xf496c6['replace'](_0x5e8d23[_0x3ea581(0x1ca)],(_0x2f52b1,_0x10561a)=>{const _0x19337a=_0x3ea581;_0x404323+=0x1;const _0x4b38aa=typeof _0x10561a===_0x19337a(0x1d7)?_0x10561a:'';return _0x4b38aa+'['+_0x5e8d23['label']+']';}),_0x404323>0x0&&(_0x3419f9+=_0x404323,!_0x4b8ab7[_0x3ea581(0x1e7)](_0x5e8d23[_0x3ea581(0x1cf)])&&_0x4b8ab7[_0x3ea581(0x1df)](_0x5e8d23[_0x3ea581(0x1cf)]));}_0xf496c6=_0x41fe04[_0x3ea581(0x1cc)](_0xf496c6);}let _0x5c80bf=![];if(Buffer[_0x3ea581(0x1e2)](_0xf496c6,'utf8')>ISSUE_DESCRIPTION_MAX_BYTES){_0x5c80bf=!![];const _0x4deddb=Buffer['byteLength'](TRUNCATION_NOTICE,_0x3ea581(0x1d2)),_0x1ea586=Math[_0x3ea581(0x1ea)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x4deddb);_0xf496c6=sliceUtf8Bytes(_0xf496c6,_0x1ea586)+TRUNCATION_NOTICE;}return{'description':_0xf496c6,'originalBytes':_0x56c570,'truncated':_0x5c80bf,'redactionCount':_0x3419f9,'redactionKinds':_0x4b8ab7};}function protectOssAccessKeyIds(_0x1598b0){const _0x462074=a98_0x3ebc3b,_0x3bd7d0=[],_0x395ef7=_0x1598b0[_0x462074(0x1d8)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x3fc171,_0x5b17e7)=>{const _0x189b87=_0x462074,_0x28597c=_0x3bd7d0[_0x189b87(0x1df)](_0x3fc171['slice'](_0x5b17e7[_0x189b87(0x1cb)]))-0x1;return _0x5b17e7+'__RB_OSS_ID_'+_0x28597c+'__';});return{'description':_0x395ef7,'restore':_0x235af3=>_0x235af3[_0x462074(0x1d8)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x3ead64,_0x1e679c,_0x60473c)=>{const _0xea8a71=_0x3bd7d0[Number(_0x60473c)];return _0xea8a71===undefined?_0x3ead64:''+_0x1e679c+_0xea8a71;})};}function sliceUtf8Bytes(_0x24d186,_0x2e2d5c){const _0x136f1b=a98_0x3ebc3b;if(_0x2e2d5c<=0x0)return'';const _0x402936=Buffer['from'](_0x24d186,_0x136f1b(0x1d2));if(_0x402936[_0x136f1b(0x1e2)]<=_0x2e2d5c)return _0x24d186;let _0x4bc1fd=_0x2e2d5c;while(_0x4bc1fd>0x0){const _0x2e4133=_0x402936[_0x4bc1fd];if(_0x2e4133===undefined||(_0x2e4133&0xc0)!==0x80)break;_0x4bc1fd-=0x1;}return _0x402936['subarray'](0x0,_0x4bc1fd)[_0x136f1b(0x1da)](_0x136f1b(0x1d2));}
1
+ const a98_0x24e924=a98_0x4405;function a98_0x4405(_0x277522,_0x4cb496){_0x277522=_0x277522-0x12f;const _0x1bbb7d=a98_0x1bbb();let _0x440585=_0x1bbb7d[_0x277522];return _0x440585;}(function(_0x38a622,_0x3321e8){const _0x415263=a98_0x4405,_0x5d80cd=_0x38a622();while(!![]){try{const _0x5b8529=parseInt(_0x415263(0x14f))/0x1+parseInt(_0x415263(0x12f))/0x2*(parseInt(_0x415263(0x133))/0x3)+parseInt(_0x415263(0x137))/0x4+parseInt(_0x415263(0x141))/0x5*(parseInt(_0x415263(0x132))/0x6)+parseInt(_0x415263(0x140))/0x7*(-parseInt(_0x415263(0x143))/0x8)+parseInt(_0x415263(0x131))/0x9*(-parseInt(_0x415263(0x13e))/0xa)+-parseInt(_0x415263(0x134))/0xb*(parseInt(_0x415263(0x13c))/0xc);if(_0x5b8529===_0x3321e8)break;else _0x5d80cd['push'](_0x5d80cd['shift']());}catch(_0x4c975c){_0x5d80cd['push'](_0x5d80cd['shift']());}}}(a98_0x1bbb,0x78508));function a98_0x1bbb(){const _0x2a722e=['REDACTED:bearer-jwt','904bJobcB','REDACTED:password','3573954hgWqHr','84AgAhjw','5667wzqkqh','33121isRGOL','pattern','includes','1026684bFFVwX','max','subarray','replace','byteLength','3336EzLDHh','string','10PPKJWr','kind','21KDbuiO','254715KYnenh','bearer-jwt','470632KSeris','password','utf8','push','toString','authorization','REDACTED:private-key','REDACTED:authorization','description','__RB_OSS_ID_','slice','restore','79758ytiuXx','REDACTED:access-key'];a98_0x1bbb=function(){return _0x2a722e;};return a98_0x1bbb();}export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':'cookie','pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':'REDACTED:cookie'},{'kind':a98_0x24e924(0x148),'pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x24e924(0x14a)},{'kind':'private-key','pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a98_0x24e924(0x149)},{'kind':'access-key','pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a98_0x24e924(0x150)},{'kind':a98_0x24e924(0x144),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a98_0x24e924(0x130)},{'kind':a98_0x24e924(0x142),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a98_0x24e924(0x151)}];export function sanitizeIssueDescription(_0x1084fa){const _0xac4fa8=a98_0x24e924,_0x44fccc=Buffer['byteLength'](_0x1084fa,_0xac4fa8(0x145)),_0x517449=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x49b9bb=_0x1084fa,_0x1f33ca=0x0;const _0xc61f80=[];if(!_0x517449){const _0x2e3e8d=protectOssAccessKeyIds(_0x49b9bb);_0x49b9bb=_0x2e3e8d[_0xac4fa8(0x14b)];for(const _0x1fca79 of REDACTION_RULES){let _0x42f2a6=0x0;_0x49b9bb=_0x49b9bb['replace'](_0x1fca79[_0xac4fa8(0x135)],(_0x16850e,_0x5e8f90)=>{const _0x39f048=_0xac4fa8;_0x42f2a6+=0x1;const _0x2bc12f=typeof _0x5e8f90===_0x39f048(0x13d)?_0x5e8f90:'';return _0x2bc12f+'['+_0x1fca79['label']+']';}),_0x42f2a6>0x0&&(_0x1f33ca+=_0x42f2a6,!_0xc61f80[_0xac4fa8(0x136)](_0x1fca79[_0xac4fa8(0x13f)])&&_0xc61f80[_0xac4fa8(0x146)](_0x1fca79['kind']));}_0x49b9bb=_0x2e3e8d[_0xac4fa8(0x14e)](_0x49b9bb);}let _0x33ee26=![];if(Buffer[_0xac4fa8(0x13b)](_0x49b9bb,_0xac4fa8(0x145))>ISSUE_DESCRIPTION_MAX_BYTES){_0x33ee26=!![];const _0x139555=Buffer['byteLength'](TRUNCATION_NOTICE,_0xac4fa8(0x145)),_0x46fbec=Math[_0xac4fa8(0x138)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x139555);_0x49b9bb=sliceUtf8Bytes(_0x49b9bb,_0x46fbec)+TRUNCATION_NOTICE;}return{'description':_0x49b9bb,'originalBytes':_0x44fccc,'truncated':_0x33ee26,'redactionCount':_0x1f33ca,'redactionKinds':_0xc61f80};}function protectOssAccessKeyIds(_0x3cd9b9){const _0x2060c8=a98_0x24e924,_0x32a320=[],_0x4bb639=_0x3cd9b9[_0x2060c8(0x13a)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x546aae,_0x22e30a)=>{const _0x4823db=_0x2060c8,_0x175738=_0x32a320['push'](_0x546aae[_0x4823db(0x14d)](_0x22e30a['length']))-0x1;return _0x22e30a+_0x4823db(0x14c)+_0x175738+'__';});return{'description':_0x4bb639,'restore':_0x28e134=>_0x28e134[_0x2060c8(0x13a)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x3d0b97,_0x8fcc59,_0x3e05a1)=>{const _0x55da1a=_0x32a320[Number(_0x3e05a1)];return _0x55da1a===undefined?_0x3d0b97:''+_0x8fcc59+_0x55da1a;})};}function sliceUtf8Bytes(_0x4dac72,_0x278b2c){const _0x762c87=a98_0x24e924;if(_0x278b2c<=0x0)return'';const _0x9ecde3=Buffer['from'](_0x4dac72,_0x762c87(0x145));if(_0x9ecde3[_0x762c87(0x13b)]<=_0x278b2c)return _0x4dac72;let _0x4502b3=_0x278b2c;while(_0x4502b3>0x0){const _0x5773b9=_0x9ecde3[_0x4502b3];if(_0x5773b9===undefined||(_0x5773b9&0xc0)!==0x80)break;_0x4502b3-=0x1;}return _0x9ecde3[_0x762c87(0x139)](0x0,_0x4502b3)[_0x762c87(0x147)]('utf8');}
@@ -1 +1 @@
1
- const a99_0x2e8cb3=a99_0x1d6c;(function(_0x52cb63,_0x1af8ed){const _0x254b1a=a99_0x1d6c,_0x5468be=_0x52cb63();while(!![]){try{const _0x4e4234=parseInt(_0x254b1a(0x1c4))/0x1*(parseInt(_0x254b1a(0x1d7))/0x2)+-parseInt(_0x254b1a(0x1e4))/0x3+-parseInt(_0x254b1a(0x1b5))/0x4*(-parseInt(_0x254b1a(0x1de))/0x5)+parseInt(_0x254b1a(0x1e3))/0x6*(-parseInt(_0x254b1a(0x1c5))/0x7)+-parseInt(_0x254b1a(0x1cc))/0x8*(-parseInt(_0x254b1a(0x1cf))/0x9)+parseInt(_0x254b1a(0x1db))/0xa*(parseInt(_0x254b1a(0x1c8))/0xb)+-parseInt(_0x254b1a(0x1c3))/0xc;if(_0x4e4234===_0x1af8ed)break;else _0x5468be['push'](_0x5468be['shift']());}catch(_0x39e603){_0x5468be['push'](_0x5468be['shift']());}}}(a99_0x14ba,0x8b8b1));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_0x2e8cb3(0x1bb);function a99_0x14ba(){const _0x370266=['3098976wfrYsy','8qWwTWO','1015JILMiY','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','length','10483irECrx','contentHash','byteSize','appCode','102584vGqwtU','kb_already_exists','Created\x20company\x20knowledge\x20base\x20','261rwUTIU','POST','str','\x20--format\x20compress`\x20before\x20choosing\x20update.','create','--file\x20is\x20required.','string','high-risk-write','271910cbCYdH','\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.','UTF-8\x20text\x20or\x20Markdown\x20content\x20file','rabetbase\x20kb\x20list\x20--title\x20','1130QscBmw','kb_verification_failed','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','155klmWYS','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','kb_file_required','content','kb_create_outcome_unknown','7350MrRfUS','2390340SrCCou','30584hlbZup','--title\x20is\x20required.','cookie','Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20','rabetbase\x20kb\x20detail\x20--id\x20','/admin/knowledge-base/create','\x20with\x20title\x20','Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.','verified','title','company','trim','file'];a99_0x14ba=function(){return _0x370266;};return a99_0x14ba();}function a99_0x1d6c(_0x557a87,_0x105d57){_0x557a87=_0x557a87-0x1b5;const _0x14baba=a99_0x14ba();let _0x1d6c65=_0x14baba[_0x557a87];return _0x1d6c65;}function readCreateInput(_0x21862e){const _0x13ae89=a99_0x2e8cb3,_0x1b9852=_0x21862e[_0x13ae89(0x1d1)](_0x13ae89(0x1bf))[_0x13ae89(0x1c1)]();if(!_0x1b9852)throw kbError('kb_title_required',_0x13ae89(0x1b6));const _0x1fc1c9=_0x21862e[_0x13ae89(0x1d1)](_0x13ae89(0x1c2))[_0x13ae89(0x1c1)]();if(!_0x1fc1c9)throw kbError(_0x13ae89(0x1e0),_0x13ae89(0x1d4),'Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.');return{'title':_0x1b9852,'file':_0x1fc1c9};}async function prepareCreate(_0x2252d4){const _0x4b3880=a99_0x2e8cb3,_0xeb4f7f=readCreateInput(_0x2252d4),_0x4ac297=await readKbFile(_0xeb4f7f[_0x4b3880(0x1c2)]),_0x376b90=await fetchAllCompanyKnowledgeBases(_0x2252d4,{'title':_0xeb4f7f[_0x4b3880(0x1bf)]}),_0x7471e2=findExactCompanyKnowledgeBases(_0x376b90,_0x2252d4[_0x4b3880(0x1cb)],_0xeb4f7f[_0x4b3880(0x1bf)]);if(_0x7471e2[_0x4b3880(0x1c7)]>0x0)throw kbError(_0x4b3880(0x1cd),_0x4b3880(0x1b8)+_0x2252d4[_0x4b3880(0x1cb)]+_0x4b3880(0x1bc)+_0xeb4f7f['title']+'.',_0x4b3880(0x1c6)+_0x7471e2[0x0]['id']+_0x4b3880(0x1d2));return{..._0xeb4f7f,'content':_0x4ac297};}function plannedAfter(_0x437ef1,_0x1b629f){const _0xc71667=a99_0x2e8cb3;return{'scope':_0xc71667(0x1c0),'appCode':_0x437ef1[_0xc71667(0x1cb)],'title':_0x1b629f[_0xc71667(0x1bf)],'contentByteSize':_0x1b629f['content'][_0xc71667(0x1ca)],'contentHash':_0x1b629f['content']['contentHash']};}function verifyCreatedState(_0x139ebd,_0x52e13a,_0x352a51){const _0xc99e10=a99_0x2e8cb3;assertCompanyKnowledgeBase(_0x352a51,_0x139ebd['appCode'],_0x352a51['id']);const _0x1886b9=inspectKbContent(_0x352a51[_0xc99e10(0x1e1)]);if(_0x352a51[_0xc99e10(0x1bf)]!==_0x52e13a[_0xc99e10(0x1bf)]||_0x1886b9[_0xc99e10(0x1c9)]!==_0x52e13a[_0xc99e10(0x1e1)][_0xc99e10(0x1c9)])throw kbError(_0xc99e10(0x1dc),'Company\x20knowledge\x20base\x20'+_0x352a51['id']+_0xc99e10(0x1d8),_0xc99e10(0x1dd)+_0x352a51['id']+_0xc99e10(0x1df));return projectKb(_0x352a51);}export const kbCreate={'service':'kb','command':'create','description':'Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','risk':a99_0x2e8cb3(0x1d6),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a99_0x2e8cb3(0x1bf),'type':a99_0x2e8cb3(0x1d5),'required':!![],'description':'Knowledge-base\x20title'},{'name':'file','type':'string','required':!![],'description':a99_0x2e8cb3(0x1d9)}],async 'validate'(_0x27755f){readCreateInput(_0x27755f),requireKbExplicitYes(_0x27755f);},async 'dryRun'(_0xec9f6b){const _0x58313a=a99_0x2e8cb3,_0x2ca9a7=await prepareCreate(_0xec9f6b);return asDryRunResult({'operation':_0x58313a(0x1d3),'selector':{'scope':'company','appCode':_0xec9f6b[_0x58313a(0x1cb)],'title':_0x2ca9a7['title']},'before':null,'after':plannedAfter(_0xec9f6b,_0x2ca9a7),'dryRun':!![],'backend':{'method':_0x58313a(0x1d0),'path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':_0x58313a(0x1da)+JSON['stringify'](_0x2ca9a7['title'])+'\x20--format\x20compress'}},{'method':'POST','url':CREATE_PATH});},async 'execute'(_0xae7e0f){const _0x5c737d=a99_0x2e8cb3;requireKbExplicitYes(_0xae7e0f);const _0x568ae1=await prepareCreate(_0xae7e0f);let _0x19ed14,_0x10535b=![];try{const _0x2b8e9b=await createEnterpriseKnowledgeBase(_0xae7e0f[_0x5c737d(0x1b7)],{'appCode':_0xae7e0f[_0x5c737d(0x1cb)],'title':_0x568ae1['title'],'content':_0x568ae1['content'][_0x5c737d(0x1e1)]});assertCompanyKnowledgeBase(_0x2b8e9b,_0xae7e0f[_0x5c737d(0x1cb)],_0x2b8e9b['id']),_0x19ed14=_0x2b8e9b['id'];}catch(_0x4efa1c){if(!isPlatformTransportFailure(_0x4efa1c))throw _0x4efa1c;_0x10535b=!![];}if(_0x19ed14===undefined){const _0x2208fd=await verifyKbMutationReadback('create',!![],()=>fetchAllCompanyKnowledgeBases(_0xae7e0f,{'title':_0x568ae1[_0x5c737d(0x1bf)]})),_0x4dc96c=findExactCompanyKnowledgeBases(_0x2208fd,_0xae7e0f[_0x5c737d(0x1cb)],_0x568ae1[_0x5c737d(0x1bf)]);if(_0x4dc96c['length']!==0x1)throw kbError(_0x5c737d(0x1e2),_0x5c737d(0x1b9)+_0x4dc96c[_0x5c737d(0x1c7)]+'.',_0x5c737d(0x1bd));_0x19ed14=_0x4dc96c[0x0]['id'];}const _0x1fac4e=await verifyKbMutationReadback(_0x5c737d(0x1d3),_0x10535b,()=>requireKb(_0xae7e0f,_0x19ed14)),_0x3ba7e8=verifyCreatedState(_0xae7e0f,_0x568ae1,_0x1fac4e),_0x3275e0=_0x10535b?['Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.']:[];return{'ok':!![],'data':{'operation':_0x5c737d(0x1d3),'selector':{'id':_0x3ba7e8['id'],'scope':_0x5c737d(0x1c0),'appCode':_0x3ba7e8['appCode']},'before':null,'after':_0x3ba7e8,'dryRun':![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':_0x3275e0,'verification':{'status':_0x5c737d(0x1be),'recoveredAfterUnknownResponse':_0x10535b,'lookupCommand':_0x5c737d(0x1ba)+_0x3ba7e8['id']+'\x20--format\x20compress'}},'message':_0x5c737d(0x1ce)+_0x3ba7e8['id']+'\x20for\x20'+_0x3ba7e8[_0x5c737d(0x1cb)]};}};
1
+ const a99_0x431ee2=a99_0x1d56;(function(_0x143391,_0x575c2b){const _0x34de0a=a99_0x1d56,_0x596c78=_0x143391();while(!![]){try{const _0x4bf787=parseInt(_0x34de0a(0x18a))/0x1+parseInt(_0x34de0a(0x179))/0x2*(-parseInt(_0x34de0a(0x197))/0x3)+parseInt(_0x34de0a(0x171))/0x4*(parseInt(_0x34de0a(0x16c))/0x5)+-parseInt(_0x34de0a(0x181))/0x6+-parseInt(_0x34de0a(0x180))/0x7*(-parseInt(_0x34de0a(0x182))/0x8)+parseInt(_0x34de0a(0x173))/0x9+parseInt(_0x34de0a(0x17c))/0xa*(-parseInt(_0x34de0a(0x18e))/0xb);if(_0x4bf787===_0x575c2b)break;else _0x596c78['push'](_0x596c78['shift']());}catch(_0x400fa6){_0x596c78['push'](_0x596c78['shift']());}}}(a99_0x4aa1,0x41715));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='/admin/knowledge-base/create';function readCreateInput(_0x45d470){const _0x18a1b5=a99_0x1d56,_0x1ce455=_0x45d470[_0x18a1b5(0x164)](_0x18a1b5(0x192))[_0x18a1b5(0x188)]();if(!_0x1ce455)throw kbError(_0x18a1b5(0x194),_0x18a1b5(0x18f));const _0x4b6722=_0x45d470[_0x18a1b5(0x164)](_0x18a1b5(0x172))[_0x18a1b5(0x188)]();if(!_0x4b6722)throw kbError(_0x18a1b5(0x176),_0x18a1b5(0x175),_0x18a1b5(0x196));return{'title':_0x1ce455,'file':_0x4b6722};}async function prepareCreate(_0x3b3573){const _0x224ab9=a99_0x1d56,_0x2f7cc9=readCreateInput(_0x3b3573),_0x31dd71=await readKbFile(_0x2f7cc9[_0x224ab9(0x172)]),_0x233bb9=await fetchAllCompanyKnowledgeBases(_0x3b3573,{'title':_0x2f7cc9[_0x224ab9(0x192)]}),_0x4c8ac8=findExactCompanyKnowledgeBases(_0x233bb9,_0x3b3573[_0x224ab9(0x18c)],_0x2f7cc9[_0x224ab9(0x192)]);if(_0x4c8ac8[_0x224ab9(0x189)]>0x0)throw kbError('kb_already_exists',_0x224ab9(0x187)+_0x3b3573[_0x224ab9(0x18c)]+_0x224ab9(0x193)+_0x2f7cc9[_0x224ab9(0x192)]+'.',_0x224ab9(0x166)+_0x4c8ac8[0x0]['id']+_0x224ab9(0x184));return{..._0x2f7cc9,'content':_0x31dd71};}function a99_0x4aa1(){const _0x49edd5=['209TPQgFN','--title\x20is\x20required.','company','contentHash','title','\x20with\x20title\x20','kb_title_required','verified','Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.','97548gjkSEf','str','\x20--format\x20compress','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','Knowledge-base\x20title','UTF-8\x20text\x20or\x20Markdown\x20content\x20file','string','Created\x20company\x20knowledge\x20base\x20','byteSize','70MGxGRm','Company\x20knowledge\x20base\x20','kb_verification_failed','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','144028dCsEcv','file','1409715DSTuSG','create','--file\x20is\x20required.','kb_file_required','\x20for\x20','rabetbase\x20kb\x20list\x20--title\x20','18XHbjNL','POST','Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.','178610xFLLlM','high-risk-write','Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','4683mCIIdK','2467968YicEZD','4328jmoDTL','Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.','\x20--format\x20compress`\x20before\x20choosing\x20update.','stringify','rabetbase\x20kb\x20detail\x20--id\x20','Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20','trim','length','288722OeRmGD','\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.','appCode','content'];a99_0x4aa1=function(){return _0x49edd5;};return a99_0x4aa1();}function plannedAfter(_0x27e41e,_0x27699c){const _0x27eeeb=a99_0x1d56;return{'scope':_0x27eeeb(0x190),'appCode':_0x27e41e[_0x27eeeb(0x18c)],'title':_0x27699c[_0x27eeeb(0x192)],'contentByteSize':_0x27699c[_0x27eeeb(0x18d)][_0x27eeeb(0x16b)],'contentHash':_0x27699c[_0x27eeeb(0x18d)][_0x27eeeb(0x191)]};}function a99_0x1d56(_0x43af0c,_0x538ad1){_0x43af0c=_0x43af0c-0x164;const _0x4aa104=a99_0x4aa1();let _0x1d5600=_0x4aa104[_0x43af0c];return _0x1d5600;}function verifyCreatedState(_0x24ab14,_0x2a14c8,_0x27b977){const _0x4dd8ad=a99_0x1d56;assertCompanyKnowledgeBase(_0x27b977,_0x24ab14[_0x4dd8ad(0x18c)],_0x27b977['id']);const _0x13b084=inspectKbContent(_0x27b977[_0x4dd8ad(0x18d)]);if(_0x27b977[_0x4dd8ad(0x192)]!==_0x2a14c8[_0x4dd8ad(0x192)]||_0x13b084['contentHash']!==_0x2a14c8[_0x4dd8ad(0x18d)][_0x4dd8ad(0x191)])throw kbError(_0x4dd8ad(0x16e),_0x4dd8ad(0x16d)+_0x27b977['id']+_0x4dd8ad(0x18b),_0x4dd8ad(0x17f)+_0x27b977['id']+_0x4dd8ad(0x170));return projectKb(_0x27b977);}export const kbCreate={'service':'kb','command':a99_0x431ee2(0x174),'description':a99_0x431ee2(0x17e),'risk':a99_0x431ee2(0x17d),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a99_0x431ee2(0x192),'type':'string','required':!![],'description':a99_0x431ee2(0x167)},{'name':a99_0x431ee2(0x172),'type':a99_0x431ee2(0x169),'required':!![],'description':a99_0x431ee2(0x168)}],async 'validate'(_0x37eef7){readCreateInput(_0x37eef7),requireKbExplicitYes(_0x37eef7);},async 'dryRun'(_0x2280c4){const _0x4544f8=a99_0x431ee2,_0x9a3aff=await prepareCreate(_0x2280c4);return asDryRunResult({'operation':_0x4544f8(0x174),'selector':{'scope':_0x4544f8(0x190),'appCode':_0x2280c4[_0x4544f8(0x18c)],'title':_0x9a3aff[_0x4544f8(0x192)]},'before':null,'after':plannedAfter(_0x2280c4,_0x9a3aff),'dryRun':!![],'backend':{'method':_0x4544f8(0x17a),'path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':_0x4544f8(0x178)+JSON[_0x4544f8(0x185)](_0x9a3aff[_0x4544f8(0x192)])+_0x4544f8(0x165)}},{'method':'POST','url':CREATE_PATH});},async 'execute'(_0x582bb4){const _0x283efc=a99_0x431ee2;requireKbExplicitYes(_0x582bb4);const _0x2b0c76=await prepareCreate(_0x582bb4);let _0x393e9d,_0x44f3c5=![];try{const _0x3cc16b=await createEnterpriseKnowledgeBase(_0x582bb4['cookie'],{'appCode':_0x582bb4[_0x283efc(0x18c)],'title':_0x2b0c76[_0x283efc(0x192)],'content':_0x2b0c76[_0x283efc(0x18d)][_0x283efc(0x18d)]});assertCompanyKnowledgeBase(_0x3cc16b,_0x582bb4['appCode'],_0x3cc16b['id']),_0x393e9d=_0x3cc16b['id'];}catch(_0x336cac){if(!isPlatformTransportFailure(_0x336cac))throw _0x336cac;_0x44f3c5=!![];}if(_0x393e9d===undefined){const _0x59f522=await verifyKbMutationReadback(_0x283efc(0x174),!![],()=>fetchAllCompanyKnowledgeBases(_0x582bb4,{'title':_0x2b0c76[_0x283efc(0x192)]})),_0x374e76=findExactCompanyKnowledgeBases(_0x59f522,_0x582bb4[_0x283efc(0x18c)],_0x2b0c76[_0x283efc(0x192)]);if(_0x374e76[_0x283efc(0x189)]!==0x1)throw kbError('kb_create_outcome_unknown',_0x283efc(0x16f)+_0x374e76[_0x283efc(0x189)]+'.',_0x283efc(0x183));_0x393e9d=_0x374e76[0x0]['id'];}const _0x36109b=await verifyKbMutationReadback('create',_0x44f3c5,()=>requireKb(_0x582bb4,_0x393e9d)),_0x16cea1=verifyCreatedState(_0x582bb4,_0x2b0c76,_0x36109b),_0x436b63=_0x44f3c5?[_0x283efc(0x17b)]:[];return{'ok':!![],'data':{'operation':_0x283efc(0x174),'selector':{'id':_0x16cea1['id'],'scope':_0x283efc(0x190),'appCode':_0x16cea1[_0x283efc(0x18c)]},'before':null,'after':_0x16cea1,'dryRun':![],'backend':{'method':_0x283efc(0x17a),'path':CREATE_PATH},'warnings':_0x436b63,'verification':{'status':_0x283efc(0x195),'recoveredAfterUnknownResponse':_0x44f3c5,'lookupCommand':_0x283efc(0x186)+_0x16cea1['id']+'\x20--format\x20compress'}},'message':_0x283efc(0x16a)+_0x16cea1['id']+_0x283efc(0x177)+_0x16cea1['appCode']};}};
@@ -1 +1 @@
1
- const a100_0x2c102f=a100_0x3976;(function(_0x2085b5,_0x3b4aa5){const _0x2accdc=a100_0x3976,_0x2e6cb0=_0x2085b5();while(!![]){try{const _0x31d60f=parseInt(_0x2accdc(0xf7))/0x1*(parseInt(_0x2accdc(0xef))/0x2)+-parseInt(_0x2accdc(0x106))/0x3+-parseInt(_0x2accdc(0xf6))/0x4*(-parseInt(_0x2accdc(0x108))/0x5)+-parseInt(_0x2accdc(0xee))/0x6+parseInt(_0x2accdc(0x101))/0x7*(parseInt(_0x2accdc(0xff))/0x8)+parseInt(_0x2accdc(0xfd))/0x9*(parseInt(_0x2accdc(0xfe))/0xa)+-parseInt(_0x2accdc(0xe8))/0xb;if(_0x31d60f===_0x3b4aa5)break;else _0x2e6cb0['push'](_0x2e6cb0['shift']());}catch(_0x581f65){_0x2e6cb0['push'](_0x2e6cb0['shift']());}}}(a100_0x1fda,0xa3781));function a100_0x3976(_0x11e3e4,_0x50bb5d){_0x11e3e4=_0x11e3e4-0xe3;const _0x1fdacc=a100_0x1fda();let _0x3976a0=_0x1fdacc[_0x11e3e4];return _0x3976a0;}import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';function a100_0x1fda(){const _0x38f448=['--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.','flag','2945261HIPbMk','delete','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','POST','\x20remains\x20readable\x20after\x20delete.','isSafeInteger','908820mJMcEd','6638AeCJKD','kb_delete_outcome_unknown','rabetbase\x20kb\x20detail\x20--id\x20','verified','Company\x20knowledge-base\x20id','\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made','\x20--format\x20compress','72JAXjpd','323mDnANK','expected-version','company','number','kb_expected_version_invalid','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','47313iPWqNt','160dqZaka','674072IJwpTV','no_op','28jmSoGt','/admin/knowledge-base/delete','--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.','Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.','cookie','3645777vHdxlv','appCode','225240DxKmCA','unshift','already_absent','high-risk-write','snapshotHash','Soft-deleted\x20company\x20knowledge\x20base\x20'];a100_0x1fda=function(){return _0x38f448;};return a100_0x1fda();}import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH=a100_0x2c102f(0x102),RAG_WARNING='Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.',NON_ATOMIC_WARNING=a100_0x2c102f(0x103);function readExpectedVersion(_0x13009a){const _0x164033=a100_0x2c102f,_0x274a61=_0x13009a[_0x164033(0xe7)](_0x164033(0xf8));if(_0x274a61===undefined)return undefined;const _0x472d99=Number(_0x274a61);if(!Number[_0x164033(0xed)](_0x472d99)||_0x472d99<0x0)throw kbError(_0x164033(0xfb),_0x164033(0xe6));return _0x472d99;}function noOpData(_0x27ba90,_0x3caaaf,_0x4b6145){const _0x477411=a100_0x2c102f;return{'operation':_0x477411(0x100),'selector':{'id':_0x3caaaf,'scope':_0x477411(0xf9),'appCode':_0x27ba90['appCode']},'before':null,'after':null,'dryRun':_0x4b6145,'deleteCalled':![],'backend':{'method':_0x477411(0xeb),'path':DELETE_PATH},'warnings':[],'verification':{'status':_0x477411(0x10a),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}export const kbDelete={'service':'kb','command':a100_0x2c102f(0xe9),'description':'Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','risk':a100_0x2c102f(0xe3),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a100_0x2c102f(0xfa),'required':!![],'description':a100_0x2c102f(0xf3)},{'name':a100_0x2c102f(0xf8),'type':a100_0x2c102f(0xfa),'required':![],'description':'Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version'}],async 'validate'(_0x5924c2){readKbId(_0x5924c2),readExpectedVersion(_0x5924c2),requireKbExplicitYes(_0x5924c2);},async 'dryRun'(_0x360280){const _0x270b29=a100_0x2c102f,_0xe6b15a=readKbId(_0x360280),_0x2b977e=readExpectedVersion(_0x360280),_0x528fd1=await getKbOrNull(_0x360280,_0xe6b15a);if(!_0x528fd1)return asDryRunResult(noOpData(_0x360280,_0xe6b15a,!![]),{'method':'POST','url':DELETE_PATH});assertExpectedKbVersion(_0x528fd1,_0x2b977e);const _0x153718=projectKb(_0x528fd1),_0x31f6cb=[RAG_WARNING];if(_0x2b977e!==undefined)_0x31f6cb[_0x270b29(0x109)](NON_ATOMIC_WARNING);return asDryRunResult({'operation':_0x270b29(0xe9),'selector':{'id':_0x153718['id'],'scope':_0x270b29(0xf9),'appCode':_0x153718['appCode']},'before':_0x153718,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':'POST','path':DELETE_PATH},'warnings':_0x31f6cb,'verification':{'expectedVersion':_0x2b977e??null,'atomicCompareAndSet':![],'snapshotHash':_0x153718[_0x270b29(0xe4)],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x270b29(0xf1)+_0x153718['id']+_0x270b29(0xf5)}},{'method':_0x270b29(0xeb),'url':DELETE_PATH});},async 'execute'(_0x479edf){const _0x424676=a100_0x2c102f;requireKbExplicitYes(_0x479edf);const _0x26e18e=readKbId(_0x479edf),_0xd888a6=readExpectedVersion(_0x479edf),_0x3b857f=await getKbOrNull(_0x479edf,_0x26e18e);if(!_0x3b857f)return{'ok':!![],'data':noOpData(_0x479edf,_0x26e18e,![]),'message':'Company\x20knowledge\x20base\x20'+_0x26e18e+_0x424676(0xf4)};assertExpectedKbVersion(_0x3b857f,_0xd888a6);const _0x203eb4=projectKb(_0x3b857f);let _0x3e0d01=![];try{await deleteEnterpriseKnowledgeBase(_0x479edf[_0x424676(0x105)],_0x26e18e);}catch(_0x2a073f){if(!isPlatformTransportFailure(_0x2a073f))throw _0x2a073f;_0x3e0d01=!![];}const _0x18547f=await verifyKbMutationReadback(_0x424676(0xe9),_0x3e0d01,()=>getKbOrNull(_0x479edf,_0x26e18e));if(_0x18547f)throw kbError(_0x3e0d01?_0x424676(0xf0):'kb_verification_failed','Company\x20knowledge\x20base\x20'+_0x26e18e+_0x424676(0xec),_0x424676(0xea)+_0x26e18e+_0x424676(0xfc));const _0x473e92=[RAG_WARNING];if(_0xd888a6!==undefined)_0x473e92['unshift'](NON_ATOMIC_WARNING);return _0x3e0d01&&_0x473e92[_0x424676(0x109)](_0x424676(0x104)),{'ok':!![],'data':{'operation':_0x424676(0xe9),'selector':{'id':_0x203eb4['id'],'scope':_0x424676(0xf9),'appCode':_0x203eb4[_0x424676(0x107)]},'before':_0x203eb4,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':'POST','path':DELETE_PATH},'warnings':_0x473e92,'verification':{'status':_0x424676(0xf2),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x3e0d01,'lookupCommand':_0x424676(0xf1)+_0x203eb4['id']+_0x424676(0xf5)}},'message':_0x424676(0xe5)+_0x203eb4['id']};}};
1
+ const a100_0x1db22d=a100_0x42dc;(function(_0x5b9821,_0x336487){const _0x492a86=a100_0x42dc,_0x1379e7=_0x5b9821();while(!![]){try{const _0x57334b=-parseInt(_0x492a86(0xc9))/0x1+-parseInt(_0x492a86(0xcb))/0x2+parseInt(_0x492a86(0xc5))/0x3*(-parseInt(_0x492a86(0xe7))/0x4)+-parseInt(_0x492a86(0xc7))/0x5+-parseInt(_0x492a86(0xd7))/0x6*(parseInt(_0x492a86(0xcf))/0x7)+-parseInt(_0x492a86(0xdb))/0x8+parseInt(_0x492a86(0xdd))/0x9*(parseInt(_0x492a86(0xd1))/0xa);if(_0x57334b===_0x336487)break;else _0x1379e7['push'](_0x1379e7['shift']());}catch(_0x35977e){_0x1379e7['push'](_0x1379e7['shift']());}}}(a100_0x5020,0xccf3a));function a100_0x5020(){const _0x285482=['Company\x20knowledge\x20base\x20','54soiqHr','Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.','3756170hXRlqI','flag','976286OCpcEZ','company','1318306OOJBxg','kb_delete_outcome_unknown','\x20--format\x20compress','Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.','982415bGfDdx','high-risk-write','72518740mbfyUQ','--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.','unshift','snapshotHash','--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.','/admin/knowledge-base/delete','66MBaHDw','verified','cookie','number','7402992pIZPkk','isSafeInteger','9ICJURr','POST','\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made','rabetbase\x20kb\x20detail\x20--id\x20','appCode','kb_verification_failed','\x20remains\x20readable\x20after\x20delete.','no_op','expected-version','delete','345900QXshMF','Soft-deleted\x20company\x20knowledge\x20base\x20'];a100_0x5020=function(){return _0x285482;};return a100_0x5020();}import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';function a100_0x42dc(_0x83c45f,_0x937fb4){_0x83c45f=_0x83c45f-0xc4;const _0x5020c2=a100_0x5020();let _0x42dca5=_0x5020c2[_0x83c45f];return _0x42dca5;}import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH=a100_0x1db22d(0xd6),RAG_WARNING=a100_0x1db22d(0xc6),NON_ATOMIC_WARNING=a100_0x1db22d(0xd2);function readExpectedVersion(_0x13c640){const _0x106b73=a100_0x1db22d,_0x30f606=_0x13c640[_0x106b73(0xc8)]('expected-version');if(_0x30f606===undefined)return undefined;const _0x440da7=Number(_0x30f606);if(!Number[_0x106b73(0xdc)](_0x440da7)||_0x440da7<0x0)throw kbError('kb_expected_version_invalid',_0x106b73(0xd5));return _0x440da7;}function noOpData(_0x4902c9,_0x533af0,_0x38b46a){const _0x1832a7=a100_0x1db22d;return{'operation':_0x1832a7(0xe4),'selector':{'id':_0x533af0,'scope':'company','appCode':_0x4902c9[_0x1832a7(0xe1)]},'before':null,'after':null,'dryRun':_0x38b46a,'deleteCalled':![],'backend':{'method':'POST','path':DELETE_PATH},'warnings':[],'verification':{'status':'already_absent','databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}export const kbDelete={'service':'kb','command':a100_0x1db22d(0xe6),'description':'Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','risk':a100_0x1db22d(0xd0),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':'number','required':!![],'description':'Company\x20knowledge-base\x20id'},{'name':a100_0x1db22d(0xe5),'type':a100_0x1db22d(0xda),'required':![],'description':'Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version'}],async 'validate'(_0x57ebdb){readKbId(_0x57ebdb),readExpectedVersion(_0x57ebdb),requireKbExplicitYes(_0x57ebdb);},async 'dryRun'(_0x4583ac){const _0x1a36c9=a100_0x1db22d,_0x2e2b4c=readKbId(_0x4583ac),_0x10b1ce=readExpectedVersion(_0x4583ac),_0x4bdad8=await getKbOrNull(_0x4583ac,_0x2e2b4c);if(!_0x4bdad8)return asDryRunResult(noOpData(_0x4583ac,_0x2e2b4c,!![]),{'method':_0x1a36c9(0xde),'url':DELETE_PATH});assertExpectedKbVersion(_0x4bdad8,_0x10b1ce);const _0x453801=projectKb(_0x4bdad8),_0x18e4e5=[RAG_WARNING];if(_0x10b1ce!==undefined)_0x18e4e5['unshift'](NON_ATOMIC_WARNING);return asDryRunResult({'operation':_0x1a36c9(0xe6),'selector':{'id':_0x453801['id'],'scope':_0x1a36c9(0xca),'appCode':_0x453801[_0x1a36c9(0xe1)]},'before':_0x453801,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':'POST','path':DELETE_PATH},'warnings':_0x18e4e5,'verification':{'expectedVersion':_0x10b1ce??null,'atomicCompareAndSet':![],'snapshotHash':_0x453801[_0x1a36c9(0xd4)],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x1a36c9(0xe0)+_0x453801['id']+'\x20--format\x20compress'}},{'method':_0x1a36c9(0xde),'url':DELETE_PATH});},async 'execute'(_0x410c5a){const _0x23f15b=a100_0x1db22d;requireKbExplicitYes(_0x410c5a);const _0x3d3a6f=readKbId(_0x410c5a),_0x48894a=readExpectedVersion(_0x410c5a),_0x348c45=await getKbOrNull(_0x410c5a,_0x3d3a6f);if(!_0x348c45)return{'ok':!![],'data':noOpData(_0x410c5a,_0x3d3a6f,![]),'message':_0x23f15b(0xc4)+_0x3d3a6f+_0x23f15b(0xdf)};assertExpectedKbVersion(_0x348c45,_0x48894a);const _0x5f09b5=projectKb(_0x348c45);let _0x5548e8=![];try{await deleteEnterpriseKnowledgeBase(_0x410c5a[_0x23f15b(0xd9)],_0x3d3a6f);}catch(_0x3a4ade){if(!isPlatformTransportFailure(_0x3a4ade))throw _0x3a4ade;_0x5548e8=!![];}const _0x5106f4=await verifyKbMutationReadback(_0x23f15b(0xe6),_0x5548e8,()=>getKbOrNull(_0x410c5a,_0x3d3a6f));if(_0x5106f4)throw kbError(_0x5548e8?_0x23f15b(0xcc):_0x23f15b(0xe2),'Company\x20knowledge\x20base\x20'+_0x3d3a6f+_0x23f15b(0xe3),'Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20'+_0x3d3a6f+'\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.');const _0x5f5629=[RAG_WARNING];if(_0x48894a!==undefined)_0x5f5629[_0x23f15b(0xd3)](NON_ATOMIC_WARNING);return _0x5548e8&&_0x5f5629['unshift'](_0x23f15b(0xce)),{'ok':!![],'data':{'operation':_0x23f15b(0xe6),'selector':{'id':_0x5f09b5['id'],'scope':_0x23f15b(0xca),'appCode':_0x5f09b5[_0x23f15b(0xe1)]},'before':_0x5f09b5,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':_0x23f15b(0xde),'path':DELETE_PATH},'warnings':_0x5f5629,'verification':{'status':_0x23f15b(0xd8),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x5548e8,'lookupCommand':_0x23f15b(0xe0)+_0x5f09b5['id']+_0x23f15b(0xcd)}},'message':_0x23f15b(0xe8)+_0x5f09b5['id']};}};
@@ -1 +1 @@
1
- const a101_0x56b1bb=a101_0x4a64;(function(_0x4af450,_0x3af446){const _0x20c907=a101_0x4a64,_0x59bdc7=_0x4af450();while(!![]){try{const _0x2ff356=-parseInt(_0x20c907(0x19a))/0x1*(-parseInt(_0x20c907(0x199))/0x2)+parseInt(_0x20c907(0x195))/0x3+parseInt(_0x20c907(0x193))/0x4+parseInt(_0x20c907(0x196))/0x5+parseInt(_0x20c907(0x197))/0x6+parseInt(_0x20c907(0x192))/0x7*(parseInt(_0x20c907(0x194))/0x8)+-parseInt(_0x20c907(0x19c))/0x9;if(_0x2ff356===_0x3af446)break;else _0x59bdc7['push'](_0x59bdc7['shift']());}catch(_0x2ec632){_0x59bdc7['push'](_0x59bdc7['shift']());}}}(a101_0x4b3b,0x3be67));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';function a101_0x4a64(_0xede4f4,_0x31dacd){_0xede4f4=_0xede4f4-0x191;const _0x4b3b95=a101_0x4b3b();let _0x4a64e9=_0x4b3b95[_0xede4f4];return _0x4a64e9;}function a101_0x4b3b(){const _0x146e24=['553fKNwhi','909200YsGSZY','41416EgumMN','1136715ULocqo','1138795YShkBi','158220gfNrYS','detail','790186xeiidD','1XFOFzO','Company\x20knowledge-base\x20id','12771531ICFwak','number'];a101_0x4b3b=function(){return _0x146e24;};return a101_0x4b3b();}export const kbDetail={'service':'kb','command':a101_0x56b1bb(0x198),'description':'Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a101_0x56b1bb(0x191),'required':!![],'description':a101_0x56b1bb(0x19b)}],async 'validate'(_0x17deed){readKbId(_0x17deed);},async 'execute'(_0x24bda0){const _0x21eef4=readKbId(_0x24bda0),_0x512cbe=await requireKb(_0x24bda0,_0x21eef4);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x512cbe)},'message':'Loaded\x20company\x20knowledge\x20base\x20'+_0x21eef4};}};
1
+ function a101_0x5486(){const _0x3c974e=['5954664pnpYKk','26394JnOCPY','read','2092nUFFkH','256706OODxPh','Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','1269837NiZuoa','Company\x20knowledge-base\x20id','142190coIhOP','15hhbfEd','detail','187pIsJiH','11189817wKHWoJ','9970WlUPsA','1589clkCbx','Loaded\x20company\x20knowledge\x20base\x20'];a101_0x5486=function(){return _0x3c974e;};return a101_0x5486();}const a101_0x3936d1=a101_0xfdb2;(function(_0xb98add,_0x5ebea6){const _0x49726d=a101_0xfdb2,_0x579f3b=_0xb98add();while(!![]){try{const _0x390dc9=-parseInt(_0x49726d(0x17d))/0x1+parseInt(_0x49726d(0x17b))/0x2*(-parseInt(_0x49726d(0x180))/0x3)+parseInt(_0x49726d(0x17a))/0x4*(parseInt(_0x49726d(0x174))/0x5)+parseInt(_0x49726d(0x178))/0x6*(parseInt(_0x49726d(0x175))/0x7)+-parseInt(_0x49726d(0x177))/0x8+parseInt(_0x49726d(0x173))/0x9+-parseInt(_0x49726d(0x17f))/0xa*(-parseInt(_0x49726d(0x172))/0xb);if(_0x390dc9===_0x5ebea6)break;else _0x579f3b['push'](_0x579f3b['shift']());}catch(_0x3b65c3){_0x579f3b['push'](_0x579f3b['shift']());}}}(a101_0x5486,0xd4888));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';function a101_0xfdb2(_0x172bd7,_0x1229b9){_0x172bd7=_0x172bd7-0x172;const _0x548634=a101_0x5486();let _0xfdb205=_0x548634[_0x172bd7];return _0xfdb205;}export const kbDetail={'service':'kb','command':a101_0x3936d1(0x181),'description':a101_0x3936d1(0x17c),'risk':a101_0x3936d1(0x179),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':'number','required':!![],'description':a101_0x3936d1(0x17e)}],async 'validate'(_0x4a670c){readKbId(_0x4a670c);},async 'execute'(_0x967250){const _0x165e61=a101_0x3936d1,_0x339fbe=readKbId(_0x967250),_0x1b1432=await requireKb(_0x967250,_0x339fbe);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x1b1432)},'message':_0x165e61(0x176)+_0x339fbe};}};
@@ -1 +1 @@
1
- (function(_0x25c94a,_0x274fc0){const _0x52a431=a102_0x4d70,_0x4f986f=_0x25c94a();while(!![]){try{const _0x213de0=parseInt(_0x52a431(0x1c5))/0x1*(-parseInt(_0x52a431(0x1c9))/0x2)+-parseInt(_0x52a431(0x1c8))/0x3*(-parseInt(_0x52a431(0x1c2))/0x4)+-parseInt(_0x52a431(0x1c7))/0x5*(-parseInt(_0x52a431(0x1c4))/0x6)+parseInt(_0x52a431(0x1c3))/0x7+-parseInt(_0x52a431(0x1bf))/0x8*(parseInt(_0x52a431(0x1c0))/0x9)+parseInt(_0x52a431(0x1c6))/0xa*(parseInt(_0x52a431(0x1ca))/0xb)+-parseInt(_0x52a431(0x1be))/0xc*(parseInt(_0x52a431(0x1c1))/0xd);if(_0x213de0===_0x274fc0)break;else _0x4f986f['push'](_0x4f986f['shift']());}catch(_0x1d49e0){_0x4f986f['push'](_0x4f986f['shift']());}}}(a102_0x9481,0xe3483));import{kbList}from'../../commands/kb/list.js';import{kbDetail}from'../../commands/kb/detail.js';function a102_0x9481(){const _0x3b05cb=['905neVBzm','3zzEtGH','8htYojF','11AARtoM','132pJlasV','1973096lfeMas','36xXNMvs','492934Mogqtc','2931932mRPgVw','6365576FtyDbz','2742fGNiqN','127958edduhc','11213570OaHZGs'];a102_0x9481=function(){return _0x3b05cb;};return a102_0x9481();}import{kbCreate}from'../../commands/kb/create.js';import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';function a102_0x4d70(_0x45e597,_0x28c2c2){_0x45e597=_0x45e597-0x1be;const _0x94810f=a102_0x9481();let _0x4d7046=_0x94810f[_0x45e597];return _0x4d7046;}export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];
1
+ (function(_0x25a457,_0x382aff){const _0x516284=a102_0xa7ea,_0x4adc12=_0x25a457();while(!![]){try{const _0x2141dc=parseInt(_0x516284(0x101))/0x1*(parseInt(_0x516284(0x105))/0x2)+-parseInt(_0x516284(0x106))/0x3*(parseInt(_0x516284(0x100))/0x4)+parseInt(_0x516284(0x108))/0x5+-parseInt(_0x516284(0x104))/0x6+-parseInt(_0x516284(0x102))/0x7+parseInt(_0x516284(0x103))/0x8+parseInt(_0x516284(0x107))/0x9;if(_0x2141dc===_0x382aff)break;else _0x4adc12['push'](_0x4adc12['shift']());}catch(_0x5d85cd){_0x4adc12['push'](_0x4adc12['shift']());}}}(a102_0x5682,0xdecc3));import{kbList}from'../../commands/kb/list.js';function a102_0x5682(){const _0x38e56c=['3704328UWShdm','2851536LObxpI','666892eNaBVU','121497GPMwRn','14454504cLJQll','5312170SneIVr','68OOGljq','1RntDXA','9720613dslUok'];a102_0x5682=function(){return _0x38e56c;};return a102_0x5682();}import{kbDetail}from'../../commands/kb/detail.js';import{kbCreate}from'../../commands/kb/create.js';function a102_0xa7ea(_0x24aa30,_0x438e8c){_0x24aa30=_0x24aa30-0x100;const _0x568265=a102_0x5682();let _0xa7eab3=_0x568265[_0x24aa30];return _0xa7eab3;}import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];
@@ -1 +1 @@
1
- const a103_0x545360=a103_0x37d3;function a103_0x37d3(_0x5ea5bd,_0xa59182){_0x5ea5bd=_0x5ea5bd-0xf2;const _0x159405=a103_0x1594();let _0x37d396=_0x159405[_0x5ea5bd];return _0x37d396;}(function(_0x52195c,_0x15255a){const _0x2f2329=a103_0x37d3,_0x6aa8ae=_0x52195c();while(!![]){try{const _0x5980b9=-parseInt(_0x2f2329(0xf9))/0x1+parseInt(_0x2f2329(0x107))/0x2*(parseInt(_0x2f2329(0x105))/0x3)+parseInt(_0x2f2329(0x100))/0x4*(parseInt(_0x2f2329(0xf8))/0x5)+-parseInt(_0x2f2329(0xfc))/0x6*(-parseInt(_0x2f2329(0xfe))/0x7)+-parseInt(_0x2f2329(0xf7))/0x8*(parseInt(_0x2f2329(0xf4))/0x9)+parseInt(_0x2f2329(0xf2))/0xa*(parseInt(_0x2f2329(0xf5))/0xb)+-parseInt(_0x2f2329(0x103))/0xc*(-parseInt(_0x2f2329(0xfd))/0xd);if(_0x5980b9===_0x15255a)break;else _0x6aa8ae['push'](_0x6aa8ae['shift']());}catch(_0x2c63dc){_0x6aa8ae['push'](_0x6aa8ae['shift']());}}}(a103_0x1594,0x562aa));import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';export const kbList={'service':'kb','command':'list','description':'List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','risk':a103_0x545360(0x102),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'title','type':a103_0x545360(0x101),'required':![],'description':a103_0x545360(0x106)}],async 'execute'(_0x1ec19d){const _0x5dcb13=a103_0x545360,_0x1cb448=_0x1ec19d[_0x5dcb13(0xfb)](_0x5dcb13(0xf6))[_0x5dcb13(0xfa)](),_0x417c0b=await fetchAllCompanyKnowledgeBases(_0x1ec19d,{..._0x1cb448?{'title':_0x1cb448}:{}}),_0x2e85ce=_0x417c0b[_0x5dcb13(0xff)](projectKb);return{'ok':!![],'data':{'total':_0x2e85ce[_0x5dcb13(0xf3)],'knowledgeBases':_0x2e85ce},'message':'Found\x20'+_0x2e85ce['length']+_0x5dcb13(0x104)+_0x1ec19d['appCode']};}};function a103_0x1594(){const _0x596afc=['77RKDTYF','map','4xkUeWE','string','read','24BPyQwb','\x20company\x20knowledge\x20base(s)\x20for\x20','167781uqJFwt','Filter\x20by\x20knowledge-base\x20title','6MOgMUd','29480fhdHED','length','1457865WbRVpm','902JsfETO','title','8dMESOb','655285SLufYi','504368jaiQxt','trim','str','10518jnUrHy','2986321NWUgNe'];a103_0x1594=function(){return _0x596afc;};return a103_0x1594();}
1
+ const a103_0x280169=a103_0x8099;function a103_0x8099(_0x2edabc,_0x523ab4){_0x2edabc=_0x2edabc-0x18b;const _0x4a9c05=a103_0x4a9c();let _0x8099b6=_0x4a9c05[_0x2edabc];return _0x8099b6;}(function(_0x5c2cb3,_0x4261c8){const _0x267480=a103_0x8099,_0x29ed97=_0x5c2cb3();while(!![]){try{const _0x50a600=-parseInt(_0x267480(0x190))/0x1*(-parseInt(_0x267480(0x198))/0x2)+-parseInt(_0x267480(0x199))/0x3+-parseInt(_0x267480(0x19e))/0x4*(-parseInt(_0x267480(0x197))/0x5)+parseInt(_0x267480(0x191))/0x6+parseInt(_0x267480(0x192))/0x7*(-parseInt(_0x267480(0x1a0))/0x8)+parseInt(_0x267480(0x19c))/0x9*(parseInt(_0x267480(0x19a))/0xa)+parseInt(_0x267480(0x19b))/0xb*(-parseInt(_0x267480(0x18f))/0xc);if(_0x50a600===_0x4261c8)break;else _0x29ed97['push'](_0x29ed97['shift']());}catch(_0x106751){_0x29ed97['push'](_0x29ed97['shift']());}}}(a103_0x4a9c,0x63b53));function a103_0x4a9c(){const _0x5ce43c=['map','string','666635aIdWBV','171488expApj','271251AbNphY','10EEpusq','77sbYJTo','171594QWARin','list','4lvUNBQ','appCode','435608zipBrE','List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','\x20company\x20knowledge\x20base(s)\x20for\x20','Found\x20','title','1311444IZXXBV','8KbNVQE','3533022oavvhA','21gGmJpo','length','str'];a103_0x4a9c=function(){return _0x5ce43c;};return a103_0x4a9c();}import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';export const kbList={'service':'kb','command':a103_0x280169(0x19d),'description':a103_0x280169(0x18b),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a103_0x280169(0x18e),'type':a103_0x280169(0x196),'required':![],'description':'Filter\x20by\x20knowledge-base\x20title'}],async 'execute'(_0x4f6aff){const _0x2c4c4c=a103_0x280169,_0x5e28de=_0x4f6aff[_0x2c4c4c(0x194)](_0x2c4c4c(0x18e))['trim'](),_0x159458=await fetchAllCompanyKnowledgeBases(_0x4f6aff,{..._0x5e28de?{'title':_0x5e28de}:{}}),_0x6343b5=_0x159458[_0x2c4c4c(0x195)](projectKb);return{'ok':!![],'data':{'total':_0x6343b5[_0x2c4c4c(0x193)],'knowledgeBases':_0x6343b5},'message':_0x2c4c4c(0x18d)+_0x6343b5[_0x2c4c4c(0x193)]+_0x2c4c4c(0x18c)+_0x4f6aff[_0x2c4c4c(0x19f)]};}};