@treasuredata/tdx 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/build-info.json +2 -2
  2. package/dist/cli.js +1 -1
  3. package/dist/cli.js.map +1 -1
  4. package/dist/client/cdp-api-client.js +1 -1
  5. package/dist/client/engage-api-client.d.ts +57 -0
  6. package/dist/client/engage-api-client.d.ts.map +1 -0
  7. package/dist/client/engage-api-client.js +1 -0
  8. package/dist/client/engage-api-client.js.map +1 -0
  9. package/dist/client/http-client.js +1 -1
  10. package/dist/client/llm-api-client.js +1 -1
  11. package/dist/client/rate-limiter.js +1 -1
  12. package/dist/client/td-api-client.js +1 -1
  13. package/dist/client/trino-api-client.js +1 -1
  14. package/dist/client/workflow-client.js +1 -1
  15. package/dist/commands/activations.js +1 -1
  16. package/dist/commands/api-command.js +1 -1
  17. package/dist/commands/auth-command.js +1 -1
  18. package/dist/commands/chat-command.js +1 -1
  19. package/dist/commands/claude-command.js +1 -1
  20. package/dist/commands/command.js +1 -1
  21. package/dist/commands/context-command.js +1 -1
  22. package/dist/commands/databases.js +1 -1
  23. package/dist/commands/describe.js +1 -1
  24. package/dist/commands/engage-command.d.ts +69 -0
  25. package/dist/commands/engage-command.d.ts.map +1 -0
  26. package/dist/commands/engage-command.js +1 -0
  27. package/dist/commands/engage-command.js.map +1 -0
  28. package/dist/commands/job-command.js +1 -1
  29. package/dist/commands/llm-command.js +1 -1
  30. package/dist/commands/llm-proxy.js +1 -1
  31. package/dist/commands/parent-segment-command.js +1 -1
  32. package/dist/commands/profiles-command.js +1 -1
  33. package/dist/commands/query-command.js +1 -1
  34. package/dist/commands/segment-command.js +1 -1
  35. package/dist/commands/segment-create-command.js +1 -1
  36. package/dist/commands/segment-fields-command.js +1 -1
  37. package/dist/commands/segment-pwd-command.js +1 -1
  38. package/dist/commands/segment-update-command.js +1 -1
  39. package/dist/commands/segment-use-command.js +1 -1
  40. package/dist/commands/segments.js +1 -1
  41. package/dist/commands/show.js +1 -1
  42. package/dist/commands/tables.js +1 -1
  43. package/dist/commands/use-command.js +1 -1
  44. package/dist/commands/workflow-command.js +1 -1
  45. package/dist/core/auth.js +1 -1
  46. package/dist/core/config.js +1 -1
  47. package/dist/core/credential-cache.js +1 -1
  48. package/dist/core/global-context.js +1 -1
  49. package/dist/core/keychain.js +1 -1
  50. package/dist/core/profile.js +1 -1
  51. package/dist/core/project-config.js +1 -1
  52. package/dist/core/session.js +1 -1
  53. package/dist/index.js +1 -1
  54. package/dist/proxy/anthropic-adapter.js +1 -1
  55. package/dist/proxy/server.js +1 -1
  56. package/dist/proxy/session-cache.js +1 -1
  57. package/dist/sdk/api.js +1 -1
  58. package/dist/sdk/engage.d.ts +152 -0
  59. package/dist/sdk/engage.d.ts.map +1 -0
  60. package/dist/sdk/engage.js +1 -0
  61. package/dist/sdk/engage.js.map +1 -0
  62. package/dist/sdk/errors.js +1 -1
  63. package/dist/sdk/index.d.ts +7 -0
  64. package/dist/sdk/index.d.ts.map +1 -1
  65. package/dist/sdk/index.js +1 -1
  66. package/dist/sdk/index.js.map +1 -1
  67. package/dist/sdk/job.js +1 -1
  68. package/dist/sdk/llm.js +1 -1
  69. package/dist/sdk/query.js +1 -1
  70. package/dist/sdk/segment.js +1 -1
  71. package/dist/sdk/workflow.js +1 -1
  72. package/dist/types/endpoints.d.ts +4 -0
  73. package/dist/types/endpoints.d.ts.map +1 -1
  74. package/dist/types/endpoints.js +1 -1
  75. package/dist/types/endpoints.js.map +1 -1
  76. package/dist/types/engage.d.ts +340 -0
  77. package/dist/types/engage.d.ts.map +1 -0
  78. package/dist/types/engage.js +1 -0
  79. package/dist/types/engage.js.map +1 -0
  80. package/dist/types/index.d.ts +2 -1
  81. package/dist/types/index.d.ts.map +1 -1
  82. package/dist/types/index.js +1 -1
  83. package/dist/utils/agent-ref-parser.js +1 -1
  84. package/dist/utils/chat-cache.js +1 -1
  85. package/dist/utils/colors.js +1 -1
  86. package/dist/utils/command-output.js +1 -1
  87. package/dist/utils/constants.js +1 -1
  88. package/dist/utils/file-permissions.js +1 -1
  89. package/dist/utils/format-detector.js +1 -1
  90. package/dist/utils/formatters.js +1 -1
  91. package/dist/utils/json-loader.js +1 -1
  92. package/dist/utils/llm-backup-utils.js +1 -1
  93. package/dist/utils/model-aliases.js +1 -1
  94. package/dist/utils/option-validation.js +1 -1
  95. package/dist/utils/port.js +1 -1
  96. package/dist/utils/process.js +1 -1
  97. package/dist/utils/prompt.js +1 -1
  98. package/dist/utils/segment-path-parser.js +1 -1
  99. package/dist/utils/segment-ref-parser.js +1 -1
  100. package/dist/utils/spinner.js +1 -1
  101. package/dist/utils/sql-parser.js +1 -1
  102. package/dist/utils/sse-parser.js +1 -1
  103. package/dist/utils/string-utils.js +1 -1
  104. package/dist/utils/table-ref-parser.js +1 -1
  105. package/dist/utils/tdx-logger.js +1 -1
  106. package/dist/utils/tree-formatter.js +1 -1
  107. package/dist/utils/version-check.js +1 -1
  108. package/dist/utils/workflow-utils.js +1 -1
  109. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0xa23c73,_0x249cf1){const _0x21942c=a70_0x5b6f,_0x33df07=_0xa23c73();while(!![]){try{const _0x4510a0=parseInt(_0x21942c(0xed))/0x1*(-parseInt(_0x21942c(0xe9))/0x2)+-parseInt(_0x21942c(0x101))/0x3+-parseInt(_0x21942c(0xec))/0x4+-parseInt(_0x21942c(0xf5))/0x5*(parseInt(_0x21942c(0xe6))/0x6)+-parseInt(_0x21942c(0xf1))/0x7*(-parseInt(_0x21942c(0xdd))/0x8)+-parseInt(_0x21942c(0xd2))/0x9+parseInt(_0x21942c(0xe4))/0xa*(parseInt(_0x21942c(0xd4))/0xb);if(_0x4510a0===_0x249cf1)break;else _0x33df07['push'](_0x33df07['shift']());}catch(_0x60f64a){_0x33df07['push'](_0x33df07['shift']());}}}(a70_0x372d,0x3b06d));import{centerAlign,stringWidth,padEnd,padStart}from'./string-utils.js';import{colorBorder,colorType,colorizeJSON,colorizeJSONCompact,shouldUseColor}from'./colors.js';const DEFAULT_MAX_DISPLAY_ROWS=0x28;function getTerminalWidth(){const _0x417f1f=a70_0x5b6f;return process[_0x417f1f(0xf2)]['columns']||Infinity;}export function formatAsTable(_0x192534,_0x5dea15=DEFAULT_MAX_DISPLAY_ROWS,_0x39df72=![],_0x5473d2={}){const _0x10b1bb=a70_0x5b6f;if(_0x192534[_0x10b1bb(0xfb)][_0x10b1bb(0xe3)]===0x0)return'No\x20rows\x20returned';const _0x2e1a93=_0x192534[_0x10b1bb(0xe1)][_0x10b1bb(0xde)](_0x305192=>_0x305192[_0x10b1bb(0xd7)]),_0x2eb3b6=_0x192534['columns'][_0x10b1bb(0xde)](_0x373e55=>simplifyType(_0x373e55['type'])),_0x3ceab6=_0x192534['data'][_0x10b1bb(0xd8)](0x0,_0x5dea15),_0xe00314=_0x192534[_0x10b1bb(0xfb)]['length'],_0xc60599=_0xe00314>_0x5dea15,_0x438ab9=[],_0x589daa=getTerminalWidth(),_0x526c42=_0x589daa!==Infinity,_0x5eb05d=0x32;let _0x25a6ee=_0x2e1a93[_0x10b1bb(0xde)]((_0x40e722,_0x5b89a6)=>{const _0x1da91d=_0x10b1bb,_0x56dbf5=stringWidth(_0x2eb3b6[_0x5b89a6]),_0x3f83fa=Math[_0x1da91d(0xf4)](..._0x3ceab6['map'](_0x2ce99c=>{const _0x256bee=_0x2ce99c[_0x40e722];return stringWidth(formatValue(_0x256bee));})),_0x20ead8=Math[_0x1da91d(0xf4)](stringWidth(_0x40e722),_0x56dbf5,_0x3f83fa);return _0x39df72?_0x20ead8:Math[_0x1da91d(0xfc)](_0x20ead8,_0x5eb05d);});if(_0x526c42&&!_0x39df72&&_0x2e1a93['length']>0x0){const _0x4fa4e5=_0x789665=>{let _0x8374b0=0x1;for(const _0x360a80 of _0x789665){_0x8374b0+=_0x360a80+0x3;}return _0x8374b0+0x1;};let _0x401e33=_0x4fa4e5(_0x25a6ee);if(_0x401e33>_0x589daa){const _0x468f3c=0x3;for(let _0x2b1035=_0x25a6ee[_0x10b1bb(0xe3)]-0x1;_0x2b1035>=0x0;_0x2b1035--){_0x401e33=_0x4fa4e5(_0x25a6ee);if(_0x401e33<=_0x589daa)break;const _0x599892=_0x25a6ee[_0x2b1035],_0x577a08=_0x401e33-_0x589daa,_0x1dff47=_0x599892-_0x468f3c,_0x4e8fa0=Math['min'](_0x577a08,_0x1dff47);_0x4e8fa0>0x0&&(_0x25a6ee[_0x2b1035]=_0x599892-_0x4e8fa0);}}}const _0x1c61da=_0x2e1a93,_0x338eee=_0x2eb3b6,_0x1da39e=_0x25a6ee,_0x3bf60a=_0x25a6ee;_0x438ab9[_0x10b1bb(0xcf)](colorBorder('┌'+_0x3bf60a[_0x10b1bb(0xde)](_0x7338c=>'─'[_0x10b1bb(0xd0)](_0x7338c+0x2))[_0x10b1bb(0xff)]('┬')+'┐',_0x5473d2));const _0x1ecb3f=_0x1c61da[_0x10b1bb(0xde)]((_0x5ce268,_0x7c846)=>centerAlign(_0x5ce268,_0x1da39e[_0x7c846]));_0x438ab9[_0x10b1bb(0xcf)](colorBorder('│',_0x5473d2)+'\x20'+_0x1ecb3f[_0x10b1bb(0xff)]('\x20'+colorBorder('│',_0x5473d2)+'\x20')+'\x20'+colorBorder('│',_0x5473d2));const _0x367a48=_0x338eee[_0x10b1bb(0xde)]((_0x3283da,_0x23661b)=>colorType(centerAlign(_0x3283da,_0x1da39e[_0x23661b]),_0x5473d2));_0x438ab9['push'](colorBorder('│',_0x5473d2)+'\x20'+_0x367a48[_0x10b1bb(0xff)]('\x20'+colorBorder('│',_0x5473d2)+'\x20')+'\x20'+colorBorder('│',_0x5473d2)),_0x438ab9['push'](colorBorder('├'+_0x3bf60a[_0x10b1bb(0xde)](_0x14cc9a=>'─'[_0x10b1bb(0xd0)](_0x14cc9a+0x2))[_0x10b1bb(0xff)]('┼')+'┤',_0x5473d2));const _0xb7a700=(_0x5e0268,_0x49830b)=>{const _0x3f056d=_0x10b1bb,_0x508fe9=stringWidth(_0x5e0268);if(_0x508fe9<=_0x49830b)return _0x5e0268;let _0x40ff43=_0x5e0268;while(stringWidth(_0x40ff43+'…')>_0x49830b&&_0x40ff43[_0x3f056d(0xe3)]>0x0){_0x40ff43=_0x40ff43[_0x3f056d(0xd8)](0x0,-0x1);}return _0x40ff43+'…';};_0x3ceab6[_0x10b1bb(0xd5)](_0x4c083=>{const _0x15204f=_0x10b1bb,_0x2710bb=_0x2e1a93[_0x15204f(0xde)]((_0x435509,_0x54ea28)=>{const _0x452b16=_0x15204f,_0x40dbb6=_0x4c083[_0x435509],_0x140032=formatValue(_0x40dbb6),_0x3c7952=_0x1da39e[_0x54ea28],_0x3351e5=_0xb7a700(_0x140032,_0x3c7952),_0x59d24f=typeof _0x40dbb6===_0x452b16(0xeb)||typeof _0x40dbb6===_0x452b16(0xfa)&&/^-?\d+$/[_0x452b16(0xdb)](_0x40dbb6);return _0x59d24f?padStart(_0x3351e5,_0x3c7952):padEnd(_0x3351e5,_0x3c7952);});_0x438ab9['push'](colorBorder('│',_0x5473d2)+'\x20'+_0x2710bb[_0x15204f(0xff)]('\x20'+colorBorder('│',_0x5473d2)+'\x20')+'\x20'+colorBorder('│',_0x5473d2));});const _0x3c3798=_0x3bf60a[_0x10b1bb(0xf6)]((_0x4513a4,_0x1d56ca)=>_0x4513a4+_0x1d56ca+0x3,-0x1);_0x438ab9[_0x10b1bb(0xcf)](colorBorder('├'+_0x3bf60a[_0x10b1bb(0xde)](_0x200a68=>'─'[_0x10b1bb(0xd0)](_0x200a68+0x2))[_0x10b1bb(0xff)]('┴')+'┤',_0x5473d2));let _0x4dba6b;_0xc60599?_0x4dba6b=_0xe00314+'\x20rows\x20('+_0x5dea15+_0x10b1bb(0xe5):_0x4dba6b=_0xe00314+_0x10b1bb(0xd1)+(_0xe00314===0x1?'':'s');const _0xd2025a=_0x4dba6b[_0x10b1bb(0xf9)](_0x3c3798-0x2);return _0x438ab9['push'](colorBorder('│',_0x5473d2)+'\x20'+_0xd2025a+'\x20'+colorBorder('│',_0x5473d2)),_0x438ab9[_0x10b1bb(0xcf)](colorBorder('└'+'─'[_0x10b1bb(0xd0)](_0x3c3798)+'┘',_0x5473d2)),_0x438ab9['join']('\x0a');}function simplifyType(_0x4e595a){const _0x3019be=a70_0x5b6f,_0x3bce87={'varchar':'string','bigint':_0x3019be(0xee),'integer':_0x3019be(0x104),'double':'double','boolean':_0x3019be(0x102),'date':_0x3019be(0xdc),'timestamp':_0x3019be(0xfd),'array':_0x3019be(0x103),'map':'map','row':_0x3019be(0xf3)},_0xef643=_0x4e595a[_0x3019be(0x100)]();for(const [_0x11a4ee,_0x196be6]of Object[_0x3019be(0xd3)](_0x3bce87)){if(_0xef643[_0x3019be(0xd9)](_0x11a4ee))return _0x196be6;}return _0x4e595a[_0x3019be(0xe3)]>0xa?_0x4e595a['substring'](0x0,0xa):_0x4e595a;}export function formatAsJSON(_0x2c3363,_0x58611c={}){const _0x50f325=a70_0x5b6f;if(_0x2c3363[_0x50f325(0xfb)][_0x50f325(0xe3)]===0x0)return'[]';if(shouldUseColor(_0x58611c))return colorizeJSON(_0x2c3363[_0x50f325(0xfb)],_0x58611c);const _0x3bd5d4=_0x2c3363[_0x50f325(0xfb)][_0x50f325(0xde)](_0x58ad92=>'\x20\x20'+JSON[_0x50f325(0xfe)](_0x58ad92));return'[\x0a'+_0x3bd5d4[_0x50f325(0xff)](',\x0a')+'\x0a]';}export function formatAsJSONL(_0x74d512,_0x1d64f6={}){const _0x5dfde7=a70_0x5b6f;if(_0x74d512[_0x5dfde7(0xfb)][_0x5dfde7(0xe3)]===0x0)return'';if(shouldUseColor(_0x1d64f6))return _0x74d512[_0x5dfde7(0xfb)][_0x5dfde7(0xde)](_0xbfa44a=>colorizeJSONCompact(_0xbfa44a,_0x1d64f6))[_0x5dfde7(0xff)]('\x0a');return _0x74d512[_0x5dfde7(0xfb)][_0x5dfde7(0xde)](_0x142eee=>JSON[_0x5dfde7(0xfe)](_0x142eee))['join']('\x0a');}export function formatAsTSV(_0x1a02f4){const _0x3d463c=a70_0x5b6f;if(_0x1a02f4[_0x3d463c(0xfb)]['length']===0x0)return'';const _0x310df6=[],_0x440765=_0x1a02f4[_0x3d463c(0xe1)][_0x3d463c(0xde)](_0x12eac6=>_0x12eac6['name']);return _0x310df6[_0x3d463c(0xcf)](_0x440765[_0x3d463c(0xff)]('\x09')),_0x1a02f4[_0x3d463c(0xfb)][_0x3d463c(0xd5)](_0x5e4faf=>{const _0xedb28a=_0x3d463c,_0x5b3a31=_0x440765[_0xedb28a(0xde)](_0x55d9b9=>{const _0x560e20=_0x5e4faf[_0x55d9b9];return formatValueForTSV(_0x560e20);});_0x310df6['push'](_0x5b3a31[_0xedb28a(0xff)]('\x09'));}),_0x310df6[_0x3d463c(0xff)]('\x0a');}function formatValue(_0x59766d){const _0x5ee310=a70_0x5b6f;if(_0x59766d===null||_0x59766d===undefined)return'';if(typeof _0x59766d===_0x5ee310(0xfa)){const _0x398e4c=_0x59766d[_0x5ee310(0xea)](/\n/g,'\x5cn')[_0x5ee310(0xea)](/\r/g,'\x5cr')[_0x5ee310(0xea)](/\t/g,'\x5ct');return _0x398e4c;}if(typeof _0x59766d==='number')return String(_0x59766d);if(typeof _0x59766d==='boolean')return _0x59766d?_0x5ee310(0xdf):'false';if(_0x59766d instanceof Date)return _0x59766d[_0x5ee310(0xe0)]();if(typeof _0x59766d==='object')return JSON['stringify'](_0x59766d);return String(_0x59766d);}function formatValueForTSV(_0x5811eb){const _0x31eabd=a70_0x5b6f;if(_0x5811eb===null||_0x5811eb===undefined)return'';if(typeof _0x5811eb==='string')return _0x5811eb[_0x31eabd(0xea)](/\t/g,'\x5ct')['replace'](/\n/g,'\x5cn');if(typeof _0x5811eb==='number'||typeof _0x5811eb==='boolean')return String(_0x5811eb);if(_0x5811eb instanceof Date)return _0x5811eb['toISOString']();if(typeof _0x5811eb===_0x31eabd(0xe8))return JSON[_0x31eabd(0xfe)](_0x5811eb);return String(_0x5811eb);}export function formatQueryResult(_0x3b11ab,_0x57b899){const _0x3ebab7=a70_0x5b6f;switch(_0x57b899){case _0x3ebab7(0xda):return formatAsTable(_0x3b11ab);case'json':return formatAsJSON(_0x3b11ab);case'jsonl':return formatAsJSONL(_0x3b11ab);case _0x3ebab7(0xe7):return formatAsTSV(_0x3b11ab);default:return formatAsJSON(_0x3b11ab);}}function a70_0x372d(){const _0x5087dd=['1iGbfbV','long','0\x20B','pow','2163497oiMMJa','stdout','row','max','425KMJkdh','reduce','toFixed','floor','padEnd','string','data','min','timestamp','stringify','join','toLowerCase','563703UgQEou','bool','array','int','push','repeat','\x20row','2754810FBvGCx','entries','691427DDNifH','forEach','toString','name','slice','startsWith','table','test','date','8AhgIZC','map','true','toISOString','columns','log','length','200DPyoWl','\x20shown)','894tCxkzp','tsv','object','852872AicKqk','replace','number','1565384OMjUXP'];a70_0x372d=function(){return _0x5087dd;};return a70_0x372d();}export function formatBytes(_0x36f4a0){const _0x4c3ace=a70_0x5b6f;if(_0x36f4a0===0x0)return _0x4c3ace(0xef);const _0x3dffe6=['B','KB','MB','GB','TB'],_0x493364=0x400,_0x4a3238=Math[_0x4c3ace(0xf8)](Math['log'](_0x36f4a0)/Math[_0x4c3ace(0xe2)](_0x493364)),_0x5110ae=_0x36f4a0/Math[_0x4c3ace(0xf0)](_0x493364,_0x4a3238),_0x45cba1=_0x5110ae>=0xa?0x1:0x2;return _0x5110ae['toFixed'](_0x45cba1)+'\x20'+_0x3dffe6[_0x4a3238];}function a70_0x5b6f(_0x52493f,_0x2cf682){const _0x372df7=a70_0x372d();return a70_0x5b6f=function(_0x5b6f13,_0x10030f){_0x5b6f13=_0x5b6f13-0xcf;let _0x1ce7dd=_0x372df7[_0x5b6f13];return _0x1ce7dd;},a70_0x5b6f(_0x52493f,_0x2cf682);}export function formatRows(_0x3243c5){const _0xb4c20=a70_0x5b6f;if(_0x3243c5==null)return'-';if(_0x3243c5===0x0)return'0';if(_0x3243c5<0x3e8)return _0x3243c5[_0xb4c20(0xd6)]();const _0x2e4acb=['','K','M','B','T'],_0x48a26a=0x3e8,_0x355cb5=Math[_0xb4c20(0xf8)](Math[_0xb4c20(0xe2)](_0x3243c5)/Math[_0xb4c20(0xe2)](_0x48a26a)),_0x3aa6e1=_0x3243c5/Math[_0xb4c20(0xf0)](_0x48a26a,_0x355cb5),_0x85551f=_0x3aa6e1>=0xa?0x1:0x2;return''+_0x3aa6e1[_0xb4c20(0xf7)](_0x85551f)+_0x2e4acb[_0x355cb5];}
