@lovrabet/rabetbase-cli 2.3.16-beta.3 → 2.3.16-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/api-doc.d.ts +9 -0
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.d.ts +2 -0
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.d.ts +8 -0
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.d.ts +13 -0
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.d.ts +25 -0
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.d.ts +2 -0
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.d.ts +1 -0
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.d.ts +51 -0
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.d.ts +1 -0
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.d.ts +5 -0
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.d.ts +1 -0
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.d.ts +12 -0
- package/lib/cli-flags.js +1 -1
- package/lib/cli.d.ts +2 -0
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.d.ts +2 -0
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.d.ts +2 -0
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.d.ts +2 -0
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.d.ts +2 -0
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.d.ts +18 -0
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.d.ts +5 -0
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.d.ts +10 -0
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.d.ts +2 -0
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.d.ts +11 -0
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.d.ts +46 -0
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.d.ts +2 -0
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.d.ts +2 -0
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.d.ts +2 -0
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.d.ts +2 -0
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.d.ts +2 -0
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.d.ts +105 -0
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.d.ts +2 -0
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.d.ts +4 -0
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.d.ts +2 -0
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.d.ts +2 -0
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.d.ts +5 -0
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.d.ts +2 -0
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.d.ts +2 -0
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.d.ts +2 -0
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.d.ts +2 -0
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.d.ts +8 -0
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.d.ts +2 -0
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.d.ts +2 -0
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.d.ts +2 -0
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.d.ts +2 -0
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.d.ts +17 -0
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.d.ts +17 -0
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.d.ts +11 -0
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.d.ts +12 -0
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.d.ts +26 -0
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.d.ts +6 -0
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.d.ts +13 -0
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.d.ts +5 -0
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.d.ts +5 -0
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.d.ts +5 -0
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.d.ts +5 -0
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.d.ts +16 -0
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.d.ts +7 -0
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.d.ts +7 -0
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.d.ts +8 -0
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.d.ts +33 -0
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.d.ts +18 -0
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.d.ts +11 -0
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.d.ts +2 -0
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.d.ts +2 -0
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.d.ts +26 -0
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.d.ts +27 -0
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.d.ts +3 -0
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.d.ts +2 -0
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.d.ts +2 -0
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.d.ts +2 -0
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.d.ts +2 -0
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.d.ts +2 -0
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.d.ts +2 -0
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.d.ts +128 -0
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.d.ts +2 -0
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.d.ts +53 -0
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.d.ts +17 -0
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.d.ts +2 -0
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.d.ts +30 -0
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.d.ts +2 -0
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.d.ts +2 -0
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.d.ts +2 -0
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.d.ts +2 -0
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.d.ts +2 -0
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.d.ts +2 -0
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.d.ts +2 -0
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.d.ts +2 -0
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.d.ts +5 -0
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.d.ts +2 -0
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.d.ts +15 -0
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.d.ts +2 -0
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.d.ts +2 -0
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.d.ts +2 -0
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.d.ts +2 -0
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.d.ts +2 -0
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.d.ts +11 -0
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.d.ts +2 -0
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.d.ts +23 -0
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.d.ts +2 -0
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.d.ts +32 -0
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.d.ts +2 -0
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.d.ts +2 -0
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.d.ts +2 -0
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.d.ts +2 -0
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.d.ts +2 -0
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/shared.d.ts +33 -0
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.d.ts +2 -0
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.d.ts +5 -0
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.d.ts +2 -0
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.d.ts +2 -0
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.d.ts +3 -0
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.d.ts +2 -0
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.d.ts +2 -0
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.d.ts +2 -0
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.d.ts +17 -0
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.d.ts +2 -0
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.d.ts +2 -0
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.d.ts +2 -0
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.d.ts +2 -0
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.d.ts +27 -0
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.d.ts +51 -0
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.d.ts +12 -0
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.d.ts +12 -0
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.d.ts +10 -0
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.d.ts +12 -0
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.d.ts +28 -0
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.d.ts +69 -0
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.d.ts +17 -0
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.d.ts +7 -0
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/types.d.ts +162 -0
- package/lib/commands/menu/shared/update-core.d.ts +11 -0
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.d.ts +6 -0
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.d.ts +2 -0
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/notification/config-list.d.ts +2 -0
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/index.d.ts +2 -0
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/ocr/index.d.ts +2 -0
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/generate-start.d.ts +2 -0
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.d.ts +2 -0
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.d.ts +2 -0
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.d.ts +2 -0
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.d.ts +2 -0
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.d.ts +2 -0
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.d.ts +2 -0
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.d.ts +105 -0
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.d.ts +2 -0
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.d.ts +2 -0
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.d.ts +2 -0
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.d.ts +2 -0
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.d.ts +2 -0
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.d.ts +2 -0
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.d.ts +2 -0
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.d.ts +2 -0
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.d.ts +74 -0
- package/lib/commands/permit/shared.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.d.ts +7 -0
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.d.ts +1 -0
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.d.ts +6 -0
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.d.ts +9 -0
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.d.ts +4 -0
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.d.ts +1 -0
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.d.ts +1 -0
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.d.ts +1 -0
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.d.ts +2 -0
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.d.ts +1 -0
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.d.ts +66 -0
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/create.d.ts +2 -0
- package/lib/commands/role/create.js +1 -1
- package/lib/commands/role/delete.d.ts +2 -0
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.d.ts +2 -0
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.d.ts +2 -0
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.d.ts +2 -0
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.d.ts +107 -0
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.d.ts +2 -0
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.d.ts +2 -0
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.d.ts +2 -0
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.d.ts +2 -0
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.d.ts +2 -0
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.d.ts +5 -0
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.d.ts +10 -0
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.d.ts +5 -0
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.d.ts +2 -0
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.d.ts +2 -0
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.d.ts +5 -0
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.d.ts +2 -0
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.d.ts +5 -0
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.d.ts +5 -0
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.d.ts +23 -0
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.d.ts +5 -0
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.d.ts +2 -0
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.d.ts +2 -0
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.d.ts +2 -0
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.d.ts +2 -0
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.d.ts +2 -0
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.d.ts +10 -0
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/workspace/add.d.ts +6 -0
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.d.ts +11 -0
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.d.ts +6 -0
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.d.ts +50 -0
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.d.ts +1 -0
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.d.ts +34 -0
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.d.ts +10 -0
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.d.ts +14 -0
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.d.ts +11 -0
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.d.ts +1 -0
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.d.ts +5 -0
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.d.ts +1 -0
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.d.ts +36 -0
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.d.ts +5 -0
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.d.ts +61 -0
- package/lib/context/config-loader.js +1 -1
- package/lib/context.d.ts +102 -0
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.d.ts +31 -0
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +1018 -0
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.d.ts +8 -0
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.d.ts +28 -0
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.d.ts +7 -0
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.d.ts +25 -0
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/types.d.ts +92 -0
- package/lib/core/bff/utils.d.ts +25 -0
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.d.ts +43 -0
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.d.ts +6 -0
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.d.ts +4 -0
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.d.ts +8 -0
- package/lib/core/page/lock.js +1 -1
- package/lib/core/page/types.d.ts +22 -0
- package/lib/core/sql-index-auditor.d.ts +33 -0
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.d.ts +7 -0
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.d.ts +7 -0
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.d.ts +5 -0
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.d.ts +14 -0
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/types.d.ts +43 -0
- package/lib/core/sql-sync/utils.d.ts +10 -0
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.d.ts +34 -0
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.d.ts +3 -0
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.d.ts +2 -0
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.d.ts +9 -0
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.d.ts +3 -0
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.d.ts +3 -0
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.d.ts +4 -0
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.d.ts +11 -0
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.d.ts +15 -0
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.d.ts +2 -0
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.d.ts +14 -0
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.d.ts +36 -0
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.d.ts +3 -0
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.d.ts +63 -0
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -0
- package/lib/generated/build-info.js +1 -1
- package/lib/help.d.ts +1 -0
- package/lib/help.js +1 -1
- package/lib/runtime/confirmation.d.ts +4 -0
- package/lib/runtime/confirmation.js +1 -0
- package/lib/runtime/event.d.ts +5 -0
- package/lib/runtime/event.js +1 -0
- package/lib/runtime/index.d.ts +7 -0
- package/lib/runtime/index.js +1 -0
- package/lib/runtime/queue.d.ts +5 -0
- package/lib/runtime/queue.js +1 -0
- package/lib/runtime/resolve.d.ts +8 -0
- package/lib/runtime/resolve.js +1 -0
- package/lib/runtime/types.d.ts +50 -0
- package/lib/runtime/types.js +1 -0
- package/lib/skills/main.d.ts +41 -0
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.d.ts +99 -0
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.d.ts +44 -0
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.d.ts +12 -0
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.d.ts +8 -0
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.d.ts +6 -0
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.d.ts +3 -0
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.d.ts +17 -0
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.d.ts +26 -0
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/types/index.d.ts +93 -0
- package/lib/utils/ai_config.d.ts +47 -0
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.d.ts +1 -0
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.d.ts +42 -0
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.d.ts +23 -0
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.d.ts +37 -0
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.d.ts +9 -0
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.d.ts +42 -0
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.d.ts +1 -0
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.d.ts +30 -0
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.d.ts +25 -0
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.d.ts +80 -0
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.d.ts +30 -0
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.d.ts +7 -0
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.d.ts +62 -0
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.d.ts +15 -0
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.d.ts +21 -0
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.d.ts +38 -0
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.d.ts +1 -0
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.d.ts +55 -0
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.d.ts +10 -0
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.d.ts +1 -0
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.d.ts +1 -0
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.d.ts +6 -0
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +9 -1
- package/lib/commands/page/react/create.js +0 -1
- package/lib/commands/page/react/detail.js +0 -1
- package/lib/commands/page/react/list.js +0 -1
- package/lib/commands/page/react/publish.js +0 -1
- package/lib/commands/page/react/shared.js +0 -1
- package/lib/commands/page/react/syntax.js +0 -1
- package/lib/commands/page/react/template.js +0 -1
- package/lib/commands/page/react/update.js +0 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ModelListItem, GenerateDocResult } from "../types/index.js";
|
|
2
|
+
export type { FetchDocOptions, GenerateDocResult } from "../types/index.js";
|
|
3
|
+
export { fetchDatasetDoc } from "../core/api-client.js";
|
|
4
|
+
/**
|
|
5
|
+
* 批量生成数据集文档
|
|
6
|
+
*
|
|
7
|
+
* @param cookie 认证 cookie(由调用方从管线上下文传入)
|
|
8
|
+
*/
|
|
9
|
+
export declare function generateDatasetDocs(datasets: ModelListItem[], appCode: string, cookie: string, outputDir?: string, onProgress?: (current: number, total: number, fileName: string) => void, extraParams?: Record<string, any>): Promise<GenerateDocResult[]>;
|
package/lib/api/api-doc.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1e1fdc,_0x16498a){const _0xa4441d=a0_0x389a,_0x52ff94=_0x1e1fdc();while(!![]){try{const _0x3050bc=parseInt(_0xa4441d(0x168))/0x1+-parseInt(_0xa4441d(0x156))/0x2+parseInt(_0xa4441d(0x169))/0x3+parseInt(_0xa4441d(0x167))/0x4+-parseInt(_0xa4441d(0x16a))/0x5*(parseInt(_0xa4441d(0x155))/0x6)+-parseInt(_0xa4441d(0x16d))/0x7+parseInt(_0xa4441d(0x159))/0x8;if(_0x3050bc===_0x16498a)break;else _0x52ff94['push'](_0x52ff94['shift']());}catch(_0xf863c7){_0x52ff94['push'](_0x52ff94['shift']());}}}(a0_0x3140,0x3d568));import{mkdirSync,writeFileSync}from'node:fs';function a0_0x3140(){const _0x59243b=['error','Waiting\x203\x20seconds...\x0a','\x20datasets\x20to\x20generate\x20docs\x20for\x0a','生成文档成功:\x20',']\x20Generating:\x20','name','message','✗\x20Failed:\x20','datasetCode','生成文档失败:\x20','api-doc','.md\x20(','368008mZcKlT','93231tSwAWl','268578iIorEA','11045WuZZjO','log','tableName','1198680vKpxtd','length','push','.md\x20-\x20','42VLAbWr','130746IfmPKW','.md','join','1828456mfjJEB','success'];a0_0x3140=function(){return _0x59243b;};return a0_0x3140();}import a0_0x306bf2 from'node:path';import{fetchDatasetDoc}from'../core/api-client.js';import{logger}from'../utils/logger.js';export{fetchDatasetDoc}from'../core/api-client.js';function a0_0x389a(_0x52a376,_0x553941){_0x52a376=_0x52a376-0x153;const _0x3140da=a0_0x3140();let _0x389a66=_0x3140da[_0x52a376];return _0x389a66;}function delay(_0xa67c40){return new Promise(_0x48a8f8=>setTimeout(_0x48a8f8,_0xa67c40));}export async function generateDatasetDocs(_0x2fb028,_0x43d83c,_0xeae44c,_0x3eaa1f='./docs',_0x12bbd2,_0x5ee305){const _0x51a27e=a0_0x389a;mkdirSync(_0x3eaa1f,{'recursive':!![]});const _0x51250b=[],_0x277237=_0x2fb028['length'];console[_0x51a27e(0x16b)]('\x0a'+_0x277237+_0x51a27e(0x15d));for(let _0x38a970=0x0;_0x38a970<_0x2fb028[_0x51a27e(0x16e)];_0x38a970++){const _0x145956=_0x2fb028[_0x38a970],_0x56234a=_0x38a970+0x1,_0x250248=_0x145956[_0x51a27e(0x16c)];try{console[_0x51a27e(0x16b)]('['+_0x56234a+'/'+_0x277237+_0x51a27e(0x15f)+_0x250248+_0x51a27e(0x166)+_0x145956[_0x51a27e(0x160)]+')');if(_0x12bbd2)_0x12bbd2(_0x56234a,_0x277237,_0x250248);const _0x4b3621=await fetchDatasetDoc({'appCode':_0x43d83c,'cookie':_0xeae44c,'datasetCode':_0x145956[_0x51a27e(0x163)],'datasetId':_0x145956['id'],'enableAI':![],'extraParams':_0x5ee305}),_0x2a70f1=a0_0x306bf2[_0x51a27e(0x158)](_0x3eaa1f,_0x250248+_0x51a27e(0x157));writeFileSync(_0x2a70f1,_0x4b3621,{'encoding':'utf8'}),console[_0x51a27e(0x16b)]('✓\x20Generated:\x20'+_0x250248+_0x51a27e(0x157)),logger[_0x51a27e(0x15a)](_0x51a27e(0x165),_0x51a27e(0x15e)+_0x250248,undefined,{'datasetCode':_0x145956[_0x51a27e(0x163)],'datasetName':_0x145956[_0x51a27e(0x160)],'filePath':_0x2a70f1,'progress':_0x56234a+'/'+_0x277237}),_0x51250b[_0x51a27e(0x153)]({'datasetCode':_0x145956['datasetCode'],'datasetName':_0x145956[_0x51a27e(0x160)],'filePath':_0x2a70f1,'success':!![]});if(_0x56234a<_0x277237)await delay(0x1388);}catch(_0x117268){const _0x339c3c=_0x117268 instanceof Error?_0x117268[_0x51a27e(0x161)]:String(_0x117268);console[_0x51a27e(0x16b)](_0x51a27e(0x162)+_0x250248+_0x51a27e(0x154)+_0x339c3c),logger[_0x51a27e(0x15b)]('api-doc',_0x51a27e(0x164)+_0x145956[_0x51a27e(0x163)],{'datasetCode':_0x145956['datasetCode'],'datasetName':_0x145956['name'],'error':_0x339c3c,'progress':_0x56234a+'/'+_0x277237}),_0x51250b[_0x51a27e(0x153)]({'datasetCode':_0x145956[_0x51a27e(0x163)],'datasetName':_0x145956[_0x51a27e(0x160)],'filePath':'','success':![],'error':_0x339c3c}),_0x56234a<_0x277237&&(console[_0x51a27e(0x16b)](_0x51a27e(0x15c)),await delay(0xbb8));}}return _0x51250b;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2c0fd7,_0x1ba60d){var _0x1314ee=a1_0x170e,_0x34a1b3=_0x2c0fd7();while(!![]){try{var _0x298859=parseInt(_0x1314ee(0x8c))/0x1*(-parseInt(_0x1314ee(0x93))/0x2)+parseInt(_0x1314ee(0x8b))/0x3+-parseInt(_0x1314ee(0x8f))/0x4*(-parseInt(_0x1314ee(0x91))/0x5)+-parseInt(_0x1314ee(0x8e))/0x6*(parseInt(_0x1314ee(0x92))/0x7)+-parseInt(_0x1314ee(0x8a))/0x8*(parseInt(_0x1314ee(0x95))/0x9)+parseInt(_0x1314ee(0x94))/0xa+parseInt(_0x1314ee(0x90))/0xb*(-parseInt(_0x1314ee(0x8d))/0xc);if(_0x298859===_0x1ba60d)break;else _0x34a1b3['push'](_0x34a1b3['shift']());}catch(_0x3ccd8a){_0x34a1b3['push'](_0x34a1b3['shift']());}}}(a1_0xeb8f,0x84cdb));function a1_0x170e(_0x358b96,_0x977f86){_0x358b96=_0x358b96-0x8a;var _0xeb8fba=a1_0xeb8f();var _0x170eab=_0xeb8fba[_0x358b96];return _0x170eab;}function a1_0xeb8f(){var _0x1c307c=['158840BesuUP','1931895KtFeBO','363IDyCkT','12RZpIrP','6PzBDTt','20OEElaV','8862667lxfMEX','969205QbUSca','157031xRCXhF','946fkbhJA','4667070SJScVK','243wrNdvs'];a1_0xeb8f=function(){return _0x1c307c;};return a1_0xeb8f();}export{fetchModelList}from'../core/api-client.js';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ModelListItem, GenerateApiFileResult } from "../types/index.js";
|
|
2
|
+
export type { GenerateApiFileResult } from "../types/index.js";
|
|
3
|
+
/**
|
|
4
|
+
* 生成 API 配置文件。
|
|
5
|
+
*
|
|
6
|
+
* 所有参数由调用方从管线上下文传入,不再内部 readConfig。
|
|
7
|
+
*/
|
|
8
|
+
export declare function generateApiFile(configArray: ModelListItem[], filePrefix: string, appCode: string, isFromDefaultConfig: boolean, env: string, outputDir: string, appName?: string): Promise<GenerateApiFileResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x16a8a9,_0x5c0a0e){const _0x24421a=a2_0x4abd,_0x3a50c6=_0x16a8a9();while(!![]){try{const _0x494683=parseInt(_0x24421a(0x10a))/0x1*(parseInt(_0x24421a(0x121))/0x2)+-parseInt(_0x24421a(0x117))/0x3+parseInt(_0x24421a(0x122))/0x4+parseInt(_0x24421a(0x111))/0x5+parseInt(_0x24421a(0x113))/0x6+parseInt(_0x24421a(0x112))/0x7*(-parseInt(_0x24421a(0x10b))/0x8)+parseInt(_0x24421a(0x130))/0x9*(-parseInt(_0x24421a(0x11a))/0xa);if(_0x494683===_0x5c0a0e)break;else _0x3a50c6['push'](_0x3a50c6['shift']());}catch(_0x3b671d){_0x3a50c6['push'](_0x3a50c6['shift']());}}}(a2_0x1151,0xeeb23));import a2_0x3f1b73 from'prettier';import{mkdirSync,writeFileSync,readFileSync}from'node:fs';function a2_0x4abd(_0x273bdb,_0x237d01){_0x273bdb=_0x273bdb-0x109;const _0x1151d7=a2_0x1151();let _0x4abdfb=_0x1151d7[_0x273bdb];return _0x4abdfb;}import a2_0x3f12e2 from'node:path';import{fileURLToPath}from'node:url';import{TemplateReplacer}from'../utils/template-replacer.js';function a2_0x1151(){const _0x36703a=['key','replace','client.ts.tpl','../..','\x22\x20}','push','length','client','name','toUpperCase','40644gIFrKF','alias','templates/generate-api','1VSVgYN','8cGZyVi','LOVRABET','resolve','init-api','datasetCode','{\x20apiConfigName:\x20','3423990xCMosv','3408265pfnHId','9427812eDUNYm','replaceApiContent',',\x20env:\x20\x22','join','4858812UDWjHe','forEach','api','3710YcPwAg','api.ts.tpl','format','typescript','API\x20文件生成成功!','utf8','success','2646454ZhREWa','4721228WOcGns','test','Please\x20configure\x20app\x20code\x20first\x20via\x20`','.ts'];a2_0x1151=function(){return _0x36703a;};return a2_0x1151();}import{CLI_BIN_NAME}from'../constant/cli.js';import{logger}from'../utils/logger.js';import{isProduction}from'../constant/env.js';export async function generateApiFile(_0x2e01b0,_0x40d401,_0x54af43,_0x3fd654,_0xc9eec7,_0x792b10,_0x37c1cb){const _0x6d5a15=a2_0x4abd;if(!_0x54af43)throw new Error(_0x6d5a15(0x124)+CLI_BIN_NAME+'\x20config\x20set\x20app\x20<value>`');const _0x5b4793=_0x3fd654&&!_0x37c1cb,_0xbb8d81=_0x37c1cb||_0x54af43,_0x388a97=_0x5b4793?'CONFIG_NAMES.DEFAULT':'\x22'+_0xbb8d81+'\x22',_0x1f0108=!isProduction(_0xc9eec7);let _0x4c96ea;if(_0x5b4793)_0x1f0108?_0x4c96ea=_0x6d5a15(0x110)+_0x388a97+_0x6d5a15(0x115)+_0xc9eec7+_0x6d5a15(0x12a):_0x4c96ea='';else{const _0x3301d8=_0x1f0108?_0x6d5a15(0x115)+_0xc9eec7+'\x22':'';_0x4c96ea='{\x20apiConfigName:\x20\x22'+_0xbb8d81+'\x22'+_0x3301d8+'\x20}';}const _0x454c2=_0x40d401?_0x40d401+'-api':_0x6d5a15(0x119),_0x40e31f=_0x40d401?_0x40d401+'-client':_0x6d5a15(0x12d),_0x1cd1c1=_0x40d401&&!/^app-[a-f0-9]+$/i[_0x6d5a15(0x123)](_0x40d401)?_0x40d401[_0x6d5a15(0x127)](/-/g,'_')[_0x6d5a15(0x12f)]():_0x6d5a15(0x10c),_0x39e8f7=/^\d/[_0x6d5a15(0x123)](_0x1cd1c1)?'APP_'+_0x1cd1c1:_0x1cd1c1,_0x3f5df2=[];_0x2e01b0[_0x6d5a15(0x118)](_0x1c4ba3=>{const _0x5232c1=_0x6d5a15;_0x3f5df2[_0x5232c1(0x12b)]({'datasetCode':_0x1c4ba3[_0x5232c1(0x10f)],'tableName':_0x1c4ba3['tableName'],'name':_0x1c4ba3[_0x5232c1(0x12e)]||'','alias':_0x1c4ba3[_0x5232c1(0x131)]||_0x1c4ba3[_0x5232c1(0x126)]});});const _0x5d6868=fileURLToPath(import.meta.url),_0x4cf89c=a2_0x3f12e2[_0x6d5a15(0x10d)](a2_0x3f12e2['dirname'](_0x5d6868),_0x6d5a15(0x129)),_0x18fa9b=a2_0x3f12e2['join'](_0x4cf89c,_0x6d5a15(0x109)),_0x27c3d1=a2_0x3f12e2[_0x6d5a15(0x116)](_0x18fa9b,_0x6d5a15(0x11b)),_0x16f5b4=a2_0x3f12e2[_0x6d5a15(0x116)](_0x18fa9b,_0x6d5a15(0x128)),_0x17db22=_0x792b10;mkdirSync(_0x17db22,{'recursive':!![]});const _0x5dd53c=_0x3f5df2[0x0]?.[_0x6d5a15(0x131)],_0x228c5d=readFileSync(_0x27c3d1,_0x6d5a15(0x11f)),_0x4a3d01=TemplateReplacer[_0x6d5a15(0x114)](_0x228c5d,_0x54af43,_0x3f5df2,_0x5dd53c,_0x454c2,_0x388a97,undefined,_0x39e8f7),_0x16231c=await a2_0x3f1b73['format'](_0x4a3d01,{'parser':'typescript'}),_0x4afccf=a2_0x3f12e2[_0x6d5a15(0x116)](_0x17db22,_0x454c2+_0x6d5a15(0x125));writeFileSync(_0x4afccf,_0x16231c,{'encoding':'utf8'});const _0x7365b5=readFileSync(_0x16f5b4,_0x6d5a15(0x11f)),_0x331239=TemplateReplacer[_0x6d5a15(0x114)](_0x7365b5,_0x54af43,_0x3f5df2,_0x5dd53c,_0x454c2,_0x388a97,_0x4c96ea,_0x39e8f7),_0x2399b0=await a2_0x3f1b73[_0x6d5a15(0x11c)](_0x331239,{'parser':_0x6d5a15(0x11d)}),_0x2ce2fc=a2_0x3f12e2['join'](_0x17db22,_0x40e31f+_0x6d5a15(0x125));writeFileSync(_0x2ce2fc,_0x2399b0,{'encoding':_0x6d5a15(0x11f)});const _0x30d4d9=_0x3f5df2[_0x6d5a15(0x12c)];return logger[_0x6d5a15(0x120)](_0x6d5a15(0x10e),_0x6d5a15(0x11e),undefined,{'apiFile':_0x4afccf,'clientFile':_0x2ce2fc,'modelCount':_0x30d4d9,'configName':_0x388a97}),{'modelCount':_0x30d4d9,'apiFilePath':_0x4afccf,'clientFilePath':_0x2ce2fc,'configName':_0x388a97};}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Runs the browser-based login flow.
|
|
3
|
+
*
|
|
4
|
+
* @param options - Interactive mode controls for the login entrypoint
|
|
5
|
+
* @param options.autoYes - Skip the local confirmation prompt and open browser login immediately
|
|
6
|
+
* @param options.nonInteractive - Require --yes and print a manual login URL instead of prompting
|
|
7
|
+
* @returns Resolves when the login flow completes or no login is needed
|
|
8
|
+
* @throws CliError When non-interactive mode cannot complete browser login
|
|
9
|
+
*/
|
|
10
|
+
export declare function runAuthServer(options?: {
|
|
11
|
+
autoYes?: boolean;
|
|
12
|
+
nonInteractive?: boolean;
|
|
13
|
+
}): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x450aea,_0x305596){const _0x4476ec=a3_0x5933,_0x13b983=_0x450aea();while(!![]){try{const _0x4561ae=-parseInt(_0x4476ec(0x161))/0x1+parseInt(_0x4476ec(0x16e))/0x2+-parseInt(_0x4476ec(0x16c))/0x3*(parseInt(_0x4476ec(0x15f))/0x4)+parseInt(_0x4476ec(0x163))/0x5*(-parseInt(_0x4476ec(0x16b))/0x6)+-parseInt(_0x4476ec(0x156))/0x7*(-parseInt(_0x4476ec(0x15e))/0x8)+parseInt(_0x4476ec(0x168))/0x9*(parseInt(_0x4476ec(0x165))/0xa)+-parseInt(_0x4476ec(0x15a))/0xb*(-parseInt(_0x4476ec(0x159))/0xc);if(_0x4561ae===_0x305596)break;else _0x13b983['push'](_0x13b983['shift']());}catch(_0x43c3a6){_0x13b983['push'](_0x13b983['shift']());}}}(a3_0x1299,0x4418c));import{getIsSessionValid}from'../auth/is-session-valid.js';import{authServer}from'../auth/auth-server.js';function a3_0x5933(_0x57a740,_0x4605c9){_0x57a740=_0x57a740-0x156;const _0x1299e9=a3_0x1299();let _0x593320=_0x1299e9[_0x57a740];return _0x593320;}import{CLI_BIN_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';function a3_0x1299(){const _0x422119=['nonInteractive','1515SSYUUy','Starting\x20browser\x20login.\x20Share\x20the\x20printed\x20URL\x20with\x20the\x20user.','1851530pfPYlv','Run\x20`','stop','9Rxcdyr','*\x20Login\x20successful!','Logging\x20in...\x20Please\x20complete\x20login\x20in\x20your\x20browser.','2664VHAqft','1503ymlndl','\x20auth\x20login\x20--yes`\x20and\x20open\x20the\x20printed\x20URL\x20in\x20your\x20browser.','823496ogmJgy','4235ibZrtJ','log','autoYes','12pnyeJP','5834631IJovOI','!\x20Login\x20failed.','No\x20valid\x20session.\x20Login\x20now?','validation','976nlyrCd','3956bqgppf','start','292187HYnsgu'];a3_0x1299=function(){return _0x422119;};return a3_0x1299();}import{confirm}from'@inquirer/prompts';import a3_0x3a9a44 from'ora';export async function runAuthServer(_0x56fcab){const _0x21f965=a3_0x5933,_0x543b5f=await getIsSessionValid();if(_0x543b5f){console[_0x21f965(0x157)]('√\x20Valid\x20session\x20detected,\x20no\x20login\x20required.');return;}if(_0x56fcab?.[_0x21f965(0x162)]&&!_0x56fcab[_0x21f965(0x158)])throw CliErrors[_0x21f965(0x15d)]('Browser\x20login\x20cannot\x20run\x20in\x20non-interactive\x20mode.',_0x21f965(0x166)+CLI_BIN_NAME+_0x21f965(0x16d));const _0x466538=_0x56fcab?.[_0x21f965(0x158)]?!![]:await confirm({'message':_0x21f965(0x15c),'default':!![]});if(!_0x466538)return;if(_0x56fcab?.['nonInteractive']){console[_0x21f965(0x157)](_0x21f965(0x164));const _0x881e1d=await authServer({'silent':![],'openBrowser':![]});_0x881e1d?console[_0x21f965(0x157)](_0x21f965(0x169)):console[_0x21f965(0x157)]('!\x20Login\x20failed.');return;}const _0x365230=a3_0x3a9a44(_0x21f965(0x16a))[_0x21f965(0x160)](),_0xceb609=await authServer({'silent':!![],'openBrowser':!![]});_0x365230[_0x21f965(0x167)](),_0xceb609?console[_0x21f965(0x157)](_0x21f965(0x169)):console[_0x21f965(0x157)](_0x21f965(0x15b));}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const AUTH_LOGIN_TIMEOUT_MS: number;
|
|
2
|
+
export interface AuthServerOptions {
|
|
3
|
+
/**
|
|
4
|
+
* Suppresses login instructions and status logs.
|
|
5
|
+
*/
|
|
6
|
+
silent?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Opens the login URL with the operating system browser command.
|
|
9
|
+
*/
|
|
10
|
+
openBrowser?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Maximum time to keep the login server waiting for browser authorization.
|
|
13
|
+
*/
|
|
14
|
+
timeoutMs?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Starts the local HTTPS callback server used by browser login.
|
|
18
|
+
*
|
|
19
|
+
* @param params Login server options.
|
|
20
|
+
* @param params.silent Suppress user-facing login instructions.
|
|
21
|
+
* @param params.openBrowser Whether to open the login URL automatically.
|
|
22
|
+
* @param params.timeoutMs Maximum wait time before the login URL expires.
|
|
23
|
+
* @returns Whether the login flow completed successfully.
|
|
24
|
+
*/
|
|
25
|
+
export declare function authServer(params?: AuthServerOptions): Promise<boolean>;
|
package/lib/auth/auth-server.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a4_0x5505ca=a4_0x2d7f;(function(_0x674160,_0x47445b){const _0x5806e1=a4_0x2d7f,_0x4594f2=_0x674160();while(!![]){try{const _0x4308d3=parseInt(_0x5806e1(0xeb))/0x1+-parseInt(_0x5806e1(0xd1))/0x2+-parseInt(_0x5806e1(0xf6))/0x3*(parseInt(_0x5806e1(0xfa))/0x4)+parseInt(_0x5806e1(0xee))/0x5+-parseInt(_0x5806e1(0xde))/0x6*(parseInt(_0x5806e1(0xf9))/0x7)+parseInt(_0x5806e1(0xdc))/0x8+parseInt(_0x5806e1(0xe2))/0x9;if(_0x4308d3===_0x47445b)break;else _0x4594f2['push'](_0x4594f2['shift']());}catch(_0x2648cb){_0x4594f2['push'](_0x4594f2['shift']());}}}(a4_0x1054,0x74bb4));import{writeFileSync}from'node:fs';function a4_0x1054(){const _0x331eea=['17620848dXejwr','https://g.yuntooai.com/cert/lovrabet-dev.json','💡\x20Open\x20the\x20login\x20URL\x20above\x20in\x20your\x20browser\x20to\x20complete\x20authorization.','isAuth','!\x20Login\x20URL\x20expired\x20after\x2010\x20minutes.\x20Run\x20the\x20login\x20command\x20again\x20to\x20get\x20a\x20new\x20URL.','open\x20\x22','💡\x20If\x20the\x20browser\x20does\x20not\x20open\x20automatically,\x20copy\x20the\x20login\x20URL\x20above\x20into\x20your\x20browser.','listen','🔐\x20Starting\x20login\x20service...','12951hLUCNP','openBrowser','createServer','856420cXCHwz','silent','📍\x20Login\x20URL:','writeHead','platform','🌐\x20Attempting\x20to\x20open\x20browser\x20automatically...','session','Auth\x20server\x20error:','58122tguqfW','user','✅\x20Browser\x20opened.\x20Please\x20complete\x20login\x20in\x20the\x20browser.','14nApBTc','148SoMqyU','⚠️\x20\x20Failed\x20to\x20open\x20browser\x20automatically','🔗\x20Please\x20copy\x20the\x20login\x20URL\x20into\x20your\x20browser:','log','address','headers','1359146BuMjdv','cmd\x20/c\x20start\x20\x22\x22\x20\x22','timeoutMs','/sign-in?redirect=','json','end','utf-8','darwin','xdg-open\x20\x22','/api/auth/get-session','then','952624yiryvz','win32','1159926NPtJzB','close','port','127.0.0.1'];a4_0x1054=function(){return _0x331eea;};return a4_0x1054();}import a4_0x597219 from'node:https';import{getUserDomain}from'../constant/domain.js';import{exec}from'node:child_process';import{getIsSessionValid}from'../auth/is-session-valid.js';import{cookieFile}from'../auth/constant.js';import{buildLoginSuccessHtml}from'../auth/login-success-html.js';export const AUTH_LOGIN_TIMEOUT_MS=0xa*0x3c*0x3e8;function a4_0x2d7f(_0x49e6eb,_0x5575b4){_0x49e6eb=_0x49e6eb-0xcd;const _0x1054a1=a4_0x1054();let _0x2d7fd7=_0x1054a1[_0x49e6eb];return _0x2d7fd7;}export async function authServer(_0x31e15a){const _0x3e73b8=a4_0x2d7f,_0x3748bd=_0x31e15a?.[_0x3e73b8(0xef)]||![],_0x218bcc=_0x31e15a?.[_0x3e73b8(0xec)]??!![],_0x88c27a=_0x31e15a?.[_0x3e73b8(0xd3)]??AUTH_LOGIN_TIMEOUT_MS;if(await getIsSessionValid())return!![];const _0x10677a=await(await fetch(_0x3e73b8(0xe3)))[_0x3e73b8(0xd5)]();return new Promise(async(_0x42f8f5,_0x3378c5)=>{const _0xddef0c=_0x3e73b8;let _0x15d199=0x0,_0x4c203c=![],_0x146e49;const _0x260989=a4_0x597219[_0xddef0c(0xed)](_0x10677a,async(_0x367a9f,_0x444f6c)=>{const _0x361c2b=_0xddef0c,_0x566644=getUserDomain(),_0x1333b7=_0x367a9f[_0x361c2b(0xd0)]['cookie']||'',_0x81e31=await fetch(_0x566644+_0x361c2b(0xda),{'headers':{'cookie':_0x1333b7}})[_0x361c2b(0xdb)](_0x2b695f=>_0x2b695f[_0x361c2b(0xd5)]()),_0x546a70=_0x81e31&&_0x81e31[_0x361c2b(0xf4)]&&_0x81e31[_0x361c2b(0xf7)];if(_0x546a70){writeFileSync(cookieFile,_0x1333b7,_0x361c2b(0xd7));const _0x44290f=buildLoginSuccessHtml();_0x444f6c['writeHead'](0xc8,{'Content-Type':'text/html;\x20charset=utf-8'}),_0x444f6c[_0x361c2b(0xd6)](_0x44290f),_0x41fc7b(!![]);}else{const _0x5f1d86=''+encodeURIComponent('https://dev.lovrabet.com:'+_0x15d199);_0x444f6c[_0x361c2b(0xf1)](0x12e,{'location':_0x566644+_0x361c2b(0xd4)+_0x5f1d86}),_0x444f6c['end']();return;}});function _0x41fc7b(_0x39b0fd){const _0x1a395f=_0xddef0c;if(_0x4c203c)return;_0x4c203c=!![],_0x146e49&&clearTimeout(_0x146e49),_0x260989[_0x1a395f(0xdf)](),_0x42f8f5(_0x39b0fd);}_0x260989[_0xddef0c(0xe9)](0x0,_0xddef0c(0xe1),()=>{const _0x58ed90=_0xddef0c,_0x2494a2=_0x260989[_0x58ed90(0xcf)]();_0x15d199=typeof _0x2494a2==='object'&&_0x2494a2?_0x2494a2[_0x58ed90(0xe0)]:Number(_0x2494a2);const _0x70e9d='https://dev.lovrabet.com:'+_0x15d199;_0x146e49=setTimeout(()=>{const _0x53429c=_0x58ed90;!_0x3748bd&&console['log'](_0x53429c(0xe6)),_0x41fc7b(![]);},_0x88c27a);!_0x3748bd&&(console[_0x58ed90(0xce)](_0x58ed90(0xea)),console['log'](_0x58ed90(0xf0),_0x70e9d),_0x218bcc?(console[_0x58ed90(0xce)](_0x58ed90(0xf3)),console['log'](''),console['log'](_0x58ed90(0xe8))):console[_0x58ed90(0xce)](_0x58ed90(0xe4)),console[_0x58ed90(0xce)](''));if(!_0x218bcc)return;openInBrowser(_0x70e9d)[_0x58ed90(0xdb)](_0x4bb823=>{const _0x1a47eb=_0x58ed90;!_0x3748bd&&(_0x4bb823?console[_0x1a47eb(0xce)](_0x1a47eb(0xf8)):(console[_0x1a47eb(0xce)]('⚠️\x20\x20Failed\x20to\x20open\x20browser\x20automatically'),console[_0x1a47eb(0xce)](_0x1a47eb(0xcd),_0x70e9d)),console[_0x1a47eb(0xce)](''));})['catch'](()=>{const _0x1dd4cd=_0x58ed90;!_0x3748bd&&(console[_0x1dd4cd(0xce)](_0x1dd4cd(0xfb)),console['log']('🔗\x20Please\x20copy\x20the\x20login\x20URL\x20into\x20your\x20browser:',_0x70e9d),console[_0x1dd4cd(0xce)](''));});}),_0x260989['on']('error',_0x53c409=>{const _0x320fef=_0xddef0c;if(_0x4c203c)return;_0x4c203c=!![],_0x146e49&&clearTimeout(_0x146e49),!_0x3748bd&&console['error'](_0x320fef(0xf5),_0x53c409),_0x260989[_0x320fef(0xdf)](),_0x3378c5(_0x53c409);});});}function openInBrowser(_0x5a7f5b){return new Promise(_0x537d13=>{const _0x512c13=a4_0x2d7f,_0x21a631=process[_0x512c13(0xf2)];let _0x1a991b;if(_0x21a631===_0x512c13(0xdd))_0x1a991b=_0x512c13(0xd2)+_0x5a7f5b+'\x22';else _0x21a631===_0x512c13(0xd8)?_0x1a991b=_0x512c13(0xe7)+_0x5a7f5b+'\x22':_0x1a991b=_0x512c13(0xd9)+_0x5a7f5b+'\x22';exec(_0x1a991b,_0x2ba1bf=>{_0x2ba1bf?_0x537d13(![]):_0x537d13(!![]);});});}if(import.meta.main){const isAuth=await authServer();console[a4_0x5505ca(0xce)](a4_0x5505ca(0xe5),isAuth);}
|
package/lib/auth/constant.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a5_0xc4be04=a5_0x5332;function a5_0x5332(_0x44efdb,_0x213992){_0x44efdb=_0x44efdb-0x1a7;const _0x549b4c=a5_0x549b();let _0x533284=_0x549b4c[_0x44efdb];return _0x533284;}(function(_0x7b53d7,_0x294db2){const _0x15d2d1=a5_0x5332,_0x2e895c=_0x7b53d7();while(!![]){try{const _0x4cf977=-parseInt(_0x15d2d1(0x1ab))/0x1*(-parseInt(_0x15d2d1(0x1b3))/0x2)+-parseInt(_0x15d2d1(0x1b0))/0x3+parseInt(_0x15d2d1(0x1a7))/0x4*(parseInt(_0x15d2d1(0x1a8))/0x5)+parseInt(_0x15d2d1(0x1ac))/0x6+-parseInt(_0x15d2d1(0x1b2))/0x7+-parseInt(_0x15d2d1(0x1aa))/0x8*(-parseInt(_0x15d2d1(0x1b1))/0x9)+-parseInt(_0x15d2d1(0x1af))/0xa*(parseInt(_0x15d2d1(0x1ad))/0xb);if(_0x4cf977===_0x294db2)break;else _0x2e895c['push'](_0x2e895c['shift']());}catch(_0x4c7be5){_0x2e895c['push'](_0x2e895c['shift']());}}}(a5_0x549b,0xa243f));import{mkdirSync}from'node:fs';function a5_0x549b(){const _0x46bcd8=['265648tTZhYB','487402mGncWY','7695630WxUDiJ','113443gFyUeu','cookie','410KqRlbG','2975880lpHqpy','9AhycAQ','1158941JGvlHT','2ybuJZL','344nemOma','25685BsaieV','.lovrabet'];a5_0x549b=function(){return _0x46bcd8;};return a5_0x549b();}import{homedir}from'node:os';import{join}from'node:path';export const configDir=join(homedir(),a5_0xc4be04(0x1a9));export const cookieFile=join(configDir,a5_0xc4be04(0x1ae));mkdirSync(configDir,{'recursive':!![]});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getCookie(): string;
|
package/lib/auth/get-cookie.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a6_0x27a7(_0x17b0f2,_0x771160){_0x17b0f2=_0x17b0f2-0x78;var _0x277270=a6_0x2772();var _0x27a7dc=_0x277270[_0x17b0f2];return _0x27a7dc;}(function(_0x4267ad,_0x560347){var _0x10fad4=a6_0x27a7,_0x43f24f=_0x4267ad();while(!![]){try{var _0x2cbcc3=-parseInt(_0x10fad4(0x7e))/0x1*(-parseInt(_0x10fad4(0x78))/0x2)+-parseInt(_0x10fad4(0x81))/0x3+parseInt(_0x10fad4(0x7f))/0x4*(parseInt(_0x10fad4(0x79))/0x5)+-parseInt(_0x10fad4(0x7c))/0x6+parseInt(_0x10fad4(0x7a))/0x7+parseInt(_0x10fad4(0x7b))/0x8+-parseInt(_0x10fad4(0x7d))/0x9;if(_0x2cbcc3===_0x560347)break;else _0x43f24f['push'](_0x43f24f['shift']());}catch(_0x4b2a61){_0x43f24f['push'](_0x43f24f['shift']());}}}(a6_0x2772,0xe9def));import{readFileSync}from'node:fs';import{cookieFile}from'../auth/constant.js';function a6_0x2772(){var _0x4eb273=['4471770hpZbRu','267412OQvUhD','2907235eewqFO','4711651JsTbCx','6045960mFzRsC','1819350yEmLuG','8606277OAyQDb','4wydyoI','12VGaohf','utf-8'];a6_0x2772=function(){return _0x4eb273;};return a6_0x2772();}export function getCookie(){var _0x12b27e=a6_0x27a7;try{return readFileSync(cookieFile,_0x12b27e(0x80));}catch{}return'';}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/** GET /api/auth/get-session 返回的 tenant 片段 */
|
|
2
|
+
export type AuthTenantInfo = {
|
|
3
|
+
id: number;
|
|
4
|
+
tenant_code: string;
|
|
5
|
+
dept_code: string | null;
|
|
6
|
+
user_id: number;
|
|
7
|
+
status: string;
|
|
8
|
+
user_type: string;
|
|
9
|
+
username: string;
|
|
10
|
+
create_time: string;
|
|
11
|
+
update_time: string;
|
|
12
|
+
};
|
|
13
|
+
/** GET /api/auth/get-session 返回的 user 片段 */
|
|
14
|
+
export type AuthUserPayload = {
|
|
15
|
+
name: string;
|
|
16
|
+
email: string;
|
|
17
|
+
emailVerified: boolean;
|
|
18
|
+
image: string | null;
|
|
19
|
+
createdAt: string;
|
|
20
|
+
updatedAt: string;
|
|
21
|
+
mobile: string;
|
|
22
|
+
mobileVerified: boolean;
|
|
23
|
+
countryCode: string;
|
|
24
|
+
username: string;
|
|
25
|
+
displayUsername: string;
|
|
26
|
+
role: string;
|
|
27
|
+
nickname: string;
|
|
28
|
+
user_type: string;
|
|
29
|
+
id: string;
|
|
30
|
+
tenant?: AuthTenantInfo;
|
|
31
|
+
};
|
|
32
|
+
/** GET /api/auth/get-session 返回的 session 片段 */
|
|
33
|
+
export type AuthSessionPayload = {
|
|
34
|
+
ipAddress: string;
|
|
35
|
+
userAgent: string;
|
|
36
|
+
expiresAt: string;
|
|
37
|
+
userId: string;
|
|
38
|
+
token: string;
|
|
39
|
+
createdAt: string;
|
|
40
|
+
updatedAt: string;
|
|
41
|
+
};
|
|
42
|
+
/** GET /api/auth/get-session 完整响应体 */
|
|
43
|
+
export type AuthSessionUserResponse = {
|
|
44
|
+
session: AuthSessionPayload;
|
|
45
|
+
user: AuthUserPayload;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 使用本地 Cookie 请求 `GET /api/auth/get-session`,返回当前登录用户与会话信息。
|
|
49
|
+
* 未登录、无 Cookie、请求失败或会话无效时返回 `null`。
|
|
50
|
+
*/
|
|
51
|
+
export declare function getSessionUserInfo(): Promise<AuthSessionUserResponse | null>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2a15cb,_0x2ac674){const _0x30b725=a7_0x1ee0,_0x5289ed=_0x2a15cb();while(!![]){try{const _0x4fa2a9=parseInt(_0x30b725(0x139))/0x1*(parseInt(_0x30b725(0x13c))/0x2)+-parseInt(_0x30b725(0x137))/0x3+-parseInt(_0x30b725(0x134))/0x4+-parseInt(_0x30b725(0x13b))/0x5*(-parseInt(_0x30b725(0x13a))/0x6)+parseInt(_0x30b725(0x132))/0x7+-parseInt(_0x30b725(0x135))/0x8+parseInt(_0x30b725(0x136))/0x9;if(_0x4fa2a9===_0x2ac674)break;else _0x5289ed['push'](_0x5289ed['shift']());}catch(_0x350f2c){_0x5289ed['push'](_0x5289ed['shift']());}}}(a7_0x5f3b,0xbab0a));function a7_0x5f3b(){const _0x517b05=['699vpLseF','6hSdvhl','1158905wImaiQ','514hKDynY','/api/auth/get-session','6663153tKkmhZ','user','1313208JuJCJO','5944080IgiTdN','17757477NohgEK','4501086qqIpXZ','utf-8'];a7_0x5f3b=function(){return _0x517b05;};return a7_0x5f3b();}import{existsSync,readFileSync}from'node:fs';function a7_0x1ee0(_0x1ff712,_0x112c0b){_0x1ff712=_0x1ff712-0x131;const _0x5f3bf4=a7_0x5f3b();let _0x1ee090=_0x5f3bf4[_0x1ff712];return _0x1ee090;}import{getUserDomain}from'../constant/domain.js';import{cookieFile}from'../auth/constant.js';export async function getSessionUserInfo(){const _0x57f95c=a7_0x1ee0;try{if(!existsSync(cookieFile))return null;const _0x205abd=readFileSync(cookieFile,_0x57f95c(0x138)),_0x1621a7=await fetch(getUserDomain()+_0x57f95c(0x131),{'headers':{'cookie':_0x205abd}});if(!_0x1621a7['ok'])return null;const _0x1a1dbe=await _0x1621a7['json']();if(!_0x1a1dbe['session']||!_0x1a1dbe[_0x57f95c(0x133)])return null;return _0x1a1dbe;}catch{return null;}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getIsSessionValid(): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a8_0x1af0(_0x1af3a0,_0x30aeac){_0x1af3a0=_0x1af3a0-0xff;const _0x1e125e=a8_0x1e12();let _0x1af0c7=_0x1e125e[_0x1af3a0];return _0x1af0c7;}(function(_0x505caa,_0x49c5a9){const _0x565737=a8_0x1af0,_0x146176=_0x505caa();while(!![]){try{const _0x13e320=-parseInt(_0x565737(0xff))/0x1*(-parseInt(_0x565737(0x10a))/0x2)+parseInt(_0x565737(0x103))/0x3+-parseInt(_0x565737(0x101))/0x4+parseInt(_0x565737(0x10d))/0x5+-parseInt(_0x565737(0x108))/0x6+parseInt(_0x565737(0x104))/0x7*(parseInt(_0x565737(0x109))/0x8)+parseInt(_0x565737(0x106))/0x9*(-parseInt(_0x565737(0x107))/0xa);if(_0x13e320===_0x49c5a9)break;else _0x146176['push'](_0x146176['shift']());}catch(_0x1a5d74){_0x146176['push'](_0x146176['shift']());}}}(a8_0x1e12,0x3cf23));import{existsSync,readFileSync}from'node:fs';import{getUserDomain}from'../constant/domain.js';function a8_0x1e12(){const _0xaf0af9=['2TAkAgS','then','utf-8','2421180WwAHQo','369469NKuWtP','json','1008812cWEElR','user','743589ZHQdzf','581dRvoQA','/api/auth/get-session','241866EfvSSF','220xuHlGh','1790526ENkxKQ','27944DfBUAw'];a8_0x1e12=function(){return _0xaf0af9;};return a8_0x1e12();}import{cookieFile}from'../auth/constant.js';export async function getIsSessionValid(){const _0x388e9f=a8_0x1af0;try{if(!existsSync(cookieFile))return![];const _0xe256d7=readFileSync(cookieFile,_0x388e9f(0x10c)),_0x5db4df=await fetch(getUserDomain()+_0x388e9f(0x105),{'headers':{'cookie':_0xe256d7}})[_0x388e9f(0x10b)](_0xcb9158=>_0xcb9158[_0x388e9f(0x100)]());return _0x5db4df&&_0x5db4df['session']&&_0x5db4df[_0x388e9f(0x102)];}catch{}return![];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a9_0x2351(_0x1b6560,_0x3842e8){_0x1b6560=_0x1b6560-0xf3;const _0x3b7939=a9_0x3b79();let _0x235138=_0x3b7939[_0x1b6560];return _0x235138;}(function(_0x40c8e0,_0x197840){const _0x3e5fdc=a9_0x2351,_0x3bc074=_0x40c8e0();while(!![]){try{const _0x3dd62d=parseInt(_0x3e5fdc(0xf4))/0x1+parseInt(_0x3e5fdc(0xf6))/0x2*(-parseInt(_0x3e5fdc(0xfc))/0x3)+parseInt(_0x3e5fdc(0xfe))/0x4*(-parseInt(_0x3e5fdc(0xfd))/0x5)+-parseInt(_0x3e5fdc(0xff))/0x6+-parseInt(_0x3e5fdc(0xf8))/0x7*(-parseInt(_0x3e5fdc(0xf5))/0x8)+-parseInt(_0x3e5fdc(0xf3))/0x9*(parseInt(_0x3e5fdc(0xfb))/0xa)+-parseInt(_0x3e5fdc(0xf9))/0xb*(-parseInt(_0x3e5fdc(0xf7))/0xc);if(_0x3dd62d===_0x197840)break;else _0x3bc074['push'](_0x3bc074['shift']());}catch(_0xac7ff7){_0x3bc074['push'](_0x3bc074['shift']());}}}(a9_0x3b79,0x63a22));function a9_0x3b79(){const _0x3cb930=['7525QrbABD','43615dOifBy','<!doctype\x20html>\x0a<html\x20lang=\x22en\x22>\x0a<head>\x0a\x20\x20<meta\x20charset=\x22utf-8\x22>\x0a\x20\x20<meta\x20name=\x22viewport\x22\x20content=\x22width=device-width,\x20initial-scale=1\x22>\x0a\x20\x20<title>Login\x20successful\x20·\x20Rabetbase\x20CLI</title>\x0a\x20\x20<style>\x0a\x20\x20\x20\x20:root\x20{\x0a\x20\x20\x20\x20\x20\x20--bg0:\x20#0f1419;\x0a\x20\x20\x20\x20\x20\x20--bg1:\x20#1a2332;\x0a\x20\x20\x20\x20\x20\x20--card:\x20#ffffff;\x0a\x20\x20\x20\x20\x20\x20--text:\x20#1c2128;\x0a\x20\x20\x20\x20\x20\x20--muted:\x20#5c6570;\x0a\x20\x20\x20\x20\x20\x20--accent:\x20#2563eb;\x0a\x20\x20\x20\x20\x20\x20--accent-soft:\x20#eff6ff;\x0a\x20\x20\x20\x20\x20\x20--success:\x20#059669;\x0a\x20\x20\x20\x20\x20\x20--radius:\x2016px;\x0a\x20\x20\x20\x20\x20\x20--shadow:\x200\x2025px\x2050px\x20-12px\x20rgba(15,\x2020,\x2025,\x200.35);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20*\x20{\x20box-sizing:\x20border-box;\x20}\x0a\x20\x20\x20\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20min-height:\x20100vh;\x0a\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20\x20\x20padding:\x2024px;\x0a\x20\x20\x20\x20\x20\x20font-family:\x20ui-sans-serif,\x20system-ui,\x20-apple-system,\x20\x22Segoe\x20UI\x22,\x20Roboto,\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x22Helvetica\x20Neue\x22,\x20Arial,\x20\x22Noto\x20Sans\x22,\x20\x22PingFang\x20SC\x22,\x20\x22Microsoft\x20YaHei\x22,\x20sans-serif;\x0a\x20\x20\x20\x20\x20\x20background:\x20linear-gradient(160deg,\x20var(--bg0)\x200%,\x20var(--bg1)\x2045%,\x20#243047\x20100%);\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--text);\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.card\x20{\x0a\x20\x20\x20\x20\x20\x20width:\x20100%;\x0a\x20\x20\x20\x20\x20\x20max-width:\x20420px;\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--card);\x0a\x20\x20\x20\x20\x20\x20border-radius:\x20var(--radius);\x0a\x20\x20\x20\x20\x20\x20box-shadow:\x20var(--shadow);\x0a\x20\x20\x20\x20\x20\x20padding:\x2040px\x2036px\x2032px;\x0a\x20\x20\x20\x20\x20\x20text-align:\x20center;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.icon\x20{\x0a\x20\x20\x20\x20\x20\x20width:\x2064px;\x0a\x20\x20\x20\x20\x20\x20height:\x2064px;\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x20auto\x2020px;\x0a\x20\x20\x20\x20\x20\x20border-radius:\x2050%;\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--accent-soft);\x0a\x20\x20\x20\x20\x20\x20display:\x20flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20justify-content:\x20center;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.icon\x20svg\x20{\x20width:\x2036px;\x20height:\x2036px;\x20}\x0a\x20\x20\x20\x20h1\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x200\x2012px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x201.375rem;\x0a\x20\x20\x20\x20\x20\x20font-weight:\x20600;\x0a\x20\x20\x20\x20\x20\x20letter-spacing:\x20-0.02em;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20p.lead\x20{\x0a\x20\x20\x20\x20\x20\x20margin:\x200\x200\x208px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.9375rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--muted);\x0a\x20\x20\x20\x20\x20\x20line-height:\x201.55;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.countdown\x20{\x0a\x20\x20\x20\x20\x20\x20display:\x20inline-flex;\x0a\x20\x20\x20\x20\x20\x20align-items:\x20center;\x0a\x20\x20\x20\x20\x20\x20gap:\x206px;\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2016px;\x0a\x20\x20\x20\x20\x20\x20padding:\x208px\x2014px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.875rem;\x0a\x20\x20\x20\x20\x20\x20font-variant-numeric:\x20tabular-nums;\x0a\x20\x20\x20\x20\x20\x20color:\x20var(--accent);\x0a\x20\x20\x20\x20\x20\x20background:\x20var(--accent-soft);\x0a\x20\x20\x20\x20\x20\x20border-radius:\x20999px;\x0a\x20\x20\x20\x20\x20\x20font-weight:\x20500;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20#manualMsg\x20{\x0a\x20\x20\x20\x20\x20\x20display:\x20none;\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2020px;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.8125rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20#b91c1c;\x0a\x20\x20\x20\x20\x20\x20line-height:\x201.45;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20.cli-hint\x20{\x0a\x20\x20\x20\x20\x20\x20margin-top:\x2028px;\x0a\x20\x20\x20\x20\x20\x20padding-top:\x2024px;\x0a\x20\x20\x20\x20\x20\x20border-top:\x201px\x20solid\x20#e8ecf0;\x0a\x20\x20\x20\x20\x20\x20font-size:\x200.75rem;\x0a\x20\x20\x20\x20\x20\x20color:\x20#8b949e;\x0a\x20\x20\x20\x20}\x0a\x20\x20</style>\x0a</head>\x0a<body>\x0a\x20\x20<div\x20class=\x22card\x22\x20role=\x22status\x22\x20aria-live=\x22polite\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22icon\x22\x20aria-hidden=\x22true\x22>\x0a\x20\x20\x20\x20\x20\x20<svg\x20viewBox=\x220\x200\x2024\x2024\x22\x20fill=\x22none\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<circle\x20cx=\x2212\x22\x20cy=\x2212\x22\x20r=\x2210\x22\x20stroke=\x22#059669\x22\x20stroke-width=\x222\x22\x20fill=\x22none\x22/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<path\x20d=\x22M8\x2012.5l2.5\x202.5L16\x209\x22\x20stroke=\x22#059669\x22\x20stroke-width=\x222\x22\x20stroke-linecap=\x22round\x22\x20stroke-linejoin=\x22round\x22/>\x0a\x20\x20\x20\x20\x20\x20</svg>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<h1>Login\x20successful</h1>\x0a\x20\x20\x20\x20<p\x20class=\x22lead\x22>You\x20can\x20return\x20to\x20the\x20terminal\x20to\x20continue.\x20This\x20window\x20will\x20try\x20to\x20close\x20automatically.</p>\x0a\x20\x20\x20\x20<div\x20class=\x22countdown\x22>\x0a\x20\x20\x20\x20\x20\x20Closing\x20in\x20<span\x20id=\x22t\x22>5</span>s\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20id=\x22manualMsg\x22>','10Cubxin','45EFqSAY','15lthgwC','44628rRxokj','1123956SDSvlC','6600897yzYPdg','33273BRUSCx','776OuqGlv','107902UjMQxr','6156CBeFUb'];a9_0x3b79=function(){return _0x3cb930;};return a9_0x3b79();}export function buildLoginSuccessHtml(){const _0x4973df=a9_0x2351,_0x152a9c='Unable\x20to\x20close\x20automatically.\x20Please\x20close\x20this\x20tab\x20or\x20window\x20manually.';return _0x4973df(0xfa)+_0x152a9c+'</div>\x0a\x20\x20\x20\x20<p\x20class=\x22cli-hint\x22>Rabetbase\x20CLI\x20·\x20session\x20saved\x20locally</p>\x0a\x20\x20</div>\x0a\x20\x20<script>\x0a\x20\x20(function(){\x0a\x20\x20\x20\x20var\x20t\x20=\x205;\x0a\x20\x20\x20\x20var\x20el\x20=\x20document.getElementById(\x27t\x27);\x0a\x20\x20\x20\x20var\x20manual\x20=\x20document.getElementById(\x27manualMsg\x27);\x0a\x20\x20\x20\x20var\x20id\x20=\x20setInterval(function(){\x0a\x20\x20\x20\x20\x20\x20t--;\x0a\x20\x20\x20\x20\x20\x20if\x20(t\x20<=\x200)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20clearInterval(id);\x0a\x20\x20\x20\x20\x20\x20\x20\x20el.textContent\x20=\x20\x270\x27;\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x20window.close();\x20}\x20catch(e)\x20{}\x0a\x20\x20\x20\x20\x20\x20\x20\x20setTimeout(function(){\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(!window.closed)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20manual.style.display\x20=\x20\x27block\x27;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20},\x20300);\x0a\x20\x20\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20el.textContent\x20=\x20String(t);\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20},\x201000);\x0a\x20\x20})();\x0a\x20\x20</script>\x0a</body>\x0a</html>';}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function logout(): void;
|
package/lib/auth/logout.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a10_0x545d(_0x29cdcb,_0x3db1f3){_0x29cdcb=_0x29cdcb-0x1c9;var _0x2d2c7c=a10_0x2d2c();var _0x545d9c=_0x2d2c7c[_0x29cdcb];return _0x545d9c;}function a10_0x2d2c(){var _0x5b4b7b=['2730424AnjWgK','907068BcCoVE','2024604PcKolw','!\x20Not\x20logged\x20in','277SJqBLM','1874YEfqka','log','1620789mhWzhh','1441111kqKdQD','2543720SEpiyq','18CuieqR'];a10_0x2d2c=function(){return _0x5b4b7b;};return a10_0x2d2c();}(function(_0xd05520,_0x58a4a2){var _0x223a20=a10_0x545d,_0x195b70=_0xd05520();while(!![]){try{var _0x539e7d=parseInt(_0x223a20(0x1c9))/0x1*(-parseInt(_0x223a20(0x1ca))/0x2)+parseInt(_0x223a20(0x1cc))/0x3+-parseInt(_0x223a20(0x1d1))/0x4+parseInt(_0x223a20(0x1ce))/0x5+parseInt(_0x223a20(0x1d2))/0x6+parseInt(_0x223a20(0x1cd))/0x7+-parseInt(_0x223a20(0x1d0))/0x8*(parseInt(_0x223a20(0x1cf))/0x9);if(_0x539e7d===_0x58a4a2)break;else _0x195b70['push'](_0x195b70['shift']());}catch(_0x201b24){_0x195b70['push'](_0x195b70['shift']());}}}(a10_0x2d2c,0x675e0));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../auth/constant.js';export function logout(){var _0x1212fe=a10_0x545d;existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x1212fe(0x1cb)]('✓\x20Logged\x20out')):console[_0x1212fe(0x1cb)](_0x1212fe(0x1d3));}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 动态 flags TypeScript 声明
|
|
3
|
+
*
|
|
4
|
+
* 源文件:lovrabet-skill/sidecar/flags.json(手动同步)
|
|
5
|
+
* 新增 flag:先在 lovrabet-skill/sidecar/flags.json 添加,再手动更新此文件。
|
|
6
|
+
*/
|
|
7
|
+
export declare const dynamicCliFlags: {
|
|
8
|
+
readonly enableBffSave: {
|
|
9
|
+
readonly type: "boolean";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type DynamicCliFlags = typeof dynamicCliFlags;
|
package/lib/cli-flags.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a11_0xd46a(_0x2009ce,_0x550c92){_0x2009ce=_0x2009ce-0x8e;const _0x6df707=a11_0x6df7();let _0xd46aaa=_0x6df707[_0x2009ce];return _0xd46aaa;}const a11_0x2ceca9=a11_0xd46a;function a11_0x6df7(){const _0x4a809a=['2573065uWkhtL','9RTetSt','6425006BKjdtX','4120494OfJgVE','2nUIpVb','1191153OlpmYl','boolean','875597yZBfgr','2372230nKvYth','1428856iEbKfU','8vLEalr'];a11_0x6df7=function(){return _0x4a809a;};return a11_0x6df7();}(function(_0x498089,_0x174f97){const _0x457ebf=a11_0xd46a,_0x3d85c7=_0x498089();while(!![]){try{const _0x5ea928=parseInt(_0x457ebf(0x90))/0x1+-parseInt(_0x457ebf(0x98))/0x2*(parseInt(_0x457ebf(0x8e))/0x3)+parseInt(_0x457ebf(0x92))/0x4+parseInt(_0x457ebf(0x94))/0x5+parseInt(_0x457ebf(0x97))/0x6+parseInt(_0x457ebf(0x96))/0x7*(-parseInt(_0x457ebf(0x93))/0x8)+-parseInt(_0x457ebf(0x95))/0x9*(parseInt(_0x457ebf(0x91))/0xa);if(_0x5ea928===_0x174f97)break;else _0x3d85c7['push'](_0x3d85c7['shift']());}catch(_0x197774){_0x3d85c7['push'](_0x3d85c7['shift']());}}}(a11_0x6df7,0xd7579));export const dynamicCliFlags={'enableBffSave':{'type':a11_0x2ceca9(0x8f)}};
|
package/lib/cli.d.ts
ADDED
package/lib/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const
|
|
2
|
+
const a12_0x25dc69=a12_0x1d18;(function(_0x4963dd,_0x42d7df){const _0xd696c5=a12_0x1d18,_0x5a96da=_0x4963dd();while(!![]){try{const _0x4cc500=parseInt(_0xd696c5(0xe8))/0x1*(parseInt(_0xd696c5(0xef))/0x2)+parseInt(_0xd696c5(0xe0))/0x3+parseInt(_0xd696c5(0xda))/0x4*(parseInt(_0xd696c5(0xdb))/0x5)+parseInt(_0xd696c5(0xf3))/0x6+parseInt(_0xd696c5(0xe6))/0x7+parseInt(_0xd696c5(0xde))/0x8*(-parseInt(_0xd696c5(0xf5))/0x9)+-parseInt(_0xd696c5(0xf0))/0xa*(parseInt(_0xd696c5(0xdf))/0xb);if(_0x4cc500===_0x42d7df)break;else _0x5a96da['push'](_0x5a96da['shift']());}catch(_0x36450c){_0x5a96da['push'](_0x5a96da['shift']());}}}(a12_0x6846,0x5ca5f));function a12_0x6846(){const _0x2e0d33=['help','cancelled','stderr','136284saZMFl','15chEVzN','ExitPromptError','message','32azvJFA','9085131oOBTWA','631845Dxwtlx','code','error','flags','command','wildcardDef','5233795HXMlik','string','7846LxhRUo','risk','hint','def','log','slice','input','84LHlqwi','10nDrmKb','write','validation','656706KthcSG','unknownCommand','661698OTQghm','Error:\x20','exitCode','now','defaultCommand','service','./context.js','Unexpected\x20error:','dynamicCliFlags','name','unknown_service'];a12_0x6846=function(){return _0x2e0d33;};return a12_0x6846();}function a12_0x1d18(_0x4c1ba4,_0x2d0150){_0x4c1ba4=_0x4c1ba4-0xd0;const _0x684683=a12_0x6846();let _0x1d1819=_0x684683[_0x4c1ba4];return _0x1d1819;}import a12_0x936fa0 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';let dynamicCliFlags=null;try{dynamicCliFlags=(await import('./cli-flags.js'))[a12_0x25dc69(0xd4)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION,cli=a12_0x936fa0(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run();async function run(){const _0x26aef1=a12_0x25dc69;let _0x51ec6d=cli[_0x26aef1(0xee)][0x0],_0x37f331=cli[_0x26aef1(0xee)][0x1];const _0x23ac29=cli[_0x26aef1(0xe3)];if(!_0x51ec6d){await reportCliHelpTrace('global'),showHelp();return;}const _0x41e8f5=resolveRemovedCommand(_0x51ec6d,_0x37f331);_0x41e8f5&&await handleErrorAsync(CliErrors[_0x26aef1(0xf2)](_0x41e8f5[_0x26aef1(0xdd)],_0x41e8f5[_0x26aef1(0xea)]));if(!isKnownService(_0x51ec6d)){await reportCliHelpTrace(_0x26aef1(0xd6),{'service':_0x51ec6d}),showHelp();return;}const _0x39b131=getServiceEntry(_0x51ec6d),{buildConfigFromFlags:_0x4dfbe9,initGlobalEnvironment:_0x2b09ed}=await import(_0x26aef1(0xd2)),_0xb0f639=_0x4dfbe9(_0x23ac29);await _0x2b09ed(_0xb0f639);if(!_0x37f331){if(_0x23ac29[_0x26aef1(0xd7)]){printServiceHelp(_0x51ec6d);return;}if(_0x39b131['defaultCommand'])_0x37f331=_0x39b131[_0x26aef1(0xd0)];else{if(_0x39b131[_0x26aef1(0xe5)]){await dispatchDeclarative(_0x39b131[_0x26aef1(0xe5)],_0x51ec6d,'',[],_0x23ac29,_0xb0f639);return;}else{printServiceHelp(_0x51ec6d);return;}}}{let _0x4e68ef=findDefinition(_0x51ec6d,_0x37f331),_0x55d51b=cli[_0x26aef1(0xee)][_0x26aef1(0xed)](0x2);if(!_0x4e68ef){if(_0x39b131[_0x26aef1(0xe5)]){if(_0x23ac29[_0x26aef1(0xd7)]){console[_0x26aef1(0xec)](generateCommandHelp(_0x39b131['wildcardDef']));return;}_0x4e68ef=_0x39b131[_0x26aef1(0xe5)],_0x55d51b=[_0x37f331,...cli[_0x26aef1(0xee)][_0x26aef1(0xed)](0x2)];}else{printServiceHelp(_0x51ec6d),await handleErrorAsync(CliErrors[_0x26aef1(0xf4)](_0x51ec6d+'\x20'+_0x37f331));return;}}if(_0x23ac29[_0x26aef1(0xd7)]){console[_0x26aef1(0xec)](generateCommandHelp(_0x4e68ef));return;}await dispatchDeclarative(_0x4e68ef,_0x51ec6d,_0x37f331,_0x55d51b,_0x23ac29,_0xb0f639);}}async function dispatchDeclarative(_0x2d905e,_0x57bd07,_0x70c9d2,_0x4e26ae,_0x3250fc,_0x346f52){const _0x50406d=a12_0x25dc69,_0x49c7c9=Date[_0x50406d(0xf8)]();let _0x5d0da1;try{await runCommand(_0x2d905e,createPipelineEnv(_0x346f52,_0x3250fc,_0x4e26ae));}catch(_0x414735){_0x5d0da1=_0x414735;}await reportCommandTrace({'service':_0x57bd07,'command':_0x70c9d2,'flags':_0x3250fc,'durationMs':Date[_0x50406d(0xf8)]()-_0x49c7c9,'error':_0x5d0da1}),_0x5d0da1&&await handleErrorAsync(_0x5d0da1,{'service':_0x57bd07,'command':_0x70c9d2,'def':_0x2d905e,'flags':_0x3250fc,'defaultFormat':_0x346f52['format']});}function printServiceHelp(_0x5f51cf){const _0x27602c=a12_0x25dc69;console[_0x27602c(0xec)](generateServiceHelp(_0x5f51cf));}async function handleErrorAsync(_0x5bba70,_0x47af3e){const _0x5100db=a12_0x25dc69;if(_0x5bba70 instanceof Error&&_0x5bba70[_0x5100db(0xd5)]===_0x5100db(0xdc))return process[_0x5100db(0xd9)]['write']('\x0aCancelled.\x0a'),await exitWithOtelShutdown(0x0);if(_0x5bba70 instanceof CliError){if(_0x5bba70[_0x5100db(0xe1)]===_0x5100db(0xd8))return process['stderr'][_0x5100db(0xf1)]('\x0a'+_0x5bba70[_0x5100db(0xdd)]+'\x0a'),await exitWithOtelShutdown(0x0);let _0x4ce148=![];_0x47af3e&&usesStructuredErrorOutput(_0x47af3e['def'])&&(_0x4ce148=formatCliError(_0x5bba70,{'command':CLI_BIN_NAME+'\x20'+_0x47af3e[_0x5100db(0xeb)][_0x5100db(0xd1)]+'\x20'+_0x47af3e[_0x5100db(0xeb)][_0x5100db(0xe4)],'risk':_0x47af3e[_0x5100db(0xeb)][_0x5100db(0xe9)],'format':resolveErrorOutputFormat(_0x47af3e),'jqFilter':typeof _0x47af3e[_0x5100db(0xe3)]?.['jq']===_0x5100db(0xe7)?_0x47af3e[_0x5100db(0xe3)]['jq']:undefined}));if(!_0x4ce148){console['error'](_0x5100db(0xf6)+_0x5bba70[_0x5100db(0xdd)]);if(_0x5bba70[_0x5100db(0xea)])console[_0x5100db(0xe2)]('Hint:\x20'+_0x5bba70['hint']);if(_0x47af3e)printIssueReportNudgeForError(_0x5bba70,_0x47af3e);}return await exitWithOtelShutdown(_0x5bba70[_0x5100db(0xf7)]);}console[_0x5100db(0xe2)](_0x5100db(0xd3),_0x5bba70);if(_0x47af3e)printIssueReportNudgeForError(_0x5bba70,_0x47af3e);return await exitWithOtelShutdown(0x1);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a13_0x919ede=a13_0x36e8;function a13_0x389d(){const _0x34d82e=['filter','5FvWRnp','parse','params','str','1837270UHLKqm','\x1b[0m','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','--datasetcode\x20cannot\x20be\x20empty.','150636BXJSsO','\x20dataset(s)\x1b[0m','!\x20No\x20datasets\x20found.','output','validation','message','string','must\x20be\x20a\x20JSON\x20object','12UxQjgM','Doc\x20generation:\x20','8vsluPa','374Jobrjp','):\x20','559600smeFKP','49004gRejsT','✓\x20Generated\x20','cookie','...','join','generate','27DzFQki','./docs','stdout','\x20failed','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','\x0d\x20\x20[','\x20dataset(s)','\x20doc(s)\x20in\x20','61556LeBAAM','datasetCode','1561203nZKuaj','563717afKeqC','\x20file(s)','length','trim','appCode','Doc\x20generation\x20complete:\x20','write','start','Failed\x20to\x20fetch\x20datasets','datasetName','read','fail','map','has','.md','api'];a13_0x389d=function(){return _0x34d82e;};return a13_0x389d();}(function(_0x202c38,_0xa46e67){const _0x28f04c=a13_0x36e8,_0x318431=_0x202c38();while(!![]){try{const _0x3afccc=-parseInt(_0x28f04c(0x1ec))/0x1*(-parseInt(_0x28f04c(0x204))/0x2)+-parseInt(_0x28f04c(0x20a))/0x3*(parseInt(_0x28f04c(0x212))/0x4)+-parseInt(_0x28f04c(0x203))/0x5*(parseInt(_0x28f04c(0x1fe))/0x6)+-parseInt(_0x28f04c(0x215))/0x7*(parseInt(_0x28f04c(0x200))/0x8)+-parseInt(_0x28f04c(0x214))/0x9+parseInt(_0x28f04c(0x1f0))/0xa+parseInt(_0x28f04c(0x201))/0xb*(parseInt(_0x28f04c(0x1f6))/0xc);if(_0x3afccc===_0xa46e67)break;else _0x318431['push'](_0x318431['shift']());}catch(_0x3a53ac){_0x318431['push'](_0x318431['shift']());}}}(a13_0x389d,0x1c7dc));import a13_0x2846d0 from'ora';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';function a13_0x36e8(_0x5b1c17,_0x597d79){_0x5b1c17=_0x5b1c17-0x1e1;const _0x389d58=a13_0x389d();let _0x36e800=_0x389d58[_0x5b1c17];return _0x36e800;}export const apiGenerate={'service':a13_0x919ede(0x1ea),'command':a13_0x919ede(0x209),'description':'Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','risk':a13_0x919ede(0x1e5),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a13_0x919ede(0x1f9),'type':a13_0x919ede(0x1fc),'description':'Output\x20directory\x20(default:\x20./docs)'},{'name':'datasetcode','type':'string','description':a13_0x919ede(0x1f4)},{'name':'params','type':a13_0x919ede(0x1fc),'description':a13_0x919ede(0x1f2)}],async 'execute'(_0x981d97){const _0xd76add=a13_0x919ede,_0x27ae97=_0x981d97[_0xd76add(0x1ef)](_0xd76add(0x1f9))||_0xd76add(0x20b),_0x334147=_0x981d97[_0xd76add(0x1ef)]('datasetcode'),_0x2e7b2c=_0x981d97['str'](_0xd76add(0x1ee));let _0x4aff10;if(_0x2e7b2c)try{_0x4aff10=JSON[_0xd76add(0x1ed)](_0x2e7b2c);if(typeof _0x4aff10!=='object'||_0x4aff10===null||Array['isArray'](_0x4aff10))throw new Error(_0xd76add(0x1fd));}catch(_0x18558f){throw CliErrors['validation']('Invalid\x20--params:\x20'+(_0x18558f instanceof Error?_0x18558f[_0xd76add(0x1fb)]:String(_0x18558f)),_0xd76add(0x1f3));}let _0x5d3553;if(_0x334147){const _0x11996d=_0x334147['split'](',')[_0xd76add(0x1e7)](_0x38fd49=>_0x38fd49[_0xd76add(0x218)]())[_0xd76add(0x1eb)](_0x1620cd=>_0x1620cd[_0xd76add(0x217)]>0x0);if(_0x11996d[_0xd76add(0x217)]===0x0)throw CliErrors[_0xd76add(0x1fa)](_0xd76add(0x1f5));_0x5d3553=new Set(_0x11996d),writeCliSideChannelLine('\x1b[90m*\x20Generating\x20docs\x20for:\x20'+_0x11996d[_0xd76add(0x208)](',\x20')+_0xd76add(0x1f1));}const _0x360a4e=a13_0x2846d0('Fetching\x20dataset\x20list\x20for\x20'+_0x981d97[_0xd76add(0x219)]+_0xd76add(0x207))[_0xd76add(0x1e2)]();let _0x1eaf04;try{({configArray:_0x1eaf04}=await fetchModelList(_0x981d97[_0xd76add(0x219)],_0x981d97[_0xd76add(0x206)]),_0x360a4e['succeed']('Fetched\x20'+_0x1eaf04[_0xd76add(0x217)]+_0xd76add(0x210)));}catch(_0x1a8e95){_0x360a4e[_0xd76add(0x1e6)](_0xd76add(0x1e3));throw _0x1a8e95;}if(_0x1eaf04['length']===0x0)return writeCliSideChannelLine(_0xd76add(0x1f8)),{'ok':!![]};let _0x5cdebc=_0x1eaf04;if(_0x5d3553){_0x5cdebc=_0x1eaf04[_0xd76add(0x1eb)](_0x591e47=>_0x5d3553[_0xd76add(0x1e8)](_0x591e47[_0xd76add(0x213)]));const _0x48e4c9=[..._0x5d3553][_0xd76add(0x1eb)](_0x11dd8a=>!_0x1eaf04['some'](_0x83a911=>_0x83a911[_0xd76add(0x213)]===_0x11dd8a));_0x48e4c9[_0xd76add(0x217)]>0x0&&writeCliSideChannelLine('\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20'+_0x48e4c9[_0xd76add(0x208)](',\x20')+'\x1b[0m');if(_0x5cdebc[_0xd76add(0x217)]===0x0)throw CliErrors[_0xd76add(0x1fa)](_0xd76add(0x20e)+[..._0x5d3553][_0xd76add(0x208)](',\x20'));writeCliSideChannelLine('\x1b[90m*\x20Filtered\x20'+_0x5cdebc[_0xd76add(0x217)]+'\x20of\x20'+_0x1eaf04['length']+_0xd76add(0x1f7));}let _0x1f40b7=0x0;const _0x57b228=await generateDatasetDocs(_0x5cdebc,_0x981d97['appCode'],_0x981d97[_0xd76add(0x206)],_0x27ae97,(_0x44c1a5,_0x226485,_0x9332d4)=>{const _0x120736=_0xd76add;_0x1f40b7=_0x44c1a5,process['stdout'][_0x120736(0x1e1)](_0x120736(0x20f)+String(_0x44c1a5)['padStart'](String(_0x226485)[_0x120736(0x217)])+'/'+_0x226485+']\x20'+_0x9332d4+_0x120736(0x1e9));},_0x4aff10);if(_0x1f40b7>0x0)process[_0xd76add(0x20c)][_0xd76add(0x1e1)]('\x0a');const _0x11d51a=_0x57b228[_0xd76add(0x1eb)](_0x2e197f=>_0x2e197f['success'])[_0xd76add(0x217)],_0x3fb3c3=_0x57b228[_0xd76add(0x1eb)](_0x2e66ad=>!_0x2e66ad['success'])[_0xd76add(0x217)];writeCliSideChannelLine(''),writeCliSideChannelLine(_0xd76add(0x205)+_0x11d51a+_0xd76add(0x211)+_0x27ae97);if(_0x3fb3c3>0x0){writeCliSideChannelLine('!\x20'+_0x3fb3c3+'\x20doc(s)\x20failed');for(const _0x35f75b of _0x57b228['filter'](_0x179ceb=>!_0x179ceb['success'])){writeCliSideChannelLine('\x20\x20•\x20'+_0x35f75b[_0xd76add(0x1e4)]+'\x20('+_0x35f75b['datasetCode']+_0xd76add(0x202)+_0x35f75b['error']);}}return{'ok':_0x3fb3c3===0x0,'message':_0x3fb3c3>0x0?_0xd76add(0x1ff)+_0x11d51a+'\x20succeeded,\x20'+_0x3fb3c3+_0xd76add(0x20d):_0xd76add(0x21a)+_0x11d51a+_0xd76add(0x216)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3cdc35,_0x435556){const _0x4383ed=a14_0x387c,_0x42f7a0=_0x3cdc35();while(!![]){try{const _0x48a702=-parseInt(_0x4383ed(0x1b0))/0x1*(-parseInt(_0x4383ed(0x1ae))/0x2)+-parseInt(_0x4383ed(0x1ad))/0x3+-parseInt(_0x4383ed(0x1b6))/0x4+-parseInt(_0x4383ed(0x1b5))/0x5*(-parseInt(_0x4383ed(0x1b1))/0x6)+parseInt(_0x4383ed(0x1b7))/0x7+parseInt(_0x4383ed(0x1b4))/0x8*(-parseInt(_0x4383ed(0x1b2))/0x9)+-parseInt(_0x4383ed(0x1af))/0xa*(-parseInt(_0x4383ed(0x1b3))/0xb);if(_0x48a702===_0x435556)break;else _0x42f7a0['push'](_0x42f7a0['shift']());}catch(_0x2647b3){_0x42f7a0['push'](_0x42f7a0['shift']());}}}(a14_0x2f16,0xdc340));function a14_0x387c(_0x1b2b8f,_0x12669f){_0x1b2b8f=_0x1b2b8f-0x1ad;const _0x2f16a4=a14_0x2f16();let _0x387c4a=_0x2f16a4[_0x1b2b8f];return _0x387c4a;}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];function a14_0x2f16(){const _0x31f9ee=['6327902ttzpcJ','1482999kVhKau','226714wiVbGj','15090byEvIm','2ZTVqYj','2212266HcauEy','738OyYHDq','8635paJOMt','125336wbCwqJ','5sIsPhV','11988wimJQv'];a14_0x2f16=function(){return _0x31f9ee;};return a14_0x2f16();}
|