@lovrabet/rabetbase-cli 2.3.12 → 2.3.13-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/add.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/create.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a177_0x1225(_0x397d25,_0x5dfb2e){_0x397d25=_0x397d25-0x1d5;const _0x158f55=a177_0x158f();let _0x12258d=_0x158f55[_0x397d25];return _0x12258d;}const a177_0xc64d2a=a177_0x1225;(function(_0x49aaca,_0x1345e0){const _0x78745=a177_0x1225,_0x32b2de=_0x49aaca();while(!![]){try{const _0x51d72b=-parseInt(_0x78745(0x1f0))/0x1*(-parseInt(_0x78745(0x216))/0x2)+-parseInt(_0x78745(0x1f7))/0x3*(parseInt(_0x78745(0x202))/0x4)+-parseInt(_0x78745(0x1f2))/0x5*(parseInt(_0x78745(0x1d6))/0x6)+parseInt(_0x78745(0x1e5))/0x7+parseInt(_0x78745(0x1d7))/0x8*(parseInt(_0x78745(0x20e))/0x9)+parseInt(_0x78745(0x1e4))/0xa*(-parseInt(_0x78745(0x1f8))/0xb)+-parseInt(_0x78745(0x1dd))/0xc;if(_0x51d72b===_0x1345e0)break;else _0x32b2de['push'](_0x32b2de['shift']());}catch(_0x576898){_0x32b2de['push'](_0x32b2de['shift']());}}}(a177_0x158f,0xcf0a2));import{readFileSync,existsSync}from'node:fs';import{resolve}from'node:path';import{validateSql}from'../../core/sql-validator.js';import{auditSqlJoinIndexes}from'../../core/sql-index-auditor.js';import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{assertDatasetIsDbTableBacked,filterDbTableBackedDatasets}from'../../commands/dataset/capability.js';function a177_0x158f(){const _0x31a3e7=['columnNames','string','validation','appCode','36739wYWgNM','schemas','5ajpOMp','toLowerCase','boolean','reason','isArray','165030KJPdnF','5357EPRaTb','message','index_name','split','fields','type','size','schemaWarnings','\x22\x20not\x20found\x20or\x20not\x20accessible','indexName','4YkOjKU','Audit\x20top-level\x20JOIN\x20equality\x20predicates\x20against\x20dataset\x20index\x20metadata','validate','--check-indexes\x20requires\x20--schemas.','check-indexes','dataset','map','isSelectOnly','file','from','name','unshift','2154177ZuHtLm','\x22\x20not\x20found\x20in\x20any\x20dataset','valid','tables','joinAudit','Inline\x20SQL\x20content\x20to\x20validate\x20(alternative\x20to\x20--file)','push','indexes','54dVklSA','sqlType','pkField','Path\x20to\x20the\x20SQL\x20file\x20to\x20validate','6701694HXhgLs','40eMsRjf','bool','sql','columns','SQL\x20schema\x20validation','find','13714344nSvjzX','str','dbtableConfig','length','index_columns','Table\x20\x22','Validate\x20SQL\x20content\x20without\x20saving\x20(type\x20detection,\x20parameter\x20extraction,\x20optional\x20schema\x20check)','8330qlUKGG','9658656ljsnKp','tableName','File\x20not\x20found:\x20','utf-8','primary','get','trim'];a177_0x158f=function(){return _0x31a3e7;};return a177_0x158f();}export const sqlValidate={'service':a177_0xc64d2a(0x1d9),'command':a177_0xc64d2a(0x204),'description':a177_0xc64d2a(0x1e3),'risk':'read','flags':[{'name':a177_0xc64d2a(0x20a),'type':a177_0xc64d2a(0x1ed),'description':a177_0xc64d2a(0x1d5)},{'name':'sql','type':a177_0xc64d2a(0x1ed),'description':a177_0xc64d2a(0x213)},{'name':a177_0xc64d2a(0x1f1),'type':a177_0xc64d2a(0x1ed),'description':'Comma-separated\x20dataset\x20codes\x20to\x20cross-check\x20table/column\x20names\x20against'},{'name':'check-indexes','type':a177_0xc64d2a(0x1f4),'description':a177_0xc64d2a(0x203)}],async 'execute'(_0xb82258){const _0x91f0b2=a177_0xc64d2a,_0x22fc36=_0xb82258[_0x91f0b2(0x1de)](_0x91f0b2(0x20a)),_0x297e17=_0xb82258[_0x91f0b2(0x1de)]('sql'),_0x521b41=_0xb82258[_0x91f0b2(0x1de)](_0x91f0b2(0x1f1)),_0x3bfdff=_0xb82258[_0x91f0b2(0x1d8)](_0x91f0b2(0x206));if(!_0x22fc36&&!_0x297e17)throw CliErrors['flagMissing']('file','Provide\x20--file\x20or\x20--sql');if(_0x3bfdff&&!_0x521b41)throw CliErrors[_0x91f0b2(0x1ee)](_0x91f0b2(0x205));let _0x1372c9;if(_0x22fc36){const _0x570cd6=resolve(process['cwd'](),_0x22fc36);if(!existsSync(_0x570cd6))throw CliErrors[_0x91f0b2(0x1ee)](_0x91f0b2(0x1e7)+_0x570cd6);_0x1372c9=readFileSync(_0x570cd6,_0x91f0b2(0x1e8));}else _0x1372c9=_0x297e17;const _0x191d61=validateSql(_0x1372c9),_0x276dce={'valid':_0x191d61[_0x91f0b2(0x210)],'sqlType':_0x191d61[_0x91f0b2(0x217)]['type'],'isSelectOnly':_0x191d61[_0x91f0b2(0x217)][_0x91f0b2(0x209)],'isDangerous':_0x191d61['sqlType']['isDangerous'],'tables':_0x191d61[_0x91f0b2(0x211)],'parameters':_0x191d61['parameters'],'message':_0x191d61['message']};_0x191d61[_0x91f0b2(0x217)]['reason']&&(_0x276dce['reason']=_0x191d61[_0x91f0b2(0x217)][_0x91f0b2(0x1f5)]);if(_0x521b41&&_0x191d61[_0x91f0b2(0x210)]){const _0x405216=_0x521b41[_0x91f0b2(0x1fb)](',')[_0x91f0b2(0x208)](_0x1174c0=>_0x1174c0['trim']())['filter'](Boolean),_0x3f1792=[],_0x3b228a=[],_0x45300c=filterDbTableBackedDatasets(await listDatasets(_0xb82258[_0x91f0b2(0x1ef)])),_0x21a730=new Map(_0x45300c[_0x91f0b2(0x208)](_0x222bc4=>[_0x222bc4['dbtableConfig']?.['tableName']?.[_0x91f0b2(0x1f3)](),_0x222bc4]));for(const _0x1c9af9 of _0x191d61[_0x91f0b2(0x211)]){const _0x50e652=_0x21a730[_0x91f0b2(0x1ea)](_0x1c9af9[_0x91f0b2(0x1f3)]());!_0x50e652&&_0x3f1792['push'](_0x91f0b2(0x1e2)+_0x1c9af9+_0x91f0b2(0x20f));}for(const _0x40b011 of _0x405216){let _0x1a08cc;try{_0x1a08cc=await getDatasetDetail(_0x40b011);}catch{_0x3f1792[_0x91f0b2(0x214)]('Dataset\x20\x22'+_0x40b011+_0x91f0b2(0x200));continue;}assertDatasetIsDbTableBacked(_0x1a08cc,_0x91f0b2(0x1db));const _0x4b8dce=Array[_0x91f0b2(0x1f6)](_0x1a08cc['fields'])?_0x1a08cc[_0x91f0b2(0x1fc)]:[],_0x22b1a2=new Set(_0x4b8dce[_0x91f0b2(0x208)](_0x55e05e=>_0x55e05e[_0x91f0b2(0x20c)]?.[_0x91f0b2(0x1f3)]())),_0x2a3b04=_0x1a08cc[_0x91f0b2(0x1df)]?.[_0x91f0b2(0x1e6)]||_0x1a08cc[_0x91f0b2(0x1e6)]||_0x40b011;_0x276dce['schema:'+_0x2a3b04]={'code':_0x40b011,'tableName':_0x2a3b04,'fieldCount':_0x22b1a2[_0x91f0b2(0x1fe)],'fields':Array[_0x91f0b2(0x20b)](_0x22b1a2)};if(_0x3bfdff){const _0x3841c8=normalizeDatasetIndexes(_0x1a08cc);_0x3b228a[_0x91f0b2(0x214)]({'tableName':_0x2a3b04,..._0x3841c8});}}_0x3f1792[_0x91f0b2(0x1e0)]>0x0&&(_0x276dce[_0x91f0b2(0x1ff)]=_0x3f1792),_0x3bfdff&&(_0x276dce[_0x91f0b2(0x212)]=auditSqlJoinIndexes(_0x1372c9,_0x3b228a));}return{'ok':_0x191d61[_0x91f0b2(0x210)],'data':_0x276dce,'message':_0x191d61[_0x91f0b2(0x1f9)]};}};function normalizeDatasetIndexes(_0x58284c){const _0x295cc0=a177_0xc64d2a,_0x227b39=Array[_0x295cc0(0x1f6)](_0x58284c?.[_0x295cc0(0x207)]?.[_0x295cc0(0x215)])?_0x58284c['dataset'][_0x295cc0(0x215)]:Array[_0x295cc0(0x1f6)](_0x58284c?.['indexes'])?_0x58284c['indexes']:[],_0x5ce694=_0x227b39['flatMap'](_0x443333=>{const _0x5f0117=_0x295cc0,_0x136a84=Array['isArray'](_0x443333?.[_0x5f0117(0x1e1)])?_0x443333[_0x5f0117(0x1e1)]:Array[_0x5f0117(0x1f6)](_0x443333?.['columnNames'])?_0x443333[_0x5f0117(0x1ec)]:Array[_0x5f0117(0x1f6)](_0x443333?.[_0x5f0117(0x1da)])?_0x443333[_0x5f0117(0x1da)]:[],_0x498b19=_0x136a84['filter'](_0x540f3f=>typeof _0x540f3f===_0x5f0117(0x1ed))[_0x5f0117(0x208)](_0x21e04a=>_0x21e04a[_0x5f0117(0x1eb)]())['filter'](Boolean);if(_0x498b19[_0x5f0117(0x1e0)]===0x0)return[];const _0x4844cf=[_0x443333?.[_0x5f0117(0x201)],_0x443333?.[_0x5f0117(0x1fa)],_0x443333?.[_0x5f0117(0x20c)]]['find'](_0x38d34f=>typeof _0x38d34f===_0x5f0117(0x1ed)&&_0x38d34f[_0x5f0117(0x1eb)]()),_0x368a2e=[_0x443333?.['index_type'],_0x443333?.[_0x5f0117(0x1fd)]][_0x5f0117(0x1dc)](_0x2eec44=>typeof _0x2eec44===_0x5f0117(0x1ed)&&_0x2eec44[_0x5f0117(0x1eb)]());return[{..._0x4844cf?{'name':_0x4844cf[_0x5f0117(0x1eb)]()}:{},..._0x368a2e?{'type':_0x368a2e[_0x5f0117(0x1eb)]()}:{},'columns':_0x498b19}];}),_0x4970d8=[..._0x5ce694],_0x4d6441=typeof _0x58284c?.[_0x295cc0(0x1df)]?.[_0x295cc0(0x218)]===_0x295cc0(0x1ed)?_0x58284c[_0x295cc0(0x1df)]['pkField'][_0x295cc0(0x1fb)](',')[_0x295cc0(0x208)](_0x4509ee=>_0x4509ee['trim']())['filter'](Boolean):[];return _0x4d6441['length']>0x0&&_0x4970d8[_0x295cc0(0x20d)]({'type':_0x295cc0(0x1e9),'columns':_0x4d6441}),{'indexes':_0x4970d8,'metadataAvailable':_0x5ce694[_0x295cc0(0x1e0)]>0x0};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2e1b62,_0x35ae8d){const _0x5b43ec=a178_0x46d6,_0x4cb6a2=_0x2e1b62();while(!![]){try{const _0x31db59=parseInt(_0x5b43ec(0x1e7))/0x1+parseInt(_0x5b43ec(0x1e3))/0x2*(-parseInt(_0x5b43ec(0x1eb))/0x3)+-parseInt(_0x5b43ec(0x1e5))/0x4+parseInt(_0x5b43ec(0x1e8))/0x5*(-parseInt(_0x5b43ec(0x1e4))/0x6)+-parseInt(_0x5b43ec(0x1ea))/0x7+-parseInt(_0x5b43ec(0x1e2))/0x8*(parseInt(_0x5b43ec(0x1e9))/0x9)+-parseInt(_0x5b43ec(0x1e1))/0xa*(-parseInt(_0x5b43ec(0x1e6))/0xb);if(_0x31db59===_0x35ae8d)break;else _0x4cb6a2['push'](_0x4cb6a2['shift']());}catch(_0x18b9bd){_0x4cb6a2['push'](_0x4cb6a2['shift']());}}}(a178_0x2a12,0x678b8));function a178_0x2a12(){const _0x2af1bf=['9mEeuDO','5073418VEqZDQ','950541KjxnFY','5817550iYGfCx','5386096frqvzL','2jDXhSt','4779408Grvffr','327528qtfpxk','44OqcUPr','690433FhJPSc','5nhJbDA'];a178_0x2a12=function(){return _0x2af1bf;};return a178_0x2a12();}import{taskStatus}from'../../commands/task/status.js';function a178_0x46d6(_0x328e5e,_0x3557af){_0x328e5e=_0x328e5e-0x1e1;const _0x2a1272=a178_0x2a12();let _0x46d646=_0x2a1272[_0x328e5e];return _0x46d646;}export const taskDefinitions=[taskStatus];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a179_0xc546e3=a179_0x2e7e;(function(_0x4d6aee,_0x168e6c){const _0x3cf915=a179_0x2e7e,_0x31897f=_0x4d6aee();while(!![]){try{const _0x5770d8=parseInt(_0x3cf915(0x79))/0x1+-parseInt(_0x3cf915(0x75))/0x2*(parseInt(_0x3cf915(0x7e))/0x3)+parseInt(_0x3cf915(0x89))/0x4+parseInt(_0x3cf915(0x74))/0x5+-parseInt(_0x3cf915(0x7a))/0x6*(parseInt(_0x3cf915(0x83))/0x7)+parseInt(_0x3cf915(0x77))/0x8*(parseInt(_0x3cf915(0x7f))/0x9)+-parseInt(_0x3cf915(0x81))/0xa*(parseInt(_0x3cf915(0x86))/0xb);if(_0x5770d8===_0x168e6c)break;else _0x31897f['push'](_0x31897f['shift']());}catch(_0x1bb6e1){_0x31897f['push'](_0x31897f['shift']());}}}(a179_0x40f3,0xd5228));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a179_0x2e7e(_0x4d0c7,_0x3fccb2){_0x4d0c7=_0x4d0c7-0x73;const _0x40f3b1=a179_0x40f3();let _0x2e7e37=_0x40f3b1[_0x4d0c7];return _0x2e7e37;}import{asyncTaskMessage,buildAsyncTaskStatusCommand,normalizeAsyncTask}from'../../commands/common/async-task.js';function a179_0x40f3(){const _0xa38852=[',\x20received\x20','27290eWktVu','str','21cIAPVS','Task\x20status\x20response\x20id\x20mismatch:\x20requested\x20','apiError','9306zIUxvQ','flagMissing','compress','1380308XSaIkN','Query\x20an\x20asynchronous\x20task;\x20repeat\x20for\x20PENDING\x20or\x20PROCESSING\x20until\x20SUCCESS\x20or\x20FAILED','task','read','trim','7968765zHrVbC','675718nDmvQL','taskId','8aWHuEi','task-id','1459115XOUjuN','3067656nwIdqA','Task\x20id\x20returned\x20by\x20an\x20asynchronous\x20platform\x20command','status','appCode','3aZvhfV','14899284rAjvYg'];a179_0x40f3=function(){return _0xa38852;};return a179_0x40f3();}import{getAsyncTaskStatus}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';export const taskStatus={'service':a179_0xc546e3(0x8b),'command':a179_0xc546e3(0x7c),'description':a179_0xc546e3(0x8a),'risk':a179_0xc546e3(0x8c),'defaultOutputFormat':a179_0xc546e3(0x88),'structuredErrors':!![],'flags':[{'name':'task-id','type':'string','required':!![],'description':a179_0xc546e3(0x7b)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x46c65f){const _0x24b6a5=a179_0xc546e3;if(!_0x46c65f['str'](_0x24b6a5(0x78))['trim']())throw CliErrors[_0x24b6a5(0x87)](_0x24b6a5(0x78));},async 'execute'(_0x58ea9d){const _0x42a380=a179_0xc546e3,_0x3c2241=_0x58ea9d[_0x42a380(0x82)]('task-id')[_0x42a380(0x73)](),_0x379839=normalizeAsyncTask(await getAsyncTaskStatus(_0x3c2241,_0x58ea9d[_0x42a380(0x7d)],_0x58ea9d['cookie']));if(_0x379839[_0x42a380(0x76)]!==_0x3c2241)throw CliErrors[_0x42a380(0x85)](_0x42a380(0x84)+_0x3c2241+_0x42a380(0x80)+_0x379839[_0x42a380(0x76)]+'.');const _0x59d14b=buildAsyncTaskStatusCommand(_0x379839[_0x42a380(0x76)],_0x58ea9d[_0x42a380(0x7d)]);return{'ok':!![],'message':asyncTaskMessage(_0x379839),'data':{'appCode':_0x58ea9d[_0x42a380(0x7d)],..._0x379839,'query':_0x379839['isTerminal']?null:{'command':_0x59d14b}}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a180_0x30b5(_0x10f8a1,_0xe76951){_0x10f8a1=_0x10f8a1-0x77;const _0x125ba1=a180_0x125b();let _0x30b514=_0x125ba1[_0x10f8a1];return _0x30b514;}const a180_0x358b09=a180_0x30b5;(function(_0x337ac8,_0x49a770){const _0x16c8fa=a180_0x30b5,_0x495138=_0x337ac8();while(!![]){try{const _0x369716=parseInt(_0x16c8fa(0x85))/0x1*(-parseInt(_0x16c8fa(0x78))/0x2)+-parseInt(_0x16c8fa(0x77))/0x3*(-parseInt(_0x16c8fa(0x7c))/0x4)+parseInt(_0x16c8fa(0x81))/0x5*(-parseInt(_0x16c8fa(0x79))/0x6)+-parseInt(_0x16c8fa(0x84))/0x7+parseInt(_0x16c8fa(0x7e))/0x8+-parseInt(_0x16c8fa(0x7a))/0x9*(parseInt(_0x16c8fa(0x86))/0xa)+-parseInt(_0x16c8fa(0x80))/0xb*(-parseInt(_0x16c8fa(0x7f))/0xc);if(_0x369716===_0x49a770)break;else _0x495138['push'](_0x495138['shift']());}catch(_0x33f2f7){_0x495138['push'](_0x495138['shift']());}}}(a180_0x125b,0x5d1e5));import{buildAppAddFlags,runAppAdd,validateAppName}from'../../commands/common/app-registry.js';function a180_0x125b(){const _0x5c9059=['4422824LDJGwH','12TqKcgQ','15195862zblXPJ','299570aDJkdo','App\x20profile\x20name','Register\x20an\x20app\x20profile\x20in\x20the\x20current\x20workspace\x20(or\x20--global)','4889045rkSkwG','37085OAbWzo','20RHcEmc','71946BxMxpU','14NoJbrO','54ykTADS','1329507HZftAx','workspace\x20add','40bUwMLl','workspace'];a180_0x125b=function(){return _0x5c9059;};return a180_0x125b();}export const workspaceAddDefinition={'service':a180_0x358b09(0x7d),'command':'add','description':a180_0x358b09(0x83),'risk':'write','requiresAuth':![],'requiresAppCode':![],'args':[{'name':'name','description':a180_0x358b09(0x82),'required':!![]}],'flags':buildAppAddFlags(),'validate':_0x3942ec=>validateAppName(_0x3942ec,'workspace\x20add'),'execute':_0x18f931=>runAppAdd(_0x18f931,a180_0x358b09(0x7b))};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a181_0x1cbc3a=a181_0x24f0;function a181_0x24f0(_0x1304e0,_0x849e1){_0x1304e0=_0x1304e0-0x162;const _0x28522f=a181_0x2852();let _0x24f059=_0x28522f[_0x1304e0];return _0x24f059;}(function(_0x4f6e14,_0x57165a){const _0xaab2a2=a181_0x24f0,_0x13e788=_0x4f6e14();while(!![]){try{const _0x49ff39=-parseInt(_0xaab2a2(0x167))/0x1+-parseInt(_0xaab2a2(0x186))/0x2+parseInt(_0xaab2a2(0x169))/0x3+parseInt(_0xaab2a2(0x187))/0x4+-parseInt(_0xaab2a2(0x176))/0x5+parseInt(_0xaab2a2(0x16f))/0x6+parseInt(_0xaab2a2(0x17c))/0x7*(-parseInt(_0xaab2a2(0x18d))/0x8);if(_0x49ff39===_0x57165a)break;else _0x13e788['push'](_0x13e788['shift']());}catch(_0x57e5fe){_0x13e788['push'](_0x13e788['shift']());}}}(a181_0x2852,0x22011));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{RISK_LEVEL_VALUES}from'../../constant/risk.js';import{validateAppcode}from'../../commands/common/validate.js';import{readConfigFile,readRawConfigWithLayers,resolveWriteConfigPath,writeConfigFile}from'../../context.js';import{workspaceAddDefinition}from'../../commands/workspace/add.js';import{workspaceRemoveDefinition}from'../../commands/workspace/remove.js';const WORKSPACE_USAGE=CLI_BIN_NAME+a181_0x1cbc3a(0x19c),SAFE_PROFILE_KEYS=[a181_0x1cbc3a(0x183),'env','apiDir',a181_0x1cbc3a(0x17e),a181_0x1cbc3a(0x185),a181_0x1cbc3a(0x174),a181_0x1cbc3a(0x18c)],workspaceFlags=[{'name':a181_0x1cbc3a(0x165),'type':'string','description':a181_0x1cbc3a(0x17f)},{'name':'appcode','type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x19a)},{'name':a181_0x1cbc3a(0x179),'type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x16a),'enum':[...RABETBASE_ENV_VALUES]},{'name':'apiDir','type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x162)},{'name':a181_0x1cbc3a(0x173),'type':'string','description':a181_0x1cbc3a(0x181),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':a181_0x1cbc3a(0x185),'type':a181_0x1cbc3a(0x194),'description':a181_0x1cbc3a(0x189)},{'name':a181_0x1cbc3a(0x174),'type':'string','description':a181_0x1cbc3a(0x193),'enum':[...RISK_LEVEL_VALUES]},{'name':a181_0x1cbc3a(0x18c),'type':a181_0x1cbc3a(0x18b),'description':a181_0x1cbc3a(0x182)}];function isRecord(_0x2115ae){const _0xd5c1a7=a181_0x1cbc3a;return!!_0x2115ae&&typeof _0x2115ae===_0xd5c1a7(0x177)&&!Array[_0xd5c1a7(0x19b)](_0x2115ae);}function assertValidAppcode(_0x4a7cb5){const _0x4a076b=a181_0x1cbc3a,{valid:_0x12c549,message:_0x369704}=validateAppcode(_0x4a7cb5);if(!_0x12c549)throw CliErrors['validation'](_0x4a076b(0x178)+_0x4a7cb5,_0x369704);}function sanitizeProfile(_0x439aa6){if(!isRecord(_0x439aa6))return{};const _0x268b2b={};for(const _0x5850a0 of SAFE_PROFILE_KEYS){if(_0x439aa6[_0x5850a0]!==undefined)_0x268b2b[_0x5850a0]=_0x439aa6[_0x5850a0];}return _0x268b2b;}function cloneProfile(_0x149aab){return isRecord(_0x149aab)?{..._0x149aab}:{};}function a181_0x2852(){const _0x5f2b72=['riskLevel','validation','49505LVsgdS','object','Invalid\x20appcode:\x20','env','Initialize\x20the\x20current\x20workspace\x20app\x20binding','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','7HLegYp','globalConfig','format','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','use','Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','Locale\x20for\x20this\x20workspace\x20app\x20profile','appcode','apiDir','pageSize','85464gYNjUI','89656oMnetT','Switch\x20the\x20current\x20workspace\x20app\x20binding','Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile','trim','string','locale','1978920mYpGZC','workspace.','.\x20Credentials:\x20not\x20written.','\x20(appcode:\x20','Use\x20`','\x20workspace\x20','Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','number','apps','workspace','write','\x22\x20not\x20found.','keys','App\x20code\x20to\x20bind\x20to\x20this\x20workspace','isArray','\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]','App\x20\x22','API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile','str','project','app','Workspace\x20','32229CAfPHI','Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20','564510WVEEix','Target\x20environment',').\x20Config:\x20','defaultApp','flag','length','1565544PLoLyh','Missing\x20workspace\x20app\x20selector.','\x20workspace\x20use\x20--app\x20<name>`.','init','defaultFormat'];a181_0x2852=function(){return _0x5f2b72;};return a181_0x2852();}function collectWorkspaceProfileOverrides(_0x4a4943){const _0x80c6ca=a181_0x1cbc3a,_0x3f4d0c={},_0x59f712=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x179)),_0x3e4d59=_0x4a4943['str'](_0x80c6ca(0x184)),_0x47b392=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x173)),_0x408a07=_0x4a4943[_0x80c6ca(0x16d)](_0x80c6ca(0x185)),_0x5e8733=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x174)),_0x17eeb6=_0x4a4943[_0x80c6ca(0x163)](_0x80c6ca(0x18c));if(_0x59f712)_0x3f4d0c[_0x80c6ca(0x179)]=_0x59f712;if(_0x3e4d59)_0x3f4d0c[_0x80c6ca(0x184)]=_0x3e4d59;if(_0x47b392)_0x3f4d0c[_0x80c6ca(0x17e)]=_0x47b392;if(_0x408a07!==undefined&&_0x408a07!=='')_0x3f4d0c[_0x80c6ca(0x185)]=Number(_0x408a07);if(_0x5e8733)_0x3f4d0c[_0x80c6ca(0x174)]=_0x5e8733;if(_0x17eeb6)_0x3f4d0c[_0x80c6ca(0x18c)]=_0x17eeb6;return _0x3f4d0c;}async function validateWorkspaceArgs(_0x3a0bfb){const _0x9bd8ef=a181_0x1cbc3a,_0x284f5d=_0x3a0bfb[_0x9bd8ef(0x163)]('app')['trim'](),_0x334371=_0x3a0bfb['str']('appcode')[_0x9bd8ef(0x18a)]();if(!_0x284f5d&&!_0x334371)throw CliErrors[_0x9bd8ef(0x175)]('Missing\x20workspace\x20app\x20selector.','Use\x20`'+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`.');if(_0x334371)assertValidAppcode(_0x334371);}function resolveKnownApps(){const _0x2e179a=a181_0x1cbc3a,{config:_0x26f5a2,layers:_0x27ed2b}=readRawConfigWithLayers(),_0x26ab38=isRecord(_0x26f5a2['apps'])?_0x26f5a2[_0x2e179a(0x195)]:{},_0x34bcc7=isRecord(_0x27ed2b[_0x2e179a(0x17d)][_0x2e179a(0x195)])?_0x27ed2b[_0x2e179a(0x17d)]['apps']:{};return{..._0x34bcc7,..._0x26ab38};}async function configureWorkspace(_0x127820,_0x429176){const _0x55d6a0=a181_0x1cbc3a,_0x1532ca=_0x127820[_0x55d6a0(0x163)](_0x55d6a0(0x165))[_0x55d6a0(0x18a)](),_0x5ab524=_0x127820[_0x55d6a0(0x163)](_0x55d6a0(0x183))['trim'](),_0x4475a2=_0x1532ca||_0x5ab524;if(!_0x4475a2)throw CliErrors['validation'](_0x55d6a0(0x170),_0x55d6a0(0x191)+CLI_BIN_NAME+_0x55d6a0(0x17b)+CLI_BIN_NAME+_0x55d6a0(0x171));if(_0x5ab524)assertValidAppcode(_0x5ab524);const _0x13f68b=resolveWriteConfigPath(_0x55d6a0(0x164)),_0x2ae820=readConfigFile(_0x13f68b),_0x1a4184=resolveKnownApps(),_0x22516a=isRecord(_0x2ae820['apps'])?{..._0x2ae820[_0x55d6a0(0x195)]}:{},_0x4b91e1=cloneProfile(_0x22516a[_0x4475a2]),_0x4b2003=sanitizeProfile(_0x1a4184[_0x4475a2]),_0x46c3b7=_0x5ab524?{}:_0x4b2003,_0x23c600=_0x5ab524||_0x46c3b7[_0x55d6a0(0x183)];if(!_0x23c600){const _0x39ae05=Object[_0x55d6a0(0x199)](_0x1a4184),_0x2cfc5a=_0x39ae05[_0x55d6a0(0x16e)]===0x0?_0x55d6a0(0x191)+CLI_BIN_NAME+_0x55d6a0(0x192)+_0x429176+'\x20--app\x20'+_0x4475a2+'\x20--appcode\x20<code>`.':_0x55d6a0(0x168)+_0x39ae05['join'](',\x20');throw CliErrors[_0x55d6a0(0x175)](_0x55d6a0(0x19d)+_0x4475a2+_0x55d6a0(0x198),_0x2cfc5a);}assertValidAppcode(String(_0x23c600));const _0x1a3bf2={..._0x46c3b7,..._0x4b91e1,'appcode':String(_0x23c600),...collectWorkspaceProfileOverrides(_0x127820)};return _0x22516a[_0x4475a2]=_0x1a3bf2,_0x2ae820[_0x55d6a0(0x195)]=_0x22516a,_0x2ae820[_0x55d6a0(0x16c)]=_0x4475a2,delete _0x2ae820[_0x55d6a0(0x183)],delete _0x2ae820[_0x55d6a0(0x165)],_0x1a3bf2[_0x55d6a0(0x179)]&&(_0x2ae820[_0x55d6a0(0x179)]=_0x1a3bf2[_0x55d6a0(0x179)]),writeConfigFile(_0x13f68b,_0x2ae820),{'ok':!![],'message':_0x55d6a0(0x166)+(_0x429176===_0x55d6a0(0x172)?'initialized':'updated')+':\x20'+_0x4475a2+_0x55d6a0(0x190)+_0x1a3bf2[_0x55d6a0(0x183)]+_0x55d6a0(0x16b)+_0x13f68b+_0x55d6a0(0x18f),'data':{'operation':_0x55d6a0(0x18e)+_0x429176,'configPath':_0x13f68b,'app':_0x4475a2,'appcode':_0x1a3bf2[_0x55d6a0(0x183)],'env':_0x1a3bf2[_0x55d6a0(0x179)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a181_0x1cbc3a(0x196),'command':a181_0x1cbc3a(0x172),'description':a181_0x1cbc3a(0x17a),'risk':a181_0x1cbc3a(0x197),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x22a53c=>configureWorkspace(_0x22a53c,a181_0x1cbc3a(0x172))},workspaceUseDefinition={'service':a181_0x1cbc3a(0x196),'command':a181_0x1cbc3a(0x180),'description':a181_0x1cbc3a(0x188),'risk':a181_0x1cbc3a(0x197),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x5e8d37=>configureWorkspace(_0x5e8d37,'use')};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a182_0xfa9283=a182_0x584b;(function(_0x453976,_0x2788d2){const _0x4ee7df=a182_0x584b,_0x38bc8d=_0x453976();while(!![]){try{const _0x83a4ad=parseInt(_0x4ee7df(0xa3))/0x1*(-parseInt(_0x4ee7df(0xa2))/0x2)+parseInt(_0x4ee7df(0xae))/0x3*(parseInt(_0x4ee7df(0xaa))/0x4)+-parseInt(_0x4ee7df(0xa9))/0x5*(parseInt(_0x4ee7df(0xa6))/0x6)+-parseInt(_0x4ee7df(0xa7))/0x7*(parseInt(_0x4ee7df(0xac))/0x8)+-parseInt(_0x4ee7df(0xad))/0x9*(-parseInt(_0x4ee7df(0xab))/0xa)+-parseInt(_0x4ee7df(0xa0))/0xb*(parseInt(_0x4ee7df(0xa5))/0xc)+parseInt(_0x4ee7df(0xa8))/0xd;if(_0x83a4ad===_0x2788d2)break;else _0x38bc8d['push'](_0x38bc8d['shift']());}catch(_0x1a9c37){_0x38bc8d['push'](_0x38bc8d['shift']());}}}(a182_0x2086,0xac2cf));function a182_0x2086(){const _0x44371c=['222HSTBfR','high-risk-write','2533157JSzgNe','workspace\x20remove','2174116vJbuhu','1wDBceq','App\x20profile\x20name\x20to\x20remove','12gPCUZX','258qKsCBE','133gVpEIa','18250518lSmauv','40555QIUHbL','5348zYAnrW','5420UWhHCs','27512nhMDsd','15507mAVvYv'];a182_0x2086=function(){return _0x44371c;};return a182_0x2086();}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';function a182_0x584b(_0x5a7bb5,_0x4469d1){_0x5a7bb5=_0x5a7bb5-0x9f;const _0x2086a2=a182_0x2086();let _0x584b8e=_0x2086a2[_0x5a7bb5];return _0x584b8e;}export const workspaceRemoveDefinition={'service':'workspace','command':'remove','description':'Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','risk':a182_0xfa9283(0x9f),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':'name','description':a182_0xfa9283(0xa4),'required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x382e98=>validateAppName(_0x382e98,a182_0xfa9283(0xa1)),'execute':_0x1d8e05=>runAppRemove(_0x1d8e05,a182_0xfa9283(0xa1))};
|
package/lib/config/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a183_0x1a6d76=a183_0x3701;(function(_0x258080,_0x4ccb44){const _0x5069ce=a183_0x3701,_0x2c3ed9=_0x258080();while(!![]){try{const _0x553862=parseInt(_0x5069ce(0x14d))/0x1*(parseInt(_0x5069ce(0x12d))/0x2)+-parseInt(_0x5069ce(0x13f))/0x3+-parseInt(_0x5069ce(0x146))/0x4+-parseInt(_0x5069ce(0x13d))/0x5*(-parseInt(_0x5069ce(0x149))/0x6)+-parseInt(_0x5069ce(0x12f))/0x7*(-parseInt(_0x5069ce(0x135))/0x8)+-parseInt(_0x5069ce(0x126))/0x9+parseInt(_0x5069ce(0x144))/0xa;if(_0x553862===_0x4ccb44)break;else _0x2c3ed9['push'](_0x2c3ed9['shift']());}catch(_0x8f9173){_0x2c3ed9['push'](_0x2c3ed9['shift']());}}}(a183_0xb505,0xf1873));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';import{RISK_LEVEL_VALUES}from'../constant/risk.js';export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a183_0x1a6d76(0x131),a183_0x1a6d76(0x128),a183_0x1a6d76(0x137),a183_0x1a6d76(0x134),a183_0x1a6d76(0x139)];export const TOP_LEVEL_CONFIG_KEYS=new Set([a183_0x1a6d76(0x14e),a183_0x1a6d76(0x12c),a183_0x1a6d76(0x137),a183_0x1a6d76(0x134),'cookie',a183_0x1a6d76(0x128),a183_0x1a6d76(0x13a)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES]};export function formatConfigKeyList(_0x2d3ae1){const _0x1d2707=a183_0x1a6d76;return[..._0x2d3ae1][_0x1d2707(0x14b)](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x56ec32){const _0xc58d3a=a183_0x1a6d76;return TOP_LEVEL_CONFIG_KEYS[_0xc58d3a(0x141)](_0x56ec32);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){return'Config\x20key\x20('+getTopLevelConfigKeySummary()+')';}function a183_0xb505(){const _0x4affe8=['length','10027458NukEXS','app','accessKey','trim','toLowerCase','entries','env','422RtXZPz','en-US','4515YxSHuJ','API\x20directory\x20path','cookie','Access\x20key','inherit','format','17496zeeNCV','zh-CN','locale','pageSize','riskLevel','apiDir','defaultApp','string','5rgpPvV','apps','5548020HNMzBH','Locale','has','number','keys','7734530Pcoitm','Risk\x20level','2453020ATsuAO','map','Auth\x20cookie','3985422hiswgy','Default\x20page\x20size','join','filter','8141ZzKVAl','appcode'];a183_0xb505=function(){return _0x4affe8;};return a183_0xb505();}function a183_0x3701(_0x536adf,_0x39098c){_0x536adf=_0x536adf-0x126;const _0xb5057d=a183_0xb505();let _0x370168=_0xb5057d[_0x536adf];return _0x370168;}export const APP_PROFILE_FLAG_KEY_MAP={'env':a183_0x1a6d76(0x12c),'apiDir':a183_0x1a6d76(0x13a),'cookie':'cookie','accessKey':'accessKey','defaultFormat':a183_0x1a6d76(0x134),'pageSize':a183_0x1a6d76(0x138),'riskLevel':a183_0x1a6d76(0x139),'locale':'locale'};export function getAppProfileFlagDefs(){const _0x48e232=a183_0x1a6d76;return[{'name':'env','type':_0x48e232(0x13c),'description':'Target\x20environment','enum':[...RABETBASE_ENV_VALUES]},{'name':'apiDir','type':_0x48e232(0x13c),'description':_0x48e232(0x130)},{'name':_0x48e232(0x131),'type':'string','description':_0x48e232(0x148),'hidden':!![]},{'name':_0x48e232(0x128),'type':_0x48e232(0x13c),'description':_0x48e232(0x132),'hidden':!![]},{'name':'defaultFormat','type':_0x48e232(0x13c),'description':'Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':'pageSize','type':_0x48e232(0x142),'description':_0x48e232(0x14a)},{'name':_0x48e232(0x139),'type':_0x48e232(0x13c),'description':_0x48e232(0x145),'enum':[...RISK_LEVEL_VALUES]},{'name':_0x48e232(0x137),'type':'string','description':_0x48e232(0x140)}];}export function collectAppProfileOverrides(_0x529886){const _0x32a90f=a183_0x1a6d76,_0x5797dc={};for(const [_0x472055,_0x1bcbcf]of Object[_0x32a90f(0x12b)](APP_PROFILE_FLAG_KEY_MAP)){const _0x2234d5=_0x529886(_0x472055);if(!_0x2234d5)continue;_0x5797dc[_0x1bcbcf]=_0x1bcbcf==='pageSize'?Number(_0x2234d5):_0x2234d5;}return _0x5797dc;}export function buildAppProfileListFields(_0x7efc78){const _0x28ba5f=a183_0x1a6d76;return{'env':_0x7efc78[_0x28ba5f(0x12c)]??null,'apiDir':_0x7efc78[_0x28ba5f(0x13a)]??null,'hasCookie':!!_0x7efc78[_0x28ba5f(0x131)],'hasAccessKey':!!_0x7efc78[_0x28ba5f(0x128)],'format':_0x7efc78['format']??null,'pageSize':_0x7efc78[_0x28ba5f(0x138)]??null,'riskLevel':_0x7efc78['riskLevel']??null,'locale':_0x7efc78[_0x28ba5f(0x137)]??null};}export function buildAppDoctorFields(_0x19f20a,_0x32a92e){const _0x4bfe5b=a183_0x1a6d76;return{'env':{'value':_0x19f20a['env']||_0x32a92e['env'],'source':_0x19f20a['env']?_0x4bfe5b(0x127):'inherit'},'apiDir':{'value':_0x19f20a['apiDir']||_0x32a92e[_0x4bfe5b(0x13a)],'source':_0x19f20a[_0x4bfe5b(0x13a)]?_0x4bfe5b(0x127):_0x4bfe5b(0x133)},'cookie':{'value':_0x19f20a[_0x4bfe5b(0x131)]||_0x32a92e[_0x4bfe5b(0x131)],'source':_0x19f20a[_0x4bfe5b(0x131)]?_0x4bfe5b(0x127):'inherit'},'accessKey':{'value':_0x19f20a[_0x4bfe5b(0x128)]||_0x32a92e[_0x4bfe5b(0x128)],'source':_0x19f20a[_0x4bfe5b(0x128)]?_0x4bfe5b(0x127):'inherit'}};}export function buildCanonicalAppConfig(_0x34ee98,_0xf66008){const _0x17e758=a183_0x1a6d76,_0x1daaf7=_0x34ee98[_0x17e758(0x147)](_0x473c5a=>String(_0x473c5a||'')[_0x17e758(0x129)]())[_0x17e758(0x14c)](Boolean);if(_0x1daaf7[_0x17e758(0x14f)]===0x0)return{};const _0x3b67f3={};for(const _0x1d8cb4 of _0x1daaf7){_0x3b67f3[_0x1d8cb4]=_0xf66008?{'appcode':_0x1d8cb4,'env':_0xf66008}:{'appcode':_0x1d8cb4};}return{'apps':_0x3b67f3,'defaultApp':_0x1daaf7[0x0]};}export function buildCanonicalProjectConfig(_0x175567,_0x283045){const _0xd68321=a183_0x1a6d76,{appCodes:appCodes=[],env:_0x3f36e3,metadata:_0x2bf913}=_0x283045,_0x213c0e={..._0x175567,..._0x2bf913||{}};delete _0x213c0e['appcode'],delete _0x213c0e[_0xd68321(0x127)];if(_0x3f36e3)_0x213c0e[_0xd68321(0x12c)]=_0x3f36e3;else!_0x213c0e[_0xd68321(0x12c)]&&(_0x213c0e[_0xd68321(0x12c)]=DEFAULT_CONFIG_VALUES[_0xd68321(0x12c)]);const _0x4d8896=buildCanonicalAppConfig(appCodes,_0x213c0e[_0xd68321(0x12c)]);return Object[_0xd68321(0x143)](_0x4d8896)[_0xd68321(0x14f)]>0x0&&(_0x213c0e[_0xd68321(0x13e)]=_0x4d8896['apps'],_0x213c0e['defaultApp']=_0x4d8896[_0xd68321(0x13b)]),_0x213c0e;}const LOCALE_MAP={'zh':'zh-CN','zh-cn':'zh-CN','zh_cn':a183_0x1a6d76(0x136),'en':a183_0x1a6d76(0x12e),'en-us':a183_0x1a6d76(0x12e),'en_us':a183_0x1a6d76(0x12e)};export function normalizeLocale(_0x1a53c3){const _0x5a04bc=a183_0x1a6d76;if(!_0x1a53c3)return null;return LOCALE_MAP[_0x1a53c3[_0x5a04bc(0x12a)]()]??null;}
|
package/lib/constant/cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a184_0x4378(_0x36e225,_0x477295){_0x36e225=_0x36e225-0x104;const _0x3a78a0=a184_0x3a78();let _0x43787e=_0x3a78a0[_0x36e225];return _0x43787e;}const a184_0x4ec703=a184_0x4378;(function(_0x440fcf,_0x178274){const _0x319e2b=a184_0x4378,_0x3d36a6=_0x440fcf();while(!![]){try{const _0x767de8=-parseInt(_0x319e2b(0x111))/0x1*(-parseInt(_0x319e2b(0x10b))/0x2)+parseInt(_0x319e2b(0x10d))/0x3*(parseInt(_0x319e2b(0x10c))/0x4)+-parseInt(_0x319e2b(0x106))/0x5*(-parseInt(_0x319e2b(0x110))/0x6)+parseInt(_0x319e2b(0x109))/0x7+-parseInt(_0x319e2b(0x10f))/0x8*(parseInt(_0x319e2b(0x104))/0x9)+parseInt(_0x319e2b(0x107))/0xa*(-parseInt(_0x319e2b(0x108))/0xb)+parseInt(_0x319e2b(0x105))/0xc*(parseInt(_0x319e2b(0x10a))/0xd);if(_0x767de8===_0x178274)break;else _0x3d36a6['push'](_0x3d36a6['shift']());}catch(_0x1d5d95){_0x3d36a6['push'](_0x3d36a6['shift']());}}}(a184_0x3a78,0x8ac15));function a184_0x3a78(){const _0x59ccf0=['24lnHuNE','42zbtzdg','88091xlmEdY','2010861gUNJqq','3481080yaipao','515340VHuDsZ','10DrJFQT','11004961ctcEAD','2617419XrWyUQ','26eZckLA','2DJwQIF','20pvQFNI','285249nvVgDT','https://g.lovrabet.com/dist/rabetbase-cli/config/index.json'];a184_0x3a78=function(){return _0x59ccf0;};return a184_0x3a78();}export const CLI_VERSION_POLICY_URL=a184_0x4ec703(0x10e);
|
package/lib/constant/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a185_0x5ea4c0=a185_0x3903;(function(_0xd3d804,_0x27b0fa){const _0x120e86=a185_0x3903,_0x22b290=_0xd3d804();while(!![]){try{const _0xeddccb=parseInt(_0x120e86(0xc6))/0x1*(-parseInt(_0x120e86(0x121))/0x2)+parseInt(_0x120e86(0xfc))/0x3*(parseInt(_0x120e86(0xb3))/0x4)+parseInt(_0x120e86(0x115))/0x5+-parseInt(_0x120e86(0x107))/0x6*(parseInt(_0x120e86(0x11e))/0x7)+-parseInt(_0x120e86(0xf8))/0x8*(-parseInt(_0x120e86(0xe1))/0x9)+-parseInt(_0x120e86(0x108))/0xa*(parseInt(_0x120e86(0xde))/0xb)+parseInt(_0x120e86(0xca))/0xc;if(_0xeddccb===_0x27b0fa)break;else _0x22b290['push'](_0x22b290['shift']());}catch(_0xcee716){_0x22b290['push'](_0x22b290['shift']());}}}(a185_0x11fa,0x26702));export const CLI_BIN_NAME=a185_0x5ea4c0(0xdb);function a185_0x3903(_0x10b625,_0x2a9bbd){_0x10b625=_0x10b625-0xb1;const _0x11fa60=a185_0x11fa();let _0x39039e=_0x11fa60[_0x10b625];return _0x39039e;}export const CLI_DISPLAY_NAME='Rabetbase\x20CLI';export const NPM_PACKAGE_NAME=a185_0x5ea4c0(0xeb);export const GLOBAL_FLAGS=[{'name':a185_0x5ea4c0(0xe5),'meowKey':a185_0x5ea4c0(0xe5),'type':'string','description':'Override\x20appcode','hint':'<code>'},{'name':a185_0x5ea4c0(0xec),'meowKey':a185_0x5ea4c0(0xec),'type':'string','description':'Select\x20app\x20profile\x20by\x20name','hint':a185_0x5ea4c0(0xb9)},{'name':a185_0x5ea4c0(0x10f),'meowKey':a185_0x5ea4c0(0x10f),'type':'string','description':a185_0x5ea4c0(0x120),'hint':'production\x20|\x20daily'},{'name':'format','meowKey':a185_0x5ea4c0(0xdf),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xfa),'hint':a185_0x5ea4c0(0xe0)},{'name':'jq','meowKey':'jq','type':'string','description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a185_0x5ea4c0(0xf1)},{'name':a185_0x5ea4c0(0xb4),'meowKey':'dryRun','type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0xf3)},{'name':a185_0x5ea4c0(0xf9),'meowKey':'yes','type':'boolean','description':'Skip\x20confirmation\x20for\x20high-risk\x20writes'},{'name':a185_0x5ea4c0(0x125),'meowKey':a185_0x5ea4c0(0xe8),'type':a185_0x5ea4c0(0xe4),'description':'Force\x20non-interactive\x20mode\x20(CI)'},{'name':'global','meowKey':a185_0x5ea4c0(0x113),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0x109)},{'name':a185_0x5ea4c0(0xea),'meowKey':a185_0x5ea4c0(0xea),'type':a185_0x5ea4c0(0xe4),'description':'Use\x20project\x20config\x20scope'},{'name':'ci','meowKey':'ci','type':a185_0x5ea4c0(0xe4),'description':'Alias\x20for\x20--non-interactive','hidden':!![]},{'name':'help','meowKey':a185_0x5ea4c0(0xc0),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0x11f)},{'name':a185_0x5ea4c0(0xc3),'meowKey':a185_0x5ea4c0(0xc3),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x116),'hidden':!![]},{'name':a185_0x5ea4c0(0xff),'meowKey':'title','type':'string','description':a185_0x5ea4c0(0xd4),'hidden':!![]},{'name':a185_0x5ea4c0(0x127),'meowKey':a185_0x5ea4c0(0x127),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0x10a),'hidden':!![]},{'name':a185_0x5ea4c0(0xd8),'meowKey':a185_0x5ea4c0(0xd8),'type':a185_0x5ea4c0(0xe4),'description':'Watch\x20mode','hidden':!![]},{'name':a185_0x5ea4c0(0xdd),'meowKey':a185_0x5ea4c0(0xdd),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xc8),'hidden':!![]},{'name':'params','meowKey':a185_0x5ea4c0(0x119),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x101),'hidden':!![]},{'name':'datasetcode','meowKey':'datasetcode','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xb6),'hidden':!![]},{'name':a185_0x5ea4c0(0x12c),'meowKey':a185_0x5ea4c0(0x12c),'type':a185_0x5ea4c0(0xe4),'description':'Apply\x20to\x20all','hidden':!![]},{'name':a185_0x5ea4c0(0x114),'meowKey':a185_0x5ea4c0(0x100),'type':'boolean','description':a185_0x5ea4c0(0x11a),'hidden':!![]},{'name':'id','meowKey':'id','type':a185_0x5ea4c0(0xe9),'description':'Record\x20ID','hidden':!![]},{'name':a185_0x5ea4c0(0x122),'meowKey':a185_0x5ea4c0(0x122),'type':'string','description':a185_0x5ea4c0(0xe7),'hidden':!![]},{'name':a185_0x5ea4c0(0xf6),'meowKey':a185_0x5ea4c0(0xf6),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xb7),'hidden':!![]},{'name':a185_0x5ea4c0(0x11b),'meowKey':'sqlcode','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xc7),'hidden':!![]},{'name':'sql-name','meowKey':a185_0x5ea4c0(0xc5),'type':a185_0x5ea4c0(0xe9),'description':'SQL\x20name','hidden':!![]},{'name':a185_0x5ea4c0(0x10d),'meowKey':a185_0x5ea4c0(0x10d),'type':'string','description':a185_0x5ea4c0(0xf2),'hidden':!![]},{'name':'db-id','meowKey':a185_0x5ea4c0(0xcd),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x12a),'hidden':!![]},{'name':a185_0x5ea4c0(0xce),'meowKey':'dbid','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x12a),'hidden':!![]},{'name':a185_0x5ea4c0(0x102),'meowKey':a185_0x5ea4c0(0x102),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x11d),'hidden':!![]},{'name':a185_0x5ea4c0(0x128),'meowKey':a185_0x5ea4c0(0xe2),'type':a185_0x5ea4c0(0xe9),'description':'Description\x20file','hidden':!![]},{'name':a185_0x5ea4c0(0xd5),'meowKey':'page','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x10e),'hidden':!![]},{'name':a185_0x5ea4c0(0x129),'meowKey':'pagesize','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xc2),'hidden':!![]},{'name':a185_0x5ea4c0(0x12b),'meowKey':a185_0x5ea4c0(0x12b),'type':'string','description':a185_0x5ea4c0(0xed),'hidden':!![]},{'name':a185_0x5ea4c0(0x123),'meowKey':a185_0x5ea4c0(0x123),'type':a185_0x5ea4c0(0xe9),'description':'Code\x20filter','hidden':!![]},{'name':a185_0x5ea4c0(0x103),'meowKey':a185_0x5ea4c0(0x103),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x104),'hidden':!![]},{'name':a185_0x5ea4c0(0x112),'meowKey':a185_0x5ea4c0(0x112),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x126),'hidden':!![]},{'name':a185_0x5ea4c0(0xd9),'meowKey':a185_0x5ea4c0(0xd9),'type':'string','description':a185_0x5ea4c0(0x10b),'hidden':!![]},{'name':a185_0x5ea4c0(0xd7),'meowKey':a185_0x5ea4c0(0xd7),'type':a185_0x5ea4c0(0xe9),'description':'Target\x20path','hidden':!![]},{'name':'skip-imports','meowKey':'skipImports','type':a185_0x5ea4c0(0xe4),'description':'Skip\x20import\x20generation','hidden':!![]},{'name':a185_0x5ea4c0(0x110),'meowKey':a185_0x5ea4c0(0x110),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xb8),'hidden':!![]},{'name':a185_0x5ea4c0(0xf7),'meowKey':a185_0x5ea4c0(0xf7),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xe3),'hidden':!![]},{'name':a185_0x5ea4c0(0xcb),'meowKey':a185_0x5ea4c0(0xcb),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xd1),'hidden':!![]},{'name':'stdin','meowKey':a185_0x5ea4c0(0xc9),'type':'boolean','description':a185_0x5ea4c0(0xb2),'hidden':!![]},{'name':a185_0x5ea4c0(0xf4),'meowKey':'fromEnv','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x11c),'hidden':!![]},{'name':a185_0x5ea4c0(0x118),'meowKey':a185_0x5ea4c0(0x118),'type':'boolean','description':a185_0x5ea4c0(0xb1),'hidden':!![]},{'name':a185_0x5ea4c0(0xdc),'meowKey':'force','type':a185_0x5ea4c0(0xe4),'description':'Force\x20overwrite','hidden':!![]},{'name':a185_0x5ea4c0(0x124),'meowKey':a185_0x5ea4c0(0x124),'type':a185_0x5ea4c0(0xe4),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':a185_0x5ea4c0(0xc4),'meowKey':a185_0x5ea4c0(0xc4),'type':a185_0x5ea4c0(0xe4),'description':'Use\x20remote','hidden':!![]},{'name':a185_0x5ea4c0(0xe6),'meowKey':a185_0x5ea4c0(0xe6),'type':a185_0x5ea4c0(0xe4),'description':a185_0x5ea4c0(0xfe),'hidden':!![]},{'name':a185_0x5ea4c0(0xd0),'meowKey':a185_0x5ea4c0(0xc1),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xef),'hidden':!![]},{'name':a185_0x5ea4c0(0xd3),'meowKey':a185_0x5ea4c0(0xd3),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x105),'hidden':!![]},{'name':'parent-id','meowKey':a185_0x5ea4c0(0xfd),'type':a185_0x5ea4c0(0xe9),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':a185_0x5ea4c0(0xba),'meowKey':a185_0x5ea4c0(0xba),'type':'string','description':a185_0x5ea4c0(0x12d),'hidden':!![]},{'name':a185_0x5ea4c0(0x106),'meowKey':a185_0x5ea4c0(0xda),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xf5),'hidden':!![]},{'name':a185_0x5ea4c0(0xfb),'meowKey':'expectPath','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xcc),'hidden':!![]},{'name':a185_0x5ea4c0(0xd6),'meowKey':a185_0x5ea4c0(0xbf),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0x10c),'hidden':!![]},{'name':a185_0x5ea4c0(0xcf),'meowKey':'menuIds','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xd2),'hidden':!![]},{'name':a185_0x5ea4c0(0xbe),'meowKey':'taskId','type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xee),'hidden':!![]},{'name':a185_0x5ea4c0(0xbb),'meowKey':a185_0x5ea4c0(0xbc),'type':'string','description':a185_0x5ea4c0(0x10b),'hidden':!![]},{'name':a185_0x5ea4c0(0x111),'meowKey':a185_0x5ea4c0(0xf0),'type':a185_0x5ea4c0(0xe9),'description':a185_0x5ea4c0(0xbd),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a185_0x5ea4c0(0xe5),a185_0x5ea4c0(0xec),a185_0x5ea4c0(0x10f),a185_0x5ea4c0(0xdf),'jq',a185_0x5ea4c0(0xb4),a185_0x5ea4c0(0xf9),'non-interactive','ci']);export function buildMeowFlags(){const _0x30c333=a185_0x5ea4c0;return Object['fromEntries'](GLOBAL_FLAGS[_0x30c333(0x117)](_0x10f750=>[_0x10f750[_0x30c333(0xb5)],{'type':_0x10f750['type']}]));}function a185_0x11fa(){const _0x2e0a6a=['File\x20path','Config\x20key','<name>','sort','operation-type','operationType','Function\x20node','task-id','expectedChildrenCount','help','expectedCount','Page\x20size','name','remote','sqlName','3VIEESz','SQL\x20code','Output\x20path','stdin','1217856PQAlkg','tags','Expected\x20current\x20menu\x20path','dbId','dbid','menu-ids','expected-count','Tags','Comma-separated\x20menu\x20IDs','label','Title','page','expected-children-count','target','watch','operation','expectParentId','rabetbase','force','output','1034sGRhSz','format','json\x20|\x20pretty\x20|\x20compress','2168262YYuQMS','descriptionFile','Config\x20value','boolean','appcode','verbose','Type\x20filter','nonInteractive','string','project','@lovrabet/rabetbase-cli','app','Keyword\x20filter','Asynchronous\x20task\x20ID','Expected\x20affected\x20count','functionNode','<expr>','SQL\x20name','Preview\x20operation\x20without\x20executing','from-env','Expected\x20current\x20parent\x20menu\x20id','file','value','8QDsgxj','yes','Output\x20format','expect-path','681shVarq','parentId','Verbose\x20output','title','enableBffSave','JSON\x20params','description','sql','SQL\x20string','Menu\x20label','expect-parent-id','1792662trNCJl','11840gAQXrR','Use\x20global\x20config\x20scope','Clear','Operation\x20type','Expected\x20current\x20child\x20count','sqlname','Page\x20number','env','key','function-node','schemas','global','enable-bff-save','499845zzeXxw','Name','map','reveal','params','Enable\x20BFF\x20save','sqlcode','Read\x20value\x20from\x20environment\x20variable','Description','7ejOMHY','Show\x20help','Environment','19026iwvcSG','type','code','confirm','non-interactive','Schemas','clear','description-file','pagesize','DB\x20ID','keyword','all','Menu\x20sort\x20value','Reveal\x20sensitive\x20value','Read\x20value\x20from\x20stdin','2708ucLhwS','dry-run','meowKey','Dataset\x20code'];a185_0x11fa=function(){return _0x2e0a6a;};return a185_0x11fa();}
|
|
1
|
+
const a185_0x840f5b=a185_0xc3b2;(function(_0x2bff7c,_0xf3a5cf){const _0x1ed510=a185_0xc3b2,_0x5368aa=_0x2bff7c();while(!![]){try{const _0x2bec71=-parseInt(_0x1ed510(0x178))/0x1*(-parseInt(_0x1ed510(0x16a))/0x2)+-parseInt(_0x1ed510(0x149))/0x3+-parseInt(_0x1ed510(0x146))/0x4+-parseInt(_0x1ed510(0x130))/0x5+-parseInt(_0x1ed510(0x188))/0x6*(-parseInt(_0x1ed510(0x12c))/0x7)+parseInt(_0x1ed510(0x19a))/0x8+parseInt(_0x1ed510(0x176))/0x9;if(_0x2bec71===_0xf3a5cf)break;else _0x5368aa['push'](_0x5368aa['shift']());}catch(_0x13bd3a){_0x5368aa['push'](_0x5368aa['shift']());}}}(a185_0x4e1d,0xbbe5b));export const CLI_BIN_NAME='rabetbase';export const CLI_DISPLAY_NAME=a185_0x840f5b(0x162);export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';function a185_0xc3b2(_0x55e440,_0x4a1b7e){_0x55e440=_0x55e440-0x11b;const _0x4e1d06=a185_0x4e1d();let _0xc3b225=_0x4e1d06[_0x55e440];return _0xc3b225;}export const GLOBAL_FLAGS=[{'name':a185_0x840f5b(0x180),'meowKey':a185_0x840f5b(0x180),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x17b),'hint':a185_0x840f5b(0x167)},{'name':a185_0x840f5b(0x192),'meowKey':'app','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x173),'hint':'<name>'},{'name':a185_0x840f5b(0x168),'meowKey':a185_0x840f5b(0x168),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x148),'hint':a185_0x840f5b(0x156)},{'name':a185_0x840f5b(0x174),'meowKey':a185_0x840f5b(0x174),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x16b),'hint':a185_0x840f5b(0x171)},{'name':'jq','meowKey':'jq','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x134),'hint':a185_0x840f5b(0x19b)},{'name':'dry-run','meowKey':a185_0x840f5b(0x138),'type':a185_0x840f5b(0x16e),'description':'Preview\x20operation\x20without\x20executing'},{'name':'yes','meowKey':a185_0x840f5b(0x12e),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x17a)},{'name':a185_0x840f5b(0x191),'meowKey':a185_0x840f5b(0x14b),'type':'boolean','description':a185_0x840f5b(0x195)},{'name':a185_0x840f5b(0x11b),'meowKey':a185_0x840f5b(0x11b),'type':a185_0x840f5b(0x16e),'description':'Use\x20global\x20config\x20scope'},{'name':a185_0x840f5b(0x12f),'meowKey':'project','type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x137)},{'name':'ci','meowKey':'ci','type':'boolean','description':a185_0x840f5b(0x198),'hidden':!![]},{'name':'help','meowKey':'help','type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x124)},{'name':a185_0x840f5b(0x172),'meowKey':a185_0x840f5b(0x172),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x133),'hidden':!![]},{'name':'title','meowKey':a185_0x840f5b(0x177),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x185),'hidden':!![]},{'name':a185_0x840f5b(0x18f),'meowKey':a185_0x840f5b(0x18f),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x14d),'hidden':!![]},{'name':a185_0x840f5b(0x18d),'meowKey':a185_0x840f5b(0x18d),'type':'boolean','description':a185_0x840f5b(0x189),'hidden':!![]},{'name':a185_0x840f5b(0x18a),'meowKey':a185_0x840f5b(0x18a),'type':'string','description':a185_0x840f5b(0x14f),'hidden':!![]},{'name':a185_0x840f5b(0x150),'meowKey':a185_0x840f5b(0x150),'type':'string','description':a185_0x840f5b(0x128),'hidden':!![]},{'name':a185_0x840f5b(0x182),'meowKey':a185_0x840f5b(0x182),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x144),'hidden':!![]},{'name':a185_0x840f5b(0x135),'meowKey':a185_0x840f5b(0x135),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x15a),'hidden':!![]},{'name':a185_0x840f5b(0x141),'meowKey':a185_0x840f5b(0x15d),'type':a185_0x840f5b(0x16e),'description':'Enable\x20BFF\x20save','hidden':!![]},{'name':'id','meowKey':'id','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x194),'hidden':!![]},{'name':a185_0x840f5b(0x17f),'meowKey':a185_0x840f5b(0x17f),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x123),'hidden':!![]},{'name':a185_0x840f5b(0x11f),'meowKey':'file','type':'string','description':a185_0x840f5b(0x170),'hidden':!![]},{'name':a185_0x840f5b(0x190),'meowKey':a185_0x840f5b(0x190),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x15e),'hidden':!![]},{'name':a185_0x840f5b(0x16f),'meowKey':'sqlName','type':a185_0x840f5b(0x155),'description':'SQL\x20name','hidden':!![]},{'name':a185_0x840f5b(0x136),'meowKey':a185_0x840f5b(0x136),'type':a185_0x840f5b(0x155),'description':'SQL\x20name','hidden':!![]},{'name':'db-id','meowKey':a185_0x840f5b(0x13f),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x13b),'hidden':!![]},{'name':'dbid','meowKey':'dbid','type':a185_0x840f5b(0x155),'description':'DB\x20ID','hidden':!![]},{'name':a185_0x840f5b(0x199),'meowKey':a185_0x840f5b(0x199),'type':'string','description':a185_0x840f5b(0x166),'hidden':!![]},{'name':a185_0x840f5b(0x11e),'meowKey':a185_0x840f5b(0x17e),'type':'string','description':'Description\x20file','hidden':!![]},{'name':a185_0x840f5b(0x13e),'meowKey':a185_0x840f5b(0x13e),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x160),'hidden':!![]},{'name':'pagesize','meowKey':a185_0x840f5b(0x18e),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x13a),'hidden':!![]},{'name':a185_0x840f5b(0x121),'meowKey':a185_0x840f5b(0x121),'type':'string','description':a185_0x840f5b(0x18b),'hidden':!![]},{'name':a185_0x840f5b(0x151),'meowKey':a185_0x840f5b(0x151),'type':a185_0x840f5b(0x155),'description':'Code\x20filter','hidden':!![]},{'name':a185_0x840f5b(0x15f),'meowKey':a185_0x840f5b(0x15f),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x131),'hidden':!![]},{'name':a185_0x840f5b(0x154),'meowKey':'schemas','type':'string','description':a185_0x840f5b(0x169),'hidden':!![]},{'name':'operation','meowKey':a185_0x840f5b(0x158),'type':a185_0x840f5b(0x155),'description':'Operation\x20type','hidden':!![]},{'name':a185_0x840f5b(0x183),'meowKey':a185_0x840f5b(0x183),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x142),'hidden':!![]},{'name':a185_0x840f5b(0x13d),'meowKey':a185_0x840f5b(0x152),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x16c),'hidden':!![]},{'name':a185_0x840f5b(0x127),'meowKey':'key','type':'string','description':a185_0x840f5b(0x139),'hidden':!![]},{'name':a185_0x840f5b(0x140),'meowKey':'value','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x163),'hidden':!![]},{'name':'tags','meowKey':'tags','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x145),'hidden':!![]},{'name':a185_0x840f5b(0x132),'meowKey':a185_0x840f5b(0x132),'type':'boolean','description':'Read\x20value\x20from\x20stdin','hidden':!![]},{'name':'from-env','meowKey':a185_0x840f5b(0x181),'type':'string','description':a185_0x840f5b(0x17d),'hidden':!![]},{'name':a185_0x840f5b(0x12d),'meowKey':'reveal','type':'boolean','description':a185_0x840f5b(0x19c),'hidden':!![]},{'name':a185_0x840f5b(0x129),'meowKey':a185_0x840f5b(0x129),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x125),'hidden':!![]},{'name':'confirm','meowKey':a185_0x840f5b(0x11d),'type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x179),'hidden':!![]},{'name':a185_0x840f5b(0x13c),'meowKey':a185_0x840f5b(0x13c),'type':a185_0x840f5b(0x16e),'description':'Use\x20remote','hidden':!![]},{'name':a185_0x840f5b(0x184),'meowKey':'verbose','type':a185_0x840f5b(0x16e),'description':a185_0x840f5b(0x159),'hidden':!![]},{'name':a185_0x840f5b(0x196),'meowKey':'expectedCount','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x120),'hidden':!![]},{'name':a185_0x840f5b(0x143),'meowKey':a185_0x840f5b(0x143),'type':'string','description':'Menu\x20label','hidden':!![]},{'name':a185_0x840f5b(0x15b),'meowKey':a185_0x840f5b(0x17c),'type':'string','description':a185_0x840f5b(0x14e),'hidden':!![]},{'name':a185_0x840f5b(0x12a),'meowKey':a185_0x840f5b(0x12a),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x157),'hidden':!![]},{'name':a185_0x840f5b(0x15c),'meowKey':a185_0x840f5b(0x165),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x18c),'hidden':!![]},{'name':a185_0x840f5b(0x161),'meowKey':a185_0x840f5b(0x122),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x193),'hidden':!![]},{'name':a185_0x840f5b(0x197),'meowKey':'expectedChildrenCount','type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x153),'hidden':!![]},{'name':'menu-ids','meowKey':a185_0x840f5b(0x11c),'type':'string','description':'Comma-separated\x20menu\x20IDs','hidden':!![]},{'name':'task-id','meowKey':a185_0x840f5b(0x126),'type':a185_0x840f5b(0x155),'description':a185_0x840f5b(0x16d),'hidden':!![]},{'name':a185_0x840f5b(0x14a),'meowKey':a185_0x840f5b(0x175),'type':'string','description':a185_0x840f5b(0x12b),'hidden':!![]},{'name':'function-node','meowKey':a185_0x840f5b(0x147),'type':'string','description':a185_0x840f5b(0x14c),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set(['appcode',a185_0x840f5b(0x192),a185_0x840f5b(0x168),a185_0x840f5b(0x174),'jq',a185_0x840f5b(0x187),a185_0x840f5b(0x12e),a185_0x840f5b(0x191),'ci']);export function buildMeowFlags(){const _0x52e8c8=a185_0x840f5b;return Object['fromEntries'](GLOBAL_FLAGS[_0x52e8c8(0x164)](_0x33af9d=>[_0x33af9d[_0x52e8c8(0x186)],{'type':_0x33af9d[_0x52e8c8(0x17f)]}]));}function a185_0x4e1d(){const _0x147401=['Clear','Parent\x20menu\x20id','Output\x20path','params','code','skipImports','Expected\x20current\x20child\x20count','schemas','string','production\x20|\x20daily','Menu\x20sort\x20value','operation','Verbose\x20output','Apply\x20to\x20all','parent-id','expect-parent-id','enableBffSave','SQL\x20code','sql','Page\x20number','expect-path','Rabetbase\x20CLI','Config\x20value','map','expectParentId','Description','<code>','env','Schemas','1522olmhYK','Output\x20format','Skip\x20import\x20generation','Asynchronous\x20task\x20ID','boolean','sql-name','File\x20path','json\x20|\x20pretty\x20|\x20compress','name','Select\x20app\x20profile\x20by\x20name','format','operationType','12543201nVNzal','title','1583azfpUP','Confirm\x20destructive\x20action','Skip\x20confirmation\x20for\x20high-risk\x20writes','Override\x20appcode','parentId','Read\x20value\x20from\x20environment\x20variable','descriptionFile','type','appcode','fromEnv','datasetcode','target','verbose','Title','meowKey','dry-run','5334zboTpH','Watch\x20mode','output','Keyword\x20filter','Expected\x20current\x20parent\x20menu\x20id','watch','pagesize','clear','sqlcode','non-interactive','app','Expected\x20current\x20menu\x20path','Record\x20ID','Force\x20non-interactive\x20mode\x20(CI)','expected-count','expected-children-count','Alias\x20for\x20--non-interactive','description','2222880kVOSLf','<expr>','Reveal\x20sensitive\x20value','global','menuIds','confirm','description-file','file','Expected\x20affected\x20count','keyword','expectPath','Type\x20filter','Show\x20help','Force\x20overwrite','taskId','key','JSON\x20params','force','sort','Operation\x20type','10367xTeoUD','reveal','yes','project','3440215dDcfmo','SQL\x20string','stdin','Name','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','all','sqlname','Use\x20project\x20config\x20scope','dryRun','Config\x20key','Page\x20size','DB\x20ID','remote','skip-imports','page','dbId','value','enable-bff-save','Target\x20path','label','Dataset\x20code','Tags','5157352wIexHk','functionNode','Environment','4337439RSHWTn','operation-type','nonInteractive','Function\x20node'];a185_0x4e1d=function(){return _0x147401;};return a185_0x4e1d();}
|
package/lib/constant/defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a186_0x3ac461=a186_0x28c8;function a186_0x28c8(_0x286f35,_0x20f18b){_0x286f35=_0x286f35-0xf1;const _0x5e6d21=a186_0x5e6d();let _0x28c8d7=_0x5e6d21[_0x286f35];return _0x28c8d7;}(function(_0x54b46e,_0x31a4c8){const _0x24f2cf=a186_0x28c8,_0x1cfd44=_0x54b46e();while(!![]){try{const _0xba91a8=-parseInt(_0x24f2cf(0xf4))/0x1*(parseInt(_0x24f2cf(0xf8))/0x2)+parseInt(_0x24f2cf(0xf5))/0x3+parseInt(_0x24f2cf(0xf3))/0x4+-parseInt(_0x24f2cf(0xfd))/0x5*(parseInt(_0x24f2cf(0xfa))/0x6)+-parseInt(_0x24f2cf(0xf7))/0x7+-parseInt(_0x24f2cf(0xf1))/0x8+parseInt(_0x24f2cf(0xfe))/0x9*(parseInt(_0x24f2cf(0xfc))/0xa);if(_0xba91a8===_0x31a4c8)break;else _0x1cfd44['push'](_0x1cfd44['shift']());}catch(_0x326ec8){_0x1cfd44['push'](_0x1cfd44['shift']());}}}(a186_0x5e6d,0xa008e));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a186_0x3ac461(0xf9),'format':a186_0x3ac461(0xf2),'locale':a186_0x3ac461(0xfb),'riskLevel':a186_0x3ac461(0xf6),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a186_0x3ac461(0xf2);function a186_0x5e6d(){const _0x1e3eaf=['16402563vOkAXQ','6282304qDQNaR','compress','2004176opmjlr','89fADNGz','2893857pkdUcT','high-risk-write','6649223CPWnNC','6074RuFsbH','production','342108yarnue','en-US','10tFWifY','55ScNMYH'];a186_0x5e6d=function(){return _0x1e3eaf;};return a186_0x5e6d();}
|
package/lib/constant/domain.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a187_0x505f5e=a187_0x9483;(function(_0x2c2091,_0x471193){const _0x2ab01e=a187_0x9483,_0x42f216=_0x2c2091();while(!![]){try{const _0x337264=parseInt(_0x2ab01e(0x130))/0x1+parseInt(_0x2ab01e(0x12c))/0x2*(-parseInt(_0x2ab01e(0x13a))/0x3)+parseInt(_0x2ab01e(0x134))/0x4+parseInt(_0x2ab01e(0x137))/0x5+-parseInt(_0x2ab01e(0x139))/0x6+parseInt(_0x2ab01e(0x135))/0x7+-parseInt(_0x2ab01e(0x12d))/0x8;if(_0x337264===_0x471193)break;else _0x42f216['push'](_0x42f216['shift']());}catch(_0x1513c2){_0x42f216['push'](_0x42f216['shift']());}}}(a187_0x3b11,0x9e3a7));import{getEnv,isProduction}from'../constant/env.js';function a187_0x9483(_0x59eb2f,_0x117434){_0x59eb2f=_0x59eb2f-0x12c;const _0x3b11ab=a187_0x3b11();let _0x9483f9=_0x3b11ab[_0x59eb2f];return _0x9483f9;}let customApiDomain,customUserDomain,customRuntimeDomain;export function initDomains(_0x46d304){const _0x9597d=a187_0x9483;customApiDomain=_0x46d304?.[_0x9597d(0x133)],customUserDomain=_0x46d304?.[_0x9597d(0x132)],customRuntimeDomain=_0x46d304?.[_0x9597d(0x136)];}function a187_0x3b11(){const _0x4cad38=['https://app.lovrabet.com','5426706ucIOhO','214719AYkSqz','/web-app/app/','trim','https://user.lovrabet.com','10PqGPxI','11706256BLAfim','https://user-daily.lovrabet.com','https://daily-runtime.lovrabet.com','1073602BbWzYU','/app/','userDomain','apiDomain','3013312creoLr','5457424PXqPav','runtimeDomain','3835695wVbJve'];a187_0x3b11=function(){return _0x4cad38;};return a187_0x3b11();}export const getUserDomain=()=>customUserDomain||(isProduction(getEnv())?a187_0x505f5e(0x13d):a187_0x505f5e(0x12e));export const getApiDomain=()=>customApiDomain||(isProduction(getEnv())?'https://api.lovrabet.com':'https://daily-api.lovrabet.com');export const getRuntimeDomain=()=>customRuntimeDomain||(isProduction(getEnv())?'https://runtime.lovrabet.com':a187_0x505f5e(0x12f));export const getAppDomain=()=>isProduction(getEnv())?a187_0x505f5e(0x138):'https://daily.lovrabet.com';export const getAppBaseUrl=_0x37469e=>{const _0x59df64=a187_0x505f5e,_0x21b493=encodeURIComponent(_0x37469e[_0x59df64(0x13c)]());return isProduction(getEnv())?getAppDomain()+_0x59df64(0x131)+_0x21b493:getAppDomain()+_0x59df64(0x13b)+_0x21b493;};
|
package/lib/constant/env.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a188_0x22eb3a=a188_0x59cf;(function(_0xcc7bb1,_0x303297){const _0x4cfeb5=a188_0x59cf,_0xcedf9d=_0xcc7bb1();while(!![]){try{const _0x3a772e=-parseInt(_0x4cfeb5(0x8f))/0x1+-parseInt(_0x4cfeb5(0x97))/0x2+parseInt(_0x4cfeb5(0x9e))/0x3+-parseInt(_0x4cfeb5(0x9c))/0x4*(parseInt(_0x4cfeb5(0x95))/0x5)+parseInt(_0x4cfeb5(0x99))/0x6*(parseInt(_0x4cfeb5(0x96))/0x7)+parseInt(_0x4cfeb5(0x92))/0x8*(-parseInt(_0x4cfeb5(0x9a))/0x9)+parseInt(_0x4cfeb5(0x94))/0xa*(parseInt(_0x4cfeb5(0x9b))/0xb);if(_0x3a772e===_0x303297)break;else _0xcedf9d['push'](_0xcedf9d['shift']());}catch(_0x441545){_0xcedf9d['push'](_0xcedf9d['shift']());}}}(a188_0x586e,0x7e06a));export const RABETBASE_ENV_VALUES=['production',a188_0x22eb3a(0x93)];export function normalizeEnv(_0x1af71a){const _0x2551bc=a188_0x22eb3a;return _0x1af71a===_0x2551bc(0x91)?'production':_0x1af71a;}function a188_0x59cf(_0x318b76,_0x285695){_0x318b76=_0x318b76-0x8f;const _0x586e3d=a188_0x586e();let _0x59cf8e=_0x586e3d[_0x318b76];return _0x59cf8e;}function a188_0x586e(){const _0xcf80d1=['1400408JFDrad','production','29208MzCVCc','9KKkvgb','154sANntS','210524bvrZwq','development','858285kmGIwM','668682OhjkYD','dev','online','2443432rNmGeK','daily','1394620VBQgFP','30pnsCFN','385CHsklF'];a188_0x586e=function(){return _0xcf80d1;};return a188_0x586e();}export function isProduction(_0x7dc97c){const _0x395e4f=a188_0x22eb3a;return normalizeEnv(_0x7dc97c)===_0x395e4f(0x98);}export function isDaily(_0xd374ce){const _0x1ed045=a188_0x22eb3a;return normalizeEnv(_0xd374ce)===_0x1ed045(0x93);}export function isDev(_0x5be526){const _0x117ec4=a188_0x22eb3a,_0x48566f=normalizeEnv(_0x5be526);return _0x48566f===_0x117ec4(0x9d)||_0x48566f===_0x117ec4(0x90);}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||'production');export function getEnv(){return env;}export function initEnv(_0x579713){env=normalizeEnv(_0x579713);}
|
package/lib/constant/output.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a189_0x7e7f(_0xcc1a11,_0x5ecef4){_0xcc1a11=_0xcc1a11-0xea;const _0xb5663b=a189_0xb566();let _0x7e7fe5=_0xb5663b[_0xcc1a11];return _0x7e7fe5;}function a189_0xb566(){const _0x5c9219=['json','3739460dKAZGP','1007166QttNZd','pretty','111690vlnUEk','6632nTBftE','229152LybSpG','136jFyQAL','7TlxRGM','705mizmBw','10680fdMGAC','3357BGWbQG'];a189_0xb566=function(){return _0x5c9219;};return a189_0xb566();}const a189_0x4bdb64=a189_0x7e7f;(function(_0x36ed90,_0x3829dc){const _0x4af311=a189_0x7e7f,_0x41ee44=_0x36ed90();while(!![]){try{const _0x2b1836=-parseInt(_0x4af311(0xed))/0x1+parseInt(_0x4af311(0xf3))/0x2+-parseInt(_0x4af311(0xef))/0x3+-parseInt(_0x4af311(0xee))/0x4*(parseInt(_0x4af311(0xf2))/0x5)+parseInt(_0x4af311(0xeb))/0x6*(parseInt(_0x4af311(0xf1))/0x7)+-parseInt(_0x4af311(0xf0))/0x8*(parseInt(_0x4af311(0xf4))/0x9)+parseInt(_0x4af311(0xea))/0xa;if(_0x2b1836===_0x3829dc)break;else _0x41ee44['push'](_0x41ee44['shift']());}catch(_0x4ff999){_0x41ee44['push'](_0x41ee44['shift']());}}}(a189_0xb566,0x1d0aa));export const RABETBASE_OUTPUT_FORMAT_VALUES=[a189_0x4bdb64(0xf5),a189_0x4bdb64(0xec),'compress'];
|
package/lib/constant/paths.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a190_0x3d8c(_0x296fd8,_0x10858d){_0x296fd8=_0x296fd8-0xc3;const _0x495a0f=a190_0x495a();let _0x3d8c7f=_0x495a0f[_0x296fd8];return _0x3d8c7f;}(function(_0x43fd96,_0x3fe4be){const _0x478893=a190_0x3d8c,_0x3061b7=_0x43fd96();while(!![]){try{const _0xecf3d8=parseInt(_0x478893(0xcc))/0x1+parseInt(_0x478893(0xc5))/0x2*(-parseInt(_0x478893(0xca))/0x3)+-parseInt(_0x478893(0xc9))/0x4*(parseInt(_0x478893(0xcb))/0x5)+-parseInt(_0x478893(0xc4))/0x6+parseInt(_0x478893(0xc8))/0x7+parseInt(_0x478893(0xc7))/0x8+parseInt(_0x478893(0xc6))/0x9*(-parseInt(_0x478893(0xc3))/0xa);if(_0xecf3d8===_0x3fe4be)break;else _0x3061b7['push'](_0x3061b7['shift']());}catch(_0x2d7053){_0x3061b7['push'](_0x3061b7['shift']());}}}(a190_0x495a,0x31561));function a190_0x495a(){const _0x44c608=['399UAiTUq','1945EZbQhP','366940joQTMw','4899480YSLdbm','1337934AeBwtX','18lzqSdh','9CBTGKR','2837384ZzBRBU','2622963yArfsm','1852HFhIcZ'];a190_0x495a=function(){return _0x44c608;};return a190_0x495a();}export const DEFAULT_API_DIR='./src/api';
|
package/lib/constant/risk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a191_0x3eed69=a191_0x11f6;function a191_0x4661(){const _0x175e0b=['2048475guZuAm','66nImNXy','397098qGjOHR','1265360OnAiXF','1433226wqRqNT','read','27nXpFkN','4wPmhyW','7dioFfu','629457YaYypb','high-risk-write','1PoXIrd','26yTlpyO','412616imgWsD','1280592VkVwQl','write'];a191_0x4661=function(){return _0x175e0b;};return a191_0x4661();}function a191_0x11f6(_0x5c63ad,_0x367e13){_0x5c63ad=_0x5c63ad-0x83;const _0x466153=a191_0x4661();let _0x11f637=_0x466153[_0x5c63ad];return _0x11f637;}(function(_0x11a1f7,_0x44544f){const _0x1c356e=a191_0x11f6,_0x34aa77=_0x11a1f7();while(!![]){try{const _0x2cadfe=-parseInt(_0x1c356e(0x8a))/0x1*(parseInt(_0x1c356e(0x91))/0x2)+-parseInt(_0x1c356e(0x88))/0x3*(parseInt(_0x1c356e(0x86))/0x4)+-parseInt(_0x1c356e(0x8f))/0x5+parseInt(_0x1c356e(0x83))/0x6*(parseInt(_0x1c356e(0x87))/0x7)+-parseInt(_0x1c356e(0x8c))/0x8*(-parseInt(_0x1c356e(0x85))/0x9)+parseInt(_0x1c356e(0x92))/0xa*(parseInt(_0x1c356e(0x90))/0xb)+parseInt(_0x1c356e(0x8d))/0xc*(parseInt(_0x1c356e(0x8b))/0xd);if(_0x2cadfe===_0x44544f)break;else _0x34aa77['push'](_0x34aa77['shift']());}catch(_0x415cd4){_0x34aa77['push'](_0x34aa77['shift']());}}}(a191_0x4661,0x85d5b));export const RISK_LEVEL_VALUES=[a191_0x3eed69(0x84),a191_0x3eed69(0x8e),a191_0x3eed69(0x89)];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3ac319,_0x1b21d5){const _0x43a298=a192_0x3832,_0x1bd02e=_0x3ac319();while(!![]){try{const _0x381a5b=-parseInt(_0x43a298(0x179))/0x1*(parseInt(_0x43a298(0x186))/0x2)+parseInt(_0x43a298(0x168))/0x3+parseInt(_0x43a298(0x180))/0x4*(-parseInt(_0x43a298(0x176))/0x5)+parseInt(_0x43a298(0x167))/0x6+-parseInt(_0x43a298(0x170))/0x7+parseInt(_0x43a298(0x16e))/0x8*(-parseInt(_0x43a298(0x16d))/0x9)+parseInt(_0x43a298(0x17a))/0xa;if(_0x381a5b===_0x1b21d5)break;else _0x1bd02e['push'](_0x1bd02e['shift']());}catch(_0x291c8b){_0x1bd02e['push'](_0x1bd02e['shift']());}}}(a192_0x5c44,0x9317c));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat}from'../framework/types.js';function stringConfigValue(_0x58c6c2){const _0x3a958a=a192_0x3832;return typeof _0x58c6c2===_0x3a958a(0x16f)&&_0x58c6c2[_0x3a958a(0x17d)]()?_0x58c6c2[_0x3a958a(0x17d)]():undefined;}function a192_0x3832(_0x20822d,_0x463aa0){_0x20822d=_0x20822d-0x165;const _0x5c446c=a192_0x5c44();let _0x3832e3=_0x5c446c[_0x20822d];return _0x3832e3;}function appProfiles(_0x20b23b){const _0x52f987=a192_0x3832;return _0x20b23b[_0x52f987(0x18b)]&&typeof _0x20b23b['apps']===_0x52f987(0x187)?_0x20b23b['apps']:{};}function a192_0x5c44(){const _0x2f2b33=['accessKey','apps','format','ENV','keys','1565280vChozX','2442522PoJUuh','env','globalConfig','find','production','1541655iwGwuo','16KUpLvu','string','888643jANVqy','app','RISK_LEVEL','riskLevel','appcode','length','312115SfnZvP','PAGE_SIZE','projectConfig','1ljZdJp','15673170KNuMUu','cookie','MAX_RISK','trim','daily','defaultApp','68wZpBMK','entries','true','apiDir','write','locale','1018298hOiPWZ','object','read','pageSize'];a192_0x5c44=function(){return _0x2f2b33;};return a192_0x5c44();}function resolveDefaultAppName(_0x3e6a50){const _0x32f388=a192_0x3832,_0x3943c3=stringConfigValue(_0x3e6a50['defaultApp']);if(_0x3943c3)return _0x3943c3;return Object[_0x32f388(0x166)](appProfiles(_0x3e6a50))[0x0];}function resolveTopLevelAppCode(_0x5ebdd3){const _0x238628=a192_0x3832;return stringConfigValue(_0x5ebdd3['appcode'])||stringConfigValue(_0x5ebdd3[_0x238628(0x171)]);}export function resolveAppConfig({raw:_0x2f4ca9,flags:_0x268999,layers:_0x398ccf,readEnv:_0x1ecf13}){const _0x231320=a192_0x3832,_0x245d07=_0x398ccf?.[_0x231320(0x178)]??{},_0x2c5475=_0x398ccf?.[_0x231320(0x16a)]??{},_0x2e9a91=Object[_0x231320(0x166)](_0x245d07)[_0x231320(0x175)]>0x0,_0x33c250=!_0x2e9a91||_0x245d07['inherit']===!![],_0x162823=_0x2e9a91?resolveDefaultAppName(_0x245d07):undefined,_0x250058=_0x33c250?resolveDefaultAppName(_0x2c5475):undefined,_0x37f279=stringConfigValue(_0x268999[_0x231320(0x171)]),_0x1cf35b=_0x1ecf13('APP'),_0xbce7e2={};if(_0x2f4ca9[_0x231320(0x18b)]&&typeof _0x2f4ca9[_0x231320(0x18b)]===_0x231320(0x187))for(const [_0x57de79,_0x6e3fd]of Object[_0x231320(0x181)](_0x2f4ca9[_0x231320(0x18b)])){_0x6e3fd&&typeof _0x6e3fd===_0x231320(0x187)&&_0x6e3fd['appcode']&&(_0xbce7e2[_0x57de79]=_0x6e3fd);}const _0x5ccf7d=_0x2f4ca9[_0x231320(0x17f)]||undefined,_0x30b346=Object['keys'](_0xbce7e2)[_0x231320(0x175)]>0x0,_0xea72c9=_0x37f279||_0x162823||_0x1cf35b||_0x250058||_0x5ccf7d||undefined,_0x30cbad=stringConfigValue(_0x268999[_0x231320(0x174)]),_0x31f28b=_0x30cbad?Object[_0x231320(0x181)](_0xbce7e2)[_0x231320(0x16b)](([,_0x150928])=>_0x150928?.[_0x231320(0x174)]===_0x30cbad):undefined,_0x305426=_0x31f28b?.[0x0],_0x46ee4c=_0x31f28b?.[0x1],_0x4e52d5=_0x30cbad?_0x305426:_0xea72c9;let _0x22b73e=_0x4e52d5&&_0xbce7e2[_0x4e52d5]?_0xbce7e2[_0x4e52d5]:undefined;_0x30cbad&&_0x46ee4c&&(_0x22b73e=_0x46ee4c);const _0x4dc884=_0x30cbad?_0x46ee4c??_0x22b73e:_0x22b73e,_0x82f2ef=!_0x37f279&&!_0x162823&&_0x1cf35b&&_0x4e52d5===_0x1cf35b,_0x395b47=_0x37f279||(_0x82f2ef?_0x1cf35b:undefined)||(_0x30cbad?_0x305426:undefined),_0x37c6d1=_0x4dc884?.[_0x231320(0x174)],_0x129cd8=_0x2e9a91?resolveTopLevelAppCode(_0x245d07):undefined,_0x3f3df5=_0x33c250?resolveTopLevelAppCode(_0x2c5475):undefined,_0x74bbd5=_0x37f279||_0x162823?_0x37c6d1:undefined,_0x1cabd4=!_0x37f279&&!_0x162823?_0x37c6d1:undefined,_0x2d9192=_0x30cbad||_0x74bbd5||_0x129cd8||_0x1cabd4||_0x3f3df5||undefined,_0x522d54=_0x2e9a91?stringConfigValue(_0x245d07['env']):undefined,_0x25b1b6=_0x33c250?stringConfigValue(_0x2c5475['env']):undefined,_0x475ed6=_0x268999[_0x231320(0x169)]||_0x4dc884?.['env']||_0x522d54||_0x1ecf13(_0x231320(0x165))||_0x25b1b6||_0x2f4ca9[_0x231320(0x169)]||DEFAULT_CONFIG_VALUES['env'],_0x22afa7=_0x4dc884?.['locale']||_0x2f4ca9[_0x231320(0x185)]||DEFAULT_CONFIG_VALUES['locale'],_0x4f5cb6=_0x1ecf13('COOKIE')||_0x4dc884?.[_0x231320(0x17b)]||_0x2f4ca9[_0x231320(0x17b)]||undefined,_0xfd04a1=_0x1ecf13('ACCESS_KEY')||_0x4dc884?.[_0x231320(0x18a)]||_0x2f4ca9[_0x231320(0x18a)]||undefined,_0x552923=_0x268999[_0x231320(0x18c)]||_0x1ecf13('FORMAT')||_0x4dc884?.[_0x231320(0x18c)]||_0x2f4ca9[_0x231320(0x18c)],_0x1fc43b=normalizeLegacyOutputFormat(_0x552923),_0x516dec=_0x1ecf13(_0x231320(0x177))||_0x4dc884?.[_0x231320(0x189)]||_0x2f4ca9['pageSize'],_0x4ced8e=_0x516dec?Number(_0x516dec)||undefined:undefined,_0x4beacb=_0x1ecf13(_0x231320(0x172))||_0x1ecf13(_0x231320(0x17c))||_0x4dc884?.[_0x231320(0x173)]||_0x2f4ca9[_0x231320(0x173)]||_0x2f4ca9['maxRisk'],_0x176a03=_0x4beacb===_0x231320(0x188)||_0x4beacb===_0x231320(0x184)?_0x4beacb:DEFAULT_CONFIG_VALUES[_0x231320(0x173)],_0x3e02a9=_0x1ecf13('VERBOSE'),_0x387039=_0x3e02a9==='1'||_0x3e02a9===_0x231320(0x182),_0x5bae1a=_0x4dc884?.['apiDir']||_0x2f4ca9[_0x231320(0x183)]||DEFAULT_CONFIG_VALUES[_0x231320(0x183)],_0x2416c3=isDaily(normalizeEnv(String(_0x475ed6)))?_0x231320(0x17e):_0x231320(0x16c);return{'appCode':typeof _0x2d9192===_0x231320(0x16f)&&_0x2d9192[_0x231320(0x17d)]()?_0x2d9192[_0x231320(0x17d)]():undefined,'env':_0x2416c3,'locale':_0x22afa7,'cookie':_0x4f5cb6,'accessKey':_0xfd04a1,'format':_0x1fc43b,'pageSize':_0x4ced8e,'riskLevel':_0x176a03,'verbose':_0x387039,'apiDir':_0x5bae1a,'apps':_0xbce7e2,'defaultApp':_0x5ccf7d,'currentApp':_0x30b346?_0x4e52d5:undefined,'explicitAppName':_0x395b47};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a193_0x530a(){const _0x1097de=['2xYSizT','555100nWBpdf','38015uZjfJs','360NWfaNa','324wsBFfb','cookie','162687rxvfKS','10617975SQYrbK','383171HNwvIr','2652435PHFlHR','1819510WrYgRz'];a193_0x530a=function(){return _0x1097de;};return a193_0x530a();}function a193_0x3591(_0x543867,_0x21c28b){_0x543867=_0x543867-0x185;const _0x530a3d=a193_0x530a();let _0x359172=_0x530a3d[_0x543867];return _0x359172;}(function(_0x1c1bca,_0x2e378d){const _0x17fd81=a193_0x3591,_0x3e0f82=_0x1c1bca();while(!![]){try{const _0x40b7aa=-parseInt(_0x17fd81(0x18d))/0x1*(parseInt(_0x17fd81(0x185))/0x2)+-parseInt(_0x17fd81(0x18e))/0x3+-parseInt(_0x17fd81(0x186))/0x4+parseInt(_0x17fd81(0x187))/0x5*(-parseInt(_0x17fd81(0x189))/0x6)+-parseInt(_0x17fd81(0x18b))/0x7*(-parseInt(_0x17fd81(0x188))/0x8)+parseInt(_0x17fd81(0x18c))/0x9+parseInt(_0x17fd81(0x18f))/0xa;if(_0x40b7aa===_0x2e378d)break;else _0x3e0f82['push'](_0x3e0f82['shift']());}catch(_0x4f4fce){_0x3e0f82['push'](_0x3e0f82['shift']());}}}(a193_0x530a,0x90446));import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';export async function buildAuth(_0x995ec8){const _0x75f30d=a193_0x3591,{getCookie:_0x34c6f3}=await import('../auth/get-cookie.js'),_0x54f4be=_0x995ec8[_0x75f30d(0x18a)]||_0x34c6f3(),_0x48987f=_0x54f4be?await getIsSessionValid():![];return{'cookie':_0x54f4be,'isLoggedIn':_0x48987f,async 'getOrLogin'(){if(_0x54f4be&&_0x48987f)return _0x54f4be;throw CliErrors['authRequired']();}};}
|