@lovrabet/rabetbase-cli 2.3.16-beta.3 → 2.3.16-beta.4

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 (280) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/index.js +1 -1
  20. package/lib/commands/app/list.js +1 -1
  21. package/lib/commands/app/members-list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/shared.js +1 -1
  24. package/lib/commands/app-config/delete.js +1 -1
  25. package/lib/commands/app-config/get.js +1 -1
  26. package/lib/commands/app-config/index.js +1 -1
  27. package/lib/commands/app-config/list.js +1 -1
  28. package/lib/commands/app-config/set.js +1 -1
  29. package/lib/commands/app-config/shared.js +1 -1
  30. package/lib/commands/auth/index.js +1 -1
  31. package/lib/commands/bff/create.js +1 -1
  32. package/lib/commands/bff/delete.js +1 -1
  33. package/lib/commands/bff/detail.js +1 -1
  34. package/lib/commands/bff/index.js +1 -1
  35. package/lib/commands/bff/list.js +1 -1
  36. package/lib/commands/bff/pull.js +1 -1
  37. package/lib/commands/bff/push.js +1 -1
  38. package/lib/commands/bff/status.js +1 -1
  39. package/lib/commands/cli-skill/index.js +1 -1
  40. package/lib/commands/cli-update.js +1 -1
  41. package/lib/commands/codegen/index.js +1 -1
  42. package/lib/commands/codegen/sdk.js +1 -1
  43. package/lib/commands/codegen/sql.js +1 -1
  44. package/lib/commands/common/app-registry.js +1 -1
  45. package/lib/commands/common/app-selector.js +1 -1
  46. package/lib/commands/common/async-task.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/local-file.js +1 -1
  50. package/lib/commands/common/validate.js +1 -1
  51. package/lib/commands/config/get.js +1 -1
  52. package/lib/commands/config/index.js +1 -1
  53. package/lib/commands/config/list.js +1 -1
  54. package/lib/commands/config/set.js +1 -1
  55. package/lib/commands/config/shared.js +1 -1
  56. package/lib/commands/data/filter.js +1 -1
  57. package/lib/commands/data/getOne.js +1 -1
  58. package/lib/commands/data/index.js +1 -1
  59. package/lib/commands/data/shared.js +1 -1
  60. package/lib/commands/dataset/business-group-update.js +1 -1
  61. package/lib/commands/dataset/capability.js +1 -1
  62. package/lib/commands/dataset/delete.js +1 -1
  63. package/lib/commands/dataset/detail.js +1 -1
  64. package/lib/commands/dataset/extend-update.js +1 -1
  65. package/lib/commands/dataset/field-update.js +1 -1
  66. package/lib/commands/dataset/generate.js +1 -1
  67. package/lib/commands/dataset/index.js +1 -1
  68. package/lib/commands/dataset/list.js +1 -1
  69. package/lib/commands/dataset/operations.js +1 -1
  70. package/lib/commands/dataset/relation-audit.js +1 -1
  71. package/lib/commands/dataset/relation-create.js +1 -1
  72. package/lib/commands/dataset/relation-delete.js +1 -1
  73. package/lib/commands/dataset/relation-shared.js +1 -1
  74. package/lib/commands/dataset/relation-update.js +1 -1
  75. package/lib/commands/dataset/relations.js +1 -1
  76. package/lib/commands/dataset/rename.js +1 -1
  77. package/lib/commands/dataset/restore.js +1 -1
  78. package/lib/commands/db/analysis-batching.js +1 -1
  79. package/lib/commands/db/analyze-batch-plan.js +1 -1
  80. package/lib/commands/db/analyze-cancel.js +1 -1
  81. package/lib/commands/db/analyze-start.js +1 -1
  82. package/lib/commands/db/analyze-status.js +1 -1
  83. package/lib/commands/db/create.js +1 -1
  84. package/lib/commands/db/delete.js +1 -1
  85. package/lib/commands/db/detail.js +1 -1
  86. package/lib/commands/db/diff.js +1 -1
  87. package/lib/commands/db/index.js +1 -1
  88. package/lib/commands/db/list.js +1 -1
  89. package/lib/commands/db/shared.js +1 -1
  90. package/lib/commands/db/tables.js +1 -1
  91. package/lib/commands/db/test.js +1 -1
  92. package/lib/commands/db/update.js +1 -1
  93. package/lib/commands/doctor.js +1 -1
  94. package/lib/commands/file/index.js +1 -1
  95. package/lib/commands/init/index.js +1 -1
  96. package/lib/commands/issue/index.js +1 -1
  97. package/lib/commands/issue/nudge.js +1 -1
  98. package/lib/commands/issue/report.js +1 -1
  99. package/lib/commands/issue/shared.js +1 -1
  100. package/lib/commands/kb/create.js +1 -1
  101. package/lib/commands/kb/delete.js +1 -1
  102. package/lib/commands/kb/detail.js +1 -1
  103. package/lib/commands/kb/index.js +1 -1
  104. package/lib/commands/kb/list.js +1 -1
  105. package/lib/commands/kb/shared.js +1 -1
  106. package/lib/commands/kb/update.js +1 -1
  107. package/lib/commands/logs/index.js +1 -1
  108. package/lib/commands/menu/asset-update.js +1 -1
  109. package/lib/commands/menu/delete.js +1 -1
  110. package/lib/commands/menu/external-link-create.js +1 -1
  111. package/lib/commands/menu/external-link-update.js +1 -1
  112. package/lib/commands/menu/group-create.js +1 -1
  113. package/lib/commands/menu/group-update.js +1 -1
  114. package/lib/commands/menu/index.js +1 -1
  115. package/lib/commands/menu/list.js +1 -1
  116. package/lib/commands/menu/move.js +1 -1
  117. package/lib/commands/menu/regroup-start.js +1 -1
  118. package/lib/commands/menu/rename.js +1 -1
  119. package/lib/commands/menu/shared/compare-table.js +1 -1
  120. package/lib/commands/menu/shared/delete-plan.js +1 -1
  121. package/lib/commands/menu/shared/facts.js +1 -1
  122. package/lib/commands/menu/shared/index.js +1 -1
  123. package/lib/commands/menu/shared/inquirer.js +1 -1
  124. package/lib/commands/menu/shared/local-pages.js +1 -1
  125. package/lib/commands/menu/shared/logic.js +1 -1
  126. package/lib/commands/menu/shared/mutations.js +1 -1
  127. package/lib/commands/menu/shared/service.js +1 -1
  128. package/lib/commands/menu/shared/sync-core.js +1 -1
  129. package/lib/commands/menu/shared/update-core.js +1 -1
  130. package/lib/commands/menu/shared/valid-url.js +1 -1
  131. package/lib/commands/menu/sync.js +1 -1
  132. package/lib/commands/notification/config-list.js +1 -1
  133. package/lib/commands/notification/index.js +1 -1
  134. package/lib/commands/ocr/index.js +1 -1
  135. package/lib/commands/page/generate-start.js +1 -1
  136. package/lib/commands/page/generate-status.js +1 -1
  137. package/lib/commands/page/index.js +1 -1
  138. package/lib/commands/page/pull.js +1 -1
  139. package/lib/commands/page/push.js +1 -1
  140. package/lib/commands/page/relation-audit.js +1 -1
  141. package/lib/commands/page/restore.js +1 -1
  142. package/lib/commands/page/shared.js +1 -1
  143. package/lib/commands/page/standard-page-status.js +1 -1
  144. package/lib/commands/page/sync.js +1 -1
  145. package/lib/commands/permit/index.js +1 -1
  146. package/lib/commands/permit/page-get.js +1 -1
  147. package/lib/commands/permit/page-set.js +1 -1
  148. package/lib/commands/permit/role-apis-set.js +1 -1
  149. package/lib/commands/permit/role-menus-set.js +1 -1
  150. package/lib/commands/permit/role-menus.js +1 -1
  151. package/lib/commands/permit/shared.js +1 -1
  152. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  153. package/lib/commands/project/create/format-elapsed.js +1 -1
  154. package/lib/commands/project/create/main.js +1 -1
  155. package/lib/commands/project/create/non-interactive.js +1 -1
  156. package/lib/commands/project/create/project-template-path.js +1 -1
  157. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  158. package/lib/commands/project/create/use-format-code.js +1 -1
  159. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  160. package/lib/commands/project/index.js +1 -1
  161. package/lib/commands/project/upgrade.js +1 -1
  162. package/lib/commands/registry.js +1 -1
  163. package/lib/commands/role/create.js +1 -1
  164. package/lib/commands/role/delete.js +1 -1
  165. package/lib/commands/role/detail.js +1 -1
  166. package/lib/commands/role/index.js +1 -1
  167. package/lib/commands/role/list.js +1 -1
  168. package/lib/commands/role/shared.js +1 -1
  169. package/lib/commands/role/update.js +1 -1
  170. package/lib/commands/role/user-add.js +1 -1
  171. package/lib/commands/role/user-remove.js +1 -1
  172. package/lib/commands/role/user-resolve.js +1 -1
  173. package/lib/commands/run/index.js +1 -1
  174. package/lib/commands/schema.js +1 -1
  175. package/lib/commands/sql/create.js +1 -1
  176. package/lib/commands/sql/delete.js +1 -1
  177. package/lib/commands/sql/detail.js +1 -1
  178. package/lib/commands/sql/exec.js +1 -1
  179. package/lib/commands/sql/index.js +1 -1
  180. package/lib/commands/sql/list.js +1 -1
  181. package/lib/commands/sql/pull.js +1 -1
  182. package/lib/commands/sql/push.js +1 -1
  183. package/lib/commands/sql/shared.js +1 -1
  184. package/lib/commands/sql/status.js +1 -1
  185. package/lib/commands/sql/validate.js +1 -1
  186. package/lib/commands/task/index.js +1 -1
  187. package/lib/commands/task/status.js +1 -1
  188. package/lib/commands/tenant/index.js +1 -1
  189. package/lib/commands/tenant/members-list.js +1 -1
  190. package/lib/commands/tenant/shared.js +1 -1
  191. package/lib/commands/workspace/add.js +1 -1
  192. package/lib/commands/workspace/index.js +1 -1
  193. package/lib/commands/workspace/remove.js +1 -1
  194. package/lib/config/schema.js +1 -1
  195. package/lib/constant/cdn.js +1 -1
  196. package/lib/constant/cli.js +1 -1
  197. package/lib/constant/defaults.js +1 -1
  198. package/lib/constant/domain.js +1 -1
  199. package/lib/constant/env.js +1 -1
  200. package/lib/constant/output.js +1 -1
  201. package/lib/constant/paths.js +1 -1
  202. package/lib/constant/risk.js +1 -1
  203. package/lib/context/app-resolver.js +1 -1
  204. package/lib/context/auth-resolver.js +1 -1
  205. package/lib/context/config-loader.js +1 -1
  206. package/lib/context.js +1 -1
  207. package/lib/core/alias-resolver.js +1 -1
  208. package/lib/core/api-client.js +1 -1
  209. package/lib/core/bff/config.js +1 -1
  210. package/lib/core/bff/file-system.js +1 -1
  211. package/lib/core/bff/hash.js +1 -1
  212. package/lib/core/bff/lock.js +1 -1
  213. package/lib/core/bff/utils.js +1 -1
  214. package/lib/core/db-resolver.js +1 -1
  215. package/lib/core/page/file-system.js +1 -1
  216. package/lib/core/page/hash.js +1 -1
  217. package/lib/core/page/lock.js +1 -1
  218. package/lib/core/sql-index-auditor.js +1 -1
  219. package/lib/core/sql-sync/config.js +1 -1
  220. package/lib/core/sql-sync/file-system.js +1 -1
  221. package/lib/core/sql-sync/hash.js +1 -1
  222. package/lib/core/sql-sync/lock.js +1 -1
  223. package/lib/core/sql-sync/utils.js +1 -1
  224. package/lib/core/sql-validator.js +1 -1
  225. package/lib/errors.js +1 -1
  226. package/lib/framework/build-all-flags.js +1 -1
  227. package/lib/framework/error-output.js +1 -1
  228. package/lib/framework/explicit-yes.js +1 -1
  229. package/lib/framework/flags.js +1 -1
  230. package/lib/framework/help.js +1 -1
  231. package/lib/framework/index.js +1 -1
  232. package/lib/framework/output.js +1 -1
  233. package/lib/framework/response.js +1 -1
  234. package/lib/framework/runner-alias.js +1 -1
  235. package/lib/framework/runner.js +1 -1
  236. package/lib/framework/schema-export.js +1 -1
  237. package/lib/framework/types.js +1 -1
  238. package/lib/generated/build-info.js +1 -1
  239. package/lib/help.js +1 -1
  240. package/lib/skills/main.js +1 -1
  241. package/lib/skills/npx-skills-add.js +1 -1
  242. package/lib/skills/skill-presence.js +1 -1
  243. package/lib/telemetry/cli-command-trace.js +1 -1
  244. package/lib/telemetry/cli-help-trace.js +1 -1
  245. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  246. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  247. package/lib/telemetry/send-cli-trace-log.js +1 -1
  248. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  249. package/lib/utils/ai_config.js +1 -1
  250. package/lib/utils/apply-jq-filter.js +1 -1
  251. package/lib/utils/cdn-config.js +1 -1
  252. package/lib/utils/check-sdk-version.js +1 -1
  253. package/lib/utils/cli-version-check.js +1 -1
  254. package/lib/utils/cli-version-policy.js +1 -1
  255. package/lib/utils/config.js +1 -1
  256. package/lib/utils/copy-directory.js +1 -1
  257. package/lib/utils/entity-with-id.js +1 -1
  258. package/lib/utils/file-utils.js +1 -1
  259. package/lib/utils/guides-cdn.js +1 -1
  260. package/lib/utils/http-client.js +1 -1
  261. package/lib/utils/is-non-interactive.js +1 -1
  262. package/lib/utils/logger.js +1 -1
  263. package/lib/utils/params.js +1 -1
  264. package/lib/utils/platform.js +1 -1
  265. package/lib/utils/rules-cdn.js +1 -1
  266. package/lib/utils/sleep.js +1 -1
  267. package/lib/utils/template-replacer.js +1 -1
  268. package/lib/utils/update-notice.js +1 -1
  269. package/lib/utils/version.js +1 -1
  270. package/lib/utils/with-active-cookie.js +1 -1
  271. package/lib/utils/write-cli-side-channel.js +1 -1
  272. package/package.json +1 -1
  273. package/lib/commands/page/react/create.js +0 -1
  274. package/lib/commands/page/react/detail.js +0 -1
  275. package/lib/commands/page/react/list.js +0 -1
  276. package/lib/commands/page/react/publish.js +0 -1
  277. package/lib/commands/page/react/shared.js +0 -1
  278. package/lib/commands/page/react/syntax.js +0 -1
  279. package/lib/commands/page/react/template.js +0 -1
  280. package/lib/commands/page/react/update.js +0 -1
