@lovrabet/rabetbase-cli 2.4.7 → 2.5.0-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 (364) 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.d.ts +13 -3
  4. package/lib/api/generate-api-file.js +1 -1
  5. package/lib/api/generate-sdk-config-file.d.ts +7 -0
  6. package/lib/api/generate-sdk-config-file.js +1 -0
  7. package/lib/auth/auth-server-ui.js +1 -1
  8. package/lib/auth/auth-server.js +1 -1
  9. package/lib/auth/constant.js +1 -1
  10. package/lib/auth/get-cookie.js +1 -1
  11. package/lib/auth/get-session-user.js +1 -1
  12. package/lib/auth/is-session-valid.js +1 -1
  13. package/lib/auth/login-success-html.js +1 -1
  14. package/lib/auth/logout.js +1 -1
  15. package/lib/cli-flags.js +1 -1
  16. package/lib/cli.js +1 -1
  17. package/lib/commands/api/generate.js +1 -1
  18. package/lib/commands/api/index.js +1 -1
  19. package/lib/commands/api/list.js +1 -1
  20. package/lib/commands/api/pull.js +1 -1
  21. package/lib/commands/api/shared.js +1 -1
  22. package/lib/commands/app/index.js +1 -1
  23. package/lib/commands/app/list.js +1 -1
  24. package/lib/commands/app/members-list.js +1 -1
  25. package/lib/commands/app/remote-directory.js +1 -1
  26. package/lib/commands/app/shared.d.ts +2 -5
  27. package/lib/commands/app/shared.js +1 -1
  28. package/lib/commands/app-config/delete.js +1 -1
  29. package/lib/commands/app-config/get.js +1 -1
  30. package/lib/commands/app-config/index.js +1 -1
  31. package/lib/commands/app-config/list.js +1 -1
  32. package/lib/commands/app-config/set.js +1 -1
  33. package/lib/commands/app-config/shared.js +1 -1
  34. package/lib/commands/auth/index.js +1 -1
  35. package/lib/commands/bff/create.js +1 -1
  36. package/lib/commands/bff/delete.js +1 -1
  37. package/lib/commands/bff/detail.js +1 -1
  38. package/lib/commands/bff/index.js +1 -1
  39. package/lib/commands/bff/list.js +1 -1
  40. package/lib/commands/bff/pull.js +1 -1
  41. package/lib/commands/bff/push.js +1 -1
  42. package/lib/commands/bff/status.js +1 -1
  43. package/lib/commands/cli-skill/index.js +1 -1
  44. package/lib/commands/cli-update.js +1 -1
  45. package/lib/commands/codegen/index.js +1 -1
  46. package/lib/commands/codegen/sdk.js +1 -1
  47. package/lib/commands/codegen/sql.js +1 -1
  48. package/lib/commands/common/app-registry.js +1 -1
  49. package/lib/commands/common/app-selector.js +1 -1
  50. package/lib/commands/common/async-task.js +1 -1
  51. package/lib/commands/common/dry-run.js +1 -1
  52. package/lib/commands/common/flags.js +1 -1
  53. package/lib/commands/common/local-file.js +1 -1
  54. package/lib/commands/common/validate.js +1 -1
  55. package/lib/commands/config/delete.d.ts +5 -0
  56. package/lib/commands/config/delete.js +1 -0
  57. package/lib/commands/config/get.js +1 -1
  58. package/lib/commands/config/index.js +1 -1
  59. package/lib/commands/config/init.d.ts +12 -0
  60. package/lib/commands/config/init.js +1 -0
  61. package/lib/commands/config/list.js +1 -1
  62. package/lib/commands/config/set.js +1 -1
  63. package/lib/commands/config/shared.js +1 -1
  64. package/lib/commands/dataset/business-group-update.js +1 -1
  65. package/lib/commands/dataset/business-groups.js +1 -1
  66. package/lib/commands/dataset/capability.js +1 -1
  67. package/lib/commands/dataset/delete.js +1 -1
  68. package/lib/commands/dataset/detail.js +1 -1
  69. package/lib/commands/dataset/extend-update.js +1 -1
  70. package/lib/commands/dataset/field-update.js +1 -1
  71. package/lib/commands/dataset/generate.js +1 -1
  72. package/lib/commands/dataset/index.js +1 -1
  73. package/lib/commands/dataset/list.js +1 -1
  74. package/lib/commands/dataset/operations.js +1 -1
  75. package/lib/commands/dataset/relation-audit.js +1 -1
  76. package/lib/commands/dataset/relation-create.js +1 -1
  77. package/lib/commands/dataset/relation-delete.js +1 -1
  78. package/lib/commands/dataset/relation-shared.js +1 -1
  79. package/lib/commands/dataset/relation-update.js +1 -1
  80. package/lib/commands/dataset/relations.js +1 -1
  81. package/lib/commands/dataset/rename.js +1 -1
  82. package/lib/commands/dataset/restore.js +1 -1
  83. package/lib/commands/db/analysis-batching.js +1 -1
  84. package/lib/commands/db/analyze-batch-plan.js +1 -1
  85. package/lib/commands/db/analyze-cancel.js +1 -1
  86. package/lib/commands/db/analyze-start.js +1 -1
  87. package/lib/commands/db/analyze-status.js +1 -1
  88. package/lib/commands/db/create.js +1 -1
  89. package/lib/commands/db/delete.js +1 -1
  90. package/lib/commands/db/detail.js +1 -1
  91. package/lib/commands/db/diff-refresh-start.js +1 -1
  92. package/lib/commands/db/diff-refresh-status.js +1 -1
  93. package/lib/commands/db/diff.js +1 -1
  94. package/lib/commands/db/index.js +1 -1
  95. package/lib/commands/db/list.js +1 -1
  96. package/lib/commands/db/shared.js +1 -1
  97. package/lib/commands/db/tables.js +1 -1
  98. package/lib/commands/db/test.js +1 -1
  99. package/lib/commands/db/update.js +1 -1
  100. package/lib/commands/doctor.js +1 -1
  101. package/lib/commands/file/index.js +1 -1
  102. package/lib/commands/issue/index.js +1 -1
  103. package/lib/commands/issue/nudge.js +1 -1
  104. package/lib/commands/issue/report.js +1 -1
  105. package/lib/commands/issue/shared.js +1 -1
  106. package/lib/commands/kb/create.js +1 -1
  107. package/lib/commands/kb/delete.js +1 -1
  108. package/lib/commands/kb/detail.js +1 -1
  109. package/lib/commands/kb/index.js +1 -1
  110. package/lib/commands/kb/list.js +1 -1
  111. package/lib/commands/kb/search.js +1 -1
  112. package/lib/commands/kb/shared.js +1 -1
  113. package/lib/commands/kb/update.js +1 -1
  114. package/lib/commands/logs/index.js +1 -1
  115. package/lib/commands/menu/asset-update.js +1 -1
  116. package/lib/commands/menu/delete.js +1 -1
  117. package/lib/commands/menu/external-link-create.js +1 -1
  118. package/lib/commands/menu/external-link-update.js +1 -1
  119. package/lib/commands/menu/group-create.js +1 -1
  120. package/lib/commands/menu/group-update.js +1 -1
  121. package/lib/commands/menu/index.js +1 -1
  122. package/lib/commands/menu/list.js +1 -1
  123. package/lib/commands/menu/move.js +1 -1
  124. package/lib/commands/menu/regroup-start.js +1 -1
  125. package/lib/commands/menu/rename.js +1 -1
  126. package/lib/commands/menu/shared/compare-table.js +1 -1
  127. package/lib/commands/menu/shared/delete-plan.js +1 -1
  128. package/lib/commands/menu/shared/facts.js +1 -1
  129. package/lib/commands/menu/shared/index.js +1 -1
  130. package/lib/commands/menu/shared/inquirer.js +1 -1
  131. package/lib/commands/menu/shared/local-pages.js +1 -1
  132. package/lib/commands/menu/shared/logic.js +1 -1
  133. package/lib/commands/menu/shared/mutations.js +1 -1
  134. package/lib/commands/menu/shared/service.js +1 -1
  135. package/lib/commands/menu/shared/sync-core.js +1 -1
  136. package/lib/commands/menu/shared/update-core.js +1 -1
  137. package/lib/commands/menu/shared/valid-url.js +1 -1
  138. package/lib/commands/menu/sync.js +1 -1
  139. package/lib/commands/menu/visibility-update.js +1 -1
  140. package/lib/commands/notification/config-create.js +1 -1
  141. package/lib/commands/notification/config-delete.js +1 -1
  142. package/lib/commands/notification/config-list.js +1 -1
  143. package/lib/commands/notification/config-update.js +1 -1
  144. package/lib/commands/notification/index.js +1 -1
  145. package/lib/commands/notification/shared.js +1 -1
  146. package/lib/commands/ocr/index.js +1 -1
  147. package/lib/commands/page/create.js +1 -1
  148. package/lib/commands/page/custom/detail.js +1 -1
  149. package/lib/commands/page/custom/list.js +1 -1
  150. package/lib/commands/page/custom/publish.js +1 -1
  151. package/lib/commands/page/custom/shared.js +1 -1
  152. package/lib/commands/page/custom/syntax.js +1 -1
  153. package/lib/commands/page/custom/template.js +1 -1
  154. package/lib/commands/page/custom/update.js +1 -1
  155. package/lib/commands/page/data-list-status.js +1 -1
  156. package/lib/commands/page/generate-start.js +1 -1
  157. package/lib/commands/page/generate-status.js +1 -1
  158. package/lib/commands/page/index.js +1 -1
  159. package/lib/commands/page/pull.js +1 -1
  160. package/lib/commands/page/push.js +1 -1
  161. package/lib/commands/page/relation-audit.js +1 -1
  162. package/lib/commands/page/restore.js +1 -1
  163. package/lib/commands/page/shared.js +1 -1
  164. package/lib/commands/page/sync.js +1 -1
  165. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  166. package/lib/commands/project/create/format-elapsed.js +1 -1
  167. package/lib/commands/project/create/main.d.ts +1 -0
  168. package/lib/commands/project/create/main.js +1 -1
  169. package/lib/commands/project/create/materialize-project-template.d.ts +6 -2
  170. package/lib/commands/project/create/materialize-project-template.js +1 -1
  171. package/lib/commands/project/create/project-name.js +1 -1
  172. package/lib/commands/project/create/project-template-archive.js +1 -1
  173. package/lib/commands/project/create/project-template-path.js +1 -1
  174. package/lib/commands/project/create/use-copy-project-template.d.ts +1 -1
  175. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  176. package/lib/commands/project/create/use-format-code.js +1 -1
  177. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  178. package/lib/commands/project/index.js +1 -1
  179. package/lib/commands/project/upgrade.js +1 -1
  180. package/lib/commands/registry.d.ts +2 -2
  181. package/lib/commands/registry.js +1 -1
  182. package/lib/commands/role/delete.js +1 -1
  183. package/lib/commands/role/detail.js +1 -1
  184. package/lib/commands/role/index.js +1 -1
  185. package/lib/commands/role/list.js +1 -1
  186. package/lib/commands/role/shared.d.ts +1 -1
  187. package/lib/commands/role/shared.js +1 -1
  188. package/lib/commands/role/update.js +1 -1
  189. package/lib/commands/role/user-add.js +1 -1
  190. package/lib/commands/role/user-remove.js +1 -1
  191. package/lib/commands/role/user-resolve.js +1 -1
  192. package/lib/commands/run/index.js +1 -1
  193. package/lib/commands/schema.js +1 -1
  194. package/lib/commands/sql/create.js +1 -1
  195. package/lib/commands/sql/delete.js +1 -1
  196. package/lib/commands/sql/detail.js +1 -1
  197. package/lib/commands/sql/exec.js +1 -1
  198. package/lib/commands/sql/index.js +1 -1
  199. package/lib/commands/sql/list.js +1 -1
  200. package/lib/commands/sql/pull.js +1 -1
  201. package/lib/commands/sql/push.js +1 -1
  202. package/lib/commands/sql/shared.js +1 -1
  203. package/lib/commands/sql/status.js +1 -1
  204. package/lib/commands/sql/validate.js +1 -1
  205. package/lib/commands/task/index.js +1 -1
  206. package/lib/commands/task/status.js +1 -1
  207. package/lib/commands/tenant/index.js +1 -1
  208. package/lib/commands/tenant/members-list.js +1 -1
  209. package/lib/commands/tenant/shared.js +1 -1
  210. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  211. package/lib/commands/user-account/index.js +1 -1
  212. package/lib/commands/workspace/add.js +1 -1
  213. package/lib/commands/workspace/index.js +1 -1
  214. package/lib/commands/workspace/remove.js +1 -1
  215. package/lib/config/domain-config.d.ts +10 -0
  216. package/lib/config/domain-config.js +1 -0
  217. package/lib/config/schema.d.ts +3 -1
  218. package/lib/config/schema.js +1 -1
  219. package/lib/constant/cdn.js +1 -1
  220. package/lib/constant/cli.js +1 -1
  221. package/lib/constant/defaults.js +1 -1
  222. package/lib/constant/domain.d.ts +23 -1
  223. package/lib/constant/domain.js +1 -1
  224. package/lib/constant/env.js +1 -1
  225. package/lib/constant/output.js +1 -1
  226. package/lib/constant/paths.js +1 -1
  227. package/lib/constant/region.d.ts +9 -0
  228. package/lib/constant/region.js +1 -0
  229. package/lib/constant/risk.js +1 -1
  230. package/lib/context/app-resolver.js +1 -1
  231. package/lib/context/auth-resolver.js +1 -1
  232. package/lib/context/config-loader.d.ts +4 -6
  233. package/lib/context/config-loader.js +1 -1
  234. package/lib/context.d.ts +2 -2
  235. package/lib/context.js +1 -1
  236. package/lib/core/alias-resolver.js +1 -1
  237. package/lib/core/api-client.d.ts +2 -0
  238. package/lib/core/api-client.js +1 -1
  239. package/lib/core/bff/config.js +1 -1
  240. package/lib/core/bff/file-system.js +1 -1
  241. package/lib/core/bff/hash.js +1 -1
  242. package/lib/core/bff/lock.js +1 -1
  243. package/lib/core/bff/utils.js +1 -1
  244. package/lib/core/db-resolver.js +1 -1
  245. package/lib/core/page/file-system.js +1 -1
  246. package/lib/core/page/hash.js +1 -1
  247. package/lib/core/page/lock.js +1 -1
  248. package/lib/core/sql-index-auditor.js +1 -1
  249. package/lib/core/sql-sync/config.js +1 -1
  250. package/lib/core/sql-sync/file-system.js +1 -1
  251. package/lib/core/sql-sync/hash.js +1 -1
  252. package/lib/core/sql-sync/lock.js +1 -1
  253. package/lib/core/sql-sync/utils.js +1 -1
  254. package/lib/core/sql-validator.js +1 -1
  255. package/lib/errors.d.ts +11 -1
  256. package/lib/errors.js +1 -1
  257. package/lib/framework/build-all-flags.js +1 -1
  258. package/lib/framework/error-output.js +1 -1
  259. package/lib/framework/explicit-yes.js +1 -1
  260. package/lib/framework/flags.js +1 -1
  261. package/lib/framework/help.d.ts +2 -2
  262. package/lib/framework/help.js +1 -1
  263. package/lib/framework/index.js +1 -1
  264. package/lib/framework/output.js +1 -1
  265. package/lib/framework/response.js +1 -1
  266. package/lib/framework/runner-alias.js +1 -1
  267. package/lib/framework/runner.js +1 -1
  268. package/lib/framework/schema-export.js +1 -1
  269. package/lib/framework/types.js +1 -1
  270. package/lib/generated/build-info.d.ts +4 -4
  271. package/lib/generated/build-info.js +1 -1
  272. package/lib/help.js +1 -1
  273. package/lib/postinstall.js +1 -1
  274. package/lib/runtime/confirmation.js +1 -1
  275. package/lib/runtime/event.js +1 -1
  276. package/lib/runtime/index.js +1 -1
  277. package/lib/runtime/queue.js +1 -1
  278. package/lib/runtime/resolve.js +1 -1
  279. package/lib/skills/builtin-skill.js +1 -1
  280. package/lib/skills/main.js +1 -1
  281. package/lib/skills/npx-skills-add.js +1 -1
  282. package/lib/skills/skill-presence.js +1 -1
  283. package/lib/telemetry/cli-command-trace.js +1 -1
  284. package/lib/telemetry/cli-help-trace.js +1 -1
  285. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  286. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  287. package/lib/telemetry/send-cli-trace-log.js +1 -1
  288. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  289. package/lib/types/index.d.ts +28 -0
  290. package/lib/utils/ai_config.d.ts +1 -2
  291. package/lib/utils/ai_config.js +1 -1
  292. package/lib/utils/apply-jq-filter.js +1 -1
  293. package/lib/utils/cdn-config.js +1 -1
  294. package/lib/utils/check-sdk-version.js +1 -1
  295. package/lib/utils/cli-version-check.js +1 -1
  296. package/lib/utils/cli-version-policy.js +1 -1
  297. package/lib/utils/config.js +1 -1
  298. package/lib/utils/entity-with-id.js +1 -1
  299. package/lib/utils/file-utils.js +1 -1
  300. package/lib/utils/guides-cdn.js +1 -1
  301. package/lib/utils/http-client.js +1 -1
  302. package/lib/utils/is-non-interactive.js +1 -1
  303. package/lib/utils/logger.js +1 -1
  304. package/lib/utils/params.js +1 -1
  305. package/lib/utils/platform.js +1 -1
  306. package/lib/utils/sleep.js +1 -1
  307. package/lib/utils/template-replacer.js +1 -1
  308. package/lib/utils/update-notice.js +1 -1
  309. package/lib/utils/version.js +1 -1
  310. package/lib/utils/with-active-cookie.js +1 -1
  311. package/lib/utils/write-cli-side-channel.js +1 -1
  312. package/package.json +1 -3
  313. package/skills/rabetbase/SKILL.md +33 -28
  314. package/skills/rabetbase/guides/backend-function.md +41 -12
  315. package/skills/rabetbase/guides/bff-creation-workflow.md +6 -4
  316. package/skills/rabetbase/guides/custom-page-workflow.md +1 -1
  317. package/skills/rabetbase/guides/data-api-guidelines.md +8 -8
  318. package/skills/rabetbase/guides/database-connection-workflow.md +8 -16
  319. package/skills/rabetbase/guides/menu-anomaly-manual-cleanup.md +1 -6
  320. package/skills/rabetbase/guides/sdk-client-generation.md +146 -0
  321. package/skills/rabetbase/guides/sql-creation-workflow.md +1 -1
  322. package/skills/rabetbase/guides/troubleshooting.md +1 -1
  323. package/skills/rabetbase/guides/typescript-sdk.md +46 -10
  324. package/skills/rabetbase/references/rabetbase-api-list.md +4 -4
  325. package/skills/rabetbase/references/rabetbase-api-pull.md +44 -29
  326. package/skills/rabetbase/references/rabetbase-app-list.md +2 -2
  327. package/skills/rabetbase/references/rabetbase-auth-login.md +4 -2
  328. package/skills/rabetbase/references/rabetbase-bff-push.md +3 -1
  329. package/skills/rabetbase/references/rabetbase-codegen-sql.md +3 -1
  330. package/skills/rabetbase/references/rabetbase-config.md +75 -30
  331. package/skills/rabetbase/references/rabetbase-dataset-detail.md +1 -1
  332. package/skills/rabetbase/references/rabetbase-db-analyze.md +3 -3
  333. package/skills/rabetbase/references/rabetbase-db-detail.md +2 -2
  334. package/skills/rabetbase/references/rabetbase-db-diff-refresh.md +4 -4
  335. package/skills/rabetbase/references/rabetbase-db-diff.md +6 -9
  336. package/skills/rabetbase/references/rabetbase-doctor.md +1 -1
  337. package/skills/rabetbase/references/rabetbase-init.md +57 -51
  338. package/skills/rabetbase/references/rabetbase-kb.md +2 -0
  339. package/skills/rabetbase/references/rabetbase-page-create.md +1 -1
  340. package/skills/rabetbase/references/rabetbase-page-custom-detail.md +3 -3
  341. package/skills/rabetbase/references/rabetbase-page-custom-list.md +2 -2
  342. package/skills/rabetbase/references/rabetbase-project-create.md +12 -3
  343. package/skills/rabetbase/references/rabetbase-project-upgrade.md +2 -2
  344. package/skills/rabetbase/references/rabetbase-role-user-resolve.md +2 -2
  345. package/skills/rabetbase/references/rabetbase-user-account.md +1 -1
  346. package/skills/rabetbase/references/rabetbase-workspace.md +6 -6
  347. package/skills/rabetbase.manifest.json +4 -3
  348. package/templates/README.md +17 -28
  349. package/templates/generate-api/api.ts.tpl +3 -3
  350. package/templates/generate-api/client.ts.tpl +10 -37
  351. package/lib/commands/data/filter.d.ts +0 -7
  352. package/lib/commands/data/filter.js +0 -1
  353. package/lib/commands/data/getOne.d.ts +0 -7
  354. package/lib/commands/data/getOne.js +0 -1
  355. package/lib/commands/data/index.d.ts +0 -8
  356. package/lib/commands/data/index.js +0 -1
  357. package/lib/commands/data/shared.d.ts +0 -33
  358. package/lib/commands/data/shared.js +0 -1
  359. package/lib/commands/init/index.d.ts +0 -11
  360. package/lib/commands/init/index.js +0 -1
  361. package/lib/utils/rules-cdn.d.ts +0 -38
  362. package/lib/utils/rules-cdn.js +0 -1
  363. package/templates/rules/lovrabet_rules.mdc.tpl +0 -893
  364. package/templates/skill/SKILL.md.tpl +0 -120
