@lovrabet/rabetbase-cli 2.5.0 → 2.5.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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.d.ts +7 -0
- 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.d.ts +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-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/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/doctor.js +1 -1
- package/lib/commands/file/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/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/template.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/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/domain-config.d.ts +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-routing.d.ts +30 -0
- package/lib/config/project-routing.js +1 -0
- package/lib/config/schema.d.ts +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.d.ts +7 -2
- 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.d.ts +2 -2
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.d.ts +115 -0
- package/lib/constant/routing-profile.js +1 -0
- 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.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/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 -2
- package/skills/rabetbase/SKILL.md +10 -5
- package/skills/rabetbase/guides/frontend-development.md +2 -0
- package/skills/rabetbase/guides/sdk-client-generation.md +3 -2
- package/skills/rabetbase/guides/typescript-sdk.md +42 -0
- package/skills/rabetbase/references/rabetbase-api-pull.md +5 -3
- package/skills/rabetbase/references/rabetbase-config.md +9 -5
- package/skills/rabetbase/references/rabetbase-init.md +11 -5
- package/skills/rabetbase/references/rabetbase-project-create.md +6 -5
- package/skills/rabetbase.manifest.json +3 -3
- package/templates/README.md +13 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2988db,_0x1849b){const _0xbcce9e=a50_0x51c6,_0x1c5449=_0x2988db();while(!![]){try{const _0xb1f41b=parseInt(_0xbcce9e(0x157))/0x1*(parseInt(_0xbcce9e(0x160))/0x2)+-parseInt(_0xbcce9e(0x15b))/0x3*(parseInt(_0xbcce9e(0x15d))/0x4)+-parseInt(_0xbcce9e(0x15a))/0x5*(parseInt(_0xbcce9e(0x15e))/0x6)+-parseInt(_0xbcce9e(0x15f))/0x7+-parseInt(_0xbcce9e(0x162))/0x8*(parseInt(_0xbcce9e(0x156))/0x9)+parseInt(_0xbcce9e(0x161))/0xa*(parseInt(_0xbcce9e(0x159))/0xb)+parseInt(_0xbcce9e(0x158))/0xc;if(_0xb1f41b===_0x1849b)break;else _0x1c5449['push'](_0x1c5449['shift']());}catch(_0x18b446){_0x1c5449['push'](_0x1c5449['shift']());}}}(a50_0x4a70,0x9e932));function a50_0x51c6(_0x391558,_0x562a4f){_0x391558=_0x391558-0x155;const _0x4a702b=a50_0x4a70();let _0x51c6e6=_0x4a702b[_0x391558];return _0x51c6e6;}export function validateAppcode(_0x2d9b8a){const _0x15ae3d=a50_0x51c6,_0x3977a5=_0x2d9b8a[_0x15ae3d(0x15c)]();if(!_0x3977a5)return{'valid':![],'message':'App\x20Code\x20cannot\x20be\x20empty'};if(_0x3977a5['length']>0x64)return{'valid':![],'message':_0x15ae3d(0x155)};if(!/^[A-Za-z0-9_-]+$/['test'](_0x3977a5))return{'valid':![],'message':'Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed'};return{'valid':!![]};}function a50_0x4a70(){const _0x4d2a86=['9wVvzto','811HWoPwI','24097692NEynOF','649BXyrud','1469915GtyJjq','22377LqmAnK','trim','676gMAAkY','12qgbCdj','944867IUVmDQ','1366xRBLos','154760Zlqart','6736784OANyGL','App\x20Code\x20cannot\x20exceed\x20100\x20characters'];a50_0x4a70=function(){return _0x4d2a86;};return a50_0x4a70();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51_0x4f9d08=a51_0x2f41;(function(_0x5575cc,_0x41d018){const _0x3b084e=a51_0x2f41,_0xd6fa78=_0x5575cc();while(!![]){try{const _0x5e78a5=-parseInt(_0x3b084e(0x16d))/0x1*(-parseInt(_0x3b084e(0x17b))/0x2)+-parseInt(_0x3b084e(0x188))/0x3+parseInt(_0x3b084e(0x179))/0x4*(parseInt(_0x3b084e(0x17a))/0x5)+-parseInt(_0x3b084e(0x181))/0x6+-parseInt(_0x3b084e(0x186))/0x7*(parseInt(_0x3b084e(0x174))/0x8)+parseInt(_0x3b084e(0x16b))/0x9+parseInt(_0x3b084e(0x16e))/0xa;if(_0x5e78a5===_0x41d018)break;else _0xd6fa78['push'](_0xd6fa78['shift']());}catch(_0x4f99f3){_0xd6fa78['push'](_0xd6fa78['shift']());}}}(a51_0x405d,0x9afe1));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,isTopLevelConfigKey,readScopedConfig,resolveWriteScope,writeScopedConfig}from'../../commands/config/shared.js';const LEGACY_DELETABLE_KEYS=new Set([a51_0x4f9d08(0x178)]),EXTRA_DELETABLE_KEYS=new Set(['defaultApp']);function a51_0x2f41(_0x4b45dd,_0xc516ea){_0x4b45dd=_0x4b45dd-0x169;const _0x405d2d=a51_0x405d();let _0x2f4176=_0x405d2d[_0x4b45dd];return _0x2f4176;}async function execute(_0x4c2c9a){const _0x5c55cf=a51_0x4f9d08,_0x311724=_0x4c2c9a[_0x5c55cf(0x17c)][0x0]?.[_0x5c55cf(0x185)]();if(!_0x311724)throw CliErrors[_0x5c55cf(0x175)](_0x5c55cf(0x176),_0x5c55cf(0x17d)+CLI_BIN_NAME+_0x5c55cf(0x171));if(_0x311724===_0x5c55cf(0x17e))throw CliErrors[_0x5c55cf(0x175)](_0x5c55cf(0x170));if(!isTopLevelConfigKey(_0x311724)&&!EXTRA_DELETABLE_KEYS[_0x5c55cf(0x172)](_0x311724)&&!LEGACY_DELETABLE_KEYS['has'](_0x311724))throw CliErrors['validation'](_0x5c55cf(0x16c)+_0x311724+_0x5c55cf(0x180),_0x5c55cf(0x173));const _0x5147c7=resolveWriteScope({'global':_0x4c2c9a[_0x5c55cf(0x189)](_0x5c55cf(0x183))}),_0x5ebb22=readScopedConfig(_0x5147c7),_0x5b76c4=Object['prototype']['hasOwnProperty'][_0x5c55cf(0x169)](_0x5ebb22,_0x311724);_0x5b76c4&&(delete _0x5ebb22[_0x311724],writeScopedConfig(_0x5ebb22,_0x5147c7));const _0x398606=_0x5147c7===_0x5c55cf(0x183)?_0x5c55cf(0x177):'Project';return{'ok':!![],'message':_0x5b76c4?'✓\x20'+_0x398606+'\x20'+_0x311724+'\x20deleted':'✓\x20'+_0x398606+'\x20'+_0x311724+_0x5c55cf(0x182),'data':{'key':_0x311724,'scope':_0x5147c7,'changed':_0x5b76c4}};}export const configDeleteDefinition={'service':'config','command':'delete','description':a51_0x4f9d08(0x187),'risk':a51_0x4f9d08(0x16f),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a51_0x4f9d08(0x184),'description':a51_0x4f9d08(0x16a),'required':!![]}],'flags':[{'name':a51_0x4f9d08(0x183),'type':a51_0x4f9d08(0x18a),'description':a51_0x4f9d08(0x17f),'default':![]}],'execute':execute};function a51_0x405d(){const _0x176205=['key','trim','7vIMpQw','Delete\x20a\x20config\x20value\x20from\x20one\x20scope','217719OdqqKS','bool','boolean','call','Top-level\x20config\x20key;\x20legacy\x20inherit\x20is\x20accepted\x20for\x20migration','1408419kSwWeL','Top-level\x20key\x20\x22','1TUzalZ','552680ZkSoEG','write','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','\x20config\x20delete\x20<key>\x20[--global]','has','Use\x20workspace\x20commands\x20to\x20modify\x20apps\x20and\x20their\x20default\x20selection.','7370768KOTmky','validation','Missing\x20key\x20argument.','Global','inherit','14036jSIKvo','995bQbOfv','1459344VyJpku','args','Usage:\x20','riskLevel','Delete\x20from\x20global\x20config\x20(~/.rabetbase.json)','\x22\x20is\x20not\x20deletable.','65724HLQYyw','\x20already\x20absent','global'];a51_0x405d=function(){return _0x176205;};return a51_0x405d();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a52_0x6ff92d=a52_0x4c09;(function(_0x34774e,_0x19abbf){const _0x160056=a52_0x4c09,_0x4df606=_0x34774e();while(!![]){try{const _0x551bca=-parseInt(_0x160056(0x1e1))/0x1*(-parseInt(_0x160056(0x1e7))/0x2)+-parseInt(_0x160056(0x1e6))/0x3*(-parseInt(_0x160056(0x1e2))/0x4)+parseInt(_0x160056(0x1e9))/0x5+-parseInt(_0x160056(0x1da))/0x6+-parseInt(_0x160056(0x1dc))/0x7*(-parseInt(_0x160056(0x1e4))/0x8)+-parseInt(_0x160056(0x1d8))/0x9*(parseInt(_0x160056(0x1d7))/0xa)+-parseInt(_0x160056(0x1df))/0xb;if(_0x551bca===_0x19abbf)break;else _0x4df606['push'](_0x4df606['shift']());}catch(_0x3926a3){_0x4df606['push'](_0x4df606['shift']());}}}(a52_0x582d,0x7dc0f));import{CliErrors}from'../../errors.js';function a52_0x582d(){const _0x58b238=['228xuHkUo','object','3016500DaxfYt','str','Key\x20not\x20found:\x20','\x20config\x20get\x20--key\x20<key>','6093970spdFfY','9BDDXTW','key','1361250KwYQFk','config','11494ALtSKO','Missing\x20key.','validation','17523077CwAYxR','read','6136wSeoyg','24XVGarb','app','4904DgVbTc','appcode','317508bpHzkI'];a52_0x582d=function(){return _0x58b238;};return a52_0x582d();}import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x221795){const _0x14648c=a52_0x4c09,_0x4dfb76=_0x221795[_0x14648c(0x1ea)](_0x14648c(0x1d9));if(!_0x4dfb76)throw CliErrors[_0x14648c(0x1de)](_0x14648c(0x1dd),'Usage:\x20'+CLI_BIN_NAME+_0x14648c(0x1d6));const _0x20906d=readConfig(),_0x3aeecf=_0x4dfb76===_0x14648c(0x1e3)?_0x14648c(0x1e5):_0x4dfb76,_0x54e857=_0x20906d[_0x3aeecf];if(_0x54e857===undefined)throw CliErrors[_0x14648c(0x1de)](_0x14648c(0x1d5)+_0x4dfb76);return{'ok':!![],'data':typeof _0x54e857===_0x14648c(0x1e8)?_0x54e857:{[_0x3aeecf]:_0x54e857},'message':typeof _0x54e857===_0x14648c(0x1e8)?undefined:String(_0x54e857)};}function a52_0x4c09(_0xbb76b0,_0x45948c){_0xbb76b0=_0xbb76b0-0x1d5;const _0x582de6=a52_0x582d();let _0x4c098f=_0x582de6[_0xbb76b0];return _0x4c098f;}export const configGetDefinition={'service':a52_0x6ff92d(0x1db),'command':'get','description':'Get\x20a\x20config\x20value\x20by\x20key','risk':a52_0x6ff92d(0x1e0),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a52_0x6ff92d(0x1d9),'type':'string','description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4d3538,_0x487566){const _0x31f839=a53_0x57b9,_0x2c4ed0=_0x4d3538();while(!![]){try{const _0x5b034b=parseInt(_0x31f839(0x13a))/0x1+-parseInt(_0x31f839(0x13b))/0x2*(parseInt(_0x31f839(0x139))/0x3)+-parseInt(_0x31f839(0x13e))/0x4*(-parseInt(_0x31f839(0x137))/0x5)+-parseInt(_0x31f839(0x138))/0x6*(-parseInt(_0x31f839(0x13f))/0x7)+parseInt(_0x31f839(0x13c))/0x8+parseInt(_0x31f839(0x13d))/0x9+-parseInt(_0x31f839(0x136))/0xa;if(_0x5b034b===_0x487566)break;else _0x2c4ed0['push'](_0x2c4ed0['shift']());}catch(_0x39bb06){_0x2c4ed0['push'](_0x2c4ed0['shift']());}}}(a53_0x8af2,0x1dcc2));import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';function a53_0x57b9(_0x169f32,_0x43b0a1){_0x169f32=_0x169f32-0x136;const _0x8af203=a53_0x8af2();let _0x57b97d=_0x8af203[_0x169f32];return _0x57b97d;}function a53_0x8af2(){const _0xe33853=['3188350PwgifQ','246780opgXde','270cHhUyr','3scGWSP','165030UgXytD','335988zayofK','1281624sGalGW','1271151OzcgaT','8iJtnkq','6797vAWbhW'];a53_0x8af2=function(){return _0xe33853;};return a53_0x8af2();}import{configSetDefinition}from'../../commands/config/set.js';import{configDeleteDefinition}from'../../commands/config/delete.js';import{configInitDefinition}from'../../commands/config/init.js';export const configDefinitions=[configInitDefinition,configListDefinition,configGetDefinition,configSetDefinition,configDeleteDefinition];
|
|
@@ -6,7 +6,7 @@ export declare function executeConfigInit(ctx: RuntimeContext): Promise<{
|
|
|
6
6
|
data: {
|
|
7
7
|
mode: string;
|
|
8
8
|
region: "global" | "id" | "cn" | null;
|
|
9
|
-
domains: Partial<Record<"apiDomain" | "userDomain" | "runtimeDomain" | "skillDomain" | "kbDomain" | "appDomain", string>>;
|
|
9
|
+
domains: Partial<Record<"apiDomain" | "userDomain" | "runtimeDomain" | "skillDomain" | "kbDomain" | "appDomain" | "localDomain" | "certificateDomain", string>>;
|
|
10
10
|
};
|
|
11
11
|
}>;
|
|
12
12
|
export declare const configInitDefinition: CommandDefinition;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a54_0x34fd26=a54_0xb27c;(function(_0x4a4520,_0x2fed9d){const _0xa46826=a54_0xb27c,_0x2ad027=_0x4a4520();while(!![]){try{const _0x1e9555=parseInt(_0xa46826(0x143))/0x1+-parseInt(_0xa46826(0x133))/0x2+-parseInt(_0xa46826(0x13c))/0x3+-parseInt(_0xa46826(0x11d))/0x4*(-parseInt(_0xa46826(0x145))/0x5)+parseInt(_0xa46826(0x124))/0x6*(-parseInt(_0xa46826(0x148))/0x7)+parseInt(_0xa46826(0x14c))/0x8+-parseInt(_0xa46826(0x14b))/0x9*(-parseInt(_0xa46826(0x12c))/0xa);if(_0x1e9555===_0x2fed9d)break;else _0x2ad027['push'](_0x2ad027['shift']());}catch(_0x355930){_0x2ad027['push'](_0x2ad027['shift']());}}}(a54_0x5529,0x33aad));import{select}from'@inquirer/prompts';import{CliErrors}from'../../errors.js';import{readScopedConfig,writeScopedConfig}from'../../commands/config/shared.js';import{DOMAIN_CONFIG_FIELDS,LEGACY_DOMAIN_CONFIG_FIELDS,resolveDomainFlags}from'../../config/domain-config.js';import{DEFAULT_LOVRABET_REGION,ENABLED_LOVRABET_REGION_VALUES,isEnabledLovrabetRegion}from'../../constant/region.js';export const configInitFlags=[{'name':'region','type':'string','description':'Official\x20Lovrabet\x20region:\x20cn\x20or\x20id','enum':[...ENABLED_LOVRABET_REGION_VALUES]},{'name':a54_0x34fd26(0x141),'type':a54_0x34fd26(0x128),'description':a54_0x34fd26(0x121)},{'name':a54_0x34fd26(0x147),'type':a54_0x34fd26(0x128),'description':a54_0x34fd26(0x142)},{'name':a54_0x34fd26(0x132),'type':a54_0x34fd26(0x128),'description':a54_0x34fd26(0x14a)},{'name':a54_0x34fd26(0x12e),'type':a54_0x34fd26(0x128),'description':a54_0x34fd26(0x13a)},{'name':a54_0x34fd26(0x125),'type':'string','description':a54_0x34fd26(0x135)},{'name':'kb-domain','type':'string','description':a54_0x34fd26(0x127)},{'name':a54_0x34fd26(0x137),'type':a54_0x34fd26(0x128),'description':a54_0x34fd26(0x12d)},{'name':a54_0x34fd26(0x12a),'type':'string','description':'Custom\x20local\x20callback\x20HTTPS\x20origin'},{'name':'certificate-domain','type':a54_0x34fd26(0x128),'description':a54_0x34fd26(0x129)}];function a54_0x5529(){const _0x5826d2=['local-domain','Choose\x20either\x20an\x20official\x20region\x20or\x20independent-deployment\x20Domains,\x20not\x20both.','12050heclAi','Custom\x20Lovrabet\x20workspace\x20HTTPS\x20origin','runtime-domain','write','keys','Rabetbase\x20connection\x20configured\x20for\x20independent\x20deployment.\x20Domains:\x20','api-domain','376418UPaOFz','name','Custom\x20SkillHub\x20HTTPS\x20origin','nonInteractive','app-domain','region','\x22\x20is\x20not\x20currently\x20available.','Custom\x20Runtime\x20HTTPS\x20origin','str','125112OTClms','localDomain','Available\x20regions:\x20','independent','config','domain-config','Custom\x20User\x20HTTPS\x20origin','10029CPkvzC','assign','43495vWKtJI','validation','user-domain','1660897zNPYdp','join','Custom\x20platform\x20API\x20HTTPS\x20origin','2151pguBNm','123448okPjyo','Select\x20Lovrabet\x20region','168vxLHYf','global','official','Rabetbase\x20connection\x20configured\x20for\x20region:\x20','Independent-deployment\x20Domain\x20JSON\x20file','length','Region\x20\x22','6nVkejW','skill-domain','Indonesia\x20(id)','Custom\x20knowledge-base\x20HTTPS\x20origin','string','Custom\x20certificate\x20service\x20HTTPS\x20origin'];a54_0x5529=function(){return _0x5826d2;};return a54_0x5529();}async function resolveRegion(_0x14fcf8){const _0x5ce3e5=a54_0x34fd26,_0x2f57c5=_0x14fcf8['str'](_0x5ce3e5(0x138));if(_0x2f57c5){if(!isEnabledLovrabetRegion(_0x2f57c5))throw CliErrors[_0x5ce3e5(0x146)](_0x5ce3e5(0x123)+_0x2f57c5+_0x5ce3e5(0x139),_0x5ce3e5(0x13e)+ENABLED_LOVRABET_REGION_VALUES[_0x5ce3e5(0x149)](',\x20'));return _0x2f57c5;}if(_0x14fcf8[_0x5ce3e5(0x136)])return DEFAULT_LOVRABET_REGION;try{return await select({'message':_0x5ce3e5(0x14d),'default':DEFAULT_LOVRABET_REGION,'choices':[{'name':'Mainland\x20China\x20(cn)','value':'cn'},{'name':_0x5ce3e5(0x126),'value':'id'}]});}catch(_0x291b0e){if(_0x291b0e?.[_0x5ce3e5(0x134)]==='ExitPromptError')throw CliErrors['cancelled']();throw _0x291b0e;}}export async function executeConfigInit(_0x6851a){const _0x38922e=a54_0x34fd26,_0x56b539=resolveDomainFlags(_0x6851a),_0x3c7502=Object['keys'](_0x56b539)[_0x38922e(0x122)]>0x0;if(_0x3c7502&&_0x6851a[_0x38922e(0x13b)](_0x38922e(0x138)))throw CliErrors['validation'](_0x38922e(0x12b));if(!!_0x56b539[_0x38922e(0x13d)]!==!!_0x56b539['certificateDomain'])throw CliErrors[_0x38922e(0x146)]('Independent\x20deployment\x20requires\x20--local-domain\x20and\x20--certificate-domain\x20together.');const _0x1062fd=readScopedConfig(_0x38922e(0x11e));for(const _0x5c2b of DOMAIN_CONFIG_FIELDS)delete _0x1062fd[_0x5c2b];for(const _0x6066e7 of LEGACY_DOMAIN_CONFIG_FIELDS)delete _0x1062fd[_0x6066e7];let _0x4573cd=null;if(_0x3c7502)delete _0x1062fd[_0x38922e(0x138)],Object[_0x38922e(0x144)](_0x1062fd,_0x56b539);else{_0x4573cd=await resolveRegion(_0x6851a);if(_0x4573cd===DEFAULT_LOVRABET_REGION)delete _0x1062fd['region'];else _0x1062fd[_0x38922e(0x138)]=_0x4573cd;}return writeScopedConfig(_0x1062fd,'global'),{'ok':!![],'message':_0x3c7502?_0x38922e(0x131)+Object[_0x38922e(0x130)](_0x56b539)[_0x38922e(0x149)](',\x20')+'.':_0x38922e(0x120)+_0x4573cd+'.','data':{'mode':_0x3c7502?_0x38922e(0x13f):_0x38922e(0x11f),'region':_0x4573cd,'domains':_0x56b539}};}function a54_0xb27c(_0x374d2a,_0x4a7e39){_0x374d2a=_0x374d2a-0x11d;const _0x552987=a54_0x5529();let _0xb27cb6=_0x552987[_0x374d2a];return _0xb27cb6;}export const configInitDefinition={'service':a54_0x34fd26(0x140),'command':'init','description':'Initialize\x20the\x20global\x20Lovrabet\x20region\x20or\x20independent-deployment\x20Domains','risk':a54_0x34fd26(0x12f),'confirmationDescription':'Updates\x20the\x20global\x20Rabetbase\x20region\x20or\x20independent-deployment\x20domain\x20configuration.\x20Cookie,\x20output\x20format,\x20and\x20app\x20bindings\x20stay\x20unchanged.','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':configInitFlags,'execute':executeConfigInit};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a55_0x162573=a55_0x1217;(function(_0x30b5fa,_0x3c2caf){const _0x51b597=a55_0x1217,_0x33bd3b=_0x30b5fa();while(!![]){try{const _0x190c88=-parseInt(_0x51b597(0x11a))/0x1+-parseInt(_0x51b597(0x121))/0x2+parseInt(_0x51b597(0x125))/0x3*(-parseInt(_0x51b597(0x123))/0x4)+parseInt(_0x51b597(0x122))/0x5*(parseInt(_0x51b597(0x11e))/0x6)+-parseInt(_0x51b597(0x126))/0x7+parseInt(_0x51b597(0x127))/0x8+-parseInt(_0x51b597(0x11d))/0x9;if(_0x190c88===_0x3c2caf)break;else _0x33bd3b['push'](_0x33bd3b['shift']());}catch(_0x23c722){_0x33bd3b['push'](_0x33bd3b['shift']());}}}(a55_0x3cc1,0xe6a82));function a55_0x1217(_0x37d3e1,_0x3dcb49){_0x37d3e1=_0x37d3e1-0x11a;const _0x3cc1b4=a55_0x3cc1();let _0x1217e0=_0x3cc1b4[_0x37d3e1];return _0x1217e0;}import{readScopedConfig}from'../../commands/config/shared.js';function a55_0x3cc1(){const _0x4f8f6c=['40AjcjuV','bool','90264ZsVYoo','1617560mBNIsd','13596760cbHTfK','config','boolean','632141ckFGvp','list','read','1522746RjqpaB','6540AyOVzH','global','List\x20all\x20config\x20values','262240tIrooO','3255WbhGBH'];a55_0x3cc1=function(){return _0x4f8f6c;};return a55_0x3cc1();}import{readConfig}from'../../utils/config.js';async function execute(_0x309d46){const _0x3a256d=a55_0x1217,_0x2510e7=_0x309d46[_0x3a256d(0x124)](_0x3a256d(0x11f))?readScopedConfig(_0x3a256d(0x11f)):readConfig();return{'ok':!![],'data':_0x2510e7};}export const configListDefinition={'service':a55_0x162573(0x128),'command':a55_0x162573(0x11b),'description':a55_0x162573(0x120),'risk':a55_0x162573(0x11c),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'global','type':a55_0x162573(0x129),'description':'Show\x20global\x20config\x20only\x20(~/.rabetbase.json)','default':![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a56_0x3962dd=a56_0xcc61;function a56_0x2faf(){const _0x383a09=['Usage:\x20','\x22\x20is\x20not\x20settable.','config','includes','string','object','env','Invalid\x20value\x20for\x20\x22','3duhMcM','apps','\x20appcode\x20set\x20to:\x20','3570395gSZOfm','3264120xOiNgp','write','key','Config\x20value\x20is\x20invalid\x20or\x20too\x20long.','keys','168YmKwfF','set','539332SjCejS','Config\x20value','\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>','Top-level\x20key\x20\x22','\x20workspace\x20add\x20<name>\x20--appcode\x20','app','Missing\x20value.','106iCYjQU','Project','`,\x20`','length','Global','\x20(stored\x20as\x20a\x20single\x20app\x20profile)','Use\x20`','16709AbXhNW','join','bool','Legacy\x20alias\x20\x22online\x22\x20is\x20accepted\x20and\x20stored\x20as\x20production.','417006TmBrFo','validation','appcode','global','Supported:\x20zh,\x20en,\x20zh-CN,\x20en-US','2439AyObWY','boolean','riskLevel','5940GkiNhG','value','310696NajBBZ','Write\x20to\x20global\x20config\x20(~/.rabetbase.json)','Cannot\x20set\x20top-level\x20\x22appcode\x22\x20when\x20multi-app\x20config\x20already\x20exists.','locale'];a56_0x2faf=function(){return _0x383a09;};return a56_0x2faf();}(function(_0x1ff9f8,_0x58c77e){const _0x2ff7c9=a56_0xcc61,_0xb12043=_0x1ff9f8();while(!![]){try{const _0x17935c=parseInt(_0x2ff7c9(0x105))/0x1*(parseInt(_0x2ff7c9(0xf5))/0x2)+-parseInt(_0x2ff7c9(0x116))/0x3*(-parseInt(_0x2ff7c9(0xee))/0x4)+parseInt(_0x2ff7c9(0xe6))/0x5+-parseInt(_0x2ff7c9(0x100))/0x6+-parseInt(_0x2ff7c9(0xec))/0x7*(parseInt(_0x2ff7c9(0x10a))/0x8)+-parseInt(_0x2ff7c9(0xe7))/0x9+parseInt(_0x2ff7c9(0x108))/0xa*(parseInt(_0x2ff7c9(0xfc))/0xb);if(_0x17935c===_0x58c77e)break;else _0xb12043['push'](_0xb12043['shift']());}catch(_0x18789c){_0xb12043['push'](_0xb12043['shift']());}}}(a56_0x2faf,0x7e064));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';import{DOMAIN_CONFIG_FIELDS,normalizeDomainOrigin}from'../../config/domain-config.js';async function execute(_0x5c29de){const _0x2a1e91=a56_0xcc61,_0x1ad1d5=_0x5c29de['str'](_0x2a1e91(0xe9)),_0x501cf4=_0x5c29de['str'](_0x2a1e91(0x109));if(!_0x1ad1d5)throw CliErrors[_0x2a1e91(0x101)]('Missing\x20key.',_0x2a1e91(0x10e)+CLI_BIN_NAME+_0x2a1e91(0xf0));if(_0x501cf4===undefined||_0x501cf4==='')throw CliErrors[_0x2a1e91(0x101)](_0x2a1e91(0xf4),_0x2a1e91(0x10e)+CLI_BIN_NAME+_0x2a1e91(0xf0));let _0x546b78=_0x1ad1d5,_0x316199=_0x501cf4;if(_0x501cf4[_0x2a1e91(0xf8)]>0x1f4)throw CliErrors['validation'](_0x2a1e91(0xea));if(_0x1ad1d5===_0x2a1e91(0x107))throw CliErrors[_0x2a1e91(0x101)]('\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.');if(!isTopLevelConfigKey(_0x1ad1d5))throw CliErrors[_0x2a1e91(0x101)](_0x2a1e91(0xf1)+_0x1ad1d5+_0x2a1e91(0x10f),'Settable\x20top-level\x20keys:\x20'+getTopLevelConfigKeySummary());if(CONFIG_ENUM_VALUES[_0x1ad1d5]&&!CONFIG_ENUM_VALUES[_0x1ad1d5][_0x2a1e91(0x111)](_0x501cf4))throw CliErrors[_0x2a1e91(0x101)](_0x2a1e91(0x115)+_0x1ad1d5+'\x22.\x20Allowed:\x20'+CONFIG_ENUM_VALUES[_0x1ad1d5][_0x2a1e91(0xfd)](',\x20'));if(_0x1ad1d5===_0x2a1e91(0x10d)&&!normalizeLocale(_0x501cf4))throw CliErrors[_0x2a1e91(0x101)]('Invalid\x20locale\x20value.',_0x2a1e91(0x104));DOMAIN_CONFIG_FIELDS[_0x2a1e91(0x111)](_0x1ad1d5)&&(_0x316199=normalizeDomainOrigin(_0x1ad1d5,_0x501cf4));const _0x32ee6b={'global':_0x5c29de[_0x2a1e91(0xfe)](_0x2a1e91(0x103))},_0x48d5a9=resolveWriteScope(_0x32ee6b),_0x2ab3e5=readScopedConfig(_0x48d5a9);_0x1ad1d5===_0x2a1e91(0xf3)&&(_0x546b78=_0x2a1e91(0x102),delete _0x2ab3e5[_0x2a1e91(0xf3)]);_0x1ad1d5==='locale'&&(_0x316199=normalizeLocale(_0x501cf4));if(_0x1ad1d5===_0x2a1e91(0x114)){_0x316199=normalizeEnv(_0x501cf4);if(!isProduction(_0x316199)&&!isDaily(_0x316199))throw CliErrors['validation']('Invalid\x20value\x20for\x20env.\x20Allowed:\x20production,\x20daily.',_0x2a1e91(0xff));}if(_0x1ad1d5===_0x2a1e91(0x102)){const _0x56dc3e=_0x2ab3e5[_0x2a1e91(0x117)]&&typeof _0x2ab3e5[_0x2a1e91(0x117)]===_0x2a1e91(0x113)?Object[_0x2a1e91(0xeb)](_0x2ab3e5[_0x2a1e91(0x117)]):[];if(_0x56dc3e[_0x2a1e91(0xf8)]>0x0)throw CliErrors[_0x2a1e91(0x101)](_0x2a1e91(0x10c),_0x2a1e91(0xfb)+CLI_BIN_NAME+_0x2a1e91(0xf2)+_0x316199+_0x2a1e91(0xf7)+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`,\x20or\x20pass\x20`--appcode`\x20on\x20the\x20command.');const _0x398244=buildCanonicalProjectConfig({..._0x2ab3e5},{'appCodes':[_0x316199],'env':typeof _0x2ab3e5[_0x2a1e91(0x114)]===_0x2a1e91(0x112)?_0x2ab3e5['env']:undefined});writeScopedConfig(_0x398244,_0x48d5a9);const _0x4837f8=_0x48d5a9===_0x2a1e91(0x103)?_0x2a1e91(0xf9):'Project';return{'ok':!![],'message':'✓\x20'+_0x4837f8+_0x2a1e91(0x118)+_0x316199+_0x2a1e91(0xfa)};}_0x2ab3e5[_0x546b78]=_0x316199,writeScopedConfig(_0x2ab3e5,_0x48d5a9);const _0x7e25d8=_0x48d5a9===_0x2a1e91(0x103)?_0x2a1e91(0xf9):_0x2a1e91(0xf6);return{'ok':!![],'message':'✓\x20'+_0x7e25d8+'\x20'+_0x546b78+'\x20set\x20to:\x20'+_0x316199};}function a56_0xcc61(_0x122a3d,_0x33a908){_0x122a3d=_0x122a3d-0xe6;const _0x2faf9c=a56_0x2faf();let _0xcc61cc=_0x2faf9c[_0x122a3d];return _0xcc61cc;}export const configSetDefinition={'service':a56_0x3962dd(0x110),'command':a56_0x3962dd(0xed),'description':'Set\x20a\x20config\x20value','risk':a56_0x3962dd(0xe8),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a56_0x3962dd(0x112),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a56_0x3962dd(0x109),'type':'string','description':a56_0x3962dd(0xef),'required':!![]},{'name':a56_0x3962dd(0x103),'type':a56_0x3962dd(0x106),'description':a56_0x3962dd(0x10b),'default':![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5742c4,_0x5d7f37){var _0x28465d=a57_0x2511,_0x4cebad=_0x5742c4();while(!![]){try{var _0x5901e=parseInt(_0x28465d(0x167))/0x1*(parseInt(_0x28465d(0x15e))/0x2)+parseInt(_0x28465d(0x15b))/0x3+parseInt(_0x28465d(0x163))/0x4*(parseInt(_0x28465d(0x15d))/0x5)+parseInt(_0x28465d(0x159))/0x6*(-parseInt(_0x28465d(0x162))/0x7)+parseInt(_0x28465d(0x165))/0x8+parseInt(_0x28465d(0x166))/0x9*(-parseInt(_0x28465d(0x160))/0xa)+-parseInt(_0x28465d(0x161))/0xb*(parseInt(_0x28465d(0x15a))/0xc);if(_0x5901e===_0x5d7f37)break;else _0x4cebad['push'](_0x4cebad['shift']());}catch(_0x395989){_0x4cebad['push'](_0x4cebad['shift']());}}}(a57_0x55cf,0x9eb77));import{CLI_BIN_NAME}from'../../constant/cli.js';function a57_0x2511(_0x2aa3a3,_0x21e6e5){_0x2aa3a3=_0x2aa3a3-0x159;var _0x55cfe=a57_0x55cf();var _0x251120=_0x55cfe[_0x2aa3a3];return _0x251120;}function a57_0x55cf(){var _0x3ce8cf=['1194384uNYNhf','6959799gLvwHy','168809zCJezb','6286854lozYLm','219972NFBYme','3123147LOGUlz','\x20workspace\x20init\x20--appcode\x20<code>`\x20first.','17035CbeAjZ','4qPWZZF','Not\x20inside\x20a\x20project\x20(no\x20.rabetbase.json\x20found).','10OCIudw','33GNCnFx','7DLfiAd','1172hyWxqs','global'];a57_0x55cf=function(){return _0x3ce8cf;};return a57_0x55cf();}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(_0xd41368){var _0x39750e=a57_0x2511;if(_0xd41368[_0x39750e(0x164)])return _0x39750e(0x164);if(!isInProject())throw CliErrors['validation'](_0x39750e(0x15f),'Add\x20--global\x20to\x20write\x20to\x20~/.rabetbase.json,\x20or\x20run\x20`'+CLI_BIN_NAME+_0x39750e(0x15c));return'project';}export function readScopedConfig(_0x348063){return readConfigFile(resolveWriteConfigPath(_0x348063));}export function writeScopedConfig(_0x31480e,_0x3f7bfc){writeConfigFile(resolveWriteConfigPath(_0x3f7bfc),_0x31480e);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a58_0xa12b04=a58_0x3f45;(function(_0x244438,_0x440361){const _0x4af63c=a58_0x3f45,_0x36ae19=_0x244438();while(!![]){try{const _0x2f6e32=parseInt(_0x4af63c(0x1a8))/0x1+parseInt(_0x4af63c(0x1b0))/0x2+parseInt(_0x4af63c(0x1bd))/0x3*(parseInt(_0x4af63c(0x1af))/0x4)+parseInt(_0x4af63c(0x1d8))/0x5+parseInt(_0x4af63c(0x1cb))/0x6*(-parseInt(_0x4af63c(0x1b6))/0x7)+parseInt(_0x4af63c(0x1ae))/0x8+-parseInt(_0x4af63c(0x1d5))/0x9;if(_0x2f6e32===_0x440361)break;else _0x36ae19['push'](_0x36ae19['shift']());}catch(_0x27804e){_0x36ae19['push'](_0x36ae19['shift']());}}}(a58_0x414b,0xa4e9d));import{APPCODE_FLAG_OPTIONAL,CODE_FLAG}from'../../commands/common/flags.js';import{getDatasetDetail,updateErBusinessGroup}from'../../core/api-client.js';function a58_0x3f45(_0x42bdd7,_0x5a67b6){_0x42bdd7=_0x42bdd7-0x19a;const _0x414b49=a58_0x414b();let _0x3f45da=_0x414b49[_0x42bdd7];return _0x3f45da;}import{CliErrors}from'../../errors.js';const BACKEND_PATH=a58_0xa12b04(0x1a7),UNGROUPED_BUSINESS_GROUP='ungrouped';export async function buildDatasetBusinessGroupUpdateResult({appCode:_0x20ca62,input:_0x17c8ba,dryRun:_0xa2172d}){const _0x43a582=a58_0xa12b04;validateInput(_0x17c8ba);const _0x4d583b=normalizeBusinessGroupArgument(_0x17c8ba[_0x43a582(0x1d0)]),_0x503fe4=await getDatasetDetail(_0x17c8ba[_0x43a582(0x1ab)]),_0xc45cba=resolveBusinessGroupDataset(_0x503fe4,_0x17c8ba[_0x43a582(0x1ab)]),_0x5f59ab=loadCurrentBusinessGroup(_0x503fe4,_0xc45cba);assertExpectedBusinessGroup(_0x5f59ab,_0x17c8ba[_0x43a582(0x1c5)]);const _0x1d7a02=buildBackendPayload(_0x20ca62,_0xc45cba,_0x4d583b),_0x41aef0=_0x5f59ab!==_0x4d583b;let _0x353efe;if(_0x41aef0&&!_0xa2172d){await updateErBusinessGroup(_0x1d7a02);const _0x31f46d=await getDatasetDetail(_0xc45cba[_0x43a582(0x1ab)]),_0x1674be=resolveBusinessGroupDataset(_0x31f46d,_0xc45cba[_0x43a582(0x1ab)]),_0x5d57b2=loadCurrentBusinessGroup(_0x31f46d,_0x1674be);if(_0x5d57b2!==_0x4d583b)throw CliErrors[_0x43a582(0x1c6)](_0x43a582(0x1d3),_0x43a582(0x1cd)+JSON['stringify'](_0x4d583b)+_0x43a582(0x1b1)+JSON[_0x43a582(0x1b8)](_0x5d57b2)+'.');_0x353efe={'verified':!![],'status':'matched','afterReadback':{'businessGroup':_0x5d57b2}};}else!_0x41aef0&&(_0x353efe={'verified':!![],'status':_0x43a582(0x19e),'afterReadback':{'businessGroup':_0x5f59ab}});const _0x148951={'operation':_0x43a582(0x1c4),'appCode':_0x20ca62,'selector':{'code':_0xc45cba[_0x43a582(0x1ab)]},'dataset':_0xc45cba,'before':{'businessGroup':_0x5f59ab},'after':{'businessGroup':_0x4d583b},'changed':_0x41aef0,'dryRun':_0xa2172d,'submitted':_0x41aef0&&!_0xa2172d,'backend':{'method':_0x43a582(0x1a6),'path':BACKEND_PATH,'payload':_0x1d7a02},..._0x353efe?{'verification':_0x353efe}:{},'warnings':[]};return{'ok':!![],'data':_0x148951,'message':_0x41aef0?_0xa2172d?'Dry-run:\x20business\x20scenario\x20group\x20would\x20change\x20for\x20dataset\x20'+_0xc45cba[_0x43a582(0x1ab)]:_0x43a582(0x1c8)+_0xc45cba[_0x43a582(0x1ab)]:_0x43a582(0x1bf)+_0xc45cba[_0x43a582(0x1ab)]};}export const datasetBusinessGroupUpdate={'service':'dataset','command':a58_0xa12b04(0x1ac),'description':a58_0xa12b04(0x1b3),'risk':a58_0xa12b04(0x1a4),'flags':[CODE_FLAG,{'name':'business-group','type':'string','required':!![],'description':a58_0xa12b04(0x19f)},{'name':'expect-business-group','type':a58_0xa12b04(0x19d),'required':![],'description':a58_0xa12b04(0x1a3)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x539a38){validateInput(readBusinessGroupUpdateInput(_0x539a38));},async 'dryRun'(_0x1fe315){const _0x2f5a17=a58_0xa12b04,_0x5251d1=await buildDatasetBusinessGroupUpdateResult({'appCode':_0x1fe315[_0x2f5a17(0x1d4)],'input':readBusinessGroupUpdateInput(_0x1fe315),'dryRun':!![]});return{'method':'POST','url':BACKEND_PATH,'body':_0x5251d1['data']['backend'][_0x2f5a17(0x1d2)],'description':_0x5251d1[_0x2f5a17(0x1aa)],..._0x5251d1['data']};},async 'execute'(_0x7d26f7){const _0x390451=a58_0xa12b04;return buildDatasetBusinessGroupUpdateResult({'appCode':_0x7d26f7[_0x390451(0x1d4)],'input':readBusinessGroupUpdateInput(_0x7d26f7),'dryRun':![]});}};function readBusinessGroupUpdateInput(_0x54c2d0){const _0x471919=a58_0xa12b04,_0x167ec5=_0x54c2d0[_0x471919(0x1b7)](_0x471919(0x1b9));return{'code':trim(_0x54c2d0[_0x471919(0x1b7)](_0x471919(0x1ab))),'businessGroup':_0x54c2d0[_0x471919(0x1b7)]('business-group'),'expectBusinessGroup':_0x167ec5===undefined||_0x167ec5===''?undefined:_0x167ec5};}function validateInput(_0x39d589){const _0x41b6ce=a58_0xa12b04;if(!trim(_0x39d589[_0x41b6ce(0x1ab)]))throw CliErrors[_0x41b6ce(0x1b2)](_0x41b6ce(0x1a0));if(_0x39d589[_0x41b6ce(0x1d0)]===undefined)throw CliErrors[_0x41b6ce(0x1b2)]('--business-group\x20is\x20required');}function resolveBusinessGroupDataset(_0x32401a,_0x4e46f9){const _0x4ab2fa=a58_0xa12b04,_0x21aa53=asPlainObject(_0x32401a['dataset']),_0x54984f=asPlainObject(_0x32401a[_0x4ab2fa(0x1d1)]),_0x2906b0=resolveSourceType(_0x32401a,_0x21aa53,_0x54984f),_0x1c4e66=firstString(_0x32401a[_0x4ab2fa(0x1cc)],_0x32401a[_0x4ab2fa(0x1ab)],_0x21aa53[_0x4ab2fa(0x1ba)],_0x4e46f9)||_0x4e46f9;return{'id':firstNumber(_0x32401a[_0x4ab2fa(0x1a2)],_0x32401a['id'],_0x21aa53[_0x4ab2fa(0x1c2)])??firstString(_0x32401a['modelId'],_0x32401a['id'],_0x21aa53[_0x4ab2fa(0x1c2)])??null,'code':_0x1c4e66,'name':firstString(_0x32401a[_0x4ab2fa(0x19a)],_0x21aa53[_0x4ab2fa(0x1a1)],_0x21aa53[_0x4ab2fa(0x19a)])||null,'sourceType':_0x2906b0};}function resolveSourceType(_0x52dd29,_0x265a51,_0x89a173){const _0x5597f1=a58_0xa12b04,_0x3bcd2b=firstString(_0x52dd29[_0x5597f1(0x1c3)],_0x52dd29[_0x5597f1(0x1d7)],_0x265a51[_0x5597f1(0x1c3)],_0x265a51['sourceType'])?.[_0x5597f1(0x1ca)]()['toUpperCase']();if(_0x3bcd2b==='DB_TABLE'||_0x3bcd2b===_0x5597f1(0x1be))return _0x3bcd2b;if(Object[_0x5597f1(0x1ad)](_0x89a173)[_0x5597f1(0x1c0)]>0x0)return _0x5597f1(0x1b5);throw CliErrors[_0x5597f1(0x1b2)]('Dataset\x20sourceType\x20is\x20required\x20and\x20must\x20be\x20DB_TABLE\x20or\x20METADATA.');}function loadCurrentBusinessGroup(_0x8a2321,_0xb6745b){const _0x36daa1=a58_0xa12b04,_0x550232=readBusinessGroupFromDatasetDetail(_0x8a2321,_0xb6745b['sourceType']);if(_0x550232[_0x36daa1(0x1b4)])return normalizeBusinessGroup(_0x550232[_0x36daa1(0x1bb)]);if(_0xb6745b[_0x36daa1(0x1d7)]===_0x36daa1(0x1be))return'';throw CliErrors[_0x36daa1(0x1b2)](_0x36daa1(0x19c),_0x36daa1(0x1c1));}function readBusinessGroupFromDatasetDetail(_0x48873b,_0x5582bb){const _0x5b92ef=a58_0xa12b04,_0x604b2=asPlainObject(_0x48873b[_0x5b92ef(0x1a5)]),_0x51e08c=firstPresent(_0x48873b[_0x5b92ef(0x1d0)]);if(_0x51e08c[_0x5b92ef(0x1b4)])return _0x51e08c;const _0x4df39c=firstPresent(_0x604b2[_0x5b92ef(0x1d0)]);if(_0x4df39c[_0x5b92ef(0x1b4)])return _0x4df39c;if(_0x5582bb===_0x5b92ef(0x1b5))return{'found':![]};const _0x199fa5=readBusinessGroupFromExtend(_0x48873b[_0x5b92ef(0x1cf)]);if(_0x199fa5['found'])return _0x199fa5;return readBusinessGroupFromExtend(_0x604b2[_0x5b92ef(0x1cf)]);}function readBusinessGroupFromExtend(_0x33bc9b){const _0x32caec=a58_0xa12b04;if(_0x33bc9b===undefined||_0x33bc9b===null||_0x33bc9b==='')return{'found':![]};if(typeof _0x33bc9b==='string')try{const _0x3e35fe=JSON['parse'](_0x33bc9b);return readBusinessGroupFromExtend(_0x3e35fe);}catch{return{'found':![]};}const _0x175d41=asPlainObject(_0x33bc9b);if(Object[_0x32caec(0x1c9)][_0x32caec(0x1d6)][_0x32caec(0x1c7)](_0x175d41,'businessGroup'))return{'found':!![],'value':_0x175d41['businessGroup']};return{'found':![]};}function a58_0x414b(){const _0x2b7929=['found','DB_TABLE','32921ZANZqp','str','stringify','expect-business-group','datasetCode','value','object','3091386kXTZst','METADATA','No\x20changes\x20for\x20business\x20scenario\x20group\x20on\x20dataset\x20','length','Business\x20scenario\x20group\x20readback\x20must\x20be\x20available\x20by\x20datasetCode;\x20upgrade\x20the\x20backend\x20read\x20contract\x20instead\x20of\x20using\x20dblinkId/tableName.','datasetId','source','update','expectBusinessGroup','apiError','call','Updated\x20business\x20scenario\x20group\x20for\x20dataset\x20','prototype','trim','426znHmlY','modelCode','Expected\x20','number','extend','businessGroup','dbtableConfig','payload','Business\x20scenario\x20group\x20update\x20did\x20not\x20match\x20dataset\x20detail\x20readback.','appCode','27643185aboXHc','hasOwnProperty','sourceType','6247100ScHUyD','name','isFinite','Dataset\x20detail\x20does\x20not\x20expose\x20businessGroup.','string','unchanged','Business\x20scenario\x20group\x20(not\x20technical):\x20use\x20<scenario>,\x20<domain>---<scenario>\x20when\x20needed,\x20or\x20the\x20reserved\x20value\x20ungrouped\x20to\x20clear\x20it','--code\x20is\x20required','datasetName','modelId','Expected\x20current\x20business\x20scenario\x20group;\x20use\x20ungrouped\x20to\x20expect\x20no\x20group;\x20mismatch\x20aborts\x20without\x20writing','write','dataset','POST','/smartapi/question/er-config/business-group/edit','226487wVvdGd','Expectation\x20mismatch\x20at\x20businessGroup','message','code','business-group-update','keys','3486568FuZpTQ','4bZXtst','2277346YJVjTY',',\x20actual\x20','validation','Update\x20business\x20scenario\x20group'];a58_0x414b=function(){return _0x2b7929;};return a58_0x414b();}function firstPresent(..._0x399f77){for(const _0x2ca01f of _0x399f77){if(_0x2ca01f!==undefined&&_0x2ca01f!==null)return{'found':!![],'value':_0x2ca01f};}return{'found':![]};}function assertExpectedBusinessGroup(_0x2dd639,_0x27c805){const _0x1fe9be=a58_0xa12b04;if(_0x27c805===undefined)return;const _0x5de5da=normalizeBusinessGroupArgument(_0x27c805);if(_0x2dd639!==_0x5de5da)throw CliErrors[_0x1fe9be(0x1b2)](_0x1fe9be(0x1a9),_0x1fe9be(0x1cd)+JSON[_0x1fe9be(0x1b8)](_0x5de5da)+',\x20actual\x20'+JSON['stringify'](_0x2dd639));}function buildBackendPayload(_0x531336,_0x239a04,_0x4d594f){const _0x19d00b=a58_0xa12b04;return{'appCode':_0x531336,'datasetCode':_0x239a04[_0x19d00b(0x1ab)],'businessGroup':_0x4d594f};}function normalizeBusinessGroup(_0x58c475){const _0x46b1b7=a58_0xa12b04;if(_0x58c475===undefined||_0x58c475===null)return'';return String(_0x58c475)[_0x46b1b7(0x1ca)]();}function normalizeBusinessGroupArgument(_0x37a1d1){const _0xc28440=normalizeBusinessGroup(_0x37a1d1);return _0xc28440===UNGROUPED_BUSINESS_GROUP?'':_0xc28440;}function asPlainObject(_0x5c982d){const _0x4f7438=a58_0xa12b04;if(!_0x5c982d||typeof _0x5c982d!==_0x4f7438(0x1bc)||Array['isArray'](_0x5c982d))return{};return _0x5c982d;}function firstString(..._0x27262a){const _0x4ce5fe=a58_0xa12b04;for(const _0xf30ce9 of _0x27262a){if(typeof _0xf30ce9===_0x4ce5fe(0x19d)&&_0xf30ce9[_0x4ce5fe(0x1ca)]())return _0xf30ce9[_0x4ce5fe(0x1ca)]();if(typeof _0xf30ce9===_0x4ce5fe(0x1ce)&&Number[_0x4ce5fe(0x19b)](_0xf30ce9))return String(_0xf30ce9);}return undefined;}function firstNumber(..._0x315c71){const _0x10036e=a58_0xa12b04;for(const _0x5ccc7f of _0x315c71){if(typeof _0x5ccc7f===_0x10036e(0x1ce)&&Number['isFinite'](_0x5ccc7f))return _0x5ccc7f;if(typeof _0x5ccc7f===_0x10036e(0x19d)&&_0x5ccc7f[_0x10036e(0x1ca)]()&&Number[_0x10036e(0x19b)](Number(_0x5ccc7f)))return Number(_0x5ccc7f);}return null;}function trim(_0x4ab333){const _0x1b7e3e=a58_0xa12b04;return String(_0x4ab333||'')[_0x1b7e3e(0x1ca)]();}
|
|
1
|
+
const a58_0x1624f5=a58_0x359e;(function(_0x109cc7,_0x4f0127){const _0x56ab1c=a58_0x359e,_0xc81a98=_0x109cc7();while(!![]){try{const _0x123b3b=-parseInt(_0x56ab1c(0x110))/0x1+parseInt(_0x56ab1c(0x10e))/0x2*(parseInt(_0x56ab1c(0xfb))/0x3)+-parseInt(_0x56ab1c(0x117))/0x4+parseInt(_0x56ab1c(0x100))/0x5*(-parseInt(_0x56ab1c(0xf7))/0x6)+parseInt(_0x56ab1c(0xfd))/0x7*(parseInt(_0x56ab1c(0x105))/0x8)+-parseInt(_0x56ab1c(0x130))/0x9*(parseInt(_0x56ab1c(0xf3))/0xa)+parseInt(_0x56ab1c(0x10d))/0xb;if(_0x123b3b===_0x4f0127)break;else _0xc81a98['push'](_0xc81a98['shift']());}catch(_0x20c9f6){_0xc81a98['push'](_0xc81a98['shift']());}}}(a58_0x2b02,0xb59e4));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='/smartapi/question/er-config/business-group/edit',UNGROUPED_BUSINESS_GROUP=a58_0x1624f5(0xff);export async function buildDatasetBusinessGroupUpdateResult({appCode:_0x1e0086,input:_0x1e59a4,dryRun:_0x38b4a2}){const _0x47027c=a58_0x1624f5;validateInput(_0x1e59a4);const _0x4344bc=normalizeBusinessGroupArgument(_0x1e59a4[_0x47027c(0x135)]),_0x477d26=await getDatasetDetail(_0x1e59a4['code']),_0x303f0f=resolveBusinessGroupDataset(_0x477d26,_0x1e59a4[_0x47027c(0x102)]),_0x1866a8=loadCurrentBusinessGroup(_0x477d26,_0x303f0f);assertExpectedBusinessGroup(_0x1866a8,_0x1e59a4[_0x47027c(0x121)]);const _0x1ea34b=buildBackendPayload(_0x1e0086,_0x303f0f,_0x4344bc),_0x1a8fb8=_0x1866a8!==_0x4344bc;let _0x41c693;if(_0x1a8fb8&&!_0x38b4a2){await updateErBusinessGroup(_0x1ea34b);const _0x4404f1=await getDatasetDetail(_0x303f0f[_0x47027c(0x102)]),_0x263412=resolveBusinessGroupDataset(_0x4404f1,_0x303f0f[_0x47027c(0x102)]),_0x2cdbdb=loadCurrentBusinessGroup(_0x4404f1,_0x263412);if(_0x2cdbdb!==_0x4344bc)throw CliErrors[_0x47027c(0x119)](_0x47027c(0x10b),_0x47027c(0x123)+JSON['stringify'](_0x4344bc)+_0x47027c(0x111)+JSON[_0x47027c(0x101)](_0x2cdbdb)+'.');_0x41c693={'verified':!![],'status':_0x47027c(0x113),'afterReadback':{'businessGroup':_0x2cdbdb}};}else!_0x1a8fb8&&(_0x41c693={'verified':!![],'status':_0x47027c(0x10c),'afterReadback':{'businessGroup':_0x1866a8}});const _0x4a2f50={'operation':_0x47027c(0x10a),'appCode':_0x1e0086,'selector':{'code':_0x303f0f[_0x47027c(0x102)]},'dataset':_0x303f0f,'before':{'businessGroup':_0x1866a8},'after':{'businessGroup':_0x4344bc},'changed':_0x1a8fb8,'dryRun':_0x38b4a2,'submitted':_0x1a8fb8&&!_0x38b4a2,'backend':{'method':_0x47027c(0x127),'path':BACKEND_PATH,'payload':_0x1ea34b},..._0x41c693?{'verification':_0x41c693}:{},'warnings':[]};return{'ok':!![],'data':_0x4a2f50,'message':_0x1a8fb8?_0x38b4a2?_0x47027c(0x114)+_0x303f0f[_0x47027c(0x102)]:_0x47027c(0x125)+_0x303f0f[_0x47027c(0x102)]:'No\x20changes\x20for\x20business\x20scenario\x20group\x20on\x20dataset\x20'+_0x303f0f[_0x47027c(0x102)]};}export const datasetBusinessGroupUpdate={'service':a58_0x1624f5(0x107),'command':a58_0x1624f5(0x11f),'description':a58_0x1624f5(0x134),'risk':'write','flags':[CODE_FLAG,{'name':a58_0x1624f5(0x12c),'type':a58_0x1624f5(0x11a),'required':!![],'description':a58_0x1624f5(0x132)},{'name':a58_0x1624f5(0xf2),'type':a58_0x1624f5(0x11a),'required':![],'description':a58_0x1624f5(0x11b)},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x62ae4f){validateInput(readBusinessGroupUpdateInput(_0x62ae4f));},async 'dryRun'(_0xb38a3f){const _0x82224=a58_0x1624f5,_0x1f3879=await buildDatasetBusinessGroupUpdateResult({'appCode':_0xb38a3f[_0x82224(0x12b)],'input':readBusinessGroupUpdateInput(_0xb38a3f),'dryRun':!![]});return{'method':_0x82224(0x127),'url':BACKEND_PATH,'body':_0x1f3879[_0x82224(0x12a)]['backend'][_0x82224(0x126)],'description':_0x1f3879['message'],..._0x1f3879['data']};},async 'execute'(_0x158a4a){const _0x1372bc=a58_0x1624f5;return buildDatasetBusinessGroupUpdateResult({'appCode':_0x158a4a[_0x1372bc(0x12b)],'input':readBusinessGroupUpdateInput(_0x158a4a),'dryRun':![]});}};function readBusinessGroupUpdateInput(_0x5f266f){const _0x5ab237=a58_0x1624f5,_0x964f60=_0x5f266f[_0x5ab237(0x10f)](_0x5ab237(0xf2));return{'code':trim(_0x5f266f[_0x5ab237(0x10f)](_0x5ab237(0x102))),'businessGroup':_0x5f266f[_0x5ab237(0x10f)](_0x5ab237(0x12c)),'expectBusinessGroup':_0x964f60===undefined||_0x964f60===''?undefined:_0x964f60};}function a58_0x359e(_0x595fd5,_0x8f1f31){_0x595fd5=_0x595fd5-0xf1;const _0x2b02db=a58_0x2b02();let _0x359e5e=_0x2b02db[_0x595fd5];return _0x359e5e;}function validateInput(_0x238930){const _0x5afaed=a58_0x1624f5;if(!trim(_0x238930['code']))throw CliErrors['validation']('--code\x20is\x20required');if(_0x238930[_0x5afaed(0x135)]===undefined)throw CliErrors['validation'](_0x5afaed(0x128));}function resolveBusinessGroupDataset(_0x3d9744,_0x4aae12){const _0xc76096=a58_0x1624f5,_0xfc4949=asPlainObject(_0x3d9744['dataset']),_0x2b4e68=asPlainObject(_0x3d9744[_0xc76096(0x133)]),_0x2c93a2=resolveSourceType(_0x3d9744,_0xfc4949,_0x2b4e68),_0x44e065=firstString(_0x3d9744[_0xc76096(0x103)],_0x3d9744[_0xc76096(0x102)],_0xfc4949[_0xc76096(0x12f)],_0x4aae12)||_0x4aae12;return{'id':firstNumber(_0x3d9744[_0xc76096(0xf5)],_0x3d9744['id'],_0xfc4949[_0xc76096(0xf1)])??firstString(_0x3d9744[_0xc76096(0xf5)],_0x3d9744['id'],_0xfc4949[_0xc76096(0xf1)])??null,'code':_0x44e065,'name':firstString(_0x3d9744[_0xc76096(0x131)],_0xfc4949[_0xc76096(0x115)],_0xfc4949[_0xc76096(0x131)])||null,'sourceType':_0x2c93a2};}function resolveSourceType(_0x3ce03c,_0x42487c,_0x5cf11a){const _0x5ebec7=a58_0x1624f5,_0x2704ff=firstString(_0x3ce03c[_0x5ebec7(0xf6)],_0x3ce03c[_0x5ebec7(0xf4)],_0x42487c[_0x5ebec7(0xf6)],_0x42487c[_0x5ebec7(0xf4)])?.[_0x5ebec7(0x12e)]()[_0x5ebec7(0x108)]();if(_0x2704ff===_0x5ebec7(0x120)||_0x2704ff===_0x5ebec7(0xfa))return _0x2704ff;if(Object[_0x5ebec7(0x11c)](_0x5cf11a)[_0x5ebec7(0x118)]>0x0)return _0x5ebec7(0x120);throw CliErrors[_0x5ebec7(0xf8)](_0x5ebec7(0x106));}function loadCurrentBusinessGroup(_0x3f2afb,_0x2c5820){const _0x482efe=a58_0x1624f5,_0x393a77=readBusinessGroupFromDatasetDetail(_0x3f2afb,_0x2c5820[_0x482efe(0xf4)]);if(_0x393a77['found'])return normalizeBusinessGroup(_0x393a77[_0x482efe(0xfe)]);if(_0x2c5820[_0x482efe(0xf4)]===_0x482efe(0xfa))return'';throw CliErrors['validation'](_0x482efe(0x116),_0x482efe(0x12d));}function readBusinessGroupFromDatasetDetail(_0x4e344b,_0x4545f4){const _0x25f6e6=a58_0x1624f5,_0x58f61b=asPlainObject(_0x4e344b[_0x25f6e6(0x107)]),_0x5f8035=firstPresent(_0x4e344b[_0x25f6e6(0x135)]);if(_0x5f8035[_0x25f6e6(0x129)])return _0x5f8035;const _0x5351c4=firstPresent(_0x58f61b['businessGroup']);if(_0x5351c4['found'])return _0x5351c4;if(_0x4545f4===_0x25f6e6(0x120))return{'found':![]};const _0x50f74d=readBusinessGroupFromExtend(_0x4e344b[_0x25f6e6(0x109)]);if(_0x50f74d[_0x25f6e6(0x129)])return _0x50f74d;return readBusinessGroupFromExtend(_0x58f61b['extend']);}function readBusinessGroupFromExtend(_0x189119){const _0x327e21=a58_0x1624f5;if(_0x189119===undefined||_0x189119===null||_0x189119==='')return{'found':![]};if(typeof _0x189119===_0x327e21(0x11a))try{const _0x1a1837=JSON[_0x327e21(0x112)](_0x189119);return readBusinessGroupFromExtend(_0x1a1837);}catch{return{'found':![]};}const _0x29f5a5=asPlainObject(_0x189119);if(Object[_0x327e21(0x11e)]['hasOwnProperty'][_0x327e21(0x122)](_0x29f5a5,_0x327e21(0x135)))return{'found':!![],'value':_0x29f5a5['businessGroup']};return{'found':![]};}function firstPresent(..._0xff3f70){for(const _0xd2d84a of _0xff3f70){if(_0xd2d84a!==undefined&&_0xd2d84a!==null)return{'found':!![],'value':_0xd2d84a};}return{'found':![]};}function assertExpectedBusinessGroup(_0x10ad9e,_0x115b44){const _0x486b65=a58_0x1624f5;if(_0x115b44===undefined)return;const _0x462fc7=normalizeBusinessGroupArgument(_0x115b44);if(_0x10ad9e!==_0x462fc7)throw CliErrors['validation'](_0x486b65(0x11d),_0x486b65(0x123)+JSON[_0x486b65(0x101)](_0x462fc7)+_0x486b65(0x111)+JSON['stringify'](_0x10ad9e));}function buildBackendPayload(_0xf6e8e0,_0x3eb5d4,_0x5b786e){const _0x240460=a58_0x1624f5;return{'appCode':_0xf6e8e0,'datasetCode':_0x3eb5d4[_0x240460(0x102)],'businessGroup':_0x5b786e};}function normalizeBusinessGroup(_0x5203dc){const _0x232d28=a58_0x1624f5;if(_0x5203dc===undefined||_0x5203dc===null)return'';return String(_0x5203dc)[_0x232d28(0x12e)]();}function a58_0x2b02(){const _0xd95bd1=['modelCode','object','280iWUmrg','Dataset\x20sourceType\x20is\x20required\x20and\x20must\x20be\x20DB_TABLE\x20or\x20METADATA.','dataset','toUpperCase','extend','update','Business\x20scenario\x20group\x20update\x20did\x20not\x20match\x20dataset\x20detail\x20readback.','unchanged','45123133OfsJlB','1145558TaAHNG','str','753072bUlDqu',',\x20actual\x20','parse','matched','Dry-run:\x20business\x20scenario\x20group\x20would\x20change\x20for\x20dataset\x20','datasetName','Dataset\x20detail\x20does\x20not\x20expose\x20businessGroup.','3446828kDutnX','length','apiError','string','Expected\x20current\x20business\x20scenario\x20group;\x20use\x20ungrouped\x20to\x20expect\x20no\x20group;\x20mismatch\x20aborts\x20without\x20writing','keys','Expectation\x20mismatch\x20at\x20businessGroup','prototype','business-group-update','DB_TABLE','expectBusinessGroup','call','Expected\x20','isArray','Updated\x20business\x20scenario\x20group\x20for\x20dataset\x20','payload','POST','--business-group\x20is\x20required','found','data','appCode','business-group','Business\x20scenario\x20group\x20readback\x20must\x20be\x20available\x20by\x20datasetCode;\x20upgrade\x20the\x20backend\x20read\x20contract\x20instead\x20of\x20using\x20dblinkId/tableName.','trim','datasetCode','2241LkGLmF','name','Business\x20scenario\x20group\x20(not\x20technical):\x20use\x20<scenario>,\x20<domain>---<scenario>\x20when\x20needed,\x20or\x20the\x20reserved\x20value\x20ungrouped\x20to\x20clear\x20it','dbtableConfig','Update\x20business\x20scenario\x20group','businessGroup','datasetId','expect-business-group','54530QTmPCp','sourceType','modelId','source','93816dnBHPP','validation','number','METADATA','3lOtJbs','isFinite','5334nzDYst','value','ungrouped','315aJxEFB','stringify','code'];a58_0x2b02=function(){return _0xd95bd1;};return a58_0x2b02();}function normalizeBusinessGroupArgument(_0x4d578f){const _0x2b7e85=normalizeBusinessGroup(_0x4d578f);return _0x2b7e85===UNGROUPED_BUSINESS_GROUP?'':_0x2b7e85;}function asPlainObject(_0x3559ef){const _0x197bd8=a58_0x1624f5;if(!_0x3559ef||typeof _0x3559ef!==_0x197bd8(0x104)||Array[_0x197bd8(0x124)](_0x3559ef))return{};return _0x3559ef;}function firstString(..._0x134c85){const _0x4949c4=a58_0x1624f5;for(const _0x451b76 of _0x134c85){if(typeof _0x451b76===_0x4949c4(0x11a)&&_0x451b76['trim']())return _0x451b76[_0x4949c4(0x12e)]();if(typeof _0x451b76===_0x4949c4(0xf9)&&Number[_0x4949c4(0xfc)](_0x451b76))return String(_0x451b76);}return undefined;}function firstNumber(..._0x1697d8){const _0x576d97=a58_0x1624f5;for(const _0x545629 of _0x1697d8){if(typeof _0x545629===_0x576d97(0xf9)&&Number[_0x576d97(0xfc)](_0x545629))return _0x545629;if(typeof _0x545629===_0x576d97(0x11a)&&_0x545629['trim']()&&Number['isFinite'](Number(_0x545629)))return Number(_0x545629);}return null;}function trim(_0x15d937){const _0x18f586=a58_0x1624f5;return String(_0x15d937||'')[_0x18f586(0x12e)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a59_0xc00941=a59_0x562f;function a59_0x562f(_0x1d646b,_0x3130b8){_0x1d646b=_0x1d646b-0x95;const _0x181c40=a59_0x181c();let _0x562f7b=_0x181c40[_0x1d646b];return _0x562f7b;}(function(_0x5b8aad,_0x5e1041){const _0x4cc8ea=a59_0x562f,_0x3026b5=_0x5b8aad();while(!![]){try{const _0x289354=parseInt(_0x4cc8ea(0x9f))/0x1*(-parseInt(_0x4cc8ea(0xa4))/0x2)+-parseInt(_0x4cc8ea(0xa2))/0x3+-parseInt(_0x4cc8ea(0xa7))/0x4*(-parseInt(_0x4cc8ea(0xa1))/0x5)+parseInt(_0x4cc8ea(0xa5))/0x6+parseInt(_0x4cc8ea(0x9b))/0x7+-parseInt(_0x4cc8ea(0x97))/0x8+parseInt(_0x4cc8ea(0xa6))/0x9;if(_0x289354===_0x5e1041)break;else _0x3026b5['push'](_0x3026b5['shift']());}catch(_0x24023e){_0x3026b5['push'](_0x3026b5['shift']());}}}(a59_0x181c,0xf32d7));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{getErBusinessGroupSummary}from'../../core/api-client.js';function a59_0x181c(){const _0x2ffacd=['5wbAcqu','2512530LDVGZs','DB_TABLE','3420586oMylne','10863654KAudVR','5927085nQbmuY','3957664KNWpQw','Found\x20','List\x20DB_TABLE\x20dataset\x20business\x20groups\x20for\x20a\x20database\x20connection;\x20does\x20not\x20include\x20METADATA','8105456NIvgKD','dataset','groups','appCode','7689150qmwQsx','num','\x20business\x20group(s)\x20for\x20database\x20connection\x20','dbid','1LOIPas','number'];a59_0x181c=function(){return _0x2ffacd;};return a59_0x181c();}export const datasetBusinessGroups={'service':a59_0xc00941(0x98),'command':'business-groups','description':a59_0xc00941(0x96),'risk':'read','flags':[{'name':a59_0xc00941(0x9e),'type':a59_0xc00941(0xa0),'required':!![],'description':'Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)'},APPCODE_FLAG_OPTIONAL],async 'execute'(_0x222002){const _0x1d22c0=a59_0xc00941,_0x519ea1=_0x222002[_0x1d22c0(0x9c)](_0x1d22c0(0x9e)),_0xbb02c4=await getErBusinessGroupSummary(_0x222002[_0x1d22c0(0x9a)],_0x519ea1);return{'ok':!![],'data':{..._0xbb02c4,'scope':_0x1d22c0(0xa3)},'message':_0x1d22c0(0x95)+_0xbb02c4[_0x1d22c0(0x99)]['length']+_0x1d22c0(0x9d)+_0x519ea1};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60_0x425cb2=a60_0x43fe;(function(_0x52b7f6,_0xd48373){const _0x117951=a60_0x43fe,_0x15f158=_0x52b7f6();while(!![]){try{const _0x2d7fe4=parseInt(_0x117951(0x1f4))/0x1*(-parseInt(_0x117951(0x1dd))/0x2)+-parseInt(_0x117951(0x1ef))/0x3+-parseInt(_0x117951(0x1ec))/0x4*(-parseInt(_0x117951(0x1e0))/0x5)+-parseInt(_0x117951(0x1e2))/0x6*(-parseInt(_0x117951(0x1db))/0x7)+-parseInt(_0x117951(0x1f8))/0x8*(parseInt(_0x117951(0x1ed))/0x9)+-parseInt(_0x117951(0x1e4))/0xa+parseInt(_0x117951(0x1e8))/0xb*(parseInt(_0x117951(0x1e6))/0xc);if(_0x2d7fe4===_0xd48373)break;else _0x15f158['push'](_0x15f158['shift']());}catch(_0x3631bf){_0x15f158['push'](_0x15f158['shift']());}}}(a60_0x5e2f,0x1e21f));import{CliErrors}from'../../errors.js';export const RUNTIME_DATA_ACCESS_COMMANDS={'cli':'lovrabet','filter':'lovrabet\x20data\x20filter\x20--code\x20<datasetCode>\x20--params\x20\x27<json>\x27\x20--format\x20compress','getOne':a60_0x425cb2(0x1f7)};export const RUNTIME_DATA_ACCESS_SUMMARY=a60_0x425cb2(0x1e9);function valueToString(_0x161769){return _0x161769==null?'':String(_0x161769)['trim']();}function getDatasetCode(_0xb4a351){const _0x8b5f5=a60_0x425cb2;return valueToString(_0xb4a351['code']??_0xb4a351['modelCode']??_0xb4a351[_0x8b5f5(0x1fa)]?.[_0x8b5f5(0x1f2)]);}function a60_0x5e2f(){const _0x4efd03=['836mzYnhl','\x20is\x20','dbId','27740Iqmugr','Upgrade\x20or\x20migrate\x20this\x20dataset\x20to\x20a\x20DB_TABLE\x20dataset,\x20then\x20continue\x20with\x20the\x20new\x20dataset\x20code.','1133172CXUNRz','METADATA','1036720jlBFSR','source','48LgJiCl','To\x20inspect\x20real\x20runtime\x20rows,\x20switch\x20to\x20lovrabet\x20CLI:\x20','940467cxjxZR','Use\x20lovrabet\x20data\x20filter/getOne\x20for\x20real\x20runtime\x20records.','datasetName','Reason:\x20schema\x20introspection\x20and\x20custom\x20SQL\x20require\x20source=DB_TABLE,\x20dbtableConfig.dbId,\x20dbtableConfig.tableName,\x20and\x20a\x20database\x20connection\x20context.','4LpmMGz','913581oSMzqZ','toUpperCase','299850FjseUY','length','The\x20current\x20dataset\x20\x22','datasetCode','getOne','258hflmkS','validation','dbtableConfig','lovrabet\x20data\x20getOne\x20--code\x20<datasetCode>\x20--params\x20\x27{\x22id\x22:123}\x27\x20--format\x20compress','8xhhkfv','filter','dataset','join','tableName','7GfqWQB','sourceType'];a60_0x5e2f=function(){return _0x4efd03;};return a60_0x5e2f();}function a60_0x43fe(_0xa8518d,_0x414ca4){_0xa8518d=_0xa8518d-0x1da;const _0x5e2f38=a60_0x5e2f();let _0x43fe4a=_0x5e2f38[_0xa8518d];return _0x43fe4a;}function getDatasetName(_0x3c47d2){const _0x40efe5=a60_0x425cb2;return valueToString(_0x3c47d2['name']??_0x3c47d2[_0x40efe5(0x1fa)]?.[_0x40efe5(0x1ea)])||'unknown';}function getDatasetSource(_0x588e0d){const _0x3c4f2b=a60_0x425cb2;return valueToString(_0x588e0d[_0x3c4f2b(0x1e5)]??_0x588e0d[_0x3c4f2b(0x1fa)]?.[_0x3c4f2b(0x1dc)])[_0x3c4f2b(0x1ee)]();}function getDbtableConfig(_0x1d9e14){const _0x249558=a60_0x425cb2,_0x11383f=_0x1d9e14[_0x249558(0x1f6)]??_0x1d9e14['dbtable'];return _0x11383f&&typeof _0x11383f==='object'?_0x11383f:{};}export function isDbTableBackedDataset(_0x37518c){const _0x34782c=a60_0x425cb2,_0x1bb3e7=getDatasetSource(_0x37518c);if(_0x1bb3e7===_0x34782c(0x1e3))return![];const _0x3062da=getDbtableConfig(_0x37518c),_0xc2faf3=_0x3062da[_0x34782c(0x1df)]??_0x3062da['id'],_0x20f03c=valueToString(_0x3062da[_0x34782c(0x1da)]??_0x37518c[_0x34782c(0x1da)]??_0x37518c[_0x34782c(0x1fa)]?.[_0x34782c(0x1da)]);return _0xc2faf3!==undefined&&_0xc2faf3!==null&&_0x20f03c[_0x34782c(0x1f0)]>0x0;}export function filterDbTableBackedDatasets(_0x163a29){const _0x1431c6=a60_0x425cb2;return _0x163a29[_0x1431c6(0x1f9)](_0x5f1fa4=>isDbTableBackedDataset(_0x5f1fa4));}export function buildDbTableBackedRequirementMessage(_0x17c783,_0x16be24='SQL\x20schema\x20validation'){const _0x341795=a60_0x425cb2,_0x3e8494=getDatasetSource(_0x17c783)||'UNKNOWN',_0x363967=getDatasetName(_0x17c783),_0x2d0c0f=getDatasetCode(_0x17c783),_0x2196e6=_0x2d0c0f?'\x20('+_0x2d0c0f+')':'';return[_0x341795(0x1f1)+_0x363967+'\x22'+_0x2196e6+_0x341795(0x1de)+_0x3e8494+'\x20and\x20has\x20no\x20DB_TABLE\x20data-source\x20context\x20for\x20'+_0x16be24+'.',_0x341795(0x1eb),_0x341795(0x1e1),_0x341795(0x1e7)+RUNTIME_DATA_ACCESS_COMMANDS['filter']+';\x20'+RUNTIME_DATA_ACCESS_COMMANDS[_0x341795(0x1f3)]+'.'][_0x341795(0x1fb)]('\x20');}export function assertDatasetIsDbTableBacked(_0x366451,_0xd3ae77){const _0x20f9ce=a60_0x425cb2;if(!isDbTableBackedDataset(_0x366451))throw CliErrors[_0x20f9ce(0x1f5)](buildDbTableBackedRequirementMessage(_0x366451,_0xd3ae77));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a61_0x4216(){const _0x1f86a4=['\x20dataset(s)\x20without\x20cascading\x20to\x20pages.\x20The\x20server\x20blocks\x20a\x20Dataset\x20that\x20still\x20has\x20related\x20pages.','push','source','description','Dataset\x20id','dataset','12921858XicQFn','title','boolean','validation','rabetbase\x20page\x20restore\x20--id\x20','code','deleted','/smartapi/dataset/delete?cascade=','Delete\x20dataset\x20metadata\x20by\x20id/code\x20or\x20all\x20datasets\x20under\x20a\x20db\x20id','dbid=','dbName','3207610RMIFYB','140ZGWBZj','isArray','bool','map','str','high-risk-write','message','dbId','Run\x20with\x20--dry-run\x20first,\x20then\x20add\x20--confirm\x20when\x20the\x20target\x20list\x20is\x20correct.','\x20dataset(s)\x20and\x20their\x20listed\x20related\x20pages/menus.\x20Restore\x20each\x20Dataset\x20first,\x20then\x20restore\x20pages\x20explicitly\x20when\x20needed.','--confirm\x20is\x20required\x20to\x20delete\x20datasets.','Would\x20safely\x20delete\x20','Also\x20delete\x20related\x20pages\x20and\x20menus;\x20requires\x20explicit\x20--confirm','Required\x20to\x20execute\x20dataset\x20deletion','12074656vYnhxs','false','\x20dataset(s);\x20','1360488lqssfP','appCode','type','Use\x20only\x20one\x20of\x20--id,\x20--code,\x20or\x20--dbid.','One\x20of\x20--id,\x20--code,\x20or\x20--dbid\x20is\x20required.','\x20dataset(s)','length','68054028uiioXs','62832TmqDYV','confirm','id=','5RwkoxR','\x20--appcode\x20','relatedPageInfoList','11RqTnGI','dbid','6nDLBiU','num','Would\x20delete\x20','isInteger','Deleted\x20','object','expected-count','delete','filter','10tuSPhj','cascade','dbtableConfig','\x20dataset(s),\x20but\x20--expected-count\x20is\x20','add','550854DOrsuA','relatedPages','name'];a61_0x4216=function(){return _0x1f86a4;};return a61_0x4216();}const a61_0x5eff8f=a61_0x4e98;(function(_0x20ae4f,_0x837d58){const _0x35a690=a61_0x4e98,_0x1c2da2=_0x20ae4f();while(!![]){try{const _0x1b1813=parseInt(_0x35a690(0x1c6))/0x1*(-parseInt(_0x35a690(0x1d9))/0x2)+parseInt(_0x35a690(0x1ff))/0x3+parseInt(_0x35a690(0x207))/0x4*(-parseInt(_0x35a690(0x1ee))/0x5)+parseInt(_0x35a690(0x1cb))/0x6*(-parseInt(_0x35a690(0x1ed))/0x7)+-parseInt(_0x35a690(0x1fc))/0x8+-parseInt(_0x35a690(0x1e2))/0x9*(parseInt(_0x35a690(0x1d4))/0xa)+parseInt(_0x35a690(0x1c9))/0xb*(parseInt(_0x35a690(0x206))/0xc);if(_0x1b1813===_0x837d58)break;else _0x1c2da2['push'](_0x1c2da2['shift']());}catch(_0xd219b6){_0x1c2da2['push'](_0x1c2da2['shift']());}}}(a61_0x4216,0xdccbe));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';function a61_0x4e98(_0x36c1e7,_0x374541){_0x36c1e7=_0x36c1e7-0x1c6;const _0x421687=a61_0x4216();let _0x4e9861=_0x421687[_0x36c1e7];return _0x4e9861;}const DATASET_ID_FLAG={'name':'id','type':'number','description':a61_0x5eff8f(0x1e0)},DBID_FLAG={'name':a61_0x5eff8f(0x1ca),'type':'number','description':'Delete\x20all\x20datasets\x20under\x20this\x20database\x20connection\x20id'},CONFIRM_FLAG={'name':a61_0x5eff8f(0x208),'type':a61_0x5eff8f(0x1e4),'description':a61_0x5eff8f(0x1fb)},CASCADE_FLAG={'name':a61_0x5eff8f(0x1d5),'type':a61_0x5eff8f(0x1e4),'description':a61_0x5eff8f(0x1fa)},EXPECTED_COUNT_FLAG={'name':'expected-count','type':'number','description':'Abort\x20unless\x20the\x20matched\x20dataset\x20count\x20equals\x20this\x20value'};export const datasetDelete={'service':a61_0x5eff8f(0x1e1),'command':a61_0x5eff8f(0x1d2),'description':a61_0x5eff8f(0x1ea),'risk':a61_0x5eff8f(0x1f3),'flags':[DATASET_ID_FLAG,CODE_FLAG_OPTIONAL,DBID_FLAG,CASCADE_FLAG,CONFIRM_FLAG,EXPECTED_COUNT_FLAG,APPCODE_FLAG_OPTIONAL],async 'validate'(_0x101d0e){const _0x58022c=a61_0x5eff8f,_0x118325=_0x101d0e[_0x58022c(0x1cc)]('id'),_0xc5665b=_0x101d0e[_0x58022c(0x1f2)]('code'),_0x4986aa=_0x101d0e['num']('dbid'),_0x4561a1=[_0x118325>0x0,Boolean(_0xc5665b),_0x4986aa>0x0][_0x58022c(0x1d3)](Boolean);if(_0x4561a1[_0x58022c(0x205)]===0x0)throw CliErrors[_0x58022c(0x1e5)](_0x58022c(0x203));if(_0x4561a1['length']>0x1)throw CliErrors[_0x58022c(0x1e5)](_0x58022c(0x202));},async 'dryRun'(_0x2d1b52){const _0x9dcd62=a61_0x5eff8f,_0x5713b1=await resolveTargets(_0x2d1b52),_0xd18c54=_0x2d1b52[_0x9dcd62(0x1f0)]('cascade');return{'method':'POST','url':_0x9dcd62(0x1e9)+(_0xd18c54?'true':_0x9dcd62(0x1fd)),'body':{'count':_0x5713b1[_0x9dcd62(0x205)],'cascade':_0xd18c54,'datasets':_0x5713b1},'description':_0xd18c54?_0x9dcd62(0x1cd)+_0x5713b1[_0x9dcd62(0x205)]+_0x9dcd62(0x1f7):_0x9dcd62(0x1f9)+_0x5713b1[_0x9dcd62(0x205)]+_0x9dcd62(0x1dc)};},async 'execute'(_0x2d66c2){const _0x2de383=a61_0x5eff8f;if(!_0x2d66c2[_0x2de383(0x1f0)](_0x2de383(0x208)))throw CliErrors[_0x2de383(0x1e5)](_0x2de383(0x1f8),_0x2de383(0x1f6));const _0x1d70d0=await resolveTargets(_0x2d66c2),_0x41f3ee=_0x2d66c2[_0x2de383(0x1f0)]('cascade'),_0x21a46e=[],_0x2980bf=[];for(const _0x5bba3a of _0x1d70d0){try{await deleteDataset(_0x5bba3a['id'],_0x41f3ee),_0x21a46e[_0x2de383(0x1dd)](_0x5bba3a);}catch(_0x2490bc){_0x2980bf['push']({..._0x5bba3a,'error':_0x2490bc instanceof Error?_0x2490bc[_0x2de383(0x1f4)]:String(_0x2490bc)});}}if(_0x2980bf[_0x2de383(0x205)]>0x0){const _0x368553=buildPageRestoreCommands(_0x2d66c2['appCode'],_0x41f3ee?_0x21a46e:[]);return{'ok':![],'data':{'requested':_0x1d70d0[_0x2de383(0x205)],'cascade':_0x41f3ee,'deletedCount':_0x21a46e[_0x2de383(0x205)],'failedCount':_0x2980bf[_0x2de383(0x205)],'deleted':_0x21a46e,'failed':_0x2980bf,'pageRestoreCommands':_0x368553},'message':_0x2de383(0x1cf)+_0x21a46e[_0x2de383(0x205)]+'/'+_0x1d70d0['length']+_0x2de383(0x1fe)+_0x2980bf['length']+'\x20failed'};}return{'ok':!![],'data':{'requested':_0x1d70d0['length'],'cascade':_0x41f3ee,'deletedCount':_0x21a46e[_0x2de383(0x205)],'deleted':_0x21a46e,'pageRestoreCommands':buildPageRestoreCommands(_0x2d66c2[_0x2de383(0x200)],_0x41f3ee?_0x21a46e:[])},'message':'Deleted\x20'+_0x21a46e[_0x2de383(0x205)]+_0x2de383(0x204)};}};async function resolveTargets(_0x9a2b5e){const _0x529a4a=a61_0x5eff8f,_0x3439f1=_0x9a2b5e[_0x529a4a(0x1cc)]('id'),_0x4460c3=_0x9a2b5e[_0x529a4a(0x1f2)](_0x529a4a(0x1e7)),_0x17f395=_0x9a2b5e[_0x529a4a(0x1cc)](_0x529a4a(0x1ca));let _0x3143a1;_0x4460c3?(_0x3143a1=await listDatasets(_0x9a2b5e[_0x529a4a(0x200)],{'code':_0x4460c3}),_0x3143a1=_0x3143a1[_0x529a4a(0x1d3)](_0x371bbd=>_0x371bbd[_0x529a4a(0x1e7)]===_0x4460c3)):(_0x3143a1=await listDatasets(_0x9a2b5e[_0x529a4a(0x200)]),_0x3439f1>0x0&&(_0x3143a1=_0x3143a1[_0x529a4a(0x1d3)](_0x31edb4=>_0x31edb4['id']===_0x3439f1)),_0x17f395>0x0&&(_0x3143a1=_0x3143a1[_0x529a4a(0x1d3)](_0x260835=>_0x260835[_0x529a4a(0x1d6)]?.['dbId']===_0x17f395)));const _0x4b61a5=[];for(const _0x2376bc of _0x3143a1){const _0x440993=await getDatasetDetail(_0x2376bc[_0x529a4a(0x1e7)]),_0x3f74bf=Array[_0x529a4a(0x1ef)](_0x440993[_0x529a4a(0x1c8)])?_0x440993[_0x529a4a(0x1c8)][_0x529a4a(0x1d3)](_0x4660de=>_0x4660de!=null&&typeof _0x4660de===_0x529a4a(0x1d0)&&_0x4660de[_0x529a4a(0x1e8)]!==!![]):[];_0x4b61a5[_0x529a4a(0x1dd)](normalizeTarget(_0x2376bc,_0x3f74bf));}if(_0x4b61a5[_0x529a4a(0x205)]===0x0){const _0xc55f63=_0x4460c3||(_0x3439f1>0x0?_0x529a4a(0x209)+_0x3439f1:_0x529a4a(0x1eb)+_0x17f395);throw CliErrors[_0x529a4a(0x1e5)]('No\x20undeleted\x20dataset\x20found\x20for\x20'+_0xc55f63+'.');}const _0x1b9841=_0x9a2b5e[_0x529a4a(0x1cc)](_0x529a4a(0x1d1));if(_0x1b9841>0x0&&_0x4b61a5[_0x529a4a(0x205)]!==_0x1b9841)throw CliErrors['validation']('Matched\x20'+_0x4b61a5[_0x529a4a(0x205)]+_0x529a4a(0x1d7)+_0x1b9841+'.');return _0x4b61a5;}function normalizeTarget(_0x299703,_0x60e437){const _0x249817=a61_0x5eff8f,_0xa79fa8=_0x299703['dbtableConfig']??{},_0x5e1339=_0x60e437[_0x249817(0x1f1)](_0x1b3adc=>{const _0x130e9c=_0x249817;if(_0x1b3adc==null||typeof _0x1b3adc!==_0x130e9c(0x1d0))return null;const _0xc2f3cd=_0x1b3adc,_0x133afe=Number(_0xc2f3cd['id']);if(!Number[_0x130e9c(0x1ce)](_0x133afe)||_0x133afe<=0x0)return null;const _0x394471=_0xc2f3cd[_0x130e9c(0x1e3)]??_0xc2f3cd[_0x130e9c(0x1db)];return{'id':_0x133afe,..._0x394471?{'name':String(_0x394471)}:{},..._0xc2f3cd[_0x130e9c(0x201)]?{'type':String(_0xc2f3cd[_0x130e9c(0x201)])}:{}};})['filter'](_0x138c8d=>_0x138c8d!==null);return{'id':_0x299703['id'],'code':_0x299703['code'],'name':_0x299703[_0x249817(0x1db)],'description':_0x299703[_0x249817(0x1df)],'source':_0x299703[_0x249817(0x1de)],'dbId':_0xa79fa8[_0x249817(0x1f5)],'dbName':_0xa79fa8[_0x249817(0x1ec)],'tableName':_0xa79fa8['tableName'],'relatedPageCount':_0x5e1339[_0x249817(0x205)],'relatedPages':_0x5e1339};}function buildPageRestoreCommands(_0x13e3d8,_0x317462){const _0x23ce21=a61_0x5eff8f,_0x87ab63=new Set();for(const _0x297429 of _0x317462){for(const _0x41c7ca of _0x297429[_0x23ce21(0x1da)])_0x87ab63[_0x23ce21(0x1d8)](_0x41c7ca['id']);}return[..._0x87ab63][_0x23ce21(0x1f1)](_0x271a71=>_0x23ce21(0x1e6)+_0x271a71+_0x23ce21(0x1c7)+_0x13e3d8);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a62_0x4f8f(){const _0x8b2b85=['name','responseFields','labelField','5036460xkPCSR','642iOoxfa','76BtGYUO','4805080cWPiHP','toField','relations','alias','displayName','length','map','cardinality','str','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon).\x20Resolves\x20to\x20dataset\x20code\x20automatically','11NPSHMs','45JWSVMK','columnCodeListWithDeleted','Get\x20dataset\x20detail\x20including\x20fields\x20and\x20operations','formatRules','allFields','19103JEpzUd','deleted','options','host','modifierNameField','trim','datasetKey','requestBody','responseBody','deprecated','modifierIdField','tableName','dbType','18831UWUBNY','validateRules','dbtableConfig','creatorIdField','parse','properties','modelId','type','modelCode','toFieldLabel','read','beforeScriptId','main_sub','afterScriptId','isArray','1543224mIpWwD','filter','split','doType','object','3810OGZPqp','fields','code','string','required','path','requestFields','method','description','dblinkInfoDTO','tableComment','updateTimeField','38286228hZnbkv','dataType','455vnrCef','dataset','pkField','extend','indexes','relatedPageInfoList','relationId','dbId','dbName','doVersion','creatorNameField','push'];a62_0x4f8f=function(){return _0x8b2b85;};return a62_0x4f8f();}const a62_0x14fd24=a62_0x39c9;(function(_0x4659e3,_0x436f28){const _0x1b4d2f=a62_0x39c9,_0x53e996=_0x4659e3();while(!![]){try{const _0x52855f=parseInt(_0x1b4d2f(0xb3))/0x1*(-parseInt(_0x1b4d2f(0xa5))/0x2)+parseInt(_0x1b4d2f(0x91))/0x3*(-parseInt(_0x1b4d2f(0xc4))/0x4)+-parseInt(_0x1b4d2f(0xc5))/0x5+-parseInt(_0x1b4d2f(0xc3))/0x6*(parseInt(_0x1b4d2f(0x84))/0x7)+parseInt(_0x1b4d2f(0xa0))/0x8*(-parseInt(_0x1b4d2f(0x7f))/0x9)+parseInt(_0x1b4d2f(0xc2))/0xa+parseInt(_0x1b4d2f(0x7e))/0xb*(parseInt(_0x1b4d2f(0xb1))/0xc);if(_0x52855f===_0x436f28)break;else _0x53e996['push'](_0x53e996['shift']());}catch(_0x2bade9){_0x53e996['push'](_0x53e996['shift']());}}}(a62_0x4f8f,0x77c61));function a62_0x39c9(_0x3a5e46,_0xa60e61){_0x3a5e46=_0x3a5e46-0x7d;const _0x4f8f10=a62_0x4f8f();let _0x39c93e=_0x4f8f10[_0x3a5e46];return _0x39c93e;}import{getDatasetDetail}from'../../core/api-client.js';import{CODE_FLAG,APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function normalizeField(_0x10f2fb){const _0x2e8fd1=a62_0x39c9;if(_0x10f2fb[_0x2e8fd1(0x85)])return null;const _0x3ccadb=Boolean(_0x10f2fb[_0x2e8fd1(0xc9)]!==undefined||_0x10f2fb[_0x2e8fd1(0xa3)]!==undefined);let _0x424f3f={};if(!_0x3ccadb&&typeof _0x10f2fb[_0x2e8fd1(0xb6)]===_0x2e8fd1(0xa8))try{_0x424f3f=JSON[_0x2e8fd1(0x95)](_0x10f2fb['extend']);}catch{}const _0x31629c=_0x3ccadb?_0x10f2fb[_0x2e8fd1(0xbf)]:_0x10f2fb[_0x2e8fd1(0xa7)],_0x4ab833=_0x3ccadb?_0x10f2fb[_0x2e8fd1(0xc9)]:_0x10f2fb[_0x2e8fd1(0xbf)],_0xe54bb3=_0x3ccadb?_0x10f2fb[_0x2e8fd1(0xa3)]:_0x10f2fb[_0x2e8fd1(0x98)]||_0x10f2fb[_0x2e8fd1(0xb2)],_0x51c145=_0x3ccadb?_0x10f2fb[_0x2e8fd1(0xb5)]===!![]:_0x424f3f[_0x2e8fd1(0xb5)]===!![],_0x27667e=_0x3ccadb?_0x10f2fb[_0x2e8fd1(0xa9)]===!![]:_0x424f3f[_0x2e8fd1(0xa9)]===!![],_0x127299=_0x3ccadb?_0x10f2fb[_0x2e8fd1(0x86)]??null:_0x424f3f['options']??null,_0x173a7f={'name':_0x31629c,'displayName':_0x4ab833||_0x31629c,'type':_0xe54bb3,'dbType':_0x10f2fb[_0x2e8fd1(0x90)],'pk':_0x51c145,'required':_0x27667e,'deprecated':_0x10f2fb[_0x2e8fd1(0x8d)]===!![],'description':_0x10f2fb[_0x2e8fd1(0xad)]||undefined};return Array[_0x2e8fd1(0x9f)](_0x127299)&&_0x127299['length']>0x0&&(_0x173a7f[_0x2e8fd1(0x86)]=_0x127299),_0x173a7f;}function parseJsonMaybe(_0x20b40a){const _0xd645c6=a62_0x39c9;if(typeof _0x20b40a!==_0xd645c6(0xa8))return _0x20b40a;try{return JSON[_0xd645c6(0x95)](_0x20b40a);}catch{return _0x20b40a;}}function normalizeOperationEntry(_0x871c0c,_0x5315f7){const _0x7b2008=a62_0x39c9;if(!_0x5315f7||typeof _0x5315f7!==_0x7b2008(0xa4))return null;if(!_0x5315f7[_0x7b2008(0xac)]||!_0x5315f7[_0x7b2008(0xaa)])return null;const _0x423501={'name':_0x871c0c,'method':_0x5315f7[_0x7b2008(0xac)],'path':_0x5315f7['path']};if(_0x5315f7[_0x7b2008(0x87)])_0x423501[_0x7b2008(0x87)]=_0x5315f7[_0x7b2008(0x87)];if(_0x5315f7['requestBody']!=null){const _0x3549a4=parseJsonMaybe(_0x5315f7[_0x7b2008(0x8b)]);_0x423501[_0x7b2008(0x8b)]=_0x3549a4;}if(_0x5315f7[_0x7b2008(0x8c)]!=null){const _0x53cac6=parseJsonMaybe(_0x5315f7[_0x7b2008(0x8c)]);_0x423501[_0x7b2008(0x8c)]=_0x53cac6;}if(_0x5315f7[_0x7b2008(0x9c)]!=null)_0x423501['beforeScriptId']=_0x5315f7[_0x7b2008(0x9c)];if(_0x5315f7['afterScriptId']!=null)_0x423501[_0x7b2008(0x9e)]=_0x5315f7['afterScriptId'];if(Array[_0x7b2008(0x9f)](_0x5315f7[_0x7b2008(0xab)]))_0x423501[_0x7b2008(0xab)]=_0x5315f7[_0x7b2008(0xab)];if(Array[_0x7b2008(0x9f)](_0x5315f7[_0x7b2008(0xc0)]))_0x423501[_0x7b2008(0xc0)]=_0x5315f7['responseFields'];return _0x423501;}function summarizeDbtable(_0x2b48b0){const _0x172d23=a62_0x39c9,_0x5e8bfa={},_0x5ab411=[_0x172d23(0xba),_0x172d23(0xbb),_0x172d23(0x8f),_0x172d23(0x8a),_0x172d23(0xb5),_0x172d23(0x83),'logicField','createTimeField',_0x172d23(0xb0),_0x172d23(0x94),_0x172d23(0xbd),_0x172d23(0x8e),_0x172d23(0x88),_0x172d23(0xc1),_0x172d23(0xae)];for(const _0x54f669 of _0x5ab411){if(_0x2b48b0[_0x54f669]!==undefined)_0x5e8bfa[_0x54f669]=_0x2b48b0[_0x54f669];}return typeof _0x5e8bfa[_0x172d23(0x83)]===_0x172d23(0xa8)&&_0x5e8bfa[_0x172d23(0x83)][_0x172d23(0xca)]>0x0&&(_0x5e8bfa['allFieldNames']=_0x5e8bfa['allFields'][_0x172d23(0xa2)](',')[_0x172d23(0xcb)](_0x9ede3d=>_0x9ede3d[_0x172d23(0x89)]())[_0x172d23(0xa1)](Boolean)),_0x5e8bfa;}function normalizeRelatedPages(_0x42ece8){const _0x28fc38=a62_0x39c9;if(!Array[_0x28fc38(0x9f)](_0x42ece8))return[];return _0x42ece8[_0x28fc38(0xa1)](_0x326ff5=>_0x326ff5&&typeof _0x326ff5===_0x28fc38(0xa4))[_0x28fc38(0xcb)](_0xd78866=>({'id':_0xd78866['id'],'type':_0xd78866[_0x28fc38(0x98)],'code':_0xd78866[_0x28fc38(0xa7)],'title':_0xd78866['title'],'deleted':_0xd78866[_0x28fc38(0x85)]===!![]}));}export const datasetDetail={'service':a62_0x14fd24(0xb4),'command':'detail','description':a62_0x14fd24(0x81),'risk':a62_0x14fd24(0x9b),'flags':[CODE_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a62_0x14fd24(0xc8),'type':'string','description':a62_0x14fd24(0x7d)}],async 'execute'(_0x9dff14){const _0x1ab8f5=a62_0x14fd24,_0x1c4766=await getDatasetDetail(_0x9dff14[_0x1ab8f5(0xcd)](_0x1ab8f5(0xa7))),_0x464b99=Array[_0x1ab8f5(0x9f)](_0x1c4766['fields'])?_0x1c4766[_0x1ab8f5(0xa6)]:Array[_0x1ab8f5(0x9f)](_0x1c4766[_0x1ab8f5(0x96)])?_0x1c4766[_0x1ab8f5(0x96)]:[],_0x86004b=_0x464b99[_0x1ab8f5(0xcb)](_0x1143ea=>normalizeField(_0x1143ea))[_0x1ab8f5(0xa1)](_0x34c3ab=>_0x34c3ab!==null),_0x55d765=_0x1c4766['operations']??{},_0x2b0211=[];for(const [_0x4fa514,_0x25e1bb]of Object['entries'](_0x55d765)){const _0x2ecbda=normalizeOperationEntry(_0x4fa514,_0x25e1bb);if(_0x2ecbda)_0x2b0211[_0x1ab8f5(0xbe)](_0x2ecbda);}const _0x7ae520=_0x1c4766[_0x1ab8f5(0x93)]??{},_0x5f593b=_0x1c4766['dataset']??{},_0x19370a=_0x7ae520[_0x1ab8f5(0xba)]!=null?{'id':_0x7ae520['dbId'],'name':_0x7ae520[_0x1ab8f5(0xbb)]??null}:undefined;let _0x1df5f3;return typeof _0x1c4766[_0x1ab8f5(0xb6)]===_0x1ab8f5(0xa8)&&(_0x1df5f3=parseJsonMaybe(_0x1c4766['extend'])),{'ok':!![],'data':{'id':_0x1c4766[_0x1ab8f5(0x97)]??_0x1c4766['id'],'name':_0x1c4766[_0x1ab8f5(0xbf)],'code':_0x1c4766['modelCode']||_0x1c4766['code'],'doVersion':_0x1c4766[_0x1ab8f5(0xbc)],'description':_0x1c4766[_0x1ab8f5(0xad)]||_0x5f593b[_0x1ab8f5(0xaf)]||undefined,'source':_0x1c4766['source']||_0x5f593b['sourceType'],'table':_0x7ae520[_0x1ab8f5(0x8f)]||_0x5f593b[_0x1ab8f5(0x8f)],'datasetKey':_0x7ae520['datasetKey'],'pk':_0x7ae520[_0x1ab8f5(0xb5)],'db':_0x19370a,'dbtable':summarizeDbtable(_0x7ae520),'fields':_0x86004b,'operations':_0x2b0211,'indexes':Array['isArray'](_0x5f593b[_0x1ab8f5(0xb7)])?_0x5f593b['indexes']:[],'relations':Array[_0x1ab8f5(0x9f)](_0x1c4766[_0x1ab8f5(0xc7)])?_0x1c4766['relations']['map'](_0x1926f4=>({..._0x1926f4['relationId']!=null?{'relationId':_0x1926f4[_0x1ab8f5(0xb9)]}:{},'fromDataset':_0x1c4766[_0x1ab8f5(0xbf)],'fromCode':_0x1c4766[_0x1ab8f5(0x99)]||_0x1c4766[_0x1ab8f5(0xa7)],'fromTable':_0x7ae520['tableName']||_0x5f593b['tableName'],'fromField':_0x1926f4['fromField'],'toDataset':_0x1926f4['toDatasetName'],'toCode':_0x1926f4['toDatasetCode'],'toTable':_0x1926f4['toTableName'],'toField':_0x1926f4[_0x1ab8f5(0xc6)],'labelField':_0x1926f4[_0x1ab8f5(0x9a)]||undefined,'cardinality':_0x1926f4[_0x1ab8f5(0xcc)]||undefined,'bizRelationType':_0x1926f4['bizRelationType']===_0x1ab8f5(0x9d)?_0x1ab8f5(0x9d):null})):[],'relatedPages':normalizeRelatedPages(_0x1c4766[_0x1ab8f5(0xb8)]),...Array[_0x1ab8f5(0x9f)](_0x1c4766[_0x1ab8f5(0x80)])?{'columnCodeListWithDeleted':_0x1c4766[_0x1ab8f5(0x80)]}:{},'formatRules':Array['isArray'](_0x1c4766[_0x1ab8f5(0x82)])?_0x1c4766['formatRules']:[],'validateRules':Array[_0x1ab8f5(0x9f)](_0x1c4766[_0x1ab8f5(0x92)])?_0x1c4766[_0x1ab8f5(0x92)]:[],..._0x1df5f3!==undefined?{'extend':_0x1df5f3}:{},'stats':{'fieldCount':_0x86004b[_0x1ab8f5(0xca)],'operationCount':_0x2b0211[_0x1ab8f5(0xca)]}}};}};
|