@lovrabet/rabetbase-cli 2.5.2-beta.4 → 2.5.2-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/api/generate-sdk-config-file.js +1 -1
- package/lib/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/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/dataset/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-restore.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/dataset/user-deleted-field-list.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/table-diff-shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/deployment/index.js +1 -1
- package/lib/commands/deployment/sync-all.js +1 -1
- package/lib/commands/deployment/sync-jobs.js +1 -1
- package/lib/commands/deployment/sync-status.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/instant-api-policy/current.js +1 -1
- package/lib/commands/instant-api-policy/index.js +1 -1
- package/lib/commands/instant-api-policy/init.js +1 -1
- package/lib/commands/instant-api-policy/publish.js +1 -1
- package/lib/commands/instant-api-policy/pull.js +1 -1
- package/lib/commands/instant-api-policy/revision.js +1 -1
- package/lib/commands/instant-api-policy/revisions.js +1 -1
- package/lib/commands/instant-api-policy/rollback.js +1 -1
- package/lib/commands/instant-api-policy/shared.js +1 -1
- package/lib/commands/instant-api-policy/validate.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/domain-routing-sync.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-domain-routing.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +0 -17
- 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.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/supported-flags.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.d.ts +6 -5
- package/lib/utils/platform.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
- package/skills/rabetbase/SKILL.md +5 -6
- package/skills/rabetbase/references/rabetbase-deployment-sync-all.md +56 -0
- package/skills/rabetbase.manifest.json +4 -4
- package/lib/commands/deployment/auto-sync.d.ts +0 -20
- package/lib/commands/deployment/auto-sync.js +0 -1
- package/lib/commands/deployment/sync.d.ts +0 -2
- package/lib/commands/deployment/sync.js +0 -1
- package/skills/rabetbase/references/rabetbase-deployment-sync.md +0 -100
package/lib/constant/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a233_0x18f0bc=a233_0x2b77;(function(_0x5aab30,_0x1595c4){const _0x23124b=a233_0x2b77,_0x18c6b6=_0x5aab30();while(!![]){try{const _0x5991e5=parseInt(_0x23124b(0x27a))/0x1+parseInt(_0x23124b(0x23e))/0x2*(parseInt(_0x23124b(0x211))/0x3)+parseInt(_0x23124b(0x1fa))/0x4*(parseInt(_0x23124b(0x1ff))/0x5)+-parseInt(_0x23124b(0x1f8))/0x6*(-parseInt(_0x23124b(0x273))/0x7)+parseInt(_0x23124b(0x21e))/0x8+parseInt(_0x23124b(0x245))/0x9+-parseInt(_0x23124b(0x23d))/0xa;if(_0x5991e5===_0x1595c4)break;else _0x18c6b6['push'](_0x18c6b6['shift']());}catch(_0x5a3edd){_0x18c6b6['push'](_0x18c6b6['shift']());}}}(a233_0x3fc5,0x9c781));export const CLI_BIN_NAME=a233_0x18f0bc(0x241);export const CLI_DISPLAY_NAME=a233_0x18f0bc(0x255);function a233_0x3fc5(){const _0xfa7ce7=['Search\x20query','Expected\x20current\x20child\x20count','SQL\x20string','SQL\x20code','Comma-separated\x20menu\x20IDs','<expr>','type','Schemas','sqlName','name','nonInteractive','description','expectedCount','Menu\x20sort\x20value','Parent\x20menu\x20id','DB\x20ID','function-node','enableBffSave','Preview\x20operation\x20without\x20executing','Apply\x20to\x20all','expectPath','sqlcode','Read\x20value\x20from\x20environment\x20variable','code','db-id','Reveal\x20sensitive\x20value','production\x20|\x20daily','<code>','Page\x20size','Output\x20format','16183670dTVbpv','172mzXgKp','Dataset\x20code','watch','rabetbase','clear','Show\x20help','string','671139tvCfPq','Target\x20path','parentId','Confirm\x20destructive\x20action','reveal','Alias\x20for\x20--non-interactive','dryRun','enable-bff-save','menuIds','output','Watch\x20mode','confirm','file','topk','Function\x20node','dbid','Rabetbase\x20CLI','yes','Config\x20key','target','menu-ids','env','Use\x20project\x20config\x20scope','params','datasetcode','meowKey','description-file','parent-id','Use\x20global\x20config\x20scope','Read\x20value\x20from\x20stdin','from-env','Code\x20filter','skip-imports','Expected\x20current\x20menu\x20path','Skip\x20confirmation\x20for\x20high-risk\x20writes','functionNode','keyword','help','expected-count','Use\x20remote','Enable\x20Backend\x20Function\x20save','zh-CN\x20|\x20en-US','query','Config\x20value','Force\x20overwrite','dry-run','1309hQVYYz','operationType','locale','expectParentId','Description\x20file','tags','boolean','834961MhVKLS','taskId','json\x20|\x20pretty\x20|\x20compress','Force\x20non-interactive\x20mode\x20(CI)','Description','Name','Comma-separated\x20metadata\x20codes','force','dbId','app','sort','expect-parent-id','9228EBdzGJ','page','20ucDlLF','Verbose\x20output','expectedChildrenCount','Operation\x20type','all','587075EXySEE','Title','Type\x20filter','Tags','remote','Record\x20ID','appcode','Keyword\x20filter','non-interactive','Asynchronous\x20task\x20ID','Select\x20app\x20profile\x20by\x20name','title','skipImports','label','value','SQL\x20name','format','global','6693zSytjk','<name>','stdin','fromEnv','schemas','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','key','Menu\x20label','codes','project','expect-path','JSON\x20params','task-id','2265480YyyyRr'];a233_0x3fc5=function(){return _0xfa7ce7;};return a233_0x3fc5();}export const NPM_PACKAGE_NAME='@lovrabet/rabetbase-cli';export const GLOBAL_FLAGS=[{'name':a233_0x18f0bc(0x205),'meowKey':a233_0x18f0bc(0x205),'type':'string','description':'Override\x20appcode','hint':a233_0x18f0bc(0x23a)},{'name':'app','meowKey':'app','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x209),'hint':a233_0x18f0bc(0x212)},{'name':'env','meowKey':a233_0x18f0bc(0x25a),'type':'string','description':'Environment','hint':a233_0x18f0bc(0x239)},{'name':a233_0x18f0bc(0x20f),'meowKey':a233_0x18f0bc(0x20f),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x23c),'hint':a233_0x18f0bc(0x27c)},{'name':'jq','meowKey':'jq','type':'string','description':a233_0x18f0bc(0x216),'hint':a233_0x18f0bc(0x224)},{'name':a233_0x18f0bc(0x272),'meowKey':a233_0x18f0bc(0x24b),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x231)},{'name':'yes','meowKey':a233_0x18f0bc(0x256),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x267)},{'name':'non-interactive','meowKey':a233_0x18f0bc(0x229),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x27d)},{'name':a233_0x18f0bc(0x210),'meowKey':a233_0x18f0bc(0x210),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x261)},{'name':a233_0x18f0bc(0x21a),'meowKey':a233_0x18f0bc(0x21a),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x25b)},{'name':'ci','meowKey':'ci','type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x24a),'hidden':!![]},{'name':a233_0x18f0bc(0x26a),'meowKey':a233_0x18f0bc(0x26a),'type':'boolean','description':a233_0x18f0bc(0x243)},{'name':a233_0x18f0bc(0x275),'meowKey':a233_0x18f0bc(0x275),'type':a233_0x18f0bc(0x244),'description':'App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','hidden':!![],'hint':a233_0x18f0bc(0x26e)},{'name':a233_0x18f0bc(0x228),'meowKey':a233_0x18f0bc(0x228),'type':'string','description':a233_0x18f0bc(0x1f1),'hidden':!![]},{'name':a233_0x18f0bc(0x20a),'meowKey':a233_0x18f0bc(0x20a),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x200),'hidden':!![]},{'name':a233_0x18f0bc(0x26f),'meowKey':a233_0x18f0bc(0x26f),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x21f),'hidden':!![]},{'name':a233_0x18f0bc(0x252),'meowKey':a233_0x18f0bc(0x252),'type':a233_0x18f0bc(0x244),'description':'Maximum\x20search\x20hits','hidden':!![]},{'name':a233_0x18f0bc(0x242),'meowKey':'clear','type':'boolean','description':'Clear','hidden':!![]},{'name':a233_0x18f0bc(0x240),'meowKey':a233_0x18f0bc(0x240),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x24f),'hidden':!![]},{'name':a233_0x18f0bc(0x24e),'meowKey':a233_0x18f0bc(0x24e),'type':a233_0x18f0bc(0x244),'description':'Output\x20path','hidden':!![]},{'name':a233_0x18f0bc(0x25c),'meowKey':'params','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x21c),'hidden':!![]},{'name':a233_0x18f0bc(0x25d),'meowKey':a233_0x18f0bc(0x25d),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x23f),'hidden':!![]},{'name':a233_0x18f0bc(0x1fe),'meowKey':'all','type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x232),'hidden':!![]},{'name':a233_0x18f0bc(0x24c),'meowKey':a233_0x18f0bc(0x230),'type':'boolean','description':a233_0x18f0bc(0x26d),'hidden':!![]},{'name':'id','meowKey':'id','type':'string','description':a233_0x18f0bc(0x204),'hidden':!![]},{'name':'type','meowKey':a233_0x18f0bc(0x225),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x201),'hidden':!![]},{'name':a233_0x18f0bc(0x251),'meowKey':'file','type':a233_0x18f0bc(0x244),'description':'File\x20path','hidden':!![]},{'name':a233_0x18f0bc(0x234),'meowKey':a233_0x18f0bc(0x234),'type':'string','description':a233_0x18f0bc(0x222),'hidden':!![]},{'name':'sql-name','meowKey':a233_0x18f0bc(0x227),'type':a233_0x18f0bc(0x244),'description':'SQL\x20name','hidden':!![]},{'name':'sqlname','meowKey':'sqlname','type':'string','description':a233_0x18f0bc(0x20e),'hidden':!![]},{'name':a233_0x18f0bc(0x237),'meowKey':a233_0x18f0bc(0x1f4),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x22e),'hidden':!![]},{'name':a233_0x18f0bc(0x254),'meowKey':a233_0x18f0bc(0x254),'type':'string','description':a233_0x18f0bc(0x22e),'hidden':!![]},{'name':a233_0x18f0bc(0x22a),'meowKey':a233_0x18f0bc(0x22a),'type':'string','description':a233_0x18f0bc(0x1f0),'hidden':!![]},{'name':a233_0x18f0bc(0x25f),'meowKey':'descriptionFile','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x277),'hidden':!![]},{'name':a233_0x18f0bc(0x1f9),'meowKey':a233_0x18f0bc(0x1f9),'type':a233_0x18f0bc(0x244),'description':'Page\x20number','hidden':!![]},{'name':'pagesize','meowKey':'pagesize','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x23b),'hidden':!![]},{'name':a233_0x18f0bc(0x269),'meowKey':a233_0x18f0bc(0x269),'type':'string','description':a233_0x18f0bc(0x206),'hidden':!![]},{'name':'code','meowKey':a233_0x18f0bc(0x236),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x264),'hidden':!![]},{'name':'sql','meowKey':'sql','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x221),'hidden':!![]},{'name':a233_0x18f0bc(0x215),'meowKey':a233_0x18f0bc(0x215),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x226),'hidden':!![]},{'name':'operation','meowKey':'operation','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x1fd),'hidden':!![]},{'name':'target','meowKey':a233_0x18f0bc(0x258),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x246),'hidden':!![]},{'name':a233_0x18f0bc(0x265),'meowKey':a233_0x18f0bc(0x20b),'type':a233_0x18f0bc(0x279),'description':'Skip\x20import\x20generation','hidden':!![]},{'name':'key','meowKey':a233_0x18f0bc(0x217),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x257),'hidden':!![]},{'name':a233_0x18f0bc(0x20d),'meowKey':'value','type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x270),'hidden':!![]},{'name':a233_0x18f0bc(0x278),'meowKey':a233_0x18f0bc(0x278),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x202),'hidden':!![]},{'name':a233_0x18f0bc(0x213),'meowKey':a233_0x18f0bc(0x213),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x262),'hidden':!![]},{'name':a233_0x18f0bc(0x263),'meowKey':a233_0x18f0bc(0x214),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x235),'hidden':!![]},{'name':a233_0x18f0bc(0x249),'meowKey':a233_0x18f0bc(0x249),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x238),'hidden':!![]},{'name':a233_0x18f0bc(0x1f3),'meowKey':a233_0x18f0bc(0x1f3),'type':'boolean','description':a233_0x18f0bc(0x271),'hidden':!![]},{'name':a233_0x18f0bc(0x250),'meowKey':'confirm','type':'boolean','description':a233_0x18f0bc(0x248),'hidden':!![]},{'name':a233_0x18f0bc(0x203),'meowKey':a233_0x18f0bc(0x203),'type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x26c),'hidden':!![]},{'name':'verbose','meowKey':'verbose','type':a233_0x18f0bc(0x279),'description':a233_0x18f0bc(0x1fb),'hidden':!![]},{'name':a233_0x18f0bc(0x26b),'meowKey':a233_0x18f0bc(0x22b),'type':'string','description':'Expected\x20affected\x20count','hidden':!![]},{'name':a233_0x18f0bc(0x20c),'meowKey':a233_0x18f0bc(0x20c),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x218),'hidden':!![]},{'name':a233_0x18f0bc(0x260),'meowKey':a233_0x18f0bc(0x247),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x22d),'hidden':!![]},{'name':'sort','meowKey':a233_0x18f0bc(0x1f6),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x22c),'hidden':!![]},{'name':a233_0x18f0bc(0x1f7),'meowKey':a233_0x18f0bc(0x276),'type':a233_0x18f0bc(0x244),'description':'Expected\x20current\x20parent\x20menu\x20id','hidden':!![]},{'name':a233_0x18f0bc(0x21b),'meowKey':a233_0x18f0bc(0x233),'type':'string','description':a233_0x18f0bc(0x266),'hidden':!![]},{'name':'expected-children-count','meowKey':a233_0x18f0bc(0x1fc),'type':'string','description':a233_0x18f0bc(0x220),'hidden':!![]},{'name':a233_0x18f0bc(0x259),'meowKey':a233_0x18f0bc(0x24d),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x223),'hidden':!![]},{'name':a233_0x18f0bc(0x21d),'meowKey':a233_0x18f0bc(0x27b),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x208),'hidden':!![]},{'name':'operation-type','meowKey':a233_0x18f0bc(0x274),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x1fd),'hidden':!![]},{'name':a233_0x18f0bc(0x22f),'meowKey':a233_0x18f0bc(0x268),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x253),'hidden':!![]},{'name':a233_0x18f0bc(0x219),'meowKey':a233_0x18f0bc(0x219),'type':a233_0x18f0bc(0x244),'description':a233_0x18f0bc(0x1f2),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a233_0x18f0bc(0x205),a233_0x18f0bc(0x1f5),'env',a233_0x18f0bc(0x20f),'jq','dry-run',a233_0x18f0bc(0x256),a233_0x18f0bc(0x207),'ci']);function a233_0x2b77(_0x1c44ae,_0x511c62){_0x1c44ae=_0x1c44ae-0x1f0;const _0x3fc517=a233_0x3fc5();let _0x2b77c1=_0x3fc517[_0x1c44ae];return _0x2b77c1;}export function buildMeowFlags(){const _0x354972=a233_0x18f0bc;return Object['fromEntries'](GLOBAL_FLAGS['map'](_0x2d2ed6=>[_0x2d2ed6[_0x354972(0x25e)],{'type':_0x2d2ed6[_0x354972(0x225)]}]));}
|
|
1
|
+
function a231_0x2709(){const _0x1022ad=['1935930mtPwdO','map','verbose','expect-path','env','Function\x20node','stdin','SQL\x20code','Expected\x20affected\x20count','expectedChildrenCount','from-env','value','sort','Use\x20remote','Watch\x20mode','Type\x20filter','Name','Menu\x20sort\x20value','file','Read\x20value\x20from\x20environment\x20variable','Code\x20filter','Read\x20value\x20from\x20stdin','<name>','description','Preview\x20operation\x20without\x20executing','label','fromEnv','fromEntries','remote','nonInteractive','Use\x20global\x20config\x20scope','tags','<expr>','help','descriptionFile','skip-imports','type','codes','115129blKavL','App\x20locale\x20(workspace\x20pass-through;\x20not\x20CLI\x20language)','Expected\x20current\x20child\x20count','schemas','Clear','menuIds','90MKEmgf','Override\x20appcode','target','1664696Zdgpee','Force\x20non-interactive\x20mode\x20(CI)','dbid','pagesize','page','expected-children-count','description-file','code','keyword','Skip\x20import\x20generation','json\x20|\x20pretty\x20|\x20compress','reveal','Tags','yes','<code>','task-id','taskId','File\x20path','Use\x20project\x20config\x20scope','dryRun','sqlname','params','Output\x20path','Alias\x20for\x20--non-interactive','parentId','project','Expected\x20current\x20parent\x20menu\x20id','Page\x20number','enable-bff-save','2QiMIvH','Expected\x20current\x20menu\x20path','meowKey','app','menu-ids','confirm','expectedCount','Apply\x20to\x20all','14645772DQMOZW','3019544TExkBL','expected-count','Rabetbase\x20CLI','string','Page\x20size','SQL\x20string','query','enableBffSave','73738jcaaCr','parent-id','Force\x20overwrite','expectPath','expect-parent-id','Maximum\x20search\x20hits','functionNode','dbId','topk','2734332zsLbUM','name','JSON\x20params','Comma-separated\x20menu\x20IDs','rabetbase','clear','operation','Skip\x20confirmation\x20for\x20high-risk\x20writes','Reveal\x20sensitive\x20value','Schemas','dry-run','Record\x20ID','sqlcode','db-id','force','datasetcode','production\x20|\x20daily','title','Parent\x20menu\x20id','output','non-interactive','sql','global','zh-CN\x20|\x20en-US','boolean','Operation\x20type','Asynchronous\x20task\x20ID','Environment','Search\x20query','Verbose\x20output','format','appcode','@lovrabet/rabetbase-cli','Menu\x20label','locale','watch','DB\x20ID','all','SQL\x20name','Enable\x20Backend\x20Function\x20save','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)'];a231_0x2709=function(){return _0x1022ad;};return a231_0x2709();}const a231_0x20a4a5=a231_0x48df;(function(_0x19a8cd,_0x4db599){const _0xd1096d=a231_0x48df,_0x2cd4e2=_0x19a8cd();while(!![]){try{const _0x444248=-parseInt(_0xd1096d(0x1e7))/0x1*(-parseInt(_0xd1096d(0x20d))/0x2)+-parseInt(_0xd1096d(0x198))/0x3+-parseInt(_0xd1096d(0x1f0))/0x4+parseInt(_0xd1096d(0x1c1))/0x5+parseInt(_0xd1096d(0x1ed))/0x6*(parseInt(_0xd1096d(0x18f))/0x7)+-parseInt(_0xd1096d(0x187))/0x8+parseInt(_0xd1096d(0x186))/0x9;if(_0x444248===_0x4db599)break;else _0x2cd4e2['push'](_0x2cd4e2['shift']());}catch(_0x5579b9){_0x2cd4e2['push'](_0x2cd4e2['shift']());}}}(a231_0x2709,0x8e3ac));function a231_0x48df(_0x4f50c5,_0x47455c){_0x4f50c5=_0x4f50c5-0x185;const _0x270954=a231_0x2709();let _0x48df48=_0x270954[_0x4f50c5];return _0x48df48;}export const CLI_BIN_NAME=a231_0x20a4a5(0x19c);export const CLI_DISPLAY_NAME=a231_0x20a4a5(0x189);export const NPM_PACKAGE_NAME=a231_0x20a4a5(0x1b8);export const GLOBAL_FLAGS=[{'name':a231_0x20a4a5(0x1b7),'meowKey':a231_0x20a4a5(0x1b7),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1ee),'hint':a231_0x20a4a5(0x1fe)},{'name':a231_0x20a4a5(0x210),'meowKey':a231_0x20a4a5(0x210),'type':a231_0x20a4a5(0x18a),'description':'Select\x20app\x20profile\x20by\x20name','hint':a231_0x20a4a5(0x1d7)},{'name':a231_0x20a4a5(0x1c5),'meowKey':'env','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1b3),'hint':a231_0x20a4a5(0x1a8)},{'name':'format','meowKey':a231_0x20a4a5(0x1b6),'type':'string','description':'Output\x20format','hint':a231_0x20a4a5(0x1fa)},{'name':'jq','meowKey':'jq','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1c0),'hint':a231_0x20a4a5(0x1e1)},{'name':a231_0x20a4a5(0x1a2),'meowKey':a231_0x20a4a5(0x203),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1d9)},{'name':a231_0x20a4a5(0x1fd),'meowKey':a231_0x20a4a5(0x1fd),'type':'boolean','description':a231_0x20a4a5(0x19f)},{'name':'non-interactive','meowKey':a231_0x20a4a5(0x1de),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1f1)},{'name':a231_0x20a4a5(0x1ae),'meowKey':'global','type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1df)},{'name':'project','meowKey':a231_0x20a4a5(0x209),'type':'boolean','description':a231_0x20a4a5(0x202)},{'name':'ci','meowKey':'ci','type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x207),'hidden':!![]},{'name':a231_0x20a4a5(0x1e2),'meowKey':'help','type':a231_0x20a4a5(0x1b0),'description':'Show\x20help'},{'name':a231_0x20a4a5(0x1ba),'meowKey':a231_0x20a4a5(0x1ba),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1e8),'hidden':!![],'hint':a231_0x20a4a5(0x1af)},{'name':a231_0x20a4a5(0x199),'meowKey':a231_0x20a4a5(0x199),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1d1),'hidden':!![]},{'name':'title','meowKey':a231_0x20a4a5(0x1a9),'type':a231_0x20a4a5(0x18a),'description':'Title','hidden':!![]},{'name':a231_0x20a4a5(0x18d),'meowKey':'query','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1b4),'hidden':!![]},{'name':a231_0x20a4a5(0x197),'meowKey':a231_0x20a4a5(0x197),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x194),'hidden':!![]},{'name':a231_0x20a4a5(0x19d),'meowKey':a231_0x20a4a5(0x19d),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1eb),'hidden':!![]},{'name':a231_0x20a4a5(0x1bb),'meowKey':a231_0x20a4a5(0x1bb),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1cf),'hidden':!![]},{'name':a231_0x20a4a5(0x1ab),'meowKey':a231_0x20a4a5(0x1ab),'type':'string','description':a231_0x20a4a5(0x206),'hidden':!![]},{'name':'params','meowKey':a231_0x20a4a5(0x205),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x19a),'hidden':!![]},{'name':'datasetcode','meowKey':a231_0x20a4a5(0x1a7),'type':'string','description':'Dataset\x20code','hidden':!![]},{'name':a231_0x20a4a5(0x1bd),'meowKey':a231_0x20a4a5(0x1bd),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x185),'hidden':!![]},{'name':a231_0x20a4a5(0x20c),'meowKey':a231_0x20a4a5(0x18e),'type':'boolean','description':a231_0x20a4a5(0x1bf),'hidden':!![]},{'name':'id','meowKey':'id','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1a3),'hidden':!![]},{'name':a231_0x20a4a5(0x1e5),'meowKey':'type','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1d0),'hidden':!![]},{'name':a231_0x20a4a5(0x1d3),'meowKey':'file','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x201),'hidden':!![]},{'name':a231_0x20a4a5(0x1a4),'meowKey':a231_0x20a4a5(0x1a4),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1c8),'hidden':!![]},{'name':'sql-name','meowKey':'sqlName','type':'string','description':'SQL\x20name','hidden':!![]},{'name':'sqlname','meowKey':a231_0x20a4a5(0x204),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1be),'hidden':!![]},{'name':a231_0x20a4a5(0x1a5),'meowKey':a231_0x20a4a5(0x196),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1bc),'hidden':!![]},{'name':'dbid','meowKey':a231_0x20a4a5(0x1f2),'type':a231_0x20a4a5(0x18a),'description':'DB\x20ID','hidden':!![]},{'name':a231_0x20a4a5(0x1d8),'meowKey':a231_0x20a4a5(0x1d8),'type':a231_0x20a4a5(0x18a),'description':'Description','hidden':!![]},{'name':a231_0x20a4a5(0x1f6),'meowKey':a231_0x20a4a5(0x1e3),'type':'string','description':'Description\x20file','hidden':!![]},{'name':'page','meowKey':a231_0x20a4a5(0x1f4),'type':'string','description':a231_0x20a4a5(0x20b),'hidden':!![]},{'name':a231_0x20a4a5(0x1f3),'meowKey':a231_0x20a4a5(0x1f3),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x18b),'hidden':!![]},{'name':'keyword','meowKey':a231_0x20a4a5(0x1f8),'type':a231_0x20a4a5(0x18a),'description':'Keyword\x20filter','hidden':!![]},{'name':a231_0x20a4a5(0x1f7),'meowKey':'code','type':'string','description':a231_0x20a4a5(0x1d5),'hidden':!![]},{'name':a231_0x20a4a5(0x1ad),'meowKey':'sql','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x18c),'hidden':!![]},{'name':a231_0x20a4a5(0x1ea),'meowKey':'schemas','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1a1),'hidden':!![]},{'name':a231_0x20a4a5(0x19e),'meowKey':'operation','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1b1),'hidden':!![]},{'name':a231_0x20a4a5(0x1ef),'meowKey':a231_0x20a4a5(0x1ef),'type':a231_0x20a4a5(0x18a),'description':'Target\x20path','hidden':!![]},{'name':a231_0x20a4a5(0x1e4),'meowKey':'skipImports','type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1f9),'hidden':!![]},{'name':'key','meowKey':'key','type':'string','description':'Config\x20key','hidden':!![]},{'name':a231_0x20a4a5(0x1cc),'meowKey':a231_0x20a4a5(0x1cc),'type':a231_0x20a4a5(0x18a),'description':'Config\x20value','hidden':!![]},{'name':a231_0x20a4a5(0x1e0),'meowKey':a231_0x20a4a5(0x1e0),'type':'string','description':a231_0x20a4a5(0x1fc),'hidden':!![]},{'name':a231_0x20a4a5(0x1c7),'meowKey':a231_0x20a4a5(0x1c7),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1d6),'hidden':!![]},{'name':a231_0x20a4a5(0x1cb),'meowKey':a231_0x20a4a5(0x1db),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1d4),'hidden':!![]},{'name':a231_0x20a4a5(0x1fb),'meowKey':a231_0x20a4a5(0x1fb),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1a0),'hidden':!![]},{'name':a231_0x20a4a5(0x1a6),'meowKey':a231_0x20a4a5(0x1a6),'type':'boolean','description':a231_0x20a4a5(0x191),'hidden':!![]},{'name':a231_0x20a4a5(0x212),'meowKey':'confirm','type':a231_0x20a4a5(0x1b0),'description':'Confirm\x20destructive\x20action','hidden':!![]},{'name':a231_0x20a4a5(0x1dd),'meowKey':'remote','type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1ce),'hidden':!![]},{'name':a231_0x20a4a5(0x1c3),'meowKey':a231_0x20a4a5(0x1c3),'type':a231_0x20a4a5(0x1b0),'description':a231_0x20a4a5(0x1b5),'hidden':!![]},{'name':a231_0x20a4a5(0x188),'meowKey':a231_0x20a4a5(0x213),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1c9),'hidden':!![]},{'name':a231_0x20a4a5(0x1da),'meowKey':a231_0x20a4a5(0x1da),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1b9),'hidden':!![]},{'name':a231_0x20a4a5(0x190),'meowKey':a231_0x20a4a5(0x208),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1aa),'hidden':!![]},{'name':a231_0x20a4a5(0x1cd),'meowKey':a231_0x20a4a5(0x1cd),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1d2),'hidden':!![]},{'name':a231_0x20a4a5(0x193),'meowKey':'expectParentId','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x20a),'hidden':!![]},{'name':a231_0x20a4a5(0x1c4),'meowKey':a231_0x20a4a5(0x192),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x20e),'hidden':!![]},{'name':a231_0x20a4a5(0x1f5),'meowKey':a231_0x20a4a5(0x1ca),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1e9),'hidden':!![]},{'name':a231_0x20a4a5(0x211),'meowKey':a231_0x20a4a5(0x1ec),'type':'string','description':a231_0x20a4a5(0x19b),'hidden':!![]},{'name':a231_0x20a4a5(0x1ff),'meowKey':a231_0x20a4a5(0x200),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1b2),'hidden':!![]},{'name':'operation-type','meowKey':'operationType','type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1b1),'hidden':!![]},{'name':'function-node','meowKey':a231_0x20a4a5(0x195),'type':a231_0x20a4a5(0x18a),'description':a231_0x20a4a5(0x1c6),'hidden':!![]},{'name':'codes','meowKey':a231_0x20a4a5(0x1e6),'type':a231_0x20a4a5(0x18a),'description':'Comma-separated\x20metadata\x20codes','hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a231_0x20a4a5(0x1b7),a231_0x20a4a5(0x210),a231_0x20a4a5(0x1c5),a231_0x20a4a5(0x1b6),'jq',a231_0x20a4a5(0x1a2),'yes',a231_0x20a4a5(0x1ac),'ci']);export function buildMeowFlags(){const _0x12fc09=a231_0x20a4a5;return Object[_0x12fc09(0x1dc)](GLOBAL_FLAGS[_0x12fc09(0x1c2)](_0x340709=>[_0x340709[_0x12fc09(0x20f)],{'type':_0x340709[_0x12fc09(0x1e5)]}]));}
|
package/lib/constant/defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a232_0x4d93a2=a232_0x37fd;(function(_0x16b2fc,_0x1cba4c){const _0x10c0e2=a232_0x37fd,_0x6e30ef=_0x16b2fc();while(!![]){try{const _0x12d6a2=parseInt(_0x10c0e2(0x168))/0x1*(-parseInt(_0x10c0e2(0x161))/0x2)+parseInt(_0x10c0e2(0x15e))/0x3*(-parseInt(_0x10c0e2(0x162))/0x4)+-parseInt(_0x10c0e2(0x160))/0x5+-parseInt(_0x10c0e2(0x165))/0x6+-parseInt(_0x10c0e2(0x167))/0x7+-parseInt(_0x10c0e2(0x15d))/0x8*(parseInt(_0x10c0e2(0x166))/0x9)+parseInt(_0x10c0e2(0x164))/0xa;if(_0x12d6a2===_0x1cba4c)break;else _0x6e30ef['push'](_0x6e30ef['shift']());}catch(_0x5be477){_0x6e30ef['push'](_0x6e30ef['shift']());}}}(a232_0x17b7,0x3a180));import{DEFAULT_API_DIR}from'../constant/paths.js';export const DEFAULT_CONFIG_VALUES={'env':a232_0x4d93a2(0x15f),'format':'compress','locale':a232_0x4d93a2(0x163),'riskLevel':a232_0x4d93a2(0x15c),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT='compress';function a232_0x37fd(_0xf4bf98,_0x57679d){_0xf4bf98=_0xf4bf98-0x15c;const _0x17b7ae=a232_0x17b7();let _0x37fdc6=_0x17b7ae[_0xf4bf98];return _0x37fdc6;}function a232_0x17b7(){const _0x5f0e3f=['907064uhjdgL','3vJqMAl','production','933865vSaIaq','799558PHljsT','35396eTnezD','en-US','16449130IkYSTO','2415318DpMaqk','9qiGtBo','2069368oAbQSV','1xpbCfe','write'];a232_0x17b7=function(){return _0x5f0e3f;};return a232_0x17b7();}
|
package/lib/constant/domain.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a233_0x4fa7e1=a233_0x49ed;(function(_0xbaf8a1,_0x4557b2){const _0x15b389=a233_0x49ed,_0x1e95a8=_0xbaf8a1();while(!![]){try{const _0x520b56=parseInt(_0x15b389(0x1e5))/0x1*(parseInt(_0x15b389(0x1eb))/0x2)+parseInt(_0x15b389(0x1d7))/0x3+-parseInt(_0x15b389(0x1ed))/0x4*(-parseInt(_0x15b389(0x1e4))/0x5)+-parseInt(_0x15b389(0x1e6))/0x6*(parseInt(_0x15b389(0x1ef))/0x7)+parseInt(_0x15b389(0x1ec))/0x8*(parseInt(_0x15b389(0x1db))/0x9)+parseInt(_0x15b389(0x1e3))/0xa+-parseInt(_0x15b389(0x1dc))/0xb;if(_0x520b56===_0x4557b2)break;else _0x1e95a8['push'](_0x1e95a8['shift']());}catch(_0x56e133){_0x1e95a8['push'](_0x1e95a8['shift']());}}}(a233_0x1d61,0x7d60e));import{getEnv,isProduction}from'../constant/env.js';import{DEFAULT_LOVRABET_REGION}from'../constant/region.js';import{getOfficialRoutingCdn,getOfficialRoutingProfile}from'../constant/routing-profile.js';let customApiDomain,customUserDomain,customRuntimeDomain,customSkillDomain,customKbDomain,customAppDomain,customLocalDomain,customCertificateDomain,customCdn,activeRegion=DEFAULT_LOVRABET_REGION;function a233_0x1d61(){const _0x486df7=['371360SlnAkv','8100632MRenYk','8pHBEkA','runtime','7cPCUwN','runtimeDomain','1181829SOFbGJ','serviceDomains','production','/app/','9QVAieW','28079403LDbCJv','user','/web-app/app/','trim','app','hostname','appDomain','7831320KhSXKw','1764040RtxlIp','5MNLvPz','4544682KUyQZK','cdn','daily','region','kbDomain'];a233_0x1d61=function(){return _0x486df7;};return a233_0x1d61();}function getActiveRegionDomains(){const _0x19ec6d=a233_0x49ed,_0x156fc2=getOfficialRoutingProfile(activeRegion);return isProduction(getEnv())?_0x156fc2[_0x19ec6d(0x1d8)][_0x19ec6d(0x1d9)]:_0x156fc2['serviceDomains'][_0x19ec6d(0x1e8)]??_0x156fc2[_0x19ec6d(0x1d8)][_0x19ec6d(0x1d9)];}export function initDomains(_0xffedc6){const _0x2a6d16=a233_0x49ed;customApiDomain=_0xffedc6?.['apiDomain'],customUserDomain=_0xffedc6?.['userDomain'],customRuntimeDomain=_0xffedc6?.[_0x2a6d16(0x1f0)],customSkillDomain=_0xffedc6?.['skillDomain'],customKbDomain=_0xffedc6?.[_0x2a6d16(0x1ea)],customAppDomain=_0xffedc6?.[_0x2a6d16(0x1e2)],customLocalDomain=_0xffedc6?.['localDomain'],customCertificateDomain=_0xffedc6?.['certificateDomain'],customCdn=_0xffedc6?.[_0x2a6d16(0x1e7)],activeRegion=_0xffedc6?.[_0x2a6d16(0x1e9)]??DEFAULT_LOVRABET_REGION;}export const getUserDomain=()=>customUserDomain||getActiveRegionDomains()[a233_0x4fa7e1(0x1dd)];export const getApiDomain=()=>customApiDomain||getActiveRegionDomains()['api'];export const getRuntimeDomain=()=>customRuntimeDomain||getActiveRegionDomains()['runtime'];export const getSkillDomain=()=>customSkillDomain||getActiveRegionDomains()['skill'];export const getKbDomain=()=>customKbDomain||customApiDomain||getActiveRegionDomains()['kb'];export const getAppDomain=()=>customAppDomain||getActiveRegionDomains()[a233_0x4fa7e1(0x1e0)];function a233_0x49ed(_0x53e08e,_0x371866){_0x53e08e=_0x53e08e-0x1d7;const _0x1d614c=a233_0x1d61();let _0x49ed70=_0x1d614c[_0x53e08e];return _0x49ed70;}export const getActiveRegion=()=>activeRegion;export const getLocalDomain=()=>customLocalDomain;export const getCertificateDomain=()=>customCertificateDomain;export const getActiveCdn=()=>customCdn||getOfficialRoutingCdn(activeRegion);export function isIndependentDeployment(){return!!(customApiDomain||customUserDomain||customRuntimeDomain||customSkillDomain||customKbDomain||customAppDomain||customLocalDomain||customCertificateDomain);}export function getSdkClientRoutingConfig(){const _0x467b9a=a233_0x4fa7e1;if(customRuntimeDomain&&customRuntimeDomain!==getActiveRegionDomains()[_0x467b9a(0x1ee)])return{'runtimeDomain':customRuntimeDomain};if(activeRegion!==DEFAULT_LOVRABET_REGION)return{'runtimeDomain':getRuntimeDomain()};return{};}export const getAppBaseUrl=_0x1c8fed=>{const _0x5c1e24=a233_0x4fa7e1,_0xa81213=encodeURIComponent(_0x1c8fed[_0x5c1e24(0x1df)]());return isProduction(getEnv())?getAppDomain()+_0x5c1e24(0x1da)+_0xa81213:getAppDomain()+_0x5c1e24(0x1de)+_0xa81213;};export const getPublishedAppDomain=_0x1bd993=>{const _0x39da7c=a233_0x4fa7e1,_0x1e3402=new URL(getAppDomain());return _0x1e3402[_0x39da7c(0x1e1)]=_0x1bd993[_0x39da7c(0x1df)]()+'.'+_0x1e3402[_0x39da7c(0x1e1)],_0x1e3402['origin'];};
|
package/lib/constant/env.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a234_0x4f7a92=a234_0x294e;function a234_0x3962(){const _0x485314=['33500EHXyJL','2058Cuyuui','8217NjIkCF','2191qhVwvj','production','2096040nnrQcr','1548gIoDAx','116739oFwrxU','1119djnliN','48655gpMhun','188sJInKC','2840RmYRID','daily','23496ZQjPVU'];a234_0x3962=function(){return _0x485314;};return a234_0x3962();}function a234_0x294e(_0x15adc2,_0x17f934){_0x15adc2=_0x15adc2-0x14d;const _0x3962b9=a234_0x3962();let _0x294ed7=_0x3962b9[_0x15adc2];return _0x294ed7;}(function(_0x4e16e8,_0x6c5132){const _0x183055=a234_0x294e,_0x175b6a=_0x4e16e8();while(!![]){try{const _0x49567f=-parseInt(_0x183055(0x151))/0x1+-parseInt(_0x183055(0x159))/0x2*(-parseInt(_0x183055(0x152))/0x3)+parseInt(_0x183055(0x154))/0x4*(parseInt(_0x183055(0x153))/0x5)+parseInt(_0x183055(0x14f))/0x6+parseInt(_0x183055(0x14d))/0x7*(parseInt(_0x183055(0x155))/0x8)+parseInt(_0x183055(0x150))/0x9*(parseInt(_0x183055(0x158))/0xa)+parseInt(_0x183055(0x15a))/0xb*(-parseInt(_0x183055(0x157))/0xc);if(_0x49567f===_0x6c5132)break;else _0x175b6a['push'](_0x175b6a['shift']());}catch(_0x52b275){_0x175b6a['push'](_0x175b6a['shift']());}}}(a234_0x3962,0x48de0));export const RABETBASE_ENV_VALUES=[a234_0x4f7a92(0x14e),a234_0x4f7a92(0x156)];export function normalizeEnv(_0x16b466){return _0x16b466==='online'?'production':_0x16b466;}export function isProduction(_0x5a3f19){const _0x4e44f7=a234_0x4f7a92;return normalizeEnv(_0x5a3f19)===_0x4e44f7(0x14e);}export function isDaily(_0x28a1ff){return normalizeEnv(_0x28a1ff)==='daily';}export function isDev(_0x17fe38){const _0x5f2353=normalizeEnv(_0x17fe38);return _0x5f2353==='development'||_0x5f2353==='dev';}let env=normalizeEnv(process.env.RABETBASE_ENV||process.env.LOVRABET_ENV||a234_0x4f7a92(0x14e));export function getEnv(){return env;}export function initEnv(_0x5a3aeb){env=normalizeEnv(_0x5a3aeb);}
|
package/lib/constant/output.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a235_0x1395(_0x2a5134,_0x424901){_0x2a5134=_0x2a5134-0xfd;const _0x1afed3=a235_0x1afe();let _0x1395aa=_0x1afed3[_0x2a5134];return _0x1395aa;}const a235_0x16c8bb=a235_0x1395;(function(_0x303cb1,_0x484019){const _0x443098=a235_0x1395,_0x5a43f1=_0x303cb1();while(!![]){try{const _0x4c8e38=parseInt(_0x443098(0xff))/0x1*(parseInt(_0x443098(0x105))/0x2)+-parseInt(_0x443098(0x103))/0x3+parseInt(_0x443098(0x102))/0x4+-parseInt(_0x443098(0x106))/0x5+-parseInt(_0x443098(0x100))/0x6+parseInt(_0x443098(0x104))/0x7+-parseInt(_0x443098(0x101))/0x8;if(_0x4c8e38===_0x484019)break;else _0x5a43f1['push'](_0x5a43f1['shift']());}catch(_0x3e499e){_0x5a43f1['push'](_0x5a43f1['shift']());}}}(a235_0x1afe,0x68fe4));function a235_0x1afe(){const _0x50095f=['14009vjjUsN','1078890clDNiB','4462840bCnLnW','3190408elIumw','110403CTMbPz','2715118NtWyau','14QMrneD','395080GqhTAK','json','compress'];a235_0x1afe=function(){return _0x50095f;};return a235_0x1afe();}export const RABETBASE_OUTPUT_FORMAT_VALUES=[a235_0x16c8bb(0xfd),'pretty',a235_0x16c8bb(0xfe)];
|
package/lib/constant/paths.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a236_0x2056(_0xe64d12,_0x80dddd){_0xe64d12=_0xe64d12-0x147;const _0x2d8f24=a236_0x2d8f();let _0x2056b1=_0x2d8f24[_0xe64d12];return _0x2056b1;}const a236_0x4c6148=a236_0x2056;(function(_0x31845e,_0x5f5b44){const _0x4e3adb=a236_0x2056,_0x35899c=_0x31845e();while(!![]){try{const _0x66536=parseInt(_0x4e3adb(0x14f))/0x1+parseInt(_0x4e3adb(0x152))/0x2*(parseInt(_0x4e3adb(0x14c))/0x3)+parseInt(_0x4e3adb(0x148))/0x4*(-parseInt(_0x4e3adb(0x14a))/0x5)+-parseInt(_0x4e3adb(0x147))/0x6*(-parseInt(_0x4e3adb(0x14d))/0x7)+parseInt(_0x4e3adb(0x150))/0x8+parseInt(_0x4e3adb(0x149))/0x9*(parseInt(_0x4e3adb(0x151))/0xa)+-parseInt(_0x4e3adb(0x14b))/0xb;if(_0x66536===_0x5f5b44)break;else _0x35899c['push'](_0x35899c['shift']());}catch(_0x19a58a){_0x35899c['push'](_0x35899c['shift']());}}}(a236_0x2d8f,0xe1741));export const DEFAULT_API_DIR=a236_0x4c6148(0x14e);function a236_0x2d8f(){const _0x5eabe6=['2886lAytGm','456feYDSl','36QZUuVN','23585oGDATQ','28587724wiEUGJ','1241073vfAmoo','11508TWWDZA','./src/api','178543hfcgkE','9829864sLhLtd','3620870bsoMdA','2kLYXmK'];a236_0x2d8f=function(){return _0x5eabe6;};return a236_0x2d8f();}
|
package/lib/constant/region.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x219466,_0x4cebb7){const _0xa1cc8d=a237_0x2af5,_0xc3c740=_0x219466();while(!![]){try{const _0x86e0e=parseInt(_0xa1cc8d(0x193))/0x1*(parseInt(_0xa1cc8d(0x18c))/0x2)+-parseInt(_0xa1cc8d(0x18f))/0x3+parseInt(_0xa1cc8d(0x190))/0x4+parseInt(_0xa1cc8d(0x18a))/0x5*(parseInt(_0xa1cc8d(0x194))/0x6)+parseInt(_0xa1cc8d(0x18d))/0x7+parseInt(_0xa1cc8d(0x18b))/0x8*(-parseInt(_0xa1cc8d(0x195))/0x9)+-parseInt(_0xa1cc8d(0x192))/0xa;if(_0x86e0e===_0x4cebb7)break;else _0xc3c740['push'](_0xc3c740['shift']());}catch(_0x5ad730){_0xc3c740['push'](_0xc3c740['shift']());}}}(a237_0x3958,0x3d8dc));import{DEFAULT_REGION,ENABLED_REGION_VALUES,REGION_ALIASES,REGION_VALUES}from'../generated/official-routing.js';function a237_0x2af5(_0x5d043,_0x40ecec){_0x5d043=_0x5d043-0x18a;const _0x39589d=a237_0x3958();let _0x2af533=_0x39589d[_0x5d043];return _0x2af533;}export const LOVRABET_REGION_VALUES=REGION_VALUES;export const ENABLED_LOVRABET_REGION_VALUES=ENABLED_REGION_VALUES;export const DEFAULT_LOVRABET_REGION=DEFAULT_REGION;export function isLovrabetRegion(_0x329725){const _0x47d91f=a237_0x2af5;return typeof _0x329725===_0x47d91f(0x191)&&LOVRABET_REGION_VALUES[_0x47d91f(0x18e)](_0x329725);}export function isEnabledLovrabetRegion(_0x356f3c){const _0x5819b0=a237_0x2af5;return typeof _0x356f3c===_0x5819b0(0x191)&&ENABLED_LOVRABET_REGION_VALUES['includes'](_0x356f3c);}export function normalizeLovrabetRegion(_0x34cba7){if(typeof _0x34cba7!=='string')return undefined;const _0x4a6fd5=REGION_ALIASES[_0x34cba7]??_0x34cba7;return isLovrabetRegion(_0x4a6fd5)?_0x4a6fd5:undefined;}function a237_0x3958(){const _0x2ea0bd=['88GTXzHY','2vNnpYW','2538172jSeAAX','includes','133641VtExhS','1561620PFoakn','string','10402820IptIrX','476081LnHCkJ','232854WBnudx','70506vfvDNr','25IQCdNX'];a237_0x3958=function(){return _0x2ea0bd;};return a237_0x3958();}export function isInvalidLovrabetRegion(_0x4977b9){return _0x4977b9!==undefined&&_0x4977b9!==null&&_0x4977b9!==''&&normalizeLovrabetRegion(_0x4977b9)===undefined;}
|
package/lib/constant/risk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a238_0x212172=a238_0x2e81;(function(_0x55c5ee,_0x457c3d){const _0x14d0b9=a238_0x2e81,_0x5aef9c=_0x55c5ee();while(!![]){try{const _0x252cba=-parseInt(_0x14d0b9(0x107))/0x1*(parseInt(_0x14d0b9(0xfe))/0x2)+-parseInt(_0x14d0b9(0x105))/0x3+parseInt(_0x14d0b9(0x100))/0x4+-parseInt(_0x14d0b9(0xff))/0x5+parseInt(_0x14d0b9(0x104))/0x6+-parseInt(_0x14d0b9(0xfc))/0x7+-parseInt(_0x14d0b9(0x103))/0x8*(-parseInt(_0x14d0b9(0xfd))/0x9);if(_0x252cba===_0x457c3d)break;else _0x5aef9c['push'](_0x5aef9c['shift']());}catch(_0xf0759a){_0x5aef9c['push'](_0x5aef9c['shift']());}}}(a238_0x2e8b,0x4e009));function a238_0x2e81(_0x42c909,_0x3674f3){_0x42c909=_0x42c909-0xfc;const _0x2e8b45=a238_0x2e8b();let _0x2e81c7=_0x2e8b45[_0x42c909];return _0x2e81c7;}function a238_0x2e8b(){const _0x3eaab3=['1548744tlpDdo','high-risk-write','579454iVqCLJ','3105998rHHxni','19988847fOqSAH','2tFBjMP','2914560giiuXq','83400JzHFhn','read','write','8aBfKrV','1199952mGBRCH'];a238_0x2e8b=function(){return _0x3eaab3;};return a238_0x2e8b();}export const RISK_LEVEL_VALUES=[a238_0x212172(0x101),a238_0x212172(0x102),a238_0x212172(0x106)];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a239_0x4987(_0x23a664,_0x3f7a39){_0x23a664=_0x23a664-0x1d3;const _0x10a4f7=a239_0x10a4();let _0x4987b2=_0x10a4f7[_0x23a664];return _0x4987b2;}(function(_0x1b22f0,_0x2b8660){const _0x2aafb8=a239_0x4987,_0x91b021=_0x1b22f0();while(!![]){try{const _0x5ac0b1=parseInt(_0x2aafb8(0x1e4))/0x1*(-parseInt(_0x2aafb8(0x1e0))/0x2)+parseInt(_0x2aafb8(0x1d9))/0x3*(parseInt(_0x2aafb8(0x1d3))/0x4)+parseInt(_0x2aafb8(0x1e3))/0x5*(parseInt(_0x2aafb8(0x1db))/0x6)+parseInt(_0x2aafb8(0x1e1))/0x7*(-parseInt(_0x2aafb8(0x1df))/0x8)+parseInt(_0x2aafb8(0x1dd))/0x9*(parseInt(_0x2aafb8(0x1de))/0xa)+parseInt(_0x2aafb8(0x1da))/0xb*(parseInt(_0x2aafb8(0x1d6))/0xc)+-parseInt(_0x2aafb8(0x1d8))/0xd;if(_0x5ac0b1===_0x2b8660)break;else _0x91b021['push'](_0x91b021['shift']());}catch(_0x1168af){_0x91b021['push'](_0x91b021['shift']());}}}(a239_0x10a4,0xf1119));import{OFFICIAL_ROUTING_PROFILES as a239_0x3de8ea,ROUTING_CATALOG_DIGEST}from'../generated/official-routing.js';export const OFFICIAL_ROUTING_PROFILES=a239_0x3de8ea;export{ROUTING_CATALOG_DIGEST};function a239_0x10a4(){const _0x432ea7=['945539oxEyhY','lovrabet','78365qjqbkI','9421sUXqed','1239968qzmWbs','cdn','Official\x20routing\x20for\x20region\x20\x22','5748YTnftn','libraries','9211735NxfRMw','12xPdpGN','2827NHfspv','90YroPFH','\x22\x20is\x20not\x20ready:\x20Lovrabet\x20CDN\x20Domain\x20is\x20not\x20configured.','3735945URQlLu','10qDPBLd','16eWYwWJ','10QdgVva'];a239_0x10a4=function(){return _0x432ea7;};return a239_0x10a4();}export function getOfficialRoutingProfile(_0x4b8e02){return OFFICIAL_ROUTING_PROFILES[_0x4b8e02];}export function getOfficialRoutingCdn(_0x3f115b){const _0x488506=a239_0x4987,_0x4f999a=getOfficialRoutingProfile(_0x3f115b)[_0x488506(0x1d4)];if(!_0x4f999a[_0x488506(0x1e2)])throw new Error(_0x488506(0x1d5)+_0x3f115b+_0x488506(0x1dc));return{'libraries':_0x4f999a[_0x488506(0x1d7)],'lovrabet':_0x4f999a[_0x488506(0x1e2)]};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x53a247,_0x4f86de){const _0x2ecd55=a240_0x1161,_0x5a8ae1=_0x53a247();while(!![]){try{const _0x504a3d=parseInt(_0x2ecd55(0x10a))/0x1+parseInt(_0x2ecd55(0x120))/0x2*(-parseInt(_0x2ecd55(0xff))/0x3)+-parseInt(_0x2ecd55(0x115))/0x4*(parseInt(_0x2ecd55(0x122))/0x5)+-parseInt(_0x2ecd55(0x103))/0x6+-parseInt(_0x2ecd55(0x116))/0x7*(parseInt(_0x2ecd55(0x109))/0x8)+parseInt(_0x2ecd55(0x121))/0x9+parseInt(_0x2ecd55(0x104))/0xa;if(_0x504a3d===_0x4f86de)break;else _0x5a8ae1['push'](_0x5a8ae1['shift']());}catch(_0x123c9c){_0x5a8ae1['push'](_0x5a8ae1['shift']());}}}(a240_0x1996,0x4610f));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{isDaily,normalizeEnv}from'../constant/env.js';import{normalizeLegacyOutputFormat,riskLevelOrder}from'../framework/types.js';function a240_0x1161(_0x20602c,_0x552e19){_0x20602c=_0x20602c-0xfc;const _0x199692=a240_0x1996();let _0x1161cc=_0x199692[_0x20602c];return _0x1161cc;}function a240_0x1996(){const _0x3ebac6=['length','locale','398628LKJzhi','env','ENV','app','414666tbqEfj','4735680uKUhhe','accessKey','true','ACCESS_KEY','read','429504XfOLfT','505140erZUPQ','FORMAT','format','string','object','apps','defaultApp','high-risk-write','cookie','apiDir','projectConfig','212yPJNAx','70YKRBCq','production','PAGE_SIZE','trim','appcode','APP','RISK_LEVEL','COOKIE','entries','keys','6GnsTlS','4570047aGiQrw','18385KSjAlL','riskLevel'];a240_0x1996=function(){return _0x3ebac6;};return a240_0x1996();}function stringConfigValue(_0x305ef5){const _0x202994=a240_0x1161;return typeof _0x305ef5===_0x202994(0x10d)&&_0x305ef5[_0x202994(0x119)]()?_0x305ef5[_0x202994(0x119)]():undefined;}function appProfiles(_0x2eb585){const _0x28ddfc=a240_0x1161;return _0x2eb585[_0x28ddfc(0x10f)]&&typeof _0x2eb585[_0x28ddfc(0x10f)]===_0x28ddfc(0x10e)?_0x2eb585[_0x28ddfc(0x10f)]:{};}function resolveDefaultAppName(_0x219366){const _0x42f3c2=a240_0x1161,_0x564ffc=stringConfigValue(_0x219366[_0x42f3c2(0x110)]);if(_0x564ffc)return _0x564ffc;const _0xee5da2=Object[_0x42f3c2(0x11f)](appProfiles(_0x219366));return _0xee5da2[_0x42f3c2(0xfd)]===0x1?_0xee5da2[0x0]:undefined;}function resolveTopLevelAppCode(_0x2f2d11){const _0x5bade0=a240_0x1161;return stringConfigValue(_0x2f2d11[_0x5bade0(0x11a)])||stringConfigValue(_0x2f2d11[_0x5bade0(0x102)]);}function normalizeRiskCeiling(_0x3e1a45){const _0x1d7070=a240_0x1161;if(_0x3e1a45===undefined||_0x3e1a45===null)return undefined;if(_0x3e1a45===_0x1d7070(0x108)||_0x3e1a45==='write'||_0x3e1a45===_0x1d7070(0x111))return _0x3e1a45;return _0x1d7070(0x108);}function resolveRiskCeiling(..._0x4d9a12){let _0x43ab64;for(const _0x531eee of _0x4d9a12){const _0x4047d5=normalizeRiskCeiling(_0x531eee);_0x4047d5&&(!_0x43ab64||riskLevelOrder(_0x4047d5)<riskLevelOrder(_0x43ab64))&&(_0x43ab64=_0x4047d5);}return _0x43ab64??DEFAULT_CONFIG_VALUES['riskLevel'];}export function resolveAppConfig({raw:_0x4d254b,flags:_0x59d587,layers:_0x3516a2,readEnv:_0x5e05e9}){const _0x11b4f1=a240_0x1161,_0x2dbba3=_0x3516a2?.['projectConfig']??{},_0x216621=_0x3516a2?.['globalConfig']??{},_0x3b97b5=!!_0x3516a2?.['projectPath']||Object[_0x11b4f1(0x11f)](_0x2dbba3)[_0x11b4f1(0xfd)]>0x0,_0x21066a=!_0x3b97b5,_0x2d87c7=_0x3b97b5?resolveDefaultAppName(_0x2dbba3):undefined,_0x4069cb=_0x21066a?resolveDefaultAppName(_0x216621):undefined,_0x1caf72=stringConfigValue(_0x59d587[_0x11b4f1(0x102)]),_0x5f9294=_0x5e05e9(_0x11b4f1(0x11b)),_0x4e3cfe={};if(_0x4d254b[_0x11b4f1(0x10f)]&&typeof _0x4d254b[_0x11b4f1(0x10f)]===_0x11b4f1(0x10e))for(const [_0x2362e3,_0x5618b2]of Object['entries'](_0x4d254b[_0x11b4f1(0x10f)])){_0x5618b2&&typeof _0x5618b2==='object'&&_0x5618b2[_0x11b4f1(0x11a)]&&(_0x4e3cfe[_0x2362e3]=_0x5618b2);}const _0x4b00a2=_0x2d87c7||_0x4069cb||resolveDefaultAppName(_0x4d254b),_0x42d666=Object[_0x11b4f1(0x11f)](_0x4e3cfe)['length']>0x0,_0x3cebaa=_0x1caf72||_0x2d87c7||_0x5f9294||_0x4069cb||_0x4b00a2||undefined,_0x32eb42=stringConfigValue(_0x59d587[_0x11b4f1(0x11a)]),_0x42d55e=_0x32eb42?Object[_0x11b4f1(0x11e)](_0x4e3cfe)['find'](([,_0x13ef57])=>_0x13ef57?.[_0x11b4f1(0x11a)]===_0x32eb42):undefined,_0x52ca50=_0x42d55e?.[0x0],_0x15a3dd=_0x42d55e?.[0x1],_0x5ce112=_0x32eb42?_0x52ca50:_0x3cebaa;let _0x130d88=_0x5ce112&&_0x4e3cfe[_0x5ce112]?_0x4e3cfe[_0x5ce112]:undefined;_0x32eb42&&_0x15a3dd&&(_0x130d88=_0x15a3dd);const _0x146aa4=_0x32eb42?_0x15a3dd??_0x130d88:_0x130d88,_0x6f6001=!_0x1caf72&&!_0x2d87c7&&_0x5f9294&&_0x5ce112===_0x5f9294,_0xe3a146=_0x1caf72||(_0x6f6001?_0x5f9294:undefined)||(_0x32eb42?_0x52ca50:undefined),_0x55caec=_0x146aa4?.[_0x11b4f1(0x11a)],_0x50c4b2=_0x3b97b5?resolveTopLevelAppCode(_0x2dbba3):undefined,_0x21da4a=_0x21066a?resolveTopLevelAppCode(_0x216621):undefined,_0xf8b0b=_0x1caf72||_0x2d87c7?_0x55caec:undefined,_0x3cd1f3=!_0x1caf72&&!_0x2d87c7?_0x55caec:undefined,_0x3e667c=_0x32eb42||_0xf8b0b||_0x50c4b2||_0x3cd1f3||_0x21da4a||undefined,_0xdfbdc1=_0x3b97b5?stringConfigValue(_0x2dbba3[_0x11b4f1(0x100)]):undefined,_0x2fedc3=_0x21066a?stringConfigValue(_0x216621[_0x11b4f1(0x100)]):undefined,_0x1d1994=_0x59d587[_0x11b4f1(0x100)]||_0x146aa4?.[_0x11b4f1(0x100)]||_0xdfbdc1||_0x5e05e9(_0x11b4f1(0x101))||_0x2fedc3||_0x4d254b[_0x11b4f1(0x100)]||DEFAULT_CONFIG_VALUES[_0x11b4f1(0x100)],_0xd5ba2e=_0x146aa4?.['locale']||_0x4d254b[_0x11b4f1(0xfe)]||DEFAULT_CONFIG_VALUES[_0x11b4f1(0xfe)],_0x150650=_0x5e05e9(_0x11b4f1(0x11d))||_0x146aa4?.[_0x11b4f1(0x112)]||_0x4d254b['cookie']||undefined,_0x494b54=_0x5e05e9(_0x11b4f1(0x107))||_0x146aa4?.[_0x11b4f1(0x105)]||_0x4d254b[_0x11b4f1(0x105)]||undefined,_0xe2658d=_0x59d587[_0x11b4f1(0x10c)]||_0x5e05e9(_0x11b4f1(0x10b))||_0x146aa4?.[_0x11b4f1(0x10c)]||_0x4d254b[_0x11b4f1(0x10c)],_0x44e2e6=normalizeLegacyOutputFormat(_0xe2658d),_0x18dc00=_0x5e05e9(_0x11b4f1(0x118))||_0x146aa4?.['pageSize']||_0x4d254b['pageSize'],_0xa051e5=_0x18dc00?Number(_0x18dc00)||undefined:undefined,_0x4b38d8=_0x3516a2?[_0x3516a2['globalConfig']['riskLevel'],_0x3516a2[_0x11b4f1(0x114)][_0x11b4f1(0xfc)]]:[_0x4d254b['riskLevel']],_0x37ef09=resolveRiskCeiling(..._0x4b38d8,_0x146aa4?.[_0x11b4f1(0xfc)]),_0x2eae75=resolveRiskCeiling(_0x37ef09,_0x5e05e9(_0x11b4f1(0x11c))),_0x34d487=_0x5e05e9('VERBOSE'),_0x191e20=_0x34d487==='1'||_0x34d487===_0x11b4f1(0x106),_0x5c9292=_0x146aa4?.[_0x11b4f1(0x113)]||_0x4d254b[_0x11b4f1(0x113)]||DEFAULT_CONFIG_VALUES[_0x11b4f1(0x113)],_0xf3cf58=isDaily(normalizeEnv(String(_0x1d1994)))?'daily':_0x11b4f1(0x117);return{'appCode':typeof _0x3e667c===_0x11b4f1(0x10d)&&_0x3e667c[_0x11b4f1(0x119)]()?_0x3e667c[_0x11b4f1(0x119)]():undefined,'env':_0xf3cf58,'locale':_0xd5ba2e,'cookie':_0x150650,'accessKey':_0x494b54,'format':_0x44e2e6,'pageSize':_0xa051e5,'riskLevel':_0x2eae75,'verbose':_0x191e20,'apiDir':_0x5c9292,'apps':_0x4e3cfe,'defaultApp':_0x4b00a2,'currentApp':_0x42d666?_0x5ce112:undefined,'explicitAppName':_0xe3a146};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a241_0x44ef(_0xd94064,_0x7f3a3f){_0xd94064=_0xd94064-0x16b;const _0x50b2e4=a241_0x50b2();let _0x44efd8=_0x50b2e4[_0xd94064];return _0x44efd8;}function a241_0x50b2(){const _0x1aa528=['173748zUIVpF','78tsNDzl','504954kCQXPv','714GksjMs','cookie','authRequired','1795956JZPomN','9496ydsPen','215191AxXgPi','75XVFMvW','11528WMbGvU','327GgScmH','2TlEyWz','414290DfqcET','11TBKZTm'];a241_0x50b2=function(){return _0x1aa528;};return a241_0x50b2();}(function(_0x224ec4,_0x4cdfe3){const _0x240725=a241_0x44ef,_0x518870=_0x224ec4();while(!![]){try{const _0x982ff2=-parseInt(_0x240725(0x16f))/0x1*(-parseInt(_0x240725(0x173))/0x2)+-parseInt(_0x240725(0x172))/0x3*(parseInt(_0x240725(0x171))/0x4)+parseInt(_0x240725(0x170))/0x5*(-parseInt(_0x240725(0x176))/0x6)+parseInt(_0x240725(0x179))/0x7*(-parseInt(_0x240725(0x16e))/0x8)+parseInt(_0x240725(0x178))/0x9+-parseInt(_0x240725(0x174))/0xa*(parseInt(_0x240725(0x175))/0xb)+-parseInt(_0x240725(0x16d))/0xc*(-parseInt(_0x240725(0x177))/0xd);if(_0x982ff2===_0x4cdfe3)break;else _0x518870['push'](_0x518870['shift']());}catch(_0x5a1406){_0x518870['push'](_0x518870['shift']());}}}(a241_0x50b2,0x3f0d8));import{getIsSessionValid}from'../auth/is-session-valid.js';import{CliErrors}from'../errors.js';export async function buildAuth(_0x477ae2){const _0x5aa010=a241_0x44ef,{getCookie:_0x5af6b6}=await import('../auth/get-cookie.js'),_0x516936=_0x477ae2[_0x5aa010(0x16b)]||_0x5af6b6(),_0x42ec5=_0x516936?await getIsSessionValid():![];return{'cookie':_0x516936,'isLoggedIn':_0x42ec5,async 'getOrLogin'(){const _0x7034c6=_0x5aa010;if(_0x516936&&_0x42ec5)return _0x516936;throw CliErrors[_0x7034c6(0x16c)]();}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a242_0x18b550=a242_0x3256;(function(_0x10f010,_0x102fcb){const _0x39a1d8=a242_0x3256,_0x15a80b=_0x10f010();while(!![]){try{const _0x431289=parseInt(_0x39a1d8(0x204))/0x1*(-parseInt(_0x39a1d8(0x1f8))/0x2)+parseInt(_0x39a1d8(0x1db))/0x3+-parseInt(_0x39a1d8(0x1f1))/0x4+-parseInt(_0x39a1d8(0x205))/0x5+-parseInt(_0x39a1d8(0x1e8))/0x6*(-parseInt(_0x39a1d8(0x1fa))/0x7)+-parseInt(_0x39a1d8(0x1e0))/0x8*(parseInt(_0x39a1d8(0x1dc))/0x9)+parseInt(_0x39a1d8(0x1d8))/0xa*(parseInt(_0x39a1d8(0x1f6))/0xb);if(_0x431289===_0x102fcb)break;else _0x15a80b['push'](_0x15a80b['shift']());}catch(_0x342fe5){_0x15a80b['push'](_0x15a80b['shift']());}}}(a242_0x5222,0xd40bc));import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{dirname,parse,resolve}from'node:path';import{homedir}from'node:os';import{CLI_BIN_NAME}from'../constant/cli.js';export const NEW_CONFIG_NAME=a242_0x18b550(0x203);export const CONFIG_NAMES=[NEW_CONFIG_NAME];const normalizedWriteCache=new Map();export function resolveConfigPath(_0xe18bfa){for(const _0x2f8990 of CONFIG_NAMES){const _0x534cea=resolve(_0xe18bfa,_0x2f8990);if(existsSync(_0x534cea))return _0x534cea;}return undefined;}export function findProjectRootDirectory(_0x171882=process[a242_0x18b550(0x1e4)]()){let _0x4072aa=resolve(_0x171882);const {root:_0x62f05b}=parse(_0x4072aa),_0x3f4d40=homedir();while(!![]){if(resolveConfigPath(_0x4072aa)){if(_0x4072aa===_0x3f4d40)break;return _0x4072aa;}if(_0x4072aa===_0x62f05b||_0x4072aa===_0x3f4d40)break;const _0x51e817=dirname(_0x4072aa);if(_0x51e817===_0x4072aa)break;_0x4072aa=_0x51e817;}return resolve(_0x171882);}function a242_0x5222(){const _0xcf9f2f=['region','2438043UKloDt','54QKytJI','project','utf8','apiDomain','195256TAibMP','missing','apps','set','cwd','stringify','config','accessKey','5148afITKT','data','status','trim','defaultApp','length','get','object','app','2908440uAvDso','pageSize','apiDir','warn','keys','23641783Kgkgig','locale','137252BMMWrn','empty','147hQjxVJ','cookie','certificateDomain','inherit','projectPath','.tmp','skillDomain','env','localDomain','.rabetbase.json','1pGLDEP','5846170BfNJso','error','riskLevel','routing','string','migrated','message','runtimeDomain','\x0a\x20\x20','silent','format','10VlLWjo','appcode'];a242_0x5222=function(){return _0xcf9f2f;};return a242_0x5222();}export function getProjectConfigPath(){const _0x667dbd=a242_0x18b550;return resolveConfigPath(process[_0x667dbd(0x1e4)]());}export function getGlobalConfigPath(){return resolveConfigPath(homedir());}export function isInProject(){return!!getProjectConfigPath();}export function inspectCliConfigJsonFile(_0x3ea5b3){const _0x371b26=a242_0x18b550;if(!existsSync(_0x3ea5b3))return{'status':_0x371b26(0x1e1)};try{const _0x1b3890=readFileSync(_0x3ea5b3,{'encoding':'utf8'});if(!_0x1b3890?.['trim']())return{'status':_0x371b26(0x1f9)};const _0x106eb0=JSON['parse'](_0x1b3890);return{'status':'ok','data':_0x106eb0};}catch(_0x505371){return{'status':'error','message':_0x505371 instanceof Error?_0x505371[_0x371b26(0x20b)]:String(_0x505371)};}}function parseCliConfigJsonFile(_0x4999af,_0x3c5bc4,_0x315e45){const _0xa28053=a242_0x18b550,_0x2fbd50=inspectCliConfigJsonFile(_0x4999af);if(_0x2fbd50[_0xa28053(0x1ea)]===_0xa28053(0x1e1)||_0x2fbd50[_0xa28053(0x1ea)]==='empty')return{};if(_0x2fbd50[_0xa28053(0x1ea)]==='ok')return _0x2fbd50[_0xa28053(0x1e9)];return _0x3c5bc4===_0xa28053(0x1f4)&&_0x315e45&&console[_0xa28053(0x206)](CLI_BIN_NAME+':\x20'+_0x315e45+'\x20config\x20file\x20ignored\x20(invalid\x20JSON\x20or\x20unreadable):\x20'+_0x4999af+_0xa28053(0x1d5)+_0x2fbd50[_0xa28053(0x20b)]),{};}function normalizeLegacyConfigShape(_0x4aa60e){const _0x5e2e18=a242_0x18b550;if(!_0x4aa60e||typeof _0x4aa60e!==_0x5e2e18(0x1ef))return{'config':{},'migrated':![]};const _0x34abc1={..._0x4aa60e},_0x51fc3b=_0x34abc1[_0x5e2e18(0x1e2)]&&typeof _0x34abc1[_0x5e2e18(0x1e2)]==='object'?{..._0x34abc1[_0x5e2e18(0x1e2)]}:{},_0xa1ce31=Object[_0x5e2e18(0x1f5)](_0x51fc3b)['length'],_0x2c416e=_0x34abc1['appcode']||_0x34abc1[_0x5e2e18(0x1f0)];let _0x2cb7e1=![];if(_0x2c416e&&_0xa1ce31===0x0){const _0x2703e7=typeof _0x34abc1[_0x5e2e18(0x1ec)]===_0x5e2e18(0x209)&&_0x34abc1[_0x5e2e18(0x1ec)][_0x5e2e18(0x1eb)]()?_0x34abc1[_0x5e2e18(0x1ec)]:String(_0x2c416e)['trim']();_0x51fc3b[_0x2703e7]={'appcode':String(_0x2c416e)[_0x5e2e18(0x1eb)](),..._0x34abc1[_0x5e2e18(0x201)]!=null?{'env':_0x34abc1[_0x5e2e18(0x201)]}:{},..._0x34abc1[_0x5e2e18(0x1f3)]!=null?{'apiDir':_0x34abc1[_0x5e2e18(0x1f3)]}:{},..._0x34abc1[_0x5e2e18(0x1fb)]!=null?{'cookie':_0x34abc1['cookie']}:{},..._0x34abc1[_0x5e2e18(0x1e7)]!=null?{'accessKey':_0x34abc1[_0x5e2e18(0x1e7)]}:{},..._0x34abc1[_0x5e2e18(0x1d7)]!=null?{'format':_0x34abc1[_0x5e2e18(0x1d7)]}:{},..._0x34abc1['pageSize']!=null?{'pageSize':_0x34abc1[_0x5e2e18(0x1f2)]}:{},..._0x34abc1[_0x5e2e18(0x207)]!=null?{'riskLevel':_0x34abc1[_0x5e2e18(0x207)]}:{},..._0x34abc1[_0x5e2e18(0x1f7)]!=null?{'locale':_0x34abc1[_0x5e2e18(0x1f7)]}:{}},_0x34abc1[_0x5e2e18(0x1e2)]=_0x51fc3b,delete _0x34abc1[_0x5e2e18(0x1ec)],_0x2cb7e1=!![];}return(_0x5e2e18(0x1d9)in _0x34abc1||_0x5e2e18(0x1f0)in _0x34abc1)&&(delete _0x34abc1[_0x5e2e18(0x1d9)],delete _0x34abc1[_0x5e2e18(0x1f0)],_0x2cb7e1=!![]),{'config':_0x34abc1,'migrated':_0x2cb7e1};}function writeNormalizedConfigIfNeeded(_0x59c8bd,_0x548f28){const _0x32570e=a242_0x18b550,_0x3a4d80=JSON['stringify'](_0x548f28,null,0x2)+'\x0a';if(normalizedWriteCache[_0x32570e(0x1ee)](_0x59c8bd)===_0x3a4d80)return;writeConfigFile(_0x59c8bd,_0x548f28),normalizedWriteCache[_0x32570e(0x1e3)](_0x59c8bd,_0x3a4d80);}function parseAndNormalizeConfig(_0x1670f8,_0x54be09,_0x414f42){const _0x54f363=a242_0x18b550,_0x32b8a1=parseCliConfigJsonFile(_0x1670f8,_0x54be09,_0x414f42),_0x5a0633=normalizeLegacyConfigShape(_0x32b8a1);if(_0x5a0633[_0x54f363(0x20a)])try{writeNormalizedConfigIfNeeded(_0x1670f8,_0x5a0633[_0x54f363(0x1e6)]);}catch{}return _0x5a0633['config'];}function a242_0x3256(_0x44d769,_0x1aeff1){_0x44d769=_0x44d769-0x1d4;const _0x522239=a242_0x5222();let _0x325649=_0x522239[_0x44d769];return _0x325649;}export function loadRawConfigLayers(_0xd9fbe9){const _0x53f589=a242_0x18b550;let _0x1f647d={},_0x4ce372={};const _0x26978c=resolveConfigPath(homedir());_0x26978c&&(_0x1f647d=parseAndNormalizeConfig(_0x26978c,_0x53f589(0x1f4),'Global'));const _0x3c9607=_0xd9fbe9??findProjectRootDirectory(),_0x19fd34=resolveConfigPath(_0x3c9607);return _0x19fd34&&(_0x4ce372=parseAndNormalizeConfig(_0x19fd34,_0x53f589(0x1f4),'Project')),{'globalPath':_0x26978c,'projectPath':_0x19fd34,'globalConfig':_0x1f647d,'projectConfig':_0x4ce372};}const INHERIT_WHITELIST=[a242_0x18b550(0x1fb),a242_0x18b550(0x1e7),a242_0x18b550(0x1f7),'format',a242_0x18b550(0x207),a242_0x18b550(0x1f2),a242_0x18b550(0x1da),a242_0x18b550(0x208),'userDomain',a242_0x18b550(0x1df),a242_0x18b550(0x1d4),a242_0x18b550(0x200),'kbDomain','appDomain',a242_0x18b550(0x202),a242_0x18b550(0x1fc)];export function mergeRawConfigLayers(_0x33d941){const _0x4a3a94=a242_0x18b550,{globalConfig:_0x254539,projectConfig:_0x4c205d}=_0x33d941,_0x32973b=!!_0x33d941[_0x4a3a94(0x1fe)]||Object[_0x4a3a94(0x1f5)](_0x4c205d)['length']>0x0;if(!_0x32973b)return mergeGlobalOnly(_0x254539);return mergeProjectFirst(_0x254539,_0x4c205d);}function mergeGlobalOnly(_0x4e0bb7){const _0x1ab5f8=a242_0x18b550,_0x429370={..._0x4e0bb7};delete _0x429370[_0x1ab5f8(0x1fd)];const _0x4f9760=_0x4e0bb7[_0x1ab5f8(0x1e2)]&&typeof _0x4e0bb7[_0x1ab5f8(0x1e2)]===_0x1ab5f8(0x1ef)?_0x4e0bb7[_0x1ab5f8(0x1e2)]:{};if(Object[_0x1ab5f8(0x1f5)](_0x4f9760)['length']>0x0)_0x429370[_0x1ab5f8(0x1e2)]=_0x4f9760;if(_0x4e0bb7[_0x1ab5f8(0x1ec)])_0x429370[_0x1ab5f8(0x1ec)]=_0x4e0bb7[_0x1ab5f8(0x1ec)];return _0x429370;}function mergeProjectFirst(_0x2f8f84,_0x291bbc){const _0x7a137d=a242_0x18b550,_0x2439a3={..._0x291bbc};delete _0x2439a3[_0x7a137d(0x1fd)];for(const _0x4a3256 of INHERIT_WHITELIST){!(_0x4a3256 in _0x2439a3)&&_0x4a3256 in _0x2f8f84&&(_0x2439a3[_0x4a3256]=_0x2f8f84[_0x4a3256]);}const _0xbd5dbd=_0x291bbc['apps']&&typeof _0x291bbc['apps']===_0x7a137d(0x1ef)?_0x291bbc[_0x7a137d(0x1e2)]:{};return Object[_0x7a137d(0x1f5)](_0xbd5dbd)[_0x7a137d(0x1ed)]>0x0?_0x2439a3[_0x7a137d(0x1e2)]=_0xbd5dbd:delete _0x2439a3['apps'],_0x7a137d(0x1ec)in _0x291bbc?_0x2439a3[_0x7a137d(0x1ec)]=_0x291bbc['defaultApp']:delete _0x2439a3[_0x7a137d(0x1ec)],_0x2439a3;}export function readRawConfigWithLayers(_0x24124c){const _0x41f8fb=loadRawConfigLayers(_0x24124c);return{'config':mergeRawConfigLayers(_0x41f8fb),'layers':_0x41f8fb};}export function readRawConfig(_0x6b26ca){return mergeRawConfigLayers(loadRawConfigLayers(_0x6b26ca));}export function readConfigFile(_0x5e95fc){const _0x607480=a242_0x18b550;return parseAndNormalizeConfig(_0x5e95fc,_0x607480(0x1d6));}export function writeConfigFile(_0x47cc72,_0x444f6a){const _0x57ced3=a242_0x18b550,_0x4fd6ce=dirname(_0x47cc72);!existsSync(_0x4fd6ce)&&mkdirSync(_0x4fd6ce,{'recursive':!![]});const _0x2a9b83=_0x47cc72+_0x57ced3(0x1ff);try{writeFileSync(_0x2a9b83,JSON[_0x57ced3(0x1e5)](_0x444f6a,null,0x2)+'\x0a',{'encoding':_0x57ced3(0x1de),'mode':0x180}),renameSync(_0x2a9b83,_0x47cc72);}catch(_0x3f56bf){try{unlinkSync(_0x2a9b83);}catch{}throw _0x3f56bf;}}export function resolveWriteConfigPath(_0x51359c){const _0x2ef3a7=a242_0x18b550,_0x361a77=_0x51359c===_0x2ef3a7(0x1dd)?process[_0x2ef3a7(0x1e4)]():homedir(),_0x150f12=resolveConfigPath(_0x361a77);return _0x150f12??resolve(_0x361a77,NEW_CONFIG_NAME);}
|
package/lib/context.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a243_0x4f7c8c=a243_0x89fb;(function(_0x56a6b0,_0x4f714a){const _0x10f4bc=a243_0x89fb,_0x3b5c27=_0x56a6b0();while(!![]){try{const _0x2a03ea=-parseInt(_0x10f4bc(0x1b8))/0x1+parseInt(_0x10f4bc(0x1b6))/0x2+-parseInt(_0x10f4bc(0x1ae))/0x3+parseInt(_0x10f4bc(0x1ca))/0x4+parseInt(_0x10f4bc(0x1a2))/0x5+parseInt(_0x10f4bc(0x1ac))/0x6+-parseInt(_0x10f4bc(0x19c))/0x7;if(_0x2a03ea===_0x4f714a)break;else _0x3b5c27['push'](_0x3b5c27['shift']());}catch(_0x2aee59){_0x3b5c27['push'](_0x3b5c27['shift']());}}}(a243_0x189e,0x65c99));import{resolve}from'node:path';import{CLI_BIN_NAME}from'./constant/cli.js';import{buildAuth}from'./context/auth-resolver.js';import{resolveAppConfig}from'./context/app-resolver.js';import{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile}from'./context/config-loader.js';import{DEFAULT_LOVRABET_REGION,isInvalidLovrabetRegion,normalizeLovrabetRegion}from'./constant/region.js';import{resolveEnterpriseRoutingManifest}from'./config/domain-config.js';import{logger}from'./utils/logger.js';import{CliErrors}from'./errors.js';export{CONFIG_NAMES,NEW_CONFIG_NAME,findProjectRootDirectory,getGlobalConfigPath,getProjectConfigPath,inspectCliConfigJsonFile,isInProject,loadRawConfigLayers,mergeRawConfigLayers,readConfigFile,readRawConfig,readRawConfigWithLayers,resolveConfigPath,resolveWriteConfigPath,writeConfigFile};function env(_0x1716cb){return process.env[`RABETBASE_${_0x1716cb}`]||process.env[`LOVRABET_${_0x1716cb}`]||undefined;}function a243_0x89fb(_0x2a4335,_0x159bfa){_0x2a4335=_0x2a4335-0x192;const _0x189e34=a243_0x189e();let _0x89fbac=_0x189e34[_0x2a4335];return _0x89fbac;}function optionalString(_0x4f8e61){const _0x5120bb=a243_0x89fb;return typeof _0x4f8e61===_0x5120bb(0x1a8)&&_0x4f8e61[_0x5120bb(0x1a1)]()?_0x4f8e61[_0x5120bb(0x1a1)]():undefined;}function describeConfiguredRegion(_0x2f2201){const _0x2f7e4a=a243_0x89fb;return typeof _0x2f2201===_0x2f7e4a(0x1a8)?JSON[_0x2f7e4a(0x1ab)](_0x2f2201):_0x2f7e4a(0x1b1)+(_0x2f2201===null?'null':typeof _0x2f2201);}function resolveConfiguredRegion(_0x1d67b9){const _0x31524d=a243_0x89fb;if(isInvalidLovrabetRegion(_0x1d67b9))throw CliErrors[_0x31524d(0x1bc)]('Invalid\x20country/region\x20'+describeConfiguredRegion(_0x1d67b9)+'\x20in\x20Rabetbase\x20configuration.',_0x31524d(0x1c7)+CLI_BIN_NAME+'\x20doctor`\x20to\x20locate\x20and\x20repair\x20the\x20invalid\x20configuration\x20before\x20retrying.');return normalizeLovrabetRegion(_0x1d67b9)??DEFAULT_LOVRABET_REGION;}export function isRoutingRecoveryService(_0x33fc6c){const _0x4a7397=a243_0x89fb;return _0x33fc6c===_0x4a7397(0x1a5)||_0x33fc6c===_0x4a7397(0x198);}export async function createContext(_0x1af4fc){const _0x363e38=a243_0x89fb,{config:_0x10667,layers:_0x5ac09a}=readRawConfigWithLayers(),_0x301ec5=buildConfig(_0x10667,_0x1af4fc,_0x5ac09a);await initGlobalEnvironment(_0x301ec5);const {getUserDomain:_0x35311a,getApiDomain:_0x34647a}=await import(_0x363e38(0x196)),_0x13daa4={'apiDomain':_0x34647a(),'userDomain':_0x35311a()},_0x46f095=await buildAuth(_0x301ec5);logger[_0x363e38(0x1a3)](process['cwd']());const _0x2de255=(CLI_BIN_NAME+'\x20'+process[_0x363e38(0x199)][_0x363e38(0x1cc)](0x2)[_0x363e38(0x1a7)]('\x20'))[_0x363e38(0x1a1)]();logger[_0x363e38(0x1c8)](_0x2de255);const {isNonInteractive:_0x5d7f9c}=await import(_0x363e38(0x1b9)),_0x3a3b5a=_0x5d7f9c(_0x1af4fc);return{'config':_0x301ec5,'auth':_0x46f095,'logger':logger,'env':_0x13daa4,'nonInteractive':_0x3a3b5a};}export function buildConfigFromFlags(_0x596491){const {config:_0xb15e1f,layers:_0x4b8ae0}=readRawConfigWithLayers();return buildConfig(_0xb15e1f,_0x596491,_0x4b8ae0);}export async function initGlobalEnvironment(_0x21d286){const _0x151fbc=a243_0x89fb,_0x9defa3=resolveConfiguredRegion(_0x21d286[_0x151fbc(0x1c5)]?.[_0x151fbc(0x19b)]),_0x109ebe=resolveEnterpriseRoutingManifest(_0x21d286['raw']?.[_0x151fbc(0x1b2)]),_0x19babd={'region':_0x9defa3,'apiDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)][_0x151fbc(0x197)]:optionalString(_0x21d286['raw']?.[_0x151fbc(0x197)]),'userDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)][_0x151fbc(0x1b4)]:optionalString(_0x21d286[_0x151fbc(0x1c5)]?.[_0x151fbc(0x1b4)]),'runtimeDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)]['runtimeDomain']:optionalString(_0x21d286['raw']?.['runtimeDomain']),'skillDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)][_0x151fbc(0x19a)]:optionalString(_0x21d286['raw']?.[_0x151fbc(0x19a)])||optionalString(_0x21d286[_0x151fbc(0x1c5)]?.[_0x151fbc(0x1cd)])||optionalString(_0x21d286[_0x151fbc(0x1c5)]?.[_0x151fbc(0x1c9)])||optionalString(_0x21d286['raw']?.[_0x151fbc(0x1af)]),'kbDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)][_0x151fbc(0x1c3)]:optionalString(_0x21d286[_0x151fbc(0x1c5)]?.[_0x151fbc(0x1c3)])||optionalString(_0x21d286['raw']?.['agentDomain'])||optionalString(_0x21d286[_0x151fbc(0x1c5)]?.[_0x151fbc(0x1af)]),'appDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)][_0x151fbc(0x19e)]:optionalString(_0x21d286['raw']?.[_0x151fbc(0x19e)]),'localDomain':_0x109ebe?_0x109ebe['domains'][_0x151fbc(0x1aa)]:optionalString(_0x21d286['raw']?.['localDomain']),'certificateDomain':_0x109ebe?_0x109ebe[_0x151fbc(0x1be)][_0x151fbc(0x1a6)]:optionalString(_0x21d286['raw']?.[_0x151fbc(0x1a6)]),'cdn':_0x109ebe?.[_0x151fbc(0x192)]},{initEnv:_0x26332f}=await import(_0x151fbc(0x1a0)),{initDomains:_0x97f326}=await import('./constant/domain.js');_0x26332f(_0x21d286[_0x151fbc(0x1c2)]),_0x97f326(_0x19babd);}export function getConfigAppCode(_0x4864ca){const _0x11b7a9=a243_0x89fb,_0x14c6a0=readRawConfig(_0x4864ca);if(_0x14c6a0['apps']&&typeof _0x14c6a0[_0x11b7a9(0x1b7)]===_0x11b7a9(0x1ba)){const _0x1f382a=_0x14c6a0[_0x11b7a9(0x19d)];if(_0x1f382a)return _0x14c6a0['apps'][_0x1f382a]?.[_0x11b7a9(0x1bb)]?String(_0x14c6a0[_0x11b7a9(0x1b7)][_0x1f382a]['appcode'])[_0x11b7a9(0x1a1)]():undefined;const _0x17a1dd=Object[_0x11b7a9(0x1c6)](_0x14c6a0['apps']);if(_0x17a1dd[_0x11b7a9(0x193)]===0x1&&_0x17a1dd[0x0]?.[_0x11b7a9(0x1bb)])return String(_0x17a1dd[0x0][_0x11b7a9(0x1bb)])[_0x11b7a9(0x1a1)]();}const _0x27a5e3=_0x14c6a0[_0x11b7a9(0x1bb)]||_0x14c6a0['app'];if(typeof _0x27a5e3!==_0x11b7a9(0x1a8)||_0x27a5e3[_0x11b7a9(0x1a1)]()==='')return undefined;return _0x27a5e3[_0x11b7a9(0x1a1)]();}export function getMultiAppConfigs(_0x1611fe=a243_0x4f7c8c(0x1c4),_0x369d8d){const _0x62da7b=a243_0x4f7c8c,_0x14aee7=loadRawConfigLayers(_0x369d8d);let _0x42d7c6,_0x339a8f;if(_0x1611fe===_0x62da7b(0x1a4)){const _0x331bb1=_0x14aee7[_0x62da7b(0x194)][_0x62da7b(0x1b7)]&&typeof _0x14aee7[_0x62da7b(0x194)][_0x62da7b(0x1b7)]===_0x62da7b(0x1ba)?_0x14aee7[_0x62da7b(0x194)]['apps']:{},_0x3351d0=_0x14aee7[_0x62da7b(0x19f)]['apps']&&typeof _0x14aee7[_0x62da7b(0x19f)][_0x62da7b(0x1b7)]===_0x62da7b(0x1ba)?_0x14aee7[_0x62da7b(0x19f)][_0x62da7b(0x1b7)]:{};_0x42d7c6={..._0x331bb1,..._0x3351d0};const _0x2b5723=readRawConfig(_0x369d8d);_0x339a8f=_0x2b5723['defaultApp'];}else _0x42d7c6=_0x14aee7[_0x62da7b(0x19f)][_0x62da7b(0x1b7)],_0x339a8f=_0x14aee7[_0x62da7b(0x19f)]['defaultApp'];!_0x339a8f&&_0x42d7c6&&typeof _0x42d7c6===_0x62da7b(0x1ba)&&Object[_0x62da7b(0x1bd)](_0x42d7c6)[_0x62da7b(0x193)]===0x1&&(_0x339a8f=Object[_0x62da7b(0x1bd)](_0x42d7c6)[0x0]);if(!_0x42d7c6||typeof _0x42d7c6!==_0x62da7b(0x1ba)||Object[_0x62da7b(0x1bd)](_0x42d7c6)['length']===0x0)return null;return Object[_0x62da7b(0x1b5)](_0x42d7c6)[_0x62da7b(0x195)](([_0x510326,_0x486a21])=>({'name':_0x510326,'appcode':_0x486a21?.[_0x62da7b(0x1bb)]||'','isDefault':_0x510326===_0x339a8f,'env':_0x486a21?.[_0x62da7b(0x1c2)],'apiDir':_0x486a21?.[_0x62da7b(0x1cb)],'cookie':_0x486a21?.['cookie']||undefined}))[_0x62da7b(0x1c1)](_0x28c75d=>_0x28c75d['appcode']);}export function getTemplateBaseUrl(_0x5bb73b){const _0x1113b1=a243_0x4f7c8c,_0x36e3ec=readRawConfig(_0x5bb73b);if(_0x36e3ec[_0x1113b1(0x1ad)]&&typeof _0x36e3ec[_0x1113b1(0x1ad)]==='string')return _0x36e3ec[_0x1113b1(0x1ad)][_0x1113b1(0x1b0)](/\/$/,'');return _0x1113b1(0x1a9);}function buildConfig(_0x3d7dfa,_0x4bca64,_0x52ef50){return{...resolveAppConfig({'raw':_0x3d7dfa,'flags':_0x4bca64,'layers':_0x52ef50,'readEnv':env}),'raw':_0x3d7dfa};}export function resolveApiFilePath(_0x2c47cb,_0x337802){const _0x45de15=a243_0x4f7c8c,_0x47a8bf=resolve(process[_0x45de15(0x1bf)](),_0x2c47cb),_0x25e8bd=resolve(_0x47a8bf,_0x45de15(0x1b3));if(!_0x337802)return _0x25e8bd;const _0x1e7b1e=readRawConfig(),_0x1767bf=_0x1e7b1e[_0x45de15(0x1b7)]&&typeof _0x1e7b1e['apps']==='object'?_0x1e7b1e[_0x45de15(0x1b7)]:{},_0x37400f=Object[_0x45de15(0x1b5)](_0x1767bf)[_0x45de15(0x1c0)](([,_0x19b5d0])=>_0x19b5d0?.[_0x45de15(0x1bb)]===_0x337802);if(!_0x37400f)return _0x25e8bd;const [_0x1d7e59,_0x5befcf]=_0x37400f,_0x3e2673=typeof _0x1e7b1e[_0x45de15(0x19d)]===_0x45de15(0x1a8)?_0x1e7b1e[_0x45de15(0x19d)]:undefined;if(_0x5befcf?.[_0x45de15(0x1cb)])return _0x25e8bd;if(_0x3e2673&&_0x1d7e59!==_0x3e2673)return resolve(_0x47a8bf,_0x1d7e59+'-api.ts');return _0x25e8bd;}function a243_0x189e(){const _0x2baee3=['keys','domains','cwd','find','filter','env','kbDomain','project','raw','values','Run\x20`','setRawCommand','agentDomain','1028124DRwBco','apiDir','slice','skillHubDomain','cdn','length','globalConfig','map','./constant/domain.js','apiDomain','doctor','argv','skillDomain','region','1608873ubFybn','defaultApp','appDomain','projectConfig','./constant/env.js','trim','23435XoKBDr','setLogPath','merged','config','certificateDomain','join','string','https://g.lovrabet.com/dist/lovrabet-skill','localDomain','stringify','3183342iVFXiS','template_base_url','2218284FuItSn','platformDomain','replace','a\x20value\x20of\x20type\x20','routing','api.ts','userDomain','entries','1654572NNsAqS','apps','233373JSXskP','./utils/is-non-interactive.js','object','appcode','validation'];a243_0x189e=function(){return _0x2baee3;};return a243_0x189e();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x171f1a,_0xdc6d7a){const _0xb37a91=a244_0x2f58,_0x404872=_0x171f1a();while(!![]){try{const _0x5498be=parseInt(_0xb37a91(0x170))/0x1*(parseInt(_0xb37a91(0x167))/0x2)+parseInt(_0xb37a91(0x168))/0x3+-parseInt(_0xb37a91(0x172))/0x4+-parseInt(_0xb37a91(0x175))/0x5*(-parseInt(_0xb37a91(0x16c))/0x6)+parseInt(_0xb37a91(0x174))/0x7+-parseInt(_0xb37a91(0x173))/0x8+-parseInt(_0xb37a91(0x16b))/0x9*(parseInt(_0xb37a91(0x16e))/0xa);if(_0x5498be===_0xdc6d7a)break;else _0x404872['push'](_0x404872['shift']());}catch(_0x2f7740){_0x404872['push'](_0x404872['shift']());}}}(a244_0x302a,0xcf696));function a244_0x302a(){const _0x1abaed=['get','8480880MGbImP','12KslIiQ','push','20xMkFMB','cwd','152923QvYXik','datasetCode','1543488yQAHqf','675352CyoffD','9600304XTQrKM','780525IKfExd','api.ts','2rkWDKG','4103652djWhwE','set'];a244_0x302a=function(){return _0x1abaed;};return a244_0x302a();}import{readFileSync,existsSync}from'node:fs';import{resolve}from'node:path';const cache=new Map();function parseApiFile(_0x2f9f75){const _0x14abe3=a244_0x2f58,_0x34557d=[],_0x3edd37=/\{\s*datasetCode:\s*"([^"]+)"\s*,\s*tableName:\s*"([^"]+)"\s*,\s*name:\s*"([^"]*?)"\s*,\s*alias:\s*"([^"]+)"\s*,?\s*\}/g;let _0x2d6e4c;while((_0x2d6e4c=_0x3edd37['exec'](_0x2f9f75))!==null){_0x34557d[_0x14abe3(0x16d)]({'datasetCode':_0x2d6e4c[0x1],'tableName':_0x2d6e4c[0x2],'name':_0x2d6e4c[0x3],'alias':_0x2d6e4c[0x4]});}return _0x34557d;}export function loadAliasMap(_0x5d19c4,_0x5bcbf3,_0x3847d3){const _0xc9e413=a244_0x2f58,_0x10c29b=_0x3847d3??resolve(process[_0xc9e413(0x16f)](),_0x5d19c4,_0xc9e413(0x166));if(cache['has'](_0x10c29b))return cache[_0xc9e413(0x16a)](_0x10c29b);if(!existsSync(_0x10c29b))return cache[_0xc9e413(0x169)](_0x10c29b,[]),[];try{const _0x2917df=readFileSync(_0x10c29b,'utf-8'),_0x1ded6d=parseApiFile(_0x2917df);return cache['set'](_0x10c29b,_0x1ded6d),_0x1ded6d;}catch{return cache[_0xc9e413(0x169)](_0x10c29b,[]),[];}}export function resolveAlias(_0x4bad58,_0x56a3f6,_0x10a8fc,_0x35ce69){const _0x7caceb=a244_0x2f58;if(!_0x56a3f6)return undefined;const _0x517974=loadAliasMap(_0x4bad58,_0x10a8fc,_0x35ce69),_0xf4bb04=_0x517974['find'](_0x5913a4=>_0x5913a4['alias']===_0x56a3f6);return _0xf4bb04?.[_0x7caceb(0x171)];}function a244_0x2f58(_0x2a9efe,_0x48edd5){_0x2a9efe=_0x2a9efe-0x166;const _0x302ab7=a244_0x302a();let _0x2f584d=_0x302ab7[_0x2a9efe];return _0x2f584d;}export function listAliases(_0x571213,_0x441246,_0xf613ad){return loadAliasMap(_0x571213,_0x441246,_0xf613ad);}
|
package/lib/core/api-client.d.ts
CHANGED
|
@@ -436,22 +436,6 @@ export interface UserDeletedDatasetColumn {
|
|
|
436
436
|
}
|
|
437
437
|
export declare function listUserDeletedDatasetColumns(datasetId: number): Promise<UserDeletedDatasetColumn[]>;
|
|
438
438
|
export declare function restoreDatasetColumns(datasetId: number, columnIds: number[]): Promise<number>;
|
|
439
|
-
export type DeploymentSyncType = "dataset" | "bff" | "sql";
|
|
440
|
-
export type DeploymentSyncAction = string;
|
|
441
|
-
export interface DeploymentSyncInput {
|
|
442
|
-
appCode: string;
|
|
443
|
-
bizType: DeploymentSyncType;
|
|
444
|
-
bizCodes: string[];
|
|
445
|
-
}
|
|
446
|
-
export interface DeploymentSyncItem {
|
|
447
|
-
bizCode: string;
|
|
448
|
-
action: DeploymentSyncAction;
|
|
449
|
-
targetId?: number | null;
|
|
450
|
-
message?: string | null;
|
|
451
|
-
}
|
|
452
|
-
export interface DeploymentSyncResult {
|
|
453
|
-
items: DeploymentSyncItem[];
|
|
454
|
-
}
|
|
455
439
|
export interface DeploymentSyncJobItem {
|
|
456
440
|
bizType: string;
|
|
457
441
|
code: string;
|
|
@@ -485,7 +469,6 @@ export interface DeploymentSyncJobsPage {
|
|
|
485
469
|
totalPages: number;
|
|
486
470
|
};
|
|
487
471
|
}
|
|
488
|
-
export declare function syncDeploymentMetadata(input: DeploymentSyncInput): Promise<DeploymentSyncResult>;
|
|
489
472
|
export declare function submitDeploymentMetadataSyncAll(input: {
|
|
490
473
|
appCode: string;
|
|
491
474
|
}): Promise<DeploymentSyncSubmission>;
|