@lovrabet/rabetbase-cli 2.3.5 → 2.3.6-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/dry-run.js +1 -1
- package/lib/commands/common/flags.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/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/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/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/shared/compare-table.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/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.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/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-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/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
package/lib/core/bff/hash.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x340f6e,_0x145ce2){const _0x383665=a182_0x1889,_0x5d6b58=_0x340f6e();while(!![]){try{const _0x4f9b8a=parseInt(_0x383665(0x147))/0x1+-parseInt(_0x383665(0x145))/0x2*(-parseInt(_0x383665(0x14a))/0x3)+-parseInt(_0x383665(0x151))/0x4*(parseInt(_0x383665(0x149))/0x5)+parseInt(_0x383665(0x152))/0x6+-parseInt(_0x383665(0x14c))/0x7+parseInt(_0x383665(0x150))/0x8*(-parseInt(_0x383665(0x14b))/0x9)+parseInt(_0x383665(0x146))/0xa*(parseInt(_0x383665(0x14f))/0xb);if(_0x4f9b8a===_0x145ce2)break;else _0x5d6b58['push'](_0x5d6b58['shift']());}catch(_0x1eb9d4){_0x5d6b58['push'](_0x5d6b58['shift']());}}}(a182_0xf6d5,0xf3d30));import{readFile}from'node:fs/promises';import a182_0x1ddf40 from'node:crypto';function a182_0xf6d5(){const _0x320453=['hex','5GfwLIt','2205UNXimI','6459417KWhiFP','11489793VTKFwT','createHash','digest','11ppmYTp','8PpWlDN','4942856TUsGmA','10223820thrubQ','update','utf8','md5','1286KxcWVQ','17015450YxumHp','715410MOfEyR'];a182_0xf6d5=function(){return _0x320453;};return a182_0xf6d5();}function a182_0x1889(_0x4afb4c,_0x4c95c7){_0x4afb4c=_0x4afb4c-0x142;const _0xf6d5d3=a182_0xf6d5();let _0x18895b=_0xf6d5d3[_0x4afb4c];return _0x18895b;}export function computeContentHash(_0xafdce7){const _0x35a035=a182_0x1889;return a182_0x1ddf40[_0x35a035(0x14d)](_0x35a035(0x144))[_0x35a035(0x142)](_0xafdce7)[_0x35a035(0x14e)](_0x35a035(0x148));}export async function computeFileHash(_0x4085be){const _0x3e219a=a182_0x1889,_0x37a011=await readFile(_0x4085be,_0x3e219a(0x143));return computeContentHash(_0x37a011);}
|
package/lib/core/bff/lock.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a183_0x25d8(){const _0x23f3df=['\x22.\x20','924684YvpxXt','scriptsRoot','1122021CoRmoF','1130965JCaUEg','6qZRVeM','2409924WkahJc','apps','122794vALbjl','63414eifywk','functions','ENOENT','current\x20\x22','56QYmuME','code','11erMZrs','783993yIBWvm','parse',':\x20scriptsRoot\x20mismatch\x20—\x20','6RMDdPQ','\x22\x20vs\x20lock\x20\x22','lastSync','object','10bwfXgi','stringify','Check\x20.rabetbase/bff.lock.json\x20or\x20operate\x20from\x20the\x20correct\x20project\x20directory.'];a183_0x25d8=function(){return _0x23f3df;};return a183_0x25d8();}(function(_0x39d986,_0x769c4f){const _0x10c6b0=a183_0x33b3,_0x1a6a0f=_0x39d986();while(!![]){try{const _0xc86474=-parseInt(_0x10c6b0(0xf5))/0x1*(-parseInt(_0x10c6b0(0xeb))/0x2)+-parseInt(_0x10c6b0(0xf2))/0x3+parseInt(_0x10c6b0(0xfd))/0x4+-parseInt(_0x10c6b0(0x100))/0x5*(parseInt(_0x10c6b0(0x101))/0x6)+-parseInt(_0x10c6b0(0xea))/0x7*(parseInt(_0x10c6b0(0xef))/0x8)+-parseInt(_0x10c6b0(0xff))/0x9*(-parseInt(_0x10c6b0(0xf9))/0xa)+-parseInt(_0x10c6b0(0xf1))/0xb*(-parseInt(_0x10c6b0(0xe8))/0xc);if(_0xc86474===_0x769c4f)break;else _0x1a6a0f['push'](_0x1a6a0f['shift']());}catch(_0xcb12a2){_0x1a6a0f['push'](_0x1a6a0f['shift']());}}}(a183_0x25d8,0x2158f));import{mkdir,readFile,writeFile}from'node:fs/promises';function a183_0x33b3(_0x4203de,_0x4526b3){_0x4203de=_0x4203de-0xe8;const _0x25d8dd=a183_0x25d8();let _0x33b3eb=_0x25d8dd[_0x4203de];return _0x33b3eb;}import{dirname}from'node:path';export function createEmptyBffLock(){return{'apps':{}};}export function ensureLockScope(_0x41e19e,_0x10408c,_0x35da31,_0xf01097){const _0x187f4c=a183_0x33b3,_0x5ba25b={'apps':_0x41e19e[_0x187f4c(0xe9)]&&typeof _0x41e19e['apps']===_0x187f4c(0xf8)?_0x41e19e[_0x187f4c(0xe9)]:{}};let _0x2b4b17=_0x5ba25b[_0x187f4c(0xe9)][_0x10408c];if(!_0x2b4b17)return _0x2b4b17={'scriptsRoot':_0x35da31,'lastSync':'','functions':{}},_0x5ba25b[_0x187f4c(0xe9)][_0x10408c]=_0x2b4b17,{'lockData':_0x5ba25b,'appLock':_0x2b4b17};if(!_0x2b4b17[_0x187f4c(0xfe)])_0x2b4b17[_0x187f4c(0xfe)]=_0x35da31;else{if(_0x2b4b17[_0x187f4c(0xfe)]!==_0x35da31)throw new Error(_0xf01097+_0x187f4c(0xf4)+(_0x187f4c(0xee)+_0x35da31+_0x187f4c(0xf6)+_0x2b4b17['scriptsRoot']+_0x187f4c(0xfc))+_0x187f4c(0xfb));}return!_0x2b4b17[_0x187f4c(0xec)]&&(_0x2b4b17[_0x187f4c(0xec)]={}),!_0x2b4b17[_0x187f4c(0xf7)]&&(_0x2b4b17[_0x187f4c(0xf7)]=''),{'lockData':_0x5ba25b,'appLock':_0x2b4b17};}export async function readBffLockFile(_0x5a94ed){const _0x5e3dc1=a183_0x33b3;try{const _0x473aba=await readFile(_0x5a94ed,'utf8'),_0x25110f=JSON[_0x5e3dc1(0xf3)](_0x473aba);return{'apps':_0x25110f[_0x5e3dc1(0xe9)]&&typeof _0x25110f[_0x5e3dc1(0xe9)]==='object'?_0x25110f[_0x5e3dc1(0xe9)]:{}};}catch(_0x162d40){if(_0x162d40[_0x5e3dc1(0xf0)]===_0x5e3dc1(0xed))return null;throw new Error('Failed\x20to\x20read\x20BFF\x20lock\x20file:\x20'+String(_0x162d40));}}export async function writeBffLockFile(_0x38f9a1,_0x1b8410){const _0x379ac9=a183_0x33b3;await mkdir(dirname(_0x38f9a1),{'recursive':!![]}),await writeFile(_0x38f9a1,JSON[_0x379ac9(0xfa)](_0x1b8410,null,0x2),'utf8');}
|
package/lib/core/bff/utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3c67d7,_0x353edf){const _0x66db46=a185_0x2065,_0x353a63=_0x3c67d7();while(!![]){try{const _0x2a5edd=-parseInt(_0x66db46(0xe3))/0x1*(-parseInt(_0x66db46(0xd0))/0x2)+parseInt(_0x66db46(0xd8))/0x3+parseInt(_0x66db46(0xd5))/0x4*(parseInt(_0x66db46(0xcf))/0x5)+parseInt(_0x66db46(0xdb))/0x6*(-parseInt(_0x66db46(0xe1))/0x7)+-parseInt(_0x66db46(0xda))/0x8+parseInt(_0x66db46(0xd2))/0x9*(parseInt(_0x66db46(0xdd))/0xa)+-parseInt(_0x66db46(0xd4))/0xb*(parseInt(_0x66db46(0xdf))/0xc);if(_0x2a5edd===_0x353edf)break;else _0x353a63['push'](_0x353a63['shift']());}catch(_0x12e319){_0x353a63['push'](_0x353a63['shift']());}}}(a185_0x16ab,0x43739));export function snakeToCamel(_0x46f39f){const _0x747a2f=a185_0x2065;return _0x46f39f[_0x747a2f(0xe2)]()[_0x747a2f(0xe0)](/_([a-z])/g,(_0x13a1b3,_0x2646bb)=>_0x2646bb['toUpperCase']());}function a185_0x2065(_0x2a5950,_0x264b62){_0x2a5950=_0x2a5950-0xce;const _0x16abb1=a185_0x16ab();let _0x206535=_0x16abb1[_0x2a5950];return _0x206535;}export function findHookLocationByRemoteId(_0x1cb015,_0x598d0d){const _0x154459=a185_0x2065;if(!_0x598d0d)return undefined;for(const _0x209b87 of Object['values'](_0x1cb015)){if(_0x209b87[_0x154459(0xce)]===_0x598d0d&&_0x209b87[_0x154459(0xd3)]&&_0x209b87['operationType']&&_0x209b87[_0x154459(0xd9)])return{'datasetCode':_0x209b87['datasetCode'],'operationType':_0x209b87[_0x154459(0xd7)],'functionNode':_0x209b87[_0x154459(0xd9)]};}return undefined;}function a185_0x16ab(){const _0x2234d3=['toLowerCase','1nvfATU','remoteId','288290pEzKgT','897908EvpwpS','before','54aiuLVN','datasetCode','209IEhSmB','32eCIucS','test','operationType','1078989cQdasE','functionNode','3390464kzaMzV','3212748OfPYdb','match','528800EGXODa','trim','222072drLbQZ','replace','7rzSRXs'];a185_0x16ab=function(){return _0x2234d3;};return a185_0x16ab();}export function extractScriptDescription(_0x3f3094){const _0x1c3870=a185_0x2065,_0x360412=_0x3f3094[_0x1c3870(0xdc)](/\[\s*脚本描述\s*]\s*(.+)/);return _0x360412?.[0x1]?.[_0x1c3870(0xde)]()||undefined;}export function isValidBffFunctionName(_0x139918){const _0x403994=a185_0x2065;return/^[A-Za-z_$][A-Za-z0-9_$]*$/[_0x403994(0xd6)](_0x139918);}export function normalizeHookFunctionNode(_0x726440){const _0x21ff5e=a185_0x2065;if(!_0x726440)return undefined;const _0x543b96=_0x726440['trim']()[_0x21ff5e(0xe2)]();if(_0x543b96===_0x21ff5e(0xd1)||_0x543b96==='after')return _0x543b96;return undefined;}
|
package/lib/core/db-resolver.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x57f188,_0x494f5b){const _0x34678c=a186_0x1c33,_0x2569c5=_0x57f188();while(!![]){try{const _0xf77ba3=parseInt(_0x34678c(0x15d))/0x1+parseInt(_0x34678c(0x161))/0x2+-parseInt(_0x34678c(0x152))/0x3+-parseInt(_0x34678c(0x163))/0x4+-parseInt(_0x34678c(0x160))/0x5+-parseInt(_0x34678c(0x164))/0x6*(parseInt(_0x34678c(0x155))/0x7)+parseInt(_0x34678c(0x15f))/0x8;if(_0xf77ba3===_0x494f5b)break;else _0x2569c5['push'](_0x2569c5['shift']());}catch(_0x1a32dd){_0x2569c5['push'](_0x2569c5['shift']());}}}(a186_0x220c,0x97960));import{listDatasets}from'../core/api-client.js';const cache=new Map();export async function listDatabases(_0x27d92b){const _0x4d8364=a186_0x1c33;if(cache[_0x4d8364(0x166)](_0x27d92b))return cache['get'](_0x27d92b);const _0x214723=await listDatasets(_0x27d92b),_0x133fbe=new Map();for(const _0x5dcbde of _0x214723){const _0x3dfd9c=_0x5dcbde['dbtableConfig'];_0x3dfd9c?.[_0x4d8364(0x169)]!=null&&_0x133fbe[_0x4d8364(0x157)](_0x3dfd9c[_0x4d8364(0x169)],_0x3dfd9c[_0x4d8364(0x168)]??_0x4d8364(0x151)+_0x3dfd9c[_0x4d8364(0x169)]);}const _0xb89efe=[..._0x133fbe['entries']()][_0x4d8364(0x154)](([_0x38fc4a,_0x51f97a])=>({'dbId':_0x38fc4a,'dbName':_0x51f97a}));return cache[_0x4d8364(0x157)](_0x27d92b,_0xb89efe),_0xb89efe;}function a186_0x1c33(_0x53c7de,_0x2beb73){_0x53c7de=_0x53c7de-0x14f;const _0x220cf9=a186_0x220c();let _0x1c3346=_0x220cf9[_0x53c7de];return _0x1c3346;}export async function resolveDb(_0x51b993,_0x2b2e4d){const _0x434f93=a186_0x1c33,_0x3adee0=await listDatabases(_0x51b993);if(_0x3adee0['length']===0x0)return{'resolved':[],'error':_0x434f93(0x162)+_0x51b993+_0x434f93(0x150)};if(!_0x2b2e4d)return{'resolved':_0x3adee0};const _0x233d9c=Number(_0x2b2e4d);if(!Number[_0x434f93(0x14f)](_0x233d9c)){const _0xcf7728=_0x3adee0[_0x434f93(0x158)](_0x5bb28d=>_0x5bb28d[_0x434f93(0x169)]===_0x233d9c);if(_0xcf7728)return{'resolved':[_0xcf7728]};}const _0x3f7b77=_0x2b2e4d['toLowerCase'](),_0x36781a=_0x3adee0[_0x434f93(0x167)](_0x34e73c=>_0x34e73c[_0x434f93(0x168)]['toLowerCase']()[_0x434f93(0x159)](_0x3f7b77));if(_0x36781a[_0x434f93(0x15a)]>0x0)return{'resolved':_0x36781a};const _0x2ceac3=_0x3adee0['map'](_0x4a8989=>_0x4a8989['dbName']+'\x20('+_0x4a8989[_0x434f93(0x169)]+')')[_0x434f93(0x15c)](',\x20');return{'resolved':[],'error':_0x434f93(0x15b)+_0x2b2e4d+_0x434f93(0x165)+_0x51b993+'\x22.\x20Available:\x20'+_0x2ceac3+_0x434f93(0x156)};}function a186_0x220c(){const _0x7a5417=['dbId','isNaN','\x22.\x20Make\x20sure\x20datasets\x20have\x20been\x20created.','db-','207069cTFNVU','\x22\x20matches\x20multiple\x20databases:\x20','map','70DpNcDG','.\x20If\x20this\x20db\x20belongs\x20to\x20another\x20app,\x20rerun\x20with\x20--appcode\x20<appCode>.','set','find','includes','length','No\x20database\x20matching\x20\x22','join','533052FDWUEE','Multiple\x20databases\x20found.\x20Specify\x20one\x20with\x20--db:\x20','12280560ZAcOZQ','5721255FfHhol','967762FlkjZA','No\x20linked\x20databases\x20found\x20under\x20app\x20\x22','1900492uzZigJ','145626UwVOfT','\x22\x20under\x20app\x20\x22','has','filter','dbName'];a186_0x220c=function(){return _0x7a5417;};return a186_0x220c();}export async function resolveOneDb(_0x564457,_0xc972fa){const _0x46df36=a186_0x1c33,{resolved:_0x5c9c74,error:_0x71909f}=await resolveDb(_0x564457,_0xc972fa);if(_0x71909f)return{'db':null,'error':_0x71909f};if(_0x5c9c74[_0x46df36(0x15a)]===0x1)return{'db':_0x5c9c74[0x0]};if(!_0xc972fa){const _0x2d2a9b=_0x5c9c74[_0x46df36(0x154)](_0x3d2a13=>_0x3d2a13['dbName']+'\x20('+_0x3d2a13['dbId']+')')[_0x46df36(0x15c)](',\x20');return{'db':null,'error':_0x46df36(0x15e)+_0x2d2a9b};}const _0x56f6a4=_0x5c9c74[_0x46df36(0x154)](_0x1199d2=>_0x1199d2[_0x46df36(0x168)]+'\x20('+_0x1199d2[_0x46df36(0x169)]+')')['join'](',\x20');return{'db':null,'error':'\x22'+_0xc972fa+_0x46df36(0x153)+_0x56f6a4+'.\x20Be\x20more\x20specific.'};}export async function getDbName(_0x14b857,_0x4d62f3){const _0x5d2b90=a186_0x1c33,_0x1caf22=await listDatabases(_0x14b857);return _0x1caf22[_0x5d2b90(0x158)](_0xa390bf=>_0xa390bf[_0x5d2b90(0x169)]===_0x4d62f3)?.[_0x5d2b90(0x168)];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a187_0x4a0a17=a187_0x1228;function a187_0x2ca3(){const _0x215d89=['.rabetbase','8BdjCdx','cwd','3815651zDYsAL','7488774YGbdzV','79612vcGymV','9104870UINnBo','242538ujFpPY','toUpperCase','F_OK','42555wjJsqv','page.lock.json','15cIYwFI','938940GrmRqd','appPagesDir','page','600PmemTW'];a187_0x2ca3=function(){return _0x215d89;};return a187_0x2ca3();}(function(_0x146dc7,_0x19c4ae){const _0x12d503=a187_0x1228,_0x2eafdb=_0x146dc7();while(!![]){try{const _0x3f6faf=-parseInt(_0x12d503(0x1f9))/0x1*(parseInt(_0x12d503(0x1f2))/0x2)+parseInt(_0x12d503(0x1fa))/0x3+-parseInt(_0x12d503(0x1fd))/0x4*(parseInt(_0x12d503(0x1f7))/0x5)+-parseInt(_0x12d503(0x1f4))/0x6+parseInt(_0x12d503(0x1f0))/0x7*(parseInt(_0x12d503(0x1ee))/0x8)+parseInt(_0x12d503(0x1f1))/0x9+parseInt(_0x12d503(0x1f3))/0xa;if(_0x3f6faf===_0x19c4ae)break;else _0x2eafdb['push'](_0x2eafdb['shift']());}catch(_0x2ce321){_0x2eafdb['push'](_0x2eafdb['shift']());}}}(a187_0x2ca3,0xa7993));import{constants}from'node:fs';function a187_0x1228(_0x25a543,_0x324e8f){_0x25a543=_0x25a543-0x1ee;const _0x2ca3a0=a187_0x2ca3();let _0x122831=_0x2ca3a0[_0x25a543];return _0x122831;}import{access,mkdir}from'node:fs/promises';import{dirname,join,resolve}from'node:path';export function loadPageProjectConfig(_0x5983c0,_0x54bcce=process[a187_0x4a0a17(0x1ef)]()){const _0x16d2a9=a187_0x4a0a17,_0x5220de=resolve(_0x54bcce),_0x43bd90=join(_0x5220de,_0x16d2a9(0x1fe),_0x16d2a9(0x1fc));return{'projectRoot':_0x5220de,'pagesBaseDir':_0x43bd90,'appPagesDir':join(_0x43bd90,_0x5983c0),'lockFilePath':join(_0x5220de,_0x16d2a9(0x1fe),_0x16d2a9(0x1f8))};}export function buildPageFileName(_0x441528,_0x2caa2a){const _0x3fb3d2=a187_0x4a0a17;return _0x441528+'-'+String(_0x2caa2a)[_0x3fb3d2(0x1f5)]()+'.json';}export function resolvePageFilePath(_0x442b62,_0x17ad83,_0x238ce9){const _0x3e2d48=a187_0x4a0a17;return join(_0x442b62[_0x3e2d48(0x1fb)],buildPageFileName(_0x17ad83,_0x238ce9));}export async function ensureParentDirectory(_0x4da27c){await mkdir(dirname(_0x4da27c),{'recursive':!![]});}export async function fileExists(_0x398f0c){const _0x7cf086=a187_0x4a0a17;try{return await access(_0x398f0c,constants[_0x7cf086(0x1f6)]),!![];}catch{return![];}}
|
package/lib/core/page/hash.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5d6c19,_0x5cbee7){const _0xf0bc96=a188_0x2b68,_0x714326=_0x5d6c19();while(!![]){try{const _0x16c73f=-parseInt(_0xf0bc96(0x1a2))/0x1+-parseInt(_0xf0bc96(0x1a8))/0x2*(parseInt(_0xf0bc96(0x19c))/0x3)+-parseInt(_0xf0bc96(0x1a4))/0x4+parseInt(_0xf0bc96(0x1a6))/0x5*(-parseInt(_0xf0bc96(0x1a1))/0x6)+-parseInt(_0xf0bc96(0x1a7))/0x7*(parseInt(_0xf0bc96(0x19a))/0x8)+-parseInt(_0xf0bc96(0x19f))/0x9+-parseInt(_0xf0bc96(0x196))/0xa*(-parseInt(_0xf0bc96(0x19b))/0xb);if(_0x16c73f===_0x5cbee7)break;else _0x714326['push'](_0x714326['shift']());}catch(_0x2d1f40){_0x714326['push'](_0x714326['shift']());}}}(a188_0x2812,0x3a17d));function a188_0x2b68(_0xde8d1b,_0x275ed2){_0xde8d1b=_0xde8d1b-0x196;const _0x281281=a188_0x2812();let _0x2b681c=_0x281281[_0xde8d1b];return _0x2b681c;}import a188_0x3156d6 from'node:crypto';import{readFile}from'node:fs/promises';export function serializePageSchemaForFile(_0xd947b4){const _0x8ba2b7=a188_0x2b68;return JSON[_0x8ba2b7(0x1a5)](JSON[_0x8ba2b7(0x198)](_0xd947b4),null,0x2)+'\x0a';}export function computePageContentHash(_0x1ab797){const _0x2221c3=a188_0x2b68;return a188_0x3156d6[_0x2221c3(0x19d)](_0x2221c3(0x199))[_0x2221c3(0x1a3)](_0x1ab797)[_0x2221c3(0x19e)](_0x2221c3(0x1a0));}export function computeSerializedSchemaHash(_0x44eef8){return computePageContentHash(serializePageSchemaForFile(_0x44eef8));}function a188_0x2812(){const _0x28e400=['13584sklcFZ','307477VJrHRD','update','1395216UdisDO','stringify','510LdPVqD','105RXKYuT','115652RoBdte','4872830nCwFiC','utf8','parse','md5','145512uCEGNG','33ShDPwv','3zdInpC','createHash','digest','54270QSBrLu','hex'];a188_0x2812=function(){return _0x28e400;};return a188_0x2812();}export async function computePageFileHash(_0x1560f8){const _0x15a2a0=a188_0x2b68,_0x4307a9=await readFile(_0x1560f8,_0x15a2a0(0x197));return computePageContentHash(_0x4307a9);}
|
package/lib/core/page/lock.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a189_0x37fb(_0x21f635,_0x11c86e){_0x21f635=_0x21f635-0xdd;const _0x565dee=a189_0x565d();let _0x37fbb4=_0x565dee[_0x21f635];return _0x37fbb4;}(function(_0x19bc36,_0x4741eb){const _0x116087=a189_0x37fb,_0x203f4b=_0x19bc36();while(!![]){try{const _0x17fafa=-parseInt(_0x116087(0xe1))/0x1*(-parseInt(_0x116087(0xe4))/0x2)+-parseInt(_0x116087(0xf0))/0x3+-parseInt(_0x116087(0xe5))/0x4+-parseInt(_0x116087(0xee))/0x5*(parseInt(_0x116087(0xe9))/0x6)+-parseInt(_0x116087(0xec))/0x7+parseInt(_0x116087(0xe2))/0x8*(-parseInt(_0x116087(0xe7))/0x9)+parseInt(_0x116087(0xe3))/0xa*(parseInt(_0x116087(0xe6))/0xb);if(_0x17fafa===_0x4741eb)break;else _0x203f4b['push'](_0x203f4b['shift']());}catch(_0x8f84b7){_0x203f4b['push'](_0x203f4b['shift']());}}}(a189_0x565d,0x793f0));function a189_0x565d(){const _0x3f45af=['utf8','lastSync','object','41LPTgBK','6497016ZgHcNd','9250170OELUQd','34322RAkxdl','2405464YPjwmN','33zhJSkN','9yCUJXU','ENOENT','16938OJqUJV','code','apps','4305644uTyGZA','pages','365wbyTYA','stringify','2242092IJMfaO','Failed\x20to\x20read\x20page\x20lock\x20file:\x20'];a189_0x565d=function(){return _0x3f45af;};return a189_0x565d();}import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';export function createEmptyPageLock(){return{'apps':{}};}export function ensurePageLockScope(_0x246c2f,_0x2aca66){const _0x359873=a189_0x37fb,_0x13eb27={'apps':_0x246c2f[_0x359873(0xeb)]&&typeof _0x246c2f[_0x359873(0xeb)]===_0x359873(0xe0)?_0x246c2f[_0x359873(0xeb)]:{}};let _0x5854d1=_0x13eb27[_0x359873(0xeb)][_0x2aca66];if(!_0x5854d1)return _0x5854d1={'lastSync':'','pages':{}},_0x13eb27['apps'][_0x2aca66]=_0x5854d1,{'lockData':_0x13eb27,'appLock':_0x5854d1};return!_0x5854d1[_0x359873(0xdf)]&&(_0x5854d1['lastSync']=''),(!_0x5854d1[_0x359873(0xed)]||typeof _0x5854d1[_0x359873(0xed)]!=='object')&&(_0x5854d1[_0x359873(0xed)]={}),{'lockData':_0x13eb27,'appLock':_0x5854d1};}export async function readPageLockFile(_0x49dac0){const _0x29942b=a189_0x37fb;try{const _0x1a5dc4=await readFile(_0x49dac0,_0x29942b(0xde)),_0x3e305a=JSON['parse'](_0x1a5dc4);return{'apps':_0x3e305a['apps']&&typeof _0x3e305a[_0x29942b(0xeb)]===_0x29942b(0xe0)?_0x3e305a[_0x29942b(0xeb)]:{}};}catch(_0x724cd1){if(_0x724cd1[_0x29942b(0xea)]===_0x29942b(0xe8))return null;throw new Error(_0x29942b(0xdd)+String(_0x724cd1));}}export async function writePageLockFile(_0x8317a9,_0x1a0fd6){const _0x4ffab6=a189_0x37fb;await mkdir(dirname(_0x8317a9),{'recursive':!![]}),await writeFile(_0x8317a9,JSON[_0x4ffab6(0xef)](_0x1a0fd6,null,0x2),'utf8');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a191_0x22c5(){const _0x5e9e16=['12UzchOK','sql.lock.json','276374dkXFlC','5324543WhjuGT','8PPzOEl','10150630EgAuhO','415095HLSTdl','2730720AUquzZ','.rabetbase','32nXXVdg','4812depqOu','sql-trash','10400706XmyzBO'];a191_0x22c5=function(){return _0x5e9e16;};return a191_0x22c5();}const a191_0x14f85b=a191_0x23a9;(function(_0x528ddd,_0x3be17e){const _0x1907e1=a191_0x23a9,_0x355866=_0x528ddd();while(!![]){try{const _0x138a7a=-parseInt(_0x1907e1(0x1fa))/0x1+-parseInt(_0x1907e1(0x1ff))/0x2+parseInt(_0x1907e1(0x1f6))/0x3*(parseInt(_0x1907e1(0x1f9))/0x4)+parseInt(_0x1907e1(0x1f7))/0x5+parseInt(_0x1907e1(0x1fd))/0x6*(parseInt(_0x1907e1(0x200))/0x7)+-parseInt(_0x1907e1(0x1f4))/0x8*(parseInt(_0x1907e1(0x1fc))/0x9)+-parseInt(_0x1907e1(0x1f5))/0xa;if(_0x138a7a===_0x3be17e)break;else _0x355866['push'](_0x355866['shift']());}catch(_0xf19db7){_0x355866['push'](_0x355866['shift']());}}}(a191_0x22c5,0xd21fa));import{resolve}from'node:path';function a191_0x23a9(_0x139674,_0x3e9fc7){_0x139674=_0x139674-0x1f4;const _0x22c52a=a191_0x22c5();let _0x23a9d=_0x22c52a[_0x139674];return _0x23a9d;}import{findProjectRootDirectory}from'../../context.js';const DOT_DIR=a191_0x14f85b(0x1f8),LOCK_FILE_NAME=a191_0x14f85b(0x1fe),TRASH_DIR_NAME=a191_0x14f85b(0x1fb);export function loadSqlProjectConfig(_0x116e8b,_0x384ba9){const _0x190346=resolve(_0x384ba9??findProjectRootDirectory()),_0x3087c5=DOT_DIR+'/sql',_0xd22d8a=_0x3087c5+'/'+_0x116e8b;return{'projectRoot':_0x190346,'appCode':_0x116e8b,'sqlWorkspaceRoot':_0x3087c5,'sqlRoot':_0xd22d8a,'sqlRootDir':resolve(_0x190346,DOT_DIR,'sql',_0x116e8b),'lockFilePath':resolve(_0x190346,DOT_DIR,LOCK_FILE_NAME),'trashDir':resolve(_0x190346,DOT_DIR,TRASH_DIR_NAME)};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x440194,_0x159332){const _0x2a57c3=a192_0x1136,_0x40b319=_0x440194();while(!![]){try{const _0x10b7ac=parseInt(_0x2a57c3(0x15d))/0x1*(-parseInt(_0x2a57c3(0x168))/0x2)+parseInt(_0x2a57c3(0x15e))/0x3*(parseInt(_0x2a57c3(0x16b))/0x4)+parseInt(_0x2a57c3(0x165))/0x5*(-parseInt(_0x2a57c3(0x167))/0x6)+parseInt(_0x2a57c3(0x154))/0x7+-parseInt(_0x2a57c3(0x162))/0x8+parseInt(_0x2a57c3(0x160))/0x9+parseInt(_0x2a57c3(0x155))/0xa*(parseInt(_0x2a57c3(0x161))/0xb);if(_0x10b7ac===_0x159332)break;else _0x40b319['push'](_0x40b319['shift']());}catch(_0x41eb4b){_0x40b319['push'](_0x40b319['shift']());}}}(a192_0x3611,0x8014c));function a192_0x3611(){const _0x55b3ae=['1zniums','1371JiAUsT','toLowerCase','5463495WmEgGP','6963jraqJU','5838592WLGEEE','mybatisXml','test','3022185CsAvmU','sql','6nBTnpr','1493554ZSmyqp','sqlName','mode','5188tVRVMN','indexOf','sqlCode','isDirectory','sqlRootDir','ENOENT','isFile','name','filter','79625IcqKkA','22030XqUUhK','code','slice','push','dbId','length','dbName','.xml'];a192_0x3611=function(){return _0x55b3ae;};return a192_0x3611();}function a192_0x1136(_0x140cd9,_0x37ed7a){_0x140cd9=_0x140cd9-0x14f;const _0x3611d7=a192_0x3611();let _0x113637=_0x3611d7[_0x140cd9];return _0x113637;}import{readdir,stat}from'node:fs/promises';import{extname,join,relative}from'node:path';import{buildDefaultSqlFileName,buildSqlRelativePath}from'./utils.js';function extensionToMode(_0x43d319){const _0x40c2a4=a192_0x1136;if(_0x43d319==='.sql')return _0x40c2a4(0x166);if(_0x43d319===_0x40c2a4(0x15c))return _0x40c2a4(0x163);return undefined;}async function scanSqlFilesRecursively(_0x149ebc,_0x51fc0f){const _0x5afcf0=a192_0x1136,_0x1835a4=[];try{const _0x2dd4ac=await readdir(_0x149ebc,{'withFileTypes':!![]});for(const _0x3e7f3a of _0x2dd4ac){const _0x51b610=join(_0x149ebc,_0x3e7f3a[_0x5afcf0(0x152)]);if(_0x3e7f3a[_0x5afcf0(0x16e)]()){_0x1835a4[_0x5afcf0(0x158)](...await scanSqlFilesRecursively(_0x51b610,_0x51fc0f));continue;}if(!_0x3e7f3a[_0x5afcf0(0x151)]())continue;const _0x44e92=extname(_0x3e7f3a[_0x5afcf0(0x152)])[_0x5afcf0(0x15f)](),_0x3bbb39=extensionToMode(_0x44e92);if(!_0x3bbb39)continue;const _0x64a2c8=relative(_0x51fc0f,_0x51b610)['replace'](/\\/g,'/'),_0x16a3d1=_0x64a2c8['split']('/')[_0x5afcf0(0x153)](Boolean),_0xae1f3b=parseSqlPath(_0x16a3d1,_0x3e7f3a['name'],_0x44e92);if(!_0xae1f3b)continue;_0x1835a4['push']({'sqlCode':_0xae1f3b[_0x5afcf0(0x16d)],'sqlName':_0xae1f3b[_0x5afcf0(0x169)],'dbDirectory':_0x16a3d1[0x0],'filePath':_0x51b610,'relativePath':_0x64a2c8,'lockKey':_0xae1f3b[_0x5afcf0(0x16d)],'mode':_0x3bbb39});}}catch(_0x1970ad){if(_0x1970ad[_0x5afcf0(0x156)]!==_0x5afcf0(0x150))throw _0x1970ad;}return _0x1835a4;}export async function scanLocalSqlQueries(_0x19df84){const _0x5e4bd5=a192_0x1136;return scanSqlFilesRecursively(_0x19df84['sqlRootDir'],_0x19df84[_0x5e4bd5(0x14f)]);}export function resolveLocalSqlFilePath(_0x16d666,_0x224257,_0x762bcb){const _0xe81c2c=a192_0x1136,_0x73976=_0x762bcb?.['path']||(_0x762bcb?.[_0xe81c2c(0x169)]||_0x762bcb?.[_0xe81c2c(0x15b)]?buildSqlRelativePath(_0x224257,_0x762bcb?.[_0xe81c2c(0x169)],_0x762bcb?.['dbName'],_0x762bcb?.[_0xe81c2c(0x16a)]||_0xe81c2c(0x166),_0x762bcb?.[_0xe81c2c(0x159)]):buildDefaultSqlFileName(_0x224257,_0x762bcb?.[_0xe81c2c(0x16a)]||_0xe81c2c(0x166)));return join(_0x16d666[_0xe81c2c(0x14f)],_0x73976);}export async function directoryExists(_0x6a896d){const _0x50b9a3=a192_0x1136;try{const _0x2c427d=await stat(_0x6a896d);return _0x2c427d[_0x50b9a3(0x16e)]();}catch{return![];}}function parseSqlPath(_0x1e1d17,_0x18a6a5,_0x183c7b){const _0x49e4b2=a192_0x1136,_0x3a3a6d=_0x18a6a5[_0x49e4b2(0x157)](0x0,-_0x183c7b[_0x49e4b2(0x15a)]);if(_0x1e1d17['length']<0x2)return null;const _0x3f3847=_0x3a3a6d[_0x49e4b2(0x16c)]('_');if(_0x3f3847<=0x0||_0x3f3847>=_0x3a3a6d[_0x49e4b2(0x15a)]-0x1)return null;const _0x47d28a=_0x3a3a6d[_0x49e4b2(0x157)](0x0,_0x3f3847);if(!isLikelySqlCode(_0x47d28a))return null;return{'sqlCode':_0x47d28a,'sqlName':_0x3a3a6d[_0x49e4b2(0x157)](_0x3f3847+0x1)};}function isLikelySqlCode(_0x5c75ae){const _0x176954=a192_0x1136;return/^[A-Za-z0-9-]+-[A-Za-z0-9-]+$/[_0x176954(0x164)](_0x5c75ae);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5222f8,_0x34a516){const _0x3d596f=a193_0x436d,_0x403fb0=_0x5222f8();while(!![]){try{const _0x59c77e=-parseInt(_0x3d596f(0x1e7))/0x1+parseInt(_0x3d596f(0x1e1))/0x2*(parseInt(_0x3d596f(0x1e3))/0x3)+parseInt(_0x3d596f(0x1df))/0x4*(parseInt(_0x3d596f(0x1e8))/0x5)+parseInt(_0x3d596f(0x1dd))/0x6+parseInt(_0x3d596f(0x1e9))/0x7+parseInt(_0x3d596f(0x1e5))/0x8+parseInt(_0x3d596f(0x1e0))/0x9*(-parseInt(_0x3d596f(0x1e2))/0xa);if(_0x59c77e===_0x34a516)break;else _0x403fb0['push'](_0x403fb0['shift']());}catch(_0x4f3070){_0x403fb0['push'](_0x403fb0['shift']());}}}(a193_0x4d5f,0xd1c7b));import{readFile}from'node:fs/promises';import a193_0x296ece from'node:crypto';function a193_0x4d5f(){const _0x3a2818=['12337408Azddnh','update','868896ECIrEU','5WFFSXY','7412048DlGhOf','5936910OdIxPL','hex','594512XHNKRd','18996111StIngX','2eOwAtR','10ZVpdcL','299043VduFww','utf8'];a193_0x4d5f=function(){return _0x3a2818;};return a193_0x4d5f();}export function computeSqlContentHash(_0x4d99f4){const _0x227d08=a193_0x436d;return a193_0x296ece['createHash']('md5')[_0x227d08(0x1e6)](_0x4d99f4)['digest'](_0x227d08(0x1de));}function a193_0x436d(_0xbc2100,_0x4c74e3){_0xbc2100=_0xbc2100-0x1dd;const _0x4d5fab=a193_0x4d5f();let _0x436da5=_0x4d5fab[_0xbc2100];return _0x436da5;}export async function computeSqlFileHash(_0x536865){const _0x13a40e=a193_0x436d,_0x306871=await readFile(_0x536865,_0x13a40e(0x1e4));return computeSqlContentHash(_0x306871);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4dae55,_0x123f02){const _0x23327a=a194_0x1015,_0x401b7e=_0x4dae55();while(!![]){try{const _0x945bfb=-parseInt(_0x23327a(0xa9))/0x1+parseInt(_0x23327a(0xb5))/0x2+-parseInt(_0x23327a(0xaf))/0x3+parseInt(_0x23327a(0xb4))/0x4+-parseInt(_0x23327a(0xac))/0x5*(parseInt(_0x23327a(0xb9))/0x6)+-parseInt(_0x23327a(0xaa))/0x7*(-parseInt(_0x23327a(0xb0))/0x8)+-parseInt(_0x23327a(0xb6))/0x9*(-parseInt(_0x23327a(0xa5))/0xa);if(_0x945bfb===_0x123f02)break;else _0x401b7e['push'](_0x401b7e['shift']());}catch(_0x3b7a2a){_0x401b7e['push'](_0x401b7e['shift']());}}}(a194_0x4cf2,0x991ae));import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';export function createEmptySqlLock(){return{'apps':{}};}function a194_0x4cf2(){const _0x10823a=['224oJVNpO','apps','code','utf8','3769312mzRKjh','1604292nMCAOW','9bfGPdJ','\x22\x20vs\x20lock\x20\x22','sqls','203268BosbIZ','parse','3140630cuxzJX','stringify','Check\x20.rabetbase/sql.lock.json\x20or\x20operate\x20from\x20the\x20correct\x20project\x20directory.','\x22.\x20','1219093cMHGqa','5677tSkXlW','sqlRoot','15ViVFaZ','lastSync','Failed\x20to\x20read\x20SQL\x20lock\x20file:\x20','400200piveHn'];a194_0x4cf2=function(){return _0x10823a;};return a194_0x4cf2();}export function ensureSqlLockScope(_0x3642be,_0x5ef8ab,_0x35d749,_0x4aeff1){const _0x27bfc5=a194_0x1015,_0x55c5ce=_0x3642be??createEmptySqlLock();let _0x264301=_0x55c5ce[_0x27bfc5(0xb1)][_0x5ef8ab];if(!_0x264301)return _0x264301={'sqlRoot':_0x35d749,'lastSync':'','sqls':{}},_0x55c5ce[_0x27bfc5(0xb1)][_0x5ef8ab]=_0x264301,{'lockData':_0x55c5ce,'appLock':_0x264301};if(!_0x264301[_0x27bfc5(0xab)])_0x264301[_0x27bfc5(0xab)]=_0x35d749;else{if(_0x264301[_0x27bfc5(0xab)]!==_0x35d749)throw new Error(_0x4aeff1+':\x20sqlRoot\x20mismatch\x20—\x20current\x20\x22'+_0x35d749+_0x27bfc5(0xb7)+_0x264301[_0x27bfc5(0xab)]+_0x27bfc5(0xa8)+_0x27bfc5(0xa7));}return!_0x264301[_0x27bfc5(0xb8)]&&(_0x264301[_0x27bfc5(0xb8)]={}),!_0x264301['lastSync']&&(_0x264301[_0x27bfc5(0xad)]=''),{'lockData':_0x55c5ce,'appLock':_0x264301};}function a194_0x1015(_0x156982,_0x31b737){_0x156982=_0x156982-0xa4;const _0x4cf222=a194_0x4cf2();let _0x1015b5=_0x4cf222[_0x156982];return _0x1015b5;}export async function readSqlLockFile(_0x5413fa){const _0xe737db=a194_0x1015;try{const _0x2b03d8=await readFile(_0x5413fa,_0xe737db(0xb3));return JSON[_0xe737db(0xa4)](_0x2b03d8);}catch(_0x3326f5){if(_0x3326f5[_0xe737db(0xb2)]==='ENOENT')return null;throw new Error(_0xe737db(0xae)+String(_0x3326f5));}}export async function writeSqlLockFile(_0x20fd6d,_0x40aa36){const _0x2eb7af=a194_0x1015;await mkdir(dirname(_0x20fd6d),{'recursive':!![]}),await writeFile(_0x20fd6d,JSON[_0x2eb7af(0xa6)](_0x40aa36,null,0x2),_0x2eb7af(0xb3));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1f0583,_0x5e7f7a){const _0x85b3e=a196_0x281d,_0x46a270=_0x1f0583();while(!![]){try{const _0x53064a=-parseInt(_0x85b3e(0x111))/0x1*(parseInt(_0x85b3e(0x10b))/0x2)+parseInt(_0x85b3e(0x10d))/0x3*(parseInt(_0x85b3e(0x112))/0x4)+-parseInt(_0x85b3e(0x118))/0x5*(-parseInt(_0x85b3e(0x117))/0x6)+parseInt(_0x85b3e(0x11a))/0x7*(-parseInt(_0x85b3e(0x10c))/0x8)+parseInt(_0x85b3e(0x11d))/0x9*(-parseInt(_0x85b3e(0x116))/0xa)+parseInt(_0x85b3e(0x114))/0xb*(-parseInt(_0x85b3e(0x10e))/0xc)+parseInt(_0x85b3e(0x11c))/0xd;if(_0x53064a===_0x5e7f7a)break;else _0x46a270['push'](_0x46a270['shift']());}catch(_0x4054a0){_0x46a270['push'](_0x46a270['shift']());}}}(a196_0x1d30,0x2450a));function a196_0x1d30(){const _0x2eabfb=['trimStart','.sql','14804ttCvZl','35480WXMBzL','31503EtbETG','12vcvgkg','.xml','unknown-db','38ndBaOn','76EaWkQv','unknown-sql','1779866XdPcak','db-','12860egpQlK','12hvCBGV','620390XixXQY','mybatisXml','427Ezujix','replace','6728384LVyFhv','720KMhqPC'];a196_0x1d30=function(){return _0x2eabfb;};return a196_0x1d30();}export function detectSqlMode(_0x40d659){const _0x45fb5c=a196_0x281d,_0x583459=_0x40d659[_0x45fb5c(0x11e)]();if(/^<(select|insert|update|delete)\b/i['test'](_0x583459))return'mybatisXml';return'sql';}export function getSqlFileExtension(_0x10111a){const _0x49cf6f=a196_0x281d;return _0x10111a===_0x49cf6f(0x119)?_0x49cf6f(0x10f):_0x49cf6f(0x11f);}function a196_0x281d(_0x299a57,_0xa894be){_0x299a57=_0x299a57-0x10b;const _0x1d3095=a196_0x1d30();let _0x281d6d=_0x1d3095[_0x299a57];return _0x281d6d;}export function buildDefaultSqlFileName(_0x19acc8,_0x1707ea){return''+_0x19acc8+getSqlFileExtension(_0x1707ea);}export function sanitizeSqlPathSegment(_0x2d3eeb,_0x2d74d1){const _0x197260=a196_0x281d,_0x959413=String(_0x2d3eeb??'')['trim'](),_0x4be367=_0x959413[_0x197260(0x11b)](/[<>:"/\\|?*\u0000-\u001F]/g,'-')[_0x197260(0x11b)](/\s+/g,'-')['replace'](/-+/g,'-')[_0x197260(0x11b)](/^\.+/,'')[_0x197260(0x11b)](/\.+$/,'')[_0x197260(0x11b)](/^-+/,'')[_0x197260(0x11b)](/-+$/,'');return _0x4be367||_0x2d74d1;}export function buildDbDirectoryName(_0x2a2914,_0x7a777a){const _0x262d44=a196_0x281d;return sanitizeSqlPathSegment(_0x2a2914,_0x7a777a!=null?_0x262d44(0x115)+_0x7a777a:_0x262d44(0x110));}export function buildSqlRelativePath(_0x53508f,_0x5c5f88,_0x25cf30,_0x29a8ee,_0x2582ca){const _0x3cb881=a196_0x281d,_0xa39ccc=buildDbDirectoryName(_0x25cf30,_0x2582ca),_0x1559b=sanitizeSqlPathSegment(_0x53508f,_0x3cb881(0x113)),_0x215973=sanitizeSqlPathSegment(_0x5c5f88,_0x1559b);return _0xa39ccc+'/'+_0x1559b+'_'+_0x215973+getSqlFileExtension(_0x29a8ee);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x349a06,_0x13e526){const _0x12c6bb=a197_0x5d49,_0x1c8180=_0x349a06();while(!![]){try{const _0x50f38b=parseInt(_0x12c6bb(0x1b1))/0x1*(parseInt(_0x12c6bb(0x1ba))/0x2)+parseInt(_0x12c6bb(0x1d1))/0x3*(parseInt(_0x12c6bb(0x1c0))/0x4)+parseInt(_0x12c6bb(0x1cf))/0x5+parseInt(_0x12c6bb(0x1b7))/0x6*(-parseInt(_0x12c6bb(0x1b6))/0x7)+-parseInt(_0x12c6bb(0x1b3))/0x8+parseInt(_0x12c6bb(0x1b0))/0x9*(parseInt(_0x12c6bb(0x1cb))/0xa)+-parseInt(_0x12c6bb(0x1d2))/0xb;if(_0x50f38b===_0x13e526)break;else _0x1c8180['push'](_0x1c8180['shift']());}catch(_0xe8cf67){_0x1c8180['push'](_0x1c8180['shift']());}}}(a197_0x4fa5,0x55639));export function detectSqlType(_0x4cb7a5){const _0x5ee16b=a197_0x5d49;if(!_0x4cb7a5?.[_0x5ee16b(0x1b8)]())return{'type':_0x5ee16b(0x1d4),'isSelectOnly':![],'isDangerous':![],'reason':_0x5ee16b(0x1c5)};const _0x4580a0=_0x4cb7a5['replace'](/#\{[^}]*\}/g,'?')[_0x5ee16b(0x1c1)](/\$\{[^}]*\}/g,'?')[_0x5ee16b(0x1c1)](/@[^(\s]+(\([^)]*\))?/g,'')['replace'](/\/\*[\s\S]*?\*\//g,'')[_0x5ee16b(0x1b8)](),_0xd6b0fa=_0x4580a0['split']('\x0a');let _0x3de3d2='';for(const _0x2be0a6 of _0xd6b0fa){const _0xf24146=_0x2be0a6[_0x5ee16b(0x1b8)]();if(!_0xf24146||_0xf24146[_0x5ee16b(0x1b9)]('--')||_0xf24146[_0x5ee16b(0x1b9)]('/*'))continue;_0x3de3d2=_0xf24146;break;}const _0x327769=_0x3de3d2['toUpperCase']();if(_0x327769[_0x5ee16b(0x1b9)](_0x5ee16b(0x1b2))||_0x327769['startsWith']('WITH')){const _0x11ddbc=/\b(INSERT|UPDATE|DELETE|DROP|ALTER|CREATE|TRUNCATE)\b/i[_0x5ee16b(0x1c7)](_0x4580a0);return{'type':_0x5ee16b(0x1b2),'isSelectOnly':!_0x11ddbc,'isDangerous':_0x11ddbc,'reason':_0x11ddbc?_0x5ee16b(0x1b4):undefined};}if(_0x327769[_0x5ee16b(0x1b9)](_0x5ee16b(0x1be)))return{'type':_0x5ee16b(0x1be),'isSelectOnly':![],'isDangerous':![]};if(_0x327769['startsWith'](_0x5ee16b(0x1c2)))return{'type':_0x5ee16b(0x1c2),'isSelectOnly':![],'isDangerous':![]};if(_0x327769[_0x5ee16b(0x1b9)](_0x5ee16b(0x1ce)))return{'type':_0x5ee16b(0x1ce),'isSelectOnly':![],'isDangerous':!![],'reason':_0x5ee16b(0x1cd)};if(/^(CREATE|ALTER|DROP|TRUNCATE)/i[_0x5ee16b(0x1c7)](_0x327769))return{'type':_0x5ee16b(0x1d5),'isSelectOnly':![],'isDangerous':!![],'reason':_0x5ee16b(0x1ca)};return{'type':_0x5ee16b(0x1d4),'isSelectOnly':![],'isDangerous':![]};}function a197_0x4fa5(){const _0x1d4ba5=['UNKNOWN','DDL','847323Cbswvu','2zYTzFb','SELECT','2210512kPSoTt','SQL\x20contains\x20modification\x20statements\x20alongside\x20SELECT','unknown\x20table(s)','2911153eEMswY','6KsKYXc','trim','startsWith','456004cdXHIu','type','add','match','INSERT','\x20with\x20parameters:\x20','284vKhGSz','replace','UPDATE','\x20statements\x20cannot\x20be\x20auto-saved.\x20Please\x20operate\x20manually\x20on\x20the\x20platform.','reason','SQL\x20content\x20is\x20empty','matchAll','test','Unable\x20to\x20detect\x20SQL\x20type.\x20Please\x20check\x20the\x20SQL\x20content.','join','DDL\x20statements\x20are\x20blocked\x20from\x20auto-save','70pWkfah','isDangerous','DELETE\x20statements\x20are\x20blocked\x20from\x20auto-save','DELETE','366355HOiknU','\x20query\x20targeting\x20','19434wSHGwy','6669256euMkts','push'];a197_0x4fa5=function(){return _0x1d4ba5;};return a197_0x4fa5();}function extractTables(_0x34112c){const _0x52d630=a197_0x5d49,_0x237580=_0x34112c[_0x52d630(0x1c1)](/#\{[^}]*\}/g,'?')['replace'](/\$\{[^}]*\}/g,'?')[_0x52d630(0x1c1)](/'[^']*'/g,'\x27\x27')[_0x52d630(0x1c1)](/--.*$/gm,'')[_0x52d630(0x1c1)](/\/\*[\s\S]*?\*\//g,''),_0x24e870=[],_0x5d2cd3=_0x237580[_0x52d630(0x1bd)](/FROM\s+([^\s,)(]+)/i);if(_0x5d2cd3?.[0x1])_0x24e870[_0x52d630(0x1d3)](_0x5d2cd3[0x1][_0x52d630(0x1c1)](/[`"]/g,''));for(const _0x19034c of _0x237580['matchAll'](/(?:INNER|LEFT|RIGHT|FULL|CROSS)?\s*JOIN\s+([^\s,)(]+)/gi)){const _0x17f077=_0x19034c[0x1]?.[_0x52d630(0x1c1)](/[`"]/g,'');if(_0x17f077&&!_0x24e870['includes'](_0x17f077))_0x24e870['push'](_0x17f077);}const _0x495ef8=_0x237580['match'](/INTO\s+([^\s(]+)/i);if(_0x495ef8?.[0x1]){const _0x23799f=_0x495ef8[0x1][_0x52d630(0x1c1)](/[`"]/g,'');if(!_0x24e870['includes'](_0x23799f))_0x24e870[_0x52d630(0x1d3)](_0x23799f);}const _0x611f98=_0x237580[_0x52d630(0x1bd)](/UPDATE\s+([^\s,)(]+)/i);if(_0x611f98?.[0x1]){const _0x19d93a=_0x611f98[0x1][_0x52d630(0x1c1)](/[`"]/g,'');if(!_0x24e870['includes'](_0x19d93a))_0x24e870[_0x52d630(0x1d3)](_0x19d93a);}return _0x24e870;}function a197_0x5d49(_0x2ebded,_0x4c404a){_0x2ebded=_0x2ebded-0x1b0;const _0x4fa5f3=a197_0x4fa5();let _0x5d49d1=_0x4fa5f3[_0x2ebded];return _0x5d49d1;}function extractParameters(_0x3524bc){const _0x111131=a197_0x5d49,_0x4d736c=new Set();for(const _0x5088b7 of _0x3524bc[_0x111131(0x1c6)](/#\{(\w+)\}/g))if(_0x5088b7[0x1])_0x4d736c[_0x111131(0x1bc)](_0x5088b7[0x1]);for(const _0x4bee2f of _0x3524bc[_0x111131(0x1c6)](/\$\{(\w+)\}/g))if(_0x4bee2f[0x1])_0x4d736c['add'](_0x4bee2f[0x1]);return Array['from'](_0x4d736c);}export function validateSql(_0x482019){const _0x52d6b2=a197_0x5d49,_0x3aed4d=detectSqlType(_0x482019),_0x432cc3=extractTables(_0x482019),_0x178dc7=extractParameters(_0x482019);if(_0x3aed4d[_0x52d6b2(0x1cc)])return{'valid':![],'sqlType':_0x3aed4d,'tables':_0x432cc3,'parameters':_0x178dc7,'message':_0x3aed4d[_0x52d6b2(0x1c4)]||_0x3aed4d[_0x52d6b2(0x1bb)]+_0x52d6b2(0x1c3)};if(_0x3aed4d['type']===_0x52d6b2(0x1d4))return{'valid':![],'sqlType':_0x3aed4d,'tables':_0x432cc3,'parameters':_0x178dc7,'message':_0x52d6b2(0x1c8)};return{'valid':!![],'sqlType':_0x3aed4d,'tables':_0x432cc3,'parameters':_0x178dc7,'message':_0x3aed4d['type']+_0x52d6b2(0x1d0)+(_0x432cc3['length']?_0x432cc3[_0x52d6b2(0x1c9)](',\x20'):_0x52d6b2(0x1b5))+(_0x178dc7['length']?_0x52d6b2(0x1bf)+_0x178dc7[_0x52d6b2(0x1c9)](',\x20'):'')};}
|
package/lib/errors.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a198_0x5f3027=a198_0x3922;function a198_0x3922(_0x1a2975,_0x29dda2){_0x1a2975=_0x1a2975-0x12e;const _0x469afd=a198_0x469a();let _0x392284=_0x469afd[_0x1a2975];return _0x392284;}(function(_0x79b06f,_0x219cc4){const _0x6e65ea=a198_0x3922,_0x1329c3=_0x79b06f();while(!![]){try{const _0x430ec2=-parseInt(_0x6e65ea(0x136))/0x1+-parseInt(_0x6e65ea(0x132))/0x2+-parseInt(_0x6e65ea(0x13a))/0x3*(parseInt(_0x6e65ea(0x137))/0x4)+parseInt(_0x6e65ea(0x13b))/0x5+-parseInt(_0x6e65ea(0x131))/0x6+parseInt(_0x6e65ea(0x135))/0x7*(-parseInt(_0x6e65ea(0x12f))/0x8)+-parseInt(_0x6e65ea(0x12e))/0x9*(-parseInt(_0x6e65ea(0x139))/0xa);if(_0x430ec2===_0x219cc4)break;else _0x1329c3['push'](_0x1329c3['shift']());}catch(_0x4793e2){_0x1329c3['push'](_0x1329c3['shift']());}}}(a198_0x469a,0x5ed7b));import{CliError,createCliErrors}from'@lovrabet/cli-framework';function a198_0x469a(){const _0x480332=['3246475zCIcMx','\x0a\x20\x20\x20\x20\x20\x20\x20','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','10657017FDDIzk','56ffzKtW','join','3533868VKsmfa','965508LhIJWT','Tip:\x20`','\x20auth`\x20to\x20login\x20first.','15323WpPhzr','7225tgFKkl','436hKhaEq','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','10FkxVXV','9651ZZWdSZ'];a198_0x469a=function(){return _0x480332;};return a198_0x469a();}import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};export const CliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':'Run\x20`'+CLI_BIN_NAME+a198_0x5f3027(0x134),'configMissingHint':['Set\x20appcode\x20via\x20`'+CLI_BIN_NAME+a198_0x5f3027(0x13d),a198_0x5f3027(0x133)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20--global`\x20registers\x20globally\x20so\x20you\x20can\x20use\x20it\x20from\x20anywhere.'][a198_0x5f3027(0x130)](a198_0x5f3027(0x13c)),'notInProjectHint':a198_0x5f3027(0x138)});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a199_0x5d92(){var _0x26243d=['68YuhfmI','223360naAUPm','2092GuWunB','10BoyOOU','117807VrXSex','3440Alajii','4615589UPHPYr','551564IdRfks','98JGHHlw','6109596twErRV','7554249ldUwAk'];a199_0x5d92=function(){return _0x26243d;};return a199_0x5d92();}function a199_0x4c30(_0x3c1414,_0x7e8dfd){_0x3c1414=_0x3c1414-0x127;var _0x5d92fd=a199_0x5d92();var _0x4c30a6=_0x5d92fd[_0x3c1414];return _0x4c30a6;}(function(_0x23ea5c,_0x4e877d){var _0x36355e=a199_0x4c30,_0x40ab78=_0x23ea5c();while(!![]){try{var _0x4c5b81=parseInt(_0x36355e(0x130))/0x1+-parseInt(_0x36355e(0x129))/0x2*(parseInt(_0x36355e(0x12d))/0x3)+-parseInt(_0x36355e(0x12b))/0x4*(parseInt(_0x36355e(0x12e))/0x5)+parseInt(_0x36355e(0x127))/0x6+-parseInt(_0x36355e(0x131))/0x7*(parseInt(_0x36355e(0x12a))/0x8)+parseInt(_0x36355e(0x128))/0x9+parseInt(_0x36355e(0x12c))/0xa*(parseInt(_0x36355e(0x12f))/0xb);if(_0x4c5b81===_0x4e877d)break;else _0x40ab78['push'](_0x40ab78['shift']());}catch(_0x336705){_0x40ab78['push'](_0x40ab78['shift']());}}}(a199_0x5d92,0xb561c));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a199_0x81f12b}from'@lovrabet/cli-framework';export function buildAllFlags(_0x5d8bb1){return a199_0x81f12b(_0x5d8bb1,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});}
|
package/lib/framework/flags.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a200_0x4b5c(_0x206da6,_0x334c28){_0x206da6=_0x206da6-0xbf;const _0x4a7c8b=a200_0x4a7c();let _0x4b5c49=_0x4a7c8b[_0x206da6];return _0x4b5c49;}function a200_0x4a7c(){const _0x57ce01=['164giwJPR','6TUzFYc','218150YzPwTk','validateFlags','parseFlags','128ZZvtDH','1120869sPIzvj','23097ebQrgx','13770974wdIIzk','477728WHMLXq','40834453ouHCdU','174mgjayv','17699520mdBvJh'];a200_0x4a7c=function(){return _0x57ce01;};return a200_0x4a7c();}const a200_0x3ba559=a200_0x4b5c;(function(_0x1f4e80,_0x4ec20a){const _0x29caf3=a200_0x4b5c,_0x117a98=_0x1f4e80();while(!![]){try{const _0x52fb6c=parseInt(_0x29caf3(0xc6))/0x1*(parseInt(_0x29caf3(0xc1))/0x2)+-parseInt(_0x29caf3(0xbf))/0x3*(-parseInt(_0x29caf3(0xc5))/0x4)+parseInt(_0x29caf3(0xc7))/0x5*(parseInt(_0x29caf3(0xc3))/0x6)+-parseInt(_0x29caf3(0xc0))/0x7+parseInt(_0x29caf3(0xca))/0x8*(-parseInt(_0x29caf3(0xcb))/0x9)+-parseInt(_0x29caf3(0xc4))/0xa+parseInt(_0x29caf3(0xc2))/0xb;if(_0x52fb6c===_0x4ec20a)break;else _0x117a98['push'](_0x117a98['shift']());}catch(_0x3283a1){_0x117a98['push'](_0x117a98['shift']());}}}(a200_0x4a7c,0xf345e));import{createFlagHelpers}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers[a200_0x3ba559(0xc9)];export const validateFlags=helpers[a200_0x3ba559(0xc8)];
|
package/lib/framework/help.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a201_0x20bd06=a201_0x58c9;(function(_0x5c5f99,_0x2bab7a){const _0x585578=a201_0x58c9,_0x4dc365=_0x5c5f99();while(!![]){try{const _0xa03171=parseInt(_0x585578(0xb6))/0x1+-parseInt(_0x585578(0xbe))/0x2+-parseInt(_0x585578(0xb9))/0x3*(parseInt(_0x585578(0xba))/0x4)+parseInt(_0x585578(0xbd))/0x5+-parseInt(_0x585578(0xb5))/0x6*(-parseInt(_0x585578(0xb2))/0x7)+parseInt(_0x585578(0xb8))/0x8*(-parseInt(_0x585578(0xb4))/0x9)+parseInt(_0x585578(0xb3))/0xa;if(_0xa03171===_0x2bab7a)break;else _0x4dc365['push'](_0x4dc365['shift']());}catch(_0x1d19a6){_0x4dc365['push'](_0x4dc365['shift']());}}}(a201_0x4bb1,0x777dc));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';const generators=createHelpGenerators({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'globalFlags':GLOBAL_FLAGS,'serviceRegistry':serviceRegistry,'getServiceEntry':getServiceEntry,'getServiceDefinitions':_0x49a689=>serviceGroups[a201_0x20bd06(0xbf)](_0x49a689),'buildAllFlags':buildAllFlags,'appPrerequisiteText':a201_0x20bd06(0xc1)+CLI_BIN_NAME+a201_0x20bd06(0xb7),'serviceUsageSuffix':a201_0x20bd06(0xbb)});export function generateCommandHelp(_0x376c52){const _0x17ae55=a201_0x20bd06;return generators[_0x17ae55(0xc0)](_0x376c52);}function a201_0x4bb1(){const _0x59cc53=['3855bVaNqx','1908jkbgSU','\x20[args]\x20[flags]','generateServiceHelp','2316025vTWCEJ','1836240tUsWsZ','get','generateCommandHelp','Requires\x20appcode\x20(set\x20via\x20`','287DfEWCR','18105570aFpmXk','676737vvFMbo','55218wKgtkj','121346wwpUyZ','\x20workspace\x20init`\x20or\x20--appcode).','80MixREG'];a201_0x4bb1=function(){return _0x59cc53;};return a201_0x4bb1();}export const generateServiceHelp=generators[a201_0x20bd06(0xbc)];function a201_0x58c9(_0x4b444d,_0x4f7001){_0x4b444d=_0x4b444d-0xb2;const _0x4bb130=a201_0x4bb1();let _0x58c9fe=_0x4bb130[_0x4b444d];return _0x58c9fe;}export const generateFullHelp=generators['generateFullHelp'];
|
package/lib/framework/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x137fdc,_0x588297){var _0x14d837=a202_0x4b9b,_0x1ed96a=_0x137fdc();while(!![]){try{var _0x44153a=parseInt(_0x14d837(0x99))/0x1+-parseInt(_0x14d837(0x94))/0x2*(parseInt(_0x14d837(0x96))/0x3)+-parseInt(_0x14d837(0x9c))/0x4*(parseInt(_0x14d837(0x95))/0x5)+parseInt(_0x14d837(0x97))/0x6*(-parseInt(_0x14d837(0x9d))/0x7)+-parseInt(_0x14d837(0x9e))/0x8+parseInt(_0x14d837(0x9a))/0x9*(-parseInt(_0x14d837(0x93))/0xa)+parseInt(_0x14d837(0x9b))/0xb*(parseInt(_0x14d837(0x98))/0xc);if(_0x44153a===_0x588297)break;else _0x1ed96a['push'](_0x1ed96a['shift']());}catch(_0x557f93){_0x1ed96a['push'](_0x1ed96a['shift']());}}}(a202_0x1c2f,0xc858d));function a202_0x1c2f(){var _0x47e62c=['16jDvYcm','5338669CtQjCl','12713008mAVRpc','3683030Spgqch','234254TQdUqu','206380kPAeqT','39oiKKmr','6GPbUer','65638344rEcDhE','126913XjyzYp','18BKiMMx','11tUuxub'];a202_0x1c2f=function(){return _0x47e62c;};return a202_0x1c2f();}export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';function a202_0x4b9b(_0x28bfbd,_0x79b72f){_0x28bfbd=_0x28bfbd-0x93;var _0x1c2fd9=a202_0x1c2f();var _0x4b9b86=_0x1c2fd9[_0x28bfbd];return _0x4b9b86;}export{extractList,extractPaging}from'../framework/response.js';export{riskLevelOrder}from'../framework/types.js';
|
package/lib/framework/output.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xb82bf,_0x5f1dd6){const _0x2f0a10=a203_0x4757,_0x9c259a=_0xb82bf();while(!![]){try{const _0x49145b=-parseInt(_0x2f0a10(0xb1))/0x1*(parseInt(_0x2f0a10(0xb4))/0x2)+-parseInt(_0x2f0a10(0xac))/0x3*(parseInt(_0x2f0a10(0xb5))/0x4)+parseInt(_0x2f0a10(0xad))/0x5*(parseInt(_0x2f0a10(0xb0))/0x6)+parseInt(_0x2f0a10(0xa9))/0x7*(parseInt(_0x2f0a10(0xab))/0x8)+parseInt(_0x2f0a10(0xaf))/0x9+parseInt(_0x2f0a10(0xb3))/0xa+-parseInt(_0x2f0a10(0xae))/0xb;if(_0x49145b===_0x5f1dd6)break;else _0x9c259a['push'](_0x9c259a['shift']());}catch(_0x37092a){_0x9c259a['push'](_0x9c259a['shift']());}}}(a203_0x1fe4,0xe8c66));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a203_0x4757(_0x1dc9d6,_0x4218a5){_0x1dc9d6=_0x1dc9d6-0xa7;const _0x1fe4b0=a203_0x1fe4();let _0x4757c3=_0x1fe4b0[_0x1dc9d6];return _0x4757c3;}function a203_0x1fe4(){const _0x153502=['20524JutTfG','message','5144HFtgMi','5462949UQzfDL','110aKRRnz','7130420SJwELG','3209238kVEsEc','265416FFYpEx','12975MDAKpm','_notice','17775740eOLbjZ','242ZctKpT','4GOEYeD','pretty','url','update'];a203_0x1fe4=function(){return _0x153502;};return a203_0x1fe4();}import{CliErrors}from'../errors.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});export function formatOutput(_0x478d84,_0x54c95b){const _0x48be68=a203_0x4757,_0x5a1209=_0x478d84[_0x48be68(0xb2)],{_notice:_0x1dbf13,..._0x407d27}=_0x478d84;void _0x1dbf13,baseFormatOutput(_0x407d27,_0x54c95b),_0x54c95b['format']===_0x48be68(0xb6)&&printPrettyNotice(_0x5a1209);}function printPrettyNotice(_0x30945d){const _0xd89a49=a203_0x4757;if(!_0x30945d?.[_0xd89a49(0xa8)])return;console['error'](_0x30945d['update'][_0xd89a49(0xaa)]+'\x20('+_0x30945d[_0xd89a49(0xa8)][_0xd89a49(0xa7)]+')');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4397c5,_0x56ab79){var _0x5bf022=a204_0x207e,_0x432092=_0x4397c5();while(!![]){try{var _0x2246a5=-parseInt(_0x5bf022(0x18d))/0x1+parseInt(_0x5bf022(0x190))/0x2+parseInt(_0x5bf022(0x192))/0x3*(-parseInt(_0x5bf022(0x193))/0x4)+parseInt(_0x5bf022(0x191))/0x5+-parseInt(_0x5bf022(0x18c))/0x6+-parseInt(_0x5bf022(0x18e))/0x7+-parseInt(_0x5bf022(0x18f))/0x8*(-parseInt(_0x5bf022(0x18b))/0x9);if(_0x2246a5===_0x56ab79)break;else _0x432092['push'](_0x432092['shift']());}catch(_0x38070b){_0x432092['push'](_0x432092['shift']());}}}(a204_0x12fc,0xcb9c3));function a204_0x207e(_0x38aa1c,_0x17f45d){_0x38aa1c=_0x38aa1c-0x18b;var _0x12fce8=a204_0x12fc();var _0x207e62=_0x12fce8[_0x38aa1c];return _0x207e62;}function a204_0x12fc(){var _0x3c88a2=['1853370gjjMmJ','179165qLQPvs','6CpFnaj','2508868IzBEca','18613818DaTrob','6014352YvysVC','877819RhkJVL','7912030qZUfJk','16IBGsDN'];a204_0x12fc=function(){return _0x3c88a2;};return a204_0x12fc();}export{extractList,extractPaging}from'@lovrabet/cli-framework';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x37e651,_0x315baa){const _0x52f153=a205_0x21fc,_0x4c71d3=_0x37e651();while(!![]){try{const _0x44696d=-parseInt(_0x52f153(0x9f))/0x1*(parseInt(_0x52f153(0x8c))/0x2)+parseInt(_0x52f153(0x97))/0x3*(-parseInt(_0x52f153(0x9b))/0x4)+parseInt(_0x52f153(0xa2))/0x5*(parseInt(_0x52f153(0x94))/0x6)+-parseInt(_0x52f153(0x9c))/0x7+parseInt(_0x52f153(0x99))/0x8+-parseInt(_0x52f153(0x8e))/0x9+parseInt(_0x52f153(0xa3))/0xa*(parseInt(_0x52f153(0xa1))/0xb);if(_0x44696d===_0x315baa)break;else _0x4c71d3['push'](_0x4c71d3['shift']());}catch(_0x1d2b65){_0x4c71d3['push'](_0x4c71d3['shift']());}}}(a205_0x4f6d,0x23b6d));function a205_0x4f6d(){const _0x1cd547=['\x20api\x20pull`\x20first.','1007ImOooF','.\x20Run\x20`','52800PuQJLZ','573715cPVZce','1090FNDlua','some','code','246kTfpbL','type','1471788BRVyIj','string','flags','alias','join','name','6sSVYUA','length','Unknown\x20alias\x20\x22','3AThoDU','map','467376pLEYMz','\x22.\x20','533692ewKsTC','904848OdMKmq','Available\x20aliases:\x20'];a205_0x4f6d=function(){return _0x1cd547;};return a205_0x4f6d();}function a205_0x21fc(_0x3b3838,_0x553f92){_0x3b3838=_0x3b3838-0x8b;const _0x4f6d0a=a205_0x4f6d();let _0x21fc86=_0x4f6d0a[_0x3b3838];return _0x21fc86;}import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x5120ad,_0x324747,_0x2b5919,_0x5e07c4){const _0x5e64e8=a205_0x21fc,_0x27327c=_0x5120ad[_0x5e64e8(0x90)]['some'](_0x5cf73f=>_0x5cf73f[_0x5e64e8(0x93)]===_0x5e64e8(0x8b)&&_0x5cf73f[_0x5e64e8(0x8d)]==='string'),_0x399728=_0x5120ad[_0x5e64e8(0x90)][_0x5e64e8(0xa4)](_0x2b56c8=>_0x2b56c8['name']===_0x5e64e8(0x91)&&_0x2b56c8[_0x5e64e8(0x8d)]===_0x5e64e8(0x8f));if(!_0x27327c||!_0x399728)return;const _0x16db36=_0x324747['code']?String(_0x324747[_0x5e64e8(0x8b)]):'',_0x486e4c=_0x324747[_0x5e64e8(0x91)]?String(_0x324747['alias']):'';if(!_0x16db36&&!_0x486e4c)throw CliErrors['validation']('`'+_0x5e07c4+'`\x20requires\x20either\x20--code\x20or\x20--alias.');if(_0x486e4c&&!_0x16db36){const _0x49b3f4=resolveAlias(_0x2b5919,_0x486e4c);if(!_0x49b3f4){const _0x19a707=listAliases(_0x2b5919)[_0x5e64e8(0x98)](_0xfb4c24=>_0xfb4c24[_0x5e64e8(0x91)]),_0x10b859=_0x19a707[_0x5e64e8(0x95)]?_0x5e64e8(0x9d)+_0x19a707[_0x5e64e8(0x92)](',\x20'):'No\x20api.ts\x20found\x20in\x20'+_0x2b5919+_0x5e64e8(0xa0)+CLI_BIN_NAME+_0x5e64e8(0x9e);throw CliErrors['validation'](_0x5e64e8(0x96)+_0x486e4c+_0x5e64e8(0x9a)+_0x10b859);}_0x324747['code']=_0x49b3f4;}}
|
package/lib/framework/runner.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a206_0x2b7a44=a206_0x1cbc;(function(_0x3d938e,_0xcc1470){const _0x204720=a206_0x1cbc,_0x2cb141=_0x3d938e();while(!![]){try{const _0x5982bf=parseInt(_0x204720(0x229))/0x1*(-parseInt(_0x204720(0x1ff))/0x2)+parseInt(_0x204720(0x203))/0x3+-parseInt(_0x204720(0x21e))/0x4+parseInt(_0x204720(0x218))/0x5*(-parseInt(_0x204720(0x1fe))/0x6)+parseInt(_0x204720(0x202))/0x7*(parseInt(_0x204720(0x223))/0x8)+parseInt(_0x204720(0x207))/0x9*(-parseInt(_0x204720(0x213))/0xa)+parseInt(_0x204720(0x21f))/0xb;if(_0x5982bf===_0xcc1470)break;else _0x2cb141['push'](_0x2cb141['shift']());}catch(_0x2c1b60){_0x2cb141['push'](_0x2cb141['shift']());}}}(a206_0x2768,0x9ecdc));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';function a206_0x1cbc(_0x5d3100,_0x5c474b){_0x5d3100=_0x5d3100-0x1ee;const _0x276860=a206_0x2768();let _0x1cbc31=_0x276860[_0x5d3100];return _0x1cbc31;}import{isNonInteractive as a206_0x350d84}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';function a206_0x2768(){const _0x4caddd=['value','1902760WfTMzo','pageSize','requiresAppCode','apps','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','update','2jsjioZ','pretty','filter','trim','defaultVerbose','nonInteractive','resolveCookie','../core/api-client.js','mergedCli','resolve','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','none','cookie','service','riskLevel','defaultApp','rawFlags','670314SWwBnj','126172upMJKb','configMissing','name','28UCKoyO','539820jdSNbA','appcode','⚠\x20\x20High-risk\x20operation:\x20','command','9atHJdo','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','LOVRABET_APPCODE','required','has','validation','selectedAppName','map','verbose','apiDir','RABETBASE_APPCODE','4324370AhcBZL','explicitAppName','Current\x20resolved\x20appcode\x20is\x20\x22','doctor','_notice','40MJSwfR','appCode','authRequired','Set\x20appcode\x20via\x20`','currentApp','string','2477828VJwZvy','17500538KncsAD','schema','object'];a206_0x2768=function(){return _0x4caddd;};return a206_0x2768();}import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x5a752b){const _0x9ddcb1=a206_0x1cbc;return typeof _0x5a752b===_0x9ddcb1(0x21d)&&_0x5a752b[_0x9ddcb1(0x1f0)]()?_0x5a752b[_0x9ddcb1(0x1f0)]():undefined;}function resolveEnvAppCode(){const _0x483f38=a206_0x1cbc,_0x2f6e0c=stringFlag(process.env.RABETBASE_APPCODE);if(_0x2f6e0c)return{'name':_0x483f38(0x212),'value':_0x2f6e0c};const _0x1ff694=stringFlag(process.env.LOVRABET_APPCODE);if(_0x1ff694)return{'name':_0x483f38(0x20a),'value':_0x1ff694};return undefined;}function hasExplicitAppCode(_0x59a8fd,_0xced7ec){const _0x37d2b6=a206_0x1cbc;return!!(stringFlag(_0x59a8fd[_0x37d2b6(0x204)])||stringFlag(_0xced7ec[_0x37d2b6(0x204)]));}function assertEnvAppCodeNotIgnored(_0x4043de,_0x53e8b7,_0x188d88){const _0x37be25=a206_0x1cbc;if(!_0x53e8b7||_0x188d88||_0x4043de===_0x53e8b7['value'])return;const _0xcae92e=_0x4043de?_0x37be25(0x215)+_0x4043de+'\x22.':'No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.';throw CliErrors[_0x37be25(0x20d)](_0x53e8b7[_0x37be25(0x201)]+'='+_0x53e8b7[_0x37be25(0x222)]+_0x37be25(0x1f7)+_0xcae92e+'\x20'+(_0x37be25(0x208)+_0x53e8b7[_0x37be25(0x201)]+'\x22.'));}export function createPipelineEnv(_0x1df3a4,_0x443fd9,_0x55b45f=[]){const _0x4bb5bc=a206_0x1cbc;return{'rawFlags':_0x443fd9,'args':_0x55b45f,'resolveAppCode':()=>_0x1df3a4[_0x4bb5bc(0x219)],'resolveCookie':()=>_0x1df3a4[_0x4bb5bc(0x1f9)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a206_0x350d84(_0x443fd9),'defaultFormat':_0x1df3a4['format'],'defaultPageSize':_0x1df3a4[_0x4bb5bc(0x224)],'defaultVerbose':_0x1df3a4[_0x4bb5bc(0x210)],'apiDir':_0x1df3a4['apiDir'],'riskLevel':_0x1df3a4[_0x4bb5bc(0x1fb)],'selectedAppName':_0x1df3a4[_0x4bb5bc(0x214)],'mergedCli':{'defaultApp':_0x1df3a4[_0x4bb5bc(0x1fc)],'currentApp':_0x1df3a4[_0x4bb5bc(0x21c)],'appCode':_0x1df3a4[_0x4bb5bc(0x219)],'apps':_0x1df3a4[_0x4bb5bc(0x226)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a206_0x2b7a44(0x1ef)](_0x57a7b0=>PIPELINE_FLAG_NAMES[a206_0x2b7a44(0x20c)](_0x57a7b0[a206_0x2b7a44(0x201)]))[a206_0x2b7a44(0x20f)](({name:_0x3c2efc,type:_0x10a9eb,description:_0x35cc50})=>({'name':_0x3c2efc,'type':_0x10a9eb,'description':_0x35cc50})),'formatOutput':formatOutput,'getCommandLabel'(_0xee8a2f){const _0x329e1a=a206_0x2b7a44;return CLI_BIN_NAME+'\x20'+_0xee8a2f[_0x329e1a(0x1fa)]+'\x20'+_0xee8a2f[_0x329e1a(0x206)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0xb03712){const _0x9e2d04=a206_0x2b7a44;return CliErrors[_0x9e2d04(0x20d)](_0xb03712);}},async 'prepare'(_0x18ea6a,_0x35c9ee,_0x32473,_0x37dee4){const _0x5ded5b=a206_0x2b7a44,_0xa76cec=_0x35c9ee[_0x5ded5b(0x211)]||DEFAULT_API_DIR;resolveAliasToCode(_0x18ea6a,_0x32473,_0xa76cec,_0x37dee4);const _0x162394=resolveCommandAuthMode(_0x18ea6a);let _0x14594a='';if(_0x162394!==_0x5ded5b(0x1f8)){_0x14594a=_0x35c9ee[_0x5ded5b(0x1f3)]()||'';if(!_0x14594a){if(_0x162394===_0x5ded5b(0x20b))throw CliErrors[_0x5ded5b(0x21a)]();}else{const {setActiveCookie:_0x11ab30}=await import(_0x5ded5b(0x1f4));_0x11ab30(_0x14594a);}}const _0x1c7dc3=_0x35c9ee['resolveAppCode']()??'';if(_0x18ea6a[_0x5ded5b(0x225)]!==![]){assertEnvAppCodeNotIgnored(_0x1c7dc3,resolveEnvAppCode(),hasExplicitAppCode(_0x32473,_0x35c9ee[_0x5ded5b(0x1fd)]));if(!_0x1c7dc3)throw CliErrors[_0x5ded5b(0x200)](_0x5ded5b(0x21b)+CLI_BIN_NAME+_0x5ded5b(0x209));}return{'defaults':{'booleans':{'verbose':_0x35c9ee[_0x5ded5b(0x1f1)]},'numbers':{'pagesize':_0x35c9ee['defaultPageSize']}},'extras':{'appCode':_0x1c7dc3,'cookie':_0x14594a,'apiDomain':_0x35c9ee['resolveApiDomain'](),'apiDir':_0xa76cec,'selectedAppName':_0x35c9ee[_0x5ded5b(0x20e)],'mergedCli':_0x35c9ee[_0x5ded5b(0x1f5)]}};},async 'confirmHighRisk'({env:_0x5e8c26,commandLabel:_0x2b4f82}){const _0x5902b0=a206_0x2b7a44;if(_0x5e8c26['isNonInteractive'])throw CliErrors['validation']('High-risk\x20operation\x20`'+_0x2b4f82+_0x5902b0(0x227));await requireConfirmationPrompt({'lines':[_0x5902b0(0x205)+_0x2b4f82,'\x20\x20\x20Continue?\x20[y/N]\x20'],'createCancelledError':_0x477977=>CliErrors['cancelled'](_0x477977)});},async 'finalize'(){const _0x1dc289=a206_0x2b7a44,{clearActiveCookie:_0x491efc}=await import(_0x1dc289(0x1f4));_0x491efc();}};export async function runCommand(_0x1f23fc,_0x8069a6){await runCommandWithAdapter(shouldAttachUpdateNotice(_0x1f23fc)?withUpdateNotice(_0x1f23fc):_0x1f23fc,_0x8069a6,runnerAdapter);}function shouldAttachUpdateNotice(_0x236455){const _0x1ba117=a206_0x2b7a44;if(_0x236455['hasFormat']===![])return![];return![_0x1ba117(0x228),_0x1ba117(0x220),_0x1ba117(0x216)]['includes'](_0x236455[_0x1ba117(0x1fa)]);}function withUpdateNotice(_0x1e1513){return{..._0x1e1513,async 'execute'(_0x47a3bb){const _0x11158b=a206_0x1cbc,_0x34e6c9=shouldResolveUpdateNotice(_0x47a3bb)?resolveLatestUpdateNotice()['catch'](()=>null):Promise[_0x11158b(0x1f6)](null),_0x44505d=await _0x1e1513['execute'](_0x47a3bb);return attachUpdateNotice(_0x44505d,await _0x34e6c9);}};}function shouldResolveUpdateNotice(_0x3d7e5f){const _0x3342fb=a206_0x2b7a44;return _0x3d7e5f['format']===_0x3342fb(0x1ee)&&!_0x3d7e5f[_0x3342fb(0x1f2)];}function attachUpdateNotice(_0x4fc905,_0x3e9137){const _0x21803e=a206_0x2b7a44;if(!_0x3e9137||!_0x4fc905||typeof _0x4fc905!==_0x21803e(0x221))return _0x4fc905;const _0x8648b3=_0x4fc905,_0x1f81b4=typeof _0x8648b3[_0x21803e(0x217)]===_0x21803e(0x221)&&_0x8648b3['_notice']!==null?_0x8648b3[_0x21803e(0x217)]:{};return{..._0x8648b3,'_notice':{..._0x1f81b4,'update':_0x3e9137}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5c4b0f,_0x29fdcc){const _0x37b51e=a207_0x502f,_0x3cbe3c=_0x5c4b0f();while(!![]){try{const _0x5d4f24=parseInt(_0x37b51e(0x1e5))/0x1*(-parseInt(_0x37b51e(0x1ef))/0x2)+-parseInt(_0x37b51e(0x1e8))/0x3*(parseInt(_0x37b51e(0x1e6))/0x4)+-parseInt(_0x37b51e(0x1ee))/0x5+parseInt(_0x37b51e(0x1e9))/0x6+parseInt(_0x37b51e(0x1eb))/0x7*(parseInt(_0x37b51e(0x1ea))/0x8)+-parseInt(_0x37b51e(0x1ed))/0x9+-parseInt(_0x37b51e(0x1ec))/0xa*(-parseInt(_0x37b51e(0x1e7))/0xb);if(_0x5d4f24===_0x29fdcc)break;else _0x3cbe3c['push'](_0x3cbe3c['shift']());}catch(_0x5e0d49){_0x3cbe3c['push'](_0x3cbe3c['shift']());}}}(a207_0x28af,0x3d0a4));import{buildSchemaPayload as a207_0xe873b2}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';function a207_0x28af(){const _0x51f630=['3473217CnCNKA','986220ULXVhd','4Abthke','../commands/registry.js','178357aytpjE','25888WEeBcy','10813ZqDlfs','183sZtjeW','2895390diIUKa','280nmmvCx','82607EhjtCz','7010LuUgmx'];a207_0x28af=function(){return _0x51f630;};return a207_0x28af();}import{getCliVersion}from'../utils/version.js';function a207_0x502f(_0xfde35a,_0xd028c4){_0xfde35a=_0xfde35a-0x1e5;const _0x28afa7=a207_0x28af();let _0x502fe8=_0x28afa7[_0xfde35a];return _0x502fe8;}export async function buildSchemaPayload(){const _0xff7850=a207_0x502f,{serviceRegistry:_0x2b1e87,findDefinition:_0xefce3d}=await import(_0xff7850(0x1f0));return a207_0xe873b2({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x2b1e87,'buildAllFlags':buildAllFlags,'findDefinition':_0xefce3d});}
|
package/lib/framework/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a208_0x5b31(_0x73fb8,_0x252c6c){_0x73fb8=_0x73fb8-0x126;var _0x1f21bf=a208_0x1f21();var _0x5b31b7=_0x1f21bf[_0x73fb8];return _0x5b31b7;}(function(_0x16dff2,_0x9f3ac0){var _0x207bcf=a208_0x5b31,_0x4e0b75=_0x16dff2();while(!![]){try{var _0x3b0e9e=-parseInt(_0x207bcf(0x129))/0x1+parseInt(_0x207bcf(0x12a))/0x2*(-parseInt(_0x207bcf(0x12c))/0x3)+parseInt(_0x207bcf(0x128))/0x4+parseInt(_0x207bcf(0x12f))/0x5+-parseInt(_0x207bcf(0x130))/0x6*(-parseInt(_0x207bcf(0x126))/0x7)+-parseInt(_0x207bcf(0x12b))/0x8*(parseInt(_0x207bcf(0x12d))/0x9)+-parseInt(_0x207bcf(0x12e))/0xa*(parseInt(_0x207bcf(0x127))/0xb);if(_0x3b0e9e===_0x9f3ac0)break;else _0x4e0b75['push'](_0x4e0b75['shift']());}catch(_0x43cea7){_0x4e0b75['push'](_0x4e0b75['shift']());}}}(a208_0x1f21,0xe58b6));function a208_0x1f21(){var _0x3b0ca7=['99nDfYxC','1370cCJhQp','5896295uzeogs','3018pjIHwh','20839YlNKDK','183271ckflGz','4907440IrjsYX','498253vrRrAh','6046iwDUYA','75584fbGOrx','78PvROcK'];a208_0x1f21=function(){return _0x3b0ca7;};return a208_0x1f21();}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
|