@lovrabet/rabetbase-cli 2.5.4-beta.2 โ 2.5.4-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/api-doc.js +1 -1
- package/lib/api/api-group.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/api/generate-sdk-config-file.js +1 -1
- package/lib/api/legacy-api-file.js +1 -1
- package/lib/api/model-registry-file.js +1 -1
- package/lib/api/model-registry-scaffold.js +1 -1
- package/lib/api/model-source.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/logs.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/dataset/batch-design.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/cross-relation-create.js +1 -1
- package/lib/commands/dataset/cross-relation-delete.js +1 -1
- package/lib/commands/dataset/cross-relation-list.js +1 -1
- package/lib/commands/dataset/cross-relation-shared.js +1 -1
- package/lib/commands/dataset/cross-relation-update.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-restore.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/dataset/user-deleted-field-list.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/table-diff-shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/deployment/index.js +1 -1
- package/lib/commands/deployment/sync-all.js +1 -1
- package/lib/commands/deployment/sync-jobs.js +1 -1
- package/lib/commands/deployment/sync-status.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/flow/create.js +1 -1
- package/lib/commands/flow/detail.js +1 -1
- package/lib/commands/flow/index.js +1 -1
- package/lib/commands/flow/list.js +1 -1
- package/lib/commands/flow/publish.js +1 -1
- package/lib/commands/flow/runtime-resources-shared.js +1 -1
- package/lib/commands/flow/runtime-role-list.js +1 -1
- package/lib/commands/flow/runtime-role-user-list.js +1 -1
- package/lib/commands/flow/runtime-user-search.js +1 -1
- package/lib/commands/flow/shared.js +1 -1
- package/lib/commands/flow/update.js +1 -1
- package/lib/commands/flow/validate.js +1 -1
- package/lib/commands/instant-api-policy/current.js +1 -1
- package/lib/commands/instant-api-policy/index.js +1 -1
- package/lib/commands/instant-api-policy/init.js +1 -1
- package/lib/commands/instant-api-policy/publish.js +1 -1
- package/lib/commands/instant-api-policy/pull.js +1 -1
- package/lib/commands/instant-api-policy/revision.js +1 -1
- package/lib/commands/instant-api-policy/revisions.js +1 -1
- package/lib/commands/instant-api-policy/rollback.js +1 -1
- package/lib/commands/instant-api-policy/shared.js +1 -1
- package/lib/commands/instant-api-policy/validate.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/api-architecture-upgrade.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/domain-routing-sync.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/feishu-bind.d.ts +2 -0
- package/lib/commands/user-account/feishu-bind.js +1 -0
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-domain-routing.js +1 -1
- package/lib/config/region-config.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +2 -0
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/hook-directory.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/cross-db-relation.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/flow-config.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/page/lr-smart-jsx.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/supported-flags.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
- package/skills/rabetbase/SKILL.md +3 -2
- package/skills/rabetbase/references/rabetbase-user-account.md +20 -2
- package/skills/rabetbase.manifest.json +3 -3
package/lib/api/api-doc.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x4edf06=a0_0x544b;(function(_0x2ebe02,_0x567bde){const _0x28def6=a0_0x544b,_0x2221e6=_0x2ebe02();while(!![]){try{const _0x17703d=-parseInt(_0x28def6(0x14e))/0x1*(-parseInt(_0x28def6(0x14b))/0x2)+parseInt(_0x28def6(0x160))/0x3+-parseInt(_0x28def6(0x145))/0x4*(-parseInt(_0x28def6(0x161))/0x5)+parseInt(_0x28def6(0x157))/0x6+-parseInt(_0x28def6(0x148))/0x7+-parseInt(_0x28def6(0x158))/0x8+parseInt(_0x28def6(0x14a))/0x9;if(_0x17703d===_0x567bde)break;else _0x2221e6['push'](_0x2221e6['shift']());}catch(_0x4b4014){_0x2221e6['push'](_0x2221e6['shift']());}}}(a0_0x1849,0xc35bb));function a0_0x544b(_0x57eb28,_0x49acbe){_0x57eb28=_0x57eb28-0x145;const _0x1849d7=a0_0x1849();let _0x544b35=_0x1849d7[_0x57eb28];return _0x544b35;}import{mkdirSync,writeFileSync}from'node:fs';import a0_0x3f97e5 from'node:path';import{fetchDatasetDoc}from'../core/api-client.js';import{logger}from'../utils/logger.js';function a0_0x1849(){const _0x21904f=['utf8','.md','278434uBZxZq','Failed\x20to\x20generate\x20docs:\x20','name','length','datasetCode','โ\x20Failed:\x20','Waiting\x203\x20seconds...\x0a','join','.md\x20(','1902504uypCVd','3109200DhceHV','error','api-doc','\x20datasets\x20to\x20generate\x20docs\x20for\x0a','log','tableName','./docs','โ\x20Generated:\x20','537726jUQKDB','103445giJLAQ','136TMQWgo','push',']\x20Generating:\x20','8566271nHYOMo','message','8409636PdPuyZ','2VZfTDJ'];a0_0x1849=function(){return _0x21904f;};return a0_0x1849();}export{fetchDatasetDoc}from'../core/api-client.js';function delay(_0x3d0e14){return new Promise(_0x25aa00=>setTimeout(_0x25aa00,_0x3d0e14));}export async function generateDatasetDocs(_0x6bf5a2,_0x18b9c4,_0x4bb3a6,_0x2a79df=a0_0x4edf06(0x15e),_0x395b9d,_0x14d762){const _0x158762=a0_0x4edf06;mkdirSync(_0x2a79df,{'recursive':!![]});const _0x448eef=[],_0x223f53=_0x6bf5a2[_0x158762(0x151)];console['log']('\x0a'+_0x223f53+_0x158762(0x15b));for(let _0x3c5a1f=0x0;_0x3c5a1f<_0x6bf5a2['length'];_0x3c5a1f++){const _0x595a79=_0x6bf5a2[_0x3c5a1f],_0x37e649=_0x3c5a1f+0x1,_0x41a843=_0x595a79[_0x158762(0x15d)];try{console[_0x158762(0x15c)]('['+_0x37e649+'/'+_0x223f53+_0x158762(0x147)+_0x41a843+_0x158762(0x156)+_0x595a79[_0x158762(0x150)]+')');if(_0x395b9d)_0x395b9d(_0x37e649,_0x223f53,_0x41a843);const _0x17ced0=await fetchDatasetDoc({'appCode':_0x18b9c4,'cookie':_0x4bb3a6,'datasetCode':_0x595a79['datasetCode'],'datasetId':_0x595a79['id'],'enableAI':![],'extraParams':_0x14d762}),_0x59d0ec=a0_0x3f97e5[_0x158762(0x155)](_0x2a79df,_0x41a843+_0x158762(0x14d));writeFileSync(_0x59d0ec,_0x17ced0,{'encoding':_0x158762(0x14c)}),console[_0x158762(0x15c)](_0x158762(0x15f)+_0x41a843+_0x158762(0x14d)),logger['success'](_0x158762(0x15a),'Generated\x20docs\x20successfully:\x20'+_0x41a843,undefined,{'datasetCode':_0x595a79[_0x158762(0x152)],'datasetName':_0x595a79[_0x158762(0x150)],'filePath':_0x59d0ec,'progress':_0x37e649+'/'+_0x223f53}),_0x448eef[_0x158762(0x146)]({'datasetCode':_0x595a79[_0x158762(0x152)],'datasetName':_0x595a79['name'],'filePath':_0x59d0ec,'success':!![]});if(_0x37e649<_0x223f53)await delay(0x1388);}catch(_0x58225c){const _0xc1dd6d=_0x58225c instanceof Error?_0x58225c[_0x158762(0x149)]:String(_0x58225c);console[_0x158762(0x15c)](_0x158762(0x153)+_0x41a843+'.md\x20-\x20'+_0xc1dd6d),logger[_0x158762(0x159)](_0x158762(0x15a),_0x158762(0x14f)+_0x595a79[_0x158762(0x152)],{'datasetCode':_0x595a79[_0x158762(0x152)],'datasetName':_0x595a79[_0x158762(0x150)],'error':_0xc1dd6d,'progress':_0x37e649+'/'+_0x223f53}),_0x448eef['push']({'datasetCode':_0x595a79['datasetCode'],'datasetName':_0x595a79['name'],'filePath':'','success':![],'error':_0xc1dd6d}),_0x37e649<_0x223f53&&(console[_0x158762(0x15c)](_0x158762(0x154)),await delay(0xbb8));}}return _0x448eef;}
|
package/lib/api/api-group.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a1_0x4759f1=a1_0x9dad;(function(_0x7a26aa,_0x54fcc0){const _0x1a32ca=a1_0x9dad,_0x165c15=_0x7a26aa();while(!![]){try{const _0x217d19=parseInt(_0x1a32ca(0x1f7))/0x1*(-parseInt(_0x1a32ca(0x1de))/0x2)+-parseInt(_0x1a32ca(0x1ea))/0x3*(parseInt(_0x1a32ca(0x1f6))/0x4)+-parseInt(_0x1a32ca(0x1f1))/0x5*(-parseInt(_0x1a32ca(0x1f2))/0x6)+-parseInt(_0x1a32ca(0x1e2))/0x7+-parseInt(_0x1a32ca(0x1f9))/0x8*(parseInt(_0x1a32ca(0x1e9))/0x9)+parseInt(_0x1a32ca(0x1e5))/0xa+parseInt(_0x1a32ca(0x1fa))/0xb;if(_0x217d19===_0x54fcc0)break;else _0x165c15['push'](_0x165c15['shift']());}catch(_0x3ba4f6){_0x165c15['push'](_0x165c15['shift']());}}}(a1_0x1410,0xa0374));function a1_0x1410(){const _0x112586=['add','map','2744919ywRoBu','354531jorODC','apiGroup','cwd','get','push','filter','Profiles\x20in\x20the\x20same\x20API\x20group\x20must\x20use\x20the\x20same\x20apiDir.','1143155ZAOfQR','12oQozhl','name','validation','Profiles\x20sharing\x20one\x20apiDir\x20must\x20use\x20the\x20same\x20explicit\x20apiGroup.\x20Conflicting\x20profiles:\x20','20REfOox','1KBivwQ','app','8pdGXdp','13927782mOlUYn','flatMap','length','\x22\x20resolves\x20to\x20multiple\x20API\x20directories.','set','trim','305804koYnqp','\x22\x20is\x20assigned\x20to\x20incompatible\x20API\x20groups.','values','normalizedApiDir','2516710iPrHix','outputDir','API\x20group\x20\x22','3411280UujTNW','size'];a1_0x1410=function(){return _0x112586;};return a1_0x1410();}import a1_0x28302b from'node:path';function a1_0x9dad(_0x36c1bd,_0x4f2b57){_0x36c1bd=_0x36c1bd-0x1db;const _0x14108f=a1_0x1410();let _0x9dad0e=_0x14108f[_0x36c1bd];return _0x9dad0e;}import{CliErrors}from'../errors.js';export function normalizeApiDir(_0x3c81a4,_0x315f90=process[a1_0x4759f1(0x1ec)]()){return a1_0x28302b['resolve'](_0x315f90,_0x3c81a4);}function normalizedApiGroup(_0x206600){const _0x389224=a1_0x4759f1,_0x521507=_0x206600?.[_0x389224(0x1dd)]();return _0x521507||undefined;}export function resolveApiProfileLayouts(_0x102230,_0x2ff6c4,_0x3e88d7=process[a1_0x4759f1(0x1ec)]()){const _0x392053=a1_0x4759f1,_0x222f25=_0x102230[_0x392053(0x1e8)](_0x59dd72=>{const _0x5173cb=_0x392053,_0x2c5b35=_0x2ff6c4(_0x59dd72);return{'app':_0x59dd72,'outputDir':_0x2c5b35,'normalizedApiDir':normalizeApiDir(_0x2c5b35,_0x3e88d7),'apiGroup':normalizedApiGroup(_0x59dd72[_0x5173cb(0x1eb)])};}),_0x1d9586=new Map();for(const _0x3e71ce of _0x222f25){if(!_0x3e71ce[_0x392053(0x1eb)])continue;const _0x14ece0=_0x1d9586[_0x392053(0x1ed)](_0x3e71ce[_0x392053(0x1eb)])??new Set();_0x14ece0[_0x392053(0x1e7)](_0x3e71ce[_0x392053(0x1e1)]),_0x1d9586['set'](_0x3e71ce[_0x392053(0x1eb)],_0x14ece0);}for(const [_0x2996d9,_0x520f74]of _0x1d9586){if(_0x520f74[_0x392053(0x1e6)]>0x1)throw CliErrors[_0x392053(0x1f4)](_0x392053(0x1e4)+_0x2996d9+_0x392053(0x1db),_0x392053(0x1f0));}const _0x3caa22=new Map();for(const _0x321f01 of _0x222f25){const _0x34bcb2=_0x3caa22[_0x392053(0x1ed)](_0x321f01[_0x392053(0x1e1)])??[];_0x34bcb2[_0x392053(0x1ee)](_0x321f01),_0x3caa22[_0x392053(0x1dc)](_0x321f01['normalizedApiDir'],_0x34bcb2);}for(const _0x1d0316 of _0x3caa22[_0x392053(0x1e0)]()){const _0x1c56c0=new Set(_0x1d0316[_0x392053(0x1fb)](_0x222a9d=>_0x222a9d[_0x392053(0x1eb)]?[_0x222a9d[_0x392053(0x1eb)]]:[]));if(_0x1c56c0['size']===0x0)continue;if(_0x1c56c0['size']>0x1||_0x1d0316['some'](_0x2c1926=>!_0x2c1926['apiGroup'])){const _0x57a719=_0x1d0316[_0x392053(0x1e8)](_0x51eaae=>_0x51eaae[_0x392053(0x1f8)][_0x392053(0x1f3)])['join'](',\x20');throw CliErrors[_0x392053(0x1f4)]('API\x20directory\x20\x22'+_0x1d0316[0x0][_0x392053(0x1e3)]+_0x392053(0x1df),_0x392053(0x1f5)+_0x57a719+'.\x20Use\x20a\x20different\x20apiDir\x20for\x20a\x20separate\x20API.');}}return _0x222f25;}export function getRegistryGroup(_0x27dc41,_0x1e35f6){const _0x18fdb2=a1_0x4759f1;if(_0x1e35f6['apiGroup'])return _0x27dc41[_0x18fdb2(0x1ef)](_0x447d8f=>_0x447d8f[_0x18fdb2(0x1eb)]===_0x1e35f6[_0x18fdb2(0x1eb)]);const _0x2b44ba=_0x27dc41[_0x18fdb2(0x1ef)](_0x8c9850=>_0x8c9850[_0x18fdb2(0x1e1)]===_0x1e35f6['normalizedApiDir']);return _0x2b44ba[_0x18fdb2(0x1fc)]===0x1?_0x2b44ba:undefined;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a2_0x1bbe(){var _0x46026a=['1416268ayWQVN','23466843oGYYPv','5587875pHWhnK','2566020pbaqVj','338UmHFLy','882RpUUov','15459OHwGkB','48Hqsdeg','90559XMVxqA'];a2_0x1bbe=function(){return _0x46026a;};return a2_0x1bbe();}function a2_0x57b7(_0x4f6baa,_0x238dfb){_0x4f6baa=_0x4f6baa-0x193;var _0x1bbe5e=a2_0x1bbe();var _0x57b72e=_0x1bbe5e[_0x4f6baa];return _0x57b72e;}(function(_0x7be4e1,_0x3a355c){var _0x58ded6=a2_0x57b7,_0x3b96d6=_0x7be4e1();while(!![]){try{var _0x5343c3=-parseInt(_0x58ded6(0x198))/0x1+parseInt(_0x58ded6(0x197))/0x2*(-parseInt(_0x58ded6(0x199))/0x3)+-parseInt(_0x58ded6(0x193))/0x4+-parseInt(_0x58ded6(0x195))/0x5+parseInt(_0x58ded6(0x196))/0x6+parseInt(_0x58ded6(0x19b))/0x7*(-parseInt(_0x58ded6(0x19a))/0x8)+parseInt(_0x58ded6(0x194))/0x9;if(_0x5343c3===_0x3a355c)break;else _0x3b96d6['push'](_0x3b96d6['shift']());}catch(_0x3e384f){_0x3b96d6['push'](_0x3b96d6['shift']());}}}(a2_0x1bbe,0x95ece));export{fetchModelList}from'../core/api-client.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xa5eb2,_0x57bcfc){const _0x59edbf=a3_0x50fc,_0x1fae16=_0xa5eb2();while(!![]){try{const _0x1d2918=parseInt(_0x59edbf(0xd3))/0x1+-parseInt(_0x59edbf(0xd0))/0x2+-parseInt(_0x59edbf(0xcb))/0x3+parseInt(_0x59edbf(0xf1))/0x4*(-parseInt(_0x59edbf(0xd1))/0x5)+-parseInt(_0x59edbf(0xcd))/0x6*(parseInt(_0x59edbf(0xed))/0x7)+-parseInt(_0x59edbf(0xcf))/0x8*(-parseInt(_0x59edbf(0xe1))/0x9)+parseInt(_0x59edbf(0xe3))/0xa;if(_0x1d2918===_0x57bcfc)break;else _0x1fae16['push'](_0x1fae16['shift']());}catch(_0x4d1649){_0x1fae16['push'](_0x1fae16['shift']());}}}(a3_0x6be2,0xb2df1));function a3_0x50fc(_0xd40d1a,_0x283f79){_0xd40d1a=_0xd40d1a-0xba;const _0x6be2f9=a3_0x6be2();let _0x50fc53=_0x6be2f9[_0xd40d1a];return _0x50fc53;}import a3_0x5b51a0 from'prettier';import{existsSync,mkdirSync,writeFileSync,readFileSync}from'node:fs';import a3_0x4a9c5a from'node:path';import{fileURLToPath}from'node:url';import{TemplateReplacer}from'../utils/template-replacer.js';function a3_0x6be2(){const _0x1a7369=['overwriteTypescript','LOVRABET','2662227xXeYWp','client','11330510dPmNwn','CONFIG_NAMES.DEFAULT','replace','api','name','\x20refreshed;\x20existing\x20TypeScript\x20left\x20unchanged.','allowEmptyModelReplacement','datasetCode','preserved','none','7rrbCkn','Please\x20configure\x20app\x20code\x20first\x20via\x20`','default','key','1260gmvxXX','stringify','replaceApiContent','missing','join','APP_','refreshed','basename','api.ts.tpl','includes','\x20config\x20set\x20app\x20<value>`','resolve','.ts','alias','LOVRABET_RUNTIME_DOMAIN','dirname',',\x20...LOVRABET_SDK_CONFIG\x20}','{\x20apiConfigName:\x20','action','-client','test','683031dCyrYZ','utf8','2056926ujodpf',',\x20env:\x20','8MdIEBJ','641350lwUuEz','12490ElHrPg','templates/generate-api','981846eRXhCc','runtimeDomain','existed','length','overwritten','created','format','init-api','modelProfile','client.ts.tpl','API\x20scaffold\x20written.','path'];a3_0x6be2=function(){return _0x1a7369;};return a3_0x6be2();}import{CLI_BIN_NAME}from'../constant/cli.js';import{logger}from'../utils/logger.js';import{isProduction}from'../constant/env.js';import{generateSdkConfigFile}from'../api/generate-sdk-config-file.js';import{MODEL_REGISTRY_FILE_NAME,MODEL_RUNTIME_FILE_NAME,updateModelRegistry}from'../api/model-registry-file.js';import{renderModelRegistryScaffold}from'../api/model-registry-scaffold.js';function fileAction(_0x10b4a3,_0x21afb9){const _0x27a16c=a3_0x50fc;if(!_0x21afb9)return _0x10b4a3?_0x27a16c(0xeb):'missing';return _0x10b4a3?_0x27a16c(0xd7):'created';}export async function generateApiFile(_0x2f40ea,_0x129a20,_0x1c4cb5,_0x485320,_0x3536cc,_0x11a610,_0x5dd886,_0x673608={},_0x146727={}){const _0x3bce31=a3_0x50fc;if(!_0x1c4cb5)throw new Error(_0x3bce31(0xee)+CLI_BIN_NAME+_0x3bce31(0xc0));const _0xf2eb99=_0x485320&&!_0x5dd886,_0x42cd2c=!!_0x146727['modelProfile'],_0xafcb83=_0x42cd2c||_0xf2eb99,_0x1ec6df=_0x5dd886||_0x1c4cb5,_0x534041=_0x42cd2c||_0xf2eb99?_0x3bce31(0xef):_0x1ec6df,_0x31a7e1=_0x42cd2c||_0xf2eb99?_0x3bce31(0xe4):JSON[_0x3bce31(0xf2)](_0x1ec6df),_0x3dd17f=!isProduction(_0x3536cc),_0x2f8200=_0x3dd17f?_0x3bce31(0xce)+JSON[_0x3bce31(0xf2)](_0x3536cc):'',_0x357cc8=_0x3bce31(0xc7)+_0x31a7e1+_0x2f8200+_0x3bce31(0xc6),_0x37c9a0=_0x42cd2c?'':_0x129a20,_0x224c89=_0x37c9a0?_0x37c9a0+'-api':_0x3bce31(0xe6),_0x16cdce=_0x37c9a0?_0x37c9a0+_0x3bce31(0xc9):_0x3bce31(0xe2),_0x34dccf=_0x37c9a0&&!/^app-[a-f0-9]+$/i[_0x3bce31(0xca)](_0x37c9a0)?_0x37c9a0[_0x3bce31(0xe5)](/-/g,'_')['toUpperCase']():_0x3bce31(0xe0),_0x38f9ab=/^\d/[_0x3bce31(0xca)](_0x34dccf)?_0x3bce31(0xbb)+_0x34dccf:_0x34dccf,_0x190219=_0x2f40ea['map'](_0x1fa39e=>({'datasetCode':_0x1fa39e[_0x3bce31(0xea)],'tableName':_0x1fa39e['tableName'],'name':_0x1fa39e[_0x3bce31(0xe7)]||'','alias':_0x1fa39e['alias']||_0x1fa39e[_0x3bce31(0xf0)]})),_0x3d0e95=fileURLToPath(import.meta.url),_0x3956c6=a3_0x4a9c5a[_0x3bce31(0xc1)](a3_0x4a9c5a[_0x3bce31(0xc5)](_0x3d0e95),'../..'),_0xa8f6f=a3_0x4a9c5a[_0x3bce31(0xba)](_0x3956c6,_0x3bce31(0xd2)),_0x39c779=a3_0x4a9c5a['join'](_0xa8f6f,_0x3bce31(0xbe)),_0x3854e4=a3_0x4a9c5a[_0x3bce31(0xba)](_0xa8f6f,_0x3bce31(0xdc)),_0x3898a8=_0x11a610;mkdirSync(_0x3898a8,{'recursive':!![]});const _0x12186f=_0x42cd2c?{}:_0x673608,_0x5bb904=await generateSdkConfigFile(_0x3898a8,_0x12186f,_0x37c9a0),_0x4d152e=a3_0x4a9c5a[_0x3bce31(0xbd)](_0x5bb904,_0x3bce31(0xc2)),_0x4de11d=a3_0x4a9c5a[_0x3bce31(0xba)](_0x3898a8,_0x224c89+'.ts'),_0xfbaa2f=a3_0x4a9c5a[_0x3bce31(0xba)](_0x3898a8,_0x16cdce+_0x3bce31(0xc2)),_0x60048b=_0x146727[_0x3bce31(0xdf)]===!![],_0xd5d3=existsSync(_0x4de11d),_0x430a5e=existsSync(_0xfbaa2f),_0xd6c713=_0x146727['scaffoldMode']??(_0x60048b?_0x3bce31(0xe5):'missing'),_0x4f4f10=_0xd6c713===_0x3bce31(0xe5)||_0xd6c713==='missing'&&!_0xd5d3,_0x207f7a=_0xd6c713===_0x3bce31(0xe5)||_0xd6c713===_0x3bce31(0xf4)&&!_0x430a5e,_0x227937=_0x146727[_0x3bce31(0xdb)]?updateModelRegistry({'outputDir':_0x3898a8,'profileName':_0x146727[_0x3bce31(0xdb)][_0x3bce31(0xe7)],'defaultProfile':_0x146727['modelProfile']['defaultName'],'appCode':_0x1c4cb5,'runtimeDomain':_0x146727[_0x3bce31(0xdb)][_0x3bce31(0xd4)],'models':_0x190219,'allowEmptyReplacement':_0x146727[_0x3bce31(0xe9)]===!![]}):undefined,_0x44cd85=_0x227937?a3_0x4a9c5a['join'](_0x3898a8,MODEL_RUNTIME_FILE_NAME):undefined,_0x11f30f=_0x44cd85?existsSync(_0x44cd85):![],_0x5b98ef=_0x42cd2c&&_0xd6c713!==_0x3bce31(0xec)?await renderModelRegistryScaffold(_0x3898a8):undefined;_0x44cd85&&_0x5b98ef&&writeFileSync(_0x44cd85,_0x5b98ef['modelRuntime'],_0x3bce31(0xcc));const _0x512c9a=_0x190219[0x0]?.[_0x3bce31(0xc3)];if(_0x4f4f10){const _0x3bc995=_0x5b98ef?.[_0x3bce31(0xe6)]??readFileSync(_0x39c779,_0x3bce31(0xcc)),_0x5903c6=_0x42cd2c?_0x3bc995:TemplateReplacer[_0x3bce31(0xf3)](_0x3bc995,_0x1c4cb5,_0x190219,_0x512c9a,_0x224c89,_0x31a7e1,undefined,_0x38f9ab);writeFileSync(_0x4de11d,await a3_0x5b51a0[_0x3bce31(0xd9)](_0x5903c6,{'parser':'typescript'}),{'encoding':_0x3bce31(0xcc)});}if(_0x207f7a){const _0x46ab47=_0x5b98ef?.[_0x3bce31(0xe2)]??readFileSync(_0x3854e4,_0x3bce31(0xcc)),_0x217567=_0x42cd2c?_0x46ab47:TemplateReplacer[_0x3bce31(0xf3)](_0x46ab47,_0x1c4cb5,_0x190219,_0x512c9a,_0x224c89,_0x31a7e1,_0x357cc8,_0x38f9ab,_0x4d152e);writeFileSync(_0xfbaa2f,await a3_0x5b51a0[_0x3bce31(0xd9)](_0x217567,{'parser':'typescript'}),{'encoding':_0x3bce31(0xcc)});}const _0x476d9a=_0x190219[_0x3bce31(0xd6)],_0x5a9891={'api':{'path':_0x4de11d,'action':fileAction(_0xd5d3,_0x4f4f10)},'client':{'path':_0xfbaa2f,'action':fileAction(_0x430a5e,_0x207f7a)},'sdkConfig':{'path':_0x5bb904,'action':_0x3bce31(0xbc)},..._0x227937?{'modelRegistry':{'path':_0x227937[_0x3bce31(0xde)],'action':_0x227937[_0x3bce31(0xd5)]?'refreshed':_0x3bce31(0xd8)},'modelRuntime':{'path':_0x44cd85,'action':_0x5b98ef?_0x11f30f?_0x3bce31(0xbc):'created':_0x11f30f?_0x3bce31(0xeb):'missing'}}:{}},_0x564985=existsSync(_0x4de11d)&&readFileSync(_0x4de11d,'utf8')['includes'](MODEL_REGISTRY_FILE_NAME[_0x3bce31(0xe5)](_0x3bce31(0xc2),'')),_0x317dfd=existsSync(_0xfbaa2f)&&readFileSync(_0xfbaa2f,_0x3bce31(0xcc))[_0x3bce31(0xbf)](_0x3bce31(0xc4)),_0x26dd0d=_0x42cd2c?!_0x564985||!_0x317dfd||!existsSync(_0x44cd85):![],_0x2c7264=_0x42cd2c?_0x26dd0d:_0x5a9891[_0x3bce31(0xe6)][_0x3bce31(0xc8)]===_0x3bce31(0xeb)||_0x5a9891['client'][_0x3bce31(0xc8)]===_0x3bce31(0xeb);return logger['success'](_0x3bce31(0xda),_0x2c7264?a3_0x4a9c5a['basename'](_0x5bb904)+_0x3bce31(0xe8):_0x42cd2c?'Model\x20facts\x20refreshed.':_0x3bce31(0xdd),undefined,{'apiFile':_0x4de11d,'clientFile':_0xfbaa2f,'sdkConfig':_0x5bb904,'modelCount':_0x476d9a,'configName':_0x534041,'isDefaultConfig':_0xafcb83,'needsAgentMerge':_0x2c7264,'needsProjectUpgrade':_0x26dd0d,'files':_0x5a9891}),{'appCode':_0x1c4cb5,'modelCount':_0x476d9a,'models':_0x190219,'apiFilePath':_0x4de11d,'clientFilePath':_0xfbaa2f,'sdkConfigPath':_0x5bb904,'modelRegistryPath':_0x227937?.['path'],'modelRuntimePath':_0x44cd85,'modelProfile':_0x146727[_0x3bce31(0xdb)]?.[_0x3bce31(0xe7)],'configName':_0x534041,'isDefaultConfig':_0xafcb83,'sdkRouting':_0x12186f,'files':_0x5a9891,'needsAgentMerge':_0x2c7264,'needsProjectUpgrade':_0x26dd0d};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a4_0x9752bc=a4_0x4b7b;(function(_0x53fb4e,_0x2040c8){const _0x3558f2=a4_0x4b7b,_0x5aa4f1=_0x53fb4e();while(!![]){try{const _0x5914df=-parseInt(_0x3558f2(0x1b1))/0x1+-parseInt(_0x3558f2(0x19f))/0x2*(-parseInt(_0x3558f2(0x19e))/0x3)+-parseInt(_0x3558f2(0x1a7))/0x4+parseInt(_0x3558f2(0x1a1))/0x5*(parseInt(_0x3558f2(0x1a3))/0x6)+parseInt(_0x3558f2(0x1a4))/0x7*(-parseInt(_0x3558f2(0x1ac))/0x8)+-parseInt(_0x3558f2(0x1a8))/0x9+-parseInt(_0x3558f2(0x1ab))/0xa*(-parseInt(_0x3558f2(0x1ad))/0xb);if(_0x5914df===_0x2040c8)break;else _0x5aa4f1['push'](_0x5aa4f1['shift']());}catch(_0xb10184){_0x5aa4f1['push'](_0x5aa4f1['shift']());}}}(a4_0x4af4,0xd1fd2));import{mkdirSync,writeFileSync}from'node:fs';import a4_0x53d0be from'node:path';import a4_0x4d2f13 from'prettier';function a4_0x4b7b(_0x540b46,_0x32854a){_0x540b46=_0x540b46-0x19e;const _0x4af443=a4_0x4af4();let _0x4b7bbf=_0x4af443[_0x540b46];return _0x4b7bbf;}export const SDK_CONFIG_FILE_NAME=a4_0x9752bc(0x1a9);function a4_0x4af4(){const _0x855905=['length','1323568BJZbaB','9712242yvRWlk','sdk-config.ts','join','147990kQSmxa','157592NHuDzq','1958HXMHFx','\x20as\x20const;\x0a','format','-sdk-config.ts','907819UBKhiv','/**\x0a\x20*\x20Lovrabet\x20SDK\x20runtime\x20routing.\x0a\x20*\x20Generated\x20by\x20Rabetbase\x20CLI.\x20Do\x20not\x20add\x20credentials\x20to\x20this\x20file.\x0a\x20*/\x0aexport\x20const\x20LOVRABET_SDK_CONFIG\x20=\x20','runtimeDomain:\x20','runtimeDomain','typescript','575952keNzmt','4rgWmve','push','657845XRWjat','{\x0a\x20\x20','54rVqgVI','364oosklT','stringify'];a4_0x4af4=function(){return _0x855905;};return a4_0x4af4();}export function getSdkConfigFileName(_0x93c639=''){const _0x3b0202=a4_0x9752bc;return _0x93c639?_0x93c639+_0x3b0202(0x1b0):SDK_CONFIG_FILE_NAME;}export async function generateSdkConfigFile(_0x273600,_0x252e34={},_0x2ff3f2=''){const _0x309ad8=a4_0x9752bc,_0x517a7f=[];_0x252e34[_0x309ad8(0x1b4)]&&_0x517a7f[_0x309ad8(0x1a0)](_0x309ad8(0x1b3)+JSON[_0x309ad8(0x1a5)](_0x252e34[_0x309ad8(0x1b4)]));const _0x4aae20=_0x517a7f[_0x309ad8(0x1a6)]>0x0?_0x309ad8(0x1a2)+_0x517a7f[_0x309ad8(0x1aa)](',\x0a\x20\x20')+',\x0a}':'{}',_0x3b3329=_0x309ad8(0x1b2)+_0x4aae20+_0x309ad8(0x1ae);mkdirSync(_0x273600,{'recursive':!![]});const _0x3b6922=a4_0x53d0be['join'](_0x273600,getSdkConfigFileName(_0x2ff3f2));return writeFileSync(_0x3b6922,await a4_0x4d2f13[_0x309ad8(0x1af)](_0x3b3329,{'parser':_0x309ad8(0x1b5)}),'utf8'),_0x3b6922;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a5_0x5502(_0x5ddcf5,_0x67afd9){_0x5ddcf5=_0x5ddcf5-0x1b9;const _0x26f8b6=a5_0x26f8();let _0x55027f=_0x26f8b6[_0x5ddcf5];return _0x55027f;}(function(_0x3be65e,_0xa414d9){const _0x161da3=a5_0x5502,_0x48950d=_0x3be65e();while(!![]){try{const _0x21e32b=-parseInt(_0x161da3(0x1b9))/0x1+-parseInt(_0x161da3(0x1bb))/0x2*(-parseInt(_0x161da3(0x1c5))/0x3)+-parseInt(_0x161da3(0x1cd))/0x4*(parseInt(_0x161da3(0x1cc))/0x5)+parseInt(_0x161da3(0x1be))/0x6*(-parseInt(_0x161da3(0x1c1))/0x7)+parseInt(_0x161da3(0x1c9))/0x8+parseInt(_0x161da3(0x1c7))/0x9*(parseInt(_0x161da3(0x1ba))/0xa)+parseInt(_0x161da3(0x1cf))/0xb;if(_0x21e32b===_0xa414d9)break;else _0x48950d['push'](_0x48950d['shift']());}catch(_0x12074e){_0x48950d['push'](_0x48950d['shift']());}}}(a5_0x26f8,0x9c430));export function parseLegacyApiModels(_0x5ee4b6){const _0x377988=a5_0x5502,_0x4a4f00=[],_0x1b17ca=/\{\s*datasetCode:\s*"([^"]+)"\s*,\s*tableName:\s*"([^"]+)"\s*,\s*name:\s*"([^"]*?)"\s*,\s*alias:\s*"([^"]+)"\s*,?\s*\}/g;let _0x14cd73;while((_0x14cd73=_0x1b17ca['exec'](_0x5ee4b6))!==null){_0x4a4f00[_0x377988(0x1ca)]({'datasetCode':_0x14cd73[0x1],'tableName':_0x14cd73[0x2],'name':_0x14cd73[0x3],'alias':_0x14cd73[0x4]});}return _0x4a4f00;}function a5_0x26f8(){const _0x454a31=['1147513EmsAro','1134890gWrwWH','40422IBTpDf','APP_CODE','length','6iuypHP','match','some','8752870QTdulJ','Generated\x20by\x20Rabetbase\x20CLI','lovrabetClient','endsWith','111ZnlSef','includes','63xDaSrT','matchAll','5528744PGNEou','push','replace','3135805yCUIdk','8NLCoJe','registerModels','22648670dWIKxP','map'];a5_0x26f8=function(){return _0x454a31;};return a5_0x26f8();}export function parseLegacyApiAppCode(_0xac6556){const _0x3c22f2=a5_0x5502;return _0xac6556[_0x3c22f2(0x1bf)](/export\s+const\s+[A-Z0-9_]*APP_CODE(?:\s*:\s*string)?\s*=\s*["']([^"']+)["']/)?.[0x1];}function stripComments(_0x371474){const _0x30b6d7=a5_0x5502;return _0x371474[_0x30b6d7(0x1cb)](/\/\*[\s\S]*?\*\//g,'')['replace'](/\/\/.*$/gm,'');}export function isLegacyGeneratedApiScaffold(_0x4f6feb){const _0x243595=a5_0x5502;if(!_0x4f6feb[_0x243595(0x1c6)](_0x243595(0x1c2)))return![];const _0x5034fc=stripComments(_0x4f6feb),_0x23cc95=[..._0x5034fc[_0x243595(0x1c8)](/^import[\s\S]*?from\s+["']([^"']+)["'];?$/gm)][_0x243595(0x1d0)](_0x57cbc9=>_0x57cbc9[0x1]);if(_0x23cc95[_0x243595(0x1bd)]!==0x1||_0x23cc95[0x0]!=='@lovrabet/sdk')return![];const _0x5955f7=[..._0x5034fc[_0x243595(0x1c8)](/^(?:export\s+)?const\s+([A-Za-z_$][\w$]*)/gm)][_0x243595(0x1d0)](_0x70f348=>_0x70f348[0x1]);if(_0x5955f7[_0x243595(0x1bd)]!==0x2||!_0x5955f7[_0x243595(0x1c0)](_0x33c192=>_0x33c192[_0x243595(0x1c4)](_0x243595(0x1bc)))||!_0x5955f7[_0x243595(0x1c0)](_0x433290=>_0x433290[_0x243595(0x1c4)]('MODELS_CONFIG')))return![];const _0x5765e0=[..._0x5034fc[_0x243595(0x1c8)](/^([A-Za-z_$][\w$]*)\s*\(/gm)][_0x243595(0x1d0)](_0x69e495=>_0x69e495[0x1]);return _0x5765e0['length']===0x1&&_0x5765e0[0x0]===_0x243595(0x1ce);}export function isLegacyGeneratedClientScaffold(_0x1ccff7){const _0x5bb97a=a5_0x5502;if(!_0x1ccff7[_0x5bb97a(0x1c6)]('Generated\x20by\x20Rabetbase\x20CLI'))return![];const _0x43dcea=stripComments(_0x1ccff7),_0x562e89=[..._0x43dcea[_0x5bb97a(0x1c8)](/^(?:import[\s\S]*?from\s+|import\s+)["']([^"']+)["'];?$/gm)][_0x5bb97a(0x1d0)](_0x2fedfa=>_0x2fedfa[0x1]);if(_0x562e89['some'](_0x311005=>_0x311005!=='@lovrabet/sdk'&&!/^\.\/(?:[\w-]+-)?(?:api|sdk-config)$/['test'](_0x311005??'')))return![];const _0x15d0b9=[..._0x43dcea[_0x5bb97a(0x1c8)](/^(?:export\s+)?const\s+([A-Za-z_$][\w$]*)/gm)][_0x5bb97a(0x1d0)](_0x33167c=>_0x33167c[0x1]);return _0x15d0b9[_0x5bb97a(0x1bd)]===0x1&&_0x15d0b9[0x0]===_0x5bb97a(0x1c3);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a6_0x4c74(_0x55dad6,_0x4f1aa0){_0x55dad6=_0x55dad6-0x143;const _0x3f9990=a6_0x3f99();let _0x4c7450=_0x3f9990[_0x55dad6];return _0x4c7450;}const a6_0x2794a4=a6_0x4c74;(function(_0x30c096,_0x3e2cf6){const _0x574734=a6_0x4c74,_0x10bdde=_0x30c096();while(!![]){try{const _0x46ae97=parseInt(_0x574734(0x179))/0x1*(parseInt(_0x574734(0x16b))/0x2)+-parseInt(_0x574734(0x15e))/0x3+-parseInt(_0x574734(0x187))/0x4+-parseInt(_0x574734(0x182))/0x5+parseInt(_0x574734(0x153))/0x6+-parseInt(_0x574734(0x161))/0x7+parseInt(_0x574734(0x16d))/0x8*(parseInt(_0x574734(0x144))/0x9);if(_0x46ae97===_0x3e2cf6)break;else _0x10bdde['push'](_0x10bdde['shift']());}catch(_0x651618){_0x10bdde['push'](_0x10bdde['shift']());}}}(a6_0x3f99,0x7ce7e));import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import a6_0x4f46ff from'node:path';export const MODEL_REGISTRY_FILE_NAME='models.generated.ts';export const MODEL_RUNTIME_FILE_NAME=a6_0x2794a4(0x174);export const MODEL_REGISTRY_VERSION_MARKER=a6_0x2794a4(0x17c);const LEGACY_MODEL_REGISTRY_V2_PROTOCOL='lovrabet-model-registry/v2',REGISTRY_START=a6_0x2794a4(0x16f),REGISTRY_END='/*\x20rabetbase-model-registry:end\x20*/';function emptyRegistry(_0x5d41bb){return{'defaultProfile':_0x5d41bb,'profiles':{},'models':[]};}function extractRegistryJson(_0x3c8202){const _0x25edb5=a6_0x2794a4,_0x270d62=_0x3c8202[_0x25edb5(0x151)](REGISTRY_START),_0x54b4b7=_0x3c8202[_0x25edb5(0x151)](REGISTRY_END);if(_0x270d62<0x0||_0x54b4b7<=_0x270d62)return undefined;return _0x3c8202[_0x25edb5(0x188)](_0x270d62+REGISTRY_START['length'],_0x54b4b7)['trim']()[_0x25edb5(0x17d)](/\s+as const satisfies LovrabetModelRegistry;?$/,'')[_0x25edb5(0x17d)](/;$/,'');}function migrateLegacyRegistry(_0xa234a9){const _0xbda6c5=a6_0x2794a4,_0x4b72a4=emptyRegistry(_0xa234a9[_0xbda6c5(0x181)]);for(const [_0x3f0174,_0x905e03]of Object[_0xbda6c5(0x14e)](_0xa234a9['profiles'])){_0x4b72a4[_0xbda6c5(0x186)][_0x3f0174]={'appCode':_0x905e03[_0xbda6c5(0x15a)],'runtimeDomain':_0x905e03[_0xbda6c5(0x143)]},mergeProfileModels(_0x4b72a4,_0x3f0174,_0x905e03[_0xbda6c5(0x178)]);}return _0x4b72a4;}function generatedObjectLiteralToJson(_0x26d6a8){const _0x4159b5=a6_0x2794a4;let _0x2d129e='',_0x5ba6ab,_0x1a16db=![],_0x252825;for(let _0x5d591b=0x0;_0x5d591b<_0x26d6a8[_0x4159b5(0x16e)];_0x5d591b++){const _0x115d1d=_0x26d6a8[_0x5d591b];if(_0x5ba6ab){_0x2d129e+=_0x115d1d;if(_0x1a16db)_0x1a16db=![];else{if(_0x115d1d==='\x5c')_0x1a16db=!![];else{if(_0x115d1d===_0x5ba6ab)_0x5ba6ab=undefined;}}continue;}if(_0x115d1d==='\x22'){_0x5ba6ab=_0x115d1d,_0x2d129e+=_0x115d1d,_0x252825=_0x4159b5(0x146);continue;}if(_0x115d1d===','){let _0xa03ea5=_0x5d591b+0x1;while(/\s/[_0x4159b5(0x168)](_0x26d6a8[_0xa03ea5]??''))_0xa03ea5++;if(_0x26d6a8[_0xa03ea5]==='}'||_0x26d6a8[_0xa03ea5]===']')continue;_0x2d129e+=_0x115d1d,_0x252825=',';continue;}if(_0x115d1d==='{'||_0x115d1d==='['){_0x2d129e+=_0x115d1d,_0x252825=_0x115d1d;continue;}if(_0x115d1d==='}'||_0x115d1d===']'){_0x2d129e+=_0x115d1d,_0x252825=_0x115d1d;continue;}if((_0x252825==='{'||_0x252825===',')&&/[A-Za-z_$]/[_0x4159b5(0x168)](_0x115d1d)){let _0x4f289a=_0x5d591b+0x1;while(/[A-Za-z0-9_$]/[_0x4159b5(0x168)](_0x26d6a8[_0x4f289a]??''))_0x4f289a++;let _0x441d2b=_0x4f289a;while(/\s/['test'](_0x26d6a8[_0x441d2b]??''))_0x441d2b++;if(_0x26d6a8[_0x441d2b]===':'){_0x2d129e+=JSON[_0x4159b5(0x180)](_0x26d6a8[_0x4159b5(0x188)](_0x5d591b,_0x4f289a)),_0x5d591b=_0x4f289a-0x1,_0x252825='key';continue;}}_0x2d129e+=_0x115d1d;if(!/\s/['test'](_0x115d1d)&&_0x115d1d!==':')_0x252825='value';}return _0x2d129e;}function parseGeneratedRegistryJson(_0x4d4dcd){const _0x26d605=a6_0x2794a4;try{return JSON[_0x26d605(0x145)](_0x4d4dcd);}catch{return JSON[_0x26d605(0x145)](generatedObjectLiteralToJson(_0x4d4dcd));}}function normalizeModelEntries(_0x35341b,_0x5056d5){const _0x994b03=a6_0x2794a4,_0x30ba4d=Object[_0x994b03(0x14d)](_0x35341b),_0x3ec71c=[];for(const _0x1d96a8 of _0x5056d5){if(!_0x1d96a8||typeof _0x1d96a8!==_0x994b03(0x176)||Array[_0x994b03(0x157)](_0x1d96a8))return undefined;const _0x5963f1=_0x1d96a8;if(typeof _0x5963f1[_0x994b03(0x185)]!==_0x994b03(0x172)||typeof _0x5963f1['tableName']!=='string'||typeof _0x5963f1['name']!==_0x994b03(0x172))return undefined;let _0x21a5cc;if(typeof _0x5963f1[_0x994b03(0x17e)]===_0x994b03(0x172)&&_0x5963f1[_0x994b03(0x154)]===undefined)_0x21a5cc=Object[_0x994b03(0x155)](_0x30ba4d[_0x994b03(0x16c)](_0x38d10a=>[_0x38d10a,_0x5963f1['datasetCode']]));else{if(_0x5963f1[_0x994b03(0x17e)]===undefined&&_0x5963f1[_0x994b03(0x154)]&&typeof _0x5963f1['datasetCodes']==='object'&&!Array[_0x994b03(0x157)](_0x5963f1[_0x994b03(0x154)])&&Object[_0x994b03(0x166)](_0x5963f1[_0x994b03(0x154)])[_0x994b03(0x164)](_0x2f1c9f=>typeof _0x2f1c9f===_0x994b03(0x172)))_0x21a5cc={..._0x5963f1[_0x994b03(0x154)]};else return undefined;}_0x3ec71c[_0x994b03(0x183)]({'alias':_0x5963f1[_0x994b03(0x185)],'tableName':_0x5963f1[_0x994b03(0x173)],'name':_0x5963f1['name'],'datasetCodes':_0x21a5cc});}return _0x3ec71c;}export function parseModelRegistry(_0x3f0309){const _0x48aa6a=a6_0x2794a4,_0x480f52=extractRegistryJson(_0x3f0309);if(!_0x480f52)return undefined;try{const _0x369f6b=parseGeneratedRegistryJson(_0x480f52);if(typeof _0x369f6b[_0x48aa6a(0x181)]!==_0x48aa6a(0x172)||!_0x369f6b[_0x48aa6a(0x186)]||typeof _0x369f6b['profiles']!==_0x48aa6a(0x176))return undefined;if(_0x369f6b[_0x48aa6a(0x160)]===_0x48aa6a(0x162))return migrateLegacyRegistry(_0x369f6b);if(!(_0x369f6b[_0x48aa6a(0x160)]===LEGACY_MODEL_REGISTRY_V2_PROTOCOL||_0x369f6b['protocol']===undefined&&_0x3f0309[_0x48aa6a(0x175)](MODEL_REGISTRY_VERSION_MARKER))||!Array[_0x48aa6a(0x157)](_0x369f6b[_0x48aa6a(0x178)]))return undefined;const _0x514bb9=_0x369f6b['profiles'],_0x54a232=normalizeModelEntries(_0x514bb9,_0x369f6b[_0x48aa6a(0x178)]);if(!_0x54a232)return undefined;return{'defaultProfile':_0x369f6b[_0x48aa6a(0x181)],'profiles':_0x514bb9,'models':_0x54a232};}catch{return undefined;}}export function readModelRegistry(_0x4db00f){const _0x45a004=a6_0x2794a4;if(!existsSync(_0x4db00f))return undefined;try{return parseModelRegistry(readFileSync(_0x4db00f,_0x45a004(0x148)));}catch{return undefined;}}function registrySource(_0x2ea4a){const _0x56e122=a6_0x2794a4,_0x48ce5d=Object['keys'](_0x2ea4a['profiles']),_0x1d2031=_0x2ea4a[_0x56e122(0x178)]['map'](_0x2d686b=>{const _0x1ca5fe=_0x56e122,_0x5dd4fb=_0x48ce5d[_0x1ca5fe(0x16c)](_0x397ff3=>_0x2d686b['datasetCodes'][_0x397ff3]),_0x41cb8b=_0x5dd4fb[0x0],_0x26e1c0=_0x41cb8b!==undefined&&_0x5dd4fb[_0x1ca5fe(0x164)](_0x13ad35=>_0x13ad35===_0x41cb8b),_0x5b5c4c={'alias':_0x2d686b[_0x1ca5fe(0x185)],'tableName':_0x2d686b[_0x1ca5fe(0x173)],'name':_0x2d686b[_0x1ca5fe(0x184)]};return _0x26e1c0?{..._0x5b5c4c,'datasetCode':_0x41cb8b}:{..._0x5b5c4c,'datasetCodes':_0x2d686b[_0x1ca5fe(0x154)]};}),_0x3d929c=JSON[_0x56e122(0x180)]({'defaultProfile':_0x2ea4a['defaultProfile'],'profiles':_0x2ea4a[_0x56e122(0x186)],'models':_0x1d2031},null,0x2)['split']('\x0a')['map'](_0x4df088=>'\x20\x20'+_0x4df088)[_0x56e122(0x15d)]('\x0a');return _0x56e122(0x170)+MODEL_REGISTRY_VERSION_MARKER+_0x56e122(0x15c)+REGISTRY_START+'\x0a'+_0x3d929c+_0x56e122(0x159)+REGISTRY_END+'\x0a';}function mergeProfileModels(_0x21bc9c,_0x307615,_0x45b701){const _0xdae28c=a6_0x2794a4,_0x415995=_0x45b701[_0xdae28c(0x16c)](_0x39dc3d=>({..._0x39dc3d,'alias':_0x39dc3d[_0xdae28c(0x185)]||_0x39dc3d[_0xdae28c(0x173)]})),_0xf8b67c=new Map(),_0x3ad581=new Map();for(const _0x2b8158 of _0x415995){const _0x325fb2=_0xf8b67c['get'](_0x2b8158[_0xdae28c(0x185)]);if(_0x325fb2&&_0x325fb2!==_0x2b8158[_0xdae28c(0x173)])throw new Error(_0xdae28c(0x16a)+_0x2b8158[_0xdae28c(0x185)]+_0xdae28c(0x165)+_0x325fb2+_0xdae28c(0x163)+_0x2b8158['tableName']+_0xdae28c(0x14a)+_0x307615+'\x22.');const _0x38261e=_0x3ad581[_0xdae28c(0x158)](_0x2b8158['tableName']);if(_0x38261e&&_0x38261e!==_0x2b8158[_0xdae28c(0x185)])throw new Error(_0xdae28c(0x149)+_0x2b8158[_0xdae28c(0x173)]+_0xdae28c(0x14b)+_0x38261e+_0xdae28c(0x163)+_0x2b8158['alias']+_0xdae28c(0x14a)+_0x307615+'\x22.');_0xf8b67c[_0xdae28c(0x169)](_0x2b8158['alias'],_0x2b8158['tableName']),_0x3ad581['set'](_0x2b8158[_0xdae28c(0x173)],_0x2b8158[_0xdae28c(0x185)]);const _0x50acd9=_0x21bc9c[_0xdae28c(0x178)][_0xdae28c(0x189)](_0x302282=>_0x302282[_0xdae28c(0x185)]===_0x2b8158[_0xdae28c(0x185)]);if(_0x50acd9&&_0x50acd9['tableName']!==_0x2b8158[_0xdae28c(0x173)])throw new Error('Model\x20alias\x20\x22'+_0x2b8158[_0xdae28c(0x185)]+_0xdae28c(0x177)+_0x50acd9['tableName']+'\x22\x20in\x20the\x20registry\x20but\x20\x22'+_0x2b8158[_0xdae28c(0x173)]+_0xdae28c(0x14a)+_0x307615+'\x22.');const _0x571c75=_0x21bc9c[_0xdae28c(0x178)][_0xdae28c(0x189)](_0x22fa40=>_0x22fa40[_0xdae28c(0x173)]===_0x2b8158[_0xdae28c(0x173)]);if(_0x571c75&&_0x571c75['alias']!==_0x2b8158[_0xdae28c(0x185)])throw new Error(_0xdae28c(0x149)+_0x2b8158[_0xdae28c(0x173)]+_0xdae28c(0x15b)+_0x571c75[_0xdae28c(0x185)]+_0xdae28c(0x18a)+_0x2b8158[_0xdae28c(0x185)]+_0xdae28c(0x14a)+_0x307615+'\x22.');}for(const _0x760305 of _0x21bc9c[_0xdae28c(0x178)]){delete _0x760305[_0xdae28c(0x154)][_0x307615];}for(const _0x5527fc of _0x415995){let _0xa1fe75=_0x21bc9c[_0xdae28c(0x178)][_0xdae28c(0x189)](_0x4dcb27=>_0x4dcb27['alias']===_0x5527fc[_0xdae28c(0x185)]);!_0xa1fe75&&(_0xa1fe75={'alias':_0x5527fc[_0xdae28c(0x185)],'tableName':_0x5527fc[_0xdae28c(0x173)],'name':_0x5527fc[_0xdae28c(0x184)],'datasetCodes':{}},_0x21bc9c['models'][_0xdae28c(0x183)](_0xa1fe75)),(_0x307615===_0x21bc9c[_0xdae28c(0x181)]||!_0xa1fe75[_0xdae28c(0x154)][_0x21bc9c[_0xdae28c(0x181)]])&&(_0xa1fe75[_0xdae28c(0x185)]=_0x5527fc['alias'],_0xa1fe75[_0xdae28c(0x173)]=_0x5527fc[_0xdae28c(0x173)],_0xa1fe75[_0xdae28c(0x184)]=_0x5527fc[_0xdae28c(0x184)]),_0xa1fe75[_0xdae28c(0x154)][_0x307615]=_0x5527fc['datasetCode'];}_0x21bc9c[_0xdae28c(0x178)]=_0x21bc9c[_0xdae28c(0x178)][_0xdae28c(0x17b)](_0x152a1f=>Object['keys'](_0x152a1f[_0xdae28c(0x154)])['length']>0x0);}function removeUnboundProfiles(_0x3b02d2){const _0x3add58=a6_0x2794a4,_0x2296e9=Object[_0x3add58(0x14e)](_0x3b02d2['profiles'])[_0x3add58(0x17b)](([,_0x334e5e])=>_0x334e5e['appCode']===_0x3add58(0x147))['map'](([_0x179aa4])=>_0x179aa4);if(_0x2296e9['length']===0x0)return;for(const _0x350087 of _0x2296e9){delete _0x3b02d2[_0x3add58(0x186)][_0x350087];for(const _0x4f3602 of _0x3b02d2['models']){delete _0x4f3602[_0x3add58(0x154)][_0x350087];}}_0x3b02d2[_0x3add58(0x178)]=_0x3b02d2[_0x3add58(0x178)]['filter'](_0x3bbbf9=>Object[_0x3add58(0x14d)](_0x3bbbf9[_0x3add58(0x154)])[_0x3add58(0x16e)]>0x0);}export function getProfileModels(_0x479262,_0x36b176){const _0x3f42ba=a6_0x2794a4;return _0x479262[_0x3f42ba(0x178)][_0x3f42ba(0x167)](_0x40a5cc=>{const _0x2ea494=_0x3f42ba,_0x4cb80d=_0x40a5cc[_0x2ea494(0x154)][_0x36b176];return _0x4cb80d?[{'datasetCode':_0x4cb80d,'tableName':_0x40a5cc[_0x2ea494(0x173)],'name':_0x40a5cc['name'],'alias':_0x40a5cc['alias']}]:[];});}function a6_0x3f99(){const _0x35d138=['stringify','defaultProfile','3818770GMgaYM','push','name','alias','profiles','3647896TzWGjq','slice','find','\x22\x20in\x20the\x20registry\x20but\x20\x22','runtimeDomain','1981359xxjhpE','parse','value','NOT-SET','utf8','Table\x20\x22','\x22\x20in\x20profile\x20\x22','\x22\x20maps\x20to\x20both\x20aliases\x20\x22','now','keys','entries','\x20model(s)\x20in\x20profile\x20\x22','Refusing\x20to\x20replace\x20','indexOf','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','5983962HRHOwC','datasetCodes','fromEntries','profileName','isArray','get','\x20as\x20const\x20satisfies\x20LovrabetModelRegistry;\x0a','appCode','\x22\x20maps\x20to\x20alias\x20\x22','\x0aexport\x20const\x20LOVRABET_MODEL_REGISTRY\x20=\x0a\x20\x20','join','826737WWFqsO','.tmp','protocol','5935762UjSwNF','lovrabet-model-registry/v1','\x22\x20and\x20\x22','every','\x22\x20maps\x20to\x20both\x20\x22','values','flatMap','test','set','Model\x20alias\x20\x22','2RCNOHP','map','72gqNRxV','length','/*\x20rabetbase-model-registry:start\x20*/','/**\x0a\x20*\x20Dataset\x20model\x20facts\x20generated\x20by\x20Rabetbase\x20CLI.\x0a\x20*\x0a\x20*\x20This\x20file\x20is\x20safe\x20to\x20commit.\x20Do\x20not\x20edit\x20it\x20manually\x20and\x20never\x20add\x20credentials.\x0a\x20*/\x0a\x0aexport\x20interface\x20LovrabetModelProfile\x20{\x0a\x20\x20appCode:\x20string;\x0a\x20\x20runtimeDomain:\x20string;\x0a}\x0a\x0aexport\x20interface\x20LovrabetModelEntryMetadata\x20{\x0a\x20\x20alias:\x20string;\x0a\x20\x20tableName:\x20string;\x0a\x20\x20name:\x20string;\x0a}\x0a\x0aexport\x20type\x20LovrabetModelEntry\x20=\x20LovrabetModelEntryMetadata\x20&\x20(\x0a\x20\x20|\x20{\x20datasetCode:\x20string;\x20datasetCodes?:\x20never\x20}\x0a\x20\x20|\x20{\x20datasetCode?:\x20never;\x20datasetCodes:\x20Record<string,\x20string>\x20}\x0a);\x0a\x0aexport\x20interface\x20LovrabetModelRegistry\x20{\x0a\x20\x20defaultProfile:\x20string;\x0a\x20\x20profiles:\x20Record<string,\x20LovrabetModelProfile>;\x0a\x20\x20models:\x20LovrabetModelEntry[];\x0a}\x0a\x0a','outputDir','string','tableName','model-runtime.ts','includes','object','\x22\x20maps\x20to\x20table\x20\x22','models','332201nZbnda','allowEmptyReplacement','filter','/*\x20rabetbase-model-registry:v2\x20*/','replace','datasetCode','\x22\x20with\x20an\x20empty\x20result.\x20'];a6_0x3f99=function(){return _0x35d138;};return a6_0x3f99();}export function updateModelRegistry(_0x34d509){const _0xfe5056=a6_0x2794a4,_0x657fa4=a6_0x4f46ff['join'](_0x34d509[_0xfe5056(0x171)],MODEL_REGISTRY_FILE_NAME),_0x275690=existsSync(_0x657fa4),_0x5de0c5=readModelRegistry(_0x657fa4);if(_0x275690&&!_0x5de0c5)throw new Error(MODEL_REGISTRY_FILE_NAME+_0xfe5056(0x152));const _0x5e35df=_0x5de0c5??emptyRegistry(_0x34d509[_0xfe5056(0x181)]);if(_0x34d509['appCode']!==_0xfe5056(0x147))removeUnboundProfiles(_0x5e35df);const _0x3a7efa=_0x5de0c5?getProfileModels(_0x5de0c5,_0x34d509['profileName'])[_0xfe5056(0x16e)]:0x0;if(_0x3a7efa>0x0&&_0x34d509[_0xfe5056(0x178)][_0xfe5056(0x16e)]===0x0&&!_0x34d509[_0xfe5056(0x17a)])throw new Error(_0xfe5056(0x150)+_0x3a7efa+_0xfe5056(0x14f)+_0x34d509[_0xfe5056(0x156)]+_0xfe5056(0x17f)+'Verify\x20the\x20selected\x20app\x20and\x20login,\x20or\x20rerun\x20with\x20--force\x20--yes\x20if\x20the\x20profile\x20is\x20intentionally\x20empty.');_0x5e35df[_0xfe5056(0x181)]=_0x34d509['defaultProfile'],_0x5e35df[_0xfe5056(0x186)][_0x34d509['profileName']]={'appCode':_0x34d509[_0xfe5056(0x15a)],'runtimeDomain':_0x34d509[_0xfe5056(0x143)]},mergeProfileModels(_0x5e35df,_0x34d509[_0xfe5056(0x156)],_0x34d509['models']),mkdirSync(_0x34d509[_0xfe5056(0x171)],{'recursive':!![]});const _0x25ceeb=_0x657fa4+'.'+process['pid']+'.'+Date[_0xfe5056(0x14c)]()+_0xfe5056(0x15f);try{writeFileSync(_0x25ceeb,registrySource(_0x5e35df),{'encoding':_0xfe5056(0x148),'mode':0x1a4}),renameSync(_0x25ceeb,_0x657fa4);}catch(_0x1f4c7c){try{unlinkSync(_0x25ceeb);}catch{}throw _0x1f4c7c;}return{'path':_0x657fa4,'registry':_0x5e35df,'existed':_0x275690};}
|
|
1
|
+
const a6_0x1c9924=a6_0x204c;(function(_0x340823,_0x5e77fb){const _0x1e3851=a6_0x204c,_0x3e72b7=_0x340823();while(!![]){try{const _0x54259c=-parseInt(_0x1e3851(0x12f))/0x1*(-parseInt(_0x1e3851(0x112))/0x2)+-parseInt(_0x1e3851(0x11a))/0x3+parseInt(_0x1e3851(0x10f))/0x4*(parseInt(_0x1e3851(0x108))/0x5)+parseInt(_0x1e3851(0x117))/0x6*(parseInt(_0x1e3851(0x109))/0x7)+-parseInt(_0x1e3851(0x134))/0x8*(parseInt(_0x1e3851(0x118))/0x9)+-parseInt(_0x1e3851(0x12c))/0xa+parseInt(_0x1e3851(0x10e))/0xb;if(_0x54259c===_0x5e77fb)break;else _0x3e72b7['push'](_0x3e72b7['shift']());}catch(_0x6c1c82){_0x3e72b7['push'](_0x3e72b7['shift']());}}}(a6_0x3b77,0x5de15));import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import a6_0x444cb9 from'node:path';export const MODEL_REGISTRY_FILE_NAME=a6_0x1c9924(0x114);function a6_0x204c(_0x36ba92,_0x2a6c3c){_0x36ba92=_0x36ba92-0x101;const _0x3b77aa=a6_0x3b77();let _0x204c54=_0x3b77aa[_0x36ba92];return _0x204c54;}function a6_0x3b77(){const _0x114068=['models.generated.ts','Verify\x20the\x20selected\x20app\x20and\x20login,\x20or\x20rerun\x20with\x20--force\x20--yes\x20if\x20the\x20profile\x20is\x20intentionally\x20empty.','isArray','20070hOWmQr','156042aIrRaI','\x20as\x20const\x20satisfies\x20LovrabetModelRegistry;\x0a','1247304runEhH','datasetCodes','profileName','\x22\x20and\x20\x22','profiles','\x20model(s)\x20in\x20profile\x20\x22','Refusing\x20to\x20replace\x20','.tmp','string','Model\x20alias\x20\x22','name','map','length','slice','\x22\x20maps\x20to\x20both\x20aliases\x20\x22','key','set','object','4556080SXQjDh','\x0aexport\x20const\x20LOVRABET_MODEL_REGISTRY\x20=\x0a\x20\x20','filter','40446MbFBZC','trim','datasetCode','appCode','value','344dDraVY','indexOf','Table\x20\x22','push','entries','runtimeDomain','get','find','protocol','replace','join','\x22\x20in\x20profile\x20\x22','alias','tableName','keys','/*\x20rabetbase-model-registry:v2\x20*/','test','now','models','\x22\x20maps\x20to\x20alias\x20\x22','3446110OvEoUf','1358gwTniX','parse','stringify','\x22\x20in\x20the\x20registry\x20but\x20\x22','split','622611rNcAzt','4jFDBQW','every','\x22\x20with\x20an\x20empty\x20result.\x20','30SaUiam','defaultProfile'];a6_0x3b77=function(){return _0x114068;};return a6_0x3b77();}export const MODEL_RUNTIME_FILE_NAME='model-runtime.ts';export const MODEL_REGISTRY_VERSION_MARKER=a6_0x1c9924(0x103);const LEGACY_MODEL_REGISTRY_V2_PROTOCOL='lovrabet-model-registry/v2',REGISTRY_START='/*\x20rabetbase-model-registry:start\x20*/',REGISTRY_END='/*\x20rabetbase-model-registry:end\x20*/';function emptyRegistry(_0x1284f3){return{'defaultProfile':_0x1284f3,'profiles':{},'models':[]};}function extractRegistryJson(_0x1bfbab){const _0x36fb7e=a6_0x1c9924,_0x5325e1=_0x1bfbab['indexOf'](REGISTRY_START),_0x5aaa7b=_0x1bfbab[_0x36fb7e(0x135)](REGISTRY_END);if(_0x5325e1<0x0||_0x5aaa7b<=_0x5325e1)return undefined;return _0x1bfbab[_0x36fb7e(0x127)](_0x5325e1+REGISTRY_START[_0x36fb7e(0x126)],_0x5aaa7b)[_0x36fb7e(0x130)]()[_0x36fb7e(0x13d)](/\s+as const satisfies LovrabetModelRegistry;?$/,'')[_0x36fb7e(0x13d)](/;$/,'');}function migrateLegacyRegistry(_0x3713e1){const _0x573332=a6_0x1c9924,_0x3f349c=emptyRegistry(_0x3713e1[_0x573332(0x113)]);for(const [_0x1efab1,_0x311b82]of Object[_0x573332(0x138)](_0x3713e1[_0x573332(0x11e)])){_0x3f349c[_0x573332(0x11e)][_0x1efab1]={'appCode':_0x311b82[_0x573332(0x132)],'runtimeDomain':_0x311b82[_0x573332(0x139)]},mergeProfileModels(_0x3f349c,_0x1efab1,_0x311b82['models']);}return _0x3f349c;}function generatedObjectLiteralToJson(_0x1f528f){const _0x5c6833=a6_0x1c9924;let _0x3d394d='',_0x9b1429,_0x475b43=![],_0x5a6a5e;for(let _0xa387b5=0x0;_0xa387b5<_0x1f528f[_0x5c6833(0x126)];_0xa387b5++){const _0x4728a0=_0x1f528f[_0xa387b5];if(_0x9b1429){_0x3d394d+=_0x4728a0;if(_0x475b43)_0x475b43=![];else{if(_0x4728a0==='\x5c')_0x475b43=!![];else{if(_0x4728a0===_0x9b1429)_0x9b1429=undefined;}}continue;}if(_0x4728a0==='\x22'){_0x9b1429=_0x4728a0,_0x3d394d+=_0x4728a0,_0x5a6a5e=_0x5c6833(0x133);continue;}if(_0x4728a0===','){let _0x514f38=_0xa387b5+0x1;while(/\s/['test'](_0x1f528f[_0x514f38]??''))_0x514f38++;if(_0x1f528f[_0x514f38]==='}'||_0x1f528f[_0x514f38]===']')continue;_0x3d394d+=_0x4728a0,_0x5a6a5e=',';continue;}if(_0x4728a0==='{'||_0x4728a0==='['){_0x3d394d+=_0x4728a0,_0x5a6a5e=_0x4728a0;continue;}if(_0x4728a0==='}'||_0x4728a0===']'){_0x3d394d+=_0x4728a0,_0x5a6a5e=_0x4728a0;continue;}if((_0x5a6a5e==='{'||_0x5a6a5e===',')&&/[A-Za-z_$]/[_0x5c6833(0x104)](_0x4728a0)){let _0xcb3f58=_0xa387b5+0x1;while(/[A-Za-z0-9_$]/[_0x5c6833(0x104)](_0x1f528f[_0xcb3f58]??''))_0xcb3f58++;let _0x3b3fc8=_0xcb3f58;while(/\s/[_0x5c6833(0x104)](_0x1f528f[_0x3b3fc8]??''))_0x3b3fc8++;if(_0x1f528f[_0x3b3fc8]===':'){_0x3d394d+=JSON[_0x5c6833(0x10b)](_0x1f528f[_0x5c6833(0x127)](_0xa387b5,_0xcb3f58)),_0xa387b5=_0xcb3f58-0x1,_0x5a6a5e=_0x5c6833(0x129);continue;}}_0x3d394d+=_0x4728a0;if(!/\s/['test'](_0x4728a0)&&_0x4728a0!==':')_0x5a6a5e=_0x5c6833(0x133);}return _0x3d394d;}function parseGeneratedRegistryJson(_0x2b994f){const _0x3c42d4=a6_0x1c9924;try{return JSON[_0x3c42d4(0x10a)](_0x2b994f);}catch{return JSON[_0x3c42d4(0x10a)](generatedObjectLiteralToJson(_0x2b994f));}}function normalizeModelEntries(_0x5e3fd2,_0x27d77f){const _0x3ab6bb=a6_0x1c9924,_0x516bcb=Object[_0x3ab6bb(0x102)](_0x5e3fd2),_0x541a71=[];for(const _0xd38fef of _0x27d77f){if(!_0xd38fef||typeof _0xd38fef!=='object'||Array[_0x3ab6bb(0x116)](_0xd38fef))return undefined;const _0x224983=_0xd38fef;if(typeof _0x224983[_0x3ab6bb(0x140)]!==_0x3ab6bb(0x122)||typeof _0x224983[_0x3ab6bb(0x101)]!==_0x3ab6bb(0x122)||typeof _0x224983[_0x3ab6bb(0x124)]!==_0x3ab6bb(0x122))return undefined;let _0x2d6016;if(typeof _0x224983[_0x3ab6bb(0x131)]===_0x3ab6bb(0x122)&&_0x224983['datasetCodes']===undefined)_0x2d6016=Object['fromEntries'](_0x516bcb[_0x3ab6bb(0x125)](_0x5a97b7=>[_0x5a97b7,_0x224983['datasetCode']]));else{if(_0x224983[_0x3ab6bb(0x131)]===undefined&&_0x224983[_0x3ab6bb(0x11b)]&&typeof _0x224983[_0x3ab6bb(0x11b)]==='object'&&!Array['isArray'](_0x224983[_0x3ab6bb(0x11b)])&&Object['values'](_0x224983['datasetCodes'])['every'](_0x48a360=>typeof _0x48a360===_0x3ab6bb(0x122)))_0x2d6016={..._0x224983[_0x3ab6bb(0x11b)]};else return undefined;}_0x541a71[_0x3ab6bb(0x137)]({'alias':_0x224983[_0x3ab6bb(0x140)],'tableName':_0x224983[_0x3ab6bb(0x101)],'name':_0x224983[_0x3ab6bb(0x124)],'datasetCodes':_0x2d6016});}return _0x541a71;}export function parseModelRegistry(_0x4314d9){const _0x43f6d4=a6_0x1c9924,_0x36f8f7=extractRegistryJson(_0x4314d9);if(!_0x36f8f7)return undefined;try{const _0x10afd1=parseGeneratedRegistryJson(_0x36f8f7);if(typeof _0x10afd1[_0x43f6d4(0x113)]!==_0x43f6d4(0x122)||!_0x10afd1[_0x43f6d4(0x11e)]||typeof _0x10afd1[_0x43f6d4(0x11e)]!==_0x43f6d4(0x12b))return undefined;if(_0x10afd1[_0x43f6d4(0x13c)]==='lovrabet-model-registry/v1')return migrateLegacyRegistry(_0x10afd1);if(!(_0x10afd1[_0x43f6d4(0x13c)]===LEGACY_MODEL_REGISTRY_V2_PROTOCOL||_0x10afd1['protocol']===undefined&&_0x4314d9['includes'](MODEL_REGISTRY_VERSION_MARKER))||!Array[_0x43f6d4(0x116)](_0x10afd1[_0x43f6d4(0x106)]))return undefined;const _0x544e25=_0x10afd1[_0x43f6d4(0x11e)],_0x5dbfc3=normalizeModelEntries(_0x544e25,_0x10afd1[_0x43f6d4(0x106)]);if(!_0x5dbfc3)return undefined;return{'defaultProfile':_0x10afd1[_0x43f6d4(0x113)],'profiles':_0x544e25,'models':_0x5dbfc3};}catch{return undefined;}}export function readModelRegistry(_0x21e460){if(!existsSync(_0x21e460))return undefined;try{return parseModelRegistry(readFileSync(_0x21e460,'utf8'));}catch{return undefined;}}function registrySource(_0x598f6e){const _0x4310b7=a6_0x1c9924,_0x445376=Object[_0x4310b7(0x102)](_0x598f6e['profiles']),_0x3ab4f3=_0x598f6e[_0x4310b7(0x106)][_0x4310b7(0x125)](_0x203852=>{const _0x51149d=_0x4310b7,_0x2b3207=_0x445376['map'](_0x30c800=>_0x203852['datasetCodes'][_0x30c800]),_0x16b65f=_0x2b3207[0x0],_0x3e595f=_0x16b65f!==undefined&&_0x2b3207[_0x51149d(0x110)](_0x10bed8=>_0x10bed8===_0x16b65f),_0x3bf6c9={'alias':_0x203852[_0x51149d(0x140)],'tableName':_0x203852[_0x51149d(0x101)],'name':_0x203852['name']};return _0x3e595f?{..._0x3bf6c9,'datasetCode':_0x16b65f}:{..._0x3bf6c9,'datasetCodes':_0x203852[_0x51149d(0x11b)]};}),_0x29a101=JSON[_0x4310b7(0x10b)]({'defaultProfile':_0x598f6e['defaultProfile'],'profiles':_0x598f6e['profiles'],'models':_0x3ab4f3},null,0x2)[_0x4310b7(0x10d)]('\x0a')['map'](_0x3f1919=>'\x20\x20'+_0x3f1919)[_0x4310b7(0x13e)]('\x0a');return'/**\x0a\x20*\x20Dataset\x20model\x20facts\x20generated\x20by\x20Rabetbase\x20CLI.\x0a\x20*\x0a\x20*\x20This\x20file\x20is\x20safe\x20to\x20commit.\x20Do\x20not\x20edit\x20it\x20manually\x20and\x20never\x20add\x20credentials.\x0a\x20*/\x0a\x0aexport\x20interface\x20LovrabetModelProfile\x20{\x0a\x20\x20appCode:\x20string;\x0a\x20\x20runtimeDomain:\x20string;\x0a}\x0a\x0aexport\x20interface\x20LovrabetModelEntryMetadata\x20{\x0a\x20\x20alias:\x20string;\x0a\x20\x20tableName:\x20string;\x0a\x20\x20name:\x20string;\x0a}\x0a\x0aexport\x20type\x20LovrabetModelEntry\x20=\x20LovrabetModelEntryMetadata\x20&\x20(\x0a\x20\x20|\x20{\x20datasetCode:\x20string;\x20datasetCodes?:\x20never\x20}\x0a\x20\x20|\x20{\x20datasetCode?:\x20never;\x20datasetCodes:\x20Record<string,\x20string>\x20}\x0a);\x0a\x0aexport\x20interface\x20LovrabetModelRegistry\x20{\x0a\x20\x20defaultProfile:\x20string;\x0a\x20\x20profiles:\x20Record<string,\x20LovrabetModelProfile>;\x0a\x20\x20models:\x20LovrabetModelEntry[];\x0a}\x0a\x0a'+MODEL_REGISTRY_VERSION_MARKER+_0x4310b7(0x12d)+REGISTRY_START+'\x0a'+_0x29a101+_0x4310b7(0x119)+REGISTRY_END+'\x0a';}function mergeProfileModels(_0x862fe5,_0x13faa2,_0x263c32){const _0x47d098=a6_0x1c9924,_0x25e117=_0x263c32[_0x47d098(0x125)](_0x57cb67=>({..._0x57cb67,'alias':_0x57cb67[_0x47d098(0x140)]||_0x57cb67[_0x47d098(0x101)]})),_0xc4b4c6=new Map(),_0x516230=new Map();for(const _0x3ff684 of _0x25e117){const _0x12b232=_0xc4b4c6[_0x47d098(0x13a)](_0x3ff684[_0x47d098(0x140)]);if(_0x12b232&&_0x12b232!==_0x3ff684[_0x47d098(0x101)])throw new Error(_0x47d098(0x123)+_0x3ff684[_0x47d098(0x140)]+'\x22\x20maps\x20to\x20both\x20\x22'+_0x12b232+_0x47d098(0x11d)+_0x3ff684[_0x47d098(0x101)]+'\x22\x20in\x20profile\x20\x22'+_0x13faa2+'\x22.');const _0x12d4d2=_0x516230[_0x47d098(0x13a)](_0x3ff684['tableName']);if(_0x12d4d2&&_0x12d4d2!==_0x3ff684['alias'])throw new Error(_0x47d098(0x136)+_0x3ff684['tableName']+_0x47d098(0x128)+_0x12d4d2+'\x22\x20and\x20\x22'+_0x3ff684[_0x47d098(0x140)]+_0x47d098(0x13f)+_0x13faa2+'\x22.');_0xc4b4c6[_0x47d098(0x12a)](_0x3ff684[_0x47d098(0x140)],_0x3ff684[_0x47d098(0x101)]),_0x516230['set'](_0x3ff684[_0x47d098(0x101)],_0x3ff684[_0x47d098(0x140)]);const _0x49f22f=_0x862fe5[_0x47d098(0x106)][_0x47d098(0x13b)](_0x10bbf1=>_0x10bbf1[_0x47d098(0x140)]===_0x3ff684['alias']);if(_0x49f22f&&_0x49f22f[_0x47d098(0x101)]!==_0x3ff684[_0x47d098(0x101)])throw new Error('Model\x20alias\x20\x22'+_0x3ff684[_0x47d098(0x140)]+'\x22\x20maps\x20to\x20table\x20\x22'+_0x49f22f[_0x47d098(0x101)]+_0x47d098(0x10c)+_0x3ff684['tableName']+_0x47d098(0x13f)+_0x13faa2+'\x22.');const _0x66ae1f=_0x862fe5[_0x47d098(0x106)][_0x47d098(0x13b)](_0x354779=>_0x354779[_0x47d098(0x101)]===_0x3ff684['tableName']);if(_0x66ae1f&&_0x66ae1f[_0x47d098(0x140)]!==_0x3ff684[_0x47d098(0x140)])throw new Error('Table\x20\x22'+_0x3ff684[_0x47d098(0x101)]+_0x47d098(0x107)+_0x66ae1f[_0x47d098(0x140)]+'\x22\x20in\x20the\x20registry\x20but\x20\x22'+_0x3ff684[_0x47d098(0x140)]+_0x47d098(0x13f)+_0x13faa2+'\x22.');}for(const _0x4c6ed8 of _0x862fe5[_0x47d098(0x106)]){delete _0x4c6ed8[_0x47d098(0x11b)][_0x13faa2];}for(const _0x201367 of _0x25e117){let _0x27df5e=_0x862fe5[_0x47d098(0x106)]['find'](_0x12749c=>_0x12749c[_0x47d098(0x140)]===_0x201367['alias']);!_0x27df5e&&(_0x27df5e={'alias':_0x201367['alias'],'tableName':_0x201367[_0x47d098(0x101)],'name':_0x201367[_0x47d098(0x124)],'datasetCodes':{}},_0x862fe5['models'][_0x47d098(0x137)](_0x27df5e)),(_0x13faa2===_0x862fe5[_0x47d098(0x113)]||!_0x27df5e[_0x47d098(0x11b)][_0x862fe5[_0x47d098(0x113)]])&&(_0x27df5e['alias']=_0x201367[_0x47d098(0x140)],_0x27df5e[_0x47d098(0x101)]=_0x201367[_0x47d098(0x101)],_0x27df5e['name']=_0x201367[_0x47d098(0x124)]),_0x27df5e[_0x47d098(0x11b)][_0x13faa2]=_0x201367[_0x47d098(0x131)];}_0x862fe5['models']=_0x862fe5[_0x47d098(0x106)][_0x47d098(0x12e)](_0x31ea20=>Object['keys'](_0x31ea20[_0x47d098(0x11b)])['length']>0x0);}function removeUnboundProfiles(_0x2e4c8a){const _0x1b8a7a=a6_0x1c9924,_0x5c2acf=Object['entries'](_0x2e4c8a[_0x1b8a7a(0x11e)])[_0x1b8a7a(0x12e)](([,_0x5e770e])=>_0x5e770e[_0x1b8a7a(0x132)]==='NOT-SET')[_0x1b8a7a(0x125)](([_0x408dfc])=>_0x408dfc);if(_0x5c2acf['length']===0x0)return;for(const _0xc3f4 of _0x5c2acf){delete _0x2e4c8a['profiles'][_0xc3f4];for(const _0x97df8a of _0x2e4c8a['models']){delete _0x97df8a[_0x1b8a7a(0x11b)][_0xc3f4];}}_0x2e4c8a[_0x1b8a7a(0x106)]=_0x2e4c8a[_0x1b8a7a(0x106)][_0x1b8a7a(0x12e)](_0x253af5=>Object[_0x1b8a7a(0x102)](_0x253af5[_0x1b8a7a(0x11b)])[_0x1b8a7a(0x126)]>0x0);}export function getProfileModels(_0x400c0f,_0x2ef35c){const _0x9d1d3f=a6_0x1c9924;return _0x400c0f[_0x9d1d3f(0x106)]['flatMap'](_0x24206a=>{const _0x109f96=_0x9d1d3f,_0x21935c=_0x24206a['datasetCodes'][_0x2ef35c];return _0x21935c?[{'datasetCode':_0x21935c,'tableName':_0x24206a[_0x109f96(0x101)],'name':_0x24206a[_0x109f96(0x124)],'alias':_0x24206a['alias']}]:[];});}export function updateModelRegistry(_0x23d2d1){const _0x18cb35=a6_0x1c9924,_0x334bed=a6_0x444cb9[_0x18cb35(0x13e)](_0x23d2d1['outputDir'],MODEL_REGISTRY_FILE_NAME),_0x206b4d=existsSync(_0x334bed),_0x3433e9=readModelRegistry(_0x334bed);if(_0x206b4d&&!_0x3433e9)throw new Error(MODEL_REGISTRY_FILE_NAME+'\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.');const _0x484d2b=_0x3433e9??emptyRegistry(_0x23d2d1[_0x18cb35(0x113)]);if(_0x23d2d1['appCode']!=='NOT-SET')removeUnboundProfiles(_0x484d2b);const _0x49ea56=_0x3433e9?getProfileModels(_0x3433e9,_0x23d2d1[_0x18cb35(0x11c)])[_0x18cb35(0x126)]:0x0;if(_0x49ea56>0x0&&_0x23d2d1['models'][_0x18cb35(0x126)]===0x0&&!_0x23d2d1['allowEmptyReplacement'])throw new Error(_0x18cb35(0x120)+_0x49ea56+_0x18cb35(0x11f)+_0x23d2d1['profileName']+_0x18cb35(0x111)+_0x18cb35(0x115));_0x484d2b['defaultProfile']=_0x23d2d1[_0x18cb35(0x113)],_0x484d2b[_0x18cb35(0x11e)][_0x23d2d1[_0x18cb35(0x11c)]]={'appCode':_0x23d2d1[_0x18cb35(0x132)],'runtimeDomain':_0x23d2d1['runtimeDomain']},mergeProfileModels(_0x484d2b,_0x23d2d1[_0x18cb35(0x11c)],_0x23d2d1[_0x18cb35(0x106)]),mkdirSync(_0x23d2d1['outputDir'],{'recursive':!![]});const _0x2b65a4=_0x334bed+'.'+process['pid']+'.'+Date[_0x18cb35(0x105)]()+_0x18cb35(0x121);try{writeFileSync(_0x2b65a4,registrySource(_0x484d2b),{'encoding':'utf8','mode':0x1a4}),renameSync(_0x2b65a4,_0x334bed);}catch(_0x2355e4){try{unlinkSync(_0x2b65a4);}catch{}throw _0x2355e4;}return{'path':_0x334bed,'registry':_0x484d2b,'existed':_0x206b4d};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7_0x39269c=a7_0x6045;(function(_0x361a6a,_0x2f6111){const _0x41db79=a7_0x6045,_0x972259=_0x361a6a();while(!![]){try{const _0x20d751=parseInt(_0x41db79(0x155))/0x1*(-parseInt(_0x41db79(0x147))/0x2)+parseInt(_0x41db79(0x157))/0x3*(-parseInt(_0x41db79(0x158))/0x4)+parseInt(_0x41db79(0x14e))/0x5*(parseInt(_0x41db79(0x156))/0x6)+parseInt(_0x41db79(0x150))/0x7+parseInt(_0x41db79(0x14d))/0x8*(-parseInt(_0x41db79(0x15a))/0x9)+parseInt(_0x41db79(0x149))/0xa+-parseInt(_0x41db79(0x14f))/0xb;if(_0x20d751===_0x2f6111)break;else _0x972259['push'](_0x972259['shift']());}catch(_0x3aab65){_0x972259['push'](_0x972259['shift']());}}}(a7_0x2fd3,0x6d733));import{readFileSync}from'node:fs';function a7_0x2fd3(){const _0x59bc50=['startsWith','typescript','dirname','24gagqcy','5YOFHVu','2983915VphcIW','3305064oZwWqA','profile-api.ts.tpl','replace','resolve','{ProjectRoutingImport}','37wqEKmP','5115390xnlGOL','21594aplzuN','220ntbCls','utf8','1141416btBCbu','../../templates/generate-api','cwd','join','format','7022yneyJu','profile-client.ts.tpl','3011240BQszET'];a7_0x2fd3=function(){return _0x59bc50;};return a7_0x2fd3();}import a7_0x37fcd5 from'node:path';import{fileURLToPath}from'node:url';function a7_0x6045(_0x34d0a2,_0x45e7c9){_0x34d0a2=_0x34d0a2-0x143;const _0x2fd3f4=a7_0x2fd3();let _0x60458d=_0x2fd3f4[_0x34d0a2];return _0x60458d;}import a7_0x2912dc from'prettier';import{PROJECT_DOMAIN_ROUTING_FILE_NAME}from'../config/project-domain-routing.js';function relativeImport(_0x1d920a,_0x5818e3){const _0x179f79=a7_0x6045;let _0x5d6c7f=a7_0x37fcd5['relative'](_0x1d920a,_0x5818e3)[_0x179f79(0x152)](/\\/g,'/');if(!_0x5d6c7f[_0x179f79(0x14a)]('.'))_0x5d6c7f='./'+_0x5d6c7f;return _0x5d6c7f;}export async function renderModelRegistryScaffold(_0x26ef1e,_0x2501b4=process[a7_0x39269c(0x144)]()){const _0xeac782=a7_0x39269c,_0x33f088=fileURLToPath(import.meta.url),_0x7d2742=a7_0x37fcd5[_0xeac782(0x153)](a7_0x37fcd5[_0xeac782(0x14c)](_0x33f088),_0xeac782(0x143)),_0xdeac14=relativeImport(a7_0x37fcd5[_0xeac782(0x153)](_0x26ef1e),a7_0x37fcd5[_0xeac782(0x153)](_0x2501b4,PROJECT_DOMAIN_ROUTING_FILE_NAME)),_0x1db3dd=readFileSync(a7_0x37fcd5[_0xeac782(0x145)](_0x7d2742,_0xeac782(0x151)),_0xeac782(0x159))[_0xeac782(0x152)](_0xeac782(0x154),_0xdeac14),[_0xb20f7d,_0x2ab14e,_0x6f8455]=await Promise['all']([a7_0x2912dc[_0xeac782(0x146)](_0x1db3dd,{'parser':_0xeac782(0x14b)}),a7_0x2912dc['format'](readFileSync(a7_0x37fcd5['join'](_0x7d2742,_0xeac782(0x148)),_0xeac782(0x159)),{'parser':_0xeac782(0x14b)}),a7_0x2912dc[_0xeac782(0x146)](readFileSync(a7_0x37fcd5[_0xeac782(0x145)](_0x7d2742,'model-runtime.ts.tpl'),'utf8'),{'parser':'typescript'})]);return{'api':_0xb20f7d,'client':_0x2ab14e,'modelRuntime':_0x6f8455};}
|
package/lib/api/model-source.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x278f87,_0x13cebd){const _0x2f3608=a8_0x22f1,_0xe94fc6=_0x278f87();while(!![]){try{const _0x5e51c2=-parseInt(_0x2f3608(0x19a))/0x1+-parseInt(_0x2f3608(0x195))/0x2+-parseInt(_0x2f3608(0x19b))/0x3+parseInt(_0x2f3608(0x1a5))/0x4+parseInt(_0x2f3608(0x188))/0x5+parseInt(_0x2f3608(0x1a6))/0x6+parseInt(_0x2f3608(0x19d))/0x7*(-parseInt(_0x2f3608(0x18f))/0x8);if(_0x5e51c2===_0x13cebd)break;else _0xe94fc6['push'](_0xe94fc6['shift']());}catch(_0x3c29a5){_0xe94fc6['push'](_0xe94fc6['shift']());}}}(a8_0x384a,0x25de6));import{existsSync}from'node:fs';import a8_0x5f46f9 from'node:path';import{readRawConfig}from'../context/config-loader.js';function a8_0x22f1(_0x3a6d3e,_0x342092){_0x3a6d3e=_0x3a6d3e-0x188;const _0x384a48=a8_0x384a();let _0x22f11f=_0x384a48[_0x3a6d3e];return _0x22f11f;}import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../api/model-registry-file.js';import{CliErrors}from'../errors.js';import{CLI_BIN_NAME}from'../constant/cli.js';export function resolveApiModelSource(_0x32e878,_0x2f6960,_0x369843){const _0x102a45=a8_0x22f1,_0x2eb341=a8_0x5f46f9[_0x102a45(0x1a3)](process['cwd'](),_0x32e878),_0x3ab98c=a8_0x5f46f9[_0x102a45(0x1a3)](_0x2eb341,'api.ts'),_0x2a87b3=a8_0x5f46f9[_0x102a45(0x1a3)](_0x2eb341,MODEL_REGISTRY_FILE_NAME),_0x4fb64f=readModelRegistry(_0x2a87b3);if(_0x4fb64f){const _0x2f303b=_0x2f6960?Object[_0x102a45(0x18e)](_0x4fb64f['profiles'])[_0x102a45(0x190)](([,_0x3d560b])=>_0x3d560b[_0x102a45(0x18b)]===_0x2f6960):[];if(_0x369843){if(_0x4fb64f[_0x102a45(0x1a2)][_0x369843])return{'filePath':_0x2a87b3,'profileName':_0x369843};if(_0x2f303b[_0x102a45(0x199)]>0x0)throw CliErrors['validation'](_0x102a45(0x198)+_0x369843+_0x102a45(0x192)+MODEL_REGISTRY_FILE_NAME+'.',_0x102a45(0x1a1)+CLI_BIN_NAME+_0x102a45(0x196)+_0x369843+_0x102a45(0x191));}else{if(_0x2f303b[_0x102a45(0x199)]===0x1)return{'filePath':_0x2a87b3,'profileName':_0x2f303b[0x0][0x0]};if(_0x2f303b['length']>0x1)throw new Error(_0x102a45(0x1a4)+_0x2f6960+_0x102a45(0x19c)+_0x2f303b[_0x102a45(0x18c)](([_0x15ebf8])=>_0x15ebf8)[_0x102a45(0x18a)](',\x20')+'.\x20'+_0x102a45(0x194));if(_0x4fb64f['profiles'][_0x4fb64f[_0x102a45(0x193)]]&&!_0x2f6960)return{'filePath':_0x2a87b3,'profileName':_0x4fb64f[_0x102a45(0x193)]};}}if(!_0x2f6960&&!_0x369843)return{'filePath':_0x3ab98c};const _0x316b72=readRawConfig(),_0x476804=_0x316b72[_0x102a45(0x19e)]&&typeof _0x316b72[_0x102a45(0x19e)]==='object'?_0x316b72['apps']:{},_0x5e84a3=_0x369843&&_0x476804[_0x369843]?[_0x369843,_0x476804[_0x369843]]:Object['entries'](_0x476804)['find'](([,_0x54d6f8])=>_0x54d6f8?.[_0x102a45(0x1a0)]===_0x2f6960);if(!_0x5e84a3)return{'filePath':_0x3ab98c};const [_0x9fbc12,_0x294090]=_0x5e84a3,_0x435367=typeof _0x316b72[_0x102a45(0x197)]===_0x102a45(0x18d)?_0x316b72[_0x102a45(0x197)]:undefined;if(_0x294090?.[_0x102a45(0x189)])return{'filePath':_0x3ab98c};if(_0x435367&&_0x9fbc12!==_0x435367){const _0x5c5334=a8_0x5f46f9[_0x102a45(0x1a3)](_0x2eb341,_0x9fbc12+_0x102a45(0x19f));if(existsSync(_0x5c5334))return{'filePath':_0x5c5334};}return{'filePath':_0x3ab98c};}function a8_0x384a(){const _0x2b9815=['\x20api\x20pull\x20--app\x20','defaultApp','Model\x20profile\x20\x22','length','208392dFDaaj','308781xidmgM','\x22\x20belongs\x20to\x20multiple\x20model\x20profiles:\x20','35cZCtzA','apps','-api.ts','appcode','Run\x20`','profiles','resolve','AppCode\x20\x22','33804BgYQcp','1338312axkxpa','1484635tdekEq','apiDir','join','appCode','map','string','entries','7288ARSKhW','filter','`\x20first.','\x22\x20is\x20missing\x20from\x20','defaultProfile','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.','114892bqOHsD'];a8_0x384a=function(){return _0x2b9815;};return a8_0x384a();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3ec68c,_0xabcef8){const _0x37a289=a9_0x5a2c,_0x5dc17d=_0x3ec68c();while(!![]){try{const _0x221059=parseInt(_0x37a289(0x10e))/0x1+-parseInt(_0x37a289(0x103))/0x2*(-parseInt(_0x37a289(0x10d))/0x3)+parseInt(_0x37a289(0x112))/0x4*(-parseInt(_0x37a289(0x10b))/0x5)+-parseInt(_0x37a289(0x110))/0x6+parseInt(_0x37a289(0x113))/0x7+parseInt(_0x37a289(0x104))/0x8+parseInt(_0x37a289(0x102))/0x9*(-parseInt(_0x37a289(0x107))/0xa);if(_0x221059===_0xabcef8)break;else _0x5dc17d['push'](_0x5dc17d['shift']());}catch(_0x5ad888){_0x5dc17d['push'](_0x5dc17d['shift']());}}}(a9_0x35c9,0x4f917));function a9_0x5a2c(_0x13f5d2,_0x39084d){_0x13f5d2=_0x13f5d2-0x101;const _0x35c95a=a9_0x35c9();let _0x5a2c8c=_0x35c95a[_0x13f5d2];return _0x5a2c8c;}import{getIsSessionValid}from'../auth/is-session-valid.js';import{authServer}from'../auth/auth-server.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';function a9_0x35c9(){const _0x36c79c=['\x20auth\x20login\x20--yes`\x20and\x20open\x20the\x20printed\x20URL\x20in\x20your\x20browser.','83856tOIhwi','*\x20Login\x20successful!','8fGtHVi','1756916gxLHqY','No\x20valid\x20session.\x20Login\x20now?','stop','Logging\x20in...\x20Please\x20complete\x20login\x20in\x20your\x20browser.','validation','9ILWNnS','84rSHmGT','584024QtmjIQ','Starting\x20browser\x20login.\x20Share\x20the\x20printed\x20URL\x20with\x20the\x20user.','!\x20Login\x20failed.','256150cQGXcj','Run\x20`','autoYes','nonInteractive','1540645WfUlsW','log','18801mmbHdd','394555iCTVDW'];a9_0x35c9=function(){return _0x36c79c;};return a9_0x35c9();}import{confirm}from'@inquirer/prompts';import a9_0x186b48 from'ora';export async function runAuthServer(_0x2d8d3c){const _0x41f14a=a9_0x5a2c,_0x50fd25=await getIsSessionValid();if(_0x50fd25){console['log']('โ\x20Valid\x20session\x20detected,\x20no\x20login\x20required.');return;}if(_0x2d8d3c?.['nonInteractive']&&!_0x2d8d3c[_0x41f14a(0x109)])throw CliErrors[_0x41f14a(0x101)]('Browser\x20login\x20cannot\x20run\x20in\x20non-interactive\x20mode.',_0x41f14a(0x108)+CLI_BIN_NAME+_0x41f14a(0x10f));const _0x53c1d8=_0x2d8d3c?.[_0x41f14a(0x109)]?!![]:await confirm({'message':_0x41f14a(0x114),'default':!![]});if(!_0x53c1d8)return;if(_0x2d8d3c?.[_0x41f14a(0x10a)]){console[_0x41f14a(0x10c)](_0x41f14a(0x105));const _0x590422=await authServer({'silent':![],'openBrowser':![]});_0x590422?console['log'](_0x41f14a(0x111)):console[_0x41f14a(0x10c)]('!\x20Login\x20failed.');return;}const _0x1f9a0f=a9_0x186b48(_0x41f14a(0x116))['start'](),_0x5b0089=await authServer({'silent':!![],'openBrowser':!![]});_0x1f9a0f[_0x41f14a(0x115)](),_0x5b0089?console[_0x41f14a(0x10c)](_0x41f14a(0x111)):console[_0x41f14a(0x10c)](_0x41f14a(0x106));}
|
package/lib/auth/auth-server.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x430002=a10_0x21fb;(function(_0x461e7c,_0x49ab8d){const _0x11b912=a10_0x21fb,_0x6cb650=_0x461e7c();while(!![]){try{const _0x4502bb=-parseInt(_0x11b912(0x93))/0x1*(parseInt(_0x11b912(0x82))/0x2)+parseInt(_0x11b912(0x7f))/0x3+-parseInt(_0x11b912(0x86))/0x4*(-parseInt(_0x11b912(0x92))/0x5)+parseInt(_0x11b912(0xa5))/0x6*(-parseInt(_0x11b912(0x9a))/0x7)+parseInt(_0x11b912(0xa1))/0x8+-parseInt(_0x11b912(0xa6))/0x9+parseInt(_0x11b912(0x80))/0xa*(parseInt(_0x11b912(0x8f))/0xb);if(_0x4502bb===_0x49ab8d)break;else _0x6cb650['push'](_0x6cb650['shift']());}catch(_0x3b546b){_0x6cb650['push'](_0x6cb650['shift']());}}}(a10_0x5bf2,0x5d039));import{writeFileSync}from'node:fs';import a10_0x18170c from'node:http';import a10_0x25255e from'node:https';import{getUserDomain}from'../constant/domain.js';import{getOfficialRoutingCdn,getOfficialRoutingProfile}from'../constant/routing-profile.js';import{getProjectDomainRoutingManifest}from'../config/project-domain-routing.js';function a10_0x21fb(_0x324bf5,_0x13d673){_0x324bf5=_0x324bf5-0x75;const _0x5bf25a=a10_0x5bf2();let _0x21fb95=_0x5bf25a[_0x324bf5];return _0x21fb95;}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;export function resolveAuthCallbackRouting(_0x19b2d2){const _0x259698=a10_0x21fb;if(!_0x19b2d2)return getProjectDomainRoutingManifest()['local'];const _0x1ae4c0=getOfficialRoutingProfile(_0x19b2d2),_0x1e9cee=getOfficialRoutingCdn(_0x19b2d2);return{'origin':_0x1ae4c0[_0x259698(0x91)][_0x259698(0x96)],'certificateUrl':_0x1e9cee['lovrabet']+_0x259698(0xa3)};}function withPort(_0x19a615,_0x1a977a){const _0x1b08ec=new URL(_0x19a615);return _0x1b08ec['port']=String(_0x1a977a),_0x1b08ec['origin'];}export async function authServer(_0x296dca){const _0x195611=a10_0x21fb,_0x20b7d3=_0x296dca?.[_0x195611(0x75)]||![],_0xba7119=_0x296dca?.[_0x195611(0x9e)]??!![],_0x1a618a=_0x296dca?.[_0x195611(0x77)]??AUTH_LOGIN_TIMEOUT_MS;if(await getIsSessionValid())return!![];const _0x16defa=resolveAuthCallbackRouting(),_0x34b855=_0x16defa['certificateUrl']?await(await fetch(_0x16defa['certificateUrl']))['json']():undefined;return new Promise(async(_0x2f5067,_0x37b62f)=>{const _0x23b180=_0x195611;let _0x22d9c1=0x0,_0x2a822b=![],_0x1114a2;const _0x4b3e53=async(_0xbc2f85,_0x156c62)=>{const _0x465514=a10_0x21fb,_0x56270a=getUserDomain(),_0x13e739=_0xbc2f85[_0x465514(0x87)][_0x465514(0x89)]||'',_0x492cae=await fetch(_0x56270a+_0x465514(0x79),{'headers':{'cookie':_0x13e739}})['then'](_0x26b569=>_0x26b569[_0x465514(0x83)]()),_0x1bbf22=_0x492cae&&_0x492cae[_0x465514(0x8e)]&&_0x492cae[_0x465514(0x9d)];if(_0x1bbf22){writeFileSync(cookieFile,_0x13e739,'utf-8');const _0x1b0f8b=buildLoginSuccessHtml();_0x156c62['writeHead'](0xc8,{'Content-Type':'text/html;\x20charset=utf-8'}),_0x156c62[_0x465514(0x9c)](_0x1b0f8b),_0x230a9b(!![]);}else{const _0x563464=encodeURIComponent(withPort(_0x16defa[_0x465514(0x96)],_0x22d9c1));_0x156c62[_0x465514(0x8d)](0x12e,{'location':_0x56270a+_0x465514(0x84)+_0x563464}),_0x156c62[_0x465514(0x9c)]();return;}},_0x5b15af=_0x34b855?a10_0x25255e['createServer'](_0x34b855,_0x4b3e53):a10_0x18170c[_0x23b180(0x7a)](_0x4b3e53);function _0x230a9b(_0x5d2e98){if(_0x2a822b)return;_0x2a822b=!![],_0x1114a2&&clearTimeout(_0x1114a2),_0x5b15af['close'](),_0x2f5067(_0x5d2e98);}_0x5b15af[_0x23b180(0x81)](0x0,'127.0.0.1',()=>{const _0x4b438c=_0x23b180,_0xfaed82=_0x5b15af[_0x4b438c(0xa7)]();_0x22d9c1=typeof _0xfaed82===_0x4b438c(0x7d)&&_0xfaed82?_0xfaed82[_0x4b438c(0xa0)]:Number(_0xfaed82);const _0x1f9561=withPort(_0x16defa['origin'],_0x22d9c1);_0x1114a2=setTimeout(()=>{const _0x5f3d96=_0x4b438c;!_0x20b7d3&&console[_0x5f3d96(0x8b)](_0x5f3d96(0x7e)),_0x230a9b(![]);},_0x1a618a);!_0x20b7d3&&(console['log'](_0x4b438c(0x9f)),console['log'](_0x4b438c(0x95),_0x1f9561),_0xba7119?(console[_0x4b438c(0x8b)](_0x4b438c(0x85)),console[_0x4b438c(0x8b)](''),console[_0x4b438c(0x8b)](_0x4b438c(0x7b))):console[_0x4b438c(0x8b)]('๐ก\x20Open\x20the\x20login\x20URL\x20above\x20in\x20your\x20browser\x20to\x20complete\x20authorization.'),console[_0x4b438c(0x8b)](''));if(!_0xba7119)return;openInBrowser(_0x1f9561)[_0x4b438c(0x90)](_0x5dcfab=>{const _0x1293fc=_0x4b438c;!_0x20b7d3&&(_0x5dcfab?console[_0x1293fc(0x8b)](_0x1293fc(0x99)):(console[_0x1293fc(0x8b)](_0x1293fc(0x98)),console['log'](_0x1293fc(0x7c),_0x1f9561)),console[_0x1293fc(0x8b)](''));})[_0x4b438c(0x94)](()=>{const _0x204ac6=_0x4b438c;!_0x20b7d3&&(console[_0x204ac6(0x8b)]('โ ๏ธ\x20\x20Failed\x20to\x20open\x20browser\x20automatically'),console[_0x204ac6(0x8b)]('๐\x20Please\x20copy\x20the\x20login\x20URL\x20into\x20your\x20browser:',_0x1f9561),console['log'](''));});}),_0x5b15af['on']('error',_0x125289=>{const _0x21baa6=_0x23b180;if(_0x2a822b)return;_0x2a822b=!![],_0x1114a2&&clearTimeout(_0x1114a2),!_0x20b7d3&&console[_0x21baa6(0x97)](_0x21baa6(0x8c),_0x125289),_0x5b15af[_0x21baa6(0x88)](),_0x37b62f(_0x125289);});});}function openInBrowser(_0x2c3f6d){return new Promise(_0x127a7f=>{const _0x4ea41d=a10_0x21fb,_0x2e7233=process[_0x4ea41d(0xa4)];let _0x1293ca;if(_0x2e7233===_0x4ea41d(0x78))_0x1293ca=_0x4ea41d(0x76)+_0x2c3f6d+'\x22';else _0x2e7233===_0x4ea41d(0x8a)?_0x1293ca=_0x4ea41d(0x9b)+_0x2c3f6d+'\x22':_0x1293ca='xdg-open\x20\x22'+_0x2c3f6d+'\x22';exec(_0x1293ca,_0x5765ad=>{_0x5765ad?_0x127a7f(![]):_0x127a7f(!![]);});});}function a10_0x5bf2(){const _0x538067=['createServer','๐ก\x20If\x20the\x20browser\x20does\x20not\x20open\x20automatically,\x20copy\x20the\x20login\x20URL\x20above\x20into\x20your\x20browser.','๐\x20Please\x20copy\x20the\x20login\x20URL\x20into\x20your\x20browser:','object','!\x20Login\x20URL\x20expired\x20after\x2010\x20minutes.\x20Run\x20the\x20login\x20command\x20again\x20to\x20get\x20a\x20new\x20URL.','1104153nlAhRk','1020SYJYPM','listen','2OhhYDV','json','/sign-in?redirect=','๐\x20Attempting\x20to\x20open\x20browser\x20automatically...','2612EGOyrx','headers','close','cookie','darwin','log','Auth\x20server\x20error:','writeHead','session','74558hlZVbH','then','local','2745MSaTXp','460766iUBMTr','catch','๐\x20Login\x20URL:','origin','error','โ ๏ธ\x20\x20Failed\x20to\x20open\x20browser\x20automatically','โ
\x20Browser\x20opened.\x20Please\x20complete\x20login\x20in\x20the\x20browser.','7BXPFVv','open\x20\x22','end','user','openBrowser','๐\x20Starting\x20login\x20service...','port','776104XQVify','isAuth','/cert/lovrabet-dev.json','platform','3815562hLyiDB','335151zvXJwq','address','silent','cmd\x20/c\x20start\x20\x22\x22\x20\x22','timeoutMs','win32','/api/auth/get-session'];a10_0x5bf2=function(){return _0x538067;};return a10_0x5bf2();}if(import.meta.main){const isAuth=await authServer();console[a10_0x430002(0x8b)](a10_0x430002(0xa2),isAuth);}
|
package/lib/auth/constant.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0x21bbee=a11_0x5182;function a11_0x5182(_0x2ce61a,_0x11b447){_0x2ce61a=_0x2ce61a-0x19a;const _0x14e46c=a11_0x14e4();let _0x5182a0=_0x14e46c[_0x2ce61a];return _0x5182a0;}function a11_0x14e4(){const _0x62a1e0=['30wDgHUM','12214872VmtVkI','7383971qvxuXY','6QoVGbA','6918430tLZyJj','29229860zhaMfM','.lovrabet','357580ooCUzV','68hYAZeX','11950713EgmaQE','32138xGrrhr'];a11_0x14e4=function(){return _0x62a1e0;};return a11_0x14e4();}(function(_0xb44107,_0x422267){const _0x328b10=a11_0x5182,_0x26605e=_0xb44107();while(!![]){try{const _0x109239=-parseInt(_0x328b10(0x19e))/0x1*(parseInt(_0x328b10(0x19c))/0x2)+-parseInt(_0x328b10(0x19f))/0x3*(parseInt(_0x328b10(0x19b))/0x4)+-parseInt(_0x328b10(0x1a3))/0x5+-parseInt(_0x328b10(0x1a2))/0x6*(-parseInt(_0x328b10(0x1a1))/0x7)+parseInt(_0x328b10(0x1a0))/0x8+-parseInt(_0x328b10(0x19d))/0x9+parseInt(_0x328b10(0x1a4))/0xa;if(_0x109239===_0x422267)break;else _0x26605e['push'](_0x26605e['shift']());}catch(_0x32b4aa){_0x26605e['push'](_0x26605e['shift']());}}}(a11_0x14e4,0xc4e71));import{mkdirSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const configDir=join(homedir(),a11_0x21bbee(0x19a));export const cookieFile=join(configDir,'cookie');mkdirSync(configDir,{'recursive':!![]});
|
package/lib/auth/get-cookie.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a12_0x15e1(){var _0x1d6570=['758jnxYKG','438MDCrzM','9WoOuti','2629209PfPDQL','6716304hNFCos','42yWMsts','227224meUGSL','utf-8','49565vkkQMt','29905680gOlgEK','20OYlWJy','4564238hRtECq','373VMZZsX'];a12_0x15e1=function(){return _0x1d6570;};return a12_0x15e1();}(function(_0x5f47ae,_0x327775){var _0x3184b0=a12_0x1ac1,_0x57e772=_0x5f47ae();while(!![]){try{var _0x368ac2=parseInt(_0x3184b0(0x1f0))/0x1*(parseInt(_0x3184b0(0x1f1))/0x2)+parseInt(_0x3184b0(0x1f6))/0x3*(-parseInt(_0x3184b0(0x1ea))/0x4)+parseInt(_0x3184b0(0x1ec))/0x5*(-parseInt(_0x3184b0(0x1f2))/0x6)+parseInt(_0x3184b0(0x1ef))/0x7+parseInt(_0x3184b0(0x1f5))/0x8*(-parseInt(_0x3184b0(0x1f3))/0x9)+parseInt(_0x3184b0(0x1ee))/0xa*(-parseInt(_0x3184b0(0x1f4))/0xb)+parseInt(_0x3184b0(0x1ed))/0xc;if(_0x368ac2===_0x327775)break;else _0x57e772['push'](_0x57e772['shift']());}catch(_0x32be9e){_0x57e772['push'](_0x57e772['shift']());}}}(a12_0x15e1,0x6da08));import{readFileSync}from'node:fs';import{cookieFile}from'../auth/constant.js';function a12_0x1ac1(_0x229165,_0x214a4){_0x229165=_0x229165-0x1ea;var _0x15e1d2=a12_0x15e1();var _0x1ac118=_0x15e1d2[_0x229165];return _0x1ac118;}export function getCookie(){var _0x604a58=a12_0x1ac1;try{return readFileSync(cookieFile,_0x604a58(0x1eb));}catch{}return'';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a13_0x2472(_0x4095a3,_0x1c943f){_0x4095a3=_0x4095a3-0x1d8;const _0x3fe1b5=a13_0x3fe1();let _0x24727c=_0x3fe1b5[_0x4095a3];return _0x24727c;}(function(_0x7b1bb0,_0x36a354){const _0x426c66=a13_0x2472,_0x153476=_0x7b1bb0();while(!![]){try{const _0x5d7b07=parseInt(_0x426c66(0x1db))/0x1+parseInt(_0x426c66(0x1da))/0x2+-parseInt(_0x426c66(0x1e3))/0x3+parseInt(_0x426c66(0x1df))/0x4+-parseInt(_0x426c66(0x1dd))/0x5+parseInt(_0x426c66(0x1de))/0x6+-parseInt(_0x426c66(0x1dc))/0x7*(parseInt(_0x426c66(0x1d9))/0x8);if(_0x5d7b07===_0x36a354)break;else _0x153476['push'](_0x153476['shift']());}catch(_0x25f7e9){_0x153476['push'](_0x153476['shift']());}}}(a13_0x3fe1,0x8382c));import{existsSync,readFileSync}from'node:fs';import{getUserDomain}from'../constant/domain.js';import{cookieFile}from'../auth/constant.js';function a13_0x3fe1(){const _0x57b0a7=['session','1621650yBsOIJ','utf-8','39344MpHrdM','638448UyfQNE','796384uIRidX','1113MHBmnh','4357830TLrFTH','6057384zXsHCp','2430296eEyLzX','json','user'];a13_0x3fe1=function(){return _0x57b0a7;};return a13_0x3fe1();}export async function getSessionUserInfo(){const _0x162dd2=a13_0x2472;try{if(!existsSync(cookieFile))return null;const _0x399697=readFileSync(cookieFile,_0x162dd2(0x1d8)),_0x22651e=await fetch(getUserDomain()+'/api/auth/get-session',{'headers':{'cookie':_0x399697}});if(!_0x22651e['ok'])return null;const _0x14b2cc=await _0x22651e[_0x162dd2(0x1e0)]();if(!_0x14b2cc[_0x162dd2(0x1e2)]||!_0x14b2cc[_0x162dd2(0x1e1)])return null;return _0x14b2cc;}catch{return null;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1b5fd1,_0x4b7db5){const _0x309af3=a14_0x3159,_0x36b677=_0x1b5fd1();while(!![]){try{const _0x377c35=parseInt(_0x309af3(0x96))/0x1*(parseInt(_0x309af3(0x97))/0x2)+parseInt(_0x309af3(0x99))/0x3*(parseInt(_0x309af3(0x94))/0x4)+-parseInt(_0x309af3(0x98))/0x5+parseInt(_0x309af3(0x9c))/0x6+parseInt(_0x309af3(0x92))/0x7*(-parseInt(_0x309af3(0x93))/0x8)+-parseInt(_0x309af3(0x9b))/0x9+-parseInt(_0x309af3(0x9a))/0xa;if(_0x377c35===_0x4b7db5)break;else _0x36b677['push'](_0x36b677['shift']());}catch(_0xfafa4b){_0x36b677['push'](_0x36b677['shift']());}}}(a14_0x2d9c,0xb7e93));function a14_0x3159(_0x89772d,_0x2a36eb){_0x89772d=_0x89772d-0x91;const _0x2d9c71=a14_0x2d9c();let _0x3159ae=_0x2d9c71[_0x89772d];return _0x3159ae;}import{existsSync,readFileSync}from'node:fs';import{getUserDomain}from'../constant/domain.js';import{cookieFile}from'../auth/constant.js';export async function getIsSessionValid(){const _0x38f6a4=a14_0x3159;try{if(!existsSync(cookieFile))return![];const _0x5b5a40=readFileSync(cookieFile,'utf-8'),_0x8e9a76=await fetch(getUserDomain()+_0x38f6a4(0x95),{'headers':{'cookie':_0x5b5a40}})['then'](_0x547f9f=>_0x547f9f[_0x38f6a4(0x9d)]());return _0x8e9a76&&_0x8e9a76[_0x38f6a4(0x9e)]&&_0x8e9a76[_0x38f6a4(0x91)];}catch{}return![];}function a14_0x2d9c(){const _0x481bb3=['1141LZfyJl','71512iyfwdm','20qUBkKd','/api/auth/get-session','3kacQZL','722556zWkMHc','1339565YHxPxy','659577QpUcRe','1451020pgxFwC','2260251JEJpCd','4148286EcqQUl','json','session','user'];a14_0x2d9c=function(){return _0x481bb3;};return a14_0x2d9c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
(function(_0x166d09,_0x4363bc){const _0x4d84da=a15_0x4a41,_0x23cb5f=_0x166d09();while(!![]){try{const _0x18dfbb=parseInt(_0x4d84da(0x7f))/0x1*(-parseInt(_0x4d84da(0x89))/0x2)+parseInt(_0x4d84da(0x83))/0x3+parseInt(_0x4d84da(0x88))/0x4*(-parseInt(_0x4d84da(0x8a))/0x5)+-parseInt(_0x4d84da(0x85))/0x6*(parseInt(_0x4d84da(0x82))/0x7)+parseInt(_0x4d84da(0x81))/0x8+-parseInt(_0x4d84da(0x84))/0x9+parseInt(_0x4d84da(0x86))/0xa;if(_0x18dfbb===_0x4363bc)break;else _0x23cb5f['push'](_0x23cb5f['shift']());}catch(_0x112622){_0x23cb5f['push'](_0x23cb5f['shift']());}}}(a15_0x70db,0xb5f55));export function buildLoginSuccessHtml(){const _0x2772d1=a15_0x4a41,_0x36d10c=_0x2772d1(0x80);return'<!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>'+_0x36d10c+_0x2772d1(0x87);}function a15_0x4a41(_0x328798,_0x2eb37f){_0x328798=_0x328798-0x7f;const _0x70db8c=a15_0x70db();let _0x4a4157=_0x70db8c[_0x328798];return _0x4a4157;}function a15_0x70db(){const _0x4e3a15=['59675wsuBCt','1380099kyEgZZ','9981801hnxKnL','192sFKfTy','33911910DWuVqF','</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>','177048gwwyDw','1232AbJluW','50vtqnfg','2144jvAclR','Unable\x20to\x20close\x20automatically.\x20Please\x20close\x20this\x20tab\x20or\x20window\x20manually.','314320BNnfEY'];a15_0x70db=function(){return _0x4e3a15;};return a15_0x70db();}
|
package/lib/auth/logout.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a16_0x8952(){var _0x31878c=['198568ycrjCU','43317KZpfzr','140940PPjfwi','3gwngsh','980290qbnvma','573562FzAAne','โ\x20Logged\x20out','log','!\x20Not\x20logged\x20in','25148DtbFFz','21MJoJNw','181266UlZDbv','40BLesOx','1tLHTVA'];a16_0x8952=function(){return _0x31878c;};return a16_0x8952();}function a16_0x2832(_0x1b8da1,_0x52e3e3){_0x1b8da1=_0x1b8da1-0xa7;var _0x89525=a16_0x8952();var _0x2832e9=_0x89525[_0x1b8da1];return _0x2832e9;}(function(_0x245ad7,_0x1ed0bc){var _0xde6d12=a16_0x2832,_0x41b941=_0x245ad7();while(!![]){try{var _0x4ac168=parseInt(_0xde6d12(0xaa))/0x1*(parseInt(_0xde6d12(0xad))/0x2)+parseInt(_0xde6d12(0xae))/0x3*(-parseInt(_0xde6d12(0xb4))/0x4)+parseInt(_0xde6d12(0xaf))/0x5+parseInt(_0xde6d12(0xa8))/0x6*(-parseInt(_0xde6d12(0xa7))/0x7)+parseInt(_0xde6d12(0xab))/0x8+-parseInt(_0xde6d12(0xac))/0x9*(parseInt(_0xde6d12(0xa9))/0xa)+-parseInt(_0xde6d12(0xb0))/0xb;if(_0x4ac168===_0x1ed0bc)break;else _0x41b941['push'](_0x41b941['shift']());}catch(_0x5c33dd){_0x41b941['push'](_0x41b941['shift']());}}}(a16_0x8952,0x1e09b));import{unlinkSync,existsSync}from'node:fs';import{cookieFile}from'../auth/constant.js';export function logout(){var _0x1640a1=a16_0x2832;existsSync(cookieFile)?(unlinkSync(cookieFile),console[_0x1640a1(0xb2)](_0x1640a1(0xb1))):console[_0x1640a1(0xb2)](_0x1640a1(0xb3));}
|
package/lib/cli-flags.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a17_0x3289(){const _0x40c4a3=['66pcMKpk','81015kMbOdk','27375282DsNOgP','3450070FEMLDr','2070102fuAgWJ','2725456vjdxNw','116aqIphE','18YcsjVG','18AMHhAh','1052275eVSQSE','15346pHqAhP','boolean'];a17_0x3289=function(){return _0x40c4a3;};return a17_0x3289();}function a17_0x4209(_0x2ce8dd,_0x1761c8){_0x2ce8dd=_0x2ce8dd-0x1ea;const _0x328995=a17_0x3289();let _0x420978=_0x328995[_0x2ce8dd];return _0x420978;}const a17_0x443b5d=a17_0x4209;(function(_0x20ec09,_0x41ef80){const _0x55f727=a17_0x4209,_0x200955=_0x20ec09();while(!![]){try{const _0x343e8d=-parseInt(_0x55f727(0x1f5))/0x1*(-parseInt(_0x55f727(0x1eb))/0x2)+-parseInt(_0x55f727(0x1ef))/0x3+parseInt(_0x55f727(0x1f1))/0x4*(-parseInt(_0x55f727(0x1ec))/0x5)+-parseInt(_0x55f727(0x1f2))/0x6*(parseInt(_0x55f727(0x1f4))/0x7)+parseInt(_0x55f727(0x1f0))/0x8*(-parseInt(_0x55f727(0x1f3))/0x9)+-parseInt(_0x55f727(0x1ee))/0xa+parseInt(_0x55f727(0x1ed))/0xb;if(_0x343e8d===_0x41ef80)break;else _0x200955['push'](_0x200955['shift']());}catch(_0xbcf90e){_0x200955['push'](_0x200955['shift']());}}}(a17_0x3289,0x575b5));export const dynamicCliFlags={'enableBffSave':{'type':a17_0x443b5d(0x1ea)}};
|