@lovrabet/rabetbase-cli 2.3.16-beta.2 → 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/README.md +1 -1
- 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/templates/projects/sub-app-react-demo/CHANGELOG.md +1 -1
- package/templates/projects/sub-app-react-demo/README.md +1 -1
- package/templates/projects/sub-app-react-demo/docs/quick-start.md +1 -1
- package/templates/projects/sub-app-react-demo/src/pages/index.tsx +1 -1
- package/lib/commands/project/init.js +0 -1
- package/lib/commands/sql/save.js +0 -1
|
@@ -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
|
-
const a92_0x221142=a92_0x53cc;(function(_0x27ebd5,_0x5649e4){const _0x1a1204=a92_0x53cc,_0x265bb6=_0x27ebd5();while(!![]){try{const _0x1e12f7=parseInt(_0x1a1204(0x99))/0x1*(parseInt(_0x1a1204(0x9c))/0x2)+parseInt(_0x1a1204(0x9b))/0x3*(-parseInt(_0x1a1204(0xaf))/0x4)+parseInt(_0x1a1204(0x91))/0x5+parseInt(_0x1a1204(0x81))/0x6+parseInt(_0x1a1204(0x89))/0x7+-parseInt(_0x1a1204(0xce))/0x8*(-parseInt(_0x1a1204(0xcc))/0x9)+parseInt(_0x1a1204(0x97))/0xa*(-parseInt(_0x1a1204(0x9f))/0xb);if(_0x1e12f7===_0x5649e4)break;else _0x265bb6['push'](_0x265bb6['shift']());}catch(_0x10ca58){_0x265bb6['push'](_0x265bb6['shift']());}}}(a92_0x37d0,0xabf73));import a92_0x4daab 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_0x53cc(_0x574d56,_0xea4629){_0x574d56=_0x574d56-0x7d;const _0x37d065=a92_0x37d0();let _0x53cc91=_0x37d065[_0x574d56];return _0x53cc91;}async function execute(_0x29b518){const _0x3977de=a92_0x53cc,_0x17100c=GIT_COMMIT!==_0x3977de(0x7e)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x3977de(0x87)](0x0,0xa)+')':VERSION,_0x4c1719=buildConfigFromFlags({}),_0x46c900=getCookie();console[_0x3977de(0xcb)](),console['log'](a92_0x4daab[_0x3977de(0xb1)](CLI_BIN_NAME+_0x3977de(0xc2))),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xd1)]('─'['repeat'](0x32))),console[_0x3977de(0xcb)]('\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20'+_0x17100c),console[_0x3977de(0xcb)]('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process['version']),console['log'](_0x3977de(0x86)+process[_0x3977de(0xa5)]+'\x20'+process[_0x3977de(0x8a)]),console[_0x3977de(0xcb)](),console['log'](a92_0x4daab[_0x3977de(0xb1)]('\x20\x20Config\x20Files')),console[_0x3977de(0xcb)](a92_0x4daab['gray'](_0x3977de(0xa6)[_0x3977de(0x93)](0x1e)));const _0x468ea6=getGlobalConfigPath(),_0x7872d6=getProjectConfigPath();console['log'](_0x3977de(0x9d)+(_0x468ea6||a92_0x4daab['gray'](_0x3977de(0xaa)))),console[_0x3977de(0xcb)](_0x3977de(0xb5)+(_0x7872d6||a92_0x4daab['gray']('(not\x20found)'))),console[_0x3977de(0xcb)](),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xb1)](_0x3977de(0xca))),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xd1)]('\x20\x20─'[_0x3977de(0x93)](0x1e)));const _0x584893=(_0x44c269,_0x439a26)=>{const _0x394b09=_0x3977de;if(!_0x439a26){console[_0x394b09(0xcb)]('\x20\x20'+_0x44c269[_0x394b09(0x96)](0x11)+'\x20'+a92_0x4daab['gray'](_0x394b09(0xbf)));return;}const _0x537a3a=inspectCliConfigJsonFile(_0x439a26);if(_0x537a3a[_0x394b09(0x8f)]==='ok')console['log']('\x20\x20'+_0x44c269[_0x394b09(0x96)](0x11)+'\x20'+a92_0x4daab[_0x394b09(0xc9)](_0x394b09(0x8d)));else{if(_0x537a3a['status']===_0x394b09(0xc5))console[_0x394b09(0xcb)]('\x20\x20'+_0x44c269[_0x394b09(0x96)](0x11)+'\x20'+a92_0x4daab[_0x394b09(0x98)]('⚠\x20Empty\x20(treated\x20as\x20{})'));else _0x537a3a[_0x394b09(0x8f)]===_0x394b09(0xae)?console[_0x394b09(0xcb)]('\x20\x20'+_0x44c269[_0x394b09(0x96)](0x11)+'\x20'+a92_0x4daab[_0x394b09(0xd1)](_0x394b09(0xb0))):(console[_0x394b09(0xcb)]('\x20\x20'+_0x44c269['padEnd'](0x11)+'\x20'+a92_0x4daab[_0x394b09(0xb3)](_0x394b09(0xcd))),console[_0x394b09(0xcb)]('\x20\x20'+''[_0x394b09(0x96)](0x11)+'\x20'+a92_0x4daab['red'](_0x537a3a['message'])));}};_0x584893(_0x3977de(0xc3),_0x468ea6),_0x584893(_0x3977de(0xc8),_0x7872d6),console[_0x3977de(0xcb)](),console[_0x3977de(0xcb)](a92_0x4daab['bold'](_0x3977de(0xb6))),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xa6)['repeat'](0x1e))),console['log'](_0x3977de(0xb8)+(_0x4c1719[_0x3977de(0xa2)]||a92_0x4daab[_0x3977de(0xb3)](_0x3977de(0xa3)))),console[_0x3977de(0xcb)](_0x3977de(0x7d)+_0x4c1719[_0x3977de(0xbd)]),console['log'](_0x3977de(0x83)+_0x4c1719[_0x3977de(0xb9)]),console['log'](_0x3977de(0x84)+_0x4c1719['apiDir']),console[_0x3977de(0xcb)]('\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20'+(_0x4c1719['defaultApp']||a92_0x4daab['gray'](_0x3977de(0xd0)))),console[_0x3977de(0xcb)]('\x20\x20currentApp:\x20\x20\x20\x20\x20\x20'+(_0x4c1719[_0x3977de(0x9e)]||a92_0x4daab[_0x3977de(0xd1)]('(none)'))),console[_0x3977de(0xcb)](_0x3977de(0xc4)+(_0x4c1719['explicitAppName']||a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xd0)))),console[_0x3977de(0xcb)](_0x3977de(0x8e)+(_0x4c1719['format']||a92_0x4daab[_0x3977de(0xd1)]('(default:\x20'+DEFAULT_CONFIG_VALUES[_0x3977de(0xa4)]+')'))),console[_0x3977de(0xcb)]('\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x4c1719['pageSize']??a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xac)))),console['log'](_0x3977de(0x95)+_0x4c1719['riskLevel']),console[_0x3977de(0xcb)](_0x3977de(0xba)+_0x4c1719['verbose']),console[_0x3977de(0xcb)](_0x3977de(0xb2)+(_0x4c1719[_0x3977de(0xbb)]?a92_0x4daab[_0x3977de(0xc9)](_0x3977de(0xa1)+_0x4c1719['cookie'][_0x3977de(0xa8)]+')'):_0x46c900?a92_0x4daab[_0x3977de(0xc9)](_0x3977de(0x88)+_0x46c900['length']+')'):a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xd0))));const _0x5d277b=Object['keys'](_0x4c1719[_0x3977de(0xcf)]);if(_0x5d277b[_0x3977de(0xa8)]>0x0){console[_0x3977de(0xcb)](),console[_0x3977de(0xcb)](a92_0x4daab['bold']('\x20\x20Apps')),console['log'](a92_0x4daab[_0x3977de(0xd1)]('\x20\x20─'[_0x3977de(0x93)](0x1e)));for(const _0xf77b87 of _0x5d277b){const _0x5d8d25=_0x4c1719[_0x3977de(0xcf)][_0xf77b87],_0x2022aa=_0xf77b87===_0x4c1719[_0x3977de(0xc7)],_0xca19f3=_0xf77b87===_0x4c1719[_0x3977de(0x9e)],_0x57a4b7=_0xca19f3?a92_0x4daab['green'](_0x3977de(0x85)):'',_0x176f48=_0x2022aa?_0x3977de(0xc6):'';console[_0x3977de(0xcb)]('\x20\x20'+_0xf77b87+_0x176f48+_0x57a4b7),console['log'](_0x3977de(0xad)+_0x5d8d25[_0x3977de(0xbc)]);const _0x1c4d17=buildAppDoctorFields(_0x5d8d25,{'env':_0x4c1719[_0x3977de(0xbd)],'apiDir':_0x4c1719[_0x3977de(0xa9)][_0x3977de(0xc1)]||DEFAULT_CONFIG_VALUES[_0x3977de(0xc1)],'cookie':_0x4c1719[_0x3977de(0xbb)]||_0x46c900||undefined,'accessKey':_0x4c1719[_0x3977de(0x8c)]});console['log'](_0x3977de(0xab)+_0x1c4d17[_0x3977de(0xbd)][_0x3977de(0x8b)]+'\x20\x20'+a92_0x4daab[_0x3977de(0xd1)]('('+_0x1c4d17[_0x3977de(0xbd)]['source']+')')),console[_0x3977de(0xcb)](_0x3977de(0x92)+_0x1c4d17['apiDir'][_0x3977de(0x8b)]+'\x20\x20'+a92_0x4daab[_0x3977de(0xd1)]('('+_0x1c4d17[_0x3977de(0xc1)][_0x3977de(0x90)]+')'));const _0x586a8a=_0x1c4d17[_0x3977de(0xbb)][_0x3977de(0x8b)]?a92_0x4daab['green'](_0x3977de(0xa1)+_0x1c4d17[_0x3977de(0xbb)][_0x3977de(0x8b)][_0x3977de(0xa8)]+')'):a92_0x4daab['gray']('(none)');console[_0x3977de(0xcb)](_0x3977de(0xa0)+_0x586a8a+'\x20\x20'+a92_0x4daab[_0x3977de(0xd1)]('('+_0x1c4d17[_0x3977de(0xbb)]['source']+')'));const _0x2d49ba=_0x1c4d17[_0x3977de(0x8c)][_0x3977de(0x8b)]?a92_0x4daab[_0x3977de(0xc9)](_0x3977de(0xa1)+_0x1c4d17[_0x3977de(0x8c)][_0x3977de(0x8b)][_0x3977de(0xa8)]+')'):a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xd0));console[_0x3977de(0xcb)]('\x20\x20\x20\x20accessKey:\x20\x20'+_0x2d49ba+'\x20\x20'+a92_0x4daab[_0x3977de(0xd1)]('('+_0x1c4d17[_0x3977de(0x8c)]['source']+')'));}}console[_0x3977de(0xcb)](),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xb1)](_0x3977de(0xc0))),console['log'](a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xa6)['repeat'](0x1e))),console['log']('\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20'+getApiDomain()),console['log'](_0x3977de(0xb4)+getUserDomain()),console[_0x3977de(0xcb)](_0x3977de(0xbe)+getRuntimeDomain()),console['log'](),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xb1)](_0x3977de(0x7f))),console[_0x3977de(0xcb)](a92_0x4daab[_0x3977de(0xd1)](_0x3977de(0xa6)[_0x3977de(0x93)](0x1e)));if(_0x46c900){const _0x3f7c04=await getIsSessionValid();console[_0x3977de(0xcb)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x3f7c04?a92_0x4daab[_0x3977de(0xc9)](_0x3977de(0xa7)):a92_0x4daab[_0x3977de(0xb3)](_0x3977de(0x80))));}else console[_0x3977de(0xcb)]('\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a92_0x4daab['red'](_0x3977de(0x82)));return console['log'](),{'ok':!![]};}function a92_0x37d0(){const _0x125c6d=['(default)','\x20\x20\x20\x20appcode:\x20\x20\x20\x20','missing','137704WVWVAZ','(missing)','bold','\x20\x20cookie:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','red','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','doctor','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','locale','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','cookie','appcode','env','\x20\x20runtimeDomain:\x20\x20\x20','(no\x20file)','\x20\x20API\x20Endpoints','apiDir','\x20doctor','Global','\x20\x20explicitAppName:\x20','empty','\x20(default)','defaultApp','Project','green','\x20\x20Config\x20JSON','log','2846115lloZxP','✗\x20Invalid\x20JSON','8fEArTB','apps','(none)','gray','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','unknown','\x20\x20Auth','✗\x20Expired','3222810iwUHTE','✗\x20Not\x20logged\x20in','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20apiDir:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20←\x20current','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','slice','(set\x20via\x20file,\x20length=','4686892DLUxaI','arch','value','accessKey','✓\x20Valid\x20JSON','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','status','source','1231165xWVlCh','\x20\x20\x20\x20apiDir:\x20\x20\x20\x20\x20','repeat','read','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','padEnd','1070XzzddB','yellow','2193OEYuDj','Diagnose\x20CLI\x20configuration\x20and\x20connectivity','24SvePbe','378EqslWq','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','currentApp','123761LBkDPS','\x20\x20\x20\x20cookie:\x20\x20\x20\x20\x20','(set,\x20length=','appCode','(not\x20set)','format','platform','\x20\x20─','✓\x20Valid','length','raw','(not\x20found)','\x20\x20\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20'];a92_0x37d0=function(){return _0x125c6d;};return a92_0x37d0();}export const doctorDefinition={'service':a92_0x221142(0xb7),'command':'check','description':a92_0x221142(0x9a),'risk':a92_0x221142(0x94),'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
|
-
|
|
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
|
-
const
|
|
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
|
-
const
|
|
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
|
-
const
|
|
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
|
-
|
|
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']};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a104_0x4115e2=a104_0x4e77;(function(_0x5726e6,_0x20621c){const _0x19b385=a104_0x4e77,_0xbd89df=_0x5726e6();while(!![]){try{const _0x5a1a83=parseInt(_0x19b385(0xd4))/0x1*(parseInt(_0x19b385(0x126))/0x2)+parseInt(_0x19b385(0xe3))/0x3*(parseInt(_0x19b385(0xd2))/0x4)+-parseInt(_0x19b385(0xf3))/0x5+parseInt(_0x19b385(0xf2))/0x6*(parseInt(_0x19b385(0xfc))/0x7)+-parseInt(_0x19b385(0x100))/0x8+parseInt(_0x19b385(0xe9))/0x9+parseInt(_0x19b385(0xf7))/0xa*(-parseInt(_0x19b385(0x115))/0xb);if(_0x5a1a83===_0x20621c)break;else _0xbd89df['push'](_0xbd89df['shift']());}catch(_0x5042a7){_0xbd89df['push'](_0xbd89df['shift']());}}}(a104_0x2552,0xee963));import{createHash}from'node:crypto';import{readFile,stat}from'node:fs/promises';import{resolve}from'node:path';import{TextDecoder}from'node:util';import{getEnterpriseKnowledgeBase,getPlatformErrorCode,listEnterpriseKnowledgeBases}from'../../core/api-client.js';import{CliError}from'../../errors.js';const LIST_PAGE_SIZE=0x32,DATA_NOT_EXIST_ERROR_CODE=a104_0x4115e2(0xe6);export function kbError(_0xbf5de3,_0x4db1a9,_0x86ade3){return new CliError(_0xbf5de3,0x1,_0x4db1a9,_0x86ade3);}export function readKbId(_0x5ef6c6){const _0xc31e7=a104_0x4115e2,_0xf220e5=_0x5ef6c6[_0xc31e7(0x122)]('id');if(!Number[_0xc31e7(0xe5)](_0xf220e5)||_0xf220e5<=0x0)throw kbError(_0xc31e7(0x114),'--id\x20must\x20be\x20a\x20positive\x20safe\x20integer.');return _0xf220e5;}export function requireKbExplicitYes(_0x313a92){const _0x55c6b4=a104_0x4115e2;if(_0x313a92[_0x55c6b4(0x10b)](_0x55c6b4(0x11e))||_0x313a92['bool'](_0x55c6b4(0xfb)))return;throw kbError(_0x55c6b4(0xec),_0x55c6b4(0x117),'Run\x20the\x20same\x20command\x20with\x20--dry-run\x20first,\x20then\x20add\x20--yes\x20after\x20reviewing\x20the\x20plan.');}function sha256(_0xdb81ac){const _0x1db00d=a104_0x4115e2;return'sha256:'+createHash('sha256')[_0x1db00d(0x11a)](_0xdb81ac)[_0x1db00d(0xdb)](_0x1db00d(0x107));}export function inspectKbContent(_0x1022d7){const _0x33e5b6=a104_0x4115e2,_0x16100f=Buffer[_0x33e5b6(0xe7)](_0x1022d7,_0x33e5b6(0xed));return{'content':_0x1022d7,'byteSize':_0x16100f[_0x33e5b6(0x106)],'contentHash':sha256(_0x16100f)};}export async function readKbFile(_0x2d5f09){const _0xd9f441=a104_0x4115e2,_0x14b2c4=_0x2d5f09[_0xd9f441(0x118)]();if(!_0x14b2c4)throw kbError(_0xd9f441(0xeb),'Knowledge-base\x20content\x20file\x20path\x20is\x20required.',_0xd9f441(0x116));const _0x2af149=resolve(_0x14b2c4);let _0x5eed44;try{_0x5eed44=await stat(_0x2af149);}catch(_0x36c659){throw kbError(_0xd9f441(0x101),_0xd9f441(0x103)+_0x14b2c4,_0x36c659 instanceof Error?_0x36c659[_0xd9f441(0x109)]:String(_0x36c659));}if(!_0x5eed44[_0xd9f441(0xd3)]())throw kbError(_0xd9f441(0x110),'Knowledge-base\x20content\x20path\x20is\x20not\x20a\x20regular\x20file:\x20'+_0x14b2c4);let _0x2b0ce6;try{_0x2b0ce6=await readFile(_0x2af149);}catch(_0x4aef3f){throw kbError(_0xd9f441(0x101),_0xd9f441(0xe8)+_0x14b2c4,_0x4aef3f instanceof Error?_0x4aef3f[_0xd9f441(0x109)]:String(_0x4aef3f));}let _0x297d4d;try{_0x297d4d=new TextDecoder(_0xd9f441(0x120),{'fatal':!![],'ignoreBOM':!![]})['decode'](_0x2b0ce6);}catch{throw kbError('kb_content_invalid',_0xd9f441(0x111)+_0x14b2c4);}if(!_0x297d4d[_0xd9f441(0x118)]())throw kbError(_0xd9f441(0xfe),_0xd9f441(0x112)+_0x14b2c4);return inspectKbContent(_0x297d4d);}export async function verifyKbMutationReadback(_0x3abbb6,_0x2fd88a,_0x59597f){const _0x33bb96=a104_0x4115e2;try{return await _0x59597f();}catch(_0x559916){const _0xddccc6=kbError(_0x33bb96(0x10c)+_0x3abbb6+'_'+(_0x2fd88a?_0x33bb96(0xf0):_0x33bb96(0xd9)),'The\x20'+_0x3abbb6+_0x33bb96(0x129),_0x33bb96(0xe2));Object[_0x33bb96(0x10d)](_0xddccc6,_0x33bb96(0xf5),{'value':_0x559916,'enumerable':![]});throw _0xddccc6;}}function requireRecordText(_0x3a2656,_0x1bd1ad,_0x3bf039,_0x3118f3={}){const _0x1649bd=a104_0x4115e2;if(typeof _0x3a2656==='string'&&(_0x3118f3['allowEmpty']||_0x3a2656['trim']()))return _0x3a2656;throw kbError(_0x1649bd(0x128),_0x1649bd(0x108)+String(_0x3bf039)+'\x20response\x20is\x20missing\x20'+_0x1bd1ad+'.');}function a104_0x2552(){const _0x2eba5e=['kb_confirmation_required','utf8','Knowledge-base\x20response\x20contains\x20an\x20invalid\x20id.','paging','outcome_unknown','string','12niOJvN','3450065CNTWYS','\x20was\x20requested.','cause','createTime','70hnladk','number','Knowledge-base\x20list\x20returned\x20an\x20invalid\x20or\x20repeated\x20id:\x20','\x20while\x20page\x20','yes','1704955GpHYhw','stringify','kb_content_invalid','totalCount','10809760VtPNdh','kb_file_unreadable','has','Cannot\x20access\x20knowledge-base\x20content\x20file:\x20','\x20response\x20contains\x20an\x20invalid\x20version.','length','byteLength','hex','Knowledge\x20base\x20','message','content','bool','kb_','defineProperty','\x20does\x20not\x20belong\x20to\x20company\x20scope\x20for\x20app\x20','add','kb_file_invalid','Knowledge-base\x20content\x20file\x20is\x20not\x20valid\x20UTF-8:\x20','Knowledge-base\x20content\x20file\x20is\x20blank:\x20','scope','kb_id_invalid','1024782YyxxBm','Pass\x20--file\x20<knowledge.md>.','This\x20company\x20knowledge-base\x20mutation\x20requires\x20explicit\x20--yes.','trim','company','update','\x20records.','appCode','Knowledge-base\x20list\x20stopped\x20at\x20','dry-run','byteSize','utf-8','version','num','currentPage','kb_list_contract_invalid','updateTime','2ovOsLd','\x20of\x20','kb_response_invalid','\x20request\x20was\x20sent,\x20but\x20its\x20final\x20company\x20knowledge-base\x20state\x20could\x20not\x20be\x20verified.','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20review\x20the\x20latest\x20version\x20before\x20retrying.','cookie','4uVIWqS','isFile','16271UBnKty','Retry\x20the\x20read\x20after\x20concurrent\x20updates\x20have\x20settled.','\x20while\x20id\x20','title','\x20during\x20paging.','verification_unavailable','filter','digest','kb_not_found','kb_state_drift',',\x20current\x20','\x20to\x20','contentHash','Knowledge-base\x20list\x20returned\x20page\x20','Do\x20not\x20resubmit\x20automatically.\x20Resolve\x20the\x20app\x20again\x20and\x20inspect\x20the\x20target\x20state\x20manually.','5297817dgHJRX','Knowledge-base\x20list\x20total\x20changed\x20from\x20','isSafeInteger','306','from','Cannot\x20read\x20knowledge-base\x20content\x20file:\x20','12611502MTzOyZ','items','kb_file_required'];a104_0x2552=function(){return _0x2eba5e;};return a104_0x2552();}export function projectKb(_0x4c234f){const _0x49adaf=a104_0x4115e2;if(!Number[_0x49adaf(0xe5)](_0x4c234f['id'])||_0x4c234f['id']<=0x0)throw kbError(_0x49adaf(0x128),_0x49adaf(0xee));if(!Number[_0x49adaf(0xe5)](_0x4c234f[_0x49adaf(0x121)])||_0x4c234f[_0x49adaf(0x121)]<0x0)throw kbError(_0x49adaf(0x128),_0x49adaf(0x108)+_0x4c234f['id']+_0x49adaf(0x104));if(_0x4c234f[_0x49adaf(0x113)]!==_0x49adaf(0x119))throw kbError('kb_scope_mismatch',_0x49adaf(0x108)+_0x4c234f['id']+'\x20is\x20not\x20company-scoped.');const _0x10cb70=requireRecordText(_0x4c234f[_0x49adaf(0x11c)],_0x49adaf(0x11c),_0x4c234f['id']),_0x30a6e3=requireRecordText(_0x4c234f[_0x49adaf(0xd7)],_0x49adaf(0xd7),_0x4c234f['id']),_0x4deb1d=inspectKbContent(requireRecordText(_0x4c234f[_0x49adaf(0x10a)],'content',_0x4c234f['id'],{'allowEmpty':!![]})),_0x106422=typeof _0x4c234f[_0x49adaf(0xf6)]===_0x49adaf(0xf1)||typeof _0x4c234f['createTime']==='number'?_0x4c234f[_0x49adaf(0xf6)]:undefined,_0x4479fc=typeof _0x4c234f[_0x49adaf(0x125)]===_0x49adaf(0xf1)||typeof _0x4c234f['updateTime']===_0x49adaf(0xf8)?_0x4c234f[_0x49adaf(0x125)]:undefined,_0x2684bf=sha256(JSON[_0x49adaf(0xfd)]({'id':_0x4c234f['id'],'scope':_0x4c234f[_0x49adaf(0x113)],'appCode':_0x10cb70,'title':_0x30a6e3,'version':_0x4c234f[_0x49adaf(0x121)],'contentHash':_0x4deb1d[_0x49adaf(0xe0)],'createTime':_0x106422,'updateTime':_0x4479fc}));return{'id':_0x4c234f['id'],'scope':_0x49adaf(0x119),'appCode':_0x10cb70,'title':_0x30a6e3,'version':_0x4c234f['version'],'contentByteSize':_0x4deb1d[_0x49adaf(0x11f)],'contentHash':_0x4deb1d[_0x49adaf(0xe0)],'snapshotHash':_0x2684bf,..._0x106422!==undefined?{'createTime':_0x106422}:{},..._0x4479fc!==undefined?{'updateTime':_0x4479fc}:{}};}export function assertCompanyKnowledgeBase(_0x2b32bd,_0x1083ff,_0x220487){const _0x4ab3b1=a104_0x4115e2;if(_0x220487!==undefined&&_0x2b32bd['id']!==_0x220487)throw kbError(_0x4ab3b1(0x128),'Knowledge-base\x20get-one\x20returned\x20id\x20'+_0x2b32bd['id']+_0x4ab3b1(0xd6)+_0x220487+_0x4ab3b1(0xf4));if(_0x2b32bd['scope']!=='company'||_0x2b32bd[_0x4ab3b1(0x11c)]!==_0x1083ff)throw kbError('kb_scope_mismatch',_0x4ab3b1(0x108)+_0x2b32bd['id']+_0x4ab3b1(0x10e)+_0x1083ff+'.');}export async function fetchAllCompanyKnowledgeBases(_0x379f85,_0x599a09){const _0x108895=a104_0x4115e2,_0x3c45c3=[],_0x4903f8=new Set();let _0xdb33a=0x1,_0x320bc5=0x0,_0x18a22c;while(!![]){const _0x570faa=await listEnterpriseKnowledgeBases(_0x379f85[_0x108895(0x12b)],{'currentPage':_0xdb33a,'pageSize':LIST_PAGE_SIZE,'appCode':_0x379f85[_0x108895(0x11c)],..._0x599a09}),_0x57185d=_0x570faa[_0x108895(0xef)]?.[_0x108895(0xff)];if(_0x570faa[_0x108895(0xef)]?.[_0x108895(0x123)]!==undefined&&_0x570faa[_0x108895(0xef)][_0x108895(0x123)]!==_0xdb33a)throw kbError('kb_list_contract_invalid',_0x108895(0xe1)+_0x570faa[_0x108895(0xef)][_0x108895(0x123)]+_0x108895(0xfa)+_0xdb33a+_0x108895(0xf4));if(_0x57185d!==undefined){if(_0x18a22c!==undefined&&_0x57185d!==_0x18a22c)throw kbError(_0x108895(0x124),_0x108895(0xe4)+_0x18a22c+_0x108895(0xdf)+_0x57185d+_0x108895(0xd8),_0x108895(0xd5));_0x18a22c=_0x57185d;}for(const _0x59c04d of _0x570faa[_0x108895(0xea)]){if(!Number[_0x108895(0xe5)](_0x59c04d['id'])||_0x4903f8[_0x108895(0x102)](_0x59c04d['id']))throw kbError(_0x108895(0x124),_0x108895(0xf9)+String(_0x59c04d['id'])+'.');_0x4903f8[_0x108895(0x10f)](_0x59c04d['id']),_0x59c04d[_0x108895(0x113)]===_0x108895(0x119)&&_0x59c04d[_0x108895(0x11c)]===_0x379f85[_0x108895(0x11c)]&&_0x3c45c3['push'](_0x59c04d);}_0x320bc5+=_0x570faa[_0x108895(0xea)][_0x108895(0x105)];if(_0x57185d!==undefined&&_0x320bc5>=_0x57185d)break;if(_0x570faa[_0x108895(0xea)][_0x108895(0x105)]<LIST_PAGE_SIZE){if(_0x57185d!==undefined&&_0x320bc5<_0x57185d)throw kbError(_0x108895(0x124),_0x108895(0x11d)+_0x320bc5+_0x108895(0x127)+_0x57185d+_0x108895(0x11b));break;}_0xdb33a+=0x1;}return _0x3c45c3;}export function findExactCompanyKnowledgeBases(_0x452b26,_0x2ae0a3,_0x52e578){const _0x335c9b=a104_0x4115e2;return _0x452b26[_0x335c9b(0xda)](_0x478b72=>_0x478b72[_0x335c9b(0x113)]==='company'&&_0x478b72[_0x335c9b(0x11c)]===_0x2ae0a3&&_0x478b72[_0x335c9b(0xd7)]===_0x52e578);}export async function getKbOrNull(_0x53f259,_0x202d6a){const _0x343c15=a104_0x4115e2;try{const _0x25b3a1=await getEnterpriseKnowledgeBase(_0x53f259[_0x343c15(0x12b)],_0x202d6a);return assertCompanyKnowledgeBase(_0x25b3a1,_0x53f259[_0x343c15(0x11c)],_0x202d6a),_0x25b3a1;}catch(_0xe534a1){if(getPlatformErrorCode(_0xe534a1)===DATA_NOT_EXIST_ERROR_CODE)return null;throw _0xe534a1;}}function a104_0x4e77(_0x4d03f7,_0x5d5ca2){_0x4d03f7=_0x4d03f7-0xd2;const _0x255211=a104_0x2552();let _0x4e77da=_0x255211[_0x4d03f7];return _0x4e77da;}export async function requireKb(_0xcf9614,_0x3eb062){const _0x2e2c3e=a104_0x4115e2,_0x30376b=await getKbOrNull(_0xcf9614,_0x3eb062);if(!_0x30376b)throw kbError(_0x2e2c3e(0xdc),'Company\x20knowledge\x20base\x20not\x20found:\x20'+_0x3eb062,'Run\x20`rabetbase\x20kb\x20list\x20--format\x20compress`\x20to\x20inspect\x20the\x20resolved\x20app.');return _0x30376b;}export function assertExpectedKbVersion(_0x2a358f,_0x195163){const _0x3d2e89=a104_0x4115e2;if(_0x195163===undefined||_0x2a358f['version']===_0x195163)return;throw kbError(_0x3d2e89(0xdd),_0x3d2e89(0x108)+_0x2a358f['id']+'\x20version\x20changed:\x20expected\x20'+_0x195163+_0x3d2e89(0xde)+_0x2a358f[_0x3d2e89(0x121)]+'.',_0x3d2e89(0x12a));}
|
|
1
|
+
const a104_0x49fd87=a104_0x382b;(function(_0x112255,_0x529430){const _0x1f78d4=a104_0x382b,_0x2df4b7=_0x112255();while(!![]){try{const _0x5c9e49=-parseInt(_0x1f78d4(0x1b6))/0x1+-parseInt(_0x1f78d4(0x188))/0x2*(parseInt(_0x1f78d4(0x1c8))/0x3)+parseInt(_0x1f78d4(0x195))/0x4*(parseInt(_0x1f78d4(0x1cc))/0x5)+parseInt(_0x1f78d4(0x1b9))/0x6*(parseInt(_0x1f78d4(0x1b1))/0x7)+parseInt(_0x1f78d4(0x1d8))/0x8+-parseInt(_0x1f78d4(0x18e))/0x9*(parseInt(_0x1f78d4(0x1bd))/0xa)+-parseInt(_0x1f78d4(0x18a))/0xb;if(_0x5c9e49===_0x529430)break;else _0x2df4b7['push'](_0x2df4b7['shift']());}catch(_0x3e3b21){_0x2df4b7['push'](_0x2df4b7['shift']());}}}(a104_0x539d,0x2ed79));import{createHash}from'node:crypto';function a104_0x539d(){const _0x3038e3=['30pkOjXr','sha256','\x20response\x20contains\x20an\x20invalid\x20version.','Cannot\x20access\x20knowledge-base\x20content\x20file:\x20','defineProperty','The\x20','yes','Knowledge-base\x20list\x20returned\x20page\x20','createTime','Knowledge-base\x20content\x20file\x20path\x20is\x20required.','bool','3Aehzkp','hex','\x20while\x20page\x20','Run\x20the\x20command\x20with\x20--dry-run\x20again\x20and\x20review\x20the\x20latest\x20version\x20before\x20retrying.','35RERaQK','Knowledge-base\x20content\x20file\x20is\x20not\x20valid\x20UTF-8:\x20','kb_confirmation_required','number','kb_list_contract_invalid','Knowledge-base\x20list\x20total\x20changed\x20from\x20','update','Knowledge-base\x20response\x20contains\x20an\x20invalid\x20id.','Cannot\x20read\x20knowledge-base\x20content\x20file:\x20','string','stringify','num','1410496xxfOHr','from','utf-8','updateTime','Retry\x20the\x20read\x20after\x20concurrent\x20updates\x20have\x20settled.','byteLength','Pass\x20--file\x20<knowledge.md>.','Knowledge-base\x20content\x20file\x20is\x20blank:\x20','kb_file_required','393478QKMeEY','This\x20company\x20knowledge-base\x20mutation\x20requires\x20explicit\x20--yes.','15334XkFnpH','scope','decode','version','533061dIBptB','add','company','digest','paging','\x20version\x20changed:\x20expected\x20','Do\x20not\x20resubmit\x20automatically.\x20Resolve\x20the\x20app\x20again\x20and\x20inspect\x20the\x20target\x20state\x20manually.','60344nSmFwb','Knowledge-base\x20list\x20stopped\x20at\x20','kb_response_invalid','message','dry-run','contentHash','outcome_unknown','length','--id\x20must\x20be\x20a\x20positive\x20safe\x20integer.','cause','306','filter','\x20request\x20was\x20sent,\x20but\x20its\x20final\x20company\x20knowledge-base\x20state\x20could\x20not\x20be\x20verified.','Knowledge-base\x20get-one\x20returned\x20id\x20','kb_content_invalid','push','currentPage','totalCount','\x20to\x20','Knowledge\x20base\x20','Run\x20`rabetbase\x20kb\x20list\x20--format\x20compress`\x20to\x20inspect\x20the\x20resolved\x20app.','appCode','\x20was\x20requested.','title','items','Company\x20knowledge\x20base\x20not\x20found:\x20','Knowledge-base\x20content\x20path\x20is\x20not\x20a\x20regular\x20file:\x20','kb_scope_mismatch','7WyILiA','verification_unavailable','isSafeInteger',',\x20current\x20','kb_file_invalid','44815kcpeGI','content','trim','1983516zedTak','\x20records.','kb_file_unreadable','has'];a104_0x539d=function(){return _0x3038e3;};return a104_0x539d();}import{readFile,stat}from'node:fs/promises';import{resolve}from'node:path';import{TextDecoder}from'node:util';import{getEnterpriseKnowledgeBase,getPlatformErrorCode,listEnterpriseKnowledgeBases}from'../../core/api-client.js';import{CliError}from'../../errors.js';function a104_0x382b(_0x52a675,_0x3e7947){_0x52a675=_0x52a675-0x180;const _0x539d36=a104_0x539d();let _0x382b72=_0x539d36[_0x52a675];return _0x382b72;}const LIST_PAGE_SIZE=0x32,DATA_NOT_EXIST_ERROR_CODE=a104_0x49fd87(0x19f);export function kbError(_0x559824,_0x533c0c,_0x1ebfe7){return new CliError(_0x559824,0x1,_0x533c0c,_0x1ebfe7);}export function readKbId(_0x34b2b4){const _0xb3a94a=a104_0x49fd87,_0x3bfcf2=_0x34b2b4[_0xb3a94a(0x1d7)]('id');if(!Number[_0xb3a94a(0x1b3)](_0x3bfcf2)||_0x3bfcf2<=0x0)throw kbError('kb_id_invalid',_0xb3a94a(0x19d));return _0x3bfcf2;}export function requireKbExplicitYes(_0x412d62){const _0x26a218=a104_0x49fd87;if(_0x412d62[_0x26a218(0x1c7)](_0x26a218(0x199))||_0x412d62[_0x26a218(0x1c7)](_0x26a218(0x1c3)))return;throw kbError(_0x26a218(0x1ce),_0x26a218(0x189),'Run\x20the\x20same\x20command\x20with\x20--dry-run\x20first,\x20then\x20add\x20--yes\x20after\x20reviewing\x20the\x20plan.');}function sha256(_0xb78341){const _0x33f12b=a104_0x49fd87;return'sha256:'+createHash(_0x33f12b(0x1be))[_0x33f12b(0x1d2)](_0xb78341)[_0x33f12b(0x191)](_0x33f12b(0x1c9));}export function inspectKbContent(_0x509a11){const _0x2ab43d=a104_0x49fd87,_0x3d00ed=Buffer[_0x2ab43d(0x180)](_0x509a11,'utf8');return{'content':_0x509a11,'byteSize':_0x3d00ed[_0x2ab43d(0x184)],'contentHash':sha256(_0x3d00ed)};}export async function readKbFile(_0x3fb04b){const _0x3436f1=a104_0x49fd87,_0x20bb10=_0x3fb04b[_0x3436f1(0x1b8)]();if(!_0x20bb10)throw kbError(_0x3436f1(0x187),_0x3436f1(0x1c6),_0x3436f1(0x185));const _0x37541e=resolve(_0x20bb10);let _0xd3f7c8;try{_0xd3f7c8=await stat(_0x37541e);}catch(_0x15915f){throw kbError(_0x3436f1(0x1bb),_0x3436f1(0x1c0)+_0x20bb10,_0x15915f instanceof Error?_0x15915f[_0x3436f1(0x198)]:String(_0x15915f));}if(!_0xd3f7c8['isFile']())throw kbError(_0x3436f1(0x1b5),_0x3436f1(0x1af)+_0x20bb10);let _0x51cfe0;try{_0x51cfe0=await readFile(_0x37541e);}catch(_0x4fda02){throw kbError('kb_file_unreadable',_0x3436f1(0x1d4)+_0x20bb10,_0x4fda02 instanceof Error?_0x4fda02[_0x3436f1(0x198)]:String(_0x4fda02));}let _0x14bcac;try{_0x14bcac=new TextDecoder(_0x3436f1(0x181),{'fatal':!![],'ignoreBOM':!![]})[_0x3436f1(0x18c)](_0x51cfe0);}catch{throw kbError(_0x3436f1(0x1a3),_0x3436f1(0x1cd)+_0x20bb10);}if(!_0x14bcac[_0x3436f1(0x1b8)]())throw kbError(_0x3436f1(0x1a3),_0x3436f1(0x186)+_0x20bb10);return inspectKbContent(_0x14bcac);}export async function verifyKbMutationReadback(_0x257285,_0x4a6b90,_0x5959b1){const _0x5ae9df=a104_0x49fd87;try{return await _0x5959b1();}catch(_0x1607c5){const _0x4848cb=kbError('kb_'+_0x257285+'_'+(_0x4a6b90?_0x5ae9df(0x19b):_0x5ae9df(0x1b2)),_0x5ae9df(0x1c2)+_0x257285+_0x5ae9df(0x1a1),_0x5ae9df(0x194));Object[_0x5ae9df(0x1c1)](_0x4848cb,_0x5ae9df(0x19e),{'value':_0x1607c5,'enumerable':![]});throw _0x4848cb;}}function requireRecordText(_0x270b63,_0x3fefa2,_0x44a017,_0x528602={}){const _0x21dcc1=a104_0x49fd87;if(typeof _0x270b63===_0x21dcc1(0x1d5)&&(_0x528602['allowEmpty']||_0x270b63[_0x21dcc1(0x1b8)]()))return _0x270b63;throw kbError('kb_response_invalid',_0x21dcc1(0x1a8)+String(_0x44a017)+'\x20response\x20is\x20missing\x20'+_0x3fefa2+'.');}export function projectKb(_0x346beb){const _0x4e8c4d=a104_0x49fd87;if(!Number[_0x4e8c4d(0x1b3)](_0x346beb['id'])||_0x346beb['id']<=0x0)throw kbError(_0x4e8c4d(0x197),_0x4e8c4d(0x1d3));if(!Number[_0x4e8c4d(0x1b3)](_0x346beb['version'])||_0x346beb[_0x4e8c4d(0x18d)]<0x0)throw kbError(_0x4e8c4d(0x197),_0x4e8c4d(0x1a8)+_0x346beb['id']+_0x4e8c4d(0x1bf));if(_0x346beb['scope']!==_0x4e8c4d(0x190))throw kbError(_0x4e8c4d(0x1b0),_0x4e8c4d(0x1a8)+_0x346beb['id']+'\x20is\x20not\x20company-scoped.');const _0x306a6d=requireRecordText(_0x346beb[_0x4e8c4d(0x1aa)],_0x4e8c4d(0x1aa),_0x346beb['id']),_0x32b777=requireRecordText(_0x346beb[_0x4e8c4d(0x1ac)],'title',_0x346beb['id']),_0x49811c=inspectKbContent(requireRecordText(_0x346beb[_0x4e8c4d(0x1b7)],_0x4e8c4d(0x1b7),_0x346beb['id'],{'allowEmpty':!![]})),_0x369fcd=typeof _0x346beb['createTime']===_0x4e8c4d(0x1d5)||typeof _0x346beb['createTime']===_0x4e8c4d(0x1cf)?_0x346beb[_0x4e8c4d(0x1c5)]:undefined,_0x1b9998=typeof _0x346beb[_0x4e8c4d(0x182)]===_0x4e8c4d(0x1d5)||typeof _0x346beb[_0x4e8c4d(0x182)]==='number'?_0x346beb[_0x4e8c4d(0x182)]:undefined,_0x223fa4=sha256(JSON[_0x4e8c4d(0x1d6)]({'id':_0x346beb['id'],'scope':_0x346beb[_0x4e8c4d(0x18b)],'appCode':_0x306a6d,'title':_0x32b777,'version':_0x346beb[_0x4e8c4d(0x18d)],'contentHash':_0x49811c[_0x4e8c4d(0x19a)],'createTime':_0x369fcd,'updateTime':_0x1b9998}));return{'id':_0x346beb['id'],'scope':_0x4e8c4d(0x190),'appCode':_0x306a6d,'title':_0x32b777,'version':_0x346beb[_0x4e8c4d(0x18d)],'contentByteSize':_0x49811c['byteSize'],'contentHash':_0x49811c['contentHash'],'snapshotHash':_0x223fa4,..._0x369fcd!==undefined?{'createTime':_0x369fcd}:{},..._0x1b9998!==undefined?{'updateTime':_0x1b9998}:{}};}export function assertCompanyKnowledgeBase(_0xd34ad9,_0x2806ae,_0x3bbae6){const _0x2e6f05=a104_0x49fd87;if(_0x3bbae6!==undefined&&_0xd34ad9['id']!==_0x3bbae6)throw kbError(_0x2e6f05(0x197),_0x2e6f05(0x1a2)+_0xd34ad9['id']+'\x20while\x20id\x20'+_0x3bbae6+_0x2e6f05(0x1ab));if(_0xd34ad9[_0x2e6f05(0x18b)]!==_0x2e6f05(0x190)||_0xd34ad9[_0x2e6f05(0x1aa)]!==_0x2806ae)throw kbError(_0x2e6f05(0x1b0),_0x2e6f05(0x1a8)+_0xd34ad9['id']+'\x20does\x20not\x20belong\x20to\x20company\x20scope\x20for\x20app\x20'+_0x2806ae+'.');}export async function fetchAllCompanyKnowledgeBases(_0xa7f148,_0x50bc71){const _0x2058fb=a104_0x49fd87,_0x52c652=[],_0x4a35e9=new Set();let _0x441aba=0x1,_0x1a0c6b=0x0,_0x3b73c9;while(!![]){const _0x551f2f=await listEnterpriseKnowledgeBases(_0xa7f148['cookie'],{'currentPage':_0x441aba,'pageSize':LIST_PAGE_SIZE,'appCode':_0xa7f148[_0x2058fb(0x1aa)],..._0x50bc71}),_0x1f7d98=_0x551f2f[_0x2058fb(0x192)]?.[_0x2058fb(0x1a6)];if(_0x551f2f['paging']?.['currentPage']!==undefined&&_0x551f2f['paging'][_0x2058fb(0x1a5)]!==_0x441aba)throw kbError('kb_list_contract_invalid',_0x2058fb(0x1c4)+_0x551f2f['paging']['currentPage']+_0x2058fb(0x1ca)+_0x441aba+_0x2058fb(0x1ab));if(_0x1f7d98!==undefined){if(_0x3b73c9!==undefined&&_0x1f7d98!==_0x3b73c9)throw kbError(_0x2058fb(0x1d0),_0x2058fb(0x1d1)+_0x3b73c9+_0x2058fb(0x1a7)+_0x1f7d98+'\x20during\x20paging.',_0x2058fb(0x183));_0x3b73c9=_0x1f7d98;}for(const _0x5c4eaa of _0x551f2f[_0x2058fb(0x1ad)]){if(!Number[_0x2058fb(0x1b3)](_0x5c4eaa['id'])||_0x4a35e9[_0x2058fb(0x1bc)](_0x5c4eaa['id']))throw kbError('kb_list_contract_invalid','Knowledge-base\x20list\x20returned\x20an\x20invalid\x20or\x20repeated\x20id:\x20'+String(_0x5c4eaa['id'])+'.');_0x4a35e9[_0x2058fb(0x18f)](_0x5c4eaa['id']),_0x5c4eaa[_0x2058fb(0x18b)]===_0x2058fb(0x190)&&_0x5c4eaa[_0x2058fb(0x1aa)]===_0xa7f148[_0x2058fb(0x1aa)]&&_0x52c652[_0x2058fb(0x1a4)](_0x5c4eaa);}_0x1a0c6b+=_0x551f2f[_0x2058fb(0x1ad)][_0x2058fb(0x19c)];if(_0x1f7d98!==undefined&&_0x1a0c6b>=_0x1f7d98)break;if(_0x551f2f[_0x2058fb(0x1ad)][_0x2058fb(0x19c)]<LIST_PAGE_SIZE){if(_0x1f7d98!==undefined&&_0x1a0c6b<_0x1f7d98)throw kbError(_0x2058fb(0x1d0),_0x2058fb(0x196)+_0x1a0c6b+'\x20of\x20'+_0x1f7d98+_0x2058fb(0x1ba));break;}_0x441aba+=0x1;}return _0x52c652;}export function findExactCompanyKnowledgeBases(_0x3ae302,_0x12857f,_0x5492c6){const _0x218663=a104_0x49fd87;return _0x3ae302[_0x218663(0x1a0)](_0x4b0b63=>_0x4b0b63['scope']==='company'&&_0x4b0b63[_0x218663(0x1aa)]===_0x12857f&&_0x4b0b63['title']===_0x5492c6);}export async function getKbOrNull(_0xb108dd,_0x30df57){const _0x468efd=a104_0x49fd87;try{const _0x1e6c18=await getEnterpriseKnowledgeBase(_0xb108dd['cookie'],_0x30df57);return assertCompanyKnowledgeBase(_0x1e6c18,_0xb108dd[_0x468efd(0x1aa)],_0x30df57),_0x1e6c18;}catch(_0x5dbf22){if(getPlatformErrorCode(_0x5dbf22)===DATA_NOT_EXIST_ERROR_CODE)return null;throw _0x5dbf22;}}export async function requireKb(_0x410396,_0x237d9f){const _0x37942c=a104_0x49fd87,_0x36b924=await getKbOrNull(_0x410396,_0x237d9f);if(!_0x36b924)throw kbError('kb_not_found',_0x37942c(0x1ae)+_0x237d9f,_0x37942c(0x1a9));return _0x36b924;}export function assertExpectedKbVersion(_0xf41dd7,_0x11da89){const _0x571aea=a104_0x49fd87;if(_0x11da89===undefined||_0xf41dd7[_0x571aea(0x18d)]===_0x11da89)return;throw kbError('kb_state_drift',_0x571aea(0x1a8)+_0xf41dd7['id']+_0x571aea(0x193)+_0x11da89+_0x571aea(0x1b4)+_0xf41dd7['version']+'.',_0x571aea(0x1cb));}
|