@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
package/lib/commands/db/test.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a90_0x3a1c(){const _0x1d656c=['2519736LcAiic','slice','38790mInDEg','Test\x20connectivity\x20to\x20the\x20configured\x20database\x20(uses\x20saved\x20credentials\x20on\x20server)','\x20(see\x20data.result)','Connection\x20OK\x20for\x20db\x20link\x20','313323TwZRya','test','read','object','msg','24626ZiLqUK','num','136XyJDLX','keys','length','376336RARbTL','22rDdSxx','1737045IuICIm','14vkdNmW','success','21VClEka','code','3891890rygfIS'];a90_0x3a1c=function(){return _0x1d656c;};return a90_0x3a1c();}const a90_0x5d8ee3=a90_0x56c8;(function(_0x3eeef7,_0x350fe2){const _0x3e0e14=a90_0x56c8,_0x429390=_0x3eeef7();while(!![]){try{const _0x534cdf=parseInt(_0x3e0e14(0x105))/0x1*(-parseInt(_0x3e0e14(0xfb))/0x2)+parseInt(_0x3e0e14(0x10e))/0x3+-parseInt(_0x3e0e14(0xfd))/0x4*(parseInt(_0x3e0e14(0x10a))/0x5)+-parseInt(_0x3e0e14(0x108))/0x6+-parseInt(_0x3e0e14(0x103))/0x7*(-parseInt(_0x3e0e14(0x100))/0x8)+parseInt(_0x3e0e14(0x102))/0x9+parseInt(_0x3e0e14(0x107))/0xa*(parseInt(_0x3e0e14(0x101))/0xb);if(_0x534cdf===_0x350fe2)break;else _0x429390['push'](_0x429390['shift']());}catch(_0x2975ad){_0x429390['push'](_0x429390['shift']());}}}(a90_0x3a1c,0x37917));import{testDbLinkConnect}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';function a90_0x56c8(_0x87c8f2,_0x188385){_0x87c8f2=_0x87c8f2-0xf7;const _0x3a1c56=a90_0x3a1c();let _0x56c805=_0x3a1c56[_0x87c8f2];return _0x56c805;}function summarizeTestConnectResult(_0x29b3b9){const _0x347ade=a90_0x56c8;if(_0x29b3b9===!![]||_0x29b3b9===![])return{'success':_0x29b3b9};if(_0x29b3b9===null||_0x29b3b9===undefined)return{'type':typeof _0x29b3b9};if(typeof _0x29b3b9!==_0x347ade(0xf9))return{'type':typeof _0x29b3b9};const _0x485da5=_0x29b3b9,_0x4b2cd5=[_0x347ade(0x104),'message',_0x347ade(0x106),'error',_0x347ade(0xfa),'data'],_0x374ec4={};for(const _0x1dbc6c of _0x4b2cd5){if(_0x1dbc6c in _0x485da5)_0x374ec4[_0x1dbc6c]=_0x485da5[_0x1dbc6c];}return Object[_0x347ade(0xfe)](_0x374ec4)[_0x347ade(0xff)]===0x0&&(_0x374ec4['keys']=Object[_0x347ade(0xfe)](_0x485da5)[_0x347ade(0x109)](0x0,0x14)),_0x374ec4;}export const dbTest={'service':'db','command':a90_0x5d8ee3(0xf7),'description':a90_0x5d8ee3(0x10b),'risk':a90_0x5d8ee3(0xf8),'requiresAppCode':![],'flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL],async 'execute'(_0x166d8b){const _0x4b042f=a90_0x5d8ee3,_0x4ae9ef=_0x166d8b[_0x4b042f(0xfc)]('id'),_0x543f12=await testDbLinkConnect(_0x4ae9ef),_0x38c02a=_0x543f12===!![]||typeof _0x543f12===_0x4b042f(0xf9)&&_0x543f12!==null&&_0x543f12[_0x4b042f(0x104)]===!![],_0x513b50=summarizeTestConnectResult(_0x543f12);return{'ok':!![],'data':{'id':_0x4ae9ef,'connected':Boolean(_0x38c02a),'result':_0x513b50},'message':_0x38c02a?_0x4b042f(0x10d)+_0x4ae9ef:'Connection\x20check\x20finished\x20for\x20db\x20link\x20'+_0x4ae9ef+_0x4b042f(0x10c)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x43a212=a91_0x43b7;(function(_0x57252f,_0x1e4f2a){const _0x542880=a91_0x43b7,_0x10d9da=_0x57252f();while(!![]){try{const _0x10fb18=parseInt(_0x542880(0xbe))/0x1+parseInt(_0x542880(0xa0))/0x2*(-parseInt(_0x542880(0xb1))/0x3)+parseInt(_0x542880(0xae))/0x4*(-parseInt(_0x542880(0xb4))/0x5)+parseInt(_0x542880(0xab))/0x6+parseInt(_0x542880(0xad))/0x7+parseInt(_0x542880(0xa2))/0x8+-parseInt(_0x542880(0xa7))/0x9;if(_0x10fb18===_0x1e4f2a)break;else _0x10d9da['push'](_0x10d9da['shift']());}catch(_0x2a83ee){_0x10d9da['push'](_0x10d9da['shift']());}}}(a91_0x1a9c,0xdb01c));import{getDbLinkInfo,updateDbLink}from'../../core/api-client.js';function a91_0x43b7(_0x1acc7d,_0x3eea0a){_0x1acc7d=_0x1acc7d-0x9d;const _0x1a9c77=a91_0x1a9c();let _0x43b7b5=_0x1a9c77[_0x1acc7d];return _0x43b7b5;}function a91_0x1a9c(){const _0x26d8b7=['dbname','dbUrl','has','376626rUPkTP','username','7452952MlxUQM','[redacted]','string','trim','dbDesc','17101827qhiagq','Current\x20or\x20replacement\x20password.\x20Required\x20when\x20the\x20server\x20returns\x20a\x20masked\x20password','validation','New\x20username','4401552yDWtsq','New\x20description','2330342IRQHqS','8FAZntn','Merged\x20server\x20record\x20with\x20CLI\x20overrides;\x20password\x20redacted\x20in\x20preview','POST','3AthEzR','dbParam','password','927755KgwtCn','The\x20server\x20returned\x20a\x20masked\x20database\x20password.\x20Pass\x20the\x20current\x20or\x20replacement\x20password\x20explicitly\x20with\x20--password\x20to\x20update\x20this\x20connection\x20safely.','str','dbparam','Invalid\x20--dburl:\x20expected\x20host:port,\x20got\x20\x22','num','New\x20host:port','dbdesc','update','dburl','1358553Ozrpki','dbName','New\x20database\x20name'];a91_0x1a9c=function(){return _0x26d8b7;};return a91_0x1a9c();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL,DBLINK_ID_FLAG}from'../../commands/common/flags.js';import{sanitizeDbLinkForOutput,validateDbUrl}from'../../commands/db/shared.js';import{normalizeEntityWithIdResponse}from'../../utils/entity-with-id.js';const MASKED_PASSWORD_VALUES=new Set(['******',a91_0x43a212(0xa3)]);function mergeDbLinkUpdate(_0x39d32a,_0x1306a2){const _0x54091f=a91_0x43a212,_0x53b35c={..._0x39d32a},_0x300a6c=_0x1306a2[_0x54091f(0xb6)]('password');if(_0x300a6c&&MASKED_PASSWORD_VALUES[_0x54091f(0x9f)](_0x300a6c))throw CliErrors[_0x54091f(0xa9)]('--password\x20must\x20contain\x20the\x20real\x20database\x20password,\x20not\x20a\x20masked\x20value.');if(!_0x300a6c&&MASKED_PASSWORD_VALUES[_0x54091f(0x9f)](String(_0x39d32a[_0x54091f(0xb3)]??'')))throw CliErrors[_0x54091f(0xa9)](_0x54091f(0xb5));const _0x3686ef=_0x1306a2[_0x54091f(0xb6)](_0x54091f(0x9d));if(_0x3686ef)_0x53b35c[_0x54091f(0xbf)]=_0x3686ef;const _0x4aeaea=_0x1306a2[_0x54091f(0xb6)](_0x54091f(0xbd));if(_0x4aeaea)_0x53b35c[_0x54091f(0x9e)]=_0x4aeaea[_0x54091f(0xa5)]();const _0x37cf0e=_0x1306a2[_0x54091f(0xb6)](_0x54091f(0xa1));if(_0x37cf0e)_0x53b35c[_0x54091f(0xa1)]=_0x37cf0e;if(_0x300a6c)_0x53b35c[_0x54091f(0xb3)]=_0x300a6c;const _0x437689=_0x1306a2['str'](_0x54091f(0xb7));if(_0x437689)_0x53b35c[_0x54091f(0xb2)]=_0x437689;const _0x46c9ea=_0x1306a2['str'](_0x54091f(0xbb));if(_0x46c9ea)_0x53b35c[_0x54091f(0xa6)]=_0x46c9ea;return _0x53b35c;}export const dbUpdate={'service':'db','command':a91_0x43a212(0xbc),'description':'Update\x20a\x20database\x20connection\x20by\x20merging\x20supplied\x20fields\x20into\x20the\x20current\x20server\x20record.\x20A\x20masked\x20server\x20password\x20requires\x20explicit\x20--password','risk':'write','flags':[DBLINK_ID_FLAG,APPCODE_FLAG_OPTIONAL,{'name':a91_0x43a212(0x9d),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xc0)},{'name':a91_0x43a212(0xbd),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xba)},{'name':a91_0x43a212(0xa1),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xaa)},{'name':a91_0x43a212(0xb3),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xa8)},{'name':a91_0x43a212(0xb7),'type':a91_0x43a212(0xa4),'description':'New\x20connection\x20parameter\x20string'},{'name':a91_0x43a212(0xbb),'type':a91_0x43a212(0xa4),'description':a91_0x43a212(0xac)}],async 'validate'(_0x2ca29a){const _0x1c984d=a91_0x43a212,_0x45d849=_0x2ca29a[_0x1c984d(0xb6)]('dburl');if(_0x45d849&&!validateDbUrl(_0x45d849[_0x1c984d(0xa5)]()))throw CliErrors[_0x1c984d(0xa9)](_0x1c984d(0xb8)+_0x45d849+'\x22');},async 'dryRun'(_0x729790){const _0x2bc713=a91_0x43a212,_0xb50a10=_0x729790[_0x2bc713(0xb9)]('id'),_0x366381=await getDbLinkInfo(_0xb50a10),_0x1be5fe=mergeDbLinkUpdate(_0x366381,_0x729790),_0x241f1a=sanitizeDbLinkForOutput(_0x1be5fe);return{'method':_0x2bc713(0xb0),'url':'/smartapi/dblink/update','body':_0x241f1a,'description':_0x2bc713(0xaf)};},async 'execute'(_0x5de987){const _0x247224=_0x5de987['num']('id'),_0x3879ce=await getDbLinkInfo(_0x247224),_0x3f5841=mergeDbLinkUpdate(_0x3879ce,_0x5de987),{id:_0x2f13f6,entity:_0x471357}=normalizeEntityWithIdResponse(await updateDbLink(_0x3f5841));return{'ok':!![],'data':sanitizeDbLinkForOutput(_0x471357),'message':'Updated\x20db\x20link\x20'+(_0x2f13f6??_0x247224)};}};
|
package/lib/commands/doctor.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a92_0x39ba(){const _0x4f2a34=['arch','✗\x20Expired','appCode','log','5759448MPiBHV','repeat','status','length','defaultApp','12jaQXBJ','✓\x20Valid','locale','unknown','\x20doctor','cookie','verbose','\x20(default)','\x20←\x20current','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','1182611ndczcc','(set,\x20length=','22954725UZNOwV','Global','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','currentApp','raw','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','explicitAppName','(not\x20set)','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','padEnd','\x20\x20Merged\x20Config','(none)','slice','apiDir','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','missing','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','source','(no\x20file)','env','green','(not\x20found)','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','168880MHoHLs','gray','version','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','pageSize','\x20\x20API\x20Endpoints','1682484CXyIeY','\x20\x20─','(missing)','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✓\x20Valid\x20JSON','(default:\x20','doctor','\x20\x20runtimeDomain:\x20\x20\x20','bold','format','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','apps','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','(set\x20via\x20file,\x20length=','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','Project','yellow','\x20\x20\x20\x20accessKey:\x20\x20','(default)','7XCfRPf','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Apps','value','1056890zyPDmD','194352iJZNGW','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','accessKey','✗\x20Not\x20logged\x20in','platform','red','empty','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','appcode','⚠\x20Empty\x20(treated\x20as\x20{})'];a92_0x39ba=function(){return _0x4f2a34;};return a92_0x39ba();}function a92_0x49e8(_0x416b06,_0x44215a){_0x416b06=_0x416b06-0xb7;const _0x39bacd=a92_0x39ba();let _0x49e878=_0x39bacd[_0x416b06];return _0x49e878;}const a92_0x23d4b5=a92_0x49e8;(function(_0x5457c2,_0xda7c56){const _0x38920e=a92_0x49e8,_0x5cdf14=_0x5457c2();while(!![]){try{const _0x2a8f31=-parseInt(_0x38920e(0xd7))/0x1+-parseInt(_0x38920e(0xb8))/0x2+parseInt(_0x38920e(0xf6))/0x3+parseInt(_0x38920e(0xb9))/0x4+-parseInt(_0x38920e(0xf0))/0x5*(parseInt(_0x38920e(0xcd))/0x6)+parseInt(_0x38920e(0x10b))/0x7*(-parseInt(_0x38920e(0xc8))/0x8)+parseInt(_0x38920e(0xd9))/0x9;if(_0x2a8f31===_0xda7c56)break;else _0x5cdf14['push'](_0x5cdf14['shift']());}catch(_0x30de54){_0x5cdf14['push'](_0x5cdf14['shift']());}}}(a92_0x39ba,0xa179a));import a92_0x497159 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';async function execute(_0x5bef95){const _0x539d8c=a92_0x49e8,_0x54841f=GIT_COMMIT!==_0x539d8c(0xd0)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x539d8c(0xe5)](0x0,0xa)+')':VERSION,_0x524c13=buildConfigFromFlags({}),_0x5b06df=getCookie();console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xff)](CLI_BIN_NAME+_0x539d8c(0xd1))),console['log'](a92_0x497159[_0x539d8c(0xf1)]('─'[_0x539d8c(0xc9)](0x32))),console[_0x539d8c(0xc7)](_0x539d8c(0x101)+_0x54841f),console['log'](_0x539d8c(0xe9)+process[_0x539d8c(0xf2)]),console[_0x539d8c(0xc7)](_0x539d8c(0xd6)+process[_0x539d8c(0xbd)]+'\x20'+process[_0x539d8c(0xc4)]),console['log'](),console[_0x539d8c(0xc7)](a92_0x497159['bold']('\x20\x20Config\x20Files')),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xf7)[_0x539d8c(0xc9)](0x1e)));const _0x66491=getGlobalConfigPath(),_0x45a291=getProjectConfigPath();console[_0x539d8c(0xc7)](_0x539d8c(0xfa)+(_0x66491||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xee)))),console['log'](_0x539d8c(0x106)+(_0x45a291||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xee)))),console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159['bold']('\x20\x20Config\x20JSON')),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)]('\x20\x20─'[_0x539d8c(0xc9)](0x1e)));const _0x4664dc=(_0x1de1be,_0x273f8a)=>{const _0x2bc5e4=_0x539d8c;if(!_0x273f8a){console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be['padEnd'](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xf1)](_0x2bc5e4(0xeb)));return;}const _0x4ec82b=inspectCliConfigJsonFile(_0x273f8a);if(_0x4ec82b[_0x2bc5e4(0xca)]==='ok')console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xed)](_0x2bc5e4(0xfb)));else{if(_0x4ec82b[_0x2bc5e4(0xca)]===_0x2bc5e4(0xbf))console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0x108)](_0x2bc5e4(0xc3)));else _0x4ec82b[_0x2bc5e4(0xca)]===_0x2bc5e4(0xe8)?console['log']('\x20\x20'+_0x1de1be['padEnd'](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xf1)](_0x2bc5e4(0xf8))):(console[_0x2bc5e4(0xc7)]('\x20\x20'+_0x1de1be[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xbe)]('✗\x20Invalid\x20JSON')),console['log']('\x20\x20'+''[_0x2bc5e4(0xe2)](0x11)+'\x20'+a92_0x497159[_0x2bc5e4(0xbe)](_0x4ec82b['message'])));}};_0x4664dc(_0x539d8c(0xda),_0x66491),_0x4664dc(_0x539d8c(0x107),_0x45a291),console[_0x539d8c(0xc7)](),console['log'](a92_0x497159[_0x539d8c(0xff)](_0x539d8c(0xe3))),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xf7)[_0x539d8c(0xc9)](0x1e))),console['log'](_0x539d8c(0x10c)+(_0x524c13[_0x539d8c(0xc6)]||a92_0x497159[_0x539d8c(0xbe)](_0x539d8c(0xe0)))),console[_0x539d8c(0xc7)](_0x539d8c(0xc0)+_0x524c13[_0x539d8c(0xec)]),console[_0x539d8c(0xc7)](_0x539d8c(0xdb)+_0x524c13[_0x539d8c(0xcf)]),console[_0x539d8c(0xc7)]('\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x524c13['apiDir']),console['log'](_0x539d8c(0xf3)+(_0x524c13[_0x539d8c(0xcc)]||a92_0x497159['gray']('(none)'))),console[_0x539d8c(0xc7)]('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x524c13[_0x539d8c(0xdc)]||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xe4)))),console[_0x539d8c(0xc7)]('\x20\x20explicitAppName:\x20'+(_0x524c13[_0x539d8c(0xdf)]||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xe4)))),console[_0x539d8c(0xc7)](_0x539d8c(0xf9)+(_0x524c13[_0x539d8c(0x100)]||a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xfc)+DEFAULT_CONFIG_VALUES[_0x539d8c(0x100)]+')'))),console[_0x539d8c(0xc7)](_0x539d8c(0xc1)+(_0x524c13[_0x539d8c(0xf4)]??a92_0x497159['gray'](_0x539d8c(0x10a)))),console[_0x539d8c(0xc7)](_0x539d8c(0xe1)+_0x524c13['riskLevel']),console[_0x539d8c(0xc7)](_0x539d8c(0xde)+_0x524c13[_0x539d8c(0xd3)]),console['log']('\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x524c13[_0x539d8c(0xd2)]?a92_0x497159[_0x539d8c(0xed)]('(set,\x20length='+_0x524c13['cookie'][_0x539d8c(0xcb)]+')'):_0x5b06df?a92_0x497159[_0x539d8c(0xed)](_0x539d8c(0x105)+_0x5b06df['length']+')'):a92_0x497159['gray'](_0x539d8c(0xe4))));const _0x3d3d4e=Object['keys'](_0x524c13['apps']);if(_0x3d3d4e['length']>0x0){console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xff)](_0x539d8c(0x10d))),console[_0x539d8c(0xc7)](a92_0x497159['gray'](_0x539d8c(0xf7)[_0x539d8c(0xc9)](0x1e)));for(const _0x4e9218 of _0x3d3d4e){const _0x2d2479=_0x524c13[_0x539d8c(0x103)][_0x4e9218],_0x222805=_0x4e9218===_0x524c13['defaultApp'],_0xf7b4e9=_0x4e9218===_0x524c13[_0x539d8c(0xdc)],_0x3e8fd6=_0xf7b4e9?a92_0x497159[_0x539d8c(0xed)](_0x539d8c(0xd5)):'',_0x35382a=_0x222805?_0x539d8c(0xd4):'';console[_0x539d8c(0xc7)]('\x20\x20'+_0x4e9218+_0x35382a+_0x3e8fd6),console[_0x539d8c(0xc7)](_0x539d8c(0xba)+_0x2d2479[_0x539d8c(0xc2)]);const _0x58be59=buildAppDoctorFields(_0x2d2479,{'env':_0x524c13['env'],'apiDir':_0x524c13[_0x539d8c(0xdd)][_0x539d8c(0xe6)]||DEFAULT_CONFIG_VALUES[_0x539d8c(0xe6)],'cookie':_0x524c13[_0x539d8c(0xd2)]||_0x5b06df||undefined,'accessKey':_0x524c13[_0x539d8c(0xbb)]});console[_0x539d8c(0xc7)](_0x539d8c(0xef)+_0x58be59[_0x539d8c(0xec)]['value']+'\x20\x20'+a92_0x497159['gray']('('+_0x58be59[_0x539d8c(0xec)][_0x539d8c(0xea)]+')')),console['log']('\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20'+_0x58be59[_0x539d8c(0xe6)][_0x539d8c(0xb7)]+'\x20\x20'+a92_0x497159[_0x539d8c(0xf1)]('('+_0x58be59[_0x539d8c(0xe6)][_0x539d8c(0xea)]+')'));const _0x5185a1=_0x58be59[_0x539d8c(0xd2)]['value']?a92_0x497159[_0x539d8c(0xed)](_0x539d8c(0xd8)+_0x58be59['cookie'][_0x539d8c(0xb7)][_0x539d8c(0xcb)]+')'):a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xe4));console[_0x539d8c(0xc7)](_0x539d8c(0xe7)+_0x5185a1+'\x20\x20'+a92_0x497159[_0x539d8c(0xf1)]('('+_0x58be59[_0x539d8c(0xd2)][_0x539d8c(0xea)]+')'));const _0x5dcd19=_0x58be59[_0x539d8c(0xbb)][_0x539d8c(0xb7)]?a92_0x497159['green'](_0x539d8c(0xd8)+_0x58be59[_0x539d8c(0xbb)][_0x539d8c(0xb7)][_0x539d8c(0xcb)]+')'):a92_0x497159[_0x539d8c(0xf1)]('(none)');console[_0x539d8c(0xc7)](_0x539d8c(0x109)+_0x5dcd19+'\x20\x20'+a92_0x497159['gray']('('+_0x58be59['accessKey'][_0x539d8c(0xea)]+')'));}}console[_0x539d8c(0xc7)](),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xff)](_0x539d8c(0xf5))),console[_0x539d8c(0xc7)](a92_0x497159[_0x539d8c(0xf1)](_0x539d8c(0xf7)['repeat'](0x1e))),console['log']('\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20'+getApiDomain()),console[_0x539d8c(0xc7)](_0x539d8c(0x102)+getUserDomain()),console['log'](_0x539d8c(0xfe)+getRuntimeDomain()),console[_0x539d8c(0xc7)](),console['log'](a92_0x497159['bold']('\x20\x20Auth')),console['log'](a92_0x497159['gray'](_0x539d8c(0xf7)['repeat'](0x1e)));if(_0x5b06df){const _0x3a2431=await getIsSessionValid();console[_0x539d8c(0xc7)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x3a2431?a92_0x497159['green'](_0x539d8c(0xce)):a92_0x497159[_0x539d8c(0xbe)](_0x539d8c(0xc5))));}else console['log']('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a92_0x497159[_0x539d8c(0xbe)](_0x539d8c(0xbc)));return console[_0x539d8c(0xc7)](),{'ok':!![]};}export const doctorDefinition={'service':a92_0x23d4b5(0xfd),'command':'check','description':a92_0x23d4b5(0x104),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
|
|
1
|
+
const a92_0x43253b=a92_0x5eba;(function(_0x2108e4,_0x4b159c){const _0x2dc1c1=a92_0x5eba,_0x4c52be=_0x2108e4();while(!![]){try{const _0x4bc2e0=-parseInt(_0x2dc1c1(0x14e))/0x1+parseInt(_0x2dc1c1(0x171))/0x2*(parseInt(_0x2dc1c1(0x145))/0x3)+parseInt(_0x2dc1c1(0x152))/0x4*(parseInt(_0x2dc1c1(0x189))/0x5)+-parseInt(_0x2dc1c1(0x156))/0x6*(-parseInt(_0x2dc1c1(0x178))/0x7)+parseInt(_0x2dc1c1(0x16b))/0x8*(parseInt(_0x2dc1c1(0x174))/0x9)+parseInt(_0x2dc1c1(0x17c))/0xa*(-parseInt(_0x2dc1c1(0x16e))/0xb)+parseInt(_0x2dc1c1(0x182))/0xc*(-parseInt(_0x2dc1c1(0x15f))/0xd);if(_0x4bc2e0===_0x4b159c)break;else _0x4c52be['push'](_0x4c52be['shift']());}catch(_0x586b59){_0x4c52be['push'](_0x4c52be['shift']());}}}(a92_0x48e6,0x5d6f0));import a92_0x5d4676 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{getApiDomain,getUserDomain,getRuntimeDomain}from'../constant/domain.js';import{getProjectConfigPath,getGlobalConfigPath,buildConfigFromFlags,inspectCliConfigJsonFile}from'../context.js';import{getIsSessionValid}from'../auth/is-session-valid.js';import{getCookie}from'../auth/get-cookie.js';import{buildAppDoctorFields}from'../config/schema.js';function a92_0x48e6(){const _0x824962=['arch','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','12LafMlU','\x20\x20Config\x20JSON','length','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','currentApp','check','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','1048890urLKRl','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','✗\x20Expired','red','message','platform','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','(default:\x20','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','env','source','(set\x20via\x20file,\x20length=','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20','slice','(missing)','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','defaultApp','\x20\x20\x20\x20accessKey:\x20\x20','\x20\x20Config\x20Files','doctor','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','\x20\x20─','\x20←\x20current','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','explicitAppName','146757TgAPIf','\x20doctor','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','bold','accessKey','value','yellow','(not\x20found)','padEnd','71780gMmpeX','(not\x20set)','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','✗\x20Invalid\x20JSON','8iJkZMO','(set,\x20length=','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','appcode','54126PlobrV','missing','(no\x20file)','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','Global','apps','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','13176813AqPmZH','✗\x20Not\x20logged\x20in','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','pageSize','(none)','\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','status','\x20\x20runtimeDomain:\x20\x20\x20','✓\x20Valid','keys','✓\x20Valid\x20JSON','8QDTJfL','gray','\x20\x20Auth','11Pwjvuj','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','14XgVtLx','\x20\x20API\x20Endpoints','\x20(default)','6428682KjnaWx','green','verbose','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','7nrnkbl','log','apiDir','format','172230QaDtuq','cookie','version','repeat'];a92_0x48e6=function(){return _0x824962;};return a92_0x48e6();}function a92_0x5eba(_0x57f97e,_0x1058fd){_0x57f97e=_0x57f97e-0x142;const _0x48e669=a92_0x48e6();let _0x5eba8b=_0x48e669[_0x57f97e];return _0x5eba8b;}async function execute(_0x4784ce){const _0x201886=a92_0x5eba,_0x24de3f=GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x201886(0x196)](0x0,0xa)+')':VERSION,_0x3f3881=buildConfigFromFlags({}),_0x1d8290=getCookie();console['log'](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](CLI_BIN_NAME+_0x201886(0x146))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)]('─'['repeat'](0x32))),console[_0x201886(0x179)](_0x201886(0x161)+_0x24de3f),console['log'](_0x201886(0x191)+process[_0x201886(0x17e)]),console['log']('\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x201886(0x18e)]+'\x20'+process[_0x201886(0x180)]),console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x19b))),console['log'](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e)));const _0xf1efda=getGlobalConfigPath(),_0x375b6d=getProjectConfigPath();console['log'](_0x201886(0x154)+(_0xf1efda||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x14c)))),console[_0x201886(0x179)](_0x201886(0x15d)+(_0x375b6d||a92_0x5d4676[_0x201886(0x16c)]('(not\x20found)'))),console[_0x201886(0x179)](),console['log'](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x183))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e)));const _0x58ac01=(_0x39b29f,_0x5cd46f)=>{const _0x2b4275=_0x201886;if(!_0x5cd46f){console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676['gray'](_0x2b4275(0x158)));return;}const _0x2cf08f=inspectCliConfigJsonFile(_0x5cd46f);if(_0x2cf08f['status']==='ok')console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x175)](_0x2b4275(0x16a)));else{if(_0x2cf08f[_0x2b4275(0x166)]==='empty')console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x14b)]('⚠\x20Empty\x20(treated\x20as\x20{})'));else _0x2cf08f[_0x2b4275(0x166)]===_0x2b4275(0x157)?console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x16c)](_0x2b4275(0x197))):(console[_0x2b4275(0x179)]('\x20\x20'+_0x39b29f['padEnd'](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x18c)](_0x2b4275(0x151))),console[_0x2b4275(0x179)]('\x20\x20'+''[_0x2b4275(0x14d)](0x11)+'\x20'+a92_0x5d4676[_0x2b4275(0x18c)](_0x2cf08f[_0x2b4275(0x18d)])));}};_0x58ac01(_0x201886(0x15a),_0xf1efda),_0x58ac01('Project',_0x375b6d),console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x162))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e))),console[_0x201886(0x179)](_0x201886(0x16f)+(_0x3f3881['appCode']||a92_0x5d4676[_0x201886(0x18c)](_0x201886(0x14f)))),console[_0x201886(0x179)](_0x201886(0x18a)+_0x3f3881[_0x201886(0x192)]),console[_0x201886(0x179)](_0x201886(0x181)+_0x3f3881['locale']),console[_0x201886(0x179)](_0x201886(0x185)+_0x3f3881[_0x201886(0x17a)]),console['log'](_0x201886(0x198)+(_0x3f3881[_0x201886(0x199)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164)))),console['log'](_0x201886(0x177)+(_0x3f3881[_0x201886(0x186)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164)))),console[_0x201886(0x179)]('\x20\x20explicitAppName:\x20'+(_0x3f3881[_0x201886(0x144)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164)))),console[_0x201886(0x179)](_0x201886(0x18f)+(_0x3f3881[_0x201886(0x17b)]||a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x190)+DEFAULT_CONFIG_VALUES['format']+')'))),console['log'](_0x201886(0x188)+(_0x3f3881[_0x201886(0x163)]??a92_0x5d4676['gray']('(default)'))),console[_0x201886(0x179)](_0x201886(0x15c)+_0x3f3881['riskLevel']),console['log'](_0x201886(0x159)+_0x3f3881[_0x201886(0x176)]),console['log'](_0x201886(0x165)+(_0x3f3881['cookie']?a92_0x5d4676[_0x201886(0x175)]('(set,\x20length='+_0x3f3881[_0x201886(0x17d)][_0x201886(0x184)]+')'):_0x1d8290?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x194)+_0x1d8290[_0x201886(0x184)]+')'):a92_0x5d4676['gray']('(none)')));const _0x14fc48=Object[_0x201886(0x169)](_0x3f3881[_0x201886(0x15b)]);if(_0x14fc48[_0x201886(0x184)]>0x0){console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676['bold']('\x20\x20Apps')),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e)));for(const _0x23e143 of _0x14fc48){const _0x533c4c=_0x3f3881[_0x201886(0x15b)][_0x23e143],_0x17e869=_0x23e143===_0x3f3881[_0x201886(0x199)],_0x133660=_0x23e143===_0x3f3881[_0x201886(0x186)],_0x5777cb=_0x133660?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x142)):'',_0x500d11=_0x17e869?_0x201886(0x173):'';console[_0x201886(0x179)]('\x20\x20'+_0x23e143+_0x500d11+_0x5777cb),console[_0x201886(0x179)](_0x201886(0x170)+_0x533c4c[_0x201886(0x155)]);const _0x2002af=buildAppDoctorFields(_0x533c4c,{'env':_0x3f3881['env'],'apiDir':_0x3f3881['raw'][_0x201886(0x17a)]||DEFAULT_CONFIG_VALUES[_0x201886(0x17a)],'cookie':_0x3f3881[_0x201886(0x17d)]||_0x1d8290||undefined,'accessKey':_0x3f3881['accessKey']});console[_0x201886(0x179)](_0x201886(0x195)+_0x2002af['env']['value']+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af['env'][_0x201886(0x193)]+')')),console[_0x201886(0x179)](_0x201886(0x15e)+_0x2002af[_0x201886(0x17a)][_0x201886(0x14a)]+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af['apiDir'][_0x201886(0x193)]+')'));const _0xce3b5e=_0x2002af[_0x201886(0x17d)]['value']?a92_0x5d4676['green'](_0x201886(0x153)+_0x2002af[_0x201886(0x17d)]['value'][_0x201886(0x184)]+')'):a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x164));console[_0x201886(0x179)](_0x201886(0x143)+_0xce3b5e+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af['cookie'][_0x201886(0x193)]+')'));const _0xef6d65=_0x2002af[_0x201886(0x149)][_0x201886(0x14a)]?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x153)+_0x2002af['accessKey'][_0x201886(0x14a)]['length']+')'):a92_0x5d4676[_0x201886(0x16c)]('(none)');console[_0x201886(0x179)](_0x201886(0x19a)+_0xef6d65+'\x20\x20'+a92_0x5d4676[_0x201886(0x16c)]('('+_0x2002af[_0x201886(0x149)][_0x201886(0x193)]+')'));}}console[_0x201886(0x179)](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x172))),console['log'](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)[_0x201886(0x17f)](0x1e))),console[_0x201886(0x179)](_0x201886(0x19d)+getApiDomain()),console['log']('\x20\x20userDomain:\x20\x20\x20\x20\x20\x20'+getUserDomain()),console[_0x201886(0x179)](_0x201886(0x167)+getRuntimeDomain()),console['log'](),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x148)](_0x201886(0x16d))),console[_0x201886(0x179)](a92_0x5d4676[_0x201886(0x16c)](_0x201886(0x19e)['repeat'](0x1e)));if(_0x1d8290){const _0x9fa31a=await getIsSessionValid();console[_0x201886(0x179)](_0x201886(0x147)+(_0x9fa31a?a92_0x5d4676[_0x201886(0x175)](_0x201886(0x168)):a92_0x5d4676[_0x201886(0x18c)](_0x201886(0x18b))));}else console['log'](_0x201886(0x147)+a92_0x5d4676['red'](_0x201886(0x160)));return console['log'](),{'ok':!![]};}export const doctorDefinition={'service':a92_0x43253b(0x19c),'command':a92_0x43253b(0x187),'description':a92_0x43253b(0x150),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a93_0xb4a8ff=a93_0x368e;(function(_0x2b0ba4,_0x35c0e6){const _0x4a0b16=a93_0x368e,_0x3d8ee8=_0x2b0ba4();while(!![]){try{const _0x46b0c2=parseInt(_0x4a0b16(0xa2))/0x1+parseInt(_0x4a0b16(0x9d))/0x2*(-parseInt(_0x4a0b16(0xb3))/0x3)+parseInt(_0x4a0b16(0x99))/0x4+parseInt(_0x4a0b16(0xba))/0x5+-parseInt(_0x4a0b16(0xa4))/0x6*(parseInt(_0x4a0b16(0xad))/0x7)+-parseInt(_0x4a0b16(0xb1))/0x8*(parseInt(_0x4a0b16(0x9f))/0x9)+parseInt(_0x4a0b16(0xaa))/0xa*(parseInt(_0x4a0b16(0xbc))/0xb);if(_0x46b0c2===_0x35c0e6)break;else _0x3d8ee8['push'](_0x3d8ee8['shift']());}catch(_0x55bb81){_0x3d8ee8['push'](_0x3d8ee8['shift']());}}}(a93_0x56e1,0x715d5));function a93_0x56e1(){const _0x2c2efc=['str','2862MIQbee','upload','1106514lZLmKV','download','Query\x20a\x20short-lived\x20URL\x20for\x20preview,\x20download,\x20or\x20immediate\x20access','865492hnpBuU','File','6WkDbLJ','Return\x20a\x20short-lived\x20download\x20URL\x20instead\x20of\x20a\x20short-lived\x20preview\x20URL','appCode','string','.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','read','2170nIuSEs','trim','Uploaded\x20file.\x20Store\x20filePath\x20for\x20durable\x20references;\x20use\x20file\x20query-url\x20for\x20short-lived\x20access.','3712807fGkeWn','Return\x20a\x203-year\x20URL\x20for\x20URL-only\x20content\x20embedding\x20such\x20as\x20rich\x20text,\x20Markdown,\x20or\x20HTML','/smartapi/common/uploadFile','Development\x20filePath\x20returned\x20by\x20file\x20upload;\x20store\x20it\x20in\x20file\x20fields\x20and\x20durable\x20data','56SZtvgV','long-term','1398CHZmwY','Upload\x20a\x20local\x20file\x20and\x20return\x20filePath\x20for\x20durable\x20references','Uploaded\x20file:\x20','validation','\x20to\x20development\x20app\x20','file','path','4373300rvXUVH','Preview:\x20upload\x20','37235HqXEym','query-url','bool','190052TwokCi','Path\x20to\x20the\x20local\x20file\x20to\x20upload','boolean'];a93_0x56e1=function(){return _0x2c2efc;};return a93_0x56e1();}import{requireDevelopmentUploadFile}from'../../commands/common/local-file.js';import{queryDevelopmentFileUrl,uploadDevelopmentFile}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';const FILE_FLAG={'name':a93_0xb4a8ff(0xb8),'type':a93_0xb4a8ff(0xa7),'required':!![],'description':a93_0xb4a8ff(0x9a)},FILEPATH_FLAG={'name':'filepath','type':'string','required':!![],'description':a93_0xb4a8ff(0xb0)},DOWNLOAD_FLAG={'name':a93_0xb4a8ff(0xa0),'type':a93_0xb4a8ff(0x9b),'description':a93_0xb4a8ff(0xa5)},LONG_TERM_FLAG={'name':a93_0xb4a8ff(0xb2),'type':a93_0xb4a8ff(0x9b),'description':a93_0xb4a8ff(0xae)};function requireFilePath(_0x34447a){const _0x508fe0=a93_0xb4a8ff,_0x43b88f=_0x34447a[_0x508fe0(0xab)]();if(!_0x43b88f)throw CliErrors[_0x508fe0(0xb6)]('filePath\x20is\x20required.');return _0x43b88f;}function a93_0x368e(_0x5b3836,_0x3ab60c){_0x5b3836=_0x5b3836-0x99;const _0x56e12a=a93_0x56e1();let _0x368ec0=_0x56e12a[_0x5b3836];return _0x368ec0;}const fileUpload={'service':a93_0xb4a8ff(0xb8),'command':a93_0xb4a8ff(0x9e),'description':a93_0xb4a8ff(0xb4),'risk':a93_0xb4a8ff(0xa9),'flags':[FILE_FLAG],async 'dryRun'(_0xd4d4ef){const _0x42457b=a93_0xb4a8ff,_0x261dc5=requireDevelopmentUploadFile(_0xd4d4ef['str'](_0x42457b(0xb8)),_0x42457b(0xa3));return{'method':'POST','url':_0x42457b(0xaf),'body':{'appCode':_0xd4d4ef[_0x42457b(0xa6)],'multipart':{'file':_0x261dc5}},'description':_0x42457b(0xbb)+_0x261dc5['path']+_0x42457b(0xb7)+_0xd4d4ef['appCode']};},async 'execute'(_0x264aad){const _0x6f9e6e=a93_0xb4a8ff,_0x3092d2=requireDevelopmentUploadFile(_0x264aad[_0x6f9e6e(0x9c)](_0x6f9e6e(0xb8)),_0x6f9e6e(0xa3)),_0x3b48e5=await uploadDevelopmentFile(_0x264aad['appCode'],_0x3092d2[_0x6f9e6e(0xb9)]);return{'ok':!![],'data':_0x3b48e5,'message':_0x3b48e5['filePath']?_0x6f9e6e(0xb5)+_0x3b48e5['filePath']+_0x6f9e6e(0xa8):_0x6f9e6e(0xac)};}},fileQueryUrl={'service':'file','command':a93_0xb4a8ff(0xbd),'description':a93_0xb4a8ff(0xa1),'risk':a93_0xb4a8ff(0xa9),'flags':[FILEPATH_FLAG,DOWNLOAD_FLAG,LONG_TERM_FLAG],async 'execute'(_0x16b7a8){const _0x59d70c=a93_0xb4a8ff,_0x14f8ac=requireFilePath(_0x16b7a8[_0x59d70c(0x9c)]('filepath')),_0x49b865=await queryDevelopmentFileUrl(_0x14f8ac,{'download':_0x16b7a8[_0x59d70c(0xbe)](_0x59d70c(0xa0)),'longTerm':_0x16b7a8['bool'](_0x59d70c(0xb2))});return{'ok':!![],'data':_0x49b865};}};export const fileDefinitions=[fileUpload,fileQueryUrl];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a94_0x3ce8ad=a94_0x333c;function a94_0x2425(){const _0x4b9b47=['\x20\x20Apps:\x20','73893HjpRDa','global','valid','5UYVlOh','77xgKhZy','project','cwd','6397FXCTIQ','appcode','string','4FOZYDv','validation','Smart\x20init:\x20auto-detect,\x20upgrade,\x20or\x20select\x20app\x20from\x20platform','yes','7miouhK','2688183goJTGL','56052OxyXgc','appCode','Usage:\x20','run','str','some','boolean','Target\x20environment','\x0a✓\x20Successfully\x20initialized\x20','App\x20code\x20to\x20initialize\x20with','Write\x20to\x20global\x20config\x20instead\x20of\x20project','defaultApp','\x20\x20Env:\x20','write','280314mirWGy','\x20\x20Config:\x20','toLocaleString','map','\x20config','\x20project\x20upgrade`\x20to\x20migrate\x20from\x20legacy\x20config.','nonInteractive','bool','log','env','\x20\x20Default:\x20','message','.rabetbase.json\x20already\x20exists\x20in\x20current\x20directory.','Use\x20`','1300220ApYPoh','2695384ptigfT'];a94_0x2425=function(){return _0x4b9b47;};return a94_0x2425();}(function(_0x2752bc,_0x2d0eae){const _0x1e53af=a94_0x333c,_0x5d3cd4=_0x2752bc();while(!![]){try{const _0x25f0db=-parseInt(_0x1e53af(0x147))/0x1+-parseInt(_0x1e53af(0x150))/0x2+parseInt(_0x1e53af(0x140))/0x3*(-parseInt(_0x1e53af(0x14a))/0x4)+-parseInt(_0x1e53af(0x143))/0x5*(parseInt(_0x1e53af(0x12f))/0x6)+parseInt(_0x1e53af(0x14e))/0x7*(-parseInt(_0x1e53af(0x13e))/0x8)+-parseInt(_0x1e53af(0x14f))/0x9+parseInt(_0x1e53af(0x13d))/0xa*(parseInt(_0x1e53af(0x144))/0xb);if(_0x25f0db===_0x2d0eae)break;else _0x5d3cd4['push'](_0x5d3cd4['shift']());}catch(_0x4a7812){_0x5d3cd4['push'](_0x5d3cd4['shift']());}}}(a94_0x2425,0x29343));import{NEW_CONFIG_NAME,LEGACY_CONFIG_NAMES,writeConfigFile,resolveWriteConfigPath}from'../../context.js';import{upgradeApp}from'../../commands/project/upgrade.js';import{getCliVersion}from'../../utils/version.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{existsSync}from'node:fs';import{resolve}from'node:path';import{validateAppcode}from'../../commands/common/validate.js';import{promptCustomAppcode,selectMultipleApps}from'../../commands/common/app-selector.js';function a94_0x333c(_0x1b8ac7,_0x2451a2){_0x1b8ac7=_0x1b8ac7-0x12f;const _0x2425db=a94_0x2425();let _0x333c73=_0x2425db[_0x1b8ac7];return _0x333c73;}import{getCookie}from'../../auth/get-cookie.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';function syntheticApp(_0xf5f26e){return{'appCode':_0xf5f26e,'appName':_0xf5f26e};}function writeInitConfig(_0x1f87bd,_0x2a06d9,_0x356e6d){const _0x2bc647=a94_0x333c,_0x5b2535=resolveWriteConfigPath(_0x1f87bd),_0x143c57=buildCanonicalProjectConfig({},{'appCodes':_0x2a06d9[_0x2bc647(0x132)](_0x2b6edd=>_0x2b6edd[_0x2bc647(0x151)]),'env':_0x356e6d,'metadata':{'version':getCliVersion(),'createdAt':new Date()[_0x2bc647(0x131)]()}});writeConfigFile(_0x5b2535,_0x143c57);const _0x2b1471=_0x1f87bd===_0x2bc647(0x141)?_0x2bc647(0x141):_0x2bc647(0x145);console['log'](_0x2bc647(0x158)+_0x2b1471+_0x2bc647(0x133)),console[_0x2bc647(0x137)](_0x2bc647(0x13f)+_0x2a06d9[_0x2bc647(0x132)](_0x7b110e=>_0x7b110e['appCode'])['join'](',\x20')),console[_0x2bc647(0x137)](_0x2bc647(0x139)+_0x143c57[_0x2bc647(0x15b)]),console[_0x2bc647(0x137)](_0x2bc647(0x15c)+_0x143c57['env']),console[_0x2bc647(0x137)](_0x2bc647(0x130)+_0x5b2535);}async function runSmartInit(_0x42bba3){const _0x38b239=a94_0x333c,_0x5c8313=process[_0x38b239(0x146)](),_0x51b72b=_0x42bba3[_0x38b239(0x136)](_0x38b239(0x141))?'global':'project',_0xede47f=_0x42bba3[_0x38b239(0x154)](_0x38b239(0x138))||'production',_0x52dae7=_0x42bba3[_0x38b239(0x154)](_0x38b239(0x148))||undefined;if(_0x51b72b===_0x38b239(0x145)){const _0x2c3b5d=existsSync(resolve(_0x5c8313,NEW_CONFIG_NAME)),_0x354f3=LEGACY_CONFIG_NAMES[_0x38b239(0x155)](_0x5a419a=>existsSync(resolve(_0x5c8313,_0x5a419a)));if(_0x354f3&&!_0x2c3b5d)return console['log']('检测到旧配置文件,正在自动升级...\x0a'),upgradeApp(_0x42bba3[_0x38b239(0x135)],{'yes':_0x42bba3[_0x38b239(0x136)](_0x38b239(0x14d))});if(_0x2c3b5d)throw CliErrors['validation'](_0x38b239(0x13b),_0x38b239(0x13c)+CLI_BIN_NAME+_0x38b239(0x134));}if(_0x52dae7){const _0x2c3a6d=validateAppcode(_0x52dae7);if(!_0x2c3a6d[_0x38b239(0x142)])throw CliErrors[_0x38b239(0x14b)](_0x2c3a6d[_0x38b239(0x13a)]);writeInitConfig(_0x51b72b,[syntheticApp(_0x52dae7)],_0xede47f);return;}if(_0x42bba3['nonInteractive'])throw CliErrors['flagMissing'](_0x38b239(0x148),_0x38b239(0x152)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>\x20[--env\x20<env>]');const _0x3e93f4=getCookie(),_0x1bb04e=await selectMultipleApps(_0x3e93f4),_0x1c902d=_0x1bb04e==='custom'?[syntheticApp(await promptCustomAppcode())]:_0x1bb04e;writeInitConfig(_0x51b72b,_0x1c902d,_0xede47f);}const initFlags=[{'name':'global','type':'boolean','description':a94_0x3ce8ad(0x15a),'default':![]},{'name':'env','type':a94_0x3ce8ad(0x149),'description':a94_0x3ce8ad(0x157),'default':'production','enum':[...RABETBASE_ENV_VALUES]},{'name':'appcode','type':a94_0x3ce8ad(0x149),'description':a94_0x3ce8ad(0x159)},{'name':a94_0x3ce8ad(0x14d),'type':a94_0x3ce8ad(0x156),'description':'Auto-confirm\x20prompts','default':![]}];export const initDefinitions=[{'service':'init','command':a94_0x3ce8ad(0x153),'description':a94_0x3ce8ad(0x14c),'risk':a94_0x3ce8ad(0x15d),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initFlags,async 'execute'(_0x3cd514){return await runSmartInit(_0x3cd514),{'ok':!![]};}}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4b5a20,_0x199a18){const _0x521523=a95_0x3344,_0x517075=_0x4b5a20();while(!![]){try{const _0x18b592=-parseInt(_0x521523(0x12d))/0x1*(-parseInt(_0x521523(0x12e))/0x2)+-parseInt(_0x521523(0x12f))/0x3+-parseInt(_0x521523(0x131))/0x4*(-parseInt(_0x521523(0x137))/0x5)+parseInt(_0x521523(0x132))/0x6*(-parseInt(_0x521523(0x135))/0x7)+-parseInt(_0x521523(0x12c))/0x8*(parseInt(_0x521523(0x136))/0x9)+parseInt(_0x521523(0x130))/0xa*(parseInt(_0x521523(0x138))/0xb)+parseInt(_0x521523(0x134))/0xc*(parseInt(_0x521523(0x133))/0xd);if(_0x18b592===_0x199a18)break;else _0x517075['push'](_0x517075['shift']());}catch(_0x115ee7){_0x517075['push'](_0x517075['shift']());}}}(a95_0x163a,0xcaca7));function a95_0x3344(_0x1c16d6,_0x42304e){_0x1c16d6=_0x1c16d6-0x12c;const _0x163a12=a95_0x163a();let _0x334487=_0x163a12[_0x1c16d6];return _0x334487;}import{issueReport}from'../../commands/issue/report.js';export const issueDefinitions=[issueReport];function a95_0x163a(){const _0x17c7d7=['11402521HgotLX','24cpJGCa','623JBDHdO','676404xyaiUM','760pNPfjf','2245771wstjzg','96YWwWym','18015VNVwTC','2avVuis','2016846DASSap','20FbYSHO','18796mIrgmA','33036NPwMMu'];a95_0x163a=function(){return _0x17c7d7;};return a95_0x163a();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a96_0x26f66d=a96_0x34fa;(function(_0x4fe0c1,_0x1ebcbf){const _0x1bfc88=a96_0x34fa,_0x631550=_0x4fe0c1();while(!![]){try{const _0xc408c7=parseInt(_0x1bfc88(0x106))/0x1*(parseInt(_0x1bfc88(0x115))/0x2)+parseInt(_0x1bfc88(0x104))/0x3+-parseInt(_0x1bfc88(0x108))/0x4+parseInt(_0x1bfc88(0x109))/0x5*(-parseInt(_0x1bfc88(0x10d))/0x6)+parseInt(_0x1bfc88(0x10f))/0x7+-parseInt(_0x1bfc88(0x110))/0x8+parseInt(_0x1bfc88(0x102))/0x9;if(_0xc408c7===_0x1ebcbf)break;else _0x631550['push'](_0x631550['shift']());}catch(_0xdc7632){_0x631550['push'](_0x631550['shift']());}}}(a96_0x5038,0x2b680));import{CliError}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';export const NUDGE_OPT_OUT_ENV=a96_0x26f66d(0x11e);const NUDGE_SUPPRESSED_CODES=new Set([a96_0x26f66d(0x10b),a96_0x26f66d(0x111),'config_missing',a96_0x26f66d(0x10e),'unknown_command',a96_0x26f66d(0x100),'validation_error','network_error']),defaultWriter=_0x49baf0=>{const _0x47a0ed=a96_0x26f66d;process[_0x47a0ed(0x103)]['write'](_0x49baf0);};export function shouldNudgeForError(_0x3f55bd,_0x590cc9){const _0x38d2fe=a96_0x26f66d;if(process.env[NUDGE_OPT_OUT_ENV]==='1')return![];if(_0x590cc9[_0x38d2fe(0x11b)]==='issue'&&_0x590cc9['command']===_0x38d2fe(0x10a))return![];if(_0x3f55bd instanceof CliError)return!NUDGE_SUPPRESSED_CODES[_0x38d2fe(0x11c)](_0x3f55bd[_0x38d2fe(0x11f)]);return!![];}export function printIssueReportNudgeForError(_0x589b62,_0x42a7c1,_0xef2d6a=defaultWriter){if(!shouldNudgeForError(_0x589b62,_0x42a7c1))return;const _0x33d086=buildSuggestedTitle(_0x589b62,_0x42a7c1);_0xef2d6a(formatNudge(_0x33d086));}function a96_0x5038(){const _0x1695d0=['\x20\x20(Cookies\x20/\x20Authorization\x20/\x20access\x20keys\x20are\x20automatically\x20redacted\x20before\x20upload.)','574038fiIhwf','not_in_project','1541071FFgWwm','2065656AoJtAj','auth_required','\x20\x20\x20\x20--title\x20\x22','\x20\x20Set\x20','trim','50600ywkZFd','command','\x20issue\x20report\x20\x5c','Hit\x20a\x20','\x22\x20\x5c','replace','service','has','length','RABETBASE_DISABLE_ISSUE_NUDGE','code','=1\x20to\x20silence\x20this\x20hint.','flag_missing','\x20bug?\x20Help\x20us\x20fix\x20it:','1762740pGAMjr','stderr','515409FnrGmo','message','10aBKCnX','join','1236576jRwFFt','5VyqyDc','report','cancelled'];a96_0x5038=function(){return _0x1695d0;};return a96_0x5038();}function a96_0x34fa(_0x3d9268,_0x4229cf){_0x3d9268=_0x3d9268-0x100;const _0x5038d8=a96_0x5038();let _0x34fa02=_0x5038d8[_0x3d9268];return _0x34fa02;}function buildSuggestedTitle(_0x763703,_0x5951c5){const _0x38afed=a96_0x26f66d,_0x2167e7=_0x763703 instanceof Error?_0x763703[_0x38afed(0x105)]:String(_0x763703),_0x5d101c=_0x2167e7['replace'](/[\r\n]+/g,'\x20')['replace'](/\s+/g,'\x20')[_0x38afed(0x114)]()['slice'](0x0,0x78)[_0x38afed(0x11a)](/"/g,'\x5c\x22'),_0x2f64ce=CLI_BIN_NAME+'\x20'+_0x5951c5[_0x38afed(0x11b)]+'\x20'+_0x5951c5[_0x38afed(0x116)];return _0x5d101c[_0x38afed(0x11d)]>0x0?_0x2f64ce+':\x20'+_0x5d101c:_0x2f64ce;}function formatNudge(_0x315f08){const _0x5c383e=a96_0x26f66d;return['',_0x5c383e(0x118)+CLI_BIN_NAME+_0x5c383e(0x101),'\x20\x20'+CLI_BIN_NAME+_0x5c383e(0x117),_0x5c383e(0x112)+_0x315f08+_0x5c383e(0x119),'\x20\x20\x20\x20--description\x20\x22Steps\x20to\x20reproduce,\x20expected\x20vs\x20actual,\x20and\x20any\x20relevant\x20logs.\x22',_0x5c383e(0x10c),_0x5c383e(0x113)+NUDGE_OPT_OUT_ENV+_0x5c383e(0x120),''][_0x5c383e(0x107)]('\x0a');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a97_0x2f09(){const _0x5dfb0d=['descriptionSource:\x20','Inline\x20markdown\x20issue\x20description\x20(alternative\x20to\x20--description-file)','Platform\x20issue\x20reported\x20(','\x20secret(s):\x20','descriptionFile:\x20','One-line\x20issue\x20summary','validation','3128752lacLah','Platform\x20issue\x20reported','Send\x20platform\x20issue\x20collect\x20log\x20via\x20the\x20CLI\x20telemetry\x20adapter','issue.description','POST','sanitize','file','Issue\x20description\x20cannot\x20be\x20empty.','description-file','Provide\x20--title\x20with\x20a\x20one-line\x20issue\x20summary.','redactions:\x20','str','issue.description_truncated','apiError','Failed\x20to\x20report\x20platform\x20issue:\x20','issue.title','inline','issue.description_redaction_kinds','1684178OUUmNf','110BjjRJj','truncated','title','message','descriptionFilePath','3LpfSVm','\x20bytes','originalBytes','redactionKinds','Issue\x20description\x20file\x20is\x20empty:\x20','utf8','460656azuaOy','join','Use\x20--description\x20for\x20short\x20markdown\x20text,\x20or\x20--description-file\x20for\x20full\x20issue\x20context.','cwd','filter','descriptionSource','File\x20not\x20found:\x20','otel://','Provide\x20exactly\x20one\x20of\x20--description\x20or\x20--description-file.','Provide\x20non-empty\x20markdown\x20content\x20via\x20--description\x20or\x20--description-file.','Check\x20telemetry\x20configuration\x20and\x20network\x20reachability,\x20then\x20retry.','trim','length','compress','766759waPHEZ','redactionCount','truncated:\x20original\x20','36mLioYE','description','write','push','2712xCUNlJ','flagMissing','10674SpMqjy','2683700jnQNiB','issue','190542OfMzkQ','string'];a97_0x2f09=function(){return _0x5dfb0d;};return a97_0x2f09();}const a97_0x16c929=a97_0x2800;(function(_0x4412ec,_0x10b1d0){const _0x2e39fc=a97_0x2800,_0x4baf41=_0x4412ec();while(!![]){try{const _0x3d6feb=parseInt(_0x2e39fc(0x209))/0x1+-parseInt(_0x2e39fc(0x1fd))/0x2*(-parseInt(_0x2e39fc(0x203))/0x3)+-parseInt(_0x2e39fc(0x1eb))/0x4+-parseInt(_0x2e39fc(0x221))/0x5+-parseInt(_0x2e39fc(0x21a))/0x6*(-parseInt(_0x2e39fc(0x217))/0x7)+-parseInt(_0x2e39fc(0x21e))/0x8*(parseInt(_0x2e39fc(0x220))/0x9)+parseInt(_0x2e39fc(0x1fe))/0xa*(parseInt(_0x2e39fc(0x223))/0xb);if(_0x3d6feb===_0x10b1d0)break;else _0x4baf41['push'](_0x4baf41['shift']());}catch(_0x10640d){_0x4baf41['push'](_0x4baf41['shift']());}}}(a97_0x2f09,0x68dd7));import{existsSync}from'node:fs';import{readFile}from'node:fs/promises';import{resolve}from'node:path';import{CliErrors}from'../../errors.js';import{sanitizeIssueDescription}from'../../commands/issue/shared.js';function a97_0x2800(_0x6eef1,_0x52c6e0){_0x6eef1=_0x6eef1-0x1e4;const _0x2f0909=a97_0x2f09();let _0x2800d8=_0x2f0909[_0x6eef1];return _0x2800d8;}import{PLATFORM_ISSUE_SPAN_NAME,PLATFORM_ISSUE_TRACE_NAME,sendPlatformIssueCollectLog}from'../../telemetry/send-platform-issue-collect-log.js';const DESCRIPTION_FILE_FLAG=a97_0x16c929(0x1f3);export const issueReport={'service':a97_0x16c929(0x222),'command':'report','description':'Report\x20a\x20platform\x20issue\x20with\x20title\x20and\x20markdown\x20context','risk':a97_0x16c929(0x21c),'requiresAuth':!![],'requiresAppCode':![],'defaultOutputFormat':a97_0x16c929(0x216),'flags':[{'name':a97_0x16c929(0x200),'type':a97_0x16c929(0x224),'required':!![],'description':a97_0x16c929(0x1e9)},{'name':a97_0x16c929(0x21b),'type':a97_0x16c929(0x224),'description':a97_0x16c929(0x1e5)},{'name':DESCRIPTION_FILE_FLAG,'type':a97_0x16c929(0x224),'description':'Path\x20to\x20a\x20markdown\x20file\x20whose\x20contents\x20become\x20issue.description'}],async 'validate'(_0x531511){const _0xbbed0=a97_0x16c929,_0x4b0691=_0x531511[_0xbbed0(0x1f6)](_0xbbed0(0x200))['trim'](),_0x2c3c99=_0x531511[_0xbbed0(0x1f6)]('description')[_0xbbed0(0x214)](),_0x354024=_0x531511[_0xbbed0(0x1f6)](DESCRIPTION_FILE_FLAG)['trim']();if(!_0x4b0691)throw CliErrors[_0xbbed0(0x21f)](_0xbbed0(0x200),_0xbbed0(0x1f4));const _0x2fd275=_0x2c3c99['length']>0x0,_0xb40df5=_0x354024[_0xbbed0(0x215)]>0x0;if(_0x2fd275===_0xb40df5)throw CliErrors[_0xbbed0(0x1ea)](_0xbbed0(0x211),_0xbbed0(0x20b));if(_0xb40df5){const _0x7976f=resolve(process[_0xbbed0(0x20c)](),_0x354024);if(!existsSync(_0x7976f))throw CliErrors[_0xbbed0(0x1ea)](_0xbbed0(0x20f)+_0x7976f);}},async 'dryRun'(_0x59032c){const _0xa2c6c6=a97_0x16c929,_0x3b593f=await prepareIssueReport(_0x59032c);return{'method':_0xa2c6c6(0x1ef),'url':_0xa2c6c6(0x210)+PLATFORM_ISSUE_TRACE_NAME+'/'+PLATFORM_ISSUE_SPAN_NAME,'body':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x3b593f[_0xa2c6c6(0x200)],'issue.description':_0x3b593f[_0xa2c6c6(0x21b)],'issue.description_original_bytes':_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x205)],'issue.description_truncated':_0x3b593f['sanitize'][_0xa2c6c6(0x1ff)],'issue.description_redactions':_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x218)],'issue.description_redaction_kinds':_0x3b593f[_0xa2c6c6(0x1f0)]['redactionKinds'][_0xa2c6c6(0x20a)](',')}},'description':[_0xa2c6c6(0x1ed),_0xa2c6c6(0x1e4)+_0x3b593f[_0xa2c6c6(0x20e)],_0x3b593f['descriptionFilePath']?_0xa2c6c6(0x1e8)+_0x3b593f[_0xa2c6c6(0x202)]:null,_0x3b593f['sanitize'][_0xa2c6c6(0x1ff)]?_0xa2c6c6(0x219)+_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x205)]+_0xa2c6c6(0x204):null,_0x3b593f['sanitize'][_0xa2c6c6(0x218)]>0x0?_0xa2c6c6(0x1f5)+_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x218)]+'\x20('+_0x3b593f[_0xa2c6c6(0x1f0)][_0xa2c6c6(0x206)][_0xa2c6c6(0x20a)](',\x20')+')':null][_0xa2c6c6(0x20d)](Boolean)['join']('\x0a')};},async 'execute'(_0x432dc2){const _0x403b30=a97_0x16c929,_0x2015c1=await prepareIssueReport(_0x432dc2);try{await sendPlatformIssueCollectLog({'title':_0x2015c1[_0x403b30(0x200)],'description':_0x2015c1[_0x403b30(0x21b)],'sanitize':{'originalBytes':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x205)],'truncated':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x1ff)],'redactionCount':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x218)],'redactionKinds':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x206)]}});}catch(_0x4851b2){throw CliErrors[_0x403b30(0x1f8)](_0x403b30(0x1f9)+(_0x4851b2 instanceof Error?_0x4851b2[_0x403b30(0x201)]:String(_0x4851b2)),_0x403b30(0x213));}return{'ok':!![],'message':buildResultMessage(_0x2015c1['sanitize']),'data':{'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logDataKeys':[_0x403b30(0x1fa),_0x403b30(0x1ee),'issue.description_original_bytes',_0x403b30(0x1f7),'issue.description_redactions',_0x403b30(0x1fc)],'issue':{'title':_0x2015c1[_0x403b30(0x200)],'descriptionLength':_0x2015c1['description'][_0x403b30(0x215)],'descriptionSource':_0x2015c1['descriptionSource'],..._0x2015c1[_0x403b30(0x202)]?{'descriptionFile':_0x2015c1[_0x403b30(0x202)]}:{},'sanitize':{'originalBytes':_0x2015c1[_0x403b30(0x1f0)]['originalBytes'],'truncated':_0x2015c1['sanitize'][_0x403b30(0x1ff)],'redactions':_0x2015c1[_0x403b30(0x1f0)]['redactionCount'],'redactionKinds':_0x2015c1[_0x403b30(0x1f0)][_0x403b30(0x206)]}}}};}};function buildResultMessage(_0x50c472){const _0x1c98dc=a97_0x16c929,_0x59ea5a=[];return _0x50c472[_0x1c98dc(0x1ff)]&&_0x59ea5a[_0x1c98dc(0x21d)]('truncated\x20from\x20'+_0x50c472[_0x1c98dc(0x205)]+'\x20bytes'),_0x50c472[_0x1c98dc(0x218)]>0x0&&_0x59ea5a[_0x1c98dc(0x21d)]('redacted\x20'+_0x50c472[_0x1c98dc(0x218)]+_0x1c98dc(0x1e7)+_0x50c472[_0x1c98dc(0x206)][_0x1c98dc(0x20a)](',\x20')),_0x59ea5a[_0x1c98dc(0x215)]===0x0?_0x1c98dc(0x1ec):_0x1c98dc(0x1e6)+_0x59ea5a[_0x1c98dc(0x20a)](';\x20')+')';}async function prepareIssueReport(_0x2203dd){const _0x43686d=a97_0x16c929,_0x1d6b5b=_0x2203dd[_0x43686d(0x1f6)](_0x43686d(0x200))[_0x43686d(0x214)](),_0x28326c=_0x2203dd[_0x43686d(0x1f6)](_0x43686d(0x21b)),_0x3dd704=_0x2203dd[_0x43686d(0x1f6)](DESCRIPTION_FILE_FLAG)[_0x43686d(0x214)]();if(!_0x3dd704){const _0x5755e4=_0x28326c;if(!_0x5755e4['trim']())throw CliErrors[_0x43686d(0x1ea)](_0x43686d(0x1f2),_0x43686d(0x212));const _0x58c9c4=sanitizeIssueDescription(_0x5755e4);return{'title':_0x1d6b5b,'description':_0x58c9c4[_0x43686d(0x21b)],'descriptionSource':_0x43686d(0x1fb),'sanitize':_0x58c9c4};}const _0x490ae1=resolve(process[_0x43686d(0x20c)](),_0x3dd704),_0x232843=await readFile(_0x490ae1,_0x43686d(0x208));if(!_0x232843[_0x43686d(0x214)]())throw CliErrors[_0x43686d(0x1ea)](_0x43686d(0x207)+_0x490ae1,'Write\x20markdown\x20context\x20into\x20the\x20file\x20before\x20retrying.');const _0x47be76=sanitizeIssueDescription(_0x232843);return{'title':_0x1d6b5b,'description':_0x47be76[_0x43686d(0x21b)],'descriptionSource':_0x43686d(0x1f1),'descriptionFilePath':_0x490ae1,'sanitize':_0x47be76};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a98_0x460b(){const _0x306d7d=['228XobqBz','password','REDACTED:cookie','from','description','50kOUKtp','6697712hHUGFx','includes','REDACTED:password','REDACTED:bearer-jwt','bearer-jwt','140520BGneVM','private-key','kind','authorization','cookie','REDACTED:private-key','byteLength','1322536KHywZq','subarray','pattern','34670273SDglgh','slice','10uPhNdj','REDACTED:access-key','replace','push','toString','17424ZMiUVA','length','max','251510CSczPW','REDACTED:authorization','1386825vsLnjB','restore','utf8','72Puienn','__RB_OSS_ID_'];a98_0x460b=function(){return _0x306d7d;};return a98_0x460b();}const a98_0x1091ce=a98_0x38ef;(function(_0xff1e17,_0x2e35d2){const _0x4746dd=a98_0x38ef,_0x763b5=_0xff1e17();while(!![]){try{const _0x34f11d=parseInt(_0x4746dd(0x10f))/0x1+parseInt(_0x4746dd(0x114))/0x2*(-parseInt(_0x4746dd(0x10a))/0x3)+parseInt(_0x4746dd(0x11a))/0x4+parseInt(_0x4746dd(0x119))/0x5*(parseInt(_0x4746dd(0x11f))/0x6)+parseInt(_0x4746dd(0x10d))/0x7+parseInt(_0x4746dd(0x100))/0x8*(parseInt(_0x4746dd(0x112))/0x9)+parseInt(_0x4746dd(0x105))/0xa*(-parseInt(_0x4746dd(0x103))/0xb);if(_0x34f11d===_0x2e35d2)break;else _0x763b5['push'](_0x763b5['shift']());}catch(_0x1eec3a){_0x763b5['push'](_0x763b5['shift']());}}}(a98_0x460b,0xcd11c));export const ISSUE_DESCRIPTION_MAX_BYTES=0x100*0x400;const TRUNCATION_NOTICE='\x0a\x0a[...TRUNCATED\x20by\x20rabetbase-cli...]',REDACTION_RULES=[{'kind':a98_0x1091ce(0x123),'pattern':/(cookie\s*[:=]\s*)[^\s;,'"`]+/gi,'label':a98_0x1091ce(0x116)},{'kind':a98_0x1091ce(0x122),'pattern':/(authorization\s*:\s*)(bearer|basic|token)\s+[^\s'"`]+/gi,'label':a98_0x1091ce(0x10e)},{'kind':a98_0x1091ce(0x120),'pattern':/-----BEGIN [A-Z0-9 ]*PRIVATE KEY-----[\s\S]*?-----END [A-Z0-9 ]*PRIVATE KEY-----/g,'label':a98_0x1091ce(0x124)},{'kind':'access-key','pattern':/((?:aliyun_)?(?:access|secret)[_-]?key(?:[_-]?id)?\s*[:=]\s*)['"]?[A-Za-z0-9/+_\-]{8,}['"]?/gi,'label':a98_0x1091ce(0x106)},{'kind':a98_0x1091ce(0x115),'pattern':/(pass(?:word|wd)\s*[:=]\s*)['"]?[^\s'"`]+['"]?/gi,'label':a98_0x1091ce(0x11c)},{'kind':a98_0x1091ce(0x11e),'pattern':/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\b/g,'label':a98_0x1091ce(0x11d)}];export function sanitizeIssueDescription(_0xfed03e){const _0xb16f18=a98_0x1091ce,_0x1c8b31=Buffer['byteLength'](_0xfed03e,_0xb16f18(0x111)),_0x48b01e=process.env.RABETBASE_ISSUE_RAW_DESCRIPTION==='1';let _0x4d0611=_0xfed03e,_0x3fe909=0x0;const _0x4d2738=[];if(!_0x48b01e){const _0x1259a3=protectOssAccessKeyIds(_0x4d0611);_0x4d0611=_0x1259a3[_0xb16f18(0x118)];for(const _0x3ff51e of REDACTION_RULES){let _0x392b84=0x0;_0x4d0611=_0x4d0611[_0xb16f18(0x107)](_0x3ff51e[_0xb16f18(0x102)],(_0x1382b7,_0x5123fc)=>{_0x392b84+=0x1;const _0x3a2a8e=typeof _0x5123fc==='string'?_0x5123fc:'';return _0x3a2a8e+'['+_0x3ff51e['label']+']';}),_0x392b84>0x0&&(_0x3fe909+=_0x392b84,!_0x4d2738[_0xb16f18(0x11b)](_0x3ff51e['kind'])&&_0x4d2738['push'](_0x3ff51e[_0xb16f18(0x121)]));}_0x4d0611=_0x1259a3[_0xb16f18(0x110)](_0x4d0611);}let _0x4dded5=![];if(Buffer[_0xb16f18(0xff)](_0x4d0611,_0xb16f18(0x111))>ISSUE_DESCRIPTION_MAX_BYTES){_0x4dded5=!![];const _0x334f1c=Buffer[_0xb16f18(0xff)](TRUNCATION_NOTICE,_0xb16f18(0x111)),_0x232831=Math[_0xb16f18(0x10c)](0x0,ISSUE_DESCRIPTION_MAX_BYTES-_0x334f1c);_0x4d0611=sliceUtf8Bytes(_0x4d0611,_0x232831)+TRUNCATION_NOTICE;}return{'description':_0x4d0611,'originalBytes':_0x1c8b31,'truncated':_0x4dded5,'redactionCount':_0x3fe909,'redactionKinds':_0x4d2738};}function a98_0x38ef(_0x44035b,_0x326316){_0x44035b=_0x44035b-0xff;const _0x460b85=a98_0x460b();let _0x38ef4c=_0x460b85[_0x44035b];return _0x38ef4c;}function protectOssAccessKeyIds(_0x595b3c){const _0xa6dfce=a98_0x1091ce,_0x15b615=[],_0xe96440=_0x595b3c[_0xa6dfce(0x107)](/([?&])OSSAccessKeyId=([A-Za-z0-9/+_\-]{8,})/gi,(_0x583d73,_0x1cd861)=>{const _0x13eb21=_0xa6dfce,_0x385d09=_0x15b615[_0x13eb21(0x108)](_0x583d73[_0x13eb21(0x104)](_0x1cd861[_0x13eb21(0x10b)]))-0x1;return _0x1cd861+_0x13eb21(0x113)+_0x385d09+'__';});return{'description':_0xe96440,'restore':_0x3627ae=>_0x3627ae[_0xa6dfce(0x107)](/([?&])__RB_OSS_ID_(\d+)__/g,(_0x59905e,_0x2d5460,_0x292f57)=>{const _0x2d62de=_0x15b615[Number(_0x292f57)];return _0x2d62de===undefined?_0x59905e:''+_0x2d5460+_0x2d62de;})};}function sliceUtf8Bytes(_0x3d3b9e,_0x5ee18b){const _0x3bd1ff=a98_0x1091ce;if(_0x5ee18b<=0x0)return'';const _0xed69fa=Buffer[_0x3bd1ff(0x117)](_0x3d3b9e,_0x3bd1ff(0x111));if(_0xed69fa['byteLength']<=_0x5ee18b)return _0x3d3b9e;let _0x561821=_0x5ee18b;while(_0x561821>0x0){const _0x462217=_0xed69fa[_0x561821];if(_0x462217===undefined||(_0x462217&0xc0)!==0x80)break;_0x561821-=0x1;}return _0xed69fa[_0x3bd1ff(0x101)](0x0,_0x561821)[_0x3bd1ff(0x109)](_0x3bd1ff(0x111));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a99_0x4dc7a7=a99_0x56c5;(function(_0x364716,_0x4e8724){const _0x41b33f=a99_0x56c5,_0x3afe87=_0x364716();while(!![]){try{const _0x276e3e=-parseInt(_0x41b33f(0x14b))/0x1+parseInt(_0x41b33f(0x15c))/0x2+-parseInt(_0x41b33f(0x151))/0x3*(-parseInt(_0x41b33f(0x14a))/0x4)+parseInt(_0x41b33f(0x14f))/0x5*(-parseInt(_0x41b33f(0x147))/0x6)+-parseInt(_0x41b33f(0x14e))/0x7*(-parseInt(_0x41b33f(0x163))/0x8)+-parseInt(_0x41b33f(0x150))/0x9+-parseInt(_0x41b33f(0x15f))/0xa*(-parseInt(_0x41b33f(0x165))/0xb);if(_0x276e3e===_0x4e8724)break;else _0x3afe87['push'](_0x3afe87['shift']());}catch(_0x278101){_0x3afe87['push'](_0x3afe87['shift']());}}}(a99_0x2b33,0x1f97a));function a99_0x56c5(_0x2030b7,_0xa7221f){_0x2030b7=_0x2030b7-0x144;const _0x2b3309=a99_0x2b33();let _0x56c509=_0x2b3309[_0x2030b7];return _0x56c509;}import{createEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertCompanyKnowledgeBase,fetchAllCompanyKnowledgeBases,findExactCompanyKnowledgeBases,inspectKbContent,kbError,projectKb,readKbFile,requireKb,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const CREATE_PATH=a99_0x4dc7a7(0x14c);function readCreateInput(_0x2f34d1){const _0x40d043=a99_0x4dc7a7,_0x4185b1=_0x2f34d1[_0x40d043(0x173)]('title')[_0x40d043(0x15a)]();if(!_0x4185b1)throw kbError(_0x40d043(0x171),_0x40d043(0x157));const _0x2951dc=_0x2f34d1[_0x40d043(0x173)]('file')[_0x40d043(0x15a)]();if(!_0x2951dc)throw kbError(_0x40d043(0x172),_0x40d043(0x167),'Pass\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file.');return{'title':_0x4185b1,'file':_0x2951dc};}async function prepareCreate(_0xa001bd){const _0x1c95e8=a99_0x4dc7a7,_0x38457b=readCreateInput(_0xa001bd),_0xd8e86e=await readKbFile(_0x38457b[_0x1c95e8(0x158)]),_0x129f39=await fetchAllCompanyKnowledgeBases(_0xa001bd,{'title':_0x38457b[_0x1c95e8(0x160)]}),_0x5ee299=findExactCompanyKnowledgeBases(_0x129f39,_0xa001bd[_0x1c95e8(0x161)],_0x38457b['title']);if(_0x5ee299[_0x1c95e8(0x149)]>0x0)throw kbError('kb_already_exists','Company\x20knowledge\x20base\x20already\x20exists\x20for\x20app\x20'+_0xa001bd[_0x1c95e8(0x161)]+_0x1c95e8(0x169)+_0x38457b[_0x1c95e8(0x160)]+'.',_0x1c95e8(0x144)+_0x5ee299[0x0]['id']+_0x1c95e8(0x156));return{..._0x38457b,'content':_0xd8e86e};}function plannedAfter(_0x2495f1,_0x1e9298){const _0x4b365b=a99_0x4dc7a7;return{'scope':_0x4b365b(0x146),'appCode':_0x2495f1[_0x4b365b(0x161)],'title':_0x1e9298[_0x4b365b(0x160)],'contentByteSize':_0x1e9298[_0x4b365b(0x166)][_0x4b365b(0x153)],'contentHash':_0x1e9298[_0x4b365b(0x166)][_0x4b365b(0x16d)]};}function a99_0x2b33(){const _0x2f7be0=['stringify','contentHash','kb_create_outcome_unknown','kb_verification_failed','POST','kb_title_required','kb_file_required','str','\x20--format\x20compress','Run\x20`rabetbase\x20kb\x20detail\x20--id\x20','rabetbase\x20kb\x20detail\x20--id\x20','company','42CtlmKB','Expected\x20one\x20exact\x20company\x20knowledge\x20base\x20after\x20uncertain\x20create;\x20found\x20','length','400988bjIpfd','68539pLlRuW','/admin/knowledge-base/create','cookie','203KDkHpa','12145ySTzZB','1012914RIFzPv','3BcBElM','string','byteSize','rabetbase\x20kb\x20list\x20--title\x20','Company\x20knowledge\x20base\x20','\x20--format\x20compress`\x20before\x20choosing\x20update.','--title\x20is\x20required.','file','verified','trim','Create\x20a\x20company\x20knowledge\x20base\x20from\x20a\x20UTF-8\x20text\x20or\x20Markdown\x20file','11864mjEsmh','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20','Create\x20response\x20was\x20unavailable;\x20recovered\x20one\x20exact\x20company/app/title\x20record\x20without\x20resubmitting.','158740nxBkRP','title','appCode','high-risk-write','21640ftPtHV','\x20for\x20','99opIorY','content','--file\x20is\x20required.','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','\x20with\x20title\x20','UTF-8\x20text\x20or\x20Markdown\x20content\x20file','create'];a99_0x2b33=function(){return _0x2f7be0;};return a99_0x2b33();}function verifyCreatedState(_0x408bb6,_0x28188a,_0x2cfd75){const _0x31ea48=a99_0x4dc7a7;assertCompanyKnowledgeBase(_0x2cfd75,_0x408bb6[_0x31ea48(0x161)],_0x2cfd75['id']);const _0x519533=inspectKbContent(_0x2cfd75[_0x31ea48(0x166)]);if(_0x2cfd75[_0x31ea48(0x160)]!==_0x28188a[_0x31ea48(0x160)]||_0x519533[_0x31ea48(0x16d)]!==_0x28188a[_0x31ea48(0x166)][_0x31ea48(0x16d)])throw kbError(_0x31ea48(0x16f),_0x31ea48(0x155)+_0x2cfd75['id']+'\x20does\x20not\x20match\x20the\x20requested\x20create\x20state.',_0x31ea48(0x15d)+_0x2cfd75['id']+_0x31ea48(0x168));return projectKb(_0x2cfd75);}export const kbCreate={'service':'kb','command':a99_0x4dc7a7(0x16b),'description':a99_0x4dc7a7(0x15b),'risk':a99_0x4dc7a7(0x162),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'title','type':a99_0x4dc7a7(0x152),'required':!![],'description':'Knowledge-base\x20title'},{'name':a99_0x4dc7a7(0x158),'type':a99_0x4dc7a7(0x152),'required':!![],'description':a99_0x4dc7a7(0x16a)}],async 'validate'(_0x2c1ee4){readCreateInput(_0x2c1ee4),requireKbExplicitYes(_0x2c1ee4);},async 'dryRun'(_0x5507dc){const _0x2738b8=a99_0x4dc7a7,_0x3739b8=await prepareCreate(_0x5507dc);return asDryRunResult({'operation':_0x2738b8(0x16b),'selector':{'scope':_0x2738b8(0x146),'appCode':_0x5507dc[_0x2738b8(0x161)],'title':_0x3739b8[_0x2738b8(0x160)]},'before':null,'after':plannedAfter(_0x5507dc,_0x3739b8),'dryRun':!![],'backend':{'method':'POST','path':CREATE_PATH},'warnings':[],'verification':{'lookupCommand':_0x2738b8(0x154)+JSON[_0x2738b8(0x16c)](_0x3739b8[_0x2738b8(0x160)])+_0x2738b8(0x174)}},{'method':_0x2738b8(0x170),'url':CREATE_PATH});},async 'execute'(_0x3c602c){const _0x251ac1=a99_0x4dc7a7;requireKbExplicitYes(_0x3c602c);const _0x36c79b=await prepareCreate(_0x3c602c);let _0x4e9e65,_0x38762b=![];try{const _0xe4f17e=await createEnterpriseKnowledgeBase(_0x3c602c[_0x251ac1(0x14d)],{'appCode':_0x3c602c[_0x251ac1(0x161)],'title':_0x36c79b[_0x251ac1(0x160)],'content':_0x36c79b[_0x251ac1(0x166)][_0x251ac1(0x166)]});assertCompanyKnowledgeBase(_0xe4f17e,_0x3c602c[_0x251ac1(0x161)],_0xe4f17e['id']),_0x4e9e65=_0xe4f17e['id'];}catch(_0x31a5b0){if(!isPlatformTransportFailure(_0x31a5b0))throw _0x31a5b0;_0x38762b=!![];}if(_0x4e9e65===undefined){const _0x5b1445=await verifyKbMutationReadback('create',!![],()=>fetchAllCompanyKnowledgeBases(_0x3c602c,{'title':_0x36c79b['title']})),_0x10b70a=findExactCompanyKnowledgeBases(_0x5b1445,_0x3c602c[_0x251ac1(0x161)],_0x36c79b[_0x251ac1(0x160)]);if(_0x10b70a[_0x251ac1(0x149)]!==0x1)throw kbError(_0x251ac1(0x16e),_0x251ac1(0x148)+_0x10b70a[_0x251ac1(0x149)]+'.','Do\x20not\x20resubmit.\x20Inspect\x20the\x20resolved\x20app\x20and\x20determine\x20the\x20outcome\x20manually.');_0x4e9e65=_0x10b70a[0x0]['id'];}const _0x54f738=await verifyKbMutationReadback(_0x251ac1(0x16b),_0x38762b,()=>requireKb(_0x3c602c,_0x4e9e65)),_0x4cea36=verifyCreatedState(_0x3c602c,_0x36c79b,_0x54f738),_0x5c1cde=_0x38762b?[_0x251ac1(0x15e)]:[];return{'ok':!![],'data':{'operation':_0x251ac1(0x16b),'selector':{'id':_0x4cea36['id'],'scope':_0x251ac1(0x146),'appCode':_0x4cea36['appCode']},'before':null,'after':_0x4cea36,'dryRun':![],'backend':{'method':_0x251ac1(0x170),'path':CREATE_PATH},'warnings':_0x5c1cde,'verification':{'status':_0x251ac1(0x159),'recoveredAfterUnknownResponse':_0x38762b,'lookupCommand':_0x251ac1(0x145)+_0x4cea36['id']+_0x251ac1(0x174)}},'message':'Created\x20company\x20knowledge\x20base\x20'+_0x4cea36['id']+_0x251ac1(0x164)+_0x4cea36[_0x251ac1(0x161)]};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a100_0x5665bb=a100_0x4ed8;(function(_0x5d9c82,_0x92ee9c){const _0x34befb=a100_0x4ed8,_0x5716df=_0x5d9c82();while(!![]){try{const _0x69ba51=-parseInt(_0x34befb(0xcf))/0x1*(-parseInt(_0x34befb(0xc7))/0x2)+-parseInt(_0x34befb(0xbb))/0x3*(parseInt(_0x34befb(0xce))/0x4)+-parseInt(_0x34befb(0xca))/0x5+-parseInt(_0x34befb(0xb4))/0x6*(parseInt(_0x34befb(0xc8))/0x7)+-parseInt(_0x34befb(0xc3))/0x8+parseInt(_0x34befb(0xc6))/0x9*(parseInt(_0x34befb(0xb3))/0xa)+parseInt(_0x34befb(0xcb))/0xb;if(_0x69ba51===_0x92ee9c)break;else _0x5716df['push'](_0x5716df['shift']());}catch(_0x5adcd2){_0x5716df['push'](_0x5716df['shift']());}}}(a100_0x39cc,0xd593f));import{deleteEnterpriseKnowledgeBase,isPlatformTransportFailure}from'../../core/api-client.js';import{asDryRunResult}from'../../commands/common/dry-run.js';import{assertExpectedKbVersion,getKbOrNull,kbError,projectKb,readKbId,requireKbExplicitYes,verifyKbMutationReadback}from'../../commands/kb/shared.js';const DELETE_PATH='/admin/knowledge-base/delete',RAG_WARNING=a100_0x5665bb(0xbe),NON_ATOMIC_WARNING=a100_0x5665bb(0xb1);function readExpectedVersion(_0x3eebb6){const _0x520375=a100_0x5665bb,_0x426621=_0x3eebb6[_0x520375(0xbf)](_0x520375(0xc4));if(_0x426621===undefined)return undefined;const _0x1044f2=Number(_0x426621);if(!Number['isSafeInteger'](_0x1044f2)||_0x1044f2<0x0)throw kbError('kb_expected_version_invalid','--expected-version\x20must\x20be\x20a\x20non-negative\x20safe\x20integer.');return _0x1044f2;}function noOpData(_0x8f9ac7,_0x3684fb,_0x5eda7a){const _0xc3e10d=a100_0x5665bb;return{'operation':_0xc3e10d(0xc2),'selector':{'id':_0x3684fb,'scope':_0xc3e10d(0xbc),'appCode':_0x8f9ac7[_0xc3e10d(0xcc)]},'before':null,'after':null,'dryRun':_0x5eda7a,'deleteCalled':![],'backend':{'method':_0xc3e10d(0xc0),'path':DELETE_PATH},'warnings':[],'verification':{'status':_0xc3e10d(0xcd),'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]}}};}function a100_0x4ed8(_0x18baf9,_0x439de0){_0x18baf9=_0x18baf9-0xb1;const _0x39cc09=a100_0x39cc();let _0x4ed8e1=_0x39cc09[_0x18baf9];return _0x4ed8e1;}export const kbDelete={'service':'kb','command':'delete','description':a100_0x5665bb(0xb5),'risk':a100_0x5665bb(0xc5),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':a100_0x5665bb(0xc9),'required':!![],'description':a100_0x5665bb(0xba)},{'name':a100_0x5665bb(0xc4),'type':'number','required':![],'description':'Non-atomic\x20preflight\x20assertion\x20for\x20the\x20current\x20version'}],async 'validate'(_0x2aa087){readKbId(_0x2aa087),readExpectedVersion(_0x2aa087),requireKbExplicitYes(_0x2aa087);},async 'dryRun'(_0x58eeb7){const _0x357dc1=a100_0x5665bb,_0x486839=readKbId(_0x58eeb7),_0x40e18e=readExpectedVersion(_0x58eeb7),_0x19d9ee=await getKbOrNull(_0x58eeb7,_0x486839);if(!_0x19d9ee)return asDryRunResult(noOpData(_0x58eeb7,_0x486839,!![]),{'method':'POST','url':DELETE_PATH});assertExpectedKbVersion(_0x19d9ee,_0x40e18e);const _0x6acbed=projectKb(_0x19d9ee),_0x3788de=[RAG_WARNING];if(_0x40e18e!==undefined)_0x3788de[_0x357dc1(0xbd)](NON_ATOMIC_WARNING);return asDryRunResult({'operation':'delete','selector':{'id':_0x6acbed['id'],'scope':'company','appCode':_0x6acbed[_0x357dc1(0xcc)]},'before':_0x6acbed,'after':null,'dryRun':!![],'deleteCalled':![],'backend':{'method':_0x357dc1(0xc0),'path':DELETE_PATH},'warnings':_0x3788de,'verification':{'expectedVersion':_0x40e18e??null,'atomicCompareAndSet':![],'snapshotHash':_0x6acbed[_0x357dc1(0xb7)],'databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'lookupCommand':_0x357dc1(0xb8)+_0x6acbed['id']+_0x357dc1(0xb2)}},{'method':_0x357dc1(0xc0),'url':DELETE_PATH});},async 'execute'(_0x53f93d){const _0x97054d=a100_0x5665bb;requireKbExplicitYes(_0x53f93d);const _0x2432ed=readKbId(_0x53f93d),_0x548c68=readExpectedVersion(_0x53f93d),_0x46cc57=await getKbOrNull(_0x53f93d,_0x2432ed);if(!_0x46cc57)return{'ok':!![],'data':noOpData(_0x53f93d,_0x2432ed,![]),'message':'Company\x20knowledge\x20base\x20'+_0x2432ed+'\x20is\x20already\x20absent;\x20no\x20delete\x20request\x20was\x20made'};assertExpectedKbVersion(_0x46cc57,_0x548c68);const _0x45f175=projectKb(_0x46cc57);let _0x34a3cb=![];try{await deleteEnterpriseKnowledgeBase(_0x53f93d['cookie'],_0x2432ed);}catch(_0x487253){if(!isPlatformTransportFailure(_0x487253))throw _0x487253;_0x34a3cb=!![];}const _0x5344d4=await verifyKbMutationReadback(_0x97054d(0xb9),_0x34a3cb,()=>getKbOrNull(_0x53f93d,_0x2432ed));if(_0x5344d4)throw kbError(_0x34a3cb?_0x97054d(0xc1):_0x97054d(0xb6),'Company\x20knowledge\x20base\x20'+_0x2432ed+'\x20remains\x20readable\x20after\x20delete.','Inspect\x20it\x20with\x20`rabetbase\x20kb\x20detail\x20--id\x20'+_0x2432ed+_0x97054d(0xd0));const _0x14e71c=[RAG_WARNING];if(_0x548c68!==undefined)_0x14e71c[_0x97054d(0xbd)](NON_ATOMIC_WARNING);return _0x34a3cb&&_0x14e71c[_0x97054d(0xbd)]('Delete\x20response\x20was\x20unavailable;\x20exact-ID\x20not-found\x20readback\x20verified\x20database\x20soft\x20deletion\x20without\x20resubmitting.'),{'ok':!![],'data':{'operation':_0x97054d(0xb9),'selector':{'id':_0x45f175['id'],'scope':_0x97054d(0xbc),'appCode':_0x45f175[_0x97054d(0xcc)]},'before':_0x45f175,'after':null,'dryRun':![],'deleteCalled':!![],'backend':{'method':_0x97054d(0xc0),'path':DELETE_PATH},'warnings':_0x14e71c,'verification':{'status':'verified','databaseSoftDelete':!![],'ragCleanup':{'asynchronous':!![],'verified':![]},'recoveredAfterUnknownResponse':_0x34a3cb,'lookupCommand':'rabetbase\x20kb\x20detail\x20--id\x20'+_0x45f175['id']+_0x97054d(0xb2)}},'message':'Soft-deleted\x20company\x20knowledge\x20base\x20'+_0x45f175['id']};}};function a100_0x39cc(){const _0x8ad98a=['7203440cjvtJw','8907678XvaMGS','Soft-delete\x20a\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','kb_verification_failed','snapshotHash','rabetbase\x20kb\x20detail\x20--id\x20','delete','Company\x20knowledge-base\x20id','2194845KaDmjf','company','unshift','Database\x20soft\x20deletion\x20was\x20verified;\x20asynchronous\x20RAG\x20cleanup\x20was\x20not\x20verified\x20by\x20the\x20CLI.','flag','POST','kb_delete_outcome_unknown','no_op','9453904NAzooN','expected-version','high-risk-write','18xwYuxx','29738pTgKWW','7xFSSvR','number','241760KbPTlr','14511200wJVVoc','appCode','already_absent','4VisoWj','105sxqhrF','\x20--format\x20compress`;\x20do\x20not\x20resubmit\x20automatically.','--expected-version\x20is\x20a\x20non-atomic\x20read-before-write\x20assertion;\x20the\x20server\x20delete\x20contract\x20has\x20no\x20version\x20predicate.','\x20--format\x20compress'];a100_0x39cc=function(){return _0x8ad98a;};return a100_0x39cc();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a101_0x27a039=a101_0x28a0;(function(_0x47c8ad,_0x95e9e0){const _0x5d6346=a101_0x28a0,_0x40cc38=_0x47c8ad();while(!![]){try{const _0x5bce61=-parseInt(_0x5d6346(0x10b))/0x1+-parseInt(_0x5d6346(0x10e))/0x2*(parseInt(_0x5d6346(0x108))/0x3)+-parseInt(_0x5d6346(0x105))/0x4*(parseInt(_0x5d6346(0x109))/0x5)+parseInt(_0x5d6346(0x110))/0x6+-parseInt(_0x5d6346(0x104))/0x7*(-parseInt(_0x5d6346(0x113))/0x8)+-parseInt(_0x5d6346(0x10a))/0x9*(-parseInt(_0x5d6346(0x106))/0xa)+parseInt(_0x5d6346(0x10c))/0xb*(parseInt(_0x5d6346(0x107))/0xc);if(_0x5bce61===_0x95e9e0)break;else _0x40cc38['push'](_0x40cc38['shift']());}catch(_0x181077){_0x40cc38['push'](_0x40cc38['shift']());}}}(a101_0x3e47,0xdda46));import{projectKb,readKbId,requireKb}from'../../commands/kb/shared.js';function a101_0x3e47(){const _0x35a38c=['Show\x20one\x20company\x20knowledge\x20base\x20for\x20the\x20resolved\x20app','372858rBDGkJ','Company\x20knowledge-base\x20id','5146440KwHpxM','detail','Loaded\x20company\x20knowledge\x20base\x20','4856Wyzalk','13979cSdrau','104492aPkmxX','152990RFuoDw','84HZGwRu','15vxdkqT','100SKjtLH','369eoDqjm','1342006oAVHaZ','1582867ErfiCt'];a101_0x3e47=function(){return _0x35a38c;};return a101_0x3e47();}function a101_0x28a0(_0x437a4d,_0x1678c8){_0x437a4d=_0x437a4d-0x104;const _0x3e4792=a101_0x3e47();let _0x28a0d1=_0x3e4792[_0x437a4d];return _0x28a0d1;}export const kbDetail={'service':'kb','command':a101_0x27a039(0x111),'description':a101_0x27a039(0x10d),'risk':'read','requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'id','type':'number','required':!![],'description':a101_0x27a039(0x10f)}],async 'validate'(_0x494b89){readKbId(_0x494b89);},async 'execute'(_0x131456){const _0x5c979a=a101_0x27a039,_0x51bf8c=readKbId(_0x131456),_0x42512d=await requireKb(_0x131456,_0x51bf8c);return{'ok':!![],'data':{'knowledgeBase':projectKb(_0x42512d)},'message':_0x5c979a(0x112)+_0x51bf8c};}};
|
package/lib/commands/kb/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4b70e9,_0x3a99f5){const _0x4fac5f=a102_0x511d,_0x4d989=_0x4b70e9();while(!![]){try{const _0x539e62=parseInt(_0x4fac5f(0xc8))/0x1+parseInt(_0x4fac5f(0xca))/0x2*(-parseInt(_0x4fac5f(0xc2))/0x3)+parseInt(_0x4fac5f(0xc5))/0x4*(parseInt(_0x4fac5f(0xcb))/0x5)+-parseInt(_0x4fac5f(0xc6))/0x6*(parseInt(_0x4fac5f(0xc4))/0x7)+parseInt(_0x4fac5f(0xc1))/0x8+-parseInt(_0x4fac5f(0xc7))/0x9*(parseInt(_0x4fac5f(0xc9))/0xa)+parseInt(_0x4fac5f(0xc3))/0xb*(-parseInt(_0x4fac5f(0xc0))/0xc);if(_0x539e62===_0x3a99f5)break;else _0x4d989['push'](_0x4d989['shift']());}catch(_0x1f22ad){_0x4d989['push'](_0x4d989['shift']());}}}(a102_0x1c47,0xd9190));import{kbList}from'../../commands/kb/list.js';import{kbDetail}from'../../commands/kb/detail.js';function a102_0x1c47(){const _0x50f928=['2035FMkWln','4475569bikEnz','4TxVJha','6hbqhKx','21564fGmGkp','873771PntCyP','1400RJdlwW','26998ydVkAz','8260510foMdbX','30012RqufyE','6182232OqGDzJ','216WdQheo'];a102_0x1c47=function(){return _0x50f928;};return a102_0x1c47();}function a102_0x511d(_0x2bb8d3,_0x3b669f){_0x2bb8d3=_0x2bb8d3-0xc0;const _0x1c4722=a102_0x1c47();let _0x511db2=_0x1c4722[_0x2bb8d3];return _0x511db2;}import{kbCreate}from'../../commands/kb/create.js';import{kbUpdate}from'../../commands/kb/update.js';import{kbDelete}from'../../commands/kb/delete.js';export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbDelete];
|
package/lib/commands/kb/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a103_0x34a337=a103_0x5c23;(function(_0x9fc831,_0x24c538){const _0x32261e=a103_0x5c23,_0x57c62c=_0x9fc831();while(!![]){try{const _0x364b06=parseInt(_0x32261e(0x1da))/0x1*(-parseInt(_0x32261e(0x1e1))/0x2)+-parseInt(_0x32261e(0x1dd))/0x3+-parseInt(_0x32261e(0x1e0))/0x4*(-parseInt(_0x32261e(0x1d6))/0x5)+parseInt(_0x32261e(0x1de))/0x6+parseInt(_0x32261e(0x1d8))/0x7*(-parseInt(_0x32261e(0x1d7))/0x8)+-parseInt(_0x32261e(0x1dc))/0x9+parseInt(_0x32261e(0x1d9))/0xa;if(_0x364b06===_0x24c538)break;else _0x57c62c['push'](_0x57c62c['shift']());}catch(_0x2b23df){_0x57c62c['push'](_0x57c62c['shift']());}}}(a103_0x3ddc,0x5f112));function a103_0x3ddc(){const _0x8a48f0=['152220lLinrW','1448HyUYXr','25459TEHnsU','14079260FdljXC','1Xnnpvs','map','3263859FxOrSJ','995295FRfLGd','1788054nqIJXl','length','16qqaFRE','171208AbnyDm','trim','read','Found\x20','str','string','title'];a103_0x3ddc=function(){return _0x8a48f0;};return a103_0x3ddc();}import{fetchAllCompanyKnowledgeBases,projectKb}from'../../commands/kb/shared.js';function a103_0x5c23(_0x4b655e,_0x157d8b){_0x4b655e=_0x4b655e-0x1d6;const _0x3ddc14=a103_0x3ddc();let _0x5c230d=_0x3ddc14[_0x4b655e];return _0x5c230d;}export const kbList={'service':'kb','command':'list','description':'List\x20company\x20knowledge\x20bases\x20for\x20the\x20resolved\x20app','risk':a103_0x34a337(0x1e3),'requiresAppCode':!![],'structuredErrors':!![],'flags':[{'name':'title','type':a103_0x34a337(0x1e6),'required':![],'description':'Filter\x20by\x20knowledge-base\x20title'}],async 'execute'(_0x8ed7e9){const _0x23451e=a103_0x34a337,_0x30e00d=_0x8ed7e9[_0x23451e(0x1e5)](_0x23451e(0x1e7))[_0x23451e(0x1e2)](),_0x502735=await fetchAllCompanyKnowledgeBases(_0x8ed7e9,{..._0x30e00d?{'title':_0x30e00d}:{}}),_0x3f0a1c=_0x502735[_0x23451e(0x1db)](projectKb);return{'ok':!![],'data':{'total':_0x3f0a1c[_0x23451e(0x1df)],'knowledgeBases':_0x3f0a1c},'message':_0x23451e(0x1e4)+_0x3f0a1c[_0x23451e(0x1df)]+'\x20company\x20knowledge\x20base(s)\x20for\x20'+_0x8ed7e9['appCode']};}};
|