@lovrabet/rabetbase-cli 2.3.13 → 2.3.14-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) 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/shared/compare-table.js +1 -1
  113. package/lib/commands/menu/shared/delete-plan.js +1 -1
  114. package/lib/commands/menu/shared/facts.js +1 -1
  115. package/lib/commands/menu/shared/index.js +1 -1
  116. package/lib/commands/menu/shared/inquirer.js +1 -1
  117. package/lib/commands/menu/shared/local-pages.js +1 -1
  118. package/lib/commands/menu/shared/logic.js +1 -1
  119. package/lib/commands/menu/shared/mutations.js +1 -1
  120. package/lib/commands/menu/shared/service.js +1 -1
  121. package/lib/commands/menu/shared/sync-core.js +1 -1
  122. package/lib/commands/menu/shared/update-core.js +1 -1
  123. package/lib/commands/menu/shared/valid-url.js +1 -1
  124. package/lib/commands/menu/sync.js +1 -1
  125. package/lib/commands/notification/config-list.js +1 -1
  126. package/lib/commands/notification/index.js +1 -1
  127. package/lib/commands/ocr/index.js +1 -0
  128. package/lib/commands/page/generate-start.js +1 -1
  129. package/lib/commands/page/generate-status.js +1 -1
  130. package/lib/commands/page/index.js +1 -1
  131. package/lib/commands/page/pull.js +1 -1
  132. package/lib/commands/page/push.js +1 -1
  133. package/lib/commands/page/relation-audit.js +1 -1
  134. package/lib/commands/page/restore.js +1 -0
  135. package/lib/commands/page/shared.js +1 -1
  136. package/lib/commands/page/standard-page-status.js +1 -1
  137. package/lib/commands/page/sync.js +1 -1
  138. package/lib/commands/permit/index.js +1 -1
  139. package/lib/commands/permit/page-get.js +1 -1
  140. package/lib/commands/permit/page-set.js +1 -1
  141. package/lib/commands/permit/role-apis-set.js +1 -1
  142. package/lib/commands/permit/role-menus-set.js +1 -1
  143. package/lib/commands/permit/role-menus.js +1 -1
  144. package/lib/commands/permit/shared.js +1 -1
  145. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  146. package/lib/commands/project/create/format-elapsed.js +1 -1
  147. package/lib/commands/project/create/main.js +1 -1
  148. package/lib/commands/project/create/non-interactive.js +1 -1
  149. package/lib/commands/project/create/project-template-path.js +1 -1
  150. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  151. package/lib/commands/project/create/use-format-code.js +1 -1
  152. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  153. package/lib/commands/project/index.js +1 -1
  154. package/lib/commands/project/init.js +1 -1
  155. package/lib/commands/project/upgrade.js +1 -1
  156. package/lib/commands/registry.js +1 -1
  157. package/lib/commands/role/create.js +1 -1
  158. package/lib/commands/role/delete.js +1 -1
  159. package/lib/commands/role/detail.js +1 -1
  160. package/lib/commands/role/index.js +1 -1
  161. package/lib/commands/role/list.js +1 -1
  162. package/lib/commands/role/shared.js +1 -1
  163. package/lib/commands/role/update.js +1 -1
  164. package/lib/commands/role/user-add.js +1 -1
  165. package/lib/commands/role/user-remove.js +1 -1
  166. package/lib/commands/role/user-resolve.js +1 -1
  167. package/lib/commands/run/index.js +1 -1
  168. package/lib/commands/schema.js +1 -1
  169. package/lib/commands/sql/create.js +1 -1
  170. package/lib/commands/sql/delete.js +1 -1
  171. package/lib/commands/sql/detail.js +1 -1
  172. package/lib/commands/sql/exec.js +1 -1
  173. package/lib/commands/sql/index.js +1 -1
  174. package/lib/commands/sql/list.js +1 -1
  175. package/lib/commands/sql/pull.js +1 -1
  176. package/lib/commands/sql/push.js +1 -1
  177. package/lib/commands/sql/save.js +1 -1
  178. package/lib/commands/sql/shared.js +1 -1
  179. package/lib/commands/sql/status.js +1 -1
  180. package/lib/commands/sql/validate.js +1 -1
  181. package/lib/commands/task/index.js +1 -1
  182. package/lib/commands/task/status.js +1 -1
  183. package/lib/commands/workspace/add.js +1 -1
  184. package/lib/commands/workspace/index.js +1 -1
  185. package/lib/commands/workspace/remove.js +1 -1
  186. package/lib/config/schema.js +1 -1
  187. package/lib/constant/cdn.js +1 -1
  188. package/lib/constant/cli.js +1 -1
  189. package/lib/constant/defaults.js +1 -1
  190. package/lib/constant/domain.js +1 -1
  191. package/lib/constant/env.js +1 -1
  192. package/lib/constant/output.js +1 -1
  193. package/lib/constant/paths.js +1 -1
  194. package/lib/constant/risk.js +1 -1
  195. package/lib/context/app-resolver.js +1 -1
  196. package/lib/context/auth-resolver.js +1 -1
  197. package/lib/context/config-loader.js +1 -1
  198. package/lib/context.js +1 -1
  199. package/lib/core/alias-resolver.js +1 -1
  200. package/lib/core/api-client.js +1 -1
  201. package/lib/core/bff/config.js +1 -1
  202. package/lib/core/bff/file-system.js +1 -1
  203. package/lib/core/bff/hash.js +1 -1
  204. package/lib/core/bff/lock.js +1 -1
  205. package/lib/core/bff/utils.js +1 -1
  206. package/lib/core/db-resolver.js +1 -1
  207. package/lib/core/page/file-system.js +1 -1
  208. package/lib/core/page/hash.js +1 -1
  209. package/lib/core/page/lock.js +1 -1
  210. package/lib/core/sql-index-auditor.js +1 -1
  211. package/lib/core/sql-sync/config.js +1 -1
  212. package/lib/core/sql-sync/file-system.js +1 -1
  213. package/lib/core/sql-sync/hash.js +1 -1
  214. package/lib/core/sql-sync/lock.js +1 -1
  215. package/lib/core/sql-sync/utils.js +1 -1
  216. package/lib/core/sql-validator.js +1 -1
  217. package/lib/errors.js +1 -1
  218. package/lib/framework/build-all-flags.js +1 -1
  219. package/lib/framework/error-output.js +1 -1
  220. package/lib/framework/explicit-yes.js +1 -1
  221. package/lib/framework/flags.js +1 -1
  222. package/lib/framework/help.js +1 -1
  223. package/lib/framework/index.js +1 -1
  224. package/lib/framework/output.js +1 -1
  225. package/lib/framework/response.js +1 -1
  226. package/lib/framework/runner-alias.js +1 -1
  227. package/lib/framework/runner.js +1 -1
  228. package/lib/framework/schema-export.js +1 -1
  229. package/lib/framework/types.js +1 -1
  230. package/lib/generated/build-info.js +1 -1
  231. package/lib/help.js +1 -1
  232. package/lib/skills/main.js +1 -1
  233. package/lib/skills/npx-skills-add.js +1 -1
  234. package/lib/telemetry/cli-command-trace.js +1 -1
  235. package/lib/telemetry/cli-help-trace.js +1 -1
  236. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  237. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  238. package/lib/telemetry/send-cli-trace-log.js +1 -1
  239. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  240. package/lib/utils/ai_config.js +1 -1
  241. package/lib/utils/apply-jq-filter.js +1 -1
  242. package/lib/utils/cdn-config.js +1 -1
  243. package/lib/utils/check-sdk-version.js +1 -1
  244. package/lib/utils/cli-version-check.js +1 -1
  245. package/lib/utils/cli-version-policy.js +1 -1
  246. package/lib/utils/config.js +1 -1
  247. package/lib/utils/copy-directory.js +1 -1
  248. package/lib/utils/entity-with-id.js +1 -1
  249. package/lib/utils/file-utils.js +1 -1
  250. package/lib/utils/guides-cdn.js +1 -1
  251. package/lib/utils/http-client.js +1 -1
  252. package/lib/utils/is-non-interactive.js +1 -1
  253. package/lib/utils/logger.js +1 -1
  254. package/lib/utils/params.js +1 -1
  255. package/lib/utils/platform.js +1 -1
  256. package/lib/utils/rules-cdn.js +1 -1
  257. package/lib/utils/sleep.js +1 -1
  258. package/lib/utils/template-replacer.js +1 -1
  259. package/lib/utils/update-notice.js +1 -1
  260. package/lib/utils/version.js +1 -1
  261. package/lib/utils/with-active-cookie.js +1 -1
  262. package/lib/utils/write-cli-side-channel.js +1 -1
  263. package/package.json +1 -1
