@treasuredata/tdx 2026.3.51 → 2026.3.53

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 (232) 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/cas-command.js +1 -1
  11. package/dist/commands/cas-segment-command.js +1 -1
  12. package/dist/commands/chat-command.js +1 -1
  13. package/dist/commands/claude-command.js +1 -1
  14. package/dist/commands/claude-statusline-command.js +1 -1
  15. package/dist/commands/claude-usage-command.js +1 -1
  16. package/dist/commands/command.js +1 -1
  17. package/dist/commands/connection-command.js +1 -1
  18. package/dist/commands/databases.js +1 -1
  19. package/dist/commands/delivery-command.js +1 -1
  20. package/dist/commands/describe.js +1 -1
  21. package/dist/commands/engage-campaign-pull-command.js +1 -1
  22. package/dist/commands/engage-campaign-push-command.js +1 -1
  23. package/dist/commands/engage-campaign-validate-command.js +1 -1
  24. package/dist/commands/engage-command.js +1 -1
  25. package/dist/commands/engage-template-pull-command.js +1 -1
  26. package/dist/commands/engage-template-push-command.js +1 -1
  27. package/dist/commands/engage-template-validate-command.js +1 -1
  28. package/dist/commands/job-command.js +1 -1
  29. package/dist/commands/journey-command.js +1 -1
  30. package/dist/commands/journey-validate-command.js +1 -1
  31. package/dist/commands/llm-command.js +1 -1
  32. package/dist/commands/mcp-command.js +1 -1
  33. package/dist/commands/parent-segment-command.js +1 -1
  34. package/dist/commands/policy-command.js +1 -1
  35. package/dist/commands/profile-command.js +1 -1
  36. package/dist/commands/profiles-command.js +1 -1
  37. package/dist/commands/query-command.js +1 -1
  38. package/dist/commands/schedule-command.js +1 -1
  39. package/dist/commands/segment-command.js +1 -1
  40. package/dist/commands/segment-create-command.js +1 -1
  41. package/dist/commands/segment-fields-command.js +1 -1
  42. package/dist/commands/segment-pull-command.js +1 -1
  43. package/dist/commands/segment-push-command.js +1 -1
  44. package/dist/commands/segment-update-command.js +1 -1
  45. package/dist/commands/segment-use-command.js +1 -1
  46. package/dist/commands/segment-validate-command.js +1 -1
  47. package/dist/commands/segments.js +1 -1
  48. package/dist/commands/show.js +1 -1
  49. package/dist/commands/status-command.js +1 -1
  50. package/dist/commands/tables.js +1 -1
  51. package/dist/commands/unset-command.js +1 -1
  52. package/dist/commands/upgrade-command.js +1 -1
  53. package/dist/commands/use-command.js +1 -1
  54. package/dist/commands/user-command.js +1 -1
  55. package/dist/commands/work-command.js +1 -1
  56. package/dist/commands/workflow-command.js +1 -1
  57. package/dist/core/auth.js +1 -1
  58. package/dist/core/command-output.js +1 -1
  59. package/dist/core/config.js +1 -1
  60. package/dist/core/connection-cache.js +1 -1
  61. package/dist/core/constants.js +1 -1
  62. package/dist/core/credential-cache.js +1 -1
  63. package/dist/core/global-context.js +1 -1
  64. package/dist/core/keychain.js +1 -1
  65. package/dist/core/oauth-keychain.js +1 -1
  66. package/dist/core/oauth.js +1 -1
  67. package/dist/core/profile.js +1 -1
  68. package/dist/core/project-config.js +1 -1
  69. package/dist/core/session.js +1 -1
  70. package/dist/core/user-cache.js +1 -1
  71. package/dist/core/version.js +1 -1
  72. package/dist/index.js +1 -1
  73. package/dist/mcp/server.d.ts.map +1 -1
  74. package/dist/mcp/server.js +1 -1
  75. package/dist/mcp/server.js.map +1 -1
  76. package/dist/mcp/tools/index.d.ts +2 -0
  77. package/dist/mcp/tools/index.d.ts.map +1 -1
  78. package/dist/mcp/tools/index.js +1 -1
  79. package/dist/mcp/tools/index.js.map +1 -1
  80. package/dist/mcp/tools/tdx-run.js +1 -1
  81. package/dist/mcp/tools/tdx-search.js +1 -1
  82. package/dist/mcp/tools/work-create-item.d.ts +50 -0
  83. package/dist/mcp/tools/work-create-item.d.ts.map +1 -0
  84. package/dist/mcp/tools/work-create-item.js +1 -0
  85. package/dist/mcp/tools/work-create-item.js.map +1 -0
  86. package/dist/mcp/utils.js +1 -1
  87. package/dist/proxy/claude-usage-tracker.js +1 -1
  88. package/dist/proxy/passthrough-server.js +1 -1
  89. package/dist/proxy/sse-usage-parser.js +1 -1
  90. package/dist/sdk/agent/agent-config.js +1 -1
  91. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  92. package/dist/sdk/agent/agent-yaml.js +1 -1
  93. package/dist/sdk/agent/test/evaluator.js +1 -1
  94. package/dist/sdk/agent/test/executor.js +1 -1
  95. package/dist/sdk/agent/test/index.js +1 -1
  96. package/dist/sdk/agent/test/output.js +1 -1
  97. package/dist/sdk/agent/test/parser.js +1 -1
  98. package/dist/sdk/agent/tool-target-registry.js +1 -1
  99. package/dist/sdk/api.js +1 -1
  100. package/dist/sdk/cas/cas-api-client.js +1 -1
  101. package/dist/sdk/cas/cas-audience-yaml.js +1 -1
  102. package/dist/sdk/cas/cas-segment-yaml.js +1 -1
  103. package/dist/sdk/cas/index.js +1 -1
  104. package/dist/sdk/cas/pull-workflow.js +1 -1
  105. package/dist/sdk/cas/push-workflow.js +1 -1
  106. package/dist/sdk/client/cdp-api-client.js +1 -1
  107. package/dist/sdk/client/delivery-api-client.js +1 -1
  108. package/dist/sdk/client/endpoints.js +1 -1
  109. package/dist/sdk/client/engage-api-client.js +1 -1
  110. package/dist/sdk/client/http-client.js +1 -1
  111. package/dist/sdk/client/llm-api-client.js +1 -1
  112. package/dist/sdk/client/oauth-refresh.js +1 -1
  113. package/dist/sdk/client/rate-limiter.js +1 -1
  114. package/dist/sdk/client/td-api-client.js +1 -1
  115. package/dist/sdk/client/trino-api-client.js +1 -1
  116. package/dist/sdk/client/workflow-client.js +1 -1
  117. package/dist/sdk/connection-validator.js +1 -1
  118. package/dist/sdk/connection.js +1 -1
  119. package/dist/sdk/delivery.js +1 -1
  120. package/dist/sdk/engage/campaign-pull.js +1 -1
  121. package/dist/sdk/engage/campaign-push.js +1 -1
  122. package/dist/sdk/engage/campaign-validator.js +1 -1
  123. package/dist/sdk/engage/campaign-yaml.js +1 -1
  124. package/dist/sdk/engage/template-pull.js +1 -1
  125. package/dist/sdk/engage/template-push.js +1 -1
  126. package/dist/sdk/engage/template-validator.js +1 -1
  127. package/dist/sdk/engage/template-yaml.js +1 -1
  128. package/dist/sdk/engage/types/campaign-def.js +1 -1
  129. package/dist/sdk/engage/types/campaign-schema.js +1 -1
  130. package/dist/sdk/engage/types/template-schema.js +1 -1
  131. package/dist/sdk/engage.js +1 -1
  132. package/dist/sdk/errors.js +1 -1
  133. package/dist/sdk/index.js +1 -1
  134. package/dist/sdk/io/index.js +1 -1
  135. package/dist/sdk/io/node-filesystem.js +1 -1
  136. package/dist/sdk/job.js +1 -1
  137. package/dist/sdk/journey.js +1 -1
  138. package/dist/sdk/llm/chat-cache.js +1 -1
  139. package/dist/sdk/llm/index.js +1 -1
  140. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  141. package/dist/sdk/llm/model-factors.js +1 -1
  142. package/dist/sdk/personalization.js +1 -1
  143. package/dist/sdk/policy.js +1 -1
  144. package/dist/sdk/query/index.js +1 -1
  145. package/dist/sdk/query/sql-parser.js +1 -1
  146. package/dist/sdk/realtime.js +1 -1
  147. package/dist/sdk/schedule.js +1 -1
  148. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  149. package/dist/sdk/segment/fields-display.js +1 -1
  150. package/dist/sdk/segment/file-discovery.js +1 -1
  151. package/dist/sdk/segment/journey-utils.js +1 -1
  152. package/dist/sdk/segment/journey-validator.js +1 -1
  153. package/dist/sdk/segment/journey-yaml.js +1 -1
  154. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  155. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  156. package/dist/sdk/segment/pull-workflow.js +1 -1
  157. package/dist/sdk/segment/push-recovery.js +1 -1
  158. package/dist/sdk/segment/push-workflow.js +1 -1
  159. package/dist/sdk/segment/resolution-context.js +1 -1
  160. package/dist/sdk/segment/segment-path-parser.js +1 -1
  161. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  162. package/dist/sdk/segment/segment-validator.js +1 -1
  163. package/dist/sdk/segment/target-resolution.js +1 -1
  164. package/dist/sdk/segment/tdx-config.js +1 -1
  165. package/dist/sdk/segment/types/activation-schema.js +1 -1
  166. package/dist/sdk/segment/types/journey-def.js +1 -1
  167. package/dist/sdk/segment/types/journey-schema.js +1 -1
  168. package/dist/sdk/segment/types/segment-def.js +1 -1
  169. package/dist/sdk/segment/types/segment-schema.js +1 -1
  170. package/dist/sdk/segment/validate-files.js +1 -1
  171. package/dist/sdk/segment/yaml-validator.js +1 -1
  172. package/dist/sdk/segment.js +1 -1
  173. package/dist/sdk/types/index.js +1 -1
  174. package/dist/sdk/types/progress.js +1 -1
  175. package/dist/sdk/types/workspace.d.ts +15 -0
  176. package/dist/sdk/types/workspace.d.ts.map +1 -1
  177. package/dist/sdk/types/workspace.js +1 -1
  178. package/dist/sdk/user.js +1 -1
  179. package/dist/sdk/util/format-detector.js +1 -1
  180. package/dist/sdk/util/formatters.js +1 -1
  181. package/dist/sdk/util/index.js +1 -1
  182. package/dist/sdk/util/paginate.js +1 -1
  183. package/dist/sdk/util/tree-formatter.js +1 -1
  184. package/dist/sdk/workflow/archive-validation.js +1 -1
  185. package/dist/sdk/workflow/clone-workflow.js +1 -1
  186. package/dist/sdk/workflow/index.js +1 -1
  187. package/dist/sdk/workflow/pull-workflow.js +1 -1
  188. package/dist/sdk/workflow/push-workflow.js +1 -1
  189. package/dist/sdk/workflow/tdx-config.js +1 -1
  190. package/dist/sdk/workflow/workflow-utils.js +1 -1
  191. package/dist/sdk/workspace/frontmatter.js +1 -1
  192. package/dist/sdk/workspace/git.js +1 -1
  193. package/dist/sdk/workspace/index.d.ts +14 -2
  194. package/dist/sdk/workspace/index.d.ts.map +1 -1
  195. package/dist/sdk/workspace/index.js +1 -1
  196. package/dist/sdk/workspace/index.js.map +1 -1
  197. package/dist/sdk/workspace/templates.js +1 -1
  198. package/dist/sdk/workspace/weekly.js +1 -1
  199. package/dist/sdk/workspace/wikilinks.js +1 -1
  200. package/dist/test-utils/command-runner.js +1 -1
  201. package/dist/test-utils/factories.js +1 -1
  202. package/dist/test-utils/fixtures.js +1 -1
  203. package/dist/test-utils/http-mock.js +1 -1
  204. package/dist/test-utils/index.js +1 -1
  205. package/dist/utils/async.js +1 -1
  206. package/dist/utils/colors.js +1 -1
  207. package/dist/utils/diff.js +1 -1
  208. package/dist/utils/file-permissions.js +1 -1
  209. package/dist/utils/file-reader.js +1 -1
  210. package/dist/utils/github-releases.js +1 -1
  211. package/dist/utils/global-cache.js +1 -1
  212. package/dist/utils/json-loader.js +1 -1
  213. package/dist/utils/local-cache.js +1 -1
  214. package/dist/utils/logger/formatters/default-formatter.js +1 -1
  215. package/dist/utils/logger/formatters/index.js +1 -1
  216. package/dist/utils/logger/handlers/console-handler.js +1 -1
  217. package/dist/utils/logger/handlers/file-handler.js +1 -1
  218. package/dist/utils/logger/handlers/index.js +1 -1
  219. package/dist/utils/logger/handlers/null-handler.js +1 -1
  220. package/dist/utils/logger/index.js +1 -1
  221. package/dist/utils/logger/logger.js +1 -1
  222. package/dist/utils/logger/types.js +1 -1
  223. package/dist/utils/option-validation.js +1 -1
  224. package/dist/utils/process.js +1 -1
  225. package/dist/utils/prompt.js +1 -1
  226. package/dist/utils/spinner.js +1 -1
  227. package/dist/utils/sse-parser.js +1 -1
  228. package/dist/utils/string-utils.js +1 -1
  229. package/dist/utils/table-ref-parser.js +1 -1
  230. package/dist/utils/tdx-logger.js +1 -1
  231. package/dist/utils/version-check.js +1 -1
  232. package/package.json +1 -1
