@treasuredata/tdx 0.26.0 → 0.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/build-info.json +3 -3
  3. package/dist/cli-categories.js +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/commands/activations.js +1 -1
  6. package/dist/commands/agent-command.js +1 -1
  7. package/dist/commands/agent-test-command.js +1 -1
  8. package/dist/commands/api-command.js +1 -1
  9. package/dist/commands/auth-command.js +1 -1
  10. package/dist/commands/chat-command.js +1 -1
  11. package/dist/commands/claude-command.js +1 -1
  12. package/dist/commands/claude-statusline-command.js +1 -1
  13. package/dist/commands/claude-usage-command.js +1 -1
  14. package/dist/commands/command.js +1 -1
  15. package/dist/commands/connection-command.js +1 -1
  16. package/dist/commands/databases.js +1 -1
  17. package/dist/commands/describe.js +1 -1
  18. package/dist/commands/engage-command.js +1 -1
  19. package/dist/commands/job-command.js +1 -1
  20. package/dist/commands/journey-command.js +1 -1
  21. package/dist/commands/journey-validate-command.js +1 -1
  22. package/dist/commands/llm-command.js +1 -1
  23. package/dist/commands/mcp-command.js +1 -1
  24. package/dist/commands/parent-segment-command.js +1 -1
  25. package/dist/commands/profile-command.js +1 -1
  26. package/dist/commands/profiles-command.js +1 -1
  27. package/dist/commands/query-command.js +1 -1
  28. package/dist/commands/schedule-command.js +1 -1
  29. package/dist/commands/segment-command.js +1 -1
  30. package/dist/commands/segment-create-command.js +1 -1
  31. package/dist/commands/segment-fields-command.js +1 -1
  32. package/dist/commands/segment-pull-command.js +1 -1
  33. package/dist/commands/segment-push-command.js +1 -1
  34. package/dist/commands/segment-update-command.js +1 -1
  35. package/dist/commands/segment-use-command.js +1 -1
  36. package/dist/commands/segment-validate-command.js +1 -1
  37. package/dist/commands/segments.js +1 -1
  38. package/dist/commands/show.js +1 -1
  39. package/dist/commands/status-command.js +1 -1
  40. package/dist/commands/tables.js +1 -1
  41. package/dist/commands/unset-command.js +1 -1
  42. package/dist/commands/use-command.js +1 -1
  43. package/dist/commands/user-command.js +1 -1
  44. package/dist/commands/workflow-command.js +1 -1
  45. package/dist/core/auth.js +1 -1
  46. package/dist/core/command-output.js +1 -1
  47. package/dist/core/config.js +1 -1
  48. package/dist/core/connection-cache.js +1 -1
  49. package/dist/core/constants.js +1 -1
  50. package/dist/core/credential-cache.js +1 -1
  51. package/dist/core/global-context.js +1 -1
  52. package/dist/core/keychain.js +1 -1
  53. package/dist/core/profile.js +1 -1
  54. package/dist/core/project-config.js +1 -1
  55. package/dist/core/session.js +1 -1
  56. package/dist/core/user-cache.js +1 -1
  57. package/dist/core/version.js +1 -1
  58. package/dist/index.js +1 -1
  59. package/dist/mcp/server.js +1 -1
  60. package/dist/mcp/tools/index.js +1 -1
  61. package/dist/mcp/tools/tdx-run.js +1 -1
  62. package/dist/mcp/tools/tdx-search.js +1 -1
  63. package/dist/mcp/utils.js +1 -1
  64. package/dist/proxy/claude-usage-tracker.js +1 -1
  65. package/dist/proxy/passthrough-server.js +1 -1
  66. package/dist/proxy/sse-usage-parser.js +1 -1
  67. package/dist/sdk/agent/agent-config.js +1 -1
  68. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  69. package/dist/sdk/agent/agent-yaml.js +1 -1
  70. package/dist/sdk/agent/test/evaluator.js +1 -1
  71. package/dist/sdk/agent/test/executor.js +1 -1
  72. package/dist/sdk/agent/test/index.js +1 -1
  73. package/dist/sdk/agent/test/output.js +1 -1
  74. package/dist/sdk/agent/test/parser.js +1 -1
  75. package/dist/sdk/api.js +1 -1
  76. package/dist/sdk/client/cdp-api-client.js +1 -1
  77. package/dist/sdk/client/endpoints.js +1 -1
  78. package/dist/sdk/client/engage-api-client.js +1 -1
  79. package/dist/sdk/client/http-client.js +1 -1
  80. package/dist/sdk/client/llm-api-client.js +1 -1
  81. package/dist/sdk/client/rate-limiter.js +1 -1
  82. package/dist/sdk/client/td-api-client.js +1 -1
  83. package/dist/sdk/client/trino-api-client.js +1 -1
  84. package/dist/sdk/client/workflow-client.js +1 -1
  85. package/dist/sdk/connection-validator.js +1 -1
  86. package/dist/sdk/connection.js +1 -1
  87. package/dist/sdk/engage.js +1 -1
  88. package/dist/sdk/errors.js +1 -1
  89. package/dist/sdk/index.js +1 -1
  90. package/dist/sdk/io/index.js +1 -1
  91. package/dist/sdk/io/node-filesystem.js +1 -1
  92. package/dist/sdk/job.js +1 -1
  93. package/dist/sdk/journey.js +1 -1
  94. package/dist/sdk/llm/chat-cache.js +1 -1
  95. package/dist/sdk/llm/index.js +1 -1
  96. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  97. package/dist/sdk/llm/model-factors.js +1 -1
  98. package/dist/sdk/personalization.js +1 -1
  99. package/dist/sdk/query/index.js +1 -1
  100. package/dist/sdk/query/sql-parser.js +1 -1
  101. package/dist/sdk/realtime.js +1 -1
  102. package/dist/sdk/schedule.js +1 -1
  103. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  104. package/dist/sdk/segment/fields-display.js +1 -1
  105. package/dist/sdk/segment/file-discovery.js +1 -1
  106. package/dist/sdk/segment/journey-utils.js +1 -1
  107. package/dist/sdk/segment/journey-validator.js +1 -1
  108. package/dist/sdk/segment/journey-yaml.js +1 -1
  109. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  110. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  111. package/dist/sdk/segment/pull-workflow.js +1 -1
  112. package/dist/sdk/segment/push-recovery.js +1 -1
  113. package/dist/sdk/segment/push-workflow.js +1 -1
  114. package/dist/sdk/segment/resolution-context.js +1 -1
  115. package/dist/sdk/segment/segment-path-parser.js +1 -1
  116. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  117. package/dist/sdk/segment/target-resolution.js +1 -1
  118. package/dist/sdk/segment/tdx-config.js +1 -1
  119. package/dist/sdk/segment/validate-files.js +1 -1
  120. package/dist/sdk/segment/yaml-validator.js +1 -1
  121. package/dist/sdk/segment.js +1 -1
  122. package/dist/sdk/types/index.js +1 -1
  123. package/dist/sdk/types/progress.js +1 -1
  124. package/dist/sdk/user.js +1 -1
  125. package/dist/sdk/util/format-detector.js +1 -1
  126. package/dist/sdk/util/formatters.js +1 -1
  127. package/dist/sdk/util/index.js +1 -1
  128. package/dist/sdk/util/tree-formatter.js +1 -1
  129. package/dist/sdk/workflow/archive-validation.js +1 -1
  130. package/dist/sdk/workflow/clone-workflow.js +1 -1
  131. package/dist/sdk/workflow/index.js +1 -1
  132. package/dist/sdk/workflow/pull-workflow.js +1 -1
  133. package/dist/sdk/workflow/push-workflow.js +1 -1
  134. package/dist/sdk/workflow/tdx-config.js +1 -1
  135. package/dist/sdk/workflow/workflow-utils.js +1 -1
  136. package/dist/test-utils/command-runner.js +1 -1
  137. package/dist/test-utils/factories.js +1 -1
  138. package/dist/test-utils/fixtures.js +1 -1
  139. package/dist/test-utils/http-mock.js +1 -1
  140. package/dist/test-utils/index.js +1 -1
  141. package/dist/utils/async.js +1 -1
  142. package/dist/utils/colors.js +1 -1
  143. package/dist/utils/diff.js +1 -1
  144. package/dist/utils/file-permissions.js +1 -1
  145. package/dist/utils/global-cache.js +1 -1
  146. package/dist/utils/json-loader.js +1 -1
  147. package/dist/utils/local-cache.d.ts +2 -1
  148. package/dist/utils/local-cache.d.ts.map +1 -1
  149. package/dist/utils/local-cache.js +1 -1
  150. package/dist/utils/local-cache.js.map +1 -1
  151. package/dist/utils/logger/formatters/default-formatter.js +1 -1
  152. package/dist/utils/logger/formatters/index.js +1 -1
  153. package/dist/utils/logger/handlers/console-handler.js +1 -1
  154. package/dist/utils/logger/handlers/file-handler.js +1 -1
  155. package/dist/utils/logger/handlers/index.js +1 -1
  156. package/dist/utils/logger/handlers/null-handler.js +1 -1
  157. package/dist/utils/logger/index.js +1 -1
  158. package/dist/utils/logger/logger.js +1 -1
  159. package/dist/utils/logger/types.js +1 -1
  160. package/dist/utils/option-validation.js +1 -1
  161. package/dist/utils/port.js +1 -1
  162. package/dist/utils/process.js +1 -1
  163. package/dist/utils/prompt.js +1 -1
  164. package/dist/utils/spinner.js +1 -1
  165. package/dist/utils/sse-parser.js +1 -1
  166. package/dist/utils/string-utils.js +1 -1
  167. package/dist/utils/table-ref-parser.js +1 -1
  168. package/dist/utils/tdx-logger.js +1 -1
  169. package/dist/utils/version-check.js +1 -1
  170. package/package.json +1 -1
