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

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 (264) 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/add.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/logs/index.js +1 -1
  102. package/lib/commands/menu/asset-update.js +1 -1
  103. package/lib/commands/menu/delete.js +1 -1
  104. package/lib/commands/menu/external-link-create.js +1 -1
  105. package/lib/commands/menu/external-link-update.js +1 -1
  106. package/lib/commands/menu/group-create.js +1 -1
  107. package/lib/commands/menu/group-update.js +1 -1
  108. package/lib/commands/menu/index.js +1 -1
  109. package/lib/commands/menu/list.js +1 -1
  110. package/lib/commands/menu/move.js +1 -1
  111. package/lib/commands/menu/regroup-start.js +1 -1
  112. package/lib/commands/menu/rename.js +1 -0
  113. package/lib/commands/menu/shared/compare-table.js +1 -1
  114. package/lib/commands/menu/shared/delete-plan.js +1 -1
  115. package/lib/commands/menu/shared/facts.js +1 -1
  116. package/lib/commands/menu/shared/index.js +1 -1
  117. package/lib/commands/menu/shared/inquirer.js +1 -1
  118. package/lib/commands/menu/shared/local-pages.js +1 -1
  119. package/lib/commands/menu/shared/logic.js +1 -1
  120. package/lib/commands/menu/shared/mutations.js +1 -1
  121. package/lib/commands/menu/shared/service.js +1 -1
  122. package/lib/commands/menu/shared/sync-core.js +1 -1
  123. package/lib/commands/menu/shared/update-core.js +1 -1
  124. package/lib/commands/menu/shared/valid-url.js +1 -1
  125. package/lib/commands/menu/sync.js +1 -1
  126. package/lib/commands/notification/config-list.js +1 -1
  127. package/lib/commands/notification/index.js +1 -1
  128. package/lib/commands/ocr/index.js +1 -1
  129. package/lib/commands/page/generate-start.js +1 -1
  130. package/lib/commands/page/generate-status.js +1 -1
  131. package/lib/commands/page/index.js +1 -1
  132. package/lib/commands/page/pull.js +1 -1
  133. package/lib/commands/page/push.js +1 -1
  134. package/lib/commands/page/relation-audit.js +1 -1
  135. package/lib/commands/page/restore.js +1 -1
  136. package/lib/commands/page/shared.js +1 -1
  137. package/lib/commands/page/standard-page-status.js +1 -1
  138. package/lib/commands/page/sync.js +1 -1
  139. package/lib/commands/permit/index.js +1 -1
  140. package/lib/commands/permit/page-get.js +1 -1
  141. package/lib/commands/permit/page-set.js +1 -1
  142. package/lib/commands/permit/role-apis-set.js +1 -1
  143. package/lib/commands/permit/role-menus-set.js +1 -1
  144. package/lib/commands/permit/role-menus.js +1 -1
  145. package/lib/commands/permit/shared.js +1 -1
  146. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  147. package/lib/commands/project/create/format-elapsed.js +1 -1
  148. package/lib/commands/project/create/main.js +1 -1
  149. package/lib/commands/project/create/non-interactive.js +1 -1
  150. package/lib/commands/project/create/project-template-path.js +1 -1
  151. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  152. package/lib/commands/project/create/use-format-code.js +1 -1
  153. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  154. package/lib/commands/project/index.js +1 -1
  155. package/lib/commands/project/init.js +1 -1
  156. package/lib/commands/project/upgrade.js +1 -1
  157. package/lib/commands/registry.js +1 -1
  158. package/lib/commands/role/create.js +1 -1
  159. package/lib/commands/role/delete.js +1 -1
  160. package/lib/commands/role/detail.js +1 -1
  161. package/lib/commands/role/index.js +1 -1
  162. package/lib/commands/role/list.js +1 -1
  163. package/lib/commands/role/shared.js +1 -1
  164. package/lib/commands/role/update.js +1 -1
  165. package/lib/commands/role/user-add.js +1 -1
  166. package/lib/commands/role/user-remove.js +1 -1
  167. package/lib/commands/role/user-resolve.js +1 -1
  168. package/lib/commands/run/index.js +1 -1
  169. package/lib/commands/schema.js +1 -1
  170. package/lib/commands/sql/create.js +1 -1
  171. package/lib/commands/sql/delete.js +1 -1
  172. package/lib/commands/sql/detail.js +1 -1
  173. package/lib/commands/sql/exec.js +1 -1
  174. package/lib/commands/sql/index.js +1 -1
  175. package/lib/commands/sql/list.js +1 -1
  176. package/lib/commands/sql/pull.js +1 -1
  177. package/lib/commands/sql/push.js +1 -1
  178. package/lib/commands/sql/save.js +1 -1
  179. package/lib/commands/sql/shared.js +1 -1
  180. package/lib/commands/sql/status.js +1 -1
  181. package/lib/commands/sql/validate.js +1 -1
  182. package/lib/commands/task/index.js +1 -1
  183. package/lib/commands/task/status.js +1 -1
  184. package/lib/commands/workspace/add.js +1 -1
  185. package/lib/commands/workspace/index.js +1 -1
  186. package/lib/commands/workspace/remove.js +1 -1
  187. package/lib/config/schema.js +1 -1
  188. package/lib/constant/cdn.js +1 -1
  189. package/lib/constant/cli.js +1 -1
  190. package/lib/constant/defaults.js +1 -1
  191. package/lib/constant/domain.js +1 -1
  192. package/lib/constant/env.js +1 -1
  193. package/lib/constant/output.js +1 -1
  194. package/lib/constant/paths.js +1 -1
  195. package/lib/constant/risk.js +1 -1
  196. package/lib/context/app-resolver.js +1 -1
  197. package/lib/context/auth-resolver.js +1 -1
  198. package/lib/context/config-loader.js +1 -1
  199. package/lib/context.js +1 -1
  200. package/lib/core/alias-resolver.js +1 -1
  201. package/lib/core/api-client.js +1 -1
  202. package/lib/core/bff/config.js +1 -1
  203. package/lib/core/bff/file-system.js +1 -1
  204. package/lib/core/bff/hash.js +1 -1
  205. package/lib/core/bff/lock.js +1 -1
  206. package/lib/core/bff/utils.js +1 -1
  207. package/lib/core/db-resolver.js +1 -1
  208. package/lib/core/page/file-system.js +1 -1
  209. package/lib/core/page/hash.js +1 -1
  210. package/lib/core/page/lock.js +1 -1
  211. package/lib/core/sql-index-auditor.js +1 -1
  212. package/lib/core/sql-sync/config.js +1 -1
  213. package/lib/core/sql-sync/file-system.js +1 -1
  214. package/lib/core/sql-sync/hash.js +1 -1
  215. package/lib/core/sql-sync/lock.js +1 -1
  216. package/lib/core/sql-sync/utils.js +1 -1
  217. package/lib/core/sql-validator.js +1 -1
  218. package/lib/errors.js +1 -1
  219. package/lib/framework/build-all-flags.js +1 -1
  220. package/lib/framework/error-output.js +1 -1
  221. package/lib/framework/explicit-yes.js +1 -1
  222. package/lib/framework/flags.js +1 -1
  223. package/lib/framework/help.js +1 -1
  224. package/lib/framework/index.js +1 -1
  225. package/lib/framework/output.js +1 -1
  226. package/lib/framework/response.js +1 -1
  227. package/lib/framework/runner-alias.js +1 -1
  228. package/lib/framework/runner.js +1 -1
  229. package/lib/framework/schema-export.js +1 -1
  230. package/lib/framework/types.js +1 -1
  231. package/lib/generated/build-info.js +1 -1
  232. package/lib/help.js +1 -1
  233. package/lib/skills/main.js +1 -1
  234. package/lib/skills/npx-skills-add.js +1 -1
  235. package/lib/telemetry/cli-command-trace.js +1 -1
  236. package/lib/telemetry/cli-help-trace.js +1 -1
  237. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  238. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  239. package/lib/telemetry/send-cli-trace-log.js +1 -1
  240. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  241. package/lib/utils/ai_config.js +1 -1
  242. package/lib/utils/apply-jq-filter.js +1 -1
  243. package/lib/utils/cdn-config.js +1 -1
  244. package/lib/utils/check-sdk-version.js +1 -1
  245. package/lib/utils/cli-version-check.js +1 -1
  246. package/lib/utils/cli-version-policy.js +1 -1
  247. package/lib/utils/config.js +1 -1
  248. package/lib/utils/copy-directory.js +1 -1
  249. package/lib/utils/entity-with-id.js +1 -1
  250. package/lib/utils/file-utils.js +1 -1
  251. package/lib/utils/guides-cdn.js +1 -1
  252. package/lib/utils/http-client.js +1 -1
  253. package/lib/utils/is-non-interactive.js +1 -1
  254. package/lib/utils/logger.js +1 -1
  255. package/lib/utils/params.js +1 -1
  256. package/lib/utils/platform.js +1 -1
  257. package/lib/utils/rules-cdn.js +1 -1
  258. package/lib/utils/sleep.js +1 -1
  259. package/lib/utils/template-replacer.js +1 -1
  260. package/lib/utils/update-notice.js +1 -1
  261. package/lib/utils/version.js +1 -1
  262. package/lib/utils/with-active-cookie.js +1 -1
  263. package/lib/utils/write-cli-side-channel.js +1 -1
  264. package/package.json +1 -1
