@treasuredata/tdx 0.9.6 → 0.9.8

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 (123) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/build-info.json +2 -2
  3. package/dist/cli-categories.js +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/client/cdp-api-client.js +1 -1
  6. package/dist/client/engage-api-client.js +1 -1
  7. package/dist/client/http-client.js +1 -1
  8. package/dist/client/llm-api-client.js +1 -1
  9. package/dist/client/rate-limiter.js +1 -1
  10. package/dist/client/td-api-client.js +1 -1
  11. package/dist/client/trino-api-client.js +1 -1
  12. package/dist/client/workflow-client.js +1 -1
  13. package/dist/commands/activations.js +1 -1
  14. package/dist/commands/agent-command.js +1 -1
  15. package/dist/commands/api-command.js +1 -1
  16. package/dist/commands/auth-command.js +1 -1
  17. package/dist/commands/chat-command.js +1 -1
  18. package/dist/commands/claude-command.js +1 -1
  19. package/dist/commands/claude-statusline-command.js +1 -1
  20. package/dist/commands/claude-usage-command.js +1 -1
  21. package/dist/commands/command.js +1 -1
  22. package/dist/commands/connection-command.js +1 -1
  23. package/dist/commands/context-command.js +1 -1
  24. package/dist/commands/databases.js +1 -1
  25. package/dist/commands/describe.js +1 -1
  26. package/dist/commands/engage-command.js +1 -1
  27. package/dist/commands/job-command.js +1 -1
  28. package/dist/commands/journey-command.js +1 -1
  29. package/dist/commands/llm-command.js +1 -1
  30. package/dist/commands/llm-proxy.js +1 -1
  31. package/dist/commands/parent-segment-command.js +1 -1
  32. package/dist/commands/profiles-command.js +1 -1
  33. package/dist/commands/query-command.js +1 -1
  34. package/dist/commands/segment-command.js +1 -1
  35. package/dist/commands/segment-create-command.js +1 -1
  36. package/dist/commands/segment-fields-command.js +1 -1
  37. package/dist/commands/segment-pull-command.js +1 -1
  38. package/dist/commands/segment-push-command.js +1 -1
  39. package/dist/commands/segment-update-command.js +1 -1
  40. package/dist/commands/segment-use-command.js +1 -1
  41. package/dist/commands/segments.js +1 -1
  42. package/dist/commands/show.js +1 -1
  43. package/dist/commands/tables.js +1 -1
  44. package/dist/commands/use-command.js +1 -1
  45. package/dist/commands/user-command.js +1 -1
  46. package/dist/commands/workflow-command.js +1 -1
  47. package/dist/core/auth.js +1 -1
  48. package/dist/core/config.js +1 -1
  49. package/dist/core/connection-cache.js +1 -1
  50. package/dist/core/credential-cache.js +1 -1
  51. package/dist/core/global-context.js +1 -1
  52. package/dist/core/keychain.js +1 -1
  53. package/dist/core/profile.js +1 -1
  54. package/dist/core/project-config.js +1 -1
  55. package/dist/core/session.js +1 -1
  56. package/dist/core/user-cache.js +1 -1
  57. package/dist/index.js +1 -1
  58. package/dist/proxy/anthropic-adapter.js +1 -1
  59. package/dist/proxy/claude-usage-tracker.js +1 -1
  60. package/dist/proxy/context-signature.js +1 -1
  61. package/dist/proxy/conversation-utils.js +1 -1
  62. package/dist/proxy/server.js +1 -1
  63. package/dist/proxy/session-cache.js +1 -1
  64. package/dist/sdk/agent/agent-yaml.js +1 -1
  65. package/dist/sdk/api.js +1 -1
  66. package/dist/sdk/connection-validator.js +1 -1
  67. package/dist/sdk/connection.js +1 -1
  68. package/dist/sdk/engage.js +1 -1
  69. package/dist/sdk/errors.js +1 -1
  70. package/dist/sdk/index.js +1 -1
  71. package/dist/sdk/job.js +1 -1
  72. package/dist/sdk/journey.js +1 -1
  73. package/dist/sdk/llm.js +1 -1
  74. package/dist/sdk/query.js +1 -1
  75. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  76. package/dist/sdk/segment/journey-yaml.d.ts +53 -18
  77. package/dist/sdk/segment/journey-yaml.d.ts.map +1 -1
  78. package/dist/sdk/segment/journey-yaml.js +1 -1
  79. package/dist/sdk/segment/journey-yaml.js.map +1 -1
  80. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  81. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  82. package/dist/sdk/segment.js +1 -1
  83. package/dist/sdk/user.js +1 -1
  84. package/dist/sdk/workflow.js +1 -1
  85. package/dist/types/endpoints.js +1 -1
  86. package/dist/types/index.js +1 -1
  87. package/dist/utils/agent-config.js +1 -1
  88. package/dist/utils/agent-ref-parser.js +1 -1
  89. package/dist/utils/async.js +1 -1
  90. package/dist/utils/chat-cache.js +1 -1
  91. package/dist/utils/colors.js +1 -1
  92. package/dist/utils/command-output.js +1 -1
  93. package/dist/utils/constants.js +1 -1
  94. package/dist/utils/diff.js +1 -1
  95. package/dist/utils/fields-display.js +1 -1
  96. package/dist/utils/file-permissions.js +1 -1
  97. package/dist/utils/format-detector.js +1 -1
  98. package/dist/utils/formatters.js +1 -1
  99. package/dist/utils/journey-utils.d.ts +30 -0
  100. package/dist/utils/journey-utils.d.ts.map +1 -1
  101. package/dist/utils/journey-utils.js +1 -1
  102. package/dist/utils/journey-utils.js.map +1 -1
  103. package/dist/utils/json-loader.js +1 -1
  104. package/dist/utils/llm-backup-utils.js +1 -1
  105. package/dist/utils/model-aliases.js +1 -1
  106. package/dist/utils/model-factors.js +1 -1
  107. package/dist/utils/option-validation.js +1 -1
  108. package/dist/utils/port.js +1 -1
  109. package/dist/utils/process.js +1 -1
  110. package/dist/utils/prompt.js +1 -1
  111. package/dist/utils/segment-path-parser.js +1 -1
  112. package/dist/utils/segment-ref-parser.js +1 -1
  113. package/dist/utils/spinner.js +1 -1
  114. package/dist/utils/sql-parser.js +1 -1
  115. package/dist/utils/sse-parser.js +1 -1
  116. package/dist/utils/string-utils.js +1 -1
  117. package/dist/utils/table-ref-parser.js +1 -1
  118. package/dist/utils/tdx-config.js +1 -1
  119. package/dist/utils/tdx-logger.js +1 -1
  120. package/dist/utils/tree-formatter.js +1 -1
  121. package/dist/utils/version-check.js +1 -1
  122. package/dist/utils/workflow-utils.js +1 -1
  123. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- (function(_0x34bdf0,_0xa8b02f){var _0x28b65e=a0_0x464c,_0x31083b=_0x34bdf0();while(!![]){try{var _0x3a6eea=-parseInt(_0x28b65e(0xb7))/0x1+parseInt(_0x28b65e(0xb9))/0x2*(parseInt(_0x28b65e(0xb2))/0x3)+-parseInt(_0x28b65e(0xb0))/0x4*(parseInt(_0x28b65e(0xaf))/0x5)+-parseInt(_0x28b65e(0xb8))/0x6*(parseInt(_0x28b65e(0xb4))/0x7)+-parseInt(_0x28b65e(0xb6))/0x8+-parseInt(_0x28b65e(0xb3))/0x9*(parseInt(_0x28b65e(0xb1))/0xa)+parseInt(_0x28b65e(0xb5))/0xb;if(_0x3a6eea===_0xa8b02f)break;else _0x31083b['push'](_0x31083b['shift']());}catch(_0x16b4d6){_0x31083b['push'](_0x31083b['shift']());}}}(a0_0x309b,0x44738));import{runCLI}from'./cli.js';runCLI();function a0_0x464c(_0x90e089,_0x22a807){_0x90e089=_0x90e089-0xaf;var _0x309bec=a0_0x309b();var _0x464ccf=_0x309bec[_0x90e089];return _0x464ccf;}function a0_0x309b(){var _0x2284a2=['2675752YFknNH','354578NMdmqd','228XBcUDX','386RHYYFv','22475dBrjYw','248BqioBw','190lFJkze','585QGeFZM','11898fubzce','64939KdGhcV','17469342MkqlcA'];a0_0x309b=function(){return _0x2284a2;};return a0_0x309b();}