1
+ (function(_0x26df9c,_0x26935){const _0xaccf26=a74_0x53a4,_0x4100f6=_0x26df9c();while(!![]){try{const _0xf7fd8a=-parseInt(_0xaccf26(0x16b))/0x1+-parseInt(_0xaccf26(0x168))/0x2+-parseInt(_0xaccf26(0x15b))/0x3+-parseInt(_0xaccf26(0x140))/0x4*(-parseInt(_0xaccf26(0x151))/0x5)+-parseInt(_0xaccf26(0x157))/0x6+parseInt(_0xaccf26(0x16a))/0x7+parseInt(_0xaccf26(0x158))/0x8;if(_0xf7fd8a===_0x26935)break;else _0x4100f6['push'](_0x4100f6['shift']());}catch(_0x2d9b21){_0x4100f6['push'](_0x4100f6['shift']());}}}(a74_0x5e89,0xaa4ec));import{centerAlign,stringWidth,padEnd,padStart}from'./string-utils.js';import{colorBorder,colorType,colorizeJSON,colorizeJSONCompact,shouldUseColor}from'./colors.js';const DEFAULT_MAX_DISPLAY_ROWS=0x28;function getTerminalWidth(){const _0x273134=a74_0x53a4;return process[_0x273134(0x147)][_0x273134(0x145)]||Infinity;}export function formatAsTable(_0x3973d6,_0x3e128f=DEFAULT_MAX_DISPLAY_ROWS,_0x12325b=![],_0x101414={}){const _0x2220f1=a74_0x53a4;if(_0x3973d6[_0x2220f1(0x14a)][_0x2220f1(0x14f)]===0x0)return _0x2220f1(0x166);const _0x4403f1=_0x3973d6[_0x2220f1(0x145)][_0x2220f1(0x15c)](_0x384b06=>_0x384b06['name']),_0x1524d8=_0x3973d6[_0x2220f1(0x145)][_0x2220f1(0x15c)](_0x3e4ad6=>simplifyType(_0x3e4ad6[_0x2220f1(0x13d)])),_0x40a725=_0x3973d6['data'][_0x2220f1(0x149)](0x0,_0x3e128f),_0x23a30=_0x3973d6[_0x2220f1(0x14a)][_0x2220f1(0x14f)],_0x3190c9=_0x23a30>_0x3e128f,_0x122c17=[],_0xe09033=getTerminalWidth(),_0x2e1fe0=_0xe09033!==Infinity,_0x583440=0x32;let _0x1feda5=_0x4403f1['map']((_0x28a7eb,_0x5071ed)=>{const _0x49ba89=_0x2220f1,_0xda931f=stringWidth(_0x1524d8[_0x5071ed]),_0x2d6916=Math[_0x49ba89(0x162)](..._0x40a725[_0x49ba89(0x15c)](_0x19b517=>{const _0x5aba3f=_0x19b517[_0x28a7eb];return stringWidth(formatValue(_0x5aba3f));})),_0xa456d3=Math['max'](stringWidth(_0x28a7eb),_0xda931f,_0x2d6916);return _0x12325b?_0xa456d3:Math[_0x49ba89(0x13f)](_0xa456d3,_0x583440);});if(_0x2e1fe0&&!_0x12325b&&_0x4403f1['length']>0x0){const _0x1293dc=_0x395c9e=>{let _0x167b33=0x1;for(const _0x1f23c7 of _0x395c9e){_0x167b33+=_0x1f23c7+0x3;}return _0x167b33+0x1;};let _0x52202f=_0x1293dc(_0x1feda5);if(_0x52202f>_0xe09033){const _0x19aaa2=0x3;for(let _0x32e1ce=_0x1feda5[_0x2220f1(0x14f)]-0x1;_0x32e1ce>=0x0;_0x32e1ce--){_0x52202f=_0x1293dc(_0x1feda5);if(_0x52202f<=_0xe09033)break;const _0x1a4071=_0x1feda5[_0x32e1ce],_0x113d17=_0x52202f-_0xe09033,_0x509959=_0x1a4071-_0x19aaa2,_0x250d9f=Math[_0x2220f1(0x13f)](_0x113d17,_0x509959);_0x250d9f>0x0&&(_0x1feda5[_0x32e1ce]=_0x1a4071-_0x250d9f);}}}const _0x400f05=_0x4403f1,_0x2ea573=_0x1524d8,_0x547088=_0x1feda5,_0x30f8af=_0x1feda5;_0x122c17[_0x2220f1(0x16d)](colorBorder('┌'+_0x30f8af[_0x2220f1(0x15c)](_0x2c4bef=>'─'[_0x2220f1(0x14e)](_0x2c4bef+0x2))['join']('┬')+'┐',_0x101414));const _0x5f4be0=_0x400f05[_0x2220f1(0x15c)]((_0x31b144,_0x29a49c)=>centerAlign(_0x31b144,_0x547088[_0x29a49c]));_0x122c17['push'](colorBorder('│',_0x101414)+'\x20'+_0x5f4be0[_0x2220f1(0x15e)]('\x20'+colorBorder('│',_0x101414)+'\x20')+'\x20'+colorBorder('│',_0x101414));const _0x21f23a=_0x2ea573[_0x2220f1(0x15c)]((_0x4a7a91,_0x3992b4)=>colorType(centerAlign(_0x4a7a91,_0x547088[_0x3992b4]),_0x101414));_0x122c17['push'](colorBorder('│',_0x101414)+'\x20'+_0x21f23a[_0x2220f1(0x15e)]('\x20'+colorBorder('│',_0x101414)+'\x20')+'\x20'+colorBorder('│',_0x101414)),_0x122c17[_0x2220f1(0x16d)](colorBorder('├'+_0x30f8af['map'](_0x916656=>'─'[_0x2220f1(0x14e)](_0x916656+0x2))[_0x2220f1(0x15e)]('┼')+'┤',_0x101414));const _0x2d4e3d=(_0x3b6450,_0x3ba41c)=>{const _0x308e28=_0x2220f1,_0x498da1=stringWidth(_0x3b6450);if(_0x498da1<=_0x3ba41c)return _0x3b6450;let _0x1b5c63=_0x3b6450;while(stringWidth(_0x1b5c63+'…')>_0x3ba41c&&_0x1b5c63[_0x308e28(0x14f)]>0x0){_0x1b5c63=_0x1b5c63[_0x308e28(0x149)](0x0,-0x1);}return _0x1b5c63+'…';};_0x40a725[_0x2220f1(0x15d)](_0x5a78b2=>{const _0xcfc2c4=_0x2220f1,_0x4abf24=_0x4403f1[_0xcfc2c4(0x15c)]((_0x48e62c,_0x1461b7)=>{const _0x4047bc=_0xcfc2c4,_0x40a1de=_0x5a78b2[_0x48e62c],_0x1d5fc4=formatValue(_0x40a1de),_0x5199ad=_0x547088[_0x1461b7],_0x37ccce=_0x2d4e3d(_0x1d5fc4,_0x5199ad),_0x5d5933=typeof _0x40a1de===_0x4047bc(0x14c)||typeof _0x40a1de===_0x4047bc(0x153)&&/^-?\d+$/[_0x4047bc(0x161)](_0x40a1de);return _0x5d5933?padStart(_0x37ccce,_0x5199ad):padEnd(_0x37ccce,_0x5199ad);});_0x122c17[_0xcfc2c4(0x16d)](colorBorder('│',_0x101414)+'\x20'+_0x4abf24[_0xcfc2c4(0x15e)]('\x20'+colorBorder('│',_0x101414)+'\x20')+'\x20'+colorBorder('│',_0x101414));});const _0x5ef954=_0x30f8af[_0x2220f1(0x150)]((_0x15df43,_0x5f4254)=>_0x15df43+_0x5f4254+0x3,-0x1);_0x122c17[_0x2220f1(0x16d)](colorBorder('├'+_0x30f8af[_0x2220f1(0x15c)](_0x2388ef=>'─'[_0x2220f1(0x14e)](_0x2388ef+0x2))['join']('┴')+'┤',_0x101414));let _0x528ad5;_0x3190c9?_0x528ad5=_0x23a30+_0x2220f1(0x163)+_0x3e128f+_0x2220f1(0x14b):_0x528ad5=_0x23a30+_0x2220f1(0x15a)+(_0x23a30===0x1?'':'s');const _0x9db4e6=_0x528ad5[_0x2220f1(0x141)](_0x5ef954-0x2);return _0x122c17[_0x2220f1(0x16d)](colorBorder('│',_0x101414)+'\x20'+_0x9db4e6+'\x20'+colorBorder('│',_0x101414)),_0x122c17[_0x2220f1(0x16d)](colorBorder('└'+'─'[_0x2220f1(0x14e)](_0x5ef954)+'┘',_0x101414)),_0x122c17[_0x2220f1(0x15e)]('\x0a');}function a74_0x53a4(_0x525b57,_0x3952fd){const _0x5e8930=a74_0x5e89();return a74_0x53a4=function(_0x53a43a,_0x5f0232){_0x53a43a=_0x53a43a-0x13d;let _0x5d39c6=_0x5e8930[_0x53a43a];return _0x5d39c6;},a74_0x53a4(_0x525b57,_0x3952fd);}function simplifyType(_0x33dac0){const _0x54c125=a74_0x53a4,_0x5590af={'varchar':_0x54c125(0x153),'bigint':_0x54c125(0x14d),'integer':_0x54c125(0x155),'double':'double','boolean':_0x54c125(0x144),'date':'date','timestamp':'timestamp','array':_0x54c125(0x152),'map':_0x54c125(0x15c),'row':'row'},_0x5d9b9a=_0x33dac0['toLowerCase']();for(const [_0x2e3dfb,_0x4087e3]of Object['entries'](_0x5590af)){if(_0x5d9b9a[_0x54c125(0x15f)](_0x2e3dfb))return _0x4087e3;}return _0x33dac0[_0x54c125(0x14f)]>0xa?_0x33dac0['substring'](0x0,0xa):_0x33dac0;}function a74_0x5e89(){const _0x444681=['test','max','\x20rows\x20(','pow','table','No\x20rows\x20returned','false','2079432fmgPYh','toISOString','2781779qHxxeN','688197bOnosH','jsonl','push','type','log','min','4523392NdZQSG','padEnd','name','toFixed','bool','columns','replace','stdout','0\x20B','slice','data','\x20shown)','number','long','repeat','length','reduce','5NFCVtj','array','string','json','int','stringify','5310834dOUJJX','16465360DUqDSd','tsv','\x20row','827349QxOoVc','map','forEach','join','startsWith','floor'];a74_0x5e89=function(){return _0x444681;};return a74_0x5e89();}export function formatAsJSON(_0x210184,_0x9be863={}){const _0x4f5c5f=a74_0x53a4;if(_0x210184[_0x4f5c5f(0x14a)][_0x4f5c5f(0x14f)]===0x0)return'[]';if(shouldUseColor(_0x9be863))return colorizeJSON(_0x210184[_0x4f5c5f(0x14a)],_0x9be863);const _0x2e0959=_0x210184[_0x4f5c5f(0x14a)]['map'](_0x4b7db1=>'\x20\x20'+JSON[_0x4f5c5f(0x156)](_0x4b7db1));return'[\x0a'+_0x2e0959[_0x4f5c5f(0x15e)](',\x0a')+'\x0a]';}export function formatAsJSONL(_0x416e88,_0x9cc222={}){const _0x3f3636=a74_0x53a4;if(_0x416e88['data'][_0x3f3636(0x14f)]===0x0)return'';if(shouldUseColor(_0x9cc222))return _0x416e88[_0x3f3636(0x14a)][_0x3f3636(0x15c)](_0x145b5d=>colorizeJSONCompact(_0x145b5d,_0x9cc222))[_0x3f3636(0x15e)]('\x0a');return _0x416e88[_0x3f3636(0x14a)][_0x3f3636(0x15c)](_0x34907d=>JSON['stringify'](_0x34907d))[_0x3f3636(0x15e)]('\x0a');}export function formatAsTSV(_0x21dae0){const _0x3ff25d=a74_0x53a4;if(_0x21dae0[_0x3ff25d(0x14a)][_0x3ff25d(0x14f)]===0x0)return'';const _0x2c5b07=[],_0x2dbfe0=_0x21dae0[_0x3ff25d(0x145)][_0x3ff25d(0x15c)](_0x44695f=>_0x44695f[_0x3ff25d(0x142)]);return _0x2c5b07[_0x3ff25d(0x16d)](_0x2dbfe0[_0x3ff25d(0x15e)]('\x09')),_0x21dae0[_0x3ff25d(0x14a)]['forEach'](_0x4d60f2=>{const _0x41dbbb=_0x3ff25d,_0x4a2911=_0x2dbfe0[_0x41dbbb(0x15c)](_0x2b15f3=>{const _0x4157a4=_0x4d60f2[_0x2b15f3];return formatValueForTSV(_0x4157a4);});_0x2c5b07[_0x41dbbb(0x16d)](_0x4a2911[_0x41dbbb(0x15e)]('\x09'));}),_0x2c5b07[_0x3ff25d(0x15e)]('\x0a');}function formatValue(_0x184d3e){const _0x16cbef=a74_0x53a4;if(_0x184d3e===null||_0x184d3e===undefined)return'';if(typeof _0x184d3e===_0x16cbef(0x153)){const _0x156059=_0x184d3e[_0x16cbef(0x146)](/\n/g,'\x5cn')[_0x16cbef(0x146)](/\r/g,'\x5cr')[_0x16cbef(0x146)](/\t/g,'\x5ct');return _0x156059;}if(typeof _0x184d3e===_0x16cbef(0x14c))return String(_0x184d3e);if(typeof _0x184d3e==='boolean')return _0x184d3e?'true':_0x16cbef(0x167);if(_0x184d3e instanceof Date)return _0x184d3e['toISOString']();if(typeof _0x184d3e==='object')return JSON['stringify'](_0x184d3e);return String(_0x184d3e);}function formatValueForTSV(_0x18dadc){const _0x274b9f=a74_0x53a4;if(_0x18dadc===null||_0x18dadc===undefined)return'';if(typeof _0x18dadc===_0x274b9f(0x153))return _0x18dadc[_0x274b9f(0x146)](/\t/g,'\x5ct')['replace'](/\n/g,'\x5cn');if(typeof _0x18dadc===_0x274b9f(0x14c)||typeof _0x18dadc==='boolean')return String(_0x18dadc);if(_0x18dadc instanceof Date)return _0x18dadc[_0x274b9f(0x169)]();if(typeof _0x18dadc==='object')return JSON[_0x274b9f(0x156)](_0x18dadc);return String(_0x18dadc);}export function formatQueryResult(_0x465487,_0x10199e){const _0x5ce0da=a74_0x53a4;switch(_0x10199e){case _0x5ce0da(0x165):return formatAsTable(_0x465487);case _0x5ce0da(0x154):return formatAsJSON(_0x465487);case _0x5ce0da(0x16c):return formatAsJSONL(_0x465487);case _0x5ce0da(0x159):return formatAsTSV(_0x465487);default:return formatAsJSON(_0x465487);}}export function formatBytes(_0x23a9c2){const _0x27c994=a74_0x53a4;if(_0x23a9c2===0x0)return _0x27c994(0x148);const _0x54b810=['B','KB','MB','GB','TB'],_0x30404d=0x400,_0x49c14b=Math[_0x27c994(0x160)](Math['log'](_0x23a9c2)/Math[_0x27c994(0x13e)](_0x30404d)),_0x4a885d=_0x23a9c2/Math[_0x27c994(0x164)](_0x30404d,_0x49c14b),_0x3c0c9a=_0x4a885d>=0xa?0x1:0x2;return _0x4a885d[_0x27c994(0x143)](_0x3c0c9a)+'\x20'+_0x54b810[_0x49c14b];}export function formatRows(_0x3b82e6){const _0x521294=a74_0x53a4;if(_0x3b82e6==null)return'-';if(_0x3b82e6===0x0)return'0';if(_0x3b82e6<0x3e8)return _0x3b82e6['toString']();const _0x334aa0=['','K','M','B','T'],_0x56dcca=0x3e8,_0x18c4bd=Math[_0x521294(0x160)](Math['log'](_0x3b82e6)/Math[_0x521294(0x13e)](_0x56dcca)),_0x1e6981=_0x3b82e6/Math['pow'](_0x56dcca,_0x18c4bd),_0x3029d9=_0x1e6981>=0xa?0x1:0x2;return''+_0x1e6981[_0x521294(0x143)](_0x3029d9)+_0x334aa0[_0x18c4bd];}
@@ -1 +1 @@
1
- (function(_0x37a8be,_0x5d5bb1){const _0x4a1943=a71_0x6983,_0x7dc7c5=_0x37a8be();while(!![]){try{const _0x53dbe1=parseInt(_0x4a1943(0x104))/0x1+-parseInt(_0x4a1943(0x114))/0x2+parseInt(_0x4a1943(0x102))/0x3*(-parseInt(_0x4a1943(0x10e))/0x4)+-parseInt(_0x4a1943(0x112))/0x5*(parseInt(_0x4a1943(0x109))/0x6)+-parseInt(_0x4a1943(0x106))/0x7*(-parseInt(_0x4a1943(0x10d))/0x8)+-parseInt(_0x4a1943(0x10b))/0x9+parseInt(_0x4a1943(0x105))/0xa;if(_0x53dbe1===_0x5d5bb1)break;else _0x7dc7c5['push'](_0x7dc7c5['shift']());}catch(_0x4f6d75){_0x7dc7c5['push'](_0x7dc7c5['shift']());}}}(a71_0x437c,0xb9725));function a71_0x437c(){const _0x4c4b73=['3082302mrFwZc','File\x20not\x20found:\x20','40lDoMdy','876tglGdX','message','\x27:\x20','Cannot\x20specify\x20both\x20inline\x20JSON\x20and\x20file\x20path.\x20Use\x20one\x20or\x20the\x20other.','60JkHBEX','Invalid\x20JSON\x20string:\x20','1627860sDsZiM','NOT_FOUND','INVALID_ARGUMENT','831WCPFhS','Failed\x20to\x20load\x20JSON:\x20','1395704OAFCVy','11424740iWGxdr','1185422BeZqDq','code','Invalid\x20JSON\x20in\x20file\x20\x27','704124ExRcuj','parse'];a71_0x437c=function(){return _0x4c4b73;};return a71_0x437c();}function a71_0x6983(_0x10303e,_0x19c0d0){const _0x437ce8=a71_0x437c();return a71_0x6983=function(_0x6983f2,_0x22dd4e){_0x6983f2=_0x6983f2-0x102;let _0x35f891=_0x437ce8[_0x6983f2];return _0x35f891;},a71_0x6983(_0x10303e,_0x19c0d0);}import{readFile}from'fs/promises';import{SDKError,ErrorCode}from'../sdk/errors.js';export async function loadJSON(_0xeff50b,_0x120062){const _0x10d76b=a71_0x6983;try{if(_0x120062){const _0x1e3b22=await readFile(_0xeff50b,'utf-8');try{return JSON[_0x10d76b(0x10a)](_0x1e3b22);}catch(_0x14f22b){throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x10d76b(0x108)+_0xeff50b+_0x10d76b(0x110)+(_0x14f22b instanceof Error?_0x14f22b[_0x10d76b(0x10f)]:String(_0x14f22b)));}}else try{return JSON[_0x10d76b(0x10a)](_0xeff50b);}catch(_0x3cebc1){throw new SDKError(ErrorCode[_0x10d76b(0x116)],_0x10d76b(0x113)+(_0x3cebc1 instanceof Error?_0x3cebc1[_0x10d76b(0x10f)]:String(_0x3cebc1)));}}catch(_0x4bc8b5){if(_0x4bc8b5 instanceof SDKError)throw _0x4bc8b5;if(_0x4bc8b5 instanceof Error&&_0x10d76b(0x107)in _0x4bc8b5){const _0x480499=_0x4bc8b5;if(_0x480499['code']==='ENOENT')throw new SDKError(ErrorCode[_0x10d76b(0x115)],_0x10d76b(0x10c)+_0xeff50b);else{if(_0x480499[_0x10d76b(0x107)]==='EACCES')throw new SDKError(ErrorCode['PERMISSION_DENIED'],'Permission\x20denied\x20reading\x20file:\x20'+_0xeff50b);}}throw new SDKError(ErrorCode['INTERNAL'],_0x10d76b(0x103)+(_0x4bc8b5 instanceof Error?_0x4bc8b5[_0x10d76b(0x10f)]:String(_0x4bc8b5)));}}export async function loadJSONFromOptions(_0x48a665,_0x5d519a){const _0x777a1e=a71_0x6983;if(_0x48a665&&_0x5d519a)throw new SDKError(ErrorCode[_0x777a1e(0x116)],_0x777a1e(0x111));if(_0x48a665)return await loadJSON(_0x48a665,![]);if(_0x5d519a)return await loadJSON(_0x5d519a,!![]);return undefined;}
1
+ (function(_0x4b58aa,_0xcdd24b){const _0x15858c=a75_0x5049,_0x37a554=_0x4b58aa();while(!![]){try{const _0x192a38=-parseInt(_0x15858c(0xba))/0x1+-parseInt(_0x15858c(0xbc))/0x2*(parseInt(_0x15858c(0xce))/0x3)+parseInt(_0x15858c(0xbd))/0x4+-parseInt(_0x15858c(0xc6))/0x5+parseInt(_0x15858c(0xcd))/0x6*(parseInt(_0x15858c(0xc4))/0x7)+parseInt(_0x15858c(0xb8))/0x8+parseInt(_0x15858c(0xb9))/0x9*(-parseInt(_0x15858c(0xc8))/0xa);if(_0x192a38===_0xcdd24b)break;else _0x37a554['push'](_0x37a554['shift']());}catch(_0x53424b){_0x37a554['push'](_0x37a554['shift']());}}}(a75_0x2777,0xebfd5));function a75_0x2777(){const _0x2b1cef=['8149096mzPYMK','1557SoshdD','401114FfcRvL','Permission\x20denied\x20reading\x20file:\x20','2Vlhbzt','1046628TynoOI','message','File\x20not\x20found:\x20','ENOENT','Invalid\x20JSON\x20string:\x20','parse','utf-8','1755089KWbyEx','\x27:\x20','1737705fAyhKk','PERMISSION_DENIED','19490lhlTnI','NOT_FOUND','INTERNAL','Invalid\x20JSON\x20in\x20file\x20\x27','INVALID_ARGUMENT','30MRktQo','1444452AZTsEI'];a75_0x2777=function(){return _0x2b1cef;};return a75_0x2777();}import{readFile}from'fs/promises';import{SDKError,ErrorCode}from'../sdk/errors.js';export async function loadJSON(_0xc32b14,_0x4bff8b){const _0x6a74ba=a75_0x5049;try{if(_0x4bff8b){const _0x516ffe=await readFile(_0xc32b14,_0x6a74ba(0xc3));try{return JSON[_0x6a74ba(0xc2)](_0x516ffe);}catch(_0x8f632a){throw new SDKError(ErrorCode[_0x6a74ba(0xcc)],_0x6a74ba(0xcb)+_0xc32b14+_0x6a74ba(0xc5)+(_0x8f632a instanceof Error?_0x8f632a[_0x6a74ba(0xbe)]:String(_0x8f632a)));}}else try{return JSON[_0x6a74ba(0xc2)](_0xc32b14);}catch(_0x582267){throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x6a74ba(0xc1)+(_0x582267 instanceof Error?_0x582267[_0x6a74ba(0xbe)]:String(_0x582267)));}}catch(_0x43188e){if(_0x43188e instanceof SDKError)throw _0x43188e;if(_0x43188e instanceof Error&&'code'in _0x43188e){const _0x15e617=_0x43188e;if(_0x15e617['code']===_0x6a74ba(0xc0))throw new SDKError(ErrorCode[_0x6a74ba(0xc9)],_0x6a74ba(0xbf)+_0xc32b14);else{if(_0x15e617['code']==='EACCES')throw new SDKError(ErrorCode[_0x6a74ba(0xc7)],_0x6a74ba(0xbb)+_0xc32b14);}}throw new SDKError(ErrorCode[_0x6a74ba(0xca)],'Failed\x20to\x20load\x20JSON:\x20'+(_0x43188e instanceof Error?_0x43188e[_0x6a74ba(0xbe)]:String(_0x43188e)));}}function a75_0x5049(_0x49edc6,_0x352a45){const _0x2777d0=a75_0x2777();return a75_0x5049=function(_0x5049f3,_0x125f1b){_0x5049f3=_0x5049f3-0xb8;let _0x585298=_0x2777d0[_0x5049f3];return _0x585298;},a75_0x5049(_0x49edc6,_0x352a45);}export async function loadJSONFromOptions(_0x4f72a7,_0x567dd2){const _0x12cefd=a75_0x5049;if(_0x4f72a7&&_0x567dd2)throw new SDKError(ErrorCode[_0x12cefd(0xcc)],'Cannot\x20specify\x20both\x20inline\x20JSON\x20and\x20file\x20path.\x20Use\x20one\x20or\x20the\x20other.');if(_0x4f72a7)return await loadJSON(_0x4f72a7,![]);if(_0x567dd2)return await loadJSON(_0x567dd2,!![]);return undefined;}
@@ -1 +1 @@
1
- (function(_0x449ec5,_0x550853){const _0x29e153=a72_0x577d,_0x95d904=_0x449ec5();while(!![]){try{const _0x54cedd=parseInt(_0x29e153(0x94))/0x1+parseInt(_0x29e153(0x92))/0x2*(parseInt(_0x29e153(0x9d))/0x3)+-parseInt(_0x29e153(0x9b))/0x4+-parseInt(_0x29e153(0x97))/0x5+-parseInt(_0x29e153(0x99))/0x6*(parseInt(_0x29e153(0x93))/0x7)+-parseInt(_0x29e153(0x91))/0x8+parseInt(_0x29e153(0x98))/0x9;if(_0x54cedd===_0x550853)break;else _0x95d904['push'](_0x95d904['shift']());}catch(_0x32f7c8){_0x95d904['push'](_0x95d904['shift']());}}}(a72_0x5993,0xaf7ff));export function canCreateAgent(_0x12642f,_0x48d7c4){const _0x2ce0e5=a72_0x577d;for(const _0x106b92 of _0x12642f[_0x2ce0e5(0x90)][_0x2ce0e5(0x9c)]){if(_0x106b92[_0x2ce0e5(0x8d)]&&!_0x48d7c4[_0x2ce0e5(0x96)](_0x106b92[_0x2ce0e5(0x8d)]))return![];}return!![];}export function remapToolIds(_0x31feb4,_0x56f021,_0x2c4266){const _0x53cd0b=a72_0x577d;return _0x31feb4['map'](_0x13438e=>({..._0x13438e,'targetKnowledgeBaseId':_0x13438e[_0x53cd0b(0x9a)]?_0x56f021['get'](_0x13438e[_0x53cd0b(0x9a)])||_0x13438e['targetKnowledgeBaseId']:undefined,'targetAgentId':_0x13438e['targetAgentId']?_0x2c4266['get'](_0x13438e[_0x53cd0b(0x8d)])||_0x13438e[_0x53cd0b(0x8d)]:undefined}));}function a72_0x577d(_0x464045,_0x1bb694){const _0x59933c=a72_0x5993();return a72_0x577d=function(_0x577dd3,_0x10388e){_0x577dd3=_0x577dd3-0x8d;let _0x36d003=_0x59933c[_0x577dd3];return _0x36d003;},a72_0x577d(_0x464045,_0x1bb694);}export function remapVariableIds(_0x2d2028,_0x331fab){const _0x132d20=a72_0x577d;return _0x2d2028[_0x132d20(0x8f)](_0x2621ea=>({..._0x2621ea,'targetKnowledgeBaseId':_0x331fab[_0x132d20(0x8e)](_0x2621ea['targetKnowledgeBaseId'])||_0x2621ea['targetKnowledgeBaseId']}));}export function isSupportedBackupVersion(_0x231c9b){const _0x38f3af=a72_0x577d;return _0x231c9b===_0x38f3af(0x95);}function a72_0x5993(){const _0x1718fe=['580fYXHwr','18655APfPHz','168116JBKYOy','1.0','has','2424740gLVBHy','21780036PFxIOQ','1098KGVVxc','targetKnowledgeBaseId','1735320tyUWzd','tools','4710UXSvru','targetAgentId','get','map','attributes','7344800fJVacX'];a72_0x5993=function(){return _0x1718fe;};return a72_0x5993();}
1
+ function a76_0x3e6a(){const _0x2a2efa=['1.0','13421331CtwjRI','get','targetKnowledgeBaseId','map','4550882BcsKBR','25455yNurVu','354rIAyIC','21258YDTXTJ','472WKgVDi','2jsYeQk','524NblVEc','attributes','3589150hzBAuG','52470kDuISJ','119104PxuNZa','targetAgentId','tools'];a76_0x3e6a=function(){return _0x2a2efa;};return a76_0x3e6a();}function a76_0x25dd(_0x39823a,_0x56ce56){const _0x3e6ac1=a76_0x3e6a();return a76_0x25dd=function(_0x25dd58,_0x120ae5){_0x25dd58=_0x25dd58-0xaf;let _0x57622b=_0x3e6ac1[_0x25dd58];return _0x57622b;},a76_0x25dd(_0x39823a,_0x56ce56);}(function(_0xff380c,_0x55617e){const _0x110179=a76_0x25dd,_0x38aa6d=_0xff380c();while(!![]){try{const _0x38d98c=parseInt(_0x110179(0xb7))/0x1*(-parseInt(_0x110179(0xb2))/0x2)+-parseInt(_0x110179(0xb0))/0x3*(parseInt(_0x110179(0xb3))/0x4)+parseInt(_0x110179(0xc0))/0x5*(parseInt(_0x110179(0xaf))/0x6)+-parseInt(_0x110179(0xbf))/0x7+parseInt(_0x110179(0xb1))/0x8*(parseInt(_0x110179(0xb6))/0x9)+parseInt(_0x110179(0xb5))/0xa+parseInt(_0x110179(0xbb))/0xb;if(_0x38d98c===_0x55617e)break;else _0x38aa6d['push'](_0x38aa6d['shift']());}catch(_0x4ea451){_0x38aa6d['push'](_0x38aa6d['shift']());}}}(a76_0x3e6a,0x80637));export function canCreateAgent(_0x276689,_0x559422){const _0x2a0623=a76_0x25dd;for(const _0x3f74f9 of _0x276689[_0x2a0623(0xb4)][_0x2a0623(0xb9)]){if(_0x3f74f9[_0x2a0623(0xb8)]&&!_0x559422['has'](_0x3f74f9[_0x2a0623(0xb8)]))return![];}return!![];}export function remapToolIds(_0x2a85c0,_0x4846ce,_0x4213f3){const _0x702cec=a76_0x25dd;return _0x2a85c0['map'](_0x2303bf=>({..._0x2303bf,'targetKnowledgeBaseId':_0x2303bf[_0x702cec(0xbd)]?_0x4846ce['get'](_0x2303bf[_0x702cec(0xbd)])||_0x2303bf['targetKnowledgeBaseId']:undefined,'targetAgentId':_0x2303bf['targetAgentId']?_0x4213f3[_0x702cec(0xbc)](_0x2303bf[_0x702cec(0xb8)])||_0x2303bf[_0x702cec(0xb8)]:undefined}));}export function remapVariableIds(_0x2a2197,_0x1b5974){const _0x21a9fb=a76_0x25dd;return _0x2a2197[_0x21a9fb(0xbe)](_0x3fe2d7=>({..._0x3fe2d7,'targetKnowledgeBaseId':_0x1b5974[_0x21a9fb(0xbc)](_0x3fe2d7['targetKnowledgeBaseId'])||_0x3fe2d7[_0x21a9fb(0xbd)]}));}export function isSupportedBackupVersion(_0x5b9c99){const _0x250763=a76_0x25dd;return _0x5b9c99===_0x250763(0xba);}
@@ -1 +1 @@
1
- const a73_0xd8b22f=a73_0x15be;(function(_0x257f69,_0x15985a){const _0xe504c8=a73_0x15be,_0x285767=_0x257f69();while(!![]){try{const _0x398a17=parseInt(_0xe504c8(0x1fe))/0x1*(parseInt(_0xe504c8(0x1f8))/0x2)+-parseInt(_0xe504c8(0x1f7))/0x3*(parseInt(_0xe504c8(0x1f4))/0x4)+-parseInt(_0xe504c8(0x1f5))/0x5+parseInt(_0xe504c8(0x1fa))/0x6+-parseInt(_0xe504c8(0x1fc))/0x7*(parseInt(_0xe504c8(0x1f6))/0x8)+-parseInt(_0xe504c8(0x1fd))/0x9+parseInt(_0xe504c8(0x1ff))/0xa*(parseInt(_0xe504c8(0x200))/0xb);if(_0x398a17===_0x15985a)break;else _0x285767['push'](_0x285767['shift']());}catch(_0x45daca){_0x285767['push'](_0x285767['shift']());}}}(a73_0x3c3b,0xb0812));const MODEL_ALIASES={'haiku':a73_0xd8b22f(0x1f9),'sonnet':a73_0xd8b22f(0x1fb)};export function extractModelAlias(_0x101db2){const _0x37855c=a73_0xd8b22f,_0x256f22=_0x101db2['match'](/^claude-(?:\d+-)?(?:\d+-?)?(sonnet|haiku|opus)/i);if(_0x256f22)return _0x256f22[0x1][_0x37855c(0x201)]();return _0x101db2;}function a73_0x3c3b(){const _0x465ee2=['3011832SGNolQ','373817brawgS','40zSciVg','3278242MdipVR','toLowerCase','3703204PQvDUz','367405mXblXu','32OiwuLB','3XsRwpe','2qxhJcG','claude-4.5-haiku','6098514hZGqtA','claude-4.5-sonnet','919506xOjxTU'];a73_0x3c3b=function(){return _0x465ee2;};return a73_0x3c3b();}export function resolveModelAlias(_0x344a02){const _0x5a9981=a73_0xd8b22f;return MODEL_ALIASES[_0x344a02[_0x5a9981(0x201)]()]||_0x344a02;}function a73_0x15be(_0x11e25f,_0x361603){const _0x3c3b33=a73_0x3c3b();return a73_0x15be=function(_0x15be40,_0xe54caf){_0x15be40=_0x15be40-0x1f4;let _0x1e9b2d=_0x3c3b33[_0x15be40];return _0x1e9b2d;},a73_0x15be(_0x11e25f,_0x361603);}export function getModelAliases(){return{...MODEL_ALIASES};}
1
+ function a77_0x3694(_0xa61928,_0x4adc99){const _0x159d4b=a77_0x159d();return a77_0x3694=function(_0x36948a,_0x50efce){_0x36948a=_0x36948a-0x8a;let _0x2146a3=_0x159d4b[_0x36948a];return _0x2146a3;},a77_0x3694(_0xa61928,_0x4adc99);}const a77_0x47e361=a77_0x3694;(function(_0x1b5c8c,_0x535a92){const _0x3b35fa=a77_0x3694,_0x4787ca=_0x1b5c8c();while(!![]){try{const _0xabecc1=parseInt(_0x3b35fa(0x8f))/0x1+parseInt(_0x3b35fa(0x8c))/0x2*(parseInt(_0x3b35fa(0x91))/0x3)+-parseInt(_0x3b35fa(0x8e))/0x4+-parseInt(_0x3b35fa(0x8a))/0x5+parseInt(_0x3b35fa(0x8b))/0x6+-parseInt(_0x3b35fa(0x90))/0x7*(-parseInt(_0x3b35fa(0x8d))/0x8)+-parseInt(_0x3b35fa(0x94))/0x9;if(_0xabecc1===_0x535a92)break;else _0x4787ca['push'](_0x4787ca['shift']());}catch(_0x4d4830){_0x4787ca['push'](_0x4787ca['shift']());}}}(a77_0x159d,0x9a0fc));function a77_0x159d(){const _0x32c366=['2415662XLpgSc','42184clNyFA','4726564gQolhF','22158fPFeJN','350TJredR','3KYLFZX','toLowerCase','claude-4.5-sonnet','630288dACQnx','1185800FpYyyW','3757380JnTwHr'];a77_0x159d=function(){return _0x32c366;};return a77_0x159d();}const MODEL_ALIASES={'haiku':'claude-4.5-haiku','sonnet':a77_0x47e361(0x93)};export function extractModelAlias(_0x957fa1){const _0x56c62d=a77_0x47e361,_0x33db82=_0x957fa1['match'](/^claude-(?:\d+-)?(?:\d+-?)?(sonnet|haiku|opus)/i);if(_0x33db82)return _0x33db82[0x1][_0x56c62d(0x92)]();return _0x957fa1;}export function resolveModelAlias(_0x5113a4){const _0x186786=a77_0x47e361;return MODEL_ALIASES[_0x5113a4[_0x186786(0x92)]()]||_0x5113a4;}export function getModelAliases(){return{...MODEL_ALIASES};}
@@ -1 +1 @@
1
- function a74_0xa99d(_0x3648d8,_0x57d1ad){const _0x1428f9=a74_0x1428();return a74_0xa99d=function(_0xa99d0a,_0x527839){_0xa99d0a=_0xa99d0a-0xc0;let _0x578462=_0x1428f9[_0xa99d0a];return _0x578462;},a74_0xa99d(_0x3648d8,_0x57d1ad);}function a74_0x1428(){const _0x1d6e08=['Invalid\x20limit\x20value:\x20','Invalid\x20timeout\x20value:\x20','77dpwvpP','2595596fcmsys','33612BiOATe','640600xNDyUD','103174bNdFLH','34725WuJtDH','.\x20Must\x20be\x20a\x20positive\x20integer.','294RrsPSV','11bkYfok','isInteger','2428527OTCBSk','2552sqaEfk','288vVJXIE','91730LnXhLS'];a74_0x1428=function(){return _0x1d6e08;};return a74_0x1428();}(function(_0x22fa23,_0x4202ab){const _0x10fe5d=a74_0xa99d,_0x222fad=_0x22fa23();while(!![]){try{const _0x4762e4=parseInt(_0x10fe5d(0xc6))/0x1*(-parseInt(_0x10fe5d(0xc2))/0x2)+parseInt(_0x10fe5d(0xc8))/0x3+-parseInt(_0x10fe5d(0xcf))/0x4+parseInt(_0x10fe5d(0xc3))/0x5*(parseInt(_0x10fe5d(0xc5))/0x6)+parseInt(_0x10fe5d(0xce))/0x7*(parseInt(_0x10fe5d(0xc1))/0x8)+-parseInt(_0x10fe5d(0xca))/0x9*(-parseInt(_0x10fe5d(0xcb))/0xa)+parseInt(_0x10fe5d(0xc9))/0xb*(-parseInt(_0x10fe5d(0xc0))/0xc);if(_0x4762e4===_0x4202ab)break;else _0x222fad['push'](_0x222fad['shift']());}catch(_0x2c7972){_0x222fad['push'](_0x222fad['shift']());}}}(a74_0x1428,0x6fd03));export function validateLimitOption(_0x5dedf1){const _0x42e6a7=a74_0xa99d;if(!Number[_0x42e6a7(0xc7)](_0x5dedf1))return{'isValid':![],'error':'Invalid\x20limit\x20value:\x20'+_0x5dedf1+'.\x20Must\x20be\x20an\x20integer.'};if(_0x5dedf1<=0x0)return{'isValid':![],'error':_0x42e6a7(0xcc)+_0x5dedf1+_0x42e6a7(0xc4)};return{'isValid':!![],'value':_0x5dedf1};}export function validateTimeoutOption(_0x33d6a9,_0x1abfe0=0x1e){const _0x3c247f=a74_0xa99d;if(_0x33d6a9===undefined)return{'isValid':!![],'value':_0x1abfe0};const _0x4b30f0=typeof _0x33d6a9==='number'?_0x33d6a9:parseFloat(_0x33d6a9);if(isNaN(_0x4b30f0))return{'isValid':![],'error':_0x3c247f(0xcd)+_0x33d6a9+'.\x20Must\x20be\x20a\x20number.'};if(_0x4b30f0<=0x0)return{'isValid':![],'error':'Invalid\x20timeout\x20value:\x20'+_0x4b30f0+'.\x20Must\x20be\x20a\x20positive\x20number.'};return{'isValid':!![],'value':_0x4b30f0};}
1
+ (function(_0x3bf740,_0x3d9fb3){const _0x100d16=a78_0xc1c0,_0x37e9ed=_0x3bf740();while(!![]){try{const _0x41879c=parseInt(_0x100d16(0x7c))/0x1+-parseInt(_0x100d16(0x7f))/0x2*(-parseInt(_0x100d16(0x85))/0x3)+parseInt(_0x100d16(0x88))/0x4*(parseInt(_0x100d16(0x84))/0x5)+parseInt(_0x100d16(0x7d))/0x6+parseInt(_0x100d16(0x8b))/0x7*(parseInt(_0x100d16(0x87))/0x8)+-parseInt(_0x100d16(0x81))/0x9+-parseInt(_0x100d16(0x7b))/0xa;if(_0x41879c===_0x3d9fb3)break;else _0x37e9ed['push'](_0x37e9ed['shift']());}catch(_0x3da652){_0x37e9ed['push'](_0x37e9ed['shift']());}}}(a78_0xb133,0x4c6e8));export function validateLimitOption(_0x4e5609){const _0x48207e=a78_0xc1c0;if(!Number[_0x48207e(0x7e)](_0x4e5609))return{'isValid':![],'error':_0x48207e(0x86)+_0x4e5609+_0x48207e(0x82)};if(_0x4e5609<=0x0)return{'isValid':![],'error':_0x48207e(0x86)+_0x4e5609+_0x48207e(0x7a)};return{'isValid':!![],'value':_0x4e5609};}export function validateTimeoutOption(_0x16ecc9,_0x2b7577=0x1e){const _0x2c8630=a78_0xc1c0;if(_0x16ecc9===undefined)return{'isValid':!![],'value':_0x2b7577};const _0x12063b=typeof _0x16ecc9===_0x2c8630(0x8a)?_0x16ecc9:parseFloat(_0x16ecc9);if(isNaN(_0x12063b))return{'isValid':![],'error':_0x2c8630(0x89)+_0x16ecc9+_0x2c8630(0x83)};if(_0x12063b<=0x0)return{'isValid':![],'error':'Invalid\x20timeout\x20value:\x20'+_0x12063b+_0x2c8630(0x80)};return{'isValid':!![],'value':_0x12063b};}function a78_0xc1c0(_0x4fe6a0,_0x5ba1b6){const _0xb133cb=a78_0xb133();return a78_0xc1c0=function(_0xc1c083,_0x2ef70d){_0xc1c083=_0xc1c083-0x7a;let _0x44c7e4=_0xb133cb[_0xc1c083];return _0x44c7e4;},a78_0xc1c0(_0x4fe6a0,_0x5ba1b6);}function a78_0xb133(){const _0x1f1bca=['Invalid\x20limit\x20value:\x20','632AhLSSc','424352oKzwNl','Invalid\x20timeout\x20value:\x20','number','21231qJIOeX','.\x20Must\x20be\x20a\x20positive\x20integer.','13461960txWZmw','339912tjqAWM','3233778RctAQi','isInteger','2ZQYnWO','.\x20Must\x20be\x20a\x20positive\x20number.','303417zuEwle','.\x20Must\x20be\x20an\x20integer.','.\x20Must\x20be\x20a\x20number.','15EFuHcB','768681opIYnG'];a78_0xb133=function(){return _0x1f1bca;};return a78_0xb133();}
@@ -1 +1 @@
1
- function a75_0xcf70(_0x5059ec,_0x51733b){const _0x2e6758=a75_0x2e67();return a75_0xcf70=function(_0xcf70e7,_0x474177){_0xcf70e7=_0xcf70e7-0xec;let _0x45bc86=_0x2e6758[_0xcf70e7];return _0x45bc86;},a75_0xcf70(_0x5059ec,_0x51733b);}(function(_0x25752a,_0x253847){const _0x240c14=a75_0xcf70,_0x44b60b=_0x25752a();while(!![]){try{const _0x2a234f=-parseInt(_0x240c14(0xf4))/0x1+-parseInt(_0x240c14(0xec))/0x2*(parseInt(_0x240c14(0xf7))/0x3)+parseInt(_0x240c14(0xf0))/0x4*(-parseInt(_0x240c14(0xf3))/0x5)+parseInt(_0x240c14(0xfd))/0x6+parseInt(_0x240c14(0xf8))/0x7*(-parseInt(_0x240c14(0xf9))/0x8)+parseInt(_0x240c14(0xf1))/0x9*(-parseInt(_0x240c14(0xef))/0xa)+parseInt(_0x240c14(0xf2))/0xb;if(_0x2a234f===_0x253847)break;else _0x44b60b['push'](_0x44b60b['shift']());}catch(_0x1970cb){_0x44b60b['push'](_0x44b60b['shift']());}}}(a75_0x2e67,0x39a31));import{createServer}from'node:net';export async function isPortAvailable(_0x128a30){return new Promise(_0x3b0244=>{const _0x5ab188=a75_0xcf70,_0x574783=createServer();_0x574783['once'](_0x5ab188(0xf5),_0x4c1ca1=>{const _0x11a955=_0x5ab188;_0x4c1ca1[_0x11a955(0xfb)]===_0x11a955(0xed)?_0x3b0244(![]):_0x3b0244(![]);}),_0x574783[_0x5ab188(0xfc)]('listening',()=>{const _0x15c254=_0x5ab188;_0x574783[_0x15c254(0xff)](),_0x3b0244(!![]);}),_0x574783[_0x5ab188(0xfa)](_0x128a30,_0x5ab188(0xee));});}function a75_0x2e67(){const _0x281f6d=['643779SXbzCU','5165754HuWMJM','5qZWAOd','269912klyJAA','error','No\x20available\x20port\x20found\x20between\x20','201fRpNNf','1491QTcqmY','4200HsMnWK','listen','code','once','2652054tveait','\x20and\x20','close','5474fJScSt','EADDRINUSE','0.0.0.0','10nBWLat','155580MjhSJv'];a75_0x2e67=function(){return _0x281f6d;};return a75_0x2e67();}export async function findAvailablePort(_0x4f7147=0xfa0,_0x479202=0x64){const _0x54617c=a75_0xcf70;for(let _0x3ae116=0x0;_0x3ae116<_0x479202;_0x3ae116++){const _0x463b6f=_0x4f7147+_0x3ae116;if(await isPortAvailable(_0x463b6f))return _0x463b6f;}throw new Error(_0x54617c(0xf6)+_0x4f7147+_0x54617c(0xfe)+(_0x4f7147+_0x479202-0x1));}
1
+ (function(_0x593e60,_0x1c818f){const _0x15fc0d=a79_0x14f4,_0x52f11a=_0x593e60();while(!![]){try{const _0x2bb8be=-parseInt(_0x15fc0d(0x1f9))/0x1*(parseInt(_0x15fc0d(0x1f2))/0x2)+parseInt(_0x15fc0d(0x1ee))/0x3+-parseInt(_0x15fc0d(0x1f5))/0x4+parseInt(_0x15fc0d(0x1ea))/0x5+-parseInt(_0x15fc0d(0x1f3))/0x6*(parseInt(_0x15fc0d(0x1ef))/0x7)+-parseInt(_0x15fc0d(0x1f0))/0x8+parseInt(_0x15fc0d(0x1f4))/0x9;if(_0x2bb8be===_0x1c818f)break;else _0x52f11a['push'](_0x52f11a['shift']());}catch(_0x302fa2){_0x52f11a['push'](_0x52f11a['shift']());}}}(a79_0x544a,0x8f616));function a79_0x14f4(_0x3f0ac5,_0x68ef69){const _0x544a3a=a79_0x544a();return a79_0x14f4=function(_0x14f49e,_0x167800){_0x14f49e=_0x14f49e-0x1ea;let _0x22fa97=_0x544a3a[_0x14f49e];return _0x22fa97;},a79_0x14f4(_0x3f0ac5,_0x68ef69);}function a79_0x544a(){const _0x3633de=['0.0.0.0','No\x20available\x20port\x20found\x20between\x20','2885556RwufAX','77pNgiqO','3128848aZcmnJ','\x20and\x20','525110MqCoxb','361758iMwjrS','12702690ilCxsI','3245184wBreKP','once','listen','error','3MPIGuX','4336570rNjtrX','close'];a79_0x544a=function(){return _0x3633de;};return a79_0x544a();}import{createServer}from'node:net';export async function isPortAvailable(_0x5583ba){return new Promise(_0x2900d1=>{const _0x142c16=a79_0x14f4,_0x3aa5f7=createServer();_0x3aa5f7[_0x142c16(0x1f6)](_0x142c16(0x1f8),_0x203d37=>{_0x203d37['code']==='EADDRINUSE'?_0x2900d1(![]):_0x2900d1(![]);}),_0x3aa5f7[_0x142c16(0x1f6)]('listening',()=>{const _0x534536=_0x142c16;_0x3aa5f7[_0x534536(0x1eb)](),_0x2900d1(!![]);}),_0x3aa5f7[_0x142c16(0x1f7)](_0x5583ba,_0x142c16(0x1ec));});}export async function findAvailablePort(_0x42d181=0xfa0,_0x5d4425=0x64){const _0x4e8994=a79_0x14f4;for(let _0x362406=0x0;_0x362406<_0x5d4425;_0x362406++){const _0x20f18c=_0x42d181+_0x362406;if(await isPortAvailable(_0x20f18c))return _0x20f18c;}throw new Error(_0x4e8994(0x1ed)+_0x42d181+_0x4e8994(0x1f1)+(_0x42d181+_0x5d4425-0x1));}
@@ -1 +1 @@
1
- const a76_0x1530db=a76_0x7afa;(function(_0x554dc6,_0x2dea1a){const _0x68ec60=a76_0x7afa,_0x515cf9=_0x554dc6();while(!![]){try{const _0x549acf=-parseInt(_0x68ec60(0x218))/0x1+-parseInt(_0x68ec60(0x213))/0x2+parseInt(_0x68ec60(0x20c))/0x3*(parseInt(_0x68ec60(0x1f4))/0x4)+parseInt(_0x68ec60(0x1f3))/0x5+-parseInt(_0x68ec60(0x216))/0x6+-parseInt(_0x68ec60(0x211))/0x7+parseInt(_0x68ec60(0x1f7))/0x8;if(_0x549acf===_0x2dea1a)break;else _0x515cf9['push'](_0x515cf9['shift']());}catch(_0x52f6d0){_0x515cf9['push'](_0x515cf9['shift']());}}}(a76_0x3ddb,0x1fc7d));function a76_0x3ddb(){const _0x28714d=['32812vWUzXl','Found\x20ephemeral\x20shell\x20','code','3950608gRdrXg','replace',')\x20spawned\x20by\x20','trim','comm','error','toLowerCase','length','pop','DEBUG','csh','Could\x20not\x20get\x20process\x20info\x20for\x20PID\x20','ps\x20-p\x20','pwsh','Failed\x20to\x20get\x20process\x20info\x20for\x20PID\x20','\x20-o\x20ppid=,comm=','powershell',',\x20continuing\x20up','utf-8','ppid','join','21OFcNyK','fish','env','No\x20shell\x20found\x20in\x20process\x20tree,\x20falling\x20back\x20to\x20process.ppid','claude','1458499UNmKQq','pid','87252cFgOel','win32','wmic\x20process\x20where\x20ProcessId=','686064MnwCfX','split','136586plZESr','\x20on\x20POSIX:','\x20get\x20ParentProcessId,Name\x20/format:csv','cursor','\x20on\x20Windows:','409195pNHuoW'];a76_0x3ddb=function(){return _0x28714d;};return a76_0x3ddb();}import{execSync}from'node:child_process';function a76_0x7afa(_0x1f30c2,_0x21207a){const _0x3ddb31=a76_0x3ddb();return a76_0x7afa=function(_0x7afaf7,_0x32c31f){_0x7afaf7=_0x7afaf7-0x1ef;let _0x4b75a0=_0x3ddb31[_0x7afaf7];return _0x4b75a0;},a76_0x7afa(_0x1f30c2,_0x21207a);}const SHELL_NAMES=new Set(['bash','zsh','sh',a76_0x1530db(0x20d),'ksh','tcsh',a76_0x1530db(0x201),'dash',a76_0x1530db(0x204),a76_0x1530db(0x207),'nu','ion','elvish','xonsh']),EPHEMERAL_SHELL_SPAWNERS=new Set([a76_0x1530db(0x210),a76_0x1530db(0x1f6),a76_0x1530db(0x1f1)]);function getProcessInfoWindows(_0x76a871){const _0x1d8496=a76_0x1530db;try{const _0x2cf9c4=execSync(_0x1d8496(0x215)+_0x76a871+_0x1d8496(0x1f0),{'encoding':_0x1d8496(0x209),'windowsHide':!![]})['trim'](),_0x24fcf=_0x2cf9c4['split']('\x0a')['filter'](_0x53db72=>_0x53db72[_0x1d8496(0x1fa)]());if(_0x24fcf['length']<0x2)return null;const _0x519075=_0x24fcf[_0x24fcf[_0x1d8496(0x1fe)]-0x1][_0x1d8496(0x217)](',');if(_0x519075[_0x1d8496(0x1fe)]<0x3)return null;const _0x3716d2=_0x519075[0x1]?.[_0x1d8496(0x1fa)]()||'',_0x1e4f6f=parseInt(_0x519075[0x2]?.[_0x1d8496(0x1fa)]()||'0',0xa);if(isNaN(_0x1e4f6f)||!_0x3716d2)return null;return{'pid':_0x76a871,'ppid':_0x1e4f6f,'comm':_0x3716d2['replace'](/\.exe$/i,'')};}catch(_0x481a9c){return process[_0x1d8496(0x20e)][_0x1d8496(0x200)]&&console['error'](_0x1d8496(0x205)+_0x76a871+_0x1d8496(0x1f2),_0x481a9c),null;}}function getProcessInfoPosix(_0x5cb4be){const _0x5a668b=a76_0x1530db;try{const _0x434610=execSync(_0x5a668b(0x203)+_0x5cb4be+_0x5a668b(0x206),{'encoding':_0x5a668b(0x209)})[_0x5a668b(0x1fa)](),[_0x4427d9,..._0x1680c4]=_0x434610[_0x5a668b(0x217)](/\s+/),_0x3e708e=parseInt(_0x4427d9,0xa),_0x2b25d6=_0x1680c4[_0x5a668b(0x20b)]('\x20');if(isNaN(_0x3e708e))return null;return{'pid':_0x5cb4be,'ppid':_0x3e708e,'comm':_0x2b25d6};}catch(_0x5bd5de){return process[_0x5a668b(0x20e)][_0x5a668b(0x200)]&&console[_0x5a668b(0x1fc)](_0x5a668b(0x205)+_0x5cb4be+_0x5a668b(0x1ef),_0x5bd5de),null;}}function getProcessInfo(_0x5dc602){const _0x26c214=a76_0x1530db;if(process['platform']===_0x26c214(0x214))return getProcessInfoWindows(_0x5dc602);return getProcessInfoPosix(_0x5dc602);}function getBasename(_0x2c1dfa){const _0x14f6a8=a76_0x1530db;return _0x2c1dfa[_0x14f6a8(0x1f8)](/^-/,'')[_0x14f6a8(0x217)]('/')[_0x14f6a8(0x1ff)]()?.[_0x14f6a8(0x1fd)]()||'';}function isShell(_0x2e980f){return SHELL_NAMES['has'](getBasename(_0x2e980f));}function isEphemeralShellSpawner(_0x36bff0){return EPHEMERAL_SHELL_SPAWNERS['has'](getBasename(_0x36bff0));}let cachedShellPID;function findShellPID(){const _0x9c7709=a76_0x1530db;let _0x5115fd=process[_0x9c7709(0x20a)];const _0x5410cc=0xa;let _0x50d860=0x0;while(_0x50d860<_0x5410cc){const _0x59aaab=getProcessInfo(_0x5115fd);if(!_0x59aaab){process[_0x9c7709(0x20e)][_0x9c7709(0x200)]&&console[_0x9c7709(0x1fc)](_0x9c7709(0x202)+_0x5115fd+',\x20using\x20fallback');break;}if(isShell(_0x59aaab[_0x9c7709(0x1fb)])){const _0x3236a8=getProcessInfo(_0x59aaab[_0x9c7709(0x20a)]);if(_0x3236a8&&isEphemeralShellSpawner(_0x3236a8[_0x9c7709(0x1fb)])){process[_0x9c7709(0x20e)]['DEBUG']&&console[_0x9c7709(0x1fc)](_0x9c7709(0x1f5)+_0x59aaab[_0x9c7709(0x212)]+'\x20('+_0x59aaab['comm']+_0x9c7709(0x1f9)+_0x3236a8['comm']+_0x9c7709(0x208));_0x5115fd=_0x59aaab[_0x9c7709(0x20a)],_0x50d860++;continue;}return _0x59aaab[_0x9c7709(0x212)];}if(_0x59aaab[_0x9c7709(0x20a)]===0x0||_0x59aaab[_0x9c7709(0x20a)]===0x1){if(isShell(_0x59aaab[_0x9c7709(0x1fb)]))return _0x59aaab['pid'];break;}_0x5115fd=_0x59aaab[_0x9c7709(0x20a)],_0x50d860++;}return process[_0x9c7709(0x20e)]['DEBUG']&&console[_0x9c7709(0x1fc)](_0x9c7709(0x20f)),process[_0x9c7709(0x20a)];}export function getPPID(){return cachedShellPID===undefined&&(cachedShellPID=findShellPID()),cachedShellPID;}export function clearPPIDCache(){cachedShellPID=undefined;}export function isProcessRunning(_0x4487fc){try{return process['kill'](_0x4487fc,0x0),!![];}catch{return![];}}
1
+ function a80_0x1b96(_0x248127,_0x43a333){const _0x11522e=a80_0x1152();return a80_0x1b96=function(_0x1b9612,_0x2f6c42){_0x1b9612=_0x1b9612-0x179;let _0x2616a2=_0x11522e[_0x1b9612];return _0x2616a2;},a80_0x1b96(_0x248127,_0x43a333);}const a80_0x51d2e8=a80_0x1b96;(function(_0x303984,_0x371e36){const _0x58fa03=a80_0x1b96,_0xdd22=_0x303984();while(!![]){try{const _0x5d8583=parseInt(_0x58fa03(0x1a7))/0x1*(-parseInt(_0x58fa03(0x17b))/0x2)+-parseInt(_0x58fa03(0x19b))/0x3*(-parseInt(_0x58fa03(0x193))/0x4)+-parseInt(_0x58fa03(0x18d))/0x5*(-parseInt(_0x58fa03(0x191))/0x6)+-parseInt(_0x58fa03(0x19c))/0x7*(parseInt(_0x58fa03(0x184))/0x8)+-parseInt(_0x58fa03(0x187))/0x9+-parseInt(_0x58fa03(0x197))/0xa*(-parseInt(_0x58fa03(0x185))/0xb)+-parseInt(_0x58fa03(0x18a))/0xc;if(_0x5d8583===_0x371e36)break;else _0xdd22['push'](_0xdd22['shift']());}catch(_0x4fa68d){_0xdd22['push'](_0xdd22['shift']());}}}(a80_0x1152,0x77749));import{execSync}from'node:child_process';const SHELL_NAMES=new Set([a80_0x51d2e8(0x19d),a80_0x51d2e8(0x1a8),'sh',a80_0x51d2e8(0x1a2),a80_0x51d2e8(0x1a1),'tcsh',a80_0x51d2e8(0x188),a80_0x51d2e8(0x1a9),a80_0x51d2e8(0x1a0),a80_0x51d2e8(0x17c),'nu','ion',a80_0x51d2e8(0x1ab),a80_0x51d2e8(0x182)]),EPHEMERAL_SHELL_SPAWNERS=new Set([a80_0x51d2e8(0x192),a80_0x51d2e8(0x18c),a80_0x51d2e8(0x17f)]);function getProcessInfoWindows(_0x2b50c2){const _0x8ee0d9=a80_0x51d2e8;try{const _0x5be19f=execSync('wmic\x20process\x20where\x20ProcessId='+_0x2b50c2+_0x8ee0d9(0x183),{'encoding':'utf-8','windowsHide':!![]})[_0x8ee0d9(0x19f)](),_0xf1ef73=_0x5be19f['split']('\x0a')[_0x8ee0d9(0x1a6)](_0xf87be5=>_0xf87be5[_0x8ee0d9(0x19f)]());if(_0xf1ef73['length']<0x2)return null;const _0x2916aa=_0xf1ef73[_0xf1ef73[_0x8ee0d9(0x17a)]-0x1][_0x8ee0d9(0x196)](',');if(_0x2916aa[_0x8ee0d9(0x17a)]<0x3)return null;const _0x46b882=_0x2916aa[0x1]?.[_0x8ee0d9(0x19f)]()||'',_0x39fc20=parseInt(_0x2916aa[0x2]?.['trim']()||'0',0xa);if(isNaN(_0x39fc20)||!_0x46b882)return null;return{'pid':_0x2b50c2,'ppid':_0x39fc20,'comm':_0x46b882[_0x8ee0d9(0x190)](/\.exe$/i,'')};}catch(_0x5e97c4){return process[_0x8ee0d9(0x17e)][_0x8ee0d9(0x198)]&&console['error']('Failed\x20to\x20get\x20process\x20info\x20for\x20PID\x20'+_0x2b50c2+_0x8ee0d9(0x189),_0x5e97c4),null;}}function getProcessInfoPosix(_0x1edacc){const _0x51142e=a80_0x51d2e8;try{const _0x4c69d9=execSync('ps\x20-p\x20'+_0x1edacc+_0x51142e(0x179),{'encoding':'utf-8'})[_0x51142e(0x19f)](),[_0x3e6e8e,..._0x5e1864]=_0x4c69d9[_0x51142e(0x196)](/\s+/),_0x1e7a12=parseInt(_0x3e6e8e,0xa),_0x411f95=_0x5e1864['join']('\x20');if(isNaN(_0x1e7a12))return null;return{'pid':_0x1edacc,'ppid':_0x1e7a12,'comm':_0x411f95};}catch(_0x22f123){return process[_0x51142e(0x17e)]['DEBUG']&&console[_0x51142e(0x17d)](_0x51142e(0x1aa)+_0x1edacc+_0x51142e(0x19e),_0x22f123),null;}}function getProcessInfo(_0x23c0a3){const _0x5f3146=a80_0x51d2e8;if(process[_0x5f3146(0x18b)]===_0x5f3146(0x199))return getProcessInfoWindows(_0x23c0a3);return getProcessInfoPosix(_0x23c0a3);}function a80_0x1152(){const _0xc8c668=['81GLgioc','133xCksAD','bash','\x20on\x20POSIX:','trim','pwsh','ksh','fish','has',',\x20using\x20fallback','Found\x20ephemeral\x20shell\x20','filter','95pQkPoA','zsh','dash','Failed\x20to\x20get\x20process\x20info\x20for\x20PID\x20','elvish','\x20-o\x20ppid=,comm=','length','2798JXUKPl','powershell','error','env','cursor','pop','kill','xonsh','\x20get\x20ParentProcessId,Name\x20/format:csv','209816vgTmRl','22gQcnpS','toLowerCase','1654281EFIbSD','csh','\x20on\x20Windows:','9830316kPvpme','platform','code','15lTHxUC','pid',',\x20continuing\x20up','replace','1869060GNQoxg','claude','124892wuhGkR','No\x20shell\x20found\x20in\x20process\x20tree,\x20falling\x20back\x20to\x20process.ppid','ppid','split','1729790fRQfQG','DEBUG','win32','comm'];a80_0x1152=function(){return _0xc8c668;};return a80_0x1152();}function getBasename(_0x4d4842){const _0x30d474=a80_0x51d2e8;return _0x4d4842['replace'](/^-/,'')[_0x30d474(0x196)]('/')[_0x30d474(0x180)]()?.[_0x30d474(0x186)]()||'';}function isShell(_0x40db8d){const _0x445523=a80_0x51d2e8;return SHELL_NAMES[_0x445523(0x1a3)](getBasename(_0x40db8d));}function isEphemeralShellSpawner(_0x5f4d22){return EPHEMERAL_SHELL_SPAWNERS['has'](getBasename(_0x5f4d22));}let cachedShellPID;function findShellPID(){const _0x49fe84=a80_0x51d2e8;let _0x427581=process[_0x49fe84(0x195)];const _0x14687a=0xa;let _0xde5d43=0x0;while(_0xde5d43<_0x14687a){const _0x34a622=getProcessInfo(_0x427581);if(!_0x34a622){process[_0x49fe84(0x17e)][_0x49fe84(0x198)]&&console[_0x49fe84(0x17d)]('Could\x20not\x20get\x20process\x20info\x20for\x20PID\x20'+_0x427581+_0x49fe84(0x1a4));break;}if(isShell(_0x34a622['comm'])){const _0x4ed930=getProcessInfo(_0x34a622[_0x49fe84(0x195)]);if(_0x4ed930&&isEphemeralShellSpawner(_0x4ed930[_0x49fe84(0x19a)])){process[_0x49fe84(0x17e)][_0x49fe84(0x198)]&&console['error'](_0x49fe84(0x1a5)+_0x34a622[_0x49fe84(0x18e)]+'\x20('+_0x34a622[_0x49fe84(0x19a)]+')\x20spawned\x20by\x20'+_0x4ed930[_0x49fe84(0x19a)]+_0x49fe84(0x18f));_0x427581=_0x34a622[_0x49fe84(0x195)],_0xde5d43++;continue;}return _0x34a622[_0x49fe84(0x18e)];}if(_0x34a622['ppid']===0x0||_0x34a622[_0x49fe84(0x195)]===0x1){if(isShell(_0x34a622['comm']))return _0x34a622[_0x49fe84(0x18e)];break;}_0x427581=_0x34a622[_0x49fe84(0x195)],_0xde5d43++;}return process['env'][_0x49fe84(0x198)]&&console['error'](_0x49fe84(0x194)),process[_0x49fe84(0x195)];}export function getPPID(){return cachedShellPID===undefined&&(cachedShellPID=findShellPID()),cachedShellPID;}export function clearPPIDCache(){cachedShellPID=undefined;}export function isProcessRunning(_0x142ce2){const _0x1eef95=a80_0x51d2e8;try{return process[_0x1eef95(0x181)](_0x142ce2,0x0),!![];}catch{return![];}}
@@ -1 +1 @@
1
- (function(_0x5ea140,_0x5d8b01){const _0x3b9e14=a77_0x1dc5,_0x9df374=_0x5ea140();while(!![]){try{const _0x1e8c7d=parseInt(_0x3b9e14(0x8a))/0x1+parseInt(_0x3b9e14(0x83))/0x2*(parseInt(_0x3b9e14(0x88))/0x3)+-parseInt(_0x3b9e14(0x8b))/0x4*(-parseInt(_0x3b9e14(0x7d))/0x5)+-parseInt(_0x3b9e14(0x7f))/0x6+-parseInt(_0x3b9e14(0x86))/0x7*(-parseInt(_0x3b9e14(0x87))/0x8)+-parseInt(_0x3b9e14(0x85))/0x9+-parseInt(_0x3b9e14(0x81))/0xa;if(_0x1e8c7d===_0x5d8b01)break;else _0x9df374['push'](_0x9df374['shift']());}catch(_0x45a357){_0x9df374['push'](_0x9df374['shift']());}}}(a77_0x4b6d,0xafd5d));function a77_0x4b6d(){const _0x6f8ff9=['toLowerCase','stdin','240lAIoIQ','question','4187736JvQaRi','stdout','9561610xlkizw','createInterface','7726RjvEwF','\x20(y/N):\x20','558279iEmayt','14ctQmsf','567096qqiRcY','783NElcBJ','close','163248EoEMer','93592hRQYQb','yes'];a77_0x4b6d=function(){return _0x6f8ff9;};return a77_0x4b6d();}import*as a77_0x52cfce from'readline';function a77_0x1dc5(_0x4a083e,_0xd136e1){const _0x4b6d06=a77_0x4b6d();return a77_0x1dc5=function(_0x1dc5d8,_0x297356){_0x1dc5d8=_0x1dc5d8-0x7b;let _0x1ded66=_0x4b6d06[_0x1dc5d8];return _0x1ded66;},a77_0x1dc5(_0x4a083e,_0xd136e1);}export async function confirm(_0x503d06){const _0x5ca113=a77_0x1dc5,_0x26201f=a77_0x52cfce[_0x5ca113(0x82)]({'input':process[_0x5ca113(0x7c)],'output':process[_0x5ca113(0x80)]});return new Promise(_0x38930d=>{const _0x1dc52d=_0x5ca113;_0x26201f[_0x1dc52d(0x7e)](_0x503d06+_0x1dc52d(0x84),_0x7e45ec=>{const _0x27c1db=_0x1dc52d;_0x26201f[_0x27c1db(0x89)](),_0x38930d(_0x7e45ec[_0x27c1db(0x7b)]()==='y'||_0x7e45ec[_0x27c1db(0x7b)]()===_0x27c1db(0x8c));});});}
1
+ (function(_0xd2379b,_0x4325e5){const _0x2d1ff1=a81_0x686f,_0x239b06=_0xd2379b();while(!![]){try{const _0x18bc0a=-parseInt(_0x2d1ff1(0xc9))/0x1*(-parseInt(_0x2d1ff1(0xc8))/0x2)+-parseInt(_0x2d1ff1(0xcb))/0x3+parseInt(_0x2d1ff1(0xc6))/0x4*(-parseInt(_0x2d1ff1(0xd3))/0x5)+-parseInt(_0x2d1ff1(0xcc))/0x6*(parseInt(_0x2d1ff1(0xcf))/0x7)+parseInt(_0x2d1ff1(0xce))/0x8+parseInt(_0x2d1ff1(0xd4))/0x9+parseInt(_0x2d1ff1(0xd5))/0xa;if(_0x18bc0a===_0x4325e5)break;else _0x239b06['push'](_0x239b06['shift']());}catch(_0x2c76d8){_0x239b06['push'](_0x239b06['shift']());}}}(a81_0x2c56,0x20955));import*as a81_0x52bd6c from'readline';function a81_0x686f(_0x12539e,_0x155d6d){const _0x2c5641=a81_0x2c56();return a81_0x686f=function(_0x686f74,_0x2af84d){_0x686f74=_0x686f74-0xc6;let _0x30e74e=_0x2c5641[_0x686f74];return _0x30e74e;},a81_0x686f(_0x12539e,_0x155d6d);}function a81_0x2c56(){const _0x1dc23b=['4569700EPHUNQ','8nmTIIY','createInterface','498qjQQNP','336DMHFwi','close','556176nFUzFG','564tGZxXh','yes','126496JfinMn','861NspkTs','\x20(y/N):\x20','toLowerCase','question','578635dJOeID','48807JtVnPo'];a81_0x2c56=function(){return _0x1dc23b;};return a81_0x2c56();}export async function confirm(_0x531288){const _0x41f17d=a81_0x686f,_0x18545f=a81_0x52bd6c[_0x41f17d(0xc7)]({'input':process['stdin'],'output':process['stdout']});return new Promise(_0x1a7eb4=>{const _0x55e642=_0x41f17d;_0x18545f[_0x55e642(0xd2)](_0x531288+_0x55e642(0xd0),_0x281a1a=>{const _0x123ee7=_0x55e642;_0x18545f[_0x123ee7(0xca)](),_0x1a7eb4(_0x281a1a[_0x123ee7(0xd1)]()==='y'||_0x281a1a[_0x123ee7(0xd1)]()===_0x123ee7(0xcd));});});}
@@ -1 +1 @@
1
- (function(_0x1b4ef4,_0x2b296b){const _0x441a08=a78_0x3714,_0x269c47=_0x1b4ef4();while(!![]){try{const _0x544e00=parseInt(_0x441a08(0xbc))/0x1*(parseInt(_0x441a08(0xca))/0x2)+-parseInt(_0x441a08(0xc6))/0x3*(parseInt(_0x441a08(0xce))/0x4)+-parseInt(_0x441a08(0xc9))/0x5*(-parseInt(_0x441a08(0xc2))/0x6)+-parseInt(_0x441a08(0xc4))/0x7+-parseInt(_0x441a08(0xb6))/0x8*(-parseInt(_0x441a08(0xbb))/0x9)+parseInt(_0x441a08(0xcf))/0xa*(parseInt(_0x441a08(0xbf))/0xb)+-parseInt(_0x441a08(0xcc))/0xc;if(_0x544e00===_0x2b296b)break;else _0x269c47['push'](_0x269c47['shift']());}catch(_0x37748a){_0x269c47['push'](_0x269c47['shift']());}}}(a78_0x3494,0xb40a8));export function parsePath(_0x11c8be){const _0x592802=a78_0x3714;if(!_0x11c8be||_0x11c8be['trim']()==='')throw new Error(_0x592802(0xc0));const _0x2b0e37=_0x11c8be[_0x592802(0xc5)]();if(_0x2b0e37==='/')return{'segments':[],'isAbsolute':!![],'raw':_0x11c8be};const _0x4b26fc=_0x2b0e37[_0x592802(0xd1)]('/')?_0x2b0e37[_0x592802(0xc7)](0x1):_0x2b0e37,_0x5a0dd4=_0x4b26fc['split']('/')[_0x592802(0xcd)](_0x2cc00f=>_0x2cc00f!=='');if(_0x5a0dd4[_0x592802(0xb7)]===0x0)throw new Error(_0x592802(0xd3));const _0xcd58a9=_0x2b0e37[_0x592802(0xd1)]('/')||!isRelativePathSegment(_0x5a0dd4[0x0]);for(const _0x52b999 of _0x5a0dd4){validatePathSegment(_0x52b999);}return{'segments':_0x5a0dd4,'isAbsolute':_0xcd58a9,'raw':_0x11c8be};}function isRelativePathSegment(_0x26d058){return _0x26d058==='.'||_0x26d058==='..';}function validatePathSegment(_0x5b63fa){const _0x4d9695=a78_0x3714;if(_0x5b63fa==='')throw new Error('Path\x20segment\x20cannot\x20be\x20empty');if(_0x5b63fa==='.'||_0x5b63fa==='..')return;if(/[\x00-\x1F\x7F]/['test'](_0x5b63fa))throw new Error(_0x4d9695(0xbd)+_0x5b63fa);if(_0x5b63fa!==_0x5b63fa['trim']()){}}export function validatePath(_0x239d04){const _0x186dd3=a78_0x3714;if(_0x239d04[_0x186dd3(0xb9)][_0x186dd3(0xb7)]===0x0&&!_0x239d04['isAbsolute'])throw new Error(_0x186dd3(0xb8));if(_0x239d04[_0x186dd3(0xd0)]){if(_0x239d04[_0x186dd3(0xb9)][0x0]==='..')throw new Error(_0x186dd3(0xcb));let _0x5fb85b=0x0;for(const _0x128edc of _0x239d04[_0x186dd3(0xb9)]){if(_0x128edc==='..'){if(_0x5fb85b===0x0)throw new Error(_0x186dd3(0xc3));_0x5fb85b--;}else _0x128edc!=='.'&&_0x5fb85b++;}}}export function joinPaths(_0x13f2f3,_0x17af06){const _0x24b192=a78_0x3714;if(!_0x13f2f3||_0x13f2f3==='/')return _0x17af06;if(!_0x17af06||_0x17af06==='.')return _0x13f2f3;if(_0x17af06[_0x24b192(0xd1)]('/'))return _0x17af06;const _0xf8724a=parsePath(_0x13f2f3),_0x38a5a8=parsePath(_0x17af06),_0x134bf8=[..._0xf8724a[_0x24b192(0xb9)]];for(const _0xa279be of _0x38a5a8['segments']){if(_0xa279be==='.')continue;else{if(_0xa279be==='..'){if(_0x134bf8[_0x24b192(0xb7)]===0x0)throw new Error('Cannot\x20navigate\x20above\x20root');_0x134bf8[_0x24b192(0xc8)]();}else _0x134bf8[_0x24b192(0xd2)](_0xa279be);}}const _0x34aa6e=_0x134bf8[_0x24b192(0xbe)]('/');return _0xf8724a['raw'][_0x24b192(0xd1)]('/')?'/'+_0x34aa6e:_0x34aa6e;}function a78_0x3714(_0x146b96,_0x4de482){const _0x3494c0=a78_0x3494();return a78_0x3714=function(_0x3714d2,_0x27cb4c){_0x3714d2=_0x3714d2-0xb6;let _0xb82b68=_0x3494c0[_0x3714d2];return _0xb82b68;},a78_0x3714(_0x146b96,_0x4de482);}export function normalizePath(_0x4c8fe2){const _0x3554dc=a78_0x3714,_0x51e6b4=parsePath(_0x4c8fe2),_0x39937c=[];for(const _0x2b4ff7 of _0x51e6b4[_0x3554dc(0xb9)]){if(_0x2b4ff7==='.')continue;else{if(_0x2b4ff7==='..'){if(_0x39937c[_0x3554dc(0xb7)]===0x0){if(_0x51e6b4[_0x3554dc(0xd0)])throw new Error('Cannot\x20navigate\x20above\x20root');_0x39937c[_0x3554dc(0xd2)]('..');}else _0x39937c[_0x39937c[_0x3554dc(0xb7)]-0x1]==='..'?_0x39937c[_0x3554dc(0xd2)]('..'):_0x39937c[_0x3554dc(0xc8)]();}else _0x39937c[_0x3554dc(0xd2)](_0x2b4ff7);}}if(_0x39937c['length']===0x0)return _0x51e6b4[_0x3554dc(0xd0)]?'/':'.';const _0x472ba5=_0x39937c[_0x3554dc(0xbe)]('/');return _0x51e6b4[_0x3554dc(0xba)][_0x3554dc(0xd1)]('/')?'/'+_0x472ba5:_0x472ba5;}export function getParentPath(_0x155636){const _0x5c8797=a78_0x3714,_0x1cfd48=parsePath(_0x155636);if(_0x1cfd48[_0x5c8797(0xb9)][_0x5c8797(0xb7)]<=0x1)return'/';const _0x3f4dfa=_0x1cfd48[_0x5c8797(0xb9)][_0x5c8797(0xc1)](0x0,-0x1)[_0x5c8797(0xbe)]('/');return _0x1cfd48[_0x5c8797(0xba)][_0x5c8797(0xd1)]('/')?'/'+_0x3f4dfa:_0x3f4dfa;}export function getBaseName(_0x4a6728){const _0x1ce1b1=a78_0x3714,_0x561eb5=parsePath(_0x4a6728);return _0x561eb5['segments'][_0x561eb5[_0x1ce1b1(0xb9)][_0x1ce1b1(0xb7)]-0x1]||'';}export function isChildPath(_0x328ac3,_0x326992){const _0x442979=a78_0x3714,_0x272ca7=parsePath(_0x328ac3),_0x42b63b=parsePath(_0x326992);if(_0x272ca7[_0x442979(0xb9)][_0x442979(0xb7)]<=_0x42b63b[_0x442979(0xb9)][_0x442979(0xb7)])return![];for(let _0x2227a8=0x0;_0x2227a8<_0x42b63b['segments']['length'];_0x2227a8++){if(_0x272ca7[_0x442979(0xb9)][_0x2227a8]!==_0x42b63b[_0x442979(0xb9)][_0x2227a8])return![];}return!![];}export function splitPath(_0x121f55){const _0x5c3b40=a78_0x3714,_0x1dab55=parsePath(_0x121f55);if(_0x1dab55['segments']['length']===0x0)throw new Error('Cannot\x20split\x20empty\x20path');if(_0x1dab55[_0x5c3b40(0xb9)][_0x5c3b40(0xb7)]===0x1)return{'parent':_0x1dab55['segments'][0x0]};return{'parent':_0x1dab55['segments'][0x0],'child':_0x1dab55[_0x5c3b40(0xb9)][_0x5c3b40(0xc1)](0x1)[_0x5c3b40(0xbe)]('/')};}function a78_0x3494(){const _0x1a2803=['182439UUCVAV','7273XBGrNl','Path\x20segment\x20contains\x20invalid\x20control\x20characters:\x20','join','55jZnGhr','Path\x20cannot\x20be\x20empty','slice','6lhClZz','Path\x20attempts\x20to\x20navigate\x20above\x20root','3778362ypzpRQ','trim','2140491ykgVNa','substring','pop','7278935MPXFDW','50hKpLTu','Absolute\x20path\x20cannot\x20start\x20with\x20\x22..\x22','25563888gwWUFd','filter','4CrqAlK','2209990EcXAzb','isAbsolute','startsWith','push','Path\x20must\x20contain\x20at\x20least\x20one\x20segment','544gPEasY','length','Relative\x20path\x20cannot\x20be\x20empty','segments','raw'];a78_0x3494=function(){return _0x1a2803;};return a78_0x3494();}
1
+ function a82_0x18a1(){const _0x52b42e=['test','935468MbnrSf','Absolute\x20path\x20cannot\x20start\x20with\x20\x22..\x22','isAbsolute','1110950VwcYXz','701559BmPlnf','42dLpxDC','18iWNjRS','substring','96258ksqbIH','split','85434CYzkEW','132230xhEzan','push','Cannot\x20split\x20empty\x20path','2292424uYDJLi','segments','filter','length','join','Path\x20attempts\x20to\x20navigate\x20above\x20root','Cannot\x20navigate\x20above\x20root','30lslMRX','slice','Path\x20segment\x20cannot\x20be\x20empty','Path\x20must\x20contain\x20at\x20least\x20one\x20segment','startsWith','trim','raw','Path\x20segment\x20contains\x20invalid\x20control\x20characters:\x20','pop','Relative\x20path\x20cannot\x20be\x20empty'];a82_0x18a1=function(){return _0x52b42e;};return a82_0x18a1();}(function(_0x2d3d2b,_0x1ba7b0){const _0x1a59b2=a82_0x3bf5,_0x17ca94=_0x2d3d2b();while(!![]){try{const _0x291af6=-parseInt(_0x1a59b2(0x17b))/0x1+-parseInt(_0x1a59b2(0x176))/0x2*(-parseInt(_0x1a59b2(0x17a))/0x3)+-parseInt(_0x1a59b2(0x190))/0x4+parseInt(_0x1a59b2(0x193))/0x5+parseInt(_0x1a59b2(0x178))/0x6*(parseInt(_0x1a59b2(0x175))/0x7)+-parseInt(_0x1a59b2(0x17e))/0x8+parseInt(_0x1a59b2(0x194))/0x9*(parseInt(_0x1a59b2(0x185))/0xa);if(_0x291af6===_0x1ba7b0)break;else _0x17ca94['push'](_0x17ca94['shift']());}catch(_0x5e97ed){_0x17ca94['push'](_0x17ca94['shift']());}}}(a82_0x18a1,0x26131));export function parsePath(_0x5c13b9){const _0x260b97=a82_0x3bf5;if(!_0x5c13b9||_0x5c13b9['trim']()==='')throw new Error('Path\x20cannot\x20be\x20empty');const _0x5a81b5=_0x5c13b9['trim']();if(_0x5a81b5==='/')return{'segments':[],'isAbsolute':!![],'raw':_0x5c13b9};const _0x26f7a7=_0x5a81b5[_0x260b97(0x189)]('/')?_0x5a81b5[_0x260b97(0x177)](0x1):_0x5a81b5,_0x38a1ea=_0x26f7a7[_0x260b97(0x179)]('/')[_0x260b97(0x180)](_0x1dcd19=>_0x1dcd19!=='');if(_0x38a1ea[_0x260b97(0x181)]===0x0)throw new Error(_0x260b97(0x188));const _0xa84140=_0x5a81b5['startsWith']('/')||!isRelativePathSegment(_0x38a1ea[0x0]);for(const _0x543d5a of _0x38a1ea){validatePathSegment(_0x543d5a);}return{'segments':_0x38a1ea,'isAbsolute':_0xa84140,'raw':_0x5c13b9};}function isRelativePathSegment(_0x2c225a){return _0x2c225a==='.'||_0x2c225a==='..';}function validatePathSegment(_0x3bce0e){const _0x173205=a82_0x3bf5;if(_0x3bce0e==='')throw new Error(_0x173205(0x187));if(_0x3bce0e==='.'||_0x3bce0e==='..')return;if(/[\x00-\x1F\x7F]/[_0x173205(0x18f)](_0x3bce0e))throw new Error(_0x173205(0x18c)+_0x3bce0e);if(_0x3bce0e!==_0x3bce0e[_0x173205(0x18a)]()){}}export function validatePath(_0x3d97b0){const _0x510b6f=a82_0x3bf5;if(_0x3d97b0['segments'][_0x510b6f(0x181)]===0x0&&!_0x3d97b0[_0x510b6f(0x192)])throw new Error(_0x510b6f(0x18e));if(_0x3d97b0[_0x510b6f(0x192)]){if(_0x3d97b0[_0x510b6f(0x17f)][0x0]==='..')throw new Error(_0x510b6f(0x191));let _0x157b59=0x0;for(const _0x1728ca of _0x3d97b0[_0x510b6f(0x17f)]){if(_0x1728ca==='..'){if(_0x157b59===0x0)throw new Error(_0x510b6f(0x183));_0x157b59--;}else _0x1728ca!=='.'&&_0x157b59++;}}}export function joinPaths(_0xfd0d4f,_0x3ae1f2){const _0xe1891=a82_0x3bf5;if(!_0xfd0d4f||_0xfd0d4f==='/')return _0x3ae1f2;if(!_0x3ae1f2||_0x3ae1f2==='.')return _0xfd0d4f;if(_0x3ae1f2[_0xe1891(0x189)]('/'))return _0x3ae1f2;const _0x446814=parsePath(_0xfd0d4f),_0x190622=parsePath(_0x3ae1f2),_0x383390=[..._0x446814[_0xe1891(0x17f)]];for(const _0x2d7aa6 of _0x190622['segments']){if(_0x2d7aa6==='.')continue;else{if(_0x2d7aa6==='..'){if(_0x383390['length']===0x0)throw new Error(_0xe1891(0x184));_0x383390[_0xe1891(0x18d)]();}else _0x383390[_0xe1891(0x17c)](_0x2d7aa6);}}const _0x5dd5f2=_0x383390[_0xe1891(0x182)]('/');return _0x446814[_0xe1891(0x18b)][_0xe1891(0x189)]('/')?'/'+_0x5dd5f2:_0x5dd5f2;}export function normalizePath(_0x1de675){const _0x13090d=a82_0x3bf5,_0x5d2673=parsePath(_0x1de675),_0x1ab946=[];for(const _0x38efb2 of _0x5d2673[_0x13090d(0x17f)]){if(_0x38efb2==='.')continue;else{if(_0x38efb2==='..'){if(_0x1ab946[_0x13090d(0x181)]===0x0){if(_0x5d2673[_0x13090d(0x192)])throw new Error(_0x13090d(0x184));_0x1ab946[_0x13090d(0x17c)]('..');}else _0x1ab946[_0x1ab946['length']-0x1]==='..'?_0x1ab946[_0x13090d(0x17c)]('..'):_0x1ab946[_0x13090d(0x18d)]();}else _0x1ab946['push'](_0x38efb2);}}if(_0x1ab946[_0x13090d(0x181)]===0x0)return _0x5d2673[_0x13090d(0x192)]?'/':'.';const _0x2355f6=_0x1ab946[_0x13090d(0x182)]('/');return _0x5d2673['raw'][_0x13090d(0x189)]('/')?'/'+_0x2355f6:_0x2355f6;}export function getParentPath(_0x527e46){const _0x6dfa96=a82_0x3bf5,_0x38a543=parsePath(_0x527e46);if(_0x38a543[_0x6dfa96(0x17f)][_0x6dfa96(0x181)]<=0x1)return'/';const _0x1b1128=_0x38a543[_0x6dfa96(0x17f)][_0x6dfa96(0x186)](0x0,-0x1)[_0x6dfa96(0x182)]('/');return _0x38a543[_0x6dfa96(0x18b)][_0x6dfa96(0x189)]('/')?'/'+_0x1b1128:_0x1b1128;}export function getBaseName(_0x549858){const _0x3d23b2=a82_0x3bf5,_0x22328c=parsePath(_0x549858);return _0x22328c[_0x3d23b2(0x17f)][_0x22328c['segments'][_0x3d23b2(0x181)]-0x1]||'';}export function isChildPath(_0x3907bf,_0x3acfbd){const _0x2b555b=a82_0x3bf5,_0xa470f9=parsePath(_0x3907bf),_0x4a2a6e=parsePath(_0x3acfbd);if(_0xa470f9[_0x2b555b(0x17f)][_0x2b555b(0x181)]<=_0x4a2a6e[_0x2b555b(0x17f)]['length'])return![];for(let _0x4c65fb=0x0;_0x4c65fb<_0x4a2a6e[_0x2b555b(0x17f)][_0x2b555b(0x181)];_0x4c65fb++){if(_0xa470f9[_0x2b555b(0x17f)][_0x4c65fb]!==_0x4a2a6e[_0x2b555b(0x17f)][_0x4c65fb])return![];}return!![];}function a82_0x3bf5(_0x490441,_0x2b74d1){const _0x18a1ad=a82_0x18a1();return a82_0x3bf5=function(_0x3bf58a,_0x4f15e2){_0x3bf58a=_0x3bf58a-0x175;let _0x4ced39=_0x18a1ad[_0x3bf58a];return _0x4ced39;},a82_0x3bf5(_0x490441,_0x2b74d1);}export function splitPath(_0xb2df7a){const _0x49e3c0=a82_0x3bf5,_0xa41ae1=parsePath(_0xb2df7a);if(_0xa41ae1[_0x49e3c0(0x17f)][_0x49e3c0(0x181)]===0x0)throw new Error(_0x49e3c0(0x17d));if(_0xa41ae1[_0x49e3c0(0x17f)][_0x49e3c0(0x181)]===0x1)return{'parent':_0xa41ae1[_0x49e3c0(0x17f)][0x0]};return{'parent':_0xa41ae1[_0x49e3c0(0x17f)][0x0],'child':_0xa41ae1[_0x49e3c0(0x17f)][_0x49e3c0(0x186)](0x1)[_0x49e3c0(0x182)]('/')};}
@@ -1 +1 @@
1
- (function(_0x5c130d,_0x4196a9){const _0x26eb0b=a79_0x5d9f,_0x428ad1=_0x5c130d();while(!![]){try{const _0x2d1de1=-parseInt(_0x26eb0b(0x1d3))/0x1*(parseInt(_0x26eb0b(0x1ce))/0x2)+-parseInt(_0x26eb0b(0x1c7))/0x3*(-parseInt(_0x26eb0b(0x1cf))/0x4)+parseInt(_0x26eb0b(0x1cb))/0x5+-parseInt(_0x26eb0b(0x1cd))/0x6+-parseInt(_0x26eb0b(0x1d2))/0x7+-parseInt(_0x26eb0b(0x1cc))/0x8*(-parseInt(_0x26eb0b(0x1d1))/0x9)+parseInt(_0x26eb0b(0x1c5))/0xa;if(_0x2d1de1===_0x4196a9)break;else _0x428ad1['push'](_0x428ad1['shift']());}catch(_0x58301f){_0x428ad1['push'](_0x428ad1['shift']());}}}(a79_0x55c7,0xf0223));function a79_0x5d9f(_0x4d5405,_0x5e05bf){const _0x55c7ce=a79_0x55c7();return a79_0x5d9f=function(_0x5d9f98,_0xedce44){_0x5d9f98=_0x5d9f98-0x1c5;let _0x19758f=_0x55c7ce[_0x5d9f98];return _0x19758f;},a79_0x5d9f(_0x4d5405,_0x5e05bf);}function a79_0x55c7(){const _0x3bbee0=['indexOf','.\x20Child\x20name\x20cannot\x20be\x20empty','substring','9600615NjMdKk','2872xvzJvX','6108264bkjyAR','20814vZereW','8Vuhhyq','Invalid\x20segment\x20reference\x20format:\x20','4806SVHjYz','9254063jtuGuo','127szqFub','15700280FtziAz','.\x20Parent\x20name\x20cannot\x20be\x20empty','1445208yblWzu'];a79_0x55c7=function(){return _0x3bbee0;};return a79_0x55c7();}export function parseSegmentRef(_0x5da5d8){const _0xeefb68=a79_0x5d9f,_0x149b8f=_0x5da5d8[_0xeefb68(0x1c8)]('/');if(_0x149b8f===-0x1)return{'parentId':_0x5da5d8};if(_0x149b8f===0x0)throw new Error('Invalid\x20segment\x20reference\x20format:\x20'+_0x5da5d8+_0xeefb68(0x1c6));const _0x5a065d=_0x5da5d8[_0xeefb68(0x1ca)](0x0,_0x149b8f),_0x438d22=_0x5da5d8[_0xeefb68(0x1ca)](_0x149b8f+0x1);if(_0x438d22==='')throw new Error(_0xeefb68(0x1d0)+_0x5da5d8+_0xeefb68(0x1c9));return{'parentId':_0x5a065d,'childId':_0x438d22};}
1
+ function a83_0x14e7(_0x31bdc1,_0x795824){const _0x10b814=a83_0x10b8();return a83_0x14e7=function(_0x14e7e5,_0x32e040){_0x14e7e5=_0x14e7e5-0x1af;let _0x9d7031=_0x10b814[_0x14e7e5];return _0x9d7031;},a83_0x14e7(_0x31bdc1,_0x795824);}(function(_0x48af3c,_0x11a5ff){const _0x543d87=a83_0x14e7,_0x47903b=_0x48af3c();while(!![]){try{const _0x1c2c7d=-parseInt(_0x543d87(0x1b1))/0x1*(parseInt(_0x543d87(0x1b0))/0x2)+-parseInt(_0x543d87(0x1af))/0x3*(-parseInt(_0x543d87(0x1b2))/0x4)+-parseInt(_0x543d87(0x1bc))/0x5*(-parseInt(_0x543d87(0x1b7))/0x6)+-parseInt(_0x543d87(0x1bb))/0x7+-parseInt(_0x543d87(0x1b6))/0x8+parseInt(_0x543d87(0x1b5))/0x9*(-parseInt(_0x543d87(0x1b9))/0xa)+parseInt(_0x543d87(0x1bd))/0xb;if(_0x1c2c7d===_0x11a5ff)break;else _0x47903b['push'](_0x47903b['shift']());}catch(_0x2c2a40){_0x47903b['push'](_0x47903b['shift']());}}}(a83_0x10b8,0x7ccb0));export function parseSegmentRef(_0x4651e5){const _0x55914c=a83_0x14e7,_0x26fab5=_0x4651e5['indexOf']('/');if(_0x26fab5===-0x1)return{'parentId':_0x4651e5};if(_0x26fab5===0x0)throw new Error('Invalid\x20segment\x20reference\x20format:\x20'+_0x4651e5+_0x55914c(0x1b3));const _0x153587=_0x4651e5['substring'](0x0,_0x26fab5),_0x341c2e=_0x4651e5[_0x55914c(0x1b4)](_0x26fab5+0x1);if(_0x341c2e==='')throw new Error(_0x55914c(0x1b8)+_0x4651e5+_0x55914c(0x1ba));return{'parentId':_0x153587,'childId':_0x341c2e};}function a83_0x10b8(){const _0x549816=['774VwuxPn','Invalid\x20segment\x20reference\x20format:\x20','1420bTKfXT','.\x20Child\x20name\x20cannot\x20be\x20empty','1388975qzCyZF','13655qaeQcX','13416689FbmDIY','270FwqvKr','74nOQhda','12049WFGYTb','17012rScIas','.\x20Parent\x20name\x20cannot\x20be\x20empty','substring','48681xDeNad','250400vtgThO'];a83_0x10b8=function(){return _0x549816;};return a83_0x10b8();}
@@ -1 +1 @@
1
- function a80_0x21bd(_0x41a4bb,_0x106bc8){const _0x3841b4=a80_0x3841();return a80_0x21bd=function(_0x21bd80,_0x52976d){_0x21bd80=_0x21bd80-0x1de;let _0x3eef1e=_0x3841b4[_0x21bd80];return _0x3eef1e;},a80_0x21bd(_0x41a4bb,_0x106bc8);}(function(_0x293437,_0x5df41e){const _0x1f4a99=a80_0x21bd,_0x487cee=_0x293437();while(!![]){try{const _0x1376dd=parseInt(_0x1f4a99(0x1f7))/0x1+parseInt(_0x1f4a99(0x1f3))/0x2+-parseInt(_0x1f4a99(0x1df))/0x3*(parseInt(_0x1f4a99(0x1ed))/0x4)+-parseInt(_0x1f4a99(0x1ec))/0x5*(-parseInt(_0x1f4a99(0x1e9))/0x6)+parseInt(_0x1f4a99(0x1e3))/0x7*(-parseInt(_0x1f4a99(0x1ee))/0x8)+parseInt(_0x1f4a99(0x1de))/0x9*(parseInt(_0x1f4a99(0x1f8))/0xa)+-parseInt(_0x1f4a99(0x1e0))/0xb;if(_0x1376dd===_0x5df41e)break;else _0x487cee['push'](_0x487cee['shift']());}catch(_0x3cea03){_0x487cee['push'](_0x487cee['shift']());}}}(a80_0x3841,0x2674f));function a80_0x3841(){const _0x267fe6=['27loSKjZ','1487805yPDtww','isTTY','jobId','220339vMotOa','stop','toFixed','start','text','stdout','1236kEQDWp','\x20[Job\x20ID:\x20','cyan','1465rerBAQ','91108aMqJfj','8QuYqsM','intervalFactory','replace','clock','floor','329748qbUdCw','isSpinning','phase','now','78792fyHvIz','2252200ONrThw','extra','...','9vEqKkQ'];a80_0x3841=function(){return _0x267fe6;};return a80_0x3841();}import a80_0x2a76d6 from'ora';export function createCommandSpinner(_0x2b208e,_0x19b097={}){const _0x155507=a80_0x21bd,{verbose:verbose=![],forceEnabled:forceEnabled=![]}=_0x19b097;return a80_0x2a76d6({'text':_0x2b208e,'color':_0x155507(0x1eb),'isEnabled':forceEnabled||process[_0x155507(0x1e8)][_0x155507(0x1e1)]&&!verbose});}export async function withSpinner(_0x2c4e32,_0x1f8002,_0x4ada12={}){const _0x567815=a80_0x21bd,_0x11fdbc=_0x4ada12['clock']??(()=>Date[_0x567815(0x1f6)]()),_0x16df55=createCommandSpinner(_0x2c4e32,_0x4ada12);_0x16df55[_0x567815(0x1e6)]();const _0x5f4e72=_0x11fdbc();try{const _0xebac31=await _0x1f8002(),_0x1c071c=_0x11fdbc()-_0x5f4e72;return _0x16df55['stop'](),{'data':_0xebac31,'elapsedMs':_0x1c071c};}catch(_0x2200cd){_0x16df55[_0x567815(0x1e4)]();throw _0x2200cd;}}export async function withQuerySpinner(_0xf3fe75,_0x416a98,_0x3b4c4a={}){const _0x55bbb2=a80_0x21bd,_0x1ed10a=_0x3b4c4a[_0x55bbb2(0x1f1)]??(()=>Date[_0x55bbb2(0x1f6)]()),_0x3b76b6=_0x3b4c4a[_0x55bbb2(0x1ef)]??setInterval,_0x4c5334=createCommandSpinner(_0xf3fe75,_0x3b4c4a);_0x4c5334[_0x55bbb2(0x1e6)]();const _0x2f2e15=_0x1ed10a(),_0x3dc786=_0xf3fe75[_0x55bbb2(0x1f0)](_0x55bbb2(0x1fa),''),_0x47ac13={},_0x4fd5c3=()=>{const _0x5d477e=_0x55bbb2;if(!_0x4c5334[_0x5d477e(0x1f4)])return;const _0x30fd78=_0x1ed10a()-_0x2f2e15,_0x412a8a=formatElapsed(_0x30fd78),_0xf7a75a=_0x47ac13[_0x5d477e(0x1f5)]??_0x3dc786,_0x12e077=_0x47ac13['jobId']?_0x5d477e(0x1ea)+_0x47ac13[_0x5d477e(0x1e2)]+']':'',_0x4cd945=_0x47ac13[_0x5d477e(0x1f9)]?'\x20'+_0x47ac13['extra']:'';_0x4c5334[_0x5d477e(0x1e7)]=_0xf7a75a+'\x20'+_0x412a8a+_0x4cd945+_0x12e077;},_0x4fcfbf=_0x3b76b6(()=>{_0x4fd5c3();},0x3e8),_0x263db4={'setPhase':_0x162a26=>{const _0x285d12=_0x55bbb2;_0x47ac13[_0x285d12(0x1f5)]=_0x162a26,_0x4fd5c3();},'setJobId':_0x4c9da9=>{const _0x41787f=_0x55bbb2;_0x47ac13[_0x41787f(0x1e2)]=_0x4c9da9,_0x4fd5c3();},'setExtra':_0x37ecdd=>{const _0x58c6fa=_0x55bbb2;_0x47ac13[_0x58c6fa(0x1f9)]=_0x37ecdd,_0x4fd5c3();}};_0x4fd5c3();try{const _0x18d350=await _0x416a98(_0x263db4),_0xcfcb27=_0x1ed10a()-_0x2f2e15;return{'data':_0x18d350,'elapsedMs':_0xcfcb27};}finally{clearInterval(_0x4fcfbf),_0x4c5334[_0x55bbb2(0x1e4)]();}}export function formatElapsed(_0x30771a){const _0x1f3e57=a80_0x21bd,_0x21c4e9=Math[_0x1f3e57(0x1f2)](_0x30771a/0x3e8);if(_0x21c4e9<0x3c)return(_0x30771a/0x3e8)[_0x1f3e57(0x1e5)](0x1)+'s';const _0x48f991=Math['floor'](_0x21c4e9/0x3c),_0x19a1cb=_0x21c4e9%0x3c;if(_0x48f991<0x3c)return _0x48f991+'m\x20'+_0x19a1cb+'s';const _0x3ae56c=Math['floor'](_0x48f991/0x3c),_0x599f8a=_0x48f991%0x3c;return _0x3ae56c+'h\x20'+_0x599f8a+'m';}
1
+ (function(_0x58d097,_0x36e280){const _0x20f0a9=a84_0x2131,_0x42bf14=_0x58d097();while(!![]){try{const _0x2121e1=parseInt(_0x20f0a9(0x1ee))/0x1+parseInt(_0x20f0a9(0x1e8))/0x2*(-parseInt(_0x20f0a9(0x1e7))/0x3)+parseInt(_0x20f0a9(0x1ea))/0x4*(-parseInt(_0x20f0a9(0x1e2))/0x5)+parseInt(_0x20f0a9(0x1e5))/0x6+parseInt(_0x20f0a9(0x1dd))/0x7*(-parseInt(_0x20f0a9(0x1e6))/0x8)+-parseInt(_0x20f0a9(0x1e4))/0x9*(-parseInt(_0x20f0a9(0x1f1))/0xa)+parseInt(_0x20f0a9(0x1e0))/0xb;if(_0x2121e1===_0x36e280)break;else _0x42bf14['push'](_0x42bf14['shift']());}catch(_0x31a741){_0x42bf14['push'](_0x42bf14['shift']());}}}(a84_0x1729,0x34ddb));import a84_0x1ba55b from'ora';export function createCommandSpinner(_0x5f478b,_0x115a9f={}){const _0x55b2a3=a84_0x2131,{verbose:verbose=![],forceEnabled:forceEnabled=![]}=_0x115a9f;return a84_0x1ba55b({'text':_0x5f478b,'color':_0x55b2a3(0x1ef),'isEnabled':forceEnabled||process[_0x55b2a3(0x1e9)][_0x55b2a3(0x1ec)]&&!verbose});}export async function withSpinner(_0x5efd42,_0x5b15f0,_0x4349d7={}){const _0x548e91=a84_0x2131,_0x7485c8=_0x4349d7[_0x548e91(0x1f2)]??(()=>Date['now']()),_0x492843=createCommandSpinner(_0x5efd42,_0x4349d7);_0x492843['start']();const _0x4ed00a=_0x7485c8();try{const _0x58664b=await _0x5b15f0(),_0x5a187b=_0x7485c8()-_0x4ed00a;return _0x492843[_0x548e91(0x1dc)](),{'data':_0x58664b,'elapsedMs':_0x5a187b};}catch(_0x477d0d){_0x492843[_0x548e91(0x1dc)]();throw _0x477d0d;}}function a84_0x2131(_0x104e10,_0x5b2f1d){const _0x1729b9=a84_0x1729();return a84_0x2131=function(_0x2131da,_0x2382f3){_0x2131da=_0x2131da-0x1db;let _0x5b593e=_0x1729b9[_0x2131da];return _0x5b593e;},a84_0x2131(_0x104e10,_0x5b2f1d);}export async function withQuerySpinner(_0x59f152,_0x3c2aa6,_0x1ec183={}){const _0x2c304f=a84_0x2131,_0x44de00=_0x1ec183[_0x2c304f(0x1f2)]??(()=>Date[_0x2c304f(0x1eb)]()),_0x2016a2=_0x1ec183[_0x2c304f(0x1e3)]??setInterval,_0x3a783e=createCommandSpinner(_0x59f152,_0x1ec183);_0x3a783e[_0x2c304f(0x1e1)]();const _0x355034=_0x44de00(),_0x5483e5=_0x59f152['replace']('...',''),_0x262151={},_0x334b92=()=>{const _0x6c56ef=_0x2c304f;if(!_0x3a783e['isSpinning'])return;const _0x5c0430=_0x44de00()-_0x355034,_0x591891=formatElapsed(_0x5c0430),_0xa72e86=_0x262151[_0x6c56ef(0x1f4)]??_0x5483e5,_0x381a3f=_0x262151['jobId']?_0x6c56ef(0x1f0)+_0x262151[_0x6c56ef(0x1de)]+']':'',_0x1c9a2b=_0x262151['extra']?'\x20'+_0x262151[_0x6c56ef(0x1ed)]:'';_0x3a783e[_0x6c56ef(0x1db)]=_0xa72e86+'\x20'+_0x591891+_0x1c9a2b+_0x381a3f;},_0x377c9b=_0x2016a2(()=>{_0x334b92();},0x3e8),_0x319076={'setPhase':_0x5510a8=>{_0x262151['phase']=_0x5510a8,_0x334b92();},'setJobId':_0x18dcb6=>{const _0x5d1472=_0x2c304f;_0x262151[_0x5d1472(0x1de)]=_0x18dcb6,_0x334b92();},'setExtra':_0x50d3a9=>{const _0x140394=_0x2c304f;_0x262151[_0x140394(0x1ed)]=_0x50d3a9,_0x334b92();}};_0x334b92();try{const _0x6e8585=await _0x3c2aa6(_0x319076),_0x2e0194=_0x44de00()-_0x355034;return{'data':_0x6e8585,'elapsedMs':_0x2e0194};}finally{clearInterval(_0x377c9b),_0x3a783e[_0x2c304f(0x1dc)]();}}export function formatElapsed(_0x2958e6){const _0x3d039=a84_0x2131,_0x371a7a=Math['floor'](_0x2958e6/0x3e8);if(_0x371a7a<0x3c)return(_0x2958e6/0x3e8)[_0x3d039(0x1f3)](0x1)+'s';const _0x260c8b=Math[_0x3d039(0x1df)](_0x371a7a/0x3c),_0x5909d3=_0x371a7a%0x3c;if(_0x260c8b<0x3c)return _0x260c8b+'m\x20'+_0x5909d3+'s';const _0x52192c=Math[_0x3d039(0x1df)](_0x260c8b/0x3c),_0x405935=_0x260c8b%0x3c;return _0x52192c+'h\x20'+_0x405935+'m';}function a84_0x1729(){const _0x5f0408=['301534roHPBr','cyan','\x20[Job\x20ID:\x20','421510LwuYiX','clock','toFixed','phase','text','stop','308735QnltUo','jobId','floor','609444adwzdC','start','5205tewKam','intervalFactory','54FiWiCm','1233150QZoAEU','56dGHOyy','291FQREPK','4994lDaqgj','stdout','184BmuimA','now','isTTY','extra'];a84_0x1729=function(){return _0x5f0408;};return a84_0x1729();}
@@ -1 +1 @@
1
- (function(_0xb4fa79,_0x26255f){const _0x3ef57f=a81_0x57b8,_0x1febf8=_0xb4fa79();while(!![]){try{const _0x4e3a9d=parseInt(_0x3ef57f(0xb9))/0x1*(-parseInt(_0x3ef57f(0xc1))/0x2)+parseInt(_0x3ef57f(0xce))/0x3+-parseInt(_0x3ef57f(0xd0))/0x4+-parseInt(_0x3ef57f(0xc8))/0x5*(parseInt(_0x3ef57f(0xcf))/0x6)+-parseInt(_0x3ef57f(0xcb))/0x7+parseInt(_0x3ef57f(0xc3))/0x8*(-parseInt(_0x3ef57f(0xbd))/0x9)+parseInt(_0x3ef57f(0xba))/0xa*(parseInt(_0x3ef57f(0xc2))/0xb);if(_0x4e3a9d===_0x26255f)break;else _0x1febf8['push'](_0x1febf8['shift']());}catch(_0xe5c7e3){_0x1febf8['push'](_0x1febf8['shift']());}}}(a81_0x3496,0x7b3fd));function a81_0x57b8(_0x2eca0f,_0xef19f6){const _0x349638=a81_0x3496();return a81_0x57b8=function(_0x57b8c1,_0x4aef4a){_0x57b8c1=_0x57b8c1-0xb9;let _0x5235ff=_0x349638[_0x57b8c1];return _0x5235ff;},a81_0x57b8(_0x2eca0f,_0xef19f6);}import{readFileSync}from'fs';export function stripSqlComments(_0x26059b){const _0x44955e=a81_0x57b8;let _0x4b9f3d=_0x26059b[_0x44955e(0xcd)](/\/\*(?:[^*]|\*(?!\/))*\*\//g,'');return _0x4b9f3d=_0x4b9f3d[_0x44955e(0xcd)](/--.*$/gm,''),_0x4b9f3d['trim']();}function a81_0x3496(){const _0x3a5986=['168364tLUSfD','length','replace','2940168RgqjHp','5007282JPjglY','1750492YnCbvY','utf-8','731190YkJyxU','40GqiGCk','ENOENT','trim','82539rbwKbH','toLowerCase','map','message','2wllFxG','6008706ZbjJjY','552TgBLmm','filter','EACCES','push','Error\x20reading\x20file\x20\x27','5eVDQwy','Content\x20contains\x20no\x20SQL\x20statements','code'];a81_0x3496=function(){return _0x3a5986;};return a81_0x3496();}function isEscaped(_0x216b1f,_0x51b310){let _0x5f4e3a=0x0;for(let _0x433af1=_0x51b310-0x1;_0x433af1>=0x0&&_0x216b1f[_0x433af1]==='\x5c';_0x433af1--){_0x5f4e3a++;}return _0x5f4e3a%0x2===0x1;}export function splitSqlStatements(_0x1753b7){const _0x1b5f7c=a81_0x57b8,_0x591f6b=stripSqlComments(_0x1753b7);if(!_0x591f6b)throw new Error(_0x1b5f7c(0xc9));const _0x3db1ba=[];let _0x15e651='',_0x3b276d=![],_0x429a3b=![],_0x3c5a5e=![];for(let _0xdeaac1=0x0;_0xdeaac1<_0x1753b7['length'];_0xdeaac1++){const _0x5bf5cb=_0x1753b7[_0xdeaac1];if(_0x5bf5cb==='\x27'&&!isEscaped(_0x1753b7,_0xdeaac1)&&!_0x429a3b&&!_0x3c5a5e)_0x3b276d=!_0x3b276d;else{if(_0x5bf5cb==='\x22'&&!isEscaped(_0x1753b7,_0xdeaac1)&&!_0x3b276d&&!_0x3c5a5e)_0x429a3b=!_0x429a3b;else _0x5bf5cb==='`'&&!isEscaped(_0x1753b7,_0xdeaac1)&&!_0x3b276d&&!_0x429a3b&&(_0x3c5a5e=!_0x3c5a5e);}if(_0x5bf5cb===';'&&!_0x3b276d&&!_0x429a3b&&!_0x3c5a5e){const _0x1b4615=_0x15e651['trim']();_0x1b4615&&_0x3db1ba[_0x1b5f7c(0xc6)](_0x1b4615),_0x15e651='';}else _0x15e651+=_0x5bf5cb;}const _0x30157c=_0x15e651[_0x1b5f7c(0xbc)]();_0x30157c&&_0x3db1ba[_0x1b5f7c(0xc6)](_0x30157c);const _0xac13a3=_0x3db1ba[_0x1b5f7c(0xbf)](_0x105dbd=>_0x105dbd[_0x1b5f7c(0xbc)]())[_0x1b5f7c(0xc4)](_0x1894ce=>{const _0x38e309=_0x1b5f7c,_0x39ab04=stripSqlComments(_0x1894ce);return _0x39ab04[_0x38e309(0xcc)]>0x0;});if(_0xac13a3[_0x1b5f7c(0xcc)]===0x0)throw new Error('Content\x20contains\x20no\x20SQL\x20statements');return _0xac13a3;}export function readFileContent(_0x446770){const _0x46b00e=a81_0x57b8;try{return readFileSync(_0x446770,_0x46b00e(0xd1));}catch(_0x5e5574){const _0x357502=_0x5e5574[_0x46b00e(0xca)];if(_0x357502===_0x46b00e(0xbb))throw new Error('File\x20\x27'+_0x446770+'\x27\x20not\x20found');else{if(_0x357502===_0x46b00e(0xc5))throw new Error('Permission\x20denied\x20reading\x20file\x20\x27'+_0x446770+'\x27');else throw new Error(_0x46b00e(0xc7)+_0x446770+'\x27:\x20'+_0x5e5574[_0x46b00e(0xc0)]);}}}export function readSqlStatementsFromFile(_0x56d911){const _0x52fbb5=a81_0x57b8,_0x353d1c=readFileContent(_0x56d911);try{return splitSqlStatements(_0x353d1c);}catch(_0x15515c){throw new Error('File\x20\x27'+_0x56d911+'\x27\x20'+_0x15515c[_0x52fbb5(0xc0)][_0x52fbb5(0xbe)]());}}
1
+ (function(_0x5a91db,_0x270f49){const _0x20ffe8=a85_0x3f17,_0x5b9066=_0x5a91db();while(!![]){try{const _0x1814d7=-parseInt(_0x20ffe8(0xf4))/0x1+-parseInt(_0x20ffe8(0x105))/0x2*(-parseInt(_0x20ffe8(0xfc))/0x3)+parseInt(_0x20ffe8(0xeb))/0x4*(-parseInt(_0x20ffe8(0x106))/0x5)+-parseInt(_0x20ffe8(0xf1))/0x6*(parseInt(_0x20ffe8(0x103))/0x7)+parseInt(_0x20ffe8(0x102))/0x8+-parseInt(_0x20ffe8(0xfd))/0x9*(-parseInt(_0x20ffe8(0xed))/0xa)+parseInt(_0x20ffe8(0x107))/0xb*(parseInt(_0x20ffe8(0xfb))/0xc);if(_0x1814d7===_0x270f49)break;else _0x5b9066['push'](_0x5b9066['shift']());}catch(_0x26a77a){_0x5b9066['push'](_0x5b9066['shift']());}}}(a85_0x530b,0xea431));import{readFileSync}from'fs';function a85_0x530b(){const _0x3d33b5=['File\x20\x27','20sifcfM','filter','Permission\x20denied\x20reading\x20file\x20\x27','utf-8','6AGgnzU','code','EACCES','1257460yAdoXA','message','push','trim','length','\x27\x20not\x20found','Content\x20contains\x20no\x20SQL\x20statements','348qZVOui','1797717VRgGHO','7616277BZcgex','ENOENT','\x27:\x20','replace','map','7080088gaLXWt','9522443bkHCJJ','toLowerCase','4CSlTAw','5ZusUej','169191OgvtCg','2578792qfHnod'];a85_0x530b=function(){return _0x3d33b5;};return a85_0x530b();}export function stripSqlComments(_0xf20fda){const _0x39315a=a85_0x3f17;let _0x4ea505=_0xf20fda[_0x39315a(0x100)](/\/\*(?:[^*]|\*(?!\/))*\*\//g,'');return _0x4ea505=_0x4ea505[_0x39315a(0x100)](/--.*$/gm,''),_0x4ea505[_0x39315a(0xf7)]();}function isEscaped(_0x5b3cd4,_0x10f8e7){let _0x5efa29=0x0;for(let _0x4eb7a6=_0x10f8e7-0x1;_0x4eb7a6>=0x0&&_0x5b3cd4[_0x4eb7a6]==='\x5c';_0x4eb7a6--){_0x5efa29++;}return _0x5efa29%0x2===0x1;}function a85_0x3f17(_0x377d75,_0x11b4d7){const _0x530b16=a85_0x530b();return a85_0x3f17=function(_0x3f170a,_0x245db4){_0x3f170a=_0x3f170a-0xeb;let _0x35ec36=_0x530b16[_0x3f170a];return _0x35ec36;},a85_0x3f17(_0x377d75,_0x11b4d7);}export function splitSqlStatements(_0x178848){const _0x29e095=a85_0x3f17,_0x5aa0b7=stripSqlComments(_0x178848);if(!_0x5aa0b7)throw new Error(_0x29e095(0xfa));const _0x5babf5=[];let _0x1a739a='',_0x9f046f=![],_0x4c886d=![],_0x487247=![];for(let _0x23e35b=0x0;_0x23e35b<_0x178848[_0x29e095(0xf8)];_0x23e35b++){const _0x187a99=_0x178848[_0x23e35b];if(_0x187a99==='\x27'&&!isEscaped(_0x178848,_0x23e35b)&&!_0x4c886d&&!_0x487247)_0x9f046f=!_0x9f046f;else{if(_0x187a99==='\x22'&&!isEscaped(_0x178848,_0x23e35b)&&!_0x9f046f&&!_0x487247)_0x4c886d=!_0x4c886d;else _0x187a99==='`'&&!isEscaped(_0x178848,_0x23e35b)&&!_0x9f046f&&!_0x4c886d&&(_0x487247=!_0x487247);}if(_0x187a99===';'&&!_0x9f046f&&!_0x4c886d&&!_0x487247){const _0x4fac84=_0x1a739a[_0x29e095(0xf7)]();_0x4fac84&&_0x5babf5[_0x29e095(0xf6)](_0x4fac84),_0x1a739a='';}else _0x1a739a+=_0x187a99;}const _0x270732=_0x1a739a[_0x29e095(0xf7)]();_0x270732&&_0x5babf5[_0x29e095(0xf6)](_0x270732);const _0x33bb2e=_0x5babf5[_0x29e095(0x101)](_0x154111=>_0x154111[_0x29e095(0xf7)]())[_0x29e095(0xee)](_0x1b469a=>{const _0x4bca5c=_0x29e095,_0x50dc10=stripSqlComments(_0x1b469a);return _0x50dc10[_0x4bca5c(0xf8)]>0x0;});if(_0x33bb2e[_0x29e095(0xf8)]===0x0)throw new Error(_0x29e095(0xfa));return _0x33bb2e;}export function readFileContent(_0x208ff8){const _0x41ccf9=a85_0x3f17;try{return readFileSync(_0x208ff8,_0x41ccf9(0xf0));}catch(_0x459fe0){const _0x44a80b=_0x459fe0[_0x41ccf9(0xf2)];if(_0x44a80b===_0x41ccf9(0xfe))throw new Error(_0x41ccf9(0xec)+_0x208ff8+_0x41ccf9(0xf9));else{if(_0x44a80b===_0x41ccf9(0xf3))throw new Error(_0x41ccf9(0xef)+_0x208ff8+'\x27');else throw new Error('Error\x20reading\x20file\x20\x27'+_0x208ff8+_0x41ccf9(0xff)+_0x459fe0[_0x41ccf9(0xf5)]);}}}export function readSqlStatementsFromFile(_0x3f947d){const _0x71cdb7=a85_0x3f17,_0x3eb9e4=readFileContent(_0x3f947d);try{return splitSqlStatements(_0x3eb9e4);}catch(_0x5a29a9){throw new Error(_0x71cdb7(0xec)+_0x3f947d+'\x27\x20'+_0x5a29a9[_0x71cdb7(0xf5)][_0x71cdb7(0x104)]());}}
@@ -1 +1 @@
1
- (function(_0x5f30cc,_0x5cc0c6){const _0x56dff0=a82_0xc99c,_0x40dcbd=_0x5f30cc();while(!![]){try{const _0x6ae4d2=-parseInt(_0x56dff0(0xf8))/0x1*(parseInt(_0x56dff0(0x108))/0x2)+-parseInt(_0x56dff0(0xf9))/0x3+-parseInt(_0x56dff0(0xf7))/0x4+parseInt(_0x56dff0(0x101))/0x5+parseInt(_0x56dff0(0x103))/0x6+-parseInt(_0x56dff0(0x102))/0x7*(-parseInt(_0x56dff0(0xfa))/0x8)+-parseInt(_0x56dff0(0xfc))/0x9*(-parseInt(_0x56dff0(0xf6))/0xa);if(_0x6ae4d2===_0x5cc0c6)break;else _0x40dcbd['push'](_0x40dcbd['shift']());}catch(_0x4852ce){_0x40dcbd['push'](_0x40dcbd['shift']());}}}(a82_0x4d59,0x3e486));export async function*parseSSEStream(_0x3eb9a7,_0xcf0418){const _0x35e59f=a82_0xc99c;if(!_0x3eb9a7[_0x35e59f(0xff)])throw new Error('Response\x20body\x20is\x20null');const _0x20d409=_0x3eb9a7[_0x35e59f(0xff)]['getReader'](),_0x5ddaa4=new TextDecoder();let _0x1388e3='',_0x36d469={};try{while(!![]){const {done:_0x2be01f,value:_0x22cd25}=await _0x20d409['read']();if(_0x2be01f){if(_0x36d469[_0x35e59f(0x109)]){_0xcf0418?.[_0x35e59f(0x107)](_0x35e59f(0xfe)+_0x36d469[_0x35e59f(0x109)]);const _0x5c9c1f=parseSSEData(_0x36d469[_0x35e59f(0x109)]);yield _0x5c9c1f;}break;}_0x1388e3+=_0x5ddaa4['decode'](_0x22cd25,{'stream':!![]});const _0x10fad4=_0x1388e3[_0x35e59f(0x106)]('\x0a');_0x1388e3=_0x10fad4[_0x35e59f(0xfb)]()||'';for(const _0x5522a2 of _0x10fad4){if(_0x5522a2[_0x35e59f(0x104)]()===''){if(_0x36d469['data']){_0xcf0418?.[_0x35e59f(0x107)](_0x35e59f(0xfe)+_0x36d469['data']);const _0x3a8309=parseSSEData(_0x36d469[_0x35e59f(0x109)]);yield _0x3a8309,_0x36d469={};}continue;}if(_0x5522a2[_0x35e59f(0xf4)](':'))continue;const _0x14c7df=_0x5522a2[_0x35e59f(0xf5)](':');if(_0x14c7df===-0x1)continue;const _0x22b21f=_0x5522a2['slice'](0x0,_0x14c7df);let _0x57da23=_0x5522a2[_0x35e59f(0xfd)](_0x14c7df+0x1);_0x57da23[_0x35e59f(0xf4)]('\x20')&&(_0x57da23=_0x57da23[_0x35e59f(0xfd)](0x1));switch(_0x22b21f){case'event':_0x36d469['event']=_0x57da23;break;case _0x35e59f(0x109):_0x36d469[_0x35e59f(0x109)]=_0x36d469[_0x35e59f(0x109)]?_0x36d469['data']+'\x0a'+_0x57da23:_0x57da23;break;case'id':_0x36d469['id']=_0x57da23;break;}}}}finally{_0x20d409[_0x35e59f(0x100)]();}}function a82_0xc99c(_0x5c70a8,_0x10e02f){const _0x4d5940=a82_0x4d59();return a82_0xc99c=function(_0xc99c7d,_0x1fac3b){_0xc99c7d=_0xc99c7d-0xf3;let _0x256722=_0x4d5940[_0xc99c7d];return _0x256722;},a82_0xc99c(_0x5c70a8,_0x10e02f);}function parseSSEData(_0x5d7cf2){const _0x37f5ba=a82_0xc99c;try{return JSON[_0x37f5ba(0xf3)](_0x5d7cf2);}catch(_0x5c4ad1){throw new Error(_0x37f5ba(0x105)+_0x5d7cf2,{'cause':_0x5c4ad1});}}function a82_0x4d59(){const _0x2e186f=['10pyzTjR','646728AQOCZv','38885wioKky','640197fDyuDD','8tJLZFn','pop','6396201NuAUGJ','slice','[LLM\x20API\x20SSE]\x20','body','releaseLock','222800dvLhQB','1678908QZsfqJ','376998futOKz','trim','Failed\x20to\x20parse\x20SSE\x20data\x20as\x20JSON:\x20','split','debug','22AxBfvI','data','parse','startsWith','indexOf'];a82_0x4d59=function(){return _0x2e186f;};return a82_0x4d59();}
1
+ function a86_0x3003(){const _0x1b3fcb=['decode','Failed\x20to\x20parse\x20SSE\x20data\x20as\x20JSON:\x20','646563KVfCib','20MZhFbn','Response\x20body\x20is\x20null','3925494WQBLWE','read','6376LhlCXP','5589925wisigd','[LLM\x20API\x20SSE]\x20','2639rlrlVt','event','pop','1473252oGkhQR','93734AtUNyo','split','body','slice','trim','2238jnuFMR','getReader','startsWith','12CvLZZU','debug','7415jJEAaR','data','indexOf','17ViAwom'];a86_0x3003=function(){return _0x1b3fcb;};return a86_0x3003();}function a86_0x19a7(_0x131456,_0x158611){const _0x3003aa=a86_0x3003();return a86_0x19a7=function(_0x19a7fb,_0x5e5642){_0x19a7fb=_0x19a7fb-0x176;let _0x545777=_0x3003aa[_0x19a7fb];return _0x545777;},a86_0x19a7(_0x131456,_0x158611);}(function(_0x39d70b,_0x5519fc){const _0x15c134=a86_0x19a7,_0x5c1b9e=_0x39d70b();while(!![]){try{const _0x89756e=-parseInt(_0x15c134(0x181))/0x1*(parseInt(_0x15c134(0x190))/0x2)+-parseInt(_0x15c134(0x184))/0x3+parseInt(_0x15c134(0x18f))/0x4+parseInt(_0x15c134(0x17e))/0x5*(-parseInt(_0x15c134(0x179))/0x6)+-parseInt(_0x15c134(0x18c))/0x7*(-parseInt(_0x15c134(0x189))/0x8)+parseInt(_0x15c134(0x187))/0x9*(parseInt(_0x15c134(0x185))/0xa)+parseInt(_0x15c134(0x18a))/0xb*(parseInt(_0x15c134(0x17c))/0xc);if(_0x89756e===_0x5519fc)break;else _0x5c1b9e['push'](_0x5c1b9e['shift']());}catch(_0x38e8e4){_0x5c1b9e['push'](_0x5c1b9e['shift']());}}}(a86_0x3003,0x7621e));export async function*parseSSEStream(_0x1e6756,_0x5670da){const _0x4d080f=a86_0x19a7;if(!_0x1e6756[_0x4d080f(0x176)])throw new Error(_0x4d080f(0x186));const _0x3139b9=_0x1e6756[_0x4d080f(0x176)][_0x4d080f(0x17a)](),_0x4f6943=new TextDecoder();let _0x5e2301='',_0x548eda={};try{while(!![]){const {done:_0x2140cf,value:_0xa3b8ec}=await _0x3139b9[_0x4d080f(0x188)]();if(_0x2140cf){if(_0x548eda[_0x4d080f(0x17f)]){_0x5670da?.[_0x4d080f(0x17d)](_0x4d080f(0x18b)+_0x548eda['data']);const _0x323751=parseSSEData(_0x548eda[_0x4d080f(0x17f)]);yield _0x323751;}break;}_0x5e2301+=_0x4f6943[_0x4d080f(0x182)](_0xa3b8ec,{'stream':!![]});const _0xa28365=_0x5e2301[_0x4d080f(0x191)]('\x0a');_0x5e2301=_0xa28365[_0x4d080f(0x18e)]()||'';for(const _0x14a02e of _0xa28365){if(_0x14a02e[_0x4d080f(0x178)]()===''){if(_0x548eda[_0x4d080f(0x17f)]){_0x5670da?.[_0x4d080f(0x17d)]('[LLM\x20API\x20SSE]\x20'+_0x548eda[_0x4d080f(0x17f)]);const _0x31ff10=parseSSEData(_0x548eda[_0x4d080f(0x17f)]);yield _0x31ff10,_0x548eda={};}continue;}if(_0x14a02e[_0x4d080f(0x17b)](':'))continue;const _0xce9d56=_0x14a02e[_0x4d080f(0x180)](':');if(_0xce9d56===-0x1)continue;const _0x3f2c3d=_0x14a02e[_0x4d080f(0x177)](0x0,_0xce9d56);let _0x385c17=_0x14a02e[_0x4d080f(0x177)](_0xce9d56+0x1);_0x385c17[_0x4d080f(0x17b)]('\x20')&&(_0x385c17=_0x385c17[_0x4d080f(0x177)](0x1));switch(_0x3f2c3d){case'event':_0x548eda[_0x4d080f(0x18d)]=_0x385c17;break;case _0x4d080f(0x17f):_0x548eda[_0x4d080f(0x17f)]=_0x548eda[_0x4d080f(0x17f)]?_0x548eda['data']+'\x0a'+_0x385c17:_0x385c17;break;case'id':_0x548eda['id']=_0x385c17;break;}}}}finally{_0x3139b9['releaseLock']();}}function parseSSEData(_0x466199){const _0xd13902=a86_0x19a7;try{return JSON['parse'](_0x466199);}catch(_0x2d187a){throw new Error(_0xd13902(0x183)+_0x466199,{'cause':_0x2d187a});}}
@@ -1 +1 @@
1
- (function(_0x31ad9f,_0x48bec7){const _0x17cb12=a83_0x3cae,_0x100c4c=_0x31ad9f();while(!![]){try{const _0x273b3b=-parseInt(_0x17cb12(0xa7))/0x1*(-parseInt(_0x17cb12(0xad))/0x2)+parseInt(_0x17cb12(0xb5))/0x3*(parseInt(_0x17cb12(0xac))/0x4)+-parseInt(_0x17cb12(0xa8))/0x5+-parseInt(_0x17cb12(0xb9))/0x6+parseInt(_0x17cb12(0xb8))/0x7*(parseInt(_0x17cb12(0xae))/0x8)+parseInt(_0x17cb12(0xa9))/0x9+parseInt(_0x17cb12(0xb6))/0xa*(-parseInt(_0x17cb12(0xb2))/0xb);if(_0x273b3b===_0x48bec7)break;else _0x100c4c['push'](_0x100c4c['shift']());}catch(_0x3c8861){_0x100c4c['push'](_0x100c4c['shift']());}}}(a83_0x40f1,0x30dd3));import a83_0x130466 from'string-width';function a83_0x3cae(_0x41d270,_0xeba413){const _0x40f17f=a83_0x40f1();return a83_0x3cae=function(_0x3caea9,_0x245259){_0x3caea9=_0x3caea9-0xa5;let _0x3423ca=_0x40f17f[_0x3caea9];return _0x3423ca;},a83_0x3cae(_0x41d270,_0xeba413);}function a83_0x40f1(){const _0xf9d10c=['287ATzULi','2258040gjvuVq','USERNAME','floor','slice','env','toString','Cannot\x20escape\x20empty\x20string\x20literal','238609otVmCO','1206975qERrtK','2615256IJJAQS','Cannot\x20build\x20LIKE\x20pattern\x20from\x20empty\x20string','toLowerCase','314908hWBZot','2RaIFpW','60608oMRkUW','unknown','trim','repeat','11shQhzM','replace','substring','3DQMzsl','1006540usOWVc','random'];a83_0x40f1=function(){return _0xf9d10c;};return a83_0x40f1();}export function stringWidth(_0x1d1bd5){return a83_0x130466(_0x1d1bd5);}export function padEnd(_0x23a70c,_0x527ac9){const _0x266681=a83_0x3cae,_0x388a11=stringWidth(_0x23a70c);if(_0x388a11>=_0x527ac9)return _0x23a70c;return _0x23a70c+'\x20'[_0x266681(0xb1)](_0x527ac9-_0x388a11);}export function padStart(_0x61bc6a,_0x489623){const _0x5d9abb=a83_0x3cae,_0x455d8=stringWidth(_0x61bc6a);if(_0x455d8>=_0x489623)return _0x61bc6a;return'\x20'[_0x5d9abb(0xb1)](_0x489623-_0x455d8)+_0x61bc6a;}export function centerAlign(_0x11265f,_0x15494d){const _0x1d2f5c=a83_0x3cae,_0x54ae77=stringWidth(_0x11265f);if(_0x54ae77>_0x15494d){if(_0x15494d<=0x1)return'…'[_0x1d2f5c(0xb4)](0x0,_0x15494d);let _0x8f31e9=_0x11265f;while(stringWidth(_0x8f31e9+'…')>_0x15494d){_0x8f31e9=_0x8f31e9[_0x1d2f5c(0xbc)](0x0,-0x1);}return _0x8f31e9+'…';}if(_0x54ae77===_0x15494d)return _0x11265f;const _0x5256df=_0x15494d-_0x54ae77,_0x4d7b7a=Math[_0x1d2f5c(0xbb)](_0x5256df/0x2),_0x2b00b3=_0x5256df-_0x4d7b7a;return'\x20'[_0x1d2f5c(0xb1)](_0x4d7b7a)+_0x11265f+'\x20'[_0x1d2f5c(0xb1)](_0x2b00b3);}export function escapeStringLiteral(_0x264544){const _0x4bdff2=a83_0x3cae;if(!_0x264544||_0x264544[_0x4bdff2(0xb0)]()['length']===0x0)throw new Error(_0x4bdff2(0xa6));const _0x223bf3=_0x264544['replace'](/'/g,'\x27\x27');return'\x27'+_0x223bf3+'\x27';}export function globToLike(_0x1ee44b){const _0x2eed3a=a83_0x3cae;let _0x4fbbb2=_0x1ee44b[_0x2eed3a(0xb3)](/\\/g,'\x5c\x5c')[_0x2eed3a(0xb3)](/%/g,'\x5c%')['replace'](/_/g,'\x5c_');return _0x4fbbb2=_0x4fbbb2[_0x2eed3a(0xb3)](/\*/g,'%')[_0x2eed3a(0xb3)](/\?/g,'_'),_0x4fbbb2;}export function buildLikePattern(_0x1f1309){const _0x4c8b13=a83_0x3cae;if(!_0x1f1309||_0x1f1309[_0x4c8b13(0xb0)]()['length']===0x0)throw new Error(_0x4c8b13(0xaa));const _0x51350c=globToLike(_0x1f1309),_0x517dfd=_0x51350c[_0x4c8b13(0xb3)](/'/g,'\x27\x27');return'\x27'+_0x517dfd+'\x27';}export function matchGlobPattern(_0x2e04d4,_0x1dc6ad){const _0x53a204=a83_0x3cae,_0x4d7fb7=_0x1dc6ad[_0x53a204(0xb3)](/[.+^${}()|[\]\\]/g,'\x5c$&')[_0x53a204(0xb3)](/\*/g,'.*')[_0x53a204(0xb3)](/\?/g,'.'),_0x1a3bd9=new RegExp('^'+_0x4d7fb7+'$');return _0x1a3bd9['test'](_0x2e04d4);}export function getSanitizedUsername(){const _0x133796=a83_0x3cae,_0x2fd9e5=process['env']['USER']||process[_0x133796(0xbd)][_0x133796(0xba)]||_0x133796(0xaf);return _0x2fd9e5['replace'](/[^a-zA-Z0-9]/g,'')[_0x133796(0xab)]();}export function generateRandomHex(){const _0x1c500e=a83_0x3cae,_0x4be6bf=Math[_0x1c500e(0xbb)](Math[_0x1c500e(0xb7)]()*0xfffff);return _0x4be6bf[_0x1c500e(0xa5)](0x10)['padStart'](0x5,'0');}
1
+ (function(_0x46af0a,_0x266d0a){const _0x47977d=a87_0x10f0,_0xf147f1=_0x46af0a();while(!![]){try{const _0x461b70=parseInt(_0x47977d(0x194))/0x1*(parseInt(_0x47977d(0x195))/0x2)+parseInt(_0x47977d(0x18e))/0x3+-parseInt(_0x47977d(0x19f))/0x4*(-parseInt(_0x47977d(0x18f))/0x5)+parseInt(_0x47977d(0x18d))/0x6+parseInt(_0x47977d(0x196))/0x7+-parseInt(_0x47977d(0x19c))/0x8*(parseInt(_0x47977d(0x192))/0x9)+-parseInt(_0x47977d(0x190))/0xa;if(_0x461b70===_0x266d0a)break;else _0xf147f1['push'](_0xf147f1['shift']());}catch(_0x49222d){_0xf147f1['push'](_0xf147f1['shift']());}}}(a87_0x5384,0xcdb9d));import a87_0x38ecb4 from'string-width';export function stringWidth(_0x1c1023){return a87_0x38ecb4(_0x1c1023);}export function padEnd(_0x502658,_0x4d76cb){const _0x1deedf=a87_0x10f0,_0x4383ea=stringWidth(_0x502658);if(_0x4383ea>=_0x4d76cb)return _0x502658;return _0x502658+'\x20'[_0x1deedf(0x19d)](_0x4d76cb-_0x4383ea);}export function padStart(_0x3a0d9a,_0x56cfc4){const _0xab549e=stringWidth(_0x3a0d9a);if(_0xab549e>=_0x56cfc4)return _0x3a0d9a;return'\x20'['repeat'](_0x56cfc4-_0xab549e)+_0x3a0d9a;}export function centerAlign(_0x2b38d1,_0x4bc1b4){const _0x4763c4=a87_0x10f0,_0x293cfc=stringWidth(_0x2b38d1);if(_0x293cfc>_0x4bc1b4){if(_0x4bc1b4<=0x1)return'…'[_0x4763c4(0x1a7)](0x0,_0x4bc1b4);let _0x3ba1b9=_0x2b38d1;while(stringWidth(_0x3ba1b9+'…')>_0x4bc1b4){_0x3ba1b9=_0x3ba1b9[_0x4763c4(0x18c)](0x0,-0x1);}return _0x3ba1b9+'…';}if(_0x293cfc===_0x4bc1b4)return _0x2b38d1;const _0x39da28=_0x4bc1b4-_0x293cfc,_0x1528a4=Math[_0x4763c4(0x19a)](_0x39da28/0x2),_0x3e6c52=_0x39da28-_0x1528a4;return'\x20'[_0x4763c4(0x19d)](_0x1528a4)+_0x2b38d1+'\x20'['repeat'](_0x3e6c52);}export function escapeStringLiteral(_0x1cdbb4){const _0x1a118a=a87_0x10f0;if(!_0x1cdbb4||_0x1cdbb4[_0x1a118a(0x199)]()[_0x1a118a(0x1a0)]===0x0)throw new Error(_0x1a118a(0x19b));const _0x1140d4=_0x1cdbb4[_0x1a118a(0x1a3)](/'/g,'\x27\x27');return'\x27'+_0x1140d4+'\x27';}export function globToLike(_0x56c896){const _0x2a5bf2=a87_0x10f0;let _0x95b854=_0x56c896[_0x2a5bf2(0x1a3)](/\\/g,'\x5c\x5c')[_0x2a5bf2(0x1a3)](/%/g,'\x5c%')['replace'](/_/g,'\x5c_');return _0x95b854=_0x95b854[_0x2a5bf2(0x1a3)](/\*/g,'%')[_0x2a5bf2(0x1a3)](/\?/g,'_'),_0x95b854;}export function buildLikePattern(_0x115a60){const _0x11f509=a87_0x10f0;if(!_0x115a60||_0x115a60[_0x11f509(0x199)]()['length']===0x0)throw new Error('Cannot\x20build\x20LIKE\x20pattern\x20from\x20empty\x20string');const _0x432a4d=globToLike(_0x115a60),_0x34baf0=_0x432a4d[_0x11f509(0x1a3)](/'/g,'\x27\x27');return'\x27'+_0x34baf0+'\x27';}function a87_0x5384(){const _0x487a47=['6960730ALgZAW','env','USERNAME','trim','floor','Cannot\x20escape\x20empty\x20string\x20literal','482872FlaoGq','repeat','toString','46524IDfXjD','length','USER','\x5c$&','replace','toLowerCase','random','test','substring','slice','4531794fUBRpD','2217360QWbEGh','515kmvAKU','32991150LwNjLV','padStart','90IcslEv','unknown','352852MJENcd','6TGcwNi'];a87_0x5384=function(){return _0x487a47;};return a87_0x5384();}export function matchGlobPattern(_0x24a9f0,_0x57c544){const _0x2ad945=a87_0x10f0,_0x55cae0=_0x57c544['replace'](/[.+^${}()|[\]\\]/g,_0x2ad945(0x1a2))[_0x2ad945(0x1a3)](/\*/g,'.*')[_0x2ad945(0x1a3)](/\?/g,'.'),_0x120d72=new RegExp('^'+_0x55cae0+'$');return _0x120d72[_0x2ad945(0x1a6)](_0x24a9f0);}export function getSanitizedUsername(){const _0x1a8e96=a87_0x10f0,_0x289b01=process[_0x1a8e96(0x197)][_0x1a8e96(0x1a1)]||process['env'][_0x1a8e96(0x198)]||_0x1a8e96(0x193);return _0x289b01[_0x1a8e96(0x1a3)](/[^a-zA-Z0-9]/g,'')[_0x1a8e96(0x1a4)]();}function a87_0x10f0(_0x112553,_0x2ff5ef){const _0x5384ba=a87_0x5384();return a87_0x10f0=function(_0x10f018,_0x15d810){_0x10f018=_0x10f018-0x18c;let _0x4150b9=_0x5384ba[_0x10f018];return _0x4150b9;},a87_0x10f0(_0x112553,_0x2ff5ef);}export function generateRandomHex(){const _0x52f14d=a87_0x10f0,_0x468548=Math[_0x52f14d(0x19a)](Math[_0x52f14d(0x1a5)]()*0xfffff);return _0x468548[_0x52f14d(0x19e)](0x10)[_0x52f14d(0x191)](0x5,'0');}
@@ -1 +1 @@
1
- (function(_0x54b8a0,_0x22032b){const _0x5e33ff=a84_0x5f2a,_0x216c0c=_0x54b8a0();while(!![]){try{const _0x1d7436=parseInt(_0x5e33ff(0xa8))/0x1+parseInt(_0x5e33ff(0xa3))/0x2*(-parseInt(_0x5e33ff(0xb2))/0x3)+-parseInt(_0x5e33ff(0xac))/0x4+-parseInt(_0x5e33ff(0xa2))/0x5+-parseInt(_0x5e33ff(0x9f))/0x6*(parseInt(_0x5e33ff(0xb0))/0x7)+parseInt(_0x5e33ff(0xad))/0x8+parseInt(_0x5e33ff(0xb1))/0x9;if(_0x1d7436===_0x22032b)break;else _0x216c0c['push'](_0x216c0c['shift']());}catch(_0xdaa8c7){_0x216c0c['push'](_0x216c0c['shift']());}}}(a84_0x51d2,0x2c43a));function a84_0x5f2a(_0x5c7458,_0x18013b){const _0x51d260=a84_0x51d2();return a84_0x5f2a=function(_0x5f2a5a,_0x52aca1){_0x5f2a5a=_0x5f2a5a-0x9c;let _0x2b18d2=_0x51d260[_0x5f2a5a];return _0x2b18d2;},a84_0x5f2a(_0x5c7458,_0x18013b);}function hasWildcard(_0x5cb234){const _0x12b930=a84_0x5f2a;return _0x5cb234[_0x12b930(0x9c)]('*')||_0x5cb234[_0x12b930(0x9c)]('?');}export function parseTableReference(_0x482c57){const _0x24544d=a84_0x5f2a;if(!_0x482c57||_0x482c57['trim']()[_0x24544d(0x9e)]===0x0)throw new Error(_0x24544d(0xa5));const _0x2dda79=_0x482c57[_0x24544d(0xa1)](),_0x39de7e={'original':_0x2dda79},_0x102bda=_0x2dda79[_0x24544d(0xae)]('.');if(_0x102bda['length']===0x1){const _0x3135fc=_0x102bda[0x0];if(!_0x3135fc)throw new Error(_0x24544d(0xb3));_0x39de7e[_0x24544d(0xa6)]=_0x3135fc;}else{if(_0x102bda['length']===0x2){const [_0x3876c8,_0x5a06c1]=_0x102bda;if(!_0x3876c8)throw new Error(_0x24544d(0xa0));if(!_0x5a06c1)throw new Error('Table\x20part\x20cannot\x20be\x20empty\x20-\x20use\x20\x22*\x22\x20for\x20all\x20tables\x20(e.g.,\x20\x22mydb.*\x22)');_0x39de7e[_0x24544d(0xab)]=_0x3876c8,_0x39de7e[_0x24544d(0xa6)]=_0x5a06c1;}else{if(_0x102bda[_0x24544d(0x9e)]===0x3){const [_0x4310a5,_0x1994ad,_0x15f7df]=_0x102bda;if(!_0x4310a5||!_0x1994ad||!_0x15f7df)throw new Error('Invalid\x20catalog.database.table\x20format\x20-\x20all\x20parts\x20must\x20be\x20non-empty');_0x39de7e['catalog']=_0x4310a5,_0x39de7e[_0x24544d(0xab)]=_0x1994ad,_0x39de7e[_0x24544d(0xa6)]=_0x15f7df;}else throw new Error(_0x24544d(0xaf));}}return _0x39de7e;}function a84_0x51d2(){const _0x37e73c=['Pattern\x20cannot\x20be\x20empty\x20or\x20whitespace-only','table','catalog','44625muzztN','push','Wildcards\x20are\x20not\x20allowed\x20in\x20table\x20name\x20for\x20describe\x20operation','database','680056BeEntd','71776NaIxkM','split','Invalid\x20pattern\x20format\x20-\x20too\x20many\x20dots\x20(max:\x20catalog.database.table)','98TQSZXD','7003665MiPOtD','6JiOWsF','Pattern\x20cannot\x20be\x20just\x20a\x20dot','includes','Wildcards\x20are\x20not\x20allowed\x20in\x20database\x20name\x20for\x20describe\x20operation','length','51846hgMJAk','Database\x20part\x20cannot\x20be\x20empty\x20-\x20use\x20\x22*\x22\x20for\x20all\x20databases\x20(e.g.,\x20\x22*.mytable\x22)','trim','1198230WLDyqg','119842JNbttt','Table\x20name\x20is\x20required\x20for\x20describe\x20operation'];a84_0x51d2=function(){return _0x37e73c;};return a84_0x51d2();}export function formatTableReference(_0x5358ff){const _0x4382bc=a84_0x5f2a,_0x556832=[];return _0x5358ff['catalog']&&_0x556832[_0x4382bc(0xa9)](_0x5358ff[_0x4382bc(0xa7)]),_0x5358ff[_0x4382bc(0xab)]&&_0x556832['push'](_0x5358ff['database']),_0x5358ff[_0x4382bc(0xa6)]&&_0x556832['push'](_0x5358ff[_0x4382bc(0xa6)]),_0x556832['join']('.');}export function validateTableListReference(_0x5579b1){return undefined;}export function validateTableDescribeReference(_0xe39ee2){const _0x17e02d=a84_0x5f2a;if(!_0xe39ee2[_0x17e02d(0xa6)])return _0x17e02d(0xa4);if(_0xe39ee2[_0x17e02d(0xab)]&&hasWildcard(_0xe39ee2[_0x17e02d(0xab)]))return _0x17e02d(0x9d);if(hasWildcard(_0xe39ee2[_0x17e02d(0xa6)]))return _0x17e02d(0xaa);return undefined;}
1
+ (function(_0x4fa1b3,_0x4ddd50){const _0x42e776=a88_0x49f3,_0x401c1d=_0x4fa1b3();while(!![]){try{const _0x22070d=-parseInt(_0x42e776(0x13b))/0x1*(parseInt(_0x42e776(0x12d))/0x2)+parseInt(_0x42e776(0x135))/0x3*(-parseInt(_0x42e776(0x134))/0x4)+parseInt(_0x42e776(0x141))/0x5+-parseInt(_0x42e776(0x13d))/0x6+-parseInt(_0x42e776(0x138))/0x7+parseInt(_0x42e776(0x139))/0x8+parseInt(_0x42e776(0x13a))/0x9;if(_0x22070d===_0x4ddd50)break;else _0x401c1d['push'](_0x401c1d['shift']());}catch(_0x3ba8d4){_0x401c1d['push'](_0x401c1d['shift']());}}}(a88_0x27e4,0x8e067));function a88_0x49f3(_0x2bb85d,_0x2552d1){const _0x27e433=a88_0x27e4();return a88_0x49f3=function(_0x49f3ff,_0x974ff7){_0x49f3ff=_0x49f3ff-0x12b;let _0xc8125b=_0x27e433[_0x49f3ff];return _0xc8125b;},a88_0x49f3(_0x2bb85d,_0x2552d1);}function hasWildcard(_0x2c8dbc){const _0x592d7d=a88_0x49f3;return _0x2c8dbc['includes']('*')||_0x2c8dbc[_0x592d7d(0x140)]('?');}export function parseTableReference(_0x3fc36f){const _0x1e8ea7=a88_0x49f3;if(!_0x3fc36f||_0x3fc36f[_0x1e8ea7(0x13f)]()['length']===0x0)throw new Error(_0x1e8ea7(0x143));const _0x2a6561=_0x3fc36f[_0x1e8ea7(0x13f)](),_0x36f868={'original':_0x2a6561},_0x1b1590=_0x2a6561['split']('.');if(_0x1b1590[_0x1e8ea7(0x12e)]===0x1){const _0x223921=_0x1b1590[0x0];if(!_0x223921)throw new Error(_0x1e8ea7(0x132));_0x36f868[_0x1e8ea7(0x13c)]=_0x223921;}else{if(_0x1b1590[_0x1e8ea7(0x12e)]===0x2){const [_0xe2e6b7,_0x22bf22]=_0x1b1590;if(!_0xe2e6b7)throw new Error(_0x1e8ea7(0x12c));if(!_0x22bf22)throw new Error(_0x1e8ea7(0x142));_0x36f868['database']=_0xe2e6b7,_0x36f868['table']=_0x22bf22;}else{if(_0x1b1590['length']===0x3){const [_0x138da0,_0x4d01ec,_0x4cd02e]=_0x1b1590;if(!_0x138da0||!_0x4d01ec||!_0x4cd02e)throw new Error(_0x1e8ea7(0x13e));_0x36f868['catalog']=_0x138da0,_0x36f868[_0x1e8ea7(0x12f)]=_0x4d01ec,_0x36f868[_0x1e8ea7(0x13c)]=_0x4cd02e;}else throw new Error(_0x1e8ea7(0x133));}}return _0x36f868;}export function formatTableReference(_0x479920){const _0x10cacc=a88_0x49f3,_0x77222b=[];return _0x479920['catalog']&&_0x77222b[_0x10cacc(0x131)](_0x479920[_0x10cacc(0x12b)]),_0x479920[_0x10cacc(0x12f)]&&_0x77222b[_0x10cacc(0x131)](_0x479920[_0x10cacc(0x12f)]),_0x479920[_0x10cacc(0x13c)]&&_0x77222b[_0x10cacc(0x131)](_0x479920[_0x10cacc(0x13c)]),_0x77222b[_0x10cacc(0x137)]('.');}function a88_0x27e4(){const _0x1c73e1=['Invalid\x20pattern\x20format\x20-\x20too\x20many\x20dots\x20(max:\x20catalog.database.table)','1940780WhenSQ','3LSDlIy','Wildcards\x20are\x20not\x20allowed\x20in\x20table\x20name\x20for\x20describe\x20operation','join','5874680kDIJBj','8698680CVDlfW','7250481WQIXXZ','2443aGIvye','table','5381310RlVrCs','Invalid\x20catalog.database.table\x20format\x20-\x20all\x20parts\x20must\x20be\x20non-empty','trim','includes','5417820KWoUfX','Table\x20part\x20cannot\x20be\x20empty\x20-\x20use\x20\x22*\x22\x20for\x20all\x20tables\x20(e.g.,\x20\x22mydb.*\x22)','Pattern\x20cannot\x20be\x20empty\x20or\x20whitespace-only','catalog','Database\x20part\x20cannot\x20be\x20empty\x20-\x20use\x20\x22*\x22\x20for\x20all\x20databases\x20(e.g.,\x20\x22*.mytable\x22)','142upZboG','length','database','Wildcards\x20are\x20not\x20allowed\x20in\x20database\x20name\x20for\x20describe\x20operation','push','Pattern\x20cannot\x20be\x20just\x20a\x20dot'];a88_0x27e4=function(){return _0x1c73e1;};return a88_0x27e4();}export function validateTableListReference(_0x2da4bf){return undefined;}export function validateTableDescribeReference(_0x599209){const _0x396741=a88_0x49f3;if(!_0x599209['table'])return'Table\x20name\x20is\x20required\x20for\x20describe\x20operation';if(_0x599209[_0x396741(0x12f)]&&hasWildcard(_0x599209[_0x396741(0x12f)]))return _0x396741(0x130);if(hasWildcard(_0x599209[_0x396741(0x13c)]))return _0x396741(0x136);return undefined;}
@@ -1 +1 @@
1
- const a85_0x22e6a8=a85_0x3cb0;(function(_0x48242a,_0x548f10){const _0x24e33f=a85_0x3cb0,_0x2f8c97=_0x48242a();while(!![]){try{const _0x2f14b7=parseInt(_0x24e33f(0x140))/0x1+parseInt(_0x24e33f(0x175))/0x2*(parseInt(_0x24e33f(0x14e))/0x3)+parseInt(_0x24e33f(0x171))/0x4*(-parseInt(_0x24e33f(0x14c))/0x5)+-parseInt(_0x24e33f(0x150))/0x6+-parseInt(_0x24e33f(0x159))/0x7*(parseInt(_0x24e33f(0x154))/0x8)+parseInt(_0x24e33f(0x177))/0x9*(parseInt(_0x24e33f(0x16e))/0xa)+parseInt(_0x24e33f(0x170))/0xb;if(_0x2f14b7===_0x548f10)break;else _0x2f8c97['push'](_0x2f8c97['shift']());}catch(_0x3d86ab){_0x2f8c97['push'](_0x2f8c97['shift']());}}}(a85_0x43f8,0xdc765));function a85_0x43f8(){const _0x5e6334=['getSeconds','floor','cause','tdx','split','logLevel','getMilliseconds','init','logStream','INFO','getFullYear','error','20AmnbNI','write','1109526EozEAX','8WKDQtt','getDate','ERROR','debug','110dHTPgS','name','7861716nOljAq','gray','cyan','TRACE','yellow','269936xZqKzE','Proxy\x20session\x20ended','warn','red','abs','logDir','log','stack','fileOnly','.cache','info','end','615670nkLWJy','getLogPath','62571KwWZgr','rotateOldLogs','9671544zMdsGl','Warning:\x20Failed\x20to\x20initialize\x20log\x20files:','string','DEBUG','2015120ydfuWS','logs','toString','message','map','14XdObVd','WARN','test','padStart','Warning:\x20Error\x20writing\x20to\x20tdx.log:','trace','close','getHours','tdx.log'];a85_0x43f8=function(){return _0x5e6334;};return a85_0x43f8();}import{createWriteStream,createReadStream}from'fs';import{mkdir,readdir,unlink,stat,rename}from'fs/promises';import{join}from'path';import{homedir}from'os';import{createGzip}from'zlib';function a85_0x3cb0(_0x160801,_0x58a074){const _0x43f89a=a85_0x43f8();return a85_0x3cb0=function(_0x3cb0dc,_0x1f852a){_0x3cb0dc=_0x3cb0dc-0x13f;let _0x2e4cd9=_0x43f89a[_0x3cb0dc];return _0x2e4cd9;},a85_0x3cb0(_0x160801,_0x58a074);}import{pipeline}from'stream/promises';import a85_0x440fa2 from'chalk';function safeStringify(_0x319b4c){const _0x253e7c=a85_0x3cb0;if(typeof _0x319b4c===_0x253e7c(0x152))return _0x319b4c;if(_0x319b4c instanceof Error)return _0x319b4c[_0x253e7c(0x147)]||_0x319b4c['name']+':\x20'+_0x319b4c[_0x253e7c(0x157)];try{return JSON['stringify'](_0x319b4c,(_0x2d2c2d,_0x679569)=>{const _0x1952e6=_0x253e7c;if(_0x679569 instanceof Error)return{'name':_0x679569[_0x1952e6(0x176)],'message':_0x679569[_0x1952e6(0x157)],'stack':_0x679569['stack'],'cause':_0x679569[_0x1952e6(0x164)]};return _0x679569;});}catch{return String(_0x319b4c);}}function getTimezoneOffset(){const _0x111220=a85_0x3cb0,_0x45cd3c=-new Date()['getTimezoneOffset'](),_0x44b340=Math[_0x111220(0x163)](Math[_0x111220(0x144)](_0x45cd3c)/0x3c),_0x443ddb=Math[_0x111220(0x144)](_0x45cd3c)%0x3c,_0xe7bbdf=_0x45cd3c>=0x0?'+':'-';return''+_0xe7bbdf+_0x44b340[_0x111220(0x156)]()['padStart'](0x2,'0')+_0x443ddb['toString']()[_0x111220(0x15c)](0x2,'0');}function formatTimestamp(){const _0x3bb351=a85_0x3cb0,_0x506ef8=new Date(),_0x2c9bd7=_0x506ef8[_0x3bb351(0x16c)](),_0x1f3aa1=(_0x506ef8['getMonth']()+0x1)[_0x3bb351(0x156)]()[_0x3bb351(0x15c)](0x2,'0'),_0x52f642=_0x506ef8[_0x3bb351(0x172)]()[_0x3bb351(0x156)]()[_0x3bb351(0x15c)](0x2,'0'),_0x18e11f=_0x506ef8[_0x3bb351(0x160)]()[_0x3bb351(0x156)]()[_0x3bb351(0x15c)](0x2,'0'),_0x34ff21=_0x506ef8['getMinutes']()[_0x3bb351(0x156)]()['padStart'](0x2,'0'),_0x36c34e=_0x506ef8[_0x3bb351(0x162)]()['toString']()[_0x3bb351(0x15c)](0x2,'0'),_0x19ad43=_0x506ef8[_0x3bb351(0x168)]()[_0x3bb351(0x156)]()['padStart'](0x3,'0'),_0x2ccd92=getTimezoneOffset();return _0x2c9bd7+'-'+_0x1f3aa1+'-'+_0x52f642+'\x20'+_0x18e11f+':'+_0x34ff21+':'+_0x36c34e+'.'+_0x19ad43+_0x2ccd92;}function formatColoredLogEntry(_0x1f2050,_0x2dd5fb){const _0x3820d2=a85_0x3cb0,_0x143d57=formatTimestamp(),_0x4fac87=_0x2dd5fb[_0x3820d2(0x158)](safeStringify)['join']('\x20'),_0x505841=a85_0x440fa2[_0x3820d2(0x178)](_0x143d57);let _0x3bad30;switch(_0x1f2050){case _0x3820d2(0x14a):_0x3bad30=a85_0x440fa2[_0x3820d2(0x179)]('['+_0x1f2050+']\x20');break;case'warn':_0x3bad30=a85_0x440fa2[_0x3820d2(0x13f)]('['+_0x1f2050+']\x20');break;case _0x3820d2(0x16d):_0x3bad30=a85_0x440fa2[_0x3820d2(0x143)]('['+_0x1f2050+']');break;case _0x3820d2(0x174):_0x3bad30=a85_0x440fa2[_0x3820d2(0x178)]('['+_0x1f2050+']');break;default:_0x3bad30='['+_0x1f2050+']';}return _0x505841+'\x20'+_0x3bad30+'\x20'+_0x4fac87;}export var LogLevel;(function(_0x3bc925){const _0x2cc33e=a85_0x3cb0;_0x3bc925[_0x3bc925['TRACE']=-0x2]=_0x2cc33e(0x17a),_0x3bc925[_0x3bc925[_0x2cc33e(0x153)]=-0x1]=_0x2cc33e(0x153),_0x3bc925[_0x3bc925['INFO']=0x0]=_0x2cc33e(0x16b),_0x3bc925[_0x3bc925[_0x2cc33e(0x15a)]=0x1]=_0x2cc33e(0x15a),_0x3bc925[_0x3bc925[_0x2cc33e(0x173)]=0x2]=_0x2cc33e(0x173);}(LogLevel||(LogLevel={})));export class TDXLogger{[a85_0x22e6a8(0x16a)];['logDir'];['logLevel'];['fileOnly'];constructor(_0x5d6257=LogLevel[a85_0x22e6a8(0x16b)],_0x64419e=![]){const _0xcce08d=a85_0x22e6a8;this[_0xcce08d(0x145)]=join(homedir(),_0xcce08d(0x149),_0xcce08d(0x165),_0xcce08d(0x155)),this[_0xcce08d(0x167)]=_0x5d6257,this['fileOnly']=_0x64419e;}async[a85_0x22e6a8(0x169)](){const _0x332dcf=a85_0x22e6a8;try{await mkdir(this[_0x332dcf(0x145)],{'recursive':!![]}),await this[_0x332dcf(0x14f)]();const _0x3e7d47=join(this[_0x332dcf(0x145)],'tdx.log');this['logStream']=createWriteStream(_0x3e7d47,{'flags':'a'}),this[_0x332dcf(0x16a)]['on'](_0x332dcf(0x16d),_0x176566=>{const _0x43a544=_0x332dcf;console[_0x43a544(0x16d)](_0x43a544(0x15d),_0x176566[_0x43a544(0x157)]);});}catch(_0x519697){console[_0x332dcf(0x16d)](_0x332dcf(0x151),_0x519697);}}async[a85_0x22e6a8(0x14f)](){const _0x18f447=a85_0x22e6a8;try{const _0x4a290c=await readdir(this[_0x18f447(0x145)]),_0x4d6114=new Date()['toISOString']()[_0x18f447(0x166)]('T')[0x0];if(_0x4a290c['includes']('tdx.log')){const _0x30dc82=join(this['logDir'],_0x18f447(0x161)),_0x5958d6=await stat(_0x30dc82),_0x445c26=new Date(_0x5958d6['mtime'])['toISOString']()['split']('T')[0x0];if(_0x445c26<_0x4d6114){const _0x381a98=join(this[_0x18f447(0x145)],'tdx-'+_0x445c26+'.log');await rename(_0x30dc82,_0x381a98);}}const _0x23de92=await readdir(this[_0x18f447(0x145)]),_0x145ae3=/^tdx-(\d{4}-\d{2}-\d{2})\.log$/,_0x49c6e7=_0x23de92['filter'](_0x10d06f=>_0x145ae3[_0x18f447(0x15b)](_0x10d06f));for(const _0x448ace of _0x49c6e7){const _0x358479=join(this[_0x18f447(0x145)],_0x448ace),_0x586c4b=join(this[_0x18f447(0x145)],_0x448ace+'.gz');try{await pipeline(createReadStream(_0x358479),createGzip(),createWriteStream(_0x586c4b)),await unlink(_0x358479);}catch(_0x129b96){console['error']('Warning:\x20Failed\x20to\x20compress\x20'+_0x448ace+':',_0x129b96);}}}catch{}}[a85_0x22e6a8(0x174)](..._0x2638ff){const _0x3a5686=a85_0x22e6a8;if(this[_0x3a5686(0x167)]>LogLevel[_0x3a5686(0x153)])return;const _0x264045=formatColoredLogEntry('debug',_0x2638ff);this['logStream']?.[_0x3a5686(0x16f)](_0x264045+'\x0a');}[a85_0x22e6a8(0x15e)](..._0x17d9b5){const _0x40264a=a85_0x22e6a8;if(this[_0x40264a(0x167)]>LogLevel[_0x40264a(0x17a)])return;const _0x50b5cd=formatColoredLogEntry(_0x40264a(0x15e),_0x17d9b5);this[_0x40264a(0x16a)]?.[_0x40264a(0x16f)](_0x50b5cd+'\x0a');}[a85_0x22e6a8(0x14a)](..._0x2205f3){const _0x1c6756=a85_0x22e6a8;if(this[_0x1c6756(0x167)]>LogLevel[_0x1c6756(0x16b)])return;const _0x578fc0=formatColoredLogEntry(_0x1c6756(0x14a),_0x2205f3);!this[_0x1c6756(0x148)]&&console[_0x1c6756(0x146)](_0x578fc0),this[_0x1c6756(0x16a)]?.['write'](_0x578fc0+'\x0a');}[a85_0x22e6a8(0x142)](..._0x857f2b){const _0x4bd43d=a85_0x22e6a8;if(this['logLevel']>LogLevel['WARN'])return;const _0x5b6be5=formatColoredLogEntry(_0x4bd43d(0x142),_0x857f2b);!this[_0x4bd43d(0x148)]&&console[_0x4bd43d(0x16d)](_0x5b6be5),this['logStream']?.[_0x4bd43d(0x16f)](_0x5b6be5+'\x0a');}[a85_0x22e6a8(0x16d)](..._0x37fe2e){const _0x16671d=a85_0x22e6a8,_0x38b1cc=formatColoredLogEntry('error',_0x37fe2e);!this['fileOnly']&&console[_0x16671d(0x16d)](_0x38b1cc),this[_0x16671d(0x16a)]?.[_0x16671d(0x16f)](_0x38b1cc+'\x0a');}async[a85_0x22e6a8(0x15f)](){const _0x9e3a0c=a85_0x22e6a8;return this[_0x9e3a0c(0x14a)](_0x9e3a0c(0x141)),new Promise(_0xfc2934=>{const _0x32455f=_0x9e3a0c;this[_0x32455f(0x16a)]?this[_0x32455f(0x16a)][_0x32455f(0x14b)](()=>{_0xfc2934();}):_0xfc2934();});}[a85_0x22e6a8(0x14d)](){const _0x43100f=a85_0x22e6a8;return join(this['logDir'],_0x43100f(0x161));}}
1
+ const a89_0x3389d3=a89_0x500b;(function(_0x5b12ea,_0x12c474){const _0xa7f887=a89_0x500b,_0xe36d2a=_0x5b12ea();while(!![]){try{const _0x390530=parseInt(_0xa7f887(0x1da))/0x1+parseInt(_0xa7f887(0x1cb))/0x2+-parseInt(_0xa7f887(0x1f0))/0x3*(parseInt(_0xa7f887(0x1f6))/0x4)+parseInt(_0xa7f887(0x1e4))/0x5*(parseInt(_0xa7f887(0x1d4))/0x6)+-parseInt(_0xa7f887(0x1d3))/0x7*(parseInt(_0xa7f887(0x1e8))/0x8)+parseInt(_0xa7f887(0x1d5))/0x9*(parseInt(_0xa7f887(0x200))/0xa)+-parseInt(_0xa7f887(0x1e0))/0xb;if(_0x390530===_0x12c474)break;else _0xe36d2a['push'](_0xe36d2a['shift']());}catch(_0x29e72e){_0xe36d2a['push'](_0xe36d2a['shift']());}}}(a89_0x5309,0x742bb));import{createWriteStream,createReadStream}from'fs';function a89_0x5309(){const _0x270d6d=['rotateOldLogs','768568RQenOl','abs','getHours','cyan','getTimezoneOffset','cause','13649119PdJyyC','close','message','error','260WyDAcF','Warning:\x20Error\x20writing\x20to\x20tdx.log:','split','floor','112huqcAN','.cache','init','join','WARN','padStart','filter','tdx.log','42dyqNbk','gray','getLogPath','DEBUG','getMilliseconds','toISOString','47684QVJXJe','fileOnly','getMonth','getSeconds','logDir','getFullYear','INFO','logLevel','trace','logStream','10QWZWcp','write','.gz','logs','info','.log','name','Warning:\x20Failed\x20to\x20initialize\x20log\x20files:','Proxy\x20session\x20ended','TRACE','stringify','yellow','979704uJVGNq','red','debug','test','tdx-','warn','toString','ERROR','269325VThIBb','39546tRkQuZ','7389504XhoUiX','Warning:\x20Failed\x20to\x20compress\x20','includes','mtime'];a89_0x5309=function(){return _0x270d6d;};return a89_0x5309();}import{mkdir,readdir,unlink,stat,rename}from'fs/promises';import{join}from'path';import{homedir}from'os';import{createGzip}from'zlib';import{pipeline}from'stream/promises';import a89_0x25af63 from'chalk';function safeStringify(_0x2ae290){const _0x5e00ba=a89_0x500b;if(typeof _0x2ae290==='string')return _0x2ae290;if(_0x2ae290 instanceof Error)return _0x2ae290['stack']||_0x2ae290[_0x5e00ba(0x1c5)]+':\x20'+_0x2ae290[_0x5e00ba(0x1e2)];try{return JSON[_0x5e00ba(0x1c9)](_0x2ae290,(_0x168297,_0x2a7730)=>{const _0x4a0371=_0x5e00ba;if(_0x2a7730 instanceof Error)return{'name':_0x2a7730['name'],'message':_0x2a7730[_0x4a0371(0x1e2)],'stack':_0x2a7730['stack'],'cause':_0x2a7730[_0x4a0371(0x1df)]};return _0x2a7730;});}catch{return String(_0x2ae290);}}function getTimezoneOffset(){const _0x1002f3=a89_0x500b,_0x1a28bd=-new Date()[_0x1002f3(0x1de)](),_0xee3076=Math[_0x1002f3(0x1e7)](Math[_0x1002f3(0x1db)](_0x1a28bd)/0x3c),_0x3621bf=Math[_0x1002f3(0x1db)](_0x1a28bd)%0x3c,_0x364bad=_0x1a28bd>=0x0?'+':'-';return''+_0x364bad+_0xee3076['toString']()[_0x1002f3(0x1ed)](0x2,'0')+_0x3621bf[_0x1002f3(0x1d1)]()[_0x1002f3(0x1ed)](0x2,'0');}function formatTimestamp(){const _0x26ead1=a89_0x500b,_0x4f0c11=new Date(),_0x11056d=_0x4f0c11[_0x26ead1(0x1fb)](),_0x4f3607=(_0x4f0c11[_0x26ead1(0x1f8)]()+0x1)[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0x338330=_0x4f0c11['getDate']()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0x3f10ff=_0x4f0c11[_0x26ead1(0x1dc)]()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0xd44361=_0x4f0c11['getMinutes']()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0x41a994=_0x4f0c11[_0x26ead1(0x1f9)]()['toString']()[_0x26ead1(0x1ed)](0x2,'0'),_0x39992a=_0x4f0c11[_0x26ead1(0x1f4)]()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x3,'0'),_0x2d6894=getTimezoneOffset();return _0x11056d+'-'+_0x4f3607+'-'+_0x338330+'\x20'+_0x3f10ff+':'+_0xd44361+':'+_0x41a994+'.'+_0x39992a+_0x2d6894;}function a89_0x500b(_0x51f1ad,_0x4a966a){const _0x53090d=a89_0x5309();return a89_0x500b=function(_0x500b41,_0x22d55b){_0x500b41=_0x500b41-0x1c5;let _0xea2159=_0x53090d[_0x500b41];return _0xea2159;},a89_0x500b(_0x51f1ad,_0x4a966a);}function formatColoredLogEntry(_0x491521,_0x221c15){const _0x2ab4c2=a89_0x500b,_0x17bd77=formatTimestamp(),_0x4909e8=_0x221c15['map'](safeStringify)[_0x2ab4c2(0x1eb)]('\x20'),_0x4e8801=a89_0x25af63['gray'](_0x17bd77);let _0x5657b0;switch(_0x491521){case _0x2ab4c2(0x204):_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1dd)]('['+_0x491521+']\x20');break;case'warn':_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1ca)]('['+_0x491521+']\x20');break;case _0x2ab4c2(0x1e3):_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1cc)]('['+_0x491521+']');break;case _0x2ab4c2(0x1cd):_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1f1)]('['+_0x491521+']');break;default:_0x5657b0='['+_0x491521+']';}return _0x4e8801+'\x20'+_0x5657b0+'\x20'+_0x4909e8;}export var LogLevel;(function(_0x19ab41){const _0x30d174=a89_0x500b;_0x19ab41[_0x19ab41[_0x30d174(0x1c8)]=-0x2]='TRACE',_0x19ab41[_0x19ab41[_0x30d174(0x1f3)]=-0x1]=_0x30d174(0x1f3),_0x19ab41[_0x19ab41[_0x30d174(0x1fc)]=0x0]='INFO',_0x19ab41[_0x19ab41['WARN']=0x1]=_0x30d174(0x1ec),_0x19ab41[_0x19ab41[_0x30d174(0x1d2)]=0x2]=_0x30d174(0x1d2);}(LogLevel||(LogLevel={})));export class TDXLogger{[a89_0x3389d3(0x1ff)];[a89_0x3389d3(0x1fa)];[a89_0x3389d3(0x1fd)];[a89_0x3389d3(0x1f7)];constructor(_0x179e1a=LogLevel[a89_0x3389d3(0x1fc)],_0x6799f9=![]){const _0x4d545a=a89_0x3389d3;this['logDir']=join(homedir(),_0x4d545a(0x1e9),'tdx',_0x4d545a(0x203)),this[_0x4d545a(0x1fd)]=_0x179e1a,this[_0x4d545a(0x1f7)]=_0x6799f9;}async[a89_0x3389d3(0x1ea)](){const _0x580ab0=a89_0x3389d3;try{await mkdir(this['logDir'],{'recursive':!![]}),await this[_0x580ab0(0x1d9)]();const _0xba39c4=join(this[_0x580ab0(0x1fa)],'tdx.log');this[_0x580ab0(0x1ff)]=createWriteStream(_0xba39c4,{'flags':'a'}),this[_0x580ab0(0x1ff)]['on'](_0x580ab0(0x1e3),_0x4eb037=>{const _0x5ce2c7=_0x580ab0;console['error'](_0x5ce2c7(0x1e5),_0x4eb037[_0x5ce2c7(0x1e2)]);});}catch(_0x6bb978){console['error'](_0x580ab0(0x1c6),_0x6bb978);}}async[a89_0x3389d3(0x1d9)](){const _0x41389d=a89_0x3389d3;try{const _0x589a72=await readdir(this['logDir']),_0x5373cb=new Date()[_0x41389d(0x1f5)]()[_0x41389d(0x1e6)]('T')[0x0];if(_0x589a72[_0x41389d(0x1d7)](_0x41389d(0x1ef))){const _0x52c84b=join(this[_0x41389d(0x1fa)],'tdx.log'),_0x2f1110=await stat(_0x52c84b),_0x3e4f0b=new Date(_0x2f1110[_0x41389d(0x1d8)])[_0x41389d(0x1f5)]()[_0x41389d(0x1e6)]('T')[0x0];if(_0x3e4f0b<_0x5373cb){const _0x4e3c91=join(this[_0x41389d(0x1fa)],_0x41389d(0x1cf)+_0x3e4f0b+_0x41389d(0x205));await rename(_0x52c84b,_0x4e3c91);}}const _0x35680a=await readdir(this['logDir']),_0x43485a=/^tdx-(\d{4}-\d{2}-\d{2})\.log$/,_0x4eb510=_0x35680a[_0x41389d(0x1ee)](_0x21a7a6=>_0x43485a[_0x41389d(0x1ce)](_0x21a7a6));for(const _0x20e3d1 of _0x4eb510){const _0x1cb767=join(this['logDir'],_0x20e3d1),_0x27d17c=join(this[_0x41389d(0x1fa)],_0x20e3d1+_0x41389d(0x202));try{await pipeline(createReadStream(_0x1cb767),createGzip(),createWriteStream(_0x27d17c)),await unlink(_0x1cb767);}catch(_0xb956f7){console[_0x41389d(0x1e3)](_0x41389d(0x1d6)+_0x20e3d1+':',_0xb956f7);}}}catch{}}[a89_0x3389d3(0x1cd)](..._0x1590d0){const _0x506fb1=a89_0x3389d3;if(this[_0x506fb1(0x1fd)]>LogLevel['DEBUG'])return;const _0x3a34b8=formatColoredLogEntry('debug',_0x1590d0);this[_0x506fb1(0x1ff)]?.[_0x506fb1(0x201)](_0x3a34b8+'\x0a');}[a89_0x3389d3(0x1fe)](..._0x2c3df3){const _0x2aad03=a89_0x3389d3;if(this[_0x2aad03(0x1fd)]>LogLevel['TRACE'])return;const _0x403162=formatColoredLogEntry(_0x2aad03(0x1fe),_0x2c3df3);this[_0x2aad03(0x1ff)]?.[_0x2aad03(0x201)](_0x403162+'\x0a');}[a89_0x3389d3(0x204)](..._0x383492){const _0x5571e3=a89_0x3389d3;if(this[_0x5571e3(0x1fd)]>LogLevel[_0x5571e3(0x1fc)])return;const _0x4b3cf2=formatColoredLogEntry(_0x5571e3(0x204),_0x383492);!this['fileOnly']&&console['log'](_0x4b3cf2),this[_0x5571e3(0x1ff)]?.[_0x5571e3(0x201)](_0x4b3cf2+'\x0a');}[a89_0x3389d3(0x1d0)](..._0x3ee287){const _0x466242=a89_0x3389d3;if(this[_0x466242(0x1fd)]>LogLevel[_0x466242(0x1ec)])return;const _0x3dc8a1=formatColoredLogEntry('warn',_0x3ee287);!this[_0x466242(0x1f7)]&&console['error'](_0x3dc8a1),this[_0x466242(0x1ff)]?.[_0x466242(0x201)](_0x3dc8a1+'\x0a');}['error'](..._0xca9b19){const _0x4d6fa7=a89_0x3389d3,_0x17478d=formatColoredLogEntry('error',_0xca9b19);!this[_0x4d6fa7(0x1f7)]&&console['error'](_0x17478d),this[_0x4d6fa7(0x1ff)]?.['write'](_0x17478d+'\x0a');}async[a89_0x3389d3(0x1e1)](){const _0x1c1fe1=a89_0x3389d3;return this[_0x1c1fe1(0x204)](_0x1c1fe1(0x1c7)),new Promise(_0x5c12eb=>{this['logStream']?this['logStream']['end'](()=>{_0x5c12eb();}):_0x5c12eb();});}[a89_0x3389d3(0x1f2)](){const _0x25ddd3=a89_0x3389d3;return join(this[_0x25ddd3(0x1fa)],_0x25ddd3(0x1ef));}}
@@ -1 +1 @@
1
- (function(_0x467f35,_0x324fa8){const _0x324ead=a86_0x3208,_0x266949=_0x467f35();while(!![]){try{const _0x1b8542=-parseInt(_0x324ead(0x167))/0x1*(parseInt(_0x324ead(0x161))/0x2)+-parseInt(_0x324ead(0x14c))/0x3*(parseInt(_0x324ead(0x162))/0x4)+parseInt(_0x324ead(0x149))/0x5+-parseInt(_0x324ead(0x165))/0x6*(-parseInt(_0x324ead(0x157))/0x7)+parseInt(_0x324ead(0x14e))/0x8*(parseInt(_0x324ead(0x156))/0x9)+parseInt(_0x324ead(0x16e))/0xa+-parseInt(_0x324ead(0x151))/0xb*(parseInt(_0x324ead(0x15b))/0xc);if(_0x1b8542===_0x324fa8)break;else _0x266949['push'](_0x266949['shift']());}catch(_0x67aaa){_0x266949['push'](_0x266949['shift']());}}}(a86_0x39ae,0xe11ab));import{formatRows}from'./formatters.js';import a86_0x5c437f from'chalk';const DEFAULT_OPTIONS={'showTreeLines':!![],'showIcons':!![],'showMetadata':!![],'indent':'\x20\x20'};function a86_0x3208(_0x45d3b7,_0x422723){const _0x39ae6e=a86_0x39ae();return a86_0x3208=function(_0x320884,_0x2b2260){_0x320884=_0x320884-0x148;let _0x428d9d=_0x39ae6e[_0x320884];return _0x428d9d;},a86_0x3208(_0x45d3b7,_0x422723);}export function formatTree(_0x1e448f,_0x575e3e={},_0x2c2b45=0x0,_0x29f0d2=''){const _0x468d52=a86_0x3208,_0x1a209a={...DEFAULT_OPTIONS,..._0x575e3e},_0x4df42b=[],_0x2c6890=[..._0x1e448f][_0x468d52(0x15a)]((_0x4a372e,_0xaadd21)=>_0x4a372e['name'][_0x468d52(0x16b)](_0xaadd21[_0x468d52(0x164)]));for(let _0x1d900f=0x0;_0x1d900f<_0x2c6890[_0x468d52(0x160)];_0x1d900f++){const _0x49cb33=_0x2c6890[_0x1d900f],_0x2d5907=_0x1d900f===_0x2c6890[_0x468d52(0x160)]-0x1;let _0x23b048='';_0x2c2b45>0x0&&(_0x23b048+=_0x29f0d2);_0x1a209a[_0x468d52(0x15d)]&&_0x2c2b45>0x0&&(_0x23b048+=a86_0x5c437f[_0x468d52(0x15c)](_0x2d5907?'└──\x20':'├──\x20'));_0x1a209a[_0x468d52(0x14d)]&&(_0x23b048+=_0x49cb33[_0x468d52(0x163)]===_0x468d52(0x16c)?_0x468d52(0x154):_0x468d52(0x16d));_0x23b048+=_0x49cb33['name'];if(_0x1a209a[_0x468d52(0x15f)]){if(_0x49cb33[_0x468d52(0x163)]==='folder'){const _0x29f3b8=[];_0x49cb33[_0x468d52(0x14b)][_0x468d52(0x16a)]&&_0x29f3b8['push'](_0x49cb33[_0x468d52(0x14b)]['segmentCount']+_0x468d52(0x159)+(_0x49cb33[_0x468d52(0x14b)][_0x468d52(0x16a)]!==0x1?'s':'')),_0x49cb33['metadata'][_0x468d52(0x14f)]&&_0x29f3b8[_0x468d52(0x155)](_0x49cb33[_0x468d52(0x14b)][_0x468d52(0x14f)]+'\x20folder'+(_0x49cb33[_0x468d52(0x14b)][_0x468d52(0x14f)]!==0x1?'s':'')),_0x29f3b8['length']>0x0&&(_0x23b048+=a86_0x5c437f[_0x468d52(0x15c)]('\x20('+_0x29f3b8[_0x468d52(0x166)](',\x20')+')'));}else _0x49cb33[_0x468d52(0x163)]===_0x468d52(0x14a)&&_0x49cb33[_0x468d52(0x152)]!==undefined&&(_0x23b048+=a86_0x5c437f[_0x468d52(0x15c)]('\x20('+formatRows(_0x49cb33[_0x468d52(0x152)])+')'));}_0x4df42b[_0x468d52(0x155)](_0x23b048);if(_0x49cb33[_0x468d52(0x169)]&&_0x49cb33[_0x468d52(0x169)][_0x468d52(0x160)]>0x0){let _0x2d9464;if(_0x2c2b45===0x0)_0x2d9464='';else _0x1a209a['showTreeLines']?_0x2d9464=_0x29f0d2+(_0x2d5907?_0x468d52(0x150):a86_0x5c437f[_0x468d52(0x15c)]('│')+_0x468d52(0x148)):_0x2d9464=_0x29f0d2+_0x1a209a[_0x468d52(0x158)];const _0x572138=formatTree(_0x49cb33[_0x468d52(0x169)],_0x1a209a,_0x2c2b45+0x1,_0x2d9464);_0x4df42b[_0x468d52(0x155)](_0x572138);}}return _0x4df42b[_0x468d52(0x166)]('\x0a');}export function formatFlatList(_0x1f8f02,_0x493b16,_0x29d09a={}){const _0x25368a=a86_0x3208,_0xa4e69f={...DEFAULT_OPTIONS,..._0x29d09a},_0x14d9bf=[];for(const _0x2d42cd of _0x1f8f02){_0x14d9bf['push']({'name':_0x2d42cd[_0x25368a(0x164)],'icon':_0xa4e69f['showIcons']?'📁':'','metadata':undefined});}for(const _0x5e5511 of _0x493b16){const _0x42df12=_0xa4e69f[_0x25368a(0x15f)]&&_0x5e5511[_0x25368a(0x152)]!==undefined?a86_0x5c437f[_0x25368a(0x15c)]('\x20('+formatRows(_0x5e5511[_0x25368a(0x152)])+')'):'';_0x14d9bf[_0x25368a(0x155)]({'name':_0x5e5511[_0x25368a(0x164)],'icon':_0xa4e69f[_0x25368a(0x14d)]?'🎯':'','metadata':_0x42df12});}_0x14d9bf['sort']((_0x391731,_0x1ec05e)=>_0x391731[_0x25368a(0x164)][_0x25368a(0x16b)](_0x1ec05e[_0x25368a(0x164)]));if(_0x14d9bf[_0x25368a(0x160)]===0x0)return _0x25368a(0x168);const _0x10fc19=_0x14d9bf[_0x25368a(0x15e)](_0x2acce4=>{const _0x387526=_0x25368a,_0x2a756d=_0x2acce4[_0x387526(0x153)]?_0x2acce4[_0x387526(0x153)]+'\x20':'',_0x4e5949=_0x2acce4[_0x387526(0x14b)]||'';return''+_0x2a756d+_0x2acce4['name']+_0x4e5949;});return _0x10fc19[_0x25368a(0x166)]('\x0a');}function a86_0x39ae(){const _0x255c82=['map','showMetadata','length','838iQcZLl','19468bgoFNy','type','name','2346KcshSq','join','1827NPHwDD','(empty)','children','segmentCount','localeCompare','folder','🎯\x20','15319160FUuBLv','\x20\x20\x20','2980710yHuBhb','segment','metadata','687cjwkGB','showIcons','376CAiIaD','folderCount','\x20\x20\x20\x20','2611411FvIilE','population','icon','📁\x20','push','26955rvCBGu','13797NprPwK','indent','\x20segment','sort','12tkoLXc','dim','showTreeLines'];a86_0x39ae=function(){return _0x255c82;};return a86_0x39ae();}
1
+ (function(_0x572acd,_0x1b2576){const _0x59eaf5=a90_0x487a,_0x27c5da=_0x572acd();while(!![]){try{const _0x358886=-parseInt(_0x59eaf5(0x92))/0x1+-parseInt(_0x59eaf5(0x86))/0x2+parseInt(_0x59eaf5(0x8b))/0x3+parseInt(_0x59eaf5(0x8d))/0x4+-parseInt(_0x59eaf5(0x83))/0x5*(parseInt(_0x59eaf5(0x95))/0x6)+-parseInt(_0x59eaf5(0xa4))/0x7+parseInt(_0x59eaf5(0xa3))/0x8;if(_0x358886===_0x1b2576)break;else _0x27c5da['push'](_0x27c5da['shift']());}catch(_0x5df8d1){_0x27c5da['push'](_0x27c5da['shift']());}}}(a90_0x5985,0x2c2be));import{formatRows}from'./formatters.js';function a90_0x5985(){const _0xeb0b99=['(empty)','length','type','showTreeLines','map','push','children','dim','1989544ipePhJ','704326eOlyxU','folderCount','5vIcKuK','├──\x20','join','232398HHYzit','\x20\x20\x20\x20','segment','showMetadata','folder','709443VXUrVN','sort','466640kJBBeK','metadata','population','icon','\x20segment','88344IotpfE','showIcons','localeCompare','694482EEGDrq','segmentCount','name','indent','\x20folder','🎯\x20'];a90_0x5985=function(){return _0xeb0b99;};return a90_0x5985();}import a90_0x562759 from'chalk';function a90_0x487a(_0x474887,_0x909061){const _0x59854e=a90_0x5985();return a90_0x487a=function(_0x487adc,_0x246962){_0x487adc=_0x487adc-0x82;let _0xa1bcf6=_0x59854e[_0x487adc];return _0xa1bcf6;},a90_0x487a(_0x474887,_0x909061);}const DEFAULT_OPTIONS={'showTreeLines':!![],'showIcons':!![],'showMetadata':!![],'indent':'\x20\x20'};export function formatTree(_0x115812,_0x35cbfe={},_0x41ffe4=0x0,_0x4b2292=''){const _0x17e6d2=a90_0x487a,_0x46cd0c={...DEFAULT_OPTIONS,..._0x35cbfe},_0xf60c0f=[],_0x2ca39c=[..._0x115812][_0x17e6d2(0x8c)]((_0x4bcd64,_0x304bff)=>_0x4bcd64[_0x17e6d2(0x97)][_0x17e6d2(0x94)](_0x304bff[_0x17e6d2(0x97)]));for(let _0x4ee597=0x0;_0x4ee597<_0x2ca39c[_0x17e6d2(0x9c)];_0x4ee597++){const _0x47f017=_0x2ca39c[_0x4ee597],_0x41c8ea=_0x4ee597===_0x2ca39c[_0x17e6d2(0x9c)]-0x1;let _0x303938='';_0x41ffe4>0x0&&(_0x303938+=_0x4b2292);_0x46cd0c[_0x17e6d2(0x9e)]&&_0x41ffe4>0x0&&(_0x303938+=a90_0x562759[_0x17e6d2(0xa2)](_0x41c8ea?'└──\x20':_0x17e6d2(0x84)));_0x46cd0c[_0x17e6d2(0x93)]&&(_0x303938+=_0x47f017[_0x17e6d2(0x9d)]===_0x17e6d2(0x8a)?'📁\x20':_0x17e6d2(0x9a));_0x303938+=_0x47f017[_0x17e6d2(0x97)];if(_0x46cd0c['showMetadata']){if(_0x47f017[_0x17e6d2(0x9d)]===_0x17e6d2(0x8a)){const _0x41f777=[];_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x96)]&&_0x41f777['push'](_0x47f017['metadata'][_0x17e6d2(0x96)]+_0x17e6d2(0x91)+(_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x96)]!==0x1?'s':'')),_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x82)]&&_0x41f777[_0x17e6d2(0xa0)](_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x82)]+_0x17e6d2(0x99)+(_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x82)]!==0x1?'s':'')),_0x41f777[_0x17e6d2(0x9c)]>0x0&&(_0x303938+=a90_0x562759['dim']('\x20('+_0x41f777[_0x17e6d2(0x85)](',\x20')+')'));}else _0x47f017[_0x17e6d2(0x9d)]===_0x17e6d2(0x88)&&_0x47f017[_0x17e6d2(0x8f)]!==undefined&&(_0x303938+=a90_0x562759['dim']('\x20('+formatRows(_0x47f017[_0x17e6d2(0x8f)])+')'));}_0xf60c0f[_0x17e6d2(0xa0)](_0x303938);if(_0x47f017['children']&&_0x47f017[_0x17e6d2(0xa1)][_0x17e6d2(0x9c)]>0x0){let _0x5aa88b;if(_0x41ffe4===0x0)_0x5aa88b='';else _0x46cd0c['showTreeLines']?_0x5aa88b=_0x4b2292+(_0x41c8ea?_0x17e6d2(0x87):a90_0x562759[_0x17e6d2(0xa2)]('│')+'\x20\x20\x20'):_0x5aa88b=_0x4b2292+_0x46cd0c[_0x17e6d2(0x98)];const _0x51bedd=formatTree(_0x47f017[_0x17e6d2(0xa1)],_0x46cd0c,_0x41ffe4+0x1,_0x5aa88b);_0xf60c0f[_0x17e6d2(0xa0)](_0x51bedd);}}return _0xf60c0f[_0x17e6d2(0x85)]('\x0a');}export function formatFlatList(_0x5bce60,_0x3538ef,_0x58019b={}){const _0x3665df=a90_0x487a,_0x4c4012={...DEFAULT_OPTIONS,..._0x58019b},_0xee3645=[];for(const _0x195e30 of _0x5bce60){_0xee3645[_0x3665df(0xa0)]({'name':_0x195e30[_0x3665df(0x97)],'icon':_0x4c4012[_0x3665df(0x93)]?'📁':'','metadata':undefined});}for(const _0x2bd396 of _0x3538ef){const _0x400d56=_0x4c4012[_0x3665df(0x89)]&&_0x2bd396['population']!==undefined?a90_0x562759['dim']('\x20('+formatRows(_0x2bd396[_0x3665df(0x8f)])+')'):'';_0xee3645[_0x3665df(0xa0)]({'name':_0x2bd396['name'],'icon':_0x4c4012[_0x3665df(0x93)]?'🎯':'','metadata':_0x400d56});}_0xee3645['sort']((_0x188993,_0x2a9e66)=>_0x188993[_0x3665df(0x97)]['localeCompare'](_0x2a9e66[_0x3665df(0x97)]));if(_0xee3645[_0x3665df(0x9c)]===0x0)return _0x3665df(0x9b);const _0x36e7f3=_0xee3645[_0x3665df(0x9f)](_0x577119=>{const _0x3dcd40=_0x3665df,_0x4db981=_0x577119[_0x3dcd40(0x90)]?_0x577119[_0x3dcd40(0x90)]+'\x20':'',_0x32bd89=_0x577119[_0x3dcd40(0x8e)]||'';return''+_0x4db981+_0x577119[_0x3dcd40(0x97)]+_0x32bd89;});return _0x36e7f3[_0x3665df(0x85)]('\x0a');}