@@ -1 +1 @@
1
- function a131_0x57d5(_0xd5f4eb,_0xb48af8){_0xd5f4eb=_0xd5f4eb-0x15e;const _0x420cef=a131_0x420c();let _0x57d516=_0x420cef[_0xd5f4eb];return _0x57d516;}const a131_0x4bc9d9=a131_0x57d5;(function(_0x24846d,_0x5055d1){const _0x1396bd=a131_0x57d5,_0x41eb7a=_0x24846d();while(!![]){try{const _0x1eda11=parseInt(_0x1396bd(0x18d))/0x1+-parseInt(_0x1396bd(0x16f))/0x2+-parseInt(_0x1396bd(0x16b))/0x3+parseInt(_0x1396bd(0x187))/0x4+parseInt(_0x1396bd(0x161))/0x5*(-parseInt(_0x1396bd(0x17a))/0x6)+parseInt(_0x1396bd(0x189))/0x7+parseInt(_0x1396bd(0x160))/0x8;if(_0x1eda11===_0x5055d1)break;else _0x41eb7a['push'](_0x41eb7a['shift']());}catch(_0x3f12af){_0x41eb7a['push'](_0x41eb7a['shift']());}}}(a131_0x420c,0x1a209));import{getLocalPages}from'../../../commands/menu/shared/local-pages.js';import{getOnlineMenuList,createMenus}from'../../../commands/menu/shared/service.js';import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'../../../commands/menu/shared/valid-url.js';import{logger}from'../../../utils/logger.js';function a131_0x420c(){const _0x3a287f=['290300EEOsIC','No\x20local\x20pages\x20matched\x20paths:\x20','485898hZbNPs','JS\x20URL\x20is\x20unreachable:\x20','push','message','147677xWOwSq','has','cwd','570208gdUplS','5YJpvey','CSS\x20URL\x20is\x20unreachable:\x20','cssUrl','Menu\x20sync\x20completed','parse','trim','Local\x20page\x20paths\x20are\x20already\x20on\x20the\x20platform:\x20','setLogPath','length','info','243597ebvUiF','dryRun','Invalid\x20--params.','object','73482KQTdxD','filter','JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL','Invalid\x20--params\x20JSON.','--params.','join','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','label',':\x20expected\x20a\x20non-empty\x20string.','string','jsUrl','815910evaQJK','path','Invalid\x20--params:\x20','menu-sync','procode','--params.pages\x20is\x20no\x20longer\x20supported.\x20Use\x20--paths\x20with\x20exact\x20local\x20page\x20paths.','\x0a\x20\x20Available\x20local\x20paths:\x20','field','keys','map','get','import','pages'];a131_0x420c=function(){return _0x3a287f;};return a131_0x420c();}const MENU_SYNC_PARAM_KEYS=new Set([a131_0x4bc9d9(0x179),a131_0x4bc9d9(0x163)]);function validateParams(_0x5b92b3){const _0x18c35d=a131_0x4bc9d9,_0x1b97c7=[];return _0x5b92b3[_0x18c35d(0x179)]&&!isValidJsHttpsUrl(_0x5b92b3['jsUrl'])&&_0x1b97c7[_0x18c35d(0x18b)]({'field':'jsUrl','message':_0x18c35d(0x171)}),_0x5b92b3[_0x18c35d(0x163)]&&!isValidCssHttpsUrl(_0x5b92b3['cssUrl'])&&_0x1b97c7[_0x18c35d(0x18b)]({'field':_0x18c35d(0x163),'message':_0x18c35d(0x175)}),_0x1b97c7;}export async function runMenuSyncCore(_0x1ebad6,_0x1e4690,_0x43722b=[],_0x34e7e7,_0x31725d={}){const _0x31f307=a131_0x4bc9d9,_0x5d8034=parseMenuSyncParams(_0x34e7e7),_0x5e3032=[...new Set(_0x43722b['map'](_0x212640=>_0x212640[_0x31f307(0x166)]())[_0x31f307(0x170)](Boolean))],_0xc67391=_0x5d8034['jsUrl'],_0x289c66=_0x5d8034[_0x31f307(0x163)],_0x4475b7=[];if(_0xc67391)_0x4475b7[_0x31f307(0x18b)](_0xc67391);if(_0x289c66)_0x4475b7[_0x31f307(0x18b)](_0x289c66);const _0x2c866b=validateParams(_0x5d8034);if(_0x2c866b[_0x31f307(0x169)]>0x0){const _0x47fd97=_0x2c866b[_0x31f307(0x183)](_0x2cc4da=>_0x31f307(0x173)+_0x2cc4da[_0x31f307(0x181)]+':\x20'+_0x2cc4da[_0x31f307(0x18c)])[_0x31f307(0x174)](';\x20');throw new Error(_0x31f307(0x17c)+_0x47fd97);}logger[_0x31f307(0x168)](process[_0x31f307(0x15f)]()),logger[_0x31f307(0x16a)](_0x31f307(0x17d),'Start\x20non-interactive\x20menu\x20sync',{'appCode':_0x1ebad6,'selectedCount':_0x5e3032['length'],'jsUrl':_0xc67391,'cssUrl':_0x289c66});if(_0xc67391){const _0x23349b=await isUrlReachable(_0xc67391);if(!_0x23349b)throw new Error(_0x31f307(0x18a)+_0xc67391);}if(_0x289c66){const _0x469490=await isUrlReachable(_0x289c66);if(!_0x469490)throw new Error(_0x31f307(0x162)+_0x289c66);}const _0x53f2c5=getLocalPages();if(_0x53f2c5[_0x31f307(0x169)]===0x0){if(_0x5e3032['length']>0x0)throw new Error('No\x20local\x20pages\x20matched\x20paths:\x20'+_0x5e3032[_0x31f307(0x174)](',\x20'));return{'created':0x0,'skipped':!![],'dryRun':_0x31725d[_0x31f307(0x16c)]===!![],'targetPages':[],'plannedMenus':[]};}const _0x2c4b99=await getOnlineMenuList(_0x1ebad6,_0x1e4690),_0x57903c=new Set(_0x2c4b99['map'](_0x43c8b7=>_0x43c8b7[_0x31f307(0x17b)]));let _0x42f1a2;if(_0x5e3032['length']>0x0){const _0x29daba=new Map(_0x53f2c5[_0x31f307(0x183)](_0x4d56b6=>[_0x4d56b6[_0x31f307(0x17b)],_0x4d56b6])),_0x180a5b=_0x5e3032[_0x31f307(0x170)](_0x10b9aa=>!_0x29daba[_0x31f307(0x15e)](_0x10b9aa));if(_0x180a5b[_0x31f307(0x169)]>0x0){const _0x44a6f3=_0x53f2c5[_0x31f307(0x183)](_0x125375=>_0x125375[_0x31f307(0x17b)])[_0x31f307(0x174)](',\x20');throw new Error(_0x31f307(0x188)+_0x180a5b[_0x31f307(0x174)](',\x20')+_0x31f307(0x180)+_0x44a6f3);}const _0x44c6bf=_0x5e3032[_0x31f307(0x170)](_0x2e2b23=>_0x57903c['has'](_0x2e2b23));if(_0x44c6bf[_0x31f307(0x169)]>0x0)throw new Error(_0x31f307(0x167)+_0x44c6bf[_0x31f307(0x174)](',\x20'));_0x42f1a2=_0x5e3032[_0x31f307(0x183)](_0x2bcbe1=>_0x29daba[_0x31f307(0x184)](_0x2bcbe1));}else _0x42f1a2=_0x53f2c5[_0x31f307(0x170)](_0x15ef5b=>!_0x57903c[_0x31f307(0x15e)](_0x15ef5b[_0x31f307(0x17b)]));if(_0x42f1a2[_0x31f307(0x169)]===0x0)return{'created':0x0,'skipped':!![],'dryRun':_0x31725d[_0x31f307(0x16c)]===!![],'targetPages':[],'plannedMenus':[]};const _0x1e185c=_0x42f1a2['map'](_0x533762=>({'type':_0x31f307(0x17e),'path':_0x533762[_0x31f307(0x17b)],'label':_0x533762[_0x31f307(0x176)],'loadScriptMode':_0x31f307(0x185),'resources':[..._0x4475b7]}));if(_0x31725d['dryRun'])return{'created':0x0,'skipped':![],'dryRun':!![],'targetPages':_0x42f1a2,'plannedMenus':_0x1e185c};const _0xd2ee0c=await createMenus(_0x1ebad6,_0x1e4690,_0x42f1a2,_0x4475b7['length']>0x0?_0x4475b7:undefined);return logger[_0x31f307(0x16a)](_0x31f307(0x17d),_0x31f307(0x164),{'count':_0x42f1a2[_0x31f307(0x169)],'resources':_0x4475b7}),{'created':_0xd2ee0c[_0x31f307(0x169)],'skipped':![],'dryRun':![],'targetPages':_0x42f1a2,'plannedMenus':_0x1e185c,'menus':_0xd2ee0c};}export function parseMenuSyncParams(_0x3ced82){const _0x37af75=a131_0x4bc9d9;if(!_0x3ced82||typeof _0x3ced82!==_0x37af75(0x178))return{};let _0x155d38;try{_0x155d38=JSON[_0x37af75(0x165)](_0x3ced82);}catch{throw new Error(_0x37af75(0x172));}if(typeof _0x155d38!==_0x37af75(0x16e)||_0x155d38===null||Array['isArray'](_0x155d38))throw new Error('Invalid\x20--params:\x20expected\x20a\x20JSON\x20object.');const _0x226a68=_0x155d38;if(Object['hasOwn'](_0x226a68,_0x37af75(0x186)))throw new Error(_0x37af75(0x17f));const _0x53da85=Object[_0x37af75(0x182)](_0x226a68)['filter'](_0x4bc8b8=>!MENU_SYNC_PARAM_KEYS[_0x37af75(0x15e)](_0x4bc8b8));if(_0x53da85[_0x37af75(0x169)]>0x0)throw new Error('Invalid\x20--params\x20fields:\x20'+_0x53da85['join'](',\x20')+'.');for(const _0x34c661 of MENU_SYNC_PARAM_KEYS){const _0x498514=_0x226a68[_0x34c661];if(_0x498514!==undefined&&(typeof _0x498514!==_0x37af75(0x178)||_0x498514[_0x37af75(0x166)]()===''))throw new Error(_0x37af75(0x16d)+_0x34c661+_0x37af75(0x177));}return{'jsUrl':typeof _0x226a68[_0x37af75(0x179)]==='string'?_0x226a68[_0x37af75(0x179)][_0x37af75(0x166)]():undefined,'cssUrl':typeof _0x226a68['cssUrl']===_0x37af75(0x178)?_0x226a68[_0x37af75(0x163)][_0x37af75(0x166)]():undefined};}
1
+ function a129_0xd2c6(_0x3a54b2,_0x38b59d){_0x3a54b2=_0x3a54b2-0x170;const _0x423faf=a129_0x423f();let _0xd2c60c=_0x423faf[_0x3a54b2];return _0xd2c60c;}const a129_0x1366fa=a129_0xd2c6;(function(_0x3c9080,_0x10b647){const _0x1182bc=a129_0xd2c6,_0x4f6c8e=_0x3c9080();while(!![]){try{const _0x20f89c=parseInt(_0x1182bc(0x187))/0x1*(-parseInt(_0x1182bc(0x190))/0x2)+-parseInt(_0x1182bc(0x178))/0x3+-parseInt(_0x1182bc(0x180))/0x4+parseInt(_0x1182bc(0x194))/0x5*(-parseInt(_0x1182bc(0x182))/0x6)+parseInt(_0x1182bc(0x196))/0x7+parseInt(_0x1182bc(0x19c))/0x8*(-parseInt(_0x1182bc(0x17a))/0x9)+parseInt(_0x1182bc(0x17f))/0xa;if(_0x20f89c===_0x10b647)break;else _0x4f6c8e['push'](_0x4f6c8e['shift']());}catch(_0x56038f){_0x4f6c8e['push'](_0x4f6c8e['shift']());}}}(a129_0x423f,0xde6c0));import{getLocalPages}from'../../../commands/menu/shared/local-pages.js';import{getOnlineMenuList,createMenus}from'../../../commands/menu/shared/service.js';import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'../../../commands/menu/shared/valid-url.js';import{logger}from'../../../utils/logger.js';const MENU_SYNC_PARAM_KEYS=new Set([a129_0x1366fa(0x18a),a129_0x1366fa(0x177)]);function a129_0x423f(){const _0x1d4f25=['Invalid\x20--params\x20JSON.','Invalid\x20--params:\x20expected\x20a\x20JSON\x20object.','message','has','Local\x20page\x20paths\x20are\x20already\x20on\x20the\x20platform:\x20','keys','cssUrl','5451219naqKrT','map','181800OOnkxx','dryRun','path','procode','Invalid\x20--params.','42162980xxrzLG','4615276kScAjk','No\x20local\x20pages\x20matched\x20paths:\x20','492dpcnqN','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','filter','menu-sync','field','8563etZpdK','import','object','jsUrl','setLogPath','pages','--params.','Invalid\x20--params:\x20','trim','10Wectte','JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL','string','info','35180kxAkST','cwd','6664007wIDXBM','length','push','JS\x20URL\x20is\x20unreachable:\x20','get','Menu\x20sync\x20completed','264motWLM','Invalid\x20--params\x20fields:\x20','join','hasOwn','\x0a\x20\x20Available\x20local\x20paths:\x20','--params.pages\x20is\x20no\x20longer\x20supported.\x20Use\x20--paths\x20with\x20exact\x20local\x20page\x20paths.'];a129_0x423f=function(){return _0x1d4f25;};return a129_0x423f();}function validateParams(_0x5b69e2){const _0x2962de=a129_0x1366fa,_0x378a40=[];return _0x5b69e2[_0x2962de(0x18a)]&&!isValidJsHttpsUrl(_0x5b69e2[_0x2962de(0x18a)])&&_0x378a40['push']({'field':_0x2962de(0x18a),'message':_0x2962de(0x191)}),_0x5b69e2['cssUrl']&&!isValidCssHttpsUrl(_0x5b69e2[_0x2962de(0x177)])&&_0x378a40['push']({'field':_0x2962de(0x177),'message':_0x2962de(0x183)}),_0x378a40;}export async function runMenuSyncCore(_0x5807ca,_0x3969a8,_0x3a7388=[],_0xac56d,_0x116cec={}){const _0xcdb218=a129_0x1366fa,_0x167b10=parseMenuSyncParams(_0xac56d),_0x49979d=[...new Set(_0x3a7388[_0xcdb218(0x179)](_0x58d0b=>_0x58d0b[_0xcdb218(0x18f)]())[_0xcdb218(0x184)](Boolean))],_0x227540=_0x167b10[_0xcdb218(0x18a)],_0x36a885=_0x167b10['cssUrl'],_0x42d041=[];if(_0x227540)_0x42d041[_0xcdb218(0x198)](_0x227540);if(_0x36a885)_0x42d041[_0xcdb218(0x198)](_0x36a885);const _0x555673=validateParams(_0x167b10);if(_0x555673[_0xcdb218(0x197)]>0x0){const _0x369e9e=_0x555673[_0xcdb218(0x179)](_0x3c5a42=>_0xcdb218(0x18d)+_0x3c5a42[_0xcdb218(0x186)]+':\x20'+_0x3c5a42[_0xcdb218(0x173)])[_0xcdb218(0x19e)](';\x20');throw new Error(_0xcdb218(0x18e)+_0x369e9e);}logger[_0xcdb218(0x18b)](process[_0xcdb218(0x195)]()),logger[_0xcdb218(0x193)]('menu-sync','Start\x20non-interactive\x20menu\x20sync',{'appCode':_0x5807ca,'selectedCount':_0x49979d['length'],'jsUrl':_0x227540,'cssUrl':_0x36a885});if(_0x227540){const _0x2ed54e=await isUrlReachable(_0x227540);if(!_0x2ed54e)throw new Error(_0xcdb218(0x199)+_0x227540);}if(_0x36a885){const _0x5dca66=await isUrlReachable(_0x36a885);if(!_0x5dca66)throw new Error('CSS\x20URL\x20is\x20unreachable:\x20'+_0x36a885);}const _0x938146=getLocalPages();if(_0x938146[_0xcdb218(0x197)]===0x0){if(_0x49979d[_0xcdb218(0x197)]>0x0)throw new Error(_0xcdb218(0x181)+_0x49979d[_0xcdb218(0x19e)](',\x20'));return{'created':0x0,'skipped':!![],'dryRun':_0x116cec[_0xcdb218(0x17b)]===!![],'targetPages':[],'plannedMenus':[]};}const _0x370d99=await getOnlineMenuList(_0x5807ca,_0x3969a8),_0x322e7c=new Set(_0x370d99[_0xcdb218(0x179)](_0x2b4a30=>_0x2b4a30[_0xcdb218(0x17c)]));let _0x434186;if(_0x49979d[_0xcdb218(0x197)]>0x0){const _0x57cded=new Map(_0x938146[_0xcdb218(0x179)](_0x1fe77e=>[_0x1fe77e[_0xcdb218(0x17c)],_0x1fe77e])),_0x17113d=_0x49979d[_0xcdb218(0x184)](_0x4246bf=>!_0x57cded[_0xcdb218(0x174)](_0x4246bf));if(_0x17113d[_0xcdb218(0x197)]>0x0){const _0x36d0a3=_0x938146[_0xcdb218(0x179)](_0x1d6336=>_0x1d6336[_0xcdb218(0x17c)])[_0xcdb218(0x19e)](',\x20');throw new Error(_0xcdb218(0x181)+_0x17113d[_0xcdb218(0x19e)](',\x20')+_0xcdb218(0x1a0)+_0x36d0a3);}const _0x1c46c4=_0x49979d[_0xcdb218(0x184)](_0x592616=>_0x322e7c[_0xcdb218(0x174)](_0x592616));if(_0x1c46c4['length']>0x0)throw new Error(_0xcdb218(0x175)+_0x1c46c4[_0xcdb218(0x19e)](',\x20'));_0x434186=_0x49979d[_0xcdb218(0x179)](_0x215515=>_0x57cded[_0xcdb218(0x19a)](_0x215515));}else _0x434186=_0x938146[_0xcdb218(0x184)](_0x6ee249=>!_0x322e7c[_0xcdb218(0x174)](_0x6ee249[_0xcdb218(0x17c)]));if(_0x434186['length']===0x0)return{'created':0x0,'skipped':!![],'dryRun':_0x116cec['dryRun']===!![],'targetPages':[],'plannedMenus':[]};const _0x3ec6b6=_0x434186[_0xcdb218(0x179)](_0x37c68b=>({'type':_0xcdb218(0x17d),'path':_0x37c68b[_0xcdb218(0x17c)],'label':_0x37c68b['label'],'loadScriptMode':_0xcdb218(0x188),'resources':[..._0x42d041]}));if(_0x116cec[_0xcdb218(0x17b)])return{'created':0x0,'skipped':![],'dryRun':!![],'targetPages':_0x434186,'plannedMenus':_0x3ec6b6};const _0x4a5a0f=await createMenus(_0x5807ca,_0x3969a8,_0x434186,_0x42d041[_0xcdb218(0x197)]>0x0?_0x42d041:undefined);return logger['info'](_0xcdb218(0x185),_0xcdb218(0x19b),{'count':_0x434186[_0xcdb218(0x197)],'resources':_0x42d041}),{'created':_0x4a5a0f[_0xcdb218(0x197)],'skipped':![],'dryRun':![],'targetPages':_0x434186,'plannedMenus':_0x3ec6b6,'menus':_0x4a5a0f};}export function parseMenuSyncParams(_0x310316){const _0x10420b=a129_0x1366fa;if(!_0x310316||typeof _0x310316!=='string')return{};let _0x5c450d;try{_0x5c450d=JSON['parse'](_0x310316);}catch{throw new Error(_0x10420b(0x171));}if(typeof _0x5c450d!==_0x10420b(0x189)||_0x5c450d===null||Array['isArray'](_0x5c450d))throw new Error(_0x10420b(0x172));const _0x50b7d4=_0x5c450d;if(Object[_0x10420b(0x19f)](_0x50b7d4,_0x10420b(0x18c)))throw new Error(_0x10420b(0x170));const _0x133959=Object[_0x10420b(0x176)](_0x50b7d4)[_0x10420b(0x184)](_0x3195cb=>!MENU_SYNC_PARAM_KEYS[_0x10420b(0x174)](_0x3195cb));if(_0x133959['length']>0x0)throw new Error(_0x10420b(0x19d)+_0x133959[_0x10420b(0x19e)](',\x20')+'.');for(const _0x430c70 of MENU_SYNC_PARAM_KEYS){const _0x40f10d=_0x50b7d4[_0x430c70];if(_0x40f10d!==undefined&&(typeof _0x40f10d!=='string'||_0x40f10d[_0x10420b(0x18f)]()===''))throw new Error(_0x10420b(0x17e)+_0x430c70+':\x20expected\x20a\x20non-empty\x20string.');}return{'jsUrl':typeof _0x50b7d4[_0x10420b(0x18a)]===_0x10420b(0x192)?_0x50b7d4['jsUrl'][_0x10420b(0x18f)]():undefined,'cssUrl':typeof _0x50b7d4[_0x10420b(0x177)]===_0x10420b(0x192)?_0x50b7d4['cssUrl'][_0x10420b(0x18f)]():undefined};}
@@ -1 +1 @@
1
- (function(_0x49709e,_0x1e4004){const _0x4f9a4f=a133_0x5bc5,_0x32f7da=_0x49709e();while(!![]){try{const _0x3459d5=parseInt(_0x4f9a4f(0xac))/0x1+parseInt(_0x4f9a4f(0xc9))/0x2+-parseInt(_0x4f9a4f(0xb7))/0x3*(parseInt(_0x4f9a4f(0xe6))/0x4)+parseInt(_0x4f9a4f(0xd1))/0x5+-parseInt(_0x4f9a4f(0xe4))/0x6*(-parseInt(_0x4f9a4f(0xb9))/0x7)+-parseInt(_0x4f9a4f(0xae))/0x8*(-parseInt(_0x4f9a4f(0xea))/0x9)+-parseInt(_0x4f9a4f(0xb5))/0xa*(parseInt(_0x4f9a4f(0xe5))/0xb);if(_0x3459d5===_0x1e4004)break;else _0x32f7da['push'](_0x32f7da['shift']());}catch(_0x113ec7){_0x32f7da['push'](_0x32f7da['shift']());}}}(a133_0x294c,0xe9f5c));import{updateMenuCdnUrl,getOnlineMenuList}from'../../../commands/menu/shared/service.js';import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'../../../commands/menu/shared/valid-url.js';import{logger}from'../../../utils/logger.js';function validateParams(_0x7536bc){const _0x2ccd39=a133_0x5bc5,_0x585d35=[];return _0x7536bc[_0x2ccd39(0xc0)]&&!isValidJsHttpsUrl(_0x7536bc[_0x2ccd39(0xc0)])&&_0x585d35[_0x2ccd39(0xdc)]({'field':'jsUrl','message':_0x2ccd39(0xc3)}),_0x7536bc['cssUrl']&&!isValidCssHttpsUrl(_0x7536bc[_0x2ccd39(0xcc)])&&_0x585d35[_0x2ccd39(0xdc)]({'field':_0x2ccd39(0xcc),'message':_0x2ccd39(0xd8)}),_0x585d35;}export async function runMenuUpdateCore(_0x2dfd8c,_0x34a2b3,_0x3b571a,_0x54feee={}){const _0x416415=a133_0x5bc5,_0xc45b5b=parseUpdateParamsFlag(_0x3b571a),_0x3a6a88=normalizeMode(_0x54feee['mode']);validateSelection(_0x54feee['selection']);const _0xd98054=[];if(_0xc45b5b[_0x416415(0xc0)])_0xd98054['push'](_0xc45b5b[_0x416415(0xc0)]);if(_0xc45b5b[_0x416415(0xcc)])_0xd98054[_0x416415(0xdc)](_0xc45b5b[_0x416415(0xcc)]);const _0x1883c2=validateParams(_0xc45b5b);if(_0x1883c2['length']>0x0){const _0xa88398=_0x1883c2[_0x416415(0xad)](_0x40acf4=>_0x416415(0xca)+_0x40acf4[_0x416415(0xcf)]+':\x20'+_0x40acf4['message'])[_0x416415(0xe1)](';\x20');throw new Error(_0x416415(0xd0)+_0xa88398);}if(_0xd98054['length']===0x0)throw new Error(_0x416415(0xc5)+'Pass\x20--params\x20\x27{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}\x27\x20to\x20update\x20assets.');logger[_0x416415(0xc2)](process['cwd']()),logger[_0x416415(0xee)]('menu-asset-update',_0x416415(0xb4),{'appCode':_0x2dfd8c,'jsUrl':_0xc45b5b['jsUrl'],'cssUrl':_0xc45b5b[_0x416415(0xcc)],'mode':_0x3a6a88,'dryRun':_0x54feee['dryRun']===!![]});if(_0xc45b5b[_0x416415(0xc0)]){const _0x2fc42b=await isUrlReachable(_0xc45b5b[_0x416415(0xc0)]);if(!_0x2fc42b)throw new Error(_0x416415(0xcd)+_0xc45b5b[_0x416415(0xc0)]);}if(_0xc45b5b[_0x416415(0xcc)]){const _0x455977=await isUrlReachable(_0xc45b5b[_0x416415(0xcc)]);if(!_0x455977)throw new Error(_0x416415(0xb8)+_0xc45b5b[_0x416415(0xcc)]);}const _0x1f9655=await getOnlineMenuList(_0x2dfd8c,_0x34a2b3),_0x283ca1=_0x1f9655[_0x416415(0xd4)](_0x56e213=>_0x56e213[_0x416415(0xba)][_0x416415(0xcb)]>0x0),_0xcef877=selectMenusForUpdate(_0x283ca1,_0x54feee[_0x416415(0xbc)]);if(_0xcef877[_0x416415(0xcb)]===0x0)return{'updated':0x0,'failed':0x0,'skipped':!![],'dryRun':_0x54feee[_0x416415(0xd3)]===!![]};const _0xee021a=_0xcef877[_0x416415(0xad)](_0x5e52d1=>buildMenuUpdateDiff(_0x5e52d1,_0xc45b5b,_0x3a6a88,_0x54feee[_0x416415(0xbe)]===!![],_0x54feee[_0x416415(0xe2)]));if(_0x54feee[_0x416415(0xd3)])return{'updated':0x0,'failed':0x0,'skipped':![],'dryRun':!![],'diffs':_0xee021a};const _0x235828=await Promise[_0x416415(0xc1)](_0xcef877[_0x416415(0xad)]((_0x580cef,_0x19537f)=>updateMenuCdnUrl(_0x2dfd8c,_0x34a2b3,{'id':_0x580cef['id'],'label':_0x580cef['label'],'path':_0x580cef[_0x416415(0xde)],'resources':_0xee021a[_0x19537f]['after'][_0x416415(0xba)],'extend':_0x580cef[_0x416415(0xe3)]??null,'loadScriptMode':_0x54feee['loadScriptMode']}))),_0x41be78=_0x235828[_0x416415(0xd4)](_0x521f8a=>_0x521f8a[_0x416415(0xdf)]==='fulfilled')['map'](_0x3e6b19=>_0x3e6b19['value']),_0x1c6976=_0x235828[_0x416415(0xd4)](_0x2f0823=>_0x2f0823[_0x416415(0xdf)]===_0x416415(0xe7))['length'];return logger['info'](_0x416415(0xe0),_0x416415(0xaf),{'count':_0xcef877[_0x416415(0xcb)],'resources':_0xd98054}),{'updated':_0x41be78[_0x416415(0xcb)],'failed':_0x1c6976,'skipped':![],'menus':_0x41be78};}function validateSelection(_0x513158){const _0x5d4395=a133_0x5bc5;if(!_0x513158)throw new Error(_0x5d4395(0xb0));if(_0x513158[_0x5d4395(0xe9)]&&(_0x513158[_0x5d4395(0xb6)][_0x5d4395(0xcb)]>0x0||_0x513158['paths'][_0x5d4395(0xcb)]>0x0))throw new Error(_0x5d4395(0xc4));if(!_0x513158[_0x5d4395(0xe9)]&&_0x513158[_0x5d4395(0xb6)][_0x5d4395(0xcb)]===0x0&&_0x513158[_0x5d4395(0xbf)]['length']===0x0)throw new Error(_0x5d4395(0xb0));}export function selectMenusForUpdate(_0x580155,_0x97ba80){const _0x145c95=a133_0x5bc5;validateSelection(_0x97ba80);if(_0x97ba80['all'])return _0x580155;const _0x16a5e5=new Set(_0x580155[_0x145c95(0xad)](_0x2b385f=>_0x2b385f['id'])),_0x101e04=new Set(_0x580155[_0x145c95(0xad)](_0x366b87=>_0x366b87[_0x145c95(0xde)])),_0x57bca1=_0x97ba80[_0x145c95(0xb6)]['filter'](_0x4c55b0=>!_0x16a5e5[_0x145c95(0xd9)](_0x4c55b0)),_0x135457=_0x97ba80[_0x145c95(0xbf)][_0x145c95(0xd4)](_0x495d66=>!_0x101e04[_0x145c95(0xd9)](_0x495d66));if(_0x57bca1[_0x145c95(0xcb)]>0x0||_0x135457['length']>0x0){const _0x112a1e=[..._0x57bca1['map'](_0x315c91=>String(_0x315c91)),..._0x135457][_0x145c95(0xe1)](',\x20');throw new Error(_0x145c95(0xeb)+_0x112a1e);}const _0x2096a9=new Set(_0x97ba80['menuIds']),_0x32b05b=new Set(_0x97ba80[_0x145c95(0xbf)]);return _0x580155[_0x145c95(0xd4)](_0xc90b7d=>_0x2096a9[_0x145c95(0xd9)](_0xc90b7d['id'])||_0x32b05b['has'](_0xc90b7d[_0x145c95(0xde)]));}function normalizeMode(_0x11de83){const _0x4ac79e=a133_0x5bc5;if(!_0x11de83)return _0x4ac79e(0xdd);if(_0x11de83==='replace'||_0x11de83===_0x4ac79e(0xdd))return _0x11de83;throw new Error(_0x4ac79e(0xbd)+_0x11de83+'.\x20Allowed\x20values:\x20replace,\x20patch');}function buildMenuUpdateDiff(_0x219976,_0x2c5207,_0x1a6c96,_0x56273d,_0x314b3e){const _0x26a039=a133_0x5bc5,_0x473d2a=[..._0x219976['resources']];_0x1a6c96==='patch'&&assertUnambiguousPatchResources(_0x219976,_0x473d2a,_0x2c5207);const _0x1361c0=_0x1a6c96===_0x26a039(0xdd)?patchResources(_0x473d2a,_0x2c5207):replaceResources(_0x2c5207),_0x320fa1=[],_0x19482d=_0x473d2a[_0x26a039(0xec)](isJsResource),_0x3ec292=_0x1361c0[_0x26a039(0xec)](isJsResource);if(_0x19482d&&!_0x3ec292){const _0x250bce=_0x26a039(0xbb)+_0x219976[_0x26a039(0xab)]+'\x22\x20('+_0x219976[_0x26a039(0xde)]+_0x26a039(0xd5)+_0x26a039(0xce);if(!_0x56273d)throw new Error(_0x250bce);_0x320fa1['push'](_0x250bce);}const _0x64ea2c=_0x473d2a[_0x26a039(0xec)](isCssResource),_0x32b7bd=_0x1361c0[_0x26a039(0xec)](isCssResource);_0x64ea2c&&!_0x32b7bd&&_0x320fa1[_0x26a039(0xdc)]('menu\x20asset-update\x20will\x20remove\x20existing\x20CSS\x20resource\x20for\x20\x22'+_0x219976[_0x26a039(0xab)]+'\x22\x20('+_0x219976['path']+').');const _0x4c3d87=typeof _0x219976[_0x26a039(0xe3)]?.['loadScriptMode']==='string'?_0x219976['extend'][_0x26a039(0xe2)]:null,_0x351b93=_0x314b3e?{'loadScriptMode':_0x4c3d87}:{},_0x3faa36=_0x314b3e?{'loadScriptMode':_0x314b3e}:{};return{'id':_0x219976['id'],'label':_0x219976['label'],'path':_0x219976['path'],'mode':_0x1a6c96,'before':{'resources':_0x473d2a,..._0x351b93},'after':{'resources':_0x1361c0,..._0x3faa36},'warnings':_0x320fa1};}function a133_0x294c(){const _0xc4bd6e=['paths','jsUrl','allSettled','setLogPath','JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL','--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.','Invalid\x20--params:\x20menu\x20asset-update\x20requires\x20at\x20least\x20one\x20explicit\x20JS/CSS\x20URL.\x20','with\x20a\x20single\x20cssUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.','with\x20a\x20single\x20jsUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.','endsWith','1891254wwQCjp','--params.','length','cssUrl','JS\x20URL\x20is\x20unreachable:\x20','Use\x20--mode\x20patch\x20to\x20preserve\x20it,\x20pass\x20jsUrl,\x20or\x20add\x20--force\x20for\x20an\x20intentional\x20removal.','field','Invalid\x20--params:\x20','4962595syQoHQ','\x20existing\x20JS\x20resources\x20for\x20\x22','dryRun','filter',').\x20','isArray','unshift','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','has','menu\x20asset-update\x20cannot\x20patch\x20','toLowerCase','push','patch','path','status','menu-asset-update','join','loadScriptMode','extend','153222LUFiAy','11xtDFvZ','2984woDdtX','rejected','string','all','61911FSLekT','menu\x20asset-update\x20selectors\x20did\x20not\x20match\x20resource-bearing\x20menus:\x20','some','split','info','\x22\x20(','label','633980XbDzrX','map','1152YarGUH','Menu\x20asset\x20update\x20completed','menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.','\x20existing\x20CSS\x20resources\x20for\x20\x22','.css','trim','Start\x20non-interactive\x20menu\x20asset\x20update','25558370SCOhCG','menuIds','5022DNlHmd','CSS\x20URL\x20is\x20unreachable:\x20','329INZFgt','resources','menu\x20asset-update\x20would\x20remove\x20existing\x20JS\x20resource\x20for\x20\x22','selection','Invalid\x20--mode:\x20','force'];a133_0x294c=function(){return _0xc4bd6e;};return a133_0x294c();}function replaceResources(_0x509185){const _0x1a21a4=a133_0x5bc5;return[_0x509185['jsUrl'],_0x509185['cssUrl']][_0x1a21a4(0xd4)](_0x466709=>!!_0x466709);}function a133_0x5bc5(_0x70398a,_0x43fc15){_0x70398a=_0x70398a-0xaa;const _0x294cb6=a133_0x294c();let _0x5bc597=_0x294cb6[_0x70398a];return _0x5bc597;}function assertUnambiguousPatchResources(_0x1ecb1c,_0x283d61,_0x19626b){const _0x22596a=a133_0x5bc5,_0x102e17=_0x283d61[_0x22596a(0xd4)](isJsResource)[_0x22596a(0xcb)];if(_0x19626b['jsUrl']&&_0x102e17>0x1)throw new Error(_0x22596a(0xda)+_0x102e17+_0x22596a(0xd2)+_0x1ecb1c[_0x22596a(0xab)]+_0x22596a(0xaa)+_0x1ecb1c['path']+')\x20'+_0x22596a(0xc7));const _0x404cd7=_0x283d61[_0x22596a(0xd4)](isCssResource)['length'];if(_0x19626b[_0x22596a(0xcc)]&&_0x404cd7>0x1)throw new Error('menu\x20asset-update\x20cannot\x20patch\x20'+_0x404cd7+_0x22596a(0xb1)+_0x1ecb1c[_0x22596a(0xab)]+_0x22596a(0xaa)+_0x1ecb1c['path']+')\x20'+_0x22596a(0xc6));}function patchResources(_0x4ed51f,_0x19b61c){const _0x20a4a3=a133_0x5bc5;let _0x76d413=![],_0x2a41f6=![];const _0xf8913=[];for(const _0x5d19a9 of _0x4ed51f){if(isJsResource(_0x5d19a9)){if(_0x19b61c['jsUrl']&&!_0x76d413)_0xf8913[_0x20a4a3(0xdc)](_0x19b61c[_0x20a4a3(0xc0)]),_0x76d413=!![];else!_0x19b61c['jsUrl']&&_0xf8913[_0x20a4a3(0xdc)](_0x5d19a9);continue;}if(isCssResource(_0x5d19a9)){if(_0x19b61c[_0x20a4a3(0xcc)]&&!_0x2a41f6)_0xf8913[_0x20a4a3(0xdc)](_0x19b61c['cssUrl']),_0x2a41f6=!![];else!_0x19b61c[_0x20a4a3(0xcc)]&&_0xf8913[_0x20a4a3(0xdc)](_0x5d19a9);continue;}_0xf8913[_0x20a4a3(0xdc)](_0x5d19a9);}return _0x19b61c[_0x20a4a3(0xc0)]&&!_0x76d413&&_0xf8913[_0x20a4a3(0xd7)](_0x19b61c[_0x20a4a3(0xc0)]),_0x19b61c[_0x20a4a3(0xcc)]&&!_0x2a41f6&&_0xf8913[_0x20a4a3(0xdc)](_0x19b61c[_0x20a4a3(0xcc)]),_0xf8913;}function isJsResource(_0x2b1237){const _0x37f42e=a133_0x5bc5;return stripQuery(_0x2b1237)[_0x37f42e(0xdb)]()[_0x37f42e(0xc8)]('.js');}function isCssResource(_0xa3c958){const _0x186778=a133_0x5bc5;return stripQuery(_0xa3c958)['toLowerCase']()[_0x186778(0xc8)](_0x186778(0xb2));}function stripQuery(_0x2c783a){const _0x5906f2=a133_0x5bc5;return _0x2c783a[_0x5906f2(0xed)]('?')[0x0]??_0x2c783a;}function parseUpdateParamsFlag(_0x1dde2d){const _0x4e1f1f=a133_0x5bc5;if(!_0x1dde2d||typeof _0x1dde2d!==_0x4e1f1f(0xe8))return{};try{const _0xb89a3d=JSON['parse'](_0x1dde2d);if(typeof _0xb89a3d!=='object'||_0xb89a3d===null||Array[_0x4e1f1f(0xd6)](_0xb89a3d))return{};return{'jsUrl':typeof _0xb89a3d['jsUrl']==='string'?_0xb89a3d[_0x4e1f1f(0xc0)][_0x4e1f1f(0xb3)]():undefined,'cssUrl':typeof _0xb89a3d[_0x4e1f1f(0xcc)]===_0x4e1f1f(0xe8)?_0xb89a3d[_0x4e1f1f(0xcc)][_0x4e1f1f(0xb3)]():undefined};}catch{return{};}}
1
+ (function(_0x1db120,_0x2e0aa3){const _0xaa0b7f=a131_0x41e7,_0x2b5c13=_0x1db120();while(!![]){try{const _0x54c202=parseInt(_0xaa0b7f(0x1c1))/0x1+-parseInt(_0xaa0b7f(0x196))/0x2+parseInt(_0xaa0b7f(0x1a0))/0x3*(-parseInt(_0xaa0b7f(0x1c7))/0x4)+-parseInt(_0xaa0b7f(0x1c0))/0x5*(-parseInt(_0xaa0b7f(0x1b5))/0x6)+-parseInt(_0xaa0b7f(0x1b9))/0x7+parseInt(_0xaa0b7f(0x1ce))/0x8+-parseInt(_0xaa0b7f(0x1af))/0x9*(parseInt(_0xaa0b7f(0x1d2))/0xa);if(_0x54c202===_0x2e0aa3)break;else _0x2b5c13['push'](_0x2b5c13['shift']());}catch(_0x2dcfce){_0x2b5c13['push'](_0x2b5c13['shift']());}}}(a131_0x5a94,0xa2fa2));import{updateMenuCdnUrl,getOnlineMenuList}from'../../../commands/menu/shared/service.js';import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'../../../commands/menu/shared/valid-url.js';import{logger}from'../../../utils/logger.js';function a131_0x41e7(_0x5c050f,_0x202fb9){_0x5c050f=_0x5c050f-0x190;const _0x5a9421=a131_0x5a94();let _0x41e7f0=_0x5a9421[_0x5c050f];return _0x41e7f0;}function validateParams(_0x562971){const _0x51e4df=a131_0x41e7,_0x325df4=[];return _0x562971[_0x51e4df(0x1ae)]&&!isValidJsHttpsUrl(_0x562971[_0x51e4df(0x1ae)])&&_0x325df4[_0x51e4df(0x1bb)]({'field':'jsUrl','message':_0x51e4df(0x1c2)}),_0x562971[_0x51e4df(0x197)]&&!isValidCssHttpsUrl(_0x562971[_0x51e4df(0x197)])&&_0x325df4[_0x51e4df(0x1bb)]({'field':'cssUrl','message':_0x51e4df(0x1be)}),_0x325df4;}export async function runMenuUpdateCore(_0x5c4fc9,_0x20d959,_0x430638,_0xbdc812={}){const _0x3a80d6=a131_0x41e7,_0x275a40=parseUpdateParamsFlag(_0x430638),_0x8d9342=normalizeMode(_0xbdc812[_0x3a80d6(0x1b0)]);validateSelection(_0xbdc812[_0x3a80d6(0x1ac)]);const _0x20be1e=[];if(_0x275a40['jsUrl'])_0x20be1e[_0x3a80d6(0x1bb)](_0x275a40[_0x3a80d6(0x1ae)]);if(_0x275a40[_0x3a80d6(0x197)])_0x20be1e['push'](_0x275a40[_0x3a80d6(0x197)]);const _0x2657b5=validateParams(_0x275a40);if(_0x2657b5[_0x3a80d6(0x1b7)]>0x0){const _0x13c332=_0x2657b5[_0x3a80d6(0x1bc)](_0x5db6cf=>_0x3a80d6(0x1a2)+_0x5db6cf[_0x3a80d6(0x1cd)]+':\x20'+_0x5db6cf[_0x3a80d6(0x193)])[_0x3a80d6(0x195)](';\x20');throw new Error(_0x3a80d6(0x1a8)+_0x13c332);}if(_0x20be1e[_0x3a80d6(0x1b7)]===0x0)throw new Error(_0x3a80d6(0x1c5)+'Pass\x20--params\x20\x27{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}\x27\x20to\x20update\x20assets.');logger[_0x3a80d6(0x1cf)](process['cwd']()),logger[_0x3a80d6(0x1a1)](_0x3a80d6(0x1c6),'Start\x20non-interactive\x20menu\x20asset\x20update',{'appCode':_0x5c4fc9,'jsUrl':_0x275a40['jsUrl'],'cssUrl':_0x275a40['cssUrl'],'mode':_0x8d9342,'dryRun':_0xbdc812['dryRun']===!![]});if(_0x275a40[_0x3a80d6(0x1ae)]){const _0x481ed9=await isUrlReachable(_0x275a40[_0x3a80d6(0x1ae)]);if(!_0x481ed9)throw new Error('JS\x20URL\x20is\x20unreachable:\x20'+_0x275a40[_0x3a80d6(0x1ae)]);}if(_0x275a40[_0x3a80d6(0x197)]){const _0x13e84c=await isUrlReachable(_0x275a40['cssUrl']);if(!_0x13e84c)throw new Error('CSS\x20URL\x20is\x20unreachable:\x20'+_0x275a40['cssUrl']);}const _0x342329=await getOnlineMenuList(_0x5c4fc9,_0x20d959),_0x4d3ed1=_0x342329[_0x3a80d6(0x19b)](_0x30f0a9=>_0x30f0a9[_0x3a80d6(0x1b1)]['length']>0x0),_0x4c6d44=selectMenusForUpdate(_0x4d3ed1,_0xbdc812[_0x3a80d6(0x1ac)]);if(_0x4c6d44[_0x3a80d6(0x1b7)]===0x0)return{'updated':0x0,'failed':0x0,'skipped':!![],'dryRun':_0xbdc812[_0x3a80d6(0x1b4)]===!![]};const _0x115400=_0x4c6d44['map'](_0x12b20a=>buildMenuUpdateDiff(_0x12b20a,_0x275a40,_0x8d9342,_0xbdc812[_0x3a80d6(0x19f)]===!![],_0xbdc812['loadScriptMode']));if(_0xbdc812[_0x3a80d6(0x1b4)])return{'updated':0x0,'failed':0x0,'skipped':![],'dryRun':!![],'diffs':_0x115400};const _0x5dae13=await Promise[_0x3a80d6(0x1b3)](_0x4c6d44[_0x3a80d6(0x1bc)]((_0xc615c0,_0xa305c)=>updateMenuCdnUrl(_0x5c4fc9,_0x20d959,{'id':_0xc615c0['id'],'label':_0xc615c0[_0x3a80d6(0x1a6)],'path':_0xc615c0[_0x3a80d6(0x192)],'resources':_0x115400[_0xa305c][_0x3a80d6(0x1a9)]['resources'],'extend':_0xc615c0[_0x3a80d6(0x1c8)]??null,'loadScriptMode':_0xbdc812['loadScriptMode']}))),_0x33a166=_0x5dae13[_0x3a80d6(0x19b)](_0x1c63c7=>_0x1c63c7[_0x3a80d6(0x1ad)]==='fulfilled')[_0x3a80d6(0x1bc)](_0x41c376=>_0x41c376[_0x3a80d6(0x199)]),_0x323b97=_0x5dae13['filter'](_0x30003e=>_0x30003e[_0x3a80d6(0x1ad)]===_0x3a80d6(0x19a))[_0x3a80d6(0x1b7)];return logger[_0x3a80d6(0x1a1)]('menu-asset-update','Menu\x20asset\x20update\x20completed',{'count':_0x4c6d44[_0x3a80d6(0x1b7)],'resources':_0x20be1e}),{'updated':_0x33a166[_0x3a80d6(0x1b7)],'failed':_0x323b97,'skipped':![],'menus':_0x33a166};}function a131_0x5a94(){const _0xad96d6=['menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.','unshift','with\x20a\x20single\x20jsUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.','trim','path','message','some','join','112342hrTzEk','cssUrl','\x20existing\x20JS\x20resources\x20for\x20\x22','value','rejected','filter','toLowerCase','all','\x22\x20(','force','2609490SJHdds','info','--params.','.js','object','.css','label','Use\x20--mode\x20patch\x20to\x20preserve\x20it,\x20pass\x20jsUrl,\x20or\x20add\x20--force\x20for\x20an\x20intentional\x20removal.','Invalid\x20--params:\x20','after','menu\x20asset-update\x20cannot\x20patch\x20','has','selection','status','jsUrl','9fGucjx','mode','resources','.\x20Allowed\x20values:\x20replace,\x20patch','allSettled','dryRun','150924zbMwRm','menu\x20asset-update\x20selectors\x20did\x20not\x20match\x20resource-bearing\x20menus:\x20','length','replace','726516lhkUhK','menuIds','push','map','isArray','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','string','135hfodJe','339716QZCgyN','JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL','patch','endsWith','Invalid\x20--params:\x20menu\x20asset-update\x20requires\x20at\x20least\x20one\x20explicit\x20JS/CSS\x20URL.\x20','menu-asset-update','4YUyDNq','extend','loadScriptMode','--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.','Invalid\x20--mode:\x20','menu\x20asset-update\x20would\x20remove\x20existing\x20JS\x20resource\x20for\x20\x22','field','5936720lvRlAF','setLogPath','paths','menu\x20asset-update\x20will\x20remove\x20existing\x20CSS\x20resource\x20for\x20\x22','636210YYQrWK','parse'];a131_0x5a94=function(){return _0xad96d6;};return a131_0x5a94();}function validateSelection(_0x13c8aa){const _0xb31f6=a131_0x41e7;if(!_0x13c8aa)throw new Error(_0xb31f6(0x1d4));if(_0x13c8aa['all']&&(_0x13c8aa[_0xb31f6(0x1ba)]['length']>0x0||_0x13c8aa[_0xb31f6(0x1d0)][_0xb31f6(0x1b7)]>0x0))throw new Error(_0xb31f6(0x1ca));if(!_0x13c8aa['all']&&_0x13c8aa[_0xb31f6(0x1ba)]['length']===0x0&&_0x13c8aa[_0xb31f6(0x1d0)][_0xb31f6(0x1b7)]===0x0)throw new Error(_0xb31f6(0x1d4));}export function selectMenusForUpdate(_0x46595a,_0x485aee){const _0x34913e=a131_0x41e7;validateSelection(_0x485aee);if(_0x485aee[_0x34913e(0x19d)])return _0x46595a;const _0x46524e=new Set(_0x46595a[_0x34913e(0x1bc)](_0xad5cc4=>_0xad5cc4['id'])),_0x20887f=new Set(_0x46595a[_0x34913e(0x1bc)](_0x34e6b8=>_0x34e6b8[_0x34913e(0x192)])),_0x4eeff7=_0x485aee[_0x34913e(0x1ba)][_0x34913e(0x19b)](_0x2e25ef=>!_0x46524e[_0x34913e(0x1ab)](_0x2e25ef)),_0x4ed7b0=_0x485aee[_0x34913e(0x1d0)][_0x34913e(0x19b)](_0x320a53=>!_0x20887f[_0x34913e(0x1ab)](_0x320a53));if(_0x4eeff7[_0x34913e(0x1b7)]>0x0||_0x4ed7b0[_0x34913e(0x1b7)]>0x0){const _0x471fda=[..._0x4eeff7['map'](_0x3ea466=>String(_0x3ea466)),..._0x4ed7b0][_0x34913e(0x195)](',\x20');throw new Error(_0x34913e(0x1b6)+_0x471fda);}const _0x38f5b3=new Set(_0x485aee[_0x34913e(0x1ba)]),_0x364213=new Set(_0x485aee[_0x34913e(0x1d0)]);return _0x46595a['filter'](_0x3b79cc=>_0x38f5b3[_0x34913e(0x1ab)](_0x3b79cc['id'])||_0x364213[_0x34913e(0x1ab)](_0x3b79cc[_0x34913e(0x192)]));}function normalizeMode(_0x5bcc10){const _0x27e0bb=a131_0x41e7;if(!_0x5bcc10)return'patch';if(_0x5bcc10===_0x27e0bb(0x1b8)||_0x5bcc10===_0x27e0bb(0x1c3))return _0x5bcc10;throw new Error(_0x27e0bb(0x1cb)+_0x5bcc10+_0x27e0bb(0x1b2));}function buildMenuUpdateDiff(_0x2fbb3e,_0x2e92d9,_0x382b64,_0x52cef5,_0x41475f){const _0x3d19e2=a131_0x41e7,_0x25792f=[..._0x2fbb3e['resources']];_0x382b64==='patch'&&assertUnambiguousPatchResources(_0x2fbb3e,_0x25792f,_0x2e92d9);const _0x3cc5c0=_0x382b64===_0x3d19e2(0x1c3)?patchResources(_0x25792f,_0x2e92d9):replaceResources(_0x2e92d9),_0x2f7ec5=[],_0x4ec684=_0x25792f[_0x3d19e2(0x194)](isJsResource),_0x42387a=_0x3cc5c0['some'](isJsResource);if(_0x4ec684&&!_0x42387a){const _0x2233eb=_0x3d19e2(0x1cc)+_0x2fbb3e[_0x3d19e2(0x1a6)]+_0x3d19e2(0x19e)+_0x2fbb3e[_0x3d19e2(0x192)]+').\x20'+_0x3d19e2(0x1a7);if(!_0x52cef5)throw new Error(_0x2233eb);_0x2f7ec5[_0x3d19e2(0x1bb)](_0x2233eb);}const _0x2b9ae3=_0x25792f[_0x3d19e2(0x194)](isCssResource),_0x8a213=_0x3cc5c0[_0x3d19e2(0x194)](isCssResource);_0x2b9ae3&&!_0x8a213&&_0x2f7ec5['push'](_0x3d19e2(0x1d1)+_0x2fbb3e[_0x3d19e2(0x1a6)]+_0x3d19e2(0x19e)+_0x2fbb3e[_0x3d19e2(0x192)]+').');const _0x34df8e=typeof _0x2fbb3e['extend']?.[_0x3d19e2(0x1c9)]===_0x3d19e2(0x1bf)?_0x2fbb3e[_0x3d19e2(0x1c8)][_0x3d19e2(0x1c9)]:null,_0x1e04c0=_0x41475f?{'loadScriptMode':_0x34df8e}:{},_0x50d7b7=_0x41475f?{'loadScriptMode':_0x41475f}:{};return{'id':_0x2fbb3e['id'],'label':_0x2fbb3e[_0x3d19e2(0x1a6)],'path':_0x2fbb3e[_0x3d19e2(0x192)],'mode':_0x382b64,'before':{'resources':_0x25792f,..._0x1e04c0},'after':{'resources':_0x3cc5c0,..._0x50d7b7},'warnings':_0x2f7ec5};}function replaceResources(_0x5b642f){const _0xb3a495=a131_0x41e7;return[_0x5b642f[_0xb3a495(0x1ae)],_0x5b642f[_0xb3a495(0x197)]][_0xb3a495(0x19b)](_0x34a03d=>!!_0x34a03d);}function assertUnambiguousPatchResources(_0x257a1e,_0x5bb069,_0x3c5c78){const _0x2e6fed=a131_0x41e7,_0x2cf60b=_0x5bb069[_0x2e6fed(0x19b)](isJsResource)[_0x2e6fed(0x1b7)];if(_0x3c5c78[_0x2e6fed(0x1ae)]&&_0x2cf60b>0x1)throw new Error(_0x2e6fed(0x1aa)+_0x2cf60b+_0x2e6fed(0x198)+_0x257a1e[_0x2e6fed(0x1a6)]+_0x2e6fed(0x19e)+_0x257a1e[_0x2e6fed(0x192)]+')\x20'+_0x2e6fed(0x190));const _0x287b2c=_0x5bb069['filter'](isCssResource)[_0x2e6fed(0x1b7)];if(_0x3c5c78[_0x2e6fed(0x197)]&&_0x287b2c>0x1)throw new Error('menu\x20asset-update\x20cannot\x20patch\x20'+_0x287b2c+'\x20existing\x20CSS\x20resources\x20for\x20\x22'+_0x257a1e[_0x2e6fed(0x1a6)]+'\x22\x20('+_0x257a1e[_0x2e6fed(0x192)]+')\x20'+'with\x20a\x20single\x20cssUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.');}function patchResources(_0x25b098,_0x371e27){const _0xcff426=a131_0x41e7;let _0x509a22=![],_0x1c08cf=![];const _0x39a993=[];for(const _0x489e28 of _0x25b098){if(isJsResource(_0x489e28)){if(_0x371e27[_0xcff426(0x1ae)]&&!_0x509a22)_0x39a993[_0xcff426(0x1bb)](_0x371e27['jsUrl']),_0x509a22=!![];else!_0x371e27[_0xcff426(0x1ae)]&&_0x39a993['push'](_0x489e28);continue;}if(isCssResource(_0x489e28)){if(_0x371e27[_0xcff426(0x197)]&&!_0x1c08cf)_0x39a993[_0xcff426(0x1bb)](_0x371e27['cssUrl']),_0x1c08cf=!![];else!_0x371e27[_0xcff426(0x197)]&&_0x39a993[_0xcff426(0x1bb)](_0x489e28);continue;}_0x39a993['push'](_0x489e28);}return _0x371e27['jsUrl']&&!_0x509a22&&_0x39a993[_0xcff426(0x1d5)](_0x371e27[_0xcff426(0x1ae)]),_0x371e27[_0xcff426(0x197)]&&!_0x1c08cf&&_0x39a993['push'](_0x371e27[_0xcff426(0x197)]),_0x39a993;}function isJsResource(_0x32277b){const _0x3d7c78=a131_0x41e7;return stripQuery(_0x32277b)[_0x3d7c78(0x19c)]()[_0x3d7c78(0x1c4)](_0x3d7c78(0x1a3));}function isCssResource(_0x32372b){const _0x3d188a=a131_0x41e7;return stripQuery(_0x32372b)['toLowerCase']()['endsWith'](_0x3d188a(0x1a5));}function stripQuery(_0xc46958){return _0xc46958['split']('?')[0x0]??_0xc46958;}function parseUpdateParamsFlag(_0x396f28){const _0x168d0e=a131_0x41e7;if(!_0x396f28||typeof _0x396f28!==_0x168d0e(0x1bf))return{};try{const _0x177c31=JSON[_0x168d0e(0x1d3)](_0x396f28);if(typeof _0x177c31!==_0x168d0e(0x1a4)||_0x177c31===null||Array[_0x168d0e(0x1bd)](_0x177c31))return{};return{'jsUrl':typeof _0x177c31[_0x168d0e(0x1ae)]===_0x168d0e(0x1bf)?_0x177c31[_0x168d0e(0x1ae)][_0x168d0e(0x191)]():undefined,'cssUrl':typeof _0x177c31[_0x168d0e(0x197)]==='string'?_0x177c31['cssUrl'][_0x168d0e(0x191)]():undefined};}catch{return{};}}
@@ -1 +1 @@
1
- (function(_0x5d1895,_0x31766c){const _0x2bb459=a134_0x1e9c,_0x4dd27d=_0x5d1895();while(!![]){try{const _0x501615=-parseInt(_0x2bb459(0x163))/0x1+-parseInt(_0x2bb459(0x169))/0x2+-parseInt(_0x2bb459(0x16a))/0x3+parseInt(_0x2bb459(0x16c))/0x4+parseInt(_0x2bb459(0x166))/0x5*(parseInt(_0x2bb459(0x167))/0x6)+parseInt(_0x2bb459(0x16b))/0x7*(-parseInt(_0x2bb459(0x168))/0x8)+parseInt(_0x2bb459(0x164))/0x9;if(_0x501615===_0x31766c)break;else _0x4dd27d['push'](_0x4dd27d['shift']());}catch(_0x217c01){_0x4dd27d['push'](_0x4dd27d['shift']());}}}(a134_0x3967,0xaa2c1));function a134_0x1e9c(_0x5537fe,_0x55c3c3){_0x5537fe=_0x5537fe-0x162;const _0x39676a=a134_0x3967();let _0x1e9cfc=_0x39676a[_0x5537fe];return _0x1e9cfc;}export function isValidJsHttpsUrl(_0x6e64b7){const _0x26e7ad=a134_0x1e9c;return/^https:\/\/.+\.js(\?.*)?$/[_0x26e7ad(0x162)](_0x6e64b7[_0x26e7ad(0x165)]());}function a134_0x3967(){const _0x446f1f=['4041213agdjpZ','384188OTMnEb','631680XsOjXu','test','1245471GqrkJE','24065055YDqTXT','trim','547535EkfcHq','36uoBrmz','8XigcHl','288812SGpzsa'];a134_0x3967=function(){return _0x446f1f;};return a134_0x3967();}export function isValidCssHttpsUrl(_0x2ca791){const _0x264268=a134_0x1e9c;return/^https:\/\/.+\.css(\?.*)?$/[_0x264268(0x162)](_0x2ca791[_0x264268(0x165)]());}export async function isUrlReachable(_0x353ab4){try{const _0xd55a2c=await fetch(_0x353ab4,{'method':'HEAD'});return _0xd55a2c['ok'];}catch{return![];}}
1
+ function a132_0x2bd6(){const _0x4cc87d=['4085850ZsPicy','23997862eKNXsl','823945HHNEjt','508664GOrxsi','4864827bWCoQi','trim','4250708GbxPte','3921680YrFptZ'];a132_0x2bd6=function(){return _0x4cc87d;};return a132_0x2bd6();}function a132_0x2bb3(_0x2a7e82,_0x3331a2){_0x2a7e82=_0x2a7e82-0x6a;const _0x2bd628=a132_0x2bd6();let _0x2bb34f=_0x2bd628[_0x2a7e82];return _0x2bb34f;}(function(_0x2f1c35,_0x1baf2f){const _0x565edb=a132_0x2bb3,_0x1b715e=_0x2f1c35();while(!![]){try{const _0x399fc0=-parseInt(_0x565edb(0x71))/0x1+parseInt(_0x565edb(0x6a))/0x2+-parseInt(_0x565edb(0x6b))/0x3+parseInt(_0x565edb(0x6d))/0x4+-parseInt(_0x565edb(0x6e))/0x5+-parseInt(_0x565edb(0x6f))/0x6+parseInt(_0x565edb(0x70))/0x7;if(_0x399fc0===_0x1baf2f)break;else _0x1b715e['push'](_0x1b715e['shift']());}catch(_0x153ecf){_0x1b715e['push'](_0x1b715e['shift']());}}}(a132_0x2bd6,0xcbb6a));export function isValidJsHttpsUrl(_0x44330a){const _0x554d79=a132_0x2bb3;return/^https:\/\/.+\.js(\?.*)?$/['test'](_0x44330a[_0x554d79(0x6c)]());}export function isValidCssHttpsUrl(_0x13f108){const _0x67a7b1=a132_0x2bb3;return/^https:\/\/.+\.css(\?.*)?$/['test'](_0x13f108[_0x67a7b1(0x6c)]());}export async function isUrlReachable(_0x19c22d){try{const _0x8ba6d4=await fetch(_0x19c22d,{'method':'HEAD'});return _0x8ba6d4['ok'];}catch{return![];}}
@@ -1 +1 @@
1
- const a135_0x440592=a135_0x529d;(function(_0x474467,_0x14635c){const _0x2c6d77=a135_0x529d,_0x46a854=_0x474467();while(!![]){try{const _0x1f0470=-parseInt(_0x2c6d77(0x140))/0x1*(-parseInt(_0x2c6d77(0x164))/0x2)+parseInt(_0x2c6d77(0x16b))/0x3*(-parseInt(_0x2c6d77(0x129))/0x4)+parseInt(_0x2c6d77(0x150))/0x5*(parseInt(_0x2c6d77(0x163))/0x6)+-parseInt(_0x2c6d77(0x127))/0x7+parseInt(_0x2c6d77(0x12e))/0x8+-parseInt(_0x2c6d77(0x145))/0x9*(parseInt(_0x2c6d77(0x155))/0xa)+parseInt(_0x2c6d77(0x13f))/0xb;if(_0x1f0470===_0x14635c)break;else _0x46a854['push'](_0x46a854['shift']());}catch(_0x66cf52){_0x46a854['push'](_0x46a854['shift']());}}}(a135_0x45b6,0xa33a5));import a135_0x30e9ac from'chalk';function a135_0x45b6(){const _0xa284b8=['9Sjjqlf','Exact\x20comma-separated\x20local\x20page\x20paths\x20to\x20sync','\x20failed.','Failed\x20to\x20fetch\x20online\x20menu\x20list','\x20menu(s)...','yellow','POST','boolean','\x20\x20Create\x20','Menu\x20sync\x20completed:\x20','localPages','306655QsCSxr','created','write','appCode','menu\x20sync\x20--paths\x20requires\x20--yes\x20for\x20execution.','5272410YFRFLi','cyan','paths','!\x20No\x20local\x20pages\x20found\x20in\x20src/pages','selectedAppName','\x20menu(s)\x20created','trim','Menu\x20creation\x20failed','\x20\x20✓\x20Selected:\x20','Would\x20create\x20','yes','\x20menu(s)','cookie','appcode','30uslKZW','1494WsEogi','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','\x20\x20Cancelled.','length','str','params','\x20created,\x20','8250ZZRiVi','jsUrl','\x20page(s)','Sync\x20local\x20pages\x20as\x20platform\x20menus','\x20local\x20microfrontend\x20menu(s).','split','180691CgMMiY','targetPages','448fehiEA','failed','message','flag','rawFlags','1172056nDcLtP','\x20\x20Continue\x20with\x20creation?','sync','JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}','\x20created.','gray','menu\x20sync\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20','validation','Creating\x20','Created\x20','onlineMenuList','string','skipped','Fetching\x20online\x20menu\x20list...','cssUrl','size','No\x20local\x20microfrontend\x20menus\x20would\x20be\x20created.','7724486fkTfUG','501auOjFR','/smartapi/menu/create','✓\x20Menu\x20sync\x20completed:\x20','Preview\x20with\x20--dry-run,\x20then\x20reuse\x20the\x20same\x20--paths\x20and\x20--params\x20with\x20--yes.','Confirm\x20non-interactive\x20sync;\x20without\x20--paths,\x20create\x20all\x20missing\x20local\x20pages'];a135_0x45b6=function(){return _0xa284b8;};return a135_0x45b6();}import{buildCompareRows,doCreateMenus,fetchMenuData}from'../../commands/menu/shared/logic.js';import{renderCompareTable,renderSyncSummary}from'../../commands/menu/shared/compare-table.js';import{selectPages,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{parseMenuSyncParams,runMenuSyncCore}from'../../commands/menu/shared/sync-core.js';import{getLocalPages}from'../../commands/menu/shared/local-pages.js';function a135_0x529d(_0x538343,_0x294a0d){_0x538343=_0x538343-0x126;const _0x45b6a5=a135_0x45b6();let _0x529d21=_0x45b6a5[_0x538343];return _0x529d21;}import{isInProject}from'../../context.js';export const menuSync={'service':'menu','command':a135_0x440592(0x130),'description':a135_0x440592(0x16e),'risk':a135_0x440592(0x152),'flags':[{'name':'params','type':a135_0x440592(0x139),'description':'Pre-fill\x20JS/CSS\x20URLs.\x20'+a135_0x440592(0x131)},{'name':a135_0x440592(0x157),'type':a135_0x440592(0x139),'description':a135_0x440592(0x146)},{'name':a135_0x440592(0x15f),'type':a135_0x440592(0x14c),'description':a135_0x440592(0x144)}],async 'dryRun'(_0x211139){const _0x415c8e=a135_0x440592;ensureRunnableContext(_0x211139[_0x415c8e(0x12d)],_0x211139[_0x415c8e(0x159)]);const _0x4ef648=await runMenuSyncCore(_0x211139['appCode'],_0x211139['cookie'],parsePaths(_0x211139[_0x415c8e(0x168)](_0x415c8e(0x157))),_0x211139[_0x415c8e(0x168)](_0x415c8e(0x169)),{'dryRun':!![]});return{'method':_0x415c8e(0x14b),'url':_0x415c8e(0x141),'body':_0x4ef648,'description':_0x4ef648[_0x415c8e(0x13a)]?_0x415c8e(0x13e):_0x415c8e(0x15e)+_0x4ef648[_0x415c8e(0x128)][_0x415c8e(0x167)]+_0x415c8e(0x16f)};},async 'execute'(_0x45b703){const _0x3b78e4=a135_0x440592;ensureRunnableContext(_0x45b703['rawFlags'],_0x45b703['selectedAppName']);const _0x5894b1=_0x45b703[_0x3b78e4(0x12c)](_0x3b78e4(0x15f)),_0x524905=_0x45b703[_0x3b78e4(0x168)](_0x3b78e4(0x169)),_0x2e5d1d=parsePaths(_0x45b703['str'](_0x3b78e4(0x157))),_0x410200=parseMenuSyncParams(_0x524905);if(_0x5894b1){const _0x3bccca=await runMenuSyncCore(_0x45b703[_0x3b78e4(0x153)],_0x45b703['cookie'],_0x2e5d1d,_0x524905);if(_0x3bccca[_0x3b78e4(0x13a)]){const _0x287b61=getLocalPages();_0x287b61[_0x3b78e4(0x167)]===0x0?writeCliSideChannelLine(_0x3b78e4(0x158)):writeCliSideChannelLine('✓\x20All\x20local\x20pages\x20are\x20already\x20on\x20platform');}else writeCliSideChannelLine(_0x3b78e4(0x142)+_0x3bccca['created']+_0x3b78e4(0x15a));return{'ok':!![],'data':_0x3bccca,'message':_0x3bccca[_0x3b78e4(0x13a)]?'Menu\x20sync\x20skipped':_0x3b78e4(0x14e)+_0x3bccca[_0x3b78e4(0x151)]+_0x3b78e4(0x132)};}if(_0x2e5d1d[_0x3b78e4(0x167)]>0x0)throw CliErrors[_0x3b78e4(0x135)](_0x3b78e4(0x154),'Preview\x20with\x20--dry-run,\x20then\x20reuse\x20the\x20same\x20--paths\x20and\x20--params\x20with\x20--yes.');if(!isInteractive()&&_0x524905)throw CliErrors['validation']('Non-interactive\x20menu\x20sync\x20requires\x20--yes.',_0x3b78e4(0x143));requireInteractive();const _0x21ad70=startSpinner(_0x3b78e4(0x13b));let _0x44accd,_0x494da1,_0x2ebd58;try{const _0x2b834c=await fetchMenuData(_0x45b703[_0x3b78e4(0x153)],_0x45b703[_0x3b78e4(0x161)]);_0x44accd=_0x2b834c[_0x3b78e4(0x14f)],_0x494da1=_0x2b834c['onlinePaths'],_0x2ebd58=_0x2b834c[_0x3b78e4(0x138)],stopSpinner(_0x21ad70,'Online\x20menu\x20list\x20fetched',!![]);}catch(_0x1ced08){stopSpinner(_0x21ad70,_0x3b78e4(0x148),![]);throw CliErrors[_0x3b78e4(0x135)](_0x1ced08 instanceof Error?_0x1ced08[_0x3b78e4(0x12b)]:_0x3b78e4(0x148));}if(_0x44accd[_0x3b78e4(0x167)]===0x0)return writeCliSideChannelLine(a135_0x30e9ac[_0x3b78e4(0x14a)]('\x20\x20!\x20No\x20local\x20pages\x20found,\x20please\x20create\x20pages\x20first')),{'ok':!![]};const _0x473ca7=buildCompareRows(_0x44accd,_0x494da1);writeCliSideChannelLine(renderCompareTable(_0x473ca7)),writeCliSideChannelLine('');const _0x298eaf=await selectPages(_0x44accd,_0x494da1);writeCliSideChannelLine(''),writeCliSideChannelLine(a135_0x30e9ac[_0x3b78e4(0x156)](_0x3b78e4(0x15d)+_0x298eaf[_0x3b78e4(0x167)]+_0x3b78e4(0x16d)));const _0x4a3c00=_0x410200[_0x3b78e4(0x16c)]&&_0x410200[_0x3b78e4(0x13c)];if(!_0x4a3c00){writeCliSideChannelLine(renderSyncSummary(_0x298eaf,_0x494da1[_0x3b78e4(0x13d)]>0x0));const _0x59351d=await askConfirm(_0x3b78e4(0x12f));if(!_0x59351d)return writeCliSideChannelLine(a135_0x30e9ac[_0x3b78e4(0x133)](_0x3b78e4(0x166))),{'ok':!![]};}let _0x44c570=_0x410200['jsUrl'],_0x367609=_0x410200[_0x3b78e4(0x13c)];!_0x44c570&&(_0x44c570=await askJsUrl());!_0x367609&&(_0x367609=await askCssUrl());const _0x453ad2=await askConfirm(_0x3b78e4(0x14d)+_0x298eaf[_0x3b78e4(0x167)]+'\x20menu(s)\x20with\x20JS:\x20'+_0x44c570+'\x20and\x20CSS:\x20'+_0x367609+'?');if(!_0x453ad2)return writeCliSideChannelLine(a135_0x30e9ac['gray'](_0x3b78e4(0x166))),{'ok':!![]};const _0x46348b=[_0x44c570,_0x367609],_0x4547b9=startSpinner(_0x3b78e4(0x136)+_0x298eaf[_0x3b78e4(0x167)]+_0x3b78e4(0x149));try{const _0x1e1599=await doCreateMenus(_0x45b703[_0x3b78e4(0x153)],_0x45b703['cookie'],_0x298eaf,_0x46348b);return stopSpinner(_0x4547b9,_0x3b78e4(0x137)+_0x1e1599['created']+_0x3b78e4(0x160),!![]),{'ok':!![],'data':_0x1e1599,'message':_0x3b78e4(0x14e)+_0x1e1599['created']+_0x3b78e4(0x16a)+_0x1e1599[_0x3b78e4(0x12a)]+_0x3b78e4(0x147)};}catch(_0x26ca50){stopSpinner(_0x4547b9,_0x3b78e4(0x15c),![]);throw CliErrors[_0x3b78e4(0x135)](_0x26ca50 instanceof Error?_0x26ca50[_0x3b78e4(0x12b)]:_0x3b78e4(0x15c));}}};function ensureRunnableContext(_0xdfb8b2,_0x2fb719){const _0x458522=a135_0x440592,_0x343bd0=_0xdfb8b2[_0x458522(0x162)]?String(_0xdfb8b2['appcode'])[_0x458522(0x15b)]():'';if(!isInProject()&&!_0x2fb719&&!_0x343bd0)throw CliErrors[_0x458522(0x135)](_0x458522(0x134)+_0x458522(0x165));}function parsePaths(_0x1ae615){const _0x310849=a135_0x440592;return[...new Set(_0x1ae615[_0x310849(0x126)](',')['map'](_0x18e540=>_0x18e540[_0x310849(0x15b)]())['filter'](Boolean))];}
1
+ const a133_0x46fe03=a133_0x17ae;(function(_0x52870,_0x13ab5d){const _0x1ba8c8=a133_0x17ae,_0x45df1a=_0x52870();while(!![]){try{const _0x328b06=-parseInt(_0x1ba8c8(0xd8))/0x1+-parseInt(_0x1ba8c8(0xe3))/0x2*(-parseInt(_0x1ba8c8(0xef))/0x3)+parseInt(_0x1ba8c8(0x10b))/0x4+-parseInt(_0x1ba8c8(0xcc))/0x5+parseInt(_0x1ba8c8(0xd2))/0x6*(parseInt(_0x1ba8c8(0xd4))/0x7)+-parseInt(_0x1ba8c8(0xd0))/0x8+-parseInt(_0x1ba8c8(0x101))/0x9;if(_0x328b06===_0x13ab5d)break;else _0x45df1a['push'](_0x45df1a['shift']());}catch(_0x8997f8){_0x45df1a['push'](_0x45df1a['shift']());}}}(a133_0x1e40,0x80f24));import a133_0x557e6f from'chalk';import{buildCompareRows,doCreateMenus,fetchMenuData}from'../../commands/menu/shared/logic.js';import{renderCompareTable,renderSyncSummary}from'../../commands/menu/shared/compare-table.js';import{selectPages,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';function a133_0x1e40(){const _0x11dadb=['menu\x20sync\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20','!\x20No\x20local\x20pages\x20found\x20in\x20src/pages','JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}','\x20\x20✓\x20Selected:\x20','Would\x20create\x20','Confirm\x20non-interactive\x20sync;\x20without\x20--paths,\x20create\x20all\x20missing\x20local\x20pages','targetPages','validation','\x20\x20!\x20No\x20local\x20pages\x20found,\x20please\x20create\x20pages\x20first','✓\x20All\x20local\x20pages\x20are\x20already\x20on\x20platform','yes','1636839Krkjnt','split','selectedAppName','Sync\x20local\x20pages\x20as\x20platform\x20menus','skipped','cyan','trim','params','message','cssUrl','3857448aXHMuh','Online\x20menu\x20list\x20fetched','boolean','menu\x20sync\x20--paths\x20requires\x20--yes\x20for\x20execution.','appcode','2830635wIRCVX','yellow','Menu\x20creation\x20failed','paths','5781832vDPmkl','\x20created.','63174vAHzom','Menu\x20sync\x20completed:\x20','658snTPdx','length','string','No\x20local\x20microfrontend\x20menus\x20would\x20be\x20created.','391512IZwSsH','\x20\x20Create\x20','Fetching\x20online\x20menu\x20list...','cookie','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','\x20created,\x20','POST','\x20\x20Continue\x20with\x20creation?','write','str','created','2arYWJX','\x20menu(s)','\x20page(s)','menu','appCode','rawFlags','jsUrl','\x20\x20Cancelled.','Preview\x20with\x20--dry-run,\x20then\x20reuse\x20the\x20same\x20--paths\x20and\x20--params\x20with\x20--yes.','failed','localPages','Pre-fill\x20JS/CSS\x20URLs.\x20','1308945HpDSqT','gray','Creating\x20','\x20menu(s)...','size','\x20local\x20microfrontend\x20menu(s).','\x20menu(s)\x20created'];a133_0x1e40=function(){return _0x11dadb;};return a133_0x1e40();}import{parseMenuSyncParams,runMenuSyncCore}from'../../commands/menu/shared/sync-core.js';import{getLocalPages}from'../../commands/menu/shared/local-pages.js';import{isInProject}from'../../context.js';function a133_0x17ae(_0x2718ec,_0x36dc7c){_0x2718ec=_0x2718ec-0xcc;const _0x1e403d=a133_0x1e40();let _0x17ae58=_0x1e403d[_0x2718ec];return _0x17ae58;}export const menuSync={'service':a133_0x46fe03(0xe6),'command':'sync','description':a133_0x46fe03(0x104),'risk':a133_0x46fe03(0xe0),'flags':[{'name':a133_0x46fe03(0x108),'type':'string','description':a133_0x46fe03(0xee)+a133_0x46fe03(0xf8)},{'name':a133_0x46fe03(0xcf),'type':a133_0x46fe03(0xd6),'description':'Exact\x20comma-separated\x20local\x20page\x20paths\x20to\x20sync'},{'name':a133_0x46fe03(0x100),'type':a133_0x46fe03(0x10d),'description':a133_0x46fe03(0xfb)}],async 'dryRun'(_0x29fa02){const _0x41be89=a133_0x46fe03;ensureRunnableContext(_0x29fa02[_0x41be89(0xe8)],_0x29fa02[_0x41be89(0x103)]);const _0x3649ab=await runMenuSyncCore(_0x29fa02['appCode'],_0x29fa02[_0x41be89(0xdb)],parsePaths(_0x29fa02['str'](_0x41be89(0xcf))),_0x29fa02[_0x41be89(0xe1)]('params'),{'dryRun':!![]});return{'method':_0x41be89(0xde),'url':'/smartapi/menu/create','body':_0x3649ab,'description':_0x3649ab[_0x41be89(0x105)]?_0x41be89(0xd7):_0x41be89(0xfa)+_0x3649ab[_0x41be89(0xfc)][_0x41be89(0xd5)]+_0x41be89(0xf4)};},async 'execute'(_0x47749a){const _0x5e15c5=a133_0x46fe03;ensureRunnableContext(_0x47749a[_0x5e15c5(0xe8)],_0x47749a[_0x5e15c5(0x103)]);const _0x545c79=_0x47749a['flag'](_0x5e15c5(0x100)),_0x4d551e=_0x47749a[_0x5e15c5(0xe1)]('params'),_0x3dc6aa=parsePaths(_0x47749a[_0x5e15c5(0xe1)](_0x5e15c5(0xcf))),_0x42ab89=parseMenuSyncParams(_0x4d551e);if(_0x545c79){const _0x361b8f=await runMenuSyncCore(_0x47749a[_0x5e15c5(0xe7)],_0x47749a[_0x5e15c5(0xdb)],_0x3dc6aa,_0x4d551e);if(_0x361b8f[_0x5e15c5(0x105)]){const _0x439e66=getLocalPages();_0x439e66[_0x5e15c5(0xd5)]===0x0?writeCliSideChannelLine(_0x5e15c5(0xf7)):writeCliSideChannelLine(_0x5e15c5(0xff));}else writeCliSideChannelLine('✓\x20Menu\x20sync\x20completed:\x20'+_0x361b8f[_0x5e15c5(0xe2)]+_0x5e15c5(0xf5));return{'ok':!![],'data':_0x361b8f,'message':_0x361b8f[_0x5e15c5(0x105)]?'Menu\x20sync\x20skipped':_0x5e15c5(0xd3)+_0x361b8f['created']+_0x5e15c5(0xd1)};}if(_0x3dc6aa[_0x5e15c5(0xd5)]>0x0)throw CliErrors[_0x5e15c5(0xfd)](_0x5e15c5(0x10e),_0x5e15c5(0xeb));if(!isInteractive()&&_0x4d551e)throw CliErrors['validation']('Non-interactive\x20menu\x20sync\x20requires\x20--yes.','Preview\x20with\x20--dry-run,\x20then\x20reuse\x20the\x20same\x20--paths\x20and\x20--params\x20with\x20--yes.');requireInteractive();const _0x3ff2bc=startSpinner(_0x5e15c5(0xda));let _0x41ec09,_0x1f6b51,_0x16daa2;try{const _0x1ef5ff=await fetchMenuData(_0x47749a[_0x5e15c5(0xe7)],_0x47749a[_0x5e15c5(0xdb)]);_0x41ec09=_0x1ef5ff[_0x5e15c5(0xed)],_0x1f6b51=_0x1ef5ff['onlinePaths'],_0x16daa2=_0x1ef5ff['onlineMenuList'],stopSpinner(_0x3ff2bc,_0x5e15c5(0x10c),!![]);}catch(_0x2c8dd1){stopSpinner(_0x3ff2bc,'Failed\x20to\x20fetch\x20online\x20menu\x20list',![]);throw CliErrors[_0x5e15c5(0xfd)](_0x2c8dd1 instanceof Error?_0x2c8dd1['message']:'Failed\x20to\x20fetch\x20online\x20menu\x20list');}if(_0x41ec09[_0x5e15c5(0xd5)]===0x0)return writeCliSideChannelLine(a133_0x557e6f[_0x5e15c5(0xcd)](_0x5e15c5(0xfe))),{'ok':!![]};const _0x9e3640=buildCompareRows(_0x41ec09,_0x1f6b51);writeCliSideChannelLine(renderCompareTable(_0x9e3640)),writeCliSideChannelLine('');const _0x2f26f6=await selectPages(_0x41ec09,_0x1f6b51);writeCliSideChannelLine(''),writeCliSideChannelLine(a133_0x557e6f[_0x5e15c5(0x106)](_0x5e15c5(0xf9)+_0x2f26f6['length']+_0x5e15c5(0xe5)));const _0x1cd89c=_0x42ab89[_0x5e15c5(0xe9)]&&_0x42ab89[_0x5e15c5(0x10a)];if(!_0x1cd89c){writeCliSideChannelLine(renderSyncSummary(_0x2f26f6,_0x1f6b51[_0x5e15c5(0xf3)]>0x0));const _0x55165d=await askConfirm(_0x5e15c5(0xdf));if(!_0x55165d)return writeCliSideChannelLine(a133_0x557e6f[_0x5e15c5(0xf0)](_0x5e15c5(0xea))),{'ok':!![]};}let _0x238d74=_0x42ab89['jsUrl'],_0x15c2b6=_0x42ab89['cssUrl'];!_0x238d74&&(_0x238d74=await askJsUrl());!_0x15c2b6&&(_0x15c2b6=await askCssUrl());const _0x743600=await askConfirm(_0x5e15c5(0xd9)+_0x2f26f6[_0x5e15c5(0xd5)]+'\x20menu(s)\x20with\x20JS:\x20'+_0x238d74+'\x20and\x20CSS:\x20'+_0x15c2b6+'?');if(!_0x743600)return writeCliSideChannelLine(a133_0x557e6f[_0x5e15c5(0xf0)](_0x5e15c5(0xea))),{'ok':!![]};const _0x235fd0=[_0x238d74,_0x15c2b6],_0x3a0ac8=startSpinner(_0x5e15c5(0xf1)+_0x2f26f6[_0x5e15c5(0xd5)]+_0x5e15c5(0xf2));try{const _0x61bf5d=await doCreateMenus(_0x47749a['appCode'],_0x47749a['cookie'],_0x2f26f6,_0x235fd0);return stopSpinner(_0x3a0ac8,'Created\x20'+_0x61bf5d[_0x5e15c5(0xe2)]+_0x5e15c5(0xe4),!![]),{'ok':!![],'data':_0x61bf5d,'message':_0x5e15c5(0xd3)+_0x61bf5d[_0x5e15c5(0xe2)]+_0x5e15c5(0xdd)+_0x61bf5d[_0x5e15c5(0xec)]+'\x20failed.'};}catch(_0x7bbe87){stopSpinner(_0x3a0ac8,'Menu\x20creation\x20failed',![]);throw CliErrors[_0x5e15c5(0xfd)](_0x7bbe87 instanceof Error?_0x7bbe87[_0x5e15c5(0x109)]:_0x5e15c5(0xce));}}};function ensureRunnableContext(_0x120060,_0x114cb3){const _0x27f54d=a133_0x46fe03,_0x1a8ced=_0x120060[_0x27f54d(0x10f)]?String(_0x120060[_0x27f54d(0x10f)])['trim']():'';if(!isInProject()&&!_0x114cb3&&!_0x1a8ced)throw CliErrors[_0x27f54d(0xfd)](_0x27f54d(0xf6)+_0x27f54d(0xdc));}function parsePaths(_0x513aa9){const _0x4380af=a133_0x46fe03;return[...new Set(_0x513aa9[_0x4380af(0x102)](',')['map'](_0x3db79e=>_0x3db79e[_0x4380af(0x107)]())['filter'](Boolean))];}
@@ -1 +1 @@
1
- const a136_0x16e0ff=a136_0x2694;(function(_0x3674e0,_0x1ba958){const _0x443562=a136_0x2694,_0x415aa1=_0x3674e0();while(!![]){try{const _0x2aa114=parseInt(_0x443562(0x15f))/0x1+parseInt(_0x443562(0x175))/0x2+parseInt(_0x443562(0x18e))/0x3+-parseInt(_0x443562(0x193))/0x4*(-parseInt(_0x443562(0x191))/0x5)+-parseInt(_0x443562(0x174))/0x6*(-parseInt(_0x443562(0x1b3))/0x7)+-parseInt(_0x443562(0x1d1))/0x8+-parseInt(_0x443562(0x17c))/0x9;if(_0x2aa114===_0x1ba958)break;else _0x415aa1['push'](_0x415aa1['shift']());}catch(_0x5be92a){_0x415aa1['push'](_0x415aa1['shift']());}}}(a136_0x3538,0xc8ed0));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{fetchMenuSnapshot}from'../../commands/menu/shared/facts.js';function a136_0x3538(){const _0x46f0ed=['isSafeInteger','number','215oLpKWs','Menu\x20','21292MOlVSO','plan','path','Set\x20exact\x20menus\x20visible\x20or\x20hidden\x20without\x20changing\x20their\x20routes\x20or\x20resources','appCode','update','Updated\x20visibility\x20for\x20','str','Use\x20--menu-ids\x20with\x20one\x20or\x20more\x20of:\x20','\x20skipped,\x20','join','push','rabetbase\x20menu\x20list\x20--format\x20compress','get','sort','\x20visibility\x20update\x20could\x20not\x20be\x20verified','true','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20exact\x20current\x20ids.','set','menu\x20list','\x20unchanged\x20menu(s).','code','verification','num','modelType','menu','flagMissing','Failed\x20update\x20requests\x20were\x20not\x20retried;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','expect-visible','update-menu-visibility','One\x20or\x20more\x20updates\x20may\x20have\x20changed\x20fields\x20outside\x20visibility;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','Inspect\x20current\x20menu\x20facts\x20before\x20retrying\x20any\x20target.','32102hBohQf','targets','pageId','\x20failed.','\x20must\x20be\x20true\x20or\x20false.','split','menu_verification_failed','visibility-update','isArray','url','Menu\x20id\x20selector(s)\x20not\x20found:\x20','\x20menu(s),\x20expected\x20','menu_selector_ambiguous','menus','requestedVisible','\x20updated,\x20','\x20visible\x20did\x20not\x20match\x20the\x20requested\x20state.','depth','byId','update-recovery','trim','high-risk-write','some','\x20menu(s);\x20skipped\x20','datasetId','expectedCount','--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.','menu_selector_not_found','resources','body','6743248TkQhWP','visible','Abort\x20unless\x20the\x20exact\x20number\x20of\x20selected\x20menus\x20matches','The\x20update\x20may\x20have\x20taken\x20effect;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20retrying.','string','filter','updated','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expect-visible.','1427477NKayGU','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20an\x20exact\x20current\x20path.','paths','cookie','menuIds','Menu\x20visibility\x20update\x20could\x20not\x20be\x20verified\x20for\x20id(s):\x20','childrenIds','before','Menu\x20path\x20selector\x20matched\x20multiple\x20menus:\x20','message','menu-ids','boolean','parentId','\x20visibility\x20could\x20not\x20be\x20verified\x20safely','values','has','Requested\x20menu\x20visibility','Exact\x20comma-separated\x20menu\x20paths\x20to\x20update','plannedActions','beforeById','validation','1002GvWihK','935046wlFuNl','type','Menu\x20path\x20selector\x20not\x20found:\x20','hash','expected-count','--expected-count\x20must\x20be\x20a\x20non-negative\x20integer.','stringify','19381536cMHuJw','Menu\x20visibility\x20update\x20completed:\x20','Abort\x20unless\x20every\x20selected\x20menu\x20has\x20this\x20visibility','\x20menu(s);\x20skip\x20','length','expectVisible','recovered','map','menu\x20visibility-update\x20requires\x20--menu-ids\x20or\x20--paths.','pageType','label','\x20changed\x20unexpectedly.','false','POST','/smartapi/menu/update','resourcesValid','warnings','datasetCode','2788953auvPvM'];a136_0x3538=function(){return _0x46f0ed;};return a136_0x3538();}import{asVerificationError,assertVerified,describeMenuErrorCause,fetchMutationSnapshot,hasFlag,isMenuResponseLoss,mapMenuApiError,menuDryRunResult,menuError,menuFailure,mutationResult,recheckMutationSnapshot,requireExplicitYes}from'../../commands/menu/shared/mutations.js';import{updateMenuEntity}from'../../commands/menu/shared/service.js';import{CliErrors}from'../../errors.js';function a136_0x2694(_0x51aaf1,_0x58d1d0){_0x51aaf1=_0x51aaf1-0x15e;const _0x3538ff=a136_0x3538();let _0x269405=_0x3538ff[_0x51aaf1];return _0x269405;}const BACKEND=[{'method':a136_0x16e0ff(0x189),'path':'/smartapi/menu/update'}];export const menuVisibilityUpdate={'service':a136_0x16e0ff(0x1ac),'command':a136_0x16e0ff(0x1ba),'description':a136_0x16e0ff(0x196),'risk':a136_0x16e0ff(0x1c8),'structuredErrors':!![],'flags':[{'name':a136_0x16e0ff(0x169),'type':'string','description':'Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update'},{'name':a136_0x16e0ff(0x161),'type':a136_0x16e0ff(0x1d5),'description':a136_0x16e0ff(0x170)},{'name':a136_0x16e0ff(0x1d2),'type':a136_0x16e0ff(0x16a),'required':!![],'description':a136_0x16e0ff(0x16f)},{'name':'expect-visible','type':a136_0x16e0ff(0x16a),'description':a136_0x16e0ff(0x17e)},{'name':'expected-count','type':a136_0x16e0ff(0x190),'description':a136_0x16e0ff(0x1d3)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x12fa57){parseInput(_0x12fa57),requireExplicitYes(_0x12fa57);},async 'dryRun'(_0x2d22b9){const _0x32f5da=a136_0x16e0ff,_0x4934c9=await buildPlan(_0x2d22b9,!![]),_0x124b3e=_0x4934c9[_0x32f5da(0x194)][_0x32f5da(0x171)]?.[_0x32f5da(0x180)]??0x0,_0x3f7720=_0x4934c9[_0x32f5da(0x194)][_0x32f5da(0x1b4)]['length']-_0x124b3e;return menuDryRunResult(_0x4934c9[_0x32f5da(0x194)],{'method':_0x32f5da(0x189),'url':'/smartapi/menu/update','body':{'updates':_0x4934c9[_0x32f5da(0x194)][_0x32f5da(0x171)]?.['map'](_0x4cf08f=>_0x4cf08f[_0x32f5da(0x1d0)])??[]},'description':'Would\x20update\x20visibility\x20for\x20'+_0x124b3e+_0x32f5da(0x17f)+_0x3f7720+_0x32f5da(0x1a7)});},async 'execute'(_0x5a4e6e){const _0x31fea3=a136_0x16e0ff;requireExplicitYes(_0x5a4e6e);const _0x249895=await buildPlan(_0x5a4e6e,![]);await recheckMutationSnapshot(_0x5a4e6e,_0x249895[_0x31fea3(0x194)],'update\x20menu\x20visibility');const _0x355156=[],_0x55399e=[],_0xf909=[];for(const _0x2e6d58 of _0x249895['plan'][_0x31fea3(0x1b4)]){if(_0x2e6d58[_0x31fea3(0x166)]['visible']===_0x249895[_0x31fea3(0x194)][_0x31fea3(0x1c1)]){_0x355156[_0x31fea3(0x19e)]({'id':_0x2e6d58['id'],'updated':![],'skipped':!![]});continue;}try{await updateMenuEntity(_0x5a4e6e[_0x31fea3(0x197)],_0x5a4e6e['cookie'],{'id':_0x2e6d58['id'],'visible':_0x249895[_0x31fea3(0x194)][_0x31fea3(0x1c1)]}),_0x355156['push']({'id':_0x2e6d58['id'],'updated':!![],'skipped':![]});}catch(_0x35a6be){const _0x3d5efc=mapMenuApiError(_0x35a6be,'update\x20visibility\x20for',_0x2e6d58['id']);if(isMenuResponseLoss(_0x35a6be)&&_0x3d5efc[_0x31fea3(0x1a8)]!=='menu_permission_denied'){_0xf909[_0x31fea3(0x19e)](_0x2e6d58['id']);continue;}_0x55399e[_0x31fea3(0x19e)]({'id':_0x2e6d58['id'],'stage':_0x31fea3(0x198),'code':_0x3d5efc['code'],'message':_0x3d5efc['message']});}}let _0x3dc735;try{_0x3dc735=await fetchMenuSnapshot(_0x5a4e6e[_0x31fea3(0x197)],_0x5a4e6e[_0x31fea3(0x162)]);}catch(_0x4479cc){const _0x27de9e=describeMenuErrorCause(_0x4479cc,'verify\x20menu\x20visibility\x20update'),_0x4dc94b=_0xf909[_0x31fea3(0x183)](_0x175e15=>({'id':_0x175e15,'stage':'update-recovery','code':_0x31fea3(0x1b9),'message':'Response\x20was\x20lost\x20for\x20menu\x20'+_0x175e15+'\x20and\x20final\x20state\x20could\x20not\x20be\x20read.','requestedStateConfirmed':![],'recovered':![]})),_0xa653bd={'stage':'verification','code':_0x31fea3(0x1b9),'message':'Final\x20menu\x20visibility\x20readback\x20failed.','targetIds':_0x249895[_0x31fea3(0x194)][_0x31fea3(0x1b4)][_0x31fea3(0x183)](_0x4bfd37=>_0x4bfd37['id']),'requestedStateConfirmed':![],..._0x27de9e};throw menuFailure(asVerificationError(_0x4479cc,'Visibility\x20update\x20requests\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20the\x20requested\x20state'),_0x249895[_0x31fea3(0x194)],{'stage':'verification','succeeded':_0x355156,'failedRecords':[..._0x55399e,..._0x4dc94b,_0xa653bd],'warnings':[_0x31fea3(0x1d4)],'verification':{'status':'failed','recoveredCount':0x0,'lookupCommand':'rabetbase\x20menu\x20list\x20--format\x20compress'}});}const _0x4202e6=[];for(const _0x4c51dc of _0x355156){const _0x5bf27e=Number(_0x4c51dc['id']),_0x445f18=_0x249895[_0x31fea3(0x172)][_0x31fea3(0x1a0)](_0x5bf27e),_0x287492=_0x3dc735[_0x31fea3(0x1c5)][_0x31fea3(0x1a0)](_0x5bf27e);try{verifyVisibilityUpdate(_0x445f18,_0x287492,_0x249895[_0x31fea3(0x194)][_0x31fea3(0x1c1)]);}catch(_0xfc4c4c){const _0x489483=asVerificationError(_0xfc4c4c,'Menu\x20'+_0x5bf27e+_0x31fea3(0x1a2));_0x4202e6[_0x31fea3(0x19e)]({'id':_0x5bf27e,'stage':_0x31fea3(0x1a9),'code':_0x489483['code'],'message':_0x489483[_0x31fea3(0x168)],'requestedStateConfirmed':![]});}}for(const _0x36667c of _0xf909){const _0x20a5ba=_0x249895[_0x31fea3(0x172)]['get'](_0x36667c),_0x51a590=_0x3dc735[_0x31fea3(0x1c5)]['get'](_0x36667c);try{verifyVisibilityUpdate(_0x20a5ba,_0x51a590,_0x249895[_0x31fea3(0x194)][_0x31fea3(0x1c1)]),_0x355156[_0x31fea3(0x19e)]({'id':_0x36667c,'updated':!![],'skipped':![],'recovered':!![]});}catch(_0x213cc5){const _0x9711d=asVerificationError(_0x213cc5,'Response\x20was\x20lost\x20and\x20menu\x20'+_0x36667c+_0x31fea3(0x16c));_0x4202e6[_0x31fea3(0x19e)]({'id':_0x36667c,'stage':_0x31fea3(0x1c6),'code':_0x9711d['code'],'message':_0x9711d['message'],'requestedStateConfirmed':![],'recovered':![]});}}if(_0x4202e6['length']>0x0){const _0x976bc0=_0x4202e6[_0x31fea3(0x183)](_0x771cf1=>Number(_0x771cf1['id'])),_0x3f727d=_0x355156[_0x31fea3(0x1d6)](_0x11ec80=>_0x11ec80[_0x31fea3(0x182)]===!![])[_0x31fea3(0x180)],_0xd55866=menuError('menu_verification_failed',_0x31fea3(0x164)+_0x976bc0[_0x31fea3(0x19d)](',\x20')+'.',_0x31fea3(0x1b2));throw menuFailure(_0xd55866,_0x249895[_0x31fea3(0x194)],{'stage':'verification','succeeded':_0x355156,'failedRecords':[..._0x55399e,..._0x4202e6],'warnings':[_0x31fea3(0x1b1)],'verification':{'status':'failed',..._0x976bc0[_0x31fea3(0x180)]===0x1?{'targetId':_0x976bc0[0x0]}:{'targetIds':_0x976bc0},'recoveredCount':_0x3f727d,'lookupCommand':_0x31fea3(0x19f)}});}const _0x49f6fc=_0x355156['filter'](_0x433511=>_0x433511[_0x31fea3(0x1d7)]===!![])[_0x31fea3(0x180)],_0x354fd6=_0x355156[_0x31fea3(0x180)]-_0x49f6fc,_0x4e80fd={..._0x249895['plan'],'succeeded':_0x355156,'failed':_0x55399e,'warnings':_0x55399e[_0x31fea3(0x180)]>0x0?[..._0x249895[_0x31fea3(0x194)]['warnings'],_0x31fea3(0x1ae)]:_0x249895[_0x31fea3(0x194)][_0x31fea3(0x18c)],'verification':{'checkedBy':_0x31fea3(0x1a6),'snapshotHash':_0x3dc735[_0x31fea3(0x178)],'matchesRequestedState':_0x55399e[_0x31fea3(0x180)]===0x0,'recoveredCount':_0xf909['length']}};return{'ok':_0x55399e[_0x31fea3(0x180)]===0x0,'data':_0x4e80fd,'message':_0x55399e[_0x31fea3(0x180)]===0x0?_0x31fea3(0x199)+_0x49f6fc+_0x31fea3(0x1ca)+_0x354fd6+_0x31fea3(0x1a7):_0x31fea3(0x17d)+_0x49f6fc+_0x31fea3(0x1c2)+_0x354fd6+_0x31fea3(0x19c)+_0x55399e[_0x31fea3(0x180)]+_0x31fea3(0x1b6)};}};function parseInput(_0x13fbdd){const _0x556c6d=a136_0x16e0ff,_0x2e8cfc=parseMenuIds(_0x13fbdd[_0x556c6d(0x19a)](_0x556c6d(0x169))),_0x24a81d=parseCsv(_0x13fbdd['str']('paths'));if(_0x2e8cfc[_0x556c6d(0x180)]===0x0&&_0x24a81d[_0x556c6d(0x180)]===0x0)throw CliErrors[_0x556c6d(0x173)](_0x556c6d(0x184));const _0x59c475=parseBooleanFlag(_0x13fbdd,'visible',!![]),_0xefe550=parseBooleanFlag(_0x13fbdd,_0x556c6d(0x1af),![]);let _0x410582;if(hasFlag(_0x13fbdd,_0x556c6d(0x179))){_0x410582=_0x13fbdd[_0x556c6d(0x1aa)](_0x556c6d(0x179));if(!Number[_0x556c6d(0x18f)](_0x410582)||_0x410582<0x0)throw CliErrors['validation'](_0x556c6d(0x17a));}return{'menuIds':_0x2e8cfc,'paths':_0x24a81d,'visible':_0x59c475,'expectVisible':_0xefe550,'expectedCount':_0x410582};}async function buildPlan(_0x425dfe,_0x3db529){const _0x24a486=a136_0x16e0ff,_0x4ae94f=parseInput(_0x425dfe),_0xabd9a1=await fetchMutationSnapshot(_0x425dfe,'update\x20menu\x20visibility'),_0x1a4ea6=selectTargets(_0xabd9a1[_0x24a486(0x1c0)],_0x4ae94f[_0x24a486(0x163)],_0x4ae94f[_0x24a486(0x161)]);if(_0x4ae94f[_0x24a486(0x1cc)]!==undefined&&_0x1a4ea6[_0x24a486(0x180)]!==_0x4ae94f[_0x24a486(0x1cc)])throw menuError('menu_expected_count_mismatch','Selected\x20'+_0x1a4ea6[_0x24a486(0x180)]+_0x24a486(0x1be)+_0x4ae94f[_0x24a486(0x1cc)]+'.','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expected-count.');if(_0x4ae94f[_0x24a486(0x181)]!==undefined){const _0x1e5bd0=_0x1a4ea6[_0x24a486(0x1d6)](_0x2a7422=>_0x2a7422[_0x24a486(0x1d2)]!==_0x4ae94f[_0x24a486(0x181)]);if(_0x1e5bd0[_0x24a486(0x180)]>0x0)throw menuError('menu_state_drift','Selected\x20menu\x20visibility\x20changed\x20for\x20id(s):\x20'+_0x1e5bd0['map'](_0x23be0f=>_0x23be0f['id'])[_0x24a486(0x19d)](',\x20')+'.',_0x24a486(0x15e));}const _0x22b7f4=_0x1a4ea6['map'](_0x442bbf=>({'id':_0x442bbf['id'],'label':_0x442bbf[_0x24a486(0x186)],'path':_0x442bbf[_0x24a486(0x195)],'before':{'visible':_0x442bbf['visible']},'after':{'visible':_0x4ae94f[_0x24a486(0x1d2)]}})),_0x3daa19=_0x22b7f4[_0x24a486(0x1d6)](_0xeec3f0=>_0xeec3f0['before'][_0x24a486(0x1d2)]!==_0x4ae94f['visible'])[_0x24a486(0x183)](_0x574dfe=>({'stage':_0x24a486(0x1b0),'method':'POST','path':_0x24a486(0x18a),'body':{'appCode':_0x425dfe['appCode'],'id':_0x574dfe['id'],'visible':_0x4ae94f['visible']}})),_0xbb3b4a=mutationResult({'operation':'visibility-update','selector':{'menuIds':_0x4ae94f[_0x24a486(0x163)],'paths':_0x4ae94f['paths']},'before':{'menus':_0x1a4ea6[_0x24a486(0x183)](_0x24abbb=>({'id':_0x24abbb['id'],'path':_0x24abbb[_0x24a486(0x195)],'visible':_0x24abbb['visible']}))},'after':{'menus':_0x1a4ea6[_0x24a486(0x183)](_0x1a9298=>({'id':_0x1a9298['id'],'path':_0x1a9298['path'],'visible':_0x4ae94f[_0x24a486(0x1d2)]}))},'dryRun':_0x3db529,'backend':[...BACKEND],'plannedActions':_0x3daa19,'snapshotHash':_0xabd9a1[_0x24a486(0x178)],'warnings':_0x3daa19[_0x24a486(0x180)]===0x0?['Every\x20selected\x20menu\x20already\x20has\x20the\x20requested\x20visibility;\x20no\x20write\x20is\x20needed.']:[]});return{'plan':{..._0xbb3b4a,'requestedVisible':_0x4ae94f[_0x24a486(0x1d2)],'targets':_0x22b7f4},'beforeById':new Map(_0x1a4ea6['map'](_0x1b9f7c=>[_0x1b9f7c['id'],_0x1b9f7c]))};}function selectTargets(_0x2a79b8,_0x803a9c,_0x28f3bc){const _0x26ca8e=a136_0x16e0ff,_0x2745c2=new Map(_0x2a79b8['map'](_0xccf883=>[_0xccf883['id'],_0xccf883])),_0x54b880=new Map(),_0x13c0f1=_0x803a9c[_0x26ca8e(0x1d6)](_0x31eeb1=>!_0x2745c2[_0x26ca8e(0x16e)](_0x31eeb1));if(_0x13c0f1['length']>0x0)throw menuError(_0x26ca8e(0x1ce),_0x26ca8e(0x1bd)+_0x13c0f1[_0x26ca8e(0x19d)](',\x20')+'.',_0x26ca8e(0x1a4));for(const _0xc957e6 of _0x803a9c){_0x54b880[_0x26ca8e(0x1a5)](_0xc957e6,_0x2745c2[_0x26ca8e(0x1a0)](_0xc957e6));}for(const _0x2ca679 of _0x28f3bc){const _0x32d246=_0x2a79b8[_0x26ca8e(0x1d6)](_0x1c3de8=>_0x1c3de8[_0x26ca8e(0x195)]===_0x2ca679);if(_0x32d246[_0x26ca8e(0x180)]===0x0)throw menuError(_0x26ca8e(0x1ce),_0x26ca8e(0x177)+JSON[_0x26ca8e(0x17b)](_0x2ca679)+'.',_0x26ca8e(0x160));if(_0x32d246[_0x26ca8e(0x180)]>0x1)throw menuError(_0x26ca8e(0x1bf),_0x26ca8e(0x167)+JSON[_0x26ca8e(0x17b)](_0x2ca679)+'.',_0x26ca8e(0x19b)+_0x32d246[_0x26ca8e(0x183)](_0x2ce2bc=>_0x2ce2bc['id'])[_0x26ca8e(0x19d)](',\x20')+'.');const _0x57460f=_0x32d246[0x0];_0x54b880[_0x26ca8e(0x1a5)](_0x57460f['id'],_0x57460f);}return[..._0x54b880[_0x26ca8e(0x16d)]()];}function parseMenuIds(_0x970995){const _0x332d7d=a136_0x16e0ff,_0x51f590=parseCsv(_0x970995),_0x1852c2=_0x51f590[_0x332d7d(0x183)](Number);if(_0x1852c2[_0x332d7d(0x1c9)](_0x3c4810=>!Number[_0x332d7d(0x18f)](_0x3c4810)||_0x3c4810<=0x0))throw CliErrors['validation'](_0x332d7d(0x1cd));return[...new Set(_0x1852c2)];}function parseCsv(_0x5be45b){const _0x1a066d=a136_0x16e0ff;return[...new Set(_0x5be45b[_0x1a066d(0x1b8)](',')[_0x1a066d(0x183)](_0x41daae=>_0x41daae[_0x1a066d(0x1c7)]())[_0x1a066d(0x1d6)](Boolean))];}function parseBooleanFlag(_0x488fbd,_0x537eac,_0x317a8a){const _0xef0e4=a136_0x16e0ff;if(!hasFlag(_0x488fbd,_0x537eac)){if(_0x317a8a)throw CliErrors[_0xef0e4(0x1ad)](_0x537eac);return undefined;}const _0x2e4dbb=_0x488fbd['rawFlags'][_0x537eac];if(_0x2e4dbb===!![]||_0x2e4dbb===![])return _0x2e4dbb;if(_0x2e4dbb===_0xef0e4(0x1a3))return!![];if(_0x2e4dbb===_0xef0e4(0x188))return![];throw CliErrors[_0xef0e4(0x173)]('--'+_0x537eac+_0xef0e4(0x1b7));}function verifyVisibilityUpdate(_0x1f18b0,_0x1cbbe7,_0x2eb692){const _0x55ec78=a136_0x16e0ff;assertVerified(!!_0x1cbbe7,_0x55ec78(0x192)+_0x1f18b0['id']+'\x20was\x20not\x20found\x20during\x20visibility\x20verification.'),assertVerified(_0x1cbbe7[_0x55ec78(0x1d2)]===_0x2eb692,_0x55ec78(0x192)+_0x1f18b0['id']+_0x55ec78(0x1c3));const _0x598787=[['id',_0x1cbbe7['id'],_0x1f18b0['id']],[_0x55ec78(0x16b),_0x1cbbe7[_0x55ec78(0x16b)],_0x1f18b0[_0x55ec78(0x16b)]],[_0x55ec78(0x1c4),_0x1cbbe7['depth'],_0x1f18b0[_0x55ec78(0x1c4)]],[_0x55ec78(0x186),_0x1cbbe7[_0x55ec78(0x186)],_0x1f18b0[_0x55ec78(0x186)]],[_0x55ec78(0x195),_0x1cbbe7[_0x55ec78(0x195)],_0x1f18b0[_0x55ec78(0x195)]],[_0x55ec78(0x1bc),_0x1cbbe7[_0x55ec78(0x1bc)],_0x1f18b0['url']],[_0x55ec78(0x176),_0x1cbbe7['type'],_0x1f18b0[_0x55ec78(0x176)]],[_0x55ec78(0x1a1),_0x1cbbe7['sort'],_0x1f18b0[_0x55ec78(0x1a1)]],[_0x55ec78(0x1cf),_0x1cbbe7[_0x55ec78(0x1cf)],_0x1f18b0['resources']],['resourcesValid',_0x1cbbe7[_0x55ec78(0x18b)],_0x1f18b0[_0x55ec78(0x18b)]],[_0x55ec78(0x165),_0x1cbbe7['childrenIds'],_0x1f18b0[_0x55ec78(0x165)]],['childrenCount',_0x1cbbe7['childrenCount'],_0x1f18b0['childrenCount']],[_0x55ec78(0x1b5),_0x1cbbe7['pageId'],_0x1f18b0[_0x55ec78(0x1b5)]],[_0x55ec78(0x185),_0x1cbbe7[_0x55ec78(0x185)],_0x1f18b0[_0x55ec78(0x185)]],[_0x55ec78(0x1ab),_0x1cbbe7[_0x55ec78(0x1ab)],_0x1f18b0['modelType']],[_0x55ec78(0x1cb),_0x1cbbe7[_0x55ec78(0x1cb)],_0x1f18b0[_0x55ec78(0x1cb)]],[_0x55ec78(0x18d),_0x1cbbe7[_0x55ec78(0x18d)],_0x1f18b0[_0x55ec78(0x18d)]]];for(const [_0x255b60,_0xcb26eb,_0x9ab825]of _0x598787){assertVerified(sameValue(_0xcb26eb,_0x9ab825),'Menu\x20'+_0x1f18b0['id']+'\x20'+_0x255b60+_0x55ec78(0x187));}}function sameValue(_0x24b80b,_0xded510){const _0x226bc9=a136_0x16e0ff;if(Array['isArray'](_0x24b80b)||Array[_0x226bc9(0x1bb)](_0xded510))return JSON[_0x226bc9(0x17b)](_0x24b80b)===JSON[_0x226bc9(0x17b)](_0xded510);return _0x24b80b===_0xded510;}
1
+ const a134_0x432d48=a134_0x4f01;(function(_0x242369,_0x2d64a3){const _0x71e078=a134_0x4f01,_0x367ca1=_0x242369();while(!![]){try{const _0x340ebe=-parseInt(_0x71e078(0x11e))/0x1+-parseInt(_0x71e078(0x146))/0x2+parseInt(_0x71e078(0x115))/0x3+-parseInt(_0x71e078(0x169))/0x4*(-parseInt(_0x71e078(0x121))/0x5)+-parseInt(_0x71e078(0x13e))/0x6*(-parseInt(_0x71e078(0x154))/0x7)+parseInt(_0x71e078(0x11d))/0x8*(parseInt(_0x71e078(0x14d))/0x9)+parseInt(_0x71e078(0x157))/0xa*(-parseInt(_0x71e078(0x109))/0xb);if(_0x340ebe===_0x2d64a3)break;else _0x367ca1['push'](_0x367ca1['shift']());}catch(_0x44ccc1){_0x367ca1['push'](_0x367ca1['shift']());}}}(a134_0x2381,0xe3d0b));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{fetchMenuSnapshot}from'../../commands/menu/shared/facts.js';import{asVerificationError,assertVerified,describeMenuErrorCause,fetchMutationSnapshot,hasFlag,isMenuResponseLoss,mapMenuApiError,menuDryRunResult,menuError,menuFailure,mutationResult,recheckMutationSnapshot,requireExplicitYes}from'../../commands/menu/shared/mutations.js';import{updateMenuEntity}from'../../commands/menu/shared/service.js';import{CliErrors}from'../../errors.js';const BACKEND=[{'method':a134_0x432d48(0x143),'path':'/smartapi/menu/update'}];function a134_0x2381(){const _0x198986=['number','stringify','Exact\x20comma-separated\x20menu\x20paths\x20to\x20update','Visibility\x20update\x20requests\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20the\x20requested\x20state','Response\x20was\x20lost\x20and\x20menu\x20','map','One\x20or\x20more\x20updates\x20may\x20have\x20changed\x20fields\x20outside\x20visibility;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','childrenIds','failed','flagMissing','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20an\x20exact\x20current\x20path.','/smartapi/menu/update','string','66AtpEHy','\x20visibility\x20could\x20not\x20be\x20verified\x20safely','Response\x20was\x20lost\x20for\x20menu\x20','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expect-visible.','targets','POST','split','update-recovery','1311074lqObCC','modelType','menu\x20visibility-update\x20requires\x20--menu-ids\x20or\x20--paths.','str','\x20menu(s),\x20expected\x20','Menu\x20visibility\x20update\x20completed:\x20','Selected\x20menu\x20visibility\x20changed\x20for\x20id(s):\x20','45lJsioE','before','expectedCount','Menu\x20path\x20selector\x20not\x20found:\x20','true','parentId','beforeById','877667FaCgQK','update-menu-visibility','resourcesValid','7750970GIlNlr','plannedActions','length','values','push','rabetbase\x20menu\x20list\x20--format\x20compress','body','message','filter','cookie','\x20skipped,\x20','Use\x20--menu-ids\x20with\x20one\x20or\x20more\x20of:\x20','\x20visibility\x20update\x20could\x20not\x20be\x20verified','warnings','menu\x20list','num','update','\x20menu(s);\x20skipped\x20','197836gnwWsg','join','validation','get','\x20changed\x20unexpectedly.','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expected-count.','code','expectVisible','url','pageType','set','byId','updated','hash','menu-ids','\x20menu(s);\x20skip\x20','\x20unchanged\x20menu(s).','--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.','plan','Updated\x20visibility\x20for\x20','type','Menu\x20','menu_state_drift','Selected\x20','label','Menu\x20visibility\x20update\x20could\x20not\x20be\x20verified\x20for\x20id(s):\x20','some','isArray','datasetCode','Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update','sort','paths','Menu\x20path\x20selector\x20matched\x20multiple\x20menus:\x20','expect-visible','depth','11PuEYnr','childrenCount','The\x20update\x20may\x20have\x20taken\x20effect;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20retrying.','Requested\x20menu\x20visibility','menu_selector_not_found','visible','high-risk-write','visibility-update','--expected-count\x20must\x20be\x20a\x20non-negative\x20integer.','menu_permission_denied','\x20and\x20final\x20state\x20could\x20not\x20be\x20read.','rawFlags','3464772rcYYhL','update\x20visibility\x20for','Set\x20exact\x20menus\x20visible\x20or\x20hidden\x20without\x20changing\x20their\x20routes\x20or\x20resources','boolean','appCode','resources','update\x20menu\x20visibility','\x20was\x20not\x20found\x20during\x20visibility\x20verification.','486872OUjFDC','623022VrXYLj','menu_expected_count_mismatch','Final\x20menu\x20visibility\x20readback\x20failed.','15vUOqSD','pageId','Failed\x20update\x20requests\x20were\x20not\x20retried;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','menu','menus','Would\x20update\x20visibility\x20for\x20','menuIds','path','expected-count','false','\x20failed.','requestedVisible','\x20visible\x20did\x20not\x20match\x20the\x20requested\x20state.','menu_verification_failed','Inspect\x20current\x20menu\x20facts\x20before\x20retrying\x20any\x20target.','isSafeInteger'];a134_0x2381=function(){return _0x198986;};return a134_0x2381();}export const menuVisibilityUpdate={'service':a134_0x432d48(0x124),'command':a134_0x432d48(0x110),'description':a134_0x432d48(0x117),'risk':a134_0x432d48(0x10f),'structuredErrors':!![],'flags':[{'name':a134_0x432d48(0x177),'type':'string','description':a134_0x432d48(0x186)},{'name':a134_0x432d48(0x188),'type':a134_0x432d48(0x13d),'description':a134_0x432d48(0x133)},{'name':a134_0x432d48(0x10e),'type':a134_0x432d48(0x118),'required':!![],'description':a134_0x432d48(0x10c)},{'name':a134_0x432d48(0x18a),'type':a134_0x432d48(0x118),'description':'Abort\x20unless\x20every\x20selected\x20menu\x20has\x20this\x20visibility'},{'name':a134_0x432d48(0x129),'type':a134_0x432d48(0x131),'description':'Abort\x20unless\x20the\x20exact\x20number\x20of\x20selected\x20menus\x20matches'},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x4fefce){parseInput(_0x4fefce),requireExplicitYes(_0x4fefce);},async 'dryRun'(_0x12d2b1){const _0x4718de=a134_0x432d48,_0x110ac1=await buildPlan(_0x12d2b1,!![]),_0xbeb85f=_0x110ac1[_0x4718de(0x17b)][_0x4718de(0x158)]?.[_0x4718de(0x159)]??0x0,_0xec9ae4=_0x110ac1[_0x4718de(0x17b)][_0x4718de(0x142)][_0x4718de(0x159)]-_0xbeb85f;return menuDryRunResult(_0x110ac1['plan'],{'method':'POST','url':'/smartapi/menu/update','body':{'updates':_0x110ac1[_0x4718de(0x17b)][_0x4718de(0x158)]?.[_0x4718de(0x136)](_0x26f3c2=>_0x26f3c2[_0x4718de(0x15d)])??[]},'description':_0x4718de(0x126)+_0xbeb85f+_0x4718de(0x178)+_0xec9ae4+_0x4718de(0x179)});},async 'execute'(_0x13df24){const _0x35f9b1=a134_0x432d48;requireExplicitYes(_0x13df24);const _0xf010c9=await buildPlan(_0x13df24,![]);await recheckMutationSnapshot(_0x13df24,_0xf010c9[_0x35f9b1(0x17b)],'update\x20menu\x20visibility');const _0xb93d1e=[],_0x4c0f3d=[],_0x39bb19=[];for(const _0x720b78 of _0xf010c9[_0x35f9b1(0x17b)][_0x35f9b1(0x142)]){if(_0x720b78[_0x35f9b1(0x14e)][_0x35f9b1(0x10e)]===_0xf010c9['plan'][_0x35f9b1(0x12c)]){_0xb93d1e[_0x35f9b1(0x15b)]({'id':_0x720b78['id'],'updated':![],'skipped':!![]});continue;}try{await updateMenuEntity(_0x13df24[_0x35f9b1(0x119)],_0x13df24[_0x35f9b1(0x160)],{'id':_0x720b78['id'],'visible':_0xf010c9['plan'][_0x35f9b1(0x12c)]}),_0xb93d1e[_0x35f9b1(0x15b)]({'id':_0x720b78['id'],'updated':!![],'skipped':![]});}catch(_0x23b24d){const _0x582368=mapMenuApiError(_0x23b24d,_0x35f9b1(0x116),_0x720b78['id']);if(isMenuResponseLoss(_0x23b24d)&&_0x582368[_0x35f9b1(0x16f)]!==_0x35f9b1(0x112)){_0x39bb19[_0x35f9b1(0x15b)](_0x720b78['id']);continue;}_0x4c0f3d[_0x35f9b1(0x15b)]({'id':_0x720b78['id'],'stage':_0x35f9b1(0x167),'code':_0x582368[_0x35f9b1(0x16f)],'message':_0x582368[_0x35f9b1(0x15e)]});}}let _0x3d11a0;try{_0x3d11a0=await fetchMenuSnapshot(_0x13df24[_0x35f9b1(0x119)],_0x13df24[_0x35f9b1(0x160)]);}catch(_0xde4af5){const _0x2a1bbf=describeMenuErrorCause(_0xde4af5,'verify\x20menu\x20visibility\x20update'),_0x8ebb15=_0x39bb19['map'](_0x512726=>({'id':_0x512726,'stage':_0x35f9b1(0x145),'code':_0x35f9b1(0x12e),'message':_0x35f9b1(0x140)+_0x512726+_0x35f9b1(0x113),'requestedStateConfirmed':![],'recovered':![]})),_0x124b81={'stage':'verification','code':_0x35f9b1(0x12e),'message':_0x35f9b1(0x120),'targetIds':_0xf010c9[_0x35f9b1(0x17b)]['targets'][_0x35f9b1(0x136)](_0x166f03=>_0x166f03['id']),'requestedStateConfirmed':![],..._0x2a1bbf};throw menuFailure(asVerificationError(_0xde4af5,_0x35f9b1(0x134)),_0xf010c9['plan'],{'stage':'verification','succeeded':_0xb93d1e,'failedRecords':[..._0x4c0f3d,..._0x8ebb15,_0x124b81],'warnings':[_0x35f9b1(0x10b)],'verification':{'status':_0x35f9b1(0x139),'recoveredCount':0x0,'lookupCommand':_0x35f9b1(0x15c)}});}const _0x324333=[];for(const _0x2fd67f of _0xb93d1e){const _0x518d6a=Number(_0x2fd67f['id']),_0x5b09f3=_0xf010c9[_0x35f9b1(0x153)][_0x35f9b1(0x16c)](_0x518d6a),_0x31e866=_0x3d11a0['byId'][_0x35f9b1(0x16c)](_0x518d6a);try{verifyVisibilityUpdate(_0x5b09f3,_0x31e866,_0xf010c9['plan'][_0x35f9b1(0x12c)]);}catch(_0x4476d7){const _0x15178d=asVerificationError(_0x4476d7,_0x35f9b1(0x17e)+_0x518d6a+_0x35f9b1(0x163));_0x324333[_0x35f9b1(0x15b)]({'id':_0x518d6a,'stage':'verification','code':_0x15178d['code'],'message':_0x15178d['message'],'requestedStateConfirmed':![]});}}for(const _0x1b8534 of _0x39bb19){const _0x49e44c=_0xf010c9[_0x35f9b1(0x153)][_0x35f9b1(0x16c)](_0x1b8534),_0x30b588=_0x3d11a0[_0x35f9b1(0x174)][_0x35f9b1(0x16c)](_0x1b8534);try{verifyVisibilityUpdate(_0x49e44c,_0x30b588,_0xf010c9[_0x35f9b1(0x17b)][_0x35f9b1(0x12c)]),_0xb93d1e[_0x35f9b1(0x15b)]({'id':_0x1b8534,'updated':!![],'skipped':![],'recovered':!![]});}catch(_0x19c354){const _0x2642d5=asVerificationError(_0x19c354,_0x35f9b1(0x135)+_0x1b8534+_0x35f9b1(0x13f));_0x324333[_0x35f9b1(0x15b)]({'id':_0x1b8534,'stage':_0x35f9b1(0x145),'code':_0x2642d5[_0x35f9b1(0x16f)],'message':_0x2642d5[_0x35f9b1(0x15e)],'requestedStateConfirmed':![],'recovered':![]});}}if(_0x324333[_0x35f9b1(0x159)]>0x0){const _0x1ec227=_0x324333[_0x35f9b1(0x136)](_0x1a5dcd=>Number(_0x1a5dcd['id'])),_0x2cf387=_0xb93d1e['filter'](_0x47f833=>_0x47f833['recovered']===!![])[_0x35f9b1(0x159)],_0x1c9537=menuError(_0x35f9b1(0x12e),_0x35f9b1(0x182)+_0x1ec227[_0x35f9b1(0x16a)](',\x20')+'.',_0x35f9b1(0x12f));throw menuFailure(_0x1c9537,_0xf010c9[_0x35f9b1(0x17b)],{'stage':'verification','succeeded':_0xb93d1e,'failedRecords':[..._0x4c0f3d,..._0x324333],'warnings':[_0x35f9b1(0x137)],'verification':{'status':'failed',..._0x1ec227[_0x35f9b1(0x159)]===0x1?{'targetId':_0x1ec227[0x0]}:{'targetIds':_0x1ec227},'recoveredCount':_0x2cf387,'lookupCommand':'rabetbase\x20menu\x20list\x20--format\x20compress'}});}const _0x4c336e=_0xb93d1e[_0x35f9b1(0x15f)](_0x5cf86e=>_0x5cf86e[_0x35f9b1(0x175)]===!![])['length'],_0x173814=_0xb93d1e[_0x35f9b1(0x159)]-_0x4c336e,_0x19ba44={..._0xf010c9[_0x35f9b1(0x17b)],'succeeded':_0xb93d1e,'failed':_0x4c0f3d,'warnings':_0x4c0f3d[_0x35f9b1(0x159)]>0x0?[..._0xf010c9[_0x35f9b1(0x17b)]['warnings'],_0x35f9b1(0x123)]:_0xf010c9['plan'][_0x35f9b1(0x164)],'verification':{'checkedBy':_0x35f9b1(0x165),'snapshotHash':_0x3d11a0[_0x35f9b1(0x176)],'matchesRequestedState':_0x4c0f3d[_0x35f9b1(0x159)]===0x0,'recoveredCount':_0x39bb19['length']}};return{'ok':_0x4c0f3d[_0x35f9b1(0x159)]===0x0,'data':_0x19ba44,'message':_0x4c0f3d[_0x35f9b1(0x159)]===0x0?_0x35f9b1(0x17c)+_0x4c336e+_0x35f9b1(0x168)+_0x173814+_0x35f9b1(0x179):_0x35f9b1(0x14b)+_0x4c336e+'\x20updated,\x20'+_0x173814+_0x35f9b1(0x161)+_0x4c0f3d[_0x35f9b1(0x159)]+_0x35f9b1(0x12b)};}};function parseInput(_0x20e2b7){const _0x2913b9=a134_0x432d48,_0x4b484b=parseMenuIds(_0x20e2b7[_0x2913b9(0x149)](_0x2913b9(0x177))),_0x380c4b=parseCsv(_0x20e2b7[_0x2913b9(0x149)]('paths'));if(_0x4b484b[_0x2913b9(0x159)]===0x0&&_0x380c4b[_0x2913b9(0x159)]===0x0)throw CliErrors[_0x2913b9(0x16b)](_0x2913b9(0x148));const _0x47d2df=parseBooleanFlag(_0x20e2b7,_0x2913b9(0x10e),!![]),_0x472a18=parseBooleanFlag(_0x20e2b7,_0x2913b9(0x18a),![]);let _0x3cd0d1;if(hasFlag(_0x20e2b7,'expected-count')){_0x3cd0d1=_0x20e2b7[_0x2913b9(0x166)](_0x2913b9(0x129));if(!Number['isSafeInteger'](_0x3cd0d1)||_0x3cd0d1<0x0)throw CliErrors[_0x2913b9(0x16b)](_0x2913b9(0x111));}return{'menuIds':_0x4b484b,'paths':_0x380c4b,'visible':_0x47d2df,'expectVisible':_0x472a18,'expectedCount':_0x3cd0d1};}async function buildPlan(_0x3126c0,_0x5d0bb3){const _0x30b931=a134_0x432d48,_0x1d0d93=parseInput(_0x3126c0),_0x1406ba=await fetchMutationSnapshot(_0x3126c0,_0x30b931(0x11b)),_0x5799df=selectTargets(_0x1406ba[_0x30b931(0x125)],_0x1d0d93['menuIds'],_0x1d0d93['paths']);if(_0x1d0d93[_0x30b931(0x14f)]!==undefined&&_0x5799df[_0x30b931(0x159)]!==_0x1d0d93[_0x30b931(0x14f)])throw menuError(_0x30b931(0x11f),_0x30b931(0x180)+_0x5799df[_0x30b931(0x159)]+_0x30b931(0x14a)+_0x1d0d93[_0x30b931(0x14f)]+'.',_0x30b931(0x16e));if(_0x1d0d93[_0x30b931(0x170)]!==undefined){const _0x209591=_0x5799df['filter'](_0x5698cf=>_0x5698cf['visible']!==_0x1d0d93['expectVisible']);if(_0x209591['length']>0x0)throw menuError(_0x30b931(0x17f),_0x30b931(0x14c)+_0x209591[_0x30b931(0x136)](_0x1e6e34=>_0x1e6e34['id'])[_0x30b931(0x16a)](',\x20')+'.',_0x30b931(0x141));}const _0x322101=_0x5799df[_0x30b931(0x136)](_0x1844b2=>({'id':_0x1844b2['id'],'label':_0x1844b2['label'],'path':_0x1844b2[_0x30b931(0x128)],'before':{'visible':_0x1844b2[_0x30b931(0x10e)]},'after':{'visible':_0x1d0d93[_0x30b931(0x10e)]}})),_0x4e3b8f=_0x322101[_0x30b931(0x15f)](_0xbfc44=>_0xbfc44[_0x30b931(0x14e)][_0x30b931(0x10e)]!==_0x1d0d93[_0x30b931(0x10e)])[_0x30b931(0x136)](_0x3b6346=>({'stage':_0x30b931(0x155),'method':_0x30b931(0x143),'path':_0x30b931(0x13c),'body':{'appCode':_0x3126c0[_0x30b931(0x119)],'id':_0x3b6346['id'],'visible':_0x1d0d93['visible']}})),_0x4cffe8=mutationResult({'operation':_0x30b931(0x110),'selector':{'menuIds':_0x1d0d93[_0x30b931(0x127)],'paths':_0x1d0d93[_0x30b931(0x188)]},'before':{'menus':_0x5799df['map'](_0x1fe421=>({'id':_0x1fe421['id'],'path':_0x1fe421[_0x30b931(0x128)],'visible':_0x1fe421[_0x30b931(0x10e)]}))},'after':{'menus':_0x5799df[_0x30b931(0x136)](_0x10e887=>({'id':_0x10e887['id'],'path':_0x10e887['path'],'visible':_0x1d0d93['visible']}))},'dryRun':_0x5d0bb3,'backend':[...BACKEND],'plannedActions':_0x4e3b8f,'snapshotHash':_0x1406ba['hash'],'warnings':_0x4e3b8f['length']===0x0?['Every\x20selected\x20menu\x20already\x20has\x20the\x20requested\x20visibility;\x20no\x20write\x20is\x20needed.']:[]});return{'plan':{..._0x4cffe8,'requestedVisible':_0x1d0d93['visible'],'targets':_0x322101},'beforeById':new Map(_0x5799df[_0x30b931(0x136)](_0x5e88de=>[_0x5e88de['id'],_0x5e88de]))};}function selectTargets(_0x5e6569,_0x4ef83b,_0x33752f){const _0x543933=a134_0x432d48,_0x122072=new Map(_0x5e6569['map'](_0x339777=>[_0x339777['id'],_0x339777])),_0x4146cf=new Map(),_0x51566b=_0x4ef83b[_0x543933(0x15f)](_0xcd3193=>!_0x122072['has'](_0xcd3193));if(_0x51566b['length']>0x0)throw menuError(_0x543933(0x10d),'Menu\x20id\x20selector(s)\x20not\x20found:\x20'+_0x51566b[_0x543933(0x16a)](',\x20')+'.','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20exact\x20current\x20ids.');for(const _0xa0a2d5 of _0x4ef83b){_0x4146cf[_0x543933(0x173)](_0xa0a2d5,_0x122072[_0x543933(0x16c)](_0xa0a2d5));}for(const _0x1b94d6 of _0x33752f){const _0x3d1494=_0x5e6569[_0x543933(0x15f)](_0x348830=>_0x348830[_0x543933(0x128)]===_0x1b94d6);if(_0x3d1494['length']===0x0)throw menuError(_0x543933(0x10d),_0x543933(0x150)+JSON[_0x543933(0x132)](_0x1b94d6)+'.',_0x543933(0x13b));if(_0x3d1494[_0x543933(0x159)]>0x1)throw menuError('menu_selector_ambiguous',_0x543933(0x189)+JSON['stringify'](_0x1b94d6)+'.',_0x543933(0x162)+_0x3d1494[_0x543933(0x136)](_0x3c2c02=>_0x3c2c02['id'])[_0x543933(0x16a)](',\x20')+'.');const _0x20e4d7=_0x3d1494[0x0];_0x4146cf[_0x543933(0x173)](_0x20e4d7['id'],_0x20e4d7);}return[..._0x4146cf[_0x543933(0x15a)]()];}function parseMenuIds(_0x25366f){const _0x26da57=a134_0x432d48,_0x1a566f=parseCsv(_0x25366f),_0x1bdf6a=_0x1a566f[_0x26da57(0x136)](Number);if(_0x1bdf6a[_0x26da57(0x183)](_0x8fb63e=>!Number[_0x26da57(0x130)](_0x8fb63e)||_0x8fb63e<=0x0))throw CliErrors[_0x26da57(0x16b)](_0x26da57(0x17a));return[...new Set(_0x1bdf6a)];}function parseCsv(_0x1ffb36){const _0xca34cb=a134_0x432d48;return[...new Set(_0x1ffb36[_0xca34cb(0x144)](',')['map'](_0x286c43=>_0x286c43['trim']())['filter'](Boolean))];}function parseBooleanFlag(_0x59e9a9,_0x4ed325,_0x37e739){const _0x190c14=a134_0x432d48;if(!hasFlag(_0x59e9a9,_0x4ed325)){if(_0x37e739)throw CliErrors[_0x190c14(0x13a)](_0x4ed325);return undefined;}const _0x443cf4=_0x59e9a9[_0x190c14(0x114)][_0x4ed325];if(_0x443cf4===!![]||_0x443cf4===![])return _0x443cf4;if(_0x443cf4===_0x190c14(0x151))return!![];if(_0x443cf4===_0x190c14(0x12a))return![];throw CliErrors[_0x190c14(0x16b)]('--'+_0x4ed325+'\x20must\x20be\x20true\x20or\x20false.');}function a134_0x4f01(_0x3be524,_0x2e7567){_0x3be524=_0x3be524-0x109;const _0x23817c=a134_0x2381();let _0x4f0179=_0x23817c[_0x3be524];return _0x4f0179;}function verifyVisibilityUpdate(_0x3be305,_0x489f10,_0x3fa424){const _0x4387db=a134_0x432d48;assertVerified(!!_0x489f10,_0x4387db(0x17e)+_0x3be305['id']+_0x4387db(0x11c)),assertVerified(_0x489f10[_0x4387db(0x10e)]===_0x3fa424,_0x4387db(0x17e)+_0x3be305['id']+_0x4387db(0x12d));const _0x417b35=[['id',_0x489f10['id'],_0x3be305['id']],['parentId',_0x489f10[_0x4387db(0x152)],_0x3be305[_0x4387db(0x152)]],[_0x4387db(0x18b),_0x489f10[_0x4387db(0x18b)],_0x3be305[_0x4387db(0x18b)]],[_0x4387db(0x181),_0x489f10[_0x4387db(0x181)],_0x3be305[_0x4387db(0x181)]],['path',_0x489f10['path'],_0x3be305[_0x4387db(0x128)]],[_0x4387db(0x171),_0x489f10[_0x4387db(0x171)],_0x3be305[_0x4387db(0x171)]],[_0x4387db(0x17d),_0x489f10[_0x4387db(0x17d)],_0x3be305[_0x4387db(0x17d)]],[_0x4387db(0x187),_0x489f10[_0x4387db(0x187)],_0x3be305[_0x4387db(0x187)]],['resources',_0x489f10[_0x4387db(0x11a)],_0x3be305['resources']],[_0x4387db(0x156),_0x489f10['resourcesValid'],_0x3be305[_0x4387db(0x156)]],[_0x4387db(0x138),_0x489f10[_0x4387db(0x138)],_0x3be305['childrenIds']],[_0x4387db(0x10a),_0x489f10[_0x4387db(0x10a)],_0x3be305['childrenCount']],[_0x4387db(0x122),_0x489f10[_0x4387db(0x122)],_0x3be305[_0x4387db(0x122)]],[_0x4387db(0x172),_0x489f10[_0x4387db(0x172)],_0x3be305['pageType']],[_0x4387db(0x147),_0x489f10[_0x4387db(0x147)],_0x3be305['modelType']],['datasetId',_0x489f10['datasetId'],_0x3be305['datasetId']],[_0x4387db(0x185),_0x489f10[_0x4387db(0x185)],_0x3be305[_0x4387db(0x185)]]];for(const [_0x4f8786,_0x52e17e,_0xb57948]of _0x417b35){assertVerified(sameValue(_0x52e17e,_0xb57948),_0x4387db(0x17e)+_0x3be305['id']+'\x20'+_0x4f8786+_0x4387db(0x16d));}}function sameValue(_0x60156e,_0x38fc13){const _0x2c739b=a134_0x432d48;if(Array[_0x2c739b(0x184)](_0x60156e)||Array[_0x2c739b(0x184)](_0x38fc13))return JSON[_0x2c739b(0x132)](_0x60156e)===JSON[_0x2c739b(0x132)](_0x38fc13);return _0x60156e===_0x38fc13;}
@@ -1 +1 @@
1
- const a137_0x514e62=a137_0x163e;function a137_0x6271(){const _0x55a3f5=['8PNJDpx','configName','POST','configCode','channelType','23qWeULT','1511111gUNnXi','connectTimeout','9UQlcqv','Notification\x20config\x20create\x20returned\x20no\x20usable\x20server\x20ID.','7457483mdCswU','15650OxyPXN','description','172vZJEeO','429081bBtXHV','mutation','6562370GoPyRI','write','Inspect\x20with\x20','/notification/channel-config/create','77135aVvGsh','2145036uQYyHY','channelConfig','planned','notification_config_create_outcome_unknown','document','config-create','isSafeInteger',';\x20no\x20automatic\x20retry\x20was\x20attempted.',';\x20do\x20not\x20resubmit.','endpointUrl','verification','create','appCode'];a137_0x6271=function(){return _0x55a3f5;};return a137_0x6271();}(function(_0x58fd73,_0x1260aa){const _0x4ca1ed=a137_0x163e,_0x5361a1=_0x58fd73();while(!![]){try{const _0x2e199c=-parseInt(_0x4ca1ed(0x110))/0x1*(parseInt(_0x4ca1ed(0x116))/0x2)+-parseInt(_0x4ca1ed(0x119))/0x3+-parseInt(_0x4ca1ed(0x118))/0x4*(parseInt(_0x4ca1ed(0x11f))/0x5)+parseInt(_0x4ca1ed(0xfe))/0x6+parseInt(_0x4ca1ed(0x111))/0x7*(-parseInt(_0x4ca1ed(0x10b))/0x8)+parseInt(_0x4ca1ed(0x113))/0x9*(parseInt(_0x4ca1ed(0x11b))/0xa)+parseInt(_0x4ca1ed(0x115))/0xb;if(_0x2e199c===_0x1260aa)break;else _0x5361a1['push'](_0x5361a1['shift']());}catch(_0x3ce71d){_0x5361a1['push'](_0x5361a1['shift']());}}}(a137_0x6271,0x777f4));import{asDryRunResult}from'../../commands/common/dry-run.js';import{createNotificationChannelConfig,getNotificationChannelConfig,isPlatformTransportFailure}from'../../core/api-client.js';import{assertSingleNotificationSource,createMutationInput,DEFAULT_NOTIFICATION_CONNECT_TIMEOUT,DEFAULT_NOTIFICATION_READ_TIMEOUT,normalizeExactNotificationConfig,notificationError,notificationLookupCommand,NOTIFICATION_APP_FLAG,NOTIFICATION_INPUT_FLAGS,projectNotificationConfig,readNotificationDocument,safeApiFailure}from'../../commands/notification/shared.js';const CREATE_PATH=a137_0x514e62(0x11e);async function prepareCreate(_0x28c5ff){const _0xa491fb=a137_0x514e62,_0x46bb4e=await readNotificationDocument(_0x28c5ff,_0xa491fb(0x109)),_0x17f50a=createMutationInput(_0x28c5ff[_0xa491fb(0x10a)],_0x46bb4e);return{'document':_0x46bb4e,'input':_0x17f50a,'planned':projectNotificationConfig({'appCode':_0x28c5ff[_0xa491fb(0x10a)],'configName':_0x46bb4e['configName'],'channelType':_0x46bb4e[_0xa491fb(0x10f)],'endpointUrl':_0x46bb4e[_0xa491fb(0x107)],'channelConfig':_0x46bb4e[_0xa491fb(0xff)],'description':_0x46bb4e[_0xa491fb(0x117)],'connectTimeout':_0x46bb4e[_0xa491fb(0x112)]??DEFAULT_NOTIFICATION_CONNECT_TIMEOUT,'readTimeout':_0x46bb4e['readTimeout']??DEFAULT_NOTIFICATION_READ_TIMEOUT})};}function a137_0x163e(_0xbff865,_0x2b2d2e){_0xbff865=_0xbff865-0xfe;const _0x62715c=a137_0x6271();let _0x163ecb=_0x62715c[_0xbff865];return _0x163ecb;}export const notificationConfigCreate={'service':'notification','command':a137_0x514e62(0x103),'description':'Create\x20an\x20app-level\x20notification\x20config\x20from\x20a\x20secure\x20JSON\x20source','risk':a137_0x514e62(0x11c),'requiresAppCode':!![],'structuredErrors':!![],'flags':[...NOTIFICATION_INPUT_FLAGS,NOTIFICATION_APP_FLAG],async 'validate'(_0x8a1718){assertSingleNotificationSource(_0x8a1718);},async 'dryRun'(_0x19bddf){const _0x1b766e=a137_0x514e62,_0x29f9c4=await prepareCreate(_0x19bddf),_0x492dd3=notificationLookupCommand(_0x19bddf[_0x1b766e(0x10a)],_0x29f9c4[_0x1b766e(0x102)][_0x1b766e(0x10f)]);return asDryRunResult({'operation':_0x1b766e(0x109),'selector':{'appCode':_0x19bddf[_0x1b766e(0x10a)],'configName':_0x29f9c4['document'][_0x1b766e(0x10c)],'channelType':_0x29f9c4[_0x1b766e(0x102)][_0x1b766e(0x10f)]},'before':null,'after':_0x29f9c4[_0x1b766e(0x100)],'dryRun':!![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':[],'verification':{'status':'planned','lookupCommand':_0x492dd3}},{'method':_0x1b766e(0x10d),'url':CREATE_PATH});},async 'execute'(_0x203549){const _0x3fe219=a137_0x514e62,_0x537ab8=await prepareCreate(_0x203549),_0x3193c5=notificationLookupCommand(_0x203549['appCode'],_0x537ab8[_0x3fe219(0x102)]['channelType']);let _0x388664;try{_0x388664=await createNotificationChannelConfig(_0x537ab8['input']);}catch(_0x3453b6){if(isPlatformTransportFailure(_0x3453b6))throw notificationError(_0x3fe219(0x101),'Notification\x20config\x20create\x20outcome\x20is\x20unknown\x20because\x20no\x20server\x20ID\x20was\x20received.',_0x3fe219(0x11d)+_0x3193c5+';\x20do\x20not\x20resubmit.');throw safeApiFailure(_0x3fe219(0x109),_0x3fe219(0x11a),_0x3fe219(0x11d)+_0x3193c5+_0x3fe219(0x105));}if(!Number[_0x3fe219(0x104)](_0x388664)||_0x388664<=0x0)throw notificationError(_0x3fe219(0x101),_0x3fe219(0x114),_0x3fe219(0x11d)+_0x3193c5+_0x3fe219(0x106));let _0x5f17dc;try{const _0x4d2275=await getNotificationChannelConfig(_0x388664,_0x203549[_0x3fe219(0x10a)]);_0x5f17dc=normalizeExactNotificationConfig(_0x4d2275,_0x388664,_0x203549[_0x3fe219(0x10a)]);}catch{throw safeApiFailure('create',_0x3fe219(0x108),'Inspect\x20with\x20'+_0x3193c5+';\x20do\x20not\x20resubmit\x20automatically.');}return{'ok':!![],'data':{'operation':'create','selector':{'appCode':_0x5f17dc[_0x3fe219(0x10a)],'id':_0x5f17dc['id'],'configCode':_0x5f17dc[_0x3fe219(0x10e)],'configName':_0x5f17dc[_0x3fe219(0x10c)],'channelType':_0x5f17dc[_0x3fe219(0x10f)]},'before':null,'after':projectNotificationConfig(_0x5f17dc),'dryRun':![],'backend':{'method':_0x3fe219(0x10d),'path':CREATE_PATH},'warnings':[],'verification':{'status':'verified','lookupCommand':_0x3193c5}},'message':'Created\x20notification\x20config\x20'+_0x5f17dc['id']};}};
1
+ const a135_0x39257e=a135_0x5c2a;function a135_0x2ba3(){const _0x4fd5e8=['5TpvbFf','channelType','connectTimeout','config-create','description','Inspect\x20with\x20','verification','385879eHpYPT','2568988BcMknd','POST','1333759YhzbEX','write','1098608RIlXqd',';\x20do\x20not\x20resubmit.','Notification\x20config\x20create\x20outcome\x20is\x20unknown\x20because\x20no\x20server\x20ID\x20was\x20received.','isSafeInteger','channelConfig','notification_config_create_outcome_unknown',';\x20no\x20automatic\x20retry\x20was\x20attempted.','mutation','2787222LiGnSX','readTimeout','planned','endpointUrl','document','Notification\x20config\x20create\x20returned\x20no\x20usable\x20server\x20ID.','appCode','Create\x20an\x20app-level\x20notification\x20config\x20from\x20a\x20secure\x20JSON\x20source','514534zNgLlk','Created\x20notification\x20config\x20','verified','configName','create','1844124lsPHSd',';\x20do\x20not\x20resubmit\x20automatically.'];a135_0x2ba3=function(){return _0x4fd5e8;};return a135_0x2ba3();}(function(_0x2045aa,_0x339f4e){const _0x4c1ba3=a135_0x5c2a,_0xa830d6=_0x2045aa();while(!![]){try{const _0x4208ff=-parseInt(_0x4c1ba3(0x7d))/0x1+parseInt(_0x4c1ba3(0x92))/0x2+parseInt(_0x4c1ba3(0x97))/0x3+-parseInt(_0x4c1ba3(0x7e))/0x4+parseInt(_0x4c1ba3(0x99))/0x5*(parseInt(_0x4c1ba3(0x8a))/0x6)+parseInt(_0x4c1ba3(0x80))/0x7+-parseInt(_0x4c1ba3(0x82))/0x8;if(_0x4208ff===_0x339f4e)break;else _0xa830d6['push'](_0xa830d6['shift']());}catch(_0x58922e){_0xa830d6['push'](_0xa830d6['shift']());}}}(a135_0x2ba3,0x5847d));import{asDryRunResult}from'../../commands/common/dry-run.js';import{createNotificationChannelConfig,getNotificationChannelConfig,isPlatformTransportFailure}from'../../core/api-client.js';import{assertSingleNotificationSource,createMutationInput,DEFAULT_NOTIFICATION_CONNECT_TIMEOUT,DEFAULT_NOTIFICATION_READ_TIMEOUT,normalizeExactNotificationConfig,notificationError,notificationLookupCommand,NOTIFICATION_APP_FLAG,NOTIFICATION_INPUT_FLAGS,projectNotificationConfig,readNotificationDocument,safeApiFailure}from'../../commands/notification/shared.js';function a135_0x5c2a(_0x213546,_0x1cc75a){_0x213546=_0x213546-0x7a;const _0x2ba3e3=a135_0x2ba3();let _0x5c2a19=_0x2ba3e3[_0x213546];return _0x5c2a19;}const CREATE_PATH='/notification/channel-config/create';async function prepareCreate(_0x44e447){const _0x6216f0=a135_0x5c2a,_0x16b568=await readNotificationDocument(_0x44e447,'create'),_0x3e69da=createMutationInput(_0x44e447[_0x6216f0(0x90)],_0x16b568);return{'document':_0x16b568,'input':_0x3e69da,'planned':projectNotificationConfig({'appCode':_0x44e447[_0x6216f0(0x90)],'configName':_0x16b568[_0x6216f0(0x95)],'channelType':_0x16b568[_0x6216f0(0x9a)],'endpointUrl':_0x16b568[_0x6216f0(0x8d)],'channelConfig':_0x16b568[_0x6216f0(0x86)],'description':_0x16b568[_0x6216f0(0x7a)],'connectTimeout':_0x16b568[_0x6216f0(0x9b)]??DEFAULT_NOTIFICATION_CONNECT_TIMEOUT,'readTimeout':_0x16b568[_0x6216f0(0x8b)]??DEFAULT_NOTIFICATION_READ_TIMEOUT})};}export const notificationConfigCreate={'service':'notification','command':a135_0x39257e(0x9c),'description':a135_0x39257e(0x91),'risk':a135_0x39257e(0x81),'requiresAppCode':!![],'structuredErrors':!![],'flags':[...NOTIFICATION_INPUT_FLAGS,NOTIFICATION_APP_FLAG],async 'validate'(_0x4e49dd){assertSingleNotificationSource(_0x4e49dd);},async 'dryRun'(_0x59e5da){const _0x52a94b=a135_0x39257e,_0x1b51df=await prepareCreate(_0x59e5da),_0x644ecf=notificationLookupCommand(_0x59e5da[_0x52a94b(0x90)],_0x1b51df[_0x52a94b(0x8e)]['channelType']);return asDryRunResult({'operation':_0x52a94b(0x96),'selector':{'appCode':_0x59e5da[_0x52a94b(0x90)],'configName':_0x1b51df['document']['configName'],'channelType':_0x1b51df[_0x52a94b(0x8e)][_0x52a94b(0x9a)]},'before':null,'after':_0x1b51df[_0x52a94b(0x8c)],'dryRun':!![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':[],'verification':{'status':'planned','lookupCommand':_0x644ecf}},{'method':'POST','url':CREATE_PATH});},async 'execute'(_0x4e4789){const _0x588887=a135_0x39257e,_0x10de7c=await prepareCreate(_0x4e4789),_0x448106=notificationLookupCommand(_0x4e4789[_0x588887(0x90)],_0x10de7c[_0x588887(0x8e)][_0x588887(0x9a)]);let _0x4abd76;try{_0x4abd76=await createNotificationChannelConfig(_0x10de7c['input']);}catch(_0x189c87){if(isPlatformTransportFailure(_0x189c87))throw notificationError(_0x588887(0x87),_0x588887(0x84),_0x588887(0x7b)+_0x448106+_0x588887(0x83));throw safeApiFailure(_0x588887(0x96),_0x588887(0x89),_0x588887(0x7b)+_0x448106+_0x588887(0x88));}if(!Number[_0x588887(0x85)](_0x4abd76)||_0x4abd76<=0x0)throw notificationError('notification_config_create_outcome_unknown',_0x588887(0x8f),_0x588887(0x7b)+_0x448106+_0x588887(0x83));let _0x5a7cef;try{const _0x16d076=await getNotificationChannelConfig(_0x4abd76,_0x4e4789['appCode']);_0x5a7cef=normalizeExactNotificationConfig(_0x16d076,_0x4abd76,_0x4e4789[_0x588887(0x90)]);}catch{throw safeApiFailure(_0x588887(0x96),_0x588887(0x7c),_0x588887(0x7b)+_0x448106+_0x588887(0x98));}return{'ok':!![],'data':{'operation':'create','selector':{'appCode':_0x5a7cef[_0x588887(0x90)],'id':_0x5a7cef['id'],'configCode':_0x5a7cef['configCode'],'configName':_0x5a7cef[_0x588887(0x95)],'channelType':_0x5a7cef[_0x588887(0x9a)]},'before':null,'after':projectNotificationConfig(_0x5a7cef),'dryRun':![],'backend':{'method':_0x588887(0x7f),'path':CREATE_PATH},'warnings':[],'verification':{'status':_0x588887(0x94),'lookupCommand':_0x448106}},'message':_0x588887(0x93)+_0x5a7cef['id']};}};
@@ -1 +1 @@
1
- const a138_0x5bc245=a138_0x2f83;(function(_0x227873,_0x5c9173){const _0x4bf8f0=a138_0x2f83,_0x4ac4a7=_0x227873();while(!![]){try{const _0xff9a00=-parseInt(_0x4bf8f0(0xea))/0x1+parseInt(_0x4bf8f0(0xda))/0x2*(parseInt(_0x4bf8f0(0xf6))/0x3)+parseInt(_0x4bf8f0(0xed))/0x4*(-parseInt(_0x4bf8f0(0xec))/0x5)+parseInt(_0x4bf8f0(0xf2))/0x6+-parseInt(_0x4bf8f0(0xd8))/0x7*(-parseInt(_0x4bf8f0(0xf0))/0x8)+-parseInt(_0x4bf8f0(0xf5))/0x9*(-parseInt(_0x4bf8f0(0xe3))/0xa)+parseInt(_0x4bf8f0(0xee))/0xb;if(_0xff9a00===_0x5c9173)break;else _0x4ac4a7['push'](_0x4ac4a7['shift']());}catch(_0xe2a696){_0x4ac4a7['push'](_0x4ac4a7['shift']());}}}(a138_0x57ce,0x20ad3));import{asDryRunResult}from'../../commands/common/dry-run.js';function a138_0x2f83(_0x40cc33,_0x406f8a){_0x40cc33=_0x40cc33-0xd7;const _0x57ce17=a138_0x57ce();let _0x2f83d7=_0x57ce17[_0x40cc33];return _0x2f83d7;}import{deleteNotificationChannelConfig,isPlatformTransportFailure,listNotificationChannelConfigs}from'../../core/api-client.js';import{notificationError,notificationLookupCommand,notificationSelector,NOTIFICATION_APP_FLAG,NOTIFICATION_ID_FLAG,projectNotificationConfig,readNotificationId,requireNotificationExplicitYes,requireExactNotificationConfig,safeApiFailure,validateNotificationDeleteReadback}from'../../commands/notification/shared.js';const DELETE_PATH=a138_0x5bc245(0xe7),REFERENCE_WARNING='Deleting\x20this\x20app-level\x20config\x20may\x20make\x20dataset-level\x20channels\x20that\x20reference\x20it\x20unavailable;\x20dataset\x20references\x20were\x20not\x20verified\x20by\x20the\x20CLI.';async function prepareDelete(_0x3ec000){const _0x54a013=a138_0x5bc245,_0xb3e0ab=readNotificationId(_0x3ec000),_0xd6d486=await requireExactNotificationConfig(_0x3ec000[_0x54a013(0xd9)],_0xb3e0ab,_0x54a013(0xe4));return{'id':_0xb3e0ab,'before':_0xd6d486};}export const notificationConfigDelete={'service':a138_0x5bc245(0xe9),'command':a138_0x5bc245(0xf1),'description':a138_0x5bc245(0xe5),'risk':a138_0x5bc245(0xf4),'requiresAppCode':!![],'structuredErrors':!![],'flags':[NOTIFICATION_ID_FLAG,NOTIFICATION_APP_FLAG],async 'validate'(_0xc3bf89){readNotificationId(_0xc3bf89),requireNotificationExplicitYes(_0xc3bf89);},async 'dryRun'(_0x1a6a56){const _0x193642=a138_0x5bc245,_0x1e0bf0=await prepareDelete(_0x1a6a56),_0x549fc0=notificationLookupCommand(_0x1a6a56[_0x193642(0xd9)],_0x1e0bf0['before'][_0x193642(0xfa)]);return asDryRunResult({'operation':_0x193642(0xe4),'selector':notificationSelector(_0x1e0bf0['before']),'before':projectNotificationConfig(_0x1e0bf0[_0x193642(0xeb)]),'after':null,'dryRun':!![],'backend':{'method':_0x193642(0xe2),'path':DELETE_PATH},'warnings':[REFERENCE_WARNING],'verification':{'status':_0x193642(0xdc),'lookupCommand':_0x549fc0}},{'method':'POST','url':DELETE_PATH});},async 'execute'(_0x1f995f){const _0x34888d=a138_0x5bc245;requireNotificationExplicitYes(_0x1f995f);const _0xd1ea3a=await prepareDelete(_0x1f995f),_0x18c272=notificationLookupCommand(_0x1f995f[_0x34888d(0xd9)],_0xd1ea3a[_0x34888d(0xeb)][_0x34888d(0xfa)]);let _0x4a1b9a=![];try{await deleteNotificationChannelConfig(_0xd1ea3a['id'],_0x1f995f[_0x34888d(0xd9)]);}catch(_0x32e242){if(!isPlatformTransportFailure(_0x32e242))throw safeApiFailure(_0x34888d(0xe4),_0x34888d(0xf8),_0x34888d(0xf3)+_0x18c272+_0x34888d(0xdd));_0x4a1b9a=!![];}let _0xa31153;try{_0xa31153=await listNotificationChannelConfigs(_0x1f995f[_0x34888d(0xd9)],_0xd1ea3a['before'][_0x34888d(0xfa)]),validateNotificationDeleteReadback(_0xa31153,_0x1f995f[_0x34888d(0xd9)],_0xd1ea3a[_0x34888d(0xeb)][_0x34888d(0xfa)]);}catch{throw notificationError(_0x4a1b9a?_0x34888d(0xef):_0x34888d(0xd7),_0x34888d(0xde)+_0xd1ea3a['id']+_0x34888d(0xe6),'Inspect\x20with\x20'+_0x18c272+_0x34888d(0xe8));}if(_0xa31153['some'](_0x49df36=>_0x49df36['id']===_0xd1ea3a['id']))throw notificationError(_0x4a1b9a?_0x34888d(0xef):_0x34888d(0xf9),_0x34888d(0xde)+_0xd1ea3a['id']+_0x34888d(0xdb),'Inspect\x20with\x20'+_0x18c272+_0x34888d(0xe8));const _0x19f29a=[REFERENCE_WARNING];return _0x4a1b9a&&_0x19f29a[_0x34888d(0xdf)](_0x34888d(0xe1)),{'ok':!![],'data':{'operation':'delete','selector':notificationSelector(_0xd1ea3a[_0x34888d(0xeb)]),'before':projectNotificationConfig(_0xd1ea3a[_0x34888d(0xeb)]),'after':null,'dryRun':![],'backend':{'method':'POST','path':DELETE_PATH},'warnings':_0x19f29a,'verification':{'status':_0x34888d(0xe0),'absenceConfirmed':!![],'recoveredAfterUnknownResponse':_0x4a1b9a,'lookupCommand':_0x18c272}},'message':_0x34888d(0xf7)+_0xd1ea3a['id']};}};function a138_0x57ce(){const _0x1b6dd8=['270QQKvWT','delete','Delete\x20an\x20app-level\x20notification\x20config\x20after\x20exact\x20preflight','\x20delete\x20could\x20not\x20be\x20verified.','/notification/channel-config/delete',';\x20do\x20not\x20resubmit\x20automatically.','notification','151459NoYSFx','before','15cQgRaK','164204vnJbfp','25817PruYLg','notification_config_delete_outcome_unknown','162952ZLzNSF','config-delete','86676znJpci','Inspect\x20with\x20','high-risk-write','65943wzQCdm','39JPRaaf','Deleted\x20notification\x20config\x20','mutation','notification_config_delete_verification_failed','channelType','notification_config_delete_verification_unavailable','35AedWDv','appCode','14152EpssKa','\x20remains\x20present\x20after\x20delete.','planned',';\x20no\x20automatic\x20retry\x20was\x20attempted.','Notification\x20config\x20','unshift','verified','Delete\x20response\x20was\x20unavailable;\x20list\x20readback\x20proved\x20ID\x20absence\x20without\x20resubmitting.','POST'];a138_0x57ce=function(){return _0x1b6dd8;};return a138_0x57ce();}
1
+ function a136_0x4f5a(_0x2d6223,_0x10f357){_0x2d6223=_0x2d6223-0x1ab;const _0x4c6232=a136_0x4c62();let _0x4f5ab2=_0x4c6232[_0x2d6223];return _0x4f5ab2;}const a136_0x4316bd=a136_0x4f5a;(function(_0xe06cb9,_0x4b0684){const _0x1f8ed5=a136_0x4f5a,_0x39bd29=_0xe06cb9();while(!![]){try{const _0xf00d63=-parseInt(_0x1f8ed5(0x1b1))/0x1*(-parseInt(_0x1f8ed5(0x1bc))/0x2)+parseInt(_0x1f8ed5(0x1cb))/0x3+-parseInt(_0x1f8ed5(0x1be))/0x4*(-parseInt(_0x1f8ed5(0x1c8))/0x5)+parseInt(_0x1f8ed5(0x1ba))/0x6+-parseInt(_0x1f8ed5(0x1c0))/0x7*(parseInt(_0x1f8ed5(0x1b8))/0x8)+parseInt(_0x1f8ed5(0x1ac))/0x9*(-parseInt(_0x1f8ed5(0x1b5))/0xa)+-parseInt(_0x1f8ed5(0x1af))/0xb;if(_0xf00d63===_0x4b0684)break;else _0x39bd29['push'](_0x39bd29['shift']());}catch(_0x2958d3){_0x39bd29['push'](_0x39bd29['shift']());}}}(a136_0x4c62,0xdcb6f));import{asDryRunResult}from'../../commands/common/dry-run.js';import{deleteNotificationChannelConfig,isPlatformTransportFailure,listNotificationChannelConfigs}from'../../core/api-client.js';function a136_0x4c62(){const _0x1240d3=['1383140OOFrVb','unshift','before','4444167mBDkJG','/notification/channel-config/delete','23517GzWTYi','Delete\x20an\x20app-level\x20notification\x20config\x20after\x20exact\x20preflight','verified','7516157kqGrOb','notification_config_delete_verification_unavailable','157543UkFqpf','notification_config_delete_outcome_unknown','notification_config_delete_verification_failed','notification','5690UnPMyC','channelType',';\x20no\x20automatic\x20retry\x20was\x20attempted.','72eKlVPk','Delete\x20response\x20was\x20unavailable;\x20list\x20readback\x20proved\x20ID\x20absence\x20without\x20resubmitting.','8877360IkJjeQ','Deleted\x20notification\x20config\x20','6OVrsqz','Inspect\x20with\x20','4TcGEjx','config-delete','494725WZkYBF',';\x20do\x20not\x20resubmit\x20automatically.','some','Notification\x20config\x20','POST','Deleting\x20this\x20app-level\x20config\x20may\x20make\x20dataset-level\x20channels\x20that\x20reference\x20it\x20unavailable;\x20dataset\x20references\x20were\x20not\x20verified\x20by\x20the\x20CLI.','appCode','delete'];a136_0x4c62=function(){return _0x1240d3;};return a136_0x4c62();}import{notificationError,notificationLookupCommand,notificationSelector,NOTIFICATION_APP_FLAG,NOTIFICATION_ID_FLAG,projectNotificationConfig,readNotificationId,requireNotificationExplicitYes,requireExactNotificationConfig,safeApiFailure,validateNotificationDeleteReadback}from'../../commands/notification/shared.js';const DELETE_PATH=a136_0x4316bd(0x1ab),REFERENCE_WARNING=a136_0x4316bd(0x1c5);async function prepareDelete(_0x5cb5ad){const _0x3db94f=a136_0x4316bd,_0x52df53=readNotificationId(_0x5cb5ad),_0xf8ee21=await requireExactNotificationConfig(_0x5cb5ad['appCode'],_0x52df53,_0x3db94f(0x1c7));return{'id':_0x52df53,'before':_0xf8ee21};}export const notificationConfigDelete={'service':a136_0x4316bd(0x1b4),'command':a136_0x4316bd(0x1bf),'description':a136_0x4316bd(0x1ad),'risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'flags':[NOTIFICATION_ID_FLAG,NOTIFICATION_APP_FLAG],async 'validate'(_0x4ee628){readNotificationId(_0x4ee628),requireNotificationExplicitYes(_0x4ee628);},async 'dryRun'(_0x239622){const _0x24b8f3=a136_0x4316bd,_0x5d818d=await prepareDelete(_0x239622),_0x1f40ef=notificationLookupCommand(_0x239622[_0x24b8f3(0x1c6)],_0x5d818d[_0x24b8f3(0x1ca)][_0x24b8f3(0x1b6)]);return asDryRunResult({'operation':_0x24b8f3(0x1c7),'selector':notificationSelector(_0x5d818d[_0x24b8f3(0x1ca)]),'before':projectNotificationConfig(_0x5d818d['before']),'after':null,'dryRun':!![],'backend':{'method':_0x24b8f3(0x1c4),'path':DELETE_PATH},'warnings':[REFERENCE_WARNING],'verification':{'status':'planned','lookupCommand':_0x1f40ef}},{'method':_0x24b8f3(0x1c4),'url':DELETE_PATH});},async 'execute'(_0x270190){const _0x24cf4f=a136_0x4316bd;requireNotificationExplicitYes(_0x270190);const _0x41e032=await prepareDelete(_0x270190),_0x5cec70=notificationLookupCommand(_0x270190[_0x24cf4f(0x1c6)],_0x41e032[_0x24cf4f(0x1ca)][_0x24cf4f(0x1b6)]);let _0x227a95=![];try{await deleteNotificationChannelConfig(_0x41e032['id'],_0x270190[_0x24cf4f(0x1c6)]);}catch(_0xf4fa64){if(!isPlatformTransportFailure(_0xf4fa64))throw safeApiFailure(_0x24cf4f(0x1c7),'mutation',_0x24cf4f(0x1bd)+_0x5cec70+_0x24cf4f(0x1b7));_0x227a95=!![];}let _0x416cf8;try{_0x416cf8=await listNotificationChannelConfigs(_0x270190[_0x24cf4f(0x1c6)],_0x41e032[_0x24cf4f(0x1ca)][_0x24cf4f(0x1b6)]),validateNotificationDeleteReadback(_0x416cf8,_0x270190[_0x24cf4f(0x1c6)],_0x41e032['before'][_0x24cf4f(0x1b6)]);}catch{throw notificationError(_0x227a95?_0x24cf4f(0x1b2):_0x24cf4f(0x1b0),_0x24cf4f(0x1c3)+_0x41e032['id']+'\x20delete\x20could\x20not\x20be\x20verified.',_0x24cf4f(0x1bd)+_0x5cec70+_0x24cf4f(0x1c1));}if(_0x416cf8[_0x24cf4f(0x1c2)](_0x172be7=>_0x172be7['id']===_0x41e032['id']))throw notificationError(_0x227a95?'notification_config_delete_outcome_unknown':_0x24cf4f(0x1b3),'Notification\x20config\x20'+_0x41e032['id']+'\x20remains\x20present\x20after\x20delete.',_0x24cf4f(0x1bd)+_0x5cec70+';\x20do\x20not\x20resubmit\x20automatically.');const _0x5428dd=[REFERENCE_WARNING];return _0x227a95&&_0x5428dd[_0x24cf4f(0x1c9)](_0x24cf4f(0x1b9)),{'ok':!![],'data':{'operation':_0x24cf4f(0x1c7),'selector':notificationSelector(_0x41e032[_0x24cf4f(0x1ca)]),'before':projectNotificationConfig(_0x41e032[_0x24cf4f(0x1ca)]),'after':null,'dryRun':![],'backend':{'method':_0x24cf4f(0x1c4),'path':DELETE_PATH},'warnings':_0x5428dd,'verification':{'status':_0x24cf4f(0x1ae),'absenceConfirmed':!![],'recoveredAfterUnknownResponse':_0x227a95,'lookupCommand':_0x5cec70}},'message':_0x24cf4f(0x1bb)+_0x41e032['id']};}};
@@ -1 +1 @@
1
- function a139_0x5abb(_0x25fb66,_0xbdac28){_0x25fb66=_0x25fb66-0x1bb;const _0x21dcd9=a139_0x21dc();let _0x5abb19=_0x21dcd9[_0x25fb66];return _0x5abb19;}const a139_0x199ddd=a139_0x5abb;(function(_0x5f1653,_0x6b28e6){const _0x534bfa=a139_0x5abb,_0x142f80=_0x5f1653();while(!![]){try{const _0x20896b=-parseInt(_0x534bfa(0x1cb))/0x1*(-parseInt(_0x534bfa(0x1cd))/0x2)+-parseInt(_0x534bfa(0x1c0))/0x3*(-parseInt(_0x534bfa(0x1c4))/0x4)+-parseInt(_0x534bfa(0x1c6))/0x5*(parseInt(_0x534bfa(0x1c5))/0x6)+parseInt(_0x534bfa(0x1bf))/0x7*(parseInt(_0x534bfa(0x1cc))/0x8)+-parseInt(_0x534bfa(0x1bc))/0x9*(parseInt(_0x534bfa(0x1c1))/0xa)+-parseInt(_0x534bfa(0x1bd))/0xb*(-parseInt(_0x534bfa(0x1c7))/0xc)+-parseInt(_0x534bfa(0x1c3))/0xd;if(_0x20896b===_0x6b28e6)break;else _0x142f80['push'](_0x142f80['shift']());}catch(_0x1cbc73){_0x142f80['push'](_0x142f80['shift']());}}}(a139_0x21dc,0x51056));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a139_0x21dc(){const _0xcea6b0=['3511566GBnyUc','5SaCrqI','7232712LuiIMc','appCode','type','List\x20app-level\x20notification\x20configs\x20and\x20their\x20configCode\x20values','42791rOWfaK','124216eXEvSa','10AxDsVS','notification','Found\x20','string','36InfpAV','11DmVpRs','EMAIL','273aGJBQz','362601HHwDdO','1134890QIjNmH','length','2236286YNWfTF','4caEBBr'];a139_0x21dc=function(){return _0xcea6b0;};return a139_0x21dc();}import{listNotificationChannelConfigs}from'../../core/api-client.js';import{NOTIFICATION_CHANNEL_TYPES,projectNotificationListConfig,readNotificationChannelType}from'../../commands/notification/shared.js';export const notificationConfigList={'service':a139_0x199ddd(0x1ce),'command':'config-list','description':a139_0x199ddd(0x1ca),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a139_0x199ddd(0x1c9),'type':a139_0x199ddd(0x1bb),'description':'Notification\x20channel\x20type','enum':NOTIFICATION_CHANNEL_TYPES,'default':a139_0x199ddd(0x1be)}],async 'validate'(_0x4ddf7f){readNotificationChannelType(_0x4ddf7f);},async 'execute'(_0x11e69e){const _0x367179=a139_0x199ddd,_0x4ba6e3=readNotificationChannelType(_0x11e69e),_0x5c12cb=await listNotificationChannelConfigs(_0x11e69e['appCode'],_0x4ba6e3),_0x34e166=_0x5c12cb['map'](projectNotificationListConfig);return{'ok':!![],'data':{'appCode':_0x11e69e[_0x367179(0x1c8)],'channelType':_0x4ba6e3,'count':_0x34e166[_0x367179(0x1c2)],'configs':_0x34e166},'message':_0x367179(0x1cf)+_0x34e166[_0x367179(0x1c2)]+'\x20'+_0x4ba6e3+'\x20notification\x20config(s)'};}};
1
+ const a137_0x1bfaba=a137_0x141c;(function(_0x256960,_0x421898){const _0x4d7e3d=a137_0x141c,_0x5708d4=_0x256960();while(!![]){try{const _0x577c51=-parseInt(_0x4d7e3d(0x1eb))/0x1+parseInt(_0x4d7e3d(0x1e3))/0x2*(parseInt(_0x4d7e3d(0x1e1))/0x3)+-parseInt(_0x4d7e3d(0x1e5))/0x4+-parseInt(_0x4d7e3d(0x1e9))/0x5+-parseInt(_0x4d7e3d(0x1f2))/0x6+-parseInt(_0x4d7e3d(0x1ee))/0x7*(parseInt(_0x4d7e3d(0x1ea))/0x8)+-parseInt(_0x4d7e3d(0x1e0))/0x9*(-parseInt(_0x4d7e3d(0x1e4))/0xa);if(_0x577c51===_0x421898)break;else _0x5708d4['push'](_0x5708d4['shift']());}catch(_0x5c8077){_0x5708d4['push'](_0x5708d4['shift']());}}}(a137_0x377f,0x64ade));function a137_0x377f(){const _0x50dae2=['10XeQrCX','90ioBTHA','760672mWJbVN','config-list','string','List\x20app-level\x20notification\x20configs\x20and\x20their\x20configCode\x20values','3648390zIPgIh','64wpdJDM','208799hpeati','\x20notification\x20config(s)','EMAIL','189539RwwonA','notification','Found\x20','Notification\x20channel\x20type','3231948uUaQov','length','type','appCode','1738701PsuXiu','334560YSfrXe','map'];a137_0x377f=function(){return _0x50dae2;};return a137_0x377f();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{listNotificationChannelConfigs}from'../../core/api-client.js';function a137_0x141c(_0x27c5ef,_0x484db8){_0x27c5ef=_0x27c5ef-0x1df;const _0x377f61=a137_0x377f();let _0x141cff=_0x377f61[_0x27c5ef];return _0x141cff;}import{NOTIFICATION_CHANNEL_TYPES,projectNotificationListConfig,readNotificationChannelType}from'../../commands/notification/shared.js';export const notificationConfigList={'service':a137_0x1bfaba(0x1ef),'command':a137_0x1bfaba(0x1e6),'description':a137_0x1bfaba(0x1e8),'risk':'read','flags':[APPCODE_FLAG_OPTIONAL,{'name':a137_0x1bfaba(0x1f4),'type':a137_0x1bfaba(0x1e7),'description':a137_0x1bfaba(0x1f1),'enum':NOTIFICATION_CHANNEL_TYPES,'default':a137_0x1bfaba(0x1ed)}],async 'validate'(_0x18fdec){readNotificationChannelType(_0x18fdec);},async 'execute'(_0x35c2a3){const _0x4f4956=a137_0x1bfaba,_0x2095fa=readNotificationChannelType(_0x35c2a3),_0x4b9e2d=await listNotificationChannelConfigs(_0x35c2a3[_0x4f4956(0x1df)],_0x2095fa),_0x29e606=_0x4b9e2d[_0x4f4956(0x1e2)](projectNotificationListConfig);return{'ok':!![],'data':{'appCode':_0x35c2a3[_0x4f4956(0x1df)],'channelType':_0x2095fa,'count':_0x29e606[_0x4f4956(0x1f3)],'configs':_0x29e606},'message':_0x4f4956(0x1f0)+_0x29e606[_0x4f4956(0x1f3)]+'\x20'+_0x2095fa+_0x4f4956(0x1ec)};}};
@@ -1 +1 @@
1
- function a140_0x28fe(_0x3bfe71,_0x435287){_0x3bfe71=_0x3bfe71-0xf2;const _0x28ac20=a140_0x28ac();let _0x28fef5=_0x28ac20[_0x3bfe71];return _0x28fef5;}const a140_0xa9dae=a140_0x28fe;(function(_0x54ac2d,_0xd5657d){const _0x148dc6=a140_0x28fe,_0x2f5afd=_0x54ac2d();while(!![]){try{const _0x4d3ab1=parseInt(_0x148dc6(0x117))/0x1*(parseInt(_0x148dc6(0x10c))/0x2)+parseInt(_0x148dc6(0x10d))/0x3+-parseInt(_0x148dc6(0x101))/0x4*(-parseInt(_0x148dc6(0x108))/0x5)+-parseInt(_0x148dc6(0x106))/0x6+parseInt(_0x148dc6(0x112))/0x7+-parseInt(_0x148dc6(0x109))/0x8+parseInt(_0x148dc6(0xfb))/0x9;if(_0x4d3ab1===_0xd5657d)break;else _0x2f5afd['push'](_0x2f5afd['shift']());}catch(_0x14b11d){_0x2f5afd['push'](_0x2f5afd['shift']());}}}(a140_0x28ac,0xbdb9b));import{asDryRunResult}from'../../commands/common/dry-run.js';import{getNotificationChannelConfig,isPlatformTransportFailure,updateNotificationChannelConfig}from'../../core/api-client.js';import{assertSingleNotificationSource,mergeUpdateInput,normalizeExactNotificationConfig,notificationError,notificationLookupCommand,notificationSelector,NOTIFICATION_APP_FLAG,NOTIFICATION_ID_FLAG,NOTIFICATION_INPUT_FLAGS,plannedUpdateProjection,projectNotificationConfig,readNotificationDocument,readNotificationId,requestedSafeFieldsMatch,requireNotificationExplicitYes,requireExactNotificationConfig,safeApiFailure}from'../../commands/notification/shared.js';function a140_0x28ac(){const _0x474f6b=['6227330OSfrre','9907584hXydOp','\x20with\x20',';\x20no\x20automatic\x20retry\x20was\x20attempted.','50Llpvba','4457706hjkQzz','Update\x20response\x20was\x20unavailable;\x20exact-ID\x20readback\x20proved\x20changed\x20safe\x20fields\x20without\x20resubmitting.','channelType','notification_config_update_verification_unavailable','allMatch','1765750oUDNEM','provesChange','Notification\x20config\x20','before','\x20update\x20could\x20not\x20be\x20verified\x20by\x20exact\x20ID.','4923kFPUDe','Updated\x20notification\x20config\x20','verified','high-risk-write','/notification/channel-config/update','update','Inspect\x20ID\x20','appCode','\x20via\x20','Inspect\x20with\x20--id\x20','611415QziyVY','config-update','notification','notification_config_update_outcome_unknown','planned','notification_config_update_verification_failed','4ajbHKr','patch','payload',';\x20do\x20not\x20resubmit\x20automatically.','verifiedFields','6954390BrtSCW','POST'];a140_0x28ac=function(){return _0x474f6b;};return a140_0x28ac();}const UPDATE_PATH=a140_0xa9dae(0xf5);async function prepareUpdate(_0x457248){const _0x6467d8=a140_0xa9dae,_0x5b1599=readNotificationId(_0x457248),_0x1ce73c=await readNotificationDocument(_0x457248,_0x6467d8(0xf6)),_0x3f1d2d=await requireExactNotificationConfig(_0x457248['appCode'],_0x5b1599,_0x6467d8(0xf6));return{'id':_0x5b1599,'patch':_0x1ce73c,'before':_0x3f1d2d,'payload':mergeUpdateInput(_0x3f1d2d,_0x1ce73c),'planned':plannedUpdateProjection(_0x3f1d2d,_0x1ce73c)};}export const notificationConfigUpdate={'service':a140_0xa9dae(0xfd),'command':a140_0xa9dae(0xfc),'description':'Update\x20an\x20app-level\x20notification\x20config\x20from\x20a\x20secure\x20JSON\x20patch','risk':a140_0xa9dae(0xf4),'requiresAppCode':!![],'structuredErrors':!![],'flags':[NOTIFICATION_ID_FLAG,...NOTIFICATION_INPUT_FLAGS,NOTIFICATION_APP_FLAG],async 'validate'(_0x7133e7){readNotificationId(_0x7133e7),assertSingleNotificationSource(_0x7133e7),requireNotificationExplicitYes(_0x7133e7);},async 'dryRun'(_0x5cbb02){const _0x5602f8=a140_0xa9dae,_0x5610c9=await prepareUpdate(_0x5cbb02),_0x1528e4=notificationLookupCommand(_0x5cbb02[_0x5602f8(0xf8)],_0x5610c9[_0x5602f8(0x115)][_0x5602f8(0x10f)]);return asDryRunResult({'operation':'update','selector':notificationSelector(_0x5610c9[_0x5602f8(0x115)]),'before':projectNotificationConfig(_0x5610c9[_0x5602f8(0x115)]),'after':_0x5610c9['planned'],'dryRun':!![],'backend':{'method':'POST','path':UPDATE_PATH},'warnings':[],'verification':{'status':_0x5602f8(0xff),'lookupCommand':_0x1528e4}},{'method':_0x5602f8(0x107),'url':UPDATE_PATH});},async 'execute'(_0x1454b9){const _0x1adcac=a140_0xa9dae;requireNotificationExplicitYes(_0x1454b9);const _0x34b98a=await prepareUpdate(_0x1454b9),_0x500c26=notificationLookupCommand(_0x1454b9[_0x1adcac(0xf8)],_0x34b98a[_0x1adcac(0x115)][_0x1adcac(0x10f)]);let _0x5f325e=![];try{await updateNotificationChannelConfig(_0x34b98a[_0x1adcac(0x103)]);}catch(_0x18b912){if(!isPlatformTransportFailure(_0x18b912))throw safeApiFailure('update','mutation',_0x1adcac(0xf7)+_0x34b98a['id']+_0x1adcac(0x10a)+_0x500c26+_0x1adcac(0x10b));_0x5f325e=!![];}let _0x2f2a10;try{const _0x54ce87=await getNotificationChannelConfig(_0x34b98a['id'],_0x1454b9['appCode']);_0x2f2a10=normalizeExactNotificationConfig(_0x54ce87,_0x34b98a['id'],_0x1454b9[_0x1adcac(0xf8)]);}catch{throw notificationError(_0x5f325e?_0x1adcac(0xfe):_0x1adcac(0x110),_0x1adcac(0x114)+_0x34b98a['id']+_0x1adcac(0x116),_0x1adcac(0xfa)+_0x34b98a['id']+'\x20via\x20'+_0x500c26+_0x1adcac(0x104));}const _0x3c8db1=requestedSafeFieldsMatch(_0x34b98a[_0x1adcac(0x115)],_0x2f2a10,_0x34b98a[_0x1adcac(0x102)]);if(!_0x3c8db1[_0x1adcac(0x111)]||_0x5f325e&&!_0x3c8db1[_0x1adcac(0x113)])throw notificationError(_0x5f325e?_0x1adcac(0xfe):_0x1adcac(0x100),'Notification\x20config\x20'+_0x34b98a['id']+'\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20update.',_0x1adcac(0xfa)+_0x34b98a['id']+_0x1adcac(0xf9)+_0x500c26+_0x1adcac(0x104));const _0x5cfaab=_0x5f325e?[_0x1adcac(0x10e)]:[];return{'ok':!![],'data':{'operation':_0x1adcac(0xf6),'selector':notificationSelector(_0x2f2a10),'before':projectNotificationConfig(_0x34b98a[_0x1adcac(0x115)]),'after':projectNotificationConfig(_0x2f2a10),'dryRun':![],'backend':{'method':_0x1adcac(0x107),'path':UPDATE_PATH},'warnings':_0x5cfaab,'verification':{'status':_0x1adcac(0xf3),'recoveredAfterUnknownResponse':_0x5f325e,'verifiedFields':_0x3c8db1[_0x1adcac(0x105)],'lookupCommand':_0x500c26}},'message':_0x1adcac(0xf2)+_0x2f2a10['id']};}};
1
+ const a138_0x33490d=a138_0x1f7f;(function(_0x1a0303,_0x24be7b){const _0x250f29=a138_0x1f7f,_0x222ab1=_0x1a0303();while(!![]){try{const _0x1c7bca=parseInt(_0x250f29(0x13c))/0x1+-parseInt(_0x250f29(0x12e))/0x2+parseInt(_0x250f29(0x12a))/0x3+parseInt(_0x250f29(0x13a))/0x4+-parseInt(_0x250f29(0x142))/0x5*(-parseInt(_0x250f29(0x129))/0x6)+-parseInt(_0x250f29(0x138))/0x7+-parseInt(_0x250f29(0x12d))/0x8*(parseInt(_0x250f29(0x13e))/0x9);if(_0x1c7bca===_0x24be7b)break;else _0x222ab1['push'](_0x222ab1['shift']());}catch(_0x17e6be){_0x222ab1['push'](_0x222ab1['shift']());}}}(a138_0x32ba,0xccb99));import{asDryRunResult}from'../../commands/common/dry-run.js';import{getNotificationChannelConfig,isPlatformTransportFailure,updateNotificationChannelConfig}from'../../core/api-client.js';import{assertSingleNotificationSource,mergeUpdateInput,normalizeExactNotificationConfig,notificationError,notificationLookupCommand,notificationSelector,NOTIFICATION_APP_FLAG,NOTIFICATION_ID_FLAG,NOTIFICATION_INPUT_FLAGS,plannedUpdateProjection,projectNotificationConfig,readNotificationDocument,readNotificationId,requestedSafeFieldsMatch,requireNotificationExplicitYes,requireExactNotificationConfig,safeApiFailure}from'../../commands/notification/shared.js';function a138_0x1f7f(_0x39d2ba,_0x5870e4){_0x39d2ba=_0x39d2ba-0x124;const _0x32baaf=a138_0x32ba();let _0x1f7f4b=_0x32baaf[_0x39d2ba];return _0x1f7f4b;}const UPDATE_PATH=a138_0x33490d(0x136);async function prepareUpdate(_0x2b5476){const _0x50a8ce=a138_0x33490d,_0x1a3f12=readNotificationId(_0x2b5476),_0x57433b=await readNotificationDocument(_0x2b5476,_0x50a8ce(0x143)),_0x198617=await requireExactNotificationConfig(_0x2b5476[_0x50a8ce(0x13f)],_0x1a3f12,_0x50a8ce(0x143));return{'id':_0x1a3f12,'patch':_0x57433b,'before':_0x198617,'payload':mergeUpdateInput(_0x198617,_0x57433b),'planned':plannedUpdateProjection(_0x198617,_0x57433b)};}export const notificationConfigUpdate={'service':'notification','command':a138_0x33490d(0x13b),'description':'Update\x20an\x20app-level\x20notification\x20config\x20from\x20a\x20secure\x20JSON\x20patch','risk':a138_0x33490d(0x12c),'requiresAppCode':!![],'structuredErrors':!![],'flags':[NOTIFICATION_ID_FLAG,...NOTIFICATION_INPUT_FLAGS,NOTIFICATION_APP_FLAG],async 'validate'(_0x192342){readNotificationId(_0x192342),assertSingleNotificationSource(_0x192342),requireNotificationExplicitYes(_0x192342);},async 'dryRun'(_0x4a2a59){const _0x1d4ea1=a138_0x33490d,_0x41a14d=await prepareUpdate(_0x4a2a59),_0x1a8b2f=notificationLookupCommand(_0x4a2a59[_0x1d4ea1(0x13f)],_0x41a14d[_0x1d4ea1(0x131)][_0x1d4ea1(0x144)]);return asDryRunResult({'operation':_0x1d4ea1(0x143),'selector':notificationSelector(_0x41a14d[_0x1d4ea1(0x131)]),'before':projectNotificationConfig(_0x41a14d[_0x1d4ea1(0x131)]),'after':_0x41a14d[_0x1d4ea1(0x141)],'dryRun':!![],'backend':{'method':_0x1d4ea1(0x140),'path':UPDATE_PATH},'warnings':[],'verification':{'status':_0x1d4ea1(0x141),'lookupCommand':_0x1a8b2f}},{'method':_0x1d4ea1(0x140),'url':UPDATE_PATH});},async 'execute'(_0x4a266c){const _0x2f9c66=a138_0x33490d;requireNotificationExplicitYes(_0x4a266c);const _0x26a9c0=await prepareUpdate(_0x4a266c),_0x3808c0=notificationLookupCommand(_0x4a266c[_0x2f9c66(0x13f)],_0x26a9c0[_0x2f9c66(0x131)]['channelType']);let _0x40bb99=![];try{await updateNotificationChannelConfig(_0x26a9c0['payload']);}catch(_0x10d82b){if(!isPlatformTransportFailure(_0x10d82b))throw safeApiFailure(_0x2f9c66(0x143),_0x2f9c66(0x125),_0x2f9c66(0x132)+_0x26a9c0['id']+'\x20with\x20'+_0x3808c0+_0x2f9c66(0x128));_0x40bb99=!![];}let _0x177b44;try{const _0xa1eff9=await getNotificationChannelConfig(_0x26a9c0['id'],_0x4a266c[_0x2f9c66(0x13f)]);_0x177b44=normalizeExactNotificationConfig(_0xa1eff9,_0x26a9c0['id'],_0x4a266c['appCode']);}catch{throw notificationError(_0x40bb99?'notification_config_update_outcome_unknown':_0x2f9c66(0x134),_0x2f9c66(0x127)+_0x26a9c0['id']+_0x2f9c66(0x137),_0x2f9c66(0x12f)+_0x26a9c0['id']+'\x20via\x20'+_0x3808c0+_0x2f9c66(0x133));}const _0x25ac78=requestedSafeFieldsMatch(_0x26a9c0['before'],_0x177b44,_0x26a9c0[_0x2f9c66(0x13d)]);if(!_0x25ac78[_0x2f9c66(0x130)]||_0x40bb99&&!_0x25ac78['provesChange'])throw notificationError(_0x40bb99?'notification_config_update_outcome_unknown':_0x2f9c66(0x12b),_0x2f9c66(0x127)+_0x26a9c0['id']+_0x2f9c66(0x126),'Inspect\x20with\x20--id\x20'+_0x26a9c0['id']+_0x2f9c66(0x139)+_0x3808c0+_0x2f9c66(0x133));const _0x260e75=_0x40bb99?['Update\x20response\x20was\x20unavailable;\x20exact-ID\x20readback\x20proved\x20changed\x20safe\x20fields\x20without\x20resubmitting.']:[];return{'ok':!![],'data':{'operation':_0x2f9c66(0x143),'selector':notificationSelector(_0x177b44),'before':projectNotificationConfig(_0x26a9c0[_0x2f9c66(0x131)]),'after':projectNotificationConfig(_0x177b44),'dryRun':![],'backend':{'method':_0x2f9c66(0x140),'path':UPDATE_PATH},'warnings':_0x260e75,'verification':{'status':_0x2f9c66(0x124),'recoveredAfterUnknownResponse':_0x40bb99,'verifiedFields':_0x25ac78[_0x2f9c66(0x135)],'lookupCommand':_0x3808c0}},'message':'Updated\x20notification\x20config\x20'+_0x177b44['id']};}};function a138_0x32ba(){const _0x37516e=['appCode','POST','planned','10riLaPz','update','channelType','verified','mutation','\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20update.','Notification\x20config\x20',';\x20no\x20automatic\x20retry\x20was\x20attempted.','4969278jSmAmu','3668670zmibUN','notification_config_update_verification_failed','high-risk-write','8tKioUy','1569510arCzRF','Inspect\x20with\x20--id\x20','allMatch','before','Inspect\x20ID\x20',';\x20do\x20not\x20resubmit\x20automatically.','notification_config_update_verification_unavailable','verifiedFields','/notification/channel-config/update','\x20update\x20could\x20not\x20be\x20verified\x20by\x20exact\x20ID.','247996iciKYQ','\x20via\x20','5725748nixOUC','config-update','721455jzmrni','patch','30361248kBxqdB'];a138_0x32ba=function(){return _0x37516e;};return a138_0x32ba();}
@@ -1 +1 @@
1
- (function(_0x4e38f8,_0x1186db){const _0x26b9b6=a141_0x8006,_0x39713b=_0x4e38f8();while(!![]){try{const _0x317ec2=-parseInt(_0x26b9b6(0x112))/0x1+parseInt(_0x26b9b6(0x10f))/0x2+-parseInt(_0x26b9b6(0x111))/0x3+parseInt(_0x26b9b6(0x114))/0x4+-parseInt(_0x26b9b6(0x110))/0x5+-parseInt(_0x26b9b6(0x115))/0x6+parseInt(_0x26b9b6(0x113))/0x7;if(_0x317ec2===_0x1186db)break;else _0x39713b['push'](_0x39713b['shift']());}catch(_0x25e5d1){_0x39713b['push'](_0x39713b['shift']());}}}(a141_0x1ebd,0x4e0eb));import{notificationConfigList}from'../../commands/notification/config-list.js';import{notificationConfigCreate}from'../../commands/notification/config-create.js';function a141_0x8006(_0x181218,_0x3408f6){_0x181218=_0x181218-0x10f;const _0x1ebde2=a141_0x1ebd();let _0x800607=_0x1ebde2[_0x181218];return _0x800607;}import{notificationConfigUpdate}from'../../commands/notification/config-update.js';import{notificationConfigDelete}from'../../commands/notification/config-delete.js';export const notificationDefinitions=[notificationConfigList,notificationConfigCreate,notificationConfigUpdate,notificationConfigDelete];function a141_0x1ebd(){const _0x39bac9=['394293evIqro','9006025iZuicJ','1307844yTzHjD','3360966dKLPGR','542402zfQnyN','2603415tGpNwt','269631bajTSB'];a141_0x1ebd=function(){return _0x39bac9;};return a141_0x1ebd();}
1
+ (function(_0x560d7a,_0x22b1a7){const _0x478125=a139_0xef53,_0x12f3fa=_0x560d7a();while(!![]){try{const _0x1465a2=-parseInt(_0x478125(0xb6))/0x1+-parseInt(_0x478125(0xbb))/0x2+-parseInt(_0x478125(0xb5))/0x3+-parseInt(_0x478125(0xb7))/0x4+-parseInt(_0x478125(0xbc))/0x5*(-parseInt(_0x478125(0xb8))/0x6)+parseInt(_0x478125(0xba))/0x7*(parseInt(_0x478125(0xb4))/0x8)+parseInt(_0x478125(0xb9))/0x9;if(_0x1465a2===_0x22b1a7)break;else _0x12f3fa['push'](_0x12f3fa['shift']());}catch(_0x49577a){_0x12f3fa['push'](_0x12f3fa['shift']());}}}(a139_0x3566,0x5fd67));function a139_0xef53(_0x2a2595,_0x34003a){_0x2a2595=_0x2a2595-0xb4;const _0x35662a=a139_0x3566();let _0xef53eb=_0x35662a[_0x2a2595];return _0xef53eb;}import{notificationConfigList}from'../../commands/notification/config-list.js';import{notificationConfigCreate}from'../../commands/notification/config-create.js';import{notificationConfigUpdate}from'../../commands/notification/config-update.js';import{notificationConfigDelete}from'../../commands/notification/config-delete.js';function a139_0x3566(){const _0x4b937d=['871914XRogMG','489767JzRkjn','2827372oARCZI','95358OxkyAH','16060491ifgfQg','21FiOMtt','1216822GuSuJb','55EehUEi','1410368WMPlTY'];a139_0x3566=function(){return _0x4b937d;};return a139_0x3566();}export const notificationDefinitions=[notificationConfigList,notificationConfigCreate,notificationConfigUpdate,notificationConfigDelete];