2
+ (function(_0x5bfc9e,_0x28eeba){var _0x1f2975=a0_0x1cc8,_0x44d982=_0x5bfc9e();while(!![]){try{var _0x9fe794=parseInt(_0x1f2975(0x130))/0x1+-parseInt(_0x1f2975(0x134))/0x2*(parseInt(_0x1f2975(0x131))/0x3)+parseInt(_0x1f2975(0x135))/0x4+parseInt(_0x1f2975(0x133))/0x5+-parseInt(_0x1f2975(0x12e))/0x6+parseInt(_0x1f2975(0x12f))/0x7+parseInt(_0x1f2975(0x136))/0x8*(parseInt(_0x1f2975(0x132))/0x9);if(_0x9fe794===_0x28eeba)break;else _0x44d982['push'](_0x44d982['shift']());}catch(_0x308c0a){_0x44d982['push'](_0x44d982['shift']());}}}(a0_0xcc77,0x4f213));import{runCLI}from'./cli.js';runCLI();function a0_0x1cc8(_0x2b4444,_0x44d32d){_0x2b4444=_0x2b4444-0x12e;var _0xcc77ee=a0_0xcc77();var _0x1cc8a9=_0xcc77ee[_0x2b4444];return _0x1cc8a9;}function a0_0xcc77(){var _0x32a2fd=['2618380AspBHd','24028pQoUKK','1481204NoATUj','2984jfMUGa','2949552VVkRLr','2724442AhtIJI','24681VpGHBi','150eZkebB','2619iRgxFf'];a0_0xcc77=function(){return _0x32a2fd;};return a0_0xcc77();}
@@ -1,4 +1,4 @@
1
1
  {
2
- "gitRevision": "010af74",
3
- "buildTime": "2025-12-23 08:45:05+0000"
2
+ "gitRevision": "fb28438",
3
+ "buildTime": "2025-12-23 19:44:18+0000"
4
4
  }