@@ -1 +1 @@
1
- const a32_0x1ecb04=a32_0x30f4;(function(_0x19d84e,_0xceb77){const _0xc07453=a32_0x30f4,_0x453685=_0x19d84e();while(!![]){try{const _0x3856d9=parseInt(_0xc07453(0x19f))/0x1+parseInt(_0xc07453(0x195))/0x2*(-parseInt(_0xc07453(0x184))/0x3)+parseInt(_0xc07453(0x172))/0x4*(-parseInt(_0xc07453(0x178))/0x5)+-parseInt(_0xc07453(0x181))/0x6+parseInt(_0xc07453(0x17f))/0x7+parseInt(_0xc07453(0x187))/0x8*(-parseInt(_0xc07453(0x186))/0x9)+parseInt(_0xc07453(0x18f))/0xa*(parseInt(_0xc07453(0x197))/0xb);if(_0x3856d9===_0xceb77)break;else _0x453685['push'](_0x453685['shift']());}catch(_0x2838c9){_0x453685['push'](_0x453685['shift']());}}}(a32_0x811b,0xf0a51));function a32_0x30f4(_0x20199e,_0xfc0ca2){_0x20199e=_0x20199e-0x16f;const _0x811b52=a32_0x811b();let _0x30f485=_0x811b52[_0x20199e];return _0x30f485;}import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{loadJSONFromOptions}from'../utils/json-loader.js';function a32_0x811b(){const _0x3cb890=['Resolved\x20folder\x20ID:\x20','78FtcINr','kind','1593684asVOvc','24eDGnFJ','name','error','execute','Examples:','rule','segmentId','Segment\x20ID\x20missing\x20from\x20resolved\x20path','10291480LXLLNz','segment','data','Parent\x20ID:\x20','\x20\x20\x20Path:\x20','Error:\x20Cannot\x20update\x20','96366hjGEGd','segmentName','33JgNvXE','Use:\x20tdx\x20segment\x20update\x20<path_to_segment>\x20[options]','Updating\x20segment\x20\x27','\x20\x20tdx\x20segment\x20update\x20\x22High\x20Value\x22\x20--rule\x20\x27...\x27\x20\x20#\x20Relative\x20to\x20context','\x27...','.\x20Only\x20child\x20segments\x20can\x20be\x20updated.','Error:\x20Segment\x20path\x20or\x20name\x20is\x20required','folder','527853WMGKOU','\x20\x20Use\x20`tdx\x20sg\x20push`\x20with\x20YAML\x20files\x20instead.\x0a','ruleFile','Resolved\x20relative\x20path\x20to:\x20','4vfhYvu','type','Segment\x20ID:\x20','yellow','updateSegmentById','Resolving\x20path\x20\x27','4189685ykCExt','Resolving\x20folder\x20\x27','includes','⚠\x20Deprecation\x20warning:\x20`segment\x20update`\x20is\x20deprecated.','verbose','\x20\x20tdx\x20segment\x20update\x20\x22My\x20Audience/High\x20Value\x22\x20--description\x20\x22...\x22','segment:update','2281160YxIuoC','resolveFolderId','2001438sYmBAt','✔\x20Updated\x20segment\x20\x27'];a32_0x811b=function(){return _0x3cb890;};return a32_0x811b();}import{SDKError,ErrorCode}from'../sdk/index.js';import a32_0x26d003 from'chalk';export class SegmentUpdateCommand extends BaseCommand{[a32_0x1ecb04(0x188)]=a32_0x1ecb04(0x17e);['description']='Update\x20existing\x20child\x20segment';async[a32_0x1ecb04(0x18a)](_0xdaf878){const _0x1046ec=a32_0x1ecb04;console['error'](a32_0x26d003[_0x1046ec(0x175)](_0x1046ec(0x17b))),console[_0x1046ec(0x189)](a32_0x26d003[_0x1046ec(0x175)](_0x1046ec(0x16f)));const {options:_0x5ab0d3,args:_0x5c210c,tdx:_0x4ad4ab}=_0xdaf878,_0x5bdcf9=_0x5ab0d3;if(_0x5c210c['length']===0x0)return console[_0x1046ec(0x189)](_0x1046ec(0x19d)),console[_0x1046ec(0x189)]('Usage:\x20tdx\x20segment\x20update\x20<path>\x20[options]'),console[_0x1046ec(0x189)](_0x1046ec(0x18b)),console[_0x1046ec(0x189)](_0x1046ec(0x17d)),console[_0x1046ec(0x189)](_0x1046ec(0x19a)),0x1;const _0x126b0c=_0x5c210c[0x0],_0x45cc1e=_0x5ab0d3['segmentPath'];let _0x1f793e=_0x126b0c;_0x45cc1e&&!_0x126b0c[_0x1046ec(0x17a)]('/')&&(_0x1f793e=_0x45cc1e+'/'+_0x126b0c,_0x5bdcf9['verbose']&&console[_0x1046ec(0x189)](_0x1046ec(0x171)+_0x1f793e));const _0x58dd08=await withSpinner(_0x1046ec(0x177)+_0x1f793e+'\x27...',()=>_0x4ad4ab[_0x1046ec(0x190)]['resolvePathToResource'](_0x1f793e),{'verbose':_0x5bdcf9[_0x1046ec(0x17c)]}),_0x4f43f6=_0x58dd08['data'];_0x5bdcf9[_0x1046ec(0x17c)]&&console[_0x1046ec(0x189)]('Resolved\x20type:\x20'+_0x4f43f6[_0x1046ec(0x173)]);if(_0x4f43f6['type']!==_0x1046ec(0x190))return console['error'](_0x1046ec(0x194)+_0x4f43f6['type']+_0x1046ec(0x19c)),console[_0x1046ec(0x189)](_0x1046ec(0x198)),0x1;if(!_0x4f43f6['segmentId'])throw new SDKError(ErrorCode['INTERNAL'],_0x1046ec(0x18e));const _0x393c88=_0x4f43f6['parentId'],_0x27c7d0=_0x4f43f6[_0x1046ec(0x18d)];_0x5bdcf9['verbose']&&(console[_0x1046ec(0x189)](_0x1046ec(0x192)+_0x393c88),console[_0x1046ec(0x189)](_0x1046ec(0x174)+_0x27c7d0));let _0xf2b049;if(_0x5bdcf9[_0x1046ec(0x19e)]){const _0x787208=_0x5bdcf9[_0x1046ec(0x19e)],_0x154c20=await withSpinner(_0x1046ec(0x179)+_0x787208+_0x1046ec(0x19b),()=>_0x4ad4ab['segment'][_0x1046ec(0x180)](_0x393c88,_0x787208),{'verbose':_0x5bdcf9[_0x1046ec(0x17c)]});_0xf2b049=parseInt(_0x154c20[_0x1046ec(0x191)],0xa),_0x5bdcf9[_0x1046ec(0x17c)]&&console[_0x1046ec(0x189)](_0x1046ec(0x183)+_0xf2b049);}const _0x361110=await loadJSONFromOptions(_0x5bdcf9[_0x1046ec(0x18c)],_0x5bdcf9[_0x1046ec(0x170)]),_0x58f81e={'name':_0x5bdcf9[_0x1046ec(0x188)],'description':_0x5bdcf9['description'],'rule':_0x361110,'kind':_0x5bdcf9[_0x1046ec(0x185)]!==undefined?parseInt(_0x5bdcf9[_0x1046ec(0x185)],0xa):undefined,'segmentFolderId':_0xf2b049},_0x596987=await withSpinner(_0x1046ec(0x199)+_0x4f43f6[_0x1046ec(0x196)]+'\x27...',()=>_0x4ad4ab['segment'][_0x1046ec(0x176)](_0x393c88,_0x27c7d0,_0x58f81e),{'verbose':_0x5bdcf9[_0x1046ec(0x17c)]}),_0xf198bf=_0x596987[_0x1046ec(0x191)];return console[_0x1046ec(0x189)](_0x1046ec(0x182)+_0xf198bf[_0x1046ec(0x188)]+'\x27'),_0x1f793e!==_0x126b0c&&console[_0x1046ec(0x189)](_0x1046ec(0x193)+_0x1f793e),await handleSDKOutput([_0xf198bf],_0x5bdcf9),0x0;}}
1
+ const a32_0x41c9bd=a32_0x6f2c;(function(_0x1709f8,_0x45e183){const _0x3ade9a=a32_0x6f2c,_0xee9bb1=_0x1709f8();while(!![]){try{const _0x4c0a7c=-parseInt(_0x3ade9a(0x8d))/0x1*(-parseInt(_0x3ade9a(0xb1))/0x2)+-parseInt(_0x3ade9a(0xa0))/0x3+parseInt(_0x3ade9a(0x9d))/0x4+-parseInt(_0x3ade9a(0xa8))/0x5*(parseInt(_0x3ade9a(0xbb))/0x6)+parseInt(_0x3ade9a(0xb8))/0x7+-parseInt(_0x3ade9a(0x9a))/0x8*(-parseInt(_0x3ade9a(0xa7))/0x9)+-parseInt(_0x3ade9a(0xa4))/0xa;if(_0x4c0a7c===_0x45e183)break;else _0xee9bb1['push'](_0xee9bb1['shift']());}catch(_0x30ed13){_0xee9bb1['push'](_0xee9bb1['shift']());}}}(a32_0x2dc6,0x54385));function a32_0x6f2c(_0x1da05e,_0xb34368){_0x1da05e=_0x1da05e-0x8c;const _0x2dc61f=a32_0x2dc6();let _0x6f2cfd=_0x2dc61f[_0x1da05e];return _0x6f2cfd;}import{BaseCommand}from'./command.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{loadJSONFromOptions}from'../utils/json-loader.js';import{SDKError,ErrorCode}from'../sdk/index.js';import a32_0x57a2e2 from'chalk';export class SegmentUpdateCommand extends BaseCommand{[a32_0x41c9bd(0xa2)]='segment:update';[a32_0x41c9bd(0xa3)]=a32_0x41c9bd(0x99);async[a32_0x41c9bd(0xb9)](_0x4fbda2){const _0xde4827=a32_0x41c9bd;console[_0xde4827(0x8f)](a32_0x57a2e2['yellow'](_0xde4827(0xba))),console[_0xde4827(0x8f)](a32_0x57a2e2[_0xde4827(0x96)](_0xde4827(0xae)));const {options:_0x272fbe,args:_0xbcf544,tdx:_0x4544a5}=_0x4fbda2,_0x5ed37f=_0x272fbe;if(_0xbcf544[_0xde4827(0x97)]===0x0)return console['error']('Error:\x20Segment\x20path\x20or\x20name\x20is\x20required'),console['error'](_0xde4827(0xb0)),console['error'](_0xde4827(0x8c)),console[_0xde4827(0x8f)](_0xde4827(0x93)),console['error'](_0xde4827(0xb2)),0x1;const _0x2ac6a5=_0xbcf544[0x0],_0x313212=_0x272fbe['segmentPath'];let _0x4fde6d=_0x2ac6a5;_0x313212&&!_0x2ac6a5[_0xde4827(0x91)]('/')&&(_0x4fde6d=_0x313212+'/'+_0x2ac6a5,_0x5ed37f[_0xde4827(0x90)]&&console[_0xde4827(0x8f)](_0xde4827(0xb6)+_0x4fde6d));const _0x63324b=await withSpinner(_0xde4827(0x9e)+_0x4fde6d+_0xde4827(0x94),()=>_0x4544a5[_0xde4827(0xb7)][_0xde4827(0x92)](_0x4fde6d),{'verbose':_0x5ed37f['verbose']}),_0x4b2cd9=_0x63324b['data'];_0x5ed37f[_0xde4827(0x90)]&&console[_0xde4827(0x8f)]('Resolved\x20type:\x20'+_0x4b2cd9[_0xde4827(0xb3)]);if(_0x4b2cd9[_0xde4827(0xb3)]!==_0xde4827(0xb7))return console[_0xde4827(0x8f)](_0xde4827(0xbc)+_0x4b2cd9[_0xde4827(0xb3)]+_0xde4827(0xb5)),console[_0xde4827(0x8f)](_0xde4827(0x98)),0x1;if(!_0x4b2cd9[_0xde4827(0x8e)])throw new SDKError(ErrorCode[_0xde4827(0x9c)],'Segment\x20ID\x20missing\x20from\x20resolved\x20path');const _0x249427=_0x4b2cd9[_0xde4827(0xad)],_0x39ca0b=_0x4b2cd9['segmentId'];_0x5ed37f['verbose']&&(console[_0xde4827(0x8f)](_0xde4827(0xab)+_0x249427),console[_0xde4827(0x8f)](_0xde4827(0xaa)+_0x39ca0b));let _0x246356;if(_0x5ed37f[_0xde4827(0xa6)]){const _0x3e40ed=_0x5ed37f[_0xde4827(0xa6)],_0x107449=await withSpinner(_0xde4827(0xac)+_0x3e40ed+_0xde4827(0x94),()=>_0x4544a5[_0xde4827(0xb7)]['resolveFolderId'](_0x249427,_0x3e40ed),{'verbose':_0x5ed37f[_0xde4827(0x90)]});_0x246356=parseInt(_0x107449[_0xde4827(0xaf)],0xa),_0x5ed37f[_0xde4827(0x90)]&&console[_0xde4827(0x8f)](_0xde4827(0x9f)+_0x246356);}const _0x4e6339=await loadJSONFromOptions(_0x5ed37f[_0xde4827(0x9b)],_0x5ed37f[_0xde4827(0xa1)]),_0x896b41={'name':_0x5ed37f[_0xde4827(0xa2)],'description':_0x5ed37f['description'],'rule':_0x4e6339,'kind':_0x5ed37f[_0xde4827(0xa5)]!==undefined?parseInt(_0x5ed37f['kind'],0xa):undefined,'segmentFolderId':_0x246356},_0x2075e3=await withSpinner('Updating\x20segment\x20\x27'+_0x4b2cd9[_0xde4827(0x95)]+_0xde4827(0x94),()=>_0x4544a5[_0xde4827(0xb7)]['updateSegmentById'](_0x249427,_0x39ca0b,_0x896b41),{'verbose':_0x5ed37f[_0xde4827(0x90)]}),_0x290e9f=_0x2075e3[_0xde4827(0xaf)];return console['error'](_0xde4827(0xa9)+_0x290e9f['name']+'\x27'),_0x4fde6d!==_0x2ac6a5&&console[_0xde4827(0x8f)](_0xde4827(0xb4)+_0x4fde6d),await handleSDKOutput([_0x290e9f],_0x5ed37f),0x0;}}function a32_0x2dc6(){const _0x5b3968=['12Puugte','segmentId','error','verbose','includes','resolvePathToResource','\x20\x20tdx\x20segment\x20update\x20\x22My\x20Audience/High\x20Value\x22\x20--description\x20\x22...\x22','\x27...','segmentName','yellow','length','Use:\x20tdx\x20segment\x20update\x20<path_to_segment>\x20[options]','Update\x20existing\x20child\x20segment','8rFNUVl','rule','INTERNAL','1571820DbDRGv','Resolving\x20path\x20\x27','Resolved\x20folder\x20ID:\x20','938559tQmjbc','ruleFile','name','description','1073360liURyh','kind','folder','867087wWLdQS','595ZfqADv','✔\x20Updated\x20segment\x20\x27','Segment\x20ID:\x20','Parent\x20ID:\x20','Resolving\x20folder\x20\x27','parentId','\x20\x20Use\x20`tdx\x20sg\x20push`\x20with\x20YAML\x20files\x20instead.\x0a','data','Usage:\x20tdx\x20segment\x20update\x20<path>\x20[options]','5770LMtSWm','\x20\x20tdx\x20segment\x20update\x20\x22High\x20Value\x22\x20--rule\x20\x27...\x27\x20\x20#\x20Relative\x20to\x20context','type','\x20\x20\x20Path:\x20','.\x20Only\x20child\x20segments\x20can\x20be\x20updated.','Resolved\x20relative\x20path\x20to:\x20','segment','2459177jSLdxz','execute','⚠\x20Deprecation\x20warning:\x20`segment\x20update`\x20is\x20deprecated.','5550uROPVc','Error:\x20Cannot\x20update\x20','Examples:'];a32_0x2dc6=function(){return _0x5b3968;};return a32_0x2dc6();}
@@ -1 +1 @@
1
- const a33_0x489ef1=a33_0x2d37;(function(_0x31ac1d,_0xf4ac00){const _0xa7e6a7=a33_0x2d37,_0x587d46=_0x31ac1d();while(!![]){try{const _0x27cf10=parseInt(_0xa7e6a7(0x1a3))/0x1+-parseInt(_0xa7e6a7(0x1a8))/0x2*(-parseInt(_0xa7e6a7(0x1bd))/0x3)+parseInt(_0xa7e6a7(0x1b9))/0x4*(parseInt(_0xa7e6a7(0x1d5))/0x5)+parseInt(_0xa7e6a7(0x1c4))/0x6+parseInt(_0xa7e6a7(0x1c9))/0x7+parseInt(_0xa7e6a7(0x1a4))/0x8+parseInt(_0xa7e6a7(0x1c5))/0x9*(-parseInt(_0xa7e6a7(0x19b))/0xa);if(_0x27cf10===_0xf4ac00)break;else _0x587d46['push'](_0x587d46['shift']());}catch(_0x2afe29){_0x587d46['push'](_0x587d46['shift']());}}}(a33_0x495b,0x1d887));import{existsSync,statSync}from'fs';import a33_0x46e6e6 from'chalk';import{BaseCommand}from'./command.js';import{saveSessionContext}from'../core/session.js';import{withSpinner}from'../utils/spinner.js';import{parsePath,normalizePath}from'../sdk/segment/segment-path-parser.js';import{findTdxConfig}from'../sdk/segment/tdx-config.js';function a33_0x2d37(_0x557677,_0x356ace){_0x557677=_0x557677-0x199;const _0x495b9a=a33_0x495b();let _0x2d373e=_0x495b9a[_0x557677];return _0x2d373e;}export class SegmentUseCommand extends BaseCommand{[a33_0x489ef1(0x199)]=a33_0x489ef1(0x19e);[a33_0x489ef1(0x1b6)]=a33_0x489ef1(0x1cd);async[a33_0x489ef1(0x1a7)](_0x489281){const _0x4b297d=a33_0x489ef1,{options:_0x967a6d,args:_0x41852e,tdx:_0x16da8e}=_0x489281;if(_0x41852e[_0x4b297d(0x1bf)]===0x0)return console[_0x4b297d(0x1d6)](a33_0x46e6e6[_0x4b297d(0x1b2)]('Error:\x20Path\x20is\x20required\x0a')),console[_0x4b297d(0x1d6)]('Usage:\x20tdx\x20segment\x20use\x20<path>'),console[_0x4b297d(0x1d6)](_0x4b297d(0x1bc)),console['error'](_0x4b297d(0x1ac)),console[_0x4b297d(0x1d6)](_0x4b297d(0x1b3)),console[_0x4b297d(0x1d6)](_0x4b297d(0x1ad)),console['error'](_0x4b297d(0x1b1)),0x1;const _0x5c38dd=_0x41852e[0x0],_0x306a2a=_0x967a6d[_0x4b297d(0x1d4)];try{if(_0x5c38dd==='/')return saveSessionContext({'segment_path':undefined},_0x306a2a),console[_0x4b297d(0x1be)](a33_0x46e6e6['green'](_0x4b297d(0x1b8))),0x0;if(existsSync(_0x5c38dd)&&statSync(_0x5c38dd)[_0x4b297d(0x1a9)]()){let _0x2cbc5e;try{_0x2cbc5e=findTdxConfig(_0x5c38dd);}catch{return console[_0x4b297d(0x1d6)](a33_0x46e6e6[_0x4b297d(0x1b2)]('Error:\x20No\x20tdx.json\x20found\x20in\x20or\x20above:\x20'+_0x5c38dd)),console['error'](a33_0x46e6e6['cyan'](_0x4b297d(0x19d))),0x1;}const _0x37c699=_0x2cbc5e['config'][_0x4b297d(0x1c2)];return saveSessionContext({'segment_path':_0x37c699,'parent_segment':_0x37c699},_0x306a2a),console['log'](a33_0x46e6e6[_0x4b297d(0x1d1)]('✔\x20Context\x20set\x20to:\x20'+a33_0x46e6e6[_0x4b297d(0x1a1)](_0x37c699))),0x0;}const _0x35c104=_0x967a6d[_0x4b297d(0x1cf)];let _0x34c7f1=_0x5c38dd;const _0x4f7a37=parsePath(_0x5c38dd);if(!_0x4f7a37[_0x4b297d(0x19a)]){if(!_0x35c104)return console[_0x4b297d(0x1d6)](a33_0x46e6e6[_0x4b297d(0x1b2)](_0x4b297d(0x1cb))),console[_0x4b297d(0x1d6)](a33_0x46e6e6[_0x4b297d(0x1a1)](_0x4b297d(0x1b5))),0x1;if(_0x5c38dd==='..'){const _0x26c37c=_0x35c104[_0x4b297d(0x1c0)]('/')[_0x4b297d(0x1a2)](0x0,-0x1)[_0x4b297d(0x19f)]('/');_0x34c7f1=_0x26c37c||'/';}else _0x5c38dd==='.'?_0x34c7f1=_0x35c104:_0x34c7f1=_0x35c104+'/'+_0x5c38dd;_0x967a6d[_0x4b297d(0x1ca)]&&console['error'](_0x4b297d(0x1af)+_0x34c7f1);}if(_0x34c7f1==='/'||_0x34c7f1==='')return saveSessionContext({'segment_path':undefined},_0x306a2a),console[_0x4b297d(0x1be)](a33_0x46e6e6[_0x4b297d(0x1d1)](_0x4b297d(0x1b8))),0x0;_0x34c7f1=normalizePath(_0x34c7f1);const _0x1aad3a=parsePath(_0x34c7f1)[_0x4b297d(0x1ae)];if(_0x1aad3a['length']===0x0)return saveSessionContext({'segment_path':undefined},_0x306a2a),console[_0x4b297d(0x1be)](a33_0x46e6e6[_0x4b297d(0x1d1)]('✔\x20Context\x20cleared.\x20Back\x20to\x20root.')),0x0;_0x967a6d[_0x4b297d(0x1ca)]&&(console[_0x4b297d(0x1d6)](_0x4b297d(0x1d3)+_0x967a6d[_0x4b297d(0x1c1)]),console[_0x4b297d(0x1d6)](_0x4b297d(0x1ce)+_0x34c7f1));const _0x5244e2=await withSpinner(_0x4b297d(0x1c3)+_0x34c7f1+_0x4b297d(0x1c6),()=>_0x16da8e['segment'][_0x4b297d(0x1cc)](_0x34c7f1),{'verbose':_0x967a6d[_0x4b297d(0x1ca)]}),_0x562153=_0x5244e2['data'];_0x967a6d[_0x4b297d(0x1ca)]&&(console[_0x4b297d(0x1d6)](_0x4b297d(0x1a5)+_0x562153[_0x4b297d(0x1b7)]),console[_0x4b297d(0x1d6)](_0x4b297d(0x1d2)+_0x562153['parentId']),_0x562153[_0x4b297d(0x1a6)]&&console[_0x4b297d(0x1d6)](_0x4b297d(0x1ab)+_0x562153['folderId']));if(_0x562153['type']===_0x4b297d(0x1b0))return console[_0x4b297d(0x1d6)](a33_0x46e6e6['red'](_0x4b297d(0x19c))),console[_0x4b297d(0x1d6)](_0x4b297d(0x1bb)),console['error'](a33_0x46e6e6['cyan'](_0x4b297d(0x1aa)+_0x562153[_0x4b297d(0x1ba)]+(_0x562153[_0x4b297d(0x1a0)]?'/'+_0x562153[_0x4b297d(0x1a0)][_0x4b297d(0x19f)]('/'):''))),0x1;return saveSessionContext({'segment_path':_0x562153[_0x4b297d(0x1b4)],'parent_segment':_0x562153[_0x4b297d(0x1ba)]},_0x306a2a),console[_0x4b297d(0x1be)](a33_0x46e6e6[_0x4b297d(0x1d1)](_0x4b297d(0x1c7)+a33_0x46e6e6[_0x4b297d(0x1a1)](_0x562153[_0x4b297d(0x1b4)]))),_0x967a6d[_0x4b297d(0x1ca)]&&(console[_0x4b297d(0x1d6)](a33_0x46e6e6[_0x4b297d(0x1c8)]('Use\x20\x22tdx\x20segments\x22\x20to\x20list\x20contents\x20in\x20this\x20context')),console[_0x4b297d(0x1d6)](a33_0x46e6e6[_0x4b297d(0x1c8)](_0x4b297d(0x1d0)))),0x0;}catch(_0x2ea19f){throw _0x2ea19f;}}}function a33_0x495b(){const _0x5001df=['segments','Resolved\x20relative\x20path\x20to:\x20','segment','\x20\x20tdx\x20segment\x20use\x20..\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Go\x20to\x20parent','red','\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience/Marketing\x22','fullPath','Use\x20an\x20absolute\x20path\x20or\x20set\x20context\x20with:\x20tdx\x20segment\x20use\x20<parent_name>','description','type','✔\x20Context\x20cleared.\x20Back\x20to\x20root.','4flWEgy','parentName','Context\x20can\x20only\x20be\x20set\x20to\x20a\x20parent\x20segment\x20or\x20folder.','Examples:','18QBzFxj','log','length','split','site','parent_segment','Resolving\x20path\x20\x27','583398xsLeXV','387YFKbwg','\x27...','✔\x20Context\x20set\x20to:\x20','dim','232512yhIFAh','verbose','Error:\x20No\x20context\x20set.\x20Cannot\x20use\x20relative\x20path.','resolvePathToResource','Set\x20current\x20segment/folder\x20context\x20for\x20navigation','Target\x20path:\x20','segmentPath','Use\x20\x22tdx\x20use\x22\x20to\x20see\x20all\x20context\x20parameters','green','Parent\x20ID:\x20','Site:\x20','session','92035eHdBTN','error','name','isAbsolute','134890uSYodr','Error:\x20Cannot\x20set\x20context\x20to\x20a\x20segment.','Tip:\x20Run\x20`tdx\x20sg\x20pull\x20<parent_name>`\x20first\x20to\x20create\x20the\x20folder\x20structure','segment:use','join','folderPath','cyan','slice','222852ztMnKh','1884288CKgrit','Resolved\x20path\x20type:\x20','folderId','execute','31250LhWqOY','isDirectory','Use:\x20tdx\x20segment\x20use\x20','Folder\x20ID:\x20','\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience\x22','\x20\x20tdx\x20segment\x20use\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20context'];a33_0x495b=function(){return _0x5001df;};return a33_0x495b();}
1
+ const a33_0x1c048f=a33_0x5425;(function(_0x4e1125,_0x21dff1){const _0x2c19ff=a33_0x5425,_0x2262ec=_0x4e1125();while(!![]){try{const _0x34ef59=-parseInt(_0x2c19ff(0xe1))/0x1+parseInt(_0x2c19ff(0xc4))/0x2+parseInt(_0x2c19ff(0xb8))/0x3*(parseInt(_0x2c19ff(0xd6))/0x4)+parseInt(_0x2c19ff(0xcb))/0x5+parseInt(_0x2c19ff(0xbe))/0x6*(parseInt(_0x2c19ff(0xdc))/0x7)+parseInt(_0x2c19ff(0xc9))/0x8*(parseInt(_0x2c19ff(0xbd))/0x9)+parseInt(_0x2c19ff(0xd0))/0xa*(-parseInt(_0x2c19ff(0xc0))/0xb);if(_0x34ef59===_0x21dff1)break;else _0x2262ec['push'](_0x2262ec['shift']());}catch(_0x394f97){_0x2262ec['push'](_0x2262ec['shift']());}}}(a33_0x5bb7,0x8f384));import{existsSync,statSync}from'fs';import a33_0x5f53c0 from'chalk';import{BaseCommand}from'./command.js';import{saveSessionContext}from'../core/session.js';import{withSpinner}from'../utils/spinner.js';import{parsePath,normalizePath}from'../sdk/segment/segment-path-parser.js';import{findTdxConfig}from'../sdk/segment/tdx-config.js';function a33_0x5bb7(){const _0x15aef9=['Set\x20current\x20segment/folder\x20context\x20for\x20navigation','2497WOqYBU','Resolving\x20path\x20\x27','length','split','2174774OZirRA','error','verbose','join','log','23576LqFRdB','folderId','1110370VimNjD','\x20\x20tdx\x20segment\x20use\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20context','\x27...','data','execute','85660nuyMSK','type','segment:use','Context\x20can\x20only\x20be\x20set\x20to\x20a\x20parent\x20segment\x20or\x20folder.','isAbsolute','dim','24EFqvKT','Use\x20an\x20absolute\x20path\x20or\x20set\x20context\x20with:\x20tdx\x20segment\x20use\x20<parent_name>','isDirectory','slice','segments','session','707QjfqiT','✔\x20Context\x20cleared.\x20Back\x20to\x20root.','green','folderPath','red','71807yvRCIQ','Error:\x20No\x20tdx.json\x20found\x20in\x20or\x20above:\x20','cyan','Target\x20path:\x20','Site:\x20','Error:\x20No\x20context\x20set.\x20Cannot\x20use\x20relative\x20path.','segment','Tip:\x20Run\x20`tdx\x20sg\x20pull\x20<parent_name>`\x20first\x20to\x20create\x20the\x20folder\x20structure','Parent\x20ID:\x20','Use:\x20tdx\x20segment\x20use\x20','resolvePathToResource','description','parentName','\x20\x20tdx\x20segment\x20use\x20..\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Go\x20to\x20parent','240993SHXaMW','Usage:\x20tdx\x20segment\x20use\x20<path>','fullPath','Use\x20\x22tdx\x20segments\x22\x20to\x20list\x20contents\x20in\x20this\x20context','site','927qmwYNF','30174YxnCXl'];a33_0x5bb7=function(){return _0x15aef9;};return a33_0x5bb7();}function a33_0x5425(_0x587272,_0x561b87){_0x587272=_0x587272-0xb1;const _0x5bb7d7=a33_0x5bb7();let _0x5425d2=_0x5bb7d7[_0x587272];return _0x5425d2;}export class SegmentUseCommand extends BaseCommand{['name']=a33_0x1c048f(0xd2);[a33_0x1c048f(0xb5)]=a33_0x1c048f(0xbf);async[a33_0x1c048f(0xcf)](_0x53ea0e){const _0x523057=a33_0x1c048f,{options:_0x52f09e,args:_0x219aef,tdx:_0x5c4911}=_0x53ea0e;if(_0x219aef[_0x523057(0xc2)]===0x0)return console['error'](a33_0x5f53c0[_0x523057(0xe0)]('Error:\x20Path\x20is\x20required\x0a')),console['error'](_0x523057(0xb9)),console[_0x523057(0xc5)]('Examples:'),console[_0x523057(0xc5)]('\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience\x22'),console['error']('\x20\x20tdx\x20segment\x20use\x20\x22My\x20Audience/Marketing\x22'),console[_0x523057(0xc5)](_0x523057(0xcc)),console[_0x523057(0xc5)](_0x523057(0xb7)),0x1;const _0x32f6b0=_0x219aef[0x0],_0x108df7=_0x52f09e[_0x523057(0xdb)];try{if(_0x32f6b0==='/')return saveSessionContext({'segment_path':undefined},_0x108df7),console['log'](a33_0x5f53c0[_0x523057(0xde)](_0x523057(0xdd))),0x0;if(existsSync(_0x32f6b0)&&statSync(_0x32f6b0)[_0x523057(0xd8)]()){let _0x59d70f;try{_0x59d70f=findTdxConfig(_0x32f6b0);}catch{return console[_0x523057(0xc5)](a33_0x5f53c0[_0x523057(0xe0)](_0x523057(0xe2)+_0x32f6b0)),console[_0x523057(0xc5)](a33_0x5f53c0[_0x523057(0xe3)](_0x523057(0xb1))),0x1;}const _0x5d721f=_0x59d70f['config']['parent_segment'];return saveSessionContext({'segment_path':_0x5d721f,'parent_segment':_0x5d721f},_0x108df7),console[_0x523057(0xc8)](a33_0x5f53c0[_0x523057(0xde)]('✔\x20Context\x20set\x20to:\x20'+a33_0x5f53c0[_0x523057(0xe3)](_0x5d721f))),0x0;}const _0x1b3b06=_0x52f09e['segmentPath'];let _0x1b965b=_0x32f6b0;const _0x4b481a=parsePath(_0x32f6b0);if(!_0x4b481a[_0x523057(0xd4)]){if(!_0x1b3b06)return console[_0x523057(0xc5)](a33_0x5f53c0[_0x523057(0xe0)](_0x523057(0xe6))),console[_0x523057(0xc5)](a33_0x5f53c0[_0x523057(0xe3)](_0x523057(0xd7))),0x1;if(_0x32f6b0==='..'){const _0x2bab01=_0x1b3b06[_0x523057(0xc3)]('/')[_0x523057(0xd9)](0x0,-0x1)[_0x523057(0xc7)]('/');_0x1b965b=_0x2bab01||'/';}else _0x32f6b0==='.'?_0x1b965b=_0x1b3b06:_0x1b965b=_0x1b3b06+'/'+_0x32f6b0;_0x52f09e['verbose']&&console['error']('Resolved\x20relative\x20path\x20to:\x20'+_0x1b965b);}if(_0x1b965b==='/'||_0x1b965b==='')return saveSessionContext({'segment_path':undefined},_0x108df7),console[_0x523057(0xc8)](a33_0x5f53c0['green'](_0x523057(0xdd))),0x0;_0x1b965b=normalizePath(_0x1b965b);const _0x2c735b=parsePath(_0x1b965b)[_0x523057(0xda)];if(_0x2c735b[_0x523057(0xc2)]===0x0)return saveSessionContext({'segment_path':undefined},_0x108df7),console[_0x523057(0xc8)](a33_0x5f53c0[_0x523057(0xde)]('✔\x20Context\x20cleared.\x20Back\x20to\x20root.')),0x0;_0x52f09e[_0x523057(0xc6)]&&(console['error'](_0x523057(0xe5)+_0x52f09e[_0x523057(0xbc)]),console[_0x523057(0xc5)](_0x523057(0xe4)+_0x1b965b));const _0x41cc07=await withSpinner(_0x523057(0xc1)+_0x1b965b+_0x523057(0xcd),()=>_0x5c4911[_0x523057(0xe7)][_0x523057(0xb4)](_0x1b965b),{'verbose':_0x52f09e[_0x523057(0xc6)]}),_0x5c1013=_0x41cc07[_0x523057(0xce)];_0x52f09e[_0x523057(0xc6)]&&(console[_0x523057(0xc5)]('Resolved\x20path\x20type:\x20'+_0x5c1013['type']),console[_0x523057(0xc5)](_0x523057(0xb2)+_0x5c1013['parentId']),_0x5c1013[_0x523057(0xca)]&&console[_0x523057(0xc5)]('Folder\x20ID:\x20'+_0x5c1013['folderId']));if(_0x5c1013[_0x523057(0xd1)]===_0x523057(0xe7))return console['error'](a33_0x5f53c0[_0x523057(0xe0)]('Error:\x20Cannot\x20set\x20context\x20to\x20a\x20segment.')),console[_0x523057(0xc5)](_0x523057(0xd3)),console['error'](a33_0x5f53c0[_0x523057(0xe3)](_0x523057(0xb3)+_0x5c1013[_0x523057(0xb6)]+(_0x5c1013['folderPath']?'/'+_0x5c1013[_0x523057(0xdf)]['join']('/'):''))),0x1;return saveSessionContext({'segment_path':_0x5c1013['fullPath'],'parent_segment':_0x5c1013[_0x523057(0xb6)]},_0x108df7),console[_0x523057(0xc8)](a33_0x5f53c0[_0x523057(0xde)]('✔\x20Context\x20set\x20to:\x20'+a33_0x5f53c0[_0x523057(0xe3)](_0x5c1013[_0x523057(0xba)]))),_0x52f09e[_0x523057(0xc6)]&&(console[_0x523057(0xc5)](a33_0x5f53c0[_0x523057(0xd5)](_0x523057(0xbb))),console[_0x523057(0xc5)](a33_0x5f53c0[_0x523057(0xd5)]('Use\x20\x22tdx\x20use\x22\x20to\x20see\x20all\x20context\x20parameters'))),0x0;}catch(_0x1984dd){throw _0x1984dd;}}}
@@ -1 +1 @@
1
- function a34_0x59a4(_0x1c8145,_0x1ee52b){_0x1c8145=_0x1c8145-0x1da;const _0x250816=a34_0x2508();let _0x59a478=_0x250816[_0x1c8145];return _0x59a478;}function a34_0x2508(){const _0x81abd4=['1241274bCPzwr','1095489LBgCTf','8OktVzV','warningCount','yellow','\x20error(s)','Validation\x20failed:\x20','cwd','2yqxWJY','helpText','Error:\x20Directory\x20not\x20found:\x20','message','targetDir','log','length','180040QroEmH','Validate\x20segment\x20and\x20journey\x20YAML\x20files','):\x20','106363pucCSb','44gWSFcL','description','warnings','name','Error:\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20sg\x20validate\x20.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20current\x20directory','type','endsWith','invalidCount','error','parentSegment','validCount','valid','dim','cyan','\x20file(s)\x20with\x20errors,\x20','1784916ggyitT','errors','.yml','execute','segment:validate','red','filePath','green','Error:\x20No\x20YAML\x20files\x20found\x20in\x20','15oafEvq','391148oilUXT','.yaml','hasErrors','\x20warning(s)\x20found','596583xzXaDS','Usage:\x20tdx\x20sg\x20validate\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20all\x20(requires\x20context)'];a34_0x2508=function(){return _0x81abd4;};return a34_0x2508();}const a34_0x5e7542=a34_0x59a4;(function(_0x34bfbb,_0x36bce8){const _0x164b12=a34_0x59a4,_0x1c579f=_0x34bfbb();while(!![]){try{const _0x1cc612=parseInt(_0x164b12(0x203))/0x1*(-parseInt(_0x164b12(0x1f9))/0x2)+-parseInt(_0x164b12(0x1ef))/0x3+-parseInt(_0x164b12(0x1eb))/0x4*(-parseInt(_0x164b12(0x1ea))/0x5)+parseInt(_0x164b12(0x1f1))/0x6+parseInt(_0x164b12(0x1e1))/0x7*(parseInt(_0x164b12(0x1f3))/0x8)+-parseInt(_0x164b12(0x1f2))/0x9+parseInt(_0x164b12(0x200))/0xa*(-parseInt(_0x164b12(0x204))/0xb);if(_0x1cc612===_0x36bce8)break;else _0x1c579f['push'](_0x1c579f['shift']());}catch(_0x57d043){_0x1c579f['push'](_0x1c579f['shift']());}}}(a34_0x2508,0x3e90b));import{BaseCommand}from'./command.js';import{resolveTarget,isSuccessfulResolution}from'../sdk/segment/target-resolution.js';import{findYamlFiles}from'../sdk/segment/file-discovery.js';import{existsSync}from'fs';import a34_0x283c3d from'chalk';import{formatValidationResult}from'../sdk/segment/yaml-validator.js';import{validateYamlFiles,isValidationResult,calculateSummary}from'../sdk/segment/validate-files.js';export class SegmentValidateCommand extends BaseCommand{[a34_0x5e7542(0x207)]=a34_0x5e7542(0x1e5);[a34_0x5e7542(0x205)]=a34_0x5e7542(0x201);async[a34_0x5e7542(0x1e4)](_0x3c2a4e){const _0x59a6c0=a34_0x5e7542,{options:_0x2f0bbf,args:_0x3ca477}=_0x3c2a4e,_0x5c7b6b=_0x2f0bbf,_0x12f935=await resolveTarget({'arg':_0x3ca477[0x0],'contextParent':_0x2f0bbf[_0x59a6c0(0x1db)],'cwd':process[_0x59a6c0(0x1f8)]()});if(!isSuccessfulResolution(_0x12f935))return _0x12f935['errorCode']==='no_parent'?(console[_0x59a6c0(0x1da)](a34_0x283c3d[_0x59a6c0(0x1f5)]('parent_segment\x20is\x20not\x20set.\x20Use\x20`tdx\x20sg\x20use\x20<parent_name>`\x20to\x20set\x20it.\x0a')),console[_0x59a6c0(0x1da)](_0x59a6c0(0x1f0)),console[_0x59a6c0(0x1da)](_0x59a6c0(0x209)),console[_0x59a6c0(0x1da)]('\x20\x20\x20\x20\x20\x20\x20tdx\x20sg\x20validate\x20<file_path>\x20\x20#\x20Validate\x20specific\x20file')):(console[_0x59a6c0(0x1da)](a34_0x283c3d['red'](_0x59a6c0(0x208)+_0x12f935[_0x59a6c0(0x1fc)]+'\x0a')),_0x12f935['helpText']&&console['error'](a34_0x283c3d[_0x59a6c0(0x1df)](_0x12f935[_0x59a6c0(0x1fa)]))),0x1;const _0x1b90ca=_0x12f935[_0x59a6c0(0x1fd)],_0x13e5a6=_0x12f935[_0x59a6c0(0x20a)]==='file'?_0x12f935[_0x59a6c0(0x1e7)]:undefined;if(!_0x13e5a6&&!existsSync(_0x1b90ca))return console[_0x59a6c0(0x1da)](a34_0x283c3d[_0x59a6c0(0x1e6)](_0x59a6c0(0x1fb)+_0x1b90ca+'\x0a')),0x1;let _0x540f50;if(_0x13e5a6){if(!_0x13e5a6[_0x59a6c0(0x20b)](_0x59a6c0(0x1e3))&&!_0x13e5a6['endsWith'](_0x59a6c0(0x1ec)))return console[_0x59a6c0(0x1da)](a34_0x283c3d[_0x59a6c0(0x1e6)]('Error:\x20File\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension:\x20'+_0x13e5a6+'\x0a')),0x1;_0x540f50=[_0x13e5a6];}else _0x540f50=findYamlFiles(_0x1b90ca);if(_0x540f50[_0x59a6c0(0x1ff)]===0x0)return console[_0x59a6c0(0x1da)](a34_0x283c3d[_0x59a6c0(0x1e6)](_0x59a6c0(0x1e9)+_0x1b90ca+'\x0a')),0x1;const _0x56b8ed=validateYamlFiles(_0x540f50,_0x1b90ca),_0x1cc0ba=calculateSummary(_0x56b8ed);for(const _0x3eaeed of _0x56b8ed){if(!isValidationResult(_0x3eaeed))continue;const {relativePath:_0x379463,source:_0x10b274,result:_0x4d9933,fileType:_0x2d4de5}=_0x3eaeed,_0x1d98fc=_0x2d4de5;if(_0x4d9933[_0x59a6c0(0x1dd)]&&_0x4d9933['warnings'][_0x59a6c0(0x1ff)]===0x0)_0x5c7b6b['verbose']&&console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1e8)]('✔\x20'+_0x379463)+a34_0x283c3d[_0x59a6c0(0x1de)]('\x20('+_0x1d98fc+')'));else _0x4d9933[_0x59a6c0(0x1dd)]?(console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1f5)]('⚠\x20'+_0x379463)+a34_0x283c3d[_0x59a6c0(0x1de)]('\x20('+_0x1d98fc+_0x59a6c0(0x202)+_0x4d9933[_0x59a6c0(0x206)][_0x59a6c0(0x1ff)]+'\x20warning(s)')),console['log'](formatValidationResult(_0x4d9933,_0x10b274,_0x379463))):(console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1e6)]('✖\x20'+_0x379463)+a34_0x283c3d[_0x59a6c0(0x1de)]('\x20('+_0x1d98fc+_0x59a6c0(0x202)+_0x4d9933[_0x59a6c0(0x1e2)][_0x59a6c0(0x1ff)]+_0x59a6c0(0x1f6))),console[_0x59a6c0(0x1fe)](formatValidationResult(_0x4d9933,_0x10b274,_0x379463)));}return console[_0x59a6c0(0x1fe)](''),_0x1cc0ba[_0x59a6c0(0x1ed)]?(console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1e6)](_0x59a6c0(0x1f7)+_0x1cc0ba[_0x59a6c0(0x20c)]+_0x59a6c0(0x1e0)+_0x1cc0ba[_0x59a6c0(0x1dc)]+'\x20valid')),_0x1cc0ba[_0x59a6c0(0x1f4)]>0x0&&console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1f5)](_0x1cc0ba[_0x59a6c0(0x1f4)]+_0x59a6c0(0x1ee))),0x1):(console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1e8)]('✔\x20All\x20'+_0x1cc0ba[_0x59a6c0(0x1dc)]+'\x20file(s)\x20valid')),_0x1cc0ba['warningCount']>0x0&&console[_0x59a6c0(0x1fe)](a34_0x283c3d[_0x59a6c0(0x1f5)](_0x1cc0ba[_0x59a6c0(0x1f4)]+_0x59a6c0(0x1ee))),0x0);}}
1
+ const a34_0x31d784=a34_0x5b04;function a34_0x2244(){const _0x12ab46=['endsWith','helpText','\x20file(s)\x20valid','6778746zcQrHa','hasErrors','Error:\x20File\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension:\x20','Validate\x20segment\x20and\x20journey\x20YAML\x20files','invalidCount','dim','name','Error:\x20No\x20YAML\x20files\x20found\x20in\x20','valid','552161AHcPcO','no_parent','\x20warning(s)','validCount','\x20warning(s)\x20found','parentSegment','Error:\x20','36349888khWVZq','green','segment:validate','\x20file(s)\x20with\x20errors,\x20','type','message','parent_segment\x20is\x20not\x20set.\x20Use\x20`tdx\x20sg\x20use\x20<parent_name>`\x20to\x20set\x20it.\x0a','red','1178456fPGeQf','Error:\x20Directory\x20not\x20found:\x20','targetDir','verbose','warnings','yellow','12eACkiE','3437388rNZxqo','length','):\x20','\x20error(s)','.yaml','execute','1756415wUTNPH','file','filePath','cyan','4184733ptpbiW','✔\x20All\x20','Usage:\x20tdx\x20sg\x20validate\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20all\x20(requires\x20context)','Validation\x20failed:\x20','log','warningCount','error'];a34_0x2244=function(){return _0x12ab46;};return a34_0x2244();}(function(_0x459122,_0x5d9422){const _0x5af9ec=a34_0x5b04,_0x39fe88=_0x459122();while(!![]){try{const _0x454f0e=-parseInt(_0x5af9ec(0x102))/0x1+parseInt(_0x5af9ec(0x111))/0x2+-parseInt(_0x5af9ec(0xe5))/0x3+-parseInt(_0x5af9ec(0xe4))/0x4*(parseInt(_0x5af9ec(0xeb))/0x5)+-parseInt(_0x5af9ec(0xf9))/0x6+-parseInt(_0x5af9ec(0xef))/0x7+parseInt(_0x5af9ec(0x109))/0x8;if(_0x454f0e===_0x5d9422)break;else _0x39fe88['push'](_0x39fe88['shift']());}catch(_0x712f1c){_0x39fe88['push'](_0x39fe88['shift']());}}}(a34_0x2244,0x9f8ec));import{BaseCommand}from'./command.js';import{resolveTarget,isSuccessfulResolution}from'../sdk/segment/target-resolution.js';import{findYamlFiles}from'../sdk/segment/file-discovery.js';function a34_0x5b04(_0x1406ad,_0x242399){_0x1406ad=_0x1406ad-0xe2;const _0x224452=a34_0x2244();let _0x5b04e5=_0x224452[_0x1406ad];return _0x5b04e5;}import{existsSync}from'fs';import a34_0x1723b4 from'chalk';import{formatValidationResult}from'../sdk/segment/yaml-validator.js';import{validateYamlFiles,isValidationResult,calculateSummary}from'../sdk/segment/validate-files.js';export class SegmentValidateCommand extends BaseCommand{[a34_0x31d784(0xff)]=a34_0x31d784(0x10b);['description']=a34_0x31d784(0xfc);async[a34_0x31d784(0xea)](_0x35f066){const _0x1eddb8=a34_0x31d784,{options:_0x46c704,args:_0x5d87d5}=_0x35f066,_0x2f63b9=_0x46c704,_0x2aff4b=await resolveTarget({'arg':_0x5d87d5[0x0],'contextParent':_0x46c704[_0x1eddb8(0x107)],'cwd':process['cwd']()});if(!isSuccessfulResolution(_0x2aff4b))return _0x2aff4b['errorCode']===_0x1eddb8(0x103)?(console[_0x1eddb8(0xf5)](a34_0x1723b4[_0x1eddb8(0xe3)](_0x1eddb8(0x10f))),console[_0x1eddb8(0xf5)](_0x1eddb8(0xf1)),console['error']('\x20\x20\x20\x20\x20\x20\x20tdx\x20sg\x20validate\x20.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20current\x20directory'),console[_0x1eddb8(0xf5)]('\x20\x20\x20\x20\x20\x20\x20tdx\x20sg\x20validate\x20<file_path>\x20\x20#\x20Validate\x20specific\x20file')):(console[_0x1eddb8(0xf5)](a34_0x1723b4[_0x1eddb8(0x110)](_0x1eddb8(0x108)+_0x2aff4b[_0x1eddb8(0x10e)]+'\x0a')),_0x2aff4b['helpText']&&console[_0x1eddb8(0xf5)](a34_0x1723b4[_0x1eddb8(0xee)](_0x2aff4b[_0x1eddb8(0xf7)]))),0x1;const _0x55b789=_0x2aff4b[_0x1eddb8(0x113)],_0x323829=_0x2aff4b[_0x1eddb8(0x10d)]===_0x1eddb8(0xec)?_0x2aff4b[_0x1eddb8(0xed)]:undefined;if(!_0x323829&&!existsSync(_0x55b789))return console[_0x1eddb8(0xf5)](a34_0x1723b4[_0x1eddb8(0x110)](_0x1eddb8(0x112)+_0x55b789+'\x0a')),0x1;let _0x267f40;if(_0x323829){if(!_0x323829[_0x1eddb8(0xf6)]('.yml')&&!_0x323829[_0x1eddb8(0xf6)](_0x1eddb8(0xe9)))return console[_0x1eddb8(0xf5)](a34_0x1723b4[_0x1eddb8(0x110)](_0x1eddb8(0xfb)+_0x323829+'\x0a')),0x1;_0x267f40=[_0x323829];}else _0x267f40=findYamlFiles(_0x55b789);if(_0x267f40[_0x1eddb8(0xe6)]===0x0)return console[_0x1eddb8(0xf5)](a34_0x1723b4[_0x1eddb8(0x110)](_0x1eddb8(0x100)+_0x55b789+'\x0a')),0x1;const _0x4952f9=validateYamlFiles(_0x267f40,_0x55b789),_0x617df6=calculateSummary(_0x4952f9);for(const _0x151bbf of _0x4952f9){if(!isValidationResult(_0x151bbf))continue;const {relativePath:_0x37a20b,source:_0xfde98f,result:_0x254673,fileType:_0x4fbd60}=_0x151bbf,_0x2d64f6=_0x4fbd60;if(_0x254673[_0x1eddb8(0x101)]&&_0x254673['warnings'][_0x1eddb8(0xe6)]===0x0)_0x2f63b9[_0x1eddb8(0x114)]&&console[_0x1eddb8(0xf3)](a34_0x1723b4[_0x1eddb8(0x10a)]('✔\x20'+_0x37a20b)+a34_0x1723b4[_0x1eddb8(0xfe)]('\x20('+_0x2d64f6+')'));else _0x254673['valid']?(console[_0x1eddb8(0xf3)](a34_0x1723b4[_0x1eddb8(0xe3)]('⚠\x20'+_0x37a20b)+a34_0x1723b4[_0x1eddb8(0xfe)]('\x20('+_0x2d64f6+'):\x20'+_0x254673[_0x1eddb8(0xe2)][_0x1eddb8(0xe6)]+_0x1eddb8(0x104))),console[_0x1eddb8(0xf3)](formatValidationResult(_0x254673,_0xfde98f,_0x37a20b))):(console[_0x1eddb8(0xf3)](a34_0x1723b4['red']('✖\x20'+_0x37a20b)+a34_0x1723b4['dim']('\x20('+_0x2d64f6+_0x1eddb8(0xe7)+_0x254673['errors'][_0x1eddb8(0xe6)]+_0x1eddb8(0xe8))),console['log'](formatValidationResult(_0x254673,_0xfde98f,_0x37a20b)));}return console[_0x1eddb8(0xf3)](''),_0x617df6[_0x1eddb8(0xfa)]?(console[_0x1eddb8(0xf3)](a34_0x1723b4['red'](_0x1eddb8(0xf2)+_0x617df6[_0x1eddb8(0xfd)]+_0x1eddb8(0x10c)+_0x617df6['validCount']+'\x20valid')),_0x617df6[_0x1eddb8(0xf4)]>0x0&&console[_0x1eddb8(0xf3)](a34_0x1723b4[_0x1eddb8(0xe3)](_0x617df6[_0x1eddb8(0xf4)]+_0x1eddb8(0x106))),0x1):(console[_0x1eddb8(0xf3)](a34_0x1723b4['green'](_0x1eddb8(0xf0)+_0x617df6[_0x1eddb8(0x105)]+_0x1eddb8(0xf8))),_0x617df6[_0x1eddb8(0xf4)]>0x0&&console['log'](a34_0x1723b4[_0x1eddb8(0xe3)](_0x617df6['warningCount']+_0x1eddb8(0x106))),0x0);}}
@@ -1 +1 @@
1
- function a35_0x5682(_0x4323b2,_0x1547e8){_0x4323b2=_0x4323b2-0x16e;const _0x2476f8=a35_0x2476();let _0x56827f=_0x2476f8[_0x4323b2];return _0x56827f;}const a35_0x2ea231=a35_0x5682;(function(_0x12a289,_0x2ef5ab){const _0x486386=a35_0x5682,_0xf186f0=_0x12a289();while(!![]){try{const _0xc10639=parseInt(_0x486386(0x16f))/0x1*(-parseInt(_0x486386(0x1ae))/0x2)+-parseInt(_0x486386(0x19c))/0x3*(parseInt(_0x486386(0x196))/0x4)+-parseInt(_0x486386(0x1b4))/0x5*(parseInt(_0x486386(0x187))/0x6)+parseInt(_0x486386(0x17b))/0x7+-parseInt(_0x486386(0x170))/0x8*(parseInt(_0x486386(0x1a3))/0x9)+-parseInt(_0x486386(0x1b1))/0xa+-parseInt(_0x486386(0x1a0))/0xb*(-parseInt(_0x486386(0x1b2))/0xc);if(_0xc10639===_0x2ef5ab)break;else _0xf186f0['push'](_0xf186f0['shift']());}catch(_0xd0f21a){_0xf186f0['push'](_0xf186f0['shift']());}}}(a35_0x2476,0x4c9c1));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{formatFlatList,formatTree}from'../sdk/util/tree-formatter.js';import{getConsoleNextUrl}from'../sdk/client/endpoints.js';import a35_0x1682e3 from'chalk';export class SegmentsCommand extends BaseCommand{[a35_0x2ea231(0x18b)]='segments';[a35_0x2ea231(0x199)]='List\x20folders\x20and\x20child\x20segments';async['execute'](_0x4ac76f){const _0x34fbd6=a35_0x2ea231,{options:_0xb175bb,args:_0x3cb7c6}=_0x4ac76f,_0x2ef499=_0xb175bb['recursive'],_0x32ce67=_0x3cb7c6[0x0];try{const _0x919f3b=_0xb175bb[_0x34fbd6(0x1a5)];_0xb175bb[_0x34fbd6(0x19b)]&&(console[_0x34fbd6(0x17d)](_0x34fbd6(0x1b8)+_0xb175bb[_0x34fbd6(0x195)]),console[_0x34fbd6(0x17d)](_0x34fbd6(0x18a)+(_0x919f3b||_0x34fbd6(0x1b6))),_0x32ce67&&console[_0x34fbd6(0x17d)](_0x34fbd6(0x18e)+_0x32ce67),_0x2ef499&&console[_0x34fbd6(0x17d)](_0x34fbd6(0x1b7)));if(!_0x919f3b)return console[_0x34fbd6(0x17d)](_0x34fbd6(0x183)),console['error'](''),console[_0x34fbd6(0x17d)](_0x34fbd6(0x1ba)),console['error']('\x20\x20tdx\x20sg\x20pull\x20\x22My\x20Audience\x22'),console['error'](_0x34fbd6(0x1ad)),console[_0x34fbd6(0x17d)](''),console[_0x34fbd6(0x17d)](_0x34fbd6(0x177)),0x1;const _0x3e9dc7=_0x32ce67&&(_0x32ce67[_0x34fbd6(0x198)]('*')||_0x32ce67['includes']('?'));if(_0x3e9dc7)return await this['listWithPattern'](_0x4ac76f,_0x919f3b,_0x32ce67);const _0x52d717=_0x32ce67?_0x919f3b+'/'+_0x32ce67:_0x919f3b;return _0x2ef499?await this['listRecursive'](_0x4ac76f,_0x52d717):await this[_0x34fbd6(0x19f)](_0x4ac76f,_0x52d717);}catch(_0x216f56){if(_0x216f56 instanceof SDKError)return console[_0x34fbd6(0x17d)](_0x34fbd6(0x1a1)+_0x216f56[_0x34fbd6(0x1b5)]),_0x216f56['cause']&&console[_0x34fbd6(0x17d)](_0x34fbd6(0x171)+_0x216f56[_0x34fbd6(0x1b3)]),0x1;throw _0x216f56;}}async['listWithPattern'](_0x4f78f5,_0x4648a6,_0x433ca7){const _0x2b03ab=a35_0x2ea231,{options:_0x58d5aa,tdx:_0x46f621}=_0x4f78f5,_0x5789a2=await withSpinner(_0x2b03ab(0x1a9)+_0x4648a6+'\x27...',()=>_0x46f621[_0x2b03ab(0x1a8)][_0x2b03ab(0x175)](_0x4648a6),{'verbose':_0x58d5aa[_0x2b03ab(0x19b)]}),_0x87fd48=_0x5789a2[_0x2b03ab(0x197)],_0x517288=await withSpinner(_0x2b03ab(0x18c),()=>_0x46f621['segment'][_0x2b03ab(0x1a2)](_0x87fd48[_0x2b03ab(0x18f)],_0x87fd48[_0x2b03ab(0x1b9)]),{'verbose':_0x58d5aa[_0x2b03ab(0x19b)]}),{folders:_0x4a193d,segments:_0x198762,journeys:_0x16a671}=_0x517288['data'],_0x5ae864=_0x433ca7[_0x2b03ab(0x17e)](/[.+^${}()|[\]\\]/g,'\x5c$&')[_0x2b03ab(0x17e)](/\*/g,'.*')['replace'](/\?/g,'.'),_0x2bf959=new RegExp('^'+_0x5ae864+'$','i'),_0x1998da=_0x4a193d[_0x2b03ab(0x1a6)](_0x421e3a=>_0x2bf959[_0x2b03ab(0x19e)](_0x421e3a['name'])),_0x577e2d=_0x198762[_0x2b03ab(0x1a6)](_0xc11bd6=>_0x2bf959[_0x2b03ab(0x19e)](_0xc11bd6['name'])),_0x45ac3a=_0x16a671[_0x2b03ab(0x1a6)](_0x34a1e3=>_0x2bf959['test'](_0x34a1e3[_0x2b03ab(0x17a)])),_0x3394fc=_0x1998da[_0x2b03ab(0x191)]+_0x577e2d[_0x2b03ab(0x191)]+_0x45ac3a[_0x2b03ab(0x191)];console['error']('✔\x20Found\x20'+_0x1998da[_0x2b03ab(0x191)]+_0x2b03ab(0x186)+(_0x1998da[_0x2b03ab(0x191)]!==0x1?'s':'')+',\x20'+_0x577e2d[_0x2b03ab(0x191)]+_0x2b03ab(0x1a4)+(_0x577e2d[_0x2b03ab(0x191)]!==0x1?'s':'')+_0x2b03ab(0x181)+_0x45ac3a[_0x2b03ab(0x191)]+'\x20journey'+(_0x45ac3a[_0x2b03ab(0x191)]!==0x1?'s':'')+_0x2b03ab(0x189)+_0x433ca7+'\x27');const _0x53448a=_0x2d2fb3=>{const _0xb5fc72=_0x2b03ab;return getConsoleNextUrl(_0x58d5aa['site'],_0xb5fc72(0x174)+_0x87fd48['parentId']+_0xb5fc72(0x19a)+_0x2d2fb3);},_0x9009bc=_0x58d5aa[_0x2b03ab(0x1b0)]===_0x2b03ab(0x1af)||_0x58d5aa[_0x2b03ab(0x1b0)]===_0x2b03ab(0x194);if(_0x9009bc){const _0x8a4d31=[..._0x1998da[_0x2b03ab(0x192)](_0x2eb821=>({..._0x2eb821,'type':_0x2b03ab(0x16e)})),..._0x577e2d[_0x2b03ab(0x192)](_0x1558fa=>({..._0x1558fa,'type':'segment','url':_0x53448a(_0x1558fa['id'])})),..._0x45ac3a[_0x2b03ab(0x192)](_0x976e6c=>({..._0x976e6c,'name':_0x976e6c['journeyBundleName'],'type':_0x2b03ab(0x184)}))][_0x2b03ab(0x1aa)]((_0x5953e1,_0x34308e)=>_0x5953e1[_0x2b03ab(0x18b)]['localeCompare'](_0x34308e[_0x2b03ab(0x18b)]));await handleSDKOutput(_0x8a4d31,_0x58d5aa);}else{if(_0x3394fc===0x0)console[_0x2b03ab(0x193)](_0x2b03ab(0x182)+_0x433ca7);else{console[_0x2b03ab(0x193)](a35_0x1682e3[_0x2b03ab(0x179)]('['+_0x4648a6+']\x20matching\x20\x27'+_0x433ca7+'\x27'));const _0x1e4dd8=formatFlatList(_0x1998da,_0x577e2d,{'showMetadata':!![],'getSegmentUrl':_0x53448a},_0x45ac3a);console[_0x2b03ab(0x193)](_0x1e4dd8);}}return 0x0;}async[a35_0x2ea231(0x19f)](_0x12e301,_0x47def4){const _0x459e03=a35_0x2ea231,{options:_0x535d5f,tdx:_0x21c6b4}=_0x12e301,_0x310aa1=await withSpinner(_0x459e03(0x17c)+_0x47def4+'\x27...',()=>_0x21c6b4['segment'][_0x459e03(0x175)](_0x47def4),{'verbose':_0x535d5f[_0x459e03(0x19b)]}),_0x166c7c=_0x310aa1[_0x459e03(0x197)];_0x535d5f[_0x459e03(0x19b)]&&(console['error'](_0x459e03(0x1a7)+_0x166c7c['parentId']),_0x166c7c[_0x459e03(0x1b9)]&&console[_0x459e03(0x17d)]('Folder\x20ID:\x20'+_0x166c7c[_0x459e03(0x1b9)]));const _0x537ba4=await withSpinner(_0x459e03(0x18c),()=>_0x21c6b4['segment'][_0x459e03(0x1a2)](_0x166c7c[_0x459e03(0x18f)],_0x166c7c[_0x459e03(0x1b9)]),{'verbose':_0x535d5f['verbose']}),{folders:_0x4ea5da,segments:_0x4116cb,journeys:_0x4c765a}=_0x537ba4[_0x459e03(0x197)],_0x47f746=_0x4ea5da['length']+_0x4116cb[_0x459e03(0x191)]+_0x4c765a['length'];console[_0x459e03(0x17d)](_0x459e03(0x173)+_0x4ea5da[_0x459e03(0x191)]+_0x459e03(0x186)+(_0x4ea5da[_0x459e03(0x191)]!==0x1?'s':'')+',\x20'+_0x4116cb[_0x459e03(0x191)]+_0x459e03(0x1a4)+(_0x4116cb[_0x459e03(0x191)]!==0x1?'s':'')+',\x20and\x20'+_0x4c765a[_0x459e03(0x191)]+_0x459e03(0x176)+(_0x4c765a['length']!==0x1?'s':''));const _0x5b1403=_0x3f4521=>{const _0xa3d1db=_0x459e03;return getConsoleNextUrl(_0x535d5f['site'],_0xa3d1db(0x174)+_0x166c7c[_0xa3d1db(0x18f)]+_0xa3d1db(0x19a)+_0x3f4521);},_0x37fe7c=_0x3f3b4a=>{const _0x4a6a80=_0x459e03;return getConsoleNextUrl(_0x535d5f['site'],'/app/ps/'+_0x166c7c[_0x4a6a80(0x18f)]+_0x4a6a80(0x19a)+_0x3f3b4a+_0x4a6a80(0x172));},_0x17bc21=_0x535d5f['format']===_0x459e03(0x1af)||_0x535d5f[_0x459e03(0x1b0)]==='jsonl';if(_0x17bc21){const _0x5b8b71=[..._0x4ea5da[_0x459e03(0x192)](_0x113113=>({..._0x113113,'type':_0x459e03(0x16e)})),..._0x4116cb[_0x459e03(0x192)](_0x26b5f8=>({..._0x26b5f8,'type':'segment','url':_0x5b1403(_0x26b5f8['id'])})),..._0x4c765a[_0x459e03(0x192)](_0x3af254=>({..._0x3af254,'name':_0x3af254[_0x459e03(0x17a)],'type':'journey','url':_0x37fe7c(_0x3af254['id'])}))][_0x459e03(0x1aa)]((_0x6b54c3,_0x11dbfd)=>_0x6b54c3[_0x459e03(0x18b)][_0x459e03(0x185)](_0x11dbfd[_0x459e03(0x18b)]));await handleSDKOutput(_0x5b8b71,_0x535d5f);}else{if(_0x47f746===0x0)console[_0x459e03(0x193)](a35_0x1682e3[_0x459e03(0x179)]('['+_0x47def4+']')),console[_0x459e03(0x193)](_0x459e03(0x18d));else{console[_0x459e03(0x193)](a35_0x1682e3[_0x459e03(0x179)]('['+_0x47def4+']'));const _0xb4f218=formatFlatList(_0x4ea5da,_0x4116cb,{'showMetadata':!![],'getSegmentUrl':_0x5b1403,'getJourneyUrl':_0x37fe7c},_0x4c765a);console[_0x459e03(0x193)](_0xb4f218);}}return 0x0;}async[a35_0x2ea231(0x19d)](_0x17dc9,_0x19dd75){const _0x9a7604=a35_0x2ea231,{options:_0x207640,tdx:_0x6e9ca7}=_0x17dc9,_0x1473a5=await withSpinner(_0x9a7604(0x17c)+_0x19dd75+_0x9a7604(0x178),()=>_0x6e9ca7[_0x9a7604(0x1a8)][_0x9a7604(0x175)](_0x19dd75),{'verbose':_0x207640[_0x9a7604(0x19b)]}),_0x3c561c=_0x1473a5[_0x9a7604(0x197)];_0x207640['verbose']&&(console[_0x9a7604(0x17d)](_0x9a7604(0x1a7)+_0x3c561c['parentId']),_0x3c561c[_0x9a7604(0x1b9)]&&console['error']('Folder\x20ID:\x20'+_0x3c561c['folderId']));const _0x3b8bab=_0x207640[_0x9a7604(0x180)]||0xa,_0x1fe650=await withSpinner('Building\x20hierarchy\x20tree...',()=>_0x6e9ca7[_0x9a7604(0x1a8)][_0x9a7604(0x19d)](_0x3c561c[_0x9a7604(0x18f)],_0x3c561c[_0x9a7604(0x1b9)],0x0,_0x3b8bab),{'verbose':_0x207640['verbose']}),_0x153681=_0x1fe650[_0x9a7604(0x197)],_0x18ded8=_0x17e233=>{const _0x511c04=_0x9a7604;let _0x3fa999=0x0,_0x296336=0x0,_0x4e2ec5=0x0;for(const _0xf98400 of _0x17e233){if(_0xf98400[_0x511c04(0x17f)]===_0x511c04(0x16e))_0x3fa999++;else{if(_0xf98400[_0x511c04(0x17f)]===_0x511c04(0x1a8))_0x296336++;else{if(_0xf98400[_0x511c04(0x17f)]==='journey')_0x4e2ec5++;}}if(_0xf98400[_0x511c04(0x1ac)]){const _0x2d0acf=_0x18ded8(_0xf98400[_0x511c04(0x1ac)]);_0x3fa999+=_0x2d0acf[_0x511c04(0x1ab)],_0x296336+=_0x2d0acf[_0x511c04(0x190)],_0x4e2ec5+=_0x2d0acf[_0x511c04(0x188)];}}return{'folders':_0x3fa999,'segments':_0x296336,'journeys':_0x4e2ec5};},_0x263cbd=_0x18ded8(_0x153681);console[_0x9a7604(0x17d)]('✔\x20Built\x20tree\x20with\x20'+_0x263cbd['folders']+'\x20folder'+(_0x263cbd[_0x9a7604(0x1ab)]!==0x1?'s':'')+',\x20'+_0x263cbd['segments']+_0x9a7604(0x1a4)+(_0x263cbd[_0x9a7604(0x190)]!==0x1?'s':'')+_0x9a7604(0x181)+_0x263cbd['journeys']+_0x9a7604(0x176)+(_0x263cbd[_0x9a7604(0x188)]!==0x1?'s':''));const _0x200742=_0x1ad84d=>{const _0x5a319a=_0x9a7604;return getConsoleNextUrl(_0x207640[_0x5a319a(0x195)],_0x5a319a(0x174)+_0x3c561c[_0x5a319a(0x18f)]+'/e/'+_0x1ad84d);},_0x5d46f8=_0x1f31dc=>{const _0x821c2e=_0x9a7604;return getConsoleNextUrl(_0x207640[_0x821c2e(0x195)],_0x821c2e(0x174)+_0x3c561c['parentId']+_0x821c2e(0x19a)+_0x1f31dc+_0x821c2e(0x172));};if(_0x207640[_0x9a7604(0x1b0)]===_0x9a7604(0x1af)||_0x207640[_0x9a7604(0x1b0)]==='jsonl')await handleSDKOutput(_0x153681,_0x207640);else{console[_0x9a7604(0x193)](a35_0x1682e3[_0x9a7604(0x179)]('['+_0x19dd75+']'));const _0x16cbe2=formatTree(_0x153681,{'showMetadata':!![],'getSegmentUrl':_0x200742,'getJourneyUrl':_0x5d46f8});console[_0x9a7604(0x193)](_0x16cbe2);}return 0x0;}}function a35_0x2476(){const _0x29e3d8=['includes','description','/e/','verbose','9DuGChd','listRecursive','test','listUnified','176wMxFao','Error:\x20','listUnifiedWithJourneys','4364856jkUIXn','\x20segment','parentSegment','filter','Parent\x20ID:\x20','segment','Resolving\x20parent\x20segment\x20\x27','sort','folders','children','\x20\x20tdx\x20sg\x20use\x20\x22My\x20Audience\x22','4MLKUSm','json','format','593830JYXkzl','1049616dVeLGw','cause','10YzyDWZ','message','(not\x20set)','Recursive\x20mode:\x20enabled','Site:\x20','folderId','Set\x20a\x20parent\x20segment\x20context\x20first:','folder','95134wxRliS','8OPgojl','\x20\x20Cause:\x20','/j/da','✔\x20Found\x20','/app/ps/','resolvePathToResource','\x20journey','Use\x20tdx\x20ps\x20list\x20to\x20see\x20available\x20parent\x20segments.','\x27...','dim','journeyBundleName','2681826ZeJJIi','Resolving\x20path\x20\x27','error','replace','type','maxDepth',',\x20and\x20','No\x20items\x20match\x20pattern:\x20','Error:\x20No\x20parent\x20segment\x20context\x20set.','journey','localeCompare','\x20folder','1196892AEZiEq','journeys','\x20matching\x20\x27','Parent\x20segment\x20context:\x20','name','Listing\x20folders,\x20segments,\x20and\x20journeys...','(empty)','Folder/pattern\x20arg:\x20','parentId','segments','length','map','log','jsonl','site','446952FORSRx','data'];a35_0x2476=function(){return _0x29e3d8;};return a35_0x2476();}
1
+ const a35_0x4a2455=a35_0x4a8d;(function(_0x43043b,_0x4cfae2){const _0xc9ae96=a35_0x4a8d,_0x49170a=_0x43043b();while(!![]){try{const _0x40813b=parseInt(_0xc9ae96(0x1c6))/0x1+parseInt(_0xc9ae96(0x1fa))/0x2*(parseInt(_0xc9ae96(0x210))/0x3)+parseInt(_0xc9ae96(0x1de))/0x4*(parseInt(_0xc9ae96(0x1e9))/0x5)+-parseInt(_0xc9ae96(0x20f))/0x6*(parseInt(_0xc9ae96(0x201))/0x7)+parseInt(_0xc9ae96(0x20a))/0x8*(-parseInt(_0xc9ae96(0x211))/0x9)+-parseInt(_0xc9ae96(0x1da))/0xa*(-parseInt(_0xc9ae96(0x1e7))/0xb)+-parseInt(_0xc9ae96(0x1d8))/0xc*(parseInt(_0xc9ae96(0x1f9))/0xd);if(_0x40813b===_0x4cfae2)break;else _0x49170a['push'](_0x49170a['shift']());}catch(_0x7869d2){_0x49170a['push'](_0x49170a['shift']());}}}(a35_0x35e9,0x2b27d));import{BaseCommand}from'./command.js';function a35_0x4a8d(_0x5b381e,_0x1e72a0){_0x5b381e=_0x5b381e-0x1c6;const _0x35e9fd=a35_0x35e9();let _0x4a8d63=_0x35e9fd[_0x5b381e];return _0x4a8d63;}import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';function a35_0x35e9(){const _0x409599=['dim','json','4xsIyOY','folder','segments','replace','children','resolvePathToResource',']\x20matching\x20\x27','listRecursive','\x20journey','22CKdlAD','execute','1601335DtpZZn','journeys','description','\x20\x20tdx\x20sg\x20pull\x20\x22My\x20Audience\x22','✔\x20Built\x20tree\x20with\x20','maxDepth','journeyBundleName','filter','/app/ps/','name','jsonl','error','Folder/pattern\x20arg:\x20','Parent\x20segment\x20context:\x20','/j/da','segment','175955qqPXSJ','2cllNkD','parentSegment','type','Resolving\x20path\x20\x27','Recursive\x20mode:\x20enabled','data','Site:\x20','7jEKsna','Listing\x20folders,\x20segments,\x20and\x20journeys...','listUnified','(empty)','folderId','Building\x20hierarchy\x20tree...','log','listUnifiedWithJourneys','Use\x20tdx\x20ps\x20list\x20to\x20see\x20available\x20parent\x20segments.','77824TpHxrG',',\x20and\x20','Folder\x20ID:\x20','\x5c$&','map','1300500QrOtlK','1046766EutJRg','90ZZSsvk','✔\x20Found\x20','312293sZSNyE','verbose','length','cause','parentId','includes','sort','site','journey','format','(not\x20set)','message','test','folders','Parent\x20ID:\x20','recursive','/e/','\x27...','660KDcUTv','\x20segment','1268690XANMMY','listWithPattern'];a35_0x35e9=function(){return _0x409599;};return a35_0x35e9();}import{withSpinner}from'../utils/spinner.js';import{formatFlatList,formatTree}from'../sdk/util/tree-formatter.js';import{getConsoleNextUrl}from'../sdk/client/endpoints.js';import a35_0x3d9c68 from'chalk';export class SegmentsCommand extends BaseCommand{[a35_0x4a2455(0x1f2)]=a35_0x4a2455(0x1e0);[a35_0x4a2455(0x1eb)]='List\x20folders\x20and\x20child\x20segments';async[a35_0x4a2455(0x1e8)](_0x35475e){const _0x7b6267=a35_0x4a2455,{options:_0x4a099a,args:_0x4398d9}=_0x35475e,_0x57e9c8=_0x4a099a[_0x7b6267(0x1d5)],_0x2774bd=_0x4398d9[0x0];try{const _0x46c9d4=_0x4a099a[_0x7b6267(0x1fb)];_0x4a099a[_0x7b6267(0x1c7)]&&(console[_0x7b6267(0x1f4)](_0x7b6267(0x200)+_0x4a099a[_0x7b6267(0x1cd)]),console[_0x7b6267(0x1f4)](_0x7b6267(0x1f6)+(_0x46c9d4||_0x7b6267(0x1d0))),_0x2774bd&&console['error'](_0x7b6267(0x1f5)+_0x2774bd),_0x57e9c8&&console[_0x7b6267(0x1f4)](_0x7b6267(0x1fe)));if(!_0x46c9d4)return console['error']('Error:\x20No\x20parent\x20segment\x20context\x20set.'),console[_0x7b6267(0x1f4)](''),console[_0x7b6267(0x1f4)]('Set\x20a\x20parent\x20segment\x20context\x20first:'),console[_0x7b6267(0x1f4)](_0x7b6267(0x1ec)),console[_0x7b6267(0x1f4)]('\x20\x20tdx\x20sg\x20use\x20\x22My\x20Audience\x22'),console[_0x7b6267(0x1f4)](''),console[_0x7b6267(0x1f4)](_0x7b6267(0x209)),0x1;const _0x42a36a=_0x2774bd&&(_0x2774bd['includes']('*')||_0x2774bd[_0x7b6267(0x1cb)]('?'));if(_0x42a36a)return await this[_0x7b6267(0x1db)](_0x35475e,_0x46c9d4,_0x2774bd);const _0x552711=_0x2774bd?_0x46c9d4+'/'+_0x2774bd:_0x46c9d4;return _0x57e9c8?await this[_0x7b6267(0x1e5)](_0x35475e,_0x552711):await this[_0x7b6267(0x203)](_0x35475e,_0x552711);}catch(_0x593e07){if(_0x593e07 instanceof SDKError)return console[_0x7b6267(0x1f4)]('Error:\x20'+_0x593e07[_0x7b6267(0x1d1)]),_0x593e07['cause']&&console[_0x7b6267(0x1f4)]('\x20\x20Cause:\x20'+_0x593e07[_0x7b6267(0x1c9)]),0x1;throw _0x593e07;}}async['listWithPattern'](_0x1faf32,_0x2c8914,_0x3ccb78){const _0x491237=a35_0x4a2455,{options:_0x11d9bc,tdx:_0x30bd45}=_0x1faf32,_0x1efc1f=await withSpinner('Resolving\x20parent\x20segment\x20\x27'+_0x2c8914+_0x491237(0x1d7),()=>_0x30bd45['segment'][_0x491237(0x1e3)](_0x2c8914),{'verbose':_0x11d9bc[_0x491237(0x1c7)]}),_0x586008=_0x1efc1f[_0x491237(0x1ff)],_0x57c9bd=await withSpinner(_0x491237(0x202),()=>_0x30bd45[_0x491237(0x1f8)][_0x491237(0x208)](_0x586008[_0x491237(0x1ca)],_0x586008[_0x491237(0x205)]),{'verbose':_0x11d9bc[_0x491237(0x1c7)]}),{folders:_0x70d162,segments:_0x33b3c8,journeys:_0x54e7fd}=_0x57c9bd[_0x491237(0x1ff)],_0x1710b7=_0x3ccb78[_0x491237(0x1e1)](/[.+^${}()|[\]\\]/g,_0x491237(0x20d))[_0x491237(0x1e1)](/\*/g,'.*')[_0x491237(0x1e1)](/\?/g,'.'),_0x4f7966=new RegExp('^'+_0x1710b7+'$','i'),_0x528b3c=_0x70d162[_0x491237(0x1f0)](_0x18250a=>_0x4f7966[_0x491237(0x1d2)](_0x18250a[_0x491237(0x1f2)])),_0x599779=_0x33b3c8[_0x491237(0x1f0)](_0x58e3d4=>_0x4f7966[_0x491237(0x1d2)](_0x58e3d4[_0x491237(0x1f2)])),_0x2d0e5a=_0x54e7fd[_0x491237(0x1f0)](_0x58d699=>_0x4f7966[_0x491237(0x1d2)](_0x58d699[_0x491237(0x1ef)])),_0x3c237a=_0x528b3c[_0x491237(0x1c8)]+_0x599779[_0x491237(0x1c8)]+_0x2d0e5a[_0x491237(0x1c8)];console[_0x491237(0x1f4)]('✔\x20Found\x20'+_0x528b3c['length']+'\x20folder'+(_0x528b3c[_0x491237(0x1c8)]!==0x1?'s':'')+',\x20'+_0x599779['length']+_0x491237(0x1d9)+(_0x599779['length']!==0x1?'s':'')+_0x491237(0x20b)+_0x2d0e5a[_0x491237(0x1c8)]+_0x491237(0x1e6)+(_0x2d0e5a[_0x491237(0x1c8)]!==0x1?'s':'')+'\x20matching\x20\x27'+_0x3ccb78+'\x27');const _0x3a4341=_0x93a957=>{const _0x29f247=_0x491237;return getConsoleNextUrl(_0x11d9bc['site'],_0x29f247(0x1f1)+_0x586008[_0x29f247(0x1ca)]+'/e/'+_0x93a957);},_0x701358=_0x11d9bc[_0x491237(0x1cf)]===_0x491237(0x1dd)||_0x11d9bc[_0x491237(0x1cf)]===_0x491237(0x1f3);if(_0x701358){const _0x22af15=[..._0x528b3c[_0x491237(0x20e)](_0x10df6b=>({..._0x10df6b,'type':_0x491237(0x1df)})),..._0x599779[_0x491237(0x20e)](_0x1f8912=>({..._0x1f8912,'type':'segment','url':_0x3a4341(_0x1f8912['id'])})),..._0x2d0e5a[_0x491237(0x20e)](_0x340588=>({..._0x340588,'name':_0x340588[_0x491237(0x1ef)],'type':'journey'}))][_0x491237(0x1cc)]((_0x5779ca,_0x22f97b)=>_0x5779ca[_0x491237(0x1f2)]['localeCompare'](_0x22f97b[_0x491237(0x1f2)]));await handleSDKOutput(_0x22af15,_0x11d9bc);}else{if(_0x3c237a===0x0)console[_0x491237(0x207)]('No\x20items\x20match\x20pattern:\x20'+_0x3ccb78);else{console[_0x491237(0x207)](a35_0x3d9c68[_0x491237(0x1dc)]('['+_0x2c8914+_0x491237(0x1e4)+_0x3ccb78+'\x27'));const _0x2a3e23=formatFlatList(_0x528b3c,_0x599779,{'showMetadata':!![],'getSegmentUrl':_0x3a4341},_0x2d0e5a);console[_0x491237(0x207)](_0x2a3e23);}}return 0x0;}async['listUnified'](_0x1f53ba,_0x142898){const _0x39470d=a35_0x4a2455,{options:_0x3bd31d,tdx:_0x50a3a1}=_0x1f53ba,_0x51ac5e=await withSpinner(_0x39470d(0x1fd)+_0x142898+_0x39470d(0x1d7),()=>_0x50a3a1[_0x39470d(0x1f8)][_0x39470d(0x1e3)](_0x142898),{'verbose':_0x3bd31d[_0x39470d(0x1c7)]}),_0xb15474=_0x51ac5e[_0x39470d(0x1ff)];_0x3bd31d[_0x39470d(0x1c7)]&&(console[_0x39470d(0x1f4)](_0x39470d(0x1d4)+_0xb15474['parentId']),_0xb15474[_0x39470d(0x205)]&&console[_0x39470d(0x1f4)](_0x39470d(0x20c)+_0xb15474[_0x39470d(0x205)]));const _0x4aee63=await withSpinner(_0x39470d(0x202),()=>_0x50a3a1[_0x39470d(0x1f8)][_0x39470d(0x208)](_0xb15474[_0x39470d(0x1ca)],_0xb15474[_0x39470d(0x205)]),{'verbose':_0x3bd31d[_0x39470d(0x1c7)]}),{folders:_0x14c7c2,segments:_0x1f3ae5,journeys:_0x251f97}=_0x4aee63[_0x39470d(0x1ff)],_0x427896=_0x14c7c2[_0x39470d(0x1c8)]+_0x1f3ae5['length']+_0x251f97[_0x39470d(0x1c8)];console[_0x39470d(0x1f4)](_0x39470d(0x212)+_0x14c7c2[_0x39470d(0x1c8)]+'\x20folder'+(_0x14c7c2[_0x39470d(0x1c8)]!==0x1?'s':'')+',\x20'+_0x1f3ae5[_0x39470d(0x1c8)]+_0x39470d(0x1d9)+(_0x1f3ae5[_0x39470d(0x1c8)]!==0x1?'s':'')+_0x39470d(0x20b)+_0x251f97[_0x39470d(0x1c8)]+_0x39470d(0x1e6)+(_0x251f97[_0x39470d(0x1c8)]!==0x1?'s':''));const _0x4ff216=_0x56216a=>{const _0x374497=_0x39470d;return getConsoleNextUrl(_0x3bd31d[_0x374497(0x1cd)],_0x374497(0x1f1)+_0xb15474['parentId']+_0x374497(0x1d6)+_0x56216a);},_0x49d0a2=_0x133810=>{const _0x1a6450=_0x39470d;return getConsoleNextUrl(_0x3bd31d[_0x1a6450(0x1cd)],'/app/ps/'+_0xb15474[_0x1a6450(0x1ca)]+_0x1a6450(0x1d6)+_0x133810+_0x1a6450(0x1f7));},_0x24d388=_0x3bd31d[_0x39470d(0x1cf)]===_0x39470d(0x1dd)||_0x3bd31d[_0x39470d(0x1cf)]===_0x39470d(0x1f3);if(_0x24d388){const _0x1abb16=[..._0x14c7c2['map'](_0x3210b4=>({..._0x3210b4,'type':_0x39470d(0x1df)})),..._0x1f3ae5[_0x39470d(0x20e)](_0x44cc72=>({..._0x44cc72,'type':_0x39470d(0x1f8),'url':_0x4ff216(_0x44cc72['id'])})),..._0x251f97[_0x39470d(0x20e)](_0x4da46b=>({..._0x4da46b,'name':_0x4da46b['journeyBundleName'],'type':_0x39470d(0x1ce),'url':_0x49d0a2(_0x4da46b['id'])}))]['sort']((_0x405001,_0x19d20d)=>_0x405001[_0x39470d(0x1f2)]['localeCompare'](_0x19d20d[_0x39470d(0x1f2)]));await handleSDKOutput(_0x1abb16,_0x3bd31d);}else{if(_0x427896===0x0)console[_0x39470d(0x207)](a35_0x3d9c68[_0x39470d(0x1dc)]('['+_0x142898+']')),console[_0x39470d(0x207)](_0x39470d(0x204));else{console[_0x39470d(0x207)](a35_0x3d9c68['dim']('['+_0x142898+']'));const _0x468997=formatFlatList(_0x14c7c2,_0x1f3ae5,{'showMetadata':!![],'getSegmentUrl':_0x4ff216,'getJourneyUrl':_0x49d0a2},_0x251f97);console[_0x39470d(0x207)](_0x468997);}}return 0x0;}async['listRecursive'](_0x2ab2e6,_0x1937b6){const _0x278cdf=a35_0x4a2455,{options:_0x14489b,tdx:_0x219dc7}=_0x2ab2e6,_0x4590f6=await withSpinner(_0x278cdf(0x1fd)+_0x1937b6+_0x278cdf(0x1d7),()=>_0x219dc7[_0x278cdf(0x1f8)][_0x278cdf(0x1e3)](_0x1937b6),{'verbose':_0x14489b['verbose']}),_0x2d5eaf=_0x4590f6[_0x278cdf(0x1ff)];_0x14489b[_0x278cdf(0x1c7)]&&(console[_0x278cdf(0x1f4)](_0x278cdf(0x1d4)+_0x2d5eaf[_0x278cdf(0x1ca)]),_0x2d5eaf['folderId']&&console[_0x278cdf(0x1f4)]('Folder\x20ID:\x20'+_0x2d5eaf[_0x278cdf(0x205)]));const _0x13ed33=_0x14489b[_0x278cdf(0x1ee)]||0xa,_0x2b09a8=await withSpinner(_0x278cdf(0x206),()=>_0x219dc7['segment'][_0x278cdf(0x1e5)](_0x2d5eaf[_0x278cdf(0x1ca)],_0x2d5eaf[_0x278cdf(0x205)],0x0,_0x13ed33),{'verbose':_0x14489b[_0x278cdf(0x1c7)]}),_0x244074=_0x2b09a8[_0x278cdf(0x1ff)],_0x1aaeba=_0x4194ad=>{const _0x2bbe67=_0x278cdf;let _0x378c9c=0x0,_0x1fd9d9=0x0,_0x396eaf=0x0;for(const _0x30227c of _0x4194ad){if(_0x30227c[_0x2bbe67(0x1fc)]===_0x2bbe67(0x1df))_0x378c9c++;else{if(_0x30227c[_0x2bbe67(0x1fc)]===_0x2bbe67(0x1f8))_0x1fd9d9++;else{if(_0x30227c[_0x2bbe67(0x1fc)]==='journey')_0x396eaf++;}}if(_0x30227c[_0x2bbe67(0x1e2)]){const _0x59e4c0=_0x1aaeba(_0x30227c['children']);_0x378c9c+=_0x59e4c0[_0x2bbe67(0x1d3)],_0x1fd9d9+=_0x59e4c0[_0x2bbe67(0x1e0)],_0x396eaf+=_0x59e4c0['journeys'];}}return{'folders':_0x378c9c,'segments':_0x1fd9d9,'journeys':_0x396eaf};},_0x186c47=_0x1aaeba(_0x244074);console[_0x278cdf(0x1f4)](_0x278cdf(0x1ed)+_0x186c47[_0x278cdf(0x1d3)]+'\x20folder'+(_0x186c47[_0x278cdf(0x1d3)]!==0x1?'s':'')+',\x20'+_0x186c47[_0x278cdf(0x1e0)]+_0x278cdf(0x1d9)+(_0x186c47['segments']!==0x1?'s':'')+_0x278cdf(0x20b)+_0x186c47[_0x278cdf(0x1ea)]+_0x278cdf(0x1e6)+(_0x186c47[_0x278cdf(0x1ea)]!==0x1?'s':''));const _0x87cb48=_0x4970ba=>{const _0x2249ab=_0x278cdf;return getConsoleNextUrl(_0x14489b[_0x2249ab(0x1cd)],'/app/ps/'+_0x2d5eaf['parentId']+'/e/'+_0x4970ba);},_0x47b963=_0x5380d2=>{const _0x117d6e=_0x278cdf;return getConsoleNextUrl(_0x14489b[_0x117d6e(0x1cd)],_0x117d6e(0x1f1)+_0x2d5eaf[_0x117d6e(0x1ca)]+_0x117d6e(0x1d6)+_0x5380d2+_0x117d6e(0x1f7));};if(_0x14489b['format']===_0x278cdf(0x1dd)||_0x14489b['format']==='jsonl')await handleSDKOutput(_0x244074,_0x14489b);else{console[_0x278cdf(0x207)](a35_0x3d9c68['dim']('['+_0x1937b6+']'));const _0xce3023=formatTree(_0x244074,{'showMetadata':!![],'getSegmentUrl':_0x87cb48,'getJourneyUrl':_0x47b963});console['log'](_0xce3023);}return 0x0;}}
@@ -1 +1 @@
1
- const a36_0x34f1c6=a36_0x4c8b;(function(_0x495095,_0x4a2715){const _0x19e83f=a36_0x4c8b,_0x25d48c=_0x495095();while(!![]){try{const _0x1996f7=-parseInt(_0x19e83f(0x18a))/0x1+-parseInt(_0x19e83f(0x19f))/0x2+-parseInt(_0x19e83f(0x1a5))/0x3+parseInt(_0x19e83f(0x195))/0x4*(parseInt(_0x19e83f(0x188))/0x5)+-parseInt(_0x19e83f(0x190))/0x6*(-parseInt(_0x19e83f(0x18c))/0x7)+-parseInt(_0x19e83f(0x198))/0x8+parseInt(_0x19e83f(0x186))/0x9*(parseInt(_0x19e83f(0x185))/0xa);if(_0x1996f7===_0x4a2715)break;else _0x25d48c['push'](_0x25d48c['shift']());}catch(_0x25eedb){_0x25d48c['push'](_0x25d48c['shift']());}}}(a36_0xad8f,0x54db5));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';function a36_0x4c8b(_0x853d77,_0x457f65){_0x853d77=_0x853d77-0x180;const _0xad8fb7=a36_0xad8f();let _0x4c8b1c=_0xad8fb7[_0x853d77];return _0x4c8b1c;}function a36_0xad8f(){const _0x11c7c0=['\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>','verbose','Limit:\x20','\x20\x20Cause:\x20','\x20from\x20','Show\x20table\x20contents','10tDWVhr','6232851YWsHAs','show','65TIRtVv','showTable','238895eXDXUi','args','564277KjSith','Table:\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','limit','48fzpCjr','length','message','table','\x20row','59072CudOFX','database','validate','709008dcjFkZ','Site:\x20','...','error','Error:\x20','Usage:\x20tdx\x20show\x20<database.table>','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','921916tLpenC','cause','Database:\x20','name','data','query','1180077dffxwB','execute'];a36_0xad8f=function(){return _0x11c7c0;};return a36_0xad8f();}import{parseTableReference,validateTableDescribeReference}from'../utils/table-ref-parser.js';import{withSpinner}from'../utils/spinner.js';import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../core/constants.js';export class ShowCommand extends BaseCommand{[a36_0x34f1c6(0x1a2)]=a36_0x34f1c6(0x187);['description']=a36_0x34f1c6(0x184);async[a36_0x34f1c6(0x1a6)](_0x4beba3){return this['showTable'](_0x4beba3);}async[a36_0x34f1c6(0x189)](_0x1d79f3){const _0x52935d=a36_0x34f1c6,{options:_0x36293b,args:_0x414e28,tdx:_0x4c832f}=_0x1d79f3;let _0x57c58d;try{_0x57c58d=parseTableReference(_0x414e28[0x0]);const _0x3075fd=_0x36293b['database'];!_0x57c58d[_0x52935d(0x196)]&&_0x3075fd&&(_0x57c58d[_0x52935d(0x196)]=_0x3075fd);const _0x593740=validateTableDescribeReference(_0x57c58d);if(_0x593740)return console[_0x52935d(0x19b)](_0x52935d(0x19c)+_0x593740),console[_0x52935d(0x19b)](_0x52935d(0x19d)),console[_0x52935d(0x19b)]('\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>'),console['error'](_0x52935d(0x1a7)),0x1;}catch(_0x4d8962){return console['error'](_0x52935d(0x19c)+_0x4d8962['message']),console[_0x52935d(0x19b)](_0x52935d(0x19d)),console[_0x52935d(0x19b)]('\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>'),console[_0x52935d(0x19b)](_0x52935d(0x1a7)),0x1;}const _0x21dca8=_0x57c58d['catalog'],_0x582e79=_0x57c58d[_0x52935d(0x196)],_0x415d2c=_0x57c58d[_0x52935d(0x193)],_0x2d63d7=resolveLimit(_0x36293b[_0x52935d(0x18f)],DEFAULT_DISPLAY_LIMIT);try{_0x36293b[_0x52935d(0x180)]&&(console[_0x52935d(0x19b)](_0x52935d(0x199)+_0x36293b['site']),_0x21dca8&&console[_0x52935d(0x19b)]('Catalog:\x20'+_0x21dca8),console['error'](_0x52935d(0x1a1)+_0x582e79),console[_0x52935d(0x19b)](_0x52935d(0x18d)+_0x415d2c),console[_0x52935d(0x19b)](_0x52935d(0x181)+_0x2d63d7));const _0x3ccb18=_0x21dca8?_0x21dca8+'.'+_0x582e79+'.'+_0x415d2c:_0x582e79+'.'+_0x415d2c,_0x58051a=await withSpinner('Querying\x20'+_0x3ccb18+_0x52935d(0x19a),()=>_0x4c832f[_0x52935d(0x1a4)][_0x52935d(0x189)](_0x582e79,_0x415d2c,_0x2d63d7,_0x21dca8),{'verbose':_0x36293b[_0x52935d(0x180)]}),_0x335941=_0x58051a[_0x52935d(0x1a3)],_0xa0db6c=_0x335941['data'];return _0xa0db6c[_0x52935d(0x191)]===0x0?console[_0x52935d(0x19b)]('✔\x20Query\x20successful\x20-\x200\x20rows\x20returned'):console[_0x52935d(0x19b)]('✔\x20Retrieved\x20'+_0xa0db6c[_0x52935d(0x191)]+_0x52935d(0x194)+(_0xa0db6c['length']!==0x1?'s':'')+_0x52935d(0x183)+_0x3ccb18),await handleSDKOutput(_0xa0db6c,_0x36293b),0x0;}catch(_0x28e188){if(_0x28e188 instanceof SDKError)return console[_0x52935d(0x19b)](_0x52935d(0x19c)+_0x28e188[_0x52935d(0x192)]),_0x28e188[_0x52935d(0x1a0)]&&console[_0x52935d(0x19b)](_0x52935d(0x182)+_0x28e188[_0x52935d(0x1a0)]),0x1;throw _0x28e188;}}[a36_0x34f1c6(0x197)](_0x3309c0){const _0x261d81=a36_0x34f1c6;if(_0x3309c0['args'][_0x261d81(0x191)]===0x0)return _0x261d81(0x19e);if(_0x3309c0[_0x261d81(0x18b)][_0x261d81(0x191)]>0x1)return _0x261d81(0x18e);return undefined;}}
1
+ const a36_0x1c3ee5=a36_0x5925;(function(_0x24def8,_0x5691da){const _0x428252=a36_0x5925,_0x3b7998=_0x24def8();while(!![]){try{const _0x509ede=-parseInt(_0x428252(0x1ba))/0x1+-parseInt(_0x428252(0x1c2))/0x2+-parseInt(_0x428252(0x1c0))/0x3*(-parseInt(_0x428252(0x1a8))/0x4)+-parseInt(_0x428252(0x1b2))/0x5+-parseInt(_0x428252(0x19d))/0x6*(-parseInt(_0x428252(0x1aa))/0x7)+-parseInt(_0x428252(0x1b3))/0x8*(-parseInt(_0x428252(0x1b1))/0x9)+-parseInt(_0x428252(0x1a9))/0xa*(-parseInt(_0x428252(0x1b8))/0xb);if(_0x509ede===_0x5691da)break;else _0x3b7998['push'](_0x3b7998['shift']());}catch(_0x11f5ba){_0x3b7998['push'](_0x3b7998['shift']());}}}(a36_0x6b6b,0xb7edc));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{parseTableReference,validateTableDescribeReference}from'../utils/table-ref-parser.js';import{withSpinner}from'../utils/spinner.js';function a36_0x5925(_0x48761e,_0x44cceb){_0x48761e=_0x48761e-0x19d;const _0x6b6b2f=a36_0x6b6b();let _0x5925cf=_0x6b6b2f[_0x48761e];return _0x5925cf;}import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../core/constants.js';export class ShowCommand extends BaseCommand{[a36_0x1c3ee5(0x1bb)]=a36_0x1c3ee5(0x1c6);[a36_0x1c3ee5(0x1c4)]=a36_0x1c3ee5(0x19e);async[a36_0x1c3ee5(0x1be)](_0x127899){const _0x513ef8=a36_0x1c3ee5;return this[_0x513ef8(0x1a5)](_0x127899);}async[a36_0x1c3ee5(0x1a5)](_0x33b724){const _0xc7c362=a36_0x1c3ee5,{options:_0xceedda,args:_0x446e8a,tdx:_0x185b8c}=_0x33b724;let _0x3bd66b;try{_0x3bd66b=parseTableReference(_0x446e8a[0x0]);const _0x361fb4=_0xceedda['database'];!_0x3bd66b['database']&&_0x361fb4&&(_0x3bd66b['database']=_0x361fb4);const _0x6e43a9=validateTableDescribeReference(_0x3bd66b);if(_0x6e43a9)return console['error'](_0xc7c362(0x1b5)+_0x6e43a9),console[_0xc7c362(0x1a0)](_0xc7c362(0x1ab)),console['error'](_0xc7c362(0x1ad)),console['error']('\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>'),0x1;}catch(_0x48100b){return console[_0xc7c362(0x1a0)](_0xc7c362(0x1b5)+_0x48100b['message']),console[_0xc7c362(0x1a0)]('Usage:\x20tdx\x20show\x20<database.table>'),console[_0xc7c362(0x1a0)](_0xc7c362(0x1ad)),console[_0xc7c362(0x1a0)](_0xc7c362(0x1bd)),0x1;}const _0x4a992e=_0x3bd66b[_0xc7c362(0x1a3)],_0x33154a=_0x3bd66b[_0xc7c362(0x1bc)],_0x5457ee=_0x3bd66b[_0xc7c362(0x1a4)],_0x1f9f6b=resolveLimit(_0xceedda[_0xc7c362(0x1c7)],DEFAULT_DISPLAY_LIMIT);try{_0xceedda[_0xc7c362(0x1af)]&&(console['error'](_0xc7c362(0x1ae)+_0xceedda['site']),_0x4a992e&&console['error'](_0xc7c362(0x1bf)+_0x4a992e),console[_0xc7c362(0x1a0)](_0xc7c362(0x1b9)+_0x33154a),console[_0xc7c362(0x1a0)]('Table:\x20'+_0x5457ee),console[_0xc7c362(0x1a0)]('Limit:\x20'+_0x1f9f6b));const _0x125268=_0x4a992e?_0x4a992e+'.'+_0x33154a+'.'+_0x5457ee:_0x33154a+'.'+_0x5457ee,_0x56753d=await withSpinner('Querying\x20'+_0x125268+_0xc7c362(0x1c3),()=>_0x185b8c[_0xc7c362(0x1a1)][_0xc7c362(0x1a5)](_0x33154a,_0x5457ee,_0x1f9f6b,_0x4a992e),{'verbose':_0xceedda[_0xc7c362(0x1af)]}),_0x5d2e95=_0x56753d[_0xc7c362(0x1ac)],_0x1965a0=_0x5d2e95[_0xc7c362(0x1ac)];return _0x1965a0[_0xc7c362(0x1a6)]===0x0?console[_0xc7c362(0x1a0)](_0xc7c362(0x1a7)):console[_0xc7c362(0x1a0)](_0xc7c362(0x1a2)+_0x1965a0[_0xc7c362(0x1a6)]+_0xc7c362(0x1b7)+(_0x1965a0[_0xc7c362(0x1a6)]!==0x1?'s':'')+'\x20from\x20'+_0x125268),await handleSDKOutput(_0x1965a0,_0xceedda),0x0;}catch(_0x247281){if(_0x247281 instanceof SDKError)return console[_0xc7c362(0x1a0)](_0xc7c362(0x1b5)+_0x247281[_0xc7c362(0x1c5)]),_0x247281[_0xc7c362(0x1c1)]&&console[_0xc7c362(0x1a0)](_0xc7c362(0x1b0)+_0x247281['cause']),0x1;throw _0x247281;}}[a36_0x1c3ee5(0x1b4)](_0x240bfd){const _0x6a272d=a36_0x1c3ee5;if(_0x240bfd['args']['length']===0x0)return _0x6a272d(0x19f);if(_0x240bfd[_0x6a272d(0x1b6)]['length']>0x1)return'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';return undefined;}}function a36_0x6b6b(){const _0x3a58aa=['30ESLtJI','1498OXMqnj','Usage:\x20tdx\x20show\x20<database.table>','data','\x20\x20\x20or:\x20tdx\x20show\x20<catalog.database.table>','Site:\x20','verbose','\x20\x20Cause:\x20','2318913ofltlM','7421675GRFPVJ','24NeVIHi','validate','Error:\x20','args','\x20row','2368619JLnKSF','Database:\x20','1198949WcvNvz','name','database','\x20\x20\x20or:\x20tdx\x20show\x20<table>\x20--database\x20<database>','execute','Catalog:\x20','336kqQBCs','cause','586684NBJDUM','...','description','message','show','limit','32304XlmTZu','Show\x20table\x20contents','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','error','query','✔\x20Retrieved\x20','catalog','table','showTable','length','✔\x20Query\x20successful\x20-\x200\x20rows\x20returned','41388gLcYgo'];a36_0x6b6b=function(){return _0x3a58aa;};return a36_0x6b6b();}
@@ -1 +1 @@
1
- const a37_0x5bc991=a37_0x2738;(function(_0x1fb355,_0x3406f7){const _0x3382c4=a37_0x2738,_0x161537=_0x1fb355();while(!![]){try{const _0x10db80=-parseInt(_0x3382c4(0x79))/0x1*(parseInt(_0x3382c4(0x9d))/0x2)+-parseInt(_0x3382c4(0x8e))/0x3+-parseInt(_0x3382c4(0x7c))/0x4*(parseInt(_0x3382c4(0x87))/0x5)+-parseInt(_0x3382c4(0x9c))/0x6*(-parseInt(_0x3382c4(0x8a))/0x7)+-parseInt(_0x3382c4(0x7e))/0x8+parseInt(_0x3382c4(0x7d))/0x9+parseInt(_0x3382c4(0x98))/0xa;if(_0x10db80===_0x3406f7)break;else _0x161537['push'](_0x161537['shift']());}catch(_0x24c918){_0x161537['push'](_0x161537['shift']());}}}(a37_0x5a69,0x7c35a));function a37_0x5a69(){const _0x36c0b3=['User:','3735295BxPDAp','filter','✓\x20Authentication\x20successful\x0a','23422Ehnjin','green','first_name','red','2960358mHeGOQ','config','site','dim','getUserInfo','description','bold','Name:','email','log','12238310vXtFsg','message','error','jobs','1434aXgwRU','1220208OnChoj','last_name','profileSource','join','No\x20credential\x20found','status','✗\x20Validation\x20failed:\x20','session','1TrRHKj','TDX_PROFILE\x20env','profile','4aWfpAr','8251443SVcDSR','701128VqoNxO','account_id','cli','Read\x20credential\x20from\x20','Show\x20authentication\x20status\x20and\x20current\x20context','tdx','yellow','cyan'];a37_0x5a69=function(){return _0x36c0b3;};return a37_0x5a69();}import{BaseCommand,printAuthError}from'./command.js';import{resolveAPIKeyAsync}from'../core/config.js';import{HTTPClientError}from'../sdk/client/http-client.js';function a37_0x2738(_0x5747ac,_0x2e9653){_0x5747ac=_0x5747ac-0x77;const _0x5a698d=a37_0x5a69();let _0x2738bf=_0x5a698d[_0x5747ac];return _0x2738bf;}import{GlobalContext}from'../core/global-context.js';import a37_0x9e68d0 from'chalk';export class StatusCommand extends BaseCommand{['name']=a37_0x5bc991(0xa2);[a37_0x5bc991(0x93)]=a37_0x5bc991(0x82);async['execute'](_0x428ede){const _0xe2a480=a37_0x5bc991,{options:_0x1867d9,tdx:_0x26964b}=_0x428ede,_0x527a70=_0x1867d9[_0xe2a480(0x90)],_0x2284c7=new GlobalContext(_0x1867d9),_0x4a10ec=_0x2284c7[_0xe2a480(0x7b)],_0x3cb8e6=_0x2284c7[_0xe2a480(0x9f)],_0x99d8ca=_0x3cb8e6===_0xe2a480(0x80)?'CLI\x20flag':_0x3cb8e6==='session'?_0xe2a480(0x78):_0x3cb8e6==='env'?_0xe2a480(0x7a):_0x3cb8e6==='config'?_0xe2a480(0x8f):null,_0x4b6e51=_0x4a10ec?a37_0x9e68d0[_0xe2a480(0x85)](_0x4a10ec):a37_0x9e68d0[_0xe2a480(0x91)]('N/A'),_0x422cef=_0x99d8ca?'\x20'+a37_0x9e68d0[_0xe2a480(0x91)]('(from\x20'+_0x99d8ca+')'):'';console[_0xe2a480(0x97)](a37_0x9e68d0[_0xe2a480(0x94)](_0xe2a480(0x83))+'\x20profile:\x20'+_0x4b6e51+_0x422cef+'\x20'+a37_0x9e68d0[_0xe2a480(0x91)]('(')+'site:\x20'+a37_0x9e68d0['cyan'](_0x527a70)+a37_0x9e68d0[_0xe2a480(0x91)](')'));const _0x517af2=await resolveAPIKeyAsync(_0x527a70,_0x4a10ec);if(_0x517af2){const {source:_0x2ed7a4,isDeprecated:_0x3b5a51}=_0x517af2,_0x3385df=_0xe2a480(0x81)+a37_0x9e68d0[_0xe2a480(0x85)](_0x2ed7a4);console[_0xe2a480(0x97)](_0x3b5a51?a37_0x9e68d0['yellow'](_0x3385df):_0x3385df);}else console[_0xe2a480(0x97)](a37_0x9e68d0[_0xe2a480(0x84)](_0xe2a480(0xa1)));let _0x5c329b=![];try{const _0x349269=await _0x26964b[_0xe2a480(0x9b)][_0xe2a480(0x92)]();console[_0xe2a480(0x97)](a37_0x9e68d0[_0xe2a480(0x8b)](_0xe2a480(0x89))),console[_0xe2a480(0x97)](a37_0x9e68d0[_0xe2a480(0x94)](_0xe2a480(0x86))+'\x20'+a37_0x9e68d0[_0xe2a480(0x85)](_0x349269[_0xe2a480(0x96)]));if(_0x349269[_0xe2a480(0x8c)]||_0x349269['last_name']){const _0x32ad71=[_0x349269[_0xe2a480(0x8c)],_0x349269[_0xe2a480(0x9e)]][_0xe2a480(0x88)](Boolean)[_0xe2a480(0xa0)]('\x20');console[_0xe2a480(0x97)](a37_0x9e68d0[_0xe2a480(0x94)](_0xe2a480(0x95))+'\x20'+_0x32ad71);}_0x349269[_0xe2a480(0x7f)]&&console[_0xe2a480(0x97)](a37_0x9e68d0[_0xe2a480(0x94)]('Account\x20ID:')+'\x20'+a37_0x9e68d0[_0xe2a480(0x84)](_0x349269[_0xe2a480(0x7f)])),_0x5c329b=!![];}catch(_0x1ed9a2){_0x1ed9a2 instanceof HTTPClientError&&_0x1ed9a2['status']===0x191?printAuthError(_0x1ed9a2,!![],_0x4a10ec):console[_0xe2a480(0x9a)](a37_0x9e68d0[_0xe2a480(0x8d)](_0xe2a480(0x77)+(_0x1ed9a2 instanceof Error?_0x1ed9a2[_0xe2a480(0x99)]:String(_0x1ed9a2))));}return console[_0xe2a480(0x97)](),_0x2284c7['displayWithSources'](),_0x5c329b?0x0:0x1;}}
1
+ const a37_0x125ff0=a37_0x8a0d;(function(_0x52170e,_0x4e37c4){const _0x522e02=a37_0x8a0d,_0xac9743=_0x52170e();while(!![]){try{const _0x49e1e9=-parseInt(_0x522e02(0x91))/0x1+parseInt(_0x522e02(0x99))/0x2*(-parseInt(_0x522e02(0x85))/0x3)+-parseInt(_0x522e02(0x9a))/0x4+-parseInt(_0x522e02(0x9f))/0x5+parseInt(_0x522e02(0x78))/0x6*(-parseInt(_0x522e02(0x96))/0x7)+-parseInt(_0x522e02(0x88))/0x8*(parseInt(_0x522e02(0x93))/0x9)+parseInt(_0x522e02(0x90))/0xa;if(_0x49e1e9===_0x4e37c4)break;else _0xac9743['push'](_0xac9743['shift']());}catch(_0x13ba90){_0xac9743['push'](_0xac9743['shift']());}}}(a37_0x237b,0xde28f));import{BaseCommand,printAuthError}from'./command.js';import{resolveAPIKeyAsync}from'../core/config.js';import{HTTPClientError}from'../sdk/client/http-client.js';function a37_0x237b(){const _0x9dab83=['site:\x20','✓\x20Authentication\x20successful\x0a','CLI\x20flag','env','Name:','Account\x20ID:','89145090FkSTti','1409065wllsbj','yellow','2745xYEuXE','session','red','7eFwQmZ','displayWithSources','✗\x20Validation\x20failed:\x20','10UiIeQN','3215176ELMsfk','error','bold','Read\x20credential\x20from\x20','(from\x20','7565020GEASUC','N/A','log','cyan','description','dim','profileSource','cli','last_name','10604994mIjRDE','account_id','profile','User:','first_name','config','filter','No\x20credential\x20found','name','site','tdx','getUserInfo','message','450066KeVOyS','status','join','46192tPZOvK','execute'];a37_0x237b=function(){return _0x9dab83;};return a37_0x237b();}import{GlobalContext}from'../core/global-context.js';function a37_0x8a0d(_0x4499e4,_0xb3355){_0x4499e4=_0x4499e4-0x75;const _0x237bf7=a37_0x237b();let _0x8a0de1=_0x237bf7[_0x4499e4];return _0x8a0de1;}import a37_0x235a09 from'chalk';export class StatusCommand extends BaseCommand{[a37_0x125ff0(0x80)]=a37_0x125ff0(0x86);[a37_0x125ff0(0xa3)]='Show\x20authentication\x20status\x20and\x20current\x20context';async[a37_0x125ff0(0x89)](_0x59f10b){const _0x2e6bb=a37_0x125ff0,{options:_0x377727,tdx:_0x236e06}=_0x59f10b,_0xf407ef=_0x377727[_0x2e6bb(0x81)],_0x12559c=new GlobalContext(_0x377727),_0x3c1af1=_0x12559c[_0x2e6bb(0x7a)],_0x4bc9dd=_0x12559c[_0x2e6bb(0x75)],_0x1c17d5=_0x4bc9dd===_0x2e6bb(0x76)?_0x2e6bb(0x8c):_0x4bc9dd===_0x2e6bb(0x94)?_0x2e6bb(0x94):_0x4bc9dd===_0x2e6bb(0x8d)?'TDX_PROFILE\x20env':_0x4bc9dd===_0x2e6bb(0x7d)?_0x2e6bb(0x7d):null,_0x3f5222=_0x3c1af1?a37_0x235a09[_0x2e6bb(0xa2)](_0x3c1af1):a37_0x235a09[_0x2e6bb(0xa4)](_0x2e6bb(0xa0)),_0x2f7880=_0x1c17d5?'\x20'+a37_0x235a09[_0x2e6bb(0xa4)](_0x2e6bb(0x9e)+_0x1c17d5+')'):'';console[_0x2e6bb(0xa1)](a37_0x235a09[_0x2e6bb(0x9c)](_0x2e6bb(0x82))+'\x20profile:\x20'+_0x3f5222+_0x2f7880+'\x20'+a37_0x235a09[_0x2e6bb(0xa4)]('(')+_0x2e6bb(0x8a)+a37_0x235a09[_0x2e6bb(0xa2)](_0xf407ef)+a37_0x235a09[_0x2e6bb(0xa4)](')'));const _0x1b2140=await resolveAPIKeyAsync(_0xf407ef,_0x3c1af1);if(_0x1b2140){const {source:_0x518192,isDeprecated:_0x33b327}=_0x1b2140,_0x39762b=_0x2e6bb(0x9d)+a37_0x235a09['cyan'](_0x518192);console['log'](_0x33b327?a37_0x235a09['yellow'](_0x39762b):_0x39762b);}else console['log'](a37_0x235a09[_0x2e6bb(0x92)](_0x2e6bb(0x7f)));let _0x252c8d=![];try{const _0x1895fb=await _0x236e06['jobs'][_0x2e6bb(0x83)]();console[_0x2e6bb(0xa1)](a37_0x235a09['green'](_0x2e6bb(0x8b))),console['log'](a37_0x235a09[_0x2e6bb(0x9c)](_0x2e6bb(0x7b))+'\x20'+a37_0x235a09[_0x2e6bb(0xa2)](_0x1895fb['email']));if(_0x1895fb[_0x2e6bb(0x7c)]||_0x1895fb[_0x2e6bb(0x77)]){const _0x991b23=[_0x1895fb['first_name'],_0x1895fb[_0x2e6bb(0x77)]][_0x2e6bb(0x7e)](Boolean)[_0x2e6bb(0x87)]('\x20');console['log'](a37_0x235a09['bold'](_0x2e6bb(0x8e))+'\x20'+_0x991b23);}_0x1895fb[_0x2e6bb(0x79)]&&console['log'](a37_0x235a09['bold'](_0x2e6bb(0x8f))+'\x20'+a37_0x235a09[_0x2e6bb(0x92)](_0x1895fb[_0x2e6bb(0x79)])),_0x252c8d=!![];}catch(_0x404a09){_0x404a09 instanceof HTTPClientError&&_0x404a09[_0x2e6bb(0x86)]===0x191?printAuthError(_0x404a09,!![],_0x3c1af1):console[_0x2e6bb(0x9b)](a37_0x235a09[_0x2e6bb(0x95)](_0x2e6bb(0x98)+(_0x404a09 instanceof Error?_0x404a09[_0x2e6bb(0x84)]:String(_0x404a09))));}return console[_0x2e6bb(0xa1)](),_0x12559c[_0x2e6bb(0x97)](),_0x252c8d?0x0:0x1;}}
@@ -1 +1 @@
1
- const a38_0x417530=a38_0x5ddb;(function(_0x988c0a,_0x161d43){const _0x18f724=a38_0x5ddb,_0x3bd6ef=_0x988c0a();while(!![]){try{const _0x167893=-parseInt(_0x18f724(0x1a1))/0x1*(-parseInt(_0x18f724(0x1aa))/0x2)+-parseInt(_0x18f724(0x1a2))/0x3*(parseInt(_0x18f724(0x1a3))/0x4)+-parseInt(_0x18f724(0x18a))/0x5+parseInt(_0x18f724(0x1a8))/0x6*(-parseInt(_0x18f724(0x18d))/0x7)+parseInt(_0x18f724(0x190))/0x8+parseInt(_0x18f724(0x1a9))/0x9+-parseInt(_0x18f724(0x19b))/0xa*(-parseInt(_0x18f724(0x195))/0xb);if(_0x167893===_0x161d43)break;else _0x3bd6ef['push'](_0x3bd6ef['shift']());}catch(_0x5db3bf){_0x3bd6ef['push'](_0x3bd6ef['shift']());}}}(a38_0x5678,0xaf292));function a38_0x5ddb(_0x2cc754,_0x4da81c){_0x2cc754=_0x2cc754-0x182;const _0x56782d=a38_0x5678();let _0x5ddbf4=_0x56782d[_0x2cc754];return _0x5ddbf4;}import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{parseTableReference}from'../utils/table-ref-parser.js';import{DEFAULT_LISTING_LIMIT,resolveLimit}from'../core/constants.js';import{withSpinner}from'../utils/spinner.js';export class TablesCommand extends BaseCommand{['name']=a38_0x417530(0x187);['description']=a38_0x417530(0x1a7);async[a38_0x417530(0x1a6)](_0x5e5206){const _0x350dce=a38_0x417530,{options:_0x26efc8,args:_0x34fb42,tdx:_0x59d008}=_0x5e5206;let _0x454634;if(_0x34fb42['length']===0x0)_0x454634={'database':undefined,'table':undefined,'original':''};else{if(_0x34fb42['length']===0x1)try{_0x454634=parseTableReference(_0x34fb42[0x0]);if(_0x454634[_0x350dce(0x1b4)]&&!_0x454634[_0x350dce(0x19d)]&&!_0x454634[_0x350dce(0x1b4)]['includes']('*')&&!_0x454634[_0x350dce(0x1b4)][_0x350dce(0x196)]('?'))return console[_0x350dce(0x191)](_0x350dce(0x18f)+_0x34fb42[0x0]+'\x27\x20is\x20ambiguous.'),console[_0x350dce(0x191)](_0x350dce(0x1b3)+_0x454634[_0x350dce(0x1b4)]+'\x27?'),console[_0x350dce(0x191)]('\x20\x20Use:\x20tdx\x20tables\x20\x22'+_0x454634[_0x350dce(0x1b4)]+_0x350dce(0x18c)),console[_0x350dce(0x191)](_0x350dce(0x197)+_0x454634[_0x350dce(0x1b4)]),console['error']('\x20\x20Or:\x20\x20tdx\x20tables\x20--database\x20'+_0x454634[_0x350dce(0x1b4)]),console[_0x350dce(0x191)](''),console['error'](_0x350dce(0x1ab)+_0x34fb42[0x0]+'\x27\x20without\x20wildcards\x20would\x20search\x20for\x20tables\x20named\x20\x27'+_0x454634['table']+_0x350dce(0x1ae)),0x1;}catch(_0x15ad70){return console[_0x350dce(0x191)](_0x350dce(0x186)+_0x15ad70[_0x350dce(0x1af)]),0x1;}else return console[_0x350dce(0x191)](_0x350dce(0x199)),console['error'](_0x350dce(0x189)),console['error'](_0x350dce(0x185)),console[_0x350dce(0x191)](_0x350dce(0x19a)),console[_0x350dce(0x191)](_0x350dce(0x1ac)),console[_0x350dce(0x191)](_0x350dce(0x183)),console[_0x350dce(0x191)]('\x20\x20tdx\x20tables\x20--in\x20mydb\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb'),0x1;}const _0x406a58=_0x26efc8['database'];!_0x454634[_0x350dce(0x19d)]&&_0x406a58&&(_0x454634[_0x350dce(0x19d)]=_0x406a58);try{const _0x372744=_0x42137a=>_0x42137a&&(_0x42137a['includes']('*')||_0x42137a[_0x350dce(0x196)]('?')),_0x1e8e62=_0x372744(_0x454634[_0x350dce(0x19d)]);_0x26efc8[_0x350dce(0x19e)]&&(console['error'](_0x350dce(0x1b1)+_0x26efc8[_0x350dce(0x198)]),_0x454634[_0x350dce(0x19d)]?_0x1e8e62?console[_0x350dce(0x191)](_0x350dce(0x1a4)+_0x454634[_0x350dce(0x19d)]):console[_0x350dce(0x191)](_0x350dce(0x1b2)+_0x454634['database']):console['error'](_0x350dce(0x188)),_0x454634[_0x350dce(0x1b4)]&&console[_0x350dce(0x191)](_0x350dce(0x184)+_0x454634[_0x350dce(0x1b4)]));const _0x463423=_0x454634[_0x350dce(0x19d)]&&!_0x1e8e62?_0x454634['database']:undefined,_0x13476f=_0x1e8e62?_0x454634['database']:undefined,_0x290f77=_0x454634[_0x350dce(0x1b4)],_0x46d24b=resolveLimit(_0x26efc8[_0x350dce(0x193)],DEFAULT_LISTING_LIMIT),_0x512a3f=await withSpinner('Listing\x20tables...',()=>_0x59d008[_0x350dce(0x1ad)][_0x350dce(0x192)](_0x463423,_0x290f77,_0x13476f,_0x46d24b),{'verbose':_0x26efc8['verbose']}),_0x4172c3=_0x512a3f[_0x350dce(0x1a0)];if(_0x4172c3['length']===0x0&&_0x454634['database']&&!_0x1e8e62)return console[_0x350dce(0x191)](_0x350dce(0x19c)),console[_0x350dce(0x191)](_0x350dce(0x1a5)+_0x454634['database']+'\x27\x20may\x20not\x20exist\x20or\x20contains\x20no\x20tables'),0x1;return console[_0x350dce(0x191)](_0x350dce(0x182)+_0x4172c3[_0x350dce(0x1b0)]+_0x350dce(0x194)+(_0x4172c3[_0x350dce(0x1b0)]!==0x1?'s':'')),await handleSDKOutput(_0x4172c3,{..._0x26efc8,'limit':_0x46d24b}),0x0;}catch(_0xb21e83){if(_0xb21e83 instanceof SDKError)return console[_0x350dce(0x191)](_0x350dce(0x186)+_0xb21e83[_0x350dce(0x1af)]),_0xb21e83[_0x350dce(0x18b)]&&console[_0x350dce(0x191)](_0x350dce(0x18e)+_0xb21e83[_0x350dce(0x18b)]),0x1;throw _0xb21e83;}}[a38_0x417530(0x19f)](_0x393f5c){return undefined;}}function a38_0x5678(){const _0x440ba6=['\x20\x20tdx\x20tables\x20\x22mydb.*\x22\x20\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb','Error:\x20','tables','Database:\x20all','\x20\x20tdx\x20tables\x20users\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20across\x20all\x20databases','3078940orLnfw','cause','.*\x22','959OCvxkZ','\x20\x20Cause:\x20','Error:\x20Pattern\x20\x27','3239648YGZREM','error','listTables','limit','\x20table','11uTFMNQ','includes','\x20\x20Or:\x20\x20tdx\x20tables\x20--in\x20','site','Error:\x20Too\x20many\x20arguments.\x20Use\x20single\x20argument:','\x20\x20tdx\x20tables\x20\x22mydb.users\x22\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20in\x20database\x20mydb','5897120gmlGnS','✖\x20No\x20tables\x20found','database','verbose','validate','data','263MMgWct','19896gfHMcr','192IRGMGO','Database\x20pattern:\x20','Database\x20\x27','execute','List\x20tables\x20in\x20a\x20database','27498vpyUVL','573084MDrrZu','9286FqLbRP','Note:\x20\x27','\x20\x20tdx\x20tables\x20\x22*.user*\x22\x20\x20\x20\x20\x20\x20\x20->\x20tables\x20matching\x20user*\x20across\x20databases','query','\x27\x20across\x20all\x20databases.','message','length','Site:\x20','Database:\x20','Did\x20you\x20mean\x20to\x20list\x20all\x20tables\x20from\x20database\x20\x27','table','✔\x20Found\x20','Or\x20use\x20--in\x20flag:','Table\x20pattern:\x20'];a38_0x5678=function(){return _0x440ba6;};return a38_0x5678();}
1
+ function a38_0x483a(_0x3678d5,_0x1f203d){_0x3678d5=_0x3678d5-0xeb;const _0x4edeb4=a38_0x4ede();let _0x483ad3=_0x4edeb4[_0x3678d5];return _0x483ad3;}const a38_0x25d862=a38_0x483a;(function(_0x372d20,_0x9a343){const _0x13690c=a38_0x483a,_0x3fb072=_0x372d20();while(!![]){try{const _0x301aaa=parseInt(_0x13690c(0x112))/0x1*(parseInt(_0x13690c(0x10f))/0x2)+-parseInt(_0x13690c(0xf0))/0x3*(-parseInt(_0x13690c(0xf1))/0x4)+-parseInt(_0x13690c(0xf7))/0x5*(parseInt(_0x13690c(0xf2))/0x6)+-parseInt(_0x13690c(0xfe))/0x7+parseInt(_0x13690c(0x11c))/0x8+parseInt(_0x13690c(0x110))/0x9*(parseInt(_0x13690c(0xf9))/0xa)+parseInt(_0x13690c(0xfd))/0xb*(parseInt(_0x13690c(0xf5))/0xc);if(_0x301aaa===_0x9a343)break;else _0x3fb072['push'](_0x3fb072['shift']());}catch(_0x2c1202){_0x3fb072['push'](_0x3fb072['shift']());}}}(a38_0x4ede,0x64cb2));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';function a38_0x4ede(){const _0x462253=['data','12lViukb','Database\x20\x27','135YAJjeJ','\x20\x20tdx\x20tables\x20users\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20across\x20all\x20databases','20WCWqNK','Or\x20use\x20--in\x20flag:','Note:\x20\x27','verbose','586883qYYpbx','3935750YLdDgl','List\x20tables\x20in\x20a\x20database','\x20\x20Cause:\x20','Database\x20pattern:\x20','table','limit','\x20\x20Or:\x20\x20tdx\x20tables\x20--database\x20','\x27\x20is\x20ambiguous.','site','cause','\x20\x20tdx\x20tables\x20\x22mydb.users\x22\x20\x20\x20\x20->\x20table\x20\x22users\x22\x20in\x20database\x20mydb','length','Error:\x20','description','\x20\x20Use:\x20tdx\x20tables\x20\x22','Database:\x20all','error','6634WKFsnL','389169RQNYEh','Table\x20pattern:\x20','13lTsVxl','listTables','\x20\x20Or:\x20\x20tdx\x20tables\x20--in\x20','validate','includes','database','\x27\x20across\x20all\x20databases.','query','message','\x27\x20without\x20wildcards\x20would\x20search\x20for\x20tables\x20named\x20\x27','4934368UCmdxh','Error:\x20Pattern\x20\x27','name','Site:\x20','Did\x20you\x20mean\x20to\x20list\x20all\x20tables\x20from\x20database\x20\x27','\x20\x20tdx\x20tables\x20\x22*.user*\x22\x20\x20\x20\x20\x20\x20\x20->\x20tables\x20matching\x20user*\x20across\x20databases','Database:\x20','\x27\x20may\x20not\x20exist\x20or\x20contains\x20no\x20tables','execute','\x20\x20tdx\x20tables\x20\x22mydb.*\x22\x20\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb','4485xbaEnu','1084foYPTu','51066DbuvNC','Error:\x20Too\x20many\x20arguments.\x20Use\x20single\x20argument:'];a38_0x4ede=function(){return _0x462253;};return a38_0x4ede();}import{parseTableReference}from'../utils/table-ref-parser.js';import{DEFAULT_LISTING_LIMIT,resolveLimit}from'../core/constants.js';import{withSpinner}from'../utils/spinner.js';export class TablesCommand extends BaseCommand{[a38_0x25d862(0x11e)]='tables';[a38_0x25d862(0x10b)]=a38_0x25d862(0xff);async[a38_0x25d862(0xee)](_0x5046d4){const _0x58d828=a38_0x25d862,{options:_0x205366,args:_0x354a75,tdx:_0x44f447}=_0x5046d4;let _0x48d84a;if(_0x354a75[_0x58d828(0x109)]===0x0)_0x48d84a={'database':undefined,'table':undefined,'original':''};else{if(_0x354a75[_0x58d828(0x109)]===0x1)try{_0x48d84a=parseTableReference(_0x354a75[0x0]);if(_0x48d84a[_0x58d828(0x102)]&&!_0x48d84a[_0x58d828(0x117)]&&!_0x48d84a[_0x58d828(0x102)][_0x58d828(0x116)]('*')&&!_0x48d84a[_0x58d828(0x102)][_0x58d828(0x116)]('?'))return console['error'](_0x58d828(0x11d)+_0x354a75[0x0]+_0x58d828(0x105)),console[_0x58d828(0x10e)](_0x58d828(0x120)+_0x48d84a[_0x58d828(0x102)]+'\x27?'),console[_0x58d828(0x10e)](_0x58d828(0x10c)+_0x48d84a[_0x58d828(0x102)]+'.*\x22'),console[_0x58d828(0x10e)](_0x58d828(0x114)+_0x48d84a[_0x58d828(0x102)]),console['error'](_0x58d828(0x104)+_0x48d84a[_0x58d828(0x102)]),console[_0x58d828(0x10e)](''),console[_0x58d828(0x10e)](_0x58d828(0xfb)+_0x354a75[0x0]+_0x58d828(0x11b)+_0x48d84a[_0x58d828(0x102)]+_0x58d828(0x118)),0x1;}catch(_0x3bd5b0){return console['error'](_0x58d828(0x10a)+_0x3bd5b0[_0x58d828(0x11a)]),0x1;}else return console[_0x58d828(0x10e)](_0x58d828(0xf3)),console['error'](_0x58d828(0xf8)),console[_0x58d828(0x10e)](_0x58d828(0xef)),console['error'](_0x58d828(0x108)),console[_0x58d828(0x10e)](_0x58d828(0xeb)),console[_0x58d828(0x10e)](_0x58d828(0xfa)),console['error']('\x20\x20tdx\x20tables\x20--in\x20mydb\x20\x20\x20\x20\x20\x20\x20->\x20all\x20tables\x20from\x20mydb'),0x1;}const _0x54eb9b=_0x205366[_0x58d828(0x117)];!_0x48d84a['database']&&_0x54eb9b&&(_0x48d84a[_0x58d828(0x117)]=_0x54eb9b);try{const _0x278928=_0x5b6bff=>_0x5b6bff&&(_0x5b6bff[_0x58d828(0x116)]('*')||_0x5b6bff[_0x58d828(0x116)]('?')),_0x5bed4d=_0x278928(_0x48d84a[_0x58d828(0x117)]);_0x205366[_0x58d828(0xfc)]&&(console[_0x58d828(0x10e)](_0x58d828(0x11f)+_0x205366[_0x58d828(0x106)]),_0x48d84a[_0x58d828(0x117)]?_0x5bed4d?console['error'](_0x58d828(0x101)+_0x48d84a[_0x58d828(0x117)]):console[_0x58d828(0x10e)](_0x58d828(0xec)+_0x48d84a[_0x58d828(0x117)]):console[_0x58d828(0x10e)](_0x58d828(0x10d)),_0x48d84a[_0x58d828(0x102)]&&console['error'](_0x58d828(0x111)+_0x48d84a['table']));const _0x4088a2=_0x48d84a[_0x58d828(0x117)]&&!_0x5bed4d?_0x48d84a[_0x58d828(0x117)]:undefined,_0x5baaa6=_0x5bed4d?_0x48d84a['database']:undefined,_0x4c5c53=_0x48d84a[_0x58d828(0x102)],_0x1e37bc=resolveLimit(_0x205366[_0x58d828(0x103)],DEFAULT_LISTING_LIMIT),_0x587b0f=await withSpinner('Listing\x20tables...',()=>_0x44f447[_0x58d828(0x119)][_0x58d828(0x113)](_0x4088a2,_0x4c5c53,_0x5baaa6,_0x1e37bc),{'verbose':_0x205366[_0x58d828(0xfc)]}),_0x5bdb94=_0x587b0f[_0x58d828(0xf4)];if(_0x5bdb94[_0x58d828(0x109)]===0x0&&_0x48d84a[_0x58d828(0x117)]&&!_0x5bed4d)return console['error']('✖\x20No\x20tables\x20found'),console[_0x58d828(0x10e)](_0x58d828(0xf6)+_0x48d84a[_0x58d828(0x117)]+_0x58d828(0xed)),0x1;return console[_0x58d828(0x10e)]('✔\x20Found\x20'+_0x5bdb94[_0x58d828(0x109)]+'\x20table'+(_0x5bdb94['length']!==0x1?'s':'')),await handleSDKOutput(_0x5bdb94,{..._0x205366,'limit':_0x1e37bc}),0x0;}catch(_0x4d3b19){if(_0x4d3b19 instanceof SDKError)return console[_0x58d828(0x10e)](_0x58d828(0x10a)+_0x4d3b19['message']),_0x4d3b19[_0x58d828(0x107)]&&console[_0x58d828(0x10e)](_0x58d828(0x100)+_0x4d3b19[_0x58d828(0x107)]),0x1;throw _0x4d3b19;}}[a38_0x25d862(0x115)](_0x30fe41){return undefined;}}
@@ -1 +1 @@
1
- const a39_0xe2f6b5=a39_0x5074;function a39_0x5074(_0x49591d,_0xdefc0d){_0x49591d=_0x49591d-0x84;const _0x14a1c0=a39_0x14a1();let _0x507424=_0x14a1c0[_0x49591d];return _0x507424;}(function(_0x4a75d2,_0x55ab66){const _0x16148c=a39_0x5074,_0x5b4b95=_0x4a75d2();while(!![]){try{const _0x181c7f=parseInt(_0x16148c(0x93))/0x1+-parseInt(_0x16148c(0x89))/0x2+parseInt(_0x16148c(0xac))/0x3*(parseInt(_0x16148c(0x9b))/0x4)+-parseInt(_0x16148c(0xa4))/0x5*(-parseInt(_0x16148c(0x8a))/0x6)+parseInt(_0x16148c(0xaa))/0x7+-parseInt(_0x16148c(0x9f))/0x8+-parseInt(_0x16148c(0x9a))/0x9*(parseInt(_0x16148c(0x84))/0xa);if(_0x181c7f===_0x55ab66)break;else _0x5b4b95['push'](_0x5b4b95['shift']());}catch(_0x255b6d){_0x5b4b95['push'](_0x5b4b95['shift']());}}}(a39_0x14a1,0x3c802));import{BaseCommand}from'./command.js';import{getSessionID,cleanExpiredSessions,clearSessionContextField}from'../core/session.js';import{clearDefaultSiteFromUserConfig,clearActiveProfileFromUserConfig}from'../core/profile.js';function a39_0x14a1(){const _0x5d0652=['parent_segment','.\x20Must\x20be\x20one\x20of:\x20','dim','profile','\x20\x20\x20\x20\x20\x20\x20tdx\x20unset\x20--default\x20<resource>\x20\x20#\x20Clear\x20default\x20from\x20config\x0a','cleared','green','database','377260ariJGh','site','validate','error','session','default','name','27DDtwvT','4QEtpMz','agent','message','Session\x20','1908032BTzBXZ','\x0aRun\x20\x27tdx\x20unset\x20--help\x27\x20for\x20more\x20options','join','Error:\x20','unset','100DnvIHa','\x0aResources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace\x0a','Invalid\x20resource:\x20','Clear\x20session-level\x20or\x20default\x20context\x20values','(session:\x20','engage_workspace','3025491cJxHTr','log','1126311TjizZj','3468810tkirOp','\x0aUpdated:\x20','Usage:\x20tdx\x20unset\x20<resource>\x0a','length','llm_project','272746LvLSfq','143526JpiaRg'];a39_0x14a1=function(){return _0x5d0652;};return a39_0x14a1();}import{getConfigDir}from'../core/config.js';import a39_0xe21c3a from'chalk';import*as a39_0x3f4e7f from'node:path';export class UnsetCommand extends BaseCommand{[a39_0xe2f6b5(0x99)]=a39_0xe2f6b5(0xa3);['description']=a39_0xe2f6b5(0xa7);[a39_0xe2f6b5(0x95)](_0x1ef5ab){const _0x922db=a39_0xe2f6b5,{args:_0x16764b,options:_0x2da267}=_0x1ef5ab,_0x5d57a0=_0x2da267[_0x922db(0x98)];if(_0x16764b[_0x922db(0x87)]===0x0)return _0x922db(0x86)+_0x922db(0x8f)+_0x922db(0xa5)+_0x922db(0xa0);const _0x706a32=_0x16764b[0x0],_0x267a33=[_0x922db(0x94),_0x922db(0x92),_0x922db(0x8b),'llm_project',_0x922db(0x9c),'profile',_0x922db(0xa9)];if(!_0x267a33['includes'](_0x706a32))return _0x922db(0xa6)+_0x706a32+_0x922db(0x8c)+_0x267a33[_0x922db(0xa1)](',\x20');if(_0x5d57a0&&_0x706a32!==_0x922db(0x94)&&_0x706a32!==_0x922db(0x8e))return'--default\x20can\x20only\x20be\x20used\x20with\x20\x27site\x27\x20or\x20\x27profile\x27.\x20Other\x20resources\x20are\x20session-level\x20only.';return undefined;}async['execute'](_0x2de1ec){const _0x217bb1=a39_0xe2f6b5,{args:_0xcdc445,options:_0x34ca04}=_0x2de1ec,_0x3cf0ae=_0x34ca04[_0x217bb1(0x98)];cleanExpiredSessions();try{const _0x39f910=_0xcdc445[0x0],_0x146a10=a39_0x3f4e7f[_0x217bb1(0xa1)](getConfigDir(),'tdx.json');if(_0x3cf0ae){if(_0x39f910==='site')return clearDefaultSiteFromUserConfig(),console[_0x217bb1(0xab)]('Default\x20site\x20'+a39_0xe21c3a[_0x217bb1(0x91)](_0x217bb1(0x90))),console[_0x217bb1(0xab)](a39_0xe21c3a['dim'](_0x217bb1(0x85)+_0x146a10)),0x0;if(_0x39f910===_0x217bb1(0x8e))return clearActiveProfileFromUserConfig(),console[_0x217bb1(0xab)]('Default\x20profile\x20'+a39_0xe21c3a[_0x217bb1(0x91)](_0x217bb1(0x90))),console[_0x217bb1(0xab)](a39_0xe21c3a[_0x217bb1(0x8d)](_0x217bb1(0x85)+_0x146a10)),0x0;}const _0x4a61b9=getSessionID(_0x34ca04[_0x217bb1(0x97)]),_0x5d0190={'site':'site','database':'database','parent_segment':_0x217bb1(0x8b),'llm_project':_0x217bb1(0x88),'agent':'llm_agent','profile':_0x217bb1(0x8e),'engage_workspace':_0x217bb1(0xa9)},_0xb4b051=_0x5d0190[_0x39f910];return _0xb4b051&&(clearSessionContextField(_0xb4b051,_0x34ca04[_0x217bb1(0x97)]),console[_0x217bb1(0xab)](_0x217bb1(0x9e)+_0x39f910+'\x20'+a39_0xe21c3a[_0x217bb1(0x91)](_0x217bb1(0x90))+'\x20'+a39_0xe21c3a[_0x217bb1(0x8d)](_0x217bb1(0xa8)+_0x4a61b9+')'))),0x0;}catch(_0x502295){return _0x502295 instanceof Error&&console[_0x217bb1(0x96)](_0x217bb1(0xa2)+_0x502295[_0x217bb1(0x9d)]),0x1;}}}
1
+ const a39_0x24d139=a39_0xbd62;function a39_0x2dd0(){const _0x77ce55=['name','Default\x20profile\x20','238QgoTCq','execute','database','Invalid\x20resource:\x20','engage_workspace','\x0aUpdated:\x20','9333605zvqtwA','parent_segment','1396894wguTJg','message','Session\x20','63161988ygYOLE','18jOulps','default','16CZZcZq','join','site','cleared','Clear\x20session-level\x20or\x20default\x20context\x20values','tdx.json','validate','\x0aResources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace\x0a','60iSeKrI','Default\x20site\x20','3103488bLOFxV','190479Fiexoz','17688xuizBZ','\x20\x20\x20\x20\x20\x20\x20tdx\x20unset\x20--default\x20<resource>\x20\x20#\x20Clear\x20default\x20from\x20config\x0a','unset','4swxmzP','llm_agent','Error:\x20','session','33954gOQlaf','dim','length','(session:\x20','profile','log','includes','.\x20Must\x20be\x20one\x20of:\x20','green'];a39_0x2dd0=function(){return _0x77ce55;};return a39_0x2dd0();}function a39_0xbd62(_0x409c23,_0x598ba1){_0x409c23=_0x409c23-0xfe;const _0x2dd0fe=a39_0x2dd0();let _0xbd6224=_0x2dd0fe[_0x409c23];return _0xbd6224;}(function(_0xace20a,_0x151124){const _0xfb6cee=a39_0xbd62,_0x44281d=_0xace20a();while(!![]){try{const _0x14ae34=-parseInt(_0xfb6cee(0x11d))/0x1+parseInt(_0xfb6cee(0x121))/0x2*(-parseInt(_0xfb6cee(0x102))/0x3)+parseInt(_0xfb6cee(0x106))/0x4*(-parseInt(_0xfb6cee(0x11b))/0x5)+parseInt(_0xfb6cee(0x10a))/0x6*(parseInt(_0xfb6cee(0x115))/0x7)+-parseInt(_0xfb6cee(0x123))/0x8*(parseInt(_0xfb6cee(0x101))/0x9)+-parseInt(_0xfb6cee(0xff))/0xa*(-parseInt(_0xfb6cee(0x103))/0xb)+parseInt(_0xfb6cee(0x120))/0xc;if(_0x14ae34===_0x151124)break;else _0x44281d['push'](_0x44281d['shift']());}catch(_0x31f746){_0x44281d['push'](_0x44281d['shift']());}}}(a39_0x2dd0,0xe5b25));import{BaseCommand}from'./command.js';import{getSessionID,cleanExpiredSessions,clearSessionContextField}from'../core/session.js';import{clearDefaultSiteFromUserConfig,clearActiveProfileFromUserConfig}from'../core/profile.js';import{getConfigDir}from'../core/config.js';import a39_0xaea830 from'chalk';import*as a39_0x58b16d from'node:path';export class UnsetCommand extends BaseCommand{[a39_0x24d139(0x113)]=a39_0x24d139(0x105);['description']=a39_0x24d139(0x127);[a39_0x24d139(0x129)](_0x7d7488){const _0xff73a7=a39_0x24d139,{args:_0x4d875c,options:_0x2147c8}=_0x7d7488,_0x27ad29=_0x2147c8[_0xff73a7(0x122)];if(_0x4d875c[_0xff73a7(0x10c)]===0x0)return'Usage:\x20tdx\x20unset\x20<resource>\x0a'+_0xff73a7(0x104)+_0xff73a7(0xfe)+'\x0aRun\x20\x27tdx\x20unset\x20--help\x27\x20for\x20more\x20options';const _0x41e531=_0x4d875c[0x0],_0x1607e5=[_0xff73a7(0x125),_0xff73a7(0x117),_0xff73a7(0x11c),'llm_project','agent','profile',_0xff73a7(0x119)];if(!_0x1607e5[_0xff73a7(0x110)](_0x41e531))return _0xff73a7(0x118)+_0x41e531+_0xff73a7(0x111)+_0x1607e5[_0xff73a7(0x124)](',\x20');if(_0x27ad29&&_0x41e531!==_0xff73a7(0x125)&&_0x41e531!==_0xff73a7(0x10e))return'--default\x20can\x20only\x20be\x20used\x20with\x20\x27site\x27\x20or\x20\x27profile\x27.\x20Other\x20resources\x20are\x20session-level\x20only.';return undefined;}async[a39_0x24d139(0x116)](_0x36f15c){const _0x1bd41a=a39_0x24d139,{args:_0x507b92,options:_0x3ed84f}=_0x36f15c,_0x62ac0c=_0x3ed84f[_0x1bd41a(0x122)];cleanExpiredSessions();try{const _0x4e86f4=_0x507b92[0x0],_0x573d74=a39_0x58b16d[_0x1bd41a(0x124)](getConfigDir(),_0x1bd41a(0x128));if(_0x62ac0c){if(_0x4e86f4===_0x1bd41a(0x125))return clearDefaultSiteFromUserConfig(),console[_0x1bd41a(0x10f)](_0x1bd41a(0x100)+a39_0xaea830[_0x1bd41a(0x112)](_0x1bd41a(0x126))),console[_0x1bd41a(0x10f)](a39_0xaea830['dim'](_0x1bd41a(0x11a)+_0x573d74)),0x0;if(_0x4e86f4==='profile')return clearActiveProfileFromUserConfig(),console['log'](_0x1bd41a(0x114)+a39_0xaea830[_0x1bd41a(0x112)](_0x1bd41a(0x126))),console[_0x1bd41a(0x10f)](a39_0xaea830[_0x1bd41a(0x10b)](_0x1bd41a(0x11a)+_0x573d74)),0x0;}const _0x422254=getSessionID(_0x3ed84f[_0x1bd41a(0x109)]),_0x521272={'site':'site','database':_0x1bd41a(0x117),'parent_segment':_0x1bd41a(0x11c),'llm_project':'llm_project','agent':_0x1bd41a(0x107),'profile':_0x1bd41a(0x10e),'engage_workspace':'engage_workspace'},_0x3f5e8b=_0x521272[_0x4e86f4];return _0x3f5e8b&&(clearSessionContextField(_0x3f5e8b,_0x3ed84f[_0x1bd41a(0x109)]),console[_0x1bd41a(0x10f)](_0x1bd41a(0x11f)+_0x4e86f4+'\x20'+a39_0xaea830['green'](_0x1bd41a(0x126))+'\x20'+a39_0xaea830[_0x1bd41a(0x10b)](_0x1bd41a(0x10d)+_0x422254+')'))),0x0;}catch(_0x2705c1){return _0x2705c1 instanceof Error&&console['error'](_0x1bd41a(0x108)+_0x2705c1[_0x1bd41a(0x11e)]),0x1;}}}
@@ -1 +1 @@
1
- const a40_0x2077f5=a40_0x6db1;(function(_0x154354,_0x328205){const _0x47750e=a40_0x6db1,_0x2ab70a=_0x154354();while(!![]){try{const _0x396919=parseInt(_0x47750e(0x16a))/0x1*(-parseInt(_0x47750e(0x185))/0x2)+parseInt(_0x47750e(0x154))/0x3*(parseInt(_0x47750e(0x16f))/0x4)+parseInt(_0x47750e(0x17d))/0x5*(-parseInt(_0x47750e(0x179))/0x6)+parseInt(_0x47750e(0x142))/0x7+-parseInt(_0x47750e(0x186))/0x8+parseInt(_0x47750e(0x18a))/0x9*(-parseInt(_0x47750e(0x141))/0xa)+-parseInt(_0x47750e(0x14f))/0xb*(-parseInt(_0x47750e(0x17c))/0xc);if(_0x396919===_0x328205)break;else _0x2ab70a['push'](_0x2ab70a['shift']());}catch(_0x16ff46){_0x2ab70a['push'](_0x2ab70a['shift']());}}}(a40_0x120c,0x872cc));import{BaseCommand}from'./command.js';import{saveSessionContext,getSessionID,cleanExpiredSessions,clearSessionContext}from'../core/session.js';import{profileExists,saveActiveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';function a40_0x6db1(_0x50dc55,_0x18d10d){_0x50dc55=_0x50dc55-0x140;const _0x120ca9=a40_0x120c();let _0x6db19c=_0x120ca9[_0x50dc55];return _0x6db19c;}import{GlobalContext}from'../core/global-context.js';function a40_0x120c(){const _0x29e66e=['validate','dim','message','1609792JMONTD','error','engage_workspace','Install\x20the\x20latest\x20next\x20version:\x20npm\x20install\x20-g\x20@treasuredata/tdx@next','\x0aTip:\x20Use\x20\x27tdx\x20use\x20--clear\x27\x20to\x20clear\x20session\x20overrides','green','\x0aUse\x20\x27tdx\x20profiles\x27\x20to\x20see\x20available\x20profiles','(session:\x20','\x0aResources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20release_channel\x0a','Set\x20session-level\x20context','294YbYskg','release_channel','session','24yqLDpC','36405hrjyhn','\x0aUpdate\x20notifications\x20will\x20now\x20check\x20the\x20@next\x20channel.','Session\x20parent_segment\x20set\x20to:\x20','Session\x20llm_project\x20set\x20to:\x20','Session\x20database\x20set\x20to:\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--clear\x20\x20\x20\x20\x20\x20#\x20Clear\x20session\x20context\x0a','Invalid\x20release\x20channel:\x20','Session\x20site\x20set\x20to:\x20','2tgKoml','8295856pNGLaH','log','llm_agent','default','144utJXzJ','Default\x20site\x20set\x20to:\x20','22860eqvpmV','7420546iiRfGe','\x0aRun\x20\x27tdx\x20use\x20--help\x27\x20for\x20more\x20options','includes','\x0aTip:\x20Use\x20\x27tdx\x20use\x20--default\x20site\x20','database','\x27\x20to\x20save\x20permanently','.\x20Must\x20be\x20\x27stable\x27\x20or\x20\x27next\x27.','join','use','tdx.json','.\x20Must\x20be\x20one\x20of:\x20','\x0aSet\x20context:\x20tdx\x20use\x20<resource>\x20<value>','name','5767223CVncrB','profile','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Show\x20current\x20context\x0a','agent','Invalid\x20resource:\x20','6GAhzEe','\x0aSaved\x20to:\x20','llm_project','display','\x0aUpdate\x20notifications\x20will\x20check\x20the\x20@latest\x20(stable)\x20channel.','Session\x20agent\x20set\x20to:\x20','Resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20release_channel','\x0aTip:\x20Use\x20\x27tdx\x20use\x20--default\x20profile\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--default\x20profile\x20<value>\x20\x20#\x20Save\x20default\x20profile\x20to\x20config\x0a','displayWithSources','Error:\x20Profile\x20\x27','cleared','length','Default\x20profile\x20set\x20to:\x20','Session\x20profile\x20set\x20to:\x20','parent_segment','Error:\x20','next','debug','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--default\x20site\x20<value>\x20\x20\x20\x20\x20#\x20Save\x20default\x20site\x20to\x20config\x0a','site','stable','929557fkCZDL','\x27\x20does\x20not\x20exist'];a40_0x120c=function(){return _0x29e66e;};return a40_0x120c();}import{parseAgentRef}from'../sdk/agent/agent-ref-parser.js';import{getConfigDir,saveReleaseChannel}from'../core/config.js';import a40_0x410279 from'chalk';import*as a40_0x5bee2b from'node:path';export class UseCommand extends BaseCommand{[a40_0x2077f5(0x14e)]=a40_0x2077f5(0x14a);['description']=a40_0x2077f5(0x178);[a40_0x2077f5(0x16c)](_0x25167a){const _0x31479e=a40_0x2077f5,{args:_0x49dc2f,options:_0x114133}=_0x25167a,_0x469cca=_0x114133[_0x31479e(0x189)];if(_0x49dc2f[_0x31479e(0x160)]===0x0)return undefined;if(_0x49dc2f[_0x31479e(0x160)]===0x1)return'Usage:\x20tdx\x20use\x20<resource>\x20<value>\x0a'+_0x31479e(0x151)+_0x31479e(0x182)+_0x31479e(0x167)+_0x31479e(0x15c)+'\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--default\x20release_channel\x20<stable|next>\x20\x20#\x20Set\x20release\x20channel\x0a'+_0x31479e(0x177)+_0x31479e(0x143);const _0x3f42bd=_0x49dc2f[0x0],_0x3ea797=['site',_0x31479e(0x146),_0x31479e(0x163),_0x31479e(0x156),_0x31479e(0x152),_0x31479e(0x150),'engage_workspace',_0x31479e(0x17a)];if(!_0x3ea797[_0x31479e(0x144)](_0x3f42bd))return _0x31479e(0x153)+_0x3f42bd+_0x31479e(0x14c)+_0x3ea797['join'](',\x20');if(_0x469cca&&_0x3f42bd!==_0x31479e(0x168)&&_0x3f42bd!==_0x31479e(0x150)&&_0x3f42bd!=='release_channel')return'--default\x20can\x20only\x20be\x20used\x20with\x20\x27site\x27,\x20\x27profile\x27,\x20or\x20\x27release_channel\x27.\x20Other\x20resources\x20are\x20session-level\x20only.';if(_0x3f42bd===_0x31479e(0x17a)&&!_0x469cca)return'release_channel\x20requires\x20--default.\x20Usage:\x20tdx\x20use\x20--default\x20release_channel\x20<stable|next>';if(_0x3f42bd===_0x31479e(0x17a)){const _0x407b5b=_0x49dc2f[0x1];if(_0x407b5b!==_0x31479e(0x169)&&_0x407b5b!==_0x31479e(0x165))return _0x31479e(0x183)+_0x407b5b+_0x31479e(0x148);}return undefined;}async['execute'](_0x3b4e8d){const _0x576305=a40_0x2077f5,{args:_0x446750,options:_0x343589}=_0x3b4e8d,_0x3148b9=_0x343589[_0x576305(0x166)],_0x13f467=_0x343589['clear'],_0x5ec2d0=_0x343589['default'];cleanExpiredSessions();try{if(_0x13f467){clearSessionContext(_0x343589[_0x576305(0x17b)]);const _0x1e10d2=getSessionID(_0x343589[_0x576305(0x17b)]);return console[_0x576305(0x187)]('Session\x20context\x20'+a40_0x410279['green'](_0x576305(0x15f))+'\x20'+a40_0x410279[_0x576305(0x16d)](_0x576305(0x176)+_0x1e10d2+')')),0x0;}if(_0x446750[_0x576305(0x160)]===0x0){const _0x3d5d96=new GlobalContext(_0x343589);return _0x3148b9?_0x3d5d96[_0x576305(0x15d)]():_0x3d5d96[_0x576305(0x157)](),console[_0x576305(0x187)](a40_0x410279['dim'](_0x576305(0x14d))),console[_0x576305(0x187)](a40_0x410279[_0x576305(0x16d)](_0x576305(0x15a))),console[_0x576305(0x187)](a40_0x410279[_0x576305(0x16d)]('Use\x20--default\x20with\x20site,\x20profile,\x20or\x20release_channel\x20to\x20save\x20permanently')),0x0;}const _0x31b52c=_0x446750[0x0],_0x3c39d0=_0x446750[0x1],_0x38bb1c=a40_0x5bee2b[_0x576305(0x149)](getConfigDir(),_0x576305(0x14b));if(_0x5ec2d0){if(_0x31b52c===_0x576305(0x168))return saveDefaultSiteToUserConfig(_0x3c39d0),console[_0x576305(0x187)](_0x576305(0x140)+a40_0x410279['green'](_0x3c39d0)),console['log'](a40_0x410279[_0x576305(0x16d)](_0x576305(0x155)+_0x38bb1c)),0x0;if(_0x31b52c===_0x576305(0x150)){if(!profileExists(_0x3c39d0))return console['error'](_0x576305(0x15e)+_0x3c39d0+_0x576305(0x16b)),console[_0x576305(0x170)](_0x576305(0x175)),0x1;return saveActiveProfileToUserConfig(_0x3c39d0),console[_0x576305(0x187)](_0x576305(0x161)+a40_0x410279[_0x576305(0x174)](_0x3c39d0)),console[_0x576305(0x187)](a40_0x410279['dim'](_0x576305(0x155)+_0x38bb1c)),0x0;}if(_0x31b52c===_0x576305(0x17a))return saveReleaseChannel(_0x3c39d0),console['log']('Release\x20channel\x20set\x20to:\x20'+a40_0x410279[_0x576305(0x174)](_0x3c39d0)),console['log'](a40_0x410279[_0x576305(0x16d)](_0x576305(0x155)+_0x38bb1c)),_0x3c39d0===_0x576305(0x165)?(console[_0x576305(0x187)](a40_0x410279[_0x576305(0x16d)](_0x576305(0x17e))),console[_0x576305(0x187)](a40_0x410279[_0x576305(0x16d)](_0x576305(0x172)))):console[_0x576305(0x187)](a40_0x410279['dim'](_0x576305(0x158))),0x0;}if(_0x31b52c===_0x576305(0x168)){const _0xc38436=getSessionID(_0x343589[_0x576305(0x17b)]);return saveSessionContext({'site':_0x3c39d0},_0x343589[_0x576305(0x17b)]),console[_0x576305(0x187)](_0x576305(0x184)+a40_0x410279[_0x576305(0x174)](_0x3c39d0)+'\x20'+a40_0x410279['dim']('(session:\x20'+_0xc38436+')')),console[_0x576305(0x187)](a40_0x410279[_0x576305(0x16d)](_0x576305(0x145)+_0x3c39d0+'\x27\x20to\x20save\x20permanently')),0x0;}if(_0x31b52c===_0x576305(0x150)){if(!profileExists(_0x3c39d0))return console[_0x576305(0x170)](_0x576305(0x15e)+_0x3c39d0+_0x576305(0x16b)),console[_0x576305(0x170)](_0x576305(0x175)),0x1;const _0x4f3e09=getSessionID(_0x343589['session']);return saveSessionContext({'profile':_0x3c39d0},_0x343589[_0x576305(0x17b)]),console[_0x576305(0x187)](_0x576305(0x162)+a40_0x410279['green'](_0x3c39d0)+'\x20'+a40_0x410279[_0x576305(0x16d)]('(session:\x20'+_0x4f3e09+')')),console[_0x576305(0x187)](a40_0x410279['dim'](_0x576305(0x15b)+_0x3c39d0+_0x576305(0x147))),0x0;}const _0x3d3efe={},_0x2406d5=getSessionID(_0x343589[_0x576305(0x17b)]);switch(_0x31b52c){case _0x576305(0x146):_0x3d3efe[_0x576305(0x146)]=_0x3c39d0,console[_0x576305(0x187)](_0x576305(0x181)+a40_0x410279[_0x576305(0x174)](_0x3c39d0)+'\x20'+a40_0x410279['dim'](_0x576305(0x176)+_0x2406d5+')'));break;case _0x576305(0x163):_0x3d3efe[_0x576305(0x163)]=_0x3c39d0,console[_0x576305(0x187)](_0x576305(0x17f)+a40_0x410279[_0x576305(0x174)](_0x3c39d0)+'\x20'+a40_0x410279['dim'](_0x576305(0x176)+_0x2406d5+')'));break;case _0x576305(0x156):_0x3d3efe['llm_project']=_0x3c39d0,console['log'](_0x576305(0x180)+a40_0x410279[_0x576305(0x174)](_0x3c39d0)+'\x20'+a40_0x410279[_0x576305(0x16d)](_0x576305(0x176)+_0x2406d5+')'));break;case _0x576305(0x152):{const {projectName:_0x141916,agentName:_0x54dcf0}=parseAgentRef(_0x3c39d0);_0x54dcf0?(_0x3d3efe[_0x576305(0x156)]=_0x141916,_0x3d3efe[_0x576305(0x188)]=_0x54dcf0,console[_0x576305(0x187)](_0x576305(0x180)+a40_0x410279[_0x576305(0x174)](_0x141916)+'\x20'+a40_0x410279[_0x576305(0x16d)](_0x576305(0x176)+_0x2406d5+')')),console['log'](_0x576305(0x159)+a40_0x410279['green'](_0x54dcf0)+'\x20'+a40_0x410279[_0x576305(0x16d)](_0x576305(0x176)+_0x2406d5+')'))):(_0x3d3efe[_0x576305(0x188)]=_0x3c39d0,console[_0x576305(0x187)](_0x576305(0x159)+a40_0x410279['green'](_0x3c39d0)+'\x20'+a40_0x410279[_0x576305(0x16d)](_0x576305(0x176)+_0x2406d5+')')));break;}case _0x576305(0x171):_0x3d3efe[_0x576305(0x171)]=_0x3c39d0,console[_0x576305(0x187)]('Session\x20engage_workspace\x20set\x20to:\x20'+a40_0x410279[_0x576305(0x174)](_0x3c39d0)+'\x20'+a40_0x410279['dim']('(session:\x20'+_0x2406d5+')'));break;}return saveSessionContext(_0x3d3efe,_0x343589[_0x576305(0x17b)]),console[_0x576305(0x187)](a40_0x410279[_0x576305(0x16d)](_0x576305(0x173))),0x0;}catch(_0x2b34c6){return _0x2b34c6 instanceof Error&&console['error'](_0x576305(0x164)+_0x2b34c6[_0x576305(0x16e)]),0x1;}}}
1
+ const a40_0x7000af=a40_0x1a01;(function(_0x3790aa,_0x4bf07e){const _0x328e86=a40_0x1a01,_0x3211bd=_0x3790aa();while(!![]){try{const _0x5d5e80=-parseInt(_0x328e86(0xc7))/0x1*(-parseInt(_0x328e86(0xca))/0x2)+parseInt(_0x328e86(0xf5))/0x3+parseInt(_0x328e86(0xea))/0x4*(-parseInt(_0x328e86(0xf6))/0x5)+-parseInt(_0x328e86(0xcc))/0x6+-parseInt(_0x328e86(0xce))/0x7+parseInt(_0x328e86(0xcd))/0x8*(-parseInt(_0x328e86(0xe6))/0x9)+parseInt(_0x328e86(0xd8))/0xa;if(_0x5d5e80===_0x4bf07e)break;else _0x3211bd['push'](_0x3211bd['shift']());}catch(_0x2fa4c8){_0x3211bd['push'](_0x3211bd['shift']());}}}(a40_0xfeb0,0x6c984));import{BaseCommand}from'./command.js';function a40_0xfeb0(){const _0x5f31f9=['\x0aUpdate\x20notifications\x20will\x20now\x20check\x20the\x20@next\x20channel.','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Show\x20current\x20context\x0a','127deRfkE','\x27\x20does\x20not\x20exist','displayWithSources','4786VwvpqS','Session\x20agent\x20set\x20to:\x20','1579590GPopOe','6166616dKyKBe','893648cGnZxk','use','profile','stable','join','parent_segment','llm_agent','message','Error:\x20Profile\x20\x27','\x0aSet\x20context:\x20tdx\x20use\x20<resource>\x20<value>','14269410DoedLn','Session\x20context\x20','\x27\x20to\x20save\x20permanently','\x0aSaved\x20to:\x20','Usage:\x20tdx\x20use\x20<resource>\x20<value>\x0a','\x0aResources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20release_channel\x0a','database','\x0aRun\x20\x27tdx\x20use\x20--help\x27\x20for\x20more\x20options','llm_project','error','--default\x20can\x20only\x20be\x20used\x20with\x20\x27site\x27,\x20\x27profile\x27,\x20or\x20\x27release_channel\x27.\x20Other\x20resources\x20are\x20session-level\x20only.','Set\x20session-level\x20context','release_channel\x20requires\x20--default.\x20Usage:\x20tdx\x20use\x20--default\x20release_channel\x20<stable|next>','Use\x20--default\x20with\x20site,\x20profile,\x20or\x20release_channel\x20to\x20save\x20permanently','9nccCwu','log','agent','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--default\x20profile\x20<value>\x20\x20#\x20Save\x20default\x20profile\x20to\x20config\x0a','168292IYRpxL','Install\x20the\x20latest\x20next\x20version:\x20npm\x20install\x20-g\x20@treasuredata/tdx@next','clear','release_channel','site','Default\x20profile\x20set\x20to:\x20','dim','\x0aTip:\x20Use\x20\x27tdx\x20use\x20--default\x20site\x20','\x0aUse\x20\x27tdx\x20profiles\x27\x20to\x20see\x20available\x20profiles','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--default\x20site\x20<value>\x20\x20\x20\x20\x20#\x20Save\x20default\x20site\x20to\x20config\x0a','session','1520409HEOcCs','75VNkhSA','name','\x0aTip:\x20Use\x20\x27tdx\x20use\x20--default\x20profile\x20','execute','Session\x20parent_segment\x20set\x20to:\x20','Session\x20llm_project\x20set\x20to:\x20','debug','engage_workspace','length','\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--clear\x20\x20\x20\x20\x20\x20#\x20Clear\x20session\x20context\x0a','default','Error:\x20','Invalid\x20resource:\x20','Session\x20site\x20set\x20to:\x20','\x0aUpdate\x20notifications\x20will\x20check\x20the\x20@latest\x20(stable)\x20channel.','next','green','Default\x20site\x20set\x20to:\x20','Invalid\x20release\x20channel:\x20','(session:\x20'];a40_0xfeb0=function(){return _0x5f31f9;};return a40_0xfeb0();}import{saveSessionContext,getSessionID,cleanExpiredSessions,clearSessionContext}from'../core/session.js';import{profileExists,saveActiveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{GlobalContext}from'../core/global-context.js';import{parseAgentRef}from'../sdk/agent/agent-ref-parser.js';function a40_0x1a01(_0x3ef344,_0x22abc1){_0x3ef344=_0x3ef344-0xb4;const _0xfeb06f=a40_0xfeb0();let _0x1a0127=_0xfeb06f[_0x3ef344];return _0x1a0127;}import{getConfigDir,saveReleaseChannel}from'../core/config.js';import a40_0xfbc67 from'chalk';import*as a40_0x3f4433 from'node:path';export class UseCommand extends BaseCommand{[a40_0x7000af(0xf7)]=a40_0x7000af(0xcf);['description']=a40_0x7000af(0xe3);['validate'](_0x8b3fd4){const _0x12a768=a40_0x7000af,{args:_0x598bc2,options:_0x21014f}=_0x8b3fd4,_0x38b427=_0x21014f['default'];if(_0x598bc2[_0x12a768(0xb9)]===0x0)return undefined;if(_0x598bc2[_0x12a768(0xb9)]===0x1)return _0x12a768(0xdc)+_0x12a768(0xc6)+_0x12a768(0xba)+_0x12a768(0xf3)+_0x12a768(0xe9)+'\x20\x20\x20\x20\x20\x20\x20tdx\x20use\x20--default\x20release_channel\x20<stable|next>\x20\x20#\x20Set\x20release\x20channel\x0a'+_0x12a768(0xdd)+_0x12a768(0xdf);const _0x1efc0e=_0x598bc2[0x0],_0x25ea49=[_0x12a768(0xee),_0x12a768(0xde),_0x12a768(0xd3),_0x12a768(0xe0),_0x12a768(0xe8),'profile',_0x12a768(0xb8),_0x12a768(0xed)];if(!_0x25ea49['includes'](_0x1efc0e))return _0x12a768(0xbd)+_0x1efc0e+'.\x20Must\x20be\x20one\x20of:\x20'+_0x25ea49[_0x12a768(0xd2)](',\x20');if(_0x38b427&&_0x1efc0e!==_0x12a768(0xee)&&_0x1efc0e!==_0x12a768(0xd0)&&_0x1efc0e!==_0x12a768(0xed))return _0x12a768(0xe2);if(_0x1efc0e==='release_channel'&&!_0x38b427)return _0x12a768(0xe4);if(_0x1efc0e===_0x12a768(0xed)){const _0x1fd138=_0x598bc2[0x1];if(_0x1fd138!==_0x12a768(0xd1)&&_0x1fd138!==_0x12a768(0xc0))return _0x12a768(0xc3)+_0x1fd138+'.\x20Must\x20be\x20\x27stable\x27\x20or\x20\x27next\x27.';}return undefined;}async[a40_0x7000af(0xb4)](_0x4e93dc){const _0x2db60a=a40_0x7000af,{args:_0x720cb7,options:_0x1c5ec0}=_0x4e93dc,_0x19a234=_0x1c5ec0[_0x2db60a(0xb7)],_0x5ab412=_0x1c5ec0[_0x2db60a(0xec)],_0x587e50=_0x1c5ec0[_0x2db60a(0xbb)];cleanExpiredSessions();try{if(_0x5ab412){clearSessionContext(_0x1c5ec0['session']);const _0x49d294=getSessionID(_0x1c5ec0[_0x2db60a(0xf4)]);return console[_0x2db60a(0xe7)](_0x2db60a(0xd9)+a40_0xfbc67[_0x2db60a(0xc1)]('cleared')+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x49d294+')')),0x0;}if(_0x720cb7[_0x2db60a(0xb9)]===0x0){const _0x4454d4=new GlobalContext(_0x1c5ec0);return _0x19a234?_0x4454d4[_0x2db60a(0xc9)]():_0x4454d4['display'](),console[_0x2db60a(0xe7)](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xd7))),console['log'](a40_0xfbc67[_0x2db60a(0xf0)]('Resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20release_channel')),console['log'](a40_0xfbc67['dim'](_0x2db60a(0xe5))),0x0;}const _0x406b2a=_0x720cb7[0x0],_0x25ef23=_0x720cb7[0x1],_0x4c75d6=a40_0x3f4433[_0x2db60a(0xd2)](getConfigDir(),'tdx.json');if(_0x587e50){if(_0x406b2a==='site')return saveDefaultSiteToUserConfig(_0x25ef23),console['log'](_0x2db60a(0xc2)+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)),console['log'](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xdb)+_0x4c75d6)),0x0;if(_0x406b2a===_0x2db60a(0xd0)){if(!profileExists(_0x25ef23))return console[_0x2db60a(0xe1)](_0x2db60a(0xd6)+_0x25ef23+_0x2db60a(0xc8)),console[_0x2db60a(0xe1)](_0x2db60a(0xf2)),0x1;return saveActiveProfileToUserConfig(_0x25ef23),console[_0x2db60a(0xe7)](_0x2db60a(0xef)+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)),console[_0x2db60a(0xe7)](a40_0xfbc67['dim'](_0x2db60a(0xdb)+_0x4c75d6)),0x0;}if(_0x406b2a===_0x2db60a(0xed))return saveReleaseChannel(_0x25ef23),console[_0x2db60a(0xe7)]('Release\x20channel\x20set\x20to:\x20'+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)),console[_0x2db60a(0xe7)](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xdb)+_0x4c75d6)),_0x25ef23===_0x2db60a(0xc0)?(console[_0x2db60a(0xe7)](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc5))),console[_0x2db60a(0xe7)](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xeb)))):console['log'](a40_0xfbc67['dim'](_0x2db60a(0xbf))),0x0;}if(_0x406b2a==='site'){const _0x3e2985=getSessionID(_0x1c5ec0[_0x2db60a(0xf4)]);return saveSessionContext({'site':_0x25ef23},_0x1c5ec0['session']),console[_0x2db60a(0xe7)](_0x2db60a(0xbe)+a40_0xfbc67['green'](_0x25ef23)+'\x20'+a40_0xfbc67['dim']('(session:\x20'+_0x3e2985+')')),console[_0x2db60a(0xe7)](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xf1)+_0x25ef23+_0x2db60a(0xda))),0x0;}if(_0x406b2a==='profile'){if(!profileExists(_0x25ef23))return console[_0x2db60a(0xe1)](_0x2db60a(0xd6)+_0x25ef23+_0x2db60a(0xc8)),console[_0x2db60a(0xe1)](_0x2db60a(0xf2)),0x1;const _0x20fc7b=getSessionID(_0x1c5ec0['session']);return saveSessionContext({'profile':_0x25ef23},_0x1c5ec0[_0x2db60a(0xf4)]),console['log']('Session\x20profile\x20set\x20to:\x20'+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)]('(session:\x20'+_0x20fc7b+')')),console['log'](a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xf8)+_0x25ef23+_0x2db60a(0xda))),0x0;}const _0x2f768c={},_0x3de5e2=getSessionID(_0x1c5ec0[_0x2db60a(0xf4)]);switch(_0x406b2a){case _0x2db60a(0xde):_0x2f768c[_0x2db60a(0xde)]=_0x25ef23,console[_0x2db60a(0xe7)]('Session\x20database\x20set\x20to:\x20'+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x3de5e2+')'));break;case _0x2db60a(0xd3):_0x2f768c['parent_segment']=_0x25ef23,console[_0x2db60a(0xe7)](_0x2db60a(0xb5)+a40_0xfbc67['green'](_0x25ef23)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x3de5e2+')'));break;case _0x2db60a(0xe0):_0x2f768c[_0x2db60a(0xe0)]=_0x25ef23,console[_0x2db60a(0xe7)]('Session\x20llm_project\x20set\x20to:\x20'+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x3de5e2+')'));break;case'agent':{const {projectName:_0x3c368e,agentName:_0x393ebe}=parseAgentRef(_0x25ef23);_0x393ebe?(_0x2f768c[_0x2db60a(0xe0)]=_0x3c368e,_0x2f768c['llm_agent']=_0x393ebe,console[_0x2db60a(0xe7)](_0x2db60a(0xb6)+a40_0xfbc67[_0x2db60a(0xc1)](_0x3c368e)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x3de5e2+')')),console[_0x2db60a(0xe7)](_0x2db60a(0xcb)+a40_0xfbc67['green'](_0x393ebe)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x3de5e2+')'))):(_0x2f768c[_0x2db60a(0xd4)]=_0x25ef23,console['log']('Session\x20agent\x20set\x20to:\x20'+a40_0xfbc67['green'](_0x25ef23)+'\x20'+a40_0xfbc67['dim'](_0x2db60a(0xc4)+_0x3de5e2+')')));break;}case _0x2db60a(0xb8):_0x2f768c[_0x2db60a(0xb8)]=_0x25ef23,console[_0x2db60a(0xe7)]('Session\x20engage_workspace\x20set\x20to:\x20'+a40_0xfbc67[_0x2db60a(0xc1)](_0x25ef23)+'\x20'+a40_0xfbc67[_0x2db60a(0xf0)](_0x2db60a(0xc4)+_0x3de5e2+')'));break;}return saveSessionContext(_0x2f768c,_0x1c5ec0[_0x2db60a(0xf4)]),console[_0x2db60a(0xe7)](a40_0xfbc67[_0x2db60a(0xf0)]('\x0aTip:\x20Use\x20\x27tdx\x20use\x20--clear\x27\x20to\x20clear\x20session\x20overrides')),0x0;}catch(_0x1da6b7){return _0x1da6b7 instanceof Error&&console[_0x2db60a(0xe1)](_0x2db60a(0xbc)+_0x1da6b7[_0x2db60a(0xd5)]),0x1;}}}
@@ -1 +1 @@
1
- const a41_0x7d814c=a41_0x1d9f;(function(_0x4282ba,_0x2cf589){const _0xc78ef7=a41_0x1d9f,_0x4aea49=_0x4282ba();while(!![]){try{const _0x2e77b7=parseInt(_0xc78ef7(0xa7))/0x1+-parseInt(_0xc78ef7(0xa1))/0x2*(parseInt(_0xc78ef7(0x9c))/0x3)+parseInt(_0xc78ef7(0x9a))/0x4*(-parseInt(_0xc78ef7(0xb3))/0x5)+parseInt(_0xc78ef7(0xab))/0x6+parseInt(_0xc78ef7(0xac))/0x7+parseInt(_0xc78ef7(0xa9))/0x8+-parseInt(_0xc78ef7(0xb0))/0x9*(parseInt(_0xc78ef7(0x99))/0xa);if(_0x2e77b7===_0x2cf589)break;else _0x4aea49['push'](_0x4aea49['shift']());}catch(_0x316b3b){_0x4aea49['push'](_0x4aea49['shift']());}}}(a41_0x43a2,0xdc39d));import{BaseCommand}from'./command.js';function a41_0x1d9f(_0x2a0d3d,_0x391f8d){_0x2a0d3d=_0x2a0d3d-0x98;const _0x43a214=a41_0x43a2();let _0x1d9f03=_0x43a214[_0x2a0d3d];return _0x1d9f03;}import{SDKError}from'../sdk/index.js';function a41_0x43a2(){const _0x66e79b=['1680403KTSaVI','description','11933944InYwRK','name','7017978pbpLtG','5848178jyUHJm','Listing\x20users...','Show\x20current\x20user\x20information','Error:\x20','937449lZLRYc','message','\x20user','15cWWXom','getCurrent','230GSUGQp','1978836DHnFus','\x20\x20Cause:\x20','3138CdREWi','Fetching\x20user\x20info...','length','error','verbose','756ZnmZZa','execute','user','cause','list','data'];a41_0x43a2=function(){return _0x66e79b;};return a41_0x43a2();}import{handleSDKOutput,handleSingleObjectOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';export class UserCommand extends BaseCommand{[a41_0x7d814c(0xaa)]=a41_0x7d814c(0xa3);['description']=a41_0x7d814c(0xae);async[a41_0x7d814c(0xa2)](_0x52e4c3){const _0x59d10a=a41_0x7d814c,{options:_0x3b4429,tdx:_0xdd46c9}=_0x52e4c3;try{const _0x1352f6=await withSpinner(_0x59d10a(0x9d),()=>_0xdd46c9[_0x59d10a(0xa3)][_0x59d10a(0x98)](),{'verbose':_0x3b4429['verbose']}),_0x35d88c=_0x1352f6[_0x59d10a(0xa6)];return await handleSingleObjectOutput(_0x35d88c,_0x3b4429),0x0;}catch(_0x4b05ac){if(_0x4b05ac instanceof SDKError)return console[_0x59d10a(0x9f)](_0x59d10a(0xaf)+_0x4b05ac[_0x59d10a(0xb1)]),_0x4b05ac[_0x59d10a(0xa4)]&&console['error'](_0x59d10a(0x9b)+_0x4b05ac[_0x59d10a(0xa4)]),0x1;throw _0x4b05ac;}}}export class UserListCommand extends BaseCommand{[a41_0x7d814c(0xaa)]='user\x20list';[a41_0x7d814c(0xa8)]='List\x20all\x20users\x20in\x20the\x20account';async[a41_0x7d814c(0xa2)](_0xf01bf5){const _0x179377=a41_0x7d814c,{options:_0x4595ab,tdx:_0x48ec61}=_0xf01bf5;try{const _0x4ca71a=await withSpinner(_0x179377(0xad),()=>_0x48ec61[_0x179377(0xa3)][_0x179377(0xa5)](),{'verbose':_0x4595ab[_0x179377(0xa0)]}),_0x37037a=_0x4ca71a[_0x179377(0xa6)];return console['error']('✔\x20Found\x20'+_0x37037a[_0x179377(0x9e)]+_0x179377(0xb2)+(_0x37037a[_0x179377(0x9e)]!==0x1?'s':'')),await handleSDKOutput(_0x37037a,_0x4595ab),0x0;}catch(_0x4628f2){if(_0x4628f2 instanceof SDKError)return console[_0x179377(0x9f)](_0x179377(0xaf)+_0x4628f2[_0x179377(0xb1)]),_0x4628f2[_0x179377(0xa4)]&&console[_0x179377(0x9f)](_0x179377(0x9b)+_0x4628f2[_0x179377(0xa4)]),0x1;throw _0x4628f2;}}}
1
+ const a41_0xe5646=a41_0x1e1a;(function(_0x2321b7,_0x1bc9f8){const _0x2607a9=a41_0x1e1a,_0x5cefeb=_0x2321b7();while(!![]){try{const _0x418ba4=parseInt(_0x2607a9(0x15d))/0x1+-parseInt(_0x2607a9(0x156))/0x2+-parseInt(_0x2607a9(0x166))/0x3+-parseInt(_0x2607a9(0x15b))/0x4+-parseInt(_0x2607a9(0x159))/0x5*(-parseInt(_0x2607a9(0x160))/0x6)+-parseInt(_0x2607a9(0x163))/0x7*(parseInt(_0x2607a9(0x14c))/0x8)+parseInt(_0x2607a9(0x150))/0x9*(parseInt(_0x2607a9(0x153))/0xa);if(_0x418ba4===_0x1bc9f8)break;else _0x5cefeb['push'](_0x5cefeb['shift']());}catch(_0x29bc5e){_0x5cefeb['push'](_0x5cefeb['shift']());}}}(a41_0x4c90,0xae4ac));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput,handleSingleObjectOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';function a41_0x4c90(){const _0x56684f=['2372924HPEBRE','error','1327865dzgoLG','\x20\x20Cause:\x20','name','2167692jBVwME','list','\x20user','6795551ZoGtNL','execute','verbose','2405586SHptqq','user\x20list','user','8iQxruE','Error:\x20','getCurrent','message','3684258ADOdse','List\x20all\x20users\x20in\x20the\x20account','description','20fJyMnx','✔\x20Found\x20','Show\x20current\x20user\x20information','301298xjWnld','data','Listing\x20users...','15vSMBbQ','cause'];a41_0x4c90=function(){return _0x56684f;};return a41_0x4c90();}export class UserCommand extends BaseCommand{['name']=a41_0xe5646(0x14b);[a41_0xe5646(0x152)]=a41_0xe5646(0x155);async[a41_0xe5646(0x164)](_0x57539b){const _0x23ffa1=a41_0xe5646,{options:_0x5c7c9e,tdx:_0x3fef2e}=_0x57539b;try{const _0x1b24d2=await withSpinner('Fetching\x20user\x20info...',()=>_0x3fef2e[_0x23ffa1(0x14b)][_0x23ffa1(0x14e)](),{'verbose':_0x5c7c9e[_0x23ffa1(0x165)]}),_0x468faf=_0x1b24d2['data'];return await handleSingleObjectOutput(_0x468faf,_0x5c7c9e),0x0;}catch(_0x297625){if(_0x297625 instanceof SDKError)return console[_0x23ffa1(0x15c)](_0x23ffa1(0x14d)+_0x297625['message']),_0x297625[_0x23ffa1(0x15a)]&&console[_0x23ffa1(0x15c)](_0x23ffa1(0x15e)+_0x297625[_0x23ffa1(0x15a)]),0x1;throw _0x297625;}}}function a41_0x1e1a(_0x4de3a6,_0x2aac1d){_0x4de3a6=_0x4de3a6-0x14a;const _0x4c906d=a41_0x4c90();let _0x1e1acf=_0x4c906d[_0x4de3a6];return _0x1e1acf;}export class UserListCommand extends BaseCommand{[a41_0xe5646(0x15f)]=a41_0xe5646(0x14a);[a41_0xe5646(0x152)]=a41_0xe5646(0x151);async[a41_0xe5646(0x164)](_0x20c11b){const _0x1825a8=a41_0xe5646,{options:_0x597d2d,tdx:_0x416aa0}=_0x20c11b;try{const _0x1ed9eb=await withSpinner(_0x1825a8(0x158),()=>_0x416aa0[_0x1825a8(0x14b)][_0x1825a8(0x161)](),{'verbose':_0x597d2d[_0x1825a8(0x165)]}),_0x5b114e=_0x1ed9eb[_0x1825a8(0x157)];return console[_0x1825a8(0x15c)](_0x1825a8(0x154)+_0x5b114e['length']+_0x1825a8(0x162)+(_0x5b114e['length']!==0x1?'s':'')),await handleSDKOutput(_0x5b114e,_0x597d2d),0x0;}catch(_0x1e8552){if(_0x1e8552 instanceof SDKError)return console[_0x1825a8(0x15c)]('Error:\x20'+_0x1e8552[_0x1825a8(0x14f)]),_0x1e8552[_0x1825a8(0x15a)]&&console['error'](_0x1825a8(0x15e)+_0x1e8552[_0x1825a8(0x15a)]),0x1;throw _0x1e8552;}}}