@@ -1 +1 @@
1
- const a25_0x25fdb0=a25_0x1867;function a25_0x347a(){const _0x1b67e8=['180874XxYKzR','validCount','\x20valid','cwd','reason','green','No\x20template\x20YAML\x20files\x20found\x20in\x20','12SEUQVb','\x20non-template\x20file(s)\x20skipped','Error:\x20No\x20YAML\x20files\x20found\x20in\x20','25RkKWGl','.yaml','\x20warning(s)\x20found','red','202600PXCiuV','\x20template(s)\x20with\x20errors,\x20','419020UYkvto','✔\x20All\x20','description','562340aeJqZU','resolve','error','warningCount','dirname','template','Error:\x20Directory\x20not\x20found:\x20','relativePath','Validate\x20template\x20YAML\x20files','log','name','9810kMTtfh','warnings','1882990zqvTsg','filter','engage:template:validate','yellow','skippedCount','hasErrors','errors','99040IggbLj','\x20non-template\x20file(s)\x20skipped)','length','valid','\x20template(s)\x20valid','9lCnMFQ','dim','33iITuNr'];a25_0x347a=function(){return _0x1b67e8;};return a25_0x347a();}(function(_0x77bb65,_0x4c42e0){const _0x5b9441=a25_0x1867,_0x395124=_0x77bb65();while(!![]){try{const _0x315270=-parseInt(_0x5b9441(0x96))/0x1+parseInt(_0x5b9441(0x9e))/0x2*(-parseInt(_0x5b9441(0xa5))/0x3)+parseInt(_0x5b9441(0x82))/0x4+parseInt(_0x5b9441(0xa8))/0x5*(-parseInt(_0x5b9441(0x8d))/0x6)+parseInt(_0x5b9441(0xae))/0x7+parseInt(_0x5b9441(0xac))/0x8*(-parseInt(_0x5b9441(0x9b))/0x9)+parseInt(_0x5b9441(0x8f))/0xa*(parseInt(_0x5b9441(0x9d))/0xb);if(_0x315270===_0x4c42e0)break;else _0x395124['push'](_0x395124['shift']());}catch(_0x130579){_0x395124['push'](_0x395124['shift']());}}}(a25_0x347a,0x422ce));import{BaseCommand}from'./command.js';import{findYamlFiles,isYamlFile}from'../sdk/segment/file-discovery.js';function a25_0x1867(_0x2949f9,_0x40e303){_0x2949f9=_0x2949f9-0x82;const _0x347aac=a25_0x347a();let _0x18678c=_0x347aac[_0x2949f9];return _0x18678c;}import{existsSync}from'fs';import a25_0x3e59a5 from'chalk';import a25_0x296dac from'path';import{formatValidationResult}from'../sdk/segment/yaml-validator.js';import{validateYamlFiles,isValidationResult,calculateSummary}from'../sdk/segment/validate-files.js';export class EngageTemplateValidateCommand extends BaseCommand{[a25_0x25fdb0(0x8c)]=a25_0x25fdb0(0x91);[a25_0x25fdb0(0xb0)]=a25_0x25fdb0(0x8a);async['execute'](_0x4d06ba){const _0xed2064=a25_0x25fdb0,{options:_0x24c9ec,args:_0x5da8c3}=_0x4d06ba,_0x47b020=_0x24c9ec,_0x9a897=_0x5da8c3[0x0],_0x2d15f0=_0x9a897?a25_0x296dac[_0xed2064(0x83)](_0x9a897):undefined,_0x29d4a3=_0x2d15f0?isYamlFile(_0x2d15f0):![];let _0x3c150a,_0x17fc13;if(_0x29d4a3&&_0x2d15f0)_0x3c150a=a25_0x296dac[_0xed2064(0x86)](_0x2d15f0),_0x17fc13=_0x2d15f0;else _0x2d15f0?_0x3c150a=_0x2d15f0:_0x3c150a=process[_0xed2064(0xa1)]();if(!_0x17fc13&&!existsSync(_0x3c150a))return console[_0xed2064(0x84)](a25_0x3e59a5['red'](_0xed2064(0x88)+_0x3c150a+'\x0a')),0x1;let _0xd167f3;if(_0x17fc13){if(!_0x17fc13['endsWith']('.yml')&&!_0x17fc13['endsWith'](_0xed2064(0xa9)))return console['error'](a25_0x3e59a5[_0xed2064(0xab)]('Error:\x20File\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension:\x20'+_0x17fc13+'\x0a')),0x1;_0xd167f3=[_0x17fc13];}else _0xd167f3=findYamlFiles(_0x3c150a);if(_0xd167f3['length']===0x0)return console[_0xed2064(0x84)](a25_0x3e59a5[_0xed2064(0xab)](_0xed2064(0xa7)+_0x3c150a+'\x0a')),0x1;const _0x3bfc7f=validateYamlFiles(_0xd167f3,_0x3c150a,{'filterType':_0xed2064(0x87)}),_0x5f0cbe=calculateSummary(_0x3bfc7f),_0x5b2ebc=_0x3bfc7f[_0xed2064(0x90)](isValidationResult);if(_0x5b2ebc[_0xed2064(0x98)]===0x0)return console['error'](a25_0x3e59a5[_0xed2064(0x92)](_0xed2064(0xa4)+_0x3c150a+'\x0a')),_0x5f0cbe[_0xed2064(0x93)]>0x0&&console[_0xed2064(0x84)](a25_0x3e59a5[_0xed2064(0x9c)]('('+_0x5f0cbe[_0xed2064(0x93)]+_0xed2064(0x97))),0x0;for(const _0x3934c7 of _0x3bfc7f){if(!isValidationResult(_0x3934c7)){_0x47b020['verbose']&&console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0x9c)]('-\x20'+_0x3934c7[_0xed2064(0x89)]+'\x20(skipped:\x20'+_0x3934c7[_0xed2064(0xa2)]+')'));continue;}const {relativePath:_0x4e9d78,source:_0x212466,result:_0x7a4dbb}=_0x3934c7;if(_0x7a4dbb[_0xed2064(0x99)]&&_0x7a4dbb['warnings'][_0xed2064(0x98)]===0x0)_0x47b020['verbose']&&console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0xa3)]('✔\x20'+_0x4e9d78));else _0x7a4dbb[_0xed2064(0x99)]?(console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0x92)]('⚠\x20'+_0x4e9d78+':\x20'+_0x7a4dbb[_0xed2064(0x8e)][_0xed2064(0x98)]+'\x20warning(s)')),console['log'](formatValidationResult(_0x7a4dbb,_0x212466,_0x4e9d78))):(console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0xab)]('✖\x20'+_0x4e9d78+':\x20'+_0x7a4dbb[_0xed2064(0x95)]['length']+'\x20error(s)')),console[_0xed2064(0x8b)](formatValidationResult(_0x7a4dbb,_0x212466,_0x4e9d78)));}return console['log'](''),_0x5f0cbe[_0xed2064(0x94)]?(console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0xab)]('Validation\x20failed:\x20'+_0x5f0cbe['invalidCount']+_0xed2064(0xad)+_0x5f0cbe[_0xed2064(0x9f)]+_0xed2064(0xa0))),_0x5f0cbe[_0xed2064(0x85)]>0x0&&console['log'](a25_0x3e59a5['yellow'](_0x5f0cbe[_0xed2064(0x85)]+_0xed2064(0xaa))),_0x5f0cbe[_0xed2064(0x93)]>0x0&&console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0x9c)](_0x5f0cbe[_0xed2064(0x93)]+'\x20non-template\x20file(s)\x20skipped')),0x1):(console['log'](a25_0x3e59a5[_0xed2064(0xa3)](_0xed2064(0xaf)+_0x5f0cbe['validCount']+_0xed2064(0x9a))),_0x5f0cbe[_0xed2064(0x85)]>0x0&&console['log'](a25_0x3e59a5['yellow'](_0x5f0cbe[_0xed2064(0x85)]+_0xed2064(0xaa))),_0x5f0cbe[_0xed2064(0x93)]>0x0&&console[_0xed2064(0x8b)](a25_0x3e59a5[_0xed2064(0x9c)](_0x5f0cbe[_0xed2064(0x93)]+_0xed2064(0xa6))),0x0);}}
1
+ const a25_0x37ff73=a25_0x57e1;(function(_0x53d363,_0x332a9a){const _0x2ce066=a25_0x57e1,_0x2df564=_0x53d363();while(!![]){try{const _0x4d2ec5=parseInt(_0x2ce066(0x1ec))/0x1+-parseInt(_0x2ce066(0x1f2))/0x2*(parseInt(_0x2ce066(0x1e0))/0x3)+-parseInt(_0x2ce066(0x1d7))/0x4+parseInt(_0x2ce066(0x1fa))/0x5+-parseInt(_0x2ce066(0x204))/0x6*(parseInt(_0x2ce066(0x1f5))/0x7)+-parseInt(_0x2ce066(0x200))/0x8+-parseInt(_0x2ce066(0x201))/0x9*(-parseInt(_0x2ce066(0x1da))/0xa);if(_0x4d2ec5===_0x332a9a)break;else _0x2df564['push'](_0x2df564['shift']());}catch(_0x4ebba1){_0x2df564['push'](_0x2df564['shift']());}}}(a25_0x112d,0x8df9d));import{BaseCommand}from'./command.js';import{findYamlFiles,isYamlFile}from'../sdk/segment/file-discovery.js';import{existsSync}from'fs';function a25_0x57e1(_0x2fca84,_0x317c2f){_0x2fca84=_0x2fca84-0x1d4;const _0x112d30=a25_0x112d();let _0x57e1e7=_0x112d30[_0x2fca84];return _0x57e1e7;}import a25_0x19db7e from'chalk';function a25_0x112d(){const _0x2c2f44=['warnings','engage:template:validate','warningCount','description','232zlrecK','\x20warning(s)\x20found','length','259lSdqZp','\x20non-template\x20file(s)\x20skipped)','\x20valid','hasErrors','\x20warning(s)','820760CrpMmu','relativePath','Validate\x20template\x20YAML\x20files','\x20template(s)\x20with\x20errors,\x20','dirname','\x20template(s)\x20valid','3940912IGVwXL','1818cEDXSv','valid','Error:\x20Directory\x20not\x20found:\x20','106494KDjFtM','name','filter','.yml','\x20(skipped:\x20','endsWith','Validation\x20failed:\x20','376416UsgHGN','dim','yellow','83320EhfUDO','red','✔\x20All\x20','Error:\x20No\x20YAML\x20files\x20found\x20in\x20','log','errors','17373eroSmy','validCount','verbose','\x20non-template\x20file(s)\x20skipped','skippedCount','No\x20template\x20YAML\x20files\x20found\x20in\x20','execute','error','cwd','resolve','\x20error(s)','green','649504MNhevU','.yaml'];a25_0x112d=function(){return _0x2c2f44;};return a25_0x112d();}import a25_0x4d3966 from'path';import{formatValidationResult}from'../sdk/segment/yaml-validator.js';import{validateYamlFiles,isValidationResult,calculateSummary}from'../sdk/segment/validate-files.js';export class EngageTemplateValidateCommand extends BaseCommand{[a25_0x37ff73(0x205)]=a25_0x37ff73(0x1ef);[a25_0x37ff73(0x1f1)]=a25_0x37ff73(0x1fc);async[a25_0x37ff73(0x1e6)](_0x5d4350){const _0x234ae7=a25_0x37ff73,{options:_0x1635ad,args:_0x2cd61a}=_0x5d4350,_0x426227=_0x1635ad,_0x5b3396=_0x2cd61a[0x0],_0x13df60=_0x5b3396?a25_0x4d3966[_0x234ae7(0x1e9)](_0x5b3396):undefined,_0xf5bb9a=_0x13df60?isYamlFile(_0x13df60):![];let _0x55ee0e,_0x129592;if(_0xf5bb9a&&_0x13df60)_0x55ee0e=a25_0x4d3966[_0x234ae7(0x1fe)](_0x13df60),_0x129592=_0x13df60;else _0x13df60?_0x55ee0e=_0x13df60:_0x55ee0e=process[_0x234ae7(0x1e8)]();if(!_0x129592&&!existsSync(_0x55ee0e))return console[_0x234ae7(0x1e7)](a25_0x19db7e['red'](_0x234ae7(0x203)+_0x55ee0e+'\x0a')),0x1;let _0x276735;if(_0x129592){if(!_0x129592[_0x234ae7(0x1d5)](_0x234ae7(0x207))&&!_0x129592[_0x234ae7(0x1d5)](_0x234ae7(0x1ed)))return console[_0x234ae7(0x1e7)](a25_0x19db7e[_0x234ae7(0x1db)]('Error:\x20File\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension:\x20'+_0x129592+'\x0a')),0x1;_0x276735=[_0x129592];}else _0x276735=findYamlFiles(_0x55ee0e);if(_0x276735[_0x234ae7(0x1f4)]===0x0)return console[_0x234ae7(0x1e7)](a25_0x19db7e['red'](_0x234ae7(0x1dd)+_0x55ee0e+'\x0a')),0x1;const _0x2c95d0=validateYamlFiles(_0x276735,_0x55ee0e,{'filterType':'template'}),_0x3b6bc4=calculateSummary(_0x2c95d0),_0x5294e9=_0x2c95d0[_0x234ae7(0x206)](isValidationResult);if(_0x5294e9[_0x234ae7(0x1f4)]===0x0)return console[_0x234ae7(0x1e7)](a25_0x19db7e[_0x234ae7(0x1d9)](_0x234ae7(0x1e5)+_0x55ee0e+'\x0a')),_0x3b6bc4['skippedCount']>0x0&&console[_0x234ae7(0x1e7)](a25_0x19db7e[_0x234ae7(0x1d8)]('('+_0x3b6bc4[_0x234ae7(0x1e4)]+_0x234ae7(0x1f6))),0x0;for(const _0x1516b4 of _0x2c95d0){if(!isValidationResult(_0x1516b4)){_0x426227[_0x234ae7(0x1e2)]&&console['log'](a25_0x19db7e[_0x234ae7(0x1d8)]('-\x20'+_0x1516b4[_0x234ae7(0x1fb)]+_0x234ae7(0x1d4)+_0x1516b4['reason']+')'));continue;}const {relativePath:_0x18d3db,source:_0x49d051,result:_0x219617}=_0x1516b4;if(_0x219617[_0x234ae7(0x202)]&&_0x219617[_0x234ae7(0x1ee)]['length']===0x0)_0x426227['verbose']&&console[_0x234ae7(0x1de)](a25_0x19db7e[_0x234ae7(0x1eb)]('✔\x20'+_0x18d3db));else _0x219617['valid']?(console[_0x234ae7(0x1de)](a25_0x19db7e[_0x234ae7(0x1d9)]('⚠\x20'+_0x18d3db+':\x20'+_0x219617[_0x234ae7(0x1ee)][_0x234ae7(0x1f4)]+_0x234ae7(0x1f9))),console[_0x234ae7(0x1de)](formatValidationResult(_0x219617,_0x49d051,_0x18d3db))):(console[_0x234ae7(0x1de)](a25_0x19db7e[_0x234ae7(0x1db)]('✖\x20'+_0x18d3db+':\x20'+_0x219617[_0x234ae7(0x1df)][_0x234ae7(0x1f4)]+_0x234ae7(0x1ea))),console[_0x234ae7(0x1de)](formatValidationResult(_0x219617,_0x49d051,_0x18d3db)));}return console[_0x234ae7(0x1de)](''),_0x3b6bc4[_0x234ae7(0x1f8)]?(console[_0x234ae7(0x1de)](a25_0x19db7e['red'](_0x234ae7(0x1d6)+_0x3b6bc4['invalidCount']+_0x234ae7(0x1fd)+_0x3b6bc4[_0x234ae7(0x1e1)]+_0x234ae7(0x1f7))),_0x3b6bc4[_0x234ae7(0x1f0)]>0x0&&console['log'](a25_0x19db7e['yellow'](_0x3b6bc4['warningCount']+_0x234ae7(0x1f3))),_0x3b6bc4[_0x234ae7(0x1e4)]>0x0&&console[_0x234ae7(0x1de)](a25_0x19db7e[_0x234ae7(0x1d8)](_0x3b6bc4['skippedCount']+_0x234ae7(0x1e3))),0x1):(console['log'](a25_0x19db7e[_0x234ae7(0x1eb)](_0x234ae7(0x1dc)+_0x3b6bc4['validCount']+_0x234ae7(0x1ff))),_0x3b6bc4[_0x234ae7(0x1f0)]>0x0&&console[_0x234ae7(0x1de)](a25_0x19db7e[_0x234ae7(0x1d9)](_0x3b6bc4[_0x234ae7(0x1f0)]+_0x234ae7(0x1f3))),_0x3b6bc4['skippedCount']>0x0&&console[_0x234ae7(0x1de)](a25_0x19db7e['dim'](_0x3b6bc4[_0x234ae7(0x1e4)]+'\x20non-template\x20file(s)\x20skipped')),0x0);}}
@@ -1 +1 @@
1
- function a26_0x3b4d(_0x28ed04,_0x4fce9f){_0x28ed04=_0x28ed04-0x1d3;const _0x55b909=a26_0x55b9();let _0x3b4de7=_0x55b909[_0x28ed04];return _0x3b4de7;}const a26_0xf2cfb3=a26_0x3b4d;(function(_0x39a297,_0x448084){const _0x18725f=a26_0x3b4d,_0x3aea4d=_0x39a297();while(!![]){try{const _0x153a8a=-parseInt(_0x18725f(0x20c))/0x1*(parseInt(_0x18725f(0x20d))/0x2)+-parseInt(_0x18725f(0x21f))/0x3+-parseInt(_0x18725f(0x1d8))/0x4+parseInt(_0x18725f(0x1d6))/0x5+parseInt(_0x18725f(0x1fe))/0x6*(-parseInt(_0x18725f(0x1df))/0x7)+-parseInt(_0x18725f(0x215))/0x8+parseInt(_0x18725f(0x216))/0x9;if(_0x153a8a===_0x448084)break;else _0x3aea4d['push'](_0x3aea4d['shift']());}catch(_0x186e1d){_0x3aea4d['push'](_0x3aea4d['shift']());}}}(a26_0x55b9,0x8c07e));import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{handleSDKOutput,handleSingleObjectOutput,isStructuredFormat}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{readSqlStatementsFromFile}from'../sdk/query/sql-parser.js';import{confirm}from'../utils/prompt.js';import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../core/constants.js';import{getJobUrl}from'../sdk/client/endpoints.js';import{hyperlink}from'../sdk/util/formatters.js';import a26_0x3ffb54 from'chalk';function a26_0x55b9(){const _0x55def5=['length','yes','jobs','Status\x20filter:\x20','\x20row','query','round','7601poSkFe','244lwTbQb','Submitting\x20kill\x20request...','getTime','just\x20now','job:kill','Cancelled','h\x20ago','information_schema','3664968rVmYkr','26697411SFATwp','✔\x20Found\x20','Show\x20job\x20details','status','INVALID_ARGUMENT','type','Job\x20type:\x20','\x20\x20Job\x20ID:\x20','description','3179259VkALTe','submit','trino','green','Query:\x20','Cannot\x20specify\x20both\x20query\x20argument\x20and\x20--file\x20option','result','Get\x20job\x20results','file','Listing\x20jobs...','Job\x20ID\x20is\x20required\x0aUsage:\x20job\x20result\x20<job-id>','debug','join','Database:\x20','3000170HsTKYn','\x27\x20to\x20verify\x20the\x20job\x20status','963188RGwAzV','execute','job_id','database','Query\x20is\x20required\x0aUsage:\x20job\x20submit\x20<query>\x20or\x20job\x20submit\x20--file\x20<path>','presto','Getting\x20job\x20results...','1073989jAYjDP','end_at','Submit\x20a\x20job','floor','data','validate','...','✔\x20Kill\x20request\x20submitted\x20for\x20job\x20','Getting\x20job\x20details...','--job-type\x20must\x20be\x20either\x20\x22trino\x22\x20or\x20\x22hive\x22','priority','✔\x20Retrieved\x20','args','jobType','list','show','Kill\x20a\x20job','url','m\x20ago','hive','push','now','error','kill','Limit:\x20','Job\x20ID\x20is\x20required\x0aUsage:\x20job\x20show\x20<job-id>','success','verbose','created_at','\x20job','start_at','12AMPxEN','log','\x20\x20Note:\x20Use\x20\x27tdx\x20job\x20show\x20','job:submit','map','name','Multiple\x20SQL\x20statements\x20found\x20in\x20file.\x20Only\x20one\x20statement\x20is\x20allowed\x20for\x20job\x20submission.'];a26_0x55b9=function(){return _0x55def5;};return a26_0x55b9();}function formatDuration(_0x2ed21a){const _0x2e5b77=a26_0x3b4d;if(_0x2ed21a<0x3c)return _0x2ed21a+'s';if(_0x2ed21a<0xe10)return Math[_0x2e5b77(0x1e2)](_0x2ed21a/0x3c)+'m\x20'+_0x2ed21a%0x3c+'s';const _0x5f04e0=Math[_0x2e5b77(0x1e2)](_0x2ed21a/0xe10),_0x21f1e9=Math[_0x2e5b77(0x1e2)](_0x2ed21a%0xe10/0x3c);return _0x21f1e9>0x0?_0x5f04e0+'h\x20'+_0x21f1e9+'m':_0x5f04e0+'h';}function formatRelativeTime(_0x1a7aa0){const _0x57217d=a26_0x3b4d,_0x5cf8b0=Date[_0x57217d(0x1f4)]()-_0x1a7aa0[_0x57217d(0x20f)](),_0x3a7ee9=Math[_0x57217d(0x1e2)](Math['abs'](_0x5cf8b0)/0x3e8);if(_0x3a7ee9<0x3c)return _0x57217d(0x210);const _0x44eea5=Math[_0x57217d(0x1e2)](_0x3a7ee9/0x3c);if(_0x44eea5<0x3c)return _0x44eea5+_0x57217d(0x1f1);const _0x20d792=Math['floor'](_0x44eea5/0x3c);if(_0x20d792<0x18)return _0x20d792+_0x57217d(0x213);const _0x287283=Math[_0x57217d(0x1e2)](_0x20d792/0x18);if(_0x287283<0x1e)return _0x287283+'d\x20ago';return Math['floor'](_0x287283/0x1e)+'mo\x20ago';}export class JobListCommand extends BaseCommand{['name']=a26_0xf2cfb3(0x207);[a26_0xf2cfb3(0x21e)]='List\x20jobs';async[a26_0xf2cfb3(0x1d9)](_0x2cb41d){const _0x259ea4=a26_0xf2cfb3,{options:_0x5399e0,tdx:_0x3b8d27}=_0x2cb41d,_0x50c206=resolveLimit(_0x5399e0['limit'],DEFAULT_DISPLAY_LIMIT),_0x3a6145=_0x5399e0['status'];_0x5399e0['verbose']&&(console[_0x259ea4(0x1f5)](_0x259ea4(0x1f7)+_0x50c206+'\x20jobs'),_0x3a6145&&console[_0x259ea4(0x1f5)](_0x259ea4(0x208)+_0x3a6145));const _0x514179=await withSpinner(_0x259ea4(0x228),()=>_0x3b8d27[_0x259ea4(0x207)][_0x259ea4(0x1ed)]({'from':0x0,'to':_0x50c206-0x1,'status':_0x3a6145}),{'verbose':_0x5399e0[_0x259ea4(0x1fa)]}),_0x4856aa=_0x514179[_0x259ea4(0x1e3)];console[_0x259ea4(0x1f5)](_0x259ea4(0x217)+_0x4856aa[_0x259ea4(0x205)]+_0x259ea4(0x1fc)+(_0x4856aa[_0x259ea4(0x205)]!==0x1?'s':''));const _0x57b9b7=_0x5399e0['site'];if(isStructuredFormat(_0x5399e0)){const _0x5cd084=_0x4856aa[_0x259ea4(0x202)](_0x1f77df=>{const _0x1b92b3=_0x259ea4;let _0x37bfc3;if(_0x1f77df[_0x1b92b3(0x1fd)]&&_0x1f77df[_0x1b92b3(0x1e0)]){const _0x57e542=new Date(_0x1f77df[_0x1b92b3(0x1fd)])[_0x1b92b3(0x20f)](),_0x234673=new Date(_0x1f77df[_0x1b92b3(0x1e0)])[_0x1b92b3(0x20f)]();_0x37bfc3=Math['round']((_0x234673-_0x57e542)/0x3e8);}return{'job_id':_0x1f77df[_0x1b92b3(0x1da)],'type':_0x1f77df[_0x1b92b3(0x21b)]==='presto'?_0x1b92b3(0x221):_0x1f77df['type'],'status':_0x1f77df['status'],'user_name':_0x1f77df['user_name'],'duration_sec':_0x37bfc3,'created_at':_0x1f77df['created_at'],'started_at':_0x1f77df[_0x1b92b3(0x1fd)],'end_at':_0x1f77df[_0x1b92b3(0x1e0)]};});await handleSDKOutput(_0x5cd084,_0x5399e0);}else for(const _0x944217 of _0x4856aa){const _0x5fc391=_0x944217[_0x259ea4(0x219)]===_0x259ea4(0x1f9)?a26_0x3ffb54[_0x259ea4(0x222)]:_0x944217[_0x259ea4(0x219)]===_0x259ea4(0x1f5)?a26_0x3ffb54['red']:a26_0x3ffb54['dim'],_0x5e7a46=_0x5fc391(_0x944217[_0x259ea4(0x219)]),_0x4535df=getJobUrl(_0x57b9b7,_0x944217[_0x259ea4(0x1da)]),_0xdb6f25=hyperlink(_0x944217[_0x259ea4(0x1da)],_0x4535df),_0x319d63=a26_0x3ffb54['dim'](_0x944217[_0x259ea4(0x21b)]===_0x259ea4(0x1dd)?_0x259ea4(0x221):_0x944217[_0x259ea4(0x21b)]),_0x25b3ef=[];if(_0x944217['start_at']&&_0x944217['end_at']){const _0x3c9473=Math[_0x259ea4(0x20b)]((new Date(_0x944217['end_at'])[_0x259ea4(0x20f)]()-new Date(_0x944217[_0x259ea4(0x1fd)])[_0x259ea4(0x20f)]())/0x3e8);_0x25b3ef[_0x259ea4(0x1f3)](formatDuration(_0x3c9473));}if(_0x944217['end_at'])_0x25b3ef[_0x259ea4(0x1f3)](formatRelativeTime(new Date(_0x944217[_0x259ea4(0x1e0)])));else _0x944217['start_at']&&_0x25b3ef[_0x259ea4(0x1f3)](formatRelativeTime(new Date(_0x944217[_0x259ea4(0x1fd)])));const _0x49295d=_0x25b3ef[_0x259ea4(0x205)]>0x0?a26_0x3ffb54['dim']('\x20'+_0x25b3ef[_0x259ea4(0x1d4)](',\x20')):'';console[_0x259ea4(0x1ff)]('⚡\x20'+_0xdb6f25+'\x20'+_0x319d63+'\x20'+_0x5e7a46+_0x49295d);}return 0x0;}}export class JobShowCommand extends BaseCommand{['name']='job:show';[a26_0xf2cfb3(0x21e)]=a26_0xf2cfb3(0x218);[a26_0xf2cfb3(0x1e4)](_0x5383d6){const _0x112bb1=a26_0xf2cfb3,_0x2fcc24=_0x5383d6[_0x112bb1(0x1eb)][0x0];if(!_0x2fcc24)return _0x112bb1(0x1f8);return undefined;}async['execute'](_0x1d0bab){const _0x71c996=a26_0xf2cfb3,{options:_0x46c000,args:_0x3e5f50,tdx:_0x202fb3}=_0x1d0bab,_0x56b8b5=_0x3e5f50[0x0],_0x79261c=await withSpinner(_0x71c996(0x1e7),()=>_0x202fb3[_0x71c996(0x207)][_0x71c996(0x1ee)](_0x56b8b5),{'verbose':_0x46c000[_0x71c996(0x1fa)]}),_0x26f74f=_0x79261c['data'];let _0x1d19f5;if(_0x26f74f[_0x71c996(0x1fd)]&&_0x26f74f[_0x71c996(0x1e0)]){const _0x189ced=new Date(_0x26f74f[_0x71c996(0x1fd)])[_0x71c996(0x20f)](),_0x31cb85=new Date(_0x26f74f['end_at'])[_0x71c996(0x20f)]();_0x1d19f5=Math[_0x71c996(0x20b)]((_0x31cb85-_0x189ced)/0x3e8);}const _0x44b5f6={'job_id':_0x26f74f[_0x71c996(0x1da)],'type':_0x26f74f[_0x71c996(0x21b)],'status':_0x26f74f[_0x71c996(0x219)],..._0x26f74f['user_name']&&{'user_name':_0x26f74f['user_name']},..._0x1d19f5!==undefined&&{'duration_sec':_0x1d19f5},..._0x26f74f[_0x71c996(0x1fb)]&&{'created_at':_0x26f74f[_0x71c996(0x1fb)]},..._0x26f74f[_0x71c996(0x1fd)]&&{'started_at':_0x26f74f[_0x71c996(0x1fd)]},..._0x26f74f[_0x71c996(0x1e0)]&&{'end_at':_0x26f74f['end_at']},..._0x26f74f[_0x71c996(0x1db)]&&{'database':_0x26f74f[_0x71c996(0x1db)]},..._0x26f74f[_0x71c996(0x1e9)]!==undefined&&{'priority':_0x26f74f[_0x71c996(0x1e9)]},..._0x26f74f['url']&&{'url':_0x26f74f[_0x71c996(0x1f0)]},..._0x26f74f[_0x71c996(0x20a)]&&{'query':_0x26f74f['query']},..._0x26f74f[_0x71c996(0x1d3)]&&{'debug':_0x26f74f[_0x71c996(0x1d3)]}};return await handleSingleObjectOutput(_0x44b5f6,_0x46c000),0x0;}}export class JobKillCommand extends BaseCommand{['name']=a26_0xf2cfb3(0x211);['description']=a26_0xf2cfb3(0x1ef);[a26_0xf2cfb3(0x1e4)](_0x42c3e3){const _0x4a1dc0=a26_0xf2cfb3,_0xef7c41=_0x42c3e3[_0x4a1dc0(0x1eb)][0x0];if(!_0xef7c41)return'Job\x20ID\x20is\x20required\x0aUsage:\x20job\x20kill\x20<job-id>';return undefined;}async[a26_0xf2cfb3(0x1d9)](_0x155336){const _0x56b8b4=a26_0xf2cfb3,{options:_0x88d405,args:_0x475b30,tdx:_0x56b250}=_0x155336,_0x2dba41=_0x475b30[0x0];if(!_0x88d405[_0x56b8b4(0x206)]){const _0x52bf63=await confirm('Are\x20you\x20sure\x20you\x20want\x20to\x20kill\x20job\x20'+_0x2dba41+'?');if(!_0x52bf63)return console[_0x56b8b4(0x1f5)](_0x56b8b4(0x212)),0x0;}return await withSpinner(_0x56b8b4(0x20e),()=>_0x56b250['jobs'][_0x56b8b4(0x1f6)](_0x2dba41),{'verbose':_0x88d405['verbose']}),console[_0x56b8b4(0x1f5)](_0x56b8b4(0x1e6)+_0x2dba41),console[_0x56b8b4(0x1f5)](_0x56b8b4(0x200)+_0x2dba41+_0x56b8b4(0x1d7)),0x0;}}export class JobSubmitCommand extends BaseCommand{[a26_0xf2cfb3(0x203)]=a26_0xf2cfb3(0x201);['description']=a26_0xf2cfb3(0x1e1);async[a26_0xf2cfb3(0x1d9)](_0x5d71a0){const _0x17832d=a26_0xf2cfb3,{options:_0x18ad55,args:_0x1dd451,tdx:_0x578266}=_0x5d71a0,_0x26ce97=_0x18ad55[_0x17832d(0x1ec)]||_0x17832d(0x221),_0x492291=_0x18ad55[_0x17832d(0x227)],_0x28f1ce=_0x18ad55[_0x17832d(0x1db)]||_0x17832d(0x214),_0x6a578b=_0x18ad55[_0x17832d(0x225)];if(_0x26ce97!==_0x17832d(0x221)&&_0x26ce97!==_0x17832d(0x1f2))throw new SDKError(ErrorCode[_0x17832d(0x21a)],_0x17832d(0x1e8));let _0x3c968d;if(_0x492291){if(_0x1dd451[0x0])throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x17832d(0x224));const _0x21c5c9=readSqlStatementsFromFile(_0x492291);if(_0x21c5c9[_0x17832d(0x205)]===0x0)throw new SDKError(ErrorCode[_0x17832d(0x21a)],'No\x20SQL\x20statements\x20found\x20in\x20file');if(_0x21c5c9['length']>0x1)throw new SDKError(ErrorCode[_0x17832d(0x21a)],_0x17832d(0x204));_0x3c968d=_0x21c5c9[0x0];}else{if(!_0x1dd451[0x0])throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x17832d(0x1dc));_0x3c968d=_0x1dd451[0x0];}_0x18ad55[_0x17832d(0x1fa)]&&(console[_0x17832d(0x1f5)](_0x17832d(0x21c)+_0x26ce97),console[_0x17832d(0x1f5)](_0x17832d(0x1d5)+_0x28f1ce),console['error'](_0x17832d(0x223)+_0x3c968d['substring'](0x0,0x64)+(_0x3c968d[_0x17832d(0x205)]>0x64?_0x17832d(0x1e5):'')));const _0x476af8=await withSpinner('Submitting\x20job...',()=>_0x578266[_0x17832d(0x207)][_0x17832d(0x220)](_0x28f1ce,_0x3c968d,_0x26ce97,_0x6a578b),{'verbose':_0x18ad55[_0x17832d(0x1fa)]}),_0x3abeaf=_0x476af8[_0x17832d(0x1e3)];return console[_0x17832d(0x1f5)]('✔\x20Job\x20submitted'),console['error'](_0x17832d(0x21d)+_0x3abeaf['job_id']),await handleSDKOutput([_0x3abeaf],_0x18ad55),0x0;}}export class JobResultCommand extends BaseCommand{[a26_0xf2cfb3(0x203)]='job:result';[a26_0xf2cfb3(0x21e)]=a26_0xf2cfb3(0x226);[a26_0xf2cfb3(0x1e4)](_0x18ca5d){const _0xf64dbe=a26_0xf2cfb3,_0x3d7a5b=_0x18ca5d[_0xf64dbe(0x1eb)][0x0];if(!_0x3d7a5b)return _0xf64dbe(0x229);return undefined;}async[a26_0xf2cfb3(0x1d9)](_0x215103){const _0x45f867=a26_0xf2cfb3,{options:_0x42ebc3,args:_0x38bffd,tdx:_0x2ad94f}=_0x215103,_0x1ce3df=_0x38bffd[0x0],_0x23f2a2=await withSpinner(_0x45f867(0x1de),()=>_0x2ad94f['jobs'][_0x45f867(0x225)](_0x1ce3df),{'verbose':_0x42ebc3[_0x45f867(0x1fa)]}),_0x579136=_0x23f2a2[_0x45f867(0x1e3)];return console[_0x45f867(0x1f5)](_0x45f867(0x1ea)+_0x579136[_0x45f867(0x205)]+_0x45f867(0x209)+(_0x579136['length']!==0x1?'s':'')),await handleSDKOutput(_0x579136,_0x42ebc3),0x0;}}
1
+ const a26_0x22b512=a26_0x4df5;(function(_0x399120,_0x312a2c){const _0x2662df=a26_0x4df5,_0x2035fa=_0x399120();while(!![]){try{const _0x1c41d5=-parseInt(_0x2662df(0x139))/0x1*(parseInt(_0x2662df(0x166))/0x2)+-parseInt(_0x2662df(0x15b))/0x3*(parseInt(_0x2662df(0x15a))/0x4)+parseInt(_0x2662df(0x177))/0x5+parseInt(_0x2662df(0x15c))/0x6+parseInt(_0x2662df(0x153))/0x7*(parseInt(_0x2662df(0x135))/0x8)+parseInt(_0x2662df(0x141))/0x9*(parseInt(_0x2662df(0x14a))/0xa)+parseInt(_0x2662df(0x176))/0xb*(-parseInt(_0x2662df(0x157))/0xc);if(_0x1c41d5===_0x312a2c)break;else _0x2035fa['push'](_0x2035fa['shift']());}catch(_0x224859){_0x2035fa['push'](_0x2035fa['shift']());}}}(a26_0x53de,0xf26cf));import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{handleSDKOutput,handleSingleObjectOutput,isStructuredFormat}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{readSqlStatementsFromFile}from'../sdk/query/sql-parser.js';import{confirm}from'../utils/prompt.js';import{DEFAULT_DISPLAY_LIMIT,resolveLimit}from'../core/constants.js';import{getJobUrl}from'../sdk/client/endpoints.js';import{hyperlink}from'../sdk/util/formatters.js';function a26_0x4df5(_0x21fa41,_0xa2d82f){_0x21fa41=_0x21fa41-0x130;const _0x53dec5=a26_0x53de();let _0x4df5d2=_0x53dec5[_0x21fa41];return _0x4df5d2;}function a26_0x53de(){const _0x54ce58=['args','Job\x20ID\x20is\x20required\x0aUsage:\x20job\x20result\x20<job-id>','start_at','job_id','Database:\x20','job:submit','kill','getTime','created_at','55oBxgha','1962595TweiFD','push','--job-type\x20must\x20be\x20either\x20\x22trino\x22\x20or\x20\x22hive\x22','description','list','dim','✔\x20Job\x20submitted','✔\x20Retrieved\x20','...','Job\x20type:\x20','jobType','result','information_schema','map','user_name','yes','Submitting\x20job...','query','green','Submit\x20a\x20job','6102416mzvymB','✔\x20Found\x20','Cannot\x20specify\x20both\x20query\x20argument\x20and\x20--file\x20option','Query:\x20','3SghXHC','limit','m\x20ago','\x20job','validate','now','trino','job:kill','369aCbsib','submit','end_at','error','database','red','floor','Multiple\x20SQL\x20statements\x20found\x20in\x20file.\x20Only\x20one\x20statement\x20is\x20allowed\x20for\x20job\x20submission.','status','71410kaYKTj','data','mo\x20ago','jobs','Are\x20you\x20sure\x20you\x20want\x20to\x20kill\x20job\x20','job:show','verbose','d\x20ago','Getting\x20job\x20results...','14FKztCt','INVALID_ARGUMENT','Query\x20is\x20required\x0aUsage:\x20job\x20submit\x20<query>\x20or\x20job\x20submit\x20--file\x20<path>','log','2112492QWMoph','presto','length','14776rMpPQu','144vquQwG','3728094iQkUYX','\x20row','execute','file','type','✔\x20Kill\x20request\x20submitted\x20for\x20job\x20','round','name','Listing\x20jobs...','Cancelled','521174ARtXZP','\x20\x20Note:\x20Use\x20\x27tdx\x20job\x20show\x20','abs','List\x20jobs','priority','Show\x20job\x20details','\x20jobs'];a26_0x53de=function(){return _0x54ce58;};return a26_0x53de();}import a26_0x5ac869 from'chalk';function formatDuration(_0x5c3a67){const _0x3e5390=a26_0x4df5;if(_0x5c3a67<0x3c)return _0x5c3a67+'s';if(_0x5c3a67<0xe10)return Math[_0x3e5390(0x147)](_0x5c3a67/0x3c)+'m\x20'+_0x5c3a67%0x3c+'s';const _0x2fb4ef=Math[_0x3e5390(0x147)](_0x5c3a67/0xe10),_0xc070d8=Math['floor'](_0x5c3a67%0xe10/0x3c);return _0xc070d8>0x0?_0x2fb4ef+'h\x20'+_0xc070d8+'m':_0x2fb4ef+'h';}function formatRelativeTime(_0x44f5d0){const _0x1a9db1=a26_0x4df5,_0x783ca1=Date[_0x1a9db1(0x13e)]()-_0x44f5d0[_0x1a9db1(0x174)](),_0x9128a1=Math[_0x1a9db1(0x147)](Math[_0x1a9db1(0x168)](_0x783ca1)/0x3e8);if(_0x9128a1<0x3c)return'just\x20now';const _0x4ce5ae=Math[_0x1a9db1(0x147)](_0x9128a1/0x3c);if(_0x4ce5ae<0x3c)return _0x4ce5ae+_0x1a9db1(0x13b);const _0x5ecd1a=Math[_0x1a9db1(0x147)](_0x4ce5ae/0x3c);if(_0x5ecd1a<0x18)return _0x5ecd1a+'h\x20ago';const _0x4055b7=Math[_0x1a9db1(0x147)](_0x5ecd1a/0x18);if(_0x4055b7<0x1e)return _0x4055b7+_0x1a9db1(0x151);return Math['floor'](_0x4055b7/0x1e)+_0x1a9db1(0x14c);}export class JobListCommand extends BaseCommand{[a26_0x22b512(0x163)]=a26_0x22b512(0x14d);[a26_0x22b512(0x17a)]=a26_0x22b512(0x169);async[a26_0x22b512(0x15e)](_0x36e6fd){const _0x6351dd=a26_0x22b512,{options:_0x3263d4,tdx:_0x46c76e}=_0x36e6fd,_0x2648ef=resolveLimit(_0x3263d4[_0x6351dd(0x13a)],DEFAULT_DISPLAY_LIMIT),_0x5d4cd6=_0x3263d4[_0x6351dd(0x149)];_0x3263d4[_0x6351dd(0x150)]&&(console[_0x6351dd(0x144)]('Limit:\x20'+_0x2648ef+_0x6351dd(0x16c)),_0x5d4cd6&&console[_0x6351dd(0x144)]('Status\x20filter:\x20'+_0x5d4cd6));const _0x1a2526=await withSpinner(_0x6351dd(0x164),()=>_0x46c76e['jobs'][_0x6351dd(0x17b)]({'from':0x0,'to':_0x2648ef-0x1,'status':_0x5d4cd6}),{'verbose':_0x3263d4[_0x6351dd(0x150)]}),_0x430053=_0x1a2526[_0x6351dd(0x14b)];console[_0x6351dd(0x144)](_0x6351dd(0x136)+_0x430053[_0x6351dd(0x159)]+_0x6351dd(0x13c)+(_0x430053[_0x6351dd(0x159)]!==0x1?'s':''));const _0x3ae213=_0x3263d4['site'];if(isStructuredFormat(_0x3263d4)){const _0x5916b8=_0x430053[_0x6351dd(0x184)](_0x3025d7=>{const _0x15b376=_0x6351dd;let _0x4c66b4;if(_0x3025d7[_0x15b376(0x16f)]&&_0x3025d7[_0x15b376(0x143)]){const _0x428c36=new Date(_0x3025d7[_0x15b376(0x16f)])[_0x15b376(0x174)](),_0x3f8d95=new Date(_0x3025d7[_0x15b376(0x143)])['getTime']();_0x4c66b4=Math[_0x15b376(0x162)]((_0x3f8d95-_0x428c36)/0x3e8);}return{'job_id':_0x3025d7['job_id'],'type':_0x3025d7['type']===_0x15b376(0x158)?_0x15b376(0x13f):_0x3025d7[_0x15b376(0x160)],'status':_0x3025d7[_0x15b376(0x149)],'user_name':_0x3025d7[_0x15b376(0x185)],'duration_sec':_0x4c66b4,'created_at':_0x3025d7[_0x15b376(0x175)],'started_at':_0x3025d7[_0x15b376(0x16f)],'end_at':_0x3025d7[_0x15b376(0x143)]};});await handleSDKOutput(_0x5916b8,_0x3263d4);}else for(const _0xda30ef of _0x430053){const _0x30453b=_0xda30ef[_0x6351dd(0x149)]==='success'?a26_0x5ac869[_0x6351dd(0x133)]:_0xda30ef[_0x6351dd(0x149)]===_0x6351dd(0x144)?a26_0x5ac869[_0x6351dd(0x146)]:a26_0x5ac869[_0x6351dd(0x17c)],_0x2fefbe=_0x30453b(_0xda30ef[_0x6351dd(0x149)]),_0x95cfc9=getJobUrl(_0x3ae213,_0xda30ef[_0x6351dd(0x170)]),_0x15c6be=hyperlink(_0xda30ef['job_id'],_0x95cfc9),_0x340482=a26_0x5ac869[_0x6351dd(0x17c)](_0xda30ef[_0x6351dd(0x160)]===_0x6351dd(0x158)?_0x6351dd(0x13f):_0xda30ef[_0x6351dd(0x160)]),_0x20d372=[];if(_0xda30ef[_0x6351dd(0x16f)]&&_0xda30ef[_0x6351dd(0x143)]){const _0x587fb9=Math[_0x6351dd(0x162)]((new Date(_0xda30ef[_0x6351dd(0x143)])[_0x6351dd(0x174)]()-new Date(_0xda30ef[_0x6351dd(0x16f)])[_0x6351dd(0x174)]())/0x3e8);_0x20d372[_0x6351dd(0x178)](formatDuration(_0x587fb9));}if(_0xda30ef['end_at'])_0x20d372[_0x6351dd(0x178)](formatRelativeTime(new Date(_0xda30ef['end_at'])));else _0xda30ef[_0x6351dd(0x16f)]&&_0x20d372[_0x6351dd(0x178)](formatRelativeTime(new Date(_0xda30ef['start_at'])));const _0x214508=_0x20d372[_0x6351dd(0x159)]>0x0?a26_0x5ac869[_0x6351dd(0x17c)]('\x20'+_0x20d372['join'](',\x20')):'';console[_0x6351dd(0x156)]('⚡\x20'+_0x15c6be+'\x20'+_0x340482+'\x20'+_0x2fefbe+_0x214508);}return 0x0;}}export class JobShowCommand extends BaseCommand{[a26_0x22b512(0x163)]=a26_0x22b512(0x14f);[a26_0x22b512(0x17a)]=a26_0x22b512(0x16b);[a26_0x22b512(0x13d)](_0x4d4b78){const _0x333e29=a26_0x22b512,_0x392e09=_0x4d4b78[_0x333e29(0x16d)][0x0];if(!_0x392e09)return'Job\x20ID\x20is\x20required\x0aUsage:\x20job\x20show\x20<job-id>';return undefined;}async[a26_0x22b512(0x15e)](_0x444a45){const _0x20c707=a26_0x22b512,{options:_0xfd8502,args:_0xf51525,tdx:_0x1bd6ff}=_0x444a45,_0x4fdf34=_0xf51525[0x0],_0x45beff=await withSpinner('Getting\x20job\x20details...',()=>_0x1bd6ff[_0x20c707(0x14d)]['show'](_0x4fdf34),{'verbose':_0xfd8502[_0x20c707(0x150)]}),_0x4f2781=_0x45beff[_0x20c707(0x14b)];let _0x4c3bc8;if(_0x4f2781['start_at']&&_0x4f2781[_0x20c707(0x143)]){const _0x4717de=new Date(_0x4f2781['start_at'])[_0x20c707(0x174)](),_0x28b7c4=new Date(_0x4f2781['end_at'])[_0x20c707(0x174)]();_0x4c3bc8=Math['round']((_0x28b7c4-_0x4717de)/0x3e8);}const _0x1fea5c={'job_id':_0x4f2781['job_id'],'type':_0x4f2781[_0x20c707(0x160)],'status':_0x4f2781['status'],..._0x4f2781['user_name']&&{'user_name':_0x4f2781['user_name']},..._0x4c3bc8!==undefined&&{'duration_sec':_0x4c3bc8},..._0x4f2781[_0x20c707(0x175)]&&{'created_at':_0x4f2781[_0x20c707(0x175)]},..._0x4f2781[_0x20c707(0x16f)]&&{'started_at':_0x4f2781[_0x20c707(0x16f)]},..._0x4f2781[_0x20c707(0x143)]&&{'end_at':_0x4f2781[_0x20c707(0x143)]},..._0x4f2781['database']&&{'database':_0x4f2781[_0x20c707(0x145)]},..._0x4f2781[_0x20c707(0x16a)]!==undefined&&{'priority':_0x4f2781[_0x20c707(0x16a)]},..._0x4f2781['url']&&{'url':_0x4f2781['url']},..._0x4f2781['query']&&{'query':_0x4f2781[_0x20c707(0x132)]},..._0x4f2781['debug']&&{'debug':_0x4f2781['debug']}};return await handleSingleObjectOutput(_0x1fea5c,_0xfd8502),0x0;}}export class JobKillCommand extends BaseCommand{[a26_0x22b512(0x163)]=a26_0x22b512(0x140);[a26_0x22b512(0x17a)]='Kill\x20a\x20job';[a26_0x22b512(0x13d)](_0x270926){const _0x33e90f=a26_0x22b512,_0x66b49a=_0x270926[_0x33e90f(0x16d)][0x0];if(!_0x66b49a)return'Job\x20ID\x20is\x20required\x0aUsage:\x20job\x20kill\x20<job-id>';return undefined;}async[a26_0x22b512(0x15e)](_0x5c870a){const _0xa74793=a26_0x22b512,{options:_0x176d82,args:_0x25ad57,tdx:_0xa1bec0}=_0x5c870a,_0x4dc316=_0x25ad57[0x0];if(!_0x176d82[_0xa74793(0x130)]){const _0x1c575b=await confirm(_0xa74793(0x14e)+_0x4dc316+'?');if(!_0x1c575b)return console[_0xa74793(0x144)](_0xa74793(0x165)),0x0;}return await withSpinner('Submitting\x20kill\x20request...',()=>_0xa1bec0['jobs'][_0xa74793(0x173)](_0x4dc316),{'verbose':_0x176d82[_0xa74793(0x150)]}),console['error'](_0xa74793(0x161)+_0x4dc316),console['error'](_0xa74793(0x167)+_0x4dc316+'\x27\x20to\x20verify\x20the\x20job\x20status'),0x0;}}export class JobSubmitCommand extends BaseCommand{[a26_0x22b512(0x163)]=a26_0x22b512(0x172);['description']=a26_0x22b512(0x134);async['execute'](_0x5b9ba6){const _0x1b72c5=a26_0x22b512,{options:_0x496882,args:_0x461c57,tdx:_0x33aefc}=_0x5b9ba6,_0x3d4ede=_0x496882[_0x1b72c5(0x181)]||_0x1b72c5(0x13f),_0x46c2a2=_0x496882[_0x1b72c5(0x15f)],_0xbf3147=_0x496882['database']||_0x1b72c5(0x183),_0x533bbe=_0x496882[_0x1b72c5(0x182)];if(_0x3d4ede!==_0x1b72c5(0x13f)&&_0x3d4ede!=='hive')throw new SDKError(ErrorCode[_0x1b72c5(0x154)],_0x1b72c5(0x179));let _0x25c4c7;if(_0x46c2a2){if(_0x461c57[0x0])throw new SDKError(ErrorCode[_0x1b72c5(0x154)],_0x1b72c5(0x137));const _0xd854a=readSqlStatementsFromFile(_0x46c2a2);if(_0xd854a[_0x1b72c5(0x159)]===0x0)throw new SDKError(ErrorCode[_0x1b72c5(0x154)],'No\x20SQL\x20statements\x20found\x20in\x20file');if(_0xd854a['length']>0x1)throw new SDKError(ErrorCode[_0x1b72c5(0x154)],_0x1b72c5(0x148));_0x25c4c7=_0xd854a[0x0];}else{if(!_0x461c57[0x0])throw new SDKError(ErrorCode[_0x1b72c5(0x154)],_0x1b72c5(0x155));_0x25c4c7=_0x461c57[0x0];}_0x496882['verbose']&&(console[_0x1b72c5(0x144)](_0x1b72c5(0x180)+_0x3d4ede),console[_0x1b72c5(0x144)](_0x1b72c5(0x171)+_0xbf3147),console[_0x1b72c5(0x144)](_0x1b72c5(0x138)+_0x25c4c7['substring'](0x0,0x64)+(_0x25c4c7[_0x1b72c5(0x159)]>0x64?_0x1b72c5(0x17f):'')));const _0x65ecc4=await withSpinner(_0x1b72c5(0x131),()=>_0x33aefc['jobs'][_0x1b72c5(0x142)](_0xbf3147,_0x25c4c7,_0x3d4ede,_0x533bbe),{'verbose':_0x496882['verbose']}),_0x263a78=_0x65ecc4[_0x1b72c5(0x14b)];return console[_0x1b72c5(0x144)](_0x1b72c5(0x17d)),console[_0x1b72c5(0x144)]('\x20\x20Job\x20ID:\x20'+_0x263a78[_0x1b72c5(0x170)]),await handleSDKOutput([_0x263a78],_0x496882),0x0;}}export class JobResultCommand extends BaseCommand{[a26_0x22b512(0x163)]='job:result';[a26_0x22b512(0x17a)]='Get\x20job\x20results';['validate'](_0x3dc606){const _0x5c5198=a26_0x22b512,_0x44790c=_0x3dc606['args'][0x0];if(!_0x44790c)return _0x5c5198(0x16e);return undefined;}async[a26_0x22b512(0x15e)](_0x388b3e){const _0x1be66b=a26_0x22b512,{options:_0x281f83,args:_0x475c56,tdx:_0x4afe2d}=_0x388b3e,_0x9ebdbf=_0x475c56[0x0],_0x3514f0=await withSpinner(_0x1be66b(0x152),()=>_0x4afe2d['jobs'][_0x1be66b(0x182)](_0x9ebdbf),{'verbose':_0x281f83[_0x1be66b(0x150)]}),_0x7042f0=_0x3514f0['data'];return console['error'](_0x1be66b(0x17e)+_0x7042f0[_0x1be66b(0x159)]+_0x1be66b(0x15d)+(_0x7042f0[_0x1be66b(0x159)]!==0x1?'s':'')),await handleSDKOutput(_0x7042f0,_0x281f83),0x0;}}
@@ -1 +1 @@
1
- const a27_0x4a917e=a27_0xe10d;(function(_0xb73dc8,_0x12dea0){const _0x33385f=a27_0xe10d,_0x4df6a0=_0xb73dc8();while(!![]){try{const _0x2760dd=-parseInt(_0x33385f(0x10f))/0x1*(parseInt(_0x33385f(0x1cf))/0x2)+parseInt(_0x33385f(0x1a1))/0x3*(parseInt(_0x33385f(0x1c5))/0x4)+-parseInt(_0x33385f(0x1a7))/0x5*(parseInt(_0x33385f(0x140))/0x6)+parseInt(_0x33385f(0x15c))/0x7*(parseInt(_0x33385f(0xe5))/0x8)+parseInt(_0x33385f(0x141))/0x9+-parseInt(_0x33385f(0x108))/0xa*(-parseInt(_0x33385f(0x17b))/0xb)+-parseInt(_0x33385f(0x13a))/0xc*(parseInt(_0x33385f(0x1ba))/0xd);if(_0x2760dd===_0x12dea0)break;else _0x4df6a0['push'](_0x4df6a0['shift']());}catch(_0x23c4a9){_0x4df6a0['push'](_0x4df6a0['shift']());}}}(a27_0x3ff4,0x7fefc));import a27_0xf82e6a from'chalk';import a27_0x51581f from'path';import{existsSync,mkdirSync,readFileSync,writeFileSync}from'fs';import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{aggregateStageHistory,assembleJourneyStats,buildStageNameMap}from'../sdk/journey.js';import{handleSDKOutput,handleSingleObjectOutput}from'../core/command-output.js';import{withSpinner,withProgressSpinner}from'../utils/spinner.js';import{confirm,confirmKey,isInteractive}from'../utils/prompt.js';import{generateDiff,formatDiffWithColors,hasChanges}from'../utils/diff.js';import{isYamlFilePath,resolveYamlFilePath}from'../sdk/segment/segment-path-parser.js';import{resolveTarget,isSuccessfulResolution}from'../sdk/segment/target-resolution.js';import{journeyResponseToDef,toYamlString,parseYamlString,normalizeJourneyDef}from'../sdk/segment/journey-yaml.js';import{segmentResponseToDef,journeyActivationStepToYaml,serializeRule}from'../sdk/segment/child-segment-yaml.js';import{saveSessionContext}from'../core/session.js';import{sanitizeFileName}from'../utils/string-utils.js';import{SegmentPushCommand}from'./segment-push-command.js';import{buildFolderIdToPathMap}from'../sdk/segment/resolution-context.js';import{createTdxConfigContent}from'../sdk/segment/tdx-config.js';import{SEGMENT_KIND_JOURNEY,generateJourneyLocalName,sanitizeYamlKey,buildMergedJourneyDef,createJumpTargetCache,resolveJumpTarget}from'../sdk/segment/journey-utils.js';import{getConsoleNextUrl}from'../sdk/client/endpoints.js';import{openBrowser}from'../utils/process.js';import{hyperlink}from'../sdk/util/formatters.js';function requireNameOrPath(_0x3e06b1){const _0x5c0498=a27_0xe10d;return!_0x3e06b1&&(console['error'](_0x5c0498(0xe7)),console[_0x5c0498(0x1a5)](_0x5c0498(0x103))),!!_0x3e06b1;}function withJsonFormat(_0x2d7767){const _0x2cd2fd=a27_0xe10d;if(!_0x2d7767[_0x2cd2fd(0x162)]&&!_0x2d7767[_0x2cd2fd(0x121)]&&!_0x2d7767[_0x2cd2fd(0xc4)]&&!_0x2d7767[_0x2cd2fd(0x196)])return{..._0x2d7767,'format':_0x2cd2fd(0x121),'json':!![]};return _0x2d7767;}function a27_0xe10d(_0xb28b97,_0xbc8be7){_0xb28b97=_0xb28b97-0xc3;const _0x3ff4d4=a27_0x3ff4();let _0xe10dcf=_0x3ff4d4[_0xb28b97];return _0xe10dcf;}function formatJourneyState(_0x278cde){const _0x494ac0=a27_0xe10d;switch(_0x278cde){case _0x494ac0(0x101):return a27_0xf82e6a[_0x494ac0(0x19e)](_0x494ac0(0x114));case _0x494ac0(0xcd):return a27_0xf82e6a[_0x494ac0(0x1b1)]('(draft)');case _0x494ac0(0x12c):return a27_0xf82e6a[_0x494ac0(0x17a)](_0x494ac0(0x112));case'completed':return a27_0xf82e6a[_0x494ac0(0x14f)]('(completed)');case _0x494ac0(0x18a):return a27_0xf82e6a[_0x494ac0(0x1b1)]('(archived)');default:return'('+_0x278cde+')';}}function formatJourneyItem(_0x458a56,_0x50d6e7='',_0x312be6){const _0x20d19a=a27_0xe10d,_0xb740d7=formatJourneyState(_0x458a56[_0x20d19a(0x13b)]),_0x131790=_0x312be6?hyperlink(_0x458a56['journeyBundleName'],_0x312be6):_0x458a56[_0x20d19a(0xdb)];return _0x50d6e7+'🗺️\x20'+_0x131790+'\x20'+_0xb740d7;}function escapeRegex(_0x305e09){const _0x43072e=a27_0xe10d;return _0x305e09[_0x43072e(0x17f)](/[.*+?^${}()|[\]\\]/g,_0x43072e(0x14c));}function globToRegex(_0x1075a3){const _0x5025e7=a27_0xe10d,_0x4b11ae=_0x1075a3[_0x5025e7(0x174)]('*')[_0x5025e7(0xd1)](escapeRegex);return new RegExp(_0x4b11ae['join']('.*'),'i');}function buildRuleToNameMapping(_0x583c17){const _0x30b622=a27_0xe10d,_0x5f5da8=new Map();if(_0x583c17['segments'])for(const [_0xe10e62,_0xa335a]of Object[_0x30b622(0xca)](_0x583c17['segments'])){if(_0xa335a[_0x30b622(0xdd)]){const _0x519081=serializeRule(_0xa335a[_0x30b622(0xdd)]),_0x5a3c48=_0x5f5da8[_0x30b622(0x1c7)](_0x519081);_0x5a3c48?_0x5a3c48[_0x30b622(0x165)](_0xe10e62):_0x5f5da8[_0x30b622(0x159)](_0x519081,[_0xe10e62]);}}return _0x5f5da8;}async function resolveJourneyIdFromInput(_0x352004,_0x4d4b67,_0x1260be){const _0x214de6=a27_0xe10d,_0x4eaac6=await resolveJourneyTarget(_0x352004,_0x4d4b67[_0x214de6(0xe8)],_0x4d4b67[_0x214de6(0x124)]),_0x5229f6=_0x4eaac6[_0x214de6(0xe8)];if(!_0x5229f6)throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x214de6(0x115));const _0x26f886=await withSpinner(_0x214de6(0xeb),()=>_0x1260be['segment'][_0x214de6(0x1cb)](_0x5229f6),{'verbose':_0x4d4b67[_0x214de6(0x124)]}),_0x5c74ec=_0x26f886['data'],_0x44fa84=await withSpinner('Resolving\x20journey...',()=>_0x1260be[_0x214de6(0x14a)]['resolveJourneyId'](_0x5c74ec,_0x4eaac6[_0x214de6(0xc5)]),{'verbose':_0x4d4b67[_0x214de6(0x124)]});return{'journeyId':_0x44fa84[_0x214de6(0x1ce)],'journeyName':_0x4eaac6[_0x214de6(0xc5)],'parentSegmentId':_0x5c74ec};}async function resolveJourneyTarget(_0x53925d,_0xf2e75b,_0x2aa94f){const _0x554ff9=a27_0xe10d;if(isYamlFilePath(_0x53925d))try{const _0x13295d=await resolveYamlFilePath(_0x53925d);return _0x2aa94f&&(console['error'](_0x554ff9(0x1b3)+_0x53925d),console[_0x554ff9(0x1a5)](_0x554ff9(0x154)+_0x13295d[_0x554ff9(0xe8)]),console['error']('\x20\x20Name:\x20'+_0x13295d[_0x554ff9(0x16e)]),console[_0x554ff9(0x1a5)](_0x554ff9(0xfb)+(_0x13295d[_0x554ff9(0x113)]||_0x554ff9(0x129)))),{'journeyName':_0x13295d[_0x554ff9(0x16e)],'parentSegment':_0x13295d['parentSegment'],'resolved':_0x13295d};}catch(_0x45b6e0){throw new SDKError(ErrorCode[_0x554ff9(0x1b5)],_0x554ff9(0x195)+_0x45b6e0[_0x554ff9(0x153)]);}if(!_0xf2e75b)throw new SDKError(ErrorCode[_0x554ff9(0x1b5)],_0x554ff9(0x156));return{'journeyName':_0x53925d,'parentSegment':_0xf2e75b};}export class JourneyListCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0x179);['description']=a27_0x4a917e(0xe4);async[a27_0x4a917e(0x144)](_0xa0c88f){const _0x38c9e8=a27_0x4a917e,{options:_0x3585c5,args:_0x30d382,tdx:_0x40861c}=_0xa0c88f,_0x1bc4c0=_0x30d382[0x0],_0x6f9ea0=_0x3585c5[_0x38c9e8(0xe8)];if(!_0x6f9ea0)return console[_0x38c9e8(0x1a5)]('Error:\x20Parent\x20segment\x20context\x20required'),console[_0x38c9e8(0x1a5)](_0x38c9e8(0xf8)),0x1;const _0x1b38a2=await withSpinner('Resolving\x20parent\x20segment...',()=>_0x40861c[_0x38c9e8(0x110)][_0x38c9e8(0x1cb)](_0x6f9ea0),{'verbose':_0x3585c5[_0x38c9e8(0x124)]}),_0x2a134=_0x1b38a2[_0x38c9e8(0x1ce)];_0x3585c5[_0x38c9e8(0x124)]&&(console[_0x38c9e8(0x1a5)](_0x38c9e8(0x145)+_0x6f9ea0+_0x38c9e8(0xde)+_0x2a134+')'),_0x1bc4c0&&console['error']('Pattern:\x20'+_0x1bc4c0));const _0x1c215a=await withSpinner(_0x38c9e8(0x122),()=>_0x40861c[_0x38c9e8(0x110)][_0x38c9e8(0x143)](_0x2a134),{'verbose':_0x3585c5[_0x38c9e8(0x124)]}),_0xd03f20=_0x1c215a['data'],_0x27609f=_0xd03f20['rootFolderId'],_0x325a21=await withSpinner(_0x38c9e8(0x164),()=>_0x40861c[_0x38c9e8(0x14a)][_0x38c9e8(0x16c)](_0x2a134,_0x27609f),{'verbose':_0x3585c5['verbose']});let _0xc8fe63=_0x325a21[_0x38c9e8(0x1ce)][_0x38c9e8(0x155)];const _0x523137=_0x325a21[_0x38c9e8(0x1ce)][_0x38c9e8(0x172)],_0x33043a=new Map();for(const _0x1ff4f4 of _0x523137){_0x33043a[_0x38c9e8(0x159)](_0x1ff4f4['id'],_0x1ff4f4[_0x38c9e8(0x126)]);}if(_0x1bc4c0){const _0x1a0536=globToRegex(_0x1bc4c0);_0xc8fe63=_0xc8fe63[_0x38c9e8(0x18b)](_0x159024=>_0x1a0536[_0x38c9e8(0x105)](_0x159024[_0x38c9e8(0xdb)]));}console[_0x38c9e8(0x1a5)](_0x38c9e8(0x11b)+_0xc8fe63[_0x38c9e8(0x13c)]+_0x38c9e8(0x131)+(_0xc8fe63[_0x38c9e8(0x13c)]!==0x1?'s':''));const _0x10e533=_0x1f75a5=>{const _0x54b67b=_0x38c9e8;return getConsoleNextUrl(_0x3585c5[_0x54b67b(0x191)],_0x54b67b(0x12b)+_0x2a134+_0x54b67b(0x178)+_0x1f75a5+_0x54b67b(0x127));};if(_0x3585c5['format']===_0x38c9e8(0x128))await handleSDKOutput(_0xc8fe63,_0x3585c5);else{if(_0x3585c5[_0x38c9e8(0x162)]===_0x38c9e8(0x121)){const _0x4d77b9=_0xc8fe63['map'](_0x31608e=>({..._0x31608e,'url':_0x10e533(_0x31608e['id'])}));await handleSDKOutput(_0x4d77b9,_0x3585c5);}else{console[_0x38c9e8(0xf7)]('['+_0x6f9ea0+']');const _0x3aeef7=new Map(),_0x5c101c=[];for(const _0x3a2f1b of _0xc8fe63){if(!_0x3a2f1b[_0x38c9e8(0xf3)]||_0x3a2f1b[_0x38c9e8(0xf3)]===_0x27609f)_0x5c101c['push'](_0x3a2f1b);else{const _0x3713b8=_0x3aeef7[_0x38c9e8(0x1c7)](_0x3a2f1b[_0x38c9e8(0xf3)])||[];_0x3713b8['push'](_0x3a2f1b),_0x3aeef7[_0x38c9e8(0x159)](_0x3a2f1b[_0x38c9e8(0xf3)],_0x3713b8);}}const _0x5f3ef7=(_0x4c2fe7,_0x2020e0)=>_0x4c2fe7[_0x38c9e8(0xdb)][_0x38c9e8(0xfc)](_0x2020e0[_0x38c9e8(0xdb)],undefined,{'sensitivity':_0x38c9e8(0xcb)});_0x5c101c[_0x38c9e8(0xf4)](_0x5f3ef7);for(const _0x4988d6 of _0x5c101c){console[_0x38c9e8(0xf7)](formatJourneyItem(_0x4988d6,'',_0x10e533(_0x4988d6['id'])));}const _0x52b2b7=[..._0x3aeef7[_0x38c9e8(0xca)]()][_0x38c9e8(0xf4)]((_0x3eec24,_0x5f2505)=>{const _0x44d712=_0x38c9e8,_0x5f42cc=_0x33043a['get'](_0x3eec24[0x0])||_0x3eec24[0x0],_0x5005ec=_0x33043a['get'](_0x5f2505[0x0])||_0x5f2505[0x0];return _0x5f42cc[_0x44d712(0xfc)](_0x5005ec,undefined,{'sensitivity':_0x44d712(0xcb)});});for(const [_0x3d4e23,_0x49f523]of _0x52b2b7){const _0x50e4c8=_0x33043a[_0x38c9e8(0x1c7)](_0x3d4e23)||_0x3d4e23;console[_0x38c9e8(0xf7)](_0x38c9e8(0x123)+_0x50e4c8),_0x49f523[_0x38c9e8(0xf4)](_0x5f3ef7);for(const _0x52112a of _0x49f523){console['log'](formatJourneyItem(_0x52112a,'\x20\x20',_0x10e533(_0x52112a['id'])));}}}}return 0x0;}}export class JourneyViewCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0x134);[a27_0x4a917e(0x1b7)]='Show\x20journey\x20details';async[a27_0x4a917e(0x144)](_0x514604){const _0x294f02=a27_0x4a917e,{options:_0x26f832,args:_0x5e9b30,tdx:_0x53214c}=_0x514604,_0x2558ff=_0x5e9b30[0x0];if(!_0x2558ff)return console['error'](_0x294f02(0xe7)),console[_0x294f02(0x1a5)]('Usage:\x20journey\x20view\x20<name-or-path>\x20[-w]'),console[_0x294f02(0x1a5)]('Options:'),console['error'](_0x294f02(0x152)),0x1;_0x26f832['verbose']&&console[_0x294f02(0x1a5)](_0x294f02(0x1a6)+_0x2558ff);const {journeyId:_0x54d3fe,parentSegmentId:_0x47a3b0}=await resolveJourneyIdFromInput(_0x2558ff,_0x26f832,_0x53214c);if(_0x26f832['web']){const _0x440459=getConsoleNextUrl(_0x26f832[_0x294f02(0x191)],_0x294f02(0x12b)+_0x47a3b0+_0x294f02(0x178)+_0x54d3fe+_0x294f02(0x1a4));return console[_0x294f02(0x1a5)](a27_0xf82e6a[_0x294f02(0x19e)]('✔')+_0x294f02(0x186)+a27_0xf82e6a[_0x294f02(0x1b2)](_0x440459)),openBrowser(_0x440459),0x0;}const _0x388292=await withSpinner(_0x294f02(0x1a2),()=>_0x53214c['journey']['getJourney'](_0x54d3fe),{'verbose':_0x26f832['verbose']}),_0x18749a=_0x388292['data'],_0xeec376=_0x26f832[_0x294f02(0x125)];let _0x3b702b;if(_0xeec376)try{const _0x40b1a6=await withSpinner(_0x294f02(0x1cc),()=>_0x53214c[_0x294f02(0x14a)][_0x294f02(0xed)](_0x54d3fe),{'verbose':_0x26f832['verbose']});_0x3b702b=_0x40b1a6['data'];}catch{_0x26f832['verbose']&&console['error'](_0x294f02(0x181));}const _0x3e0c4b=getConsoleNextUrl(_0x26f832[_0x294f02(0x191)],_0x294f02(0x12b)+_0x47a3b0+_0x294f02(0x178)+_0x54d3fe+_0x294f02(0x1a4)),_0x33fb5b={'id':_0x18749a['id'],'name':_0x18749a[_0x294f02(0xc7)][_0x294f02(0x126)],'description':_0x18749a['attributes'][_0x294f02(0x1b7)],'state':_0x18749a[_0x294f02(0xc7)][_0x294f02(0x13b)],'paused':_0x18749a['attributes'][_0x294f02(0x12c)],'reentry_mode':_0x18749a[_0x294f02(0xc7)]['reentryMode'],'stages':_0x18749a[_0x294f02(0xc7)][_0x294f02(0xd3)]?.['length']||0x0,..._0x18749a[_0x294f02(0xc7)][_0x294f02(0xe6)]&&{'goal':_0x18749a[_0x294f02(0xc7)][_0x294f02(0xe6)]['name']},..._0x3b702b&&{'statistics':{'size':_0x3b702b['size'],'entered':_0x3b702b['enteredSize'],'goal_achieved':_0x3b702b[_0x294f02(0x17c)],'completion_rate':_0x3b702b[_0x294f02(0x14b)],'exit_or_jump':_0x3b702b[_0x294f02(0x11a)],'exit_or_jump_rate':_0x3b702b[_0x294f02(0x189)],'stages':_0x3b702b[_0x294f02(0x149)]}},'url':_0x3e0c4b};return await handleSingleObjectOutput(_0x33fb5b,_0x26f832),0x0;}}export class JourneyStatsCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0x11c);[a27_0x4a917e(0x1b7)]=a27_0x4a917e(0xfe);async[a27_0x4a917e(0x144)](_0x43298d){const _0x22a634=a27_0x4a917e,{options:_0x2f499d,args:_0x1e9350,tdx:_0x258cad}=_0x43298d,_0x4bc299=_0x1e9350[0x0];if(!requireNameOrPath(_0x4bc299))return 0x1;_0x2f499d[_0x22a634(0x124)]&&console['error'](_0x22a634(0x1a6)+_0x4bc299);const _0x194ede=_0x2f499d,_0x4a6a60=_0x194ede['from'],_0x4d3761=_0x194ede['to'],_0x2a43ee=_0x194ede[_0x22a634(0x168)],_0x1cbd38=_0x194ede[_0x22a634(0x167)];_0x2a43ee&&!_0x4a6a60&&!_0x4d3761&&console[_0x22a634(0x1a5)](_0x22a634(0x16a));const _0x550049=_0x2a43ee?withJsonFormat(_0x2f499d):_0x2f499d,{journeyId:_0x2c9361,journeyName:_0x3774c6}=await resolveJourneyIdFromInput(_0x4bc299,_0x550049,_0x258cad),_0xa3c32=_0x4a6a60||_0x4d3761?{'from':_0x4a6a60,'to':_0x4d3761}:undefined,_0x2d4830=await withSpinner(_0x22a634(0x1cc),()=>Promise['all']([_0x258cad[_0x22a634(0x14a)][_0x22a634(0xec)](_0x2c9361),_0x258cad['journey'][_0x22a634(0xed)](_0x2c9361,_0xa3c32)]),{'verbose':_0x550049[_0x22a634(0x124)]}),[_0x115976,_0x5aae74]=_0x2d4830[_0x22a634(0x1ce)];if(!_0x5aae74||_0x5aae74['journeyId']===null)return console[_0x22a634(0x1a5)](_0x22a634(0xf1)+_0x3774c6),console[_0x22a634(0x1a5)](_0x22a634(0x171)),0x0;const _0x4ba968=buildStageNameMap(_0x115976),_0x5af7b5=!!(_0xa3c32&&_0x5aae74[_0x22a634(0x19f)]?.[_0x22a634(0x13c)]),_0x12eef3={'stageNameMap':_0x4ba968,'hasPeriod':_0x5af7b5,'includeHistory':!!_0x2a43ee};if(_0x1cbd38&&_0x5aae74['stages']){const _0x2267ff=_0x5aae74['stages'][_0x22a634(0x142)](_0x21a19e=>{const _0x90e42b=_0x22a634,_0xb73ee0=_0x4ba968[_0x90e42b(0x1c7)](_0x21a19e['id'])??'';return _0xb73ee0[_0x90e42b(0x18e)]()===_0x1cbd38[_0x90e42b(0x18e)]();});if(_0x2267ff)return await handleSingleObjectOutput(formatStageStats(_0x2267ff,_0x12eef3),_0x550049),0x0;const _0xa795f2=_0x5aae74[_0x22a634(0x149)][_0x22a634(0xd1)](_0x573613=>_0x4ba968[_0x22a634(0x1c7)](_0x573613['id'])??_0x573613['id']);return console[_0x22a634(0x1a5)]('Error:\x20Stage\x20\x22'+_0x1cbd38+'\x22\x20not\x20found'),console['error']('Available\x20stages:\x20'+_0xa795f2[_0x22a634(0xd9)](',\x20')),0x1;}const _0x33fe10=_0x5aae74['stages']?.['map'](_0x556b04=>formatStageStats(_0x556b04,_0x12eef3)),_0x1deb5b=assembleJourneyStats(_0x5aae74,{'from':_0x4a6a60,'to':_0x4d3761,'includeHistory':_0x2a43ee});return await this[_0x22a634(0xc8)](_0x1deb5b,_0x33fe10??[],_0x550049),0x0;}async[a27_0x4a917e(0xc8)](_0x4bb28,_0x1cd248,_0x5586a2){const _0x4f5da9=a27_0x4a917e,_0x5dcfa1=_0x5586a2[_0x4f5da9(0x162)]==='json'||_0x5586a2[_0x4f5da9(0x162)]===_0x4f5da9(0xc4)||_0x5586a2[_0x4f5da9(0x121)]||_0x5586a2[_0x4f5da9(0xc4)];if(_0x5dcfa1){_0x4bb28[_0x4f5da9(0x149)]=_0x1cd248,await handleSingleObjectOutput(_0x4bb28,_0x5586a2);return;}await handleSingleObjectOutput(_0x4bb28,_0x5586a2);for(const _0x426fe4 of _0x1cd248){console[_0x4f5da9(0xf7)](''),console[_0x4f5da9(0xf7)](String(a27_0xf82e6a[_0x4f5da9(0x1b2)][_0x4f5da9(0xc3)]('['+_0x426fe4[_0x4f5da9(0x126)]+']'))+a27_0xf82e6a['dim']('\x20'+_0x426fe4['id']));const {id:_0x17c4bc,name:_0x4582df,..._0x3de02a}=_0x426fe4;await handleSingleObjectOutput(_0x3de02a,_0x5586a2);}}}export class JourneyTrafficCommand extends BaseCommand{['name']=a27_0x4a917e(0x132);[a27_0x4a917e(0x1b7)]=a27_0x4a917e(0x104);async[a27_0x4a917e(0x144)](_0x5b49be){const _0x4a0c6c=a27_0x4a917e,{options:_0x1544d2,args:_0x3bab93,tdx:_0x5e98a4}=_0x5b49be,_0x2de219=_0x3bab93[0x0];if(!requireNameOrPath(_0x2de219))return 0x1;_0x1544d2[_0x4a0c6c(0x124)]&&console[_0x4a0c6c(0x1a5)](_0x4a0c6c(0x1a6)+_0x2de219);const _0x285c6b=_0x1544d2,_0x187047=_0x285c6b['type'],_0x19d943=_0x285c6b['from'],_0x4a1ad7=_0x285c6b['to'],_0x28e40f=_0x285c6b['limit'];if(_0x187047&&_0x187047!==_0x4a0c6c(0x16f)&&_0x187047!==_0x4a0c6c(0x16b))return console[_0x4a0c6c(0x1a5)](_0x4a0c6c(0xd0)+_0x187047+_0x4a0c6c(0x1bc)),0x1;const _0x2ab869=withJsonFormat(_0x1544d2),{journeyId:_0xecb5ec,journeyName:_0x37c816}=await resolveJourneyIdFromInput(_0x2de219,_0x2ab869,_0x5e98a4),_0x33d04a={'type':_0x187047,'from':_0x19d943,'to':_0x4a1ad7,'limit':_0x28e40f},_0x3d666d=await withSpinner(_0x4a0c6c(0xe2),()=>_0x5e98a4[_0x4a0c6c(0x14a)]['getTrafficData'](_0xecb5ec,_0x33d04a),{'verbose':_0x2ab869[_0x4a0c6c(0x124)]}),_0x10b029=_0x3d666d[_0x4a0c6c(0x1ce)],_0x3efbe9=_0x10b029['conversion']&&(_0x10b029[_0x4a0c6c(0x16f)][_0x4a0c6c(0x19c)]['length']>0x0||_0x10b029['conversion'][_0x4a0c6c(0x1a9)][_0x4a0c6c(0x13c)]>0x0),_0x59fe43=_0x10b029[_0x4a0c6c(0x16b)]&&_0x10b029[_0x4a0c6c(0x16b)][_0x4a0c6c(0x13c)]>0x0;if(!_0x3efbe9&&!_0x59fe43)return console[_0x4a0c6c(0x1a5)](_0x4a0c6c(0xcf)+_0x37c816),console[_0x4a0c6c(0x1a5)](_0x4a0c6c(0x10d)),_0x19d943&&_0x4a1ad7&&console[_0x4a0c6c(0x1a5)](_0x4a0c6c(0x1ac)),0x0;return await handleSingleObjectOutput(_0x10b029,_0x2ab869),0x0;}}function formatStageStats(_0x2b7660,_0x387479){const _0x1c212b=a27_0x4a917e,_0x10fdd6=_0x387479[_0x1c212b(0x177)]&&_0x2b7660[_0x1c212b(0x19f)]?.[_0x1c212b(0x13c)]?aggregateStageHistory(_0x2b7660[_0x1c212b(0x19f)]):{'size':_0x2b7660[_0x1c212b(0x175)],'entered':_0x2b7660[_0x1c212b(0xe3)],'milestone':_0x2b7660[_0x1c212b(0x185)],'milestone_rate':_0x2b7660[_0x1c212b(0x13e)],'exit_or_jump':_0x2b7660['exitOrJumpSize'],'exit_or_jump_rate':_0x2b7660[_0x1c212b(0x189)]},_0x54e308={'id':_0x2b7660['id'],'name':_0x387479['stageNameMap']['get'](_0x2b7660['id'])??_0x2b7660['id'],..._0x10fdd6};return _0x387479[_0x1c212b(0x177)]&&_0x387479[_0x1c212b(0x168)]&&_0x2b7660['history']&&(_0x54e308[_0x1c212b(0x19f)]=_0x2b7660[_0x1c212b(0x19f)]),_0x54e308;}function a27_0x3ff4(){const _0x451558=['Could\x20not\x20resolve\x20parent\x20segment.\x20Set\x20context\x20with:\x20tdx\x20sg\x20use\x20\x22Name\x22\x20or\x20tdx\x20sg\x20pull\x20\x22Name\x22','dryRun','listFolders','\x22\x20resumed','Use\x20\x22tdx\x20journey\x20list\x22\x20to\x20see\x20available\x20journeys','exitOrJumpSize','✔\x20Found\x20','journey:stats','connector_config','errorCode','Show\x20journey\x20table\x20column\x20mapping','reentryMode','json','Fetching\x20parent\x20segment...','📁\x20','verbose','includeStats','name','/j/da','table','(root)','\x20->\x20','/app/ps/','paused','Getting\x20column\x20mapping...','absolutePath','resolveSegment','segmentPushCommand','\x20journey','journey:traffic','options','journey:view','\x20journey\x20files\x20to\x20','Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data','buildIdToNameMap','Error:\x20--version\x20option\x20is\x20required','\x20version','5803608rYmqKW','state','length',',\x20version:\x20','completeMilestoneRate','listActivationsFlat','128046udEiTX','5665248TXkzWt','find','getParentFull','execute','Parent\x20segment:\x20','Create\x20a\x20new\x20draft\x20version\x20of\x20a\x20journey','utf-8','resume','stages','journey','completionRate','\x5c$&','Listing\x20journey\x20versions...','getLatestJourneyId','blue','Folder\x20path:\x20','database','\x20\x20-w,\x20--web\x20\x20Open\x20journey\x20in\x20web\x20browser','message','\x20\x20Parent\x20segment:\x20','journeys','No\x20parent\x20segment\x20context\x20set.\x20Set\x20context\x20with:\x20tdx\x20sg\x20use\x20\x22Name\x22\x20or\x20tdx\x20sg\x20pull\x20\x22Name\x22','\x20new\x20files','journey:versions','set','Getting\x20version\x20','file','1337wvSbXr','parent_segment','✔\x20Pulled\x20','relativePath','\x20journeys','getActivation','format','then','Listing\x20journeys...','push','pause','stage','includeHistory','createVersion','Warning:\x20--include-history\x20without\x20--from/--to\x20may\x20return\x20all-time\x20history','activation','listJourneysWithFolders','Journey\x20name:\x20','segmentName','conversion','Usage:\x20journey\x20version\x20view\x20<name-or-path>\x20--version\x20N','Statistics\x20may\x20not\x20be\x20available\x20for\x20draft\x20or\x20newly\x20created\x20journeys.','folders','journey:pull','split','size','\x20unchanged\x20files','hasPeriod','/e/','journey:list','yellow','1936cjvleU','goalSize','\x20=\x20','Error:\x20Journey\x20not\x20found:\x20','replace','✔\x20All\x20files\x20are\x20up\x20to\x20date','\x20\x20Statistics\x20not\x20available','Found\x20','\x20details...','connection','milestoneSize','\x20Opening\x20','type','\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20pull\x20--parent-segment\x20<name>\x20\x20#\x20Specify\x20parent\x20segment','exitOrJumpRate','archived','filter','\x20not\x20found.\x20Available:\x20','\x0aTip:\x20Run\x20`tdx\x20sg\x20pull\x20<parent_name>`\x20first\x20to\x20create\x20the\x20folder\x20structure','toLowerCase','values','user','site','Warning:\x20Could\x20not\x20resolve\x20segment\x20','Cancelled','Are\x20you\x20sure\x20you\x20want\x20to\x20pause\x20journey\x20\x22','Failed\x20to\x20resolve\x20YAML\x20file\x20path:\x20','tsv','\x20files?','listVersions','Target\x20directory:\x20','journey:version:create','setPhase','nodes','View\x20a\x20specific\x20version\x20of\x20a\x20journey','green','history','\x20activation','77433tmjDxc','Getting\x20journey\x20details...','Error:\x20Journey\x20\x27','/j/da/je','error','Input:\x20','160wjiQLj','add','links','no_parent','red','If\x20the\x20journey\x20is\x20active,\x20the\x20date\x20range\x20may\x20be\x20too\x20wide.\x20Try\x20a\x20shorter\x20period\x20(max\x20~90\x20days).','session','...','\x20\x20Journey\x20ID:\x20','cwd','dim','cyan','Resolved\x20YAML\x20file:\x20','versionNumber','INVALID_ARGUMENT','Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation','description','Database:\x20','filePath','26rOIqvj','journeyBundleId','\x22.\x20Must\x20be\x20\x22conversion\x22\x20or\x20\x22activation\x22.','\x20segment\x20rule(s)\x20to\x20match\x20for\x20','Aborted.','hasChanges','\x20\x20-\x20','List\x20activations\x20for\x20a\x20journey','Error:\x20','activationParams','✔\x20Journey\x20\x22','104QdugGN','Warning:\x20Could\x20not\x20resolve\x20activation\x20','get','version','all','getSegment','resolveParentId','Getting\x20journey\x20statistics...','yes','data','2MDEjUT','bold','jsonl','journeyName','Warning:\x20Could\x20not\x20parse\x20existing\x20file\x20for\x20segment\x20name\x20preservation:\x20','attributes','renderStats','\x20(draft)\x20—\x20\x22','entries','base','Found\x20journeys\x20with\x20this\x20name\x20in\x20other\x20folders:','draft','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','No\x20traffic\x20data\x20available\x20for\x20journey:\x20','Error:\x20Invalid\x20--type\x20\x22','map','has','journeyStages','No\x20journeys\x20found','targetDir','listJourneysFromParentSegment','Creating\x20new\x20version...','relative','join','tdx.json','journeyBundleName','Error:\x20Version\x20','rule','\x20(ID:\x20','Are\x20you\x20sure\x20you\x20want\x20to\x20resume\x20journey\x20\x22','\x27\x20not\x20found\x20in\x20','helpText','Getting\x20journey\x20traffic\x20data...','enteredSize','List\x20journeys\x20in\x20current\x20context','29168teimHl','goal','Error:\x20Journey\x20name,\x20path,\x20or\x20YAML\x20file\x20is\x20required','parentSegment','journey:version:view','✔\x20Context\x20set:\x20','Resolving\x20parent\x20segment...','getJourney','getStatistics','journey:pause','\x20\x20Target:\x20','journeyId','No\x20statistics\x20available\x20for\x20journey:\x20','\x20\x20Consolidating\x20duplicate\x20segment:\x20','folderId','sort','\x0aPull\x20summary:','repeat','log','Use\x20--parent-segment\x20or\x20set\x20context\x20with\x20\x22tdx\x20sg\x20use\x22','journey:activations','\x20(rule\x20match)','\x20\x20Folder\x20path:\x20','localeCompare','Error:\x20Invalid\x20version\x20number:\x20','Show\x20journey\x20statistics','Listing\x20journey\x20activations...','.yml','launched','\x20\x20Preserving\x20local\x20segment\x20name:\x20','Usage:\x20journey\x20<subcommand>\x20<name-or-path>','Get\x20journey\x20traffic\x20data\x20(Sankey\x20charts)','test','resourceName','Usage:\x20tdx\x20journey\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Inside\x20a\x20segment\x20folder\x20(with\x20tdx.json)','42410lLGPgH','buildIdToEmailMap','\x20versions)','\x0aChanges\x20to\x20\x27','journey:columns','Traffic\x20data\x20may\x20not\x20be\x20available\x20for\x20draft\x20or\x20newly\x20created\x20journeys.','isNew','569152FPHUSK','segment','createdAt','(paused)','folderPath','(running)'];a27_0x3ff4=function(){return _0x451558;};return a27_0x3ff4();}export class JourneyPauseCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0xee);[a27_0x4a917e(0x1b7)]='Pause\x20a\x20running\x20journey';async[a27_0x4a917e(0x144)](_0x4494a4){const _0x2f65c7=a27_0x4a917e,{options:_0x4c9f97,args:_0x1f3c74,tdx:_0x40cb63}=_0x4494a4,_0x4d6ff9=_0x1f3c74[0x0];if(!requireNameOrPath(_0x4d6ff9))return 0x1;_0x4c9f97['verbose']&&console['error'](_0x2f65c7(0x1a6)+_0x4d6ff9);const {journeyId:_0x403f15,journeyName:_0xd28ffe}=await resolveJourneyIdFromInput(_0x4d6ff9,_0x4c9f97,_0x40cb63);if(!_0x4c9f97[_0x2f65c7(0x1cd)]){const _0x463a0a=await confirm(_0x2f65c7(0x194)+_0xd28ffe+'\x22?');if(!_0x463a0a)return console[_0x2f65c7(0x1a5)](_0x2f65c7(0x193)),0x0;}const _0x32297d=await withSpinner('Pausing\x20journey...',()=>_0x40cb63[_0x2f65c7(0x14a)][_0x2f65c7(0x166)](_0x403f15),{'verbose':_0x4c9f97[_0x2f65c7(0x124)]}),_0x524c56=_0x32297d[_0x2f65c7(0x1ce)];return console[_0x2f65c7(0x1a5)](_0x2f65c7(0x1c4)+_0x524c56[_0x2f65c7(0xc7)]['name']+'\x22\x20paused'),0x0;}}export class JourneyResumeCommand extends BaseCommand{[a27_0x4a917e(0x126)]='journey:resume';[a27_0x4a917e(0x1b7)]='Resume\x20a\x20paused\x20journey';async['execute'](_0xfc9acf){const _0x4581e2=a27_0x4a917e,{options:_0x17582e,args:_0x38367e,tdx:_0x1844d2}=_0xfc9acf,_0x47bd0a=_0x38367e[0x0];if(!requireNameOrPath(_0x47bd0a))return 0x1;_0x17582e['verbose']&&console[_0x4581e2(0x1a5)](_0x4581e2(0x1a6)+_0x47bd0a);const {journeyId:_0x3e9ccd,journeyName:_0x50c533}=await resolveJourneyIdFromInput(_0x47bd0a,_0x17582e,_0x1844d2);if(!_0x17582e[_0x4581e2(0x1cd)]){const _0x461b3f=await confirm(_0x4581e2(0xdf)+_0x50c533+'\x22?');if(!_0x461b3f)return console[_0x4581e2(0x1a5)](_0x4581e2(0x193)),0x0;}const _0xfa9fe6=await withSpinner('Resuming\x20journey...',()=>_0x1844d2[_0x4581e2(0x14a)][_0x4581e2(0x148)](_0x3e9ccd),{'verbose':_0x17582e[_0x4581e2(0x124)]}),_0x2fa3a3=_0xfa9fe6[_0x4581e2(0x1ce)];return console[_0x4581e2(0x1a5)](_0x4581e2(0x1c4)+_0x2fa3a3[_0x4581e2(0xc7)][_0x4581e2(0x126)]+_0x4581e2(0x118)),0x0;}}export class JourneyPullCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0x173);[a27_0x4a917e(0x1b7)]='Export\x20journey(s)\x20as\x20YAML\x20files';async[a27_0x4a917e(0x144)](_0x246782){const _0x433b1a=a27_0x4a917e,{options:_0x3ddaa7,args:_0x20fa4e,tdx:_0x4de32e}=_0x246782,_0x156c83=_0x3ddaa7,_0x26d521=_0x20fa4e[0x0],_0x309b4b=_0x26d521&&isYamlFilePath(_0x26d521),_0x2a1514=await resolveTarget({'arg':_0x309b4b?_0x26d521:undefined,'contextParent':_0x3ddaa7['parentSegment'],'cwd':process[_0x433b1a(0x1b0)]()});if(!isSuccessfulResolution(_0x2a1514))return _0x2a1514[_0x433b1a(0x11e)]===_0x433b1a(0x1aa)?(console['error'](a27_0xf82e6a[_0x433b1a(0x17a)]('parent_segment\x20is\x20not\x20set.\x20Use\x20`tdx\x20sg\x20use\x20<parent_name>`\x20to\x20set\x20it.\x0a')),console[_0x433b1a(0x1a5)](_0x433b1a(0x107)),console['error'](_0x433b1a(0x188)),console[_0x433b1a(0x1a5)]('\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20pull\x20path/to/journey.yml\x20\x20\x20\x20\x20#\x20Pull\x20specific\x20journey\x20by\x20file'),console[_0x433b1a(0x1a5)](_0x433b1a(0x18d))):(console[_0x433b1a(0x1a5)](a27_0xf82e6a['red'](_0x433b1a(0x1c2)+_0x2a1514[_0x433b1a(0x153)]+'\x0a')),_0x2a1514[_0x433b1a(0xe1)]&&console[_0x433b1a(0x1a5)](a27_0xf82e6a[_0x433b1a(0x1b2)](_0x2a1514[_0x433b1a(0xe1)]))),0x1;let _0x5ce0d7=_0x309b4b?undefined:_0x26d521,_0x41d11b,_0x589d7c;_0x2a1514[_0x433b1a(0x187)]===_0x433b1a(0x15b)&&(_0x5ce0d7=_0x2a1514[_0x433b1a(0x106)],_0x41d11b=_0x2a1514[_0x433b1a(0x1b9)],_0x589d7c=_0x2a1514[_0x433b1a(0x113)]);const _0xa59edb=_0x2a1514['parentName'],_0x2b8227=_0x2a1514[_0x433b1a(0xd5)];_0x156c83[_0x433b1a(0x124)]&&(console[_0x433b1a(0x1a5)](_0x433b1a(0x145)+_0xa59edb),console[_0x433b1a(0x1a5)](_0x433b1a(0x199)+_0x2b8227),_0x5ce0d7&&console['error'](_0x433b1a(0x16d)+_0x5ce0d7),_0x41d11b&&console[_0x433b1a(0x1a5)]('Target\x20file:\x20'+_0x41d11b),_0x589d7c&&console['error'](_0x433b1a(0x150)+_0x589d7c));const _0x2285ca=await withSpinner(_0x433b1a(0xeb),()=>_0x4de32e[_0x433b1a(0x110)]['resolveParentId'](_0xa59edb),{'verbose':_0x3ddaa7['verbose']}),_0x20617d=_0x2285ca['data'],{journeys:_0x4e2838,folders:_0x6919d0}=await withSpinner('Fetching\x20journeys\x20and\x20folders...',async()=>{const _0x47af03=_0x433b1a,[_0xbbc23a,_0x21ec38]=await Promise[_0x47af03(0x1c9)]([_0x4de32e['journey'][_0x47af03(0xd6)](_0x20617d,undefined,{'includeAllVersions':!![]}),_0x4de32e[_0x47af03(0x110)][_0x47af03(0x117)](_0x20617d)]);return{'journeys':_0xbbc23a,'folders':_0x21ec38};},{'verbose':_0x3ddaa7[_0x433b1a(0x124)]})[_0x433b1a(0x163)](_0x3e68d2=>_0x3e68d2['data']);let _0x4ec61a=_0x4e2838;const _0xe5fb1b=buildFolderIdToPathMap(_0x6919d0);if(_0x5ce0d7){const _0x5ec08f=_0x4ec61a[_0x433b1a(0x18b)](_0x1e2ba5=>_0x1e2ba5[_0x433b1a(0xdb)][_0x433b1a(0x18e)]()===_0x5ce0d7[_0x433b1a(0x18e)]());if(_0x5ec08f[_0x433b1a(0x13c)]===0x0)return console['error'](_0x433b1a(0x17e)+_0x5ce0d7),console[_0x433b1a(0x1a5)](_0x433b1a(0x119)),0x1;_0x4ec61a=_0x5ec08f;}if(_0x589d7c!==undefined){const _0x2f2f61=_0x4ec61a[_0x433b1a(0x18b)](_0x22197f=>{const _0x240113=_0x433b1a,_0x93f5fd=_0x22197f[_0x240113(0xf3)]?_0xe5fb1b[_0x240113(0x1c7)](_0x22197f['folderId'])||'':'';return _0x93f5fd===_0x589d7c;});if(_0x2f2f61[_0x433b1a(0x13c)]===0x0&&_0x4ec61a['length']>0x0){console[_0x433b1a(0x1a5)](_0x433b1a(0x1a3)+_0x5ce0d7+_0x433b1a(0xe0)+(_0x589d7c||'root\x20folder')),console[_0x433b1a(0x1a5)](_0x433b1a(0xcc));for(const _0x330eb4 of _0x4ec61a){const _0x2f749e=_0x330eb4[_0x433b1a(0xf3)]?_0xe5fb1b[_0x433b1a(0x1c7)](_0x330eb4[_0x433b1a(0xf3)])||'':'';console['error'](_0x433b1a(0x1c0)+(_0x2f749e||_0x433b1a(0x129))+'/'+_0x330eb4['journeyBundleName']);}return 0x1;}_0x4ec61a=_0x2f2f61;}if(_0x4ec61a['length']===0x0)return console[_0x433b1a(0x1a5)](_0x433b1a(0xd4)),0x0;const _0xc352ac=new Map();for(const _0x35ff84 of _0x4ec61a){const _0x35bcc8=_0x35ff84[_0x433b1a(0x1bb)];!_0xc352ac['has'](_0x35bcc8)&&_0xc352ac['set'](_0x35bcc8,[]),_0xc352ac['get'](_0x35bcc8)[_0x433b1a(0x165)](_0x35ff84);}for(const _0x58e1d4 of _0xc352ac[_0x433b1a(0x18f)]()){_0x58e1d4[_0x433b1a(0xf4)]((_0x33dbda,_0x64901b)=>(_0x33dbda[_0x433b1a(0x1b4)]||0x0)-(_0x64901b['versionNumber']||0x0));}const _0x2f20c6=[],{idToEmailMap:_0x14b26c,connectionIdToNameMap:_0x2c744b}=await withSpinner('Fetching\x20users\x20and\x20connections...',async()=>{const _0x5a70f6=_0x433b1a,[_0xf308be,_0x156e47]=await Promise[_0x5a70f6(0x1c9)]([_0x4de32e[_0x5a70f6(0x190)][_0x5a70f6(0x109)](),_0x4de32e[_0x5a70f6(0x184)][_0x5a70f6(0x137)]()]);return{'idToEmailMap':_0xf308be,'connectionIdToNameMap':_0x156e47};},{'verbose':_0x3ddaa7['verbose']})[_0x433b1a(0x163)](_0x577c22=>_0x577c22['data']);for(const _0x405d6f of _0xc352ac[_0x433b1a(0x18f)]()){const _0xcfea59=_0x405d6f[0x0][_0x433b1a(0xdb)],_0x5661df=_0x405d6f[0x0]['folderId'],_0x43a87c=_0x5661df?_0xe5fb1b[_0x433b1a(0x1c7)](_0x5661df)||'':'',_0x2ca75b=_0x43a87c?a27_0x51581f[_0x433b1a(0xd9)](_0x2b8227,_0x43a87c):_0x2b8227,_0x595656=_0x41d11b||a27_0x51581f[_0x433b1a(0xd9)](_0x2ca75b,sanitizeFileName(_0xcfea59)+_0x433b1a(0x100));let _0x2ae1b8,_0x5767d0;if(existsSync(_0x595656))try{const _0x625b85=readFileSync(_0x595656,_0x433b1a(0x147)),_0x202dcb=parseYamlString(_0x625b85);_0x5767d0=_0x202dcb,_0x2ae1b8=buildRuleToNameMapping(_0x202dcb),_0x156c83[_0x433b1a(0x124)]&&_0x2ae1b8[_0x433b1a(0x175)]>0x0&&console[_0x433b1a(0x1a5)](_0x433b1a(0x182)+_0x2ae1b8[_0x433b1a(0x175)]+_0x433b1a(0x1bd)+_0xcfea59);}catch(_0x56875f){_0x156c83['verbose']&&console[_0x433b1a(0x1a5)](_0x433b1a(0xc6)+_0x56875f[_0x433b1a(0x153)]);}const _0x4c9d0a=[],_0x1e8746=new Set(),_0x52f753=new Map(),_0x4f952a=new Map(),_0x5cfbce=new Set(),_0x4ca17f=new Map(),_0x2563c0=new Map(),_0x525af3=createJumpTargetCache();await withProgressSpinner('Fetching\x20'+_0xcfea59+_0x433b1a(0x1ae),async _0x28036d=>{const _0x4c57a3=_0x433b1a;for(const _0x3c14a7 of _0x405d6f){const _0x3a7e64=_0x405d6f[_0x4c57a3(0x13c)]>0x1?_0x3c14a7[_0x4c57a3(0xdb)]+'\x20v'+(_0x3c14a7[_0x4c57a3(0x1b4)]||0x1):_0x3c14a7['journeyBundleName'];_0x28036d[_0x4c57a3(0x19b)]('Fetching\x20'+_0x3a7e64);const _0x35dcf5=await _0x4de32e[_0x4c57a3(0x14a)][_0x4c57a3(0xec)](_0x3c14a7['id']),_0x35ecbb=_0x35dcf5[_0x4c57a3(0xc7)]?.['audienceId'],_0x144ef5={'resolveSegment':async _0x277e9d=>{const _0x354745=_0x4c57a3;if(!_0x35ecbb)return{'name':_0x277e9d,'isJourneyLocal':![]};const _0x583e85=_0x52f753[_0x354745(0x1c7)](_0x277e9d);if(_0x583e85)return _0x583e85;try{const _0x1f2016=await _0x4de32e[_0x354745(0x110)][_0x354745(0x1ca)](_0x35ecbb,_0x277e9d),_0x2cc7d9=_0x1f2016['kind']===SEGMENT_KIND_JOURNEY;let _0x4d75b3,_0x1fc446=_0x1f2016['name'];if(_0x2cc7d9&&_0x1f2016['rule']){const _0x4f3042=await segmentResponseToDef(_0x1f2016,{'resolveSegmentName':async _0x2be389=>{const _0x15b7da=_0x354745,_0x1504bd=_0x52f753[_0x15b7da(0x1c7)](_0x2be389);if(_0x1504bd)return _0x1504bd[_0x15b7da(0x126)];const _0x4dbf19=await _0x144ef5[_0x15b7da(0x12f)](_0x2be389);return _0x4dbf19['name'];}}),_0x1ebe9f=_0x4f3042[_0x354745(0xdd)];_0x4d75b3={'description':_0x1f2016[_0x354745(0x1b7)],'rule':_0x1ebe9f};const _0x58b337=serializeRule(_0x1ebe9f),_0x54feec=_0x4f952a[_0x354745(0x1c7)](_0x58b337);if(_0x54feec)_0x1fc446=_0x54feec,_0x4d75b3=undefined,_0x156c83[_0x354745(0x124)]&&console['error'](_0x354745(0xf2)+_0x1f2016['name']+_0x354745(0x12a)+_0x54feec);else{let _0x130494=![];if(_0x2ae1b8){const _0x27ac09=_0x2ae1b8[_0x354745(0x1c7)](_0x58b337);if(_0x27ac09){const _0x2d3318=_0x27ac09[_0x354745(0x142)](_0x2803df=>!_0x1e8746[_0x354745(0xd2)](_0x2803df));_0x2d3318&&(_0x1fc446=_0x2d3318,_0x1e8746[_0x354745(0x1a8)](_0x2d3318),_0x4f952a['set'](_0x58b337,_0x2d3318),_0x130494=!![],_0x156c83['verbose']&&console[_0x354745(0x1a5)](_0x354745(0x102)+_0x2d3318+_0x354745(0xfa)));}}if(!_0x130494){const _0x46c34b=generateJourneyLocalName(_0x1f2016[_0x354745(0x126)]);_0x46c34b&&(_0x1fc446=_0x46c34b);let _0x57c183=_0x1fc446,_0x14c485=0x2;while(_0x1e8746['has'](_0x57c183)){_0x57c183=_0x1fc446+'_'+_0x14c485,_0x14c485++;}_0x1e8746[_0x354745(0x1a8)](_0x57c183),_0x4f952a['set'](_0x58b337,_0x57c183),_0x1fc446=_0x57c183;}}}const _0x1183c4={'name':_0x1fc446,'isJourneyLocal':_0x2cc7d9,'definition':_0x4d75b3};return _0x52f753[_0x354745(0x159)](_0x277e9d,_0x1183c4),_0x1183c4;}catch(_0x4f2eb2){return _0x3ddaa7[_0x354745(0x124)]&&console[_0x354745(0x1a5)](_0x354745(0x192)+_0x277e9d+':\x20'+_0x4f2eb2[_0x354745(0x153)]),{'name':_0x277e9d,'isJourneyLocal':![]};}},'resolveActivation':async _0x3754b5=>{const _0x5d244c=_0x4c57a3,_0x112773=_0x4ca17f[_0x5d244c(0x1c7)](_0x3754b5);if(_0x112773)return _0x112773;try{const _0x7c8379=await _0x4de32e[_0x5d244c(0x14a)][_0x5d244c(0x161)](_0x3c14a7['id'],_0x3754b5),_0x3d4b04=journeyActivationStepToYaml(_0x7c8379,_0x14b26c,_0x2c744b),_0x2548fe=JSON['stringify']({'name':_0x3d4b04[_0x5d244c(0x126)],'connection':_0x3d4b04[_0x5d244c(0x184)],'connector_config':_0x3d4b04[_0x5d244c(0x11d)]}),_0x7ddf67=_0x2563c0[_0x5d244c(0x1c7)](_0x2548fe);if(_0x7ddf67){const _0x22206b={'name':_0x7ddf67,'isJourneyLocal':!![],'definition':_0x3d4b04};return _0x4ca17f['set'](_0x3754b5,_0x22206b),_0x22206b;}const _0x429206=_0x7c8379[_0x5d244c(0xc7)][_0x5d244c(0x1c3)][_0x5d244c(0x126)]||_0x3754b5,_0x30cba7=sanitizeYamlKey(_0x429206)||'activation_'+_0x3754b5;let _0x59a8e4=_0x30cba7,_0x3ed251=0x2;while(_0x5cfbce['has'](_0x59a8e4)){_0x59a8e4=_0x30cba7+'_'+_0x3ed251,_0x3ed251++;}_0x5cfbce['add'](_0x59a8e4),_0x2563c0[_0x5d244c(0x159)](_0x2548fe,_0x59a8e4);const _0x1fde46={'name':_0x59a8e4,'isJourneyLocal':!![],'definition':_0x3d4b04};return _0x4ca17f['set'](_0x3754b5,_0x1fde46),_0x1fde46;}catch(_0x1deec6){return _0x3ddaa7[_0x5d244c(0x124)]&&console[_0x5d244c(0x1a5)](_0x5d244c(0x1c6)+_0x3754b5+':\x20'+_0x1deec6[_0x5d244c(0x153)]),{'name':_0x3754b5,'isJourneyLocal':![]};}},'resolveJumpTarget':async(_0x51e26f,_0x515669)=>{const _0x24f10f=_0x4c57a3;return resolveJumpTarget(_0x51e26f,_0x515669,_0x525af3,_0x40f746=>_0x4de32e[_0x24f10f(0x14a)][_0x24f10f(0xec)](_0x40f746));}},_0x177b3d=await journeyResponseToDef(_0x35dcf5,_0x144ef5);_0x4c9d0a[_0x4c57a3(0x165)]({'item':_0x3c14a7,'yaml':_0x177b3d});}},{'verbose':_0x3ddaa7['verbose']});const _0x336ec0=await _0x4de32e[_0x433b1a(0x14a)][_0x433b1a(0x14e)](_0x405d6f[0x0][_0x433b1a(0x1bb)]),_0x1bd98d=buildMergedJourneyDef(_0x4c9d0a,_0x2ae1b8,_0x336ec0),_0xc411e6=normalizeJourneyDef(_0x1bd98d,_0x5767d0),_0x39b410=toYamlString(_0xc411e6),_0x2bc3d5=_0x41d11b||a27_0x51581f['join'](_0x2ca75b,sanitizeFileName(_0xcfea59)+_0x433b1a(0x100));!_0x41d11b&&_0x43a87c&&!existsSync(_0x2ca75b)&&mkdirSync(_0x2ca75b,{'recursive':!![]});const _0x3474cc=a27_0x51581f[_0x433b1a(0xd8)](process[_0x433b1a(0x1b0)](),_0x2bc3d5);if(existsSync(_0x2bc3d5)){const _0x38622e=readFileSync(_0x2bc3d5,_0x433b1a(0x147)),_0x250f00=generateDiff(_0x38622e,_0x39b410),_0xbb6272=hasChanges(_0x250f00);_0x2f20c6['push']({'relativePath':_0x3474cc,'absolutePath':_0x2bc3d5,'content':_0x39b410,'isNew':![],'hasChanges':_0xbb6272,'diff':_0xbb6272?formatDiffWithColors(_0x250f00):undefined});}else _0x2f20c6['push']({'relativePath':_0x3474cc,'absolutePath':_0x2bc3d5,'content':_0x39b410,'isNew':!![],'hasChanges':![]});}const _0x76f1c4=_0x2f20c6['filter'](_0x411254=>_0x411254[_0x433b1a(0x10e)]),_0x3df458=_0x2f20c6['filter'](_0x28b601=>!_0x28b601[_0x433b1a(0x10e)]&&_0x28b601[_0x433b1a(0x1bf)]),_0x219418=_0x2f20c6[_0x433b1a(0x18b)](_0x35c8cc=>!_0x35c8cc[_0x433b1a(0x10e)]&&!_0x35c8cc[_0x433b1a(0x1bf)]),_0x5ab3ce=_0x4ec61a[_0x433b1a(0x13c)],_0x314ecb=_0xc352ac[_0x433b1a(0x175)],_0x618e7f=_0x5ab3ce>_0x314ecb?'\x20('+_0x5ab3ce+_0x433b1a(0x10a):'';console[_0x433b1a(0x1a5)](_0x433b1a(0xf5)),console['error']('\x20\x20'+a27_0xf82e6a['cyan'](_0x314ecb+_0x433b1a(0x160))+a27_0xf82e6a['dim'](_0x618e7f)),console['error']('\x20\x20'+a27_0xf82e6a['green']('+\x20'+_0x76f1c4['length']+_0x433b1a(0x157))),console[_0x433b1a(0x1a5)]('\x20\x20'+a27_0xf82e6a['yellow']('~\x20'+_0x3df458[_0x433b1a(0x13c)]+'\x20changed\x20files')),console[_0x433b1a(0x1a5)]('\x20\x20'+a27_0xf82e6a[_0x433b1a(0x1b1)]('=\x20'+_0x219418[_0x433b1a(0x13c)]+_0x433b1a(0x176))),console[_0x433b1a(0x1a5)](_0x433b1a(0xef)+a27_0xf82e6a[_0x433b1a(0x1b2)](_0x2b8227)+'\x0a');if(_0x3df458['length']>0x0)for(const _0x109630 of _0x3df458){console[_0x433b1a(0x1a5)](_0x433b1a(0x10b)+_0x109630[_0x433b1a(0x15f)]+'\x27:'),console[_0x433b1a(0x1a5)]('─'[_0x433b1a(0xf6)](0x3c)),console['error'](_0x109630['diff']),console['error']('─'[_0x433b1a(0xf6)](0x3c));}if(_0x156c83[_0x433b1a(0x116)])return console[_0x433b1a(0x1a5)](a27_0xf82e6a[_0x433b1a(0x17a)](_0x433b1a(0xce))),0x0;if(_0x76f1c4[_0x433b1a(0x13c)]===0x0&&_0x3df458[_0x433b1a(0x13c)]===0x0)return console['error'](a27_0xf82e6a[_0x433b1a(0x19e)](_0x433b1a(0x180))),saveSessionContext({'parent_segment':_0xa59edb},_0x156c83[_0x433b1a(0x1ad)]),console[_0x433b1a(0x1a5)](a27_0xf82e6a[_0x433b1a(0x19e)](_0x433b1a(0xea)+a27_0xf82e6a[_0x433b1a(0x1b1)](_0x433b1a(0x15d))+_0x433b1a(0x17d)+a27_0xf82e6a[_0x433b1a(0x1b2)](_0xa59edb))),0x0;if(!_0x156c83[_0x433b1a(0x1cd)]&&(_0x76f1c4[_0x433b1a(0x13c)]>0x0||_0x3df458['length']>0x0)){if(!isInteractive())return console[_0x433b1a(0x1a5)](a27_0xf82e6a[_0x433b1a(0x1ab)]('\x0aError:'),'Confirmation\x20required\x20but\x20running\x20in\x20non-interactive\x20mode'),console[_0x433b1a(0x1a5)](a27_0xf82e6a[_0x433b1a(0x1b1)](_0x433b1a(0x1b6))),0x1;const _0x3a3749=await confirmKey('Write\x20'+(_0x76f1c4[_0x433b1a(0x13c)]+_0x3df458[_0x433b1a(0x13c)])+_0x433b1a(0x197));if(!_0x3a3749)return console['error'](a27_0xf82e6a[_0x433b1a(0x17a)](_0x433b1a(0x1be)),'-\x20no\x20files\x20written'),0x1;}!existsSync(_0x2b8227)&&mkdirSync(_0x2b8227,{'recursive':!![]});const _0x31c33d=a27_0x51581f[_0x433b1a(0xd9)](_0x2b8227,_0x433b1a(0xda));writeFileSync(_0x31c33d,createTdxConfigContent(_0xa59edb),_0x433b1a(0x147));for(const _0x1e4c8e of _0x2f20c6){(_0x1e4c8e[_0x433b1a(0x10e)]||_0x1e4c8e[_0x433b1a(0x1bf)])&&writeFileSync(_0x1e4c8e[_0x433b1a(0x12e)],_0x1e4c8e['content'],'utf-8');}return console[_0x433b1a(0x1a5)](a27_0xf82e6a[_0x433b1a(0x19e)](_0x433b1a(0x15e)+(_0x76f1c4[_0x433b1a(0x13c)]+_0x3df458[_0x433b1a(0x13c)])+_0x433b1a(0x135)+_0x2b8227)),saveSessionContext({'parent_segment':_0xa59edb},_0x156c83[_0x433b1a(0x1ad)]),console['error'](a27_0xf82e6a['green'](_0x433b1a(0xea)+a27_0xf82e6a['dim'](_0x433b1a(0x15d))+_0x433b1a(0x17d)+a27_0xf82e6a[_0x433b1a(0x1b2)](_0xa59edb))),0x0;}}export class JourneyColumnsCommand extends BaseCommand{['name']=a27_0x4a917e(0x10c);['description']=a27_0x4a917e(0x11f);async['execute'](_0x37e3e2){const _0x5abdb4=a27_0x4a917e,{options:_0x268697,args:_0x8d94fe,tdx:_0x4a832e}=_0x37e3e2,_0x3af4d4=_0x8d94fe[0x0];if(!requireNameOrPath(_0x3af4d4))return 0x1;_0x268697[_0x5abdb4(0x124)]&&console['error'](_0x5abdb4(0x1a6)+_0x3af4d4);const {journeyId:_0x46f9e6}=await resolveJourneyIdFromInput(_0x3af4d4,_0x268697,_0x4a832e),_0x5ee8a8=await withSpinner(_0x5abdb4(0x12d),()=>_0x4a832e[_0x5abdb4(0x14a)]['getColumnMapping'](_0x46f9e6),{'verbose':_0x268697['verbose']}),_0x1363a9=_0x5ee8a8[_0x5abdb4(0x1ce)];return console[_0x5abdb4(0xf7)](_0x5abdb4(0x1b8)+_0x1363a9[_0x5abdb4(0x151)]),console['log']('Table:\x20'+_0x1363a9[_0x5abdb4(0x128)]),await handleSDKOutput(_0x1363a9['columns'],_0x268697),0x0;}}export class JourneyActivationsCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0xf9);[a27_0x4a917e(0x1b7)]=a27_0x4a917e(0x1c1);async[a27_0x4a917e(0x144)](_0x53ea8f){const _0x5260c1=a27_0x4a917e,{options:_0x4d5786,args:_0x4b297b,tdx:_0x8214e9}=_0x53ea8f,_0x40cc25=_0x4b297b[0x0];if(!requireNameOrPath(_0x40cc25))return 0x1;_0x4d5786[_0x5260c1(0x124)]&&console[_0x5260c1(0x1a5)]('Input:\x20'+_0x40cc25);const {journeyId:_0x3924a5}=await resolveJourneyIdFromInput(_0x40cc25,_0x4d5786,_0x8214e9),_0x30822a=await withSpinner(_0x5260c1(0xff),()=>_0x8214e9[_0x5260c1(0x14a)][_0x5260c1(0x13f)](_0x3924a5),{'verbose':_0x4d5786[_0x5260c1(0x124)]}),_0x2c4b78=_0x30822a[_0x5260c1(0x1ce)];return console[_0x5260c1(0x1a5)](_0x5260c1(0x182)+_0x2c4b78[_0x5260c1(0x13c)]+_0x5260c1(0x1a0)+(_0x2c4b78['length']!==0x1?'s':'')),await handleSDKOutput(_0x2c4b78,_0x4d5786),0x0;}}export class JourneyPushCommand extends BaseCommand{['name']='journey:push';[a27_0x4a917e(0x1b7)]=a27_0x4a917e(0x136);['segmentPushCommand']=new SegmentPushCommand();async['execute'](_0x61d1c7){const _0x21ca91=a27_0x4a917e,_0x37379e=_0x61d1c7['args'][0x0];let _0x1e5c8b;if(_0x37379e){const _0x177455=await resolveTarget({'arg':_0x37379e,'contextParent':_0x61d1c7[_0x21ca91(0x133)]['parentSegment'],'cwd':process[_0x21ca91(0x1b0)]()});isSuccessfulResolution(_0x177455)&&_0x177455['type']==='file'&&(_0x1e5c8b=_0x177455['filePath']);}const _0x28151e={..._0x61d1c7,'options':{..._0x61d1c7[_0x21ca91(0x133)],'journeysOnly':!![],..._0x1e5c8b&&{'singleFilePath':_0x1e5c8b}}};return this[_0x21ca91(0x130)][_0x21ca91(0x144)](_0x28151e);}}export class JourneyVersionsCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0x158);['description']='List\x20all\x20versions\x20of\x20a\x20journey';async[a27_0x4a917e(0x144)](_0xb1fecc){const _0x57cb10=a27_0x4a917e,{options:_0x23ea96,args:_0x9a4bfd,tdx:_0x14dc58}=_0xb1fecc,_0x4ed2af=_0x9a4bfd[0x0];if(!requireNameOrPath(_0x4ed2af))return 0x1;if(_0x23ea96['verbose'])console[_0x57cb10(0x1a5)](_0x57cb10(0x1a6)+_0x4ed2af);const {journeyId:_0x45098e}=await resolveJourneyIdFromInput(_0x4ed2af,_0x23ea96,_0x14dc58),_0x311acc=await withSpinner(_0x57cb10(0x14d),()=>_0x14dc58[_0x57cb10(0x14a)][_0x57cb10(0x198)](_0x45098e),{'verbose':_0x23ea96[_0x57cb10(0x124)]}),{bundleName:_0x2db2fe,versions:_0x537bfd,latestJourneyId:_0x1c4ae6}=_0x311acc[_0x57cb10(0x1ce)];console[_0x57cb10(0x1a5)](_0x2db2fe+':\x20'+_0x537bfd[_0x57cb10(0x13c)]+_0x57cb10(0x139)+(_0x537bfd[_0x57cb10(0x13c)]!==0x1?'s':''));const _0x2272bf=_0x537bfd['map'](_0x258e18=>({'version':_0x258e18['versionNumber'],'journey_id':_0x258e18[_0x57cb10(0xf0)],'name':_0x258e18[_0x57cb10(0x126)],'state':_0x258e18[_0x57cb10(0x13b)],'paused':_0x258e18[_0x57cb10(0x12c)],'latest':_0x258e18[_0x57cb10(0xf0)]===_0x1c4ae6,'created_at':_0x258e18[_0x57cb10(0x111)]}));return await handleSDKOutput(_0x2272bf,_0x23ea96),0x0;}}export class JourneyVersionCreateCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0x19a);[a27_0x4a917e(0x1b7)]=a27_0x4a917e(0x146);async[a27_0x4a917e(0x144)](_0x1d901a){const _0x59d19b=a27_0x4a917e,{options:_0x184141,args:_0x439ad5,tdx:_0x5f2df7}=_0x1d901a,_0x3db706=_0x439ad5[0x0];if(!requireNameOrPath(_0x3db706))return 0x1;if(_0x184141['verbose'])console['error']('Input:\x20'+_0x3db706);const {journeyId:_0x1b1ae6,journeyName:_0x383faf}=await resolveJourneyIdFromInput(_0x3db706,_0x184141,_0x5f2df7);if(!_0x184141[_0x59d19b(0x1cd)]){const _0x1f9aab=await confirm('Create\x20a\x20new\x20draft\x20version\x20of\x20journey\x20\x22'+_0x383faf+'\x22?');if(!_0x1f9aab)return console['error'](_0x59d19b(0x193)),0x0;}const _0x3d65c6=await withSpinner(_0x59d19b(0xd7),()=>_0x5f2df7[_0x59d19b(0x14a)][_0x59d19b(0x169)](_0x1b1ae6),{'verbose':_0x184141['verbose']}),_0x4047be=_0x3d65c6['data'];return console['error'](a27_0xf82e6a[_0x59d19b(0x19e)]('✔')+'\x20Created\x20v'+_0x4047be[_0x59d19b(0xc7)]['versionNumber']+_0x59d19b(0xc9)+_0x4047be[_0x59d19b(0xc7)]['name']+'\x22'),console[_0x59d19b(0x1a5)](_0x59d19b(0x1af)+_0x4047be['id']),await handleSingleObjectOutput({'id':_0x4047be['id'],'name':_0x4047be[_0x59d19b(0xc7)][_0x59d19b(0x126)],'version':_0x4047be['attributes'][_0x59d19b(0x1b4)],'state':_0x4047be[_0x59d19b(0xc7)][_0x59d19b(0x13b)],'bundle_id':_0x4047be[_0x59d19b(0xc7)][_0x59d19b(0x1bb)],'created_at':_0x4047be[_0x59d19b(0xc7)][_0x59d19b(0x111)]},_0x184141),0x0;}}export class JourneyVersionViewCommand extends BaseCommand{[a27_0x4a917e(0x126)]=a27_0x4a917e(0xe9);[a27_0x4a917e(0x1b7)]=a27_0x4a917e(0x19d);async['execute'](_0xc8f829){const _0x5a1b3e=a27_0x4a917e,{options:_0x260cd9,args:_0x7cb0ae,tdx:_0x279940}=_0xc8f829,_0x5ec2e4=_0x7cb0ae[0x0];if(!requireNameOrPath(_0x5ec2e4))return 0x1;const _0x317d40=_0x260cd9[_0x5a1b3e(0x1c8)];if(!_0x317d40)return console['error'](_0x5a1b3e(0x138)),console['error'](_0x5a1b3e(0x170)),0x1;const _0x2bb1df=parseInt(_0x317d40,0xa);if(isNaN(_0x2bb1df)||_0x2bb1df<0x1)return console['error'](_0x5a1b3e(0xfd)+_0x317d40),0x1;if(_0x260cd9['verbose'])console['error'](_0x5a1b3e(0x1a6)+_0x5ec2e4+_0x5a1b3e(0x13d)+_0x2bb1df);const {journeyId:_0x828609,parentSegmentId:_0x41f02e}=await resolveJourneyIdFromInput(_0x5ec2e4,_0x260cd9,_0x279940),_0x4f0c8c=await withSpinner('Resolving\x20version...',()=>_0x279940[_0x5a1b3e(0x14a)][_0x5a1b3e(0x198)](_0x828609),{'verbose':_0x260cd9[_0x5a1b3e(0x124)]}),{versions:_0x14fc51,latestJourneyId:_0x514632}=_0x4f0c8c[_0x5a1b3e(0x1ce)],_0x15650a=_0x14fc51['find'](_0x5d46f5=>_0x5d46f5[_0x5a1b3e(0x1b4)]===_0x2bb1df);if(!_0x15650a){const _0x15f9f4=_0x14fc51['map'](_0x58ba32=>'v'+_0x58ba32[_0x5a1b3e(0x1b4)])[_0x5a1b3e(0xd9)](',\x20');return console[_0x5a1b3e(0x1a5)](_0x5a1b3e(0xdc)+_0x2bb1df+_0x5a1b3e(0x18c)+_0x15f9f4),0x1;}const _0x4001c1=await withSpinner(_0x5a1b3e(0x15a)+_0x2bb1df+_0x5a1b3e(0x183),()=>_0x279940['journey'][_0x5a1b3e(0xec)](_0x15650a['journeyId']),{'verbose':_0x260cd9[_0x5a1b3e(0x124)]}),_0x221fe7=_0x4001c1[_0x5a1b3e(0x1ce)],_0x3b2153=getConsoleNextUrl(_0x260cd9['site'],_0x5a1b3e(0x12b)+_0x41f02e+_0x5a1b3e(0x178)+_0x15650a[_0x5a1b3e(0xf0)]+_0x5a1b3e(0x1a4));return await handleSingleObjectOutput({'id':_0x221fe7['id'],'name':_0x221fe7['attributes'][_0x5a1b3e(0x126)],'version':_0x221fe7[_0x5a1b3e(0xc7)][_0x5a1b3e(0x1b4)],'description':_0x221fe7[_0x5a1b3e(0xc7)][_0x5a1b3e(0x1b7)],'state':_0x221fe7[_0x5a1b3e(0xc7)][_0x5a1b3e(0x13b)],'paused':_0x221fe7['attributes']['paused'],'reentry_mode':_0x221fe7[_0x5a1b3e(0xc7)][_0x5a1b3e(0x120)],'stages':_0x221fe7[_0x5a1b3e(0xc7)]['journeyStages']?.[_0x5a1b3e(0x13c)]||0x0,..._0x221fe7[_0x5a1b3e(0xc7)][_0x5a1b3e(0xe6)]&&{'goal':_0x221fe7[_0x5a1b3e(0xc7)]['goal'][_0x5a1b3e(0x126)]},'latest':_0x15650a[_0x5a1b3e(0xf0)]===_0x514632,'created_at':_0x221fe7[_0x5a1b3e(0xc7)][_0x5a1b3e(0x111)],'updated_at':_0x221fe7[_0x5a1b3e(0xc7)]['updatedAt'],'url':_0x3b2153},_0x260cd9),0x0;}}
1
+ const a27_0x4330ab=a27_0x2b3b;(function(_0x26cb8b,_0x34c32c){const _0x5ae943=a27_0x2b3b,_0x284f64=_0x26cb8b();while(!![]){try{const _0x245abe=-parseInt(_0x5ae943(0x26b))/0x1*(-parseInt(_0x5ae943(0x232))/0x2)+-parseInt(_0x5ae943(0x2b9))/0x3+parseInt(_0x5ae943(0x2df))/0x4*(parseInt(_0x5ae943(0x29d))/0x5)+-parseInt(_0x5ae943(0x2a2))/0x6*(-parseInt(_0x5ae943(0x2b0))/0x7)+parseInt(_0x5ae943(0x292))/0x8*(-parseInt(_0x5ae943(0x2e0))/0x9)+-parseInt(_0x5ae943(0x257))/0xa+parseInt(_0x5ae943(0x25f))/0xb*(parseInt(_0x5ae943(0x24d))/0xc);if(_0x245abe===_0x34c32c)break;else _0x284f64['push'](_0x284f64['shift']());}catch(_0x35eaf5){_0x284f64['push'](_0x284f64['shift']());}}}(a27_0x2db1,0x5f1d6));import a27_0xae6040 from'chalk';import a27_0x7dd54e from'path';import{existsSync,mkdirSync,readFileSync,writeFileSync}from'fs';import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{aggregateStageHistory,assembleJourneyStats,buildStageNameMap}from'../sdk/journey.js';function a27_0x2db1(){const _0x35d371=['journey:view','versionNumber','Warning:\x20--include-history\x20without\x20--from/--to\x20may\x20return\x20all-time\x20history','relative','no_parent','1523910KcDyiD','Pattern:\x20','rootFolderId','\x20(rule\x20match)','find','Usage:\x20journey\x20<subcommand>\x20<name-or-path>','updatedAt','No\x20parent\x20segment\x20context\x20set.\x20Set\x20context\x20with:\x20tdx\x20sg\x20use\x20\x22Name\x22\x20or\x20tdx\x20sg\x20pull\x20\x22Name\x22','listVersions','\x20\x20Target:\x20','Getting\x20column\x20mapping...','parent_segment','test','✔\x20Found\x20','Getting\x20journey\x20traffic\x20data...','repeat','launched','journeys','description','user','stringify','getParentFull','Usage:\x20journey\x20version\x20view\x20<name-or-path>\x20--version\x20N','history','INVALID_ARGUMENT','database','Fetching\x20journeys\x20and\x20folders...','dryRun','completed','map','journey','verbose','Journey\x20name:\x20','milestoneSize','setPhase','split','segmentName','state','1795412OCkAdQ','175293kogBgF','\x22.\x20Must\x20be\x20\x22conversion\x22\x20or\x20\x22activation\x22.','connector_config','jsonl','\x20->\x20','segment','Cancelled','cwd','includeStats','\x20\x20Preserving\x20local\x20segment\x20name:\x20','✔\x20Journey\x20\x22','isNew','Confirmation\x20required\x20but\x20running\x20in\x20non-interactive\x20mode','Error:\x20','\x20segment\x20rule(s)\x20to\x20match\x20for\x20','List\x20activations\x20for\x20a\x20journey','listFolders','getStatistics','createVersion','Table:\x20','conversion','\x20details...','rule','green','includeHistory','journeyStages','archived','.yml','🗺️\x20','log','Found\x20journeys\x20with\x20this\x20name\x20in\x20other\x20folders:','journey:versions','hasChanges','Warning:\x20Could\x20not\x20resolve\x20segment\x20','message','stage','Pause\x20a\x20running\x20journey','data','from','join','file','\x20new\x20files','Available\x20stages:\x20','listJourneysWithFolders','Could\x20not\x20resolve\x20parent\x20segment.\x20Set\x20context\x20with:\x20tdx\x20sg\x20use\x20\x22Name\x22\x20or\x20tdx\x20sg\x20pull\x20\x22Name\x22','content','Statistics\x20may\x20not\x20be\x20available\x20for\x20draft\x20or\x20newly\x20created\x20journeys.','all','\x20activation','links','journey:stats','toLowerCase','journey:pull','\x22\x20not\x20found','push','Listing\x20journey\x20activations...','error','exitOrJumpRate','web','Fetching\x20parent\x20segment...','execute','Write\x20','limit','parentName','stageNameMap','base','getTrafficData','Error:\x20Journey\x20\x27','(root)','Resolved\x20YAML\x20file:\x20','buildIdToEmailMap','draft','Error:\x20--version\x20option\x20is\x20required','get','Pausing\x20journey...','activationParams','resolveJourneyId','targetDir','Usage:\x20tdx\x20journey\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Inside\x20a\x20segment\x20folder\x20(with\x20tdx.json)','Usage:\x20journey\x20view\x20<name-or-path>\x20[-w]','journey:version:view','folders','\x20files?','values','Creating\x20new\x20version...','set','Error:\x20Invalid\x20version\x20number:\x20','resume','Show\x20journey\x20table\x20column\x20mapping','Warning:\x20Could\x20not\x20resolve\x20activation\x20','Warning:\x20Could\x20not\x20parse\x20existing\x20file\x20for\x20segment\x20name\x20preservation:\x20','helpText','parentSegment','journeyBundleName','resolveParentId','\x20Opening\x20','add','paused','\x22\x20paused','\x20journeys','-\x20no\x20files\x20written','(archived)','Aborted.','utf-8','If\x20the\x20journey\x20is\x20active,\x20the\x20date\x20range\x20may\x20be\x20too\x20wide.\x20Try\x20a\x20shorter\x20period\x20(max\x20~90\x20days).','\x20(draft)\x20—\x20\x22','type','58RKXcWm','Error:\x20Journey\x20name,\x20path,\x20or\x20YAML\x20file\x20is\x20required','errorCode','getLatestJourneyId','Fetching\x20','yes','has','No\x20statistics\x20available\x20for\x20journey:\x20','journeyId','tsv','\x20version','yellow','createdAt','renderStats','kind','✔\x20Context\x20set:\x20','\x20changed\x20files','Use\x20--parent-segment\x20or\x20set\x20context\x20with\x20\x22tdx\x20sg\x20use\x22','/app/ps/','Resolving\x20version...','relativePath','Failed\x20to\x20resolve\x20YAML\x20file\x20path:\x20','Listing\x20journey\x20versions...','audienceId','size','options','goalSize','756wVhBrD','List\x20all\x20versions\x20of\x20a\x20journey','attributes','name','getActivation','✔\x20Pulled\x20','No\x20traffic\x20data\x20available\x20for\x20journey:\x20','\x20Created\x20v','Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data','Parent\x20segment:\x20','1446360PTPqIW','segments','\x20journey\x20files\x20to\x20','/e/','\x20\x20Consolidating\x20duplicate\x20segment:\x20','columns','View\x20a\x20specific\x20version\x20of\x20a\x20journey','\x20\x20-w,\x20--web\x20\x20Open\x20journey\x20in\x20web\x20browser','25157kDWLSu','nodes','journey:resume','filter','Folder\x20path:\x20','Traffic\x20data\x20may\x20not\x20be\x20available\x20for\x20draft\x20or\x20newly\x20created\x20journeys.','Getting\x20journey\x20details...','Resolving\x20parent\x20segment...','replace','exitOrJumpSize','listActivationsFlat','format','19937jmdRRU','goal','(completed)','\x0aChanges\x20to\x20\x27','\x20versions)','getJourney','length','folderPath','\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20pull\x20--parent-segment\x20<name>\x20\x20#\x20Specify\x20parent\x20segment','Create\x20a\x20new\x20draft\x20version\x20of\x20a\x20journey','tdx.json','localeCompare','Options:','journeyBundleId','Create\x20a\x20new\x20draft\x20version\x20of\x20journey\x20\x22','\x27\x20not\x20found\x20in\x20','\x20\x20-\x20','Getting\x20version\x20','site','(draft)','hasPeriod','entries','reentryMode','enteredSize','\x20=\x20','stages','📁\x20','Error:\x20Journey\x20not\x20found:\x20','\x20(ID:\x20','journey:list','\x0aError:','Are\x20you\x20sure\x20you\x20want\x20to\x20pause\x20journey\x20\x22',',\x20version:\x20','Resolving\x20journey...','Show\x20journey\x20details','Input:\x20','args','sort','\x20\x20Journey\x20ID:\x20','64HxHfKD','\x5c$&','\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20pull\x20path/to/journey.yml\x20\x20\x20\x20\x20#\x20Pull\x20specific\x20journey\x20by\x20file','Found\x20','filePath','getSegment','Are\x20you\x20sure\x20you\x20want\x20to\x20resume\x20journey\x20\x22','json','resolveSegment','dim','Getting\x20journey\x20statistics...','5omXMyT','absolutePath','pause','/j/da/je','table','32286dIMycs','activation','List\x20journeys\x20in\x20current\x20context','Fetching\x20users\x20and\x20connections...','Error:\x20Version\x20','Database:\x20','journey:traffic','Resuming\x20journey...','cyan','connection','getColumnMapping','\x20\x20Folder\x20path:\x20','✔\x20All\x20files\x20are\x20up\x20to\x20date','\x0aPull\x20summary:','35yPOOPp','session','folderId','segmentPushCommand'];a27_0x2db1=function(){return _0x35d371;};return a27_0x2db1();}import{handleSDKOutput,handleSingleObjectOutput}from'../core/command-output.js';import{withSpinner,withProgressSpinner}from'../utils/spinner.js';import{confirm,confirmKey,isInteractive}from'../utils/prompt.js';import{generateDiff,formatDiffWithColors,hasChanges}from'../utils/diff.js';import{isYamlFilePath,resolveYamlFilePath}from'../sdk/segment/segment-path-parser.js';import{resolveTarget,isSuccessfulResolution}from'../sdk/segment/target-resolution.js';import{journeyResponseToDef,toYamlString,parseYamlString,normalizeJourneyDef}from'../sdk/segment/journey-yaml.js';import{segmentResponseToDef,journeyActivationStepToYaml,serializeRule}from'../sdk/segment/child-segment-yaml.js';import{saveSessionContext}from'../core/session.js';import{sanitizeFileName}from'../utils/string-utils.js';import{SegmentPushCommand}from'./segment-push-command.js';import{buildFolderIdToPathMap}from'../sdk/segment/resolution-context.js';import{createTdxConfigContent}from'../sdk/segment/tdx-config.js';import{SEGMENT_KIND_JOURNEY,generateJourneyLocalName,sanitizeYamlKey,buildMergedJourneyDef,createJumpTargetCache,resolveJumpTarget}from'../sdk/segment/journey-utils.js';import{getConsoleNextUrl}from'../sdk/client/endpoints.js';import{openBrowser}from'../utils/process.js';import{hyperlink}from'../sdk/util/formatters.js';function requireNameOrPath(_0x16db1b){const _0xa246dd=a27_0x2b3b;return!_0x16db1b&&(console[_0xa246dd(0x1ff)](_0xa246dd(0x233)),console[_0xa246dd(0x1ff)](_0xa246dd(0x2be))),!!_0x16db1b;}function withJsonFormat(_0x5870cc){const _0x1d7ab3=a27_0x2b3b;if(!_0x5870cc[_0x1d7ab3(0x26a)]&&!_0x5870cc['json']&&!_0x5870cc[_0x1d7ab3(0x2e3)]&&!_0x5870cc[_0x1d7ab3(0x23b)])return{..._0x5870cc,'format':'json','json':!![]};return _0x5870cc;}function formatJourneyState(_0x725843){const _0x20374b=a27_0x2b3b;switch(_0x725843){case _0x20374b(0x2c9):return a27_0xae6040[_0x20374b(0x1de)]('(running)');case _0x20374b(0x20e):return a27_0xae6040[_0x20374b(0x29b)](_0x20374b(0x27e));case _0x20374b(0x228):return a27_0xae6040[_0x20374b(0x23d)]('(paused)');case _0x20374b(0x2d5):return a27_0xae6040['blue'](_0x20374b(0x26d));case _0x20374b(0x1e1):return a27_0xae6040['dim'](_0x20374b(0x22c));default:return'('+_0x725843+')';}}function formatJourneyItem(_0x5023f6,_0x292d23='',_0x8c4557){const _0x3c50d3=a27_0x2b3b,_0x336f6d=formatJourneyState(_0x5023f6[_0x3c50d3(0x2de)]),_0x5e9bc0=_0x8c4557?hyperlink(_0x5023f6['journeyBundleName'],_0x8c4557):_0x5023f6['journeyBundleName'];return _0x292d23+_0x3c50d3(0x1e3)+_0x5e9bc0+'\x20'+_0x336f6d;}function escapeRegex(_0x75c031){const _0x22c11a=a27_0x2b3b;return _0x75c031[_0x22c11a(0x267)](/[.*+?^${}()|[\]\\]/g,_0x22c11a(0x293));}function globToRegex(_0x364514){const _0x400f69=a27_0x2b3b,_0x5a7a52=_0x364514[_0x400f69(0x2dc)]('*')[_0x400f69(0x2d6)](escapeRegex);return new RegExp(_0x5a7a52[_0x400f69(0x1ee)]('.*'),'i');}function buildRuleToNameMapping(_0x11c894){const _0x2307d3=a27_0x2b3b,_0x13b1fa=new Map();if(_0x11c894[_0x2307d3(0x258)])for(const [_0x15f8e8,_0x297dbf]of Object['entries'](_0x11c894[_0x2307d3(0x258)])){if(_0x297dbf[_0x2307d3(0x1dd)]){const _0x56dfe7=serializeRule(_0x297dbf[_0x2307d3(0x1dd)]),_0xf53f6e=_0x13b1fa[_0x2307d3(0x210)](_0x56dfe7);_0xf53f6e?_0xf53f6e[_0x2307d3(0x1fd)](_0x15f8e8):_0x13b1fa['set'](_0x56dfe7,[_0x15f8e8]);}}return _0x13b1fa;}async function resolveJourneyIdFromInput(_0x43f5c6,_0x2f8489,_0x3a67a9){const _0x249469=a27_0x2b3b,_0x5a40cb=await resolveJourneyTarget(_0x43f5c6,_0x2f8489[_0x249469(0x223)],_0x2f8489[_0x249469(0x2d8)]),_0x2e3592=_0x5a40cb[_0x249469(0x223)];if(!_0x2e3592)throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x249469(0x1f3));const _0x598647=await withSpinner(_0x249469(0x266),()=>_0x3a67a9['segment'][_0x249469(0x225)](_0x2e3592),{'verbose':_0x2f8489[_0x249469(0x2d8)]}),_0x32a7c6=_0x598647['data'],_0x46f13e=await withSpinner(_0x249469(0x28c),()=>_0x3a67a9['journey'][_0x249469(0x213)](_0x32a7c6,_0x5a40cb['journeyName']),{'verbose':_0x2f8489[_0x249469(0x2d8)]});return{'journeyId':_0x46f13e[_0x249469(0x1ec)],'journeyName':_0x5a40cb['journeyName'],'parentSegmentId':_0x32a7c6};}async function resolveJourneyTarget(_0x59d6ba,_0x4b3339,_0x1cf78f){const _0x901e95=a27_0x2b3b;if(isYamlFilePath(_0x59d6ba))try{const _0x4fff65=await resolveYamlFilePath(_0x59d6ba);return _0x1cf78f&&(console['error'](_0x901e95(0x20c)+_0x59d6ba),console[_0x901e95(0x1ff)]('\x20\x20Parent\x20segment:\x20'+_0x4fff65[_0x901e95(0x223)]),console['error']('\x20\x20Name:\x20'+_0x4fff65['segmentName']),console[_0x901e95(0x1ff)](_0x901e95(0x2ad)+(_0x4fff65[_0x901e95(0x272)]||_0x901e95(0x20b)))),{'journeyName':_0x4fff65[_0x901e95(0x2dd)],'parentSegment':_0x4fff65[_0x901e95(0x223)],'resolved':_0x4fff65};}catch(_0x540303){throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x901e95(0x247)+_0x540303[_0x901e95(0x1e9)]);}if(!_0x4b3339)throw new SDKError(ErrorCode[_0x901e95(0x2d1)],_0x901e95(0x2c0));return{'journeyName':_0x59d6ba,'parentSegment':_0x4b3339};}export class JourneyListCommand extends BaseCommand{['name']=a27_0x4330ab(0x288);[a27_0x4330ab(0x2cb)]=a27_0x4330ab(0x2a4);async[a27_0x4330ab(0x203)](_0x1b93d9){const _0x195246=a27_0x4330ab,{options:_0x3759cf,args:_0x1932fd,tdx:_0x290757}=_0x1b93d9,_0xbaa821=_0x1932fd[0x0],_0x1b87c5=_0x3759cf[_0x195246(0x223)];if(!_0x1b87c5)return console['error']('Error:\x20Parent\x20segment\x20context\x20required'),console['error'](_0x195246(0x243)),0x1;const _0x5e21d2=await withSpinner(_0x195246(0x266),()=>_0x290757[_0x195246(0x2e5)][_0x195246(0x225)](_0x1b87c5),{'verbose':_0x3759cf['verbose']}),_0x3d840a=_0x5e21d2[_0x195246(0x1ec)];_0x3759cf[_0x195246(0x2d8)]&&(console[_0x195246(0x1ff)](_0x195246(0x256)+_0x1b87c5+_0x195246(0x287)+_0x3d840a+')'),_0xbaa821&&console['error'](_0x195246(0x2ba)+_0xbaa821));const _0x472d75=await withSpinner(_0x195246(0x202),()=>_0x290757[_0x195246(0x2e5)][_0x195246(0x2ce)](_0x3d840a),{'verbose':_0x3759cf[_0x195246(0x2d8)]}),_0x477778=_0x472d75[_0x195246(0x1ec)],_0x102fb0=_0x477778[_0x195246(0x2bb)],_0x4c521b=await withSpinner('Listing\x20journeys...',()=>_0x290757['journey'][_0x195246(0x1f2)](_0x3d840a,_0x102fb0),{'verbose':_0x3759cf[_0x195246(0x2d8)]});let _0x38ac46=_0x4c521b[_0x195246(0x1ec)][_0x195246(0x2ca)];const _0x55ea94=_0x4c521b[_0x195246(0x1ec)][_0x195246(0x218)],_0x1b7bec=new Map();for(const _0x24a08a of _0x55ea94){_0x1b7bec['set'](_0x24a08a['id'],_0x24a08a[_0x195246(0x250)]);}if(_0xbaa821){const _0x4454c1=globToRegex(_0xbaa821);_0x38ac46=_0x38ac46[_0x195246(0x262)](_0xf38721=>_0x4454c1[_0x195246(0x2c5)](_0xf38721[_0x195246(0x224)]));}console[_0x195246(0x1ff)](_0x195246(0x2c6)+_0x38ac46[_0x195246(0x271)]+'\x20journey'+(_0x38ac46[_0x195246(0x271)]!==0x1?'s':''));const _0x17a204=_0x22599f=>{const _0xf0d2d7=_0x195246;return getConsoleNextUrl(_0x3759cf[_0xf0d2d7(0x27d)],_0xf0d2d7(0x244)+_0x3d840a+_0xf0d2d7(0x25a)+_0x22599f+'/j/da');};if(_0x3759cf[_0x195246(0x26a)]===_0x195246(0x2a1))await handleSDKOutput(_0x38ac46,_0x3759cf);else{if(_0x3759cf['format']===_0x195246(0x299)){const _0x443fb3=_0x38ac46[_0x195246(0x2d6)](_0x584b5f=>({..._0x584b5f,'url':_0x17a204(_0x584b5f['id'])}));await handleSDKOutput(_0x443fb3,_0x3759cf);}else{console['log']('['+_0x1b87c5+']');const _0x5cc2a5=new Map(),_0x3ace24=[];for(const _0xf78ade of _0x38ac46){if(!_0xf78ade[_0x195246(0x2b2)]||_0xf78ade['folderId']===_0x102fb0)_0x3ace24[_0x195246(0x1fd)](_0xf78ade);else{const _0x52bf68=_0x5cc2a5[_0x195246(0x210)](_0xf78ade[_0x195246(0x2b2)])||[];_0x52bf68[_0x195246(0x1fd)](_0xf78ade),_0x5cc2a5['set'](_0xf78ade[_0x195246(0x2b2)],_0x52bf68);}}const _0x27a517=(_0x44bd8c,_0x13b4dc)=>_0x44bd8c['journeyBundleName']['localeCompare'](_0x13b4dc['journeyBundleName'],undefined,{'sensitivity':_0x195246(0x208)});_0x3ace24['sort'](_0x27a517);for(const _0x7e66f9 of _0x3ace24){console['log'](formatJourneyItem(_0x7e66f9,'',_0x17a204(_0x7e66f9['id'])));}const _0x3dd317=[..._0x5cc2a5[_0x195246(0x280)]()][_0x195246(0x290)]((_0x5a1a92,_0x31e4df)=>{const _0x38f5bb=_0x195246,_0x122d7e=_0x1b7bec[_0x38f5bb(0x210)](_0x5a1a92[0x0])||_0x5a1a92[0x0],_0x54eb47=_0x1b7bec[_0x38f5bb(0x210)](_0x31e4df[0x0])||_0x31e4df[0x0];return _0x122d7e[_0x38f5bb(0x276)](_0x54eb47,undefined,{'sensitivity':'base'});});for(const [_0x51c381,_0x4f213b]of _0x3dd317){const _0x24852c=_0x1b7bec[_0x195246(0x210)](_0x51c381)||_0x51c381;console[_0x195246(0x1e4)](_0x195246(0x285)+_0x24852c),_0x4f213b[_0x195246(0x290)](_0x27a517);for(const _0x3d8ebe of _0x4f213b){console[_0x195246(0x1e4)](formatJourneyItem(_0x3d8ebe,'\x20\x20',_0x17a204(_0x3d8ebe['id'])));}}}}return 0x0;}}export class JourneyViewCommand extends BaseCommand{['name']=a27_0x4330ab(0x2b4);[a27_0x4330ab(0x2cb)]=a27_0x4330ab(0x28d);async[a27_0x4330ab(0x203)](_0x5a87e0){const _0x1fa418=a27_0x4330ab,{options:_0x159e75,args:_0x190981,tdx:_0x3de4a1}=_0x5a87e0,_0x10b26e=_0x190981[0x0];if(!_0x10b26e)return console[_0x1fa418(0x1ff)](_0x1fa418(0x233)),console[_0x1fa418(0x1ff)](_0x1fa418(0x216)),console[_0x1fa418(0x1ff)](_0x1fa418(0x277)),console[_0x1fa418(0x1ff)](_0x1fa418(0x25e)),0x1;_0x159e75[_0x1fa418(0x2d8)]&&console[_0x1fa418(0x1ff)]('Input:\x20'+_0x10b26e);const {journeyId:_0x556bba,parentSegmentId:_0x6fd7b0}=await resolveJourneyIdFromInput(_0x10b26e,_0x159e75,_0x3de4a1);if(_0x159e75[_0x1fa418(0x201)]){const _0x44887d=getConsoleNextUrl(_0x159e75[_0x1fa418(0x27d)],'/app/ps/'+_0x6fd7b0+_0x1fa418(0x25a)+_0x556bba+'/j/da/je');return console['error'](a27_0xae6040['green']('✔')+_0x1fa418(0x226)+a27_0xae6040[_0x1fa418(0x2aa)](_0x44887d)),openBrowser(_0x44887d),0x0;}const _0x3613e4=await withSpinner(_0x1fa418(0x265),()=>_0x3de4a1[_0x1fa418(0x2d7)][_0x1fa418(0x270)](_0x556bba),{'verbose':_0x159e75[_0x1fa418(0x2d8)]}),_0x44ab66=_0x3613e4[_0x1fa418(0x1ec)],_0x321a07=_0x159e75[_0x1fa418(0x2e8)];let _0x1f96dd;if(_0x321a07)try{const _0x4774a5=await withSpinner(_0x1fa418(0x29c),()=>_0x3de4a1['journey'][_0x1fa418(0x2f1)](_0x556bba),{'verbose':_0x159e75[_0x1fa418(0x2d8)]});_0x1f96dd=_0x4774a5[_0x1fa418(0x1ec)];}catch{_0x159e75['verbose']&&console[_0x1fa418(0x1ff)]('\x20\x20Statistics\x20not\x20available');}const _0x1c9201=getConsoleNextUrl(_0x159e75['site'],_0x1fa418(0x244)+_0x6fd7b0+_0x1fa418(0x25a)+_0x556bba+'/j/da/je'),_0x247fe5={'id':_0x44ab66['id'],'name':_0x44ab66[_0x1fa418(0x24f)][_0x1fa418(0x250)],'description':_0x44ab66[_0x1fa418(0x24f)][_0x1fa418(0x2cb)],'state':_0x44ab66[_0x1fa418(0x24f)][_0x1fa418(0x2de)],'paused':_0x44ab66['attributes'][_0x1fa418(0x228)],'reentry_mode':_0x44ab66[_0x1fa418(0x24f)][_0x1fa418(0x281)],'stages':_0x44ab66[_0x1fa418(0x24f)][_0x1fa418(0x1e0)]?.[_0x1fa418(0x271)]||0x0,..._0x44ab66[_0x1fa418(0x24f)]['goal']&&{'goal':_0x44ab66[_0x1fa418(0x24f)][_0x1fa418(0x26c)][_0x1fa418(0x250)]},..._0x1f96dd&&{'statistics':{'size':_0x1f96dd[_0x1fa418(0x24a)],'entered':_0x1f96dd[_0x1fa418(0x282)],'goal_achieved':_0x1f96dd[_0x1fa418(0x24c)],'completion_rate':_0x1f96dd['completionRate'],'exit_or_jump':_0x1f96dd[_0x1fa418(0x268)],'exit_or_jump_rate':_0x1f96dd['exitOrJumpRate'],'stages':_0x1f96dd['stages']}},'url':_0x1c9201};return await handleSingleObjectOutput(_0x247fe5,_0x159e75),0x0;}}export class JourneyStatsCommand extends BaseCommand{[a27_0x4330ab(0x250)]=a27_0x4330ab(0x1f9);[a27_0x4330ab(0x2cb)]='Show\x20journey\x20statistics';async[a27_0x4330ab(0x203)](_0x141bd0){const _0x1f083a=a27_0x4330ab,{options:_0x108031,args:_0x382cac,tdx:_0x13be1d}=_0x141bd0,_0x14e97e=_0x382cac[0x0];if(!requireNameOrPath(_0x14e97e))return 0x1;_0x108031[_0x1f083a(0x2d8)]&&console[_0x1f083a(0x1ff)](_0x1f083a(0x28e)+_0x14e97e);const _0x1d0c92=_0x108031,_0x4a0a22=_0x1d0c92[_0x1f083a(0x1ed)],_0x4f93d1=_0x1d0c92['to'],_0x3a34b8=_0x1d0c92['includeHistory'],_0x5910a4=_0x1d0c92[_0x1f083a(0x1ea)];_0x3a34b8&&!_0x4a0a22&&!_0x4f93d1&&console[_0x1f083a(0x1ff)](_0x1f083a(0x2b6));const _0x2770f2=_0x3a34b8?withJsonFormat(_0x108031):_0x108031,{journeyId:_0x265435,journeyName:_0x2f182b}=await resolveJourneyIdFromInput(_0x14e97e,_0x2770f2,_0x13be1d),_0x5ca788=_0x4a0a22||_0x4f93d1?{'from':_0x4a0a22,'to':_0x4f93d1}:undefined,_0x574674=await withSpinner('Getting\x20journey\x20statistics...',()=>Promise['all']([_0x13be1d[_0x1f083a(0x2d7)][_0x1f083a(0x270)](_0x265435),_0x13be1d[_0x1f083a(0x2d7)][_0x1f083a(0x2f1)](_0x265435,_0x5ca788)]),{'verbose':_0x2770f2['verbose']}),[_0x458e73,_0x2f821a]=_0x574674[_0x1f083a(0x1ec)];if(!_0x2f821a||_0x2f821a[_0x1f083a(0x23a)]===null)return console[_0x1f083a(0x1ff)](_0x1f083a(0x239)+_0x2f182b),console[_0x1f083a(0x1ff)](_0x1f083a(0x1f5)),0x0;const _0x10a249=buildStageNameMap(_0x458e73),_0x41ba2f=!!(_0x5ca788&&_0x2f821a[_0x1f083a(0x2d0)]?.[_0x1f083a(0x271)]),_0x2bada2={'stageNameMap':_0x10a249,'hasPeriod':_0x41ba2f,'includeHistory':!!_0x3a34b8};if(_0x5910a4&&_0x2f821a['stages']){const _0x2eb35a=_0x2f821a[_0x1f083a(0x284)][_0x1f083a(0x2bd)](_0x2cf172=>{const _0x523475=_0x1f083a,_0x24c6ce=_0x10a249[_0x523475(0x210)](_0x2cf172['id'])??'';return _0x24c6ce[_0x523475(0x1fa)]()===_0x5910a4[_0x523475(0x1fa)]();});if(_0x2eb35a)return await handleSingleObjectOutput(formatStageStats(_0x2eb35a,_0x2bada2),_0x2770f2),0x0;const _0x1d9e02=_0x2f821a[_0x1f083a(0x284)][_0x1f083a(0x2d6)](_0x5734ec=>_0x10a249['get'](_0x5734ec['id'])??_0x5734ec['id']);return console['error']('Error:\x20Stage\x20\x22'+_0x5910a4+_0x1f083a(0x1fc)),console[_0x1f083a(0x1ff)](_0x1f083a(0x1f1)+_0x1d9e02['join'](',\x20')),0x1;}const _0x1ec58d=_0x2f821a[_0x1f083a(0x284)]?.[_0x1f083a(0x2d6)](_0x3c7cb0=>formatStageStats(_0x3c7cb0,_0x2bada2)),_0x28162a=assembleJourneyStats(_0x2f821a,{'from':_0x4a0a22,'to':_0x4f93d1,'includeHistory':_0x3a34b8});return await this['renderStats'](_0x28162a,_0x1ec58d??[],_0x2770f2),0x0;}async[a27_0x4330ab(0x23f)](_0x118b8e,_0x42d474,_0x214853){const _0x5c5b6d=a27_0x4330ab,_0x11bf70=_0x214853[_0x5c5b6d(0x26a)]===_0x5c5b6d(0x299)||_0x214853[_0x5c5b6d(0x26a)]==='jsonl'||_0x214853[_0x5c5b6d(0x299)]||_0x214853[_0x5c5b6d(0x2e3)];if(_0x11bf70){_0x118b8e[_0x5c5b6d(0x284)]=_0x42d474,await handleSingleObjectOutput(_0x118b8e,_0x214853);return;}await handleSingleObjectOutput(_0x118b8e,_0x214853);for(const _0x1c64cd of _0x42d474){console[_0x5c5b6d(0x1e4)](''),console[_0x5c5b6d(0x1e4)](String(a27_0xae6040[_0x5c5b6d(0x2aa)]['bold']('['+_0x1c64cd['name']+']'))+a27_0xae6040['dim']('\x20'+_0x1c64cd['id']));const {id:_0x532a00,name:_0x193fd5,..._0x3734b0}=_0x1c64cd;await handleSingleObjectOutput(_0x3734b0,_0x214853);}}}export class JourneyTrafficCommand extends BaseCommand{['name']=a27_0x4330ab(0x2a8);[a27_0x4330ab(0x2cb)]='Get\x20journey\x20traffic\x20data\x20(Sankey\x20charts)';async[a27_0x4330ab(0x203)](_0x3e1822){const _0xbb7384=a27_0x4330ab,{options:_0xe9931c,args:_0x2c8ba4,tdx:_0x2623b5}=_0x3e1822,_0x15234c=_0x2c8ba4[0x0];if(!requireNameOrPath(_0x15234c))return 0x1;_0xe9931c[_0xbb7384(0x2d8)]&&console[_0xbb7384(0x1ff)]('Input:\x20'+_0x15234c);const _0x1b0cbd=_0xe9931c,_0x511e7e=_0x1b0cbd['type'],_0x2d8803=_0x1b0cbd[_0xbb7384(0x1ed)],_0x3ac2b4=_0x1b0cbd['to'],_0x41e251=_0x1b0cbd[_0xbb7384(0x205)];if(_0x511e7e&&_0x511e7e!==_0xbb7384(0x2f4)&&_0x511e7e!==_0xbb7384(0x2a3))return console[_0xbb7384(0x1ff)]('Error:\x20Invalid\x20--type\x20\x22'+_0x511e7e+_0xbb7384(0x2e1)),0x1;const _0x1beebe=withJsonFormat(_0xe9931c),{journeyId:_0x5aa1fa,journeyName:_0x1bbe75}=await resolveJourneyIdFromInput(_0x15234c,_0x1beebe,_0x2623b5),_0x4ff367={'type':_0x511e7e,'from':_0x2d8803,'to':_0x3ac2b4,'limit':_0x41e251},_0x2477d7=await withSpinner(_0xbb7384(0x2c7),()=>_0x2623b5['journey'][_0xbb7384(0x209)](_0x5aa1fa,_0x4ff367),{'verbose':_0x1beebe[_0xbb7384(0x2d8)]}),_0x118668=_0x2477d7[_0xbb7384(0x1ec)],_0x5dd2b4=_0x118668[_0xbb7384(0x2f4)]&&(_0x118668[_0xbb7384(0x2f4)][_0xbb7384(0x260)][_0xbb7384(0x271)]>0x0||_0x118668[_0xbb7384(0x2f4)][_0xbb7384(0x1f8)][_0xbb7384(0x271)]>0x0),_0x3cc061=_0x118668[_0xbb7384(0x2a3)]&&_0x118668[_0xbb7384(0x2a3)][_0xbb7384(0x271)]>0x0;if(!_0x5dd2b4&&!_0x3cc061)return console['error'](_0xbb7384(0x253)+_0x1bbe75),console[_0xbb7384(0x1ff)](_0xbb7384(0x264)),_0x2d8803&&_0x3ac2b4&&console[_0xbb7384(0x1ff)](_0xbb7384(0x22f)),0x0;return await handleSingleObjectOutput(_0x118668,_0x1beebe),0x0;}}function formatStageStats(_0x35b731,_0xf7c905){const _0x11b1c0=a27_0x4330ab,_0x3013e3=_0xf7c905[_0x11b1c0(0x27f)]&&_0x35b731['history']?.[_0x11b1c0(0x271)]?aggregateStageHistory(_0x35b731[_0x11b1c0(0x2d0)]):{'size':_0x35b731[_0x11b1c0(0x24a)],'entered':_0x35b731['enteredSize'],'milestone':_0x35b731[_0x11b1c0(0x2da)],'milestone_rate':_0x35b731['completeMilestoneRate'],'exit_or_jump':_0x35b731['exitOrJumpSize'],'exit_or_jump_rate':_0x35b731[_0x11b1c0(0x200)]},_0x498a68={'id':_0x35b731['id'],'name':_0xf7c905[_0x11b1c0(0x207)][_0x11b1c0(0x210)](_0x35b731['id'])??_0x35b731['id'],..._0x3013e3};return _0xf7c905[_0x11b1c0(0x27f)]&&_0xf7c905[_0x11b1c0(0x1df)]&&_0x35b731[_0x11b1c0(0x2d0)]&&(_0x498a68['history']=_0x35b731['history']),_0x498a68;}export class JourneyPauseCommand extends BaseCommand{[a27_0x4330ab(0x250)]='journey:pause';['description']=a27_0x4330ab(0x1eb);async[a27_0x4330ab(0x203)](_0x5cab36){const _0x44249d=a27_0x4330ab,{options:_0x4d7469,args:_0x455bb5,tdx:_0x5d2a6d}=_0x5cab36,_0x1ae26b=_0x455bb5[0x0];if(!requireNameOrPath(_0x1ae26b))return 0x1;_0x4d7469[_0x44249d(0x2d8)]&&console[_0x44249d(0x1ff)]('Input:\x20'+_0x1ae26b);const {journeyId:_0x5ce4c0,journeyName:_0x3ae81e}=await resolveJourneyIdFromInput(_0x1ae26b,_0x4d7469,_0x5d2a6d);if(!_0x4d7469['yes']){const _0x5c53e8=await confirm(_0x44249d(0x28a)+_0x3ae81e+'\x22?');if(!_0x5c53e8)return console['error'](_0x44249d(0x2e6)),0x0;}const _0x231300=await withSpinner(_0x44249d(0x211),()=>_0x5d2a6d[_0x44249d(0x2d7)][_0x44249d(0x29f)](_0x5ce4c0),{'verbose':_0x4d7469[_0x44249d(0x2d8)]}),_0x2b90c3=_0x231300[_0x44249d(0x1ec)];return console[_0x44249d(0x1ff)](_0x44249d(0x2ea)+_0x2b90c3[_0x44249d(0x24f)][_0x44249d(0x250)]+_0x44249d(0x229)),0x0;}}function a27_0x2b3b(_0x3f5bac,_0x25c7e0){_0x3f5bac=_0x3f5bac-0x1dd;const _0x2db1db=a27_0x2db1();let _0x2b3b1e=_0x2db1db[_0x3f5bac];return _0x2b3b1e;}export class JourneyResumeCommand extends BaseCommand{[a27_0x4330ab(0x250)]=a27_0x4330ab(0x261);[a27_0x4330ab(0x2cb)]='Resume\x20a\x20paused\x20journey';async[a27_0x4330ab(0x203)](_0x21ea4b){const _0x592649=a27_0x4330ab,{options:_0x190928,args:_0x5e6254,tdx:_0x2fb16f}=_0x21ea4b,_0x33eda0=_0x5e6254[0x0];if(!requireNameOrPath(_0x33eda0))return 0x1;_0x190928[_0x592649(0x2d8)]&&console[_0x592649(0x1ff)]('Input:\x20'+_0x33eda0);const {journeyId:_0x1ab8c6,journeyName:_0x960a00}=await resolveJourneyIdFromInput(_0x33eda0,_0x190928,_0x2fb16f);if(!_0x190928[_0x592649(0x237)]){const _0x2b7c93=await confirm(_0x592649(0x298)+_0x960a00+'\x22?');if(!_0x2b7c93)return console[_0x592649(0x1ff)](_0x592649(0x2e6)),0x0;}const _0x397cc6=await withSpinner(_0x592649(0x2a9),()=>_0x2fb16f['journey'][_0x592649(0x21e)](_0x1ab8c6),{'verbose':_0x190928[_0x592649(0x2d8)]}),_0x274a8d=_0x397cc6[_0x592649(0x1ec)];return console[_0x592649(0x1ff)](_0x592649(0x2ea)+_0x274a8d[_0x592649(0x24f)][_0x592649(0x250)]+'\x22\x20resumed'),0x0;}}export class JourneyPullCommand extends BaseCommand{[a27_0x4330ab(0x250)]=a27_0x4330ab(0x1fb);['description']='Export\x20journey(s)\x20as\x20YAML\x20files';async['execute'](_0x43efe0){const _0x4488ba=a27_0x4330ab,{options:_0x9b2198,args:_0x38b9ac,tdx:_0x2cc52e}=_0x43efe0,_0x516ab9=_0x9b2198,_0x1fb107=_0x38b9ac[0x0],_0xd0972f=_0x1fb107&&isYamlFilePath(_0x1fb107),_0x397680=await resolveTarget({'arg':_0xd0972f?_0x1fb107:undefined,'contextParent':_0x9b2198[_0x4488ba(0x223)],'cwd':process[_0x4488ba(0x2e7)]()});if(!isSuccessfulResolution(_0x397680))return _0x397680[_0x4488ba(0x234)]===_0x4488ba(0x2b8)?(console[_0x4488ba(0x1ff)](a27_0xae6040['yellow']('parent_segment\x20is\x20not\x20set.\x20Use\x20`tdx\x20sg\x20use\x20<parent_name>`\x20to\x20set\x20it.\x0a')),console[_0x4488ba(0x1ff)](_0x4488ba(0x215)),console['error'](_0x4488ba(0x273)),console[_0x4488ba(0x1ff)](_0x4488ba(0x294)),console['error']('\x0aTip:\x20Run\x20`tdx\x20sg\x20pull\x20<parent_name>`\x20first\x20to\x20create\x20the\x20folder\x20structure')):(console['error'](a27_0xae6040['red'](_0x4488ba(0x2ed)+_0x397680[_0x4488ba(0x1e9)]+'\x0a')),_0x397680[_0x4488ba(0x222)]&&console[_0x4488ba(0x1ff)](a27_0xae6040[_0x4488ba(0x2aa)](_0x397680[_0x4488ba(0x222)]))),0x1;let _0x156db4=_0xd0972f?undefined:_0x1fb107,_0x1d5ff2,_0x51739b;_0x397680['type']===_0x4488ba(0x1ef)&&(_0x156db4=_0x397680['resourceName'],_0x1d5ff2=_0x397680[_0x4488ba(0x296)],_0x51739b=_0x397680['folderPath']);const _0x5a86ed=_0x397680[_0x4488ba(0x206)],_0x221a67=_0x397680[_0x4488ba(0x214)];_0x516ab9[_0x4488ba(0x2d8)]&&(console[_0x4488ba(0x1ff)](_0x4488ba(0x256)+_0x5a86ed),console[_0x4488ba(0x1ff)]('Target\x20directory:\x20'+_0x221a67),_0x156db4&&console[_0x4488ba(0x1ff)](_0x4488ba(0x2d9)+_0x156db4),_0x1d5ff2&&console[_0x4488ba(0x1ff)]('Target\x20file:\x20'+_0x1d5ff2),_0x51739b&&console[_0x4488ba(0x1ff)](_0x4488ba(0x263)+_0x51739b));const _0x54a56d=await withSpinner('Resolving\x20parent\x20segment...',()=>_0x2cc52e['segment'][_0x4488ba(0x225)](_0x5a86ed),{'verbose':_0x9b2198[_0x4488ba(0x2d8)]}),_0x5e3e5b=_0x54a56d[_0x4488ba(0x1ec)],{journeys:_0x2310d2,folders:_0x34b1e2}=await withSpinner(_0x4488ba(0x2d3),async()=>{const _0x53a9c6=_0x4488ba,[_0x3fd143,_0x106659]=await Promise['all']([_0x2cc52e[_0x53a9c6(0x2d7)]['listJourneysFromParentSegment'](_0x5e3e5b,undefined,{'includeAllVersions':!![]}),_0x2cc52e[_0x53a9c6(0x2e5)][_0x53a9c6(0x2f0)](_0x5e3e5b)]);return{'journeys':_0x3fd143,'folders':_0x106659};},{'verbose':_0x9b2198[_0x4488ba(0x2d8)]})['then'](_0x4c451a=>_0x4c451a[_0x4488ba(0x1ec)]);let _0x2b66d1=_0x2310d2;const _0x391ada=buildFolderIdToPathMap(_0x34b1e2);if(_0x156db4){const _0x37d985=_0x2b66d1[_0x4488ba(0x262)](_0x5d8f39=>_0x5d8f39[_0x4488ba(0x224)]['toLowerCase']()===_0x156db4['toLowerCase']());if(_0x37d985[_0x4488ba(0x271)]===0x0)return console[_0x4488ba(0x1ff)](_0x4488ba(0x286)+_0x156db4),console[_0x4488ba(0x1ff)]('Use\x20\x22tdx\x20journey\x20list\x22\x20to\x20see\x20available\x20journeys'),0x1;_0x2b66d1=_0x37d985;}if(_0x51739b!==undefined){const _0xa53aeb=_0x2b66d1[_0x4488ba(0x262)](_0x1cce3b=>{const _0x3937b4=_0x4488ba,_0x17fff=_0x1cce3b[_0x3937b4(0x2b2)]?_0x391ada['get'](_0x1cce3b[_0x3937b4(0x2b2)])||'':'';return _0x17fff===_0x51739b;});if(_0xa53aeb[_0x4488ba(0x271)]===0x0&&_0x2b66d1[_0x4488ba(0x271)]>0x0){console[_0x4488ba(0x1ff)](_0x4488ba(0x20a)+_0x156db4+_0x4488ba(0x27a)+(_0x51739b||'root\x20folder')),console[_0x4488ba(0x1ff)](_0x4488ba(0x1e5));for(const _0x45798b of _0x2b66d1){const _0x257396=_0x45798b[_0x4488ba(0x2b2)]?_0x391ada[_0x4488ba(0x210)](_0x45798b['folderId'])||'':'';console[_0x4488ba(0x1ff)](_0x4488ba(0x27b)+(_0x257396||_0x4488ba(0x20b))+'/'+_0x45798b['journeyBundleName']);}return 0x1;}_0x2b66d1=_0xa53aeb;}if(_0x2b66d1[_0x4488ba(0x271)]===0x0)return console['error']('No\x20journeys\x20found'),0x0;const _0x550834=new Map();for(const _0x59c795 of _0x2b66d1){const _0x36dbcd=_0x59c795['journeyBundleId'];!_0x550834[_0x4488ba(0x238)](_0x36dbcd)&&_0x550834[_0x4488ba(0x21c)](_0x36dbcd,[]),_0x550834['get'](_0x36dbcd)['push'](_0x59c795);}for(const _0x42a768 of _0x550834[_0x4488ba(0x21a)]()){_0x42a768['sort']((_0x396aef,_0x61bc8)=>(_0x396aef[_0x4488ba(0x2b5)]||0x0)-(_0x61bc8[_0x4488ba(0x2b5)]||0x0));}const _0x4efec9=[],{idToEmailMap:_0x585046,connectionIdToNameMap:_0x1a2866}=await withSpinner(_0x4488ba(0x2a5),async()=>{const _0x213e49=_0x4488ba,[_0x208550,_0x306b10]=await Promise[_0x213e49(0x1f6)]([_0x2cc52e[_0x213e49(0x2cc)][_0x213e49(0x20d)](),_0x2cc52e[_0x213e49(0x2ab)]['buildIdToNameMap']()]);return{'idToEmailMap':_0x208550,'connectionIdToNameMap':_0x306b10};},{'verbose':_0x9b2198[_0x4488ba(0x2d8)]})['then'](_0x484864=>_0x484864[_0x4488ba(0x1ec)]);for(const _0x1195ac of _0x550834[_0x4488ba(0x21a)]()){const _0x5b2103=_0x1195ac[0x0][_0x4488ba(0x224)],_0x253e6a=_0x1195ac[0x0][_0x4488ba(0x2b2)],_0x157745=_0x253e6a?_0x391ada[_0x4488ba(0x210)](_0x253e6a)||'':'',_0x50d743=_0x157745?a27_0x7dd54e['join'](_0x221a67,_0x157745):_0x221a67,_0x5dee95=_0x1d5ff2||a27_0x7dd54e[_0x4488ba(0x1ee)](_0x50d743,sanitizeFileName(_0x5b2103)+_0x4488ba(0x1e2));let _0x21e8e7,_0x1e1b37;if(existsSync(_0x5dee95))try{const _0x4eca2f=readFileSync(_0x5dee95,'utf-8'),_0x1e7a5c=parseYamlString(_0x4eca2f);_0x1e1b37=_0x1e7a5c,_0x21e8e7=buildRuleToNameMapping(_0x1e7a5c),_0x516ab9[_0x4488ba(0x2d8)]&&_0x21e8e7[_0x4488ba(0x24a)]>0x0&&console[_0x4488ba(0x1ff)]('Found\x20'+_0x21e8e7[_0x4488ba(0x24a)]+_0x4488ba(0x2ee)+_0x5b2103);}catch(_0x3e055b){_0x516ab9[_0x4488ba(0x2d8)]&&console[_0x4488ba(0x1ff)](_0x4488ba(0x221)+_0x3e055b[_0x4488ba(0x1e9)]);}const _0x599919=[],_0x2be877=new Set(),_0x4ef4d8=new Map(),_0x173e9b=new Map(),_0x2ac661=new Set(),_0x9480e7=new Map(),_0x5515ce=new Map(),_0x646855=createJumpTargetCache();await withProgressSpinner('Fetching\x20'+_0x5b2103+'...',async _0xcd3444=>{const _0x13fbbc=_0x4488ba;for(const _0x27097a of _0x1195ac){const _0x23e5ab=_0x1195ac[_0x13fbbc(0x271)]>0x1?_0x27097a['journeyBundleName']+'\x20v'+(_0x27097a[_0x13fbbc(0x2b5)]||0x1):_0x27097a['journeyBundleName'];_0xcd3444[_0x13fbbc(0x2db)](_0x13fbbc(0x236)+_0x23e5ab);const _0x26bbfb=await _0x2cc52e[_0x13fbbc(0x2d7)][_0x13fbbc(0x270)](_0x27097a['id']),_0x2c58d1=_0x26bbfb[_0x13fbbc(0x24f)]?.[_0x13fbbc(0x249)],_0x4f9aaf={'resolveSegment':async _0x11dfd0=>{const _0x48098d=_0x13fbbc;if(!_0x2c58d1)return{'name':_0x11dfd0,'isJourneyLocal':![]};const _0x852771=_0x4ef4d8[_0x48098d(0x210)](_0x11dfd0);if(_0x852771)return _0x852771;try{const _0x313d0a=await _0x2cc52e[_0x48098d(0x2e5)][_0x48098d(0x297)](_0x2c58d1,_0x11dfd0),_0x406d44=_0x313d0a[_0x48098d(0x240)]===SEGMENT_KIND_JOURNEY;let _0x41d475,_0x315a49=_0x313d0a[_0x48098d(0x250)];if(_0x406d44&&_0x313d0a[_0x48098d(0x1dd)]){const _0x3b11a1=await segmentResponseToDef(_0x313d0a,{'resolveSegmentName':async _0x239810=>{const _0x54baba=_0x48098d,_0x5b60ec=_0x4ef4d8['get'](_0x239810);if(_0x5b60ec)return _0x5b60ec[_0x54baba(0x250)];const _0x2b2036=await _0x4f9aaf[_0x54baba(0x29a)](_0x239810);return _0x2b2036[_0x54baba(0x250)];}}),_0x3bc515=_0x3b11a1[_0x48098d(0x1dd)];_0x41d475={'description':_0x313d0a[_0x48098d(0x2cb)],'rule':_0x3bc515};const _0x1f6022=serializeRule(_0x3bc515),_0x5042a1=_0x173e9b[_0x48098d(0x210)](_0x1f6022);if(_0x5042a1)_0x315a49=_0x5042a1,_0x41d475=undefined,_0x516ab9['verbose']&&console[_0x48098d(0x1ff)](_0x48098d(0x25b)+_0x313d0a[_0x48098d(0x250)]+_0x48098d(0x2e4)+_0x5042a1);else{let _0x4dee74=![];if(_0x21e8e7){const _0x486436=_0x21e8e7['get'](_0x1f6022);if(_0x486436){const _0x18bf3c=_0x486436[_0x48098d(0x2bd)](_0x4de1c9=>!_0x2be877[_0x48098d(0x238)](_0x4de1c9));_0x18bf3c&&(_0x315a49=_0x18bf3c,_0x2be877[_0x48098d(0x227)](_0x18bf3c),_0x173e9b[_0x48098d(0x21c)](_0x1f6022,_0x18bf3c),_0x4dee74=!![],_0x516ab9[_0x48098d(0x2d8)]&&console[_0x48098d(0x1ff)](_0x48098d(0x2e9)+_0x18bf3c+_0x48098d(0x2bc)));}}if(!_0x4dee74){const _0x17bb35=generateJourneyLocalName(_0x313d0a[_0x48098d(0x250)]);_0x17bb35&&(_0x315a49=_0x17bb35);let _0x2088c4=_0x315a49,_0x4d11e9=0x2;while(_0x2be877[_0x48098d(0x238)](_0x2088c4)){_0x2088c4=_0x315a49+'_'+_0x4d11e9,_0x4d11e9++;}_0x2be877[_0x48098d(0x227)](_0x2088c4),_0x173e9b[_0x48098d(0x21c)](_0x1f6022,_0x2088c4),_0x315a49=_0x2088c4;}}}const _0x1f3b4e={'name':_0x315a49,'isJourneyLocal':_0x406d44,'definition':_0x41d475};return _0x4ef4d8[_0x48098d(0x21c)](_0x11dfd0,_0x1f3b4e),_0x1f3b4e;}catch(_0x41715f){return _0x9b2198[_0x48098d(0x2d8)]&&console['error'](_0x48098d(0x1e8)+_0x11dfd0+':\x20'+_0x41715f[_0x48098d(0x1e9)]),{'name':_0x11dfd0,'isJourneyLocal':![]};}},'resolveActivation':async _0x56846d=>{const _0x42a33e=_0x13fbbc,_0x29b028=_0x9480e7[_0x42a33e(0x210)](_0x56846d);if(_0x29b028)return _0x29b028;try{const _0x448abb=await _0x2cc52e[_0x42a33e(0x2d7)][_0x42a33e(0x251)](_0x27097a['id'],_0x56846d),_0x5cd282=journeyActivationStepToYaml(_0x448abb,_0x585046,_0x1a2866),_0x3a0a5f=JSON[_0x42a33e(0x2cd)]({'name':_0x5cd282['name'],'connection':_0x5cd282[_0x42a33e(0x2ab)],'connector_config':_0x5cd282[_0x42a33e(0x2e2)]}),_0xe09070=_0x5515ce[_0x42a33e(0x210)](_0x3a0a5f);if(_0xe09070){const _0x28709e={'name':_0xe09070,'isJourneyLocal':!![],'definition':_0x5cd282};return _0x9480e7[_0x42a33e(0x21c)](_0x56846d,_0x28709e),_0x28709e;}const _0x18076d=_0x448abb[_0x42a33e(0x24f)][_0x42a33e(0x212)][_0x42a33e(0x250)]||_0x56846d,_0x5abb70=sanitizeYamlKey(_0x18076d)||'activation_'+_0x56846d;let _0x1681df=_0x5abb70,_0x52696f=0x2;while(_0x2ac661[_0x42a33e(0x238)](_0x1681df)){_0x1681df=_0x5abb70+'_'+_0x52696f,_0x52696f++;}_0x2ac661[_0x42a33e(0x227)](_0x1681df),_0x5515ce[_0x42a33e(0x21c)](_0x3a0a5f,_0x1681df);const _0x1b682d={'name':_0x1681df,'isJourneyLocal':!![],'definition':_0x5cd282};return _0x9480e7['set'](_0x56846d,_0x1b682d),_0x1b682d;}catch(_0x3917ae){return _0x9b2198[_0x42a33e(0x2d8)]&&console[_0x42a33e(0x1ff)](_0x42a33e(0x220)+_0x56846d+':\x20'+_0x3917ae['message']),{'name':_0x56846d,'isJourneyLocal':![]};}},'resolveJumpTarget':async(_0x4810f0,_0x320fba)=>{const _0x40f7e9=_0x13fbbc;return resolveJumpTarget(_0x4810f0,_0x320fba,_0x646855,_0x119cfb=>_0x2cc52e[_0x40f7e9(0x2d7)]['getJourney'](_0x119cfb));}},_0x35bf08=await journeyResponseToDef(_0x26bbfb,_0x4f9aaf);_0x599919[_0x13fbbc(0x1fd)]({'item':_0x27097a,'yaml':_0x35bf08});}},{'verbose':_0x9b2198[_0x4488ba(0x2d8)]});const _0x56ca20=await _0x2cc52e[_0x4488ba(0x2d7)][_0x4488ba(0x235)](_0x1195ac[0x0][_0x4488ba(0x278)]),_0x4e825e=buildMergedJourneyDef(_0x599919,_0x21e8e7,_0x56ca20),_0x5541f1=normalizeJourneyDef(_0x4e825e,_0x1e1b37),_0xa90ad7=toYamlString(_0x5541f1),_0x2cfae7=_0x1d5ff2||a27_0x7dd54e[_0x4488ba(0x1ee)](_0x50d743,sanitizeFileName(_0x5b2103)+_0x4488ba(0x1e2));!_0x1d5ff2&&_0x157745&&!existsSync(_0x50d743)&&mkdirSync(_0x50d743,{'recursive':!![]});const _0x52d7f5=a27_0x7dd54e[_0x4488ba(0x2b7)](process[_0x4488ba(0x2e7)](),_0x2cfae7);if(existsSync(_0x2cfae7)){const _0x2d5e89=readFileSync(_0x2cfae7,_0x4488ba(0x22e)),_0x38f2e1=generateDiff(_0x2d5e89,_0xa90ad7),_0x20a317=hasChanges(_0x38f2e1);_0x4efec9[_0x4488ba(0x1fd)]({'relativePath':_0x52d7f5,'absolutePath':_0x2cfae7,'content':_0xa90ad7,'isNew':![],'hasChanges':_0x20a317,'diff':_0x20a317?formatDiffWithColors(_0x38f2e1):undefined});}else _0x4efec9[_0x4488ba(0x1fd)]({'relativePath':_0x52d7f5,'absolutePath':_0x2cfae7,'content':_0xa90ad7,'isNew':!![],'hasChanges':![]});}const _0x3178ae=_0x4efec9[_0x4488ba(0x262)](_0x453336=>_0x453336[_0x4488ba(0x2eb)]),_0x187482=_0x4efec9['filter'](_0x50625e=>!_0x50625e[_0x4488ba(0x2eb)]&&_0x50625e[_0x4488ba(0x1e7)]),_0x227ccd=_0x4efec9[_0x4488ba(0x262)](_0x33da62=>!_0x33da62[_0x4488ba(0x2eb)]&&!_0x33da62[_0x4488ba(0x1e7)]),_0x66538d=_0x2b66d1[_0x4488ba(0x271)],_0x2787b8=_0x550834[_0x4488ba(0x24a)],_0x2324a1=_0x66538d>_0x2787b8?'\x20('+_0x66538d+_0x4488ba(0x26f):'';console[_0x4488ba(0x1ff)](_0x4488ba(0x2af)),console[_0x4488ba(0x1ff)]('\x20\x20'+a27_0xae6040[_0x4488ba(0x2aa)](_0x2787b8+_0x4488ba(0x22a))+a27_0xae6040[_0x4488ba(0x29b)](_0x2324a1)),console['error']('\x20\x20'+a27_0xae6040[_0x4488ba(0x1de)]('+\x20'+_0x3178ae[_0x4488ba(0x271)]+_0x4488ba(0x1f0))),console['error']('\x20\x20'+a27_0xae6040['yellow']('~\x20'+_0x187482[_0x4488ba(0x271)]+_0x4488ba(0x242))),console[_0x4488ba(0x1ff)]('\x20\x20'+a27_0xae6040['dim']('=\x20'+_0x227ccd[_0x4488ba(0x271)]+'\x20unchanged\x20files')),console[_0x4488ba(0x1ff)](_0x4488ba(0x2c2)+a27_0xae6040[_0x4488ba(0x2aa)](_0x221a67)+'\x0a');if(_0x187482[_0x4488ba(0x271)]>0x0)for(const _0x224c8f of _0x187482){console[_0x4488ba(0x1ff)](_0x4488ba(0x26e)+_0x224c8f[_0x4488ba(0x246)]+'\x27:'),console[_0x4488ba(0x1ff)]('─'[_0x4488ba(0x2c8)](0x3c)),console['error'](_0x224c8f['diff']),console['error']('─'[_0x4488ba(0x2c8)](0x3c));}if(_0x516ab9[_0x4488ba(0x2d4)])return console['error'](a27_0xae6040[_0x4488ba(0x23d)]('\x0a[Dry\x20run]\x20No\x20files\x20were\x20written')),0x0;if(_0x3178ae[_0x4488ba(0x271)]===0x0&&_0x187482[_0x4488ba(0x271)]===0x0)return console[_0x4488ba(0x1ff)](a27_0xae6040[_0x4488ba(0x1de)](_0x4488ba(0x2ae))),saveSessionContext({'parent_segment':_0x5a86ed},_0x516ab9[_0x4488ba(0x2b1)]),console['error'](a27_0xae6040[_0x4488ba(0x1de)](_0x4488ba(0x241)+a27_0xae6040[_0x4488ba(0x29b)]('parent_segment')+_0x4488ba(0x283)+a27_0xae6040[_0x4488ba(0x2aa)](_0x5a86ed))),0x0;if(!_0x516ab9[_0x4488ba(0x237)]&&(_0x3178ae[_0x4488ba(0x271)]>0x0||_0x187482['length']>0x0)){if(!isInteractive())return console['error'](a27_0xae6040['red'](_0x4488ba(0x289)),_0x4488ba(0x2ec)),console[_0x4488ba(0x1ff)](a27_0xae6040[_0x4488ba(0x29b)]('Use\x20-y\x20or\x20--yes\x20flag\x20to\x20apply\x20changes\x20without\x20confirmation')),0x1;const _0x276aa6=await confirmKey(_0x4488ba(0x204)+(_0x3178ae[_0x4488ba(0x271)]+_0x187482['length'])+_0x4488ba(0x219));if(!_0x276aa6)return console[_0x4488ba(0x1ff)](a27_0xae6040[_0x4488ba(0x23d)](_0x4488ba(0x22d)),_0x4488ba(0x22b)),0x1;}!existsSync(_0x221a67)&&mkdirSync(_0x221a67,{'recursive':!![]});const _0xff65db=a27_0x7dd54e['join'](_0x221a67,_0x4488ba(0x275));writeFileSync(_0xff65db,createTdxConfigContent(_0x5a86ed),'utf-8');for(const _0x439773 of _0x4efec9){(_0x439773[_0x4488ba(0x2eb)]||_0x439773[_0x4488ba(0x1e7)])&&writeFileSync(_0x439773[_0x4488ba(0x29e)],_0x439773[_0x4488ba(0x1f4)],_0x4488ba(0x22e));}return console[_0x4488ba(0x1ff)](a27_0xae6040['green'](_0x4488ba(0x252)+(_0x3178ae[_0x4488ba(0x271)]+_0x187482['length'])+_0x4488ba(0x259)+_0x221a67)),saveSessionContext({'parent_segment':_0x5a86ed},_0x516ab9['session']),console[_0x4488ba(0x1ff)](a27_0xae6040[_0x4488ba(0x1de)](_0x4488ba(0x241)+a27_0xae6040[_0x4488ba(0x29b)](_0x4488ba(0x2c4))+_0x4488ba(0x283)+a27_0xae6040[_0x4488ba(0x2aa)](_0x5a86ed))),0x0;}}export class JourneyColumnsCommand extends BaseCommand{['name']='journey:columns';[a27_0x4330ab(0x2cb)]=a27_0x4330ab(0x21f);async['execute'](_0x431af0){const _0x1310ce=a27_0x4330ab,{options:_0x388cce,args:_0x402808,tdx:_0x3e2063}=_0x431af0,_0x3f7fd5=_0x402808[0x0];if(!requireNameOrPath(_0x3f7fd5))return 0x1;_0x388cce['verbose']&&console[_0x1310ce(0x1ff)]('Input:\x20'+_0x3f7fd5);const {journeyId:_0x5df78c}=await resolveJourneyIdFromInput(_0x3f7fd5,_0x388cce,_0x3e2063),_0x593fcb=await withSpinner(_0x1310ce(0x2c3),()=>_0x3e2063[_0x1310ce(0x2d7)][_0x1310ce(0x2ac)](_0x5df78c),{'verbose':_0x388cce[_0x1310ce(0x2d8)]}),_0x326185=_0x593fcb[_0x1310ce(0x1ec)];return console[_0x1310ce(0x1e4)](_0x1310ce(0x2a7)+_0x326185[_0x1310ce(0x2d2)]),console[_0x1310ce(0x1e4)](_0x1310ce(0x2f3)+_0x326185[_0x1310ce(0x2a1)]),await handleSDKOutput(_0x326185[_0x1310ce(0x25c)],_0x388cce),0x0;}}export class JourneyActivationsCommand extends BaseCommand{[a27_0x4330ab(0x250)]='journey:activations';[a27_0x4330ab(0x2cb)]=a27_0x4330ab(0x2ef);async[a27_0x4330ab(0x203)](_0x1f2621){const _0x34d513=a27_0x4330ab,{options:_0x4e86bc,args:_0x351283,tdx:_0x34c8a8}=_0x1f2621,_0x2909e3=_0x351283[0x0];if(!requireNameOrPath(_0x2909e3))return 0x1;_0x4e86bc[_0x34d513(0x2d8)]&&console[_0x34d513(0x1ff)](_0x34d513(0x28e)+_0x2909e3);const {journeyId:_0x1227fb}=await resolveJourneyIdFromInput(_0x2909e3,_0x4e86bc,_0x34c8a8),_0x3d1283=await withSpinner(_0x34d513(0x1fe),()=>_0x34c8a8[_0x34d513(0x2d7)][_0x34d513(0x269)](_0x1227fb),{'verbose':_0x4e86bc[_0x34d513(0x2d8)]}),_0xfb093b=_0x3d1283[_0x34d513(0x1ec)];return console[_0x34d513(0x1ff)](_0x34d513(0x295)+_0xfb093b[_0x34d513(0x271)]+_0x34d513(0x1f7)+(_0xfb093b[_0x34d513(0x271)]!==0x1?'s':'')),await handleSDKOutput(_0xfb093b,_0x4e86bc),0x0;}}export class JourneyPushCommand extends BaseCommand{[a27_0x4330ab(0x250)]='journey:push';[a27_0x4330ab(0x2cb)]=a27_0x4330ab(0x255);[a27_0x4330ab(0x2b3)]=new SegmentPushCommand();async[a27_0x4330ab(0x203)](_0x15eaf8){const _0x4ba8a5=a27_0x4330ab,_0x55b437=_0x15eaf8[_0x4ba8a5(0x28f)][0x0];let _0x54e3af;if(_0x55b437){const _0x230a47=await resolveTarget({'arg':_0x55b437,'contextParent':_0x15eaf8[_0x4ba8a5(0x24b)]['parentSegment'],'cwd':process[_0x4ba8a5(0x2e7)]()});isSuccessfulResolution(_0x230a47)&&_0x230a47[_0x4ba8a5(0x231)]===_0x4ba8a5(0x1ef)&&(_0x54e3af=_0x230a47['filePath']);}const _0x34f566={..._0x15eaf8,'options':{..._0x15eaf8['options'],'journeysOnly':!![],..._0x54e3af&&{'singleFilePath':_0x54e3af}}};return this[_0x4ba8a5(0x2b3)]['execute'](_0x34f566);}}export class JourneyVersionsCommand extends BaseCommand{[a27_0x4330ab(0x250)]=a27_0x4330ab(0x1e6);['description']=a27_0x4330ab(0x24e);async[a27_0x4330ab(0x203)](_0x6a011b){const _0x86aee8=a27_0x4330ab,{options:_0x477942,args:_0x190884,tdx:_0x1f9523}=_0x6a011b,_0x2d6c2d=_0x190884[0x0];if(!requireNameOrPath(_0x2d6c2d))return 0x1;if(_0x477942[_0x86aee8(0x2d8)])console[_0x86aee8(0x1ff)](_0x86aee8(0x28e)+_0x2d6c2d);const {journeyId:_0x3df2d7}=await resolveJourneyIdFromInput(_0x2d6c2d,_0x477942,_0x1f9523),_0xf1cfaf=await withSpinner(_0x86aee8(0x248),()=>_0x1f9523[_0x86aee8(0x2d7)][_0x86aee8(0x2c1)](_0x3df2d7),{'verbose':_0x477942[_0x86aee8(0x2d8)]}),{bundleName:_0x5d5632,versions:_0x193330,latestJourneyId:_0x5c8259}=_0xf1cfaf[_0x86aee8(0x1ec)];console[_0x86aee8(0x1ff)](_0x5d5632+':\x20'+_0x193330['length']+_0x86aee8(0x23c)+(_0x193330[_0x86aee8(0x271)]!==0x1?'s':''));const _0x1e381f=_0x193330[_0x86aee8(0x2d6)](_0x2dbe94=>({'version':_0x2dbe94[_0x86aee8(0x2b5)],'journey_id':_0x2dbe94[_0x86aee8(0x23a)],'name':_0x2dbe94['name'],'state':_0x2dbe94[_0x86aee8(0x2de)],'paused':_0x2dbe94[_0x86aee8(0x228)],'latest':_0x2dbe94[_0x86aee8(0x23a)]===_0x5c8259,'created_at':_0x2dbe94[_0x86aee8(0x23e)]}));return await handleSDKOutput(_0x1e381f,_0x477942),0x0;}}export class JourneyVersionCreateCommand extends BaseCommand{[a27_0x4330ab(0x250)]='journey:version:create';['description']=a27_0x4330ab(0x274);async[a27_0x4330ab(0x203)](_0x27ceec){const _0x6ad3a6=a27_0x4330ab,{options:_0x3c3503,args:_0x25b31f,tdx:_0x141d1c}=_0x27ceec,_0x345670=_0x25b31f[0x0];if(!requireNameOrPath(_0x345670))return 0x1;if(_0x3c3503[_0x6ad3a6(0x2d8)])console[_0x6ad3a6(0x1ff)](_0x6ad3a6(0x28e)+_0x345670);const {journeyId:_0x3772b2,journeyName:_0x5d9016}=await resolveJourneyIdFromInput(_0x345670,_0x3c3503,_0x141d1c);if(!_0x3c3503['yes']){const _0x2c6dc1=await confirm(_0x6ad3a6(0x279)+_0x5d9016+'\x22?');if(!_0x2c6dc1)return console[_0x6ad3a6(0x1ff)]('Cancelled'),0x0;}const _0x12f0e4=await withSpinner(_0x6ad3a6(0x21b),()=>_0x141d1c['journey'][_0x6ad3a6(0x2f2)](_0x3772b2),{'verbose':_0x3c3503[_0x6ad3a6(0x2d8)]}),_0x5e9a58=_0x12f0e4['data'];return console[_0x6ad3a6(0x1ff)](a27_0xae6040[_0x6ad3a6(0x1de)]('✔')+_0x6ad3a6(0x254)+_0x5e9a58[_0x6ad3a6(0x24f)][_0x6ad3a6(0x2b5)]+_0x6ad3a6(0x230)+_0x5e9a58[_0x6ad3a6(0x24f)]['name']+'\x22'),console['error'](_0x6ad3a6(0x291)+_0x5e9a58['id']),await handleSingleObjectOutput({'id':_0x5e9a58['id'],'name':_0x5e9a58['attributes'][_0x6ad3a6(0x250)],'version':_0x5e9a58[_0x6ad3a6(0x24f)][_0x6ad3a6(0x2b5)],'state':_0x5e9a58[_0x6ad3a6(0x24f)][_0x6ad3a6(0x2de)],'bundle_id':_0x5e9a58[_0x6ad3a6(0x24f)][_0x6ad3a6(0x278)],'created_at':_0x5e9a58[_0x6ad3a6(0x24f)][_0x6ad3a6(0x23e)]},_0x3c3503),0x0;}}export class JourneyVersionViewCommand extends BaseCommand{[a27_0x4330ab(0x250)]=a27_0x4330ab(0x217);[a27_0x4330ab(0x2cb)]=a27_0x4330ab(0x25d);async[a27_0x4330ab(0x203)](_0x2c3c59){const _0x3998e9=a27_0x4330ab,{options:_0x2a42d6,args:_0x40252e,tdx:_0x2ef5c1}=_0x2c3c59,_0x923cfc=_0x40252e[0x0];if(!requireNameOrPath(_0x923cfc))return 0x1;const _0x53f230=_0x2a42d6['version'];if(!_0x53f230)return console[_0x3998e9(0x1ff)](_0x3998e9(0x20f)),console['error'](_0x3998e9(0x2cf)),0x1;const _0x4fdc75=parseInt(_0x53f230,0xa);if(isNaN(_0x4fdc75)||_0x4fdc75<0x1)return console[_0x3998e9(0x1ff)](_0x3998e9(0x21d)+_0x53f230),0x1;if(_0x2a42d6[_0x3998e9(0x2d8)])console[_0x3998e9(0x1ff)](_0x3998e9(0x28e)+_0x923cfc+_0x3998e9(0x28b)+_0x4fdc75);const {journeyId:_0x269d31,parentSegmentId:_0x3e657b}=await resolveJourneyIdFromInput(_0x923cfc,_0x2a42d6,_0x2ef5c1),_0x5b0f08=await withSpinner(_0x3998e9(0x245),()=>_0x2ef5c1[_0x3998e9(0x2d7)][_0x3998e9(0x2c1)](_0x269d31),{'verbose':_0x2a42d6[_0x3998e9(0x2d8)]}),{versions:_0x5cf13e,latestJourneyId:_0x120255}=_0x5b0f08[_0x3998e9(0x1ec)],_0x5a49fc=_0x5cf13e[_0x3998e9(0x2bd)](_0x26cc6a=>_0x26cc6a[_0x3998e9(0x2b5)]===_0x4fdc75);if(!_0x5a49fc){const _0x719f80=_0x5cf13e[_0x3998e9(0x2d6)](_0x46fd2c=>'v'+_0x46fd2c[_0x3998e9(0x2b5)])['join'](',\x20');return console['error'](_0x3998e9(0x2a6)+_0x4fdc75+'\x20not\x20found.\x20Available:\x20'+_0x719f80),0x1;}const _0x275684=await withSpinner(_0x3998e9(0x27c)+_0x4fdc75+_0x3998e9(0x2f5),()=>_0x2ef5c1[_0x3998e9(0x2d7)][_0x3998e9(0x270)](_0x5a49fc[_0x3998e9(0x23a)]),{'verbose':_0x2a42d6[_0x3998e9(0x2d8)]}),_0x10cecd=_0x275684['data'],_0x616be6=getConsoleNextUrl(_0x2a42d6[_0x3998e9(0x27d)],_0x3998e9(0x244)+_0x3e657b+_0x3998e9(0x25a)+_0x5a49fc[_0x3998e9(0x23a)]+_0x3998e9(0x2a0));return await handleSingleObjectOutput({'id':_0x10cecd['id'],'name':_0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x250)],'version':_0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x2b5)],'description':_0x10cecd['attributes']['description'],'state':_0x10cecd[_0x3998e9(0x24f)]['state'],'paused':_0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x228)],'reentry_mode':_0x10cecd[_0x3998e9(0x24f)]['reentryMode'],'stages':_0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x1e0)]?.['length']||0x0,..._0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x26c)]&&{'goal':_0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x26c)][_0x3998e9(0x250)]},'latest':_0x5a49fc['journeyId']===_0x120255,'created_at':_0x10cecd['attributes'][_0x3998e9(0x23e)],'updated_at':_0x10cecd[_0x3998e9(0x24f)][_0x3998e9(0x2bf)],'url':_0x616be6},_0x2a42d6),0x0;}}
@@ -1 +1 @@
1
- const a28_0x4af36e=a28_0x45bf;(function(_0x53e902,_0x3e2c8f){const _0x337608=a28_0x45bf,_0x57893e=_0x53e902();while(!![]){try{const _0x2e537c=-parseInt(_0x337608(0xf0))/0x1+-parseInt(_0x337608(0xfd))/0x2+parseInt(_0x337608(0xe6))/0x3+parseInt(_0x337608(0x10d))/0x4+-parseInt(_0x337608(0xf8))/0x5+parseInt(_0x337608(0x116))/0x6+parseInt(_0x337608(0xdf))/0x7*(parseInt(_0x337608(0xfe))/0x8);if(_0x2e537c===_0x3e2c8f)break;else _0x57893e['push'](_0x57893e['shift']());}catch(_0x5da35d){_0x57893e['push'](_0x57893e['shift']());}}}(a28_0xb65b,0x7086c));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 a28_0x4dd60e from'chalk';function a28_0x45bf(_0x546fe6,_0x9c94dd){_0x546fe6=_0x546fe6-0xdf;const _0xb65b8b=a28_0xb65b();let _0x45bf39=_0xb65b8b[_0x546fe6];return _0x45bf39;}import{formatValidationResult}from'../sdk/segment/yaml-validator.js';import{validateYamlFiles,isValidationResult,calculateSummary}from'../sdk/segment/validate-files.js';export class JourneyValidateCommand extends BaseCommand{['name']=a28_0x4af36e(0xe2);[a28_0x4af36e(0x105)]=a28_0x4af36e(0x100);async[a28_0x4af36e(0x111)](_0x2c65b8){const _0x4d2801=a28_0x4af36e,{options:_0x53e0bc,args:_0x32c5a9}=_0x2c65b8,_0x5098b4=_0x53e0bc,_0x58e445=await resolveTarget({'arg':_0x32c5a9[0x0],'contextParent':_0x53e0bc[_0x4d2801(0xe9)],'cwd':process['cwd']()});if(!isSuccessfulResolution(_0x58e445))return _0x58e445[_0x4d2801(0xe4)]==='no_parent'?(console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0xe8)](_0x4d2801(0xf2))),console['error'](_0x4d2801(0xee)),console[_0x4d2801(0xeb)]('\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20validate\x20.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20current\x20directory'),console['error'](_0x4d2801(0x10f))):(console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0x115)](_0x4d2801(0xff)+_0x58e445['message']+'\x0a')),_0x58e445['helpText']&&console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0x10e)](_0x58e445[_0x4d2801(0xf5)]))),0x1;const _0x242021=_0x58e445[_0x4d2801(0x112)],_0x11964e=_0x58e445[_0x4d2801(0x113)]===_0x4d2801(0xf7)?_0x58e445['filePath']:undefined;if(!_0x11964e&&!existsSync(_0x242021))return console['error'](a28_0x4dd60e[_0x4d2801(0x115)](_0x4d2801(0x108)+_0x242021+'\x0a')),0x1;let _0x195c80;if(_0x11964e){if(!_0x11964e[_0x4d2801(0xe3)](_0x4d2801(0xf1))&&!_0x11964e['endsWith']('.yaml'))return console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0x115)](_0x4d2801(0xec)+_0x11964e+'\x0a')),0x1;_0x195c80=[_0x11964e];}else _0x195c80=findYamlFiles(_0x242021);if(_0x195c80[_0x4d2801(0xf6)]===0x0)return console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0x115)](_0x4d2801(0x107)+_0x242021+'\x0a')),0x1;const _0x5b0c52=validateYamlFiles(_0x195c80,_0x242021,{'filterType':_0x4d2801(0xea)}),_0x15ecd8=calculateSummary(_0x5b0c52),_0x5787ae=_0x5b0c52[_0x4d2801(0xef)](isValidationResult);if(_0x5787ae[_0x4d2801(0xf6)]===0x0)return console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0xe8)]('No\x20journey\x20YAML\x20files\x20found\x20in\x20'+_0x242021+'\x0a')),_0x15ecd8[_0x4d2801(0x102)]>0x0&&console[_0x4d2801(0xeb)](a28_0x4dd60e[_0x4d2801(0xe5)]('('+_0x15ecd8[_0x4d2801(0x102)]+_0x4d2801(0xe0))),0x0;for(const _0x4a7ba1 of _0x5b0c52){if(!isValidationResult(_0x4a7ba1)){_0x5098b4[_0x4d2801(0x114)]&&console[_0x4d2801(0x10c)](a28_0x4dd60e[_0x4d2801(0xe5)]('-\x20'+_0x4a7ba1['relativePath']+_0x4d2801(0x110)+_0x4a7ba1[_0x4d2801(0x104)]+')'));continue;}const {relativePath:_0x5a08cf,source:_0x421a45,result:_0x58b0ec}=_0x4a7ba1;if(_0x58b0ec[_0x4d2801(0x101)]&&_0x58b0ec['warnings'][_0x4d2801(0xf6)]===0x0)_0x5098b4[_0x4d2801(0x114)]&&console['log'](a28_0x4dd60e[_0x4d2801(0xfc)]('✔\x20'+_0x5a08cf));else _0x58b0ec[_0x4d2801(0x101)]?(console[_0x4d2801(0x10c)](a28_0x4dd60e[_0x4d2801(0xe8)]('⚠\x20'+_0x5a08cf+':\x20'+_0x58b0ec[_0x4d2801(0xfb)][_0x4d2801(0xf6)]+_0x4d2801(0x103))),console['log'](formatValidationResult(_0x58b0ec,_0x421a45,_0x5a08cf))):(console['log'](a28_0x4dd60e[_0x4d2801(0x115)]('✖\x20'+_0x5a08cf+':\x20'+_0x58b0ec['errors'][_0x4d2801(0xf6)]+_0x4d2801(0xed))),console[_0x4d2801(0x10c)](formatValidationResult(_0x58b0ec,_0x421a45,_0x5a08cf)));}return console[_0x4d2801(0x10c)](''),_0x15ecd8[_0x4d2801(0x10b)]?(console[_0x4d2801(0x10c)](a28_0x4dd60e[_0x4d2801(0x115)]('Validation\x20failed:\x20'+_0x15ecd8[_0x4d2801(0xf9)]+_0x4d2801(0xf3)+_0x15ecd8[_0x4d2801(0xe1)]+_0x4d2801(0x109))),_0x15ecd8['warningCount']>0x0&&console[_0x4d2801(0x10c)](a28_0x4dd60e['yellow'](_0x15ecd8[_0x4d2801(0xf4)]+_0x4d2801(0xe7))),_0x15ecd8[_0x4d2801(0x102)]>0x0&&console['log'](a28_0x4dd60e[_0x4d2801(0xe5)](_0x15ecd8[_0x4d2801(0x102)]+_0x4d2801(0x10a))),0x1):(console[_0x4d2801(0x10c)](a28_0x4dd60e[_0x4d2801(0xfc)](_0x4d2801(0x106)+_0x15ecd8[_0x4d2801(0xe1)]+_0x4d2801(0xfa))),_0x15ecd8[_0x4d2801(0xf4)]>0x0&&console['log'](a28_0x4dd60e[_0x4d2801(0xe8)](_0x15ecd8[_0x4d2801(0xf4)]+_0x4d2801(0xe7))),_0x15ecd8[_0x4d2801(0x102)]>0x0&&console[_0x4d2801(0x10c)](a28_0x4dd60e[_0x4d2801(0xe5)](_0x15ecd8[_0x4d2801(0x102)]+_0x4d2801(0x10a))),0x0);}}function a28_0xb65b(){const _0x120172=['execute','targetDir','type','verbose','red','2421906zKGsLP','42ayPGFO','\x20segment\x20file(s)\x20skipped)','validCount','journey:validate','endsWith','errorCode','dim','2468031EKITDg','\x20warning(s)\x20found','yellow','parentSegment','journey','error','Error:\x20File\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension:\x20','\x20error(s)','Usage:\x20tdx\x20journey\x20validate\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20all\x20(requires\x20context)','filter','574869pOmqxw','.yml','parent_segment\x20is\x20not\x20set.\x20Use\x20`tdx\x20sg\x20use\x20<parent_name>`\x20to\x20set\x20it.\x0a','\x20journey(s)\x20with\x20errors,\x20','warningCount','helpText','length','file','1829055EdBrXq','invalidCount','\x20journey(s)\x20valid','warnings','green','596144eAoZkU','55256zYrdVN','Error:\x20','Validate\x20journey\x20YAML\x20files','valid','skippedCount','\x20warning(s)','reason','description','✔\x20All\x20','Error:\x20No\x20YAML\x20files\x20found\x20in\x20','Error:\x20Directory\x20not\x20found:\x20','\x20valid','\x20segment\x20file(s)\x20skipped','hasErrors','log','1727560EDMMkC','cyan','\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20validate\x20<file_path>\x20\x20#\x20Validate\x20specific\x20file','\x20(skipped:\x20'];a28_0xb65b=function(){return _0x120172;};return a28_0xb65b();}
1
+ const a28_0x17ed77=a28_0x25b0;function a28_0x25b0(_0x2c4827,_0x1b8713){_0x2c4827=_0x2c4827-0x116;const _0x58c7c8=a28_0x58c7();let _0x25b0f1=_0x58c7c8[_0x2c4827];return _0x25b0f1;}(function(_0x30246d,_0x20e79d){const _0x16a601=a28_0x25b0,_0x4a3d61=_0x30246d();while(!![]){try{const _0x2cec46=parseInt(_0x16a601(0x146))/0x1+parseInt(_0x16a601(0x131))/0x2*(parseInt(_0x16a601(0x14a))/0x3)+parseInt(_0x16a601(0x128))/0x4+parseInt(_0x16a601(0x13a))/0x5+-parseInt(_0x16a601(0x121))/0x6*(-parseInt(_0x16a601(0x130))/0x7)+parseInt(_0x16a601(0x116))/0x8+-parseInt(_0x16a601(0x134))/0x9;if(_0x2cec46===_0x20e79d)break;else _0x4a3d61['push'](_0x4a3d61['shift']());}catch(_0x4d829b){_0x4a3d61['push'](_0x4a3d61['shift']());}}}(a28_0x58c7,0x609ab));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 a28_0x15193e from'chalk';function a28_0x58c7(){const _0x15d340=['invalidCount','\x20journey(s)\x20valid','\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20validate\x20.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20current\x20directory','reason','\x20(skipped:\x20','2980844wJaACU','cyan','\x20journey(s)\x20with\x20errors,\x20','Error:\x20No\x20YAML\x20files\x20found\x20in\x20','skippedCount','yellow','warnings','.yml','161VBapjs','19708BdxsVm','\x20\x20\x20\x20\x20\x20\x20tdx\x20journey\x20validate\x20<file_path>\x20\x20#\x20Validate\x20specific\x20file','cwd','23073750peYbER','parent_segment\x20is\x20not\x20set.\x20Use\x20`tdx\x20sg\x20use\x20<parent_name>`\x20to\x20set\x20it.\x0a','dim','error','Validation\x20failed:\x20','length','2889530pqNMbZ','\x20error(s)','no_parent','✔\x20All\x20','green','filePath','\x20warning(s)\x20found','errors','helpText','Validate\x20journey\x20YAML\x20files','.yaml','valid','131299kdPBdP','file','validCount','verbose','234TouAIa','log','warningCount','message','1471072dVQTae','\x20segment\x20file(s)\x20skipped','hasErrors','filter','Error:\x20Directory\x20not\x20found:\x20','targetDir','execute','red','relativePath','Error:\x20','endsWith','144138oikrhE','\x20segment\x20file(s)\x20skipped)'];a28_0x58c7=function(){return _0x15d340;};return a28_0x58c7();}import{formatValidationResult}from'../sdk/segment/yaml-validator.js';import{validateYamlFiles,isValidationResult,calculateSummary}from'../sdk/segment/validate-files.js';export class JourneyValidateCommand extends BaseCommand{['name']='journey:validate';['description']=a28_0x17ed77(0x143);async[a28_0x17ed77(0x11c)](_0x37bcb9){const _0x22546a=a28_0x17ed77,{options:_0x301a6d,args:_0x487362}=_0x37bcb9,_0x281ed6=_0x301a6d,_0x9a14a2=await resolveTarget({'arg':_0x487362[0x0],'contextParent':_0x301a6d['parentSegment'],'cwd':process[_0x22546a(0x133)]()});if(!isSuccessfulResolution(_0x9a14a2))return _0x9a14a2['errorCode']===_0x22546a(0x13c)?(console['error'](a28_0x15193e[_0x22546a(0x12d)](_0x22546a(0x135))),console[_0x22546a(0x137)]('Usage:\x20tdx\x20journey\x20validate\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Validate\x20all\x20(requires\x20context)'),console[_0x22546a(0x137)](_0x22546a(0x125)),console['error'](_0x22546a(0x132))):(console['error'](a28_0x15193e[_0x22546a(0x11d)](_0x22546a(0x11f)+_0x9a14a2[_0x22546a(0x14d)]+'\x0a')),_0x9a14a2[_0x22546a(0x142)]&&console[_0x22546a(0x137)](a28_0x15193e[_0x22546a(0x129)](_0x9a14a2[_0x22546a(0x142)]))),0x1;const _0x7f3997=_0x9a14a2[_0x22546a(0x11b)],_0x2f639c=_0x9a14a2['type']===_0x22546a(0x147)?_0x9a14a2[_0x22546a(0x13f)]:undefined;if(!_0x2f639c&&!existsSync(_0x7f3997))return console['error'](a28_0x15193e['red'](_0x22546a(0x11a)+_0x7f3997+'\x0a')),0x1;let _0x1026c0;if(_0x2f639c){if(!_0x2f639c[_0x22546a(0x120)](_0x22546a(0x12f))&&!_0x2f639c[_0x22546a(0x120)](_0x22546a(0x144)))return console[_0x22546a(0x137)](a28_0x15193e[_0x22546a(0x11d)]('Error:\x20File\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension:\x20'+_0x2f639c+'\x0a')),0x1;_0x1026c0=[_0x2f639c];}else _0x1026c0=findYamlFiles(_0x7f3997);if(_0x1026c0['length']===0x0)return console[_0x22546a(0x137)](a28_0x15193e[_0x22546a(0x11d)](_0x22546a(0x12b)+_0x7f3997+'\x0a')),0x1;const _0x188776=validateYamlFiles(_0x1026c0,_0x7f3997,{'filterType':'journey'}),_0x2b1a47=calculateSummary(_0x188776),_0x522c67=_0x188776[_0x22546a(0x119)](isValidationResult);if(_0x522c67[_0x22546a(0x139)]===0x0)return console[_0x22546a(0x137)](a28_0x15193e['yellow']('No\x20journey\x20YAML\x20files\x20found\x20in\x20'+_0x7f3997+'\x0a')),_0x2b1a47[_0x22546a(0x12c)]>0x0&&console[_0x22546a(0x137)](a28_0x15193e[_0x22546a(0x136)]('('+_0x2b1a47['skippedCount']+_0x22546a(0x122))),0x0;for(const _0x3ea382 of _0x188776){if(!isValidationResult(_0x3ea382)){_0x281ed6[_0x22546a(0x149)]&&console[_0x22546a(0x14b)](a28_0x15193e['dim']('-\x20'+_0x3ea382[_0x22546a(0x11e)]+_0x22546a(0x127)+_0x3ea382[_0x22546a(0x126)]+')'));continue;}const {relativePath:_0x2f212d,source:_0x33d15a,result:_0x4f87e1}=_0x3ea382;if(_0x4f87e1[_0x22546a(0x145)]&&_0x4f87e1[_0x22546a(0x12e)]['length']===0x0)_0x281ed6[_0x22546a(0x149)]&&console[_0x22546a(0x14b)](a28_0x15193e['green']('✔\x20'+_0x2f212d));else _0x4f87e1[_0x22546a(0x145)]?(console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x12d)]('⚠\x20'+_0x2f212d+':\x20'+_0x4f87e1[_0x22546a(0x12e)][_0x22546a(0x139)]+'\x20warning(s)')),console['log'](formatValidationResult(_0x4f87e1,_0x33d15a,_0x2f212d))):(console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x11d)]('✖\x20'+_0x2f212d+':\x20'+_0x4f87e1[_0x22546a(0x141)][_0x22546a(0x139)]+_0x22546a(0x13b))),console[_0x22546a(0x14b)](formatValidationResult(_0x4f87e1,_0x33d15a,_0x2f212d)));}return console[_0x22546a(0x14b)](''),_0x2b1a47[_0x22546a(0x118)]?(console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x11d)](_0x22546a(0x138)+_0x2b1a47[_0x22546a(0x123)]+_0x22546a(0x12a)+_0x2b1a47[_0x22546a(0x148)]+'\x20valid')),_0x2b1a47[_0x22546a(0x14c)]>0x0&&console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x12d)](_0x2b1a47[_0x22546a(0x14c)]+_0x22546a(0x140))),_0x2b1a47['skippedCount']>0x0&&console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x136)](_0x2b1a47[_0x22546a(0x12c)]+_0x22546a(0x117))),0x1):(console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x13e)](_0x22546a(0x13d)+_0x2b1a47['validCount']+_0x22546a(0x124))),_0x2b1a47[_0x22546a(0x14c)]>0x0&&console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x12d)](_0x2b1a47[_0x22546a(0x14c)]+_0x22546a(0x140))),_0x2b1a47[_0x22546a(0x12c)]>0x0&&console[_0x22546a(0x14b)](a28_0x15193e[_0x22546a(0x136)](_0x2b1a47[_0x22546a(0x12c)]+'\x20segment\x20file(s)\x20skipped')),0x0);}}