@lovrabet/rabetbase-cli 2.5.0 → 2.5.1-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/api/generate-sdk-config-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.d.ts +7 -0
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.d.ts +1 -1
- package/lib/commands/config/init.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/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/table-diff-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/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/template.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/domain-config.d.ts +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-routing.d.ts +30 -0
- package/lib/config/project-routing.js +1 -0
- package/lib/config/schema.d.ts +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.d.ts +7 -2
- 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/region.d.ts +2 -2
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.d.ts +115 -0
- package/lib/constant/routing-profile.js +1 -0
- 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.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/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 -2
- package/skills/rabetbase/SKILL.md +10 -5
- package/skills/rabetbase/guides/frontend-development.md +2 -0
- package/skills/rabetbase/guides/sdk-client-generation.md +3 -2
- package/skills/rabetbase/guides/typescript-sdk.md +42 -0
- package/skills/rabetbase/references/rabetbase-api-pull.md +5 -3
- package/skills/rabetbase/references/rabetbase-config.md +9 -5
- package/skills/rabetbase/references/rabetbase-init.md +11 -5
- package/skills/rabetbase/references/rabetbase-project-create.md +6 -5
- package/skills/rabetbase.manifest.json +3 -3
- package/templates/README.md +13 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x36f8b1,_0x14c361){const _0x56b589=a219_0x45bf,_0x45334e=_0x36f8b1();while(!![]){try{const _0x81e1f2=parseInt(_0x56b589(0x117))/0x1+-parseInt(_0x56b589(0x11c))/0x2*(-parseInt(_0x56b589(0x129))/0x3)+parseInt(_0x56b589(0x11b))/0x4+-parseInt(_0x56b589(0x12b))/0x5+-parseInt(_0x56b589(0x126))/0x6+parseInt(_0x56b589(0x114))/0x7*(-parseInt(_0x56b589(0x123))/0x8)+-parseInt(_0x56b589(0x113))/0x9;if(_0x81e1f2===_0x14c361)break;else _0x45334e['push'](_0x45334e['shift']());}catch(_0x5d5b4c){_0x45334e['push'](_0x45334e['shift']());}}}(a219_0x1e4c,0x3a937));function a219_0x1e4c(){const _0x1973b0=['ACCESS_KEY','115296ffzWRs','cookie','production','843534uSqrCm','ENV','write','282195ZQWuYC','locale','856100tUTYFV','appcode','projectConfig','object','app','daily','keys','accessKey','riskLevel','find','env','trim','APP','COOKIE','1411659npUUmB','63LGmYMb','globalConfig','entries','404032puywxo','RISK_LEVEL','string','pageSize','608272KVtbkg','6qkXCmz','FORMAT','length','apps','format','high-risk-write'];a219_0x1e4c=function(){return _0x1973b0;};return a219_0x1e4c();}import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';function a219_0x45bf(_0x185778,_0x3bfc3e){_0x185778=_0x185778-0x109;const _0x1e4cbf=a219_0x1e4c();let _0x45bfc9=_0x1e4cbf[_0x185778];return _0x45bfc9;}import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';function stringConfigValue(_0x3233f2){const _0x30b657=a219_0x45bf;return typeof _0x3233f2===_0x30b657(0x119)&&_0x3233f2[_0x30b657(0x110)]()?_0x3233f2['trim']():undefined;}function appProfiles(_0x1f383e){const _0x550adc=a219_0x45bf;return _0x1f383e[_0x550adc(0x11f)]&&typeof _0x1f383e[_0x550adc(0x11f)]==='object'?_0x1f383e['apps']:{};}function resolveDefaultAppName(_0x56b3ef){const _0x224abc=stringConfigValue(_0x56b3ef['defaultApp']);if(_0x224abc)return _0x224abc;const _0x4b44fd=Object['keys'](appProfiles(_0x56b3ef));return _0x4b44fd['length']===0x1?_0x4b44fd[0x0]:undefined;}function resolveTopLevelAppCode(_0x362d7a){const _0x2310a4=a219_0x45bf;return stringConfigValue(_0x362d7a[_0x2310a4(0x12c)])||stringConfigValue(_0x362d7a[_0x2310a4(0x109)]);}function normalizeRiskCeiling(_0x499ae2){const _0x84c89c=a219_0x45bf;if(_0x499ae2===undefined||_0x499ae2===null)return undefined;if(_0x499ae2==='read'||_0x499ae2===_0x84c89c(0x128)||_0x499ae2===_0x84c89c(0x121))return _0x499ae2;return'read';}function resolveRiskCeiling(..._0xde74e4){const _0x48488c=a219_0x45bf;let _0xfccb57;for(const _0x4b4dc6 of _0xde74e4){const _0x1e93cf=normalizeRiskCeiling(_0x4b4dc6);_0x1e93cf&&(!_0xfccb57||riskLevelOrder(_0x1e93cf)<riskLevelOrder(_0xfccb57))&&(_0xfccb57=_0x1e93cf);}return _0xfccb57??DEFAULT_CONFIG_VALUES[_0x48488c(0x10d)];}export function resolveAppConfig({raw:_0xd10c8d,flags:_0x1fe1c2,layers:_0x5ec60a,readEnv:_0x59a549}){const _0x3a8c03=a219_0x45bf,_0x479c95=_0x5ec60a?.[_0x3a8c03(0x12d)]??{},_0x373f50=_0x5ec60a?.[_0x3a8c03(0x115)]??{},_0x2fd9e1=!!_0x5ec60a?.['projectPath']||Object[_0x3a8c03(0x10b)](_0x479c95)[_0x3a8c03(0x11e)]>0x0,_0x5eb9f5=!_0x2fd9e1,_0x3fe34b=_0x2fd9e1?resolveDefaultAppName(_0x479c95):undefined,_0x56f25b=_0x5eb9f5?resolveDefaultAppName(_0x373f50):undefined,_0x4fe1d0=stringConfigValue(_0x1fe1c2[_0x3a8c03(0x109)]),_0x562d22=_0x59a549(_0x3a8c03(0x111)),_0x233450={};if(_0xd10c8d[_0x3a8c03(0x11f)]&&typeof _0xd10c8d[_0x3a8c03(0x11f)]===_0x3a8c03(0x12e))for(const [_0x1f15e5,_0x4cbfcb]of Object[_0x3a8c03(0x116)](_0xd10c8d[_0x3a8c03(0x11f)])){_0x4cbfcb&&typeof _0x4cbfcb===_0x3a8c03(0x12e)&&_0x4cbfcb[_0x3a8c03(0x12c)]&&(_0x233450[_0x1f15e5]=_0x4cbfcb);}const _0x4de257=_0x3fe34b||_0x56f25b||resolveDefaultAppName(_0xd10c8d),_0x1d9334=Object[_0x3a8c03(0x10b)](_0x233450)[_0x3a8c03(0x11e)]>0x0,_0x4ecdc4=_0x4fe1d0||_0x3fe34b||_0x562d22||_0x56f25b||_0x4de257||undefined,_0x2a525f=stringConfigValue(_0x1fe1c2['appcode']),_0x310948=_0x2a525f?Object['entries'](_0x233450)[_0x3a8c03(0x10e)](([,_0x91dff3])=>_0x91dff3?.['appcode']===_0x2a525f):undefined,_0x12f741=_0x310948?.[0x0],_0x78b6fd=_0x310948?.[0x1],_0x1383dc=_0x2a525f?_0x12f741:_0x4ecdc4;let _0x11ae5a=_0x1383dc&&_0x233450[_0x1383dc]?_0x233450[_0x1383dc]:undefined;_0x2a525f&&_0x78b6fd&&(_0x11ae5a=_0x78b6fd);const _0xe73f2=_0x2a525f?_0x78b6fd??_0x11ae5a:_0x11ae5a,_0xe2cab3=!_0x4fe1d0&&!_0x3fe34b&&_0x562d22&&_0x1383dc===_0x562d22,_0x3f2aaf=_0x4fe1d0||(_0xe2cab3?_0x562d22:undefined)||(_0x2a525f?_0x12f741:undefined),_0x3b903a=_0xe73f2?.[_0x3a8c03(0x12c)],_0x5b5223=_0x2fd9e1?resolveTopLevelAppCode(_0x479c95):undefined,_0x43bf5a=_0x5eb9f5?resolveTopLevelAppCode(_0x373f50):undefined,_0x50d515=_0x4fe1d0||_0x3fe34b?_0x3b903a:undefined,_0x3485a6=!_0x4fe1d0&&!_0x3fe34b?_0x3b903a:undefined,_0x1d95c8=_0x2a525f||_0x50d515||_0x5b5223||_0x3485a6||_0x43bf5a||undefined,_0x1362ab=_0x2fd9e1?stringConfigValue(_0x479c95[_0x3a8c03(0x10f)]):undefined,_0xce649e=_0x5eb9f5?stringConfigValue(_0x373f50[_0x3a8c03(0x10f)]):undefined,_0x27584e=_0x1fe1c2[_0x3a8c03(0x10f)]||_0xe73f2?.[_0x3a8c03(0x10f)]||_0x1362ab||_0x59a549(_0x3a8c03(0x127))||_0xce649e||_0xd10c8d[_0x3a8c03(0x10f)]||DEFAULT_CONFIG_VALUES['env'],_0x107a40=_0xe73f2?.[_0x3a8c03(0x12a)]||_0xd10c8d[_0x3a8c03(0x12a)]||DEFAULT_CONFIG_VALUES[_0x3a8c03(0x12a)],_0xa87033=_0x59a549(_0x3a8c03(0x112))||_0xe73f2?.[_0x3a8c03(0x124)]||_0xd10c8d[_0x3a8c03(0x124)]||undefined,_0x4db095=_0x59a549(_0x3a8c03(0x122))||_0xe73f2?.['accessKey']||_0xd10c8d[_0x3a8c03(0x10c)]||undefined,_0xcb953c=_0x1fe1c2[_0x3a8c03(0x120)]||_0x59a549(_0x3a8c03(0x11d))||_0xe73f2?.[_0x3a8c03(0x120)]||_0xd10c8d[_0x3a8c03(0x120)],_0x4c4880=normalizeLegacyOutputFormat(_0xcb953c),_0x7e992e=_0x59a549('PAGE_SIZE')||_0xe73f2?.['pageSize']||_0xd10c8d[_0x3a8c03(0x11a)],_0x37f610=_0x7e992e?Number(_0x7e992e)||undefined:undefined,_0x25af11=_0x5ec60a?[_0x5ec60a['globalConfig'][_0x3a8c03(0x10d)],_0x5ec60a[_0x3a8c03(0x12d)][_0x3a8c03(0x10d)]]:[_0xd10c8d[_0x3a8c03(0x10d)]],_0x1688c1=resolveRiskCeiling(..._0x25af11,_0xe73f2?.[_0x3a8c03(0x10d)]),_0x34d640=resolveRiskCeiling(_0x1688c1,_0x59a549(_0x3a8c03(0x118))),_0x55c8b0=_0x59a549('VERBOSE'),_0x368426=_0x55c8b0==='1'||_0x55c8b0==='true',_0xaa0133=_0xe73f2?.['apiDir']||_0xd10c8d['apiDir']||DEFAULT_CONFIG_VALUES['apiDir'],_0xb12cbe=isDaily(normalizeEnv(String(_0x27584e)))?_0x3a8c03(0x10a):_0x3a8c03(0x125);return{'appCode':typeof _0x1d95c8===_0x3a8c03(0x119)&&_0x1d95c8[_0x3a8c03(0x110)]()?_0x1d95c8[_0x3a8c03(0x110)]():undefined,'env':_0xb12cbe,'locale':_0x107a40,'cookie':_0xa87033,'accessKey':_0x4db095,'format':_0x4c4880,'pageSize':_0x37f610,'riskLevel':_0x34d640,'verbose':_0x368426,'apiDir':_0xaa0133,'apps':_0x233450,'defaultApp':_0x4de257,'currentApp':_0x1d9334?_0x1383dc:undefined,'explicitAppName':_0x3f2aaf};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x255b8f,_0xa8d8b2){const _0xfa5574=a220_0x53f5,_0x124aab=_0x255b8f();while(!![]){try{const _0x30ecea=parseInt(_0xfa5574(0x101))/0x1*(-parseInt(_0xfa5574(0xfe))/0x2)+-parseInt(_0xfa5574(0x109))/0x3*(parseInt(_0xfa5574(0xff))/0x4)+-parseInt(_0xfa5574(0xfd))/0x5*(-parseInt(_0xfa5574(0x104))/0x6)+parseInt(_0xfa5574(0x105))/0x7*(-parseInt(_0xfa5574(0x100))/0x8)+parseInt(_0xfa5574(0x108))/0x9*(parseInt(_0xfa5574(0x106))/0xa)+-parseInt(_0xfa5574(0x107))/0xb*(parseInt(_0xfa5574(0xfa))/0xc)+-parseInt(_0xfa5574(0xfb))/0xd*(-parseInt(_0xfa5574(0xfc))/0xe);if(_0x30ecea===_0xa8d8b2)break;else _0x124aab['push'](_0x124aab['shift']());}catch(_0xf387ff){_0x124aab['push'](_0x124aab['shift']());}}}(a220_0x4bb9,0xbe639));function a220_0x4bb9(){const _0x5244be=['17022RyqoHb','8758855xPPDdm','3760PsfsDy','22OFcUOm','6912iszSBA','558429rYFmDQ','5973108uyIegT','7199751pZbzWh','98fMFjkG','505GExDKo','10DIxtPF','4uhbdUh','8aaQXtC','247867Smhitq','authRequired','../auth/get-cookie.js'];a220_0x4bb9=function(){return _0x5244be;};return a220_0x4bb9();}import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';function a220_0x53f5(_0x363300,_0x4b54eb){_0x363300=_0x363300-0xfa;const _0x4bb925=a220_0x4bb9();let _0x53f544=_0x4bb925[_0x363300];return _0x53f544;}export async function buildAuth(_0x4a3a24){const _0x33a1f8=a220_0x53f5,{getCookie:_0x3ffea9}=await import(_0x33a1f8(0x103)),_0xffa93a=_0x4a3a24['cookie']||_0x3ffea9(),_0xe2365b=_0xffa93a?await getIsSessionValid():![];return{'cookie':_0xffa93a,'isLoggedIn':_0xe2365b,async 'getOrLogin'(){const _0x1a7778=_0x33a1f8;if(_0xffa93a&&_0xe2365b)return _0xffa93a;throw CliErrors[_0x1a7778(0x102)]();}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a221_0xd493(){const _0x79fc5=['appDomain','apps','silent','set','defaultApp','project','app','config','string','\x0a\x20\x20','2OybNox','empty','1015530ZsSBFC','accessKey','Project','trim','userDomain','kbDomain','missing','message','inherit','pageSize','projectPath','format','cookie','utf8','2244543kjuCuL','appcode','stringify','warn','parse','\x20config\x20file\x20ignored\x20(invalid\x20JSON\x20or\x20unreadable):\x20','error','3384QcqjqQ','272azYChE','apiDir','region','keys','227470WGdGUv','length','481556wMibTM','riskLevel','status','60IgsZDt','7368592HNtSzQ','certificateDomain','45TkuSYl','locale','data','154108WQyfnW','Global','object'];a221_0xd493=function(){return _0x79fc5;};return a221_0xd493();}const a221_0x4bdbbe=a221_0x47a5;(function(_0x4e4e91,_0x3449c0){const _0x5e3ad1=a221_0x47a5,_0x34f1f1=_0x4e4e91();while(!![]){try{const _0x339f9f=parseInt(_0x5e3ad1(0xb8))/0x1*(-parseInt(_0x5e3ad1(0xd6))/0x2)+parseInt(_0x5e3ad1(0xdc))/0x3*(parseInt(_0x5e3ad1(0xdf))/0x4)+-parseInt(_0x5e3ad1(0xd4))/0x5*(-parseInt(_0x5e3ad1(0xd9))/0x6)+parseInt(_0x5e3ad1(0xc8))/0x7+parseInt(_0x5e3ad1(0xd0))/0x8*(parseInt(_0x5e3ad1(0xcf))/0x9)+parseInt(_0x5e3ad1(0xba))/0xa+-parseInt(_0x5e3ad1(0xda))/0xb;if(_0x339f9f===_0x3449c0)break;else _0x34f1f1['push'](_0x34f1f1['shift']());}catch(_0x77a6e6){_0x34f1f1['push'](_0x34f1f1['shift']());}}}(a221_0xd493,0x4d3f3));import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{dirname,parse,resolve}from'node:path';import{homedir}from'node:os';import{CLI_BIN_NAME}from'../constant/cli.js';export const NEW_CONFIG_NAME='.rabetbase.json';export const CONFIG_NAMES=[NEW_CONFIG_NAME];const normalizedWriteCache=new Map();function a221_0x47a5(_0x35f133,_0x16774d){_0x35f133=_0x35f133-0xb3;const _0xd4935d=a221_0xd493();let _0x47a521=_0xd4935d[_0x35f133];return _0x47a521;}export function resolveConfigPath(_0x1c208b){for(const _0x3baca0 of CONFIG_NAMES){const _0xf9f334=resolve(_0x1c208b,_0x3baca0);if(existsSync(_0xf9f334))return _0xf9f334;}return undefined;}export function findProjectRootDirectory(_0x413336=process['cwd']()){let _0xff29fc=resolve(_0x413336);const {root:_0x4ca687}=parse(_0xff29fc),_0x42e7b7=homedir();while(!![]){if(resolveConfigPath(_0xff29fc)){if(_0xff29fc===_0x42e7b7)break;return _0xff29fc;}if(_0xff29fc===_0x4ca687||_0xff29fc===_0x42e7b7)break;const _0x2087c=dirname(_0xff29fc);if(_0x2087c===_0xff29fc)break;_0xff29fc=_0x2087c;}return resolve(_0x413336);}export function getProjectConfigPath(){return resolveConfigPath(process['cwd']());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function isInProject(){return!!getProjectConfigPath();}export function inspectCliConfigJsonFile(_0x155582){const _0x4e6aac=a221_0x47a5;if(!existsSync(_0x155582))return{'status':_0x4e6aac(0xc0)};try{const _0x2c47a9=readFileSync(_0x155582,{'encoding':_0x4e6aac(0xc7)});if(!_0x2c47a9?.[_0x4e6aac(0xbd)]())return{'status':_0x4e6aac(0xb9)};const _0x2517c2=JSON[_0x4e6aac(0xcc)](_0x2c47a9);return{'status':'ok','data':_0x2517c2};}catch(_0x4d58ae){return{'status':_0x4e6aac(0xce),'message':_0x4d58ae instanceof Error?_0x4d58ae[_0x4e6aac(0xc1)]:String(_0x4d58ae)};}}function parseCliConfigJsonFile(_0x56bc23,_0x17a82e,_0x3a47ba){const _0x3b34b6=a221_0x47a5,_0x456b28=inspectCliConfigJsonFile(_0x56bc23);if(_0x456b28['status']==='missing'||_0x456b28[_0x3b34b6(0xd8)]==='empty')return{};if(_0x456b28[_0x3b34b6(0xd8)]==='ok')return _0x456b28[_0x3b34b6(0xde)];return _0x17a82e===_0x3b34b6(0xcb)&&_0x3a47ba&&console[_0x3b34b6(0xce)](CLI_BIN_NAME+':\x20'+_0x3a47ba+_0x3b34b6(0xcd)+_0x56bc23+_0x3b34b6(0xb7)+_0x456b28[_0x3b34b6(0xc1)]),{};}function normalizeLegacyConfigShape(_0x1ad436){const _0x5db036=a221_0x47a5;if(!_0x1ad436||typeof _0x1ad436!==_0x5db036(0xe1))return{'config':{},'migrated':![]};const _0x2c873c={..._0x1ad436},_0x227757=_0x2c873c[_0x5db036(0xe3)]&&typeof _0x2c873c[_0x5db036(0xe3)]===_0x5db036(0xe1)?{..._0x2c873c[_0x5db036(0xe3)]}:{},_0x11a96f=Object['keys'](_0x227757)[_0x5db036(0xd5)],_0x4159d1=_0x2c873c[_0x5db036(0xc9)]||_0x2c873c[_0x5db036(0xb4)];let _0x3db8c5=![];if(_0x4159d1&&_0x11a96f===0x0){const _0x5f3baa=typeof _0x2c873c[_0x5db036(0xe6)]===_0x5db036(0xb6)&&_0x2c873c['defaultApp'][_0x5db036(0xbd)]()?_0x2c873c[_0x5db036(0xe6)]:String(_0x4159d1)[_0x5db036(0xbd)]();_0x227757[_0x5f3baa]={'appcode':String(_0x4159d1)[_0x5db036(0xbd)](),..._0x2c873c['env']!=null?{'env':_0x2c873c['env']}:{},..._0x2c873c[_0x5db036(0xd1)]!=null?{'apiDir':_0x2c873c[_0x5db036(0xd1)]}:{},..._0x2c873c[_0x5db036(0xc6)]!=null?{'cookie':_0x2c873c[_0x5db036(0xc6)]}:{},..._0x2c873c[_0x5db036(0xbb)]!=null?{'accessKey':_0x2c873c[_0x5db036(0xbb)]}:{},..._0x2c873c['format']!=null?{'format':_0x2c873c[_0x5db036(0xc5)]}:{},..._0x2c873c[_0x5db036(0xc3)]!=null?{'pageSize':_0x2c873c[_0x5db036(0xc3)]}:{},..._0x2c873c[_0x5db036(0xd7)]!=null?{'riskLevel':_0x2c873c[_0x5db036(0xd7)]}:{},..._0x2c873c[_0x5db036(0xdd)]!=null?{'locale':_0x2c873c[_0x5db036(0xdd)]}:{}},_0x2c873c['apps']=_0x227757,delete _0x2c873c[_0x5db036(0xe6)],_0x3db8c5=!![];}return(_0x5db036(0xc9)in _0x2c873c||_0x5db036(0xb4)in _0x2c873c)&&(delete _0x2c873c[_0x5db036(0xc9)],delete _0x2c873c[_0x5db036(0xb4)],_0x3db8c5=!![]),{'config':_0x2c873c,'migrated':_0x3db8c5};}function writeNormalizedConfigIfNeeded(_0x277ce8,_0x3e8248){const _0x5e549f=a221_0x47a5,_0x4124cc=JSON[_0x5e549f(0xca)](_0x3e8248,null,0x2)+'\x0a';if(normalizedWriteCache['get'](_0x277ce8)===_0x4124cc)return;writeConfigFile(_0x277ce8,_0x3e8248),normalizedWriteCache[_0x5e549f(0xe5)](_0x277ce8,_0x4124cc);}function parseAndNormalizeConfig(_0x5e3495,_0x435425,_0x234ec6){const _0x17244d=a221_0x47a5,_0x1688c5=parseCliConfigJsonFile(_0x5e3495,_0x435425,_0x234ec6),_0x24ac52=normalizeLegacyConfigShape(_0x1688c5);if(_0x24ac52['migrated'])try{writeNormalizedConfigIfNeeded(_0x5e3495,_0x24ac52[_0x17244d(0xb5)]);}catch{}return _0x24ac52['config'];}export function loadRawConfigLayers(_0x19106f){const _0x495610=a221_0x47a5;let _0x482c67={},_0x24ae28={};const _0xc0a9f5=resolveConfigPath(homedir());_0xc0a9f5&&(_0x482c67=parseAndNormalizeConfig(_0xc0a9f5,'warn',_0x495610(0xe0)));const _0x2805da=_0x19106f??findProjectRootDirectory(),_0x21118e=resolveConfigPath(_0x2805da);return _0x21118e&&(_0x24ae28=parseAndNormalizeConfig(_0x21118e,_0x495610(0xcb),_0x495610(0xbc))),{'globalPath':_0xc0a9f5,'projectPath':_0x21118e,'globalConfig':_0x482c67,'projectConfig':_0x24ae28};}const INHERIT_WHITELIST=[a221_0x4bdbbe(0xc6),a221_0x4bdbbe(0xbb),a221_0x4bdbbe(0xdd),a221_0x4bdbbe(0xc5),'riskLevel',a221_0x4bdbbe(0xc3),a221_0x4bdbbe(0xd2),a221_0x4bdbbe(0xbe),'apiDomain','runtimeDomain','skillDomain',a221_0x4bdbbe(0xbf),a221_0x4bdbbe(0xe2),'localDomain',a221_0x4bdbbe(0xdb)];export function mergeRawConfigLayers(_0x43b456){const _0x504514=a221_0x4bdbbe,{globalConfig:_0xb883da,projectConfig:_0x414288}=_0x43b456,_0x42cd9e=!!_0x43b456[_0x504514(0xc4)]||Object[_0x504514(0xd3)](_0x414288)[_0x504514(0xd5)]>0x0;if(!_0x42cd9e)return mergeGlobalOnly(_0xb883da);return mergeProjectFirst(_0xb883da,_0x414288);}function mergeGlobalOnly(_0xb277f6){const _0x3fdf59=a221_0x4bdbbe,_0x518e48={..._0xb277f6};delete _0x518e48[_0x3fdf59(0xc2)];const _0x4e9ef8=_0xb277f6[_0x3fdf59(0xe3)]&&typeof _0xb277f6['apps']===_0x3fdf59(0xe1)?_0xb277f6[_0x3fdf59(0xe3)]:{};if(Object[_0x3fdf59(0xd3)](_0x4e9ef8)['length']>0x0)_0x518e48[_0x3fdf59(0xe3)]=_0x4e9ef8;if(_0xb277f6[_0x3fdf59(0xe6)])_0x518e48[_0x3fdf59(0xe6)]=_0xb277f6['defaultApp'];return _0x518e48;}function mergeProjectFirst(_0x2a4eea,_0x37ab26){const _0x566520=a221_0x4bdbbe,_0x4a1af4={..._0x37ab26};delete _0x4a1af4[_0x566520(0xc2)];for(const _0x12b84b of INHERIT_WHITELIST){!(_0x12b84b in _0x4a1af4)&&_0x12b84b in _0x2a4eea&&(_0x4a1af4[_0x12b84b]=_0x2a4eea[_0x12b84b]);}const _0x229f16=_0x37ab26[_0x566520(0xe3)]&&typeof _0x37ab26[_0x566520(0xe3)]===_0x566520(0xe1)?_0x37ab26[_0x566520(0xe3)]:{};return Object['keys'](_0x229f16)[_0x566520(0xd5)]>0x0?_0x4a1af4['apps']=_0x229f16:delete _0x4a1af4[_0x566520(0xe3)],_0x566520(0xe6)in _0x37ab26?_0x4a1af4['defaultApp']=_0x37ab26[_0x566520(0xe6)]:delete _0x4a1af4[_0x566520(0xe6)],_0x4a1af4;}export function readRawConfigWithLayers(_0x3a0be0){const _0x2b07c0=loadRawConfigLayers(_0x3a0be0);return{'config':mergeRawConfigLayers(_0x2b07c0),'layers':_0x2b07c0};}export function readRawConfig(_0x4424f9){return mergeRawConfigLayers(loadRawConfigLayers(_0x4424f9));}export function readConfigFile(_0x180c52){const _0x1e23fc=a221_0x4bdbbe;return parseAndNormalizeConfig(_0x180c52,_0x1e23fc(0xe4));}export function writeConfigFile(_0x4935e7,_0x25be65){const _0x1c4525=a221_0x4bdbbe,_0x2af29e=dirname(_0x4935e7);!existsSync(_0x2af29e)&&mkdirSync(_0x2af29e,{'recursive':!![]});const _0x4932df=_0x4935e7+'.tmp';try{writeFileSync(_0x4932df,JSON[_0x1c4525(0xca)](_0x25be65,null,0x2)+'\x0a',{'encoding':_0x1c4525(0xc7),'mode':0x180}),renameSync(_0x4932df,_0x4935e7);}catch(_0x2055b2){try{unlinkSync(_0x4932df);}catch{}throw _0x2055b2;}}export function resolveWriteConfigPath(_0x44d865){const _0x36b22d=a221_0x4bdbbe,_0x11e4e9=_0x44d865===_0x36b22d(0xb3)?process['cwd']():homedir(),_0x1cfa4e=resolveConfigPath(_0x11e4e9);return _0x1cfa4e??resolve(_0x11e4e9,NEW_CONFIG_NAME);}
|
package/lib/context.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a222_0x117440=a222_0x4079;(function(_0x246fe3,_0x42b7df){const _0x4ad910=a222_0x4079,_0x3c1e09=_0x246fe3();while(!![]){try{const _0x10e7b0=-parseInt(_0x4ad910(0x11b))/0x1+parseInt(_0x4ad910(0x102))/0x2+parseInt(_0x4ad910(0xf2))/0x3+parseInt(_0x4ad910(0xf1))/0x4*(-parseInt(_0x4ad910(0x10e))/0x5)+-parseInt(_0x4ad910(0xfc))/0x6+-parseInt(_0x4ad910(0x119))/0x7+parseInt(_0x4ad910(0x117))/0x8;if(_0x10e7b0===_0x42b7df)break;else _0x3c1e09['push'](_0x3c1e09['shift']());}catch(_0x2d0302){_0x3c1e09['push'](_0x3c1e09['shift']());}}}(a222_0x39e1,0x52918));function a222_0x4079(_0x945a6b,_0x120fa1){_0x945a6b=_0x945a6b-0xea;const _0x39e185=a222_0x39e1();let _0x40793f=_0x39e185[_0x945a6b];return _0x40793f;}import{resolve}from'node:path';function a222_0x39e1(){const _0x3ac4d1=['app','find','agentDomain','keys','object','setRawCommand','platformDomain','1891656jYladx','env','globalConfig','apps','appcode','apiDir','103204hGuYnc','raw','cwd','./constant/env.js','localDomain','join','runtimeDomain','project','skillHubDomain','https://g.lovrabet.com/dist/lovrabet-skill','./utils/is-non-interactive.js','./constant/domain.js','1095APhlCV','slice','kbDomain','userDomain','template_base_url','projectConfig','defaultApp','argv','entries','10440296YpJgHf','-api.ts','2256317avIzpg','appDomain','6681jHJcfE','setLogPath','string','trim','merged','api.ts','apiDomain','length','11652alZAZg','791388whJiAd','filter','map'];a222_0x39e1=function(){return _0x3ac4d1;};return a222_0x39e1();}import{CLI_BIN_NAME}from'./constant/cli.js';import{buildAuth}from'./context/auth-resolver.js';import{resolveAppConfig}from'./context/app-resolver.js';import{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile}from'./context/config-loader.js';import{normalizeLovrabetRegion}from'./constant/region.js';import{logger}from'./utils/logger.js';export{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile};function env(_0x30492b){return process.env[`RABETBASE_${_0x30492b}`]||process.env[`LOVRABET_${_0x30492b}`]||undefined;}function optionalString(_0x215396){const _0x13be9f=a222_0x4079;return typeof _0x215396===_0x13be9f(0xeb)&&_0x215396[_0x13be9f(0xec)]()?_0x215396[_0x13be9f(0xec)]():undefined;}export async function createContext(_0x2f2935){const _0x419870=a222_0x4079,{config:_0xfbe83e,layers:_0x161e7b}=readRawConfigWithLayers(),_0x4ebf68=buildConfig(_0xfbe83e,_0x2f2935,_0x161e7b);await initGlobalEnvironment(_0x4ebf68);const {getUserDomain:_0x10c32c,getApiDomain:_0x285b16}=await import(_0x419870(0x10d)),_0x265ff0={'apiDomain':_0x285b16(),'userDomain':_0x10c32c()},_0x5c1f37=await buildAuth(_0x4ebf68);logger[_0x419870(0xea)](process[_0x419870(0x104)]());const _0x44815b=(CLI_BIN_NAME+'\x20'+process[_0x419870(0x115)][_0x419870(0x10f)](0x2)[_0x419870(0x107)]('\x20'))[_0x419870(0xec)]();logger[_0x419870(0xfa)](_0x44815b);const {isNonInteractive:_0x153787}=await import(_0x419870(0x10c)),_0x3229d2=_0x153787(_0x2f2935);return{'config':_0x4ebf68,'auth':_0x5c1f37,'logger':logger,'env':_0x265ff0,'nonInteractive':_0x3229d2};}export function buildConfigFromFlags(_0x301ab5){const {config:_0x388321,layers:_0x20d9fb}=readRawConfigWithLayers();return buildConfig(_0x388321,_0x301ab5,_0x20d9fb);}export async function initGlobalEnvironment(_0xab421){const _0x23af80=a222_0x4079,{initEnv:_0x3c8bf1}=await import(_0x23af80(0x105));_0x3c8bf1(_0xab421[_0x23af80(0xfd)]);const {initDomains:_0x1397be}=await import('./constant/domain.js');_0x1397be({'region':normalizeLovrabetRegion(_0xab421['raw']?.['region']),'apiDomain':optionalString(_0xab421['raw']?.[_0x23af80(0xef)]),'userDomain':optionalString(_0xab421['raw']?.[_0x23af80(0x111)]),'runtimeDomain':optionalString(_0xab421['raw']?.[_0x23af80(0x108)]),'skillDomain':optionalString(_0xab421['raw']?.['skillDomain'])||optionalString(_0xab421[_0x23af80(0x103)]?.[_0x23af80(0x10a)])||optionalString(_0xab421[_0x23af80(0x103)]?.[_0x23af80(0xf7)])||optionalString(_0xab421[_0x23af80(0x103)]?.[_0x23af80(0xfb)]),'kbDomain':optionalString(_0xab421['raw']?.[_0x23af80(0x110)])||optionalString(_0xab421[_0x23af80(0x103)]?.['agentDomain'])||optionalString(_0xab421[_0x23af80(0x103)]?.[_0x23af80(0xfb)]),'appDomain':optionalString(_0xab421['raw']?.[_0x23af80(0x11a)]),'localDomain':optionalString(_0xab421[_0x23af80(0x103)]?.[_0x23af80(0x106)]),'certificateDomain':optionalString(_0xab421['raw']?.['certificateDomain'])});}export function getConfigAppCode(_0x408a1e){const _0x4a5436=a222_0x4079,_0x45c397=readRawConfig(_0x408a1e);if(_0x45c397[_0x4a5436(0xff)]&&typeof _0x45c397[_0x4a5436(0xff)]===_0x4a5436(0xf9)){const _0x4f2656=_0x45c397[_0x4a5436(0x114)];if(_0x4f2656)return _0x45c397[_0x4a5436(0xff)][_0x4f2656]?.[_0x4a5436(0x100)]?String(_0x45c397['apps'][_0x4f2656]['appcode'])['trim']():undefined;const _0x1c6246=Object['values'](_0x45c397[_0x4a5436(0xff)]);if(_0x1c6246[_0x4a5436(0xf0)]===0x1&&_0x1c6246[0x0]?.[_0x4a5436(0x100)])return String(_0x1c6246[0x0][_0x4a5436(0x100)])[_0x4a5436(0xec)]();}const _0x32ba57=_0x45c397[_0x4a5436(0x100)]||_0x45c397[_0x4a5436(0xf5)];if(typeof _0x32ba57!==_0x4a5436(0xeb)||_0x32ba57['trim']()==='')return undefined;return _0x32ba57[_0x4a5436(0xec)]();}export function getMultiAppConfigs(_0x472c07=a222_0x117440(0x109),_0x1b6742){const _0x301e26=a222_0x117440,_0x5841fc=loadRawConfigLayers(_0x1b6742);let _0x3cf71c,_0x347144;if(_0x472c07===_0x301e26(0xed)){const _0x3c69fb=_0x5841fc[_0x301e26(0xfe)]['apps']&&typeof _0x5841fc['globalConfig'][_0x301e26(0xff)]===_0x301e26(0xf9)?_0x5841fc['globalConfig'][_0x301e26(0xff)]:{},_0x481ae8=_0x5841fc[_0x301e26(0x113)][_0x301e26(0xff)]&&typeof _0x5841fc['projectConfig'][_0x301e26(0xff)]===_0x301e26(0xf9)?_0x5841fc['projectConfig'][_0x301e26(0xff)]:{};_0x3cf71c={..._0x3c69fb,..._0x481ae8};const _0x54246c=readRawConfig(_0x1b6742);_0x347144=_0x54246c['defaultApp'];}else _0x3cf71c=_0x5841fc[_0x301e26(0x113)]['apps'],_0x347144=_0x5841fc['projectConfig'][_0x301e26(0x114)];!_0x347144&&_0x3cf71c&&typeof _0x3cf71c===_0x301e26(0xf9)&&Object[_0x301e26(0xf8)](_0x3cf71c)['length']===0x1&&(_0x347144=Object[_0x301e26(0xf8)](_0x3cf71c)[0x0]);if(!_0x3cf71c||typeof _0x3cf71c!==_0x301e26(0xf9)||Object[_0x301e26(0xf8)](_0x3cf71c)[_0x301e26(0xf0)]===0x0)return null;return Object[_0x301e26(0x116)](_0x3cf71c)[_0x301e26(0xf4)](([_0x4af2b2,_0x1b3014])=>({'name':_0x4af2b2,'appcode':_0x1b3014?.[_0x301e26(0x100)]||'','isDefault':_0x4af2b2===_0x347144,'env':_0x1b3014?.['env'],'apiDir':_0x1b3014?.[_0x301e26(0x101)],'cookie':_0x1b3014?.['cookie']||undefined}))[_0x301e26(0xf3)](_0x59da7e=>_0x59da7e[_0x301e26(0x100)]);}export function getTemplateBaseUrl(_0x1d8658){const _0x4d0240=a222_0x117440,_0x258a6d=readRawConfig(_0x1d8658);if(_0x258a6d['template_base_url']&&typeof _0x258a6d[_0x4d0240(0x112)]==='string')return _0x258a6d['template_base_url']['replace'](/\/$/,'');return _0x4d0240(0x10b);}function buildConfig(_0x5d360b,_0x1b04b3,_0x5d5f2f){return{...resolveAppConfig({'raw':_0x5d360b,'flags':_0x1b04b3,'layers':_0x5d5f2f,'readEnv':env}),'raw':_0x5d360b};}export function resolveApiFilePath(_0x5024c1,_0xfa2d24){const _0x59cce9=a222_0x117440,_0x105e92=resolve(process[_0x59cce9(0x104)](),_0x5024c1),_0x6164de=resolve(_0x105e92,_0x59cce9(0xee));if(!_0xfa2d24)return _0x6164de;const _0x219c03=readRawConfig(),_0x4d6a4a=_0x219c03['apps']&&typeof _0x219c03[_0x59cce9(0xff)]==='object'?_0x219c03[_0x59cce9(0xff)]:{},_0x2248fe=Object[_0x59cce9(0x116)](_0x4d6a4a)[_0x59cce9(0xf6)](([,_0x88170e])=>_0x88170e?.[_0x59cce9(0x100)]===_0xfa2d24);if(!_0x2248fe)return _0x6164de;const [_0x994823,_0x1b88ac]=_0x2248fe,_0x2cdce2=typeof _0x219c03[_0x59cce9(0x114)]===_0x59cce9(0xeb)?_0x219c03[_0x59cce9(0x114)]:undefined;if(_0x1b88ac?.[_0x59cce9(0x101)])return _0x6164de;if(_0x2cdce2&&_0x994823!==_0x2cdce2)return resolve(_0x105e92,_0x994823+_0x59cce9(0x118));return _0x6164de;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3f937d,_0x57f171){const _0x1a8b08=a223_0x1fd5,_0x25bd0a=_0x3f937d();while(!![]){try{const _0x198c8f=-parseInt(_0x1a8b08(0x87))/0x1+-parseInt(_0x1a8b08(0x7c))/0x2+-parseInt(_0x1a8b08(0x86))/0x3+-parseInt(_0x1a8b08(0x79))/0x4+-parseInt(_0x1a8b08(0x82))/0x5+-parseInt(_0x1a8b08(0x7a))/0x6*(parseInt(_0x1a8b08(0x7b))/0x7)+parseInt(_0x1a8b08(0x78))/0x8*(parseInt(_0x1a8b08(0x80))/0x9);if(_0x198c8f===_0x57f171)break;else _0x25bd0a['push'](_0x25bd0a['shift']());}catch(_0x2e24d0){_0x25bd0a['push'](_0x25bd0a['shift']());}}}(a223_0x39e1,0xe4d33));function a223_0x39e1(){const _0x52a6ca=['api.ts','datasetCode','4718388TgsCmN','1622909EUDahz','alias','264WyzVKA','2248240Aeoual','282tCoooV','219905ZHywyS','2710032PORZyL','cwd','exec','has','2462571Vxxpak','utf-8','7514370omXdrS','set'];a223_0x39e1=function(){return _0x52a6ca;};return a223_0x39e1();}function a223_0x1fd5(_0x427483,_0x1ad21e){_0x427483=_0x427483-0x77;const _0x39e151=a223_0x39e1();let _0x1fd585=_0x39e151[_0x427483];return _0x1fd585;}import{readFileSync,existsSync}from'node:fs';import{resolve}from'node:path';const cache=new Map();function parseApiFile(_0x4b3c69){const _0x200847=a223_0x1fd5,_0x19c3ae=[],_0x26c9d0=/\{\s*datasetCode:\s*"([^"]+)"\s*,\s*tableName:\s*"([^"]+)"\s*,\s*name:\s*"([^"]*?)"\s*,\s*alias:\s*"([^"]+)"\s*,?\s*\}/g;let _0x52caf0;while((_0x52caf0=_0x26c9d0[_0x200847(0x7e)](_0x4b3c69))!==null){_0x19c3ae['push']({'datasetCode':_0x52caf0[0x1],'tableName':_0x52caf0[0x2],'name':_0x52caf0[0x3],'alias':_0x52caf0[0x4]});}return _0x19c3ae;}export function loadAliasMap(_0x3963d0,_0x1396ce,_0x1cb799){const _0x2c6179=a223_0x1fd5,_0x9161c1=_0x1cb799??resolve(process[_0x2c6179(0x7d)](),_0x3963d0,_0x2c6179(0x84));if(cache[_0x2c6179(0x7f)](_0x9161c1))return cache['get'](_0x9161c1);if(!existsSync(_0x9161c1))return cache['set'](_0x9161c1,[]),[];try{const _0x26b398=readFileSync(_0x9161c1,_0x2c6179(0x81)),_0x1e1ec6=parseApiFile(_0x26b398);return cache[_0x2c6179(0x83)](_0x9161c1,_0x1e1ec6),_0x1e1ec6;}catch{return cache['set'](_0x9161c1,[]),[];}}export function resolveAlias(_0x17daea,_0x3b30d6,_0x99d9ef,_0x54b004){const _0x198bda=a223_0x1fd5;if(!_0x3b30d6)return undefined;const _0xab5272=loadAliasMap(_0x17daea,_0x99d9ef,_0x54b004),_0x2801d4=_0xab5272['find'](_0x7062f3=>_0x7062f3[_0x198bda(0x77)]===_0x3b30d6);return _0x2801d4?.[_0x198bda(0x85)];}export function listAliases(_0x34eca1,_0x79f042,_0x251eb2){return loadAliasMap(_0x34eca1,_0x79f042,_0x251eb2);}
|