@lovrabet/rabetbase-cli 2.5.4-beta.2 → 2.5.4-beta.3
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/api-group.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/api/generate-sdk-config-file.js +1 -1
- package/lib/api/legacy-api-file.js +1 -1
- package/lib/api/model-registry-file.js +1 -1
- package/lib/api/model-registry-scaffold.js +1 -1
- package/lib/api/model-source.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/logs.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/dataset/batch-design.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/cross-relation-create.js +1 -1
- package/lib/commands/dataset/cross-relation-delete.js +1 -1
- package/lib/commands/dataset/cross-relation-list.js +1 -1
- package/lib/commands/dataset/cross-relation-shared.js +1 -1
- package/lib/commands/dataset/cross-relation-update.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-restore.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/dataset/user-deleted-field-list.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/table-diff-shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/deployment/index.js +1 -1
- package/lib/commands/deployment/sync-all.js +1 -1
- package/lib/commands/deployment/sync-jobs.js +1 -1
- package/lib/commands/deployment/sync-status.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/flow/create.js +1 -1
- package/lib/commands/flow/detail.js +1 -1
- package/lib/commands/flow/index.js +1 -1
- package/lib/commands/flow/list.js +1 -1
- package/lib/commands/flow/publish.js +1 -1
- package/lib/commands/flow/runtime-resources-shared.js +1 -1
- package/lib/commands/flow/runtime-role-list.js +1 -1
- package/lib/commands/flow/runtime-role-user-list.js +1 -1
- package/lib/commands/flow/runtime-user-search.js +1 -1
- package/lib/commands/flow/shared.js +1 -1
- package/lib/commands/flow/update.js +1 -1
- package/lib/commands/flow/validate.js +1 -1
- package/lib/commands/instant-api-policy/current.js +1 -1
- package/lib/commands/instant-api-policy/index.js +1 -1
- package/lib/commands/instant-api-policy/init.js +1 -1
- package/lib/commands/instant-api-policy/publish.js +1 -1
- package/lib/commands/instant-api-policy/pull.js +1 -1
- package/lib/commands/instant-api-policy/revision.js +1 -1
- package/lib/commands/instant-api-policy/revisions.js +1 -1
- package/lib/commands/instant-api-policy/rollback.js +1 -1
- package/lib/commands/instant-api-policy/shared.js +1 -1
- package/lib/commands/instant-api-policy/validate.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/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/api-architecture-upgrade.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/domain-routing-sync.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.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/feishu-bind.d.ts +2 -0
- package/lib/commands/user-account/feishu-bind.js +1 -0
- 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.js +1 -1
- package/lib/config/project-domain-routing.js +1 -1
- package/lib/config/region-config.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.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/hook-directory.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/cross-db-relation.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/flow-config.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.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/page/lr-smart-jsx.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/supported-flags.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/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
- package/skills/rabetbase/SKILL.md +3 -2
- package/skills/rabetbase/references/rabetbase-user-account.md +20 -2
- package/skills/rabetbase.manifest.json +3 -3
package/lib/constant/cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a257_0x4e9e(_0x420065,_0x2e4375){_0x420065=_0x420065-0x16e;const _0x1572db=a257_0x1572();let _0x4e9eed=_0x1572db[_0x420065];return _0x4e9eed;}const a257_0x36044e=a257_0x4e9e;(function(_0x297f3a,_0x431ca4){const _0x444730=a257_0x4e9e,_0x1d975f=_0x297f3a();while(!![]){try{const _0x2f6385=parseInt(_0x444730(0x17a))/0x1*(parseInt(_0x444730(0x16e))/0x2)+parseInt(_0x444730(0x177))/0x3+-parseInt(_0x444730(0x176))/0x4*(parseInt(_0x444730(0x17d))/0x5)+parseInt(_0x444730(0x180))/0x6+-parseInt(_0x444730(0x179))/0x7+-parseInt(_0x444730(0x172))/0x8*(parseInt(_0x444730(0x174))/0x9)+-parseInt(_0x444730(0x173))/0xa*(-parseInt(_0x444730(0x178))/0xb);if(_0x2f6385===_0x431ca4)break;else _0x1d975f['push'](_0x1d975f['shift']());}catch(_0x38a4bc){_0x1d975f['push'](_0x1d975f['shift']());}}}(a257_0x1572,0xcdca0));import{getActiveCdn}from'../constant/domain.js';const RABETBASE_CDN_PROJECT=a257_0x36044e(0x175),RABETBASE_CDN_CONFIG_ORIGIN=a257_0x36044e(0x17c),CDN_CONFIG_PATH=a257_0x36044e(0x17b),PROJECT_TEMPLATE_ASSET_PATH=a257_0x36044e(0x183),PROJECT_TEMPLATE_ARCHIVE_NAMES=Object[a257_0x36044e(0x16f)]({'release':a257_0x36044e(0x170),'beta':a257_0x36044e(0x182)});function a257_0x1572(){const _0x12d203=['sub-app-react-demo-beta.zip','templates/projects','8916abNroA','freeze','sub-app-react-demo.zip','lovrabet','136RHbhZj','30EdzsNl','297936ixXyTc','rabetbase-cli','4agIIXr','3645972HHAzSa','2222693LKdLzx','10517570phCNdF','153pIekcb','config/index.json','https://g.lovrabet.com','2411015UvyLjE','/dist/','.zip','5320836CvgCUD','sub-app-react-demo-'];a257_0x1572=function(){return _0x12d203;};return a257_0x1572();}export const RABETBASE_CDN_PROJECT_PATH=a257_0x36044e(0x17e)+RABETBASE_CDN_PROJECT;function getRabetbaseCdnBaseUrl(){const _0x204fd7=a257_0x36044e;return''+getActiveCdn()[_0x204fd7(0x171)]+RABETBASE_CDN_PROJECT_PATH;}export function getCliVersionPolicyUrl(){return''+RABETBASE_CDN_CONFIG_ORIGIN+RABETBASE_CDN_PROJECT_PATH+'/'+CDN_CONFIG_PATH;}export function getProjectTemplateAssetBaseUrl(){return getRabetbaseCdnBaseUrl()+'/'+PROJECT_TEMPLATE_ASSET_PATH;}export function getProjectTemplateLegacyAssetBaseUrl(){return''+RABETBASE_CDN_CONFIG_ORIGIN+RABETBASE_CDN_PROJECT_PATH+'/'+PROJECT_TEMPLATE_ASSET_PATH;}export function getProjectTemplateRelativeUrl(_0x1effc2,_0xd1f902){const _0x640d87=a257_0x36044e,_0x69e562=_0xd1f902?_0x640d87(0x181)+_0xd1f902+_0x640d87(0x17f):PROJECT_TEMPLATE_ARCHIVE_NAMES[_0x1effc2];return RABETBASE_CDN_PROJECT_PATH+'/'+PROJECT_TEMPLATE_ASSET_PATH+'/'+_0x69e562;}
|
package/lib/constant/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a257_0xc6bb91=a257_0x2260;(function(_0x5361d4,_0x31a3bf){const _0x466c7f=a257_0x2260,_0x34e3ea=_0x5361d4();while(!![]){try{const _0x3cc42c=-parseInt(_0x466c7f(0x1d3))/0x1+parseInt(_0x466c7f(0x188))/0x2*(-parseInt(_0x466c7f(0x1a9))/0x3)+parseInt(_0x466c7f(0x1a2))/0x4+parseInt(_0x466c7f(0x1f8))/0x5+-parseInt(_0x466c7f(0x205))/0x6+parseInt(_0x466c7f(0x1fb))/0x7+parseInt(_0x466c7f(0x1ff))/0x8*(parseInt(_0x466c7f(0x1ce))/0x9);if(_0x3cc42c===_0x31a3bf)break;else _0x34e3ea['push'](_0x34e3ea['shift']());}catch(_0x139a4e){_0x34e3ea['push'](_0x34e3ea['shift']());}}}(a257_0x1096,0xd2bce));export const CLI_BIN_NAME=a257_0xc6bb91(0x1c0);export const CLI_DISPLAY_NAME=a257_0xc6bb91(0x1fa);function a257_0x2260(_0x5bd636,_0x536577){_0x5bd636=_0x5bd636-0x183;const _0x10969c=a257_0x1096();let _0x2260d0=_0x10969c[_0x5bd636];return _0x2260d0;}export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';export const GLOBAL_FLAGS=[{'name':a257_0xc6bb91(0x1d6),'meowKey':a257_0xc6bb91(0x1d6),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x193),'hint':a257_0xc6bb91(0x1af)},{'name':a257_0xc6bb91(0x1e5),'meowKey':a257_0xc6bb91(0x1e5),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1a1),'hint':a257_0xc6bb91(0x1bc)},{'name':'env','meowKey':a257_0xc6bb91(0x1ae),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b9),'hint':'production\x20|\x20daily'},{'name':a257_0xc6bb91(0x1f2),'meowKey':'format','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e3),'hint':a257_0xc6bb91(0x1b4)},{'name':'jq','meowKey':'jq','type':a257_0xc6bb91(0x1e7),'description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a257_0xc6bb91(0x199)},{'name':'dry-run','meowKey':a257_0xc6bb91(0x20c),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1b1)},{'name':a257_0xc6bb91(0x20e),'meowKey':a257_0xc6bb91(0x20e),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x209)},{'name':'non-interactive','meowKey':'nonInteractive','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1aa)},{'name':a257_0xc6bb91(0x200),'meowKey':a257_0xc6bb91(0x200),'type':a257_0xc6bb91(0x1a6),'description':'Use\x20global\x20config\x20scope'},{'name':a257_0xc6bb91(0x1f5),'meowKey':a257_0xc6bb91(0x1f5),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1a7)},{'name':'ci','meowKey':'ci','type':'boolean','description':a257_0xc6bb91(0x1df),'hidden':!![]},{'name':a257_0xc6bb91(0x1c6),'meowKey':a257_0xc6bb91(0x1c6),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1fc)},{'name':a257_0xc6bb91(0x1a4),'meowKey':'locale','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c9),'hidden':!![],'hint':'zh-CN\x20|\x20en-US'},{'name':'name','meowKey':'name','type':'string','description':a257_0xc6bb91(0x1a5),'hidden':!![]},{'name':a257_0xc6bb91(0x1bf),'meowKey':a257_0xc6bb91(0x1bf),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1dd),'hidden':!![]},{'name':a257_0xc6bb91(0x208),'meowKey':a257_0xc6bb91(0x208),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x187),'hidden':!![]},{'name':a257_0xc6bb91(0x1cd),'meowKey':a257_0xc6bb91(0x1cd),'type':a257_0xc6bb91(0x1e7),'description':'Maximum\x20search\x20hits','hidden':!![]},{'name':'clear','meowKey':'clear','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x184),'hidden':!![]},{'name':a257_0xc6bb91(0x1d7),'meowKey':a257_0xc6bb91(0x1d7),'type':'boolean','description':a257_0xc6bb91(0x1cc),'hidden':!![]},{'name':'output','meowKey':a257_0xc6bb91(0x1cb),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b8),'hidden':!![]},{'name':a257_0xc6bb91(0x19c),'meowKey':a257_0xc6bb91(0x19c),'type':a257_0xc6bb91(0x1e7),'description':'JSON\x20params','hidden':!![]},{'name':a257_0xc6bb91(0x1d4),'meowKey':'datasetcode','type':'string','description':a257_0xc6bb91(0x19a),'hidden':!![]},{'name':a257_0xc6bb91(0x201),'meowKey':a257_0xc6bb91(0x201),'type':'boolean','description':a257_0xc6bb91(0x211),'hidden':!![]},{'name':a257_0xc6bb91(0x197),'meowKey':a257_0xc6bb91(0x183),'type':'boolean','description':a257_0xc6bb91(0x1e0),'hidden':!![]},{'name':'id','meowKey':'id','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b5),'hidden':!![]},{'name':a257_0xc6bb91(0x1db),'meowKey':a257_0xc6bb91(0x1db),'type':a257_0xc6bb91(0x1e7),'description':'Type\x20filter','hidden':!![]},{'name':'file','meowKey':a257_0xc6bb91(0x202),'type':a257_0xc6bb91(0x1e7),'description':'File\x20path','hidden':!![]},{'name':a257_0xc6bb91(0x186),'meowKey':a257_0xc6bb91(0x194),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e2),'hidden':!![]},{'name':'flow-name','meowKey':'flowName','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e1),'hidden':!![]},{'name':a257_0xc6bb91(0x198),'meowKey':a257_0xc6bb91(0x189),'type':'string','description':'Flow\x20status','hidden':!![]},{'name':a257_0xc6bb91(0x1b2),'meowKey':a257_0xc6bb91(0x1ca),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1cf),'hidden':!![]},{'name':a257_0xc6bb91(0x1ba),'meowKey':'datasetCode','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x19a),'hidden':!![]},{'name':a257_0xc6bb91(0x207),'meowKey':a257_0xc6bb91(0x207),'type':a257_0xc6bb91(0x1e7),'description':'SQL\x20code','hidden':!![]},{'name':a257_0xc6bb91(0x1f6),'meowKey':a257_0xc6bb91(0x19d),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ee),'hidden':!![]},{'name':a257_0xc6bb91(0x206),'meowKey':'sqlname','type':'string','description':a257_0xc6bb91(0x1ee),'hidden':!![]},{'name':'db-id','meowKey':a257_0xc6bb91(0x1c4),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ec),'hidden':!![]},{'name':a257_0xc6bb91(0x1f9),'meowKey':'dbid','type':a257_0xc6bb91(0x1e7),'description':'DB\x20ID','hidden':!![]},{'name':'description','meowKey':'description','type':'string','description':a257_0xc6bb91(0x1c2),'hidden':!![]},{'name':'description-file','meowKey':a257_0xc6bb91(0x20d),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1f1),'hidden':!![]},{'name':a257_0xc6bb91(0x18d),'meowKey':a257_0xc6bb91(0x18d),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1be),'hidden':!![]},{'name':'page-size','meowKey':a257_0xc6bb91(0x1d8),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c5),'hidden':!![]},{'name':a257_0xc6bb91(0x1d9),'meowKey':a257_0xc6bb91(0x1d9),'type':a257_0xc6bb91(0x1e7),'description':'Page\x20size','hidden':!![]},{'name':a257_0xc6bb91(0x18f),'meowKey':a257_0xc6bb91(0x18f),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c7),'hidden':!![]},{'name':a257_0xc6bb91(0x1bd),'meowKey':a257_0xc6bb91(0x1bd),'type':'string','description':'Code\x20filter','hidden':!![]},{'name':a257_0xc6bb91(0x1bb),'meowKey':a257_0xc6bb91(0x1bb),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1d1),'hidden':!![]},{'name':a257_0xc6bb91(0x18a),'meowKey':a257_0xc6bb91(0x18a),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1de),'hidden':!![]},{'name':'operation','meowKey':a257_0xc6bb91(0x20f),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x204),'hidden':!![]},{'name':a257_0xc6bb91(0x19b),'meowKey':a257_0xc6bb91(0x19b),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1b3),'hidden':!![]},{'name':a257_0xc6bb91(0x18c),'meowKey':'skipImports','type':a257_0xc6bb91(0x1a6),'description':'Skip\x20import\x20generation','hidden':!![]},{'name':'key','meowKey':a257_0xc6bb91(0x1a3),'type':a257_0xc6bb91(0x1e7),'description':'Config\x20key','hidden':!![]},{'name':a257_0xc6bb91(0x1e9),'meowKey':a257_0xc6bb91(0x1e9),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1f7),'hidden':!![]},{'name':a257_0xc6bb91(0x191),'meowKey':a257_0xc6bb91(0x191),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e4),'hidden':!![]},{'name':a257_0xc6bb91(0x210),'meowKey':a257_0xc6bb91(0x210),'type':'boolean','description':a257_0xc6bb91(0x203),'hidden':!![]},{'name':a257_0xc6bb91(0x196),'meowKey':'fromEnv','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ef),'hidden':!![]},{'name':'reveal','meowKey':a257_0xc6bb91(0x1eb),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1dc),'hidden':!![]},{'name':a257_0xc6bb91(0x1a8),'meowKey':'force','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x1d2),'hidden':!![]},{'name':a257_0xc6bb91(0x1a0),'meowKey':'confirm','type':a257_0xc6bb91(0x1a6),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':a257_0xc6bb91(0x1c8),'meowKey':a257_0xc6bb91(0x1c8),'type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x212),'hidden':!![]},{'name':a257_0xc6bb91(0x20b),'meowKey':'verbose','type':a257_0xc6bb91(0x1a6),'description':a257_0xc6bb91(0x192),'hidden':!![]},{'name':'expected-count','meowKey':a257_0xc6bb91(0x1f0),'type':'string','description':'Expected\x20affected\x20count','hidden':!![]},{'name':a257_0xc6bb91(0x1ad),'meowKey':a257_0xc6bb91(0x1ad),'type':a257_0xc6bb91(0x1e7),'description':'Menu\x20label','hidden':!![]},{'name':a257_0xc6bb91(0x1ea),'meowKey':a257_0xc6bb91(0x185),'type':a257_0xc6bb91(0x1e7),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':'sort','meowKey':'sort','type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1fe),'hidden':!![]},{'name':a257_0xc6bb91(0x1da),'meowKey':a257_0xc6bb91(0x18b),'type':a257_0xc6bb91(0x1e7),'description':'Expected\x20current\x20parent\x20menu\x20id','hidden':!![]},{'name':'expect-path','meowKey':a257_0xc6bb91(0x1b6),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1ab),'hidden':!![]},{'name':'expected-children-count','meowKey':a257_0xc6bb91(0x195),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1e8),'hidden':!![]},{'name':a257_0xc6bb91(0x1f3),'meowKey':a257_0xc6bb91(0x19f),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c3),'hidden':!![]},{'name':a257_0xc6bb91(0x1b0),'meowKey':a257_0xc6bb91(0x190),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x1c1),'hidden':!![]},{'name':a257_0xc6bb91(0x1d0),'meowKey':a257_0xc6bb91(0x19e),'type':a257_0xc6bb91(0x1e7),'description':a257_0xc6bb91(0x204),'hidden':!![]},{'name':a257_0xc6bb91(0x1fd),'meowKey':'functionNode','type':'string','description':a257_0xc6bb91(0x1d5),'hidden':!![]},{'name':a257_0xc6bb91(0x1b7),'meowKey':a257_0xc6bb91(0x1b7),'type':'string','description':a257_0xc6bb91(0x18e),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a257_0xc6bb91(0x1d6),'app','env',a257_0xc6bb91(0x1f2),'jq',a257_0xc6bb91(0x1ac),a257_0xc6bb91(0x20e),a257_0xc6bb91(0x20a),'ci']);export function buildMeowFlags(){const _0x384ec4=a257_0xc6bb91;return Object[_0x384ec4(0x1e6)](GLOBAL_FLAGS[_0x384ec4(0x1f4)](_0x479967=>[_0x479967[_0x384ec4(0x1ed)],{'type':_0x479967[_0x384ec4(0x1db)]}]));}function a257_0x1096(){const _0xb575e0=['1204401ojVKXU','Force\x20non-interactive\x20mode\x20(CI)','Expected\x20current\x20menu\x20path','dry-run','label','env','<code>','task-id','Preview\x20operation\x20without\x20executing','flow-type','Target\x20path','json\x20|\x20pretty\x20|\x20compress','Record\x20ID','expectPath','codes','Output\x20path','Environment','dataset-code','sql','<name>','code','Page\x20number','title','rabetbase','Asynchronous\x20task\x20ID','Description','Comma-separated\x20menu\x20IDs','dbId','Page\x20size','help','Keyword\x20filter','remote','App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','flowType','output','Watch\x20mode','topk','2664uiklrY','Flow\x20type','operation-type','SQL\x20string','Force\x20overwrite','587246TanVPL','datasetcode','Function\x20node','appcode','watch','pageSize','pagesize','expect-parent-id','type','Reveal\x20sensitive\x20value','Title','Schemas','Alias\x20for\x20--non-interactive','Enable\x20Backend\x20Function\x20save','Flow\x20name','Flow\x20code','Output\x20format','Tags','app','fromEntries','string','Expected\x20current\x20child\x20count','value','parent-id','reveal','DB\x20ID','meowKey','SQL\x20name','Read\x20value\x20from\x20environment\x20variable','expectedCount','Description\x20file','format','menu-ids','map','project','sql-name','Config\x20value','4123935tKeYxV','dbid','Rabetbase\x20CLI','10539410xBkwYS','Show\x20help','function-node','Menu\x20sort\x20value','12752tvaVbX','global','all','file','Read\x20value\x20from\x20stdin','Operation\x20type','396216mAepeU','sqlname','sqlcode','query','Skip\x20confirmation\x20for\x20high-risk\x20writes','non-interactive','verbose','dryRun','descriptionFile','yes','operation','stdin','Apply\x20to\x20all','Use\x20remote','enableBffSave','Clear','parentId','flow-code','Search\x20query','8vFhfDQ','flowStatus','schemas','expectParentId','skip-imports','page','Comma-separated\x20metadata\x20codes','keyword','taskId','tags','Verbose\x20output','Override\x20appcode','flowCode','expectedChildrenCount','from-env','enable-bff-save','flow-status','<expr>','Dataset\x20code','target','params','sqlName','operationType','menuIds','confirm','Select\x20app\x20profile\x20by\x20name','1280364KuoRbS','key','locale','Name','boolean','Use\x20project\x20config\x20scope','force'];a257_0x1096=function(){return _0xb575e0;};return a257_0x1096();}
|
|
1
|
+
const a258_0x1041d5=a258_0xf3f0;function a258_0xf3f0(_0x42bdf5,_0x3832d9){_0x42bdf5=_0x42bdf5-0x113;const _0x335dda=a258_0x335d();let _0xf3f0f7=_0x335dda[_0x42bdf5];return _0xf3f0f7;}(function(_0x2d5ee3,_0x531371){const _0x118e1c=a258_0xf3f0,_0x38242e=_0x2d5ee3();while(!![]){try{const _0x3f03a4=-parseInt(_0x118e1c(0x14f))/0x1*(parseInt(_0x118e1c(0x1a1))/0x2)+-parseInt(_0x118e1c(0x197))/0x3+-parseInt(_0x118e1c(0x114))/0x4*(-parseInt(_0x118e1c(0x17b))/0x5)+-parseInt(_0x118e1c(0x13f))/0x6+parseInt(_0x118e1c(0x11b))/0x7*(parseInt(_0x118e1c(0x11a))/0x8)+parseInt(_0x118e1c(0x17c))/0x9*(-parseInt(_0x118e1c(0x174))/0xa)+parseInt(_0x118e1c(0x19a))/0xb;if(_0x3f03a4===_0x531371)break;else _0x38242e['push'](_0x38242e['shift']());}catch(_0x13f0fe){_0x38242e['push'](_0x38242e['shift']());}}}(a258_0x335d,0xa1927));export const CLI_BIN_NAME=a258_0x1041d5(0x169);export const CLI_DISPLAY_NAME=a258_0x1041d5(0x166);function a258_0x335d(){const _0x39e340=['json\x20|\x20pretty\x20|\x20compress','Description','label','db-id','Expected\x20current\x20child\x20count','Page\x20size','parent-id','skipImports','Function\x20node','Search\x20query','Config\x20value','SQL\x20code','query','Preview\x20operation\x20without\x20executing','string','Verbose\x20output','4656786ShIogJ','parentId','env','codes','fromEnv','Use\x20remote','datasetcode','sort','Operation\x20type','code','Name','description-file','yes','boolean','Code\x20filter','Alias\x20for\x20--non-interactive','49768vxMtIQ','locale','page','operationType','page-size','Expected\x20current\x20menu\x20path','title','dry-run','flow-status','File\x20path','task-id','Expected\x20current\x20parent\x20menu\x20id','expected-children-count','enable-bff-save','Output\x20path','fromEntries','flow-name','non-interactive','Use\x20project\x20config\x20scope','Environment','clear','sql','sqlcode','Rabetbase\x20CLI','function-node','expected-count','rabetbase','Dataset\x20code','Record\x20ID','Flow\x20code','topk','expectPath','nonInteractive','Type\x20filter','taskId','file','Flow\x20status','1582180VJDfKQ','remote','operation','sqlName','Enable\x20Backend\x20Function\x20save','dryRun','params','5MgFtbV','54aNxcIq','meowKey','enableBffSave','Target\x20path','help','descriptionFile','<expr>','dataset-code','Page\x20number','force','Skip\x20confirmation\x20for\x20high-risk\x20writes','global','JSON\x20params','Description\x20file','keyword','stdin','Keyword\x20filter','description','target','Skip\x20import\x20generation','appcode','DB\x20ID','from-env','Show\x20help','flowType','tags','type','2324046BDrmVN','Force\x20overwrite','<name>','32715804cZcjLV','confirm','flowStatus','pagesize','name','Apply\x20to\x20all','watch','50CahTfB','Read\x20value\x20from\x20environment\x20variable','Comma-separated\x20menu\x20IDs','2605472tiZHMR','menu-ids','dbid','operation-type','Schemas','Title','6244704ElQlbX','7cTVWxF','sqlname','Output\x20format','expectedCount','datasetCode','app','reveal','format','Use\x20global\x20config\x20scope','key','expectParentId','Read\x20value\x20from\x20stdin','output','expectedChildrenCount','flow-code','schemas','Force\x20non-interactive\x20mode\x20(CI)','all','value','map'];a258_0x335d=function(){return _0x39e340;};return a258_0x335d();}export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';export const GLOBAL_FLAGS=[{'name':'appcode','meowKey':a258_0x1041d5(0x190),'type':a258_0x1041d5(0x13d),'description':'Override\x20appcode','hint':'<code>'},{'name':'app','meowKey':'app','type':'string','description':'Select\x20app\x20profile\x20by\x20name','hint':a258_0x1041d5(0x199)},{'name':a258_0x1041d5(0x141),'meowKey':a258_0x1041d5(0x141),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x162),'hint':'production\x20|\x20daily'},{'name':a258_0x1041d5(0x122),'meowKey':a258_0x1041d5(0x122),'type':'string','description':a258_0x1041d5(0x11d),'hint':a258_0x1041d5(0x12f)},{'name':'jq','meowKey':'jq','type':a258_0x1041d5(0x13d),'description':'Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','hint':a258_0x1041d5(0x182)},{'name':a258_0x1041d5(0x156),'meowKey':a258_0x1041d5(0x179),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x13c)},{'name':a258_0x1041d5(0x14b),'meowKey':a258_0x1041d5(0x14b),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x186)},{'name':a258_0x1041d5(0x160),'meowKey':a258_0x1041d5(0x16f),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x12b)},{'name':a258_0x1041d5(0x187),'meowKey':'global','type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x123)},{'name':'project','meowKey':'project','type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x161)},{'name':'ci','meowKey':'ci','type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x14e),'hidden':!![]},{'name':a258_0x1041d5(0x180),'meowKey':a258_0x1041d5(0x180),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x193)},{'name':a258_0x1041d5(0x150),'meowKey':a258_0x1041d5(0x150),'type':'string','description':'App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','hidden':!![],'hint':'zh-CN\x20|\x20en-US'},{'name':a258_0x1041d5(0x19e),'meowKey':a258_0x1041d5(0x19e),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x149),'hidden':!![]},{'name':a258_0x1041d5(0x155),'meowKey':a258_0x1041d5(0x155),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x119),'hidden':!![]},{'name':a258_0x1041d5(0x13b),'meowKey':'query','type':'string','description':a258_0x1041d5(0x138),'hidden':!![]},{'name':a258_0x1041d5(0x16d),'meowKey':'topk','type':'string','description':'Maximum\x20search\x20hits','hidden':!![]},{'name':a258_0x1041d5(0x163),'meowKey':a258_0x1041d5(0x163),'type':'boolean','description':'Clear','hidden':!![]},{'name':'watch','meowKey':a258_0x1041d5(0x1a0),'type':'boolean','description':'Watch\x20mode','hidden':!![]},{'name':a258_0x1041d5(0x127),'meowKey':a258_0x1041d5(0x127),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x15d),'hidden':!![]},{'name':a258_0x1041d5(0x17a),'meowKey':a258_0x1041d5(0x17a),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x188),'hidden':!![]},{'name':a258_0x1041d5(0x145),'meowKey':a258_0x1041d5(0x145),'type':'string','description':a258_0x1041d5(0x16a),'hidden':!![]},{'name':a258_0x1041d5(0x12c),'meowKey':a258_0x1041d5(0x12c),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x19f),'hidden':!![]},{'name':a258_0x1041d5(0x15c),'meowKey':a258_0x1041d5(0x17e),'type':'boolean','description':a258_0x1041d5(0x178),'hidden':!![]},{'name':'id','meowKey':'id','type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x16b),'hidden':!![]},{'name':a258_0x1041d5(0x196),'meowKey':'type','type':'string','description':a258_0x1041d5(0x170),'hidden':!![]},{'name':a258_0x1041d5(0x172),'meowKey':a258_0x1041d5(0x172),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x158),'hidden':!![]},{'name':a258_0x1041d5(0x129),'meowKey':'flowCode','type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x16c),'hidden':!![]},{'name':a258_0x1041d5(0x15f),'meowKey':'flowName','type':'string','description':'Flow\x20name','hidden':!![]},{'name':a258_0x1041d5(0x157),'meowKey':a258_0x1041d5(0x19c),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x173),'hidden':!![]},{'name':'flow-type','meowKey':a258_0x1041d5(0x194),'type':a258_0x1041d5(0x13d),'description':'Flow\x20type','hidden':!![]},{'name':a258_0x1041d5(0x183),'meowKey':a258_0x1041d5(0x11f),'type':'string','description':a258_0x1041d5(0x16a),'hidden':!![]},{'name':a258_0x1041d5(0x165),'meowKey':a258_0x1041d5(0x165),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x13a),'hidden':!![]},{'name':'sql-name','meowKey':a258_0x1041d5(0x177),'type':a258_0x1041d5(0x13d),'description':'SQL\x20name','hidden':!![]},{'name':a258_0x1041d5(0x11c),'meowKey':'sqlname','type':a258_0x1041d5(0x13d),'description':'SQL\x20name','hidden':!![]},{'name':a258_0x1041d5(0x132),'meowKey':'dbId','type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x191),'hidden':!![]},{'name':a258_0x1041d5(0x116),'meowKey':'dbid','type':'string','description':a258_0x1041d5(0x191),'hidden':!![]},{'name':a258_0x1041d5(0x18d),'meowKey':a258_0x1041d5(0x18d),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x130),'hidden':!![]},{'name':a258_0x1041d5(0x14a),'meowKey':a258_0x1041d5(0x181),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x189),'hidden':!![]},{'name':a258_0x1041d5(0x151),'meowKey':a258_0x1041d5(0x151),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x184),'hidden':!![]},{'name':a258_0x1041d5(0x153),'meowKey':'pageSize','type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x134),'hidden':!![]},{'name':a258_0x1041d5(0x19d),'meowKey':a258_0x1041d5(0x19d),'type':a258_0x1041d5(0x13d),'description':'Page\x20size','hidden':!![]},{'name':'keyword','meowKey':a258_0x1041d5(0x18a),'type':'string','description':a258_0x1041d5(0x18c),'hidden':!![]},{'name':'code','meowKey':a258_0x1041d5(0x148),'type':'string','description':a258_0x1041d5(0x14d),'hidden':!![]},{'name':a258_0x1041d5(0x164),'meowKey':a258_0x1041d5(0x164),'type':'string','description':'SQL\x20string','hidden':!![]},{'name':'schemas','meowKey':a258_0x1041d5(0x12a),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x118),'hidden':!![]},{'name':a258_0x1041d5(0x176),'meowKey':a258_0x1041d5(0x176),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x147),'hidden':!![]},{'name':a258_0x1041d5(0x18e),'meowKey':a258_0x1041d5(0x18e),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x17f),'hidden':!![]},{'name':'skip-imports','meowKey':a258_0x1041d5(0x136),'type':'boolean','description':a258_0x1041d5(0x18f),'hidden':!![]},{'name':a258_0x1041d5(0x124),'meowKey':a258_0x1041d5(0x124),'type':a258_0x1041d5(0x13d),'description':'Config\x20key','hidden':!![]},{'name':a258_0x1041d5(0x12d),'meowKey':'value','type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x139),'hidden':!![]},{'name':'tags','meowKey':a258_0x1041d5(0x195),'type':a258_0x1041d5(0x13d),'description':'Tags','hidden':!![]},{'name':a258_0x1041d5(0x18b),'meowKey':'stdin','type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x126),'hidden':!![]},{'name':a258_0x1041d5(0x192),'meowKey':a258_0x1041d5(0x143),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x1a2),'hidden':!![]},{'name':a258_0x1041d5(0x121),'meowKey':a258_0x1041d5(0x121),'type':'boolean','description':'Reveal\x20sensitive\x20value','hidden':!![]},{'name':a258_0x1041d5(0x185),'meowKey':a258_0x1041d5(0x185),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x198),'hidden':!![]},{'name':a258_0x1041d5(0x19b),'meowKey':a258_0x1041d5(0x19b),'type':'boolean','description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':a258_0x1041d5(0x175),'meowKey':a258_0x1041d5(0x175),'type':a258_0x1041d5(0x14c),'description':a258_0x1041d5(0x144),'hidden':!![]},{'name':'verbose','meowKey':'verbose','type':'boolean','description':a258_0x1041d5(0x13e),'hidden':!![]},{'name':a258_0x1041d5(0x168),'meowKey':a258_0x1041d5(0x11e),'type':a258_0x1041d5(0x13d),'description':'Expected\x20affected\x20count','hidden':!![]},{'name':a258_0x1041d5(0x131),'meowKey':a258_0x1041d5(0x131),'type':'string','description':'Menu\x20label','hidden':!![]},{'name':a258_0x1041d5(0x135),'meowKey':a258_0x1041d5(0x140),'type':a258_0x1041d5(0x13d),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':'sort','meowKey':a258_0x1041d5(0x146),'type':'string','description':'Menu\x20sort\x20value','hidden':!![]},{'name':'expect-parent-id','meowKey':a258_0x1041d5(0x125),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x15a),'hidden':!![]},{'name':'expect-path','meowKey':a258_0x1041d5(0x16e),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x154),'hidden':!![]},{'name':a258_0x1041d5(0x15b),'meowKey':a258_0x1041d5(0x128),'type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x133),'hidden':!![]},{'name':a258_0x1041d5(0x115),'meowKey':'menuIds','type':'string','description':a258_0x1041d5(0x113),'hidden':!![]},{'name':a258_0x1041d5(0x159),'meowKey':a258_0x1041d5(0x171),'type':a258_0x1041d5(0x13d),'description':'Asynchronous\x20task\x20ID','hidden':!![]},{'name':a258_0x1041d5(0x117),'meowKey':a258_0x1041d5(0x152),'type':'string','description':a258_0x1041d5(0x147),'hidden':!![]},{'name':a258_0x1041d5(0x167),'meowKey':'functionNode','type':a258_0x1041d5(0x13d),'description':a258_0x1041d5(0x137),'hidden':!![]},{'name':a258_0x1041d5(0x142),'meowKey':a258_0x1041d5(0x142),'type':'string','description':'Comma-separated\x20metadata\x20codes','hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a258_0x1041d5(0x190),a258_0x1041d5(0x120),'env','format','jq',a258_0x1041d5(0x156),a258_0x1041d5(0x14b),a258_0x1041d5(0x160),'ci']);export function buildMeowFlags(){const _0x11fb64=a258_0x1041d5;return Object[_0x11fb64(0x15e)](GLOBAL_FLAGS[_0x11fb64(0x12e)](_0x1afa7f=>[_0x1afa7f[_0x11fb64(0x17d)],{'type':_0x1afa7f[_0x11fb64(0x196)]}]));}
|
package/lib/constant/defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a259_0x2dd627=a259_0x28ae;(function(_0x799def,_0x2bb59c){const _0x47fb37=a259_0x28ae,_0x54aa76=_0x799def();while(!![]){try{const _0x52b6f2=parseInt(_0x47fb37(0xcd))/0x1+parseInt(_0x47fb37(0xc9))/0x2*(-parseInt(_0x47fb37(0xc4))/0x3)+parseInt(_0x47fb37(0xc7))/0x4+parseInt(_0x47fb37(0xca))/0x5*(-parseInt(_0x47fb37(0xcc))/0x6)+parseInt(_0x47fb37(0xc3))/0x7*(parseInt(_0x47fb37(0xc5))/0x8)+-parseInt(_0x47fb37(0xc6))/0x9+parseInt(_0x47fb37(0xcb))/0xa;if(_0x52b6f2===_0x2bb59c)break;else _0x54aa76['push'](_0x54aa76['shift']());}catch(_0xb829e1){_0x54aa76['push'](_0x54aa76['shift']());}}}(a259_0x505f,0xda808));function a259_0x28ae(_0xa83ce7,_0x2cfab0){_0xa83ce7=_0xa83ce7-0xc0;const _0x505f47=a259_0x505f();let _0x28ae90=_0x505f47[_0xa83ce7];return _0x28ae90;}import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a259_0x2dd627(0xc2),'format':'compress','locale':a259_0x2dd627(0xc0),'riskLevel':a259_0x2dd627(0xc1),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a259_0x2dd627(0xc8);function a259_0x505f(){const _0xa5cf36=['production','5226473BJkyEh','852408wElqFX','8WNybuo','5655321DUxbzO','4836296ccjlQc','compress','12VSeqAW','1217315NfNTiH','23801300NpgFWc','30DiZwgo','109641sGAAyX','en-US','write'];a259_0x505f=function(){return _0xa5cf36;};return a259_0x505f();}
|
package/lib/constant/domain.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a260_0x11f93b=a260_0x212c;(function(_0x4fda71,_0x18f7c6){const _0x47db88=a260_0x212c,_0x212a37=_0x4fda71();while(!![]){try{const _0x28a1ff=-parseInt(_0x47db88(0x1fe))/0x1+-parseInt(_0x47db88(0x1f0))/0x2+-parseInt(_0x47db88(0x1fa))/0x3+-parseInt(_0x47db88(0x1ff))/0x4*(parseInt(_0x47db88(0x1f9))/0x5)+parseInt(_0x47db88(0x1eb))/0x6*(-parseInt(_0x47db88(0x205))/0x7)+parseInt(_0x47db88(0x1fc))/0x8*(-parseInt(_0x47db88(0x204))/0x9)+parseInt(_0x47db88(0x200))/0xa*(parseInt(_0x47db88(0x1ea))/0xb);if(_0x28a1ff===_0x18f7c6)break;else _0x212a37['push'](_0x212a37['shift']());}catch(_0x35639d){_0x212a37['push'](_0x212a37['shift']());}}}(a260_0x24e4,0x5bd1a));import{getEnv,isProduction}from'../constant/env.js';import{DEFAULT_LOVRABET_REGION}from'../constant/region.js';function a260_0x24e4(){const _0x223019=['region','11qcGzjh','141150VUBebJ','api','allowOfficialKbServiceDefault','origin','runtime','652974UtjFKc','daily','kbService','/web-app/app/','trim','app','user','skillDomain','serviceDomains','95BGwhNx','1001340wiSlUv','userDomain','56coBQIb','hostname','132944vuIhCi','89576llzSVC','19988390tNvTqb','production','/app/','appDomain','489249rbdici','7aYauao'];a260_0x24e4=function(){return _0x223019;};return a260_0x24e4();}import{getOfficialRoutingCdn,getOfficialRoutingProfile}from'../constant/routing-profile.js';let customApiDomain,customUserDomain,customRuntimeDomain,customSkillDomain,customKbDomain,customKbServiceDomain,allowOfficialKbServiceDefault=!![],customAppDomain,customLocalDomain,customCertificateDomain,customCdn,activeRegion=DEFAULT_LOVRABET_REGION;function getActiveRegionDomains(){const _0x4b0556=a260_0x212c,_0x2e833d=getOfficialRoutingProfile(activeRegion);return isProduction(getEnv())?_0x2e833d[_0x4b0556(0x1f8)][_0x4b0556(0x201)]:_0x2e833d[_0x4b0556(0x1f8)][_0x4b0556(0x1f1)]??_0x2e833d[_0x4b0556(0x1f8)][_0x4b0556(0x201)];}export function initDomains(_0x1397d6){const _0x54ca17=a260_0x212c;customApiDomain=_0x1397d6?.['apiDomain'],customUserDomain=_0x1397d6?.[_0x54ca17(0x1fb)],customRuntimeDomain=_0x1397d6?.['runtimeDomain'],customSkillDomain=_0x1397d6?.[_0x54ca17(0x1f7)],customKbDomain=_0x1397d6?.['kbDomain'],customKbServiceDomain=_0x1397d6?.['kbServiceDomain'],allowOfficialKbServiceDefault=_0x1397d6?.[_0x54ca17(0x1ed)]??!![],customAppDomain=_0x1397d6?.[_0x54ca17(0x203)],customLocalDomain=_0x1397d6?.['localDomain'],customCertificateDomain=_0x1397d6?.['certificateDomain'],customCdn=_0x1397d6?.['cdn'],activeRegion=_0x1397d6?.[_0x54ca17(0x1e9)]??DEFAULT_LOVRABET_REGION;}export const getUserDomain=()=>customUserDomain||getActiveRegionDomains()[a260_0x11f93b(0x1f6)];export const getApiDomain=()=>customApiDomain||getActiveRegionDomains()[a260_0x11f93b(0x1ec)];export const getRuntimeDomain=()=>customRuntimeDomain||getActiveRegionDomains()[a260_0x11f93b(0x1ef)];export const getSkillDomain=()=>customSkillDomain||getActiveRegionDomains()['skill'];function a260_0x212c(_0x239647,_0x2dc000){_0x239647=_0x239647-0x1e9;const _0x24e443=a260_0x24e4();let _0x212cc0=_0x24e443[_0x239647];return _0x212cc0;}export const getKbDomain=()=>customKbDomain||customApiDomain||getActiveRegionDomains()['kb'];export const getKbServiceDomain=()=>{const _0x2b55c8=a260_0x11f93b;if(customKbServiceDomain)return customKbServiceDomain;if(!allowOfficialKbServiceDefault)return undefined;return getActiveRegionDomains()[_0x2b55c8(0x1f2)];};export const getAppDomain=()=>customAppDomain||getActiveRegionDomains()[a260_0x11f93b(0x1f5)];export const getActiveRegion=()=>activeRegion;export const getLocalDomain=()=>customLocalDomain;export const getCertificateDomain=()=>customCertificateDomain;export const getActiveCdn=()=>customCdn||getOfficialRoutingCdn(activeRegion);export function isIndependentDeployment(){return!!(customApiDomain||customUserDomain||customRuntimeDomain||customSkillDomain||customKbDomain||customAppDomain||customLocalDomain||customCertificateDomain);}export function getSdkClientRoutingConfig(){const _0x4c8ead=a260_0x11f93b;if(customRuntimeDomain&&customRuntimeDomain!==getActiveRegionDomains()[_0x4c8ead(0x1ef)])return{'runtimeDomain':customRuntimeDomain};if(activeRegion!==DEFAULT_LOVRABET_REGION)return{'runtimeDomain':getRuntimeDomain()};return{};}export const getAppBaseUrl=_0x46e671=>{const _0x294513=a260_0x11f93b,_0x3b86a6=encodeURIComponent(_0x46e671[_0x294513(0x1f4)]());return isProduction(getEnv())?getAppDomain()+_0x294513(0x202)+_0x3b86a6:getAppDomain()+_0x294513(0x1f3)+_0x3b86a6;};export const getPublishedAppDomain=_0xaa6aa5=>{const _0x464097=a260_0x11f93b,_0x5e1cb7=new URL(getAppDomain());return _0x5e1cb7['hostname']=_0xaa6aa5[_0x464097(0x1f4)]()+'.'+_0x5e1cb7[_0x464097(0x1fd)],_0x5e1cb7[_0x464097(0x1ee)];};
|
package/lib/constant/env.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a261_0x4dbb1c=a261_0x2166;(function(_0x5c5567,_0x30e041){const _0x16b07b=a261_0x2166,_0x10b6f2=_0x5c5567();while(!![]){try{const _0x247eed=parseInt(_0x16b07b(0xf9))/0x1*(-parseInt(_0x16b07b(0xf4))/0x2)+-parseInt(_0x16b07b(0x102))/0x3*(-parseInt(_0x16b07b(0xfd))/0x4)+-parseInt(_0x16b07b(0xfc))/0x5*(parseInt(_0x16b07b(0xfe))/0x6)+-parseInt(_0x16b07b(0xf8))/0x7*(parseInt(_0x16b07b(0xf6))/0x8)+-parseInt(_0x16b07b(0xf7))/0x9+parseInt(_0x16b07b(0xfa))/0xa+parseInt(_0x16b07b(0x100))/0xb*(parseInt(_0x16b07b(0xf3))/0xc);if(_0x247eed===_0x30e041)break;else _0x10b6f2['push'](_0x10b6f2['shift']());}catch(_0x49c8d6){_0x10b6f2['push'](_0x10b6f2['shift']());}}}(a261_0x5979,0x292a2));export const RABETBASE_ENV_VALUES=[a261_0x4dbb1c(0xff),a261_0x4dbb1c(0xfb)];export function normalizeEnv(_0xfddd00){const _0x4fc378=a261_0x4dbb1c;return _0xfddd00==='online'?_0x4fc378(0xff):_0xfddd00;}export function isProduction(_0x32ec0d){const _0x356204=a261_0x4dbb1c;return normalizeEnv(_0x32ec0d)===_0x356204(0xff);}function a261_0x2166(_0x399568,_0x82a048){_0x399568=_0x399568-0xf3;const _0x5979fb=a261_0x5979();let _0x216689=_0x5979fb[_0x399568];return _0x216689;}export function isDaily(_0x3ca73b){const _0x2e3d64=a261_0x4dbb1c;return normalizeEnv(_0x3ca73b)===_0x2e3d64(0xfb);}export function isDev(_0xb835ab){const _0x33d3f3=a261_0x4dbb1c,_0x256404=normalizeEnv(_0xb835ab);return _0x256404===_0x33d3f3(0x101)||_0x256404===_0x33d3f3(0xf5);}function a261_0x5979(){const _0x5a53b6=['production','77Xwkkvx','development','21267GfRIYb','1305756zeXRLk','4efWzSx','dev','8gEWvFV','1663578qLjKHW','2068402qfuAxc','82323CRhKVB','2237810VJFMvh','daily','91020LgNstR','16UWCwqo','66tbytBa'];a261_0x5979=function(){return _0x5a53b6;};return a261_0x5979();}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||a261_0x4dbb1c(0xff));export function getEnv(){return env;}export function initEnv(_0xb6ea37){env=normalizeEnv(_0xb6ea37);}
|
package/lib/constant/output.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a262_0x269a(_0x471385,_0x13fcf0){_0x471385=_0x471385-0x183;const _0x2b5805=a262_0x2b58();let _0x269a4c=_0x2b5805[_0x471385];return _0x269a4c;}const a262_0x1cb948=a262_0x269a;function a262_0x2b58(){const _0x4df202=['pretty','2413710wYILGo','4062258IrgFzc','38VzGxIl','7474032TCMlpb','4XulYIc','6753173QtLQcH','8276984KgnQMJ','82398HbKEfG','4823645xIXwmB'];a262_0x2b58=function(){return _0x4df202;};return a262_0x2b58();}(function(_0x5cd57a,_0x5654a9){const _0x35ce8a=a262_0x269a,_0x45fe1b=_0x5cd57a();while(!![]){try{const _0x17ab67=-parseInt(_0x35ce8a(0x185))/0x1*(-parseInt(_0x35ce8a(0x18a))/0x2)+-parseInt(_0x35ce8a(0x184))/0x3+parseInt(_0x35ce8a(0x187))/0x4*(-parseInt(_0x35ce8a(0x18b))/0x5)+parseInt(_0x35ce8a(0x183))/0x6+parseInt(_0x35ce8a(0x188))/0x7+parseInt(_0x35ce8a(0x189))/0x8+-parseInt(_0x35ce8a(0x186))/0x9;if(_0x17ab67===_0x5654a9)break;else _0x45fe1b['push'](_0x45fe1b['shift']());}catch(_0x5d2229){_0x45fe1b['push'](_0x45fe1b['shift']());}}}(a262_0x2b58,0xc7b1a));export const RABETBASE_OUTPUT_FORMAT_VALUES=['json',a262_0x1cb948(0x18c),'compress'];
|
package/lib/constant/paths.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a263_0x2027(_0xc800c,_0xd9fae0){_0xc800c=_0xc800c-0xb8;const _0x400576=a263_0x4005();let _0x202788=_0x400576[_0xc800c];return _0x202788;}function a263_0x4005(){const _0x1b3617=['43DwCjun','8478081kuWIZP','5CoaIEg','819732SNEogj','5942iKNKwj','1236504yRxzTp','923805XnWPJL','2403709lVCYkk','372150MyNeDz','./src/api'];a263_0x4005=function(){return _0x1b3617;};return a263_0x4005();}const a263_0x456479=a263_0x2027;(function(_0x1c9f63,_0xea08e1){const _0x3579f3=a263_0x2027,_0x158c49=_0x1c9f63();while(!![]){try{const _0x50add1=parseInt(_0x3579f3(0xc0))/0x1*(parseInt(_0x3579f3(0xba))/0x2)+-parseInt(_0x3579f3(0xbc))/0x3+parseInt(_0x3579f3(0xb9))/0x4*(-parseInt(_0x3579f3(0xb8))/0x5)+parseInt(_0x3579f3(0xbe))/0x6+-parseInt(_0x3579f3(0xbd))/0x7+parseInt(_0x3579f3(0xbb))/0x8+parseInt(_0x3579f3(0xc1))/0x9;if(_0x50add1===_0xea08e1)break;else _0x158c49['push'](_0x158c49['shift']());}catch(_0x334065){_0x158c49['push'](_0x158c49['shift']());}}}(a263_0x4005,0x6900f));export const DEFAULT_API_DIR=a263_0x456479(0xbf);
|
package/lib/constant/region.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x21fd85,_0x317bad){const _0x552a6d=a264_0x5ac0,_0x23e19f=_0x21fd85();while(!![]){try{const _0x54ab0c=-parseInt(_0x552a6d(0xdf))/0x1*(-parseInt(_0x552a6d(0xde))/0x2)+parseInt(_0x552a6d(0xd9))/0x3*(-parseInt(_0x552a6d(0xdd))/0x4)+parseInt(_0x552a6d(0xda))/0x5+parseInt(_0x552a6d(0xd8))/0x6*(-parseInt(_0x552a6d(0xe0))/0x7)+-parseInt(_0x552a6d(0xdb))/0x8+parseInt(_0x552a6d(0xe3))/0x9+parseInt(_0x552a6d(0xe2))/0xa;if(_0x54ab0c===_0x317bad)break;else _0x23e19f['push'](_0x23e19f['shift']());}catch(_0x32bb2b){_0x23e19f['push'](_0x23e19f['shift']());}}}(a264_0x5ca8,0x8cdee));import{DEFAULT_REGION,ENABLED_REGION_VALUES,REGION_ALIASES,REGION_VALUES}from'../generated/official-routing.js';export const LOVRABET_REGION_VALUES=REGION_VALUES;function a264_0x5ac0(_0x139c1f,_0x43280a){_0x139c1f=_0x139c1f-0xd8;const _0x5ca888=a264_0x5ca8();let _0x5ac030=_0x5ca888[_0x139c1f];return _0x5ac030;}export const ENABLED_LOVRABET_REGION_VALUES=ENABLED_REGION_VALUES;export const DEFAULT_LOVRABET_REGION=DEFAULT_REGION;export function isLovrabetRegion(_0x3e2a71){return typeof _0x3e2a71==='string'&&LOVRABET_REGION_VALUES['includes'](_0x3e2a71);}export function isEnabledLovrabetRegion(_0x37eaf8){const _0x270791=a264_0x5ac0;return typeof _0x37eaf8===_0x270791(0xdc)&&ENABLED_LOVRABET_REGION_VALUES[_0x270791(0xe1)](_0x37eaf8);}function a264_0x5ca8(){const _0x5aaba6=['1726118wZEHIF','1dLZaqA','12068qQOxNp','includes','7744820SamCxO','928935dEBeWe','276UTeBpn','15CCQKQI','1790190gSuFbs','5705392oBhCRZ','string','583448tuxJLw'];a264_0x5ca8=function(){return _0x5aaba6;};return a264_0x5ca8();}export function normalizeLovrabetRegion(_0x17206a){const _0x163a87=a264_0x5ac0;if(typeof _0x17206a!==_0x163a87(0xdc))return undefined;const _0x3823d8=REGION_ALIASES[_0x17206a]??_0x17206a;return isLovrabetRegion(_0x3823d8)?_0x3823d8:undefined;}export function isInvalidLovrabetRegion(_0x7522d4){return _0x7522d4!==undefined&&_0x7522d4!==null&&_0x7522d4!==''&&normalizeLovrabetRegion(_0x7522d4)===undefined;}
|
package/lib/constant/risk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a265_0x1f50(_0x2cdfc1,_0x48d1bc){_0x2cdfc1=_0x2cdfc1-0x141;const _0x285b4e=a265_0x285b();let _0x1f507c=_0x285b4e[_0x2cdfc1];return _0x1f507c;}const a265_0x3df266=a265_0x1f50;(function(_0x4d9e9,_0x464cca){const _0x425b78=a265_0x1f50,_0x114b22=_0x4d9e9();while(!![]){try{const _0x59dc85=-parseInt(_0x425b78(0x14c))/0x1*(parseInt(_0x425b78(0x145))/0x2)+-parseInt(_0x425b78(0x142))/0x3*(parseInt(_0x425b78(0x146))/0x4)+-parseInt(_0x425b78(0x14b))/0x5+-parseInt(_0x425b78(0x147))/0x6+parseInt(_0x425b78(0x148))/0x7*(parseInt(_0x425b78(0x144))/0x8)+-parseInt(_0x425b78(0x143))/0x9+parseInt(_0x425b78(0x149))/0xa*(parseInt(_0x425b78(0x141))/0xb);if(_0x59dc85===_0x464cca)break;else _0x114b22['push'](_0x114b22['shift']());}catch(_0x15803b){_0x114b22['push'](_0x114b22['shift']());}}}(a265_0x285b,0xec89a));export const RISK_LEVEL_VALUES=[a265_0x3df266(0x14a),'write','high-risk-write'];function a265_0x285b(){const _0xca792c=['50009810eEaobF','read','4250825HEYWZj','593PzFRkK','11mZXkmi','3042ljCrKn','10123011cwfpIE','64YGAoGm','6166KZcXpG','3940WfcRBQ','2356140gHKiYU','1017205dTQqiR'];a265_0x285b=function(){return _0xca792c;};return a265_0x285b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1a2aa1,_0x3bb7ec){const _0xab3385=a266_0x2b5b,_0xbd8e6b=_0x1a2aa1();while(!![]){try{const _0x58a337=-parseInt(_0xab3385(0x14b))/0x1*(parseInt(_0xab3385(0x14d))/0x2)+-parseInt(_0xab3385(0x148))/0x3+parseInt(_0xab3385(0x153))/0x4+parseInt(_0xab3385(0x150))/0x5+parseInt(_0xab3385(0x14e))/0x6*(-parseInt(_0xab3385(0x156))/0x7)+parseInt(_0xab3385(0x154))/0x8*(parseInt(_0xab3385(0x14f))/0x9)+-parseInt(_0xab3385(0x149))/0xa*(-parseInt(_0xab3385(0x14c))/0xb);if(_0x58a337===_0x3bb7ec)break;else _0xbd8e6b['push'](_0xbd8e6b['shift']());}catch(_0x10746c){_0xbd8e6b['push'](_0xbd8e6b['shift']());}}}(a266_0x3b5c,0x8ee21));import{OFFICIAL_ROUTING_PROFILES as a266_0x246cf7,ROUTING_CATALOG_DIGEST}from'../generated/official-routing.js';function a266_0x2b5b(_0x4cc970,_0x4f0e0e){_0x4cc970=_0x4cc970-0x147;const _0x3b5c16=a266_0x3b5c();let _0x2b5b19=_0x3b5c16[_0x4cc970];return _0x2b5b19;}export const OFFICIAL_ROUTING_PROFILES=a266_0x246cf7;function a266_0x3b5c(){const _0x41881f=['40PaFIJV','libraries','822msKIpF','2796321yWzrKe','1028UAwDtE','204186wPDFfZ','9eailli','2785555GDsWtG','Official\x20routing\x20for\x20region\x20\x22','lovrabet','1867020GzwHOo','4228088KNmsNK','\x22\x20is\x20not\x20ready:\x20Lovrabet\x20CDN\x20Domain\x20is\x20not\x20configured.','189VIqLPC','cdn','1927881deAvcJ'];a266_0x3b5c=function(){return _0x41881f;};return a266_0x3b5c();}export{ROUTING_CATALOG_DIGEST};export function getOfficialRoutingProfile(_0x30cce4){return OFFICIAL_ROUTING_PROFILES[_0x30cce4];}export function getOfficialRoutingCdn(_0x41030f){const _0x38246c=a266_0x2b5b,_0x4827eb=getOfficialRoutingProfile(_0x41030f)[_0x38246c(0x147)];if(!_0x4827eb[_0x38246c(0x152)])throw new Error(_0x38246c(0x151)+_0x41030f+_0x38246c(0x155));return{'libraries':_0x4827eb[_0x38246c(0x14a)],'lovrabet':_0x4827eb[_0x38246c(0x152)]};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x522aff,_0x1cf31d){const _0x36f58c=a267_0x4caf,_0x26e0c1=_0x522aff();while(!![]){try{const _0x5e037f=-parseInt(_0x36f58c(0x1fe))/0x1*(-parseInt(_0x36f58c(0x214))/0x2)+parseInt(_0x36f58c(0x218))/0x3+parseInt(_0x36f58c(0x1fa))/0x4*(parseInt(_0x36f58c(0x204))/0x5)+parseInt(_0x36f58c(0x20b))/0x6+parseInt(_0x36f58c(0x200))/0x7*(parseInt(_0x36f58c(0x21b))/0x8)+-parseInt(_0x36f58c(0x21e))/0x9*(parseInt(_0x36f58c(0x1ff))/0xa)+-parseInt(_0x36f58c(0x216))/0xb*(parseInt(_0x36f58c(0x1f1))/0xc);if(_0x5e037f===_0x1cf31d)break;else _0x26e0c1['push'](_0x26e0c1['shift']());}catch(_0xfd8c87){_0x26e0c1['push'](_0x26e0c1['shift']());}}}(a267_0x32b1,0xca2b8));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';function a267_0x32b1(){const _0x5a514c=['production','entries','projectConfig','865055OyRTbq','appcode','env','string','filter','daily','ENV','1717026sjnxAR','read','projectPath','object','value','pageSize','write','PAGE_SIZE','RISK_LEVEL','27946hYZXKv','source','1529lCiKDs','ACCESS_KEY','2859417cxJumN','apiDir','apps','18568eMkxAg','locale','keys','918frzSEr','APP','COOKIE','high-risk-write','116196UpqIuk','true','riskLevel','format','globalConfig','trim','FORMAT','length','app','32mHqwEN','accessKey','VERBOSE','region','71dmGsgn','144960iNTxiP','112UshnlN'];a267_0x32b1=function(){return _0x5a514c;};return a267_0x32b1();}import{isDaily,normalizeEnv}from'../constant/env.js';function a267_0x4caf(_0x399f98,_0x521627){_0x399f98=_0x399f98-0x1ef;const _0x32b12b=a267_0x32b1();let _0x4cafb4=_0x32b12b[_0x399f98];return _0x4cafb4;}import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';import{DEFAULT_LOVRABET_REGION,normalizeLovrabetRegion}from'../constant/region.js';import{selectConfiguredRegion}from'../config/region-config.js';function stringConfigValue(_0x2131be){const _0x3a16fb=a267_0x4caf;return typeof _0x2131be===_0x3a16fb(0x207)&&_0x2131be[_0x3a16fb(0x1f6)]()?_0x2131be[_0x3a16fb(0x1f6)]():undefined;}function appProfiles(_0x3bd4b9){const _0x2a31ad=a267_0x4caf;return _0x3bd4b9['apps']&&typeof _0x3bd4b9[_0x2a31ad(0x21a)]===_0x2a31ad(0x20e)?_0x3bd4b9[_0x2a31ad(0x21a)]:{};}function resolveDefaultAppName(_0x4f0668){const _0x4595bd=a267_0x4caf,_0x1c8d19=stringConfigValue(_0x4f0668['defaultApp']);if(_0x1c8d19)return _0x1c8d19;const _0x27362c=Object[_0x4595bd(0x21d)](appProfiles(_0x4f0668));return _0x27362c[_0x4595bd(0x1f8)]===0x1?_0x27362c[0x0]:undefined;}function resolveTopLevelAppCode(_0x32291a){const _0x23416d=a267_0x4caf;return stringConfigValue(_0x32291a[_0x23416d(0x205)])||stringConfigValue(_0x32291a[_0x23416d(0x1f9)]);}function normalizeRiskCeiling(_0xe82b7a){const _0xc92188=a267_0x4caf;if(_0xe82b7a===undefined||_0xe82b7a===null)return undefined;if(_0xe82b7a===_0xc92188(0x20c)||_0xe82b7a===_0xc92188(0x211)||_0xe82b7a===_0xc92188(0x1f0))return _0xe82b7a;return _0xc92188(0x20c);}function resolveRiskCeiling(..._0x3b7a37){const _0x297bfa=a267_0x4caf;let _0x3beb0a;for(const _0x5a1ffc of _0x3b7a37){const _0x17d334=normalizeRiskCeiling(_0x5a1ffc);_0x17d334&&(!_0x3beb0a||riskLevelOrder(_0x17d334)<riskLevelOrder(_0x3beb0a))&&(_0x3beb0a=_0x17d334);}return _0x3beb0a??DEFAULT_CONFIG_VALUES[_0x297bfa(0x1f3)];}export function resolveAppConfig({raw:_0x5c51c5,flags:_0x1d1f9f,layers:_0x2b3af1,readEnv:_0x5c5b36}){const _0x2bdb9d=a267_0x4caf,_0x177e08=_0x2b3af1?.[_0x2bdb9d(0x203)]??{},_0x560b74=_0x2b3af1?.[_0x2bdb9d(0x1f5)]??{},_0x36660d=!!_0x2b3af1?.[_0x2bdb9d(0x20d)]||Object[_0x2bdb9d(0x21d)](_0x177e08)[_0x2bdb9d(0x1f8)]>0x0,_0x24c957=!_0x36660d,_0x5cfe9d=_0x36660d?resolveDefaultAppName(_0x177e08):undefined,_0x9f3ed8=_0x24c957?resolveDefaultAppName(_0x560b74):undefined,_0x5e5993=stringConfigValue(_0x1d1f9f[_0x2bdb9d(0x1f9)]),_0x37e2eb=_0x5c5b36(_0x2bdb9d(0x21f)),_0x1f37c1={};if(_0x5c51c5[_0x2bdb9d(0x21a)]&&typeof _0x5c51c5['apps']===_0x2bdb9d(0x20e))for(const [_0x2f0282,_0x592c68]of Object[_0x2bdb9d(0x202)](_0x5c51c5['apps'])){_0x592c68&&typeof _0x592c68===_0x2bdb9d(0x20e)&&_0x592c68[_0x2bdb9d(0x205)]&&(_0x1f37c1[_0x2f0282]=_0x592c68);}const _0x2c94d6=_0x5cfe9d||_0x9f3ed8||resolveDefaultAppName(_0x5c51c5),_0x1213ec=Object[_0x2bdb9d(0x21d)](_0x1f37c1)['length']>0x0,_0x25f1b2=_0x5e5993||_0x5cfe9d||_0x37e2eb||_0x9f3ed8||_0x2c94d6||undefined,_0xf31b44=stringConfigValue(_0x1d1f9f['appcode']),_0x177602=_0xf31b44?Object[_0x2bdb9d(0x202)](_0x1f37c1)[_0x2bdb9d(0x208)](([,_0xa1aab6])=>_0xa1aab6?.[_0x2bdb9d(0x205)]===_0xf31b44):[],_0x2de956=_0x5e5993&&_0x1f37c1[_0x5e5993]?.[_0x2bdb9d(0x205)]===_0xf31b44?[_0x5e5993,_0x1f37c1[_0x5e5993]]:undefined,_0x1c53c8=_0x2de956??(_0x177602[_0x2bdb9d(0x1f8)]===0x1?_0x177602[0x0]:undefined),_0x2a7367=_0x1c53c8?.[0x0],_0x1d621b=_0x1c53c8?.[0x1],_0x159e7c=_0xf31b44?_0x2a7367:_0x25f1b2;let _0x3f0065=_0x159e7c&&_0x1f37c1[_0x159e7c]?_0x1f37c1[_0x159e7c]:undefined;_0xf31b44&&_0x1d621b&&(_0x3f0065=_0x1d621b);const _0x1ae15d=_0xf31b44?_0x1d621b??_0x3f0065:_0x3f0065,_0x85e7a0=!_0x5e5993&&!_0x5cfe9d&&_0x37e2eb&&_0x159e7c===_0x37e2eb,_0x20aace=_0x5e5993||(_0x85e7a0?_0x37e2eb:undefined)||(_0xf31b44?_0x2a7367:undefined),_0x421e3b=_0x1ae15d?.[_0x2bdb9d(0x205)],_0xfdafb3=_0x36660d?resolveTopLevelAppCode(_0x177e08):undefined,_0x21927f=_0x24c957?resolveTopLevelAppCode(_0x560b74):undefined,_0x1aeace=_0x5e5993||_0x5cfe9d?_0x421e3b:undefined,_0x39b1b4=!_0x5e5993&&!_0x5cfe9d?_0x421e3b:undefined,_0x2e43a7=_0xf31b44||_0x1aeace||_0xfdafb3||_0x39b1b4||_0x21927f||undefined,_0x553c7e=_0x36660d?stringConfigValue(_0x177e08[_0x2bdb9d(0x206)]):undefined,_0xcc2237=_0x24c957?stringConfigValue(_0x560b74[_0x2bdb9d(0x206)]):undefined,_0x422ba3=_0x1d1f9f[_0x2bdb9d(0x206)]||_0x1ae15d?.[_0x2bdb9d(0x206)]||_0x553c7e||_0x5c5b36(_0x2bdb9d(0x20a))||_0xcc2237||_0x5c51c5['env']||DEFAULT_CONFIG_VALUES['env'],_0x35a528=_0x1ae15d?.[_0x2bdb9d(0x21c)]||_0x5c51c5['locale']||DEFAULT_CONFIG_VALUES['locale'],_0xce932f=_0x5c5b36(_0x2bdb9d(0x1ef))||_0x1ae15d?.['cookie']||_0x5c51c5['cookie']||undefined,_0x90879=_0x5c5b36(_0x2bdb9d(0x217))||_0x1ae15d?.[_0x2bdb9d(0x1fb)]||_0x5c51c5['accessKey']||undefined,_0x1c368f=_0x1d1f9f[_0x2bdb9d(0x1f4)]||_0x5c5b36(_0x2bdb9d(0x1f7))||_0x1ae15d?.[_0x2bdb9d(0x1f4)]||_0x5c51c5[_0x2bdb9d(0x1f4)],_0x1cba78=normalizeLegacyOutputFormat(_0x1c368f),_0x132059=_0x5c5b36(_0x2bdb9d(0x212))||_0x1ae15d?.[_0x2bdb9d(0x210)]||_0x5c51c5['pageSize'],_0x4b589c=_0x132059?Number(_0x132059)||undefined:undefined,_0x41ab20=_0x2b3af1?[_0x2b3af1[_0x2bdb9d(0x1f5)][_0x2bdb9d(0x1f3)],_0x2b3af1[_0x2bdb9d(0x203)][_0x2bdb9d(0x1f3)]]:[_0x5c51c5[_0x2bdb9d(0x1f3)]],_0x5a5d51=resolveRiskCeiling(..._0x41ab20,_0x1ae15d?.[_0x2bdb9d(0x1f3)]),_0x391ec3=resolveRiskCeiling(_0x5a5d51,_0x5c5b36(_0x2bdb9d(0x213))),_0x328545=_0x5c5b36(_0x2bdb9d(0x1fc)),_0x4a5687=_0x328545==='1'||_0x328545===_0x2bdb9d(0x1f2),_0x324980=_0x1ae15d?.[_0x2bdb9d(0x219)]||_0x5c51c5[_0x2bdb9d(0x219)]||DEFAULT_CONFIG_VALUES[_0x2bdb9d(0x219)],_0x4d5608=selectConfiguredRegion({'appRegion':_0x1ae15d?.[_0x2bdb9d(0x1fd)],'projectRegion':_0x36660d?_0x177e08['region']:undefined,'globalRegion':_0x36660d||_0x24c957?_0x560b74[_0x2bdb9d(0x1fd)]:undefined,'mergedRegion':_0x5c51c5['region']}),_0x362292=normalizeLovrabetRegion(_0x4d5608[_0x2bdb9d(0x20f)])??DEFAULT_LOVRABET_REGION,_0xe036cd=isDaily(normalizeEnv(String(_0x422ba3)))?_0x2bdb9d(0x209):_0x2bdb9d(0x201);return{'appCode':typeof _0x2e43a7===_0x2bdb9d(0x207)&&_0x2e43a7[_0x2bdb9d(0x1f6)]()?_0x2e43a7[_0x2bdb9d(0x1f6)]():undefined,'region':_0x362292,'regionConfiguredValue':_0x4d5608[_0x2bdb9d(0x20f)],'regionSource':_0x4d5608[_0x2bdb9d(0x215)],'env':_0xe036cd,'locale':_0x35a528,'cookie':_0xce932f,'accessKey':_0x90879,'format':_0x1cba78,'pageSize':_0x4b589c,'riskLevel':_0x391ec3,'verbose':_0x4a5687,'apiDir':_0x324980,'apps':_0x1f37c1,'defaultApp':_0x2c94d6,'currentApp':_0x1213ec?_0x159e7c:undefined,'explicitAppName':_0x20aace};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a268_0x4558(){const _0x5e639a=['1632kFCUsg','11MxWsbJ','21061BerhHD','765470IjEzCj','5285080BhLCDM','319190upsmEm','authRequired','12BXwbtt','cookie','58fDNPvo','../auth/get-cookie.js','516942HGtVhc','967644HgDysG','9590cqEOxo'];a268_0x4558=function(){return _0x5e639a;};return a268_0x4558();}function a268_0x168b(_0x358037,_0x2aa016){_0x358037=_0x358037-0x8f;const _0x455885=a268_0x4558();let _0x168b7b=_0x455885[_0x358037];return _0x168b7b;}(function(_0x52ee53,_0x54145c){const _0x1fa641=a268_0x168b,_0x541389=_0x52ee53();while(!![]){try{const _0x199ed8=-parseInt(_0x1fa641(0x93))/0x1*(-parseInt(_0x1fa641(0x9a))/0x2)+-parseInt(_0x1fa641(0x9c))/0x3*(parseInt(_0x1fa641(0x98))/0x4)+parseInt(_0x1fa641(0x96))/0x5+parseInt(_0x1fa641(0x91))/0x6*(-parseInt(_0x1fa641(0x90))/0x7)+parseInt(_0x1fa641(0x95))/0x8+-parseInt(_0x1fa641(0x8f))/0x9+-parseInt(_0x1fa641(0x94))/0xa*(-parseInt(_0x1fa641(0x92))/0xb);if(_0x199ed8===_0x54145c)break;else _0x541389['push'](_0x541389['shift']());}catch(_0xab89a1){_0x541389['push'](_0x541389['shift']());}}}(a268_0x4558,0x653e3));import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';export async function buildAuth(_0x2899e1){const _0x11dee7=a268_0x168b,{getCookie:_0x43dfb5}=await import(_0x11dee7(0x9b)),_0x383421=_0x2899e1[_0x11dee7(0x99)]||_0x43dfb5(),_0x5e2506=_0x383421?await getIsSessionValid():![];return{'cookie':_0x383421,'isLoggedIn':_0x5e2506,async 'getOrLogin'(){const _0x49c0fa=_0x11dee7;if(_0x383421&&_0x5e2506)return _0x383421;throw CliErrors[_0x49c0fa(0x97)]();}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a269_0x3cbeaa=a269_0x2128;function a269_0x2128(_0x466c1e,_0x57c8ae){_0x466c1e=_0x466c1e-0x1c7;const _0x2b35a5=a269_0x2b35();let _0x212858=_0x2b35a5[_0x466c1e];return _0x212858;}(function(_0x4bb7d0,_0x474c3a){const _0x29e767=a269_0x2128,_0x438133=_0x4bb7d0();while(!![]){try{const _0xaae2eb=-parseInt(_0x29e767(0x1d7))/0x1*(-parseInt(_0x29e767(0x1d9))/0x2)+parseInt(_0x29e767(0x1f1))/0x3+parseInt(_0x29e767(0x1f4))/0x4+-parseInt(_0x29e767(0x1e1))/0x5+-parseInt(_0x29e767(0x1eb))/0x6*(-parseInt(_0x29e767(0x1f3))/0x7)+parseInt(_0x29e767(0x1ed))/0x8+parseInt(_0x29e767(0x1d6))/0x9*(-parseInt(_0x29e767(0x1fa))/0xa);if(_0xaae2eb===_0x474c3a)break;else _0x438133['push'](_0x438133['shift']());}catch(_0x8a03fe){_0x438133['push'](_0x438133['shift']());}}}(a269_0x2b35,0xe4ddb));import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{dirname,parse,resolve}from'node:path';import{homedir}from'node:os';import{CLI_BIN_NAME}from'../constant/cli.js';import{normalizeConfigForWrite}from'../config/schema.js';export const NEW_CONFIG_NAME=a269_0x3cbeaa(0x1ce);export const CONFIG_NAMES=[NEW_CONFIG_NAME];const normalizedWriteCache=new Map();export function resolveConfigPath(_0x3ef544){for(const _0x6c4282 of CONFIG_NAMES){const _0x13791e=resolve(_0x3ef544,_0x6c4282);if(existsSync(_0x13791e))return _0x13791e;}return undefined;}export function findProjectRootDirectory(_0x5def9d=process[a269_0x3cbeaa(0x1e8)]()){let _0x508363=resolve(_0x5def9d);const {root:_0x492842}=parse(_0x508363),_0x120e38=homedir();while(!![]){if(resolveConfigPath(_0x508363)){if(_0x508363===_0x120e38)break;return _0x508363;}if(_0x508363===_0x492842||_0x508363===_0x120e38)break;const _0x28c924=dirname(_0x508363);if(_0x28c924===_0x508363)break;_0x508363=_0x28c924;}return resolve(_0x5def9d);}export function getProjectConfigPath(){return resolveConfigPath(process['cwd']());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function isInProject(){return!!getProjectConfigPath();}export function inspectCliConfigJsonFile(_0x540895){const _0x3a27aa=a269_0x3cbeaa;if(!existsSync(_0x540895))return{'status':_0x3a27aa(0x1f0)};try{const _0x1af6ea=readFileSync(_0x540895,{'encoding':_0x3a27aa(0x1da)});if(!_0x1af6ea?.['trim']())return{'status':'empty'};const _0x109ab0=JSON[_0x3a27aa(0x1d1)](_0x1af6ea);return{'status':'ok','data':_0x109ab0};}catch(_0x40106a){return{'status':'error','message':_0x40106a instanceof Error?_0x40106a['message']:String(_0x40106a)};}}function parseCliConfigJsonFile(_0xb2029,_0xf1e2c4,_0x29faa8){const _0x55cf10=a269_0x3cbeaa,_0x207b89=inspectCliConfigJsonFile(_0xb2029);if(_0x207b89['status']==='missing'||_0x207b89[_0x55cf10(0x1d3)]===_0x55cf10(0x1e7))return{};if(_0x207b89[_0x55cf10(0x1d3)]==='ok')return _0x207b89[_0x55cf10(0x1d4)];return _0xf1e2c4===_0x55cf10(0x1d0)&&_0x29faa8&&console[_0x55cf10(0x1ee)](CLI_BIN_NAME+':\x20'+_0x29faa8+_0x55cf10(0x1e6)+_0xb2029+_0x55cf10(0x1e3)+_0x207b89['message']),{};}function normalizeLegacyConfigShape(_0x4d1e56){const _0x2b3271=a269_0x3cbeaa;if(!_0x4d1e56||typeof _0x4d1e56!==_0x2b3271(0x1ef))return{'config':{},'migrated':![]};const _0x23ce5d={..._0x4d1e56},_0x472ca5=_0x23ce5d['apps']&&typeof _0x23ce5d['apps']===_0x2b3271(0x1ef)?{..._0x23ce5d[_0x2b3271(0x1e9)]}:{},_0x4bea9a=Object[_0x2b3271(0x1ec)](_0x472ca5)['length'],_0x500047=_0x23ce5d[_0x2b3271(0x1f6)]||_0x23ce5d[_0x2b3271(0x1fc)];let _0x273890=![];if(_0x500047&&_0x4bea9a===0x0){const _0x5083c2=typeof _0x23ce5d['defaultApp']===_0x2b3271(0x1c9)&&_0x23ce5d[_0x2b3271(0x1dc)][_0x2b3271(0x1de)]()?_0x23ce5d['defaultApp']:String(_0x500047)[_0x2b3271(0x1de)]();_0x472ca5[_0x5083c2]={'appcode':String(_0x500047)['trim'](),..._0x23ce5d[_0x2b3271(0x1e5)]!=null?{'env':_0x23ce5d[_0x2b3271(0x1e5)]}:{},..._0x23ce5d[_0x2b3271(0x1f9)]!=null?{'apiDir':_0x23ce5d[_0x2b3271(0x1f9)]}:{},..._0x23ce5d[_0x2b3271(0x1f7)]!=null?{'cookie':_0x23ce5d[_0x2b3271(0x1f7)]}:{},..._0x23ce5d[_0x2b3271(0x1c8)]!=null?{'accessKey':_0x23ce5d['accessKey']}:{},..._0x23ce5d[_0x2b3271(0x1f5)]!=null?{'format':_0x23ce5d[_0x2b3271(0x1f5)]}:{},..._0x23ce5d[_0x2b3271(0x1c7)]!=null?{'pageSize':_0x23ce5d[_0x2b3271(0x1c7)]}:{},..._0x23ce5d['riskLevel']!=null?{'riskLevel':_0x23ce5d[_0x2b3271(0x1dd)]}:{},..._0x23ce5d[_0x2b3271(0x1df)]!=null?{'locale':_0x23ce5d[_0x2b3271(0x1df)]}:{}},_0x23ce5d[_0x2b3271(0x1e9)]=_0x472ca5,delete _0x23ce5d[_0x2b3271(0x1dc)],_0x273890=!![];}return(_0x2b3271(0x1f6)in _0x23ce5d||_0x2b3271(0x1fc)in _0x23ce5d)&&(delete _0x23ce5d['appcode'],delete _0x23ce5d['app'],_0x273890=!![]),{'config':_0x23ce5d,'migrated':_0x273890};}function writeNormalizedConfigIfNeeded(_0x22e0b4,_0x5c86a9){const _0x48d40b=a269_0x3cbeaa,_0xab9b8c=JSON[_0x48d40b(0x1fb)](normalizeConfigForWrite(_0x5c86a9),null,0x2)+'\x0a';if(normalizedWriteCache[_0x48d40b(0x1cd)](_0x22e0b4)===_0xab9b8c)return;writeConfigFile(_0x22e0b4,_0x5c86a9),normalizedWriteCache[_0x48d40b(0x1db)](_0x22e0b4,_0xab9b8c);}function parseAndNormalizeConfig(_0x540055,_0x2122e5,_0x362da1){const _0x50e172=a269_0x3cbeaa,_0x37c115=parseCliConfigJsonFile(_0x540055,_0x2122e5,_0x362da1),_0xf212b0=normalizeLegacyConfigShape(_0x37c115);if(_0xf212b0[_0x50e172(0x1cb)])try{writeNormalizedConfigIfNeeded(_0x540055,_0xf212b0[_0x50e172(0x1d8)]);}catch{}return _0xf212b0[_0x50e172(0x1d8)];}export function loadRawConfigLayers(_0x27d741){const _0xc95074=a269_0x3cbeaa;let _0x74cf99={},_0x3994fb={};const _0x3ee6e7=resolveConfigPath(homedir());_0x3ee6e7&&(_0x74cf99=parseAndNormalizeConfig(_0x3ee6e7,_0xc95074(0x1d0),'Global'));const _0x5856f3=_0x27d741??findProjectRootDirectory(),_0x4420ef=resolveConfigPath(_0x5856f3);return _0x4420ef&&(_0x3994fb=parseAndNormalizeConfig(_0x4420ef,_0xc95074(0x1d0),_0xc95074(0x1d5))),{'globalPath':_0x3ee6e7,'projectPath':_0x4420ef,'globalConfig':_0x74cf99,'projectConfig':_0x3994fb};}const INHERIT_WHITELIST=[a269_0x3cbeaa(0x1f7),a269_0x3cbeaa(0x1c8),'locale','format',a269_0x3cbeaa(0x1dd),'pageSize',a269_0x3cbeaa(0x1f2),a269_0x3cbeaa(0x1cf),a269_0x3cbeaa(0x1d2),a269_0x3cbeaa(0x1f8),a269_0x3cbeaa(0x1fe),a269_0x3cbeaa(0x1ea),'kbDomain',a269_0x3cbeaa(0x1e0),a269_0x3cbeaa(0x1e2),'localDomain','certificateDomain'];export function mergeRawConfigLayers(_0x4983ad){const _0x76ed5f=a269_0x3cbeaa,{globalConfig:_0x49a344,projectConfig:_0x4d9a56}=_0x4983ad,_0x16dbed=!!_0x4983ad[_0x76ed5f(0x1fd)]||Object[_0x76ed5f(0x1ec)](_0x4d9a56)[_0x76ed5f(0x1ca)]>0x0;if(!_0x16dbed)return mergeGlobalOnly(_0x49a344);return mergeProjectFirst(_0x49a344,_0x4d9a56);}function mergeGlobalOnly(_0x7eb2be){const _0x4c8e35=a269_0x3cbeaa,_0x42d24b={..._0x7eb2be};delete _0x42d24b[_0x4c8e35(0x1ff)];const _0x523ebb=_0x7eb2be[_0x4c8e35(0x1e9)]&&typeof _0x7eb2be[_0x4c8e35(0x1e9)]===_0x4c8e35(0x1ef)?_0x7eb2be['apps']:{};if(Object[_0x4c8e35(0x1ec)](_0x523ebb)[_0x4c8e35(0x1ca)]>0x0)_0x42d24b[_0x4c8e35(0x1e9)]=_0x523ebb;if(_0x7eb2be[_0x4c8e35(0x1dc)])_0x42d24b[_0x4c8e35(0x1dc)]=_0x7eb2be[_0x4c8e35(0x1dc)];return _0x42d24b;}function mergeProjectFirst(_0xbc257d,_0x143f60){const _0x2de9a9=a269_0x3cbeaa,_0x5c206c={..._0x143f60};delete _0x5c206c[_0x2de9a9(0x1ff)];for(const _0x2bc1f8 of INHERIT_WHITELIST){!(_0x2bc1f8 in _0x5c206c)&&_0x2bc1f8 in _0xbc257d&&(_0x5c206c[_0x2bc1f8]=_0xbc257d[_0x2bc1f8]);}const _0x1ea501=_0x143f60[_0x2de9a9(0x1e9)]&&typeof _0x143f60['apps']==='object'?_0x143f60[_0x2de9a9(0x1e9)]:{};return Object[_0x2de9a9(0x1ec)](_0x1ea501)[_0x2de9a9(0x1ca)]>0x0?_0x5c206c[_0x2de9a9(0x1e9)]=_0x1ea501:delete _0x5c206c[_0x2de9a9(0x1e9)],_0x2de9a9(0x1dc)in _0x143f60?_0x5c206c[_0x2de9a9(0x1dc)]=_0x143f60[_0x2de9a9(0x1dc)]:delete _0x5c206c['defaultApp'],_0x5c206c;}export function readRawConfigWithLayers(_0x13cfa){const _0x203273=loadRawConfigLayers(_0x13cfa);return{'config':mergeRawConfigLayers(_0x203273),'layers':_0x203273};}export function readRawConfig(_0x112306){return mergeRawConfigLayers(loadRawConfigLayers(_0x112306));}export function readConfigFile(_0x4e4673){const _0x1f8159=a269_0x3cbeaa;return parseAndNormalizeConfig(_0x4e4673,_0x1f8159(0x1e4));}function a269_0x2b35(){const _0x4f3127=['pageSize','accessKey','string','length','migrated','.tmp','get','.rabetbase.json','routing','warn','parse','userDomain','status','data','Project','3519maEfbj','24029uUcuxo','config','100FkVNBB','utf8','set','defaultApp','riskLevel','trim','locale','kbServiceDomain','5096720ZYlGrk','appDomain','\x0a\x20\x20','silent','env','\x20config\x20file\x20ignored\x20(invalid\x20JSON\x20or\x20unreadable):\x20','empty','cwd','apps','skillDomain','6tjZtJT','keys','416720GfMHsS','error','object','missing','3877464exSrlQ','region','5540605zlaQou','3394872RUipja','format','appcode','cookie','apiDomain','apiDir','57020hpadPo','stringify','app','projectPath','runtimeDomain','inherit'];a269_0x2b35=function(){return _0x4f3127;};return a269_0x2b35();}export function writeConfigFile(_0x1cc81b,_0x1b7f59){const _0x173f3a=a269_0x3cbeaa,_0x455d96=dirname(_0x1cc81b);!existsSync(_0x455d96)&&mkdirSync(_0x455d96,{'recursive':!![]});const _0xdd4d9f=_0x1cc81b+_0x173f3a(0x1cc);try{const _0x3b1bfe=normalizeConfigForWrite(_0x1b7f59);writeFileSync(_0xdd4d9f,JSON[_0x173f3a(0x1fb)](_0x3b1bfe,null,0x2)+'\x0a',{'encoding':'utf8','mode':0x180}),renameSync(_0xdd4d9f,_0x1cc81b);}catch(_0x5650ae){try{unlinkSync(_0xdd4d9f);}catch{}throw _0x5650ae;}}export function resolveWriteConfigPath(_0x564f0f){const _0x38b8c4=_0x564f0f==='project'?process['cwd']():homedir(),_0x30bcce=resolveConfigPath(_0x38b8c4);return _0x30bcce??resolve(_0x38b8c4,NEW_CONFIG_NAME);}
|
package/lib/context.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a269_0x165b7c=a269_0x1f8e;(function(_0x3fd763,_0x3aad15){const _0x5a4aae=a269_0x1f8e,_0x10751f=_0x3fd763();while(!![]){try{const _0x5b75f1=-parseInt(_0x5a4aae(0x122))/0x1*(-parseInt(_0x5a4aae(0x13a))/0x2)+parseInt(_0x5a4aae(0x13c))/0x3+parseInt(_0x5a4aae(0x148))/0x4*(parseInt(_0x5a4aae(0x135))/0x5)+-parseInt(_0x5a4aae(0x15f))/0x6*(-parseInt(_0x5a4aae(0x150))/0x7)+parseInt(_0x5a4aae(0x11e))/0x8+-parseInt(_0x5a4aae(0x145))/0x9*(-parseInt(_0x5a4aae(0x15e))/0xa)+-parseInt(_0x5a4aae(0x126))/0xb;if(_0x5b75f1===_0x3aad15)break;else _0x10751f['push'](_0x10751f['shift']());}catch(_0x2a0c99){_0x10751f['push'](_0x10751f['shift']());}}}(a269_0x56ba,0xd4c73));import{CLI_BIN_NAME}from'./constant/cli.js';import{buildAuth}from'./context/auth-resolver.js';import{resolveAppConfig}from'./context/app-resolver.js';import{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile}from'./context/config-loader.js';import{resolveConfiguredRegion,resolveEffectiveRegion}from'./config/region-config.js';import{resolveEnterpriseRoutingManifest}from'./config/domain-config.js';import{logger}from'./utils/logger.js';import{resolveApiModelSource}from'./api/model-source.js';export{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile};function env(_0x5c9356){return process.env[`RABETBASE_${_0x5c9356}`]||process.env[`LOVRABET_${_0x5c9356}`]||undefined;}function optionalString(_0x2ca9a4){const _0x2e3a62=a269_0x1f8e;return typeof _0x2ca9a4===_0x2e3a62(0x146)&&_0x2ca9a4[_0x2e3a62(0x11d)]()?_0x2ca9a4[_0x2e3a62(0x11d)]():undefined;}export function isRoutingRecoveryService(_0x483289){const _0x48dab0=a269_0x1f8e;return _0x483289===_0x48dab0(0x154)||_0x483289===_0x48dab0(0x147);}function a269_0x1f8e(_0xd9fd70,_0x4c9737){_0xd9fd70=_0xd9fd70-0x11c;const _0x56ba74=a269_0x56ba();let _0x1f8e9b=_0x56ba74[_0xd9fd70];return _0x1f8e9b;}export async function createContext(_0x505651){const _0x4daaa0=a269_0x1f8e,{config:_0x112947,layers:_0x48c99f}=readRawConfigWithLayers(),_0x5ce0bd=buildConfig(_0x112947,_0x505651,_0x48c99f);await initGlobalEnvironment(_0x5ce0bd);const {getUserDomain:_0x5c89ff,getApiDomain:_0x174269}=await import(_0x4daaa0(0x151)),_0x229533={'apiDomain':_0x174269(),'userDomain':_0x5c89ff()},_0x85897f=await buildAuth(_0x5ce0bd);logger['setLogPath'](process['cwd']());const _0x1a6c91=(CLI_BIN_NAME+'\x20'+process['argv']['slice'](0x2)['join']('\x20'))['trim']();logger[_0x4daaa0(0x15a)](_0x1a6c91);const {isNonInteractive:_0x2c4db2}=await import(_0x4daaa0(0x140)),_0x6e614c=_0x2c4db2(_0x505651);return{'config':_0x5ce0bd,'auth':_0x85897f,'logger':logger,'env':_0x229533,'nonInteractive':_0x6e614c};}export function buildConfigFromFlags(_0x3d475e){const {config:_0x27b472,layers:_0x58a2aa}=readRawConfigWithLayers();return buildConfig(_0x27b472,_0x3d475e,_0x58a2aa);}function a269_0x56ba(){const _0x3f6ca1=['regionSource','env','keys','1077130rihdZI','3882VoAMbV','project\x20Rabetbase\x20configuration','region','apiDomain','trim','8230520tfSnIx','prototype','apiGroup','routingConfig','15whHgMq','kbServiceDomain','project','object','37136649irkpZA','production','some','length','daily','globalConfig','cdn','currentApp','regionLocation','skillDomain','defaultApp','template_base_url','appcode','configuredRegion','global','2015MceKWi','apps','runtimeDomain','https://g.lovrabet.com/dist/lovrabet-skill','localDomain','100778EICAgz','Rabetbase\x20configuration','1247568szLOoO','domains','filePath','skillHubDomain','./utils/is-non-interactive.js','routing','raw','appDomain','map','81MaNqLw','string','doctor','9836ZIzcCJ','targetEnv','values','userDomain','source','projectConfig','merged','replace','938nBqVgX','./constant/domain.js','platformDomain','app','config','name','kbDomain','agentDomain','hasOwnProperty','certificateDomain','setRawCommand'];a269_0x56ba=function(){return _0x3f6ca1;};return a269_0x56ba();}export async function initGlobalEnvironment(_0x5e67b2){const _0x2d349b=a269_0x1f8e,_0x539ba3=_0x5e67b2['regionSource']===_0x2d349b(0x153)&&_0x5e67b2[_0x2d349b(0x12d)]?'app\x20profile\x20\x22'+_0x5e67b2[_0x2d349b(0x12d)]+'\x22':_0x5e67b2[_0x2d349b(0x15b)]===_0x2d349b(0x124)?_0x2d349b(0x160):_0x5e67b2[_0x2d349b(0x15b)]===_0x2d349b(0x134)?'global\x20Rabetbase\x20configuration':_0x2d349b(0x13b);await initConfiguredEnvironment({'raw':_0x5e67b2[_0x2d349b(0x142)],'configuredRegion':_0x5e67b2['regionConfiguredValue']??_0x5e67b2['raw']?.['region']??_0x5e67b2['region'],'regionLocation':_0x539ba3,'targetEnv':_0x5e67b2[_0x2d349b(0x15c)]});}async function initConfiguredEnvironment(_0x5725bd){const _0x2bac81=a269_0x1f8e,_0x2c5075=resolveConfiguredRegion(_0x5725bd[_0x2bac81(0x133)],_0x5725bd[_0x2bac81(0x12e)]),_0x170205=resolveEnterpriseRoutingManifest(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x141)]),_0x3fdf56={'region':_0x2c5075,'apiDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x11c)]:optionalString(_0x5725bd['raw']?.[_0x2bac81(0x11c)]),'userDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x14b)]:optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x14b)]),'runtimeDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x137)]:optionalString(_0x5725bd['raw']?.[_0x2bac81(0x137)]),'skillDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x12f)]:optionalString(_0x5725bd['raw']?.['skillDomain'])||optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x13f)])||optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x157)])||optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x152)]),'kbDomain':_0x170205?_0x170205['domains'][_0x2bac81(0x156)]:optionalString(_0x5725bd['raw']?.['kbDomain'])||optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x157)])||optionalString(_0x5725bd['raw']?.[_0x2bac81(0x152)]),'kbServiceDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x123)]:optionalString(_0x5725bd['raw']?.['kbServiceDomain']),'appDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x143)]:optionalString(_0x5725bd['raw']?.['appDomain']),'localDomain':_0x170205?_0x170205[_0x2bac81(0x13d)][_0x2bac81(0x139)]:optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x139)]),'certificateDomain':_0x170205?_0x170205[_0x2bac81(0x13d)]['certificateDomain']:optionalString(_0x5725bd[_0x2bac81(0x142)]?.[_0x2bac81(0x159)]),'cdn':_0x170205?.[_0x2bac81(0x12c)],'allowOfficialKbServiceDefault':!(_0x170205!==undefined||['apiDomain',_0x2bac81(0x14b),_0x2bac81(0x137),_0x2bac81(0x12f),_0x2bac81(0x13f),_0x2bac81(0x156),_0x2bac81(0x123),'agentDomain',_0x2bac81(0x152),_0x2bac81(0x143),_0x2bac81(0x139),_0x2bac81(0x159)][_0x2bac81(0x128)](_0x3a524d=>Object['prototype']['hasOwnProperty']['call'](_0x5725bd[_0x2bac81(0x142)]??{},_0x3a524d)))},{initEnv:_0x367aa7}=await import('./constant/env.js'),{initDomains:_0x3b23e3}=await import(_0x2bac81(0x151));_0x367aa7(_0x5725bd[_0x2bac81(0x149)]),_0x3b23e3(_0x3fdf56);}export async function initMultiAppEnvironment(_0x63e1e7){const _0x451760=a269_0x1f8e;await initConfiguredEnvironment({'raw':_0x63e1e7[_0x451760(0x121)],'configuredRegion':_0x63e1e7[_0x451760(0x161)],'regionLocation':'app\x20profile\x20\x22'+_0x63e1e7[_0x451760(0x155)]+'\x22','targetEnv':_0x63e1e7['env']===_0x451760(0x12a)?_0x451760(0x12a):_0x451760(0x127)});}export function getConfigAppCode(_0x33d7c8){const _0x1bf77d=a269_0x1f8e,_0x1667a6=readRawConfig(_0x33d7c8);if(_0x1667a6[_0x1bf77d(0x136)]&&typeof _0x1667a6[_0x1bf77d(0x136)]===_0x1bf77d(0x125)){const _0x3e06c3=_0x1667a6[_0x1bf77d(0x130)];if(_0x3e06c3)return _0x1667a6[_0x1bf77d(0x136)][_0x3e06c3]?.[_0x1bf77d(0x132)]?String(_0x1667a6['apps'][_0x3e06c3][_0x1bf77d(0x132)])[_0x1bf77d(0x11d)]():undefined;const _0x2fb5dc=Object[_0x1bf77d(0x14a)](_0x1667a6['apps']);if(_0x2fb5dc[_0x1bf77d(0x129)]===0x1&&_0x2fb5dc[0x0]?.['appcode'])return String(_0x2fb5dc[0x0][_0x1bf77d(0x132)])[_0x1bf77d(0x11d)]();}const _0x452dc9=_0x1667a6[_0x1bf77d(0x132)]||_0x1667a6[_0x1bf77d(0x153)];if(typeof _0x452dc9!=='string'||_0x452dc9[_0x1bf77d(0x11d)]()==='')return undefined;return _0x452dc9['trim']();}const CONNECTION_ROUTING_KEYS=['routing',a269_0x165b7c(0x11c),'userDomain','runtimeDomain','skillDomain',a269_0x165b7c(0x13f),a269_0x165b7c(0x156),'kbServiceDomain',a269_0x165b7c(0x157),a269_0x165b7c(0x152),a269_0x165b7c(0x143),a269_0x165b7c(0x139),a269_0x165b7c(0x159)];function withAppProfileRouting(_0x49a1aa,_0x1ecacd){const _0x21371c=a269_0x165b7c;if(!_0x1ecacd||_0x1ecacd[_0x21371c(0x123)]===undefined)return _0x49a1aa;return{..._0x49a1aa,'kbServiceDomain':_0x1ecacd['kbServiceDomain']};}function pickConnectionRoutingConfig(_0x4f29f3,_0x23e6ab){const _0x41aebd={'region':_0x23e6ab};for(const _0x1ee699 of CONNECTION_ROUTING_KEYS){if(_0x4f29f3[_0x1ee699]!==undefined)_0x41aebd[_0x1ee699]=_0x4f29f3[_0x1ee699];}return _0x41aebd;}export function getMultiAppConfigs(_0xff91a4='project',_0x102a3a){const _0x3aa159=a269_0x165b7c,_0x4d970e=loadRawConfigLayers(_0x102a3a);let _0x5140d8,_0x5e6410;const _0x509650=mergeRawConfigLayers(_0x4d970e),_0xe0e6a3=_0x4d970e[_0x3aa159(0x12b)][_0x3aa159(0x136)]&&typeof _0x4d970e[_0x3aa159(0x12b)][_0x3aa159(0x136)]===_0x3aa159(0x125)?_0x4d970e[_0x3aa159(0x12b)][_0x3aa159(0x136)]:{},_0x8c0216=_0x4d970e[_0x3aa159(0x14d)]['apps']&&typeof _0x4d970e[_0x3aa159(0x14d)][_0x3aa159(0x136)]===_0x3aa159(0x125)?_0x4d970e['projectConfig'][_0x3aa159(0x136)]:{};_0xff91a4===_0x3aa159(0x14e)?(_0x5140d8={..._0xe0e6a3,..._0x8c0216},_0x5e6410=_0x509650[_0x3aa159(0x130)]):(_0x5140d8=_0x4d970e[_0x3aa159(0x14d)]['apps'],_0x5e6410=_0x4d970e['projectConfig']['defaultApp']);!_0x5e6410&&_0x5140d8&&typeof _0x5140d8===_0x3aa159(0x125)&&Object[_0x3aa159(0x15d)](_0x5140d8)[_0x3aa159(0x129)]===0x1&&(_0x5e6410=Object[_0x3aa159(0x15d)](_0x5140d8)[0x0]);if(!_0x5140d8||typeof _0x5140d8!==_0x3aa159(0x125)||Object['keys'](_0x5140d8)['length']===0x0)return null;return Object['entries'](_0x5140d8)[_0x3aa159(0x144)](([_0x56f6eb,_0x490cfc])=>{const _0x3d1e27=_0x3aa159,_0x3d94bb=_0xff91a4==='project'||Object[_0x3d1e27(0x11f)][_0x3d1e27(0x158)]['call'](_0x8c0216,_0x56f6eb),_0x5f0db0=withAppProfileRouting(_0x3d94bb?_0x509650:_0x4d970e['globalConfig'],_0x490cfc),_0x5b5099=resolveEffectiveRegion({'appRegion':_0x490cfc?.['region'],'projectRegion':_0x3d94bb?_0x4d970e[_0x3d1e27(0x14d)]['region']:undefined,'globalRegion':_0x4d970e[_0x3d1e27(0x12b)][_0x3d1e27(0x161)],'mergedRegion':_0x5f0db0[_0x3d1e27(0x161)],'appName':_0x56f6eb});return{'name':_0x56f6eb,'appcode':_0x490cfc?.['appcode']||'','apiGroup':optionalString(_0x490cfc?.[_0x3d1e27(0x120)]),'isDefault':_0x56f6eb===_0x5e6410,'region':_0x5b5099['region'],'regionSource':_0x5b5099[_0x3d1e27(0x14c)],'env':_0x490cfc?.[_0x3d1e27(0x15c)],'apiDir':optionalString(_0x490cfc?.['apiDir'])||optionalString(_0x5f0db0['apiDir']),'cookie':_0x490cfc?.['cookie']||undefined,'routingConfig':pickConnectionRoutingConfig(_0x5f0db0,_0x5b5099['region'])};})['filter'](_0x14c99e=>_0x14c99e[_0x3aa159(0x132)]);}export function getTemplateBaseUrl(_0x317497){const _0x14ff48=a269_0x165b7c,_0xfcfafd=readRawConfig(_0x317497);if(_0xfcfafd['template_base_url']&&typeof _0xfcfafd[_0x14ff48(0x131)]===_0x14ff48(0x146))return _0xfcfafd[_0x14ff48(0x131)][_0x14ff48(0x14f)](/\/$/,'');return _0x14ff48(0x138);}function buildConfig(_0x25791b,_0x388df9,_0x5bcfc4){const _0x1ba987=a269_0x165b7c,_0x1a539f=resolveAppConfig({'raw':_0x25791b,'flags':_0x388df9,'layers':_0x5bcfc4,'readEnv':env}),_0x545081=_0x1a539f[_0x1ba987(0x12d)]?_0x1a539f['apps'][_0x1a539f[_0x1ba987(0x12d)]]:undefined;return{..._0x1a539f,'raw':withAppProfileRouting(_0x25791b,_0x545081)};}export function resolveApiFilePath(_0x51ce0d,_0xc89eba,_0x578683){const _0x5d4eaa=a269_0x165b7c;return resolveApiModelSource(_0x51ce0d,_0xc89eba,_0x578683)[_0x5d4eaa(0x13e)];}
|
|
1
|
+
const a270_0x58b889=a270_0x20b2;(function(_0x253342,_0x688a43){const _0x5195eb=a270_0x20b2,_0x50919a=_0x253342();while(!![]){try{const _0x53b840=-parseInt(_0x5195eb(0x1b6))/0x1+-parseInt(_0x5195eb(0x1df))/0x2*(parseInt(_0x5195eb(0x1cb))/0x3)+parseInt(_0x5195eb(0x1af))/0x4+parseInt(_0x5195eb(0x1da))/0x5+-parseInt(_0x5195eb(0x1a4))/0x6*(-parseInt(_0x5195eb(0x1d0))/0x7)+-parseInt(_0x5195eb(0x1a6))/0x8*(parseInt(_0x5195eb(0x19f))/0x9)+parseInt(_0x5195eb(0x1aa))/0xa;if(_0x53b840===_0x688a43)break;else _0x50919a['push'](_0x50919a['shift']());}catch(_0x37e0c2){_0x50919a['push'](_0x50919a['shift']());}}}(a270_0x21a4,0xaf6b6));import{CLI_BIN_NAME}from'./constant/cli.js';import{buildAuth}from'./context/auth-resolver.js';import{resolveAppConfig}from'./context/app-resolver.js';import{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile}from'./context/config-loader.js';import{resolveConfiguredRegion,resolveEffectiveRegion}from'./config/region-config.js';import{resolveEnterpriseRoutingManifest}from'./config/domain-config.js';import{logger}from'./utils/logger.js';import{resolveApiModelSource}from'./api/model-source.js';export{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile};function env(_0x22bb01){return process.env[`RABETBASE_${_0x22bb01}`]||process.env[`LOVRABET_${_0x22bb01}`]||undefined;}function optionalString(_0x35832a){const _0x1ce2eb=a270_0x20b2;return typeof _0x35832a==='string'&&_0x35832a[_0x1ce2eb(0x1e1)]()?_0x35832a['trim']():undefined;}export function isRoutingRecoveryService(_0x2ba312){const _0x135d4b=a270_0x20b2;return _0x2ba312===_0x135d4b(0x1b1)||_0x2ba312===_0x135d4b(0x1e3);}export async function createContext(_0x1c27fe){const _0x5e4a0c=a270_0x20b2,{config:_0x477218,layers:_0x463a2e}=readRawConfigWithLayers(),_0x53fa42=buildConfig(_0x477218,_0x1c27fe,_0x463a2e);await initGlobalEnvironment(_0x53fa42);const {getUserDomain:_0x4ec12a,getApiDomain:_0xa8cef8}=await import(_0x5e4a0c(0x1b3)),_0x35c583={'apiDomain':_0xa8cef8(),'userDomain':_0x4ec12a()},_0x3da7dd=await buildAuth(_0x53fa42);logger[_0x5e4a0c(0x1cd)](process[_0x5e4a0c(0x1b5)]());const _0x31b7b5=(CLI_BIN_NAME+'\x20'+process[_0x5e4a0c(0x1c1)]['slice'](0x2)['join']('\x20'))[_0x5e4a0c(0x1e1)]();logger[_0x5e4a0c(0x1d3)](_0x31b7b5);const {isNonInteractive:_0x68a3f7}=await import('./utils/is-non-interactive.js'),_0x3dd1bc=_0x68a3f7(_0x1c27fe);return{'config':_0x53fa42,'auth':_0x3da7dd,'logger':logger,'env':_0x35c583,'nonInteractive':_0x3dd1bc};}export function buildConfigFromFlags(_0x206cb4){const {config:_0x48f05f,layers:_0x28d936}=readRawConfigWithLayers();return buildConfig(_0x48f05f,_0x206cb4,_0x28d936);}function a270_0x21a4(){const _0x457e27=['4592696NNePEk','project\x20Rabetbase\x20configuration','config','object','./constant/domain.js','currentApp','cwd','1040701CNIWvU','regionLocation','global\x20Rabetbase\x20configuration','regionSource','platformDomain','map','globalConfig','cdn','apiDir','routing','apps','argv','app\x20profile\x20\x22','daily','userDomain','env','region','apiDomain','project','routingConfig','filter','804PqBzsg','targetEnv','setLogPath','length','certificateDomain','7196lPyIxR','replace','entries','setRawCommand','merged','runtimeDomain','global','kbServiceDomain','Rabetbase\x20configuration','production','3476935HkHCYF','skillHubDomain','name','domains','call','8730oAhjTd','keys','trim','defaultApp','doctor','apiGroup','skillDomain','agentDomain','source','appcode','regionConfiguredValue','some','9TbkPyY','projectConfig','configuredRegion','raw','appDomain','4242bjEhgm','prototype','6745720CHepRa','app','./constant/env.js','localDomain','12018970KGRKJV','hasOwnProperty','string','template_base_url','kbDomain'];a270_0x21a4=function(){return _0x457e27;};return a270_0x21a4();}export async function initGlobalEnvironment(_0x20598f){const _0x1c2fac=a270_0x20b2,_0x4efc3d=_0x20598f['regionSource']===_0x1c2fac(0x1a7)&&_0x20598f[_0x1c2fac(0x1b4)]?_0x1c2fac(0x1c2)+_0x20598f[_0x1c2fac(0x1b4)]+'\x22':_0x20598f['regionSource']===_0x1c2fac(0x1c8)?_0x1c2fac(0x1b0):_0x20598f[_0x1c2fac(0x1b9)]===_0x1c2fac(0x1d6)?_0x1c2fac(0x1b8):_0x1c2fac(0x1d8);await initConfiguredEnvironment({'raw':_0x20598f[_0x1c2fac(0x1a2)],'configuredRegion':_0x20598f[_0x1c2fac(0x19d)]??_0x20598f[_0x1c2fac(0x1a2)]?.[_0x1c2fac(0x1c6)]??_0x20598f[_0x1c2fac(0x1c6)],'regionLocation':_0x4efc3d,'targetEnv':_0x20598f[_0x1c2fac(0x1c5)]});}async function initConfiguredEnvironment(_0x1c9de3){const _0x5644b2=a270_0x20b2,_0x5baa36=resolveConfiguredRegion(_0x1c9de3[_0x5644b2(0x1a1)],_0x1c9de3[_0x5644b2(0x1b7)]),_0xa6354a=resolveEnterpriseRoutingManifest(_0x1c9de3[_0x5644b2(0x1a2)]?.[_0x5644b2(0x1bf)]),_0x55f6f5={'region':_0x5baa36,'apiDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)]['apiDomain']:optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.['apiDomain']),'userDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)][_0x5644b2(0x1c4)]:optionalString(_0x1c9de3['raw']?.[_0x5644b2(0x1c4)]),'runtimeDomain':_0xa6354a?_0xa6354a['domains'][_0x5644b2(0x1d5)]:optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.[_0x5644b2(0x1d5)]),'skillDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)]['skillDomain']:optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.[_0x5644b2(0x1e5)])||optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.[_0x5644b2(0x1db)])||optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.[_0x5644b2(0x1e6)])||optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.['platformDomain']),'kbDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)][_0x5644b2(0x1ae)]:optionalString(_0x1c9de3['raw']?.['kbDomain'])||optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.[_0x5644b2(0x1e6)])||optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.['platformDomain']),'kbServiceDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)]['kbServiceDomain']:optionalString(_0x1c9de3['raw']?.[_0x5644b2(0x1d7)]),'appDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)][_0x5644b2(0x1a3)]:optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.['appDomain']),'localDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)][_0x5644b2(0x1a9)]:optionalString(_0x1c9de3[_0x5644b2(0x1a2)]?.['localDomain']),'certificateDomain':_0xa6354a?_0xa6354a[_0x5644b2(0x1dd)]['certificateDomain']:optionalString(_0x1c9de3['raw']?.[_0x5644b2(0x1cf)]),'cdn':_0xa6354a?.[_0x5644b2(0x1bd)],'allowOfficialKbServiceDefault':!(_0xa6354a!==undefined||[_0x5644b2(0x1c7),_0x5644b2(0x1c4),_0x5644b2(0x1d5),_0x5644b2(0x1e5),_0x5644b2(0x1db),_0x5644b2(0x1ae),_0x5644b2(0x1d7),_0x5644b2(0x1e6),_0x5644b2(0x1ba),'appDomain','localDomain',_0x5644b2(0x1cf)][_0x5644b2(0x19e)](_0x9b978c=>Object['prototype'][_0x5644b2(0x1ab)][_0x5644b2(0x1de)](_0x1c9de3[_0x5644b2(0x1a2)]??{},_0x9b978c)))},{initEnv:_0x3a0044}=await import(_0x5644b2(0x1a8)),{initDomains:_0x510942}=await import(_0x5644b2(0x1b3));_0x3a0044(_0x1c9de3[_0x5644b2(0x1cc)]),_0x510942(_0x55f6f5);}function a270_0x20b2(_0xa9e3c9,_0x3978f4){_0xa9e3c9=_0xa9e3c9-0x19c;const _0x21a4cc=a270_0x21a4();let _0x20b2a2=_0x21a4cc[_0xa9e3c9];return _0x20b2a2;}export async function initMultiAppEnvironment(_0x365ae2){const _0x6275c9=a270_0x20b2;await initConfiguredEnvironment({'raw':_0x365ae2[_0x6275c9(0x1c9)],'configuredRegion':_0x365ae2['region'],'regionLocation':_0x6275c9(0x1c2)+_0x365ae2[_0x6275c9(0x1dc)]+'\x22','targetEnv':_0x365ae2[_0x6275c9(0x1c5)]==='daily'?_0x6275c9(0x1c3):_0x6275c9(0x1d9)});}export function getConfigAppCode(_0x21db43){const _0x332cff=a270_0x20b2,_0x1ecbaa=readRawConfig(_0x21db43);if(_0x1ecbaa[_0x332cff(0x1c0)]&&typeof _0x1ecbaa[_0x332cff(0x1c0)]===_0x332cff(0x1b2)){const _0xdec3cf=_0x1ecbaa[_0x332cff(0x1e2)];if(_0xdec3cf)return _0x1ecbaa[_0x332cff(0x1c0)][_0xdec3cf]?.[_0x332cff(0x19c)]?String(_0x1ecbaa[_0x332cff(0x1c0)][_0xdec3cf][_0x332cff(0x19c)])[_0x332cff(0x1e1)]():undefined;const _0x5bc4bb=Object['values'](_0x1ecbaa[_0x332cff(0x1c0)]);if(_0x5bc4bb[_0x332cff(0x1ce)]===0x1&&_0x5bc4bb[0x0]?.[_0x332cff(0x19c)])return String(_0x5bc4bb[0x0][_0x332cff(0x19c)])['trim']();}const _0x435b09=_0x1ecbaa[_0x332cff(0x19c)]||_0x1ecbaa['app'];if(typeof _0x435b09!=='string'||_0x435b09[_0x332cff(0x1e1)]()==='')return undefined;return _0x435b09['trim']();}const CONNECTION_ROUTING_KEYS=[a270_0x58b889(0x1bf),a270_0x58b889(0x1c7),'userDomain',a270_0x58b889(0x1d5),a270_0x58b889(0x1e5),a270_0x58b889(0x1db),a270_0x58b889(0x1ae),'kbServiceDomain',a270_0x58b889(0x1e6),'platformDomain',a270_0x58b889(0x1a3),'localDomain','certificateDomain'];function withAppProfileRouting(_0x1d688b,_0x39a585){const _0x1ddef7=a270_0x58b889;if(!_0x39a585||_0x39a585[_0x1ddef7(0x1d7)]===undefined)return _0x1d688b;return{..._0x1d688b,'kbServiceDomain':_0x39a585['kbServiceDomain']};}function pickConnectionRoutingConfig(_0x28143e,_0x416f35){const _0x2871f3={'region':_0x416f35};for(const _0x2abd4e of CONNECTION_ROUTING_KEYS){if(_0x28143e[_0x2abd4e]!==undefined)_0x2871f3[_0x2abd4e]=_0x28143e[_0x2abd4e];}return _0x2871f3;}export function getMultiAppConfigs(_0xbb9722=a270_0x58b889(0x1c8),_0x54ed57){const _0x211081=a270_0x58b889,_0x4a9fcd=loadRawConfigLayers(_0x54ed57);let _0x347b35,_0x9fe3d9;const _0x34601f=mergeRawConfigLayers(_0x4a9fcd),_0x288e83=_0x4a9fcd[_0x211081(0x1bc)][_0x211081(0x1c0)]&&typeof _0x4a9fcd[_0x211081(0x1bc)][_0x211081(0x1c0)]==='object'?_0x4a9fcd['globalConfig'][_0x211081(0x1c0)]:{},_0xbb9c5=_0x4a9fcd[_0x211081(0x1a0)][_0x211081(0x1c0)]&&typeof _0x4a9fcd[_0x211081(0x1a0)][_0x211081(0x1c0)]===_0x211081(0x1b2)?_0x4a9fcd[_0x211081(0x1a0)][_0x211081(0x1c0)]:{};_0xbb9722===_0x211081(0x1d4)?(_0x347b35={..._0x288e83,..._0xbb9c5},_0x9fe3d9=_0x34601f[_0x211081(0x1e2)]):(_0x347b35=_0x4a9fcd[_0x211081(0x1a0)][_0x211081(0x1c0)],_0x9fe3d9=_0x4a9fcd[_0x211081(0x1a0)][_0x211081(0x1e2)]);!_0x9fe3d9&&_0x347b35&&typeof _0x347b35===_0x211081(0x1b2)&&Object['keys'](_0x347b35)[_0x211081(0x1ce)]===0x1&&(_0x9fe3d9=Object[_0x211081(0x1e0)](_0x347b35)[0x0]);if(!_0x347b35||typeof _0x347b35!==_0x211081(0x1b2)||Object[_0x211081(0x1e0)](_0x347b35)['length']===0x0)return null;return Object[_0x211081(0x1d2)](_0x347b35)[_0x211081(0x1bb)](([_0x5d65cb,_0xb9495b])=>{const _0x4c8af8=_0x211081,_0x63aa4f=_0xbb9722===_0x4c8af8(0x1c8)||Object[_0x4c8af8(0x1a5)]['hasOwnProperty'][_0x4c8af8(0x1de)](_0xbb9c5,_0x5d65cb),_0x117509=withAppProfileRouting(_0x63aa4f?_0x34601f:_0x4a9fcd[_0x4c8af8(0x1bc)],_0xb9495b),_0x54fedf=resolveEffectiveRegion({'appRegion':_0xb9495b?.[_0x4c8af8(0x1c6)],'projectRegion':_0x63aa4f?_0x4a9fcd[_0x4c8af8(0x1a0)][_0x4c8af8(0x1c6)]:undefined,'globalRegion':_0x4a9fcd[_0x4c8af8(0x1bc)][_0x4c8af8(0x1c6)],'mergedRegion':_0x117509[_0x4c8af8(0x1c6)],'appName':_0x5d65cb});return{'name':_0x5d65cb,'appcode':_0xb9495b?.['appcode']||'','apiGroup':optionalString(_0xb9495b?.[_0x4c8af8(0x1e4)]),'isDefault':_0x5d65cb===_0x9fe3d9,'region':_0x54fedf[_0x4c8af8(0x1c6)],'regionSource':_0x54fedf[_0x4c8af8(0x1e7)],'env':_0xb9495b?.['env'],'apiDir':optionalString(_0xb9495b?.['apiDir'])||optionalString(_0x117509[_0x4c8af8(0x1be)]),'cookie':_0xb9495b?.['cookie']||undefined,'routingConfig':pickConnectionRoutingConfig(_0x117509,_0x54fedf[_0x4c8af8(0x1c6)])};})[_0x211081(0x1ca)](_0x4bf0e2=>_0x4bf0e2['appcode']);}export function getTemplateBaseUrl(_0x45a843){const _0x520b27=a270_0x58b889,_0x14f9f6=readRawConfig(_0x45a843);if(_0x14f9f6[_0x520b27(0x1ad)]&&typeof _0x14f9f6['template_base_url']===_0x520b27(0x1ac))return _0x14f9f6[_0x520b27(0x1ad)][_0x520b27(0x1d1)](/\/$/,'');return'https://g.lovrabet.com/dist/lovrabet-skill';}function buildConfig(_0x27ced8,_0x4b3140,_0x4d6a16){const _0x208a9e=a270_0x58b889,_0xbd82c3=resolveAppConfig({'raw':_0x27ced8,'flags':_0x4b3140,'layers':_0x4d6a16,'readEnv':env}),_0x4fd88b=_0xbd82c3[_0x208a9e(0x1b4)]?_0xbd82c3[_0x208a9e(0x1c0)][_0xbd82c3['currentApp']]:undefined;return{..._0xbd82c3,'raw':withAppProfileRouting(_0x27ced8,_0x4fd88b)};}export function resolveApiFilePath(_0x4cd631,_0x3eb4db,_0x40ae6d){return resolveApiModelSource(_0x4cd631,_0x3eb4db,_0x40ae6d)['filePath'];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a271_0x334f50=a271_0x1d8b;(function(_0x5bf2d0,_0x5e7fcb){const _0x2f45f7=a271_0x1d8b,_0x256bee=_0x5bf2d0();while(!![]){try{const _0x1ae05d=-parseInt(_0x2f45f7(0xe0))/0x1+-parseInt(_0x2f45f7(0xe1))/0x2*(-parseInt(_0x2f45f7(0xf8))/0x3)+-parseInt(_0x2f45f7(0xf6))/0x4+parseInt(_0x2f45f7(0x102))/0x5+-parseInt(_0x2f45f7(0xef))/0x6*(-parseInt(_0x2f45f7(0xe8))/0x7)+parseInt(_0x2f45f7(0xdc))/0x8+parseInt(_0x2f45f7(0xf7))/0x9;if(_0x1ae05d===_0x5e7fcb)break;else _0x256bee['push'](_0x256bee['shift']());}catch(_0x5e7281){_0x256bee['push'](_0x256bee['shift']());}}}(a271_0x2603,0xb6c66));import{existsSync,readFileSync,realpathSync,statSync}from'node:fs';import{dirname,extname,isAbsolute,relative,resolve}from'node:path';import{MODEL_REGISTRY_FILE_NAME,getProfileModels,readModelRegistry}from'../api/model-registry-file.js';function a271_0x2603(){const _0x5d8892=['utf-8','flatMap','size','6OhoRAV','flags','.ts','cwd','../','.cts','tableName','2171580JHLjIb','3709035BAQnWS','42387kLehvR','source','api.ts','length','map','alias','set','.js','startsWith','push','66725FOlAez','get','.mjs','datasetCode','stringify','endsWith','9266960SqWELh','filter','.mts','add','1102049jwuwOp','18paZCOU','index','isFile','.jsx','.cjs','has','name','4778193kEwoyF','.tsx','exec','defaultProfile'];a271_0x2603=function(){return _0x5d8892;};return a271_0x2603();}import{parseLegacyApiModels}from'../api/legacy-api-file.js';import{findProjectRootDirectory}from'../context/config-loader.js';const cache=new Map(),MAX_LOCAL_REEXPORT_DEPTH=0x8,SOURCE_FILE_EXTENSIONS=[a271_0x334f50(0xf1),a271_0x334f50(0xe9),'.mts',a271_0x334f50(0xf4),a271_0x334f50(0xff),a271_0x334f50(0xe4),a271_0x334f50(0x104),a271_0x334f50(0xe5)],LOCAL_REEXPORT_RE=/\bexport\s+(?:type\s+)?(?:\{[\s\S]*?\}|\*)\s+from\s*["']([^"']+)["']/g,SOURCE_EXTENSIONS_BY_RUNTIME_EXTENSION={'.js':[a271_0x334f50(0xf1),a271_0x334f50(0xe9)],'.jsx':[a271_0x334f50(0xe9)],'.mjs':[a271_0x334f50(0xde)],'.cjs':[a271_0x334f50(0xf4)]};function parseApiFile(_0x953211){const _0x4ed449=a271_0x334f50;return parseLegacyApiModels(_0x953211)[_0x4ed449(0xed)](_0x15f053=>_0x15f053[_0x4ed449(0xfd)]?[{'alias':_0x15f053[_0x4ed449(0xfd)],'datasetCode':_0x15f053[_0x4ed449(0x105)],'tableName':_0x15f053[_0x4ed449(0xf5)],'name':_0x15f053[_0x4ed449(0xe7)]}]:[]);}function isWithinRoot(_0x2bece4,_0x19278f){const _0x48a050=a271_0x334f50,_0x922ec=relative(_0x2bece4,_0x19278f);return _0x922ec===''||!_0x922ec[_0x48a050(0x100)]('..')&&!isAbsolute(_0x922ec);}function resolveExistingFile(_0x142c75){const _0x872024=a271_0x334f50;if(!existsSync(_0x142c75))return undefined;try{return statSync(_0x142c75)[_0x872024(0xe3)]()?realpathSync(_0x142c75):undefined;}catch{return undefined;}}function a271_0x1d8b(_0x2d9e40,_0x1a742d){_0x2d9e40=_0x2d9e40-0xdc;const _0x260390=a271_0x2603();let _0x1d8bc9=_0x260390[_0x2d9e40];return _0x1d8bc9;}function reexportCandidatePaths(_0x52c2fc){const _0x68a0f1=a271_0x334f50,_0x549523=extname(_0x52c2fc);if(!_0x549523)return[...SOURCE_FILE_EXTENSIONS['map'](_0x2e9d3c=>''+_0x52c2fc+_0x2e9d3c),...SOURCE_FILE_EXTENSIONS[_0x68a0f1(0xfc)](_0x4d215c=>resolve(_0x52c2fc,_0x68a0f1(0xe2)+_0x4d215c))];const _0x224167=SOURCE_EXTENSIONS_BY_RUNTIME_EXTENSION[_0x549523];if(!_0x224167)return[_0x52c2fc];const _0x540fe2=_0x52c2fc['slice'](0x0,-_0x549523[_0x68a0f1(0xfb)]);return[..._0x224167[_0x68a0f1(0xfc)](_0x1b4b18=>''+_0x540fe2+_0x1b4b18),_0x52c2fc];}function resolveLocalReexport(_0x1ab732,_0x289693,_0x30ec75){const _0x24bc1d=a271_0x334f50;if(!_0x289693[_0x24bc1d(0x100)]('./')&&!_0x289693['startsWith'](_0x24bc1d(0xf3)))return undefined;const _0x512cc4=resolve(dirname(_0x1ab732),_0x289693);if(!isWithinRoot(_0x30ec75,_0x512cc4))return undefined;for(const _0x513286 of reexportCandidatePaths(_0x512cc4)){const _0x6982e1=resolveExistingFile(_0x513286);if(_0x6982e1&&isWithinRoot(_0x30ec75,_0x6982e1))return _0x6982e1;}return undefined;}function parseApiFileTree(_0x10da5f,_0x1a67ff,_0x22950a,_0x2051e4){const _0x4cc39c=a271_0x334f50,_0x4c073c=resolveExistingFile(_0x10da5f);if(!_0x4c073c)return[];const _0x2c7b01=_0x22950a[_0x4cc39c(0x103)](_0x4c073c);if(_0x2c7b01!==undefined&&_0x2c7b01<=_0x2051e4)return[];_0x22950a['set'](_0x4c073c,_0x2051e4);const _0x1650b1=readFileSync(_0x4c073c,_0x4cc39c(0xec)),_0x2dd53a=parseApiFile(_0x1650b1);if(_0x2051e4>=MAX_LOCAL_REEXPORT_DEPTH)return _0x2dd53a;const _0x15b98c=new RegExp(LOCAL_REEXPORT_RE[_0x4cc39c(0xf9)],LOCAL_REEXPORT_RE[_0x4cc39c(0xf0)]);let _0x59dca4;while((_0x59dca4=_0x15b98c[_0x4cc39c(0xea)](_0x1650b1))!==null){const _0xb56aa5=resolveLocalReexport(_0x4c073c,_0x59dca4[0x1],_0x1a67ff);_0xb56aa5&&_0x2dd53a[_0x4cc39c(0x101)](...parseApiFileTree(_0xb56aa5,_0x1a67ff,_0x22950a,_0x2051e4+0x1));}return _0x2dd53a;}function aliasProjectRoot(_0x57f682){const _0x26247f=findProjectRootDirectory(dirname(_0x57f682));try{return realpathSync(_0x26247f);}catch{return _0x26247f;}}function uniqueAliasEntries(_0x215222){const _0x3e2e2c=a271_0x334f50,_0x2c1399=new Set();return _0x215222[_0x3e2e2c(0xdd)](_0x4ea6eb=>{const _0xef4fae=_0x3e2e2c,_0x5e5ce5=JSON[_0xef4fae(0x106)](_0x4ea6eb);if(_0x2c1399[_0xef4fae(0xe6)](_0x5e5ce5))return![];return _0x2c1399[_0xef4fae(0xdf)](_0x5e5ce5),!![];});}export function loadAliasMap(_0x409aa2,_0x88c52b,_0x6a9a6b,_0x27bb1f){const _0x122b41=a271_0x334f50,_0x507826=resolve(_0x6a9a6b??resolve(process[_0x122b41(0xf2)](),_0x409aa2,_0x122b41(0xfa))),_0x215ab3=_0x27bb1f?_0x507826+'#'+_0x27bb1f:_0x507826;if(cache[_0x122b41(0xe6)](_0x215ab3))return cache[_0x122b41(0x103)](_0x215ab3);if(!existsSync(_0x507826))return cache[_0x122b41(0xfe)](_0x215ab3,[]),[];try{if(_0x507826[_0x122b41(0x107)](MODEL_REGISTRY_FILE_NAME)){const _0x1760f5=readModelRegistry(_0x507826),_0x41cb41=_0x27bb1f??_0x1760f5?.[_0x122b41(0xeb)],_0xe0ff1a=_0x41cb41&&_0x1760f5?getProfileModels(_0x1760f5,_0x41cb41):[],_0x302d80=uniqueAliasEntries(_0xe0ff1a['flatMap'](_0x5b82d8=>_0x5b82d8[_0x122b41(0xfd)]?[{'alias':_0x5b82d8['alias'],'datasetCode':_0x5b82d8[_0x122b41(0x105)],'tableName':_0x5b82d8[_0x122b41(0xf5)],'name':_0x5b82d8[_0x122b41(0xe7)]}]:[]));return cache[_0x122b41(0xfe)](_0x215ab3,_0x302d80),_0x302d80;}const _0x1d5abf=uniqueAliasEntries(parseApiFileTree(_0x507826,aliasProjectRoot(_0x507826),new Map(),0x0));return cache[_0x122b41(0xfe)](_0x215ab3,_0x1d5abf),_0x1d5abf;}catch{return cache[_0x122b41(0xfe)](_0x215ab3,[]),[];}}export function resolveAlias(_0x4364c6,_0xccdc54,_0x450ab1,_0x170b8,_0x4054a1){const _0x50dfcf=a271_0x334f50;if(!_0xccdc54)return undefined;const _0x38c55c=loadAliasMap(_0x4364c6,_0x450ab1,_0x170b8,_0x4054a1),_0x25905a=new Set(_0x38c55c[_0x50dfcf(0xdd)](_0x2c96af=>_0x2c96af[_0x50dfcf(0xfd)]===_0xccdc54)[_0x50dfcf(0xfc)](_0x261392=>_0x261392[_0x50dfcf(0x105)]));return _0x25905a[_0x50dfcf(0xee)]===0x1?[..._0x25905a][0x0]:undefined;}export function listAliases(_0x2320aa,_0x36d4c1,_0x16a6aa,_0x28cf08){return loadAliasMap(_0x2320aa,_0x36d4c1,_0x16a6aa,_0x28cf08);}
|
package/lib/core/api-client.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ export declare function recognizeDevelopmentOcr(appCode: string, input: {
|
|
|
57
57
|
}): Promise<DevelopmentOcrResponse>;
|
|
58
58
|
export declare const DING_TALK_SANDBOX_BIND_PATH = "/smartapi/user-accounts/cli/dingding-sandbox/bind";
|
|
59
59
|
export declare function bindDingTalkSandboxAccount(dingTalkUserId: string): Promise<boolean>;
|
|
60
|
+
export declare const FEISHU_BIND_PATH = "/smartapi/user-accounts/cli/feishu/bind";
|
|
61
|
+
export declare function bindFeishuAccount(openId: string): Promise<boolean>;
|
|
60
62
|
export interface PlatformFetchOptions {
|
|
61
63
|
method?: "GET" | "POST";
|
|
62
64
|
body?: Record<string, any>;
|