@lovrabet/rabetbase-cli 2.4.7 → 2.5.0-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.d.ts +13 -3
- package/lib/api/generate-api-file.js +1 -1
- package/lib/api/generate-sdk-config-file.d.ts +7 -0
- package/lib/api/generate-sdk-config-file.js +1 -0
- 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/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.d.ts +2 -5
- 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.d.ts +5 -0
- package/lib/commands/config/delete.js +1 -0
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.d.ts +12 -0
- package/lib/commands/config/init.js +1 -0
- 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/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.d.ts +1 -0
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.d.ts +6 -2
- 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.d.ts +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.d.ts +2 -2
- 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.d.ts +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 +10 -0
- package/lib/config/domain-config.js +1 -0
- package/lib/config/schema.d.ts +3 -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 +23 -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/region.d.ts +9 -0
- package/lib/constant/region.js +1 -0
- 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.d.ts +4 -6
- package/lib/context/config-loader.js +1 -1
- package/lib/context.d.ts +2 -2
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +2 -0
- 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.d.ts +11 -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.d.ts +2 -2
- 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/types/index.d.ts +28 -0
- package/lib/utils/ai_config.d.ts +1 -2
- 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 -3
- package/skills/rabetbase/SKILL.md +33 -28
- package/skills/rabetbase/guides/backend-function.md +41 -12
- package/skills/rabetbase/guides/bff-creation-workflow.md +6 -4
- package/skills/rabetbase/guides/custom-page-workflow.md +1 -1
- package/skills/rabetbase/guides/data-api-guidelines.md +8 -8
- package/skills/rabetbase/guides/database-connection-workflow.md +8 -16
- package/skills/rabetbase/guides/menu-anomaly-manual-cleanup.md +1 -6
- package/skills/rabetbase/guides/sdk-client-generation.md +146 -0
- package/skills/rabetbase/guides/sql-creation-workflow.md +1 -1
- package/skills/rabetbase/guides/troubleshooting.md +1 -1
- package/skills/rabetbase/guides/typescript-sdk.md +46 -10
- package/skills/rabetbase/references/rabetbase-api-list.md +4 -4
- package/skills/rabetbase/references/rabetbase-api-pull.md +44 -29
- package/skills/rabetbase/references/rabetbase-app-list.md +2 -2
- package/skills/rabetbase/references/rabetbase-auth-login.md +4 -2
- package/skills/rabetbase/references/rabetbase-bff-push.md +3 -1
- package/skills/rabetbase/references/rabetbase-codegen-sql.md +3 -1
- package/skills/rabetbase/references/rabetbase-config.md +75 -30
- package/skills/rabetbase/references/rabetbase-dataset-detail.md +1 -1
- package/skills/rabetbase/references/rabetbase-db-analyze.md +3 -3
- package/skills/rabetbase/references/rabetbase-db-detail.md +2 -2
- package/skills/rabetbase/references/rabetbase-db-diff-refresh.md +4 -4
- package/skills/rabetbase/references/rabetbase-db-diff.md +6 -9
- package/skills/rabetbase/references/rabetbase-doctor.md +1 -1
- package/skills/rabetbase/references/rabetbase-init.md +57 -51
- package/skills/rabetbase/references/rabetbase-kb.md +2 -0
- package/skills/rabetbase/references/rabetbase-page-create.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-custom-detail.md +3 -3
- package/skills/rabetbase/references/rabetbase-page-custom-list.md +2 -2
- package/skills/rabetbase/references/rabetbase-project-create.md +12 -3
- package/skills/rabetbase/references/rabetbase-project-upgrade.md +2 -2
- package/skills/rabetbase/references/rabetbase-role-user-resolve.md +2 -2
- package/skills/rabetbase/references/rabetbase-user-account.md +1 -1
- package/skills/rabetbase/references/rabetbase-workspace.md +6 -6
- package/skills/rabetbase.manifest.json +4 -3
- package/templates/README.md +17 -28
- package/templates/generate-api/api.ts.tpl +3 -3
- package/templates/generate-api/client.ts.tpl +10 -37
- package/lib/commands/data/filter.d.ts +0 -7
- package/lib/commands/data/filter.js +0 -1
- package/lib/commands/data/getOne.d.ts +0 -7
- package/lib/commands/data/getOne.js +0 -1
- package/lib/commands/data/index.d.ts +0 -8
- package/lib/commands/data/index.js +0 -1
- package/lib/commands/data/shared.d.ts +0 -33
- package/lib/commands/data/shared.js +0 -1
- package/lib/commands/init/index.d.ts +0 -11
- package/lib/commands/init/index.js +0 -1
- package/lib/utils/rules-cdn.d.ts +0 -38
- package/lib/utils/rules-cdn.js +0 -1
- package/templates/rules/lovrabet_rules.mdc.tpl +0 -893
- package/templates/skill/SKILL.md.tpl +0 -120
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a203_0x5bd0f8=a203_0xa225;(function(_0x511b87,_0x2e79a1){const _0x4b3bab=a203_0xa225,_0x22df60=_0x511b87();while(!![]){try{const _0x3379d7=parseInt(_0x4b3bab(0x11c))/0x1+parseInt(_0x4b3bab(0x142))/0x2*(-parseInt(_0x4b3bab(0x12f))/0x3)+parseInt(_0x4b3bab(0x12b))/0x4*(-parseInt(_0x4b3bab(0x123))/0x5)+parseInt(_0x4b3bab(0x133))/0x6+parseInt(_0x4b3bab(0x11f))/0x7+-parseInt(_0x4b3bab(0x122))/0x8+parseInt(_0x4b3bab(0x134))/0x9*(parseInt(_0x4b3bab(0x131))/0xa);if(_0x3379d7===_0x2e79a1)break;else _0x22df60['push'](_0x22df60['shift']());}catch(_0x95e64d){_0x22df60['push'](_0x22df60['shift']());}}}(a203_0x4c7d,0x762d4));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';import{normalizeStoredDefaultApp}from'../../config/schema.js';const WORKSPACE_USAGE=CLI_BIN_NAME+'\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]',SAFE_PROFILE_KEYS=['appcode','env','apiDir',a203_0x5bd0f8(0x149),a203_0x5bd0f8(0x125),a203_0x5bd0f8(0x14b),a203_0x5bd0f8(0x13c)],workspaceFlags=[{'name':a203_0x5bd0f8(0x143),'type':a203_0x5bd0f8(0x116),'description':a203_0x5bd0f8(0x148)},{'name':a203_0x5bd0f8(0x12c),'type':a203_0x5bd0f8(0x116),'description':a203_0x5bd0f8(0x118)},{'name':'env','type':a203_0x5bd0f8(0x116),'description':a203_0x5bd0f8(0x14c),'enum':[...RABETBASE_ENV_VALUES]},{'name':a203_0x5bd0f8(0x121),'type':a203_0x5bd0f8(0x116),'description':'API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile'},{'name':'defaultFormat','type':'string','description':a203_0x5bd0f8(0x129),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':'pageSize','type':a203_0x5bd0f8(0x139),'description':a203_0x5bd0f8(0x11d)},{'name':'riskLevel','type':a203_0x5bd0f8(0x116),'description':'Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','enum':[...RISK_LEVEL_VALUES]},{'name':a203_0x5bd0f8(0x13c),'type':'string','description':a203_0x5bd0f8(0x135)}];function isRecord(_0x130cbf){const _0x22f252=a203_0x5bd0f8;return!!_0x130cbf&&typeof _0x130cbf===_0x22f252(0x14a)&&!Array['isArray'](_0x130cbf);}function assertValidAppcode(_0x53f7b1){const _0x3907cc=a203_0x5bd0f8,{valid:_0x32e7b6,message:_0x53d8fe}=validateAppcode(_0x53f7b1);if(!_0x32e7b6)throw CliErrors[_0x3907cc(0x147)](_0x3907cc(0x13d)+_0x53f7b1,_0x53d8fe);}function a203_0xa225(_0x397e09,_0x4dc131){_0x397e09=_0x397e09-0x116;const _0x4c7dca=a203_0x4c7d();let _0xa225bd=_0x4c7dca[_0x397e09];return _0xa225bd;}function sanitizeProfile(_0x34d093){if(!isRecord(_0x34d093))return{};const _0x2e0a81={};for(const _0x1ce5d8 of SAFE_PROFILE_KEYS){if(_0x34d093[_0x1ce5d8]!==undefined)_0x2e0a81[_0x1ce5d8]=_0x34d093[_0x1ce5d8];}return _0x2e0a81;}function a203_0x4c7d(){const _0x5884d5=['Missing\x20workspace\x20app\x20selector.','pageSize','str','.\x20Credentials:\x20not\x20written.','\x20--appcode\x20<code>`.','Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','\x20--app\x20','3308eWePXH','appcode','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','defaultFormat','12TqcvpL','\x20workspace\x20','10fBIAaJ','init','798126ojDYRG','8951598kCZzAo','App\x20locale\x20for\x20this\x20workspace\x20app\x20profile\x20(not\x20CLI\x20language;\x20reserved\x20for\x20later\x20app\x20use)','project','length',').\x20Config:\x20','number','workspace','\x20workspace\x20use\x20--app\x20<name>`.','locale','Invalid\x20appcode:\x20','use','\x22\x20not\x20found.','initialized','keys','288458wdlinZ','app','Workspace\x20','apps','write','validation','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','format','object','riskLevel','Target\x20environment','string','env','App\x20code\x20to\x20bind\x20to\x20this\x20workspace','trim','\x20(appcode:\x20','Use\x20`','398164XXcEwY','Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile','flag','3449292ZxHgGn','workspace.','apiDir','442704uHhhVn','5455RVcJSp'];a203_0x4c7d=function(){return _0x5884d5;};return a203_0x4c7d();}function cloneProfile(_0x133b36){return isRecord(_0x133b36)?{..._0x133b36}:{};}function collectWorkspaceProfileOverrides(_0x11b1fb){const _0x17be56=a203_0x5bd0f8,_0x2b88c7={},_0x155dcd=_0x11b1fb[_0x17be56(0x126)](_0x17be56(0x117)),_0x23a00a=_0x11b1fb[_0x17be56(0x126)](_0x17be56(0x121)),_0x37c06f=_0x11b1fb[_0x17be56(0x126)](_0x17be56(0x12e)),_0x48b658=_0x11b1fb[_0x17be56(0x11e)]('pageSize'),_0xafdb76=_0x11b1fb['str'](_0x17be56(0x14b)),_0x4fccf9=_0x11b1fb['str'](_0x17be56(0x13c));if(_0x155dcd)_0x2b88c7[_0x17be56(0x117)]=_0x155dcd;if(_0x23a00a)_0x2b88c7['apiDir']=_0x23a00a;if(_0x37c06f)_0x2b88c7[_0x17be56(0x149)]=_0x37c06f;if(_0x48b658!==undefined&&_0x48b658!=='')_0x2b88c7[_0x17be56(0x125)]=Number(_0x48b658);if(_0xafdb76)_0x2b88c7['riskLevel']=_0xafdb76;if(_0x4fccf9)_0x2b88c7[_0x17be56(0x13c)]=_0x4fccf9;return _0x2b88c7;}async function validateWorkspaceArgs(_0x430afd){const _0x20f0fe=a203_0x5bd0f8,_0x1e1da4=_0x430afd[_0x20f0fe(0x126)](_0x20f0fe(0x143))[_0x20f0fe(0x119)](),_0x5dfcf7=_0x430afd[_0x20f0fe(0x126)](_0x20f0fe(0x12c))[_0x20f0fe(0x119)]();if(!_0x1e1da4&&!_0x5dfcf7)throw CliErrors[_0x20f0fe(0x147)](_0x20f0fe(0x124),_0x20f0fe(0x11b)+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+_0x20f0fe(0x13b));if(_0x5dfcf7)assertValidAppcode(_0x5dfcf7);}function resolveKnownApps(){const _0x4f16c4=a203_0x5bd0f8,{config:_0x9ccbc3,layers:_0x455e3f}=readRawConfigWithLayers(),_0x3b9493=isRecord(_0x9ccbc3[_0x4f16c4(0x145)])?_0x9ccbc3[_0x4f16c4(0x145)]:{},_0x2cbb61=isRecord(_0x455e3f['globalConfig']['apps'])?_0x455e3f['globalConfig'][_0x4f16c4(0x145)]:{};return{..._0x2cbb61,..._0x3b9493};}async function configureWorkspace(_0x5743f3,_0x48b7af){const _0x551f5c=a203_0x5bd0f8,_0x1b25d1=_0x5743f3['str']('app')[_0x551f5c(0x119)](),_0x307433=_0x5743f3[_0x551f5c(0x126)](_0x551f5c(0x12c))[_0x551f5c(0x119)](),_0x2f4735=_0x1b25d1||_0x307433;if(!_0x2f4735)throw CliErrors[_0x551f5c(0x147)](_0x551f5c(0x124),'Use\x20`'+CLI_BIN_NAME+_0x551f5c(0x12d)+CLI_BIN_NAME+_0x551f5c(0x13b));if(_0x307433)assertValidAppcode(_0x307433);const _0x437041=resolveWriteConfigPath(_0x551f5c(0x136)),_0x5aee7d=readConfigFile(_0x437041),_0x4f24d3=resolveKnownApps(),_0x507313=isRecord(_0x5aee7d['apps'])?{..._0x5aee7d[_0x551f5c(0x145)]}:{},_0x4dccb9=cloneProfile(_0x507313[_0x2f4735]),_0x283e4c=sanitizeProfile(_0x4f24d3[_0x2f4735]),_0x389ff7=_0x307433?{}:_0x283e4c,_0x2b1db5=_0x307433||_0x389ff7['appcode'];if(!_0x2b1db5){const _0x36ea58=Object[_0x551f5c(0x141)](_0x4f24d3),_0x2efbcb=_0x36ea58[_0x551f5c(0x137)]===0x0?_0x551f5c(0x11b)+CLI_BIN_NAME+_0x551f5c(0x130)+_0x48b7af+_0x551f5c(0x12a)+_0x2f4735+_0x551f5c(0x128):'Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20'+_0x36ea58['join'](',\x20');throw CliErrors['validation']('App\x20\x22'+_0x2f4735+_0x551f5c(0x13f),_0x2efbcb);}assertValidAppcode(String(_0x2b1db5));const _0x5ce07b={..._0x389ff7,..._0x4dccb9,'appcode':String(_0x2b1db5),...collectWorkspaceProfileOverrides(_0x5743f3)};return _0x507313[_0x2f4735]=_0x5ce07b,_0x5aee7d[_0x551f5c(0x145)]=_0x507313,normalizeStoredDefaultApp(_0x5aee7d,_0x2f4735),delete _0x5aee7d[_0x551f5c(0x12c)],delete _0x5aee7d[_0x551f5c(0x143)],_0x5ce07b['env']&&(_0x5aee7d[_0x551f5c(0x117)]=_0x5ce07b['env']),writeConfigFile(_0x437041,_0x5aee7d),{'ok':!![],'message':_0x551f5c(0x144)+(_0x48b7af===_0x551f5c(0x132)?_0x551f5c(0x140):'updated')+':\x20'+_0x2f4735+_0x551f5c(0x11a)+_0x5ce07b[_0x551f5c(0x12c)]+_0x551f5c(0x138)+_0x437041+_0x551f5c(0x127),'data':{'operation':_0x551f5c(0x120)+_0x48b7af,'configPath':_0x437041,'app':_0x2f4735,'appcode':_0x5ce07b[_0x551f5c(0x12c)],'env':_0x5ce07b[_0x551f5c(0x117)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a203_0x5bd0f8(0x13a),'command':'init','description':'Initialize\x20the\x20current\x20workspace\x20app\x20binding','risk':'write','requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x3ba708=>configureWorkspace(_0x3ba708,a203_0x5bd0f8(0x132))},workspaceUseDefinition={'service':a203_0x5bd0f8(0x13a),'command':a203_0x5bd0f8(0x13e),'description':'Switch\x20the\x20current\x20workspace\x20app\x20binding','risk':a203_0x5bd0f8(0x146),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x22b2ee=>configureWorkspace(_0x22b2ee,'use')};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a204_0x11e6(){const _0x2a9e31=['workspace','1139200sKDSet','292380ASCRzT','name','10179hiRaHY','App\x20profile\x20name\x20to\x20remove','1336qtVYXK','11BxzAWw','workspace\x20remove','2928732yntsbc','16IOtDlt','98twGGUy','20510xdmGnh','75876VTRnUS','Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','14jjorWB','333960OLGtjy','write'];a204_0x11e6=function(){return _0x2a9e31;};return a204_0x11e6();}const a204_0x42e354=a204_0x26a7;(function(_0x582148,_0x345fcd){const _0x162c33=a204_0x26a7,_0x31a3e6=_0x582148();while(!![]){try{const _0x32668a=-parseInt(_0x162c33(0x1aa))/0x1*(parseInt(_0x162c33(0x19b))/0x2)+parseInt(_0x162c33(0x19c))/0x3*(parseInt(_0x162c33(0x1a8))/0x4)+-parseInt(_0x162c33(0x19f))/0x5+parseInt(_0x162c33(0x1ab))/0x6*(parseInt(_0x162c33(0x1a9))/0x7)+parseInt(_0x162c33(0x1a4))/0x8*(-parseInt(_0x162c33(0x1a2))/0x9)+-parseInt(_0x162c33(0x1a0))/0xa+-parseInt(_0x162c33(0x1a5))/0xb*(-parseInt(_0x162c33(0x1a7))/0xc);if(_0x32668a===_0x345fcd)break;else _0x31a3e6['push'](_0x31a3e6['shift']());}catch(_0x362246){_0x31a3e6['push'](_0x31a3e6['shift']());}}}(a204_0x11e6,0x4397c));import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';function a204_0x26a7(_0x3765c7,_0x5e30c4){_0x3765c7=_0x3765c7-0x19b;const _0x11e66b=a204_0x11e6();let _0x26a7e6=_0x11e66b[_0x3765c7];return _0x26a7e6;}export const workspaceRemoveDefinition={'service':a204_0x42e354(0x19e),'command':'remove','description':a204_0x42e354(0x1ac),'risk':a204_0x42e354(0x19d),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a204_0x42e354(0x1a1),'description':a204_0x42e354(0x1a3),'required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x55e013=>validateAppName(_0x55e013,'workspace\x20remove'),'execute':_0x12747b=>runAppRemove(_0x12747b,a204_0x42e354(0x1a6))};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const DOMAIN_CONFIG_FIELDS: readonly ["userDomain", "apiDomain", "runtimeDomain", "skillDomain", "kbDomain", "appDomain"];
|
|
2
|
+
export type DomainConfigField = (typeof DOMAIN_CONFIG_FIELDS)[number];
|
|
3
|
+
export type DomainConfig = Partial<Record<DomainConfigField, string>>;
|
|
4
|
+
/** Old domain keys accepted only while reading existing configuration. */
|
|
5
|
+
export declare const LEGACY_DOMAIN_CONFIG_FIELDS: readonly ["agentDomain", "platformDomain", "skillHubDomain"];
|
|
6
|
+
export declare function normalizeDomainOrigin(field: DomainConfigField, input: unknown): string;
|
|
7
|
+
export declare function readDomainConfig(filePath: string): DomainConfig;
|
|
8
|
+
export declare function resolveDomainFlags(ctx: {
|
|
9
|
+
str(name: string): string;
|
|
10
|
+
}): DomainConfig;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const a205_0x45dd9f=a205_0x3a0e;function a205_0x3a0e(_0x1411b3,_0x156c64){_0x1411b3=_0x1411b3-0x17d;const _0x2f47f9=a205_0x2f47();let _0x3a0e97=_0x2f47f9[_0x1411b3];return _0x3a0e97;}(function(_0x150229,_0x2297d6){const _0xba415d=a205_0x3a0e,_0x2b03f9=_0x150229();while(!![]){try{const _0x3568f8=parseInt(_0xba415d(0x1a1))/0x1*(-parseInt(_0xba415d(0x1a6))/0x2)+-parseInt(_0xba415d(0x19b))/0x3+-parseInt(_0xba415d(0x1a4))/0x4+parseInt(_0xba415d(0x18c))/0x5*(parseInt(_0xba415d(0x199))/0x6)+-parseInt(_0xba415d(0x1a9))/0x7+-parseInt(_0xba415d(0x1a2))/0x8*(parseInt(_0xba415d(0x190))/0x9)+parseInt(_0xba415d(0x187))/0xa;if(_0x3568f8===_0x2297d6)break;else _0x2b03f9['push'](_0x2b03f9['shift']());}catch(_0x4e18f9){_0x2b03f9['push'](_0x2b03f9['shift']());}}}(a205_0x2f47,0xc8b84));import{existsSync,readFileSync}from'node:fs';import{isAbsolute,resolve}from'node:path';import{CliErrors}from'../errors.js';export const DOMAIN_CONFIG_FIELDS=[a205_0x45dd9f(0x196),a205_0x45dd9f(0x194),a205_0x45dd9f(0x193),'skillDomain','kbDomain','appDomain'];function a205_0x2f47(){const _0x5a14cb=['2302772bEQRVK','pathname','342966TBnAfM','Invalid\x20domain\x20config:\x20provide\x20at\x20least\x20one\x20supported\x20Domain.','cwd','9849630kbTCnV','platformDomain','protocol','str','validation','runtime-domain','Unsupported\x20domain\x20config\x20field(s):\x20','includes','search','filter','\x22\x20is\x20not\x20a\x20valid\x20URL.',':\x20\x22','hash','48462390xqKVFo','isArray','join','trim','string','80zLYUwH','object','For\x20internal\x20deployments,\x20terminate\x20TLS\x20at\x20the\x20ingress,\x20reverse\x20proxy,\x20or\x20load\x20balancer;\x20an\x20internal\x20CA\x20is\x20supported.','Invalid\x20domain\x20config:\x20expected\x20a\x20JSON\x20object.','14895xyVjwU','keys','agentDomain','runtimeDomain','apiDomain',':\x20expected\x20an\x20HTTPS\x20origin\x20without\x20credentials,\x20path,\x20query,\x20or\x20fragment.','userDomain','https:','origin','456528GlWYNH','skillHubDomain','3339990CVITna','length','Allowed\x20fields:\x20','domain-config','api-domain','Invalid\x20','7LgTKRQ','4568ZVnUPk','skill-domain'];a205_0x2f47=function(){return _0x5a14cb;};return a205_0x2f47();}const DOMAIN_FLAGS={'userDomain':'user-domain','apiDomain':a205_0x45dd9f(0x19f),'runtimeDomain':a205_0x45dd9f(0x17f),'skillDomain':a205_0x45dd9f(0x1a3),'kbDomain':'kb-domain','appDomain':'app-domain'};export const LEGACY_DOMAIN_CONFIG_FIELDS=[a205_0x45dd9f(0x192),a205_0x45dd9f(0x1aa),a205_0x45dd9f(0x19a)];export function normalizeDomainOrigin(_0x5e5eee,_0x261551){const _0x27963a=a205_0x45dd9f;if(typeof _0x261551!==_0x27963a(0x18b)||!_0x261551[_0x27963a(0x18a)]())throw CliErrors[_0x27963a(0x17e)]('Invalid\x20'+_0x5e5eee+':\x20expected\x20a\x20non-empty\x20HTTPS\x20origin.');let _0x2cbfdc;try{_0x2cbfdc=new URL(_0x261551[_0x27963a(0x18a)]());}catch{throw CliErrors[_0x27963a(0x17e)](_0x27963a(0x1a0)+_0x5e5eee+_0x27963a(0x185)+_0x261551+_0x27963a(0x184));}if(_0x2cbfdc[_0x27963a(0x1ab)]!==_0x27963a(0x197)||_0x2cbfdc['username']||_0x2cbfdc['password']||_0x2cbfdc[_0x27963a(0x1a5)]!=='/'&&_0x2cbfdc['pathname']!==''||_0x2cbfdc[_0x27963a(0x182)]||_0x2cbfdc[_0x27963a(0x186)])throw CliErrors[_0x27963a(0x17e)](_0x27963a(0x1a0)+_0x5e5eee+_0x27963a(0x195),_0x27963a(0x18e));return _0x2cbfdc[_0x27963a(0x198)];}export function readDomainConfig(_0x1599a0){const _0x1aeb70=a205_0x45dd9f,_0x5c025f=isAbsolute(_0x1599a0)?_0x1599a0:resolve(process[_0x1aeb70(0x1a8)](),_0x1599a0);if(!existsSync(_0x5c025f))throw CliErrors[_0x1aeb70(0x17e)]('Domain\x20config\x20file\x20not\x20found:\x20'+_0x5c025f);let _0x75917a;try{_0x75917a=JSON['parse'](readFileSync(_0x5c025f,'utf8'));}catch{throw CliErrors[_0x1aeb70(0x17e)]('Invalid\x20domain\x20config\x20JSON:\x20'+_0x5c025f);}if(!_0x75917a||typeof _0x75917a!==_0x1aeb70(0x18d)||Array[_0x1aeb70(0x188)](_0x75917a))throw CliErrors[_0x1aeb70(0x17e)](_0x1aeb70(0x18f));const _0x5805de=_0x75917a,_0xe418b8=Object['keys'](_0x5805de)[_0x1aeb70(0x183)](_0x5d9794=>!DOMAIN_CONFIG_FIELDS[_0x1aeb70(0x181)](_0x5d9794));if(_0xe418b8[_0x1aeb70(0x19c)]>0x0)throw CliErrors[_0x1aeb70(0x17e)](_0x1aeb70(0x180)+_0xe418b8[_0x1aeb70(0x189)](',\x20'),_0x1aeb70(0x19d)+DOMAIN_CONFIG_FIELDS['join'](',\x20'));const _0x4dbfc0={};for(const _0x59097b of DOMAIN_CONFIG_FIELDS){_0x5805de[_0x59097b]!==undefined&&(_0x4dbfc0[_0x59097b]=normalizeDomainOrigin(_0x59097b,_0x5805de[_0x59097b]));}if(Object[_0x1aeb70(0x191)](_0x4dbfc0)[_0x1aeb70(0x19c)]===0x0)throw CliErrors['validation'](_0x1aeb70(0x1a7));return _0x4dbfc0;}export function resolveDomainFlags(_0x2291cf){const _0x4ba764=a205_0x45dd9f,_0x49eced=(_0x2291cf[_0x4ba764(0x17d)](_0x4ba764(0x19e))||'')['trim'](),_0x531060=_0x49eced?readDomainConfig(_0x49eced):{};for(const _0x54324d of DOMAIN_CONFIG_FIELDS){const _0x2a2af2=(_0x2291cf[_0x4ba764(0x17d)](DOMAIN_FLAGS[_0x54324d])||'')['trim']();if(_0x2a2af2)_0x531060[_0x54324d]=normalizeDomainOrigin(_0x54324d,_0x2a2af2);}return _0x531060;}
|
package/lib/config/schema.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { FlagDef } from "../framework/types.js";
|
|
2
2
|
export { DEFAULT_CONFIG_VALUES } from "../constant/defaults.js";
|
|
3
|
-
export declare const PROJECT_CREATE_INHERITABLE_KEYS: readonly ["cookie", "accessKey", "locale", "format", "riskLevel"];
|
|
3
|
+
export declare const PROJECT_CREATE_INHERITABLE_KEYS: readonly ["cookie", "accessKey", "locale", "format", "riskLevel", "region", "userDomain", "apiDomain", "runtimeDomain", "skillDomain", "kbDomain", "appDomain"];
|
|
4
4
|
export interface ConfigMetadataFields {
|
|
5
5
|
version?: string;
|
|
6
6
|
createdAt?: string;
|
|
@@ -42,6 +42,8 @@ export declare function buildAppDoctorFields(profile: Record<string, any>, effec
|
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
export declare function buildCanonicalAppConfig(appCodes: string[], env?: string): Record<string, any>;
|
|
45
|
+
/** Persist defaultApp only when it disambiguates two or more apps. */
|
|
46
|
+
export declare function normalizeStoredDefaultApp(config: Record<string, any>, preferredApp?: string): string | undefined;
|
|
45
47
|
export declare function buildCanonicalProjectConfig(base: Record<string, unknown>, options: {
|
|
46
48
|
appCodes?: string[];
|
|
47
49
|
env?: string;
|
package/lib/config/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a206_0x1e8581=a206_0x429d;function a206_0x429d(_0x272d97,_0x54f036){_0x272d97=_0x272d97-0x1a0;const _0x215c1b=a206_0x215c();let _0x429dfd=_0x215c1b[_0x272d97];return _0x429dfd;}(function(_0x3b205f,_0x1e2ed7){const _0xa68605=a206_0x429d,_0x181833=_0x3b205f();while(!![]){try{const _0x36e765=-parseInt(_0xa68605(0x1af))/0x1*(-parseInt(_0xa68605(0x1c0))/0x2)+-parseInt(_0xa68605(0x1bc))/0x3+-parseInt(_0xa68605(0x1a7))/0x4*(parseInt(_0xa68605(0x1bf))/0x5)+parseInt(_0xa68605(0x1c2))/0x6+-parseInt(_0xa68605(0x1cf))/0x7*(parseInt(_0xa68605(0x1bd))/0x8)+parseInt(_0xa68605(0x1b7))/0x9*(parseInt(_0xa68605(0x1c7))/0xa)+parseInt(_0xa68605(0x1a2))/0xb;if(_0x36e765===_0x1e2ed7)break;else _0x181833['push'](_0x181833['shift']());}catch(_0x44db36){_0x181833['push'](_0x181833['shift']());}}}(a206_0x215c,0xb5df9));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';import{ENABLED_LOVRABET_REGION_VALUES}from'../constant/region.js';export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=[a206_0x1e8581(0x1cc),a206_0x1e8581(0x1cb),'locale',a206_0x1e8581(0x1aa),a206_0x1e8581(0x1a0),'region','userDomain',a206_0x1e8581(0x1ab),'runtimeDomain',a206_0x1e8581(0x1c5),a206_0x1e8581(0x1b1),a206_0x1e8581(0x1ba)];function a206_0x215c(){const _0x44d092=['790FLZGuR','Auth\x20cookie','has','app','accessKey','cookie','appcode','zh-CN','588GtErCz','apps','riskLevel','string','11032406MLAWUt','API\x20directory\x20path','env','locale','pageSize','68380GDlwSP','en-US','number','format','apiDomain','Target\x20environment','Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','toLowerCase','43863uZXjgh','object','kbDomain','defaultFormat','apiDir','Risk\x20level','defaultApp','runtimeDomain','38439RsbZoY','inherit','length','appDomain','region','4252296FIlMST','20928jffOIg','keys','70CvkIQv','2BHuAFK','Config\x20key\x20(','7423446JxNweU','userDomain','Default\x20page\x20size','skillDomain','entries'];a206_0x215c=function(){return _0x44d092;};return a206_0x215c();}export const TOP_LEVEL_CONFIG_KEYS=new Set([a206_0x1e8581(0x1cd),'env',a206_0x1e8581(0x1a5),a206_0x1e8581(0x1aa),a206_0x1e8581(0x1cc),a206_0x1e8581(0x1cb),a206_0x1e8581(0x1b3),a206_0x1e8581(0x1bb),a206_0x1e8581(0x1c3),'apiDomain',a206_0x1e8581(0x1b6),a206_0x1e8581(0x1c5),a206_0x1e8581(0x1b1),a206_0x1e8581(0x1ba)]);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES],'region':[...ENABLED_LOVRABET_REGION_VALUES]};export function formatConfigKeyList(_0x5776de){return[..._0x5776de]['join'](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x455e75){const _0x30e507=a206_0x1e8581;return TOP_LEVEL_CONFIG_KEYS[_0x30e507(0x1c9)](_0x455e75);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}export function getConfigCommandKeyDescription(){const _0x185ecf=a206_0x1e8581;return _0x185ecf(0x1c1)+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'env':a206_0x1e8581(0x1a4),'apiDir':a206_0x1e8581(0x1b3),'cookie':a206_0x1e8581(0x1cc),'accessKey':a206_0x1e8581(0x1cb),'defaultFormat':a206_0x1e8581(0x1aa),'pageSize':'pageSize','riskLevel':a206_0x1e8581(0x1a0),'locale':'locale'};export function getAppProfileFlagDefs(){const _0x4a45e8=a206_0x1e8581;return[{'name':_0x4a45e8(0x1a4),'type':'string','description':_0x4a45e8(0x1ac),'enum':[...RABETBASE_ENV_VALUES]},{'name':_0x4a45e8(0x1b3),'type':_0x4a45e8(0x1a1),'description':_0x4a45e8(0x1a3)},{'name':_0x4a45e8(0x1cc),'type':_0x4a45e8(0x1a1),'description':_0x4a45e8(0x1c8),'hidden':!![]},{'name':_0x4a45e8(0x1cb),'type':_0x4a45e8(0x1a1),'description':'Access\x20key','hidden':!![]},{'name':_0x4a45e8(0x1b2),'type':'string','description':_0x4a45e8(0x1ad),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':_0x4a45e8(0x1a6),'type':_0x4a45e8(0x1a9),'description':_0x4a45e8(0x1c4)},{'name':_0x4a45e8(0x1a0),'type':_0x4a45e8(0x1a1),'description':_0x4a45e8(0x1b4),'enum':[...RISK_LEVEL_VALUES]},{'name':'locale','type':_0x4a45e8(0x1a1),'description':'App\x20locale\x20(not\x20CLI\x20language;\x20reserved\x20for\x20later\x20app\x20use)'}];}export function collectAppProfileOverrides(_0x4c0be6){const _0x1fe0d5=a206_0x1e8581,_0x5aec23={};for(const [_0x4ca651,_0x323c5a]of Object[_0x1fe0d5(0x1c6)](APP_PROFILE_FLAG_KEY_MAP)){const _0x2dc678=_0x4c0be6(_0x4ca651);if(!_0x2dc678)continue;_0x5aec23[_0x323c5a]=_0x323c5a===_0x1fe0d5(0x1a6)?Number(_0x2dc678):_0x2dc678;}return _0x5aec23;}export function buildAppProfileListFields(_0x1184af){const _0xbe41dd=a206_0x1e8581;return{'env':_0x1184af[_0xbe41dd(0x1a4)]??null,'apiDir':_0x1184af[_0xbe41dd(0x1b3)]??null,'hasCookie':!!_0x1184af[_0xbe41dd(0x1cc)],'hasAccessKey':!!_0x1184af[_0xbe41dd(0x1cb)],'format':_0x1184af['format']??null,'pageSize':_0x1184af[_0xbe41dd(0x1a6)]??null,'riskLevel':_0x1184af[_0xbe41dd(0x1a0)]??null,'locale':_0x1184af[_0xbe41dd(0x1a5)]??null};}export function buildAppDoctorFields(_0x5943ea,_0x2b463c){const _0x598443=a206_0x1e8581;return{'env':{'value':_0x5943ea[_0x598443(0x1a4)]||_0x2b463c['env'],'source':_0x5943ea[_0x598443(0x1a4)]?_0x598443(0x1ca):_0x598443(0x1b8)},'apiDir':{'value':_0x5943ea['apiDir']||_0x2b463c[_0x598443(0x1b3)],'source':_0x5943ea[_0x598443(0x1b3)]?_0x598443(0x1ca):'inherit'},'cookie':{'value':_0x5943ea['cookie']||_0x2b463c['cookie'],'source':_0x5943ea['cookie']?_0x598443(0x1ca):_0x598443(0x1b8)},'accessKey':{'value':_0x5943ea['accessKey']||_0x2b463c[_0x598443(0x1cb)],'source':_0x5943ea[_0x598443(0x1cb)]?_0x598443(0x1ca):_0x598443(0x1b8)}};}export function buildCanonicalAppConfig(_0x5b5ca9,_0x34b434){const _0x4107a4=a206_0x1e8581,_0x3242a2=_0x5b5ca9['map'](_0x448d51=>String(_0x448d51||'')['trim']())['filter'](Boolean);if(_0x3242a2[_0x4107a4(0x1b9)]===0x0)return{};const _0x2da1fd={};for(const _0x14045f of _0x3242a2){_0x2da1fd[_0x14045f]=_0x34b434?{'appcode':_0x14045f,'env':_0x34b434}:{'appcode':_0x14045f};}return _0x3242a2[_0x4107a4(0x1b9)]>0x1?{'apps':_0x2da1fd,'defaultApp':_0x3242a2[0x0]}:{'apps':_0x2da1fd};}export function normalizeStoredDefaultApp(_0x56727e,_0x3e95e1){const _0x191d27=a206_0x1e8581,_0x44776c=_0x56727e['apps']&&typeof _0x56727e[_0x191d27(0x1d0)]===_0x191d27(0x1b0)?_0x56727e[_0x191d27(0x1d0)]:{},_0x48ce17=Object[_0x191d27(0x1be)](_0x44776c);if(_0x48ce17['length']<=0x1)return delete _0x56727e[_0x191d27(0x1b5)],undefined;const _0x381b67=typeof _0x56727e[_0x191d27(0x1b5)]===_0x191d27(0x1a1)&&_0x44776c[_0x56727e[_0x191d27(0x1b5)]]?_0x56727e['defaultApp']:undefined,_0x5bae57=_0x3e95e1&&_0x44776c[_0x3e95e1]?_0x3e95e1:_0x381b67;if(_0x5bae57)return _0x56727e[_0x191d27(0x1b5)]=_0x5bae57,_0x5bae57;return delete _0x56727e[_0x191d27(0x1b5)],undefined;}export function buildCanonicalProjectConfig(_0x3fe9c6,_0x2cb83d){const _0x108c4c=a206_0x1e8581,{appCodes:appCodes=[],env:_0x476a7f,metadata:_0x249782}=_0x2cb83d,_0x108951={..._0x3fe9c6,..._0x249782||{}};delete _0x108951[_0x108c4c(0x1cd)],delete _0x108951[_0x108c4c(0x1ca)];if(_0x476a7f)_0x108951['env']=_0x476a7f;else!_0x108951[_0x108c4c(0x1a4)]&&(_0x108951[_0x108c4c(0x1a4)]=DEFAULT_CONFIG_VALUES[_0x108c4c(0x1a4)]);const _0x546c29=buildCanonicalAppConfig(appCodes,_0x108951['env']);if(Object[_0x108c4c(0x1be)](_0x546c29)[_0x108c4c(0x1b9)]>0x0){_0x108951[_0x108c4c(0x1d0)]=_0x546c29[_0x108c4c(0x1d0)];if(_0x546c29[_0x108c4c(0x1b5)])_0x108951['defaultApp']=_0x546c29[_0x108c4c(0x1b5)];else delete _0x108951[_0x108c4c(0x1b5)];}return _0x108951;}const LOCALE_MAP={'zh':a206_0x1e8581(0x1ce),'zh-cn':a206_0x1e8581(0x1ce),'zh_cn':a206_0x1e8581(0x1ce),'en':a206_0x1e8581(0x1a8),'en-us':'en-US','en_us':a206_0x1e8581(0x1a8)};export function normalizeLocale(_0x2ee602){const _0x4dd689=a206_0x1e8581;if(!_0x2ee602)return null;return LOCALE_MAP[_0x2ee602[_0x4dd689(0x1ae)]()]??null;}
|
package/lib/constant/cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a207_0x4ef2(_0x58c978,_0x5cd5d5){_0x58c978=_0x58c978-0xbf;const _0x28b571=a207_0x28b5();let _0x4ef2fc=_0x28b571[_0x58c978];return _0x4ef2fc;}const a207_0x3a7988=a207_0x4ef2;(function(_0x1a1cae,_0xdb141c){const _0x1486ce=a207_0x4ef2,_0x3a9334=_0x1a1cae();while(!![]){try{const _0x28086e=-parseInt(_0x1486ce(0xbf))/0x1+-parseInt(_0x1486ce(0xc6))/0x2*(-parseInt(_0x1486ce(0xc3))/0x3)+parseInt(_0x1486ce(0xc1))/0x4*(parseInt(_0x1486ce(0xc0))/0x5)+-parseInt(_0x1486ce(0xc5))/0x6+parseInt(_0x1486ce(0xc8))/0x7+-parseInt(_0x1486ce(0xca))/0x8+-parseInt(_0x1486ce(0xc2))/0x9*(parseInt(_0x1486ce(0xc4))/0xa);if(_0x28086e===_0xdb141c)break;else _0x3a9334['push'](_0x3a9334['shift']());}catch(_0x28ac95){_0x3a9334['push'](_0x3a9334['shift']());}}}(a207_0x28b5,0x8798b));export const RABETBASE_CDN_BASE_URL=a207_0x3a7988(0xc7);function a207_0x28b5(){const _0xa65f40=['71367qOufJj','10LWWPtL','2066304sQpLBR','64vVddNg','https://g.lovrabet.com/dist/rabetbase-cli','7389403nCIPZv','/templates/projects','1087032EYcdip','/config/index.json','73658WNuqsp','90oPMZrM','157252XqQEnL','12736683dnsICb'];a207_0x28b5=function(){return _0xa65f40;};return a207_0x28b5();}export const CLI_VERSION_POLICY_URL=RABETBASE_CDN_BASE_URL+a207_0x3a7988(0xcb);export const PROJECT_TEMPLATE_ASSET_BASE_URL=RABETBASE_CDN_BASE_URL+a207_0x3a7988(0xc9);
|
package/lib/constant/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a209_0x11de2d=a209_0x1b88;(function(_0x450b1c,_0x4000d4){const _0x5bdcfb=a209_0x1b88,_0x2418cb=_0x450b1c();while(!![]){try{const _0x2b95fb=parseInt(_0x5bdcfb(0xe5))/0x1*(-parseInt(_0x5bdcfb(0x102))/0x2)+parseInt(_0x5bdcfb(0xc8))/0x3*(parseInt(_0x5bdcfb(0x111))/0x4)+parseInt(_0x5bdcfb(0xdd))/0x5+parseInt(_0x5bdcfb(0xc6))/0x6+parseInt(_0x5bdcfb(0xd7))/0x7+parseInt(_0x5bdcfb(0x10c))/0x8+-parseInt(_0x5bdcfb(0xac))/0x9*(parseInt(_0x5bdcfb(0x110))/0xa);if(_0x2b95fb===_0x4000d4)break;else _0x2418cb['push'](_0x2418cb['shift']());}catch(_0x1c8f2e){_0x2418cb['push'](_0x2418cb['shift']());}}}(a209_0x454f,0xe3806));export const CLI_BIN_NAME=a209_0x11de2d(0xf4);function a209_0x1b88(_0x3d84c0,_0x1f5d49){_0x3d84c0=_0x3d84c0-0x93;const _0x454f25=a209_0x454f();let _0x1b88b8=_0x454f25[_0x3d84c0];return _0x1b88b8;}export const CLI_DISPLAY_NAME=a209_0x11de2d(0xdf);export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';function a209_0x454f(){const _0x3e071a=['verbose','Enable\x20Backend\x20Function\x20save','code','Alias\x20for\x20--non-interactive','parent-id','description-file','nonInteractive','Config\x20key','operation','target','tags','6874587ZqDqSf','clear','enableBffSave','Use\x20remote','Output\x20path','output','schemas','label','parentId','Override\x20appcode','menu-ids','non-interactive','sqlName','params','Function\x20node','appcode','Expected\x20current\x20child\x20count','skipImports','sqlname','db-id','app','fromEnv','value','Description','string','expected-count','8672892EVidmX','Parent\x20menu\x20id','716601gLCtQj','expected-children-count','Select\x20app\x20profile\x20by\x20name','Target\x20path','expectPath','Skip\x20confirmation\x20for\x20high-risk\x20writes','Keyword\x20filter','Description\x20file','project','sql-name','Menu\x20sort\x20value','functionNode','Environment','DB\x20ID','Read\x20value\x20from\x20environment\x20variable','9720270lQFtIs','title','key','dry-run','all','sqlcode','1637890zeUwRN','yes','Rabetbase\x20CLI','expectedChildrenCount','Page\x20size','remote','Apply\x20to\x20all','Search\x20query','3SprtvI','stdin','dryRun','Show\x20help','Tags','Expected\x20affected\x20count','from-env','page','topk','Config\x20value','<code>','SQL\x20name','Code\x20filter','type','description','rabetbase','sql','function-node','reveal','Menu\x20label','Preview\x20operation\x20without\x20executing','format','descriptionFile','Comma-separated\x20menu\x20IDs','skip-imports','query','Skip\x20import\x20generation','Schemas','pagesize','220730vmUPPj','datasetcode','boolean','sort','Watch\x20mode','global','production\x20|\x20daily','Verbose\x20output','name','help','13452952jzFLUr','Operation\x20type','<expr>','dbId','50nDICDM','4BkEoCl','env','enable-bff-save','expect-path','Read\x20value\x20from\x20stdin','Reveal\x20sensitive\x20value','watch','Maximum\x20search\x20hits','operationType','file','json\x20|\x20pretty\x20|\x20compress','SQL\x20string','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','Expected\x20current\x20menu\x20path','<name>','Force\x20overwrite','task-id','taskId','confirm','Asynchronous\x20task\x20ID'];a209_0x454f=function(){return _0x3e071a;};return a209_0x454f();}export const GLOBAL_FLAGS=[{'name':a209_0x11de2d(0xbb),'meowKey':a209_0x11de2d(0xbb),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xb5),'hint':a209_0x11de2d(0xef)},{'name':'app','meowKey':a209_0x11de2d(0xc0),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xca),'hint':a209_0x11de2d(0x9b)},{'name':'env','meowKey':a209_0x11de2d(0x112),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd4),'hint':a209_0x11de2d(0x108)},{'name':a209_0x11de2d(0xfa),'meowKey':a209_0x11de2d(0xfa),'type':a209_0x11de2d(0xc4),'description':'Output\x20format','hint':a209_0x11de2d(0x97)},{'name':'jq','meowKey':'jq','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x99),'hint':a209_0x11de2d(0x10e)},{'name':a209_0x11de2d(0xda),'meowKey':a209_0x11de2d(0xe7),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xf9)},{'name':a209_0x11de2d(0xde),'meowKey':a209_0x11de2d(0xde),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xcd)},{'name':a209_0x11de2d(0xb7),'meowKey':a209_0x11de2d(0xa7),'type':a209_0x11de2d(0x104),'description':'Force\x20non-interactive\x20mode\x20(CI)'},{'name':a209_0x11de2d(0x107),'meowKey':a209_0x11de2d(0x107),'type':a209_0x11de2d(0x104),'description':'Use\x20global\x20config\x20scope'},{'name':a209_0x11de2d(0xd0),'meowKey':a209_0x11de2d(0xd0),'type':a209_0x11de2d(0x104),'description':'Use\x20project\x20config\x20scope'},{'name':'ci','meowKey':'ci','type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xa4),'hidden':!![]},{'name':a209_0x11de2d(0x10b),'meowKey':'help','type':'boolean','description':a209_0x11de2d(0xe8)},{'name':a209_0x11de2d(0x10a),'meowKey':a209_0x11de2d(0x10a),'type':a209_0x11de2d(0xc4),'description':'Name','hidden':!![]},{'name':a209_0x11de2d(0xd8),'meowKey':a209_0x11de2d(0xd8),'type':a209_0x11de2d(0xc4),'description':'Title','hidden':!![]},{'name':a209_0x11de2d(0xfe),'meowKey':a209_0x11de2d(0xfe),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xe4),'hidden':!![]},{'name':'topk','meowKey':a209_0x11de2d(0xed),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x94),'hidden':!![]},{'name':a209_0x11de2d(0xad),'meowKey':a209_0x11de2d(0xad),'type':a209_0x11de2d(0x104),'description':'Clear','hidden':!![]},{'name':a209_0x11de2d(0x93),'meowKey':a209_0x11de2d(0x93),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0x106),'hidden':!![]},{'name':a209_0x11de2d(0xb1),'meowKey':a209_0x11de2d(0xb1),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xb0),'hidden':!![]},{'name':a209_0x11de2d(0xb9),'meowKey':a209_0x11de2d(0xb9),'type':a209_0x11de2d(0xc4),'description':'JSON\x20params','hidden':!![]},{'name':'datasetcode','meowKey':a209_0x11de2d(0x103),'type':a209_0x11de2d(0xc4),'description':'Dataset\x20code','hidden':!![]},{'name':a209_0x11de2d(0xdb),'meowKey':'all','type':'boolean','description':a209_0x11de2d(0xe3),'hidden':!![]},{'name':a209_0x11de2d(0x113),'meowKey':a209_0x11de2d(0xae),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xa2),'hidden':!![]},{'name':'id','meowKey':'id','type':a209_0x11de2d(0xc4),'description':'Record\x20ID','hidden':!![]},{'name':a209_0x11de2d(0xf2),'meowKey':a209_0x11de2d(0xf2),'type':a209_0x11de2d(0xc4),'description':'Type\x20filter','hidden':!![]},{'name':a209_0x11de2d(0x96),'meowKey':'file','type':a209_0x11de2d(0xc4),'description':'File\x20path','hidden':!![]},{'name':a209_0x11de2d(0xdc),'meowKey':a209_0x11de2d(0xdc),'type':'string','description':'SQL\x20code','hidden':!![]},{'name':a209_0x11de2d(0xd1),'meowKey':a209_0x11de2d(0xb8),'type':a209_0x11de2d(0xc4),'description':'SQL\x20name','hidden':!![]},{'name':a209_0x11de2d(0xbe),'meowKey':a209_0x11de2d(0xbe),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xf0),'hidden':!![]},{'name':a209_0x11de2d(0xbf),'meowKey':a209_0x11de2d(0x10f),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd5),'hidden':!![]},{'name':'dbid','meowKey':'dbid','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd5),'hidden':!![]},{'name':a209_0x11de2d(0xf3),'meowKey':'description','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xc3),'hidden':!![]},{'name':a209_0x11de2d(0xa6),'meowKey':a209_0x11de2d(0xfb),'type':'string','description':a209_0x11de2d(0xcf),'hidden':!![]},{'name':a209_0x11de2d(0xec),'meowKey':a209_0x11de2d(0xec),'type':a209_0x11de2d(0xc4),'description':'Page\x20number','hidden':!![]},{'name':a209_0x11de2d(0x101),'meowKey':a209_0x11de2d(0x101),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xe1),'hidden':!![]},{'name':'keyword','meowKey':'keyword','type':'string','description':a209_0x11de2d(0xce),'hidden':!![]},{'name':a209_0x11de2d(0xa3),'meowKey':a209_0x11de2d(0xa3),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xf1),'hidden':!![]},{'name':a209_0x11de2d(0xf5),'meowKey':a209_0x11de2d(0xf5),'type':'string','description':a209_0x11de2d(0x98),'hidden':!![]},{'name':a209_0x11de2d(0xb2),'meowKey':a209_0x11de2d(0xb2),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x100),'hidden':!![]},{'name':a209_0x11de2d(0xa9),'meowKey':a209_0x11de2d(0xa9),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x10d),'hidden':!![]},{'name':'target','meowKey':a209_0x11de2d(0xaa),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xcb),'hidden':!![]},{'name':a209_0x11de2d(0xfd),'meowKey':a209_0x11de2d(0xbd),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xff),'hidden':!![]},{'name':'key','meowKey':a209_0x11de2d(0xd9),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xa8),'hidden':!![]},{'name':a209_0x11de2d(0xc2),'meowKey':a209_0x11de2d(0xc2),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xee),'hidden':!![]},{'name':a209_0x11de2d(0xab),'meowKey':a209_0x11de2d(0xab),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xe9),'hidden':!![]},{'name':'stdin','meowKey':a209_0x11de2d(0xe6),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0x115),'hidden':!![]},{'name':a209_0x11de2d(0xeb),'meowKey':a209_0x11de2d(0xc1),'type':'string','description':a209_0x11de2d(0xd6),'hidden':!![]},{'name':'reveal','meowKey':a209_0x11de2d(0xf7),'type':'boolean','description':a209_0x11de2d(0x116),'hidden':!![]},{'name':'force','meowKey':'force','type':'boolean','description':a209_0x11de2d(0x9c),'hidden':!![]},{'name':a209_0x11de2d(0x9f),'meowKey':'confirm','type':a209_0x11de2d(0x104),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':'remote','meowKey':a209_0x11de2d(0xe2),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0xaf),'hidden':!![]},{'name':a209_0x11de2d(0xa1),'meowKey':a209_0x11de2d(0xa1),'type':a209_0x11de2d(0x104),'description':a209_0x11de2d(0x109),'hidden':!![]},{'name':a209_0x11de2d(0xc5),'meowKey':'expectedCount','type':'string','description':a209_0x11de2d(0xea),'hidden':!![]},{'name':a209_0x11de2d(0xb3),'meowKey':a209_0x11de2d(0xb3),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xf8),'hidden':!![]},{'name':a209_0x11de2d(0xa5),'meowKey':a209_0x11de2d(0xb4),'type':'string','description':a209_0x11de2d(0xc7),'hidden':!![]},{'name':a209_0x11de2d(0x105),'meowKey':a209_0x11de2d(0x105),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xd2),'hidden':!![]},{'name':'expect-parent-id','meowKey':'expectParentId','type':'string','description':'Expected\x20current\x20parent\x20menu\x20id','hidden':!![]},{'name':a209_0x11de2d(0x114),'meowKey':a209_0x11de2d(0xcc),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x9a),'hidden':!![]},{'name':a209_0x11de2d(0xc9),'meowKey':a209_0x11de2d(0xe0),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xbc),'hidden':!![]},{'name':a209_0x11de2d(0xb6),'meowKey':'menuIds','type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xfc),'hidden':!![]},{'name':a209_0x11de2d(0x9d),'meowKey':a209_0x11de2d(0x9e),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xa0),'hidden':!![]},{'name':'operation-type','meowKey':a209_0x11de2d(0x95),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0x10d),'hidden':!![]},{'name':a209_0x11de2d(0xf6),'meowKey':a209_0x11de2d(0xd3),'type':a209_0x11de2d(0xc4),'description':a209_0x11de2d(0xba),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set(['appcode',a209_0x11de2d(0xc0),'env',a209_0x11de2d(0xfa),'jq',a209_0x11de2d(0xda),a209_0x11de2d(0xde),'non-interactive','ci']);export function buildMeowFlags(){const _0x1dde0e=a209_0x11de2d;return Object['fromEntries'](GLOBAL_FLAGS['map'](_0x579c48=>[_0x579c48['meowKey'],{'type':_0x579c48[_0x1dde0e(0xf2)]}]));}
|
|
1
|
+
const a208_0xcb46c1=a208_0x5a51;(function(_0x10c274,_0x4a05c5){const _0x46bd60=a208_0x5a51,_0x4560f0=_0x10c274();while(!![]){try{const _0x4b2a0f=parseInt(_0x46bd60(0x11f))/0x1*(parseInt(_0x46bd60(0x1a5))/0x2)+parseInt(_0x46bd60(0x19b))/0x3*(parseInt(_0x46bd60(0x145))/0x4)+parseInt(_0x46bd60(0x136))/0x5*(-parseInt(_0x46bd60(0x179))/0x6)+parseInt(_0x46bd60(0x172))/0x7*(-parseInt(_0x46bd60(0x166))/0x8)+-parseInt(_0x46bd60(0x132))/0x9*(parseInt(_0x46bd60(0x15b))/0xa)+parseInt(_0x46bd60(0x1a6))/0xb*(parseInt(_0x46bd60(0x128))/0xc)+-parseInt(_0x46bd60(0x165))/0xd*(-parseInt(_0x46bd60(0x14c))/0xe);if(_0x4b2a0f===_0x4a05c5)break;else _0x4560f0['push'](_0x4560f0['shift']());}catch(_0x4034e0){_0x4560f0['push'](_0x4560f0['shift']());}}}(a208_0x3763,0xb7930));function a208_0x3763(){const _0x4e084d=['non-interactive','stdin','page','4457630ZLgUao','Keyword\x20filter','expected-count','description-file','Menu\x20label','<expr>','string','Expected\x20current\x20menu\x20path','map','Preview\x20operation\x20without\x20executing','73905VyRJBv','1416mfFYSi','sqlName','Expected\x20affected\x20count','name','dbid','dry-run','Title','parent-id','operation','nonInteractive','Skip\x20import\x20generation','expectParentId','4445DYVJwW','expectedCount','menu-ids','value','json\x20|\x20pretty\x20|\x20compress','Output\x20format','taskId','6522oRIDNH','target','Use\x20project\x20config\x20scope','locale','watch','functionNode','Name','env','Use\x20remote','global','Description\x20file','Target\x20path','from-env','schemas','Operation\x20type','Tags','sql-name','App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','force','appcode','key','Schemas','db-id','app','datasetcode','code','sqlcode','Page\x20number','Select\x20app\x20profile\x20by\x20name','skipImports','operation-type','topk','enable-bff-save','Comma-separated\x20menu\x20IDs','273KZcXfj','remote','Code\x20filter','sql','dbId','Read\x20value\x20from\x20stdin','Verbose\x20output','function-node','parentId','project','4teznyo','99muRhqR','tags','label','SQL\x20string','64373wMJjUH','params','reveal','SQL\x20code','Expected\x20current\x20child\x20count','Parent\x20menu\x20id','expectedChildrenCount','Force\x20non-interactive\x20mode\x20(CI)','pagesize','1013076Tdcpse','keyword','Watch\x20mode','clear','file','boolean','verbose','sqlname','fromEntries','title','9FdeazT','fromEnv','@lovrabet/rabetbase-cli','zh-CN\x20|\x20en-US','5685YjbHke','description','Search\x20query','Expected\x20current\x20parent\x20menu\x20id','<name>','Environment','expect-path','Description','Asynchronous\x20task\x20ID','yes','expect-parent-id','Maximum\x20search\x20hits','output','Output\x20path','operationType','1636HGxOdJ','help','File\x20path','Alias\x20for\x20--non-interactive','rabetbase','format','Show\x20help','3990XlyIVk','descriptionFile','enableBffSave','all','task-id','type','SQL\x20name','Use\x20global\x20config\x20scope','query','Apply\x20to\x20all','DB\x20ID','Reveal\x20sensitive\x20value'];a208_0x3763=function(){return _0x4e084d;};return a208_0x3763();}export const CLI_BIN_NAME=a208_0xcb46c1(0x149);export const CLI_DISPLAY_NAME='Rabetbase\x20CLI';function a208_0x5a51(_0x4c4b21,_0x574736){_0x4c4b21=_0x4c4b21-0x11d;const _0x37639f=a208_0x3763();let _0x5a514f=_0x37639f[_0x4c4b21];return _0x5a514f;}export const NPM_PACKAGE_NAME=a208_0xcb46c1(0x134);export const GLOBAL_FLAGS=[{'name':'appcode','meowKey':a208_0xcb46c1(0x18c),'type':a208_0xcb46c1(0x161),'description':'Override\x20appcode','hint':'<code>'},{'name':a208_0xcb46c1(0x190),'meowKey':a208_0xcb46c1(0x190),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x195),'hint':a208_0xcb46c1(0x13a)},{'name':a208_0xcb46c1(0x180),'meowKey':a208_0xcb46c1(0x180),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x13b),'hint':'production\x20|\x20daily'},{'name':a208_0xcb46c1(0x14a),'meowKey':'format','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x177),'hint':a208_0xcb46c1(0x176)},{'name':'jq','meowKey':'jq','type':a208_0xcb46c1(0x161),'description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a208_0xcb46c1(0x160)},{'name':a208_0xcb46c1(0x16b),'meowKey':'dryRun','type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x164)},{'name':'yes','meowKey':a208_0xcb46c1(0x13f),'type':a208_0xcb46c1(0x12d),'description':'Skip\x20confirmation\x20for\x20high-risk\x20writes'},{'name':a208_0xcb46c1(0x158),'meowKey':a208_0xcb46c1(0x16f),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x126)},{'name':a208_0xcb46c1(0x182),'meowKey':a208_0xcb46c1(0x182),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x153)},{'name':a208_0xcb46c1(0x1a4),'meowKey':a208_0xcb46c1(0x1a4),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x17b)},{'name':'ci','meowKey':'ci','type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x148),'hidden':!![]},{'name':a208_0xcb46c1(0x146),'meowKey':a208_0xcb46c1(0x146),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x14b)},{'name':a208_0xcb46c1(0x17c),'meowKey':a208_0xcb46c1(0x17c),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x18a),'hidden':!![],'hint':a208_0xcb46c1(0x135)},{'name':'name','meowKey':a208_0xcb46c1(0x169),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x17f),'hidden':!![]},{'name':a208_0xcb46c1(0x131),'meowKey':'title','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x16c),'hidden':!![]},{'name':a208_0xcb46c1(0x154),'meowKey':'query','type':'string','description':a208_0xcb46c1(0x138),'hidden':!![]},{'name':a208_0xcb46c1(0x198),'meowKey':a208_0xcb46c1(0x198),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x141),'hidden':!![]},{'name':'clear','meowKey':a208_0xcb46c1(0x12b),'type':a208_0xcb46c1(0x12d),'description':'Clear','hidden':!![]},{'name':a208_0xcb46c1(0x17d),'meowKey':a208_0xcb46c1(0x17d),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x12a),'hidden':!![]},{'name':a208_0xcb46c1(0x142),'meowKey':a208_0xcb46c1(0x142),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x143),'hidden':!![]},{'name':'params','meowKey':a208_0xcb46c1(0x120),'type':'string','description':'JSON\x20params','hidden':!![]},{'name':a208_0xcb46c1(0x191),'meowKey':a208_0xcb46c1(0x191),'type':'string','description':'Dataset\x20code','hidden':!![]},{'name':'all','meowKey':a208_0xcb46c1(0x14f),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x155),'hidden':!![]},{'name':a208_0xcb46c1(0x199),'meowKey':a208_0xcb46c1(0x14e),'type':a208_0xcb46c1(0x12d),'description':'Enable\x20Backend\x20Function\x20save','hidden':!![]},{'name':'id','meowKey':'id','type':a208_0xcb46c1(0x161),'description':'Record\x20ID','hidden':!![]},{'name':a208_0xcb46c1(0x151),'meowKey':a208_0xcb46c1(0x151),'type':a208_0xcb46c1(0x161),'description':'Type\x20filter','hidden':!![]},{'name':a208_0xcb46c1(0x12c),'meowKey':a208_0xcb46c1(0x12c),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x147),'hidden':!![]},{'name':a208_0xcb46c1(0x193),'meowKey':'sqlcode','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x122),'hidden':!![]},{'name':a208_0xcb46c1(0x189),'meowKey':a208_0xcb46c1(0x167),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x152),'hidden':!![]},{'name':a208_0xcb46c1(0x12f),'meowKey':'sqlname','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x152),'hidden':!![]},{'name':a208_0xcb46c1(0x18f),'meowKey':a208_0xcb46c1(0x19f),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x156),'hidden':!![]},{'name':a208_0xcb46c1(0x16a),'meowKey':a208_0xcb46c1(0x16a),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x156),'hidden':!![]},{'name':a208_0xcb46c1(0x137),'meowKey':a208_0xcb46c1(0x137),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x13d),'hidden':!![]},{'name':a208_0xcb46c1(0x15e),'meowKey':a208_0xcb46c1(0x14d),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x183),'hidden':!![]},{'name':a208_0xcb46c1(0x15a),'meowKey':'page','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x194),'hidden':!![]},{'name':a208_0xcb46c1(0x127),'meowKey':a208_0xcb46c1(0x127),'type':a208_0xcb46c1(0x161),'description':'Page\x20size','hidden':!![]},{'name':a208_0xcb46c1(0x129),'meowKey':a208_0xcb46c1(0x129),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x15c),'hidden':!![]},{'name':a208_0xcb46c1(0x192),'meowKey':a208_0xcb46c1(0x192),'type':'string','description':a208_0xcb46c1(0x19d),'hidden':!![]},{'name':a208_0xcb46c1(0x19e),'meowKey':'sql','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x11e),'hidden':!![]},{'name':'schemas','meowKey':a208_0xcb46c1(0x186),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x18e),'hidden':!![]},{'name':a208_0xcb46c1(0x16e),'meowKey':'operation','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x187),'hidden':!![]},{'name':a208_0xcb46c1(0x17a),'meowKey':a208_0xcb46c1(0x17a),'type':'string','description':a208_0xcb46c1(0x184),'hidden':!![]},{'name':'skip-imports','meowKey':a208_0xcb46c1(0x196),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x170),'hidden':!![]},{'name':a208_0xcb46c1(0x18d),'meowKey':a208_0xcb46c1(0x18d),'type':a208_0xcb46c1(0x161),'description':'Config\x20key','hidden':!![]},{'name':a208_0xcb46c1(0x175),'meowKey':'value','type':a208_0xcb46c1(0x161),'description':'Config\x20value','hidden':!![]},{'name':a208_0xcb46c1(0x1a7),'meowKey':'tags','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x188),'hidden':!![]},{'name':a208_0xcb46c1(0x159),'meowKey':a208_0xcb46c1(0x159),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x1a0),'hidden':!![]},{'name':a208_0xcb46c1(0x185),'meowKey':a208_0xcb46c1(0x133),'type':a208_0xcb46c1(0x161),'description':'Read\x20value\x20from\x20environment\x20variable','hidden':!![]},{'name':a208_0xcb46c1(0x121),'meowKey':a208_0xcb46c1(0x121),'type':'boolean','description':a208_0xcb46c1(0x157),'hidden':!![]},{'name':a208_0xcb46c1(0x18b),'meowKey':a208_0xcb46c1(0x18b),'type':a208_0xcb46c1(0x12d),'description':'Force\x20overwrite','hidden':!![]},{'name':'confirm','meowKey':'confirm','type':'boolean','description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':'remote','meowKey':a208_0xcb46c1(0x19c),'type':'boolean','description':a208_0xcb46c1(0x181),'hidden':!![]},{'name':'verbose','meowKey':a208_0xcb46c1(0x12e),'type':a208_0xcb46c1(0x12d),'description':a208_0xcb46c1(0x1a1),'hidden':!![]},{'name':a208_0xcb46c1(0x15d),'meowKey':a208_0xcb46c1(0x173),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x168),'hidden':!![]},{'name':'label','meowKey':a208_0xcb46c1(0x11d),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x15f),'hidden':!![]},{'name':a208_0xcb46c1(0x16d),'meowKey':a208_0xcb46c1(0x1a3),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x124),'hidden':!![]},{'name':'sort','meowKey':'sort','type':a208_0xcb46c1(0x161),'description':'Menu\x20sort\x20value','hidden':!![]},{'name':a208_0xcb46c1(0x140),'meowKey':a208_0xcb46c1(0x171),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x139),'hidden':!![]},{'name':a208_0xcb46c1(0x13c),'meowKey':'expectPath','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x162),'hidden':!![]},{'name':'expected-children-count','meowKey':a208_0xcb46c1(0x125),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x123),'hidden':!![]},{'name':a208_0xcb46c1(0x174),'meowKey':'menuIds','type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x19a),'hidden':!![]},{'name':a208_0xcb46c1(0x150),'meowKey':a208_0xcb46c1(0x178),'type':a208_0xcb46c1(0x161),'description':a208_0xcb46c1(0x13e),'hidden':!![]},{'name':a208_0xcb46c1(0x197),'meowKey':a208_0xcb46c1(0x144),'type':'string','description':a208_0xcb46c1(0x187),'hidden':!![]},{'name':a208_0xcb46c1(0x1a2),'meowKey':a208_0xcb46c1(0x17e),'type':'string','description':'Function\x20node','hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a208_0xcb46c1(0x18c),a208_0xcb46c1(0x190),a208_0xcb46c1(0x180),'format','jq','dry-run',a208_0xcb46c1(0x13f),a208_0xcb46c1(0x158),'ci']);export function buildMeowFlags(){const _0x1cd5b6=a208_0xcb46c1;return Object[_0x1cd5b6(0x130)](GLOBAL_FLAGS[_0x1cd5b6(0x163)](_0x1e0468=>[_0x1e0468['meowKey'],{'type':_0x1e0468[_0x1cd5b6(0x151)]}]));}
|
package/lib/constant/defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a209_0x16ec(_0x492152,_0x2fa1be){_0x492152=_0x492152-0xdc;const _0x3b96d4=a209_0x3b96();let _0x16ecaa=_0x3b96d4[_0x492152];return _0x16ecaa;}const a209_0x58af6f=a209_0x16ec;(function(_0x1981c2,_0x393589){const _0x57d4a1=a209_0x16ec,_0x8b494d=_0x1981c2();while(!![]){try{const _0x43bb74=-parseInt(_0x57d4a1(0xe0))/0x1*(-parseInt(_0x57d4a1(0xdf))/0x2)+-parseInt(_0x57d4a1(0xe8))/0x3+parseInt(_0x57d4a1(0xe4))/0x4*(parseInt(_0x57d4a1(0xe2))/0x5)+parseInt(_0x57d4a1(0xdc))/0x6+-parseInt(_0x57d4a1(0xe9))/0x7+-parseInt(_0x57d4a1(0xe3))/0x8*(-parseInt(_0x57d4a1(0xe5))/0x9)+-parseInt(_0x57d4a1(0xdd))/0xa;if(_0x43bb74===_0x393589)break;else _0x8b494d['push'](_0x8b494d['shift']());}catch(_0x107902){_0x8b494d['push'](_0x8b494d['shift']());}}}(a209_0x3b96,0xbc53f));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a209_0x58af6f(0xe7),'format':a209_0x58af6f(0xe1),'locale':a209_0x58af6f(0xde),'riskLevel':a209_0x58af6f(0xe6),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT='compress';function a209_0x3b96(){const _0x33dc8a=['6679584ZDEvEk','1994720cZnEma','en-US','234566ObeMcd','7CteTIH','compress','66455HVKmDd','32fQEKFC','236pQKoIX','1843173Ohyeew','write','production','3881619JZUJVM','8910062cXkfgl'];a209_0x3b96=function(){return _0x33dc8a;};return a209_0x3b96();}
|
package/lib/constant/domain.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type LovrabetRegion } from "../constant/region.js";
|
|
1
2
|
/**
|
|
2
3
|
* 初始化自定义域名(从 .rabetbase.json 合并配置中读取)。
|
|
3
4
|
* 未配置的字段传 undefined,回退到默认域名。
|
|
@@ -6,9 +7,30 @@ export declare function initDomains(domains?: {
|
|
|
6
7
|
apiDomain?: string;
|
|
7
8
|
userDomain?: string;
|
|
8
9
|
runtimeDomain?: string;
|
|
10
|
+
skillDomain?: string;
|
|
11
|
+
kbDomain?: string;
|
|
12
|
+
appDomain?: string;
|
|
13
|
+
region?: LovrabetRegion;
|
|
9
14
|
}): void;
|
|
10
15
|
export declare const getUserDomain: () => string;
|
|
11
16
|
export declare const getApiDomain: () => string;
|
|
12
17
|
export declare const getRuntimeDomain: () => string;
|
|
13
|
-
export declare const
|
|
18
|
+
export declare const getSkillDomain: () => string;
|
|
19
|
+
export declare const getKbDomain: () => string;
|
|
20
|
+
export declare const getAppDomain: () => string;
|
|
21
|
+
export declare const getActiveRegion: () => "global" | "id" | "cn";
|
|
22
|
+
/**
|
|
23
|
+
* 生成到浏览器项目中的 SDK 路由白名单。
|
|
24
|
+
*
|
|
25
|
+
* - 企业独立部署只下发显式 runtimeDomain;
|
|
26
|
+
* - id 下发 region,由 SDK 按 env 解析官方节点;
|
|
27
|
+
* - cn 是 SDK 默认值,无需写入生成文件;
|
|
28
|
+
* - 历史 global 配置不再作为 SDK region 暴露,改为下发当前 env 的完整地址。
|
|
29
|
+
*/
|
|
30
|
+
export declare function getSdkClientRoutingConfig(): {
|
|
31
|
+
region?: "id";
|
|
32
|
+
runtimeDomain?: string;
|
|
33
|
+
};
|
|
14
34
|
export declare const getAppBaseUrl: (appCode: string) => string;
|
|
35
|
+
/** Builds the wildcard host used by published custom pages. */
|
|
36
|
+
export declare const getPublishedAppDomain: (appCode: string) => string;
|
package/lib/constant/domain.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a210_0x2e405b=a210_0x4a77;(function(_0x4379ad,_0x57a945){const _0x132736=a210_0x4a77,_0x42b4b3=_0x4379ad();while(!![]){try{const _0x3511ea=-parseInt(_0x132736(0x1e8))/0x1+parseInt(_0x132736(0x1e9))/0x2*(parseInt(_0x132736(0x1d7))/0x3)+parseInt(_0x132736(0x1e7))/0x4+parseInt(_0x132736(0x1ea))/0x5+parseInt(_0x132736(0x1c7))/0x6+-parseInt(_0x132736(0x1d4))/0x7*(-parseInt(_0x132736(0x1e3))/0x8)+parseInt(_0x132736(0x1c5))/0x9*(-parseInt(_0x132736(0x1d2))/0xa);if(_0x3511ea===_0x57a945)break;else _0x42b4b3['push'](_0x42b4b3['shift']());}catch(_0x321f6c){_0x42b4b3['push'](_0x42b4b3['shift']());}}}(a210_0x57fa,0xa61b6));import{getEnv,isProduction}from'../constant/env.js';import{DEFAULT_LOVRABET_REGION}from'../constant/region.js';function a210_0x57fa(){const _0x4b1f9b=['https://user.lovrabet.ai','skillDomain','user','trim','/app/','https://user.lovrabet.com','https://daily-runtime.lovrabet.ai','app','6456830uCVxuI','https://skills.lovrabet.com','2910348ZmgnaZ','nonProduction','https://daily.lovrabet.ai','3DDbDzZ','https://user-daily.lovrabet.com','https://daily-runtime.lovrabet.id','https://daily-runtime.lovrabet.com','hostname','runtimeDomain','https://daily.lovrabet.com','https://app.lovrabet.ai','https://skills-daily.lovrabet.id','https://skills-daily.lovrabet.com','https://skills-daily.lovrabet.ai','https://skills.lovrabet.ai','16rMntOi','https://api.lovrabet.ai','https://runtime.lovrabet.com','https://user-daily.lovrabet.id','402496GDLphW','906156WLcRFb','1205320VvsyiP','5438930lCrEyI','https://user.lovrabet.id','/web-app/app/','https://api.lovrabet.id','global','https://api.lovrabet.com','https://app.lovrabet.com','https://daily-api.lovrabet.ai','appDomain','skill','27hyRCbB','https://runtime.lovrabet.ai','5405886fvCHsQ','kbDomain','https://runtime.lovrabet.id'];a210_0x57fa=function(){return _0x4b1f9b;};return a210_0x57fa();}let customApiDomain,customUserDomain,customRuntimeDomain,customSkillDomain,customKbDomain,customAppDomain,activeRegion=DEFAULT_LOVRABET_REGION;const REGION_DOMAINS={'cn':{'production':{'user':a210_0x2e405b(0x1cf),'api':a210_0x2e405b(0x1c0),'runtime':a210_0x2e405b(0x1e5),'skill':a210_0x2e405b(0x1d3),'kb':a210_0x2e405b(0x1e5),'app':a210_0x2e405b(0x1c1)},'nonProduction':{'user':a210_0x2e405b(0x1d8),'api':'https://daily-api.lovrabet.com','runtime':a210_0x2e405b(0x1da),'skill':a210_0x2e405b(0x1e0),'kb':'https://daily-runtime.lovrabet.com','app':a210_0x2e405b(0x1dd)}},'id':{'production':{'user':a210_0x2e405b(0x1eb),'api':a210_0x2e405b(0x1be),'runtime':a210_0x2e405b(0x1c9),'skill':'https://skills.lovrabet.id','kb':a210_0x2e405b(0x1c9),'app':'https://app.lovrabet.id'},'nonProduction':{'user':a210_0x2e405b(0x1e6),'api':'https://daily-api.lovrabet.id','runtime':a210_0x2e405b(0x1d9),'skill':a210_0x2e405b(0x1df),'kb':a210_0x2e405b(0x1d9),'app':'https://daily.lovrabet.id'}},'global':{'production':{'user':a210_0x2e405b(0x1ca),'api':a210_0x2e405b(0x1e4),'runtime':a210_0x2e405b(0x1c6),'skill':a210_0x2e405b(0x1e2),'kb':a210_0x2e405b(0x1c6),'app':a210_0x2e405b(0x1de)},'nonProduction':{'user':'https://user-daily.lovrabet.ai','api':a210_0x2e405b(0x1c2),'runtime':a210_0x2e405b(0x1d0),'skill':a210_0x2e405b(0x1e1),'kb':'https://daily-runtime.lovrabet.ai','app':a210_0x2e405b(0x1d6)}}};function getActiveRegionDomains(){const _0x2a5f3f=a210_0x2e405b;return REGION_DOMAINS[activeRegion][isProduction(getEnv())?'production':_0x2a5f3f(0x1d5)];}export function initDomains(_0x553e9d){const _0x18bfe=a210_0x2e405b;customApiDomain=_0x553e9d?.['apiDomain'],customUserDomain=_0x553e9d?.['userDomain'],customRuntimeDomain=_0x553e9d?.[_0x18bfe(0x1dc)],customSkillDomain=_0x553e9d?.[_0x18bfe(0x1cb)],customKbDomain=_0x553e9d?.[_0x18bfe(0x1c8)],customAppDomain=_0x553e9d?.[_0x18bfe(0x1c3)],activeRegion=_0x553e9d?.['region']??DEFAULT_LOVRABET_REGION;}export const getUserDomain=()=>customUserDomain||getActiveRegionDomains()[a210_0x2e405b(0x1cc)];export const getApiDomain=()=>customApiDomain||getActiveRegionDomains()['api'];export const getRuntimeDomain=()=>customRuntimeDomain||getActiveRegionDomains()['runtime'];export const getSkillDomain=()=>customSkillDomain||getActiveRegionDomains()[a210_0x2e405b(0x1c4)];export const getKbDomain=()=>customKbDomain||getActiveRegionDomains()['kb'];export const getAppDomain=()=>customAppDomain||getActiveRegionDomains()[a210_0x2e405b(0x1d1)];export const getActiveRegion=()=>activeRegion;function a210_0x4a77(_0x123b61,_0x5c2a6b){_0x123b61=_0x123b61-0x1be;const _0x57fa31=a210_0x57fa();let _0x4a774b=_0x57fa31[_0x123b61];return _0x4a774b;}export function getSdkClientRoutingConfig(){const _0x20f67a=a210_0x2e405b;if(customRuntimeDomain&&customRuntimeDomain!==getActiveRegionDomains()['runtime'])return{'runtimeDomain':customRuntimeDomain};if(activeRegion==='id')return{'region':'id'};if(activeRegion===_0x20f67a(0x1bf))return{'runtimeDomain':getRuntimeDomain()};return{};}export const getAppBaseUrl=_0x28fdd2=>{const _0x717309=a210_0x2e405b,_0x2bebea=encodeURIComponent(_0x28fdd2[_0x717309(0x1cd)]());return isProduction(getEnv())?getAppDomain()+_0x717309(0x1ce)+_0x2bebea:getAppDomain()+_0x717309(0x1ec)+_0x2bebea;};export const getPublishedAppDomain=_0x5cce04=>{const _0x33d787=a210_0x2e405b,_0x442d4f=new URL(getAppDomain());return _0x442d4f['hostname']=_0x5cce04[_0x33d787(0x1cd)]()+'.'+_0x442d4f[_0x33d787(0x1db)],_0x442d4f['origin'];};
|
package/lib/constant/env.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a211_0x28c516=a211_0x2fd2;(function(_0x2d12a1,_0x3f20a6){const _0x36362b=a211_0x2fd2,_0x5c07b5=_0x2d12a1();while(!![]){try{const _0x142598=parseInt(_0x36362b(0xd4))/0x1+parseInt(_0x36362b(0xd2))/0x2+parseInt(_0x36362b(0xca))/0x3*(-parseInt(_0x36362b(0xcc))/0x4)+parseInt(_0x36362b(0xcd))/0x5+parseInt(_0x36362b(0xcb))/0x6+parseInt(_0x36362b(0xce))/0x7+-parseInt(_0x36362b(0xcf))/0x8;if(_0x142598===_0x3f20a6)break;else _0x5c07b5['push'](_0x5c07b5['shift']());}catch(_0x2a6011){_0x5c07b5['push'](_0x5c07b5['shift']());}}}(a211_0x536d,0x9585f));export const RABETBASE_ENV_VALUES=[a211_0x28c516(0xd1),a211_0x28c516(0xd3)];function a211_0x536d(){const _0x1213b9=['20tIjRXE','56770isgcYg','7846944mRGlmJ','10151536zIgsrt','development','production','1210922KBEXKP','daily','153252KHRcfN','446781OisAAI','4409790wRaqyl'];a211_0x536d=function(){return _0x1213b9;};return a211_0x536d();}export function normalizeEnv(_0x82849d){const _0x29745d=a211_0x28c516;return _0x82849d==='online'?_0x29745d(0xd1):_0x82849d;}function a211_0x2fd2(_0xa8770c,_0x4ea593){_0xa8770c=_0xa8770c-0xca;const _0x536d97=a211_0x536d();let _0x2fd2da=_0x536d97[_0xa8770c];return _0x2fd2da;}export function isProduction(_0x1551b6){const _0x39ff35=a211_0x28c516;return normalizeEnv(_0x1551b6)===_0x39ff35(0xd1);}export function isDaily(_0x361cb1){const _0x43fba7=a211_0x28c516;return normalizeEnv(_0x361cb1)===_0x43fba7(0xd3);}export function isDev(_0x1280a2){const _0x5297df=a211_0x28c516,_0x4753fc=normalizeEnv(_0x1280a2);return _0x4753fc===_0x5297df(0xd0)||_0x4753fc==='dev';}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||'production');export function getEnv(){return env;}export function initEnv(_0x41910d){env=normalizeEnv(_0x41910d);}
|
package/lib/constant/output.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a212_0x4370bd=a212_0x477e;(function(_0x31662f,_0x3b845d){const _0x27cacd=a212_0x477e,_0x5b7a41=_0x31662f();while(!![]){try{const _0x28afe6=parseInt(_0x27cacd(0xc6))/0x1*(-parseInt(_0x27cacd(0xcb))/0x2)+-parseInt(_0x27cacd(0xc8))/0x3*(-parseInt(_0x27cacd(0xc2))/0x4)+parseInt(_0x27cacd(0xca))/0x5+parseInt(_0x27cacd(0xc4))/0x6*(-parseInt(_0x27cacd(0xce))/0x7)+parseInt(_0x27cacd(0xc7))/0x8+-parseInt(_0x27cacd(0xc9))/0x9+parseInt(_0x27cacd(0xc3))/0xa*(parseInt(_0x27cacd(0xcc))/0xb);if(_0x28afe6===_0x3b845d)break;else _0x5b7a41['push'](_0x5b7a41['shift']());}catch(_0x4423d8){_0x5b7a41['push'](_0x5b7a41['shift']());}}}(a212_0x2e0b,0x80842));function a212_0x477e(_0x665639,_0x284a2a){_0x665639=_0x665639-0xc2;const _0x2e0bf0=a212_0x2e0b();let _0x477e10=_0x2e0bf0[_0x665639];return _0x477e10;}function a212_0x2e0b(){const _0x59d021=['4mOSibE','40tXTzwz','1152rcoPUt','pretty','1fRtXrB','7565136gjeuKq','1134453bTgSxd','7317207ZFNakC','787565jkDtLl','1257274FewdNy','3265251MwXwPc','compress','25543KdYxXQ'];a212_0x2e0b=function(){return _0x59d021;};return a212_0x2e0b();}export const RABETBASE_OUTPUT_FORMAT_VALUES=['json',a212_0x4370bd(0xc5),a212_0x4370bd(0xcd)];
|
package/lib/constant/paths.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a213_0x59d641=a213_0x104c;function a213_0x104c(_0x56bd29,_0x3ad23f){_0x56bd29=_0x56bd29-0x1c1;const _0x267d4e=a213_0x267d();let _0x104cea=_0x267d4e[_0x56bd29];return _0x104cea;}(function(_0x461cc6,_0x104b6f){const _0x5e88ee=a213_0x104c,_0x5630b6=_0x461cc6();while(!![]){try{const _0x3e18c4=-parseInt(_0x5e88ee(0x1cb))/0x1+parseInt(_0x5e88ee(0x1c4))/0x2*(-parseInt(_0x5e88ee(0x1c3))/0x3)+-parseInt(_0x5e88ee(0x1c8))/0x4*(-parseInt(_0x5e88ee(0x1c9))/0x5)+-parseInt(_0x5e88ee(0x1c1))/0x6+-parseInt(_0x5e88ee(0x1c6))/0x7*(-parseInt(_0x5e88ee(0x1c5))/0x8)+-parseInt(_0x5e88ee(0x1c2))/0x9+parseInt(_0x5e88ee(0x1c7))/0xa;if(_0x3e18c4===_0x104b6f)break;else _0x5630b6['push'](_0x5630b6['shift']());}catch(_0x23d398){_0x5630b6['push'](_0x5630b6['shift']());}}}(a213_0x267d,0x7bd76));export const DEFAULT_API_DIR=a213_0x59d641(0x1ca);function a213_0x267d(){const _0xf23e=['70391koDUab','984714NgjNWW','6724557zKAWAI','2501742DARjBk','2kMDjNU','3112464PqjQAo','7pwJbip','13969030trJtin','2147560oUweOP','5uxOiay','./src/api'];a213_0x267d=function(){return _0xf23e;};return a213_0x267d();}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const LOVRABET_REGION_VALUES: readonly ["cn", "id", "global"];
|
|
2
|
+
/** Regions currently available for new CLI configuration. */
|
|
3
|
+
export declare const ENABLED_LOVRABET_REGION_VALUES: readonly ["cn", "id"];
|
|
4
|
+
export type LovrabetRegion = (typeof LOVRABET_REGION_VALUES)[number];
|
|
5
|
+
export declare const DEFAULT_LOVRABET_REGION: LovrabetRegion;
|
|
6
|
+
export declare function isLovrabetRegion(value: unknown): value is LovrabetRegion;
|
|
7
|
+
export declare function isEnabledLovrabetRegion(value: unknown): value is "cn" | "id";
|
|
8
|
+
/** Keeps legacy long names and disabled regions readable; new writes use the enabled list. */
|
|
9
|
+
export declare function normalizeLovrabetRegion(value: unknown): LovrabetRegion;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x3e48a4,_0x456d2c){const _0x5363e3=a214_0x3512,_0x11df4a=_0x3e48a4();while(!![]){try{const _0xb2d6e9=-parseInt(_0x5363e3(0x18b))/0x1+parseInt(_0x5363e3(0x185))/0x2+parseInt(_0x5363e3(0x181))/0x3+-parseInt(_0x5363e3(0x189))/0x4+parseInt(_0x5363e3(0x18a))/0x5*(-parseInt(_0x5363e3(0x184))/0x6)+parseInt(_0x5363e3(0x183))/0x7+-parseInt(_0x5363e3(0x180))/0x8*(-parseInt(_0x5363e3(0x187))/0x9);if(_0xb2d6e9===_0x456d2c)break;else _0x11df4a['push'](_0x11df4a['shift']());}catch(_0x251696){_0x11df4a['push'](_0x11df4a['shift']());}}}(a214_0x1824,0xe9f4a));export const LOVRABET_REGION_VALUES=['cn','id','global'];function a214_0x1824(){const _0x16c3ab=['54CmoPFi','1429854GuWekQ','china','4250529XslyYU','includes','5898260EVlLvR','748255KDfTsl','4404fIIekt','string','8SIfHDp','4561668hEXnbr','indonesia','7534422IQpFpp'];a214_0x1824=function(){return _0x16c3ab;};return a214_0x1824();}export const ENABLED_LOVRABET_REGION_VALUES=['cn','id'];export const DEFAULT_LOVRABET_REGION='cn';export function isLovrabetRegion(_0x1e86ec){const _0x56c13c=a214_0x3512;return typeof _0x1e86ec===_0x56c13c(0x18c)&&LOVRABET_REGION_VALUES[_0x56c13c(0x188)](_0x1e86ec);}function a214_0x3512(_0x4a0b8c,_0x42f9a9){_0x4a0b8c=_0x4a0b8c-0x180;const _0x182465=a214_0x1824();let _0x35126f=_0x182465[_0x4a0b8c];return _0x35126f;}export function isEnabledLovrabetRegion(_0x3b248b){const _0x5b00c8=a214_0x3512;return typeof _0x3b248b==='string'&&ENABLED_LOVRABET_REGION_VALUES[_0x5b00c8(0x188)](_0x3b248b);}export function normalizeLovrabetRegion(_0x2bfa2a){const _0x59c52f=a214_0x3512;if(_0x2bfa2a===_0x59c52f(0x186))return'cn';if(_0x2bfa2a===_0x59c52f(0x182))return'id';return isLovrabetRegion(_0x2bfa2a)?_0x2bfa2a:DEFAULT_LOVRABET_REGION;}
|
package/lib/constant/risk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a215_0x1c7ce0=a215_0x9650;(function(_0x595110,_0x28a63c){const _0x5b616a=a215_0x9650,_0x5490da=_0x595110();while(!![]){try{const _0x31f82a=parseInt(_0x5b616a(0x9a))/0x1+-parseInt(_0x5b616a(0xa3))/0x2*(-parseInt(_0x5b616a(0x9d))/0x3)+parseInt(_0x5b616a(0x9b))/0x4+parseInt(_0x5b616a(0xa6))/0x5*(-parseInt(_0x5b616a(0xa2))/0x6)+-parseInt(_0x5b616a(0xa5))/0x7+-parseInt(_0x5b616a(0xa0))/0x8+-parseInt(_0x5b616a(0x9c))/0x9*(-parseInt(_0x5b616a(0x9f))/0xa);if(_0x31f82a===_0x28a63c)break;else _0x5490da['push'](_0x5490da['shift']());}catch(_0x4fa9a2){_0x5490da['push'](_0x5490da['shift']());}}}(a215_0x1456,0x4c569));function a215_0x9650(_0x1dcbc1,_0xd551b5){_0x1dcbc1=_0x1dcbc1-0x9a;const _0x1456c2=a215_0x1456();let _0x965071=_0x1456c2[_0x1dcbc1];return _0x965071;}export const RISK_LEVEL_VALUES=[a215_0x1c7ce0(0x9e),a215_0x1c7ce0(0xa1),a215_0x1c7ce0(0xa4)];function a215_0x1456(){const _0x45bb31=['2946727WOwICU','844480FDixeM','438293RwhSly','922380vIIWcV','217629TJdzOa','216354tWBVvQ','read','290OtANwz','2966568IkeuEm','write','12GWpmYg','2glsJwk','high-risk-write'];a215_0x1456=function(){return _0x45bb31;};return a215_0x1456();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x465305,_0x5dd548){const _0x341e2d=a216_0x4f5d,_0x26b004=_0x465305();while(!![]){try{const _0x938c05=-parseInt(_0x341e2d(0x6b))/0x1+parseInt(_0x341e2d(0x81))/0x2*(-parseInt(_0x341e2d(0x73))/0x3)+parseInt(_0x341e2d(0x8e))/0x4+parseInt(_0x341e2d(0x79))/0x5*(parseInt(_0x341e2d(0x7d))/0x6)+-parseInt(_0x341e2d(0x80))/0x7*(-parseInt(_0x341e2d(0x71))/0x8)+-parseInt(_0x341e2d(0x7f))/0x9*(parseInt(_0x341e2d(0x93))/0xa)+parseInt(_0x341e2d(0x6f))/0xb*(parseInt(_0x341e2d(0x6c))/0xc);if(_0x938c05===_0x5dd548)break;else _0x26b004['push'](_0x26b004['shift']());}catch(_0x567f1b){_0x26b004['push'](_0x26b004['shift']());}}}(a216_0x3a92,0x897b9));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';function stringConfigValue(_0x112657){const _0x15f036=a216_0x4f5d;return typeof _0x112657===_0x15f036(0x70)&&_0x112657[_0x15f036(0x8d)]()?_0x112657['trim']():undefined;}function appProfiles(_0x16cabe){const _0x501e07=a216_0x4f5d;return _0x16cabe[_0x501e07(0x6e)]&&typeof _0x16cabe[_0x501e07(0x6e)]==='object'?_0x16cabe['apps']:{};}function a216_0x4f5d(_0x5d1ae9,_0x512119){_0x5d1ae9=_0x5d1ae9-0x65;const _0x3a9204=a216_0x3a92();let _0x4f5d13=_0x3a9204[_0x5d1ae9];return _0x4f5d13;}function resolveDefaultAppName(_0x222dde){const _0x1f8e74=a216_0x4f5d,_0x2979f8=stringConfigValue(_0x222dde[_0x1f8e74(0x6a)]);if(_0x2979f8)return _0x2979f8;const _0x1134f2=Object[_0x1f8e74(0x95)](appProfiles(_0x222dde));return _0x1134f2[_0x1f8e74(0x90)]===0x1?_0x1134f2[0x0]:undefined;}function resolveTopLevelAppCode(_0x12302d){const _0x2f7bc8=a216_0x4f5d;return stringConfigValue(_0x12302d[_0x2f7bc8(0x8c)])||stringConfigValue(_0x12302d[_0x2f7bc8(0x68)]);}function normalizeRiskCeiling(_0x14e713){const _0x35be05=a216_0x4f5d;if(_0x14e713===undefined||_0x14e713===null)return undefined;if(_0x14e713===_0x35be05(0x86)||_0x14e713===_0x35be05(0x65)||_0x14e713===_0x35be05(0x75))return _0x14e713;return _0x35be05(0x86);}function resolveRiskCeiling(..._0x5ab65e){let _0x22a341;for(const _0x2c5d43 of _0x5ab65e){const _0x1237cf=normalizeRiskCeiling(_0x2c5d43);_0x1237cf&&(!_0x22a341||riskLevelOrder(_0x1237cf)<riskLevelOrder(_0x22a341))&&(_0x22a341=_0x1237cf);}return _0x22a341??DEFAULT_CONFIG_VALUES['riskLevel'];}function configuredRiskCeilings(_0x39dea8){const _0x2db313=a216_0x4f5d;return[...Object[_0x2db313(0x96)][_0x2db313(0x87)][_0x2db313(0x94)](_0x39dea8,_0x2db313(0x66))?[_0x39dea8[_0x2db313(0x66)]]:[],...Object[_0x2db313(0x96)][_0x2db313(0x87)]['call'](_0x39dea8,_0x2db313(0x88))?[_0x39dea8['riskLevel']]:[]];}export function resolveAppConfig({raw:_0x4b9635,flags:_0x34398c,layers:_0x38726f,readEnv:_0x3317b3}){const _0x405ec7=a216_0x4f5d,_0x33097c=_0x38726f?.[_0x405ec7(0x91)]??{},_0x20e1a8=_0x38726f?.['globalConfig']??{},_0x583ee0=!!_0x38726f?.[_0x405ec7(0x98)]||Object[_0x405ec7(0x95)](_0x33097c)[_0x405ec7(0x90)]>0x0,_0x4b797b=!_0x583ee0,_0x3b64b8=_0x583ee0?resolveDefaultAppName(_0x33097c):undefined,_0x5d69ca=_0x4b797b?resolveDefaultAppName(_0x20e1a8):undefined,_0x4110c1=stringConfigValue(_0x34398c[_0x405ec7(0x68)]),_0x55af96=_0x3317b3(_0x405ec7(0x6d)),_0x345755={};if(_0x4b9635[_0x405ec7(0x6e)]&&typeof _0x4b9635[_0x405ec7(0x6e)]===_0x405ec7(0x92))for(const [_0x404b22,_0x5a9d86]of Object[_0x405ec7(0x7a)](_0x4b9635[_0x405ec7(0x6e)])){_0x5a9d86&&typeof _0x5a9d86===_0x405ec7(0x92)&&_0x5a9d86[_0x405ec7(0x8c)]&&(_0x345755[_0x404b22]=_0x5a9d86);}const _0x490834=_0x3b64b8||_0x5d69ca||resolveDefaultAppName(_0x4b9635),_0x5d5053=Object[_0x405ec7(0x95)](_0x345755)[_0x405ec7(0x90)]>0x0,_0x40b12b=_0x4110c1||_0x3b64b8||_0x55af96||_0x5d69ca||_0x490834||undefined,_0x1dd0b3=stringConfigValue(_0x34398c['appcode']),_0x54046e=_0x1dd0b3?Object[_0x405ec7(0x7a)](_0x345755)[_0x405ec7(0x84)](([,_0x3de445])=>_0x3de445?.[_0x405ec7(0x8c)]===_0x1dd0b3):undefined,_0x439767=_0x54046e?.[0x0],_0x2c0832=_0x54046e?.[0x1],_0x26cd87=_0x1dd0b3?_0x439767:_0x40b12b;let _0x1ecf48=_0x26cd87&&_0x345755[_0x26cd87]?_0x345755[_0x26cd87]:undefined;_0x1dd0b3&&_0x2c0832&&(_0x1ecf48=_0x2c0832);const _0x5b6cd1=_0x1dd0b3?_0x2c0832??_0x1ecf48:_0x1ecf48,_0x466ca1=!_0x4110c1&&!_0x3b64b8&&_0x55af96&&_0x26cd87===_0x55af96,_0x540d81=_0x4110c1||(_0x466ca1?_0x55af96:undefined)||(_0x1dd0b3?_0x439767:undefined),_0x3f2265=_0x5b6cd1?.[_0x405ec7(0x8c)],_0x57fa1d=_0x583ee0?resolveTopLevelAppCode(_0x33097c):undefined,_0x128c66=_0x4b797b?resolveTopLevelAppCode(_0x20e1a8):undefined,_0x1371f9=_0x4110c1||_0x3b64b8?_0x3f2265:undefined,_0x41b3b1=!_0x4110c1&&!_0x3b64b8?_0x3f2265:undefined,_0x36670f=_0x1dd0b3||_0x1371f9||_0x57fa1d||_0x41b3b1||_0x128c66||undefined,_0x405827=_0x583ee0?stringConfigValue(_0x33097c[_0x405ec7(0x7c)]):undefined,_0x57f4aa=_0x4b797b?stringConfigValue(_0x20e1a8[_0x405ec7(0x7c)]):undefined,_0x2e6ea5=_0x34398c[_0x405ec7(0x7c)]||_0x5b6cd1?.[_0x405ec7(0x7c)]||_0x405827||_0x3317b3(_0x405ec7(0x78))||_0x57f4aa||_0x4b9635['env']||DEFAULT_CONFIG_VALUES[_0x405ec7(0x7c)],_0x7ef87f=_0x5b6cd1?.[_0x405ec7(0x83)]||_0x4b9635[_0x405ec7(0x83)]||DEFAULT_CONFIG_VALUES['locale'],_0x160ed9=_0x3317b3(_0x405ec7(0x76))||_0x5b6cd1?.[_0x405ec7(0x8a)]||_0x4b9635[_0x405ec7(0x8a)]||undefined,_0x28cd4a=_0x3317b3(_0x405ec7(0x97))||_0x5b6cd1?.[_0x405ec7(0x8f)]||_0x4b9635['accessKey']||undefined,_0x5730a9=_0x34398c['format']||_0x3317b3(_0x405ec7(0x72))||_0x5b6cd1?.['format']||_0x4b9635[_0x405ec7(0x7b)],_0x3c7f7c=normalizeLegacyOutputFormat(_0x5730a9),_0x2b62fc=_0x3317b3(_0x405ec7(0x7e))||_0x5b6cd1?.[_0x405ec7(0x89)]||_0x4b9635[_0x405ec7(0x89)],_0x1c3e09=_0x2b62fc?Number(_0x2b62fc)||undefined:undefined,_0x5ccdd7=_0x38726f?[...configuredRiskCeilings(_0x38726f[_0x405ec7(0x74)]),...configuredRiskCeilings(_0x38726f['projectConfig'])]:configuredRiskCeilings(_0x4b9635),_0x54292e=resolveRiskCeiling(..._0x5ccdd7,_0x5b6cd1?.[_0x405ec7(0x88)]),_0x5ca271=resolveRiskCeiling(_0x54292e,_0x3317b3(_0x405ec7(0x8b)),_0x3317b3(_0x405ec7(0x69))),_0x23306a=_0x3317b3(_0x405ec7(0x85)),_0x51491f=_0x23306a==='1'||_0x23306a===_0x405ec7(0x82),_0x122026=_0x5b6cd1?.[_0x405ec7(0x67)]||_0x4b9635[_0x405ec7(0x67)]||DEFAULT_CONFIG_VALUES[_0x405ec7(0x67)],_0x3708da=isDaily(normalizeEnv(String(_0x2e6ea5)))?_0x405ec7(0x77):'production';return{'appCode':typeof _0x36670f==='string'&&_0x36670f[_0x405ec7(0x8d)]()?_0x36670f[_0x405ec7(0x8d)]():undefined,'env':_0x3708da,'locale':_0x7ef87f,'cookie':_0x160ed9,'accessKey':_0x28cd4a,'format':_0x3c7f7c,'pageSize':_0x1c3e09,'riskLevel':_0x5ca271,'verbose':_0x51491f,'apiDir':_0x122026,'apps':_0x345755,'defaultApp':_0x490834,'currentApp':_0x5d5053?_0x26cd87:undefined,'explicitAppName':_0x540d81};}function a216_0x3a92(){const _0x12484b=['MAX_RISK','defaultApp','422831TfckWn','5075724YKprSQ','APP','apps','11cCgAMU','string','3032UjwuBI','FORMAT','1303053CeCxfr','globalConfig','high-risk-write','COOKIE','daily','ENV','3818035yucFsD','entries','format','env','6pTojzk','PAGE_SIZE','4920219gYZSAx','686ylsoNa','2akDRtB','true','locale','find','VERBOSE','read','hasOwnProperty','riskLevel','pageSize','cookie','RISK_LEVEL','appcode','trim','2973104EqUJfg','accessKey','length','projectConfig','object','10WFcriC','call','keys','prototype','ACCESS_KEY','projectPath','write','maxRisk','apiDir','app'];a216_0x3a92=function(){return _0x12484b;};return a216_0x3a92();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x33795d,_0x4f4319){const _0x55bc55=a217_0x47bd,_0x405745=_0x33795d();while(!![]){try{const _0x175d5f=parseInt(_0x55bc55(0x1b9))/0x1*(-parseInt(_0x55bc55(0x1b7))/0x2)+-parseInt(_0x55bc55(0x1b5))/0x3*(parseInt(_0x55bc55(0x1bb))/0x4)+-parseInt(_0x55bc55(0x1bd))/0x5+parseInt(_0x55bc55(0x1b6))/0x6+-parseInt(_0x55bc55(0x1bf))/0x7+-parseInt(_0x55bc55(0x1be))/0x8*(-parseInt(_0x55bc55(0x1b8))/0x9)+parseInt(_0x55bc55(0x1b3))/0xa;if(_0x175d5f===_0x4f4319)break;else _0x405745['push'](_0x405745['shift']());}catch(_0x5560df){_0x405745['push'](_0x405745['shift']());}}}(a217_0x3f28,0x7f4e9));function a217_0x3f28(){const _0x4f6b68=['148696EyOwCo','../auth/get-cookie.js','4657230EnDYsO','6653776fvMtgf','5255992pYoosC','18392510UmLImG','authRequired','24cXpbfx','714936TENPaK','2oqKUvq','9OAvDcH','288986lQCJoT','cookie'];a217_0x3f28=function(){return _0x4f6b68;};return a217_0x3f28();}import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';function a217_0x47bd(_0x412dff,_0x54cf45){_0x412dff=_0x412dff-0x1b3;const _0x3f28e0=a217_0x3f28();let _0x47bdd7=_0x3f28e0[_0x412dff];return _0x47bdd7;}export async function buildAuth(_0xe0ea3d){const _0x2e3348=a217_0x47bd,{getCookie:_0x1ba485}=await import(_0x2e3348(0x1bc)),_0x52d7e2=_0xe0ea3d[_0x2e3348(0x1ba)]||_0x1ba485(),_0x3dde82=_0x52d7e2?await getIsSessionValid():![];return{'cookie':_0x52d7e2,'isLoggedIn':_0x3dde82,async 'getOrLogin'(){const _0x23514a=_0x2e3348;if(_0x52d7e2&&_0x3dde82)return _0x52d7e2;throw CliErrors[_0x23514a(0x1b4)]();}};}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/** 新建配置文件时使用的文件名 */
|
|
2
2
|
export declare const NEW_CONFIG_NAME = ".rabetbase.json";
|
|
3
|
-
/**
|
|
4
|
-
export declare const CONFIG_NAMES: readonly [".rabetbase.json"
|
|
5
|
-
/** 旧配置文件名(用于升级检测),不含新名 */
|
|
6
|
-
export declare const LEGACY_CONFIG_NAMES: (".lovrabet.json" | ".lovrabetrc")[];
|
|
3
|
+
/** Rabetbase 唯一识别的配置文件名;不读取 Lovrabet Runtime CLI 配置。 */
|
|
4
|
+
export declare const CONFIG_NAMES: readonly [".rabetbase.json"];
|
|
7
5
|
/** 全局 / 项目各一份原始 JSON(未合并),供 readRawConfig 与 app list 来源标注共用 */
|
|
8
6
|
export interface RawConfigLayers {
|
|
9
7
|
globalPath: string | undefined;
|
|
@@ -28,7 +26,7 @@ export type CliConfigJsonInspect = {
|
|
|
28
26
|
*/
|
|
29
27
|
export declare function resolveConfigPath(base: string): string | undefined;
|
|
30
28
|
/**
|
|
31
|
-
* 从 startDir
|
|
29
|
+
* 从 startDir 起向父目录查找,直到出现 .rabetbase.json。
|
|
32
30
|
* 找不到则回退为 startDir。
|
|
33
31
|
*/
|
|
34
32
|
export declare function findProjectRootDirectory(startDir?: string): string;
|
|
@@ -56,6 +54,6 @@ export declare function readConfigFile(filePath: string): Record<string, any>;
|
|
|
56
54
|
export declare function writeConfigFile(filePath: string, data: Record<string, any>): void;
|
|
57
55
|
/**
|
|
58
56
|
* 确定应写入的配置文件路径。
|
|
59
|
-
*
|
|
57
|
+
* 始终写入 .rabetbase.json,不读取或更新 Lovrabet Runtime CLI 配置。
|
|
60
58
|
*/
|
|
61
59
|
export declare function resolveWriteConfigPath(scope: "project" | "global"): string;
|