@treasuredata/tdx 0.4.7 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/README.md +0 -4
  2. package/dist/build-info.json +2 -2
  3. package/dist/cli.js +1 -1
  4. package/dist/cli.js.map +1 -1
  5. package/dist/client/cdp-api-client.js +1 -1
  6. package/dist/client/engage-api-client.js +1 -1
  7. package/dist/client/http-client.js +1 -1
  8. package/dist/client/llm-api-client.js +1 -1
  9. package/dist/client/rate-limiter.js +1 -1
  10. package/dist/client/td-api-client.js +1 -1
  11. package/dist/client/trino-api-client.js +1 -1
  12. package/dist/client/workflow-client.js +1 -1
  13. package/dist/commands/activations.js +1 -1
  14. package/dist/commands/api-command.js +1 -1
  15. package/dist/commands/auth-command.js +1 -1
  16. package/dist/commands/chat-command.js +1 -1
  17. package/dist/commands/claude-command.d.ts +1 -1
  18. package/dist/commands/claude-command.d.ts.map +1 -1
  19. package/dist/commands/claude-command.js +1 -1
  20. package/dist/commands/claude-command.js.map +1 -1
  21. package/dist/commands/claude-statusline-command.d.ts +23 -0
  22. package/dist/commands/claude-statusline-command.d.ts.map +1 -0
  23. package/dist/commands/claude-statusline-command.js +1 -0
  24. package/dist/commands/claude-statusline-command.js.map +1 -0
  25. package/dist/commands/claude-usage-command.d.ts +22 -0
  26. package/dist/commands/claude-usage-command.d.ts.map +1 -0
  27. package/dist/commands/claude-usage-command.js +1 -0
  28. package/dist/commands/claude-usage-command.js.map +1 -0
  29. package/dist/commands/command.js +1 -1
  30. package/dist/commands/context-command.js +1 -1
  31. package/dist/commands/databases.js +1 -1
  32. package/dist/commands/describe.js +1 -1
  33. package/dist/commands/engage-command.js +1 -1
  34. package/dist/commands/job-command.js +1 -1
  35. package/dist/commands/llm-command.d.ts +9 -0
  36. package/dist/commands/llm-command.d.ts.map +1 -1
  37. package/dist/commands/llm-command.js +1 -1
  38. package/dist/commands/llm-command.js.map +1 -1
  39. package/dist/commands/llm-proxy.js +1 -1
  40. package/dist/commands/parent-segment-command.js +1 -1
  41. package/dist/commands/profiles-command.js +1 -1
  42. package/dist/commands/query-command.js +1 -1
  43. package/dist/commands/segment-command.js +1 -1
  44. package/dist/commands/segment-create-command.js +1 -1
  45. package/dist/commands/segment-fields-command.js +1 -1
  46. package/dist/commands/segment-pwd-command.js +1 -1
  47. package/dist/commands/segment-update-command.js +1 -1
  48. package/dist/commands/segment-use-command.js +1 -1
  49. package/dist/commands/segments.js +1 -1
  50. package/dist/commands/show.js +1 -1
  51. package/dist/commands/tables.js +1 -1
  52. package/dist/commands/use-command.js +1 -1
  53. package/dist/commands/workflow-command.js +1 -1
  54. package/dist/core/auth.js +1 -1
  55. package/dist/core/config.js +1 -1
  56. package/dist/core/credential-cache.js +1 -1
  57. package/dist/core/global-context.d.ts +1 -0
  58. package/dist/core/global-context.d.ts.map +1 -1
  59. package/dist/core/global-context.js +1 -1
  60. package/dist/core/global-context.js.map +1 -1
  61. package/dist/core/keychain.js +1 -1
  62. package/dist/core/profile.js +1 -1
  63. package/dist/core/project-config.js +1 -1
  64. package/dist/core/session.js +1 -1
  65. package/dist/index.js +1 -1
  66. package/dist/proxy/anthropic-adapter.js +1 -1
  67. package/dist/proxy/server.d.ts.map +1 -1
  68. package/dist/proxy/server.js +1 -1
  69. package/dist/proxy/server.js.map +1 -1
  70. package/dist/proxy/session-cache.js +1 -1
  71. package/dist/sdk/api.js +1 -1
  72. package/dist/sdk/engage.js +1 -1
  73. package/dist/sdk/errors.js +1 -1
  74. package/dist/sdk/index.d.ts +10 -0
  75. package/dist/sdk/index.d.ts.map +1 -1
  76. package/dist/sdk/index.js +1 -1
  77. package/dist/sdk/index.js.map +1 -1
  78. package/dist/sdk/job.js +1 -1
  79. package/dist/sdk/llm.js +1 -1
  80. package/dist/sdk/query.js +1 -1
  81. package/dist/sdk/segment.js +1 -1
  82. package/dist/sdk/workflow.js +1 -1
  83. package/dist/types/endpoints.js +1 -1
  84. package/dist/types/index.js +1 -1
  85. package/dist/utils/agent-ref-parser.js +1 -1
  86. package/dist/utils/chat-cache.js +1 -1
  87. package/dist/utils/claude-usage-tracker.d.ts +125 -0
  88. package/dist/utils/claude-usage-tracker.d.ts.map +1 -0
  89. package/dist/utils/claude-usage-tracker.js +1 -0
  90. package/dist/utils/claude-usage-tracker.js.map +1 -0
  91. package/dist/utils/colors.js +1 -1
  92. package/dist/utils/command-output.js +1 -1
  93. package/dist/utils/constants.js +1 -1
  94. package/dist/utils/file-permissions.js +1 -1
  95. package/dist/utils/format-detector.js +1 -1
  96. package/dist/utils/formatters.js +1 -1
  97. package/dist/utils/json-loader.js +1 -1
  98. package/dist/utils/llm-backup-utils.js +1 -1
  99. package/dist/utils/model-aliases.js +1 -1
  100. package/dist/utils/model-factors.d.ts +52 -0
  101. package/dist/utils/model-factors.d.ts.map +1 -0
  102. package/dist/utils/model-factors.js +1 -0
  103. package/dist/utils/model-factors.js.map +1 -0
  104. package/dist/utils/option-validation.js +1 -1
  105. package/dist/utils/port.js +1 -1
  106. package/dist/utils/process.js +1 -1
  107. package/dist/utils/prompt.js +1 -1
  108. package/dist/utils/segment-path-parser.js +1 -1
  109. package/dist/utils/segment-ref-parser.js +1 -1
  110. package/dist/utils/spinner.js +1 -1
  111. package/dist/utils/sql-parser.js +1 -1
  112. package/dist/utils/sse-parser.js +1 -1
  113. package/dist/utils/string-utils.js +1 -1
  114. package/dist/utils/table-ref-parser.js +1 -1
  115. package/dist/utils/tdx-logger.js +1 -1
  116. package/dist/utils/tree-formatter.js +1 -1
  117. package/dist/utils/version-check.js +1 -1
  118. package/dist/utils/workflow-utils.js +1 -1
  119. package/package.json +1 -2