@@ -1 +1 @@
1
- function a90_0x297a(_0x61e8d0,_0x5dedb5){_0x61e8d0=_0x61e8d0-0x181;const _0x289173=a90_0x2891();let _0x297ab8=_0x289173[_0x61e8d0];return _0x297ab8;}const a90_0x4c1461=a90_0x297a;(function(_0x3f00c1,_0x1cead6){const _0x2c0ef2=a90_0x297a,_0x15671a=_0x3f00c1();while(!![]){try{const _0x9c321=-parseInt(_0x2c0ef2(0x188))/0x1+parseInt(_0x2c0ef2(0x195))/0x2*(-parseInt(_0x2c0ef2(0x192))/0x3)+parseInt(_0x2c0ef2(0x18f))/0x4*(-parseInt(_0x2c0ef2(0x186))/0x5)+parseInt(_0x2c0ef2(0x189))/0x6*(-parseInt(_0x2c0ef2(0x182))/0x7)+parseInt(_0x2c0ef2(0x190))/0x8+parseInt(_0x2c0ef2(0x18a))/0x9*(parseInt(_0x2c0ef2(0x197))/0xa)+-parseInt(_0x2c0ef2(0x196))/0xb*(-parseInt(_0x2c0ef2(0x18c))/0xc);if(_0x9c321===_0x1cead6)break;else _0x15671a['push'](_0x15671a['shift']());}catch(_0x2f11a4){_0x15671a['push'](_0x15671a['shift']());}}}(a90_0x2891,0xa7411));import{testDbLinkConnect}from'../../core/api-client.js';function a90_0x2891(){const _0x6ede8=['error','length','4ILopHT','7027688SRpRXW','num','274191MAoXmt','Test\x20connectivity\x20to\x20the\x20configured\x20database\x20(uses\x20saved\x20credentials\x20on\x20server)','slice','4mABSsG','135080SaBoYz','1595790FlWANb','test','7ByvcVj','data','success','message','768060oHehVJ','keys','1219280KLmhqy','4645068CAHcZy','36gRIzGS','object','1464hIEPLD'];a90_0x2891=function(){return _0x6ede8;};return a90_0x2891();}import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';function summarizeTestConnectResult(_0x27ca8f){const _0x6b3680=a90_0x297a;if(_0x27ca8f===!![]||_0x27ca8f===![])return{'success':_0x27ca8f};if(_0x27ca8f===null||_0x27ca8f===undefined)return{'type':typeof _0x27ca8f};if(typeof _0x27ca8f!==_0x6b3680(0x18b))return{'type':typeof _0x27ca8f};const _0x28e620=_0x27ca8f,_0x2c6c7a=[_0x6b3680(0x184),_0x6b3680(0x185),'code',_0x6b3680(0x18d),'msg',_0x6b3680(0x183)],_0x53a21b={};for(const _0x5b79f2 of _0x2c6c7a){if(_0x5b79f2 in _0x28e620)_0x53a21b[_0x5b79f2]=_0x28e620[_0x5b79f2];}return Object[_0x6b3680(0x187)](_0x53a21b)[_0x6b3680(0x18e)]===0x0&&(_0x53a21b[_0x6b3680(0x187)]=Object['keys'](_0x28e620)[_0x6b3680(0x194)](0x0,0x14)),_0x53a21b;}export const dbTest={'service':'db','command':a90_0x4c1461(0x181),'description':a90_0x4c1461(0x193),'risk':'read','requiresAppCode':![],'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL],async 'execute'(_0x53d73a){const _0x1f3034=a90_0x4c1461,_0x219805=_0x53d73a[_0x1f3034(0x191)]('id'),_0xc632bc=await testDbLinkConnect(_0x219805),_0x54654d=_0xc632bc===!![]||typeof _0xc632bc===_0x1f3034(0x18b)&&_0xc632bc!==null&&_0xc632bc['success']===!![],_0x19cb1e=summarizeTestConnectResult(_0xc632bc);return{'ok':!![],'data':{'id':_0x219805,'connected':Boolean(_0x54654d),'result':_0x19cb1e},'message':_0x54654d?'Connection\x20OK\x20for\x20db\x20link\x20'+_0x219805:'Connection\x20check\x20finished\x20for\x20db\x20link\x20'+_0x219805+'\x20(see\x20data.result)'};}};
1
+ function a90_0x3a1c(){const _0x1d656c=['2519736LcAiic','slice','38790mInDEg','Test\x20connectivity\x20to\x20the\x20configured\x20database\x20(uses\x20saved\x20credentials\x20on\x20server)','\x20(see\x20data.result)','Connection\x20OK\x20for\x20db\x20link\x20','313323TwZRya','test','read','object','msg','24626ZiLqUK','num','136XyJDLX','keys','length','376336RARbTL','22rDdSxx','1737045IuICIm','14vkdNmW','success','21VClEka','code','3891890rygfIS'];a90_0x3a1c=function(){return _0x1d656c;};return a90_0x3a1c();}const a90_0x5d8ee3=a90_0x56c8;(function(_0x3eeef7,_0x350fe2){const _0x3e0e14=a90_0x56c8,_0x429390=_0x3eeef7();while(!![]){try{const _0x534cdf=parseInt(_0x3e0e14(0x105))/0x1*(-parseInt(_0x3e0e14(0xfb))/0x2)+parseInt(_0x3e0e14(0x10e))/0x3+-parseInt(_0x3e0e14(0xfd))/0x4*(parseInt(_0x3e0e14(0x10a))/0x5)+-parseInt(_0x3e0e14(0x108))/0x6+-parseInt(_0x3e0e14(0x103))/0x7*(-parseInt(_0x3e0e14(0x100))/0x8)+parseInt(_0x3e0e14(0x102))/0x9+parseInt(_0x3e0e14(0x107))/0xa*(parseInt(_0x3e0e14(0x101))/0xb);if(_0x534cdf===_0x350fe2)break;else _0x429390['push'](_0x429390['shift']());}catch(_0x2975ad){_0x429390['push'](_0x429390['shift']());}}}(a90_0x3a1c,0x37917));import{testDbLinkConnect}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';function a90_0x56c8(_0x87c8f2,_0x188385){_0x87c8f2=_0x87c8f2-0xf7;const _0x3a1c56=a90_0x3a1c();let _0x56c805=_0x3a1c56[_0x87c8f2];return _0x56c805;}function summarizeTestConnectResult(_0x29b3b9){const _0x347ade=a90_0x56c8;if(_0x29b3b9===!![]||_0x29b3b9===![])return{'success':_0x29b3b9};if(_0x29b3b9===null||_0x29b3b9===undefined)return{'type':typeof _0x29b3b9};if(typeof _0x29b3b9!==_0x347ade(0xf9))return{'type':typeof _0x29b3b9};const _0x485da5=_0x29b3b9,_0x4b2cd5=[_0x347ade(0x104),'message',_0x347ade(0x106),'error',_0x347ade(0xfa),'data'],_0x374ec4={};for(const _0x1dbc6c of _0x4b2cd5){if(_0x1dbc6c in _0x485da5)_0x374ec4[_0x1dbc6c]=_0x485da5[_0x1dbc6c];}return Object[_0x347ade(0xfe)](_0x374ec4)[_0x347ade(0xff)]===0x0&&(_0x374ec4['keys']=Object[_0x347ade(0xfe)](_0x485da5)[_0x347ade(0x109)](0x0,0x14)),_0x374ec4;}export const dbTest={'service':'db','command':a90_0x5d8ee3(0xf7),'description':a90_0x5d8ee3(0x10b),'risk':a90_0x5d8ee3(0xf8),'requiresAppCode':![],'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL],async 'execute'(_0x166d8b){const _0x4b042f=a90_0x5d8ee3,_0x4ae9ef=_0x166d8b[_0x4b042f(0xfc)]('id'),_0x543f12=await testDbLinkConnect(_0x4ae9ef),_0x38c02a=_0x543f12===!![]||typeof _0x543f12===_0x4b042f(0xf9)&&_0x543f12!==null&&_0x543f12[_0x4b042f(0x104)]===!![],_0x513b50=summarizeTestConnectResult(_0x543f12);return{'ok':!![],'data':{'id':_0x4ae9ef,'connected':Boolean(_0x38c02a),'result':_0x513b50},'message':_0x38c02a?_0x4b042f(0x10d)+_0x4ae9ef:'Connection\x20check\x20finished\x20for\x20db\x20link\x20'+_0x4ae9ef+_0x4b042f(0x10c)};}};
@@ -1 +1 @@
1
- const a91_0x2d71d4=a91_0x28c5;(function(_0x30a52c,_0x3170f3){const _0x4b62c8=a91_0x28c5,_0x5167cd=_0x30a52c();while(!![]){try{const _0x4a370d=-parseInt(_0x4b62c8(0x9e))/0x1+parseInt(_0x4b62c8(0x94))/0x2+-parseInt(_0x4b62c8(0x98))/0x3+-parseInt(_0x4b62c8(0x92))/0x4+parseInt(_0x4b62c8(0x9b))/0x5*(parseInt(_0x4b62c8(0xab))/0x6)+-parseInt(_0x4b62c8(0x9a))/0x7*(-parseInt(_0x4b62c8(0x99))/0x8)+parseInt(_0x4b62c8(0xac))/0x9;if(_0x4a370d===_0x3170f3)break;else _0x5167cd['push'](_0x5167cd['shift']());}catch(_0x2d8428){_0x5167cd['push'](_0x5167cd['shift']());}}}(a91_0x58eb,0xd04be));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';function a91_0x28c5(_0x5ec4bc,_0x48f1fa){_0x5ec4bc=_0x5ec4bc-0x8f;const _0x58eba4=a91_0x58eb();let _0x28c58c=_0x58eba4[_0x5ec4bc];return _0x28c58c;}import{sanitizeDbLinkForOutput,validateDbUrl}from'../../commands/db/shared.js';import{normalizeEntityWithIdResponse}from'../../utils/entity-with-id.js';const MASKED_PASSWORD_VALUES=new Set([a91_0x2d71d4(0xa1),a91_0x2d71d4(0x9c)]);function mergeDbLinkUpdate(_0x19d69d,_0x2d2bb6){const _0x5d4208=a91_0x2d71d4,_0x31940d={..._0x19d69d},_0x569cce=_0x2d2bb6[_0x5d4208(0xb1)](_0x5d4208(0xb4));if(_0x569cce&&MASKED_PASSWORD_VALUES[_0x5d4208(0x9f)](_0x569cce))throw CliErrors['validation'](_0x5d4208(0xad));if(!_0x569cce&&MASKED_PASSWORD_VALUES['has'](String(_0x19d69d[_0x5d4208(0xb4)]??'')))throw CliErrors[_0x5d4208(0xb0)](_0x5d4208(0xb3));const _0x1a07eb=_0x2d2bb6['str'](_0x5d4208(0xa3));if(_0x1a07eb)_0x31940d[_0x5d4208(0xa6)]=_0x1a07eb;const _0x5d0863=_0x2d2bb6[_0x5d4208(0xb1)](_0x5d4208(0x95));if(_0x5d0863)_0x31940d[_0x5d4208(0xa0)]=_0x5d0863['trim']();const _0x76e0d3=_0x2d2bb6['str'](_0x5d4208(0x90));if(_0x76e0d3)_0x31940d[_0x5d4208(0x90)]=_0x76e0d3;if(_0x569cce)_0x31940d[_0x5d4208(0xb4)]=_0x569cce;const _0x312047=_0x2d2bb6[_0x5d4208(0xb1)](_0x5d4208(0xa2));if(_0x312047)_0x31940d[_0x5d4208(0x91)]=_0x312047;const _0x18d2c6=_0x2d2bb6[_0x5d4208(0xb1)](_0x5d4208(0xa5));if(_0x18d2c6)_0x31940d[_0x5d4208(0xa4)]=_0x18d2c6;return _0x31940d;}export const dbUpdate={'service':'db','command':a91_0x2d71d4(0xaf),'description':'Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','risk':a91_0x2d71d4(0xae),'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':'dbname','type':a91_0x2d71d4(0xa9),'description':a91_0x2d71d4(0x9d)},{'name':a91_0x2d71d4(0x95),'type':a91_0x2d71d4(0xa9),'description':'New\x20host:port'},{'name':a91_0x2d71d4(0x90),'type':a91_0x2d71d4(0xa9),'description':a91_0x2d71d4(0xaa)},{'name':a91_0x2d71d4(0xb4),'type':a91_0x2d71d4(0xa9),'description':a91_0x2d71d4(0x96)},{'name':'dbparam','type':a91_0x2d71d4(0xa9),'description':a91_0x2d71d4(0xa7)},{'name':a91_0x2d71d4(0xa5),'type':a91_0x2d71d4(0xa9),'description':'New\x20description'}],async 'validate'(_0x1cc38c){const _0x3791f1=a91_0x2d71d4,_0x2e3014=_0x1cc38c['str'](_0x3791f1(0x95));if(_0x2e3014&&!validateDbUrl(_0x2e3014[_0x3791f1(0x8f)]()))throw CliErrors[_0x3791f1(0xb0)]('Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22'+_0x2e3014+'\x22');},async 'dryRun'(_0x2e9242){const _0x35f2ee=a91_0x2d71d4,_0x10d7dd=_0x2e9242[_0x35f2ee(0x93)]('id'),_0x5f15a5=await getDbLinkInfo(_0x10d7dd),_0x5ac1f8=mergeDbLinkUpdate(_0x5f15a5,_0x2e9242),_0x45718c=sanitizeDbLinkForOutput(_0x5ac1f8);return{'method':_0x35f2ee(0x97),'url':'/smartapi/dblink/update','body':_0x45718c,'description':_0x35f2ee(0xb2)};},async 'execute'(_0x46dfe3){const _0x6a0e0a=a91_0x2d71d4,_0x230b49=_0x46dfe3[_0x6a0e0a(0x93)]('id'),_0x80b2d0=await getDbLinkInfo(_0x230b49),_0x2e9d2e=mergeDbLinkUpdate(_0x80b2d0,_0x46dfe3),{id:_0x28e44d,entity:_0x58076a}=normalizeEntityWithIdResponse(await updateDbLink(_0x2e9d2e));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x58076a),'message':_0x6a0e0a(0xa8)+(_0x28e44d??_0x230b49)};}};function a91_0x58eb(){const _0x10de19=['Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','POST','996672uinNEj','40BGrxHC','1709701TgfGhb','1683645RhHnoF','[redacted]','New\x20database\x20name','370410kZIPGu','has','dbUrl','******','dbparam','dbname','dbDesc','dbdesc','dbName','New\x20connection\x20parameter\x20string','Updated\x20db\x20link\x20','string','New\x20username','6HonWPz','11478537TOVqvs','--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.','write','update','validation','str','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','password','trim','username','dbParam','6807736RUCJzy','num','848826vEhZXp','dburl'];a91_0x58eb=function(){return _0x10de19;};return a91_0x58eb();}
1
+ const a91_0x43a212=a91_0x43b7;(function(_0x57252f,_0x1e4f2a){const _0x542880=a91_0x43b7,_0x10d9da=_0x57252f();while(!![]){try{const _0x10fb18=parseInt(_0x542880(0xbe))/0x1+parseInt(_0x542880(0xa0))/0x2*(-parseInt(_0x542880(0xb1))/0x3)+parseInt(_0x542880(0xae))/0x4*(-parseInt(_0x542880(0xb4))/0x5)+parseInt(_0x542880(0xab))/0x6+parseInt(_0x542880(0xad))/0x7+parseInt(_0x542880(0xa2))/0x8+-parseInt(_0x542880(0xa7))/0x9;if(_0x10fb18===_0x1e4f2a)break;else _0x10d9da['push'](_0x10d9da['shift']());}catch(_0x2a83ee){_0x10d9da['push'](_0x10d9da['shift']());}}}(a91_0x1a9c,0xdb01c));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';function a91_0x43b7(_0x1acc7d,_0x3eea0a){_0x1acc7d=_0x1acc7d-0x9d;const _0x1a9c77=a91_0x1a9c();let _0x43b7b5=_0x1a9c77[_0x1acc7d];return _0x43b7b5;}function a91_0x1a9c(){const _0x26d8b7=['dbname','dbUrl','has','376626rUPkTP','username','7452952MlxUQM','[redacted]','string','trim','dbDesc','17101827qhiagq','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','validation','New\x20username','4401552yDWtsq','New\x20description','2330342IRQHqS','8FAZntn','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','POST','3AthEzR','dbParam','password','927755KgwtCn','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','str','dbparam','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','num','New\x20host:port','dbdesc','update','dburl','1358553Ozrpki','dbName','New\x20database\x20name'];a91_0x1a9c=function(){return _0x26d8b7;};return a91_0x1a9c();}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_0x43a212(0xa3)]);function mergeDbLinkUpdate(_0x39d32a,_0x1306a2){const _0x54091f=a91_0x43a212,_0x53b35c={..._0x39d32a},_0x300a6c=_0x1306a2[_0x54091f(0xb6)]('password');if(_0x300a6c&&MASKED_PASSWORD_VALUES[_0x54091f(0x9f)](_0x300a6c))throw CliErrors[_0x54091f(0xa9)]('--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.');if(!_0x300a6c&&MASKED_PASSWORD_VALUES[_0x54091f(0x9f)](String(_0x39d32a[_0x54091f(0xb3)]??'')))throw CliErrors[_0x54091f(0xa9)](_0x54091f(0xb5));const _0x3686ef=_0x1306a2[_0x54091f(0xb6)](_0x54091f(0x9d));if(_0x3686ef)_0x53b35c[_0x54091f(0xbf)]=_0x3686ef;const _0x4aeaea=_0x1306a2[_0x54091f(0xb6)](_0x54091f(0xbd));if(_0x4aeaea)_0x53b35c[_0x54091f(0x9e)]=_0x4aeaea[_0x54091f(0xa5)]();const _0x37cf0e=_0x1306a2[_0x54091f(0xb6)](_0x54091f(0xa1));if(_0x37cf0e)_0x53b35c[_0x54091f(0xa1)]=_0x37cf0e;if(_0x300a6c)_0x53b35c[_0x54091f(0xb3)]=_0x300a6c;const _0x437689=_0x1306a2['str'](_0x54091f(0xb7));if(_0x437689)_0x53b35c[_0x54091f(0xb2)]=_0x437689;const _0x46c9ea=_0x1306a2['str'](_0x54091f(0xbb));if(_0x46c9ea)_0x53b35c[_0x54091f(0xa6)]=_0x46c9ea;return _0x53b35c;}export const dbUpdate={'service':'db','command':a91_0x43a212(0xbc),'description':'Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','risk':'write','flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a91_0x43a212(0x9d),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xc0)},{'name':a91_0x43a212(0xbd),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xba)},{'name':a91_0x43a212(0xa1),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xaa)},{'name':a91_0x43a212(0xb3),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xa8)},{'name':a91_0x43a212(0xb7),'type':a91_0x43a212(0xa4),'description':'New\x20connection\x20parameter\x20string'},{'name':a91_0x43a212(0xbb),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xac)}],async 'validate'(_0x2ca29a){const _0x1c984d=a91_0x43a212,_0x45d849=_0x2ca29a[_0x1c984d(0xb6)]('dburl');if(_0x45d849&&!validateDbUrl(_0x45d849[_0x1c984d(0xa5)]()))throw CliErrors[_0x1c984d(0xa9)](_0x1c984d(0xb8)+_0x45d849+'\x22');},async 'dryRun'(_0x729790){const _0x2bc713=a91_0x43a212,_0xb50a10=_0x729790[_0x2bc713(0xb9)]('id'),_0x366381=await getDbLinkInfo(_0xb50a10),_0x1be5fe=mergeDbLinkUpdate(_0x366381,_0x729790),_0x241f1a=sanitizeDbLinkForOutput(_0x1be5fe);return{'method':_0x2bc713(0xb0),'url':'/smartapi/dblink/update','body':_0x241f1a,'description':_0x2bc713(0xaf)};},async 'execute'(_0x5de987){const _0x247224=_0x5de987['num']('id'),_0x3879ce=await getDbLinkInfo(_0x247224),_0x3f5841=mergeDbLinkUpdate(_0x3879ce,_0x5de987),{id:_0x2f13f6,entity:_0x471357}=normalizeEntityWithIdResponse(await updateDbLink(_0x3f5841));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x471357),'message':'Updated\x20db\x20link\x20'+(_0x2f13f6??_0x247224)};}};
@@ -1 +1 @@
1
- function a92_0x39ba(){const _0x4f2a34=['arch','✗\x20Expired','appCode','log','5759448MPiBHV','repeat','status','length','defaultApp','12jaQXBJ','✓\x20Valid','locale','unknown','\x20doctor','cookie','verbose','\x20(default)','\x20←\x20current','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','1182611ndczcc','(set,\x20length=','22954725UZNOwV','Global','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','currentApp','raw','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','explicitAppName','(not\x20set)','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','padEnd','\x20\x20Merged\x20Config','(none)','slice','apiDir','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','missing','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','source','(no\x20file)','env','green','(not\x20found)','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','168880MHoHLs','gray','version','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','pageSize','\x20\x20API\x20Endpoints','1682484CXyIeY','\x20\x20─','(missing)','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✓\x20Valid\x20JSON','(default:\x20','doctor','\x20\x20runtimeDomain:\x20\x20\x20','bold','format','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','apps','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','(set\x20via\x20file,\x20length=','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','Project','yellow','\x20\x20\x20\x20accessKey:\x20\x20','(default)','7XCfRPf','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Apps','value','1056890zyPDmD','194352iJZNGW','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','accessKey','✗\x20Not\x20logged\x20in','platform','red','empty','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','appcode','⚠\x20Empty\x20(treated\x20as\x20{})'];a92_0x39ba=function(){return _0x4f2a34;};return a92_0x39ba();}function a92_0x49e8(_0x416b06,_0x44215a){_0x416b06=_0x416b06-0xb7;const _0x39bacd=a92_0x39ba();let _0x49e878=_0x39bacd[_0x416b06];return _0x49e878;}const a92_0x23d4b5=a92_0x49e8;(function(_0x5457c2,_0xda7c56){const _0x38920e=a92_0x49e8,_0x5cdf14=_0x5457c2();while(!![]){try{const _0x2a8f31=-parseInt(_0x38920e(0xd7))/0x1+-parseInt(_0x38920e(0xb8))/0x2+parseInt(_0x38920e(0xf6))/0x3+parseInt(_0x38920e(0xb9))/0x4+-parseInt(_0x38920e(0xf0))/0x5*(parseInt(_0x38920e(0xcd))/0x6)+parseInt(_0x38920e(0x10b))/0x7*(-parseInt(_0x38920e(0xc8))/0x8)+parseInt(_0x38920e(0xd9))/0x9;if(_0x2a8f31===_0xda7c56)break;else _0x5cdf14['push'](_0x5cdf14['shift']());}catch(_0x30de54){_0x5cdf14['push'](_0x5cdf14['shift']());}}}(a92_0x39ba,0xa179a));import a92_0x497159 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';async function execute(_0x5bef95){const _0x539d8c=a92_0x49e8,_0x54841f=GIT_COMMIT!==_0x539d8c(0xd0)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x539d8c(0xe5)](0x0,0xa)+')':VERSION,_0x524c13=buildConfigFromFlags({}),_0x5b06df=getCookie();console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xff)](CLI_BIN_NAME+_0x539d8c(0xd1))),console['log'](a92_0x497159[_0x539d8c(0xf1)]('─'[_0x539d8c(0xc9)](0x32))),console[_0x539d8c(0xc7)](_0x539d8c(0x101)+_0x54841f),console['log'](_0x539d8c(0xe9)+process[_0x539d8c(0xf2)]),console[_0x539d8c(0xc7)](_0x539d8c(0xd6)+process[_0x539d8c(0xbd)]+'\x20'+process[_0x539d8c(0xc4)]),console['log'](),console[_0x539d8c(0xc7)](a92_0x497159['bold']('\x20\x20Config\x20Files')),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xf7)[_0x539d8c(0xc9)](0x1e)));const _0x66491=getGlobalConfigPath(),_0x45a291=getProjectConfigPath();console[_0x539d8c(0xc7)](_0x539d8c(0xfa)+(_0x66491||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xee)))),console['log'](_0x539d8c(0x106)+(_0x45a291||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xee)))),console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159['bold']('\x20\x20Config\x20JSON')),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)]('\x20\x20─'[_0x539d8c(0xc9)](0x1e)));const _0x4664dc=(_0x1de1be,_0x273f8a)=>{const _0x2bc5e4=_0x539d8c;if(!_0x273f8a){console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be['padEnd'](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xf1)](_0x2bc5e4(0xeb)));return;}const _0x4ec82b=inspectCliConfigJsonFile(_0x273f8a);if(_0x4ec82b[_0x2bc5e4(0xca)]==='ok')console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xed)](_0x2bc5e4(0xfb)));else{if(_0x4ec82b[_0x2bc5e4(0xca)]===_0x2bc5e4(0xbf))console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0x108)](_0x2bc5e4(0xc3)));else _0x4ec82b[_0x2bc5e4(0xca)]===_0x2bc5e4(0xe8)?console['log']('\x20\x20'+_0x1de1be['padEnd'](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xf1)](_0x2bc5e4(0xf8))):(console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xbe)]('✗\x20Invalid\x20JSON')),console['log']('\x20\x20'+''[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xbe)](_0x4ec82b['message'])));}};_0x4664dc(_0x539d8c(0xda),_0x66491),_0x4664dc(_0x539d8c(0x107),_0x45a291),console[_0x539d8c(0xc7)](),console['log'](a92_0x497159[_0x539d8c(0xff)](_0x539d8c(0xe3))),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xf7)[_0x539d8c(0xc9)](0x1e))),console['log'](_0x539d8c(0x10c)+(_0x524c13[_0x539d8c(0xc6)]||a92_0x497159[_0x539d8c(0xbe)](_0x539d8c(0xe0)))),console[_0x539d8c(0xc7)](_0x539d8c(0xc0)+_0x524c13[_0x539d8c(0xec)]),console[_0x539d8c(0xc7)](_0x539d8c(0xdb)+_0x524c13[_0x539d8c(0xcf)]),console[_0x539d8c(0xc7)]('\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x524c13['apiDir']),console['log'](_0x539d8c(0xf3)+(_0x524c13[_0x539d8c(0xcc)]||a92_0x497159['gray']('(none)'))),console[_0x539d8c(0xc7)]('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x524c13[_0x539d8c(0xdc)]||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xe4)))),console[_0x539d8c(0xc7)]('\x20\x20explicitAppName:\x20'+(_0x524c13[_0x539d8c(0xdf)]||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xe4)))),console[_0x539d8c(0xc7)](_0x539d8c(0xf9)+(_0x524c13[_0x539d8c(0x100)]||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xfc)+DEFAULT_CONFIG_VALUES[_0x539d8c(0x100)]+')'))),console[_0x539d8c(0xc7)](_0x539d8c(0xc1)+(_0x524c13[_0x539d8c(0xf4)]??a92_0x497159['gray'](_0x539d8c(0x10a)))),console[_0x539d8c(0xc7)](_0x539d8c(0xe1)+_0x524c13['riskLevel']),console[_0x539d8c(0xc7)](_0x539d8c(0xde)+_0x524c13[_0x539d8c(0xd3)]),console['log']('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x524c13[_0x539d8c(0xd2)]?a92_0x497159[_0x539d8c(0xed)]('(set,\x20length='+_0x524c13['cookie'][_0x539d8c(0xcb)]+')'):_0x5b06df?a92_0x497159[_0x539d8c(0xed)](_0x539d8c(0x105)+_0x5b06df['length']+')'):a92_0x497159['gray'](_0x539d8c(0xe4))));const _0x3d3d4e=Object['keys'](_0x524c13['apps']);if(_0x3d3d4e['length']>0x0){console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xff)](_0x539d8c(0x10d))),console[_0x539d8c(0xc7)](a92_0x497159['gray'](_0x539d8c(0xf7)[_0x539d8c(0xc9)](0x1e)));for(const _0x4e9218 of _0x3d3d4e){const _0x2d2479=_0x524c13[_0x539d8c(0x103)][_0x4e9218],_0x222805=_0x4e9218===_0x524c13['defaultApp'],_0xf7b4e9=_0x4e9218===_0x524c13[_0x539d8c(0xdc)],_0x3e8fd6=_0xf7b4e9?a92_0x497159[_0x539d8c(0xed)](_0x539d8c(0xd5)):'',_0x35382a=_0x222805?_0x539d8c(0xd4):'';console[_0x539d8c(0xc7)]('\x20\x20'+_0x4e9218+_0x35382a+_0x3e8fd6),console[_0x539d8c(0xc7)](_0x539d8c(0xba)+_0x2d2479[_0x539d8c(0xc2)]);const _0x58be59=buildAppDoctorFields(_0x2d2479,{'env':_0x524c13['env'],'apiDir':_0x524c13[_0x539d8c(0xdd)][_0x539d8c(0xe6)]||DEFAULT_CONFIG_VALUES[_0x539d8c(0xe6)],'cookie':_0x524c13[_0x539d8c(0xd2)]||_0x5b06df||undefined,'accessKey':_0x524c13[_0x539d8c(0xbb)]});console[_0x539d8c(0xc7)](_0x539d8c(0xef)+_0x58be59[_0x539d8c(0xec)]['value']+'\x20\x20'+a92_0x497159['gray']('('+_0x58be59[_0x539d8c(0xec)][_0x539d8c(0xea)]+')')),console['log']('\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20'+_0x58be59[_0x539d8c(0xe6)][_0x539d8c(0xb7)]+'\x20\x20'+a92_0x497159[_0x539d8c(0xf1)]('('+_0x58be59[_0x539d8c(0xe6)][_0x539d8c(0xea)]+')'));const _0x5185a1=_0x58be59[_0x539d8c(0xd2)]['value']?a92_0x497159[_0x539d8c(0xed)](_0x539d8c(0xd8)+_0x58be59['cookie'][_0x539d8c(0xb7)][_0x539d8c(0xcb)]+')'):a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xe4));console[_0x539d8c(0xc7)](_0x539d8c(0xe7)+_0x5185a1+'\x20\x20'+a92_0x497159[_0x539d8c(0xf1)]('('+_0x58be59[_0x539d8c(0xd2)][_0x539d8c(0xea)]+')'));const _0x5dcd19=_0x58be59[_0x539d8c(0xbb)][_0x539d8c(0xb7)]?a92_0x497159['green'](_0x539d8c(0xd8)+_0x58be59[_0x539d8c(0xbb)][_0x539d8c(0xb7)][_0x539d8c(0xcb)]+')'):a92_0x497159[_0x539d8c(0xf1)]('(none)');console[_0x539d8c(0xc7)](_0x539d8c(0x109)+_0x5dcd19+'\x20\x20'+a92_0x497159['gray']('('+_0x58be59['accessKey'][_0x539d8c(0xea)]+')'));}}console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xff)](_0x539d8c(0xf5))),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xf7)['repeat'](0x1e))),console['log']('\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20'+getApiDomain()),console[_0x539d8c(0xc7)](_0x539d8c(0x102)+getUserDomain()),console['log'](_0x539d8c(0xfe)+getRuntimeDomain()),console[_0x539d8c(0xc7)](),console['log'](a92_0x497159['bold']('\x20\x20Auth')),console['log'](a92_0x497159['gray'](_0x539d8c(0xf7)['repeat'](0x1e)));if(_0x5b06df){const _0x3a2431=await getIsSessionValid();console[_0x539d8c(0xc7)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x3a2431?a92_0x497159['green'](_0x539d8c(0xce)):a92_0x497159[_0x539d8c(0xbe)](_0x539d8c(0xc5))));}else console['log']('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a92_0x497159[_0x539d8c(0xbe)](_0x539d8c(0xbc)));return console[_0x539d8c(0xc7)](),{'ok':!![]};}export const doctorDefinition={'service':a92_0x23d4b5(0xfd),'command':'check','description':a92_0x23d4b5(0x104),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ const a92_0x43253b=a92_0x5eba;(function(_0x2108e4,_0x4b159c){const _0x2dc1c1=a92_0x5eba,_0x4c52be=_0x2108e4();while(!![]){try{const _0x4bc2e0=-parseInt(_0x2dc1c1(0x14e))/0x1+parseInt(_0x2dc1c1(0x171))/0x2*(parseInt(_0x2dc1c1(0x145))/0x3)+parseInt(_0x2dc1c1(0x152))/0x4*(parseInt(_0x2dc1c1(0x189))/0x5)+-parseInt(_0x2dc1c1(0x156))/0x6*(-parseInt(_0x2dc1c1(0x178))/0x7)+parseInt(_0x2dc1c1(0x16b))/0x8*(parseInt(_0x2dc1c1(0x174))/0x9)+parseInt(_0x2dc1c1(0x17c))/0xa*(-parseInt(_0x2dc1c1(0x16e))/0xb)+parseInt(_0x2dc1c1(0x182))/0xc*(-parseInt(_0x2dc1c1(0x15f))/0xd);if(_0x4bc2e0===_0x4b159c)break;else _0x4c52be['push'](_0x4c52be['shift']());}catch(_0x586b59){_0x4c52be['push'](_0x4c52be['shift']());}}}(a92_0x48e6,0x5d6f0));import a92_0x5d4676 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';function a92_0x48e6(){const _0x824962=['arch','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','12LafMlU','\x20\x20Config\x20JSON','length','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','currentApp','check','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','1048890urLKRl','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✗\x20Expired','red','message','platform','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','(default:\x20','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','env','source','(set\x20via\x20file,\x20length=','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','slice','(missing)','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','defaultApp','\x20\x20\x20\x20accessKey:\x20\x20','\x20\x20Config\x20Files','doctor','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','\x20\x20─','\x20←\x20current','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','explicitAppName','146757TgAPIf','\x20doctor','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','bold','accessKey','value','yellow','(not\x20found)','padEnd','71780gMmpeX','(not\x20set)','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','✗\x20Invalid\x20JSON','8iJkZMO','(set,\x20length=','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','appcode','54126PlobrV','missing','(no\x20file)','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','Global','apps','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','13176813AqPmZH','✗\x20Not\x20logged\x20in','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','pageSize','(none)','\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','status','\x20\x20runtimeDomain:\x20\x20\x20','✓\x20Valid','keys','✓\x20Valid\x20JSON','8QDTJfL','gray','\x20\x20Auth','11Pwjvuj','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','14XgVtLx','\x20\x20API\x20Endpoints','\x20(default)','6428682KjnaWx','green','verbose','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','7nrnkbl','log','apiDir','format','172230QaDtuq','cookie','version','repeat'];a92_0x48e6=function(){return _0x824962;};return a92_0x48e6();}function a92_0x5eba(_0x57f97e,_0x1058fd){_0x57f97e=_0x57f97e-0x142;const _0x48e669=a92_0x48e6();let _0x5eba8b=_0x48e669[_0x57f97e];return _0x5eba8b;}async function execute(_0x4784ce){const _0x201886=a92_0x5eba,_0x24de3f=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x201886(0x196)](0x0,0xa)+')':VERSION,_0x3f3881=buildConfigFromFlags({}),_0x1d8290=getCookie();console['log'](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](CLI_BIN_NAME+_0x201886(0x146))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)]('─'['repeat'](0x32))),console[_0x201886(0x179)](_0x201886(0x161)+_0x24de3f),console['log'](_0x201886(0x191)+process[_0x201886(0x17e)]),console['log']('\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x201886(0x18e)]+'\x20'+process[_0x201886(0x180)]),console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x19b))),console['log'](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e)));const _0xf1efda=getGlobalConfigPath(),_0x375b6d=getProjectConfigPath();console['log'](_0x201886(0x154)+(_0xf1efda||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x14c)))),console[_0x201886(0x179)](_0x201886(0x15d)+(_0x375b6d||a92_0x5d4676[_0x201886(0x16c)]('(not\x20found)'))),console[_0x201886(0x179)](),console['log'](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x183))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e)));const _0x58ac01=(_0x39b29f,_0x5cd46f)=>{const _0x2b4275=_0x201886;if(!_0x5cd46f){console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676['gray'](_0x2b4275(0x158)));return;}const _0x2cf08f=inspectCliConfigJsonFile(_0x5cd46f);if(_0x2cf08f['status']==='ok')console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x175)](_0x2b4275(0x16a)));else{if(_0x2cf08f[_0x2b4275(0x166)]==='empty')console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x14b)]('⚠\x20Empty\x20(treated\x20as\x20{})'));else _0x2cf08f[_0x2b4275(0x166)]===_0x2b4275(0x157)?console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x16c)](_0x2b4275(0x197))):(console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f['padEnd'](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x18c)](_0x2b4275(0x151))),console[_0x2b4275(0x179)]('\x20\x20'+''[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x18c)](_0x2cf08f[_0x2b4275(0x18d)])));}};_0x58ac01(_0x201886(0x15a),_0xf1efda),_0x58ac01('Project',_0x375b6d),console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x162))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e))),console[_0x201886(0x179)](_0x201886(0x16f)+(_0x3f3881['appCode']||a92_0x5d4676[_0x201886(0x18c)](_0x201886(0x14f)))),console[_0x201886(0x179)](_0x201886(0x18a)+_0x3f3881[_0x201886(0x192)]),console[_0x201886(0x179)](_0x201886(0x181)+_0x3f3881['locale']),console[_0x201886(0x179)](_0x201886(0x185)+_0x3f3881[_0x201886(0x17a)]),console['log'](_0x201886(0x198)+(_0x3f3881[_0x201886(0x199)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164)))),console['log'](_0x201886(0x177)+(_0x3f3881[_0x201886(0x186)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164)))),console[_0x201886(0x179)]('\x20\x20explicitAppName:\x20'+(_0x3f3881[_0x201886(0x144)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164)))),console[_0x201886(0x179)](_0x201886(0x18f)+(_0x3f3881[_0x201886(0x17b)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x190)+DEFAULT_CONFIG_VALUES['format']+')'))),console['log'](_0x201886(0x188)+(_0x3f3881[_0x201886(0x163)]??a92_0x5d4676['gray']('(default)'))),console[_0x201886(0x179)](_0x201886(0x15c)+_0x3f3881['riskLevel']),console['log'](_0x201886(0x159)+_0x3f3881[_0x201886(0x176)]),console['log'](_0x201886(0x165)+(_0x3f3881['cookie']?a92_0x5d4676[_0x201886(0x175)]('(set,\x20length='+_0x3f3881[_0x201886(0x17d)][_0x201886(0x184)]+')'):_0x1d8290?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x194)+_0x1d8290[_0x201886(0x184)]+')'):a92_0x5d4676['gray']('(none)')));const _0x14fc48=Object[_0x201886(0x169)](_0x3f3881[_0x201886(0x15b)]);if(_0x14fc48[_0x201886(0x184)]>0x0){console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676['bold']('\x20\x20Apps')),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e)));for(const _0x23e143 of _0x14fc48){const _0x533c4c=_0x3f3881[_0x201886(0x15b)][_0x23e143],_0x17e869=_0x23e143===_0x3f3881[_0x201886(0x199)],_0x133660=_0x23e143===_0x3f3881[_0x201886(0x186)],_0x5777cb=_0x133660?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x142)):'',_0x500d11=_0x17e869?_0x201886(0x173):'';console[_0x201886(0x179)]('\x20\x20'+_0x23e143+_0x500d11+_0x5777cb),console[_0x201886(0x179)](_0x201886(0x170)+_0x533c4c[_0x201886(0x155)]);const _0x2002af=buildAppDoctorFields(_0x533c4c,{'env':_0x3f3881['env'],'apiDir':_0x3f3881['raw'][_0x201886(0x17a)]||DEFAULT_CONFIG_VALUES[_0x201886(0x17a)],'cookie':_0x3f3881[_0x201886(0x17d)]||_0x1d8290||undefined,'accessKey':_0x3f3881['accessKey']});console[_0x201886(0x179)](_0x201886(0x195)+_0x2002af['env']['value']+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af['env'][_0x201886(0x193)]+')')),console[_0x201886(0x179)](_0x201886(0x15e)+_0x2002af[_0x201886(0x17a)][_0x201886(0x14a)]+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af['apiDir'][_0x201886(0x193)]+')'));const _0xce3b5e=_0x2002af[_0x201886(0x17d)]['value']?a92_0x5d4676['green'](_0x201886(0x153)+_0x2002af[_0x201886(0x17d)]['value'][_0x201886(0x184)]+')'):a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164));console[_0x201886(0x179)](_0x201886(0x143)+_0xce3b5e+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af['cookie'][_0x201886(0x193)]+')'));const _0xef6d65=_0x2002af[_0x201886(0x149)][_0x201886(0x14a)]?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x153)+_0x2002af['accessKey'][_0x201886(0x14a)]['length']+')'):a92_0x5d4676[_0x201886(0x16c)]('(none)');console[_0x201886(0x179)](_0x201886(0x19a)+_0xef6d65+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af[_0x201886(0x149)][_0x201886(0x193)]+')'));}}console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x172))),console['log'](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e))),console[_0x201886(0x179)](_0x201886(0x19d)+getApiDomain()),console['log']('\x20\x20userDomain:\x20\x20\x20\x20\x20\x20'+getUserDomain()),console[_0x201886(0x179)](_0x201886(0x167)+getRuntimeDomain()),console['log'](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x16d))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)['repeat'](0x1e)));if(_0x1d8290){const _0x9fa31a=await getIsSessionValid();console[_0x201886(0x179)](_0x201886(0x147)+(_0x9fa31a?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x168)):a92_0x5d4676[_0x201886(0x18c)](_0x201886(0x18b))));}else console['log'](_0x201886(0x147)+a92_0x5d4676['red'](_0x201886(0x160)));return console['log'](),{'ok':!![]};}export const doctorDefinition={'service':a92_0x43253b(0x19c),'command':a92_0x43253b(0x187),'description':a92_0x43253b(0x150),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- function a93_0x4dd6(){const _0x2090e7=['Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','432952yuXUHm','3339816hRuFwJ','filepath','Preview:\x20upload\x20','27515DAZIXK','trim','\x20to\x20development\x20app\x20','file','string','str','boolean','POST','bool','13333331IvIQFW','35FZMnzR','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','3810843tuPEnu','Uploaded\x20file:\x20','download','258GsKKyV','186198Omgpyw','10kbIlDE','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','20hRnKcW','query-url','filePath','File','path','78860FxMrPG','long-term','filePath\x20is\x20required.','appCode','read'];a93_0x4dd6=function(){return _0x2090e7;};return a93_0x4dd6();}const a93_0x1ffffe=a93_0x21e4;(function(_0x580747,_0x58fcda){const _0x1b8854=a93_0x21e4,_0x585e90=_0x580747();while(!![]){try{const _0x5e8325=-parseInt(_0x1b8854(0x9e))/0x1+parseInt(_0x1b8854(0x99))/0x2*(-parseInt(_0x1b8854(0x96))/0x3)+-parseInt(_0x1b8854(0xa6))/0x4+parseInt(_0x1b8854(0xa9))/0x5*(parseInt(_0x1b8854(0xb8))/0x6)+parseInt(_0x1b8854(0xb3))/0x7*(parseInt(_0x1b8854(0xa5))/0x8)+-parseInt(_0x1b8854(0xb5))/0x9*(-parseInt(_0x1b8854(0x97))/0xa)+parseInt(_0x1b8854(0xb2))/0xb;if(_0x5e8325===_0x58fcda)break;else _0x585e90['push'](_0x585e90['shift']());}catch(_0x4c7f2a){_0x585e90['push'](_0x585e90['shift']());}}}(a93_0x4dd6,0x9482a));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':'file','type':a93_0x1ffffe(0xad),'required':!![],'description':'Path\x20to\x20the\x20local\x20file\x20to\x20upload'},FILEPATH_FLAG={'name':a93_0x1ffffe(0xa7),'type':a93_0x1ffffe(0xad),'required':!![],'description':'Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data'},DOWNLOAD_FLAG={'name':a93_0x1ffffe(0xb7),'type':a93_0x1ffffe(0xaf),'description':a93_0x1ffffe(0x98)},LONG_TERM_FLAG={'name':a93_0x1ffffe(0x9f),'type':'boolean','description':'Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML'};function requireFilePath(_0x2ec760){const _0x367e72=a93_0x1ffffe,_0xcfad82=_0x2ec760[_0x367e72(0xaa)]();if(!_0xcfad82)throw CliErrors['validation'](_0x367e72(0xa0));return _0xcfad82;}function a93_0x21e4(_0x4d2cb9,_0x4a464b){_0x4d2cb9=_0x4d2cb9-0x96;const _0x4dd6a6=a93_0x4dd6();let _0x21e4d5=_0x4dd6a6[_0x4d2cb9];return _0x21e4d5;}const fileUpload={'service':a93_0x1ffffe(0xac),'command':'upload','description':a93_0x1ffffe(0xa3),'risk':a93_0x1ffffe(0xa2),'flags':[FILE_FLAG],async 'dryRun'(_0x54a2f7){const _0x172ba2=a93_0x1ffffe,_0x17be8b=requireDevelopmentUploadFile(_0x54a2f7[_0x172ba2(0xae)]('file'),_0x172ba2(0x9c));return{'method':_0x172ba2(0xb0),'url':'/smartapi/common/uploadFile','body':{'appCode':_0x54a2f7['appCode'],'multipart':{'file':_0x17be8b}},'description':_0x172ba2(0xa8)+_0x17be8b[_0x172ba2(0x9d)]+_0x172ba2(0xab)+_0x54a2f7['appCode']};},async 'execute'(_0x54abdd){const _0x57ab66=a93_0x1ffffe,_0x3050cd=requireDevelopmentUploadFile(_0x54abdd[_0x57ab66(0xae)]('file'),'File'),_0x4ebb9b=await uploadDevelopmentFile(_0x54abdd[_0x57ab66(0xa1)],_0x3050cd['path']);return{'ok':!![],'data':_0x4ebb9b,'message':_0x4ebb9b[_0x57ab66(0x9b)]?_0x57ab66(0xb6)+_0x4ebb9b[_0x57ab66(0x9b)]+_0x57ab66(0xb4):_0x57ab66(0xa4)};}},fileQueryUrl={'service':a93_0x1ffffe(0xac),'command':a93_0x1ffffe(0x9a),'description':'Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','risk':'read','flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x4364b3){const _0x2ea5e8=a93_0x1ffffe,_0x4d99f1=requireFilePath(_0x4364b3[_0x2ea5e8(0xae)](_0x2ea5e8(0xa7))),_0x41bef0=await queryDevelopmentFileUrl(_0x4d99f1,{'download':_0x4364b3[_0x2ea5e8(0xb1)](_0x2ea5e8(0xb7)),'longTerm':_0x4364b3[_0x2ea5e8(0xb1)](_0x2ea5e8(0x9f))});return{'ok':!![],'data':_0x41bef0};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
1
+ const a93_0xb4a8ff=a93_0x368e;(function(_0x2b0ba4,_0x35c0e6){const _0x4a0b16=a93_0x368e,_0x3d8ee8=_0x2b0ba4();while(!![]){try{const _0x46b0c2=parseInt(_0x4a0b16(0xa2))/0x1+parseInt(_0x4a0b16(0x9d))/0x2*(-parseInt(_0x4a0b16(0xb3))/0x3)+parseInt(_0x4a0b16(0x99))/0x4+parseInt(_0x4a0b16(0xba))/0x5+-parseInt(_0x4a0b16(0xa4))/0x6*(parseInt(_0x4a0b16(0xad))/0x7)+-parseInt(_0x4a0b16(0xb1))/0x8*(parseInt(_0x4a0b16(0x9f))/0x9)+parseInt(_0x4a0b16(0xaa))/0xa*(parseInt(_0x4a0b16(0xbc))/0xb);if(_0x46b0c2===_0x35c0e6)break;else _0x3d8ee8['push'](_0x3d8ee8['shift']());}catch(_0x55bb81){_0x3d8ee8['push'](_0x3d8ee8['shift']());}}}(a93_0x56e1,0x715d5));function a93_0x56e1(){const _0x2c2efc=['str','2862MIQbee','upload','1106514lZLmKV','download','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','865492hnpBuU','File','6WkDbLJ','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','appCode','string','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','read','2170nIuSEs','trim','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','3712807fGkeWn','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','/smartapi/common/uploadFile','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','56SZtvgV','long-term','1398CHZmwY','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','Uploaded\x20file:\x20','validation','\x20to\x20development\x20app\x20','file','path','4373300rvXUVH','Preview:\x20upload\x20','37235HqXEym','query-url','bool','190052TwokCi','Path\x20to\x20the\x20local\x20file\x20to\x20upload','boolean'];a93_0x56e1=function(){return _0x2c2efc;};return a93_0x56e1();}import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a93_0xb4a8ff(0xb8),'type':a93_0xb4a8ff(0xa7),'required':!![],'description':a93_0xb4a8ff(0x9a)},FILEPATH_FLAG={'name':'filepath','type':'string','required':!![],'description':a93_0xb4a8ff(0xb0)},DOWNLOAD_FLAG={'name':a93_0xb4a8ff(0xa0),'type':a93_0xb4a8ff(0x9b),'description':a93_0xb4a8ff(0xa5)},LONG_TERM_FLAG={'name':a93_0xb4a8ff(0xb2),'type':a93_0xb4a8ff(0x9b),'description':a93_0xb4a8ff(0xae)};function requireFilePath(_0x34447a){const _0x508fe0=a93_0xb4a8ff,_0x43b88f=_0x34447a[_0x508fe0(0xab)]();if(!_0x43b88f)throw CliErrors[_0x508fe0(0xb6)]('filePath\x20is\x20required.');return _0x43b88f;}function a93_0x368e(_0x5b3836,_0x3ab60c){_0x5b3836=_0x5b3836-0x99;const _0x56e12a=a93_0x56e1();let _0x368ec0=_0x56e12a[_0x5b3836];return _0x368ec0;}const fileUpload={'service':a93_0xb4a8ff(0xb8),'command':a93_0xb4a8ff(0x9e),'description':a93_0xb4a8ff(0xb4),'risk':a93_0xb4a8ff(0xa9),'flags':[FILE_FLAG],async 'dryRun'(_0xd4d4ef){const _0x42457b=a93_0xb4a8ff,_0x261dc5=requireDevelopmentUploadFile(_0xd4d4ef['str'](_0x42457b(0xb8)),_0x42457b(0xa3));return{'method':'POST','url':_0x42457b(0xaf),'body':{'appCode':_0xd4d4ef[_0x42457b(0xa6)],'multipart':{'file':_0x261dc5}},'description':_0x42457b(0xbb)+_0x261dc5['path']+_0x42457b(0xb7)+_0xd4d4ef['appCode']};},async 'execute'(_0x264aad){const _0x6f9e6e=a93_0xb4a8ff,_0x3092d2=requireDevelopmentUploadFile(_0x264aad[_0x6f9e6e(0x9c)](_0x6f9e6e(0xb8)),_0x6f9e6e(0xa3)),_0x3b48e5=await uploadDevelopmentFile(_0x264aad['appCode'],_0x3092d2[_0x6f9e6e(0xb9)]);return{'ok':!![],'data':_0x3b48e5,'message':_0x3b48e5['filePath']?_0x6f9e6e(0xb5)+_0x3b48e5['filePath']+_0x6f9e6e(0xa8):_0x6f9e6e(0xac)};}},fileQueryUrl={'service':'file','command':a93_0xb4a8ff(0xbd),'description':a93_0xb4a8ff(0xa1),'risk':a93_0xb4a8ff(0xa9),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x16b7a8){const _0x59d70c=a93_0xb4a8ff,_0x14f8ac=requireFilePath(_0x16b7a8[_0x59d70c(0x9c)]('filepath')),_0x49b865=await queryDevelopmentFileUrl(_0x14f8ac,{'download':_0x16b7a8[_0x59d70c(0xbe)](_0x59d70c(0xa0)),'longTerm':_0x16b7a8['bool'](_0x59d70c(0xb2))});return{'ok':!![],'data':_0x49b865};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
@@ -1 +1 @@
1
- const a94_0x1cb33b=a94_0x3507;function a94_0x3507(_0x14883f,_0x356d50){_0x14883f=_0x14883f-0xee;const _0xbafd57=a94_0xbafd();let _0x350742=_0xbafd57[_0x14883f];return _0x350742;}(function(_0x137cd0,_0x259410){const _0x2d27c4=a94_0x3507,_0x71402d=_0x137cd0();while(!![]){try{const _0x3cbb98=-parseInt(_0x2d27c4(0x110))/0x1+-parseInt(_0x2d27c4(0x102))/0x2+parseInt(_0x2d27c4(0xf4))/0x3+parseInt(_0x2d27c4(0x114))/0x4+-parseInt(_0x2d27c4(0xfe))/0x5*(-parseInt(_0x2d27c4(0xf8))/0x6)+-parseInt(_0x2d27c4(0x10e))/0x7+parseInt(_0x2d27c4(0xf3))/0x8;if(_0x3cbb98===_0x259410)break;else _0x71402d['push'](_0x71402d['shift']());}catch(_0x474034){_0x71402d['push'](_0x71402d['shift']());}}}(a94_0xbafd,0x90a55));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';function a94_0xbafd(){const _0x583540=['map','flagMissing','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','16236528nKCCqP','130716NXNyuP','yes','检测到旧配置文件,正在自动升级...\x0a','string','3059454OwNiDU','custom','\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]','\x20\x20Apps:\x20','str','appcode','5gxPLQw','production','appCode','bool','1008238Wxcnzc','validation','write','toLocaleString','some','\x20\x20Default:\x20','valid','defaultApp','log','Use\x20`','join','\x20\x20Env:\x20','7524153cfvLZP','Usage:\x20','449042iILSiE','global','nonInteractive','cwd','149848LICvEd','App\x20code\x20to\x20initialize\x20with','env','init','project'];a94_0xbafd=function(){return _0x583540;};return a94_0xbafd();}import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{existsSync}from'node:fs';import{resolve}from'node:path';import{validateAppcode}from'../../commands/common/validate.js';import{promptCustomAppcode,selectMultipleApps}from'../../commands/common/app-selector.js';import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0x49118d){return{'appCode':_0x49118d,'appName':_0x49118d};}function writeInitConfig(_0x188154,_0x2db1df,_0x13606e){const _0x41ec50=a94_0x3507,_0x5b6963=resolveWriteConfigPath(_0x188154),_0x4c821d=buildCanonicalProjectConfig({},{'appCodes':_0x2db1df[_0x41ec50(0xf0)](_0x8f292=>_0x8f292[_0x41ec50(0x100)]),'env':_0x13606e,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x41ec50(0x105)]()}});writeConfigFile(_0x5b6963,_0x4c821d);const _0x487b8a=_0x188154===_0x41ec50(0x111)?_0x41ec50(0x111):_0x41ec50(0xef);console['log']('\x0a✓\x20Successfully\x20initialized\x20'+_0x487b8a+'\x20config'),console['log'](_0x41ec50(0xfb)+_0x2db1df[_0x41ec50(0xf0)](_0x195f1f=>_0x195f1f[_0x41ec50(0x100)])[_0x41ec50(0x10c)](',\x20')),console[_0x41ec50(0x10a)](_0x41ec50(0x107)+_0x4c821d[_0x41ec50(0x109)]),console[_0x41ec50(0x10a)](_0x41ec50(0x10d)+_0x4c821d[_0x41ec50(0x116)]),console[_0x41ec50(0x10a)]('\x20\x20Config:\x20'+_0x5b6963);}async function runSmartInit(_0x10f00f){const _0x45afcc=a94_0x3507,_0x2a3958=process[_0x45afcc(0x113)](),_0xe97262=_0x10f00f[_0x45afcc(0x101)](_0x45afcc(0x111))?'global':_0x45afcc(0xef),_0x1624b5=_0x10f00f['str']('env')||'production',_0x368b62=_0x10f00f[_0x45afcc(0xfc)]('appcode')||undefined;if(_0xe97262===_0x45afcc(0xef)){const _0x3c659f=existsSync(resolve(_0x2a3958,NEW_CONFIG_NAME)),_0x4ca7e6=LEGACY_CONFIG_NAMES[_0x45afcc(0x106)](_0x21f95b=>existsSync(resolve(_0x2a3958,_0x21f95b)));if(_0x4ca7e6&&!_0x3c659f)return console['log'](_0x45afcc(0xf6)),upgradeApp(_0x10f00f['nonInteractive'],{'yes':_0x10f00f[_0x45afcc(0x101)](_0x45afcc(0xf5))});if(_0x3c659f)throw CliErrors['validation'](_0x45afcc(0xf2),_0x45afcc(0x10b)+CLI_BIN_NAME+'\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.');}if(_0x368b62){const _0x2a2417=validateAppcode(_0x368b62);if(!_0x2a2417[_0x45afcc(0x108)])throw CliErrors[_0x45afcc(0x103)](_0x2a2417['message']);writeInitConfig(_0xe97262,[syntheticApp(_0x368b62)],_0x1624b5);return;}if(_0x10f00f[_0x45afcc(0x112)])throw CliErrors[_0x45afcc(0xf1)](_0x45afcc(0xfd),_0x45afcc(0x10f)+CLI_BIN_NAME+_0x45afcc(0xfa));const _0x7ca5cd=getCookie(),_0x3a0ebd=await selectMultipleApps(_0x7ca5cd),_0x1a4cb3=_0x3a0ebd===_0x45afcc(0xf9)?[syntheticApp(await promptCustomAppcode())]:_0x3a0ebd;writeInitConfig(_0xe97262,_0x1a4cb3,_0x1624b5);}const initFlags=[{'name':a94_0x1cb33b(0x111),'type':'boolean','description':'Write\x20to\x20global\x20config\x20instead\x20of\x20project','default':![]},{'name':a94_0x1cb33b(0x116),'type':a94_0x1cb33b(0xf7),'description':'Target\x20environment','default':a94_0x1cb33b(0xff),'enum':[...RABETBASE_ENV_VALUES]},{'name':a94_0x1cb33b(0xfd),'type':a94_0x1cb33b(0xf7),'description':a94_0x1cb33b(0x115)},{'name':a94_0x1cb33b(0xf5),'type':'boolean','description':'Auto-confirm\x20prompts','default':![]}];export const initDefinitions=[{'service':a94_0x1cb33b(0xee),'command':'run','description':'Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','risk':a94_0x1cb33b(0x104),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x29775a){return await runSmartInit(_0x29775a),{'ok':!![]};}}];
1
+ const a94_0x3ce8ad=a94_0x333c;function a94_0x2425(){const _0x4b9b47=['\x20\x20Apps:\x20','73893HjpRDa','global','valid','5UYVlOh','77xgKhZy','project','cwd','6397FXCTIQ','appcode','string','4FOZYDv','validation','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','yes','7miouhK','2688183goJTGL','56052OxyXgc','appCode','Usage:\x20','run','str','some','boolean','Target\x20environment','\x0a✓\x20Successfully\x20initialized\x20','App\x20code\x20to\x20initialize\x20with','Write\x20to\x20global\x20config\x20instead\x20of\x20project','defaultApp','\x20\x20Env:\x20','write','280314mirWGy','\x20\x20Config:\x20','toLocaleString','map','\x20config','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','nonInteractive','bool','log','env','\x20\x20Default:\x20','message','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','Use\x20`','1300220ApYPoh','2695384ptigfT'];a94_0x2425=function(){return _0x4b9b47;};return a94_0x2425();}(function(_0x2752bc,_0x2d0eae){const _0x1e53af=a94_0x333c,_0x5d3cd4=_0x2752bc();while(!![]){try{const _0x25f0db=-parseInt(_0x1e53af(0x147))/0x1+-parseInt(_0x1e53af(0x150))/0x2+parseInt(_0x1e53af(0x140))/0x3*(-parseInt(_0x1e53af(0x14a))/0x4)+-parseInt(_0x1e53af(0x143))/0x5*(parseInt(_0x1e53af(0x12f))/0x6)+parseInt(_0x1e53af(0x14e))/0x7*(-parseInt(_0x1e53af(0x13e))/0x8)+-parseInt(_0x1e53af(0x14f))/0x9+parseInt(_0x1e53af(0x13d))/0xa*(parseInt(_0x1e53af(0x144))/0xb);if(_0x25f0db===_0x2d0eae)break;else _0x5d3cd4['push'](_0x5d3cd4['shift']());}catch(_0x4a7812){_0x5d3cd4['push'](_0x5d3cd4['shift']());}}}(a94_0x2425,0x29343));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';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_0x333c(_0x1b8ac7,_0x2451a2){_0x1b8ac7=_0x1b8ac7-0x12f;const _0x2425db=a94_0x2425();let _0x333c73=_0x2425db[_0x1b8ac7];return _0x333c73;}import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0xf5f26e){return{'appCode':_0xf5f26e,'appName':_0xf5f26e};}function writeInitConfig(_0x1f87bd,_0x2a06d9,_0x356e6d){const _0x2bc647=a94_0x333c,_0x5b2535=resolveWriteConfigPath(_0x1f87bd),_0x143c57=buildCanonicalProjectConfig({},{'appCodes':_0x2a06d9[_0x2bc647(0x132)](_0x2b6edd=>_0x2b6edd[_0x2bc647(0x151)]),'env':_0x356e6d,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x2bc647(0x131)]()}});writeConfigFile(_0x5b2535,_0x143c57);const _0x2b1471=_0x1f87bd===_0x2bc647(0x141)?_0x2bc647(0x141):_0x2bc647(0x145);console['log'](_0x2bc647(0x158)+_0x2b1471+_0x2bc647(0x133)),console[_0x2bc647(0x137)](_0x2bc647(0x13f)+_0x2a06d9[_0x2bc647(0x132)](_0x7b110e=>_0x7b110e['appCode'])['join'](',\x20')),console[_0x2bc647(0x137)](_0x2bc647(0x139)+_0x143c57[_0x2bc647(0x15b)]),console[_0x2bc647(0x137)](_0x2bc647(0x15c)+_0x143c57['env']),console[_0x2bc647(0x137)](_0x2bc647(0x130)+_0x5b2535);}async function runSmartInit(_0x42bba3){const _0x38b239=a94_0x333c,_0x5c8313=process[_0x38b239(0x146)](),_0x51b72b=_0x42bba3[_0x38b239(0x136)](_0x38b239(0x141))?'global':'project',_0xede47f=_0x42bba3[_0x38b239(0x154)](_0x38b239(0x138))||'production',_0x52dae7=_0x42bba3[_0x38b239(0x154)](_0x38b239(0x148))||undefined;if(_0x51b72b===_0x38b239(0x145)){const _0x2c3b5d=existsSync(resolve(_0x5c8313,NEW_CONFIG_NAME)),_0x354f3=LEGACY_CONFIG_NAMES[_0x38b239(0x155)](_0x5a419a=>existsSync(resolve(_0x5c8313,_0x5a419a)));if(_0x354f3&&!_0x2c3b5d)return console['log']('检测到旧配置文件,正在自动升级...\x0a'),upgradeApp(_0x42bba3[_0x38b239(0x135)],{'yes':_0x42bba3[_0x38b239(0x136)](_0x38b239(0x14d))});if(_0x2c3b5d)throw CliErrors['validation'](_0x38b239(0x13b),_0x38b239(0x13c)+CLI_BIN_NAME+_0x38b239(0x134));}if(_0x52dae7){const _0x2c3a6d=validateAppcode(_0x52dae7);if(!_0x2c3a6d[_0x38b239(0x142)])throw CliErrors[_0x38b239(0x14b)](_0x2c3a6d[_0x38b239(0x13a)]);writeInitConfig(_0x51b72b,[syntheticApp(_0x52dae7)],_0xede47f);return;}if(_0x42bba3['nonInteractive'])throw CliErrors['flagMissing'](_0x38b239(0x148),_0x38b239(0x152)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]');const _0x3e93f4=getCookie(),_0x1bb04e=await selectMultipleApps(_0x3e93f4),_0x1c902d=_0x1bb04e==='custom'?[syntheticApp(await promptCustomAppcode())]:_0x1bb04e;writeInitConfig(_0x51b72b,_0x1c902d,_0xede47f);}const initFlags=[{'name':'global','type':'boolean','description':a94_0x3ce8ad(0x15a),'default':![]},{'name':'env','type':a94_0x3ce8ad(0x149),'description':a94_0x3ce8ad(0x157),'default':'production','enum':[...RABETBASE_ENV_VALUES]},{'name':'appcode','type':a94_0x3ce8ad(0x149),'description':a94_0x3ce8ad(0x159)},{'name':a94_0x3ce8ad(0x14d),'type':a94_0x3ce8ad(0x156),'description':'Auto-confirm\x20prompts','default':![]}];export const initDefinitions=[{'service':'init','command':a94_0x3ce8ad(0x153),'description':a94_0x3ce8ad(0x14c),'risk':a94_0x3ce8ad(0x15d),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x3cd514){return await runSmartInit(_0x3cd514),{'ok':!![]};}}];
@@ -1 +1 @@
1
- (function(_0x2702c5,_0x15a8d){const _0xa2a866=a95_0x1e32,_0x37c3de=_0x2702c5();while(!![]){try{const _0x31a2f1=-parseInt(_0xa2a866(0xbe))/0x1*(-parseInt(_0xa2a866(0xba))/0x2)+parseInt(_0xa2a866(0xb9))/0x3+-parseInt(_0xa2a866(0xb8))/0x4*(parseInt(_0xa2a866(0xbc))/0x5)+-parseInt(_0xa2a866(0xb3))/0x6*(parseInt(_0xa2a866(0xb6))/0x7)+-parseInt(_0xa2a866(0xb7))/0x8*(-parseInt(_0xa2a866(0xb4))/0x9)+parseInt(_0xa2a866(0xbb))/0xa+parseInt(_0xa2a866(0xb5))/0xb*(parseInt(_0xa2a866(0xbd))/0xc);if(_0x31a2f1===_0x15a8d)break;else _0x37c3de['push'](_0x37c3de['shift']());}catch(_0x5a1e11){_0x37c3de['push'](_0x37c3de['shift']());}}}(a95_0x5b2e,0xbe3f6));import{issueReport}from'../../commands/issue/report.js';function a95_0x5b2e(){const _0x5c3672=['4103rZMAKG','7LAtIPl','584SlaAhk','56UWrBhR','4123149RABdBd','644348nqxNEw','4363620gEFBJL','325195VzXmna','9492zNjPGB','2xOCUPZ','6679566dToQdx','6525CAaipr'];a95_0x5b2e=function(){return _0x5c3672;};return a95_0x5b2e();}function a95_0x1e32(_0x2f1974,_0x4cdfaf){_0x2f1974=_0x2f1974-0xb3;const _0x5b2e21=a95_0x5b2e();let _0x1e328b=_0x5b2e21[_0x2f1974];return _0x1e328b;}export const issueDefinitions=[issueReport];
1
+ (function(_0x4b5a20,_0x199a18){const _0x521523=a95_0x3344,_0x517075=_0x4b5a20();while(!![]){try{const _0x18b592=-parseInt(_0x521523(0x12d))/0x1*(-parseInt(_0x521523(0x12e))/0x2)+-parseInt(_0x521523(0x12f))/0x3+-parseInt(_0x521523(0x131))/0x4*(-parseInt(_0x521523(0x137))/0x5)+parseInt(_0x521523(0x132))/0x6*(-parseInt(_0x521523(0x135))/0x7)+-parseInt(_0x521523(0x12c))/0x8*(parseInt(_0x521523(0x136))/0x9)+parseInt(_0x521523(0x130))/0xa*(parseInt(_0x521523(0x138))/0xb)+parseInt(_0x521523(0x134))/0xc*(parseInt(_0x521523(0x133))/0xd);if(_0x18b592===_0x199a18)break;else _0x517075['push'](_0x517075['shift']());}catch(_0x115ee7){_0x517075['push'](_0x517075['shift']());}}}(a95_0x163a,0xcaca7));function a95_0x3344(_0x1c16d6,_0x42304e){_0x1c16d6=_0x1c16d6-0x12c;const _0x163a12=a95_0x163a();let _0x334487=_0x163a12[_0x1c16d6];return _0x334487;}import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];function a95_0x163a(){const _0x17c7d7=['11402521HgotLX','24cpJGCa','623JBDHdO','676404xyaiUM','760pNPfjf','2245771wstjzg','96YWwWym','18015VNVwTC','2avVuis','2016846DASSap','20FbYSHO','18796mIrgmA','33036NPwMMu'];a95_0x163a=function(){return _0x17c7d7;};return a95_0x163a();}
@@ -1 +1 @@
1
- function a96_0x29bd(){const _0x3fec90=['validation_error','\x20issue\x20report\x20\x5c','replace','1735PrZQTQ','\x20\x20\x20\x20--title\x20\x22','config_missing','command','10RtmadQ','auth_required','9298968kUZpAU','service','code','RABETBASE_DISABLE_ISSUE_NUDGE','join','flag_missing','17653gbIHqj','1290808NqtWnd','132aCEquh','cancelled','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','network_error','14346abgSSC','issue','slice','unknown_command','4139163QJXpxA','length','trim','\x20\x20Set\x20','535764VVmLJH','message','18606940EmtyCa','\x22\x20\x5c','28lHEJcD'];a96_0x29bd=function(){return _0x3fec90;};return a96_0x29bd();}const a96_0x31feef=a96_0x379a;(function(_0x205ec2,_0xb1edfb){const _0x260406=a96_0x379a,_0x40154a=_0x205ec2();while(!![]){try{const _0x15ab5c=parseInt(_0x260406(0x105))/0x1*(parseInt(_0x260406(0x107))/0x2)+parseInt(_0x260406(0xf1))/0x3*(parseInt(_0x260406(0xf5))/0x4)+parseInt(_0x260406(0xf9))/0x5*(parseInt(_0x260406(0xe9))/0x6)+-parseInt(_0x260406(0xff))/0x7+parseInt(_0x260406(0x106))/0x8+parseInt(_0x260406(0xed))/0x9*(parseInt(_0x260406(0xfd))/0xa)+-parseInt(_0x260406(0xf3))/0xb;if(_0x15ab5c===_0xb1edfb)break;else _0x40154a['push'](_0x40154a['shift']());}catch(_0x2c2ca1){_0x40154a['push'](_0x40154a['shift']());}}}(a96_0x29bd,0xce969));import{CliError}from'../../errors.js';function a96_0x379a(_0x1b1dd5,_0xa1a910){_0x1b1dd5=_0x1b1dd5-0xe6;const _0x29bd0a=a96_0x29bd();let _0x379a56=_0x29bd0a[_0x1b1dd5];return _0x379a56;}import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a96_0x31feef(0x102);const NUDGE_SUPPRESSED_CODES=new Set([a96_0x31feef(0xe6),a96_0x31feef(0xfe),a96_0x31feef(0xfb),'not_in_project',a96_0x31feef(0xec),a96_0x31feef(0x104),a96_0x31feef(0xf6),a96_0x31feef(0xe8)]),defaultWriter=_0x2cbef7=>{process['stderr']['write'](_0x2cbef7);};export function shouldNudgeForError(_0x523501,_0x489c37){const _0x215623=a96_0x31feef;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x489c37[_0x215623(0x100)]===_0x215623(0xea)&&_0x489c37[_0x215623(0xfc)]==='report')return![];if(_0x523501 instanceof CliError)return!NUDGE_SUPPRESSED_CODES['has'](_0x523501[_0x215623(0x101)]);return!![];}export function printIssueReportNudgeForError(_0x2c6097,_0x4f4867,_0x472392=defaultWriter){if(!shouldNudgeForError(_0x2c6097,_0x4f4867))return;const _0x3a50e2=buildSuggestedTitle(_0x2c6097,_0x4f4867);_0x472392(formatNudge(_0x3a50e2));}function buildSuggestedTitle(_0x26d8d9,_0xa1ea25){const _0x3b21c6=a96_0x31feef,_0x21b647=_0x26d8d9 instanceof Error?_0x26d8d9[_0x3b21c6(0xf2)]:String(_0x26d8d9),_0x29c896=_0x21b647[_0x3b21c6(0xf8)](/[\r\n]+/g,'\x20')[_0x3b21c6(0xf8)](/\s+/g,'\x20')[_0x3b21c6(0xef)]()[_0x3b21c6(0xeb)](0x0,0x78)['replace'](/"/g,'\x5c\x22'),_0x3e5455=CLI_BIN_NAME+'\x20'+_0xa1ea25[_0x3b21c6(0x100)]+'\x20'+_0xa1ea25[_0x3b21c6(0xfc)];return _0x29c896[_0x3b21c6(0xee)]>0x0?_0x3e5455+':\x20'+_0x29c896:_0x3e5455;}function formatNudge(_0x16bdf6){const _0x22aa63=a96_0x31feef;return['','Hit\x20a\x20'+CLI_BIN_NAME+'\x20bug?\x20Help\x20us\x20fix\x20it:','\x20\x20'+CLI_BIN_NAME+_0x22aa63(0xf7),_0x22aa63(0xfa)+_0x16bdf6+_0x22aa63(0xf4),_0x22aa63(0xe7),'\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)',_0x22aa63(0xf0)+NUDGE_OPT_OUT_ENV+'=1\x20to\x20silence\x20this\x20hint.',''][_0x22aa63(0x103)]('\x0a');}
1
+ const a96_0x26f66d=a96_0x34fa;(function(_0x4fe0c1,_0x1ebcbf){const _0x1bfc88=a96_0x34fa,_0x631550=_0x4fe0c1();while(!![]){try{const _0xc408c7=parseInt(_0x1bfc88(0x106))/0x1*(parseInt(_0x1bfc88(0x115))/0x2)+parseInt(_0x1bfc88(0x104))/0x3+-parseInt(_0x1bfc88(0x108))/0x4+parseInt(_0x1bfc88(0x109))/0x5*(-parseInt(_0x1bfc88(0x10d))/0x6)+parseInt(_0x1bfc88(0x10f))/0x7+-parseInt(_0x1bfc88(0x110))/0x8+parseInt(_0x1bfc88(0x102))/0x9;if(_0xc408c7===_0x1ebcbf)break;else _0x631550['push'](_0x631550['shift']());}catch(_0xdc7632){_0x631550['push'](_0x631550['shift']());}}}(a96_0x5038,0x2b680));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a96_0x26f66d(0x11e);const NUDGE_SUPPRESSED_CODES=new Set([a96_0x26f66d(0x10b),a96_0x26f66d(0x111),'config_missing',a96_0x26f66d(0x10e),'unknown_command',a96_0x26f66d(0x100),'validation_error','network_error']),defaultWriter=_0x49baf0=>{const _0x47a0ed=a96_0x26f66d;process[_0x47a0ed(0x103)]['write'](_0x49baf0);};export function shouldNudgeForError(_0x3f55bd,_0x590cc9){const _0x38d2fe=a96_0x26f66d;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x590cc9[_0x38d2fe(0x11b)]==='issue'&&_0x590cc9['command']===_0x38d2fe(0x10a))return![];if(_0x3f55bd instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x38d2fe(0x11c)](_0x3f55bd[_0x38d2fe(0x11f)]);return!![];}export function printIssueReportNudgeForError(_0x589b62,_0x42a7c1,_0xef2d6a=defaultWriter){if(!shouldNudgeForError(_0x589b62,_0x42a7c1))return;const _0x33d086=buildSuggestedTitle(_0x589b62,_0x42a7c1);_0xef2d6a(formatNudge(_0x33d086));}function a96_0x5038(){const _0x1695d0=['\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','574038fiIhwf','not_in_project','1541071FFgWwm','2065656AoJtAj','auth_required','\x20\x20\x20\x20--title\x20\x22','\x20\x20Set\x20','trim','50600ywkZFd','command','\x20issue\x20report\x20\x5c','Hit\x20a\x20','\x22\x20\x5c','replace','service','has','length','RABETBASE_DISABLE_ISSUE_NUDGE','code','=1\x20to\x20silence\x20this\x20hint.','flag_missing','\x20bug?\x20Help\x20us\x20fix\x20it:','1762740pGAMjr','stderr','515409FnrGmo','message','10aBKCnX','join','1236576jRwFFt','5VyqyDc','report','cancelled'];a96_0x5038=function(){return _0x1695d0;};return a96_0x5038();}function a96_0x34fa(_0x3d9268,_0x4229cf){_0x3d9268=_0x3d9268-0x100;const _0x5038d8=a96_0x5038();let _0x34fa02=_0x5038d8[_0x3d9268];return _0x34fa02;}function buildSuggestedTitle(_0x763703,_0x5951c5){const _0x38afed=a96_0x26f66d,_0x2167e7=_0x763703 instanceof Error?_0x763703[_0x38afed(0x105)]:String(_0x763703),_0x5d101c=_0x2167e7['replace'](/[\r\n]+/g,'\x20')['replace'](/\s+/g,'\x20')[_0x38afed(0x114)]()['slice'](0x0,0x78)[_0x38afed(0x11a)](/"/g,'\x5c\x22'),_0x2f64ce=CLI_BIN_NAME+'\x20'+_0x5951c5[_0x38afed(0x11b)]+'\x20'+_0x5951c5[_0x38afed(0x116)];return _0x5d101c[_0x38afed(0x11d)]>0x0?_0x2f64ce+':\x20'+_0x5d101c:_0x2f64ce;}function formatNudge(_0x315f08){const _0x5c383e=a96_0x26f66d;return['',_0x5c383e(0x118)+CLI_BIN_NAME+_0x5c383e(0x101),'\x20\x20'+CLI_BIN_NAME+_0x5c383e(0x117),_0x5c383e(0x112)+_0x315f08+_0x5c383e(0x119),'\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22',_0x5c383e(0x10c),_0x5c383e(0x113)+NUDGE_OPT_OUT_ENV+_0x5c383e(0x120),''][_0x5c383e(0x107)]('\x0a');}
@@ -1 +1 @@
1
- const a97_0x333e7f=a97_0x46c3;(function(_0x141497,_0xd82e29){const _0x26d95a=a97_0x46c3,_0x16a242=_0x141497();while(!![]){try{const _0x1853d7=-parseInt(_0x26d95a(0x1a5))/0x1*(parseInt(_0x26d95a(0x19b))/0x2)+parseInt(_0x26d95a(0x187))/0x3*(-parseInt(_0x26d95a(0x1b8))/0x4)+parseInt(_0x26d95a(0x190))/0x5*(parseInt(_0x26d95a(0x193))/0x6)+parseInt(_0x26d95a(0x1a1))/0x7+-parseInt(_0x26d95a(0x1b6))/0x8*(parseInt(_0x26d95a(0x1a2))/0x9)+parseInt(_0x26d95a(0x1b5))/0xa+parseInt(_0x26d95a(0x1a4))/0xb;if(_0x1853d7===_0xd82e29)break;else _0x16a242['push'](_0x16a242['shift']());}catch(_0x3a1d7d){_0x16a242['push'](_0x16a242['shift']());}}}(a97_0x5544,0xcaef2));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';function a97_0x5544(){const _0x51e05b=['apiError','Failed\x20to\x20report\x20platform\x20issue:\x20','truncated','redactionKinds','issue.description_truncated','originalBytes','write','length','utf8','compress','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','Issue\x20description\x20file\x20is\x20empty:\x20','POST','description','11030200LkQcbo','7411512IxxYIY','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','4Hjjwce','One-line\x20issue\x20summary','trim','sanitize','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','title','Issue\x20description\x20cannot\x20be\x20empty.','otel://','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','description-file','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','1682664kVttSY','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','cwd','redactionCount','inline','validation','descriptionSource:\x20','push','File\x20not\x20found:\x20','25LvRYci','str','file','2478lMIvpB','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','join','flagMissing','string','\x20secret(s):\x20','issue.description_original_bytes','issue','97108lSZxkg','descriptionSource','descriptionFilePath','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','issue.description','issue.description_redactions','5723858JYAHbg','9ecglTP','\x20bytes','11296648PtpBJA','13VEyXyR','truncated:\x20original\x20'];a97_0x5544=function(){return _0x51e05b;};return a97_0x5544();}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_0x333e7f(0x185);function a97_0x46c3(_0x199c16,_0x30f023){_0x199c16=_0x199c16-0x184;const _0x55441c=a97_0x5544();let _0x46c3ee=_0x55441c[_0x199c16];return _0x46c3ee;}export const issueReport={'service':a97_0x333e7f(0x19a),'command':'report','description':a97_0x333e7f(0x1bc),'risk':a97_0x333e7f(0x1ad),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x333e7f(0x1b0),'flags':[{'name':'title','type':a97_0x333e7f(0x197),'required':!![],'description':a97_0x333e7f(0x1b9)},{'name':a97_0x333e7f(0x1b4),'type':'string','description':a97_0x333e7f(0x188)},{'name':DESCRIPTION_FILE_FLAG,'type':a97_0x333e7f(0x197),'description':a97_0x333e7f(0x194)}],async 'validate'(_0x221e5a){const _0x2b5d68=a97_0x333e7f,_0x43d749=_0x221e5a['str'](_0x2b5d68(0x1bd))[_0x2b5d68(0x1ba)](),_0x5a19fb=_0x221e5a[_0x2b5d68(0x191)]('description')['trim'](),_0x50c254=_0x221e5a[_0x2b5d68(0x191)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x43d749)throw CliErrors[_0x2b5d68(0x196)](_0x2b5d68(0x1bd),_0x2b5d68(0x1b7));const _0x272ed0=_0x5a19fb[_0x2b5d68(0x1ae)]>0x0,_0x4301a8=_0x50c254[_0x2b5d68(0x1ae)]>0x0;if(_0x272ed0===_0x4301a8)throw CliErrors[_0x2b5d68(0x18c)]('Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.',_0x2b5d68(0x184));if(_0x4301a8){const _0x33dd46=resolve(process[_0x2b5d68(0x189)](),_0x50c254);if(!existsSync(_0x33dd46))throw CliErrors[_0x2b5d68(0x18c)](_0x2b5d68(0x18f)+_0x33dd46);}},async 'dryRun'(_0x3b0c89){const _0xee7006=a97_0x333e7f,_0x771309=await prepareIssueReport(_0x3b0c89);return{'method':_0xee7006(0x1b3),'url':_0xee7006(0x1bf)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x771309[_0xee7006(0x1bd)],'issue.description':_0x771309[_0xee7006(0x1b4)],'issue.description_original_bytes':_0x771309[_0xee7006(0x1bb)][_0xee7006(0x1ac)],'issue.description_truncated':_0x771309[_0xee7006(0x1bb)][_0xee7006(0x1a9)],'issue.description_redactions':_0x771309[_0xee7006(0x1bb)]['redactionCount'],'issue.description_redaction_kinds':_0x771309[_0xee7006(0x1bb)][_0xee7006(0x1aa)][_0xee7006(0x195)](',')}},'description':['Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter',_0xee7006(0x18d)+_0x771309[_0xee7006(0x19c)],_0x771309[_0xee7006(0x19d)]?'descriptionFile:\x20'+_0x771309[_0xee7006(0x19d)]:null,_0x771309[_0xee7006(0x1bb)][_0xee7006(0x1a9)]?_0xee7006(0x1a6)+_0x771309[_0xee7006(0x1bb)]['originalBytes']+'\x20bytes':null,_0x771309[_0xee7006(0x1bb)]['redactionCount']>0x0?'redactions:\x20'+_0x771309[_0xee7006(0x1bb)][_0xee7006(0x18a)]+'\x20('+_0x771309[_0xee7006(0x1bb)][_0xee7006(0x1aa)][_0xee7006(0x195)](',\x20')+')':null]['filter'](Boolean)[_0xee7006(0x195)]('\x0a')};},async 'execute'(_0xbb9219){const _0xbb479f=a97_0x333e7f,_0x31d873=await prepareIssueReport(_0xbb9219);try{await sendPlatformIssueCollectLog({'title':_0x31d873['title'],'description':_0x31d873[_0xbb479f(0x1b4)],'sanitize':{'originalBytes':_0x31d873[_0xbb479f(0x1bb)][_0xbb479f(0x1ac)],'truncated':_0x31d873[_0xbb479f(0x1bb)][_0xbb479f(0x1a9)],'redactionCount':_0x31d873[_0xbb479f(0x1bb)]['redactionCount'],'redactionKinds':_0x31d873[_0xbb479f(0x1bb)]['redactionKinds']}});}catch(_0x4b25e6){throw CliErrors[_0xbb479f(0x1a7)](_0xbb479f(0x1a8)+(_0x4b25e6 instanceof Error?_0x4b25e6['message']:String(_0x4b25e6)),_0xbb479f(0x1b1));}return{'ok':!![],'message':buildResultMessage(_0x31d873[_0xbb479f(0x1bb)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':['issue.title',_0xbb479f(0x19f),_0xbb479f(0x199),_0xbb479f(0x1ab),_0xbb479f(0x1a0),'issue.description_redaction_kinds'],'issue':{'title':_0x31d873[_0xbb479f(0x1bd)],'descriptionLength':_0x31d873[_0xbb479f(0x1b4)][_0xbb479f(0x1ae)],'descriptionSource':_0x31d873[_0xbb479f(0x19c)],..._0x31d873[_0xbb479f(0x19d)]?{'descriptionFile':_0x31d873[_0xbb479f(0x19d)]}:{},'sanitize':{'originalBytes':_0x31d873[_0xbb479f(0x1bb)][_0xbb479f(0x1ac)],'truncated':_0x31d873['sanitize'][_0xbb479f(0x1a9)],'redactions':_0x31d873[_0xbb479f(0x1bb)][_0xbb479f(0x18a)],'redactionKinds':_0x31d873[_0xbb479f(0x1bb)]['redactionKinds']}}}};}};function buildResultMessage(_0x12bf1c){const _0x4aae71=a97_0x333e7f,_0x4c4079=[];return _0x12bf1c[_0x4aae71(0x1a9)]&&_0x4c4079[_0x4aae71(0x18e)]('truncated\x20from\x20'+_0x12bf1c[_0x4aae71(0x1ac)]+_0x4aae71(0x1a3)),_0x12bf1c[_0x4aae71(0x18a)]>0x0&&_0x4c4079[_0x4aae71(0x18e)]('redacted\x20'+_0x12bf1c[_0x4aae71(0x18a)]+_0x4aae71(0x198)+_0x12bf1c[_0x4aae71(0x1aa)]['join'](',\x20')),_0x4c4079[_0x4aae71(0x1ae)]===0x0?'Platform\x20issue\x20reported':'Platform\x20issue\x20reported\x20('+_0x4c4079[_0x4aae71(0x195)](';\x20')+')';}async function prepareIssueReport(_0x295d1b){const _0x109c00=a97_0x333e7f,_0xb64d85=_0x295d1b[_0x109c00(0x191)](_0x109c00(0x1bd))[_0x109c00(0x1ba)](),_0x53b113=_0x295d1b[_0x109c00(0x191)](_0x109c00(0x1b4)),_0x2ca72a=_0x295d1b[_0x109c00(0x191)](DESCRIPTION_FILE_FLAG)[_0x109c00(0x1ba)]();if(!_0x2ca72a){const _0x147792=_0x53b113;if(!_0x147792['trim']())throw CliErrors[_0x109c00(0x18c)](_0x109c00(0x1be),_0x109c00(0x186));const _0x47843a=sanitizeIssueDescription(_0x147792);return{'title':_0xb64d85,'description':_0x47843a[_0x109c00(0x1b4)],'descriptionSource':_0x109c00(0x18b),'sanitize':_0x47843a};}const _0x2252a8=resolve(process[_0x109c00(0x189)](),_0x2ca72a),_0x1d1bd5=await readFile(_0x2252a8,_0x109c00(0x1af));if(!_0x1d1bd5[_0x109c00(0x1ba)]())throw CliErrors[_0x109c00(0x18c)](_0x109c00(0x1b2)+_0x2252a8,_0x109c00(0x19e));const _0x335ea9=sanitizeIssueDescription(_0x1d1bd5);return{'title':_0xb64d85,'description':_0x335ea9[_0x109c00(0x1b4)],'descriptionSource':_0x109c00(0x192),'descriptionFilePath':_0x2252a8,'sanitize':_0x335ea9};}
1
+ function a97_0x2f09(){const _0x5dfb0d=['descriptionSource:\x20','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','Platform\x20issue\x20reported\x20(','\x20secret(s):\x20','descriptionFile:\x20','One-line\x20issue\x20summary','validation','3128752lacLah','Platform\x20issue\x20reported','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','issue.description','POST','sanitize','file','Issue\x20description\x20cannot\x20be\x20empty.','description-file','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','redactions:\x20','str','issue.description_truncated','apiError','Failed\x20to\x20report\x20platform\x20issue:\x20','issue.title','inline','issue.description_redaction_kinds','1684178OUUmNf','110BjjRJj','truncated','title','message','descriptionFilePath','3LpfSVm','\x20bytes','originalBytes','redactionKinds','Issue\x20description\x20file\x20is\x20empty:\x20','utf8','460656azuaOy','join','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','cwd','filter','descriptionSource','File\x20not\x20found:\x20','otel://','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','trim','length','compress','766759waPHEZ','redactionCount','truncated:\x20original\x20','36mLioYE','description','write','push','2712xCUNlJ','flagMissing','10674SpMqjy','2683700jnQNiB','issue','190542OfMzkQ','string'];a97_0x2f09=function(){return _0x5dfb0d;};return a97_0x2f09();}const a97_0x16c929=a97_0x2800;(function(_0x4412ec,_0x10b1d0){const _0x2e39fc=a97_0x2800,_0x4baf41=_0x4412ec();while(!![]){try{const _0x3d6feb=parseInt(_0x2e39fc(0x209))/0x1+-parseInt(_0x2e39fc(0x1fd))/0x2*(-parseInt(_0x2e39fc(0x203))/0x3)+-parseInt(_0x2e39fc(0x1eb))/0x4+-parseInt(_0x2e39fc(0x221))/0x5+-parseInt(_0x2e39fc(0x21a))/0x6*(-parseInt(_0x2e39fc(0x217))/0x7)+-parseInt(_0x2e39fc(0x21e))/0x8*(parseInt(_0x2e39fc(0x220))/0x9)+parseInt(_0x2e39fc(0x1fe))/0xa*(parseInt(_0x2e39fc(0x223))/0xb);if(_0x3d6feb===_0x10b1d0)break;else _0x4baf41['push'](_0x4baf41['shift']());}catch(_0x10640d){_0x4baf41['push'](_0x4baf41['shift']());}}}(a97_0x2f09,0x68dd7));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';import{sanitizeIssueDescription}from'../../commands/issue/shared.js';function a97_0x2800(_0x6eef1,_0x52c6e0){_0x6eef1=_0x6eef1-0x1e4;const _0x2f0909=a97_0x2f09();let _0x2800d8=_0x2f0909[_0x6eef1];return _0x2800d8;}import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG=a97_0x16c929(0x1f3);export const issueReport={'service':a97_0x16c929(0x222),'command':'report','description':'Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','risk':a97_0x16c929(0x21c),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x16c929(0x216),'flags':[{'name':a97_0x16c929(0x200),'type':a97_0x16c929(0x224),'required':!![],'description':a97_0x16c929(0x1e9)},{'name':a97_0x16c929(0x21b),'type':a97_0x16c929(0x224),'description':a97_0x16c929(0x1e5)},{'name':DESCRIPTION_FILE_FLAG,'type':a97_0x16c929(0x224),'description':'Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description'}],async 'validate'(_0x531511){const _0xbbed0=a97_0x16c929,_0x4b0691=_0x531511[_0xbbed0(0x1f6)](_0xbbed0(0x200))['trim'](),_0x2c3c99=_0x531511[_0xbbed0(0x1f6)]('description')[_0xbbed0(0x214)](),_0x354024=_0x531511[_0xbbed0(0x1f6)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x4b0691)throw CliErrors[_0xbbed0(0x21f)](_0xbbed0(0x200),_0xbbed0(0x1f4));const _0x2fd275=_0x2c3c99['length']>0x0,_0xb40df5=_0x354024[_0xbbed0(0x215)]>0x0;if(_0x2fd275===_0xb40df5)throw CliErrors[_0xbbed0(0x1ea)](_0xbbed0(0x211),_0xbbed0(0x20b));if(_0xb40df5){const _0x7976f=resolve(process[_0xbbed0(0x20c)](),_0x354024);if(!existsSync(_0x7976f))throw CliErrors[_0xbbed0(0x1ea)](_0xbbed0(0x20f)+_0x7976f);}},async 'dryRun'(_0x59032c){const _0xa2c6c6=a97_0x16c929,_0x3b593f=await prepareIssueReport(_0x59032c);return{'method':_0xa2c6c6(0x1ef),'url':_0xa2c6c6(0x210)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x3b593f[_0xa2c6c6(0x200)],'issue.description':_0x3b593f[_0xa2c6c6(0x21b)],'issue.description_original_bytes':_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x205)],'issue.description_truncated':_0x3b593f['sanitize'][_0xa2c6c6(0x1ff)],'issue.description_redactions':_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x218)],'issue.description_redaction_kinds':_0x3b593f[_0xa2c6c6(0x1f0)]['redactionKinds'][_0xa2c6c6(0x20a)](',')}},'description':[_0xa2c6c6(0x1ed),_0xa2c6c6(0x1e4)+_0x3b593f[_0xa2c6c6(0x20e)],_0x3b593f['descriptionFilePath']?_0xa2c6c6(0x1e8)+_0x3b593f[_0xa2c6c6(0x202)]:null,_0x3b593f['sanitize'][_0xa2c6c6(0x1ff)]?_0xa2c6c6(0x219)+_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x205)]+_0xa2c6c6(0x204):null,_0x3b593f['sanitize'][_0xa2c6c6(0x218)]>0x0?_0xa2c6c6(0x1f5)+_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x218)]+'\x20('+_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x206)][_0xa2c6c6(0x20a)](',\x20')+')':null][_0xa2c6c6(0x20d)](Boolean)['join']('\x0a')};},async 'execute'(_0x432dc2){const _0x403b30=a97_0x16c929,_0x2015c1=await prepareIssueReport(_0x432dc2);try{await sendPlatformIssueCollectLog({'title':_0x2015c1[_0x403b30(0x200)],'description':_0x2015c1[_0x403b30(0x21b)],'sanitize':{'originalBytes':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x205)],'truncated':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x1ff)],'redactionCount':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x218)],'redactionKinds':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x206)]}});}catch(_0x4851b2){throw CliErrors[_0x403b30(0x1f8)](_0x403b30(0x1f9)+(_0x4851b2 instanceof Error?_0x4851b2[_0x403b30(0x201)]:String(_0x4851b2)),_0x403b30(0x213));}return{'ok':!![],'message':buildResultMessage(_0x2015c1['sanitize']),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x403b30(0x1fa),_0x403b30(0x1ee),'issue.description_original_bytes',_0x403b30(0x1f7),'issue.description_redactions',_0x403b30(0x1fc)],'issue':{'title':_0x2015c1[_0x403b30(0x200)],'descriptionLength':_0x2015c1['description'][_0x403b30(0x215)],'descriptionSource':_0x2015c1['descriptionSource'],..._0x2015c1[_0x403b30(0x202)]?{'descriptionFile':_0x2015c1[_0x403b30(0x202)]}:{},'sanitize':{'originalBytes':_0x2015c1[_0x403b30(0x1f0)]['originalBytes'],'truncated':_0x2015c1['sanitize'][_0x403b30(0x1ff)],'redactions':_0x2015c1[_0x403b30(0x1f0)]['redactionCount'],'redactionKinds':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x206)]}}}};}};function buildResultMessage(_0x50c472){const _0x1c98dc=a97_0x16c929,_0x59ea5a=[];return _0x50c472[_0x1c98dc(0x1ff)]&&_0x59ea5a[_0x1c98dc(0x21d)]('truncated\x20from\x20'+_0x50c472[_0x1c98dc(0x205)]+'\x20bytes'),_0x50c472[_0x1c98dc(0x218)]>0x0&&_0x59ea5a[_0x1c98dc(0x21d)]('redacted\x20'+_0x50c472[_0x1c98dc(0x218)]+_0x1c98dc(0x1e7)+_0x50c472[_0x1c98dc(0x206)][_0x1c98dc(0x20a)](',\x20')),_0x59ea5a[_0x1c98dc(0x215)]===0x0?_0x1c98dc(0x1ec):_0x1c98dc(0x1e6)+_0x59ea5a[_0x1c98dc(0x20a)](';\x20')+')';}async function prepareIssueReport(_0x2203dd){const _0x43686d=a97_0x16c929,_0x1d6b5b=_0x2203dd[_0x43686d(0x1f6)](_0x43686d(0x200))[_0x43686d(0x214)](),_0x28326c=_0x2203dd[_0x43686d(0x1f6)](_0x43686d(0x21b)),_0x3dd704=_0x2203dd[_0x43686d(0x1f6)](DESCRIPTION_FILE_FLAG)[_0x43686d(0x214)]();if(!_0x3dd704){const _0x5755e4=_0x28326c;if(!_0x5755e4['trim']())throw CliErrors[_0x43686d(0x1ea)](_0x43686d(0x1f2),_0x43686d(0x212));const _0x58c9c4=sanitizeIssueDescription(_0x5755e4);return{'title':_0x1d6b5b,'description':_0x58c9c4[_0x43686d(0x21b)],'descriptionSource':_0x43686d(0x1fb),'sanitize':_0x58c9c4};}const _0x490ae1=resolve(process[_0x43686d(0x20c)](),_0x3dd704),_0x232843=await readFile(_0x490ae1,_0x43686d(0x208));if(!_0x232843[_0x43686d(0x214)]())throw CliErrors[_0x43686d(0x1ea)](_0x43686d(0x207)+_0x490ae1,'Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.');const _0x47be76=sanitizeIssueDescription(_0x232843);return{'title':_0x1d6b5b,'description':_0x47be76[_0x43686d(0x21b)],'descriptionSource':_0x43686d(0x1f1),'descriptionFilePath':_0x490ae1,'sanitize':_0x47be76};}
@@ -1 +1 @@
1
- function a98_0x475f(){const _0x551cbf=['length','cookie','max','2752260MhtWeD','590WWwvAD','label','private-key','subarray','203097IYKgSW','byteLength','25pLLoWy','838280ULFUNF','bearer-jwt','access-key','4xqWUNb','61566dhVNMx','9xjqlbf','REDACTED:cookie','8aVPbLI','13981EWYDVP','pattern','replace','302259LuCQwc','__RB_OSS_ID_','10764948zgZsxl','from','utf8','restore','REDACTED:bearer-jwt','REDACTED:authorization','slice','toString','push'];a98_0x475f=function(){return _0x551cbf;};return a98_0x475f();}function a98_0x5e9d(_0x27a121,_0x6f3204){_0x27a121=_0x27a121-0x91;const _0x475f7b=a98_0x475f();let _0x5e9dda=_0x475f7b[_0x27a121];return _0x5e9dda;}const a98_0x3544c8=a98_0x5e9d;(function(_0x1e3779,_0x2b29ef){const _0x368d29=a98_0x5e9d,_0x2de338=_0x1e3779();while(!![]){try{const _0x1f1de7=-parseInt(_0x368d29(0x99))/0x1*(parseInt(_0x368d29(0x9f))/0x2)+parseInt(_0x368d29(0xa7))/0x3*(parseInt(_0x368d29(0xa3))/0x4)+-parseInt(_0x368d29(0x9b))/0x5*(parseInt(_0x368d29(0xa0))/0x6)+-parseInt(_0x368d29(0x94))/0x7+-parseInt(_0x368d29(0x9c))/0x8*(parseInt(_0x368d29(0xa1))/0x9)+-parseInt(_0x368d29(0x95))/0xa*(-parseInt(_0x368d29(0xa4))/0xb)+parseInt(_0x368d29(0xa9))/0xc;if(_0x1f1de7===_0x2b29ef)break;else _0x2de338['push'](_0x2de338['shift']());}catch(_0x1d64ac){_0x2de338['push'](_0x2de338['shift']());}}}(a98_0x475f,0x353fe));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':a98_0x3544c8(0x92),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a98_0x3544c8(0xa2)},{'kind':'authorization','pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x3544c8(0xae)},{'kind':a98_0x3544c8(0x97),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':'REDACTED:private-key'},{'kind':a98_0x3544c8(0x9e),'pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':'REDACTED:access-key'},{'kind':'password','pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':'REDACTED:password'},{'kind':a98_0x3544c8(0x9d),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a98_0x3544c8(0xad)}];export function sanitizeIssueDescription(_0x2ed283){const _0x6e90ac=a98_0x3544c8,_0x1d7ad3=Buffer[_0x6e90ac(0x9a)](_0x2ed283,_0x6e90ac(0xab)),_0x3ce759=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0xee16da=_0x2ed283,_0x217945=0x0;const _0x4ec54d=[];if(!_0x3ce759){const _0x231e0f=protectOssAccessKeyIds(_0xee16da);_0xee16da=_0x231e0f['description'];for(const _0x5d29aa of REDACTION_RULES){let _0x4e6543=0x0;_0xee16da=_0xee16da[_0x6e90ac(0xa6)](_0x5d29aa[_0x6e90ac(0xa5)],(_0x48c77e,_0x59a2cc)=>{const _0x38d7e0=_0x6e90ac;_0x4e6543+=0x1;const _0x7d0c6d=typeof _0x59a2cc==='string'?_0x59a2cc:'';return _0x7d0c6d+'['+_0x5d29aa[_0x38d7e0(0x96)]+']';}),_0x4e6543>0x0&&(_0x217945+=_0x4e6543,!_0x4ec54d['includes'](_0x5d29aa['kind'])&&_0x4ec54d[_0x6e90ac(0xb1)](_0x5d29aa['kind']));}_0xee16da=_0x231e0f[_0x6e90ac(0xac)](_0xee16da);}let _0x3a2eda=![];if(Buffer['byteLength'](_0xee16da,'utf8')>ISSUE_DESCRIPTION_MAX_BYTES){_0x3a2eda=!![];const _0x229c31=Buffer['byteLength'](TRUNCATION_NOTICE,_0x6e90ac(0xab)),_0x16f4b4=Math[_0x6e90ac(0x93)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x229c31);_0xee16da=sliceUtf8Bytes(_0xee16da,_0x16f4b4)+TRUNCATION_NOTICE;}return{'description':_0xee16da,'originalBytes':_0x1d7ad3,'truncated':_0x3a2eda,'redactionCount':_0x217945,'redactionKinds':_0x4ec54d};}function protectOssAccessKeyIds(_0x27c2a0){const _0x227565=a98_0x3544c8,_0x2e21ae=[],_0x3f4a82=_0x27c2a0[_0x227565(0xa6)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x56045c,_0x10bbfb)=>{const _0x1ce1f3=_0x227565,_0x56e2a6=_0x2e21ae[_0x1ce1f3(0xb1)](_0x56045c[_0x1ce1f3(0xaf)](_0x10bbfb[_0x1ce1f3(0x91)]))-0x1;return _0x10bbfb+_0x1ce1f3(0xa8)+_0x56e2a6+'__';});return{'description':_0x3f4a82,'restore':_0x3f58a8=>_0x3f58a8[_0x227565(0xa6)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x5afd3a,_0x1d693d,_0x409616)=>{const _0x2eac67=_0x2e21ae[Number(_0x409616)];return _0x2eac67===undefined?_0x5afd3a:''+_0x1d693d+_0x2eac67;})};}function sliceUtf8Bytes(_0x83416f,_0x565d9d){const _0x2edf95=a98_0x3544c8;if(_0x565d9d<=0x0)return'';const _0x216432=Buffer[_0x2edf95(0xaa)](_0x83416f,_0x2edf95(0xab));if(_0x216432[_0x2edf95(0x9a)]<=_0x565d9d)return _0x83416f;let _0x59615a=_0x565d9d;while(_0x59615a>0x0){const _0x208eac=_0x216432[_0x59615a];if(_0x208eac===undefined||(_0x208eac&0xc0)!==0x80)break;_0x59615a-=0x1;}return _0x216432[_0x2edf95(0x98)](0x0,_0x59615a)[_0x2edf95(0xb0)]('utf8');}
1
+ function a98_0x460b(){const _0x306d7d=['228XobqBz','password','REDACTED:cookie','from','description','50kOUKtp','6697712hHUGFx','includes','REDACTED:password','REDACTED:bearer-jwt','bearer-jwt','140520BGneVM','private-key','kind','authorization','cookie','REDACTED:private-key','byteLength','1322536KHywZq','subarray','pattern','34670273SDglgh','slice','10uPhNdj','REDACTED:access-key','replace','push','toString','17424ZMiUVA','length','max','251510CSczPW','REDACTED:authorization','1386825vsLnjB','restore','utf8','72Puienn','__RB_OSS_ID_'];a98_0x460b=function(){return _0x306d7d;};return a98_0x460b();}const a98_0x1091ce=a98_0x38ef;(function(_0xff1e17,_0x2e35d2){const _0x4746dd=a98_0x38ef,_0x763b5=_0xff1e17();while(!![]){try{const _0x34f11d=parseInt(_0x4746dd(0x10f))/0x1+parseInt(_0x4746dd(0x114))/0x2*(-parseInt(_0x4746dd(0x10a))/0x3)+parseInt(_0x4746dd(0x11a))/0x4+parseInt(_0x4746dd(0x119))/0x5*(parseInt(_0x4746dd(0x11f))/0x6)+parseInt(_0x4746dd(0x10d))/0x7+parseInt(_0x4746dd(0x100))/0x8*(parseInt(_0x4746dd(0x112))/0x9)+parseInt(_0x4746dd(0x105))/0xa*(-parseInt(_0x4746dd(0x103))/0xb);if(_0x34f11d===_0x2e35d2)break;else _0x763b5['push'](_0x763b5['shift']());}catch(_0x1eec3a){_0x763b5['push'](_0x763b5['shift']());}}}(a98_0x460b,0xcd11c));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':a98_0x1091ce(0x123),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a98_0x1091ce(0x116)},{'kind':a98_0x1091ce(0x122),'pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x1091ce(0x10e)},{'kind':a98_0x1091ce(0x120),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a98_0x1091ce(0x124)},{'kind':'access-key','pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a98_0x1091ce(0x106)},{'kind':a98_0x1091ce(0x115),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a98_0x1091ce(0x11c)},{'kind':a98_0x1091ce(0x11e),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a98_0x1091ce(0x11d)}];export function sanitizeIssueDescription(_0xfed03e){const _0xb16f18=a98_0x1091ce,_0x1c8b31=Buffer['byteLength'](_0xfed03e,_0xb16f18(0x111)),_0x48b01e=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x4d0611=_0xfed03e,_0x3fe909=0x0;const _0x4d2738=[];if(!_0x48b01e){const _0x1259a3=protectOssAccessKeyIds(_0x4d0611);_0x4d0611=_0x1259a3[_0xb16f18(0x118)];for(const _0x3ff51e of REDACTION_RULES){let _0x392b84=0x0;_0x4d0611=_0x4d0611[_0xb16f18(0x107)](_0x3ff51e[_0xb16f18(0x102)],(_0x1382b7,_0x5123fc)=>{_0x392b84+=0x1;const _0x3a2a8e=typeof _0x5123fc==='string'?_0x5123fc:'';return _0x3a2a8e+'['+_0x3ff51e['label']+']';}),_0x392b84>0x0&&(_0x3fe909+=_0x392b84,!_0x4d2738[_0xb16f18(0x11b)](_0x3ff51e['kind'])&&_0x4d2738['push'](_0x3ff51e[_0xb16f18(0x121)]));}_0x4d0611=_0x1259a3[_0xb16f18(0x110)](_0x4d0611);}let _0x4dded5=![];if(Buffer[_0xb16f18(0xff)](_0x4d0611,_0xb16f18(0x111))>ISSUE_DESCRIPTION_MAX_BYTES){_0x4dded5=!![];const _0x334f1c=Buffer[_0xb16f18(0xff)](TRUNCATION_NOTICE,_0xb16f18(0x111)),_0x232831=Math[_0xb16f18(0x10c)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x334f1c);_0x4d0611=sliceUtf8Bytes(_0x4d0611,_0x232831)+TRUNCATION_NOTICE;}return{'description':_0x4d0611,'originalBytes':_0x1c8b31,'truncated':_0x4dded5,'redactionCount':_0x3fe909,'redactionKinds':_0x4d2738};}function a98_0x38ef(_0x44035b,_0x326316){_0x44035b=_0x44035b-0xff;const _0x460b85=a98_0x460b();let _0x38ef4c=_0x460b85[_0x44035b];return _0x38ef4c;}function protectOssAccessKeyIds(_0x595b3c){const _0xa6dfce=a98_0x1091ce,_0x15b615=[],_0xe96440=_0x595b3c[_0xa6dfce(0x107)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x583d73,_0x1cd861)=>{const _0x13eb21=_0xa6dfce,_0x385d09=_0x15b615[_0x13eb21(0x108)](_0x583d73[_0x13eb21(0x104)](_0x1cd861[_0x13eb21(0x10b)]))-0x1;return _0x1cd861+_0x13eb21(0x113)+_0x385d09+'__';});return{'description':_0xe96440,'restore':_0x3627ae=>_0x3627ae[_0xa6dfce(0x107)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x59905e,_0x2d5460,_0x292f57)=>{const _0x2d62de=_0x15b615[Number(_0x292f57)];return _0x2d62de===undefined?_0x59905e:''+_0x2d5460+_0x2d62de;})};}function sliceUtf8Bytes(_0x3d3b9e,_0x5ee18b){const _0x3bd1ff=a98_0x1091ce;if(_0x5ee18b<=0x0)return'';const _0xed69fa=Buffer[_0x3bd1ff(0x117)](_0x3d3b9e,_0x3bd1ff(0x111));if(_0xed69fa['byteLength']<=_0x5ee18b)return _0x3d3b9e;let _0x561821=_0x5ee18b;while(_0x561821>0x0){const _0x462217=_0xed69fa[_0x561821];if(_0x462217===undefined||(_0x462217&0xc0)!==0x80)break;_0x561821-=0x1;}return _0xed69fa[_0x3bd1ff(0x101)](0x0,_0x561821)[_0x3bd1ff(0x109)](_0x3bd1ff(0x111));}
@@ -1 +1 @@
1
- const a99_0x1b8c62=a99_0x5028;(function(_0x43b9e1,_0xcb2403){const _0x4fcf14=a99_0x5028,_0x3c8af6=_0x43b9e1();while(!![]){try{const _0x5d5696=parseInt(_0x4fcf14(0x185))/0x1*(parseInt(_0x4fcf14(0x17e))/0x2)+-parseInt(_0x4fcf14(0x17f))/0x3*(parseInt(_0x4fcf14(0x195))/0x4)+-parseInt(_0x4fcf14(0x17b))/0x5*(parseInt(_0x4fcf14(0x165))/0x6)+parseInt(_0x4fcf14(0x18d))/0x7*(parseInt(_0x4fcf14(0x186))/0x8)+-parseInt(_0x4fcf14(0x168))/0x9+-parseInt(_0x4fcf14(0x16d))/0xa*(-parseInt(_0x4fcf14(0x17a))/0xb)+-parseInt(_0x4fcf14(0x17c))/0xc*(-parseInt(_0x4fcf14(0x18f))/0xd);if(_0x5d5696===_0xcb2403)break;else _0x3c8af6['push'](_0x3c8af6['shift']());}catch(_0x33e82a){_0x3c8af6['push'](_0x3c8af6['shift']());}}}(a99_0x3fb0,0x99441));function a99_0x5028(_0x5f2c0f,_0x1fc1b1){_0x5f2c0f=_0x5f2c0f-0x163;const _0x3fb09f=a99_0x3fb0();let _0x5028c5=_0x3fb09f[_0x5f2c0f];return _0x5028c5;}import{createEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';function a99_0x3fb0(){const _0x397e79=['\x20for\x20','--file\x20is\x20required.','Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.','file','Created\x20company\x20knowledge\x20base\x20','\x20with\x20title\x20','7lUapLb','kb_create_outcome_unknown','78AxKIvr','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','company','contentHash','string','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20','2388YYBKRP','Company\x20knowledge\x20base\x20','\x20--format\x20compress`\x20before\x20choosing\x20update.','654gImSPs','Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.','Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.','3174741RYqpQu','title','cookie','length','rabetbase\x20kb\x20list\x20--title\x20','4470eXszxR','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','content','/admin/knowledge-base/create','high-risk-write','Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','str','\x20--format\x20compress','POST','stringify','byteSize','Knowledge-base\x20title','appCode','5291PfJVNG','31785DxmHbp','3081252FJPCXL','kb_file_required','6vWICKZ','4443ukDvRP','--title\x20is\x20required.','UTF-8\x20text\x20or\x20Markdown\x20content\x20file','create','kb_already_exists','kb_verification_failed','119902hyALko','3538056TJFtCG'];a99_0x3fb0=function(){return _0x397e79;};return a99_0x3fb0();}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_0x1b8c62(0x170);function readCreateInput(_0x57b821){const _0x2b2f16=a99_0x1b8c62,_0xd46724=_0x57b821[_0x2b2f16(0x173)](_0x2b2f16(0x169))['trim']();if(!_0xd46724)throw kbError('kb_title_required',_0x2b2f16(0x180));const _0x4c29b8=_0x57b821[_0x2b2f16(0x173)](_0x2b2f16(0x18a))['trim']();if(!_0x4c29b8)throw kbError(_0x2b2f16(0x17d),_0x2b2f16(0x188),_0x2b2f16(0x189));return{'title':_0xd46724,'file':_0x4c29b8};}async function prepareCreate(_0xa9e1ab){const _0x4f6a83=a99_0x1b8c62,_0xb6a2c6=readCreateInput(_0xa9e1ab),_0x2384ba=await readKbFile(_0xb6a2c6[_0x4f6a83(0x18a)]),_0x155698=await fetchAllCompanyKnowledgeBases(_0xa9e1ab,{'title':_0xb6a2c6[_0x4f6a83(0x169)]}),_0x3d9751=findExactCompanyKnowledgeBases(_0x155698,_0xa9e1ab['appCode'],_0xb6a2c6[_0x4f6a83(0x169)]);if(_0x3d9751[_0x4f6a83(0x16b)]>0x0)throw kbError(_0x4f6a83(0x183),'Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20'+_0xa9e1ab[_0x4f6a83(0x179)]+_0x4f6a83(0x18c)+_0xb6a2c6['title']+'.',_0x4f6a83(0x190)+_0x3d9751[0x0]['id']+_0x4f6a83(0x164));return{..._0xb6a2c6,'content':_0x2384ba};}function plannedAfter(_0x153cb1,_0x26470c){const _0x4f3c53=a99_0x1b8c62;return{'scope':_0x4f3c53(0x191),'appCode':_0x153cb1['appCode'],'title':_0x26470c[_0x4f3c53(0x169)],'contentByteSize':_0x26470c['content'][_0x4f3c53(0x177)],'contentHash':_0x26470c[_0x4f3c53(0x16f)][_0x4f3c53(0x192)]};}function verifyCreatedState(_0x335e6b,_0x20da43,_0x438484){const _0x3c62d2=a99_0x1b8c62;assertCompanyKnowledgeBase(_0x438484,_0x335e6b[_0x3c62d2(0x179)],_0x438484['id']);const _0x2f2bc6=inspectKbContent(_0x438484[_0x3c62d2(0x16f)]);if(_0x438484[_0x3c62d2(0x169)]!==_0x20da43[_0x3c62d2(0x169)]||_0x2f2bc6[_0x3c62d2(0x192)]!==_0x20da43['content'][_0x3c62d2(0x192)])throw kbError(_0x3c62d2(0x184),_0x3c62d2(0x163)+_0x438484['id']+'\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.',_0x3c62d2(0x16e)+_0x438484['id']+'\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.');return projectKb(_0x438484);}export const kbCreate={'service':'kb','command':a99_0x1b8c62(0x182),'description':a99_0x1b8c62(0x172),'risk':a99_0x1b8c62(0x171),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a99_0x1b8c62(0x169),'type':'string','required':!![],'description':a99_0x1b8c62(0x178)},{'name':'file','type':a99_0x1b8c62(0x193),'required':!![],'description':a99_0x1b8c62(0x181)}],async 'validate'(_0x5847a7){readCreateInput(_0x5847a7),requireKbExplicitYes(_0x5847a7);},async 'dryRun'(_0x3afed6){const _0x17df2c=a99_0x1b8c62,_0x433751=await prepareCreate(_0x3afed6);return asDryRunResult({'operation':_0x17df2c(0x182),'selector':{'scope':_0x17df2c(0x191),'appCode':_0x3afed6[_0x17df2c(0x179)],'title':_0x433751[_0x17df2c(0x169)]},'before':null,'after':plannedAfter(_0x3afed6,_0x433751),'dryRun':!![],'backend':{'method':_0x17df2c(0x175),'path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':_0x17df2c(0x16c)+JSON[_0x17df2c(0x176)](_0x433751[_0x17df2c(0x169)])+_0x17df2c(0x174)}},{'method':_0x17df2c(0x175),'url':CREATE_PATH});},async 'execute'(_0x2de022){const _0x3fe52a=a99_0x1b8c62;requireKbExplicitYes(_0x2de022);const _0x2633b2=await prepareCreate(_0x2de022);let _0x2e76ce,_0x42ed86=![];try{const _0x3f4df0=await createEnterpriseKnowledgeBase(_0x2de022[_0x3fe52a(0x16a)],{'appCode':_0x2de022['appCode'],'title':_0x2633b2[_0x3fe52a(0x169)],'content':_0x2633b2[_0x3fe52a(0x16f)][_0x3fe52a(0x16f)]});assertCompanyKnowledgeBase(_0x3f4df0,_0x2de022[_0x3fe52a(0x179)],_0x3f4df0['id']),_0x2e76ce=_0x3f4df0['id'];}catch(_0xefdd9c){if(!isPlatformTransportFailure(_0xefdd9c))throw _0xefdd9c;_0x42ed86=!![];}if(_0x2e76ce===undefined){const _0xb24a70=await verifyKbMutationReadback(_0x3fe52a(0x182),!![],()=>fetchAllCompanyKnowledgeBases(_0x2de022,{'title':_0x2633b2[_0x3fe52a(0x169)]})),_0xaeeeaa=findExactCompanyKnowledgeBases(_0xb24a70,_0x2de022['appCode'],_0x2633b2['title']);if(_0xaeeeaa[_0x3fe52a(0x16b)]!==0x1)throw kbError(_0x3fe52a(0x18e),_0x3fe52a(0x194)+_0xaeeeaa[_0x3fe52a(0x16b)]+'.',_0x3fe52a(0x166));_0x2e76ce=_0xaeeeaa[0x0]['id'];}const _0x516c2d=await verifyKbMutationReadback(_0x3fe52a(0x182),_0x42ed86,()=>requireKb(_0x2de022,_0x2e76ce)),_0x3c72f0=verifyCreatedState(_0x2de022,_0x2633b2,_0x516c2d),_0x449260=_0x42ed86?[_0x3fe52a(0x167)]:[];return{'ok':!![],'data':{'operation':_0x3fe52a(0x182),'selector':{'id':_0x3c72f0['id'],'scope':'company','appCode':_0x3c72f0['appCode']},'before':null,'after':_0x3c72f0,'dryRun':![],'backend':{'method':_0x3fe52a(0x175),'path':CREATE_PATH},'warnings':_0x449260,'verification':{'status':'verified','recoveredAfterUnknownResponse':_0x42ed86,'lookupCommand':'rabetbase\x20kb\x20detail\x20--id\x20'+_0x3c72f0['id']+_0x3fe52a(0x174)}},'message':_0x3fe52a(0x18b)+_0x3c72f0['id']+_0x3fe52a(0x187)+_0x3c72f0[_0x3fe52a(0x179)]};}};
1
+ const a99_0x4dc7a7=a99_0x56c5;(function(_0x364716,_0x4e8724){const _0x41b33f=a99_0x56c5,_0x3afe87=_0x364716();while(!![]){try{const _0x276e3e=-parseInt(_0x41b33f(0x14b))/0x1+parseInt(_0x41b33f(0x15c))/0x2+-parseInt(_0x41b33f(0x151))/0x3*(-parseInt(_0x41b33f(0x14a))/0x4)+parseInt(_0x41b33f(0x14f))/0x5*(-parseInt(_0x41b33f(0x147))/0x6)+-parseInt(_0x41b33f(0x14e))/0x7*(-parseInt(_0x41b33f(0x163))/0x8)+-parseInt(_0x41b33f(0x150))/0x9+-parseInt(_0x41b33f(0x15f))/0xa*(-parseInt(_0x41b33f(0x165))/0xb);if(_0x276e3e===_0x4e8724)break;else _0x3afe87['push'](_0x3afe87['shift']());}catch(_0x278101){_0x3afe87['push'](_0x3afe87['shift']());}}}(a99_0x2b33,0x1f97a));function a99_0x56c5(_0x2030b7,_0xa7221f){_0x2030b7=_0x2030b7-0x144;const _0x2b3309=a99_0x2b33();let _0x56c509=_0x2b3309[_0x2030b7];return _0x56c509;}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_0x4dc7a7(0x14c);function readCreateInput(_0x2f34d1){const _0x40d043=a99_0x4dc7a7,_0x4185b1=_0x2f34d1[_0x40d043(0x173)]('title')[_0x40d043(0x15a)]();if(!_0x4185b1)throw kbError(_0x40d043(0x171),_0x40d043(0x157));const _0x2951dc=_0x2f34d1[_0x40d043(0x173)]('file')[_0x40d043(0x15a)]();if(!_0x2951dc)throw kbError(_0x40d043(0x172),_0x40d043(0x167),'Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.');return{'title':_0x4185b1,'file':_0x2951dc};}async function prepareCreate(_0xa001bd){const _0x1c95e8=a99_0x4dc7a7,_0x38457b=readCreateInput(_0xa001bd),_0xd8e86e=await readKbFile(_0x38457b[_0x1c95e8(0x158)]),_0x129f39=await fetchAllCompanyKnowledgeBases(_0xa001bd,{'title':_0x38457b[_0x1c95e8(0x160)]}),_0x5ee299=findExactCompanyKnowledgeBases(_0x129f39,_0xa001bd[_0x1c95e8(0x161)],_0x38457b['title']);if(_0x5ee299[_0x1c95e8(0x149)]>0x0)throw kbError('kb_already_exists','Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20'+_0xa001bd[_0x1c95e8(0x161)]+_0x1c95e8(0x169)+_0x38457b[_0x1c95e8(0x160)]+'.',_0x1c95e8(0x144)+_0x5ee299[0x0]['id']+_0x1c95e8(0x156));return{..._0x38457b,'content':_0xd8e86e};}function plannedAfter(_0x2495f1,_0x1e9298){const _0x4b365b=a99_0x4dc7a7;return{'scope':_0x4b365b(0x146),'appCode':_0x2495f1[_0x4b365b(0x161)],'title':_0x1e9298[_0x4b365b(0x160)],'contentByteSize':_0x1e9298[_0x4b365b(0x166)][_0x4b365b(0x153)],'contentHash':_0x1e9298[_0x4b365b(0x166)][_0x4b365b(0x16d)]};}function a99_0x2b33(){const _0x2f7be0=['stringify','contentHash','kb_create_outcome_unknown','kb_verification_failed','POST','kb_title_required','kb_file_required','str','\x20--format\x20compress','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','rabetbase\x20kb\x20detail\x20--id\x20','company','42CtlmKB','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20','length','400988bjIpfd','68539pLlRuW','/admin/knowledge-base/create','cookie','203KDkHpa','12145ySTzZB','1012914RIFzPv','3BcBElM','string','byteSize','rabetbase\x20kb\x20list\x20--title\x20','Company\x20knowledge\x20base\x20','\x20--format\x20compress`\x20before\x20choosing\x20update.','--title\x20is\x20required.','file','verified','trim','Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','11864mjEsmh','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.','158740nxBkRP','title','appCode','high-risk-write','21640ftPtHV','\x20for\x20','99opIorY','content','--file\x20is\x20required.','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','\x20with\x20title\x20','UTF-8\x20text\x20or\x20Markdown\x20content\x20file','create'];a99_0x2b33=function(){return _0x2f7be0;};return a99_0x2b33();}function verifyCreatedState(_0x408bb6,_0x28188a,_0x2cfd75){const _0x31ea48=a99_0x4dc7a7;assertCompanyKnowledgeBase(_0x2cfd75,_0x408bb6[_0x31ea48(0x161)],_0x2cfd75['id']);const _0x519533=inspectKbContent(_0x2cfd75[_0x31ea48(0x166)]);if(_0x2cfd75[_0x31ea48(0x160)]!==_0x28188a[_0x31ea48(0x160)]||_0x519533[_0x31ea48(0x16d)]!==_0x28188a[_0x31ea48(0x166)][_0x31ea48(0x16d)])throw kbError(_0x31ea48(0x16f),_0x31ea48(0x155)+_0x2cfd75['id']+'\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.',_0x31ea48(0x15d)+_0x2cfd75['id']+_0x31ea48(0x168));return projectKb(_0x2cfd75);}export const kbCreate={'service':'kb','command':a99_0x4dc7a7(0x16b),'description':a99_0x4dc7a7(0x15b),'risk':a99_0x4dc7a7(0x162),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'title','type':a99_0x4dc7a7(0x152),'required':!![],'description':'Knowledge-base\x20title'},{'name':a99_0x4dc7a7(0x158),'type':a99_0x4dc7a7(0x152),'required':!![],'description':a99_0x4dc7a7(0x16a)}],async 'validate'(_0x2c1ee4){readCreateInput(_0x2c1ee4),requireKbExplicitYes(_0x2c1ee4);},async 'dryRun'(_0x5507dc){const _0x2738b8=a99_0x4dc7a7,_0x3739b8=await prepareCreate(_0x5507dc);return asDryRunResult({'operation':_0x2738b8(0x16b),'selector':{'scope':_0x2738b8(0x146),'appCode':_0x5507dc[_0x2738b8(0x161)],'title':_0x3739b8[_0x2738b8(0x160)]},'before':null,'after':plannedAfter(_0x5507dc,_0x3739b8),'dryRun':!![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':_0x2738b8(0x154)+JSON[_0x2738b8(0x16c)](_0x3739b8[_0x2738b8(0x160)])+_0x2738b8(0x174)}},{'method':_0x2738b8(0x170),'url':CREATE_PATH});},async 'execute'(_0x3c602c){const _0x251ac1=a99_0x4dc7a7;requireKbExplicitYes(_0x3c602c);const _0x36c79b=await prepareCreate(_0x3c602c);let _0x4e9e65,_0x38762b=![];try{const _0xe4f17e=await createEnterpriseKnowledgeBase(_0x3c602c[_0x251ac1(0x14d)],{'appCode':_0x3c602c[_0x251ac1(0x161)],'title':_0x36c79b[_0x251ac1(0x160)],'content':_0x36c79b[_0x251ac1(0x166)][_0x251ac1(0x166)]});assertCompanyKnowledgeBase(_0xe4f17e,_0x3c602c[_0x251ac1(0x161)],_0xe4f17e['id']),_0x4e9e65=_0xe4f17e['id'];}catch(_0x31a5b0){if(!isPlatformTransportFailure(_0x31a5b0))throw _0x31a5b0;_0x38762b=!![];}if(_0x4e9e65===undefined){const _0x5b1445=await verifyKbMutationReadback('create',!![],()=>fetchAllCompanyKnowledgeBases(_0x3c602c,{'title':_0x36c79b['title']})),_0x10b70a=findExactCompanyKnowledgeBases(_0x5b1445,_0x3c602c[_0x251ac1(0x161)],_0x36c79b[_0x251ac1(0x160)]);if(_0x10b70a[_0x251ac1(0x149)]!==0x1)throw kbError(_0x251ac1(0x16e),_0x251ac1(0x148)+_0x10b70a[_0x251ac1(0x149)]+'.','Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.');_0x4e9e65=_0x10b70a[0x0]['id'];}const _0x54f738=await verifyKbMutationReadback(_0x251ac1(0x16b),_0x38762b,()=>requireKb(_0x3c602c,_0x4e9e65)),_0x4cea36=verifyCreatedState(_0x3c602c,_0x36c79b,_0x54f738),_0x5c1cde=_0x38762b?[_0x251ac1(0x15e)]:[];return{'ok':!![],'data':{'operation':_0x251ac1(0x16b),'selector':{'id':_0x4cea36['id'],'scope':_0x251ac1(0x146),'appCode':_0x4cea36['appCode']},'before':null,'after':_0x4cea36,'dryRun':![],'backend':{'method':_0x251ac1(0x170),'path':CREATE_PATH},'warnings':_0x5c1cde,'verification':{'status':_0x251ac1(0x159),'recoveredAfterUnknownResponse':_0x38762b,'lookupCommand':_0x251ac1(0x145)+_0x4cea36['id']+_0x251ac1(0x174)}},'message':'Created\x20company\x20knowledge\x20base\x20'+_0x4cea36['id']+_0x251ac1(0x164)+_0x4cea36[_0x251ac1(0x161)]};}};
@@ -1 +1 @@
1
- const a100_0x26d623=a100_0x9777;function a100_0xe557(){const _0xec8c33=['POST','17407yRsjZS','Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','kb_expected_version_invalid','isSafeInteger','286315JqKGPh','verified','48sRndTd','5218392gjwKfh','cookie','kb_delete_outcome_unknown','\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made','Company\x20knowledge\x20base\x20','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','company','Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version','expected-version','28CkMjLp','600801mwYWIb','flag','\x20remains\x20readable\x20after\x20delete.','number','unshift','rabetbase\x20kb\x20detail\x20--id\x20','delete','4771674BFthYp','\x20--format\x20compress','/admin/knowledge-base/delete','1859828dESaLK','already_absent','--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.','snapshotHash','3701873CVnedU','Company\x20knowledge-base\x20id','appCode','Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.'];a100_0xe557=function(){return _0xec8c33;};return a100_0xe557();}(function(_0x4fc664,_0x108ce6){const _0xc449c5=a100_0x9777,_0x3124b0=_0x4fc664();while(!![]){try{const _0x1ab364=parseInt(_0xc449c5(0x1f2))/0x1*(-parseInt(_0xc449c5(0x202))/0x2)+-parseInt(_0xc449c5(0x203))/0x3+-parseInt(_0xc449c5(0x1e9))/0x4+parseInt(_0xc449c5(0x1f6))/0x5*(-parseInt(_0xc449c5(0x1f8))/0x6)+parseInt(_0xc449c5(0x1ed))/0x7+parseInt(_0xc449c5(0x1f9))/0x8+parseInt(_0xc449c5(0x20a))/0x9;if(_0x1ab364===_0x108ce6)break;else _0x3124b0['push'](_0x3124b0['shift']());}catch(_0x51eb35){_0x3124b0['push'](_0x3124b0['shift']());}}}(a100_0xe557,0x540ea));import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH=a100_0x26d623(0x1e8),RAG_WARNING=a100_0x26d623(0x1f0),NON_ATOMIC_WARNING='--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.';function readExpectedVersion(_0x4eba3e){const _0x43c3ca=a100_0x26d623,_0x2205ba=_0x4eba3e[_0x43c3ca(0x204)](_0x43c3ca(0x201));if(_0x2205ba===undefined)return undefined;const _0x32a741=Number(_0x2205ba);if(!Number[_0x43c3ca(0x1f5)](_0x32a741)||_0x32a741<0x0)throw kbError(_0x43c3ca(0x1f4),_0x43c3ca(0x1eb));return _0x32a741;}function noOpData(_0x1f806a,_0x59c672,_0x1dde99){const _0x2fe090=a100_0x26d623;return{'operation':'no_op','selector':{'id':_0x59c672,'scope':_0x2fe090(0x1ff),'appCode':_0x1f806a[_0x2fe090(0x1ef)]},'before':null,'after':null,'dryRun':_0x1dde99,'deleteCalled':![],'backend':{'method':_0x2fe090(0x1f1),'path':DELETE_PATH},'warnings':[],'verification':{'status':_0x2fe090(0x1ea),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}function a100_0x9777(_0xabcb23,_0x50c558){_0xabcb23=_0xabcb23-0x1e7;const _0xe5576a=a100_0xe557();let _0x9777f4=_0xe5576a[_0xabcb23];return _0x9777f4;}export const kbDelete={'service':'kb','command':a100_0x26d623(0x209),'description':a100_0x26d623(0x1f3),'risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':'number','required':!![],'description':a100_0x26d623(0x1ee)},{'name':a100_0x26d623(0x201),'type':a100_0x26d623(0x206),'required':![],'description':a100_0x26d623(0x200)}],async 'validate'(_0xb94e82){readKbId(_0xb94e82),readExpectedVersion(_0xb94e82),requireKbExplicitYes(_0xb94e82);},async 'dryRun'(_0x40d3f9){const _0x18a705=a100_0x26d623,_0x23b545=readKbId(_0x40d3f9),_0x5d388f=readExpectedVersion(_0x40d3f9),_0x11ad0f=await getKbOrNull(_0x40d3f9,_0x23b545);if(!_0x11ad0f)return asDryRunResult(noOpData(_0x40d3f9,_0x23b545,!![]),{'method':_0x18a705(0x1f1),'url':DELETE_PATH});assertExpectedKbVersion(_0x11ad0f,_0x5d388f);const _0x3cb4ba=projectKb(_0x11ad0f),_0x242026=[RAG_WARNING];if(_0x5d388f!==undefined)_0x242026[_0x18a705(0x207)](NON_ATOMIC_WARNING);return asDryRunResult({'operation':'delete','selector':{'id':_0x3cb4ba['id'],'scope':_0x18a705(0x1ff),'appCode':_0x3cb4ba[_0x18a705(0x1ef)]},'before':_0x3cb4ba,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':_0x18a705(0x1f1),'path':DELETE_PATH},'warnings':_0x242026,'verification':{'expectedVersion':_0x5d388f??null,'atomicCompareAndSet':![],'snapshotHash':_0x3cb4ba[_0x18a705(0x1ec)],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x18a705(0x208)+_0x3cb4ba['id']+'\x20--format\x20compress'}},{'method':_0x18a705(0x1f1),'url':DELETE_PATH});},async 'execute'(_0x1952d1){const _0x47fc4f=a100_0x26d623;requireKbExplicitYes(_0x1952d1);const _0x3517d2=readKbId(_0x1952d1),_0x44b2a3=readExpectedVersion(_0x1952d1),_0x901510=await getKbOrNull(_0x1952d1,_0x3517d2);if(!_0x901510)return{'ok':!![],'data':noOpData(_0x1952d1,_0x3517d2,![]),'message':_0x47fc4f(0x1fd)+_0x3517d2+_0x47fc4f(0x1fc)};assertExpectedKbVersion(_0x901510,_0x44b2a3);const _0x17d814=projectKb(_0x901510);let _0x165455=![];try{await deleteEnterpriseKnowledgeBase(_0x1952d1[_0x47fc4f(0x1fa)],_0x3517d2);}catch(_0x11e213){if(!isPlatformTransportFailure(_0x11e213))throw _0x11e213;_0x165455=!![];}const _0x12ab89=await verifyKbMutationReadback(_0x47fc4f(0x209),_0x165455,()=>getKbOrNull(_0x1952d1,_0x3517d2));if(_0x12ab89)throw kbError(_0x165455?_0x47fc4f(0x1fb):'kb_verification_failed','Company\x20knowledge\x20base\x20'+_0x3517d2+_0x47fc4f(0x205),'Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20'+_0x3517d2+_0x47fc4f(0x1fe));const _0x54e79d=[RAG_WARNING];if(_0x44b2a3!==undefined)_0x54e79d[_0x47fc4f(0x207)](NON_ATOMIC_WARNING);return _0x165455&&_0x54e79d[_0x47fc4f(0x207)]('Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.'),{'ok':!![],'data':{'operation':'delete','selector':{'id':_0x17d814['id'],'scope':_0x47fc4f(0x1ff),'appCode':_0x17d814['appCode']},'before':_0x17d814,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':_0x47fc4f(0x1f1),'path':DELETE_PATH},'warnings':_0x54e79d,'verification':{'status':_0x47fc4f(0x1f7),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x165455,'lookupCommand':_0x47fc4f(0x208)+_0x17d814['id']+_0x47fc4f(0x1e7)}},'message':'Soft-deleted\x20company\x20knowledge\x20base\x20'+_0x17d814['id']};}};
1
+ const a100_0x5665bb=a100_0x4ed8;(function(_0x5d9c82,_0x92ee9c){const _0x34befb=a100_0x4ed8,_0x5716df=_0x5d9c82();while(!![]){try{const _0x69ba51=-parseInt(_0x34befb(0xcf))/0x1*(-parseInt(_0x34befb(0xc7))/0x2)+-parseInt(_0x34befb(0xbb))/0x3*(parseInt(_0x34befb(0xce))/0x4)+-parseInt(_0x34befb(0xca))/0x5+-parseInt(_0x34befb(0xb4))/0x6*(parseInt(_0x34befb(0xc8))/0x7)+-parseInt(_0x34befb(0xc3))/0x8+parseInt(_0x34befb(0xc6))/0x9*(parseInt(_0x34befb(0xb3))/0xa)+parseInt(_0x34befb(0xcb))/0xb;if(_0x69ba51===_0x92ee9c)break;else _0x5716df['push'](_0x5716df['shift']());}catch(_0x5adcd2){_0x5716df['push'](_0x5716df['shift']());}}}(a100_0x39cc,0xd593f));import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH='/admin/knowledge-base/delete',RAG_WARNING=a100_0x5665bb(0xbe),NON_ATOMIC_WARNING=a100_0x5665bb(0xb1);function readExpectedVersion(_0x3eebb6){const _0x520375=a100_0x5665bb,_0x426621=_0x3eebb6[_0x520375(0xbf)](_0x520375(0xc4));if(_0x426621===undefined)return undefined;const _0x1044f2=Number(_0x426621);if(!Number['isSafeInteger'](_0x1044f2)||_0x1044f2<0x0)throw kbError('kb_expected_version_invalid','--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.');return _0x1044f2;}function noOpData(_0x8f9ac7,_0x3684fb,_0x5eda7a){const _0xc3e10d=a100_0x5665bb;return{'operation':_0xc3e10d(0xc2),'selector':{'id':_0x3684fb,'scope':_0xc3e10d(0xbc),'appCode':_0x8f9ac7[_0xc3e10d(0xcc)]},'before':null,'after':null,'dryRun':_0x5eda7a,'deleteCalled':![],'backend':{'method':_0xc3e10d(0xc0),'path':DELETE_PATH},'warnings':[],'verification':{'status':_0xc3e10d(0xcd),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}function a100_0x4ed8(_0x18baf9,_0x439de0){_0x18baf9=_0x18baf9-0xb1;const _0x39cc09=a100_0x39cc();let _0x4ed8e1=_0x39cc09[_0x18baf9];return _0x4ed8e1;}export const kbDelete={'service':'kb','command':'delete','description':a100_0x5665bb(0xb5),'risk':a100_0x5665bb(0xc5),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a100_0x5665bb(0xc9),'required':!![],'description':a100_0x5665bb(0xba)},{'name':a100_0x5665bb(0xc4),'type':'number','required':![],'description':'Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version'}],async 'validate'(_0x2aa087){readKbId(_0x2aa087),readExpectedVersion(_0x2aa087),requireKbExplicitYes(_0x2aa087);},async 'dryRun'(_0x58eeb7){const _0x357dc1=a100_0x5665bb,_0x486839=readKbId(_0x58eeb7),_0x40e18e=readExpectedVersion(_0x58eeb7),_0x19d9ee=await getKbOrNull(_0x58eeb7,_0x486839);if(!_0x19d9ee)return asDryRunResult(noOpData(_0x58eeb7,_0x486839,!![]),{'method':'POST','url':DELETE_PATH});assertExpectedKbVersion(_0x19d9ee,_0x40e18e);const _0x6acbed=projectKb(_0x19d9ee),_0x3788de=[RAG_WARNING];if(_0x40e18e!==undefined)_0x3788de[_0x357dc1(0xbd)](NON_ATOMIC_WARNING);return asDryRunResult({'operation':'delete','selector':{'id':_0x6acbed['id'],'scope':'company','appCode':_0x6acbed[_0x357dc1(0xcc)]},'before':_0x6acbed,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':_0x357dc1(0xc0),'path':DELETE_PATH},'warnings':_0x3788de,'verification':{'expectedVersion':_0x40e18e??null,'atomicCompareAndSet':![],'snapshotHash':_0x6acbed[_0x357dc1(0xb7)],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x357dc1(0xb8)+_0x6acbed['id']+_0x357dc1(0xb2)}},{'method':_0x357dc1(0xc0),'url':DELETE_PATH});},async 'execute'(_0x53f93d){const _0x97054d=a100_0x5665bb;requireKbExplicitYes(_0x53f93d);const _0x2432ed=readKbId(_0x53f93d),_0x548c68=readExpectedVersion(_0x53f93d),_0x46cc57=await getKbOrNull(_0x53f93d,_0x2432ed);if(!_0x46cc57)return{'ok':!![],'data':noOpData(_0x53f93d,_0x2432ed,![]),'message':'Company\x20knowledge\x20base\x20'+_0x2432ed+'\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made'};assertExpectedKbVersion(_0x46cc57,_0x548c68);const _0x45f175=projectKb(_0x46cc57);let _0x34a3cb=![];try{await deleteEnterpriseKnowledgeBase(_0x53f93d['cookie'],_0x2432ed);}catch(_0x487253){if(!isPlatformTransportFailure(_0x487253))throw _0x487253;_0x34a3cb=!![];}const _0x5344d4=await verifyKbMutationReadback(_0x97054d(0xb9),_0x34a3cb,()=>getKbOrNull(_0x53f93d,_0x2432ed));if(_0x5344d4)throw kbError(_0x34a3cb?_0x97054d(0xc1):_0x97054d(0xb6),'Company\x20knowledge\x20base\x20'+_0x2432ed+'\x20remains\x20readable\x20after\x20delete.','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20'+_0x2432ed+_0x97054d(0xd0));const _0x14e71c=[RAG_WARNING];if(_0x548c68!==undefined)_0x14e71c[_0x97054d(0xbd)](NON_ATOMIC_WARNING);return _0x34a3cb&&_0x14e71c[_0x97054d(0xbd)]('Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.'),{'ok':!![],'data':{'operation':_0x97054d(0xb9),'selector':{'id':_0x45f175['id'],'scope':_0x97054d(0xbc),'appCode':_0x45f175[_0x97054d(0xcc)]},'before':_0x45f175,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':_0x97054d(0xc0),'path':DELETE_PATH},'warnings':_0x14e71c,'verification':{'status':'verified','databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x34a3cb,'lookupCommand':'rabetbase\x20kb\x20detail\x20--id\x20'+_0x45f175['id']+_0x97054d(0xb2)}},'message':'Soft-deleted\x20company\x20knowledge\x20base\x20'+_0x45f175['id']};}};function a100_0x39cc(){const _0x8ad98a=['7203440cjvtJw','8907678XvaMGS','Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','kb_verification_failed','snapshotHash','rabetbase\x20kb\x20detail\x20--id\x20','delete','Company\x20knowledge-base\x20id','2194845KaDmjf','company','unshift','Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.','flag','POST','kb_delete_outcome_unknown','no_op','9453904NAzooN','expected-version','high-risk-write','18xwYuxx','29738pTgKWW','7xFSSvR','number','241760KbPTlr','14511200wJVVoc','appCode','already_absent','4VisoWj','105sxqhrF','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.','\x20--format\x20compress'];a100_0x39cc=function(){return _0x8ad98a;};return a100_0x39cc();}
@@ -1 +1 @@
1
- function a101_0x4855(_0x4c5798,_0x196ddd){_0x4c5798=_0x4c5798-0xfc;const _0x28cbe9=a101_0x28cb();let _0x4855a6=_0x28cbe9[_0x4c5798];return _0x4855a6;}const a101_0x538dda=a101_0x4855;function a101_0x28cb(){const _0x46ea3a=['4147506obemMH','103527dIETxT','number','5292176pezHcA','3071712jAqQsb','330910NDawlf','Company\x20knowledge-base\x20id','6KNCkgM','68EdQOLw','Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','17786hjKCfr','29ViqQCV','14363790DvThiO'];a101_0x28cb=function(){return _0x46ea3a;};return a101_0x28cb();}(function(_0x2107f7,_0xd1249c){const _0x2c755a=a101_0x4855,_0x5601d4=_0x2107f7();while(!![]){try{const _0xbc8b56=-parseInt(_0x2c755a(0x101))/0x1*(parseInt(_0x2c755a(0x100))/0x2)+parseInt(_0x2c755a(0x104))/0x3*(parseInt(_0x2c755a(0xfe))/0x4)+-parseInt(_0x2c755a(0x108))/0x5*(parseInt(_0x2c755a(0xfd))/0x6)+parseInt(_0x2c755a(0x107))/0x7+parseInt(_0x2c755a(0x106))/0x8+parseInt(_0x2c755a(0x103))/0x9+-parseInt(_0x2c755a(0x102))/0xa;if(_0xbc8b56===_0xd1249c)break;else _0x5601d4['push'](_0x5601d4['shift']());}catch(_0x5e87e8){_0x5601d4['push'](_0x5601d4['shift']());}}}(a101_0x28cb,0x5e927));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';export const kbDetail={'service':'kb','command':'detail','description':a101_0x538dda(0xff),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a101_0x538dda(0x105),'required':!![],'description':a101_0x538dda(0xfc)}],async 'validate'(_0x4565a0){readKbId(_0x4565a0);},async 'execute'(_0x2457e9){const _0x571658=readKbId(_0x2457e9),_0x3eb7fc=await requireKb(_0x2457e9,_0x571658);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x3eb7fc)},'message':'Loaded\x20company\x20knowledge\x20base\x20'+_0x571658};}};
1
+ const a101_0x27a039=a101_0x28a0;(function(_0x47c8ad,_0x95e9e0){const _0x5d6346=a101_0x28a0,_0x40cc38=_0x47c8ad();while(!![]){try{const _0x5bce61=-parseInt(_0x5d6346(0x10b))/0x1+-parseInt(_0x5d6346(0x10e))/0x2*(parseInt(_0x5d6346(0x108))/0x3)+-parseInt(_0x5d6346(0x105))/0x4*(parseInt(_0x5d6346(0x109))/0x5)+parseInt(_0x5d6346(0x110))/0x6+-parseInt(_0x5d6346(0x104))/0x7*(-parseInt(_0x5d6346(0x113))/0x8)+-parseInt(_0x5d6346(0x10a))/0x9*(-parseInt(_0x5d6346(0x106))/0xa)+parseInt(_0x5d6346(0x10c))/0xb*(parseInt(_0x5d6346(0x107))/0xc);if(_0x5bce61===_0x95e9e0)break;else _0x40cc38['push'](_0x40cc38['shift']());}catch(_0x181077){_0x40cc38['push'](_0x40cc38['shift']());}}}(a101_0x3e47,0xdda46));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';function a101_0x3e47(){const _0x35a38c=['Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','372858rBDGkJ','Company\x20knowledge-base\x20id','5146440KwHpxM','detail','Loaded\x20company\x20knowledge\x20base\x20','4856Wyzalk','13979cSdrau','104492aPkmxX','152990RFuoDw','84HZGwRu','15vxdkqT','100SKjtLH','369eoDqjm','1342006oAVHaZ','1582867ErfiCt'];a101_0x3e47=function(){return _0x35a38c;};return a101_0x3e47();}function a101_0x28a0(_0x437a4d,_0x1678c8){_0x437a4d=_0x437a4d-0x104;const _0x3e4792=a101_0x3e47();let _0x28a0d1=_0x3e4792[_0x437a4d];return _0x28a0d1;}export const kbDetail={'service':'kb','command':a101_0x27a039(0x111),'description':a101_0x27a039(0x10d),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':'number','required':!![],'description':a101_0x27a039(0x10f)}],async 'validate'(_0x494b89){readKbId(_0x494b89);},async 'execute'(_0x131456){const _0x5c979a=a101_0x27a039,_0x51bf8c=readKbId(_0x131456),_0x42512d=await requireKb(_0x131456,_0x51bf8c);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x42512d)},'message':_0x5c979a(0x112)+_0x51bf8c};}};
@@ -1 +1 @@
1
- (function(_0x2a81c3,_0xd045cf){const _0x11f966=a102_0x7871,_0x5ca006=_0x2a81c3();while(!![]){try{const _0x43fe3c=-parseInt(_0x11f966(0x79))/0x1*(-parseInt(_0x11f966(0x78))/0x2)+parseInt(_0x11f966(0x77))/0x3+-parseInt(_0x11f966(0x7d))/0x4+parseInt(_0x11f966(0x7c))/0x5+parseInt(_0x11f966(0x7b))/0x6+parseInt(_0x11f966(0x7e))/0x7+-parseInt(_0x11f966(0x7a))/0x8;if(_0x43fe3c===_0xd045cf)break;else _0x5ca006['push'](_0x5ca006['shift']());}catch(_0x1c874a){_0x5ca006['push'](_0x5ca006['shift']());}}}(a102_0x3eca,0x6ec96));function a102_0x7871(_0x26ff18,_0x488fb7){_0x26ff18=_0x26ff18-0x77;const _0x3eca13=a102_0x3eca();let _0x78711e=_0x3eca13[_0x26ff18];return _0x78711e;}import{kbList}from'../../commands/kb/list.js';import{kbDetail}from'../../commands/kb/detail.js';import{kbCreate}from'../../commands/kb/create.js';import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];function a102_0x3eca(){const _0x25a375=['11922152mTNRjo','4547910FprDNL','3237290hLxwqs','1052148UKbSVF','4299575ounIrf','1995odXQsH','10jswVEx','37351csOqbS'];a102_0x3eca=function(){return _0x25a375;};return a102_0x3eca();}
1
+ (function(_0x4b70e9,_0x3a99f5){const _0x4fac5f=a102_0x511d,_0x4d989=_0x4b70e9();while(!![]){try{const _0x539e62=parseInt(_0x4fac5f(0xc8))/0x1+parseInt(_0x4fac5f(0xca))/0x2*(-parseInt(_0x4fac5f(0xc2))/0x3)+parseInt(_0x4fac5f(0xc5))/0x4*(parseInt(_0x4fac5f(0xcb))/0x5)+-parseInt(_0x4fac5f(0xc6))/0x6*(parseInt(_0x4fac5f(0xc4))/0x7)+parseInt(_0x4fac5f(0xc1))/0x8+-parseInt(_0x4fac5f(0xc7))/0x9*(parseInt(_0x4fac5f(0xc9))/0xa)+parseInt(_0x4fac5f(0xc3))/0xb*(-parseInt(_0x4fac5f(0xc0))/0xc);if(_0x539e62===_0x3a99f5)break;else _0x4d989['push'](_0x4d989['shift']());}catch(_0x1f22ad){_0x4d989['push'](_0x4d989['shift']());}}}(a102_0x1c47,0xd9190));import{kbList}from'../../commands/kb/list.js';import{kbDetail}from'../../commands/kb/detail.js';function a102_0x1c47(){const _0x50f928=['2035FMkWln','4475569bikEnz','4TxVJha','6hbqhKx','21564fGmGkp','873771PntCyP','1400RJdlwW','26998ydVkAz','8260510foMdbX','30012RqufyE','6182232OqGDzJ','216WdQheo'];a102_0x1c47=function(){return _0x50f928;};return a102_0x1c47();}function a102_0x511d(_0x2bb8d3,_0x3b669f){_0x2bb8d3=_0x2bb8d3-0xc0;const _0x1c4722=a102_0x1c47();let _0x511db2=_0x1c4722[_0x2bb8d3];return _0x511db2;}import{kbCreate}from'../../commands/kb/create.js';import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];
@@ -1 +1 @@
1
- const a103_0x5e3afa=a103_0x1c41;(function(_0x22e1a5,_0x5b1e87){const _0x71c443=a103_0x1c41,_0x57b83d=_0x22e1a5();while(!![]){try{const _0x4447b3=-parseInt(_0x71c443(0x14f))/0x1*(-parseInt(_0x71c443(0x156))/0x2)+parseInt(_0x71c443(0x162))/0x3+parseInt(_0x71c443(0x161))/0x4*(-parseInt(_0x71c443(0x153))/0x5)+-parseInt(_0x71c443(0x15c))/0x6*(parseInt(_0x71c443(0x155))/0x7)+parseInt(_0x71c443(0x152))/0x8+parseInt(_0x71c443(0x15f))/0x9*(-parseInt(_0x71c443(0x158))/0xa)+parseInt(_0x71c443(0x164))/0xb;if(_0x4447b3===_0x5b1e87)break;else _0x57b83d['push'](_0x57b83d['shift']());}catch(_0x58bd97){_0x57b83d['push'](_0x57b83d['shift']());}}}(a103_0x1668,0x8e877));import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';function a103_0x1c41(_0x35638e,_0x415353){_0x35638e=_0x35638e-0x14f;const _0x1668da=a103_0x1668();let _0x1c4172=_0x1668da[_0x35638e];return _0x1c4172;}function a103_0x1668(){const _0x46aab9=['24785byBzno','map','1985081oVQrqA','974SDyklW','Filter\x20by\x20knowledge-base\x20title','863560ZoNxHi','\x20company\x20knowledge\x20base(s)\x20for\x20','str','read','6JbmGYg','title','appCode','54TwHVJd','trim','884SyJiZa','3140241fHvdXU','length','12061148FxhUig','565sijxAU','Found\x20','List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','501160NVuyvX'];a103_0x1668=function(){return _0x46aab9;};return a103_0x1668();}export const kbList={'service':'kb','command':'list','description':a103_0x5e3afa(0x151),'risk':a103_0x5e3afa(0x15b),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':a103_0x5e3afa(0x15d),'type':'string','required':![],'description':a103_0x5e3afa(0x157)}],async 'execute'(_0x2d0014){const _0x2aaf9b=a103_0x5e3afa,_0x397247=_0x2d0014[_0x2aaf9b(0x15a)](_0x2aaf9b(0x15d))[_0x2aaf9b(0x160)](),_0x1d8efe=await fetchAllCompanyKnowledgeBases(_0x2d0014,{..._0x397247?{'title':_0x397247}:{}}),_0x17f60c=_0x1d8efe[_0x2aaf9b(0x154)](projectKb);return{'ok':!![],'data':{'total':_0x17f60c[_0x2aaf9b(0x163)],'knowledgeBases':_0x17f60c},'message':_0x2aaf9b(0x150)+_0x17f60c[_0x2aaf9b(0x163)]+_0x2aaf9b(0x159)+_0x2d0014[_0x2aaf9b(0x15e)]};}};
1
+ const a103_0x34a337=a103_0x5c23;(function(_0x9fc831,_0x24c538){const _0x32261e=a103_0x5c23,_0x57c62c=_0x9fc831();while(!![]){try{const _0x364b06=parseInt(_0x32261e(0x1da))/0x1*(-parseInt(_0x32261e(0x1e1))/0x2)+-parseInt(_0x32261e(0x1dd))/0x3+-parseInt(_0x32261e(0x1e0))/0x4*(-parseInt(_0x32261e(0x1d6))/0x5)+parseInt(_0x32261e(0x1de))/0x6+parseInt(_0x32261e(0x1d8))/0x7*(-parseInt(_0x32261e(0x1d7))/0x8)+-parseInt(_0x32261e(0x1dc))/0x9+parseInt(_0x32261e(0x1d9))/0xa;if(_0x364b06===_0x24c538)break;else _0x57c62c['push'](_0x57c62c['shift']());}catch(_0x2b23df){_0x57c62c['push'](_0x57c62c['shift']());}}}(a103_0x3ddc,0x5f112));function a103_0x3ddc(){const _0x8a48f0=['152220lLinrW','1448HyUYXr','25459TEHnsU','14079260FdljXC','1Xnnpvs','map','3263859FxOrSJ','995295FRfLGd','1788054nqIJXl','length','16qqaFRE','171208AbnyDm','trim','read','Found\x20','str','string','title'];a103_0x3ddc=function(){return _0x8a48f0;};return a103_0x3ddc();}import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';function a103_0x5c23(_0x4b655e,_0x157d8b){_0x4b655e=_0x4b655e-0x1d6;const _0x3ddc14=a103_0x3ddc();let _0x5c230d=_0x3ddc14[_0x4b655e];return _0x5c230d;}export const kbList={'service':'kb','command':'list','description':'List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','risk':a103_0x34a337(0x1e3),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'title','type':a103_0x34a337(0x1e6),'required':![],'description':'Filter\x20by\x20knowledge-base\x20title'}],async 'execute'(_0x8ed7e9){const _0x23451e=a103_0x34a337,_0x30e00d=_0x8ed7e9[_0x23451e(0x1e5)](_0x23451e(0x1e7))[_0x23451e(0x1e2)](),_0x502735=await fetchAllCompanyKnowledgeBases(_0x8ed7e9,{..._0x30e00d?{'title':_0x30e00d}:{}}),_0x3f0a1c=_0x502735[_0x23451e(0x1db)](projectKb);return{'ok':!![],'data':{'total':_0x3f0a1c[_0x23451e(0x1df)],'knowledgeBases':_0x3f0a1c},'message':_0x23451e(0x1e4)+_0x3f0a1c[_0x23451e(0x1df)]+'\x20company\x20knowledge\x20base(s)\x20for\x20'+_0x8ed7e9['appCode']};}};