@lovrabet/rabetbase-cli 2.3.16-beta.3 → 2.3.16-beta.4
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/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/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.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-list.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/ocr/index.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/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.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/non-interactive.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/create.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/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.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/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.js +1 -1
- package/lib/help.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/copy-directory.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/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
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a50_0x1087(_0xcfd28a,_0x51da95){_0xcfd28a=_0xcfd28a-0x11b;const _0x5c7292=a50_0x5c72();let _0x1087b2=_0x5c7292[_0xcfd28a];return _0x1087b2;}const a50_0x3cf459=a50_0x1087;(function(_0xebe486,_0x28a03d){const _0x722f28=a50_0x1087,_0x18fce9=_0xebe486();while(!![]){try{const _0x970dd9=parseInt(_0x722f28(0x121))/0x1*(-parseInt(_0x722f28(0x11d))/0x2)+parseInt(_0x722f28(0x11f))/0x3*(parseInt(_0x722f28(0x12c))/0x4)+parseInt(_0x722f28(0x12a))/0x5*(-parseInt(_0x722f28(0x130))/0x6)+-parseInt(_0x722f28(0x133))/0x7+parseInt(_0x722f28(0x125))/0x8*(parseInt(_0x722f28(0x126))/0x9)+-parseInt(_0x722f28(0x11e))/0xa*(parseInt(_0x722f28(0x131))/0xb)+parseInt(_0x722f28(0x123))/0xc;if(_0x970dd9===_0x28a03d)break;else _0x18fce9['push'](_0x18fce9['shift']());}catch(_0x1b740c){_0x18fce9['push'](_0x18fce9['shift']());}}}(a50_0x5c72,0x566f9));import{CliErrors}from'../../errors.js';import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x5798a7){const _0x1e2ffe=a50_0x1087,_0x5ad1c1=_0x5798a7['str']('key');if(!_0x5ad1c1)throw CliErrors[_0x1e2ffe(0x128)](_0x1e2ffe(0x129),_0x1e2ffe(0x122)+CLI_BIN_NAME+_0x1e2ffe(0x127));const _0x1094df=readConfig(),_0x1024da=_0x5ad1c1===_0x1e2ffe(0x124)?_0x1e2ffe(0x12e):_0x5ad1c1,_0x15715c=_0x1094df[_0x1024da];if(_0x15715c===undefined)throw CliErrors[_0x1e2ffe(0x128)](_0x1e2ffe(0x11c)+_0x5ad1c1);return{'ok':!![],'data':typeof _0x15715c===_0x1e2ffe(0x11b)?_0x15715c:{[_0x1024da]:_0x15715c},'message':typeof _0x15715c===_0x1e2ffe(0x11b)?undefined:String(_0x15715c)};}function a50_0x5c72(){const _0x3608f8=['9oBtWyb','\x20config\x20get\x20--key\x20<key>','validation','Missing\x20key.','48955mGTXll','config','4ssIHWb','get','appcode','string','66QeRbda','11bsuoBc','read','2130786MSPfzQ','object','Key\x20not\x20found:\x20','4114NqeKIq','1442810IHAqoT','1277391NinnGF','Get\x20a\x20config\x20value\x20by\x20key','27bPKMZb','Usage:\x20','1199904LtecFw','app','3521368phUEsZ'];a50_0x5c72=function(){return _0x3608f8;};return a50_0x5c72();}export const configGetDefinition={'service':a50_0x3cf459(0x12b),'command':a50_0x3cf459(0x12d),'description':a50_0x3cf459(0x120),'risk':a50_0x3cf459(0x132),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a50_0x3cf459(0x12f),'description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a51_0x50a5(_0xf10d9a,_0x5a138d){_0xf10d9a=_0xf10d9a-0xad;const _0x11703=a51_0x1170();let _0x50a566=_0x11703[_0xf10d9a];return _0x50a566;}(function(_0x92fb4b,_0x5cdd16){const _0x3fbfbc=a51_0x50a5,_0x4c1ca3=_0x92fb4b();while(!![]){try{const _0x4994ae=-parseInt(_0x3fbfbc(0xb3))/0x1+-parseInt(_0x3fbfbc(0xb0))/0x2+-parseInt(_0x3fbfbc(0xb1))/0x3+parseInt(_0x3fbfbc(0xb4))/0x4*(-parseInt(_0x3fbfbc(0xaf))/0x5)+-parseInt(_0x3fbfbc(0xb6))/0x6*(parseInt(_0x3fbfbc(0xb2))/0x7)+-parseInt(_0x3fbfbc(0xad))/0x8+parseInt(_0x3fbfbc(0xae))/0x9*(parseInt(_0x3fbfbc(0xb5))/0xa);if(_0x4994ae===_0x5cdd16)break;else _0x4c1ca3['push'](_0x4c1ca3['shift']());}catch(_0x1447d0){_0x4c1ca3['push'](_0x4c1ca3['shift']());}}}(a51_0x1170,0x6f8ce));import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';import{configSetDefinition}from'../../commands/config/set.js';export const configDefinitions=[configListDefinition,configGetDefinition,configSetDefinition];function a51_0x1170(){const _0x10d1fe=['3159008FFfpOZ','7000839GAIEKd','5rsvzqy','297634Uvymoh','2132250GWaXfg','7JqWcuC','898069weMNSk','3551176jyGcok','50ovthhF','2352834MzzezL'];a51_0x1170=function(){return _0x10d1fe;};return a51_0x1170();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a52_0x34a42c=a52_0x419a;(function(_0x208479,_0x1f690f){const _0x6105ab=a52_0x419a,_0x2f2ea8=_0x208479();while(!![]){try{const _0x3f928f=parseInt(_0x6105ab(0xb0))/0x1*(-parseInt(_0x6105ab(0xae))/0x2)+-parseInt(_0x6105ab(0xa2))/0x3+-parseInt(_0x6105ab(0xa8))/0x4*(parseInt(_0x6105ab(0xb1))/0x5)+-parseInt(_0x6105ab(0xaa))/0x6*(-parseInt(_0x6105ab(0xad))/0x7)+-parseInt(_0x6105ab(0xaf))/0x8+parseInt(_0x6105ab(0xa7))/0x9*(-parseInt(_0x6105ab(0xa9))/0xa)+-parseInt(_0x6105ab(0xa5))/0xb*(-parseInt(_0x6105ab(0xac))/0xc);if(_0x3f928f===_0x1f690f)break;else _0x2f2ea8['push'](_0x2f2ea8['shift']());}catch(_0x593be9){_0x2f2ea8['push'](_0x2f2ea8['shift']());}}}(a52_0x7253,0x674ae));function a52_0x419a(_0x75dd1b,_0x22af62){_0x75dd1b=_0x75dd1b-0xa1;const _0x725345=a52_0x7253();let _0x419a6c=_0x725345[_0x75dd1b];return _0x419a6c;}function a52_0x7253(){const _0x4efbf5=['1GhlUzG','5855urrezu','read','1807449lmejwD','boolean','global','44GIEQPC','bool','121833GcsMTk','552HAvqHy','420iRLItf','96yuibuS','config','7565052nDNurt','78953poTAGc','1422046bDKOrb','1883232wXLpUX'];a52_0x7253=function(){return _0x4efbf5;};return a52_0x7253();}import{readScopedConfig}from'../../commands/config/shared.js';import{readConfig}from'../../utils/config.js';async function execute(_0x398fce){const _0x4bb4b0=a52_0x419a,_0xe425fe=_0x398fce[_0x4bb4b0(0xa6)]('global')?readScopedConfig('global'):readConfig();return{'ok':!![],'data':_0xe425fe};}export const configListDefinition={'service':a52_0x34a42c(0xab),'command':'list','description':'List\x20all\x20config\x20values','risk':a52_0x34a42c(0xa1),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a52_0x34a42c(0xa4),'type':a52_0x34a42c(0xa3),'description':'Show\x20global\x20config\x20only\x20(~/.rabetbase.json)','default':![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a53_0x1aef51=a53_0x135b;(function(_0x58b6c4,_0x25593f){const _0x3955fa=a53_0x135b,_0x25026f=_0x58b6c4();while(!![]){try{const _0x2a7646=parseInt(_0x3955fa(0xf4))/0x1*(-parseInt(_0x3955fa(0x117))/0x2)+-parseInt(_0x3955fa(0x111))/0x3+-parseInt(_0x3955fa(0xff))/0x4+-parseInt(_0x3955fa(0xf1))/0x5*(-parseInt(_0x3955fa(0x10a))/0x6)+parseInt(_0x3955fa(0xef))/0x7+-parseInt(_0x3955fa(0x10b))/0x8+parseInt(_0x3955fa(0x116))/0x9*(parseInt(_0x3955fa(0x110))/0xa);if(_0x2a7646===_0x25593f)break;else _0x25026f['push'](_0x25026f['shift']());}catch(_0x3348b9){_0x25026f['push'](_0x25026f['shift']());}}}(a53_0x181a,0x3d184));function a53_0x135b(_0xa6904c,_0x14bb67){_0xa6904c=_0xa6904c-0xe9;const _0x181a92=a53_0x181a();let _0x135bd0=_0x181a92[_0xa6904c];return _0x135bd0;}function a53_0x181a(){const _0x4bedd6=['Set\x20a\x20config\x20value','140HpxYDL','864309nIwVfv','Settable\x20top-level\x20keys:\x20','Global','riskLevel','`,\x20`','512496lFJptT','2uVuTSP','\x22.\x20Allowed:\x20','Invalid\x20locale\x20value.','\x20set\x20to:\x20','\x20workspace\x20add\x20<name>\x20--appcode\x20','keys','\x20(stored\x20as\x20apps\x20+\x20defaultApp)','app','env','1989505PtahJO','appcode','3065PwCQyV','join','Missing\x20key.','155327wpfNZu','Missing\x20value.','config','apps','validation','Cannot\x20set\x20top-level\x20\x22appcode\x22\x20when\x20multi-app\x20config\x20already\x20exists.','Supported:\x20zh,\x20en,\x20zh-CN,\x20en-US','value','Config\x20value','Legacy\x20alias\x20\x22online\x22\x20is\x20accepted\x20and\x20stored\x20as\x20production.','Usage:\x20','685088UZFIFf','Invalid\x20value\x20for\x20\x22','\x22\x20is\x20not\x20settable.','Use\x20`','string','length','set','\x20appcode\x20set\x20to:\x20','global','object','Config\x20value\x20is\x20invalid\x20or\x20too\x20long.','1650JwNynQ','3080480gBqhgw','locale','write','str'];a53_0x181a=function(){return _0x4bedd6;};return a53_0x181a();}import{CliErrors}from'../../errors.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';import{CLI_BIN_NAME,CONFIG_ENUM_VALUES,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale,resolveWriteScope,readScopedConfig,writeScopedConfig}from'../../commands/config/shared.js';import{normalizeEnv,isProduction,isDaily}from'../../constant/env.js';async function execute(_0x72e8ff){const _0x58aa1f=a53_0x135b,_0x4fa168=_0x72e8ff[_0x58aa1f(0x10e)]('key'),_0x2a4712=_0x72e8ff[_0x58aa1f(0x10e)](_0x58aa1f(0xfb));if(!_0x4fa168)throw CliErrors[_0x58aa1f(0xf8)](_0x58aa1f(0xf3),_0x58aa1f(0xfe)+CLI_BIN_NAME+'\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>');if(_0x2a4712===undefined||_0x2a4712==='')throw CliErrors[_0x58aa1f(0xf8)](_0x58aa1f(0xf5),_0x58aa1f(0xfe)+CLI_BIN_NAME+'\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>');if(_0x2a4712['length']>0x1f4)throw CliErrors[_0x58aa1f(0xf8)](_0x58aa1f(0x109));if(!isTopLevelConfigKey(_0x4fa168))throw CliErrors['validation']('Top-level\x20key\x20\x22'+_0x4fa168+_0x58aa1f(0x101),_0x58aa1f(0x112)+getTopLevelConfigKeySummary());if(_0x4fa168===_0x58aa1f(0x114))throw CliErrors[_0x58aa1f(0xf8)]('\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.');if(CONFIG_ENUM_VALUES[_0x4fa168]&&!CONFIG_ENUM_VALUES[_0x4fa168]['includes'](_0x2a4712))throw CliErrors['validation'](_0x58aa1f(0x100)+_0x4fa168+_0x58aa1f(0x118)+CONFIG_ENUM_VALUES[_0x4fa168][_0x58aa1f(0xf2)](',\x20'));if(_0x4fa168===_0x58aa1f(0x10c)&&!normalizeLocale(_0x2a4712))throw CliErrors[_0x58aa1f(0xf8)](_0x58aa1f(0x119),_0x58aa1f(0xfa));const _0x39fec3={'global':_0x72e8ff['bool'](_0x58aa1f(0x107))},_0x440386=resolveWriteScope(_0x39fec3),_0x94fcaa=readScopedConfig(_0x440386);let _0x2573a2=_0x4fa168,_0x11fd43=_0x2a4712;_0x4fa168==='app'&&(_0x2573a2='appcode',delete _0x94fcaa[_0x58aa1f(0xed)]);_0x4fa168==='locale'&&(_0x11fd43=normalizeLocale(_0x2a4712));if(_0x4fa168===_0x58aa1f(0xee)){_0x11fd43=normalizeEnv(_0x2a4712);if(!isProduction(_0x11fd43)&&!isDaily(_0x11fd43))throw CliErrors[_0x58aa1f(0xf8)]('Invalid\x20value\x20for\x20env.\x20Allowed:\x20production,\x20daily.',_0x58aa1f(0xfd));}if(_0x4fa168===_0x58aa1f(0xf0)){const _0x4ad8c0=_0x94fcaa[_0x58aa1f(0xf7)]&&typeof _0x94fcaa[_0x58aa1f(0xf7)]===_0x58aa1f(0x108)?Object[_0x58aa1f(0xeb)](_0x94fcaa[_0x58aa1f(0xf7)]):[];if(_0x4ad8c0[_0x58aa1f(0x104)]>0x0)throw CliErrors[_0x58aa1f(0xf8)](_0x58aa1f(0xf9),_0x58aa1f(0x102)+CLI_BIN_NAME+_0x58aa1f(0xea)+_0x11fd43+_0x58aa1f(0x115)+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`,\x20or\x20pass\x20`--appcode`\x20on\x20the\x20command.');const _0x4ec935=buildCanonicalProjectConfig({..._0x94fcaa},{'appCodes':[_0x11fd43],'env':typeof _0x94fcaa['env']===_0x58aa1f(0x103)?_0x94fcaa[_0x58aa1f(0xee)]:undefined});writeScopedConfig(_0x4ec935,_0x440386);const _0x3538a3=_0x440386===_0x58aa1f(0x107)?'Global':'Project';return{'ok':!![],'message':'✓\x20'+_0x3538a3+_0x58aa1f(0x106)+_0x11fd43+_0x58aa1f(0xec)};}_0x94fcaa[_0x2573a2]=_0x11fd43,writeScopedConfig(_0x94fcaa,_0x440386);const _0x2a2cce=_0x440386===_0x58aa1f(0x107)?_0x58aa1f(0x113):'Project';return{'ok':!![],'message':'✓\x20'+_0x2a2cce+'\x20'+_0x2573a2+_0x58aa1f(0xe9)+_0x11fd43};}export const configSetDefinition={'service':a53_0x1aef51(0xf6),'command':a53_0x1aef51(0x105),'description':a53_0x1aef51(0x10f),'risk':a53_0x1aef51(0x10d),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a53_0x1aef51(0x103),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a53_0x1aef51(0xfb),'type':a53_0x1aef51(0x103),'description':a53_0x1aef51(0xfc),'required':!![]},{'name':a53_0x1aef51(0x107),'type':'boolean','description':'Write\x20to\x20global\x20config\x20(~/.rabetbase.json)','default':![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xe6c0c6,_0x52ad5e){var _0x47ab7f=a54_0x93da,_0x3e47d4=_0xe6c0c6();while(!![]){try{var _0x49e81c=parseInt(_0x47ab7f(0x165))/0x1*(parseInt(_0x47ab7f(0x16b))/0x2)+parseInt(_0x47ab7f(0x170))/0x3+-parseInt(_0x47ab7f(0x167))/0x4*(-parseInt(_0x47ab7f(0x171))/0x5)+parseInt(_0x47ab7f(0x172))/0x6+parseInt(_0x47ab7f(0x16e))/0x7*(-parseInt(_0x47ab7f(0x16d))/0x8)+parseInt(_0x47ab7f(0x169))/0x9+-parseInt(_0x47ab7f(0x16c))/0xa;if(_0x49e81c===_0x52ad5e)break;else _0x3e47d4['push'](_0x3e47d4['shift']());}catch(_0x768e1c){_0x3e47d4['push'](_0x3e47d4['shift']());}}}(a54_0x4d9d,0xd3a77));import{CLI_BIN_NAME}from'../../constant/cli.js';import{isInProject,resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';import{CliErrors}from'../../errors.js';import{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale}from'../../config/schema.js';export{CLI_BIN_NAME};export{normalizeLocale};export{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey};export function resolveWriteScope(_0x204b9f){var _0x12a0fa=a54_0x93da;if(_0x204b9f[_0x12a0fa(0x16a)])return _0x12a0fa(0x16a);if(!isInProject())throw CliErrors[_0x12a0fa(0x166)]('Not\x20inside\x20a\x20project\x20(no\x20.rabetbase.json\x20found).','Add\x20--global\x20to\x20write\x20to\x20~/.rabetbase.json,\x20or\x20run\x20`'+CLI_BIN_NAME+_0x12a0fa(0x168));return _0x12a0fa(0x16f);}export function readScopedConfig(_0x53b165){return readConfigFile(resolveWriteConfigPath(_0x53b165));}function a54_0x93da(_0x3d4c39,_0x7cf289){_0x3d4c39=_0x3d4c39-0x165;var _0x4d9dee=a54_0x4d9d();var _0x93dae6=_0x4d9dee[_0x3d4c39];return _0x93dae6;}export function writeScopedConfig(_0x169462,_0x18b30d){writeConfigFile(resolveWriteConfigPath(_0x18b30d),_0x169462);}function a54_0x4d9d(){var _0x28a79d=['project','829110nijfCO','895DjSDTR','2845068vfMTIq','3QyhjPC','validation','4488sFytHc','\x20init`\x20first.','4219362xvZxcg','global','436092zgxWhz','1978050eNTTjE','81584DmARUQ','693XdYdiW'];a54_0x4d9d=function(){return _0x28a79d;};return a54_0x4d9d();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a55_0x3454ba=a55_0x5c82;(function(_0x3b4ae2,_0x19ec9d){const _0x4ccb7b=a55_0x5c82,_0x3dc59a=_0x3b4ae2();while(!![]){try{const _0x5daf44=parseInt(_0x4ccb7b(0x130))/0x1*(-parseInt(_0x4ccb7b(0x13c))/0x2)+-parseInt(_0x4ccb7b(0x137))/0x3+-parseInt(_0x4ccb7b(0x139))/0x4+parseInt(_0x4ccb7b(0x136))/0x5*(parseInt(_0x4ccb7b(0x138))/0x6)+-parseInt(_0x4ccb7b(0x13a))/0x7+parseInt(_0x4ccb7b(0x135))/0x8*(parseInt(_0x4ccb7b(0x134))/0x9)+parseInt(_0x4ccb7b(0x13f))/0xa*(parseInt(_0x4ccb7b(0x133))/0xb);if(_0x5daf44===_0x19ec9d)break;else _0x3dc59a['push'](_0x3dc59a['shift']());}catch(_0x9c6f4f){_0x3dc59a['push'](_0x3dc59a['shift']());}}}(a55_0x1884,0x4e90d));function a55_0x5c82(_0x5ba2e1,_0x26744b){_0x5ba2e1=_0x5ba2e1-0x130;const _0x188452=a55_0x1884();let _0x5c828a=_0x188452[_0x5ba2e1];return _0x5c828a;}import{buildDataCommand}from'../../commands/data/shared.js';export const dataFilter=buildDataCommand({'command':a55_0x3454ba(0x142),'operation':a55_0x3454ba(0x142),'description':a55_0x3454ba(0x131),'paramsRequired':![],'paramsHint':a55_0x3454ba(0x13d),'helpExtra':[a55_0x3454ba(0x13b),'\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions',a55_0x3454ba(0x13e),a55_0x3454ba(0x140),a55_0x3454ba(0x141),'\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page'][a55_0x3454ba(0x132)]('\x0a')});function a55_0x1884(){const _0x1f85b8=['55979OPZtVL','90oVpSDH','263248FlVycc','996640zivgyo','1575969cbhAxw','18BWtLiN','911084whFUZV','39683kRdlxc','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','7042BiuqTY','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','530fWnsMQ','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','filter','33IsRDFm','Filter\x20dataset\x20records\x20with\x20query\x20conditions','join'];a55_0x1884=function(){return _0x1f85b8;};return a55_0x1884();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a56_0x4f4aef=a56_0x2388;function a56_0x2388(_0x1824f3,_0x494363){_0x1824f3=_0x1824f3-0x1d6;const _0x2f39e3=a56_0x2f39();let _0x2388ba=_0x2f39e3[_0x1824f3];return _0x2388ba;}function a56_0x2f39(){const _0x48e4b6=['21794GuFhyN','13468191FXSrbL','getOne','78klVzJO','3897305slKvfd','2351895zyXgIx','681000HLiIKR','609UbOVgD','Get\x20a\x20single\x20record\x20by\x20ID','10MqULgQ','6rfyTwj','24651CjTucr','19056dKhPqh'];a56_0x2f39=function(){return _0x48e4b6;};return a56_0x2f39();}(function(_0x471f61,_0x8e1ce0){const _0x3f616d=a56_0x2388,_0x5f243c=_0x471f61();while(!![]){try{const _0x4ff5fc=parseInt(_0x3f616d(0x1dc))/0x1*(-parseInt(_0x3f616d(0x1df))/0x2)+-parseInt(_0x3f616d(0x1d6))/0x3*(parseInt(_0x3f616d(0x1db))/0x4)+parseInt(_0x3f616d(0x1e0))/0x5*(parseInt(_0x3f616d(0x1d9))/0x6)+parseInt(_0x3f616d(0x1e1))/0x7+parseInt(_0x3f616d(0x1e2))/0x8+-parseInt(_0x3f616d(0x1da))/0x9+-parseInt(_0x3f616d(0x1d8))/0xa*(-parseInt(_0x3f616d(0x1dd))/0xb);if(_0x4ff5fc===_0x8e1ce0)break;else _0x5f243c['push'](_0x5f243c['shift']());}catch(_0x6d91fa){_0x5f243c['push'](_0x5f243c['shift']());}}}(a56_0x2f39,0x93be3));import{buildDataCommand}from'../../commands/data/shared.js';export const dataGetOne=buildDataCommand({'command':a56_0x4f4aef(0x1de),'operation':a56_0x4f4aef(0x1de),'description':a56_0x4f4aef(0x1d7),'paramsRequired':!![],'paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x48b54b,_0x3cdd8e){const _0x46f574=a57_0x1b74,_0x5f1694=_0x48b54b();while(!![]){try{const _0x46c4e5=-parseInt(_0x46f574(0x98))/0x1+-parseInt(_0x46f574(0x97))/0x2*(-parseInt(_0x46f574(0xa0))/0x3)+parseInt(_0x46f574(0x9e))/0x4*(-parseInt(_0x46f574(0x99))/0x5)+-parseInt(_0x46f574(0x9d))/0x6*(parseInt(_0x46f574(0x9f))/0x7)+-parseInt(_0x46f574(0x9b))/0x8+parseInt(_0x46f574(0x9a))/0x9+parseInt(_0x46f574(0x9c))/0xa;if(_0x46c4e5===_0x3cdd8e)break;else _0x5f1694['push'](_0x5f1694['shift']());}catch(_0x141ed3){_0x5f1694['push'](_0x5f1694['shift']());}}}(a57_0x1aa9,0xdb841));import{dataFilter}from'../../commands/data/filter.js';import{dataGetOne}from'../../commands/data/getOne.js';function a57_0x1b74(_0x59f22d,_0x45b68a){_0x59f22d=_0x59f22d-0x97;const _0x1aa994=a57_0x1aa9();let _0x1b749c=_0x1aa994[_0x59f22d];return _0x1b749c;}function a57_0x1aa9(){const _0x5a6622=['168052ONugWE','1228986lqACpE','8466390vGYIkt','10603683NPPrCM','10422784tWhlBW','46893790gvsfaL','1602SLfHKD','4LnmHAD','41517jDDDOP','30bfSSaO'];a57_0x1aa9=function(){return _0x5a6622;};return a57_0x1aa9();}export const dataDefinitions=[dataFilter,dataGetOne];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5dd85f,_0x207523){const _0x514d97=a58_0x39c1,_0x545c12=_0x5dd85f();while(!![]){try{const _0x1be0ff=parseInt(_0x514d97(0x1a5))/0x1*(parseInt(_0x514d97(0x19e))/0x2)+-parseInt(_0x514d97(0x1b4))/0x3+-parseInt(_0x514d97(0x1b0))/0x4*(parseInt(_0x514d97(0x1a1))/0x5)+parseInt(_0x514d97(0x1aa))/0x6+-parseInt(_0x514d97(0x1b7))/0x7*(-parseInt(_0x514d97(0x1b5))/0x8)+parseInt(_0x514d97(0x1ad))/0x9+parseInt(_0x514d97(0x1a9))/0xa*(parseInt(_0x514d97(0x1a7))/0xb);if(_0x1be0ff===_0x207523)break;else _0x545c12['push'](_0x545c12['shift']());}catch(_0x28cbf1){_0x545c12['push'](_0x545c12['shift']());}}}(a58_0x5522,0x84bec));import{executeDatasetDataOperation}from'../../core/api-client.js';function a58_0x39c1(_0x35fc68,_0x47ca61){_0x35fc68=_0x35fc68-0x19c;const _0x55223c=a58_0x5522();let _0x39c1bd=_0x55223c[_0x35fc68];return _0x39c1bd;}import{CODE_FLAG,APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{CliErrors}from'../../errors.js';import{parseJsonParams}from'../../utils/params.js';function assertGetOneId(_0x3aae0e){const _0x2088c4=a58_0x39c1;if(!_0x3aae0e)throw CliErrors[_0x2088c4(0x1a3)](_0x2088c4(0x1b3),_0x2088c4(0x1ae));const _0x2f50fa=_0x3aae0e['id'];if(_0x2f50fa===undefined||_0x2f50fa===null||_0x2f50fa==='')throw CliErrors[_0x2088c4(0x1b2)]('data\x20getOne\x20requires\x20\x22id\x22\x20in\x20--params',_0x2088c4(0x1b1));}function a58_0x5522(){const _0x3e9ae5=['\x20completed\x20in\x20','451920AXOuxa','5772648AFlnMO','data\x20','now','3076650uNNlJc','Provide\x20--params\x20\x27{\x22id\x22:123}\x27\x20for\x20data\x20getOne.','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon).\x20Resolves\x20to\x20dataset\x20code\x20automatically','5524FNCAVV','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','validation','params','1950144Setaac','976rVKaKV','string','2100YsMAYm','alias','getOne','8VZqiQq','data','read','1270CRbyRe','operation','flagMissing','helpExtra','28401rVWbmK','str','22BOlvMJ'];a58_0x5522=function(){return _0x3e9ae5;};return a58_0x5522();}function parseCommandParams(_0x445c91){return parseJsonParams(_0x445c91)??{};}export function buildDataCommand(_0x65530a){const _0x2e3b44=a58_0x39c1,_0x446f20=_0x2e3b44(0x1af);return{'service':_0x2e3b44(0x19f),'command':_0x65530a['command'],'description':_0x65530a['description'],'risk':_0x2e3b44(0x1a0),'defaultOutputFormat':'compress','helpExtra':_0x65530a[_0x2e3b44(0x1a4)],'flags':[CODE_FLAG,APPCODE_FLAG_OPTIONAL,{'name':_0x2e3b44(0x19c),'type':_0x2e3b44(0x1b6),'description':_0x446f20},{'name':_0x2e3b44(0x1b3),'type':_0x2e3b44(0x1b6),'description':_0x65530a['paramsHint']}],async 'validate'(_0x321c75){const _0x154254=_0x2e3b44,_0x10157f=_0x321c75[_0x154254(0x1a6)](_0x154254(0x1b3));if(_0x65530a['paramsRequired']&&!_0x10157f)throw CliErrors[_0x154254(0x1a3)]('params',_0x65530a['paramsHint']);const _0x4380f5=parseJsonParams(_0x10157f);_0x65530a[_0x154254(0x1a2)]===_0x154254(0x19d)&&assertGetOneId(_0x4380f5);},async 'execute'(_0x173f41){const _0x141d0f=_0x2e3b44,_0x26bf1c=parseCommandParams(_0x173f41[_0x141d0f(0x1a6)]('params')),_0x4421b9=Date[_0x141d0f(0x1ac)](),_0x2ca21e=await executeDatasetDataOperation(_0x173f41['appCode'],_0x173f41['str']('code'),_0x65530a[_0x141d0f(0x1a2)],_0x26bf1c),_0x19d81f=Date[_0x141d0f(0x1ac)]()-_0x4421b9;return{'ok':!![],'data':{'result':_0x2ca21e,'elapsed':_0x19d81f},'message':_0x141d0f(0x1ab)+_0x65530a['command']+_0x141d0f(0x1a8)+_0x19d81f+'ms'};}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a59_0x9f82a4=a59_0x414a;(function(_0x2805f1,_0x330b0a){const _0x43800d=a59_0x414a,_0x563dae=_0x2805f1();while(!![]){try{const _0x43d4df=parseInt(_0x43800d(0x123))/0x1+-parseInt(_0x43800d(0x11b))/0x2+-parseInt(_0x43800d(0x147))/0x3*(-parseInt(_0x43800d(0x134))/0x4)+parseInt(_0x43800d(0x126))/0x5+parseInt(_0x43800d(0x148))/0x6+-parseInt(_0x43800d(0x149))/0x7+parseInt(_0x43800d(0x121))/0x8*(-parseInt(_0x43800d(0x151))/0x9);if(_0x43d4df===_0x330b0a)break;else _0x563dae['push'](_0x563dae['shift']());}catch(_0x178aa6){_0x563dae['push'](_0x563dae['shift']());}}}(a59_0x1eb7,0xe8dcc));import{APPCODE_FLAG_OPTIONAL,CODE_FLAG}from'../../commands/common/flags.js';import{getDatasetDetail,updateErBusinessGroup}from'../../core/api-client.js';function a59_0x1eb7(){const _0x34ab5b=['Update\x20business\x20scenario\x20group','Expected\x20current\x20business\x20scenario\x20group;\x20mismatch\x20aborts\x20without\x20writing','length','--code\x20is\x20required','unchanged','POST','number','Business\x20scenario\x20group\x20(not\x20technical):\x20use\x20<scenario>,\x20or\x20<domain>---<scenario>\x20when\x20needed\x20for\x20disambiguation\x20or\x20an\x20existing\x20hierarchy;\x20empty\x20string\x20clears\x20it','Dry-run:\x20business\x20scenario\x20group\x20would\x20change\x20for\x20dataset\x20','Updated\x20business\x20scenario\x20group\x20for\x20dataset\x20','6xpGZWC','3904662rZVYtb','4934069DfvJdj','name','businessGroup','hasOwnProperty','found','code','sourceType','METADATA','10080QPtVwW','toUpperCase','No\x20changes\x20for\x20business\x20scenario\x20group\x20on\x20dataset\x20','Dataset\x20sourceType\x20is\x20required\x20and\x20must\x20be\x20DB_TABLE\x20or\x20METADATA.','dataset','validation','value','3808156xCzhcJ','write','backend','matched','modelId','--business-group\x20is\x20required','7632mcGFEr','datasetCode','638315rJPfDA','update','appCode','8225705HcHAEk','string','stringify','Business\x20scenario\x20group\x20readback\x20must\x20be\x20available\x20by\x20datasetCode;\x20upgrade\x20the\x20backend\x20read\x20contract\x20instead\x20of\x20using\x20dblinkId/tableName.','Expected\x20','keys','apiError','prototype','extend','dbtableConfig','expect-business-group','trim','business-group','data','3393992eGnfTG','str',',\x20actual\x20','DB_TABLE','parse','isFinite','source','call','Expectation\x20mismatch\x20at\x20businessGroup'];a59_0x1eb7=function(){return _0x34ab5b;};return a59_0x1eb7();}import{CliErrors}from'../../errors.js';const BACKEND_PATH='/smartapi/question/er-config/business-group/edit';export async function buildDatasetBusinessGroupUpdateResult({appCode:_0x4e48a7,input:_0x185fd0,dryRun:_0x100f84}){const _0xc5f148=a59_0x414a;validateInput(_0x185fd0);const _0x43e1ae=normalizeBusinessGroup(_0x185fd0[_0xc5f148(0x14b)]),_0x26c3bf=await getDatasetDetail(_0x185fd0[_0xc5f148(0x14e)]),_0x36ff42=resolveBusinessGroupDataset(_0x26c3bf,_0x185fd0[_0xc5f148(0x14e)]),_0x2dd91a=loadCurrentBusinessGroup(_0x26c3bf,_0x36ff42);assertExpectedBusinessGroup(_0x2dd91a,_0x185fd0['expectBusinessGroup']);const _0x5f331d=buildBackendPayload(_0x4e48a7,_0x36ff42,_0x43e1ae),_0x2472ff=_0x2dd91a!==_0x43e1ae;let _0x291044;if(_0x2472ff&&!_0x100f84){await updateErBusinessGroup(_0x5f331d);const _0x346a37=await getDatasetDetail(_0x36ff42['code']),_0x438da2=resolveBusinessGroupDataset(_0x346a37,_0x36ff42['code']),_0x4959f7=loadCurrentBusinessGroup(_0x346a37,_0x438da2);if(_0x4959f7!==_0x43e1ae)throw CliErrors[_0xc5f148(0x12c)]('Business\x20scenario\x20group\x20update\x20did\x20not\x20match\x20dataset\x20detail\x20readback.','Expected\x20'+JSON[_0xc5f148(0x128)](_0x43e1ae)+_0xc5f148(0x136)+JSON[_0xc5f148(0x128)](_0x4959f7)+'.');_0x291044={'verified':!![],'status':_0xc5f148(0x11e),'afterReadback':{'businessGroup':_0x4959f7}};}else!_0x2472ff&&(_0x291044={'verified':!![],'status':_0xc5f148(0x141),'afterReadback':{'businessGroup':_0x2dd91a}});const _0x40d0c1={'operation':_0xc5f148(0x124),'appCode':_0x4e48a7,'selector':{'code':_0x36ff42['code']},'dataset':_0x36ff42,'before':{'businessGroup':_0x2dd91a},'after':{'businessGroup':_0x43e1ae},'changed':_0x2472ff,'dryRun':_0x100f84,'submitted':_0x2472ff&&!_0x100f84,'backend':{'method':'POST','path':BACKEND_PATH,'payload':_0x5f331d},..._0x291044?{'verification':_0x291044}:{},'warnings':[]};return{'ok':!![],'data':_0x40d0c1,'message':_0x2472ff?_0x100f84?_0xc5f148(0x145)+_0x36ff42['code']:_0xc5f148(0x146)+_0x36ff42['code']:_0xc5f148(0x116)+_0x36ff42['code']};}export const datasetBusinessGroupUpdate={'service':a59_0x9f82a4(0x118),'command':'business-group-update','description':a59_0x9f82a4(0x13d),'risk':a59_0x9f82a4(0x11c),'flags':[CODE_FLAG,{'name':a59_0x9f82a4(0x132),'type':a59_0x9f82a4(0x127),'required':!![],'description':a59_0x9f82a4(0x144)},{'name':a59_0x9f82a4(0x130),'type':'string','required':![],'description':a59_0x9f82a4(0x13e)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x1d52b4){validateInput(readBusinessGroupUpdateInput(_0x1d52b4));},async 'dryRun'(_0x2ba2bb){const _0xb3336f=a59_0x9f82a4,_0x2737f7=await buildDatasetBusinessGroupUpdateResult({'appCode':_0x2ba2bb[_0xb3336f(0x125)],'input':readBusinessGroupUpdateInput(_0x2ba2bb),'dryRun':!![]});return{'method':_0xb3336f(0x142),'url':BACKEND_PATH,'body':_0x2737f7[_0xb3336f(0x133)][_0xb3336f(0x11d)]['payload'],'description':_0x2737f7['message'],..._0x2737f7['data']};},async 'execute'(_0x26d05b){const _0x58fbe6=a59_0x9f82a4;return buildDatasetBusinessGroupUpdateResult({'appCode':_0x26d05b[_0x58fbe6(0x125)],'input':readBusinessGroupUpdateInput(_0x26d05b),'dryRun':![]});}};function readBusinessGroupUpdateInput(_0x2a4385){const _0x19d2af=a59_0x9f82a4,_0x24c9d6=_0x2a4385[_0x19d2af(0x135)](_0x19d2af(0x130));return{'code':trim(_0x2a4385[_0x19d2af(0x135)]('code')),'businessGroup':_0x2a4385[_0x19d2af(0x135)](_0x19d2af(0x132)),'expectBusinessGroup':_0x24c9d6===undefined||_0x24c9d6===''?undefined:_0x24c9d6};}function validateInput(_0x2f53bd){const _0x3b547e=a59_0x9f82a4;if(!trim(_0x2f53bd[_0x3b547e(0x14e)]))throw CliErrors['validation'](_0x3b547e(0x140));if(_0x2f53bd[_0x3b547e(0x14b)]===undefined)throw CliErrors[_0x3b547e(0x119)](_0x3b547e(0x120));}function resolveBusinessGroupDataset(_0x51874f,_0x40fb01){const _0x5502b4=a59_0x9f82a4,_0x5f2cce=asPlainObject(_0x51874f['dataset']),_0x2da042=asPlainObject(_0x51874f[_0x5502b4(0x12f)]),_0x9d8079=resolveSourceType(_0x51874f,_0x5f2cce,_0x2da042),_0x4a69bd=firstString(_0x51874f['modelCode'],_0x51874f[_0x5502b4(0x14e)],_0x5f2cce[_0x5502b4(0x122)],_0x40fb01)||_0x40fb01;return{'id':firstNumber(_0x51874f[_0x5502b4(0x11f)],_0x51874f['id'],_0x5f2cce['datasetId'])??firstString(_0x51874f[_0x5502b4(0x11f)],_0x51874f['id'],_0x5f2cce['datasetId'])??null,'code':_0x4a69bd,'name':firstString(_0x51874f[_0x5502b4(0x14a)],_0x5f2cce['datasetName'],_0x5f2cce[_0x5502b4(0x14a)])||null,'sourceType':_0x9d8079};}function resolveSourceType(_0xefcb8f,_0x291134,_0x1a6690){const _0x1832ee=a59_0x9f82a4,_0x3ef382=firstString(_0xefcb8f[_0x1832ee(0x13a)],_0xefcb8f[_0x1832ee(0x14f)],_0x291134[_0x1832ee(0x13a)],_0x291134[_0x1832ee(0x14f)])?.[_0x1832ee(0x131)]()[_0x1832ee(0x115)]();if(_0x3ef382===_0x1832ee(0x137)||_0x3ef382===_0x1832ee(0x150))return _0x3ef382;if(Object[_0x1832ee(0x12b)](_0x1a6690)[_0x1832ee(0x13f)]>0x0)return _0x1832ee(0x137);throw CliErrors[_0x1832ee(0x119)](_0x1832ee(0x117));}function loadCurrentBusinessGroup(_0x39092f,_0xab2554){const _0x5e9f96=a59_0x9f82a4,_0x12aacb=readBusinessGroupFromDatasetDetail(_0x39092f,_0xab2554[_0x5e9f96(0x14f)]);if(_0x12aacb[_0x5e9f96(0x14d)])return normalizeBusinessGroup(_0x12aacb[_0x5e9f96(0x11a)]);if(_0xab2554[_0x5e9f96(0x14f)]===_0x5e9f96(0x150))return'';throw CliErrors['validation']('Dataset\x20detail\x20does\x20not\x20expose\x20businessGroup.',_0x5e9f96(0x129));}function readBusinessGroupFromDatasetDetail(_0x1d3887,_0x26ead6){const _0x4ae58f=a59_0x9f82a4,_0x48016f=asPlainObject(_0x1d3887[_0x4ae58f(0x118)]),_0x2339df=firstPresent(_0x1d3887[_0x4ae58f(0x14b)]);if(_0x2339df[_0x4ae58f(0x14d)])return _0x2339df;const _0x20851f=firstPresent(_0x48016f[_0x4ae58f(0x14b)]);if(_0x20851f[_0x4ae58f(0x14d)])return _0x20851f;if(_0x26ead6==='DB_TABLE')return{'found':![]};const _0x3cff85=readBusinessGroupFromExtend(_0x1d3887[_0x4ae58f(0x12e)]);if(_0x3cff85[_0x4ae58f(0x14d)])return _0x3cff85;return readBusinessGroupFromExtend(_0x48016f[_0x4ae58f(0x12e)]);}function readBusinessGroupFromExtend(_0x1af1c4){const _0x7dd0bc=a59_0x9f82a4;if(_0x1af1c4===undefined||_0x1af1c4===null||_0x1af1c4==='')return{'found':![]};if(typeof _0x1af1c4==='string')try{const _0x276844=JSON[_0x7dd0bc(0x138)](_0x1af1c4);return readBusinessGroupFromExtend(_0x276844);}catch{return{'found':![]};}const _0x26c921=asPlainObject(_0x1af1c4);if(Object[_0x7dd0bc(0x12d)][_0x7dd0bc(0x14c)][_0x7dd0bc(0x13b)](_0x26c921,_0x7dd0bc(0x14b)))return{'found':!![],'value':_0x26c921[_0x7dd0bc(0x14b)]};return{'found':![]};}function firstPresent(..._0x3a542a){for(const _0x1626a9 of _0x3a542a){if(_0x1626a9!==undefined&&_0x1626a9!==null)return{'found':!![],'value':_0x1626a9};}return{'found':![]};}function assertExpectedBusinessGroup(_0xc47e6a,_0x30e1db){const _0x6bea12=a59_0x9f82a4;if(_0x30e1db===undefined)return;const _0x2ed5f0=normalizeBusinessGroup(_0x30e1db);if(_0xc47e6a!==_0x2ed5f0)throw CliErrors[_0x6bea12(0x119)](_0x6bea12(0x13c),_0x6bea12(0x12a)+JSON[_0x6bea12(0x128)](_0x2ed5f0)+',\x20actual\x20'+JSON[_0x6bea12(0x128)](_0xc47e6a));}function buildBackendPayload(_0x6447f,_0x336efc,_0x2b168f){const _0x25ec59=a59_0x9f82a4;return{'appCode':_0x6447f,'datasetCode':_0x336efc[_0x25ec59(0x14e)],'businessGroup':_0x2b168f};}function normalizeBusinessGroup(_0x49a1ad){const _0x2ab6b4=a59_0x9f82a4;if(_0x49a1ad===undefined||_0x49a1ad===null)return'';return String(_0x49a1ad)[_0x2ab6b4(0x131)]();}function asPlainObject(_0x1a4e26){if(!_0x1a4e26||typeof _0x1a4e26!=='object'||Array['isArray'](_0x1a4e26))return{};return _0x1a4e26;}function firstString(..._0x17984f){const _0x2ea96a=a59_0x9f82a4;for(const _0x4df0ae of _0x17984f){if(typeof _0x4df0ae===_0x2ea96a(0x127)&&_0x4df0ae[_0x2ea96a(0x131)]())return _0x4df0ae[_0x2ea96a(0x131)]();if(typeof _0x4df0ae===_0x2ea96a(0x143)&&Number[_0x2ea96a(0x139)](_0x4df0ae))return String(_0x4df0ae);}return undefined;}function a59_0x414a(_0x195fa6,_0x21c185){_0x195fa6=_0x195fa6-0x115;const _0x1eb72c=a59_0x1eb7();let _0x414a20=_0x1eb72c[_0x195fa6];return _0x414a20;}function firstNumber(..._0x15e949){const _0xcf6352=a59_0x9f82a4;for(const _0x94bb6b of _0x15e949){if(typeof _0x94bb6b==='number'&&Number[_0xcf6352(0x139)](_0x94bb6b))return _0x94bb6b;if(typeof _0x94bb6b===_0xcf6352(0x127)&&_0x94bb6b[_0xcf6352(0x131)]()&&Number['isFinite'](Number(_0x94bb6b)))return Number(_0x94bb6b);}return null;}function trim(_0x4dc60b){return String(_0x4dc60b||'')['trim']();}
|
|
1
|
+
function a59_0x202b(){const _0x1a57ba=['data','Dry-run:\x20business\x20scenario\x20group\x20would\x20change\x20for\x20dataset\x20','Dataset\x20sourceType\x20is\x20required\x20and\x20must\x20be\x20DB_TABLE\x20or\x20METADATA.',',\x20actual\x20','Dataset\x20detail\x20does\x20not\x20expose\x20businessGroup.','name','validation','business-group-update','appCode','87898Bcebdt','apiError','18162OEgrBX','Update\x20business\x20scenario\x20group','80794qxhrYn','extend','sourceType','17336zAYxdX','prototype','update','63vHkvBJ','isArray','message','str','trim','found','code','parse','1760KvZcRm','METADATA','businessGroup','--business-group\x20is\x20required','keys','write','1060TQQkMv','expectBusinessGroup','source','datasetCode','Expectation\x20mismatch\x20at\x20businessGroup','POST','/smartapi/question/er-config/business-group/edit','No\x20changes\x20for\x20business\x20scenario\x20group\x20on\x20dataset\x20','number','datasetName','hasOwnProperty','--code\x20is\x20required','DB_TABLE','string','call','isFinite','4662130qsftDM','unchanged','Expected\x20current\x20business\x20scenario\x20group;\x20mismatch\x20aborts\x20without\x20writing','matched','business-group','872467etoEHr','datasetId','84ypRSTo','object','dataset','modelId','toUpperCase','backend','Business\x20scenario\x20group\x20update\x20did\x20not\x20match\x20dataset\x20detail\x20readback.','12876agIqjV','Expected\x20','Business\x20scenario\x20group\x20readback\x20must\x20be\x20available\x20by\x20datasetCode;\x20upgrade\x20the\x20backend\x20read\x20contract\x20instead\x20of\x20using\x20dblinkId/tableName.','stringify','Business\x20scenario\x20group\x20(not\x20technical):\x20use\x20<scenario>,\x20or\x20<domain>---<scenario>\x20when\x20needed\x20for\x20disambiguation\x20or\x20an\x20existing\x20hierarchy;\x20empty\x20string\x20clears\x20it','expect-business-group'];a59_0x202b=function(){return _0x1a57ba;};return a59_0x202b();}const a59_0x3ee680=a59_0xc4b8;(function(_0x3ff428,_0x1c68df){const _0x569838=a59_0xc4b8,_0x59526b=_0x3ff428();while(!![]){try{const _0x5d3408=parseInt(_0x569838(0xe9))/0x1+-parseInt(_0x569838(0xbc))/0x2*(parseInt(_0x569838(0xc6))/0x3)+parseInt(_0x569838(0xad))/0x4*(parseInt(_0x569838(0xd4))/0x5)+-parseInt(_0x569838(0xeb))/0x6*(-parseInt(_0x569838(0xc0))/0x7)+parseInt(_0x569838(0xce))/0x8*(parseInt(_0x569838(0xbe))/0x9)+-parseInt(_0x569838(0xe4))/0xa+-parseInt(_0x569838(0xc3))/0xb;if(_0x5d3408===_0x1c68df)break;else _0x59526b['push'](_0x59526b['shift']());}catch(_0x3d3c37){_0x59526b['push'](_0x59526b['shift']());}}}(a59_0x202b,0xbbebd));import{APPCODE_FLAG_OPTIONAL,CODE_FLAG}from'../../commands/common/flags.js';import{getDatasetDetail,updateErBusinessGroup}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const BACKEND_PATH=a59_0x3ee680(0xda);export async function buildDatasetBusinessGroupUpdateResult({appCode:_0x423333,input:_0x5f09f3,dryRun:_0x55ee15}){const _0x563881=a59_0x3ee680;validateInput(_0x5f09f3);const _0x20e450=normalizeBusinessGroup(_0x5f09f3[_0x563881(0xd0)]),_0x6c5e6e=await getDatasetDetail(_0x5f09f3[_0x563881(0xcc)]),_0x1468c3=resolveBusinessGroupDataset(_0x6c5e6e,_0x5f09f3['code']),_0x176a9a=loadCurrentBusinessGroup(_0x6c5e6e,_0x1468c3);assertExpectedBusinessGroup(_0x176a9a,_0x5f09f3[_0x563881(0xd5)]);const _0x6f6e20=buildBackendPayload(_0x423333,_0x1468c3,_0x20e450),_0x802bde=_0x176a9a!==_0x20e450;let _0x57e1b0;if(_0x802bde&&!_0x55ee15){await updateErBusinessGroup(_0x6f6e20);const _0x213ba2=await getDatasetDetail(_0x1468c3[_0x563881(0xcc)]),_0x338ec0=resolveBusinessGroupDataset(_0x213ba2,_0x1468c3[_0x563881(0xcc)]),_0x2d314d=loadCurrentBusinessGroup(_0x213ba2,_0x338ec0);if(_0x2d314d!==_0x20e450)throw CliErrors[_0x563881(0xbd)](_0x563881(0xac),_0x563881(0xae)+JSON[_0x563881(0xb0)](_0x20e450)+',\x20actual\x20'+JSON[_0x563881(0xb0)](_0x2d314d)+'.');_0x57e1b0={'verified':!![],'status':_0x563881(0xe7),'afterReadback':{'businessGroup':_0x2d314d}};}else!_0x802bde&&(_0x57e1b0={'verified':!![],'status':_0x563881(0xe5),'afterReadback':{'businessGroup':_0x176a9a}});const _0x4777d9={'operation':_0x563881(0xc5),'appCode':_0x423333,'selector':{'code':_0x1468c3[_0x563881(0xcc)]},'dataset':_0x1468c3,'before':{'businessGroup':_0x176a9a},'after':{'businessGroup':_0x20e450},'changed':_0x802bde,'dryRun':_0x55ee15,'submitted':_0x802bde&&!_0x55ee15,'backend':{'method':_0x563881(0xd9),'path':BACKEND_PATH,'payload':_0x6f6e20},..._0x57e1b0?{'verification':_0x57e1b0}:{},'warnings':[]};return{'ok':!![],'data':_0x4777d9,'message':_0x802bde?_0x55ee15?_0x563881(0xb4)+_0x1468c3[_0x563881(0xcc)]:'Updated\x20business\x20scenario\x20group\x20for\x20dataset\x20'+_0x1468c3[_0x563881(0xcc)]:_0x563881(0xdb)+_0x1468c3[_0x563881(0xcc)]};}export const datasetBusinessGroupUpdate={'service':a59_0x3ee680(0xed),'command':a59_0x3ee680(0xba),'description':a59_0x3ee680(0xbf),'risk':a59_0x3ee680(0xd3),'flags':[CODE_FLAG,{'name':a59_0x3ee680(0xe8),'type':a59_0x3ee680(0xe1),'required':!![],'description':a59_0x3ee680(0xb1)},{'name':a59_0x3ee680(0xb2),'type':a59_0x3ee680(0xe1),'required':![],'description':a59_0x3ee680(0xe6)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x5b6945){validateInput(readBusinessGroupUpdateInput(_0x5b6945));},async 'dryRun'(_0x51e11b){const _0x4a1d80=a59_0x3ee680,_0x2ddd3e=await buildDatasetBusinessGroupUpdateResult({'appCode':_0x51e11b[_0x4a1d80(0xbb)],'input':readBusinessGroupUpdateInput(_0x51e11b),'dryRun':!![]});return{'method':_0x4a1d80(0xd9),'url':BACKEND_PATH,'body':_0x2ddd3e[_0x4a1d80(0xb3)][_0x4a1d80(0xab)]['payload'],'description':_0x2ddd3e[_0x4a1d80(0xc8)],..._0x2ddd3e['data']};},async 'execute'(_0x3baef2){const _0x4aad2c=a59_0x3ee680;return buildDatasetBusinessGroupUpdateResult({'appCode':_0x3baef2[_0x4aad2c(0xbb)],'input':readBusinessGroupUpdateInput(_0x3baef2),'dryRun':![]});}};function readBusinessGroupUpdateInput(_0x7fc110){const _0x33fb12=a59_0x3ee680,_0x189c08=_0x7fc110[_0x33fb12(0xc9)](_0x33fb12(0xb2));return{'code':trim(_0x7fc110['str'](_0x33fb12(0xcc))),'businessGroup':_0x7fc110[_0x33fb12(0xc9)](_0x33fb12(0xe8)),'expectBusinessGroup':_0x189c08===undefined||_0x189c08===''?undefined:_0x189c08};}function validateInput(_0x5eacc3){const _0x3c15ac=a59_0x3ee680;if(!trim(_0x5eacc3['code']))throw CliErrors['validation'](_0x3c15ac(0xdf));if(_0x5eacc3[_0x3c15ac(0xd0)]===undefined)throw CliErrors[_0x3c15ac(0xb9)](_0x3c15ac(0xd1));}function resolveBusinessGroupDataset(_0x398e2d,_0xbb0c6d){const _0x5bb6eb=a59_0x3ee680,_0x13b864=asPlainObject(_0x398e2d[_0x5bb6eb(0xed)]),_0x16c729=asPlainObject(_0x398e2d['dbtableConfig']),_0x5ac1e8=resolveSourceType(_0x398e2d,_0x13b864,_0x16c729),_0x307ab6=firstString(_0x398e2d['modelCode'],_0x398e2d[_0x5bb6eb(0xcc)],_0x13b864[_0x5bb6eb(0xd7)],_0xbb0c6d)||_0xbb0c6d;return{'id':firstNumber(_0x398e2d[_0x5bb6eb(0xee)],_0x398e2d['id'],_0x13b864['datasetId'])??firstString(_0x398e2d[_0x5bb6eb(0xee)],_0x398e2d['id'],_0x13b864[_0x5bb6eb(0xea)])??null,'code':_0x307ab6,'name':firstString(_0x398e2d[_0x5bb6eb(0xb8)],_0x13b864[_0x5bb6eb(0xdd)],_0x13b864['name'])||null,'sourceType':_0x5ac1e8};}function resolveSourceType(_0x36af69,_0x14bfac,_0x4da51a){const _0x3c078f=a59_0x3ee680,_0x51edda=firstString(_0x36af69[_0x3c078f(0xd6)],_0x36af69[_0x3c078f(0xc2)],_0x14bfac[_0x3c078f(0xd6)],_0x14bfac['sourceType'])?.[_0x3c078f(0xca)]()[_0x3c078f(0xaa)]();if(_0x51edda==='DB_TABLE'||_0x51edda===_0x3c078f(0xcf))return _0x51edda;if(Object[_0x3c078f(0xd2)](_0x4da51a)['length']>0x0)return _0x3c078f(0xe0);throw CliErrors['validation'](_0x3c078f(0xb5));}function loadCurrentBusinessGroup(_0xca5f20,_0x15a20a){const _0x37eaf4=a59_0x3ee680,_0x4bcf65=readBusinessGroupFromDatasetDetail(_0xca5f20,_0x15a20a[_0x37eaf4(0xc2)]);if(_0x4bcf65[_0x37eaf4(0xcb)])return normalizeBusinessGroup(_0x4bcf65['value']);if(_0x15a20a[_0x37eaf4(0xc2)]===_0x37eaf4(0xcf))return'';throw CliErrors['validation'](_0x37eaf4(0xb7),_0x37eaf4(0xaf));}function readBusinessGroupFromDatasetDetail(_0x554d21,_0x5627d8){const _0x1d4167=a59_0x3ee680,_0x542476=asPlainObject(_0x554d21[_0x1d4167(0xed)]),_0x47d83c=firstPresent(_0x554d21['businessGroup']);if(_0x47d83c[_0x1d4167(0xcb)])return _0x47d83c;const _0x1c1741=firstPresent(_0x542476[_0x1d4167(0xd0)]);if(_0x1c1741[_0x1d4167(0xcb)])return _0x1c1741;if(_0x5627d8===_0x1d4167(0xe0))return{'found':![]};const _0x4facc6=readBusinessGroupFromExtend(_0x554d21['extend']);if(_0x4facc6[_0x1d4167(0xcb)])return _0x4facc6;return readBusinessGroupFromExtend(_0x542476[_0x1d4167(0xc1)]);}function readBusinessGroupFromExtend(_0x30a8b1){const _0x75a1ca=a59_0x3ee680;if(_0x30a8b1===undefined||_0x30a8b1===null||_0x30a8b1==='')return{'found':![]};if(typeof _0x30a8b1===_0x75a1ca(0xe1))try{const _0x31440e=JSON[_0x75a1ca(0xcd)](_0x30a8b1);return readBusinessGroupFromExtend(_0x31440e);}catch{return{'found':![]};}const _0x22a85f=asPlainObject(_0x30a8b1);if(Object[_0x75a1ca(0xc4)][_0x75a1ca(0xde)][_0x75a1ca(0xe2)](_0x22a85f,_0x75a1ca(0xd0)))return{'found':!![],'value':_0x22a85f[_0x75a1ca(0xd0)]};return{'found':![]};}function firstPresent(..._0x3e513f){for(const _0x54496b of _0x3e513f){if(_0x54496b!==undefined&&_0x54496b!==null)return{'found':!![],'value':_0x54496b};}return{'found':![]};}function assertExpectedBusinessGroup(_0x2872f9,_0x1d6503){const _0x453761=a59_0x3ee680;if(_0x1d6503===undefined)return;const _0x80163a=normalizeBusinessGroup(_0x1d6503);if(_0x2872f9!==_0x80163a)throw CliErrors[_0x453761(0xb9)](_0x453761(0xd8),_0x453761(0xae)+JSON[_0x453761(0xb0)](_0x80163a)+_0x453761(0xb6)+JSON[_0x453761(0xb0)](_0x2872f9));}function buildBackendPayload(_0x20f6d1,_0x17cb56,_0x25f3b1){return{'appCode':_0x20f6d1,'datasetCode':_0x17cb56['code'],'businessGroup':_0x25f3b1};}function normalizeBusinessGroup(_0x16d121){const _0x40a39b=a59_0x3ee680;if(_0x16d121===undefined||_0x16d121===null)return'';return String(_0x16d121)[_0x40a39b(0xca)]();}function asPlainObject(_0x10c06b){const _0x1b3cc4=a59_0x3ee680;if(!_0x10c06b||typeof _0x10c06b!==_0x1b3cc4(0xec)||Array[_0x1b3cc4(0xc7)](_0x10c06b))return{};return _0x10c06b;}function a59_0xc4b8(_0x2dc6c4,_0x164a6f){_0x2dc6c4=_0x2dc6c4-0xaa;const _0x202b3e=a59_0x202b();let _0xc4b82d=_0x202b3e[_0x2dc6c4];return _0xc4b82d;}function firstString(..._0x3cc423){const _0xc81543=a59_0x3ee680;for(const _0x2de9e1 of _0x3cc423){if(typeof _0x2de9e1===_0xc81543(0xe1)&&_0x2de9e1[_0xc81543(0xca)]())return _0x2de9e1[_0xc81543(0xca)]();if(typeof _0x2de9e1===_0xc81543(0xdc)&&Number[_0xc81543(0xe3)](_0x2de9e1))return String(_0x2de9e1);}return undefined;}function firstNumber(..._0x283e36){const _0x3eed23=a59_0x3ee680;for(const _0x5df6cf of _0x283e36){if(typeof _0x5df6cf===_0x3eed23(0xdc)&&Number[_0x3eed23(0xe3)](_0x5df6cf))return _0x5df6cf;if(typeof _0x5df6cf===_0x3eed23(0xe1)&&_0x5df6cf[_0x3eed23(0xca)]()&&Number[_0x3eed23(0xe3)](Number(_0x5df6cf)))return Number(_0x5df6cf);}return null;}function trim(_0x17ef97){const _0xb925f3=a59_0x3ee680;return String(_0x17ef97||'')[_0xb925f3(0xca)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60_0x4a7515=a60_0x382f;(function(_0x365e60,_0x55ba44){const _0x36dfff=a60_0x382f,_0x54953c=_0x365e60();while(!![]){try{const _0x482ef2=-parseInt(_0x36dfff(0x8e))/0x1*(parseInt(_0x36dfff(0x85))/0x2)+parseInt(_0x36dfff(0x84))/0x3*(-parseInt(_0x36dfff(0x81))/0x4)+parseInt(_0x36dfff(0x79))/0x5*(-parseInt(_0x36dfff(0x87))/0x6)+parseInt(_0x36dfff(0x7f))/0x7*(-parseInt(_0x36dfff(0x91))/0x8)+-parseInt(_0x36dfff(0x96))/0x9+-parseInt(_0x36dfff(0x77))/0xa*(-parseInt(_0x36dfff(0x83))/0xb)+parseInt(_0x36dfff(0x7e))/0xc;if(_0x482ef2===_0x55ba44)break;else _0x54953c['push'](_0x54953c['shift']());}catch(_0x5bd60c){_0x54953c['push'](_0x54953c['shift']());}}}(a60_0x3eba,0x277f3));import{CliErrors}from'../../errors.js';export const RUNTIME_DATA_ACCESS_COMMANDS={'cli':'lovrabet','filter':a60_0x4a7515(0x7c),'getOne':'lovrabet\x20data\x20getOne\x20--code\x20<datasetCode>\x20--params\x20\x27{\x22id\x22:123}\x27\x20--format\x20compress'};export const RUNTIME_DATA_ACCESS_SUMMARY='Use\x20lovrabet\x20data\x20filter/getOne\x20for\x20real\x20runtime\x20records.';function valueToString(_0x5efe23){return _0x5efe23==null?'':String(_0x5efe23)['trim']();}function getDatasetCode(_0x4d8b1b){const _0x4a0a57=a60_0x4a7515;return valueToString(_0x4d8b1b[_0x4a0a57(0x94)]??_0x4d8b1b[_0x4a0a57(0x8b)]??_0x4d8b1b[_0x4a0a57(0x80)]?.[_0x4a0a57(0x74)]);}function a60_0x3eba(){const _0xbb1c8c=['1379637fzBSBR','getOne','如果只是查看运行态真实行数据,请切换到\x20lovrabet\x20CLI:','datasetCode','length','dbId','60590XnyvIo','\x20的\x20DB_TABLE\x20数据源上下文。','135oPEGYi','\x20类型,没有可用于\x20','validation','lovrabet\x20data\x20filter\x20--code\x20<datasetCode>\x20--params\x20\x27<json>\x27\x20--format\x20compress','filter','11674080lZvsma','672qJGRUs','dataset','43196OAiwHy','source','418VtGsmt','39YGWdwj','50HxhTsX','join','69786lDcOEg','tableName','datasetName','原因:schema\x20introspection\x20与\x20custom\x20SQL\x20需要\x20source=DB_TABLE、dbtableConfig.dbId、dbtableConfig.tableName\x20与数据库连接上下文。','modelCode','METADATA','当前数据集\x20\x22','11042fzxviY','\x20是\x20','toUpperCase','13128WHHVFF','请先将该数据集升级/迁移为\x20DB_TABLE\x20数据集,再基于新的\x20dataset\x20code\x20继续开发。','dbtableConfig','code','dbtable'];a60_0x3eba=function(){return _0xbb1c8c;};return a60_0x3eba();}function getDatasetName(_0x240a64){const _0x50ddcd=a60_0x4a7515;return valueToString(_0x240a64['name']??_0x240a64[_0x50ddcd(0x80)]?.[_0x50ddcd(0x89)])||'unknown';}function a60_0x382f(_0x14003c,_0x2c1fbd){_0x14003c=_0x14003c-0x72;const _0x3eba4e=a60_0x3eba();let _0x382ffb=_0x3eba4e[_0x14003c];return _0x382ffb;}function getDatasetSource(_0x4afb92){const _0x36ec58=a60_0x4a7515;return valueToString(_0x4afb92[_0x36ec58(0x82)]??_0x4afb92[_0x36ec58(0x80)]?.['sourceType'])[_0x36ec58(0x90)]();}function getDbtableConfig(_0x3c2871){const _0x326f46=a60_0x4a7515,_0x42b6f4=_0x3c2871[_0x326f46(0x93)]??_0x3c2871[_0x326f46(0x95)];return _0x42b6f4&&typeof _0x42b6f4==='object'?_0x42b6f4:{};}export function isDbTableBackedDataset(_0x56db6c){const _0x44ea65=a60_0x4a7515,_0x500ca4=getDatasetSource(_0x56db6c);if(_0x500ca4===_0x44ea65(0x8c))return![];const _0xd66c34=getDbtableConfig(_0x56db6c),_0x12b55a=_0xd66c34[_0x44ea65(0x76)]??_0xd66c34['id'],_0x147f86=valueToString(_0xd66c34[_0x44ea65(0x88)]??_0x56db6c[_0x44ea65(0x88)]??_0x56db6c[_0x44ea65(0x80)]?.[_0x44ea65(0x88)]);return _0x12b55a!==undefined&&_0x12b55a!==null&&_0x147f86[_0x44ea65(0x75)]>0x0;}export function filterDbTableBackedDatasets(_0x443faf){const _0x58f579=a60_0x4a7515;return _0x443faf[_0x58f579(0x7d)](_0x3dd033=>isDbTableBackedDataset(_0x3dd033));}export function buildDbTableBackedRequirementMessage(_0x3ea0f9,_0x140622='SQL\x20schema\x20validation'){const _0x32c4e0=a60_0x4a7515,_0x1e7285=getDatasetSource(_0x3ea0f9)||'UNKNOWN',_0x39c940=getDatasetName(_0x3ea0f9),_0x360bba=getDatasetCode(_0x3ea0f9),_0x23fbea=_0x360bba?'\x20('+_0x360bba+')':'';return[_0x32c4e0(0x8d)+_0x39c940+'\x22'+_0x23fbea+_0x32c4e0(0x8f)+_0x1e7285+_0x32c4e0(0x7a)+_0x140622+_0x32c4e0(0x78),_0x32c4e0(0x8a),_0x32c4e0(0x92),_0x32c4e0(0x73)+RUNTIME_DATA_ACCESS_COMMANDS[_0x32c4e0(0x7d)]+';'+RUNTIME_DATA_ACCESS_COMMANDS[_0x32c4e0(0x72)]+'。'][_0x32c4e0(0x86)]('\x20');}export function assertDatasetIsDbTableBacked(_0x2d3d93,_0x522643){const _0x391a32=a60_0x4a7515;if(!isDbTableBackedDataset(_0x2d3d93))throw CliErrors[_0x391a32(0x7b)](buildDbTableBackedRequirementMessage(_0x2d3d93,_0x522643));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a61_0x4ad590=a61_0x4264;(function(_0x2b196b,_0x4f34ae){const _0x17e182=a61_0x4264,_0x5b59f3=_0x2b196b();while(!![]){try{const _0x119d8a=parseInt(_0x17e182(0xec))/0x1+-parseInt(_0x17e182(0xc2))/0x2*(parseInt(_0x17e182(0xe2))/0x3)+-parseInt(_0x17e182(0xdc))/0x4+-parseInt(_0x17e182(0xc7))/0x5*(-parseInt(_0x17e182(0xe3))/0x6)+parseInt(_0x17e182(0xe0))/0x7*(parseInt(_0x17e182(0xc6))/0x8)+parseInt(_0x17e182(0xcd))/0x9+-parseInt(_0x17e182(0xd1))/0xa;if(_0x119d8a===_0x4f34ae)break;else _0x5b59f3['push'](_0x5b59f3['shift']());}catch(_0x3f99f8){_0x5b59f3['push'](_0x5b59f3['shift']());}}}(a61_0x4d67,0xc0de0));function a61_0x4d67(){const _0x1040ef=['dbid','dataset','filter','1257454pCjRmB','\x20failed','One\x20of\x20--id,\x20--code,\x20or\x20--dbid\x20is\x20required.','description','Use\x20only\x20one\x20of\x20--id,\x20--code,\x20or\x20--dbid.','high-risk-write','message','num','2qEdAqm','/smartapi/dataset/delete-dataset','Matched\x20','boolean','8yUeunp','15MkJVWa','Would\x20delete\x20','\x20dataset(s).\x20This\x20only\x20deletes\x20platform\x20dataset\x20metadata\x20and\x20related\x20page/menu\x20records,\x20not\x20physical\x20databases\x20or\x20tables.','expected-count','--confirm\x20is\x20required\x20to\x20delete\x20datasets.','deleted','6968448oPInkh','Deleted\x20','validation','dbid=','10529120FfrHWq','dbId','No\x20undeleted\x20dataset\x20found\x20for\x20','number','name','code','length','push','Delete\x20dataset\x20metadata\x20by\x20id/code\x20or\x20all\x20datasets\x20under\x20a\x20db\x20id','appCode','dbName','4005140WobqBJ','Delete\x20all\x20datasets\x20under\x20this\x20database\x20connection\x20id','relatedPageInfoList','confirm','4869221jKgwJr','tableName','1450686vqpmAa','1200828VNtLpN','\x20dataset(s),\x20but\x20--expected-count\x20is\x20','Run\x20with\x20--dry-run\x20first,\x20then\x20add\x20--confirm\x20when\x20the\x20target\x20list\x20is\x20correct.','str','source','dbtableConfig'];a61_0x4d67=function(){return _0x1040ef;};return a61_0x4d67();}function a61_0x4264(_0x32b7e0,_0x49580c){_0x32b7e0=_0x32b7e0-0xc1;const _0x4d674f=a61_0x4d67();let _0x426409=_0x4d674f[_0x32b7e0];return _0x426409;}import{deleteDataset,getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL,CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';const DATASET_ID_FLAG={'name':'id','type':a61_0x4ad590(0xd4),'description':'Dataset\x20id'},DBID_FLAG={'name':a61_0x4ad590(0xe9),'type':'number','description':a61_0x4ad590(0xdd)},CONFIRM_FLAG={'name':a61_0x4ad590(0xdf),'type':a61_0x4ad590(0xc5),'description':'Required\x20to\x20execute\x20dataset\x20deletion'},EXPECTED_COUNT_FLAG={'name':'expected-count','type':a61_0x4ad590(0xd4),'description':'Abort\x20unless\x20the\x20matched\x20dataset\x20count\x20equals\x20this\x20value'};export const datasetDelete={'service':a61_0x4ad590(0xea),'command':'delete','description':a61_0x4ad590(0xd9),'risk':a61_0x4ad590(0xf1),'flags':[DATASET_ID_FLAG,CODE_FLAG_OPTIONAL,DBID_FLAG,CONFIRM_FLAG,EXPECTED_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x1a3ac1){const _0x1a0d66=a61_0x4ad590,_0x5bf386=_0x1a3ac1[_0x1a0d66(0xc1)]('id'),_0x37c14e=_0x1a3ac1[_0x1a0d66(0xe6)]('code'),_0x8fadb0=_0x1a3ac1[_0x1a0d66(0xc1)]('dbid'),_0x1292f9=[_0x5bf386>0x0,Boolean(_0x37c14e),_0x8fadb0>0x0][_0x1a0d66(0xeb)](Boolean);if(_0x1292f9[_0x1a0d66(0xd7)]===0x0)throw CliErrors[_0x1a0d66(0xcf)](_0x1a0d66(0xee));if(_0x1292f9[_0x1a0d66(0xd7)]>0x1)throw CliErrors[_0x1a0d66(0xcf)](_0x1a0d66(0xf0));},async 'dryRun'(_0x2b2925){const _0x4de9cd=a61_0x4ad590,_0x547077=await resolveTargets(_0x2b2925);return{'method':'POST','url':_0x4de9cd(0xc3),'body':{'appCode':_0x2b2925['appCode'],'count':_0x547077['length'],'datasets':_0x547077},'description':_0x4de9cd(0xc8)+_0x547077['length']+_0x4de9cd(0xc9)};},async 'execute'(_0x2e4b5c){const _0x2fd147=a61_0x4ad590;if(!_0x2e4b5c['bool']('confirm'))throw CliErrors[_0x2fd147(0xcf)](_0x2fd147(0xcb),_0x2fd147(0xe5));const _0x1d4f4a=await resolveTargets(_0x2e4b5c),_0x1c1db3=[],_0x55c1ee=[];for(const _0x7d8f7d of _0x1d4f4a){try{await deleteDataset(_0x2e4b5c[_0x2fd147(0xda)],_0x7d8f7d['id']),_0x1c1db3['push'](_0x7d8f7d);}catch(_0x5610ea){_0x55c1ee[_0x2fd147(0xd8)]({..._0x7d8f7d,'error':_0x5610ea instanceof Error?_0x5610ea[_0x2fd147(0xf2)]:String(_0x5610ea)});}}if(_0x55c1ee['length']>0x0)return{'ok':![],'data':{'requested':_0x1d4f4a[_0x2fd147(0xd7)],'deletedCount':_0x1c1db3[_0x2fd147(0xd7)],'failedCount':_0x55c1ee[_0x2fd147(0xd7)],'deleted':_0x1c1db3,'failed':_0x55c1ee},'message':_0x2fd147(0xce)+_0x1c1db3[_0x2fd147(0xd7)]+'/'+_0x1d4f4a['length']+'\x20dataset(s);\x20'+_0x55c1ee[_0x2fd147(0xd7)]+_0x2fd147(0xed)};return{'ok':!![],'data':{'requested':_0x1d4f4a['length'],'deletedCount':_0x1c1db3[_0x2fd147(0xd7)],'deleted':_0x1c1db3},'message':'Deleted\x20'+_0x1c1db3[_0x2fd147(0xd7)]+'\x20dataset(s)'};}};async function resolveTargets(_0x4b869b){const _0x552a7f=a61_0x4ad590,_0x23f2f6=_0x4b869b[_0x552a7f(0xc1)]('id'),_0x5f4db6=_0x4b869b['str'](_0x552a7f(0xd6)),_0x1923c6=_0x4b869b[_0x552a7f(0xc1)](_0x552a7f(0xe9));let _0x461daa;_0x5f4db6?(_0x461daa=await listDatasets(_0x4b869b[_0x552a7f(0xda)],{'code':_0x5f4db6}),_0x461daa=_0x461daa[_0x552a7f(0xeb)](_0xe7ba8a=>_0xe7ba8a[_0x552a7f(0xd6)]===_0x5f4db6)):(_0x461daa=await listDatasets(_0x4b869b[_0x552a7f(0xda)]),_0x23f2f6>0x0&&(_0x461daa=_0x461daa[_0x552a7f(0xeb)](_0x3287ae=>_0x3287ae['id']===_0x23f2f6)),_0x1923c6>0x0&&(_0x461daa=_0x461daa[_0x552a7f(0xeb)](_0x20f821=>_0x20f821[_0x552a7f(0xe8)]?.['dbId']===_0x1923c6)));const _0x5b8f47=[];for(const _0x121531 of _0x461daa){const _0x1e4ad3=await getDatasetDetail(_0x121531['code']),_0x2701f1=Array['isArray'](_0x1e4ad3[_0x552a7f(0xde)])?_0x1e4ad3['relatedPageInfoList']['filter'](_0x1dc7d8=>_0x1dc7d8!=null&&typeof _0x1dc7d8==='object'&&_0x1dc7d8[_0x552a7f(0xcc)]!==!![]):[];_0x5b8f47['push'](normalizeTarget(_0x121531,_0x2701f1[_0x552a7f(0xd7)]));}if(_0x5b8f47[_0x552a7f(0xd7)]===0x0){const _0x4249c8=_0x5f4db6||(_0x23f2f6>0x0?'id='+_0x23f2f6:_0x552a7f(0xd0)+_0x1923c6);throw CliErrors[_0x552a7f(0xcf)](_0x552a7f(0xd3)+_0x4249c8+'.');}const _0x31e832=_0x4b869b[_0x552a7f(0xc1)](_0x552a7f(0xca));if(_0x31e832>0x0&&_0x5b8f47[_0x552a7f(0xd7)]!==_0x31e832)throw CliErrors[_0x552a7f(0xcf)](_0x552a7f(0xc4)+_0x5b8f47[_0x552a7f(0xd7)]+_0x552a7f(0xe4)+_0x31e832+'.');return _0x5b8f47;}function normalizeTarget(_0x347bb9,_0x103371){const _0x184d49=a61_0x4ad590,_0x5dd234=_0x347bb9[_0x184d49(0xe8)]??{};return{'id':_0x347bb9['id'],'code':_0x347bb9[_0x184d49(0xd6)],'name':_0x347bb9[_0x184d49(0xd5)],'description':_0x347bb9[_0x184d49(0xef)],'source':_0x347bb9[_0x184d49(0xe7)],'dbId':_0x5dd234[_0x184d49(0xd2)],'dbName':_0x5dd234[_0x184d49(0xdb)],'tableName':_0x5dd234[_0x184d49(0xe1)],'relatedPageCount':_0x103371};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a62_0x58f1da=a62_0x59a0;function a62_0x59a0(_0x10fb8f,_0x3ac02c){_0x10fb8f=_0x10fb8f-0x106;const _0x41c2d3=a62_0x41c2();let _0x59a024=_0x41c2d3[_0x10fb8f];return _0x59a024;}(function(_0x18d47b,_0x2ec318){const _0x38738f=a62_0x59a0,_0x1a8aa8=_0x18d47b();while(!![]){try{const _0x43414a=-parseInt(_0x38738f(0x120))/0x1+parseInt(_0x38738f(0x14f))/0x2*(parseInt(_0x38738f(0x122))/0x3)+parseInt(_0x38738f(0x113))/0x4+parseInt(_0x38738f(0x14d))/0x5+parseInt(_0x38738f(0x118))/0x6+-parseInt(_0x38738f(0x114))/0x7*(parseInt(_0x38738f(0x12c))/0x8)+-parseInt(_0x38738f(0x146))/0x9;if(_0x43414a===_0x2ec318)break;else _0x1a8aa8['push'](_0x1a8aa8['shift']());}catch(_0x66f50d){_0x1a8aa8['push'](_0x1a8aa8['shift']());}}}(a62_0x41c2,0x22b7b));import{getDatasetDetail}from'../../core/api-client.js';import{CODE_FLAG,APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function normalizeField(_0x365285){const _0x3b25b7=a62_0x59a0;if(_0x365285[_0x3b25b7(0x11b)])return null;const _0x41df0e=Boolean(_0x365285['displayName']!==undefined||_0x365285['doType']!==undefined);let _0x19a7f0={};if(!_0x41df0e&&typeof _0x365285[_0x3b25b7(0x115)]===_0x3b25b7(0x12f))try{_0x19a7f0=JSON[_0x3b25b7(0x12b)](_0x365285[_0x3b25b7(0x115)]);}catch{}const _0xcb649b=_0x41df0e?_0x365285[_0x3b25b7(0x125)]:_0x365285[_0x3b25b7(0x147)],_0x5711a3=_0x41df0e?_0x365285[_0x3b25b7(0x12e)]:_0x365285[_0x3b25b7(0x125)],_0x422bc9=_0x41df0e?_0x365285[_0x3b25b7(0x151)]:_0x365285[_0x3b25b7(0x142)]||_0x365285[_0x3b25b7(0x10c)],_0x24b056=_0x41df0e?_0x365285['pkField']===!![]:_0x19a7f0[_0x3b25b7(0x10f)]===!![],_0x4e4afd=_0x41df0e?_0x365285['required']===!![]:_0x19a7f0['required']===!![],_0xd29c55=_0x41df0e?_0x365285[_0x3b25b7(0x136)]??null:_0x19a7f0['options']??null,_0x216646={'name':_0xcb649b,'displayName':_0x5711a3||_0xcb649b,'type':_0x422bc9,'dbType':_0x365285[_0x3b25b7(0x119)],'pk':_0x24b056,'required':_0x4e4afd,'deprecated':_0x365285['deprecated']===!![],'description':_0x365285[_0x3b25b7(0x150)]||undefined};return Array[_0x3b25b7(0x116)](_0xd29c55)&&_0xd29c55[_0x3b25b7(0x14c)]>0x0&&(_0x216646[_0x3b25b7(0x136)]=_0xd29c55),_0x216646;}function parseJsonMaybe(_0x1f1b33){const _0x3e320e=a62_0x59a0;if(typeof _0x1f1b33!==_0x3e320e(0x12f))return _0x1f1b33;try{return JSON[_0x3e320e(0x12b)](_0x1f1b33);}catch{return _0x1f1b33;}}function normalizeOperationEntry(_0x441e7d,_0x3f1410){const _0x58d1fa=a62_0x59a0;if(!_0x3f1410||typeof _0x3f1410!==_0x58d1fa(0x112))return null;if(!_0x3f1410[_0x58d1fa(0x117)]||!_0x3f1410[_0x58d1fa(0x139)])return null;const _0x1dd3d7={'name':_0x441e7d,'method':_0x3f1410[_0x58d1fa(0x117)],'path':_0x3f1410['path']};if(_0x3f1410['host'])_0x1dd3d7['host']=_0x3f1410[_0x58d1fa(0x143)];if(_0x3f1410[_0x58d1fa(0x134)]!=null){const _0x3e1a3c=parseJsonMaybe(_0x3f1410[_0x58d1fa(0x134)]);_0x1dd3d7[_0x58d1fa(0x134)]=_0x3e1a3c;}if(_0x3f1410[_0x58d1fa(0x129)]!=null){const _0x5ed47f=parseJsonMaybe(_0x3f1410['responseBody']);_0x1dd3d7[_0x58d1fa(0x129)]=_0x5ed47f;}if(_0x3f1410['beforeScriptId']!=null)_0x1dd3d7['beforeScriptId']=_0x3f1410['beforeScriptId'];if(_0x3f1410[_0x58d1fa(0x121)]!=null)_0x1dd3d7['afterScriptId']=_0x3f1410[_0x58d1fa(0x121)];if(Array[_0x58d1fa(0x116)](_0x3f1410[_0x58d1fa(0x11f)]))_0x1dd3d7[_0x58d1fa(0x11f)]=_0x3f1410[_0x58d1fa(0x11f)];if(Array[_0x58d1fa(0x116)](_0x3f1410['responseFields']))_0x1dd3d7[_0x58d1fa(0x127)]=_0x3f1410[_0x58d1fa(0x127)];return _0x1dd3d7;}function summarizeDbtable(_0x446df9){const _0x5ee8c3=a62_0x59a0,_0x5979cd={},_0x37f2af=[_0x5ee8c3(0x12a),_0x5ee8c3(0x14e),_0x5ee8c3(0x128),_0x5ee8c3(0x11e),_0x5ee8c3(0x10f),_0x5ee8c3(0x13d),_0x5ee8c3(0x131),_0x5ee8c3(0x11a),_0x5ee8c3(0x149),_0x5ee8c3(0x132),'creatorNameField',_0x5ee8c3(0x13b),_0x5ee8c3(0x130),_0x5ee8c3(0x152),'dblinkInfoDTO'];for(const _0xa317c4 of _0x37f2af){if(_0x446df9[_0xa317c4]!==undefined)_0x5979cd[_0xa317c4]=_0x446df9[_0xa317c4];}return typeof _0x5979cd[_0x5ee8c3(0x13d)]===_0x5ee8c3(0x12f)&&_0x5979cd['allFields'][_0x5ee8c3(0x14c)]>0x0&&(_0x5979cd[_0x5ee8c3(0x133)]=_0x5979cd['allFields'][_0x5ee8c3(0x124)](',')[_0x5ee8c3(0x140)](_0x460724=>_0x460724[_0x5ee8c3(0x108)]())[_0x5ee8c3(0x107)](Boolean)),_0x5979cd;}function normalizeRelatedPages(_0x13dd7d){const _0x4b2ab7=a62_0x59a0;if(!Array[_0x4b2ab7(0x116)](_0x13dd7d))return[];return _0x13dd7d[_0x4b2ab7(0x107)](_0x10b531=>_0x10b531&&typeof _0x10b531===_0x4b2ab7(0x112))[_0x4b2ab7(0x140)](_0x5f3f70=>({'id':_0x5f3f70['id'],'type':_0x5f3f70[_0x4b2ab7(0x142)],'code':_0x5f3f70[_0x4b2ab7(0x147)],'title':_0x5f3f70[_0x4b2ab7(0x13f)],'deleted':_0x5f3f70[_0x4b2ab7(0x11b)]===!![]}));}function a62_0x41c2(){const _0x108e37=['toDatasetCode','main_sub','properties','bizRelationType','read','doVersion','filter','trim','entries','formatRules','toField','dataType','alias','validateRules','pkField','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon).\x20Resolves\x20to\x20dataset\x20code\x20automatically','indexes','object','1017064pAJnIQ','7tFyZxu','extend','isArray','method','1142778zomXiD','dbType','createTimeField','deleted','relations','relatedPageInfoList','datasetKey','requestFields','265974lkMojJ','afterScriptId','85650PHOKGt','modelId','split','name','fields','responseFields','tableName','responseBody','dbId','parse','904664nAfBKY','dataset','displayName','string','modifierNameField','logicField','creatorIdField','allFieldNames','requestBody','toFieldLabel','options','dbtableConfig','columnCodeListWithDeleted','path','modelCode','modifierIdField','source','allFields','toTableName','title','map','operations','type','host','str','push','1130391PIRKqi','code','fromField','updateTimeField','relationId','detail','length','154150fnpzUM','dbName','12syIiBi','description','doType','labelField'];a62_0x41c2=function(){return _0x108e37;};return a62_0x41c2();}export const datasetDetail={'service':a62_0x58f1da(0x12d),'command':a62_0x58f1da(0x14b),'description':'Get\x20dataset\x20detail\x20including\x20fields\x20and\x20operations','risk':a62_0x58f1da(0x157),'flags':[CODE_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a62_0x58f1da(0x10d),'type':'string','description':a62_0x58f1da(0x110)}],async 'execute'(_0x437b0d){const _0x56a929=a62_0x58f1da,_0x527af1=await getDatasetDetail(_0x437b0d[_0x56a929(0x144)](_0x56a929(0x147))),_0x31586c=Array[_0x56a929(0x116)](_0x527af1[_0x56a929(0x126)])?_0x527af1[_0x56a929(0x126)]:Array[_0x56a929(0x116)](_0x527af1[_0x56a929(0x155)])?_0x527af1[_0x56a929(0x155)]:[],_0x1ca4e4=_0x31586c[_0x56a929(0x140)](_0x35313b=>normalizeField(_0x35313b))[_0x56a929(0x107)](_0x5c1a5a=>_0x5c1a5a!==null),_0x4567e0=_0x527af1[_0x56a929(0x141)]??{},_0x4a96fa=[];for(const [_0x3b1640,_0x321d8a]of Object[_0x56a929(0x109)](_0x4567e0)){const _0x1bcab9=normalizeOperationEntry(_0x3b1640,_0x321d8a);if(_0x1bcab9)_0x4a96fa[_0x56a929(0x145)](_0x1bcab9);}const _0x14544a=_0x527af1[_0x56a929(0x137)]??{},_0x356841=_0x527af1[_0x56a929(0x12d)]??{},_0x4e321a=_0x14544a[_0x56a929(0x12a)]!=null?{'id':_0x14544a['dbId'],'name':_0x14544a[_0x56a929(0x14e)]??null}:undefined;let _0x8816cc;return typeof _0x527af1[_0x56a929(0x115)]===_0x56a929(0x12f)&&(_0x8816cc=parseJsonMaybe(_0x527af1[_0x56a929(0x115)])),{'ok':!![],'data':{'id':_0x527af1[_0x56a929(0x123)]??_0x527af1['id'],'name':_0x527af1[_0x56a929(0x125)],'code':_0x527af1[_0x56a929(0x13a)]||_0x527af1[_0x56a929(0x147)],'doVersion':_0x527af1[_0x56a929(0x106)],'description':_0x527af1['description']||_0x356841['tableComment']||undefined,'source':_0x527af1[_0x56a929(0x13c)]||_0x356841['sourceType'],'table':_0x14544a[_0x56a929(0x128)]||_0x356841[_0x56a929(0x128)],'datasetKey':_0x14544a['datasetKey'],'pk':_0x14544a[_0x56a929(0x10f)],'db':_0x4e321a,'dbtable':summarizeDbtable(_0x14544a),'fields':_0x1ca4e4,'operations':_0x4a96fa,'indexes':Array['isArray'](_0x356841['indexes'])?_0x356841[_0x56a929(0x111)]:[],'relations':Array[_0x56a929(0x116)](_0x527af1[_0x56a929(0x11c)])?_0x527af1[_0x56a929(0x11c)]['map'](_0x5b742f=>({..._0x5b742f[_0x56a929(0x14a)]!=null?{'relationId':_0x5b742f[_0x56a929(0x14a)]}:{},'fromDataset':_0x527af1[_0x56a929(0x125)],'fromCode':_0x527af1[_0x56a929(0x13a)]||_0x527af1[_0x56a929(0x147)],'fromTable':_0x14544a[_0x56a929(0x128)]||_0x356841[_0x56a929(0x128)],'fromField':_0x5b742f[_0x56a929(0x148)],'toDataset':_0x5b742f['toDatasetName'],'toCode':_0x5b742f[_0x56a929(0x153)],'toTable':_0x5b742f[_0x56a929(0x13e)],'toField':_0x5b742f[_0x56a929(0x10b)],'labelField':_0x5b742f[_0x56a929(0x135)]||undefined,'cardinality':_0x5b742f['cardinality']||undefined,'bizRelationType':_0x5b742f[_0x56a929(0x156)]==='main_sub'?_0x56a929(0x154):null})):[],'relatedPages':normalizeRelatedPages(_0x527af1[_0x56a929(0x11d)]),...Array[_0x56a929(0x116)](_0x527af1[_0x56a929(0x138)])?{'columnCodeListWithDeleted':_0x527af1['columnCodeListWithDeleted']}:{},'formatRules':Array[_0x56a929(0x116)](_0x527af1[_0x56a929(0x10a)])?_0x527af1['formatRules']:[],'validateRules':Array[_0x56a929(0x116)](_0x527af1[_0x56a929(0x10e)])?_0x527af1[_0x56a929(0x10e)]:[],..._0x8816cc!==undefined?{'extend':_0x8816cc}:{},'stats':{'fieldCount':_0x1ca4e4[_0x56a929(0x14c)],'operationCount':_0x4a96fa[_0x56a929(0x14c)]}}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a63_0xf5851a=a63_0x322b;(function(_0x55ab84,_0x45b781){const _0x36ac08=a63_0x322b,_0x537726=_0x55ab84();while(!![]){try{const _0x47a229=parseInt(_0x36ac08(0x172))/0x1*(parseInt(_0x36ac08(0x15f))/0x2)+-parseInt(_0x36ac08(0x182))/0x3*(-parseInt(_0x36ac08(0x188))/0x4)+-parseInt(_0x36ac08(0x185))/0x5+-parseInt(_0x36ac08(0x16c))/0x6+-parseInt(_0x36ac08(0x17e))/0x7+parseInt(_0x36ac08(0x159))/0x8+-parseInt(_0x36ac08(0x16a))/0x9*(-parseInt(_0x36ac08(0x166))/0xa);if(_0x47a229===_0x45b781)break;else _0x537726['push'](_0x537726['shift']());}catch(_0x1181b2){_0x537726['push'](_0x537726['shift']());}}}(a63_0x288d,0x68fea));import{APPCODE_FLAG_OPTIONAL,CODE_FLAG}from'../../commands/common/flags.js';import{getDatasetDetail,updateDrivenData}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const MUTABLE_EXTEND_KEYS=new Set(),EXTEND_PATCH_REDIRECTS=new Map([['businessGroup',{'message':'dataset\x20extend-update\x20does\x20not\x20support\x20businessGroup;\x20use\x20dataset\x20business-group-update','hint':'Use\x20`rabetbase\x20dataset\x20business-group-update`\x20to\x20update\x20business\x20model\x20groups.'}]]);export function parseJsonObjectFlag(_0x1e98fc,_0x5806e4){const _0xfcf935=a63_0x322b;if(!_0x1e98fc)return undefined;let _0x2427df;try{_0x2427df=JSON['parse'](_0x1e98fc);}catch(_0xfe1329){const _0x2c9bc5=_0xfe1329 instanceof Error?_0xfe1329[_0xfcf935(0x18b)]:String(_0xfe1329);throw CliErrors[_0xfcf935(0x175)](_0x5806e4+'\x20must\x20be\x20valid\x20JSON\x20object:\x20'+_0x2c9bc5);}if(!isPlainObject(_0x2427df)||Array['isArray'](_0x2427df))throw CliErrors[_0xfcf935(0x175)](_0x5806e4+_0xfcf935(0x187));return _0x2427df;}export function validateExtendPatchKeys(_0x385c39){const _0x4b10a2=a63_0x322b,_0x401b32=Object['keys'](_0x385c39);if(_0x401b32['length']===0x0)throw CliErrors[_0x4b10a2(0x175)](_0x4b10a2(0x181));for(const _0x2d4ec3 of _0x401b32){const _0x38a470=EXTEND_PATCH_REDIRECTS[_0x4b10a2(0x161)](_0x2d4ec3);if(_0x38a470)throw CliErrors[_0x4b10a2(0x175)](_0x38a470[_0x4b10a2(0x18b)],_0x38a470[_0x4b10a2(0x15d)]);if(!MUTABLE_EXTEND_KEYS[_0x4b10a2(0x15b)](_0x2d4ec3))throw CliErrors[_0x4b10a2(0x175)](_0x4b10a2(0x16e)+_0x2d4ec3,describeMutableExtendKeys());}}function a63_0x288d(){const _0x32eea4=['Allowed\x20keys:\x20','842305jSQxBi','dbtableConfig','\x20must\x20be\x20a\x20JSON\x20object','664ZBFfEU','shape','dbId','message','push','parse','datasetName','--expect-json','patch','str','Patch\x20dataset\x20top-level\x20extend\x20safely','794352GrVWsp','modelCode','has','patch-json','hint','Expected\x20','1442384QUYROn',',\x20actual\x20','get','sort','from','No\x20dataset\x20extend\x20patch\x20keys\x20are\x20currently\x20supported.','join','63820azkYHz','string','tableName','Dataset\x20extend\x20must\x20be\x20a\x20JSON\x20object','180RYhdko','isArray','4129542sOsZnp','code','Unsupported\x20patch\x20key:\x20','No\x20changes\x20for\x20dataset\x20extend','data','write','1oLhLwm','length','Updated\x20dataset\x20extend\x20(','validation','extend','appCode','name','dataset','stringify','trim','entries','--patch-json','3447584BnJedv','JSON\x20object\x20of\x20expected\x20current\x20extend\x20values;\x20mismatch\x20aborts\x20without\x20writing','value','--patch-json\x20must\x20contain\x20at\x20least\x20one\x20key','15021dHEtTp','extend.'];a63_0x288d=function(){return _0x32eea4;};return a63_0x288d();}function describeMutableExtendKeys(){const _0x406920=a63_0x322b,_0x13b9b3=Array[_0x406920(0x163)](MUTABLE_EXTEND_KEYS)[_0x406920(0x162)]();return _0x13b9b3['length']>0x0?_0x406920(0x184)+_0x13b9b3[_0x406920(0x165)](',\x20'):_0x406920(0x164);}export function applyExtendPatch(_0x30333d,_0x35f133){const _0x1fe069=a63_0x322b;validateExtendPatchKeys(_0x35f133);const _0x187c1d=deepClone(_0x30333d),_0x3f6b3a=[];for(const [_0x370742,_0x4685d6]of Object[_0x1fe069(0x17c)](_0x35f133)){const _0x405de6=_0x187c1d[_0x370742],_0x1caa8a=deepClone(_0x4685d6);!deepEqual(_0x405de6,_0x1caa8a)&&(_0x187c1d[_0x370742]=_0x1caa8a,_0x3f6b3a[_0x1fe069(0x18c)](_0x1fe069(0x183)+_0x370742));}return _0x3f6b3a[_0x1fe069(0x162)](),{'after':_0x187c1d,'changedPaths':_0x3f6b3a,'changed':_0x3f6b3a[_0x1fe069(0x173)]>0x0};}export function assertExpectation(_0x28780b,_0x5550db){const _0x4e00e2=a63_0x322b;if(!_0x5550db)return;for(const [_0x50eb18,_0x16d43]of Object[_0x4e00e2(0x17c)](_0x5550db)){const _0x368986=_0x28780b[_0x50eb18];if(!deepEqual(_0x368986,_0x16d43))throw CliErrors['validation']('Expectation\x20mismatch\x20at\x20extend.'+_0x50eb18,_0x4e00e2(0x15e)+JSON[_0x4e00e2(0x17a)](_0x16d43)+_0x4e00e2(0x160)+JSON[_0x4e00e2(0x17a)](_0x368986));}}export async function buildDatasetExtendUpdateResult({appCode:_0x4d5cc7,input:_0x2afd24,dryRun:_0x1a66a7}){const _0x59a212=a63_0x322b;validateInput(_0x2afd24);const _0x53f36a=await getDatasetDetail(_0x2afd24[_0x59a212(0x16d)]),_0x35c4b5=parseDatasetExtend(_0x53f36a['extend']),_0x4b1129=deepClone(_0x35c4b5[_0x59a212(0x180)]);assertExpectation(_0x4b1129,_0x2afd24['expect']);const {after:_0xb1a44f,changedPaths:_0x1accd8,changed:_0x3dd112}=applyExtendPatch(_0x4b1129,_0x2afd24['patch']),_0x3497ec=summarizeDataset(_0x53f36a,_0x2afd24[_0x59a212(0x16d)]);return _0x3dd112&&!_0x1a66a7&&(_0x53f36a[_0x59a212(0x176)]=serializeDatasetExtend(_0xb1a44f,_0x35c4b5[_0x59a212(0x189)]),await updateDrivenData(_0x53f36a)),{'ok':!![],'data':{'appCode':_0x4d5cc7,'selector':{'code':_0x2afd24[_0x59a212(0x16d)]},'dataset':_0x3497ec,'dryRun':_0x1a66a7,'changed':_0x3dd112,'changedPaths':_0x1accd8,'before':{'extend':_0x4b1129},'after':{'extend':_0xb1a44f},'submitted':_0x3dd112&&!_0x1a66a7},'message':_0x3dd112?_0x1a66a7?'Dry-run:\x20dataset\x20extend\x20would\x20change\x20('+_0x1accd8[_0x59a212(0x165)](',\x20')+')':_0x59a212(0x174)+_0x1accd8['join'](',\x20')+')':_0x59a212(0x16f)};}function a63_0x322b(_0x55ac5f,_0x303429){_0x55ac5f=_0x55ac5f-0x157;const _0x288dd2=a63_0x288d();let _0x322b35=_0x288dd2[_0x55ac5f];return _0x322b35;}export const datasetExtendUpdate={'service':a63_0xf5851a(0x179),'command':'extend-update','description':a63_0xf5851a(0x158),'risk':a63_0xf5851a(0x171),'flags':[CODE_FLAG,{'name':a63_0xf5851a(0x15c),'type':a63_0xf5851a(0x167),'required':!![],'description':'JSON\x20object\x20patch\x20for\x20dataset\x20top-level\x20extend;\x20current\x20allowlist\x20is\x20empty'},{'name':'expect-json','type':a63_0xf5851a(0x167),'required':![],'description':a63_0xf5851a(0x17f)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x274eda){validateInput(readExtendUpdateInput(_0x274eda));},async 'dryRun'(_0x115af6){const _0x2337e5=a63_0xf5851a,_0x4c0b64=await buildDatasetExtendUpdateResult({'appCode':_0x115af6['appCode'],'input':readExtendUpdateInput(_0x115af6),'dryRun':!![]});return{'method':'POST','url':'/smartapi/dataset/update-driven-data','body':_0x4c0b64[_0x2337e5(0x170)],'description':_0x4c0b64[_0x2337e5(0x18b)]};},async 'execute'(_0x33d15f){const _0x1f242b=a63_0xf5851a;return buildDatasetExtendUpdateResult({'appCode':_0x33d15f[_0x1f242b(0x177)],'input':readExtendUpdateInput(_0x33d15f),'dryRun':![]});}};function readExtendUpdateInput(_0x3c6e05){const _0x4e728c=a63_0xf5851a,_0x489849=trim(_0x3c6e05[_0x4e728c(0x157)](_0x4e728c(0x16d))),_0x5595c4=parseJsonObjectFlag(_0x3c6e05[_0x4e728c(0x157)]('patch-json'),_0x4e728c(0x17d)),_0x36c6f1=parseJsonObjectFlag(_0x3c6e05[_0x4e728c(0x157)]('expect-json'),_0x4e728c(0x18f));return{'code':_0x489849,'patch':_0x5595c4||{},'expect':_0x36c6f1};}function validateInput(_0x3a76ac){const _0x9c3e29=a63_0xf5851a;if(!_0x3a76ac[_0x9c3e29(0x16d)])throw CliErrors[_0x9c3e29(0x175)]('--code\x20is\x20required');validateExtendPatchKeys(_0x3a76ac[_0x9c3e29(0x190)]);}function parseDatasetExtend(_0x1116bb){const _0x5042ee=a63_0xf5851a;if(typeof _0x1116bb===_0x5042ee(0x167)){const _0x425dd8=_0x1116bb[_0x5042ee(0x17b)]();if(!_0x425dd8)return{'value':{},'shape':_0x5042ee(0x167)};let _0x543c43;try{_0x543c43=JSON[_0x5042ee(0x18d)](_0x425dd8);}catch(_0x489a9c){const _0x1678d2=_0x489a9c instanceof Error?_0x489a9c[_0x5042ee(0x18b)]:String(_0x489a9c);throw CliErrors[_0x5042ee(0x175)]('Dataset\x20extend\x20must\x20be\x20valid\x20JSON\x20object:\x20'+_0x1678d2);}if(!isPlainObject(_0x543c43)||Array[_0x5042ee(0x16b)](_0x543c43))throw CliErrors[_0x5042ee(0x175)](_0x5042ee(0x169));return{'value':_0x543c43,'shape':_0x5042ee(0x167)};}if(_0x1116bb===undefined||_0x1116bb===null)return{'value':{},'shape':'string'};if(!isPlainObject(_0x1116bb)||Array[_0x5042ee(0x16b)](_0x1116bb))throw CliErrors[_0x5042ee(0x175)](_0x5042ee(0x169));return{'value':_0x1116bb,'shape':'object'};}function serializeDatasetExtend(_0x56c6ab,_0x3d8c23){const _0x2ae998=a63_0xf5851a;return _0x3d8c23===_0x2ae998(0x167)?JSON['stringify'](_0x56c6ab):_0x56c6ab;}function summarizeDataset(_0xd4223f,_0x66c3c3){const _0x5294aa=a63_0xf5851a,_0x157bcb=isPlainObject(_0xd4223f[_0x5294aa(0x179)])?_0xd4223f['dataset']:{},_0x23cff1=isPlainObject(_0xd4223f[_0x5294aa(0x186)])?_0xd4223f['dbtableConfig']:{};return{'id':_0xd4223f['modelId']??_0xd4223f['id']??_0x157bcb['datasetId']??null,'code':_0xd4223f[_0x5294aa(0x15a)]??_0xd4223f[_0x5294aa(0x16d)]??_0x157bcb['datasetCode']??_0x66c3c3,'name':_0xd4223f[_0x5294aa(0x178)]??_0x157bcb[_0x5294aa(0x18e)]??null,'table':_0x23cff1[_0x5294aa(0x168)]??_0x157bcb[_0x5294aa(0x168)]??null,'db':_0x23cff1['dbName']??_0x23cff1[_0x5294aa(0x18a)]??null};}function deepClone(_0x209afc){const _0x1529ea=a63_0xf5851a;if(_0x209afc===undefined)return _0x209afc;return JSON['parse'](JSON[_0x1529ea(0x17a)](_0x209afc));}function deepEqual(_0x20622f,_0x27ae7a){const _0xa87ecc=a63_0xf5851a;return JSON[_0xa87ecc(0x17a)](_0x20622f)===JSON[_0xa87ecc(0x17a)](_0x27ae7a);}function isPlainObject(_0x1c034b){const _0x10d434=a63_0xf5851a;return Boolean(_0x1c034b)&&typeof _0x1c034b==='object'&&!Array[_0x10d434(0x16b)](_0x1c034b);}function trim(_0x202ca9){const _0x391e39=String(_0x202ca9||'')['trim']();return _0x391e39;}
|