@@ -1 +1 @@
1
- const a25_0x1b0f17=a25_0x37b6;(function(_0x5c2395,_0x4f1bc3){const _0xcd0356=a25_0x37b6,_0x48ac3e=_0x5c2395();while(!![]){try{const _0x255244=-parseInt(_0xcd0356(0x1f5))/0x1*(parseInt(_0xcd0356(0x1fe))/0x2)+parseInt(_0xcd0356(0x216))/0x3*(-parseInt(_0xcd0356(0x1fc))/0x4)+parseInt(_0xcd0356(0x1d6))/0x5+-parseInt(_0xcd0356(0x21d))/0x6*(parseInt(_0xcd0356(0x1c2))/0x7)+-parseInt(_0xcd0356(0x20f))/0x8*(-parseInt(_0xcd0356(0x1fb))/0x9)+-parseInt(_0xcd0356(0x1be))/0xa*(-parseInt(_0xcd0356(0x1ed))/0xb)+parseInt(_0xcd0356(0x1ea))/0xc;if(_0x255244===_0x4f1bc3)break;else _0x48ac3e['push'](_0x48ac3e['shift']());}catch(_0x48889a){_0x48ac3e['push'](_0x48ac3e['shift']());}}}(a25_0xe305,0x8cc74));import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{handleSDKOutput,handleQueryOutput,handleSingleObjectOutput}from'../utils/command-output.js';import{withSpinner,withQuerySpinner,formatElapsed}from'../utils/spinner.js';import{parseSegmentRef}from'../utils/segment-ref-parser.js';function a25_0x37b6(_0x4ef331,_0x59df51){const _0xe30599=a25_0xe305();return a25_0x37b6=function(_0x37b604,_0x245eb5){_0x37b604=_0x37b604-0x1b7;let _0x16f59e=_0xe30599[_0x37b604];return _0x16f59e;},a25_0x37b6(_0x4ef331,_0x59df51);}import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../utils/constants.js';export class SegmentDescribeCommand extends BaseCommand{[a25_0x1b0f17(0x1ce)]='segment:describe';[a25_0x1b0f17(0x1f0)]='Show\x20segment\x20or\x20folder\x20details';async[a25_0x1b0f17(0x20d)](_0x55844b){const _0x99d294=a25_0x1b0f17,{options:_0x56210a,args:_0x11d6c9,tdx:_0x4acf09}=_0x55844b,_0x2f5dc2=_0x11d6c9[0x0],_0x53e4d4=!_0x2f5dc2&&!!_0x56210a[_0x99d294(0x1d5)],_0x239ce9=_0x2f5dc2||_0x56210a['parentSegment'];if(!_0x239ce9)return console[_0x99d294(0x1d8)](_0x99d294(0x22a)),console['error'](_0x99d294(0x1bb)),console[_0x99d294(0x1d8)](_0x99d294(0x222)),console[_0x99d294(0x1d8)](_0x99d294(0x20e)),console['error'](_0x99d294(0x20b)),console[_0x99d294(0x1d8)](_0x99d294(0x1d7)),console['error']('\x20\x20Or\x20set\x20context:\x20tdx\x20use\x20parent_segment\x20<name>'),0x1;try{const _0x49c597=_0x56210a[_0x99d294(0x209)];let _0x24a2b0=_0x239ce9;!_0x53e4d4&&_0x49c597&&!_0x239ce9[_0x99d294(0x21c)]('/')&&(_0x24a2b0=_0x49c597+'/'+_0x239ce9,_0x56210a[_0x99d294(0x1f4)]&&console[_0x99d294(0x1d8)](_0x99d294(0x1b9)+_0x24a2b0));const _0x4a9170=await withSpinner(_0x99d294(0x228)+_0x24a2b0+_0x99d294(0x1f3),()=>_0x4acf09[_0x99d294(0x1e7)][_0x99d294(0x217)](_0x24a2b0),{'verbose':_0x56210a[_0x99d294(0x1f4)]}),_0x408c8e=_0x4a9170[_0x99d294(0x1bd)];_0x56210a[_0x99d294(0x1f4)]&&(console[_0x99d294(0x1d8)](_0x99d294(0x1cd)+_0x408c8e[_0x99d294(0x201)]),console[_0x99d294(0x1d8)](_0x99d294(0x1ba)+_0x408c8e[_0x99d294(0x1c9)]),_0x408c8e[_0x99d294(0x1fa)]&&console[_0x99d294(0x1d8)](_0x99d294(0x1c7)+_0x408c8e[_0x99d294(0x1fa)]),_0x408c8e['segmentId']&&console[_0x99d294(0x1d8)](_0x99d294(0x1d0)+_0x408c8e[_0x99d294(0x1de)]));if(_0x408c8e[_0x99d294(0x201)]===_0x99d294(0x1eb)){const _0x311572=await withSpinner(_0x99d294(0x1ef),()=>_0x4acf09[_0x99d294(0x1e7)][_0x99d294(0x1c4)](_0x408c8e['parentId']),{'verbose':_0x56210a[_0x99d294(0x1f4)]});await handleSingleObjectOutput(_0x311572[_0x99d294(0x1bd)],_0x56210a);}else{if(_0x408c8e[_0x99d294(0x201)]===_0x99d294(0x1f7)){if(!_0x408c8e[_0x99d294(0x1fa)])throw new SDKError(ErrorCode[_0x99d294(0x21a)],_0x99d294(0x226));const _0x4bed17=await withSpinner(_0x99d294(0x1da),()=>_0x4acf09[_0x99d294(0x1e7)][_0x99d294(0x1f6)](_0x408c8e['folderId']),{'verbose':_0x56210a[_0x99d294(0x1f4)]});await handleSingleObjectOutput(_0x4bed17[_0x99d294(0x1bd)],_0x56210a);}else{if(_0x408c8e[_0x99d294(0x201)]===_0x99d294(0x1e7)){if(!_0x408c8e['segmentId'])throw new SDKError(ErrorCode[_0x99d294(0x21a)],'Segment\x20ID\x20missing\x20from\x20resolved\x20path');const _0x5ec586=await withSpinner(_0x99d294(0x214),()=>_0x4acf09[_0x99d294(0x1e7)][_0x99d294(0x200)](_0x408c8e['parentId'],_0x408c8e[_0x99d294(0x1de)]),{'verbose':_0x56210a['verbose']});await handleSingleObjectOutput(_0x5ec586[_0x99d294(0x1bd)],_0x56210a);}}}return 0x0;}catch(_0x34b0ba){if(_0x34b0ba instanceof SDKError)return console[_0x99d294(0x1d8)](_0x99d294(0x1c1)+_0x34b0ba[_0x99d294(0x21e)]),_0x34b0ba['cause']&&console['error'](_0x99d294(0x22d)+_0x34b0ba[_0x99d294(0x1e2)]),0x1;throw _0x34b0ba;}}}export class SegmentShowCommand extends BaseCommand{[a25_0x1b0f17(0x1ce)]='segment:show';['description']='Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results';async[a25_0x1b0f17(0x20d)](_0x1e6275){const _0xede804=a25_0x1b0f17,{options:_0x5e1eb5,args:_0xb36816,tdx:_0x14ac8b}=_0x1e6275,_0x31dc93=_0xb36816[0x0],_0x2d0b68=!_0x31dc93&&!!_0x5e1eb5[_0xede804(0x1d5)],_0x44c0b6=_0x31dc93||_0x5e1eb5[_0xede804(0x1d5)];if(!_0x44c0b6)return console[_0xede804(0x1d8)](_0xede804(0x1cb)),console[_0xede804(0x1d8)](_0xede804(0x1e3)),console[_0xede804(0x1d8)]('Examples:'),console[_0xede804(0x1d8)](_0xede804(0x1e4)),console[_0xede804(0x1d8)](_0xede804(0x1c6)),console[_0xede804(0x1d8)]('\x20\x20tdx\x20segment\x20show\x20\x22High\x20Value\x22\x20\x20\x20\x20#\x20Relative\x20to\x20current\x20context'),console[_0xede804(0x1d8)](_0xede804(0x1cc)),0x1;try{const _0xab8c99=_0x5e1eb5['segmentPath'];let _0x183e4c=_0x44c0b6;!_0x2d0b68&&_0xab8c99&&!_0x44c0b6[_0xede804(0x21c)]('/')&&(_0x183e4c=_0xab8c99+'/'+_0x44c0b6,_0x5e1eb5[_0xede804(0x1f4)]&&console['error'](_0xede804(0x1b9)+_0x183e4c));const _0x231d5f=await withSpinner(_0xede804(0x228)+_0x183e4c+_0xede804(0x1f3),()=>_0x14ac8b[_0xede804(0x1e7)][_0xede804(0x217)](_0x183e4c),{'verbose':_0x5e1eb5['verbose']}),_0xf3b081=_0x231d5f[_0xede804(0x1bd)];_0x5e1eb5[_0xede804(0x1f4)]&&(console[_0xede804(0x1d8)]('Resolved\x20type:\x20'+_0xf3b081[_0xede804(0x201)]),console[_0xede804(0x1d8)](_0xede804(0x1ba)+_0xf3b081[_0xede804(0x1c9)]));if(_0xf3b081[_0xede804(0x201)]===_0xede804(0x1f7))return console['error'](_0xede804(0x1c8)),console[_0xede804(0x1d8)](_0xede804(0x210)),0x1;let _0x18ba74;if(_0xf3b081[_0xede804(0x201)]===_0xede804(0x1eb)){const _0x1d7174=await withSpinner(_0xede804(0x1ec),()=>_0x14ac8b['segment']['getParentSQL'](_0xf3b081[_0xede804(0x1c9)]),{'verbose':_0x5e1eb5[_0xede804(0x1f4)]});_0x18ba74=_0x1d7174[_0xede804(0x1bd)];}else{if(!_0xf3b081[_0xede804(0x1de)])throw new SDKError(ErrorCode[_0xede804(0x21a)],'Segment\x20ID\x20missing\x20from\x20resolved\x20path');const _0x302d5c=await withSpinner('Fetching\x20SQL\x20for\x20segment...',()=>_0x14ac8b['segment']['getSegmentSQL'](_0xf3b081[_0xede804(0x1c9)],_0xf3b081[_0xede804(0x1de)]),{'verbose':_0x5e1eb5[_0xede804(0x1f4)]});_0x18ba74=_0x302d5c['data'];}const _0x4d9ba3=resolveLimit(_0x5e1eb5[_0xede804(0x21f)],DEFAULT_DISPLAY_LIMIT),_0x39d193=/\bLIMIT\s+\d+/i['test'](_0x18ba74);!_0x39d193&&(_0x18ba74=_0x18ba74[_0xede804(0x1e0)]()[_0xede804(0x1c3)](/;+$/,''),_0x18ba74='SELECT\x20*\x20FROM\x20(\x0a'+_0x18ba74+'\x0a)\x20AS\x20segment_query\x0aLIMIT\x20'+_0x4d9ba3);_0x5e1eb5[_0xede804(0x1f4)]&&console[_0xede804(0x1d8)](_0xede804(0x229)+_0x18ba74);const _0x4995f9=await withQuerySpinner(_0xede804(0x219),async _0x1963db=>{const _0x2d2371=_0xede804,_0x38241d=await _0x14ac8b[_0x2d2371(0x221)][_0x2d2371(0x20d)](_0x18ba74,{'catalog':'td','schema':_0x2d2371(0x21b),'onJobId':_0x426d93=>{_0x1963db['setJobId'](_0x426d93);}});return _0x38241d;},{'verbose':_0x5e1eb5['verbose']}),_0x5a3843=_0x4995f9[_0xede804(0x1bd)],_0x2ec146=_0x5a3843['jobId']?_0xede804(0x1d4)+_0x5a3843[_0xede804(0x215)]+']':'';return console['error'](_0xede804(0x225)+_0x5a3843['stats'][_0xede804(0x204)][_0xede804(0x20c)]()+_0xede804(0x227)+('in\x20'+formatElapsed(_0x5a3843[_0xede804(0x1f1)]['elapsedTimeMillis'])+_0x2ec146)),await handleQueryOutput(_0x5a3843,_0x5e1eb5),0x0;}catch(_0x58154a){if(_0x58154a instanceof SDKError)return console[_0xede804(0x1d8)](_0xede804(0x202)+_0x58154a[_0xede804(0x1bf)]+']'),console[_0xede804(0x1d8)]('\x0a'+_0x58154a['message']),0x1;throw _0x58154a;}}}export class SegmentFolderListCommand extends BaseCommand{['name']=a25_0x1b0f17(0x212);['description']=a25_0x1b0f17(0x1b8);async[a25_0x1b0f17(0x20d)](_0x384e35){const _0x3a790a=a25_0x1b0f17,{options:_0x43f92a,args:_0x422a11,tdx:_0x503511}=_0x384e35;if(_0x422a11[_0x3a790a(0x218)]===0x0)return console['error'](_0x3a790a(0x1d2)),console['error'](_0x3a790a(0x1b7)),0x1;const _0x402c6f=_0x422a11[0x0];try{_0x43f92a[_0x3a790a(0x1f4)]&&(console['error']('Site:\x20'+_0x43f92a[_0x3a790a(0x1f8)]),console[_0x3a790a(0x1d8)](_0x3a790a(0x205)+_0x402c6f));const _0x87cfc4=await withSpinner(_0x3a790a(0x1e6)+_0x402c6f+_0x3a790a(0x1f3),()=>_0x503511['segment'][_0x3a790a(0x1c5)](_0x402c6f),{'verbose':_0x43f92a['verbose']}),_0x4873e9=_0x87cfc4[_0x3a790a(0x1bd)];_0x43f92a[_0x3a790a(0x1f4)]&&console['error'](_0x3a790a(0x1df)+_0x4873e9);const _0x5104b8=await withSpinner(_0x3a790a(0x20a)+_0x402c6f+'\x27...',()=>_0x503511[_0x3a790a(0x1e7)][_0x3a790a(0x22b)](_0x4873e9),{'verbose':_0x43f92a['verbose']}),_0x3b4155=_0x5104b8[_0x3a790a(0x1bd)];return console[_0x3a790a(0x1d8)](_0x3a790a(0x1dd)+_0x3b4155['length']+_0x3a790a(0x1c0)+(_0x3b4155[_0x3a790a(0x218)]!==0x1?'s':'')),await handleSDKOutput(_0x3b4155,_0x43f92a),0x0;}catch(_0x41818f){if(_0x41818f instanceof SDKError)return console['error'](_0x3a790a(0x1c1)+_0x41818f[_0x3a790a(0x21e)]),_0x41818f[_0x3a790a(0x1e2)]&&console[_0x3a790a(0x1d8)](_0x3a790a(0x22d)+_0x41818f['cause']),0x1;throw _0x41818f;}}}export class SegmentFolderShowCommand extends BaseCommand{[a25_0x1b0f17(0x1ce)]=a25_0x1b0f17(0x220);[a25_0x1b0f17(0x1f0)]=a25_0x1b0f17(0x1fd);async[a25_0x1b0f17(0x20d)](_0x526d97){const _0x5998d5=a25_0x1b0f17,{options:_0x432624,args:_0x2ead07,tdx:_0x22f56d}=_0x526d97;if(_0x2ead07[_0x5998d5(0x218)]===0x0)return console['error']('Error:\x20Folder\x20reference\x20is\x20required'),console[_0x5998d5(0x1d8)](_0x5998d5(0x213)),0x1;try{const {parentId:_0x4bca9b,childId:_0x5c1e47}=parseSegmentRef(_0x2ead07[0x0]);_0x432624[_0x5998d5(0x1f4)]&&(console['error'](_0x5998d5(0x1e1)+_0x432624[_0x5998d5(0x1f8)]),console['error']('Parent\x20name:\x20'+_0x4bca9b),_0x5c1e47&&console[_0x5998d5(0x1d8)]('Folder\x20name:\x20'+_0x5c1e47));if(!_0x5c1e47)return console['error'](_0x5998d5(0x211)),0x1;const _0x534075=await withSpinner(_0x5998d5(0x1e6)+_0x4bca9b+_0x5998d5(0x1f3),()=>_0x22f56d[_0x5998d5(0x1e7)][_0x5998d5(0x1c5)](_0x4bca9b),{'verbose':_0x432624[_0x5998d5(0x1f4)]}),_0x21182b=_0x534075[_0x5998d5(0x1bd)];_0x432624['verbose']&&console['error'](_0x5998d5(0x1df)+_0x21182b);const _0xe9f565=await withSpinner(_0x5998d5(0x1db)+_0x5c1e47+_0x5998d5(0x1f3),()=>_0x22f56d['segment'][_0x5998d5(0x1ca)](_0x21182b,_0x5c1e47),{'verbose':_0x432624[_0x5998d5(0x1f4)]}),_0x1b7074=_0xe9f565['data'];_0x432624[_0x5998d5(0x1f4)]&&console['error'](_0x5998d5(0x1ff)+_0x1b7074);const _0x506548=await withSpinner('Fetching\x20folder\x20\x27'+_0x5c1e47+'\x27...',()=>_0x22f56d['segment']['getFolder'](_0x1b7074),{'verbose':_0x432624[_0x5998d5(0x1f4)]});return await handleSDKOutput([_0x506548[_0x5998d5(0x1bd)]],_0x432624),0x0;}catch(_0x20d040){if(_0x20d040 instanceof SDKError)return console[_0x5998d5(0x1d8)]('Error:\x20'+_0x20d040[_0x5998d5(0x21e)]),_0x20d040[_0x5998d5(0x1e2)]&&console[_0x5998d5(0x1d8)](_0x5998d5(0x22d)+_0x20d040[_0x5998d5(0x1e2)]),0x1;throw _0x20d040;}}}function a25_0xe305(){const _0x4a5cd9=['\x20\x20tdx\x20segment\x20show\x20\x22My\x20Audience\x22','Create\x20segment\x20folder\x20for\x20organization','Resolving\x20parent\x20segment\x20\x27','segment','Creating\x20folder\x20\x27','Segment\x20ID\x20missing\x20from\x20resolved\x20path','8156088dhVXuP','parent','Fetching\x20SQL\x20for\x20parent\x20segment...','224642aYcTDx','log','Fetching\x20parent\x20segment\x20details...','description','stats','Folder\x20name:\x20','\x27...','verbose','92520kcuSle','getFolder','folder','site','\x27\x20with\x20ID:\x20','folderId','9806301DjAroA','4448FsmKnL','Show\x20segment\x20folder\x20details','2HRpwlV','Resolved\x20folder\x20ID:\x20','getSegment','type','✖\x20Query\x20failed\x20[','format','processedRows','Parent\x20name:\x20','Error:\x20Cannot\x20get\x20SQL\x20query\x20for\x20a\x20folder.','Usage:\x20tdx\x20segment\x20sql\x20<path>','json','segmentPath','Listing\x20folders\x20for\x20parent\x20\x27','\x20\x20tdx\x20segment\x20describe\x20\x22My\x20Audience/Marketing/High\x20Value\x22','toLocaleString','execute','\x20\x20tdx\x20segment\x20describe\x20\x22My\x20Audience\x22','8QVgDZb','Use:\x20tdx\x20segment\x20describe\x20<path>\x20\x20#\x20To\x20show\x20folder\x20details','Error:\x20Folder\x20name\x20is\x20required\x20(use\x20parent_name/folder_name\x20format)','segment:folder:list','Usage:\x20tdx\x20segment\x20folder\x20show\x20<parent_name/folder_name>','Fetching\x20segment\x20details...','jobId','2469Wyjmwm','resolvePathToResource','length','Executing\x20segment\x20query...','INTERNAL','information_schema','includes','258864PKlKxI','message','limit','segment:folder:show','query','Examples:','Parent\x20segment:\x20','parentFolder','✔\x20Query\x20completed:\x20Processed\x20','Folder\x20ID\x20missing\x20from\x20resolved\x20path','\x20rows\x20','Resolving\x20path\x20\x27','SQL\x20query:\x0a','Error:\x20Path\x20or\x20name\x20is\x20required','listFolders','segment:sql','\x20\x20Cause:\x20','Usage:\x20tdx\x20segment\x20folder\x20list\x20<parent_name>','List\x20segment\x20folders\x20under\x20a\x20parent\x20segment','Resolved\x20relative\x20path\x20to:\x20','Parent\x20ID:\x20','Usage:\x20tdx\x20segment\x20describe\x20<path>','getSegmentSQL','data','220eZdMzX','code','\x20folder','Error:\x20','140pysEpP','replace','getParent','resolveParentId','\x20\x20tdx\x20segment\x20show\x20\x22My\x20Audience/Marketing/High\x20Value\x22','Folder\x20ID:\x20','Error:\x20Cannot\x20execute\x20SQL\x20query\x20on\x20a\x20folder.','parentId','resolveFolderId','Error:\x20Segment\x20path\x20or\x20name\x20is\x20required','\x20\x20Or\x20set\x20context:\x20tdx\x20use\x20parent_segment\x20<name>','Resolved\x20type:\x20','name','Folders\x20are\x20organizational\x20containers,\x20not\x20queryable\x20segments.','Segment\x20ID:\x20','createFolder','Error:\x20Parent\x20segment\x20name\x20is\x20required','\x20\x20tdx\x20segment\x20sql\x20\x22My\x20Audience/Marketing/High\x20Value\x22','\x20[Job\x20ID:\x20','parentSegment','1143285VLkozo','\x20\x20tdx\x20segment\x20describe\x20\x22High\x20Value\x22\x20\x20\x20\x20#\x20Relative\x20to\x20current\x20context','error','Resolved\x20parent\x20folder\x20ID:\x20','Fetching\x20folder\x20details...','Resolving\x20folder\x20\x27','segment:folder:create','✔\x20Found\x20','segmentId','Resolved\x20parent\x20ID:\x20','trim','Site:\x20','cause','Usage:\x20tdx\x20segment\x20show\x20<path>'];a25_0xe305=function(){return _0x4a5cd9;};return a25_0xe305();}export class SegmentSQLCommand extends BaseCommand{['name']=a25_0x1b0f17(0x22c);[a25_0x1b0f17(0x1f0)]='Get\x20SQL\x20query\x20for\x20parent\x20or\x20child\x20segment';async['execute'](_0x17d2db){const _0x5f504d=a25_0x1b0f17,{options:_0x1981f3,args:_0x147b09,tdx:_0x3919a8}=_0x17d2db,_0x3dc8ac=_0x147b09[0x0],_0x2a6240=!_0x3dc8ac&&!!_0x1981f3[_0x5f504d(0x1d5)],_0x4a9ad7=_0x3dc8ac||_0x1981f3[_0x5f504d(0x1d5)];if(!_0x4a9ad7)return console[_0x5f504d(0x1d8)](_0x5f504d(0x1cb)),console[_0x5f504d(0x1d8)](_0x5f504d(0x207)),console[_0x5f504d(0x1d8)](_0x5f504d(0x222)),console[_0x5f504d(0x1d8)]('\x20\x20tdx\x20segment\x20sql\x20\x22My\x20Audience\x22'),console[_0x5f504d(0x1d8)](_0x5f504d(0x1d3)),console[_0x5f504d(0x1d8)]('\x20\x20tdx\x20segment\x20sql\x20\x22High\x20Value\x22\x20\x20\x20\x20#\x20Relative\x20to\x20current\x20context'),console[_0x5f504d(0x1d8)](_0x5f504d(0x1cc)),0x1;try{const _0x37f8d3=_0x1981f3[_0x5f504d(0x209)];let _0x144d03=_0x4a9ad7;!_0x2a6240&&_0x37f8d3&&!_0x4a9ad7[_0x5f504d(0x21c)]('/')&&(_0x144d03=_0x37f8d3+'/'+_0x4a9ad7,_0x1981f3[_0x5f504d(0x1f4)]&&console['error'](_0x5f504d(0x1b9)+_0x144d03));const _0x554c5d=await withSpinner('Resolving\x20path\x20\x27'+_0x144d03+_0x5f504d(0x1f3),()=>_0x3919a8[_0x5f504d(0x1e7)][_0x5f504d(0x217)](_0x144d03),{'verbose':_0x1981f3['verbose']}),_0x54a4dd=_0x554c5d[_0x5f504d(0x1bd)];_0x1981f3[_0x5f504d(0x1f4)]&&(console[_0x5f504d(0x1d8)](_0x5f504d(0x1cd)+_0x54a4dd[_0x5f504d(0x201)]),console['error']('Parent\x20ID:\x20'+_0x54a4dd['parentId']));if(_0x54a4dd['type']===_0x5f504d(0x1f7))return console['error'](_0x5f504d(0x206)),console[_0x5f504d(0x1d8)](_0x5f504d(0x1cf)),0x1;let _0x2afb69;if(_0x54a4dd[_0x5f504d(0x201)]==='parent'){const _0x1698f0=await withSpinner(_0x5f504d(0x1ec),()=>_0x3919a8[_0x5f504d(0x1e7)]['getParentSQL'](_0x54a4dd[_0x5f504d(0x1c9)]),{'verbose':_0x1981f3[_0x5f504d(0x1f4)]});_0x2afb69=_0x1698f0['data'];}else{if(!_0x54a4dd['segmentId'])throw new SDKError(ErrorCode[_0x5f504d(0x21a)],_0x5f504d(0x1e9));const _0x25f36c=await withSpinner('Fetching\x20SQL\x20for\x20segment...',()=>_0x3919a8[_0x5f504d(0x1e7)][_0x5f504d(0x1bc)](_0x54a4dd[_0x5f504d(0x1c9)],_0x54a4dd['segmentId']),{'verbose':_0x1981f3['verbose']});_0x2afb69=_0x25f36c[_0x5f504d(0x1bd)];}return _0x1981f3[_0x5f504d(0x203)]===_0x5f504d(0x208)||_0x1981f3['format']==='jsonl'?await handleSDKOutput([{'sql':_0x2afb69}],_0x1981f3):console[_0x5f504d(0x1ee)](_0x2afb69),0x0;}catch(_0x50a941){if(_0x50a941 instanceof SDKError)return console[_0x5f504d(0x1d8)](_0x5f504d(0x1c1)+_0x50a941[_0x5f504d(0x21e)]),_0x50a941[_0x5f504d(0x1e2)]&&console[_0x5f504d(0x1d8)]('\x20\x20Cause:\x20'+_0x50a941[_0x5f504d(0x1e2)]),0x1;throw _0x50a941;}}}export class SegmentFolderCreateCommand extends BaseCommand{[a25_0x1b0f17(0x1ce)]=a25_0x1b0f17(0x1dc);[a25_0x1b0f17(0x1f0)]=a25_0x1b0f17(0x1e5);async[a25_0x1b0f17(0x20d)](_0x3aa82d){const _0x225e55=a25_0x1b0f17,{options:_0x392d90,args:_0x1e4b27,tdx:_0x3726ef}=_0x3aa82d,_0x557434=_0x392d90;if(_0x1e4b27[_0x225e55(0x218)]<0x2)return console['error']('Error:\x20Parent\x20segment\x20name\x20and\x20folder\x20name\x20are\x20required'),console['error']('Usage:\x20tdx\x20segment\x20folder\x20create\x20<parent_name>\x20<folder_name>\x20[options]'),0x1;const _0x299027=_0x1e4b27[0x0],_0x2fa1e9=_0x1e4b27[0x1];_0x557434['verbose']&&(console[_0x225e55(0x1d8)]('Site:\x20'+_0x557434[_0x225e55(0x1f8)]),console['error'](_0x225e55(0x223)+_0x299027),console[_0x225e55(0x1d8)](_0x225e55(0x1f2)+_0x2fa1e9));let _0x52b75e;if(_0x557434[_0x225e55(0x224)]){const _0x518e29=_0x557434[_0x225e55(0x224)],_0x2861c3=await withSpinner(_0x225e55(0x1e6)+_0x299027+_0x225e55(0x1f3),()=>_0x3726ef[_0x225e55(0x1e7)][_0x225e55(0x1c5)](_0x299027),{'verbose':_0x557434[_0x225e55(0x1f4)]}),_0x32e73a=_0x2861c3[_0x225e55(0x1bd)],_0x596f2b=await withSpinner('Resolving\x20parent\x20folder\x20\x27'+_0x518e29+_0x225e55(0x1f3),()=>_0x3726ef[_0x225e55(0x1e7)]['resolveFolderId'](_0x32e73a,_0x518e29),{'verbose':_0x557434[_0x225e55(0x1f4)]});_0x52b75e=_0x596f2b['data'],_0x557434[_0x225e55(0x1f4)]&&console[_0x225e55(0x1d8)](_0x225e55(0x1d9)+_0x52b75e);}const _0x1043ff={'name':_0x2fa1e9,'description':_0x557434[_0x225e55(0x1f0)],'parentFolderId':_0x52b75e},_0xc906b9=await withSpinner(_0x225e55(0x1e8)+_0x2fa1e9+_0x225e55(0x1f3),()=>_0x3726ef[_0x225e55(0x1e7)][_0x225e55(0x1d1)](_0x299027,_0x1043ff),{'verbose':_0x557434[_0x225e55(0x1f4)]}),_0xaa0cf9=_0xc906b9['data'];return console['error']('✔\x20Created\x20folder\x20\x27'+_0xaa0cf9[_0x225e55(0x1ce)]+_0x225e55(0x1f9)+_0xaa0cf9['id']),await handleSDKOutput([_0xaa0cf9],_0x557434),0x0;}}
1
+ const a27_0x346d48=a27_0x5ebf;(function(_0x140353,_0x58370a){const _0x25f0c2=a27_0x5ebf,_0x16f2cf=_0x140353();while(!![]){try{const _0x3f8712=parseInt(_0x25f0c2(0xab))/0x1*(-parseInt(_0x25f0c2(0xc0))/0x2)+-parseInt(_0x25f0c2(0x92))/0x3+parseInt(_0x25f0c2(0x87))/0x4+-parseInt(_0x25f0c2(0xbf))/0x5+parseInt(_0x25f0c2(0xaa))/0x6*(parseInt(_0x25f0c2(0xd2))/0x7)+parseInt(_0x25f0c2(0x7d))/0x8*(parseInt(_0x25f0c2(0x90))/0x9)+parseInt(_0x25f0c2(0xc9))/0xa*(parseInt(_0x25f0c2(0x97))/0xb);if(_0x3f8712===_0x58370a)break;else _0x16f2cf['push'](_0x16f2cf['shift']());}catch(_0x1f9675){_0x16f2cf['push'](_0x16f2cf['shift']());}}}(a27_0x458a,0x52e18));import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';function a27_0x5ebf(_0x33f159,_0x5c3485){const _0x458af9=a27_0x458a();return a27_0x5ebf=function(_0x5ebfa9,_0x35092d){_0x5ebfa9=_0x5ebfa9-0x66;let _0x1e6a5d=_0x458af9[_0x5ebfa9];return _0x1e6a5d;},a27_0x5ebf(_0x33f159,_0x5c3485);}import{handleSDKOutput,handleQueryOutput,handleSingleObjectOutput}from'../utils/command-output.js';import{withSpinner,withQuerySpinner,formatElapsed}from'../utils/spinner.js';import{parseSegmentRef}from'../utils/segment-ref-parser.js';import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../utils/constants.js';export class SegmentDescribeCommand extends BaseCommand{[a27_0x346d48(0xc6)]=a27_0x346d48(0x6c);[a27_0x346d48(0xbc)]=a27_0x346d48(0xc7);async[a27_0x346d48(0xd4)](_0x57bc80){const _0x4a9776=a27_0x346d48,{options:_0x30b7c3,args:_0x5d1c62,tdx:_0x5e1fc3}=_0x57bc80,_0xfe3e4b=_0x5d1c62[0x0],_0x2ce4ff=!_0xfe3e4b&&!!_0x30b7c3[_0x4a9776(0x70)],_0x3fb083=_0xfe3e4b||_0x30b7c3['parentSegment'];if(!_0x3fb083)return console[_0x4a9776(0xd5)](_0x4a9776(0x6b)),console['error'](_0x4a9776(0x72)),console[_0x4a9776(0xd5)](_0x4a9776(0x8b)),console[_0x4a9776(0xd5)]('\x20\x20tdx\x20segment\x20describe\x20\x22My\x20Audience\x22'),console[_0x4a9776(0xd5)](_0x4a9776(0x94)),console[_0x4a9776(0xd5)](_0x4a9776(0xdd)),console[_0x4a9776(0xd5)](_0x4a9776(0xce)),0x1;try{const _0x182a3a=_0x30b7c3[_0x4a9776(0x9e)];let _0x358fdc=_0x3fb083;!_0x2ce4ff&&_0x182a3a&&!_0x3fb083[_0x4a9776(0xa7)]('/')&&(_0x358fdc=_0x182a3a+'/'+_0x3fb083,_0x30b7c3[_0x4a9776(0x81)]&&console['error']('Resolved\x20relative\x20path\x20to:\x20'+_0x358fdc));const _0x5e000b=await withSpinner(_0x4a9776(0xc8)+_0x358fdc+_0x4a9776(0x73),()=>_0x5e1fc3[_0x4a9776(0x9d)]['resolvePathToResource'](_0x358fdc),{'verbose':_0x30b7c3[_0x4a9776(0x81)]}),_0xd52b84=_0x5e000b[_0x4a9776(0xc5)];_0x30b7c3[_0x4a9776(0x81)]&&(console[_0x4a9776(0xd5)](_0x4a9776(0x8e)+_0xd52b84[_0x4a9776(0x98)]),console[_0x4a9776(0xd5)](_0x4a9776(0x77)+_0xd52b84[_0x4a9776(0x7b)]),_0xd52b84[_0x4a9776(0x99)]&&console[_0x4a9776(0xd5)](_0x4a9776(0xda)+_0xd52b84[_0x4a9776(0x99)]),_0xd52b84[_0x4a9776(0x9a)]&&console[_0x4a9776(0xd5)]('Segment\x20ID:\x20'+_0xd52b84[_0x4a9776(0x9a)]));if(_0xd52b84['type']===_0x4a9776(0xa4)){const _0x341487=await withSpinner(_0x4a9776(0xb6),()=>_0x5e1fc3[_0x4a9776(0x9d)]['getParent'](_0xd52b84[_0x4a9776(0x7b)]),{'verbose':_0x30b7c3['verbose']});await handleSingleObjectOutput(_0x341487[_0x4a9776(0xc5)],_0x30b7c3);}else{if(_0xd52b84[_0x4a9776(0x98)]==='folder'){if(!_0xd52b84[_0x4a9776(0x99)])throw new SDKError(ErrorCode[_0x4a9776(0xba)],_0x4a9776(0x76));const _0x54bf2f=await withSpinner(_0x4a9776(0x79),()=>_0x5e1fc3[_0x4a9776(0x9d)][_0x4a9776(0x6f)](_0xd52b84[_0x4a9776(0x99)]),{'verbose':_0x30b7c3['verbose']});await handleSingleObjectOutput(_0x54bf2f[_0x4a9776(0xc5)],_0x30b7c3);}else{if(_0xd52b84[_0x4a9776(0x98)]===_0x4a9776(0x9d)){if(!_0xd52b84[_0x4a9776(0x9a)])throw new SDKError(ErrorCode[_0x4a9776(0xba)],'Segment\x20ID\x20missing\x20from\x20resolved\x20path');const _0x55662c=await withSpinner(_0x4a9776(0x83),()=>_0x5e1fc3[_0x4a9776(0x9d)][_0x4a9776(0xb7)](_0xd52b84['parentId'],_0xd52b84[_0x4a9776(0x9a)]),{'verbose':_0x30b7c3[_0x4a9776(0x81)]});await handleSingleObjectOutput(_0x55662c[_0x4a9776(0xc5)],_0x30b7c3);}}}return 0x0;}catch(_0x5e8268){if(_0x5e8268 instanceof SDKError)return console[_0x4a9776(0xd5)](_0x4a9776(0xc1)+_0x5e8268[_0x4a9776(0xb9)]),_0x5e8268['cause']&&console[_0x4a9776(0xd5)](_0x4a9776(0x9c)+_0x5e8268[_0x4a9776(0x7c)]),0x1;throw _0x5e8268;}}}export class SegmentShowCommand extends BaseCommand{['name']=a27_0x346d48(0xaf);['description']=a27_0x346d48(0x8f);async['execute'](_0x41a087){const _0x2f8631=a27_0x346d48,{options:_0x561a70,args:_0x515030,tdx:_0xcfb28b}=_0x41a087,_0x3968e0=_0x515030[0x0],_0x3c8b4c=!_0x3968e0&&!!_0x561a70[_0x2f8631(0x70)],_0x21eae7=_0x3968e0||_0x561a70[_0x2f8631(0x70)];if(!_0x21eae7)return console[_0x2f8631(0xd5)](_0x2f8631(0xa1)),console[_0x2f8631(0xd5)](_0x2f8631(0xb1)),console['error'](_0x2f8631(0x8b)),console[_0x2f8631(0xd5)](_0x2f8631(0xd9)),console[_0x2f8631(0xd5)](_0x2f8631(0x9f)),console[_0x2f8631(0xd5)]('\x20\x20tdx\x20segment\x20show\x20\x22High\x20Value\x22\x20\x20\x20\x20#\x20Relative\x20to\x20current\x20context'),console[_0x2f8631(0xd5)](_0x2f8631(0xce)),0x1;try{const _0x53efcb=_0x561a70[_0x2f8631(0x9e)];let _0x5ec0cd=_0x21eae7;!_0x3c8b4c&&_0x53efcb&&!_0x21eae7['includes']('/')&&(_0x5ec0cd=_0x53efcb+'/'+_0x21eae7,_0x561a70['verbose']&&console[_0x2f8631(0xd5)]('Resolved\x20relative\x20path\x20to:\x20'+_0x5ec0cd));const _0x4cb56d=await withSpinner(_0x2f8631(0xc8)+_0x5ec0cd+_0x2f8631(0x73),()=>_0xcfb28b[_0x2f8631(0x9d)][_0x2f8631(0x91)](_0x5ec0cd),{'verbose':_0x561a70['verbose']}),_0x532f49=_0x4cb56d[_0x2f8631(0xc5)];_0x561a70[_0x2f8631(0x81)]&&(console[_0x2f8631(0xd5)]('Resolved\x20type:\x20'+_0x532f49[_0x2f8631(0x98)]),console[_0x2f8631(0xd5)]('Parent\x20ID:\x20'+_0x532f49[_0x2f8631(0x7b)]));if(_0x532f49[_0x2f8631(0x98)]==='folder')return console[_0x2f8631(0xd5)](_0x2f8631(0xb5)),console[_0x2f8631(0xd5)](_0x2f8631(0xd0)),0x1;let _0x1db695;if(_0x532f49[_0x2f8631(0x98)]===_0x2f8631(0xa4)){const _0x38d8ee=await withSpinner(_0x2f8631(0x71),()=>_0xcfb28b[_0x2f8631(0x9d)]['getParentSQL'](_0x532f49[_0x2f8631(0x7b)]),{'verbose':_0x561a70[_0x2f8631(0x81)]});_0x1db695=_0x38d8ee[_0x2f8631(0xc5)];}else{if(!_0x532f49[_0x2f8631(0x9a)])throw new SDKError(ErrorCode['INTERNAL'],_0x2f8631(0xbd));const _0x3e26fa=await withSpinner(_0x2f8631(0x85),()=>_0xcfb28b[_0x2f8631(0x9d)][_0x2f8631(0x68)](_0x532f49['parentId'],_0x532f49[_0x2f8631(0x9a)]),{'verbose':_0x561a70[_0x2f8631(0x81)]});_0x1db695=_0x3e26fa['data'];}const _0x4d07ba=resolveLimit(_0x561a70[_0x2f8631(0x7f)],DEFAULT_DISPLAY_LIMIT),_0x2129e1=/\bLIMIT\s+\d+/i[_0x2f8631(0xcf)](_0x1db695);!_0x2129e1&&(_0x1db695=_0x1db695[_0x2f8631(0xcc)]()[_0x2f8631(0xa0)](/;+$/,''),_0x1db695=_0x2f8631(0xbb)+_0x1db695+'\x0a)\x20AS\x20segment_query\x0aLIMIT\x20'+_0x4d07ba);_0x561a70['verbose']&&console[_0x2f8631(0xd5)](_0x2f8631(0xde)+_0x1db695);const _0x10a69e=await withQuerySpinner(_0x2f8631(0xad),async _0x22609d=>{const _0x2eb307=_0x2f8631,_0x599426=await _0xcfb28b['query'][_0x2eb307(0xd4)](_0x1db695,{'catalog':'td','schema':_0x2eb307(0x66),'onJobId':_0xd0eb52=>{const _0x24fe40=_0x2eb307;_0x22609d[_0x24fe40(0xb0)](_0xd0eb52);}});return _0x599426;},{'verbose':_0x561a70[_0x2f8631(0x81)]}),_0x3c21d5=_0x10a69e['data'],_0x13f79c=_0x3c21d5[_0x2f8631(0xa9)]?_0x2f8631(0x69)+_0x3c21d5[_0x2f8631(0xa9)]+']':'';return console[_0x2f8631(0xd5)](_0x2f8631(0x89)+_0x3c21d5[_0x2f8631(0xdb)][_0x2f8631(0xd6)]['toLocaleString']()+_0x2f8631(0xdf)+(_0x2f8631(0xd7)+formatElapsed(_0x3c21d5[_0x2f8631(0xdb)][_0x2f8631(0xb3)])+_0x13f79c)),await handleQueryOutput(_0x3c21d5,_0x561a70),0x0;}catch(_0x5ea1e9){if(_0x5ea1e9 instanceof SDKError)return console[_0x2f8631(0xd5)](_0x2f8631(0x75)+_0x5ea1e9[_0x2f8631(0xa8)]+']'),console['error']('\x0a'+_0x5ea1e9['message']),0x1;throw _0x5ea1e9;}}}export class SegmentFolderListCommand extends BaseCommand{[a27_0x346d48(0xc6)]=a27_0x346d48(0xae);[a27_0x346d48(0xbc)]=a27_0x346d48(0x6a);async['execute'](_0x28e1bd){const _0xce8971=a27_0x346d48,{options:_0x51b684,args:_0x2f17d4,tdx:_0x2d405c}=_0x28e1bd;if(_0x2f17d4[_0xce8971(0x9b)]===0x0)return console[_0xce8971(0xd5)](_0xce8971(0x80)),console[_0xce8971(0xd5)](_0xce8971(0xb8)),0x1;const _0x4861ad=_0x2f17d4[0x0];try{_0x51b684[_0xce8971(0x81)]&&(console[_0xce8971(0xd5)]('Site:\x20'+_0x51b684['site']),console[_0xce8971(0xd5)](_0xce8971(0xbe)+_0x4861ad));const _0x5abe75=await withSpinner(_0xce8971(0xa2)+_0x4861ad+_0xce8971(0x73),()=>_0x2d405c[_0xce8971(0x9d)][_0xce8971(0xb4)](_0x4861ad),{'verbose':_0x51b684[_0xce8971(0x81)]}),_0x5969fb=_0x5abe75['data'];_0x51b684[_0xce8971(0x81)]&&console[_0xce8971(0xd5)]('Resolved\x20parent\x20ID:\x20'+_0x5969fb);const _0x494988=await withSpinner(_0xce8971(0x8a)+_0x4861ad+'\x27...',()=>_0x2d405c[_0xce8971(0x9d)][_0xce8971(0x96)](_0x5969fb),{'verbose':_0x51b684['verbose']}),_0x43ddcf=_0x494988[_0xce8971(0xc5)];return console[_0xce8971(0xd5)]('✔\x20Found\x20'+_0x43ddcf[_0xce8971(0x9b)]+'\x20folder'+(_0x43ddcf[_0xce8971(0x9b)]!==0x1?'s':'')),await handleSDKOutput(_0x43ddcf,_0x51b684),0x0;}catch(_0x8afdfa){if(_0x8afdfa instanceof SDKError)return console[_0xce8971(0xd5)](_0xce8971(0xc1)+_0x8afdfa[_0xce8971(0xb9)]),_0x8afdfa['cause']&&console[_0xce8971(0xd5)](_0xce8971(0x9c)+_0x8afdfa[_0xce8971(0x7c)]),0x1;throw _0x8afdfa;}}}function a27_0x458a(){const _0x2b7163=['Error:\x20Cannot\x20execute\x20SQL\x20query\x20on\x20a\x20folder.','Fetching\x20parent\x20segment\x20details...','getSegment','Usage:\x20tdx\x20segment\x20folder\x20list\x20<parent_name>','message','INTERNAL','SELECT\x20*\x20FROM\x20(\x0a','description','Segment\x20ID\x20missing\x20from\x20resolved\x20path','Parent\x20name:\x20','2954385awQBif','416HcLAJk','Error:\x20','Error:\x20Cannot\x20get\x20SQL\x20query\x20for\x20a\x20folder.','Resolving\x20parent\x20folder\x20\x27','Error:\x20Parent\x20segment\x20name\x20and\x20folder\x20name\x20are\x20required','data','name','Show\x20segment\x20or\x20folder\x20details','Resolving\x20path\x20\x27','745100dImXcj','✔\x20Created\x20folder\x20\x27','Error:\x20Folder\x20name\x20is\x20required\x20(use\x20parent_name/folder_name\x20format)','trim','json','\x20\x20Or\x20set\x20context:\x20tdx\x20use\x20parent_segment\x20<name>','test','Use:\x20tdx\x20segment\x20describe\x20<path>\x20\x20#\x20To\x20show\x20folder\x20details','Resolved\x20parent\x20folder\x20ID:\x20','105PBLMGc','createFolder','execute','error','processedRows','in\x20','Site:\x20','\x20\x20tdx\x20segment\x20show\x20\x22My\x20Audience\x22','Folder\x20ID:\x20','stats','folder','\x20\x20tdx\x20segment\x20describe\x20\x22High\x20Value\x22\x20\x20\x20\x20#\x20Relative\x20to\x20current\x20context','SQL\x20query:\x0a','\x20rows\x20','segment:folder:create','Usage:\x20tdx\x20segment\x20folder\x20show\x20<parent_name/folder_name>','information_schema','Error:\x20Folder\x20reference\x20is\x20required','getSegmentSQL','\x20[Job\x20ID:\x20','List\x20segment\x20folders\x20under\x20a\x20parent\x20segment','Error:\x20Path\x20or\x20name\x20is\x20required','segment:describe','Creating\x20folder\x20\x27','format','getFolder','parentSegment','Fetching\x20SQL\x20for\x20parent\x20segment...','Usage:\x20tdx\x20segment\x20describe\x20<path>','\x27...','Usage:\x20tdx\x20segment\x20folder\x20create\x20<parent_name>\x20<folder_name>\x20[options]','✖\x20Query\x20failed\x20[','Folder\x20ID\x20missing\x20from\x20resolved\x20path','Parent\x20ID:\x20','\x27\x20with\x20ID:\x20','Fetching\x20folder\x20details...','resolveFolderId','parentId','cause','24WlLXNi','Resolved\x20parent\x20ID:\x20','limit','Error:\x20Parent\x20segment\x20name\x20is\x20required','verbose','Create\x20segment\x20folder\x20for\x20organization','Fetching\x20segment\x20details...','\x20\x20tdx\x20segment\x20sql\x20\x22My\x20Audience/Marketing/High\x20Value\x22','Fetching\x20SQL\x20for\x20segment...','Folder\x20name:\x20','407816INvLak','segment:folder:show','✔\x20Query\x20completed:\x20Processed\x20','Listing\x20folders\x20for\x20parent\x20\x27','Examples:','\x20\x20tdx\x20segment\x20sql\x20\x22High\x20Value\x22\x20\x20\x20\x20#\x20Relative\x20to\x20current\x20context','getParentSQL','Resolved\x20type:\x20','Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results','1803096FLfyAy','resolvePathToResource','1991343NDrdyr','parentFolder','\x20\x20tdx\x20segment\x20describe\x20\x22My\x20Audience/Marketing/High\x20Value\x22','Parent\x20segment:\x20','listFolders','121dMljpn','type','folderId','segmentId','length','\x20\x20Cause:\x20','segment','segmentPath','\x20\x20tdx\x20segment\x20show\x20\x22My\x20Audience/Marketing/High\x20Value\x22','replace','Error:\x20Segment\x20path\x20or\x20name\x20is\x20required','Resolving\x20parent\x20segment\x20\x27','site','parent','Show\x20segment\x20folder\x20details','segment:sql','includes','code','jobId','64476CoWOCT','431tGkJNg','Fetching\x20folder\x20\x27','Executing\x20segment\x20query...','segment:folder:list','segment:show','setJobId','Usage:\x20tdx\x20segment\x20show\x20<path>','Resolved\x20relative\x20path\x20to:\x20','elapsedTimeMillis','resolveParentId'];a27_0x458a=function(){return _0x2b7163;};return a27_0x458a();}export class SegmentFolderShowCommand extends BaseCommand{[a27_0x346d48(0xc6)]=a27_0x346d48(0x88);[a27_0x346d48(0xbc)]=a27_0x346d48(0xa5);async[a27_0x346d48(0xd4)](_0x81b45d){const _0x560aa4=a27_0x346d48,{options:_0x22bcc5,args:_0x182a00,tdx:_0xde93d4}=_0x81b45d;if(_0x182a00[_0x560aa4(0x9b)]===0x0)return console[_0x560aa4(0xd5)](_0x560aa4(0x67)),console[_0x560aa4(0xd5)](_0x560aa4(0xe1)),0x1;try{const {parentId:_0x1ea0e4,childId:_0x7e6b6f}=parseSegmentRef(_0x182a00[0x0]);_0x22bcc5[_0x560aa4(0x81)]&&(console[_0x560aa4(0xd5)](_0x560aa4(0xd8)+_0x22bcc5[_0x560aa4(0xa3)]),console[_0x560aa4(0xd5)]('Parent\x20name:\x20'+_0x1ea0e4),_0x7e6b6f&&console[_0x560aa4(0xd5)]('Folder\x20name:\x20'+_0x7e6b6f));if(!_0x7e6b6f)return console[_0x560aa4(0xd5)](_0x560aa4(0xcb)),0x1;const _0x412004=await withSpinner('Resolving\x20parent\x20segment\x20\x27'+_0x1ea0e4+'\x27...',()=>_0xde93d4[_0x560aa4(0x9d)][_0x560aa4(0xb4)](_0x1ea0e4),{'verbose':_0x22bcc5[_0x560aa4(0x81)]}),_0x27ecc7=_0x412004[_0x560aa4(0xc5)];_0x22bcc5[_0x560aa4(0x81)]&&console[_0x560aa4(0xd5)](_0x560aa4(0x7e)+_0x27ecc7);const _0x65b5ea=await withSpinner('Resolving\x20folder\x20\x27'+_0x7e6b6f+_0x560aa4(0x73),()=>_0xde93d4['segment']['resolveFolderId'](_0x27ecc7,_0x7e6b6f),{'verbose':_0x22bcc5[_0x560aa4(0x81)]}),_0x20b941=_0x65b5ea[_0x560aa4(0xc5)];_0x22bcc5[_0x560aa4(0x81)]&&console[_0x560aa4(0xd5)]('Resolved\x20folder\x20ID:\x20'+_0x20b941);const _0x52b605=await withSpinner(_0x560aa4(0xac)+_0x7e6b6f+_0x560aa4(0x73),()=>_0xde93d4['segment'][_0x560aa4(0x6f)](_0x20b941),{'verbose':_0x22bcc5[_0x560aa4(0x81)]});return await handleSDKOutput([_0x52b605[_0x560aa4(0xc5)]],_0x22bcc5),0x0;}catch(_0x1e1709){if(_0x1e1709 instanceof SDKError)return console[_0x560aa4(0xd5)]('Error:\x20'+_0x1e1709['message']),_0x1e1709[_0x560aa4(0x7c)]&&console[_0x560aa4(0xd5)]('\x20\x20Cause:\x20'+_0x1e1709[_0x560aa4(0x7c)]),0x1;throw _0x1e1709;}}}export class SegmentSQLCommand extends BaseCommand{[a27_0x346d48(0xc6)]=a27_0x346d48(0xa6);[a27_0x346d48(0xbc)]='Get\x20SQL\x20query\x20for\x20parent\x20or\x20child\x20segment';async[a27_0x346d48(0xd4)](_0x49e084){const _0x1fd27f=a27_0x346d48,{options:_0x5e05cd,args:_0x1de545,tdx:_0x49cf35}=_0x49e084,_0x4d6bb9=_0x1de545[0x0],_0x4b09c0=!_0x4d6bb9&&!!_0x5e05cd[_0x1fd27f(0x70)],_0x39ab8a=_0x4d6bb9||_0x5e05cd[_0x1fd27f(0x70)];if(!_0x39ab8a)return console[_0x1fd27f(0xd5)](_0x1fd27f(0xa1)),console[_0x1fd27f(0xd5)]('Usage:\x20tdx\x20segment\x20sql\x20<path>'),console[_0x1fd27f(0xd5)](_0x1fd27f(0x8b)),console['error']('\x20\x20tdx\x20segment\x20sql\x20\x22My\x20Audience\x22'),console[_0x1fd27f(0xd5)](_0x1fd27f(0x84)),console[_0x1fd27f(0xd5)](_0x1fd27f(0x8c)),console[_0x1fd27f(0xd5)]('\x20\x20Or\x20set\x20context:\x20tdx\x20use\x20parent_segment\x20<name>'),0x1;try{const _0x1a52d5=_0x5e05cd['segmentPath'];let _0x2ab03c=_0x39ab8a;!_0x4b09c0&&_0x1a52d5&&!_0x39ab8a['includes']('/')&&(_0x2ab03c=_0x1a52d5+'/'+_0x39ab8a,_0x5e05cd['verbose']&&console[_0x1fd27f(0xd5)](_0x1fd27f(0xb2)+_0x2ab03c));const _0x2a229e=await withSpinner('Resolving\x20path\x20\x27'+_0x2ab03c+_0x1fd27f(0x73),()=>_0x49cf35[_0x1fd27f(0x9d)][_0x1fd27f(0x91)](_0x2ab03c),{'verbose':_0x5e05cd[_0x1fd27f(0x81)]}),_0x11a148=_0x2a229e[_0x1fd27f(0xc5)];_0x5e05cd[_0x1fd27f(0x81)]&&(console['error'](_0x1fd27f(0x8e)+_0x11a148[_0x1fd27f(0x98)]),console[_0x1fd27f(0xd5)]('Parent\x20ID:\x20'+_0x11a148['parentId']));if(_0x11a148[_0x1fd27f(0x98)]===_0x1fd27f(0xdc))return console[_0x1fd27f(0xd5)](_0x1fd27f(0xc2)),console['error']('Folders\x20are\x20organizational\x20containers,\x20not\x20queryable\x20segments.'),0x1;let _0x48505a;if(_0x11a148[_0x1fd27f(0x98)]===_0x1fd27f(0xa4)){const _0x4fd675=await withSpinner(_0x1fd27f(0x71),()=>_0x49cf35[_0x1fd27f(0x9d)][_0x1fd27f(0x8d)](_0x11a148[_0x1fd27f(0x7b)]),{'verbose':_0x5e05cd[_0x1fd27f(0x81)]});_0x48505a=_0x4fd675[_0x1fd27f(0xc5)];}else{if(!_0x11a148[_0x1fd27f(0x9a)])throw new SDKError(ErrorCode[_0x1fd27f(0xba)],_0x1fd27f(0xbd));const _0x163d2f=await withSpinner(_0x1fd27f(0x85),()=>_0x49cf35[_0x1fd27f(0x9d)][_0x1fd27f(0x68)](_0x11a148[_0x1fd27f(0x7b)],_0x11a148[_0x1fd27f(0x9a)]),{'verbose':_0x5e05cd[_0x1fd27f(0x81)]});_0x48505a=_0x163d2f[_0x1fd27f(0xc5)];}return _0x5e05cd[_0x1fd27f(0x6e)]===_0x1fd27f(0xcd)||_0x5e05cd[_0x1fd27f(0x6e)]==='jsonl'?await handleSDKOutput([{'sql':_0x48505a}],_0x5e05cd):console['log'](_0x48505a),0x0;}catch(_0x47d6e8){if(_0x47d6e8 instanceof SDKError)return console[_0x1fd27f(0xd5)]('Error:\x20'+_0x47d6e8[_0x1fd27f(0xb9)]),_0x47d6e8['cause']&&console['error'](_0x1fd27f(0x9c)+_0x47d6e8[_0x1fd27f(0x7c)]),0x1;throw _0x47d6e8;}}}export class SegmentFolderCreateCommand extends BaseCommand{[a27_0x346d48(0xc6)]=a27_0x346d48(0xe0);[a27_0x346d48(0xbc)]=a27_0x346d48(0x82);async['execute'](_0x415455){const _0x58a052=a27_0x346d48,{options:_0x3166d5,args:_0xca339b,tdx:_0x5ba97a}=_0x415455,_0x1bc370=_0x3166d5;if(_0xca339b[_0x58a052(0x9b)]<0x2)return console['error'](_0x58a052(0xc4)),console[_0x58a052(0xd5)](_0x58a052(0x74)),0x1;const _0x596097=_0xca339b[0x0],_0x22b423=_0xca339b[0x1];_0x1bc370[_0x58a052(0x81)]&&(console['error'](_0x58a052(0xd8)+_0x1bc370[_0x58a052(0xa3)]),console[_0x58a052(0xd5)](_0x58a052(0x95)+_0x596097),console['error'](_0x58a052(0x86)+_0x22b423));let _0x1b47ae;if(_0x1bc370[_0x58a052(0x93)]){const _0x5a005e=_0x1bc370[_0x58a052(0x93)],_0x3ec5bc=await withSpinner(_0x58a052(0xa2)+_0x596097+_0x58a052(0x73),()=>_0x5ba97a[_0x58a052(0x9d)][_0x58a052(0xb4)](_0x596097),{'verbose':_0x1bc370[_0x58a052(0x81)]}),_0x119479=_0x3ec5bc[_0x58a052(0xc5)],_0x431b2a=await withSpinner(_0x58a052(0xc3)+_0x5a005e+_0x58a052(0x73),()=>_0x5ba97a[_0x58a052(0x9d)][_0x58a052(0x7a)](_0x119479,_0x5a005e),{'verbose':_0x1bc370['verbose']});_0x1b47ae=_0x431b2a['data'],_0x1bc370[_0x58a052(0x81)]&&console[_0x58a052(0xd5)](_0x58a052(0xd1)+_0x1b47ae);}const _0x1e958c={'name':_0x22b423,'description':_0x1bc370[_0x58a052(0xbc)],'parentFolderId':_0x1b47ae},_0x32aa7a=await withSpinner(_0x58a052(0x6d)+_0x22b423+_0x58a052(0x73),()=>_0x5ba97a[_0x58a052(0x9d)][_0x58a052(0xd3)](_0x596097,_0x1e958c),{'verbose':_0x1bc370[_0x58a052(0x81)]}),_0x34023d=_0x32aa7a['data'];return console[_0x58a052(0xd5)](_0x58a052(0xca)+_0x34023d[_0x58a052(0xc6)]+_0x58a052(0x78)+_0x34023d['id']),await handleSDKOutput([_0x34023d],_0x1bc370),0x0;}}
@@ -1 +1 @@
1
- function a26_0x4d40(_0x2ff981,_0x4ccc82){const _0x373882=a26_0x3738();return a26_0x4d40=function(_0x4d4095,_0x4eb633){_0x4d4095=_0x4d4095-0xf0;let _0x352260=_0x373882[_0x4d4095];return _0x352260;},a26_0x4d40(_0x2ff981,_0x4ccc82);}const a26_0xeb3d08=a26_0x4d40;(function(_0x6e5b8,_0x381ea6){const _0x15c448=a26_0x4d40,_0x34feac=_0x6e5b8();while(!![]){try{const _0x503f19=-parseInt(_0x15c448(0x115))/0x1+-parseInt(_0x15c448(0x106))/0x2+parseInt(_0x15c448(0xf7))/0x3+parseInt(_0x15c448(0x122))/0x4*(-parseInt(_0x15c448(0x121))/0x5)+-parseInt(_0x15c448(0x11d))/0x6*(parseInt(_0x15c448(0x11b))/0x7)+-parseInt(_0x15c448(0x114))/0x8*(-parseInt(_0x15c448(0x116))/0x9)+-parseInt(_0x15c448(0xfc))/0xa*(-parseInt(_0x15c448(0xfb))/0xb);if(_0x503f19===_0x381ea6)break;else _0x34feac['push'](_0x34feac['shift']());}catch(_0x128227){_0x34feac['push'](_0x34feac['shift']());}}}(a26_0x3738,0x494b5));import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';import{loadJSONFromOptions}from'../utils/json-loader.js';import{parsePath,getParentPath,getBaseName}from'../utils/segment-path-parser.js';function a26_0x3738(){const _0x5dfb63=['Resolved\x20relative\x20path\x20to:\x20','kind','resolveFolderId','3419997ubeXrL','Parent:\x20','6dRPArH','Usage:\x20tdx\x20segment\x20create\x20<path>\x20[options]','Resolving\x20parent\x20segment\x20\x27','Resolving\x20folder\x20path\x20\x27','245mNcqVz','30144fJDOUi','Target\x20path:\x20','Usage:\x20tdx\x20segment\x20create\x20<parent/segment_name>\x20[options]','Parent\x20path:\x20','rule','parent','noCountPopulation','type','createSegment','error','ruleFile','data','1309638tYKstV','verbose','folderId','Creating\x20segment\x20\x27','392194cpksdZ','190VbAaSR','\x20\x20\x20Path:\x20','site','\x20\x20tdx\x20segment\x20create\x20\x22My\x20Audience/High\x20Value\x22\x20--rule\x20\x27...\x27','name','segment:create','includes','segmentPath','\x20\x20tdx\x20segment\x20create\x20\x22Premium\x22\x20--rule\x20\x27...\x27\x20\x20#\x20Relative\x20to\x20context','execute','702992eoMime','Site:\x20','segment','\x27...','✔\x20Created\x20segment\x20\x27','resolvePathToResource','invisible','Error:\x20Full\x20path\x20required\x20(parent/segment_name\x20or\x20parent/folder/segment_name)','folder','Error:\x20Cannot\x20create\x20segment\x20in\x20a\x20segment.\x20Parent\x20path\x20must\x20be\x20a\x20folder\x20or\x20parent.','description','length','Create\x20child\x20segment\x20with\x20filtering\x20rules','segments','4428272lXToWl','157962GYQhZW','9pBDvNt','Resolving\x20folder\x20\x27'];a26_0x3738=function(){return _0x5dfb63;};return a26_0x3738();}export class SegmentCreateCommand extends BaseCommand{[a26_0xeb3d08(0x100)]=a26_0xeb3d08(0x101);['description']=a26_0xeb3d08(0x112);async[a26_0xeb3d08(0x105)](_0x29a6d4){const _0x53a78b=a26_0xeb3d08,{options:_0x14cc45,args:_0x47689e,tdx:_0x5bf94b}=_0x29a6d4,_0x2c9382=_0x14cc45;if(_0x47689e[_0x53a78b(0x111)]===0x0)return console[_0x53a78b(0xf4)]('Error:\x20Segment\x20path\x20or\x20name\x20is\x20required'),console['error'](_0x53a78b(0x11e)),console[_0x53a78b(0xf4)]('Examples:'),console[_0x53a78b(0xf4)](_0x53a78b(0xff)),console['error']('\x20\x20tdx\x20segment\x20create\x20\x22My\x20Audience/Marketing/Premium\x22\x20--rule\x20\x27...\x27'),console[_0x53a78b(0xf4)](_0x53a78b(0x104)),0x1;const _0x18659c=_0x47689e[0x0],_0x29f1ab=_0x14cc45[_0x53a78b(0x103)];let _0x56f0a3=_0x18659c;_0x29f1ab&&!_0x18659c[_0x53a78b(0x102)]('/')&&(_0x56f0a3=_0x29f1ab+'/'+_0x18659c,_0x2c9382['verbose']&&console['error'](_0x53a78b(0x118)+_0x56f0a3));const _0x48495d=parsePath(_0x56f0a3);if(_0x48495d[_0x53a78b(0x113)][_0x53a78b(0x111)]<0x2)return console['error'](_0x53a78b(0x10d)),console[_0x53a78b(0xf4)](_0x53a78b(0x124)),0x1;const _0x15d473=_0x48495d[_0x53a78b(0x113)][0x0],_0x24b3a3=getBaseName(_0x56f0a3),_0x3e9d1b=getParentPath(_0x56f0a3);_0x2c9382[_0x53a78b(0xf8)]&&(console[_0x53a78b(0xf4)](_0x53a78b(0x107)+_0x2c9382[_0x53a78b(0xfe)]),console['error'](_0x53a78b(0x123)+_0x56f0a3),console[_0x53a78b(0xf4)](_0x53a78b(0x11c)+_0x15d473),console[_0x53a78b(0xf4)]('Segment\x20name:\x20'+_0x24b3a3),console[_0x53a78b(0xf4)](_0x53a78b(0x125)+_0x3e9d1b));const _0x2bd0eb=await withSpinner(_0x53a78b(0x11f)+_0x15d473+_0x53a78b(0x109),()=>_0x5bf94b['segment']['resolveParentId'](_0x15d473),{'verbose':_0x2c9382[_0x53a78b(0xf8)]}),_0x3f9e70=_0x2bd0eb[_0x53a78b(0xf6)];let _0x241ccc;if(_0x48495d[_0x53a78b(0x113)][_0x53a78b(0x111)]>0x2){const _0x143af6=await withSpinner(_0x53a78b(0x120)+_0x3e9d1b+_0x53a78b(0x109),()=>_0x5bf94b[_0x53a78b(0x108)][_0x53a78b(0x10b)](_0x3e9d1b),{'verbose':_0x2c9382['verbose']}),_0x4e7ac8=_0x143af6[_0x53a78b(0xf6)];if(_0x4e7ac8[_0x53a78b(0xf2)]!==_0x53a78b(0x10e)&&_0x4e7ac8[_0x53a78b(0xf2)]!==_0x53a78b(0xf0))return console[_0x53a78b(0xf4)](_0x53a78b(0x10f)),0x1;_0x241ccc=_0x4e7ac8[_0x53a78b(0xf9)];}else{if(_0x2c9382[_0x53a78b(0x10e)]){const _0x35e7d0=await withSpinner(_0x53a78b(0x117)+_0x2c9382[_0x53a78b(0x10e)]+_0x53a78b(0x109),()=>_0x5bf94b[_0x53a78b(0x108)][_0x53a78b(0x11a)](_0x3f9e70,_0x2c9382[_0x53a78b(0x10e)]),{'verbose':_0x2c9382[_0x53a78b(0xf8)]});_0x241ccc=_0x35e7d0['data'];}}_0x2c9382[_0x53a78b(0xf8)]&&_0x241ccc&&console[_0x53a78b(0xf4)]('Resolved\x20folder\x20ID:\x20'+_0x241ccc);const _0x201b39=await loadJSONFromOptions(_0x2c9382[_0x53a78b(0x126)],_0x2c9382[_0x53a78b(0xf5)]),_0x540f10={'name':_0x24b3a3,'description':_0x2c9382[_0x53a78b(0x110)],'rule':_0x201b39,'kind':_0x2c9382[_0x53a78b(0x119)]!==undefined?parseInt(_0x2c9382[_0x53a78b(0x119)],0xa):undefined,'isVisible':_0x2c9382[_0x53a78b(0x10c)]?![]:undefined,'segmentFolderId':_0x241ccc,'countPopulation':_0x2c9382[_0x53a78b(0xf1)]?![]:undefined},_0x465db8=await withSpinner(_0x53a78b(0xfa)+_0x24b3a3+_0x53a78b(0x109),()=>_0x5bf94b[_0x53a78b(0x108)][_0x53a78b(0xf3)](_0x3f9e70,_0x540f10),{'verbose':_0x2c9382['verbose']}),_0x41c69c=_0x465db8[_0x53a78b(0xf6)];return console['error'](_0x53a78b(0x10a)+_0x41c69c[_0x53a78b(0x100)]+'\x27\x20with\x20ID:\x20'+_0x41c69c['id']),_0x56f0a3!==_0x18659c&&console['error'](_0x53a78b(0xfd)+_0x56f0a3),await handleSDKOutput([_0x41c69c],_0x2c9382),0x0;}}
1
+ const a28_0x210e68=a28_0x2802;(function(_0x42c7c2,_0x44d38b){const _0x1cad14=a28_0x2802,_0x1224c5=_0x42c7c2();while(!![]){try{const _0x1aa452=-parseInt(_0x1cad14(0x104))/0x1*(-parseInt(_0x1cad14(0x123))/0x2)+-parseInt(_0x1cad14(0x119))/0x3+-parseInt(_0x1cad14(0x10e))/0x4*(-parseInt(_0x1cad14(0x120))/0x5)+parseInt(_0x1cad14(0x108))/0x6*(parseInt(_0x1cad14(0x124))/0x7)+parseInt(_0x1cad14(0x116))/0x8*(parseInt(_0x1cad14(0x130))/0x9)+-parseInt(_0x1cad14(0x103))/0xa+-parseInt(_0x1cad14(0x100))/0xb;if(_0x1aa452===_0x44d38b)break;else _0x1224c5['push'](_0x1224c5['shift']());}catch(_0x1ad199){_0x1224c5['push'](_0x1224c5['shift']());}}}(a28_0x3874,0x69475));import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';function a28_0x2802(_0x3667d1,_0x3ae104){const _0x38746c=a28_0x3874();return a28_0x2802=function(_0x2802ca,_0x16aa86){_0x2802ca=_0x2802ca-0x100;let _0x18fa3b=_0x38746c[_0x2802ca];return _0x18fa3b;},a28_0x2802(_0x3667d1,_0x3ae104);}import{loadJSONFromOptions}from'../utils/json-loader.js';import{parsePath,getParentPath,getBaseName}from'../utils/segment-path-parser.js';function a28_0x3874(){const _0x5eeb8f=['6CgoaUV','Creating\x20segment\x20\x27','folder','✔\x20Created\x20segment\x20\x27','resolveParentId','kind','12MPkZLv','type','Resolving\x20parent\x20segment\x20\x27','error','\x20\x20tdx\x20segment\x20create\x20\x22My\x20Audience/Marketing/Premium\x22\x20--rule\x20\x27...\x27','Parent\x20path:\x20','resolvePathToResource','Error:\x20Segment\x20path\x20or\x20name\x20is\x20required','4183120qgdnHx','Create\x20child\x20segment\x20with\x20filtering\x20rules','\x20\x20\x20Path:\x20','1150722ZMyIoK','Resolving\x20folder\x20\x27','segment:create','includes','segments','\x27...','ruleFile','195955HiEbXq','Resolving\x20folder\x20path\x20\x27','Parent:\x20','36814pMJhJf','5835151LwbAIK','description','\x20\x20tdx\x20segment\x20create\x20\x22Premium\x22\x20--rule\x20\x27...\x27\x20\x20#\x20Relative\x20to\x20context','site','noCountPopulation','\x20\x20tdx\x20segment\x20create\x20\x22My\x20Audience/High\x20Value\x22\x20--rule\x20\x27...\x27','data','Site:\x20','name','length','Examples:','\x27\x20with\x20ID:\x20','9IqGJWh','segment','execute','11410388hKbAwK','parent','verbose','1005350mwTjJW','26UUkyup','Resolved\x20folder\x20ID:\x20','Error:\x20Cannot\x20create\x20segment\x20in\x20a\x20segment.\x20Parent\x20path\x20must\x20be\x20a\x20folder\x20or\x20parent.','Target\x20path:\x20'];a28_0x3874=function(){return _0x5eeb8f;};return a28_0x3874();}export class SegmentCreateCommand extends BaseCommand{[a28_0x210e68(0x12c)]=a28_0x210e68(0x11b);[a28_0x210e68(0x125)]=a28_0x210e68(0x117);async[a28_0x210e68(0x132)](_0x14282b){const _0x26788a=a28_0x210e68,{options:_0x68907e,args:_0x1e07a2,tdx:_0x40c977}=_0x14282b,_0x4a5a63=_0x68907e;if(_0x1e07a2[_0x26788a(0x12d)]===0x0)return console[_0x26788a(0x111)](_0x26788a(0x115)),console['error']('Usage:\x20tdx\x20segment\x20create\x20<path>\x20[options]'),console[_0x26788a(0x111)](_0x26788a(0x12e)),console[_0x26788a(0x111)](_0x26788a(0x129)),console['error'](_0x26788a(0x112)),console['error'](_0x26788a(0x126)),0x1;const _0x4fe49a=_0x1e07a2[0x0],_0x3988cb=_0x68907e['segmentPath'];let _0x178bea=_0x4fe49a;_0x3988cb&&!_0x4fe49a[_0x26788a(0x11c)]('/')&&(_0x178bea=_0x3988cb+'/'+_0x4fe49a,_0x4a5a63[_0x26788a(0x102)]&&console[_0x26788a(0x111)]('Resolved\x20relative\x20path\x20to:\x20'+_0x178bea));const _0x4faae9=parsePath(_0x178bea);if(_0x4faae9['segments'][_0x26788a(0x12d)]<0x2)return console[_0x26788a(0x111)]('Error:\x20Full\x20path\x20required\x20(parent/segment_name\x20or\x20parent/folder/segment_name)'),console[_0x26788a(0x111)]('Usage:\x20tdx\x20segment\x20create\x20<parent/segment_name>\x20[options]'),0x1;const _0x7bf65e=_0x4faae9[_0x26788a(0x11d)][0x0],_0x15b24d=getBaseName(_0x178bea),_0x4b57f5=getParentPath(_0x178bea);_0x4a5a63[_0x26788a(0x102)]&&(console['error'](_0x26788a(0x12b)+_0x4a5a63[_0x26788a(0x127)]),console[_0x26788a(0x111)](_0x26788a(0x107)+_0x178bea),console[_0x26788a(0x111)](_0x26788a(0x122)+_0x7bf65e),console['error']('Segment\x20name:\x20'+_0x15b24d),console[_0x26788a(0x111)](_0x26788a(0x113)+_0x4b57f5));const _0x37bfe8=await withSpinner(_0x26788a(0x110)+_0x7bf65e+_0x26788a(0x11e),()=>_0x40c977[_0x26788a(0x131)][_0x26788a(0x10c)](_0x7bf65e),{'verbose':_0x4a5a63[_0x26788a(0x102)]}),_0x179f71=_0x37bfe8['data'];let _0x13f2a3;if(_0x4faae9[_0x26788a(0x11d)][_0x26788a(0x12d)]>0x2){const _0x3be2cf=await withSpinner(_0x26788a(0x121)+_0x4b57f5+_0x26788a(0x11e),()=>_0x40c977[_0x26788a(0x131)][_0x26788a(0x114)](_0x4b57f5),{'verbose':_0x4a5a63[_0x26788a(0x102)]}),_0x4b520d=_0x3be2cf[_0x26788a(0x12a)];if(_0x4b520d[_0x26788a(0x10f)]!=='folder'&&_0x4b520d[_0x26788a(0x10f)]!==_0x26788a(0x101))return console[_0x26788a(0x111)](_0x26788a(0x106)),0x1;_0x13f2a3=_0x4b520d['folderId'];}else{if(_0x4a5a63[_0x26788a(0x10a)]){const _0x1f3392=await withSpinner(_0x26788a(0x11a)+_0x4a5a63[_0x26788a(0x10a)]+_0x26788a(0x11e),()=>_0x40c977[_0x26788a(0x131)]['resolveFolderId'](_0x179f71,_0x4a5a63['folder']),{'verbose':_0x4a5a63[_0x26788a(0x102)]});_0x13f2a3=_0x1f3392['data'];}}_0x4a5a63[_0x26788a(0x102)]&&_0x13f2a3&&console[_0x26788a(0x111)](_0x26788a(0x105)+_0x13f2a3);const _0xecf0f=await loadJSONFromOptions(_0x4a5a63['rule'],_0x4a5a63[_0x26788a(0x11f)]),_0xf6387d={'name':_0x15b24d,'description':_0x4a5a63[_0x26788a(0x125)],'rule':_0xecf0f,'kind':_0x4a5a63[_0x26788a(0x10d)]!==undefined?parseInt(_0x4a5a63[_0x26788a(0x10d)],0xa):undefined,'isVisible':_0x4a5a63['invisible']?![]:undefined,'segmentFolderId':_0x13f2a3,'countPopulation':_0x4a5a63[_0x26788a(0x128)]?![]:undefined},_0x309ab2=await withSpinner(_0x26788a(0x109)+_0x15b24d+_0x26788a(0x11e),()=>_0x40c977[_0x26788a(0x131)]['createSegment'](_0x179f71,_0xf6387d),{'verbose':_0x4a5a63[_0x26788a(0x102)]}),_0x4f3382=_0x309ab2[_0x26788a(0x12a)];return console['error'](_0x26788a(0x10b)+_0x4f3382['name']+_0x26788a(0x12f)+_0x4f3382['id']),_0x178bea!==_0x4fe49a&&console[_0x26788a(0x111)](_0x26788a(0x118)+_0x178bea),await handleSDKOutput([_0x4f3382],_0x4a5a63),0x0;}}
@@ -1 +1 @@
1
- function a27_0x52b8(){const _0x42104f=['\x20field','parentSegment','1IjGNQm','8133160smIstk','19812089KLVxEJ','4950zYirfQ','Parent\x20segment:\x20','listFields','List\x20available\x20fields\x20for\x20segmentation','verbose','Error:\x20Parent\x20segment\x20name\x20is\x20required','length','40216cUQUkV','name','segment:fields','4164SQgsRa','error','\x27...','643517xpRTHX','segment','16BZgTZG','7705107PJOBMh','site','600774OEynuB','264uzhZoP','Site:\x20','data','✔\x20Found\x20'];a27_0x52b8=function(){return _0x42104f;};return a27_0x52b8();}const a27_0x15235e=a27_0x19e0;(function(_0x1bbdd7,_0x193f92){const _0x59233a=a27_0x19e0,_0x4c44bf=_0x1bbdd7();while(!![]){try{const _0x56029c=-parseInt(_0x59233a(0x163))/0x1*(-parseInt(_0x59233a(0x15c))/0x2)+-parseInt(_0x59233a(0x15d))/0x3*(-parseInt(_0x59233a(0x151))/0x4)+-parseInt(_0x59233a(0x14a))/0x5*(parseInt(_0x59233a(0x154))/0x6)+parseInt(_0x59233a(0x157))/0x7*(parseInt(_0x59233a(0x159))/0x8)+parseInt(_0x59233a(0x15a))/0x9+parseInt(_0x59233a(0x164))/0xa+-parseInt(_0x59233a(0x149))/0xb;if(_0x56029c===_0x193f92)break;else _0x4c44bf['push'](_0x4c44bf['shift']());}catch(_0x10631d){_0x4c44bf['push'](_0x4c44bf['shift']());}}}(a27_0x52b8,0x86589));import{BaseCommand}from'./command.js';function a27_0x19e0(_0x1b4e27,_0x277b78){const _0x52b818=a27_0x52b8();return a27_0x19e0=function(_0x19e0f6,_0x4bd0b1){_0x19e0f6=_0x19e0f6-0x149;let _0x5281e5=_0x52b818[_0x19e0f6];return _0x5281e5;},a27_0x19e0(_0x1b4e27,_0x277b78);}import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';export class SegmentFieldsCommand extends BaseCommand{[a27_0x15235e(0x152)]=a27_0x15235e(0x153);['description']=a27_0x15235e(0x14d);async['execute'](_0x40160a){const _0x52b268=a27_0x15235e,{options:_0xac331b,args:_0x1280a4,tdx:_0x16d6dd}=_0x40160a,_0x440db2=_0x1280a4[0x0]||_0xac331b[_0x52b268(0x162)];if(!_0x440db2)return console[_0x52b268(0x155)](_0x52b268(0x14f)),console[_0x52b268(0x155)]('Usage:\x20tdx\x20segment\x20fields\x20<parent_name>'),console[_0x52b268(0x155)]('\x20\x20Or\x20set\x20context:\x20tdx\x20use\x20parent_segment\x20<name>'),0x1;_0xac331b[_0x52b268(0x14e)]&&(console[_0x52b268(0x155)](_0x52b268(0x15e)+_0xac331b[_0x52b268(0x15b)]),console[_0x52b268(0x155)](_0x52b268(0x14b)+_0x440db2));const _0x19fa47=await withSpinner('Listing\x20fields\x20for\x20\x27'+_0x440db2+_0x52b268(0x156),()=>_0x16d6dd[_0x52b268(0x158)][_0x52b268(0x14c)](_0x440db2),{'verbose':_0xac331b[_0x52b268(0x14e)]}),_0x4cdac9=_0x19fa47[_0x52b268(0x15f)];return console['error'](_0x52b268(0x160)+_0x4cdac9[_0x52b268(0x150)]+_0x52b268(0x161)+(_0x4cdac9[_0x52b268(0x150)]!==0x1?'s':'')),await handleSDKOutput(_0x4cdac9,_0xac331b),0x0;}}
1
+ const a29_0x147a30=a29_0x121a;function a29_0x4ea0(){const _0x2084dd=['site','Listing\x20fields\x20for\x20\x27','error','List\x20available\x20fields\x20for\x20segmentation','\x27...','282TVvNBC','768QjEQEg','4enOQbi','parentSegment','\x20\x20Or\x20set\x20context:\x20tdx\x20use\x20parent_segment\x20<name>','1958368GzaLCH','134787EresHh','length','verbose','Error:\x20Parent\x20segment\x20name\x20is\x20required','4100516jTFyOl','1484073GvYgTC','data','7401vtheDl','Parent\x20segment:\x20','name','segment:fields','3285yUJPva','33yBgbVu','964330wjaqtU','\x20field','Usage:\x20tdx\x20segment\x20fields\x20<parent_name>','Site:\x20'];a29_0x4ea0=function(){return _0x2084dd;};return a29_0x4ea0();}(function(_0x1642c8,_0x18514b){const _0x2bb2d2=a29_0x121a,_0x583c41=_0x1642c8();while(!![]){try{const _0x1091a6=-parseInt(_0x2bb2d2(0x87))/0x1*(parseInt(_0x2bb2d2(0x83))/0x2)+parseInt(_0x2bb2d2(0x8e))/0x3*(parseInt(_0x2bb2d2(0x82))/0x4)+-parseInt(_0x2bb2d2(0x76))/0x5*(parseInt(_0x2bb2d2(0x81))/0x6)+parseInt(_0x2bb2d2(0x8b))/0x7+-parseInt(_0x2bb2d2(0x86))/0x8+parseInt(_0x2bb2d2(0x8c))/0x9+parseInt(_0x2bb2d2(0x78))/0xa*(-parseInt(_0x2bb2d2(0x77))/0xb);if(_0x1091a6===_0x18514b)break;else _0x583c41['push'](_0x583c41['shift']());}catch(_0xae7c5b){_0x583c41['push'](_0x583c41['shift']());}}}(a29_0x4ea0,0x5f2a9));import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../utils/command-output.js';function a29_0x121a(_0x449ec8,_0x400c7b){const _0x4ea0df=a29_0x4ea0();return a29_0x121a=function(_0x121a09,_0x63c969){_0x121a09=_0x121a09-0x73;let _0x457fe4=_0x4ea0df[_0x121a09];return _0x457fe4;},a29_0x121a(_0x449ec8,_0x400c7b);}import{withSpinner}from'../utils/spinner.js';export class SegmentFieldsCommand extends BaseCommand{[a29_0x147a30(0x74)]=a29_0x147a30(0x75);['description']=a29_0x147a30(0x7f);async['execute'](_0x491511){const _0x29fa10=a29_0x147a30,{options:_0x485efc,args:_0x1eff6e,tdx:_0xcbecda}=_0x491511,_0x1bc327=_0x1eff6e[0x0]||_0x485efc[_0x29fa10(0x84)];if(!_0x1bc327)return console[_0x29fa10(0x7e)](_0x29fa10(0x8a)),console[_0x29fa10(0x7e)](_0x29fa10(0x7a)),console['error'](_0x29fa10(0x85)),0x1;_0x485efc[_0x29fa10(0x89)]&&(console[_0x29fa10(0x7e)](_0x29fa10(0x7b)+_0x485efc[_0x29fa10(0x7c)]),console[_0x29fa10(0x7e)](_0x29fa10(0x73)+_0x1bc327));const _0x1871ba=await withSpinner(_0x29fa10(0x7d)+_0x1bc327+_0x29fa10(0x80),()=>_0xcbecda['segment']['listFields'](_0x1bc327),{'verbose':_0x485efc[_0x29fa10(0x89)]}),_0x2fcdc1=_0x1871ba[_0x29fa10(0x8d)];return console[_0x29fa10(0x7e)]('✔\x20Found\x20'+_0x2fcdc1[_0x29fa10(0x88)]+_0x29fa10(0x79)+(_0x2fcdc1['length']!==0x1?'s':'')),await handleSDKOutput(_0x2fcdc1,_0x485efc),0x0;}}
@@ -1 +1 @@
1
- function a28_0x2979(_0x303c42,_0x1a529c){const _0x52b8ee=a28_0x52b8();return a28_0x2979=function(_0x2979a7,_0x17c11){_0x2979a7=_0x2979a7-0x114;let _0x733daf=_0x52b8ee[_0x2979a7];return _0x733daf;},a28_0x2979(_0x303c42,_0x1a529c);}const a28_0xa6d3a6=a28_0x2979;(function(_0xa9ee0d,_0x15a985){const _0x331624=a28_0x2979,_0x24a354=_0xa9ee0d();while(!![]){try{const _0x4d6f3d=-parseInt(_0x331624(0x128))/0x1*(parseInt(_0x331624(0x118))/0x2)+parseInt(_0x331624(0x11c))/0x3+parseInt(_0x331624(0x114))/0x4+parseInt(_0x331624(0x125))/0x5+-parseInt(_0x331624(0x122))/0x6*(parseInt(_0x331624(0x117))/0x7)+parseInt(_0x331624(0x11b))/0x8+parseInt(_0x331624(0x116))/0x9;if(_0x4d6f3d===_0x15a985)break;else _0x24a354['push'](_0x24a354['shift']());}catch(_0x32cb88){_0x24a354['push'](_0x24a354['shift']());}}}(a28_0x52b8,0x2d5da));import{BaseCommand}from'./command.js';function a28_0x52b8(){const _0x2b4127=['segmentPath','stringify','name','Show\x20current\x20segment/folder\x20context','16956elSKrM','error','2492982XasUzc','334369Xzteax','1414AryZTn','Use\x20\x22tdx\x20context\x22\x20to\x20see\x20all\x20context\x20parameters','verbose','337840VEmnsS','65202cCJTWY','log','json','execute','root','Context\x20details:','18ocZKEh','format','jsonl','615985eRWRdp','segment:pwd','\x20\x20Path:\x20','197DzWzZy'];a28_0x52b8=function(){return _0x2b4127;};return a28_0x52b8();}export class SegmentPwdCommand extends BaseCommand{[a28_0xa6d3a6(0x12b)]=a28_0xa6d3a6(0x126);['description']=a28_0xa6d3a6(0x12c);async[a28_0xa6d3a6(0x11f)](_0x4ff85b){const _0x113a8a=a28_0xa6d3a6,{options:_0x23d409}=_0x4ff85b;try{const _0x59ee20=_0x23d409[_0x113a8a(0x129)];if(!_0x59ee20)return _0x23d409[_0x113a8a(0x123)]===_0x113a8a(0x11e)||_0x23d409[_0x113a8a(0x123)]===_0x113a8a(0x124)?console[_0x113a8a(0x11d)](JSON[_0x113a8a(0x12a)]({'path':'/','type':_0x113a8a(0x120)})):console[_0x113a8a(0x11d)]('/'),0x0;if(_0x23d409[_0x113a8a(0x123)]===_0x113a8a(0x11e)||_0x23d409[_0x113a8a(0x123)]===_0x113a8a(0x124)){const _0x5d9dd0={'path':_0x59ee20};console[_0x113a8a(0x11d)](JSON[_0x113a8a(0x12a)](_0x5d9dd0));}else console['log'](_0x59ee20),_0x23d409[_0x113a8a(0x11a)]&&(console[_0x113a8a(0x115)](''),console[_0x113a8a(0x115)](_0x113a8a(0x121)),console[_0x113a8a(0x115)](_0x113a8a(0x127)+_0x59ee20),console['error'](''),console[_0x113a8a(0x115)](_0x113a8a(0x119)),console[_0x113a8a(0x115)]('Use\x20\x22tdx\x20context\x20--debug\x22\x20to\x20see\x20context\x20sources'));return 0x0;}catch(_0x1afe1f){throw _0x1afe1f;}}}
1
+ function a30_0x494d(){const _0x581b28=['791598Wriitn','root','execute','5KweahE','error','\x20\x20Path:\x20','description','log','format','374102yhZxuc','520840FVEiVK','segmentPath','name','239720euxYfi','Use\x20\x22tdx\x20context\x20--debug\x22\x20to\x20see\x20context\x20sources','jsonl','786NEdGsn','16509273tFMCuL','Use\x20\x22tdx\x20context\x22\x20to\x20see\x20all\x20context\x20parameters','verbose','10qvlFqV','20wDOgVN','stringify','json','4279506OuHvqW','63TOtASf'];a30_0x494d=function(){return _0x581b28;};return a30_0x494d();}const a30_0x3a3c48=a30_0x90da;(function(_0x46995d,_0x392155){const _0x4b828b=a30_0x90da,_0x1a2fbe=_0x46995d();while(!![]){try{const _0x46db90=-parseInt(_0x4b828b(0x7a))/0x1+-parseInt(_0x4b828b(0x7b))/0x2+parseInt(_0x4b828b(0x81))/0x3*(-parseInt(_0x4b828b(0x86))/0x4)+-parseInt(_0x4b828b(0x74))/0x5*(parseInt(_0x4b828b(0x71))/0x6)+-parseInt(_0x4b828b(0x6f))/0x7+parseInt(_0x4b828b(0x7e))/0x8*(parseInt(_0x4b828b(0x70))/0x9)+-parseInt(_0x4b828b(0x85))/0xa*(-parseInt(_0x4b828b(0x82))/0xb);if(_0x46db90===_0x392155)break;else _0x1a2fbe['push'](_0x1a2fbe['shift']());}catch(_0x33e9b0){_0x1a2fbe['push'](_0x1a2fbe['shift']());}}}(a30_0x494d,0x50ed3));function a30_0x90da(_0x2fe361,_0x508cdd){const _0x494d7b=a30_0x494d();return a30_0x90da=function(_0x90dafb,_0x5e6f6e){_0x90dafb=_0x90dafb-0x6f;let _0x179138=_0x494d7b[_0x90dafb];return _0x179138;},a30_0x90da(_0x2fe361,_0x508cdd);}import{BaseCommand}from'./command.js';export class SegmentPwdCommand extends BaseCommand{[a30_0x3a3c48(0x7d)]='segment:pwd';[a30_0x3a3c48(0x77)]='Show\x20current\x20segment/folder\x20context';async[a30_0x3a3c48(0x73)](_0x51ad4f){const _0x15d4f0=a30_0x3a3c48,{options:_0x52bf68}=_0x51ad4f;try{const _0xbbf7b5=_0x52bf68[_0x15d4f0(0x7c)];if(!_0xbbf7b5)return _0x52bf68[_0x15d4f0(0x79)]===_0x15d4f0(0x88)||_0x52bf68[_0x15d4f0(0x79)]===_0x15d4f0(0x80)?console[_0x15d4f0(0x78)](JSON[_0x15d4f0(0x87)]({'path':'/','type':_0x15d4f0(0x72)})):console['log']('/'),0x0;if(_0x52bf68[_0x15d4f0(0x79)]===_0x15d4f0(0x88)||_0x52bf68['format']===_0x15d4f0(0x80)){const _0x49259f={'path':_0xbbf7b5};console[_0x15d4f0(0x78)](JSON[_0x15d4f0(0x87)](_0x49259f));}else console[_0x15d4f0(0x78)](_0xbbf7b5),_0x52bf68[_0x15d4f0(0x84)]&&(console['error'](''),console[_0x15d4f0(0x75)]('Context\x20details:'),console[_0x15d4f0(0x75)](_0x15d4f0(0x76)+_0xbbf7b5),console['error'](''),console[_0x15d4f0(0x75)](_0x15d4f0(0x83)),console['error'](_0x15d4f0(0x7f)));return 0x0;}catch(_0x320ec5){throw _0x320ec5;}}}
@@ -1 +1 @@
1
- const a29_0x375358=a29_0x31e0;(function(_0x26154d,_0x2456b9){const _0x1ab87c=a29_0x31e0,_0x55b982=_0x26154d();while(!![]){try{const _0x2ae3fa=parseInt(_0x1ab87c(0xe2))/0x1+-parseInt(_0x1ab87c(0xbf))/0x2*(-parseInt(_0x1ab87c(0xcf))/0x3)+-parseInt(_0x1ab87c(0xc1))/0x4*(parseInt(_0x1ab87c(0xe7))/0x5)+-parseInt(_0x1ab87c(0xcc))/0x6+parseInt(_0x1ab87c(0xde))/0x7*(-parseInt(_0x1ab87c(0xba))/0x8)+parseInt(_0x1ab87c(0xc3))/0x9+parseInt(_0x1ab87c(0xd6))/0xa;if(_0x2ae3fa===_0x2456b9)break;else _0x55b982['push'](_0x55b982['shift']());}catch(_0x1c0a22){_0x55b982['push'](_0x55b982['shift']());}}}(a29_0x2e05,0x4897c));import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';function a29_0x2e05(){const _0x40306c=['Parent\x20ID:\x20','Resolving\x20folder\x20\x27','segmentId','updateSegmentById','245rNgIQA','\x27...','4504ZNIVhH','includes','Examples:','✔\x20Updated\x20segment\x20\x27','Error:\x20Segment\x20path\x20or\x20name\x20is\x20required','106KGCosd','Resolved\x20folder\x20ID:\x20','16280NFhoKm','description','821907ImGbQa','Updating\x20segment\x20\x27','Resolved\x20type:\x20','segment:update','data','.\x20Only\x20child\x20segments\x20can\x20be\x20updated.','execute','\x20\x20tdx\x20segment\x20update\x20\x22High\x20Value\x22\x20--rule\x20\x27...\x27\x20\x20#\x20Relative\x20to\x20context','\x20\x20tdx\x20segment\x20update\x20\x22My\x20Audience/High\x20Value\x22\x20--description\x20\x22...\x22','217056TSXZRV','length','parentId','32847CwVkPt','error','folder','segmentName','Update\x20existing\x20child\x20segment','segment','resolvePathToResource','291120KJmzvs','\x20\x20\x20Path:\x20','type','Use:\x20tdx\x20segment\x20update\x20<path_to_segment>\x20[options]','resolveFolderId','INTERNAL','kind','verbose','6111jTxLBb','name','Error:\x20Cannot\x20update\x20','Segment\x20ID:\x20','323713CbJqMC'];a29_0x2e05=function(){return _0x40306c;};return a29_0x2e05();}import{loadJSONFromOptions}from'../utils/json-loader.js';import{SDKError,ErrorCode}from'../sdk/index.js';function a29_0x31e0(_0x1a8fa0,_0x3327a3){const _0x2e0582=a29_0x2e05();return a29_0x31e0=function(_0x31e0d1,_0x16c9ee){_0x31e0d1=_0x31e0d1-0xba;let _0x21e644=_0x2e0582[_0x31e0d1];return _0x21e644;},a29_0x31e0(_0x1a8fa0,_0x3327a3);}export class SegmentUpdateCommand extends BaseCommand{[a29_0x375358(0xdf)]=a29_0x375358(0xc6);[a29_0x375358(0xc2)]=a29_0x375358(0xd3);async[a29_0x375358(0xc9)](_0x177bec){const _0x1366f7=a29_0x375358,{options:_0x2fbd1c,args:_0x19e746,tdx:_0x211796}=_0x177bec,_0x310771=_0x2fbd1c;if(_0x19e746[_0x1366f7(0xcd)]===0x0)return console[_0x1366f7(0xd0)](_0x1366f7(0xbe)),console[_0x1366f7(0xd0)]('Usage:\x20tdx\x20segment\x20update\x20<path>\x20[options]'),console[_0x1366f7(0xd0)](_0x1366f7(0xbc)),console[_0x1366f7(0xd0)](_0x1366f7(0xcb)),console['error'](_0x1366f7(0xca)),0x1;const _0x2ba233=_0x19e746[0x0],_0x3537bc=_0x2fbd1c['segmentPath'];let _0x260337=_0x2ba233;_0x3537bc&&!_0x2ba233[_0x1366f7(0xbb)]('/')&&(_0x260337=_0x3537bc+'/'+_0x2ba233,_0x310771['verbose']&&console['error']('Resolved\x20relative\x20path\x20to:\x20'+_0x260337));const _0x173e7c=await withSpinner('Resolving\x20path\x20\x27'+_0x260337+'\x27...',()=>_0x211796[_0x1366f7(0xd4)][_0x1366f7(0xd5)](_0x260337),{'verbose':_0x310771[_0x1366f7(0xdd)]}),_0x6173c1=_0x173e7c[_0x1366f7(0xc7)];_0x310771[_0x1366f7(0xdd)]&&console[_0x1366f7(0xd0)](_0x1366f7(0xc5)+_0x6173c1[_0x1366f7(0xd8)]);if(_0x6173c1[_0x1366f7(0xd8)]!=='segment')return console[_0x1366f7(0xd0)](_0x1366f7(0xe0)+_0x6173c1[_0x1366f7(0xd8)]+_0x1366f7(0xc8)),console[_0x1366f7(0xd0)](_0x1366f7(0xd9)),0x1;if(!_0x6173c1[_0x1366f7(0xe5)])throw new SDKError(ErrorCode[_0x1366f7(0xdb)],'Segment\x20ID\x20missing\x20from\x20resolved\x20path');const _0x1d286d=_0x6173c1[_0x1366f7(0xce)],_0x52182e=_0x6173c1[_0x1366f7(0xe5)];_0x310771['verbose']&&(console[_0x1366f7(0xd0)](_0x1366f7(0xe3)+_0x1d286d),console[_0x1366f7(0xd0)](_0x1366f7(0xe1)+_0x52182e));let _0x210340;if(_0x310771[_0x1366f7(0xd1)]){const _0xcf5877=_0x310771[_0x1366f7(0xd1)],_0x4cc510=await withSpinner(_0x1366f7(0xe4)+_0xcf5877+_0x1366f7(0xe8),()=>_0x211796[_0x1366f7(0xd4)][_0x1366f7(0xda)](_0x1d286d,_0xcf5877),{'verbose':_0x310771[_0x1366f7(0xdd)]});_0x210340=parseInt(_0x4cc510[_0x1366f7(0xc7)],0xa),_0x310771[_0x1366f7(0xdd)]&&console[_0x1366f7(0xd0)](_0x1366f7(0xc0)+_0x210340);}const _0xa68a0c=await loadJSONFromOptions(_0x310771['rule'],_0x310771['ruleFile']),_0x11e394={'name':_0x310771[_0x1366f7(0xdf)],'description':_0x310771[_0x1366f7(0xc2)],'rule':_0xa68a0c,'kind':_0x310771[_0x1366f7(0xdc)]!==undefined?parseInt(_0x310771[_0x1366f7(0xdc)],0xa):undefined,'segmentFolderId':_0x210340},_0x8cb0ce=await withSpinner(_0x1366f7(0xc4)+_0x6173c1[_0x1366f7(0xd2)]+_0x1366f7(0xe8),()=>_0x211796[_0x1366f7(0xd4)][_0x1366f7(0xe6)](_0x1d286d,_0x52182e,_0x11e394),{'verbose':_0x310771[_0x1366f7(0xdd)]}),_0x51e99c=_0x8cb0ce[_0x1366f7(0xc7)];return console['error'](_0x1366f7(0xbd)+_0x51e99c['name']+'\x27'),_0x260337!==_0x2ba233&&console['error'](_0x1366f7(0xd7)+_0x260337),await handleSDKOutput([_0x51e99c],_0x310771),0x0;}}
1
+ const a31_0x223067=a31_0x11e0;(function(_0x50e599,_0x1d9125){const _0x532936=a31_0x11e0,_0x15e19f=_0x50e599();while(!![]){try{const _0x3f8cc8=parseInt(_0x532936(0x179))/0x1+-parseInt(_0x532936(0x160))/0x2+-parseInt(_0x532936(0x15d))/0x3*(parseInt(_0x532936(0x162))/0x4)+parseInt(_0x532936(0x173))/0x5+-parseInt(_0x532936(0x170))/0x6*(-parseInt(_0x532936(0x16c))/0x7)+-parseInt(_0x532936(0x159))/0x8+parseInt(_0x532936(0x15c))/0x9;if(_0x3f8cc8===_0x1d9125)break;else _0x15e19f['push'](_0x15e19f['shift']());}catch(_0x2d3b33){_0x15e19f['push'](_0x15e19f['shift']());}}}(a31_0x54d8,0x25298));import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';import{loadJSONFromOptions}from'../utils/json-loader.js';import{SDKError,ErrorCode}from'../sdk/index.js';export class SegmentUpdateCommand extends BaseCommand{[a31_0x223067(0x15b)]=a31_0x223067(0x153);['description']=a31_0x223067(0x17c);async[a31_0x223067(0x17e)](_0x429cca){const _0x20fc11=a31_0x223067,{options:_0x56cc3a,args:_0x201a71,tdx:_0x530bc9}=_0x429cca,_0x4eed6d=_0x56cc3a;if(_0x201a71[_0x20fc11(0x15a)]===0x0)return console['error'](_0x20fc11(0x16f)),console[_0x20fc11(0x181)](_0x20fc11(0x163)),console[_0x20fc11(0x181)](_0x20fc11(0x172)),console[_0x20fc11(0x181)](_0x20fc11(0x16e)),console[_0x20fc11(0x181)](_0x20fc11(0x174)),0x1;const _0x4b2b06=_0x201a71[0x0],_0x25b746=_0x56cc3a[_0x20fc11(0x17b)];let _0x3fd130=_0x4b2b06;_0x25b746&&!_0x4b2b06[_0x20fc11(0x167)]('/')&&(_0x3fd130=_0x25b746+'/'+_0x4b2b06,_0x4eed6d[_0x20fc11(0x17f)]&&console[_0x20fc11(0x181)](_0x20fc11(0x175)+_0x3fd130));const _0x251ea0=await withSpinner(_0x20fc11(0x178)+_0x3fd130+'\x27...',()=>_0x530bc9[_0x20fc11(0x16d)]['resolvePathToResource'](_0x3fd130),{'verbose':_0x4eed6d['verbose']}),_0xab5a40=_0x251ea0[_0x20fc11(0x16b)];_0x4eed6d['verbose']&&console['error'](_0x20fc11(0x154)+_0xab5a40[_0x20fc11(0x15e)]);if(_0xab5a40['type']!=='segment')return console['error']('Error:\x20Cannot\x20update\x20'+_0xab5a40['type']+'.\x20Only\x20child\x20segments\x20can\x20be\x20updated.'),console[_0x20fc11(0x181)](_0x20fc11(0x156)),0x1;if(!_0xab5a40[_0x20fc11(0x164)])throw new SDKError(ErrorCode[_0x20fc11(0x180)],_0x20fc11(0x17a));const _0x3c0090=_0xab5a40[_0x20fc11(0x177)],_0x51a70b=_0xab5a40[_0x20fc11(0x164)];_0x4eed6d[_0x20fc11(0x17f)]&&(console[_0x20fc11(0x181)](_0x20fc11(0x155)+_0x3c0090),console['error'](_0x20fc11(0x166)+_0x51a70b));let _0x51f33e;if(_0x4eed6d['folder']){const _0x248c2e=_0x4eed6d[_0x20fc11(0x171)],_0x19f740=await withSpinner(_0x20fc11(0x161)+_0x248c2e+_0x20fc11(0x165),()=>_0x530bc9[_0x20fc11(0x16d)][_0x20fc11(0x16a)](_0x3c0090,_0x248c2e),{'verbose':_0x4eed6d[_0x20fc11(0x17f)]});_0x51f33e=parseInt(_0x19f740[_0x20fc11(0x16b)],0xa),_0x4eed6d[_0x20fc11(0x17f)]&&console[_0x20fc11(0x181)](_0x20fc11(0x182)+_0x51f33e);}const _0x2d267e=await loadJSONFromOptions(_0x4eed6d[_0x20fc11(0x169)],_0x4eed6d['ruleFile']),_0x4d81b5={'name':_0x4eed6d[_0x20fc11(0x15b)],'description':_0x4eed6d[_0x20fc11(0x15f)],'rule':_0x2d267e,'kind':_0x4eed6d[_0x20fc11(0x17d)]!==undefined?parseInt(_0x4eed6d[_0x20fc11(0x17d)],0xa):undefined,'segmentFolderId':_0x51f33e},_0x1edd35=await withSpinner(_0x20fc11(0x168)+_0xab5a40[_0x20fc11(0x176)]+'\x27...',()=>_0x530bc9[_0x20fc11(0x16d)][_0x20fc11(0x157)](_0x3c0090,_0x51a70b,_0x4d81b5),{'verbose':_0x4eed6d['verbose']}),_0x1010e6=_0x1edd35[_0x20fc11(0x16b)];return console['error'](_0x20fc11(0x158)+_0x1010e6[_0x20fc11(0x15b)]+'\x27'),_0x3fd130!==_0x4b2b06&&console[_0x20fc11(0x181)]('\x20\x20\x20Path:\x20'+_0x3fd130),await handleSDKOutput([_0x1010e6],_0x4eed6d),0x0;}}function a31_0x11e0(_0x35acc1,_0x14dd03){const _0x54d8f4=a31_0x54d8();return a31_0x11e0=function(_0x11e093,_0x5b76d8){_0x11e093=_0x11e093-0x153;let _0x3799a2=_0x54d8f4[_0x11e093];return _0x3799a2;},a31_0x11e0(_0x35acc1,_0x14dd03);}function a31_0x54d8(){const _0x29dc0d=['includes','Updating\x20segment\x20\x27','rule','resolveFolderId','data','207214ZziPsI','segment','\x20\x20tdx\x20segment\x20update\x20\x22My\x20Audience/High\x20Value\x22\x20--description\x20\x22...\x22','Error:\x20Segment\x20path\x20or\x20name\x20is\x20required','60OIjCKN','folder','Examples:','367885KrFpiP','\x20\x20tdx\x20segment\x20update\x20\x22High\x20Value\x22\x20--rule\x20\x27...\x27\x20\x20#\x20Relative\x20to\x20context','Resolved\x20relative\x20path\x20to:\x20','segmentName','parentId','Resolving\x20path\x20\x27','123619mhSgsA','Segment\x20ID\x20missing\x20from\x20resolved\x20path','segmentPath','Update\x20existing\x20child\x20segment','kind','execute','verbose','INTERNAL','error','Resolved\x20folder\x20ID:\x20','segment:update','Resolved\x20type:\x20','Parent\x20ID:\x20','Use:\x20tdx\x20segment\x20update\x20<path_to_segment>\x20[options]','updateSegmentById','✔\x20Updated\x20segment\x20\x27','1964056LHYVIK','length','name','1035711ZvUYKj','490404JJPsOw','type','description','94208AOiqul','Resolving\x20folder\x20\x27','4fayOXb','Usage:\x20tdx\x20segment\x20update\x20<path>\x20[options]','segmentId','\x27...','Segment\x20ID:\x20'];a31_0x54d8=function(){return _0x29dc0d;};return a31_0x54d8();}
@@ -1 +1 @@
1
- function a30_0x4d5a(){const _0x4719b1=['1856822PdMRvq','resolvePathToResource','session','Examples:','Set\x20current\x20segment/folder\x20context\x20for\x20navigation','slice','segment:use','Context\x20cleared.\x20Back\x20to\x20root.','name','\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience\x22','isAbsolute','Target\x20path:\x20','Usage:\x20tdx\x20segment\x20use\x20<path>','folderPath','\x20\x20tdx\x20segment\x20use\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20context','Resolved\x20path\x20type:\x20','parentId','Resolving\x20path\x20\x27','site','61512tJYCTA','Error:\x20Cannot\x20set\x20context\x20to\x20a\x20segment.','folderId','4897270nSZcPD','segments','log','5nbpsLU','\x20\x20tdx\x20segment\x20use\x20..\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Go\x20to\x20parent','32320128tCngFl','data','parentName','verbose','\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience/Marketing\x22','length','fullPath','join','type','split','5472864OIqPFu','Use\x20\x22tdx\x20segment\x20pwd\x22\x20to\x20show\x20current\x20context','Error:\x20Path\x20is\x20required','execute','167598axlICd','Use\x20\x22tdx\x20context\x22\x20to\x20see\x20all\x20context\x20parameters','Parent\x20ID:\x20','Folder\x20ID:\x20','3423788gsBHbT','Context\x20set\x20to:\x20','\x27...','error','segment'];a30_0x4d5a=function(){return _0x4719b1;};return a30_0x4d5a();}const a30_0x1f1c61=a30_0x2b72;function a30_0x2b72(_0x5a210a,_0x440e80){const _0x4d5a75=a30_0x4d5a();return a30_0x2b72=function(_0x2b724a,_0x13a25e){_0x2b724a=_0x2b724a-0xc7;let _0x41e001=_0x4d5a75[_0x2b724a];return _0x41e001;},a30_0x2b72(_0x5a210a,_0x440e80);}(function(_0x55998f,_0x468cec){const _0x6db71f=a30_0x2b72,_0x4b24a9=_0x55998f();while(!![]){try{const _0x40e57d=-parseInt(_0x6db71f(0xcc))/0x1+-parseInt(_0x6db71f(0xd5))/0x2+parseInt(_0x6db71f(0xe8))/0x3+-parseInt(_0x6db71f(0xd0))/0x4*(parseInt(_0x6db71f(0xee))/0x5)+-parseInt(_0x6db71f(0xc8))/0x6+-parseInt(_0x6db71f(0xeb))/0x7+parseInt(_0x6db71f(0xf0))/0x8;if(_0x40e57d===_0x468cec)break;else _0x4b24a9['push'](_0x4b24a9['shift']());}catch(_0x192b31){_0x4b24a9['push'](_0x4b24a9['shift']());}}}(a30_0x4d5a,0x794aa));import{BaseCommand}from'./command.js';import{saveSessionContext}from'../core/session.js';import{withSpinner}from'../utils/spinner.js';import{parsePath,normalizePath}from'../utils/segment-path-parser.js';export class SegmentUseCommand extends BaseCommand{[a30_0x1f1c61(0xdd)]=a30_0x1f1c61(0xdb);['description']=a30_0x1f1c61(0xd9);async[a30_0x1f1c61(0xcb)](_0x143b61){const _0x389798=a30_0x1f1c61,{options:_0x13ffb7,args:_0x508333,tdx:_0x1e77e1}=_0x143b61;if(_0x508333[_0x389798(0xf5)]===0x0)return console[_0x389798(0xd3)](_0x389798(0xca)),console[_0x389798(0xd3)](_0x389798(0xe1)),console['error'](_0x389798(0xd8)),console[_0x389798(0xd3)](_0x389798(0xde)),console[_0x389798(0xd3)](_0x389798(0xf4)),console[_0x389798(0xd3)](_0x389798(0xe3)),console[_0x389798(0xd3)](_0x389798(0xef)),0x1;const _0x7fbfca=_0x508333[0x0],_0x5829bf=_0x13ffb7[_0x389798(0xd7)];try{if(_0x7fbfca==='/')return saveSessionContext({'segment_path':undefined},_0x5829bf),console[_0x389798(0xed)](_0x389798(0xdc)),0x0;const _0x453515=_0x13ffb7['segmentPath'];let _0x1585a3=_0x7fbfca;const _0x2c19a4=parsePath(_0x7fbfca);if(!_0x2c19a4[_0x389798(0xdf)]){if(!_0x453515)return console[_0x389798(0xd3)]('Error:\x20No\x20context\x20set.\x20Cannot\x20use\x20relative\x20path.'),console[_0x389798(0xd3)]('Use\x20an\x20absolute\x20path\x20or\x20set\x20context\x20with:\x20tdx\x20segment\x20use\x20<parent_name>'),0x1;if(_0x7fbfca==='..'){const _0x184eaa=_0x453515[_0x389798(0xc7)]('/')[_0x389798(0xda)](0x0,-0x1)[_0x389798(0xf7)]('/');_0x1585a3=_0x184eaa||'/';}else _0x7fbfca==='.'?_0x1585a3=_0x453515:_0x1585a3=_0x453515+'/'+_0x7fbfca;_0x13ffb7[_0x389798(0xf3)]&&console['error']('Resolved\x20relative\x20path\x20to:\x20'+_0x1585a3);}if(_0x1585a3==='/'||_0x1585a3==='')return saveSessionContext({'segment_path':undefined},_0x5829bf),console[_0x389798(0xed)](_0x389798(0xdc)),0x0;_0x1585a3=normalizePath(_0x1585a3);const _0x2a863f=parsePath(_0x1585a3)[_0x389798(0xec)];if(_0x2a863f[_0x389798(0xf5)]===0x0)return saveSessionContext({'segment_path':undefined},_0x5829bf),console[_0x389798(0xed)](_0x389798(0xdc)),0x0;_0x13ffb7['verbose']&&(console['error']('Site:\x20'+_0x13ffb7[_0x389798(0xe7)]),console['error'](_0x389798(0xe0)+_0x1585a3));const _0x16b0a2=await withSpinner(_0x389798(0xe6)+_0x1585a3+_0x389798(0xd2),()=>_0x1e77e1[_0x389798(0xd4)][_0x389798(0xd6)](_0x1585a3),{'verbose':_0x13ffb7['verbose']}),_0x432c53=_0x16b0a2[_0x389798(0xf1)];_0x13ffb7['verbose']&&(console[_0x389798(0xd3)](_0x389798(0xe4)+_0x432c53[_0x389798(0xf8)]),console[_0x389798(0xd3)](_0x389798(0xce)+_0x432c53[_0x389798(0xe5)]),_0x432c53[_0x389798(0xea)]&&console[_0x389798(0xd3)](_0x389798(0xcf)+_0x432c53[_0x389798(0xea)]));if(_0x432c53[_0x389798(0xf8)]===_0x389798(0xd4))return console[_0x389798(0xd3)](_0x389798(0xe9)),console[_0x389798(0xd3)]('Context\x20can\x20only\x20be\x20set\x20to\x20a\x20parent\x20segment\x20or\x20folder.'),console['error']('Use:\x20tdx\x20segment\x20use\x20'+_0x432c53[_0x389798(0xf2)]+(_0x432c53[_0x389798(0xe2)]?'/'+_0x432c53[_0x389798(0xe2)]['join']('/'):'')),0x1;return saveSessionContext({'segment_path':_0x432c53[_0x389798(0xf6)],'parent_segment':_0x432c53[_0x389798(0xf2)]},_0x5829bf),console[_0x389798(0xed)](_0x389798(0xd1)+_0x432c53[_0x389798(0xf6)]),_0x13ffb7[_0x389798(0xf3)]&&(console['error']('Use\x20\x22tdx\x20segments\x22\x20to\x20list\x20contents\x20in\x20this\x20context'),console[_0x389798(0xd3)](_0x389798(0xc9)),console[_0x389798(0xd3)](_0x389798(0xcd))),0x0;}catch(_0x4da47b){throw _0x4da47b;}}}
1
+ const a32_0x555413=a32_0x49ae;function a32_0x49ae(_0x1d671b,_0x3e3d48){const _0x12c7a5=a32_0x12c7();return a32_0x49ae=function(_0x49ae7c,_0x133ca0){_0x49ae7c=_0x49ae7c-0x18d;let _0x27fd23=_0x12c7a5[_0x49ae7c];return _0x27fd23;},a32_0x49ae(_0x1d671b,_0x3e3d48);}(function(_0x56c40d,_0x1cf9f5){const _0x4b9553=a32_0x49ae,_0x4b7b51=_0x56c40d();while(!![]){try{const _0x2355ff=parseInt(_0x4b9553(0x1bc))/0x1+parseInt(_0x4b9553(0x19f))/0x2*(parseInt(_0x4b9553(0x19d))/0x3)+-parseInt(_0x4b9553(0x1a4))/0x4+parseInt(_0x4b9553(0x1a5))/0x5*(-parseInt(_0x4b9553(0x1b9))/0x6)+parseInt(_0x4b9553(0x195))/0x7+-parseInt(_0x4b9553(0x1aa))/0x8*(-parseInt(_0x4b9553(0x18d))/0x9)+-parseInt(_0x4b9553(0x1b0))/0xa*(parseInt(_0x4b9553(0x196))/0xb);if(_0x2355ff===_0x1cf9f5)break;else _0x4b7b51['push'](_0x4b7b51['shift']());}catch(_0x37268a){_0x4b7b51['push'](_0x4b7b51['shift']());}}}(a32_0x12c7,0x545c8));import{BaseCommand}from'./command.js';function a32_0x12c7(){const _0x31e9fa=['Target\x20path:\x20','Resolved\x20path\x20type:\x20','\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience\x22','fullPath','Use\x20\x22tdx\x20segments\x22\x20to\x20list\x20contents\x20in\x20this\x20context','450HpgdAW','Error:\x20Cannot\x20set\x20context\x20to\x20a\x20segment.','Site:\x20','Use\x20\x22tdx\x20context\x22\x20to\x20see\x20all\x20context\x20parameters','log','slice','segment:use','isAbsolute','Set\x20current\x20segment/folder\x20context\x20for\x20navigation','1616178FvtShV','Parent\x20ID:\x20','segmentPath','203748XPkDxG','5537475ksYeWr','\x27...','folderId','Use\x20an\x20absolute\x20path\x20or\x20set\x20context\x20with:\x20tdx\x20segment\x20use\x20<parent_name>','type','Error:\x20No\x20context\x20set.\x20Cannot\x20use\x20relative\x20path.','length','verbose','3354428UDjNgr','108317yhMdfu','Context\x20can\x20only\x20be\x20set\x20to\x20a\x20parent\x20segment\x20or\x20folder.','parentName','join','error','Resolving\x20path\x20\x27','Use:\x20tdx\x20segment\x20use\x20','61449JXEohY','\x20\x20tdx\x20segment\x20use\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20context','32JcKxgT','name','Error:\x20Path\x20is\x20required','Folder\x20ID:\x20','Context\x20set\x20to:\x20','2271732CwXxQc','5FNfXph','Context\x20cleared.\x20Back\x20to\x20root.','split','\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience/Marketing\x22','session','8wxIQhN'];a32_0x12c7=function(){return _0x31e9fa;};return a32_0x12c7();}import{saveSessionContext}from'../core/session.js';import{withSpinner}from'../utils/spinner.js';import{parsePath,normalizePath}from'../utils/segment-path-parser.js';export class SegmentUseCommand extends BaseCommand{[a32_0x555413(0x1a0)]=a32_0x555413(0x1b6);['description']=a32_0x555413(0x1b8);async['execute'](_0x61875a){const _0x169acc=a32_0x555413,{options:_0x26dc57,args:_0x4b6098,tdx:_0x2d0b06}=_0x61875a;if(_0x4b6098[_0x169acc(0x193)]===0x0)return console[_0x169acc(0x19a)](_0x169acc(0x1a1)),console[_0x169acc(0x19a)]('Usage:\x20tdx\x20segment\x20use\x20<path>'),console[_0x169acc(0x19a)]('Examples:'),console[_0x169acc(0x19a)](_0x169acc(0x1ad)),console[_0x169acc(0x19a)](_0x169acc(0x1a8)),console['error'](_0x169acc(0x19e)),console['error']('\x20\x20tdx\x20segment\x20use\x20..\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Go\x20to\x20parent'),0x1;const _0x1d1cb9=_0x4b6098[0x0],_0x3dcea3=_0x26dc57[_0x169acc(0x1a9)];try{if(_0x1d1cb9==='/')return saveSessionContext({'segment_path':undefined},_0x3dcea3),console[_0x169acc(0x1b4)](_0x169acc(0x1a6)),0x0;const _0x109360=_0x26dc57[_0x169acc(0x1bb)];let _0x3d6ec0=_0x1d1cb9;const _0x5160a8=parsePath(_0x1d1cb9);if(!_0x5160a8[_0x169acc(0x1b7)]){if(!_0x109360)return console[_0x169acc(0x19a)](_0x169acc(0x192)),console[_0x169acc(0x19a)](_0x169acc(0x190)),0x1;if(_0x1d1cb9==='..'){const _0x32732d=_0x109360[_0x169acc(0x1a7)]('/')[_0x169acc(0x1b5)](0x0,-0x1)['join']('/');_0x3d6ec0=_0x32732d||'/';}else _0x1d1cb9==='.'?_0x3d6ec0=_0x109360:_0x3d6ec0=_0x109360+'/'+_0x1d1cb9;_0x26dc57[_0x169acc(0x194)]&&console[_0x169acc(0x19a)]('Resolved\x20relative\x20path\x20to:\x20'+_0x3d6ec0);}if(_0x3d6ec0==='/'||_0x3d6ec0==='')return saveSessionContext({'segment_path':undefined},_0x3dcea3),console['log'](_0x169acc(0x1a6)),0x0;_0x3d6ec0=normalizePath(_0x3d6ec0);const _0xb36c32=parsePath(_0x3d6ec0)['segments'];if(_0xb36c32['length']===0x0)return saveSessionContext({'segment_path':undefined},_0x3dcea3),console[_0x169acc(0x1b4)](_0x169acc(0x1a6)),0x0;_0x26dc57[_0x169acc(0x194)]&&(console[_0x169acc(0x19a)](_0x169acc(0x1b2)+_0x26dc57['site']),console['error'](_0x169acc(0x1ab)+_0x3d6ec0));const _0x22c4ad=await withSpinner(_0x169acc(0x19b)+_0x3d6ec0+_0x169acc(0x18e),()=>_0x2d0b06['segment']['resolvePathToResource'](_0x3d6ec0),{'verbose':_0x26dc57[_0x169acc(0x194)]}),_0x281ea2=_0x22c4ad['data'];_0x26dc57[_0x169acc(0x194)]&&(console['error'](_0x169acc(0x1ac)+_0x281ea2[_0x169acc(0x191)]),console[_0x169acc(0x19a)](_0x169acc(0x1ba)+_0x281ea2['parentId']),_0x281ea2[_0x169acc(0x18f)]&&console['error'](_0x169acc(0x1a2)+_0x281ea2[_0x169acc(0x18f)]));if(_0x281ea2[_0x169acc(0x191)]==='segment')return console[_0x169acc(0x19a)](_0x169acc(0x1b1)),console[_0x169acc(0x19a)](_0x169acc(0x197)),console['error'](_0x169acc(0x19c)+_0x281ea2['parentName']+(_0x281ea2['folderPath']?'/'+_0x281ea2['folderPath'][_0x169acc(0x199)]('/'):'')),0x1;return saveSessionContext({'segment_path':_0x281ea2[_0x169acc(0x1ae)],'parent_segment':_0x281ea2[_0x169acc(0x198)]},_0x3dcea3),console[_0x169acc(0x1b4)](_0x169acc(0x1a3)+_0x281ea2[_0x169acc(0x1ae)]),_0x26dc57[_0x169acc(0x194)]&&(console[_0x169acc(0x19a)](_0x169acc(0x1af)),console['error']('Use\x20\x22tdx\x20segment\x20pwd\x22\x20to\x20show\x20current\x20context'),console['error'](_0x169acc(0x1b3))),0x0;}catch(_0x491a90){throw _0x491a90;}}}
@@ -1 +1 @@
1
- const a31_0xd97055=a31_0x58a8;function a31_0x58a8(_0x3e88a8,_0x48d2ff){const _0x1855b1=a31_0x1855();return a31_0x58a8=function(_0x58a8ba,_0x18f779){_0x58a8ba=_0x58a8ba-0x182;let _0x76c2d=_0x1855b1[_0x58a8ba];return _0x76c2d;},a31_0x58a8(_0x3e88a8,_0x48d2ff);}(function(_0x3e3b88,_0x50aa0b){const _0xd412af=a31_0x58a8,_0x4c613a=_0x3e3b88();while(!![]){try{const _0x161b57=parseInt(_0xd412af(0x19a))/0x1*(parseInt(_0xd412af(0x1b8))/0x2)+-parseInt(_0xd412af(0x1b0))/0x3*(parseInt(_0xd412af(0x1b2))/0x4)+-parseInt(_0xd412af(0x1b6))/0x5+parseInt(_0xd412af(0x1bc))/0x6+-parseInt(_0xd412af(0x1a2))/0x7+-parseInt(_0xd412af(0x1a7))/0x8*(-parseInt(_0xd412af(0x18a))/0x9)+parseInt(_0xd412af(0x18f))/0xa;if(_0x161b57===_0x50aa0b)break;else _0x4c613a['push'](_0x4c613a['shift']());}catch(_0x557556){_0x4c613a['push'](_0x4c613a['shift']());}}}(a31_0x1855,0x1edbc));function a31_0x1855(){const _0xc4c1c=['876820kDRsFI','cause','50iitLVk','Error:\x20','dim','length','1083810YbZetU','folder','json','listRecursive','filter','map','[parent\x20segments]','replace','No\x20parent\x20segments\x20match\x20pattern:\x20','👥\x20','parentId','listParentsWithPattern','name','(empty)','Error:\x20Pattern\x20matching\x20is\x20only\x20supported\x20at\x20root\x20level\x20(no\x20context\x20set).','Recursive\x20mode:\x20enabled','jsonl','531JPrUyQ','listUnified','\x20matching\x20\x27','Parent\x20ID:\x20','\x20and\x20','3607230KfwAhX','error','Folder\x20ID:\x20','\x20parent\x20segment','format','segmentPath','population','Path/pattern\x20arg:\x20','Site:\x20','List\x20parent\x20segments,\x20folders,\x20and\x20child\x20segments','recursive','1726DxEpGq','includes','\x27...','Resolving\x20context\x20path\x20\x27','verbose','sort','segment','resolvePathToResource','1590036wLGihX','data','Building\x20hierarchy\x20tree...','\x20\x20Cause:\x20','site','10448ggZjZP','folderId','listParents','Listing\x20parent\x20segments\x20matching\x20\x27','Current\x20context:\x20','Listing\x20folders\x20and\x20segments...','\x20top-level\x20items','description','maxDepth','132654CzQWkn','attributes','12ouewvr','\x5c$&','test','log'];a31_0x1855=function(){return _0xc4c1c;};return a31_0x1855();}import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';import{formatFlatList,formatTree}from'../utils/tree-formatter.js';import{formatRows}from'../utils/formatters.js';import a31_0x41a23c from'chalk';export class SegmentsCommand extends BaseCommand{[a31_0xd97055(0x185)]='segments';[a31_0xd97055(0x1ae)]=a31_0xd97055(0x198);async['execute'](_0x3ca6a6){const _0x4f7238=a31_0xd97055,{options:_0xf65e9c,args:_0x273220}=_0x3ca6a6,_0x5da89b=_0xf65e9c[_0x4f7238(0x199)],_0x3a5b38=_0x273220[0x0];try{const _0x47e89b=_0xf65e9c[_0x4f7238(0x194)];_0xf65e9c[_0x4f7238(0x19e)]&&(console[_0x4f7238(0x190)](_0x4f7238(0x197)+_0xf65e9c[_0x4f7238(0x1a6)]),console[_0x4f7238(0x190)](_0x4f7238(0x1ab)+(_0x47e89b||'/')),_0x3a5b38&&console[_0x4f7238(0x190)](_0x4f7238(0x196)+_0x3a5b38),_0x5da89b&&console['error'](_0x4f7238(0x188)));if(_0x3a5b38){const _0x1aa260=_0x3a5b38[_0x4f7238(0x19b)]('*')||_0x3a5b38[_0x4f7238(0x19b)]('?');if(_0x1aa260&&!_0x47e89b)return await this[_0x4f7238(0x184)](_0x3ca6a6,_0x3a5b38);else return _0x1aa260?(console['error'](_0x4f7238(0x187)),console[_0x4f7238(0x190)]('Clear\x20context\x20with:\x20tdx\x20segment\x20use\x20/'),0x1):_0x5da89b?await this[_0x4f7238(0x1bf)](_0x3ca6a6,_0x3a5b38):await this[_0x4f7238(0x18b)](_0x3ca6a6,_0x3a5b38);}if(!_0x47e89b)return await this[_0x4f7238(0x1a9)](_0x3ca6a6);return _0x5da89b?await this[_0x4f7238(0x1bf)](_0x3ca6a6,_0x47e89b):await this[_0x4f7238(0x18b)](_0x3ca6a6,_0x47e89b);}catch(_0x537f2e){if(_0x537f2e instanceof SDKError)return console[_0x4f7238(0x190)](_0x4f7238(0x1b9)+_0x537f2e['message']),_0x537f2e[_0x4f7238(0x1b7)]&&console[_0x4f7238(0x190)](_0x4f7238(0x1a5)+_0x537f2e[_0x4f7238(0x1b7)]),0x1;throw _0x537f2e;}}async[a31_0xd97055(0x184)](_0x2285e4,_0x3f54fb){const _0x80155c=a31_0xd97055,{options:_0x42df97,tdx:_0xcdda5f}=_0x2285e4,_0x24cdd3=await withSpinner(_0x80155c(0x1aa)+_0x3f54fb+_0x80155c(0x19c),()=>_0xcdda5f[_0x80155c(0x1a0)][_0x80155c(0x1a9)](),{'verbose':_0x42df97[_0x80155c(0x19e)]}),_0x3dfc80=_0x24cdd3['data'],_0x257927=_0x3f54fb[_0x80155c(0x1c3)](/[.+^${}()|[\]\\]/g,_0x80155c(0x1b3))[_0x80155c(0x1c3)](/\*/g,'.*')[_0x80155c(0x1c3)](/\?/g,'.'),_0x28a4ab=new RegExp('^'+_0x257927+'$','i'),_0x1ddd8e=_0x3dfc80[_0x80155c(0x1c0)](_0x40a2a8=>_0x28a4ab[_0x80155c(0x1b4)](_0x40a2a8[_0x80155c(0x1b1)][_0x80155c(0x185)]));console[_0x80155c(0x190)]('✔\x20Found\x20'+_0x1ddd8e['length']+_0x80155c(0x192)+(_0x1ddd8e['length']!==0x1?'s':'')+_0x80155c(0x18c)+_0x3f54fb+'\x27');if(_0x42df97[_0x80155c(0x193)]===_0x80155c(0x1be)||_0x42df97[_0x80155c(0x193)]===_0x80155c(0x189))await handleSDKOutput(_0x1ddd8e,_0x42df97);else{if(_0x1ddd8e[_0x80155c(0x1bb)]===0x0)console[_0x80155c(0x1b5)](_0x80155c(0x1c4)+_0x3f54fb);else{console[_0x80155c(0x1b5)](_0x80155c(0x1c2));for(const _0x57caf1 of _0x1ddd8e){const _0x25e006=_0x57caf1[_0x80155c(0x1b1)][_0x80155c(0x195)]?a31_0x41a23c['dim']('\x20('+formatRows(_0x57caf1[_0x80155c(0x1b1)][_0x80155c(0x195)])+')'):'';console[_0x80155c(0x1b5)](_0x80155c(0x182)+_0x57caf1[_0x80155c(0x1b1)][_0x80155c(0x185)]+_0x25e006);}}}return 0x0;}async[a31_0xd97055(0x1a9)](_0x4b4adc){const _0x498916=a31_0xd97055,{options:_0x5b1f21,tdx:_0x48b8ad}=_0x4b4adc,_0x3b33a9=await withSpinner('Listing\x20parent\x20segments...',()=>_0x48b8ad[_0x498916(0x1a0)][_0x498916(0x1a9)](),{'verbose':_0x5b1f21['verbose']}),_0x57fee5=_0x3b33a9[_0x498916(0x1a3)];console[_0x498916(0x190)]('✔\x20Found\x20'+_0x57fee5[_0x498916(0x1bb)]+'\x20parent\x20segment'+(_0x57fee5['length']!==0x1?'s':''));if(_0x5b1f21[_0x498916(0x193)]===_0x498916(0x1be)||_0x5b1f21[_0x498916(0x193)]===_0x498916(0x189))await handleSDKOutput(_0x57fee5,_0x5b1f21);else{console[_0x498916(0x1b5)](_0x498916(0x1c2));for(const _0x4e4a31 of _0x57fee5){const _0x49b110=_0x4e4a31['attributes'][_0x498916(0x195)]?a31_0x41a23c['dim']('\x20('+formatRows(_0x4e4a31[_0x498916(0x1b1)][_0x498916(0x195)])+')'):'';console['log']('👥\x20'+_0x4e4a31['attributes'][_0x498916(0x185)]+_0x49b110);}}return 0x0;}async[a31_0xd97055(0x18b)](_0x333146,_0x455eac){const _0x29792b=a31_0xd97055,{options:_0x9c9087,tdx:_0x267a60}=_0x333146,_0x404f55=await withSpinner(_0x29792b(0x19d)+_0x455eac+_0x29792b(0x19c),()=>_0x267a60[_0x29792b(0x1a0)][_0x29792b(0x1a1)](_0x455eac),{'verbose':_0x9c9087[_0x29792b(0x19e)]}),_0x246628=_0x404f55[_0x29792b(0x1a3)];_0x9c9087['verbose']&&(console[_0x29792b(0x190)](_0x29792b(0x18d)+_0x246628[_0x29792b(0x183)]),_0x246628[_0x29792b(0x1a8)]&&console[_0x29792b(0x190)](_0x29792b(0x191)+_0x246628[_0x29792b(0x1a8)]));const _0x14f7bc=await withSpinner(_0x29792b(0x1ac),()=>_0x267a60[_0x29792b(0x1a0)][_0x29792b(0x18b)](_0x246628[_0x29792b(0x183)],_0x246628[_0x29792b(0x1a8)]),{'verbose':_0x9c9087['verbose']}),{folders:_0x47e2a0,segments:_0x2746bf}=_0x14f7bc['data'],_0x52d044=_0x47e2a0[_0x29792b(0x1bb)]+_0x2746bf[_0x29792b(0x1bb)];console['error']('✔\x20Found\x20'+_0x47e2a0['length']+'\x20folder'+(_0x47e2a0[_0x29792b(0x1bb)]!==0x1?'s':'')+_0x29792b(0x18e)+_0x2746bf['length']+'\x20segment'+(_0x2746bf['length']!==0x1?'s':''));if(_0x9c9087[_0x29792b(0x193)]===_0x29792b(0x1be)||_0x9c9087['format']===_0x29792b(0x189)){const _0x5b3efa=[..._0x47e2a0[_0x29792b(0x1c1)](_0x329cbc=>({..._0x329cbc,'type':_0x29792b(0x1bd)})),..._0x2746bf[_0x29792b(0x1c1)](_0x32b26e=>({..._0x32b26e,'type':_0x29792b(0x1a0)}))][_0x29792b(0x19f)]((_0x3a8cfc,_0x864550)=>_0x3a8cfc[_0x29792b(0x185)]['localeCompare'](_0x864550[_0x29792b(0x185)]));await handleSDKOutput(_0x5b3efa,_0x9c9087);}else{if(_0x52d044===0x0)console[_0x29792b(0x1b5)](a31_0x41a23c[_0x29792b(0x1ba)]('[/'+_0x455eac+']')),console[_0x29792b(0x1b5)](_0x29792b(0x186));else{console[_0x29792b(0x1b5)](a31_0x41a23c[_0x29792b(0x1ba)]('[/'+_0x455eac+']'));const _0x23b43e=formatFlatList(_0x47e2a0,_0x2746bf,{'showMetadata':!![]});console[_0x29792b(0x1b5)](_0x23b43e);}}return 0x0;}async['listRecursive'](_0x1ae084,_0x618895){const _0x35f2be=a31_0xd97055,{options:_0x2bb321,tdx:_0x4ec0b6}=_0x1ae084,_0x17c6ee=await withSpinner(_0x35f2be(0x19d)+_0x618895+'\x27...',()=>_0x4ec0b6['segment']['resolvePathToResource'](_0x618895),{'verbose':_0x2bb321['verbose']}),_0x250cc1=_0x17c6ee[_0x35f2be(0x1a3)];_0x2bb321[_0x35f2be(0x19e)]&&(console[_0x35f2be(0x190)]('Parent\x20ID:\x20'+_0x250cc1[_0x35f2be(0x183)]),_0x250cc1['folderId']&&console[_0x35f2be(0x190)](_0x35f2be(0x191)+_0x250cc1[_0x35f2be(0x1a8)]));const _0x226b93=_0x2bb321[_0x35f2be(0x1af)]||0xa,_0xc26d62=await withSpinner(_0x35f2be(0x1a4),()=>_0x4ec0b6[_0x35f2be(0x1a0)][_0x35f2be(0x1bf)](_0x250cc1['parentId'],_0x250cc1[_0x35f2be(0x1a8)],0x0,_0x226b93),{'verbose':_0x2bb321['verbose']}),_0x26c5c0=_0xc26d62[_0x35f2be(0x1a3)];console[_0x35f2be(0x190)]('✔\x20Built\x20tree\x20with\x20'+_0x26c5c0['length']+_0x35f2be(0x1ad));if(_0x2bb321[_0x35f2be(0x193)]===_0x35f2be(0x1be)||_0x2bb321[_0x35f2be(0x193)]===_0x35f2be(0x189))await handleSDKOutput(_0x26c5c0,_0x2bb321);else{console[_0x35f2be(0x1b5)](a31_0x41a23c[_0x35f2be(0x1ba)]('[/'+_0x618895+']'));const _0x1521a7=formatTree(_0x26c5c0,{'showMetadata':!![]});console[_0x35f2be(0x1b5)](_0x1521a7);}return 0x0;}}
1
+ function a33_0x1b5e(_0x4dc6c4,_0x135f63){const _0x4f2d35=a33_0x4f2d();return a33_0x1b5e=function(_0x1b5ee5,_0xabbde){_0x1b5ee5=_0x1b5ee5-0x82;let _0x5a1a8d=_0x4f2d35[_0x1b5ee5];return _0x5a1a8d;},a33_0x1b5e(_0x4dc6c4,_0x135f63);}const a33_0x1068df=a33_0x1b5e;(function(_0x3fa36f,_0x59063a){const _0x4c1c34=a33_0x1b5e,_0xa260fe=_0x3fa36f();while(!![]){try{const _0x35675e=parseInt(_0x4c1c34(0xb6))/0x1*(parseInt(_0x4c1c34(0x92))/0x2)+parseInt(_0x4c1c34(0xa7))/0x3*(parseInt(_0x4c1c34(0x87))/0x4)+-parseInt(_0x4c1c34(0x9e))/0x5+parseInt(_0x4c1c34(0x9d))/0x6+parseInt(_0x4c1c34(0x89))/0x7+-parseInt(_0x4c1c34(0xad))/0x8+parseInt(_0x4c1c34(0x8f))/0x9*(parseInt(_0x4c1c34(0xbc))/0xa);if(_0x35675e===_0x59063a)break;else _0xa260fe['push'](_0xa260fe['shift']());}catch(_0x5d59c5){_0xa260fe['push'](_0xa260fe['shift']());}}}(a33_0x4f2d,0x9484b));function a33_0x4f2d(){const _0x5f383c=['log','23DGruPC','segment','folderId','recursive','execute','json','233260OFFPrw','Clear\x20context\x20with:\x20tdx\x20segment\x20use\x20/','test','site','\x20parent\x20segment','maxDepth','\x5c$&','Current\x20context:\x20','verbose','attributes','data','👥\x20','message','Error:\x20Pattern\x20matching\x20is\x20only\x20supported\x20at\x20root\x20level\x20(no\x20context\x20set).','\x20and\x20','sort','listParents','12QHhmft','listRecursive','2617580HAcOnu','resolvePathToResource','format','No\x20parent\x20segments\x20match\x20pattern:\x20','listParentsWithPattern','[parent\x20segments]','180oBGGjU','Recursive\x20mode:\x20enabled','dim','14100Gtkpet','population','description','Path/pattern\x20arg:\x20','List\x20parent\x20segments,\x20folders,\x20and\x20child\x20segments','listUnified','✔\x20Found\x20','replace','segmentPath','\x20top-level\x20items','\x20\x20Cause:\x20','2028762lmpmyu','4863010XGgERg','Listing\x20folders\x20and\x20segments...','jsonl','Site:\x20','folder','\x27...','Folder\x20ID:\x20','\x20segment','cause','857088rhLxLR','name','parentId','length','✔\x20Built\x20tree\x20with\x20','Parent\x20ID:\x20','4935136kzCWBS','Resolving\x20context\x20path\x20\x27','map','error','(empty)','\x20matching\x20\x27','Listing\x20parent\x20segments\x20matching\x20\x27','segments'];a33_0x4f2d=function(){return _0x5f383c;};return a33_0x4f2d();}import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../utils/command-output.js';import{withSpinner}from'../utils/spinner.js';import{formatFlatList,formatTree}from'../utils/tree-formatter.js';import{formatRows}from'../utils/formatters.js';import a33_0x484237 from'chalk';export class SegmentsCommand extends BaseCommand{[a33_0x1068df(0xa8)]=a33_0x1068df(0xb4);[a33_0x1068df(0x94)]=a33_0x1068df(0x96);async[a33_0x1068df(0xba)](_0x5364dd){const _0x3b570b=a33_0x1068df,{options:_0x83853a,args:_0x412721}=_0x5364dd,_0x5001a3=_0x83853a[_0x3b570b(0xb9)],_0x201684=_0x412721[0x0];try{const _0x2a2eb4=_0x83853a[_0x3b570b(0x9a)];_0x83853a['verbose']&&(console['error'](_0x3b570b(0xa1)+_0x83853a[_0x3b570b(0xbf)]),console['error'](_0x3b570b(0xc3)+(_0x2a2eb4||'/')),_0x201684&&console[_0x3b570b(0xb0)](_0x3b570b(0x95)+_0x201684),_0x5001a3&&console[_0x3b570b(0xb0)](_0x3b570b(0x90)));if(_0x201684){const _0x435473=_0x201684['includes']('*')||_0x201684['includes']('?');if(_0x435473&&!_0x2a2eb4)return await this['listParentsWithPattern'](_0x5364dd,_0x201684);else return _0x435473?(console[_0x3b570b(0xb0)](_0x3b570b(0x83)),console[_0x3b570b(0xb0)](_0x3b570b(0xbd)),0x1):_0x5001a3?await this['listRecursive'](_0x5364dd,_0x201684):await this['listUnified'](_0x5364dd,_0x201684);}if(!_0x2a2eb4)return await this[_0x3b570b(0x86)](_0x5364dd);return _0x5001a3?await this[_0x3b570b(0x88)](_0x5364dd,_0x2a2eb4):await this[_0x3b570b(0x97)](_0x5364dd,_0x2a2eb4);}catch(_0x196026){if(_0x196026 instanceof SDKError)return console[_0x3b570b(0xb0)]('Error:\x20'+_0x196026[_0x3b570b(0x82)]),_0x196026[_0x3b570b(0xa6)]&&console[_0x3b570b(0xb0)](_0x3b570b(0x9c)+_0x196026[_0x3b570b(0xa6)]),0x1;throw _0x196026;}}async[a33_0x1068df(0x8d)](_0xc575b3,_0xd9949d){const _0x543ba0=a33_0x1068df,{options:_0x330b5e,tdx:_0x552636}=_0xc575b3,_0x22e762=await withSpinner(_0x543ba0(0xb3)+_0xd9949d+_0x543ba0(0xa3),()=>_0x552636[_0x543ba0(0xb7)][_0x543ba0(0x86)](),{'verbose':_0x330b5e[_0x543ba0(0xc4)]}),_0x425576=_0x22e762[_0x543ba0(0xc6)],_0x349724=_0xd9949d['replace'](/[.+^${}()|[\]\\]/g,_0x543ba0(0xc2))[_0x543ba0(0x99)](/\*/g,'.*')[_0x543ba0(0x99)](/\?/g,'.'),_0x3efd6e=new RegExp('^'+_0x349724+'$','i'),_0x43de74=_0x425576['filter'](_0x3fa567=>_0x3efd6e[_0x543ba0(0xbe)](_0x3fa567['attributes'][_0x543ba0(0xa8)]));console[_0x543ba0(0xb0)](_0x543ba0(0x98)+_0x43de74[_0x543ba0(0xaa)]+_0x543ba0(0xc0)+(_0x43de74[_0x543ba0(0xaa)]!==0x1?'s':'')+_0x543ba0(0xb2)+_0xd9949d+'\x27');if(_0x330b5e[_0x543ba0(0x8b)]===_0x543ba0(0xbb)||_0x330b5e[_0x543ba0(0x8b)]===_0x543ba0(0xa0))await handleSDKOutput(_0x43de74,_0x330b5e);else{if(_0x43de74[_0x543ba0(0xaa)]===0x0)console['log'](_0x543ba0(0x8c)+_0xd9949d);else{console['log']('[parent\x20segments]');for(const _0x3cc286 of _0x43de74){const _0x5d77d3=_0x3cc286[_0x543ba0(0xc5)]['population']?a33_0x484237[_0x543ba0(0x91)]('\x20('+formatRows(_0x3cc286['attributes'][_0x543ba0(0x93)])+')'):'';console['log'](_0x543ba0(0xc7)+_0x3cc286[_0x543ba0(0xc5)][_0x543ba0(0xa8)]+_0x5d77d3);}}}return 0x0;}async[a33_0x1068df(0x86)](_0x559c7e){const _0x25937f=a33_0x1068df,{options:_0x33b38e,tdx:_0x63c2a4}=_0x559c7e,_0x276248=await withSpinner('Listing\x20parent\x20segments...',()=>_0x63c2a4[_0x25937f(0xb7)][_0x25937f(0x86)](),{'verbose':_0x33b38e[_0x25937f(0xc4)]}),_0xf1e9fe=_0x276248[_0x25937f(0xc6)];console[_0x25937f(0xb0)](_0x25937f(0x98)+_0xf1e9fe[_0x25937f(0xaa)]+'\x20parent\x20segment'+(_0xf1e9fe[_0x25937f(0xaa)]!==0x1?'s':''));if(_0x33b38e[_0x25937f(0x8b)]===_0x25937f(0xbb)||_0x33b38e[_0x25937f(0x8b)]===_0x25937f(0xa0))await handleSDKOutput(_0xf1e9fe,_0x33b38e);else{console[_0x25937f(0xb5)](_0x25937f(0x8e));for(const _0x503d69 of _0xf1e9fe){const _0x2bc740=_0x503d69[_0x25937f(0xc5)][_0x25937f(0x93)]?a33_0x484237[_0x25937f(0x91)]('\x20('+formatRows(_0x503d69[_0x25937f(0xc5)][_0x25937f(0x93)])+')'):'';console[_0x25937f(0xb5)](_0x25937f(0xc7)+_0x503d69[_0x25937f(0xc5)]['name']+_0x2bc740);}}return 0x0;}async['listUnified'](_0x150f5a,_0x140375){const _0x3ce85d=a33_0x1068df,{options:_0x3e1488,tdx:_0x46ab0b}=_0x150f5a,_0x4b7a9b=await withSpinner('Resolving\x20context\x20path\x20\x27'+_0x140375+_0x3ce85d(0xa3),()=>_0x46ab0b['segment'][_0x3ce85d(0x8a)](_0x140375),{'verbose':_0x3e1488[_0x3ce85d(0xc4)]}),_0x3ba0d2=_0x4b7a9b['data'];_0x3e1488['verbose']&&(console[_0x3ce85d(0xb0)](_0x3ce85d(0xac)+_0x3ba0d2[_0x3ce85d(0xa9)]),_0x3ba0d2['folderId']&&console[_0x3ce85d(0xb0)](_0x3ce85d(0xa4)+_0x3ba0d2[_0x3ce85d(0xb8)]));const _0x275260=await withSpinner(_0x3ce85d(0x9f),()=>_0x46ab0b[_0x3ce85d(0xb7)][_0x3ce85d(0x97)](_0x3ba0d2[_0x3ce85d(0xa9)],_0x3ba0d2['folderId']),{'verbose':_0x3e1488['verbose']}),{folders:_0x3c3b27,segments:_0x40eb36}=_0x275260['data'],_0x3a500a=_0x3c3b27[_0x3ce85d(0xaa)]+_0x40eb36[_0x3ce85d(0xaa)];console[_0x3ce85d(0xb0)](_0x3ce85d(0x98)+_0x3c3b27[_0x3ce85d(0xaa)]+'\x20folder'+(_0x3c3b27['length']!==0x1?'s':'')+_0x3ce85d(0x84)+_0x40eb36[_0x3ce85d(0xaa)]+_0x3ce85d(0xa5)+(_0x40eb36[_0x3ce85d(0xaa)]!==0x1?'s':''));if(_0x3e1488[_0x3ce85d(0x8b)]===_0x3ce85d(0xbb)||_0x3e1488[_0x3ce85d(0x8b)]===_0x3ce85d(0xa0)){const _0x53ef8c=[..._0x3c3b27[_0x3ce85d(0xaf)](_0x4e2986=>({..._0x4e2986,'type':_0x3ce85d(0xa2)})),..._0x40eb36[_0x3ce85d(0xaf)](_0x343e49=>({..._0x343e49,'type':_0x3ce85d(0xb7)}))][_0x3ce85d(0x85)]((_0x485f6d,_0xc593e1)=>_0x485f6d[_0x3ce85d(0xa8)]['localeCompare'](_0xc593e1['name']));await handleSDKOutput(_0x53ef8c,_0x3e1488);}else{if(_0x3a500a===0x0)console['log'](a33_0x484237[_0x3ce85d(0x91)]('[/'+_0x140375+']')),console[_0x3ce85d(0xb5)](_0x3ce85d(0xb1));else{console['log'](a33_0x484237[_0x3ce85d(0x91)]('[/'+_0x140375+']'));const _0x13eb12=formatFlatList(_0x3c3b27,_0x40eb36,{'showMetadata':!![]});console[_0x3ce85d(0xb5)](_0x13eb12);}}return 0x0;}async[a33_0x1068df(0x88)](_0x52e22e,_0x2f8d66){const _0xe9b58a=a33_0x1068df,{options:_0xfd1d87,tdx:_0x1f9256}=_0x52e22e,_0xef9c7=await withSpinner(_0xe9b58a(0xae)+_0x2f8d66+_0xe9b58a(0xa3),()=>_0x1f9256['segment'][_0xe9b58a(0x8a)](_0x2f8d66),{'verbose':_0xfd1d87['verbose']}),_0x66623a=_0xef9c7['data'];_0xfd1d87[_0xe9b58a(0xc4)]&&(console[_0xe9b58a(0xb0)]('Parent\x20ID:\x20'+_0x66623a['parentId']),_0x66623a[_0xe9b58a(0xb8)]&&console[_0xe9b58a(0xb0)](_0xe9b58a(0xa4)+_0x66623a[_0xe9b58a(0xb8)]));const _0x22f310=_0xfd1d87[_0xe9b58a(0xc1)]||0xa,_0x2a373a=await withSpinner('Building\x20hierarchy\x20tree...',()=>_0x1f9256['segment']['listRecursive'](_0x66623a[_0xe9b58a(0xa9)],_0x66623a[_0xe9b58a(0xb8)],0x0,_0x22f310),{'verbose':_0xfd1d87[_0xe9b58a(0xc4)]}),_0x565043=_0x2a373a[_0xe9b58a(0xc6)];console['error'](_0xe9b58a(0xab)+_0x565043['length']+_0xe9b58a(0x9b));if(_0xfd1d87[_0xe9b58a(0x8b)]==='json'||_0xfd1d87['format']===_0xe9b58a(0xa0))await handleSDKOutput(_0x565043,_0xfd1d87);else{console[_0xe9b58a(0xb5)](a33_0x484237['dim']('[/'+_0x2f8d66+']'));const _0xeaadda=formatTree(_0x565043,{'showMetadata':!![]});console[_0xe9b58a(0xb5)](_0xeaadda);}return 0x0;}}
@@ -1 +1 @@
1
- const a32_0x4369a2=a32_0x26de;(function(_0x26b078,_0x3deefd){const _0xb969b0=a32_0x26de,_0x9faab5=_0x26b078();while(!![]){try{const _0x165bc0=parseInt(_0xb969b0(0x91))/0x1*(parseInt(_0xb969b0(0x86))/0x2)+-parseInt(_0xb969b0(0xaa))/0x3*(-parseInt(_0xb969b0(0x98))/0x4)+-parseInt(_0xb969b0(0x92))/0x5*(-parseInt(_0xb969b0(0xa7))/0x6)+-parseInt(_0xb969b0(0xa5))/0x7*(-parseInt(_0xb969b0(0x94))/0x8)+parseInt(_0xb969b0(0xab))/0x9+parseInt(_0xb969b0(0xaf))/0xa*(parseInt(_0xb969b0(0xb1))/0xb)+-parseInt(_0xb969b0(0x8f))/0xc;if(_0x165bc0===_0x3deefd)break;else _0x9faab5['push'](_0x9faab5['shift']());}catch(_0x4b6b2d){_0x9faab5['push'](_0x9faab5['shift']());}}}(a32_0x1726,0x62bb4));import{BaseCommand}from'./command.js';function a32_0x1726(){const _0x47f193=['2AVLUxV','\x20row','database','description','Querying\x20','error','Error:\x20','showTable','\x20\x20Cause:\x20','29407848iNyLwD','\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>','447859HziiJz','15320uctaFR','...','40dyTQdy','Database:\x20','Show\x20table\x20contents','\x20from\x20','8xVLebE','execute','catalog','Usage:\x20tdx\x20show\x20<database.table>','table','cause','validate','message','Usage:\x20tdx\x20show\x20<database.table>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--in\x20<database>\x0a\x0aRun\x20\x27tdx\x20show\x20--help\x27\x20for\x20more\x20options','Limit:\x20','verbose','name','✔\x20Retrieved\x20','723219kxubMe','✔\x20Query\x20successful\x20-\x200\x20rows\x20returned','1308EZcwVj','query','args','641799MhYQGz','1912203QeKYLK','limit','Too\x20many\x20arguments\x0aUsage:\x20tdx\x20show\x20<database.table>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>\x0a\x0aRun\x20\x27tdx\x20show\x20--help\x27\x20for\x20more\x20options','length','3170KaBOEe','Site:\x20','20207QeTdwh'];a32_0x1726=function(){return _0x47f193;};return a32_0x1726();}import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../utils/command-output.js';import{parseTableReference,validateTableDescribeReference}from'../utils/table-ref-parser.js';function a32_0x26de(_0xb508cf,_0x2b6296){const _0x17266c=a32_0x1726();return a32_0x26de=function(_0x26de3a,_0x4c8239){_0x26de3a=_0x26de3a-0x86;let _0x3b6153=_0x17266c[_0x26de3a];return _0x3b6153;},a32_0x26de(_0xb508cf,_0x2b6296);}import{withSpinner}from'../utils/spinner.js';import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../utils/constants.js';export class ShowCommand extends BaseCommand{[a32_0x4369a2(0xa3)]='show';[a32_0x4369a2(0x89)]=a32_0x4369a2(0x96);async[a32_0x4369a2(0x99)](_0x46ed5d){const _0x3b63c4=a32_0x4369a2;return this[_0x3b63c4(0x8d)](_0x46ed5d);}async[a32_0x4369a2(0x8d)](_0x3667fa){const _0x31ac7f=a32_0x4369a2,{options:_0x85d008,args:_0x8c210a,tdx:_0x253fa7}=_0x3667fa;let _0x171926;try{_0x171926=parseTableReference(_0x8c210a[0x0]);const _0x874948=_0x85d008[_0x31ac7f(0x88)];!_0x171926[_0x31ac7f(0x88)]&&_0x874948&&(_0x171926[_0x31ac7f(0x88)]=_0x874948);const _0x3d51a4=validateTableDescribeReference(_0x171926);if(_0x3d51a4)return console[_0x31ac7f(0x8b)](_0x31ac7f(0x8c)+_0x3d51a4),console[_0x31ac7f(0x8b)](_0x31ac7f(0x9b)),console['error']('\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>'),console[_0x31ac7f(0x8b)](_0x31ac7f(0x90)),0x1;}catch(_0x5835f6){return console[_0x31ac7f(0x8b)](_0x31ac7f(0x8c)+_0x5835f6[_0x31ac7f(0x9f)]),console[_0x31ac7f(0x8b)](_0x31ac7f(0x9b)),console['error']('\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>'),console[_0x31ac7f(0x8b)](_0x31ac7f(0x90)),0x1;}const _0xb5ff7e=_0x171926[_0x31ac7f(0x9a)],_0x50e127=_0x171926['database'],_0x442711=_0x171926[_0x31ac7f(0x9c)],_0x28c708=resolveLimit(_0x85d008[_0x31ac7f(0xac)],DEFAULT_DISPLAY_LIMIT);try{_0x85d008['verbose']&&(console[_0x31ac7f(0x8b)](_0x31ac7f(0xb0)+_0x85d008['site']),_0xb5ff7e&&console[_0x31ac7f(0x8b)]('Catalog:\x20'+_0xb5ff7e),console[_0x31ac7f(0x8b)](_0x31ac7f(0x95)+_0x50e127),console[_0x31ac7f(0x8b)]('Table:\x20'+_0x442711),console['error'](_0x31ac7f(0xa1)+_0x28c708));const _0x41a57b=_0xb5ff7e?_0xb5ff7e+'.'+_0x50e127+'.'+_0x442711:_0x50e127+'.'+_0x442711,_0x1d0396=await withSpinner(_0x31ac7f(0x8a)+_0x41a57b+_0x31ac7f(0x93),()=>_0x253fa7[_0x31ac7f(0xa8)][_0x31ac7f(0x8d)](_0x50e127,_0x442711,_0x28c708,_0xb5ff7e),{'verbose':_0x85d008[_0x31ac7f(0xa2)]}),_0x4af628=_0x1d0396['data'],_0x4da985=_0x4af628['data'];return _0x4da985[_0x31ac7f(0xae)]===0x0?console['error'](_0x31ac7f(0xa6)):console[_0x31ac7f(0x8b)](_0x31ac7f(0xa4)+_0x4da985[_0x31ac7f(0xae)]+_0x31ac7f(0x87)+(_0x4da985['length']!==0x1?'s':'')+_0x31ac7f(0x97)+_0x41a57b),await handleSDKOutput(_0x4da985,_0x85d008),0x0;}catch(_0x58a86e){if(_0x58a86e instanceof SDKError)return console[_0x31ac7f(0x8b)](_0x31ac7f(0x8c)+_0x58a86e['message']),_0x58a86e['cause']&&console[_0x31ac7f(0x8b)](_0x31ac7f(0x8e)+_0x58a86e[_0x31ac7f(0x9d)]),0x1;throw _0x58a86e;}}[a32_0x4369a2(0x9e)](_0x35a648){const _0x378a29=a32_0x4369a2;if(_0x35a648[_0x378a29(0xa9)][_0x378a29(0xae)]===0x0)return _0x378a29(0xa0);if(_0x35a648[_0x378a29(0xa9)][_0x378a29(0xae)]>0x1)return _0x378a29(0xad);return undefined;}}
1
+ const a34_0x1ba000=a34_0x64e0;(function(_0xfeb34a,_0x3eddf4){const _0x50f54c=a34_0x64e0,_0x1f0410=_0xfeb34a();while(!![]){try{const _0x10163d=parseInt(_0x50f54c(0x1ff))/0x1*(parseInt(_0x50f54c(0x1f0))/0x2)+parseInt(_0x50f54c(0x204))/0x3+parseInt(_0x50f54c(0x1e8))/0x4*(-parseInt(_0x50f54c(0x1f3))/0x5)+parseInt(_0x50f54c(0x1db))/0x6*(-parseInt(_0x50f54c(0x1ed))/0x7)+parseInt(_0x50f54c(0x1f9))/0x8*(parseInt(_0x50f54c(0x1da))/0x9)+-parseInt(_0x50f54c(0x1d8))/0xa+-parseInt(_0x50f54c(0x1e0))/0xb*(-parseInt(_0x50f54c(0x1ee))/0xc);if(_0x10163d===_0x3eddf4)break;else _0x1f0410['push'](_0x1f0410['shift']());}catch(_0x3aa351){_0x1f0410['push'](_0x1f0410['shift']());}}}(a34_0xcdda,0x9b25a));import{BaseCommand}from'./command.js';function a34_0x64e0(_0x3dbd78,_0x31fbad){const _0xcdda81=a34_0xcdda();return a34_0x64e0=function(_0x64e0ec,_0xdd8446){_0x64e0ec=_0x64e0ec-0x1d7;let _0x5d9206=_0xcdda81[_0x64e0ec];return _0x5d9206;},a34_0x64e0(_0x3dbd78,_0x31fbad);}import{SDKError}from'../sdk/index.js';function a34_0xcdda(){const _0x254557=['name','\x20from\x20','2340234PFDYKU','Database:\x20','9076990egpycw','\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>','657xyMVtE','4572258fcozol','limit','execute','✔\x20Query\x20successful\x20-\x200\x20rows\x20returned','Limit:\x20','15002020sSkBcc','verbose','length','cause','table','\x20\x20Cause:\x20','Error:\x20','validate','4GSmhpi','Catalog:\x20','database','Usage:\x20tdx\x20show\x20<database.table>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--in\x20<database>\x0a\x0aRun\x20\x27tdx\x20show\x20--help\x27\x20for\x20more\x20options','catalog','7HFcIjS','12vsseFh','show','1631638QoxfEo','data','error','4855470PkspkA','query','Site:\x20','Too\x20many\x20arguments\x0aUsage:\x20tdx\x20show\x20<database.table>\x0a\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>\x0a\x0aRun\x20\x27tdx\x20show\x20--help\x27\x20for\x20more\x20options','...','Usage:\x20tdx\x20show\x20<database.table>','34696OHDxRX','site','Querying\x20','Show\x20table\x20contents','\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>','showTable','1dAnzLN','\x20row','message'];a34_0xcdda=function(){return _0x254557;};return a34_0xcdda();}import{handleSDKOutput}from'../utils/command-output.js';import{parseTableReference,validateTableDescribeReference}from'../utils/table-ref-parser.js';import{withSpinner}from'../utils/spinner.js';import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../utils/constants.js';export class ShowCommand extends BaseCommand{[a34_0x1ba000(0x202)]=a34_0x1ba000(0x1ef);['description']=a34_0x1ba000(0x1fc);async[a34_0x1ba000(0x1dd)](_0x5c7755){return this['showTable'](_0x5c7755);}async['showTable'](_0x593ecc){const _0x27dc51=a34_0x1ba000,{options:_0x3fd084,args:_0x4aa488,tdx:_0x5b938e}=_0x593ecc;let _0x234ac6;try{_0x234ac6=parseTableReference(_0x4aa488[0x0]);const _0xb46a5d=_0x3fd084['database'];!_0x234ac6[_0x27dc51(0x1ea)]&&_0xb46a5d&&(_0x234ac6[_0x27dc51(0x1ea)]=_0xb46a5d);const _0x4240a3=validateTableDescribeReference(_0x234ac6);if(_0x4240a3)return console[_0x27dc51(0x1f2)](_0x27dc51(0x1e6)+_0x4240a3),console[_0x27dc51(0x1f2)](_0x27dc51(0x1f8)),console['error'](_0x27dc51(0x1d9)),console['error'](_0x27dc51(0x1fd)),0x1;}catch(_0x23e870){return console['error'](_0x27dc51(0x1e6)+_0x23e870[_0x27dc51(0x201)]),console[_0x27dc51(0x1f2)](_0x27dc51(0x1f8)),console[_0x27dc51(0x1f2)]('\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>'),console[_0x27dc51(0x1f2)](_0x27dc51(0x1fd)),0x1;}const _0x3df6b5=_0x234ac6[_0x27dc51(0x1ec)],_0x2f8bc5=_0x234ac6[_0x27dc51(0x1ea)],_0x42ec3c=_0x234ac6[_0x27dc51(0x1e4)],_0x1f4255=resolveLimit(_0x3fd084[_0x27dc51(0x1dc)],DEFAULT_DISPLAY_LIMIT);try{_0x3fd084[_0x27dc51(0x1e1)]&&(console[_0x27dc51(0x1f2)](_0x27dc51(0x1f5)+_0x3fd084[_0x27dc51(0x1fa)]),_0x3df6b5&&console[_0x27dc51(0x1f2)](_0x27dc51(0x1e9)+_0x3df6b5),console['error'](_0x27dc51(0x1d7)+_0x2f8bc5),console['error']('Table:\x20'+_0x42ec3c),console[_0x27dc51(0x1f2)](_0x27dc51(0x1df)+_0x1f4255));const _0x3f94ab=_0x3df6b5?_0x3df6b5+'.'+_0x2f8bc5+'.'+_0x42ec3c:_0x2f8bc5+'.'+_0x42ec3c,_0x1f2016=await withSpinner(_0x27dc51(0x1fb)+_0x3f94ab+_0x27dc51(0x1f7),()=>_0x5b938e[_0x27dc51(0x1f4)][_0x27dc51(0x1fe)](_0x2f8bc5,_0x42ec3c,_0x1f4255,_0x3df6b5),{'verbose':_0x3fd084['verbose']}),_0x4bf063=_0x1f2016[_0x27dc51(0x1f1)],_0x3b42a4=_0x4bf063[_0x27dc51(0x1f1)];return _0x3b42a4[_0x27dc51(0x1e2)]===0x0?console['error'](_0x27dc51(0x1de)):console[_0x27dc51(0x1f2)]('✔\x20Retrieved\x20'+_0x3b42a4[_0x27dc51(0x1e2)]+_0x27dc51(0x200)+(_0x3b42a4[_0x27dc51(0x1e2)]!==0x1?'s':'')+_0x27dc51(0x203)+_0x3f94ab),await handleSDKOutput(_0x3b42a4,_0x3fd084),0x0;}catch(_0xa3395a){if(_0xa3395a instanceof SDKError)return console['error'](_0x27dc51(0x1e6)+_0xa3395a[_0x27dc51(0x201)]),_0xa3395a[_0x27dc51(0x1e3)]&&console[_0x27dc51(0x1f2)](_0x27dc51(0x1e5)+_0xa3395a['cause']),0x1;throw _0xa3395a;}}[a34_0x1ba000(0x1e7)](_0x1f0837){const _0x5d3a92=a34_0x1ba000;if(_0x1f0837['args'][_0x5d3a92(0x1e2)]===0x0)return _0x5d3a92(0x1eb);if(_0x1f0837['args'][_0x5d3a92(0x1e2)]>0x1)return _0x5d3a92(0x1f6);return undefined;}}
@@ -1 +1 @@
1
- const a33_0x86fbad=a33_0x39d6;(function(_0x195541,_0x445c3b){const _0x1375dc=a33_0x39d6,_0x4f98a0=_0x195541();while(!![]){try{const _0x4936b9=-parseInt(_0x1375dc(0x11b))/0x1+parseInt(_0x1375dc(0x120))/0x2*(-parseInt(_0x1375dc(0x12e))/0x3)+-parseInt(_0x1375dc(0x118))/0x4+parseInt(_0x1375dc(0x114))/0x5*(-parseInt(_0x1375dc(0x12f))/0x6)+-parseInt(_0x1375dc(0x122))/0x7+-parseInt(_0x1375dc(0x124))/0x8+parseInt(_0x1375dc(0x109))/0x9;if(_0x4936b9===_0x445c3b)break;else _0x4f98a0['push'](_0x4f98a0['shift']());}catch(_0x406a1c){_0x4f98a0['push'](_0x4f98a0['shift']());}}}(a33_0x4937,0x72f62));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../utils/command-output.js';import{parseTableReference}from'../utils/table-ref-parser.js';function a33_0x39d6(_0x4e10b5,_0x3e525e){const _0x493732=a33_0x4937();return a33_0x39d6=function(_0x39d6ba,_0x33479a){_0x39d6ba=_0x39d6ba-0x102;let _0x5af5df=_0x493732[_0x39d6ba];return _0x5af5df;},a33_0x39d6(_0x4e10b5,_0x3e525e);}import{DEFAULT_LISTING_LIMIT,resolveLimit}from'../utils/constants.js';import{withSpinner}from'../utils/spinner.js';export class TablesCommand extends BaseCommand{[a33_0x86fbad(0x10d)]=a33_0x86fbad(0x110);[a33_0x86fbad(0x12d)]=a33_0x86fbad(0x123);async[a33_0x86fbad(0x129)](_0x338d56){const _0xd9b5e4=a33_0x86fbad,{options:_0x1d6e33,args:_0xb7959,tdx:_0x1b72c6}=_0x338d56;let _0x57f4d9;if(_0xb7959[_0xd9b5e4(0x11f)]===0x0)_0x57f4d9={'database':undefined,'table':undefined,'original':''};else{if(_0xb7959['length']===0x1)try{_0x57f4d9=parseTableReference(_0xb7959[0x0]);if(_0x57f4d9[_0xd9b5e4(0x121)]&&!_0x57f4d9[_0xd9b5e4(0x12b)]&&!_0x57f4d9[_0xd9b5e4(0x121)][_0xd9b5e4(0x10b)]('*')&&!_0x57f4d9[_0xd9b5e4(0x121)][_0xd9b5e4(0x10b)]('?'))return console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x10a)+_0xb7959[0x0]+_0xd9b5e4(0x128)),console[_0xd9b5e4(0x10e)]('Did\x20you\x20mean\x20to\x20list\x20all\x20tables\x20from\x20database\x20\x27'+_0x57f4d9[_0xd9b5e4(0x121)]+'\x27?'),console[_0xd9b5e4(0x10e)]('\x20\x20Use:\x20tdx\x20tables\x20\x22'+_0x57f4d9[_0xd9b5e4(0x121)]+_0xd9b5e4(0x102)),console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x104)+_0x57f4d9[_0xd9b5e4(0x121)]),console['error'](_0xd9b5e4(0x125)+_0x57f4d9[_0xd9b5e4(0x121)]),console['error'](''),console[_0xd9b5e4(0x10e)]('Note:\x20\x27'+_0xb7959[0x0]+_0xd9b5e4(0x106)+_0x57f4d9['table']+_0xd9b5e4(0x107)),0x1;}catch(_0x6d427e){return console['error'](_0xd9b5e4(0x130)+_0x6d427e[_0xd9b5e4(0x108)]),0x1;}else return console[_0xd9b5e4(0x10e)]('Error:\x20Too\x20many\x20arguments.\x20Use\x20single\x20argument:'),console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x113)),console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x12a)),console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x126)),console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x10c)),console['error'](_0xd9b5e4(0x111)),console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x119)),0x1;}const _0x807032=_0x1d6e33['database'];!_0x57f4d9[_0xd9b5e4(0x12b)]&&_0x807032&&(_0x57f4d9[_0xd9b5e4(0x12b)]=_0x807032);try{const _0x181656=_0x3f0d9c=>_0x3f0d9c&&(_0x3f0d9c[_0xd9b5e4(0x10b)]('*')||_0x3f0d9c['includes']('?')),_0x4e9d81=_0x181656(_0x57f4d9[_0xd9b5e4(0x12b)]);_0x1d6e33[_0xd9b5e4(0x117)]&&(console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x105)+_0x1d6e33[_0xd9b5e4(0x10f)]),_0x57f4d9['database']?_0x4e9d81?console[_0xd9b5e4(0x10e)]('Database\x20pattern:\x20'+_0x57f4d9[_0xd9b5e4(0x12b)]):console[_0xd9b5e4(0x10e)]('Database:\x20'+_0x57f4d9[_0xd9b5e4(0x12b)]):console[_0xd9b5e4(0x10e)]('Database:\x20all'),_0x57f4d9[_0xd9b5e4(0x121)]&&console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x115)+_0x57f4d9['table']));const _0x51a8c4=_0x57f4d9[_0xd9b5e4(0x12b)]&&!_0x4e9d81?_0x57f4d9[_0xd9b5e4(0x12b)]:undefined,_0x5d70cd=_0x4e9d81?_0x57f4d9['database']:undefined,_0x1a4843=_0x57f4d9['table'],_0x48111d=resolveLimit(_0x1d6e33[_0xd9b5e4(0x103)],DEFAULT_LISTING_LIMIT),_0x55d185=await withSpinner(_0xd9b5e4(0x112),()=>_0x1b72c6['query']['listTables'](_0x51a8c4,_0x1a4843,_0x5d70cd,_0x48111d),{'verbose':_0x1d6e33[_0xd9b5e4(0x117)]}),_0xb0e5af=_0x55d185[_0xd9b5e4(0x116)];if(_0xb0e5af[_0xd9b5e4(0x11f)]===0x0&&_0x57f4d9[_0xd9b5e4(0x12b)]&&!_0x4e9d81)return console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x11a)),console['error'](_0xd9b5e4(0x127)+_0x57f4d9[_0xd9b5e4(0x12b)]+_0xd9b5e4(0x11d)),0x1;return console['error'](_0xd9b5e4(0x12c)+_0xb0e5af[_0xd9b5e4(0x11f)]+'\x20table'+(_0xb0e5af[_0xd9b5e4(0x11f)]!==0x1?'s':'')),await handleSDKOutput(_0xb0e5af,{..._0x1d6e33,'limit':_0x48111d}),0x0;}catch(_0x2a7dd3){if(_0x2a7dd3 instanceof SDKError)return console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x130)+_0x2a7dd3[_0xd9b5e4(0x108)]),_0x2a7dd3['cause']&&console[_0xd9b5e4(0x10e)](_0xd9b5e4(0x11c)+_0x2a7dd3[_0xd9b5e4(0x11e)]),0x1;throw _0x2a7dd3;}}['validate'](_0x5e6508){return undefined;}}function a33_0x4937(){const _0x21e6a9=['\x20\x20tdx\x20tables\x20users\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20across\x20all\x20databases','5Myalhr','Table\x20pattern:\x20','data','verbose','1847096SpaOSq','\x20\x20tdx\x20tables\x20--in\x20mydb\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb','✖\x20No\x20tables\x20found','581371WsIoZq','\x20\x20Cause:\x20','\x27\x20may\x20not\x20exist\x20or\x20contains\x20no\x20tables','cause','length','325546khaJHB','table','5693212cPNuBr','List\x20tables\x20in\x20a\x20database','4282592tJVDog','\x20\x20Or:\x20\x20tdx\x20tables\x20--database\x20','\x20\x20tdx\x20tables\x20\x22mydb.users\x22\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20in\x20database\x20mydb','Database\x20\x27','\x27\x20is\x20ambiguous.','execute','\x20\x20tdx\x20tables\x20\x22mydb.*\x22\x20\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb','database','✔\x20Found\x20','description','9lohBjZ','2501202kLlUWX','Error:\x20','.*\x22','limit','\x20\x20Or:\x20\x20tdx\x20tables\x20--in\x20','Site:\x20','\x27\x20without\x20wildcards\x20would\x20search\x20for\x20tables\x20named\x20\x27','\x27\x20across\x20all\x20databases.','message','33910677RRAuHD','Error:\x20Pattern\x20\x27','includes','\x20\x20tdx\x20tables\x20\x22*.user*\x22\x20\x20\x20\x20\x20\x20\x20->\x20tables\x20matching\x20user*\x20across\x20databases','name','error','site','tables','Or\x20use\x20--in\x20flag:','Listing\x20tables...'];a33_0x4937=function(){return _0x21e6a9;};return a33_0x4937();}
1
+ const a35_0x4d82cf=a35_0x4f05;(function(_0x30d944,_0x40c3d5){const _0x1f6da=a35_0x4f05,_0x42c635=_0x30d944();while(!![]){try{const _0x40f3d5=parseInt(_0x1f6da(0x132))/0x1+-parseInt(_0x1f6da(0x138))/0x2*(parseInt(_0x1f6da(0x12a))/0x3)+parseInt(_0x1f6da(0x123))/0x4+parseInt(_0x1f6da(0x145))/0x5+-parseInt(_0x1f6da(0x143))/0x6+-parseInt(_0x1f6da(0x126))/0x7*(-parseInt(_0x1f6da(0x130))/0x8)+parseInt(_0x1f6da(0x12b))/0x9;if(_0x40f3d5===_0x40c3d5)break;else _0x42c635['push'](_0x42c635['shift']());}catch(_0x4d7d11){_0x42c635['push'](_0x42c635['shift']());}}}(a35_0x404e,0x6e059));function a35_0x404e(){const _0x1865cd=['Or\x20use\x20--in\x20flag:','284790cWPIaP','\x20\x20Or:\x20\x20tdx\x20tables\x20--database\x20','Table\x20pattern:\x20','\x20\x20Or:\x20\x20tdx\x20tables\x20--in\x20','Site:\x20','verbose','50842vxizyy','Database:\x20all','.*\x22','\x20\x20tdx\x20tables\x20\x22*.user*\x22\x20\x20\x20\x20\x20\x20\x20->\x20tables\x20matching\x20user*\x20across\x20databases','Database:\x20','site','tables','includes','cause','message','Error:\x20Pattern\x20\x27','4728936cpKyHm','table','282025ZaDKHa','length','\x27\x20across\x20all\x20databases.','description','Error:\x20Too\x20many\x20arguments.\x20Use\x20single\x20argument:','execute','Error:\x20','Database\x20\x27','database','Listing\x20tables...','\x20\x20Use:\x20tdx\x20tables\x20\x22','data','validate','\x20\x20Cause:\x20','1913148zARaiN','✔\x20Found\x20','\x20\x20tdx\x20tables\x20\x22mydb.users\x22\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20in\x20database\x20mydb','82124pIBxag','\x27\x20is\x20ambiguous.','List\x20tables\x20in\x20a\x20database','\x20table','99QwvjUS','10162476hCsVCG','\x20\x20tdx\x20tables\x20--in\x20mydb\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb','name','error','limit','88lLygyO'];a35_0x404e=function(){return _0x1865cd;};return a35_0x404e();}import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';function a35_0x4f05(_0x552ac6,_0x5368e6){const _0x404e2b=a35_0x404e();return a35_0x4f05=function(_0x4f0578,_0x38f08a){_0x4f0578=_0x4f0578-0x11d;let _0x34ff32=_0x404e2b[_0x4f0578];return _0x34ff32;},a35_0x4f05(_0x552ac6,_0x5368e6);}import{handleSDKOutput}from'../utils/command-output.js';import{parseTableReference}from'../utils/table-ref-parser.js';import{DEFAULT_LISTING_LIMIT,resolveLimit}from'../utils/constants.js';import{withSpinner}from'../utils/spinner.js';export class TablesCommand extends BaseCommand{[a35_0x4d82cf(0x12d)]=a35_0x4d82cf(0x13e);[a35_0x4d82cf(0x148)]=a35_0x4d82cf(0x128);async[a35_0x4d82cf(0x14a)](_0x4a243f){const _0x2e2af4=a35_0x4d82cf,{options:_0x25e2f6,args:_0x1fc973,tdx:_0x120931}=_0x4a243f;let _0x1b1a8c;if(_0x1fc973[_0x2e2af4(0x146)]===0x0)_0x1b1a8c={'database':undefined,'table':undefined,'original':''};else{if(_0x1fc973[_0x2e2af4(0x146)]===0x1)try{_0x1b1a8c=parseTableReference(_0x1fc973[0x0]);if(_0x1b1a8c[_0x2e2af4(0x144)]&&!_0x1b1a8c[_0x2e2af4(0x11d)]&&!_0x1b1a8c[_0x2e2af4(0x144)][_0x2e2af4(0x13f)]('*')&&!_0x1b1a8c[_0x2e2af4(0x144)][_0x2e2af4(0x13f)]('?'))return console[_0x2e2af4(0x12e)](_0x2e2af4(0x142)+_0x1fc973[0x0]+_0x2e2af4(0x127)),console[_0x2e2af4(0x12e)]('Did\x20you\x20mean\x20to\x20list\x20all\x20tables\x20from\x20database\x20\x27'+_0x1b1a8c[_0x2e2af4(0x144)]+'\x27?'),console['error'](_0x2e2af4(0x11f)+_0x1b1a8c['table']+_0x2e2af4(0x13a)),console[_0x2e2af4(0x12e)](_0x2e2af4(0x135)+_0x1b1a8c['table']),console[_0x2e2af4(0x12e)](_0x2e2af4(0x133)+_0x1b1a8c[_0x2e2af4(0x144)]),console['error'](''),console[_0x2e2af4(0x12e)]('Note:\x20\x27'+_0x1fc973[0x0]+'\x27\x20without\x20wildcards\x20would\x20search\x20for\x20tables\x20named\x20\x27'+_0x1b1a8c[_0x2e2af4(0x144)]+_0x2e2af4(0x147)),0x1;}catch(_0x4440c3){return console[_0x2e2af4(0x12e)](_0x2e2af4(0x14b)+_0x4440c3[_0x2e2af4(0x141)]),0x1;}else return console[_0x2e2af4(0x12e)](_0x2e2af4(0x149)),console['error']('\x20\x20tdx\x20tables\x20users\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20across\x20all\x20databases'),console[_0x2e2af4(0x12e)]('\x20\x20tdx\x20tables\x20\x22mydb.*\x22\x20\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb'),console[_0x2e2af4(0x12e)](_0x2e2af4(0x125)),console['error'](_0x2e2af4(0x13b)),console[_0x2e2af4(0x12e)](_0x2e2af4(0x131)),console[_0x2e2af4(0x12e)](_0x2e2af4(0x12c)),0x1;}const _0x3a83ae=_0x25e2f6[_0x2e2af4(0x11d)];!_0x1b1a8c['database']&&_0x3a83ae&&(_0x1b1a8c[_0x2e2af4(0x11d)]=_0x3a83ae);try{const _0x1ee97b=_0x3f9fe0=>_0x3f9fe0&&(_0x3f9fe0[_0x2e2af4(0x13f)]('*')||_0x3f9fe0['includes']('?')),_0x3cee48=_0x1ee97b(_0x1b1a8c['database']);_0x25e2f6[_0x2e2af4(0x137)]&&(console[_0x2e2af4(0x12e)](_0x2e2af4(0x136)+_0x25e2f6[_0x2e2af4(0x13d)]),_0x1b1a8c[_0x2e2af4(0x11d)]?_0x3cee48?console[_0x2e2af4(0x12e)]('Database\x20pattern:\x20'+_0x1b1a8c[_0x2e2af4(0x11d)]):console[_0x2e2af4(0x12e)](_0x2e2af4(0x13c)+_0x1b1a8c[_0x2e2af4(0x11d)]):console[_0x2e2af4(0x12e)](_0x2e2af4(0x139)),_0x1b1a8c['table']&&console[_0x2e2af4(0x12e)](_0x2e2af4(0x134)+_0x1b1a8c[_0x2e2af4(0x144)]));const _0x522cc5=_0x1b1a8c['database']&&!_0x3cee48?_0x1b1a8c['database']:undefined,_0x210902=_0x3cee48?_0x1b1a8c[_0x2e2af4(0x11d)]:undefined,_0x2b0635=_0x1b1a8c[_0x2e2af4(0x144)],_0x2bf256=resolveLimit(_0x25e2f6[_0x2e2af4(0x12f)],DEFAULT_LISTING_LIMIT),_0x55b07f=await withSpinner(_0x2e2af4(0x11e),()=>_0x120931['query']['listTables'](_0x522cc5,_0x2b0635,_0x210902,_0x2bf256),{'verbose':_0x25e2f6['verbose']}),_0xac4b96=_0x55b07f[_0x2e2af4(0x120)];if(_0xac4b96['length']===0x0&&_0x1b1a8c[_0x2e2af4(0x11d)]&&!_0x3cee48)return console['error']('✖\x20No\x20tables\x20found'),console['error'](_0x2e2af4(0x14c)+_0x1b1a8c[_0x2e2af4(0x11d)]+'\x27\x20may\x20not\x20exist\x20or\x20contains\x20no\x20tables'),0x1;return console['error'](_0x2e2af4(0x124)+_0xac4b96[_0x2e2af4(0x146)]+_0x2e2af4(0x129)+(_0xac4b96['length']!==0x1?'s':'')),await handleSDKOutput(_0xac4b96,{..._0x25e2f6,'limit':_0x2bf256}),0x0;}catch(_0x3ddd37){if(_0x3ddd37 instanceof SDKError)return console[_0x2e2af4(0x12e)]('Error:\x20'+_0x3ddd37[_0x2e2af4(0x141)]),_0x3ddd37[_0x2e2af4(0x140)]&&console[_0x2e2af4(0x12e)](_0x2e2af4(0x122)+_0x3ddd37['cause']),0x1;throw _0x3ddd37;}}[a35_0x4d82cf(0x121)](_0x38e8ab){return undefined;}}
@@ -1 +1 @@
1
- const a34_0x5b7cb0=a34_0x5e51;function a34_0x5e51(_0xb60a67,_0x39d419){const _0x247f0e=a34_0x247f();return a34_0x5e51=function(_0x5e51d4,_0x56e27d){_0x5e51d4=_0x5e51d4-0x1b1;let _0x3dd76b=_0x247f0e[_0x5e51d4];return _0x3dd76b;},a34_0x5e51(_0xb60a67,_0x39d419);}(function(_0x17a03b,_0x3578bc){const _0x566e1f=a34_0x5e51,_0x3cb0ab=_0x17a03b();while(!![]){try{const _0x474bbe=parseInt(_0x566e1f(0x1b1))/0x1+parseInt(_0x566e1f(0x1c3))/0x2*(-parseInt(_0x566e1f(0x1cc))/0x3)+-parseInt(_0x566e1f(0x1b7))/0x4+-parseInt(_0x566e1f(0x1b2))/0x5*(-parseInt(_0x566e1f(0x1cd))/0x6)+parseInt(_0x566e1f(0x1b9))/0x7+-parseInt(_0x566e1f(0x1d4))/0x8+-parseInt(_0x566e1f(0x1c0))/0x9;if(_0x474bbe===_0x3578bc)break;else _0x3cb0ab['push'](_0x3cb0ab['shift']());}catch(_0x117956){_0x3cb0ab['push'](_0x3cb0ab['shift']());}}}(a34_0x247f,0x42697));function a34_0x247f(){const _0x40f752=['.\x20Must\x20be\x20one\x20of:\x20','profile','parent_segment','includes','\x20(session:\x20','112644hCNQfk','log','use','43324rGCeKw','Invalid\x20resource:\x20','Resources:\x20database,\x20parent_segment,\x20llm_project,\x20profile\x0a','\x27\x20does\x20not\x20exist','Session\x20parent_segment\x20set\x20to:\x20','error','toString','message','session','48AafVjw','107598wTSxLa','llm_project','join','database','\x0aTip:\x20Use\x20\x27tdx\x20context\x20--clear\x27\x20to\x20clear\x20session\x20overrides','engage_workspace','execute','230872Vxkrdf','248507SBHtZc','145MIcENL','\x0aUse\x20\x27tdx\x20profiles\x27\x20to\x20see\x20available\x20profiles','description','Session\x20database\x20set\x20to:\x20','Error:\x20Profile\x20\x27','1164788dtKFfH','name','1278361dZndPX','Set\x20session-level\x20context'];a34_0x247f=function(){return _0x40f752;};return a34_0x247f();}import{BaseCommand}from'./command.js';import{saveSessionContext,getCurrentSessionPID}from'../core/session.js';import{profileExists}from'../core/profile.js';export class UseCommand extends BaseCommand{[a34_0x5b7cb0(0x1b8)]=a34_0x5b7cb0(0x1c2);[a34_0x5b7cb0(0x1b4)]=a34_0x5b7cb0(0x1ba);['validate'](_0x743afa){const _0x191c13=a34_0x5b7cb0,{args:_0x2652d}=_0x743afa;if(_0x2652d['length']<0x2)return'Usage:\x20tdx\x20use\x20<resource>\x20<value>\x0a'+_0x191c13(0x1c5)+'Or\x20use:\x20tdx\x20context\x20--clear\x20to\x20clear\x20session\x20context\x0a'+'\x0aRun\x20\x27tdx\x20use\x20--help\x27\x20for\x20more\x20options';const _0x481457=_0x2652d[0x0],_0x4a88e3=[_0x191c13(0x1d0),_0x191c13(0x1bd),_0x191c13(0x1ce),_0x191c13(0x1bc),'engage_workspace'];if(!_0x4a88e3[_0x191c13(0x1be)](_0x481457))return _0x191c13(0x1c4)+_0x481457+_0x191c13(0x1bb)+_0x4a88e3[_0x191c13(0x1cf)](',\x20');return undefined;}async[a34_0x5b7cb0(0x1d3)](_0xe6cefa){const _0x527d19=a34_0x5b7cb0,{args:_0x3e3b4d,options:_0xd2c28f}=_0xe6cefa;try{const _0x21df80=_0x3e3b4d[0x0],_0x15c4d9=_0x3e3b4d[0x1];if(_0x21df80===_0x527d19(0x1bc)){if(!profileExists(_0x15c4d9))return console[_0x527d19(0x1c8)](_0x527d19(0x1b6)+_0x15c4d9+_0x527d19(0x1c6)),console[_0x527d19(0x1c8)](_0x527d19(0x1b3)),0x1;const _0x31f10d=_0xd2c28f[_0x527d19(0x1cb)]||getCurrentSessionPID()[_0x527d19(0x1c9)]();return saveSessionContext({'profile':_0x15c4d9},_0xd2c28f[_0x527d19(0x1cb)]),console[_0x527d19(0x1c1)]('Session\x20profile\x20set\x20to:\x20'+_0x15c4d9+'\x20(session:\x20'+_0x31f10d+')'),console[_0x527d19(0x1c1)](_0x527d19(0x1d1)),0x0;}const _0x532068={},_0x9ab737=_0xd2c28f[_0x527d19(0x1cb)]||getCurrentSessionPID()[_0x527d19(0x1c9)]();switch(_0x21df80){case _0x527d19(0x1d0):_0x532068[_0x527d19(0x1d0)]=_0x15c4d9,console['log'](_0x527d19(0x1b5)+_0x15c4d9+_0x527d19(0x1bf)+_0x9ab737+')');break;case _0x527d19(0x1bd):_0x532068[_0x527d19(0x1bd)]=_0x15c4d9,console[_0x527d19(0x1c1)](_0x527d19(0x1c7)+_0x15c4d9+'\x20(session:\x20'+_0x9ab737+')');break;case _0x527d19(0x1ce):_0x532068[_0x527d19(0x1ce)]=_0x15c4d9,console[_0x527d19(0x1c1)]('Session\x20llm_project\x20set\x20to:\x20'+_0x15c4d9+_0x527d19(0x1bf)+_0x9ab737+')');break;case _0x527d19(0x1d2):_0x532068[_0x527d19(0x1d2)]=_0x15c4d9,console['log']('Session\x20engage_workspace\x20set\x20to:\x20'+_0x15c4d9+_0x527d19(0x1bf)+_0x9ab737+')');break;}return saveSessionContext(_0x532068,_0xd2c28f[_0x527d19(0x1cb)]),console[_0x527d19(0x1c1)](_0x527d19(0x1d1)),0x0;}catch(_0x1b209a){return _0x1b209a instanceof Error&&console[_0x527d19(0x1c8)]('Error:\x20'+_0x1b209a[_0x527d19(0x1ca)]),0x1;}}}
1
+ const a36_0x402f71=a36_0xf1ca;function a36_0x541b(){const _0x28f70a=['418831LKWyTJ','llm_project','\x20(session:\x20','Resources:\x20database,\x20parent_segment,\x20llm_project,\x20profile\x0a','log','\x0aRun\x20\x27tdx\x20use\x20--help\x27\x20for\x20more\x20options','profile','81530hNkBbY','1230717BaRhev','Error:\x20Profile\x20\x27','engage_workspace','validate','use','Session\x20engage_workspace\x20set\x20to:\x20','length','Or\x20use:\x20tdx\x20context\x20--clear\x20to\x20clear\x20session\x20context\x0a','parent_segment','2JYZoCZ','includes','250726EXnlgN','Usage:\x20tdx\x20use\x20<resource>\x20<value>\x0a','150IDLfHk','.\x20Must\x20be\x20one\x20of:\x20','description','\x0aTip:\x20Use\x20\x27tdx\x20context\x20--clear\x27\x20to\x20clear\x20session\x20overrides','\x0aUse\x20\x27tdx\x20profiles\x27\x20to\x20see\x20available\x20profiles','Session\x20database\x20set\x20to:\x20','database','message','1528312MEmoTf','toString','session','3213272Xcjpce','join','10796535ZGZOXq','error','\x27\x20does\x20not\x20exist'];a36_0x541b=function(){return _0x28f70a;};return a36_0x541b();}(function(_0x2ad48e,_0x520f3a){const _0x48e7f3=a36_0xf1ca,_0x280aae=_0x2ad48e();while(!![]){try{const _0x1a8470=-parseInt(_0x48e7f3(0x14e))/0x1+parseInt(_0x48e7f3(0x14c))/0x2*(-parseInt(_0x48e7f3(0x168))/0x3)+-parseInt(_0x48e7f3(0x158))/0x4+-parseInt(_0x48e7f3(0x167))/0x5*(-parseInt(_0x48e7f3(0x150))/0x6)+parseInt(_0x48e7f3(0x160))/0x7+-parseInt(_0x48e7f3(0x15b))/0x8+parseInt(_0x48e7f3(0x15d))/0x9;if(_0x1a8470===_0x520f3a)break;else _0x280aae['push'](_0x280aae['shift']());}catch(_0x296fef){_0x280aae['push'](_0x280aae['shift']());}}}(a36_0x541b,0x364bc));import{BaseCommand}from'./command.js';function a36_0xf1ca(_0x4d1daa,_0x34716a){const _0x541bb1=a36_0x541b();return a36_0xf1ca=function(_0xf1cadd,_0x3b26da){_0xf1cadd=_0xf1cadd-0x14b;let _0x57c266=_0x541bb1[_0xf1cadd];return _0x57c266;},a36_0xf1ca(_0x4d1daa,_0x34716a);}import{saveSessionContext,getCurrentSessionPID}from'../core/session.js';import{profileExists}from'../core/profile.js';export class UseCommand extends BaseCommand{['name']=a36_0x402f71(0x16c);[a36_0x402f71(0x152)]='Set\x20session-level\x20context';[a36_0x402f71(0x16b)](_0x14f17d){const _0x13ec9f=a36_0x402f71,{args:_0x3b626b}=_0x14f17d;if(_0x3b626b[_0x13ec9f(0x16e)]<0x2)return _0x13ec9f(0x14f)+_0x13ec9f(0x163)+_0x13ec9f(0x16f)+_0x13ec9f(0x165);const _0x12f2e2=_0x3b626b[0x0],_0x3954a5=[_0x13ec9f(0x156),_0x13ec9f(0x14b),_0x13ec9f(0x161),_0x13ec9f(0x166),'engage_workspace'];if(!_0x3954a5[_0x13ec9f(0x14d)](_0x12f2e2))return'Invalid\x20resource:\x20'+_0x12f2e2+_0x13ec9f(0x151)+_0x3954a5[_0x13ec9f(0x15c)](',\x20');return undefined;}async['execute'](_0xde3491){const _0x2c005d=a36_0x402f71,{args:_0x5da192,options:_0x2888ea}=_0xde3491;try{const _0x55c258=_0x5da192[0x0],_0x4f30b9=_0x5da192[0x1];if(_0x55c258===_0x2c005d(0x166)){if(!profileExists(_0x4f30b9))return console[_0x2c005d(0x15e)](_0x2c005d(0x169)+_0x4f30b9+_0x2c005d(0x15f)),console[_0x2c005d(0x15e)](_0x2c005d(0x154)),0x1;const _0x3e3981=_0x2888ea[_0x2c005d(0x15a)]||getCurrentSessionPID()[_0x2c005d(0x159)]();return saveSessionContext({'profile':_0x4f30b9},_0x2888ea[_0x2c005d(0x15a)]),console[_0x2c005d(0x164)]('Session\x20profile\x20set\x20to:\x20'+_0x4f30b9+_0x2c005d(0x162)+_0x3e3981+')'),console[_0x2c005d(0x164)]('\x0aTip:\x20Use\x20\x27tdx\x20context\x20--clear\x27\x20to\x20clear\x20session\x20overrides'),0x0;}const _0x429f7c={},_0x56ec96=_0x2888ea[_0x2c005d(0x15a)]||getCurrentSessionPID()[_0x2c005d(0x159)]();switch(_0x55c258){case _0x2c005d(0x156):_0x429f7c[_0x2c005d(0x156)]=_0x4f30b9,console['log'](_0x2c005d(0x155)+_0x4f30b9+_0x2c005d(0x162)+_0x56ec96+')');break;case'parent_segment':_0x429f7c[_0x2c005d(0x14b)]=_0x4f30b9,console[_0x2c005d(0x164)]('Session\x20parent_segment\x20set\x20to:\x20'+_0x4f30b9+_0x2c005d(0x162)+_0x56ec96+')');break;case _0x2c005d(0x161):_0x429f7c['llm_project']=_0x4f30b9,console[_0x2c005d(0x164)]('Session\x20llm_project\x20set\x20to:\x20'+_0x4f30b9+'\x20(session:\x20'+_0x56ec96+')');break;case _0x2c005d(0x16a):_0x429f7c[_0x2c005d(0x16a)]=_0x4f30b9,console['log'](_0x2c005d(0x16d)+_0x4f30b9+'\x20(session:\x20'+_0x56ec96+')');break;}return saveSessionContext(_0x429f7c,_0x2888ea[_0x2c005d(0x15a)]),console['log'](_0x2c005d(0x153)),0x0;}catch(_0x1703c8){return _0x1703c8 instanceof Error&&console['error']('Error:\x20'+_0x1703c8[_0x2c005d(0x157)]),0x1;}}}