@@ -1 +1 @@
1
- const a1_0x2f2dde=a1_0x5641;function a1_0x5641(_0x3de22b,_0x1fd3a5){_0x3de22b=_0x3de22b-0xd8;const _0x4e24cc=a1_0x4e24();let _0x56419a=_0x4e24cc[_0x3de22b];return _0x56419a;}(function(_0x22e7f4,_0xb572bc){const _0x353019=a1_0x5641,_0x24fba8=_0x22e7f4();while(!![]){try{const _0x51a838=-parseInt(_0x353019(0xeb))/0x1+parseInt(_0x353019(0xea))/0x2*(-parseInt(_0x353019(0xee))/0x3)+parseInt(_0x353019(0xf0))/0x4*(parseInt(_0x353019(0xf1))/0x5)+-parseInt(_0x353019(0xfa))/0x6*(-parseInt(_0x353019(0xef))/0x7)+-parseInt(_0x353019(0xe6))/0x8*(-parseInt(_0x353019(0xf8))/0x9)+-parseInt(_0x353019(0xda))/0xa*(-parseInt(_0x353019(0xf5))/0xb)+-parseInt(_0x353019(0xf6))/0xc*(parseInt(_0x353019(0xde))/0xd);if(_0x51a838===_0xb572bc)break;else _0x24fba8['push'](_0x24fba8['shift']());}catch(_0x346262){_0x24fba8['push'](_0x24fba8['shift']());}}}(a1_0x4e24,0xb1ca4));import a1_0x5b1037 from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x2f2dde(0xd9),'colorFn':a1_0x5b1037['blue'],'commands':[a1_0x2f2dde(0xdb),a1_0x2f2dde(0xfd),a1_0x2f2dde(0xfb),a1_0x2f2dde(0xe5),'query',a1_0x2f2dde(0xe4),a1_0x2f2dde(0xe8)]},{'name':'CDP','colorFn':a1_0x5b1037[a1_0x2f2dde(0xe9)],'commands':['segment',a1_0x2f2dde(0xdd),'journey',a1_0x2f2dde(0xe3),a1_0x2f2dde(0xe0),a1_0x2f2dde(0xff)]},{'name':'AI','colorFn':a1_0x5b1037[a1_0x2f2dde(0xdc)],'commands':[a1_0x2f2dde(0xd8),'agents',a1_0x2f2dde(0xf4),a1_0x2f2dde(0xf9),a1_0x2f2dde(0xf3),a1_0x2f2dde(0xec)]},{'name':a1_0x2f2dde(0xf7),'colorFn':a1_0x5b1037[a1_0x2f2dde(0xdf)],'commands':[a1_0x2f2dde(0xe1),a1_0x2f2dde(0xe7),'profiles',a1_0x2f2dde(0xfe),a1_0x2f2dde(0xfc),'users']},{'name':a1_0x2f2dde(0xe2),'colorFn':a1_0x5b1037[a1_0x2f2dde(0xf2)],'commands':[a1_0x2f2dde(0xed)]}];function a1_0x4e24(){const _0x196dcc=['llm','chat','6187907ZiEqWM','204GLbHPq','Context','1724148LgAetU','chats','18iiAEEI','show','user','table','auth','connection','agent','Data','20CtUsll','database','cyan','parent-segment','553436HZWeDk','yellow','engage','context','Utilities','activations','job','describe','32ybVeAO','use','workflow','magenta','2XKQodp','284230sWGORL','claude','api','3788787eILaDD','512036HZACeR','3553220dStPnp','5PJoecK','green'];a1_0x4e24=function(){return _0x196dcc;};return a1_0x4e24();}
1
+ function a1_0x34d6(_0x1f39fe,_0x5757b9){_0x1f39fe=_0x1f39fe-0x1e9;const _0x5f2251=a1_0x5f22();let _0x34d6d0=_0x5f2251[_0x1f39fe];return _0x34d6d0;}const a1_0x127e73=a1_0x34d6;(function(_0x4b84a2,_0x573966){const _0x502510=a1_0x34d6,_0x533c62=_0x4b84a2();while(!![]){try{const _0x7c895c=-parseInt(_0x502510(0x201))/0x1*(-parseInt(_0x502510(0x1fe))/0x2)+parseInt(_0x502510(0x20d))/0x3*(-parseInt(_0x502510(0x1fa))/0x4)+parseInt(_0x502510(0x202))/0x5+parseInt(_0x502510(0x1f5))/0x6+parseInt(_0x502510(0x1f3))/0x7+parseInt(_0x502510(0x20a))/0x8*(parseInt(_0x502510(0x206))/0x9)+-parseInt(_0x502510(0x210))/0xa;if(_0x7c895c===_0x573966)break;else _0x533c62['push'](_0x533c62['shift']());}catch(_0x2102df){_0x533c62['push'](_0x533c62['shift']());}}}(a1_0x5f22,0xf3158));function a1_0x5f22(){const _0x28c380=['blue','claude','use','568MShNWn','Utilities','api','yellow','2NTBbZf','chats','parent-segment','723372kmWWYh','7490820GhdJXG','Context','segment','agents','513nJCuLK','database','users','Data','71696bsrcMd','user','table','2901ZfKoAb','chat','llm','36052440oJhicU','CDP','green','cyan','context','magenta','query','journey','activations','engage','agent','11482548MZlHUH','show','2192976ZXtWqh','connection'];a1_0x5f22=function(){return _0x28c380;};return a1_0x5f22();}import a1_0x5eda99 from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x127e73(0x209),'colorFn':a1_0x5eda99[a1_0x127e73(0x1f7)],'commands':[a1_0x127e73(0x207),a1_0x127e73(0x20c),a1_0x127e73(0x1f4),'describe',a1_0x127e73(0x1ee),'job','workflow']},{'name':a1_0x127e73(0x1e9),'colorFn':a1_0x5eda99[a1_0x127e73(0x1ed)],'commands':[a1_0x127e73(0x204),a1_0x127e73(0x200),a1_0x127e73(0x1ef),a1_0x127e73(0x1f0),a1_0x127e73(0x1f1),a1_0x127e73(0x1f6)]},{'name':'AI','colorFn':a1_0x5eda99[a1_0x127e73(0x1eb)],'commands':[a1_0x127e73(0x1f2),a1_0x127e73(0x205),a1_0x127e73(0x20e),a1_0x127e73(0x1ff),a1_0x127e73(0x20f),a1_0x127e73(0x1f8)]},{'name':a1_0x127e73(0x203),'colorFn':a1_0x5eda99[a1_0x127e73(0x1fd)],'commands':[a1_0x127e73(0x1ec),a1_0x127e73(0x1f9),'profiles','auth',a1_0x127e73(0x20b),a1_0x127e73(0x208)]},{'name':a1_0x127e73(0x1fb),'colorFn':a1_0x5eda99[a1_0x127e73(0x1ea)],'commands':[a1_0x127e73(0x1fc)]}];