@lovrabet/rabetbase-cli 2.3.13-beta.3 → 2.3.13
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/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/add.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/remove.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.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/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.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/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/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/notification/config-list.js +1 -1
- package/lib/commands/notification/index.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/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.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/non-interactive.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/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/create.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/save.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/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.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- 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.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.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/copy-directory.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 +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a160_0xb268fd=a160_0x38c3;(function(_0x474452,_0x5ab439){const _0x1a3c54=a160_0x38c3,_0x47c74b=_0x474452();while(!![]){try{const _0x3baa18=parseInt(_0x1a3c54(0xa9))/0x1*(-parseInt(_0x1a3c54(0xa7))/0x2)+-parseInt(_0x1a3c54(0xc6))/0x3+parseInt(_0x1a3c54(0xb8))/0x4*(-parseInt(_0x1a3c54(0xcc))/0x5)+-parseInt(_0x1a3c54(0xbe))/0x6+-parseInt(_0x1a3c54(0xb1))/0x7*(parseInt(_0x1a3c54(0xc8))/0x8)+-parseInt(_0x1a3c54(0xb0))/0x9*(-parseInt(_0x1a3c54(0xcf))/0xa)+parseInt(_0x1a3c54(0xaa))/0xb;if(_0x3baa18===_0x5ab439)break;else _0x47c74b['push'](_0x47c74b['shift']());}catch(_0x25b3cb){_0x47c74b['push'](_0x47c74b['shift']());}}}(a160_0x5ea9,0x4547a));import{getAppRole,getTenantMembers,listAppRoles,listRoleUsers}from'../../core/api-client.js';import{getSessionUserInfo}from'../../auth/get-session-user.js';import{CliErrors}from'../../errors.js';export const ROLE_ID_FLAG={'name':'id','type':a160_0xb268fd(0xcd),'required':!![],'description':'Role\x20id\x20(from\x20`role\x20list`)'};export const ROLE_REF_FLAG={'name':a160_0xb268fd(0xbb),'type':'string','required':!![],'description':'Role\x20id\x20or\x20role\x20name\x20(CUSTOM\x20roles\x20may\x20be\x20referenced\x20by\x20name)'};function a160_0x5ea9(){const _0x5a73d9=['splice','User\x20id,\x20username,\x20or\x20nickname\x20to\x20resolve\x20to\x20a\x20userId','Only\x20CUSTOM\x20roles\x20can\x20be\x20modified\x20or\x20deleted.','No\x20tenant\x20member\x20matches\x20\x22','3241773zQMICf','173418lDkvty','map','expectUserCount','Cannot\x20resolve\x20current\x20tenant.\x20Run\x20`rabetbase\x20auth\x20login`\x20first.','flagMissing','Cannot\x20','roleType','4QBsOUS','push','nickname','role','dryRun','flag','1396140mOeUsB','userList','Pass\x20--user\x20<id|name>.','validation','userCount','includes','username',';\x20no\x20change.','1646484eGzRlK','\x20member(s)\x20but\x20role\x20has\x20','136YxVtUs','\x20is\x20not\x20a\x20member\x20of\x20role\x20','DEV','Anti-drift\x20guard:\x20fail\x20if\x20the\x20role\x27s\x20current\x20member\x20count\x20differs','2636495KgcJHd','number','trim','10wvOsyr','appCode','Cannot\x20change\x20the\x20permission\x20matrix\x20of\x20built-in\x20role\x20','roleName','string','filter','Disambiguate\x20with\x20--role\x20<id>.','\x20built-in\x20role\x20','USER','findIndex','Role\x20id\x20','DEV\x20/\x20ADMIN\x20keep\x20full\x20access\x20by\x20design;\x20configure\x20a\x20CUSTOM\x20role\x20instead.','Missing\x20user\x20reference.','Disambiguate\x20with\x20--user\x20<id>.','Role\x20name\x20\x22','CUSTOM','User\x20','tenant','userId','\x20not\x20found\x20in\x20app\x20','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles,\x20or\x20pass\x20--role\x20<id>.','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.','permitCount','Pass\x20--role\x20<id|name>.','test','\x22\x20not\x20found\x20in\x20app\x20','authRequired','user','toLowerCase','/smartapi/permit/user-role/update-user-list','tenant_code','Re-run\x20`role\x20detail`\x20/\x20`role\x20list`\x20and\x20retry\x20with\x20the\x20current\x20count.','str','Optional\x20role\x20remark/description','expect-user-count','length','join','name','118GOooFC','remark','7757KwZUMv','23223321GpSDxG','\x22:\x20'];a160_0x5ea9=function(){return _0x5a73d9;};return a160_0x5ea9();}export const USER_REF_FLAG={'name':a160_0xb268fd(0x9c),'type':a160_0xb268fd(0xd3),'required':!![],'description':a160_0xb268fd(0xad)};export const NAME_FLAG={'name':a160_0xb268fd(0xa6),'type':a160_0xb268fd(0xd3),'required':!![],'description':'Role\x20name'};export const USER_NAME_FLAG={'name':a160_0xb268fd(0xa6),'type':'string','required':!![],'description':'Nickname\x20or\x20username\x20to\x20resolve\x20to\x20a\x20userId'};export const REMARK_FLAG={'name':a160_0xb268fd(0xa8),'type':a160_0xb268fd(0xd3),'required':![],'description':a160_0xb268fd(0xa2)};export const EXPECT_USER_COUNT_FLAG={'name':a160_0xb268fd(0xa3),'type':a160_0xb268fd(0xcd),'required':![],'description':a160_0xb268fd(0xcb)};export const BUILTIN_ROLE_TYPES=['ADMIN',a160_0xb268fd(0xca),a160_0xb268fd(0xd7)];export function isBuiltinRole(_0x2fc15f){const _0x41784b=a160_0xb268fd;return BUILTIN_ROLE_TYPES[_0x41784b(0xc3)](_0x2fc15f);}export function assertCustomRole(_0x87756b,_0x5b72ce){const _0x256c95=a160_0xb268fd;if(_0x87756b[_0x256c95(0xb7)]!==_0x256c95(0x90))throw CliErrors[_0x256c95(0xc1)](_0x256c95(0xb6)+_0x5b72ce+_0x256c95(0xd6)+_0x87756b[_0x256c95(0xd2)]+'\x20('+_0x87756b[_0x256c95(0xb7)]+').',_0x256c95(0xae));}export function assertPermConfigurable(_0x29ba50){const _0x11906c=a160_0xb268fd;if(_0x29ba50[_0x11906c(0xb7)]===_0x11906c(0xca)||_0x29ba50[_0x11906c(0xb7)]==='ADMIN')throw CliErrors['validation'](_0x11906c(0xd1)+_0x29ba50[_0x11906c(0xd2)]+'\x20('+_0x29ba50['roleType']+').',_0x11906c(0x8c));}export function projectRole(_0xdbf3a1){const _0xf34f52=a160_0xb268fd;return{'id':_0xdbf3a1['id'],'roleName':_0xdbf3a1[_0xf34f52(0xd2)],'roleType':_0xdbf3a1[_0xf34f52(0xb7)],'remark':_0xdbf3a1[_0xf34f52(0xa8)],'userCount':_0xdbf3a1[_0xf34f52(0xc2)],'permitCount':_0xdbf3a1[_0xf34f52(0x97)],'builtin':isBuiltinRole(_0xdbf3a1[_0xf34f52(0xb7)])};}export async function resolveRoleRef(_0x473d28,_0x8402ec){const _0x58a190=a160_0xb268fd,_0x3f5de7=_0x8402ec[_0x58a190(0xce)]();if(!_0x3f5de7)throw CliErrors['validation']('Missing\x20role\x20reference.',_0x58a190(0x98));if(/^\d+$/[_0x58a190(0x99)](_0x3f5de7))return getRoleById(_0x473d28,Number(_0x3f5de7));const _0x14354c=await listAllAppRoles(_0x473d28),_0x1cdd8c=_0x14354c[_0x58a190(0xd4)](_0x3a7bce=>_0x3a7bce[_0x58a190(0xd2)]===_0x3f5de7);if(_0x1cdd8c[_0x58a190(0xa4)]===0x0)throw CliErrors['validation'](_0x58a190(0x8f)+_0x3f5de7+_0x58a190(0x9a)+_0x473d28+'.',_0x58a190(0x95));if(_0x1cdd8c[_0x58a190(0xa4)]>0x1){const _0x46240a=_0x1cdd8c[_0x58a190(0xb2)](_0x4713c5=>_0x4713c5['id'])[_0x58a190(0xa5)](',\x20');throw CliErrors['validation'](_0x58a190(0x8f)+_0x3f5de7+'\x22\x20is\x20ambiguous\x20(ids:\x20'+_0x46240a+').',_0x58a190(0xd5));}return _0x1cdd8c[0x0];}export async function getRoleById(_0x3be381,_0x9c974e){const _0xa4245e=a160_0xb268fd,_0x1b86d4=await getAppRole(_0x9c974e);if(!_0x1b86d4)throw CliErrors['validation'](_0xa4245e(0xd9)+_0x9c974e+_0xa4245e(0x94)+_0x3be381+'.',_0xa4245e(0x96));return _0x1b86d4;}async function listAllAppRoles(_0x3e6d92){const _0x6131ba=a160_0xb268fd,_0xfebe19=0x64,_0x53ee3d=[];for(let _0x218375=0x1;;_0x218375+=0x1){const {items:_0xf16aba,paging:_0x39c791}=await listAppRoles(_0x3e6d92,{'currentPage':_0x218375,'pageSize':_0xfebe19});_0x53ee3d[_0x6131ba(0xb9)](..._0xf16aba);if(_0xf16aba[_0x6131ba(0xa4)]<_0xfebe19||_0x39c791&&_0x53ee3d[_0x6131ba(0xa4)]>=_0x39c791['totalCount'])return _0x53ee3d;}}export async function resolveTenantCode(){const _0xd66a56=a160_0xb268fd,_0x4db146=await getSessionUserInfo(),_0x18f252=_0x4db146?.[_0xd66a56(0x9c)]?.[_0xd66a56(0x92)]?.[_0xd66a56(0x9f)];if(!_0x18f252)throw CliErrors[_0xd66a56(0x9b)](_0xd66a56(0xb4));return _0x18f252;}function matchMember(_0x22a901,_0x3d25fe){const _0x49148e=a160_0xb268fd,_0xca66da=_0x3d25fe[_0x49148e(0xce)]()[_0x49148e(0x9d)]();return(_0x22a901[_0x49148e(0xba)]??'')['toLowerCase']()===_0xca66da||(_0x22a901[_0x49148e(0xc4)]??'')['toLowerCase']()===_0xca66da;}export async function resolveUserRef(_0x43181d){const _0x1df27e=a160_0xb268fd,_0x382acf=_0x43181d[_0x1df27e(0xce)]();if(!_0x382acf)throw CliErrors['validation'](_0x1df27e(0x8d),_0x1df27e(0xc0));const _0x21b6ff=await resolveTenantCode(),_0x4210b0=await getTenantMembers(_0x21b6ff);if(/^\d+$/[_0x1df27e(0x99)](_0x382acf)){const _0x8c620d=Number(_0x382acf),_0x386680=_0x4210b0['find'](_0x2e550a=>_0x2e550a[_0x1df27e(0x93)]===_0x8c620d);return{'userId':_0x8c620d,'username':_0x386680?.['username']??String(_0x8c620d),'nickname':_0x386680?.['nickname'],'matchedBy':'id'};}const _0x53e46b=_0x4210b0[_0x1df27e(0xd4)](_0x2469c4=>matchMember(_0x2469c4,_0x382acf));if(_0x53e46b['length']===0x0)throw CliErrors[_0x1df27e(0xc1)](_0x1df27e(0xaf)+_0x382acf+'\x22.','Check\x20the\x20nickname/username,\x20or\x20pass\x20--user\x20<id>.');if(_0x53e46b[_0x1df27e(0xa4)]>0x1){const _0x35edd6=_0x53e46b[_0x1df27e(0xb2)](_0x54cf79=>(_0x54cf79[_0x1df27e(0xba)]??_0x54cf79['username']??'?')+'('+_0x54cf79[_0x1df27e(0x93)]+')')[_0x1df27e(0xa5)](',\x20');throw CliErrors[_0x1df27e(0xc1)]('Multiple\x20tenant\x20members\x20match\x20\x22'+_0x382acf+_0x1df27e(0xab)+_0x35edd6+'.',_0x1df27e(0x8e));}const _0x226e33=_0x53e46b[0x0];return{'userId':_0x226e33[_0x1df27e(0x93)],'username':_0x226e33['username']??String(_0x226e33['userId']),'nickname':_0x226e33[_0x1df27e(0xba)],'matchedBy':'name'};}export const UPDATE_USER_LIST_PATH=a160_0xb268fd(0x9e);function userIdsOf(_0xd5c9ab){const _0x2e2a1c=a160_0xb268fd;return(_0xd5c9ab?.[_0x2e2a1c(0xbf)]??[])[_0x2e2a1c(0xb2)](_0x6a41ec=>_0x6a41ec[_0x2e2a1c(0x93)]);}export function computeRoleUserMutation(_0x33426b){const _0x3de930=a160_0xb268fd,{operation:_0x47317e,appCode:_0x3f71f9,roleUsers:_0x1a3222,targetRoleId:_0x275f07,user:_0xa73c5}=_0x33426b,_0x45a901=_0x1a3222['find'](_0x3e9420=>_0x3e9420['id']===_0x275f07);if(!_0x45a901)throw CliErrors[_0x3de930(0xc1)](_0x3de930(0xd9)+_0x275f07+'\x20not\x20found\x20in\x20the\x20user-role\x20list.',_0x3de930(0x96));const _0x48b3de=userIdsOf(_0x45a901),_0x3beddc=[];if(_0x33426b[_0x3de930(0xb3)]!==undefined&&_0x33426b[_0x3de930(0xb3)]!==_0x48b3de['length'])throw CliErrors['validation']('Anti-drift\x20check\x20failed:\x20expected\x20'+_0x33426b[_0x3de930(0xb3)]+_0x3de930(0xc7)+_0x48b3de[_0x3de930(0xa4)]+'.',_0x3de930(0xa0));const _0x161326=_0x48b3de[_0x3de930(0xc3)](_0xa73c5[_0x3de930(0x93)]);let _0x431014=![];const _0x2e74a8=[..._0x45a901[_0x3de930(0xbf)]];if(_0x47317e==='user-add')_0x161326?_0x3beddc['push']('User\x20'+_0xa73c5[_0x3de930(0x93)]+'\x20is\x20already\x20a\x20member\x20of\x20role\x20'+_0x45a901[_0x3de930(0xd2)]+_0x3de930(0xc5)):(_0x2e74a8[_0x3de930(0xb9)]({'userId':_0xa73c5[_0x3de930(0x93)],'username':_0xa73c5[_0x3de930(0xc4)],..._0xa73c5['nickname']?{'nickname':_0xa73c5[_0x3de930(0xba)]}:{}}),_0x431014=!![]);else{if(!_0x161326)_0x3beddc[_0x3de930(0xb9)](_0x3de930(0x91)+_0xa73c5['userId']+_0x3de930(0xc9)+_0x45a901[_0x3de930(0xd2)]+_0x3de930(0xc5));else{const _0x32f899=_0x2e74a8[_0x3de930(0xd8)](_0x2a3722=>_0x2a3722[_0x3de930(0x93)]===_0xa73c5[_0x3de930(0x93)]);if(_0x32f899>=0x0)_0x2e74a8[_0x3de930(0xac)](_0x32f899,0x1);_0x431014=!![];}}const _0x3f86d5=_0x1a3222[_0x3de930(0xb2)](_0x472685=>_0x472685['id']===_0x275f07?{..._0x472685,'userList':_0x2e74a8}:_0x472685),_0x573115=_0x2e74a8[_0x3de930(0xb2)](_0x483c2a=>_0x483c2a[_0x3de930(0x93)]),_0x247cdf={'operation':_0x47317e,'selector':{'appCode':_0x3f71f9,'roleId':_0x275f07,'roleName':_0x45a901[_0x3de930(0xd2)],'userId':_0xa73c5[_0x3de930(0x93)]},'before':{'userIds':_0x48b3de},'after':{'userIds':_0x573115},'dryRun':_0x33426b[_0x3de930(0xbc)],'backend':{'method':'POST','path':UPDATE_USER_LIST_PATH},'warnings':_0x3beddc};return{'roleList':_0x3f86d5,'mutation':_0x247cdf,'changed':_0x431014};}export async function loadRoleUsers(_0x3cb2dd){return listRoleUsers(_0x3cb2dd);}function a160_0x38c3(_0x3ac20d,_0x35addb){_0x3ac20d=_0x3ac20d-0x8c;const _0x5ea909=a160_0x5ea9();let _0x38c36d=_0x5ea909[_0x3ac20d];return _0x38c36d;}export function readRoleRef(_0x4b1d2d){const _0x2c261f=a160_0xb268fd,_0x5402a2=_0x4b1d2d['str'](_0x2c261f(0xbb))[_0x2c261f(0xce)]();if(!_0x5402a2)throw CliErrors[_0x2c261f(0xb5)]('role','Pass\x20--role\x20<id|name>.');return _0x5402a2;}export async function prepareUserMutation(_0x2d5747,_0x2ade25,_0x424536){const _0x5445c8=a160_0xb268fd,_0x23192d=readRoleRef(_0x2d5747),_0x47b81c=_0x2d5747[_0x5445c8(0xa1)](_0x5445c8(0x9c))[_0x5445c8(0xce)]();if(!_0x47b81c)throw CliErrors['flagMissing'](_0x5445c8(0x9c),_0x5445c8(0xc0));const _0x13e052=_0x2d5747[_0x5445c8(0xbd)](_0x5445c8(0xa3)),_0x185951=_0x13e052===undefined||_0x13e052===null?undefined:Number(_0x13e052),_0x2748b0=await resolveRoleRef(_0x2d5747['appCode'],_0x23192d),_0xadc40b=await resolveUserRef(_0x47b81c),_0x97567c=await loadRoleUsers(_0x2d5747[_0x5445c8(0xd0)]);return computeRoleUserMutation({'operation':_0x2ade25,'appCode':_0x2d5747[_0x5445c8(0xd0)],'roleUsers':_0x97567c,'targetRoleId':_0x2748b0['id'],'user':{'userId':_0xadc40b[_0x5445c8(0x93)],'username':_0xadc40b['username'],'nickname':_0xadc40b[_0x5445c8(0xba)]},'dryRun':_0x424536,..._0x185951!==undefined?{'expectUserCount':_0x185951}:{}});}
|
|
1
|
+
const a160_0x435d4d=a160_0x5602;(function(_0x122b7d,_0x485c83){const _0x8d2907=a160_0x5602,_0x4cc9ef=_0x122b7d();while(!![]){try{const _0x3da389=-parseInt(_0x8d2907(0x1b9))/0x1+-parseInt(_0x8d2907(0x1c0))/0x2*(parseInt(_0x8d2907(0x17d))/0x3)+parseInt(_0x8d2907(0x17c))/0x4+-parseInt(_0x8d2907(0x1a7))/0x5*(parseInt(_0x8d2907(0x19f))/0x6)+-parseInt(_0x8d2907(0x192))/0x7*(-parseInt(_0x8d2907(0x1be))/0x8)+parseInt(_0x8d2907(0x1b1))/0x9+-parseInt(_0x8d2907(0x19b))/0xa;if(_0x3da389===_0x485c83)break;else _0x4cc9ef['push'](_0x4cc9ef['shift']());}catch(_0x1f19d){_0x4cc9ef['push'](_0x4cc9ef['shift']());}}}(a160_0x3888,0xa2f12));import{getAppRole,getTenantMembers,listAppRoles,listRoleUsers}from'../../core/api-client.js';import{getSessionUserInfo}from'../../auth/get-session-user.js';import{CliErrors}from'../../errors.js';export const ROLE_ID_FLAG={'name':'id','type':'number','required':!![],'description':a160_0x435d4d(0x183)};export const ROLE_REF_FLAG={'name':a160_0x435d4d(0x18a),'type':a160_0x435d4d(0x1c1),'required':!![],'description':'Role\x20id\x20or\x20role\x20name\x20(CUSTOM\x20roles\x20may\x20be\x20referenced\x20by\x20name)'};export const USER_REF_FLAG={'name':a160_0x435d4d(0x18f),'type':a160_0x435d4d(0x1c1),'required':!![],'description':a160_0x435d4d(0x1a0)};export const NAME_FLAG={'name':a160_0x435d4d(0x172),'type':a160_0x435d4d(0x1c1),'required':!![],'description':a160_0x435d4d(0x1b7)};export const USER_NAME_FLAG={'name':a160_0x435d4d(0x172),'type':'string','required':!![],'description':'Nickname\x20or\x20username\x20to\x20resolve\x20to\x20a\x20userId'};export const REMARK_FLAG={'name':a160_0x435d4d(0x195),'type':a160_0x435d4d(0x1c1),'required':![],'description':a160_0x435d4d(0x1ad)};export const EXPECT_USER_COUNT_FLAG={'name':a160_0x435d4d(0x1aa),'type':a160_0x435d4d(0x191),'required':![],'description':'Anti-drift\x20guard:\x20fail\x20if\x20the\x20role\x27s\x20current\x20member\x20count\x20differs'};export const BUILTIN_ROLE_TYPES=[a160_0x435d4d(0x19c),a160_0x435d4d(0x1ba),'USER'];export function isBuiltinRole(_0x49fd98){const _0x10a594=a160_0x435d4d;return BUILTIN_ROLE_TYPES[_0x10a594(0x1bf)](_0x49fd98);}export function assertCustomRole(_0x4359ca,_0x268387){const _0x43d031=a160_0x435d4d;if(_0x4359ca[_0x43d031(0x173)]!=='CUSTOM')throw CliErrors[_0x43d031(0x1a8)](_0x43d031(0x18d)+_0x268387+_0x43d031(0x19e)+_0x4359ca[_0x43d031(0x1a3)]+'\x20('+_0x4359ca[_0x43d031(0x173)]+').',_0x43d031(0x1a4));}export function assertPermConfigurable(_0x1ccadf){const _0x3c124c=a160_0x435d4d;if(_0x1ccadf[_0x3c124c(0x173)]===_0x3c124c(0x1ba)||_0x1ccadf['roleType']==='ADMIN')throw CliErrors[_0x3c124c(0x1a8)]('Cannot\x20change\x20the\x20permission\x20matrix\x20of\x20built-in\x20role\x20'+_0x1ccadf[_0x3c124c(0x1a3)]+'\x20('+_0x1ccadf['roleType']+').',_0x3c124c(0x181));}function a160_0x5602(_0x5528d8,_0x51b873){_0x5528d8=_0x5528d8-0x172;const _0x3888bb=a160_0x3888();let _0x560288=_0x3888bb[_0x5528d8];return _0x560288;}export function projectRole(_0x4fcfc0){const _0x5ae911=a160_0x435d4d;return{'id':_0x4fcfc0['id'],'roleName':_0x4fcfc0[_0x5ae911(0x1a3)],'roleType':_0x4fcfc0[_0x5ae911(0x173)],'remark':_0x4fcfc0['remark'],'userCount':_0x4fcfc0[_0x5ae911(0x18c)],'permitCount':_0x4fcfc0[_0x5ae911(0x193)],'builtin':isBuiltinRole(_0x4fcfc0[_0x5ae911(0x173)])};}export async function resolveRoleRef(_0x40ef20,_0x4e60c8){const _0x857b4d=a160_0x435d4d,_0x2a4631=_0x4e60c8[_0x857b4d(0x176)]();if(!_0x2a4631)throw CliErrors[_0x857b4d(0x1a8)]('Missing\x20role\x20reference.',_0x857b4d(0x18b));if(/^\d+$/[_0x857b4d(0x1bb)](_0x2a4631))return getRoleById(_0x40ef20,Number(_0x2a4631));const _0x330c27=await listAllAppRoles(_0x40ef20),_0x3be0d6=_0x330c27['filter'](_0x6551f8=>_0x6551f8[_0x857b4d(0x1a3)]===_0x2a4631);if(_0x3be0d6[_0x857b4d(0x184)]===0x0)throw CliErrors[_0x857b4d(0x1a8)](_0x857b4d(0x194)+_0x2a4631+_0x857b4d(0x1ab)+_0x40ef20+'.',_0x857b4d(0x19d));if(_0x3be0d6['length']>0x1){const _0x572c99=_0x3be0d6[_0x857b4d(0x1a1)](_0x1ad3d9=>_0x1ad3d9['id'])[_0x857b4d(0x1a2)](',\x20');throw CliErrors[_0x857b4d(0x1a8)]('Role\x20name\x20\x22'+_0x2a4631+_0x857b4d(0x199)+_0x572c99+').','Disambiguate\x20with\x20--role\x20<id>.');}return _0x3be0d6[0x0];}export async function getRoleById(_0x146510,_0x4610c6){const _0x1ed7c3=a160_0x435d4d,_0x1cbe49=await getAppRole(_0x4610c6);if(!_0x1cbe49)throw CliErrors[_0x1ed7c3(0x1a8)](_0x1ed7c3(0x17f)+_0x4610c6+_0x1ed7c3(0x1bd)+_0x146510+'.','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.');return _0x1cbe49;}async function listAllAppRoles(_0x164e75){const _0x51acbf=a160_0x435d4d,_0x242a5a=0x64,_0x1e2f19=[];for(let _0x3a47c0=0x1;;_0x3a47c0+=0x1){const {items:_0x1a5d47,paging:_0x25917f}=await listAppRoles(_0x164e75,{'currentPage':_0x3a47c0,'pageSize':_0x242a5a});_0x1e2f19['push'](..._0x1a5d47);if(_0x1a5d47['length']<_0x242a5a||_0x25917f&&_0x1e2f19[_0x51acbf(0x184)]>=_0x25917f[_0x51acbf(0x1a5)])return _0x1e2f19;}}export async function resolveTenantCode(){const _0x34bb8c=a160_0x435d4d,_0x413048=await getSessionUserInfo(),_0x16bb18=_0x413048?.[_0x34bb8c(0x18f)]?.[_0x34bb8c(0x18e)]?.[_0x34bb8c(0x175)];if(!_0x16bb18)throw CliErrors[_0x34bb8c(0x17a)](_0x34bb8c(0x177));return _0x16bb18;}function matchMember(_0x10c088,_0x35f288){const _0x318607=a160_0x435d4d,_0x5d7beb=_0x35f288['trim']()[_0x318607(0x197)]();return(_0x10c088[_0x318607(0x1b4)]??'')[_0x318607(0x197)]()===_0x5d7beb||(_0x10c088[_0x318607(0x182)]??'')['toLowerCase']()===_0x5d7beb;}export async function resolveUserRef(_0x1a9f9e){const _0x2bf0c7=a160_0x435d4d,_0x8d3b42=_0x1a9f9e['trim']();if(!_0x8d3b42)throw CliErrors['validation'](_0x2bf0c7(0x1a6),'Pass\x20--user\x20<id|name>.');const _0x4ab9fe=await resolveTenantCode(),_0x19148b=await getTenantMembers(_0x4ab9fe);if(/^\d+$/['test'](_0x8d3b42)){const _0x4aef99=Number(_0x8d3b42),_0x59429a=_0x19148b['find'](_0x33b483=>_0x33b483[_0x2bf0c7(0x198)]===_0x4aef99);return{'userId':_0x4aef99,'username':_0x59429a?.[_0x2bf0c7(0x182)]??String(_0x4aef99),'nickname':_0x59429a?.['nickname'],'matchedBy':'id'};}const _0x5c799a=_0x19148b[_0x2bf0c7(0x1b5)](_0xb7df0=>matchMember(_0xb7df0,_0x8d3b42));if(_0x5c799a[_0x2bf0c7(0x184)]===0x0)throw CliErrors['validation'](_0x2bf0c7(0x179)+_0x8d3b42+'\x22.',_0x2bf0c7(0x1bc));if(_0x5c799a[_0x2bf0c7(0x184)]>0x1){const _0xf7915d=_0x5c799a['map'](_0x386773=>(_0x386773[_0x2bf0c7(0x1b4)]??_0x386773[_0x2bf0c7(0x182)]??'?')+'('+_0x386773[_0x2bf0c7(0x198)]+')')[_0x2bf0c7(0x1a2)](',\x20');throw CliErrors[_0x2bf0c7(0x1a8)](_0x2bf0c7(0x1b8)+_0x8d3b42+_0x2bf0c7(0x1ac)+_0xf7915d+'.',_0x2bf0c7(0x1b3));}const _0x2b6d67=_0x5c799a[0x0];return{'userId':_0x2b6d67[_0x2bf0c7(0x198)],'username':_0x2b6d67[_0x2bf0c7(0x182)]??String(_0x2b6d67[_0x2bf0c7(0x198)]),'nickname':_0x2b6d67[_0x2bf0c7(0x1b4)],'matchedBy':_0x2bf0c7(0x172)};}function a160_0x3888(){const _0x2b12e2=['DEV','test','Check\x20the\x20nickname/username,\x20or\x20pass\x20--user\x20<id>.','\x20not\x20found\x20in\x20app\x20','4190440yvjFAJ','includes','45542wLVthh','string','name','roleType','Pass\x20--user\x20<id|name>.','tenant_code','trim','Cannot\x20resolve\x20current\x20tenant.\x20Run\x20`rabetbase\x20auth\x20login`\x20first.','\x20member(s)\x20but\x20role\x20has\x20','No\x20tenant\x20member\x20matches\x20\x22','authRequired','\x20is\x20not\x20a\x20member\x20of\x20role\x20','2396524aNFcED','171PxitPU','userList','Role\x20id\x20','expectUserCount','DEV\x20/\x20ADMIN\x20keep\x20full\x20access\x20by\x20design;\x20configure\x20a\x20CUSTOM\x20role\x20instead.','username','Role\x20id\x20(from\x20`role\x20list`)','length','str',';\x20no\x20change.','dryRun','Re-run\x20`role\x20detail`\x20/\x20`role\x20list`\x20and\x20retry\x20with\x20the\x20current\x20count.','appCode','role','Pass\x20--role\x20<id|name>.','userCount','Cannot\x20','tenant','user','push','number','14McYYsI','permitCount','Role\x20name\x20\x22','remark','splice','toLowerCase','userId','\x22\x20is\x20ambiguous\x20(ids:\x20','Anti-drift\x20check\x20failed:\x20expected\x20','3575170dMmkvw','ADMIN','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles,\x20or\x20pass\x20--role\x20<id>.','\x20built-in\x20role\x20','156mTnQNz','User\x20id,\x20username,\x20or\x20nickname\x20to\x20resolve\x20to\x20a\x20userId','map','join','roleName','Only\x20CUSTOM\x20roles\x20can\x20be\x20modified\x20or\x20deleted.','totalCount','Missing\x20user\x20reference.','11395mmemMH','validation','flagMissing','expect-user-count','\x22\x20not\x20found\x20in\x20app\x20','\x22:\x20','Optional\x20role\x20remark/description','user-add','/smartapi/permit/user-role/update-user-list','Run\x20`role\x20list`\x20to\x20see\x20available\x20roles.','9569772qIXSdh','\x20is\x20already\x20a\x20member\x20of\x20role\x20','Disambiguate\x20with\x20--user\x20<id>.','nickname','filter','User\x20','Role\x20name','Multiple\x20tenant\x20members\x20match\x20\x22','327921JFZZNu'];a160_0x3888=function(){return _0x2b12e2;};return a160_0x3888();}export const UPDATE_USER_LIST_PATH=a160_0x435d4d(0x1af);function userIdsOf(_0x5e01d6){const _0x3ff344=a160_0x435d4d;return(_0x5e01d6?.[_0x3ff344(0x17e)]??[])[_0x3ff344(0x1a1)](_0x5b052a=>_0x5b052a['userId']);}export function computeRoleUserMutation(_0x5e272e){const _0x3a975a=a160_0x435d4d,{operation:_0x5ea7c8,appCode:_0x5a1ede,roleUsers:_0xa96052,targetRoleId:_0xb0090,user:_0x18a318}=_0x5e272e,_0x555eb1=_0xa96052['find'](_0x299b7e=>_0x299b7e['id']===_0xb0090);if(!_0x555eb1)throw CliErrors[_0x3a975a(0x1a8)](_0x3a975a(0x17f)+_0xb0090+'\x20not\x20found\x20in\x20the\x20user-role\x20list.',_0x3a975a(0x1b0));const _0x4e45f0=userIdsOf(_0x555eb1),_0x21e7d0=[];if(_0x5e272e[_0x3a975a(0x180)]!==undefined&&_0x5e272e[_0x3a975a(0x180)]!==_0x4e45f0[_0x3a975a(0x184)])throw CliErrors[_0x3a975a(0x1a8)](_0x3a975a(0x19a)+_0x5e272e[_0x3a975a(0x180)]+_0x3a975a(0x178)+_0x4e45f0['length']+'.',_0x3a975a(0x188));const _0x1d2bcd=_0x4e45f0['includes'](_0x18a318['userId']);let _0x46de3b=![];const _0xa52398=[..._0x555eb1[_0x3a975a(0x17e)]];if(_0x5ea7c8===_0x3a975a(0x1ae))_0x1d2bcd?_0x21e7d0[_0x3a975a(0x190)](_0x3a975a(0x1b6)+_0x18a318[_0x3a975a(0x198)]+_0x3a975a(0x1b2)+_0x555eb1[_0x3a975a(0x1a3)]+_0x3a975a(0x186)):(_0xa52398[_0x3a975a(0x190)]({'userId':_0x18a318[_0x3a975a(0x198)],'username':_0x18a318[_0x3a975a(0x182)],..._0x18a318[_0x3a975a(0x1b4)]?{'nickname':_0x18a318['nickname']}:{}}),_0x46de3b=!![]);else{if(!_0x1d2bcd)_0x21e7d0['push'](_0x3a975a(0x1b6)+_0x18a318[_0x3a975a(0x198)]+_0x3a975a(0x17b)+_0x555eb1[_0x3a975a(0x1a3)]+_0x3a975a(0x186));else{const _0x3297bc=_0xa52398['findIndex'](_0x20949c=>_0x20949c[_0x3a975a(0x198)]===_0x18a318[_0x3a975a(0x198)]);if(_0x3297bc>=0x0)_0xa52398[_0x3a975a(0x196)](_0x3297bc,0x1);_0x46de3b=!![];}}const _0x5ef457=_0xa96052[_0x3a975a(0x1a1)](_0x683fbd=>_0x683fbd['id']===_0xb0090?{..._0x683fbd,'userList':_0xa52398}:_0x683fbd),_0x5e7abd=_0xa52398[_0x3a975a(0x1a1)](_0x1d88ee=>_0x1d88ee[_0x3a975a(0x198)]),_0x41d03a={'operation':_0x5ea7c8,'selector':{'appCode':_0x5a1ede,'roleId':_0xb0090,'roleName':_0x555eb1[_0x3a975a(0x1a3)],'userId':_0x18a318[_0x3a975a(0x198)]},'before':{'userIds':_0x4e45f0},'after':{'userIds':_0x5e7abd},'dryRun':_0x5e272e[_0x3a975a(0x187)],'backend':{'method':'POST','path':UPDATE_USER_LIST_PATH},'warnings':_0x21e7d0};return{'roleList':_0x5ef457,'mutation':_0x41d03a,'changed':_0x46de3b};}export async function loadRoleUsers(_0xdbcacd){return listRoleUsers(_0xdbcacd);}export function readRoleRef(_0x333f1c){const _0x267ef6=a160_0x435d4d,_0x233746=_0x333f1c[_0x267ef6(0x185)](_0x267ef6(0x18a))[_0x267ef6(0x176)]();if(!_0x233746)throw CliErrors[_0x267ef6(0x1a9)](_0x267ef6(0x18a),_0x267ef6(0x18b));return _0x233746;}export async function prepareUserMutation(_0x1525e1,_0x49f64b,_0x1142c0){const _0x20f6f0=a160_0x435d4d,_0x16e472=readRoleRef(_0x1525e1),_0x558b44=_0x1525e1[_0x20f6f0(0x185)]('user')[_0x20f6f0(0x176)]();if(!_0x558b44)throw CliErrors['flagMissing'](_0x20f6f0(0x18f),_0x20f6f0(0x174));const _0x520f83=_0x1525e1['flag'](_0x20f6f0(0x1aa)),_0x35e8ee=_0x520f83===undefined||_0x520f83===null?undefined:Number(_0x520f83),_0x31562a=await resolveRoleRef(_0x1525e1[_0x20f6f0(0x189)],_0x16e472),_0x534022=await resolveUserRef(_0x558b44),_0x62808a=await loadRoleUsers(_0x1525e1[_0x20f6f0(0x189)]);return computeRoleUserMutation({'operation':_0x49f64b,'appCode':_0x1525e1[_0x20f6f0(0x189)],'roleUsers':_0x62808a,'targetRoleId':_0x31562a['id'],'user':{'userId':_0x534022['userId'],'username':_0x534022[_0x20f6f0(0x182)],'nickname':_0x534022[_0x20f6f0(0x1b4)]},'dryRun':_0x1142c0,..._0x35e8ee!==undefined?{'expectUserCount':_0x35e8ee}:{}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a161_0x32b476=a161_0x3e7d;(function(_0x20a914,_0xd071ec){const _0x23d6b9=a161_0x3e7d,_0x456c5b=_0x20a914();while(!![]){try{const _0x5e89aa=-parseInt(_0x23d6b9(0x118))/0x1+-parseInt(_0x23d6b9(0x11c))/0x2*(parseInt(_0x23d6b9(0x119))/0x3)+-parseInt(_0x23d6b9(0x123))/0x4+-parseInt(_0x23d6b9(0x121))/0x5+-parseInt(_0x23d6b9(0x10a))/0x6*(-parseInt(_0x23d6b9(0x114))/0x7)+parseInt(_0x23d6b9(0x11f))/0x8*(parseInt(_0x23d6b9(0x10f))/0x9)+-parseInt(_0x23d6b9(0x10c))/0xa*(-parseInt(_0x23d6b9(0x11e))/0xb);if(_0x5e89aa===_0xd071ec)break;else _0x456c5b['push'](_0x456c5b['shift']());}catch(_0x1a9e65){_0x456c5b['push'](_0x456c5b['shift']());}}}(a161_0x4f2a,0xa9bc1));import{updateAppRole}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a161_0x4f2a(){const _0x5ea743=['16304180uQQBDi','Pass\x20at\x20least\x20one\x20of\x20--name\x20/\x20--remark.','/smartapi/permit/role/update','9AxiNdt','New\x20role\x20name','num','role','POST','7Scrpeb','appCode','--name\x20cannot\x20be\x20empty.','Role\x20name\x20cannot\x20exceed\x2064\x20characters.','1381234gzCDQF','36330pLzYWa','\x20(id=','trim','16ttDlHv','write','11lPLgxW','160408IKDkEz','string','1083495NrbSbL','update','2259588XvXqnz','remark','flag','roleName','Update\x20a\x20CUSTOM\x20role\x27s\x20name/remark\x20(DEV/ADMIN\x20rejected)','validation','7826844edYHoy','name'];a161_0x4f2a=function(){return _0x5ea743;};return a161_0x4f2a();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a161_0x3e7d(_0x3c1441,_0x4364f6){_0x3c1441=_0x3c1441-0x105;const _0x4f2a18=a161_0x4f2a();let _0x3e7d4a=_0x4f2a18[_0x3c1441];return _0x3e7d4a;}import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertCustomRole,getRoleById,projectRole,REMARK_FLAG,ROLE_ID_FLAG}from'../../commands/role/shared.js';const UPDATE_PATH=a161_0x32b476(0x10e);function readPatch(_0x44d2bb){const _0x1953a9=a161_0x32b476,_0x333d4d=_0x44d2bb[_0x1953a9(0x106)](_0x1953a9(0x10b)),_0x555752=_0x44d2bb['flag'](_0x1953a9(0x105)),_0x4b181b={};if(_0x333d4d!==undefined&&_0x333d4d!==null){const _0x32b0d0=String(_0x333d4d)[_0x1953a9(0x11b)]();if(!_0x32b0d0)throw CliErrors[_0x1953a9(0x109)](_0x1953a9(0x116));if(_0x32b0d0['length']>0x40)throw CliErrors[_0x1953a9(0x109)](_0x1953a9(0x117));_0x4b181b[_0x1953a9(0x107)]=_0x32b0d0;}_0x555752!==undefined&&_0x555752!==null&&(_0x4b181b[_0x1953a9(0x105)]=String(_0x555752));if(_0x4b181b['roleName']===undefined&&_0x4b181b[_0x1953a9(0x105)]===undefined)throw CliErrors[_0x1953a9(0x109)]('Nothing\x20to\x20update.',_0x1953a9(0x10d));return _0x4b181b;}export const roleUpdate={'service':a161_0x32b476(0x112),'command':a161_0x32b476(0x122),'description':a161_0x32b476(0x108),'risk':a161_0x32b476(0x11d),'flags':[ROLE_ID_FLAG,{...REMARK_FLAG},{'name':'name','type':a161_0x32b476(0x120),'required':![],'description':a161_0x32b476(0x110)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x52882f){readPatch(_0x52882f);},async 'dryRun'(_0x1a6d66){const _0x3223f7=a161_0x32b476,_0x27fd64=_0x1a6d66[_0x3223f7(0x111)]('id'),_0x4a7f41=readPatch(_0x1a6d66),_0x35f8b6=await getRoleById(_0x1a6d66[_0x3223f7(0x115)],_0x27fd64);return assertCustomRole(_0x35f8b6,_0x3223f7(0x122)),asDryRunResult({'operation':_0x3223f7(0x122),'selector':{'appCode':_0x1a6d66[_0x3223f7(0x115)],'roleId':_0x27fd64,'roleName':_0x35f8b6['roleName']},'before':projectRole(_0x35f8b6),'after':projectRole({..._0x35f8b6,..._0x4a7f41['roleName']!==undefined?{'roleName':_0x4a7f41[_0x3223f7(0x107)]}:{},..._0x4a7f41[_0x3223f7(0x105)]!==undefined?{'remark':_0x4a7f41[_0x3223f7(0x105)]}:{}}),'dryRun':!![],'backend':{'method':_0x3223f7(0x113),'path':UPDATE_PATH},'warnings':[]},{'method':_0x3223f7(0x113),'url':UPDATE_PATH});},async 'execute'(_0x5922da){const _0x57093a=a161_0x32b476,_0x44c501=_0x5922da[_0x57093a(0x111)]('id'),_0x11ccdc=readPatch(_0x5922da),_0x2c990b=await getRoleById(_0x5922da['appCode'],_0x44c501);assertCustomRole(_0x2c990b,_0x57093a(0x122)),await updateAppRole({'id':_0x44c501,'appCode':_0x5922da[_0x57093a(0x115)],..._0x11ccdc[_0x57093a(0x107)]!==undefined?{'roleName':_0x11ccdc['roleName']}:{},..._0x11ccdc[_0x57093a(0x105)]!==undefined?{'remark':_0x11ccdc[_0x57093a(0x105)]}:{}});const _0x442c7b=await getRoleById(_0x5922da[_0x57093a(0x115)],_0x44c501);return{'ok':!![],'data':{'operation':_0x57093a(0x122),'selector':{'appCode':_0x5922da[_0x57093a(0x115)],'roleId':_0x44c501,'roleName':_0x442c7b['roleName']},'before':projectRole(_0x2c990b),'after':projectRole(_0x442c7b),'dryRun':![],'backend':{'method':_0x57093a(0x113),'path':UPDATE_PATH},'warnings':[]},'message':'Updated\x20role\x20'+_0x442c7b['roleName']+_0x57093a(0x11a)+_0x44c501+')'};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a162_0x593be6=a162_0x53e4;(function(_0x25669d,_0x896fb1){const _0x358498=a162_0x53e4,_0x18c113=_0x25669d();while(!![]){try{const _0xc142a4=-parseInt(_0x358498(0x13b))/0x1*(parseInt(_0x358498(0x13e))/0x2)+parseInt(_0x358498(0x12f))/0x3*(parseInt(_0x358498(0x131))/0x4)+parseInt(_0x358498(0x12b))/0x5+parseInt(_0x358498(0x13f))/0x6*(-parseInt(_0x358498(0x134))/0x7)+-parseInt(_0x358498(0x139))/0x8+parseInt(_0x358498(0x133))/0x9*(parseInt(_0x358498(0x135))/0xa)+-parseInt(_0x358498(0x137))/0xb*(-parseInt(_0x358498(0x138))/0xc);if(_0xc142a4===_0x896fb1)break;else _0x18c113['push'](_0x18c113['shift']());}catch(_0x24e9f1){_0x18c113['push'](_0x18c113['shift']());}}}(a162_0x36e5,0xdb96c));import{updateRoleUsers}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';function a162_0x53e4(_0x34e474,_0x4b3beb){_0x34e474=_0x34e474-0x12b;const _0x36e50d=a162_0x36e5();let _0x53e4d8=_0x36e50d[_0x34e474];return _0x53e4d8;}import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';function a162_0x36e5(){const _0x4d648=['Add\x20a\x20user\x20to\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','223663JZJfia','132dYcviM','3452912cASCMc','high-risk-write','68751XhmAuo','appCode','user-add','18PoMngX','131118XGEVJD','4535810QmheoB','\x20to\x20role\x20','POST','userId','7173hEpXHu','No\x20change:\x20user\x20','412RCzTmw','selector','9ByiCGc','42XfUxgW','7038290tIOapj'];a162_0x36e5=function(){return _0x4d648;};return a162_0x36e5();}export const roleUserAdd={'service':'role','command':'user-add','description':a162_0x593be6(0x136),'risk':a162_0x593be6(0x13a),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x1bc93d){const _0x440256=a162_0x593be6,{mutation:_0xd7f3fb}=await prepareUserMutation(_0x1bc93d,'user-add',!![]);return asDryRunResult(_0xd7f3fb,{'method':_0x440256(0x12d),'url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x382f96){const _0x3b0a46=a162_0x593be6,{roleList:_0x29ba5a,mutation:_0x131cec,changed:_0x3e2067}=await prepareUserMutation(_0x382f96,_0x3b0a46(0x13d),![]);return _0x3e2067&&await updateRoleUsers(_0x382f96[_0x3b0a46(0x13c)],_0x29ba5a),{'ok':!![],'data':_0x131cec,'message':_0x3e2067?'Added\x20user\x20'+_0x131cec[_0x3b0a46(0x132)][_0x3b0a46(0x12e)]+_0x3b0a46(0x12c)+_0x131cec['selector']['roleName']:_0x3b0a46(0x130)+_0x131cec[_0x3b0a46(0x132)]['userId']+'\x20already\x20in\x20role\x20'+_0x131cec['selector']['roleName']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a163_0x342fe5=a163_0x282e;(function(_0x5aaa74,_0x125d30){const _0x523c73=a163_0x282e,_0x20de9d=_0x5aaa74();while(!![]){try{const _0x53dd4a=-parseInt(_0x523c73(0xa9))/0x1*(parseInt(_0x523c73(0xab))/0x2)+parseInt(_0x523c73(0xac))/0x3*(-parseInt(_0x523c73(0xad))/0x4)+parseInt(_0x523c73(0xa3))/0x5*(-parseInt(_0x523c73(0xae))/0x6)+parseInt(_0x523c73(0xa0))/0x7+-parseInt(_0x523c73(0x9a))/0x8*(-parseInt(_0x523c73(0x9f))/0x9)+-parseInt(_0x523c73(0x99))/0xa+-parseInt(_0x523c73(0x9e))/0xb*(-parseInt(_0x523c73(0xa7))/0xc);if(_0x53dd4a===_0x125d30)break;else _0x20de9d['push'](_0x20de9d['shift']());}catch(_0x3290b0){_0x20de9d['push'](_0x20de9d['shift']());}}}(a163_0x35de,0x6e197));function a163_0x35de(){const _0x417df6=['39171gTYQGH','Removed\x20user\x20','2FOkGxc','4161HXPRGI','1228urLOqk','186342TpGUwL','6978030CUcvRP','4544WojTdm','No\x20change:\x20user\x20','selector','user-remove','88WPVYgR','9747iXLPFJ','561764WcHokb','high-risk-write','roleName','70LiLEGA','userId','Remove\x20a\x20user\x20from\x20a\x20role\x20(internal\x20merge\x20+\x20anti-drift);\x20requires\x20--yes','appCode','2029728IjzKfN','\x20from\x20role\x20'];a163_0x35de=function(){return _0x417df6;};return a163_0x35de();}import{updateRoleUsers}from'../../core/api-client.js';function a163_0x282e(_0x21bcc2,_0x4f34b9){_0x21bcc2=_0x21bcc2-0x99;const _0x35de93=a163_0x35de();let _0x282ed2=_0x35de93[_0x21bcc2];return _0x282ed2;}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{EXPECT_USER_COUNT_FLAG,prepareUserMutation,ROLE_REF_FLAG,UPDATE_USER_LIST_PATH,USER_REF_FLAG}from'../../commands/role/shared.js';export const roleUserRemove={'service':'role','command':'user-remove','description':a163_0x342fe5(0xa5),'risk':a163_0x342fe5(0xa1),'flags':[ROLE_REF_FLAG,USER_REF_FLAG,EXPECT_USER_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'dryRun'(_0x207cda){const _0x2d9e3e=a163_0x342fe5,{mutation:_0x3190c3}=await prepareUserMutation(_0x207cda,_0x2d9e3e(0x9d),!![]);return asDryRunResult(_0x3190c3,{'method':'POST','url':UPDATE_USER_LIST_PATH});},async 'execute'(_0x5b7da0){const _0x2a6975=a163_0x342fe5,{roleList:_0x58a371,mutation:_0x1438c8,changed:_0x5f78f4}=await prepareUserMutation(_0x5b7da0,_0x2a6975(0x9d),![]);return _0x5f78f4&&await updateRoleUsers(_0x5b7da0[_0x2a6975(0xa6)],_0x58a371),{'ok':!![],'data':_0x1438c8,'message':_0x5f78f4?_0x2a6975(0xaa)+_0x1438c8['selector']['userId']+_0x2a6975(0xa8)+_0x1438c8[_0x2a6975(0x9c)][_0x2a6975(0xa2)]:_0x2a6975(0x9b)+_0x1438c8['selector'][_0x2a6975(0xa4)]+'\x20not\x20in\x20role\x20'+_0x1438c8[_0x2a6975(0x9c)][_0x2a6975(0xa2)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a164_0x5f2b(){const _0x3b8c9f=['Resolved\x20\x22','str','40QGDuKx','flagMissing','name','trim','userId','matchedBy','132865ZHdNqr','Resolve\x20a\x20nickname/username\x20to\x20a\x20userId\x20(tenant\x20member\x20directory)','\x22\x20→\x20userId\x20','12754035qQJnSR','148761dwEkqt','1847472Ckltdw','username','Pass\x20--name\x20<nickname|username>.','1092623GCAcMe','role','nickname','read','414826bIRLkI','21378BfQQig','user-resolve','335vSikmc'];a164_0x5f2b=function(){return _0x3b8c9f;};return a164_0x5f2b();}function a164_0xf5be(_0x9c250f,_0x56d86e){_0x9c250f=_0x9c250f-0xb3;const _0x5f2b46=a164_0x5f2b();let _0xf5bee6=_0x5f2b46[_0x9c250f];return _0xf5bee6;}const a164_0x10a750=a164_0xf5be;(function(_0x4f3945,_0x47c007){const _0x49111c=a164_0xf5be,_0x286d0c=_0x4f3945();while(!![]){try{const _0x142b22=parseInt(_0x49111c(0xbd))/0x1+parseInt(_0x49111c(0xc9))/0x2+parseInt(_0x49111c(0xc1))/0x3+parseInt(_0x49111c(0xc2))/0x4+parseInt(_0x49111c(0xb4))/0x5*(parseInt(_0x49111c(0xca))/0x6)+-parseInt(_0x49111c(0xc5))/0x7*(-parseInt(_0x49111c(0xb7))/0x8)+-parseInt(_0x49111c(0xc0))/0x9;if(_0x142b22===_0x47c007)break;else _0x286d0c['push'](_0x286d0c['shift']());}catch(_0x3d7eb7){_0x286d0c['push'](_0x286d0c['shift']());}}}(a164_0x5f2b,0x6ec98));import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveUserRef,USER_NAME_FLAG}from'../../commands/role/shared.js';export const roleUserResolve={'service':a164_0x10a750(0xc6),'command':a164_0x10a750(0xb3),'description':a164_0x10a750(0xbe),'risk':a164_0x10a750(0xc8),'flags':[USER_NAME_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x36265a){const _0x58432c=a164_0x10a750;if(!_0x36265a['str'](_0x58432c(0xb9))[_0x58432c(0xba)]())throw CliErrors[_0x58432c(0xb8)](_0x58432c(0xb9),_0x58432c(0xc4));},async 'execute'(_0x46472a){const _0x28e99a=a164_0x10a750,_0x1739f6=_0x46472a[_0x28e99a(0xb6)](_0x28e99a(0xb9))[_0x28e99a(0xba)](),_0x59283a=await resolveUserRef(_0x1739f6);return{'ok':!![],'data':{'user':{'userId':_0x59283a[_0x28e99a(0xbb)],'username':_0x59283a[_0x28e99a(0xc3)],'nickname':_0x59283a[_0x28e99a(0xc7)],'matchedBy':_0x59283a[_0x28e99a(0xbc)]}},'message':_0x28e99a(0xb5)+_0x1739f6+_0x28e99a(0xbf)+_0x59283a['userId']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a165_0xb37270=a165_0x50bf;function a165_0x10f9(){const _0x3072db=['yarn.lock','(none)','bun.lock','\x20run\x20preview\x20--watch','vite\x20preview\x20exited\x20with\x20code\x20','utf-8','\x20run\x20<script>\x0a','vite\x20build\x20--watch\x20exited\x20with\x20code\x20','all','\x20\x20\x20\x20','2027586RQwbxb','slice','run','34vuefol','5553190SvcPBA','451427NgSKWo','bun.lockb','Enable\x20watch\x20mode\x20for\x20preview','inherit','join','Script\x20name\x20defined\x20in\x20package.json','\x20\x20EXAMPLES','8RDZJdZ','\x0a\x20\x20Usage:\x20','npm','\x20run\x20build','belowMinimum','3692017OcLzKZ','has','needsUpgrade','push','\x20run\x20preview','script','\x20exited\x20with\x20code\x20','package.json','preview','1611QTEior','keys','error','validation','vite','--watch','bun','args','watch','No\x20scripts\x20defined\x20in\x20package.json.','20ajWuPI','.bin','No\x20package.json\x20found\x20in\x20current\x20directory.','length','boolean','\x0a\x20\x20Available\x20scripts:\x0a','node_modules','log','parse','bool','3747933DukEpA','close','\x20run\x20','pnpm-lock.yaml','start','713990rcsGWa','yarn','\x20run\x20start'];a165_0x10f9=function(){return _0x3072db;};return a165_0x10f9();}(function(_0x48d718,_0x4d1e90){const _0x214770=a165_0x50bf,_0x548376=_0x48d718();while(!![]){try{const _0x490858=parseInt(_0x214770(0x11a))/0x1+parseInt(_0x214770(0x118))/0x2*(-parseInt(_0x214770(0xef))/0x3)+parseInt(_0x214770(0xf9))/0x4*(parseInt(_0x214770(0x108))/0x5)+-parseInt(_0x214770(0x115))/0x6+-parseInt(_0x214770(0xe6))/0x7*(parseInt(_0x214770(0x121))/0x8)+-parseInt(_0x214770(0x103))/0x9+parseInt(_0x214770(0x119))/0xa;if(_0x490858===_0x4d1e90)break;else _0x548376['push'](_0x548376['shift']());}catch(_0x2d093e){_0x548376['push'](_0x548376['shift']());}}}(a165_0x10f9,0x68ef0));import{readFileSync,existsSync}from'node:fs';import{CLI_BIN_NAME}from'../../constant/cli.js';import{resolve,delimiter,join}from'node:path';import{spawn}from'node:child_process';import{CliErrors}from'../../errors.js';import{checkSdkVersion,printSdkUpgradeWarning}from'../../utils/check-sdk-version.js';import{assertCliVersionSupported,checkCliVersion,printCliUpgradeWarning}from'../../utils/cli-version-check.js';const VERSION_CHECK_SCRIPTS=new Set([a165_0xb37270(0x107),'dev']);function readPackageScripts(_0x4361a3){const _0xe88691=a165_0xb37270,_0x118e5b=resolve(_0x4361a3,_0xe88691(0xed));if(!existsSync(_0x118e5b))return null;try{const _0x27964a=JSON[_0xe88691(0x101)](readFileSync(_0x118e5b,_0xe88691(0x110)));return _0x27964a['scripts']??{};}catch{return null;}}function detectPackageManager(_0x244d76){const _0x21a622=a165_0xb37270;if(existsSync(resolve(_0x244d76,_0x21a622(0x11b)))||existsSync(resolve(_0x244d76,_0x21a622(0x10d))))return _0x21a622(0xf5);if(existsSync(resolve(_0x244d76,_0x21a622(0x106))))return'pnpm';if(existsSync(resolve(_0x244d76,_0x21a622(0x10b))))return _0x21a622(0x109);return _0x21a622(0x123);}async function versionCheck(_0x16dead){const _0x2f553f=a165_0xb37270,_0x377f4d=await checkCliVersion();(_0x377f4d[_0x2f553f(0xe8)]||_0x377f4d[_0x2f553f(0xe5)])&&(printCliUpgradeWarning(_0x377f4d),assertCliVersionSupported(_0x377f4d));const _0x348837=await checkSdkVersion(_0x16dead);if(_0x348837['needsUpgrade'])printSdkUpgradeWarning(_0x348837);}function spawnScript(_0x4ad33a,_0x5b36fc,_0x1e6f52,_0x3853e5){return new Promise((_0x281a5a,_0x5cfaf4)=>{const _0x88ff02=a165_0x50bf,_0xa69442=[_0x88ff02(0x117),_0x5b36fc,..._0x1e6f52],_0x4d77e4=spawn(_0x4ad33a,_0xa69442,{'cwd':_0x3853e5,'stdio':_0x88ff02(0x11d),'shell':!![],'env':{...process.env,'PATH':''+join(_0x3853e5,_0x88ff02(0xff),_0x88ff02(0xfa))+delimiter+process.env.PATH}});_0x4d77e4['on'](_0x88ff02(0x104),_0x5b6133=>{const _0x2dc370=_0x88ff02;if(_0x5b6133===0x0||_0x5b6133===null)_0x281a5a();else _0x5cfaf4(new Error(_0x4ad33a+_0x2dc370(0x105)+_0x5b36fc+_0x2dc370(0xec)+_0x5b6133));}),_0x4d77e4['on'](_0x88ff02(0xf1),_0x5cfaf4);});}function spawnViteBuildWatch(_0x495493){return new Promise((_0x372a21,_0x40bd86)=>{const _0x53deda=a165_0x50bf,_0x262bef=spawn(_0x53deda(0xf3),['build',_0x53deda(0xf4)],{'cwd':_0x495493,'stdio':_0x53deda(0x11d),'shell':!![],'env':{...process.env,'PATH':''+join(_0x495493,_0x53deda(0xff),_0x53deda(0xfa))+delimiter+process.env.PATH}});_0x262bef['on'](_0x53deda(0x104),_0x5e698b=>{const _0x524d12=_0x53deda;if(_0x5e698b===0x0||_0x5e698b===null)_0x372a21();else _0x40bd86(new Error(_0x524d12(0x112)+_0x5e698b));}),_0x262bef['on'](_0x53deda(0xf1),_0x40bd86);});}function spawnVitePreview(_0x19e187){return new Promise((_0x4e0f3f,_0x59c2f5)=>{const _0x1e5808=a165_0x50bf,_0x36cfd6=spawn('vite',[_0x1e5808(0xee)],{'cwd':_0x19e187,'stdio':_0x1e5808(0x11d),'shell':!![],'env':{...process.env,'PATH':''+join(_0x19e187,_0x1e5808(0xff),_0x1e5808(0xfa))+delimiter+process.env.PATH}});_0x36cfd6['on'](_0x1e5808(0x104),_0x180102=>{const _0x40c5cf=_0x1e5808;if(_0x180102===0x0||_0x180102===null)_0x4e0f3f();else _0x59c2f5(new Error(_0x40c5cf(0x10f)+_0x180102));}),_0x36cfd6['on']('error',_0x59c2f5);});}function a165_0x50bf(_0x38fa6d,_0x1a064e){_0x38fa6d=_0x38fa6d-0xe4;const _0x10f944=a165_0x10f9();let _0x50bf02=_0x10f944[_0x38fa6d];return _0x50bf02;}const runFlags=[{'name':a165_0xb37270(0xf7),'type':a165_0xb37270(0xfd),'description':a165_0xb37270(0x11c),'default':![]}];export const runDefinition={'service':'run','command':a165_0xb37270(0x117),'description':'Run\x20a\x20package.json\x20script','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a165_0xb37270(0xeb),'description':a165_0xb37270(0x11f),'required':![]}],'flags':runFlags,'helpExtra':()=>{const _0xdc5a61=a165_0xb37270,_0x3ae12e=[];return _0x3ae12e['push'](_0xdc5a61(0x120)),_0x3ae12e[_0xdc5a61(0xe9)](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0x10a)),_0x3ae12e['push'](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0xe4)),_0x3ae12e[_0xdc5a61(0xe9)](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0xea)),_0x3ae12e[_0xdc5a61(0xe9)](_0xdc5a61(0x114)+CLI_BIN_NAME+_0xdc5a61(0x10e)),_0x3ae12e['join']('\x0a');},async 'execute'(_0x1f16b4){const _0x1f78bb=a165_0xb37270,_0x57875f=process['cwd'](),_0xbe9a17=_0x1f16b4[_0x1f78bb(0xf6)][0x0],_0xca47aa=_0x1f16b4[_0x1f78bb(0xf6)][_0x1f78bb(0x116)](0x1),_0x224c78=readPackageScripts(_0x57875f);if(!_0x224c78)throw CliErrors[_0x1f78bb(0xf2)](_0x1f78bb(0xfb));if(!_0xbe9a17){const _0x27a60f=Object[_0x1f78bb(0xf0)](_0x224c78);if(_0x27a60f[_0x1f78bb(0xfc)]===0x0)console[_0x1f78bb(0x100)](_0x1f78bb(0xf8));else{console[_0x1f78bb(0x100)](_0x1f78bb(0xfe));for(const _0x5daea6 of _0x27a60f){console[_0x1f78bb(0x100)](_0x1f78bb(0x114)+_0x5daea6);}console[_0x1f78bb(0x100)](_0x1f78bb(0x122)+CLI_BIN_NAME+_0x1f78bb(0x111));}return{'ok':!![]};}if(!_0x224c78[_0xbe9a17])throw CliErrors[_0x1f78bb(0xf2)]('Script\x20\x22'+_0xbe9a17+'\x22\x20not\x20found\x20in\x20package.json.','Available:\x20'+(Object['keys'](_0x224c78)[_0x1f78bb(0x11e)](',\x20')||_0x1f78bb(0x10c)));const _0x7c29cd=detectPackageManager(_0x57875f);VERSION_CHECK_SCRIPTS[_0x1f78bb(0xe7)](_0xbe9a17)&&await versionCheck(_0x57875f);if(_0xbe9a17===_0x1f78bb(0xee)&&_0x1f16b4[_0x1f78bb(0x102)](_0x1f78bb(0xf7)))return await Promise[_0x1f78bb(0x113)]([spawnViteBuildWatch(_0x57875f),spawnVitePreview(_0x57875f)]),{'ok':!![]};return await spawnScript(_0x7c29cd,_0xbe9a17,_0xca47aa,_0x57875f),{'ok':!![]};}};
|
package/lib/commands/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a166_0x1991b9=a166_0x3465;function a166_0x3465(_0x219f1b,_0x36ba36){_0x219f1b=_0x219f1b-0x1cc;const _0x2f0660=a166_0x2f06();let _0x34650a=_0x2f0660[_0x219f1b];return _0x34650a;}(function(_0x222989,_0x3cfe10){const _0x26fd2e=a166_0x3465,_0x5073c7=_0x222989();while(!![]){try{const _0xdab1a=parseInt(_0x26fd2e(0x1cf))/0x1*(parseInt(_0x26fd2e(0x1d1))/0x2)+-parseInt(_0x26fd2e(0x1cc))/0x3*(parseInt(_0x26fd2e(0x1d2))/0x4)+-parseInt(_0x26fd2e(0x1d5))/0x5+-parseInt(_0x26fd2e(0x1cd))/0x6+-parseInt(_0x26fd2e(0x1ce))/0x7+parseInt(_0x26fd2e(0x1d8))/0x8+parseInt(_0x26fd2e(0x1d0))/0x9;if(_0xdab1a===_0x3cfe10)break;else _0x5073c7['push'](_0x5073c7['shift']());}catch(_0x3b36e0){_0x5073c7['push'](_0x5073c7['shift']());}}}(a166_0x2f06,0x9365d));import{buildSchemaPayload}from'../framework/schema-export.js';async function execute(_0x1c9f1f){const _0x5f3025=await buildSchemaPayload();return{'ok':!![],'data':_0x5f3025};}function a166_0x2f06(){const _0x5ad038=['3311385WKkTRD','Export\x20machine-readable\x20command\x20schema\x20(JSON)','schema','7245824fTVTUN','read','173487AgQhIa','4172898jJEchj','3963855IgEIdW','1OzcIGe','20053494GYjqFj','638272QagVGw','64OibuZA','json','export'];a166_0x2f06=function(){return _0x5ad038;};return a166_0x2f06();}export const schemaDefinition={'service':a166_0x1991b9(0x1d7),'command':a166_0x1991b9(0x1d4),'description':a166_0x1991b9(0x1d6),'risk':a166_0x1991b9(0x1d9),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'defaultOutputFormat':a166_0x1991b9(0x1d3),'flags':[],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a167_0x451451=a167_0x4eb9;(function(_0x5ba56a,_0x4db8c8){const _0x2f10e9=a167_0x4eb9,_0x4d7336=_0x5ba56a();while(!![]){try{const _0x4d3157=-parseInt(_0x2f10e9(0x188))/0x1*(parseInt(_0x2f10e9(0x17e))/0x2)+-parseInt(_0x2f10e9(0x1b5))/0x3*(-parseInt(_0x2f10e9(0x1a8))/0x4)+parseInt(_0x2f10e9(0x194))/0x5*(-parseInt(_0x2f10e9(0x1ae))/0x6)+-parseInt(_0x2f10e9(0x186))/0x7*(parseInt(_0x2f10e9(0x197))/0x8)+parseInt(_0x2f10e9(0x172))/0x9+-parseInt(_0x2f10e9(0x183))/0xa+parseInt(_0x2f10e9(0x180))/0xb;if(_0x4d3157===_0x4db8c8)break;else _0x4d7336['push'](_0x4d7336['shift']());}catch(_0x1993ab){_0x4d7336['push'](_0x4d7336['shift']());}}}(a167_0xe7c3,0xe33c3));import{writeFile}from'node:fs/promises';import{input,select}from'@inquirer/prompts';import{createSqlQuery}from'../../core/api-client.js';import{getDbName,listDatabases}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{buildSqlRelativePath}from'../../core/sql-sync/utils.js';function a167_0x4eb9(_0x517354,_0x21ecdb){_0x517354=_0x517354-0x16f;const _0xe7c3f5=a167_0xe7c3();let _0x4eb952=_0xe7c3f5[_0x517354];return _0x4eb952;}import{CliErrors}from'../../errors.js';import{buildLocalSqlFileContent,buildSqlLockEntry,ensureRemoteSqlContent}from'./shared.js';function generateSqlTemplate(_0x18fbe7){const _0x5ade7f=a167_0x4eb9;if(_0x18fbe7===_0x5ade7f(0x17a))return[_0x5ade7f(0x1a5),_0x5ade7f(0x177),_0x5ade7f(0x19b),''][_0x5ade7f(0x16f)]('\x0a');return[_0x5ade7f(0x174),''][_0x5ade7f(0x16f)]('\x0a');}export const sqlCreate={'service':a167_0x451451(0x1ad),'command':a167_0x451451(0x1a7),'description':'Create\x20a\x20new\x20custom\x20SQL\x20and\x20scaffold\x20it\x20locally','risk':a167_0x451451(0x171),'flags':[{'name':a167_0x451451(0x1a9),'type':a167_0x451451(0x1ab),'description':a167_0x451451(0x195)},{'name':a167_0x451451(0x189),'type':a167_0x451451(0x184),'description':a167_0x451451(0x17c)},{'name':a167_0x451451(0x198),'type':a167_0x451451(0x1ab),'enum':[a167_0x451451(0x1ad),'mybatisXml'],'description':a167_0x451451(0x185)}],async 'validate'(_0x3fb753){const _0x23cb28=a167_0x451451;if(!_0x3fb753[_0x23cb28(0x1ac)])return;if(!_0x3fb753[_0x23cb28(0x1b4)](_0x23cb28(0x1a9))[_0x23cb28(0x193)]())throw CliErrors[_0x23cb28(0x1b0)](_0x23cb28(0x1a9),_0x23cb28(0x192));const _0x4b7dbe=resolveProvidedDbId(_0x3fb753);if(typeof _0x4b7dbe!==_0x23cb28(0x184)||!Number[_0x23cb28(0x18a)](_0x4b7dbe)||_0x4b7dbe<=0x0)throw CliErrors[_0x23cb28(0x1b0)](_0x23cb28(0x189),_0x23cb28(0x19a));if(!_0x3fb753['str'](_0x23cb28(0x198))['trim']())throw CliErrors[_0x23cb28(0x1b0)]('mode',_0x23cb28(0x17d));},async 'dryRun'(_0x435a64){const _0x57b28a=a167_0x451451,_0x58aeec=loadSqlProjectConfig(_0x435a64['appCode']),{sqlName:_0x5419f9,dbId:_0x201dad,dbName:_0x42ec11,mode:_0x1b8c89}=await resolveSqlNewInputs(_0x435a64),_0x2f8d37=buildSqlRelativePath('<server-generated-sqlCode>',_0x5419f9,_0x42ec11,_0x1b8c89,_0x201dad),_0x41771c=_0x58aeec['sqlRootDir']+'/'+_0x2f8d37;return{'method':_0x57b28a(0x19e),'url':_0x57b28a(0x18e),'body':{'appCode':_0x435a64[_0x57b28a(0x1b3)],'sqlName':_0x5419f9,'dbId':_0x201dad,'mode':_0x1b8c89,'localPath':_0x41771c},'description':_0x57b28a(0x17f)+_0x58aeec[_0x57b28a(0x176)]};},async 'execute'(_0x35cc70){const _0x4ac7be=a167_0x451451,_0x3a09b6=loadSqlProjectConfig(_0x35cc70['appCode']),{sqlName:_0x316d83,dbId:_0x289136,dbName:_0x3ce37c,mode:_0x56a743}=await resolveSqlNewInputs(_0x35cc70),_0x81d4a5=generateSqlTemplate(_0x56a743),_0x1e347f=await createSqlQuery({'appCode':_0x35cc70[_0x4ac7be(0x1b3)],'sqlName':_0x316d83,'dbId':_0x289136,'sqlContent':_0x81d4a5}),_0x18acc2=ensureRemoteSqlContent(_0x1e347f),_0x4f3d90=_0x3ce37c||await getDbName(_0x35cc70['appCode'],_0x289136)[_0x4ac7be(0x199)](()=>undefined),_0x22bf37=buildSqlRelativePath(_0x1e347f[_0x4ac7be(0x18b)],_0x1e347f[_0x4ac7be(0x1a3)],_0x4f3d90,_0x56a743,_0x289136),_0x4c207d=_0x3a09b6[_0x4ac7be(0x176)]+'/'+_0x22bf37,_0x360770=buildLocalSqlFileContent({'sqlCode':_0x1e347f[_0x4ac7be(0x18b)],'sqlName':_0x1e347f['sqlName'],'dbId':_0x1e347f[_0x4ac7be(0x1aa)]},_0x18acc2,{'dbName':_0x4f3d90,'mode':_0x56a743,'syncedAt':new Date()[_0x4ac7be(0x18c)](),'description':_0x1e347f['description']});if(await fileExists(_0x4c207d))throw CliErrors[_0x4ac7be(0x181)](_0x4ac7be(0x1af)+_0x4c207d);await ensureParentDirectory(_0x4c207d),await writeFile(_0x4c207d,_0x360770,_0x4ac7be(0x170));const _0xf695c0=await readSqlLockFile(_0x3a09b6['lockFilePath']),{lockData:_0x390c08,appLock:_0x4d3b90}=ensureSqlLockScope(_0xf695c0??createEmptySqlLock(),_0x3a09b6[_0x4ac7be(0x1b3)],_0x3a09b6[_0x4ac7be(0x178)],_0x4ac7be(0x17b));return _0x4d3b90[_0x4ac7be(0x18f)][_0x1e347f[_0x4ac7be(0x18b)]]={...buildSqlLockEntry(_0x1e347f,_0x18acc2,computeSqlContentHash(_0x360770),{'dbName':_0x4f3d90}),'path':_0x22bf37,'mode':_0x56a743},_0x4d3b90[_0x4ac7be(0x175)]=new Date()[_0x4ac7be(0x18c)](),await writeSqlLockFile(_0x3a09b6[_0x4ac7be(0x1b1)],_0x390c08),{'ok':!![],'data':{'id':_0x1e347f['id'],'sqlCode':_0x1e347f[_0x4ac7be(0x18b)],'sqlName':_0x1e347f[_0x4ac7be(0x1a3)],'dbId':_0x1e347f[_0x4ac7be(0x1aa)],'path':_0x4c207d,'mode':_0x56a743},'message':_0x4ac7be(0x1a1)+_0x1e347f[_0x4ac7be(0x18b)]};}};async function resolveSqlNewInputs(_0x17c971){const _0xea5a94=await resolveSqlNameInput(_0x17c971),{dbId:_0x51c3d8,dbName:_0x583371}=await resolveDbSelection(_0x17c971),_0xeac7da=await resolveSqlModeInput(_0x17c971);return{'sqlName':_0xea5a94,'dbId':_0x51c3d8,'dbName':_0x583371,'mode':_0xeac7da};}function a167_0xe7c3(){const _0xa9fe7d=['31270778kEuMlf','validation','length','10878470XwWxqB','number','Local\x20SQL\x20file\x20mode','57883ChuNci','stringify','4932cZzyas','db-id','isFinite','sqlCode','toISOString','flag','/smartapi/custom/saveUserCustomSql','sqls','isInteger','请输入目标数据库\x20dbId:','--name\x20is\x20required\x20in\x20non-interactive\x20mode.','trim','5HevQVP','SQL\x20query\x20display\x20name','map','328xhbBtR','mode','catch','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.','</select>','dbId\x20不能为空','请输入\x20SQL\x20名称:','POST','__manual__','Invalid\x20database\x20selection\x20payload:\x20','Created\x20SQL\x20query\x20','普通\x20SQL(sql)','sqlName','parse','<select\x20id=\x22query\x22\x20resultType=\x22map\x22>','请选择本地\x20SQL\x20模式:','create','8yCXMoV','name','dbId','string','nonInteractive','sql','9559050KxQFBd','File\x20already\x20exists:\x20','flagMissing','lockFilePath','请选择目标数据库:','appCode','str','887244fhotmQ','join','utf8','high-risk-write','14902236HfVGhs','MyBatis\x20XML(mybatisXml)','SELECT\x201\x20AS\x20id;','lastSync','sqlRootDir','\x20\x20SELECT\x201\x20AS\x20id','sqlRoot','dbName','mybatisXml','new','Target\x20database\x20ID','--mode\x20is\x20required\x20in\x20non-interactive\x20mode.','462uzLSXh','Would\x20create\x20a\x20new\x20SQL\x20query\x20and\x20scaffold\x20it\x20under\x20'];a167_0xe7c3=function(){return _0xa9fe7d;};return a167_0xe7c3();}async function resolveSqlNameInput(_0x377d6a){const _0x52f3fd=a167_0x451451,_0x4edbf3=_0x377d6a[_0x52f3fd(0x1b4)](_0x52f3fd(0x1a9))['trim']();if(_0x4edbf3)return _0x4edbf3;if(_0x377d6a[_0x52f3fd(0x1ac)])throw CliErrors[_0x52f3fd(0x1b0)](_0x52f3fd(0x1a9),_0x52f3fd(0x192));return(await input({'message':_0x52f3fd(0x19d),'validate':_0x4144e3=>_0x4144e3[_0x52f3fd(0x193)]()?!![]:'SQL\x20名称不能为空'}))['trim']();}async function resolveDbSelection(_0x130e7f){const _0x251fb0=a167_0x451451,_0x48e4fe=resolveProvidedDbId(_0x130e7f);if(typeof _0x48e4fe===_0x251fb0(0x184)&&Number[_0x251fb0(0x18a)](_0x48e4fe)&&_0x48e4fe>0x0)return{'dbId':_0x48e4fe,'dbName':await getDbName(_0x130e7f[_0x251fb0(0x1b3)],_0x48e4fe)['catch'](()=>undefined)};if(_0x130e7f[_0x251fb0(0x1ac)])throw CliErrors[_0x251fb0(0x1b0)](_0x251fb0(0x189),_0x251fb0(0x19a));const _0x32120e=await listDatabases(_0x130e7f[_0x251fb0(0x1b3)])[_0x251fb0(0x199)](()=>[]);if(_0x32120e[_0x251fb0(0x182)]===0x1)return{'dbId':_0x32120e[0x0][_0x251fb0(0x1aa)],'dbName':_0x32120e[0x0]['dbName']};if(_0x32120e['length']>0x1){const _0x4d6217=await select({'message':_0x251fb0(0x1b2),'choices':[..._0x32120e[_0x251fb0(0x196)](_0x4d9f1e=>({'name':_0x4d9f1e['dbName']+'\x20('+_0x4d9f1e[_0x251fb0(0x1aa)]+')','value':serializeDbSelection(_0x4d9f1e)})),{'name':'✎\x20手动输入\x20dbId','value':_0x251fb0(0x19f)}]});if(_0x4d6217!=='__manual__')return deserializeDbSelection(_0x4d6217);}const _0x3e3067=await input({'message':_0x251fb0(0x191),'validate':_0x3e8a97=>{const _0x2c6f7f=_0x251fb0,_0x9547cb=_0x3e8a97['trim']();if(!_0x9547cb)return _0x2c6f7f(0x19c);const _0x22a12a=Number(_0x9547cb);if(!Number[_0x2c6f7f(0x190)](_0x22a12a)||_0x22a12a<=0x0)return'dbId\x20必须为正整数';return!![];}});return{'dbId':Number(_0x3e3067[_0x251fb0(0x193)]())};}async function resolveSqlModeInput(_0x1742d9){const _0x44fd0f=a167_0x451451,_0xa42fa1=_0x1742d9[_0x44fd0f(0x1b4)](_0x44fd0f(0x198))[_0x44fd0f(0x193)]();if(_0xa42fa1===_0x44fd0f(0x1ad)||_0xa42fa1==='mybatisXml')return _0xa42fa1;if(_0x1742d9[_0x44fd0f(0x1ac)])throw CliErrors[_0x44fd0f(0x1b0)]('mode',_0x44fd0f(0x17d));return await select({'message':_0x44fd0f(0x1a6),'choices':[{'name':_0x44fd0f(0x1a2),'value':_0x44fd0f(0x1ad),'description':'适合直接执行的普通\x20SELECT\x20/\x20INSERT\x20/\x20UPDATE\x20/\x20DELETE\x20语句'},{'name':_0x44fd0f(0x173),'value':'mybatisXml','description':'适合带动态标签的\x20MyBatis\x20XML\x20SQL'}]});}function serializeDbSelection(_0x2c6f34){const _0x354d39=a167_0x451451;return JSON[_0x354d39(0x187)]({'dbId':_0x2c6f34[_0x354d39(0x1aa)],'dbName':_0x2c6f34['dbName']});}function deserializeDbSelection(_0x285007){const _0x433963=a167_0x451451;try{const _0x36be6a=JSON[_0x433963(0x1a4)](_0x285007);if(typeof _0x36be6a[_0x433963(0x1aa)]===_0x433963(0x184)&&Number[_0x433963(0x18a)](_0x36be6a[_0x433963(0x1aa)]))return{'dbId':_0x36be6a[_0x433963(0x1aa)],'dbName':_0x36be6a[_0x433963(0x179)]};}catch{}throw CliErrors[_0x433963(0x181)](_0x433963(0x1a0)+_0x285007);}function resolveProvidedDbId(_0x130eea){const _0x3335a7=a167_0x451451,_0x199361=_0x130eea[_0x3335a7(0x18d)](_0x3335a7(0x189));if(typeof _0x199361===_0x3335a7(0x184)&&Number[_0x3335a7(0x18a)](_0x199361))return _0x199361;return undefined;}
|
|
1
|
+
const a167_0x86492d=a167_0x3f38;function a167_0x5c74(){const _0x31690f=['db-id','Create\x20a\x20new\x20custom\x20SQL\x20and\x20scaffold\x20it\x20locally','str','high-risk-write','parse','请选择目标数据库:','/smartapi/custom/saveUserCustomSql','string','Local\x20SQL\x20file\x20mode','--mode\x20is\x20required\x20in\x20non-interactive\x20mode.','--name\x20is\x20required\x20in\x20non-interactive\x20mode.','Would\x20create\x20a\x20new\x20SQL\x20query\x20and\x20scaffold\x20it\x20under\x20','SQL\x20名称不能为空','mybatisXml','mode','2782935Fphksy','11598XGTlQh','nonInteractive','flag','name','stringify','isInteger','validation','trim','请输入目标数据库\x20dbId:','lastSync','join','File\x20already\x20exists:\x20','dbName','413200bJIdzr','sql','number','SELECT\x201\x20AS\x20id;','sqls','MyBatis\x20XML(mybatisXml)','description','flagMissing','486302snUjCP','70ZEhfnY','dbId','13676faWneq','<server-generated-sqlCode>','268NHKkML','isFinite','Target\x20database\x20ID','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.','请选择本地\x20SQL\x20模式:','2112hRQlOJ','Created\x20SQL\x20query\x20','普通\x20SQL(sql)','14330JAfsbZ','length','6054294ZcDpRD','SQL\x20query\x20display\x20name','__manual__','sqlCode','1195RpdQOM','sqlRoot','appCode','toISOString','sqlName','catch','lockFilePath','sqlRootDir'];a167_0x5c74=function(){return _0x31690f;};return a167_0x5c74();}(function(_0x501bac,_0x894aff){const _0x56ec81=a167_0x3f38,_0x14faea=_0x501bac();while(!![]){try{const _0x134d67=parseInt(_0x56ec81(0xd9))/0x1+parseInt(_0x56ec81(0xde))/0x2*(parseInt(_0x56ec81(0xc4))/0x3)+-parseInt(_0x56ec81(0xdc))/0x4*(parseInt(_0x56ec81(0xec))/0x5)+parseInt(_0x56ec81(0xe8))/0x6+-parseInt(_0x56ec81(0xda))/0x7*(parseInt(_0x56ec81(0xd1))/0x8)+-parseInt(_0x56ec81(0xc3))/0x9+parseInt(_0x56ec81(0xe6))/0xa*(parseInt(_0x56ec81(0xe3))/0xb);if(_0x134d67===_0x894aff)break;else _0x14faea['push'](_0x14faea['shift']());}catch(_0x3f4ce7){_0x14faea['push'](_0x14faea['shift']());}}}(a167_0x5c74,0x9da2b));import{writeFile}from'node:fs/promises';import{input,select}from'@inquirer/prompts';import{createSqlQuery}from'../../core/api-client.js';import{getDbName,listDatabases}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{buildSqlRelativePath}from'../../core/sql-sync/utils.js';import{CliErrors}from'../../errors.js';import{buildLocalSqlFileContent,buildSqlLockEntry,ensureRemoteSqlContent}from'./shared.js';function a167_0x3f38(_0xde62fd,_0x4ef1bb){_0xde62fd=_0xde62fd-0xae;const _0x5c743b=a167_0x5c74();let _0x3f383=_0x5c743b[_0xde62fd];return _0x3f383;}function generateSqlTemplate(_0x4a96ab){const _0x39882c=a167_0x3f38;if(_0x4a96ab==='mybatisXml')return['<select\x20id=\x22query\x22\x20resultType=\x22map\x22>','\x20\x20SELECT\x201\x20AS\x20id','</select>',''][_0x39882c(0xce)]('\x0a');return[_0x39882c(0xd4),''][_0x39882c(0xce)]('\x0a');}export const sqlCreate={'service':a167_0x86492d(0xd2),'command':'create','description':a167_0x86492d(0xb5),'risk':a167_0x86492d(0xb7),'flags':[{'name':'name','type':a167_0x86492d(0xbb),'description':a167_0x86492d(0xe9)},{'name':'db-id','type':'number','description':a167_0x86492d(0xe0)},{'name':a167_0x86492d(0xc2),'type':a167_0x86492d(0xbb),'enum':[a167_0x86492d(0xd2),a167_0x86492d(0xc1)],'description':a167_0x86492d(0xbc)}],async 'validate'(_0x30ce29){const _0x4e624f=a167_0x86492d;if(!_0x30ce29[_0x4e624f(0xc5)])return;if(!_0x30ce29[_0x4e624f(0xb6)](_0x4e624f(0xc7))[_0x4e624f(0xcb)]())throw CliErrors[_0x4e624f(0xd8)](_0x4e624f(0xc7),_0x4e624f(0xbe));const _0x5bddd0=resolveProvidedDbId(_0x30ce29);if(typeof _0x5bddd0!=='number'||!Number['isFinite'](_0x5bddd0)||_0x5bddd0<=0x0)throw CliErrors[_0x4e624f(0xd8)](_0x4e624f(0xb4),_0x4e624f(0xe1));if(!_0x30ce29['str'](_0x4e624f(0xc2))[_0x4e624f(0xcb)]())throw CliErrors['flagMissing'](_0x4e624f(0xc2),'--mode\x20is\x20required\x20in\x20non-interactive\x20mode.');},async 'dryRun'(_0x3147cf){const _0x1ca2ae=a167_0x86492d,_0xe4441=loadSqlProjectConfig(_0x3147cf[_0x1ca2ae(0xae)]),{sqlName:_0x246627,dbId:_0x3e1332,dbName:_0x2bb0e7,mode:_0x39d2c1}=await resolveSqlNewInputs(_0x3147cf),_0x18e1d8=buildSqlRelativePath(_0x1ca2ae(0xdd),_0x246627,_0x2bb0e7,_0x39d2c1,_0x3e1332),_0x913509=_0xe4441[_0x1ca2ae(0xb3)]+'/'+_0x18e1d8;return{'method':'POST','url':_0x1ca2ae(0xba),'body':{'appCode':_0x3147cf[_0x1ca2ae(0xae)],'sqlName':_0x246627,'dbId':_0x3e1332,'mode':_0x39d2c1,'localPath':_0x913509},'description':_0x1ca2ae(0xbf)+_0xe4441['sqlRootDir']};},async 'execute'(_0x12a0e6){const _0x23f627=a167_0x86492d,_0x6b57df=loadSqlProjectConfig(_0x12a0e6[_0x23f627(0xae)]),{sqlName:_0x328736,dbId:_0x33bba8,dbName:_0x265944,mode:_0x513e4d}=await resolveSqlNewInputs(_0x12a0e6),_0x28d32c=generateSqlTemplate(_0x513e4d),_0x9cb1b7=await createSqlQuery({'appCode':_0x12a0e6[_0x23f627(0xae)],'sqlName':_0x328736,'dbId':_0x33bba8,'sqlContent':_0x28d32c}),_0x4a7290=ensureRemoteSqlContent(_0x9cb1b7),_0x2d26b1=_0x265944||await getDbName(_0x12a0e6[_0x23f627(0xae)],_0x33bba8)[_0x23f627(0xb1)](()=>undefined),_0x1db040=buildSqlRelativePath(_0x9cb1b7[_0x23f627(0xeb)],_0x9cb1b7[_0x23f627(0xb0)],_0x2d26b1,_0x513e4d,_0x33bba8),_0x17f28c=_0x6b57df[_0x23f627(0xb3)]+'/'+_0x1db040,_0x415553=buildLocalSqlFileContent({'sqlCode':_0x9cb1b7[_0x23f627(0xeb)],'sqlName':_0x9cb1b7[_0x23f627(0xb0)],'dbId':_0x9cb1b7['dbId']},_0x4a7290,{'dbName':_0x2d26b1,'mode':_0x513e4d,'syncedAt':new Date()[_0x23f627(0xaf)](),'description':_0x9cb1b7[_0x23f627(0xd7)]});if(await fileExists(_0x17f28c))throw CliErrors[_0x23f627(0xca)](_0x23f627(0xcf)+_0x17f28c);await ensureParentDirectory(_0x17f28c),await writeFile(_0x17f28c,_0x415553,'utf8');const _0x17af42=await readSqlLockFile(_0x6b57df[_0x23f627(0xb2)]),{lockData:_0x1bb759,appLock:_0x398741}=ensureSqlLockScope(_0x17af42??createEmptySqlLock(),_0x6b57df[_0x23f627(0xae)],_0x6b57df[_0x23f627(0xed)],'new');return _0x398741[_0x23f627(0xd5)][_0x9cb1b7[_0x23f627(0xeb)]]={...buildSqlLockEntry(_0x9cb1b7,_0x4a7290,computeSqlContentHash(_0x415553),{'dbName':_0x2d26b1}),'path':_0x1db040,'mode':_0x513e4d},_0x398741[_0x23f627(0xcd)]=new Date()[_0x23f627(0xaf)](),await writeSqlLockFile(_0x6b57df[_0x23f627(0xb2)],_0x1bb759),{'ok':!![],'data':{'id':_0x9cb1b7['id'],'sqlCode':_0x9cb1b7[_0x23f627(0xeb)],'sqlName':_0x9cb1b7[_0x23f627(0xb0)],'dbId':_0x9cb1b7[_0x23f627(0xdb)],'path':_0x17f28c,'mode':_0x513e4d},'message':_0x23f627(0xe4)+_0x9cb1b7['sqlCode']};}};async function resolveSqlNewInputs(_0x21b861){const _0x3ec5d3=await resolveSqlNameInput(_0x21b861),{dbId:_0x1ad300,dbName:_0x4ab4e5}=await resolveDbSelection(_0x21b861),_0x536cc3=await resolveSqlModeInput(_0x21b861);return{'sqlName':_0x3ec5d3,'dbId':_0x1ad300,'dbName':_0x4ab4e5,'mode':_0x536cc3};}async function resolveSqlNameInput(_0x3099d5){const _0x39a9ee=a167_0x86492d,_0x363949=_0x3099d5[_0x39a9ee(0xb6)](_0x39a9ee(0xc7))[_0x39a9ee(0xcb)]();if(_0x363949)return _0x363949;if(_0x3099d5['nonInteractive'])throw CliErrors[_0x39a9ee(0xd8)](_0x39a9ee(0xc7),_0x39a9ee(0xbe));return(await input({'message':'请输入\x20SQL\x20名称:','validate':_0x287ba2=>_0x287ba2[_0x39a9ee(0xcb)]()?!![]:_0x39a9ee(0xc0)}))['trim']();}async function resolveDbSelection(_0x10cbe9){const _0x20226a=a167_0x86492d,_0x382302=resolveProvidedDbId(_0x10cbe9);if(typeof _0x382302===_0x20226a(0xd3)&&Number[_0x20226a(0xdf)](_0x382302)&&_0x382302>0x0)return{'dbId':_0x382302,'dbName':await getDbName(_0x10cbe9[_0x20226a(0xae)],_0x382302)[_0x20226a(0xb1)](()=>undefined)};if(_0x10cbe9[_0x20226a(0xc5)])throw CliErrors[_0x20226a(0xd8)]('db-id','--db-id\x20is\x20required\x20in\x20non-interactive\x20mode.');const _0x55a5ef=await listDatabases(_0x10cbe9[_0x20226a(0xae)])['catch'](()=>[]);if(_0x55a5ef['length']===0x1)return{'dbId':_0x55a5ef[0x0][_0x20226a(0xdb)],'dbName':_0x55a5ef[0x0][_0x20226a(0xd0)]};if(_0x55a5ef[_0x20226a(0xe7)]>0x1){const _0x19866a=await select({'message':_0x20226a(0xb9),'choices':[..._0x55a5ef['map'](_0xd37a8b=>({'name':_0xd37a8b['dbName']+'\x20('+_0xd37a8b[_0x20226a(0xdb)]+')','value':serializeDbSelection(_0xd37a8b)})),{'name':'✎\x20手动输入\x20dbId','value':_0x20226a(0xea)}]});if(_0x19866a!==_0x20226a(0xea))return deserializeDbSelection(_0x19866a);}const _0x119f1d=await input({'message':_0x20226a(0xcc),'validate':_0x40cf02=>{const _0x44c10a=_0x20226a,_0x298a8f=_0x40cf02[_0x44c10a(0xcb)]();if(!_0x298a8f)return'dbId\x20不能为空';const _0x4b8437=Number(_0x298a8f);if(!Number[_0x44c10a(0xc9)](_0x4b8437)||_0x4b8437<=0x0)return'dbId\x20必须为正整数';return!![];}});return{'dbId':Number(_0x119f1d[_0x20226a(0xcb)]())};}async function resolveSqlModeInput(_0xd000c8){const _0x7579da=a167_0x86492d,_0x2fab02=_0xd000c8[_0x7579da(0xb6)](_0x7579da(0xc2))[_0x7579da(0xcb)]();if(_0x2fab02===_0x7579da(0xd2)||_0x2fab02===_0x7579da(0xc1))return _0x2fab02;if(_0xd000c8['nonInteractive'])throw CliErrors['flagMissing'](_0x7579da(0xc2),_0x7579da(0xbd));return await select({'message':_0x7579da(0xe2),'choices':[{'name':_0x7579da(0xe5),'value':_0x7579da(0xd2),'description':'适合直接执行的普通\x20SELECT\x20/\x20INSERT\x20/\x20UPDATE\x20/\x20DELETE\x20语句'},{'name':_0x7579da(0xd6),'value':_0x7579da(0xc1),'description':'适合带动态标签的\x20MyBatis\x20XML\x20SQL'}]});}function serializeDbSelection(_0x3a7d91){const _0x3f69dc=a167_0x86492d;return JSON[_0x3f69dc(0xc8)]({'dbId':_0x3a7d91[_0x3f69dc(0xdb)],'dbName':_0x3a7d91[_0x3f69dc(0xd0)]});}function deserializeDbSelection(_0x1866d5){const _0x1f19cb=a167_0x86492d;try{const _0x528efd=JSON[_0x1f19cb(0xb8)](_0x1866d5);if(typeof _0x528efd['dbId']===_0x1f19cb(0xd3)&&Number[_0x1f19cb(0xdf)](_0x528efd[_0x1f19cb(0xdb)]))return{'dbId':_0x528efd[_0x1f19cb(0xdb)],'dbName':_0x528efd[_0x1f19cb(0xd0)]};}catch{}throw CliErrors[_0x1f19cb(0xca)]('Invalid\x20database\x20selection\x20payload:\x20'+_0x1866d5);}function resolveProvidedDbId(_0x20027e){const _0x42943f=a167_0x86492d,_0x3392ee=_0x20027e[_0x42943f(0xc6)](_0x42943f(0xb4));if(typeof _0x3392ee===_0x42943f(0xd3)&&Number[_0x42943f(0xdf)](_0x3392ee))return _0x3392ee;return undefined;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a168_0x3dd5b1=a168_0x2367;(function(_0x1301f6,_0x53f0a7){const _0x33adad=a168_0x2367,_0x11c3c8=_0x1301f6();while(!![]){try{const _0x58794c=-parseInt(_0x33adad(0xf6))/0x1+parseInt(_0x33adad(0x106))/0x2+-parseInt(_0x33adad(0x10d))/0x3*(-parseInt(_0x33adad(0x107))/0x4)+parseInt(_0x33adad(0x100))/0x5+-parseInt(_0x33adad(0x103))/0x6+-parseInt(_0x33adad(0x115))/0x7*(parseInt(_0x33adad(0xfa))/0x8)+parseInt(_0x33adad(0x110))/0x9*(parseInt(_0x33adad(0x10e))/0xa);if(_0x58794c===_0x53f0a7)break;else _0x11c3c8['push'](_0x11c3c8['shift']());}catch(_0x4438ba){_0x11c3c8['push'](_0x11c3c8['shift']());}}}(a168_0x14e7,0x34904));function a168_0x2367(_0x258e25,_0x3f78d1){_0x258e25=_0x258e25-0xf4;const _0x14e702=a168_0x14e7();let _0x2367c3=_0x14e702[_0x258e25];return _0x2367c3;}import{mkdir,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{deleteSqlQuery}from'../../core/api-client.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{fileExists}from'../../core/bff/file-system.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';function a168_0x14e7(){const _0x43aaaf=['SQL\x20lock\x20file\x20not\x20found.','trashedTo','delete','106127zMXZDc','sqlRootDir','No\x20SQL\x20lock\x20entry\x20found\x20for\x20\x22','229724frwGvZ','filter','sql','sqlRoot','144gSEZpY','\x20(local\x20file\x20moved\x20to\x20trash)','remoteId','high-risk-write','Would\x20delete\x20SQL\x20','sqlcode','1236850QBGYSW','length','appCode','1834506hMYFHL','trashDir','SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.','413904sffxzh','4xmkIqn','entries','lockFilePath','fromEntries','lastSync','Delete\x20a\x20SQL\x20query\x20from\x20remote\x20and\x20local','67899xVPoct','10arssKA','str','4920462vzDtPj','validation'];a168_0x14e7=function(){return _0x43aaaf;};return a168_0x14e7();}export const sqlDelete={'service':a168_0x3dd5b1(0xf8),'command':'delete','description':a168_0x3dd5b1(0x10c),'risk':a168_0x3dd5b1(0xfd),'flags':[SQLCODE_FLAG],async 'validate'(_0x483c4b){const _0x3ae1c5=a168_0x3dd5b1,_0x50f2fb=loadSqlProjectConfig(_0x483c4b[_0x3ae1c5(0x102)]),_0x2e2a14=await readSqlLockFile(_0x50f2fb[_0x3ae1c5(0x109)]);if(!_0x2e2a14)throw CliErrors[_0x3ae1c5(0x111)](_0x3ae1c5(0x105));},async 'dryRun'(_0x4b1814){const _0x2e3d4b=a168_0x3dd5b1,_0x55feeb=loadSqlProjectConfig(_0x4b1814[_0x2e3d4b(0x102)]),_0x458806=await readSqlLockFile(_0x55feeb[_0x2e3d4b(0x109)]);if(!_0x458806)throw CliErrors[_0x2e3d4b(0x111)]('SQL\x20lock\x20file\x20not\x20found.\x20Run\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first.');const {appLock:_0x1d9f57}=ensureSqlLockScope(_0x458806,_0x4b1814[_0x2e3d4b(0x102)],_0x55feeb[_0x2e3d4b(0xf9)],_0x2e3d4b(0x114)),_0x27c9f5=_0x4b1814[_0x2e3d4b(0x10f)]('sqlcode'),_0x58a1a1=_0x1d9f57['sqls'][_0x27c9f5];if(!_0x58a1a1)throw CliErrors[_0x2e3d4b(0x111)](_0x2e3d4b(0xf5)+_0x27c9f5+'\x22.');return{'method':'POST','url':'/smartapi/custom/deleteUserCustomSql','body':{'sqlCode':_0x27c9f5,'id':_0x58a1a1[_0x2e3d4b(0xfc)],'localPath':resolveLocalSqlFilePath(_0x55feeb,_0x27c9f5,_0x58a1a1)},'description':_0x2e3d4b(0xfe)+_0x27c9f5+'\x20from\x20remote\x20and\x20move\x20local\x20file\x20to\x20'+_0x55feeb[_0x2e3d4b(0x104)]};},async 'execute'(_0x2f79aa){const _0x5a586d=a168_0x3dd5b1,_0x4a38fa=loadSqlProjectConfig(_0x2f79aa['appCode']),_0x4a1d3f=await readSqlLockFile(_0x4a38fa[_0x5a586d(0x109)]);if(!_0x4a1d3f)throw CliErrors['validation'](_0x5a586d(0x112));const {lockData:_0x57bdc8,appLock:_0x32f5c9}=ensureSqlLockScope(_0x4a1d3f,_0x2f79aa[_0x5a586d(0x102)],_0x4a38fa[_0x5a586d(0xf9)],_0x5a586d(0x114)),_0x5b7897=_0x2f79aa['str'](_0x5a586d(0xff)),_0x3ac35a=_0x32f5c9['sqls'][_0x5b7897];if(!_0x3ac35a)throw CliErrors[_0x5a586d(0x111)](_0x5a586d(0xf5)+_0x5b7897+'\x22.');await deleteSqlQuery({'id':_0x3ac35a[_0x5a586d(0xfc)],'sqlCode':_0x5b7897}),_0x32f5c9['sqls']=Object[_0x5a586d(0x10a)](Object[_0x5a586d(0x108)](_0x32f5c9['sqls'])[_0x5a586d(0xf7)](([_0x49af5e])=>_0x49af5e!==_0x5b7897)),_0x32f5c9[_0x5a586d(0x10b)]=new Date()['toISOString'](),await writeSqlLockFile(_0x4a38fa[_0x5a586d(0x109)],_0x57bdc8);const _0x54481a=resolveLocalSqlFilePath(_0x4a38fa,_0x5b7897,_0x3ac35a);let _0x242f00;await fileExists(_0x54481a)&&(_0x242f00=await moveToTrash(_0x4a38fa['projectRoot'],_0x4a38fa[_0x5a586d(0x104)],_0x54481a),await cleanupEmptyDirectories(dirname(_0x54481a),_0x4a38fa[_0x5a586d(0xf4)]));const _0x5e829d={'deleted':_0x5b7897,'remoteId':_0x3ac35a[_0x5a586d(0xfc)]};if(_0x242f00)_0x5e829d[_0x5a586d(0x113)]=_0x242f00;return{'ok':!![],'data':_0x5e829d,'message':'Deleted\x20'+_0x5b7897+(_0x242f00?_0x5a586d(0xfb):'')};}};async function moveToTrash(_0x1baff7,_0x1e8289,_0x334bef){const _0x3370b8=new Date()['toISOString']()['replace'](/[:.]/g,'-'),_0x13f20c=relative(_0x1baff7,_0x334bef),_0x5745fb=join(_0x1e8289,_0x3370b8,_0x13f20c);return await mkdir(dirname(_0x5745fb),{'recursive':!![]}),await rename(_0x334bef,_0x5745fb),_0x5745fb;}async function cleanupEmptyDirectories(_0xd9cddc,_0x1f2e45){const _0x374303=a168_0x3dd5b1;let _0x58d3bd=resolve(_0xd9cddc);const _0x351b18=resolve(_0x1f2e45);while(_0x58d3bd['startsWith'](''+_0x351b18+sep)||_0x58d3bd===_0x351b18){if(_0x58d3bd===_0x351b18)return;try{const _0x2392c1=await readdir(_0x58d3bd);if(_0x2392c1[_0x374303(0x101)]>0x0)return;await rmdir(_0x58d3bd);}catch{return;}_0x58d3bd=dirname(_0x58d3bd);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a169_0x683743=a169_0x59be;function a169_0x59be(_0x242dba,_0x137612){_0x242dba=_0x242dba-0x127;const _0xee7c52=a169_0xee7c();let _0x59be64=_0xee7c52[_0x242dba];return _0x59be64;}(function(_0x5d82a1,_0xe311a1){const _0x1c1240=a169_0x59be,_0x2642be=_0x5d82a1();while(!![]){try{const _0x46d2e6=-parseInt(_0x1c1240(0x12c))/0x1*(-parseInt(_0x1c1240(0x133))/0x2)+-parseInt(_0x1c1240(0x12a))/0x3*(parseInt(_0x1c1240(0x12d))/0x4)+-parseInt(_0x1c1240(0x135))/0x5*(-parseInt(_0x1c1240(0x137))/0x6)+-parseInt(_0x1c1240(0x128))/0x7*(-parseInt(_0x1c1240(0x12b))/0x8)+-parseInt(_0x1c1240(0x139))/0x9*(parseInt(_0x1c1240(0x12f))/0xa)+-parseInt(_0x1c1240(0x132))/0xb+parseInt(_0x1c1240(0x13a))/0xc;if(_0x46d2e6===_0xe311a1)break;else _0x2642be['push'](_0x2642be['shift']());}catch(_0x9e5cbd){_0x2642be['push'](_0x2642be['shift']());}}}(a169_0xee7c,0x3720c));import{getSqlQueryInfo}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';function a169_0xee7c(){const _0x839b4=['2588LBlQXw','dbId','2697070WWkgFf','sqlName','sqlcode','4017442fFQPyN','8348RegEbU','detail','11885TUDCXf','bool','828itzClD','appCode','9dbAOyj','5436300bUyERP','verbose','sqlContent','5131IVuIjU','boolean','891nmUAQf','2648Sodfyu','7thiDia'];a169_0xee7c=function(){return _0x839b4;};return a169_0xee7c();}import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const sqlDetail={'service':'sql','command':a169_0x683743(0x134),'description':'Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','risk':'read','flags':[SQLCODE_FLAG,{'name':a169_0x683743(0x13b),'type':a169_0x683743(0x129),'description':'Return\x20full\x20raw\x20SQL\x20query\x20object'}],async 'execute'(_0xec1988){const _0x9fcb18=a169_0x683743,_0x3df3f7=await getSqlQueryInfo(_0xec1988[_0x9fcb18(0x138)],_0xec1988['str'](_0x9fcb18(0x131))),_0x323d20=_0xec1988[_0x9fcb18(0x136)](_0x9fcb18(0x13b));if(_0x323d20)return{'ok':!![],'data':_0x3df3f7};const _0x44477b=_0x3df3f7[_0x9fcb18(0x12e)]?await getDbName(_0xec1988['appCode'],_0x3df3f7[_0x9fcb18(0x12e)]):undefined;return{'ok':!![],'data':{'sqlCode':_0x3df3f7['sqlCode'],'sqlName':_0x3df3f7[_0x9fcb18(0x130)],'db':_0x44477b?_0x44477b+'\x20('+_0x3df3f7[_0x9fcb18(0x12e)]+')':_0x3df3f7[_0x9fcb18(0x12e)]??'','description':_0x3df3f7['description']??'','sqlContent':_0x3df3f7[_0x9fcb18(0x127)]??''}};}};
|
package/lib/commands/sql/exec.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a170_0x3ebb(){const _0x57e794=['read','14176eYseVJ','9567921TiwRVr','\x20row(s)\x20in\x20','execSuccess','235787OrMIad','42iDTPEK','str','9zEthWn','7233232cGAmSc','2097465zzvsbu','string','Returned\x20','145NCAnIg','18630720TRbrHw','SQL\x20execution\x20failed','sql','sqlcode','10qIkqvB','2afQdiK','Execute\x20a\x20custom\x20SQL\x20query\x20by\x20sqlCode','length','now','330701UrFOdV','appCode'];a170_0x3ebb=function(){return _0x57e794;};return a170_0x3ebb();}const a170_0x2a5aa9=a170_0x2d61;(function(_0x4c1725,_0x139a90){const _0x4d37fc=a170_0x2d61,_0x1317a9=_0x4c1725();while(!![]){try{const _0x25f537=-parseInt(_0x4d37fc(0x1b2))/0x1*(parseInt(_0x4d37fc(0x1c0))/0x2)+parseInt(_0x4d37fc(0x1b7))/0x3+parseInt(_0x4d37fc(0x1ae))/0x4*(-parseInt(_0x4d37fc(0x1ba))/0x5)+parseInt(_0x4d37fc(0x1b3))/0x6*(parseInt(_0x4d37fc(0x1ab))/0x7)+-parseInt(_0x4d37fc(0x1b6))/0x8*(parseInt(_0x4d37fc(0x1b5))/0x9)+-parseInt(_0x4d37fc(0x1bf))/0xa*(parseInt(_0x4d37fc(0x1af))/0xb)+parseInt(_0x4d37fc(0x1bb))/0xc;if(_0x25f537===_0x139a90)break;else _0x1317a9['push'](_0x1317a9['shift']());}catch(_0x5df7b1){_0x1317a9['push'](_0x1317a9['shift']());}}}(a170_0x3ebb,0x72b80));import{executeSql}from'../../core/api-client.js';function a170_0x2d61(_0x3fc880,_0x16b54f){_0x3fc880=_0x3fc880-0x1a9;const _0x3ebb17=a170_0x3ebb();let _0x2d61c9=_0x3ebb17[_0x3fc880];return _0x2d61c9;}import{SQLCODE_FLAG}from'../../commands/common/flags.js';import{parseJsonParams}from'../../utils/params.js';export const sqlExec={'service':a170_0x2a5aa9(0x1bd),'command':'exec','description':a170_0x2a5aa9(0x1c1),'risk':a170_0x2a5aa9(0x1ad),'flags':[SQLCODE_FLAG,{'name':'params','type':a170_0x2a5aa9(0x1b8),'description':'SQL\x20parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)'}],async 'execute'(_0x33918e){const _0x4c1348=a170_0x2a5aa9,_0x5988f4=parseJsonParams(_0x33918e[_0x4c1348(0x1b4)]('params')),_0x5551ce=Date[_0x4c1348(0x1aa)](),_0x129078=await executeSql(_0x33918e[_0x4c1348(0x1ac)],_0x33918e[_0x4c1348(0x1b4)](_0x4c1348(0x1be)),_0x5988f4),_0x3bdbee=Date['now']()-_0x5551ce,_0x29f927=_0x129078?.['execResult']??_0x129078,_0x45ff0b=_0x129078?.[_0x4c1348(0x1b1)]??!![];if(!_0x45ff0b)return{'ok':![],'data':{'error':_0x129078?.['execError']||_0x4c1348(0x1bc),'elapsed':_0x3bdbee},'message':'SQL\x20execution\x20failed'};const _0x6a1aab=Array['isArray'](_0x29f927)?_0x29f927:[];return{'ok':!![],'data':{'rows':_0x6a1aab,'rowCount':_0x6a1aab[_0x4c1348(0x1a9)],'elapsed':_0x3bdbee},'message':_0x4c1348(0x1b9)+_0x6a1aab['length']+_0x4c1348(0x1b0)+_0x3bdbee+'ms'};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3afebd,_0x1968f6){const _0x31253d=a171_0x5c2c,_0x5f7fd9=_0x3afebd();while(!![]){try{const _0x527dd6=parseInt(_0x31253d(0x10b))/0x1+-parseInt(_0x31253d(0x105))/0x2+parseInt(_0x31253d(0x10a))/0x3*(parseInt(_0x31253d(0x107))/0x4)+-parseInt(_0x31253d(0x109))/0x5*(-parseInt(_0x31253d(0x108))/0x6)+parseInt(_0x31253d(0x106))/0x7*(parseInt(_0x31253d(0x103))/0x8)+-parseInt(_0x31253d(0x10c))/0x9+-parseInt(_0x31253d(0x104))/0xa;if(_0x527dd6===_0x1968f6)break;else _0x5f7fd9['push'](_0x5f7fd9['shift']());}catch(_0x285002){_0x5f7fd9['push'](_0x5f7fd9['shift']());}}}(a171_0x13ce,0xc4139));import{sqlList}from'../../commands/sql/list.js';import{sqlDetail}from'../../commands/sql/detail.js';import{sqlValidate}from'../../commands/sql/validate.js';import{sqlSave}from'../../commands/sql/save.js';import{sqlExec}from'../../commands/sql/exec.js';function a171_0x5c2c(_0x35e794,_0x3e1004){_0x35e794=_0x35e794-0x103;const _0x13ce2f=a171_0x13ce();let _0x5c2c72=_0x13ce2f[_0x35e794];return _0x5c2c72;}import{sqlPull}from'../../commands/sql/pull.js';import{sqlCreate}from'../../commands/sql/create.js';import{sqlStatus}from'../../commands/sql/status.js';import{sqlPush}from'../../commands/sql/push.js';function a171_0x13ce(){const _0x5b0f9c=['65ZMEzvj','4371897Rhtamq','494724FcmnDZ','7958511lJdREf','8eMYsOE','808280KxTtRu','2352276uCbiCF','3940909upicxV','4xAZGMT','198168TjWsZO'];a171_0x13ce=function(){return _0x5b0f9c;};return a171_0x13ce();}import{sqlDelete}from'../../commands/sql/delete.js';export const sqlDefinitions=[sqlList,sqlDetail,sqlStatus,sqlCreate,sqlPush,sqlValidate,sqlSave,sqlExec,sqlPull,sqlDelete];
|
package/lib/commands/sql/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a172_0x189c49=a172_0x1b06;(function(_0x19ddcf,_0x46ad1b){const _0xe08909=a172_0x1b06,_0x19ef9d=_0x19ddcf();while(!![]){try{const _0x5c35ab=parseInt(_0xe08909(0x1b1))/0x1*(parseInt(_0xe08909(0x1a7))/0x2)+-parseInt(_0xe08909(0x1a0))/0x3*(parseInt(_0xe08909(0x192))/0x4)+parseInt(_0xe08909(0x19e))/0x5+parseInt(_0xe08909(0x18f))/0x6*(-parseInt(_0xe08909(0x1b0))/0x7)+-parseInt(_0xe08909(0x1a2))/0x8*(parseInt(_0xe08909(0x19d))/0x9)+-parseInt(_0xe08909(0x1ad))/0xa*(-parseInt(_0xe08909(0x1ae))/0xb)+parseInt(_0xe08909(0x1a8))/0xc*(parseInt(_0xe08909(0x19b))/0xd);if(_0x5c35ab===_0x46ad1b)break;else _0x19ef9d['push'](_0x19ef9d['shift']());}catch(_0x25c8ed){_0x19ef9d['push'](_0x19ef9d['shift']());}}}(a172_0x4ba9,0x557e4));import{listSqlQueries}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';function a172_0x1b06(_0x3e9084,_0x229c61){_0x3e9084=_0x3e9084-0x18e;const _0x4ba91f=a172_0x4ba9();let _0x1b060b=_0x4ba91f[_0x3e9084];return _0x1b060b;}import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const sqlList={'service':a172_0x189c49(0x1b3),'command':a172_0x189c49(0x1b4),'description':a172_0x189c49(0x193),'risk':'read','flags':[SQLCODE_FLAG_OPTIONAL,{'name':a172_0x189c49(0x191),'type':'string','description':a172_0x189c49(0x195)},{'name':'page','type':a172_0x189c49(0x1a9),'description':a172_0x189c49(0x1a3),'default':0x1},{'name':a172_0x189c49(0x194),'type':a172_0x189c49(0x1a9),'description':'Page\x20size'},{'name':a172_0x189c49(0x196),'type':a172_0x189c49(0x1ac),'description':'Return\x20full\x20SQL\x20query\x20objects\x20including\x20parameters\x20and\x20SQL\x20content'}],async 'execute'(_0x990cb1){const _0x40511b=a172_0x189c49,_0x2d695f=await listSqlQueries(_0x990cb1[_0x40511b(0x1a4)],{'sqlCode':_0x990cb1['str'](_0x40511b(0x1aa))||undefined,'sqlName':_0x990cb1[_0x40511b(0x1af)](_0x40511b(0x191))||undefined,'currentPage':_0x990cb1['num'](_0x40511b(0x197)),'pageSize':_0x990cb1[_0x40511b(0x18e)](_0x40511b(0x194),0x32)}),_0x4db54e=_0x990cb1[_0x40511b(0x19c)](_0x40511b(0x196)),_0xb63f89=_0x2d695f[_0x40511b(0x19f)]??[],_0x59855c=_0x2d695f[_0x40511b(0x19a)]?.[_0x40511b(0x199)]??_0xb63f89['length'];let _0x147e76;return _0x4db54e?_0x147e76=_0xb63f89:_0x147e76=await Promise['all'](_0xb63f89['map'](async _0xefebaf=>{const _0x1ac942=_0x40511b;let _0x1d3fe6;try{_0x1d3fe6=_0xefebaf[_0x1ac942(0x190)]?await getDbName(_0x990cb1['appCode'],_0xefebaf['dbId']):undefined;}catch{}return{'sqlCode':_0xefebaf[_0x1ac942(0x1a1)],'sqlName':_0xefebaf[_0x1ac942(0x198)],'description':_0xefebaf[_0x1ac942(0x1a6)]??'','db':_0x1d3fe6?_0x1d3fe6+'\x20('+_0xefebaf[_0x1ac942(0x190)]+')':_0xefebaf[_0x1ac942(0x190)]??''};})),{'ok':!![],'data':_0x147e76,'message':_0xb63f89[_0x40511b(0x1b2)]===0x0?_0x40511b(0x1a5):'Found\x20'+_0xb63f89[_0x40511b(0x1b2)]+_0x40511b(0x1ab)+_0x59855c+').'};}};function a172_0x4ba9(){const _0x2e86c6=['sqlCode','4362488erYWFA','Page\x20number','appCode','No\x20custom\x20SQL\x20queries\x20found.','description','58150Tdwxaq','1596cPPtWv','number','sqlcode','\x20SQL\x20queries\x20(total:\x20','boolean','10ZayePZ','182083JZUXuE','str','406lmGLLe','21xbLcOi','length','sql','list','num','9426fgmqqP','dbId','name','652wnRgEp','List\x20custom\x20SQL\x20queries','pagesize','Filter\x20by\x20SQL\x20name','verbose','page','sqlName','totalCount','paging','34437FYzjLl','bool','9ZbDJQM','387085CvPRhP','tableData','1293SfQVnt'];a172_0x4ba9=function(){return _0x2e86c6;};return a172_0x4ba9();}
|
package/lib/commands/sql/pull.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a173_0x10c41d=a173_0x258e;function a173_0x258e(_0x234a14,_0x52dfa1){_0x234a14=_0x234a14-0x94;const _0x3a0608=a173_0x3a06();let _0x258e61=_0x3a0608[_0x234a14];return _0x258e61;}(function(_0x35ae67,_0x4e46ef){const _0x1ce396=a173_0x258e,_0x18a08d=_0x35ae67();while(!![]){try{const _0x24f981=parseInt(_0x1ce396(0xcd))/0x1*(-parseInt(_0x1ce396(0x95))/0x2)+parseInt(_0x1ce396(0x94))/0x3+parseInt(_0x1ce396(0x98))/0x4*(-parseInt(_0x1ce396(0xab))/0x5)+-parseInt(_0x1ce396(0xd1))/0x6*(-parseInt(_0x1ce396(0xa5))/0x7)+parseInt(_0x1ce396(0xc6))/0x8*(-parseInt(_0x1ce396(0x9c))/0x9)+-parseInt(_0x1ce396(0xb6))/0xa+parseInt(_0x1ce396(0xa0))/0xb;if(_0x24f981===_0x4e46ef)break;else _0x18a08d['push'](_0x18a08d['shift']());}catch(_0x1433b2){_0x18a08d['push'](_0x18a08d['shift']());}}}(a173_0x3a06,0x9aeba));import{readFile,rm,writeFile}from'node:fs/promises';import{join}from'node:path';import{getSqlQueryDetail,listSqlQueries}from'../../core/api-client.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';import{getDbName}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';function a173_0x3a06(){const _0x3dd4da=['str','1232cJlCnZ','sqlName','local\x20differs\x20from\x20remote\x20(use\x20--force\x20to\x20overwrite)','message','sqlContent','sqls','1136495zLohxe','Would\x20pull\x20','sqlRootDir','description','utf8','Force\x20pull\x20will\x20overwrite\x20local\x20SQL\x20that\x20differs\x20from\x20remote.','Force\x20pull\x20cancelled.','catch','toISOString','sql','skipped','11961200qULwrg','paging','unchanged','sqlRoot','length','test','/smartapi/custom/queryUserCustomSqlList\x20+\x20/smartapi/custom/getUserCustomSql','Force\x20overwrite\x20local\x20unsynced\x20changes','\x20SQL\x20file(s)\x20into\x20','\x20skipped,\x20','Pull\x20complete:\x20','sqlCode','nonInteractive','No\x20remote\x20SQL\x20queries\x20matched.','local\x20differs\x20from\x20remote','conflict','288qIMBkh','dbId','boolean','filter','lockFilePath','Filter\x20by\x20SQL\x20display\x20name','sqlcode','3557BdtCGI','bool','mybatisXml','write','3498TMkgmc','2845446eWpvDa','136QRHGrn','path','name','8XPBIOc','lastSync','pull','appCode','257067CTprFg','join','string','trimStart','27547586vSnSit','tableData','force','push'];a173_0x3a06=function(){return _0x3dd4da;};return a173_0x3a06();}import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{buildLocalSqlFileContent,buildSqlLockEntry,cloneSqlLockData,confirmForceOverwrite,ensureRemoteSqlContent,stripLocalSqlMetadata}from'./shared.js';const PAGE_SIZE=0x64;async function fetchAllSqlQueries(_0x276e58,_0xbe03a1){const _0x1183fe=a173_0x258e,_0x258365=[];let _0x193cef=0x1;while(!![]){const _0x8a83ba=await listSqlQueries(_0x276e58,{'currentPage':_0x193cef,'pageSize':PAGE_SIZE,'sqlCode':_0xbe03a1[_0x1183fe(0xc1)],'sqlName':_0xbe03a1[_0x1183fe(0xa6)]}),_0x54e9f8=_0x8a83ba[_0x1183fe(0xa1)]??[];_0x258365[_0x1183fe(0xa3)](..._0x54e9f8);if(_0x54e9f8[_0x1183fe(0xba)]===0x0)break;const _0x14cea5=_0x8a83ba[_0x1183fe(0xb7)]?.['totalCount'];if(_0x14cea5!=null?_0x258365[_0x1183fe(0xba)]>=_0x14cea5:_0x54e9f8[_0x1183fe(0xba)]<PAGE_SIZE)break;_0x193cef++;}return _0x258365;}async function ensureSqlContent(_0x30394e){const _0x162028=a173_0x258e;if(_0x30394e['sqlContent']!=null&&String(_0x30394e[_0x162028(0xa9)])[_0x162028(0xba)]>0x0)return _0x30394e;return getSqlQueryDetail(_0x30394e['sqlCode']);}export const sqlPull={'service':a173_0x10c41d(0xb4),'command':a173_0x10c41d(0x9a),'description':'Pull\x20remote\x20SQL\x20queries\x20to\x20local\x20.rabetbase/sql/','risk':a173_0x10c41d(0xd0),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':'name','type':a173_0x10c41d(0x9e),'description':a173_0x10c41d(0xcb)},{'name':'force','type':a173_0x10c41d(0xc8),'description':a173_0x10c41d(0xbd)}],async 'dryRun'(_0x4ebba1){const _0x1010bc=a173_0x10c41d,_0x35ae97=loadSqlProjectConfig(_0x4ebba1['appCode']),_0xf97b52=await readSqlLockFile(_0x35ae97[_0x1010bc(0xca)]),{appLock:_0x293f82}=ensureSqlLockScope(_0xf97b52??createEmptySqlLock(),_0x35ae97[_0x1010bc(0x9b)],_0x35ae97[_0x1010bc(0xb9)],_0x1010bc(0x9a)),_0x55475f=await fetchAllSqlQueries(_0x4ebba1[_0x1010bc(0x9b)],{'sqlCode':_0x4ebba1[_0x1010bc(0xa4)](_0x1010bc(0xcc))||undefined,'sqlName':_0x4ebba1['str']('name')||undefined}),_0x1f259f=[];for(const _0x55f200 of _0x55475f){const _0x54ee57=await ensureSqlContent(_0x55f200),_0x2bec37=ensureRemoteSqlContent(_0x54ee57),_0x5a06aa=detectModeFromSql(_0x54ee57),_0x81ffdc=_0x54ee57[_0x1010bc(0xc7)]?await getDbName(_0x4ebba1['appCode'],Number(_0x54ee57[_0x1010bc(0xc7)]))[_0x1010bc(0xb2)](()=>undefined):undefined,_0x5420dc=buildLocalSqlFileContent({'sqlCode':_0x54ee57['sqlCode'],'sqlName':_0x54ee57['sqlName'],'dbId':_0x54ee57[_0x1010bc(0xc7)]},_0x2bec37,{'dbName':_0x81ffdc,'mode':_0x5a06aa,'syncedAt':new Date()[_0x1010bc(0xb3)](),'description':_0x54ee57[_0x1010bc(0xae)]}),_0x29ba4a=buildSqlLockEntry(_0x54ee57,_0x2bec37,'',{'dbName':_0x81ffdc}),_0x1881f1=resolveLocalSqlFilePath(_0x35ae97,_0x54ee57[_0x1010bc(0xc1)],_0x29ba4a);let _0x2df6c7='would_pull',_0x1fc25e;if(await fileExists(_0x1881f1)){const _0x32d1fb=await readFile(_0x1881f1,'utf8');isEquivalentPulledSqlFile(_0x32d1fb,_0x5420dc,_0x5a06aa)?(_0x2df6c7=_0x1010bc(0xb5),_0x1fc25e=_0x1010bc(0xb8)):(_0x2df6c7=_0x1010bc(0xc5),_0x1fc25e=_0x1010bc(0xa7));}_0x1f259f['push']({'sqlCode':_0x54ee57['sqlCode'],'sqlName':_0x54ee57[_0x1010bc(0xa6)],'filePath':_0x1881f1,'status':_0x2df6c7,'reason':_0x1fc25e});}return{'method':'POST','url':_0x1010bc(0xbc),'body':{'appCode':_0x4ebba1[_0x1010bc(0x9b)],'sqlCode':_0x4ebba1[_0x1010bc(0xa4)](_0x1010bc(0xcc))||null,'sqlName':_0x4ebba1[_0x1010bc(0xa4)](_0x1010bc(0x97))||null,'files':_0x1f259f},'description':_0x1010bc(0xac)+_0x1f259f[_0x1010bc(0xba)]+_0x1010bc(0xbe)+_0x35ae97[_0x1010bc(0xad)]};},async 'execute'(_0x5a54c4){const _0x4b7661=a173_0x10c41d,_0x3da1aa=loadSqlProjectConfig(_0x5a54c4[_0x4b7661(0x9b)]),_0x3c41dc=await readSqlLockFile(_0x3da1aa[_0x4b7661(0xca)]),{lockData:_0xd5879f,appLock:_0x40e856}=ensureSqlLockScope(_0x3c41dc??createEmptySqlLock(),_0x3da1aa[_0x4b7661(0x9b)],_0x3da1aa[_0x4b7661(0xb9)],_0x4b7661(0x9a)),_0x3567dd=_0x5a54c4[_0x4b7661(0xce)](_0x4b7661(0xa2)),_0x40d435=await fetchAllSqlQueries(_0x5a54c4[_0x4b7661(0x9b)],{'sqlCode':_0x5a54c4[_0x4b7661(0xa4)](_0x4b7661(0xcc))||undefined,'sqlName':_0x5a54c4[_0x4b7661(0xa4)](_0x4b7661(0x97))||undefined});if(_0x40d435[_0x4b7661(0xba)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x4b7661(0xc3)};const _0x531efc=[],_0x1d68ed=[];for(const _0x1a5efc of _0x40d435){try{_0x531efc[_0x4b7661(0xa3)](await ensureSqlContent(_0x1a5efc));}catch(_0x1610bf){_0x1d68ed[_0x4b7661(0xa3)]({'sqlCode':_0x1a5efc['sqlCode'],'error':_0x1610bf instanceof Error?_0x1610bf[_0x4b7661(0xa8)]:String(_0x1610bf)});}}if(_0x3567dd&&!_0x5a54c4[_0x4b7661(0xc2)]){let _0x1c549e=![];for(const _0x30bdaa of _0x531efc){const _0xf5db11=detectModeFromSql(_0x30bdaa),_0x460507=_0x30bdaa[_0x4b7661(0xc7)]?await getDbName(_0x5a54c4[_0x4b7661(0x9b)],Number(_0x30bdaa[_0x4b7661(0xc7)]))[_0x4b7661(0xb2)](()=>undefined):undefined,_0x59b93c=buildLocalSqlFileContent({'sqlCode':_0x30bdaa[_0x4b7661(0xc1)],'sqlName':_0x30bdaa['sqlName'],'dbId':_0x30bdaa[_0x4b7661(0xc7)]},ensureRemoteSqlContent(_0x30bdaa),{'dbName':_0x460507,'mode':_0xf5db11,'syncedAt':new Date()[_0x4b7661(0xb3)](),'description':_0x30bdaa[_0x4b7661(0xae)]}),_0x5eb53d=resolveLocalSqlFilePath(_0x3da1aa,_0x30bdaa[_0x4b7661(0xc1)],buildSqlLockEntry(_0x30bdaa,ensureRemoteSqlContent(_0x30bdaa),'',{'dbName':_0x460507}));if(await fileExists(_0x5eb53d)){const _0x18646d=await readFile(_0x5eb53d,_0x4b7661(0xaf));if(!isEquivalentPulledSqlFile(_0x18646d,_0x59b93c,_0xf5db11)){_0x1c549e=!![];break;}}}if(_0x1c549e){const _0x59ccdb=await confirmForceOverwrite(_0x4b7661(0xb0));if(!_0x59ccdb)throw CliErrors['cancelled'](_0x4b7661(0xb1));}}const _0x5cafce=cloneSqlLockData(_0xd5879f),_0x1cff1c=_0x5cafce['apps'][_0x3da1aa['appCode']],_0x2db5f2=[],_0x13c062=[];for(const _0x3900d0 of _0x531efc){const _0x3ed5c9=_0x1cff1c[_0x4b7661(0xaa)][_0x3900d0['sqlCode']],_0x2c2390=ensureRemoteSqlContent(_0x3900d0),_0x47de37=detectModeFromSql(_0x3900d0),_0x347741=_0x3900d0[_0x4b7661(0xc7)]?await getDbName(_0x5a54c4['appCode'],Number(_0x3900d0['dbId']))['catch'](()=>undefined):undefined,_0x3b5d7b=buildLocalSqlFileContent({'sqlCode':_0x3900d0[_0x4b7661(0xc1)],'sqlName':_0x3900d0[_0x4b7661(0xa6)],'dbId':_0x3900d0[_0x4b7661(0xc7)]},_0x2c2390,{'dbName':_0x347741,'mode':_0x47de37,'syncedAt':new Date()[_0x4b7661(0xb3)](),'description':_0x3900d0[_0x4b7661(0xae)]}),_0x2a97a4=buildSqlLockEntry(_0x3900d0,_0x2c2390,computeSqlContentHash(_0x3b5d7b),{'dbName':_0x347741}),_0x1820b2=_0x2a97a4['path'],_0x2f7593=join(_0x3da1aa[_0x4b7661(0xad)],_0x1820b2);try{if(await fileExists(_0x2f7593)){const _0x46f66b=await readFile(_0x2f7593,_0x4b7661(0xaf));if(isEquivalentPulledSqlFile(_0x46f66b,_0x3b5d7b,_0x47de37)){_0x13c062[_0x4b7661(0xa3)]({'sqlCode':_0x3900d0[_0x4b7661(0xc1)],'reason':_0x4b7661(0xb8)}),_0x1cff1c[_0x4b7661(0xaa)][_0x3900d0['sqlCode']]={..._0x2a97a4,'hash':computeSqlContentHash(_0x46f66b),'path':_0x1820b2};continue;}if(!_0x3567dd){_0x13c062[_0x4b7661(0xa3)]({'sqlCode':_0x3900d0[_0x4b7661(0xc1)],'reason':_0x4b7661(0xc4)});continue;}}const _0xf2a503=_0x3ed5c9?.[_0x4b7661(0x96)]?join(_0x3da1aa[_0x4b7661(0xad)],_0x3ed5c9[_0x4b7661(0x96)]):undefined;_0xf2a503&&_0xf2a503!==_0x2f7593&&await fileExists(_0xf2a503)&&await rm(_0xf2a503,{'force':!![]}),await ensureParentDirectory(_0x2f7593),await writeFile(_0x2f7593,_0x3b5d7b,'utf8'),_0x1cff1c[_0x4b7661(0xaa)][_0x3900d0[_0x4b7661(0xc1)]]={..._0x2a97a4,'path':_0x1820b2},_0x2db5f2[_0x4b7661(0xa3)]({'sqlCode':_0x3900d0['sqlCode'],'filePath':_0x2f7593});}catch(_0x452cb4){_0x1d68ed['push']({'sqlCode':_0x3900d0[_0x4b7661(0xc1)],'error':_0x452cb4 instanceof Error?_0x452cb4['message']:String(_0x452cb4)});}}return _0x1cff1c[_0x4b7661(0x99)]=new Date()[_0x4b7661(0xb3)](),await writeSqlLockFile(_0x3da1aa['lockFilePath'],_0x5cafce),{'ok':_0x1d68ed[_0x4b7661(0xba)]===0x0,'data':{'pulled':_0x2db5f2,'skipped':_0x13c062,'failed':_0x1d68ed},'message':_0x4b7661(0xc0)+_0x2db5f2[_0x4b7661(0xba)]+'\x20written,\x20'+_0x13c062[_0x4b7661(0xba)]+_0x4b7661(0xbf)+_0x1d68ed['length']+'\x20failed'};}};function detectModeFromSql(_0x534bb9){const _0x254cbe=a173_0x10c41d,_0x8d2ba9=ensureRemoteSqlContent(_0x534bb9),_0x54a67c=stripLocalSqlMetadata(_0x8d2ba9,_0x254cbe(0xcf))[_0x254cbe(0x9f)]();if(/^<(select|insert|update|delete)\b/i[_0x254cbe(0xbb)](_0x54a67c))return _0x254cbe(0xcf);return _0x254cbe(0xb4);}function isEquivalentPulledSqlFile(_0x28f633,_0x4e0507,_0x4813f){return normalizePullComparableContent(_0x28f633,_0x4813f)===normalizePullComparableContent(_0x4e0507,_0x4813f);}function normalizePullComparableContent(_0x3c7ed7,_0x42275d){const _0x469ec7=a173_0x10c41d,_0x43a2ee=_0x3c7ed7['replace'](/\r\n/g,'\x0a')['split']('\x0a'),_0x388097=_0x43a2ee[_0x469ec7(0xc9)](_0x7fbde4=>!isSyncedAtMetadataLine(_0x7fbde4,_0x42275d));return _0x388097[_0x469ec7(0x9d)]('\x0a');}function isSyncedAtMetadataLine(_0x41a1e2,_0x5f4fcd){const _0x16a4a4=a173_0x10c41d;if(_0x5f4fcd===_0x16a4a4(0xcf))return/^\s*<!--\s*@lovrabet\.syncedAt:/['test'](_0x41a1e2);return/^\s*--\s*@lovrabet\.syncedAt:/[_0x16a4a4(0xbb)](_0x41a1e2);}
|
|
1
|
+
const a173_0x54d893=a173_0x9e74;(function(_0x5ae218,_0x39c93e){const _0x17f031=a173_0x9e74,_0x12d82f=_0x5ae218();while(!![]){try{const _0x273006=parseInt(_0x17f031(0x1cb))/0x1*(-parseInt(_0x17f031(0x1d5))/0x2)+parseInt(_0x17f031(0x1ce))/0x3+-parseInt(_0x17f031(0x1e1))/0x4*(parseInt(_0x17f031(0x1af))/0x5)+parseInt(_0x17f031(0x1d9))/0x6*(parseInt(_0x17f031(0x1b5))/0x7)+parseInt(_0x17f031(0x1db))/0x8+-parseInt(_0x17f031(0x1d4))/0x9*(-parseInt(_0x17f031(0x1d2))/0xa)+-parseInt(_0x17f031(0x1de))/0xb;if(_0x273006===_0x39c93e)break;else _0x12d82f['push'](_0x12d82f['shift']());}catch(_0x21403b){_0x12d82f['push'](_0x12d82f['shift']());}}}(a173_0x1b3a,0xc695a));import{readFile,rm,writeFile}from'node:fs/promises';import{join}from'node:path';import{getSqlQueryDetail,listSqlQueries}from'../../core/api-client.js';import{ensureParentDirectory,fileExists}from'../../core/bff/file-system.js';function a173_0x9e74(_0x547e8f,_0x322674){_0x547e8f=_0x547e8f-0x1aa;const _0x1b3a11=a173_0x1b3a();let _0x9e74c5=_0x1b3a11[_0x547e8f];return _0x9e74c5;}import{getDbName}from'../../core/db-resolver.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{computeSqlContentHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{resolveLocalSqlFilePath}from'../../core/sql-sync/file-system.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{buildLocalSqlFileContent,buildSqlLockEntry,cloneSqlLockData,confirmForceOverwrite,ensureRemoteSqlContent,stripLocalSqlMetadata}from'./shared.js';const PAGE_SIZE=0x64;async function fetchAllSqlQueries(_0x3cadc8,_0x5c0dcc){const _0x334f19=a173_0x9e74,_0x3b67ae=[];let _0x14d0f8=0x1;while(!![]){const _0x35f5a6=await listSqlQueries(_0x3cadc8,{'currentPage':_0x14d0f8,'pageSize':PAGE_SIZE,'sqlCode':_0x5c0dcc['sqlCode'],'sqlName':_0x5c0dcc['sqlName']}),_0x3c2d38=_0x35f5a6[_0x334f19(0x1d3)]??[];_0x3b67ae['push'](..._0x3c2d38);if(_0x3c2d38[_0x334f19(0x1c6)]===0x0)break;const _0x3151cf=_0x35f5a6[_0x334f19(0x1d8)]?.[_0x334f19(0x1ad)];if(_0x3151cf!=null?_0x3b67ae[_0x334f19(0x1c6)]>=_0x3151cf:_0x3c2d38[_0x334f19(0x1c6)]<PAGE_SIZE)break;_0x14d0f8++;}return _0x3b67ae;}async function ensureSqlContent(_0x429013){const _0x17ae53=a173_0x9e74;if(_0x429013[_0x17ae53(0x1c7)]!=null&&String(_0x429013['sqlContent'])[_0x17ae53(0x1c6)]>0x0)return _0x429013;return getSqlQueryDetail(_0x429013[_0x17ae53(0x1dc)]);}export const sqlPull={'service':a173_0x54d893(0x1b1),'command':a173_0x54d893(0x1bd),'description':a173_0x54d893(0x1ab),'risk':a173_0x54d893(0x1c9),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':'name','type':'string','description':a173_0x54d893(0x1df)},{'name':a173_0x54d893(0x1d0),'type':'boolean','description':a173_0x54d893(0x1be)}],async 'dryRun'(_0x4924c1){const _0x240f61=a173_0x54d893,_0x235e92=loadSqlProjectConfig(_0x4924c1[_0x240f61(0x1d1)]),_0x171d7a=await readSqlLockFile(_0x235e92[_0x240f61(0x1cf)]),{appLock:_0x56f9c7}=ensureSqlLockScope(_0x171d7a??createEmptySqlLock(),_0x235e92['appCode'],_0x235e92[_0x240f61(0x1c5)],_0x240f61(0x1bd)),_0x11fe2e=await fetchAllSqlQueries(_0x4924c1['appCode'],{'sqlCode':_0x4924c1['str'](_0x240f61(0x1bc))||undefined,'sqlName':_0x4924c1[_0x240f61(0x1dd)](_0x240f61(0x1b4))||undefined}),_0x1cb0c4=[];for(const _0x29055d of _0x11fe2e){const _0x111016=await ensureSqlContent(_0x29055d),_0x14875c=ensureRemoteSqlContent(_0x111016),_0x36eee1=detectModeFromSql(_0x111016),_0x2fcf25=_0x111016['dbId']?await getDbName(_0x4924c1['appCode'],Number(_0x111016[_0x240f61(0x1cd)]))[_0x240f61(0x1c2)](()=>undefined):undefined,_0x1f6544=buildLocalSqlFileContent({'sqlCode':_0x111016[_0x240f61(0x1dc)],'sqlName':_0x111016[_0x240f61(0x1aa)],'dbId':_0x111016['dbId']},_0x14875c,{'dbName':_0x2fcf25,'mode':_0x36eee1,'syncedAt':new Date()[_0x240f61(0x1c4)](),'description':_0x111016['description']}),_0xbe7da5=buildSqlLockEntry(_0x111016,_0x14875c,'',{'dbName':_0x2fcf25}),_0x5629ef=resolveLocalSqlFilePath(_0x235e92,_0x111016[_0x240f61(0x1dc)],_0xbe7da5);let _0x5af5d0=_0x240f61(0x1da),_0x3332f6;if(await fileExists(_0x5629ef)){const _0x2c4470=await readFile(_0x5629ef,'utf8');isEquivalentPulledSqlFile(_0x2c4470,_0x1f6544,_0x36eee1)?(_0x5af5d0='skipped',_0x3332f6=_0x240f61(0x1ca)):(_0x5af5d0='conflict',_0x3332f6=_0x240f61(0x1ba));}_0x1cb0c4['push']({'sqlCode':_0x111016[_0x240f61(0x1dc)],'sqlName':_0x111016[_0x240f61(0x1aa)],'filePath':_0x5629ef,'status':_0x5af5d0,'reason':_0x3332f6});}return{'method':'POST','url':_0x240f61(0x1e0),'body':{'appCode':_0x4924c1[_0x240f61(0x1d1)],'sqlCode':_0x4924c1[_0x240f61(0x1dd)]('sqlcode')||null,'sqlName':_0x4924c1[_0x240f61(0x1dd)]('name')||null,'files':_0x1cb0c4},'description':_0x240f61(0x1c0)+_0x1cb0c4['length']+_0x240f61(0x1cc)+_0x235e92['sqlRootDir']};},async 'execute'(_0x563eb4){const _0x1abd21=a173_0x54d893,_0x1f94e3=loadSqlProjectConfig(_0x563eb4['appCode']),_0x5efbb0=await readSqlLockFile(_0x1f94e3['lockFilePath']),{lockData:_0x4f9000,appLock:_0xf1b447}=ensureSqlLockScope(_0x5efbb0??createEmptySqlLock(),_0x1f94e3['appCode'],_0x1f94e3[_0x1abd21(0x1c5)],'pull'),_0x4d0372=_0x563eb4[_0x1abd21(0x1c8)](_0x1abd21(0x1d0)),_0x1f6bdb=await fetchAllSqlQueries(_0x563eb4['appCode'],{'sqlCode':_0x563eb4[_0x1abd21(0x1dd)](_0x1abd21(0x1bc))||undefined,'sqlName':_0x563eb4['str']('name')||undefined});if(_0x1f6bdb[_0x1abd21(0x1c6)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x1abd21(0x1b9)};const _0x2b7cfc=[],_0x1d630c=[];for(const _0x124d8d of _0x1f6bdb){try{_0x2b7cfc[_0x1abd21(0x1b7)](await ensureSqlContent(_0x124d8d));}catch(_0x3d1646){_0x1d630c[_0x1abd21(0x1b7)]({'sqlCode':_0x124d8d[_0x1abd21(0x1dc)],'error':_0x3d1646 instanceof Error?_0x3d1646['message']:String(_0x3d1646)});}}if(_0x4d0372&&!_0x563eb4[_0x1abd21(0x1e2)]){let _0x1f8f8b=![];for(const _0x1dca5e of _0x2b7cfc){const _0x43283b=detectModeFromSql(_0x1dca5e),_0x33ba01=_0x1dca5e[_0x1abd21(0x1cd)]?await getDbName(_0x563eb4['appCode'],Number(_0x1dca5e[_0x1abd21(0x1cd)]))['catch'](()=>undefined):undefined,_0x3e478c=buildLocalSqlFileContent({'sqlCode':_0x1dca5e['sqlCode'],'sqlName':_0x1dca5e[_0x1abd21(0x1aa)],'dbId':_0x1dca5e['dbId']},ensureRemoteSqlContent(_0x1dca5e),{'dbName':_0x33ba01,'mode':_0x43283b,'syncedAt':new Date()['toISOString'](),'description':_0x1dca5e[_0x1abd21(0x1b6)]}),_0x26ed75=resolveLocalSqlFilePath(_0x1f94e3,_0x1dca5e[_0x1abd21(0x1dc)],buildSqlLockEntry(_0x1dca5e,ensureRemoteSqlContent(_0x1dca5e),'',{'dbName':_0x33ba01}));if(await fileExists(_0x26ed75)){const _0x420b76=await readFile(_0x26ed75,_0x1abd21(0x1d6));if(!isEquivalentPulledSqlFile(_0x420b76,_0x3e478c,_0x43283b)){_0x1f8f8b=!![];break;}}}if(_0x1f8f8b){const _0x3c9c0b=await confirmForceOverwrite(_0x1abd21(0x1bf));if(!_0x3c9c0b)throw CliErrors['cancelled']('Force\x20pull\x20cancelled.');}}const _0x2a5aaf=cloneSqlLockData(_0x4f9000),_0x2618cd=_0x2a5aaf[_0x1abd21(0x1ac)][_0x1f94e3[_0x1abd21(0x1d1)]],_0x201edf=[],_0x306dd9=[];for(const _0x33bbb1 of _0x2b7cfc){const _0x9f8828=_0x2618cd[_0x1abd21(0x1ae)][_0x33bbb1[_0x1abd21(0x1dc)]],_0x24bc77=ensureRemoteSqlContent(_0x33bbb1),_0x2ed319=detectModeFromSql(_0x33bbb1),_0x54a104=_0x33bbb1[_0x1abd21(0x1cd)]?await getDbName(_0x563eb4[_0x1abd21(0x1d1)],Number(_0x33bbb1[_0x1abd21(0x1cd)]))[_0x1abd21(0x1c2)](()=>undefined):undefined,_0x3acecc=buildLocalSqlFileContent({'sqlCode':_0x33bbb1['sqlCode'],'sqlName':_0x33bbb1[_0x1abd21(0x1aa)],'dbId':_0x33bbb1[_0x1abd21(0x1cd)]},_0x24bc77,{'dbName':_0x54a104,'mode':_0x2ed319,'syncedAt':new Date()[_0x1abd21(0x1c4)](),'description':_0x33bbb1['description']}),_0x50a6fe=buildSqlLockEntry(_0x33bbb1,_0x24bc77,computeSqlContentHash(_0x3acecc),{'dbName':_0x54a104}),_0x318600=_0x50a6fe['path'],_0x442e57=join(_0x1f94e3['sqlRootDir'],_0x318600);try{if(await fileExists(_0x442e57)){const _0x3cc63c=await readFile(_0x442e57,'utf8');if(isEquivalentPulledSqlFile(_0x3cc63c,_0x3acecc,_0x2ed319)){_0x306dd9['push']({'sqlCode':_0x33bbb1[_0x1abd21(0x1dc)],'reason':_0x1abd21(0x1ca)}),_0x2618cd[_0x1abd21(0x1ae)][_0x33bbb1['sqlCode']]={..._0x50a6fe,'hash':computeSqlContentHash(_0x3cc63c),'path':_0x318600};continue;}if(!_0x4d0372){_0x306dd9[_0x1abd21(0x1b7)]({'sqlCode':_0x33bbb1[_0x1abd21(0x1dc)],'reason':_0x1abd21(0x1b3)});continue;}}const _0x4f425d=_0x9f8828?.[_0x1abd21(0x1b0)]?join(_0x1f94e3[_0x1abd21(0x1b2)],_0x9f8828[_0x1abd21(0x1b0)]):undefined;_0x4f425d&&_0x4f425d!==_0x442e57&&await fileExists(_0x4f425d)&&await rm(_0x4f425d,{'force':!![]}),await ensureParentDirectory(_0x442e57),await writeFile(_0x442e57,_0x3acecc,'utf8'),_0x2618cd[_0x1abd21(0x1ae)][_0x33bbb1['sqlCode']]={..._0x50a6fe,'path':_0x318600},_0x201edf[_0x1abd21(0x1b7)]({'sqlCode':_0x33bbb1['sqlCode'],'filePath':_0x442e57});}catch(_0x3d798f){_0x1d630c['push']({'sqlCode':_0x33bbb1[_0x1abd21(0x1dc)],'error':_0x3d798f instanceof Error?_0x3d798f['message']:String(_0x3d798f)});}}return _0x2618cd['lastSync']=new Date()['toISOString'](),await writeSqlLockFile(_0x1f94e3[_0x1abd21(0x1cf)],_0x2a5aaf),{'ok':_0x1d630c[_0x1abd21(0x1c6)]===0x0,'data':{'pulled':_0x201edf,'skipped':_0x306dd9,'failed':_0x1d630c},'message':'Pull\x20complete:\x20'+_0x201edf[_0x1abd21(0x1c6)]+'\x20written,\x20'+_0x306dd9['length']+_0x1abd21(0x1d7)+_0x1d630c[_0x1abd21(0x1c6)]+'\x20failed'};}};function a173_0x1b3a(){const _0x54e0e0=['5610848xAipFl','sqlCode','str','5829241DfOUYD','Filter\x20by\x20SQL\x20display\x20name','/smartapi/custom/queryUserCustomSqlList\x20+\x20/smartapi/custom/getUserCustomSql','1373024YEcnKT','nonInteractive','mybatisXml','sqlName','Pull\x20remote\x20SQL\x20queries\x20to\x20local\x20.rabetbase/sql/','apps','totalCount','sqls','10RdzyIs','path','sql','sqlRootDir','local\x20differs\x20from\x20remote','name','8939zkERwF','description','push','test','No\x20remote\x20SQL\x20queries\x20matched.','local\x20differs\x20from\x20remote\x20(use\x20--force\x20to\x20overwrite)','join','sqlcode','pull','Force\x20overwrite\x20local\x20unsynced\x20changes','Force\x20pull\x20will\x20overwrite\x20local\x20SQL\x20that\x20differs\x20from\x20remote.','Would\x20pull\x20','split','catch','trimStart','toISOString','sqlRoot','length','sqlContent','bool','write','unchanged','2oiprOA','\x20SQL\x20file(s)\x20into\x20','dbId','2054655HHlQGa','lockFilePath','force','appCode','32770PnctCY','tableData','1017MLLtST','540146vSzdjp','utf8','\x20skipped,\x20','paging','3822jCaFyv','would_pull'];a173_0x1b3a=function(){return _0x54e0e0;};return a173_0x1b3a();}function detectModeFromSql(_0x5c3e85){const _0x1eadbf=a173_0x54d893,_0xf67f4c=ensureRemoteSqlContent(_0x5c3e85),_0x421451=stripLocalSqlMetadata(_0xf67f4c,_0x1eadbf(0x1e3))[_0x1eadbf(0x1c3)]();if(/^<(select|insert|update|delete)\b/i[_0x1eadbf(0x1b8)](_0x421451))return'mybatisXml';return'sql';}function isEquivalentPulledSqlFile(_0x16c8b4,_0x57d01c,_0x496716){return normalizePullComparableContent(_0x16c8b4,_0x496716)===normalizePullComparableContent(_0x57d01c,_0x496716);}function normalizePullComparableContent(_0x295345,_0x556328){const _0xf1503b=a173_0x54d893,_0x43d56b=_0x295345['replace'](/\r\n/g,'\x0a')[_0xf1503b(0x1c1)]('\x0a'),_0x5572ff=_0x43d56b['filter'](_0x4631f3=>!isSyncedAtMetadataLine(_0x4631f3,_0x556328));return _0x5572ff[_0xf1503b(0x1bb)]('\x0a');}function isSyncedAtMetadataLine(_0x3d08ad,_0x556fa4){const _0x4b6e32=a173_0x54d893;if(_0x556fa4===_0x4b6e32(0x1e3))return/^\s*<!--\s*@lovrabet\.syncedAt:/[_0x4b6e32(0x1b8)](_0x3d08ad);return/^\s*--\s*@lovrabet\.syncedAt:/[_0x4b6e32(0x1b8)](_0x3d08ad);}
|