@lovrabet/rabetbase-cli 2.4.7-beta.1 → 2.4.7-beta.2
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.
- package/README.md +4 -4
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.d.ts +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/template.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.d.ts +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.d.ts +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.d.ts +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.d.ts +2 -2
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/types.d.ts +1 -1
- package/lib/core/bff/utils.d.ts +2 -2
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +2 -2
- package/sidecar/flags.json +1 -1
- package/skills/rabetbase/SKILL.md +28 -28
- package/skills/rabetbase/guides/backend-function.md +30 -30
- package/skills/rabetbase/guides/best-practices.md +8 -8
- package/skills/rabetbase/guides/bff-creation-workflow.md +16 -16
- package/skills/rabetbase/guides/conflict-detection.md +3 -3
- package/skills/rabetbase/guides/custom-page-workflow.md +8 -8
- package/skills/rabetbase/guides/data-api-guidelines.md +6 -6
- package/skills/rabetbase/guides/legacy-application-blueprint-workflow.md +8 -8
- package/skills/rabetbase/guides/sql-creation-workflow.md +2 -2
- package/skills/rabetbase/guides/troubleshooting.md +6 -6
- package/skills/rabetbase/guides/typescript-sdk.md +10 -10
- package/skills/rabetbase/knowledge/page-schema/LrSmartTable.md +1 -1
- package/skills/rabetbase/knowledge/page-schema/external-resources-usage.md +10 -10
- package/skills/rabetbase/references/rabetbase-app-config.md +2 -2
- package/skills/rabetbase/references/rabetbase-bff-create.md +3 -3
- package/skills/rabetbase/references/rabetbase-bff-delete.md +1 -1
- package/skills/rabetbase/references/rabetbase-bff-detail.md +4 -4
- package/skills/rabetbase/references/rabetbase-bff-list.md +8 -8
- package/skills/rabetbase/references/rabetbase-bff-pull.md +1 -1
- package/skills/rabetbase/references/rabetbase-bff-push.md +3 -3
- package/skills/rabetbase/references/rabetbase-bff-status.md +1 -1
- package/skills/rabetbase/references/rabetbase-codegen-sql.md +3 -3
- package/skills/rabetbase/references/rabetbase-dataset-detail.md +1 -1
- package/skills/rabetbase/references/rabetbase-notification-config-list.md +3 -3
- package/skills/rabetbase.manifest.json +3 -3
- package/templates/rules/lovrabet_rules.mdc.tpl +7 -7
- package/templates/skill/SKILL.md.tpl +12 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a131_0x3202(_0x1a0a5a,_0x3f31ff){_0x1a0a5a=_0x1a0a5a-0xfd;const _0x1be5dd=a131_0x1be5();let _0x320276=_0x1be5dd[_0x1a0a5a];return _0x320276;}const a131_0x11a497=a131_0x3202;(function(_0x82cb67,_0xea66f5){const _0x14840e=a131_0x3202,_0x5a18d5=_0x82cb67();while(!![]){try{const _0x41687f=parseInt(_0x14840e(0x103))/0x1*(-parseInt(_0x14840e(0x105))/0x2)+-parseInt(_0x14840e(0x112))/0x3+-parseInt(_0x14840e(0x10e))/0x4*(parseInt(_0x14840e(0x100))/0x5)+-parseInt(_0x14840e(0x117))/0x6*(-parseInt(_0x14840e(0x114))/0x7)+parseInt(_0x14840e(0xff))/0x8+parseInt(_0x14840e(0x10a))/0x9+-parseInt(_0x14840e(0x11c))/0xa;if(_0x41687f===_0xea66f5)break;else _0x5a18d5['push'](_0x5a18d5['shift']());}catch(_0x421937){_0x5a18d5['push'](_0x5a18d5['shift']());}}}(a131_0x1be5,0xd8cc8));function a131_0x1be5(){const _0x37c1e6=['--params.','2DtMclq','get','length','dryRun','Invalid\x20--params:\x20expected\x20a\x20JSON\x20object.','12182148MIgazF','filter','menu-sync','push','12AZlBeU','trim','\x0a\x20\x20Available\x20local\x20paths:\x20','import','5295573IRmOiZ','keys','476525HAJtKv','parse','No\x20local\x20pages\x20matched\x20paths:\x20','102eJGZyj','path','Invalid\x20--params.','Invalid\x20--params\x20fields:\x20','map','2582680QWotPb','field','string','procode','Invalid\x20--params:\x20','info','join','Invalid\x20--params\x20JSON.','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','Start\x20non-interactive\x20menu\x20sync','has','cssUrl','cwd','hasOwn','CSS\x20URL\x20is\x20unreachable:\x20','6312024dlybjo','330320SDTjGS','Menu\x20sync\x20completed','jsUrl','190191XPatBl'];a131_0x1be5=function(){return _0x37c1e6;};return a131_0x1be5();}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([a131_0x11a497(0x102),a131_0x11a497(0x127)]);function validateParams(_0x357d40){const _0x5e7124=a131_0x11a497,_0x2d4876=[];return _0x357d40['jsUrl']&&!isValidJsHttpsUrl(_0x357d40['jsUrl'])&&_0x2d4876[_0x5e7124(0x10d)]({'field':_0x5e7124(0x102),'message':'JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL'}),_0x357d40[_0x5e7124(0x127)]&&!isValidCssHttpsUrl(_0x357d40[_0x5e7124(0x127)])&&_0x2d4876[_0x5e7124(0x10d)]({'field':_0x5e7124(0x127),'message':_0x5e7124(0x124)}),_0x2d4876;}export async function runMenuSyncCore(_0xce842a,_0x405404,_0x3c79cd=[],_0x4dff82,_0x2a2756={}){const _0x2098cd=a131_0x11a497,_0x5958dd=parseMenuSyncParams(_0x4dff82),_0x7473c6=[...new Set(_0x3c79cd[_0x2098cd(0x11b)](_0xc0e16f=>_0xc0e16f[_0x2098cd(0x10f)]())['filter'](Boolean))],_0x195eb3=_0x5958dd['jsUrl'],_0x396c42=_0x5958dd['cssUrl'],_0x144510=[];if(_0x195eb3)_0x144510['push'](_0x195eb3);if(_0x396c42)_0x144510[_0x2098cd(0x10d)](_0x396c42);const _0x5c71f6=validateParams(_0x5958dd);if(_0x5c71f6[_0x2098cd(0x107)]>0x0){const _0x36a43b=_0x5c71f6[_0x2098cd(0x11b)](_0x1be1c8=>_0x2098cd(0x104)+_0x1be1c8[_0x2098cd(0x11d)]+':\x20'+_0x1be1c8['message'])[_0x2098cd(0x122)](';\x20');throw new Error(_0x2098cd(0x120)+_0x36a43b);}logger['setLogPath'](process[_0x2098cd(0x128)]()),logger[_0x2098cd(0x121)](_0x2098cd(0x10c),_0x2098cd(0x125),{'appCode':_0xce842a,'selectedCount':_0x7473c6[_0x2098cd(0x107)],'jsUrl':_0x195eb3,'cssUrl':_0x396c42});if(_0x195eb3){const _0x52b54b=await isUrlReachable(_0x195eb3);if(!_0x52b54b)throw new Error('JS\x20URL\x20is\x20unreachable:\x20'+_0x195eb3);}if(_0x396c42){const _0x109204=await isUrlReachable(_0x396c42);if(!_0x109204)throw new Error(_0x2098cd(0xfe)+_0x396c42);}const _0x9e3846=getLocalPages();if(_0x9e3846['length']===0x0){if(_0x7473c6[_0x2098cd(0x107)]>0x0)throw new Error('No\x20local\x20pages\x20matched\x20paths:\x20'+_0x7473c6[_0x2098cd(0x122)](',\x20'));return{'created':0x0,'skipped':!![],'dryRun':_0x2a2756[_0x2098cd(0x108)]===!![],'targetPages':[],'plannedMenus':[]};}const _0x5e8440=await getOnlineMenuList(_0xce842a,_0x405404),_0x536ee4=new Set(_0x5e8440[_0x2098cd(0x11b)](_0x1e1573=>_0x1e1573[_0x2098cd(0x118)]));let _0x37db85;if(_0x7473c6[_0x2098cd(0x107)]>0x0){const _0x5a199c=new Map(_0x9e3846[_0x2098cd(0x11b)](_0x13ac79=>[_0x13ac79[_0x2098cd(0x118)],_0x13ac79])),_0x3cd13d=_0x7473c6['filter'](_0x3480e7=>!_0x5a199c[_0x2098cd(0x126)](_0x3480e7));if(_0x3cd13d['length']>0x0){const _0x38bae2=_0x9e3846[_0x2098cd(0x11b)](_0x2aa4b1=>_0x2aa4b1[_0x2098cd(0x118)])['join'](',\x20');throw new Error(_0x2098cd(0x116)+_0x3cd13d[_0x2098cd(0x122)](',\x20')+_0x2098cd(0x110)+_0x38bae2);}const _0x4a0ee8=_0x7473c6[_0x2098cd(0x10b)](_0x3dc890=>_0x536ee4[_0x2098cd(0x126)](_0x3dc890));if(_0x4a0ee8[_0x2098cd(0x107)]>0x0)throw new Error('Local\x20page\x20paths\x20are\x20already\x20on\x20the\x20platform:\x20'+_0x4a0ee8[_0x2098cd(0x122)](',\x20'));_0x37db85=_0x7473c6[_0x2098cd(0x11b)](_0xf200f4=>_0x5a199c[_0x2098cd(0x106)](_0xf200f4));}else _0x37db85=_0x9e3846[_0x2098cd(0x10b)](_0x40adeb=>!_0x536ee4[_0x2098cd(0x126)](_0x40adeb[_0x2098cd(0x118)]));if(_0x37db85['length']===0x0)return{'created':0x0,'skipped':!![],'dryRun':_0x2a2756[_0x2098cd(0x108)]===!![],'targetPages':[],'plannedMenus':[]};const _0x58c05c=_0x37db85[_0x2098cd(0x11b)](_0x340dd6=>({'type':_0x2098cd(0x11f),'path':_0x340dd6['path'],'label':_0x340dd6['label'],'loadScriptMode':_0x2098cd(0x111),'resources':[..._0x144510]}));if(_0x2a2756['dryRun'])return{'created':0x0,'skipped':![],'dryRun':!![],'targetPages':_0x37db85,'plannedMenus':_0x58c05c};const _0x28f89f=await createMenus(_0xce842a,_0x405404,_0x37db85,_0x144510['length']>0x0?_0x144510:undefined);return logger[_0x2098cd(0x121)](_0x2098cd(0x10c),_0x2098cd(0x101),{'count':_0x37db85['length'],'resources':_0x144510}),{'created':_0x28f89f[_0x2098cd(0x107)],'skipped':![],'dryRun':![],'targetPages':_0x37db85,'plannedMenus':_0x58c05c,'menus':_0x28f89f};}export function parseMenuSyncParams(_0x207e50){const _0x45690f=a131_0x11a497;if(!_0x207e50||typeof _0x207e50!==_0x45690f(0x11e))return{};let _0x544894;try{_0x544894=JSON[_0x45690f(0x115)](_0x207e50);}catch{throw new Error(_0x45690f(0x123));}if(typeof _0x544894!=='object'||_0x544894===null||Array['isArray'](_0x544894))throw new Error(_0x45690f(0x109));const _0x1ea32b=_0x544894;if(Object[_0x45690f(0xfd)](_0x1ea32b,'pages'))throw new Error('--params.pages\x20is\x20no\x20longer\x20supported.\x20Use\x20--paths\x20with\x20exact\x20local\x20page\x20paths.');const _0x19c43e=Object[_0x45690f(0x113)](_0x1ea32b)[_0x45690f(0x10b)](_0x586f83=>!MENU_SYNC_PARAM_KEYS[_0x45690f(0x126)](_0x586f83));if(_0x19c43e['length']>0x0)throw new Error(_0x45690f(0x11a)+_0x19c43e[_0x45690f(0x122)](',\x20')+'.');for(const _0xef093e of MENU_SYNC_PARAM_KEYS){const _0x318279=_0x1ea32b[_0xef093e];if(_0x318279!==undefined&&(typeof _0x318279!==_0x45690f(0x11e)||_0x318279[_0x45690f(0x10f)]()===''))throw new Error(_0x45690f(0x119)+_0xef093e+':\x20expected\x20a\x20non-empty\x20string.');}return{'jsUrl':typeof _0x1ea32b[_0x45690f(0x102)]===_0x45690f(0x11e)?_0x1ea32b['jsUrl'][_0x45690f(0x10f)]():undefined,'cssUrl':typeof _0x1ea32b[_0x45690f(0x127)]==='string'?_0x1ea32b[_0x45690f(0x127)][_0x45690f(0x10f)]():undefined};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1884e3,_0x2d27b1){const _0x5cf25e=a133_0x155e,_0x331906=_0x1884e3();while(!![]){try{const _0x25d90f=-parseInt(_0x5cf25e(0x128))/0x1+parseInt(_0x5cf25e(0x13b))/0x2*(-parseInt(_0x5cf25e(0x124))/0x3)+parseInt(_0x5cf25e(0x101))/0x4+parseInt(_0x5cf25e(0x13c))/0x5+-parseInt(_0x5cf25e(0xff))/0x6+-parseInt(_0x5cf25e(0x136))/0x7*(-parseInt(_0x5cf25e(0xfd))/0x8)+-parseInt(_0x5cf25e(0x12c))/0x9*(parseInt(_0x5cf25e(0x10f))/0xa);if(_0x25d90f===_0x2d27b1)break;else _0x331906['push'](_0x331906['shift']());}catch(_0x4bd100){_0x331906['push'](_0x331906['shift']());}}}(a133_0x457d,0x46f12));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(_0x528474){const _0x3c4383=a133_0x155e,_0x2998bd=[];return _0x528474[_0x3c4383(0x10d)]&&!isValidJsHttpsUrl(_0x528474[_0x3c4383(0x10d)])&&_0x2998bd[_0x3c4383(0xfb)]({'field':_0x3c4383(0x10d),'message':_0x3c4383(0x135)}),_0x528474[_0x3c4383(0x117)]&&!isValidCssHttpsUrl(_0x528474['cssUrl'])&&_0x2998bd['push']({'field':_0x3c4383(0x117),'message':_0x3c4383(0x100)}),_0x2998bd;}export async function runMenuUpdateCore(_0x30be04,_0x45956f,_0x3bd35b,_0x20e967={}){const _0x334a35=a133_0x155e,_0x23f9e8=parseUpdateParamsFlag(_0x3bd35b),_0xa9699c=normalizeMode(_0x20e967[_0x334a35(0xfe)]);validateSelection(_0x20e967[_0x334a35(0x126)]);const _0x328eb0=[];if(_0x23f9e8[_0x334a35(0x10d)])_0x328eb0[_0x334a35(0xfb)](_0x23f9e8[_0x334a35(0x10d)]);if(_0x23f9e8[_0x334a35(0x117)])_0x328eb0[_0x334a35(0xfb)](_0x23f9e8[_0x334a35(0x117)]);const _0xd4dfad=validateParams(_0x23f9e8);if(_0xd4dfad[_0x334a35(0xfc)]>0x0){const _0x20d5cb=_0xd4dfad['map'](_0x520a8a=>_0x334a35(0x12d)+_0x520a8a['field']+':\x20'+_0x520a8a[_0x334a35(0x12f)])[_0x334a35(0x132)](';\x20');throw new Error('Invalid\x20--params:\x20'+_0x20d5cb);}if(_0x328eb0[_0x334a35(0xfc)]===0x0)throw new Error(_0x334a35(0x12b)+'Pass\x20--params\x20\x27{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}\x27\x20to\x20update\x20assets.');logger['setLogPath'](process[_0x334a35(0x140)]()),logger[_0x334a35(0x13d)](_0x334a35(0x113),_0x334a35(0x121),{'appCode':_0x30be04,'jsUrl':_0x23f9e8[_0x334a35(0x10d)],'cssUrl':_0x23f9e8[_0x334a35(0x117)],'mode':_0xa9699c,'dryRun':_0x20e967['dryRun']===!![]});if(_0x23f9e8['jsUrl']){const _0x2004cb=await isUrlReachable(_0x23f9e8['jsUrl']);if(!_0x2004cb)throw new Error(_0x334a35(0x108)+_0x23f9e8[_0x334a35(0x10d)]);}if(_0x23f9e8[_0x334a35(0x117)]){const _0x8a42bd=await isUrlReachable(_0x23f9e8['cssUrl']);if(!_0x8a42bd)throw new Error(_0x334a35(0x131)+_0x23f9e8['cssUrl']);}const _0x401b3c=await getOnlineMenuList(_0x30be04,_0x45956f),_0x48af2a=_0x401b3c[_0x334a35(0x109)](_0x10ac5b=>_0x10ac5b[_0x334a35(0x122)]['length']>0x0),_0x4a5783=selectMenusForUpdate(_0x48af2a,_0x20e967[_0x334a35(0x126)]);if(_0x4a5783[_0x334a35(0xfc)]===0x0)return{'updated':0x0,'failed':0x0,'skipped':!![],'dryRun':_0x20e967[_0x334a35(0x116)]===!![]};const _0x5e81a1=_0x4a5783[_0x334a35(0x13a)](_0x50b347=>buildMenuUpdateDiff(_0x50b347,_0x23f9e8,_0xa9699c,_0x20e967[_0x334a35(0x105)]===!![],_0x20e967[_0x334a35(0x12a)]));if(_0x20e967[_0x334a35(0x116)])return{'updated':0x0,'failed':0x0,'skipped':![],'dryRun':!![],'diffs':_0x5e81a1};const _0x201480=await Promise['allSettled'](_0x4a5783[_0x334a35(0x13a)]((_0x1a19dc,_0x53408c)=>updateMenuCdnUrl(_0x30be04,_0x45956f,{'id':_0x1a19dc['id'],'label':_0x1a19dc['label'],'path':_0x1a19dc['path'],'resources':_0x5e81a1[_0x53408c][_0x334a35(0x102)]['resources'],'extend':_0x1a19dc[_0x334a35(0x141)]??null,'loadScriptMode':_0x20e967[_0x334a35(0x12a)]}))),_0x15b3bd=_0x201480[_0x334a35(0x109)](_0x218fcd=>_0x218fcd[_0x334a35(0x115)]===_0x334a35(0x123))[_0x334a35(0x13a)](_0x466960=>_0x466960[_0x334a35(0x120)]),_0x510734=_0x201480[_0x334a35(0x109)](_0x168127=>_0x168127['status']===_0x334a35(0x10c))[_0x334a35(0xfc)];return logger[_0x334a35(0x13d)]('menu-asset-update',_0x334a35(0x12e),{'count':_0x4a5783[_0x334a35(0xfc)],'resources':_0x328eb0}),{'updated':_0x15b3bd[_0x334a35(0xfc)],'failed':_0x510734,'skipped':![],'menus':_0x15b3bd};}function validateSelection(_0x31305a){const _0x119765=a133_0x155e;if(!_0x31305a)throw new Error('menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.');if(_0x31305a[_0x119765(0x11e)]&&(_0x31305a[_0x119765(0x104)][_0x119765(0xfc)]>0x0||_0x31305a['paths'][_0x119765(0xfc)]>0x0))throw new Error('--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.');if(!_0x31305a['all']&&_0x31305a[_0x119765(0x104)][_0x119765(0xfc)]===0x0&&_0x31305a[_0x119765(0x139)][_0x119765(0xfc)]===0x0)throw new Error(_0x119765(0x11a));}function a133_0x457d(){const _0x37df14=['\x20existing\x20CSS\x20resources\x20for\x20\x22','rejected','jsUrl','.\x20Allowed\x20values:\x20replace,\x20patch','12590dyDNuR','with\x20a\x20single\x20cssUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.',').\x20','isArray','menu-asset-update','endsWith','status','dryRun','cssUrl','object','replace','menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.','unshift','label','trim','all','Use\x20--mode\x20patch\x20to\x20preserve\x20it,\x20pass\x20jsUrl,\x20or\x20add\x20--force\x20for\x20an\x20intentional\x20removal.','value','Start\x20non-interactive\x20menu\x20asset\x20update','resources','fulfilled','39Brtiug','.js','selection','menu\x20asset-update\x20cannot\x20patch\x20','7188qtNmal','some','loadScriptMode','Invalid\x20--params:\x20menu\x20asset-update\x20requires\x20at\x20least\x20one\x20explicit\x20JS/CSS\x20URL.\x20','369PIzoff','--params.','Menu\x20asset\x20update\x20completed','message','split','CSS\x20URL\x20is\x20unreachable:\x20','join','\x22\x20(','menu\x20asset-update\x20will\x20remove\x20existing\x20CSS\x20resource\x20for\x20\x22','JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL','14psUQvV','with\x20a\x20single\x20jsUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.','menu\x20asset-update\x20selectors\x20did\x20not\x20match\x20resource-bearing\x20menus:\x20','paths','map','6272pewscj','507270IZjMXm','info','patch','menu\x20asset-update\x20would\x20remove\x20existing\x20JS\x20resource\x20for\x20\x22','cwd','extend','parse','string','push','length','277416LCdyew','mode','1343286JBGLDT','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','1772904xljbvI','after','toLowerCase','menuIds','force','path','has','JS\x20URL\x20is\x20unreachable:\x20','filter','\x20existing\x20JS\x20resources\x20for\x20\x22'];a133_0x457d=function(){return _0x37df14;};return a133_0x457d();}export function selectMenusForUpdate(_0x33ff54,_0x3ad012){const _0x5725dd=a133_0x155e;validateSelection(_0x3ad012);if(_0x3ad012[_0x5725dd(0x11e)])return _0x33ff54;const _0x1e3e00=new Set(_0x33ff54[_0x5725dd(0x13a)](_0x3052c7=>_0x3052c7['id'])),_0xbaa554=new Set(_0x33ff54[_0x5725dd(0x13a)](_0x50fc17=>_0x50fc17[_0x5725dd(0x106)])),_0x1eea6f=_0x3ad012[_0x5725dd(0x104)][_0x5725dd(0x109)](_0x532c1a=>!_0x1e3e00['has'](_0x532c1a)),_0x248454=_0x3ad012[_0x5725dd(0x139)][_0x5725dd(0x109)](_0x5e6f09=>!_0xbaa554['has'](_0x5e6f09));if(_0x1eea6f['length']>0x0||_0x248454[_0x5725dd(0xfc)]>0x0){const _0xa5aa87=[..._0x1eea6f[_0x5725dd(0x13a)](_0x42e01d=>String(_0x42e01d)),..._0x248454]['join'](',\x20');throw new Error(_0x5725dd(0x138)+_0xa5aa87);}const _0x3d0b10=new Set(_0x3ad012[_0x5725dd(0x104)]),_0x53b4af=new Set(_0x3ad012[_0x5725dd(0x139)]);return _0x33ff54[_0x5725dd(0x109)](_0x4818c3=>_0x3d0b10[_0x5725dd(0x107)](_0x4818c3['id'])||_0x53b4af[_0x5725dd(0x107)](_0x4818c3[_0x5725dd(0x106)]));}function normalizeMode(_0x161da0){const _0xcccb04=a133_0x155e;if(!_0x161da0)return _0xcccb04(0x13e);if(_0x161da0===_0xcccb04(0x119)||_0x161da0==='patch')return _0x161da0;throw new Error('Invalid\x20--mode:\x20'+_0x161da0+_0xcccb04(0x10e));}function a133_0x155e(_0x320ee6,_0x53c177){_0x320ee6=_0x320ee6-0xfa;const _0x457df7=a133_0x457d();let _0x155e74=_0x457df7[_0x320ee6];return _0x155e74;}function buildMenuUpdateDiff(_0x17e2c5,_0x11c033,_0xaa3691,_0x3c1412,_0x304a3d){const _0x532ffa=a133_0x155e,_0x2518d5=[..._0x17e2c5[_0x532ffa(0x122)]];_0xaa3691===_0x532ffa(0x13e)&&assertUnambiguousPatchResources(_0x17e2c5,_0x2518d5,_0x11c033);const _0x4b5403=_0xaa3691===_0x532ffa(0x13e)?patchResources(_0x2518d5,_0x11c033):replaceResources(_0x11c033),_0x13ad7e=[],_0x5e72c0=_0x2518d5['some'](isJsResource),_0x423a18=_0x4b5403[_0x532ffa(0x129)](isJsResource);if(_0x5e72c0&&!_0x423a18){const _0x3d7dda=_0x532ffa(0x13f)+_0x17e2c5['label']+_0x532ffa(0x133)+_0x17e2c5[_0x532ffa(0x106)]+_0x532ffa(0x111)+_0x532ffa(0x11f);if(!_0x3c1412)throw new Error(_0x3d7dda);_0x13ad7e[_0x532ffa(0xfb)](_0x3d7dda);}const _0x414ca9=_0x2518d5[_0x532ffa(0x129)](isCssResource),_0x5722c9=_0x4b5403[_0x532ffa(0x129)](isCssResource);_0x414ca9&&!_0x5722c9&&_0x13ad7e['push'](_0x532ffa(0x134)+_0x17e2c5['label']+_0x532ffa(0x133)+_0x17e2c5[_0x532ffa(0x106)]+').');const _0x3944c7=typeof _0x17e2c5['extend']?.[_0x532ffa(0x12a)]===_0x532ffa(0xfa)?_0x17e2c5['extend'][_0x532ffa(0x12a)]:null,_0x4f01dd=_0x304a3d?{'loadScriptMode':_0x3944c7}:{},_0x4f8f74=_0x304a3d?{'loadScriptMode':_0x304a3d}:{};return{'id':_0x17e2c5['id'],'label':_0x17e2c5[_0x532ffa(0x11c)],'path':_0x17e2c5[_0x532ffa(0x106)],'mode':_0xaa3691,'before':{'resources':_0x2518d5,..._0x4f01dd},'after':{'resources':_0x4b5403,..._0x4f8f74},'warnings':_0x13ad7e};}function replaceResources(_0x2c058b){const _0x375020=a133_0x155e;return[_0x2c058b['jsUrl'],_0x2c058b['cssUrl']][_0x375020(0x109)](_0x29457e=>!!_0x29457e);}function assertUnambiguousPatchResources(_0x25b995,_0x27943c,_0x438651){const _0x43f8d7=a133_0x155e,_0x312711=_0x27943c['filter'](isJsResource)[_0x43f8d7(0xfc)];if(_0x438651[_0x43f8d7(0x10d)]&&_0x312711>0x1)throw new Error(_0x43f8d7(0x127)+_0x312711+_0x43f8d7(0x10a)+_0x25b995['label']+_0x43f8d7(0x133)+_0x25b995[_0x43f8d7(0x106)]+')\x20'+_0x43f8d7(0x137));const _0x17989a=_0x27943c[_0x43f8d7(0x109)](isCssResource)[_0x43f8d7(0xfc)];if(_0x438651[_0x43f8d7(0x117)]&&_0x17989a>0x1)throw new Error(_0x43f8d7(0x127)+_0x17989a+_0x43f8d7(0x10b)+_0x25b995['label']+_0x43f8d7(0x133)+_0x25b995[_0x43f8d7(0x106)]+')\x20'+_0x43f8d7(0x110));}function patchResources(_0x48e86d,_0x26a763){const _0x596052=a133_0x155e;let _0x106020=![],_0x2e2d3f=![];const _0x158792=[];for(const _0x4efd62 of _0x48e86d){if(isJsResource(_0x4efd62)){if(_0x26a763['jsUrl']&&!_0x106020)_0x158792[_0x596052(0xfb)](_0x26a763[_0x596052(0x10d)]),_0x106020=!![];else!_0x26a763[_0x596052(0x10d)]&&_0x158792[_0x596052(0xfb)](_0x4efd62);continue;}if(isCssResource(_0x4efd62)){if(_0x26a763[_0x596052(0x117)]&&!_0x2e2d3f)_0x158792['push'](_0x26a763[_0x596052(0x117)]),_0x2e2d3f=!![];else!_0x26a763['cssUrl']&&_0x158792[_0x596052(0xfb)](_0x4efd62);continue;}_0x158792[_0x596052(0xfb)](_0x4efd62);}return _0x26a763[_0x596052(0x10d)]&&!_0x106020&&_0x158792[_0x596052(0x11b)](_0x26a763[_0x596052(0x10d)]),_0x26a763['cssUrl']&&!_0x2e2d3f&&_0x158792[_0x596052(0xfb)](_0x26a763['cssUrl']),_0x158792;}function isJsResource(_0x2aa444){const _0x3a7735=a133_0x155e;return stripQuery(_0x2aa444)[_0x3a7735(0x103)]()['endsWith'](_0x3a7735(0x125));}function isCssResource(_0x1e5adc){const _0xcdedf4=a133_0x155e;return stripQuery(_0x1e5adc)[_0xcdedf4(0x103)]()[_0xcdedf4(0x114)]('.css');}function stripQuery(_0x2c8d05){const _0x7c6bdd=a133_0x155e;return _0x2c8d05[_0x7c6bdd(0x130)]('?')[0x0]??_0x2c8d05;}function parseUpdateParamsFlag(_0x38a77e){const _0x15f16c=a133_0x155e;if(!_0x38a77e||typeof _0x38a77e!==_0x15f16c(0xfa))return{};try{const _0x570bc0=JSON[_0x15f16c(0x142)](_0x38a77e);if(typeof _0x570bc0!==_0x15f16c(0x118)||_0x570bc0===null||Array[_0x15f16c(0x112)](_0x570bc0))return{};return{'jsUrl':typeof _0x570bc0[_0x15f16c(0x10d)]==='string'?_0x570bc0['jsUrl']['trim']():undefined,'cssUrl':typeof _0x570bc0[_0x15f16c(0x117)]==='string'?_0x570bc0[_0x15f16c(0x117)][_0x15f16c(0x11d)]():undefined};}catch{return{};}}
|
|
1
|
+
(function(_0x25cab8,_0x267ee9){const _0x2df8db=a133_0x5472,_0x19b3d3=_0x25cab8();while(!![]){try{const _0x32e3b9=-parseInt(_0x2df8db(0x229))/0x1+-parseInt(_0x2df8db(0x204))/0x2*(parseInt(_0x2df8db(0x212))/0x3)+-parseInt(_0x2df8db(0x21c))/0x4+parseInt(_0x2df8db(0x211))/0x5*(-parseInt(_0x2df8db(0x225))/0x6)+parseInt(_0x2df8db(0x208))/0x7+-parseInt(_0x2df8db(0x219))/0x8*(-parseInt(_0x2df8db(0x20f))/0x9)+parseInt(_0x2df8db(0x22e))/0xa;if(_0x32e3b9===_0x267ee9)break;else _0x19b3d3['push'](_0x19b3d3['shift']());}catch(_0x4411fe){_0x19b3d3['push'](_0x19b3d3['shift']());}}}(a133_0xb428,0xe339b));import{updateMenuCdnUrl,getOnlineMenuList}from'../../../commands/menu/shared/service.js';function a133_0xb428(){const _0x2c3432=['3676162LGJuAR','status','JS\x20URL\x20is\x20unreachable:\x20','jsUrl','4954803EdHaVJ','.\x20Allowed\x20values:\x20replace,\x20patch','object','.css','menu-asset-update','menu\x20asset-update\x20cannot\x20patch\x20','dryRun','639VRwbYS','\x22\x20(','580WrZBQJ','3RuqOkg','with\x20a\x20single\x20cssUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.','trim','menu\x20asset-update\x20selectors\x20did\x20not\x20match\x20resource-bearing\x20menus:\x20','--params.','label','menuIds','176856DueyXY','menu\x20asset-update\x20requires\x20an\x20explicit\x20target:\x20pass\x20--all,\x20--menu-ids,\x20or\x20--paths.','endsWith','2097384WSKYin','isArray','Use\x20--mode\x20patch\x20to\x20preserve\x20it,\x20pass\x20jsUrl,\x20or\x20add\x20--force\x20for\x20an\x20intentional\x20removal.','extend','length','path','paths','has','allSettled','22890slLcRq','join','map','push','258679LdqyRi','patch','mode','loadScriptMode','setLogPath','17169350KNXcJB','after','resources','JS\x20URL\x20must\x20be\x20a\x20valid\x20https://...js\x20URL','message','cssUrl','\x20existing\x20JS\x20resources\x20for\x20\x22','Pass\x20--params\x20\x27{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}\x27\x20to\x20update\x20assets.','menu\x20asset-update\x20will\x20remove\x20existing\x20CSS\x20resource\x20for\x20\x22','--all\x20cannot\x20be\x20combined\x20with\x20--menu-ids\x20or\x20--paths.','Menu\x20asset\x20update\x20completed','some','value','filter','Start\x20non-interactive\x20menu\x20asset\x20update','parse','selection','with\x20a\x20single\x20jsUrl.\x20Review\x20a\x20dry-run\x20and\x20use\x20--mode\x20replace\x20only\x20when\x20intentionally\x20rewriting\x20the\x20complete\x20resource\x20set.','menu\x20asset-update\x20would\x20remove\x20existing\x20JS\x20resource\x20for\x20\x22',').\x20','CSS\x20URL\x20must\x20be\x20a\x20valid\x20https://...css\x20URL','toLowerCase','string','Invalid\x20--params:\x20menu\x20asset-update\x20requires\x20at\x20least\x20one\x20explicit\x20JS/CSS\x20URL.\x20','all'];a133_0xb428=function(){return _0x2c3432;};return a133_0xb428();}function a133_0x5472(_0x156fd7,_0x32cd93){_0x156fd7=_0x156fd7-0x1ec;const _0xb42864=a133_0xb428();let _0x547219=_0xb42864[_0x156fd7];return _0x547219;}import{isUrlReachable,isValidCssHttpsUrl,isValidJsHttpsUrl}from'../../../commands/menu/shared/valid-url.js';import{logger}from'../../../utils/logger.js';function validateParams(_0x1bf5c2){const _0x450367=a133_0x5472,_0x565948=[];return _0x1bf5c2[_0x450367(0x207)]&&!isValidJsHttpsUrl(_0x1bf5c2['jsUrl'])&&_0x565948[_0x450367(0x228)]({'field':'jsUrl','message':_0x450367(0x1ee)}),_0x1bf5c2[_0x450367(0x1f0)]&&!isValidCssHttpsUrl(_0x1bf5c2[_0x450367(0x1f0)])&&_0x565948[_0x450367(0x228)]({'field':'cssUrl','message':_0x450367(0x1ff)}),_0x565948;}export async function runMenuUpdateCore(_0x394d4e,_0x5111f3,_0x35e15d,_0x2759c8={}){const _0x3735bc=a133_0x5472,_0xb4cc83=parseUpdateParamsFlag(_0x35e15d),_0x105e31=normalizeMode(_0x2759c8[_0x3735bc(0x22b)]);validateSelection(_0x2759c8['selection']);const _0x112786=[];if(_0xb4cc83[_0x3735bc(0x207)])_0x112786[_0x3735bc(0x228)](_0xb4cc83['jsUrl']);if(_0xb4cc83[_0x3735bc(0x1f0)])_0x112786[_0x3735bc(0x228)](_0xb4cc83[_0x3735bc(0x1f0)]);const _0x36b699=validateParams(_0xb4cc83);if(_0x36b699[_0x3735bc(0x220)]>0x0){const _0x38a571=_0x36b699[_0x3735bc(0x227)](_0x1b96fa=>_0x3735bc(0x216)+_0x1b96fa['field']+':\x20'+_0x1b96fa[_0x3735bc(0x1ef)])[_0x3735bc(0x226)](';\x20');throw new Error('Invalid\x20--params:\x20'+_0x38a571);}if(_0x112786[_0x3735bc(0x220)]===0x0)throw new Error(_0x3735bc(0x202)+_0x3735bc(0x1f2));logger[_0x3735bc(0x22d)](process['cwd']()),logger['info']('menu-asset-update',_0x3735bc(0x1f9),{'appCode':_0x394d4e,'jsUrl':_0xb4cc83[_0x3735bc(0x207)],'cssUrl':_0xb4cc83[_0x3735bc(0x1f0)],'mode':_0x105e31,'dryRun':_0x2759c8[_0x3735bc(0x20e)]===!![]});if(_0xb4cc83[_0x3735bc(0x207)]){const _0x4f7e15=await isUrlReachable(_0xb4cc83[_0x3735bc(0x207)]);if(!_0x4f7e15)throw new Error(_0x3735bc(0x206)+_0xb4cc83['jsUrl']);}if(_0xb4cc83[_0x3735bc(0x1f0)]){const _0x558baa=await isUrlReachable(_0xb4cc83['cssUrl']);if(!_0x558baa)throw new Error('CSS\x20URL\x20is\x20unreachable:\x20'+_0xb4cc83[_0x3735bc(0x1f0)]);}const _0x286437=await getOnlineMenuList(_0x394d4e,_0x5111f3),_0x3b4d83=_0x286437[_0x3735bc(0x1f8)](_0x1307f6=>_0x1307f6['resources'][_0x3735bc(0x220)]>0x0),_0x2b3690=selectMenusForUpdate(_0x3b4d83,_0x2759c8[_0x3735bc(0x1fb)]);if(_0x2b3690[_0x3735bc(0x220)]===0x0)return{'updated':0x0,'failed':0x0,'skipped':!![],'dryRun':_0x2759c8['dryRun']===!![]};const _0x4b508c=_0x2b3690[_0x3735bc(0x227)](_0xb090ee=>buildMenuUpdateDiff(_0xb090ee,_0xb4cc83,_0x105e31,_0x2759c8['force']===!![],_0x2759c8[_0x3735bc(0x22c)]));if(_0x2759c8['dryRun'])return{'updated':0x0,'failed':0x0,'skipped':![],'dryRun':!![],'diffs':_0x4b508c};const _0x5cff2c=await Promise[_0x3735bc(0x224)](_0x2b3690[_0x3735bc(0x227)]((_0x1b7484,_0x5bd79e)=>updateMenuCdnUrl(_0x394d4e,_0x5111f3,{'id':_0x1b7484['id'],'label':_0x1b7484[_0x3735bc(0x217)],'path':_0x1b7484[_0x3735bc(0x221)],'resources':_0x4b508c[_0x5bd79e][_0x3735bc(0x1ec)]['resources'],'extend':_0x1b7484[_0x3735bc(0x21f)]??null,'loadScriptMode':_0x2759c8[_0x3735bc(0x22c)]}))),_0x1b56ae=_0x5cff2c[_0x3735bc(0x1f8)](_0x1388b8=>_0x1388b8['status']==='fulfilled')[_0x3735bc(0x227)](_0xe5b30c=>_0xe5b30c[_0x3735bc(0x1f7)]),_0x280d54=_0x5cff2c[_0x3735bc(0x1f8)](_0x3f6dcf=>_0x3f6dcf[_0x3735bc(0x205)]==='rejected')['length'];return logger['info'](_0x3735bc(0x20c),_0x3735bc(0x1f5),{'count':_0x2b3690[_0x3735bc(0x220)],'resources':_0x112786}),{'updated':_0x1b56ae[_0x3735bc(0x220)],'failed':_0x280d54,'skipped':![],'menus':_0x1b56ae};}function validateSelection(_0x3eac65){const _0x3d5019=a133_0x5472;if(!_0x3eac65)throw new Error(_0x3d5019(0x21a));if(_0x3eac65[_0x3d5019(0x203)]&&(_0x3eac65[_0x3d5019(0x218)][_0x3d5019(0x220)]>0x0||_0x3eac65[_0x3d5019(0x222)][_0x3d5019(0x220)]>0x0))throw new Error(_0x3d5019(0x1f4));if(!_0x3eac65[_0x3d5019(0x203)]&&_0x3eac65[_0x3d5019(0x218)][_0x3d5019(0x220)]===0x0&&_0x3eac65[_0x3d5019(0x222)][_0x3d5019(0x220)]===0x0)throw new Error(_0x3d5019(0x21a));}export function selectMenusForUpdate(_0x520b76,_0x401147){const _0x2e036f=a133_0x5472;validateSelection(_0x401147);if(_0x401147[_0x2e036f(0x203)])return _0x520b76;const _0x2b5959=new Set(_0x520b76[_0x2e036f(0x227)](_0x3f392e=>_0x3f392e['id'])),_0x5b714c=new Set(_0x520b76['map'](_0x1c5b85=>_0x1c5b85['path'])),_0x525413=_0x401147['menuIds'][_0x2e036f(0x1f8)](_0x696433=>!_0x2b5959[_0x2e036f(0x223)](_0x696433)),_0xc93528=_0x401147[_0x2e036f(0x222)][_0x2e036f(0x1f8)](_0x54ca20=>!_0x5b714c[_0x2e036f(0x223)](_0x54ca20));if(_0x525413[_0x2e036f(0x220)]>0x0||_0xc93528[_0x2e036f(0x220)]>0x0){const _0xa320b7=[..._0x525413[_0x2e036f(0x227)](_0x9a0078=>String(_0x9a0078)),..._0xc93528][_0x2e036f(0x226)](',\x20');throw new Error(_0x2e036f(0x215)+_0xa320b7);}const _0x5bb2b2=new Set(_0x401147[_0x2e036f(0x218)]),_0x506099=new Set(_0x401147[_0x2e036f(0x222)]);return _0x520b76[_0x2e036f(0x1f8)](_0x181d0e=>_0x5bb2b2[_0x2e036f(0x223)](_0x181d0e['id'])||_0x506099[_0x2e036f(0x223)](_0x181d0e['path']));}function normalizeMode(_0x5b0b63){const _0x4b9cb3=a133_0x5472;if(!_0x5b0b63)return'patch';if(_0x5b0b63==='replace'||_0x5b0b63===_0x4b9cb3(0x22a))return _0x5b0b63;throw new Error('Invalid\x20--mode:\x20'+_0x5b0b63+_0x4b9cb3(0x209));}function buildMenuUpdateDiff(_0x2c69bc,_0x330315,_0x550309,_0x76ffca,_0x22fcd3){const _0x47859d=a133_0x5472,_0x473fab=[..._0x2c69bc[_0x47859d(0x1ed)]];_0x550309===_0x47859d(0x22a)&&assertUnambiguousPatchResources(_0x2c69bc,_0x473fab,_0x330315);const _0x45cbc9=_0x550309===_0x47859d(0x22a)?patchResources(_0x473fab,_0x330315):replaceResources(_0x330315),_0x4413e0=[],_0x4f5b0b=_0x473fab['some'](isJsResource),_0x181b0c=_0x45cbc9[_0x47859d(0x1f6)](isJsResource);if(_0x4f5b0b&&!_0x181b0c){const _0x8cf551=_0x47859d(0x1fd)+_0x2c69bc[_0x47859d(0x217)]+_0x47859d(0x210)+_0x2c69bc['path']+_0x47859d(0x1fe)+_0x47859d(0x21e);if(!_0x76ffca)throw new Error(_0x8cf551);_0x4413e0[_0x47859d(0x228)](_0x8cf551);}const _0x5b1e26=_0x473fab[_0x47859d(0x1f6)](isCssResource),_0x3650e2=_0x45cbc9[_0x47859d(0x1f6)](isCssResource);_0x5b1e26&&!_0x3650e2&&_0x4413e0['push'](_0x47859d(0x1f3)+_0x2c69bc[_0x47859d(0x217)]+_0x47859d(0x210)+_0x2c69bc['path']+').');const _0x1fd3f9=typeof _0x2c69bc[_0x47859d(0x21f)]?.['loadScriptMode']===_0x47859d(0x201)?_0x2c69bc[_0x47859d(0x21f)][_0x47859d(0x22c)]:null,_0x583d29=_0x22fcd3?{'loadScriptMode':_0x1fd3f9}:{},_0x320dbe=_0x22fcd3?{'loadScriptMode':_0x22fcd3}:{};return{'id':_0x2c69bc['id'],'label':_0x2c69bc['label'],'path':_0x2c69bc[_0x47859d(0x221)],'mode':_0x550309,'before':{'resources':_0x473fab,..._0x583d29},'after':{'resources':_0x45cbc9,..._0x320dbe},'warnings':_0x4413e0};}function replaceResources(_0x456577){const _0x399d81=a133_0x5472;return[_0x456577[_0x399d81(0x207)],_0x456577[_0x399d81(0x1f0)]]['filter'](_0x5e0f15=>!!_0x5e0f15);}function assertUnambiguousPatchResources(_0x29e298,_0x2aefb3,_0x6e4fa2){const _0x16adbf=a133_0x5472,_0x2c2661=_0x2aefb3[_0x16adbf(0x1f8)](isJsResource)[_0x16adbf(0x220)];if(_0x6e4fa2[_0x16adbf(0x207)]&&_0x2c2661>0x1)throw new Error(_0x16adbf(0x20d)+_0x2c2661+_0x16adbf(0x1f1)+_0x29e298['label']+_0x16adbf(0x210)+_0x29e298[_0x16adbf(0x221)]+')\x20'+_0x16adbf(0x1fc));const _0x2a1ec8=_0x2aefb3[_0x16adbf(0x1f8)](isCssResource)[_0x16adbf(0x220)];if(_0x6e4fa2[_0x16adbf(0x1f0)]&&_0x2a1ec8>0x1)throw new Error(_0x16adbf(0x20d)+_0x2a1ec8+'\x20existing\x20CSS\x20resources\x20for\x20\x22'+_0x29e298[_0x16adbf(0x217)]+'\x22\x20('+_0x29e298[_0x16adbf(0x221)]+')\x20'+_0x16adbf(0x213));}function patchResources(_0x4b908f,_0x2afe9a){const _0x20fbcd=a133_0x5472;let _0x3c5b85=![],_0x1c8ee2=![];const _0x79c28c=[];for(const _0x3f30e8 of _0x4b908f){if(isJsResource(_0x3f30e8)){if(_0x2afe9a[_0x20fbcd(0x207)]&&!_0x3c5b85)_0x79c28c[_0x20fbcd(0x228)](_0x2afe9a['jsUrl']),_0x3c5b85=!![];else!_0x2afe9a['jsUrl']&&_0x79c28c[_0x20fbcd(0x228)](_0x3f30e8);continue;}if(isCssResource(_0x3f30e8)){if(_0x2afe9a['cssUrl']&&!_0x1c8ee2)_0x79c28c[_0x20fbcd(0x228)](_0x2afe9a[_0x20fbcd(0x1f0)]),_0x1c8ee2=!![];else!_0x2afe9a[_0x20fbcd(0x1f0)]&&_0x79c28c['push'](_0x3f30e8);continue;}_0x79c28c[_0x20fbcd(0x228)](_0x3f30e8);}return _0x2afe9a[_0x20fbcd(0x207)]&&!_0x3c5b85&&_0x79c28c['unshift'](_0x2afe9a[_0x20fbcd(0x207)]),_0x2afe9a[_0x20fbcd(0x1f0)]&&!_0x1c8ee2&&_0x79c28c[_0x20fbcd(0x228)](_0x2afe9a[_0x20fbcd(0x1f0)]),_0x79c28c;}function isJsResource(_0x22c97a){const _0x5d6508=a133_0x5472;return stripQuery(_0x22c97a)[_0x5d6508(0x200)]()[_0x5d6508(0x21b)]('.js');}function isCssResource(_0x58c022){const _0x54c439=a133_0x5472;return stripQuery(_0x58c022)[_0x54c439(0x200)]()[_0x54c439(0x21b)](_0x54c439(0x20b));}function stripQuery(_0x5d74be){return _0x5d74be['split']('?')[0x0]??_0x5d74be;}function parseUpdateParamsFlag(_0x2560ec){const _0x4f0155=a133_0x5472;if(!_0x2560ec||typeof _0x2560ec!==_0x4f0155(0x201))return{};try{const _0x1eab1b=JSON[_0x4f0155(0x1fa)](_0x2560ec);if(typeof _0x1eab1b!==_0x4f0155(0x20a)||_0x1eab1b===null||Array[_0x4f0155(0x21d)](_0x1eab1b))return{};return{'jsUrl':typeof _0x1eab1b[_0x4f0155(0x207)]===_0x4f0155(0x201)?_0x1eab1b['jsUrl'][_0x4f0155(0x214)]():undefined,'cssUrl':typeof _0x1eab1b[_0x4f0155(0x1f0)]===_0x4f0155(0x201)?_0x1eab1b[_0x4f0155(0x1f0)]['trim']():undefined};}catch{return{};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a134_0x415f(_0x559f72,_0x1d1633){_0x559f72=_0x559f72-0x137;const _0x51be83=a134_0x51be();let _0x415fc2=_0x51be83[_0x559f72];return _0x415fc2;}function a134_0x51be(){const _0x436b56=['2mccilc','5DEGnTi','138348GSjOQX','3231846SXJJTP','1051687JFoEMw','824920vxipOl','trim','1126060qsKhrY','3KrgWZH','228393XiBzAt','test','4100320KMPrQT'];a134_0x51be=function(){return _0x436b56;};return a134_0x51be();}(function(_0x14a231,_0x555ebb){const _0x5bf7ed=a134_0x415f,_0x29c895=_0x14a231();while(!![]){try{const _0x24dd20=parseInt(_0x5bf7ed(0x142))/0x1*(parseInt(_0x5bf7ed(0x139))/0x2)+-parseInt(_0x5bf7ed(0x141))/0x3*(-parseInt(_0x5bf7ed(0x140))/0x4)+parseInt(_0x5bf7ed(0x13a))/0x5*(parseInt(_0x5bf7ed(0x13c))/0x6)+-parseInt(_0x5bf7ed(0x13d))/0x7+-parseInt(_0x5bf7ed(0x138))/0x8+-parseInt(_0x5bf7ed(0x13b))/0x9+-parseInt(_0x5bf7ed(0x13e))/0xa;if(_0x24dd20===_0x555ebb)break;else _0x29c895['push'](_0x29c895['shift']());}catch(_0x336439){_0x29c895['push'](_0x29c895['shift']());}}}(a134_0x51be,0x464a0));export function isValidJsHttpsUrl(_0x18da05){const _0x404a88=a134_0x415f;return/^https:\/\/.+\.js(\?.*)?$/[_0x404a88(0x137)](_0x18da05['trim']());}export function isValidCssHttpsUrl(_0x284fb9){const _0x1d415f=a134_0x415f;return/^https:\/\/.+\.css(\?.*)?$/[_0x1d415f(0x137)](_0x284fb9[_0x1d415f(0x13f)]());}export async function isUrlReachable(_0x4c2e97){try{const _0x3e2285=await fetch(_0x4c2e97,{'method':'HEAD'});return _0x3e2285['ok'];}catch{return![];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a135_0x5b2b64=a135_0x47aa;(function(_0x10e495,_0x29ae32){const _0x24146e=a135_0x47aa,_0x5b28e8=_0x10e495();while(!![]){try{const _0x30c4e0=parseInt(_0x24146e(0x14b))/0x1+parseInt(_0x24146e(0x12b))/0x2+-parseInt(_0x24146e(0x14a))/0x3*(parseInt(_0x24146e(0x125))/0x4)+-parseInt(_0x24146e(0x13b))/0x5*(parseInt(_0x24146e(0x12d))/0x6)+parseInt(_0x24146e(0x149))/0x7*(parseInt(_0x24146e(0x10d))/0x8)+-parseInt(_0x24146e(0x112))/0x9+parseInt(_0x24146e(0x118))/0xa;if(_0x30c4e0===_0x29ae32)break;else _0x5b28e8['push'](_0x5b28e8['shift']());}catch(_0x2cc44e){_0x5b28e8['push'](_0x5b28e8['shift']());}}}(a135_0x1a76,0x80154));function a135_0x47aa(_0x540dd0,_0x4c50e5){_0x540dd0=_0x540dd0-0x10d;const _0x1a768b=a135_0x1a76();let _0x47aace=_0x1a768b[_0x540dd0];return _0x47aace;}import a135_0x22d6ed from'chalk';function a135_0x1a76(){const _0x42b8c3=['\x20page(s)','targetPages','menu\x20sync\x20requires\x20a\x20project\x20context\x20or\x20explicit\x20--appcode.\x20','110873lwccfo','25239AbPYSZ','240259YmcJhC','\x20menu(s)\x20with\x20JS:\x20','cyan','Online\x20menu\x20list\x20fetched','Exact\x20comma-separated\x20local\x20page\x20paths\x20to\x20sync','str','gray','split','Run\x20inside\x20a\x20directory\x20with\x20.rabetbase.json,\x20or\x20pass\x20--appcode\x20<code>.','Preview\x20with\x20--dry-run,\x20then\x20reuse\x20the\x20same\x20--paths\x20and\x20--params\x20with\x20--yes.','136zHMxSe','trim','cookie','JSON:\x20{\x22jsUrl\x22:\x22https://...js\x22,\x22cssUrl\x22:\x22https://...css\x22}','localPages','1179855GXFCYb','\x20menu(s)...','\x20menu(s)','cssUrl','size','Menu\x20sync\x20completed:\x20','7176630NqMuDH','onlinePaths','skipped','Pre-fill\x20JS/CSS\x20URLs.\x20','\x20created.','menu\x20sync\x20--paths\x20requires\x20--yes\x20for\x20execution.','validation','\x20\x20Continue\x20with\x20creation?','flag','\x20menu(s)\x20created','Failed\x20to\x20fetch\x20online\x20menu\x20list','map','rawFlags','48SvCeVJ','write','POST','Menu\x20sync\x20skipped','Fetching\x20online\x20menu\x20list...','onlineMenuList','1083774dxtyGc','yes','6074358BhigWA','appCode','Non-interactive\x20menu\x20sync\x20requires\x20--yes.','/smartapi/menu/create','boolean','✓\x20Menu\x20sync\x20completed:\x20','menu','jsUrl','\x20local\x20microfrontend\x20menu(s).','\x20\x20!\x20No\x20local\x20pages\x20found,\x20please\x20create\x20pages\x20first','message','\x20\x20Cancelled.','params','No\x20local\x20microfrontend\x20menus\x20would\x20be\x20created.','5kNpMye','length','created','Menu\x20creation\x20failed','filter','selectedAppName','yellow','paths','\x20\x20Create\x20','appcode','!\x20No\x20local\x20pages\x20found\x20in\x20src/pages'];a135_0x1a76=function(){return _0x42b8c3;};return a135_0x1a76();}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';import{isInProject}from'../../context.js';export const menuSync={'service':a135_0x5b2b64(0x133),'command':'sync','description':'Sync\x20local\x20pages\x20as\x20platform\x20menus','risk':a135_0x5b2b64(0x126),'flags':[{'name':a135_0x5b2b64(0x139),'type':'string','description':a135_0x5b2b64(0x11b)+a135_0x5b2b64(0x110)},{'name':a135_0x5b2b64(0x142),'type':'string','description':a135_0x5b2b64(0x14f)},{'name':a135_0x5b2b64(0x12c),'type':a135_0x5b2b64(0x131),'description':'Confirm\x20non-interactive\x20sync;\x20without\x20--paths,\x20create\x20all\x20missing\x20local\x20pages'}],async 'dryRun'(_0x2d48ee){const _0x3a2c32=a135_0x5b2b64;ensureRunnableContext(_0x2d48ee[_0x3a2c32(0x124)],_0x2d48ee[_0x3a2c32(0x140)]);const _0x19cbd8=await runMenuSyncCore(_0x2d48ee[_0x3a2c32(0x12e)],_0x2d48ee[_0x3a2c32(0x10f)],parsePaths(_0x2d48ee[_0x3a2c32(0x150)]('paths')),_0x2d48ee[_0x3a2c32(0x150)](_0x3a2c32(0x139)),{'dryRun':!![]});return{'method':_0x3a2c32(0x127),'url':_0x3a2c32(0x130),'body':_0x19cbd8,'description':_0x19cbd8[_0x3a2c32(0x11a)]?_0x3a2c32(0x13a):'Would\x20create\x20'+_0x19cbd8[_0x3a2c32(0x147)][_0x3a2c32(0x13c)]+_0x3a2c32(0x135)};},async 'execute'(_0x50bc0c){const _0x38356c=a135_0x5b2b64;ensureRunnableContext(_0x50bc0c[_0x38356c(0x124)],_0x50bc0c[_0x38356c(0x140)]);const _0x580760=_0x50bc0c[_0x38356c(0x120)](_0x38356c(0x12c)),_0x2e316f=_0x50bc0c[_0x38356c(0x150)](_0x38356c(0x139)),_0x378b3f=parsePaths(_0x50bc0c[_0x38356c(0x150)]('paths')),_0x3e63bb=parseMenuSyncParams(_0x2e316f);if(_0x580760){const _0x2a09d8=await runMenuSyncCore(_0x50bc0c[_0x38356c(0x12e)],_0x50bc0c[_0x38356c(0x10f)],_0x378b3f,_0x2e316f);if(_0x2a09d8['skipped']){const _0x1d1e90=getLocalPages();_0x1d1e90['length']===0x0?writeCliSideChannelLine(_0x38356c(0x145)):writeCliSideChannelLine('✓\x20All\x20local\x20pages\x20are\x20already\x20on\x20platform');}else writeCliSideChannelLine(_0x38356c(0x132)+_0x2a09d8[_0x38356c(0x13d)]+_0x38356c(0x121));return{'ok':!![],'data':_0x2a09d8,'message':_0x2a09d8[_0x38356c(0x11a)]?_0x38356c(0x128):_0x38356c(0x117)+_0x2a09d8[_0x38356c(0x13d)]+_0x38356c(0x11c)};}if(_0x378b3f[_0x38356c(0x13c)]>0x0)throw CliErrors[_0x38356c(0x11e)](_0x38356c(0x11d),'Preview\x20with\x20--dry-run,\x20then\x20reuse\x20the\x20same\x20--paths\x20and\x20--params\x20with\x20--yes.');if(!isInteractive()&&_0x2e316f)throw CliErrors[_0x38356c(0x11e)](_0x38356c(0x12f),_0x38356c(0x154));requireInteractive();const _0x1afb82=startSpinner(_0x38356c(0x129));let _0x59b05d,_0x3e46e2,_0xe260b1;try{const _0x2c5561=await fetchMenuData(_0x50bc0c[_0x38356c(0x12e)],_0x50bc0c['cookie']);_0x59b05d=_0x2c5561[_0x38356c(0x111)],_0x3e46e2=_0x2c5561[_0x38356c(0x119)],_0xe260b1=_0x2c5561[_0x38356c(0x12a)],stopSpinner(_0x1afb82,_0x38356c(0x14e),!![]);}catch(_0xa88c6a){stopSpinner(_0x1afb82,_0x38356c(0x122),![]);throw CliErrors[_0x38356c(0x11e)](_0xa88c6a instanceof Error?_0xa88c6a[_0x38356c(0x137)]:_0x38356c(0x122));}if(_0x59b05d[_0x38356c(0x13c)]===0x0)return writeCliSideChannelLine(a135_0x22d6ed[_0x38356c(0x141)](_0x38356c(0x136))),{'ok':!![]};const _0x40cf39=buildCompareRows(_0x59b05d,_0x3e46e2);writeCliSideChannelLine(renderCompareTable(_0x40cf39)),writeCliSideChannelLine('');const _0x1d8bf6=await selectPages(_0x59b05d,_0x3e46e2);writeCliSideChannelLine(''),writeCliSideChannelLine(a135_0x22d6ed[_0x38356c(0x14d)]('\x20\x20✓\x20Selected:\x20'+_0x1d8bf6[_0x38356c(0x13c)]+_0x38356c(0x146)));const _0x40656d=_0x3e63bb['jsUrl']&&_0x3e63bb[_0x38356c(0x115)];if(!_0x40656d){writeCliSideChannelLine(renderSyncSummary(_0x1d8bf6,_0x3e46e2[_0x38356c(0x116)]>0x0));const _0x7f1992=await askConfirm(_0x38356c(0x11f));if(!_0x7f1992)return writeCliSideChannelLine(a135_0x22d6ed['gray'](_0x38356c(0x138))),{'ok':!![]};}let _0xe042dc=_0x3e63bb[_0x38356c(0x134)],_0x4daf10=_0x3e63bb[_0x38356c(0x115)];!_0xe042dc&&(_0xe042dc=await askJsUrl());!_0x4daf10&&(_0x4daf10=await askCssUrl());const _0xca97c=await askConfirm(_0x38356c(0x143)+_0x1d8bf6[_0x38356c(0x13c)]+_0x38356c(0x14c)+_0xe042dc+'\x20and\x20CSS:\x20'+_0x4daf10+'?');if(!_0xca97c)return writeCliSideChannelLine(a135_0x22d6ed[_0x38356c(0x151)](_0x38356c(0x138))),{'ok':!![]};const _0x4d5315=[_0xe042dc,_0x4daf10],_0x39c1b6=startSpinner('Creating\x20'+_0x1d8bf6[_0x38356c(0x13c)]+_0x38356c(0x113));try{const _0x416bf0=await doCreateMenus(_0x50bc0c[_0x38356c(0x12e)],_0x50bc0c[_0x38356c(0x10f)],_0x1d8bf6,_0x4d5315);return stopSpinner(_0x39c1b6,'Created\x20'+_0x416bf0['created']+_0x38356c(0x114),!![]),{'ok':!![],'data':_0x416bf0,'message':_0x38356c(0x117)+_0x416bf0[_0x38356c(0x13d)]+'\x20created,\x20'+_0x416bf0['failed']+'\x20failed.'};}catch(_0x539454){stopSpinner(_0x39c1b6,'Menu\x20creation\x20failed',![]);throw CliErrors[_0x38356c(0x11e)](_0x539454 instanceof Error?_0x539454[_0x38356c(0x137)]:_0x38356c(0x13e));}}};function ensureRunnableContext(_0x154a82,_0x3eb49a){const _0x1e8a4c=a135_0x5b2b64,_0x2cc1db=_0x154a82['appcode']?String(_0x154a82[_0x1e8a4c(0x144)])[_0x1e8a4c(0x10e)]():'';if(!isInProject()&&!_0x3eb49a&&!_0x2cc1db)throw CliErrors[_0x1e8a4c(0x11e)](_0x1e8a4c(0x148)+_0x1e8a4c(0x153));}function parsePaths(_0xf424e5){const _0x4d3cd5=a135_0x5b2b64;return[...new Set(_0xf424e5[_0x4d3cd5(0x152)](',')[_0x4d3cd5(0x123)](_0x495834=>_0x495834['trim']())[_0x4d3cd5(0x13f)](Boolean))];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a136_0xb02dbe=a136_0x2dc1;(function(_0x5b4914,_0x48ced8){const _0x54c1d4=a136_0x2dc1,_0x1a96ce=_0x5b4914();while(!![]){try{const _0x24c70a=parseInt(_0x54c1d4(0x1c8))/0x1+-parseInt(_0x54c1d4(0x19e))/0x2*(parseInt(_0x54c1d4(0x1eb))/0x3)+-parseInt(_0x54c1d4(0x1b8))/0x4+parseInt(_0x54c1d4(0x1f8))/0x5+parseInt(_0x54c1d4(0x1cf))/0x6*(parseInt(_0x54c1d4(0x1c0))/0x7)+-parseInt(_0x54c1d4(0x1be))/0x8+parseInt(_0x54c1d4(0x203))/0x9;if(_0x24c70a===_0x48ced8)break;else _0x1a96ce['push'](_0x1a96ce['shift']());}catch(_0x483030){_0x1a96ce['push'](_0x1a96ce['shift']());}}}(a136_0x2abf,0x4ab74));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':a136_0xb02dbe(0x1a7),'path':a136_0xb02dbe(0x197)}];function a136_0x2abf(){const _0xc1658=['--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.','expect-visible','get','menu_verification_failed','rawFlags','22953sKOiSo','Inspect\x20current\x20menu\x20facts\x20before\x20retrying\x20any\x20target.','before','pageType','expectedCount','validation','label','\x20visible\x20did\x20not\x20match\x20the\x20requested\x20state.','visibility-update','targets','boolean','Failed\x20update\x20requests\x20were\x20not\x20retried;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','One\x20or\x20more\x20updates\x20may\x20have\x20changed\x20fields\x20outside\x20visibility;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','2175645CQiZky','isSafeInteger','resourcesValid','Use\x20--menu-ids\x20with\x20one\x20or\x20more\x20of:\x20','menu_permission_denied','Final\x20menu\x20visibility\x20readback\x20failed.','path','code','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20an\x20exact\x20current\x20path.','Exact\x20comma-separated\x20menu\x20paths\x20to\x20update','datasetId','2553651wBNkjA','menu_state_drift','updated','\x20menu(s),\x20expected\x20','hash','\x20menu(s);\x20skip\x20','Response\x20was\x20lost\x20for\x20menu\x20','Selected\x20menu\x20visibility\x20changed\x20for\x20id(s):\x20','stringify','byId','menu-ids','update-recovery','menu\x20visibility-update\x20requires\x20--menu-ids\x20or\x20--paths.','\x20visibility\x20update\x20could\x20not\x20be\x20verified','Menu\x20path\x20selector\x20matched\x20multiple\x20menus:\x20','/smartapi/menu/update','\x20failed.','Every\x20selected\x20menu\x20already\x20has\x20the\x20requested\x20visibility;\x20no\x20write\x20is\x20needed.','requestedVisible','warnings','menuIds','Menu\x20visibility\x20update\x20could\x20not\x20be\x20verified\x20for\x20id(s):\x20','2LkWwZJ','menu_selector_not_found','modelType','expectVisible','failed','length','menu\x20list','Would\x20update\x20visibility\x20for\x20','push','POST','update\x20menu\x20visibility','Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update','\x20updated,\x20','parentId','map','string','menu','verification','sort','depth','menus','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expected-count.','values','rabetbase\x20menu\x20list\x20--format\x20compress','--expected-count\x20must\x20be\x20a\x20non-negative\x20integer.','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20exact\x20current\x20ids.','652916tGQyeC','\x20visibility\x20could\x20not\x20be\x20verified\x20safely','expected-count','message','childrenIds','url','4502128MBjiOz','Menu\x20','7ipabwW','set','str','isArray','join','datasetCode','type','Menu\x20visibility\x20update\x20completed:\x20','67019NVWFGo','paths','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expect-visible.','plannedActions','true','visible','false','1522770XygnTv','childrenCount','has','Selected\x20','resources','Menu\x20id\x20selector(s)\x20not\x20found:\x20','plan','Set\x20exact\x20menus\x20visible\x20or\x20hidden\x20without\x20changing\x20their\x20routes\x20or\x20resources','Updated\x20visibility\x20for\x20','update-menu-visibility','update','Abort\x20unless\x20every\x20selected\x20menu\x20has\x20this\x20visibility','\x20and\x20final\x20state\x20could\x20not\x20be\x20read.','cookie','\x20unchanged\x20menu(s).','trim','flagMissing','pageId','some','filter','appCode','verify\x20menu\x20visibility\x20update','Abort\x20unless\x20the\x20exact\x20number\x20of\x20selected\x20menus\x20matches'];a136_0x2abf=function(){return _0xc1658;};return a136_0x2abf();}function a136_0x2dc1(_0x463227,_0x5cb106){_0x463227=_0x463227-0x194;const _0x2abf5a=a136_0x2abf();let _0x2dc1c8=_0x2abf5a[_0x463227];return _0x2dc1c8;}export const menuVisibilityUpdate={'service':a136_0xb02dbe(0x1ae),'command':a136_0xb02dbe(0x1f3),'description':a136_0xb02dbe(0x1d6),'risk':'high-risk-write','structuredErrors':!![],'flags':[{'name':a136_0xb02dbe(0x20d),'type':'string','description':a136_0xb02dbe(0x1a9)},{'name':a136_0xb02dbe(0x1c9),'type':a136_0xb02dbe(0x1ad),'description':a136_0xb02dbe(0x201)},{'name':a136_0xb02dbe(0x1cd),'type':a136_0xb02dbe(0x1f5),'required':!![],'description':'Requested\x20menu\x20visibility'},{'name':a136_0xb02dbe(0x1e7),'type':a136_0xb02dbe(0x1f5),'description':a136_0xb02dbe(0x1da)},{'name':a136_0xb02dbe(0x1ba),'type':'number','description':a136_0xb02dbe(0x1e5)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x498d91){parseInput(_0x498d91),requireExplicitYes(_0x498d91);},async 'dryRun'(_0x1587e0){const _0x4d9a76=a136_0xb02dbe,_0x2bb15d=await buildPlan(_0x1587e0,!![]),_0x33a6e8=_0x2bb15d['plan'][_0x4d9a76(0x1cb)]?.[_0x4d9a76(0x1a3)]??0x0,_0x296e01=_0x2bb15d['plan'][_0x4d9a76(0x1f4)][_0x4d9a76(0x1a3)]-_0x33a6e8;return menuDryRunResult(_0x2bb15d['plan'],{'method':_0x4d9a76(0x1a7),'url':'/smartapi/menu/update','body':{'updates':_0x2bb15d[_0x4d9a76(0x1d5)]['plannedActions']?.[_0x4d9a76(0x1ac)](_0x3700c7=>_0x3700c7['body'])??[]},'description':_0x4d9a76(0x1a5)+_0x33a6e8+_0x4d9a76(0x208)+_0x296e01+_0x4d9a76(0x1dd)});},async 'execute'(_0x577ffe){const _0x248011=a136_0xb02dbe;requireExplicitYes(_0x577ffe);const _0x3830da=await buildPlan(_0x577ffe,![]);await recheckMutationSnapshot(_0x577ffe,_0x3830da[_0x248011(0x1d5)],'update\x20menu\x20visibility');const _0x5789ff=[],_0x3a05a9=[],_0x37ecb5=[];for(const _0x257117 of _0x3830da[_0x248011(0x1d5)][_0x248011(0x1f4)]){if(_0x257117[_0x248011(0x1ed)][_0x248011(0x1cd)]===_0x3830da[_0x248011(0x1d5)][_0x248011(0x19a)]){_0x5789ff[_0x248011(0x1a6)]({'id':_0x257117['id'],'updated':![],'skipped':!![]});continue;}try{await updateMenuEntity(_0x577ffe['appCode'],_0x577ffe[_0x248011(0x1dc)],{'id':_0x257117['id'],'visible':_0x3830da['plan']['requestedVisible']}),_0x5789ff[_0x248011(0x1a6)]({'id':_0x257117['id'],'updated':!![],'skipped':![]});}catch(_0x1f42b5){const _0xe4c778=mapMenuApiError(_0x1f42b5,'update\x20visibility\x20for',_0x257117['id']);if(isMenuResponseLoss(_0x1f42b5)&&_0xe4c778[_0x248011(0x1ff)]!==_0x248011(0x1fc)){_0x37ecb5[_0x248011(0x1a6)](_0x257117['id']);continue;}_0x3a05a9[_0x248011(0x1a6)]({'id':_0x257117['id'],'stage':_0x248011(0x1d9),'code':_0xe4c778[_0x248011(0x1ff)],'message':_0xe4c778['message']});}}let _0x2d12b5;try{_0x2d12b5=await fetchMenuSnapshot(_0x577ffe[_0x248011(0x1e3)],_0x577ffe['cookie']);}catch(_0x3eb137){const _0x44c925=describeMenuErrorCause(_0x3eb137,_0x248011(0x1e4)),_0x31a5af=_0x37ecb5[_0x248011(0x1ac)](_0x1fc6ca=>({'id':_0x1fc6ca,'stage':_0x248011(0x20e),'code':_0x248011(0x1e9),'message':_0x248011(0x209)+_0x1fc6ca+_0x248011(0x1db),'requestedStateConfirmed':![],'recovered':![]})),_0x214a6f={'stage':_0x248011(0x1af),'code':'menu_verification_failed','message':_0x248011(0x1fd),'targetIds':_0x3830da[_0x248011(0x1d5)][_0x248011(0x1f4)][_0x248011(0x1ac)](_0x528e9d=>_0x528e9d['id']),'requestedStateConfirmed':![],..._0x44c925};throw menuFailure(asVerificationError(_0x3eb137,'Visibility\x20update\x20requests\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20the\x20requested\x20state'),_0x3830da[_0x248011(0x1d5)],{'stage':'verification','succeeded':_0x5789ff,'failedRecords':[..._0x3a05a9,..._0x31a5af,_0x214a6f],'warnings':['The\x20update\x20may\x20have\x20taken\x20effect;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20retrying.'],'verification':{'status':_0x248011(0x1a2),'recoveredCount':0x0,'lookupCommand':_0x248011(0x1b5)}});}const _0x125528=[];for(const _0x173476 of _0x5789ff){const _0x24ab71=Number(_0x173476['id']),_0x289dc6=_0x3830da['beforeById'][_0x248011(0x1e8)](_0x24ab71),_0x493b62=_0x2d12b5[_0x248011(0x20c)]['get'](_0x24ab71);try{verifyVisibilityUpdate(_0x289dc6,_0x493b62,_0x3830da[_0x248011(0x1d5)][_0x248011(0x19a)]);}catch(_0xbc8075){const _0x2c8a1c=asVerificationError(_0xbc8075,'Menu\x20'+_0x24ab71+_0x248011(0x195));_0x125528[_0x248011(0x1a6)]({'id':_0x24ab71,'stage':_0x248011(0x1af),'code':_0x2c8a1c[_0x248011(0x1ff)],'message':_0x2c8a1c[_0x248011(0x1bb)],'requestedStateConfirmed':![]});}}for(const _0x3c2321 of _0x37ecb5){const _0x4460a6=_0x3830da['beforeById'][_0x248011(0x1e8)](_0x3c2321),_0x326f1a=_0x2d12b5[_0x248011(0x20c)][_0x248011(0x1e8)](_0x3c2321);try{verifyVisibilityUpdate(_0x4460a6,_0x326f1a,_0x3830da['plan'][_0x248011(0x19a)]),_0x5789ff[_0x248011(0x1a6)]({'id':_0x3c2321,'updated':!![],'skipped':![],'recovered':!![]});}catch(_0x1909b3){const _0xe9028=asVerificationError(_0x1909b3,'Response\x20was\x20lost\x20and\x20menu\x20'+_0x3c2321+_0x248011(0x1b9));_0x125528[_0x248011(0x1a6)]({'id':_0x3c2321,'stage':_0x248011(0x20e),'code':_0xe9028[_0x248011(0x1ff)],'message':_0xe9028[_0x248011(0x1bb)],'requestedStateConfirmed':![],'recovered':![]});}}if(_0x125528[_0x248011(0x1a3)]>0x0){const _0x1a82f9=_0x125528[_0x248011(0x1ac)](_0x2eb12f=>Number(_0x2eb12f['id'])),_0x1bb7ea=_0x5789ff[_0x248011(0x1e2)](_0x304b79=>_0x304b79['recovered']===!![])['length'],_0xb9c5ce=menuError(_0x248011(0x1e9),_0x248011(0x19d)+_0x1a82f9[_0x248011(0x1c4)](',\x20')+'.',_0x248011(0x1ec));throw menuFailure(_0xb9c5ce,_0x3830da['plan'],{'stage':_0x248011(0x1af),'succeeded':_0x5789ff,'failedRecords':[..._0x3a05a9,..._0x125528],'warnings':[_0x248011(0x1f7)],'verification':{'status':_0x248011(0x1a2),..._0x1a82f9[_0x248011(0x1a3)]===0x1?{'targetId':_0x1a82f9[0x0]}:{'targetIds':_0x1a82f9},'recoveredCount':_0x1bb7ea,'lookupCommand':_0x248011(0x1b5)}});}const _0x708203=_0x5789ff['filter'](_0x5ad6e0=>_0x5ad6e0[_0x248011(0x205)]===!![])[_0x248011(0x1a3)],_0x2f5454=_0x5789ff[_0x248011(0x1a3)]-_0x708203,_0xef9533={..._0x3830da[_0x248011(0x1d5)],'succeeded':_0x5789ff,'failed':_0x3a05a9,'warnings':_0x3a05a9['length']>0x0?[..._0x3830da[_0x248011(0x1d5)]['warnings'],_0x248011(0x1f6)]:_0x3830da['plan'][_0x248011(0x19b)],'verification':{'checkedBy':_0x248011(0x1a4),'snapshotHash':_0x2d12b5['hash'],'matchesRequestedState':_0x3a05a9['length']===0x0,'recoveredCount':_0x37ecb5['length']}};return{'ok':_0x3a05a9[_0x248011(0x1a3)]===0x0,'data':_0xef9533,'message':_0x3a05a9['length']===0x0?_0x248011(0x1d7)+_0x708203+'\x20menu(s);\x20skipped\x20'+_0x2f5454+_0x248011(0x1dd):_0x248011(0x1c7)+_0x708203+_0x248011(0x1aa)+_0x2f5454+'\x20skipped,\x20'+_0x3a05a9['length']+_0x248011(0x198)};}};function parseInput(_0x7bc3d8){const _0x540de3=a136_0xb02dbe,_0x453c0f=parseMenuIds(_0x7bc3d8[_0x540de3(0x1c2)](_0x540de3(0x20d))),_0x35aa4f=parseCsv(_0x7bc3d8[_0x540de3(0x1c2)](_0x540de3(0x1c9)));if(_0x453c0f[_0x540de3(0x1a3)]===0x0&&_0x35aa4f[_0x540de3(0x1a3)]===0x0)throw CliErrors[_0x540de3(0x1f0)](_0x540de3(0x194));const _0x167ce9=parseBooleanFlag(_0x7bc3d8,_0x540de3(0x1cd),!![]),_0x3ff88f=parseBooleanFlag(_0x7bc3d8,'expect-visible',![]);let _0x3dc0af;if(hasFlag(_0x7bc3d8,_0x540de3(0x1ba))){_0x3dc0af=_0x7bc3d8['num'](_0x540de3(0x1ba));if(!Number[_0x540de3(0x1f9)](_0x3dc0af)||_0x3dc0af<0x0)throw CliErrors[_0x540de3(0x1f0)](_0x540de3(0x1b6));}return{'menuIds':_0x453c0f,'paths':_0x35aa4f,'visible':_0x167ce9,'expectVisible':_0x3ff88f,'expectedCount':_0x3dc0af};}async function buildPlan(_0x4b8cf0,_0x44b896){const _0x1bcc8d=a136_0xb02dbe,_0x482f08=parseInput(_0x4b8cf0),_0x3f85e2=await fetchMutationSnapshot(_0x4b8cf0,_0x1bcc8d(0x1a8)),_0x1ea71d=selectTargets(_0x3f85e2[_0x1bcc8d(0x1b2)],_0x482f08[_0x1bcc8d(0x19c)],_0x482f08[_0x1bcc8d(0x1c9)]);if(_0x482f08[_0x1bcc8d(0x1ef)]!==undefined&&_0x1ea71d[_0x1bcc8d(0x1a3)]!==_0x482f08[_0x1bcc8d(0x1ef)])throw menuError('menu_expected_count_mismatch',_0x1bcc8d(0x1d2)+_0x1ea71d[_0x1bcc8d(0x1a3)]+_0x1bcc8d(0x206)+_0x482f08['expectedCount']+'.',_0x1bcc8d(0x1b3));if(_0x482f08['expectVisible']!==undefined){const _0x3ea0d3=_0x1ea71d['filter'](_0x41848a=>_0x41848a[_0x1bcc8d(0x1cd)]!==_0x482f08[_0x1bcc8d(0x1a1)]);if(_0x3ea0d3['length']>0x0)throw menuError(_0x1bcc8d(0x204),_0x1bcc8d(0x20a)+_0x3ea0d3[_0x1bcc8d(0x1ac)](_0x157646=>_0x157646['id'])['join'](',\x20')+'.',_0x1bcc8d(0x1ca));}const _0x40b8e6=_0x1ea71d[_0x1bcc8d(0x1ac)](_0x1b6567=>({'id':_0x1b6567['id'],'label':_0x1b6567[_0x1bcc8d(0x1f1)],'path':_0x1b6567[_0x1bcc8d(0x1fe)],'before':{'visible':_0x1b6567['visible']},'after':{'visible':_0x482f08[_0x1bcc8d(0x1cd)]}})),_0x3bd6a7=_0x40b8e6[_0x1bcc8d(0x1e2)](_0x423097=>_0x423097[_0x1bcc8d(0x1ed)][_0x1bcc8d(0x1cd)]!==_0x482f08[_0x1bcc8d(0x1cd)])[_0x1bcc8d(0x1ac)](_0x21304b=>({'stage':_0x1bcc8d(0x1d8),'method':_0x1bcc8d(0x1a7),'path':_0x1bcc8d(0x197),'body':{'appCode':_0x4b8cf0[_0x1bcc8d(0x1e3)],'id':_0x21304b['id'],'visible':_0x482f08[_0x1bcc8d(0x1cd)]}})),_0x87eb37=mutationResult({'operation':_0x1bcc8d(0x1f3),'selector':{'menuIds':_0x482f08[_0x1bcc8d(0x19c)],'paths':_0x482f08[_0x1bcc8d(0x1c9)]},'before':{'menus':_0x1ea71d['map'](_0x419f73=>({'id':_0x419f73['id'],'path':_0x419f73['path'],'visible':_0x419f73[_0x1bcc8d(0x1cd)]}))},'after':{'menus':_0x1ea71d[_0x1bcc8d(0x1ac)](_0x40f380=>({'id':_0x40f380['id'],'path':_0x40f380[_0x1bcc8d(0x1fe)],'visible':_0x482f08[_0x1bcc8d(0x1cd)]}))},'dryRun':_0x44b896,'backend':[...BACKEND],'plannedActions':_0x3bd6a7,'snapshotHash':_0x3f85e2[_0x1bcc8d(0x207)],'warnings':_0x3bd6a7['length']===0x0?[_0x1bcc8d(0x199)]:[]});return{'plan':{..._0x87eb37,'requestedVisible':_0x482f08['visible'],'targets':_0x40b8e6},'beforeById':new Map(_0x1ea71d[_0x1bcc8d(0x1ac)](_0x5d74b8=>[_0x5d74b8['id'],_0x5d74b8]))};}function selectTargets(_0x77280d,_0xb9dacd,_0x275033){const _0x2a3694=a136_0xb02dbe,_0x179b0b=new Map(_0x77280d[_0x2a3694(0x1ac)](_0xcf39be=>[_0xcf39be['id'],_0xcf39be])),_0x4821e8=new Map(),_0x21f0b7=_0xb9dacd[_0x2a3694(0x1e2)](_0x3782ae=>!_0x179b0b[_0x2a3694(0x1d1)](_0x3782ae));if(_0x21f0b7['length']>0x0)throw menuError(_0x2a3694(0x19f),_0x2a3694(0x1d4)+_0x21f0b7[_0x2a3694(0x1c4)](',\x20')+'.',_0x2a3694(0x1b7));for(const _0x238c4d of _0xb9dacd){_0x4821e8[_0x2a3694(0x1c1)](_0x238c4d,_0x179b0b[_0x2a3694(0x1e8)](_0x238c4d));}for(const _0x526f06 of _0x275033){const _0x2374dc=_0x77280d['filter'](_0x5decd9=>_0x5decd9[_0x2a3694(0x1fe)]===_0x526f06);if(_0x2374dc[_0x2a3694(0x1a3)]===0x0)throw menuError(_0x2a3694(0x19f),'Menu\x20path\x20selector\x20not\x20found:\x20'+JSON[_0x2a3694(0x20b)](_0x526f06)+'.',_0x2a3694(0x200));if(_0x2374dc[_0x2a3694(0x1a3)]>0x1)throw menuError('menu_selector_ambiguous',_0x2a3694(0x196)+JSON[_0x2a3694(0x20b)](_0x526f06)+'.',_0x2a3694(0x1fb)+_0x2374dc[_0x2a3694(0x1ac)](_0x2b1eaf=>_0x2b1eaf['id'])[_0x2a3694(0x1c4)](',\x20')+'.');const _0x4bdcd0=_0x2374dc[0x0];_0x4821e8[_0x2a3694(0x1c1)](_0x4bdcd0['id'],_0x4bdcd0);}return[..._0x4821e8[_0x2a3694(0x1b4)]()];}function parseMenuIds(_0xd1a01f){const _0x3d2c64=a136_0xb02dbe,_0x2d15ba=parseCsv(_0xd1a01f),_0x442489=_0x2d15ba[_0x3d2c64(0x1ac)](Number);if(_0x442489[_0x3d2c64(0x1e1)](_0x2b67be=>!Number[_0x3d2c64(0x1f9)](_0x2b67be)||_0x2b67be<=0x0))throw CliErrors[_0x3d2c64(0x1f0)](_0x3d2c64(0x1e6));return[...new Set(_0x442489)];}function parseCsv(_0x41218e){const _0x2aa41f=a136_0xb02dbe;return[...new Set(_0x41218e['split'](',')[_0x2aa41f(0x1ac)](_0x3ddbdf=>_0x3ddbdf[_0x2aa41f(0x1de)]())[_0x2aa41f(0x1e2)](Boolean))];}function parseBooleanFlag(_0x3c8271,_0x9aac2e,_0x4b312b){const _0x24d3d3=a136_0xb02dbe;if(!hasFlag(_0x3c8271,_0x9aac2e)){if(_0x4b312b)throw CliErrors[_0x24d3d3(0x1df)](_0x9aac2e);return undefined;}const _0x13598b=_0x3c8271[_0x24d3d3(0x1ea)][_0x9aac2e];if(_0x13598b===!![]||_0x13598b===![])return _0x13598b;if(_0x13598b===_0x24d3d3(0x1cc))return!![];if(_0x13598b===_0x24d3d3(0x1ce))return![];throw CliErrors[_0x24d3d3(0x1f0)]('--'+_0x9aac2e+'\x20must\x20be\x20true\x20or\x20false.');}function verifyVisibilityUpdate(_0x5b5aae,_0x218751,_0xbe20e1){const _0x2fb5c1=a136_0xb02dbe;assertVerified(!!_0x218751,'Menu\x20'+_0x5b5aae['id']+'\x20was\x20not\x20found\x20during\x20visibility\x20verification.'),assertVerified(_0x218751[_0x2fb5c1(0x1cd)]===_0xbe20e1,'Menu\x20'+_0x5b5aae['id']+_0x2fb5c1(0x1f2));const _0x2e046e=[['id',_0x218751['id'],_0x5b5aae['id']],[_0x2fb5c1(0x1ab),_0x218751['parentId'],_0x5b5aae['parentId']],[_0x2fb5c1(0x1b1),_0x218751[_0x2fb5c1(0x1b1)],_0x5b5aae['depth']],[_0x2fb5c1(0x1f1),_0x218751[_0x2fb5c1(0x1f1)],_0x5b5aae[_0x2fb5c1(0x1f1)]],[_0x2fb5c1(0x1fe),_0x218751[_0x2fb5c1(0x1fe)],_0x5b5aae[_0x2fb5c1(0x1fe)]],['url',_0x218751[_0x2fb5c1(0x1bd)],_0x5b5aae[_0x2fb5c1(0x1bd)]],[_0x2fb5c1(0x1c6),_0x218751['type'],_0x5b5aae['type']],[_0x2fb5c1(0x1b0),_0x218751[_0x2fb5c1(0x1b0)],_0x5b5aae[_0x2fb5c1(0x1b0)]],[_0x2fb5c1(0x1d3),_0x218751[_0x2fb5c1(0x1d3)],_0x5b5aae['resources']],[_0x2fb5c1(0x1fa),_0x218751['resourcesValid'],_0x5b5aae[_0x2fb5c1(0x1fa)]],['childrenIds',_0x218751[_0x2fb5c1(0x1bc)],_0x5b5aae[_0x2fb5c1(0x1bc)]],[_0x2fb5c1(0x1d0),_0x218751[_0x2fb5c1(0x1d0)],_0x5b5aae['childrenCount']],[_0x2fb5c1(0x1e0),_0x218751[_0x2fb5c1(0x1e0)],_0x5b5aae[_0x2fb5c1(0x1e0)]],['pageType',_0x218751[_0x2fb5c1(0x1ee)],_0x5b5aae[_0x2fb5c1(0x1ee)]],[_0x2fb5c1(0x1a0),_0x218751[_0x2fb5c1(0x1a0)],_0x5b5aae['modelType']],[_0x2fb5c1(0x202),_0x218751['datasetId'],_0x5b5aae['datasetId']],[_0x2fb5c1(0x1c5),_0x218751['datasetCode'],_0x5b5aae[_0x2fb5c1(0x1c5)]]];for(const [_0x5cc936,_0x59f739,_0x54de49]of _0x2e046e){assertVerified(sameValue(_0x59f739,_0x54de49),_0x2fb5c1(0x1bf)+_0x5b5aae['id']+'\x20'+_0x5cc936+'\x20changed\x20unexpectedly.');}}function sameValue(_0x32863a,_0x21aaa6){const _0x3d0807=a136_0xb02dbe;if(Array[_0x3d0807(0x1c3)](_0x32863a)||Array[_0x3d0807(0x1c3)](_0x21aaa6))return JSON[_0x3d0807(0x20b)](_0x32863a)===JSON['stringify'](_0x21aaa6);return _0x32863a===_0x21aaa6;}
|
|
1
|
+
const a136_0x5d0509=a136_0x362f;(function(_0x2828c2,_0x5f3507){const _0x88af15=a136_0x362f,_0x276516=_0x2828c2();while(!![]){try{const _0x3385f0=-parseInt(_0x88af15(0x142))/0x1*(parseInt(_0x88af15(0x102))/0x2)+-parseInt(_0x88af15(0x12d))/0x3*(parseInt(_0x88af15(0x104))/0x4)+-parseInt(_0x88af15(0x11d))/0x5+parseInt(_0x88af15(0x11a))/0x6*(parseInt(_0x88af15(0x112))/0x7)+parseInt(_0x88af15(0x110))/0x8+-parseInt(_0x88af15(0x12a))/0x9*(parseInt(_0x88af15(0x136))/0xa)+parseInt(_0x88af15(0xe6))/0xb;if(_0x3385f0===_0x5f3507)break;else _0x276516['push'](_0x276516['shift']());}catch(_0x5216f5){_0x276516['push'](_0x276516['shift']());}}}(a136_0x9554,0xb180e));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':a136_0x5d0509(0xe7),'path':a136_0x5d0509(0x106)}];export const menuVisibilityUpdate={'service':a136_0x5d0509(0x10e),'command':a136_0x5d0509(0x10c),'description':'Set\x20exact\x20menus\x20visible\x20or\x20hidden\x20without\x20changing\x20their\x20routes\x20or\x20resources','risk':a136_0x5d0509(0x101),'structuredErrors':!![],'flags':[{'name':a136_0x5d0509(0xe4),'type':a136_0x5d0509(0x14c),'description':a136_0x5d0509(0x141)},{'name':'paths','type':'string','description':'Exact\x20comma-separated\x20menu\x20paths\x20to\x20update'},{'name':'visible','type':a136_0x5d0509(0x119),'required':!![],'description':a136_0x5d0509(0x14d)},{'name':a136_0x5d0509(0xed),'type':a136_0x5d0509(0x119),'description':a136_0x5d0509(0x134)},{'name':a136_0x5d0509(0x145),'type':a136_0x5d0509(0x12f),'description':a136_0x5d0509(0xeb)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x5e82d7){parseInput(_0x5e82d7),requireExplicitYes(_0x5e82d7);},async 'dryRun'(_0x35867c){const _0x53a568=a136_0x5d0509,_0x4a1580=await buildPlan(_0x35867c,!![]),_0x2e7c25=_0x4a1580[_0x53a568(0x11b)]['plannedActions']?.['length']??0x0,_0x10d886=_0x4a1580[_0x53a568(0x11b)][_0x53a568(0x11c)]['length']-_0x2e7c25;return menuDryRunResult(_0x4a1580[_0x53a568(0x11b)],{'method':_0x53a568(0xe7),'url':'/smartapi/menu/update','body':{'updates':_0x4a1580[_0x53a568(0x11b)][_0x53a568(0x127)]?.['map'](_0x3d21c3=>_0x3d21c3[_0x53a568(0x122)])??[]},'description':_0x53a568(0x140)+_0x2e7c25+'\x20menu(s);\x20skip\x20'+_0x10d886+'\x20unchanged\x20menu(s).'});},async 'execute'(_0x4dd662){const _0x330b04=a136_0x5d0509;requireExplicitYes(_0x4dd662);const _0x553617=await buildPlan(_0x4dd662,![]);await recheckMutationSnapshot(_0x4dd662,_0x553617['plan'],_0x330b04(0xfe));const _0x57521b=[],_0x2e8285=[],_0x212a7c=[];for(const _0x46062f of _0x553617[_0x330b04(0x11b)]['targets']){if(_0x46062f[_0x330b04(0xf7)][_0x330b04(0xf4)]===_0x553617['plan']['requestedVisible']){_0x57521b[_0x330b04(0x148)]({'id':_0x46062f['id'],'updated':![],'skipped':!![]});continue;}try{await updateMenuEntity(_0x4dd662[_0x330b04(0x107)],_0x4dd662[_0x330b04(0xf9)],{'id':_0x46062f['id'],'visible':_0x553617[_0x330b04(0x11b)][_0x330b04(0x120)]}),_0x57521b[_0x330b04(0x148)]({'id':_0x46062f['id'],'updated':!![],'skipped':![]});}catch(_0x536fd7){const _0x7ef503=mapMenuApiError(_0x536fd7,_0x330b04(0x158),_0x46062f['id']);if(isMenuResponseLoss(_0x536fd7)&&_0x7ef503['code']!==_0x330b04(0x12e)){_0x212a7c[_0x330b04(0x148)](_0x46062f['id']);continue;}_0x2e8285[_0x330b04(0x148)]({'id':_0x46062f['id'],'stage':'update','code':_0x7ef503[_0x330b04(0xee)],'message':_0x7ef503[_0x330b04(0x156)]});}}let _0x387cab;try{_0x387cab=await fetchMenuSnapshot(_0x4dd662['appCode'],_0x4dd662[_0x330b04(0xf9)]);}catch(_0x45f768){const _0x35c15a=describeMenuErrorCause(_0x45f768,'verify\x20menu\x20visibility\x20update'),_0x7122e0=_0x212a7c['map'](_0x47f4a0=>({'id':_0x47f4a0,'stage':_0x330b04(0x128),'code':'menu_verification_failed','message':_0x330b04(0xf8)+_0x47f4a0+_0x330b04(0x13d),'requestedStateConfirmed':![],'recovered':![]})),_0x2c49c2={'stage':_0x330b04(0xf6),'code':'menu_verification_failed','message':_0x330b04(0x10a),'targetIds':_0x553617[_0x330b04(0x11b)]['targets'][_0x330b04(0x129)](_0x17ee47=>_0x17ee47['id']),'requestedStateConfirmed':![],..._0x35c15a};throw menuFailure(asVerificationError(_0x45f768,'Visibility\x20update\x20requests\x20completed\x20but\x20readback\x20could\x20not\x20confirm\x20the\x20requested\x20state'),_0x553617[_0x330b04(0x11b)],{'stage':'verification','succeeded':_0x57521b,'failedRecords':[..._0x2e8285,..._0x7122e0,_0x2c49c2],'warnings':[_0x330b04(0x12c)],'verification':{'status':'failed','recoveredCount':0x0,'lookupCommand':'rabetbase\x20menu\x20list\x20--format\x20compress'}});}const _0x14f710=[];for(const _0x339279 of _0x57521b){const _0x3e31b1=Number(_0x339279['id']),_0x526f20=_0x553617[_0x330b04(0x13e)][_0x330b04(0x151)](_0x3e31b1),_0x290dad=_0x387cab[_0x330b04(0x159)][_0x330b04(0x151)](_0x3e31b1);try{verifyVisibilityUpdate(_0x526f20,_0x290dad,_0x553617['plan'][_0x330b04(0x120)]);}catch(_0x28a69b){const _0x483dfa=asVerificationError(_0x28a69b,_0x330b04(0x10f)+_0x3e31b1+_0x330b04(0x115));_0x14f710['push']({'id':_0x3e31b1,'stage':_0x330b04(0xf6),'code':_0x483dfa['code'],'message':_0x483dfa['message'],'requestedStateConfirmed':![]});}}for(const _0x26d2e8 of _0x212a7c){const _0x1c8f82=_0x553617[_0x330b04(0x13e)][_0x330b04(0x151)](_0x26d2e8),_0x499d53=_0x387cab[_0x330b04(0x159)][_0x330b04(0x151)](_0x26d2e8);try{verifyVisibilityUpdate(_0x1c8f82,_0x499d53,_0x553617[_0x330b04(0x11b)][_0x330b04(0x120)]),_0x57521b[_0x330b04(0x148)]({'id':_0x26d2e8,'updated':!![],'skipped':![],'recovered':!![]});}catch(_0x2a20fe){const _0x595aec=asVerificationError(_0x2a20fe,_0x330b04(0x116)+_0x26d2e8+_0x330b04(0x121));_0x14f710['push']({'id':_0x26d2e8,'stage':_0x330b04(0x128),'code':_0x595aec['code'],'message':_0x595aec['message'],'requestedStateConfirmed':![],'recovered':![]});}}if(_0x14f710['length']>0x0){const _0x2c4eaf=_0x14f710[_0x330b04(0x129)](_0x4e8a7b=>Number(_0x4e8a7b['id'])),_0x1a48e3=_0x57521b['filter'](_0x4430ec=>_0x4430ec['recovered']===!![])['length'],_0x29a675=menuError(_0x330b04(0x10b),'Menu\x20visibility\x20update\x20could\x20not\x20be\x20verified\x20for\x20id(s):\x20'+_0x2c4eaf['join'](',\x20')+'.',_0x330b04(0xec));throw menuFailure(_0x29a675,_0x553617[_0x330b04(0x11b)],{'stage':_0x330b04(0xf6),'succeeded':_0x57521b,'failedRecords':[..._0x2e8285,..._0x14f710],'warnings':[_0x330b04(0x13c)],'verification':{'status':_0x330b04(0x14a),..._0x2c4eaf['length']===0x1?{'targetId':_0x2c4eaf[0x0]}:{'targetIds':_0x2c4eaf},'recoveredCount':_0x1a48e3,'lookupCommand':_0x330b04(0x14f)}});}const _0x22a544=_0x57521b['filter'](_0x4f082f=>_0x4f082f[_0x330b04(0xe8)]===!![])['length'],_0x347a82=_0x57521b[_0x330b04(0x124)]-_0x22a544,_0x43473d={..._0x553617[_0x330b04(0x11b)],'succeeded':_0x57521b,'failed':_0x2e8285,'warnings':_0x2e8285[_0x330b04(0x124)]>0x0?[..._0x553617[_0x330b04(0x11b)][_0x330b04(0x13f)],'Failed\x20update\x20requests\x20were\x20not\x20retried;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.']:_0x553617[_0x330b04(0x11b)]['warnings'],'verification':{'checkedBy':_0x330b04(0xe2),'snapshotHash':_0x387cab[_0x330b04(0x150)],'matchesRequestedState':_0x2e8285[_0x330b04(0x124)]===0x0,'recoveredCount':_0x212a7c[_0x330b04(0x124)]}};return{'ok':_0x2e8285[_0x330b04(0x124)]===0x0,'data':_0x43473d,'message':_0x2e8285['length']===0x0?_0x330b04(0x147)+_0x22a544+_0x330b04(0x13b)+_0x347a82+_0x330b04(0xff):_0x330b04(0xde)+_0x22a544+_0x330b04(0xf3)+_0x347a82+_0x330b04(0x126)+_0x2e8285[_0x330b04(0x124)]+_0x330b04(0x138)};}};function parseInput(_0x3e3381){const _0x12fc08=a136_0x5d0509,_0x323a07=parseMenuIds(_0x3e3381['str']('menu-ids')),_0x258c92=parseCsv(_0x3e3381[_0x12fc08(0x109)](_0x12fc08(0xe3)));if(_0x323a07[_0x12fc08(0x124)]===0x0&&_0x258c92[_0x12fc08(0x124)]===0x0)throw CliErrors[_0x12fc08(0x10d)](_0x12fc08(0x133));const _0xf64603=parseBooleanFlag(_0x3e3381,_0x12fc08(0xf4),!![]),_0x5add89=parseBooleanFlag(_0x3e3381,_0x12fc08(0xed),![]);let _0x43e5d0;if(hasFlag(_0x3e3381,_0x12fc08(0x145))){_0x43e5d0=_0x3e3381[_0x12fc08(0xfb)](_0x12fc08(0x145));if(!Number[_0x12fc08(0x123)](_0x43e5d0)||_0x43e5d0<0x0)throw CliErrors[_0x12fc08(0x10d)](_0x12fc08(0xdd));}return{'menuIds':_0x323a07,'paths':_0x258c92,'visible':_0xf64603,'expectVisible':_0x5add89,'expectedCount':_0x43e5d0};}async function buildPlan(_0x449d1b,_0x478843){const _0x4be283=a136_0x5d0509,_0x45f144=parseInput(_0x449d1b),_0x544db6=await fetchMutationSnapshot(_0x449d1b,'update\x20menu\x20visibility'),_0x5a95fc=selectTargets(_0x544db6[_0x4be283(0xe5)],_0x45f144[_0x4be283(0x100)],_0x45f144[_0x4be283(0xe3)]);if(_0x45f144[_0x4be283(0x135)]!==undefined&&_0x5a95fc[_0x4be283(0x124)]!==_0x45f144[_0x4be283(0x135)])throw menuError(_0x4be283(0x152),_0x4be283(0x117)+_0x5a95fc['length']+_0x4be283(0xf1)+_0x45f144[_0x4be283(0x135)]+'.',_0x4be283(0x103));if(_0x45f144[_0x4be283(0xfd)]!==undefined){const _0x4ef94f=_0x5a95fc[_0x4be283(0x144)](_0x4580ce=>_0x4580ce[_0x4be283(0xf4)]!==_0x45f144[_0x4be283(0xfd)]);if(_0x4ef94f['length']>0x0)throw menuError(_0x4be283(0xea),_0x4be283(0xf0)+_0x4ef94f[_0x4be283(0x129)](_0xb8452f=>_0xb8452f['id'])[_0x4be283(0x149)](',\x20')+'.',_0x4be283(0x157));}const _0x23cfa8=_0x5a95fc[_0x4be283(0x129)](_0x22ba0e=>({'id':_0x22ba0e['id'],'label':_0x22ba0e[_0x4be283(0x12b)],'path':_0x22ba0e[_0x4be283(0x130)],'before':{'visible':_0x22ba0e[_0x4be283(0xf4)]},'after':{'visible':_0x45f144[_0x4be283(0xf4)]}})),_0x53b58f=_0x23cfa8[_0x4be283(0x144)](_0x4cca99=>_0x4cca99[_0x4be283(0xf7)][_0x4be283(0xf4)]!==_0x45f144[_0x4be283(0xf4)])[_0x4be283(0x129)](_0x4d72a0=>({'stage':'update-menu-visibility','method':'POST','path':'/smartapi/menu/update','body':{'appCode':_0x449d1b[_0x4be283(0x107)],'id':_0x4d72a0['id'],'visible':_0x45f144[_0x4be283(0xf4)]}})),_0x4485eb=mutationResult({'operation':_0x4be283(0x10c),'selector':{'menuIds':_0x45f144['menuIds'],'paths':_0x45f144[_0x4be283(0xe3)]},'before':{'menus':_0x5a95fc[_0x4be283(0x129)](_0x317cff=>({'id':_0x317cff['id'],'path':_0x317cff[_0x4be283(0x130)],'visible':_0x317cff[_0x4be283(0xf4)]}))},'after':{'menus':_0x5a95fc[_0x4be283(0x129)](_0x179374=>({'id':_0x179374['id'],'path':_0x179374[_0x4be283(0x130)],'visible':_0x45f144['visible']}))},'dryRun':_0x478843,'backend':[...BACKEND],'plannedActions':_0x53b58f,'snapshotHash':_0x544db6[_0x4be283(0x150)],'warnings':_0x53b58f[_0x4be283(0x124)]===0x0?[_0x4be283(0x111)]:[]});return{'plan':{..._0x4485eb,'requestedVisible':_0x45f144[_0x4be283(0xf4)],'targets':_0x23cfa8},'beforeById':new Map(_0x5a95fc[_0x4be283(0x129)](_0x2619b6=>[_0x2619b6['id'],_0x2619b6]))};}function selectTargets(_0x3ac615,_0xeadb8a,_0x55cce0){const _0x4f2a14=a136_0x5d0509,_0x25226c=new Map(_0x3ac615['map'](_0x156f4e=>[_0x156f4e['id'],_0x156f4e])),_0x592c31=new Map(),_0x59ff90=_0xeadb8a[_0x4f2a14(0x144)](_0x595807=>!_0x25226c[_0x4f2a14(0x154)](_0x595807));if(_0x59ff90[_0x4f2a14(0x124)]>0x0)throw menuError(_0x4f2a14(0x125),_0x4f2a14(0xe9)+_0x59ff90['join'](',\x20')+'.','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20exact\x20current\x20ids.');for(const _0x211b82 of _0xeadb8a){_0x592c31['set'](_0x211b82,_0x25226c['get'](_0x211b82));}for(const _0x442fb1 of _0x55cce0){const _0x117b5f=_0x3ac615[_0x4f2a14(0x144)](_0x49a065=>_0x49a065[_0x4f2a14(0x130)]===_0x442fb1);if(_0x117b5f[_0x4f2a14(0x124)]===0x0)throw menuError(_0x4f2a14(0x125),_0x4f2a14(0x153)+JSON[_0x4f2a14(0xef)](_0x442fb1)+'.','Run\x20`rabetbase\x20menu\x20list\x20--format\x20compress`\x20and\x20use\x20an\x20exact\x20current\x20path.');if(_0x117b5f[_0x4f2a14(0x124)]>0x1)throw menuError(_0x4f2a14(0x11e),_0x4f2a14(0xfc)+JSON['stringify'](_0x442fb1)+'.','Use\x20--menu-ids\x20with\x20one\x20or\x20more\x20of:\x20'+_0x117b5f['map'](_0x427510=>_0x427510['id'])[_0x4f2a14(0x149)](',\x20')+'.');const _0x19644c=_0x117b5f[0x0];_0x592c31[_0x4f2a14(0x105)](_0x19644c['id'],_0x19644c);}return[..._0x592c31[_0x4f2a14(0x131)]()];}function a136_0x9554(){const _0x595d42=['2128670fdANKb','menu_selector_ambiguous','flagMissing','requestedVisible','\x20visibility\x20could\x20not\x20be\x20verified\x20safely','body','isSafeInteger','length','menu_selector_not_found','\x20skipped,\x20','plannedActions','update-recovery','map','573867YcKLgP','label','The\x20update\x20may\x20have\x20taken\x20effect;\x20inspect\x20the\x20latest\x20menu\x20facts\x20before\x20retrying.','228339SCHuVg','menu_permission_denied','number','path','values','childrenIds','menu\x20visibility-update\x20requires\x20--menu-ids\x20or\x20--paths.','Abort\x20unless\x20every\x20selected\x20menu\x20has\x20this\x20visibility','expectedCount','40ABuqUE','pageType','\x20failed.','false','split','\x20menu(s);\x20skipped\x20','One\x20or\x20more\x20updates\x20may\x20have\x20changed\x20fields\x20outside\x20visibility;\x20inspect\x20current\x20menu\x20facts\x20before\x20retrying.','\x20and\x20final\x20state\x20could\x20not\x20be\x20read.','beforeById','warnings','Would\x20update\x20visibility\x20for\x20','Exact\x20comma-separated\x20menu\x20IDs\x20to\x20update','168013guZNXH','some','filter','expected-count','datasetId','Updated\x20visibility\x20for\x20','push','join','failed','sort','string','Requested\x20menu\x20visibility','resourcesValid','rabetbase\x20menu\x20list\x20--format\x20compress','hash','get','menu_expected_count_mismatch','Menu\x20path\x20selector\x20not\x20found:\x20','has','modelType','message','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expect-visible.','update\x20visibility\x20for','byId','url','trim','--expected-count\x20must\x20be\x20a\x20non-negative\x20integer.','Menu\x20visibility\x20update\x20completed:\x20','depth','\x20must\x20be\x20true\x20or\x20false.','--menu-ids\x20must\x20contain\x20positive\x20safe\x20integers.','menu\x20list','paths','menu-ids','menus','16779752qVQhLg','POST','updated','Menu\x20id\x20selector(s)\x20not\x20found:\x20','menu_state_drift','Abort\x20unless\x20the\x20exact\x20number\x20of\x20selected\x20menus\x20matches','Inspect\x20current\x20menu\x20facts\x20before\x20retrying\x20any\x20target.','expect-visible','code','stringify','Selected\x20menu\x20visibility\x20changed\x20for\x20id(s):\x20','\x20menu(s),\x20expected\x20','pageId','\x20updated,\x20','visible','resources','verification','before','Response\x20was\x20lost\x20for\x20menu\x20','cookie','isArray','num','Menu\x20path\x20selector\x20matched\x20multiple\x20menus:\x20','expectVisible','update\x20menu\x20visibility','\x20unchanged\x20menu(s).','menuIds','high-risk-write','6DAILzI','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20update\x20--expected-count.','44BrICmm','set','/smartapi/menu/update','appCode','childrenCount','str','Final\x20menu\x20visibility\x20readback\x20failed.','menu_verification_failed','visibility-update','validation','menu','Menu\x20','6660024cOUzMH','Every\x20selected\x20menu\x20already\x20has\x20the\x20requested\x20visibility;\x20no\x20write\x20is\x20needed.','2738309zOeMgk','type','datasetCode','\x20visibility\x20update\x20could\x20not\x20be\x20verified','Response\x20was\x20lost\x20and\x20menu\x20','Selected\x20','parentId','boolean','6PfmTLE','plan','targets'];a136_0x9554=function(){return _0x595d42;};return a136_0x9554();}function a136_0x362f(_0x2a53f7,_0x4bedeb){_0x2a53f7=_0x2a53f7-0xdb;const _0x9554ad=a136_0x9554();let _0x362f45=_0x9554ad[_0x2a53f7];return _0x362f45;}function parseMenuIds(_0x2312a9){const _0x30a092=a136_0x5d0509,_0x4b160f=parseCsv(_0x2312a9),_0x37c9d2=_0x4b160f[_0x30a092(0x129)](Number);if(_0x37c9d2[_0x30a092(0x143)](_0xda5038=>!Number[_0x30a092(0x123)](_0xda5038)||_0xda5038<=0x0))throw CliErrors[_0x30a092(0x10d)](_0x30a092(0xe1));return[...new Set(_0x37c9d2)];}function parseCsv(_0x50cb0e){const _0x496efd=a136_0x5d0509;return[...new Set(_0x50cb0e[_0x496efd(0x13a)](',')['map'](_0x1f5f0b=>_0x1f5f0b[_0x496efd(0xdc)]())['filter'](Boolean))];}function parseBooleanFlag(_0x480836,_0xcf6fe4,_0x8f34b0){const _0x5722d0=a136_0x5d0509;if(!hasFlag(_0x480836,_0xcf6fe4)){if(_0x8f34b0)throw CliErrors[_0x5722d0(0x11f)](_0xcf6fe4);return undefined;}const _0x922294=_0x480836['rawFlags'][_0xcf6fe4];if(_0x922294===!![]||_0x922294===![])return _0x922294;if(_0x922294==='true')return!![];if(_0x922294===_0x5722d0(0x139))return![];throw CliErrors['validation']('--'+_0xcf6fe4+_0x5722d0(0xe0));}function verifyVisibilityUpdate(_0x2292f4,_0x413740,_0x386d01){const _0x23b179=a136_0x5d0509;assertVerified(!!_0x413740,_0x23b179(0x10f)+_0x2292f4['id']+'\x20was\x20not\x20found\x20during\x20visibility\x20verification.'),assertVerified(_0x413740[_0x23b179(0xf4)]===_0x386d01,_0x23b179(0x10f)+_0x2292f4['id']+'\x20visible\x20did\x20not\x20match\x20the\x20requested\x20state.');const _0x2f2516=[['id',_0x413740['id'],_0x2292f4['id']],[_0x23b179(0x118),_0x413740[_0x23b179(0x118)],_0x2292f4[_0x23b179(0x118)]],[_0x23b179(0xdf),_0x413740[_0x23b179(0xdf)],_0x2292f4[_0x23b179(0xdf)]],['label',_0x413740[_0x23b179(0x12b)],_0x2292f4['label']],['path',_0x413740[_0x23b179(0x130)],_0x2292f4['path']],[_0x23b179(0xdb),_0x413740['url'],_0x2292f4[_0x23b179(0xdb)]],[_0x23b179(0x113),_0x413740[_0x23b179(0x113)],_0x2292f4[_0x23b179(0x113)]],[_0x23b179(0x14b),_0x413740['sort'],_0x2292f4['sort']],[_0x23b179(0xf5),_0x413740[_0x23b179(0xf5)],_0x2292f4[_0x23b179(0xf5)]],[_0x23b179(0x14e),_0x413740[_0x23b179(0x14e)],_0x2292f4[_0x23b179(0x14e)]],[_0x23b179(0x132),_0x413740[_0x23b179(0x132)],_0x2292f4[_0x23b179(0x132)]],[_0x23b179(0x108),_0x413740[_0x23b179(0x108)],_0x2292f4[_0x23b179(0x108)]],[_0x23b179(0xf2),_0x413740[_0x23b179(0xf2)],_0x2292f4[_0x23b179(0xf2)]],[_0x23b179(0x137),_0x413740[_0x23b179(0x137)],_0x2292f4['pageType']],[_0x23b179(0x155),_0x413740[_0x23b179(0x155)],_0x2292f4[_0x23b179(0x155)]],['datasetId',_0x413740[_0x23b179(0x146)],_0x2292f4[_0x23b179(0x146)]],[_0x23b179(0x114),_0x413740['datasetCode'],_0x2292f4['datasetCode']]];for(const [_0x4bbf49,_0x2ea6c5,_0x2e93b3]of _0x2f2516){assertVerified(sameValue(_0x2ea6c5,_0x2e93b3),_0x23b179(0x10f)+_0x2292f4['id']+'\x20'+_0x4bbf49+'\x20changed\x20unexpectedly.');}}function sameValue(_0x286b6b,_0x3d2534){const _0xcfd9a8=a136_0x5d0509;if(Array['isArray'](_0x286b6b)||Array[_0xcfd9a8(0xfa)](_0x3d2534))return JSON['stringify'](_0x286b6b)===JSON['stringify'](_0x3d2534);return _0x286b6b===_0x3d2534;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a137_0x254db1=a137_0x4c33;(function(_0x4f7edc,_0x40d69f){const _0x112a29=a137_0x4c33,_0x6c7317=_0x4f7edc();while(!![]){try{const _0x4639aa=parseInt(_0x112a29(0x1ef))/0x1*(parseInt(_0x112a29(0x1d8))/0x2)+parseInt(_0x112a29(0x1d6))/0x3*(parseInt(_0x112a29(0x1ed))/0x4)+-parseInt(_0x112a29(0x1eb))/0x5*(parseInt(_0x112a29(0x1ee))/0x6)+parseInt(_0x112a29(0x1e9))/0x7+-parseInt(_0x112a29(0x1dd))/0x8*(parseInt(_0x112a29(0x1cf))/0x9)+-parseInt(_0x112a29(0x1e5))/0xa*(-parseInt(_0x112a29(0x1da))/0xb)+parseInt(_0x112a29(0x1e4))/0xc*(parseInt(_0x112a29(0x1f0))/0xd);if(_0x4639aa===_0x40d69f)break;else _0x6c7317['push'](_0x6c7317['shift']());}catch(_0x3d74e4){_0x6c7317['push'](_0x6c7317['shift']());}}}(a137_0x86bb,0x997fc));import{asDryRunResult}from'../../commands/common/dry-run.js';import{createNotificationChannelConfig,getNotificationChannelConfig,isPlatformTransportFailure}from'../../core/api-client.js';function a137_0x86bb(){const _0x78a4be=[';\x20do\x20not\x20resubmit.','2eEkRDd','Notification\x20config\x20create\x20returned\x20no\x20usable\x20server\x20ID.','76087AmRGEo',';\x20do\x20not\x20resubmit\x20automatically.','verification','3635168JeiyTk','appCode','notification_config_create_outcome_unknown','configCode','POST','planned','document','5334660KOYjKz','630puXvjj','input','configName','Created\x20notification\x20config\x20','3134649KJXDFw','endpointUrl','2165phVMsP','description','8hCfbDO','7476woHlEx','85919nvoikL','13rZfgRQ',';\x20no\x20automatic\x20retry\x20was\x20attempted.','Create\x20an\x20app-level\x20notification\x20config\x20from\x20a\x20secure\x20JSON\x20source','readTimeout','connectTimeout','Inspect\x20with\x20','channelType','create','9tLRPgC','Notification\x20config\x20create\x20outcome\x20is\x20unknown\x20because\x20no\x20server\x20ID\x20was\x20received.','config-create','write','channelConfig','mutation','/notification/channel-config/create','312891JBELJG'];a137_0x86bb=function(){return _0x78a4be;};return a137_0x86bb();}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_0x254db1(0x1d5);function a137_0x4c33(_0x41b661,_0x4afaa4){_0x41b661=_0x41b661-0x1cd;const _0x86bb1b=a137_0x86bb();let _0x4c3322=_0x86bb1b[_0x41b661];return _0x4c3322;}async function prepareCreate(_0x526eff){const _0x343306=a137_0x254db1,_0x56ecbe=await readNotificationDocument(_0x526eff,_0x343306(0x1ce)),_0x14a417=createMutationInput(_0x526eff[_0x343306(0x1de)],_0x56ecbe);return{'document':_0x56ecbe,'input':_0x14a417,'planned':projectNotificationConfig({'appCode':_0x526eff[_0x343306(0x1de)],'configName':_0x56ecbe[_0x343306(0x1e7)],'channelType':_0x56ecbe[_0x343306(0x1cd)],'endpointUrl':_0x56ecbe[_0x343306(0x1ea)],'channelConfig':_0x56ecbe[_0x343306(0x1d3)],'description':_0x56ecbe[_0x343306(0x1ec)],'connectTimeout':_0x56ecbe[_0x343306(0x1f4)]??DEFAULT_NOTIFICATION_CONNECT_TIMEOUT,'readTimeout':_0x56ecbe[_0x343306(0x1f3)]??DEFAULT_NOTIFICATION_READ_TIMEOUT})};}export const notificationConfigCreate={'service':'notification','command':a137_0x254db1(0x1d1),'description':a137_0x254db1(0x1f2),'risk':a137_0x254db1(0x1d2),'requiresAppCode':!![],'structuredErrors':!![],'flags':[...NOTIFICATION_INPUT_FLAGS,NOTIFICATION_APP_FLAG],async 'validate'(_0x595793){assertSingleNotificationSource(_0x595793);},async 'dryRun'(_0x12c84b){const _0x528aa5=a137_0x254db1,_0x1af4ec=await prepareCreate(_0x12c84b),_0x2db08f=notificationLookupCommand(_0x12c84b[_0x528aa5(0x1de)],_0x1af4ec['document']['channelType']);return asDryRunResult({'operation':'create','selector':{'appCode':_0x12c84b[_0x528aa5(0x1de)],'configName':_0x1af4ec[_0x528aa5(0x1e3)][_0x528aa5(0x1e7)],'channelType':_0x1af4ec[_0x528aa5(0x1e3)][_0x528aa5(0x1cd)]},'before':null,'after':_0x1af4ec[_0x528aa5(0x1e2)],'dryRun':!![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':[],'verification':{'status':_0x528aa5(0x1e2),'lookupCommand':_0x2db08f}},{'method':_0x528aa5(0x1e1),'url':CREATE_PATH});},async 'execute'(_0x30e17e){const _0x404ae4=a137_0x254db1,_0x27f742=await prepareCreate(_0x30e17e),_0x36e4fc=notificationLookupCommand(_0x30e17e[_0x404ae4(0x1de)],_0x27f742[_0x404ae4(0x1e3)]['channelType']);let _0x16ccbe;try{_0x16ccbe=await createNotificationChannelConfig(_0x27f742[_0x404ae4(0x1e6)]);}catch(_0x35be68){if(isPlatformTransportFailure(_0x35be68))throw notificationError(_0x404ae4(0x1df),_0x404ae4(0x1d0),'Inspect\x20with\x20'+_0x36e4fc+_0x404ae4(0x1d7));throw safeApiFailure(_0x404ae4(0x1ce),_0x404ae4(0x1d4),_0x404ae4(0x1f5)+_0x36e4fc+_0x404ae4(0x1f1));}if(!Number['isSafeInteger'](_0x16ccbe)||_0x16ccbe<=0x0)throw notificationError(_0x404ae4(0x1df),_0x404ae4(0x1d9),_0x404ae4(0x1f5)+_0x36e4fc+';\x20do\x20not\x20resubmit.');let _0x2e5a03;try{const _0x1d26c7=await getNotificationChannelConfig(_0x16ccbe,_0x30e17e['appCode']);_0x2e5a03=normalizeExactNotificationConfig(_0x1d26c7,_0x16ccbe,_0x30e17e[_0x404ae4(0x1de)]);}catch{throw safeApiFailure(_0x404ae4(0x1ce),_0x404ae4(0x1dc),'Inspect\x20with\x20'+_0x36e4fc+_0x404ae4(0x1db));}return{'ok':!![],'data':{'operation':_0x404ae4(0x1ce),'selector':{'appCode':_0x2e5a03[_0x404ae4(0x1de)],'id':_0x2e5a03['id'],'configCode':_0x2e5a03[_0x404ae4(0x1e0)],'configName':_0x2e5a03[_0x404ae4(0x1e7)],'channelType':_0x2e5a03[_0x404ae4(0x1cd)]},'before':null,'after':projectNotificationConfig(_0x2e5a03),'dryRun':![],'backend':{'method':_0x404ae4(0x1e1),'path':CREATE_PATH},'warnings':[],'verification':{'status':'verified','lookupCommand':_0x36e4fc}},'message':_0x404ae4(0x1e8)+_0x2e5a03['id']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a138_0x5f3ec2=a138_0x2f81;(function(_0x230a39,_0x75a1d3){const _0xd4a1b8=a138_0x2f81,_0x386a49=_0x230a39();while(!![]){try{const _0x460116=-parseInt(_0xd4a1b8(0x197))/0x1+-parseInt(_0xd4a1b8(0x196))/0x2+parseInt(_0xd4a1b8(0x18f))/0x3+parseInt(_0xd4a1b8(0x18c))/0x4*(parseInt(_0xd4a1b8(0x19f))/0x5)+-parseInt(_0xd4a1b8(0x190))/0x6*(parseInt(_0xd4a1b8(0x1a2))/0x7)+parseInt(_0xd4a1b8(0x1aa))/0x8+parseInt(_0xd4a1b8(0x1a9))/0x9*(parseInt(_0xd4a1b8(0x19d))/0xa);if(_0x460116===_0x75a1d3)break;else _0x386a49['push'](_0x386a49['shift']());}catch(_0x21f3e5){_0x386a49['push'](_0x386a49['shift']());}}}(a138_0x1b7c,0x8eba8));import{asDryRunResult}from'../../commands/common/dry-run.js';function a138_0x1b7c(){const _0x34ef0d=['mutation','notification_config_delete_verification_failed','670wjsVVM','before','5TJRWgP','Notification\x20config\x20','Deleted\x20notification\x20config\x20','869974LJZPdk','Delete\x20response\x20was\x20unavailable;\x20list\x20readback\x20proved\x20ID\x20absence\x20without\x20resubmitting.','notification_config_delete_verification_unavailable','notification','POST','\x20remains\x20present\x20after\x20delete.','delete','88731xfqZfT','5254808lGoARx','channelType','verified','2375800pTyCRq','Delete\x20an\x20app-level\x20notification\x20config\x20after\x20exact\x20preflight','config-delete','1846371aqTCcz','42wvvPrK','appCode',';\x20do\x20not\x20resubmit\x20automatically.','\x20delete\x20could\x20not\x20be\x20verified.','Inspect\x20with\x20','planned','1314252LkSUSs','415095lQnNxw','some','notification_config_delete_outcome_unknown','unshift'];a138_0x1b7c=function(){return _0x34ef0d;};return a138_0x1b7c();}import{deleteNotificationChannelConfig,isPlatformTransportFailure,listNotificationChannelConfigs}from'../../core/api-client.js';function a138_0x2f81(_0x1b9ab9,_0xbae722){_0x1b9ab9=_0x1b9ab9-0x18a;const _0x1b7cae=a138_0x1b7c();let _0x2f8123=_0x1b7cae[_0x1b9ab9];return _0x2f8123;}import{notificationError,notificationLookupCommand,notificationSelector,NOTIFICATION_APP_FLAG,NOTIFICATION_ID_FLAG,projectNotificationConfig,readNotificationId,requireNotificationExplicitYes,requireExactNotificationConfig,safeApiFailure,validateNotificationDeleteReadback}from'../../commands/notification/shared.js';const DELETE_PATH='/notification/channel-config/delete',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(_0x9582bc){const _0x389b3d=a138_0x2f81,_0x3ee30c=readNotificationId(_0x9582bc),_0x84ac77=await requireExactNotificationConfig(_0x9582bc[_0x389b3d(0x191)],_0x3ee30c,_0x389b3d(0x1a8));return{'id':_0x3ee30c,'before':_0x84ac77};}export const notificationConfigDelete={'service':a138_0x5f3ec2(0x1a5),'command':a138_0x5f3ec2(0x18e),'description':a138_0x5f3ec2(0x18d),'risk':'high-risk-write','requiresAppCode':!![],'structuredErrors':!![],'flags':[NOTIFICATION_ID_FLAG,NOTIFICATION_APP_FLAG],async 'validate'(_0x3f9b1f){readNotificationId(_0x3f9b1f),requireNotificationExplicitYes(_0x3f9b1f);},async 'dryRun'(_0x578990){const _0x5ab8de=a138_0x5f3ec2,_0x259553=await prepareDelete(_0x578990),_0x24b63d=notificationLookupCommand(_0x578990[_0x5ab8de(0x191)],_0x259553[_0x5ab8de(0x19e)][_0x5ab8de(0x18a)]);return asDryRunResult({'operation':_0x5ab8de(0x1a8),'selector':notificationSelector(_0x259553[_0x5ab8de(0x19e)]),'before':projectNotificationConfig(_0x259553['before']),'after':null,'dryRun':!![],'backend':{'method':_0x5ab8de(0x1a6),'path':DELETE_PATH},'warnings':[REFERENCE_WARNING],'verification':{'status':_0x5ab8de(0x195),'lookupCommand':_0x24b63d}},{'method':_0x5ab8de(0x1a6),'url':DELETE_PATH});},async 'execute'(_0x524776){const _0x8d6b19=a138_0x5f3ec2;requireNotificationExplicitYes(_0x524776);const _0x3c85cb=await prepareDelete(_0x524776),_0x5d76fe=notificationLookupCommand(_0x524776[_0x8d6b19(0x191)],_0x3c85cb[_0x8d6b19(0x19e)][_0x8d6b19(0x18a)]);let _0x4568a4=![];try{await deleteNotificationChannelConfig(_0x3c85cb['id'],_0x524776['appCode']);}catch(_0x312512){if(!isPlatformTransportFailure(_0x312512))throw safeApiFailure(_0x8d6b19(0x1a8),_0x8d6b19(0x19b),_0x8d6b19(0x194)+_0x5d76fe+';\x20no\x20automatic\x20retry\x20was\x20attempted.');_0x4568a4=!![];}let _0x9aa623;try{_0x9aa623=await listNotificationChannelConfigs(_0x524776[_0x8d6b19(0x191)],_0x3c85cb[_0x8d6b19(0x19e)][_0x8d6b19(0x18a)]),validateNotificationDeleteReadback(_0x9aa623,_0x524776[_0x8d6b19(0x191)],_0x3c85cb['before'][_0x8d6b19(0x18a)]);}catch{throw notificationError(_0x4568a4?_0x8d6b19(0x199):_0x8d6b19(0x1a4),_0x8d6b19(0x1a0)+_0x3c85cb['id']+_0x8d6b19(0x193),'Inspect\x20with\x20'+_0x5d76fe+';\x20do\x20not\x20resubmit\x20automatically.');}if(_0x9aa623[_0x8d6b19(0x198)](_0x139711=>_0x139711['id']===_0x3c85cb['id']))throw notificationError(_0x4568a4?_0x8d6b19(0x199):_0x8d6b19(0x19c),'Notification\x20config\x20'+_0x3c85cb['id']+_0x8d6b19(0x1a7),_0x8d6b19(0x194)+_0x5d76fe+_0x8d6b19(0x192));const _0x2c5548=[REFERENCE_WARNING];return _0x4568a4&&_0x2c5548[_0x8d6b19(0x19a)](_0x8d6b19(0x1a3)),{'ok':!![],'data':{'operation':'delete','selector':notificationSelector(_0x3c85cb[_0x8d6b19(0x19e)]),'before':projectNotificationConfig(_0x3c85cb['before']),'after':null,'dryRun':![],'backend':{'method':_0x8d6b19(0x1a6),'path':DELETE_PATH},'warnings':_0x2c5548,'verification':{'status':_0x8d6b19(0x18b),'absenceConfirmed':!![],'recoveredAfterUnknownResponse':_0x4568a4,'lookupCommand':_0x5d76fe}},'message':_0x8d6b19(0x1a1)+_0x3c85cb['id']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a139_0x362e(_0x4a1539,_0xca699f){_0x4a1539=_0x4a1539-0x183;const _0x3eb7e1=a139_0x3eb7();let _0x362ea8=_0x3eb7e1[_0x4a1539];return _0x362ea8;}function a139_0x3eb7(){const _0x863ee4=['3679660VPgDFp','974267gjYwjv','notification','2030940tJsDxZ','appCode','9PpqZOq','Notification\x20channel\x20type','44NkiAQW','EMAIL','\x20notification\x20config(s)','config-list','1973368nLLyHZ','string','24VDuRbq','1pqfvDS','type','5088jKArvt','read','696pGWNst','459208jKidjE','length','207540NfBKhI'];a139_0x3eb7=function(){return _0x863ee4;};return a139_0x3eb7();}const a139_0x3ab80c=a139_0x362e;(function(_0x330a4f,_0x4b19a1){const _0x24b3d8=a139_0x362e,_0x5e7db0=_0x330a4f();while(!![]){try{const _0xbccc00=-parseInt(_0x24b3d8(0x18c))/0x1*(parseInt(_0x24b3d8(0x191))/0x2)+parseInt(_0x24b3d8(0x18e))/0x3*(-parseInt(_0x24b3d8(0x190))/0x4)+parseInt(_0x24b3d8(0x193))/0x5*(parseInt(_0x24b3d8(0x18b))/0x6)+parseInt(_0x24b3d8(0x195))/0x7+parseInt(_0x24b3d8(0x189))/0x8+parseInt(_0x24b3d8(0x183))/0x9*(-parseInt(_0x24b3d8(0x194))/0xa)+-parseInt(_0x24b3d8(0x185))/0xb*(-parseInt(_0x24b3d8(0x197))/0xc);if(_0xbccc00===_0x4b19a1)break;else _0x5e7db0['push'](_0x5e7db0['shift']());}catch(_0xf67a31){_0x5e7db0['push'](_0x5e7db0['shift']());}}}(a139_0x3eb7,0x5213e));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{listNotificationChannelConfigs}from'../../core/api-client.js';import{NOTIFICATION_CHANNEL_TYPES,projectNotificationListConfig,readNotificationChannelType}from'../../commands/notification/shared.js';export const notificationConfigList={'service':a139_0x3ab80c(0x196),'command':a139_0x3ab80c(0x188),'description':'List\x20app-level\x20notification\x20configs\x20and\x20their\x20configCode\x20values','risk':a139_0x3ab80c(0x18f),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a139_0x3ab80c(0x18d),'type':a139_0x3ab80c(0x18a),'description':a139_0x3ab80c(0x184),'enum':NOTIFICATION_CHANNEL_TYPES,'default':a139_0x3ab80c(0x186)}],async 'validate'(_0x3a6cac){readNotificationChannelType(_0x3a6cac);},async 'execute'(_0x2e0aca){const _0x48f838=a139_0x3ab80c,_0x21efca=readNotificationChannelType(_0x2e0aca),_0x394db5=await listNotificationChannelConfigs(_0x2e0aca[_0x48f838(0x198)],_0x21efca),_0x14f88f=_0x394db5['map'](projectNotificationListConfig);return{'ok':!![],'data':{'appCode':_0x2e0aca[_0x48f838(0x198)],'channelType':_0x21efca,'count':_0x14f88f[_0x48f838(0x192)],'configs':_0x14f88f},'message':'Found\x20'+_0x14f88f[_0x48f838(0x192)]+'\x20'+_0x21efca+_0x48f838(0x187)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a140_0xe67d(_0x4c574f,_0x28a8f7){_0x4c574f=_0x4c574f-0xde;const _0x3c277a=a140_0x3c27();let _0xe67dce=_0x3c277a[_0x4c574f];return _0xe67dce;}const a140_0x1847af=a140_0xe67d;(function(_0x18f0df,_0x21f223){const _0x433f5d=a140_0xe67d,_0x2d4092=_0x18f0df();while(!![]){try{const _0x122ee3=parseInt(_0x433f5d(0xeb))/0x1+-parseInt(_0x433f5d(0xf0))/0x2*(-parseInt(_0x433f5d(0xfd))/0x3)+parseInt(_0x433f5d(0x104))/0x4*(parseInt(_0x433f5d(0xed))/0x5)+parseInt(_0x433f5d(0xef))/0x6+-parseInt(_0x433f5d(0x103))/0x7+parseInt(_0x433f5d(0xee))/0x8+-parseInt(_0x433f5d(0xe2))/0x9;if(_0x122ee3===_0x21f223)break;else _0x2d4092['push'](_0x2d4092['shift']());}catch(_0x3f0d87){_0x2d4092['push'](_0x2d4092['shift']());}}}(a140_0x3c27,0x22c92));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';const UPDATE_PATH=a140_0x1847af(0xf3);async function prepareUpdate(_0x1d5e67){const _0x23c37d=a140_0x1847af,_0x19bb1c=readNotificationId(_0x1d5e67),_0x3b9ba6=await readNotificationDocument(_0x1d5e67,_0x23c37d(0xf7)),_0x187b19=await requireExactNotificationConfig(_0x1d5e67['appCode'],_0x19bb1c,_0x23c37d(0xf7));return{'id':_0x19bb1c,'patch':_0x3b9ba6,'before':_0x187b19,'payload':mergeUpdateInput(_0x187b19,_0x3b9ba6),'planned':plannedUpdateProjection(_0x187b19,_0x3b9ba6)};}function a140_0x3c27(){const _0x2df6e8=[';\x20do\x20not\x20resubmit\x20automatically.',';\x20no\x20automatic\x20retry\x20was\x20attempted.','appCode','allMatch','59668PvRcRw','20JOlMWZ','verified','Updated\x20notification\x20config\x20','Inspect\x20ID\x20','provesChange','4050675khxLOs','verifiedFields','before','payload','POST','\x20via\x20','notification_config_update_verification_failed','\x20with\x20','mutation','36566PDKdum','notification','46905xLgavT','1550488dWyPCR','529860NPHoyY','470978VLTOer','config-update','notification_config_update_verification_unavailable','/notification/channel-config/update','Inspect\x20with\x20--id\x20','Notification\x20config\x20','\x20update\x20could\x20not\x20be\x20verified\x20by\x20exact\x20ID.','update','Update\x20an\x20app-level\x20notification\x20config\x20from\x20a\x20secure\x20JSON\x20patch','planned','\x20readback\x20does\x20not\x20prove\x20the\x20requested\x20update.','channelType','notification_config_update_outcome_unknown','3KtRYBb','high-risk-write'];a140_0x3c27=function(){return _0x2df6e8;};return a140_0x3c27();}export const notificationConfigUpdate={'service':a140_0x1847af(0xec),'command':a140_0x1847af(0xf1),'description':a140_0x1847af(0xf8),'risk':a140_0x1847af(0xfe),'requiresAppCode':!![],'structuredErrors':!![],'flags':[NOTIFICATION_ID_FLAG,...NOTIFICATION_INPUT_FLAGS,NOTIFICATION_APP_FLAG],async 'validate'(_0x45b466){readNotificationId(_0x45b466),assertSingleNotificationSource(_0x45b466),requireNotificationExplicitYes(_0x45b466);},async 'dryRun'(_0x520d0e){const _0x279cc9=a140_0x1847af,_0x32f936=await prepareUpdate(_0x520d0e),_0x42806a=notificationLookupCommand(_0x520d0e['appCode'],_0x32f936['before']['channelType']);return asDryRunResult({'operation':_0x279cc9(0xf7),'selector':notificationSelector(_0x32f936[_0x279cc9(0xe4)]),'before':projectNotificationConfig(_0x32f936[_0x279cc9(0xe4)]),'after':_0x32f936[_0x279cc9(0xf9)],'dryRun':!![],'backend':{'method':_0x279cc9(0xe6),'path':UPDATE_PATH},'warnings':[],'verification':{'status':_0x279cc9(0xf9),'lookupCommand':_0x42806a}},{'method':'POST','url':UPDATE_PATH});},async 'execute'(_0x1ee391){const _0x28d284=a140_0x1847af;requireNotificationExplicitYes(_0x1ee391);const _0x29155f=await prepareUpdate(_0x1ee391),_0x26d41e=notificationLookupCommand(_0x1ee391['appCode'],_0x29155f[_0x28d284(0xe4)][_0x28d284(0xfb)]);let _0x57de0a=![];try{await updateNotificationChannelConfig(_0x29155f[_0x28d284(0xe5)]);}catch(_0x190bfb){if(!isPlatformTransportFailure(_0x190bfb))throw safeApiFailure('update',_0x28d284(0xea),_0x28d284(0xe0)+_0x29155f['id']+_0x28d284(0xe9)+_0x26d41e+_0x28d284(0x100));_0x57de0a=!![];}let _0x4b523b;try{const _0x1f6add=await getNotificationChannelConfig(_0x29155f['id'],_0x1ee391[_0x28d284(0x101)]);_0x4b523b=normalizeExactNotificationConfig(_0x1f6add,_0x29155f['id'],_0x1ee391[_0x28d284(0x101)]);}catch{throw notificationError(_0x57de0a?_0x28d284(0xfc):_0x28d284(0xf2),_0x28d284(0xf5)+_0x29155f['id']+_0x28d284(0xf6),_0x28d284(0xf4)+_0x29155f['id']+_0x28d284(0xe7)+_0x26d41e+_0x28d284(0xff));}const _0x2a39df=requestedSafeFieldsMatch(_0x29155f[_0x28d284(0xe4)],_0x4b523b,_0x29155f['patch']);if(!_0x2a39df[_0x28d284(0x102)]||_0x57de0a&&!_0x2a39df[_0x28d284(0xe1)])throw notificationError(_0x57de0a?_0x28d284(0xfc):_0x28d284(0xe8),_0x28d284(0xf5)+_0x29155f['id']+_0x28d284(0xfa),_0x28d284(0xf4)+_0x29155f['id']+_0x28d284(0xe7)+_0x26d41e+';\x20do\x20not\x20resubmit\x20automatically.');const _0x19e9b6=_0x57de0a?['Update\x20response\x20was\x20unavailable;\x20exact-ID\x20readback\x20proved\x20changed\x20safe\x20fields\x20without\x20resubmitting.']:[];return{'ok':!![],'data':{'operation':_0x28d284(0xf7),'selector':notificationSelector(_0x4b523b),'before':projectNotificationConfig(_0x29155f['before']),'after':projectNotificationConfig(_0x4b523b),'dryRun':![],'backend':{'method':_0x28d284(0xe6),'path':UPDATE_PATH},'warnings':_0x19e9b6,'verification':{'status':_0x28d284(0xde),'recoveredAfterUnknownResponse':_0x57de0a,'verifiedFields':_0x2a39df[_0x28d284(0xe3)],'lookupCommand':_0x26d41e}},'message':_0x28d284(0xdf)+_0x4b523b['id']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a141_0x3498(_0x45db2b,_0x417ecb){_0x45db2b=_0x45db2b-0x17d;const _0x145323=a141_0x1453();let _0x3498e5=_0x145323[_0x45db2b];return _0x3498e5;}(function(_0xae3dee,_0x2839b7){const _0x48cc2a=a141_0x3498,_0x1db622=_0xae3dee();while(!![]){try{const _0xc45fed=parseInt(_0x48cc2a(0x180))/0x1+-parseInt(_0x48cc2a(0x186))/0x2+-parseInt(_0x48cc2a(0x185))/0x3*(-parseInt(_0x48cc2a(0x17e))/0x4)+parseInt(_0x48cc2a(0x182))/0x5*(parseInt(_0x48cc2a(0x181))/0x6)+parseInt(_0x48cc2a(0x187))/0x7*(parseInt(_0x48cc2a(0x17f))/0x8)+-parseInt(_0x48cc2a(0x183))/0x9+parseInt(_0x48cc2a(0x184))/0xa*(-parseInt(_0x48cc2a(0x17d))/0xb);if(_0xc45fed===_0x2839b7)break;else _0x1db622['push'](_0x1db622['shift']());}catch(_0x20f2d4){_0x1db622['push'](_0x1db622['shift']());}}}(a141_0x1453,0x841a5));import{notificationConfigList}from'../../commands/notification/config-list.js';function a141_0x1453(){const _0x4f058e=['6YszQJf','4776475EKeQpm','2072709tqWcqH','5750670PzZMlo','66JmEGYl','167624OLiqrz','119HAGWTj','33nlwVJg','143332iZaQiw','342032WSCrsr','109968fWLCaA'];a141_0x1453=function(){return _0x4f058e;};return a141_0x1453();}import{notificationConfigCreate}from'../../commands/notification/config-create.js';import{notificationConfigUpdate}from'../../commands/notification/config-update.js';import{notificationConfigDelete}from'../../commands/notification/config-delete.js';export const notificationDefinitions=[notificationConfigList,notificationConfigCreate,notificationConfigUpdate,notificationConfigDelete];
|