@lovrabet/rabetbase-cli 2.4.5 → 2.4.6-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.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/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/get.js +1 -1
- package/lib/commands/config/index.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/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/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/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/{standard-page-status.d.ts → create.d.ts} +1 -1
- package/lib/commands/page/create.js +1 -0
- package/lib/commands/page/{react → custom}/detail.d.ts +1 -1
- package/lib/commands/page/custom/detail.js +1 -0
- package/lib/commands/page/{react → custom}/list.d.ts +1 -1
- package/lib/commands/page/custom/list.js +1 -0
- package/lib/commands/page/{react → custom}/publish.d.ts +1 -1
- package/lib/commands/page/custom/publish.js +1 -0
- package/lib/commands/page/{react → custom}/shared.d.ts +15 -15
- package/lib/commands/page/custom/shared.js +1 -0
- package/lib/commands/page/{react → custom}/syntax.d.ts +2 -2
- package/lib/commands/page/custom/syntax.js +1 -0
- package/lib/commands/page/custom/template.js +1 -0
- package/lib/commands/page/{react → custom}/update.d.ts +1 -1
- package/lib/commands/page/custom/update.js +1 -0
- package/lib/commands/page/data-list-status.d.ts +2 -0
- package/lib/commands/page/data-list-status.js +1 -0
- 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.d.ts +18 -18
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.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/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/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/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/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +43 -43
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.d.ts +3 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.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/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/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/rules-cdn.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 +34 -34
- package/skills/rabetbase/guides/backend-function.md +63 -18
- package/skills/rabetbase/guides/bff-creation-workflow.md +2 -0
- package/skills/rabetbase/guides/{react-custom-page-workflow.md → custom-page-workflow.md} +45 -45
- package/skills/rabetbase/guides/page-development-workflow.md +22 -22
- package/skills/rabetbase/knowledge/{react-page → custom-page}/components.md +2 -2
- package/skills/rabetbase/knowledge/{react-page → custom-page}/generation-standards.md +6 -6
- package/skills/rabetbase/knowledge/page-schema/LrSmartTable.md +6 -6
- package/skills/rabetbase/knowledge/page-schema/external-resources-usage.md +1 -1
- package/skills/rabetbase/references/rabetbase-bff-create.md +2 -0
- package/skills/rabetbase/references/{rabetbase-standard-page-status.md → rabetbase-data-list-status.md} +6 -6
- package/skills/rabetbase/references/rabetbase-dataset-generate.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-relation-mutations.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-relations.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-restore.md +1 -1
- package/skills/rabetbase/references/rabetbase-menu-list.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-create.md +31 -0
- package/skills/rabetbase/references/{rabetbase-page-react-detail.md → rabetbase-page-custom-detail.md} +5 -5
- package/skills/rabetbase/references/{rabetbase-page-react-list.md → rabetbase-page-custom-list.md} +4 -4
- package/skills/rabetbase/references/{rabetbase-page-react-publish.md → rabetbase-page-custom-publish.md} +6 -6
- package/skills/rabetbase/references/{rabetbase-page-react-update.md → rabetbase-page-custom-update.md} +6 -6
- package/skills/rabetbase/references/rabetbase-page-generate-start.md +5 -4
- package/skills/rabetbase/references/rabetbase-page-generate-status.md +4 -4
- package/skills/rabetbase/references/rabetbase-page-pull.md +2 -2
- package/skills/rabetbase/references/rabetbase-page-relation-binding.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-restore.md +7 -7
- package/skills/rabetbase/references/rabetbase-page-sync.md +3 -3
- package/skills/rabetbase.manifest.json +12 -12
- package/lib/commands/page/react/create.d.ts +0 -2
- package/lib/commands/page/react/create.js +0 -1
- package/lib/commands/page/react/detail.js +0 -1
- package/lib/commands/page/react/list.js +0 -1
- package/lib/commands/page/react/publish.js +0 -1
- package/lib/commands/page/react/shared.js +0 -1
- package/lib/commands/page/react/syntax.js +0 -1
- package/lib/commands/page/react/template.js +0 -1
- package/lib/commands/page/react/update.js +0 -1
- package/lib/commands/page/standard-page-status.js +0 -1
- package/skills/rabetbase/references/rabetbase-page-react-create.md +0 -29
- /package/lib/commands/page/{react → custom}/template.d.ts +0 -0
package/lib/commands/bff/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a34_0x4f8fab=a34_0x5083;function a34_0x5083(_0x4781bc,_0x432580){_0x4781bc=_0x4781bc-0x1b7;const _0x17396a=a34_0x1739();let _0x50834e=_0x17396a[_0x4781bc];return _0x50834e;}(function(_0x29ba24,_0x2763a1){const _0x49c73e=a34_0x5083,_0x48ff10=_0x29ba24();while(!![]){try{const _0x5859a0=-parseInt(_0x49c73e(0x1c8))/0x1+parseInt(_0x49c73e(0x1b7))/0x2+parseInt(_0x49c73e(0x1c4))/0x3*(-parseInt(_0x49c73e(0x1c0))/0x4)+-parseInt(_0x49c73e(0x1d6))/0x5+parseInt(_0x49c73e(0x1cd))/0x6*(-parseInt(_0x49c73e(0x1c5))/0x7)+parseInt(_0x49c73e(0x1c7))/0x8*(parseInt(_0x49c73e(0x1c3))/0x9)+-parseInt(_0x49c73e(0x1d1))/0xa*(-parseInt(_0x49c73e(0x1ca))/0xb);if(_0x5859a0===_0x2763a1)break;else _0x48ff10['push'](_0x48ff10['shift']());}catch(_0x3d1e86){_0x48ff10['push'](_0x48ff10['shift']());}}}(a34_0x1739,0xc24b2));import{listBffScripts}from'../../core/api-client.js';function a34_0x1739(){const _0x2a9348=['map','6XPbTVS','COMMON','Filter\x20by\x20script\x20name','type','63430SFpGPP','No\x20BFF\x20scripts\x20found.','appCode','description','verbose','6021095cmlLeV','list','2123712KzXYzZ','str','read','string','ENDPOINT','scriptType','name','bool','(unnamed)','4zCZxFH','length','Return\x20full\x20script\x20objects','9PSwQXr','2051484qFcEfT','4424189WEkqCh','functionName','11814104ZXQKDb','1423740OHkufU','bff','3817DeXgSc','List\x20BFF\x20scripts'];a34_0x1739=function(){return _0x2a9348;};return a34_0x1739();}export const bffList={'service':a34_0x4f8fab(0x1c9),'command':a34_0x4f8fab(0x1d7),'description':a34_0x4f8fab(0x1cb),'risk':a34_0x4f8fab(0x1b9),'flags':[{'name':a34_0x4f8fab(0x1d0),'type':a34_0x4f8fab(0x1ba),'description':'Script\x20type\x20filter','default':'ENDPOINT','enum':[a34_0x4f8fab(0x1bb),a34_0x4f8fab(0x1ce)]},{'name':a34_0x4f8fab(0x1bd),'type':a34_0x4f8fab(0x1ba),'description':a34_0x4f8fab(0x1cf)},{'name':a34_0x4f8fab(0x1d5),'type':'boolean','description':a34_0x4f8fab(0x1c2)}],async 'execute'(_0x34684f){const _0x6afc60=a34_0x4f8fab,_0x5d2128=await listBffScripts(_0x34684f[_0x6afc60(0x1d3)],_0x34684f[_0x6afc60(0x1b8)](_0x6afc60(0x1d0)),{'scriptName':_0x34684f[_0x6afc60(0x1b8)](_0x6afc60(0x1bd))||undefined}),_0x3dad50=_0x34684f[_0x6afc60(0x1be)]('verbose');return{'ok':!![],'data':_0x3dad50?_0x5d2128:_0x5d2128[_0x6afc60(0x1cc)](_0x26186e=>({'id':_0x26186e['id'],'functionName':_0x26186e[_0x6afc60(0x1c6)]??'','description':_0x26186e[_0x6afc60(0x1d4)]||_0x6afc60(0x1bf),'scriptType':_0x26186e[_0x6afc60(0x1bc)]})),'message':_0x5d2128[_0x6afc60(0x1c1)]===0x0?_0x6afc60(0x1d2):undefined};}};
|
package/lib/commands/bff/pull.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a35_0xd798f7=a35_0x1955;function a35_0x1955(_0x2139f0,_0x32690f){_0x2139f0=_0x2139f0-0xce;const _0x384ea8=a35_0x384e();let _0x19558a=_0x384ea8[_0x2139f0];return _0x19558a;}(function(_0x8edb3,_0x58e895){const _0x41c595=a35_0x1955,_0x593a72=_0x8edb3();while(!![]){try{const _0x3f78ec=-parseInt(_0x41c595(0x10e))/0x1+-parseInt(_0x41c595(0x102))/0x2+parseInt(_0x41c595(0x109))/0x3*(parseInt(_0x41c595(0xd8))/0x4)+-parseInt(_0x41c595(0xde))/0x5+-parseInt(_0x41c595(0xee))/0x6+-parseInt(_0x41c595(0x113))/0x7*(parseInt(_0x41c595(0xdc))/0x8)+parseInt(_0x41c595(0xdf))/0x9*(parseInt(_0x41c595(0x106))/0xa);if(_0x3f78ec===_0x58e895)break;else _0x593a72['push'](_0x593a72['shift']());}catch(_0x4d6b27){_0x593a72['push'](_0x593a72['shift']());}}}(a35_0x384e,0x40c3a));import{createInterface}from'node:readline';import{writeFile}from'node:fs/promises';import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,ensureParentDirectory,fileExists,normalizeBffType,resolveRemoteScriptTarget}from'../../core/bff/file-system.js';import{computeContentHash,computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';function a35_0x384e(){const _0x200b2c=['utf8','hookLocation','2178WjehfX','conflict','yes','nonInteractive','stdin','307813hNyzat','COMMON','filePath','toLowerCase','\x22\x20not\x20found\x20after\x20ensureLockScope.','5061niXTtv','all','ENDPOINT','Would\x20inspect\x20','appCode','\x20pulled,\x20','lockFilePath','\x20failed','length','trim','Force\x20overwrite\x20local\x20unsynced\x20changes','map','cancelled','bff','unresolvable\x20target\x20path','parse','close','scriptContent','1316VHtgRz','functions','local\x20unsynced\x20changes','operationType','72QFoSOn','boolean','1129780kklBrI','4731543yFBSYF','No\x20remote\x20BFF\x20scripts\x20found.','pull','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','Remote\x20script\x20missing\x20id.','&type=','validation','skipped','GET','push','\x20remote\x20BFF\x20script(s)\x20for\x20pull','force','string','scriptType','version','1116738mLWgaK','stringify','functionNode','/api/management/library/scripts/list?appCode=','message','datasetCode','Force\x20pull\x20cancelled.','str','toISOString','hash','type','apps','alias','would_pull','\x20skipped,\x20','bool','lockKey','apiDir','question','Pull\x20complete:\x20','597270vAnEuy','Remote\x20script\x20missing\x20content.','scriptsRoot','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','20WQjJXc'];a35_0x384e=function(){return _0x200b2c;};return a35_0x384e();}import{CliErrors}from'../../errors.js';export const bffPull={'service':a35_0xd798f7(0xd3),'command':a35_0xd798f7(0xe1),'description':a35_0xd798f7(0x105),'risk':'read','flags':[{'name':a35_0xd798f7(0xf8),'type':a35_0xd798f7(0xeb),'description':'Pull\x20only\x20this\x20script\x20type','enum':[a35_0xd798f7(0x10f),a35_0xd798f7(0x115),'HOOK']},{'name':a35_0xd798f7(0xea),'type':a35_0xd798f7(0xdd),'description':a35_0xd798f7(0xd0)}],async 'dryRun'(_0xf77cf0){const _0xfcec4b=a35_0xd798f7,_0x2e73fb=loadBffProjectConfig(_0xf77cf0['appCode']),_0x2da646=await readBffLockFile(_0x2e73fb[_0xfcec4b(0x119)]),{appLock:_0x4d64d1}=ensureLockScope(_0x2da646??createEmptyBffLock(),_0xf77cf0[_0xfcec4b(0x117)],_0x2e73fb['scriptsRoot'],'pull'),_0x5cdfec=normalizeBffType(_0xf77cf0[_0xfcec4b(0xf5)](_0xfcec4b(0xf8)))??undefined,_0x4e6e32=buildDatasetCodeToAliasMap(_0xf77cf0[_0xfcec4b(0xff)],_0xf77cf0[_0xfcec4b(0x117)]),[_0x9591e,_0x561c09]=await Promise[_0xfcec4b(0x114)]([listBffScripts(_0xf77cf0['appCode'],_0x5cdfec),getBffScriptStatistics(_0xf77cf0[_0xfcec4b(0x117)])]),_0x30f02c=createHookLocationMap(_0x561c09),_0x208eed=[];for(const _0x5e05bc of _0x9591e){const _0x3ac514=resolveRemoteScriptTarget(_0x2e73fb,_0x5e05bc,_0x30f02c,_0x4d64d1[_0xfcec4b(0xd9)],_0x4e6e32);if(!_0x3ac514){_0x208eed[_0xfcec4b(0xe8)]({'scriptType':_0x5e05bc[_0xfcec4b(0xec)],'functionName':_0x5e05bc['functionName']??'','status':_0xfcec4b(0xe6),'reason':'unresolvable\x20target\x20path'});continue;}const _0x5094b5=_0x4d64d1[_0xfcec4b(0xd9)][_0x3ac514['lockKey']],_0x24050e=_0x5e05bc[_0xfcec4b(0xd7)]!=null?computeContentHash(_0x5e05bc[_0xfcec4b(0xd7)]):undefined,_0xe0e830=await hasUnsyncedLocalChanges(_0x3ac514[_0xfcec4b(0x110)],_0x5094b5,_0x24050e);_0x208eed[_0xfcec4b(0xe8)]({'lockKey':_0x3ac514[_0xfcec4b(0xfe)],'filePath':_0x3ac514[_0xfcec4b(0x110)],'remoteId':_0x5e05bc['id']??null,'status':_0xe0e830?_0xfcec4b(0x10a):_0xfcec4b(0xfb)});}return{'method':_0xfcec4b(0xe7),'url':_0xfcec4b(0xf1)+_0xf77cf0[_0xfcec4b(0x117)]+(_0x5cdfec?_0xfcec4b(0xe4)+_0x5cdfec:''),'body':{'appCode':_0xf77cf0[_0xfcec4b(0x117)],'filterType':_0x5cdfec??null,'files':_0x208eed},'description':_0xfcec4b(0x116)+_0x208eed[_0xfcec4b(0xce)]+_0xfcec4b(0xe9)};},async 'execute'(_0x48b9ca){const _0x5a0baa=a35_0xd798f7,_0x3053b5=loadBffProjectConfig(_0x48b9ca[_0x5a0baa(0x117)]),_0x48edee=await readBffLockFile(_0x3053b5['lockFilePath']),{lockData:_0x149166,appLock:_0x6ae8c3}=ensureLockScope(_0x48edee??createEmptyBffLock(),_0x48b9ca[_0x5a0baa(0x117)],_0x3053b5[_0x5a0baa(0x104)],_0x5a0baa(0xe1)),_0x222133=normalizeBffType(_0x48b9ca[_0x5a0baa(0xf5)](_0x5a0baa(0xf8)))??undefined;if(_0x48b9ca[_0x5a0baa(0xf5)](_0x5a0baa(0xf8))&&!_0x222133)throw CliErrors[_0x5a0baa(0xe5)]('--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.');const [_0xf0b03a,_0x414131]=await Promise['all']([listBffScripts(_0x48b9ca[_0x5a0baa(0x117)],_0x222133),getBffScriptStatistics(_0x48b9ca['appCode'])]);if(_0xf0b03a[_0x5a0baa(0xce)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x5a0baa(0xe0)};const _0x41391b=_0x48b9ca[_0x5a0baa(0xfd)](_0x5a0baa(0xea));if(_0x41391b&&!_0x48b9ca[_0x5a0baa(0x10c)]){const _0x4a8ad4=await confirmForce();if(!_0x4a8ad4)throw CliErrors[_0x5a0baa(0xd2)](_0x5a0baa(0xf4));}if(_0x41391b&&_0x48b9ca[_0x5a0baa(0x10c)]){}const _0x5e4f66=buildDatasetCodeToAliasMap(_0x48b9ca[_0x5a0baa(0xff)],_0x48b9ca[_0x5a0baa(0x117)]),_0x208e49=createHookLocationMap(_0x414131),_0x5b6c97=JSON[_0x5a0baa(0xd5)](JSON[_0x5a0baa(0xef)](_0x149166)),_0x4a3977=_0x48b9ca[_0x5a0baa(0x117)],_0x1d5f71=_0x5b6c97[_0x5a0baa(0xf9)][_0x4a3977];if(!_0x1d5f71)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0x4a3977+_0x5a0baa(0x112));const _0xa4af23=[],_0x4a29a0=[],_0x2f6540=[];for(const _0x49bbe4 of _0xf0b03a){const _0x1b507c=resolveRemoteScriptTarget(_0x3053b5,_0x49bbe4,_0x208e49,_0x6ae8c3[_0x5a0baa(0xd9)],_0x5e4f66);if(!_0x1b507c){_0x4a29a0['push']({'lockKey':_0x49bbe4['scriptType']+'/'+_0x49bbe4['functionName'],'reason':_0x5a0baa(0xd4)});continue;}const _0x31de2b=_0x6ae8c3[_0x5a0baa(0xd9)][_0x1b507c['lockKey']];try{if(!_0x49bbe4['id'])throw new Error(_0x5a0baa(0xe3));if(_0x49bbe4[_0x5a0baa(0xd7)]==null)throw new Error(_0x5a0baa(0x103));const _0x5c0a52=_0x49bbe4['scriptContent'],_0x4bf2b3=computeContentHash(_0x5c0a52);if(!_0x41391b){const _0x1065b2=await hasUnsyncedLocalChanges(_0x1b507c['filePath'],_0x31de2b,_0x4bf2b3);if(_0x1065b2){_0x4a29a0['push']({'lockKey':_0x1b507c[_0x5a0baa(0xfe)],'reason':_0x5a0baa(0xda)});continue;}}await ensureParentDirectory(_0x1b507c[_0x5a0baa(0x110)]),await writeFile(_0x1b507c['filePath'],_0x5c0a52,_0x5a0baa(0x107));const _0x4a6b47={'hash':_0x4bf2b3,'remoteId':_0x49bbe4['id'],'version':_0x49bbe4[_0x5a0baa(0xed)]};_0x1b507c[_0x5a0baa(0xf8)]==='HOOK'&&_0x1b507c[_0x5a0baa(0x108)]&&(_0x4a6b47[_0x5a0baa(0xfa)]=_0x1b507c[_0x5a0baa(0x108)][_0x5a0baa(0xfa)],_0x4a6b47['datasetCode']=_0x1b507c['hookLocation'][_0x5a0baa(0xf3)],_0x4a6b47['operationType']=_0x1b507c[_0x5a0baa(0x108)][_0x5a0baa(0xdb)],_0x4a6b47[_0x5a0baa(0xf0)]=_0x1b507c[_0x5a0baa(0x108)][_0x5a0baa(0xf0)]),_0x1d5f71[_0x5a0baa(0xd9)][_0x1b507c[_0x5a0baa(0xfe)]]=_0x4a6b47,_0xa4af23[_0x5a0baa(0xe8)]({'lockKey':_0x1b507c[_0x5a0baa(0xfe)],'remoteId':_0x49bbe4['id']});}catch(_0x5a25af){_0x2f6540[_0x5a0baa(0xe8)]({'lockKey':_0x1b507c[_0x5a0baa(0xfe)],'error':_0x5a25af instanceof Error?_0x5a25af[_0x5a0baa(0xf2)]:String(_0x5a25af)});}}return _0x1d5f71['lastSync']=new Date()[_0x5a0baa(0xf6)](),await writeBffLockFile(_0x3053b5[_0x5a0baa(0x119)],_0x5b6c97),{'ok':_0x2f6540['length']===0x0,'data':{'pulled':_0xa4af23,'skipped':_0x4a29a0,'failed':_0x2f6540},'message':_0x5a0baa(0x101)+_0xa4af23['length']+_0x5a0baa(0x118)+_0x4a29a0[_0x5a0baa(0xce)]+_0x5a0baa(0xfc)+_0x2f6540[_0x5a0baa(0xce)]+_0x5a0baa(0x11a)};}};async function hasUnsyncedLocalChanges(_0x30b98b,_0xef9a10,_0x1cf711){const _0x442125=a35_0xd798f7;if(!await fileExists(_0x30b98b))return![];const _0x370c8e=await computeFileHash(_0x30b98b);if(!_0xef9a10)return _0x1cf711?_0x370c8e!==_0x1cf711:!![];return _0x370c8e!==_0xef9a10[_0x442125(0xf7)];}function buildDatasetCodeToAliasMap(_0x16b1e1,_0x5296eb){const _0x17336f=a35_0xd798f7,_0x11b515=loadAliasMap(_0x16b1e1,undefined,resolveApiFilePath(_0x16b1e1,_0x5296eb));return new Map(_0x11b515[_0x17336f(0xd1)](_0x48323=>[_0x48323[_0x17336f(0xf3)],_0x48323[_0x17336f(0xfa)]]));}async function confirmForce(){const _0x22e238=a35_0xd798f7,_0x341bf7=createInterface({'input':process[_0x22e238(0x10d)],'output':process['stderr']}),_0x21b96c=await new Promise(_0x46eb30=>{const _0x104112=_0x22e238;_0x341bf7[_0x104112(0x100)](_0x104112(0xe2),_0x46eb30);});return _0x341bf7[_0x22e238(0xd6)](),['y',_0x22e238(0x10b)]['includes'](_0x21b96c[_0x22e238(0xcf)]()[_0x22e238(0x111)]());}
|
package/lib/commands/bff/push.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a36_0x17c61d=a36_0x332e;(function(_0x387a24,_0x2c671b){const _0xd46ce7=a36_0x332e,_0x2f1cfb=_0x387a24();while(!![]){try{const _0x4ca4db=-parseInt(_0xd46ce7(0xb3))/0x1*(-parseInt(_0xd46ce7(0xc6))/0x2)+parseInt(_0xd46ce7(0xea))/0x3*(parseInt(_0xd46ce7(0xb7))/0x4)+parseInt(_0xd46ce7(0xbb))/0x5*(parseInt(_0xd46ce7(0xba))/0x6)+parseInt(_0xd46ce7(0xb2))/0x7+parseInt(_0xd46ce7(0xca))/0x8*(parseInt(_0xd46ce7(0xe7))/0x9)+parseInt(_0xd46ce7(0xcd))/0xa*(parseInt(_0xd46ce7(0xc1))/0xb)+-parseInt(_0xd46ce7(0xf0))/0xc;if(_0x4ca4db===_0x2c671b)break;else _0x2f1cfb['push'](_0x2f1cfb['shift']());}catch(_0x3cd7ad){_0x2f1cfb['push'](_0x2f1cfb['shift']());}}}(a36_0xb1ca,0xa5b11));import{readFile}from'node:fs/promises';function a36_0xb1ca(){const _0x21a786=['map','\x20skipped,\x20','message','appCode','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','force','alias','Force\x20push\x20ignoring\x20hash\x20protection','apiDir','every','aliasToDatasetCode','Push\x20local\x20BFF\x20scripts\x20to\x20remote','validation','datasetCode','filter','Incomplete\x20HOOK\x20path:\x20','would_push','functionNode','set','3226995XWtiOC','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','string','27DtIacf','script','version','functions','cleared','POST','46466052WKvrlO','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','attempted','Lock\x20scope\x20for\x20app\x20\x22','Run\x20`','bff','ENDPOINT','type','values','has','lockFilePath','write','scriptsRoot','push','Push\x20complete:\x20','datasetId','Cannot\x20resolve\x20dataset\x20for\x20\x22','length','No\x20local\x20BFF\x20functions\x20found.','utf8','description','Local\x20function\x20not\x20found:\x20','join','8584401SavUFA','589292oTfTMM','status','Push\x20only\x20this\x20script\x20type','runtime\x20cache\x20not\x20needed','231832Tqotlr','datasetCodeToDataset','some','804mYEoXv','2425tXVwoJ','filePath','update','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','runtime\x20cache\x20clear\x20failed','44bMFSqs','remoteId','name','bool','\x22\x20not\x20found\x20after\x20ensureLockScope.','2GIIjSD','get','str','operationType','24AyIzEI','Runtime\x20script\x20cache\x20cleared.','\x20failed,\x20','2682330mNTcXl','lockKey','apps',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','HOOK','stringify','hash'];a36_0xb1ca=function(){return _0x21a786;};return a36_0xb1ca();}import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';function a36_0x332e(_0x50f9db,_0x424ab2){_0x50f9db=_0x50f9db-0xaa;const _0xb1ca54=a36_0xb1ca();let _0x332e0e=_0xb1ca54[_0x50f9db];return _0x332e0e;}import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':a36_0x17c61d(0xf5),'command':'push','description':a36_0x17c61d(0xdf),'risk':a36_0x17c61d(0xfb),'flags':[{'name':a36_0x17c61d(0xf7),'type':'string','description':a36_0x17c61d(0xb5),'enum':['COMMON',a36_0x17c61d(0xf6),a36_0x17c61d(0xd1)]},{'name':a36_0x17c61d(0xc3),'type':a36_0x17c61d(0xe9),'description':a36_0x17c61d(0xbf)},{'name':a36_0x17c61d(0xd9),'type':'boolean','description':a36_0x17c61d(0xdb)}],async 'dryRun'(_0x5892cf){const _0x4cfca4=a36_0x17c61d,_0x376d58=loadBffProjectConfig(_0x5892cf[_0x4cfca4(0xd7)]),_0x31e554=await readBffLockFile(_0x376d58[_0x4cfca4(0xfa)]),{appLock:_0x1185c9}=ensureLockScope(_0x31e554??createEmptyBffLock(),_0x5892cf[_0x4cfca4(0xd7)],_0x376d58[_0x4cfca4(0xfc)],_0x4cfca4(0xfd)),_0x3a412e=await getTargetFunctions(_0x376d58,_0x5892cf),_0x480c19=_0x5892cf[_0x4cfca4(0xc4)](_0x4cfca4(0xd9)),_0x1f27f9=[];for(const _0x3ffe51 of _0x3a412e){const _0x462fed=await computeFileHash(_0x3ffe51['filePath']),_0x58ca37=_0x1185c9[_0x4cfca4(0xed)][_0x3ffe51[_0x4cfca4(0xce)]],_0x3e1b3f=!!_0x58ca37&&_0x58ca37[_0x4cfca4(0xd3)]===_0x462fed;_0x1f27f9[_0x4cfca4(0xfd)]({'lockKey':_0x3ffe51[_0x4cfca4(0xce)],'filePath':_0x3ffe51[_0x4cfca4(0xbc)],'remoteId':_0x58ca37?.[_0x4cfca4(0xc2)]??null,'mode':_0x58ca37?.[_0x4cfca4(0xc2)]?_0x4cfca4(0xbd):'create','status':!_0x480c19&&_0x3e1b3f?'unchanged':_0x4cfca4(0xe4)});}return{'method':_0x4cfca4(0xef),'url':'/api/management/library/scripts/save','body':{'appCode':_0x5892cf[_0x4cfca4(0xd7)],'force':_0x480c19,'files':_0x1f27f9,'cacheClearAtRuntime':_0x1f27f9['some'](_0x5e0553=>_0x5e0553['status']===_0x4cfca4(0xe4)),'cacheClearAtRuntimeTimes':_0x1f27f9[_0x4cfca4(0xb9)](_0x148eda=>_0x148eda[_0x4cfca4(0xb4)]===_0x4cfca4(0xe4))?CACHE_CLEAR_ATTEMPTS:0x0},'description':'Would\x20inspect\x20'+_0x1f27f9[_0x4cfca4(0xac)]+_0x4cfca4(0xe8)};},async 'execute'(_0x4c4f1e){const _0x4fcb2b=a36_0x17c61d,_0x16693d=loadBffProjectConfig(_0x4c4f1e[_0x4fcb2b(0xd7)]),_0x56dde2=await readBffLockFile(_0x16693d[_0x4fcb2b(0xfa)]),{lockData:_0xf94431,appLock:_0x322932}=ensureLockScope(_0x56dde2??createEmptyBffLock(),_0x4c4f1e[_0x4fcb2b(0xd7)],_0x16693d[_0x4fcb2b(0xfc)],_0x4fcb2b(0xfd)),_0x1279f2=await getTargetFunctions(_0x16693d,_0x4c4f1e);if(_0x1279f2[_0x4fcb2b(0xac)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0x4fcb2b(0xad)};const _0x1abf08=_0x4c4f1e['bool'](_0x4fcb2b(0xd9)),_0x303b2d=JSON['parse'](JSON[_0x4fcb2b(0xd2)](_0xf94431)),_0x352f16=_0x303b2d['apps'][_0x4c4f1e[_0x4fcb2b(0xd7)]];if(!_0x352f16)throw new Error(_0x4fcb2b(0xf3)+_0x4c4f1e[_0x4fcb2b(0xd7)]+_0x4fcb2b(0xc5));const _0x10fe3c=await buildHookMaps(_0x4c4f1e['appCode'],_0x4c4f1e[_0x4fcb2b(0xdc)],_0x1279f2,_0x352f16),_0x5c59c7=[],_0x5259ea=[],_0x31a08d=[];for(const _0x16e15 of _0x1279f2){const _0x5cdb55=await computeFileHash(_0x16e15[_0x4fcb2b(0xbc)]),_0x2bceff=_0x352f16['functions'][_0x16e15['lockKey']];if(!_0x1abf08&&_0x2bceff&&_0x2bceff[_0x4fcb2b(0xd3)]===_0x5cdb55){_0x5259ea[_0x4fcb2b(0xfd)]({'lockKey':_0x16e15['lockKey'],'reason':'unchanged'});continue;}try{await uploadSingleFunction(_0x4c4f1e[_0x4fcb2b(0xd7)],_0x16e15,_0x352f16,_0x10fe3c);const _0x42b98c=_0x352f16['functions'][_0x16e15[_0x4fcb2b(0xce)]];_0x5c59c7[_0x4fcb2b(0xfd)]({'lockKey':_0x16e15[_0x4fcb2b(0xce)],'remoteId':_0x42b98c?.[_0x4fcb2b(0xc2)]??0x0});}catch(_0x2f0fe0){_0x31a08d[_0x4fcb2b(0xfd)]({'lockKey':_0x16e15['lockKey'],'error':_0x2f0fe0 instanceof Error?_0x2f0fe0[_0x4fcb2b(0xd6)]:String(_0x2f0fe0)});}}_0x352f16['lastSync']=new Date()['toISOString'](),await writeBffLockFile(_0x16693d[_0x4fcb2b(0xfa)],_0x303b2d),await waitForUploadedLockEntries(_0x16693d[_0x4fcb2b(0xfa)],_0x4c4f1e[_0x4fcb2b(0xd7)],_0x5c59c7[_0x4fcb2b(0xd4)](_0x4be9aa=>_0x4be9aa[_0x4fcb2b(0xce)]));let _0x489a98={'attempted':![],'cleared':![]};if(_0x5c59c7[_0x4fcb2b(0xac)]>0x0)try{let _0x41804e='';for(let _0x32320f=0x0;_0x32320f<CACHE_CLEAR_ATTEMPTS;_0x32320f+=0x1){_0x41804e=await clearBffScriptCache(),_0x32320f<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x489a98={'attempted':!![],'cleared':!![],'message':_0x41804e||_0x4fcb2b(0xcb)};}catch(_0x2bfb31){_0x489a98={'attempted':!![],'cleared':![],'error':_0x2bfb31 instanceof Error?_0x2bfb31[_0x4fcb2b(0xd6)]:String(_0x2bfb31)};}const _0x463dbe=_0x31a08d[_0x4fcb2b(0xac)]===0x0&&(_0x489a98[_0x4fcb2b(0xf2)]?_0x489a98['cleared']:!![]),_0x31296e=_0x489a98[_0x4fcb2b(0xf2)]?_0x489a98[_0x4fcb2b(0xee)]?'runtime\x20cache\x20cleared':_0x4fcb2b(0xc0):_0x4fcb2b(0xb6);return{'ok':_0x463dbe,'data':{'uploaded':_0x5c59c7,'skipped':_0x5259ea,'failed':_0x31a08d,'cacheClear':_0x489a98},'message':_0x4fcb2b(0xfe)+_0x5c59c7['length']+'\x20uploaded,\x20'+_0x5259ea[_0x4fcb2b(0xac)]+_0x4fcb2b(0xd5)+_0x31a08d['length']+_0x4fcb2b(0xcc)+_0x31296e};}};async function getTargetFunctions(_0x3281e1,_0x39ddaf){const _0x574e7c=a36_0x17c61d,_0x5ed94a=_0x39ddaf[_0x574e7c(0xc8)](_0x574e7c(0xf7)),_0x5048f6=_0x39ddaf['str'](_0x574e7c(0xc3)),_0xa8c689=normalizeBffType(_0x5ed94a)??undefined;if(_0x5048f6&&!_0xa8c689)throw CliErrors[_0x574e7c(0xe0)](_0x574e7c(0xd8));const _0x28dad3=await scanLocalBffFunctions(_0x3281e1,_0xa8c689);if(_0x5048f6){const _0x5e082f=_0x28dad3[_0x574e7c(0xe2)](_0x2b811a=>_0x2b811a[_0x574e7c(0xc3)]===_0x5048f6);if(_0x5e082f[_0x574e7c(0xac)]===0x0)throw CliErrors[_0x574e7c(0xe0)](_0x574e7c(0xb0)+_0xa8c689+'/'+_0x5048f6);return _0x5e082f;}return _0x28dad3;}async function buildHookMaps(_0x33143a,_0x109da0,_0x19c9ad,_0x26ec52){const _0xd06c7b=a36_0x17c61d,_0x48c430=_0x19c9ad[_0xd06c7b(0xb9)](_0x161882=>_0x161882[_0xd06c7b(0xf7)]==='HOOK');if(!_0x48c430)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x5e3b0e=loadAliasMap(_0x109da0,undefined,resolveApiFilePath(_0x109da0,_0x33143a)),_0x4d6378=new Map(_0x5e3b0e[_0xd06c7b(0xd4)](_0x5f1132=>[_0x5f1132[_0xd06c7b(0xda)],_0x5f1132[_0xd06c7b(0xe1)]]));for(const _0x3ec77d of Object[_0xd06c7b(0xf8)](_0x26ec52[_0xd06c7b(0xed)])){_0x3ec77d[_0xd06c7b(0xda)]&&_0x3ec77d[_0xd06c7b(0xe1)]&&!_0x4d6378[_0xd06c7b(0xf9)](_0x3ec77d[_0xd06c7b(0xda)])&&_0x4d6378[_0xd06c7b(0xe6)](_0x3ec77d[_0xd06c7b(0xda)],_0x3ec77d['datasetCode']);}const _0x3aa349=await listDatasets(_0x33143a),_0x5b4a3d=new Map(_0x3aa349['map'](_0x44b8ec=>[_0x44b8ec['code'],_0x44b8ec]));return{'aliasToDatasetCode':_0x4d6378,'datasetCodeToDataset':_0x5b4a3d};}async function uploadSingleFunction(_0x3ad0f0,_0x1b168f,_0x30e060,_0x407afe){const _0x4a6c72=a36_0x17c61d,_0x25da08=await readFile(_0x1b168f[_0x4a6c72(0xbc)],_0x4a6c72(0xae)),_0x61d4b1=await computeFileHash(_0x1b168f[_0x4a6c72(0xbc)]),_0x1d70a9=_0x30e060['functions'][_0x1b168f[_0x4a6c72(0xce)]];if(_0x1d70a9?.[_0x4a6c72(0xc2)]&&_0x1d70a9[_0x4a6c72(0xec)]==null)throw CliErrors[_0x4a6c72(0xe0)](_0x1b168f['lockKey']+_0x4a6c72(0xd0));let _0x1337d2=extractScriptDescription(_0x25da08);if(!_0x1337d2&&_0x1d70a9?.['remoteId']){const _0x432fd1=await getBffScriptInfo(_0x1d70a9[_0x4a6c72(0xc2)]);_0x1337d2=_0x432fd1[_0x4a6c72(0xaf)]||undefined;}const _0x4ad84e={'appCode':_0x3ad0f0,'functionName':_0x1b168f[_0x4a6c72(0xc3)],'scriptType':_0x1b168f[_0x4a6c72(0xf7)],'scriptContent':_0x25da08};if(_0x1d70a9?.[_0x4a6c72(0xc2)])_0x4ad84e['id']=_0x1d70a9[_0x4a6c72(0xc2)];if(_0x1d70a9?.[_0x4a6c72(0xec)]!=null)_0x4ad84e[_0x4a6c72(0xec)]=_0x1d70a9[_0x4a6c72(0xec)];if(_0x1337d2)_0x4ad84e[_0x4a6c72(0xaf)]=_0x1337d2;if(_0x1b168f[_0x4a6c72(0xf7)]===_0x4a6c72(0xd1)){const _0xafc0fd=_0x1b168f['alias'];if(!_0xafc0fd||!_0x1b168f[_0x4a6c72(0xc9)]||!_0x1b168f[_0x4a6c72(0xe5)])throw CliErrors['validation'](_0x4a6c72(0xe3)+_0x1b168f[_0x4a6c72(0xce)]);const _0x3ba547=_0x407afe[_0x4a6c72(0xde)]['get'](_0xafc0fd)??_0x1d70a9?.['datasetCode']??_0xafc0fd,_0x15567e=_0x407afe[_0x4a6c72(0xb8)][_0x4a6c72(0xc7)](_0x3ba547);if(!_0x15567e)throw CliErrors[_0x4a6c72(0xe0)](_0x4a6c72(0xab)+_0xafc0fd+'\x22.\x20'+(_0x4a6c72(0xf4)+CLI_BIN_NAME+_0x4a6c72(0xf1)));_0x4ad84e[_0x4a6c72(0xaa)]=_0x15567e['id'],_0x4ad84e['operationType']=_0x1b168f[_0x4a6c72(0xc9)],_0x4ad84e[_0x4a6c72(0xe5)]=_0x1b168f[_0x4a6c72(0xe5)];}const _0x5270ec=await saveBffScript(_0x4ad84e),_0x438d79=_0x5270ec['id'],_0x23820d=_0x5270ec[_0x4a6c72(0xeb)]??await getBffScriptInfo(_0x438d79),_0x48aae3={'hash':_0x61d4b1,'remoteId':_0x438d79,'version':_0x23820d[_0x4a6c72(0xec)]};if(_0x1b168f[_0x4a6c72(0xf7)]===_0x4a6c72(0xd1)){const _0x1275b6=_0x1b168f[_0x4a6c72(0xda)],_0x14522e=_0x407afe[_0x4a6c72(0xde)]['get'](_0x1275b6)??_0x1d70a9?.[_0x4a6c72(0xe1)]??_0x1275b6;_0x407afe[_0x4a6c72(0xde)][_0x4a6c72(0xf9)](_0x1275b6)?_0x48aae3[_0x4a6c72(0xda)]=_0x1275b6:_0x48aae3[_0x4a6c72(0xda)]=_0x1d70a9?.['alias'],_0x48aae3[_0x4a6c72(0xe1)]=_0x14522e,_0x48aae3[_0x4a6c72(0xc9)]=_0x1b168f['operationType'],_0x48aae3[_0x4a6c72(0xe5)]=_0x1b168f[_0x4a6c72(0xe5)];}_0x30e060[_0x4a6c72(0xed)][_0x1b168f[_0x4a6c72(0xce)]]=_0x48aae3;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x3c5658,_0x36a12e,_0x487c99){const _0x160e27=a36_0x17c61d;if(_0x487c99[_0x160e27(0xac)]===0x0)return;for(let _0x42c5e2=0x0;_0x42c5e2<LOCK_SETTLE_RETRY_COUNT;_0x42c5e2+=0x1){const _0x59c568=await readBffLockFile(_0x3c5658),_0xe3ecc=_0x59c568?.[_0x160e27(0xcf)]?.[_0x36a12e]?.[_0x160e27(0xed)]??{},_0x2279b1=_0x487c99[_0x160e27(0xdd)](_0x36c464=>!!_0xe3ecc[_0x36c464]?.['remoteId']);if(_0x2279b1)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x160e27(0xbe)+_0x487c99[_0x160e27(0xb1)](',\x20')+'.');}
|
|
1
|
+
const a36_0x3c4933=a36_0x496b;(function(_0x46da19,_0x213add){const _0xb7b687=a36_0x496b,_0x12ea84=_0x46da19();while(!![]){try{const _0x39b3f7=-parseInt(_0xb7b687(0xc5))/0x1*(-parseInt(_0xb7b687(0xe5))/0x2)+parseInt(_0xb7b687(0xcf))/0x3+-parseInt(_0xb7b687(0xd3))/0x4+parseInt(_0xb7b687(0xda))/0x5+parseInt(_0xb7b687(0xef))/0x6+parseInt(_0xb7b687(0xf1))/0x7+-parseInt(_0xb7b687(0xf5))/0x8;if(_0x39b3f7===_0x213add)break;else _0x12ea84['push'](_0x12ea84['shift']());}catch(_0x995f02){_0x12ea84['push'](_0x12ea84['shift']());}}}(a36_0x479c,0xbf507));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';function a36_0x496b(_0x5492c7,_0x105d43){_0x5492c7=_0x5492c7-0xc5;const _0x479c0f=a36_0x479c();let _0x496ba1=_0x479c0f[_0x5492c7];return _0x496ba1;}function a36_0x479c(){const _0x9692b3=['map','create','2qTmYVb','write','\x22\x20not\x20found\x20after\x20ensureLockScope.','message','operationType','type','\x20failed,\x20','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','/api/management/library/scripts/save','utf8','1658976PFwWIe','\x20uploaded,\x20','2181011nrEvdI','functions','Push\x20local\x20BFF\x20scripts\x20to\x20remote','lastSync','15888024fkhsoy','runtime\x20cache\x20cleared','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','\x22.\x20','attempted','validation','set','datasetCode','parse','code','\x20skipped,\x20','some','every','aliasToDatasetCode','bff','POST','filter','hash',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','runtime\x20cache\x20not\x20needed','script','lockKey','get','boolean','filePath','Would\x20inspect\x20','version','unchanged','scriptsRoot','831507ceuEPC','toISOString','Lock\x20scope\x20for\x20app\x20\x22','apiDir','name','description','has','Force\x20push\x20ignoring\x20hash\x20protection','values','length','1588185FdurmZ','appCode','status','lockFilePath','1582656uAfrYs','stringify','string','apps','HOOK','push','alias','6081595wNWkfl','remoteId','join','Push\x20only\x20this\x20script\x20type','force','bool','str','functionNode','cleared'];a36_0x479c=function(){return _0x9692b3;};return a36_0x479c();}import{CLI_BIN_NAME}from'../../constant/cli.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':a36_0x3c4933(0x103),'command':a36_0x3c4933(0xd8),'description':a36_0x3c4933(0xf3),'risk':a36_0x3c4933(0xe6),'flags':[{'name':'type','type':a36_0x3c4933(0xd5),'description':a36_0x3c4933(0xdd),'enum':['COMMON','ENDPOINT',a36_0x3c4933(0xd7)]},{'name':a36_0x3c4933(0xc9),'type':a36_0x3c4933(0xd5),'description':'Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)'},{'name':a36_0x3c4933(0xde),'type':a36_0x3c4933(0x10c),'description':a36_0x3c4933(0xcc)}],async 'dryRun'(_0x1cd9c9){const _0x31d627=a36_0x3c4933,_0x685bf9=loadBffProjectConfig(_0x1cd9c9[_0x31d627(0xd0)]),_0x51c6fe=await readBffLockFile(_0x685bf9[_0x31d627(0xd2)]),{appLock:_0x206f21}=ensureLockScope(_0x51c6fe??createEmptyBffLock(),_0x1cd9c9[_0x31d627(0xd0)],_0x685bf9[_0x31d627(0x111)],'push'),_0x36c754=await getTargetFunctions(_0x685bf9,_0x1cd9c9),_0x5c5645=_0x1cd9c9[_0x31d627(0xdf)](_0x31d627(0xde)),_0x452ebb=[];for(const _0x553e88 of _0x36c754){const _0x264ff7=await computeFileHash(_0x553e88[_0x31d627(0x10d)]),_0x4f2664=_0x206f21[_0x31d627(0xf2)][_0x553e88[_0x31d627(0x10a)]],_0x2d3472=!!_0x4f2664&&_0x4f2664[_0x31d627(0x106)]===_0x264ff7;_0x452ebb[_0x31d627(0xd8)]({'lockKey':_0x553e88[_0x31d627(0x10a)],'filePath':_0x553e88['filePath'],'remoteId':_0x4f2664?.[_0x31d627(0xdb)]??null,'mode':_0x4f2664?.['remoteId']?'update':_0x31d627(0xe4),'status':!_0x5c5645&&_0x2d3472?_0x31d627(0x110):'would_push'});}return{'method':_0x31d627(0x104),'url':_0x31d627(0xed),'body':{'appCode':_0x1cd9c9[_0x31d627(0xd0)],'force':_0x5c5645,'files':_0x452ebb,'cacheClearAtRuntime':_0x452ebb['some'](_0x1c61b6=>_0x1c61b6[_0x31d627(0xd1)]==='would_push'),'cacheClearAtRuntimeTimes':_0x452ebb[_0x31d627(0x100)](_0x190e53=>_0x190e53[_0x31d627(0xd1)]==='would_push')?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x31d627(0x10e)+_0x452ebb[_0x31d627(0xce)]+_0x31d627(0xf7)};},async 'execute'(_0x2d8713){const _0x194bc7=a36_0x3c4933,_0x31da1d=loadBffProjectConfig(_0x2d8713[_0x194bc7(0xd0)]),_0x579955=await readBffLockFile(_0x31da1d[_0x194bc7(0xd2)]),{lockData:_0x2a5152,appLock:_0xf7478}=ensureLockScope(_0x579955??createEmptyBffLock(),_0x2d8713['appCode'],_0x31da1d['scriptsRoot'],_0x194bc7(0xd8)),_0x566cac=await getTargetFunctions(_0x31da1d,_0x2d8713);if(_0x566cac['length']===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':'No\x20local\x20BFF\x20functions\x20found.'};const _0x412c33=_0x2d8713[_0x194bc7(0xdf)](_0x194bc7(0xde)),_0x5514d3=JSON[_0x194bc7(0xfd)](JSON[_0x194bc7(0xd4)](_0x2a5152)),_0x271671=_0x5514d3[_0x194bc7(0xd6)][_0x2d8713[_0x194bc7(0xd0)]];if(!_0x271671)throw new Error(_0x194bc7(0xc7)+_0x2d8713['appCode']+_0x194bc7(0xe7));const _0x2403a0=await buildHookMaps(_0x2d8713['appCode'],_0x2d8713[_0x194bc7(0xc8)],_0x566cac,_0x271671),_0x3ec550=[],_0xb0b53a=[],_0x36503c=[];for(const _0x26740c of _0x566cac){const _0x10927d=await computeFileHash(_0x26740c[_0x194bc7(0x10d)]),_0x1d5313=_0x271671[_0x194bc7(0xf2)][_0x26740c[_0x194bc7(0x10a)]];if(!_0x412c33&&_0x1d5313&&_0x1d5313['hash']===_0x10927d){_0xb0b53a[_0x194bc7(0xd8)]({'lockKey':_0x26740c[_0x194bc7(0x10a)],'reason':_0x194bc7(0x110)});continue;}try{await uploadSingleFunction(_0x2d8713['appCode'],_0x26740c,_0x271671,_0x2403a0);const _0xa93459=_0x271671[_0x194bc7(0xf2)][_0x26740c[_0x194bc7(0x10a)]];_0x3ec550[_0x194bc7(0xd8)]({'lockKey':_0x26740c['lockKey'],'remoteId':_0xa93459?.[_0x194bc7(0xdb)]??0x0});}catch(_0x191813){_0x36503c[_0x194bc7(0xd8)]({'lockKey':_0x26740c['lockKey'],'error':_0x191813 instanceof Error?_0x191813[_0x194bc7(0xe8)]:String(_0x191813)});}}_0x271671[_0x194bc7(0xf4)]=new Date()[_0x194bc7(0xc6)](),await writeBffLockFile(_0x31da1d[_0x194bc7(0xd2)],_0x5514d3),await waitForUploadedLockEntries(_0x31da1d['lockFilePath'],_0x2d8713['appCode'],_0x3ec550[_0x194bc7(0xe3)](_0x510674=>_0x510674[_0x194bc7(0x10a)]));let _0x22f207={'attempted':![],'cleared':![]};if(_0x3ec550[_0x194bc7(0xce)]>0x0)try{let _0x7f08a6='';for(let _0x578899=0x0;_0x578899<CACHE_CLEAR_ATTEMPTS;_0x578899+=0x1){_0x7f08a6=await clearBffScriptCache(),_0x578899<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x22f207={'attempted':!![],'cleared':!![],'message':_0x7f08a6||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x2f835e){_0x22f207={'attempted':!![],'cleared':![],'error':_0x2f835e instanceof Error?_0x2f835e[_0x194bc7(0xe8)]:String(_0x2f835e)};}const _0x3ec060=_0x36503c[_0x194bc7(0xce)]===0x0&&(_0x22f207[_0x194bc7(0xf9)]?_0x22f207[_0x194bc7(0xe2)]:!![]),_0x1e3b7c=_0x22f207['attempted']?_0x22f207[_0x194bc7(0xe2)]?_0x194bc7(0xf6):'runtime\x20cache\x20clear\x20failed':_0x194bc7(0x108);return{'ok':_0x3ec060,'data':{'uploaded':_0x3ec550,'skipped':_0xb0b53a,'failed':_0x36503c,'cacheClear':_0x22f207},'message':'Push\x20complete:\x20'+_0x3ec550[_0x194bc7(0xce)]+_0x194bc7(0xf0)+_0xb0b53a[_0x194bc7(0xce)]+_0x194bc7(0xff)+_0x36503c[_0x194bc7(0xce)]+_0x194bc7(0xeb)+_0x1e3b7c};}};async function getTargetFunctions(_0x4c63a7,_0x5d99f2){const _0x2e2ddd=a36_0x3c4933,_0x30dacc=_0x5d99f2[_0x2e2ddd(0xe0)](_0x2e2ddd(0xea)),_0x63a542=_0x5d99f2[_0x2e2ddd(0xe0)](_0x2e2ddd(0xc9)),_0x4b114b=normalizeBffType(_0x30dacc)??undefined;if(_0x63a542&&!_0x4b114b)throw CliErrors['validation']('--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.');const _0x597ea0=await scanLocalBffFunctions(_0x4c63a7,_0x4b114b);if(_0x63a542){const _0x47fbc8=_0x597ea0[_0x2e2ddd(0x105)](_0x495915=>_0x495915[_0x2e2ddd(0xc9)]===_0x63a542);if(_0x47fbc8[_0x2e2ddd(0xce)]===0x0)throw CliErrors[_0x2e2ddd(0xfa)]('Local\x20function\x20not\x20found:\x20'+_0x4b114b+'/'+_0x63a542);return _0x47fbc8;}return _0x597ea0;}async function buildHookMaps(_0x2aa700,_0x281ae9,_0x4991e0,_0x390dab){const _0x79517e=a36_0x3c4933,_0x5d3b9a=_0x4991e0['some'](_0x2d7cde=>_0x2d7cde['type']===_0x79517e(0xd7));if(!_0x5d3b9a)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x328c92=loadAliasMap(_0x281ae9,undefined,resolveApiFilePath(_0x281ae9,_0x2aa700)),_0x536d87=new Map(_0x328c92['map'](_0x2ddc59=>[_0x2ddc59[_0x79517e(0xd9)],_0x2ddc59[_0x79517e(0xfc)]]));for(const _0x2ee356 of Object[_0x79517e(0xcd)](_0x390dab[_0x79517e(0xf2)])){_0x2ee356[_0x79517e(0xd9)]&&_0x2ee356[_0x79517e(0xfc)]&&!_0x536d87[_0x79517e(0xcb)](_0x2ee356[_0x79517e(0xd9)])&&_0x536d87[_0x79517e(0xfb)](_0x2ee356[_0x79517e(0xd9)],_0x2ee356[_0x79517e(0xfc)]);}const _0x37ec04=await listDatasets(_0x2aa700),_0x1bf28c=new Map(_0x37ec04[_0x79517e(0xe3)](_0x245764=>[_0x245764[_0x79517e(0xfe)],_0x245764]));return{'aliasToDatasetCode':_0x536d87,'datasetCodeToDataset':_0x1bf28c};}async function uploadSingleFunction(_0x401132,_0x22f729,_0x4d5bab,_0x3668bd){const _0x534923=a36_0x3c4933,_0x3dd7be=await readFile(_0x22f729[_0x534923(0x10d)],_0x534923(0xee)),_0x2de9e7=await computeFileHash(_0x22f729[_0x534923(0x10d)]),_0x172c44=_0x4d5bab['functions'][_0x22f729[_0x534923(0x10a)]];if(_0x172c44?.[_0x534923(0xdb)]&&_0x172c44[_0x534923(0x10f)]==null)throw CliErrors[_0x534923(0xfa)](_0x22f729['lockKey']+_0x534923(0x107));let _0x37d9f5=extractScriptDescription(_0x3dd7be);if(!_0x37d9f5&&_0x172c44?.[_0x534923(0xdb)]){const _0x398752=await getBffScriptInfo(_0x172c44[_0x534923(0xdb)]);_0x37d9f5=_0x398752[_0x534923(0xca)]||undefined;}const _0x1dec8f={'appCode':_0x401132,'functionName':_0x22f729[_0x534923(0xc9)],'scriptType':_0x22f729[_0x534923(0xea)],'scriptContent':_0x3dd7be};if(_0x172c44?.[_0x534923(0xdb)])_0x1dec8f['id']=_0x172c44[_0x534923(0xdb)];if(_0x172c44?.[_0x534923(0x10f)]!=null)_0x1dec8f[_0x534923(0x10f)]=_0x172c44['version'];if(_0x37d9f5)_0x1dec8f[_0x534923(0xca)]=_0x37d9f5;if(_0x22f729[_0x534923(0xea)]===_0x534923(0xd7)){const _0x2a1436=_0x22f729[_0x534923(0xd9)];if(!_0x2a1436||!_0x22f729[_0x534923(0xe9)]||!_0x22f729[_0x534923(0xe1)])throw CliErrors[_0x534923(0xfa)]('Incomplete\x20HOOK\x20path:\x20'+_0x22f729['lockKey']);const _0x34ae24=_0x3668bd[_0x534923(0x102)][_0x534923(0x10b)](_0x2a1436)??_0x172c44?.[_0x534923(0xfc)]??_0x2a1436,_0x19cb7e=_0x3668bd['datasetCodeToDataset'][_0x534923(0x10b)](_0x34ae24);if(!_0x19cb7e)throw CliErrors['validation']('Cannot\x20resolve\x20dataset\x20for\x20\x22'+_0x2a1436+_0x534923(0xf8)+('Run\x20`'+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.'));_0x1dec8f['datasetId']=_0x19cb7e['id'],_0x1dec8f[_0x534923(0xe9)]=_0x22f729['operationType'],_0x1dec8f[_0x534923(0xe1)]=_0x22f729[_0x534923(0xe1)];}const _0x80cbf3=await saveBffScript(_0x1dec8f),_0x139bb4=_0x80cbf3['id'],_0x302c05=_0x80cbf3[_0x534923(0x109)]??await getBffScriptInfo(_0x139bb4),_0x3b334d={'hash':_0x2de9e7,'remoteId':_0x139bb4,'version':_0x302c05[_0x534923(0x10f)]};if(_0x22f729[_0x534923(0xea)]==='HOOK'){const _0x188a1e=_0x22f729[_0x534923(0xd9)],_0x31e5fd=_0x3668bd[_0x534923(0x102)][_0x534923(0x10b)](_0x188a1e)??_0x172c44?.['datasetCode']??_0x188a1e;_0x3668bd[_0x534923(0x102)][_0x534923(0xcb)](_0x188a1e)?_0x3b334d[_0x534923(0xd9)]=_0x188a1e:_0x3b334d['alias']=_0x172c44?.['alias'],_0x3b334d[_0x534923(0xfc)]=_0x31e5fd,_0x3b334d[_0x534923(0xe9)]=_0x22f729[_0x534923(0xe9)],_0x3b334d['functionNode']=_0x22f729['functionNode'];}_0x4d5bab[_0x534923(0xf2)][_0x22f729[_0x534923(0x10a)]]=_0x3b334d;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x48dfe1,_0x2a834c,_0x186106){const _0xfe95fe=a36_0x3c4933;if(_0x186106[_0xfe95fe(0xce)]===0x0)return;for(let _0xc95b9c=0x0;_0xc95b9c<LOCK_SETTLE_RETRY_COUNT;_0xc95b9c+=0x1){const _0x3c93f0=await readBffLockFile(_0x48dfe1),_0x5357e5=_0x3c93f0?.['apps']?.[_0x2a834c]?.[_0xfe95fe(0xf2)]??{},_0x26a618=_0x186106[_0xfe95fe(0x101)](_0x13c552=>!!_0x5357e5[_0x13c552]?.['remoteId']);if(_0x26a618)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0xfe95fe(0xec)+_0x186106[_0xfe95fe(0xdc)](',\x20')+'.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a37_0x18c580=a37_0x18fb;(function(_0x5d3b80,_0x2266d7){const _0x3ab86e=a37_0x18fb,_0x5f0645=_0x5d3b80();while(!![]){try{const _0x49f5e6=parseInt(_0x3ab86e(0x145))/0x1*(parseInt(_0x3ab86e(0x151))/0x2)+parseInt(_0x3ab86e(0x14c))/0x3*(-parseInt(_0x3ab86e(0x146))/0x4)+-parseInt(_0x3ab86e(0x152))/0x5*(-parseInt(_0x3ab86e(0x155))/0x6)+-parseInt(_0x3ab86e(0x14e))/0x7+-parseInt(_0x3ab86e(0x153))/0x8*(-parseInt(_0x3ab86e(0x13f))/0x9)+parseInt(_0x3ab86e(0x148))/0xa*(-parseInt(_0x3ab86e(0x13b))/0xb)+-parseInt(_0x3ab86e(0x137))/0xc*(-parseInt(_0x3ab86e(0x150))/0xd);if(_0x49f5e6===_0x2266d7)break;else _0x5f0645['push'](_0x5f0645['shift']());}catch(_0xe131d3){_0x5f0645['push'](_0x5f0645['shift']());}}}(a37_0x5271,0x8b941));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';function a37_0x5271(){const _0x1dfa5d=['1475698WQrcCN','apiDir','6664138WFHuKK','38VEoruQ','4615frcCwI','2579608fcawYj','length','1086HPnkeX','push','24cFKsXM','Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally','status','lockKey','22HLotJy','scriptsRoot','filePath','datasetCode','18iqlXOD','appCode','\x20added,\x20','bool','map','All\x20BFF\x20scripts\x20are\x20in\x20sync.','4423xBCiDg','87972ODYCvq','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','2504650jFoaNS','\x20modified,\x20','alias','remote','87UbkaVy','boolean'];a37_0x5271=function(){return _0x1dfa5d;};return a37_0x5271();}import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';function a37_0x18fb(_0x9a7c34,_0xdc4f1){_0x9a7c34=_0x9a7c34-0x137;const _0x52716c=a37_0x5271();let _0x18fb77=_0x52716c[_0x9a7c34];return _0x18fb77;}import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';export const bffStatus={'service':'bff','command':a37_0x18c580(0x139),'description':a37_0x18c580(0x147),'risk':'read','flags':[{'name':a37_0x18c580(0x14b),'type':a37_0x18c580(0x14d),'description':a37_0x18c580(0x138)}],async 'execute'(_0x232539){const _0x11f53f=a37_0x18c580,_0x242458=loadBffProjectConfig(_0x232539[_0x11f53f(0x140)]),_0x6e070a=await readBffLockFile(_0x242458['lockFilePath']),{appLock:_0x151c9f}=ensureLockScope(_0x6e070a??createEmptyBffLock(),_0x232539['appCode'],_0x242458[_0x11f53f(0x13c)],_0x11f53f(0x139)),_0x58fa0b=await scanLocalBffFunctions(_0x242458),_0x4425ee=[],_0x51d918=[],_0x2658c4=[];for(const _0x4b6cfe of _0x58fa0b){const _0x5a08a3=await computeFileHash(_0x4b6cfe[_0x11f53f(0x13d)]),_0x1fcb91=_0x151c9f['functions'][_0x4b6cfe[_0x11f53f(0x13a)]];if(!_0x1fcb91)_0x4425ee['push'](_0x4b6cfe['lockKey']);else _0x1fcb91['hash']!==_0x5a08a3?_0x51d918[_0x11f53f(0x156)](_0x4b6cfe['lockKey']):_0x2658c4['push'](_0x4b6cfe[_0x11f53f(0x13a)]);}const _0x49466d=[];if(_0x232539[_0x11f53f(0x142)]('remote')){const _0x125c7a=loadAliasMap(_0x232539[_0x11f53f(0x14f)],undefined,resolveApiFilePath(_0x232539['apiDir'],_0x232539['appCode'])),_0x453cfe=new Map(_0x125c7a['map'](_0x1bad4d=>[_0x1bad4d[_0x11f53f(0x13e)],_0x1bad4d[_0x11f53f(0x14a)]])),[_0x482887,_0x33a440]=await Promise['all']([listBffScripts(_0x232539[_0x11f53f(0x140)]),getBffScriptStatistics(_0x232539[_0x11f53f(0x140)])]),_0xd932b6=createHookLocationMap(_0x33a440),_0x54879c=new Set(_0x58fa0b[_0x11f53f(0x143)](_0x2cdffe=>_0x2cdffe[_0x11f53f(0x13a)]));for(const _0x4fba53 of _0x482887){const _0x1e5d4a=resolveRemoteScriptTarget(_0x242458,_0x4fba53,_0xd932b6,_0x151c9f['functions'],_0x453cfe);_0x1e5d4a&&!_0x54879c['has'](_0x1e5d4a[_0x11f53f(0x13a)])&&_0x49466d[_0x11f53f(0x156)](_0x1e5d4a[_0x11f53f(0x13a)]);}}const _0x54512f=_0x4425ee[_0x11f53f(0x154)]===0x0&&_0x51d918[_0x11f53f(0x154)]===0x0&&_0x49466d[_0x11f53f(0x154)]===0x0;return{'ok':!![],'data':{'added':_0x4425ee,'modified':_0x51d918,'unchanged':_0x2658c4,'remoteOnly':_0x49466d},'message':_0x54512f?_0x11f53f(0x144):_0x4425ee['length']+_0x11f53f(0x141)+_0x51d918[_0x11f53f(0x154)]+_0x11f53f(0x149)+_0x2658c4[_0x11f53f(0x154)]+'\x20unchanged'+(_0x49466d['length']>0x0?',\x20'+_0x49466d[_0x11f53f(0x154)]+'\x20remote-only':'')};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a38_0x32eb(_0x518441,_0xe9e992){_0x518441=_0x518441-0x85;const _0x38e4cb=a38_0x38e4();let _0x32eb19=_0x38e4cb[_0x518441];return _0x32eb19;}const a38_0x4e2b1f=a38_0x32eb;(function(_0x246afb,_0x263560){const _0x35738c=a38_0x32eb,_0x44c2e3=_0x246afb();while(!![]){try{const _0x22e900=parseInt(_0x35738c(0x9e))/0x1*(parseInt(_0x35738c(0x88))/0x2)+-parseInt(_0x35738c(0xa6))/0x3*(parseInt(_0x35738c(0x8f))/0x4)+parseInt(_0x35738c(0x95))/0x5+parseInt(_0x35738c(0x8d))/0x6+parseInt(_0x35738c(0x98))/0x7*(-parseInt(_0x35738c(0x9f))/0x8)+-parseInt(_0x35738c(0x99))/0x9*(parseInt(_0x35738c(0x89))/0xa)+-parseInt(_0x35738c(0x9d))/0xb;if(_0x22e900===_0x263560)break;else _0x44c2e3['push'](_0x44c2e3['shift']());}catch(_0x706396){_0x44c2e3['push'](_0x44c2e3['shift']());}}}(a38_0x38e4,0xcc2a4));import{CliErrors}from'../../errors.js';import{installBuiltinSkill}from'../../skills/builtin-skill.js';import{logger}from'../../utils/logger.js';function a38_0x38e4(){const _0x139e38=['installedPath','changed','code','\x20is\x20already\x20current','pipe','4584920vnhRPS','install','read','184345mmDlyn','99AohbtE','\x20at\x20','setLogPath','unknown','1643444ZFKaye','13765dhhbJN','8qLUETe','Installing\x20CLI\x20Built-in\x20Skill\x20from\x20the\x20current\x20package.','error','nonInteractive','skillVersion','CLI\x20Built-in\x20Skill\x20','repairCommand','290859ReBStb','info','cli-skill','apiError','138LctWHe','668670eTYAdS','cwd','inherit','log','3356628yvHruz','\x20via\x20skills@latest','28zjfeQg'];a38_0x38e4=function(){return _0x139e38;};return a38_0x38e4();}export const cliSkillDefinitions=[{'service':a38_0x4e2b1f(0x86),'command':a38_0x4e2b1f(0x96),'description':'Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','risk':a38_0x4e2b1f(0x97),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x5107e0){const _0x11f01c=a38_0x4e2b1f;logger[_0x11f01c(0x9b)](process[_0x11f01c(0x8a)]()),logger[_0x11f01c(0x85)]('cli-skill-install',_0x11f01c(0xa0));const _0x368316=installBuiltinSkill({'stdio':_0x5107e0[_0x11f01c(0xa2)]?_0x11f01c(0x94):_0x11f01c(0x8b)});if(!_0x368316['ok'])throw CliErrors[_0x11f01c(0x87)]('Built-in\x20Skill\x20install\x20failed\x20['+_0x368316[_0x11f01c(0x92)]+']:\x20'+(_0x368316[_0x11f01c(0xa1)]||_0x11f01c(0x9c)),'Resolve\x20the\x20Skills\x20CLI\x20installation\x20issue\x20and\x20run:\x20'+_0x368316[_0x11f01c(0xa5)]);return console[_0x11f01c(0x8c)](_0x368316[_0x11f01c(0x91)]?_0x11f01c(0xa4)+_0x368316[_0x11f01c(0xa3)]+'\x20installed'+(_0x368316[_0x11f01c(0x90)]?'\x20at\x20'+_0x368316['installedPath']:_0x11f01c(0x8e)):'CLI\x20Built-in\x20Skill\x20'+_0x368316[_0x11f01c(0xa3)]+_0x11f01c(0x93)+(_0x368316[_0x11f01c(0x90)]?_0x11f01c(0x9a)+_0x368316[_0x11f01c(0x90)]:'')),{'ok':!![]};}}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a39_0x3e782b=a39_0x3aba;(function(_0x44a4b3,_0x3b3807){const _0x54f695=a39_0x3aba,_0x37b532=_0x44a4b3();while(!![]){try{const _0x47a3e5=-parseInt(_0x54f695(0xe2))/0x1*(-parseInt(_0x54f695(0xbe))/0x2)+parseInt(_0x54f695(0xee))/0x3+-parseInt(_0x54f695(0xe0))/0x4*(-parseInt(_0x54f695(0xe4))/0x5)+parseInt(_0x54f695(0xda))/0x6*(-parseInt(_0x54f695(0xd1))/0x7)+-parseInt(_0x54f695(0xd6))/0x8+-parseInt(_0x54f695(0xc3))/0x9+-parseInt(_0x54f695(0xb1))/0xa*(-parseInt(_0x54f695(0xed))/0xb);if(_0x47a3e5===_0x3b3807)break;else _0x37b532['push'](_0x37b532['shift']());}catch(_0x53c8e3){_0x37b532['push'](_0x37b532['shift']());}}}(a39_0x42bd,0x4e3bd));import a39_0xba5684 from'chalk';import a39_0x568967 from'ora';function a39_0x3aba(_0x10f0b7,_0x426947){_0x10f0b7=_0x10f0b7-0xac;const _0x42bdfc=a39_0x42bd();let _0x3abae2=_0x42bdfc[_0x10f0b7];return _0x3abae2;}import a39_0xe1410b from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{inspectInstalledBuiltinSkillVersion,installBuiltinSkill}from'../skills/builtin-skill.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x4872d8=a39_0x3aba;return GIT_COMMIT!==_0x4872d8(0xc6)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x4872d8(0xc2)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x1293ea=a39_0x3aba,_0x48aaeb=process[_0x1293ea(0xba)][_0x1293ea(0xdf)]();if(_0x48aaeb['includes'](_0x1293ea(0xea)))return'bun';return _0x1293ea(0xc1);}const updateFlags=[{'name':a39_0x3e782b(0xd4),'type':a39_0x3e782b(0xd2),'description':a39_0x3e782b(0xd0),'default':![]},{'name':a39_0x3e782b(0x101),'type':a39_0x3e782b(0xb0),'description':a39_0x3e782b(0xb7)}];function getRequestedVersion(_0xa1c0eb){const _0x1625c1=a39_0x3e782b;return _0xa1c0eb[_0x1625c1(0xc5)]('version')[_0x1625c1(0xdc)]();}async function validateUpdateFlags(_0x3a6c71){const _0x39c6f7=a39_0x3e782b,_0x8dbb52=_0x3a6c71[_0x39c6f7(0xe7)]('beta'),_0x42ba48=getRequestedVersion(_0x3a6c71);if(_0x8dbb52&&_0x42ba48)throw CliErrors[_0x39c6f7(0xf3)](_0x39c6f7(0xcf),_0x39c6f7(0xf4));if(_0x42ba48&&!a39_0xe1410b[_0x39c6f7(0xd7)](_0x42ba48))throw CliErrors[_0x39c6f7(0xf3)]('Invalid\x20version:\x20'+_0x42ba48,_0x39c6f7(0xf7));}async function fetchNpmDistTags(){const _0x532c05=a39_0x3e782b;try{const _0x4debee=await fetch(_0x532c05(0xcd)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x532c05(0xbf),{'signal':AbortSignal[_0x532c05(0xca)](0x2710)});if(!_0x4debee['ok'])return null;const _0x1a1ff8=await _0x4debee[_0x532c05(0xd9)]();if(!_0x1a1ff8||typeof _0x1a1ff8!==_0x532c05(0xb8))return null;return Object[_0x532c05(0xbc)](Object[_0x532c05(0xe6)](_0x1a1ff8)[_0x532c05(0xfd)](([,_0x5bc6b5])=>typeof _0x5bc6b5===_0x532c05(0xb0)&&_0x5bc6b5[_0x532c05(0xdc)]()[_0x532c05(0xff)]>0x0)['map'](([_0x3d9c23,_0x4ef2bc])=>[_0x3d9c23,String(_0x4ef2bc)[_0x532c05(0xdc)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x314bab){const _0x440f8c=await fetchNpmDistTags();return _0x440f8c?.[_0x314bab]??null;}async function fetchLatestVersion(){const _0x38b4da=a39_0x3e782b;return fetchNpmDistTagVersion(_0x38b4da(0xae));}async function resolveTargetVersion(_0x9d508d){const _0x2e66e5=a39_0x3e782b,_0x516fe8=getRequestedVersion(_0x9d508d);if(_0x516fe8)return{'version':_0x516fe8,'source':_0x2e66e5(0x101)};if(_0x9d508d[_0x2e66e5(0xe7)](_0x2e66e5(0xd4))){const _0x58e901=await fetchNpmDistTagVersion(_0x2e66e5(0xd4));if(!_0x58e901)return null;return{'version':_0x58e901,'source':_0x2e66e5(0xd4)};}const _0x13a563=await fetchLatestVersion();if(!_0x13a563)return null;return{'version':_0x13a563,'source':_0x2e66e5(0xae)};}function shouldInstallTarget(_0x500bd5,_0x1c76a){const _0x5501bf=a39_0x3e782b;if(_0x1c76a[_0x5501bf(0xc0)]===_0x5501bf(0x101)||_0x1c76a[_0x5501bf(0xc0)]==='beta')return!a39_0xe1410b['eq'](_0x500bd5,_0x1c76a[_0x5501bf(0x101)]);return a39_0xe1410b['lt'](_0x500bd5,_0x1c76a[_0x5501bf(0x101)]);}function getInstallPlanLabel(_0x5dda02,_0x28e38e){const _0x246df2=a39_0x3e782b;switch(_0x28e38e[_0x246df2(0xc0)]){case _0x246df2(0xd4):return _0x246df2(0xef)+a39_0xba5684['yellow'](_0x5dda02)+'\x20→\x20'+a39_0xba5684[_0x246df2(0xdb)](_0x28e38e[_0x246df2(0x101)]);case'version':return _0x246df2(0xd8)+a39_0xba5684['yellow'](_0x5dda02)+_0x246df2(0xb6)+a39_0xba5684['green'](_0x28e38e[_0x246df2(0x101)]);case _0x246df2(0xae):default:return _0x246df2(0xfa)+a39_0xba5684['yellow'](_0x5dda02)+_0x246df2(0xb6)+a39_0xba5684[_0x246df2(0xdb)](_0x28e38e[_0x246df2(0x101)]);}}function repairCurrentBuiltinSkill(){const _0x620f37=a39_0x3e782b;console['log'](a39_0xba5684['gray']('Checking\x20CLI\x20Built-in\x20Skill...'));const _0x2564d1=installBuiltinSkill();if(_0x2564d1['ok'])return console[_0x620f37(0xe3)](a39_0xba5684['gray'](_0x620f37(0xc4)+_0x2564d1[_0x620f37(0xbb)]+_0x620f37(0xec))),!![];return console[_0x620f37(0xcb)](a39_0xba5684[_0x620f37(0xaf)](_0x620f37(0x100)+_0x2564d1[_0x620f37(0xf1)]+_0x620f37(0xe5)+(_0x2564d1[_0x620f37(0xf6)]||_0x620f37(0xc6)))),console[_0x620f37(0xe3)](a39_0xba5684['gray'](_0x620f37(0xb5)+CLI_BIN_NAME+_0x620f37(0xc9))),![];}function verifyUpdatedBuiltinSkill(_0x28746d){const _0x16db72=a39_0x3e782b,_0x355ac5=inspectInstalledBuiltinSkillVersion(_0x28746d);if(_0x355ac5['state']===_0x16db72(0xfb))return console[_0x16db72(0xe3)](a39_0xba5684[_0x16db72(0xe9)](_0x16db72(0xc4)+_0x28746d+'\x20is\x20up\x20to\x20date.')),!![];const _0x580138=_0x355ac5[_0x16db72(0xbb)]?'expected\x20'+_0x28746d+',\x20found\x20'+_0x355ac5[_0x16db72(0xbb)]:_0x16db72(0xd5)+_0x28746d+_0x16db72(0xb2)+_0x355ac5[_0x16db72(0xe1)];return console[_0x16db72(0xcb)](a39_0xba5684[_0x16db72(0xaf)](_0x16db72(0x102)+_0x580138)),console['log'](a39_0xba5684['gray'](_0x16db72(0xb5)+_0x355ac5[_0x16db72(0xc8)])),![];}async function execute(_0x3fb757){const _0x280b2f=a39_0x3e782b;await validateUpdateFlags(_0x3fb757);const _0x34d3f1=getCurrentVersion();console[_0x280b2f(0xe3)]('Current\x20version:\x20'+_0x34d3f1);const _0x400e7b=a39_0x568967(_0x280b2f(0xb3))[_0x280b2f(0xd3)](),_0x358fbe=await resolveTargetVersion(_0x3fb757);if(!_0x358fbe){const _0x5732f3=_0x3fb757['bool'](_0x280b2f(0xd4))?_0x280b2f(0xfe):'Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)';return _0x400e7b[_0x280b2f(0xf0)](_0x5732f3),console['log'](a39_0xba5684['gray']('\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20'+NPM_PACKAGE_NAME+'@latest')),{'ok':![],'message':_0x5732f3};}const _0x411e43=a39_0xe1410b[_0x280b2f(0xd7)](VERSION),_0x490303=a39_0xe1410b[_0x280b2f(0xd7)](_0x358fbe['version']);if(!_0x411e43||!_0x490303)return _0x400e7b[_0x280b2f(0xf0)](_0x280b2f(0xb9)),{'ok':![],'message':'Version\x20comparison\x20failed'};if(!shouldInstallTarget(_0x411e43,_0x358fbe)){const _0x5bb475=_0x358fbe['source']===_0x280b2f(0x101)?_0x280b2f(0xcc)+_0x358fbe[_0x280b2f(0x101)]+')':_0x280b2f(0xce)+_0x358fbe[_0x280b2f(0x101)]+')';return _0x400e7b['succeed'](_0x5bb475),{'ok':repairCurrentBuiltinSkill()};}_0x400e7b[_0x280b2f(0xf5)](getInstallPlanLabel(_0x34d3f1,_0x358fbe));const _0x3bf4ef=detectPackageManager(),_0x2dfbb0=_0x3bf4ef===_0x280b2f(0xc1)?resolveNpmBin(_0x280b2f(0xc1)):_0x3bf4ef,_0x478618=a39_0x568967(_0x280b2f(0xdd)+_0x3bf4ef+'...')[_0x280b2f(0xd3)]();try{return await execa(_0x2dfbb0,['install','-g',NPM_PACKAGE_NAME+'@'+_0x358fbe[_0x280b2f(0x101)]],{'stdio':_0x280b2f(0xb4)}),_0x478618[_0x280b2f(0xf8)](_0x280b2f(0xe8)+_0x358fbe[_0x280b2f(0x101)]),console[_0x280b2f(0xe3)](a39_0xba5684[_0x280b2f(0xe9)](_0x280b2f(0xeb))),{'ok':verifyUpdatedBuiltinSkill(_0x358fbe[_0x280b2f(0x101)])};}catch(_0x1b28fe){return _0x478618[_0x280b2f(0xf0)](_0x280b2f(0xc7)),console[_0x280b2f(0xf6)](a39_0xba5684[_0x280b2f(0xf9)]('\x20\x20'+_0x1b28fe[_0x280b2f(0xde)])),console[_0x280b2f(0xe3)](a39_0xba5684['gray'](_0x280b2f(0xbd)+_0x3bf4ef+_0x280b2f(0xfc)+NPM_PACKAGE_NAME+'@'+_0x358fbe[_0x280b2f(0x101)])),{'ok':![],'message':_0x1b28fe['message']};}}export const updateDefinition={'service':a39_0x3e782b(0xac),'command':'run','description':a39_0x3e782b(0xf2),'risk':a39_0x3e782b(0xad),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};function a39_0x42bd(){const _0x1fe19a=['execPath','skillVersion','fromEntries','\x20\x20Try\x20manually:\x20','619996RGYMBs','/dist-tags','source','npm','slice','4158558ytSlHD','\x20\x20CLI\x20Built-in\x20Skill\x20','str','unknown','Update\x20failed','repairCommand','\x20cli-skill\x20install','timeout','warn','Already\x20on\x20requested\x20version\x20(v','https://registry.npmjs.org/-/package/','Already\x20up\x20to\x20date\x20(v','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','804937DAVYDe','boolean','start','beta','expected\x20','966936vEaHVY','valid','Requested\x20version:\x20','json','24RRGMjq','green','trim','Updating\x20via\x20','message','toLowerCase','4nZPzJy','state','2ZbAEMt','log','1862505jJGgVh',']:\x20','entries','bool','Updated\x20to\x20v','gray','bun','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','\x20is\x20up\x20to\x20date.','46090oDAZDT','194913mxKjHs','Beta\x20version:\x20','fail','code','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','validation','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','info','error','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','succeed','red','Update\x20available:\x20','current','\x20install\x20-g\x20','filter','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','length','\x20\x20CLI\x20Built-in\x20Skill\x20repair\x20failed\x20[','version','\x20\x20Built-in\x20Skill\x20verification\x20failed:\x20','update','read','latest','yellow','string','730HEtxbh',',\x20state\x20','Checking\x20for\x20updates...','pipe','\x20\x20Run\x20manually:\x20','\x20→\x20','Install\x20a\x20specific\x20CLI\x20version','object','Version\x20comparison\x20failed'];a39_0x42bd=function(){return _0x1fe19a;};return a39_0x42bd();}
|
|
1
|
+
const a39_0x4ca748=a39_0x5dc6;(function(_0x266894,_0x2bd5f1){const _0x2ada9c=a39_0x5dc6,_0x54727e=_0x266894();while(!![]){try{const _0x5a77c7=parseInt(_0x2ada9c(0x14c))/0x1*(parseInt(_0x2ada9c(0x18b))/0x2)+parseInt(_0x2ada9c(0x153))/0x3+-parseInt(_0x2ada9c(0x152))/0x4*(parseInt(_0x2ada9c(0x156))/0x5)+parseInt(_0x2ada9c(0x147))/0x6*(-parseInt(_0x2ada9c(0x15d))/0x7)+parseInt(_0x2ada9c(0x167))/0x8+-parseInt(_0x2ada9c(0x15f))/0x9+-parseInt(_0x2ada9c(0x150))/0xa*(parseInt(_0x2ada9c(0x17b))/0xb);if(_0x5a77c7===_0x2bd5f1)break;else _0x54727e['push'](_0x54727e['shift']());}catch(_0x5cadf7){_0x54727e['push'](_0x54727e['shift']());}}}(a39_0x270b,0x28632));import a39_0x176489 from'chalk';import a39_0x4079e9 from'ora';import a39_0x416ed3 from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{inspectInstalledBuiltinSkillVersion,installBuiltinSkill}from'../skills/builtin-skill.js';function a39_0x270b(){const _0x574465=['timeout','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','\x20\x20CLI\x20Built-in\x20Skill\x20repair\x20failed\x20[','yellow','unknown','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','string','\x20\x20Try\x20manually:\x20','Invalid\x20version:\x20','boolean','pipe','\x20is\x20up\x20to\x20date.','length','valid','12854QXtpbi','bool','str','repairCommand','validation','\x20install\x20-g\x20','fromEntries','update','skillVersion','Updating\x20via\x20','start','964686iKRnsx','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','Already\x20on\x20requested\x20version\x20(v','bun','info','28yyapdq',']:\x20','state','\x20\x20Run\x20manually:\x20','980dNmEVv','includes','24zhOKkK','509841YsNfTJ','...','succeed','9205HztABM','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','filter','source','version','warn','log','7RmqqTv','gray','498789OSNCDV','latest','entries','trim','\x20→\x20','install','npm','execPath','720840utfmQJ','Updated\x20to\x20v','green','red',',\x20state\x20','beta','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.',',\x20found\x20','map','object','slice','message','Checking\x20CLI\x20Built-in\x20Skill...','Beta\x20version:\x20','Update\x20available:\x20','expected\x20','run','fail','Update\x20failed','@latest','5313tWWFSs','Checking\x20for\x20updates...'];a39_0x270b=function(){return _0x574465;};return a39_0x270b();}import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x473bae=a39_0x5dc6;return GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x473bae(0x171)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x1957b4=a39_0x5dc6,_0x32d6d3=process[_0x1957b4(0x166)]['toLowerCase']();if(_0x32d6d3[_0x1957b4(0x151)]('bun'))return _0x1957b4(0x14a);return _0x1957b4(0x165);}const updateFlags=[{'name':a39_0x4ca748(0x16c),'type':a39_0x4ca748(0x186),'description':a39_0x4ca748(0x148),'default':![]},{'name':a39_0x4ca748(0x15a),'type':a39_0x4ca748(0x183),'description':'Install\x20a\x20specific\x20CLI\x20version'}];function getRequestedVersion(_0x4c782a){const _0x57780e=a39_0x4ca748;return _0x4c782a[_0x57780e(0x13e)](_0x57780e(0x15a))[_0x57780e(0x162)]();}async function validateUpdateFlags(_0x29ab13){const _0x39e246=a39_0x4ca748,_0x13e2b6=_0x29ab13[_0x39e246(0x13d)](_0x39e246(0x16c)),_0xe1c540=getRequestedVersion(_0x29ab13);if(_0x13e2b6&&_0xe1c540)throw CliErrors[_0x39e246(0x140)](_0x39e246(0x157),'Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0xe1c540&&!a39_0x416ed3[_0x39e246(0x18a)](_0xe1c540))throw CliErrors['validation'](_0x39e246(0x185)+_0xe1c540,'Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.');}async function fetchNpmDistTags(){const _0x100112=a39_0x4ca748;try{const _0x55843c=await fetch('https://registry.npmjs.org/-/package/'+encodeURIComponent(NPM_PACKAGE_NAME)+'/dist-tags',{'signal':AbortSignal[_0x100112(0x17d)](0x2710)});if(!_0x55843c['ok'])return null;const _0x3adea0=await _0x55843c['json']();if(!_0x3adea0||typeof _0x3adea0!==_0x100112(0x170))return null;return Object[_0x100112(0x142)](Object[_0x100112(0x161)](_0x3adea0)[_0x100112(0x158)](([,_0x4ad3a3])=>typeof _0x4ad3a3==='string'&&_0x4ad3a3[_0x100112(0x162)]()[_0x100112(0x189)]>0x0)[_0x100112(0x16f)](([_0x17526b,_0x4e26df])=>[_0x17526b,String(_0x4e26df)['trim']()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x1f2afe){const _0xc147f9=await fetchNpmDistTags();return _0xc147f9?.[_0x1f2afe]??null;}async function fetchLatestVersion(){return fetchNpmDistTagVersion('latest');}async function resolveTargetVersion(_0x595016){const _0x249cc5=a39_0x4ca748,_0x10ac0f=getRequestedVersion(_0x595016);if(_0x10ac0f)return{'version':_0x10ac0f,'source':'version'};if(_0x595016['bool'](_0x249cc5(0x16c))){const _0x4e2f7e=await fetchNpmDistTagVersion(_0x249cc5(0x16c));if(!_0x4e2f7e)return null;return{'version':_0x4e2f7e,'source':_0x249cc5(0x16c)};}const _0x31ee8a=await fetchLatestVersion();if(!_0x31ee8a)return null;return{'version':_0x31ee8a,'source':_0x249cc5(0x160)};}function shouldInstallTarget(_0x739496,_0x527e70){const _0xc7c202=a39_0x4ca748;if(_0x527e70[_0xc7c202(0x159)]===_0xc7c202(0x15a)||_0x527e70['source']==='beta')return!a39_0x416ed3['eq'](_0x739496,_0x527e70[_0xc7c202(0x15a)]);return a39_0x416ed3['lt'](_0x739496,_0x527e70['version']);}function getInstallPlanLabel(_0x2ca836,_0x322ea7){const _0x419b5e=a39_0x4ca748;switch(_0x322ea7[_0x419b5e(0x159)]){case'beta':return _0x419b5e(0x174)+a39_0x176489[_0x419b5e(0x180)](_0x2ca836)+_0x419b5e(0x163)+a39_0x176489['green'](_0x322ea7[_0x419b5e(0x15a)]);case _0x419b5e(0x15a):return'Requested\x20version:\x20'+a39_0x176489[_0x419b5e(0x180)](_0x2ca836)+'\x20→\x20'+a39_0x176489[_0x419b5e(0x169)](_0x322ea7[_0x419b5e(0x15a)]);case _0x419b5e(0x160):default:return _0x419b5e(0x175)+a39_0x176489[_0x419b5e(0x180)](_0x2ca836)+_0x419b5e(0x163)+a39_0x176489[_0x419b5e(0x169)](_0x322ea7['version']);}}function a39_0x5dc6(_0x5b9bf0,_0x54f723){_0x5b9bf0=_0x5b9bf0-0x13d;const _0x270b86=a39_0x270b();let _0x5dc69b=_0x270b86[_0x5b9bf0];return _0x5dc69b;}function repairCurrentBuiltinSkill(){const _0x58abcc=a39_0x4ca748;console[_0x58abcc(0x15c)](a39_0x176489['gray'](_0x58abcc(0x173)));const _0x2946ce=installBuiltinSkill();if(_0x2946ce['ok'])return console[_0x58abcc(0x15c)](a39_0x176489[_0x58abcc(0x15e)]('\x20\x20CLI\x20Built-in\x20Skill\x20'+_0x2946ce[_0x58abcc(0x144)]+_0x58abcc(0x188))),!![];return console[_0x58abcc(0x15b)](a39_0x176489['yellow'](_0x58abcc(0x17f)+_0x2946ce['code']+_0x58abcc(0x14d)+(_0x2946ce['error']||_0x58abcc(0x181)))),console['log'](a39_0x176489[_0x58abcc(0x15e)](_0x58abcc(0x14f)+CLI_BIN_NAME+'\x20cli-skill\x20install')),![];}function verifyUpdatedBuiltinSkill(_0x3f468e){const _0x4f464b=a39_0x4ca748,_0x4c7b2a=inspectInstalledBuiltinSkillVersion(_0x3f468e);if(_0x4c7b2a[_0x4f464b(0x14e)]==='current')return console['log'](a39_0x176489[_0x4f464b(0x15e)]('\x20\x20CLI\x20Built-in\x20Skill\x20'+_0x3f468e+_0x4f464b(0x188))),!![];const _0x46a57e=_0x4c7b2a['skillVersion']?_0x4f464b(0x176)+_0x3f468e+_0x4f464b(0x16e)+_0x4c7b2a[_0x4f464b(0x144)]:_0x4f464b(0x176)+_0x3f468e+_0x4f464b(0x16b)+_0x4c7b2a[_0x4f464b(0x14e)];return console[_0x4f464b(0x15b)](a39_0x176489[_0x4f464b(0x180)]('\x20\x20Built-in\x20Skill\x20verification\x20failed:\x20'+_0x46a57e)),console['log'](a39_0x176489['gray'](_0x4f464b(0x14f)+_0x4c7b2a[_0x4f464b(0x13f)])),![];}async function execute(_0x178b06){const _0x4b95e1=a39_0x4ca748;await validateUpdateFlags(_0x178b06);const _0x49bd80=getCurrentVersion();console['log']('Current\x20version:\x20'+_0x49bd80);const _0x23afaa=a39_0x4079e9(_0x4b95e1(0x17c))[_0x4b95e1(0x146)](),_0x45e30a=await resolveTargetVersion(_0x178b06);if(!_0x45e30a){const _0x2c401f=_0x178b06[_0x4b95e1(0x13d)]('beta')?'Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm':_0x4b95e1(0x17e);return _0x23afaa[_0x4b95e1(0x178)](_0x2c401f),console['log'](a39_0x176489[_0x4b95e1(0x15e)]('\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20'+NPM_PACKAGE_NAME+_0x4b95e1(0x17a))),{'ok':![],'message':_0x2c401f};}const _0x51d177=a39_0x416ed3['valid'](VERSION),_0x1a0efc=a39_0x416ed3[_0x4b95e1(0x18a)](_0x45e30a[_0x4b95e1(0x15a)]);if(!_0x51d177||!_0x1a0efc)return _0x23afaa[_0x4b95e1(0x178)]('Version\x20comparison\x20failed'),{'ok':![],'message':'Version\x20comparison\x20failed'};if(!shouldInstallTarget(_0x51d177,_0x45e30a)){const _0x5a190f=_0x45e30a['source']===_0x4b95e1(0x15a)?_0x4b95e1(0x149)+_0x45e30a['version']+')':'Already\x20up\x20to\x20date\x20(v'+_0x45e30a[_0x4b95e1(0x15a)]+')';return _0x23afaa[_0x4b95e1(0x155)](_0x5a190f),{'ok':repairCurrentBuiltinSkill()};}_0x23afaa[_0x4b95e1(0x14b)](getInstallPlanLabel(_0x49bd80,_0x45e30a));const _0x363820=detectPackageManager(),_0x1be876=_0x363820===_0x4b95e1(0x165)?resolveNpmBin(_0x4b95e1(0x165)):_0x363820,_0x349336=a39_0x4079e9(_0x4b95e1(0x145)+_0x363820+_0x4b95e1(0x154))[_0x4b95e1(0x146)]();try{return await execa(_0x1be876,[_0x4b95e1(0x164),'-g',NPM_PACKAGE_NAME+'@'+_0x45e30a[_0x4b95e1(0x15a)]],{'stdio':_0x4b95e1(0x187)}),_0x349336[_0x4b95e1(0x155)](_0x4b95e1(0x168)+_0x45e30a[_0x4b95e1(0x15a)]),console['log'](a39_0x176489['gray'](_0x4b95e1(0x16d))),{'ok':verifyUpdatedBuiltinSkill(_0x45e30a[_0x4b95e1(0x15a)])};}catch(_0x68eb68){return _0x349336['fail'](_0x4b95e1(0x179)),console['error'](a39_0x176489[_0x4b95e1(0x16a)]('\x20\x20'+_0x68eb68[_0x4b95e1(0x172)])),console['log'](a39_0x176489[_0x4b95e1(0x15e)](_0x4b95e1(0x184)+_0x363820+_0x4b95e1(0x141)+NPM_PACKAGE_NAME+'@'+_0x45e30a['version'])),{'ok':![],'message':_0x68eb68[_0x4b95e1(0x172)]};}}export const updateDefinition={'service':a39_0x4ca748(0x143),'command':a39_0x4ca748(0x177),'description':a39_0x4ca748(0x182),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a40_0x57ac(){const _0x211f02=['210567cKYugT','142466ujdVGl','2640932MdWebN','5UnenJj','3875700xPMOeg','2756110qHWiTu','2470424KcUhiK','273516AbytcS'];a40_0x57ac=function(){return _0x211f02;};return a40_0x57ac();}(function(_0x5606a0,_0x2add6e){const _0x32b874=a40_0x738a,_0x61d21a=_0x5606a0();while(!![]){try{const _0x209690=-parseInt(_0x32b874(0x8e))/0x1*(parseInt(_0x32b874(0x8c))/0x2)+parseInt(_0x32b874(0x8b))/0x3+parseInt(_0x32b874(0x8d))/0x4+parseInt(_0x32b874(0x8f))/0x5+-parseInt(_0x32b874(0x8a))/0x6+-parseInt(_0x32b874(0x88))/0x7+-parseInt(_0x32b874(0x89))/0x8;if(_0x209690===_0x2add6e)break;else _0x61d21a['push'](_0x61d21a['shift']());}catch(_0x4d723a){_0x61d21a['push'](_0x61d21a['shift']());}}}(a40_0x57ac,0x61f7e));import{codegenSdk}from'../../commands/codegen/sdk.js';function a40_0x738a(_0x380fec,_0x56ec17){_0x380fec=_0x380fec-0x88;const _0x57ac27=a40_0x57ac();let _0x738a30=_0x57ac27[_0x380fec];return _0x738a30;}import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a41_0x46dac1=a41_0x2459;(function(_0x46abf7,_0x29e75c){const _0x3c61d6=a41_0x2459,_0x5dc3db=_0x46abf7();while(!![]){try{const _0x5425b8=parseInt(_0x3c61d6(0x1c7))/0x1+-parseInt(_0x3c61d6(0x1d9))/0x2*(-parseInt(_0x3c61d6(0x1d8))/0x3)+-parseInt(_0x3c61d6(0x1d4))/0x4*(parseInt(_0x3c61d6(0x1c1))/0x5)+parseInt(_0x3c61d6(0x1d3))/0x6+-parseInt(_0x3c61d6(0x1da))/0x7*(-parseInt(_0x3c61d6(0x1c6))/0x8)+-parseInt(_0x3c61d6(0x1cc))/0x9*(parseInt(_0x3c61d6(0x1cf))/0xa)+parseInt(_0x3c61d6(0x1c2))/0xb*(parseInt(_0x3c61d6(0x1cb))/0xc);if(_0x5425b8===_0x29e75c)break;else _0x5dc3db['push'](_0x5dc3db['shift']());}catch(_0x2acb48){_0x5dc3db['push'](_0x5dc3db['shift']());}}}(a41_0x2948,0x7220e));function a41_0x2948(){const _0x33416b=['8kUofzY','42190SXMirY','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','boolean','tableName','582696PkKOxS','273519DDtnQh','Omit\x20import\x20statements\x20from\x20generated\x20code','sdk','290PRajWC','code','codegen','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','1999848EbYszz','4lgYxmt','appCode','operation','skip-imports','6582DtOwOa','596MESKBH','4762051YdchvE','string','alias','4231870iCKUaJ','110NmucAc','name','str','bool'];a41_0x2948=function(){return _0x33416b;};return a41_0x2948();}import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a41_0x2459(_0x4ae2be,_0x24fa1f){_0x4ae2be=_0x4ae2be-0x1bf;const _0x2948d8=a41_0x2948();let _0x245960=_0x2948d8[_0x4ae2be];return _0x245960;}export const codegenSdk={'service':a41_0x46dac1(0x1d1),'command':a41_0x46dac1(0x1ce),'description':a41_0x46dac1(0x1d2),'risk':'read','flags':[CODE_FLAG_OPTIONAL,{'name':a41_0x46dac1(0x1c0),'type':a41_0x46dac1(0x1bf),'description':a41_0x46dac1(0x1c8)},{'name':a41_0x46dac1(0x1d6),'type':a41_0x46dac1(0x1bf),'required':!![],'description':'Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)'},{'name':a41_0x46dac1(0x1d7),'type':a41_0x46dac1(0x1c9),'description':a41_0x46dac1(0x1cd)}],async 'execute'(_0x5a351f){const _0x38343a=a41_0x46dac1,{dataset:_0x3666c6,operation:_0x12040b}=await getOperationDetail(_0x5a351f[_0x38343a(0x1d5)],_0x5a351f[_0x38343a(0x1c4)](_0x38343a(0x1d0)),_0x5a351f[_0x38343a(0x1c4)](_0x38343a(0x1d6))),_0x41e3e1=generateSdkCode(_0x3666c6,_0x12040b,{'includeImports':!_0x5a351f[_0x38343a(0x1c5)](_0x38343a(0x1d7))});return{'ok':!![],'data':{'dataset':{'name':_0x3666c6[_0x38343a(0x1c3)],'code':_0x3666c6[_0x38343a(0x1d0)],'tableName':_0x3666c6[_0x38343a(0x1ca)]},'operation':_0x5a351f[_0x38343a(0x1c4)](_0x38343a(0x1d6)),'code':_0x41e3e1}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a42_0x4bdf(){const _0x4f8faf=['1000kbAnKY','15462gjEOPn','68348uuuwxU','12pTzIXg','target','68753kIzoxJ','344666mczKdz','str','sqlName','531633TFMjGF','1210216GDAQXy','no-imports','appCode','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','673292xcDKeY','read','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','sdk','5XFizkF','sqlCode','bff'];a42_0x4bdf=function(){return _0x4f8faf;};return a42_0x4bdf();}const a42_0x19bd0a=a42_0x2d55;function a42_0x2d55(_0x432548,_0x5690c2){_0x432548=_0x432548-0x197;const _0x4bdf4a=a42_0x4bdf();let _0x2d5560=_0x4bdf4a[_0x432548];return _0x2d5560;}(function(_0x56ae96,_0x45ec88){const _0x5a70ad=a42_0x2d55,_0x4e6782=_0x56ae96();while(!![]){try{const _0x24c7de=-parseInt(_0x5a70ad(0x1a3))/0x1+parseInt(_0x5a70ad(0x1a4))/0x2+-parseInt(_0x5a70ad(0x1a7))/0x3+parseInt(_0x5a70ad(0x197))/0x4*(-parseInt(_0x5a70ad(0x19b))/0x5)+parseInt(_0x5a70ad(0x1a1))/0x6*(parseInt(_0x5a70ad(0x1a0))/0x7)+parseInt(_0x5a70ad(0x1a8))/0x8+parseInt(_0x5a70ad(0x19f))/0x9*(parseInt(_0x5a70ad(0x19e))/0xa);if(_0x24c7de===_0x45ec88)break;else _0x4e6782['push'](_0x4e6782['shift']());}catch(_0x304a6f){_0x4e6782['push'](_0x4e6782['shift']());}}}(a42_0x4bdf,0x1892b));import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':'codegen','command':'sql','description':a42_0x19bd0a(0x1ab),'risk':a42_0x19bd0a(0x198),'flags':[SQLCODE_FLAG,{'name':a42_0x19bd0a(0x1a2),'type':'string','description':a42_0x19bd0a(0x199),'default':'sdk','enum':['sdk',a42_0x19bd0a(0x19d)]},{'name':a42_0x19bd0a(0x1a9),'type':'boolean','description':'Omit\x20import\x20statements\x20from\x20generated\x20code'}],async 'execute'(_0xf28251){const _0x2500b6=a42_0x19bd0a,_0x2fa62a=await getSqlQueryInfo(_0xf28251[_0x2500b6(0x1aa)],_0xf28251[_0x2500b6(0x1a5)]('sqlcode')),_0x1a835b=_0xf28251[_0x2500b6(0x1a5)](_0x2500b6(0x1a2))||_0x2500b6(0x19a),_0x114397=generateSqlCodeTemplate(_0x2fa62a,{'target':_0x1a835b,'includeImports':!_0xf28251['bool'](_0x2500b6(0x1a9))});return{'ok':!![],'data':{'sqlCode':_0x2fa62a[_0x2500b6(0x19c)],'sqlName':_0x2fa62a[_0x2500b6(0x1a6)],'target':_0x1a835b,'code':_0x114397}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2cf9f0,_0x46f47a){const _0x14d7d8=a43_0x37be,_0x29e859=_0x2cf9f0();while(!![]){try{const _0x31857c=parseInt(_0x14d7d8(0x13f))/0x1+-parseInt(_0x14d7d8(0x11d))/0x2*(-parseInt(_0x14d7d8(0x147))/0x3)+-parseInt(_0x14d7d8(0x12f))/0x4*(-parseInt(_0x14d7d8(0x12a))/0x5)+-parseInt(_0x14d7d8(0x127))/0x6*(parseInt(_0x14d7d8(0x123))/0x7)+-parseInt(_0x14d7d8(0x11a))/0x8*(-parseInt(_0x14d7d8(0x13d))/0x9)+-parseInt(_0x14d7d8(0x122))/0xa*(-parseInt(_0x14d7d8(0x13c))/0xb)+-parseInt(_0x14d7d8(0x144))/0xc;if(_0x31857c===_0x46f47a)break;else _0x29e859['push'](_0x29e859['shift']());}catch(_0x140d1f){_0x29e859['push'](_0x29e859['shift']());}}}(a43_0x47fd,0x8b0f1));function a43_0x37be(_0x32601b,_0x506776){_0x32601b=_0x32601b-0x118;const _0x47fd68=a43_0x47fd();let _0x37beb2=_0x47fd68[_0x32601b];return _0x37beb2;}import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';function a43_0x47fd(){const _0x359b4f=['defaultApp','App\x20\x22','str','Missing\x20app\x20name.','\x20<name>\x20[--global]','\x22\x20still\x20defined\x20in\x20','Removed\x20app\x20\x22','Added','\x20app\x20\x22','121JktPay','9909eCVGIb','flagMissing','101520UnJAvt','\x20Note:\x20app\x20\x22','global','args','Usage:\x20','7021608ukrKHN','both','\x20Default\x20app\x20changed\x20to\x20\x22','3057NdAwMd','Use\x20global\x20config\x20scope','\x20<name>\x20--appcode\x20<code>','\x22\x20(appcode:\x20','40BjqcwL','bool','App\x20code','1608TQRdkr','string','inherit','validation','\x20config.','91050QlYtjA','28IQtJUD','appcode','projectConfig','length','539802lNfSnb','trim','\x20Set\x20as\x20default\x20app.','348665FDzsVa','apps','object','globalConfig','\x20<name>','28JAkhlL','Updated','keys','\x22\x20not\x20found.'];a43_0x47fd=function(){return _0x359b4f;};return a43_0x47fd();}export function buildAppAddFlags(){const _0x4de6b7=a43_0x37be;return[{'name':'appcode','type':_0x4de6b7(0x11e),'description':_0x4de6b7(0x11c),'required':!![]},{'name':_0x4de6b7(0x141),'type':'boolean','description':_0x4de6b7(0x148),'default':![]},...getAppProfileFlagDefs()];}export function buildAppRemoveFlags(){const _0x1acb86=a43_0x37be;return[{'name':'global','type':'boolean','description':_0x1acb86(0x148),'default':![]}];}export async function validateAppName(_0x573876,_0x24f9ed){const _0x5b9bbb=a43_0x37be,_0x215181=_0x573876[_0x5b9bbb(0x142)][0x0]?.['trim']();if(!_0x215181)throw CliErrors[_0x5b9bbb(0x120)]('Missing\x20app\x20name.',_0x5b9bbb(0x143)+CLI_BIN_NAME+'\x20'+_0x24f9ed+_0x5b9bbb(0x12e));}export async function runAppAdd(_0x3867d8,_0x332cdc){const _0x278e3b=a43_0x37be,_0x2c9b5d=_0x3867d8[_0x278e3b(0x142)][0x0]?.['trim']();if(!_0x2c9b5d)throw CliErrors[_0x278e3b(0x120)](_0x278e3b(0x136),_0x278e3b(0x143)+CLI_BIN_NAME+'\x20'+_0x332cdc+_0x278e3b(0x118));const _0x5c499f=_0x3867d8[_0x278e3b(0x135)](_0x278e3b(0x124));if(!_0x5c499f)throw CliErrors[_0x278e3b(0x13e)](_0x278e3b(0x124),'Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x332cdc+_0x278e3b(0x118));const _0xec70c7={'global':_0x3867d8[_0x278e3b(0x11b)](_0x278e3b(0x141))},_0x41b99f=readConfig(_0xec70c7);if(!_0x41b99f['apps'])_0x41b99f[_0x278e3b(0x12b)]={};const _0x3aba38={'appcode':_0x5c499f,...collectAppProfileOverrides(_0x4abe1b=>_0x3867d8['str'](_0x4abe1b))},_0x5e1124=_0x41b99f[_0x278e3b(0x12b)],_0x585416=!!_0x5e1124[_0x2c9b5d];_0x5e1124[_0x2c9b5d]=_0x3aba38;if(!_0x41b99f[_0x278e3b(0x133)])_0x41b99f['defaultApp']=_0x2c9b5d;writeConfig(_0x41b99f,_0xec70c7);const _0x2b20bb=!_0x585416&&_0x41b99f[_0x278e3b(0x133)]===_0x2c9b5d?_0x278e3b(0x129):'',_0x4aa934=(_0x585416?_0x278e3b(0x130):_0x278e3b(0x13a))+_0x278e3b(0x13b)+_0x2c9b5d+_0x278e3b(0x119)+_0x5c499f+')'+scopeLabel(_0xec70c7)+'.'+_0x2b20bb;return{'ok':!![],'message':_0x4aa934};}export async function runAppRemove(_0x3167d2,_0x3dd0aa){const _0x4afa67=a43_0x37be,_0x359237=_0x3167d2['args'][0x0]?.[_0x4afa67(0x128)]();if(!_0x359237)throw CliErrors['validation'](_0x4afa67(0x136),'Usage:\x20'+CLI_BIN_NAME+'\x20'+_0x3dd0aa+_0x4afa67(0x137));const _0x4a29ac=_0x3167d2[_0x4afa67(0x11b)](_0x4afa67(0x141)),{config:_0x693ed7,layers:_0x14e2c3}=readRawConfigWithLayers(),_0x43a19c=_0x693ed7[_0x4afa67(0x12b)]??{};if(!_0x43a19c[_0x359237])throw CliErrors[_0x4afa67(0x120)](_0x4afa67(0x134)+_0x359237+_0x4afa67(0x132));const _0x1ecfdd=_0x14e2c3[_0x4afa67(0x12d)]['apps']&&typeof _0x14e2c3[_0x4afa67(0x12d)]['apps']===_0x4afa67(0x12c)?_0x14e2c3[_0x4afa67(0x12d)][_0x4afa67(0x12b)]:{},_0x315f5a=_0x14e2c3['projectConfig'][_0x4afa67(0x12b)]&&typeof _0x14e2c3[_0x4afa67(0x125)][_0x4afa67(0x12b)]===_0x4afa67(0x12c)?_0x14e2c3['projectConfig']['apps']:{},_0x4280eb=appDefinedIn(_0x359237,_0x1ecfdd,_0x315f5a,_0x14e2c3[_0x4afa67(0x125)][_0x4afa67(0x11f)]===![]),_0x534f90=resolveAppScopeForWrite(_0x359237,_0x4a29ac,_0x14e2c3),_0x1576cf={'global':_0x534f90===_0x4afa67(0x141)},_0x48a506=readConfig(_0x1576cf),_0x35db21=_0x48a506[_0x4afa67(0x12b)];if(!_0x35db21||!_0x35db21[_0x359237])throw CliErrors[_0x4afa67(0x120)](_0x4afa67(0x134)+_0x359237+_0x4afa67(0x132));delete _0x35db21[_0x359237];let _0x3972f1='';if(_0x48a506[_0x4afa67(0x133)]===_0x359237){const _0x360eb6=Object[_0x4afa67(0x131)](_0x35db21);_0x48a506['defaultApp']=_0x360eb6[_0x4afa67(0x126)]>0x0?_0x360eb6[0x0]:undefined,_0x48a506[_0x4afa67(0x133)]?_0x3972f1=_0x4afa67(0x146)+_0x48a506[_0x4afa67(0x133)]+'\x22.':delete _0x48a506[_0x4afa67(0x133)];}Object['keys'](_0x35db21)['length']===0x0&&(delete _0x48a506[_0x4afa67(0x12b)],delete _0x48a506[_0x4afa67(0x133)]);writeConfig(_0x48a506,_0x1576cf);const _0x3836c4=_0x4280eb===_0x4afa67(0x145)?_0x4afa67(0x140)+_0x359237+_0x4afa67(0x138)+(_0x534f90==='project'?_0x4afa67(0x141):'project')+_0x4afa67(0x121):'';return{'ok':!![],'message':_0x4afa67(0x139)+_0x359237+'\x22'+scopeLabel(_0x1576cf)+'.'+_0x3972f1+_0x3836c4};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x11c51a,_0xf5d50e){const _0x2bd800=a44_0x1bb1,_0x2a7ac3=_0x11c51a();while(!![]){try{const _0x1786ad=-parseInt(_0x2bd800(0xf7))/0x1+parseInt(_0x2bd800(0xfe))/0x2+-parseInt(_0x2bd800(0x102))/0x3*(-parseInt(_0x2bd800(0x111))/0x4)+parseInt(_0x2bd800(0xff))/0x5*(-parseInt(_0x2bd800(0xfd))/0x6)+-parseInt(_0x2bd800(0x100))/0x7+parseInt(_0x2bd800(0xf6))/0x8+-parseInt(_0x2bd800(0xf4))/0x9;if(_0x1786ad===_0xf5d50e)break;else _0x2a7ac3['push'](_0x2a7ac3['shift']());}catch(_0x284867){_0x2a7ac3['push'](_0x2a7ac3['shift']());}}}(a44_0x4334,0xa2289));import{input,checkbox,select}from'@inquirer/prompts';import a44_0x5a976f from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';function a44_0x4334(){const _0x2e2d78=['8561646TgSCxR','(跳过,稍后配置)','6897976FtSluu','934161sPTeoK','\x0a未找到可用应用。','gray','Invalid\x20App\x20Code','appCode','includes','40032EoXyng','2612568CYYjKx','470jzmlLI','1956339LxsbRV','未找到可用应用。','3054BLIATA','skip','✎\x20自定义输入\x20appcode','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','App\x20Code:','请选择要绑定的应用:','length','find','appName','map','\x20\x20(','获取到\x20','custom','message','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)','5060LFxSTX','无法获取远程应用列表,请手动输入。','trim','正在获取可用应用列表...','yellow'];a44_0x4334=function(){return _0x2e2d78;};return a44_0x4334();}function a44_0x1bb1(_0x4be158,_0x498951){_0x4be158=_0x4be158-0xf3;const _0x433415=a44_0x4334();let _0x1bb185=_0x433415[_0x4be158];return _0x1bb185;}export async function promptCustomAppcode(){const _0x5bc946=a44_0x1bb1,_0x2959b9=await input({'message':'请输入\x20App\x20Code:','validate':_0x2b46fe=>{const _0x1da227=a44_0x1bb1,_0x35fd05=validateAppcode(_0x2b46fe['trim']());return _0x35fd05['valid']||_0x35fd05[_0x1da227(0x10f)]||_0x1da227(0xfa);}});return _0x2959b9[_0x5bc946(0x113)]();}export async function promptAppSelection(_0x10abec){const _0x57a710=a44_0x1bb1,_0x4ebb12=[{'name':a44_0x5a976f[_0x57a710(0xf3)](_0x57a710(0x104)),'value':-0x1},..._0x10abec[_0x57a710(0x10b)]((_0x5b7a83,_0xa9f853)=>({'name':_0x5b7a83[_0x57a710(0x10a)]+'\x20\x20'+a44_0x5a976f[_0x57a710(0xf9)]('('+_0x5b7a83['appCode']+')'),'value':_0xa9f853}))],_0x2cd254=await checkbox({'message':_0x57a710(0x10d)+a44_0x5a976f['cyan'](_0x10abec['length'])+'\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','choices':_0x4ebb12,'loop':![]});if(_0x2cd254[_0x57a710(0xfc)](-0x1))return _0x57a710(0x10e);if(_0x2cd254['length']===0x0)return _0x57a710(0x10e);return _0x2cd254[_0x57a710(0x10b)](_0x52cc1b=>_0x10abec[_0x52cc1b]);}export async function promptSingleAppSelection(_0x117ae0){const _0x379469=a44_0x1bb1,_0x1ede27=[{'name':a44_0x5a976f[_0x379469(0xf9)](_0x379469(0x110)),'value':_0x379469(0x103)},{'name':a44_0x5a976f[_0x379469(0xf3)]('✎\x20自定义输入\x20appcode'),'value':_0x379469(0x10e)},..._0x117ae0['map'](_0x5a8aa1=>({'name':_0x5a8aa1[_0x379469(0x10a)]+'\x20\x20'+a44_0x5a976f[_0x379469(0xf9)]('('+_0x5a8aa1[_0x379469(0xfb)]+')'),'value':_0x5a8aa1[_0x379469(0xfb)]}))],_0x2b0a81=await select({'message':_0x379469(0x107),'choices':_0x1ede27});if(_0x2b0a81==='skip')return _0x379469(0x103);if(_0x2b0a81===_0x379469(0x10e))return'custom';return _0x117ae0[_0x379469(0x109)](_0x570cd6=>_0x570cd6[_0x379469(0xfb)]===_0x2b0a81);}export async function selectSingleAppcode(_0xa239ea){const _0x88f0ff=a44_0x1bb1;if(!_0xa239ea)return writeCliSideChannelLine(a44_0x5a976f[_0x88f0ff(0xf9)](_0x88f0ff(0x105))),_fallbackOrSkip();writeCliSideChannelLine(_0x88f0ff(0x114));let _0x17f334;try{_0x17f334=await withActiveCookie(_0xa239ea,()=>listRemoteApps());}catch(_0x5d62e7){writeCliSideChannelLine(a44_0x5a976f[_0x88f0ff(0xf3)](_0x88f0ff(0x112)));if(_0x5d62e7 instanceof Error)writeCliSideChannelLine(a44_0x5a976f['gray'](_0x88f0ff(0x10c)+_0x5d62e7[_0x88f0ff(0x10f)]+')'));return _fallbackOrSkip();}if(_0x17f334[_0x88f0ff(0x108)]===0x0)return writeCliSideChannelLine(a44_0x5a976f['yellow'](_0x88f0ff(0x101))),_fallbackOrSkip();const _0x2c37c8=await promptSingleAppSelection(_0x17f334);if(_0x2c37c8===_0x88f0ff(0x103))return'';if(_0x2c37c8===_0x88f0ff(0x10e))return promptCustomAppcode();return _0x2c37c8[_0x88f0ff(0xfb)];}export async function selectMultipleApps(_0x37dd13){const _0x182b3f=a44_0x1bb1;writeCliSideChannelLine(_0x182b3f(0x114));let _0x5bbc7d;try{_0x5bbc7d=await withActiveCookie(_0x37dd13,()=>listRemoteApps());}catch(_0xe1b3cc){writeCliSideChannelLine('\x0a无法获取远程应用列表,请手动输入。');if(_0xe1b3cc instanceof Error)writeCliSideChannelLine('\x20\x20('+_0xe1b3cc['message']+')');return'custom';}if(_0x5bbc7d[_0x182b3f(0x108)]===0x0)return writeCliSideChannelLine(_0x182b3f(0xf8)),_0x182b3f(0x10e);return promptAppSelection(_0x5bbc7d);}async function _fallbackOrSkip(){const _0x570f26=a44_0x1bb1,_0x3d129f=await select({'message':_0x570f26(0x106),'choices':[{'name':a44_0x5a976f[_0x570f26(0xf9)](_0x570f26(0xf5)),'value':_0x570f26(0x103)},{'name':a44_0x5a976f['yellow']('✎\x20手动输入'),'value':'manual'}]});if(_0x3d129f===_0x570f26(0x103))return'';return promptCustomAppcode();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a45_0x119585=a45_0x262e;(function(_0x3629a0,_0x49f29a){const _0x15d226=a45_0x262e,_0x20872c=_0x3629a0();while(!![]){try{const _0x3d6ecf=parseInt(_0x15d226(0x94))/0x1+parseInt(_0x15d226(0x9a))/0x2+-parseInt(_0x15d226(0xa3))/0x3*(parseInt(_0x15d226(0x9e))/0x4)+parseInt(_0x15d226(0x98))/0x5+-parseInt(_0x15d226(0x9d))/0x6+parseInt(_0x15d226(0x8f))/0x7*(parseInt(_0x15d226(0xa8))/0x8)+parseInt(_0x15d226(0x99))/0x9*(-parseInt(_0x15d226(0x9f))/0xa);if(_0x3d6ecf===_0x49f29a)break;else _0x20872c['push'](_0x20872c['shift']());}catch(_0x57aeda){_0x20872c['push'](_0x20872c['shift']());}}}(a45_0x5dae,0x21cb1));import{CLI_BIN_NAME}from'../../constant/cli.js';function a45_0x5dae(){const _0x2116fa=['Task\x20','string','Async\x20task\x20','PROCESSING','FAILED','taskId','SUCCESS','PENDING','status','7lJmYeH','\x27\x5c\x27\x27','\x20failed.','has','apiError','66030dfQibT','\x20--appcode\x20','\x20completed\x20successfully.','\x20is\x20processing.','355955SwZUBq','4977iCErNi','312918enzMYq','replace','\x20--format\x20compress','370614TneoHj','12tnFvGC','1060gnXzAm','toUpperCase','errorMessage','\x20response\x20did\x20not\x20contain\x20a\x20status.','158859wTBUuY','\x20task\x20status\x20--task-id\x20','\x20failed:\x20','trim','\x20returned\x20unknown\x20status\x20','991864oXYkLF'];a45_0x5dae=function(){return _0x2116fa;};return a45_0x5dae();}import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set([a45_0x119585(0x8c),a45_0x119585(0x8a)]),NON_TERMINAL_STATUSES=new Set([a45_0x119585(0x8d),a45_0x119585(0x89)]);export function normalizeAsyncTask(_0x279b59){const _0x10e305=a45_0x119585,_0x291455=typeof _0x279b59?.['taskId']==='string'?_0x279b59['taskId'][_0x10e305(0xa6)]():'';if(!_0x291455)throw CliErrors[_0x10e305(0x93)]('Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.');const _0x17d0a6=typeof _0x279b59[_0x10e305(0x8e)]==='string'?_0x279b59[_0x10e305(0x8e)][_0x10e305(0xa6)]()[_0x10e305(0xa0)]():'';if(!_0x17d0a6)throw CliErrors[_0x10e305(0x93)](_0x10e305(0x88)+_0x291455+_0x10e305(0xa2));return{'taskId':_0x291455,'status':_0x17d0a6,'errorMessage':typeof _0x279b59[_0x10e305(0xa1)]===_0x10e305(0x87)&&_0x279b59['errorMessage'][_0x10e305(0xa6)]()?_0x279b59[_0x10e305(0xa1)][_0x10e305(0xa6)]():null,'isTerminal':TERMINAL_STATUSES['has'](_0x17d0a6),'knownStatus':TERMINAL_STATUSES[_0x10e305(0x92)](_0x17d0a6)||NON_TERMINAL_STATUSES['has'](_0x17d0a6)};}export function buildAsyncTaskStatusCommand(_0x4e57ac,_0x6584aa){const _0x20782f=a45_0x119585;return CLI_BIN_NAME+_0x20782f(0xa4)+quoteShellArg(_0x4e57ac)+_0x20782f(0x95)+quoteShellArg(_0x6584aa)+_0x20782f(0x9c);}function a45_0x262e(_0x26fffb,_0x10aea0){_0x26fffb=_0x26fffb-0x86;const _0x5daee1=a45_0x5dae();let _0x262e32=_0x5daee1[_0x26fffb];return _0x262e32;}export function asyncTaskMessage(_0x58cb84){const _0x5281dd=a45_0x119585;switch(_0x58cb84[_0x5281dd(0x8e)]){case _0x5281dd(0x8d):return _0x5281dd(0x86)+_0x58cb84[_0x5281dd(0x8b)]+'\x20is\x20pending.';case _0x5281dd(0x89):return _0x5281dd(0x86)+_0x58cb84[_0x5281dd(0x8b)]+_0x5281dd(0x97);case _0x5281dd(0x8c):return _0x5281dd(0x86)+_0x58cb84[_0x5281dd(0x8b)]+_0x5281dd(0x96);case'FAILED':return _0x58cb84[_0x5281dd(0xa1)]?'Task\x20'+_0x58cb84[_0x5281dd(0x8b)]+_0x5281dd(0xa5)+_0x58cb84[_0x5281dd(0xa1)]:_0x5281dd(0x86)+_0x58cb84['taskId']+_0x5281dd(0x91);default:return _0x5281dd(0x86)+_0x58cb84[_0x5281dd(0x8b)]+_0x5281dd(0xa7)+_0x58cb84[_0x5281dd(0x8e)]+'.';}}function quoteShellArg(_0x25889a){const _0x4c76ea=a45_0x119585;return'\x27'+_0x25889a[_0x4c76ea(0x9b)](/'/g,_0x4c76ea(0x90))+'\x27';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a46_0x5879(_0x630a63,_0x3d5643){_0x630a63=_0x630a63-0xa6;var _0x371332=a46_0x3713();var _0x5879b7=_0x371332[_0x630a63];return _0x5879b7;}(function(_0x11b049,_0x4fc861){var _0x4295f3=a46_0x5879,_0x5865d2=_0x11b049();while(!![]){try{var _0x5c042a=parseInt(_0x4295f3(0xad))/0x1*(parseInt(_0x4295f3(0xb2))/0x2)+parseInt(_0x4295f3(0xaa))/0x3+parseInt(_0x4295f3(0xaf))/0x4+-parseInt(_0x4295f3(0xa9))/0x5*(-parseInt(_0x4295f3(0xb1))/0x6)+-parseInt(_0x4295f3(0xa6))/0x7+-parseInt(_0x4295f3(0xac))/0x8+-parseInt(_0x4295f3(0xa7))/0x9;if(_0x5c042a===_0x4fc861)break;else _0x5865d2['push'](_0x5865d2['shift']());}catch(_0x1e1b6f){_0x5865d2['push'](_0x5865d2['shift']());}}}(a46_0x3713,0x8d727));export function asDryRunResult(_0x144ffc,_0x442943){var _0x39bbca=a46_0x5879;return Object[_0x39bbca(0xa8)](_0x144ffc,{'method':{'value':_0x442943[_0x39bbca(0xae)],'enumerable':![]},'url':{'value':_0x442943[_0x39bbca(0xb0)],'enumerable':![]},..._0x442943[_0x39bbca(0xab)]?{'description':{'value':_0x442943[_0x39bbca(0xab)],'enumerable':![]}}:{}});}function a46_0x3713(){var _0x2bc73d=['4519758RmSgBQ','5314QrzLhx','368326uUbmDH','16421121LyjNTu','defineProperties','5JZjHWf','3417645iNeoFn','description','4352440ksHvSG','219rteIuk','method','2104872DbMOiN','url'];a46_0x3713=function(){return _0x2bc73d;};return a46_0x3713();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a47_0x3acec6=a47_0x1be5;function a47_0x1be5(_0xaf2026,_0x1146c2){_0xaf2026=_0xaf2026-0x1c3;const _0x1a7e49=a47_0x1a7e();let _0x1be571=_0x1a7e49[_0xaf2026];return _0x1be571;}(function(_0x447041,_0x4f0a97){const _0x515ddc=a47_0x1be5,_0x42b638=_0x447041();while(!![]){try{const _0x485357=-parseInt(_0x515ddc(0x1c3))/0x1+-parseInt(_0x515ddc(0x1d4))/0x2*(-parseInt(_0x515ddc(0x1db))/0x3)+-parseInt(_0x515ddc(0x1dd))/0x4*(parseInt(_0x515ddc(0x1cc))/0x5)+parseInt(_0x515ddc(0x1ca))/0x6+parseInt(_0x515ddc(0x1d3))/0x7+parseInt(_0x515ddc(0x1d9))/0x8*(-parseInt(_0x515ddc(0x1d8))/0x9)+parseInt(_0x515ddc(0x1d5))/0xa*(parseInt(_0x515ddc(0x1cf))/0xb);if(_0x485357===_0x4f0a97)break;else _0x42b638['push'](_0x42b638['shift']());}catch(_0x44f40a){_0x42b638['push'](_0x42b638['shift']());}}}(a47_0x1a7e,0xbb835));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}(?:_[^_\s]+_[^_\s]+)?$/i,'description':a47_0x3acec6(0x1cb)};export const CODE_FLAG={'name':a47_0x3acec6(0x1da),'type':a47_0x3acec6(0x1d2),'required':!![],'description':a47_0x3acec6(0x1d1),'pattern':DATASET_CODE_PATTERN};function a47_0x1a7e(){const _0x549fe4=['skip-connection-test','18OdDiMK','4072736GOPvMb','code','1362qElOFP','dbtype','50364YCZhIb','509053xLlZgP','number','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','POSTGRESQL','App\x20code\x20(e.g.\x20app-xxxxx)','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','6424614WPCNgp','a\x2032-character\x20hex\x20code,\x20optionally\x20with\x20`_xx_xx`\x20suffix\x20(e.g.\x2099a909313f1fa7153186431e1c551588\x20or\x2099a909313f1fa7153186431e1c551588_75_3c7120aa)','265BEGMsF','datasetcode','sqlcode','176vLvtLr','MYSQL','Dataset\x20code\x20(32-char\x20hex,\x20optionally\x20with\x20_xx_xx\x20suffix)','string','4402174QBztmG','694ywpfZt','690890eQoOYR','Database\x20product\x20type'];a47_0x1a7e=function(){return _0x549fe4;};return a47_0x1a7e();}export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a47_0x3acec6(0x1cd),'description':a47_0x3acec6(0x1d1)};export const SQLCODE_FLAG={'name':a47_0x3acec6(0x1ce),'type':'string','required':!![],'description':'SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a47_0x3acec6(0x1c9)}};export const APPCODE_FLAG_OPTIONAL={'name':'appcode','type':a47_0x3acec6(0x1d2),'required':![],'description':a47_0x3acec6(0x1c6)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a47_0x3acec6(0x1c8)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a47_0x3acec6(0x1c4),'required':!![],'description':a47_0x3acec6(0x1c5)};export const DB_TYPE_FLAG={'name':a47_0x3acec6(0x1dc),'type':'string','required':!![],'description':a47_0x3acec6(0x1d6),'enum':[a47_0x3acec6(0x1d0),a47_0x3acec6(0x1c7)]};export const SKIP_CONNECTION_TEST_FLAG={'name':a47_0x3acec6(0x1d7),'type':'boolean','description':'Skip\x20testing\x20the\x20unsaved\x20database\x20configuration\x20before\x20create/update'};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5a90db,_0x38d7a2){const _0x19bad2=a48_0x1400,_0x1f35f4=_0x5a90db();while(!![]){try{const _0xc8cea7=-parseInt(_0x19bad2(0x17f))/0x1+-parseInt(_0x19bad2(0x180))/0x2+-parseInt(_0x19bad2(0x17a))/0x3+-parseInt(_0x19bad2(0x172))/0x4*(-parseInt(_0x19bad2(0x177))/0x5)+-parseInt(_0x19bad2(0x179))/0x6*(parseInt(_0x19bad2(0x16e))/0x7)+parseInt(_0x19bad2(0x173))/0x8+-parseInt(_0x19bad2(0x17b))/0x9*(-parseInt(_0x19bad2(0x17c))/0xa);if(_0xc8cea7===_0x38d7a2)break;else _0x1f35f4['push'](_0x1f35f4['shift']());}catch(_0xe2e60){_0x1f35f4['push'](_0x1f35f4['shift']());}}}(a48_0x4d03,0x61e17));function a48_0x4d03(){const _0x43fc0c=['toFixed','\x20path\x20is\x20required.','File\x20is\x20not\x20a\x20regular\x20file:\x20','16gzLDzg','5868792bnZnLj','validation','isFile','size','839350ZitUKR','ceil','678MMbFEf','892983rniJES','18wdZOGM','5158550xzntxi','File\x20not\x20found:\x20','File\x20exceeds\x20the\x20development\x20upload\x20limit\x20of\x2050\x20MB:\x20','606949PtXwzm','1417506hlQPme','26173lvtIrG'];a48_0x4d03=function(){return _0x43fc0c;};return a48_0x4d03();}import{existsSync,statSync}from'node:fs';import{CliErrors}from'../../errors.js';function a48_0x1400(_0xa8021,_0x200604){_0xa8021=_0xa8021-0x16e;const _0x4d035a=a48_0x4d03();let _0x140055=_0x4d035a[_0xa8021];return _0x140055;}const BYTES_PER_MB=0x400*0x400;export const DEVELOPMENT_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x2e5873){const _0x4dcceb=a48_0x1400;if(_0x2e5873>=BYTES_PER_MB){const _0x5bdffe=Math[_0x4dcceb(0x178)](_0x2e5873/BYTES_PER_MB*0x64)/0x64;return _0x5bdffe[_0x4dcceb(0x16f)](0x2)+'\x20MB';}return _0x2e5873+'\x20B';}export function requireDevelopmentUploadFile(_0x1125e,_0x41d63d){const _0x58f914=a48_0x1400,_0x2c5108=_0x1125e['trim']();if(!_0x2c5108)throw CliErrors[_0x58f914(0x174)](_0x41d63d+_0x58f914(0x170));if(!existsSync(_0x2c5108))throw CliErrors[_0x58f914(0x174)](_0x58f914(0x17d)+_0x2c5108);const _0xadb71b=statSync(_0x2c5108);if(!_0xadb71b[_0x58f914(0x175)]())throw CliErrors[_0x58f914(0x174)](_0x58f914(0x171)+_0x2c5108);if(_0xadb71b['size']>DEVELOPMENT_UPLOAD_MAX_BYTES)throw CliErrors[_0x58f914(0x174)](_0x58f914(0x17e)+_0x2c5108+'\x20('+formatBytes(_0xadb71b[_0x58f914(0x176)])+')');return{'path':_0x2c5108,'size':_0xadb71b['size']};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a49_0x2945(){const _0xfa8e27=['1727334cbdNbB','6701216QyimOg','3110490QIjFaX','189350fePBbN','67624ZTpmcS','test','840478FvMNwk','App\x20Code\x20cannot\x20exceed\x20100\x20characters','length','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed','405350yJNGlh','App\x20Code\x20cannot\x20be\x20empty','12KNLyUr'];a49_0x2945=function(){return _0xfa8e27;};return a49_0x2945();}(function(_0x27b4a3,_0x4f20bc){const _0x2158a8=a49_0x11fc,_0x51a9a8=_0x27b4a3();while(!![]){try{const _0x55d02f=parseInt(_0x2158a8(0x11d))/0x1+parseInt(_0x2158a8(0x11f))/0x2+-parseInt(_0x2158a8(0x119))/0x3+-parseInt(_0x2158a8(0x118))/0x4*(-parseInt(_0x2158a8(0x116))/0x5)+-parseInt(_0x2158a8(0x11b))/0x6+parseInt(_0x2158a8(0x11c))/0x7+parseInt(_0x2158a8(0x11a))/0x8;if(_0x55d02f===_0x4f20bc)break;else _0x51a9a8['push'](_0x51a9a8['shift']());}catch(_0x3141cf){_0x51a9a8['push'](_0x51a9a8['shift']());}}}(a49_0x2945,0x7a74e));function a49_0x11fc(_0x50f637,_0x56509b){_0x50f637=_0x50f637-0x113;const _0x29451c=a49_0x2945();let _0x11fc8d=_0x29451c[_0x50f637];return _0x11fc8d;}export function validateAppcode(_0x3228a1){const _0x1382e8=a49_0x11fc,_0x5e4615=_0x3228a1['trim']();if(!_0x5e4615)return{'valid':![],'message':_0x1382e8(0x117)};if(_0x5e4615[_0x1382e8(0x114)]>0x64)return{'valid':![],'message':_0x1382e8(0x113)};if(!/^[A-Za-z0-9_-]+$/[_0x1382e8(0x11e)](_0x5e4615))return{'valid':![],'message':_0x1382e8(0x115)};return{'valid':!![]};}
|