@lovrabet/rabetbase-cli 2.3.6 → 2.3.7-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/local-file.js +1 -0
- 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/file/index.js +1 -0
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a183_0x1737ee=a183_0x2a47;(function(_0x54cda4,_0x277662){const _0x2df73d=a183_0x2a47,_0x53186e=_0x54cda4();while(!![]){try{const _0x28b770=-parseInt(_0x2df73d(0x98))/0x1*(-parseInt(_0x2df73d(0xa0))/0x2)+-parseInt(_0x2df73d(0x9e))/0x3*(-parseInt(_0x2df73d(0x90))/0x4)+-parseInt(_0x2df73d(0xa4))/0x5*(-parseInt(_0x2df73d(0xa7))/0x6)+-parseInt(_0x2df73d(0x8a))/0x7*(-parseInt(_0x2df73d(0x9d))/0x8)+-parseInt(_0x2df73d(0xaa))/0x9*(parseInt(_0x2df73d(0xa9))/0xa)+parseInt(_0x2df73d(0x86))/0xb+-parseInt(_0x2df73d(0x9a))/0xc;if(_0x28b770===_0x277662)break;else _0x53186e['push'](_0x53186e['shift']());}catch(_0x43e1cd){_0x53186e['push'](_0x53186e['shift']());}}}(a183_0x4210,0x9d843));import{access,mkdir,readdir,stat}from'node:fs/promises';import{constants}from'node:fs';import{dirname,join}from'node:path';import{findHookLocationByRemoteId,snakeToCamel}from'../../core/bff/utils.js';export const SUPPORTED_BFF_TYPES=[a183_0x1737ee(0xa5),a183_0x1737ee(0xa8),a183_0x1737ee(0x92)];export function normalizeBffType(_0xdb9b10){const _0x19d50a=a183_0x1737ee;if(!_0xdb9b10)return undefined;const _0x1a2af7=_0xdb9b10[_0x19d50a(0x9f)]()['toUpperCase']();return SUPPORTED_BFF_TYPES['includes'](_0x1a2af7)?_0x1a2af7:undefined;}async function scanJsFilesRecursively(_0xd353ce,_0x36db02){const _0x26507d=a183_0x1737ee,_0x3d992e=[];try{const _0x4a2a49=await readdir(_0xd353ce,{'withFileTypes':!![]});for(const _0x212f3c of _0x4a2a49){const _0x5a6241=join(_0xd353ce,_0x212f3c['name']);if(_0x212f3c[_0x26507d(0xa3)]())_0x3d992e[_0x26507d(0x87)](...await scanJsFilesRecursively(_0x5a6241,_0x36db02+'/'+_0x212f3c[_0x26507d(0x91)]));else _0x212f3c[_0x26507d(0x93)]()&&_0x212f3c['name'][_0x26507d(0xac)](_0x26507d(0x8e))&&_0x3d992e[_0x26507d(0x87)]({'lockKey':_0x36db02+'/'+_0x212f3c[_0x26507d(0x91)][_0x26507d(0x95)](/\.js$/,''),'filePath':_0x5a6241});}}catch(_0x12a303){if(_0x12a303[_0x26507d(0x94)]!==_0x26507d(0x9c))throw _0x12a303;}return _0x3d992e;}async function scanFlatFunctions(_0x5f2aa1,_0x3c54fb){const _0x23f45b=a183_0x1737ee,_0x1838d7=join(_0x5f2aa1[_0x23f45b(0x88)],_0x3c54fb),_0x58c83e=await scanJsFilesRecursively(_0x1838d7,_0x3c54fb);return _0x58c83e[_0x23f45b(0x99)](({lockKey:_0x29f49e,filePath:_0x3b4fa6})=>({'type':_0x3c54fb,'name':_0x29f49e['split']('/')['at'](-0x1)??'','filePath':_0x3b4fa6,'lockKey':_0x29f49e}));}function a183_0x4210(){const _0x3e91fc=['code','replace','datasetCode','get','31GDCnRR','map','10836768LzlrnA','beforeScriptId','ENOENT','6918904jdlbbd','15GvUdFp','trim','1622IHkyDJ','alias','operationType','isDirectory','18895HbQIWR','COMMON','set','348qoMnIx','ENDPOINT','6218650vmwfNm','9nPBOKb','after','endsWith','5038495zkJpDX','push','scriptsRootDir','before','7iDTfTu','functionName','HOOK/','afterScriptId','.js','F_OK','482308YPykGw','name','HOOK','isFile'];a183_0x4210=function(){return _0x3e91fc;};return a183_0x4210();}async function scanHookFunctions(_0x3b6e9f){const _0x3f8fb3=a183_0x1737ee,_0x15dc75=join(_0x3b6e9f[_0x3f8fb3(0x88)],'HOOK'),_0xc7d348=[];try{const _0x4f5f4b=await readdir(_0x15dc75,{'withFileTypes':!![]});for(const _0x6a5410 of _0x4f5f4b){if(!_0x6a5410[_0x3f8fb3(0xa3)]())continue;const _0x47da3d=_0x6a5410['name'],_0x5ead5a=join(_0x15dc75,_0x47da3d),_0xca5c4a=await readdir(_0x5ead5a,{'withFileTypes':!![]});for(const _0x406a91 of _0xca5c4a){if(!_0x406a91['isDirectory']())continue;const _0x3ef992=_0x406a91[_0x3f8fb3(0x91)],_0x4929d1=join(_0x5ead5a,_0x3ef992),_0x9a971a=await readdir(_0x4929d1,{'withFileTypes':!![]});for(const _0x1146f1 of _0x9a971a){if(!_0x1146f1[_0x3f8fb3(0xa3)]())continue;const _0x1098fd=_0x1146f1[_0x3f8fb3(0x91)],_0x50cde8=join(_0x4929d1,_0x1098fd),_0x4c82cb=await readdir(_0x50cde8,{'withFileTypes':!![]});for(const _0x354099 of _0x4c82cb){if(!_0x354099[_0x3f8fb3(0x93)]()||!_0x354099['name'][_0x3f8fb3(0xac)](_0x3f8fb3(0x8e)))continue;const _0x4c4c98=_0x354099[_0x3f8fb3(0x91)][_0x3f8fb3(0x95)](/\.js$/,'');_0xc7d348['push']({'type':_0x3f8fb3(0x92),'name':_0x4c4c98,'filePath':join(_0x50cde8,_0x354099[_0x3f8fb3(0x91)]),'lockKey':'HOOK/'+_0x47da3d+'/'+_0x3ef992+'/'+_0x1098fd+'/'+_0x4c4c98,'alias':_0x47da3d,'operationType':_0x3ef992,'functionNode':_0x1098fd});}}}}}catch(_0x17184e){if(_0x17184e[_0x3f8fb3(0x94)]!=='ENOENT')throw _0x17184e;}return _0xc7d348;}export async function scanLocalBffFunctions(_0x3e7130,_0x5ef936){const _0x4bf654=a183_0x1737ee;if(_0x5ef936===_0x4bf654(0xa5)||_0x5ef936===_0x4bf654(0xa8))return scanFlatFunctions(_0x3e7130,_0x5ef936);if(_0x5ef936===_0x4bf654(0x92))return scanHookFunctions(_0x3e7130);const [_0x3cd456,_0x37d88d,_0x566549]=await Promise['all']([scanFlatFunctions(_0x3e7130,_0x4bf654(0xa5)),scanFlatFunctions(_0x3e7130,'ENDPOINT'),scanHookFunctions(_0x3e7130)]);return[..._0x3cd456,..._0x37d88d,..._0x566549];}export function resolveLocalFilePathFromLockKey(_0x3e764d,_0x3b3c2d){const _0x2acb4c=a183_0x1737ee;return join(_0x3e764d[_0x2acb4c(0x88)],..._0x3b3c2d['split']('/'))+'.js';}export function createHookLocationMap(_0x365415){const _0xdde67f=a183_0x1737ee,_0x3640c9=new Map();for(const _0x411ef6 of _0x365415){_0x411ef6['beforeScriptId']&&_0x3640c9[_0xdde67f(0xa6)](_0x411ef6[_0xdde67f(0x9b)],{'datasetCode':_0x411ef6[_0xdde67f(0x96)],'operationType':snakeToCamel(_0x411ef6[_0xdde67f(0xa2)]),'functionNode':_0xdde67f(0x89)}),_0x411ef6[_0xdde67f(0x8d)]&&_0x3640c9[_0xdde67f(0xa6)](_0x411ef6[_0xdde67f(0x8d)],{'datasetCode':_0x411ef6[_0xdde67f(0x96)],'operationType':snakeToCamel(_0x411ef6['operationType']),'functionNode':_0xdde67f(0xab)});}return _0x3640c9;}export function resolveRemoteScriptTarget(_0x31e842,_0x55e046,_0x54b1f5,_0x34b33a,_0x1edc6e){const _0x5ba74c=a183_0x1737ee,_0x1258b9=normalizeBffType(_0x55e046['scriptType']);if(!_0x1258b9||!_0x55e046[_0x5ba74c(0x8b)])return null;if(_0x1258b9===_0x5ba74c(0x92)){const _0x39e118=(_0x55e046['id']?_0x54b1f5[_0x5ba74c(0x97)](_0x55e046['id']):undefined)??findHookLocationByRemoteId(_0x34b33a,_0x55e046['id']);if(!_0x39e118)return null;const _0x331694=_0x39e118[_0x5ba74c(0xa1)]||_0x1edc6e[_0x5ba74c(0x97)](_0x39e118[_0x5ba74c(0x96)]),_0x16ed62=_0x331694??_0x39e118[_0x5ba74c(0x96)],_0x28adef={..._0x39e118,'alias':_0x331694},_0x54626c=_0x5ba74c(0x8c)+_0x16ed62+'/'+_0x28adef[_0x5ba74c(0xa2)]+'/'+_0x28adef['functionNode']+'/'+_0x55e046[_0x5ba74c(0x8b)];return{'lockKey':_0x54626c,'filePath':resolveLocalFilePathFromLockKey(_0x31e842,_0x54626c),'type':_0x5ba74c(0x92),'hookLocation':_0x28adef};}const _0x8d4077=_0x1258b9+'/'+_0x55e046[_0x5ba74c(0x8b)];return{'lockKey':_0x8d4077,'filePath':resolveLocalFilePathFromLockKey(_0x31e842,_0x8d4077),'type':_0x1258b9};}export async function ensureParentDirectory(_0x18b2d3){await mkdir(dirname(_0x18b2d3),{'recursive':!![]});}function a183_0x2a47(_0x1862f0,_0x52f691){_0x1862f0=_0x1862f0-0x86;const _0x421088=a183_0x4210();let _0x2a4790=_0x421088[_0x1862f0];return _0x2a4790;}export async function fileExists(_0x40d34a){const _0x2b23b5=a183_0x1737ee;try{return await access(_0x40d34a,constants[_0x2b23b5(0x8f)]),!![];}catch{return![];}}export async function directoryExists(_0x4dd07f){try{const _0x17b0f5=await stat(_0x4dd07f);return _0x17b0f5['isDirectory']();}catch{return![];}}
|
package/lib/core/bff/hash.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1fb640,_0x335637){const _0x24a9c5=a184_0x76c4,_0xde89a0=_0x1fb640();while(!![]){try{const _0xc3ea8b=-parseInt(_0x24a9c5(0x193))/0x1+parseInt(_0x24a9c5(0x190))/0x2*(parseInt(_0x24a9c5(0x188))/0x3)+parseInt(_0x24a9c5(0x18a))/0x4+-parseInt(_0x24a9c5(0x18d))/0x5*(-parseInt(_0x24a9c5(0x195))/0x6)+parseInt(_0x24a9c5(0x189))/0x7+-parseInt(_0x24a9c5(0x18e))/0x8*(-parseInt(_0x24a9c5(0x192))/0x9)+-parseInt(_0x24a9c5(0x194))/0xa;if(_0xc3ea8b===_0x335637)break;else _0xde89a0['push'](_0xde89a0['shift']());}catch(_0x5c553d){_0xde89a0['push'](_0xde89a0['shift']());}}}(a184_0xf858,0x250bb));import{readFile}from'node:fs/promises';import a184_0x261419 from'node:crypto';export function computeContentHash(_0x1c3ffb){const _0xc9d981=a184_0x76c4;return a184_0x261419[_0xc9d981(0x18c)](_0xc9d981(0x187))['update'](_0x1c3ffb)[_0xc9d981(0x18b)](_0xc9d981(0x18f));}export async function computeFileHash(_0x38f2c7){const _0x4f283c=a184_0x76c4,_0x53db7d=await readFile(_0x38f2c7,_0x4f283c(0x191));return computeContentHash(_0x53db7d);}function a184_0x76c4(_0x141dbc,_0xd496ab){_0x141dbc=_0x141dbc-0x187;const _0xf858f3=a184_0xf858();let _0x76c427=_0xf858f3[_0x141dbc];return _0x76c427;}function a184_0xf858(){const _0x258297=['40530ZNQQBv','937596vKcKeV','digest','createHash','20mQlVAn','2173648fTLwfx','hex','106UilQrd','utf8','9FROstY','210561ijnXxG','2343200HwYgAI','75174KmhgAe','md5','1959LzlOPg'];a184_0xf858=function(){return _0x258297;};return a184_0xf858();}
|
package/lib/core/bff/lock.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a185_0x5884(_0x22d3fa,_0x3d7c0b){_0x22d3fa=_0x22d3fa-0x8d;const _0x1a6c5a=a185_0x1a6c();let _0x5884fa=_0x1a6c5a[_0x22d3fa];return _0x5884fa;}(function(_0x2181cc,_0x49d35){const _0x3f3846=a185_0x5884,_0xcf0edf=_0x2181cc();while(!![]){try{const _0x28702b=parseInt(_0x3f3846(0x9d))/0x1*(-parseInt(_0x3f3846(0xa1))/0x2)+parseInt(_0x3f3846(0x8d))/0x3+parseInt(_0x3f3846(0x92))/0x4*(parseInt(_0x3f3846(0x93))/0x5)+parseInt(_0x3f3846(0x94))/0x6+-parseInt(_0x3f3846(0x91))/0x7*(-parseInt(_0x3f3846(0xa2))/0x8)+parseInt(_0x3f3846(0x98))/0x9*(parseInt(_0x3f3846(0x97))/0xa)+-parseInt(_0x3f3846(0x8e))/0xb;if(_0x28702b===_0x49d35)break;else _0xcf0edf['push'](_0xcf0edf['shift']());}catch(_0x232c5d){_0xcf0edf['push'](_0xcf0edf['shift']());}}}(a185_0x1a6c,0x434ff));import{mkdir,readFile,writeFile}from'node:fs/promises';function a185_0x1a6c(){const _0xb528c1=[':\x20scriptsRoot\x20mismatch\x20—\x20','stringify','1085efTcOi','scriptsRoot','object','current\x20\x22','434YbKznh','176864sasIUg','Check\x20.rabetbase/bff.lock.json\x20or\x20operate\x20from\x20the\x20correct\x20project\x20directory.','\x22\x20vs\x20lock\x20\x22','837720RgkCTN','3626854zZEYhE','ENOENT','utf8','21FPKgTB','4wsRvrb','273305sgkUzk','516012eTNwzO','lastSync','apps','3546430bWKcKw','9vFTqcm','functions','\x22.\x20'];a185_0x1a6c=function(){return _0xb528c1;};return a185_0x1a6c();}import{dirname}from'node:path';export function createEmptyBffLock(){return{'apps':{}};}export function ensureLockScope(_0x5213b2,_0x510efd,_0x587bc9,_0x2f039c){const _0x3c598e=a185_0x5884,_0x3e4b3c={'apps':_0x5213b2['apps']&&typeof _0x5213b2[_0x3c598e(0x96)]===_0x3c598e(0x9f)?_0x5213b2[_0x3c598e(0x96)]:{}};let _0x18b90a=_0x3e4b3c[_0x3c598e(0x96)][_0x510efd];if(!_0x18b90a)return _0x18b90a={'scriptsRoot':_0x587bc9,'lastSync':'','functions':{}},_0x3e4b3c[_0x3c598e(0x96)][_0x510efd]=_0x18b90a,{'lockData':_0x3e4b3c,'appLock':_0x18b90a};if(!_0x18b90a['scriptsRoot'])_0x18b90a[_0x3c598e(0x9e)]=_0x587bc9;else{if(_0x18b90a[_0x3c598e(0x9e)]!==_0x587bc9)throw new Error(_0x2f039c+_0x3c598e(0x9b)+(_0x3c598e(0xa0)+_0x587bc9+_0x3c598e(0xa4)+_0x18b90a[_0x3c598e(0x9e)]+_0x3c598e(0x9a))+_0x3c598e(0xa3));}return!_0x18b90a['functions']&&(_0x18b90a[_0x3c598e(0x99)]={}),!_0x18b90a[_0x3c598e(0x95)]&&(_0x18b90a[_0x3c598e(0x95)]=''),{'lockData':_0x3e4b3c,'appLock':_0x18b90a};}export async function readBffLockFile(_0x3f4015){const _0x17126b=a185_0x5884;try{const _0x537a23=await readFile(_0x3f4015,'utf8'),_0x5784ec=JSON['parse'](_0x537a23);return{'apps':_0x5784ec['apps']&&typeof _0x5784ec[_0x17126b(0x96)]==='object'?_0x5784ec[_0x17126b(0x96)]:{}};}catch(_0x833c2f){if(_0x833c2f['code']===_0x17126b(0x8f))return null;throw new Error('Failed\x20to\x20read\x20BFF\x20lock\x20file:\x20'+String(_0x833c2f));}}export async function writeBffLockFile(_0x246084,_0x11d1df){const _0x3f6d78=a185_0x5884;await mkdir(dirname(_0x246084),{'recursive':!![]}),await writeFile(_0x246084,JSON[_0x3f6d78(0x9c)](_0x11d1df,null,0x2),_0x3f6d78(0x90));}
|
package/lib/core/bff/utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a187_0x2e02(_0x1aed7c,_0x1107dc){_0x1aed7c=_0x1aed7c-0x1eb;const _0x241c17=a187_0x241c();let _0x2e02f8=_0x241c17[_0x1aed7c];return _0x2e02f8;}(function(_0x10af0d,_0x30e457){const _0x410b27=a187_0x2e02,_0x2ea4fe=_0x10af0d();while(!![]){try{const _0x7d61c2=-parseInt(_0x410b27(0x1f5))/0x1+-parseInt(_0x410b27(0x1ec))/0x2+-parseInt(_0x410b27(0x1f4))/0x3+parseInt(_0x410b27(0x1f3))/0x4+parseInt(_0x410b27(0x1ee))/0x5+parseInt(_0x410b27(0x1f9))/0x6+-parseInt(_0x410b27(0x1eb))/0x7;if(_0x7d61c2===_0x30e457)break;else _0x2ea4fe['push'](_0x2ea4fe['shift']());}catch(_0x5f320e){_0x2ea4fe['push'](_0x2ea4fe['shift']());}}}(a187_0x241c,0x2302c));export function snakeToCamel(_0xe1071){const _0x262571=a187_0x2e02;return _0xe1071[_0x262571(0x1f6)]()['replace'](/_([a-z])/g,(_0x6e6d5f,_0x23bef7)=>_0x23bef7['toUpperCase']());}export function findHookLocationByRemoteId(_0x33be1f,_0x403964){const _0x2e8092=a187_0x2e02;if(!_0x403964)return undefined;for(const _0x1cbae4 of Object['values'](_0x33be1f)){if(_0x1cbae4[_0x2e8092(0x1f7)]===_0x403964&&_0x1cbae4[_0x2e8092(0x1ed)]&&_0x1cbae4[_0x2e8092(0x1fa)]&&_0x1cbae4[_0x2e8092(0x1f2)])return{'datasetCode':_0x1cbae4[_0x2e8092(0x1ed)],'operationType':_0x1cbae4[_0x2e8092(0x1fa)],'functionNode':_0x1cbae4[_0x2e8092(0x1f2)]};}return undefined;}export function extractScriptDescription(_0x589b49){const _0x407fa6=_0x589b49['match'](/\[\s*脚本描述\s*]\s*(.+)/);return _0x407fa6?.[0x1]?.['trim']()||undefined;}export function isValidBffFunctionName(_0x2f937e){const _0x181892=a187_0x2e02;return/^[A-Za-z_$][A-Za-z0-9_$]*$/[_0x181892(0x1ef)](_0x2f937e);}function a187_0x241c(){const _0x15e204=['toLowerCase','remoteId','after','1222416WMorZt','operationType','904813MLChfU','7564MIkpuq','datasetCode','189965XtUHKX','test','trim','before','functionNode','1130572eDNKTc','298494AFaokV','148429oGKkre'];a187_0x241c=function(){return _0x15e204;};return a187_0x241c();}export function normalizeHookFunctionNode(_0x283bc6){const _0x216e73=a187_0x2e02;if(!_0x283bc6)return undefined;const _0x5cb1ae=_0x283bc6[_0x216e73(0x1f0)]()[_0x216e73(0x1f6)]();if(_0x5cb1ae===_0x216e73(0x1f1)||_0x5cb1ae===_0x216e73(0x1f8))return _0x5cb1ae;return undefined;}
|
package/lib/core/db-resolver.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3ee891,_0x32419f){const _0x3f463d=a188_0x50f2,_0x1a1263=_0x3ee891();while(!![]){try{const _0x37ccfa=-parseInt(_0x3f463d(0x17f))/0x1+-parseInt(_0x3f463d(0x17b))/0x2+-parseInt(_0x3f463d(0x17c))/0x3*(parseInt(_0x3f463d(0x181))/0x4)+-parseInt(_0x3f463d(0x18a))/0x5*(parseInt(_0x3f463d(0x17d))/0x6)+-parseInt(_0x3f463d(0x173))/0x7*(parseInt(_0x3f463d(0x17e))/0x8)+parseInt(_0x3f463d(0x175))/0x9*(-parseInt(_0x3f463d(0x180))/0xa)+parseInt(_0x3f463d(0x182))/0xb;if(_0x37ccfa===_0x32419f)break;else _0x1a1263['push'](_0x1a1263['shift']());}catch(_0x371600){_0x1a1263['push'](_0x1a1263['shift']());}}}(a188_0x57e6,0xd91a3));function a188_0x50f2(_0x3965d2,_0x295216){_0x3965d2=_0x3965d2-0x173;const _0x57e6ed=a188_0x57e6();let _0x50f28b=_0x57e6ed[_0x3965d2];return _0x50f28b;}import{listDatasets}from'../core/api-client.js';const cache=new Map();function a188_0x57e6(){const _0x39e456=['1695218sMZpCP','3kZOFpM','120YAqpfY','14088EDOprn','1313820QNHflf','3850rUANxm','6278092hXpywU','79715504EnvoEy','dbId','length','No\x20linked\x20databases\x20found\x20under\x20app\x20\x22','set','has','dbName','\x22\x20matches\x20multiple\x20databases:\x20','331465LtHldD','2667usRmcQ','map','14724xznrmK','join','find','get','toLowerCase','Multiple\x20databases\x20found.\x20Specify\x20one\x20with\x20--db:\x20'];a188_0x57e6=function(){return _0x39e456;};return a188_0x57e6();}export async function listDatabases(_0x32d8e7){const _0x269906=a188_0x50f2;if(cache[_0x269906(0x187)](_0x32d8e7))return cache[_0x269906(0x178)](_0x32d8e7);const _0x36d8bd=await listDatasets(_0x32d8e7),_0x170f31=new Map();for(const _0x2d6554 of _0x36d8bd){const _0x5bc1f9=_0x2d6554['dbtableConfig'];_0x5bc1f9?.['dbId']!=null&&_0x170f31[_0x269906(0x186)](_0x5bc1f9['dbId'],_0x5bc1f9[_0x269906(0x188)]??'db-'+_0x5bc1f9[_0x269906(0x183)]);}const _0x169f93=[..._0x170f31['entries']()][_0x269906(0x174)](([_0x5da805,_0x277b1f])=>({'dbId':_0x5da805,'dbName':_0x277b1f}));return cache[_0x269906(0x186)](_0x32d8e7,_0x169f93),_0x169f93;}export async function resolveDb(_0x38c477,_0x18b233){const _0x2f51c3=a188_0x50f2,_0x2f9511=await listDatabases(_0x38c477);if(_0x2f9511[_0x2f51c3(0x184)]===0x0)return{'resolved':[],'error':_0x2f51c3(0x185)+_0x38c477+'\x22.\x20Make\x20sure\x20datasets\x20have\x20been\x20created.'};if(!_0x18b233)return{'resolved':_0x2f9511};const _0x329bf3=Number(_0x18b233);if(!Number['isNaN'](_0x329bf3)){const _0x48564a=_0x2f9511[_0x2f51c3(0x177)](_0x36e624=>_0x36e624[_0x2f51c3(0x183)]===_0x329bf3);if(_0x48564a)return{'resolved':[_0x48564a]};}const _0x58bece=_0x18b233[_0x2f51c3(0x179)](),_0x2b78d6=_0x2f9511['filter'](_0x4027be=>_0x4027be['dbName'][_0x2f51c3(0x179)]()['includes'](_0x58bece));if(_0x2b78d6['length']>0x0)return{'resolved':_0x2b78d6};const _0x40490e=_0x2f9511[_0x2f51c3(0x174)](_0x4a399c=>_0x4a399c[_0x2f51c3(0x188)]+'\x20('+_0x4a399c['dbId']+')')[_0x2f51c3(0x176)](',\x20');return{'resolved':[],'error':'No\x20database\x20matching\x20\x22'+_0x18b233+'\x22\x20under\x20app\x20\x22'+_0x38c477+'\x22.\x20Available:\x20'+_0x40490e+'.\x20If\x20this\x20db\x20belongs\x20to\x20another\x20app,\x20rerun\x20with\x20--appcode\x20<appCode>.'};}export async function resolveOneDb(_0x31793e,_0x26ca8b){const _0x3dca3b=a188_0x50f2,{resolved:_0x4b5150,error:_0x37e168}=await resolveDb(_0x31793e,_0x26ca8b);if(_0x37e168)return{'db':null,'error':_0x37e168};if(_0x4b5150[_0x3dca3b(0x184)]===0x1)return{'db':_0x4b5150[0x0]};if(!_0x26ca8b){const _0x6aef45=_0x4b5150[_0x3dca3b(0x174)](_0xbdf200=>_0xbdf200[_0x3dca3b(0x188)]+'\x20('+_0xbdf200['dbId']+')')[_0x3dca3b(0x176)](',\x20');return{'db':null,'error':_0x3dca3b(0x17a)+_0x6aef45};}const _0x3cdbfd=_0x4b5150[_0x3dca3b(0x174)](_0x3798c2=>_0x3798c2[_0x3dca3b(0x188)]+'\x20('+_0x3798c2[_0x3dca3b(0x183)]+')')[_0x3dca3b(0x176)](',\x20');return{'db':null,'error':'\x22'+_0x26ca8b+_0x3dca3b(0x189)+_0x3cdbfd+'.\x20Be\x20more\x20specific.'};}export async function getDbName(_0x26f569,_0x85a7ae){const _0x2033a6=a188_0x50f2,_0xa2430c=await listDatabases(_0x26f569);return _0xa2430c['find'](_0x1df0d1=>_0x1df0d1[_0x2033a6(0x183)]===_0x85a7ae)?.[_0x2033a6(0x188)];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a189_0xd59c(){const _0x28c047=['10YzlqXz','16SYfFzZ','F_OK','108082tYlUtV','5OywrMY','186297yZXAHB','1003264AblMQV','appPagesDir','toUpperCase','.rabetbase','page.lock.json','1369404zcNdmF','cwd','1386zVpnzI','3506040TXZdky','590238XFfjat','8hkzqhH','35jXkVVi','12381GYihUP','22VRInAP'];a189_0xd59c=function(){return _0x28c047;};return a189_0xd59c();}function a189_0x2cb7(_0x5b5e36,_0x1bb7fc){_0x5b5e36=_0x5b5e36-0x1ef;const _0xd59cc4=a189_0xd59c();let _0x2cb726=_0xd59cc4[_0x5b5e36];return _0x2cb726;}const a189_0x43b335=a189_0x2cb7;(function(_0x89682e,_0x5ad236){const _0x58a950=a189_0x2cb7,_0x26f963=_0x89682e();while(!![]){try{const _0x435123=-parseInt(_0x58a950(0x202))/0x1*(-parseInt(_0x58a950(0x1f1))/0x2)+-parseInt(_0x58a950(0x1f5))/0x3*(-parseInt(_0x58a950(0x200))/0x4)+parseInt(_0x58a950(0x1f4))/0x5*(parseInt(_0x58a950(0x1ff))/0x6)+-parseInt(_0x58a950(0x201))/0x7*(parseInt(_0x58a950(0x1f6))/0x8)+parseInt(_0x58a950(0x1fe))/0x9*(-parseInt(_0x58a950(0x1f0))/0xa)+-parseInt(_0x58a950(0x1ef))/0xb*(-parseInt(_0x58a950(0x1fb))/0xc)+-parseInt(_0x58a950(0x1f3))/0xd*(-parseInt(_0x58a950(0x1fd))/0xe);if(_0x435123===_0x5ad236)break;else _0x26f963['push'](_0x26f963['shift']());}catch(_0x146c40){_0x26f963['push'](_0x26f963['shift']());}}}(a189_0xd59c,0x56ff3));import{constants}from'node:fs';import{access,mkdir}from'node:fs/promises';import{dirname,join,resolve}from'node:path';export function loadPageProjectConfig(_0x28aed2,_0x3a4b28=process[a189_0x43b335(0x1fc)]()){const _0x5aeb83=a189_0x43b335,_0xc61d47=resolve(_0x3a4b28),_0x58f7f8=join(_0xc61d47,_0x5aeb83(0x1f9),'page');return{'projectRoot':_0xc61d47,'pagesBaseDir':_0x58f7f8,'appPagesDir':join(_0x58f7f8,_0x28aed2),'lockFilePath':join(_0xc61d47,_0x5aeb83(0x1f9),_0x5aeb83(0x1fa))};}export function buildPageFileName(_0x18c168,_0x33183a){const _0x384c8a=a189_0x43b335;return _0x18c168+'-'+String(_0x33183a)[_0x384c8a(0x1f8)]()+'.json';}export function resolvePageFilePath(_0x4aca38,_0x473146,_0xa00b76){const _0x5bdf8c=a189_0x43b335;return join(_0x4aca38[_0x5bdf8c(0x1f7)],buildPageFileName(_0x473146,_0xa00b76));}export async function ensureParentDirectory(_0x2b97a9){await mkdir(dirname(_0x2b97a9),{'recursive':!![]});}export async function fileExists(_0x271d7a){const _0x381fa0=a189_0x43b335;try{return await access(_0x271d7a,constants[_0x381fa0(0x1f2)]),!![];}catch{return![];}}
|
package/lib/core/page/hash.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a190_0xd067(_0x24f988,_0x19e83b){_0x24f988=_0x24f988-0x160;const _0x167113=a190_0x1671();let _0xd06780=_0x167113[_0x24f988];return _0xd06780;}(function(_0x2c6d60,_0x4a7f40){const _0x323572=a190_0xd067,_0xe3cf43=_0x2c6d60();while(!![]){try{const _0x5d231c=parseInt(_0x323572(0x166))/0x1*(parseInt(_0x323572(0x161))/0x2)+parseInt(_0x323572(0x162))/0x3+-parseInt(_0x323572(0x16d))/0x4*(-parseInt(_0x323572(0x164))/0x5)+-parseInt(_0x323572(0x168))/0x6+parseInt(_0x323572(0x169))/0x7+parseInt(_0x323572(0x160))/0x8+-parseInt(_0x323572(0x16b))/0x9;if(_0x5d231c===_0x4a7f40)break;else _0xe3cf43['push'](_0xe3cf43['shift']());}catch(_0x1e619a){_0xe3cf43['push'](_0xe3cf43['shift']());}}}(a190_0x1671,0x7af4b));import a190_0x5ec034 from'node:crypto';import{readFile}from'node:fs/promises';export function serializePageSchemaForFile(_0x809e10){const _0x5576d2=a190_0xd067;return JSON['stringify'](JSON[_0x5576d2(0x163)](_0x809e10),null,0x2)+'\x0a';}function a190_0x1671(){const _0x557643=['update','266236ISesfi','digest','hex','6740896XHifdm','40CgSFxF','1863324yVMSmm','parse','10xJLFtA','md5','26652nWSgBd','createHash','3839658pGFOjX','1064273MoWHIH','utf8','10245123pCOSsY'];a190_0x1671=function(){return _0x557643;};return a190_0x1671();}export function computePageContentHash(_0xfe917c){const _0x325ff3=a190_0xd067;return a190_0x5ec034[_0x325ff3(0x167)](_0x325ff3(0x165))[_0x325ff3(0x16c)](_0xfe917c)[_0x325ff3(0x16e)](_0x325ff3(0x16f));}export function computeSerializedSchemaHash(_0x1565cb){return computePageContentHash(serializePageSchemaForFile(_0x1565cb));}export async function computePageFileHash(_0x4b9668){const _0x12e5c6=a190_0xd067,_0x4de486=await readFile(_0x4b9668,_0x12e5c6(0x16a));return computePageContentHash(_0x4de486);}
|
package/lib/core/page/lock.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x42f80c,_0x2ddb54){const _0x1171e0=a191_0x5623,_0x1e6d1d=_0x42f80c();while(!![]){try{const _0x51c91a=-parseInt(_0x1171e0(0x1cd))/0x1*(parseInt(_0x1171e0(0x1d5))/0x2)+-parseInt(_0x1171e0(0x1c4))/0x3*(-parseInt(_0x1171e0(0x1d1))/0x4)+-parseInt(_0x1171e0(0x1cb))/0x5+-parseInt(_0x1171e0(0x1c5))/0x6*(parseInt(_0x1171e0(0x1d0))/0x7)+parseInt(_0x1171e0(0x1ca))/0x8+-parseInt(_0x1171e0(0x1c6))/0x9+parseInt(_0x1171e0(0x1d3))/0xa;if(_0x51c91a===_0x2ddb54)break;else _0x1e6d1d['push'](_0x1e6d1d['shift']());}catch(_0x190f58){_0x1e6d1d['push'](_0x1e6d1d['shift']());}}}(a191_0x4f9e,0x439ba));import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';function a191_0x4f9e(){const _0x5e0b0e=['object','stringify','26144GNuDqp','147510OiGtSG','parse','32314MfYKdx','lastSync','utf8','28CgpfFa','3732XvzyVZ','code','7735060CWdLJs','Failed\x20to\x20read\x20page\x20lock\x20file:\x20','14KVsLDx','apps','651XCrUwV','77628XdsdYZ','3553749EbGsgt','pages'];a191_0x4f9e=function(){return _0x5e0b0e;};return a191_0x4f9e();}export function createEmptyPageLock(){return{'apps':{}};}export function ensurePageLockScope(_0x466044,_0x33e7a1){const _0x558eec=a191_0x5623,_0x28adb7={'apps':_0x466044[_0x558eec(0x1c3)]&&typeof _0x466044[_0x558eec(0x1c3)]===_0x558eec(0x1c8)?_0x466044[_0x558eec(0x1c3)]:{}};let _0x359f12=_0x28adb7[_0x558eec(0x1c3)][_0x33e7a1];if(!_0x359f12)return _0x359f12={'lastSync':'','pages':{}},_0x28adb7['apps'][_0x33e7a1]=_0x359f12,{'lockData':_0x28adb7,'appLock':_0x359f12};return!_0x359f12[_0x558eec(0x1ce)]&&(_0x359f12[_0x558eec(0x1ce)]=''),(!_0x359f12[_0x558eec(0x1c7)]||typeof _0x359f12[_0x558eec(0x1c7)]!==_0x558eec(0x1c8))&&(_0x359f12[_0x558eec(0x1c7)]={}),{'lockData':_0x28adb7,'appLock':_0x359f12};}export async function readPageLockFile(_0x289776){const _0x966352=a191_0x5623;try{const _0x328225=await readFile(_0x289776,'utf8'),_0x10b3bc=JSON[_0x966352(0x1cc)](_0x328225);return{'apps':_0x10b3bc[_0x966352(0x1c3)]&&typeof _0x10b3bc[_0x966352(0x1c3)]===_0x966352(0x1c8)?_0x10b3bc['apps']:{}};}catch(_0x38d32a){if(_0x38d32a[_0x966352(0x1d2)]==='ENOENT')return null;throw new Error(_0x966352(0x1d4)+String(_0x38d32a));}}function a191_0x5623(_0x4030e7,_0x418fe2){_0x4030e7=_0x4030e7-0x1c3;const _0x4f9e0c=a191_0x4f9e();let _0x56233f=_0x4f9e0c[_0x4030e7];return _0x56233f;}export async function writePageLockFile(_0x3a4ee9,_0x22e73c){const _0x5604d5=a191_0x5623;await mkdir(dirname(_0x3a4ee9),{'recursive':!![]}),await writeFile(_0x3a4ee9,JSON[_0x5604d5(0x1c9)](_0x22e73c,null,0x2),_0x5604d5(0x1cf));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a193_0x3a4b(_0x61e1c9,_0x505fa5){_0x61e1c9=_0x61e1c9-0xd2;const _0x3088c6=a193_0x3088();let _0x3a4b0d=_0x3088c6[_0x61e1c9];return _0x3a4b0d;}const a193_0x3cefd8=a193_0x3a4b;(function(_0x5b9099,_0x3017d0){const _0x80e7d2=a193_0x3a4b,_0x32576b=_0x5b9099();while(!![]){try{const _0x42ee16=-parseInt(_0x80e7d2(0xdd))/0x1+-parseInt(_0x80e7d2(0xd8))/0x2+parseInt(_0x80e7d2(0xdb))/0x3*(-parseInt(_0x80e7d2(0xd7))/0x4)+parseInt(_0x80e7d2(0xde))/0x5+-parseInt(_0x80e7d2(0xda))/0x6*(-parseInt(_0x80e7d2(0xd9))/0x7)+parseInt(_0x80e7d2(0xdc))/0x8*(parseInt(_0x80e7d2(0xd4))/0x9)+parseInt(_0x80e7d2(0xd5))/0xa;if(_0x42ee16===_0x3017d0)break;else _0x32576b['push'](_0x32576b['shift']());}catch(_0x405233){_0x32576b['push'](_0x32576b['shift']());}}}(a193_0x3088,0x376b0));import{resolve}from'node:path';import{findProjectRootDirectory}from'../../context.js';function a193_0x3088(){const _0x413386=['3714380DMtvBP','sql.lock.json','12dDuZyy','555006hHVUbD','159369aJVEUM','6dhyraU','14739gsFbBK','354488tIfkyw','300598wOqHJH','1906580VlsoLZ','sql','/sql','sql-trash','9wvWAvV'];a193_0x3088=function(){return _0x413386;};return a193_0x3088();}const DOT_DIR='.rabetbase',LOCK_FILE_NAME=a193_0x3cefd8(0xd6),TRASH_DIR_NAME=a193_0x3cefd8(0xd3);export function loadSqlProjectConfig(_0x10f1e3,_0x13a935){const _0x3568a2=a193_0x3cefd8,_0x453e77=resolve(_0x13a935??findProjectRootDirectory()),_0xb86c9=DOT_DIR+_0x3568a2(0xd2),_0x4692d9=_0xb86c9+'/'+_0x10f1e3;return{'projectRoot':_0x453e77,'appCode':_0x10f1e3,'sqlWorkspaceRoot':_0xb86c9,'sqlRoot':_0x4692d9,'sqlRootDir':resolve(_0x453e77,DOT_DIR,_0x3568a2(0xdf),_0x10f1e3),'lockFilePath':resolve(_0x453e77,DOT_DIR,LOCK_FILE_NAME),'trashDir':resolve(_0x453e77,DOT_DIR,TRASH_DIR_NAME)};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x179013,_0x37f893){const _0x3853b3=a194_0x23d4,_0x431385=_0x179013();while(!![]){try{const _0x1dbb05=parseInt(_0x3853b3(0x107))/0x1+-parseInt(_0x3853b3(0xf1))/0x2+parseInt(_0x3853b3(0x108))/0x3*(-parseInt(_0x3853b3(0x102))/0x4)+-parseInt(_0x3853b3(0xfe))/0x5*(-parseInt(_0x3853b3(0xff))/0x6)+parseInt(_0x3853b3(0xf8))/0x7+parseInt(_0x3853b3(0x104))/0x8*(parseInt(_0x3853b3(0xf5))/0x9)+-parseInt(_0x3853b3(0xfa))/0xa;if(_0x1dbb05===_0x37f893)break;else _0x431385['push'](_0x431385['shift']());}catch(_0x54fa22){_0x431385['push'](_0x431385['shift']());}}}(a194_0x5628,0x2ee05));function a194_0x5628(){const _0x2be906=['56KrMMvP','split','sql','267489OIteAI','6njfTzf','mode','path','sqlName','length','dbName','code','277228kpRobc','indexOf','sqlRootDir','sqlCode','297846WpvIaF','name','replace','100632eyuEoP','dbId','3922010UnkYHF','slice','mybatisXml','push','5KogQHm','1881666uTmOGD','isDirectory','toLowerCase','208628msDOde','ENOENT'];a194_0x5628=function(){return _0x2be906;};return a194_0x5628();}import{readdir,stat}from'node:fs/promises';import{extname,join,relative}from'node:path';import{buildDefaultSqlFileName,buildSqlRelativePath}from'./utils.js';function extensionToMode(_0x161adf){const _0x4a6ea5=a194_0x23d4;if(_0x161adf==='.sql')return _0x4a6ea5(0x106);if(_0x161adf==='.xml')return _0x4a6ea5(0xfc);return undefined;}async function scanSqlFilesRecursively(_0x226828,_0xb2c884){const _0x1e4edb=a194_0x23d4,_0x1e22e3=[];try{const _0xabea05=await readdir(_0x226828,{'withFileTypes':!![]});for(const _0x2261e3 of _0xabea05){const _0x354981=join(_0x226828,_0x2261e3['name']);if(_0x2261e3['isDirectory']()){_0x1e22e3[_0x1e4edb(0xfd)](...await scanSqlFilesRecursively(_0x354981,_0xb2c884));continue;}if(!_0x2261e3['isFile']())continue;const _0x2f3966=extname(_0x2261e3[_0x1e4edb(0xf6)])[_0x1e4edb(0x101)](),_0x573310=extensionToMode(_0x2f3966);if(!_0x573310)continue;const _0x2e30cd=relative(_0xb2c884,_0x354981)[_0x1e4edb(0xf7)](/\\/g,'/'),_0x69f5fb=_0x2e30cd[_0x1e4edb(0x105)]('/')['filter'](Boolean),_0x30f8f4=parseSqlPath(_0x69f5fb,_0x2261e3[_0x1e4edb(0xf6)],_0x2f3966);if(!_0x30f8f4)continue;_0x1e22e3[_0x1e4edb(0xfd)]({'sqlCode':_0x30f8f4[_0x1e4edb(0xf4)],'sqlName':_0x30f8f4['sqlName'],'dbDirectory':_0x69f5fb[0x0],'filePath':_0x354981,'relativePath':_0x2e30cd,'lockKey':_0x30f8f4['sqlCode'],'mode':_0x573310});}}catch(_0x4904ee){if(_0x4904ee[_0x1e4edb(0xf0)]!==_0x1e4edb(0x103))throw _0x4904ee;}return _0x1e22e3;}export async function scanLocalSqlQueries(_0x107b0a){const _0x4bde6c=a194_0x23d4;return scanSqlFilesRecursively(_0x107b0a[_0x4bde6c(0xf3)],_0x107b0a['sqlRootDir']);}export function resolveLocalSqlFilePath(_0x431cb5,_0x1078ab,_0x2c3ac3){const _0x5cdfdf=a194_0x23d4,_0x17559f=_0x2c3ac3?.[_0x5cdfdf(0x10a)]||(_0x2c3ac3?.[_0x5cdfdf(0x10b)]||_0x2c3ac3?.[_0x5cdfdf(0xef)]?buildSqlRelativePath(_0x1078ab,_0x2c3ac3?.[_0x5cdfdf(0x10b)],_0x2c3ac3?.[_0x5cdfdf(0xef)],_0x2c3ac3?.[_0x5cdfdf(0x109)]||_0x5cdfdf(0x106),_0x2c3ac3?.[_0x5cdfdf(0xf9)]):buildDefaultSqlFileName(_0x1078ab,_0x2c3ac3?.[_0x5cdfdf(0x109)]||_0x5cdfdf(0x106)));return join(_0x431cb5[_0x5cdfdf(0xf3)],_0x17559f);}export async function directoryExists(_0x39f33f){const _0x586c35=a194_0x23d4;try{const _0xf3608a=await stat(_0x39f33f);return _0xf3608a[_0x586c35(0x100)]();}catch{return![];}}function a194_0x23d4(_0x5561ce,_0x21471f){_0x5561ce=_0x5561ce-0xee;const _0x5628c4=a194_0x5628();let _0x23d4b4=_0x5628c4[_0x5561ce];return _0x23d4b4;}function parseSqlPath(_0x5559fd,_0x5d3ca4,_0x4a0183){const _0x1f4bc7=a194_0x23d4,_0x13a67a=_0x5d3ca4['slice'](0x0,-_0x4a0183['length']);if(_0x5559fd[_0x1f4bc7(0xee)]<0x2)return null;const _0x213fad=_0x13a67a[_0x1f4bc7(0xf2)]('_');if(_0x213fad<=0x0||_0x213fad>=_0x13a67a[_0x1f4bc7(0xee)]-0x1)return null;const _0x1104aa=_0x13a67a[_0x1f4bc7(0xfb)](0x0,_0x213fad);if(!isLikelySqlCode(_0x1104aa))return null;return{'sqlCode':_0x1104aa,'sqlName':_0x13a67a[_0x1f4bc7(0xfb)](_0x213fad+0x1)};}function isLikelySqlCode(_0x5c00c9){return/^[A-Za-z0-9-]+-[A-Za-z0-9-]+$/['test'](_0x5c00c9);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x343971,_0x47a6a4){const _0x3bb463=a195_0x2e4f,_0x1af176=_0x343971();while(!![]){try{const _0x2b2138=parseInt(_0x3bb463(0x1a5))/0x1+parseInt(_0x3bb463(0x1a7))/0x2*(-parseInt(_0x3bb463(0x19e))/0x3)+-parseInt(_0x3bb463(0x1a6))/0x4*(-parseInt(_0x3bb463(0x19b))/0x5)+parseInt(_0x3bb463(0x19d))/0x6*(parseInt(_0x3bb463(0x1a0))/0x7)+-parseInt(_0x3bb463(0x1a2))/0x8*(parseInt(_0x3bb463(0x1a4))/0x9)+-parseInt(_0x3bb463(0x19a))/0xa+parseInt(_0x3bb463(0x1a8))/0xb;if(_0x2b2138===_0x47a6a4)break;else _0x1af176['push'](_0x1af176['shift']());}catch(_0x24f1b6){_0x1af176['push'](_0x1af176['shift']());}}}(a195_0x124e,0xdecea));function a195_0x124e(){const _0x178387=['update','7EcfbYM','md5','56SIGjlj','hex','1229292agscAs','1722241fEHhyt','1589552mVnvDN','68232QLFpwd','4074026LojAKy','utf8','4522960nmXIPF','5XBHudl','createHash','5536482vqsbsU','96dXbDRs'];a195_0x124e=function(){return _0x178387;};return a195_0x124e();}import{readFile}from'node:fs/promises';import a195_0x1c0ff4 from'node:crypto';function a195_0x2e4f(_0xa1d6d8,_0x1b2888){_0xa1d6d8=_0xa1d6d8-0x19a;const _0x124ef4=a195_0x124e();let _0x2e4f95=_0x124ef4[_0xa1d6d8];return _0x2e4f95;}export function computeSqlContentHash(_0x383302){const _0x27a615=a195_0x2e4f;return a195_0x1c0ff4[_0x27a615(0x19c)](_0x27a615(0x1a1))[_0x27a615(0x19f)](_0x383302)['digest'](_0x27a615(0x1a3));}export async function computeSqlFileHash(_0x4eb11b){const _0x46ef37=a195_0x2e4f,_0x34964f=await readFile(_0x4eb11b,_0x46ef37(0x1a9));return computeSqlContentHash(_0x34964f);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5acc59,_0x12e3d9){const _0xd22fa2=a196_0x3e49,_0x1e0589=_0x5acc59();while(!![]){try{const _0x348443=parseInt(_0xd22fa2(0x9a))/0x1*(parseInt(_0xd22fa2(0x98))/0x2)+parseInt(_0xd22fa2(0x92))/0x3*(-parseInt(_0xd22fa2(0x93))/0x4)+-parseInt(_0xd22fa2(0xa0))/0x5*(-parseInt(_0xd22fa2(0x99))/0x6)+parseInt(_0xd22fa2(0x9e))/0x7*(-parseInt(_0xd22fa2(0xa3))/0x8)+parseInt(_0xd22fa2(0x9f))/0x9*(parseInt(_0xd22fa2(0xa5))/0xa)+-parseInt(_0xd22fa2(0x9d))/0xb+parseInt(_0xd22fa2(0x97))/0xc;if(_0x348443===_0x12e3d9)break;else _0x1e0589['push'](_0x1e0589['shift']());}catch(_0x232ffe){_0x1e0589['push'](_0x1e0589['shift']());}}}(a196_0xedeb,0xb2db5));function a196_0x3e49(_0x5c053b,_0x34284e){_0x5c053b=_0x5c053b-0x92;const _0xedebf2=a196_0xedeb();let _0x3e496e=_0xedebf2[_0x5c053b];return _0x3e496e;}import{mkdir,readFile,writeFile}from'node:fs/promises';import{dirname}from'node:path';function a196_0xedeb(){const _0x2d4ee3=['9145620EvOusg','468994qhvLwa','69222MjjzgU','4wFWQix','Check\x20.rabetbase/sql.lock.json\x20or\x20operate\x20from\x20the\x20correct\x20project\x20directory.','parse','4341623qZMaAP','14nMkhya','902799mycqBG','85XrzmLV','\x22.\x20','utf8','2130176iCHxyY','stringify','10FmxEni','sqls','apps',':\x20sqlRoot\x20mismatch\x20—\x20current\x20\x22','3mLhTnN','1346916rCdyUQ','lastSync','sqlRoot','code'];a196_0xedeb=function(){return _0x2d4ee3;};return a196_0xedeb();}export function createEmptySqlLock(){return{'apps':{}};}export function ensureSqlLockScope(_0x5564b9,_0x1c9122,_0x26348e,_0x5434d7){const _0x44f489=a196_0x3e49,_0x167ac6=_0x5564b9??createEmptySqlLock();let _0x415b23=_0x167ac6[_0x44f489(0xa7)][_0x1c9122];if(!_0x415b23)return _0x415b23={'sqlRoot':_0x26348e,'lastSync':'','sqls':{}},_0x167ac6[_0x44f489(0xa7)][_0x1c9122]=_0x415b23,{'lockData':_0x167ac6,'appLock':_0x415b23};if(!_0x415b23[_0x44f489(0x95)])_0x415b23[_0x44f489(0x95)]=_0x26348e;else{if(_0x415b23[_0x44f489(0x95)]!==_0x26348e)throw new Error(_0x5434d7+_0x44f489(0xa8)+_0x26348e+'\x22\x20vs\x20lock\x20\x22'+_0x415b23[_0x44f489(0x95)]+_0x44f489(0xa1)+_0x44f489(0x9b));}return!_0x415b23[_0x44f489(0xa6)]&&(_0x415b23[_0x44f489(0xa6)]={}),!_0x415b23[_0x44f489(0x94)]&&(_0x415b23[_0x44f489(0x94)]=''),{'lockData':_0x167ac6,'appLock':_0x415b23};}export async function readSqlLockFile(_0xb0b6e6){const _0x472d12=a196_0x3e49;try{const _0x1d518a=await readFile(_0xb0b6e6,'utf8');return JSON[_0x472d12(0x9c)](_0x1d518a);}catch(_0x1763a4){if(_0x1763a4[_0x472d12(0x96)]==='ENOENT')return null;throw new Error('Failed\x20to\x20read\x20SQL\x20lock\x20file:\x20'+String(_0x1763a4));}}export async function writeSqlLockFile(_0x29dbef,_0x1e3215){const _0xfdfc9f=a196_0x3e49;await mkdir(dirname(_0x29dbef),{'recursive':!![]}),await writeFile(_0x29dbef,JSON[_0xfdfc9f(0xa4)](_0x1e3215,null,0x2),_0xfdfc9f(0xa2));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a198_0x217b(){const _0x559998=['2850085ZSnMcC','211547goABdC','.sql','unknown-sql','201920qByWlE','594HIbLNW','trimStart','977324IZBWEX','90560VbeKiy','4289940LDTxtf','3vnjkkU','test','mybatisXml','sql','16xcjKwN','replace','db-','3535828vegogX','.xml'];a198_0x217b=function(){return _0x559998;};return a198_0x217b();}(function(_0x22a1a7,_0x4bde81){const _0x57f2cf=a198_0x54aa,_0x55f887=_0x22a1a7();while(!![]){try{const _0x10dd5b=parseInt(_0x57f2cf(0x1d3))/0x1+parseInt(_0x57f2cf(0x1d4))/0x2+parseInt(_0x57f2cf(0x1d6))/0x3*(parseInt(_0x57f2cf(0x1ca))/0x4)+parseInt(_0x57f2cf(0x1cc))/0x5+-parseInt(_0x57f2cf(0x1d5))/0x6+-parseInt(_0x57f2cf(0x1cd))/0x7*(-parseInt(_0x57f2cf(0x1c7))/0x8)+-parseInt(_0x57f2cf(0x1d1))/0x9*(parseInt(_0x57f2cf(0x1d0))/0xa);if(_0x10dd5b===_0x4bde81)break;else _0x55f887['push'](_0x55f887['shift']());}catch(_0x2aaae2){_0x55f887['push'](_0x55f887['shift']());}}}(a198_0x217b,0x7778e));export function detectSqlMode(_0x516cd3){const _0x130f5b=a198_0x54aa,_0x3cafbd=_0x516cd3[_0x130f5b(0x1d2)]();if(/^<(select|insert|update|delete)\b/i[_0x130f5b(0x1d7)](_0x3cafbd))return _0x130f5b(0x1d8);return _0x130f5b(0x1c6);}export function getSqlFileExtension(_0x41218d){const _0xc924d3=a198_0x54aa;return _0x41218d===_0xc924d3(0x1d8)?_0xc924d3(0x1cb):_0xc924d3(0x1ce);}export function buildDefaultSqlFileName(_0x5f3d82,_0x2b5940){return''+_0x5f3d82+getSqlFileExtension(_0x2b5940);}function a198_0x54aa(_0x582146,_0xe1f88){_0x582146=_0x582146-0x1c6;const _0x217b25=a198_0x217b();let _0x54aa4c=_0x217b25[_0x582146];return _0x54aa4c;}export function sanitizeSqlPathSegment(_0x4a9e92,_0x59ab96){const _0x321fb7=a198_0x54aa,_0x591c45=String(_0x4a9e92??'')['trim'](),_0x23a7e8=_0x591c45[_0x321fb7(0x1c8)](/[<>:"/\\|?*\u0000-\u001F]/g,'-')[_0x321fb7(0x1c8)](/\s+/g,'-')[_0x321fb7(0x1c8)](/-+/g,'-')[_0x321fb7(0x1c8)](/^\.+/,'')[_0x321fb7(0x1c8)](/\.+$/,'')[_0x321fb7(0x1c8)](/^-+/,'')[_0x321fb7(0x1c8)](/-+$/,'');return _0x23a7e8||_0x59ab96;}export function buildDbDirectoryName(_0x4a578e,_0x2b1111){const _0x2ee825=a198_0x54aa;return sanitizeSqlPathSegment(_0x4a578e,_0x2b1111!=null?_0x2ee825(0x1c9)+_0x2b1111:'unknown-db');}export function buildSqlRelativePath(_0x27da3e,_0x29512a,_0x1b05eb,_0x265c9f,_0x4eca7b){const _0x56d7d6=a198_0x54aa,_0x50d5bf=buildDbDirectoryName(_0x1b05eb,_0x4eca7b),_0x35863a=sanitizeSqlPathSegment(_0x27da3e,_0x56d7d6(0x1cf)),_0x502bd4=sanitizeSqlPathSegment(_0x29512a,_0x35863a);return _0x50d5bf+'/'+_0x35863a+'_'+_0x502bd4+getSqlFileExtension(_0x265c9f);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4f9234,_0x5a06b9){const _0x4ea1cb=a199_0x2eab,_0x42b3b8=_0x4f9234();while(!![]){try{const _0x34100c=-parseInt(_0x4ea1cb(0x105))/0x1*(-parseInt(_0x4ea1cb(0xff))/0x2)+parseInt(_0x4ea1cb(0xe4))/0x3*(-parseInt(_0x4ea1cb(0x109))/0x4)+parseInt(_0x4ea1cb(0xe5))/0x5*(parseInt(_0x4ea1cb(0x10b))/0x6)+parseInt(_0x4ea1cb(0xfd))/0x7+parseInt(_0x4ea1cb(0xee))/0x8*(parseInt(_0x4ea1cb(0xf1))/0x9)+-parseInt(_0x4ea1cb(0xf9))/0xa*(-parseInt(_0x4ea1cb(0xe8))/0xb)+-parseInt(_0x4ea1cb(0xe6))/0xc*(parseInt(_0x4ea1cb(0xfb))/0xd);if(_0x34100c===_0x5a06b9)break;else _0x42b3b8['push'](_0x42b3b8['shift']());}catch(_0x424dfd){_0x42b3b8['push'](_0x42b3b8['shift']());}}}(a199_0x295d,0x858d6));function a199_0x2eab(_0x58d9f4,_0x1f913e){_0x58d9f4=_0x58d9f4-0xe3;const _0x295da1=a199_0x295d();let _0x2eabb9=_0x295da1[_0x58d9f4];return _0x2eabb9;}function a199_0x295d(){const _0x10ff0b=['1902846npHJLl','add','UPDATE','67326yPitfL','10GhkfAj','372lPpedK','SQL\x20contains\x20modification\x20statements\x20alongside\x20SELECT','72215zeWgKA','reason','push','WITH','isDangerous','trim','8IUDWog','\x20with\x20parameters:\x20','SQL\x20content\x20is\x20empty','2364507EVaslb','matchAll','replace','from','Unable\x20to\x20detect\x20SQL\x20type.\x20Please\x20check\x20the\x20SQL\x20content.','join','UNKNOWN','DDL','670ORCxtU','startsWith','1034761qXMnew','includes','7438844SKSHhC','split','2GYunAE','DELETE','INSERT','unknown\x20table(s)','type','test','974057qYUhjW','\x20statements\x20cannot\x20be\x20auto-saved.\x20Please\x20operate\x20manually\x20on\x20the\x20platform.','\x20query\x20targeting\x20','match','64sXoEvr','SELECT'];a199_0x295d=function(){return _0x10ff0b;};return a199_0x295d();}export function detectSqlType(_0x1159ff){const _0x102138=a199_0x2eab;if(!_0x1159ff?.[_0x102138(0xed)]())return{'type':_0x102138(0xf7),'isSelectOnly':![],'isDangerous':![],'reason':_0x102138(0xf0)};const _0x6715d=_0x1159ff[_0x102138(0xf3)](/#\{[^}]*\}/g,'?')[_0x102138(0xf3)](/\$\{[^}]*\}/g,'?')[_0x102138(0xf3)](/@[^(\s]+(\([^)]*\))?/g,'')['replace'](/\/\*[\s\S]*?\*\//g,'')['trim'](),_0x26fc32=_0x6715d[_0x102138(0xfe)]('\x0a');let _0x34720b='';for(const _0x578073 of _0x26fc32){const _0x571d9a=_0x578073[_0x102138(0xed)]();if(!_0x571d9a||_0x571d9a['startsWith']('--')||_0x571d9a[_0x102138(0xfa)]('/*'))continue;_0x34720b=_0x571d9a;break;}const _0xa436ab=_0x34720b['toUpperCase']();if(_0xa436ab[_0x102138(0xfa)](_0x102138(0x10a))||_0xa436ab[_0x102138(0xfa)](_0x102138(0xeb))){const _0xb1b41=/\b(INSERT|UPDATE|DELETE|DROP|ALTER|CREATE|TRUNCATE)\b/i[_0x102138(0x104)](_0x6715d);return{'type':_0x102138(0x10a),'isSelectOnly':!_0xb1b41,'isDangerous':_0xb1b41,'reason':_0xb1b41?_0x102138(0xe7):undefined};}if(_0xa436ab[_0x102138(0xfa)](_0x102138(0x101)))return{'type':_0x102138(0x101),'isSelectOnly':![],'isDangerous':![]};if(_0xa436ab[_0x102138(0xfa)](_0x102138(0xe3)))return{'type':_0x102138(0xe3),'isSelectOnly':![],'isDangerous':![]};if(_0xa436ab['startsWith'](_0x102138(0x100)))return{'type':_0x102138(0x100),'isSelectOnly':![],'isDangerous':!![],'reason':'DELETE\x20statements\x20are\x20blocked\x20from\x20auto-save'};if(/^(CREATE|ALTER|DROP|TRUNCATE)/i[_0x102138(0x104)](_0xa436ab))return{'type':_0x102138(0xf8),'isSelectOnly':![],'isDangerous':!![],'reason':'DDL\x20statements\x20are\x20blocked\x20from\x20auto-save'};return{'type':_0x102138(0xf7),'isSelectOnly':![],'isDangerous':![]};}function extractTables(_0x31d128){const _0x87ac34=a199_0x2eab,_0x26f0b7=_0x31d128[_0x87ac34(0xf3)](/#\{[^}]*\}/g,'?')[_0x87ac34(0xf3)](/\$\{[^}]*\}/g,'?')[_0x87ac34(0xf3)](/'[^']*'/g,'\x27\x27')[_0x87ac34(0xf3)](/--.*$/gm,'')['replace'](/\/\*[\s\S]*?\*\//g,''),_0x93c833=[],_0x3084b8=_0x26f0b7[_0x87ac34(0x108)](/FROM\s+([^\s,)(]+)/i);if(_0x3084b8?.[0x1])_0x93c833[_0x87ac34(0xea)](_0x3084b8[0x1][_0x87ac34(0xf3)](/[`"]/g,''));for(const _0x5ab757 of _0x26f0b7[_0x87ac34(0xf2)](/(?:INNER|LEFT|RIGHT|FULL|CROSS)?\s*JOIN\s+([^\s,)(]+)/gi)){const _0x1c5d1f=_0x5ab757[0x1]?.[_0x87ac34(0xf3)](/[`"]/g,'');if(_0x1c5d1f&&!_0x93c833['includes'](_0x1c5d1f))_0x93c833[_0x87ac34(0xea)](_0x1c5d1f);}const _0x5eb810=_0x26f0b7[_0x87ac34(0x108)](/INTO\s+([^\s(]+)/i);if(_0x5eb810?.[0x1]){const _0x446126=_0x5eb810[0x1][_0x87ac34(0xf3)](/[`"]/g,'');if(!_0x93c833[_0x87ac34(0xfc)](_0x446126))_0x93c833['push'](_0x446126);}const _0x39ce4e=_0x26f0b7['match'](/UPDATE\s+([^\s,)(]+)/i);if(_0x39ce4e?.[0x1]){const _0x2c32be=_0x39ce4e[0x1]['replace'](/[`"]/g,'');if(!_0x93c833[_0x87ac34(0xfc)](_0x2c32be))_0x93c833['push'](_0x2c32be);}return _0x93c833;}function extractParameters(_0x2be3c4){const _0x51b1a7=a199_0x2eab,_0x11a045=new Set();for(const _0xc89eec of _0x2be3c4[_0x51b1a7(0xf2)](/#\{(\w+)\}/g))if(_0xc89eec[0x1])_0x11a045[_0x51b1a7(0x10c)](_0xc89eec[0x1]);for(const _0x48766c of _0x2be3c4['matchAll'](/\$\{(\w+)\}/g))if(_0x48766c[0x1])_0x11a045['add'](_0x48766c[0x1]);return Array[_0x51b1a7(0xf4)](_0x11a045);}export function validateSql(_0x152598){const _0x5c82db=a199_0x2eab,_0xd4323e=detectSqlType(_0x152598),_0x44a456=extractTables(_0x152598),_0x4aeb8=extractParameters(_0x152598);if(_0xd4323e[_0x5c82db(0xec)])return{'valid':![],'sqlType':_0xd4323e,'tables':_0x44a456,'parameters':_0x4aeb8,'message':_0xd4323e[_0x5c82db(0xe9)]||_0xd4323e['type']+_0x5c82db(0x106)};if(_0xd4323e[_0x5c82db(0x103)]===_0x5c82db(0xf7))return{'valid':![],'sqlType':_0xd4323e,'tables':_0x44a456,'parameters':_0x4aeb8,'message':_0x5c82db(0xf5)};return{'valid':!![],'sqlType':_0xd4323e,'tables':_0x44a456,'parameters':_0x4aeb8,'message':_0xd4323e[_0x5c82db(0x103)]+_0x5c82db(0x107)+(_0x44a456['length']?_0x44a456[_0x5c82db(0xf6)](',\x20'):_0x5c82db(0x102))+(_0x4aeb8['length']?_0x5c82db(0xef)+_0x4aeb8['join'](',\x20'):'')};}
|
package/lib/errors.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a200_0x6afd(_0x2af5ef,_0x219b4b){_0x2af5ef=_0x2af5ef-0x14a;const _0x4a909c=a200_0x4a90();let _0x6afd80=_0x4a909c[_0x2af5ef];return _0x6afd80;}const a200_0x3e7d3d=a200_0x6afd;(function(_0x2a664f,_0x1d5dda){const _0x4e7180=a200_0x6afd,_0x1c7d60=_0x2a664f();while(!![]){try{const _0x2e18aa=-parseInt(_0x4e7180(0x15e))/0x1+parseInt(_0x4e7180(0x15a))/0x2*(-parseInt(_0x4e7180(0x159))/0x3)+parseInt(_0x4e7180(0x153))/0x4*(parseInt(_0x4e7180(0x152))/0x5)+parseInt(_0x4e7180(0x154))/0x6*(-parseInt(_0x4e7180(0x151))/0x7)+parseInt(_0x4e7180(0x14a))/0x8*(-parseInt(_0x4e7180(0x158))/0x9)+parseInt(_0x4e7180(0x14c))/0xa*(-parseInt(_0x4e7180(0x14f))/0xb)+parseInt(_0x4e7180(0x150))/0xc*(parseInt(_0x4e7180(0x15d))/0xd);if(_0x2e18aa===_0x1d5dda)break;else _0x1c7d60['push'](_0x1c7d60['shift']());}catch(_0x4345a3){_0x1c7d60['push'](_0x1c7d60['shift']());}}}(a200_0x4a90,0x336c2));import{CliError,createCliErrors}from'@lovrabet/cli-framework';function a200_0x4a90(){const _0x54963d=['26qaRRFt','555ociXGe','2125544cAVvWH','\x20auth`\x20to\x20login\x20first.','10QuZZiR','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','Run\x20this\x20command\x20inside\x20a\x20project\x20with\x20.rabetbase.json\x20file.','4105783GjeFOl','5383272DwpHKD','7sbaJNt','890gxGXzF','7536kXCrzy','1042206JDcPaG','Set\x20appcode\x20via\x20`','Run\x20`','join','9SIDrlG','1056XQkvOX','1186xsIAiu','Tip:\x20`','\x20init\x20--appcode\x20<code>\x20--global`\x20registers\x20globally\x20so\x20you\x20can\x20use\x20it\x20from\x20anywhere.'];a200_0x4a90=function(){return _0x54963d;};return a200_0x4a90();}import{CLI_BIN_NAME}from'./constant/cli.js';export{CliError};export const CliErrors=createCliErrors({'cliBinName':CLI_BIN_NAME,'authRequiredHint':a200_0x3e7d3d(0x156)+CLI_BIN_NAME+a200_0x3e7d3d(0x14b),'configMissingHint':[a200_0x3e7d3d(0x155)+CLI_BIN_NAME+a200_0x3e7d3d(0x14d),a200_0x3e7d3d(0x15b)+CLI_BIN_NAME+a200_0x3e7d3d(0x15c)][a200_0x3e7d3d(0x157)]('\x0a\x20\x20\x20\x20\x20\x20\x20'),'notInProjectHint':a200_0x3e7d3d(0x14e)});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4fd4ce,_0x3657bb){var _0x52958d=a201_0x1554,_0xd8774d=_0x4fd4ce();while(!![]){try{var _0x534f48=-parseInt(_0x52958d(0x133))/0x1+-parseInt(_0x52958d(0x132))/0x2*(-parseInt(_0x52958d(0x12a))/0x3)+-parseInt(_0x52958d(0x131))/0x4*(-parseInt(_0x52958d(0x12b))/0x5)+-parseInt(_0x52958d(0x12c))/0x6+parseInt(_0x52958d(0x12f))/0x7*(-parseInt(_0x52958d(0x12e))/0x8)+-parseInt(_0x52958d(0x134))/0x9+-parseInt(_0x52958d(0x130))/0xa*(-parseInt(_0x52958d(0x12d))/0xb);if(_0x534f48===_0x3657bb)break;else _0xd8774d['push'](_0xd8774d['shift']());}catch(_0x19eb7b){_0xd8774d['push'](_0xd8774d['shift']());}}}(a201_0x4475,0x90c0b));import{DEFAULT_COMMAND_OUTPUT_FORMAT}from'../constant/defaults.js';import{buildAllFlags as a201_0x55d271}from'@lovrabet/cli-framework';function a201_0x1554(_0xdff745,_0x473c32){_0xdff745=_0xdff745-0x12a;var _0x4475ae=a201_0x4475();var _0x1554ff=_0x4475ae[_0xdff745];return _0x1554ff;}function a201_0x4475(){var _0x4e2870=['4065376izBOEJ','7KFOFki','30veoLgC','106980XMPeWD','2vdGYxL','988437sgLFtF','3045195ROnSkq','1695045UEjbvZ','80XydicF','3313350YjnLez','7286257IsJvJc'];a201_0x4475=function(){return _0x4e2870;};return a201_0x4475();}export function buildAllFlags(_0x2994fa){return a201_0x55d271(_0x2994fa,{'defaultOutputFormat':DEFAULT_COMMAND_OUTPUT_FORMAT});}
|
package/lib/framework/flags.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a202_0x21b076=a202_0x22b3;(function(_0x269a2e,_0x13f918){const _0x196731=a202_0x22b3,_0x323a76=_0x269a2e();while(!![]){try{const _0x51c987=parseInt(_0x196731(0xa5))/0x1+parseInt(_0x196731(0xa3))/0x2+parseInt(_0x196731(0xaa))/0x3+-parseInt(_0x196731(0xa4))/0x4+-parseInt(_0x196731(0xa6))/0x5*(parseInt(_0x196731(0xa0))/0x6)+-parseInt(_0x196731(0xa2))/0x7*(-parseInt(_0x196731(0xa8))/0x8)+parseInt(_0x196731(0xa7))/0x9*(parseInt(_0x196731(0xa9))/0xa);if(_0x51c987===_0x13f918)break;else _0x323a76['push'](_0x323a76['shift']());}catch(_0x51445c){_0x323a76['push'](_0x323a76['shift']());}}}(a202_0x5eb9,0x89a22));import{createFlagHelpers}from'@lovrabet/cli-framework';function a202_0x22b3(_0x487d10,_0x1b937b){_0x487d10=_0x487d10-0xa0;const _0x5eb97a=a202_0x5eb9();let _0x22b3a5=_0x5eb97a[_0x487d10];return _0x22b3a5;}import{CliErrors}from'../errors.js';const helpers=createFlagHelpers(CliErrors);export const parseFlags=helpers['parseFlags'];export const validateFlags=helpers[a202_0x21b076(0xa1)];function a202_0x5eb9(){const _0x51ea38=['1332328NQAnLY','651552EIAUyM','51305TMjvzr','234GyYpXv','317080ndFQSB','25140JkWKYB','1349454nJbkSS','186RhsRhx','validateFlags','7bdAlph','17100AewgrE'];a202_0x5eb9=function(){return _0x51ea38;};return a202_0x5eb9();}
|
package/lib/framework/help.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a203_0x49a4c8=a203_0x4791;function a203_0x4791(_0x5e9e68,_0x21f975){_0x5e9e68=_0x5e9e68-0x6a;const _0x172dac=a203_0x172d();let _0x4791e7=_0x172dac[_0x5e9e68];return _0x4791e7;}(function(_0x36ab00,_0x1d5357){const _0x5b90e8=a203_0x4791,_0x4963b9=_0x36ab00();while(!![]){try{const _0x279025=parseInt(_0x5b90e8(0x6e))/0x1+-parseInt(_0x5b90e8(0x74))/0x2+parseInt(_0x5b90e8(0x70))/0x3*(parseInt(_0x5b90e8(0x71))/0x4)+parseInt(_0x5b90e8(0x72))/0x5*(parseInt(_0x5b90e8(0x6d))/0x6)+-parseInt(_0x5b90e8(0x76))/0x7+parseInt(_0x5b90e8(0x75))/0x8*(-parseInt(_0x5b90e8(0x73))/0x9)+parseInt(_0x5b90e8(0x6a))/0xa*(parseInt(_0x5b90e8(0x6f))/0xb);if(_0x279025===_0x1d5357)break;else _0x4963b9['push'](_0x4963b9['shift']());}catch(_0x2c74fc){_0x4963b9['push'](_0x4963b9['shift']());}}}(a203_0x172d,0x98e67));import{createHelpGenerators}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{serviceRegistry,serviceGroups,getServiceEntry}from'../commands/registry.js';function a203_0x172d(){const _0x595deb=['707228wwJDdA','186955DNQPrr','828vSdQjA','16662kyhbcN','21488fjxRIk','7582911WbHyjM','generateCommandHelp','17570yWgbqh','generateServiceHelp','\x20workspace\x20init`\x20or\x20--appcode).','138iNCzoa','167607lMGTrE','1441ofgwuQ','12yelRMi'];a203_0x172d=function(){return _0x595deb;};return a203_0x172d();}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':_0xbfaeed=>serviceGroups['get'](_0xbfaeed),'buildAllFlags':buildAllFlags,'appPrerequisiteText':'Requires\x20appcode\x20(set\x20via\x20`'+CLI_BIN_NAME+a203_0x49a4c8(0x6c),'serviceUsageSuffix':'\x20[args]\x20[flags]'});export function generateCommandHelp(_0x1569e8){const _0x3feb4d=a203_0x49a4c8;return generators[_0x3feb4d(0x77)](_0x1569e8);}export const generateServiceHelp=generators[a203_0x49a4c8(0x6b)];export const generateFullHelp=generators['generateFullHelp'];
|
package/lib/framework/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x32e64f,_0x2e4fbc){var _0x4b2821=a204_0x5b86,_0x33ce73=_0x32e64f();while(!![]){try{var _0x15f5b1=parseInt(_0x4b2821(0x155))/0x1*(-parseInt(_0x4b2821(0x154))/0x2)+-parseInt(_0x4b2821(0x14e))/0x3+-parseInt(_0x4b2821(0x152))/0x4+-parseInt(_0x4b2821(0x151))/0x5+-parseInt(_0x4b2821(0x153))/0x6+parseInt(_0x4b2821(0x156))/0x7+-parseInt(_0x4b2821(0x150))/0x8*(-parseInt(_0x4b2821(0x14f))/0x9);if(_0x15f5b1===_0x2e4fbc)break;else _0x33ce73['push'](_0x33ce73['shift']());}catch(_0x48b6b0){_0x33ce73['push'](_0x33ce73['shift']());}}}(a204_0x55ca,0xe1a03));export{runCommand}from'../framework/runner.js';export{parseFlags,validateFlags}from'../framework/flags.js';function a204_0x55ca(){var _0x5a8d63=['38863nFDccX','10080406VVcVGr','4398435shGcEs','48675357mapXaL','8yUdmsU','7984300fKeyNc','6635764KFxLVR','6980754qeSTQP','2ngNGDy'];a204_0x55ca=function(){return _0x5a8d63;};return a204_0x55ca();}function a204_0x5b86(_0xbe220c,_0x2f5103){_0xbe220c=_0xbe220c-0x14e;var _0x55ca39=a204_0x55ca();var _0x5b86d2=_0x55ca39[_0xbe220c];return _0x5b86d2;}export{formatOutput}from'../framework/output.js';export{generateCommandHelp,generateServiceHelp,generateFullHelp}from'../framework/help.js';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(_0x43655e,_0x123d65){const _0x197c52=a205_0x433b,_0x5794f8=_0x43655e();while(!![]){try{const _0x2e7dba=parseInt(_0x197c52(0x14d))/0x1+parseInt(_0x197c52(0x159))/0x2+-parseInt(_0x197c52(0x14b))/0x3*(-parseInt(_0x197c52(0x153))/0x4)+-parseInt(_0x197c52(0x14e))/0x5*(parseInt(_0x197c52(0x158))/0x6)+-parseInt(_0x197c52(0x14f))/0x7+parseInt(_0x197c52(0x156))/0x8+-parseInt(_0x197c52(0x152))/0x9*(parseInt(_0x197c52(0x157))/0xa);if(_0x2e7dba===_0x123d65)break;else _0x5794f8['push'](_0x5794f8['shift']());}catch(_0x367206){_0x5794f8['push'](_0x5794f8['shift']());}}}(a205_0xd6e2,0xb9517));import{createFormatOutput,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a205_0x433b(_0x3ca7c5,_0x6eb4eb){_0x3ca7c5=_0x3ca7c5-0x14b;const _0xd6e24a=a205_0xd6e2();let _0x433b78=_0xd6e24a[_0x3ca7c5];return _0x433b78;}import{CliErrors}from'../errors.js';const baseFormatOutput=createFormatOutput({'cliErrors':CliErrors,'jqBinaryResolverOptions':{'bundledJqPaths':resolveBundledJqPaths()}});function a205_0xd6e2(){const _0x106f92=['2992790Emshel','error','9948AHjIvR','format','132859bBhWfF','1791445kdqFrn','5789483zZCgQX','update','url','9vhYTMx','1384whMjgu','message','_notice','2883448dQDiqc','8343110eamUod','12PTjvCt'];a205_0xd6e2=function(){return _0x106f92;};return a205_0xd6e2();}export function formatOutput(_0x3505bb,_0x44bf07){const _0x342881=a205_0x433b,_0x2b72d9=_0x3505bb[_0x342881(0x155)],{_notice:_0x2b6df0,..._0x1b9ae3}=_0x3505bb;void _0x2b6df0,baseFormatOutput(_0x1b9ae3,_0x44bf07),_0x44bf07[_0x342881(0x14c)]==='pretty'&&printPrettyNotice(_0x2b72d9);}function printPrettyNotice(_0x31b411){const _0x56e690=a205_0x433b;if(!_0x31b411?.['update'])return;console[_0x56e690(0x15a)](_0x31b411[_0x56e690(0x150)][_0x56e690(0x154)]+'\x20('+_0x31b411[_0x56e690(0x150)][_0x56e690(0x151)]+')');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a206_0x27f6(_0x5ad3a2,_0x5a1bfd){_0x5ad3a2=_0x5ad3a2-0xc5;var _0x53a98f=a206_0x53a9();var _0x27f6d5=_0x53a98f[_0x5ad3a2];return _0x27f6d5;}(function(_0x2b0ffc,_0x560b82){var _0x25ff63=a206_0x27f6,_0x4cb2bd=_0x2b0ffc();while(!![]){try{var _0x50dce6=-parseInt(_0x25ff63(0xc5))/0x1+-parseInt(_0x25ff63(0xc8))/0x2*(-parseInt(_0x25ff63(0xcb))/0x3)+parseInt(_0x25ff63(0xcc))/0x4+parseInt(_0x25ff63(0xcd))/0x5+parseInt(_0x25ff63(0xc9))/0x6*(-parseInt(_0x25ff63(0xca))/0x7)+parseInt(_0x25ff63(0xc6))/0x8+-parseInt(_0x25ff63(0xc7))/0x9;if(_0x50dce6===_0x560b82)break;else _0x4cb2bd['push'](_0x4cb2bd['shift']());}catch(_0x308372){_0x4cb2bd['push'](_0x4cb2bd['shift']());}}}(a206_0x53a9,0x47edd));export{extractList,extractPaging}from'@lovrabet/cli-framework';function a206_0x53a9(){var _0x9c890d=['16644HuJcCd','301VSnKzO','215019GJmDaY','374828rOYMjG','2224940AsINSH','465079MjNQeU','3708264GCkOMt','4334499UqhLjg','10zndtjk'];a206_0x53a9=function(){return _0x9c890d;};return a206_0x53a9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x27e386,_0x1fc042){const _0x143083=a207_0x1d2c,_0x39cfbe=_0x27e386();while(!![]){try{const _0x39504d=parseInt(_0x143083(0x12c))/0x1+-parseInt(_0x143083(0x132))/0x2+-parseInt(_0x143083(0x13d))/0x3+-parseInt(_0x143083(0x133))/0x4*(-parseInt(_0x143083(0x12f))/0x5)+-parseInt(_0x143083(0x12b))/0x6*(-parseInt(_0x143083(0x139))/0x7)+-parseInt(_0x143083(0x13a))/0x8+parseInt(_0x143083(0x13b))/0x9*(parseInt(_0x143083(0x12e))/0xa);if(_0x39504d===_0x1fc042)break;else _0x39cfbe['push'](_0x39cfbe['shift']());}catch(_0x13a957){_0x39cfbe['push'](_0x39cfbe['shift']());}}}(a207_0xaaa4,0x7f19f));import{CliErrors}from'../errors.js';import{resolveAlias,listAliases}from'../core/alias-resolver.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveAliasToCode(_0x4326ea,_0x27120e,_0x680380,_0x46ffcd){const _0x24dccc=a207_0x1d2c,_0x2d5baf=_0x4326ea[_0x24dccc(0x135)]['some'](_0x5c77ca=>_0x5c77ca['name']===_0x24dccc(0x136)&&_0x5c77ca['type']===_0x24dccc(0x137)),_0xe725e3=_0x4326ea[_0x24dccc(0x135)][_0x24dccc(0x134)](_0x21672d=>_0x21672d[_0x24dccc(0x140)]===_0x24dccc(0x138)&&_0x21672d['type']==='string');if(!_0x2d5baf||!_0xe725e3)return;const _0x1d4462=_0x27120e[_0x24dccc(0x136)]?String(_0x27120e[_0x24dccc(0x136)]):'',_0x26feb0=_0x27120e['alias']?String(_0x27120e[_0x24dccc(0x138)]):'';if(!_0x1d4462&&!_0x26feb0)throw CliErrors[_0x24dccc(0x12a)]('`'+_0x46ffcd+_0x24dccc(0x141));if(_0x26feb0&&!_0x1d4462){const _0x1a4ebc=resolveAlias(_0x680380,_0x26feb0);if(!_0x1a4ebc){const _0x506ba6=listAliases(_0x680380)[_0x24dccc(0x13e)](_0x59dc6c=>_0x59dc6c['alias']),_0x14b6cc=_0x506ba6[_0x24dccc(0x13f)]?_0x24dccc(0x128)+_0x506ba6[_0x24dccc(0x13c)](',\x20'):_0x24dccc(0x129)+_0x680380+_0x24dccc(0x130)+CLI_BIN_NAME+_0x24dccc(0x12d);throw CliErrors[_0x24dccc(0x12a)](_0x24dccc(0x131)+_0x26feb0+_0x24dccc(0x127)+_0x14b6cc);}_0x27120e[_0x24dccc(0x136)]=_0x1a4ebc;}}function a207_0x1d2c(_0x20ccca,_0x62ccaf){_0x20ccca=_0x20ccca-0x127;const _0xaaa42b=a207_0xaaa4();let _0x1d2cf6=_0xaaa42b[_0x20ccca];return _0x1d2cf6;}function a207_0xaaa4(){const _0x238bbb=['some','flags','code','string','alias','147RztGHO','5164160WOrdpY','54VjhCZZ','join','1423788TMkSOC','map','length','name','`\x20requires\x20either\x20--code\x20or\x20--alias.','\x22.\x20','Available\x20aliases:\x20','No\x20api.ts\x20found\x20in\x20','validation','233154pVRNtN','211246qbObaq','\x20api\x20pull`\x20first.','276830ARmRvc','5dPdjxd','.\x20Run\x20`','Unknown\x20alias\x20\x22','369402jxWkCo','2528164TSuvXr'];a207_0xaaa4=function(){return _0x238bbb;};return a207_0xaaa4();}
|