@@ -1 +1 @@
1
- const a92_0x2841cf=a92_0x79d1;(function(_0x3afcbd,_0x40e383){const _0x480fc7=a92_0x79d1,_0x594de9=_0x3afcbd();while(!![]){try{const _0x282cab=-parseInt(_0x480fc7(0x1da))/0x1*(parseInt(_0x480fc7(0x1db))/0x2)+-parseInt(_0x480fc7(0x1e3))/0x3+parseInt(_0x480fc7(0x1cf))/0x4+parseInt(_0x480fc7(0x1c7))/0x5*(-parseInt(_0x480fc7(0x1de))/0x6)+parseInt(_0x480fc7(0x1d4))/0x7+-parseInt(_0x480fc7(0x1d7))/0x8+parseInt(_0x480fc7(0x1d0))/0x9;if(_0x282cab===_0x40e383)break;else _0x594de9['push'](_0x594de9['shift']());}catch(_0x5adbfe){_0x594de9['push'](_0x594de9['shift']());}}}(a92_0x396e,0x9af85));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a92_0x396e(){const _0x2993e2=['Updated\x20db\x20link\x20','dburl','dbDesc','838350zRhAoT','string','dbparam','has','POST','str','num','9865mRpgGS','New\x20username','Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','username','New\x20description','dbUrl','validation','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','3216588hQILOw','11184579FjyNSu','trim','write','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','2053744DsbHAi','New\x20database\x20name','dbdesc','5620856HzIUHP','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','425533pGcONg','2zYOAKs','dbname','New\x20connection\x20parameter\x20string','906YxmCvN','password'];a92_0x396e=function(){return _0x2993e2;};return a92_0x396e();}function a92_0x79d1(_0x45332f,_0x3a2518){_0x45332f=_0x45332f-0x1c3;const _0x396ea4=a92_0x396e();let _0x79d1b4=_0x396ea4[_0x45332f];return _0x79d1b4;}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(['******','[redacted]']);function mergeDbLinkUpdate(_0xf958ed,_0x3212c8){const _0x14b903=a92_0x79d1,_0x49745b={..._0xf958ed},_0x451819=_0x3212c8[_0x14b903(0x1c5)]('password');if(_0x451819&&MASKED_PASSWORD_VALUES[_0x14b903(0x1c3)](_0x451819))throw CliErrors['validation']('--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.');if(!_0x451819&&MASKED_PASSWORD_VALUES[_0x14b903(0x1c3)](String(_0xf958ed[_0x14b903(0x1df)]??'')))throw CliErrors[_0x14b903(0x1cd)](_0x14b903(0x1d9));const _0x4e249d=_0x3212c8['str'](_0x14b903(0x1dc));if(_0x4e249d)_0x49745b['dbName']=_0x4e249d;const _0x2119e0=_0x3212c8[_0x14b903(0x1c5)](_0x14b903(0x1e1));if(_0x2119e0)_0x49745b[_0x14b903(0x1cc)]=_0x2119e0[_0x14b903(0x1d1)]();const _0x5cb511=_0x3212c8['str']('username');if(_0x5cb511)_0x49745b['username']=_0x5cb511;if(_0x451819)_0x49745b[_0x14b903(0x1df)]=_0x451819;const _0x4b220a=_0x3212c8[_0x14b903(0x1c5)]('dbparam');if(_0x4b220a)_0x49745b['dbParam']=_0x4b220a;const _0x3b7c3c=_0x3212c8['str'](_0x14b903(0x1d6));if(_0x3b7c3c)_0x49745b[_0x14b903(0x1e2)]=_0x3b7c3c;return _0x49745b;}export const dbUpdate={'service':'db','command':'update','description':a92_0x2841cf(0x1c9),'risk':a92_0x2841cf(0x1d2),'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a92_0x2841cf(0x1dc),'type':'string','description':a92_0x2841cf(0x1d5)},{'name':a92_0x2841cf(0x1e1),'type':a92_0x2841cf(0x1e4),'description':'New\x20host:port'},{'name':a92_0x2841cf(0x1ca),'type':a92_0x2841cf(0x1e4),'description':a92_0x2841cf(0x1c8)},{'name':a92_0x2841cf(0x1df),'type':a92_0x2841cf(0x1e4),'description':a92_0x2841cf(0x1d3)},{'name':a92_0x2841cf(0x1e5),'type':a92_0x2841cf(0x1e4),'description':a92_0x2841cf(0x1dd)},{'name':'dbdesc','type':a92_0x2841cf(0x1e4),'description':a92_0x2841cf(0x1cb)}],async 'validate'(_0x5bca10){const _0x571f7f=a92_0x2841cf,_0x1469d0=_0x5bca10[_0x571f7f(0x1c5)](_0x571f7f(0x1e1));if(_0x1469d0&&!validateDbUrl(_0x1469d0['trim']()))throw CliErrors['validation'](_0x571f7f(0x1d8)+_0x1469d0+'\x22');},async 'dryRun'(_0x38df27){const _0x517033=a92_0x2841cf,_0x57f759=_0x38df27[_0x517033(0x1c6)]('id'),_0x22c81e=await getDbLinkInfo(_0x57f759),_0x5b4670=mergeDbLinkUpdate(_0x22c81e,_0x38df27),_0x535d7b=sanitizeDbLinkForOutput(_0x5b4670);return{'method':_0x517033(0x1c4),'url':'/smartapi/dblink/update','body':_0x535d7b,'description':_0x517033(0x1ce)};},async 'execute'(_0xfce181){const _0x27a702=a92_0x2841cf,_0x13089f=_0xfce181[_0x27a702(0x1c6)]('id'),_0x17fd6e=await getDbLinkInfo(_0x13089f),_0x2e87d9=mergeDbLinkUpdate(_0x17fd6e,_0xfce181),{id:_0x9e3a7d,entity:_0x457316}=normalizeEntityWithIdResponse(await updateDbLink(_0x2e87d9));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x457316),'message':_0x27a702(0x1e0)+(_0x9e3a7d??_0x13089f)};}};
1
+ const a92_0x31ce41=a92_0x58d5;(function(_0x74bd3e,_0x43181a){const _0x3fb459=a92_0x58d5,_0x26f27a=_0x74bd3e();while(!![]){try{const _0x228b22=parseInt(_0x3fb459(0x1bc))/0x1+-parseInt(_0x3fb459(0x1b5))/0x2*(parseInt(_0x3fb459(0x1a2))/0x3)+parseInt(_0x3fb459(0x1a1))/0x4+-parseInt(_0x3fb459(0x1a5))/0x5+parseInt(_0x3fb459(0x1b0))/0x6*(-parseInt(_0x3fb459(0x1c2))/0x7)+parseInt(_0x3fb459(0x1b3))/0x8+parseInt(_0x3fb459(0x19e))/0x9;if(_0x228b22===_0x43181a)break;else _0x26f27a['push'](_0x26f27a['shift']());}catch(_0x997914){_0x26f27a['push'](_0x26f27a['shift']());}}}(a92_0x29bb,0xc4a45));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';import{sanitizeDbLinkForOutput,validateDbUrl}from'../../commands/db/shared.js';import{normalizeEntityWithIdResponse}from'../../utils/entity-with-id.js';function a92_0x58d5(_0x56c6ba,_0x24063f){_0x56c6ba=_0x56c6ba-0x19b;const _0x29bbc3=a92_0x29bb();let _0x58d5d6=_0x29bbc3[_0x56c6ba];return _0x58d5d6;}const MASKED_PASSWORD_VALUES=new Set([a92_0x31ce41(0x1a6),a92_0x31ce41(0x1a3)]);function a92_0x29bb(){const _0x3b115f=['dbdesc','dbDesc','POST','dbParam','trim','New\x20host:port','string','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','New\x20database\x20name','552MFagjR','username','Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','9390112QlUJjH','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','14KKoDsB','dbparam','password','str','Updated\x20db\x20link\x20','write','--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.','257887WcWxLh','has','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','dbName','validation','New\x20connection\x20parameter\x20string','106078MJyYgC','dbname','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','num','24751296ehmNuS','dbUrl','dburl','2246744MZTAof','475713HvlDfF','[redacted]','New\x20description','7169355jJcJMj','******'];a92_0x29bb=function(){return _0x3b115f;};return a92_0x29bb();}function mergeDbLinkUpdate(_0x531a8d,_0x3c23b5){const _0x338af7=a92_0x31ce41,_0x1a1e32={..._0x531a8d},_0x5477af=_0x3c23b5[_0x338af7(0x1b8)](_0x338af7(0x1b7));if(_0x5477af&&MASKED_PASSWORD_VALUES[_0x338af7(0x1bd)](_0x5477af))throw CliErrors[_0x338af7(0x1c0)](_0x338af7(0x1bb));if(!_0x5477af&&MASKED_PASSWORD_VALUES[_0x338af7(0x1bd)](String(_0x531a8d[_0x338af7(0x1b7)]??'')))throw CliErrors['validation'](_0x338af7(0x1b4));const _0x45df74=_0x3c23b5[_0x338af7(0x1b8)](_0x338af7(0x19b));if(_0x45df74)_0x1a1e32[_0x338af7(0x1bf)]=_0x45df74;const _0x5de0ce=_0x3c23b5[_0x338af7(0x1b8)](_0x338af7(0x1a0));if(_0x5de0ce)_0x1a1e32[_0x338af7(0x19f)]=_0x5de0ce['trim']();const _0x934171=_0x3c23b5[_0x338af7(0x1b8)]('username');if(_0x934171)_0x1a1e32[_0x338af7(0x1b1)]=_0x934171;if(_0x5477af)_0x1a1e32['password']=_0x5477af;const _0x455be1=_0x3c23b5[_0x338af7(0x1b8)](_0x338af7(0x1b6));if(_0x455be1)_0x1a1e32[_0x338af7(0x1aa)]=_0x455be1;const _0x594de4=_0x3c23b5[_0x338af7(0x1b8)](_0x338af7(0x1a7));if(_0x594de4)_0x1a1e32[_0x338af7(0x1a8)]=_0x594de4;return _0x1a1e32;}export const dbUpdate={'service':'db','command':'update','description':a92_0x31ce41(0x1b2),'risk':a92_0x31ce41(0x1ba),'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a92_0x31ce41(0x19b),'type':a92_0x31ce41(0x1ad),'description':a92_0x31ce41(0x1af)},{'name':a92_0x31ce41(0x1a0),'type':a92_0x31ce41(0x1ad),'description':a92_0x31ce41(0x1ac)},{'name':a92_0x31ce41(0x1b1),'type':a92_0x31ce41(0x1ad),'description':'New\x20username'},{'name':a92_0x31ce41(0x1b7),'type':a92_0x31ce41(0x1ad),'description':a92_0x31ce41(0x1ae)},{'name':a92_0x31ce41(0x1b6),'type':a92_0x31ce41(0x1ad),'description':a92_0x31ce41(0x1c1)},{'name':a92_0x31ce41(0x1a7),'type':'string','description':a92_0x31ce41(0x1a4)}],async 'validate'(_0x26293e){const _0x4836f7=a92_0x31ce41,_0x1c618e=_0x26293e[_0x4836f7(0x1b8)]('dburl');if(_0x1c618e&&!validateDbUrl(_0x1c618e[_0x4836f7(0x1ab)]()))throw CliErrors[_0x4836f7(0x1c0)](_0x4836f7(0x19c)+_0x1c618e+'\x22');},async 'dryRun'(_0x27dac9){const _0x54bad7=a92_0x31ce41,_0x53e22f=_0x27dac9[_0x54bad7(0x19d)]('id'),_0x3f6d7f=await getDbLinkInfo(_0x53e22f),_0x5086b5=mergeDbLinkUpdate(_0x3f6d7f,_0x27dac9),_0x5d5361=sanitizeDbLinkForOutput(_0x5086b5);return{'method':_0x54bad7(0x1a9),'url':'/smartapi/dblink/update','body':_0x5d5361,'description':_0x54bad7(0x1be)};},async 'execute'(_0x3532e6){const _0x29f3a4=a92_0x31ce41,_0x535f56=_0x3532e6[_0x29f3a4(0x19d)]('id'),_0x2d5b28=await getDbLinkInfo(_0x535f56),_0x157d43=mergeDbLinkUpdate(_0x2d5b28,_0x3532e6),{id:_0x395c8c,entity:_0x1dd0cc}=normalizeEntityWithIdResponse(await updateDbLink(_0x157d43));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x1dd0cc),'message':_0x29f3a4(0x1b9)+(_0x395c8c??_0x535f56)};}};
@@ -1 +1 @@
1
- const a93_0x1412e9=a93_0x188e;(function(_0x4941c8,_0x28cd98){const _0x15dd73=a93_0x188e,_0x19e549=_0x4941c8();while(!![]){try{const _0x57deb1=parseInt(_0x15dd73(0x8c))/0x1+-parseInt(_0x15dd73(0xbe))/0x2+-parseInt(_0x15dd73(0xb4))/0x3*(parseInt(_0x15dd73(0x97))/0x4)+parseInt(_0x15dd73(0xae))/0x5+-parseInt(_0x15dd73(0x93))/0x6+parseInt(_0x15dd73(0x90))/0x7+parseInt(_0x15dd73(0x76))/0x8*(parseInt(_0x15dd73(0x7d))/0x9);if(_0x57deb1===_0x28cd98)break;else _0x19e549['push'](_0x19e549['shift']());}catch(_0x401c3f){_0x19e549['push'](_0x19e549['shift']());}}}(a93_0x4efe,0x3cdbb));import a93_0x4f0c0e from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';function a93_0x4efe(){const _0x1aec5a=['(set\x20via\x20file,\x20length=','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20runtimeDomain:\x20\x20\x20','red','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','status','apiDir','(none)','currentApp','921010iVwApd','yellow','check','repeat','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','(set,\x20length=','454449bdLpTh','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','(not\x20found)','env','value','raw','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20doctor','cookie','(not\x20set)','976278cnxQUf','appCode','read','\x20\x20Apps','missing','Global','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','✗\x20Invalid\x20JSON','88fqltQh','riskLevel','gray','keys','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','pageSize','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','589689qoOGbY','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','padEnd','\x20\x20─','platform','log','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','defaultApp','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','accessKey','locale','\x20(default)','134028lkQZVg','⚠\x20Empty\x20(treated\x20as\x20{})','✗\x20Not\x20logged\x20in','arch','3401125RieXUa','Project','bold','1997838gJrPPH','green','source','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','12GbmcvS','(no\x20file)','length','doctor','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','empty','(default)','explicitAppName','✓\x20Valid','(missing)','✗\x20Expired'];a93_0x4efe=function(){return _0x1aec5a;};return a93_0x4efe();}import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';function a93_0x188e(_0x4e4cbb,_0x1bb8c6){_0x4e4cbb=_0x4e4cbb-0x73;const _0x4efe55=a93_0x4efe();let _0x188e94=_0x4efe55[_0x4e4cbb];return _0x188e94;}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(_0x4ee96f){const _0x14e8f8=a93_0x188e,_0x1e8355=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,_0x3126e8=buildConfigFromFlags({}),_0x26f5e5=getCookie();console['log'](),console['log'](a93_0x4f0c0e[_0x14e8f8(0x92)](CLI_BIN_NAME+_0x14e8f8(0xbb))),console['log'](a93_0x4f0c0e['gray']('─'[_0x14e8f8(0xb1)](0x32))),console[_0x14e8f8(0x85)](_0x14e8f8(0x9b)+_0x1e8355),console[_0x14e8f8(0x85)](_0x14e8f8(0x7a)+process['version']),console[_0x14e8f8(0x85)]('\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x14e8f8(0x84)]+'\x20'+process[_0x14e8f8(0x8f)]),console[_0x14e8f8(0x85)](),console['log'](a93_0x4f0c0e[_0x14e8f8(0x92)]('\x20\x20Config\x20Files')),console[_0x14e8f8(0x85)](a93_0x4f0c0e['gray'](_0x14e8f8(0x83)['repeat'](0x1e)));const _0xb9db42=getGlobalConfigPath(),_0xb2375b=getProjectConfigPath();console[_0x14e8f8(0x85)](_0x14e8f8(0x88)+(_0xb9db42||a93_0x4f0c0e[_0x14e8f8(0x78)]('(not\x20found)'))),console[_0x14e8f8(0x85)](_0x14e8f8(0xa4)+(_0xb2375b||a93_0x4f0c0e['gray'](_0x14e8f8(0xb6)))),console[_0x14e8f8(0x85)](),console[_0x14e8f8(0x85)](a93_0x4f0c0e[_0x14e8f8(0x92)]('\x20\x20Config\x20JSON')),console[_0x14e8f8(0x85)](a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0x83)[_0x14e8f8(0xb1)](0x1e)));const _0x27833e=(_0x352541,_0x211d0a)=>{const _0x5b5c17=_0x14e8f8;if(!_0x211d0a){console[_0x5b5c17(0x85)]('\x20\x20'+_0x352541[_0x5b5c17(0x82)](0x11)+'\x20'+a93_0x4f0c0e[_0x5b5c17(0x78)](_0x5b5c17(0x98)));return;}const _0x2a19b7=inspectCliConfigJsonFile(_0x211d0a);if(_0x2a19b7[_0x5b5c17(0xaa)]==='ok')console[_0x5b5c17(0x85)]('\x20\x20'+_0x352541[_0x5b5c17(0x82)](0x11)+'\x20'+a93_0x4f0c0e['green']('✓\x20Valid\x20JSON'));else{if(_0x2a19b7['status']===_0x5b5c17(0x9c))console[_0x5b5c17(0x85)]('\x20\x20'+_0x352541[_0x5b5c17(0x82)](0x11)+'\x20'+a93_0x4f0c0e[_0x5b5c17(0xaf)](_0x5b5c17(0x8d)));else _0x2a19b7['status']===_0x5b5c17(0xc2)?console['log']('\x20\x20'+_0x352541[_0x5b5c17(0x82)](0x11)+'\x20'+a93_0x4f0c0e[_0x5b5c17(0x78)](_0x5b5c17(0xa0))):(console[_0x5b5c17(0x85)]('\x20\x20'+_0x352541['padEnd'](0x11)+'\x20'+a93_0x4f0c0e[_0x5b5c17(0xa7)](_0x5b5c17(0x75))),console[_0x5b5c17(0x85)]('\x20\x20'+''[_0x5b5c17(0x82)](0x11)+'\x20'+a93_0x4f0c0e[_0x5b5c17(0xa7)](_0x2a19b7['message'])));}};_0x27833e(_0x14e8f8(0xc3),_0xb9db42),_0x27833e(_0x14e8f8(0x91),_0xb2375b),console[_0x14e8f8(0x85)](),console[_0x14e8f8(0x85)](a93_0x4f0c0e[_0x14e8f8(0x92)](_0x14e8f8(0xa9))),console[_0x14e8f8(0x85)](a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0x83)[_0x14e8f8(0xb1)](0x1e))),console[_0x14e8f8(0x85)](_0x14e8f8(0xba)+(_0x3126e8[_0x14e8f8(0xbf)]||a93_0x4f0c0e[_0x14e8f8(0xa7)](_0x14e8f8(0xbd)))),console[_0x14e8f8(0x85)](_0x14e8f8(0x7c)+_0x3126e8['env']),console['log'](_0x14e8f8(0xa3)+_0x3126e8[_0x14e8f8(0x8a)]),console[_0x14e8f8(0x85)](_0x14e8f8(0xb5)+_0x3126e8[_0x14e8f8(0xab)]),console[_0x14e8f8(0x85)](_0x14e8f8(0x74)+(_0x3126e8[_0x14e8f8(0x87)]||a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0xac)))),console[_0x14e8f8(0x85)]('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x3126e8[_0x14e8f8(0xad)]||a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0xac)))),console[_0x14e8f8(0x85)]('\x20\x20explicitAppName:\x20'+(_0x3126e8[_0x14e8f8(0x9e)]||a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0xac)))),console[_0x14e8f8(0x85)](_0x14e8f8(0x80)+(_0x3126e8['format']||a93_0x4f0c0e['gray']('(default:\x20'+DEFAULT_CONFIG_VALUES['format']+')'))),console[_0x14e8f8(0x85)](_0x14e8f8(0xa5)+(_0x3126e8[_0x14e8f8(0x7b)]??a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0x9d)))),console[_0x14e8f8(0x85)](_0x14e8f8(0xa8)+_0x3126e8[_0x14e8f8(0x77)]),console[_0x14e8f8(0x85)]('\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x3126e8['verbose']),console[_0x14e8f8(0x85)]('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x3126e8[_0x14e8f8(0xbc)]?a93_0x4f0c0e[_0x14e8f8(0x94)](_0x14e8f8(0xb3)+_0x3126e8[_0x14e8f8(0xbc)][_0x14e8f8(0x99)]+')'):_0x26f5e5?a93_0x4f0c0e['green'](_0x14e8f8(0xa2)+_0x26f5e5[_0x14e8f8(0x99)]+')'):a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0xac))));const _0x32c95e=Object[_0x14e8f8(0x79)](_0x3126e8['apps']);if(_0x32c95e[_0x14e8f8(0x99)]>0x0){console[_0x14e8f8(0x85)](),console[_0x14e8f8(0x85)](a93_0x4f0c0e['bold'](_0x14e8f8(0xc1))),console[_0x14e8f8(0x85)](a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0x83)[_0x14e8f8(0xb1)](0x1e)));for(const _0x4cc175 of _0x32c95e){const _0x5e57f2=_0x3126e8['apps'][_0x4cc175],_0x3b7c9a=_0x4cc175===_0x3126e8[_0x14e8f8(0x87)],_0x4e6a15=_0x4cc175===_0x3126e8['currentApp'],_0xef217b=_0x4e6a15?a93_0x4f0c0e[_0x14e8f8(0x94)]('\x20←\x20current'):'',_0x2e1e4b=_0x3b7c9a?_0x14e8f8(0x8b):'';console[_0x14e8f8(0x85)]('\x20\x20'+_0x4cc175+_0x2e1e4b+_0xef217b),console[_0x14e8f8(0x85)](_0x14e8f8(0x7e)+_0x5e57f2['appcode']);const _0x336dd7=buildAppDoctorFields(_0x5e57f2,{'env':_0x3126e8[_0x14e8f8(0xb7)],'apiDir':_0x3126e8[_0x14e8f8(0xb9)][_0x14e8f8(0xab)]||DEFAULT_CONFIG_VALUES[_0x14e8f8(0xab)],'cookie':_0x3126e8[_0x14e8f8(0xbc)]||_0x26f5e5||undefined,'accessKey':_0x3126e8[_0x14e8f8(0x89)]});console[_0x14e8f8(0x85)](_0x14e8f8(0x7f)+_0x336dd7[_0x14e8f8(0xb7)][_0x14e8f8(0xb8)]+'\x20\x20'+a93_0x4f0c0e[_0x14e8f8(0x78)]('('+_0x336dd7[_0x14e8f8(0xb7)]['source']+')')),console[_0x14e8f8(0x85)](_0x14e8f8(0xb2)+_0x336dd7['apiDir']['value']+'\x20\x20'+a93_0x4f0c0e[_0x14e8f8(0x78)]('('+_0x336dd7[_0x14e8f8(0xab)][_0x14e8f8(0x95)]+')'));const _0x61ab38=_0x336dd7[_0x14e8f8(0xbc)][_0x14e8f8(0xb8)]?a93_0x4f0c0e[_0x14e8f8(0x94)](_0x14e8f8(0xb3)+_0x336dd7[_0x14e8f8(0xbc)][_0x14e8f8(0xb8)]['length']+')'):a93_0x4f0c0e[_0x14e8f8(0x78)](_0x14e8f8(0xac));console[_0x14e8f8(0x85)](_0x14e8f8(0x96)+_0x61ab38+'\x20\x20'+a93_0x4f0c0e[_0x14e8f8(0x78)]('('+_0x336dd7['cookie'][_0x14e8f8(0x95)]+')'));const _0x23351a=_0x336dd7['accessKey'][_0x14e8f8(0xb8)]?a93_0x4f0c0e[_0x14e8f8(0x94)](_0x14e8f8(0xb3)+_0x336dd7[_0x14e8f8(0x89)]['value']['length']+')'):a93_0x4f0c0e['gray'](_0x14e8f8(0xac));console[_0x14e8f8(0x85)]('\x20\x20\x20\x20accessKey:\x20\x20'+_0x23351a+'\x20\x20'+a93_0x4f0c0e[_0x14e8f8(0x78)]('('+_0x336dd7[_0x14e8f8(0x89)][_0x14e8f8(0x95)]+')'));}}console[_0x14e8f8(0x85)](),console[_0x14e8f8(0x85)](a93_0x4f0c0e['bold']('\x20\x20API\x20Endpoints')),console[_0x14e8f8(0x85)](a93_0x4f0c0e['gray']('\x20\x20─'[_0x14e8f8(0xb1)](0x1e))),console[_0x14e8f8(0x85)](_0x14e8f8(0x81)+getApiDomain()),console['log'](_0x14e8f8(0x73)+getUserDomain()),console[_0x14e8f8(0x85)](_0x14e8f8(0xa6)+getRuntimeDomain()),console[_0x14e8f8(0x85)](),console['log'](a93_0x4f0c0e[_0x14e8f8(0x92)]('\x20\x20Auth')),console['log'](a93_0x4f0c0e['gray']('\x20\x20─'[_0x14e8f8(0xb1)](0x1e)));if(_0x26f5e5){const _0xfe67bc=await getIsSessionValid();console[_0x14e8f8(0x85)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xfe67bc?a93_0x4f0c0e[_0x14e8f8(0x94)](_0x14e8f8(0x9f)):a93_0x4f0c0e[_0x14e8f8(0xa7)](_0x14e8f8(0xa1))));}else console[_0x14e8f8(0x85)](_0x14e8f8(0x86)+a93_0x4f0c0e[_0x14e8f8(0xa7)](_0x14e8f8(0x8e)));return console[_0x14e8f8(0x85)](),{'ok':!![]};}export const doctorDefinition={'service':a93_0x1412e9(0x9a),'command':a93_0x1412e9(0xb0),'description':'Diagnose\x20CLI\x20configuration\x20and\x20connectivity','risk':a93_0x1412e9(0xc0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ const a93_0x254dd0=a93_0x27ba;(function(_0xb54593,_0x34b546){const _0x271dc5=a93_0x27ba,_0x3d13bb=_0xb54593();while(!![]){try{const _0x2395c8=-parseInt(_0x271dc5(0x147))/0x1+parseInt(_0x271dc5(0x138))/0x2*(-parseInt(_0x271dc5(0x155))/0x3)+parseInt(_0x271dc5(0x164))/0x4*(parseInt(_0x271dc5(0x14a))/0x5)+parseInt(_0x271dc5(0x152))/0x6*(parseInt(_0x271dc5(0x118))/0x7)+-parseInt(_0x271dc5(0x145))/0x8*(parseInt(_0x271dc5(0x134))/0x9)+parseInt(_0x271dc5(0x15d))/0xa*(parseInt(_0x271dc5(0x117))/0xb)+parseInt(_0x271dc5(0x128))/0xc;if(_0x2395c8===_0x34b546)break;else _0x3d13bb['push'](_0x3d13bb['shift']());}catch(_0xbfc6a2){_0x3d13bb['push'](_0x3d13bb['shift']());}}}(a93_0x3ddc,0x63366));import a93_0x424eaa from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';function a93_0x27ba(_0x21d625,_0x5a2e03){_0x21d625=_0x21d625-0x113;const _0x3ddc53=a93_0x3ddc();let _0x27bae8=_0x3ddc53[_0x21d625];return _0x27bae8;}function a93_0x3ddc(){const _0x3cb8f1=['Global','version','apps','bold','value','log','red','\x20\x20Apps','2276364AOjVyx','raw','apiDir','currentApp','✗\x20Expired','read','status','yellow','keys','defaultApp','cookie','accessKey','12510BlSBJu','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','unknown','\x20\x20API\x20Endpoints','4mxwBkK','\x20\x20Auth','platform','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20doctor','format','arch','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','doctor','green','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','(set,\x20length=','(default)','2152hotESH','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','572139YjvoeM','\x20\x20explicitAppName:\x20','verbose','85EimGrG','appCode','(not\x20set)','(no\x20file)','\x20\x20Config\x20JSON','✓\x20Valid\x20JSON','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','54wUxoPm','\x20\x20runtimeDomain:\x20\x20\x20','✗\x20Invalid\x20JSON','74973NBoQNa','length','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','env','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','✓\x20Valid','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','20OCmvYK','✗\x20Not\x20logged\x20in','(none)','\x20\x20Merged\x20Config','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20accessKey:\x20\x20','appcode','31148ejrBvy','source','pageSize','repeat','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Config\x20Files','message','gray','padEnd','2405678cqZrxU','500059xtXYla','explicitAppName','\x20\x20─','Project','(set\x20via\x20file,\x20length=','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(not\x20found)','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20'];a93_0x3ddc=function(){return _0x3cb8f1;};return a93_0x3ddc();}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(_0x9aeeea){const _0x1b5343=a93_0x27ba,_0x547809=GIT_COMMIT!==_0x1b5343(0x136)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,_0xbea44=buildConfigFromFlags({}),_0x19c991=getCookie();console['log'](),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x123)](CLI_BIN_NAME+_0x1b5343(0x13c))),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x115)]('─'[_0x1b5343(0x167)](0x32))),console[_0x1b5343(0x125)](_0x1b5343(0x15c)+_0x547809),console['log']('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x1b5343(0x121)]),console['log'](_0x1b5343(0x15b)+process[_0x1b5343(0x13a)]+'\x20'+process[_0x1b5343(0x13e)]),console['log'](),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x123)](_0x1b5343(0x113))),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x11a)[_0x1b5343(0x167)](0x1e)));const _0x3396da=getGlobalConfigPath(),_0x20b73b=getProjectConfigPath();console['log'](_0x1b5343(0x161)+(_0x3396da||a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x11e)))),console[_0x1b5343(0x125)]('\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x20b73b||a93_0x424eaa['gray'](_0x1b5343(0x11e)))),console['log'](),console['log'](a93_0x424eaa[_0x1b5343(0x123)](_0x1b5343(0x14e))),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x115)]('\x20\x20─'[_0x1b5343(0x167)](0x1e)));const _0x3887dd=(_0x31b4a6,_0x48a0a8)=>{const _0xf9ffe7=_0x1b5343;if(!_0x48a0a8){console[_0xf9ffe7(0x125)]('\x20\x20'+_0x31b4a6['padEnd'](0x11)+'\x20'+a93_0x424eaa['gray'](_0xf9ffe7(0x14d)));return;}const _0x54118d=inspectCliConfigJsonFile(_0x48a0a8);if(_0x54118d[_0xf9ffe7(0x12e)]==='ok')console[_0xf9ffe7(0x125)]('\x20\x20'+_0x31b4a6['padEnd'](0x11)+'\x20'+a93_0x424eaa[_0xf9ffe7(0x141)](_0xf9ffe7(0x14f)));else{if(_0x54118d[_0xf9ffe7(0x12e)]==='empty')console['log']('\x20\x20'+_0x31b4a6[_0xf9ffe7(0x116)](0x11)+'\x20'+a93_0x424eaa[_0xf9ffe7(0x12f)]('⚠\x20Empty\x20(treated\x20as\x20{})'));else _0x54118d[_0xf9ffe7(0x12e)]==='missing'?console[_0xf9ffe7(0x125)]('\x20\x20'+_0x31b4a6[_0xf9ffe7(0x116)](0x11)+'\x20'+a93_0x424eaa[_0xf9ffe7(0x115)]('(missing)')):(console['log']('\x20\x20'+_0x31b4a6['padEnd'](0x11)+'\x20'+a93_0x424eaa[_0xf9ffe7(0x126)](_0xf9ffe7(0x154))),console[_0xf9ffe7(0x125)]('\x20\x20'+''[_0xf9ffe7(0x116)](0x11)+'\x20'+a93_0x424eaa[_0xf9ffe7(0x126)](_0x54118d[_0xf9ffe7(0x114)])));}};_0x3887dd(_0x1b5343(0x120),_0x3396da),_0x3887dd(_0x1b5343(0x11b),_0x20b73b),console[_0x1b5343(0x125)](),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x123)](_0x1b5343(0x160))),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x11a)['repeat'](0x1e))),console['log'](_0x1b5343(0x13b)+(_0xbea44[_0x1b5343(0x14b)]||a93_0x424eaa['red'](_0x1b5343(0x14c)))),console['log']('\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0xbea44[_0x1b5343(0x158)]),console['log']('\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0xbea44['locale']),console[_0x1b5343(0x125)](_0x1b5343(0x146)+_0xbea44['apiDir']),console[_0x1b5343(0x125)](_0x1b5343(0x159)+(_0xbea44[_0x1b5343(0x131)]||a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x15f)))),console[_0x1b5343(0x125)](_0x1b5343(0x157)+(_0xbea44['currentApp']||a93_0x424eaa[_0x1b5343(0x115)]('(none)'))),console['log'](_0x1b5343(0x148)+(_0xbea44[_0x1b5343(0x119)]||a93_0x424eaa[_0x1b5343(0x115)]('(none)'))),console[_0x1b5343(0x125)](_0x1b5343(0x168)+(_0xbea44[_0x1b5343(0x13d)]||a93_0x424eaa[_0x1b5343(0x115)]('(default:\x20'+DEFAULT_CONFIG_VALUES[_0x1b5343(0x13d)]+')'))),console[_0x1b5343(0x125)](_0x1b5343(0x11f)+(_0xbea44[_0x1b5343(0x166)]??a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x144)))),console[_0x1b5343(0x125)](_0x1b5343(0x135)+_0xbea44['riskLevel']),console[_0x1b5343(0x125)](_0x1b5343(0x11d)+_0xbea44[_0x1b5343(0x149)]),console[_0x1b5343(0x125)]('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xbea44[_0x1b5343(0x132)]?a93_0x424eaa[_0x1b5343(0x141)](_0x1b5343(0x143)+_0xbea44['cookie'][_0x1b5343(0x156)]+')'):_0x19c991?a93_0x424eaa[_0x1b5343(0x141)](_0x1b5343(0x11c)+_0x19c991[_0x1b5343(0x156)]+')'):a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x15f))));const _0x5d2d2c=Object[_0x1b5343(0x130)](_0xbea44[_0x1b5343(0x122)]);if(_0x5d2d2c['length']>0x0){console[_0x1b5343(0x125)](),console[_0x1b5343(0x125)](a93_0x424eaa['bold'](_0x1b5343(0x127))),console[_0x1b5343(0x125)](a93_0x424eaa['gray'](_0x1b5343(0x11a)[_0x1b5343(0x167)](0x1e)));for(const _0x1ff71f of _0x5d2d2c){const _0x477e12=_0xbea44[_0x1b5343(0x122)][_0x1ff71f],_0x129fee=_0x1ff71f===_0xbea44[_0x1b5343(0x131)],_0x4099a6=_0x1ff71f===_0xbea44[_0x1b5343(0x12b)],_0x2a68dd=_0x4099a6?a93_0x424eaa[_0x1b5343(0x141)]('\x20←\x20current'):'',_0x265cec=_0x129fee?'\x20(default)':'';console[_0x1b5343(0x125)]('\x20\x20'+_0x1ff71f+_0x265cec+_0x2a68dd),console[_0x1b5343(0x125)](_0x1b5343(0x150)+_0x477e12[_0x1b5343(0x163)]);const _0x25c2ce=buildAppDoctorFields(_0x477e12,{'env':_0xbea44[_0x1b5343(0x158)],'apiDir':_0xbea44[_0x1b5343(0x129)]['apiDir']||DEFAULT_CONFIG_VALUES[_0x1b5343(0x12a)],'cookie':_0xbea44['cookie']||_0x19c991||undefined,'accessKey':_0xbea44[_0x1b5343(0x133)]});console[_0x1b5343(0x125)](_0x1b5343(0x142)+_0x25c2ce[_0x1b5343(0x158)]['value']+'\x20\x20'+a93_0x424eaa['gray']('('+_0x25c2ce[_0x1b5343(0x158)][_0x1b5343(0x165)]+')')),console[_0x1b5343(0x125)]('\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20'+_0x25c2ce['apiDir']['value']+'\x20\x20'+a93_0x424eaa[_0x1b5343(0x115)]('('+_0x25c2ce[_0x1b5343(0x12a)][_0x1b5343(0x165)]+')'));const _0x549496=_0x25c2ce[_0x1b5343(0x132)][_0x1b5343(0x124)]?a93_0x424eaa[_0x1b5343(0x141)]('(set,\x20length='+_0x25c2ce['cookie']['value']['length']+')'):a93_0x424eaa['gray']('(none)');console[_0x1b5343(0x125)](_0x1b5343(0x13f)+_0x549496+'\x20\x20'+a93_0x424eaa['gray']('('+_0x25c2ce['cookie'][_0x1b5343(0x165)]+')'));const _0x447255=_0x25c2ce[_0x1b5343(0x133)][_0x1b5343(0x124)]?a93_0x424eaa[_0x1b5343(0x141)]('(set,\x20length='+_0x25c2ce[_0x1b5343(0x133)]['value'][_0x1b5343(0x156)]+')'):a93_0x424eaa[_0x1b5343(0x115)](_0x1b5343(0x15f));console['log'](_0x1b5343(0x162)+_0x447255+'\x20\x20'+a93_0x424eaa[_0x1b5343(0x115)]('('+_0x25c2ce[_0x1b5343(0x133)][_0x1b5343(0x165)]+')'));}}console[_0x1b5343(0x125)](),console['log'](a93_0x424eaa[_0x1b5343(0x123)](_0x1b5343(0x137))),console[_0x1b5343(0x125)](a93_0x424eaa['gray'](_0x1b5343(0x11a)[_0x1b5343(0x167)](0x1e))),console['log']('\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20'+getApiDomain()),console['log']('\x20\x20userDomain:\x20\x20\x20\x20\x20\x20'+getUserDomain()),console[_0x1b5343(0x125)](_0x1b5343(0x153)+getRuntimeDomain()),console[_0x1b5343(0x125)](),console[_0x1b5343(0x125)](a93_0x424eaa[_0x1b5343(0x123)](_0x1b5343(0x139))),console[_0x1b5343(0x125)](a93_0x424eaa['gray'](_0x1b5343(0x11a)[_0x1b5343(0x167)](0x1e)));if(_0x19c991){const _0x1f98d3=await getIsSessionValid();console[_0x1b5343(0x125)](_0x1b5343(0x151)+(_0x1f98d3?a93_0x424eaa[_0x1b5343(0x141)](_0x1b5343(0x15a)):a93_0x424eaa[_0x1b5343(0x126)](_0x1b5343(0x12c))));}else console[_0x1b5343(0x125)](_0x1b5343(0x151)+a93_0x424eaa[_0x1b5343(0x126)](_0x1b5343(0x15e)));return console['log'](),{'ok':!![]};}export const doctorDefinition={'service':a93_0x254dd0(0x140),'command':'check','description':'Diagnose\x20CLI\x20configuration\x20and\x20connectivity','risk':a93_0x254dd0(0x12d),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a94_0x9f5835=a94_0x596f;(function(_0x2afae,_0x347259){const _0x37ea1f=a94_0x596f,_0x57c218=_0x2afae();while(!![]){try{const _0x286a0a=parseInt(_0x37ea1f(0xc9))/0x1*(-parseInt(_0x37ea1f(0xe5))/0x2)+-parseInt(_0x37ea1f(0xdc))/0x3*(-parseInt(_0x37ea1f(0xea))/0x4)+parseInt(_0x37ea1f(0xd9))/0x5*(parseInt(_0x37ea1f(0xcf))/0x6)+parseInt(_0x37ea1f(0xeb))/0x7*(-parseInt(_0x37ea1f(0xe8))/0x8)+parseInt(_0x37ea1f(0xca))/0x9+-parseInt(_0x37ea1f(0xd5))/0xa+-parseInt(_0x37ea1f(0xd7))/0xb*(-parseInt(_0x37ea1f(0xcb))/0xc);if(_0x286a0a===_0x347259)break;else _0x57c218['push'](_0x57c218['shift']());}catch(_0x2be55a){_0x57c218['push'](_0x57c218['shift']());}}}(a94_0x48cb,0x1e36b));function a94_0x596f(_0x1f48ae,_0x1063b8){_0x1f48ae=_0x1f48ae-0xc7;const _0x48cbe6=a94_0x48cb();let _0x596f88=_0x48cbe6[_0x1f48ae];return _0x596f88;}import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';function a94_0x48cb(){const _0x3d919e=['file','11052zGIKLC','Path\x20to\x20the\x20local\x20file\x20to\x20upload','/smartapi/common/uploadFile','appCode','path','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','download','read','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','2okgxUs','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','Preview:\x20upload\x20','344504XtHIAP','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','44sfBwHz','35ZFncAE','\x20to\x20development\x20app\x20','filepath','query-url','138289pQoupU','1459224YjHFqf','144144SLXYaI','string','str','bool','2004STvutO','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','File','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','filePath','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','71010IXfeMZ','boolean','88OubvjM','long-term','2780omtFQH','POST'];a94_0x48cb=function(){return _0x3d919e;};return a94_0x48cb();}import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a94_0x9f5835(0xdb),'type':a94_0x9f5835(0xcc),'required':!![],'description':a94_0x9f5835(0xdd)},FILEPATH_FLAG={'name':a94_0x9f5835(0xc7),'type':'string','required':!![],'description':a94_0x9f5835(0xd4)},DOWNLOAD_FLAG={'name':a94_0x9f5835(0xe2),'type':a94_0x9f5835(0xd6),'description':a94_0x9f5835(0xe6)},LONG_TERM_FLAG={'name':a94_0x9f5835(0xd8),'type':a94_0x9f5835(0xd6),'description':a94_0x9f5835(0xd0)};function requireFilePath(_0x2e0a8e){const _0x30f6b5=_0x2e0a8e['trim']();if(!_0x30f6b5)throw CliErrors['validation']('filePath\x20is\x20required.');return _0x30f6b5;}const fileUpload={'service':a94_0x9f5835(0xdb),'command':'upload','description':a94_0x9f5835(0xe4),'risk':'read','flags':[FILE_FLAG],async 'dryRun'(_0x53aa6b){const _0x233f55=a94_0x9f5835,_0x234710=requireDevelopmentUploadFile(_0x53aa6b[_0x233f55(0xcd)]('file'),_0x233f55(0xd1));return{'method':_0x233f55(0xda),'url':_0x233f55(0xde),'body':{'appCode':_0x53aa6b[_0x233f55(0xdf)],'multipart':{'file':_0x234710}},'description':_0x233f55(0xe7)+_0x234710[_0x233f55(0xe0)]+_0x233f55(0xec)+_0x53aa6b['appCode']};},async 'execute'(_0x379040){const _0x452c84=a94_0x9f5835,_0x5cfeaa=requireDevelopmentUploadFile(_0x379040[_0x452c84(0xcd)](_0x452c84(0xdb)),'File'),_0x3e0ece=await uploadDevelopmentFile(_0x379040[_0x452c84(0xdf)],_0x5cfeaa[_0x452c84(0xe0)]);return{'ok':!![],'data':_0x3e0ece,'message':_0x3e0ece[_0x452c84(0xd3)]?'Uploaded\x20file:\x20'+_0x3e0ece[_0x452c84(0xd3)]+_0x452c84(0xd2):_0x452c84(0xe1)};}},fileQueryUrl={'service':a94_0x9f5835(0xdb),'command':a94_0x9f5835(0xc8),'description':a94_0x9f5835(0xe9),'risk':a94_0x9f5835(0xe3),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x1582f2){const _0xcea1a5=a94_0x9f5835,_0x21c7c0=requireFilePath(_0x1582f2[_0xcea1a5(0xcd)]('filepath')),_0x9426ab=await queryDevelopmentFileUrl(_0x21c7c0,{'download':_0x1582f2[_0xcea1a5(0xce)](_0xcea1a5(0xe2)),'longTerm':_0x1582f2[_0xcea1a5(0xce)]('long-term')});return{'ok':!![],'data':_0x9426ab};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
1
+ const a94_0x115fb8=a94_0x3abc;(function(_0x248d8e,_0xb8b52){const _0x481c7d=a94_0x3abc,_0x653087=_0x248d8e();while(!![]){try{const _0x1fc4ad=parseInt(_0x481c7d(0x1f8))/0x1*(parseInt(_0x481c7d(0x1e6))/0x2)+parseInt(_0x481c7d(0x1e8))/0x3*(parseInt(_0x481c7d(0x1ed))/0x4)+-parseInt(_0x481c7d(0x1f9))/0x5+-parseInt(_0x481c7d(0x1eb))/0x6*(parseInt(_0x481c7d(0x1e3))/0x7)+parseInt(_0x481c7d(0x1e9))/0x8+-parseInt(_0x481c7d(0x1e0))/0x9*(parseInt(_0x481c7d(0x1dc))/0xa)+parseInt(_0x481c7d(0x1da))/0xb;if(_0x1fc4ad===_0xb8b52)break;else _0x653087['push'](_0x653087['shift']());}catch(_0x1f5ed9){_0x653087['push'](_0x653087['shift']());}}}(a94_0x2b95,0x2a31c));function a94_0x3abc(_0x2881f5,_0x1a083b){_0x2881f5=_0x2881f5-0x1d5;const _0x2b95f2=a94_0x2b95();let _0x3abcd2=_0x2b95f2[_0x2881f5];return _0x3abcd2;}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':a94_0x115fb8(0x1f6),'type':a94_0x115fb8(0x1ec),'required':!![],'description':a94_0x115fb8(0x1f1)},FILEPATH_FLAG={'name':a94_0x115fb8(0x1d7),'type':'string','required':!![],'description':a94_0x115fb8(0x1f2)},DOWNLOAD_FLAG={'name':a94_0x115fb8(0x1d9),'type':a94_0x115fb8(0x1e4),'description':a94_0x115fb8(0x1de)},LONG_TERM_FLAG={'name':a94_0x115fb8(0x1ef),'type':a94_0x115fb8(0x1e4),'description':a94_0x115fb8(0x1f4)};function requireFilePath(_0x224120){const _0x483b26=a94_0x115fb8,_0x220c8d=_0x224120[_0x483b26(0x1f0)]();if(!_0x220c8d)throw CliErrors[_0x483b26(0x1dd)](_0x483b26(0x1d8));return _0x220c8d;}function a94_0x2b95(){const _0x3df061=['49290yQXUur','2035136zhRQYE','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','136098WdYlSW','string','84aPPWpW','/smartapi/common/uploadFile','long-term','trim','Path\x20to\x20the\x20local\x20file\x20to\x20upload','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','query-url','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','appCode','file','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','47EuBfGI','1707790afvNgs','upload','Uploaded\x20file:\x20','path','Preview:\x20upload\x20','read','File','filepath','filePath\x20is\x20required.','download','553421MWFdmI','filePath','10nhlfxx','validation','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','str','721647CBBzhC','bool','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','42VKUUeN','boolean','\x20to\x20development\x20app\x20','3444qpFeND','POST'];a94_0x2b95=function(){return _0x3df061;};return a94_0x2b95();}const fileUpload={'service':a94_0x115fb8(0x1f6),'command':a94_0x115fb8(0x1fa),'description':a94_0x115fb8(0x1f7),'risk':a94_0x115fb8(0x1d5),'flags':[FILE_FLAG],async 'dryRun'(_0x7c15d8){const _0x43470c=a94_0x115fb8,_0x40a818=requireDevelopmentUploadFile(_0x7c15d8[_0x43470c(0x1df)](_0x43470c(0x1f6)),_0x43470c(0x1d6));return{'method':_0x43470c(0x1e7),'url':_0x43470c(0x1ee),'body':{'appCode':_0x7c15d8['appCode'],'multipart':{'file':_0x40a818}},'description':_0x43470c(0x1fd)+_0x40a818[_0x43470c(0x1fc)]+_0x43470c(0x1e5)+_0x7c15d8[_0x43470c(0x1f5)]};},async 'execute'(_0x1127ca){const _0x274b07=a94_0x115fb8,_0x2e3dec=requireDevelopmentUploadFile(_0x1127ca[_0x274b07(0x1df)](_0x274b07(0x1f6)),'File'),_0x58cefd=await uploadDevelopmentFile(_0x1127ca['appCode'],_0x2e3dec['path']);return{'ok':!![],'data':_0x58cefd,'message':_0x58cefd[_0x274b07(0x1db)]?_0x274b07(0x1fb)+_0x58cefd[_0x274b07(0x1db)]+'.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.':_0x274b07(0x1ea)};}},fileQueryUrl={'service':'file','command':a94_0x115fb8(0x1f3),'description':a94_0x115fb8(0x1e2),'risk':a94_0x115fb8(0x1d5),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x13ad98){const _0x227288=a94_0x115fb8,_0x129bb7=requireFilePath(_0x13ad98[_0x227288(0x1df)](_0x227288(0x1d7))),_0x531040=await queryDevelopmentFileUrl(_0x129bb7,{'download':_0x13ad98[_0x227288(0x1e1)](_0x227288(0x1d9)),'longTerm':_0x13ad98['bool']('long-term')});return{'ok':!![],'data':_0x531040};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
@@ -1 +1 @@
1
- const a95_0x12093a=a95_0x552e;(function(_0x4ba8b8,_0x25ff66){const _0x213df2=a95_0x552e,_0x6798c=_0x4ba8b8();while(!![]){try{const _0x4397e1=-parseInt(_0x213df2(0x159))/0x1+-parseInt(_0x213df2(0x161))/0x2*(parseInt(_0x213df2(0x175))/0x3)+-parseInt(_0x213df2(0x176))/0x4+-parseInt(_0x213df2(0x15c))/0x5+-parseInt(_0x213df2(0x180))/0x6*(parseInt(_0x213df2(0x173))/0x7)+parseInt(_0x213df2(0x16a))/0x8+-parseInt(_0x213df2(0x152))/0x9*(-parseInt(_0x213df2(0x171))/0xa);if(_0x4397e1===_0x25ff66)break;else _0x6798c['push'](_0x6798c['shift']());}catch(_0xaa7f62){_0x6798c['push'](_0x6798c['shift']());}}}(a95_0xcea4,0x3e774));function a95_0x552e(_0x498775,_0xb1a161){_0x498775=_0x498775-0x150;const _0xcea412=a95_0xcea4();let _0x552e2f=_0xcea412[_0x498775];return _0x552e2f;}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';function a95_0xcea4(){const _0xb121ec=['Auto-confirm\x20prompts','\x20\x20Config:\x20','appCode','Usage:\x20','Use\x20`','Target\x20environment','init','../../commands/project/init.js','120396qDSUOW','run','Delegate\x20to\x20legacy\x20Ink\x20init\x20flow','\x0a✓\x20Successfully\x20initialized\x20','str','\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]','981HGMkKX','flagMissing','validation','Write\x20to\x20global\x20config\x20instead\x20of\x20project','custom','toLocaleString','bool','246852tTyuok','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','yes','2482695nkJNHx','some','检测到旧配置文件,正在自动升级...\x0a','join','defaultApp','893842kEabmy','nonInteractive','boolean','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','production','env','map','App\x20code\x20to\x20initialize\x20with','cwd','562624lcduDq','project','\x20config','global','appcode','write','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','205420oYONUC','\x20\x20Env:\x20','161dUZROd','log','3ypAinA','1606864nuRYeq','valid'];a95_0xcea4=function(){return _0xb121ec;};return a95_0xcea4();}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(_0x163c18){return{'appCode':_0x163c18,'appName':_0x163c18};}function writeInitConfig(_0x3d878f,_0x2c7643,_0x187837){const _0x127873=a95_0x552e,_0x997e72=resolveWriteConfigPath(_0x3d878f),_0x56cdb6=buildCanonicalProjectConfig({},{'appCodes':_0x2c7643[_0x127873(0x167)](_0xaaf5af=>_0xaaf5af[_0x127873(0x17a)]),'env':_0x187837,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x127873(0x157)]()}});writeConfigFile(_0x997e72,_0x56cdb6);const _0x1ea0ed=_0x3d878f===_0x127873(0x16d)?'global':'project';console[_0x127873(0x174)](_0x127873(0x183)+_0x1ea0ed+_0x127873(0x16c)),console['log']('\x20\x20Apps:\x20'+_0x2c7643[_0x127873(0x167)](_0x57b039=>_0x57b039['appCode'])[_0x127873(0x15f)](',\x20')),console['log']('\x20\x20Default:\x20'+_0x56cdb6[_0x127873(0x160)]),console[_0x127873(0x174)](_0x127873(0x172)+_0x56cdb6[_0x127873(0x166)]),console[_0x127873(0x174)](_0x127873(0x179)+_0x997e72);}async function runSmartInit(_0x478c41){const _0x4037b1=a95_0x552e,_0x40ef37=process[_0x4037b1(0x169)](),_0x407e64=_0x478c41[_0x4037b1(0x158)](_0x4037b1(0x16d))?_0x4037b1(0x16d):_0x4037b1(0x16b),_0x21c3a6=_0x478c41[_0x4037b1(0x150)]('env')||_0x4037b1(0x165),_0x53418f=_0x478c41[_0x4037b1(0x150)]('appcode')||undefined,_0x1d231e=_0x478c41[_0x4037b1(0x158)](_0x4037b1(0x16b));if(_0x1d231e){const {initConfig:_0x4224dc}=await import(_0x4037b1(0x17f));return _0x4224dc({'appcode':_0x53418f,'env':_0x21c3a6,'autoYes':_0x478c41['bool'](_0x4037b1(0x15b))});}if(_0x407e64===_0x4037b1(0x16b)){const _0x55cc48=existsSync(resolve(_0x40ef37,NEW_CONFIG_NAME)),_0x38d3cd=LEGACY_CONFIG_NAMES[_0x4037b1(0x15d)](_0x271d2f=>existsSync(resolve(_0x40ef37,_0x271d2f)));if(_0x38d3cd&&!_0x55cc48)return console[_0x4037b1(0x174)](_0x4037b1(0x15e)),upgradeApp(_0x478c41[_0x4037b1(0x162)],{'yes':_0x478c41[_0x4037b1(0x158)](_0x4037b1(0x15b))});if(_0x55cc48)throw CliErrors[_0x4037b1(0x154)](_0x4037b1(0x164),_0x4037b1(0x17c)+CLI_BIN_NAME+_0x4037b1(0x170));}if(_0x53418f){const _0x467319=validateAppcode(_0x53418f);if(!_0x467319[_0x4037b1(0x177)])throw CliErrors[_0x4037b1(0x154)](_0x467319['message']);writeInitConfig(_0x407e64,[syntheticApp(_0x53418f)],_0x21c3a6);return;}if(_0x478c41[_0x4037b1(0x162)])throw CliErrors[_0x4037b1(0x153)](_0x4037b1(0x16e),_0x4037b1(0x17b)+CLI_BIN_NAME+_0x4037b1(0x151));const _0x2d5a7d=getCookie(),_0x1414ee=await selectMultipleApps(_0x2d5a7d),_0x28a310=_0x1414ee===_0x4037b1(0x156)?[syntheticApp(await promptCustomAppcode())]:_0x1414ee;writeInitConfig(_0x407e64,_0x28a310,_0x21c3a6);}const initFlags=[{'name':'global','type':'boolean','description':a95_0x12093a(0x155),'default':![]},{'name':a95_0x12093a(0x166),'type':'string','description':a95_0x12093a(0x17d),'default':a95_0x12093a(0x165),'enum':[...RABETBASE_ENV_VALUES]},{'name':a95_0x12093a(0x16e),'type':'string','description':a95_0x12093a(0x168)},{'name':a95_0x12093a(0x16b),'type':a95_0x12093a(0x163),'description':a95_0x12093a(0x182),'default':![]},{'name':a95_0x12093a(0x15b),'type':a95_0x12093a(0x163),'description':a95_0x12093a(0x178),'default':![]}];export const initDefinitions=[{'service':a95_0x12093a(0x17e),'command':a95_0x12093a(0x181),'description':a95_0x12093a(0x15a),'risk':a95_0x12093a(0x16f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x19218a){return await runSmartInit(_0x19218a),{'ok':!![]};}}];
1
+ const a95_0x4fcf9b=a95_0x140e;(function(_0x3c00f3,_0x1b0162){const _0x153c37=a95_0x140e,_0xfab063=_0x3c00f3();while(!![]){try{const _0x316962=-parseInt(_0x153c37(0x17b))/0x1+parseInt(_0x153c37(0x18a))/0x2+parseInt(_0x153c37(0x183))/0x3+-parseInt(_0x153c37(0x181))/0x4+-parseInt(_0x153c37(0x18d))/0x5*(-parseInt(_0x153c37(0x187))/0x6)+parseInt(_0x153c37(0x17c))/0x7+-parseInt(_0x153c37(0x188))/0x8*(-parseInt(_0x153c37(0x18c))/0x9);if(_0x316962===_0x1b0162)break;else _0xfab063['push'](_0xfab063['shift']());}catch(_0x37adb2){_0xfab063['push'](_0xfab063['shift']());}}}(a95_0x51e7,0x3385a));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';import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0x73fe63){return{'appCode':_0x73fe63,'appName':_0x73fe63};}function writeInitConfig(_0x43c8cb,_0x3de516,_0x133a61){const _0x4b0e6c=a95_0x140e,_0x1343ab=resolveWriteConfigPath(_0x43c8cb),_0x2a22da=buildCanonicalProjectConfig({},{'appCodes':_0x3de516[_0x4b0e6c(0x16f)](_0x13bef4=>_0x13bef4[_0x4b0e6c(0x16b)]),'env':_0x133a61,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x4b0e6c(0x170)]()}});writeConfigFile(_0x1343ab,_0x2a22da);const _0x169197=_0x43c8cb===_0x4b0e6c(0x165)?'global':_0x4b0e6c(0x179);console[_0x4b0e6c(0x185)](_0x4b0e6c(0x17f)+_0x169197+_0x4b0e6c(0x189)),console[_0x4b0e6c(0x185)](_0x4b0e6c(0x178)+_0x3de516[_0x4b0e6c(0x16f)](_0x2dd217=>_0x2dd217['appCode'])['join'](',\x20')),console[_0x4b0e6c(0x185)](_0x4b0e6c(0x173)+_0x2a22da[_0x4b0e6c(0x18f)]),console[_0x4b0e6c(0x185)](_0x4b0e6c(0x172)+_0x2a22da[_0x4b0e6c(0x192)]),console[_0x4b0e6c(0x185)](_0x4b0e6c(0x166)+_0x1343ab);}async function runSmartInit(_0xca1741){const _0x2f8a49=a95_0x140e,_0x2f6924=process['cwd'](),_0x5dbbf7=_0xca1741[_0x2f8a49(0x16c)](_0x2f8a49(0x165))?'global':_0x2f8a49(0x179),_0x35a5a4=_0xca1741[_0x2f8a49(0x186)](_0x2f8a49(0x192))||'production',_0x47b304=_0xca1741[_0x2f8a49(0x186)](_0x2f8a49(0x17e))||undefined,_0x5f4890=_0xca1741[_0x2f8a49(0x16c)]('project');if(_0x5f4890){const {initConfig:_0x276f7b}=await import(_0x2f8a49(0x168));return _0x276f7b({'appcode':_0x47b304,'env':_0x35a5a4,'autoYes':_0xca1741[_0x2f8a49(0x16c)](_0x2f8a49(0x177))});}if(_0x5dbbf7===_0x2f8a49(0x179)){const _0x252511=existsSync(resolve(_0x2f6924,NEW_CONFIG_NAME)),_0x47e3d1=LEGACY_CONFIG_NAMES[_0x2f8a49(0x174)](_0x4cc742=>existsSync(resolve(_0x2f6924,_0x4cc742)));if(_0x47e3d1&&!_0x252511)return console[_0x2f8a49(0x185)](_0x2f8a49(0x169)),upgradeApp(_0xca1741[_0x2f8a49(0x184)],{'yes':_0xca1741[_0x2f8a49(0x16c)](_0x2f8a49(0x177))});if(_0x252511)throw CliErrors['validation'](_0x2f8a49(0x18e),_0x2f8a49(0x17d)+CLI_BIN_NAME+_0x2f8a49(0x16a));}if(_0x47b304){const _0x4161ac=validateAppcode(_0x47b304);if(!_0x4161ac[_0x2f8a49(0x16e)])throw CliErrors[_0x2f8a49(0x193)](_0x4161ac['message']);writeInitConfig(_0x5dbbf7,[syntheticApp(_0x47b304)],_0x35a5a4);return;}if(_0xca1741[_0x2f8a49(0x184)])throw CliErrors[_0x2f8a49(0x16d)](_0x2f8a49(0x17e),_0x2f8a49(0x167)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]');const _0x25564d=getCookie(),_0x519bda=await selectMultipleApps(_0x25564d),_0x12b405=_0x519bda===_0x2f8a49(0x180)?[syntheticApp(await promptCustomAppcode())]:_0x519bda;writeInitConfig(_0x5dbbf7,_0x12b405,_0x35a5a4);}const initFlags=[{'name':a95_0x4fcf9b(0x165),'type':a95_0x4fcf9b(0x17a),'description':a95_0x4fcf9b(0x18b),'default':![]},{'name':'env','type':a95_0x4fcf9b(0x191),'description':'Target\x20environment','default':a95_0x4fcf9b(0x176),'enum':[...RABETBASE_ENV_VALUES]},{'name':'appcode','type':'string','description':a95_0x4fcf9b(0x182)},{'name':a95_0x4fcf9b(0x179),'type':a95_0x4fcf9b(0x17a),'description':a95_0x4fcf9b(0x164),'default':![]},{'name':a95_0x4fcf9b(0x177),'type':a95_0x4fcf9b(0x17a),'description':a95_0x4fcf9b(0x171),'default':![]}];export const initDefinitions=[{'service':a95_0x4fcf9b(0x190),'command':'run','description':a95_0x4fcf9b(0x175),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x5c4460){return await runSmartInit(_0x5c4460),{'ok':!![]};}}];function a95_0x140e(_0x439760,_0x37d642){_0x439760=_0x439760-0x164;const _0x51e78f=a95_0x51e7();let _0x140e55=_0x51e78f[_0x439760];return _0x140e55;}function a95_0x51e7(){const _0x369ae1=['init','string','env','validation','Delegate\x20to\x20legacy\x20Ink\x20init\x20flow','global','\x20\x20Config:\x20','Usage:\x20','../../commands/project/init.js','检测到旧配置文件,正在自动升级...\x0a','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','appCode','bool','flagMissing','valid','map','toLocaleString','Auto-confirm\x20prompts','\x20\x20Env:\x20','\x20\x20Default:\x20','some','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','production','yes','\x20\x20Apps:\x20','project','boolean','302012RLmsrn','2320073meNslP','Use\x20`','appcode','\x0a✓\x20Successfully\x20initialized\x20','custom','1425220WeUJsB','App\x20code\x20to\x20initialize\x20with','259956chIItL','nonInteractive','log','str','759918FawUtF','1864qXcSuV','\x20config','624982HZpFax','Write\x20to\x20global\x20config\x20instead\x20of\x20project','468hIbjqZ','5KozROj','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','defaultApp'];a95_0x51e7=function(){return _0x369ae1;};return a95_0x51e7();}
@@ -1 +1 @@
1
- (function(_0x360992,_0x4b8d47){const _0x27ee3a=a96_0x5c0b,_0xe98171=_0x360992();while(!![]){try{const _0xb1d81b=parseInt(_0x27ee3a(0xb2))/0x1+parseInt(_0x27ee3a(0xba))/0x2*(-parseInt(_0x27ee3a(0xb8))/0x3)+-parseInt(_0x27ee3a(0xb9))/0x4+parseInt(_0x27ee3a(0xb7))/0x5*(parseInt(_0x27ee3a(0xb5))/0x6)+-parseInt(_0x27ee3a(0xb4))/0x7+-parseInt(_0x27ee3a(0xb3))/0x8+parseInt(_0x27ee3a(0xb6))/0x9;if(_0xb1d81b===_0x4b8d47)break;else _0xe98171['push'](_0xe98171['shift']());}catch(_0x2569cb){_0xe98171['push'](_0xe98171['shift']());}}}(a96_0x30a9,0x3d27b));import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];function a96_0x5c0b(_0x18a8f8,_0x30a91b){_0x18a8f8=_0x18a8f8-0xb2;const _0x30a9a6=a96_0x30a9();let _0x5c0b82=_0x30a9a6[_0x18a8f8];return _0x5c0b82;}function a96_0x30a9(){const _0x3f3f22=['2935898wBxydg','19914zMeXLs','13945365LXPgrs','65UHUyYt','9GwMmbx','1892140qEFvkW','78336xYyJUm','126475QvYwTZ','3669304ZJbJrk'];a96_0x30a9=function(){return _0x3f3f22;};return a96_0x30a9();}
1
+ (function(_0x3a4bba,_0x192c2a){const _0x3fd9fb=a96_0x15bb,_0x34d398=_0x3a4bba();while(!![]){try{const _0x121eb7=parseInt(_0x3fd9fb(0x148))/0x1*(parseInt(_0x3fd9fb(0x14e))/0x2)+-parseInt(_0x3fd9fb(0x14d))/0x3*(-parseInt(_0x3fd9fb(0x147))/0x4)+-parseInt(_0x3fd9fb(0x146))/0x5+parseInt(_0x3fd9fb(0x14a))/0x6*(-parseInt(_0x3fd9fb(0x149))/0x7)+parseInt(_0x3fd9fb(0x14b))/0x8+-parseInt(_0x3fd9fb(0x14c))/0x9*(parseInt(_0x3fd9fb(0x144))/0xa)+parseInt(_0x3fd9fb(0x145))/0xb;if(_0x121eb7===_0x192c2a)break;else _0x34d398['push'](_0x34d398['shift']());}catch(_0x4e63a8){_0x34d398['push'](_0x34d398['shift']());}}}(a96_0x3300,0x808e4));function a96_0x15bb(_0x27c380,_0x17d4b8){_0x27c380=_0x27c380-0x144;const _0x330029=a96_0x3300();let _0x15bb45=_0x330029[_0x27c380];return _0x15bb45;}import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];function a96_0x3300(){const _0x5e0aa1=['2950508ypWfqo','1578800RYhLFH','3752284xAogKO','17545OKxFOa','674758NIXUsm','24oPJXdW','3581352TuUfPk','261rziGJV','3tQMzGm','46EFbcGe','286070xSIzcb'];a96_0x3300=function(){return _0x5e0aa1;};return a96_0x3300();}
@@ -1 +1 @@
1
- const a97_0x4a0c46=a97_0x5e20;(function(_0x2693bb,_0x5c19a1){const _0x371759=a97_0x5e20,_0x30e7e9=_0x2693bb();while(!![]){try{const _0x35e57b=parseInt(_0x371759(0x18e))/0x1+-parseInt(_0x371759(0x18d))/0x2*(parseInt(_0x371759(0x18c))/0x3)+parseInt(_0x371759(0x18b))/0x4*(-parseInt(_0x371759(0x185))/0x5)+-parseInt(_0x371759(0x191))/0x6+parseInt(_0x371759(0x175))/0x7*(-parseInt(_0x371759(0x186))/0x8)+-parseInt(_0x371759(0x189))/0x9*(parseInt(_0x371759(0x173))/0xa)+parseInt(_0x371759(0x17c))/0xb;if(_0x35e57b===_0x5c19a1)break;else _0x30e7e9['push'](_0x30e7e9['shift']());}catch(_0xe9ce5f){_0x30e7e9['push'](_0x30e7e9['shift']());}}}(a97_0x2e1b,0x227c3));import{CliError}from'../../errors.js';function a97_0x5e20(_0x16ced5,_0x53adf4){_0x16ced5=_0x16ced5-0x172;const _0x2e1b27=a97_0x2e1b();let _0x5e20e1=_0x2e1b27[_0x16ced5];return _0x5e20e1;}import{CLI_BIN_NAME}from'../../constant/cli.js';function a97_0x2e1b(){const _0x4a8cf3=['code','not_in_project','\x22\x20\x5c','command','report','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','\x20\x20Set\x20','209730eicItI','8iAoAVu','replace','write','1763523kxVfKQ','trim','20jZNVoJ','6gMKIRH','241426zqXRXT','175427afNTQU','config_missing','length','323238VOnmiR','flag_missing','RABETBASE_DISABLE_ISSUE_NUDGE','issue','service','\x20issue\x20report\x20\x5c','10LRZRsp','slice','445823csDGbj','Hit\x20a\x20','network_error','cancelled','validation_error','message','=1\x20to\x20silence\x20this\x20hint.','8035379mqVVws'];a97_0x2e1b=function(){return _0x4a8cf3;};return a97_0x2e1b();}export const NUDGE_OPT_OUT_ENV=a97_0x4a0c46(0x193);const NUDGE_SUPPRESSED_CODES=new Set([a97_0x4a0c46(0x178),'auth_required',a97_0x4a0c46(0x18f),a97_0x4a0c46(0x17e),'unknown_command',a97_0x4a0c46(0x192),a97_0x4a0c46(0x179),a97_0x4a0c46(0x177)]),defaultWriter=_0x3ae7a7=>{const _0x11361a=a97_0x4a0c46;process['stderr'][_0x11361a(0x188)](_0x3ae7a7);};export function shouldNudgeForError(_0x4ea103,_0x26df6a){const _0x4b020d=a97_0x4a0c46;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x26df6a[_0x4b020d(0x195)]===_0x4b020d(0x194)&&_0x26df6a[_0x4b020d(0x180)]===_0x4b020d(0x181))return![];if(_0x4ea103 instanceof CliError)return!NUDGE_SUPPRESSED_CODES['has'](_0x4ea103[_0x4b020d(0x17d)]);return!![];}export function printIssueReportNudgeForError(_0x51b3d5,_0x3936fd,_0x4672bc=defaultWriter){if(!shouldNudgeForError(_0x51b3d5,_0x3936fd))return;const _0x3360db=buildSuggestedTitle(_0x51b3d5,_0x3936fd);_0x4672bc(formatNudge(_0x3360db));}function buildSuggestedTitle(_0x186c90,_0x35e1f6){const _0x33188b=a97_0x4a0c46,_0x5e2c90=_0x186c90 instanceof Error?_0x186c90[_0x33188b(0x17a)]:String(_0x186c90),_0x19ab63=_0x5e2c90[_0x33188b(0x187)](/[\r\n]+/g,'\x20')[_0x33188b(0x187)](/\s+/g,'\x20')[_0x33188b(0x18a)]()[_0x33188b(0x174)](0x0,0x78)['replace'](/"/g,'\x5c\x22'),_0x2676f2=CLI_BIN_NAME+'\x20'+_0x35e1f6[_0x33188b(0x195)]+'\x20'+_0x35e1f6['command'];return _0x19ab63[_0x33188b(0x190)]>0x0?_0x2676f2+':\x20'+_0x19ab63:_0x2676f2;}function formatNudge(_0x126af9){const _0x16479c=a97_0x4a0c46;return['',_0x16479c(0x176)+CLI_BIN_NAME+'\x20bug?\x20Help\x20us\x20fix\x20it:','\x20\x20'+CLI_BIN_NAME+_0x16479c(0x172),'\x20\x20\x20\x20--title\x20\x22'+_0x126af9+_0x16479c(0x17f),_0x16479c(0x182),_0x16479c(0x183),_0x16479c(0x184)+NUDGE_OPT_OUT_ENV+_0x16479c(0x17b),'']['join']('\x0a');}
1
+ const a97_0x42a8cd=a97_0x1346;(function(_0x5257ea,_0x3b3329){const _0x41375e=a97_0x1346,_0x2d3814=_0x5257ea();while(!![]){try{const _0x338e4a=parseInt(_0x41375e(0x134))/0x1+-parseInt(_0x41375e(0x13e))/0x2+parseInt(_0x41375e(0x139))/0x3*(parseInt(_0x41375e(0x126))/0x4)+-parseInt(_0x41375e(0x13d))/0x5*(-parseInt(_0x41375e(0x133))/0x6)+parseInt(_0x41375e(0x125))/0x7+-parseInt(_0x41375e(0x121))/0x8+-parseInt(_0x41375e(0x128))/0x9;if(_0x338e4a===_0x3b3329)break;else _0x2d3814['push'](_0x2d3814['shift']());}catch(_0x2a6a4f){_0x2d3814['push'](_0x2d3814['shift']());}}}(a97_0x4c52,0xeac42));function a97_0x1346(_0x93c35e,_0x479bee){_0x93c35e=_0x93c35e-0x121;const _0x4c52c0=a97_0x4c52();let _0x1346dc=_0x4c52c0[_0x93c35e];return _0x1346dc;}import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a97_0x42a8cd(0x129);const NUDGE_SUPPRESSED_CODES=new Set([a97_0x42a8cd(0x142),a97_0x42a8cd(0x135),a97_0x42a8cd(0x122),a97_0x42a8cd(0x12a),'unknown_command',a97_0x42a8cd(0x140),'validation_error','network_error']),defaultWriter=_0x309734=>{const _0x5e1c58=a97_0x42a8cd;process[_0x5e1c58(0x132)][_0x5e1c58(0x130)](_0x309734);};export function shouldNudgeForError(_0x3ea0d6,_0x5dcc36){const _0x2e62c5=a97_0x42a8cd;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x5dcc36[_0x2e62c5(0x12f)]===_0x2e62c5(0x13c)&&_0x5dcc36['command']===_0x2e62c5(0x13b))return![];if(_0x3ea0d6 instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x2e62c5(0x12d)](_0x3ea0d6[_0x2e62c5(0x137)]);return!![];}export function printIssueReportNudgeForError(_0x385ccd,_0x36e494,_0x534930=defaultWriter){if(!shouldNudgeForError(_0x385ccd,_0x36e494))return;const _0x2ea927=buildSuggestedTitle(_0x385ccd,_0x36e494);_0x534930(formatNudge(_0x2ea927));}function buildSuggestedTitle(_0x4ecb22,_0x442f28){const _0x542800=a97_0x42a8cd,_0x41924b=_0x4ecb22 instanceof Error?_0x4ecb22[_0x542800(0x143)]:String(_0x4ecb22),_0x3dcddd=_0x41924b[_0x542800(0x138)](/[\r\n]+/g,'\x20')[_0x542800(0x138)](/\s+/g,'\x20')[_0x542800(0x13f)]()[_0x542800(0x131)](0x0,0x78)[_0x542800(0x138)](/"/g,'\x5c\x22'),_0x296787=CLI_BIN_NAME+'\x20'+_0x442f28['service']+'\x20'+_0x442f28[_0x542800(0x136)];return _0x3dcddd[_0x542800(0x12e)]>0x0?_0x296787+':\x20'+_0x3dcddd:_0x296787;}function a97_0x4c52(){const _0x4e17a1=['report','issue','80rEHWJA','855720hSmrFp','trim','flag_missing','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','cancelled','message','1020872hPgyCN','config_missing','\x22\x20\x5c','\x20issue\x20report\x20\x5c','10096163BjYyLw','414836qcHWTj','\x20\x20\x20\x20--title\x20\x22','26433351LHmGKk','RABETBASE_DISABLE_ISSUE_NUDGE','not_in_project','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','Hit\x20a\x20','has','length','service','write','slice','stderr','577992rbmUyI','1263071UAOUKY','auth_required','command','code','replace','6GmEPXD','\x20\x20Set\x20'];a97_0x4c52=function(){return _0x4e17a1;};return a97_0x4c52();}function formatNudge(_0x42cecc){const _0x14a1fc=a97_0x42a8cd;return['',_0x14a1fc(0x12c)+CLI_BIN_NAME+'\x20bug?\x20Help\x20us\x20fix\x20it:','\x20\x20'+CLI_BIN_NAME+_0x14a1fc(0x124),_0x14a1fc(0x127)+_0x42cecc+_0x14a1fc(0x123),_0x14a1fc(0x12b),_0x14a1fc(0x141),_0x14a1fc(0x13a)+NUDGE_OPT_OUT_ENV+'=1\x20to\x20silence\x20this\x20hint.','']['join']('\x0a');}
@@ -1 +1 @@
1
- const a98_0x7e8a3d=a98_0x35f6;(function(_0x4208b6,_0x8a2dfc){const _0x458731=a98_0x35f6,_0xa87915=_0x4208b6();while(!![]){try{const _0x25c03b=-parseInt(_0x458731(0x170))/0x1+parseInt(_0x458731(0x159))/0x2+parseInt(_0x458731(0x14b))/0x3*(-parseInt(_0x458731(0x152))/0x4)+parseInt(_0x458731(0x181))/0x5+-parseInt(_0x458731(0x15d))/0x6*(parseInt(_0x458731(0x156))/0x7)+parseInt(_0x458731(0x14e))/0x8*(parseInt(_0x458731(0x148))/0x9)+parseInt(_0x458731(0x15a))/0xa;if(_0x25c03b===_0x8a2dfc)break;else _0xa87915['push'](_0xa87915['shift']());}catch(_0x30ae09){_0xa87915['push'](_0xa87915['shift']());}}}(a98_0x6c6d,0xcb716));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';function a98_0x35f6(_0x13d4a8,_0x3697cc){_0x13d4a8=_0x13d4a8-0x146;const _0x6c6d4=a98_0x6c6d();let _0x35f6a9=_0x6c6d4[_0x13d4a8];return _0x35f6a9;}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=a98_0x7e8a3d(0x154);export const issueReport={'service':a98_0x7e8a3d(0x16b),'command':a98_0x7e8a3d(0x174),'description':a98_0x7e8a3d(0x149),'risk':a98_0x7e8a3d(0x161),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a98_0x7e8a3d(0x172),'flags':[{'name':a98_0x7e8a3d(0x157),'type':'string','required':!![],'description':'One-line\x20issue\x20summary'},{'name':a98_0x7e8a3d(0x173),'type':a98_0x7e8a3d(0x169),'description':a98_0x7e8a3d(0x162)},{'name':DESCRIPTION_FILE_FLAG,'type':a98_0x7e8a3d(0x169),'description':a98_0x7e8a3d(0x153)}],async 'validate'(_0x5c1992){const _0x35ce15=a98_0x7e8a3d,_0x2db3f7=_0x5c1992[_0x35ce15(0x171)](_0x35ce15(0x157))[_0x35ce15(0x15f)](),_0x57d4f0=_0x5c1992[_0x35ce15(0x171)](_0x35ce15(0x173))[_0x35ce15(0x15f)](),_0x17c791=_0x5c1992[_0x35ce15(0x171)](DESCRIPTION_FILE_FLAG)[_0x35ce15(0x15f)]();if(!_0x2db3f7)throw CliErrors[_0x35ce15(0x14d)](_0x35ce15(0x157),_0x35ce15(0x176));const _0x20bbde=_0x57d4f0[_0x35ce15(0x16a)]>0x0,_0xa359ee=_0x17c791[_0x35ce15(0x16a)]>0x0;if(_0x20bbde===_0xa359ee)throw CliErrors[_0x35ce15(0x163)](_0x35ce15(0x168),'Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.');if(_0xa359ee){const _0x86033d=resolve(process[_0x35ce15(0x175)](),_0x17c791);if(!existsSync(_0x86033d))throw CliErrors[_0x35ce15(0x163)](_0x35ce15(0x165)+_0x86033d);}},async 'dryRun'(_0x3b1413){const _0x3e5fce=a98_0x7e8a3d,_0x5439e5=await prepareIssueReport(_0x3b1413);return{'method':'POST','url':'otel://'+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x5439e5[_0x3e5fce(0x157)],'issue.description':_0x5439e5['description'],'issue.description_original_bytes':_0x5439e5[_0x3e5fce(0x155)][_0x3e5fce(0x146)],'issue.description_truncated':_0x5439e5[_0x3e5fce(0x155)][_0x3e5fce(0x147)],'issue.description_redactions':_0x5439e5[_0x3e5fce(0x155)]['redactionCount'],'issue.description_redaction_kinds':_0x5439e5[_0x3e5fce(0x155)][_0x3e5fce(0x164)][_0x3e5fce(0x14a)](',')}},'description':['Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter',_0x3e5fce(0x16d)+_0x5439e5[_0x3e5fce(0x16c)],_0x5439e5[_0x3e5fce(0x166)]?_0x3e5fce(0x150)+_0x5439e5[_0x3e5fce(0x166)]:null,_0x5439e5[_0x3e5fce(0x155)][_0x3e5fce(0x147)]?_0x3e5fce(0x14c)+_0x5439e5[_0x3e5fce(0x155)]['originalBytes']+'\x20bytes':null,_0x5439e5[_0x3e5fce(0x155)][_0x3e5fce(0x17a)]>0x0?_0x3e5fce(0x160)+_0x5439e5[_0x3e5fce(0x155)][_0x3e5fce(0x17a)]+'\x20('+_0x5439e5['sanitize']['redactionKinds'][_0x3e5fce(0x14a)](',\x20')+')':null][_0x3e5fce(0x17e)](Boolean)[_0x3e5fce(0x14a)]('\x0a')};},async 'execute'(_0x152a25){const _0x536096=a98_0x7e8a3d,_0x4259c0=await prepareIssueReport(_0x152a25);try{await sendPlatformIssueCollectLog({'title':_0x4259c0['title'],'description':_0x4259c0[_0x536096(0x173)],'sanitize':{'originalBytes':_0x4259c0[_0x536096(0x155)][_0x536096(0x146)],'truncated':_0x4259c0[_0x536096(0x155)]['truncated'],'redactionCount':_0x4259c0[_0x536096(0x155)][_0x536096(0x17a)],'redactionKinds':_0x4259c0[_0x536096(0x155)][_0x536096(0x164)]}});}catch(_0x5b5472){throw CliErrors[_0x536096(0x178)](_0x536096(0x16f)+(_0x5b5472 instanceof Error?_0x5b5472[_0x536096(0x180)]:String(_0x5b5472)),_0x536096(0x16e));}return{'ok':!![],'message':buildResultMessage(_0x4259c0['sanitize']),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':['issue.title',_0x536096(0x167),'issue.description_original_bytes','issue.description_truncated',_0x536096(0x17c),_0x536096(0x15b)],'issue':{'title':_0x4259c0['title'],'descriptionLength':_0x4259c0['description'][_0x536096(0x16a)],'descriptionSource':_0x4259c0[_0x536096(0x16c)],..._0x4259c0['descriptionFilePath']?{'descriptionFile':_0x4259c0['descriptionFilePath']}:{},'sanitize':{'originalBytes':_0x4259c0['sanitize'][_0x536096(0x146)],'truncated':_0x4259c0[_0x536096(0x155)][_0x536096(0x147)],'redactions':_0x4259c0['sanitize'][_0x536096(0x17a)],'redactionKinds':_0x4259c0[_0x536096(0x155)]['redactionKinds']}}}};}};function buildResultMessage(_0x12932f){const _0x57886d=a98_0x7e8a3d,_0x4b29e4=[];return _0x12932f[_0x57886d(0x147)]&&_0x4b29e4['push'](_0x57886d(0x177)+_0x12932f['originalBytes']+_0x57886d(0x14f)),_0x12932f[_0x57886d(0x17a)]>0x0&&_0x4b29e4['push']('redacted\x20'+_0x12932f[_0x57886d(0x17a)]+_0x57886d(0x179)+_0x12932f[_0x57886d(0x164)][_0x57886d(0x14a)](',\x20')),_0x4b29e4['length']===0x0?'Platform\x20issue\x20reported':_0x57886d(0x17f)+_0x4b29e4[_0x57886d(0x14a)](';\x20')+')';}function a98_0x6c6d(){const _0xe12f1c=['inline','filter','Platform\x20issue\x20reported\x20(','message','6073265FVBsrU','originalBytes','truncated','12879VajVev','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','join','2808dndkjW','truncated:\x20original\x20','flagMissing','672iPnhht','\x20bytes','descriptionFile:\x20','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','6924edjdCy','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','description-file','sanitize','7JVjMbm','title','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','328248ruvaIG','16641260Phrpsd','issue.description_redaction_kinds','utf8','2055306UToVlu','Issue\x20description\x20file\x20is\x20empty:\x20','trim','redactions:\x20','write','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','validation','redactionKinds','File\x20not\x20found:\x20','descriptionFilePath','issue.description','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','string','length','issue','descriptionSource','descriptionSource:\x20','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','Failed\x20to\x20report\x20platform\x20issue:\x20','367038ZevyGN','str','compress','description','report','cwd','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','truncated\x20from\x20','apiError','\x20secret(s):\x20','redactionCount','Issue\x20description\x20cannot\x20be\x20empty.','issue.description_redactions'];a98_0x6c6d=function(){return _0xe12f1c;};return a98_0x6c6d();}async function prepareIssueReport(_0x9a9605){const _0x5543d3=a98_0x7e8a3d,_0x1a09db=_0x9a9605['str'](_0x5543d3(0x157))['trim'](),_0x71be4f=_0x9a9605[_0x5543d3(0x171)](_0x5543d3(0x173)),_0xc9ff72=_0x9a9605[_0x5543d3(0x171)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0xc9ff72){const _0x28f83d=_0x71be4f;if(!_0x28f83d[_0x5543d3(0x15f)]())throw CliErrors[_0x5543d3(0x163)](_0x5543d3(0x17b),_0x5543d3(0x151));const _0x549abc=sanitizeIssueDescription(_0x28f83d);return{'title':_0x1a09db,'description':_0x549abc[_0x5543d3(0x173)],'descriptionSource':_0x5543d3(0x17d),'sanitize':_0x549abc};}const _0x6708c8=resolve(process[_0x5543d3(0x175)](),_0xc9ff72),_0x2b5994=await readFile(_0x6708c8,_0x5543d3(0x15c));if(!_0x2b5994['trim']())throw CliErrors['validation'](_0x5543d3(0x15e)+_0x6708c8,_0x5543d3(0x158));const _0x2c6579=sanitizeIssueDescription(_0x2b5994);return{'title':_0x1a09db,'description':_0x2c6579[_0x5543d3(0x173)],'descriptionSource':'file','descriptionFilePath':_0x6708c8,'sanitize':_0x2c6579};}
1
+ const a98_0x3233b2=a98_0x14b7;(function(_0x10ad4,_0x5a2984){const _0x5525e9=a98_0x14b7,_0x329285=_0x10ad4();while(!![]){try{const _0xc27985=parseInt(_0x5525e9(0x186))/0x1*(parseInt(_0x5525e9(0x18d))/0x2)+-parseInt(_0x5525e9(0x19a))/0x3*(-parseInt(_0x5525e9(0x172))/0x4)+-parseInt(_0x5525e9(0x1a2))/0x5+parseInt(_0x5525e9(0x17a))/0x6*(parseInt(_0x5525e9(0x173))/0x7)+-parseInt(_0x5525e9(0x19e))/0x8+-parseInt(_0x5525e9(0x192))/0x9+-parseInt(_0x5525e9(0x179))/0xa;if(_0xc27985===_0x5a2984)break;else _0x329285['push'](_0x329285['shift']());}catch(_0x29cd01){_0x329285['push'](_0x329285['shift']());}}}(a98_0x3c8d,0x40b2e));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';import{sanitizeIssueDescription}from'../../commands/issue/shared.js';import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG='description-file';function a98_0x3c8d(){const _0x34ade6=['Failed\x20to\x20report\x20platform\x20issue:\x20','length','2786940OPEdTf','issue.description_redactions','write','\x20bytes','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','issue.description_original_bytes','compress','trim','6BEavIp','descriptionSource','string','redactionCount','2672504fLHQbo','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','descriptionFilePath','900985JtzKnR','utf8','flagMissing','truncated\x20from\x20','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','redactionKinds','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','POST','str','originalBytes','Platform\x20issue\x20reported\x20(','title','960180wkTCLM','14MVkuiu','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','issue.title','message','file','redacted\x20','1773540TyTvlj','1478106AeudAH','join','descriptionFile:\x20','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','Issue\x20description\x20file\x20is\x20empty:\x20','redactions:\x20','report','truncated','inline','Issue\x20description\x20cannot\x20be\x20empty.','cwd','issue.description_truncated','2DzPMUg','issue.description','description','issue.description_redaction_kinds','validation','descriptionSource:\x20','otel://','293488jSHBWM','sanitize','issue'];a98_0x3c8d=function(){return _0x34ade6;};return a98_0x3c8d();}export const issueReport={'service':a98_0x3233b2(0x18f),'command':a98_0x3233b2(0x180),'description':'Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','risk':a98_0x3233b2(0x194),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a98_0x3233b2(0x198),'flags':[{'name':'title','type':a98_0x3233b2(0x19c),'required':!![],'description':'One-line\x20issue\x20summary'},{'name':a98_0x3233b2(0x188),'type':'string','description':a98_0x3233b2(0x17d)},{'name':DESCRIPTION_FILE_FLAG,'type':a98_0x3233b2(0x19c),'description':a98_0x3233b2(0x16c)}],async 'validate'(_0x1d43b2){const _0x12d3e3=a98_0x3233b2,_0x25d421=_0x1d43b2[_0x12d3e3(0x16e)](_0x12d3e3(0x171))[_0x12d3e3(0x199)](),_0x548aeb=_0x1d43b2['str'](_0x12d3e3(0x188))['trim'](),_0x10aab4=_0x1d43b2[_0x12d3e3(0x16e)](DESCRIPTION_FILE_FLAG)[_0x12d3e3(0x199)]();if(!_0x25d421)throw CliErrors[_0x12d3e3(0x1a4)](_0x12d3e3(0x171),_0x12d3e3(0x196));const _0xb0635b=_0x548aeb[_0x12d3e3(0x191)]>0x0,_0x2ef1d8=_0x10aab4['length']>0x0;if(_0xb0635b===_0x2ef1d8)throw CliErrors[_0x12d3e3(0x18a)](_0x12d3e3(0x174),_0x12d3e3(0x169));if(_0x2ef1d8){const _0x14993a=resolve(process[_0x12d3e3(0x184)](),_0x10aab4);if(!existsSync(_0x14993a))throw CliErrors['validation']('File\x20not\x20found:\x20'+_0x14993a);}},async 'dryRun'(_0x56bfbd){const _0x5d0d0b=a98_0x3233b2,_0x310dd4=await prepareIssueReport(_0x56bfbd);return{'method':_0x5d0d0b(0x16d),'url':_0x5d0d0b(0x18c)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x310dd4['title'],'issue.description':_0x310dd4['description'],'issue.description_original_bytes':_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x16f)],'issue.description_truncated':_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x181)],'issue.description_redactions':_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x19d)],'issue.description_redaction_kinds':_0x310dd4[_0x5d0d0b(0x18e)]['redactionKinds'][_0x5d0d0b(0x17b)](',')}},'description':[_0x5d0d0b(0x1a0),_0x5d0d0b(0x18b)+_0x310dd4['descriptionSource'],_0x310dd4['descriptionFilePath']?_0x5d0d0b(0x17c)+_0x310dd4['descriptionFilePath']:null,_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x181)]?'truncated:\x20original\x20'+_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x16f)]+_0x5d0d0b(0x195):null,_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x19d)]>0x0?_0x5d0d0b(0x17f)+_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x19d)]+'\x20('+_0x310dd4[_0x5d0d0b(0x18e)][_0x5d0d0b(0x16b)]['join'](',\x20')+')':null]['filter'](Boolean)['join']('\x0a')};},async 'execute'(_0x5bf908){const _0x51c2e3=a98_0x3233b2,_0x25caf4=await prepareIssueReport(_0x5bf908);try{await sendPlatformIssueCollectLog({'title':_0x25caf4[_0x51c2e3(0x171)],'description':_0x25caf4[_0x51c2e3(0x188)],'sanitize':{'originalBytes':_0x25caf4[_0x51c2e3(0x18e)][_0x51c2e3(0x16f)],'truncated':_0x25caf4[_0x51c2e3(0x18e)][_0x51c2e3(0x181)],'redactionCount':_0x25caf4[_0x51c2e3(0x18e)][_0x51c2e3(0x19d)],'redactionKinds':_0x25caf4[_0x51c2e3(0x18e)][_0x51c2e3(0x16b)]}});}catch(_0x4e3a6b){throw CliErrors['apiError'](_0x51c2e3(0x190)+(_0x4e3a6b instanceof Error?_0x4e3a6b[_0x51c2e3(0x176)]:String(_0x4e3a6b)),_0x51c2e3(0x16a));}return{'ok':!![],'message':buildResultMessage(_0x25caf4['sanitize']),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x51c2e3(0x175),_0x51c2e3(0x187),_0x51c2e3(0x197),_0x51c2e3(0x185),_0x51c2e3(0x193),_0x51c2e3(0x189)],'issue':{'title':_0x25caf4['title'],'descriptionLength':_0x25caf4[_0x51c2e3(0x188)][_0x51c2e3(0x191)],'descriptionSource':_0x25caf4[_0x51c2e3(0x19b)],..._0x25caf4[_0x51c2e3(0x1a1)]?{'descriptionFile':_0x25caf4[_0x51c2e3(0x1a1)]}:{},'sanitize':{'originalBytes':_0x25caf4[_0x51c2e3(0x18e)]['originalBytes'],'truncated':_0x25caf4['sanitize'][_0x51c2e3(0x181)],'redactions':_0x25caf4[_0x51c2e3(0x18e)]['redactionCount'],'redactionKinds':_0x25caf4[_0x51c2e3(0x18e)][_0x51c2e3(0x16b)]}}}};}};function a98_0x14b7(_0x3e6a9a,_0x42828d){_0x3e6a9a=_0x3e6a9a-0x169;const _0x3c8da1=a98_0x3c8d();let _0x14b765=_0x3c8da1[_0x3e6a9a];return _0x14b765;}function buildResultMessage(_0x3634e2){const _0x12ee9a=a98_0x3233b2,_0x41329f=[];return _0x3634e2[_0x12ee9a(0x181)]&&_0x41329f['push'](_0x12ee9a(0x1a5)+_0x3634e2[_0x12ee9a(0x16f)]+'\x20bytes'),_0x3634e2[_0x12ee9a(0x19d)]>0x0&&_0x41329f['push'](_0x12ee9a(0x178)+_0x3634e2[_0x12ee9a(0x19d)]+'\x20secret(s):\x20'+_0x3634e2['redactionKinds'][_0x12ee9a(0x17b)](',\x20')),_0x41329f['length']===0x0?'Platform\x20issue\x20reported':_0x12ee9a(0x170)+_0x41329f[_0x12ee9a(0x17b)](';\x20')+')';}async function prepareIssueReport(_0xa18510){const _0x49f823=a98_0x3233b2,_0x2399bd=_0xa18510[_0x49f823(0x16e)](_0x49f823(0x171))[_0x49f823(0x199)](),_0x468663=_0xa18510[_0x49f823(0x16e)](_0x49f823(0x188)),_0x1ab878=_0xa18510[_0x49f823(0x16e)](DESCRIPTION_FILE_FLAG)[_0x49f823(0x199)]();if(!_0x1ab878){const _0x361814=_0x468663;if(!_0x361814[_0x49f823(0x199)]())throw CliErrors['validation'](_0x49f823(0x183),_0x49f823(0x19f));const _0x1c8a31=sanitizeIssueDescription(_0x361814);return{'title':_0x2399bd,'description':_0x1c8a31[_0x49f823(0x188)],'descriptionSource':_0x49f823(0x182),'sanitize':_0x1c8a31};}const _0x54699c=resolve(process[_0x49f823(0x184)](),_0x1ab878),_0x5c6c2d=await readFile(_0x54699c,_0x49f823(0x1a3));if(!_0x5c6c2d[_0x49f823(0x199)]())throw CliErrors[_0x49f823(0x18a)](_0x49f823(0x17e)+_0x54699c,'Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.');const _0x275990=sanitizeIssueDescription(_0x5c6c2d);return{'title':_0x2399bd,'description':_0x275990['description'],'descriptionSource':_0x49f823(0x177),'descriptionFilePath':_0x54699c,'sanitize':_0x275990};}
@@ -1 +1 @@
1
- const a99_0x29f5bf=a99_0x13ca;(function(_0x4460cf,_0x35fb46){const _0x5e6fd0=a99_0x13ca,_0x29f010=_0x4460cf();while(!![]){try{const _0x31babf=parseInt(_0x5e6fd0(0x13e))/0x1+-parseInt(_0x5e6fd0(0x134))/0x2+parseInt(_0x5e6fd0(0x133))/0x3*(parseInt(_0x5e6fd0(0x139))/0x4)+parseInt(_0x5e6fd0(0x14d))/0x5+parseInt(_0x5e6fd0(0x132))/0x6*(parseInt(_0x5e6fd0(0x144))/0x7)+parseInt(_0x5e6fd0(0x140))/0x8*(-parseInt(_0x5e6fd0(0x130))/0x9)+parseInt(_0x5e6fd0(0x138))/0xa;if(_0x31babf===_0x35fb46)break;else _0x29f010['push'](_0x29f010['shift']());}catch(_0x5a28cf){_0x29f010['push'](_0x29f010['shift']());}}}(a99_0x35a7,0xa1ba6));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':a99_0x29f5bf(0x149),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':'REDACTED:cookie'},{'kind':a99_0x29f5bf(0x13c),'pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':'REDACTED:authorization'},{'kind':a99_0x29f5bf(0x131),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a99_0x29f5bf(0x150)},{'kind':a99_0x29f5bf(0x148),'pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a99_0x29f5bf(0x136)},{'kind':a99_0x29f5bf(0x14e),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a99_0x29f5bf(0x143)},{'kind':a99_0x29f5bf(0x147),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a99_0x29f5bf(0x137)}];function a99_0x13ca(_0x3d56eb,_0x3346e3){_0x3d56eb=_0x3d56eb-0x12d;const _0x35a7cb=a99_0x35a7();let _0x13ca29=_0x35a7cb[_0x3d56eb];return _0x13ca29;}export function sanitizeIssueDescription(_0x1c2268){const _0x2e456b=a99_0x29f5bf,_0x5f0526=Buffer[_0x2e456b(0x12e)](_0x1c2268,_0x2e456b(0x12f)),_0x5cdedd=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x24f98e=_0x1c2268,_0x1f2520=0x0;const _0x36c76c=[];if(!_0x5cdedd){const _0x2d744c=protectOssAccessKeyIds(_0x24f98e);_0x24f98e=_0x2d744c[_0x2e456b(0x141)];for(const _0x50591a of REDACTION_RULES){let _0x44af88=0x0;_0x24f98e=_0x24f98e[_0x2e456b(0x14c)](_0x50591a[_0x2e456b(0x142)],(_0x38064e,_0x1db4d9)=>{const _0x37cba8=_0x2e456b;_0x44af88+=0x1;const _0x2b164a=typeof _0x1db4d9===_0x37cba8(0x13a)?_0x1db4d9:'';return _0x2b164a+'['+_0x50591a[_0x37cba8(0x14b)]+']';}),_0x44af88>0x0&&(_0x1f2520+=_0x44af88,!_0x36c76c[_0x2e456b(0x14f)](_0x50591a[_0x2e456b(0x146)])&&_0x36c76c[_0x2e456b(0x145)](_0x50591a[_0x2e456b(0x146)]));}_0x24f98e=_0x2d744c['restore'](_0x24f98e);}let _0x398a91=![];if(Buffer[_0x2e456b(0x12e)](_0x24f98e,'utf8')>ISSUE_DESCRIPTION_MAX_BYTES){_0x398a91=!![];const _0x39e11d=Buffer[_0x2e456b(0x12e)](TRUNCATION_NOTICE,_0x2e456b(0x12f)),_0x5471b7=Math[_0x2e456b(0x13b)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x39e11d);_0x24f98e=sliceUtf8Bytes(_0x24f98e,_0x5471b7)+TRUNCATION_NOTICE;}return{'description':_0x24f98e,'originalBytes':_0x5f0526,'truncated':_0x398a91,'redactionCount':_0x1f2520,'redactionKinds':_0x36c76c};}function protectOssAccessKeyIds(_0x2d0e41){const _0x1fd95d=a99_0x29f5bf,_0x2ede18=[],_0x49debd=_0x2d0e41[_0x1fd95d(0x14c)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x3bb57e,_0x4bd0ab)=>{const _0x12554d=_0x1fd95d,_0x2147e4=_0x2ede18[_0x12554d(0x145)](_0x3bb57e[_0x12554d(0x14a)](_0x4bd0ab[_0x12554d(0x12d)]))-0x1;return _0x4bd0ab+_0x12554d(0x135)+_0x2147e4+'__';});return{'description':_0x49debd,'restore':_0x4dd170=>_0x4dd170[_0x1fd95d(0x14c)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x4db376,_0x33fe2b,_0x4dc64f)=>{const _0x1630e2=_0x2ede18[Number(_0x4dc64f)];return _0x1630e2===undefined?_0x4db376:''+_0x33fe2b+_0x1630e2;})};}function sliceUtf8Bytes(_0x11a1a1,_0x3b64a8){const _0x346daa=a99_0x29f5bf;if(_0x3b64a8<=0x0)return'';const _0x53fb8b=Buffer[_0x346daa(0x13f)](_0x11a1a1,_0x346daa(0x12f));if(_0x53fb8b['byteLength']<=_0x3b64a8)return _0x11a1a1;let _0x7518be=_0x3b64a8;while(_0x7518be>0x0){const _0x336ef3=_0x53fb8b[_0x7518be];if(_0x336ef3===undefined||(_0x336ef3&0xc0)!==0x80)break;_0x7518be-=0x1;}return _0x53fb8b[_0x346daa(0x13d)](0x0,_0x7518be)['toString'](_0x346daa(0x12f));}function a99_0x35a7(){const _0x2a761f=['private-key','131598FnIxmI','138cceKVk','1131616mKNaGZ','__RB_OSS_ID_','REDACTED:access-key','REDACTED:bearer-jwt','4582500CkDmTc','28076JNOjrK','string','max','authorization','subarray','5556YiJyxJ','from','408632JxgWgz','description','pattern','REDACTED:password','259gvhdpt','push','kind','bearer-jwt','access-key','cookie','slice','label','replace','4535100wXwFfb','password','includes','REDACTED:private-key','length','byteLength','utf8','225BncQeS'];a99_0x35a7=function(){return _0x2a761f;};return a99_0x35a7();}
1
+ const a99_0x5e021c=a99_0x5270;(function(_0xf5785c,_0x142454){const _0x4293ea=a99_0x5270,_0x4d2d60=_0xf5785c();while(!![]){try{const _0x3a9433=parseInt(_0x4293ea(0x157))/0x1+parseInt(_0x4293ea(0x15d))/0x2+parseInt(_0x4293ea(0x15c))/0x3*(parseInt(_0x4293ea(0x164))/0x4)+parseInt(_0x4293ea(0x155))/0x5+-parseInt(_0x4293ea(0x14e))/0x6+-parseInt(_0x4293ea(0x15e))/0x7+-parseInt(_0x4293ea(0x158))/0x8;if(_0x3a9433===_0x142454)break;else _0x4d2d60['push'](_0x4d2d60['shift']());}catch(_0x20b662){_0x4d2d60['push'](_0x4d2d60['shift']());}}}(a99_0x2283,0x9cee8));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;function a99_0x5270(_0x527ec4,_0x3bbf8b){_0x527ec4=_0x527ec4-0x14d;const _0x2283a1=a99_0x2283();let _0x527072=_0x2283a1[_0x527ec4];return _0x527072;}const TRUNCATION_NOTICE=a99_0x5e021c(0x152),REDACTION_RULES=[{'kind':a99_0x5e021c(0x162),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a99_0x5e021c(0x16a)},{'kind':a99_0x5e021c(0x160),'pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':'REDACTED:authorization'},{'kind':a99_0x5e021c(0x15f),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a99_0x5e021c(0x15b)},{'kind':'access-key','pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':'REDACTED:access-key'},{'kind':a99_0x5e021c(0x15a),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a99_0x5e021c(0x163)},{'kind':a99_0x5e021c(0x156),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':'REDACTED:bearer-jwt'}];export function sanitizeIssueDescription(_0x58f409){const _0x37b989=a99_0x5e021c,_0x2b21bd=Buffer['byteLength'](_0x58f409,_0x37b989(0x150)),_0x7777ba=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x4152d0=_0x58f409,_0x3f8615=0x0;const _0x1e7355=[];if(!_0x7777ba){const _0x16b94a=protectOssAccessKeyIds(_0x4152d0);_0x4152d0=_0x16b94a['description'];for(const _0x62926c of REDACTION_RULES){let _0x51e10e=0x0;_0x4152d0=_0x4152d0['replace'](_0x62926c[_0x37b989(0x159)],(_0x2a7f33,_0x1373f6)=>{const _0x35218e=_0x37b989;_0x51e10e+=0x1;const _0x13bdb2=typeof _0x1373f6===_0x35218e(0x167)?_0x1373f6:'';return _0x13bdb2+'['+_0x62926c['label']+']';}),_0x51e10e>0x0&&(_0x3f8615+=_0x51e10e,!_0x1e7355[_0x37b989(0x14d)](_0x62926c[_0x37b989(0x151)])&&_0x1e7355[_0x37b989(0x168)](_0x62926c['kind']));}_0x4152d0=_0x16b94a[_0x37b989(0x165)](_0x4152d0);}let _0x590844=![];if(Buffer[_0x37b989(0x161)](_0x4152d0,_0x37b989(0x150))>ISSUE_DESCRIPTION_MAX_BYTES){_0x590844=!![];const _0x3d609d=Buffer[_0x37b989(0x161)](TRUNCATION_NOTICE,'utf8'),_0x2b615e=Math['max'](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x3d609d);_0x4152d0=sliceUtf8Bytes(_0x4152d0,_0x2b615e)+TRUNCATION_NOTICE;}return{'description':_0x4152d0,'originalBytes':_0x2b21bd,'truncated':_0x590844,'redactionCount':_0x3f8615,'redactionKinds':_0x1e7355};}function protectOssAccessKeyIds(_0x5c3d7d){const _0x4714e=a99_0x5e021c,_0x3d3e4c=[],_0x479428=_0x5c3d7d['replace'](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x223d58,_0x1f61e3)=>{const _0x30c412=a99_0x5270,_0x10cb4c=_0x3d3e4c[_0x30c412(0x168)](_0x223d58['slice'](_0x1f61e3[_0x30c412(0x153)]))-0x1;return _0x1f61e3+_0x30c412(0x154)+_0x10cb4c+'__';});return{'description':_0x479428,'restore':_0x280e76=>_0x280e76[_0x4714e(0x14f)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x589a50,_0x3133d4,_0x19b988)=>{const _0x388ddf=_0x3d3e4c[Number(_0x19b988)];return _0x388ddf===undefined?_0x589a50:''+_0x3133d4+_0x388ddf;})};}function a99_0x2283(){const _0x2bb8eb=['private-key','authorization','byteLength','cookie','REDACTED:password','161540FwfnOp','restore','toString','string','push','from','REDACTED:cookie','includes','5431998TeJRAn','replace','utf8','kind','\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]','length','__RB_OSS_ID_','4645315mcSYao','bearer-jwt','313447wFPprq','4650296cnXHsu','pattern','password','REDACTED:private-key','78cBazUj','1091028tfIIMs','4960354BxSLVa'];a99_0x2283=function(){return _0x2bb8eb;};return a99_0x2283();}function sliceUtf8Bytes(_0x5964be,_0x3a197e){const _0x37d331=a99_0x5e021c;if(_0x3a197e<=0x0)return'';const _0x105ac1=Buffer[_0x37d331(0x169)](_0x5964be,_0x37d331(0x150));if(_0x105ac1['byteLength']<=_0x3a197e)return _0x5964be;let _0x447aa1=_0x3a197e;while(_0x447aa1>0x0){const _0x2ddf5e=_0x105ac1[_0x447aa1];if(_0x2ddf5e===undefined||(_0x2ddf5e&0xc0)!==0x80)break;_0x447aa1-=0x1;}return _0x105ac1['subarray'](0x0,_0x447aa1)[_0x37d331(0x166)](_0x37d331(0x150));}
@@ -1 +1 @@
1
- const a100_0x35dbf0=a100_0x1332;function a100_0x909f(){const _0x5499a2=['length','readLogs','*\x20Lovrabet\x20CLI\x20logs:\x0a','1226596IfPNtC','*\x20No\x20logs\x20found','keys','toLocaleString','\x20\x20\x20Time:\x20','command','2430ibkMMx','168432DwDQuH','details','log','stringify','clear','logs','240074beWuJB','clearLogs','533144FQGbpk','read','\x20\x20\x20Details:\x20','750QazsZP','warn','44404FRsdNl','message','72mlVkak','duration','*\x20Logs\x20cleared','85374zPikcS','write','forEach','show','timestamp','error','Clear\x20command\x20history\x20logs','en-US','View\x20command\x20history\x20logs','level'];a100_0x909f=function(){return _0x5499a2;};return a100_0x909f();}(function(_0x152a34,_0xce89c3){const _0x26855e=a100_0x1332,_0x17fb1f=_0x152a34();while(!![]){try{const _0x318945=-parseInt(_0x26855e(0x9d))/0x1+parseInt(_0x26855e(0xa4))/0x2+-parseInt(_0x26855e(0x83))/0x3+-parseInt(_0x26855e(0x97))/0x4+-parseInt(_0x26855e(0xa2))/0x5*(-parseInt(_0x26855e(0x96))/0x6)+-parseInt(_0x26855e(0x90))/0x7+-parseInt(_0x26855e(0x9f))/0x8*(-parseInt(_0x26855e(0x80))/0x9);if(_0x318945===_0xce89c3)break;else _0x17fb1f['push'](_0x17fb1f['shift']());}catch(_0x4f32f7){_0x17fb1f['push'](_0x17fb1f['shift']());}}}(a100_0x909f,0x1fcb4));import{logger}from'../../utils/logger.js';function a100_0x1332(_0x40c994,_0x39f9d7){_0x40c994=_0x40c994-0x80;const _0x909ffe=a100_0x909f();let _0x13326d=_0x909ffe[_0x40c994];return _0x13326d;}function printLogs(_0x2ac990){const _0x5b50ea=a100_0x1332;if(_0x2ac990[_0x5b50ea(0x8d)]===0x0){console['log'](_0x5b50ea(0x91));return;}console['log'](_0x5b50ea(0x8f)),_0x2ac990[_0x5b50ea(0x85)]((_0x36a929,_0x4107a3)=>{const _0x110154=_0x5b50ea,_0x42b4da=new Date(_0x36a929[_0x110154(0x87)])[_0x110154(0x93)](_0x110154(0x8a)),_0x177cc0=_0x36a929[_0x110154(0x8c)]==='success'?'√':_0x36a929[_0x110154(0x8c)]===_0x110154(0x88)?'×':_0x36a929[_0x110154(0x8c)]===_0x110154(0xa3)?'!':'i';console[_0x110154(0x99)](_0x4107a3+0x1+'.\x20'+_0x177cc0+'\x20['+_0x36a929[_0x110154(0x95)]+']\x20'+_0x36a929[_0x110154(0xa5)]),console['log'](_0x110154(0x94)+_0x42b4da),_0x36a929['duration']&&console[_0x110154(0x99)]('\x20\x20\x20Duration:\x20'+_0x36a929[_0x110154(0x81)]+'ms'),_0x36a929[_0x110154(0x98)]&&Object[_0x110154(0x92)](_0x36a929[_0x110154(0x98)])[_0x110154(0x8d)]>0x0&&console['log'](_0x110154(0xa1)+JSON[_0x110154(0x9a)](_0x36a929['details'],null,0x2)),console[_0x110154(0x99)]('');});}export const logsDefinitions=[{'service':'logs','command':a100_0x35dbf0(0x86),'description':a100_0x35dbf0(0x8b),'risk':a100_0x35dbf0(0xa0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0xded926){const _0x42dcfd=a100_0x35dbf0;return printLogs(logger[_0x42dcfd(0x8e)]()),{'ok':!![]};}},{'service':a100_0x35dbf0(0x9c),'command':a100_0x35dbf0(0x9b),'description':a100_0x35dbf0(0x89),'risk':a100_0x35dbf0(0x84),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x6ad30b){const _0x35cea8=a100_0x35dbf0;return logger[_0x35cea8(0x9e)](),console[_0x35cea8(0x99)](_0x35cea8(0x82)),{'ok':!![]};}}];
1
+ function a100_0x290e(_0x19306b,_0x58a3c8){_0x19306b=_0x19306b-0x186;const _0x4dff98=a100_0x4dff();let _0x290ee1=_0x4dff98[_0x19306b];return _0x290ee1;}const a100_0x254ebf=a100_0x290e;(function(_0x5b71cf,_0x334cc6){const _0x1c6e9a=a100_0x290e,_0x2a215e=_0x5b71cf();while(!![]){try{const _0xf64063=-parseInt(_0x1c6e9a(0x1a8))/0x1+parseInt(_0x1c6e9a(0x1a2))/0x2*(parseInt(_0x1c6e9a(0x1a1))/0x3)+parseInt(_0x1c6e9a(0x191))/0x4*(parseInt(_0x1c6e9a(0x18a))/0x5)+-parseInt(_0x1c6e9a(0x195))/0x6*(parseInt(_0x1c6e9a(0x18d))/0x7)+parseInt(_0x1c6e9a(0x1a6))/0x8*(-parseInt(_0x1c6e9a(0x198))/0x9)+-parseInt(_0x1c6e9a(0x19a))/0xa+parseInt(_0x1c6e9a(0x19e))/0xb;if(_0xf64063===_0x334cc6)break;else _0x2a215e['push'](_0x2a215e['shift']());}catch(_0x53009c){_0x2a215e['push'](_0x2a215e['shift']());}}}(a100_0x4dff,0xc691e));import{logger}from'../../utils/logger.js';function a100_0x4dff(){const _0x538e20=['*\x20Logs\x20cleared','\x20\x20\x20Duration:\x20','4NKPSKq','forEach','clearLogs','details','3018HVTcOS','level','View\x20command\x20history\x20logs','5154048aeEiOy','show','8521520RXTmow','keys','read','clear','23886676OqZYfH','logs','\x20\x20\x20Time:\x20','1651953uEjCoH','2UzoYdY','duration','stringify','message','8mxHTyg','warn','144435vJVzeP','*\x20No\x20logs\x20found','log','success','en-US','length','3017795ZXLmeu','\x20\x20\x20Details:\x20','toLocaleString','13125zkptbB','command'];a100_0x4dff=function(){return _0x538e20;};return a100_0x4dff();}function printLogs(_0xc1f278){const _0x273c8f=a100_0x290e;if(_0xc1f278[_0x273c8f(0x189)]===0x0){console[_0x273c8f(0x186)](_0x273c8f(0x1a9));return;}console['log']('*\x20Lovrabet\x20CLI\x20logs:\x0a'),_0xc1f278[_0x273c8f(0x192)]((_0x32415a,_0x1ccbea)=>{const _0x173a93=_0x273c8f,_0x31f026=new Date(_0x32415a['timestamp'])[_0x173a93(0x18c)](_0x173a93(0x188)),_0x376dda=_0x32415a[_0x173a93(0x196)]===_0x173a93(0x187)?'√':_0x32415a[_0x173a93(0x196)]==='error'?'×':_0x32415a[_0x173a93(0x196)]===_0x173a93(0x1a7)?'!':'i';console[_0x173a93(0x186)](_0x1ccbea+0x1+'.\x20'+_0x376dda+'\x20['+_0x32415a[_0x173a93(0x18e)]+']\x20'+_0x32415a[_0x173a93(0x1a5)]),console[_0x173a93(0x186)](_0x173a93(0x1a0)+_0x31f026),_0x32415a[_0x173a93(0x1a3)]&&console[_0x173a93(0x186)](_0x173a93(0x190)+_0x32415a[_0x173a93(0x1a3)]+'ms'),_0x32415a['details']&&Object[_0x173a93(0x19b)](_0x32415a[_0x173a93(0x194)])[_0x173a93(0x189)]>0x0&&console['log'](_0x173a93(0x18b)+JSON[_0x173a93(0x1a4)](_0x32415a[_0x173a93(0x194)],null,0x2)),console[_0x173a93(0x186)]('');});}export const logsDefinitions=[{'service':a100_0x254ebf(0x19f),'command':a100_0x254ebf(0x199),'description':a100_0x254ebf(0x197),'risk':a100_0x254ebf(0x19c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x42722a){return printLogs(logger['readLogs']()),{'ok':!![]};}},{'service':a100_0x254ebf(0x19f),'command':a100_0x254ebf(0x19d),'description':'Clear\x20command\x20history\x20logs','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x2fd237){const _0x3f0650=a100_0x254ebf;return logger[_0x3f0650(0x193)](),console['log'](_0x3f0650(0x18f)),{'ok':!![]};}}];
@@ -1 +1 @@
1
- const a101_0x4de99c=a101_0x26ee;(function(_0x5efa91,_0x4153a5){const _0x2ac3a2=a101_0x26ee,_0x141af1=_0x5efa91();while(!![]){try{const _0xd05a9f=parseInt(_0x2ac3a2(0xf3))/0x1*(parseInt(_0x2ac3a2(0x108))/0x2)+parseInt(_0x2ac3a2(0x115))/0x3+parseInt(_0x2ac3a2(0x11c))/0x4*(-parseInt(_0x2ac3a2(0xef))/0x5)+-parseInt(_0x2ac3a2(0x127))/0x6*(-parseInt(_0x2ac3a2(0xe7))/0x7)+parseInt(_0x2ac3a2(0x104))/0x8*(parseInt(_0x2ac3a2(0x123))/0x9)+-parseInt(_0x2ac3a2(0xea))/0xa*(-parseInt(_0x2ac3a2(0x136))/0xb)+-parseInt(_0x2ac3a2(0x11e))/0xc*(parseInt(_0x2ac3a2(0xfa))/0xd);if(_0xd05a9f===_0x4153a5)break;else _0x141af1['push'](_0x141af1['shift']());}catch(_0x683aac){_0x141af1['push'](_0x141af1['shift']());}}}(a101_0x52f7,0x5dc2e));import a101_0x268cf9 from'chalk';import{filterMenusWithResources,fetchOnlineMenuList}from'../../commands/menu/shared/logic.js';import{renderUpdateSummary}from'../../commands/menu/shared/compare-table.js';import{askJsUrl,askCssUrl,askConfirm,startSpinner,stopSpinner,isInteractive,requireInteractive}from'../../commands/menu/shared/inquirer.js';import{CliErrors}from'../../errors.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{runMenuUpdateCore}from'../../commands/menu/shared/update-core.js';import{selectMenusForUpdate}from'../../commands/menu/shared/update-core.js';import{isInProject}from'../../context.js';export const menuAssetUpdate={'service':a101_0x4de99c(0xe3),'command':a101_0x4de99c(0x125),'description':'Update\x20CDN\x20asset\x20URLs\x20for\x20selected\x20online\x20menus\x20with\x20existing\x20resources','risk':a101_0x4de99c(0xec),'flags':[{'name':a101_0x4de99c(0x116),'type':a101_0x4de99c(0x121),'description':a101_0x4de99c(0x134)+'JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}'},{'name':a101_0x4de99c(0x138),'type':'string','description':a101_0x4de99c(0x12c)+a101_0x4de99c(0x13b),'enum':[a101_0x4de99c(0x11b),a101_0x4de99c(0x105)],'default':a101_0x4de99c(0x105)},{'name':a101_0x4de99c(0x11d),'type':a101_0x4de99c(0x114),'description':a101_0x4de99c(0xe6)},{'name':a101_0x4de99c(0xf9),'type':a101_0x4de99c(0x121),'description':'Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update'},{'name':a101_0x4de99c(0xf8),'type':'string','description':a101_0x4de99c(0xfc)},{'name':a101_0x4de99c(0x112),'type':'boolean','description':a101_0x4de99c(0x111)},{'name':a101_0x4de99c(0xfb),'type':a101_0x4de99c(0x121),'enum':[a101_0x4de99c(0xee),a101_0x4de99c(0x117),a101_0x4de99c(0x103)],'description':a101_0x4de99c(0x10f)}],async 'dryRun'(_0x16978b){const _0x2e14f4=a101_0x4de99c;ensureRunnableContext(_0x16978b[_0x2e14f4(0x128)],_0x16978b['selectedAppName']);const _0x4ac947=await runMenuUpdateCore(_0x16978b[_0x2e14f4(0xe8)],_0x16978b[_0x2e14f4(0x13d)],_0x16978b['str'](_0x2e14f4(0x116)),{'mode':parseMode(_0x16978b[_0x2e14f4(0x12b)](_0x2e14f4(0x138))),'dryRun':!![],'force':_0x16978b[_0x2e14f4(0xf0)]('force'),'selection':parseSelection(_0x16978b),'loadScriptMode':parseLoadScriptMode(_0x16978b['str'](_0x2e14f4(0xfb)))});return{'method':'POST','url':'/smartapi/menu/update','body':_0x4ac947,'description':_0x4ac947[_0x2e14f4(0x12f)]?'No\x20menus\x20with\x20existing\x20resources\x20would\x20be\x20updated.':'Would\x20update\x20'+(_0x4ac947[_0x2e14f4(0x132)]?.[_0x2e14f4(0xf4)]??0x0)+_0x2e14f4(0xe1)};},async 'execute'(_0x1adfa4){const _0x2a0efa=a101_0x4de99c;ensureRunnableContext(_0x1adfa4[_0x2a0efa(0x128)],_0x1adfa4[_0x2a0efa(0x113)]);const _0x5adec9=_0x1adfa4[_0x2a0efa(0xfd)](_0x2a0efa(0x100)),_0x11ca4d=_0x1adfa4[_0x2a0efa(0x12b)]('params'),_0x538ee6=parseMode(_0x1adfa4['str'](_0x2a0efa(0x138))),_0x3db007=_0x1adfa4[_0x2a0efa(0xf0)](_0x2a0efa(0x11d)),_0x41e9ff=parseLoadScriptMode(_0x1adfa4['str'](_0x2a0efa(0xfb))),_0x308805=parseParams(_0x11ca4d),_0x462243=!!(_0x308805[_0x2a0efa(0x131)]||_0x308805[_0x2a0efa(0x101)]);if(_0x5adec9||_0x462243&&!isInteractive()){const _0x47f17c=await runMenuUpdateCore(_0x1adfa4['appCode'],_0x1adfa4['cookie'],_0x11ca4d,{'mode':_0x538ee6,'force':_0x3db007,'selection':parseSelection(_0x1adfa4),'loadScriptMode':_0x41e9ff});return _0x47f17c[_0x2a0efa(0x12f)]?writeCliSideChannelLine(_0x2a0efa(0x106)):(writeCliSideChannelLine('✓\x20Menu\x20asset\x20update\x20completed:\x20'+_0x47f17c['updated']+_0x2a0efa(0xe2)),_0x47f17c[_0x2a0efa(0x130)]>0x0&&writeCliSideChannelLine('!\x20'+_0x47f17c[_0x2a0efa(0x130)]+_0x2a0efa(0xf1))),{'ok':_0x47f17c[_0x2a0efa(0x130)]===0x0,'data':_0x47f17c,'message':_0x47f17c[_0x2a0efa(0x12f)]?_0x2a0efa(0xfe):'Menu\x20asset\x20update\x20completed:\x20'+_0x47f17c[_0x2a0efa(0x107)]+'\x20updated,\x20'+_0x47f17c[_0x2a0efa(0x130)]+_0x2a0efa(0xed)};}requireInteractive();const _0x3e3800=startSpinner(_0x2a0efa(0xe5));let _0x4392e7;try{_0x4392e7=await fetchOnlineMenuList(_0x1adfa4['appCode'],_0x1adfa4[_0x2a0efa(0x13d)]),stopSpinner(_0x3e3800,_0x2a0efa(0x12e),!![]);}catch(_0x374370){stopSpinner(_0x3e3800,_0x2a0efa(0x135),![]);throw CliErrors[_0x2a0efa(0x122)](_0x374370 instanceof Error?_0x374370['message']:_0x2a0efa(0x135));}const _0x267d6a=filterMenusWithResources(_0x4392e7),_0x43262f=parseSelection(_0x1adfa4,![]),_0xf2b9a2=_0x43262f?selectMenusForUpdate(_0x267d6a,_0x43262f):_0x267d6a;if(_0xf2b9a2[_0x2a0efa(0xf4)]===0x0)return writeCliSideChannelLine(a101_0x268cf9[_0x2a0efa(0x124)]('\x20\x20!\x20No\x20menus\x20with\x20existing\x20resources\x20found')),{'ok':!![]};writeCliSideChannelLine(''),writeCliSideChannelLine(a101_0x268cf9[_0x2a0efa(0x10b)](_0x2a0efa(0xf2)+_0xf2b9a2[_0x2a0efa(0xf4)]+_0x2a0efa(0x12a))),writeCliSideChannelLine(renderUpdateSummary(_0xf2b9a2['map'](_0x35ecc6=>_0x35ecc6[_0x2a0efa(0x11a)]),[_0x308805[_0x2a0efa(0x131)],_0x308805[_0x2a0efa(0x101)]])),writeCliSideChannelLine('');let _0x1e1fc1=_0x308805[_0x2a0efa(0x131)],_0x11f73f=_0x308805[_0x2a0efa(0x101)];!_0x1e1fc1&&(_0x1e1fc1=await askJsUrl());!_0x11f73f&&(_0x11f73f=await askCssUrl());const _0x479590=await askConfirm(_0x2a0efa(0x109)+_0xf2b9a2[_0x2a0efa(0xf4)]+_0x2a0efa(0x102)+_0x1e1fc1+'\x20and\x20CSS:\x20'+_0x11f73f+'?');if(!_0x479590)return writeCliSideChannelLine(a101_0x268cf9[_0x2a0efa(0xeb)]('\x20\x20Cancelled.')),{'ok':!![]};const _0xf388a3=startSpinner(_0x2a0efa(0x13c)+_0xf2b9a2['length']+_0x2a0efa(0xf6));try{const _0x5fd0fd=await runMenuUpdateCore(_0x1adfa4[_0x2a0efa(0xe8)],_0x1adfa4[_0x2a0efa(0x13d)],JSON[_0x2a0efa(0x12d)]({'jsUrl':_0x1e1fc1,'cssUrl':_0x11f73f}),{'mode':_0x538ee6,'force':_0x3db007,'selection':{'all':![],'menuIds':_0xf2b9a2['map'](_0x4bba83=>_0x4bba83['id']),'paths':[]},'loadScriptMode':_0x41e9ff});return stopSpinner(_0xf388a3,_0x2a0efa(0x13a)+_0x5fd0fd[_0x2a0efa(0x107)]+_0x2a0efa(0x10e),_0x5fd0fd[_0x2a0efa(0x130)]===0x0),{'ok':_0x5fd0fd[_0x2a0efa(0x130)]===0x0,'data':_0x5fd0fd,'message':_0x5fd0fd[_0x2a0efa(0x130)]>0x0?'Menu\x20asset\x20update\x20completed:\x20'+_0x5fd0fd[_0x2a0efa(0x107)]+_0x2a0efa(0xf5)+_0x5fd0fd[_0x2a0efa(0x130)]+_0x2a0efa(0xed):'Menu\x20asset\x20update\x20completed:\x20'+_0x5fd0fd[_0x2a0efa(0x107)]+_0x2a0efa(0x119)};}catch(_0x50a043){stopSpinner(_0xf388a3,'Menu\x20asset\x20update\x20failed',![]);throw CliErrors[_0x2a0efa(0x122)](_0x50a043 instanceof Error?_0x50a043['message']:_0x2a0efa(0x110));}}};function ensureRunnableContext(_0x5e3ffa,_0x338ff6){const _0x36c713=a101_0x4de99c,_0x56ba2f=_0x5e3ffa[_0x36c713(0x10d)]?String(_0x5e3ffa[_0x36c713(0x10d)])[_0x36c713(0xff)]():'';if(!isInProject()&&!_0x338ff6&&!_0x56ba2f)throw CliErrors[_0x36c713(0x122)](_0x36c713(0xe4)+_0x36c713(0x139));}function a101_0x26ee(_0x1906bc,_0x574f15){_0x1906bc=_0x1906bc-0xe1;const _0x52f73f=a101_0x52f7();let _0x26eeb6=_0x52f73f[_0x1906bc];return _0x26eeb6;}function parseMode(_0x2a6d71){const _0x5cabdc=a101_0x4de99c;if(!_0x2a6d71)return _0x5cabdc(0x105);if(_0x2a6d71===_0x5cabdc(0x11b)||_0x2a6d71==='patch')return _0x2a6d71;throw CliErrors[_0x5cabdc(0x122)](_0x5cabdc(0x120));}function parseSelection(_0x4cc22e,_0x5853dc=!![]){const _0x5d5e3f=a101_0x4de99c,_0x1eb06c=_0x4cc22e[_0x5d5e3f(0xf0)](_0x5d5e3f(0x112)),_0x58af57=parseMenuIds(_0x4cc22e[_0x5d5e3f(0x12b)](_0x5d5e3f(0xf9))),_0x2af278=parseCsv(_0x4cc22e[_0x5d5e3f(0x12b)](_0x5d5e3f(0xf8))),_0x31c8ce=_0x58af57[_0x5d5e3f(0xf4)]>0x0||_0x2af278[_0x5d5e3f(0xf4)]>0x0;if(_0x1eb06c&&_0x31c8ce)throw CliErrors[_0x5d5e3f(0x122)]('--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.');if(!_0x1eb06c&&!_0x31c8ce){if(!_0x5853dc)return undefined;throw CliErrors[_0x5d5e3f(0x122)](_0x5d5e3f(0x137));}return{'all':_0x1eb06c,'menuIds':_0x58af57,'paths':_0x2af278};}function a101_0x52f7(){const _0x10a3fc=['cookie','\x20menu\x20resource\x20set(s).','\x20menu(s)\x20updated','menu','menu\x20asset-update\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20','Fetching\x20online\x20menu\x20list...','Allow\x20replace\x20mode\x20to\x20remove\x20existing\x20JS\x20resources','336PlosVw','appCode','--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.','90LVyRkR','gray','high-risk-write','\x20failed.','import','5oKfDmL','bool','\x20menu(s)\x20failed','\x20\x20Found\x20','4xhvDhZ','length','\x20updated,\x20','\x20menu(s)...','isSafeInteger','paths','menu-ids','1781BtZriy','load-mode','Exact\x20comma-separated\x20menu\x20paths\x20to\x20update','flag','Menu\x20asset\x20update\x20skipped','trim','yes','cssUrl','\x20menu(s)\x20with\x20JS:\x20','fetch','56QhRTJH','patch','!\x20No\x20menus\x20with\x20existing\x20resources\x20found','updated','202414UvGaiO','\x20\x20Update\x20','isArray','cyan','object','appcode','\x20menu(s)','Explicitly\x20change\x20the\x20microfrontend\x20resource\x20loading\x20mode','Menu\x20asset\x20update\x20failed','Explicitly\x20update\x20every\x20menu\x20that\x20has\x20resources','all','selectedAppName','boolean','932325ZKRlEf','params','script','some','\x20updated.','label','replace','1641736WNlyvM','force','132372yfHWQR','parse','Invalid\x20--mode.\x20Allowed\x20values:\x20replace,\x20patch','string','validation','985239eTMyWh','yellow','asset-update','Invalid\x20--load-mode.\x20Allowed\x20values:\x20import,\x20script,\x20fetch','30354WGjuXS','rawFlags','map','\x20menu(s)\x20with\x20existing\x20resources','str','Resource\x20update\x20mode:\x20replace\x20rewrites\x20resources\x20from\x20supplied\x20URLs;\x20','stringify','Online\x20menu\x20list\x20fetched','skipped','failed','jsUrl','diffs','filter','Pre-fill\x20JS/CSS\x20URLs\x20to\x20update.\x20','Failed\x20to\x20fetch\x20online\x20menu\x20list','710105vDURzu','menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.','mode','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','Updated\x20','patch\x20replaces\x20a\x20supplied\x20type\x20only\x20when\x20the\x20existing\x20target\x20is\x20unambiguous','Updating\x20'];a101_0x52f7=function(){return _0x10a3fc;};return a101_0x52f7();}function parseMenuIds(_0x4a6e18){const _0x4853e1=a101_0x4de99c,_0x551e0d=parseCsv(_0x4a6e18),_0x103445=_0x551e0d[_0x4853e1(0x129)](Number);if(_0x103445[_0x4853e1(0x118)](_0x2e5e2c=>!Number[_0x4853e1(0xf7)](_0x2e5e2c)||_0x2e5e2c<=0x0))throw CliErrors[_0x4853e1(0x122)](_0x4853e1(0xe9));return[...new Set(_0x103445)];}function parseCsv(_0xd34d80){const _0x16a5a5=a101_0x4de99c;return[...new Set(_0xd34d80['split'](',')[_0x16a5a5(0x129)](_0x343e3e=>_0x343e3e[_0x16a5a5(0xff)]())[_0x16a5a5(0x133)](Boolean))];}function parseLoadScriptMode(_0x507f59){const _0x567788=a101_0x4de99c;if(!_0x507f59)return undefined;if(_0x507f59===_0x567788(0xee)||_0x507f59==='script'||_0x507f59===_0x567788(0x103))return _0x507f59;throw CliErrors[_0x567788(0x122)](_0x567788(0x126));}function parseParams(_0x14f7ec){const _0xbaecc3=a101_0x4de99c;if(!_0x14f7ec)return{};try{const _0x531851=JSON[_0xbaecc3(0x11f)](_0x14f7ec);if(typeof _0x531851!==_0xbaecc3(0x10c)||_0x531851===null||Array[_0xbaecc3(0x10a)](_0x531851))return{};return{'jsUrl':typeof _0x531851[_0xbaecc3(0x131)]===_0xbaecc3(0x121)?_0x531851[_0xbaecc3(0x131)][_0xbaecc3(0xff)]():undefined,'cssUrl':typeof _0x531851[_0xbaecc3(0x101)]===_0xbaecc3(0x121)?_0x531851[_0xbaecc3(0x101)][_0xbaecc3(0xff)]():undefined};}catch{return{};}}
1
+ const a101_0x3b49f5=a101_0x3a2c;(function(_0x5a02ab,_0x28560e){const _0x41a383=a101_0x3a2c,_0x1f2aaf=_0x5a02ab();while(!![]){try{const _0x5c983b=-parseInt(_0x41a383(0x18c))/0x1*(parseInt(_0x41a383(0x18b))/0x2)+parseInt(_0x41a383(0x158))/0x3+parseInt(_0x41a383(0x178))/0x4*(parseInt(_0x41a383(0x17d))/0x5)+parseInt(_0x41a383(0x180))/0x6+-parseInt(_0x41a383(0x179))/0x7*(parseInt(_0x41a383(0x190))/0x8)+parseInt(_0x41a383(0x146))/0x9*(parseInt(_0x41a383(0x16f))/0xa)+-parseInt(_0x41a383(0x173))/0xb;if(_0x5c983b===_0x28560e)break;else _0x1f2aaf['push'](_0x1f2aaf['shift']());}catch(_0x589242){_0x1f2aaf['push'](_0x1f2aaf['shift']());}}}(a101_0x22a6,0x3a32e));import a101_0x40300a from'chalk';import{filterMenusWithResources,fetchOnlineMenuList}from'../../commands/menu/shared/logic.js';import{renderUpdateSummary}from'../../commands/menu/shared/compare-table.js';import{askJsUrl,askCssUrl,askConfirm,startSpinner,stopSpinner,isInteractive,requireInteractive}from'../../commands/menu/shared/inquirer.js';import{CliErrors}from'../../errors.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{runMenuUpdateCore}from'../../commands/menu/shared/update-core.js';import{selectMenusForUpdate}from'../../commands/menu/shared/update-core.js';function a101_0x22a6(){const _0x403de5=['stringify','flag','10KVrRta','91193ndgShZ','patch\x20replaces\x20a\x20supplied\x20type\x20only\x20when\x20the\x20existing\x20target\x20is\x20unambiguous','paths','cssUrl','8eDSxXm','\x20and\x20CSS:\x20','cookie','\x20updated,\x20','--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.','\x20\x20Found\x20','validation','Menu\x20asset\x20update\x20skipped','trim','rawFlags','Menu\x20asset\x20update\x20failed','params','string','404874sOmzEw','\x20\x20Cancelled.','replace','\x20menu(s)\x20failed','Exact\x20comma-separated\x20menu\x20paths\x20to\x20update','parse','object','updated','menu','\x20updated.','Menu\x20asset\x20update\x20completed:\x20','appcode','Update\x20CDN\x20asset\x20URLs\x20for\x20selected\x20online\x20menus\x20with\x20existing\x20resources','Fetching\x20online\x20menu\x20list...','load-mode','jsUrl','filter','appCode','671124FVEwgC','selectedAppName','asset-update','patch','import','all','some','map','mode','/smartapi/menu/update','length','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','menu-ids','message','JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}','\x20\x20!\x20No\x20menus\x20with\x20existing\x20resources\x20found','✓\x20Menu\x20asset\x20update\x20completed:\x20','\x20menu(s)\x20with\x20JS:\x20','split','force','label','bool','\x20menu(s)\x20updated','70tiqdTA','Failed\x20to\x20fetch\x20online\x20menu\x20list','yellow','fetch','4361126JFyfxC','!\x20No\x20menus\x20with\x20existing\x20resources\x20found','script','boolean','Pre-fill\x20JS/CSS\x20URLs\x20to\x20update.\x20','4CcTszc','621607rNDlIC','str','Invalid\x20--load-mode.\x20Allowed\x20values:\x20import,\x20script,\x20fetch','yes','1718695XlxWKl','Invalid\x20--mode.\x20Allowed\x20values:\x20replace,\x20patch','\x20menu(s)...','1783590lFnjZt','\x20menu(s)','isSafeInteger','Allow\x20replace\x20mode\x20to\x20remove\x20existing\x20JS\x20resources','skipped','isArray','No\x20menus\x20with\x20existing\x20resources\x20would\x20be\x20updated.','\x20failed.','failed'];a101_0x22a6=function(){return _0x403de5;};return a101_0x22a6();}import{isInProject}from'../../context.js';export const menuAssetUpdate={'service':a101_0x3b49f5(0x14e),'command':a101_0x3b49f5(0x15a),'description':a101_0x3b49f5(0x152),'risk':'high-risk-write','flags':[{'name':a101_0x3b49f5(0x144),'type':a101_0x3b49f5(0x145),'description':a101_0x3b49f5(0x177)+a101_0x3b49f5(0x166)},{'name':a101_0x3b49f5(0x160),'type':'string','description':'Resource\x20update\x20mode:\x20replace\x20rewrites\x20resources\x20from\x20supplied\x20URLs;\x20'+a101_0x3b49f5(0x18d),'enum':[a101_0x3b49f5(0x148),a101_0x3b49f5(0x15b)],'default':'patch'},{'name':a101_0x3b49f5(0x16b),'type':a101_0x3b49f5(0x176),'description':a101_0x3b49f5(0x183)},{'name':a101_0x3b49f5(0x164),'type':'string','description':'Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update'},{'name':'paths','type':'string','description':a101_0x3b49f5(0x14a)},{'name':a101_0x3b49f5(0x15d),'type':a101_0x3b49f5(0x176),'description':'Explicitly\x20update\x20every\x20menu\x20that\x20has\x20resources'},{'name':a101_0x3b49f5(0x154),'type':a101_0x3b49f5(0x145),'enum':[a101_0x3b49f5(0x15c),a101_0x3b49f5(0x175),a101_0x3b49f5(0x172)],'description':'Explicitly\x20change\x20the\x20microfrontend\x20resource\x20loading\x20mode'}],async 'dryRun'(_0x2c86bf){const _0x4ed454=a101_0x3b49f5;ensureRunnableContext(_0x2c86bf[_0x4ed454(0x142)],_0x2c86bf[_0x4ed454(0x159)]);const _0x17b179=await runMenuUpdateCore(_0x2c86bf['appCode'],_0x2c86bf[_0x4ed454(0x13b)],_0x2c86bf['str'](_0x4ed454(0x144)),{'mode':parseMode(_0x2c86bf[_0x4ed454(0x17a)](_0x4ed454(0x160))),'dryRun':!![],'force':_0x2c86bf['bool'](_0x4ed454(0x16b)),'selection':parseSelection(_0x2c86bf),'loadScriptMode':parseLoadScriptMode(_0x2c86bf[_0x4ed454(0x17a)](_0x4ed454(0x154)))});return{'method':'POST','url':_0x4ed454(0x161),'body':_0x17b179,'description':_0x17b179[_0x4ed454(0x184)]?_0x4ed454(0x186):'Would\x20update\x20'+(_0x17b179['diffs']?.[_0x4ed454(0x162)]??0x0)+'\x20menu\x20resource\x20set(s).'};},async 'execute'(_0x17584f){const _0x47f57c=a101_0x3b49f5;ensureRunnableContext(_0x17584f['rawFlags'],_0x17584f[_0x47f57c(0x159)]);const _0xe61dda=_0x17584f[_0x47f57c(0x18a)](_0x47f57c(0x17c)),_0x193e58=_0x17584f[_0x47f57c(0x17a)](_0x47f57c(0x144)),_0x4655f5=parseMode(_0x17584f['str']('mode')),_0x25cccb=_0x17584f[_0x47f57c(0x16d)](_0x47f57c(0x16b)),_0x4e74a7=parseLoadScriptMode(_0x17584f['str'](_0x47f57c(0x154))),_0x134ae9=parseParams(_0x193e58),_0x4f4c3b=!!(_0x134ae9[_0x47f57c(0x155)]||_0x134ae9[_0x47f57c(0x18f)]);if(_0xe61dda||_0x4f4c3b&&!isInteractive()){const _0x459b24=await runMenuUpdateCore(_0x17584f[_0x47f57c(0x157)],_0x17584f[_0x47f57c(0x13b)],_0x193e58,{'mode':_0x4655f5,'force':_0x25cccb,'selection':parseSelection(_0x17584f),'loadScriptMode':_0x4e74a7});return _0x459b24['skipped']?writeCliSideChannelLine(_0x47f57c(0x174)):(writeCliSideChannelLine(_0x47f57c(0x168)+_0x459b24[_0x47f57c(0x14d)]+_0x47f57c(0x16e)),_0x459b24[_0x47f57c(0x188)]>0x0&&writeCliSideChannelLine('!\x20'+_0x459b24[_0x47f57c(0x188)]+_0x47f57c(0x149))),{'ok':_0x459b24[_0x47f57c(0x188)]===0x0,'data':_0x459b24,'message':_0x459b24[_0x47f57c(0x184)]?_0x47f57c(0x140):_0x47f57c(0x150)+_0x459b24[_0x47f57c(0x14d)]+_0x47f57c(0x13c)+_0x459b24['failed']+_0x47f57c(0x187)};}requireInteractive();const _0x32b6a4=startSpinner(_0x47f57c(0x153));let _0x5c4bff;try{_0x5c4bff=await fetchOnlineMenuList(_0x17584f[_0x47f57c(0x157)],_0x17584f['cookie']),stopSpinner(_0x32b6a4,'Online\x20menu\x20list\x20fetched',!![]);}catch(_0x34c7b4){stopSpinner(_0x32b6a4,_0x47f57c(0x170),![]);throw CliErrors['validation'](_0x34c7b4 instanceof Error?_0x34c7b4[_0x47f57c(0x165)]:_0x47f57c(0x170));}const _0x181962=filterMenusWithResources(_0x5c4bff),_0x89d9d=parseSelection(_0x17584f,![]),_0x65aac8=_0x89d9d?selectMenusForUpdate(_0x181962,_0x89d9d):_0x181962;if(_0x65aac8[_0x47f57c(0x162)]===0x0)return writeCliSideChannelLine(a101_0x40300a[_0x47f57c(0x171)](_0x47f57c(0x167))),{'ok':!![]};writeCliSideChannelLine(''),writeCliSideChannelLine(a101_0x40300a['cyan'](_0x47f57c(0x13e)+_0x65aac8[_0x47f57c(0x162)]+'\x20menu(s)\x20with\x20existing\x20resources')),writeCliSideChannelLine(renderUpdateSummary(_0x65aac8[_0x47f57c(0x15f)](_0x2b89e9=>_0x2b89e9[_0x47f57c(0x16c)]),[_0x134ae9['jsUrl'],_0x134ae9[_0x47f57c(0x18f)]])),writeCliSideChannelLine('');let _0x3d24ec=_0x134ae9[_0x47f57c(0x155)],_0x78979=_0x134ae9['cssUrl'];!_0x3d24ec&&(_0x3d24ec=await askJsUrl());!_0x78979&&(_0x78979=await askCssUrl());const _0x1a1724=await askConfirm('\x20\x20Update\x20'+_0x65aac8[_0x47f57c(0x162)]+_0x47f57c(0x169)+_0x3d24ec+_0x47f57c(0x13a)+_0x78979+'?');if(!_0x1a1724)return writeCliSideChannelLine(a101_0x40300a['gray'](_0x47f57c(0x147))),{'ok':!![]};const _0x487072=startSpinner('Updating\x20'+_0x65aac8['length']+_0x47f57c(0x17f));try{const _0x2b44e1=await runMenuUpdateCore(_0x17584f[_0x47f57c(0x157)],_0x17584f[_0x47f57c(0x13b)],JSON[_0x47f57c(0x189)]({'jsUrl':_0x3d24ec,'cssUrl':_0x78979}),{'mode':_0x4655f5,'force':_0x25cccb,'selection':{'all':![],'menuIds':_0x65aac8[_0x47f57c(0x15f)](_0x5e49e2=>_0x5e49e2['id']),'paths':[]},'loadScriptMode':_0x4e74a7});return stopSpinner(_0x487072,'Updated\x20'+_0x2b44e1[_0x47f57c(0x14d)]+_0x47f57c(0x181),_0x2b44e1[_0x47f57c(0x188)]===0x0),{'ok':_0x2b44e1[_0x47f57c(0x188)]===0x0,'data':_0x2b44e1,'message':_0x2b44e1['failed']>0x0?_0x47f57c(0x150)+_0x2b44e1['updated']+_0x47f57c(0x13c)+_0x2b44e1[_0x47f57c(0x188)]+_0x47f57c(0x187):_0x47f57c(0x150)+_0x2b44e1['updated']+_0x47f57c(0x14f)};}catch(_0x570c0a){stopSpinner(_0x487072,_0x47f57c(0x143),![]);throw CliErrors[_0x47f57c(0x13f)](_0x570c0a instanceof Error?_0x570c0a[_0x47f57c(0x165)]:_0x47f57c(0x143));}}};function ensureRunnableContext(_0x11b600,_0x228e58){const _0x1e7722=a101_0x3b49f5,_0x5e341a=_0x11b600[_0x1e7722(0x151)]?String(_0x11b600[_0x1e7722(0x151)])[_0x1e7722(0x141)]():'';if(!isInProject()&&!_0x228e58&&!_0x5e341a)throw CliErrors[_0x1e7722(0x13f)]('menu\x20asset-update\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20'+_0x1e7722(0x163));}function parseMode(_0x240430){const _0x13e612=a101_0x3b49f5;if(!_0x240430)return'patch';if(_0x240430==='replace'||_0x240430==='patch')return _0x240430;throw CliErrors['validation'](_0x13e612(0x17e));}function parseSelection(_0x4f5dac,_0xb0bee3=!![]){const _0x34e749=a101_0x3b49f5,_0x19f12e=_0x4f5dac['bool'](_0x34e749(0x15d)),_0x2ad835=parseMenuIds(_0x4f5dac[_0x34e749(0x17a)](_0x34e749(0x164))),_0x37e8b2=parseCsv(_0x4f5dac[_0x34e749(0x17a)](_0x34e749(0x18e))),_0x3d3e7e=_0x2ad835[_0x34e749(0x162)]>0x0||_0x37e8b2[_0x34e749(0x162)]>0x0;if(_0x19f12e&&_0x3d3e7e)throw CliErrors[_0x34e749(0x13f)](_0x34e749(0x13d));if(!_0x19f12e&&!_0x3d3e7e){if(!_0xb0bee3)return undefined;throw CliErrors[_0x34e749(0x13f)]('menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.');}return{'all':_0x19f12e,'menuIds':_0x2ad835,'paths':_0x37e8b2};}function parseMenuIds(_0x4ffe85){const _0x4660ef=a101_0x3b49f5,_0x32e551=parseCsv(_0x4ffe85),_0x3dec09=_0x32e551[_0x4660ef(0x15f)](Number);if(_0x3dec09[_0x4660ef(0x15e)](_0x3aa392=>!Number[_0x4660ef(0x182)](_0x3aa392)||_0x3aa392<=0x0))throw CliErrors[_0x4660ef(0x13f)]('--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.');return[...new Set(_0x3dec09)];}function parseCsv(_0x5e504a){const _0x43f79c=a101_0x3b49f5;return[...new Set(_0x5e504a[_0x43f79c(0x16a)](',')['map'](_0x45ff37=>_0x45ff37[_0x43f79c(0x141)]())[_0x43f79c(0x156)](Boolean))];}function a101_0x3a2c(_0x2d53dd,_0x129dc2){_0x2d53dd=_0x2d53dd-0x13a;const _0x22a6b1=a101_0x22a6();let _0x3a2c1f=_0x22a6b1[_0x2d53dd];return _0x3a2c1f;}function parseLoadScriptMode(_0x1eab61){const _0xc43ff4=a101_0x3b49f5;if(!_0x1eab61)return undefined;if(_0x1eab61===_0xc43ff4(0x15c)||_0x1eab61===_0xc43ff4(0x175)||_0x1eab61===_0xc43ff4(0x172))return _0x1eab61;throw CliErrors[_0xc43ff4(0x13f)](_0xc43ff4(0x17b));}function parseParams(_0x2e03aa){const _0x26b6c5=a101_0x3b49f5;if(!_0x2e03aa)return{};try{const _0x5586ba=JSON[_0x26b6c5(0x14b)](_0x2e03aa);if(typeof _0x5586ba!==_0x26b6c5(0x14c)||_0x5586ba===null||Array[_0x26b6c5(0x185)](_0x5586ba))return{};return{'jsUrl':typeof _0x5586ba[_0x26b6c5(0x155)]===_0x26b6c5(0x145)?_0x5586ba[_0x26b6c5(0x155)][_0x26b6c5(0x141)]():undefined,'cssUrl':typeof _0x5586ba[_0x26b6c5(0x18f)]==='string'?_0x5586ba[_0x26b6c5(0x18f)][_0x26b6c5(0x141)]():undefined};}catch{return{};}}
@@ -1 +1 @@
1
- const a102_0x5416ef=a102_0x522e;(function(_0x302c8d,_0x521dfa){const _0x30e2e7=a102_0x522e,_0x59ff15=_0x302c8d();while(!![]){try{const _0x521c4b=-parseInt(_0x30e2e7(0x120))/0x1+parseInt(_0x30e2e7(0x192))/0x2*(-parseInt(_0x30e2e7(0x12e))/0x3)+-parseInt(_0x30e2e7(0x143))/0x4+parseInt(_0x30e2e7(0x14a))/0x5*(-parseInt(_0x30e2e7(0x13b))/0x6)+-parseInt(_0x30e2e7(0x181))/0x7*(parseInt(_0x30e2e7(0x141))/0x8)+parseInt(_0x30e2e7(0x18d))/0x9+parseInt(_0x30e2e7(0x144))/0xa;if(_0x521c4b===_0x521dfa)break;else _0x59ff15['push'](_0x59ff15['shift']());}catch(_0x56b7ad){_0x59ff15['push'](_0x59ff15['shift']());}}}(a102_0x564f,0x68fae));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertMenuDeletePlanCurrent,assertMenuDeletePlanExecutable,createMenuDeletePlanFile,mutationPlanFromDeleteFile,readMenuDeletePlan,writeMenuDeletePlan}from'../../commands/menu/shared/delete-plan.js';import{fetchMenuSnapshot}from'../../commands/menu/shared/facts.js';import{MENU_EXPECT_FLAGS,MENU_ID_FLAG,asVerificationError,assertExpectedState,describeMenuErrorCause,fetchMutationSnapshot,hasFlag,mapMenuApiError,menuDryRunResult,menuError,menuFailure,mutationResult,requireExplicitYes,requireMenu,validateExactId}from'../../commands/menu/shared/mutations.js';function a102_0x564f(){const _0x1e648f=['childrenIds','menu_plan_invalid','Inspect\x20the\x20folder\x20in\x20the\x20platform\x20before\x20deleting\x20it.','expiresAt','Menu\x20delete\x20plan\x20does\x20not\x20contain\x20the\x20complete\x20current\x20subtree\x20in\x20leaf-first\x20order.','causeCode','Menu\x20tree\x20contains\x20a\x20cycle\x20at\x20menu\x20','Required\x20with\x20--dry-run;\x20write\x20the\x20reviewed\x20plan\x20to\x20a\x20new\x20local\x20JSON\x20file','expect-parent-id','childrenCount','batch-delete-menu','Post-mismatch\x20menu\x20readback\x20failed\x20(','Delete\x20an\x20exact\x20menu\x20or\x20a\x20folder\x20subtree\x20from\x20a\x20reviewed\x20plan','failed','batch\x20delete','hash','Exact\x20menu\x20id\x20(required\x20with\x20--dry-run)','1168237eUUbmr','cookie','causeMessage','\x22;\x20--recursive\x20requires\x20a\x20folder\x20root.','indexOf','resources','plan\x20delete','POST','plan','menu','has','menu_folder_has_resources','3312279lOlQdF','toLowerCase','menu_delete_page_bound','type','unconfirmed','140dyePzc','forEach','read\x20menu\x20state\x20after\x20batch\x20delete\x20failure','\x20is\x20not\x20a\x20folder.','size','\x20references\x20missing\x20child\x20','--plan\x20is\x20required\x20for\x20menu\x20delete\x20execution.','Required\x20for\x20execution;\x20consume\x20an\x20unexpired\x20plan\x20created\x20by\x20--plan-out','The\x20backend\x20acknowledged\x20the\x20batch\x20request,\x20but\x20final\x20menu\x20facts\x20did\x20not\x20confirm\x20every\x20deletion.','absentIds','dry-run','Backend\x20reported\x20','expect-path','324501VkSOKI','str','\x20deleted\x20menus;\x20expected\x20','menus','Menu\x20delete\x20execution\x20consumes\x20only\x20--plan;\x20remove\x20','Folder\x20',';\x20execution\x20must\x20consume\x20','The\x20batch\x20response\x20count\x20did\x20not\x20match\x20the\x20reviewed\x20target\x20count;\x20do\x20not\x20retry\x20the\x20same\x20plan.','Inspect\x20the\x20latest\x20menu\x20facts\x20and\x20generate\x20a\x20new\x20delete\x20plan;\x20do\x20not\x20retry\x20this\x20plan.','plan-validation','\x20has\x20','batch-delete','verify\x20batch\x20delete','target','29961MxGhHX','add','Include\x20every\x20descendant\x20of\x20the\x20exact\x20folder\x20id,\x20deleting\x20leaves\x20first','map','):\x20','trim','appCode','Deleting\x20page-bound\x20menus\x20invokes\x20the\x20platform\x27s\x20existing\x20page\x20and\x20PageSchema\x20cascade;\x20listed\x20page\x20ids\x20are\x20direct\x20menu\x20bindings.','resourcesValid','Menu\x20','page\x20','Keep\x20every\x20shared\x20page\x20reference\x20outside\x20this\x20operation,\x20or\x20choose\x20a\x20folder\x20whose\x20complete\x20subtree\x20contains\x20all\x20references.','/smartapi/menu/batchDelete','1074UESsio','Recursive\x20menu\x20delete\x20plan\x20root\x20','\x20direct\x20child\x20menu(s)\x20and\x20cannot\x20be\x20deleted.','verification','plan-out','The\x20batch\x20delete\x20may\x20have\x20partially\x20applied;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20creating\x20a\x20new\x20plan.','24wAxyEh','menu_tree_invalid','294136XKVVWj','17909720AGrFxw','filter','The\x20batch\x20delete\x20request\x20was\x20accepted,\x20but\x20its\x20final\x20online\x20state\x20is\x20unconfirmed.','deleteOrder','--plan-out\x20is\x20required\x20for\x20menu\x20delete\x20dry-run\x20so\x20execution\x20can\x20consume\x20the\x20reviewed\x20plan.','bool','3665aIMKLu','Inspect\x20and\x20repair\x20the\x20folder\x20resource\x20binding\x20in\x20the\x20platform\x20before\x20deleting\x20it.','Generate\x20a\x20new\x20plan\x20with\x20--dry-run\x20--plan-out\x20and\x20do\x20not\x20remove\x20or\x20reorder\x20targets.','read\x20menu\x20state\x20after\x20batch\x20delete\x20count\x20mismatch','\x20menu(s)\x20under\x20exact\x20id\x20','menu_page_shared','stringify','snapshotHash','unknown','message','Menu\x20delete\x20plan\x20cascade\x20does\x20not\x20match\x20the\x20reviewed\x20target\x20page\x20facts.','rabetbase\x20menu\x20list\x20--format\x20json','Batch\x20delete\x20request\x20for\x20menu\x20','folder','validation','\x20has\x20an\x20unreadable\x20extend.resources\x20value\x20and\x20cannot\x20be\x20proven\x20empty.','delete','execute\x20reviewed\x20delete\x20plan','menu_recursive_requires_folder','Remove\x20or\x20verify\x20the\x20resource\x20bindings\x20in\x20the\x20platform\x20before\x20deleting\x20the\x20folder.','Would\x20batch\x20delete\x20','byId','string','length','join','Post-failure\x20menu\x20readback\x20failed\x20(','flagMissing','menu_folder_resources_invalid','recursive','\x20and\x20cannot\x20be\x20deleted\x20safely.','get','menu_verification_failed','\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20absence','push','menu_non_empty','pageId','remainingIds','menu\x20list'];a102_0x564f=function(){return _0x1e648f;};return a102_0x564f();}import{batchDeleteMenuEntities}from'../../commands/menu/shared/service.js';import{CliError,CliErrors}from'../../errors.js';const BACKEND=[{'method':a102_0x5416ef(0x188),'path':'/smartapi/menu/batchDelete'}],MENU_DELETE_ID_FLAG={...MENU_ID_FLAG,'required':![],'description':a102_0x5416ef(0x180)},MENU_DELETE_RECURSIVE_FLAG={'name':a102_0x5416ef(0x166),'type':'boolean','description':a102_0x5416ef(0x130)},MENU_DELETE_PLAN_OUT_FLAG={'name':'plan-out','type':a102_0x5416ef(0x160),'description':a102_0x5416ef(0x177)},MENU_DELETE_PLAN_FLAG={'name':'plan','type':a102_0x5416ef(0x160),'description':a102_0x5416ef(0x11a)};export const menuDelete={'service':a102_0x5416ef(0x18a),'command':'delete','description':a102_0x5416ef(0x17c),'risk':'high-risk-write','structuredErrors':!![],'flags':[MENU_DELETE_ID_FLAG,MENU_DELETE_RECURSIVE_FLAG,MENU_DELETE_PLAN_OUT_FLAG,MENU_DELETE_PLAN_FLAG,...MENU_EXPECT_FLAGS,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x35f40e){const _0x3f8954=a102_0x5416ef;_0x35f40e[_0x3f8954(0x149)](_0x3f8954(0x11d))?validateDeleteDryRunInput(_0x35f40e):validateDeleteExecuteInput(_0x35f40e),requireExplicitYes(_0x35f40e);},async 'dryRun'(_0x3f28da){const _0x20dd7e=a102_0x5416ef;validateDeleteDryRunInput(_0x3f28da);const _0x532b3e=await buildDeletePlan(_0x3f28da),_0x49857a=createMenuDeletePlanFile(_0x3f28da[_0x20dd7e(0x134)],_0x532b3e),_0x39656e=await writeMenuDeletePlan(_0x3f28da[_0x20dd7e(0x121)]('plan-out'),_0x49857a),_0x1c3188=mutationResult({..._0x532b3e,'planFile':{'path':_0x39656e,'createdAt':_0x49857a['createdAt'],'expiresAt':_0x49857a[_0x20dd7e(0x173)]}});return menuDryRunResult(_0x1c3188,{'method':'POST','url':_0x20dd7e(0x13a),'body':{'idList':_0x1c3188[_0x20dd7e(0x147)]},'description':_0x20dd7e(0x15e)+(_0x1c3188[_0x20dd7e(0x147)]?.[_0x20dd7e(0x161)]??0x1)+_0x20dd7e(0x14e)+_0x1c3188['selector']['id']+_0x20dd7e(0x126)+_0x39656e+'.'});},async 'execute'(_0x3e7993){const _0x404019=a102_0x5416ef;requireExplicitYes(_0x3e7993),validateDeleteExecuteInput(_0x3e7993);const _0x161c3e=await readMenuDeletePlan(_0x3e7993[_0x404019(0x121)](_0x404019(0x189))),_0x3d5536=mutationPlanFromDeleteFile(_0x161c3e[_0x404019(0x189)],_0x161c3e['path']),_0x5d4d4b=_0x161c3e['plan'][_0x404019(0x12d)]['id'];try{assertMenuDeletePlanExecutable(_0x161c3e[_0x404019(0x189)],_0x3e7993[_0x404019(0x134)]);}catch(_0x4a89e4){throw menuFailure(asMenuError(_0x4a89e4),_0x3d5536,{'stage':_0x404019(0x129),'failed':{'id':_0x5d4d4b}});}let _0x45ef03,_0x10a3c1;try{_0x45ef03=await fetchMutationSnapshot(_0x3e7993,_0x404019(0x15b),_0x5d4d4b),_0x10a3c1=assertMenuDeletePlanCurrent(_0x161c3e['plan'],_0x3e7993[_0x404019(0x134)],_0x45ef03),assertDeleteTargetsComplete(_0x161c3e[_0x404019(0x189)],_0x45ef03),_0x10a3c1[_0x404019(0x193)](_0x20ae9d=>assertDeleteSafety(_0x20ae9d,_0x161c3e[_0x404019(0x189)][_0x404019(0x166)])),assertNoSharedPages(_0x45ef03,_0x10a3c1),assertCascadeMatchesPlan(_0x3d5536,_0x10a3c1);}catch(_0x345b41){throw menuFailure(asMenuError(_0x345b41),_0x3d5536,{'stage':'pre-write-plan-validation','failed':{'id':_0x5d4d4b}});}const _0x14aa7c=_0x161c3e[_0x404019(0x189)][_0x404019(0x147)];let _0x2c6edb;try{_0x2c6edb=await batchDeleteMenuEntities(_0x3e7993[_0x404019(0x182)],_0x14aa7c);}catch(_0x35f628){const _0x3368b5=mapMenuApiError(_0x35f628,_0x404019(0x17e)),_0x1ddb15=[_0x404019(0x140)];let _0x56acc0;try{_0x56acc0=await readDeleteOutcome(_0x3e7993,_0x14aa7c);}catch(_0xc013df){const _0x73f9b9=describeMenuErrorCause(_0xc013df,_0x404019(0x115),_0x5d4d4b);_0x1ddb15['push'](_0x404019(0x163)+_0x73f9b9[_0x404019(0x175)]+_0x404019(0x132)+_0x73f9b9[_0x404019(0x183)]);throw menuFailure(_0x3368b5,_0x3d5536,{'stage':_0x404019(0x12b),'failed':{'targetIds':_0x14aa7c,'targetIdsAbsent':_0x404019(0x191),..._0x73f9b9},'warnings':_0x1ddb15,'verification':{'status':_0x404019(0x17d),'lookupCommand':_0x404019(0x155),'targetIds':_0x14aa7c}});}throw menuFailure(_0x3368b5,_0x3d5536,{'stage':_0x404019(0x12b),'succeeded':_0x56acc0[_0x404019(0x11c)][_0x404019(0x131)](_0x1e5bcd=>({'id':_0x1e5bcd,'deleted':!![]})),'failed':{'targetIds':_0x14aa7c,'absentIds':_0x56acc0[_0x404019(0x11c)],'remainingIds':_0x56acc0[_0x404019(0x16e)]},'warnings':_0x1ddb15,'verification':verificationFromOutcome(_0x56acc0)});}if(_0x2c6edb!==_0x14aa7c[_0x404019(0x161)]){const _0x1bbcc5=menuError('menu_batch_delete_count_mismatch',_0x404019(0x11e)+_0x2c6edb+_0x404019(0x122)+_0x14aa7c['length']+'.',_0x404019(0x128)),_0x1a4ccb=[_0x404019(0x127)];let _0x29e2ae;try{_0x29e2ae=await readDeleteOutcome(_0x3e7993,_0x14aa7c);}catch(_0x36b5cb){const _0x5c444b=describeMenuErrorCause(_0x36b5cb,_0x404019(0x14d),_0x5d4d4b);_0x1a4ccb[_0x404019(0x16b)](_0x404019(0x17b)+_0x5c444b[_0x404019(0x175)]+'):\x20'+_0x5c444b['causeMessage']);throw menuFailure(_0x1bbcc5,_0x3d5536,{'stage':_0x404019(0x12b),'failed':{'targetIds':_0x14aa7c,'expectedCount':_0x14aa7c[_0x404019(0x161)],'reportedDeletedCount':_0x2c6edb,'targetIdsAbsent':_0x404019(0x191),..._0x5c444b},'warnings':_0x1a4ccb,'verification':{'status':'failed','lookupCommand':_0x404019(0x155),'targetIds':_0x14aa7c}});}throw menuFailure(_0x1bbcc5,_0x3d5536,{'stage':_0x404019(0x12b),'succeeded':_0x29e2ae[_0x404019(0x11c)]['map'](_0x52315e=>({'id':_0x52315e,'deleted':!![]})),'failed':{'targetIds':_0x14aa7c,'expectedCount':_0x14aa7c[_0x404019(0x161)],'reportedDeletedCount':_0x2c6edb,'absentIds':_0x29e2ae['absentIds'],'remainingIds':_0x29e2ae[_0x404019(0x16e)]},'warnings':_0x1a4ccb,'verification':verificationFromOutcome(_0x29e2ae)});}let _0x4661ea;try{_0x4661ea=await readDeleteOutcome(_0x3e7993,_0x14aa7c);}catch(_0x2027ae){const _0x13e9d1=describeMenuErrorCause(_0x2027ae,_0x404019(0x12c),_0x5d4d4b),_0x2d2d46=asVerificationError(_0x2027ae,_0x404019(0x156)+_0x5d4d4b+_0x404019(0x16a));throw menuFailure(_0x2d2d46,_0x3d5536,{'stage':_0x404019(0x13e),'succeeded':_0x14aa7c[_0x404019(0x131)](_0x4028c3=>({'id':_0x4028c3,'deleteRequested':!![]})),'failed':{'id':_0x5d4d4b,'targetIds':_0x14aa7c,'targetIdsAbsent':_0x404019(0x191),..._0x13e9d1},'warnings':[_0x404019(0x146)],'verification':{'status':'failed','lookupCommand':_0x404019(0x155),'targetIds':_0x14aa7c}});}if(_0x4661ea['remainingIds'][_0x404019(0x161)]>0x0){const _0x5de547=menuError(_0x404019(0x169),'One\x20or\x20more\x20planned\x20menus\x20are\x20still\x20present\x20after\x20the\x20batch\x20delete\x20request:\x20'+_0x4661ea[_0x404019(0x16e)][_0x404019(0x162)](',\x20')+'.',_0x404019(0x128));throw menuFailure(_0x5de547,_0x3d5536,{'stage':_0x404019(0x13e),'succeeded':_0x14aa7c[_0x404019(0x131)](_0x56316a=>({'id':_0x56316a,'deleteRequested':!![]})),'failed':{'id':_0x5d4d4b,'targetIds':_0x14aa7c,'absentIds':_0x4661ea[_0x404019(0x11c)],'remainingIds':_0x4661ea[_0x404019(0x16e)]},'warnings':[_0x404019(0x11b)],'verification':verificationFromOutcome(_0x4661ea)});}const _0x5e2477=_0x14aa7c['map'](_0x514b6e=>({'id':_0x514b6e,'deleted':!![]})),_0x21314c=mutationResult({..._0x3d5536,'dryRun':![],'succeeded':_0x5e2477,'verification':{'checkedBy':_0x404019(0x16f),'plannedSnapshotHash':_0x3d5536[_0x404019(0x151)],'finalSnapshotHash':_0x4661ea['snapshot'][_0x404019(0x17f)],'reportedDeletedCount':_0x2c6edb,'targetAbsent':!_0x4661ea['snapshot']['byId'][_0x404019(0x18b)](_0x5d4d4b),'allTargetsAbsent':!![],'targetIds':_0x14aa7c}});return{'ok':!![],'data':_0x21314c,'message':'Deleted\x20'+_0x5e2477[_0x404019(0x161)]+_0x404019(0x14e)+_0x5d4d4b+'.'};}};async function readDeleteOutcome(_0x4a14b0,_0x2b2260){const _0x5a8f81=a102_0x5416ef,_0x496302=await fetchMenuSnapshot(_0x4a14b0['appCode'],_0x4a14b0[_0x5a8f81(0x182)]);return{'snapshot':_0x496302,'absentIds':_0x2b2260[_0x5a8f81(0x145)](_0x4d7d8e=>!_0x496302[_0x5a8f81(0x15f)]['has'](_0x4d7d8e)),'remainingIds':_0x2b2260[_0x5a8f81(0x145)](_0x3ab016=>_0x496302[_0x5a8f81(0x15f)]['has'](_0x3ab016))};}function verificationFromOutcome(_0x33b909){const _0x485d6a=a102_0x5416ef;return{'checkedBy':_0x485d6a(0x16f),'absentIds':_0x33b909['absentIds'],'remainingIds':_0x33b909[_0x485d6a(0x16e)]};}function validateDeleteDryRunInput(_0x4b321f){const _0x2d342a=a102_0x5416ef;validateExactId(_0x4b321f);if(!hasFlag(_0x4b321f,_0x2d342a(0x13f))||!_0x4b321f[_0x2d342a(0x121)](_0x2d342a(0x13f))['trim']())throw CliErrors[_0x2d342a(0x164)](_0x2d342a(0x13f),_0x2d342a(0x148));if(hasFlag(_0x4b321f,'plan'))throw CliErrors[_0x2d342a(0x158)]('--plan\x20cannot\x20be\x20combined\x20with\x20--dry-run;\x20use\x20--plan-out.');}function validateDeleteExecuteInput(_0x949f12){const _0x316497=a102_0x5416ef;if(!hasFlag(_0x949f12,_0x316497(0x189))||!_0x949f12[_0x316497(0x121)](_0x316497(0x189))[_0x316497(0x133)]())throw CliErrors[_0x316497(0x164)]('plan',_0x316497(0x119));const _0x1aee3d=['id',_0x316497(0x166),_0x316497(0x13f),_0x316497(0x178),_0x316497(0x11f),'expected-children-count'][_0x316497(0x145)](_0x9a2e54=>hasFlag(_0x949f12,_0x9a2e54));if(_0x1aee3d[_0x316497(0x161)]>0x0)throw CliErrors[_0x316497(0x158)](_0x316497(0x124)+_0x1aee3d[_0x316497(0x131)](_0x506c0f=>'--'+_0x506c0f)[_0x316497(0x162)](',\x20')+'.');}async function buildDeletePlan(_0x23a694){const _0x2cecd4=a102_0x5416ef,_0x42c210=validateExactId(_0x23a694),_0x417fe2=await fetchMutationSnapshot(_0x23a694,_0x2cecd4(0x187),_0x42c210),_0x40dbd4=requireMenu(_0x417fe2,_0x42c210);assertExpectedState(_0x23a694,_0x40dbd4);const _0x13033c=_0x23a694[_0x2cecd4(0x149)](_0x2cecd4(0x166));let _0xdc41e1;if(_0x13033c){if(_0x40dbd4['type'][_0x2cecd4(0x133)]()[_0x2cecd4(0x18e)]()!==_0x2cecd4(0x157))throw menuError(_0x2cecd4(0x15c),_0x2cecd4(0x137)+_0x40dbd4['id']+'\x20is\x20type\x20\x22'+(_0x40dbd4[_0x2cecd4(0x190)]||_0x2cecd4(0x152))+_0x2cecd4(0x184));_0xdc41e1=collectDeleteTargets(_0x417fe2,_0x40dbd4),_0xdc41e1['forEach'](_0x3efc16=>assertDeleteSafety(_0x3efc16,!![]));}else assertDeleteSafety(_0x40dbd4),_0xdc41e1=[_0x40dbd4];assertNoSharedPages(_0x417fe2,_0xdc41e1);const _0x58d804=_0xdc41e1[_0x2cecd4(0x131)](_0x1d4dce=>_0x1d4dce['id']),_0xda9db2=cascadeForTargets(_0xdc41e1),_0x2ff5ee=_0xda9db2['pages'][_0x2cecd4(0x161)]>0x0?[_0x2cecd4(0x135)]:[];return mutationResult({'operation':_0x2cecd4(0x15a),'selector':{'id':_0x42c210,'recursive':_0x13033c},'before':_0x40dbd4,'after':null,'dryRun':!![],'backend':[...BACKEND],'plannedActions':[{'stage':_0x2cecd4(0x17a),'method':_0x2cecd4(0x188),'path':'/smartapi/menu/batchDelete','body':{'idList':_0x58d804}}],'targets':_0xdc41e1,'deleteOrder':_0x58d804,'snapshotHash':_0x417fe2[_0x2cecd4(0x17f)],'cascade':_0xda9db2,'warnings':_0x2ff5ee});}function assertDeleteSafety(_0x5c140e,_0x5610fb=![]){const _0x169dd5=a102_0x5416ef,_0x15ad60=_0x5c140e[_0x169dd5(0x190)][_0x169dd5(0x133)]()[_0x169dd5(0x18e)]()===_0x169dd5(0x157);if(_0x5c140e[_0x169dd5(0x179)]>0x0&&(!_0x5610fb||!_0x15ad60))throw menuError(_0x169dd5(0x16c),_0x169dd5(0x137)+_0x5c140e['id']+_0x169dd5(0x12a)+_0x5c140e[_0x169dd5(0x179)]+_0x169dd5(0x13d),'Handle\x20child\x20ids\x20in\x20the\x20platform\x20first:\x20'+_0x5c140e[_0x169dd5(0x170)][_0x169dd5(0x162)](',\x20'));if(_0x15ad60&&_0x5c140e['pageId']!=null)throw menuError(_0x169dd5(0x18f),_0x169dd5(0x125)+_0x5c140e['id']+'\x20is\x20unexpectedly\x20bound\x20to\x20page\x20'+_0x5c140e[_0x169dd5(0x16d)]+_0x169dd5(0x167),_0x169dd5(0x172));if(!_0x15ad60)return;if(!_0x5c140e[_0x169dd5(0x136)])throw menuError(_0x169dd5(0x165),_0x169dd5(0x125)+_0x5c140e['id']+_0x169dd5(0x159),_0x169dd5(0x14b));if(_0x5c140e[_0x169dd5(0x186)][_0x169dd5(0x161)]>0x0)throw menuError(_0x169dd5(0x18c),_0x169dd5(0x125)+_0x5c140e['id']+'\x20still\x20references\x20'+_0x5c140e[_0x169dd5(0x186)]['length']+'\x20resource\x20URL(s).',_0x169dd5(0x15d));}function collectDeleteTargets(_0x132392,_0x613295){const _0x454e75=[],_0x264e4c=new Set(),_0x6521e9=new Set(),_0x267164=_0x2248bd=>{const _0x391f6f=a102_0x522e;if(_0x264e4c[_0x391f6f(0x18b)](_0x2248bd['id']))throw menuError(_0x391f6f(0x142),_0x391f6f(0x176)+_0x2248bd['id']+'.');if(_0x6521e9[_0x391f6f(0x18b)](_0x2248bd['id']))return;_0x264e4c[_0x391f6f(0x12f)](_0x2248bd['id']);for(const _0x279094 of _0x2248bd['childrenIds']){const _0x1676cd=_0x132392[_0x391f6f(0x15f)][_0x391f6f(0x168)](_0x279094);if(!_0x1676cd)throw menuError(_0x391f6f(0x142),_0x391f6f(0x137)+_0x2248bd['id']+_0x391f6f(0x118)+_0x279094+'.');_0x267164(_0x1676cd);}_0x264e4c['delete'](_0x2248bd['id']),_0x6521e9[_0x391f6f(0x12f)](_0x2248bd['id']),_0x454e75[_0x391f6f(0x16b)](_0x2248bd);};return _0x267164(_0x613295),_0x454e75;}function assertDeleteTargetsComplete(_0x26d227,_0x396fda){const _0x4d71c7=a102_0x5416ef,_0xe64d28=requireMenu(_0x396fda,_0x26d227['target']['id']);if(_0x26d227[_0x4d71c7(0x166)]&&_0xe64d28['type'][_0x4d71c7(0x133)]()[_0x4d71c7(0x18e)]()!==_0x4d71c7(0x157))throw menuError(_0x4d71c7(0x171),_0x4d71c7(0x13c)+_0xe64d28['id']+_0x4d71c7(0x116));const _0x5f5234=_0x26d227['recursive']?collectDeleteTargets(_0x396fda,_0xe64d28)[_0x4d71c7(0x131)](_0xf9ede=>_0xf9ede['id']):[_0xe64d28['id']];if(JSON['stringify'](_0x26d227[_0x4d71c7(0x147)])!==JSON[_0x4d71c7(0x150)](_0x5f5234))throw menuError(_0x4d71c7(0x171),_0x4d71c7(0x174),_0x4d71c7(0x14c));}function assertNoSharedPages(_0x4dd078,_0x3fbb51){const _0x33ba83=a102_0x5416ef,_0x191e95=new Set(_0x3fbb51[_0x33ba83(0x131)](_0x13326b=>_0x13326b['id'])),_0x49ea78=new Set(_0x3fbb51['map'](_0x4df16f=>_0x4df16f[_0x33ba83(0x16d)])[_0x33ba83(0x145)](_0x1dc4df=>_0x1dc4df!=null));if(_0x49ea78[_0x33ba83(0x117)]===0x0)return;const _0x5e2558=_0x4dd078[_0x33ba83(0x123)][_0x33ba83(0x145)](_0x57e9e8=>!_0x191e95[_0x33ba83(0x18b)](_0x57e9e8['id'])&&_0x57e9e8[_0x33ba83(0x16d)]!=null&&_0x49ea78[_0x33ba83(0x18b)](_0x57e9e8[_0x33ba83(0x16d)]));if(_0x5e2558[_0x33ba83(0x161)]===0x0)return;const _0x465b3a=_0x5e2558['map'](_0x4be7e6=>_0x33ba83(0x138)+_0x4be7e6[_0x33ba83(0x16d)]+'\x20->\x20menu\x20'+_0x4be7e6['id'])[_0x33ba83(0x162)](',\x20');throw menuError(_0x33ba83(0x14f),'Page\x20bindings\x20are\x20referenced\x20by\x20menus\x20outside\x20the\x20delete\x20plan:\x20'+_0x465b3a+'.',_0x33ba83(0x139));}function a102_0x522e(_0x10026b,_0x5bf136){_0x10026b=_0x10026b-0x115;const _0x564f3b=a102_0x564f();let _0x522e7e=_0x564f3b[_0x10026b];return _0x522e7e;}function assertCascadeMatchesPlan(_0x55809a,_0x53987b){const _0x5c7b33=a102_0x5416ef,_0x2a9a1c=cascadeForTargets(_0x53987b);if(JSON['stringify'](_0x55809a['cascade'])!==JSON['stringify'](_0x2a9a1c))throw menuError('menu_plan_invalid',_0x5c7b33(0x154));}function cascadeForTargets(_0x43dd9d){const _0xb674aa=a102_0x5416ef,_0x251794=_0x43dd9d[_0xb674aa(0x131)](_0x3a37ed=>_0x3a37ed[_0xb674aa(0x16d)])[_0xb674aa(0x145)](_0x57d454=>_0x57d454!=null)[_0xb674aa(0x145)]((_0x420196,_0x48dbf1,_0x20ff05)=>_0x20ff05[_0xb674aa(0x185)](_0x420196)===_0x48dbf1);return{'pages':_0x251794,'pageSchemaAffected':_0x251794[_0xb674aa(0x161)]>0x0};}function asMenuError(_0x14ecb8){const _0x45efba=a102_0x5416ef;return _0x14ecb8 instanceof CliError?_0x14ecb8:menuError('menu_plan_invalid',_0x14ecb8 instanceof Error?_0x14ecb8[_0x45efba(0x153)]:String(_0x14ecb8));}
1
+ const a102_0x2593fb=a102_0x5c97;(function(_0x2b63f0,_0x30c96e){const _0x1e5efe=a102_0x5c97,_0x3ea3e2=_0x2b63f0();while(!![]){try{const _0x4f1379=-parseInt(_0x1e5efe(0x119))/0x1+parseInt(_0x1e5efe(0x106))/0x2*(-parseInt(_0x1e5efe(0x163))/0x3)+parseInt(_0x1e5efe(0x16e))/0x4*(-parseInt(_0x1e5efe(0x11f))/0x5)+-parseInt(_0x1e5efe(0x14c))/0x6+-parseInt(_0x1e5efe(0x16c))/0x7*(-parseInt(_0x1e5efe(0x11e))/0x8)+parseInt(_0x1e5efe(0x165))/0x9+parseInt(_0x1e5efe(0xfc))/0xa*(parseInt(_0x1e5efe(0x166))/0xb);if(_0x4f1379===_0x30c96e)break;else _0x3ea3e2['push'](_0x3ea3e2['shift']());}catch(_0x4b5661){_0x3ea3e2['push'](_0x3ea3e2['shift']());}}}(a102_0x3096,0xace9e));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertMenuDeletePlanCurrent,assertMenuDeletePlanExecutable,createMenuDeletePlanFile,mutationPlanFromDeleteFile,readMenuDeletePlan,writeMenuDeletePlan}from'../../commands/menu/shared/delete-plan.js';import{fetchMenuSnapshot}from'../../commands/menu/shared/facts.js';import{MENU_EXPECT_FLAGS,MENU_ID_FLAG,asVerificationError,assertExpectedState,describeMenuErrorCause,fetchMutationSnapshot,hasFlag,mapMenuApiError,menuDryRunResult,menuError,menuFailure,mutationResult,requireExplicitYes,requireMenu,validateExactId}from'../../commands/menu/shared/mutations.js';function a102_0x5c97(_0x214bc4,_0x45ddb6){_0x214bc4=_0x214bc4-0xf9;const _0x309673=a102_0x3096();let _0x5c97c1=_0x309673[_0x214bc4];return _0x5c97c1;}import{batchDeleteMenuEntities}from'../../commands/menu/shared/service.js';import{CliError,CliErrors}from'../../errors.js';const BACKEND=[{'method':a102_0x2593fb(0x102),'path':a102_0x2593fb(0x149)}],MENU_DELETE_ID_FLAG={...MENU_ID_FLAG,'required':![],'description':a102_0x2593fb(0x15f)},MENU_DELETE_RECURSIVE_FLAG={'name':a102_0x2593fb(0x111),'type':'boolean','description':a102_0x2593fb(0x16b)},MENU_DELETE_PLAN_OUT_FLAG={'name':a102_0x2593fb(0x142),'type':a102_0x2593fb(0x177),'description':a102_0x2593fb(0x144)},MENU_DELETE_PLAN_FLAG={'name':a102_0x2593fb(0x139),'type':a102_0x2593fb(0x177),'description':a102_0x2593fb(0x12d)};export const menuDelete={'service':a102_0x2593fb(0x137),'command':a102_0x2593fb(0xf9),'description':a102_0x2593fb(0x133),'risk':a102_0x2593fb(0x13f),'structuredErrors':!![],'flags':[MENU_DELETE_ID_FLAG,MENU_DELETE_RECURSIVE_FLAG,MENU_DELETE_PLAN_OUT_FLAG,MENU_DELETE_PLAN_FLAG,...MENU_EXPECT_FLAGS,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x57d6e3){const _0x1b3fb9=a102_0x2593fb;_0x57d6e3[_0x1b3fb9(0x160)](_0x1b3fb9(0x11b))?validateDeleteDryRunInput(_0x57d6e3):validateDeleteExecuteInput(_0x57d6e3),requireExplicitYes(_0x57d6e3);},async 'dryRun'(_0x47cd14){const _0x45d6bb=a102_0x2593fb;validateDeleteDryRunInput(_0x47cd14);const _0x5a5b5e=await buildDeletePlan(_0x47cd14),_0x4bf681=createMenuDeletePlanFile(_0x47cd14[_0x45d6bb(0x167)],_0x5a5b5e),_0x575556=await writeMenuDeletePlan(_0x47cd14[_0x45d6bb(0x129)]('plan-out'),_0x4bf681),_0x761019=mutationResult({..._0x5a5b5e,'planFile':{'path':_0x575556,'createdAt':_0x4bf681[_0x45d6bb(0x138)],'expiresAt':_0x4bf681['expiresAt']}});return menuDryRunResult(_0x761019,{'method':_0x45d6bb(0x102),'url':_0x45d6bb(0x149),'body':{'idList':_0x761019[_0x45d6bb(0x178)]},'description':_0x45d6bb(0x13b)+(_0x761019['deleteOrder']?.[_0x45d6bb(0x13e)]??0x1)+_0x45d6bb(0x10b)+_0x761019[_0x45d6bb(0x124)]['id']+_0x45d6bb(0x16a)+_0x575556+'.'});},async 'execute'(_0x500186){const _0x39e4a2=a102_0x2593fb;requireExplicitYes(_0x500186),validateDeleteExecuteInput(_0x500186);const _0x329c77=await readMenuDeletePlan(_0x500186[_0x39e4a2(0x129)](_0x39e4a2(0x139))),_0x3f275e=mutationPlanFromDeleteFile(_0x329c77['plan'],_0x329c77['path']),_0x15d6e1=_0x329c77[_0x39e4a2(0x139)]['target']['id'];try{assertMenuDeletePlanExecutable(_0x329c77[_0x39e4a2(0x139)],_0x500186[_0x39e4a2(0x167)]);}catch(_0x4d4951){throw menuFailure(asMenuError(_0x4d4951),_0x3f275e,{'stage':'plan-validation','failed':{'id':_0x15d6e1}});}let _0x1fc716,_0x573f9b;try{_0x1fc716=await fetchMutationSnapshot(_0x500186,_0x39e4a2(0x10a),_0x15d6e1),_0x573f9b=assertMenuDeletePlanCurrent(_0x329c77[_0x39e4a2(0x139)],_0x500186[_0x39e4a2(0x167)],_0x1fc716),assertDeleteTargetsComplete(_0x329c77['plan'],_0x1fc716),_0x573f9b['forEach'](_0x2a84ff=>assertDeleteSafety(_0x2a84ff,_0x329c77['plan'][_0x39e4a2(0x111)])),assertNoSharedPages(_0x1fc716,_0x573f9b),assertCascadeMatchesPlan(_0x3f275e,_0x573f9b);}catch(_0x46c475){throw menuFailure(asMenuError(_0x46c475),_0x3f275e,{'stage':_0x39e4a2(0xfa),'failed':{'id':_0x15d6e1}});}const _0x4ca60b=_0x329c77[_0x39e4a2(0x139)][_0x39e4a2(0x178)];let _0x1c2781;try{_0x1c2781=await batchDeleteMenuEntities(_0x500186[_0x39e4a2(0x159)],_0x4ca60b);}catch(_0x2b1720){const _0xad2bc9=mapMenuApiError(_0x2b1720,_0x39e4a2(0x135)),_0x2fe300=[_0x39e4a2(0x14b)];let _0x4a6234;try{_0x4a6234=await readDeleteOutcome(_0x500186,_0x4ca60b);}catch(_0xeef00e){const _0x11bbd4=describeMenuErrorCause(_0xeef00e,_0x39e4a2(0x143),_0x15d6e1);_0x2fe300[_0x39e4a2(0x173)](_0x39e4a2(0x146)+_0x11bbd4['causeCode']+_0x39e4a2(0x170)+_0x11bbd4[_0x39e4a2(0x14d)]);throw menuFailure(_0xad2bc9,_0x3f275e,{'stage':_0x39e4a2(0x11a),'failed':{'targetIds':_0x4ca60b,'targetIdsAbsent':_0x39e4a2(0x169),..._0x11bbd4},'warnings':_0x2fe300,'verification':{'status':'failed','lookupCommand':_0x39e4a2(0x13c),'targetIds':_0x4ca60b}});}throw menuFailure(_0xad2bc9,_0x3f275e,{'stage':_0x39e4a2(0x11a),'succeeded':_0x4a6234[_0x39e4a2(0x15a)][_0x39e4a2(0xff)](_0xfc99ec=>({'id':_0xfc99ec,'deleted':!![]})),'failed':{'targetIds':_0x4ca60b,'absentIds':_0x4a6234[_0x39e4a2(0x15a)],'remainingIds':_0x4a6234[_0x39e4a2(0x179)]},'warnings':_0x2fe300,'verification':verificationFromOutcome(_0x4a6234)});}if(_0x1c2781!==_0x4ca60b['length']){const _0x58f34c=menuError('menu_batch_delete_count_mismatch','Backend\x20reported\x20'+_0x1c2781+_0x39e4a2(0x145)+_0x4ca60b[_0x39e4a2(0x13e)]+'.','Inspect\x20the\x20latest\x20menu\x20facts\x20and\x20generate\x20a\x20new\x20delete\x20plan;\x20do\x20not\x20retry\x20this\x20plan.'),_0x183d92=[_0x39e4a2(0x141)];let _0x46218a;try{_0x46218a=await readDeleteOutcome(_0x500186,_0x4ca60b);}catch(_0x435cfa){const _0x5351df=describeMenuErrorCause(_0x435cfa,'read\x20menu\x20state\x20after\x20batch\x20delete\x20count\x20mismatch',_0x15d6e1);_0x183d92['push'](_0x39e4a2(0x175)+_0x5351df[_0x39e4a2(0x176)]+_0x39e4a2(0x170)+_0x5351df[_0x39e4a2(0x14d)]);throw menuFailure(_0x58f34c,_0x3f275e,{'stage':_0x39e4a2(0x11a),'failed':{'targetIds':_0x4ca60b,'expectedCount':_0x4ca60b[_0x39e4a2(0x13e)],'reportedDeletedCount':_0x1c2781,'targetIdsAbsent':'unconfirmed',..._0x5351df},'warnings':_0x183d92,'verification':{'status':_0x39e4a2(0xfb),'lookupCommand':_0x39e4a2(0x13c),'targetIds':_0x4ca60b}});}throw menuFailure(_0x58f34c,_0x3f275e,{'stage':_0x39e4a2(0x11a),'succeeded':_0x46218a[_0x39e4a2(0x15a)][_0x39e4a2(0xff)](_0x2f91ab=>({'id':_0x2f91ab,'deleted':!![]})),'failed':{'targetIds':_0x4ca60b,'expectedCount':_0x4ca60b[_0x39e4a2(0x13e)],'reportedDeletedCount':_0x1c2781,'absentIds':_0x46218a[_0x39e4a2(0x15a)],'remainingIds':_0x46218a[_0x39e4a2(0x179)]},'warnings':_0x183d92,'verification':verificationFromOutcome(_0x46218a)});}let _0x405abb;try{_0x405abb=await readDeleteOutcome(_0x500186,_0x4ca60b);}catch(_0x2f2bb1){const _0x1ece8b=describeMenuErrorCause(_0x2f2bb1,_0x39e4a2(0x10c),_0x15d6e1),_0x454e41=asVerificationError(_0x2f2bb1,_0x39e4a2(0x103)+_0x15d6e1+_0x39e4a2(0x131));throw menuFailure(_0x454e41,_0x3f275e,{'stage':'verification','succeeded':_0x4ca60b[_0x39e4a2(0xff)](_0x1bdf18=>({'id':_0x1bdf18,'deleteRequested':!![]})),'failed':{'id':_0x15d6e1,'targetIds':_0x4ca60b,'targetIdsAbsent':_0x39e4a2(0x169),..._0x1ece8b},'warnings':['The\x20batch\x20delete\x20request\x20was\x20accepted,\x20but\x20its\x20final\x20online\x20state\x20is\x20unconfirmed.'],'verification':{'status':_0x39e4a2(0xfb),'lookupCommand':_0x39e4a2(0x13c),'targetIds':_0x4ca60b}});}if(_0x405abb[_0x39e4a2(0x179)][_0x39e4a2(0x13e)]>0x0){const _0x24648d=menuError(_0x39e4a2(0x13d),_0x39e4a2(0x128)+_0x405abb[_0x39e4a2(0x179)][_0x39e4a2(0x112)](',\x20')+'.',_0x39e4a2(0x152));throw menuFailure(_0x24648d,_0x3f275e,{'stage':_0x39e4a2(0x117),'succeeded':_0x4ca60b[_0x39e4a2(0xff)](_0x2fbb63=>({'id':_0x2fbb63,'deleteRequested':!![]})),'failed':{'id':_0x15d6e1,'targetIds':_0x4ca60b,'absentIds':_0x405abb[_0x39e4a2(0x15a)],'remainingIds':_0x405abb[_0x39e4a2(0x179)]},'warnings':[_0x39e4a2(0x14a)],'verification':verificationFromOutcome(_0x405abb)});}const _0x23d50a=_0x4ca60b[_0x39e4a2(0xff)](_0x27a593=>({'id':_0x27a593,'deleted':!![]})),_0xf4bd1a=mutationResult({..._0x3f275e,'dryRun':![],'succeeded':_0x23d50a,'verification':{'checkedBy':_0x39e4a2(0x10e),'plannedSnapshotHash':_0x3f275e[_0x39e4a2(0x17a)],'finalSnapshotHash':_0x405abb[_0x39e4a2(0x12a)][_0x39e4a2(0x158)],'reportedDeletedCount':_0x1c2781,'targetAbsent':!_0x405abb[_0x39e4a2(0x12a)][_0x39e4a2(0x16f)][_0x39e4a2(0x108)](_0x15d6e1),'allTargetsAbsent':!![],'targetIds':_0x4ca60b}});return{'ok':!![],'data':_0xf4bd1a,'message':_0x39e4a2(0x150)+_0x23d50a[_0x39e4a2(0x13e)]+_0x39e4a2(0x10b)+_0x15d6e1+'.'};}};async function readDeleteOutcome(_0x460480,_0x3aa837){const _0x48219b=a102_0x2593fb,_0x3d2eb8=await fetchMenuSnapshot(_0x460480['appCode'],_0x460480[_0x48219b(0x159)]);return{'snapshot':_0x3d2eb8,'absentIds':_0x3aa837[_0x48219b(0x147)](_0x329a33=>!_0x3d2eb8['byId'][_0x48219b(0x108)](_0x329a33)),'remainingIds':_0x3aa837[_0x48219b(0x147)](_0x2adf5c=>_0x3d2eb8[_0x48219b(0x16f)][_0x48219b(0x108)](_0x2adf5c))};}function verificationFromOutcome(_0x2df056){const _0x50ee8d=a102_0x2593fb;return{'checkedBy':'menu\x20list','absentIds':_0x2df056[_0x50ee8d(0x15a)],'remainingIds':_0x2df056[_0x50ee8d(0x179)]};}function validateDeleteDryRunInput(_0x830028){const _0x11be16=a102_0x2593fb;validateExactId(_0x830028);if(!hasFlag(_0x830028,_0x11be16(0x142))||!_0x830028[_0x11be16(0x129)]('plan-out')['trim']())throw CliErrors[_0x11be16(0x174)](_0x11be16(0x142),'--plan-out\x20is\x20required\x20for\x20menu\x20delete\x20dry-run\x20so\x20execution\x20can\x20consume\x20the\x20reviewed\x20plan.');if(hasFlag(_0x830028,'plan'))throw CliErrors[_0x11be16(0x136)]('--plan\x20cannot\x20be\x20combined\x20with\x20--dry-run;\x20use\x20--plan-out.');}function validateDeleteExecuteInput(_0x441228){const _0x53e19b=a102_0x2593fb;if(!hasFlag(_0x441228,_0x53e19b(0x139))||!_0x441228['str'](_0x53e19b(0x139))[_0x53e19b(0x153)]())throw CliErrors[_0x53e19b(0x174)](_0x53e19b(0x139),_0x53e19b(0x10f));const _0x32211b=['id',_0x53e19b(0x111),_0x53e19b(0x142),'expect-parent-id',_0x53e19b(0x155),_0x53e19b(0x121)][_0x53e19b(0x147)](_0x5136f4=>hasFlag(_0x441228,_0x5136f4));if(_0x32211b[_0x53e19b(0x13e)]>0x0)throw CliErrors[_0x53e19b(0x136)](_0x53e19b(0x132)+_0x32211b['map'](_0x23077f=>'--'+_0x23077f)[_0x53e19b(0x112)](',\x20')+'.');}async function buildDeletePlan(_0x545381){const _0x4422cf=a102_0x2593fb,_0x1ef524=validateExactId(_0x545381),_0x1416cc=await fetchMutationSnapshot(_0x545381,_0x4422cf(0x134),_0x1ef524),_0x3f68bf=requireMenu(_0x1416cc,_0x1ef524);assertExpectedState(_0x545381,_0x3f68bf);const _0x25fbd8=_0x545381[_0x4422cf(0x160)]('recursive');let _0x207ac5;if(_0x25fbd8){if(_0x3f68bf[_0x4422cf(0x109)][_0x4422cf(0x153)]()[_0x4422cf(0x161)]()!==_0x4422cf(0x14e))throw menuError(_0x4422cf(0x157),_0x4422cf(0x130)+_0x3f68bf['id']+'\x20is\x20type\x20\x22'+(_0x3f68bf['type']||_0x4422cf(0xfd))+'\x22;\x20--recursive\x20requires\x20a\x20folder\x20root.');_0x207ac5=collectDeleteTargets(_0x1416cc,_0x3f68bf),_0x207ac5[_0x4422cf(0x105)](_0x3701c2=>assertDeleteSafety(_0x3701c2,!![]));}else assertDeleteSafety(_0x3f68bf),_0x207ac5=[_0x3f68bf];assertNoSharedPages(_0x1416cc,_0x207ac5);const _0x3aacd7=_0x207ac5['map'](_0x55f9a8=>_0x55f9a8['id']),_0x322009=cascadeForTargets(_0x207ac5),_0x3daa25=_0x322009[_0x4422cf(0x12b)][_0x4422cf(0x13e)]>0x0?['Deleting\x20page-bound\x20menus\x20invokes\x20the\x20platform\x27s\x20existing\x20page\x20and\x20PageSchema\x20cascade;\x20listed\x20page\x20ids\x20are\x20direct\x20menu\x20bindings.']:[];return mutationResult({'operation':_0x4422cf(0xf9),'selector':{'id':_0x1ef524,'recursive':_0x25fbd8},'before':_0x3f68bf,'after':null,'dryRun':!![],'backend':[...BACKEND],'plannedActions':[{'stage':_0x4422cf(0xfe),'method':_0x4422cf(0x102),'path':_0x4422cf(0x149),'body':{'idList':_0x3aacd7}}],'targets':_0x207ac5,'deleteOrder':_0x3aacd7,'snapshotHash':_0x1416cc['hash'],'cascade':_0x322009,'warnings':_0x3daa25});}function assertDeleteSafety(_0xe458cf,_0x5e41b1=![]){const _0xb77087=a102_0x2593fb,_0x30903b=_0xe458cf[_0xb77087(0x109)]['trim']()[_0xb77087(0x161)]()===_0xb77087(0x14e);if(_0xe458cf[_0xb77087(0x126)]>0x0&&(!_0x5e41b1||!_0x30903b))throw menuError(_0xb77087(0x140),'Menu\x20'+_0xe458cf['id']+_0xb77087(0x12c)+_0xe458cf[_0xb77087(0x126)]+_0xb77087(0x17b),_0xb77087(0x110)+_0xe458cf[_0xb77087(0x15b)][_0xb77087(0x112)](',\x20'));if(_0x30903b&&_0xe458cf[_0xb77087(0x12f)]!=null)throw menuError('menu_delete_page_bound',_0xb77087(0x113)+_0xe458cf['id']+_0xb77087(0x151)+_0xe458cf[_0xb77087(0x12f)]+_0xb77087(0x10d),_0xb77087(0x123));if(!_0x30903b)return;if(!_0xe458cf[_0xb77087(0x122)])throw menuError(_0xb77087(0x14f),_0xb77087(0x113)+_0xe458cf['id']+_0xb77087(0x118),_0xb77087(0x17c));if(_0xe458cf[_0xb77087(0x13a)][_0xb77087(0x13e)]>0x0)throw menuError(_0xb77087(0x114),_0xb77087(0x113)+_0xe458cf['id']+_0xb77087(0x15d)+_0xe458cf['resources'][_0xb77087(0x13e)]+_0xb77087(0x115),_0xb77087(0x100));}function collectDeleteTargets(_0x2aa885,_0xb468cf){const _0x4b0dd3=[],_0x122db9=new Set(),_0x24a581=new Set(),_0x2c0886=_0x35e031=>{const _0x8927=a102_0x5c97;if(_0x122db9[_0x8927(0x108)](_0x35e031['id']))throw menuError(_0x8927(0x15c),_0x8927(0x116)+_0x35e031['id']+'.');if(_0x24a581[_0x8927(0x108)](_0x35e031['id']))return;_0x122db9[_0x8927(0x172)](_0x35e031['id']);for(const _0x3c3f1b of _0x35e031[_0x8927(0x15b)]){const _0x201293=_0x2aa885[_0x8927(0x16f)][_0x8927(0x104)](_0x3c3f1b);if(!_0x201293)throw menuError(_0x8927(0x15c),_0x8927(0x130)+_0x35e031['id']+_0x8927(0x154)+_0x3c3f1b+'.');_0x2c0886(_0x201293);}_0x122db9[_0x8927(0xf9)](_0x35e031['id']),_0x24a581[_0x8927(0x172)](_0x35e031['id']),_0x4b0dd3[_0x8927(0x173)](_0x35e031);};return _0x2c0886(_0xb468cf),_0x4b0dd3;}function assertDeleteTargetsComplete(_0xb58d4d,_0x51374d){const _0x411109=a102_0x2593fb,_0x1b11c3=requireMenu(_0x51374d,_0xb58d4d[_0x411109(0x156)]['id']);if(_0xb58d4d['recursive']&&_0x1b11c3['type'][_0x411109(0x153)]()[_0x411109(0x161)]()!==_0x411109(0x14e))throw menuError('menu_plan_invalid',_0x411109(0x12e)+_0x1b11c3['id']+_0x411109(0x120));const _0x4e68a9=_0xb58d4d[_0x411109(0x111)]?collectDeleteTargets(_0x51374d,_0x1b11c3)[_0x411109(0xff)](_0x343a31=>_0x343a31['id']):[_0x1b11c3['id']];if(JSON[_0x411109(0x127)](_0xb58d4d[_0x411109(0x178)])!==JSON[_0x411109(0x127)](_0x4e68a9))throw menuError(_0x411109(0x162),_0x411109(0x107),_0x411109(0x15e));}function a102_0x3096(){const _0x46736b=['1140632oNYfci','byId','):\x20','\x20->\x20menu\x20','add','push','flagMissing','Post-mismatch\x20menu\x20readback\x20failed\x20(','causeCode','string','deleteOrder','remainingIds','snapshotHash','\x20direct\x20child\x20menu(s)\x20and\x20cannot\x20be\x20deleted.','Inspect\x20and\x20repair\x20the\x20folder\x20resource\x20binding\x20in\x20the\x20platform\x20before\x20deleting\x20it.','page\x20','delete','pre-write-plan-validation','failed','22133510FqVCHQ','unknown','batch-delete-menu','map','Remove\x20or\x20verify\x20the\x20resource\x20bindings\x20in\x20the\x20platform\x20before\x20deleting\x20the\x20folder.','size','POST','Batch\x20delete\x20request\x20for\x20menu\x20','get','forEach','1570006qudRBc','Menu\x20delete\x20plan\x20does\x20not\x20contain\x20the\x20complete\x20current\x20subtree\x20in\x20leaf-first\x20order.','has','type','execute\x20reviewed\x20delete\x20plan','\x20menu(s)\x20under\x20exact\x20id\x20','verify\x20batch\x20delete','\x20and\x20cannot\x20be\x20deleted\x20safely.','menu\x20list','--plan\x20is\x20required\x20for\x20menu\x20delete\x20execution.','Handle\x20child\x20ids\x20in\x20the\x20platform\x20first:\x20','recursive','join','Folder\x20','menu_folder_has_resources','\x20resource\x20URL(s).','Menu\x20tree\x20contains\x20a\x20cycle\x20at\x20menu\x20','verification','\x20has\x20an\x20unreadable\x20extend.resources\x20value\x20and\x20cannot\x20be\x20proven\x20empty.','1131708btVolS','batch-delete','dry-run','Keep\x20every\x20shared\x20page\x20reference\x20outside\x20this\x20operation,\x20or\x20choose\x20a\x20folder\x20whose\x20complete\x20subtree\x20contains\x20all\x20references.','menu_page_shared','136InLQbe','20SjdfYB','\x20is\x20not\x20a\x20folder.','expected-children-count','resourcesValid','Inspect\x20the\x20folder\x20in\x20the\x20platform\x20before\x20deleting\x20it.','selector','indexOf','childrenCount','stringify','One\x20or\x20more\x20planned\x20menus\x20are\x20still\x20present\x20after\x20the\x20batch\x20delete\x20request:\x20','str','snapshot','pages','\x20has\x20','Required\x20for\x20execution;\x20consume\x20an\x20unexpired\x20plan\x20created\x20by\x20--plan-out','Recursive\x20menu\x20delete\x20plan\x20root\x20','pageId','Menu\x20','\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20absence','Menu\x20delete\x20execution\x20consumes\x20only\x20--plan;\x20remove\x20','Delete\x20an\x20exact\x20menu\x20or\x20a\x20folder\x20subtree\x20from\x20a\x20reviewed\x20plan','plan\x20delete','batch\x20delete','validation','menu','createdAt','plan','resources','Would\x20batch\x20delete\x20','rabetbase\x20menu\x20list\x20--format\x20json','menu_verification_failed','length','high-risk-write','menu_non_empty','The\x20batch\x20response\x20count\x20did\x20not\x20match\x20the\x20reviewed\x20target\x20count;\x20do\x20not\x20retry\x20the\x20same\x20plan.','plan-out','read\x20menu\x20state\x20after\x20batch\x20delete\x20failure','Required\x20with\x20--dry-run;\x20write\x20the\x20reviewed\x20plan\x20to\x20a\x20new\x20local\x20JSON\x20file','\x20deleted\x20menus;\x20expected\x20','Post-failure\x20menu\x20readback\x20failed\x20(','filter','message','/smartapi/menu/batchDelete','The\x20backend\x20acknowledged\x20the\x20batch\x20request,\x20but\x20final\x20menu\x20facts\x20did\x20not\x20confirm\x20every\x20deletion.','The\x20batch\x20delete\x20may\x20have\x20partially\x20applied;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20creating\x20a\x20new\x20plan.','2110596QTBQBh','causeMessage','folder','menu_folder_resources_invalid','Deleted\x20','\x20is\x20unexpectedly\x20bound\x20to\x20page\x20','Inspect\x20the\x20latest\x20menu\x20facts\x20and\x20generate\x20a\x20new\x20delete\x20plan;\x20do\x20not\x20retry\x20this\x20plan.','trim','\x20references\x20missing\x20child\x20','expect-path','target','menu_recursive_requires_folder','hash','cookie','absentIds','childrenIds','menu_tree_invalid','\x20still\x20references\x20','Generate\x20a\x20new\x20plan\x20with\x20--dry-run\x20--plan-out\x20and\x20do\x20not\x20remove\x20or\x20reorder\x20targets.','Exact\x20menu\x20id\x20(required\x20with\x20--dry-run)','bool','toLowerCase','menu_plan_invalid','3PoyhoR','Page\x20bindings\x20are\x20referenced\x20by\x20menus\x20outside\x20the\x20delete\x20plan:\x20','8712081mFIpTB','11DQdNXI','appCode','menus','unconfirmed',';\x20execution\x20must\x20consume\x20','Include\x20every\x20descendant\x20of\x20the\x20exact\x20folder\x20id,\x20deleting\x20leaves\x20first','385413AwZqgD','Menu\x20delete\x20plan\x20cascade\x20does\x20not\x20match\x20the\x20reviewed\x20target\x20page\x20facts.'];a102_0x3096=function(){return _0x46736b;};return a102_0x3096();}function assertNoSharedPages(_0x55af50,_0x2298f2){const _0x1ec779=a102_0x2593fb,_0x1f6ce7=new Set(_0x2298f2['map'](_0x59237b=>_0x59237b['id'])),_0x2b89ea=new Set(_0x2298f2[_0x1ec779(0xff)](_0x1e7405=>_0x1e7405[_0x1ec779(0x12f)])[_0x1ec779(0x147)](_0x234530=>_0x234530!=null));if(_0x2b89ea[_0x1ec779(0x101)]===0x0)return;const _0x4a37d5=_0x55af50[_0x1ec779(0x168)][_0x1ec779(0x147)](_0x534add=>!_0x1f6ce7['has'](_0x534add['id'])&&_0x534add[_0x1ec779(0x12f)]!=null&&_0x2b89ea[_0x1ec779(0x108)](_0x534add[_0x1ec779(0x12f)]));if(_0x4a37d5[_0x1ec779(0x13e)]===0x0)return;const _0x5232da=_0x4a37d5[_0x1ec779(0xff)](_0x42d687=>_0x1ec779(0x17d)+_0x42d687[_0x1ec779(0x12f)]+_0x1ec779(0x171)+_0x42d687['id'])[_0x1ec779(0x112)](',\x20');throw menuError(_0x1ec779(0x11d),_0x1ec779(0x164)+_0x5232da+'.',_0x1ec779(0x11c));}function assertCascadeMatchesPlan(_0x360244,_0x4c6e3b){const _0x57756e=a102_0x2593fb,_0x93d4ab=cascadeForTargets(_0x4c6e3b);if(JSON[_0x57756e(0x127)](_0x360244['cascade'])!==JSON[_0x57756e(0x127)](_0x93d4ab))throw menuError(_0x57756e(0x162),_0x57756e(0x16d));}function cascadeForTargets(_0x372ea5){const _0x264487=a102_0x2593fb,_0x31c27b=_0x372ea5[_0x264487(0xff)](_0x55458a=>_0x55458a[_0x264487(0x12f)])[_0x264487(0x147)](_0x780892=>_0x780892!=null)[_0x264487(0x147)]((_0x16e8df,_0x20507e,_0x2a75e3)=>_0x2a75e3[_0x264487(0x125)](_0x16e8df)===_0x20507e);return{'pages':_0x31c27b,'pageSchemaAffected':_0x31c27b['length']>0x0};}function asMenuError(_0x142dd){const _0x40ce4d=a102_0x2593fb;return _0x142dd instanceof CliError?_0x142dd:menuError(_0x40ce4d(0x162),_0x142dd instanceof Error?_0x142dd[_0x40ce4d(0x148)]:String(_0x142dd));}