@lovrabet/lovrabet-cli 2.0.9-beta.0 → 2.0.9-beta.2

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.
Files changed (70) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/app/cache.js +1 -1
  3. package/lib/commands/app/definitions.js +1 -1
  4. package/lib/commands/app/mock-loader.js +1 -1
  5. package/lib/commands/app/remote-source.js +1 -1
  6. package/lib/commands/app/shared.js +1 -1
  7. package/lib/commands/auth/index.js +1 -1
  8. package/lib/commands/auth/prompt.js +1 -1
  9. package/lib/commands/bff/detail.js +1 -1
  10. package/lib/commands/bff/exec.js +1 -1
  11. package/lib/commands/bff/index.js +1 -1
  12. package/lib/commands/common/config-policy.js +1 -1
  13. package/lib/commands/common/constraints.js +1 -1
  14. package/lib/commands/common/flags.js +1 -1
  15. package/lib/commands/config/definitions.js +1 -1
  16. package/lib/commands/config/shared.js +1 -1
  17. package/lib/commands/data/index.js +1 -1
  18. package/lib/commands/dataset/detail.js +1 -1
  19. package/lib/commands/dataset/index.js +1 -1
  20. package/lib/commands/dataset/list.js +1 -1
  21. package/lib/commands/doctor.js +1 -1
  22. package/lib/commands/init.js +1 -1
  23. package/lib/commands/kb/index.js +1 -1
  24. package/lib/commands/logs/index.js +1 -1
  25. package/lib/commands/registry.js +1 -1
  26. package/lib/commands/schema.js +1 -1
  27. package/lib/commands/skill/index.js +1 -1
  28. package/lib/commands/sql/detail.js +1 -1
  29. package/lib/commands/sql/exec.js +1 -1
  30. package/lib/commands/sql/index.js +1 -1
  31. package/lib/commands/update.js +1 -1
  32. package/lib/config/schema.js +1 -1
  33. package/lib/constant/auth-mode.js +1 -1
  34. package/lib/constant/cli.js +1 -1
  35. package/lib/constant/defaults.js +1 -1
  36. package/lib/constant/distribution.js +1 -1
  37. package/lib/constant/domain.js +1 -1
  38. package/lib/constant/env.js +1 -1
  39. package/lib/constant/output.js +1 -1
  40. package/lib/constant/product.js +1 -1
  41. package/lib/constant/risk.js +1 -1
  42. package/lib/constant/url.js +1 -1
  43. package/lib/context.js +1 -1
  44. package/lib/core/api-client.js +1 -1
  45. package/lib/core/db-resolver.js +1 -1
  46. package/lib/core/sdk-client.js +1 -1
  47. package/lib/errors.js +1 -1
  48. package/lib/framework/build-all-flags.js +1 -1
  49. package/lib/framework/dryrun.js +1 -1
  50. package/lib/framework/flags.js +1 -1
  51. package/lib/framework/help.js +1 -1
  52. package/lib/framework/index.js +1 -1
  53. package/lib/framework/output.js +1 -1
  54. package/lib/framework/preparse.js +1 -1
  55. package/lib/framework/response.js +1 -1
  56. package/lib/framework/runner-confirmation.js +1 -1
  57. package/lib/framework/runner-error.js +1 -1
  58. package/lib/framework/runner.js +1 -1
  59. package/lib/framework/schema-export.js +1 -1
  60. package/lib/framework/types.js +1 -1
  61. package/lib/help.js +1 -1
  62. package/lib/skills/npx-skills-add.js +1 -1
  63. package/lib/skills/runtime-skill-sync.js +1 -1
  64. package/lib/utils/apply-jq-filter.js +1 -1
  65. package/lib/utils/logger.js +1 -1
  66. package/lib/utils/params.js +1 -1
  67. package/lib/utils/platform.js +1 -1
  68. package/lib/utils/version.js +1 -1
  69. package/lib/utils/write-cli-side-channel.js +1 -1
  70. package/package.json +1 -1