@@ -1 +1 @@
1
- const a92_0x391666=a92_0x5c7e;(function(_0x1d8d6e,_0x27c71b){const _0x198aec=a92_0x5c7e,_0x541be9=_0x1d8d6e();while(!![]){try{const _0x18888e=-parseInt(_0x198aec(0x90))/0x1+parseInt(_0x198aec(0xa0))/0x2*(parseInt(_0x198aec(0x9d))/0x3)+parseInt(_0x198aec(0x86))/0x4+parseInt(_0x198aec(0x94))/0x5+-parseInt(_0x198aec(0x99))/0x6+-parseInt(_0x198aec(0x9f))/0x7*(-parseInt(_0x198aec(0x97))/0x8)+-parseInt(_0x198aec(0xa1))/0x9*(parseInt(_0x198aec(0x92))/0xa);if(_0x18888e===_0x27c71b)break;else _0x541be9['push'](_0x541be9['shift']());}catch(_0x2ab96c){_0x541be9['push'](_0x541be9['shift']());}}}(a92_0x30b7,0x21df3));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';function a92_0x30b7(){const _0x2a62b8=['New\x20description','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','16504lYiIfZ','dbName','update','Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','dburl','trim','has','num','New\x20connection\x20parameter\x20string','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','82025PlOpGg','[redacted]','5870FjfQfR','New\x20host:port','1079430FdtXNP','password','dbUrl','990624RIrwha','validation','676614aYOOAB','username','dbdesc','--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.','48xFBbpl','dbname','7AXBruL','5242IGJGsG','801cgNoBD','New\x20username','str','New\x20database\x20name','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','string','dbDesc','dbparam'];a92_0x30b7=function(){return _0x2a62b8;};return a92_0x30b7();}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_0x5c7e(_0x26a192,_0x4c67e8){_0x26a192=_0x26a192-0x83;const _0x30b7e8=a92_0x30b7();let _0x5c7ebd=_0x30b7e8[_0x26a192];return _0x5c7ebd;}const MASKED_PASSWORD_VALUES=new Set(['******',a92_0x391666(0x91)]);function mergeDbLinkUpdate(_0x1f25e5,_0x835a70){const _0x1ef4e9=a92_0x391666,_0x31d6a7={..._0x1f25e5},_0x31a812=_0x835a70[_0x1ef4e9(0xa3)](_0x1ef4e9(0x95));if(_0x31a812&&MASKED_PASSWORD_VALUES[_0x1ef4e9(0x8c)](_0x31a812))throw CliErrors[_0x1ef4e9(0x98)](_0x1ef4e9(0x9c));if(!_0x31a812&&MASKED_PASSWORD_VALUES[_0x1ef4e9(0x8c)](String(_0x1f25e5[_0x1ef4e9(0x95)]??'')))throw CliErrors[_0x1ef4e9(0x98)]('The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.');const _0x372482=_0x835a70[_0x1ef4e9(0xa3)](_0x1ef4e9(0x9e));if(_0x372482)_0x31d6a7[_0x1ef4e9(0x87)]=_0x372482;const _0x584260=_0x835a70[_0x1ef4e9(0xa3)]('dburl');if(_0x584260)_0x31d6a7[_0x1ef4e9(0x96)]=_0x584260[_0x1ef4e9(0x8b)]();const _0x459ad6=_0x835a70[_0x1ef4e9(0xa3)]('username');if(_0x459ad6)_0x31d6a7[_0x1ef4e9(0x9a)]=_0x459ad6;if(_0x31a812)_0x31d6a7[_0x1ef4e9(0x95)]=_0x31a812;const _0x267fe3=_0x835a70[_0x1ef4e9(0xa3)](_0x1ef4e9(0x83));if(_0x267fe3)_0x31d6a7['dbParam']=_0x267fe3;const _0x1b62d3=_0x835a70[_0x1ef4e9(0xa3)](_0x1ef4e9(0x9b));if(_0x1b62d3)_0x31d6a7[_0x1ef4e9(0xa7)]=_0x1b62d3;return _0x31d6a7;}export const dbUpdate={'service':'db','command':a92_0x391666(0x88),'description':a92_0x391666(0x89),'risk':'write','flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a92_0x391666(0x9e),'type':'string','description':a92_0x391666(0xa4)},{'name':'dburl','type':a92_0x391666(0xa6),'description':a92_0x391666(0x93)},{'name':a92_0x391666(0x9a),'type':a92_0x391666(0xa6),'description':a92_0x391666(0xa2)},{'name':a92_0x391666(0x95),'type':'string','description':a92_0x391666(0x8f)},{'name':a92_0x391666(0x83),'type':a92_0x391666(0xa6),'description':a92_0x391666(0x8e)},{'name':a92_0x391666(0x9b),'type':a92_0x391666(0xa6),'description':a92_0x391666(0x84)}],async 'validate'(_0x9c7bda){const _0x55763f=a92_0x391666,_0xb32b0c=_0x9c7bda[_0x55763f(0xa3)](_0x55763f(0x8a));if(_0xb32b0c&&!validateDbUrl(_0xb32b0c[_0x55763f(0x8b)]()))throw CliErrors['validation'](_0x55763f(0x85)+_0xb32b0c+'\x22');},async 'dryRun'(_0x5965a1){const _0x2befc6=a92_0x391666,_0xd72cbe=_0x5965a1[_0x2befc6(0x8d)]('id'),_0x341d39=await getDbLinkInfo(_0xd72cbe),_0xfe429b=mergeDbLinkUpdate(_0x341d39,_0x5965a1),_0x45d080=sanitizeDbLinkForOutput(_0xfe429b);return{'method':'POST','url':'/smartapi/dblink/update','body':_0x45d080,'description':_0x2befc6(0xa5)};},async 'execute'(_0x345112){const _0x4b3324=a92_0x391666,_0x128f43=_0x345112[_0x4b3324(0x8d)]('id'),_0x145381=await getDbLinkInfo(_0x128f43),_0x5c8a74=mergeDbLinkUpdate(_0x145381,_0x345112),{id:_0x1535eb,entity:_0x48254f}=normalizeEntityWithIdResponse(await updateDbLink(_0x5c8a74));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x48254f),'message':'Updated\x20db\x20link\x20'+(_0x1535eb??_0x128f43)};}};
1
+ const a92_0x20d748=a92_0x5587;(function(_0x3dae86,_0x52ad0a){const _0x57c671=a92_0x5587,_0x580a2c=_0x3dae86();while(!![]){try{const _0x2a125c=-parseInt(_0x57c671(0x7e))/0x1*(parseInt(_0x57c671(0x8d))/0x2)+-parseInt(_0x57c671(0x76))/0x3+-parseInt(_0x57c671(0x81))/0x4+parseInt(_0x57c671(0x8f))/0x5+parseInt(_0x57c671(0x86))/0x6*(parseInt(_0x57c671(0x74))/0x7)+parseInt(_0x57c671(0x84))/0x8*(-parseInt(_0x57c671(0x96))/0x9)+-parseInt(_0x57c671(0x80))/0xa*(-parseInt(_0x57c671(0x7f))/0xb);if(_0x2a125c===_0x52ad0a)break;else _0x580a2c['push'](_0x580a2c['shift']());}catch(_0xdfb3c5){_0x580a2c['push'](_0x580a2c['shift']());}}}(a92_0x30f2,0xacd34));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';function a92_0x30f2(){const _0x1d8a8f=['426688xNibRX','--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.','dburl','3012000GZeQJY','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','18WYrvZE','POST','write','num','has','Updated\x20db\x20link\x20','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','1331054xvrIuJ','dbname','4477685pRAgse','[redacted]','trim','New\x20connection\x20parameter\x20string','str','dbUrl','dbName','9vnumHQ','New\x20description','dbParam','dbdesc','password','2125529ZhrTcm','New\x20host:port','1832685VZHabr','validation','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','username','string','New\x20username','dbDesc','dbparam','1xmzRKY','151481ySzzgq','480XMzrAU'];a92_0x30f2=function(){return _0x1d8a8f;};return a92_0x30f2();}import{sanitizeDbLinkForOutput,validateDbUrl}from'../../commands/db/shared.js';import{normalizeEntityWithIdResponse}from'../../utils/entity-with-id.js';function a92_0x5587(_0x30a383,_0x23d6b4){_0x30a383=_0x30a383-0x70;const _0x30f2b5=a92_0x30f2();let _0x558715=_0x30f2b5[_0x30a383];return _0x558715;}const MASKED_PASSWORD_VALUES=new Set(['******',a92_0x20d748(0x90)]);function mergeDbLinkUpdate(_0x339af7,_0x36e514){const _0x502f49=a92_0x20d748,_0x18e395={..._0x339af7},_0x436a7b=_0x36e514[_0x502f49(0x93)](_0x502f49(0x73));if(_0x436a7b&&MASKED_PASSWORD_VALUES['has'](_0x436a7b))throw CliErrors[_0x502f49(0x77)](_0x502f49(0x82));if(!_0x436a7b&&MASKED_PASSWORD_VALUES[_0x502f49(0x8a)](String(_0x339af7[_0x502f49(0x73)]??'')))throw CliErrors[_0x502f49(0x77)]('The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.');const _0x15a95a=_0x36e514[_0x502f49(0x93)](_0x502f49(0x8e));if(_0x15a95a)_0x18e395[_0x502f49(0x95)]=_0x15a95a;const _0x548be9=_0x36e514[_0x502f49(0x93)](_0x502f49(0x83));if(_0x548be9)_0x18e395[_0x502f49(0x94)]=_0x548be9[_0x502f49(0x91)]();const _0x43d9a7=_0x36e514['str'](_0x502f49(0x79));if(_0x43d9a7)_0x18e395[_0x502f49(0x79)]=_0x43d9a7;if(_0x436a7b)_0x18e395[_0x502f49(0x73)]=_0x436a7b;const _0x51fd02=_0x36e514['str'](_0x502f49(0x7d));if(_0x51fd02)_0x18e395[_0x502f49(0x71)]=_0x51fd02;const _0x3866a5=_0x36e514[_0x502f49(0x93)](_0x502f49(0x72));if(_0x3866a5)_0x18e395[_0x502f49(0x7c)]=_0x3866a5;return _0x18e395;}export const dbUpdate={'service':'db','command':'update','description':'Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','risk':a92_0x20d748(0x88),'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a92_0x20d748(0x8e),'type':'string','description':'New\x20database\x20name'},{'name':a92_0x20d748(0x83),'type':a92_0x20d748(0x7a),'description':a92_0x20d748(0x75)},{'name':a92_0x20d748(0x79),'type':a92_0x20d748(0x7a),'description':a92_0x20d748(0x7b)},{'name':a92_0x20d748(0x73),'type':'string','description':a92_0x20d748(0x85)},{'name':a92_0x20d748(0x7d),'type':a92_0x20d748(0x7a),'description':a92_0x20d748(0x92)},{'name':a92_0x20d748(0x72),'type':a92_0x20d748(0x7a),'description':a92_0x20d748(0x70)}],async 'validate'(_0x424e05){const _0x39ed33=a92_0x20d748,_0x8e0cff=_0x424e05['str']('dburl');if(_0x8e0cff&&!validateDbUrl(_0x8e0cff['trim']()))throw CliErrors[_0x39ed33(0x77)](_0x39ed33(0x78)+_0x8e0cff+'\x22');},async 'dryRun'(_0x307592){const _0x567833=a92_0x20d748,_0x22c833=_0x307592[_0x567833(0x89)]('id'),_0x4c6f95=await getDbLinkInfo(_0x22c833),_0x2a3c46=mergeDbLinkUpdate(_0x4c6f95,_0x307592),_0x221729=sanitizeDbLinkForOutput(_0x2a3c46);return{'method':_0x567833(0x87),'url':'/smartapi/dblink/update','body':_0x221729,'description':_0x567833(0x8c)};},async 'execute'(_0x3664fc){const _0x4f4efa=a92_0x20d748,_0x1b19f2=_0x3664fc[_0x4f4efa(0x89)]('id'),_0x139202=await getDbLinkInfo(_0x1b19f2),_0x1c5b9e=mergeDbLinkUpdate(_0x139202,_0x3664fc),{id:_0xf3c06,entity:_0x3b0aca}=normalizeEntityWithIdResponse(await updateDbLink(_0x1c5b9e));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x3b0aca),'message':_0x4f4efa(0x8b)+(_0xf3c06??_0x1b19f2)};}};
@@ -1 +1 @@
1
- const a93_0x5ac26c=a93_0x1977;function a93_0x2da4(){const _0x57a08e=['\x20\x20API\x20Endpoints','Project','slice','format','value','\x20\x20─','57610hUUsxF','keys','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','✗\x20Not\x20logged\x20in','\x20\x20Auth','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','2awDxIV','(set\x20via\x20file,\x20length=','status','cookie','188391UiSuLu','\x20(default)','empty','log','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','⚠\x20Empty\x20(treated\x20as\x20{})','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','79344KPaUZr','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','Global','pageSize','6993736FEKWXd','missing','2477556PKXyLd','(none)','arch','gray','(not\x20set)','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','(not\x20found)','apiDir','appcode','270VDqDJW','length','unknown','\x20\x20\x20\x20accessKey:\x20\x20','32366510BmXTOS','(set,\x20length=','env','padEnd','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20runtimeDomain:\x20\x20\x20','accessKey','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','(missing)','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','defaultApp','riskLevel','locale','\x20\x20Apps','✓\x20Valid\x20JSON','yellow','repeat','264nPbBJP','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','✓\x20Valid','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20Config\x20Files','1406316aPVIJI','red','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','green','read','(no\x20file)','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','source','explicitAppName','1719yzKEzU','\x20doctor','bold','appCode','raw','✗\x20Expired','currentApp'];a93_0x2da4=function(){return _0x57a08e;};return a93_0x2da4();}(function(_0x12cfed,_0xc94be1){const _0x30b57e=a93_0x1977,_0x28ee49=_0x12cfed();while(!![]){try{const _0x3470a6=-parseInt(_0x30b57e(0xa9))/0x1*(-parseInt(_0x30b57e(0xc7))/0x2)+parseInt(_0x30b57e(0xd8))/0x3+-parseInt(_0x30b57e(0xd2))/0x4*(parseInt(_0x30b57e(0xe1))/0x5)+parseInt(_0x30b57e(0xa1))/0x6*(-parseInt(_0x30b57e(0xcb))/0x7)+-parseInt(_0x30b57e(0xd6))/0x8+parseInt(_0x30b57e(0xb2))/0x9*(-parseInt(_0x30b57e(0xbf))/0xa)+parseInt(_0x30b57e(0x90))/0xb;if(_0x3470a6===_0xc94be1)break;else _0x28ee49['push'](_0x28ee49['shift']());}catch(_0x55f8d9){_0x28ee49['push'](_0x28ee49['shift']());}}}(a93_0x2da4,0xe6a36));function a93_0x1977(_0xde1a9c,_0x4e219c){_0xde1a9c=_0xde1a9c-0x8f;const _0x2da41c=a93_0x2da4();let _0x1977c3=_0x2da41c[_0xde1a9c];return _0x1977c3;}import a93_0x25a758 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';async function execute(_0x5c63c5){const _0x277749=a93_0x1977,_0x556401=GIT_COMMIT!==_0x277749(0xe3)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x277749(0xbb)](0x0,0xa)+')':VERSION,_0x19ccfa=buildConfigFromFlags({}),_0x310423=getCookie();console[_0x277749(0xce)](),console['log'](a93_0x25a758[_0x277749(0xb4)](CLI_BIN_NAME+_0x277749(0xb3))),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xdb)]('─'[_0x277749(0xa0)](0x32))),console[_0x277749(0xce)]('\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20'+_0x556401),console[_0x277749(0xce)]('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process['version']),console[_0x277749(0xce)](_0x277749(0xab)+process['platform']+'\x20'+process[_0x277749(0xda)]),console['log'](),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xb4)](_0x277749(0xa8))),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xdb)](_0x277749(0xbe)[_0x277749(0xa0)](0x1e)));const _0xea3389=getGlobalConfigPath(),_0x2259a4=getProjectConfigPath();console[_0x277749(0xce)]('\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0xea3389||a93_0x25a758[_0x277749(0xdb)](_0x277749(0xde)))),console[_0x277749(0xce)](_0x277749(0x94)+(_0x2259a4||a93_0x25a758[_0x277749(0xdb)](_0x277749(0xde)))),console['log'](),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xb4)]('\x20\x20Config\x20JSON')),console[_0x277749(0xce)](a93_0x25a758['gray']('\x20\x20─'[_0x277749(0xa0)](0x1e)));const _0x13a37e=(_0x27d96c,_0x558d0c)=>{const _0x4535ae=_0x277749;if(!_0x558d0c){console['log']('\x20\x20'+_0x27d96c['padEnd'](0x11)+'\x20'+a93_0x25a758[_0x4535ae(0xdb)](_0x4535ae(0xae)));return;}const _0x25aa8d=inspectCliConfigJsonFile(_0x558d0c);if(_0x25aa8d['status']==='ok')console[_0x4535ae(0xce)]('\x20\x20'+_0x27d96c[_0x4535ae(0x93)](0x11)+'\x20'+a93_0x25a758['green'](_0x4535ae(0x9e)));else{if(_0x25aa8d[_0x4535ae(0xc9)]===_0x4535ae(0xcd))console[_0x4535ae(0xce)]('\x20\x20'+_0x27d96c[_0x4535ae(0x93)](0x11)+'\x20'+a93_0x25a758[_0x4535ae(0x9f)](_0x4535ae(0xd0)));else _0x25aa8d['status']===_0x4535ae(0xd7)?console[_0x4535ae(0xce)]('\x20\x20'+_0x27d96c[_0x4535ae(0x93)](0x11)+'\x20'+a93_0x25a758[_0x4535ae(0xdb)](_0x4535ae(0x98))):(console['log']('\x20\x20'+_0x27d96c[_0x4535ae(0x93)](0x11)+'\x20'+a93_0x25a758[_0x4535ae(0xaa)]('✗\x20Invalid\x20JSON')),console['log']('\x20\x20'+''[_0x4535ae(0x93)](0x11)+'\x20'+a93_0x25a758[_0x4535ae(0xaa)](_0x25aa8d['message'])));}};_0x13a37e(_0x277749(0xd4),_0xea3389),_0x13a37e(_0x277749(0xba),_0x2259a4),console[_0x277749(0xce)](),console['log'](a93_0x25a758[_0x277749(0xb4)](_0x277749(0xc6))),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xdb)](_0x277749(0xbe)[_0x277749(0xa0)](0x1e))),console[_0x277749(0xce)](_0x277749(0xc1)+(_0x19ccfa[_0x277749(0xb5)]||a93_0x25a758[_0x277749(0xaa)](_0x277749(0xdc)))),console[_0x277749(0xce)](_0x277749(0xa6)+_0x19ccfa[_0x277749(0x92)]),console[_0x277749(0xce)](_0x277749(0x99)+_0x19ccfa[_0x277749(0x9c)]),console[_0x277749(0xce)](_0x277749(0xcf)+_0x19ccfa[_0x277749(0xdf)]),console[_0x277749(0xce)](_0x277749(0xd3)+(_0x19ccfa[_0x277749(0x9a)]||a93_0x25a758[_0x277749(0xdb)]('(none)'))),console[_0x277749(0xce)](_0x277749(0xd1)+(_0x19ccfa['currentApp']||a93_0x25a758[_0x277749(0xdb)](_0x277749(0xd9)))),console[_0x277749(0xce)]('\x20\x20explicitAppName:\x20'+(_0x19ccfa[_0x277749(0xb1)]||a93_0x25a758[_0x277749(0xdb)]('(none)'))),console[_0x277749(0xce)]('\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x19ccfa['format']||a93_0x25a758[_0x277749(0xdb)]('(default:\x20'+DEFAULT_CONFIG_VALUES[_0x277749(0xbc)]+')'))),console[_0x277749(0xce)](_0x277749(0xa3)+(_0x19ccfa[_0x277749(0xd5)]??a93_0x25a758['gray']('(default)'))),console['log'](_0x277749(0xa5)+_0x19ccfa[_0x277749(0x9b)]),console[_0x277749(0xce)](_0x277749(0xc2)+_0x19ccfa['verbose']),console[_0x277749(0xce)]('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x19ccfa[_0x277749(0xca)]?a93_0x25a758[_0x277749(0xac)](_0x277749(0x91)+_0x19ccfa[_0x277749(0xca)][_0x277749(0xe2)]+')'):_0x310423?a93_0x25a758[_0x277749(0xac)](_0x277749(0xc8)+_0x310423[_0x277749(0xe2)]+')'):a93_0x25a758[_0x277749(0xdb)](_0x277749(0xd9))));const _0x3334a8=Object[_0x277749(0xc0)](_0x19ccfa['apps']);if(_0x3334a8[_0x277749(0xe2)]>0x0){console[_0x277749(0xce)](),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xb4)](_0x277749(0x9d))),console[_0x277749(0xce)](a93_0x25a758['gray']('\x20\x20─'['repeat'](0x1e)));for(const _0x2b15de of _0x3334a8){const _0x32baf6=_0x19ccfa['apps'][_0x2b15de],_0x10e39c=_0x2b15de===_0x19ccfa['defaultApp'],_0x22712b=_0x2b15de===_0x19ccfa[_0x277749(0xb8)],_0x223b7d=_0x22712b?a93_0x25a758['green']('\x20←\x20current'):'',_0xcfe123=_0x10e39c?_0x277749(0xcc):'';console[_0x277749(0xce)]('\x20\x20'+_0x2b15de+_0xcfe123+_0x223b7d),console[_0x277749(0xce)](_0x277749(0x97)+_0x32baf6[_0x277749(0xe0)]);const _0x2f6d92=buildAppDoctorFields(_0x32baf6,{'env':_0x19ccfa['env'],'apiDir':_0x19ccfa[_0x277749(0xb6)]['apiDir']||DEFAULT_CONFIG_VALUES[_0x277749(0xdf)],'cookie':_0x19ccfa[_0x277749(0xca)]||_0x310423||undefined,'accessKey':_0x19ccfa[_0x277749(0x96)]});console['log']('\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2f6d92[_0x277749(0x92)]['value']+'\x20\x20'+a93_0x25a758[_0x277749(0xdb)]('('+_0x2f6d92['env'][_0x277749(0xb0)]+')')),console[_0x277749(0xce)]('\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20'+_0x2f6d92[_0x277749(0xdf)]['value']+'\x20\x20'+a93_0x25a758[_0x277749(0xdb)]('('+_0x2f6d92[_0x277749(0xdf)][_0x277749(0xb0)]+')'));const _0x5c5460=_0x2f6d92['cookie'][_0x277749(0xbd)]?a93_0x25a758['green'](_0x277749(0x91)+_0x2f6d92[_0x277749(0xca)][_0x277749(0xbd)]['length']+')'):a93_0x25a758[_0x277749(0xdb)](_0x277749(0xd9));console['log'](_0x277749(0xa2)+_0x5c5460+'\x20\x20'+a93_0x25a758['gray']('('+_0x2f6d92['cookie'][_0x277749(0xb0)]+')'));const _0x324fa9=_0x2f6d92[_0x277749(0x96)][_0x277749(0xbd)]?a93_0x25a758[_0x277749(0xac)](_0x277749(0x91)+_0x2f6d92[_0x277749(0x96)][_0x277749(0xbd)]['length']+')'):a93_0x25a758[_0x277749(0xdb)](_0x277749(0xd9));console[_0x277749(0xce)](_0x277749(0x8f)+_0x324fa9+'\x20\x20'+a93_0x25a758[_0x277749(0xdb)]('('+_0x2f6d92['accessKey'][_0x277749(0xb0)]+')'));}}console[_0x277749(0xce)](),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xb4)](_0x277749(0xb9))),console['log'](a93_0x25a758['gray'](_0x277749(0xbe)[_0x277749(0xa0)](0x1e))),console[_0x277749(0xce)](_0x277749(0xaf)+getApiDomain()),console[_0x277749(0xce)](_0x277749(0xa7)+getUserDomain()),console[_0x277749(0xce)](_0x277749(0x95)+getRuntimeDomain()),console[_0x277749(0xce)](),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xb4)](_0x277749(0xc4))),console[_0x277749(0xce)](a93_0x25a758[_0x277749(0xdb)](_0x277749(0xbe)[_0x277749(0xa0)](0x1e)));if(_0x310423){const _0x47acf4=await getIsSessionValid();console['log'](_0x277749(0xc5)+(_0x47acf4?a93_0x25a758['green'](_0x277749(0xa4)):a93_0x25a758[_0x277749(0xaa)](_0x277749(0xb7))));}else console[_0x277749(0xce)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a93_0x25a758[_0x277749(0xaa)](_0x277749(0xc3)));return console[_0x277749(0xce)](),{'ok':!![]};}export const doctorDefinition={'service':'doctor','command':'check','description':a93_0x5ac26c(0xdd),'risk':a93_0x5ac26c(0xad),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ const a93_0x2f2524=a93_0x3c51;(function(_0xf052c8,_0x15408b){const _0x3714d7=a93_0x3c51,_0x4bbc91=_0xf052c8();while(!![]){try{const _0x1725ef=-parseInt(_0x3714d7(0x119))/0x1+-parseInt(_0x3714d7(0x117))/0x2+-parseInt(_0x3714d7(0x12d))/0x3*(-parseInt(_0x3714d7(0x104))/0x4)+-parseInt(_0x3714d7(0x12f))/0x5*(parseInt(_0x3714d7(0x106))/0x6)+-parseInt(_0x3714d7(0x13e))/0x7+-parseInt(_0x3714d7(0x113))/0x8+-parseInt(_0x3714d7(0x12a))/0x9*(-parseInt(_0x3714d7(0x12e))/0xa);if(_0x1725ef===_0x15408b)break;else _0x4bbc91['push'](_0x4bbc91['shift']());}catch(_0x2b57d9){_0x4bbc91['push'](_0x4bbc91['shift']());}}}(a93_0x57c6,0x56a74));import a93_0x3acced from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';function a93_0x3c51(_0x14a97c,_0x1fffae){_0x14a97c=_0x14a97c-0xfa;const _0x57c6bc=a93_0x57c6();let _0x3c51fc=_0x57c6bc[_0x14a97c];return _0x3c51fc;}import{buildAppDoctorFields}from'../config/schema.js';function a93_0x57c6(){const _0x17a70f=['Project','1502123AJMoZR','bold','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','length','repeat','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20─','appcode','currentApp','(default)','empty','\x20\x20Config\x20Files','doctor','\x20doctor','arch','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','(set,\x20length=','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','cookie','apps','\x20\x20Apps','⚠\x20Empty\x20(treated\x20as\x20{})','keys','(not\x20found)','1391548UTcjcT','\x20(default)','96CifGET','accessKey','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','unknown','gray','status','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','source','\x20\x20API\x20Endpoints','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','✗\x20Invalid\x20JSON','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','(default:\x20','264856xUXLPh','(set\x20via\x20file,\x20length=','apiDir','log','524358LyOebm','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','111695maxRzF','value','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','(missing)','Global','(not\x20set)','padEnd','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','defaultApp','\x20←\x20current','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','locale','green','\x20\x20\x20\x20accessKey:\x20\x20','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','(none)','9qazbwW','\x20\x20runtimeDomain:\x20\x20\x20','red','3VGWrTp','9967910KfVAEf','115055opLqnq','✓\x20Valid\x20JSON','riskLevel','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','check','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','env','\x20\x20explicitAppName:\x20','(no\x20file)','version','verbose','format','yellow','✗\x20Expired'];a93_0x57c6=function(){return _0x17a70f;};return a93_0x57c6();}async function execute(_0xd2e091){const _0x3049e6=a93_0x3c51,_0x5d8040=GIT_COMMIT!==_0x3049e6(0x109)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,_0x40de2a=buildConfigFromFlags({}),_0x4153c7=getCookie();console[_0x3049e6(0x116)](),console['log'](a93_0x3acced[_0x3049e6(0x13f)](CLI_BIN_NAME+_0x3049e6(0x14b))),console['log'](a93_0x3acced[_0x3049e6(0x10a)]('─'[_0x3049e6(0x142)](0x32))),console[_0x3049e6(0x116)](_0x3049e6(0x108)+_0x5d8040),console[_0x3049e6(0x116)]('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x3049e6(0x138)]),console[_0x3049e6(0x116)](_0x3049e6(0x118)+process['platform']+'\x20'+process[_0x3049e6(0xfa)]),console['log'](),console[_0x3049e6(0x116)](a93_0x3acced[_0x3049e6(0x13f)](_0x3049e6(0x149))),console[_0x3049e6(0x116)](a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x144)[_0x3049e6(0x142)](0x1e)));const _0x5f0ad5=getGlobalConfigPath(),_0x5ce32d=getProjectConfigPath();console[_0x3049e6(0x116)]('\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x5f0ad5||a93_0x3acced[_0x3049e6(0x10a)]('(not\x20found)'))),console[_0x3049e6(0x116)](_0x3049e6(0x10c)+(_0x5ce32d||a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x103)))),console[_0x3049e6(0x116)](),console['log'](a93_0x3acced[_0x3049e6(0x13f)]('\x20\x20Config\x20JSON')),console[_0x3049e6(0x116)](a93_0x3acced['gray'](_0x3049e6(0x144)[_0x3049e6(0x142)](0x1e)));const _0x3f0f9c=(_0x484ecc,_0x1a64f9)=>{const _0x49ff71=_0x3049e6;if(!_0x1a64f9){console['log']('\x20\x20'+_0x484ecc[_0x49ff71(0x11f)](0x11)+'\x20'+a93_0x3acced[_0x49ff71(0x10a)](_0x49ff71(0x137)));return;}const _0x3953b1=inspectCliConfigJsonFile(_0x1a64f9);if(_0x3953b1[_0x49ff71(0x10b)]==='ok')console['log']('\x20\x20'+_0x484ecc[_0x49ff71(0x11f)](0x11)+'\x20'+a93_0x3acced[_0x49ff71(0x126)](_0x49ff71(0x130)));else{if(_0x3953b1[_0x49ff71(0x10b)]===_0x49ff71(0x148))console['log']('\x20\x20'+_0x484ecc[_0x49ff71(0x11f)](0x11)+'\x20'+a93_0x3acced[_0x49ff71(0x13b)](_0x49ff71(0x101)));else _0x3953b1[_0x49ff71(0x10b)]==='missing'?console['log']('\x20\x20'+_0x484ecc[_0x49ff71(0x11f)](0x11)+'\x20'+a93_0x3acced[_0x49ff71(0x10a)](_0x49ff71(0x11c))):(console['log']('\x20\x20'+_0x484ecc[_0x49ff71(0x11f)](0x11)+'\x20'+a93_0x3acced[_0x49ff71(0x12c)](_0x49ff71(0x110))),console['log']('\x20\x20'+''[_0x49ff71(0x11f)](0x11)+'\x20'+a93_0x3acced[_0x49ff71(0x12c)](_0x3953b1['message'])));}};_0x3f0f9c(_0x3049e6(0x11d),_0x5f0ad5),_0x3f0f9c(_0x3049e6(0x13d),_0x5ce32d),console[_0x3049e6(0x116)](),console[_0x3049e6(0x116)](a93_0x3acced['bold']('\x20\x20Merged\x20Config')),console[_0x3049e6(0x116)](a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x144)['repeat'](0x1e))),console[_0x3049e6(0x116)](_0x3049e6(0x124)+(_0x40de2a['appCode']||a93_0x3acced['red'](_0x3049e6(0x11e)))),console[_0x3049e6(0x116)](_0x3049e6(0x11b)+_0x40de2a[_0x3049e6(0x135)]),console[_0x3049e6(0x116)](_0x3049e6(0x128)+_0x40de2a[_0x3049e6(0x125)]),console[_0x3049e6(0x116)]('\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x40de2a[_0x3049e6(0x115)]),console[_0x3049e6(0x116)](_0x3049e6(0xfd)+(_0x40de2a[_0x3049e6(0x121)]||a93_0x3acced['gray'](_0x3049e6(0x129)))),console[_0x3049e6(0x116)](_0x3049e6(0x134)+(_0x40de2a['currentApp']||a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x129)))),console[_0x3049e6(0x116)](_0x3049e6(0x136)+(_0x40de2a['explicitAppName']||a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x129)))),console[_0x3049e6(0x116)]('\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x40de2a[_0x3049e6(0x13a)]||a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x112)+DEFAULT_CONFIG_VALUES[_0x3049e6(0x13a)]+')'))),console[_0x3049e6(0x116)](_0x3049e6(0x140)+(_0x40de2a['pageSize']??a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x147)))),console[_0x3049e6(0x116)](_0x3049e6(0x123)+_0x40de2a[_0x3049e6(0x131)]),console[_0x3049e6(0x116)]('\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x40de2a[_0x3049e6(0x139)]),console['log']('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x40de2a[_0x3049e6(0xfe)]?a93_0x3acced[_0x3049e6(0x126)](_0x3049e6(0xfc)+_0x40de2a[_0x3049e6(0xfe)][_0x3049e6(0x141)]+')'):_0x4153c7?a93_0x3acced[_0x3049e6(0x126)](_0x3049e6(0x114)+_0x4153c7[_0x3049e6(0x141)]+')'):a93_0x3acced['gray'](_0x3049e6(0x129))));const _0x5ddc9a=Object[_0x3049e6(0x102)](_0x40de2a[_0x3049e6(0xff)]);if(_0x5ddc9a[_0x3049e6(0x141)]>0x0){console['log'](),console[_0x3049e6(0x116)](a93_0x3acced['bold'](_0x3049e6(0x100))),console['log'](a93_0x3acced[_0x3049e6(0x10a)]('\x20\x20─'[_0x3049e6(0x142)](0x1e)));for(const _0x3805db of _0x5ddc9a){const _0x5458fe=_0x40de2a[_0x3049e6(0xff)][_0x3805db],_0x4daf25=_0x3805db===_0x40de2a['defaultApp'],_0x179257=_0x3805db===_0x40de2a[_0x3049e6(0x146)],_0x29918e=_0x179257?a93_0x3acced[_0x3049e6(0x126)](_0x3049e6(0x122)):'',_0x2c7891=_0x4daf25?_0x3049e6(0x105):'';console[_0x3049e6(0x116)]('\x20\x20'+_0x3805db+_0x2c7891+_0x29918e),console[_0x3049e6(0x116)](_0x3049e6(0xfb)+_0x5458fe[_0x3049e6(0x145)]);const _0x89fb79=buildAppDoctorFields(_0x5458fe,{'env':_0x40de2a[_0x3049e6(0x135)],'apiDir':_0x40de2a['raw']['apiDir']||DEFAULT_CONFIG_VALUES['apiDir'],'cookie':_0x40de2a[_0x3049e6(0xfe)]||_0x4153c7||undefined,'accessKey':_0x40de2a[_0x3049e6(0x107)]});console[_0x3049e6(0x116)]('\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x89fb79[_0x3049e6(0x135)]['value']+'\x20\x20'+a93_0x3acced['gray']('('+_0x89fb79[_0x3049e6(0x135)][_0x3049e6(0x10d)]+')')),console[_0x3049e6(0x116)](_0x3049e6(0x132)+_0x89fb79['apiDir'][_0x3049e6(0x11a)]+'\x20\x20'+a93_0x3acced[_0x3049e6(0x10a)]('('+_0x89fb79['apiDir'][_0x3049e6(0x10d)]+')'));const _0x1e9cbd=_0x89fb79[_0x3049e6(0xfe)]['value']?a93_0x3acced[_0x3049e6(0x126)]('(set,\x20length='+_0x89fb79[_0x3049e6(0xfe)][_0x3049e6(0x11a)][_0x3049e6(0x141)]+')'):a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x129));console[_0x3049e6(0x116)]('\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20'+_0x1e9cbd+'\x20\x20'+a93_0x3acced[_0x3049e6(0x10a)]('('+_0x89fb79[_0x3049e6(0xfe)][_0x3049e6(0x10d)]+')'));const _0x235d23=_0x89fb79[_0x3049e6(0x107)][_0x3049e6(0x11a)]?a93_0x3acced[_0x3049e6(0x126)](_0x3049e6(0xfc)+_0x89fb79['accessKey'][_0x3049e6(0x11a)][_0x3049e6(0x141)]+')'):a93_0x3acced[_0x3049e6(0x10a)]('(none)');console[_0x3049e6(0x116)](_0x3049e6(0x127)+_0x235d23+'\x20\x20'+a93_0x3acced['gray']('('+_0x89fb79[_0x3049e6(0x107)][_0x3049e6(0x10d)]+')'));}}console[_0x3049e6(0x116)](),console[_0x3049e6(0x116)](a93_0x3acced[_0x3049e6(0x13f)](_0x3049e6(0x10e))),console[_0x3049e6(0x116)](a93_0x3acced['gray'](_0x3049e6(0x144)[_0x3049e6(0x142)](0x1e))),console[_0x3049e6(0x116)](_0x3049e6(0x111)+getApiDomain()),console[_0x3049e6(0x116)](_0x3049e6(0x143)+getUserDomain()),console[_0x3049e6(0x116)](_0x3049e6(0x12b)+getRuntimeDomain()),console[_0x3049e6(0x116)](),console[_0x3049e6(0x116)](a93_0x3acced['bold']('\x20\x20Auth')),console[_0x3049e6(0x116)](a93_0x3acced[_0x3049e6(0x10a)](_0x3049e6(0x144)['repeat'](0x1e)));if(_0x4153c7){const _0x41acd8=await getIsSessionValid();console[_0x3049e6(0x116)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x41acd8?a93_0x3acced[_0x3049e6(0x126)]('✓\x20Valid'):a93_0x3acced[_0x3049e6(0x12c)](_0x3049e6(0x13c))));}else console['log'](_0x3049e6(0x120)+a93_0x3acced[_0x3049e6(0x12c)]('✗\x20Not\x20logged\x20in'));return console[_0x3049e6(0x116)](),{'ok':!![]};}export const doctorDefinition={'service':a93_0x2f2524(0x14a),'command':a93_0x2f2524(0x133),'description':a93_0x2f2524(0x10f),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a94_0x3321d6=a94_0x2c75;(function(_0x833693,_0x3cffbf){const _0x324002=a94_0x2c75,_0x247210=_0x833693();while(!![]){try{const _0x5e3257=parseInt(_0x324002(0x20e))/0x1*(-parseInt(_0x324002(0x1fc))/0x2)+parseInt(_0x324002(0x218))/0x3*(-parseInt(_0x324002(0x216))/0x4)+parseInt(_0x324002(0x1f7))/0x5+-parseInt(_0x324002(0x204))/0x6+parseInt(_0x324002(0x212))/0x7*(parseInt(_0x324002(0x209))/0x8)+parseInt(_0x324002(0x1f3))/0x9*(-parseInt(_0x324002(0x1f5))/0xa)+-parseInt(_0x324002(0x213))/0xb*(-parseInt(_0x324002(0x20a))/0xc);if(_0x5e3257===_0x3cffbf)break;else _0x247210['push'](_0x247210['shift']());}catch(_0x1761e2){_0x247210['push'](_0x247210['shift']());}}}(a94_0x3c7e,0xbaf76));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';function a94_0x2c75(_0x2da82c,_0x4f7240){_0x2da82c=_0x2da82c-0x1f0;const _0x3c7eec=a94_0x3c7e();let _0x2c75cc=_0x3c7eec[_0x2da82c];return _0x2c75cc;}import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':'file','type':'string','required':!![],'description':a94_0x3321d6(0x20c)},FILEPATH_FLAG={'name':'filepath','type':a94_0x3321d6(0x211),'required':!![],'description':a94_0x3321d6(0x208)},DOWNLOAD_FLAG={'name':a94_0x3321d6(0x20d),'type':'boolean','description':a94_0x3321d6(0x1fb)},LONG_TERM_FLAG={'name':a94_0x3321d6(0x217),'type':a94_0x3321d6(0x215),'description':a94_0x3321d6(0x201)};function requireFilePath(_0x306fd8){const _0x24e3f=a94_0x3321d6,_0x5af6fb=_0x306fd8['trim']();if(!_0x5af6fb)throw CliErrors[_0x24e3f(0x206)](_0x24e3f(0x1f6));return _0x5af6fb;}function a94_0x3c7e(){const _0x1521ae=['Path\x20to\x20the\x20local\x20file\x20to\x20upload','download','2sCGYfe','bool','file','string','156961NBQygO','122364LdfAlX','read','boolean','4CkaOUG','long-term','3020847BoefLF','/smartapi/common/uploadFile','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','filePath','\x20to\x20development\x20app\x20','968427aQnQbf','File','90bxgpyq','filePath\x20is\x20required.','6867850RVBgps','filepath','query-url','write','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','1308298tMDVFV','path','POST','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','appCode','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','str','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','3445290UQranU','Uploaded\x20file:\x20','validation','Preview:\x20upload\x20','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','88ehoHmd','3240evJYYD','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.'];a94_0x3c7e=function(){return _0x1521ae;};return a94_0x3c7e();}const fileUpload={'service':a94_0x3321d6(0x210),'command':'upload','description':a94_0x3321d6(0x1ff),'risk':a94_0x3321d6(0x1fa),'flags':[FILE_FLAG],async 'dryRun'(_0x27993b){const _0x499d24=a94_0x3321d6,_0x442906=requireDevelopmentUploadFile(_0x27993b[_0x499d24(0x202)](_0x499d24(0x210)),_0x499d24(0x1f4));return{'method':_0x499d24(0x1fe),'url':_0x499d24(0x219),'body':{'appCode':_0x27993b[_0x499d24(0x200)],'multipart':{'file':_0x442906}},'description':_0x499d24(0x207)+_0x442906[_0x499d24(0x1fd)]+_0x499d24(0x1f2)+_0x27993b['appCode']};},async 'execute'(_0x141071){const _0x166434=a94_0x3321d6,_0x53e493=requireDevelopmentUploadFile(_0x141071['str'](_0x166434(0x210)),_0x166434(0x1f4)),_0x14abae=await uploadDevelopmentFile(_0x141071[_0x166434(0x200)],_0x53e493[_0x166434(0x1fd)]);return{'ok':!![],'data':_0x14abae,'message':_0x14abae[_0x166434(0x1f1)]?_0x166434(0x205)+_0x14abae[_0x166434(0x1f1)]+_0x166434(0x1f0):_0x166434(0x20b)};}},fileQueryUrl={'service':'file','command':a94_0x3321d6(0x1f9),'description':a94_0x3321d6(0x203),'risk':a94_0x3321d6(0x214),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x1041b4){const _0x58a6ba=a94_0x3321d6,_0x3fcdb5=requireFilePath(_0x1041b4[_0x58a6ba(0x202)](_0x58a6ba(0x1f8))),_0x4d9c8d=await queryDevelopmentFileUrl(_0x3fcdb5,{'download':_0x1041b4[_0x58a6ba(0x20f)]('download'),'longTerm':_0x1041b4['bool']('long-term')});return{'ok':!![],'data':_0x4d9c8d};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
1
+ const a94_0x38632c=a94_0x31c2;(function(_0x18ac72,_0x5ee682){const _0x6ac1f3=a94_0x31c2,_0x3ea707=_0x18ac72();while(!![]){try{const _0x44b533=-parseInt(_0x6ac1f3(0xc2))/0x1+parseInt(_0x6ac1f3(0xe0))/0x2+-parseInt(_0x6ac1f3(0xd9))/0x3+parseInt(_0x6ac1f3(0xc7))/0x4+-parseInt(_0x6ac1f3(0xd8))/0x5*(-parseInt(_0x6ac1f3(0xd0))/0x6)+-parseInt(_0x6ac1f3(0xcc))/0x7*(parseInt(_0x6ac1f3(0xc3))/0x8)+-parseInt(_0x6ac1f3(0xce))/0x9*(-parseInt(_0x6ac1f3(0xcf))/0xa);if(_0x44b533===_0x5ee682)break;else _0x3ea707['push'](_0x3ea707['shift']());}catch(_0xe79833){_0x3ea707['push'](_0x3ea707['shift']());}}}(a94_0x41a2,0xe3681));import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a94_0x31c2(_0x5d1760,_0x42e50a){_0x5d1760=_0x5d1760-0xbd;const _0x41a2b6=a94_0x41a2();let _0x31c252=_0x41a2b6[_0x5d1760];return _0x31c252;}const FILE_FLAG={'name':a94_0x38632c(0xbe),'type':'string','required':!![],'description':a94_0x38632c(0xd5)},FILEPATH_FLAG={'name':'filepath','type':'string','required':!![],'description':a94_0x38632c(0xc9)},DOWNLOAD_FLAG={'name':a94_0x38632c(0xca),'type':'boolean','description':a94_0x38632c(0xc5)},LONG_TERM_FLAG={'name':a94_0x38632c(0xde),'type':a94_0x38632c(0xd3),'description':'Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML'};function requireFilePath(_0x2064d9){const _0x8bd2a8=a94_0x38632c,_0x46f54f=_0x2064d9['trim']();if(!_0x46f54f)throw CliErrors['validation'](_0x8bd2a8(0xc4));return _0x46f54f;}const fileUpload={'service':'file','command':a94_0x38632c(0xc8),'description':a94_0x38632c(0xda),'risk':a94_0x38632c(0xdc),'flags':[FILE_FLAG],async 'dryRun'(_0x54bc78){const _0x48f507=a94_0x38632c,_0x1caee4=requireDevelopmentUploadFile(_0x54bc78[_0x48f507(0xcb)](_0x48f507(0xbe)),_0x48f507(0xbd));return{'method':_0x48f507(0xdd),'url':_0x48f507(0xd7),'body':{'appCode':_0x54bc78['appCode'],'multipart':{'file':_0x1caee4}},'description':_0x48f507(0xdb)+_0x1caee4[_0x48f507(0xd2)]+_0x48f507(0xc1)+_0x54bc78[_0x48f507(0xc0)]};},async 'execute'(_0x41a377){const _0x250cb1=a94_0x38632c,_0x49e67e=requireDevelopmentUploadFile(_0x41a377[_0x250cb1(0xcb)](_0x250cb1(0xbe)),_0x250cb1(0xbd)),_0x2ddd45=await uploadDevelopmentFile(_0x41a377['appCode'],_0x49e67e[_0x250cb1(0xd2)]);return{'ok':!![],'data':_0x2ddd45,'message':_0x2ddd45[_0x250cb1(0xbf)]?_0x250cb1(0xcd)+_0x2ddd45[_0x250cb1(0xbf)]+_0x250cb1(0xd6):_0x250cb1(0xd1)};}},fileQueryUrl={'service':a94_0x38632c(0xbe),'command':a94_0x38632c(0xc6),'description':'Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','risk':'read','flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x15fbab){const _0x1895d9=a94_0x38632c,_0x3b383f=requireFilePath(_0x15fbab['str'](_0x1895d9(0xdf))),_0x467364=await queryDevelopmentFileUrl(_0x3b383f,{'download':_0x15fbab['bool']('download'),'longTerm':_0x15fbab[_0x1895d9(0xd4)](_0x1895d9(0xde))});return{'ok':!![],'data':_0x467364};}};function a94_0x41a2(){const _0xc2089c=['boolean','bool','Path\x20to\x20the\x20local\x20file\x20to\x20upload','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','/smartapi/common/uploadFile','8956885LqtrCf','5334882xbnAwX','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','Preview:\x20upload\x20','read','POST','long-term','filepath','374750LMcPRY','File','file','filePath','appCode','\x20to\x20development\x20app\x20','1055920jHriCt','13684744rUrBqP','filePath\x20is\x20required.','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','query-url','6796244bhFTSo','upload','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','download','str','7gXgfNW','Uploaded\x20file:\x20','16186059cOjYTI','10vpzzkI','6PJZyft','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','path'];a94_0x41a2=function(){return _0xc2089c;};return a94_0x41a2();}export const fileDefinitions=[fileUpload,fileQueryUrl];
@@ -1 +1 @@
1
- const a95_0x38a785=a95_0x4dfb;(function(_0xb805db,_0x400abc){const _0x18ffc2=a95_0x4dfb,_0x34fb97=_0xb805db();while(!![]){try{const _0x1e62cd=-parseInt(_0x18ffc2(0x125))/0x1+-parseInt(_0x18ffc2(0x131))/0x2+-parseInt(_0x18ffc2(0x124))/0x3*(parseInt(_0x18ffc2(0x12e))/0x4)+-parseInt(_0x18ffc2(0x134))/0x5+parseInt(_0x18ffc2(0x136))/0x6*(-parseInt(_0x18ffc2(0x11a))/0x7)+-parseInt(_0x18ffc2(0x130))/0x8*(parseInt(_0x18ffc2(0x117))/0x9)+parseInt(_0x18ffc2(0x12f))/0xa;if(_0x1e62cd===_0x400abc)break;else _0x34fb97['push'](_0x34fb97['shift']());}catch(_0x1b931a){_0x34fb97['push'](_0x34fb97['shift']());}}}(a95_0x489a,0x4cb4e));import{NEW_CONFIG_NAME,LEGACY_CONFIG_NAMES,writeConfigFile,resolveWriteConfigPath}from'../../context.js';import{upgradeApp}from'../../commands/project/upgrade.js';import{getCliVersion}from'../../utils/version.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{existsSync}from'node:fs';import{resolve}from'node:path';import{validateAppcode}from'../../commands/common/validate.js';import{promptCustomAppcode,selectMultipleApps}from'../../commands/common/app-selector.js';function a95_0x4dfb(_0x4db24d,_0x1cbdbf){_0x4db24d=_0x4db24d-0x10e;const _0x489abe=a95_0x489a();let _0x4dfbba=_0x489abe[_0x4db24d];return _0x4dfbba;}import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function a95_0x489a(){const _0x1feb94=['init','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','App\x20code\x20to\x20initialize\x20with','\x20config','map','flagMissing','some','global','665967xFxUDT','221023ldkzlS','log','validation','env','Use\x20`','valid','yes','write','bool','8crKtzw','22493440iFLDGn','4232nuyVzQ','595668eafpPM','str','toLocaleString','2344555vAHldL','检测到旧配置文件,正在自动升级...\x0a','6VAoIbB','boolean','cwd','custom','\x0a✓\x20Successfully\x20initialized\x20','appcode','../../commands/project/init.js','string','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','defaultApp','\x20\x20Env:\x20','Target\x20environment','appCode','7407UAGOKZ','\x20\x20Config:\x20','\x20\x20Apps:\x20','476287IqmrhP','project'];a95_0x489a=function(){return _0x1feb94;};return a95_0x489a();}function syntheticApp(_0x574f5d){return{'appCode':_0x574f5d,'appName':_0x574f5d};}function writeInitConfig(_0x352300,_0xf307bc,_0x3550b5){const _0x38b56c=a95_0x4dfb,_0x458ee0=resolveWriteConfigPath(_0x352300),_0x42bfb3=buildCanonicalProjectConfig({},{'appCodes':_0xf307bc['map'](_0x213046=>_0x213046['appCode']),'env':_0x3550b5,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x38b56c(0x133)]()}});writeConfigFile(_0x458ee0,_0x42bfb3);const _0x578f3f=_0x352300==='global'?_0x38b56c(0x123):'project';console[_0x38b56c(0x126)](_0x38b56c(0x10e)+_0x578f3f+_0x38b56c(0x11f)),console['log'](_0x38b56c(0x119)+_0xf307bc[_0x38b56c(0x120)](_0x1fa206=>_0x1fa206[_0x38b56c(0x116)])['join'](',\x20')),console[_0x38b56c(0x126)]('\x20\x20Default:\x20'+_0x42bfb3[_0x38b56c(0x113)]),console['log'](_0x38b56c(0x114)+_0x42bfb3['env']),console[_0x38b56c(0x126)](_0x38b56c(0x118)+_0x458ee0);}async function runSmartInit(_0x5ab575){const _0x336af9=a95_0x4dfb,_0x234d81=process[_0x336af9(0x138)](),_0x2375ec=_0x5ab575[_0x336af9(0x12d)](_0x336af9(0x123))?_0x336af9(0x123):_0x336af9(0x11b),_0xee01f4=_0x5ab575['str'](_0x336af9(0x128))||'production',_0x5e28d5=_0x5ab575[_0x336af9(0x132)](_0x336af9(0x10f))||undefined,_0x333143=_0x5ab575[_0x336af9(0x12d)](_0x336af9(0x11b));if(_0x333143){const {initConfig:_0xda5f8d}=await import(_0x336af9(0x110));return _0xda5f8d({'appcode':_0x5e28d5,'env':_0xee01f4,'autoYes':_0x5ab575['bool'](_0x336af9(0x12b))});}if(_0x2375ec==='project'){const _0x1963ec=existsSync(resolve(_0x234d81,NEW_CONFIG_NAME)),_0xa594da=LEGACY_CONFIG_NAMES[_0x336af9(0x122)](_0x5ec2bb=>existsSync(resolve(_0x234d81,_0x5ec2bb)));if(_0xa594da&&!_0x1963ec)return console[_0x336af9(0x126)](_0x336af9(0x135)),upgradeApp(_0x5ab575['nonInteractive'],{'yes':_0x5ab575['bool'](_0x336af9(0x12b))});if(_0x1963ec)throw CliErrors['validation'](_0x336af9(0x11d),_0x336af9(0x129)+CLI_BIN_NAME+'\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.');}if(_0x5e28d5){const _0x4710e4=validateAppcode(_0x5e28d5);if(!_0x4710e4[_0x336af9(0x12a)])throw CliErrors[_0x336af9(0x127)](_0x4710e4['message']);writeInitConfig(_0x2375ec,[syntheticApp(_0x5e28d5)],_0xee01f4);return;}if(_0x5ab575['nonInteractive'])throw CliErrors[_0x336af9(0x121)](_0x336af9(0x10f),'Usage:\x20'+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]');const _0x3d92d1=getCookie(),_0x205d54=await selectMultipleApps(_0x3d92d1),_0x6e26a7=_0x205d54===_0x336af9(0x139)?[syntheticApp(await promptCustomAppcode())]:_0x205d54;writeInitConfig(_0x2375ec,_0x6e26a7,_0xee01f4);}const initFlags=[{'name':a95_0x38a785(0x123),'type':a95_0x38a785(0x137),'description':'Write\x20to\x20global\x20config\x20instead\x20of\x20project','default':![]},{'name':a95_0x38a785(0x128),'type':a95_0x38a785(0x111),'description':a95_0x38a785(0x115),'default':'production','enum':[...RABETBASE_ENV_VALUES]},{'name':a95_0x38a785(0x10f),'type':a95_0x38a785(0x111),'description':a95_0x38a785(0x11e)},{'name':a95_0x38a785(0x11b),'type':a95_0x38a785(0x137),'description':'Delegate\x20to\x20legacy\x20Ink\x20init\x20flow','default':![]},{'name':a95_0x38a785(0x12b),'type':'boolean','description':'Auto-confirm\x20prompts','default':![]}];export const initDefinitions=[{'service':a95_0x38a785(0x11c),'command':'run','description':a95_0x38a785(0x112),'risk':a95_0x38a785(0x12c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x37b664){return await runSmartInit(_0x37b664),{'ok':!![]};}}];
1
+ const a95_0x39e4ee=a95_0x4e55;(function(_0x230313,_0x3c150d){const _0x15a5b5=a95_0x4e55,_0x2bffb8=_0x230313();while(!![]){try{const _0x30f5f8=parseInt(_0x15a5b5(0x82))/0x1*(-parseInt(_0x15a5b5(0x81))/0x2)+-parseInt(_0x15a5b5(0x9a))/0x3*(parseInt(_0x15a5b5(0x92))/0x4)+-parseInt(_0x15a5b5(0x76))/0x5+-parseInt(_0x15a5b5(0x79))/0x6*(parseInt(_0x15a5b5(0x7c))/0x7)+-parseInt(_0x15a5b5(0x96))/0x8*(parseInt(_0x15a5b5(0xa0))/0x9)+-parseInt(_0x15a5b5(0x99))/0xa+parseInt(_0x15a5b5(0xa1))/0xb;if(_0x30f5f8===_0x3c150d)break;else _0x2bffb8['push'](_0x2bffb8['shift']());}catch(_0x306032){_0x2bffb8['push'](_0x2bffb8['shift']());}}}(a95_0x3909,0xcf055));import{NEW_CONFIG_NAME,LEGACY_CONFIG_NAMES,writeConfigFile,resolveWriteConfigPath}from'../../context.js';import{upgradeApp}from'../../commands/project/upgrade.js';import{getCliVersion}from'../../utils/version.js';function a95_0x3909(){const _0xa1f993=['bool','检测到旧配置文件,正在自动升级...\x0a','18dKKAVC','81773461Xsumxa','nonInteractive','validation','5287245heOJTf','production','Write\x20to\x20global\x20config\x20instead\x20of\x20project','5858286zMrhnd','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','Delegate\x20to\x20legacy\x20Ink\x20init\x20flow','7aSUpWJ','\x20\x20Default:\x20','some','appCode','env','19248MLnimn','55aMjBUP','valid','Use\x20`','\x20\x20Env:\x20','appcode','toLocaleString','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','global','App\x20code\x20to\x20initialize\x20with','string','../../commands/project/init.js','Target\x20environment','custom','join','yes','message','2352bxLuJV','cwd','str','log','5757032mrRnKi','project','\x20\x20Apps:\x20','14699140IaTnMw','5682PVKXLS','Usage:\x20','boolean','map'];a95_0x3909=function(){return _0xa1f993;};return a95_0x3909();}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(_0x507411){return{'appCode':_0x507411,'appName':_0x507411};}function writeInitConfig(_0x4efcff,_0x84a6d2,_0x22bf96){const _0x52adde=a95_0x4e55,_0x2872a4=resolveWriteConfigPath(_0x4efcff),_0x208a1a=buildCanonicalProjectConfig({},{'appCodes':_0x84a6d2[_0x52adde(0x9d)](_0x5911b4=>_0x5911b4[_0x52adde(0x7f)]),'env':_0x22bf96,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x52adde(0x87)]()}});writeConfigFile(_0x2872a4,_0x208a1a);const _0x5f2602=_0x4efcff===_0x52adde(0x89)?_0x52adde(0x89):_0x52adde(0x97);console['log']('\x0a✓\x20Successfully\x20initialized\x20'+_0x5f2602+'\x20config'),console[_0x52adde(0x95)](_0x52adde(0x98)+_0x84a6d2[_0x52adde(0x9d)](_0x3313c1=>_0x3313c1[_0x52adde(0x7f)])[_0x52adde(0x8f)](',\x20')),console[_0x52adde(0x95)](_0x52adde(0x7d)+_0x208a1a['defaultApp']),console[_0x52adde(0x95)](_0x52adde(0x85)+_0x208a1a['env']),console[_0x52adde(0x95)]('\x20\x20Config:\x20'+_0x2872a4);}function a95_0x4e55(_0x37f2fd,_0x506cbc){_0x37f2fd=_0x37f2fd-0x74;const _0x3909b1=a95_0x3909();let _0x4e55cf=_0x3909b1[_0x37f2fd];return _0x4e55cf;}async function runSmartInit(_0x4c4c9a){const _0xad917c=a95_0x4e55,_0x112f66=process[_0xad917c(0x93)](),_0x2ee0e0=_0x4c4c9a[_0xad917c(0x9e)]('global')?_0xad917c(0x89):_0xad917c(0x97),_0x1b6cd4=_0x4c4c9a[_0xad917c(0x94)]('env')||_0xad917c(0x77),_0x51cd6b=_0x4c4c9a[_0xad917c(0x94)](_0xad917c(0x86))||undefined,_0x512b62=_0x4c4c9a[_0xad917c(0x9e)](_0xad917c(0x97));if(_0x512b62){const {initConfig:_0x525eb8}=await import(_0xad917c(0x8c));return _0x525eb8({'appcode':_0x51cd6b,'env':_0x1b6cd4,'autoYes':_0x4c4c9a['bool'](_0xad917c(0x90))});}if(_0x2ee0e0===_0xad917c(0x97)){const _0x5e4999=existsSync(resolve(_0x112f66,NEW_CONFIG_NAME)),_0x11c758=LEGACY_CONFIG_NAMES[_0xad917c(0x7e)](_0x174952=>existsSync(resolve(_0x112f66,_0x174952)));if(_0x11c758&&!_0x5e4999)return console[_0xad917c(0x95)](_0xad917c(0x9f)),upgradeApp(_0x4c4c9a['nonInteractive'],{'yes':_0x4c4c9a['bool'](_0xad917c(0x90))});if(_0x5e4999)throw CliErrors[_0xad917c(0x75)]('.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.',_0xad917c(0x84)+CLI_BIN_NAME+_0xad917c(0x7a));}if(_0x51cd6b){const _0x5796c6=validateAppcode(_0x51cd6b);if(!_0x5796c6[_0xad917c(0x83)])throw CliErrors[_0xad917c(0x75)](_0x5796c6[_0xad917c(0x91)]);writeInitConfig(_0x2ee0e0,[syntheticApp(_0x51cd6b)],_0x1b6cd4);return;}if(_0x4c4c9a[_0xad917c(0x74)])throw CliErrors['flagMissing'](_0xad917c(0x86),_0xad917c(0x9b)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]');const _0x5a9865=getCookie(),_0x1868c7=await selectMultipleApps(_0x5a9865),_0xcccd49=_0x1868c7===_0xad917c(0x8e)?[syntheticApp(await promptCustomAppcode())]:_0x1868c7;writeInitConfig(_0x2ee0e0,_0xcccd49,_0x1b6cd4);}const initFlags=[{'name':a95_0x39e4ee(0x89),'type':a95_0x39e4ee(0x9c),'description':a95_0x39e4ee(0x78),'default':![]},{'name':a95_0x39e4ee(0x80),'type':a95_0x39e4ee(0x8b),'description':a95_0x39e4ee(0x8d),'default':a95_0x39e4ee(0x77),'enum':[...RABETBASE_ENV_VALUES]},{'name':a95_0x39e4ee(0x86),'type':a95_0x39e4ee(0x8b),'description':a95_0x39e4ee(0x8a)},{'name':'project','type':a95_0x39e4ee(0x9c),'description':a95_0x39e4ee(0x7b),'default':![]},{'name':a95_0x39e4ee(0x90),'type':a95_0x39e4ee(0x9c),'description':'Auto-confirm\x20prompts','default':![]}];export const initDefinitions=[{'service':'init','command':'run','description':a95_0x39e4ee(0x88),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x2b9179){return await runSmartInit(_0x2b9179),{'ok':!![]};}}];
@@ -1 +1 @@
1
- function a96_0x4f95(){const _0x24bc43=['1935SKibgC','7mLogSZ','8MSIZxt','20627343OiVwro','4648528wNkUCd','6ceJjIV','1429424bDxTpn','5101122RJLAXI','22820vFUhIR','2621235pRtiyA','1290306WTMiYR'];a96_0x4f95=function(){return _0x24bc43;};return a96_0x4f95();}(function(_0x6edb08,_0x18dc5a){const _0x52afb3=a96_0x1944,_0x39f1a4=_0x6edb08();while(!![]){try{const _0xc876c4=-parseInt(_0x52afb3(0x1a8))/0x1+parseInt(_0x52afb3(0x1af))/0x2*(-parseInt(_0x52afb3(0x1ae))/0x3)+parseInt(_0x52afb3(0x1ab))/0x4*(parseInt(_0x52afb3(0x1b2))/0x5)+parseInt(_0x52afb3(0x1b0))/0x6+-parseInt(_0x52afb3(0x1aa))/0x7*(parseInt(_0x52afb3(0x1ad))/0x8)+parseInt(_0x52afb3(0x1a9))/0x9*(parseInt(_0x52afb3(0x1b1))/0xa)+parseInt(_0x52afb3(0x1ac))/0xb;if(_0xc876c4===_0x18dc5a)break;else _0x39f1a4['push'](_0x39f1a4['shift']());}catch(_0x470b6e){_0x39f1a4['push'](_0x39f1a4['shift']());}}}(a96_0x4f95,0xeb490));function a96_0x1944(_0xe6efdb,_0x3758cc){_0xe6efdb=_0xe6efdb-0x1a8;const _0x4f95e1=a96_0x4f95();let _0x19443f=_0x4f95e1[_0xe6efdb];return _0x19443f;}import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];
1
+ (function(_0x46e2b7,_0x134b6d){const _0x105ee4=a96_0x2902,_0x580f56=_0x46e2b7();while(!![]){try{const _0x43e716=-parseInt(_0x105ee4(0x194))/0x1*(-parseInt(_0x105ee4(0x192))/0x2)+parseInt(_0x105ee4(0x18f))/0x3+-parseInt(_0x105ee4(0x190))/0x4*(parseInt(_0x105ee4(0x197))/0x5)+-parseInt(_0x105ee4(0x196))/0x6+-parseInt(_0x105ee4(0x191))/0x7+parseInt(_0x105ee4(0x193))/0x8+parseInt(_0x105ee4(0x195))/0x9;if(_0x43e716===_0x134b6d)break;else _0x580f56['push'](_0x580f56['shift']());}catch(_0x8e918b){_0x580f56['push'](_0x580f56['shift']());}}}(a96_0x3a53,0x1f187));import{issueReport}from'../../commands/issue/report.js';function a96_0x2902(_0x1f9f65,_0x3589b3){_0x1f9f65=_0x1f9f65-0x18f;const _0x3a53a2=a96_0x3a53();let _0x2902e3=_0x3a53a2[_0x1f9f65];return _0x2902e3;}function a96_0x3a53(){const _0x1e2fb9=['359628vSkanE','76TbdQhh','1291738VyWVtR','226mqMESw','376528ZqiIHK','1856fHTWPL','2796291wXkUdk','1191354sMbZwB','46555oUZUeW'];a96_0x3a53=function(){return _0x1e2fb9;};return a96_0x3a53();}export const issueDefinitions=[issueReport];
@@ -1 +1 @@
1
- const a97_0x592a74=a97_0x418f;(function(_0x47268a,_0x2764d8){const _0x493889=a97_0x418f,_0x3dfcfd=_0x47268a();while(!![]){try{const _0x1238e2=parseInt(_0x493889(0x13d))/0x1*(-parseInt(_0x493889(0x137))/0x2)+parseInt(_0x493889(0x142))/0x3+parseInt(_0x493889(0x149))/0x4+parseInt(_0x493889(0x141))/0x5+parseInt(_0x493889(0x12f))/0x6*(-parseInt(_0x493889(0x143))/0x7)+-parseInt(_0x493889(0x136))/0x8+parseInt(_0x493889(0x12c))/0x9;if(_0x1238e2===_0x2764d8)break;else _0x3dfcfd['push'](_0x3dfcfd['shift']());}catch(_0x194f0c){_0x3dfcfd['push'](_0x3dfcfd['shift']());}}}(a97_0x4620,0x367a9));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a97_0x592a74(0x133);function a97_0x4620(){const _0x5bc2cf=['join','\x20\x20\x20\x20--title\x20\x22','1414912jNdsDO','872VzEBMZ','\x20bug?\x20Help\x20us\x20fix\x20it:','trim','auth_required','flag_missing','slice','359AgtIoF','message','stderr','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','629140vRumCe','1012593TqcdZw','609ljCslm','report','\x20\x20Set\x20','service','not_in_project','\x22\x20\x5c','1483420BqTDTP','replace','=1\x20to\x20silence\x20this\x20hint.','write','code','unknown_command','issue','1119114uokWwc','Hit\x20a\x20','\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22','27726XCIfwH','config_missing','command','network_error','RABETBASE_DISABLE_ISSUE_NUDGE'];a97_0x4620=function(){return _0x5bc2cf;};return a97_0x4620();}const NUDGE_SUPPRESSED_CODES=new Set(['cancelled',a97_0x592a74(0x13a),a97_0x592a74(0x130),a97_0x592a74(0x147),a97_0x592a74(0x12a),a97_0x592a74(0x13b),'validation_error',a97_0x592a74(0x132)]),defaultWriter=_0x165147=>{const _0x512b5e=a97_0x592a74;process[_0x512b5e(0x13f)][_0x512b5e(0x128)](_0x165147);};export function shouldNudgeForError(_0x311ef6,_0x596f46){const _0x9bebdf=a97_0x592a74;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x596f46['service']===_0x9bebdf(0x12b)&&_0x596f46[_0x9bebdf(0x131)]===_0x9bebdf(0x144))return![];if(_0x311ef6 instanceof CliError)return!NUDGE_SUPPRESSED_CODES['has'](_0x311ef6[_0x9bebdf(0x129)]);return!![];}export function printIssueReportNudgeForError(_0xe85214,_0x1b3e3a,_0x373d3d=defaultWriter){if(!shouldNudgeForError(_0xe85214,_0x1b3e3a))return;const _0x503148=buildSuggestedTitle(_0xe85214,_0x1b3e3a);_0x373d3d(formatNudge(_0x503148));}function buildSuggestedTitle(_0x57e757,_0xdeb5be){const _0x47e398=a97_0x592a74,_0x5c2141=_0x57e757 instanceof Error?_0x57e757[_0x47e398(0x13e)]:String(_0x57e757),_0x3670ed=_0x5c2141[_0x47e398(0x14a)](/[\r\n]+/g,'\x20')[_0x47e398(0x14a)](/\s+/g,'\x20')[_0x47e398(0x139)]()[_0x47e398(0x13c)](0x0,0x78)[_0x47e398(0x14a)](/"/g,'\x5c\x22'),_0x3ea7a5=CLI_BIN_NAME+'\x20'+_0xdeb5be[_0x47e398(0x146)]+'\x20'+_0xdeb5be['command'];return _0x3670ed['length']>0x0?_0x3ea7a5+':\x20'+_0x3670ed:_0x3ea7a5;}function a97_0x418f(_0x322bb1,_0x568b1e){_0x322bb1=_0x322bb1-0x127;const _0x462036=a97_0x4620();let _0x418fb7=_0x462036[_0x322bb1];return _0x418fb7;}function formatNudge(_0x4de67c){const _0x15083b=a97_0x592a74;return['',_0x15083b(0x12d)+CLI_BIN_NAME+_0x15083b(0x138),'\x20\x20'+CLI_BIN_NAME+'\x20issue\x20report\x20\x5c',_0x15083b(0x135)+_0x4de67c+_0x15083b(0x148),_0x15083b(0x12e),_0x15083b(0x140),_0x15083b(0x145)+NUDGE_OPT_OUT_ENV+_0x15083b(0x127),''][_0x15083b(0x134)]('\x0a');}
1
+ const a97_0x35d37a=a97_0x1a68;(function(_0x409f6b,_0x505c9a){const _0x4b029e=a97_0x1a68,_0x220b2b=_0x409f6b();while(!![]){try{const _0x1b5845=parseInt(_0x4b029e(0x173))/0x1*(parseInt(_0x4b029e(0x172))/0x2)+-parseInt(_0x4b029e(0x16e))/0x3+parseInt(_0x4b029e(0x16d))/0x4*(-parseInt(_0x4b029e(0x17c))/0x5)+parseInt(_0x4b029e(0x170))/0x6*(-parseInt(_0x4b029e(0x16a))/0x7)+-parseInt(_0x4b029e(0x175))/0x8*(-parseInt(_0x4b029e(0x165))/0x9)+parseInt(_0x4b029e(0x178))/0xa+-parseInt(_0x4b029e(0x171))/0xb*(-parseInt(_0x4b029e(0x177))/0xc);if(_0x1b5845===_0x505c9a)break;else _0x220b2b['push'](_0x220b2b['shift']());}catch(_0xe372b4){_0x220b2b['push'](_0x220b2b['shift']());}}}(a97_0x5e25,0xcd3d4));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV='RABETBASE_DISABLE_ISSUE_NUDGE';const NUDGE_SUPPRESSED_CODES=new Set([a97_0x35d37a(0x17d),a97_0x35d37a(0x182),a97_0x35d37a(0x164),a97_0x35d37a(0x160),a97_0x35d37a(0x16f),a97_0x35d37a(0x181),'validation_error',a97_0x35d37a(0x17e)]),defaultWriter=_0x1e2fdc=>{const _0x24ea35=a97_0x35d37a;process['stderr'][_0x24ea35(0x167)](_0x1e2fdc);};export function shouldNudgeForError(_0x481e0b,_0x5c3a5b){const _0x37aeb5=a97_0x35d37a;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x5c3a5b['service']===_0x37aeb5(0x166)&&_0x5c3a5b[_0x37aeb5(0x168)]===_0x37aeb5(0x17f))return![];if(_0x481e0b instanceof CliError)return!NUDGE_SUPPRESSED_CODES['has'](_0x481e0b[_0x37aeb5(0x16c)]);return!![];}function a97_0x1a68(_0x3be591,_0x5b7707){_0x3be591=_0x3be591-0x160;const _0x5e257c=a97_0x5e25();let _0x1a6827=_0x5e257c[_0x3be591];return _0x1a6827;}export function printIssueReportNudgeForError(_0x28a1a3,_0x25ca32,_0x2c6f48=defaultWriter){if(!shouldNudgeForError(_0x28a1a3,_0x25ca32))return;const _0x31a97f=buildSuggestedTitle(_0x28a1a3,_0x25ca32);_0x2c6f48(formatNudge(_0x31a97f));}function buildSuggestedTitle(_0x1e8933,_0x2d354d){const _0x24bf28=a97_0x35d37a,_0x2a2a9e=_0x1e8933 instanceof Error?_0x1e8933['message']:String(_0x1e8933),_0x5b94ef=_0x2a2a9e[_0x24bf28(0x174)](/[\r\n]+/g,'\x20')[_0x24bf28(0x174)](/\s+/g,'\x20')[_0x24bf28(0x180)]()[_0x24bf28(0x16b)](0x0,0x78)[_0x24bf28(0x174)](/"/g,'\x5c\x22'),_0x57e85a=CLI_BIN_NAME+'\x20'+_0x2d354d['service']+'\x20'+_0x2d354d[_0x24bf28(0x168)];return _0x5b94ef[_0x24bf28(0x162)]>0x0?_0x57e85a+':\x20'+_0x5b94ef:_0x57e85a;}function a97_0x5e25(){const _0x5e1e29=['9260jkVbAU','1278885bLaRyb','unknown_command','405546kYFecg','2488662eNkQBj','149264EwGtKd','9maEJWT','replace','8138408lKiaNB','=1\x20to\x20silence\x20this\x20hint.','24IKnsKx','14593880kyWBzh','\x22\x20\x5c','\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','\x20\x20\x20\x20--title\x20\x22','3435EhjEEj','cancelled','network_error','report','trim','flag_missing','auth_required','not_in_project','join','length','\x20issue\x20report\x20\x5c','config_missing','9DuzcXg','issue','write','command','\x20bug?\x20Help\x20us\x20fix\x20it:','77FCXGrq','slice','code'];a97_0x5e25=function(){return _0x5e1e29;};return a97_0x5e25();}function formatNudge(_0x196551){const _0x411b7a=a97_0x35d37a;return['','Hit\x20a\x20'+CLI_BIN_NAME+_0x411b7a(0x169),'\x20\x20'+CLI_BIN_NAME+_0x411b7a(0x163),_0x411b7a(0x17b)+_0x196551+_0x411b7a(0x179),'\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22',_0x411b7a(0x17a),'\x20\x20Set\x20'+NUDGE_OPT_OUT_ENV+_0x411b7a(0x176),''][_0x411b7a(0x161)]('\x0a');}
@@ -1 +1 @@
1
- const a98_0x3a0177=a98_0x1e5e;function a98_0xde7c(){const _0x4a7534=['cwd','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','\x20bytes','validation','descriptionFile:\x20','issue.description_redaction_kinds','issue','Issue\x20description\x20cannot\x20be\x20empty.','POST','2483586fUKiJd','issue.description_redactions','redactionCount','6106870DaDkcv','redactions:\x20','\x20secret(s):\x20','string','str','8313711jAFnoA','compress','write','descriptionFilePath','originalBytes','issue.description_original_bytes','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','Platform\x20issue\x20reported','apiError','description','join','6150396FaYbtN','issue.description','9rztBJy','534533aoPjFM','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','3572360tOOpma','truncated\x20from\x20','title','redactionKinds','issue.description_truncated','descriptionSource','inline','truncated','filter','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','report','length','utf8','sanitize','trim','issue.title','descriptionSource:\x20','flagMissing','2mGkiGs','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','redacted\x20','otel://','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','File\x20not\x20found:\x20','3899792kYgOgM','Platform\x20issue\x20reported\x20(','push'];a98_0xde7c=function(){return _0x4a7534;};return a98_0xde7c();}(function(_0x3a04af,_0x46dc3b){const _0x5e14e6=a98_0x1e5e,_0x5f70ea=_0x3a04af();while(!![]){try{const _0x35acaf=parseInt(_0x5e14e6(0x1e0))/0x1*(-parseInt(_0x5e14e6(0x1f5))/0x2)+parseInt(_0x5e14e6(0x1ca))/0x3+-parseInt(_0x5e14e6(0x1fb))/0x4+-parseInt(_0x5e14e6(0x1cd))/0x5+parseInt(_0x5e14e6(0x1dd))/0x6+parseInt(_0x5e14e6(0x1d2))/0x7+-parseInt(_0x5e14e6(0x1e2))/0x8*(-parseInt(_0x5e14e6(0x1df))/0x9);if(_0x35acaf===_0x46dc3b)break;else _0x5f70ea['push'](_0x5f70ea['shift']());}catch(_0x444eaf){_0x5f70ea['push'](_0x5f70ea['shift']());}}}(a98_0xde7c,0xb8a43));import{existsSync}from'node:fs';function a98_0x1e5e(_0x11a4db,_0xb9e0c3){_0x11a4db=_0x11a4db-0x1c9;const _0xde7c=a98_0xde7c();let _0x1e5e06=_0xde7c[_0x11a4db];return _0x1e5e06;}import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';import{sanitizeIssueDescription}from'../../commands/issue/shared.js';import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG='description-file';export const issueReport={'service':a98_0x3a0177(0x204),'command':a98_0x3a0177(0x1ed),'description':a98_0x3a0177(0x1e1),'risk':a98_0x3a0177(0x1d4),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a98_0x3a0177(0x1d3),'flags':[{'name':'title','type':a98_0x3a0177(0x1d0),'required':!![],'description':'One-line\x20issue\x20summary'},{'name':a98_0x3a0177(0x1db),'type':'string','description':a98_0x3a0177(0x1eb)},{'name':DESCRIPTION_FILE_FLAG,'type':'string','description':a98_0x3a0177(0x1f6)}],async 'validate'(_0xf0f6f1){const _0x1350a3=a98_0x3a0177,_0x559483=_0xf0f6f1['str'](_0x1350a3(0x1e4))[_0x1350a3(0x1f1)](),_0x3cc70e=_0xf0f6f1['str'](_0x1350a3(0x1db))['trim'](),_0x252303=_0xf0f6f1['str'](DESCRIPTION_FILE_FLAG)[_0x1350a3(0x1f1)]();if(!_0x559483)throw CliErrors[_0x1350a3(0x1f4)]('title','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.');const _0x331422=_0x3cc70e[_0x1350a3(0x1ee)]>0x0,_0x2cfc8c=_0x252303[_0x1350a3(0x1ee)]>0x0;if(_0x331422===_0x2cfc8c)throw CliErrors[_0x1350a3(0x201)](_0x1350a3(0x1ff),_0x1350a3(0x1d8));if(_0x2cfc8c){const _0x23a1af=resolve(process['cwd'](),_0x252303);if(!existsSync(_0x23a1af))throw CliErrors['validation'](_0x1350a3(0x1fa)+_0x23a1af);}},async 'dryRun'(_0x273e4d){const _0x59878f=a98_0x3a0177,_0x2bc969=await prepareIssueReport(_0x273e4d);return{'method':_0x59878f(0x1c9),'url':_0x59878f(0x1f8)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x2bc969['title'],'issue.description':_0x2bc969[_0x59878f(0x1db)],'issue.description_original_bytes':_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1d6)],'issue.description_truncated':_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1e9)],'issue.description_redactions':_0x2bc969['sanitize']['redactionCount'],'issue.description_redaction_kinds':_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1e5)][_0x59878f(0x1dc)](',')}},'description':['Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter',_0x59878f(0x1f3)+_0x2bc969[_0x59878f(0x1e7)],_0x2bc969[_0x59878f(0x1d5)]?_0x59878f(0x202)+_0x2bc969['descriptionFilePath']:null,_0x2bc969['sanitize']['truncated']?'truncated:\x20original\x20'+_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1d6)]+_0x59878f(0x200):null,_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1cc)]>0x0?_0x59878f(0x1ce)+_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1cc)]+'\x20('+_0x2bc969[_0x59878f(0x1f0)][_0x59878f(0x1e5)][_0x59878f(0x1dc)](',\x20')+')':null][_0x59878f(0x1ea)](Boolean)[_0x59878f(0x1dc)]('\x0a')};},async 'execute'(_0x1190da){const _0x3d8901=a98_0x3a0177,_0x500a55=await prepareIssueReport(_0x1190da);try{await sendPlatformIssueCollectLog({'title':_0x500a55[_0x3d8901(0x1e4)],'description':_0x500a55['description'],'sanitize':{'originalBytes':_0x500a55[_0x3d8901(0x1f0)][_0x3d8901(0x1d6)],'truncated':_0x500a55[_0x3d8901(0x1f0)][_0x3d8901(0x1e9)],'redactionCount':_0x500a55[_0x3d8901(0x1f0)][_0x3d8901(0x1cc)],'redactionKinds':_0x500a55[_0x3d8901(0x1f0)][_0x3d8901(0x1e5)]}});}catch(_0x82548a){throw CliErrors[_0x3d8901(0x1da)]('Failed\x20to\x20report\x20platform\x20issue:\x20'+(_0x82548a instanceof Error?_0x82548a['message']:String(_0x82548a)),_0x3d8901(0x1f9));}return{'ok':!![],'message':buildResultMessage(_0x500a55[_0x3d8901(0x1f0)]),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x3d8901(0x1f2),_0x3d8901(0x1de),_0x3d8901(0x1d7),_0x3d8901(0x1e6),_0x3d8901(0x1cb),_0x3d8901(0x203)],'issue':{'title':_0x500a55[_0x3d8901(0x1e4)],'descriptionLength':_0x500a55['description']['length'],'descriptionSource':_0x500a55[_0x3d8901(0x1e7)],..._0x500a55[_0x3d8901(0x1d5)]?{'descriptionFile':_0x500a55[_0x3d8901(0x1d5)]}:{},'sanitize':{'originalBytes':_0x500a55[_0x3d8901(0x1f0)]['originalBytes'],'truncated':_0x500a55['sanitize']['truncated'],'redactions':_0x500a55[_0x3d8901(0x1f0)][_0x3d8901(0x1cc)],'redactionKinds':_0x500a55[_0x3d8901(0x1f0)][_0x3d8901(0x1e5)]}}}};}};function buildResultMessage(_0x1d163f){const _0x53c4fc=a98_0x3a0177,_0x4cde81=[];return _0x1d163f[_0x53c4fc(0x1e9)]&&_0x4cde81[_0x53c4fc(0x1fd)](_0x53c4fc(0x1e3)+_0x1d163f[_0x53c4fc(0x1d6)]+'\x20bytes'),_0x1d163f[_0x53c4fc(0x1cc)]>0x0&&_0x4cde81[_0x53c4fc(0x1fd)](_0x53c4fc(0x1f7)+_0x1d163f[_0x53c4fc(0x1cc)]+_0x53c4fc(0x1cf)+_0x1d163f['redactionKinds'][_0x53c4fc(0x1dc)](',\x20')),_0x4cde81['length']===0x0?_0x53c4fc(0x1d9):_0x53c4fc(0x1fc)+_0x4cde81[_0x53c4fc(0x1dc)](';\x20')+')';}async function prepareIssueReport(_0x43f6a0){const _0x2ace03=a98_0x3a0177,_0x2230a6=_0x43f6a0[_0x2ace03(0x1d1)](_0x2ace03(0x1e4))[_0x2ace03(0x1f1)](),_0x30562a=_0x43f6a0['str'](_0x2ace03(0x1db)),_0x5272d5=_0x43f6a0[_0x2ace03(0x1d1)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x5272d5){const _0x5ced3a=_0x30562a;if(!_0x5ced3a[_0x2ace03(0x1f1)]())throw CliErrors[_0x2ace03(0x201)](_0x2ace03(0x205),_0x2ace03(0x1ec));const _0x598b89=sanitizeIssueDescription(_0x5ced3a);return{'title':_0x2230a6,'description':_0x598b89['description'],'descriptionSource':_0x2ace03(0x1e8),'sanitize':_0x598b89};}const _0x327bb1=resolve(process[_0x2ace03(0x1fe)](),_0x5272d5),_0x4c4fc7=await readFile(_0x327bb1,_0x2ace03(0x1ef));if(!_0x4c4fc7[_0x2ace03(0x1f1)]())throw CliErrors[_0x2ace03(0x201)]('Issue\x20description\x20file\x20is\x20empty:\x20'+_0x327bb1,'Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.');const _0x2a8df0=sanitizeIssueDescription(_0x4c4fc7);return{'title':_0x2230a6,'description':_0x2a8df0['description'],'descriptionSource':'file','descriptionFilePath':_0x327bb1,'sanitize':_0x2a8df0};}
1
+ const a98_0x3ef8af=a98_0x53da;(function(_0x17a3d,_0xd6e8b9){const _0x11dcae=a98_0x53da,_0x7f02a0=_0x17a3d();while(!![]){try{const _0xc072f2=parseInt(_0x11dcae(0x1d1))/0x1*(parseInt(_0x11dcae(0x1c8))/0x2)+parseInt(_0x11dcae(0x1c7))/0x3*(parseInt(_0x11dcae(0x1af))/0x4)+-parseInt(_0x11dcae(0x1ba))/0x5*(parseInt(_0x11dcae(0x1d5))/0x6)+-parseInt(_0x11dcae(0x1c2))/0x7+-parseInt(_0x11dcae(0x1e1))/0x8*(-parseInt(_0x11dcae(0x1c0))/0x9)+-parseInt(_0x11dcae(0x1b6))/0xa+parseInt(_0x11dcae(0x1de))/0xb*(parseInt(_0x11dcae(0x1cc))/0xc);if(_0xc072f2===_0xd6e8b9)break;else _0x7f02a0['push'](_0x7f02a0['shift']());}catch(_0x3a8709){_0x7f02a0['push'](_0x7f02a0['shift']());}}}(a98_0xdec7,0x6099f));import{existsSync}from'node:fs';function a98_0x53da(_0x2ceeb1,_0x7d8234){_0x2ceeb1=_0x2ceeb1-0x1a7;const _0xdec7de=a98_0xdec7();let _0x53dafb=_0xdec7de[_0x2ceeb1];return _0x53dafb;}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=a98_0x3ef8af(0x1a9);export const issueReport={'service':a98_0x3ef8af(0x1ac),'command':a98_0x3ef8af(0x1bd),'description':a98_0x3ef8af(0x1c1),'risk':a98_0x3ef8af(0x1b5),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a98_0x3ef8af(0x1c9),'flags':[{'name':a98_0x3ef8af(0x1aa),'type':a98_0x3ef8af(0x1ca),'required':!![],'description':'One-line\x20issue\x20summary'},{'name':'description','type':a98_0x3ef8af(0x1ca),'description':a98_0x3ef8af(0x1e2)},{'name':DESCRIPTION_FILE_FLAG,'type':'string','description':a98_0x3ef8af(0x1cd)}],async 'validate'(_0x107172){const _0x19f3b2=a98_0x3ef8af,_0x155faf=_0x107172[_0x19f3b2(0x1b9)](_0x19f3b2(0x1aa))[_0x19f3b2(0x1e0)](),_0xbbfcc2=_0x107172[_0x19f3b2(0x1b9)](_0x19f3b2(0x1c4))[_0x19f3b2(0x1e0)](),_0x3f0d43=_0x107172[_0x19f3b2(0x1b9)](DESCRIPTION_FILE_FLAG)[_0x19f3b2(0x1e0)]();if(!_0x155faf)throw CliErrors[_0x19f3b2(0x1b4)](_0x19f3b2(0x1aa),_0x19f3b2(0x1bb));const _0x3638b5=_0xbbfcc2[_0x19f3b2(0x1d2)]>0x0,_0x34821a=_0x3f0d43[_0x19f3b2(0x1d2)]>0x0;if(_0x3638b5===_0x34821a)throw CliErrors[_0x19f3b2(0x1c3)](_0x19f3b2(0x1cb),'Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.');if(_0x34821a){const _0xb505a3=resolve(process['cwd'](),_0x3f0d43);if(!existsSync(_0xb505a3))throw CliErrors['validation']('File\x20not\x20found:\x20'+_0xb505a3);}},async 'dryRun'(_0x1cfec7){const _0x358fb9=a98_0x3ef8af,_0x3ad502=await prepareIssueReport(_0x1cfec7);return{'method':_0x358fb9(0x1e3),'url':_0x358fb9(0x1ce)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x3ad502[_0x358fb9(0x1aa)],'issue.description':_0x3ad502[_0x358fb9(0x1c4)],'issue.description_original_bytes':_0x3ad502[_0x358fb9(0x1ae)][_0x358fb9(0x1da)],'issue.description_truncated':_0x3ad502['sanitize']['truncated'],'issue.description_redactions':_0x3ad502[_0x358fb9(0x1ae)][_0x358fb9(0x1d8)],'issue.description_redaction_kinds':_0x3ad502[_0x358fb9(0x1ae)][_0x358fb9(0x1be)]['join'](',')}},'description':['Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','descriptionSource:\x20'+_0x3ad502[_0x358fb9(0x1dd)],_0x3ad502[_0x358fb9(0x1b2)]?_0x358fb9(0x1e4)+_0x3ad502[_0x358fb9(0x1b2)]:null,_0x3ad502['sanitize'][_0x358fb9(0x1d7)]?'truncated:\x20original\x20'+_0x3ad502[_0x358fb9(0x1ae)]['originalBytes']+_0x358fb9(0x1bf):null,_0x3ad502['sanitize'][_0x358fb9(0x1d8)]>0x0?_0x358fb9(0x1cf)+_0x3ad502[_0x358fb9(0x1ae)][_0x358fb9(0x1d8)]+'\x20('+_0x3ad502['sanitize'][_0x358fb9(0x1be)][_0x358fb9(0x1a7)](',\x20')+')':null][_0x358fb9(0x1df)](Boolean)[_0x358fb9(0x1a7)]('\x0a')};},async 'execute'(_0x5eb740){const _0x30ee33=a98_0x3ef8af,_0x41990e=await prepareIssueReport(_0x5eb740);try{await sendPlatformIssueCollectLog({'title':_0x41990e['title'],'description':_0x41990e[_0x30ee33(0x1c4)],'sanitize':{'originalBytes':_0x41990e[_0x30ee33(0x1ae)][_0x30ee33(0x1da)],'truncated':_0x41990e[_0x30ee33(0x1ae)][_0x30ee33(0x1d7)],'redactionCount':_0x41990e[_0x30ee33(0x1ae)][_0x30ee33(0x1d8)],'redactionKinds':_0x41990e[_0x30ee33(0x1ae)][_0x30ee33(0x1be)]}});}catch(_0x38b06b){throw CliErrors[_0x30ee33(0x1b8)](_0x30ee33(0x1d4)+(_0x38b06b instanceof Error?_0x38b06b[_0x30ee33(0x1c5)]:String(_0x38b06b)),_0x30ee33(0x1bc));}return{'ok':!![],'message':buildResultMessage(_0x41990e['sanitize']),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x30ee33(0x1ab),'issue.description',_0x30ee33(0x1d3),_0x30ee33(0x1d0),'issue.description_redactions',_0x30ee33(0x1d6)],'issue':{'title':_0x41990e['title'],'descriptionLength':_0x41990e['description']['length'],'descriptionSource':_0x41990e[_0x30ee33(0x1dd)],..._0x41990e[_0x30ee33(0x1b2)]?{'descriptionFile':_0x41990e[_0x30ee33(0x1b2)]}:{},'sanitize':{'originalBytes':_0x41990e[_0x30ee33(0x1ae)][_0x30ee33(0x1da)],'truncated':_0x41990e[_0x30ee33(0x1ae)][_0x30ee33(0x1d7)],'redactions':_0x41990e['sanitize']['redactionCount'],'redactionKinds':_0x41990e[_0x30ee33(0x1ae)]['redactionKinds']}}}};}};function a98_0xdec7(){const _0x5ce0aa=['issue.description_redaction_kinds','truncated','redactionCount','Issue\x20description\x20file\x20is\x20empty:\x20','originalBytes','cwd','file','descriptionSource','2288jBrAii','filter','trim','1192XqhmAP','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','POST','descriptionFile:\x20','join','\x20secret(s):\x20','description-file','title','issue.title','issue','Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.','sanitize','20pSyLtY','utf8','redacted\x20','descriptionFilePath','Platform\x20issue\x20reported\x20(','flagMissing','write','3472100KPqUvx','push','apiError','str','5QbbcaX','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','report','redactionKinds','\x20bytes','20781gcgywA','Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','755601sOtPgH','validation','description','message','truncated\x20from\x20','246717ovqGvA','86hSBuzq','compress','string','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','3648qPPYfM','Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description','otel://','redactions:\x20','issue.description_truncated','9275Tcnxkr','length','issue.description_original_bytes','Failed\x20to\x20report\x20platform\x20issue:\x20','2198766ErOjyo'];a98_0xdec7=function(){return _0x5ce0aa;};return a98_0xdec7();}function buildResultMessage(_0x4f26f9){const _0xa33b1a=a98_0x3ef8af,_0x118659=[];return _0x4f26f9[_0xa33b1a(0x1d7)]&&_0x118659['push'](_0xa33b1a(0x1c6)+_0x4f26f9[_0xa33b1a(0x1da)]+'\x20bytes'),_0x4f26f9['redactionCount']>0x0&&_0x118659[_0xa33b1a(0x1b7)](_0xa33b1a(0x1b1)+_0x4f26f9[_0xa33b1a(0x1d8)]+_0xa33b1a(0x1a8)+_0x4f26f9[_0xa33b1a(0x1be)]['join'](',\x20')),_0x118659[_0xa33b1a(0x1d2)]===0x0?'Platform\x20issue\x20reported':_0xa33b1a(0x1b3)+_0x118659[_0xa33b1a(0x1a7)](';\x20')+')';}async function prepareIssueReport(_0x859cd4){const _0x4373af=a98_0x3ef8af,_0x271514=_0x859cd4[_0x4373af(0x1b9)](_0x4373af(0x1aa))[_0x4373af(0x1e0)](),_0x1188ab=_0x859cd4['str']('description'),_0x1a94bb=_0x859cd4[_0x4373af(0x1b9)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x1a94bb){const _0x5e2200=_0x1188ab;if(!_0x5e2200[_0x4373af(0x1e0)]())throw CliErrors[_0x4373af(0x1c3)]('Issue\x20description\x20cannot\x20be\x20empty.','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.');const _0x496d11=sanitizeIssueDescription(_0x5e2200);return{'title':_0x271514,'description':_0x496d11[_0x4373af(0x1c4)],'descriptionSource':'inline','sanitize':_0x496d11};}const _0x363623=resolve(process[_0x4373af(0x1db)](),_0x1a94bb),_0x3109be=await readFile(_0x363623,_0x4373af(0x1b0));if(!_0x3109be['trim']())throw CliErrors[_0x4373af(0x1c3)](_0x4373af(0x1d9)+_0x363623,_0x4373af(0x1ad));const _0x3ce032=sanitizeIssueDescription(_0x3109be);return{'title':_0x271514,'description':_0x3ce032['description'],'descriptionSource':_0x4373af(0x1dc),'descriptionFilePath':_0x363623,'sanitize':_0x3ce032};}
@@ -1 +1 @@
1
- const a99_0x2f7dcd=a99_0x4f01;(function(_0x5dff01,_0x586ad6){const _0x5c657b=a99_0x4f01,_0x4f8670=_0x5dff01();while(!![]){try{const _0x1ef560=parseInt(_0x5c657b(0x104))/0x1*(parseInt(_0x5c657b(0xfd))/0x2)+-parseInt(_0x5c657b(0x112))/0x3*(parseInt(_0x5c657b(0x10e))/0x4)+-parseInt(_0x5c657b(0x107))/0x5+-parseInt(_0x5c657b(0xf4))/0x6+-parseInt(_0x5c657b(0x108))/0x7+-parseInt(_0x5c657b(0xfa))/0x8+parseInt(_0x5c657b(0x10d))/0x9;if(_0x1ef560===_0x586ad6)break;else _0x4f8670['push'](_0x4f8670['shift']());}catch(_0x4bb7ee){_0x4f8670['push'](_0x4f8670['shift']());}}}(a99_0x147c,0xd8637));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':a99_0x2f7dcd(0x110),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a99_0x2f7dcd(0xff)},{'kind':'authorization','pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':'REDACTED:authorization'},{'kind':a99_0x2f7dcd(0xf3),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a99_0x2f7dcd(0x103)},{'kind':a99_0x2f7dcd(0xfe),'pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':'REDACTED:access-key'},{'kind':a99_0x2f7dcd(0xfc),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a99_0x2f7dcd(0x106)},{'kind':a99_0x2f7dcd(0x102),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a99_0x2f7dcd(0xf8)}];function a99_0x147c(){const _0x188664=['6810450tqgFBh','5670462VTQIpQ','pattern','toString','utf8','length','40802220AhOuKp','136668ZXzMnD','restore','cookie','label','75llyqSA','byteLength','private-key','3003654WovkSo','includes','slice','push','REDACTED:bearer-jwt','kind','4075952QzHCBJ','subarray','password','34ocKwJo','access-key','REDACTED:cookie','replace','max','bearer-jwt','REDACTED:private-key','22893RjhiiP','string','REDACTED:password'];a99_0x147c=function(){return _0x188664;};return a99_0x147c();}export function sanitizeIssueDescription(_0x3ba4e0){const _0x2215f7=a99_0x2f7dcd,_0xd6e821=Buffer['byteLength'](_0x3ba4e0,_0x2215f7(0x10b)),_0x25dc97=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x1ba2ad=_0x3ba4e0,_0xd53b7c=0x0;const _0x12c4ed=[];if(!_0x25dc97){const _0x56991e=protectOssAccessKeyIds(_0x1ba2ad);_0x1ba2ad=_0x56991e['description'];for(const _0x5eaf03 of REDACTION_RULES){let _0x2df008=0x0;_0x1ba2ad=_0x1ba2ad['replace'](_0x5eaf03[_0x2215f7(0x109)],(_0x5aa8c2,_0x1f175f)=>{const _0x29bc8d=_0x2215f7;_0x2df008+=0x1;const _0x138a60=typeof _0x1f175f===_0x29bc8d(0x105)?_0x1f175f:'';return _0x138a60+'['+_0x5eaf03[_0x29bc8d(0x111)]+']';}),_0x2df008>0x0&&(_0xd53b7c+=_0x2df008,!_0x12c4ed[_0x2215f7(0xf5)](_0x5eaf03[_0x2215f7(0xf9)])&&_0x12c4ed['push'](_0x5eaf03[_0x2215f7(0xf9)]));}_0x1ba2ad=_0x56991e[_0x2215f7(0x10f)](_0x1ba2ad);}let _0x12be78=![];if(Buffer[_0x2215f7(0xf2)](_0x1ba2ad,'utf8')>ISSUE_DESCRIPTION_MAX_BYTES){_0x12be78=!![];const _0x33c2b6=Buffer['byteLength'](TRUNCATION_NOTICE,_0x2215f7(0x10b)),_0x1e0f77=Math[_0x2215f7(0x101)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x33c2b6);_0x1ba2ad=sliceUtf8Bytes(_0x1ba2ad,_0x1e0f77)+TRUNCATION_NOTICE;}return{'description':_0x1ba2ad,'originalBytes':_0xd6e821,'truncated':_0x12be78,'redactionCount':_0xd53b7c,'redactionKinds':_0x12c4ed};}function a99_0x4f01(_0x208e7e,_0x5b09d2){_0x208e7e=_0x208e7e-0xf2;const _0x147ccc=a99_0x147c();let _0x4f01f0=_0x147ccc[_0x208e7e];return _0x4f01f0;}function protectOssAccessKeyIds(_0x1525db){const _0xe2c5a7=a99_0x2f7dcd,_0x25e6a5=[],_0x1734a9=_0x1525db['replace'](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x4b5d26,_0x3f9b27)=>{const _0x2b97ef=a99_0x4f01,_0x59fa2c=_0x25e6a5[_0x2b97ef(0xf7)](_0x4b5d26[_0x2b97ef(0xf6)](_0x3f9b27[_0x2b97ef(0x10c)]))-0x1;return _0x3f9b27+'__RB_OSS_ID_'+_0x59fa2c+'__';});return{'description':_0x1734a9,'restore':_0x15ddd0=>_0x15ddd0[_0xe2c5a7(0x100)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x5257be,_0x164baf,_0x223628)=>{const _0x52a4cb=_0x25e6a5[Number(_0x223628)];return _0x52a4cb===undefined?_0x5257be:''+_0x164baf+_0x52a4cb;})};}function sliceUtf8Bytes(_0x30b6d6,_0x8bf8af){const _0x32aad4=a99_0x2f7dcd;if(_0x8bf8af<=0x0)return'';const _0x591454=Buffer['from'](_0x30b6d6,_0x32aad4(0x10b));if(_0x591454[_0x32aad4(0xf2)]<=_0x8bf8af)return _0x30b6d6;let _0x3ac1c7=_0x8bf8af;while(_0x3ac1c7>0x0){const _0x53c988=_0x591454[_0x3ac1c7];if(_0x53c988===undefined||(_0x53c988&0xc0)!==0x80)break;_0x3ac1c7-=0x1;}return _0x591454[_0x32aad4(0xfb)](0x0,_0x3ac1c7)[_0x32aad4(0x10a)](_0x32aad4(0x10b));}
1
+ const a99_0x5cfd74=a99_0x4f10;(function(_0x2eb34e,_0xfcee54){const _0x2a921a=a99_0x4f10,_0x399225=_0x2eb34e();while(!![]){try{const _0x3fa0f6=-parseInt(_0x2a921a(0xd9))/0x1*(-parseInt(_0x2a921a(0xc6))/0x2)+parseInt(_0x2a921a(0xc0))/0x3*(-parseInt(_0x2a921a(0xd6))/0x4)+parseInt(_0x2a921a(0xbb))/0x5*(-parseInt(_0x2a921a(0xc8))/0x6)+-parseInt(_0x2a921a(0xc7))/0x7+-parseInt(_0x2a921a(0xbd))/0x8*(parseInt(_0x2a921a(0xba))/0x9)+-parseInt(_0x2a921a(0xd1))/0xa*(-parseInt(_0x2a921a(0xd5))/0xb)+parseInt(_0x2a921a(0xcf))/0xc;if(_0x3fa0f6===_0xfcee54)break;else _0x399225['push'](_0x399225['shift']());}catch(_0x482bcd){_0x399225['push'](_0x399225['shift']());}}}(a99_0x2d97,0x4d198));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':'cookie','pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a99_0x5cfd74(0xce)},{'kind':'authorization','pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a99_0x5cfd74(0xd8)},{'kind':'private-key','pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a99_0x5cfd74(0xcc)},{'kind':'access-key','pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a99_0x5cfd74(0xbc)},{'kind':a99_0x5cfd74(0xd7),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a99_0x5cfd74(0xbe)},{'kind':a99_0x5cfd74(0xda),'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(_0x4d94ff){const _0x479666=a99_0x5cfd74,_0x4aa203=Buffer['byteLength'](_0x4d94ff,'utf8'),_0x512a35=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x13ad67=_0x4d94ff,_0x2e8fe5=0x0;const _0x3664a6=[];if(!_0x512a35){const _0x1b7ef2=protectOssAccessKeyIds(_0x13ad67);_0x13ad67=_0x1b7ef2[_0x479666(0xb9)];for(const _0x34026b of REDACTION_RULES){let _0x4fbe38=0x0;_0x13ad67=_0x13ad67[_0x479666(0xd2)](_0x34026b[_0x479666(0xd3)],(_0x12a071,_0x575e87)=>{const _0x191362=_0x479666;_0x4fbe38+=0x1;const _0x2bf0b4=typeof _0x575e87===_0x191362(0xcd)?_0x575e87:'';return _0x2bf0b4+'['+_0x34026b[_0x191362(0xc4)]+']';}),_0x4fbe38>0x0&&(_0x2e8fe5+=_0x4fbe38,!_0x3664a6[_0x479666(0xd4)](_0x34026b[_0x479666(0xca)])&&_0x3664a6['push'](_0x34026b[_0x479666(0xca)]));}_0x13ad67=_0x1b7ef2[_0x479666(0xc1)](_0x13ad67);}let _0x77a1ae=![];if(Buffer[_0x479666(0xd0)](_0x13ad67,_0x479666(0xc5))>ISSUE_DESCRIPTION_MAX_BYTES){_0x77a1ae=!![];const _0x5a765d=Buffer[_0x479666(0xd0)](TRUNCATION_NOTICE,_0x479666(0xc5)),_0xe27f=Math[_0x479666(0xbf)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x5a765d);_0x13ad67=sliceUtf8Bytes(_0x13ad67,_0xe27f)+TRUNCATION_NOTICE;}return{'description':_0x13ad67,'originalBytes':_0x4aa203,'truncated':_0x77a1ae,'redactionCount':_0x2e8fe5,'redactionKinds':_0x3664a6};}function a99_0x4f10(_0x116c3f,_0x5a7527){_0x116c3f=_0x116c3f-0xb9;const _0x2d976e=a99_0x2d97();let _0x4f10f2=_0x2d976e[_0x116c3f];return _0x4f10f2;}function a99_0x2d97(){const _0x1aa304=['slice','kind','length','REDACTED:private-key','string','REDACTED:cookie','11317476oMvOCH','byteLength','10hsTxsR','replace','pattern','includes','5276689BrGjrk','22084vrtisb','password','REDACTED:authorization','194137nsmuqh','bearer-jwt','description','9ppefYg','124045sGsnkT','REDACTED:access-key','3809608NhaAxT','REDACTED:password','max','273qmxrGm','restore','toString','push','label','utf8','4NhpbmD','3269462jWfdlg','12uXHSPu'];a99_0x2d97=function(){return _0x1aa304;};return a99_0x2d97();}function protectOssAccessKeyIds(_0x162085){const _0x1ee6a7=a99_0x5cfd74,_0x2bd13a=[],_0x3fccca=_0x162085[_0x1ee6a7(0xd2)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x7e11c,_0x49d72b)=>{const _0x313463=_0x1ee6a7,_0x1f7db0=_0x2bd13a[_0x313463(0xc3)](_0x7e11c[_0x313463(0xc9)](_0x49d72b[_0x313463(0xcb)]))-0x1;return _0x49d72b+'__RB_OSS_ID_'+_0x1f7db0+'__';});return{'description':_0x3fccca,'restore':_0x403444=>_0x403444['replace'](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x4f7da4,_0x4cc0e8,_0x64e4b)=>{const _0x43b40c=_0x2bd13a[Number(_0x64e4b)];return _0x43b40c===undefined?_0x4f7da4:''+_0x4cc0e8+_0x43b40c;})};}function sliceUtf8Bytes(_0x481ec7,_0x327872){const _0x43f74f=a99_0x5cfd74;if(_0x327872<=0x0)return'';const _0x4a021f=Buffer['from'](_0x481ec7,_0x43f74f(0xc5));if(_0x4a021f[_0x43f74f(0xd0)]<=_0x327872)return _0x481ec7;let _0x30cccc=_0x327872;while(_0x30cccc>0x0){const _0x5b770b=_0x4a021f[_0x30cccc];if(_0x5b770b===undefined||(_0x5b770b&0xc0)!==0x80)break;_0x30cccc-=0x1;}return _0x4a021f['subarray'](0x0,_0x30cccc)[_0x43f74f(0xc2)](_0x43f74f(0xc5));}
@@ -1 +1 @@
1
- const a100_0x33458b=a100_0x396e;(function(_0x42f269,_0x2678c4){const _0x4511c8=a100_0x396e,_0x4ea1c0=_0x42f269();while(!![]){try{const _0x1353f3=parseInt(_0x4511c8(0x192))/0x1*(parseInt(_0x4511c8(0x1b3))/0x2)+-parseInt(_0x4511c8(0x19f))/0x3*(-parseInt(_0x4511c8(0x1a1))/0x4)+-parseInt(_0x4511c8(0x1a6))/0x5*(parseInt(_0x4511c8(0x1af))/0x6)+-parseInt(_0x4511c8(0x1a5))/0x7*(parseInt(_0x4511c8(0x193))/0x8)+parseInt(_0x4511c8(0x1a2))/0x9+parseInt(_0x4511c8(0x1ac))/0xa+-parseInt(_0x4511c8(0x1ad))/0xb*(parseInt(_0x4511c8(0x1b0))/0xc);if(_0x1353f3===_0x2678c4)break;else _0x4ea1c0['push'](_0x4ea1c0['shift']());}catch(_0x10fb27){_0x4ea1c0['push'](_0x4ea1c0['shift']());}}}(a100_0x45ab,0x78f40));import{logger}from'../../utils/logger.js';function printLogs(_0x39ee0f){const _0x97dcf2=a100_0x396e;if(_0x39ee0f[_0x97dcf2(0x1a7)]===0x0){console[_0x97dcf2(0x191)]('*\x20No\x20logs\x20found');return;}console[_0x97dcf2(0x191)](_0x97dcf2(0x1b4)),_0x39ee0f[_0x97dcf2(0x19a)]((_0x35a6e1,_0x1f749b)=>{const _0x75bf2a=_0x97dcf2,_0x381b56=new Date(_0x35a6e1[_0x75bf2a(0x199)])[_0x75bf2a(0x197)](_0x75bf2a(0x198)),_0x51b3a4=_0x35a6e1[_0x75bf2a(0x195)]==='success'?'√':_0x35a6e1[_0x75bf2a(0x195)]===_0x75bf2a(0x1b7)?'×':_0x35a6e1[_0x75bf2a(0x195)]===_0x75bf2a(0x1a0)?'!':'i';console[_0x75bf2a(0x191)](_0x1f749b+0x1+'.\x20'+_0x51b3a4+'\x20['+_0x35a6e1[_0x75bf2a(0x19e)]+']\x20'+_0x35a6e1[_0x75bf2a(0x19b)]),console['log']('\x20\x20\x20Time:\x20'+_0x381b56),_0x35a6e1[_0x75bf2a(0x194)]&&console[_0x75bf2a(0x191)](_0x75bf2a(0x1aa)+_0x35a6e1[_0x75bf2a(0x194)]+'ms'),_0x35a6e1[_0x75bf2a(0x1b6)]&&Object[_0x75bf2a(0x19c)](_0x35a6e1[_0x75bf2a(0x1b6)])[_0x75bf2a(0x1a7)]>0x0&&console[_0x75bf2a(0x191)](_0x75bf2a(0x1b5)+JSON[_0x75bf2a(0x1a8)](_0x35a6e1[_0x75bf2a(0x1b6)],null,0x2)),console[_0x75bf2a(0x191)]('');});}function a100_0x396e(_0x15b6ab,_0x5ca530){_0x15b6ab=_0x15b6ab-0x191;const _0x45ab98=a100_0x45ab();let _0x396eb2=_0x45ab98[_0x15b6ab];return _0x396eb2;}export const logsDefinitions=[{'service':'logs','command':a100_0x33458b(0x19d),'description':a100_0x33458b(0x1a9),'risk':a100_0x33458b(0x1b2),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x3bb434){const _0x18d4d8=a100_0x33458b;return printLogs(logger[_0x18d4d8(0x196)]()),{'ok':!![]};}},{'service':a100_0x33458b(0x1b1),'command':a100_0x33458b(0x1ab),'description':a100_0x33458b(0x1ae),'risk':a100_0x33458b(0x1a4),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x16098c){const _0x30d8d7=a100_0x33458b;return logger[_0x30d8d7(0x1a3)](),console[_0x30d8d7(0x191)](_0x30d8d7(0x1b8)),{'ok':!![]};}}];function a100_0x45ab(){const _0x26bcdc=['error','*\x20Logs\x20cleared','log','1THZQkM','12728PpBweI','duration','level','readLogs','toLocaleString','en-US','timestamp','forEach','message','keys','show','command','93mNMkIB','warn','127396XanYYT','8202042bQUcdO','clearLogs','write','532lBhVSx','3533005QhOjRg','length','stringify','View\x20command\x20history\x20logs','\x20\x20\x20Duration:\x20','clear','5682170zyNxfH','8734PeUWnO','Clear\x20command\x20history\x20logs','6Kzmgru','31380ClOyuc','logs','read','1864754NQNXAX','*\x20Lovrabet\x20CLI\x20logs:\x0a','\x20\x20\x20Details:\x20','details'];a100_0x45ab=function(){return _0x26bcdc;};return a100_0x45ab();}
1
+ const a100_0x565354=a100_0x5e6b;function a100_0x5e6b(_0x5d80fc,_0x147c51){_0x5d80fc=_0x5d80fc-0x18e;const _0x318d9e=a100_0x318d();let _0x5e6b22=_0x318d9e[_0x5d80fc];return _0x5e6b22;}function a100_0x318d(){const _0x2feb69=['View\x20command\x20history\x20logs','*\x20Lovrabet\x20CLI\x20logs:\x0a','details','stringify','2DnKcOv','*\x20Logs\x20cleared','888636totHMU','clearLogs','Clear\x20command\x20history\x20logs','warn','logs','16121280CnmqMb','clear','*\x20No\x20logs\x20found','1830ZuKWvF','forEach','\x20\x20\x20Details:\x20','41652qeScLO','length','en-US','error','1119376mLbLIE','3282918knwcmR','level','\x20\x20\x20Duration:\x20','message','1736ijaEVZ','5ursJgq','log','read','11kJPikV','write','success','\x20\x20\x20Time:\x20','command','178294QNpINY'];a100_0x318d=function(){return _0x2feb69;};return a100_0x318d();}(function(_0x3188f9,_0x5e7351){const _0x125d5a=a100_0x5e6b,_0x5310ba=_0x3188f9();while(!![]){try{const _0x55e27f=parseInt(_0x125d5a(0x1a0))/0x1*(-parseInt(_0x125d5a(0x1a5))/0x2)+-parseInt(_0x125d5a(0x1af))/0x3+-parseInt(_0x125d5a(0x192))/0x4+parseInt(_0x125d5a(0x198))/0x5*(parseInt(_0x125d5a(0x193))/0x6)+-parseInt(_0x125d5a(0x1a7))/0x7+-parseInt(_0x125d5a(0x197))/0x8*(parseInt(_0x125d5a(0x18e))/0x9)+parseInt(_0x125d5a(0x1ac))/0xa*(parseInt(_0x125d5a(0x19b))/0xb);if(_0x55e27f===_0x5e7351)break;else _0x5310ba['push'](_0x5310ba['shift']());}catch(_0xff5591){_0x5310ba['push'](_0x5310ba['shift']());}}}(a100_0x318d,0x8afdd));import{logger}from'../../utils/logger.js';function printLogs(_0x1969db){const _0x3e28f6=a100_0x5e6b;if(_0x1969db[_0x3e28f6(0x18f)]===0x0){console[_0x3e28f6(0x199)](_0x3e28f6(0x1ae));return;}console[_0x3e28f6(0x199)](_0x3e28f6(0x1a2)),_0x1969db[_0x3e28f6(0x1b0)]((_0x5f235f,_0x398dca)=>{const _0x27063d=_0x3e28f6,_0x45f393=new Date(_0x5f235f['timestamp'])['toLocaleString'](_0x27063d(0x190)),_0x10895f=_0x5f235f[_0x27063d(0x194)]===_0x27063d(0x19d)?'√':_0x5f235f[_0x27063d(0x194)]===_0x27063d(0x191)?'×':_0x5f235f['level']===_0x27063d(0x1aa)?'!':'i';console['log'](_0x398dca+0x1+'.\x20'+_0x10895f+'\x20['+_0x5f235f[_0x27063d(0x19f)]+']\x20'+_0x5f235f[_0x27063d(0x196)]),console['log'](_0x27063d(0x19e)+_0x45f393),_0x5f235f['duration']&&console[_0x27063d(0x199)](_0x27063d(0x195)+_0x5f235f['duration']+'ms'),_0x5f235f[_0x27063d(0x1a3)]&&Object['keys'](_0x5f235f[_0x27063d(0x1a3)])['length']>0x0&&console[_0x27063d(0x199)](_0x27063d(0x1b1)+JSON[_0x27063d(0x1a4)](_0x5f235f[_0x27063d(0x1a3)],null,0x2)),console['log']('');});}export const logsDefinitions=[{'service':a100_0x565354(0x1ab),'command':'show','description':a100_0x565354(0x1a1),'risk':a100_0x565354(0x19a),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x32d51a){return printLogs(logger['readLogs']()),{'ok':!![]};}},{'service':'logs','command':a100_0x565354(0x1ad),'description':a100_0x565354(0x1a9),'risk':a100_0x565354(0x19c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x4fc2db){const _0xa8927c=a100_0x565354;return logger[_0xa8927c(0x1a8)](),console['log'](_0xa8927c(0x1a6)),{'ok':!![]};}}];
@@ -1 +1 @@
1
- const a101_0xc40232=a101_0x294a;(function(_0x5463ca,_0x48ad5f){const _0x53e2cd=a101_0x294a,_0x42f0f6=_0x5463ca();while(!![]){try{const _0x30d31b=parseInt(_0x53e2cd(0x16a))/0x1+-parseInt(_0x53e2cd(0x15d))/0x2+-parseInt(_0x53e2cd(0x141))/0x3+-parseInt(_0x53e2cd(0x138))/0x4*(-parseInt(_0x53e2cd(0x17e))/0x5)+parseInt(_0x53e2cd(0x154))/0x6+parseInt(_0x53e2cd(0x165))/0x7*(parseInt(_0x53e2cd(0x137))/0x8)+-parseInt(_0x53e2cd(0x172))/0x9;if(_0x30d31b===_0x48ad5f)break;else _0x42f0f6['push'](_0x42f0f6['shift']());}catch(_0x581633){_0x42f0f6['push'](_0x42f0f6['shift']());}}}(a101_0x515e,0x4473a));function a101_0x294a(_0x50ba55,_0xb2b0df){_0x50ba55=_0x50ba55-0x135;const _0x515eae=a101_0x515e();let _0x294ab9=_0x515eae[_0x50ba55];return _0x294ab9;}import a101_0x235da1 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';function a101_0x515e(){const _0x8908cc=['isSafeInteger','7tNURqM','\x20\x20Cancelled.','No\x20menus\x20with\x20existing\x20resources\x20would\x20be\x20updated.','appcode','Updating\x20','417638iNZCkk','\x20menu(s)\x20updated','force','Would\x20update\x20','params','replace','✓\x20Menu\x20asset\x20update\x20completed:\x20','map','1282824nJbZHu','rawFlags','jsUrl','POST','diffs','some','\x20updated,\x20','filter','script','gray','Menu\x20asset\x20update\x20completed:\x20','mode','736745fQsnIf','validation','Explicitly\x20update\x20every\x20menu\x20that\x20has\x20resources','bool','cssUrl','menu\x20asset-update\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20','\x20and\x20CSS:\x20','high-risk-write','skipped','failed','Updated\x20','Explicitly\x20change\x20the\x20microfrontend\x20resource\x20loading\x20mode','Menu\x20asset\x20update\x20failed','3093208EfsvmU','4hBjTPk','updated','isArray','all','paths','Menu\x20asset\x20update\x20skipped','yellow','fetch','Allow\x20replace\x20mode\x20to\x20remove\x20existing\x20JS\x20resources','1630326TklSJP','trim','Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update','appCode','length','selectedAppName','str','\x20failed.','Invalid\x20--load-mode.\x20Allowed\x20values:\x20import,\x20script,\x20fetch','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','message','menu-ids','/smartapi/menu/update','split','Resource\x20update\x20mode:\x20replace\x20rewrites\x20resources\x20from\x20supplied\x20URLs;\x20','patch\x20replaces\x20a\x20supplied\x20type\x20only\x20when\x20the\x20existing\x20target\x20is\x20unambiguous','menu','string','object','2337804ZJUPkA','\x20\x20Update\x20','import','Invalid\x20--mode.\x20Allowed\x20values:\x20replace,\x20patch','parse','cookie','stringify','patch','\x20menu(s)\x20with\x20JS:\x20','749832dDCifG','\x20updated.','boolean','Failed\x20to\x20fetch\x20online\x20menu\x20list','asset-update','Update\x20CDN\x20asset\x20URLs\x20for\x20selected\x20online\x20menus\x20with\x20existing\x20resources','\x20menu\x20resource\x20set(s).'];a101_0x515e=function(){return _0x8908cc;};return a101_0x515e();}import{selectMenusForUpdate}from'../../commands/menu/shared/update-core.js';import{isInProject}from'../../context.js';export const menuAssetUpdate={'service':a101_0xc40232(0x151),'command':a101_0xc40232(0x161),'description':a101_0xc40232(0x162),'risk':a101_0xc40232(0x185),'flags':[{'name':a101_0xc40232(0x16e),'type':a101_0xc40232(0x152),'description':'Pre-fill\x20JS/CSS\x20URLs\x20to\x20update.\x20'+'JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}'},{'name':a101_0xc40232(0x17d),'type':a101_0xc40232(0x152),'description':a101_0xc40232(0x14f)+a101_0xc40232(0x150),'enum':[a101_0xc40232(0x16f),a101_0xc40232(0x15b)],'default':'patch'},{'name':a101_0xc40232(0x16c),'type':a101_0xc40232(0x15f),'description':a101_0xc40232(0x140)},{'name':a101_0xc40232(0x14c),'type':a101_0xc40232(0x152),'description':a101_0xc40232(0x143)},{'name':a101_0xc40232(0x13c),'type':a101_0xc40232(0x152),'description':'Exact\x20comma-separated\x20menu\x20paths\x20to\x20update'},{'name':'all','type':a101_0xc40232(0x15f),'description':a101_0xc40232(0x180)},{'name':'load-mode','type':'string','enum':[a101_0xc40232(0x156),a101_0xc40232(0x17a),'fetch'],'description':a101_0xc40232(0x135)}],async 'dryRun'(_0x16e621){const _0x17aaa7=a101_0xc40232;ensureRunnableContext(_0x16e621[_0x17aaa7(0x173)],_0x16e621[_0x17aaa7(0x146)]);const _0x54d12a=await runMenuUpdateCore(_0x16e621[_0x17aaa7(0x144)],_0x16e621[_0x17aaa7(0x159)],_0x16e621[_0x17aaa7(0x147)]('params'),{'mode':parseMode(_0x16e621[_0x17aaa7(0x147)](_0x17aaa7(0x17d))),'dryRun':!![],'force':_0x16e621['bool'](_0x17aaa7(0x16c)),'selection':parseSelection(_0x16e621),'loadScriptMode':parseLoadScriptMode(_0x16e621[_0x17aaa7(0x147)]('load-mode'))});return{'method':_0x17aaa7(0x175),'url':_0x17aaa7(0x14d),'body':_0x54d12a,'description':_0x54d12a[_0x17aaa7(0x186)]?_0x17aaa7(0x167):_0x17aaa7(0x16d)+(_0x54d12a[_0x17aaa7(0x176)]?.[_0x17aaa7(0x145)]??0x0)+_0x17aaa7(0x163)};},async 'execute'(_0x1081a6){const _0x2751a5=a101_0xc40232;ensureRunnableContext(_0x1081a6[_0x2751a5(0x173)],_0x1081a6[_0x2751a5(0x146)]);const _0x59b9a0=_0x1081a6['flag']('yes'),_0x1b9049=_0x1081a6[_0x2751a5(0x147)](_0x2751a5(0x16e)),_0x1fc053=parseMode(_0x1081a6[_0x2751a5(0x147)](_0x2751a5(0x17d))),_0x581894=_0x1081a6['bool']('force'),_0x43dfb2=parseLoadScriptMode(_0x1081a6[_0x2751a5(0x147)]('load-mode')),_0x203bac=parseParams(_0x1b9049),_0x9f31cc=!!(_0x203bac[_0x2751a5(0x174)]||_0x203bac[_0x2751a5(0x182)]);if(_0x59b9a0||_0x9f31cc&&!isInteractive()){const _0x542f76=await runMenuUpdateCore(_0x1081a6[_0x2751a5(0x144)],_0x1081a6[_0x2751a5(0x159)],_0x1b9049,{'mode':_0x1fc053,'force':_0x581894,'selection':parseSelection(_0x1081a6),'loadScriptMode':_0x43dfb2});return _0x542f76['skipped']?writeCliSideChannelLine('!\x20No\x20menus\x20with\x20existing\x20resources\x20found'):(writeCliSideChannelLine(_0x2751a5(0x170)+_0x542f76[_0x2751a5(0x139)]+_0x2751a5(0x16b)),_0x542f76[_0x2751a5(0x187)]>0x0&&writeCliSideChannelLine('!\x20'+_0x542f76[_0x2751a5(0x187)]+'\x20menu(s)\x20failed')),{'ok':_0x542f76[_0x2751a5(0x187)]===0x0,'data':_0x542f76,'message':_0x542f76[_0x2751a5(0x186)]?_0x2751a5(0x13d):_0x2751a5(0x17c)+_0x542f76[_0x2751a5(0x139)]+_0x2751a5(0x178)+_0x542f76['failed']+_0x2751a5(0x148)};}requireInteractive();const _0x1f453f=startSpinner('Fetching\x20online\x20menu\x20list...');let _0x55aed7;try{_0x55aed7=await fetchOnlineMenuList(_0x1081a6[_0x2751a5(0x144)],_0x1081a6[_0x2751a5(0x159)]),stopSpinner(_0x1f453f,'Online\x20menu\x20list\x20fetched',!![]);}catch(_0x4c606b){stopSpinner(_0x1f453f,_0x2751a5(0x160),![]);throw CliErrors['validation'](_0x4c606b instanceof Error?_0x4c606b[_0x2751a5(0x14b)]:'Failed\x20to\x20fetch\x20online\x20menu\x20list');}const _0xd238c5=filterMenusWithResources(_0x55aed7),_0x1856d9=parseSelection(_0x1081a6,![]),_0x4968cd=_0x1856d9?selectMenusForUpdate(_0xd238c5,_0x1856d9):_0xd238c5;if(_0x4968cd[_0x2751a5(0x145)]===0x0)return writeCliSideChannelLine(a101_0x235da1[_0x2751a5(0x13e)]('\x20\x20!\x20No\x20menus\x20with\x20existing\x20resources\x20found')),{'ok':!![]};writeCliSideChannelLine(''),writeCliSideChannelLine(a101_0x235da1['cyan']('\x20\x20Found\x20'+_0x4968cd[_0x2751a5(0x145)]+'\x20menu(s)\x20with\x20existing\x20resources')),writeCliSideChannelLine(renderUpdateSummary(_0x4968cd['map'](_0x49670d=>_0x49670d['label']),[_0x203bac['jsUrl'],_0x203bac['cssUrl']])),writeCliSideChannelLine('');let _0x27a42d=_0x203bac[_0x2751a5(0x174)],_0x424748=_0x203bac[_0x2751a5(0x182)];!_0x27a42d&&(_0x27a42d=await askJsUrl());!_0x424748&&(_0x424748=await askCssUrl());const _0x1b4e78=await askConfirm(_0x2751a5(0x155)+_0x4968cd[_0x2751a5(0x145)]+_0x2751a5(0x15c)+_0x27a42d+_0x2751a5(0x184)+_0x424748+'?');if(!_0x1b4e78)return writeCliSideChannelLine(a101_0x235da1[_0x2751a5(0x17b)](_0x2751a5(0x166))),{'ok':!![]};const _0x307a6f=startSpinner(_0x2751a5(0x169)+_0x4968cd['length']+'\x20menu(s)...');try{const _0x20a2ed=await runMenuUpdateCore(_0x1081a6[_0x2751a5(0x144)],_0x1081a6[_0x2751a5(0x159)],JSON[_0x2751a5(0x15a)]({'jsUrl':_0x27a42d,'cssUrl':_0x424748}),{'mode':_0x1fc053,'force':_0x581894,'selection':{'all':![],'menuIds':_0x4968cd[_0x2751a5(0x171)](_0x2e8ef3=>_0x2e8ef3['id']),'paths':[]},'loadScriptMode':_0x43dfb2});return stopSpinner(_0x307a6f,_0x2751a5(0x188)+_0x20a2ed[_0x2751a5(0x139)]+'\x20menu(s)',_0x20a2ed[_0x2751a5(0x187)]===0x0),{'ok':_0x20a2ed[_0x2751a5(0x187)]===0x0,'data':_0x20a2ed,'message':_0x20a2ed[_0x2751a5(0x187)]>0x0?_0x2751a5(0x17c)+_0x20a2ed['updated']+'\x20updated,\x20'+_0x20a2ed['failed']+'\x20failed.':_0x2751a5(0x17c)+_0x20a2ed['updated']+_0x2751a5(0x15e)};}catch(_0x1f2d3b){stopSpinner(_0x307a6f,_0x2751a5(0x136),![]);throw CliErrors[_0x2751a5(0x17f)](_0x1f2d3b instanceof Error?_0x1f2d3b['message']:_0x2751a5(0x136));}}};function ensureRunnableContext(_0x7a820f,_0x4d5e4c){const _0x66f16=a101_0xc40232,_0x3b922f=_0x7a820f[_0x66f16(0x168)]?String(_0x7a820f[_0x66f16(0x168)])[_0x66f16(0x142)]():'';if(!isInProject()&&!_0x4d5e4c&&!_0x3b922f)throw CliErrors['validation'](_0x66f16(0x183)+_0x66f16(0x14a));}function parseMode(_0x275da9){const _0x277ac7=a101_0xc40232;if(!_0x275da9)return'patch';if(_0x275da9===_0x277ac7(0x16f)||_0x275da9==='patch')return _0x275da9;throw CliErrors[_0x277ac7(0x17f)](_0x277ac7(0x157));}function parseSelection(_0x5c475e,_0x51f533=!![]){const _0x5e81f6=a101_0xc40232,_0x572c2b=_0x5c475e[_0x5e81f6(0x181)](_0x5e81f6(0x13b)),_0x11760f=parseMenuIds(_0x5c475e['str']('menu-ids')),_0x3fda8c=parseCsv(_0x5c475e[_0x5e81f6(0x147)](_0x5e81f6(0x13c))),_0xef0490=_0x11760f[_0x5e81f6(0x145)]>0x0||_0x3fda8c[_0x5e81f6(0x145)]>0x0;if(_0x572c2b&&_0xef0490)throw CliErrors[_0x5e81f6(0x17f)]('--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.');if(!_0x572c2b&&!_0xef0490){if(!_0x51f533)return undefined;throw CliErrors[_0x5e81f6(0x17f)]('menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.');}return{'all':_0x572c2b,'menuIds':_0x11760f,'paths':_0x3fda8c};}function parseMenuIds(_0x4446b2){const _0xf797c7=a101_0xc40232,_0x5eda09=parseCsv(_0x4446b2),_0x3fdd60=_0x5eda09[_0xf797c7(0x171)](Number);if(_0x3fdd60[_0xf797c7(0x177)](_0x61871d=>!Number[_0xf797c7(0x164)](_0x61871d)||_0x61871d<=0x0))throw CliErrors[_0xf797c7(0x17f)]('--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.');return[...new Set(_0x3fdd60)];}function parseCsv(_0x3aee4f){const _0x23133d=a101_0xc40232;return[...new Set(_0x3aee4f[_0x23133d(0x14e)](',')[_0x23133d(0x171)](_0x43dc36=>_0x43dc36[_0x23133d(0x142)]())[_0x23133d(0x179)](Boolean))];}function parseLoadScriptMode(_0x248374){const _0x27ba29=a101_0xc40232;if(!_0x248374)return undefined;if(_0x248374===_0x27ba29(0x156)||_0x248374===_0x27ba29(0x17a)||_0x248374===_0x27ba29(0x13f))return _0x248374;throw CliErrors[_0x27ba29(0x17f)](_0x27ba29(0x149));}function parseParams(_0x91103f){const _0x1617a9=a101_0xc40232;if(!_0x91103f)return{};try{const _0x53ac40=JSON[_0x1617a9(0x158)](_0x91103f);if(typeof _0x53ac40!==_0x1617a9(0x153)||_0x53ac40===null||Array[_0x1617a9(0x13a)](_0x53ac40))return{};return{'jsUrl':typeof _0x53ac40[_0x1617a9(0x174)]===_0x1617a9(0x152)?_0x53ac40[_0x1617a9(0x174)][_0x1617a9(0x142)]():undefined,'cssUrl':typeof _0x53ac40[_0x1617a9(0x182)]===_0x1617a9(0x152)?_0x53ac40['cssUrl']['trim']():undefined};}catch{return{};}}
1
+ const a101_0x90c951=a101_0x4180;(function(_0x42038b,_0x1cd4da){const _0xab442a=a101_0x4180,_0x3cfe8c=_0x42038b();while(!![]){try{const _0x10744a=parseInt(_0xab442a(0xc4))/0x1+parseInt(_0xab442a(0xb7))/0x2+-parseInt(_0xab442a(0xf2))/0x3+parseInt(_0xab442a(0xce))/0x4*(parseInt(_0xab442a(0xdd))/0x5)+-parseInt(_0xab442a(0xb5))/0x6+-parseInt(_0xab442a(0xf9))/0x7+parseInt(_0xab442a(0xf7))/0x8;if(_0x10744a===_0x1cd4da)break;else _0x3cfe8c['push'](_0x3cfe8c['shift']());}catch(_0x27d3f2){_0x3cfe8c['push'](_0x3cfe8c['shift']());}}}(a101_0x1e74,0xc52a7));import a101_0x252ad8 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_0x4180(_0x5bc78b,_0xe67d71){_0x5bc78b=_0x5bc78b-0xb1;const _0x1e7477=a101_0x1e74();let _0x41807a=_0x1e7477[_0x5bc78b];return _0x41807a;}import{isInProject}from'../../context.js';export const menuAssetUpdate={'service':'menu','command':a101_0x90c951(0xcf),'description':a101_0x90c951(0xed),'risk':'high-risk-write','flags':[{'name':'params','type':'string','description':'Pre-fill\x20JS/CSS\x20URLs\x20to\x20update.\x20'+a101_0x90c951(0xd9)},{'name':a101_0x90c951(0xd5),'type':'string','description':a101_0x90c951(0xff)+a101_0x90c951(0xb3),'enum':[a101_0x90c951(0xdb),a101_0x90c951(0xba)],'default':'patch'},{'name':'force','type':'boolean','description':a101_0x90c951(0xf8)},{'name':a101_0x90c951(0xb4),'type':a101_0x90c951(0xfb),'description':a101_0x90c951(0xc5)},{'name':'paths','type':a101_0x90c951(0xfb),'description':a101_0x90c951(0x102)},{'name':a101_0x90c951(0xb9),'type':'boolean','description':a101_0x90c951(0xbf)},{'name':a101_0x90c951(0xcb),'type':a101_0x90c951(0xfb),'enum':[a101_0x90c951(0xc9),'script',a101_0x90c951(0xf3)],'description':a101_0x90c951(0xcd)}],async 'dryRun'(_0x5581d2){const _0x5bee19=a101_0x90c951;ensureRunnableContext(_0x5581d2['rawFlags'],_0x5581d2[_0x5bee19(0xec)]);const _0x28eef8=await runMenuUpdateCore(_0x5581d2['appCode'],_0x5581d2['cookie'],_0x5581d2['str']('params'),{'mode':parseMode(_0x5581d2[_0x5bee19(0xfd)]('mode')),'dryRun':!![],'force':_0x5581d2['bool']('force'),'selection':parseSelection(_0x5581d2),'loadScriptMode':parseLoadScriptMode(_0x5581d2[_0x5bee19(0xfd)]('load-mode'))});return{'method':_0x5bee19(0xde),'url':_0x5bee19(0xef),'body':_0x28eef8,'description':_0x28eef8[_0x5bee19(0xf4)]?'No\x20menus\x20with\x20existing\x20resources\x20would\x20be\x20updated.':'Would\x20update\x20'+(_0x28eef8[_0x5bee19(0xc0)]?.[_0x5bee19(0xd8)]??0x0)+'\x20menu\x20resource\x20set(s).'};},async 'execute'(_0x282091){const _0x473879=a101_0x90c951;ensureRunnableContext(_0x282091['rawFlags'],_0x282091[_0x473879(0xec)]);const _0x348d08=_0x282091[_0x473879(0xc6)](_0x473879(0xe5)),_0x11c6e5=_0x282091[_0x473879(0xfd)](_0x473879(0xbd)),_0x31c277=parseMode(_0x282091[_0x473879(0xfd)]('mode')),_0x27c751=_0x282091[_0x473879(0x107)](_0x473879(0x101)),_0x640cbb=parseLoadScriptMode(_0x282091[_0x473879(0xfd)](_0x473879(0xcb))),_0x3d76c7=parseParams(_0x11c6e5),_0x1ba592=!!(_0x3d76c7[_0x473879(0xbc)]||_0x3d76c7[_0x473879(0xc8)]);if(_0x348d08||_0x1ba592&&!isInteractive()){const _0x2abdb7=await runMenuUpdateCore(_0x282091['appCode'],_0x282091[_0x473879(0xbb)],_0x11c6e5,{'mode':_0x31c277,'force':_0x27c751,'selection':parseSelection(_0x282091),'loadScriptMode':_0x640cbb});return _0x2abdb7[_0x473879(0xf4)]?writeCliSideChannelLine(_0x473879(0xea)):(writeCliSideChannelLine('✓\x20Menu\x20asset\x20update\x20completed:\x20'+_0x2abdb7[_0x473879(0xf1)]+_0x473879(0x103)),_0x2abdb7['failed']>0x0&&writeCliSideChannelLine('!\x20'+_0x2abdb7[_0x473879(0xfe)]+_0x473879(0xda))),{'ok':_0x2abdb7[_0x473879(0xfe)]===0x0,'data':_0x2abdb7,'message':_0x2abdb7['skipped']?_0x473879(0xe2):_0x473879(0xd2)+_0x2abdb7['updated']+'\x20updated,\x20'+_0x2abdb7['failed']+'\x20failed.'};}requireInteractive();const _0x524970=startSpinner(_0x473879(0xd6));let _0x2b79e3;try{_0x2b79e3=await fetchOnlineMenuList(_0x282091[_0x473879(0xc3)],_0x282091[_0x473879(0xbb)]),stopSpinner(_0x524970,_0x473879(0x104),!![]);}catch(_0x3c14c9){stopSpinner(_0x524970,_0x473879(0xc1),![]);throw CliErrors[_0x473879(0xe3)](_0x3c14c9 instanceof Error?_0x3c14c9[_0x473879(0xbe)]:_0x473879(0xc1));}const _0x34ae3d=filterMenusWithResources(_0x2b79e3),_0x5522e8=parseSelection(_0x282091,![]),_0x35fba4=_0x5522e8?selectMenusForUpdate(_0x34ae3d,_0x5522e8):_0x34ae3d;if(_0x35fba4['length']===0x0)return writeCliSideChannelLine(a101_0x252ad8[_0x473879(0xfa)](_0x473879(0xe8))),{'ok':!![]};writeCliSideChannelLine(''),writeCliSideChannelLine(a101_0x252ad8[_0x473879(0xdc)]('\x20\x20Found\x20'+_0x35fba4[_0x473879(0xd8)]+_0x473879(0xdf))),writeCliSideChannelLine(renderUpdateSummary(_0x35fba4[_0x473879(0xc2)](_0x46ed30=>_0x46ed30[_0x473879(0x105)]),[_0x3d76c7[_0x473879(0xbc)],_0x3d76c7['cssUrl']])),writeCliSideChannelLine('');let _0x2bb640=_0x3d76c7[_0x473879(0xbc)],_0x8314c1=_0x3d76c7[_0x473879(0xc8)];!_0x2bb640&&(_0x2bb640=await askJsUrl());!_0x8314c1&&(_0x8314c1=await askCssUrl());const _0x2df700=await askConfirm('\x20\x20Update\x20'+_0x35fba4[_0x473879(0xd8)]+_0x473879(0xb1)+_0x2bb640+_0x473879(0xfc)+_0x8314c1+'?');if(!_0x2df700)return writeCliSideChannelLine(a101_0x252ad8[_0x473879(0xe9)]('\x20\x20Cancelled.')),{'ok':!![]};const _0x2c2c0f=startSpinner(_0x473879(0xc7)+_0x35fba4[_0x473879(0xd8)]+'\x20menu(s)...');try{const _0x31afbc=await runMenuUpdateCore(_0x282091['appCode'],_0x282091[_0x473879(0xbb)],JSON[_0x473879(0xd1)]({'jsUrl':_0x2bb640,'cssUrl':_0x8314c1}),{'mode':_0x31c277,'force':_0x27c751,'selection':{'all':![],'menuIds':_0x35fba4[_0x473879(0xc2)](_0x5b2f20=>_0x5b2f20['id']),'paths':[]},'loadScriptMode':_0x640cbb});return stopSpinner(_0x2c2c0f,'Updated\x20'+_0x31afbc['updated']+_0x473879(0xf0),_0x31afbc[_0x473879(0xfe)]===0x0),{'ok':_0x31afbc[_0x473879(0xfe)]===0x0,'data':_0x31afbc,'message':_0x31afbc[_0x473879(0xfe)]>0x0?'Menu\x20asset\x20update\x20completed:\x20'+_0x31afbc[_0x473879(0xf1)]+_0x473879(0x100)+_0x31afbc[_0x473879(0xfe)]+_0x473879(0xb2):_0x473879(0xd2)+_0x31afbc[_0x473879(0xf1)]+_0x473879(0xd4)};}catch(_0x2aa4fd){stopSpinner(_0x2c2c0f,_0x473879(0xf5),![]);throw CliErrors[_0x473879(0xe3)](_0x2aa4fd instanceof Error?_0x2aa4fd[_0x473879(0xbe)]:_0x473879(0xf5));}}};function ensureRunnableContext(_0x1948fc,_0x2b2f5c){const _0x4e1144=a101_0x90c951,_0x15fa6d=_0x1948fc[_0x4e1144(0xca)]?String(_0x1948fc[_0x4e1144(0xca)])[_0x4e1144(0xcc)]():'';if(!isInProject()&&!_0x2b2f5c&&!_0x15fa6d)throw CliErrors['validation']('menu\x20asset-update\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20'+_0x4e1144(0xe7));}function parseMode(_0x313bc7){const _0x1ed2dc=a101_0x90c951;if(!_0x313bc7)return _0x1ed2dc(0xba);if(_0x313bc7==='replace'||_0x313bc7===_0x1ed2dc(0xba))return _0x313bc7;throw CliErrors[_0x1ed2dc(0xe3)](_0x1ed2dc(0xf6));}function parseSelection(_0x1cc59a,_0x40f075=!![]){const _0x3a8903=a101_0x90c951,_0x404ea9=_0x1cc59a[_0x3a8903(0x107)](_0x3a8903(0xb9)),_0x14a84c=parseMenuIds(_0x1cc59a[_0x3a8903(0xfd)](_0x3a8903(0xb4))),_0x4afb7a=parseCsv(_0x1cc59a[_0x3a8903(0xfd)](_0x3a8903(0xe4))),_0x55c071=_0x14a84c[_0x3a8903(0xd8)]>0x0||_0x4afb7a[_0x3a8903(0xd8)]>0x0;if(_0x404ea9&&_0x55c071)throw CliErrors[_0x3a8903(0xe3)](_0x3a8903(0xb8));if(!_0x404ea9&&!_0x55c071){if(!_0x40f075)return undefined;throw CliErrors[_0x3a8903(0xe3)](_0x3a8903(0xe1));}return{'all':_0x404ea9,'menuIds':_0x14a84c,'paths':_0x4afb7a};}function parseMenuIds(_0x541ba2){const _0x2bf4e8=a101_0x90c951,_0x1471bb=parseCsv(_0x541ba2),_0x4861e2=_0x1471bb[_0x2bf4e8(0xc2)](Number);if(_0x4861e2[_0x2bf4e8(0xe6)](_0x25cd4d=>!Number[_0x2bf4e8(0xeb)](_0x25cd4d)||_0x25cd4d<=0x0))throw CliErrors[_0x2bf4e8(0xe3)](_0x2bf4e8(0xd0));return[...new Set(_0x4861e2)];}function parseCsv(_0x15a4c3){const _0x1685d5=a101_0x90c951;return[...new Set(_0x15a4c3[_0x1685d5(0xe0)](',')[_0x1685d5(0xc2)](_0x1d63b1=>_0x1d63b1[_0x1685d5(0xcc)]())[_0x1685d5(0xee)](Boolean))];}function a101_0x1e74(){const _0x54e345=['8098552aYIyYX','Allow\x20replace\x20mode\x20to\x20remove\x20existing\x20JS\x20resources','10737958ggWFWe','yellow','string','\x20and\x20CSS:\x20','str','failed','Resource\x20update\x20mode:\x20replace\x20rewrites\x20resources\x20from\x20supplied\x20URLs;\x20','\x20updated,\x20','force','Exact\x20comma-separated\x20menu\x20paths\x20to\x20update','\x20menu(s)\x20updated','Online\x20menu\x20list\x20fetched','label','Invalid\x20--load-mode.\x20Allowed\x20values:\x20import,\x20script,\x20fetch','bool','\x20menu(s)\x20with\x20JS:\x20','\x20failed.','patch\x20replaces\x20a\x20supplied\x20type\x20only\x20when\x20the\x20existing\x20target\x20is\x20unambiguous','menu-ids','5225796VXyXlO','object','1125562WMPcyh','--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.','all','patch','cookie','jsUrl','params','message','Explicitly\x20update\x20every\x20menu\x20that\x20has\x20resources','diffs','Failed\x20to\x20fetch\x20online\x20menu\x20list','map','appCode','1291258xDGsTd','Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update','flag','Updating\x20','cssUrl','import','appcode','load-mode','trim','Explicitly\x20change\x20the\x20microfrontend\x20resource\x20loading\x20mode','276fTHRhz','asset-update','--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.','stringify','Menu\x20asset\x20update\x20completed:\x20','isArray','\x20updated.','mode','Fetching\x20online\x20menu\x20list...','script','length','JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}','\x20menu(s)\x20failed','replace','cyan','52700MnfllQ','POST','\x20menu(s)\x20with\x20existing\x20resources','split','menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.','Menu\x20asset\x20update\x20skipped','validation','paths','yes','some','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','\x20\x20!\x20No\x20menus\x20with\x20existing\x20resources\x20found','gray','!\x20No\x20menus\x20with\x20existing\x20resources\x20found','isSafeInteger','selectedAppName','Update\x20CDN\x20asset\x20URLs\x20for\x20selected\x20online\x20menus\x20with\x20existing\x20resources','filter','/smartapi/menu/update','\x20menu(s)','updated','1143201aiSoHG','fetch','skipped','Menu\x20asset\x20update\x20failed','Invalid\x20--mode.\x20Allowed\x20values:\x20replace,\x20patch'];a101_0x1e74=function(){return _0x54e345;};return a101_0x1e74();}function parseLoadScriptMode(_0x2f01be){const _0x419e34=a101_0x90c951;if(!_0x2f01be)return undefined;if(_0x2f01be===_0x419e34(0xc9)||_0x2f01be===_0x419e34(0xd7)||_0x2f01be===_0x419e34(0xf3))return _0x2f01be;throw CliErrors[_0x419e34(0xe3)](_0x419e34(0x106));}function parseParams(_0x15c1e0){const _0x13104=a101_0x90c951;if(!_0x15c1e0)return{};try{const _0x7a1542=JSON['parse'](_0x15c1e0);if(typeof _0x7a1542!==_0x13104(0xb6)||_0x7a1542===null||Array[_0x13104(0xd3)](_0x7a1542))return{};return{'jsUrl':typeof _0x7a1542[_0x13104(0xbc)]===_0x13104(0xfb)?_0x7a1542[_0x13104(0xbc)]['trim']():undefined,'cssUrl':typeof _0x7a1542[_0x13104(0xc8)]==='string'?_0x7a1542[_0x13104(0xc8)][_0x13104(0xcc)]():undefined};}catch{return{};}}
@@ -1 +1 @@
1
- const a102_0x59e587=a102_0x4582;(function(_0x2d909d,_0x497e3c){const _0x3e02af=a102_0x4582,_0x2bf72b=_0x2d909d();while(!![]){try{const _0x5deeb5=-parseInt(_0x3e02af(0x21d))/0x1+-parseInt(_0x3e02af(0x1f6))/0x2+parseInt(_0x3e02af(0x237))/0x3*(-parseInt(_0x3e02af(0x234))/0x4)+parseInt(_0x3e02af(0x243))/0x5*(parseInt(_0x3e02af(0x226))/0x6)+parseInt(_0x3e02af(0x1eb))/0x7*(parseInt(_0x3e02af(0x227))/0x8)+parseInt(_0x3e02af(0x23a))/0x9+parseInt(_0x3e02af(0x1e6))/0xa*(parseInt(_0x3e02af(0x24d))/0xb);if(_0x5deeb5===_0x497e3c)break;else _0x2bf72b['push'](_0x2bf72b['shift']());}catch(_0x494558){_0x2bf72b['push'](_0x2bf72b['shift']());}}}(a102_0x57e8,0xb6d78));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';import{batchDeleteMenuEntities}from'../../commands/menu/shared/service.js';import{CliError,CliErrors}from'../../errors.js';const BACKEND=[{'method':a102_0x59e587(0x24b),'path':a102_0x59e587(0x253)}],MENU_DELETE_ID_FLAG={...MENU_ID_FLAG,'required':![],'description':a102_0x59e587(0x1ee)},MENU_DELETE_RECURSIVE_FLAG={'name':'recursive','type':'boolean','description':a102_0x59e587(0x22c)},MENU_DELETE_PLAN_OUT_FLAG={'name':a102_0x59e587(0x1f2),'type':a102_0x59e587(0x256),'description':a102_0x59e587(0x1f9)},MENU_DELETE_PLAN_FLAG={'name':a102_0x59e587(0x254),'type':a102_0x59e587(0x256),'description':a102_0x59e587(0x20e)};export const menuDelete={'service':a102_0x59e587(0x25b),'command':'delete','description':a102_0x59e587(0x236),'risk':a102_0x59e587(0x1e1),'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'(_0x3bad1e){const _0x1251e5=a102_0x59e587;_0x3bad1e[_0x1251e5(0x215)]('dry-run')?validateDeleteDryRunInput(_0x3bad1e):validateDeleteExecuteInput(_0x3bad1e),requireExplicitYes(_0x3bad1e);},async 'dryRun'(_0x3dd718){const _0x5147bd=a102_0x59e587;validateDeleteDryRunInput(_0x3dd718);const _0x78c78f=await buildDeletePlan(_0x3dd718),_0xa3cbd6=createMenuDeletePlanFile(_0x3dd718[_0x5147bd(0x1f0)],_0x78c78f),_0x53df5a=await writeMenuDeletePlan(_0x3dd718[_0x5147bd(0x250)]('plan-out'),_0xa3cbd6),_0xec7e38=mutationResult({..._0x78c78f,'planFile':{'path':_0x53df5a,'createdAt':_0xa3cbd6[_0x5147bd(0x240)],'expiresAt':_0xa3cbd6[_0x5147bd(0x200)]}});return menuDryRunResult(_0xec7e38,{'method':'POST','url':_0x5147bd(0x253),'body':{'idList':_0xec7e38[_0x5147bd(0x213)]},'description':'Would\x20batch\x20delete\x20'+(_0xec7e38['deleteOrder']?.[_0x5147bd(0x20b)]??0x1)+_0x5147bd(0x20c)+_0xec7e38[_0x5147bd(0x202)]['id']+_0x5147bd(0x22d)+_0x53df5a+'.'});},async 'execute'(_0x5c1e55){const _0x4cfb73=a102_0x59e587;requireExplicitYes(_0x5c1e55),validateDeleteExecuteInput(_0x5c1e55);const _0x300a0f=await readMenuDeletePlan(_0x5c1e55[_0x4cfb73(0x250)](_0x4cfb73(0x254))),_0x45f8f7=mutationPlanFromDeleteFile(_0x300a0f['plan'],_0x300a0f[_0x4cfb73(0x23c)]),_0xea097b=_0x300a0f[_0x4cfb73(0x254)][_0x4cfb73(0x1fe)]['id'];try{assertMenuDeletePlanExecutable(_0x300a0f[_0x4cfb73(0x254)],_0x5c1e55[_0x4cfb73(0x1f0)]);}catch(_0x59f668){throw menuFailure(asMenuError(_0x59f668),_0x45f8f7,{'stage':_0x4cfb73(0x204),'failed':{'id':_0xea097b}});}let _0x5f38a7,_0x546691;try{_0x5f38a7=await fetchMutationSnapshot(_0x5c1e55,_0x4cfb73(0x220),_0xea097b),_0x546691=assertMenuDeletePlanCurrent(_0x300a0f[_0x4cfb73(0x254)],_0x5c1e55['appCode'],_0x5f38a7),assertDeleteTargetsComplete(_0x300a0f[_0x4cfb73(0x254)],_0x5f38a7),_0x546691[_0x4cfb73(0x201)](_0x48ca62=>assertDeleteSafety(_0x48ca62,_0x300a0f[_0x4cfb73(0x254)][_0x4cfb73(0x1e4)])),assertNoSharedPages(_0x5f38a7,_0x546691),assertCascadeMatchesPlan(_0x45f8f7,_0x546691);}catch(_0x337411){throw menuFailure(asMenuError(_0x337411),_0x45f8f7,{'stage':'pre-write-plan-validation','failed':{'id':_0xea097b}});}const _0x2f9c52=_0x300a0f[_0x4cfb73(0x254)][_0x4cfb73(0x213)];let _0x548462;try{_0x548462=await batchDeleteMenuEntities(_0x5c1e55[_0x4cfb73(0x1e9)],_0x2f9c52);}catch(_0x17e983){const _0x563fa2=mapMenuApiError(_0x17e983,'batch\x20delete'),_0x386bc4=['The\x20batch\x20delete\x20may\x20have\x20partially\x20applied;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20creating\x20a\x20new\x20plan.'];let _0x2987af;try{_0x2987af=await readDeleteOutcome(_0x5c1e55,_0x2f9c52);}catch(_0x300d24){const _0x1803f1=describeMenuErrorCause(_0x300d24,_0x4cfb73(0x235),_0xea097b);_0x386bc4['push'](_0x4cfb73(0x25e)+_0x1803f1[_0x4cfb73(0x21a)]+'):\x20'+_0x1803f1['causeMessage']);throw menuFailure(_0x563fa2,_0x45f8f7,{'stage':_0x4cfb73(0x248),'failed':{'targetIds':_0x2f9c52,'targetIdsAbsent':_0x4cfb73(0x1e7),..._0x1803f1},'warnings':_0x386bc4,'verification':{'status':_0x4cfb73(0x263),'lookupCommand':'rabetbase\x20menu\x20list\x20--format\x20json','targetIds':_0x2f9c52}});}throw menuFailure(_0x563fa2,_0x45f8f7,{'stage':'batch-delete','succeeded':_0x2987af[_0x4cfb73(0x262)]['map'](_0x37ed65=>({'id':_0x37ed65,'deleted':!![]})),'failed':{'targetIds':_0x2f9c52,'absentIds':_0x2987af['absentIds'],'remainingIds':_0x2987af[_0x4cfb73(0x1ec)]},'warnings':_0x386bc4,'verification':verificationFromOutcome(_0x2987af)});}if(_0x548462!==_0x2f9c52['length']){const _0x5289c7=menuError(_0x4cfb73(0x210),_0x4cfb73(0x208)+_0x548462+_0x4cfb73(0x25a)+_0x2f9c52[_0x4cfb73(0x20b)]+'.',_0x4cfb73(0x20f)),_0x4d9fe8=[_0x4cfb73(0x206)];let _0x44ad78;try{_0x44ad78=await readDeleteOutcome(_0x5c1e55,_0x2f9c52);}catch(_0x5b82af){const _0x4085a7=describeMenuErrorCause(_0x5b82af,_0x4cfb73(0x245),_0xea097b);_0x4d9fe8[_0x4cfb73(0x1ef)](_0x4cfb73(0x252)+_0x4085a7[_0x4cfb73(0x21a)]+_0x4cfb73(0x23e)+_0x4085a7[_0x4cfb73(0x1fd)]);throw menuFailure(_0x5289c7,_0x45f8f7,{'stage':_0x4cfb73(0x248),'failed':{'targetIds':_0x2f9c52,'expectedCount':_0x2f9c52[_0x4cfb73(0x20b)],'reportedDeletedCount':_0x548462,'targetIdsAbsent':'unconfirmed',..._0x4085a7},'warnings':_0x4d9fe8,'verification':{'status':_0x4cfb73(0x263),'lookupCommand':_0x4cfb73(0x1f8),'targetIds':_0x2f9c52}});}throw menuFailure(_0x5289c7,_0x45f8f7,{'stage':'batch-delete','succeeded':_0x44ad78[_0x4cfb73(0x262)][_0x4cfb73(0x216)](_0x40cfb6=>({'id':_0x40cfb6,'deleted':!![]})),'failed':{'targetIds':_0x2f9c52,'expectedCount':_0x2f9c52[_0x4cfb73(0x20b)],'reportedDeletedCount':_0x548462,'absentIds':_0x44ad78[_0x4cfb73(0x262)],'remainingIds':_0x44ad78[_0x4cfb73(0x1ec)]},'warnings':_0x4d9fe8,'verification':verificationFromOutcome(_0x44ad78)});}let _0x588963;try{_0x588963=await readDeleteOutcome(_0x5c1e55,_0x2f9c52);}catch(_0x2dcb71){const _0x355894=describeMenuErrorCause(_0x2dcb71,_0x4cfb73(0x21e),_0xea097b),_0x22ce35=asVerificationError(_0x2dcb71,_0x4cfb73(0x247)+_0xea097b+_0x4cfb73(0x224));throw menuFailure(_0x22ce35,_0x45f8f7,{'stage':_0x4cfb73(0x264),'succeeded':_0x2f9c52[_0x4cfb73(0x216)](_0x31d832=>({'id':_0x31d832,'deleteRequested':!![]})),'failed':{'id':_0xea097b,'targetIds':_0x2f9c52,'targetIdsAbsent':_0x4cfb73(0x1e7),..._0x355894},'warnings':[_0x4cfb73(0x211)],'verification':{'status':_0x4cfb73(0x263),'lookupCommand':_0x4cfb73(0x1f8),'targetIds':_0x2f9c52}});}if(_0x588963['remainingIds'][_0x4cfb73(0x20b)]>0x0){const _0x2f31bf=menuError(_0x4cfb73(0x1ff),_0x4cfb73(0x255)+_0x588963[_0x4cfb73(0x1ec)]['join'](',\x20')+'.','Inspect\x20the\x20latest\x20menu\x20facts\x20and\x20generate\x20a\x20new\x20delete\x20plan;\x20do\x20not\x20retry\x20this\x20plan.');throw menuFailure(_0x2f31bf,_0x45f8f7,{'stage':_0x4cfb73(0x264),'succeeded':_0x2f9c52[_0x4cfb73(0x216)](_0xb5995c=>({'id':_0xb5995c,'deleteRequested':!![]})),'failed':{'id':_0xea097b,'targetIds':_0x2f9c52,'absentIds':_0x588963['absentIds'],'remainingIds':_0x588963[_0x4cfb73(0x1ec)]},'warnings':[_0x4cfb73(0x22b)],'verification':verificationFromOutcome(_0x588963)});}const _0x15fbbb=_0x2f9c52[_0x4cfb73(0x216)](_0x5521ba=>({'id':_0x5521ba,'deleted':!![]})),_0x2de6b5=mutationResult({..._0x45f8f7,'dryRun':![],'succeeded':_0x15fbbb,'verification':{'checkedBy':'menu\x20list','plannedSnapshotHash':_0x45f8f7[_0x4cfb73(0x1e3)],'finalSnapshotHash':_0x588963[_0x4cfb73(0x25f)]['hash'],'reportedDeletedCount':_0x548462,'targetAbsent':!_0x588963['snapshot'][_0x4cfb73(0x249)][_0x4cfb73(0x1e8)](_0xea097b),'allTargetsAbsent':!![],'targetIds':_0x2f9c52}});return{'ok':!![],'data':_0x2de6b5,'message':_0x4cfb73(0x1f3)+_0x15fbbb['length']+_0x4cfb73(0x20c)+_0xea097b+'.'};}};async function readDeleteOutcome(_0xb58ef6,_0x2b8a88){const _0x150665=a102_0x59e587,_0x1fa96c=await fetchMenuSnapshot(_0xb58ef6['appCode'],_0xb58ef6[_0x150665(0x1e9)]);return{'snapshot':_0x1fa96c,'absentIds':_0x2b8a88['filter'](_0x3b4c64=>!_0x1fa96c[_0x150665(0x249)]['has'](_0x3b4c64)),'remainingIds':_0x2b8a88[_0x150665(0x212)](_0x652344=>_0x1fa96c[_0x150665(0x249)][_0x150665(0x1e8)](_0x652344))};}function verificationFromOutcome(_0x380124){const _0xd63ce7=a102_0x59e587;return{'checkedBy':_0xd63ce7(0x207),'absentIds':_0x380124['absentIds'],'remainingIds':_0x380124[_0xd63ce7(0x1ec)]};}function validateDeleteDryRunInput(_0x4143ac){const _0x5a0495=a102_0x59e587;validateExactId(_0x4143ac);if(!hasFlag(_0x4143ac,_0x5a0495(0x1f2))||!_0x4143ac['str']('plan-out')[_0x5a0495(0x260)]())throw CliErrors[_0x5a0495(0x1f4)](_0x5a0495(0x1f2),'--plan-out\x20is\x20required\x20for\x20menu\x20delete\x20dry-run\x20so\x20execution\x20can\x20consume\x20the\x20reviewed\x20plan.');if(hasFlag(_0x4143ac,_0x5a0495(0x254)))throw CliErrors[_0x5a0495(0x223)](_0x5a0495(0x1ea));}function a102_0x57e8(){const _0x59929a=['trim','add','absentIds','failed','verification','menu_folder_has_resources','high-risk-write','\x20is\x20not\x20a\x20folder.','snapshotHash','recursive','Handle\x20child\x20ids\x20in\x20the\x20platform\x20first:\x20','5146770nMqkkB','unconfirmed','has','cookie','--plan\x20cannot\x20be\x20combined\x20with\x20--dry-run;\x20use\x20--plan-out.','7Lwatzh','remainingIds','message','Exact\x20menu\x20id\x20(required\x20with\x20--dry-run)','push','appCode','\x20is\x20unexpectedly\x20bound\x20to\x20page\x20','plan-out','Deleted\x20','flagMissing','delete','2869970ByXhfX','folder','rabetbase\x20menu\x20list\x20--format\x20json','Required\x20with\x20--dry-run;\x20write\x20the\x20reviewed\x20plan\x20to\x20a\x20new\x20local\x20JSON\x20file','Recursive\x20menu\x20delete\x20plan\x20root\x20','childrenIds','Remove\x20or\x20verify\x20the\x20resource\x20bindings\x20in\x20the\x20platform\x20before\x20deleting\x20the\x20folder.','causeMessage','target','menu_verification_failed','expiresAt','forEach','selector','Menu\x20delete\x20plan\x20does\x20not\x20contain\x20the\x20complete\x20current\x20subtree\x20in\x20leaf-first\x20order.','plan-validation','type','The\x20batch\x20response\x20count\x20did\x20not\x20match\x20the\x20reviewed\x20target\x20count;\x20do\x20not\x20retry\x20the\x20same\x20plan.','menu\x20list','Backend\x20reported\x20','\x20is\x20type\x20\x22','\x20references\x20missing\x20child\x20','length','\x20menu(s)\x20under\x20exact\x20id\x20','resources','Required\x20for\x20execution;\x20consume\x20an\x20unexpired\x20plan\x20created\x20by\x20--plan-out','Inspect\x20the\x20latest\x20menu\x20facts\x20and\x20generate\x20a\x20new\x20delete\x20plan;\x20do\x20not\x20retry\x20this\x20plan.','menu_batch_delete_count_mismatch','The\x20batch\x20delete\x20request\x20was\x20accepted,\x20but\x20its\x20final\x20online\x20state\x20is\x20unconfirmed.','filter','deleteOrder','\x20and\x20cannot\x20be\x20deleted\x20safely.','bool','map','cascade','indexOf','Menu\x20delete\x20plan\x20cascade\x20does\x20not\x20match\x20the\x20reviewed\x20target\x20page\x20facts.','causeCode','\x20still\x20references\x20','\x20->\x20menu\x20','935683GxPWuE','verify\x20batch\x20delete','hash','execute\x20reviewed\x20delete\x20plan','stringify','batch-delete-menu','validation','\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20absence','\x22;\x20--recursive\x20requires\x20a\x20folder\x20root.','676662OBQSmo','8272456roGicU','\x20has\x20an\x20unreadable\x20extend.resources\x20value\x20and\x20cannot\x20be\x20proven\x20empty.','toLowerCase','childrenCount','The\x20backend\x20acknowledged\x20the\x20batch\x20request,\x20but\x20final\x20menu\x20facts\x20did\x20not\x20confirm\x20every\x20deletion.','Include\x20every\x20descendant\x20of\x20the\x20exact\x20folder\x20id,\x20deleting\x20leaves\x20first',';\x20execution\x20must\x20consume\x20','menu_recursive_requires_folder','get','Inspect\x20the\x20folder\x20in\x20the\x20platform\x20before\x20deleting\x20it.','Menu\x20','Folder\x20','page\x20','3796636PFnUKh','read\x20menu\x20state\x20after\x20batch\x20delete\x20failure','Delete\x20an\x20exact\x20menu\x20or\x20a\x20folder\x20subtree\x20from\x20a\x20reviewed\x20plan','3UipYBU','Generate\x20a\x20new\x20plan\x20with\x20--dry-run\x20--plan-out\x20and\x20do\x20not\x20remove\x20or\x20reorder\x20targets.','menu_page_shared','11515194exeuxO','menu_folder_resources_invalid','path','menu_tree_invalid','):\x20','expected-children-count','createdAt','expect-parent-id','pages','55itXPtW','\x20resource\x20URL(s).','read\x20menu\x20state\x20after\x20batch\x20delete\x20count\x20mismatch','Keep\x20every\x20shared\x20page\x20reference\x20outside\x20this\x20operation,\x20or\x20choose\x20a\x20folder\x20whose\x20complete\x20subtree\x20contains\x20all\x20references.','Batch\x20delete\x20request\x20for\x20menu\x20','batch-delete','byId','menu_non_empty','POST','Menu\x20delete\x20execution\x20consumes\x20only\x20--plan;\x20remove\x20','11PyJjvT','expect-path','menu_plan_invalid','str','resourcesValid','Post-mismatch\x20menu\x20readback\x20failed\x20(','/smartapi/menu/batchDelete','plan','One\x20or\x20more\x20planned\x20menus\x20are\x20still\x20present\x20after\x20the\x20batch\x20delete\x20request:\x20','string','\x20direct\x20child\x20menu(s)\x20and\x20cannot\x20be\x20deleted.','pageId','menus','\x20deleted\x20menus;\x20expected\x20','menu','Page\x20bindings\x20are\x20referenced\x20by\x20menus\x20outside\x20the\x20delete\x20plan:\x20','menu_delete_page_bound','Post-failure\x20menu\x20readback\x20failed\x20(','snapshot'];a102_0x57e8=function(){return _0x59929a;};return a102_0x57e8();}function validateDeleteExecuteInput(_0x587da0){const _0x52fe91=a102_0x59e587;if(!hasFlag(_0x587da0,_0x52fe91(0x254))||!_0x587da0[_0x52fe91(0x250)]('plan')[_0x52fe91(0x260)]())throw CliErrors[_0x52fe91(0x1f4)](_0x52fe91(0x254),'--plan\x20is\x20required\x20for\x20menu\x20delete\x20execution.');const _0x54ff62=['id',_0x52fe91(0x1e4),_0x52fe91(0x1f2),_0x52fe91(0x241),_0x52fe91(0x24e),_0x52fe91(0x23f)][_0x52fe91(0x212)](_0x304886=>hasFlag(_0x587da0,_0x304886));if(_0x54ff62[_0x52fe91(0x20b)]>0x0)throw CliErrors[_0x52fe91(0x223)](_0x52fe91(0x24c)+_0x54ff62['map'](_0x46c622=>'--'+_0x46c622)['join'](',\x20')+'.');}async function buildDeletePlan(_0x109e94){const _0x515c8d=a102_0x59e587,_0x53a537=validateExactId(_0x109e94),_0x49bc1f=await fetchMutationSnapshot(_0x109e94,'plan\x20delete',_0x53a537),_0x36a10d=requireMenu(_0x49bc1f,_0x53a537);assertExpectedState(_0x109e94,_0x36a10d);const _0x1a37b9=_0x109e94[_0x515c8d(0x215)](_0x515c8d(0x1e4));let _0x57c389;if(_0x1a37b9){if(_0x36a10d[_0x515c8d(0x205)][_0x515c8d(0x260)]()[_0x515c8d(0x229)]()!==_0x515c8d(0x1f7))throw menuError(_0x515c8d(0x22e),_0x515c8d(0x231)+_0x36a10d['id']+_0x515c8d(0x209)+(_0x36a10d['type']||'unknown')+_0x515c8d(0x225));_0x57c389=collectDeleteTargets(_0x49bc1f,_0x36a10d),_0x57c389[_0x515c8d(0x201)](_0x15caee=>assertDeleteSafety(_0x15caee,!![]));}else assertDeleteSafety(_0x36a10d),_0x57c389=[_0x36a10d];assertNoSharedPages(_0x49bc1f,_0x57c389);const _0x74583f=_0x57c389[_0x515c8d(0x216)](_0x58bb68=>_0x58bb68['id']),_0x2bf787=cascadeForTargets(_0x57c389),_0x731639=_0x2bf787[_0x515c8d(0x242)][_0x515c8d(0x20b)]>0x0?['Deleting\x20page-bound\x20menus\x20invokes\x20the\x20platform\x27s\x20existing\x20page\x20and\x20PageSchema\x20cascade;\x20listed\x20page\x20ids\x20are\x20direct\x20menu\x20bindings.']:[];return mutationResult({'operation':_0x515c8d(0x1f5),'selector':{'id':_0x53a537,'recursive':_0x1a37b9},'before':_0x36a10d,'after':null,'dryRun':!![],'backend':[...BACKEND],'plannedActions':[{'stage':_0x515c8d(0x222),'method':'POST','path':_0x515c8d(0x253),'body':{'idList':_0x74583f}}],'targets':_0x57c389,'deleteOrder':_0x74583f,'snapshotHash':_0x49bc1f[_0x515c8d(0x21f)],'cascade':_0x2bf787,'warnings':_0x731639});}function assertDeleteSafety(_0x82623,_0x19226b=![]){const _0x3bb107=a102_0x59e587,_0x4623f3=_0x82623[_0x3bb107(0x205)][_0x3bb107(0x260)]()[_0x3bb107(0x229)]()==='folder';if(_0x82623[_0x3bb107(0x22a)]>0x0&&(!_0x19226b||!_0x4623f3))throw menuError(_0x3bb107(0x24a),'Menu\x20'+_0x82623['id']+'\x20has\x20'+_0x82623['childrenCount']+_0x3bb107(0x257),_0x3bb107(0x1e5)+_0x82623[_0x3bb107(0x1fb)]['join'](',\x20'));if(_0x4623f3&&_0x82623[_0x3bb107(0x258)]!=null)throw menuError(_0x3bb107(0x25d),_0x3bb107(0x232)+_0x82623['id']+_0x3bb107(0x1f1)+_0x82623[_0x3bb107(0x258)]+_0x3bb107(0x214),_0x3bb107(0x230));if(!_0x4623f3)return;if(!_0x82623[_0x3bb107(0x251)])throw menuError(_0x3bb107(0x23b),'Folder\x20'+_0x82623['id']+_0x3bb107(0x228),'Inspect\x20and\x20repair\x20the\x20folder\x20resource\x20binding\x20in\x20the\x20platform\x20before\x20deleting\x20it.');if(_0x82623[_0x3bb107(0x20d)][_0x3bb107(0x20b)]>0x0)throw menuError(_0x3bb107(0x1e0),_0x3bb107(0x232)+_0x82623['id']+_0x3bb107(0x21b)+_0x82623['resources'][_0x3bb107(0x20b)]+_0x3bb107(0x244),_0x3bb107(0x1fc));}function collectDeleteTargets(_0x56fba0,_0x4ec951){const _0x5ddff1=[],_0x2e9adf=new Set(),_0x10754c=new Set(),_0x1c015a=_0x248e5f=>{const _0x2374d1=a102_0x4582;if(_0x2e9adf[_0x2374d1(0x1e8)](_0x248e5f['id']))throw menuError(_0x2374d1(0x23d),'Menu\x20tree\x20contains\x20a\x20cycle\x20at\x20menu\x20'+_0x248e5f['id']+'.');if(_0x10754c[_0x2374d1(0x1e8)](_0x248e5f['id']))return;_0x2e9adf['add'](_0x248e5f['id']);for(const _0x5bb3a4 of _0x248e5f[_0x2374d1(0x1fb)]){const _0x50ba0=_0x56fba0[_0x2374d1(0x249)][_0x2374d1(0x22f)](_0x5bb3a4);if(!_0x50ba0)throw menuError('menu_tree_invalid',_0x2374d1(0x231)+_0x248e5f['id']+_0x2374d1(0x20a)+_0x5bb3a4+'.');_0x1c015a(_0x50ba0);}_0x2e9adf[_0x2374d1(0x1f5)](_0x248e5f['id']),_0x10754c[_0x2374d1(0x261)](_0x248e5f['id']),_0x5ddff1[_0x2374d1(0x1ef)](_0x248e5f);};return _0x1c015a(_0x4ec951),_0x5ddff1;}function assertDeleteTargetsComplete(_0x2d012f,_0x398b7f){const _0x2488af=a102_0x59e587,_0x121b88=requireMenu(_0x398b7f,_0x2d012f[_0x2488af(0x1fe)]['id']);if(_0x2d012f['recursive']&&_0x121b88[_0x2488af(0x205)]['trim']()[_0x2488af(0x229)]()!==_0x2488af(0x1f7))throw menuError('menu_plan_invalid',_0x2488af(0x1fa)+_0x121b88['id']+_0x2488af(0x1e2));const _0x31743d=_0x2d012f[_0x2488af(0x1e4)]?collectDeleteTargets(_0x398b7f,_0x121b88)['map'](_0x443ca0=>_0x443ca0['id']):[_0x121b88['id']];if(JSON[_0x2488af(0x221)](_0x2d012f[_0x2488af(0x213)])!==JSON['stringify'](_0x31743d))throw menuError(_0x2488af(0x24f),_0x2488af(0x203),_0x2488af(0x238));}function assertNoSharedPages(_0x535a3a,_0x33488a){const _0x1a6eac=a102_0x59e587,_0x9f9891=new Set(_0x33488a[_0x1a6eac(0x216)](_0x333510=>_0x333510['id'])),_0x45001d=new Set(_0x33488a[_0x1a6eac(0x216)](_0x24834f=>_0x24834f[_0x1a6eac(0x258)])['filter'](_0x3f7a23=>_0x3f7a23!=null));if(_0x45001d['size']===0x0)return;const _0x18f3fe=_0x535a3a[_0x1a6eac(0x259)][_0x1a6eac(0x212)](_0x5bf057=>!_0x9f9891['has'](_0x5bf057['id'])&&_0x5bf057['pageId']!=null&&_0x45001d[_0x1a6eac(0x1e8)](_0x5bf057[_0x1a6eac(0x258)]));if(_0x18f3fe[_0x1a6eac(0x20b)]===0x0)return;const _0x50fe26=_0x18f3fe[_0x1a6eac(0x216)](_0x48c373=>_0x1a6eac(0x233)+_0x48c373[_0x1a6eac(0x258)]+_0x1a6eac(0x21c)+_0x48c373['id'])['join'](',\x20');throw menuError(_0x1a6eac(0x239),_0x1a6eac(0x25c)+_0x50fe26+'.',_0x1a6eac(0x246));}function a102_0x4582(_0x2b5cdd,_0x58941a){_0x2b5cdd=_0x2b5cdd-0x1e0;const _0x57e8f8=a102_0x57e8();let _0x4582f0=_0x57e8f8[_0x2b5cdd];return _0x4582f0;}function assertCascadeMatchesPlan(_0x2835e8,_0x1f7a9f){const _0xb9e485=a102_0x59e587,_0x5872f5=cascadeForTargets(_0x1f7a9f);if(JSON[_0xb9e485(0x221)](_0x2835e8[_0xb9e485(0x217)])!==JSON[_0xb9e485(0x221)](_0x5872f5))throw menuError(_0xb9e485(0x24f),_0xb9e485(0x219));}function cascadeForTargets(_0x3ea958){const _0x4ffff6=a102_0x59e587,_0x32f8d6=_0x3ea958[_0x4ffff6(0x216)](_0x49d347=>_0x49d347['pageId'])['filter'](_0x298123=>_0x298123!=null)[_0x4ffff6(0x212)]((_0x565a1c,_0x21c0c6,_0x5bfbbb)=>_0x5bfbbb[_0x4ffff6(0x218)](_0x565a1c)===_0x21c0c6);return{'pages':_0x32f8d6,'pageSchemaAffected':_0x32f8d6['length']>0x0};}function asMenuError(_0x3b52bf){const _0x1f9d32=a102_0x59e587;return _0x3b52bf instanceof CliError?_0x3b52bf:menuError('menu_plan_invalid',_0x3b52bf instanceof Error?_0x3b52bf[_0x1f9d32(0x1ed)]:String(_0x3b52bf));}
1
+ const a102_0x4ee0eb=a102_0x4491;(function(_0x46f0d7,_0x3d9c50){const _0x5ca3f2=a102_0x4491,_0x392411=_0x46f0d7();while(!![]){try{const _0x516bc8=parseInt(_0x5ca3f2(0x149))/0x1*(parseInt(_0x5ca3f2(0x162))/0x2)+parseInt(_0x5ca3f2(0x16e))/0x3+parseInt(_0x5ca3f2(0x148))/0x4+parseInt(_0x5ca3f2(0x17f))/0x5*(-parseInt(_0x5ca3f2(0x141))/0x6)+-parseInt(_0x5ca3f2(0x121))/0x7*(-parseInt(_0x5ca3f2(0x17c))/0x8)+parseInt(_0x5ca3f2(0x13e))/0x9*(parseInt(_0x5ca3f2(0x13b))/0xa)+parseInt(_0x5ca3f2(0x18a))/0xb*(-parseInt(_0x5ca3f2(0x135))/0xc);if(_0x516bc8===_0x3d9c50)break;else _0x392411['push'](_0x392411['shift']());}catch(_0x291141){_0x392411['push'](_0x392411['shift']());}}}(a102_0x59df,0xc44a2));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';import{batchDeleteMenuEntities}from'../../commands/menu/shared/service.js';function a102_0x59df(){const _0x2d8692=['Menu\x20delete\x20plan\x20does\x20not\x20contain\x20the\x20complete\x20current\x20subtree\x20in\x20leaf-first\x20order.','The\x20batch\x20response\x20count\x20did\x20not\x20match\x20the\x20reviewed\x20target\x20count;\x20do\x20not\x20retry\x20the\x20same\x20plan.','verification','indexOf','pageId','bool','menu','message','menu_folder_has_resources','menu\x20list','plan-out','Required\x20for\x20execution;\x20consume\x20an\x20unexpired\x20plan\x20created\x20by\x20--plan-out','resourcesValid','\x20direct\x20child\x20menu(s)\x20and\x20cannot\x20be\x20deleted.','unknown','1440AWcikI','):\x20','menus','batch-delete','delete','Inspect\x20the\x20folder\x20in\x20the\x20platform\x20before\x20deleting\x20it.','590ysDghr','Deleted\x20','remainingIds','153531LkoGSi','\x20and\x20cannot\x20be\x20deleted\x20safely.','childrenCount','6uEaBJQ','Menu\x20tree\x20contains\x20a\x20cycle\x20at\x20menu\x20','appCode','/smartapi/menu/batchDelete','\x20still\x20references\x20','execute\x20reviewed\x20delete\x20plan','--plan\x20is\x20required\x20for\x20menu\x20delete\x20execution.','2594312yhCBrq','6TBnVjn','Exact\x20menu\x20id\x20(required\x20with\x20--dry-run)','target','menu_recursive_requires_folder','has','menu_plan_invalid','filter','The\x20batch\x20delete\x20may\x20have\x20partially\x20applied;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20creating\x20a\x20new\x20plan.','push','causeMessage','\x20has\x20','absentIds','Menu\x20','Delete\x20an\x20exact\x20menu\x20or\x20a\x20folder\x20subtree\x20from\x20a\x20reviewed\x20plan','join','hash','flagMissing','plan-validation','expect-parent-id','selector','snapshot','Inspect\x20the\x20latest\x20menu\x20facts\x20and\x20generate\x20a\x20new\x20delete\x20plan;\x20do\x20not\x20retry\x20this\x20plan.','createdAt','toLowerCase','forEach','284514JgjifZ','trim','Deleting\x20page-bound\x20menus\x20invokes\x20the\x20platform\x27s\x20existing\x20page\x20and\x20PageSchema\x20cascade;\x20listed\x20page\x20ids\x20are\x20direct\x20menu\x20bindings.','\x20->\x20menu\x20','add','read\x20menu\x20state\x20after\x20batch\x20delete\x20count\x20mismatch','menu_verification_failed','plan','map','Menu\x20delete\x20execution\x20consumes\x20only\x20--plan;\x20remove\x20','Recursive\x20menu\x20delete\x20plan\x20root\x20','length','1434900Chggyh','Keep\x20every\x20shared\x20page\x20reference\x20outside\x20this\x20operation,\x20or\x20choose\x20a\x20folder\x20whose\x20complete\x20subtree\x20contains\x20all\x20references.','snapshotHash','unconfirmed','menu_delete_page_bound','Inspect\x20and\x20repair\x20the\x20folder\x20resource\x20binding\x20in\x20the\x20platform\x20before\x20deleting\x20it.','resources','Batch\x20delete\x20request\x20for\x20menu\x20','type','failed','The\x20backend\x20acknowledged\x20the\x20batch\x20request,\x20but\x20final\x20menu\x20facts\x20did\x20not\x20confirm\x20every\x20deletion.','menu_tree_invalid','childrenIds','byId','9974024TMxyFc','verify\x20batch\x20delete','boolean','6685460XPjeWi','recursive','expect-path','expected-children-count','Post-failure\x20menu\x20readback\x20failed\x20(','Would\x20batch\x20delete\x20','Handle\x20child\x20ids\x20in\x20the\x20platform\x20first:\x20','size','Required\x20with\x20--dry-run;\x20write\x20the\x20reviewed\x20plan\x20to\x20a\x20new\x20local\x20JSON\x20file','Backend\x20reported\x20','\x20deleted\x20menus;\x20expected\x20','191818yMVIRd','cookie','expiresAt','stringify','Include\x20every\x20descendant\x20of\x20the\x20exact\x20folder\x20id,\x20deleting\x20leaves\x20first','Page\x20bindings\x20are\x20referenced\x20by\x20menus\x20outside\x20the\x20delete\x20plan:\x20','--plan-out\x20is\x20required\x20for\x20menu\x20delete\x20dry-run\x20so\x20execution\x20can\x20consume\x20the\x20reviewed\x20plan.','\x20resource\x20URL(s).','folder','pre-write-plan-validation','Folder\x20','causeCode','str','string','Post-mismatch\x20menu\x20readback\x20failed\x20(','dry-run','rabetbase\x20menu\x20list\x20--format\x20json','Menu\x20delete\x20plan\x20cascade\x20does\x20not\x20match\x20the\x20reviewed\x20target\x20page\x20facts.','validation','7drSTeN','deleteOrder','The\x20batch\x20delete\x20request\x20was\x20accepted,\x20but\x20its\x20final\x20online\x20state\x20is\x20unconfirmed.','get','POST'];a102_0x59df=function(){return _0x2d8692;};return a102_0x59df();}import{CliError,CliErrors}from'../../errors.js';const BACKEND=[{'method':'POST','path':a102_0x4ee0eb(0x144)}],MENU_DELETE_ID_FLAG={...MENU_ID_FLAG,'required':![],'description':a102_0x4ee0eb(0x14a)},MENU_DELETE_RECURSIVE_FLAG={'name':a102_0x4ee0eb(0x180),'type':a102_0x4ee0eb(0x17e),'description':a102_0x4ee0eb(0x112)},MENU_DELETE_PLAN_OUT_FLAG={'name':'plan-out','type':a102_0x4ee0eb(0x11b),'description':a102_0x4ee0eb(0x187)},MENU_DELETE_PLAN_FLAG={'name':'plan','type':a102_0x4ee0eb(0x11b),'description':a102_0x4ee0eb(0x131)};export const menuDelete={'service':a102_0x4ee0eb(0x12c),'command':a102_0x4ee0eb(0x139),'description':a102_0x4ee0eb(0x156),'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'(_0xe83606){const _0x2b7fc9=a102_0x4ee0eb;_0xe83606['bool'](_0x2b7fc9(0x11d))?validateDeleteDryRunInput(_0xe83606):validateDeleteExecuteInput(_0xe83606),requireExplicitYes(_0xe83606);},async 'dryRun'(_0x1d7724){const _0x2a980a=a102_0x4ee0eb;validateDeleteDryRunInput(_0x1d7724);const _0x488921=await buildDeletePlan(_0x1d7724),_0x2fd684=createMenuDeletePlanFile(_0x1d7724[_0x2a980a(0x143)],_0x488921),_0x5ddb46=await writeMenuDeletePlan(_0x1d7724[_0x2a980a(0x11a)](_0x2a980a(0x130)),_0x2fd684),_0x291ed0=mutationResult({..._0x488921,'planFile':{'path':_0x5ddb46,'createdAt':_0x2fd684[_0x2a980a(0x15f)],'expiresAt':_0x2fd684[_0x2a980a(0x18c)]}});return menuDryRunResult(_0x291ed0,{'method':_0x2a980a(0x125),'url':_0x2a980a(0x144),'body':{'idList':_0x291ed0[_0x2a980a(0x122)]},'description':_0x2a980a(0x184)+(_0x291ed0['deleteOrder']?.['length']??0x1)+'\x20menu(s)\x20under\x20exact\x20id\x20'+_0x291ed0[_0x2a980a(0x15c)]['id']+';\x20execution\x20must\x20consume\x20'+_0x5ddb46+'.'});},async 'execute'(_0x5441d6){const _0x1459ac=a102_0x4ee0eb;requireExplicitYes(_0x5441d6),validateDeleteExecuteInput(_0x5441d6);const _0x22c044=await readMenuDeletePlan(_0x5441d6[_0x1459ac(0x11a)](_0x1459ac(0x169))),_0xf350c0=mutationPlanFromDeleteFile(_0x22c044[_0x1459ac(0x169)],_0x22c044['path']),_0x215b09=_0x22c044[_0x1459ac(0x169)][_0x1459ac(0x14b)]['id'];try{assertMenuDeletePlanExecutable(_0x22c044[_0x1459ac(0x169)],_0x5441d6['appCode']);}catch(_0x325bcc){throw menuFailure(asMenuError(_0x325bcc),_0xf350c0,{'stage':_0x1459ac(0x15a),'failed':{'id':_0x215b09}});}let _0x5af660,_0xaf70ed;try{_0x5af660=await fetchMutationSnapshot(_0x5441d6,_0x1459ac(0x146),_0x215b09),_0xaf70ed=assertMenuDeletePlanCurrent(_0x22c044['plan'],_0x5441d6[_0x1459ac(0x143)],_0x5af660),assertDeleteTargetsComplete(_0x22c044[_0x1459ac(0x169)],_0x5af660),_0xaf70ed[_0x1459ac(0x161)](_0x24bab6=>assertDeleteSafety(_0x24bab6,_0x22c044[_0x1459ac(0x169)][_0x1459ac(0x180)])),assertNoSharedPages(_0x5af660,_0xaf70ed),assertCascadeMatchesPlan(_0xf350c0,_0xaf70ed);}catch(_0xc5dc19){throw menuFailure(asMenuError(_0xc5dc19),_0xf350c0,{'stage':_0x1459ac(0x117),'failed':{'id':_0x215b09}});}const _0x157008=_0x22c044[_0x1459ac(0x169)][_0x1459ac(0x122)];let _0x3df8de;try{_0x3df8de=await batchDeleteMenuEntities(_0x5441d6[_0x1459ac(0x18b)],_0x157008);}catch(_0x12cf8e){const _0x13d70c=mapMenuApiError(_0x12cf8e,'batch\x20delete'),_0x5559bd=[_0x1459ac(0x150)];let _0x508d0a;try{_0x508d0a=await readDeleteOutcome(_0x5441d6,_0x157008);}catch(_0x41f388){const _0x246a55=describeMenuErrorCause(_0x41f388,'read\x20menu\x20state\x20after\x20batch\x20delete\x20failure',_0x215b09);_0x5559bd[_0x1459ac(0x151)](_0x1459ac(0x183)+_0x246a55[_0x1459ac(0x119)]+_0x1459ac(0x136)+_0x246a55['causeMessage']);throw menuFailure(_0x13d70c,_0xf350c0,{'stage':_0x1459ac(0x138),'failed':{'targetIds':_0x157008,'targetIdsAbsent':_0x1459ac(0x171),..._0x246a55},'warnings':_0x5559bd,'verification':{'status':_0x1459ac(0x177),'lookupCommand':_0x1459ac(0x11e),'targetIds':_0x157008}});}throw menuFailure(_0x13d70c,_0xf350c0,{'stage':_0x1459ac(0x138),'succeeded':_0x508d0a[_0x1459ac(0x154)][_0x1459ac(0x16a)](_0x28dd34=>({'id':_0x28dd34,'deleted':!![]})),'failed':{'targetIds':_0x157008,'absentIds':_0x508d0a[_0x1459ac(0x154)],'remainingIds':_0x508d0a[_0x1459ac(0x13d)]},'warnings':_0x5559bd,'verification':verificationFromOutcome(_0x508d0a)});}if(_0x3df8de!==_0x157008[_0x1459ac(0x16d)]){const _0x116d82=menuError('menu_batch_delete_count_mismatch',_0x1459ac(0x188)+_0x3df8de+_0x1459ac(0x189)+_0x157008[_0x1459ac(0x16d)]+'.',_0x1459ac(0x15e)),_0x56062e=[_0x1459ac(0x127)];let _0x9b0f45;try{_0x9b0f45=await readDeleteOutcome(_0x5441d6,_0x157008);}catch(_0xac8b0a){const _0x20a188=describeMenuErrorCause(_0xac8b0a,_0x1459ac(0x167),_0x215b09);_0x56062e[_0x1459ac(0x151)](_0x1459ac(0x11c)+_0x20a188[_0x1459ac(0x119)]+_0x1459ac(0x136)+_0x20a188[_0x1459ac(0x152)]);throw menuFailure(_0x116d82,_0xf350c0,{'stage':_0x1459ac(0x138),'failed':{'targetIds':_0x157008,'expectedCount':_0x157008[_0x1459ac(0x16d)],'reportedDeletedCount':_0x3df8de,'targetIdsAbsent':_0x1459ac(0x171),..._0x20a188},'warnings':_0x56062e,'verification':{'status':_0x1459ac(0x177),'lookupCommand':_0x1459ac(0x11e),'targetIds':_0x157008}});}throw menuFailure(_0x116d82,_0xf350c0,{'stage':_0x1459ac(0x138),'succeeded':_0x9b0f45[_0x1459ac(0x154)][_0x1459ac(0x16a)](_0x3ed0c2=>({'id':_0x3ed0c2,'deleted':!![]})),'failed':{'targetIds':_0x157008,'expectedCount':_0x157008[_0x1459ac(0x16d)],'reportedDeletedCount':_0x3df8de,'absentIds':_0x9b0f45[_0x1459ac(0x154)],'remainingIds':_0x9b0f45['remainingIds']},'warnings':_0x56062e,'verification':verificationFromOutcome(_0x9b0f45)});}let _0x128c55;try{_0x128c55=await readDeleteOutcome(_0x5441d6,_0x157008);}catch(_0x5c94e4){const _0x7bad9a=describeMenuErrorCause(_0x5c94e4,_0x1459ac(0x17d),_0x215b09),_0x1e7d8a=asVerificationError(_0x5c94e4,_0x1459ac(0x175)+_0x215b09+'\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20absence');throw menuFailure(_0x1e7d8a,_0xf350c0,{'stage':_0x1459ac(0x128),'succeeded':_0x157008['map'](_0x2c0ae6=>({'id':_0x2c0ae6,'deleteRequested':!![]})),'failed':{'id':_0x215b09,'targetIds':_0x157008,'targetIdsAbsent':_0x1459ac(0x171),..._0x7bad9a},'warnings':[_0x1459ac(0x123)],'verification':{'status':_0x1459ac(0x177),'lookupCommand':'rabetbase\x20menu\x20list\x20--format\x20json','targetIds':_0x157008}});}if(_0x128c55[_0x1459ac(0x13d)][_0x1459ac(0x16d)]>0x0){const _0x28fcc4=menuError(_0x1459ac(0x168),'One\x20or\x20more\x20planned\x20menus\x20are\x20still\x20present\x20after\x20the\x20batch\x20delete\x20request:\x20'+_0x128c55[_0x1459ac(0x13d)][_0x1459ac(0x157)](',\x20')+'.',_0x1459ac(0x15e));throw menuFailure(_0x28fcc4,_0xf350c0,{'stage':'verification','succeeded':_0x157008['map'](_0x3be82f=>({'id':_0x3be82f,'deleteRequested':!![]})),'failed':{'id':_0x215b09,'targetIds':_0x157008,'absentIds':_0x128c55[_0x1459ac(0x154)],'remainingIds':_0x128c55[_0x1459ac(0x13d)]},'warnings':[_0x1459ac(0x178)],'verification':verificationFromOutcome(_0x128c55)});}const _0xcbf3e3=_0x157008[_0x1459ac(0x16a)](_0x4d0cf0=>({'id':_0x4d0cf0,'deleted':!![]})),_0x4573bd=mutationResult({..._0xf350c0,'dryRun':![],'succeeded':_0xcbf3e3,'verification':{'checkedBy':_0x1459ac(0x12f),'plannedSnapshotHash':_0xf350c0[_0x1459ac(0x170)],'finalSnapshotHash':_0x128c55['snapshot']['hash'],'reportedDeletedCount':_0x3df8de,'targetAbsent':!_0x128c55[_0x1459ac(0x15d)][_0x1459ac(0x17b)][_0x1459ac(0x14d)](_0x215b09),'allTargetsAbsent':!![],'targetIds':_0x157008}});return{'ok':!![],'data':_0x4573bd,'message':_0x1459ac(0x13c)+_0xcbf3e3[_0x1459ac(0x16d)]+'\x20menu(s)\x20under\x20exact\x20id\x20'+_0x215b09+'.'};}};async function readDeleteOutcome(_0xaaf215,_0x2d9bbc){const _0x26cf57=a102_0x4ee0eb,_0x4caf76=await fetchMenuSnapshot(_0xaaf215[_0x26cf57(0x143)],_0xaaf215[_0x26cf57(0x18b)]);return{'snapshot':_0x4caf76,'absentIds':_0x2d9bbc['filter'](_0x1a7bc4=>!_0x4caf76[_0x26cf57(0x17b)][_0x26cf57(0x14d)](_0x1a7bc4)),'remainingIds':_0x2d9bbc[_0x26cf57(0x14f)](_0x2f5c79=>_0x4caf76['byId'][_0x26cf57(0x14d)](_0x2f5c79))};}function verificationFromOutcome(_0x12f2c7){const _0x5e5d5b=a102_0x4ee0eb;return{'checkedBy':_0x5e5d5b(0x12f),'absentIds':_0x12f2c7[_0x5e5d5b(0x154)],'remainingIds':_0x12f2c7[_0x5e5d5b(0x13d)]};}function validateDeleteDryRunInput(_0x3316af){const _0xe72533=a102_0x4ee0eb;validateExactId(_0x3316af);if(!hasFlag(_0x3316af,'plan-out')||!_0x3316af['str'](_0xe72533(0x130))[_0xe72533(0x163)]())throw CliErrors[_0xe72533(0x159)](_0xe72533(0x130),_0xe72533(0x114));if(hasFlag(_0x3316af,_0xe72533(0x169)))throw CliErrors[_0xe72533(0x120)]('--plan\x20cannot\x20be\x20combined\x20with\x20--dry-run;\x20use\x20--plan-out.');}function validateDeleteExecuteInput(_0x1085bf){const _0x136424=a102_0x4ee0eb;if(!hasFlag(_0x1085bf,_0x136424(0x169))||!_0x1085bf['str'](_0x136424(0x169))[_0x136424(0x163)]())throw CliErrors[_0x136424(0x159)](_0x136424(0x169),_0x136424(0x147));const _0x26c5c2=['id','recursive','plan-out',_0x136424(0x15b),_0x136424(0x181),_0x136424(0x182)]['filter'](_0x4b6878=>hasFlag(_0x1085bf,_0x4b6878));if(_0x26c5c2[_0x136424(0x16d)]>0x0)throw CliErrors['validation'](_0x136424(0x16b)+_0x26c5c2[_0x136424(0x16a)](_0x11f517=>'--'+_0x11f517)[_0x136424(0x157)](',\x20')+'.');}async function buildDeletePlan(_0x145fca){const _0x476fbd=a102_0x4ee0eb,_0xae411=validateExactId(_0x145fca),_0x2e5226=await fetchMutationSnapshot(_0x145fca,'plan\x20delete',_0xae411),_0x238421=requireMenu(_0x2e5226,_0xae411);assertExpectedState(_0x145fca,_0x238421);const _0x40a4ed=_0x145fca[_0x476fbd(0x12b)](_0x476fbd(0x180));let _0x31efa2;if(_0x40a4ed){if(_0x238421['type']['trim']()[_0x476fbd(0x160)]()!==_0x476fbd(0x116))throw menuError(_0x476fbd(0x14c),'Menu\x20'+_0x238421['id']+'\x20is\x20type\x20\x22'+(_0x238421['type']||_0x476fbd(0x134))+'\x22;\x20--recursive\x20requires\x20a\x20folder\x20root.');_0x31efa2=collectDeleteTargets(_0x2e5226,_0x238421),_0x31efa2[_0x476fbd(0x161)](_0x1c7c71=>assertDeleteSafety(_0x1c7c71,!![]));}else assertDeleteSafety(_0x238421),_0x31efa2=[_0x238421];assertNoSharedPages(_0x2e5226,_0x31efa2);const _0x17f55a=_0x31efa2[_0x476fbd(0x16a)](_0x2d3112=>_0x2d3112['id']),_0x981e39=cascadeForTargets(_0x31efa2),_0x4c21a0=_0x981e39['pages'][_0x476fbd(0x16d)]>0x0?[_0x476fbd(0x164)]:[];return mutationResult({'operation':_0x476fbd(0x139),'selector':{'id':_0xae411,'recursive':_0x40a4ed},'before':_0x238421,'after':null,'dryRun':!![],'backend':[...BACKEND],'plannedActions':[{'stage':'batch-delete-menu','method':_0x476fbd(0x125),'path':_0x476fbd(0x144),'body':{'idList':_0x17f55a}}],'targets':_0x31efa2,'deleteOrder':_0x17f55a,'snapshotHash':_0x2e5226[_0x476fbd(0x158)],'cascade':_0x981e39,'warnings':_0x4c21a0});}function assertDeleteSafety(_0x3a5266,_0x27834a=![]){const _0x4028ff=a102_0x4ee0eb,_0x124a71=_0x3a5266[_0x4028ff(0x176)]['trim']()[_0x4028ff(0x160)]()===_0x4028ff(0x116);if(_0x3a5266[_0x4028ff(0x140)]>0x0&&(!_0x27834a||!_0x124a71))throw menuError('menu_non_empty',_0x4028ff(0x155)+_0x3a5266['id']+_0x4028ff(0x153)+_0x3a5266[_0x4028ff(0x140)]+_0x4028ff(0x133),_0x4028ff(0x185)+_0x3a5266[_0x4028ff(0x17a)]['join'](',\x20'));if(_0x124a71&&_0x3a5266[_0x4028ff(0x12a)]!=null)throw menuError(_0x4028ff(0x172),_0x4028ff(0x118)+_0x3a5266['id']+'\x20is\x20unexpectedly\x20bound\x20to\x20page\x20'+_0x3a5266[_0x4028ff(0x12a)]+_0x4028ff(0x13f),_0x4028ff(0x13a));if(!_0x124a71)return;if(!_0x3a5266[_0x4028ff(0x132)])throw menuError('menu_folder_resources_invalid',_0x4028ff(0x118)+_0x3a5266['id']+'\x20has\x20an\x20unreadable\x20extend.resources\x20value\x20and\x20cannot\x20be\x20proven\x20empty.',_0x4028ff(0x173));if(_0x3a5266[_0x4028ff(0x174)][_0x4028ff(0x16d)]>0x0)throw menuError(_0x4028ff(0x12e),'Folder\x20'+_0x3a5266['id']+_0x4028ff(0x145)+_0x3a5266[_0x4028ff(0x174)][_0x4028ff(0x16d)]+_0x4028ff(0x115),'Remove\x20or\x20verify\x20the\x20resource\x20bindings\x20in\x20the\x20platform\x20before\x20deleting\x20the\x20folder.');}function collectDeleteTargets(_0x4412b6,_0x1ab93c){const _0x144e7=[],_0x338cf4=new Set(),_0x2d47c9=new Set(),_0x21cb15=_0x43341d=>{const _0x36fb3e=a102_0x4491;if(_0x338cf4[_0x36fb3e(0x14d)](_0x43341d['id']))throw menuError(_0x36fb3e(0x179),_0x36fb3e(0x142)+_0x43341d['id']+'.');if(_0x2d47c9[_0x36fb3e(0x14d)](_0x43341d['id']))return;_0x338cf4[_0x36fb3e(0x166)](_0x43341d['id']);for(const _0x28c765 of _0x43341d[_0x36fb3e(0x17a)]){const _0x5a7177=_0x4412b6['byId'][_0x36fb3e(0x124)](_0x28c765);if(!_0x5a7177)throw menuError(_0x36fb3e(0x179),_0x36fb3e(0x155)+_0x43341d['id']+'\x20references\x20missing\x20child\x20'+_0x28c765+'.');_0x21cb15(_0x5a7177);}_0x338cf4[_0x36fb3e(0x139)](_0x43341d['id']),_0x2d47c9[_0x36fb3e(0x166)](_0x43341d['id']),_0x144e7[_0x36fb3e(0x151)](_0x43341d);};return _0x21cb15(_0x1ab93c),_0x144e7;}function assertDeleteTargetsComplete(_0x48a8ff,_0x4463bb){const _0x5722b5=a102_0x4ee0eb,_0x23d4e7=requireMenu(_0x4463bb,_0x48a8ff['target']['id']);if(_0x48a8ff[_0x5722b5(0x180)]&&_0x23d4e7[_0x5722b5(0x176)]['trim']()[_0x5722b5(0x160)]()!=='folder')throw menuError(_0x5722b5(0x14e),_0x5722b5(0x16c)+_0x23d4e7['id']+'\x20is\x20not\x20a\x20folder.');const _0x3fd7cc=_0x48a8ff['recursive']?collectDeleteTargets(_0x4463bb,_0x23d4e7)[_0x5722b5(0x16a)](_0x34744b=>_0x34744b['id']):[_0x23d4e7['id']];if(JSON[_0x5722b5(0x111)](_0x48a8ff[_0x5722b5(0x122)])!==JSON[_0x5722b5(0x111)](_0x3fd7cc))throw menuError(_0x5722b5(0x14e),_0x5722b5(0x126),'Generate\x20a\x20new\x20plan\x20with\x20--dry-run\x20--plan-out\x20and\x20do\x20not\x20remove\x20or\x20reorder\x20targets.');}function assertNoSharedPages(_0x196ca9,_0x2803e6){const _0x3583ec=a102_0x4ee0eb,_0x4d0145=new Set(_0x2803e6[_0x3583ec(0x16a)](_0x24c37c=>_0x24c37c['id'])),_0x4e21c8=new Set(_0x2803e6[_0x3583ec(0x16a)](_0x8e89c3=>_0x8e89c3[_0x3583ec(0x12a)])['filter'](_0x4fe052=>_0x4fe052!=null));if(_0x4e21c8[_0x3583ec(0x186)]===0x0)return;const _0x2c4879=_0x196ca9[_0x3583ec(0x137)][_0x3583ec(0x14f)](_0x503464=>!_0x4d0145[_0x3583ec(0x14d)](_0x503464['id'])&&_0x503464[_0x3583ec(0x12a)]!=null&&_0x4e21c8['has'](_0x503464[_0x3583ec(0x12a)]));if(_0x2c4879[_0x3583ec(0x16d)]===0x0)return;const _0x1fb78d=_0x2c4879['map'](_0x734438=>'page\x20'+_0x734438[_0x3583ec(0x12a)]+_0x3583ec(0x165)+_0x734438['id'])['join'](',\x20');throw menuError('menu_page_shared',_0x3583ec(0x113)+_0x1fb78d+'.',_0x3583ec(0x16f));}function assertCascadeMatchesPlan(_0x4e5333,_0x727f0){const _0x120e9f=a102_0x4ee0eb,_0x4696c5=cascadeForTargets(_0x727f0);if(JSON[_0x120e9f(0x111)](_0x4e5333['cascade'])!==JSON[_0x120e9f(0x111)](_0x4696c5))throw menuError('menu_plan_invalid',_0x120e9f(0x11f));}function cascadeForTargets(_0xd71687){const _0x48b475=a102_0x4ee0eb,_0x49f297=_0xd71687[_0x48b475(0x16a)](_0x3b01fc=>_0x3b01fc[_0x48b475(0x12a)])[_0x48b475(0x14f)](_0x5ed584=>_0x5ed584!=null)['filter']((_0xd5cc60,_0x517933,_0x2f784b)=>_0x2f784b[_0x48b475(0x129)](_0xd5cc60)===_0x517933);return{'pages':_0x49f297,'pageSchemaAffected':_0x49f297[_0x48b475(0x16d)]>0x0};}function a102_0x4491(_0x53275b,_0x22267d){_0x53275b=_0x53275b-0x111;const _0x59df4d=a102_0x59df();let _0x4491e7=_0x59df4d[_0x53275b];return _0x4491e7;}function asMenuError(_0x572fd2){const _0x10402f=a102_0x4ee0eb;return _0x572fd2 instanceof CliError?_0x572fd2:menuError(_0x10402f(0x14e),_0x572fd2 instanceof Error?_0x572fd2[_0x10402f(0x12d)]:String(_0x572fd2));}