@lovrabet/rabetbase-cli 2.5.3 → 2.5.4-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- 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.d.ts +1 -1
- package/lib/commands/config/init.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/dataset/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.d.ts +2 -0
- 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/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/domain-config.d.ts +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-domain-routing.js +1 -1
- package/lib/config/region-config.js +1 -1
- package/lib/config/schema.d.ts +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.d.ts +4 -0
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/region.d.ts +1 -1
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.d.ts +14 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.d.ts +1 -0
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/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.d.ts +11 -10
- package/lib/core/flow-config.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.d.ts +7 -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.d.ts +5 -2
- 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.d.ts +15 -3
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.d.ts +2 -2
- 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.d.ts +5 -0
- 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 +31 -17
- package/skills/rabetbase/guides/approval-flow-development-workflow.md +33 -11
- package/skills/rabetbase/guides/best-practices.md +1 -1
- package/skills/rabetbase/guides/conflict-detection.md +44 -92
- package/skills/rabetbase/guides/custom-page-flow-sdk.md +642 -0
- package/skills/rabetbase/guides/custom-page-flow-timeline-display.md +289 -0
- package/skills/rabetbase/guides/custom-page-workflow.md +12 -3
- package/skills/rabetbase/guides/sql-creation-workflow.md +44 -26
- package/skills/rabetbase/guides/sql-mybatis.md +18 -49
- package/skills/rabetbase/guides/typescript-sdk.md +18 -0
- package/skills/rabetbase/knowledge/approval-flow/config-json-schema.md +22 -6
- package/skills/rabetbase/knowledge/components.md +34 -28
- package/skills/rabetbase/knowledge/custom-page/generation-standards.md +2 -0
- package/skills/rabetbase/references/rabetbase-config.md +6 -4
- package/skills/rabetbase/references/rabetbase-flow-commands.md +8 -4
- package/skills/rabetbase/references/rabetbase-flow-resources.md +3 -3
- package/skills/rabetbase/references/rabetbase-flow-runtime-boundary.md +2 -0
- package/skills/rabetbase/references/rabetbase-init.md +7 -5
- package/skills/rabetbase/references/rabetbase-kb.md +14 -4
- package/skills/rabetbase/references/rabetbase-page-custom-detail.md +3 -1
- package/skills/rabetbase/references/rabetbase-page-custom-list.md +3 -0
- package/skills/rabetbase/references/rabetbase-sql-push.md +5 -0
- package/skills/rabetbase/references/rabetbase-sql-validate.md +12 -6
- package/skills/rabetbase.manifest.json +5 -3
package/lib/cli-flags.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a17_0x27cf(_0x58b199,_0x136ec3){_0x58b199=_0x58b199-0x1e6;const _0x28723d=a17_0x2872();let _0x27cfa5=_0x28723d[_0x58b199];return _0x27cfa5;}(function(_0x5250a3,_0x1f5adc){const _0x3d6078=a17_0x27cf,_0x3ec556=_0x5250a3();while(!![]){try{const _0x2844ec=-parseInt(_0x3d6078(0x1ee))/0x1+parseInt(_0x3d6078(0x1ea))/0x2+-parseInt(_0x3d6078(0x1e7))/0x3*(parseInt(_0x3d6078(0x1eb))/0x4)+parseInt(_0x3d6078(0x1ef))/0x5+parseInt(_0x3d6078(0x1e8))/0x6*(parseInt(_0x3d6078(0x1e9))/0x7)+-parseInt(_0x3d6078(0x1e6))/0x8+parseInt(_0x3d6078(0x1ed))/0x9*(parseInt(_0x3d6078(0x1ec))/0xa);if(_0x2844ec===_0x1f5adc)break;else _0x3ec556['push'](_0x3ec556['shift']());}catch(_0x126a01){_0x3ec556['push'](_0x3ec556['shift']());}}}(a17_0x2872,0xaa50f));function a17_0x2872(){const _0x12ba6b=['716681BtcAGF','5488565NwWRJG','8703072ezzNLx','69XWvqgD','9312MCMrPA','2716dQglio','1212978kLYeVn','208804JXVYhK','250RGGUVk','502713AEzXEp'];a17_0x2872=function(){return _0x12ba6b;};return a17_0x2872();}export const dynamicCliFlags={'enableBffSave':{'type':'boolean'}};
|
package/lib/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const
|
|
2
|
+
const a18_0x1367cc=a18_0x582c;(function(_0x4a5317,_0x503b59){const _0x2fe3b4=a18_0x582c,_0x3bdbcd=_0x4a5317();while(!![]){try{const _0x42bbf6=-parseInt(_0x2fe3b4(0xa2))/0x1+-parseInt(_0x2fe3b4(0x9f))/0x2+-parseInt(_0x2fe3b4(0x9d))/0x3*(parseInt(_0x2fe3b4(0x86))/0x4)+-parseInt(_0x2fe3b4(0x8e))/0x5*(-parseInt(_0x2fe3b4(0x88))/0x6)+-parseInt(_0x2fe3b4(0x8d))/0x7+parseInt(_0x2fe3b4(0x83))/0x8+parseInt(_0x2fe3b4(0x87))/0x9*(parseInt(_0x2fe3b4(0xaa))/0xa);if(_0x42bbf6===_0x503b59)break;else _0x3bdbcd['push'](_0x3bdbcd['shift']());}catch(_0x4427c7){_0x3bdbcd['push'](_0x3bdbcd['shift']());}}}(a18_0x4843,0x2ed52));import a18_0x564334 from'meow';import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,resolveRemovedCommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{formatCliError}from'./framework/output.js';import{resolveErrorOutputFormat,usesStructuredErrorOutput}from'./framework/error-output.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';import{reportCliHelpTrace}from'./telemetry/cli-help-trace.js';import{reportCommandTrace}from'./telemetry/cli-command-trace.js';import{registerOtelShutdownOnExit,exitWithOtelShutdown}from'./telemetry/register-otel-exit-shutdown.js';import{printIssueReportNudgeForError}from'./commands/issue/nudge.js';function a18_0x582c(_0x3d13be,_0x4432fd){_0x3d13be=_0x3d13be-0x83;const _0x48432b=a18_0x4843();let _0x582c4b=_0x48432b[_0x3d13be];return _0x582c4b;}import{assertSupportedCommandFlags}from'./framework/supported-flags.js';let dynamicCliFlags=null;try{dynamicCliFlags=(await import(a18_0x1367cc(0x8c)))[a18_0x1367cc(0x93)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a18_0x1367cc(0xa6)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a18_0x1367cc(0x94)](0x0,0xa)+')':VERSION,cli=a18_0x564334(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});function a18_0x4843(){const _0x522dc9=['22023OcnESv','Hint:\x20','334336mdtvXs','cancelled','error','312902nWxJPH','input','help','name','unknown','global','defaultCommand','unknownCommand','7610clsLME','flags','1681856tWtICp','command','write','192OHCmCW','10539DHxPzy','18Htoemr','message','log','unknown_service','./cli-flags.js','1764602PBrTbv','291645fBKsrG','wildcardDef','stderr','code','def','dynamicCliFlags','slice','./context.js','format','risk','Error:\x20','exitCode','\x0aCancelled.\x0a','hint','ExitPromptError'];a18_0x4843=function(){return _0x522dc9;};return a18_0x4843();}registerOtelShutdownOnExit(),await run()['catch'](handleErrorAsync);async function run(){const _0x2e82e3=a18_0x1367cc;let _0x47aa44=cli[_0x2e82e3(0xa3)][0x0],_0x5ed95b=cli[_0x2e82e3(0xa3)][0x1];const _0x5ecc6e=cli['flags'];if(!_0x47aa44){await reportCliHelpTrace(_0x2e82e3(0xa7)),showHelp();return;}const _0x5d3c49=resolveRemovedCommand(_0x47aa44,_0x5ed95b);_0x5d3c49&&await handleErrorAsync(CliErrors['validation'](_0x5d3c49[_0x2e82e3(0x89)],_0x5d3c49[_0x2e82e3(0x9b)]));if(!isKnownService(_0x47aa44)){await reportCliHelpTrace(_0x2e82e3(0x8b),{'service':_0x47aa44}),showHelp();return;}const _0x5965fc=getServiceEntry(_0x47aa44);if(!_0x5ed95b){if(_0x5ecc6e['help']){printServiceHelp(_0x47aa44);return;}if(_0x5965fc[_0x2e82e3(0xa8)])_0x5ed95b=_0x5965fc['defaultCommand'];else{if(_0x5965fc[_0x2e82e3(0x8f)]){const {buildConfigFromFlags:_0x12a2e2,initGlobalEnvironment:_0x206ced}=await import(_0x2e82e3(0x95)),_0x39bd8e=_0x12a2e2(_0x5ecc6e);await _0x206ced(_0x39bd8e),await dispatchDeclarative(_0x5965fc['wildcardDef'],_0x47aa44,'',[],_0x5ecc6e,_0x39bd8e);return;}else{printServiceHelp(_0x47aa44);return;}}}{let _0x251100=findDefinition(_0x47aa44,_0x5ed95b),_0x42b369=cli[_0x2e82e3(0xa3)][_0x2e82e3(0x94)](0x2);if(!_0x251100){if(_0x5965fc[_0x2e82e3(0x8f)]){if(_0x5ecc6e[_0x2e82e3(0xa4)]){console[_0x2e82e3(0x8a)](generateCommandHelp(_0x5965fc[_0x2e82e3(0x8f)]));return;}_0x251100=_0x5965fc[_0x2e82e3(0x8f)],_0x42b369=[_0x5ed95b,...cli[_0x2e82e3(0xa3)]['slice'](0x2)];}else{printServiceHelp(_0x47aa44),await handleErrorAsync(CliErrors[_0x2e82e3(0xa9)](_0x47aa44+'\x20'+_0x5ed95b));return;}}assertSupportedCommandFlags(_0x251100,_0x5ecc6e);if(_0x5ecc6e[_0x2e82e3(0xa4)]){console[_0x2e82e3(0x8a)](generateCommandHelp(_0x251100));return;}const {buildConfigFromFlags:_0x332be1,initGlobalEnvironment:_0x20645a,isRoutingRecoveryService:_0x3f9acd}=await import('./context.js'),_0xda7214=_0x332be1(_0x5ecc6e);!_0x3f9acd(_0x47aa44)&&await _0x20645a(_0xda7214),await dispatchDeclarative(_0x251100,_0x47aa44,_0x5ed95b,_0x42b369,_0x5ecc6e,_0xda7214);}}async function dispatchDeclarative(_0x44d2ff,_0x1ac5fc,_0x11a9c7,_0x2933ef,_0x42317f,_0x47a1ca){const _0x16732d=a18_0x1367cc,_0xbdfd22=Date['now']();let _0x3af3fc;try{await runCommand(_0x44d2ff,createPipelineEnv(_0x47a1ca,_0x42317f,_0x2933ef));}catch(_0x325f39){_0x3af3fc=_0x325f39;}await reportCommandTrace({'service':_0x1ac5fc,'command':_0x11a9c7,'flags':_0x42317f,'durationMs':Date['now']()-_0xbdfd22,'error':_0x3af3fc}),_0x3af3fc&&await handleErrorAsync(_0x3af3fc,{'service':_0x1ac5fc,'command':_0x11a9c7,'def':_0x44d2ff,'flags':_0x42317f,'defaultFormat':_0x47a1ca[_0x16732d(0x96)]});}function printServiceHelp(_0x3d234a){console['log'](generateServiceHelp(_0x3d234a));}async function handleErrorAsync(_0x596515,_0x112059){const _0x203cc9=a18_0x1367cc;if(_0x596515 instanceof Error&&_0x596515[_0x203cc9(0xa5)]===_0x203cc9(0x9c))return process[_0x203cc9(0x90)][_0x203cc9(0x85)](_0x203cc9(0x9a)),await exitWithOtelShutdown(0x0);if(_0x596515 instanceof CliError){if(_0x596515[_0x203cc9(0x91)]===_0x203cc9(0xa0))return process[_0x203cc9(0x90)][_0x203cc9(0x85)]('\x0a'+_0x596515[_0x203cc9(0x89)]+'\x0a'),await exitWithOtelShutdown(0x0);let _0x5c1d27=![];_0x112059&&usesStructuredErrorOutput(_0x112059['def'])&&(_0x5c1d27=formatCliError(_0x596515,{'command':CLI_BIN_NAME+'\x20'+_0x112059['def']['service']+'\x20'+_0x112059[_0x203cc9(0x92)][_0x203cc9(0x84)],'risk':_0x112059[_0x203cc9(0x92)][_0x203cc9(0x97)],'format':resolveErrorOutputFormat(_0x112059),'jqFilter':typeof _0x112059[_0x203cc9(0xab)]?.['jq']==='string'?_0x112059[_0x203cc9(0xab)]['jq']:undefined}));if(!_0x5c1d27){console['error'](_0x203cc9(0x98)+_0x596515['message']);if(_0x596515[_0x203cc9(0x9b)])console[_0x203cc9(0xa1)](_0x203cc9(0x9e)+_0x596515['hint']);if(_0x112059)printIssueReportNudgeForError(_0x596515,_0x112059);}return await exitWithOtelShutdown(_0x596515[_0x203cc9(0x99)]);}console[_0x203cc9(0xa1)]('Unexpected\x20error:',_0x596515);if(_0x112059)printIssueReportNudgeForError(_0x596515,_0x112059);return await exitWithOtelShutdown(0x1);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a19_0x5eb0(_0x29a144,_0x5585df){_0x29a144=_0x29a144-0x1ad;const _0x327c54=a19_0x327c();let _0x5eb0a0=_0x327c54[_0x29a144];return _0x5eb0a0;}const a19_0x27bb2a=a19_0x5eb0;(function(_0x530262,_0x10d73f){const _0x499519=a19_0x5eb0,_0x561982=_0x530262();while(!![]){try{const _0x5ddeab=-parseInt(_0x499519(0x1c3))/0x1*(-parseInt(_0x499519(0x1ed))/0x2)+-parseInt(_0x499519(0x1c2))/0x3*(-parseInt(_0x499519(0x1e1))/0x4)+parseInt(_0x499519(0x1cf))/0x5*(-parseInt(_0x499519(0x1cb))/0x6)+parseInt(_0x499519(0x1e8))/0x7*(parseInt(_0x499519(0x1d1))/0x8)+-parseInt(_0x499519(0x1cc))/0x9*(parseInt(_0x499519(0x1d0))/0xa)+parseInt(_0x499519(0x1c1))/0xb+-parseInt(_0x499519(0x1de))/0xc*(-parseInt(_0x499519(0x1dc))/0xd);if(_0x5ddeab===_0x10d73f)break;else _0x561982['push'](_0x561982['shift']());}catch(_0x5a2633){_0x561982['push'](_0x561982['shift']());}}}(a19_0x327c,0x4bdd6));import a19_0x63cc60 from'ora';function a19_0x327c(){const _0x46aceb=['✓\x20Generated\x20','6pojpBG','15525GRlgEq','!\x20No\x20datasets\x20found.','\x1b[90m*\x20Generating\x20docs\x20for:\x20','1378010ShLJUN','2230VuUwOn','1860536oAIhPm','generate','isArray','Fetched\x20','error','fail','\x1b[0m','write','success','str','padStart','106483lzayfc','\x20file(s)','36cCQawR','\x20failed','trim','121704EMckEZ','join','start','params','\x20\x20•\x20','length','datasetcode','7uNrdUM','succeed','output','Doc\x20generation:\x20','):\x20','22076IvxoKr','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','./docs','stdout','\x1b[90m*\x20Filtered\x20','some','object','Doc\x20generation\x20complete:\x20','validation','\x0d\x20\x20[','cookie','filter','api','appCode','\x20dataset(s)','datasetCode','...','string','Invalid\x20--params:\x20','read','parse','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','\x20doc(s)\x20failed','\x20doc(s)\x20in\x20','3928287mTgUlO','33eIlYlM','2HEpXWJ','\x20of\x20','Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','must\x20be\x20a\x20JSON\x20object','Failed\x20to\x20fetch\x20datasets','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','has'];a19_0x327c=function(){return _0x46aceb;};return a19_0x327c();}import{fetchModelList}from'../../core/api-client.js';import{generateDatasetDocs}from'../../api/api-doc.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a19_0x27bb2a(0x1b5),'command':a19_0x27bb2a(0x1d2),'description':a19_0x27bb2a(0x1c5),'risk':a19_0x27bb2a(0x1bc),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a19_0x27bb2a(0x1ea),'type':a19_0x27bb2a(0x1ba),'description':'Output\x20directory\x20(default:\x20./docs)'},{'name':'datasetcode','type':'string','description':'Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for'},{'name':a19_0x27bb2a(0x1e4),'type':a19_0x27bb2a(0x1ba),'description':a19_0x27bb2a(0x1ee)}],async 'execute'(_0x3c5861){const _0x328d52=a19_0x27bb2a,_0x3cd3d9=_0x3c5861['str'](_0x328d52(0x1ea))||_0x328d52(0x1ef),_0x31049a=_0x3c5861[_0x328d52(0x1da)](_0x328d52(0x1e7)),_0xb2d018=_0x3c5861['str'](_0x328d52(0x1e4));let _0x5040c2;if(_0xb2d018)try{_0x5040c2=JSON[_0x328d52(0x1bd)](_0xb2d018);if(typeof _0x5040c2!==_0x328d52(0x1af)||_0x5040c2===null||Array[_0x328d52(0x1d3)](_0x5040c2))throw new Error(_0x328d52(0x1c6));}catch(_0x148f20){throw CliErrors[_0x328d52(0x1b1)](_0x328d52(0x1bb)+(_0x148f20 instanceof Error?_0x148f20['message']:String(_0x148f20)),_0x328d52(0x1c8));}let _0x21f4e0;if(_0x31049a){const _0x216e4d=_0x31049a['split'](',')['map'](_0x34a727=>_0x34a727[_0x328d52(0x1e0)]())[_0x328d52(0x1b4)](_0x26c279=>_0x26c279[_0x328d52(0x1e6)]>0x0);if(_0x216e4d[_0x328d52(0x1e6)]===0x0)throw CliErrors[_0x328d52(0x1b1)]('--datasetcode\x20cannot\x20be\x20empty.');_0x21f4e0=new Set(_0x216e4d),writeCliSideChannelLine(_0x328d52(0x1ce)+_0x216e4d['join'](',\x20')+_0x328d52(0x1d7));}const _0x606a2=a19_0x63cc60('Fetching\x20dataset\x20list\x20for\x20'+_0x3c5861[_0x328d52(0x1b6)]+_0x328d52(0x1b9))[_0x328d52(0x1e3)]();let _0x8f1e2c;try{({configArray:_0x8f1e2c}=await fetchModelList(_0x3c5861[_0x328d52(0x1b6)],_0x3c5861[_0x328d52(0x1b3)]),_0x606a2[_0x328d52(0x1e9)](_0x328d52(0x1d4)+_0x8f1e2c['length']+_0x328d52(0x1b7)));}catch(_0x32de53){_0x606a2[_0x328d52(0x1d6)](_0x328d52(0x1c7));throw _0x32de53;}if(_0x8f1e2c['length']===0x0)return writeCliSideChannelLine(_0x328d52(0x1cd)),{'ok':!![]};let _0x8b68fa=_0x8f1e2c;if(_0x21f4e0){_0x8b68fa=_0x8f1e2c[_0x328d52(0x1b4)](_0x31e17c=>_0x21f4e0[_0x328d52(0x1c9)](_0x31e17c[_0x328d52(0x1b8)]));const _0x4302fe=[..._0x21f4e0][_0x328d52(0x1b4)](_0xb7aaf1=>!_0x8f1e2c[_0x328d52(0x1ae)](_0x5c3cd8=>_0x5c3cd8[_0x328d52(0x1b8)]===_0xb7aaf1));_0x4302fe[_0x328d52(0x1e6)]>0x0&&writeCliSideChannelLine('\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20'+_0x4302fe['join'](',\x20')+_0x328d52(0x1d7));if(_0x8b68fa[_0x328d52(0x1e6)]===0x0)throw CliErrors[_0x328d52(0x1b1)](_0x328d52(0x1be)+[..._0x21f4e0][_0x328d52(0x1e2)](',\x20'));writeCliSideChannelLine(_0x328d52(0x1ad)+_0x8b68fa['length']+_0x328d52(0x1c4)+_0x8f1e2c['length']+'\x20dataset(s)\x1b[0m');}let _0x2439d8=0x0;const _0xfee396=await generateDatasetDocs(_0x8b68fa,_0x3c5861['appCode'],_0x3c5861[_0x328d52(0x1b3)],_0x3cd3d9,(_0x5099e8,_0x463af6,_0x2d8fdd)=>{const _0x9a67a0=_0x328d52;_0x2439d8=_0x5099e8,process[_0x9a67a0(0x1f0)][_0x9a67a0(0x1d8)](_0x9a67a0(0x1b2)+String(_0x5099e8)[_0x9a67a0(0x1db)](String(_0x463af6)[_0x9a67a0(0x1e6)])+'/'+_0x463af6+']\x20'+_0x2d8fdd+'.md');},_0x5040c2);if(_0x2439d8>0x0)process[_0x328d52(0x1f0)][_0x328d52(0x1d8)]('\x0a');const _0x463d17=_0xfee396[_0x328d52(0x1b4)](_0x1c1095=>_0x1c1095[_0x328d52(0x1d9)])['length'],_0x4e3c39=_0xfee396[_0x328d52(0x1b4)](_0x18351f=>!_0x18351f[_0x328d52(0x1d9)])['length'];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x328d52(0x1ca)+_0x463d17+_0x328d52(0x1c0)+_0x3cd3d9);if(_0x4e3c39>0x0){writeCliSideChannelLine('!\x20'+_0x4e3c39+_0x328d52(0x1bf));for(const _0x134998 of _0xfee396[_0x328d52(0x1b4)](_0x1ef818=>!_0x1ef818[_0x328d52(0x1d9)])){writeCliSideChannelLine(_0x328d52(0x1e5)+_0x134998['datasetName']+'\x20('+_0x134998[_0x328d52(0x1b8)]+_0x328d52(0x1ec)+_0x134998[_0x328d52(0x1d5)]);}}return{'ok':_0x4e3c39===0x0,'message':_0x4e3c39>0x0?_0x328d52(0x1eb)+_0x463d17+'\x20succeeded,\x20'+_0x4e3c39+_0x328d52(0x1df):_0x328d52(0x1b0)+_0x463d17+_0x328d52(0x1dd)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a20_0x5812(){const _0x3b52df=['1398415UwUxOw','7910XUlaqY','530ZwGoHw','79436SDhADT','7182109oJwctO','35577ohurGT','19rylqLh','6ogYtYs','12wbUQUv','4664BZZWXN','1164534prXxTt','1113904XoluEV'];a20_0x5812=function(){return _0x3b52df;};return a20_0x5812();}function a20_0x4dce(_0xd891d4,_0x4d8bdf){_0xd891d4=_0xd891d4-0x114;const _0x5812ae=a20_0x5812();let _0x4dce40=_0x5812ae[_0xd891d4];return _0x4dce40;}(function(_0x219a60,_0x1fd4d4){const _0x28c1f4=a20_0x4dce,_0x1c21ae=_0x219a60();while(!![]){try{const _0x3de504=-parseInt(_0x28c1f4(0x11b))/0x1*(parseInt(_0x28c1f4(0x118))/0x2)+-parseInt(_0x28c1f4(0x11f))/0x3+-parseInt(_0x28c1f4(0x114))/0x4+parseInt(_0x28c1f4(0x115))/0x5*(parseInt(_0x28c1f4(0x11c))/0x6)+-parseInt(_0x28c1f4(0x116))/0x7*(-parseInt(_0x28c1f4(0x11e))/0x8)+-parseInt(_0x28c1f4(0x11a))/0x9*(-parseInt(_0x28c1f4(0x117))/0xa)+-parseInt(_0x28c1f4(0x119))/0xb*(-parseInt(_0x28c1f4(0x11d))/0xc);if(_0x3de504===_0x1fd4d4)break;else _0x1c21ae['push'](_0x1c21ae['shift']());}catch(_0x1bbed3){_0x1c21ae['push'](_0x1c21ae['shift']());}}}(a20_0x5812,0x5cad5));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';export const apiDefinitions=[apiList,apiPull,apiGenerate];
|
package/lib/commands/api/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a21_0x1089ae=a21_0x440f;(function(_0x1acbca,_0x475711){const _0x5dca42=a21_0x440f,_0x1e59b6=_0x1acbca();while(!![]){try{const _0x57e481=parseInt(_0x5dca42(0x9a))/0x1*(parseInt(_0x5dca42(0x85))/0x2)+parseInt(_0x5dca42(0x9d))/0x3+-parseInt(_0x5dca42(0x9e))/0x4*(parseInt(_0x5dca42(0x92))/0x5)+-parseInt(_0x5dca42(0x90))/0x6*(parseInt(_0x5dca42(0x91))/0x7)+-parseInt(_0x5dca42(0x9c))/0x8*(parseInt(_0x5dca42(0x88))/0x9)+-parseInt(_0x5dca42(0x87))/0xa+parseInt(_0x5dca42(0x8e))/0xb;if(_0x57e481===_0x475711)break;else _0x1e59b6['push'](_0x1e59b6['shift']());}catch(_0x4ca0e2){_0x1e59b6['push'](_0x1e59b6['shift']());}}}(a21_0x3719,0x73fcd));import{fetchModelList}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{initMultiAppEnvironment}from'../../context.js';function a21_0x3719(){const _0x29e7d9=['124696ZWvVJN','661656jCUdcu','44HJxhIK','1802DEfdeN','api','3177460GiINOr','225EvDcdJ','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','cookie','appCode','global','List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','15976037ZYgrjp','appcode','77016mvIrub','224GEKcxF','49315OWyNIc','name','push','list','map','isDefault','rawFlags','region','32SkKjyF','read'];a21_0x3719=function(){return _0x29e7d9;};return a21_0x3719();}function a21_0x440f(_0x64128b,_0x4fdefe){_0x64128b=_0x64128b-0x85;const _0x37197c=a21_0x3719();let _0x440f5a=_0x37197c[_0x64128b];return _0x440f5a;}export const apiList={'service':a21_0x1089ae(0x86),'command':a21_0x1089ae(0x95),'description':a21_0x1089ae(0x8d),'risk':a21_0x1089ae(0x9b),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a21_0x1089ae(0x8c),'type':'boolean','description':a21_0x1089ae(0x89),'default':![]}],async 'execute'(_0x476df2){const _0x581713=a21_0x1089ae,_0x523ee9=_0x476df2[_0x581713(0x98)][_0x581713(0x8f)]?String(_0x476df2['rawFlags'][_0x581713(0x8f)]):undefined,_0x1354cb=resolveTargetApps(_0x476df2,_0x523ee9);if(_0x1354cb){const _0x335af2=[];for(const _0x245e4 of _0x1354cb){const _0x169963=_0x245e4['cookie']||_0x476df2[_0x581713(0x8a)];await initMultiAppEnvironment(_0x245e4);const {configArray:_0x4231a2}=await fetchModelList(_0x245e4[_0x581713(0x8f)],_0x169963);_0x335af2[_0x581713(0x94)](..._0x4231a2[_0x581713(0x96)](_0x26bb2f=>({..._0x26bb2f,'_appName':_0x245e4[_0x581713(0x93)],'_appCode':_0x245e4[_0x581713(0x8f)],'_region':_0x245e4[_0x581713(0x99)],'_isDefault':_0x245e4[_0x581713(0x97)]})));}return{'ok':!![],'data':_0x335af2};}const {configArray:_0x45d8f0}=await fetchModelList(_0x476df2[_0x581713(0x8b)],_0x476df2[_0x581713(0x8a)]);return{'ok':!![],'data':_0x45d8f0};}};
|
package/lib/commands/api/pull.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a22_0x33ffe1=a22_0x12dd;(function(_0x2968c2,_0x2ee483){const _0x55ffe2=a22_0x12dd,_0xccf63b=_0x2968c2();while(!![]){try{const _0x45f60f=-parseInt(_0x55ffe2(0xf3))/0x1+-parseInt(_0x55ffe2(0x94))/0x2+parseInt(_0x55ffe2(0xac))/0x3*(parseInt(_0x55ffe2(0xe0))/0x4)+parseInt(_0x55ffe2(0xb7))/0x5+parseInt(_0x55ffe2(0xc8))/0x6*(parseInt(_0x55ffe2(0xc1))/0x7)+parseInt(_0x55ffe2(0xee))/0x8+parseInt(_0x55ffe2(0xdf))/0x9*(-parseInt(_0x55ffe2(0xaa))/0xa);if(_0x45f60f===_0x2ee483)break;else _0xccf63b['push'](_0xccf63b['shift']());}catch(_0x145226){_0xccf63b['push'](_0xccf63b['shift']());}}}(a22_0x1e0d,0x30b77));import a22_0x19cbc7 from'ora';import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';function a22_0x12dd(_0x3230bc,_0x4f6b46){_0x3230bc=_0x3230bc-0x94;const _0x1e0ddf=a22_0x1e0d();let _0x12dd0a=_0x1e0ddf[_0x3230bc];return _0x12dd0a;}import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';import a22_0x108ac0 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';const EXISTING_TS_HINT=a22_0x33ffe1(0xc2);function inspectModelRegistry(_0x46d4dc,_0x3cada0){const _0x50b347=a22_0x33ffe1,_0x1d8976=a22_0x108ac0[_0x50b347(0xd2)](_0x46d4dc,MODEL_REGISTRY_FILE_NAME),_0x43762b=existsSync(_0x1d8976);if(!_0x43762b)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0xab0589=readModelRegistry(_0x1d8976);if(!_0xab0589)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x50b347(0xe4));const _0xc32112=new Set(Object[_0x50b347(0xbe)](_0xab0589['profiles'])[_0x50b347(0xd7)](_0x233bcf=>_0x233bcf['appCode'])[_0x50b347(0xa5)](_0x2efe9f=>_0x2efe9f!==_0x50b347(0x9a)));return{'exists':!![],'hasAppCode':!!_0x3cada0&&_0xc32112[_0x50b347(0xba)](_0x3cada0),'isUnboundTemplate':_0xc32112[_0x50b347(0xa2)]===0x0};}function a22_0x1e0d(){const _0x3d560c=['pull','602040VQboSw','basename','merged','has','sdkConfigPath','clientFilePath','needsProjectUpgrade','values','\x20\x20•\x20','bool','15239RHEBJn','Model\x20facts\x20were\x20refreshed,\x20but\x20the\x20stable\x20source\x20entrypoints\x20are\x20not\x20installed.\x20Run\x20`rabetbase\x20project\x20upgrade\x20--dry-run`,\x20then\x20`rabetbase\x20project\x20upgrade\x20--yes`.','find','push','fail','succeed','app','414WEgSDP','validation',';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','configName','string','project','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','Fetched\x20','join','apiDir',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','outputDir','\x20failed','map','Pulling\x20API\x20config\x20for\x20','modelRuntimePath','--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.','message','needsAgentMerge','api','isUnboundTemplate','450AlEsFn','76HnBKzv','files','mergedCli','modelCount','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','modelProfile','Pulling\x20','includes','apiFilePath','AppCode\x20\x22','created','global','Output\x20directory\x20(default:\x20','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.','2297296fJhtjD','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','force','isDefault','defaultApp','362106AqeGxB','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','boolean','422612wZRaeO','length','rawFlags','Failed:\x20','Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.','\x20does\x20not\x20contain\x20AppCode\x20\x22','NOT-SET',')...','appcode','split','modelRegistryPath','currentApp','name','isDefaultConfig','size','\x20model(s)','action','filter','appCode','models','hasAppCode','none','6700lSpEfe','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','39264YIvsBB','overwritten','selectedAppName','output','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.','\x20succeeded,\x20','start','cookie','Done:\x20','client'];a22_0x1e0d=function(){return _0x3d560c;};return a22_0x1e0d();}function toPullData(_0x4db427){const _0x59bf2d=a22_0x33ffe1;return{'appCode':_0x4db427['appCode'],'configName':_0x4db427[_0x59bf2d(0xcd)],'isDefaultConfig':_0x4db427[_0x59bf2d(0xa1)],'models':_0x4db427[_0x59bf2d(0xa7)],'sdkRouting':_0x4db427['sdkRouting'],'files':_0x4db427[_0x59bf2d(0xe1)],'needsAgentMerge':_0x4db427[_0x59bf2d(0xdc)],'needsProjectUpgrade':_0x4db427[_0x59bf2d(0xbd)],'apiFilePath':_0x4db427[_0x59bf2d(0xe8)],'clientFilePath':_0x4db427[_0x59bf2d(0xbc)],'sdkConfigPath':_0x4db427['sdkConfigPath'],'modelRegistryPath':_0x4db427['modelRegistryPath'],'modelRuntimePath':_0x4db427['modelRuntimePath'],'modelProfile':_0x4db427[_0x59bf2d(0xe5)],'datasetCount':_0x4db427[_0x59bf2d(0xe3)],'modelCount':_0x4db427[_0x59bf2d(0xe3)]};}function describePull(_0x21d9ae){const _0xf363d9=a22_0x33ffe1,_0x5f556a=a22_0x108ac0[_0xf363d9(0xb8)](_0x21d9ae[_0xf363d9(0xbb)]);if(_0x21d9ae[_0xf363d9(0xe5)]){const _0x5a82b0=_0xf363d9(0xd1)+_0x21d9ae[_0xf363d9(0xe3)]+_0xf363d9(0xef)+_0x21d9ae[_0xf363d9(0xe5)]+'\x22';if(_0x21d9ae['needsAgentMerge'])return _0x5a82b0+'.\x20'+EXISTING_TS_HINT;if(_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xdd)][_0xf363d9(0xa4)]===_0xf363d9(0xad)||_0x21d9ae[_0xf363d9(0xe1)]['client'][_0xf363d9(0xa4)]===_0xf363d9(0xad))return _0x5a82b0+_0xf363d9(0xd4);if(_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xdd)][_0xf363d9(0xa4)]==='created'||_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xb5)][_0xf363d9(0xa4)]===_0xf363d9(0xea))return _0x5a82b0+';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints';return _0x5a82b0+_0xf363d9(0xca);}if(_0x21d9ae[_0xf363d9(0xdc)])return _0xf363d9(0xd1)+_0x21d9ae['modelCount']+_0xf363d9(0xab)+_0x5f556a+'.\x20'+EXISTING_TS_HINT;if(_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xdd)][_0xf363d9(0xa4)]==='overwritten'||_0x21d9ae['files'][_0xf363d9(0xb5)][_0xf363d9(0xa4)]==='overwritten')return _0xf363d9(0xd1)+_0x21d9ae[_0xf363d9(0xe3)]+_0xf363d9(0xd0)+_0x21d9ae[_0xf363d9(0xe3)]+_0xf363d9(0xa3);return _0xf363d9(0xd1)+_0x21d9ae[_0xf363d9(0xe3)]+'\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20'+_0x21d9ae['modelCount']+_0xf363d9(0xa3);}export const apiPull={'service':a22_0x33ffe1(0xdd),'command':a22_0x33ffe1(0xb6),'description':a22_0x33ffe1(0xcc)+DEFAULT_API_DIR+'/)','risk':'read','requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a22_0x33ffe1(0xce),'description':a22_0x33ffe1(0xec)+DEFAULT_API_DIR+'/)'},{'name':'global','type':a22_0x33ffe1(0xf5),'description':a22_0x33ffe1(0xf4),'default':![]},{'name':a22_0x33ffe1(0xf0),'type':'boolean','description':'Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','default':![]}],async 'validate'(_0x5cd241){const _0x2c2e52=a22_0x33ffe1;if(_0x5cd241[_0x2c2e52(0xc0)]('force')&&!_0x5cd241['bool']('yes'))throw CliErrors[_0x2c2e52(0xc9)](_0x2c2e52(0xda),_0x2c2e52(0x98));},async 'execute'(_0x319236){const _0x3fe78d=a22_0x33ffe1,_0x4b7cc2=_0x319236[_0x3fe78d(0x96)]['appcode']?String(_0x319236[_0x3fe78d(0x96)]['appcode']):undefined,_0x854d50=_0x319236['str'](_0x3fe78d(0xaf))||undefined,_0x459cf9=_0x319236['bool'](_0x3fe78d(0xf0)),_0x2b45ff=resolveTargetApps(_0x319236,_0x4b7cc2),_0x178441=_0x319236[_0x3fe78d(0xc0)](_0x3fe78d(0xeb))?_0x3fe78d(0xb9):_0x3fe78d(0xcf),_0x563085=getMultiAppConfigs(_0x178441),_0x5c16a5=_0x55b3a9=>_0x55b3a9[_0x3fe78d(0xd3)]||_0x854d50||_0x319236[_0x3fe78d(0xd3)]||DEFAULT_API_DIR,_0x50bc5a=_0x563085?resolveApiProfileLayouts(_0x563085,_0x5c16a5):undefined;let _0x18337c=_0x2b45ff;if(!_0x18337c&&_0x563085){const _0xe16b4c=_0x319236[_0x3fe78d(0xae)]?_0x563085[_0x3fe78d(0xc3)](_0x2353bf=>_0x2353bf['name']===_0x319236[_0x3fe78d(0xae)]):undefined,_0x357702=_0x563085['filter'](_0x59c5b8=>_0x59c5b8[_0x3fe78d(0x9c)]===_0x319236['appCode']);if(!_0xe16b4c&&_0x357702[_0x3fe78d(0x95)]>0x1)throw CliErrors[_0x3fe78d(0xc9)](_0x3fe78d(0xe9)+_0x319236['appCode']+_0x3fe78d(0xcb)+_0x357702[_0x3fe78d(0xd7)](_0x345872=>_0x345872[_0x3fe78d(0xa0)])['join'](',\x20')+'.',_0x3fe78d(0xed));const _0x229ed2=_0xe16b4c??_0x357702[0x0];if(_0x229ed2)_0x18337c=[_0x229ed2];}if(_0x18337c){let _0x230e9e=0x0,_0x670d08=0x0;const _0x5c6b86=[],_0x3188a9=_0x50bc5a??resolveApiProfileLayouts(_0x18337c,_0x5c16a5);for(const _0x48ccc9 of _0x18337c){const _0x389397=_0x48ccc9[_0x3fe78d(0xb3)]||_0x319236[_0x3fe78d(0xb3)],_0x5484d8=_0x48ccc9['env']||'production';await initMultiAppEnvironment(_0x48ccc9);const _0xbd84eb=_0x3188a9['find'](_0x33d474=>_0x33d474['app'][_0x3fe78d(0xa0)]===_0x48ccc9[_0x3fe78d(0xa0)]);if(!_0xbd84eb)throw new Error('Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22'+_0x48ccc9[_0x3fe78d(0xa0)]+'\x22\x20was\x20not\x20resolved.');const _0x35723e=getRegistryGroup(_0x3188a9,_0xbd84eb),_0x56c2e5=_0xbd84eb[_0x3fe78d(0xd5)],_0x24e30d=_0x35723e?'':_0x48ccc9[_0x3fe78d(0xf1)]?'':_0x48ccc9[_0x3fe78d(0xa0)]||_0x48ccc9[_0x3fe78d(0x9c)],_0x2446c5=_0x35723e?.['find'](_0xd7f43e=>_0xd7f43e['app'][_0x3fe78d(0xf1)])??_0x35723e?.[0x0];if(_0x35723e)inspectModelRegistry(_0x56c2e5);const _0x2364b0=a22_0x19cbc7(_0x3fe78d(0xe6)+_0x48ccc9[_0x3fe78d(0xa0)]+'\x20('+_0x48ccc9['appcode']+_0x3fe78d(0x9b))[_0x3fe78d(0xb2)]();try{const {configArray:_0x5c44e0}=await fetchModelList(_0x48ccc9[_0x3fe78d(0x9c)],_0x389397),_0x45d6db=await generateApiFile(_0x5c44e0,_0x24e30d,_0x48ccc9[_0x3fe78d(0x9c)],_0x48ccc9[_0x3fe78d(0xf1)],_0x5484d8,_0x56c2e5,_0x48ccc9[_0x3fe78d(0xa0)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x35723e?![]:_0x459cf9,'allowEmptyModelReplacement':_0x35723e?_0x459cf9:undefined,'scaffoldMode':_0x35723e?_0x3fe78d(0xa9):undefined,..._0x35723e?{'modelProfile':{'name':_0x48ccc9[_0x3fe78d(0xa0)],'defaultName':_0x2446c5[_0x3fe78d(0xc7)][_0x3fe78d(0xa0)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x2364b0[_0x3fe78d(0xc6)](_0x48ccc9['name']+':\x20'+describePull(_0x45d6db)),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x45d6db[_0x3fe78d(0xbb)]),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x45d6db[_0x3fe78d(0xe8)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x45d6db[_0x3fe78d(0xbc)]),_0x45d6db[_0x3fe78d(0x9e)]&&writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x45d6db[_0x3fe78d(0x9e)]),_0x45d6db[_0x3fe78d(0xd9)]&&writeCliSideChannelLine('\x20\x20•\x20'+_0x45d6db['modelRuntimePath']),_0x5c6b86[_0x3fe78d(0xc4)](toPullData(_0x45d6db)),_0x230e9e++;}catch(_0x475ec0){_0x2364b0[_0x3fe78d(0xc5)](_0x48ccc9[_0x3fe78d(0xa0)]+':\x20'+(_0x475ec0 instanceof Error?_0x475ec0['message']:String(_0x475ec0))),_0x670d08++;}}writeCliSideChannelLine('');if(_0x670d08>0x0)writeCliSideChannelLine('!\x20'+_0x670d08+'\x20app(s)\x20failed');return{'ok':_0x670d08===0x0,'message':_0x3fe78d(0xb4)+_0x230e9e+_0x3fe78d(0xb1)+_0x670d08+_0x3fe78d(0xd6),'data':{'apps':_0x5c6b86,'succeeded':_0x230e9e,'failed':_0x670d08}};}const _0x2119c3=_0x4b7cc2&&_0x4b7cc2[_0x3fe78d(0xe7)]('-')?_0x4b7cc2[_0x3fe78d(0x9d)]('-')['slice'](0x1)[_0x3fe78d(0xd2)]('-'):'',_0x40b791=_0x854d50||_0x319236[_0x3fe78d(0xd3)]||DEFAULT_API_DIR,_0x15aa12=!_0x4b7cc2,_0x3b2c72=inspectModelRegistry(_0x40b791,_0x319236['appCode']),_0x1a7da1=_0x319236[_0x3fe78d(0xae)]||_0x319236[_0x3fe78d(0xe2)]?.[_0x3fe78d(0x9f)]||_0x319236['mergedCli']?.[_0x3fe78d(0xf2)]||'default';if(_0x3b2c72['exists']&&!_0x3b2c72[_0x3fe78d(0xa8)]&&!_0x3b2c72[_0x3fe78d(0xde)])throw CliErrors[_0x3fe78d(0xc9)](MODEL_REGISTRY_FILE_NAME+_0x3fe78d(0x99)+_0x319236[_0x3fe78d(0xa6)]+'\x22.',_0x3fe78d(0xb0));const _0x82a65b=a22_0x19cbc7(_0x3fe78d(0xd8)+_0x319236[_0x3fe78d(0xa6)]+'...')['start']();try{const {configArray:_0x398033}=await fetchModelList(_0x319236[_0x3fe78d(0xa6)],_0x319236[_0x3fe78d(0xb3)]),_0x3bd2d2=await generateApiFile(_0x398033,_0x2119c3,_0x319236[_0x3fe78d(0xa6)],_0x15aa12,getEnv(),_0x40b791,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x3b2c72['exists']?![]:_0x459cf9,'allowEmptyModelReplacement':_0x3b2c72['exists']?_0x459cf9:undefined,'scaffoldMode':_0x3b2c72['exists']?_0x3fe78d(0xa9):undefined,..._0x3b2c72[_0x3fe78d(0xa8)]||_0x3b2c72[_0x3fe78d(0xde)]||!_0x3b2c72['exists']&&_0x459cf9?{'modelProfile':{'name':_0x1a7da1,'defaultName':_0x319236[_0x3fe78d(0xe2)]?.['defaultApp']??_0x1a7da1,'runtimeDomain':getRuntimeDomain()}}:{}});return _0x82a65b[_0x3fe78d(0xc6)](describePull(_0x3bd2d2)),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x3bd2d2[_0x3fe78d(0xbb)]),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x3bd2d2[_0x3fe78d(0xe8)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x3bd2d2[_0x3fe78d(0xbc)]),_0x3bd2d2['modelRegistryPath']&&writeCliSideChannelLine('\x20\x20•\x20'+_0x3bd2d2['modelRegistryPath']),_0x3bd2d2[_0x3fe78d(0xd9)]&&writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x3bd2d2[_0x3fe78d(0xd9)]),{'ok':!![],'message':describePull(_0x3bd2d2),'data':toPullData(_0x3bd2d2)};}catch(_0x34e394){_0x82a65b[_0x3fe78d(0xc5)](_0x3fe78d(0x97)+(_0x34e394 instanceof Error?_0x34e394[_0x3fe78d(0xdb)]:String(_0x34e394)));throw _0x34e394;}}};
|
|
1
|
+
const a22_0x1eab63=a22_0x15bf;(function(_0x2d74e7,_0x557c2a){const _0x1ad8dc=a22_0x15bf,_0x3ebba0=_0x2d74e7();while(!![]){try{const _0x2abc9d=parseInt(_0x1ad8dc(0x8b))/0x1+-parseInt(_0x1ad8dc(0x79))/0x2*(-parseInt(_0x1ad8dc(0xbc))/0x3)+-parseInt(_0x1ad8dc(0x9e))/0x4+parseInt(_0x1ad8dc(0x78))/0x5+parseInt(_0x1ad8dc(0x9b))/0x6*(-parseInt(_0x1ad8dc(0x6f))/0x7)+parseInt(_0x1ad8dc(0x75))/0x8*(parseInt(_0x1ad8dc(0x70))/0x9)+-parseInt(_0x1ad8dc(0xaf))/0xa;if(_0x2abc9d===_0x557c2a)break;else _0x3ebba0['push'](_0x3ebba0['shift']());}catch(_0x212f90){_0x3ebba0['push'](_0x3ebba0['shift']());}}}(a22_0x33ef,0x5fde5));import a22_0x4f4d8a from'ora';import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';import a22_0x148b52 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';function a22_0x15bf(_0x24eaee,_0x2a19e6){_0x24eaee=_0x24eaee-0x6b;const _0x33efd2=a22_0x33ef();let _0x15bf0f=_0x33efd2[_0x24eaee];return _0x15bf0f;}import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';function a22_0x33ef(){const _0x122b24=['Output\x20directory\x20(default:\x20','filter','\x22\x20was\x20not\x20resolved.','\x20does\x20not\x20contain\x20AppCode\x20\x22','...','Failed:\x20','modelRegistryPath','\x20failed','240029VsKPit','api','project','models','modelProfile','apiFilePath','exists','Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22','Done:\x20','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','rawFlags','defaultApp','isUnboundTemplate','AppCode\x20\x22','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','bool','5718WRivvb','validation','cookie','402492TinadG','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','clientFilePath','name','push','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','files','slice','Pulling\x20API\x20config\x20for\x20','none','fail','start','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','modelCount','isDefaultConfig','message','length','7307500ydLXqZ',')...','size','has','appCode','currentApp','Fetched\x20','succeed','global','appcode','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','join','merged','6624QhFiLV','overwritten','mergedCli','yes','selectedAppName','apiDir','needsProjectUpgrade','action','modelRuntimePath','Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','basename','hasAppCode','app','map','Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.','read','created',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','split','\x20\x20•\x20','output','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','581cqigbl','13833yKuYoY','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','Pulling\x20','env',';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','3464iCEdPC','\x20model(s)','production','1435995PqmAdz','100QnyEJb','isDefault','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.','boolean','outputDir','sdkConfigPath','client','find','force','needsAgentMerge'];a22_0x33ef=function(){return _0x122b24;};return a22_0x33ef();}const EXISTING_TS_HINT='Model\x20facts\x20were\x20refreshed,\x20but\x20the\x20stable\x20source\x20entrypoints\x20are\x20not\x20installed.\x20Run\x20`rabetbase\x20project\x20upgrade\x20--dry-run`,\x20then\x20`rabetbase\x20project\x20upgrade\x20--yes`.';function inspectModelRegistry(_0x8edb96,_0x4c6fd0){const _0x28abcb=a22_0x15bf,_0x3996b4=a22_0x148b52['join'](_0x8edb96,MODEL_REGISTRY_FILE_NAME),_0x1ff9e5=existsSync(_0x3996b4);if(!_0x1ff9e5)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0x2cd643=readModelRegistry(_0x3996b4);if(!_0x2cd643)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x28abcb(0x71));const _0x7665fc=new Set(Object['values'](_0x2cd643['profiles'])[_0x28abcb(0xc9)](_0x27c3a0=>_0x27c3a0[_0x28abcb(0xb3)])[_0x28abcb(0x84)](_0x266e13=>_0x266e13!=='NOT-SET'));return{'exists':!![],'hasAppCode':!!_0x4c6fd0&&_0x7665fc[_0x28abcb(0xb2)](_0x4c6fd0),'isUnboundTemplate':_0x7665fc[_0x28abcb(0xb1)]===0x0};}function toPullData(_0x1afc61){const _0x448d62=a22_0x15bf;return{'appCode':_0x1afc61[_0x448d62(0xb3)],'configName':_0x1afc61['configName'],'isDefaultConfig':_0x1afc61[_0x448d62(0xac)],'models':_0x1afc61[_0x448d62(0x8e)],'sdkRouting':_0x1afc61['sdkRouting'],'files':_0x1afc61[_0x448d62(0xa4)],'needsAgentMerge':_0x1afc61[_0x448d62(0x82)],'needsProjectUpgrade':_0x1afc61[_0x448d62(0xc2)],'apiFilePath':_0x1afc61[_0x448d62(0x90)],'clientFilePath':_0x1afc61[_0x448d62(0xa0)],'sdkConfigPath':_0x1afc61[_0x448d62(0x7e)],'modelRegistryPath':_0x1afc61['modelRegistryPath'],'modelRuntimePath':_0x1afc61[_0x448d62(0xc4)],'modelProfile':_0x1afc61[_0x448d62(0x8f)],'datasetCount':_0x1afc61[_0x448d62(0xab)],'modelCount':_0x1afc61[_0x448d62(0xab)]};}function describePull(_0x362d96){const _0x203d8d=a22_0x15bf,_0x470232=a22_0x148b52[_0x203d8d(0xc6)](_0x362d96[_0x203d8d(0x7e)]);if(_0x362d96[_0x203d8d(0x8f)]){const _0x2c6594=_0x203d8d(0xb5)+_0x362d96[_0x203d8d(0xab)]+_0x203d8d(0x6e)+_0x362d96[_0x203d8d(0x8f)]+'\x22';if(_0x362d96['needsAgentMerge'])return _0x2c6594+'.\x20'+EXISTING_TS_HINT;if(_0x362d96[_0x203d8d(0xa4)][_0x203d8d(0x8c)][_0x203d8d(0xc3)]===_0x203d8d(0xbd)||_0x362d96['files']['client']['action']==='overwritten')return _0x2c6594+_0x203d8d(0xce);if(_0x362d96[_0x203d8d(0xa4)][_0x203d8d(0x8c)][_0x203d8d(0xc3)]===_0x203d8d(0xcd)||_0x362d96[_0x203d8d(0xa4)]['client']['action']===_0x203d8d(0xcd))return _0x2c6594+';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints';return _0x2c6594+_0x203d8d(0x74);}if(_0x362d96['needsAgentMerge'])return _0x203d8d(0xb5)+_0x362d96[_0x203d8d(0xab)]+_0x203d8d(0x9f)+_0x470232+'.\x20'+EXISTING_TS_HINT;if(_0x362d96['files'][_0x203d8d(0x8c)][_0x203d8d(0xc3)]===_0x203d8d(0xbd)||_0x362d96[_0x203d8d(0xa4)][_0x203d8d(0x7f)][_0x203d8d(0xc3)]===_0x203d8d(0xbd))return _0x203d8d(0xb5)+_0x362d96['modelCount']+_0x203d8d(0xb9)+_0x362d96[_0x203d8d(0xab)]+'\x20model(s)';return _0x203d8d(0xb5)+_0x362d96['modelCount']+_0x203d8d(0xaa)+_0x362d96[_0x203d8d(0xab)]+_0x203d8d(0x76);}export const apiPull={'service':a22_0x1eab63(0x8c),'command':'pull','description':a22_0x1eab63(0x99)+DEFAULT_API_DIR+'/)','risk':a22_0x1eab63(0xcc),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a22_0x1eab63(0x6d),'type':'string','description':a22_0x1eab63(0x83)+DEFAULT_API_DIR+'/)'},{'name':'global','type':a22_0x1eab63(0x7c),'description':a22_0x1eab63(0xa3),'default':![]},{'name':a22_0x1eab63(0x81),'type':a22_0x1eab63(0x7c),'description':a22_0x1eab63(0xc5),'default':![]}],async 'validate'(_0x8dc267){const _0x3637be=a22_0x1eab63;if(_0x8dc267[_0x3637be(0x9a)](_0x3637be(0x81))&&!_0x8dc267[_0x3637be(0x9a)](_0x3637be(0xbf)))throw CliErrors[_0x3637be(0x9c)]('--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.',_0x3637be(0xca));},async 'execute'(_0x5e9231){const _0x33d1b3=a22_0x1eab63,_0x2729f2=_0x5e9231[_0x33d1b3(0x95)][_0x33d1b3(0xb8)]?String(_0x5e9231['rawFlags'][_0x33d1b3(0xb8)]):undefined,_0x2e52fb=_0x5e9231['str'](_0x33d1b3(0x6d))||undefined,_0x1d2bb6=_0x5e9231[_0x33d1b3(0x9a)]('force'),_0x4d241e=resolveTargetApps(_0x5e9231,_0x2729f2),_0x252ecb=_0x5e9231['bool'](_0x33d1b3(0xb7))?_0x33d1b3(0xbb):_0x33d1b3(0x8d),_0x5bd298=getMultiAppConfigs(_0x252ecb),_0x1bd889=_0x4ae326=>_0x4ae326['apiDir']||_0x2e52fb||_0x5e9231[_0x33d1b3(0xc1)]||DEFAULT_API_DIR,_0x3ab1b3=_0x5bd298?resolveApiProfileLayouts(_0x5bd298,_0x1bd889):undefined;let _0x3854e6=_0x4d241e;if(!_0x3854e6&&_0x5bd298){const _0x4c87a1=_0x5e9231[_0x33d1b3(0xc0)]?_0x5bd298['find'](_0xf9cb24=>_0xf9cb24['name']===_0x5e9231[_0x33d1b3(0xc0)]):undefined,_0x3c21d4=_0x5bd298[_0x33d1b3(0x84)](_0x1988b1=>_0x1988b1[_0x33d1b3(0xb8)]===_0x5e9231['appCode']);if(!_0x4c87a1&&_0x3c21d4[_0x33d1b3(0xae)]>0x1)throw CliErrors[_0x33d1b3(0x9c)](_0x33d1b3(0x98)+_0x5e9231[_0x33d1b3(0xb3)]+_0x33d1b3(0x94)+_0x3c21d4['map'](_0x144dd4=>_0x144dd4[_0x33d1b3(0xa1)])[_0x33d1b3(0xba)](',\x20')+'.',_0x33d1b3(0xcb));const _0x5b5f5d=_0x4c87a1??_0x3c21d4[0x0];if(_0x5b5f5d)_0x3854e6=[_0x5b5f5d];}if(_0x3854e6){let _0x590ba8=0x0,_0x3c3032=0x0;const _0x3dfe0c=[],_0x12d67b=_0x3ab1b3??resolveApiProfileLayouts(_0x3854e6,_0x1bd889);for(const _0x17165e of _0x3854e6){const _0x5e0513=_0x17165e[_0x33d1b3(0x9d)]||_0x5e9231[_0x33d1b3(0x9d)],_0x1e4911=_0x17165e[_0x33d1b3(0x73)]||_0x33d1b3(0x77);await initMultiAppEnvironment(_0x17165e);const _0x4bf442=_0x12d67b[_0x33d1b3(0x80)](_0x3c23e8=>_0x3c23e8[_0x33d1b3(0xc8)][_0x33d1b3(0xa1)]===_0x17165e[_0x33d1b3(0xa1)]);if(!_0x4bf442)throw new Error(_0x33d1b3(0x92)+_0x17165e[_0x33d1b3(0xa1)]+_0x33d1b3(0x85));const _0x447980=getRegistryGroup(_0x12d67b,_0x4bf442),_0x5b4db2=_0x4bf442[_0x33d1b3(0x7d)],_0x3fc2d6=_0x447980?'':_0x17165e[_0x33d1b3(0x7a)]?'':_0x17165e[_0x33d1b3(0xa1)]||_0x17165e[_0x33d1b3(0xb8)],_0x2b732d=_0x447980?.[_0x33d1b3(0x80)](_0x584e36=>_0x584e36['app'][_0x33d1b3(0x7a)])??_0x447980?.[0x0];if(_0x447980)inspectModelRegistry(_0x5b4db2);const _0x2301a2=a22_0x4f4d8a(_0x33d1b3(0x72)+_0x17165e[_0x33d1b3(0xa1)]+'\x20('+_0x17165e[_0x33d1b3(0xb8)]+_0x33d1b3(0xb0))[_0x33d1b3(0xa9)]();try{const {configArray:_0xc6f14b}=await fetchModelList(_0x17165e[_0x33d1b3(0xb8)],_0x5e0513),_0x2c2859=await generateApiFile(_0xc6f14b,_0x3fc2d6,_0x17165e['appcode'],_0x17165e[_0x33d1b3(0x7a)],_0x1e4911,_0x5b4db2,_0x17165e[_0x33d1b3(0xa1)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x447980?![]:_0x1d2bb6,'allowEmptyModelReplacement':_0x447980?_0x1d2bb6:undefined,'scaffoldMode':_0x447980?_0x33d1b3(0xa7):undefined,..._0x447980?{'modelProfile':{'name':_0x17165e[_0x33d1b3(0xa1)],'defaultName':_0x2b732d['app']['name'],'runtimeDomain':getRuntimeDomain()}}:{}});_0x2301a2[_0x33d1b3(0xb6)](_0x17165e['name']+':\x20'+describePull(_0x2c2859)),writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x2c2859[_0x33d1b3(0x7e)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x2c2859['apiFilePath']),writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x2c2859[_0x33d1b3(0xa0)]),_0x2c2859[_0x33d1b3(0x89)]&&writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x2c2859['modelRegistryPath']),_0x2c2859[_0x33d1b3(0xc4)]&&writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x2c2859['modelRuntimePath']),_0x3dfe0c[_0x33d1b3(0xa2)](toPullData(_0x2c2859)),_0x590ba8++;}catch(_0x48f6ce){_0x2301a2[_0x33d1b3(0xa8)](_0x17165e[_0x33d1b3(0xa1)]+':\x20'+(_0x48f6ce instanceof Error?_0x48f6ce[_0x33d1b3(0xad)]:String(_0x48f6ce))),_0x3c3032++;}}writeCliSideChannelLine('');if(_0x3c3032>0x0)writeCliSideChannelLine('!\x20'+_0x3c3032+'\x20app(s)\x20failed');return{'ok':_0x3c3032===0x0,'message':_0x33d1b3(0x93)+_0x590ba8+'\x20succeeded,\x20'+_0x3c3032+_0x33d1b3(0x8a),'data':{'apps':_0x3dfe0c,'succeeded':_0x590ba8,'failed':_0x3c3032}};}const _0x5bb6f3=_0x2729f2&&_0x2729f2['includes']('-')?_0x2729f2[_0x33d1b3(0x6b)]('-')[_0x33d1b3(0xa5)](0x1)['join']('-'):'',_0x2cbd8c=_0x2e52fb||_0x5e9231[_0x33d1b3(0xc1)]||DEFAULT_API_DIR,_0x159e30=!_0x2729f2,_0x295df7=inspectModelRegistry(_0x2cbd8c,_0x5e9231[_0x33d1b3(0xb3)]),_0x1af6ca=_0x5e9231[_0x33d1b3(0xc0)]||_0x5e9231['mergedCli']?.[_0x33d1b3(0xb4)]||_0x5e9231[_0x33d1b3(0xbe)]?.[_0x33d1b3(0x96)]||'default';if(_0x295df7[_0x33d1b3(0x91)]&&!_0x295df7[_0x33d1b3(0xc7)]&&!_0x295df7[_0x33d1b3(0x97)])throw CliErrors[_0x33d1b3(0x9c)](MODEL_REGISTRY_FILE_NAME+_0x33d1b3(0x86)+_0x5e9231['appCode']+'\x22.',_0x33d1b3(0x7b));const _0x4a5aa8=a22_0x4f4d8a(_0x33d1b3(0xa6)+_0x5e9231['appCode']+_0x33d1b3(0x87))[_0x33d1b3(0xa9)]();try{const {configArray:_0x1b2f3c}=await fetchModelList(_0x5e9231[_0x33d1b3(0xb3)],_0x5e9231[_0x33d1b3(0x9d)]),_0x13063f=await generateApiFile(_0x1b2f3c,_0x5bb6f3,_0x5e9231['appCode'],_0x159e30,getEnv(),_0x2cbd8c,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x295df7[_0x33d1b3(0x91)]?![]:_0x1d2bb6,'allowEmptyModelReplacement':_0x295df7[_0x33d1b3(0x91)]?_0x1d2bb6:undefined,'scaffoldMode':_0x295df7[_0x33d1b3(0x91)]?_0x33d1b3(0xa7):undefined,..._0x295df7[_0x33d1b3(0xc7)]||_0x295df7[_0x33d1b3(0x97)]||!_0x295df7['exists']&&_0x1d2bb6?{'modelProfile':{'name':_0x1af6ca,'defaultName':_0x5e9231[_0x33d1b3(0xbe)]?.[_0x33d1b3(0x96)]??_0x1af6ca,'runtimeDomain':getRuntimeDomain()}}:{}});return _0x4a5aa8[_0x33d1b3(0xb6)](describePull(_0x13063f)),writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x13063f[_0x33d1b3(0x7e)]),writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x13063f[_0x33d1b3(0x90)]),writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x13063f['clientFilePath']),_0x13063f['modelRegistryPath']&&writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x13063f[_0x33d1b3(0x89)]),_0x13063f[_0x33d1b3(0xc4)]&&writeCliSideChannelLine(_0x33d1b3(0x6c)+_0x13063f[_0x33d1b3(0xc4)]),{'ok':!![],'message':describePull(_0x13063f),'data':toPullData(_0x13063f)};}catch(_0x2155a8){_0x4a5aa8[_0x33d1b3(0xa8)](_0x33d1b3(0x88)+(_0x2155a8 instanceof Error?_0x2155a8[_0x33d1b3(0xad)]:String(_0x2155a8)));throw _0x2155a8;}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x35d810,_0x33e367){const _0x19a0f8=a23_0x5541,_0x495f65=_0x35d810();while(!![]){try{const _0x3fe91b=-parseInt(_0x19a0f8(0x110))/0x1+-parseInt(_0x19a0f8(0x118))/0x2+-parseInt(_0x19a0f8(0x113))/0x3+-parseInt(_0x19a0f8(0x111))/0x4*(-parseInt(_0x19a0f8(0x11f))/0x5)+-parseInt(_0x19a0f8(0x119))/0x6+parseInt(_0x19a0f8(0x121))/0x7*(-parseInt(_0x19a0f8(0x117))/0x8)+-parseInt(_0x19a0f8(0x11a))/0x9*(-parseInt(_0x19a0f8(0x114))/0xa);if(_0x3fe91b===_0x33e367)break;else _0x495f65['push'](_0x495f65['shift']());}catch(_0x14c2ef){_0x495f65['push'](_0x495f65['shift']());}}}(a23_0x5c84,0xb1316));import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';function a23_0x5c84(){const _0x515056=['length','1256344DrSDQq','1033772dWqdnB','name','2501574eridGJ','35490HVuhxC','\x22\x20not\x20found\x20in\x20config.\x20Available:\x20','validation','959984SqNPCJ','1882214ZjQxvT','8330154oYtPsK','12042pchdFn','filter','map','App\x20\x22','merged','10qmektr','project','7GRXQVx','selectedAppName'];a23_0x5c84=function(){return _0x515056;};return a23_0x5c84();}function a23_0x5541(_0x545e3f,_0x342fb4){_0x545e3f=_0x545e3f-0x110;const _0x5c8498=a23_0x5c84();let _0x5541f6=_0x5c8498[_0x545e3f];return _0x5541f6;}export function resolveTargetApps(_0x20953b,_0x5a2b30){const _0x4362e2=a23_0x5541;if(_0x5a2b30)return null;const _0x1e5a8d=_0x20953b['bool']('global')?_0x4362e2(0x11e):_0x4362e2(0x120);let _0x4b7e10=getMultiAppConfigs(_0x1e5a8d);if(!_0x4b7e10||_0x4b7e10[_0x4362e2(0x123)]===0x0)return null;if(_0x20953b[_0x4362e2(0x122)]){const _0x52fbcb=_0x4b7e10[_0x4362e2(0x11b)](_0x4eac5d=>_0x4eac5d[_0x4362e2(0x112)]===_0x20953b['selectedAppName']);if(_0x52fbcb[_0x4362e2(0x123)]===0x0){const _0x25b1f3=_0x4b7e10[_0x4362e2(0x11c)](_0x574f48=>_0x574f48[_0x4362e2(0x112)])['join'](',\x20');throw CliErrors[_0x4362e2(0x116)](_0x4362e2(0x11d)+_0x20953b[_0x4362e2(0x122)]+_0x4362e2(0x115)+_0x25b1f3);}_0x4b7e10=_0x52fbcb;}return _0x4b7e10;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3e915e,_0x889f1d){const _0xf7961d=a24_0x57c2,_0x19fe63=_0x3e915e();while(!![]){try{const _0x44c16f=parseInt(_0xf7961d(0x1d7))/0x1*(parseInt(_0xf7961d(0x1d0))/0x2)+-parseInt(_0xf7961d(0x1d5))/0x3+-parseInt(_0xf7961d(0x1cf))/0x4+parseInt(_0xf7961d(0x1cd))/0x5*(-parseInt(_0xf7961d(0x1d6))/0x6)+-parseInt(_0xf7961d(0x1ce))/0x7*(-parseInt(_0xf7961d(0x1d2))/0x8)+-parseInt(_0xf7961d(0x1d4))/0x9*(parseInt(_0xf7961d(0x1d3))/0xa)+parseInt(_0xf7961d(0x1d1))/0xb;if(_0x44c16f===_0x889f1d)break;else _0x19fe63['push'](_0x19fe63['shift']());}catch(_0x122456){_0x19fe63['push'](_0x19fe63['shift']());}}}(a24_0x4643,0xc0c8d));function a24_0x57c2(_0x5f5761,_0x47e35f){_0x5f5761=_0x5f5761-0x1cd;const _0x46430c=a24_0x4643();let _0x57c220=_0x46430c[_0x5f5761];return _0x57c220;}import{appListDefinition}from'../../commands/app/list.js';import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];function a24_0x4643(){const _0x5ea169=['205238rcqRbk','65PgoLLi','295666yDqPEO','6017836IfGgjR','2VicTQJ','44018810CCAYjM','168VzGhrl','17820OVzFFJ','4311Jphmrh','3857943uuQYrv','304746sLazwe'];a24_0x4643=function(){return _0x5ea169;};return a24_0x4643();}
|
package/lib/commands/app/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a25_0x4bba25=a25_0x4970;(function(_0x17f0f2,_0x218eab){const _0x3de831=a25_0x4970,_0x4baef7=_0x17f0f2();while(!![]){try{const _0x4f8a71=parseInt(_0x3de831(0x147))/0x1+parseInt(_0x3de831(0x13b))/0x2*(parseInt(_0x3de831(0x158))/0x3)+parseInt(_0x3de831(0x153))/0x4*(-parseInt(_0x3de831(0x141))/0x5)+parseInt(_0x3de831(0x144))/0x6*(-parseInt(_0x3de831(0x13c))/0x7)+parseInt(_0x3de831(0x13f))/0x8+-parseInt(_0x3de831(0x155))/0x9*(parseInt(_0x3de831(0x161))/0xa)+parseInt(_0x3de831(0x136))/0xb*(parseInt(_0x3de831(0x142))/0xc);if(_0x4f8a71===_0x218eab)break;else _0x4baef7['push'](_0x4baef7['shift']());}catch(_0x3d3b4b){_0x4baef7['push'](_0x4baef7['shift']());}}}(a25_0x44b4,0xc33ce));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';import{appDefinedIn,enrichAppListItemsWithMergedSelection,resolveDefaultAppSource}from'../../commands/app/shared.js';function a25_0x4970(_0x47eea7,_0x873438){_0x47eea7=_0x47eea7-0x135;const _0x44b4b4=a25_0x44b4();let _0x4970a0=_0x44b4b4[_0x47eea7];return _0x4970a0;}import{listRemoteAppDirectory}from'../../commands/app/remote-directory.js';import{resolveEffectiveRegion}from'../../config/region-config.js';function buildItemsFromLayer(_0x24332b,_0x3a87a7,_0x1926f5){const _0x230095=a25_0x4970,_0x4ccc74=[],_0xa40402=_0x24332b[_0x230095(0x15d)]&&typeof _0x24332b['apps']===_0x230095(0x159)?_0x24332b[_0x230095(0x15d)]:{},_0x1bd1f7=_0x24332b[_0x230095(0x151)]||undefined,_0x293635=_0x1bd1f7??(Object[_0x230095(0x13e)](_0xa40402)[_0x230095(0x143)]===0x1?Object[_0x230095(0x13e)](_0xa40402)[0x0]:undefined);for(const [_0x5833ca,_0x2b61dc]of Object[_0x230095(0x157)](_0xa40402)){if(!_0x2b61dc||typeof _0x2b61dc!==_0x230095(0x159)||!_0x2b61dc[_0x230095(0x149)])continue;const _0x3fd6b9=resolveEffectiveRegion({'appRegion':_0x2b61dc[_0x230095(0x148)],'projectRegion':_0x3a87a7===_0x230095(0x15a)?_0x24332b[_0x230095(0x148)]:undefined,'globalRegion':_0x3a87a7==='global'?_0x24332b[_0x230095(0x148)]:_0x1926f5,'appName':_0x5833ca});_0x4ccc74[_0x230095(0x152)]({'name':_0x5833ca,'appcode':_0x2b61dc[_0x230095(0x149)],'named':!![],'definedIn':_0x3a87a7,'isDefault':_0x5833ca===_0x293635,...buildAppProfileListFields(_0x2b61dc),'effectiveRegion':_0x3fd6b9['region'],'regionSource':_0x3fd6b9[_0x230095(0x137)]});}return _0x4ccc74;}function a25_0x44b4(){const _0x1da570=['\x20in\x20','11DQSIbv','source','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','No\x20apps\x20configured','validation','4NGdaWO','8932YpelbL','globalConfig','keys','10981128ZfzfTd','bool','9745KTplgu','2406516mlfcrF','length','660CBieub','.\x20Use\x20`','hasOwnProperty','998938Oteenr','region','appcode','boolean','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','map','merged','name','projectPath','remote','defaultApp','push','2852JnbAMk','\x20config','2333691fuOJiy','mergedCli','entries','25302ZFiwVD','object','project','isCurrent','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','apps','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','global','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','10ZeAJgz','projectConfig','call','list'];a25_0x44b4=function(){return _0x1da570;};return a25_0x44b4();}function buildMergedItems(_0x49340f,_0xab25ef){const _0x516c3c=a25_0x4970,{apps:apps={}}=_0x49340f,_0x1af4d0=_0x49340f[_0x516c3c(0x151)],_0x333923=_0x1af4d0??(Object[_0x516c3c(0x13e)](apps)[_0x516c3c(0x143)]===0x1?Object[_0x516c3c(0x13e)](apps)[0x0]:undefined),_0x5b1e03=_0xab25ef['globalConfig']['apps']&&typeof _0xab25ef[_0x516c3c(0x13d)][_0x516c3c(0x15d)]===_0x516c3c(0x159)?_0xab25ef[_0x516c3c(0x13d)][_0x516c3c(0x15d)]:{},_0xddf43a=_0xab25ef[_0x516c3c(0x162)][_0x516c3c(0x15d)]&&typeof _0xab25ef[_0x516c3c(0x162)][_0x516c3c(0x15d)]==='object'?_0xab25ef[_0x516c3c(0x162)]['apps']:{},_0x55377a=Object[_0x516c3c(0x157)](apps),_0x2fb864=_0x55377a[_0x516c3c(0x14c)](([_0x2e66aa,_0x3ca28a])=>{const _0x3b054a=_0x516c3c,_0xf7fa52=appDefinedIn(_0x2e66aa,_0x5b1e03,_0xddf43a),_0x5c1cd9=Object['prototype'][_0x3b054a(0x146)][_0x3b054a(0x163)](_0xddf43a,_0x2e66aa),_0x198190=resolveEffectiveRegion({'appRegion':_0x3ca28a[_0x3b054a(0x148)],'projectRegion':_0x5c1cd9?_0xab25ef[_0x3b054a(0x162)][_0x3b054a(0x148)]:undefined,'globalRegion':_0xab25ef['globalConfig'][_0x3b054a(0x148)],'mergedRegion':_0x49340f['region'],'appName':_0x2e66aa});return{'name':_0x2e66aa,'appcode':_0x3ca28a[_0x3b054a(0x149)],'named':!![],'definedIn':_0xf7fa52,'isDefault':_0x2e66aa===_0x333923,...buildAppProfileListFields(_0x3ca28a),'effectiveRegion':_0x198190['region'],'regionSource':_0x198190['source']};});return _0x2fb864;}function validateAppListFlags(_0xb528de){const _0x2b4972=a25_0x4970;if(!_0xb528de[_0x2b4972(0x140)](_0x2b4972(0x150)))return;if(!_0xb528de[_0x2b4972(0x140)]('global')&&!_0xb528de[_0x2b4972(0x140)](_0x2b4972(0x15a)))return;throw CliErrors[_0x2b4972(0x13a)](_0x2b4972(0x15e),'Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.');}async function execute(_0x3582a6){const _0x3dc738=a25_0x4970;validateAppListFlags(_0x3582a6);if(_0x3582a6[_0x3dc738(0x140)](_0x3dc738(0x150)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x3582a6)};const _0xf639c8=_0x3582a6[_0x3dc738(0x140)](_0x3dc738(0x15f)),_0x4337b5=_0x3582a6[_0x3dc738(0x140)](_0x3dc738(0x15a)),_0x25af80=_0xf639c8?_0x3dc738(0x15f):_0x4337b5?_0x3dc738(0x15a):'merged',{config:_0xc4a58f,layers:_0x4e44db}=readRawConfigWithLayers(),_0x126fcf=resolveDefaultAppSource(_0x4e44db),{defaultApp:_0x34388d}=_0xc4a58f;let _0x277b9e,_0x5d9f1d;switch(_0x25af80){case _0x3dc738(0x15f):_0x277b9e=buildItemsFromLayer(_0x4e44db[_0x3dc738(0x13d)],'global'),_0x5d9f1d=_0x4e44db['globalPath'];break;case'project':_0x277b9e=buildItemsFromLayer(_0x4e44db['projectConfig'],_0x3dc738(0x15a),_0x4e44db[_0x3dc738(0x13d)][_0x3dc738(0x148)]),_0x5d9f1d=_0x4e44db[_0x3dc738(0x14f)];break;default:_0x277b9e=buildMergedItems(_0xc4a58f,_0x4e44db);break;}enrichAppListItemsWithMergedSelection(_0x277b9e,_0x3582a6[_0x3dc738(0x156)]);if(_0x277b9e['length']===0x0){const _0x1fbd3a=_0x25af80===_0x3dc738(0x14d)?'':_0x3dc738(0x135)+_0x25af80+_0x3dc738(0x154);return{'ok':!![],'data':[],'message':_0x3dc738(0x139)+_0x1fbd3a+_0x3dc738(0x145)+CLI_BIN_NAME+_0x3dc738(0x14b)};}const _0x1b884f=_0x277b9e['find'](_0x3ddeff=>_0x3ddeff[_0x3dc738(0x15b)]===!![]),_0x333acb=_0x34388d??_0x1b884f?.[_0x3dc738(0x14e)]??null,_0x9cf678=_0x25af80===_0x3dc738(0x14d)?{'globalPath':_0x4e44db['globalPath']??null,'projectPath':_0x4e44db[_0x3dc738(0x14f)]??null,'defaultApp':_0x333acb,'defaultAppSource':_0x34388d!=null?_0x126fcf:null}:{'scope':_0x25af80,'configPath':_0x5d9f1d??null};return{'ok':!![],'data':{'items':_0x277b9e,'meta':_0x9cf678}};}export const appListDefinition={'service':'app','command':a25_0x4bba25(0x164),'description':a25_0x4bba25(0x160),'risk':'read','auth':'optional','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a25_0x4bba25(0x150),'type':a25_0x4bba25(0x14a),'description':'List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','default':![]},{'name':'global','type':a25_0x4bba25(0x14a),'description':a25_0x4bba25(0x15c),'default':![]},{'name':a25_0x4bba25(0x15a),'type':'boolean','description':a25_0x4bba25(0x138),'default':![]}],async 'validate'(_0x16af6e){validateAppListFlags(_0x16af6e);},'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a26_0xf35ee0=a26_0x4754;(function(_0x5ad7fc,_0x44c152){const _0x5ca71a=a26_0x4754,_0x20ddfa=_0x5ad7fc();while(!![]){try{const _0x39f04c=-parseInt(_0x5ca71a(0x1bd))/0x1+-parseInt(_0x5ca71a(0x1c2))/0x2*(parseInt(_0x5ca71a(0x1c1))/0x3)+-parseInt(_0x5ca71a(0x1c7))/0x4+-parseInt(_0x5ca71a(0x1c8))/0x5+parseInt(_0x5ca71a(0x1be))/0x6+parseInt(_0x5ca71a(0x1bb))/0x7*(parseInt(_0x5ca71a(0x1c5))/0x8)+parseInt(_0x5ca71a(0x1bc))/0x9;if(_0x39f04c===_0x44c152)break;else _0x20ddfa['push'](_0x20ddfa['shift']());}catch(_0x3ed43a){_0x20ddfa['push'](_0x20ddfa['shift']());}}}(a26_0x18bb,0x9bb25));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';function a26_0x18bb(){const _0x12844b=['4400352offodN','length','app','3ftZNoq','1577578BmKqPc','List\x20application\x20members\x20with\x20their\x20role\x20memberships','Found\x20','193208VnSSlZ','members-list','5099572RrWqap','333930QtlDla','read','appCode','\x20application\x20member(s)','63NLzmkd','20361222XpWCSm','444908IdUHag'];a26_0x18bb=function(){return _0x12844b;};return a26_0x18bb();}import{listRoleUsers}from'../../core/api-client.js';function a26_0x4754(_0x1b0dfd,_0x5cc001){_0x1b0dfd=_0x1b0dfd-0x1b9;const _0x18bbab=a26_0x18bb();let _0x475470=_0x18bbab[_0x1b0dfd];return _0x475470;}export const appMembersListDefinition={'service':a26_0xf35ee0(0x1c0),'command':a26_0xf35ee0(0x1c6),'description':a26_0xf35ee0(0x1c3),'risk':a26_0xf35ee0(0x1c9),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x1a0e5a){const _0x2523fa=a26_0xf35ee0,_0x1b1d35=projectAppMembers(await listRoleUsers(_0x1a0e5a[_0x2523fa(0x1b9)]));return{'ok':!![],'data':{'appCode':_0x1a0e5a[_0x2523fa(0x1b9)],'items':_0x1b1d35,'totalCount':_0x1b1d35[_0x2523fa(0x1bf)]},'message':_0x2523fa(0x1c4)+_0x1b1d35[_0x2523fa(0x1bf)]+_0x2523fa(0x1ba)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3e4a7c,_0x2ff933){const _0x24bed7=a27_0x4485,_0x19fc75=_0x3e4a7c();while(!![]){try{const _0x3ff8fb=parseInt(_0x24bed7(0x1cc))/0x1*(-parseInt(_0x24bed7(0x1ca))/0x2)+parseInt(_0x24bed7(0x1cb))/0x3+parseInt(_0x24bed7(0x1d1))/0x4*(-parseInt(_0x24bed7(0x1c7))/0x5)+parseInt(_0x24bed7(0x1d2))/0x6*(parseInt(_0x24bed7(0x1c6))/0x7)+-parseInt(_0x24bed7(0x1d3))/0x8*(-parseInt(_0x24bed7(0x1cf))/0x9)+-parseInt(_0x24bed7(0x1d4))/0xa+parseInt(_0x24bed7(0x1d0))/0xb;if(_0x3ff8fb===_0x2ff933)break;else _0x19fc75['push'](_0x19fc75['shift']());}catch(_0x2b1676){_0x19fc75['push'](_0x19fc75['shift']());}}}(a27_0x3c6d,0x7ca9d));import{listRemoteApps}from'../../core/api-client.js';import{getCookie}from'../../auth/get-cookie.js';import{CliErrors}from'../../errors.js';function a27_0x4485(_0x2e5157,_0x34e651){_0x2e5157=_0x2e5157-0x1c6;const _0x3c6d7c=a27_0x3c6d();let _0x4485e8=_0x3c6d7c[_0x2e5157];return _0x4485e8;}function a27_0x3c6d(){const _0x310d5e=['4WCxqff','authRequired','platform','2889XokKjR','14967403ZGcFkB','36edBjxX','86262VPGKxu','3480odzTcg','3906660gFxodd','294DNRYDI','250905cgrshj','appCode','appDesc','487506qaJbTe','671358kjVGNJ'];a27_0x3c6d=function(){return _0x310d5e;};return a27_0x3c6d();}import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x5c8249){const _0x2b34de=a27_0x4485,_0x59cd9f=_0x5c8249['cookie']||getCookie();if(!_0x59cd9f)throw CliErrors[_0x2b34de(0x1cd)]();return _0x59cd9f;}export async function listRemoteAppDirectory(_0x2302fc){const _0xd2f823=a27_0x4485,_0x3ac91e=await withActiveCookie(resolveCookie(_0x2302fc),()=>listRemoteApps());return{'items':_0x3ac91e['map'](_0x2bd8d6=>({..._0x2bd8d6['id']!=null?{'id':_0x2bd8d6['id']}:{},'appCode':_0x2bd8d6[_0xd2f823(0x1c8)],'appName':_0x2bd8d6['appName'],..._0x2bd8d6[_0xd2f823(0x1c9)]!=null?{'appDesc':_0x2bd8d6[_0xd2f823(0x1c9)]}:{}})),'meta':{'source':_0xd2f823(0x1ce)}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x16047d,_0x3946eb){const _0x524bfe=a28_0x226b,_0x4afb0d=_0x16047d();while(!![]){try{const _0x5656ce=parseInt(_0x524bfe(0x207))/0x1*(parseInt(_0x524bfe(0x1f8))/0x2)+parseInt(_0x524bfe(0x200))/0x3*(-parseInt(_0x524bfe(0x1f1))/0x4)+parseInt(_0x524bfe(0x208))/0x5*(-parseInt(_0x524bfe(0x202))/0x6)+-parseInt(_0x524bfe(0x1dd))/0x7+parseInt(_0x524bfe(0x1fd))/0x8+-parseInt(_0x524bfe(0x201))/0x9+parseInt(_0x524bfe(0x1ff))/0xa;if(_0x5656ce===_0x3946eb)break;else _0x4afb0d['push'](_0x4afb0d['shift']());}catch(_0x2cb02d){_0x4afb0d['push'](_0x4afb0d['shift']());}}}(a28_0x2314,0x40e36));import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function a28_0x2314(){const _0x4b505d=['membershipStatus','704760lpJYFA','7419GhdJfK','1483551kaQSLe','16146GkApgb','userId','status','named','nickname','123guscmw','175lyqmSw','hasOwnProperty','roleType','has','call','userList','\x20(global)','currentApp','roles','map','750442vetwPE','apps','trim','isCurrent','global','sort','object','prototype','name','get','project','values','set','length','add','appcode','appCode','displayName','isFinite','applyUserList','28tcktBr','keys','ACTIVE','roleId','push','defaultApp','username','6038wQdGUT','globalConfig','roleCode','roleKeys','projectConfig','1660080roQOBh'];a28_0x2314=function(){return _0x4b505d;};return a28_0x2314();}function nullableText(_0x418c6e){const _0x45de4b=a28_0x226b,_0x579834=_0x418c6e?.[_0x45de4b(0x1df)]();return _0x579834?_0x579834:null;}export function projectAppMembers(_0x32c7d4){const _0x153006=a28_0x226b,_0x48caa0=new Map(),_0x21a4b4=[..._0x32c7d4][_0x153006(0x1e2)]((_0x19a578,_0x39d9e4)=>_0x19a578['id']-_0x39d9e4['id']),_0x18c6d1=(_0x288b30,_0x3d006b,_0x1d506c)=>{const _0x1b7216=_0x153006;for(const _0x51c22f of _0x3d006b){const _0x5500ef=Number(_0x51c22f[_0x1b7216(0x203)]);if(!Number[_0x1b7216(0x1ef)](_0x5500ef)||_0x5500ef<=0x0)continue;let _0x34a757=_0x48caa0[_0x1b7216(0x1e6)](_0x5500ef);if(!_0x34a757)_0x34a757={'userId':_0x5500ef,'username':nullableText(_0x51c22f[_0x1b7216(0x1f7)]),'displayName':nullableText(_0x51c22f[_0x1b7216(0x206)]),'status':_0x1d506c,'roles':[],'roleKeys':new Set()},_0x48caa0[_0x1b7216(0x1e9)](_0x5500ef,_0x34a757);else{_0x34a757['username']??=nullableText(_0x51c22f[_0x1b7216(0x1f7)]),_0x34a757[_0x1b7216(0x1ee)]??=nullableText(_0x51c22f[_0x1b7216(0x206)]);if(_0x1d506c===_0x1b7216(0x1f3))_0x34a757[_0x1b7216(0x204)]=_0x1b7216(0x1f3);}const _0x440b1f=_0x288b30['id']+':'+_0x1d506c;if(_0x34a757[_0x1b7216(0x1fb)][_0x1b7216(0x1d6)](_0x440b1f))continue;_0x34a757[_0x1b7216(0x1fb)][_0x1b7216(0x1eb)](_0x440b1f),_0x34a757[_0x1b7216(0x1db)][_0x1b7216(0x1f5)]({'roleId':_0x288b30['id'],'roleCode':_0x288b30[_0x1b7216(0x1fa)],'roleName':nullableText(_0x288b30['roleName']),'roleType':nullableText(_0x288b30[_0x1b7216(0x1d5)]),'membershipStatus':_0x1d506c});}};for(const _0x3ab76a of _0x21a4b4){_0x18c6d1(_0x3ab76a,_0x3ab76a[_0x153006(0x1d8)]??[],'ACTIVE'),_0x18c6d1(_0x3ab76a,_0x3ab76a[_0x153006(0x1f0)]??[],'PENDING');}return[..._0x48caa0[_0x153006(0x1e8)]()][_0x153006(0x1dc)](_0x1f0555=>({'userId':_0x1f0555[_0x153006(0x203)],'username':_0x1f0555['username'],'displayName':_0x1f0555[_0x153006(0x1ee)],'status':_0x1f0555[_0x153006(0x204)],'roles':_0x1f0555[_0x153006(0x1db)][_0x153006(0x1e2)]((_0xf32bda,_0x56fd6d)=>_0xf32bda['roleId']-_0x56fd6d[_0x153006(0x1f4)]||(_0xf32bda[_0x153006(0x1fe)]===_0x56fd6d[_0x153006(0x1fe)]?0x0:_0xf32bda[_0x153006(0x1fe)]===_0x153006(0x1f3)?-0x1:0x1))}))[_0x153006(0x1e2)]((_0x282e3e,_0x2df721)=>_0x282e3e[_0x153006(0x203)]-_0x2df721[_0x153006(0x203)]);}function a28_0x226b(_0x5a53b2,_0x43efaa){_0x5a53b2=_0x5a53b2-0x1d4;const _0x2314fd=a28_0x2314();let _0x226b4a=_0x2314fd[_0x5a53b2];return _0x226b4a;}export function enrichAppListItemsWithMergedSelection(_0x4520fc,_0x16c570){const _0x142f08=a28_0x226b;if(!_0x16c570)return;const _0x4896a5=_0x16c570[_0x142f08(0x1de)]&&typeof _0x16c570[_0x142f08(0x1de)]===_0x142f08(0x1e3)?_0x16c570[_0x142f08(0x1de)]:{},_0x5a5f3d=Object['keys'](_0x4896a5)[_0x142f08(0x1ea)]>0x0;for(const _0x26abcb of _0x4520fc){_0x26abcb[_0x142f08(0x1e0)]=![];}const _0x1a341b=_0x16c570[_0x142f08(0x1ed)]!=null?String(_0x16c570[_0x142f08(0x1ed)])[_0x142f08(0x1df)]():'';if(_0x5a5f3d){const _0x49f9db=_0x16c570[_0x142f08(0x1da)]??_0x16c570[_0x142f08(0x1f6)];if(_0x49f9db)for(const _0x4148c4 of _0x4520fc){_0x4148c4['named']===!![]&&_0x4148c4[_0x142f08(0x1e5)]===_0x49f9db&&(_0x4148c4[_0x142f08(0x1e0)]=!![]);}for(const _0x30a811 of _0x4520fc){if(_0x30a811[_0x142f08(0x205)]!==![])continue;if(_0x16c570[_0x142f08(0x1f6)])continue;_0x1a341b&&String(_0x30a811[_0x142f08(0x1ec)]??'')[_0x142f08(0x1df)]()===_0x1a341b&&(_0x30a811['isCurrent']=!![]);}return;}if(!_0x1a341b)return;for(const _0x36ee75 of _0x4520fc){String(_0x36ee75['appcode']??'')['trim']()===_0x1a341b&&(_0x36ee75[_0x142f08(0x1e0)]=!![]);}}export function resolveAppScopeForWrite(_0x3f8514,_0x260334,_0x1ffe87){const _0x2bdcd0=a28_0x226b;if(_0x260334)return _0x2bdcd0(0x1e1);const _0x5694fa=_0x1ffe87['projectConfig'][_0x2bdcd0(0x1de)]&&typeof _0x1ffe87['projectConfig'][_0x2bdcd0(0x1de)]===_0x2bdcd0(0x1e3)?_0x1ffe87[_0x2bdcd0(0x1fc)][_0x2bdcd0(0x1de)]:{},_0x49be63=_0x1ffe87['globalConfig'][_0x2bdcd0(0x1de)]&&typeof _0x1ffe87['globalConfig']['apps']==='object'?_0x1ffe87[_0x2bdcd0(0x1f9)]['apps']:{};if(Object[_0x2bdcd0(0x1e4)][_0x2bdcd0(0x1d4)]['call'](_0x5694fa,_0x3f8514))return _0x2bdcd0(0x1e7);if(Object[_0x2bdcd0(0x1e4)][_0x2bdcd0(0x1d4)][_0x2bdcd0(0x1d7)](_0x49be63,_0x3f8514))return _0x2bdcd0(0x1e1);return _0x2bdcd0(0x1e7);}export function appDefinedIn(_0x46f883,_0x4eff71,_0x1d11d3){const _0x9536a3=a28_0x226b,_0x1142b0=Object[_0x9536a3(0x1e4)][_0x9536a3(0x1d4)][_0x9536a3(0x1d7)](_0x4eff71,_0x46f883),_0x2f1a29=Object['prototype'][_0x9536a3(0x1d4)][_0x9536a3(0x1d7)](_0x1d11d3,_0x46f883);if(_0x1142b0&&_0x2f1a29)return'both';if(_0x2f1a29)return _0x9536a3(0x1e7);return _0x9536a3(0x1e1);}export function resolveDefaultAppSource(_0x3c096e){const _0x371961=a28_0x226b,_0x3b8208=_0x3c096e[_0x371961(0x1fc)][_0x371961(0x1de)]&&typeof _0x3c096e[_0x371961(0x1fc)]['apps']===_0x371961(0x1e3)?_0x3c096e[_0x371961(0x1fc)][_0x371961(0x1de)]:{};if(_0x371961(0x1f6)in _0x3c096e[_0x371961(0x1fc)])return _0x371961(0x1e7);if(Object[_0x371961(0x1f2)](_0x3b8208)['length']>0x0)return _0x371961(0x1e7);if(Object[_0x371961(0x1f2)](_0x3c096e[_0x371961(0x1fc)])[_0x371961(0x1ea)]===0x0&&_0x3c096e[_0x371961(0x1f9)][_0x371961(0x1f6)])return _0x371961(0x1e1);return null;}export function getConfigPath(_0x1c88c5={}){const _0x33ac22=a28_0x226b,_0x2d44d6=_0x1c88c5[_0x33ac22(0x1e1)]?'global':_0x33ac22(0x1e7);return resolveWriteConfigPath(_0x2d44d6);}export function readConfig(_0x43530e={}){return readConfigFile(getConfigPath(_0x43530e));}export function writeConfig(_0x218923,_0x3fefbd={}){writeConfigFile(getConfigPath(_0x3fefbd),_0x218923);}export function scopeLabel(_0x2891fd){const _0x37ecd9=a28_0x226b;return _0x2891fd[_0x37ecd9(0x1e1)]?_0x37ecd9(0x1d9):'';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a29_0x41d3(){const _0x238d2d=['932arklOc','appCode:\x20','high-risk-write','number','POST','24QdHzyb',',\x20appCode=','5844591mLXXvv','/smartapi/app-config/delete','App\x20config\x20key\x20not\x20found:\x20','415605BHYueb','555140dMdBiE','1407whrptI','get','App\x20config\x20server\x20id\x20missing\x20for\x20key=','app-config','Delete\x20one\x20runtime\x20app-config\x20key','16649190MQzeUI','apiError','delete','Deleted\x20app\x20config\x20','validation','1946772iqtxir','appCode','14224sOdBoK','isFinite','1437EmdhLD'];a29_0x41d3=function(){return _0x238d2d;};return a29_0x41d3();}const a29_0x2390d3=a29_0x91e7;(function(_0xbb8176,_0x456fdb){const _0x40e46a=a29_0x91e7,_0x180fb3=_0xbb8176();while(!![]){try{const _0xa81ca8=-parseInt(_0x40e46a(0x160))/0x1+parseInt(_0x40e46a(0x171))/0x2*(-parseInt(_0x40e46a(0x170))/0x3)+-parseInt(_0x40e46a(0x176))/0x4*(-parseInt(_0x40e46a(0x161))/0x5)+-parseInt(_0x40e46a(0x16c))/0x6+parseInt(_0x40e46a(0x162))/0x7*(-parseInt(_0x40e46a(0x16e))/0x8)+-parseInt(_0x40e46a(0x178))/0x9+parseInt(_0x40e46a(0x167))/0xa;if(_0xa81ca8===_0x456fdb)break;else _0x180fb3['push'](_0x180fb3['shift']());}catch(_0x1f02fa){_0x180fb3['push'](_0x180fb3['shift']());}}}(a29_0x41d3,0x58245));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a29_0x91e7(_0x592ac5,_0x3b1083){_0x592ac5=_0x592ac5-0x160;const _0x41d369=a29_0x41d3();let _0x91e7c2=_0x41d369[_0x592ac5];return _0x91e7c2;}const DELETE_PATH=a29_0x2390d3(0x179);export const appConfigDelete={'service':a29_0x2390d3(0x165),'command':a29_0x2390d3(0x169),'description':a29_0x2390d3(0x166),'risk':a29_0x2390d3(0x173),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x562dcc){readKeyArg(_0x562dcc);},async 'dryRun'(_0x27b0dc){const _0x5ab543=a29_0x2390d3,_0x9b7b0f=readKeyArg(_0x27b0dc),_0xbd5fd9=await mustGetByKey(_0x27b0dc[_0x5ab543(0x16d)],_0x9b7b0f);return asAppConfigDryRunResult(buildMutationData({'operation':_0x5ab543(0x169),'appCode':_0x27b0dc[_0x5ab543(0x16d)],'key':_0x9b7b0f,'before':projectAppConfig(_0xbd5fd9),'after':null,'dryRun':!![]}),{'method':_0x5ab543(0x175),'url':DELETE_PATH});},async 'execute'(_0x2f0baa){const _0x29df9b=a29_0x2390d3,_0x360794=readKeyArg(_0x2f0baa),_0x28d1b9=await mustGetByKey(_0x2f0baa[_0x29df9b(0x16d)],_0x360794);return await withAppConfigApiBoundary(_0x29df9b(0x169),{'appCode':_0x2f0baa[_0x29df9b(0x16d)],'key':_0x360794},()=>deleteAppConfig({'appCode':_0x2f0baa[_0x29df9b(0x16d)],'id':requireAppConfigId(_0x28d1b9,_0x360794,_0x2f0baa['appCode'])})),{'ok':!![],'data':buildMutationData({'operation':'delete','appCode':_0x2f0baa[_0x29df9b(0x16d)],'key':_0x360794,'before':projectAppConfig(_0x28d1b9),'after':null,'dryRun':![]}),'message':_0x29df9b(0x16a)+_0x360794};}};async function mustGetByKey(_0x52bfaa,_0x13cd8b){const _0x49664f=a29_0x2390d3,_0x6c73d8=await withAppConfigApiBoundary(_0x49664f(0x163),{'appCode':_0x52bfaa,'key':_0x13cd8b},()=>getAppConfigByKey(_0x52bfaa,_0x13cd8b));if(!_0x6c73d8)throw CliErrors[_0x49664f(0x16b)](_0x49664f(0x17a)+_0x13cd8b,_0x49664f(0x172)+_0x52bfaa);return _0x6c73d8;}function requireAppConfigId(_0x5ae476,_0x484a01,_0x2c7962){const _0x2d96a8=a29_0x2390d3;if(typeof _0x5ae476['id']===_0x2d96a8(0x174)&&Number[_0x2d96a8(0x16f)](_0x5ae476['id'])&&_0x5ae476['id']>0x0)return _0x5ae476['id'];throw CliErrors[_0x2d96a8(0x168)](_0x2d96a8(0x164)+_0x484a01+_0x2d96a8(0x177)+_0x2c7962);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a30_0x3d49dc=a30_0x4296;(function(_0x485ba7,_0x5373b8){const _0x120f94=a30_0x4296,_0x41547f=_0x485ba7();while(!![]){try{const _0x474ff3=-parseInt(_0x120f94(0x1ba))/0x1*(parseInt(_0x120f94(0x1b6))/0x2)+-parseInt(_0x120f94(0x1b4))/0x3+parseInt(_0x120f94(0x1be))/0x4+-parseInt(_0x120f94(0x1c1))/0x5+parseInt(_0x120f94(0x1bf))/0x6+-parseInt(_0x120f94(0x1b8))/0x7*(parseInt(_0x120f94(0x1c2))/0x8)+parseInt(_0x120f94(0x1c4))/0x9;if(_0x474ff3===_0x5373b8)break;else _0x41547f['push'](_0x41547f['shift']());}catch(_0x1e58b0){_0x41547f['push'](_0x41547f['shift']());}}}(a30_0x3d87,0x3d85d));import{getAppConfigByKey}from'../../core/api-client.js';function a30_0x3d87(){const _0x239e04=['\x20with\x20value\x20revealed','Loaded\x20app\x20config\x20','get','1214808xJPaLr','341094KnabhF','appCode:\x20','330775vzwtAs','57664jgDgJE','validation','1735848QZWfeU','reveal','bool','appCode','275967fSeRyt','app-config','257732Vnladc','App\x20config\x20key\x20not\x20found:\x20','14SInKVg','read','1AqbiHj'];a30_0x3d87=function(){return _0x239e04;};return a30_0x3d87();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';function a30_0x4296(_0x4367c9,_0x55c9dd){_0x4367c9=_0x4367c9-0x1b2;const _0x3d87be=a30_0x3d87();let _0x4296fb=_0x3d87be[_0x4367c9];return _0x4296fb;}export const appConfigGet={'service':a30_0x3d49dc(0x1b5),'command':a30_0x3d49dc(0x1bd),'description':'Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','risk':a30_0x3d49dc(0x1b9),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x1fce14){readKeyArg(_0x1fce14);},async 'execute'(_0x106215){const _0x343dce=a30_0x3d49dc,_0x3bac77=readKeyArg(_0x106215),_0x5c86c1=await withAppConfigApiBoundary(_0x343dce(0x1bd),{'appCode':_0x106215[_0x343dce(0x1b3)],'key':_0x3bac77},()=>getAppConfigByKey(_0x106215[_0x343dce(0x1b3)],_0x3bac77));if(!_0x5c86c1)throw CliErrors[_0x343dce(0x1c3)](_0x343dce(0x1b7)+_0x3bac77,_0x343dce(0x1c0)+_0x106215[_0x343dce(0x1b3)]);const _0x2f2969=projectAppConfig(_0x5c86c1,{'reveal':_0x106215[_0x343dce(0x1b2)](_0x343dce(0x1c5))});return{'ok':!![],'data':{'config':_0x2f2969},'message':_0x106215[_0x343dce(0x1b2)]('reveal')?'Loaded\x20app\x20config\x20'+_0x3bac77+_0x343dce(0x1bb):_0x343dce(0x1bc)+_0x3bac77+'\x20with\x20value\x20redacted'};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xe9f3d0,_0x18df60){const _0x155547=a31_0x19cf,_0x55b652=_0xe9f3d0();while(!![]){try{const _0x5d3856=parseInt(_0x155547(0x1a9))/0x1*(parseInt(_0x155547(0x1ac))/0x2)+-parseInt(_0x155547(0x1b2))/0x3*(parseInt(_0x155547(0x1af))/0x4)+parseInt(_0x155547(0x1b0))/0x5+-parseInt(_0x155547(0x1b3))/0x6*(parseInt(_0x155547(0x1ab))/0x7)+-parseInt(_0x155547(0x1ae))/0x8+parseInt(_0x155547(0x1ad))/0x9+parseInt(_0x155547(0x1aa))/0xa*(-parseInt(_0x155547(0x1b1))/0xb);if(_0x5d3856===_0x18df60)break;else _0x55b652['push'](_0x55b652['shift']());}catch(_0x8aa4d3){_0x55b652['push'](_0x55b652['shift']());}}}(a31_0x5e52,0x6c36b));function a31_0x19cf(_0x1d612f,_0x53a768){_0x1d612f=_0x1d612f-0x1a9;const _0x5e5231=a31_0x5e52();let _0x19cfaf=_0x5e5231[_0x1d612f];return _0x19cfaf;}import{appConfigList}from'../../commands/app-config/list.js';import{appConfigGet}from'../../commands/app-config/get.js';function a31_0x5e52(){const _0x1a7edd=['3511600MjCPbl','381372GeKqVu','4046035ImmIkZ','11grNitH','24SQLXnR','4436598PxmKpq','14XmSQwB','56800QAObeS','7hADywj','99708wydFWR','7945983jcFbHf'];a31_0x5e52=function(){return _0x1a7edd;};return a31_0x5e52();}import{appConfigSet}from'../../commands/app-config/set.js';import{appConfigDelete}from'../../commands/app-config/delete.js';export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a32_0x4650dc=a32_0x493b;function a32_0x493b(_0x4b01b4,_0x4eaba9){_0x4b01b4=_0x4b01b4-0x75;const _0x41f6d9=a32_0x41f6();let _0x493bfd=_0x41f6d9[_0x4b01b4];return _0x493bfd;}(function(_0x23d234,_0x5be59e){const _0x4505c5=a32_0x493b,_0x1b90a3=_0x23d234();while(!![]){try{const _0x779b30=parseInt(_0x4505c5(0x82))/0x1*(-parseInt(_0x4505c5(0x84))/0x2)+parseInt(_0x4505c5(0x87))/0x3*(parseInt(_0x4505c5(0x76))/0x4)+parseInt(_0x4505c5(0x89))/0x5+parseInt(_0x4505c5(0x7a))/0x6*(-parseInt(_0x4505c5(0x88))/0x7)+-parseInt(_0x4505c5(0x8a))/0x8+-parseInt(_0x4505c5(0x75))/0x9+parseInt(_0x4505c5(0x7d))/0xa*(parseInt(_0x4505c5(0x7c))/0xb);if(_0x779b30===_0x5be59e)break;else _0x1b90a3['push'](_0x1b90a3['shift']());}catch(_0x1d51ed){_0x1b90a3['push'](_0x1b90a3['shift']());}}}(a32_0x41f6,0x21386));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a32_0x4650dc(0x79),'command':a32_0x4650dc(0x77),'description':'List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','risk':a32_0x4650dc(0x78),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a32_0x4650dc(0x7b),'type':'string','description':a32_0x4650dc(0x7e)},TAGS_FLAG],async 'validate'(_0xb4b277){const _0x4bced8=a32_0x4650dc,_0x191e30=_0xb4b277[_0x4bced8(0x83)](_0x4bced8(0x7b))[_0x4bced8(0x8b)]();if(_0x191e30)validateKey(_0x191e30);readOptionalTags(_0xb4b277);},async 'execute'(_0x5457f7){const _0x255c7d=a32_0x4650dc,_0x2d52fb=_0x5457f7[_0x255c7d(0x83)](_0x255c7d(0x7b))['trim']()||undefined,_0x7459be=readOptionalTags(_0x5457f7),_0x3ecc3c=await withAppConfigApiBoundary('list',{'appCode':_0x5457f7[_0x255c7d(0x80)]},()=>listAppConfigs(_0x5457f7[_0x255c7d(0x80)],{'key':_0x2d52fb,'tags':_0x7459be})),_0x310183=_0x3ecc3c[_0x255c7d(0x86)](_0x52c012=>projectAppConfig(_0x52c012));return{'ok':!![],'data':{'appCode':_0x5457f7[_0x255c7d(0x80)],'count':_0x310183['length'],'configs':_0x310183},'message':_0x255c7d(0x85)+_0x310183[_0x255c7d(0x81)]+_0x255c7d(0x7f)};}};function a32_0x41f6(){const _0x3781b4=['list','read','app-config','204EVrfDi','key','11UjvOTx','9418660FWdWlY','Filter\x20by\x20exact\x20config\x20key','\x20app\x20config(s)','appCode','length','181769DHbppL','str','2UPYZiF','Found\x20','map','6LxwZBs','45374fTtztN','145960PXEXvH','1875264miImne','trim','1873305hBxjOa','19444XcLgZo'];a32_0x41f6=function(){return _0x3781b4;};return a32_0x41f6();}
|