@@ -1 +1 @@
1
- function a16_0x76e5(_0x18cd02,_0x24f529){_0x18cd02=_0x18cd02-0x1f0;const _0x3374c6=a16_0x3374();let _0x76e536=_0x3374c6[_0x18cd02];return _0x76e536;}const a16_0x1897b8=a16_0x76e5;(function(_0x320290,_0xd5b5e5){const _0x59d0e6=a16_0x76e5,_0x4d0c0a=_0x320290();while(!![]){try{const _0x319ea7=parseInt(_0x59d0e6(0x210))/0x1*(-parseInt(_0x59d0e6(0x219))/0x2)+parseInt(_0x59d0e6(0x211))/0x3+-parseInt(_0x59d0e6(0x236))/0x4+parseInt(_0x59d0e6(0x21c))/0x5+-parseInt(_0x59d0e6(0x209))/0x6*(-parseInt(_0x59d0e6(0x1fe))/0x7)+-parseInt(_0x59d0e6(0x1fd))/0x8*(parseInt(_0x59d0e6(0x21e))/0x9)+parseInt(_0x59d0e6(0x241))/0xa;if(_0x319ea7===_0xd5b5e5)break;else _0x4d0c0a['push'](_0x4d0c0a['shift']());}catch(_0x1ee488){_0x4d0c0a['push'](_0x4d0c0a['shift']());}}}(a16_0x3374,0x383f3));import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a16_0x1897b8(0x22e),'operation':a16_0x1897b8(0x22e),'risk':a16_0x1897b8(0x204),'paramsRequired':![],'description':a16_0x1897b8(0x221),'paramsHint':a16_0x1897b8(0x246)+a16_0x1897b8(0x207),'helpExtra':['\x20\x20WHERE\x20OPERATORS',a16_0x1897b8(0x1f4),'\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}',a16_0x1897b8(0x231),a16_0x1897b8(0x234),a16_0x1897b8(0x1fa),'\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}',a16_0x1897b8(0x1f5),a16_0x1897b8(0x20a),'\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','',a16_0x1897b8(0x217),a16_0x1897b8(0x227),a16_0x1897b8(0x215),'','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)',a16_0x1897b8(0x232),a16_0x1897b8(0x1f7),a16_0x1897b8(0x226),a16_0x1897b8(0x21a),'\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','',a16_0x1897b8(0x202),a16_0x1897b8(0x1f3),a16_0x1897b8(0x223),a16_0x1897b8(0x21f)][a16_0x1897b8(0x218)]('\x0a')},{'command':a16_0x1897b8(0x22f),'operation':a16_0x1897b8(0x22f),'risk':a16_0x1897b8(0x204),'paramsRequired':!![],'description':a16_0x1897b8(0x20b),'paramsHint':a16_0x1897b8(0x23c)},{'command':'create','operation':a16_0x1897b8(0x22c),'risk':a16_0x1897b8(0x20e),'paramsRequired':!![],'description':a16_0x1897b8(0x203),'paramsHint':a16_0x1897b8(0x237)},{'command':'batchCreate','operation':a16_0x1897b8(0x205),'risk':a16_0x1897b8(0x20e),'paramsRequired':!![],'description':a16_0x1897b8(0x22a),'paramsHint':a16_0x1897b8(0x243)},{'command':a16_0x1897b8(0x229),'operation':a16_0x1897b8(0x229),'risk':a16_0x1897b8(0x20e),'paramsRequired':!![],'description':a16_0x1897b8(0x21d),'paramsHint':a16_0x1897b8(0x23e)},{'command':a16_0x1897b8(0x22d),'operation':a16_0x1897b8(0x22d),'risk':a16_0x1897b8(0x1fb),'paramsRequired':!![],'description':a16_0x1897b8(0x20d),'paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'},{'command':a16_0x1897b8(0x239),'operation':a16_0x1897b8(0x239),'risk':a16_0x1897b8(0x204),'paramsRequired':![],'description':a16_0x1897b8(0x1f6),'paramsHint':a16_0x1897b8(0x242)+a16_0x1897b8(0x216),'helpExtra':[a16_0x1897b8(0x1f8),'\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20field\x20values\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}',a16_0x1897b8(0x238),a16_0x1897b8(0x228),a16_0x1897b8(0x213),a16_0x1897b8(0x244),'\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}',a16_0x1897b8(0x1f2),'',a16_0x1897b8(0x233),a16_0x1897b8(0x23d),'\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)',a16_0x1897b8(0x208),'\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Post-aggregation\x20filter,\x20e.g.\x20{\x22total\x22:{\x22$gt\x22:1000}}',a16_0x1897b8(0x224),'',a16_0x1897b8(0x201),a16_0x1897b8(0x20f),a16_0x1897b8(0x206),'',a16_0x1897b8(0x222),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27'][a16_0x1897b8(0x218)]('\x0a')}];function makeDataCommand(_0x24d61d){const _0x21c9fa=a16_0x1897b8,_0x3060e0='data\x20'+_0x24d61d[_0x21c9fa(0x23b)],_0x3fcbf5={'service':_0x21c9fa(0x212),'command':_0x24d61d['command'],'description':_0x24d61d[_0x21c9fa(0x20c)],'risk':_0x24d61d['risk'],'helpExtra':_0x24d61d[_0x21c9fa(0x22b)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x24d61d[_0x21c9fa(0x21b)]}],'validate':async _0x227cf6=>{const _0x3a318e=_0x21c9fa;_0x24d61d['paramsRequired']&&requireAnyOf(_0x227cf6,[_0x3a318e(0x1ff)],_0x3060e0),_0x24d61d[_0x3a318e(0x240)]===_0x3a318e(0x205)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x227cf6[_0x3a318e(0x200)](_0x3a318e(0x1ff))));},async 'execute'(_0x3d3bb3){const _0x5133b7=_0x21c9fa,_0x5d6e40=_0x3d3bb3['str'](_0x5133b7(0x1f0)),_0xf86161=_0x24d61d[_0x5133b7(0x240)]==='batchCreate'?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x3d3bb3[_0x5133b7(0x200)](_0x5133b7(0x1ff)))):parseJsonParams(_0x3d3bb3[_0x5133b7(0x200)]('params'))??{},_0x2713dc=Date[_0x5133b7(0x23a)](),_0x3f02d4=await executeData(_0x5d6e40,_0x24d61d['operation'],_0xf86161),_0x4149f1=Date['now']()-_0x2713dc;return{'ok':!![],'data':{'result':_0x3f02d4,'elapsed':_0x4149f1},'message':_0x5133b7(0x245)+_0x24d61d[_0x5133b7(0x23b)]+_0x5133b7(0x1fc)+_0x4149f1+'ms'};}};return _0x24d61d[_0x21c9fa(0x230)]!=='read'&&(_0x3fcbf5['dryRun']=async _0x3d9555=>{const _0x5962c9=_0x21c9fa,_0x468540=_0x3d9555[_0x5962c9(0x200)](_0x5962c9(0x1f0)),_0x1621ff=_0x24d61d[_0x5962c9(0x240)]===_0x5962c9(0x205)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x3d9555[_0x5962c9(0x200)](_0x5962c9(0x1ff)))):parseJsonParams(_0x3d9555[_0x5962c9(0x200)](_0x5962c9(0x1ff)))??{};return dryRun(_0x5962c9(0x235),_0x5962c9(0x220)+_0x468540+'/'+_0x24d61d['operation'])[_0x5962c9(0x214)](_0x1621ff)[_0x5962c9(0x20c)](_0x5962c9(0x225)+_0x24d61d[_0x5962c9(0x23b)]+_0x5962c9(0x1f9)+_0x468540)[_0x5962c9(0x23f)]();}),_0x3fcbf5;}export const dataDefinitions=specs[a16_0x1897b8(0x1f1)](makeDataCommand);function a16_0x3374(){const _0x1b83bf=['Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','12vNWDba','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','Get\x20a\x20single\x20record\x20by\x20ID','description','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','write','\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status','10775lPTEHl','496221JsAsro','data','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','body','\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','Example:\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','\x20\x20LOGICAL\x20COMBINATORS','join','46gozRRw','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','paramsHint','867010MDPMJh','Update\x20an\x20existing\x20record','1370601hpZyQV','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','/api/{appCode}/','Filter\x20dataset\x20records\x20with\x20query\x20conditions','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','Preview:\x20data\x20','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','update','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','helpExtra','create','delete','filter','getOne','risk','\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','\x20\x20PARAMS\x20STRUCTURE','\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}','POST','1776604qvJCag','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','aggregate','now','command','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27','build','operation','5025760PLMbxn','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','data\x20','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','code','map','\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','\x20\x20AGGREGATE\x20TYPES','\x20on\x20dataset\x20','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','high-risk-write','\x20completed\x20in\x20','16pkPXFx','1349446oyfCXn','params','str','\x20\x20EXAMPLES','\x20\x20PAGINATION','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','read','batchCreate','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27'];a16_0x3374=function(){return _0x1b83bf;};return a16_0x3374();}
1
+ const a16_0x485f90=a16_0x13eb;(function(_0x20f57c,_0x284ad1){const _0x5509e8=a16_0x13eb,_0x2e83b3=_0x20f57c();while(!![]){try{const _0x200a2f=-parseInt(_0x5509e8(0xff))/0x1*(parseInt(_0x5509e8(0x12f))/0x2)+parseInt(_0x5509e8(0x12d))/0x3*(-parseInt(_0x5509e8(0x11e))/0x4)+parseInt(_0x5509e8(0x101))/0x5+parseInt(_0x5509e8(0x138))/0x6+parseInt(_0x5509e8(0x124))/0x7+-parseInt(_0x5509e8(0x123))/0x8*(-parseInt(_0x5509e8(0x129))/0x9)+-parseInt(_0x5509e8(0x132))/0xa;if(_0x200a2f===_0x284ad1)break;else _0x2e83b3['push'](_0x2e83b3['shift']());}catch(_0x37a028){_0x2e83b3['push'](_0x2e83b3['shift']());}}}(a16_0x4228,0x72c6c));import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';function a16_0x4228(){const _0x119b37=['batchCreate','Preview:\x20data\x20','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Post-aggregation\x20filter,\x20e.g.\x20{\x22total\x22:{\x22$gt\x22:1000}}','write','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','command','high-risk-write','filter','\x20\x20AGGREGATE\x20TYPES','paramsRequired','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','str','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','getOne','80187ciKnKx','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','1314985xiWlHn','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','data\x20','now','operation','aggregate','Example:\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','params','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','Filter\x20dataset\x20records\x20with\x20query\x20conditions','paramsHint','Update\x20an\x20existing\x20record','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','update','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','read','create','\x20\x20LOGICAL\x20COMBINATORS','\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','join','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','248egaGSQ','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','code','1186832mQuTON','6341090IUEDAa','\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20field\x20values\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','description','/api/{appCode}/','9xGBsLx','helpExtra','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','risk','44691cuunrt','map','10SgnHmH','\x20\x20PARAMS\x20STRUCTURE','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','1682120vyQEMc','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','\x20\x20WHERE\x20OPERATORS','\x20\x20PAGINATION','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','3873984ITKCuC','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','Get\x20a\x20single\x20record\x20by\x20ID','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','build','\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status','data','\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','body'];a16_0x4228=function(){return _0x119b37;};return a16_0x4228();}import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a16_0x485f90(0x14d),'operation':a16_0x485f90(0x14d),'risk':a16_0x485f90(0x118),'paramsRequired':![],'description':a16_0x485f90(0x10e),'paramsHint':a16_0x485f90(0x137)+a16_0x485f90(0x121),'helpExtra':[a16_0x485f90(0x135),a16_0x485f90(0x139),a16_0x485f90(0x125),a16_0x485f90(0xfb),a16_0x485f90(0x11b),'\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}',a16_0x485f90(0x13c),'\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}',a16_0x485f90(0x100),a16_0x485f90(0x10b),a16_0x485f90(0x140),'',a16_0x485f90(0x11a),a16_0x485f90(0x120),a16_0x485f90(0x141),'',a16_0x485f90(0x111),'\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)',a16_0x485f90(0x149),'\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]',a16_0x485f90(0xfd),a16_0x485f90(0x117),'',a16_0x485f90(0x136),a16_0x485f90(0x131),a16_0x485f90(0x112),a16_0x485f90(0x115)][a16_0x485f90(0x11c)]('\x0a')},{'command':'getOne','operation':a16_0x485f90(0xfe),'risk':a16_0x485f90(0x118),'paramsRequired':!![],'description':a16_0x485f90(0x13a),'paramsHint':a16_0x485f90(0x13b)},{'command':a16_0x485f90(0x119),'operation':a16_0x485f90(0x119),'risk':a16_0x485f90(0x148),'paramsRequired':!![],'description':a16_0x485f90(0x109),'paramsHint':a16_0x485f90(0x12b)},{'command':'batchCreate','operation':'batchCreate','risk':'write','paramsRequired':!![],'description':a16_0x485f90(0x116),'paramsHint':a16_0x485f90(0x14a)},{'command':a16_0x485f90(0x114),'operation':a16_0x485f90(0x114),'risk':a16_0x485f90(0x148),'paramsRequired':!![],'description':a16_0x485f90(0x110),'paramsHint':'JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27'},{'command':'delete','operation':'delete','risk':a16_0x485f90(0x14c),'paramsRequired':!![],'description':'Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','paramsHint':'JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27'},{'command':'aggregate','operation':a16_0x485f90(0x107),'risk':a16_0x485f90(0x118),'paramsRequired':![],'description':a16_0x485f90(0x142),'paramsHint':a16_0x485f90(0x133)+a16_0x485f90(0x108),'helpExtra':[a16_0x485f90(0x14e),a16_0x485f90(0x126),a16_0x485f90(0x113),a16_0x485f90(0x11d),a16_0x485f90(0x10d),'\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22field\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}',a16_0x485f90(0x103),'',a16_0x485f90(0x130),a16_0x485f90(0x102),a16_0x485f90(0x134),a16_0x485f90(0x143),a16_0x485f90(0x10c),a16_0x485f90(0x147),a16_0x485f90(0x11f),'','\x20\x20EXAMPLES',a16_0x485f90(0x13e),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22field\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27'][a16_0x485f90(0x11c)]('\x0a')}];function a16_0x13eb(_0x19fde4,_0x1c99b8){_0x19fde4=_0x19fde4-0xfb;const _0x4228df=a16_0x4228();let _0x13ebc0=_0x4228df[_0x19fde4];return _0x13ebc0;}function makeDataCommand(_0x80156b){const _0x5ebcd5=a16_0x485f90,_0x50b09f=_0x5ebcd5(0x104)+_0x80156b[_0x5ebcd5(0x14b)],_0x4ac2f3={'service':_0x5ebcd5(0x13f),'command':_0x80156b[_0x5ebcd5(0x14b)],'description':_0x80156b['description'],'risk':_0x80156b[_0x5ebcd5(0x12c)],'helpExtra':_0x80156b[_0x5ebcd5(0x12a)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x80156b[_0x5ebcd5(0x10f)]}],'validate':async _0x2564fd=>{const _0x4c81fc=_0x5ebcd5;_0x80156b[_0x4c81fc(0x14f)]&&requireAnyOf(_0x2564fd,[_0x4c81fc(0x10a)],_0x50b09f),_0x80156b[_0x4c81fc(0x106)]===_0x4c81fc(0x145)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x2564fd[_0x4c81fc(0xfc)](_0x4c81fc(0x10a))));},async 'execute'(_0x414302){const _0x2cb3ed=_0x5ebcd5,_0x1d6f4b=_0x414302[_0x2cb3ed(0xfc)](_0x2cb3ed(0x122)),_0x2a4ebd=_0x80156b[_0x2cb3ed(0x106)]===_0x2cb3ed(0x145)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x414302[_0x2cb3ed(0xfc)](_0x2cb3ed(0x10a)))):parseJsonParams(_0x414302['str'](_0x2cb3ed(0x10a)))??{},_0x30d387=Date[_0x2cb3ed(0x105)](),_0x419437=await executeData(_0x1d6f4b,_0x80156b[_0x2cb3ed(0x106)],_0x2a4ebd),_0x1a4ad0=Date['now']()-_0x30d387;return{'ok':!![],'data':{'result':_0x419437,'elapsed':_0x1a4ad0},'message':'data\x20'+_0x80156b[_0x2cb3ed(0x14b)]+'\x20completed\x20in\x20'+_0x1a4ad0+'ms'};}};return _0x80156b[_0x5ebcd5(0x12c)]!==_0x5ebcd5(0x118)&&(_0x4ac2f3['dryRun']=async _0x68465c=>{const _0x153925=_0x5ebcd5,_0x226ae7=_0x68465c[_0x153925(0xfc)](_0x153925(0x122)),_0x48982d=_0x80156b[_0x153925(0x106)]===_0x153925(0x145)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x68465c['str'](_0x153925(0x10a)))):parseJsonParams(_0x68465c[_0x153925(0xfc)](_0x153925(0x10a)))??{};return dryRun('POST',_0x153925(0x128)+_0x226ae7+'/'+_0x80156b[_0x153925(0x106)])[_0x153925(0x144)](_0x48982d)[_0x153925(0x127)](_0x153925(0x146)+_0x80156b[_0x153925(0x14b)]+'\x20on\x20dataset\x20'+_0x226ae7)[_0x153925(0x13d)]();}),_0x4ac2f3;}export const dataDefinitions=specs[a16_0x485f90(0x12e)](makeDataCommand);
@@ -1 +1 @@
1
- const a17_0x2cec0d=a17_0x3ec0;(function(_0x52909c,_0x14223b){const _0x1e5994=a17_0x3ec0,_0x2ce4f2=_0x52909c();while(!![]){try{const _0x3c24b1=-parseInt(_0x1e5994(0x1c8))/0x1+parseInt(_0x1e5994(0x1e7))/0x2+parseInt(_0x1e5994(0x200))/0x3+-parseInt(_0x1e5994(0x1d9))/0x4+-parseInt(_0x1e5994(0x1cd))/0x5*(-parseInt(_0x1e5994(0x1e8))/0x6)+parseInt(_0x1e5994(0x1c4))/0x7*(-parseInt(_0x1e5994(0x1d4))/0x8)+-parseInt(_0x1e5994(0x1e4))/0x9*(-parseInt(_0x1e5994(0x1f3))/0xa);if(_0x3c24b1===_0x14223b)break;else _0x2ce4f2['push'](_0x2ce4f2['shift']());}catch(_0x22d7c8){_0x2ce4f2['push'](_0x2ce4f2['shift']());}}}(a17_0x1e35,0xa4c79));import{getDatasetDetail}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function a17_0x3ec0(_0x3caacd,_0x3b6dee){_0x3caacd=_0x3caacd-0x1c4;const _0x1e35fb=a17_0x1e35();let _0x3ec012=_0x1e35fb[_0x3caacd];return _0x3ec012;}function normalizeField(_0x6ee723){const _0x583c9b=a17_0x3ec0;if(_0x6ee723[_0x583c9b(0x1f0)])return null;const _0x19acf5=Boolean(_0x6ee723[_0x583c9b(0x1d6)]!==undefined||_0x6ee723[_0x583c9b(0x1e1)]!==undefined);let _0x4c7937={};if(!_0x19acf5&&typeof _0x6ee723[_0x583c9b(0x1ca)]===_0x583c9b(0x209))try{_0x4c7937=JSON[_0x583c9b(0x1d1)](_0x6ee723[_0x583c9b(0x1ca)]);}catch{}const _0x5a8ce0=_0x19acf5?_0x6ee723[_0x583c9b(0x201)]:_0x6ee723[_0x583c9b(0x1f8)],_0x586575=_0x19acf5?_0x6ee723[_0x583c9b(0x1d6)]:_0x6ee723['name'],_0x9a0643=_0x19acf5?_0x6ee723[_0x583c9b(0x1e1)]:_0x6ee723['type']||_0x6ee723['dataType'],_0x1ede3=_0x19acf5?_0x6ee723[_0x583c9b(0x1cf)]===!![]:_0x4c7937['pkField']===!![],_0x2e5b3a=_0x19acf5?_0x6ee723[_0x583c9b(0x1e5)]===!![]:_0x4c7937[_0x583c9b(0x1e5)]===!![],_0x49205f=_0x19acf5?_0x6ee723[_0x583c9b(0x208)]??null:_0x4c7937['options']??null,_0x46567e={'name':_0x5a8ce0,'displayName':_0x586575||_0x5a8ce0,'type':_0x9a0643,'dbType':_0x6ee723[_0x583c9b(0x1d2)],'pk':_0x1ede3,'required':_0x2e5b3a,'description':_0x6ee723[_0x583c9b(0x1d5)]||undefined};return Array['isArray'](_0x49205f)&&_0x49205f[_0x583c9b(0x207)]>0x0&&(_0x46567e['options']=_0x49205f),_0x46567e;}function parseJsonMaybe(_0x39ef93){const _0x285f08=a17_0x3ec0;if(typeof _0x39ef93!==_0x285f08(0x209))return _0x39ef93;try{return JSON[_0x285f08(0x1d1)](_0x39ef93);}catch{return _0x39ef93;}}function a17_0x1e35(){const _0x4c5398=['name','requestBody','toField','beforeScriptId','host','entries','length','options','string','properties','273guAYtR','responseBody','creatorNameField','operations','265164YxvbEQ','requestFields','extend','fromField','createTimeField','15ujvPSH','toTableName','pkField','dbtableConfig','parse','dbType','dbName','224568NIqnYN','description','displayName','modifierIdField','object','4522080bqPlYb','dbId','tableName','sourceType','map','indexes','method','isArray','doType','formatRules','read','92727kEnfLj','required','afterScriptId','405894TTzAKx','2565174JUsDMq','doVersion','toDatasetCode','filter','tableComment','modifierNameField','toDatasetName','str','deleted','creatorIdField','title','1030uxidHj','path','labelField','updateTimeField','modelCode','code','datasetKey','validateRules','relatedPageInfoList','toFieldLabel','responseFields','allFields','relations','1855941jrsyxL'];a17_0x1e35=function(){return _0x4c5398;};return a17_0x1e35();}function normalizeOperationEntry(_0x553b0b,_0x458ad9){const _0x57fcb7=a17_0x3ec0;if(!_0x458ad9||typeof _0x458ad9!==_0x57fcb7(0x1d8))return null;if(!_0x458ad9[_0x57fcb7(0x1df)]||!_0x458ad9['path'])return null;const _0x587510={'name':_0x553b0b,'method':_0x458ad9[_0x57fcb7(0x1df)],'path':_0x458ad9[_0x57fcb7(0x1f4)]};if(_0x458ad9[_0x57fcb7(0x205)])_0x587510[_0x57fcb7(0x205)]=_0x458ad9[_0x57fcb7(0x205)];if(_0x458ad9[_0x57fcb7(0x202)]!=null)_0x587510[_0x57fcb7(0x202)]=parseJsonMaybe(_0x458ad9[_0x57fcb7(0x202)]);if(_0x458ad9[_0x57fcb7(0x1c5)]!=null)_0x587510[_0x57fcb7(0x1c5)]=parseJsonMaybe(_0x458ad9[_0x57fcb7(0x1c5)]);if(_0x458ad9['beforeScriptId']!=null)_0x587510['beforeScriptId']=_0x458ad9[_0x57fcb7(0x204)];if(_0x458ad9[_0x57fcb7(0x1e6)]!=null)_0x587510[_0x57fcb7(0x1e6)]=_0x458ad9['afterScriptId'];if(Array['isArray'](_0x458ad9[_0x57fcb7(0x1c9)]))_0x587510['requestFields']=_0x458ad9[_0x57fcb7(0x1c9)];if(Array['isArray'](_0x458ad9[_0x57fcb7(0x1fd)]))_0x587510[_0x57fcb7(0x1fd)]=_0x458ad9[_0x57fcb7(0x1fd)];return _0x587510;}function summarizeDbtable(_0x413a3c){const _0x76e69=a17_0x3ec0,_0x5bc699={},_0x2d53ff=[_0x76e69(0x1da),_0x76e69(0x1d3),_0x76e69(0x1db),_0x76e69(0x1f9),_0x76e69(0x1cf),'allFields','logicField',_0x76e69(0x1cc),_0x76e69(0x1f6),_0x76e69(0x1f1),_0x76e69(0x1c6),_0x76e69(0x1d7),_0x76e69(0x1ed),_0x76e69(0x1f5),'dblinkInfoDTO'];for(const _0x156f87 of _0x2d53ff){if(_0x413a3c[_0x156f87]!==undefined)_0x5bc699[_0x156f87]=_0x413a3c[_0x156f87];}return typeof _0x5bc699[_0x76e69(0x1fe)]===_0x76e69(0x209)&&_0x5bc699[_0x76e69(0x1fe)]['length']>0x0&&(_0x5bc699['allFieldNames']=_0x5bc699['allFields']['split'](',')[_0x76e69(0x1dd)](_0x58ed5e=>_0x58ed5e['trim']())[_0x76e69(0x1eb)](Boolean)),_0x5bc699;}function normalizeRelatedPages(_0xee1c7b){const _0x2ee89b=a17_0x3ec0;if(!Array[_0x2ee89b(0x1e0)](_0xee1c7b))return[];return _0xee1c7b[_0x2ee89b(0x1eb)](_0x4cad49=>_0x4cad49&&typeof _0x4cad49===_0x2ee89b(0x1d8))[_0x2ee89b(0x1dd)](_0x2eae6b=>({'id':_0x2eae6b['id'],'type':_0x2eae6b['type'],'code':_0x2eae6b[_0x2ee89b(0x1f8)],'title':_0x2eae6b[_0x2ee89b(0x1f2)],'deleted':_0x2eae6b[_0x2ee89b(0x1f0)]===!![]}));}export const datasetDetail={'service':'dataset','command':'detail','description':'Get\x20dataset\x20detail\x20including\x20fields\x20and\x20operations','risk':a17_0x2cec0d(0x1e3),'flags':[CODE_FLAG],async 'execute'(_0x351c21){const _0xbbf7fa=a17_0x2cec0d,_0xce32ab=await getDatasetDetail(_0x351c21[_0xbbf7fa(0x1ef)](_0xbbf7fa(0x1f8))),_0x30bfe4=Array['isArray'](_0xce32ab['fields'])?_0xce32ab['fields']:Array['isArray'](_0xce32ab[_0xbbf7fa(0x20a)])?_0xce32ab[_0xbbf7fa(0x20a)]:[],_0x1f85c5=_0x30bfe4['map'](_0x181bb=>normalizeField(_0x181bb))[_0xbbf7fa(0x1eb)](_0x3bbfa0=>_0x3bbfa0!==null),_0x5b7991=_0xce32ab[_0xbbf7fa(0x1c7)]??{},_0x554aaf=[];for(const [_0x4dc4cf,_0x1bb08d]of Object[_0xbbf7fa(0x206)](_0x5b7991)){const _0x218a00=normalizeOperationEntry(_0x4dc4cf,_0x1bb08d);if(_0x218a00)_0x554aaf['push'](_0x218a00);}const _0xdf0cfc=_0xce32ab[_0xbbf7fa(0x1d0)]??{},_0x1f7aaf=_0xce32ab['dataset']??{},_0xabee0e=_0xdf0cfc['dbId']!=null?{'id':_0xdf0cfc[_0xbbf7fa(0x1da)],'name':_0xdf0cfc[_0xbbf7fa(0x1d3)]??null}:undefined;let _0x35ccf6;return typeof _0xce32ab['extend']===_0xbbf7fa(0x209)&&(_0x35ccf6=parseJsonMaybe(_0xce32ab[_0xbbf7fa(0x1ca)])),{'ok':!![],'data':{'id':_0xce32ab['modelId']??_0xce32ab['id'],'name':_0xce32ab['name'],'code':_0xce32ab[_0xbbf7fa(0x1f7)]||_0xce32ab[_0xbbf7fa(0x1f8)],'doVersion':_0xce32ab[_0xbbf7fa(0x1e9)],'description':_0xce32ab[_0xbbf7fa(0x1d5)]||_0x1f7aaf[_0xbbf7fa(0x1ec)]||undefined,'source':_0xce32ab['source']||_0x1f7aaf[_0xbbf7fa(0x1dc)],'table':_0xdf0cfc[_0xbbf7fa(0x1db)]||_0x1f7aaf[_0xbbf7fa(0x1db)],'datasetKey':_0xdf0cfc[_0xbbf7fa(0x1f9)],'pk':_0xdf0cfc['pkField'],'db':_0xabee0e,'dbtable':summarizeDbtable(_0xdf0cfc),'fields':_0x1f85c5,'operations':_0x554aaf,'indexes':Array[_0xbbf7fa(0x1e0)](_0x1f7aaf[_0xbbf7fa(0x1de)])?_0x1f7aaf[_0xbbf7fa(0x1de)]:[],'relations':Array[_0xbbf7fa(0x1e0)](_0xce32ab[_0xbbf7fa(0x1ff)])?_0xce32ab[_0xbbf7fa(0x1ff)]['map'](_0x49cb31=>({'fromField':_0x49cb31[_0xbbf7fa(0x1cb)],'toDataset':_0x49cb31[_0xbbf7fa(0x1ee)],'toCode':_0x49cb31[_0xbbf7fa(0x1ea)],'toTable':_0x49cb31[_0xbbf7fa(0x1ce)],'toField':_0x49cb31[_0xbbf7fa(0x203)],'labelField':_0x49cb31[_0xbbf7fa(0x1fc)]||undefined})):[],'relatedPages':normalizeRelatedPages(_0xce32ab[_0xbbf7fa(0x1fb)]),...Array[_0xbbf7fa(0x1e0)](_0xce32ab['columnCodeListWithDeleted'])?{'columnCodeListWithDeleted':_0xce32ab['columnCodeListWithDeleted']}:{},'formatRules':Array['isArray'](_0xce32ab[_0xbbf7fa(0x1e2)])?_0xce32ab[_0xbbf7fa(0x1e2)]:[],'validateRules':Array[_0xbbf7fa(0x1e0)](_0xce32ab[_0xbbf7fa(0x1fa)])?_0xce32ab[_0xbbf7fa(0x1fa)]:[],..._0x35ccf6!==undefined?{'extend':_0x35ccf6}:{},'stats':{'fieldCount':_0x1f85c5[_0xbbf7fa(0x207)],'operationCount':_0x554aaf[_0xbbf7fa(0x207)]}}};}};
1
+ const a17_0xa3fbb3=a17_0x159e;(function(_0xdcb7eb,_0x4fc17c){const _0x4ed467=a17_0x159e,_0x2dac99=_0xdcb7eb();while(!![]){try{const _0x468d80=-parseInt(_0x4ed467(0x137))/0x1*(parseInt(_0x4ed467(0x12b))/0x2)+-parseInt(_0x4ed467(0x144))/0x3*(-parseInt(_0x4ed467(0x12a))/0x4)+parseInt(_0x4ed467(0x15f))/0x5+parseInt(_0x4ed467(0x11f))/0x6*(parseInt(_0x4ed467(0x12e))/0x7)+-parseInt(_0x4ed467(0x156))/0x8+-parseInt(_0x4ed467(0x143))/0x9*(-parseInt(_0x4ed467(0x140))/0xa)+-parseInt(_0x4ed467(0x127))/0xb;if(_0x468d80===_0x4fc17c)break;else _0x2dac99['push'](_0x2dac99['shift']());}catch(_0x2584ec){_0x2dac99['push'](_0x2dac99['shift']());}}}(a17_0x19a6,0xf22af));import{getDatasetDetail}from'../../core/api-client.js';function a17_0x19a6(){const _0x9ea47=['str','toDatasetCode','71589lXgbXV','map','requestFields','read','pkField','toDatasetName','labelField','code','toTableName','3TMXsXQ','columnCodeListWithDeleted','dblinkInfoDTO','type','dbId','updateTimeField','trim','dbtableConfig','responseBody','10nogppy','allFields','modelCode','15156621iqJaKh','24243JdDuhH','dataset','entries','createTimeField','modifierNameField','relatedPageInfoList','allFieldNames','creatorNameField','method','indexes','doType','detail','requestBody','validateRules','description','logicField','formatRules','datasetKey','8160528fnPEsU','properties','creatorIdField','dbType','name','afterScriptId','operations','host','displayName','7908025zdCRlP','source','options','beforeScriptId','parse','dataType','path','object','required','tableName','fields','isArray','title','deleted','filter','186cEztwV','extend','fromField','length','dbName','responseFields','string','toFieldLabel','13923723UihTqa','split','relations','16OeVzJA','224838ydHUUc'];a17_0x19a6=function(){return _0x9ea47;};return a17_0x19a6();}import{CODE_FLAG}from'../../commands/common/flags.js';function normalizeField(_0x191652){const _0x588626=a17_0x159e;if(_0x191652[_0x588626(0x11d)])return null;const _0xb360cc=Boolean(_0x191652[_0x588626(0x15e)]!==undefined||_0x191652[_0x588626(0x14e)]!==undefined);let _0x28ce01={};if(!_0xb360cc&&typeof _0x191652['extend']===_0x588626(0x125))try{_0x28ce01=JSON[_0x588626(0x163)](_0x191652['extend']);}catch{}const _0x4132a6=_0xb360cc?_0x191652[_0x588626(0x15a)]:_0x191652['code'],_0x27c18a=_0xb360cc?_0x191652['displayName']:_0x191652[_0x588626(0x15a)],_0x5b5903=_0xb360cc?_0x191652[_0x588626(0x14e)]:_0x191652[_0x588626(0x13a)]||_0x191652[_0x588626(0x164)],_0x20dcd2=_0xb360cc?_0x191652[_0x588626(0x132)]===!![]:_0x28ce01['pkField']===!![],_0x161a8c=_0xb360cc?_0x191652['required']===!![]:_0x28ce01[_0x588626(0x167)]===!![],_0x446ca7=_0xb360cc?_0x191652['options']??null:_0x28ce01[_0x588626(0x161)]??null,_0x3bad43={'name':_0x4132a6,'displayName':_0x27c18a||_0x4132a6,'type':_0x5b5903,'dbType':_0x191652[_0x588626(0x159)],'pk':_0x20dcd2,'required':_0x161a8c,'description':_0x191652[_0x588626(0x152)]||undefined};return Array[_0x588626(0x11b)](_0x446ca7)&&_0x446ca7[_0x588626(0x122)]>0x0&&(_0x3bad43[_0x588626(0x161)]=_0x446ca7),_0x3bad43;}function a17_0x159e(_0x330c44,_0x1afc18){_0x330c44=_0x330c44-0x119;const _0x19a610=a17_0x19a6();let _0x159e56=_0x19a610[_0x330c44];return _0x159e56;}function parseJsonMaybe(_0x441ee0){const _0x5d4f58=a17_0x159e;if(typeof _0x441ee0!=='string')return _0x441ee0;try{return JSON[_0x5d4f58(0x163)](_0x441ee0);}catch{return _0x441ee0;}}function normalizeOperationEntry(_0xf42632,_0x141c6d){const _0x160709=a17_0x159e;if(!_0x141c6d||typeof _0x141c6d!=='object')return null;if(!_0x141c6d['method']||!_0x141c6d[_0x160709(0x165)])return null;const _0x654e50={'name':_0xf42632,'method':_0x141c6d[_0x160709(0x14c)],'path':_0x141c6d[_0x160709(0x165)]};if(_0x141c6d[_0x160709(0x15d)])_0x654e50[_0x160709(0x15d)]=_0x141c6d['host'];if(_0x141c6d['requestBody']!=null)_0x654e50['requestBody']=parseJsonMaybe(_0x141c6d[_0x160709(0x150)]);if(_0x141c6d[_0x160709(0x13f)]!=null)_0x654e50[_0x160709(0x13f)]=parseJsonMaybe(_0x141c6d['responseBody']);if(_0x141c6d[_0x160709(0x162)]!=null)_0x654e50['beforeScriptId']=_0x141c6d[_0x160709(0x162)];if(_0x141c6d['afterScriptId']!=null)_0x654e50[_0x160709(0x15b)]=_0x141c6d[_0x160709(0x15b)];if(Array['isArray'](_0x141c6d['requestFields']))_0x654e50['requestFields']=_0x141c6d[_0x160709(0x130)];if(Array[_0x160709(0x11b)](_0x141c6d[_0x160709(0x124)]))_0x654e50[_0x160709(0x124)]=_0x141c6d[_0x160709(0x124)];return _0x654e50;}function summarizeDbtable(_0x39a720){const _0x5d7816=a17_0x159e,_0x3840e5={},_0x11080b=[_0x5d7816(0x13b),_0x5d7816(0x123),_0x5d7816(0x119),_0x5d7816(0x155),_0x5d7816(0x132),_0x5d7816(0x141),_0x5d7816(0x153),_0x5d7816(0x147),_0x5d7816(0x13c),_0x5d7816(0x158),_0x5d7816(0x14b),'modifierIdField',_0x5d7816(0x148),_0x5d7816(0x134),_0x5d7816(0x139)];for(const _0x2d1b94 of _0x11080b){if(_0x39a720[_0x2d1b94]!==undefined)_0x3840e5[_0x2d1b94]=_0x39a720[_0x2d1b94];}return typeof _0x3840e5[_0x5d7816(0x141)]==='string'&&_0x3840e5[_0x5d7816(0x141)][_0x5d7816(0x122)]>0x0&&(_0x3840e5[_0x5d7816(0x14a)]=_0x3840e5[_0x5d7816(0x141)][_0x5d7816(0x128)](',')['map'](_0x4815ee=>_0x4815ee[_0x5d7816(0x13d)]())[_0x5d7816(0x11e)](Boolean)),_0x3840e5;}function normalizeRelatedPages(_0x259420){const _0x52021e=a17_0x159e;if(!Array[_0x52021e(0x11b)](_0x259420))return[];return _0x259420[_0x52021e(0x11e)](_0x4bdc6d=>_0x4bdc6d&&typeof _0x4bdc6d===_0x52021e(0x166))[_0x52021e(0x12f)](_0x48b25d=>({'id':_0x48b25d['id'],'type':_0x48b25d[_0x52021e(0x13a)],'code':_0x48b25d[_0x52021e(0x135)],'title':_0x48b25d[_0x52021e(0x11c)],'deleted':_0x48b25d[_0x52021e(0x11d)]===!![]}));}export const datasetDetail={'service':a17_0xa3fbb3(0x145),'command':a17_0xa3fbb3(0x14f),'description':'Get\x20dataset\x20detail\x20including\x20fields\x20and\x20operations','risk':a17_0xa3fbb3(0x131),'flags':[CODE_FLAG],async 'execute'(_0x38d564){const _0x495a75=a17_0xa3fbb3,_0xfbcd3a=await getDatasetDetail(_0x38d564[_0x495a75(0x12c)](_0x495a75(0x135))),_0x4313b0=Array['isArray'](_0xfbcd3a[_0x495a75(0x11a)])?_0xfbcd3a[_0x495a75(0x11a)]:Array[_0x495a75(0x11b)](_0xfbcd3a[_0x495a75(0x157)])?_0xfbcd3a[_0x495a75(0x157)]:[],_0x1a6110=_0x4313b0[_0x495a75(0x12f)](_0x319329=>normalizeField(_0x319329))[_0x495a75(0x11e)](_0x533042=>_0x533042!==null),_0x1de8cc=_0xfbcd3a[_0x495a75(0x15c)]??{},_0x4a9de3=[];for(const [_0x18b272,_0x434ef6]of Object[_0x495a75(0x146)](_0x1de8cc)){const _0x593c20=normalizeOperationEntry(_0x18b272,_0x434ef6);if(_0x593c20)_0x4a9de3['push'](_0x593c20);}const _0x2767d5=_0xfbcd3a[_0x495a75(0x13e)]??{},_0x8f1572=_0xfbcd3a[_0x495a75(0x145)]??{},_0x55d47b=_0x2767d5['dbId']!=null?{'id':_0x2767d5[_0x495a75(0x13b)],'name':_0x2767d5[_0x495a75(0x123)]??null}:undefined;let _0x22bb4d;return typeof _0xfbcd3a[_0x495a75(0x120)]==='string'&&(_0x22bb4d=parseJsonMaybe(_0xfbcd3a['extend'])),{'ok':!![],'data':{'id':_0xfbcd3a['modelId']??_0xfbcd3a['id'],'name':_0xfbcd3a['name'],'code':_0xfbcd3a[_0x495a75(0x142)]||_0xfbcd3a['code'],'doVersion':_0xfbcd3a['doVersion'],'description':_0xfbcd3a[_0x495a75(0x152)]||_0x8f1572['tableComment']||undefined,'source':_0xfbcd3a[_0x495a75(0x160)]||_0x8f1572['sourceType'],'table':_0x2767d5['tableName']||_0x8f1572[_0x495a75(0x119)],'datasetKey':_0x2767d5[_0x495a75(0x155)],'pk':_0x2767d5[_0x495a75(0x132)],'db':_0x55d47b,'dbtable':summarizeDbtable(_0x2767d5),'fields':_0x1a6110,'operations':_0x4a9de3,'indexes':Array[_0x495a75(0x11b)](_0x8f1572['indexes'])?_0x8f1572[_0x495a75(0x14d)]:[],'relations':Array[_0x495a75(0x11b)](_0xfbcd3a[_0x495a75(0x129)])?_0xfbcd3a[_0x495a75(0x129)][_0x495a75(0x12f)](_0x316dca=>({'fromField':_0x316dca[_0x495a75(0x121)],'toDataset':_0x316dca[_0x495a75(0x133)],'toCode':_0x316dca[_0x495a75(0x12d)],'toTable':_0x316dca[_0x495a75(0x136)],'toField':_0x316dca['toField'],'labelField':_0x316dca[_0x495a75(0x126)]||undefined})):[],'relatedPages':normalizeRelatedPages(_0xfbcd3a[_0x495a75(0x149)]),...Array[_0x495a75(0x11b)](_0xfbcd3a[_0x495a75(0x138)])?{'columnCodeListWithDeleted':_0xfbcd3a[_0x495a75(0x138)]}:{},'formatRules':Array[_0x495a75(0x11b)](_0xfbcd3a['formatRules'])?_0xfbcd3a[_0x495a75(0x154)]:[],'validateRules':Array[_0x495a75(0x11b)](_0xfbcd3a[_0x495a75(0x151)])?_0xfbcd3a['validateRules']:[],..._0x22bb4d!==undefined?{'extend':_0x22bb4d}:{},'stats':{'fieldCount':_0x1a6110['length'],'operationCount':_0x4a9de3[_0x495a75(0x122)]}}};}};
@@ -1 +1 @@
1
- (function(_0x85ce1d,_0x262476){const _0x56019a=a18_0x1254,_0x562cd6=_0x85ce1d();while(!![]){try{const _0x41e633=parseInt(_0x56019a(0x133))/0x1+parseInt(_0x56019a(0x130))/0x2*(-parseInt(_0x56019a(0x134))/0x3)+-parseInt(_0x56019a(0x131))/0x4+parseInt(_0x56019a(0x12d))/0x5+-parseInt(_0x56019a(0x132))/0x6+-parseInt(_0x56019a(0x12f))/0x7+parseInt(_0x56019a(0x12e))/0x8;if(_0x41e633===_0x262476)break;else _0x562cd6['push'](_0x562cd6['shift']());}catch(_0x5530fc){_0x562cd6['push'](_0x562cd6['shift']());}}}(a18_0x4387,0xa51bf));import{datasetList}from'../../commands/dataset/list.js';function a18_0x4387(){const _0x5ae8c8=['6810012uopydj','707938pxiAYe','6PKkJiq','1373685KLDoxK','37935200SInpbj','8549471cXVsJs','1346626SnmhID','5381228IFRChN'];a18_0x4387=function(){return _0x5ae8c8;};return a18_0x4387();}import{datasetDetail}from'../../commands/dataset/detail.js';function a18_0x1254(_0x24c3e6,_0x29b2b9){_0x24c3e6=_0x24c3e6-0x12d;const _0x4387e7=a18_0x4387();let _0x125410=_0x4387e7[_0x24c3e6];return _0x125410;}export const datasetDefinitions=[datasetList,datasetDetail];
1
+ function a18_0x58d9(){const _0x58f658=['281240PfHFTy','15NCiFaW','8isjqEZ','10082097BoDPvY','1507REanrn','6021304iRZaNZ','3966HPKwar','388217PyrKEl','405642sDvVis','1419640kesMrU','14448XVXlrt'];a18_0x58d9=function(){return _0x58f658;};return a18_0x58d9();}(function(_0x1980e0,_0x10b126){const _0x2ee458=a18_0x225c,_0x4876f3=_0x1980e0();while(!![]){try{const _0x2c9d90=-parseInt(_0x2ee458(0x192))/0x1+parseInt(_0x2ee458(0x193))/0x2*(-parseInt(_0x2ee458(0x197))/0x3)+-parseInt(_0x2ee458(0x19b))/0x4+-parseInt(_0x2ee458(0x194))/0x5+-parseInt(_0x2ee458(0x191))/0x6*(-parseInt(_0x2ee458(0x195))/0x7)+parseInt(_0x2ee458(0x198))/0x8*(-parseInt(_0x2ee458(0x199))/0x9)+-parseInt(_0x2ee458(0x196))/0xa*(-parseInt(_0x2ee458(0x19a))/0xb);if(_0x2c9d90===_0x10b126)break;else _0x4876f3['push'](_0x4876f3['shift']());}catch(_0x3d293f){_0x4876f3['push'](_0x4876f3['shift']());}}}(a18_0x58d9,0xdd10b));import{datasetList}from'../../commands/dataset/list.js';function a18_0x225c(_0xcca65a,_0x27cb20){_0xcca65a=_0xcca65a-0x191;const _0x58d9d9=a18_0x58d9();let _0x225cc9=_0x58d9d9[_0xcca65a];return _0x225cc9;}import{datasetDetail}from'../../commands/dataset/detail.js';export const datasetDefinitions=[datasetList,datasetDetail];
@@ -1 +1 @@
1
- const a19_0x2baed3=a19_0x7460;function a19_0x7460(_0xe714b3,_0x2a3fc2){_0xe714b3=_0xe714b3-0x151;const _0x238e27=a19_0x238e();let _0x74609=_0x238e27[_0xe714b3];return _0x74609;}function a19_0x238e(){const _0x58c509=['description','dataset','tableName','237650cUtFVH','6681790oDjWZD','str','36mIknca','appCode','length','4VenoVt','map','trim','112xVDteC','1124128cCYjib','1255521WdEikf','string','49511ltPOXd','List\x20datasets\x20in\x20the\x20app\x20(supports\x20server-side\x20name/code\x20filtering)','source','pkField','Filter\x20by\x20dataset\x20code\x20(server-side\x20exact\x20match)','code','name','178983ZjjofS','11042JqCRHx','list'];a19_0x238e=function(){return _0x58c509;};return a19_0x238e();}(function(_0x185c78,_0x1d71f1){const _0x1c40a1=a19_0x7460,_0x51b63a=_0x185c78();while(!![]){try{const _0x52d213=-parseInt(_0x1c40a1(0x163))/0x1*(parseInt(_0x1c40a1(0x154))/0x2)+-parseInt(_0x1c40a1(0x159))/0x3+-parseInt(_0x1c40a1(0x158))/0x4+-parseInt(_0x1c40a1(0x168))/0x5+parseInt(_0x1c40a1(0x151))/0x6*(parseInt(_0x1c40a1(0x15b))/0x7)+-parseInt(_0x1c40a1(0x157))/0x8*(-parseInt(_0x1c40a1(0x162))/0x9)+parseInt(_0x1c40a1(0x169))/0xa;if(_0x52d213===_0x1d71f1)break;else _0x51b63a['push'](_0x51b63a['shift']());}catch(_0x83bdb6){_0x51b63a['push'](_0x51b63a['shift']());}}}(a19_0x238e,0x35aea));import{listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';export const datasetList={'service':a19_0x2baed3(0x166),'command':a19_0x2baed3(0x164),'description':a19_0x2baed3(0x15c),'risk':'read','flags':[{'name':a19_0x2baed3(0x161),'type':a19_0x2baed3(0x15a),'description':'Filter\x20by\x20dataset\x20name\x20(server-side\x20fuzzy\x20match)'},{...CODE_FLAG,'required':![],'description':a19_0x2baed3(0x15f)}],async 'execute'(_0x480f39){const _0x2c62a5=a19_0x2baed3,_0xeee6ce=_0x480f39[_0x2c62a5(0x16a)]('name'),_0xa647b2=_0x480f39[_0x2c62a5(0x16a)](_0x2c62a5(0x160)),_0x3c2d57=await listDatasets(_0x480f39[_0x2c62a5(0x152)],{..._0xeee6ce&&{'name':_0xeee6ce},..._0xa647b2&&{'code':_0xa647b2}});return{'ok':!![],'data':{'total':_0x3c2d57[_0x2c62a5(0x153)],'datasets':_0x3c2d57[_0x2c62a5(0x155)](_0x22921b=>{const _0x1aadaf=_0x2c62a5,_0x534f97=_0x22921b['dbtableConfig']??{};return{'id':_0x22921b['id'],'code':_0x22921b[_0x1aadaf(0x160)],'name':_0x22921b['name'],'source':_0x22921b[_0x1aadaf(0x15d)],'description':_0x22921b[_0x1aadaf(0x165)],'table':_0x534f97[_0x1aadaf(0x167)],'datasetKey':_0x534f97['datasetKey'],'pk':_0x534f97[_0x1aadaf(0x15e)],'fields':_0x534f97['allFields']?_0x534f97['allFields']['split'](',')[_0x1aadaf(0x155)](_0x690ce3=>_0x690ce3[_0x1aadaf(0x156)]()):[]};})}};}};
1
+ const a19_0x3f15ea=a19_0x234e;(function(_0x119da4,_0x3eece1){const _0x24696a=a19_0x234e,_0x57c686=_0x119da4();while(!![]){try{const _0x238af3=-parseInt(_0x24696a(0x1b4))/0x1*(parseInt(_0x24696a(0x1c1))/0x2)+-parseInt(_0x24696a(0x1b9))/0x3*(parseInt(_0x24696a(0x1ae))/0x4)+-parseInt(_0x24696a(0x1bc))/0x5*(-parseInt(_0x24696a(0x1c7))/0x6)+-parseInt(_0x24696a(0x1c8))/0x7*(-parseInt(_0x24696a(0x1c5))/0x8)+-parseInt(_0x24696a(0x1ba))/0x9*(parseInt(_0x24696a(0x1ad))/0xa)+parseInt(_0x24696a(0x1bf))/0xb+-parseInt(_0x24696a(0x1b8))/0xc*(-parseInt(_0x24696a(0x1c9))/0xd);if(_0x238af3===_0x3eece1)break;else _0x57c686['push'](_0x57c686['shift']());}catch(_0x26c4d3){_0x57c686['push'](_0x57c686['shift']());}}}(a19_0xf892,0xe4fb0));import{listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function a19_0xf892(){const _0x2f6b21=['90FAwfDB','4plcpse','Filter\x20by\x20dataset\x20code\x20(server-side\x20exact\x20match)','dbtableConfig','dataset','length','read','41453SbwNcm','trim','description','allFields','4066116RzpJxD','503742vQwjaa','1631844pKMhfo','Filter\x20by\x20dataset\x20name\x20(server-side\x20fuzzy\x20match)','18605eUuuLZ','tableName','name','14063280bNrqkI','str','18Tvhlnp','datasetKey','map','List\x20datasets\x20in\x20the\x20app\x20(supports\x20server-side\x20name/code\x20filtering)','114184adueMg','string','786tXzqdK','161Fzfnqm','39BSIqkX','appCode','code'];a19_0xf892=function(){return _0x2f6b21;};return a19_0xf892();}function a19_0x234e(_0x5e376a,_0x420ae5){_0x5e376a=_0x5e376a-0x1ab;const _0xf892b4=a19_0xf892();let _0x234e2f=_0xf892b4[_0x5e376a];return _0x234e2f;}export const datasetList={'service':a19_0x3f15ea(0x1b1),'command':'list','description':a19_0x3f15ea(0x1c4),'risk':a19_0x3f15ea(0x1b3),'flags':[{'name':a19_0x3f15ea(0x1be),'type':a19_0x3f15ea(0x1c6),'description':a19_0x3f15ea(0x1bb)},{...CODE_FLAG,'required':![],'description':a19_0x3f15ea(0x1af)}],async 'execute'(_0x3c2392){const _0x1847b3=a19_0x3f15ea,_0x19ae3e=_0x3c2392['str']('name'),_0xa7da4=_0x3c2392[_0x1847b3(0x1c0)](_0x1847b3(0x1ac)),_0xe33d4b=await listDatasets(_0x3c2392[_0x1847b3(0x1ab)],{..._0x19ae3e&&{'name':_0x19ae3e},..._0xa7da4&&{'code':_0xa7da4}});return{'ok':!![],'data':{'total':_0xe33d4b[_0x1847b3(0x1b2)],'datasets':_0xe33d4b[_0x1847b3(0x1c3)](_0x1d4cbc=>{const _0x23f778=_0x1847b3,_0x104ad8=_0x1d4cbc[_0x23f778(0x1b0)]??{};return{'id':_0x1d4cbc['id'],'code':_0x1d4cbc[_0x23f778(0x1ac)],'name':_0x1d4cbc['name'],'source':_0x1d4cbc['source'],'description':_0x1d4cbc[_0x23f778(0x1b6)],'table':_0x104ad8[_0x23f778(0x1bd)],'datasetKey':_0x104ad8[_0x23f778(0x1c2)],'pk':_0x104ad8['pkField'],'fields':_0x104ad8[_0x23f778(0x1b7)]?_0x104ad8['allFields']['split'](',')['map'](_0x1e175d=>_0x1e175d[_0x23f778(0x1b5)]()):[]};})}};}};
@@ -1 +1 @@
1
- const a20_0x3b3151=a20_0x238c;(function(_0x3b7c84,_0x4b6068){const _0x4b2a59=a20_0x238c,_0x4cd24d=_0x3b7c84();while(!![]){try{const _0x2b85e9=parseInt(_0x4b2a59(0xdc))/0x1+parseInt(_0x4b2a59(0xf4))/0x2*(parseInt(_0x4b2a59(0xd2))/0x3)+parseInt(_0x4b2a59(0xd8))/0x4*(parseInt(_0x4b2a59(0xdd))/0x5)+parseInt(_0x4b2a59(0xd1))/0x6*(parseInt(_0x4b2a59(0xdb))/0x7)+parseInt(_0x4b2a59(0x116))/0x8*(-parseInt(_0x4b2a59(0x109))/0x9)+-parseInt(_0x4b2a59(0x10c))/0xa*(parseInt(_0x4b2a59(0xf9))/0xb)+-parseInt(_0x4b2a59(0xe7))/0xc;if(_0x2b85e9===_0x4b6068)break;else _0x4cd24d['push'](_0x4cd24d['shift']());}catch(_0x153cf9){_0x4cd24d['push'](_0x4cd24d['shift']());}}}(a20_0x5a0d,0x93b56));import a20_0x58d8c8 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{getCliVersion}from'../utils/version.js';function a20_0x5a0d(){const _0x304257=['repeat','(none)','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','log','verbose','26382wMtXVE','empty','env','\x20\x20Merged\x20Config','\x20\x20Config\x20JSON','11zcvWFU','\x20\x20Config\x20Files','doctor','\x20\x20API\x20Endpoints','(not\x20set)','✓\x20Valid\x20JSON','message','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','format','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','read','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','gray','\x20\x20Session\x20check:\x20\x20\x20','\x20\x20runtimeDomain:\x20\x20\x20','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','72270vPEPOI','currentApp','appCode','4186870JWlFkL','(not\x20found)','accessKey','(default)','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','missing','locale','Global','\x20\x20auth\x20(effective):\x20','160OffOxe','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','12UpoUVP','201iLxyxu','red','status','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','(missing)','\x20doctor','2121124Ggblyj','\x20(legacy/compat\x20only)','⚠\x20Empty\x20(treated\x20as\x20{})','3082793MvlOrf','940844uQOSQa','5vbEPeI','padEnd','bold','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','platform','\x20\x20─','(set,\x20length=','\x20\x20userDomain:\x20\x20\x20\x20\x20\x20','ClientAk','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','24617028FIKntM','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','pageSize','\x20\x20accessKey:\x20\x20\x20\x20\x20\x20\x20','(no\x20file)','Project','\x20\x20Auth','green'];a20_0x5a0d=function(){return _0x304257;};return a20_0x5a0d();}import{getApiDomain,getRuntimeDomain,getUserDomain}from'../constant/domain.js';import{buildConfigFromFlags,initGlobalEnvironment,getProjectConfigPath,getGlobalConfigPath,inspectCliConfigJsonFile}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{isLegacyCompatConfigKey}from'../config/schema.js';async function execute(_0x50d7c8){const _0x5e7c9f=a20_0x238c,_0x50bc8a=getCliVersion(),_0x4569d8=buildConfigFromFlags({});await initGlobalEnvironment(_0x4569d8),console[_0x5e7c9f(0xf2)](),console['log'](a20_0x58d8c8[_0x5e7c9f(0xdf)](CLI_BIN_NAME+_0x5e7c9f(0xd7))),console['log'](a20_0x58d8c8[_0x5e7c9f(0x105)]('─'['repeat'](0x32))),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x104)+_0x50bc8a),console['log'](_0x5e7c9f(0xd0)+process['version']),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x110)+process[_0x5e7c9f(0xe1)]+'\x20'+process['arch']),console['log'](),console[_0x5e7c9f(0xf2)](a20_0x58d8c8['bold'](_0x5e7c9f(0xfa))),console['log'](a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0xe2)[_0x5e7c9f(0xef)](0x1e)));const _0x5566a0=getGlobalConfigPath(),_0x3dcca5=getProjectConfigPath();console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xd5)+(_0x5566a0||a20_0x58d8c8['gray'](_0x5e7c9f(0x10d)))),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xcf)+(_0x3dcca5||a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0x10d)))),console[_0x5e7c9f(0xf2)](),console[_0x5e7c9f(0xf2)](a20_0x58d8c8[_0x5e7c9f(0xdf)](_0x5e7c9f(0xf8))),console[_0x5e7c9f(0xf2)](a20_0x58d8c8[_0x5e7c9f(0x105)]('\x20\x20─'[_0x5e7c9f(0xef)](0x1e)));const _0x25a4b6=(_0x200023,_0x41ebf3)=>{const _0x267229=_0x5e7c9f;if(!_0x41ebf3){console[_0x267229(0xf2)]('\x20\x20'+_0x200023['padEnd'](0x11)+'\x20'+a20_0x58d8c8[_0x267229(0x105)](_0x267229(0xeb)));return;}const _0x3e164b=inspectCliConfigJsonFile(_0x41ebf3);if(_0x3e164b[_0x267229(0xd4)]==='ok')console[_0x267229(0xf2)]('\x20\x20'+_0x200023['padEnd'](0x11)+'\x20'+a20_0x58d8c8[_0x267229(0xee)](_0x267229(0xfe)));else{if(_0x3e164b[_0x267229(0xd4)]===_0x267229(0xf5))console[_0x267229(0xf2)]('\x20\x20'+_0x200023['padEnd'](0x11)+'\x20'+a20_0x58d8c8['yellow'](_0x267229(0xda)));else _0x3e164b[_0x267229(0xd4)]===_0x267229(0x112)?console[_0x267229(0xf2)]('\x20\x20'+_0x200023['padEnd'](0x11)+'\x20'+a20_0x58d8c8[_0x267229(0x105)](_0x267229(0xd6))):(console[_0x267229(0xf2)]('\x20\x20'+_0x200023[_0x267229(0xde)](0x11)+'\x20'+a20_0x58d8c8[_0x267229(0xd3)]('✗\x20Invalid\x20JSON')),console[_0x267229(0xf2)]('\x20\x20'+''[_0x267229(0xde)](0x11)+'\x20'+a20_0x58d8c8['red'](_0x3e164b[_0x267229(0xff)])));}};_0x25a4b6(_0x5e7c9f(0x114),_0x5566a0),_0x25a4b6(_0x5e7c9f(0xec),_0x3dcca5),console[_0x5e7c9f(0xf2)](),console[_0x5e7c9f(0xf2)](a20_0x58d8c8[_0x5e7c9f(0xdf)](_0x5e7c9f(0xf7))),console['log'](a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0xe2)[_0x5e7c9f(0xef)](0x1e))),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x100)+(_0x4569d8[_0x5e7c9f(0x10b)]||a20_0x58d8c8[_0x5e7c9f(0xd3)](_0x5e7c9f(0xfd)))),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x117)+_0x4569d8[_0x5e7c9f(0xf6)]);const _0x5f08cc=isLegacyCompatConfigKey(_0x5e7c9f(0x113))?a20_0x58d8c8['gray'](_0x4569d8[_0x5e7c9f(0x113)]+_0x5e7c9f(0xd9)):_0x4569d8[_0x5e7c9f(0x113)];return console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xe6)+_0x5f08cc),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x108)+(_0x4569d8['defaultApp']||a20_0x58d8c8['gray'](_0x5e7c9f(0xf0)))),console['log'](_0x5e7c9f(0x102)+(_0x4569d8[_0x5e7c9f(0x10a)]||a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0xf0)))),console['log'](_0x5e7c9f(0xe0)+(_0x4569d8[_0x5e7c9f(0x101)]||a20_0x58d8c8[_0x5e7c9f(0x105)]('(default:\x20'+DEFAULT_CONFIG_VALUES[_0x5e7c9f(0x101)]+')'))),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xe8)+(_0x4569d8[_0x5e7c9f(0xe9)]??a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0x10f)))),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xf1)+_0x4569d8['riskLevel']),console[_0x5e7c9f(0xf2)]('\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x4569d8[_0x5e7c9f(0xf3)]),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x115)+AUTH_MODE[_0x5e7c9f(0xe5)]),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xea)+(_0x4569d8[_0x5e7c9f(0x10e)]?a20_0x58d8c8[_0x5e7c9f(0xee)](_0x5e7c9f(0xe3)+_0x4569d8[_0x5e7c9f(0x10e)]['length']+')'):a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0xf0)))),console[_0x5e7c9f(0xf2)](),console[_0x5e7c9f(0xf2)](a20_0x58d8c8[_0x5e7c9f(0xdf)](_0x5e7c9f(0xfc))),console['log'](a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0xe2)['repeat'](0x1e))),console['log'](_0x5e7c9f(0x111)+getApiDomain()),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0xe4)+getUserDomain()),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x107)+getRuntimeDomain()),console[_0x5e7c9f(0xf2)](),console[_0x5e7c9f(0xf2)](a20_0x58d8c8[_0x5e7c9f(0xdf)](_0x5e7c9f(0xed))),console[_0x5e7c9f(0xf2)](a20_0x58d8c8[_0x5e7c9f(0x105)](_0x5e7c9f(0xe2)[_0x5e7c9f(0xef)](0x1e))),console['log']('\x20\x20Mode:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a20_0x58d8c8['green'](AUTH_MODE[_0x5e7c9f(0xe5)]+'\x20(accessKey)')),console[_0x5e7c9f(0xf2)](_0x5e7c9f(0x106)+a20_0x58d8c8[_0x5e7c9f(0x105)]('(removed\x20—\x20cookie\x20auth\x20disabled)')),console[_0x5e7c9f(0xf2)](),{'ok':!![]};}function a20_0x238c(_0x59d9a9,_0x2d0961){_0x59d9a9=_0x59d9a9-0xcf;const _0x5a0dd2=a20_0x5a0d();let _0x238c9b=_0x5a0dd2[_0x59d9a9];return _0x238c9b;}export const doctorDefinition={'service':a20_0x3b3151(0xfb),'command':'check','description':'Diagnose\x20CLI\x20configuration\x20and\x20environment','risk':a20_0x3b3151(0x103),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
1
+ const a20_0x499375=a20_0x7cb4;(function(_0x4b6b96,_0x1e97b2){const _0x57a05f=a20_0x7cb4,_0x418aa9=_0x4b6b96();while(!![]){try{const _0x5d97e8=-parseInt(_0x57a05f(0x20e))/0x1+parseInt(_0x57a05f(0x1f0))/0x2+-parseInt(_0x57a05f(0x229))/0x3*(-parseInt(_0x57a05f(0x21c))/0x4)+-parseInt(_0x57a05f(0x1f8))/0x5+parseInt(_0x57a05f(0x222))/0x6+-parseInt(_0x57a05f(0x218))/0x7*(-parseInt(_0x57a05f(0x213))/0x8)+parseInt(_0x57a05f(0x1fe))/0x9*(-parseInt(_0x57a05f(0x22e))/0xa);if(_0x5d97e8===_0x1e97b2)break;else _0x418aa9['push'](_0x418aa9['shift']());}catch(_0x3b8c54){_0x418aa9['push'](_0x418aa9['shift']());}}}(a20_0x40d2,0x20cfc));import a20_0x209774 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';function a20_0x40d2(){const _0x4b4d46=['⚠\x20Empty\x20(treated\x20as\x20{})','appCode','\x20\x20Config\x20Files','repeat','\x20\x20runtimeDomain:\x20\x20\x20','\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20(legacy/compat\x20only)','red','format','currentApp','229675UCfHHU','bold','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','version','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','144376tlVRCT','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','(default)','(missing)','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','77JqoLKI','green','pageSize','accessKey','1044532gqiNSn','\x20\x20Auth','Project','arch','padEnd','status','1188402FzrvxK','✓\x20Valid\x20JSON','check','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','\x20\x20','ClientAk','message','3Kaiqgj','riskLevel','empty','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','verbose','190250DRySUJ','doctor','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20auth\x20(effective):\x20','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','length','465988CAbmrO','log','(default:\x20','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','locale','✗\x20Invalid\x20JSON','(set,\x20length=','gray','445325DwJrzi','\x20(accessKey)','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','platform','\x20\x20API\x20Endpoints','(removed\x20—\x20cookie\x20auth\x20disabled)','207bcYmTZ','Diagnose\x20CLI\x20configuration\x20and\x20environment','defaultApp','(no\x20file)','(none)','missing'];a20_0x40d2=function(){return _0x4b4d46;};return a20_0x40d2();}import{getCliVersion}from'../utils/version.js';import{getApiDomain,getRuntimeDomain,getUserDomain}from'../constant/domain.js';import{buildConfigFromFlags,initGlobalEnvironment,getProjectConfigPath,getGlobalConfigPath,inspectCliConfigJsonFile}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{isLegacyCompatConfigKey}from'../config/schema.js';function a20_0x7cb4(_0x5d8af9,_0x49ce0e){_0x5d8af9=_0x5d8af9-0x1ef;const _0x40d26a=a20_0x40d2();let _0x7cb45=_0x40d26a[_0x5d8af9];return _0x7cb45;}async function execute(_0x3627e3){const _0x51217b=a20_0x7cb4,_0xad8b60=getCliVersion(),_0x2d270e=buildConfigFromFlags({});await initGlobalEnvironment(_0x2d270e),console[_0x51217b(0x1f1)](),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x20f)](CLI_BIN_NAME+'\x20doctor')),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x1f7)]('─'[_0x51217b(0x207)](0x32))),console['log'](_0x51217b(0x214)+_0xad8b60),console['log']('\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+process[_0x51217b(0x211)]),console[_0x51217b(0x1f1)](_0x51217b(0x210)+process[_0x51217b(0x1fb)]+'\x20'+process[_0x51217b(0x21f)]),console[_0x51217b(0x1f1)](),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x20f)](_0x51217b(0x206))),console[_0x51217b(0x1f1)](a20_0x209774['gray'](_0x51217b(0x226)[_0x51217b(0x207)](0x1e)));const _0x385e7a=getGlobalConfigPath(),_0x4fd1ba=getProjectConfigPath();console[_0x51217b(0x1f1)](_0x51217b(0x217)+(_0x385e7a||a20_0x209774[_0x51217b(0x1f7)]('(not\x20found)'))),console[_0x51217b(0x1f1)](_0x51217b(0x230)+(_0x4fd1ba||a20_0x209774[_0x51217b(0x1f7)]('(not\x20found)'))),console[_0x51217b(0x1f1)](),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x20f)]('\x20\x20Config\x20JSON')),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x226)[_0x51217b(0x207)](0x1e)));const _0x37797b=(_0x154fcd,_0x505684)=>{const _0x581523=_0x51217b;if(!_0x505684){console[_0x581523(0x1f1)]('\x20\x20'+_0x154fcd[_0x581523(0x220)](0x11)+'\x20'+a20_0x209774[_0x581523(0x1f7)](_0x581523(0x201)));return;}const _0x3dd9d6=inspectCliConfigJsonFile(_0x505684);if(_0x3dd9d6['status']==='ok')console[_0x581523(0x1f1)]('\x20\x20'+_0x154fcd[_0x581523(0x220)](0x11)+'\x20'+a20_0x209774[_0x581523(0x219)](_0x581523(0x223)));else{if(_0x3dd9d6[_0x581523(0x221)]===_0x581523(0x22b))console['log']('\x20\x20'+_0x154fcd[_0x581523(0x220)](0x11)+'\x20'+a20_0x209774['yellow'](_0x581523(0x204)));else _0x3dd9d6[_0x581523(0x221)]===_0x581523(0x203)?console[_0x581523(0x1f1)]('\x20\x20'+_0x154fcd[_0x581523(0x220)](0x11)+'\x20'+a20_0x209774['gray'](_0x581523(0x216))):(console['log']('\x20\x20'+_0x154fcd['padEnd'](0x11)+'\x20'+a20_0x209774[_0x581523(0x20b)](_0x581523(0x1f5))),console['log']('\x20\x20'+''['padEnd'](0x11)+'\x20'+a20_0x209774['red'](_0x3dd9d6[_0x581523(0x228)])));}};_0x37797b('Global',_0x385e7a),_0x37797b(_0x51217b(0x21e),_0x4fd1ba),console[_0x51217b(0x1f1)](),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x20f)]('\x20\x20Merged\x20Config')),console[_0x51217b(0x1f1)](a20_0x209774['gray'](_0x51217b(0x226)['repeat'](0x1e))),console[_0x51217b(0x1f1)](_0x51217b(0x22c)+(_0x2d270e[_0x51217b(0x205)]||a20_0x209774[_0x51217b(0x20b)]('(not\x20set)'))),console[_0x51217b(0x1f1)]('\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2d270e['env']);const _0xf68698=isLegacyCompatConfigKey(_0x51217b(0x1f4))?a20_0x209774[_0x51217b(0x1f7)](_0x2d270e['locale']+_0x51217b(0x20a)):_0x2d270e['locale'];return console[_0x51217b(0x1f1)](_0x51217b(0x1f3)+_0xf68698),console[_0x51217b(0x1f1)](_0x51217b(0x225)+(_0x2d270e[_0x51217b(0x200)]||a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x202)))),console[_0x51217b(0x1f1)](_0x51217b(0x232)+(_0x2d270e[_0x51217b(0x20d)]||a20_0x209774[_0x51217b(0x1f7)]('(none)'))),console['log']('\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x2d270e[_0x51217b(0x20c)]||a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x1f2)+DEFAULT_CONFIG_VALUES[_0x51217b(0x20c)]+')'))),console[_0x51217b(0x1f1)](_0x51217b(0x1fa)+(_0x2d270e[_0x51217b(0x21a)]??a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x215)))),console[_0x51217b(0x1f1)]('\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20'+_0x2d270e[_0x51217b(0x22a)]),console['log'](_0x51217b(0x209)+_0x2d270e[_0x51217b(0x22d)]),console[_0x51217b(0x1f1)](_0x51217b(0x231)+AUTH_MODE[_0x51217b(0x227)]),console['log']('\x20\x20accessKey:\x20\x20\x20\x20\x20\x20\x20'+(_0x2d270e[_0x51217b(0x21b)]?a20_0x209774['green'](_0x51217b(0x1f6)+_0x2d270e[_0x51217b(0x21b)][_0x51217b(0x1ef)]+')'):a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x202)))),console[_0x51217b(0x1f1)](),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x20f)](_0x51217b(0x1fc))),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x226)[_0x51217b(0x207)](0x1e))),console[_0x51217b(0x1f1)](_0x51217b(0x212)+getApiDomain()),console[_0x51217b(0x1f1)]('\x20\x20userDomain:\x20\x20\x20\x20\x20\x20'+getUserDomain()),console[_0x51217b(0x1f1)](_0x51217b(0x208)+getRuntimeDomain()),console[_0x51217b(0x1f1)](),console[_0x51217b(0x1f1)](a20_0x209774[_0x51217b(0x20f)](_0x51217b(0x21d))),console[_0x51217b(0x1f1)](a20_0x209774['gray'](_0x51217b(0x226)[_0x51217b(0x207)](0x1e))),console[_0x51217b(0x1f1)]('\x20\x20Mode:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a20_0x209774[_0x51217b(0x219)](AUTH_MODE['ClientAk']+_0x51217b(0x1f9))),console['log']('\x20\x20Session\x20check:\x20\x20\x20'+a20_0x209774[_0x51217b(0x1f7)](_0x51217b(0x1fd))),console['log'](),{'ok':!![]};}export const doctorDefinition={'service':a20_0x499375(0x22f),'command':a20_0x499375(0x224),'description':a20_0x499375(0x1ff),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a21_0x24d3f4=a21_0x2cae;(function(_0x4c380b,_0x252de6){const _0x3008bc=a21_0x2cae,_0x4a15e8=_0x4c380b();while(!![]){try{const _0x3da32c=parseInt(_0x3008bc(0x106))/0x1*(parseInt(_0x3008bc(0x104))/0x2)+parseInt(_0x3008bc(0xf5))/0x3*(-parseInt(_0x3008bc(0x12e))/0x4)+parseInt(_0x3008bc(0x109))/0x5+-parseInt(_0x3008bc(0x107))/0x6*(-parseInt(_0x3008bc(0x10e))/0x7)+parseInt(_0x3008bc(0x11b))/0x8*(-parseInt(_0x3008bc(0xef))/0x9)+-parseInt(_0x3008bc(0x12c))/0xa*(-parseInt(_0x3008bc(0xfe))/0xb)+parseInt(_0x3008bc(0x12d))/0xc*(parseInt(_0x3008bc(0x120))/0xd);if(_0x3da32c===_0x252de6)break;else _0x4a15e8['push'](_0x4a15e8['shift']());}catch(_0x3eae13){_0x4a15e8['push'](_0x4a15e8['shift']());}}}(a21_0xec52,0xea491));function a21_0xec52(){const _0x5ebd41=['project','once','string','\x20\x20default:\x20','appcode','newConfigFileName','boolean','Invalid\x20env\x20\x22','416581SHVyAr','Write\x20to\x20global\x20(~/','apps','User\x20aborted\x20prompt','riskLevel','stdin','10zAAyoj','Legacy\x20/\x20multi-app\x20.rabetbase.json\x20is\x20no\x20longer\x20supported\x20for\x20import.','218301ifFURM','9798WXZPcd','toLowerCase','521985urlRxc','global','log','yes','join','3962wyScgW','\x22.\x20Allowed:\x20','defaultApp','app','[Y/n]','\x0aInitialized\x20','Source\x20file\x20does\x20not\x20contain\x20an\x20importable\x20appcode.','):\x20','Source\x20file\x20not\x20found:\x20','AbortPrompt',')\x20instead\x20of\x20project','App\x20code\x20cannot\x20be\x20empty.','Failed\x20to\x20parse\x20source\x20file:\x20','31576VwxRiA','Provide\x20--appcode\x20<code>\x20or\x20use\x20an\x20upgraded\x20.rabetbase.json\x20with\x20top-level\x20appcode.\x20Legacy\x20files\x20must\x20be\x20upgraded\x20first\x20with\x20`rabetbase\x20project\x20upgrade`.','App\x20code','file','Imported\x20from\x20','3855007vTvHQB','race','entries','Initialized\x20','Import\x20from\x20a\x20.rabetbase.json\x20file\x20path','trim','question','\x20\x20env:\x20\x20\x20\x20\x20','name','stdout','cancelled','File\x20','60KVNeTd','12MrhLGZ','1648uEulqJ','validation','Skip\x20confirmation\x20when\x20overwriting','removeListener','env','object','cwd','Override\x20imported\x20default\x20appcode','\x20\x20config:\x20\x20','1476uYLEBT','\x20app\x20init\x20--appcode\x20<code>\x20[--env\x20daily]\x20[--global]','includes','close','SIGINT','\x20\x20appcode:\x20','7551xhvqiA'];a21_0xec52=function(){return _0x5ebd41;};return a21_0xec52();}import{existsSync,readFileSync}from'node:fs';import{resolve,isAbsolute}from'node:path';import{createInterface}from'node:readline';import{CliErrors}from'../errors.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RUNTIME_ENV_VALUES}from'../constant/env.js';import{IMPORTABLE_RUNTIME_CONFIG_KEYS}from'../config/schema.js';import{resolveWriteConfigPath,readConfigFile,writeConfigFile,isNonInteractiveMode}from'../context.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{PRODUCT_CONFIG}from'../constant/product.js';export const initCreateFlagDefs=[{'name':a21_0x24d3f4(0xfa),'type':a21_0x24d3f4(0xf8),'description':'App\x20code\x20for\x20the\x20project'},{'name':a21_0x24d3f4(0x132),'type':a21_0x24d3f4(0xf8),'description':'Target\x20environment\x20(default\x20'+DEFAULT_CONFIG_VALUES['env']+')','enum':[...RUNTIME_ENV_VALUES]},{'name':'global','type':a21_0x24d3f4(0xfc),'description':a21_0x24d3f4(0xff)+PRODUCT_CONFIG[a21_0x24d3f4(0xfb)]+a21_0x24d3f4(0x118),'default':![]},{'name':a21_0x24d3f4(0x10c),'type':a21_0x24d3f4(0xfc),'description':a21_0x24d3f4(0x130),'default':![]}];export const initImportFlagDefs=[{'name':a21_0x24d3f4(0x11e),'type':a21_0x24d3f4(0xf8),'description':a21_0x24d3f4(0x124),'required':!![]},{'name':a21_0x24d3f4(0xfa),'type':a21_0x24d3f4(0xf8),'description':a21_0x24d3f4(0xed)},{'name':a21_0x24d3f4(0x132),'type':'string','description':'Override\x20imported\x20default\x20env','enum':[...RUNTIME_ENV_VALUES]},{'name':a21_0x24d3f4(0x10a),'type':a21_0x24d3f4(0xfc),'description':'Write\x20to\x20global\x20(~/'+PRODUCT_CONFIG['newConfigFileName']+a21_0x24d3f4(0x118),'default':![]},{'name':'yes','type':a21_0x24d3f4(0xfc),'description':a21_0x24d3f4(0x130),'default':![]}];export async function runInit(_0x323b86){const _0xb311e2=a21_0x24d3f4,_0x2255a7=isNonInteractiveMode(_0x323b86),_0xe584c8=_0x323b86['global']?_0xb311e2(0x10a):_0xb311e2(0xf6),_0x1cc656=resolveWriteConfigPath(_0xe584c8);try{_0x2255a7?await runNonInteractive(_0x323b86,_0x1cc656):await runInteractive(_0x323b86,_0x1cc656);}catch(_0x3de886){if(_0x3de886 instanceof AbortPrompt)throw CliErrors[_0xb311e2(0x12a)]();throw _0x3de886;}}export async function runInitImport(_0x538880){const _0x53f69b=a21_0x24d3f4,_0x4d699f=_0x538880[_0x53f69b(0x10a)]?_0x53f69b(0x10a):_0x53f69b(0xf6),_0x15c5b1=resolveWriteConfigPath(_0x4d699f);await runFromImport(_0x538880,_0x15c5b1);}const RUNTIME_IRRELEVANT_KEYS=new Set(['apiDir']);async function runFromImport(_0x5a3c88,_0x19c4af){const _0xa1d4b9=a21_0x24d3f4,_0x10bd41=resolveFilePath(_0x5a3c88[_0xa1d4b9(0x11e)]);if(!existsSync(_0x10bd41))throw CliErrors['validation'](_0xa1d4b9(0x116)+_0x10bd41);const _0x2ad90c=readSourceFile(_0x10bd41),_0x222632=convertToRuntimeConfig(_0x2ad90c);_0x5a3c88[_0xa1d4b9(0xfa)]&&(_0x222632['appcode']=String(_0x5a3c88['appcode']));_0x5a3c88[_0xa1d4b9(0x132)]&&(_0x222632[_0xa1d4b9(0x132)]=resolveInitEnv(_0x5a3c88));if(!_0x222632[_0xa1d4b9(0xfa)])throw CliErrors[_0xa1d4b9(0x12f)](_0xa1d4b9(0x114),_0xa1d4b9(0x11c));await writeInitConfig(_0x19c4af,_0x222632,_0x5a3c88),console[_0xa1d4b9(0x10b)](_0xa1d4b9(0x11f)+_0x10bd41),console['log'](_0xa1d4b9(0xee)+_0x19c4af),console['log']('\x20\x20appcode:\x20'+_0x222632[_0xa1d4b9(0xfa)]);if(_0x222632['defaultApp'])console[_0xa1d4b9(0x10b)](_0xa1d4b9(0xf9)+_0x222632[_0xa1d4b9(0x110)]);}function convertToRuntimeConfig(_0x35d360){const _0x842e75=a21_0x24d3f4;if(_0x35d360['apps']&&typeof _0x35d360[_0x842e75(0x100)]===_0x842e75(0x133))throw CliErrors[_0x842e75(0x12f)](_0x842e75(0x105),'Run\x20`rabetbase\x20project\x20upgrade`\x20first,\x20then\x20retry\x20`lovrabet\x20app\x20import`.');const _0x2b6183={};for(const _0x2539b9 of IMPORTABLE_RUNTIME_CONFIG_KEYS){_0x35d360[_0x2539b9]!==undefined&&(_0x2b6183[_0x2539b9]=_0x35d360[_0x2539b9]);}return!_0x2b6183['riskLevel']&&(_0x2b6183['riskLevel']=DEFAULT_CONFIG_VALUES[_0x842e75(0x102)]),_0x2b6183;}async function runNonInteractive(_0x1745c9,_0x118249){const _0x426f45=a21_0x24d3f4,_0x526d40=_0x1745c9[_0x426f45(0xfa)];if(!_0x526d40)throw CliErrors['flagMissing'](_0x426f45(0xfa),'Usage:\x20'+CLI_BIN_NAME+_0x426f45(0xf0));const _0x33b5ce=resolveInitEnv(_0x1745c9);await writeInitConfig(_0x118249,{'appcode':_0x526d40,'env':_0x33b5ce},_0x1745c9),console[_0x426f45(0x10b)](_0x426f45(0x123)+_0x118249),console[_0x426f45(0x10b)](_0x426f45(0xf4)+_0x526d40),console[_0x426f45(0x10b)](_0x426f45(0x127)+_0x33b5ce);}async function runInteractive(_0x50c16a,_0x244c96){const _0xc22a7=a21_0x24d3f4,_0x46bfcd=loadExisting(_0x244c96),_0x43a6fa=typeof _0x46bfcd?.[_0xc22a7(0xfa)]===_0xc22a7(0xf8)?_0x46bfcd['appcode']:'',_0x668940=resolveInitEnv(_0x50c16a);console['log'](CLI_BIN_NAME+'\x20init\x20—\x20Create\x20'+PRODUCT_CONFIG[_0xc22a7(0xfb)]+'\x0a');if(existsSync(_0x244c96)&&!_0x50c16a[_0xc22a7(0x10c)]){const _0x418698=await promptYesNo(_0xc22a7(0x12b)+_0x244c96+'\x20already\x20exists.\x20Overwrite?',![]);if(!_0x418698){console['log']('Aborted.');return;}}const _0x490c4a=typeof _0x50c16a[_0xc22a7(0xfa)]===_0xc22a7(0xf8)?_0x50c16a[_0xc22a7(0xfa)]['trim']():'';let _0x18daf7=_0x490c4a;!_0x18daf7&&(_0x18daf7=await promptInput(_0xc22a7(0x11d),_0x43a6fa));if(!_0x18daf7[_0xc22a7(0x125)]())throw CliErrors[_0xc22a7(0x12f)](_0xc22a7(0x119));await writeInitConfig(_0x244c96,{'appcode':_0x18daf7[_0xc22a7(0x125)](),'env':_0x668940},_0x50c16a),console[_0xc22a7(0x10b)](_0xc22a7(0x113)+_0x244c96),console[_0xc22a7(0x10b)](_0xc22a7(0xf4)+_0x18daf7[_0xc22a7(0x125)]()),console['log']('\x20\x20env:\x20\x20\x20\x20\x20'+_0x668940);}async function writeInitConfig(_0x3f6fc1,_0x540104,_0x19dd3e){const _0x2aec05=a21_0x24d3f4;let _0x50abe4={};existsSync(_0x3f6fc1)&&!_0x19dd3e[_0x2aec05(0x10c)]&&(_0x50abe4=readConfigFile(_0x3f6fc1));for(const [_0x1303aa,_0x44efc9]of Object[_0x2aec05(0x122)](_0x540104)){_0x44efc9!==undefined&&(_0x50abe4[_0x1303aa]=_0x44efc9);}if(_0x50abe4['app'])delete _0x50abe4[_0x2aec05(0x111)];writeConfigFile(_0x3f6fc1,_0x50abe4);}class AbortPrompt extends Error{constructor(){const _0x29852c=a21_0x24d3f4;super(_0x29852c(0x101)),this[_0x29852c(0x128)]=_0x29852c(0x117);}}function createSafeRl(){const _0x4ce388=a21_0x24d3f4,_0x1618fc=createInterface({'input':process[_0x4ce388(0x103)],'output':process[_0x4ce388(0x129)]});let _0x224739;const _0xf06209=new Promise((_0x4bb8fd,_0x5b3f73)=>{const _0x3f952c=_0x4ce388;_0x224739=()=>{const _0x2b780b=a21_0x2cae;_0x224739&&(_0x1618fc['removeListener'](_0x2b780b(0xf3),_0x224739),_0x224739=undefined);try{_0x1618fc[_0x2b780b(0xf2)]();}catch{}_0x5b3f73(new AbortPrompt());},_0x1618fc[_0x3f952c(0xf7)](_0x3f952c(0xf3),_0x224739);}),_0x1ffa9e=()=>{const _0x5e2fff=_0x4ce388;_0x224739&&(_0x1618fc[_0x5e2fff(0x131)](_0x5e2fff(0xf3),_0x224739),_0x224739=undefined);try{_0x1618fc['close']();}catch{}};return{'rl':_0x1618fc,'abortPromise':_0xf06209,'disposeSuccess':_0x1ffa9e};}async function promptInput(_0x57b25b,_0x24d039){const _0x1ff025=a21_0x24d3f4,{rl:_0x5b44f5,abortPromise:_0x36fb3f,disposeSuccess:_0x2fd7cd}=createSafeRl(),_0x3c18ff=new Promise(_0x36e147=>{const _0x4db67a=a21_0x2cae,_0xeeefc9=_0x24d039?'\x20\x20'+_0x57b25b+'\x20('+_0x24d039+_0x4db67a(0x115):'\x20\x20'+_0x57b25b+':\x20';_0x5b44f5[_0x4db67a(0x126)](_0xeeefc9,_0x47805f=>{const _0x53cc34=_0x4db67a;_0x2fd7cd(),_0x36e147(_0x47805f[_0x53cc34(0x125)]()||_0x24d039);});});return Promise[_0x1ff025(0x121)]([_0x3c18ff,_0x36fb3f]);}function a21_0x2cae(_0x3f1ec5,_0x4d5a00){_0x3f1ec5=_0x3f1ec5-0xec;const _0xec521b=a21_0xec52();let _0x2cae03=_0xec521b[_0x3f1ec5];return _0x2cae03;}async function promptYesNo(_0x14f754,_0x3a32fc){const _0x3dc31e=a21_0x24d3f4,{rl:_0x50580a,abortPromise:_0x899664,disposeSuccess:_0xe31dc0}=createSafeRl(),_0x3bef58=new Promise(_0x526f38=>{const _0x4df40b=a21_0x2cae,_0x48294c=_0x3a32fc?_0x4df40b(0x112):'[y/N]';_0x50580a[_0x4df40b(0x126)]('\x20\x20'+_0x14f754+'\x20'+_0x48294c+':\x20',_0x197abf=>{const _0xa75add=_0x4df40b;_0xe31dc0();const _0x1519c7=_0x197abf[_0xa75add(0x125)]()[_0xa75add(0x108)]();if(_0x1519c7==='y'||_0x1519c7===_0xa75add(0x10c))_0x526f38(!![]);else{if(_0x1519c7==='n'||_0x1519c7==='no')_0x526f38(![]);else _0x526f38(_0x3a32fc);}});});return Promise[_0x3dc31e(0x121)]([_0x3bef58,_0x899664]);}function loadExisting(_0x408d10){if(!existsSync(_0x408d10))return null;return readConfigFile(_0x408d10);}function resolveFilePath(_0x5b1842){const _0x354d7c=a21_0x24d3f4;return isAbsolute(_0x5b1842)?_0x5b1842:resolve(process[_0x354d7c(0xec)](),_0x5b1842);}function readSourceFile(_0x5bb3d5){const _0x48cfee=a21_0x24d3f4;try{const _0x3145fa=readFileSync(_0x5bb3d5,{'encoding':'utf8'});return JSON['parse'](_0x3145fa);}catch(_0x5715d9){throw CliErrors['validation'](_0x48cfee(0x11a)+_0x5715d9['message']);}}function resolveInitEnv(_0x532fe7){const _0x2e25df=a21_0x24d3f4,_0x45030d=_0x532fe7[_0x2e25df(0x132)];if(_0x45030d===undefined||_0x45030d==='')return DEFAULT_CONFIG_VALUES['env'];if(!RUNTIME_ENV_VALUES[_0x2e25df(0xf1)](_0x45030d))throw CliErrors['validation'](_0x2e25df(0xfd)+_0x45030d+_0x2e25df(0x10f)+RUNTIME_ENV_VALUES[_0x2e25df(0x10d)](',\x20'));return _0x45030d;}
1
+ const a21_0x2993af=a21_0xfb29;(function(_0x17f2df,_0x381e66){const _0x6a211d=a21_0xfb29,_0x108b5d=_0x17f2df();while(!![]){try{const _0x4629ad=-parseInt(_0x6a211d(0x124))/0x1*(-parseInt(_0x6a211d(0x150))/0x2)+parseInt(_0x6a211d(0x14e))/0x3*(parseInt(_0x6a211d(0x129))/0x4)+parseInt(_0x6a211d(0x116))/0x5*(-parseInt(_0x6a211d(0x119))/0x6)+-parseInt(_0x6a211d(0x141))/0x7+parseInt(_0x6a211d(0x123))/0x8*(parseInt(_0x6a211d(0x149))/0x9)+-parseInt(_0x6a211d(0x125))/0xa+parseInt(_0x6a211d(0x145))/0xb;if(_0x4629ad===_0x381e66)break;else _0x108b5d['push'](_0x108b5d['shift']());}catch(_0x5e5d5b){_0x108b5d['push'](_0x108b5d['shift']());}}}(a21_0x5c21,0xb1d06));import{existsSync,readFileSync}from'node:fs';import{resolve,isAbsolute}from'node:path';import{createInterface}from'node:readline';import{CliErrors}from'../errors.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RUNTIME_ENV_VALUES}from'../constant/env.js';import{IMPORTABLE_RUNTIME_CONFIG_KEYS}from'../config/schema.js';import{resolveWriteConfigPath,readConfigFile,writeConfigFile,isNonInteractiveMode}from'../context.js';import{CLI_BIN_NAME}from'../constant/cli.js';function a21_0xfb29(_0x161857,_0x2b9456){_0x161857=_0x161857-0x116;const _0x5c21d4=a21_0x5c21();let _0xfb2935=_0x5c21d4[_0x161857];return _0xfb2935;}function a21_0x5c21(){const _0xb7e14a=['apps','[y/N]','yes','Write\x20to\x20global\x20(~/','\x20\x20env:\x20\x20\x20\x20\x20','appcode','App\x20code','stdin','entries','apiDir','Invalid\x20env\x20\x22','Source\x20file\x20does\x20not\x20contain\x20an\x20importable\x20appcode.','name','User\x20aborted\x20prompt','5XCrTEW','cwd','Skip\x20confirmation\x20when\x20overwriting','7526238TBEVCN','App\x20code\x20for\x20the\x20project','Initialized\x20','Target\x20environment\x20(default\x20','App\x20code\x20cannot\x20be\x20empty.','join','\x20\x20appcode:\x20','\x20already\x20exists.\x20Overwrite?','riskLevel','includes','204712jWRgiu','165fgdQJg','11068660QjMkQR','app','\x22.\x20Allowed:\x20','question','30996exLive','log','message','AbortPrompt','):\x20','\x20app\x20init\x20--appcode\x20<code>\x20[--env\x20daily]\x20[--global]','env','once','validation','File\x20','Legacy\x20/\x20multi-app\x20.rabetbase.json\x20is\x20no\x20longer\x20supported\x20for\x20import.','Failed\x20to\x20parse\x20source\x20file:\x20','race','file',')\x20instead\x20of\x20project','cancelled','global','Source\x20file\x20not\x20found:\x20','boolean','project','Override\x20imported\x20default\x20appcode','SIGINT','Run\x20`rabetbase\x20project\x20upgrade`\x20first,\x20then\x20retry\x20`lovrabet\x20app\x20import`.','defaultApp','6828710SjCqZR','Override\x20imported\x20default\x20env','\x20\x20default:\x20','string','13486143ysWODx','close','\x20init\x20—\x20Create\x20','stdout','360zZJGOK','newConfigFileName','Import\x20from\x20a\x20.rabetbase.json\x20file\x20path','removeListener','Imported\x20from\x20','399WyqxvG','trim','9514dSkQqQ'];a21_0x5c21=function(){return _0xb7e14a;};return a21_0x5c21();}import{PRODUCT_CONFIG}from'../constant/product.js';export const initCreateFlagDefs=[{'name':'appcode','type':'string','description':a21_0x2993af(0x11a)},{'name':a21_0x2993af(0x12f),'type':a21_0x2993af(0x144),'description':a21_0x2993af(0x11c)+DEFAULT_CONFIG_VALUES['env']+')','enum':[...RUNTIME_ENV_VALUES]},{'name':a21_0x2993af(0x139),'type':a21_0x2993af(0x13b),'description':a21_0x2993af(0x154)+PRODUCT_CONFIG['newConfigFileName']+a21_0x2993af(0x137),'default':![]},{'name':a21_0x2993af(0x153),'type':a21_0x2993af(0x13b),'description':a21_0x2993af(0x118),'default':![]}];export const initImportFlagDefs=[{'name':a21_0x2993af(0x136),'type':a21_0x2993af(0x144),'description':a21_0x2993af(0x14b),'required':!![]},{'name':a21_0x2993af(0x156),'type':a21_0x2993af(0x144),'description':a21_0x2993af(0x13d)},{'name':a21_0x2993af(0x12f),'type':a21_0x2993af(0x144),'description':a21_0x2993af(0x142),'enum':[...RUNTIME_ENV_VALUES]},{'name':a21_0x2993af(0x139),'type':a21_0x2993af(0x13b),'description':a21_0x2993af(0x154)+PRODUCT_CONFIG[a21_0x2993af(0x14a)]+')\x20instead\x20of\x20project','default':![]},{'name':a21_0x2993af(0x153),'type':a21_0x2993af(0x13b),'description':'Skip\x20confirmation\x20when\x20overwriting','default':![]}];export async function runInit(_0x384f25){const _0x5e8dad=a21_0x2993af,_0x144147=isNonInteractiveMode(_0x384f25),_0x2ceb88=_0x384f25[_0x5e8dad(0x139)]?'global':_0x5e8dad(0x13c),_0x46e42e=resolveWriteConfigPath(_0x2ceb88);try{_0x144147?await runNonInteractive(_0x384f25,_0x46e42e):await runInteractive(_0x384f25,_0x46e42e);}catch(_0x1da400){if(_0x1da400 instanceof AbortPrompt)throw CliErrors[_0x5e8dad(0x138)]();throw _0x1da400;}}export async function runInitImport(_0x2d9f73){const _0x25e3d8=a21_0x2993af,_0x4b9910=_0x2d9f73['global']?'global':_0x25e3d8(0x13c),_0x4e4dc1=resolveWriteConfigPath(_0x4b9910);await runFromImport(_0x2d9f73,_0x4e4dc1);}const RUNTIME_IRRELEVANT_KEYS=new Set([a21_0x2993af(0x15a)]);async function runFromImport(_0x4b9af7,_0x49db2d){const _0x63a5b1=a21_0x2993af,_0x10db9f=resolveFilePath(_0x4b9af7['file']);if(!existsSync(_0x10db9f))throw CliErrors[_0x63a5b1(0x131)](_0x63a5b1(0x13a)+_0x10db9f);const _0x477183=readSourceFile(_0x10db9f),_0x2beb41=convertToRuntimeConfig(_0x477183);_0x4b9af7[_0x63a5b1(0x156)]&&(_0x2beb41[_0x63a5b1(0x156)]=String(_0x4b9af7[_0x63a5b1(0x156)]));_0x4b9af7[_0x63a5b1(0x12f)]&&(_0x2beb41[_0x63a5b1(0x12f)]=resolveInitEnv(_0x4b9af7));if(!_0x2beb41[_0x63a5b1(0x156)])throw CliErrors[_0x63a5b1(0x131)](_0x63a5b1(0x15c),'Provide\x20--appcode\x20<code>\x20or\x20use\x20an\x20upgraded\x20.rabetbase.json\x20with\x20top-level\x20appcode.\x20Legacy\x20files\x20must\x20be\x20upgraded\x20first\x20with\x20`rabetbase\x20project\x20upgrade`.');await writeInitConfig(_0x49db2d,_0x2beb41,_0x4b9af7),console[_0x63a5b1(0x12a)](_0x63a5b1(0x14d)+_0x10db9f),console[_0x63a5b1(0x12a)]('\x20\x20config:\x20\x20'+_0x49db2d),console[_0x63a5b1(0x12a)](_0x63a5b1(0x11f)+_0x2beb41[_0x63a5b1(0x156)]);if(_0x2beb41[_0x63a5b1(0x140)])console[_0x63a5b1(0x12a)](_0x63a5b1(0x143)+_0x2beb41[_0x63a5b1(0x140)]);}function convertToRuntimeConfig(_0x3565a4){const _0x16bec1=a21_0x2993af;if(_0x3565a4['apps']&&typeof _0x3565a4[_0x16bec1(0x151)]==='object')throw CliErrors[_0x16bec1(0x131)](_0x16bec1(0x133),_0x16bec1(0x13f));const _0x5113c5={};for(const _0x1b4613 of IMPORTABLE_RUNTIME_CONFIG_KEYS){_0x3565a4[_0x1b4613]!==undefined&&(_0x5113c5[_0x1b4613]=_0x3565a4[_0x1b4613]);}return!_0x5113c5['riskLevel']&&(_0x5113c5[_0x16bec1(0x121)]=DEFAULT_CONFIG_VALUES[_0x16bec1(0x121)]),_0x5113c5;}async function runNonInteractive(_0x2b1412,_0x45e76b){const _0x7655b=a21_0x2993af,_0x31ef23=_0x2b1412['appcode'];if(!_0x31ef23)throw CliErrors['flagMissing'](_0x7655b(0x156),'Usage:\x20'+CLI_BIN_NAME+_0x7655b(0x12e));const _0x2999bd=resolveInitEnv(_0x2b1412);await writeInitConfig(_0x45e76b,{'appcode':_0x31ef23,'env':_0x2999bd},_0x2b1412),console['log'](_0x7655b(0x11b)+_0x45e76b),console[_0x7655b(0x12a)](_0x7655b(0x11f)+_0x31ef23),console[_0x7655b(0x12a)](_0x7655b(0x155)+_0x2999bd);}async function runInteractive(_0xa472de,_0x34c46a){const _0x3200f8=a21_0x2993af,_0x2d884b=loadExisting(_0x34c46a),_0x49fcd1=typeof _0x2d884b?.['appcode']===_0x3200f8(0x144)?_0x2d884b[_0x3200f8(0x156)]:'',_0x1ac2c1=resolveInitEnv(_0xa472de);console[_0x3200f8(0x12a)](CLI_BIN_NAME+_0x3200f8(0x147)+PRODUCT_CONFIG[_0x3200f8(0x14a)]+'\x0a');if(existsSync(_0x34c46a)&&!_0xa472de[_0x3200f8(0x153)]){const _0x29eff7=await promptYesNo(_0x3200f8(0x132)+_0x34c46a+_0x3200f8(0x120),![]);if(!_0x29eff7){console[_0x3200f8(0x12a)]('Aborted.');return;}}const _0x316003=typeof _0xa472de[_0x3200f8(0x156)]===_0x3200f8(0x144)?_0xa472de['appcode'][_0x3200f8(0x14f)]():'';let _0x25f9c5=_0x316003;!_0x25f9c5&&(_0x25f9c5=await promptInput(_0x3200f8(0x157),_0x49fcd1));if(!_0x25f9c5[_0x3200f8(0x14f)]())throw CliErrors[_0x3200f8(0x131)](_0x3200f8(0x11d));await writeInitConfig(_0x34c46a,{'appcode':_0x25f9c5['trim'](),'env':_0x1ac2c1},_0xa472de),console[_0x3200f8(0x12a)]('\x0aInitialized\x20'+_0x34c46a),console[_0x3200f8(0x12a)](_0x3200f8(0x11f)+_0x25f9c5[_0x3200f8(0x14f)]()),console[_0x3200f8(0x12a)](_0x3200f8(0x155)+_0x1ac2c1);}async function writeInitConfig(_0x471dcf,_0x3c25f7,_0x221e70){const _0x140ae1=a21_0x2993af;let _0x5097a8={};existsSync(_0x471dcf)&&!_0x221e70[_0x140ae1(0x153)]&&(_0x5097a8=readConfigFile(_0x471dcf));for(const [_0x738e4e,_0x141327]of Object[_0x140ae1(0x159)](_0x3c25f7)){_0x141327!==undefined&&(_0x5097a8[_0x738e4e]=_0x141327);}if(_0x5097a8['app'])delete _0x5097a8[_0x140ae1(0x126)];writeConfigFile(_0x471dcf,_0x5097a8);}class AbortPrompt extends Error{constructor(){const _0xdaec8b=a21_0x2993af;super(_0xdaec8b(0x15e)),this[_0xdaec8b(0x15d)]=_0xdaec8b(0x12c);}}function createSafeRl(){const _0x34d30b=a21_0x2993af,_0x375077=createInterface({'input':process[_0x34d30b(0x158)],'output':process[_0x34d30b(0x148)]});let _0x369693;const _0x120795=new Promise((_0x4a4301,_0x11cf93)=>{const _0x1841b5=_0x34d30b;_0x369693=()=>{const _0x2d98ba=a21_0xfb29;_0x369693&&(_0x375077[_0x2d98ba(0x14c)](_0x2d98ba(0x13e),_0x369693),_0x369693=undefined);try{_0x375077['close']();}catch{}_0x11cf93(new AbortPrompt());},_0x375077[_0x1841b5(0x130)](_0x1841b5(0x13e),_0x369693);}),_0x2daf85=()=>{const _0x4e069c=_0x34d30b;_0x369693&&(_0x375077[_0x4e069c(0x14c)](_0x4e069c(0x13e),_0x369693),_0x369693=undefined);try{_0x375077[_0x4e069c(0x146)]();}catch{}};return{'rl':_0x375077,'abortPromise':_0x120795,'disposeSuccess':_0x2daf85};}async function promptInput(_0x520d8a,_0x3be67b){const {rl:_0x18d097,abortPromise:_0x11cfc4,disposeSuccess:_0x2ca755}=createSafeRl(),_0x2196d4=new Promise(_0x1972ac=>{const _0xab51af=a21_0xfb29,_0xd616d1=_0x3be67b?'\x20\x20'+_0x520d8a+'\x20('+_0x3be67b+_0xab51af(0x12d):'\x20\x20'+_0x520d8a+':\x20';_0x18d097[_0xab51af(0x128)](_0xd616d1,_0x154cc3=>{const _0x20e33e=_0xab51af;_0x2ca755(),_0x1972ac(_0x154cc3[_0x20e33e(0x14f)]()||_0x3be67b);});});return Promise['race']([_0x2196d4,_0x11cfc4]);}async function promptYesNo(_0x56cd9d,_0x47137f){const _0x21b112=a21_0x2993af,{rl:_0x40cc21,abortPromise:_0x190c11,disposeSuccess:_0x3004bf}=createSafeRl(),_0x352dad=new Promise(_0x57d7a4=>{const _0x257eee=a21_0xfb29,_0x2561bd=_0x47137f?'[Y/n]':_0x257eee(0x152);_0x40cc21['question']('\x20\x20'+_0x56cd9d+'\x20'+_0x2561bd+':\x20',_0x35e1d0=>{const _0x2d586a=_0x257eee;_0x3004bf();const _0x57c9b7=_0x35e1d0['trim']()['toLowerCase']();if(_0x57c9b7==='y'||_0x57c9b7===_0x2d586a(0x153))_0x57d7a4(!![]);else{if(_0x57c9b7==='n'||_0x57c9b7==='no')_0x57d7a4(![]);else _0x57d7a4(_0x47137f);}});});return Promise[_0x21b112(0x135)]([_0x352dad,_0x190c11]);}function loadExisting(_0xfcf617){if(!existsSync(_0xfcf617))return null;return readConfigFile(_0xfcf617);}function resolveFilePath(_0x441c4b){const _0x275ddf=a21_0x2993af;return isAbsolute(_0x441c4b)?_0x441c4b:resolve(process[_0x275ddf(0x117)](),_0x441c4b);}function readSourceFile(_0x51f2f3){const _0x5b9c0e=a21_0x2993af;try{const _0x18e481=readFileSync(_0x51f2f3,{'encoding':'utf8'});return JSON['parse'](_0x18e481);}catch(_0x2119a7){throw CliErrors[_0x5b9c0e(0x131)](_0x5b9c0e(0x134)+_0x2119a7[_0x5b9c0e(0x12b)]);}}function resolveInitEnv(_0x5e8d7b){const _0x1d0869=a21_0x2993af,_0x118dff=_0x5e8d7b[_0x1d0869(0x12f)];if(_0x118dff===undefined||_0x118dff==='')return DEFAULT_CONFIG_VALUES[_0x1d0869(0x12f)];if(!RUNTIME_ENV_VALUES[_0x1d0869(0x122)](_0x118dff))throw CliErrors[_0x1d0869(0x131)](_0x1d0869(0x15b)+_0x118dff+_0x1d0869(0x127)+RUNTIME_ENV_VALUES[_0x1d0869(0x11e)](',\x20'));return _0x118dff;}
@@ -1 +1 @@
1
- function a22_0x3547(){const _0x1531ef=['appCode','List\x20personal\x20knowledge-base\x20entries\x20for\x20the\x20current\x20app','1090golUPz','--topk\x20must\x20be\x20a\x20positive\x20number.','trim','isFinite','Create\x20a\x20personal\x20knowledge-base\x20entry\x20from\x20a\x20local\x20file','map','file','detail','165txXXMz','1101898QyawSe','create','Path\x20to\x20a\x20local\x20UTF-8\x20text\x20or\x20Markdown\x20file','flag','verbose','1859763dEDLSH','2540625ODNerq','score','4suKkrZ','build','/client/knowledge-base/personal/','ragStatus','Update\x20a\x20personal\x20knowledge-base\x20entry\x20from\x20a\x20local\x20file','POST','query','content','title','Maximum\x20number\x20of\x20search\x20hits\x20to\x20return','ragErrorMessage','21564JhWYjC','Preview:\x20create\x20personal\x20knowledge-base\x20entry\x20\x22','2TratwZ','userId','weightedScore','4866582aOAOwm','Created\x20KB\x20entry\x20','topk','validation','File\x20path\x20is\x20required.','length','docId','list','number','num','Personal\x20knowledge-base\x20entry\x20title','Personal\x20knowledge-base\x20entry\x20ID','/update','write','read','/client/knowledge-base/personal/create','File\x20not\x20found:\x20','Search\x20visible\x20company\x20and\x20personal\x20knowledge\x20base\x20content','480696KPnNjZ','Override\x20the\x20existing\x20entry\x20title','body','Preview:\x20update\x20personal\x20knowledge-base\x20entry\x20','updateTime','415709byCSMg','string','File\x20is\x20not\x20a\x20regular\x20file:\x20','Show\x20one\x20personal\x20knowledge-base\x20entry\x20by\x20id','16wSZHyO','description','str','Updated\x20KB\x20entry\x20','isFile','scope'];a22_0x3547=function(){return _0x1531ef;};return a22_0x3547();}const a22_0x435563=a22_0x3cef;(function(_0x38de91,_0x34cf6e){const _0x312b6f=a22_0x3cef,_0x1b811c=_0x38de91();while(!![]){try{const _0x595c5f=-parseInt(_0x312b6f(0x208))/0x1*(-parseInt(_0x312b6f(0x1ee))/0x2)+-parseInt(_0x312b6f(0x1de))/0x3*(parseInt(_0x312b6f(0x1e1))/0x4)+parseInt(_0x312b6f(0x1df))/0x5+parseInt(_0x312b6f(0x1f1))/0x6+-parseInt(_0x312b6f(0x1d9))/0x7*(parseInt(_0x312b6f(0x20c))/0x8)+parseInt(_0x312b6f(0x1ec))/0x9*(parseInt(_0x312b6f(0x1d0))/0xa)+-parseInt(_0x312b6f(0x1d8))/0xb*(parseInt(_0x312b6f(0x203))/0xc);if(_0x595c5f===_0x34cf6e)break;else _0x1b811c['push'](_0x1b811c['shift']());}catch(_0x4950ee){_0x1b811c['push'](_0x1b811c['shift']());}}}(a22_0x3547,0x706bc));import{existsSync,readFileSync,statSync}from'node:fs';import{createPersonalKnowledgeBaseItem,getPersonalKnowledgeBaseItem,listPersonalKnowledgeBaseItems,searchKnowledgeBase,updatePersonalKnowledgeBaseItem}from'../../core/api-client.js';import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';import{CliErrors}from'../../errors.js';import{dryRun}from'../../framework/dryrun.js';const TITLE_FLAG={'name':a22_0x435563(0x1e9),'type':a22_0x435563(0x209),'required':!![],'description':a22_0x435563(0x1fb)},FILE_FLAG={'name':'file','type':a22_0x435563(0x209),'required':!![],'description':a22_0x435563(0x1db)},QUERY_FLAG={'name':a22_0x435563(0x1e7),'type':a22_0x435563(0x209),'required':!![],'description':'Search\x20query\x20for\x20visible\x20company\x20and\x20personal\x20knowledge'},TOPK_FLAG={'name':'topk','type':a22_0x435563(0x1f9),'description':a22_0x435563(0x1ea)};function a22_0x3cef(_0x27f9a2,_0x3c4209){_0x27f9a2=_0x27f9a2-0x1cd;const _0x3547cb=a22_0x3547();let _0x3cefb9=_0x3547cb[_0x27f9a2];return _0x3cefb9;}function readKnowledgeFile(_0x5971ca){const _0x58986e=a22_0x435563;if(!_0x5971ca)throw CliErrors[_0x58986e(0x1f4)](_0x58986e(0x1f5));if(!existsSync(_0x5971ca))throw CliErrors[_0x58986e(0x1f4)](_0x58986e(0x201)+_0x5971ca);if(!statSync(_0x5971ca)[_0x58986e(0x210)]())throw CliErrors[_0x58986e(0x1f4)](_0x58986e(0x20a)+_0x5971ca);return readFileSync(_0x5971ca,'utf8');}function summarizePersonalItem(_0xd342d3){const _0x29c317=a22_0x435563;return{'id':_0xd342d3['id'],'title':_0xd342d3[_0x29c317(0x1e9)],'version':_0xd342d3['version'],'ragStatus':_0xd342d3[_0x29c317(0x1e4)],'ragErrorMessage':_0xd342d3[_0x29c317(0x1eb)],'updateTime':_0xd342d3[_0x29c317(0x207)]};}function detailPersonalItem(_0x5615d8){const _0x5ef91d=a22_0x435563;return{'id':_0x5615d8['id'],'appCode':_0x5615d8[_0x5ef91d(0x1ce)],'scope':_0x5615d8[_0x5ef91d(0x1cd)],'userId':_0x5615d8[_0x5ef91d(0x1ef)],'title':_0x5615d8[_0x5ef91d(0x1e9)],'content':_0x5615d8[_0x5ef91d(0x1e8)]??'','version':_0x5615d8['version'],'ragStatus':_0x5615d8['ragStatus'],'ragErrorMessage':_0x5615d8[_0x5ef91d(0x1eb)],'createTime':_0x5615d8['createTime'],'updateTime':_0x5615d8[_0x5ef91d(0x207)]};}function summarizeSearchHit(_0x6d1477){const _0x3ab469=a22_0x435563;return{'scope':_0x6d1477['scope'],'docId':_0x6d1477[_0x3ab469(0x1f7)],'score':_0x6d1477[_0x3ab469(0x1e0)],'weightedScore':_0x6d1477[_0x3ab469(0x1f0)],'content':_0x6d1477[_0x3ab469(0x1e8)],'metadata':_0x6d1477['metadata']};}function readTopK(_0x369243){const _0x59d1be=a22_0x435563,_0x169110=_0x369243[_0x59d1be(0x1dc)](_0x59d1be(0x1f3));if(_0x169110===undefined||_0x169110===null||_0x169110==='')return undefined;const _0x1c546a=_0x369243['num'](_0x59d1be(0x1f3));if(!Number[_0x59d1be(0x1d3)](_0x1c546a)||_0x1c546a<0x1)throw CliErrors[_0x59d1be(0x1f4)](_0x59d1be(0x1d1));return _0x1c546a;}const kbList={'service':'kb','command':a22_0x435563(0x1f8),'description':a22_0x435563(0x1cf),'risk':a22_0x435563(0x1ff),'flags':[VERBOSE_FLAG],async 'execute'(_0x3f7774){const _0x57f0b0=a22_0x435563,_0x679526=await listPersonalKnowledgeBaseItems(_0x3f7774[_0x57f0b0(0x1ce)]);if(_0x3f7774['bool'](_0x57f0b0(0x1dd)))return{'ok':!![],'data':{'total':_0x679526[_0x57f0b0(0x1f6)],'items':_0x679526}};return{'ok':!![],'data':{'total':_0x679526[_0x57f0b0(0x1f6)],'items':_0x679526[_0x57f0b0(0x1d5)](summarizePersonalItem)}};}},kbDetail={'service':'kb','command':a22_0x435563(0x1d7),'description':a22_0x435563(0x20b),'risk':'read','flags':[{...ID_FLAG,'description':'Personal\x20knowledge-base\x20entry\x20ID'}],async 'execute'(_0x2c93c8){const _0x2b3af6=a22_0x435563,_0x27f6c5=await getPersonalKnowledgeBaseItem(_0x2c93c8['num']('id'),_0x2c93c8[_0x2b3af6(0x1ce)]);return{'ok':!![],'data':detailPersonalItem(_0x27f6c5)};}},kbCreate={'service':'kb','command':a22_0x435563(0x1da),'description':a22_0x435563(0x1d4),'risk':a22_0x435563(0x1fe),'flags':[TITLE_FLAG,FILE_FLAG],async 'execute'(_0x996513){const _0x548ff6=a22_0x435563,_0x49d906=_0x996513[_0x548ff6(0x20e)]('title'),_0x1317dc=readKnowledgeFile(_0x996513[_0x548ff6(0x20e)](_0x548ff6(0x1d6))),_0x9f71b=await createPersonalKnowledgeBaseItem(_0x996513['appCode'],{'title':_0x49d906,'content':_0x1317dc});return{'ok':!![],'data':summarizePersonalItem(_0x9f71b),'message':_0x548ff6(0x1f2)+_0x9f71b['id']+'\x20('+_0x9f71b[_0x548ff6(0x1e9)]+')'};},async 'dryRun'(_0x4cae56){const _0xfdc180=a22_0x435563,_0x1ed84e=_0x4cae56[_0xfdc180(0x20e)]('title'),_0x2fa9f6=readKnowledgeFile(_0x4cae56[_0xfdc180(0x20e)](_0xfdc180(0x1d6)));return dryRun(_0xfdc180(0x1e6),_0xfdc180(0x200))[_0xfdc180(0x205)]({'appCode':_0x4cae56['appCode'],'title':_0x1ed84e,'content':_0x2fa9f6})[_0xfdc180(0x20d)](_0xfdc180(0x1ed)+_0x1ed84e+'\x22')[_0xfdc180(0x1e2)]();}},kbUpdate={'service':'kb','command':'update','description':a22_0x435563(0x1e5),'risk':'write','flags':[{...ID_FLAG,'description':a22_0x435563(0x1fc)},{...TITLE_FLAG,'required':![],'description':a22_0x435563(0x204)},FILE_FLAG],async 'execute'(_0x2ffc4d){const _0x529bad=a22_0x435563,_0x5bac37=_0x2ffc4d[_0x529bad(0x1fa)]('id'),_0x58de14=readKnowledgeFile(_0x2ffc4d[_0x529bad(0x20e)](_0x529bad(0x1d6))),_0x11e5b4=_0x2ffc4d[_0x529bad(0x20e)]('title')||(await getPersonalKnowledgeBaseItem(_0x5bac37,_0x2ffc4d[_0x529bad(0x1ce)]))[_0x529bad(0x1e9)],_0x3c0780=await updatePersonalKnowledgeBaseItem(_0x5bac37,_0x2ffc4d['appCode'],{'title':_0x11e5b4,'content':_0x58de14});return{'ok':!![],'data':summarizePersonalItem(_0x3c0780),'message':_0x529bad(0x20f)+_0x3c0780['id']+'\x20('+_0x3c0780[_0x529bad(0x1e9)]+')'};},async 'dryRun'(_0x75a7ad){const _0x99e3df=a22_0x435563,_0x4cf27d=_0x75a7ad[_0x99e3df(0x1fa)]('id'),_0x4ba366=readKnowledgeFile(_0x75a7ad[_0x99e3df(0x20e)](_0x99e3df(0x1d6))),_0x399a96=_0x75a7ad[_0x99e3df(0x20e)](_0x99e3df(0x1e9))||(await getPersonalKnowledgeBaseItem(_0x4cf27d,_0x75a7ad[_0x99e3df(0x1ce)]))[_0x99e3df(0x1e9)];return dryRun(_0x99e3df(0x1e6),_0x99e3df(0x1e3)+_0x4cf27d+_0x99e3df(0x1fd))[_0x99e3df(0x205)]({'appCode':_0x75a7ad[_0x99e3df(0x1ce)],'title':_0x399a96,'content':_0x4ba366})[_0x99e3df(0x20d)](_0x99e3df(0x206)+_0x4cf27d)[_0x99e3df(0x1e2)]();}},kbSearch={'service':'kb','command':'search','description':a22_0x435563(0x202),'risk':a22_0x435563(0x1ff),'flags':[QUERY_FLAG,TOPK_FLAG],async 'validate'(_0x102d2f){const _0xb329eb=a22_0x435563;if(!_0x102d2f[_0xb329eb(0x20e)](_0xb329eb(0x1e7))[_0xb329eb(0x1d2)]())throw CliErrors['validation']('Search\x20query\x20is\x20required.');readTopK(_0x102d2f);},async 'execute'(_0x2fea60){const _0x451942=a22_0x435563,_0x26c858=_0x2fea60[_0x451942(0x20e)](_0x451942(0x1e7))[_0x451942(0x1d2)](),_0x5b726b=readTopK(_0x2fea60),_0x3aec87=await searchKnowledgeBase(_0x2fea60['appCode'],{'query':_0x26c858,'topK':_0x5b726b});return{'ok':!![],'data':{'total':_0x3aec87['length'],'hits':_0x3aec87[_0x451942(0x1d5)](summarizeSearchHit)}};}};export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbSearch];
1
+ const a22_0x210ea7=a22_0x3be9;(function(_0x1032b1,_0x118a84){const _0x154cd6=a22_0x3be9,_0x4c6d2a=_0x1032b1();while(!![]){try{const _0x1954e8=parseInt(_0x154cd6(0x1b2))/0x1*(parseInt(_0x154cd6(0x1c1))/0x2)+parseInt(_0x154cd6(0x1be))/0x3+parseInt(_0x154cd6(0x194))/0x4*(parseInt(_0x154cd6(0x1a3))/0x5)+-parseInt(_0x154cd6(0x1cb))/0x6+parseInt(_0x154cd6(0x1bb))/0x7*(-parseInt(_0x154cd6(0x196))/0x8)+-parseInt(_0x154cd6(0x195))/0x9*(parseInt(_0x154cd6(0x1c9))/0xa)+-parseInt(_0x154cd6(0x1ac))/0xb*(-parseInt(_0x154cd6(0x1b6))/0xc);if(_0x1954e8===_0x118a84)break;else _0x4c6d2a['push'](_0x4c6d2a['shift']());}catch(_0x7d6ee){_0x4c6d2a['push'](_0x4c6d2a['shift']());}}}(a22_0x3d02,0x79345));import{existsSync,readFileSync,statSync}from'node:fs';function a22_0x3d02(){const _0x1b0631=['str','2148966XYfsrg','length','Search\x20query\x20for\x20visible\x20company\x20and\x20personal\x20knowledge','62QxccEO','score','update','Override\x20the\x20existing\x20entry\x20title','userId','validation','Preview:\x20create\x20personal\x20knowledge-base\x20entry\x20\x22','body','2110RfCSJg','Search\x20visible\x20company\x20and\x20personal\x20knowledge\x20base\x20content','2594448hJQMhF','scope','Create\x20a\x20personal\x20knowledge-base\x20entry\x20from\x20a\x20local\x20file','bool','list','Updated\x20KB\x20entry\x20','Preview:\x20update\x20personal\x20knowledge-base\x20entry\x20','Show\x20one\x20personal\x20knowledge-base\x20entry\x20by\x20id','Personal\x20knowledge-base\x20entry\x20ID','File\x20is\x20not\x20a\x20regular\x20file:\x20','createTime','verbose','appCode','537052MbZwDt','20844GQKHwC','472IUIufv','ragErrorMessage','map','detail','file','utf8','content','/client/knowledge-base/personal/','ragStatus','flag','build','query','Maximum\x20number\x20of\x20search\x20hits\x20to\x20return','10uUehFG','metadata','num','Path\x20to\x20a\x20local\x20UTF-8\x20text\x20or\x20Markdown\x20file','description','--topk\x20must\x20be\x20a\x20positive\x20number.','Update\x20a\x20personal\x20knowledge-base\x20entry\x20from\x20a\x20local\x20file','File\x20path\x20is\x20required.','read','11DmnUPw','topk','trim','updateTime','search','/client/knowledge-base/personal/create','27053QvAwta','write','isFinite','string','2243244yWiTJd','number','weightedScore','title','docId','70343QyXTBK','create'];a22_0x3d02=function(){return _0x1b0631;};return a22_0x3d02();}import{createPersonalKnowledgeBaseItem,getPersonalKnowledgeBaseItem,listPersonalKnowledgeBaseItems,searchKnowledgeBase,updatePersonalKnowledgeBaseItem}from'../../core/api-client.js';import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';import{CliErrors}from'../../errors.js';import{dryRun}from'../../framework/dryrun.js';function a22_0x3be9(_0x526c07,_0x4fe453){_0x526c07=_0x526c07-0x18a;const _0x3d022d=a22_0x3d02();let _0x3be912=_0x3d022d[_0x526c07];return _0x3be912;}const TITLE_FLAG={'name':'title','type':a22_0x210ea7(0x1b5),'required':!![],'description':'Personal\x20knowledge-base\x20entry\x20title'},FILE_FLAG={'name':'file','type':'string','required':!![],'description':a22_0x210ea7(0x1a6)},QUERY_FLAG={'name':a22_0x210ea7(0x1a1),'type':a22_0x210ea7(0x1b5),'required':!![],'description':a22_0x210ea7(0x1c0)},TOPK_FLAG={'name':a22_0x210ea7(0x1ad),'type':a22_0x210ea7(0x1b7),'description':a22_0x210ea7(0x1a2)};function readKnowledgeFile(_0x27a31a){const _0x463d51=a22_0x210ea7;if(!_0x27a31a)throw CliErrors[_0x463d51(0x1c6)](_0x463d51(0x1aa));if(!existsSync(_0x27a31a))throw CliErrors[_0x463d51(0x1c6)]('File\x20not\x20found:\x20'+_0x27a31a);if(!statSync(_0x27a31a)['isFile']())throw CliErrors[_0x463d51(0x1c6)](_0x463d51(0x190)+_0x27a31a);return readFileSync(_0x27a31a,_0x463d51(0x19b));}function summarizePersonalItem(_0x32a6cb){const _0x444466=a22_0x210ea7;return{'id':_0x32a6cb['id'],'title':_0x32a6cb[_0x444466(0x1b9)],'version':_0x32a6cb['version'],'ragStatus':_0x32a6cb[_0x444466(0x19e)],'ragErrorMessage':_0x32a6cb[_0x444466(0x197)],'updateTime':_0x32a6cb[_0x444466(0x1af)]};}function detailPersonalItem(_0x31e15f){const _0x15dd53=a22_0x210ea7;return{'id':_0x31e15f['id'],'appCode':_0x31e15f[_0x15dd53(0x193)],'scope':_0x31e15f[_0x15dd53(0x1cc)],'userId':_0x31e15f[_0x15dd53(0x1c5)],'title':_0x31e15f[_0x15dd53(0x1b9)],'content':_0x31e15f[_0x15dd53(0x19c)]??'','version':_0x31e15f['version'],'ragStatus':_0x31e15f[_0x15dd53(0x19e)],'ragErrorMessage':_0x31e15f['ragErrorMessage'],'createTime':_0x31e15f[_0x15dd53(0x191)],'updateTime':_0x31e15f[_0x15dd53(0x1af)]};}function summarizeSearchHit(_0x3f6e21){const _0x50e7ba=a22_0x210ea7;return{'scope':_0x3f6e21['scope'],'docId':_0x3f6e21[_0x50e7ba(0x1ba)],'score':_0x3f6e21[_0x50e7ba(0x1c2)],'weightedScore':_0x3f6e21[_0x50e7ba(0x1b8)],'content':_0x3f6e21[_0x50e7ba(0x19c)],'metadata':_0x3f6e21[_0x50e7ba(0x1a4)]};}function readTopK(_0x188d9f){const _0x34e233=a22_0x210ea7,_0x295844=_0x188d9f[_0x34e233(0x19f)](_0x34e233(0x1ad));if(_0x295844===undefined||_0x295844===null||_0x295844==='')return undefined;const _0x1d36cf=_0x188d9f[_0x34e233(0x1a5)](_0x34e233(0x1ad));if(!Number[_0x34e233(0x1b4)](_0x1d36cf)||_0x1d36cf<0x1)throw CliErrors[_0x34e233(0x1c6)](_0x34e233(0x1a8));return _0x1d36cf;}const kbList={'service':'kb','command':a22_0x210ea7(0x18b),'description':'List\x20personal\x20knowledge-base\x20entries\x20for\x20the\x20current\x20app','risk':a22_0x210ea7(0x1ab),'flags':[VERBOSE_FLAG],async 'execute'(_0x503880){const _0x2ef9e6=a22_0x210ea7,_0xa75159=await listPersonalKnowledgeBaseItems(_0x503880[_0x2ef9e6(0x193)]);if(_0x503880[_0x2ef9e6(0x18a)](_0x2ef9e6(0x192)))return{'ok':!![],'data':{'total':_0xa75159['length'],'items':_0xa75159}};return{'ok':!![],'data':{'total':_0xa75159['length'],'items':_0xa75159[_0x2ef9e6(0x198)](summarizePersonalItem)}};}},kbDetail={'service':'kb','command':a22_0x210ea7(0x199),'description':a22_0x210ea7(0x18e),'risk':a22_0x210ea7(0x1ab),'flags':[{...ID_FLAG,'description':'Personal\x20knowledge-base\x20entry\x20ID'}],async 'execute'(_0x20936e){const _0x2560e5=a22_0x210ea7,_0x2bb522=await getPersonalKnowledgeBaseItem(_0x20936e['num']('id'),_0x20936e[_0x2560e5(0x193)]);return{'ok':!![],'data':detailPersonalItem(_0x2bb522)};}},kbCreate={'service':'kb','command':a22_0x210ea7(0x1bc),'description':a22_0x210ea7(0x1cd),'risk':a22_0x210ea7(0x1b3),'flags':[TITLE_FLAG,FILE_FLAG],async 'execute'(_0xccfe10){const _0x32831b=a22_0x210ea7,_0x21fdf3=_0xccfe10[_0x32831b(0x1bd)]('title'),_0xc01b7=readKnowledgeFile(_0xccfe10[_0x32831b(0x1bd)](_0x32831b(0x19a))),_0xcfb62=await createPersonalKnowledgeBaseItem(_0xccfe10[_0x32831b(0x193)],{'title':_0x21fdf3,'content':_0xc01b7});return{'ok':!![],'data':summarizePersonalItem(_0xcfb62),'message':'Created\x20KB\x20entry\x20'+_0xcfb62['id']+'\x20('+_0xcfb62[_0x32831b(0x1b9)]+')'};},async 'dryRun'(_0x59a33c){const _0x10212a=a22_0x210ea7,_0x1c8f1b=_0x59a33c[_0x10212a(0x1bd)]('title'),_0x4f38b7=readKnowledgeFile(_0x59a33c[_0x10212a(0x1bd)](_0x10212a(0x19a)));return dryRun('POST',_0x10212a(0x1b1))['body']({'appCode':_0x59a33c['appCode'],'title':_0x1c8f1b,'content':_0x4f38b7})[_0x10212a(0x1a7)](_0x10212a(0x1c7)+_0x1c8f1b+'\x22')[_0x10212a(0x1a0)]();}},kbUpdate={'service':'kb','command':a22_0x210ea7(0x1c3),'description':a22_0x210ea7(0x1a9),'risk':a22_0x210ea7(0x1b3),'flags':[{...ID_FLAG,'description':a22_0x210ea7(0x18f)},{...TITLE_FLAG,'required':![],'description':a22_0x210ea7(0x1c4)},FILE_FLAG],async 'execute'(_0x191b81){const _0x586e34=a22_0x210ea7,_0x4ff4b7=_0x191b81[_0x586e34(0x1a5)]('id'),_0x47f5eb=readKnowledgeFile(_0x191b81[_0x586e34(0x1bd)](_0x586e34(0x19a))),_0x314cbc=_0x191b81[_0x586e34(0x1bd)](_0x586e34(0x1b9))||(await getPersonalKnowledgeBaseItem(_0x4ff4b7,_0x191b81['appCode']))[_0x586e34(0x1b9)],_0x2d8496=await updatePersonalKnowledgeBaseItem(_0x4ff4b7,_0x191b81[_0x586e34(0x193)],{'title':_0x314cbc,'content':_0x47f5eb});return{'ok':!![],'data':summarizePersonalItem(_0x2d8496),'message':_0x586e34(0x18c)+_0x2d8496['id']+'\x20('+_0x2d8496[_0x586e34(0x1b9)]+')'};},async 'dryRun'(_0x14c96b){const _0x3db8b3=a22_0x210ea7,_0x224bd9=_0x14c96b[_0x3db8b3(0x1a5)]('id'),_0x28d338=readKnowledgeFile(_0x14c96b[_0x3db8b3(0x1bd)]('file')),_0x2ce089=_0x14c96b[_0x3db8b3(0x1bd)]('title')||(await getPersonalKnowledgeBaseItem(_0x224bd9,_0x14c96b['appCode']))[_0x3db8b3(0x1b9)];return dryRun('POST',_0x3db8b3(0x19d)+_0x224bd9+'/update')[_0x3db8b3(0x1c8)]({'appCode':_0x14c96b['appCode'],'title':_0x2ce089,'content':_0x28d338})['description'](_0x3db8b3(0x18d)+_0x224bd9)['build']();}},kbSearch={'service':'kb','command':a22_0x210ea7(0x1b0),'description':a22_0x210ea7(0x1ca),'risk':a22_0x210ea7(0x1ab),'flags':[QUERY_FLAG,TOPK_FLAG],async 'validate'(_0x4e97e5){const _0x70e730=a22_0x210ea7;if(!_0x4e97e5[_0x70e730(0x1bd)]('query')[_0x70e730(0x1ae)]())throw CliErrors['validation']('Search\x20query\x20is\x20required.');readTopK(_0x4e97e5);},async 'execute'(_0x42d487){const _0x5994bd=a22_0x210ea7,_0x3de1ed=_0x42d487[_0x5994bd(0x1bd)](_0x5994bd(0x1a1))[_0x5994bd(0x1ae)](),_0x139a45=readTopK(_0x42d487),_0x5b23c5=await searchKnowledgeBase(_0x42d487[_0x5994bd(0x193)],{'query':_0x3de1ed,'topK':_0x139a45});return{'ok':!![],'data':{'total':_0x5b23c5[_0x5994bd(0x1bf)],'hits':_0x5b23c5['map'](summarizeSearchHit)}};}};export const kbDefinitions=[kbList,kbDetail,kbCreate,kbUpdate,kbSearch];
@@ -1 +1 @@
1
- function a23_0xb46b(){const _0x45b604=['logs','1643232UURPcs','level','1475632SMZmBC','12631130bircsJ','3GpGhhh','43312MQFkcI','168988mNobJW','length','show','clearLogs','log','message','88pgfWnZ','44wrXPBp','timestamp','9QkkVty','readLogs','*\x20No\x20logs\x20found','\x20\x20\x20Time:\x20','761928JUkJCl','toLocaleString','30magXwg','522340EYOwSH','details','keys','duration','\x20logs:\x0a','\x20\x20\x20Details:\x20','command'];a23_0xb46b=function(){return _0x45b604;};return a23_0xb46b();}const a23_0x53eb38=a23_0x4d69;(function(_0x3a8a17,_0x534796){const _0x453196=a23_0x4d69,_0x24e362=_0x3a8a17();while(!![]){try{const _0x3e75cd=-parseInt(_0x453196(0x16e))/0x1*(-parseInt(_0x453196(0x176))/0x2)+parseInt(_0x453196(0x16d))/0x3*(parseInt(_0x453196(0x16f))/0x4)+parseInt(_0x453196(0x17e))/0x5*(-parseInt(_0x453196(0x17c))/0x6)+parseInt(_0x453196(0x17f))/0x7+parseInt(_0x453196(0x16b))/0x8+parseInt(_0x453196(0x178))/0x9*(parseInt(_0x453196(0x16c))/0xa)+-parseInt(_0x453196(0x175))/0xb*(parseInt(_0x453196(0x169))/0xc);if(_0x3e75cd===_0x534796)break;else _0x24e362['push'](_0x24e362['shift']());}catch(_0x39f0d8){_0x24e362['push'](_0x24e362['shift']());}}}(a23_0xb46b,0xa11aa));import{logger}from'../../utils/logger.js';import{CLI_DISPLAY_NAME}from'../../constant/cli.js';function printLogs(_0x1a4617){const _0x260b28=a23_0x4d69;if(_0x1a4617[_0x260b28(0x170)]===0x0){console[_0x260b28(0x173)](_0x260b28(0x17a));return;}console['log']('*\x20'+CLI_DISPLAY_NAME+_0x260b28(0x183)),_0x1a4617['forEach']((_0x53c420,_0x41fc37)=>{const _0x3d9d8c=_0x260b28,_0x4d3468=new Date(_0x53c420[_0x3d9d8c(0x177)])[_0x3d9d8c(0x17d)]('en-US'),_0x29f47b=_0x53c420[_0x3d9d8c(0x16a)]==='success'?'√':_0x53c420[_0x3d9d8c(0x16a)]==='error'?'×':_0x53c420[_0x3d9d8c(0x16a)]==='warn'?'!':'i';console[_0x3d9d8c(0x173)](_0x41fc37+0x1+'.\x20'+_0x29f47b+'\x20['+_0x53c420[_0x3d9d8c(0x167)]+']\x20'+_0x53c420[_0x3d9d8c(0x174)]),console[_0x3d9d8c(0x173)](_0x3d9d8c(0x17b)+_0x4d3468),_0x53c420[_0x3d9d8c(0x182)]&&console[_0x3d9d8c(0x173)]('\x20\x20\x20Duration:\x20'+_0x53c420['duration']+'ms'),_0x53c420[_0x3d9d8c(0x180)]&&Object[_0x3d9d8c(0x181)](_0x53c420[_0x3d9d8c(0x180)])[_0x3d9d8c(0x170)]>0x0&&console['log'](_0x3d9d8c(0x166)+JSON['stringify'](_0x53c420[_0x3d9d8c(0x180)],null,0x2)),console['log']('');});}function a23_0x4d69(_0x1c8031,_0x154634){_0x1c8031=_0x1c8031-0x166;const _0xb46b94=a23_0xb46b();let _0x4d697e=_0xb46b94[_0x1c8031];return _0x4d697e;}export const logsDefinitions=[{'service':'logs','command':a23_0x53eb38(0x171),'description':'View\x20command\x20history\x20logs','risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x1d883e){const _0x35642c=a23_0x53eb38;return printLogs(logger[_0x35642c(0x179)]()),{'ok':!![]};}},{'service':a23_0x53eb38(0x168),'command':'clear','description':'Clear\x20command\x20history\x20logs','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x23dec3){const _0x5be609=a23_0x53eb38;return logger[_0x5be609(0x172)](),console[_0x5be609(0x173)]('*\x20Logs\x20cleared'),{'ok':!![]};}}];
1
+ function a23_0xd373(){const _0x408638=['1982exBQvr','forEach','490156ozOXYr','level','*\x20No\x20logs\x20found','readLogs','en-US','message','677fSmdcO','show','command','read','2630pSqeto','length','*\x20Logs\x20cleared','5nIErPe','\x20\x20\x20Time:\x20','\x20\x20\x20Duration:\x20','3408372MbXUGX','details','clearLogs','clear','error','keys','Clear\x20command\x20history\x20logs','23769PwEAms','5199424BgQUXX','6629XBdJsV','logs','\x20logs:\x0a','write','174hJTMfT','827055PuiYkW','log','View\x20command\x20history\x20logs','stringify'];a23_0xd373=function(){return _0x408638;};return a23_0xd373();}const a23_0x497a3d=a23_0x57fe;(function(_0xbb587f,_0x5c2a29){const _0xd9ef75=a23_0x57fe,_0x34ff74=_0xbb587f();while(!![]){try{const _0x96ab8=parseInt(_0xd9ef75(0x101))/0x1*(parseInt(_0xd9ef75(0xf9))/0x2)+-parseInt(_0xd9ef75(0x119))/0x3+parseInt(_0xd9ef75(0xfb))/0x4*(-parseInt(_0xd9ef75(0x108))/0x5)+-parseInt(_0xd9ef75(0x118))/0x6*(-parseInt(_0xd9ef75(0x114))/0x7)+parseInt(_0xd9ef75(0x113))/0x8+-parseInt(_0xd9ef75(0x112))/0x9*(parseInt(_0xd9ef75(0x105))/0xa)+parseInt(_0xd9ef75(0x10b))/0xb;if(_0x96ab8===_0x5c2a29)break;else _0x34ff74['push'](_0x34ff74['shift']());}catch(_0xa72d92){_0x34ff74['push'](_0x34ff74['shift']());}}}(a23_0xd373,0x8a05f));import{logger}from'../../utils/logger.js';import{CLI_DISPLAY_NAME}from'../../constant/cli.js';function printLogs(_0x2ced60){const _0x4e1a05=a23_0x57fe;if(_0x2ced60[_0x4e1a05(0x106)]===0x0){console[_0x4e1a05(0x11a)](_0x4e1a05(0xfd));return;}console[_0x4e1a05(0x11a)]('*\x20'+CLI_DISPLAY_NAME+_0x4e1a05(0x116)),_0x2ced60[_0x4e1a05(0xfa)]((_0x173f8c,_0x4eecc2)=>{const _0x5bc90f=_0x4e1a05,_0x3d0769=new Date(_0x173f8c['timestamp'])['toLocaleString'](_0x5bc90f(0xff)),_0x413dc2=_0x173f8c[_0x5bc90f(0xfc)]==='success'?'√':_0x173f8c[_0x5bc90f(0xfc)]===_0x5bc90f(0x10f)?'×':_0x173f8c['level']==='warn'?'!':'i';console[_0x5bc90f(0x11a)](_0x4eecc2+0x1+'.\x20'+_0x413dc2+'\x20['+_0x173f8c[_0x5bc90f(0x103)]+']\x20'+_0x173f8c[_0x5bc90f(0x100)]),console[_0x5bc90f(0x11a)](_0x5bc90f(0x109)+_0x3d0769),_0x173f8c['duration']&&console[_0x5bc90f(0x11a)](_0x5bc90f(0x10a)+_0x173f8c['duration']+'ms'),_0x173f8c[_0x5bc90f(0x10c)]&&Object[_0x5bc90f(0x110)](_0x173f8c[_0x5bc90f(0x10c)])[_0x5bc90f(0x106)]>0x0&&console[_0x5bc90f(0x11a)]('\x20\x20\x20Details:\x20'+JSON[_0x5bc90f(0x11c)](_0x173f8c[_0x5bc90f(0x10c)],null,0x2)),console[_0x5bc90f(0x11a)]('');});}function a23_0x57fe(_0x246ab7,_0x20f0ae){_0x246ab7=_0x246ab7-0xf9;const _0xd3738f=a23_0xd373();let _0x57fe95=_0xd3738f[_0x246ab7];return _0x57fe95;}export const logsDefinitions=[{'service':a23_0x497a3d(0x115),'command':a23_0x497a3d(0x102),'description':a23_0x497a3d(0x11b),'risk':a23_0x497a3d(0x104),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x50e805){const _0x18b54e=a23_0x497a3d;return printLogs(logger[_0x18b54e(0xfe)]()),{'ok':!![]};}},{'service':'logs','command':a23_0x497a3d(0x10e),'description':a23_0x497a3d(0x111),'risk':a23_0x497a3d(0x117),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x1f8930){const _0x3500fa=a23_0x497a3d;return logger[_0x3500fa(0x10d)](),console[_0x3500fa(0x11a)](_0x3500fa(0x107)),{'ok':!![]};}}];
@@ -1 +1 @@
1
- function a24_0x8476(_0x42265f,_0x13e925){_0x42265f=_0x42265f-0x1e9;const _0x16ae6a=a24_0x16ae();let _0x84764e=_0x16ae6a[_0x42265f];return _0x84764e;}const a24_0x3262b8=a24_0x8476;(function(_0x194a8c,_0x26516a){const _0x66e13c=a24_0x8476,_0x30455f=_0x194a8c();while(!![]){try{const _0x1747fd=parseInt(_0x66e13c(0x1eb))/0x1+-parseInt(_0x66e13c(0x20c))/0x2+parseInt(_0x66e13c(0x20d))/0x3+-parseInt(_0x66e13c(0x1f7))/0x4+parseInt(_0x66e13c(0x1fb))/0x5*(-parseInt(_0x66e13c(0x1ea))/0x6)+parseInt(_0x66e13c(0x207))/0x7*(-parseInt(_0x66e13c(0x20a))/0x8)+parseInt(_0x66e13c(0x1f0))/0x9*(parseInt(_0x66e13c(0x203))/0xa);if(_0x1747fd===_0x26516a)break;else _0x30455f['push'](_0x30455f['shift']());}catch(_0x4beb82){_0x30455f['push'](_0x30455f['shift']());}}}(a24_0x16ae,0xaff12));import{authDefinitions}from'../commands/auth/index.js';import{logsDefinitions}from'../commands/logs/index.js';import{skillDefinitions}from'../commands/skill/index.js';import{updateDefinition}from'../commands/update.js';import{doctorDefinition}from'../commands/doctor.js';import{schemaDefinition}from'../commands/schema.js';import{appDefinitions}from'../commands/app/definitions.js';import{configDefinitions}from'../commands/config/definitions.js';import{bffDefinitions}from'../commands/bff/index.js';import{sqlDefinitions}from'../commands/sql/index.js';import{datasetDefinitions}from'../commands/dataset/index.js';import{dataDefinitions}from'../commands/data/index.js';function a24_0x16ae(){const _0x2d999a=['10LolDEa','SQL\x20Queries','Configuration','Self\x20Update','1486646XJZvAZ','Datasets','read','8UGyneQ','\x20\x20[high-risk-write]','2240202TFrEHC','2555544PLjtJc','from','run','7746sEeMgF','562750eIQigr','defaultCommand','service','command','push','25575183Splutx','write','get','map','BFF\x20Scripts','install','description','5027380PfizdD','\x20\x20[write]','Instant\x20API','set','3665jXXUwT','has','risk','Skills','show','login','values','isSingleCommand'];a24_0x16ae=function(){return _0x2d999a;};return a24_0x16ae();}import{kbDefinitions}from'../commands/kb/index.js';export const serviceRegistry=[];const serviceByName=new Map();export const definitions=new Map();export const serviceGroups=new Map();function registerDefinitions(_0x1c05ce){const _0x382739=a24_0x8476;for(const _0x151323 of _0x1c05ce){definitions[_0x382739(0x1fa)](_0x151323['service']+':'+_0x151323[_0x382739(0x1ee)],_0x151323);let _0x5e06a0=serviceGroups[_0x382739(0x1f2)](_0x151323[_0x382739(0x1ed)]);!_0x5e06a0&&(_0x5e06a0=[],serviceGroups[_0x382739(0x1fa)](_0x151323[_0x382739(0x1ed)],_0x5e06a0)),_0x5e06a0['push'](_0x151323);}}function registerService(_0x14e70a,_0x1ca007,_0x564351){const _0x27530f=a24_0x8476;registerDefinitions(_0x1ca007);const _0x2173ee=_0x49754d=>_0x49754d===_0x27530f(0x209)?'':_0x49754d===_0x27530f(0x1f1)?_0x27530f(0x1f8):_0x27530f(0x20b),_0x536e8f={'service':_0x1ca007[0x0][_0x27530f(0x1ed)],'label':_0x14e70a,'commands':_0x1ca007[_0x27530f(0x1f3)](_0x38f4d2=>({'command':_0x38f4d2[_0x27530f(0x1ee)],'description':_0x38f4d2[_0x27530f(0x1f6)],'tag':_0x2173ee(_0x38f4d2[_0x27530f(0x1fd)])})),'defaultCommand':_0x564351?.[_0x27530f(0x1ec)]??(_0x564351?.[_0x27530f(0x202)]?_0x1ca007[0x0][_0x27530f(0x1ee)]:undefined),'isSingleCommand':_0x564351?.[_0x27530f(0x202)]};serviceRegistry[_0x27530f(0x1ef)](_0x536e8f),serviceByName[_0x27530f(0x1fa)](_0x536e8f[_0x27530f(0x1ed)],_0x536e8f);}registerService('Authentication',authDefinitions,{'defaultCommand':a24_0x3262b8(0x200)}),registerService(a24_0x3262b8(0x208),datasetDefinitions),registerService(a24_0x3262b8(0x1f9),dataDefinitions),registerService(a24_0x3262b8(0x204),sqlDefinitions),registerService(a24_0x3262b8(0x1f4),bffDefinitions),registerService('Knowledge\x20Base',kbDefinitions),registerService('App\x20Management',appDefinitions,{'defaultCommand':'list'}),registerService(a24_0x3262b8(0x205),configDefinitions,{'defaultCommand':'list'}),registerService(a24_0x3262b8(0x1fe),skillDefinitions,{'defaultCommand':a24_0x3262b8(0x1f5)}),registerService(a24_0x3262b8(0x206),[updateDefinition],{'defaultCommand':a24_0x3262b8(0x1e9),'isSingleCommand':!![]}),registerService('Diagnostics',[doctorDefinition],{'isSingleCommand':!![]}),registerService('Schema',[schemaDefinition],{'isSingleCommand':!![]}),registerService('Logs',logsDefinitions,{'defaultCommand':a24_0x3262b8(0x1ff)});export function findDefinition(_0x6f9899,_0x476a68){const _0x3f345c=a24_0x3262b8;return definitions[_0x3f345c(0x1f2)](_0x6f9899+':'+_0x476a68);}export function isKnownService(_0xc07862){const _0x728c9d=a24_0x3262b8;return serviceByName[_0x728c9d(0x1fc)](_0xc07862);}export function getServiceEntry(_0x4e9c6f){const _0x4aa2b5=a24_0x3262b8;return serviceByName[_0x4aa2b5(0x1f2)](_0x4e9c6f);}export function getAllDefinitions(){const _0x369127=a24_0x3262b8;return Array[_0x369127(0x20e)](definitions[_0x369127(0x201)]());}
1
+ const a24_0x2770fe=a24_0x45db;(function(_0x55f9e3,_0x4eea62){const _0x196f1c=a24_0x45db,_0x4611a9=_0x55f9e3();while(!![]){try{const _0xb3aed4=-parseInt(_0x196f1c(0x1af))/0x1*(-parseInt(_0x196f1c(0x1a8))/0x2)+parseInt(_0x196f1c(0x1b2))/0x3+parseInt(_0x196f1c(0x1a5))/0x4*(parseInt(_0x196f1c(0x199))/0x5)+parseInt(_0x196f1c(0x19a))/0x6*(parseInt(_0x196f1c(0x197))/0x7)+-parseInt(_0x196f1c(0x1a2))/0x8*(parseInt(_0x196f1c(0x1bb))/0x9)+-parseInt(_0x196f1c(0x1a1))/0xa+parseInt(_0x196f1c(0x1b8))/0xb;if(_0xb3aed4===_0x4eea62)break;else _0x4611a9['push'](_0x4611a9['shift']());}catch(_0x1dc349){_0x4611a9['push'](_0x4611a9['shift']());}}}(a24_0x1fba,0xeb840));import{authDefinitions}from'../commands/auth/index.js';import{logsDefinitions}from'../commands/logs/index.js';import{skillDefinitions}from'../commands/skill/index.js';import{updateDefinition}from'../commands/update.js';import{doctorDefinition}from'../commands/doctor.js';import{schemaDefinition}from'../commands/schema.js';import{appDefinitions}from'../commands/app/definitions.js';import{configDefinitions}from'../commands/config/definitions.js';import{bffDefinitions}from'../commands/bff/index.js';import{sqlDefinitions}from'../commands/sql/index.js';import{datasetDefinitions}from'../commands/dataset/index.js';import{dataDefinitions}from'../commands/data/index.js';import{kbDefinitions}from'../commands/kb/index.js';export const serviceRegistry=[];function a24_0x45db(_0x13ce9a,_0x430796){_0x13ce9a=_0x13ce9a-0x196;const _0x1fbad8=a24_0x1fba();let _0x45db55=_0x1fbad8[_0x13ce9a];return _0x45db55;}const serviceByName=new Map();export const definitions=new Map();export const serviceGroups=new Map();function registerDefinitions(_0x5d8192){const _0x2e5d5a=a24_0x45db;for(const _0x388533 of _0x5d8192){definitions[_0x2e5d5a(0x1b6)](_0x388533['service']+':'+_0x388533['command'],_0x388533);let _0x656d99=serviceGroups[_0x2e5d5a(0x19d)](_0x388533[_0x2e5d5a(0x1b5)]);!_0x656d99&&(_0x656d99=[],serviceGroups[_0x2e5d5a(0x1b6)](_0x388533[_0x2e5d5a(0x1b5)],_0x656d99)),_0x656d99[_0x2e5d5a(0x1bc)](_0x388533);}}function registerService(_0x4b9875,_0x23d66a,_0x55de88){const _0xaddac1=a24_0x45db;registerDefinitions(_0x23d66a);const _0x3fe2c9=_0x32810c=>_0x32810c==='read'?'':_0x32810c===_0xaddac1(0x1b7)?_0xaddac1(0x1ad):_0xaddac1(0x1b3),_0x1cd3cc={'service':_0x23d66a[0x0][_0xaddac1(0x1b5)],'label':_0x4b9875,'commands':_0x23d66a[_0xaddac1(0x1ab)](_0x2bfbe3=>({'command':_0x2bfbe3[_0xaddac1(0x1ac)],'description':_0x2bfbe3['description'],'tag':_0x3fe2c9(_0x2bfbe3[_0xaddac1(0x198)])})),'defaultCommand':_0x55de88?.[_0xaddac1(0x1a4)]??(_0x55de88?.[_0xaddac1(0x1b0)]?_0x23d66a[0x0]['command']:undefined),'isSingleCommand':_0x55de88?.[_0xaddac1(0x1b0)]};serviceRegistry[_0xaddac1(0x1bc)](_0x1cd3cc),serviceByName[_0xaddac1(0x1b6)](_0x1cd3cc[_0xaddac1(0x1b5)],_0x1cd3cc);}registerService(a24_0x2770fe(0x1a3),authDefinitions,{'defaultCommand':'login'}),registerService(a24_0x2770fe(0x19b),datasetDefinitions),registerService('Instant\x20API',dataDefinitions),registerService(a24_0x2770fe(0x1b1),sqlDefinitions),registerService(a24_0x2770fe(0x1b9),bffDefinitions),registerService(a24_0x2770fe(0x1b4),kbDefinitions),registerService(a24_0x2770fe(0x196),appDefinitions,{'defaultCommand':'list'}),registerService('Configuration',configDefinitions,{'defaultCommand':'list'}),registerService('Skills',skillDefinitions,{'defaultCommand':a24_0x2770fe(0x1a7)}),registerService(a24_0x2770fe(0x19c),[updateDefinition],{'defaultCommand':a24_0x2770fe(0x19f),'isSingleCommand':!![]}),registerService(a24_0x2770fe(0x1a9),[doctorDefinition],{'isSingleCommand':!![]}),registerService(a24_0x2770fe(0x1ae),[schemaDefinition],{'isSingleCommand':!![]}),registerService(a24_0x2770fe(0x19e),logsDefinitions,{'defaultCommand':a24_0x2770fe(0x1a0)});export function findDefinition(_0x5dfba3,_0x3cd09a){const _0x4547a4=a24_0x2770fe;return definitions[_0x4547a4(0x19d)](_0x5dfba3+':'+_0x3cd09a);}export function isKnownService(_0x24bc03){const _0x163019=a24_0x2770fe;return serviceByName[_0x163019(0x1aa)](_0x24bc03);}export function getServiceEntry(_0x38cfdf){return serviceByName['get'](_0x38cfdf);}export function getAllDefinitions(){const _0x9136a4=a24_0x2770fe;return Array[_0x9136a4(0x1ba)](definitions[_0x9136a4(0x1a6)]());}function a24_0x1fba(){const _0xb93277=['write','10262868FYRRMx','BFF\x20Scripts','from','9ybnQqO','push','App\x20Management','7oJMrkz','risk','5PncTnb','3590382FTzLEf','Datasets','Self\x20Update','get','Logs','run','show','18901740RliNME','4231064piOGaY','Authentication','defaultCommand','1490644fAdNzd','values','install','2974yYskay','Diagnostics','has','map','command','\x20\x20[write]','Schema','587wztuDt','isSingleCommand','SQL\x20Queries','1820442nMBVXD','\x20\x20[high-risk-write]','Knowledge\x20Base','service','set'];a24_0x1fba=function(){return _0xb93277;};return a24_0x1fba();}
@@ -1 +1 @@
1
- function a25_0xdcb3(){const _0x2eaefc=['Export\x20machine-readable\x20command\x20schema\x20(JSON)','1242iMugtt','1033070BalawD','5790DaAKCa','read','573948NgAvIj','322Lhhhir','20478XTklOE','1106121KvNzfe','2431640mPFYgJ','219106dUXuXM','7SFRiLA'];a25_0xdcb3=function(){return _0x2eaefc;};return a25_0xdcb3();}const a25_0x24409d=a25_0x3c65;function a25_0x3c65(_0x349dd3,_0x443da4){_0x349dd3=_0x349dd3-0x1ac;const _0xdcb3d4=a25_0xdcb3();let _0x3c6547=_0xdcb3d4[_0x349dd3];return _0x3c6547;}(function(_0x41a2c0,_0x3149c5){const _0x9f3ecf=a25_0x3c65,_0x1ee2da=_0x41a2c0();while(!![]){try{const _0x7001=-parseInt(_0x9f3ecf(0x1b5))/0x1*(parseInt(_0x9f3ecf(0x1b4))/0x2)+parseInt(_0x9f3ecf(0x1b2))/0x3+parseInt(_0x9f3ecf(0x1af))/0x4+parseInt(_0x9f3ecf(0x1ac))/0x5+-parseInt(_0x9f3ecf(0x1b1))/0x6*(-parseInt(_0x9f3ecf(0x1b0))/0x7)+parseInt(_0x9f3ecf(0x1b3))/0x8+parseInt(_0x9f3ecf(0x1b7))/0x9*(parseInt(_0x9f3ecf(0x1ad))/0xa);if(_0x7001===_0x3149c5)break;else _0x1ee2da['push'](_0x1ee2da['shift']());}catch(_0x1f16b2){_0x1ee2da['push'](_0x1ee2da['shift']());}}}(a25_0xdcb3,0x784f8));import{buildSchemaPayload}from'../framework/schema-export.js';async function execute(_0xc29830){const _0x4e3455=await buildSchemaPayload();return{'ok':!![],'data':_0x4e3455};}export const schemaDefinition={'service':'schema','command':'export','description':a25_0x24409d(0x1b6),'risk':a25_0x24409d(0x1ae),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],'execute':execute};
1
+ function a25_0x24ad(_0x39316a,_0x51a498){_0x39316a=_0x39316a-0x1b9;const _0x530a3e=a25_0x530a();let _0x24ada=_0x530a3e[_0x39316a];return _0x24ada;}const a25_0x713d65=a25_0x24ad;function a25_0x530a(){const _0x344390=['1268HjpAuc','9772530AwObEB','3881DCFdco','Export\x20machine-readable\x20command\x20schema\x20(JSON)','schema','11AEglMT','2375ddxuWa','244MhXycs','11298EOwrwT','5871pjvbiJ','6173632lggcVv','8159494XWuNVT','8554770UJhmZU','export','read'];a25_0x530a=function(){return _0x344390;};return a25_0x530a();}(function(_0x3e680d,_0xa02387){const _0x8947bb=a25_0x24ad,_0xbda4ec=_0x3e680d();while(!![]){try{const _0x44a7a0=parseInt(_0x8947bb(0x1c0))/0x1*(parseInt(_0x8947bb(0x1c5))/0x2)+parseInt(_0x8947bb(0x1c7))/0x3*(-parseInt(_0x8947bb(0x1be))/0x4)+parseInt(_0x8947bb(0x1c4))/0x5*(parseInt(_0x8947bb(0x1c6))/0x6)+-parseInt(_0x8947bb(0x1ba))/0x7+-parseInt(_0x8947bb(0x1b9))/0x8+parseInt(_0x8947bb(0x1bb))/0x9+-parseInt(_0x8947bb(0x1bf))/0xa*(-parseInt(_0x8947bb(0x1c3))/0xb);if(_0x44a7a0===_0xa02387)break;else _0xbda4ec['push'](_0xbda4ec['shift']());}catch(_0x2db962){_0xbda4ec['push'](_0xbda4ec['shift']());}}}(a25_0x530a,0xb42b7));import{buildSchemaPayload}from'../framework/schema-export.js';async function execute(_0x2b985a){const _0x5eff95=await buildSchemaPayload();return{'ok':!![],'data':_0x5eff95};}export const schemaDefinition={'service':a25_0x713d65(0x1c2),'command':a25_0x713d65(0x1bc),'description':a25_0x713d65(0x1c1),'risk':a25_0x713d65(0x1bd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],'execute':execute};
@@ -1 +1 @@
1
- const a26_0x1f8493=a26_0x21c4;function a26_0x21c4(_0x556d58,_0x36ffb7){_0x556d58=_0x556d58-0x96;const _0xb74feb=a26_0xb74f();let _0x21c498=_0xb74feb[_0x556d58];return _0x21c498;}(function(_0x59f1b4,_0x324447){const _0x3db9a3=a26_0x21c4,_0x2d263e=_0x59f1b4();while(!![]){try{const _0x372a2c=-parseInt(_0x3db9a3(0x9e))/0x1+parseInt(_0x3db9a3(0xa4))/0x2+-parseInt(_0x3db9a3(0xc9))/0x3+parseInt(_0x3db9a3(0xbb))/0x4*(parseInt(_0x3db9a3(0xb9))/0x5)+-parseInt(_0x3db9a3(0xb1))/0x6+-parseInt(_0x3db9a3(0x9a))/0x7*(-parseInt(_0x3db9a3(0x98))/0x8)+-parseInt(_0x3db9a3(0xa3))/0x9*(parseInt(_0x3db9a3(0xd5))/0xa);if(_0x372a2c===_0x324447)break;else _0x2d263e['push'](_0x2d263e['shift']());}catch(_0x2eeeb0){_0x2d263e['push'](_0x2d263e['shift']());}}}(a26_0xb74f,0x23304));import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';function a26_0xb74f(){const _0x66775d=['trim','unknown','map','code','\x20skill\x20installed','\x20company\x20Skill(s).','405492xVCndP','action','Pulled\x20','authRequired','length','Skipped\x20npx\x20(','skipped','Installing\x20published\x20','81635TzWTvA','cwd','56BgMCiP','input','Local\x20Skill\x20directory\x20containing\x20SKILL.md','Only\x20pull\x20a\x20specific\x20runtime\x20Skill\x20code','filter','error','reduce','push','../../skills/runtime-skill-sync.js','Installing\x20official\x20skill\x20via\x20npx\x20(npx\x20skills\x20add\x20','appCode','Pull\x20personal\x20and\x20company\x20runtime\x20Skills\x20into\x20local\x20agent\x20skill\x20directories','readonly','../../skills/npx-skills-add.js','621123zAZACo','npx\x20skills\x20add\x20failed:\x20','\x20developer\x20skill','log','skillCode','../../core/api-client.js','updated','envName','production','str','setLogPath','skillName','590omgZVl','Updated\x20personal\x20Skill\x20','version','Created\x20personal\x20Skill\x20','accessKey','8hfLRlF','\x20-g\x20-y)...','879781QdkGhX','pull','pipe','skill','25043BlynfU','string','=1);\x20assuming\x20skill\x20is\x20already\x20present.','Check\x20network\x20connectivity\x20and\x20try\x20again.','company','10053bHENzA','310880vlogsI','apiError','created','dir','write','info','personal'];a26_0xb74f=function(){return _0x66775d;};return a26_0xb74f();}const CODE_FLAG={'name':a26_0x1f8493(0xae),'type':a26_0x1f8493(0x9f),'description':a26_0x1f8493(0xbe)},DIR_FLAG={'name':a26_0x1f8493(0xa7),'type':'string','required':!![],'description':a26_0x1f8493(0xbd)};function summarizeRuntimeSkill(_0x397030){const _0x5bb83b=a26_0x1f8493;return{'id':_0x397030['id'],'skillCode':_0x397030[_0x5bb83b(0xcd)],'skillName':_0x397030[_0x5bb83b(0xd4)],'scope':_0x397030['scope'],'version':_0x397030[_0x5bb83b(0xd7)],'readonly':_0x397030[_0x5bb83b(0xc7)]};}function filterByCode(_0x4e9142,_0x21cdb7){const _0x4bb8b1=a26_0x1f8493,_0x11100c=_0x21cdb7[_0x4bb8b1(0xab)]();if(!_0x11100c)return _0x4e9142;return _0x4e9142[_0x4bb8b1(0xbf)](_0x5b3b4d=>_0x5b3b4d[_0x4bb8b1(0xcd)]===_0x11100c);}export const skillDefinitions=[{'service':a26_0x1f8493(0x9d),'command':'install','description':'Install\x20the\x20published\x20'+CLI_BIN_NAME+a26_0x1f8493(0xcb),'risk':a26_0x1f8493(0xa8),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x17e9b4){const _0x158f6c=a26_0x1f8493;logger[_0x158f6c(0xd3)](process[_0x158f6c(0xba)]()),logger[_0x158f6c(0xa9)]('skill-install',_0x158f6c(0xb8)+CLI_DISPLAY_NAME+'\x20skill\x20via\x20npx.');const {LOVRABET_SKILL_SOURCE:_0xda66d6,LOVRABET_SKIP_NPX_SKILLS_ENV:_0x23ec9d,runNpxSkillsAddGlobal:_0x2edee6}=await import(_0x158f6c(0xc8)),_0x7c0e23=_0x17e9b4['nonInteractive']?_0x158f6c(0x9c):'inherit';console[_0x158f6c(0xcc)](_0x158f6c(0xc4)+_0xda66d6+_0x158f6c(0x99));const _0x2554a4=_0x2edee6(process['cwd'](),_0xda66d6,{'stdio':_0x7c0e23});if(_0x2554a4[_0x158f6c(0xb7)])console[_0x158f6c(0xcc)](_0x158f6c(0xb6)+_0x23ec9d+_0x158f6c(0xa0));else{if(_0x2554a4['ok'])console[_0x158f6c(0xcc)](CLI_BIN_NAME+_0x158f6c(0xaf));else throw CliErrors[_0x158f6c(0xa5)](_0x158f6c(0xca)+(_0x2554a4[_0x158f6c(0xc0)]||_0x158f6c(0xac)),_0x158f6c(0xa1));}return{'ok':!![]};}},{'service':'skill','command':a26_0x1f8493(0x9b),'description':a26_0x1f8493(0xc6),'risk':'write','flags':[CODE_FLAG],async 'execute'(_0x170553){const _0x628d4b=a26_0x1f8493,{listCompanyRuntimeSkills:_0x3be2a2,listPersonalRuntimeSkills:_0x5e49d2}=await import(_0x628d4b(0xce)),{linkEffectiveRuntimeSkills:_0x196a67,materializeRuntimeSkill:_0x3089b4}=await import(_0x628d4b(0xc3)),_0x2d9241=_0x170553[_0x628d4b(0xd2)]('code'),_0x411f1b=_0x170553[_0x628d4b(0xd0)]??_0x628d4b(0xd1),_0x226c54=_0x170553[_0x628d4b(0x97)];if(!_0x226c54)throw CliErrors[_0x628d4b(0xb4)]();const _0x1ffb67=filterByCode(await _0x5e49d2(_0x170553[_0x628d4b(0xc5)]),_0x2d9241),_0x3f95d5=filterByCode(await _0x3be2a2(_0x170553[_0x628d4b(0xc5)]),_0x2d9241),_0x95cb40=[..._0x1ffb67[_0x628d4b(0xad)](_0x531f06=>_0x3089b4(_0x531f06,_0x628d4b(0xaa),{'env':_0x411f1b,'accessKey':_0x226c54,'appCode':_0x170553[_0x628d4b(0xc5)]})),..._0x3f95d5[_0x628d4b(0xad)](_0x294be4=>_0x3089b4(_0x294be4,_0x628d4b(0xa2),{'env':_0x411f1b,'accessKey':_0x226c54,'appCode':_0x170553[_0x628d4b(0xc5)]}))],_0x34fbf0=_0x196a67(_0x95cb40,_0x170553[_0x628d4b(0xc5)]),_0x475d4c=_0x34fbf0[_0x628d4b(0xc1)]((_0x4ccf9c,_0x49df5b)=>{const _0x5ac16f=_0x628d4b;return _0x4ccf9c[_0x49df5b[_0x5ac16f(0xb2)]]=(_0x4ccf9c[_0x49df5b['action']]??0x0)+0x1,_0x4ccf9c;},{});return{'ok':!![],'data':{'appCode':_0x170553['appCode'],'personal':_0x1ffb67[_0x628d4b(0xb5)],'company':_0x3f95d5[_0x628d4b(0xb5)],'materialized':_0x95cb40[_0x628d4b(0xb5)],'links':{'total':_0x34fbf0[_0x628d4b(0xb5)],'created':_0x475d4c[_0x628d4b(0xa6)]??0x0,'updated':_0x475d4c[_0x628d4b(0xcf)]??0x0,'unchanged':_0x475d4c['unchanged']??0x0,'skipped':0x0,'conflicted':0x0},'skills':{'personal':_0x1ffb67[_0x628d4b(0xad)](summarizeRuntimeSkill),'company':_0x3f95d5[_0x628d4b(0xad)](summarizeRuntimeSkill)}},'message':_0x628d4b(0xb3)+_0x1ffb67[_0x628d4b(0xb5)]+'\x20personal\x20and\x20'+_0x3f95d5[_0x628d4b(0xb5)]+_0x628d4b(0xb0)};}},{'service':'skill','command':a26_0x1f8493(0xc2),'description':'Push\x20a\x20local\x20Skill\x20directory\x20to\x20personal\x20runtime\x20Skill\x20scope','risk':a26_0x1f8493(0xa8),'flags':[DIR_FLAG],async 'execute'(_0x2b6878){const _0x5640a9=a26_0x1f8493,{createPersonalRuntimeSkill:_0x5b7991,listPersonalRuntimeSkills:_0x138e44,updatePersonalRuntimeSkill:_0x41ecdc}=await import(_0x5640a9(0xce)),{readPushDirectory:_0x239c5a}=await import(_0x5640a9(0xc3));if(!_0x2b6878[_0x5640a9(0x97)])throw CliErrors['authRequired']();const _0x37a2aa=_0x239c5a(_0x2b6878[_0x5640a9(0xd2)](_0x5640a9(0xa7)),_0x2b6878['appCode']),_0x31cf58=(await _0x138e44(_0x2b6878[_0x5640a9(0xc5)]))['find'](_0x1ab898=>_0x1ab898[_0x5640a9(0xcd)]===_0x37a2aa[_0x5640a9(0xcd)]),_0x2348e4=_0x31cf58?await _0x41ecdc(_0x37a2aa['skillCode'],_0x2b6878[_0x5640a9(0xc5)],_0x37a2aa[_0x5640a9(0xbc)]):await _0x5b7991(_0x2b6878[_0x5640a9(0xc5)],_0x37a2aa[_0x5640a9(0xbc)]);return{'ok':!![],'data':summarizeRuntimeSkill(_0x2348e4),'message':_0x31cf58?_0x5640a9(0xd6)+_0x37a2aa[_0x5640a9(0xcd)]:_0x5640a9(0x96)+_0x37a2aa[_0x5640a9(0xcd)]};}}];
1
+ const a26_0x1c1a97=a26_0x173f;(function(_0x720c71,_0x23297d){const _0xb0ee26=a26_0x173f,_0x538195=_0x720c71();while(!![]){try{const _0x2ff46e=-parseInt(_0xb0ee26(0x1d5))/0x1*(parseInt(_0xb0ee26(0x1be))/0x2)+parseInt(_0xb0ee26(0x1ae))/0x3*(-parseInt(_0xb0ee26(0x1ac))/0x4)+-parseInt(_0xb0ee26(0x1bf))/0x5+-parseInt(_0xb0ee26(0x1c5))/0x6+parseInt(_0xb0ee26(0x1b4))/0x7*(parseInt(_0xb0ee26(0x1d3))/0x8)+-parseInt(_0xb0ee26(0x1d0))/0x9*(parseInt(_0xb0ee26(0x1d7))/0xa)+-parseInt(_0xb0ee26(0x1d8))/0xb*(-parseInt(_0xb0ee26(0x1de))/0xc);if(_0x2ff46e===_0x23297d)break;else _0x538195['push'](_0x538195['shift']());}catch(_0x4872f2){_0x538195['push'](_0x538195['shift']());}}}(a26_0x2976,0xe53be));function a26_0x2976(){const _0x39f713=['filter','npx\x20skills\x20add\x20failed:\x20','Skipped\x20npx\x20(','pipe','log','11252316noGApe','authRequired','Created\x20personal\x20Skill\x20','install','inherit','Installing\x20official\x20skill\x20via\x20npx\x20(npx\x20skills\x20add\x20','find','=1);\x20assuming\x20skill\x20is\x20already\x20present.','map','skipped','\x20-g\x20-y)...','7317dpXvIx','\x20developer\x20skill','Check\x20network\x20connectivity\x20and\x20try\x20again.','2951016PVusWG','personal','3XtKkgV','production','13190CJHjnk','190971ezWDcy','Only\x20pull\x20a\x20specific\x20runtime\x20Skill\x20code','version','readonly','unchanged','Local\x20Skill\x20directory\x20containing\x20SKILL.md','3828xhgvgK','nonInteractive','\x20skill\x20installed','cwd','updated','info','accessKey','skill','\x20personal\x20and\x20','code','error','setLogPath','scope','trim','input','52wxqdBN','length','391998rhYFvD','skillName','../../skills/npx-skills-add.js','../../core/api-client.js','\x20company\x20Skill(s).','created','14HOAvsh','skillCode','action','envName','../../skills/runtime-skill-sync.js','write','str','Updated\x20personal\x20Skill\x20','appCode','skill-install','204802xvqqyx','1916885crkLQq'];a26_0x2976=function(){return _0x39f713;};return a26_0x2976();}import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';function a26_0x173f(_0x2f9fac,_0x4b8e4c){_0x2f9fac=_0x2f9fac-0x1a2;const _0x2976b9=a26_0x2976();let _0x173f11=_0x2976b9[_0x2f9fac];return _0x173f11;}import{logger}from'../../utils/logger.js';const CODE_FLAG={'name':a26_0x1c1a97(0x1a6),'type':'string','description':a26_0x1c1a97(0x1d9)},DIR_FLAG={'name':'dir','type':'string','required':!![],'description':a26_0x1c1a97(0x1dd)};function summarizeRuntimeSkill(_0x3c8759){const _0x134a32=a26_0x1c1a97;return{'id':_0x3c8759['id'],'skillCode':_0x3c8759[_0x134a32(0x1b5)],'skillName':_0x3c8759[_0x134a32(0x1af)],'scope':_0x3c8759[_0x134a32(0x1a9)],'version':_0x3c8759[_0x134a32(0x1da)],'readonly':_0x3c8759[_0x134a32(0x1db)]};}function filterByCode(_0x5c7e09,_0x3ef745){const _0x4bd758=a26_0x1c1a97,_0x232362=_0x3ef745[_0x4bd758(0x1aa)]();if(!_0x232362)return _0x5c7e09;return _0x5c7e09[_0x4bd758(0x1c0)](_0x317c7f=>_0x317c7f['skillCode']===_0x232362);}export const skillDefinitions=[{'service':'skill','command':a26_0x1c1a97(0x1c8),'description':'Install\x20the\x20published\x20'+CLI_BIN_NAME+a26_0x1c1a97(0x1d1),'risk':a26_0x1c1a97(0x1b9),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x337cd3){const _0x554ac1=a26_0x1c1a97;logger[_0x554ac1(0x1a8)](process['cwd']()),logger[_0x554ac1(0x1a2)](_0x554ac1(0x1bd),'Installing\x20published\x20'+CLI_DISPLAY_NAME+'\x20skill\x20via\x20npx.');const {LOVRABET_SKILL_SOURCE:_0x57cadc,LOVRABET_SKIP_NPX_SKILLS_ENV:_0x1b76c6,runNpxSkillsAddGlobal:_0x229e4c}=await import(_0x554ac1(0x1b0)),_0x34034d=_0x337cd3[_0x554ac1(0x1df)]?_0x554ac1(0x1c3):_0x554ac1(0x1c9);console[_0x554ac1(0x1c4)](_0x554ac1(0x1ca)+_0x57cadc+_0x554ac1(0x1cf));const _0x3b32f7=_0x229e4c(process[_0x554ac1(0x1e1)](),_0x57cadc,{'stdio':_0x34034d});if(_0x3b32f7[_0x554ac1(0x1ce)])console[_0x554ac1(0x1c4)](_0x554ac1(0x1c2)+_0x1b76c6+_0x554ac1(0x1cc));else{if(_0x3b32f7['ok'])console[_0x554ac1(0x1c4)](CLI_BIN_NAME+_0x554ac1(0x1e0));else throw CliErrors['apiError'](_0x554ac1(0x1c1)+(_0x3b32f7[_0x554ac1(0x1a7)]||'unknown'),_0x554ac1(0x1d2));}return{'ok':!![]};}},{'service':a26_0x1c1a97(0x1a4),'command':'pull','description':'Pull\x20personal\x20and\x20company\x20runtime\x20Skills\x20into\x20local\x20agent\x20skill\x20directories','risk':a26_0x1c1a97(0x1b9),'flags':[CODE_FLAG],async 'execute'(_0x1d166e){const _0x4b0f3e=a26_0x1c1a97,{listCompanyRuntimeSkills:_0x908097,listPersonalRuntimeSkills:_0x34bd93}=await import(_0x4b0f3e(0x1b1)),{linkEffectiveRuntimeSkills:_0xd46a37,materializeRuntimeSkill:_0x5c14e5}=await import(_0x4b0f3e(0x1b8)),_0x5cba79=_0x1d166e[_0x4b0f3e(0x1ba)](_0x4b0f3e(0x1a6)),_0x195d0=_0x1d166e[_0x4b0f3e(0x1b7)]??_0x4b0f3e(0x1d6),_0x1feee6=_0x1d166e[_0x4b0f3e(0x1a3)];if(!_0x1feee6)throw CliErrors['authRequired']();const _0x3a57a7=filterByCode(await _0x34bd93(_0x1d166e[_0x4b0f3e(0x1bc)]),_0x5cba79),_0x239e96=filterByCode(await _0x908097(_0x1d166e[_0x4b0f3e(0x1bc)]),_0x5cba79),_0x343185=[..._0x3a57a7['map'](_0x4e367b=>_0x5c14e5(_0x4e367b,_0x4b0f3e(0x1d4),{'env':_0x195d0,'accessKey':_0x1feee6,'appCode':_0x1d166e[_0x4b0f3e(0x1bc)]})),..._0x239e96[_0x4b0f3e(0x1cd)](_0x167a29=>_0x5c14e5(_0x167a29,'company',{'env':_0x195d0,'accessKey':_0x1feee6,'appCode':_0x1d166e[_0x4b0f3e(0x1bc)]}))],_0x58e37e=_0xd46a37(_0x343185,_0x1d166e[_0x4b0f3e(0x1bc)]),_0x2570f9=_0x58e37e['reduce']((_0x1c403b,_0x5f4b31)=>{const _0x25a9e2=_0x4b0f3e;return _0x1c403b[_0x5f4b31['action']]=(_0x1c403b[_0x5f4b31[_0x25a9e2(0x1b6)]]??0x0)+0x1,_0x1c403b;},{});return{'ok':!![],'data':{'appCode':_0x1d166e[_0x4b0f3e(0x1bc)],'personal':_0x3a57a7[_0x4b0f3e(0x1ad)],'company':_0x239e96[_0x4b0f3e(0x1ad)],'materialized':_0x343185[_0x4b0f3e(0x1ad)],'links':{'total':_0x58e37e['length'],'created':_0x2570f9[_0x4b0f3e(0x1b3)]??0x0,'updated':_0x2570f9[_0x4b0f3e(0x1e2)]??0x0,'unchanged':_0x2570f9[_0x4b0f3e(0x1dc)]??0x0,'skipped':0x0,'conflicted':0x0},'skills':{'personal':_0x3a57a7[_0x4b0f3e(0x1cd)](summarizeRuntimeSkill),'company':_0x239e96[_0x4b0f3e(0x1cd)](summarizeRuntimeSkill)}},'message':'Pulled\x20'+_0x3a57a7[_0x4b0f3e(0x1ad)]+_0x4b0f3e(0x1a5)+_0x239e96[_0x4b0f3e(0x1ad)]+_0x4b0f3e(0x1b2)};}},{'service':a26_0x1c1a97(0x1a4),'command':'push','description':'Push\x20a\x20local\x20Skill\x20directory\x20to\x20personal\x20runtime\x20Skill\x20scope','risk':a26_0x1c1a97(0x1b9),'flags':[DIR_FLAG],async 'execute'(_0x114b54){const _0x3f576e=a26_0x1c1a97,{createPersonalRuntimeSkill:_0x3b54a9,listPersonalRuntimeSkills:_0x1fa5dd,updatePersonalRuntimeSkill:_0x3b302b}=await import('../../core/api-client.js'),{readPushDirectory:_0x4f1e8b}=await import(_0x3f576e(0x1b8));if(!_0x114b54[_0x3f576e(0x1a3)])throw CliErrors[_0x3f576e(0x1c6)]();const _0x11c034=_0x4f1e8b(_0x114b54['str']('dir'),_0x114b54[_0x3f576e(0x1bc)]),_0x5612b5=(await _0x1fa5dd(_0x114b54[_0x3f576e(0x1bc)]))[_0x3f576e(0x1cb)](_0x562015=>_0x562015['skillCode']===_0x11c034[_0x3f576e(0x1b5)]),_0x5852a7=_0x5612b5?await _0x3b302b(_0x11c034['skillCode'],_0x114b54[_0x3f576e(0x1bc)],_0x11c034[_0x3f576e(0x1ab)]):await _0x3b54a9(_0x114b54['appCode'],_0x11c034['input']);return{'ok':!![],'data':summarizeRuntimeSkill(_0x5852a7),'message':_0x5612b5?_0x3f576e(0x1bb)+_0x11c034[_0x3f576e(0x1b5)]:_0x3f576e(0x1c7)+_0x11c034[_0x3f576e(0x1b5)]};}}];
@@ -1 +1 @@
1
- function a27_0x12ed(_0xc7337d,_0x3a9c4c){_0xc7337d=_0xc7337d-0x16f;const _0x68627=a27_0x6862();let _0x12edd4=_0x68627[_0xc7337d];return _0x12edd4;}function a27_0x6862(){const _0x3c03c=['sqlName','appCode','verbose','498687FPRsOm','Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','972639QqALbq','2532080tHoamy','detail','2305oTXAUu','454092AwDfNe','1528320fXWRAs','dbId','str','82URKWHg','description','sqlContent','bool','sql','8yUMrkD','read','1058595bXCZxc','sqlcode'];a27_0x6862=function(){return _0x3c03c;};return a27_0x6862();}const a27_0x383fb5=a27_0x12ed;(function(_0x4dd54c,_0x3b8615){const _0x81aabc=a27_0x12ed,_0x35092a=_0x4dd54c();while(!![]){try{const _0x5d6984=-parseInt(_0x81aabc(0x17b))/0x1*(parseInt(_0x81aabc(0x180))/0x2)+parseInt(_0x81aabc(0x171))/0x3+-parseInt(_0x81aabc(0x17d))/0x4+parseInt(_0x81aabc(0x179))/0x5+-parseInt(_0x81aabc(0x17c))/0x6+-parseInt(_0x81aabc(0x176))/0x7+parseInt(_0x81aabc(0x16f))/0x8*(parseInt(_0x81aabc(0x178))/0x9);if(_0x5d6984===_0x3b8615)break;else _0x35092a['push'](_0x35092a['shift']());}catch(_0x3c714f){_0x35092a['push'](_0x35092a['shift']());}}}(a27_0x6862,0x53f24));import{getSqlQueryInfo}from'../../core/api-client.js';import{getDbName}from'../../core/db-resolver.js';import{SQLCODE_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';export const sqlDetail={'service':a27_0x383fb5(0x184),'command':a27_0x383fb5(0x17a),'description':a27_0x383fb5(0x177),'risk':a27_0x383fb5(0x170),'flags':[SQLCODE_FLAG,VERBOSE_FLAG],async 'execute'(_0x34dd2d){const _0x3edfe7=a27_0x383fb5,_0x33c30d=await getSqlQueryInfo(_0x34dd2d[_0x3edfe7(0x174)],_0x34dd2d[_0x3edfe7(0x17f)](_0x3edfe7(0x172))),_0x45c953=_0x34dd2d[_0x3edfe7(0x183)](_0x3edfe7(0x175));if(_0x45c953)return{'ok':!![],'data':_0x33c30d};const _0x4a22be=_0x33c30d[_0x3edfe7(0x17e)]?await getDbName(_0x34dd2d[_0x3edfe7(0x174)],_0x33c30d['dbId']):undefined;return{'ok':!![],'data':{'sqlCode':_0x33c30d['sqlCode'],'sqlName':_0x33c30d[_0x3edfe7(0x173)],'db':_0x4a22be?_0x4a22be+'\x20('+_0x33c30d[_0x3edfe7(0x17e)]+')':_0x33c30d['dbId']??'','description':_0x33c30d[_0x3edfe7(0x181)]??'','sqlContent':_0x33c30d[_0x3edfe7(0x182)]??''}};}};
1
+ const a27_0x262c11=a27_0x4c1c;(function(_0x411977,_0x26d71b){const _0x18b0ff=a27_0x4c1c,_0x359afe=_0x411977();while(!![]){try{const _0x9936a2=-parseInt(_0x18b0ff(0x8a))/0x1*(-parseInt(_0x18b0ff(0x8d))/0x2)+parseInt(_0x18b0ff(0x95))/0x3+-parseInt(_0x18b0ff(0x9c))/0x4+-parseInt(_0x18b0ff(0x89))/0x5*(-parseInt(_0x18b0ff(0x92))/0x6)+parseInt(_0x18b0ff(0x99))/0x7*(-parseInt(_0x18b0ff(0x8c))/0x8)+parseInt(_0x18b0ff(0x97))/0x9*(-parseInt(_0x18b0ff(0x94))/0xa)+parseInt(_0x18b0ff(0x93))/0xb*(parseInt(_0x18b0ff(0x9a))/0xc);if(_0x9936a2===_0x26d71b)break;else _0x359afe['push'](_0x359afe['shift']());}catch(_0x4c85cd){_0x359afe['push'](_0x359afe['shift']());}}}(a27_0x4fbb,0x4c37e));import{getSqlQueryInfo}from'../../core/api-client.js';function a27_0x4fbb(){const _0x18c2ec=['1072434EzweYM','10MQwoir','1500834SiKmhY','dbId','2168469kHFPPq','bool','42fzrYJk','24rcsmXL','Get\x20custom\x20SQL\x20query\x20details\x20by\x20sqlCode','12644vGQcjx','detail','sqlContent','576230QDaumQ','4XklFfB','sqlCode','707440EVbEgH','22934RieORI','read','str','sqlName','sqlcode','18DYNhyI'];a27_0x4fbb=function(){return _0x18c2ec;};return a27_0x4fbb();}import{getDbName}from'../../core/db-resolver.js';import{SQLCODE_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';function a27_0x4c1c(_0x5293ec,_0x1202fe){_0x5293ec=_0x5293ec-0x88;const _0x4fbb6f=a27_0x4fbb();let _0x4c1ce9=_0x4fbb6f[_0x5293ec];return _0x4c1ce9;}export const sqlDetail={'service':'sql','command':a27_0x262c11(0x9d),'description':a27_0x262c11(0x9b),'risk':a27_0x262c11(0x8e),'flags':[SQLCODE_FLAG,VERBOSE_FLAG],async 'execute'(_0x34f240){const _0x6c979d=a27_0x262c11,_0x56ec52=await getSqlQueryInfo(_0x34f240['appCode'],_0x34f240[_0x6c979d(0x8f)](_0x6c979d(0x91))),_0xe901fa=_0x34f240[_0x6c979d(0x98)]('verbose');if(_0xe901fa)return{'ok':!![],'data':_0x56ec52};const _0x128b9b=_0x56ec52[_0x6c979d(0x96)]?await getDbName(_0x34f240['appCode'],_0x56ec52['dbId']):undefined;return{'ok':!![],'data':{'sqlCode':_0x56ec52[_0x6c979d(0x8b)],'sqlName':_0x56ec52[_0x6c979d(0x90)],'db':_0x128b9b?_0x128b9b+'\x20('+_0x56ec52['dbId']+')':_0x56ec52[_0x6c979d(0x96)]??'','description':_0x56ec52['description']??'','sqlContent':_0x56ec52[_0x6c979d(0x88)]??''}};}};