@treasuredata/tdx 0.26.2 → 0.26.3

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 (167) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/build-info.json +3 -3
  3. package/dist/cli-categories.js +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/commands/activations.js +1 -1
  6. package/dist/commands/agent-command.js +1 -1
  7. package/dist/commands/agent-test-command.js +1 -1
  8. package/dist/commands/api-command.js +1 -1
  9. package/dist/commands/auth-command.js +1 -1
  10. package/dist/commands/chat-command.js +1 -1
  11. package/dist/commands/claude-command.js +1 -1
  12. package/dist/commands/claude-statusline-command.js +1 -1
  13. package/dist/commands/claude-usage-command.js +1 -1
  14. package/dist/commands/command.js +1 -1
  15. package/dist/commands/connection-command.js +1 -1
  16. package/dist/commands/databases.js +1 -1
  17. package/dist/commands/describe.js +1 -1
  18. package/dist/commands/engage-command.js +1 -1
  19. package/dist/commands/job-command.js +1 -1
  20. package/dist/commands/journey-command.js +1 -1
  21. package/dist/commands/journey-validate-command.js +1 -1
  22. package/dist/commands/llm-command.js +1 -1
  23. package/dist/commands/mcp-command.js +1 -1
  24. package/dist/commands/parent-segment-command.js +1 -1
  25. package/dist/commands/profile-command.js +1 -1
  26. package/dist/commands/profiles-command.js +1 -1
  27. package/dist/commands/query-command.js +1 -1
  28. package/dist/commands/schedule-command.js +1 -1
  29. package/dist/commands/segment-command.js +1 -1
  30. package/dist/commands/segment-create-command.js +1 -1
  31. package/dist/commands/segment-fields-command.js +1 -1
  32. package/dist/commands/segment-pull-command.js +1 -1
  33. package/dist/commands/segment-push-command.js +1 -1
  34. package/dist/commands/segment-update-command.js +1 -1
  35. package/dist/commands/segment-use-command.js +1 -1
  36. package/dist/commands/segment-validate-command.js +1 -1
  37. package/dist/commands/segments.js +1 -1
  38. package/dist/commands/show.js +1 -1
  39. package/dist/commands/status-command.js +1 -1
  40. package/dist/commands/tables.js +1 -1
  41. package/dist/commands/unset-command.js +1 -1
  42. package/dist/commands/use-command.js +1 -1
  43. package/dist/commands/user-command.js +1 -1
  44. package/dist/commands/workflow-command.js +1 -1
  45. package/dist/core/auth.js +1 -1
  46. package/dist/core/command-output.js +1 -1
  47. package/dist/core/config.js +1 -1
  48. package/dist/core/connection-cache.js +1 -1
  49. package/dist/core/constants.js +1 -1
  50. package/dist/core/credential-cache.js +1 -1
  51. package/dist/core/global-context.js +1 -1
  52. package/dist/core/keychain.js +1 -1
  53. package/dist/core/profile.js +1 -1
  54. package/dist/core/project-config.js +1 -1
  55. package/dist/core/session.js +1 -1
  56. package/dist/core/user-cache.js +1 -1
  57. package/dist/core/version.js +1 -1
  58. package/dist/index.js +1 -1
  59. package/dist/mcp/server.js +1 -1
  60. package/dist/mcp/tools/index.js +1 -1
  61. package/dist/mcp/tools/tdx-run.js +1 -1
  62. package/dist/mcp/tools/tdx-search.js +1 -1
  63. package/dist/mcp/utils.js +1 -1
  64. package/dist/proxy/claude-usage-tracker.js +1 -1
  65. package/dist/proxy/passthrough-server.js +1 -1
  66. package/dist/proxy/sse-usage-parser.js +1 -1
  67. package/dist/sdk/agent/agent-config.js +1 -1
  68. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  69. package/dist/sdk/agent/agent-yaml.js +1 -1
  70. package/dist/sdk/agent/test/evaluator.js +1 -1
  71. package/dist/sdk/agent/test/executor.js +1 -1
  72. package/dist/sdk/agent/test/index.js +1 -1
  73. package/dist/sdk/agent/test/output.js +1 -1
  74. package/dist/sdk/agent/test/parser.js +1 -1
  75. package/dist/sdk/api.js +1 -1
  76. package/dist/sdk/client/cdp-api-client.js +1 -1
  77. package/dist/sdk/client/endpoints.js +1 -1
  78. package/dist/sdk/client/engage-api-client.js +1 -1
  79. package/dist/sdk/client/http-client.js +1 -1
  80. package/dist/sdk/client/llm-api-client.js +1 -1
  81. package/dist/sdk/client/rate-limiter.js +1 -1
  82. package/dist/sdk/client/td-api-client.js +1 -1
  83. package/dist/sdk/client/trino-api-client.js +1 -1
  84. package/dist/sdk/client/workflow-client.js +1 -1
  85. package/dist/sdk/connection-validator.js +1 -1
  86. package/dist/sdk/connection.js +1 -1
  87. package/dist/sdk/engage.js +1 -1
  88. package/dist/sdk/errors.js +1 -1
  89. package/dist/sdk/index.js +1 -1
  90. package/dist/sdk/io/index.js +1 -1
  91. package/dist/sdk/io/node-filesystem.js +1 -1
  92. package/dist/sdk/job.js +1 -1
  93. package/dist/sdk/journey.js +1 -1
  94. package/dist/sdk/llm/chat-cache.js +1 -1
  95. package/dist/sdk/llm/index.js +1 -1
  96. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  97. package/dist/sdk/llm/model-factors.js +1 -1
  98. package/dist/sdk/personalization.js +1 -1
  99. package/dist/sdk/query/index.js +1 -1
  100. package/dist/sdk/query/sql-parser.js +1 -1
  101. package/dist/sdk/realtime.js +1 -1
  102. package/dist/sdk/schedule.js +1 -1
  103. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  104. package/dist/sdk/segment/fields-display.js +1 -1
  105. package/dist/sdk/segment/file-discovery.js +1 -1
  106. package/dist/sdk/segment/journey-utils.js +1 -1
  107. package/dist/sdk/segment/journey-validator.js +1 -1
  108. package/dist/sdk/segment/journey-yaml.js +1 -1
  109. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  110. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  111. package/dist/sdk/segment/pull-workflow.js +1 -1
  112. package/dist/sdk/segment/push-recovery.js +1 -1
  113. package/dist/sdk/segment/push-workflow.js +1 -1
  114. package/dist/sdk/segment/resolution-context.js +1 -1
  115. package/dist/sdk/segment/segment-path-parser.js +1 -1
  116. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  117. package/dist/sdk/segment/target-resolution.js +1 -1
  118. package/dist/sdk/segment/tdx-config.js +1 -1
  119. package/dist/sdk/segment/validate-files.js +1 -1
  120. package/dist/sdk/segment/yaml-validator.js +1 -1
  121. package/dist/sdk/segment.js +1 -1
  122. package/dist/sdk/types/index.js +1 -1
  123. package/dist/sdk/types/progress.js +1 -1
  124. package/dist/sdk/user.js +1 -1
  125. package/dist/sdk/util/format-detector.js +1 -1
  126. package/dist/sdk/util/formatters.js +1 -1
  127. package/dist/sdk/util/index.js +1 -1
  128. package/dist/sdk/util/tree-formatter.js +1 -1
  129. package/dist/sdk/workflow/archive-validation.js +1 -1
  130. package/dist/sdk/workflow/clone-workflow.js +1 -1
  131. package/dist/sdk/workflow/index.js +1 -1
  132. package/dist/sdk/workflow/pull-workflow.js +1 -1
  133. package/dist/sdk/workflow/push-workflow.js +1 -1
  134. package/dist/sdk/workflow/tdx-config.js +1 -1
  135. package/dist/sdk/workflow/workflow-utils.js +1 -1
  136. package/dist/test-utils/command-runner.js +1 -1
  137. package/dist/test-utils/factories.js +1 -1
  138. package/dist/test-utils/fixtures.js +1 -1
  139. package/dist/test-utils/http-mock.js +1 -1
  140. package/dist/test-utils/index.js +1 -1
  141. package/dist/utils/async.js +1 -1
  142. package/dist/utils/colors.js +1 -1
  143. package/dist/utils/diff.js +1 -1
  144. package/dist/utils/file-permissions.js +1 -1
  145. package/dist/utils/global-cache.js +1 -1
  146. package/dist/utils/json-loader.js +1 -1
  147. package/dist/utils/local-cache.js +1 -1
  148. package/dist/utils/logger/formatters/default-formatter.js +1 -1
  149. package/dist/utils/logger/formatters/index.js +1 -1
  150. package/dist/utils/logger/handlers/console-handler.js +1 -1
  151. package/dist/utils/logger/handlers/file-handler.js +1 -1
  152. package/dist/utils/logger/handlers/index.js +1 -1
  153. package/dist/utils/logger/handlers/null-handler.js +1 -1
  154. package/dist/utils/logger/index.js +1 -1
  155. package/dist/utils/logger/logger.js +1 -1
  156. package/dist/utils/logger/types.js +1 -1
  157. package/dist/utils/option-validation.js +1 -1
  158. package/dist/utils/port.js +1 -1
  159. package/dist/utils/process.js +1 -1
  160. package/dist/utils/prompt.js +1 -1
  161. package/dist/utils/spinner.js +1 -1
  162. package/dist/utils/sse-parser.js +1 -1
  163. package/dist/utils/string-utils.js +1 -1
  164. package/dist/utils/table-ref-parser.js +1 -1
  165. package/dist/utils/tdx-logger.js +1 -1
  166. package/dist/utils/version-check.js +1 -1
  167. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- (function(_0x2758bb,_0x257f29){var _0x405f1a=a0_0x2203,_0x520d19=_0x2758bb();while(!![]){try{var _0x40544e=parseInt(_0x405f1a(0xad))/0x1*(-parseInt(_0x405f1a(0xb1))/0x2)+parseInt(_0x405f1a(0xb6))/0x3+-parseInt(_0x405f1a(0xaf))/0x4+-parseInt(_0x405f1a(0xb0))/0x5*(parseInt(_0x405f1a(0xb5))/0x6)+-parseInt(_0x405f1a(0xab))/0x7*(parseInt(_0x405f1a(0xb3))/0x8)+-parseInt(_0x405f1a(0xb4))/0x9*(parseInt(_0x405f1a(0xae))/0xa)+parseInt(_0x405f1a(0xac))/0xb*(parseInt(_0x405f1a(0xb2))/0xc);if(_0x40544e===_0x257f29)break;else _0x520d19['push'](_0x520d19['shift']());}catch(_0x2b3cfa){_0x520d19['push'](_0x520d19['shift']());}}}(a0_0x15b6,0x85eb8));function a0_0x2203(_0x229f2c,_0x1e7523){_0x229f2c=_0x229f2c-0xab;var _0x15b6cf=a0_0x15b6();var _0x2203b7=_0x15b6cf[_0x229f2c];return _0x2203b7;}function a0_0x15b6(){var _0x3c5d1b=['87195hfVQZt','26002uSsnWX','84tptPFp','5476136FScTFG','4120326MYudXp','276jZqtPw','1318509LYgnRa','7OgiiQs','6651711gxDkki','59qyoyxW','20xXeJmF','3817904kXkwKL'];a0_0x15b6=function(){return _0x3c5d1b;};return a0_0x15b6();}import{runCLI}from'./cli.js';runCLI();
2
+ (function(_0x66862c,_0xbb65e8){var _0xe7e866=a0_0x2043,_0xc6d37a=_0x66862c();while(!![]){try{var _0x5af1c0=parseInt(_0xe7e866(0xcc))/0x1+parseInt(_0xe7e866(0xcf))/0x2*(parseInt(_0xe7e866(0xce))/0x3)+-parseInt(_0xe7e866(0xcb))/0x4+-parseInt(_0xe7e866(0xd1))/0x5+parseInt(_0xe7e866(0xd0))/0x6+parseInt(_0xe7e866(0xc9))/0x7*(parseInt(_0xe7e866(0xca))/0x8)+-parseInt(_0xe7e866(0xcd))/0x9;if(_0x5af1c0===_0xbb65e8)break;else _0xc6d37a['push'](_0xc6d37a['shift']());}catch(_0x4f3f52){_0xc6d37a['push'](_0xc6d37a['shift']());}}}(a0_0x3f86,0x20ecd));function a0_0x3f86(){var _0x427fe4=['2736936XxrzFB','51bCsGde','11578zPdNrq','1532052UanTLk','263360hFBEez','91FWurrc','149816JchskM','864736HUhElZ','110615YqQonz'];a0_0x3f86=function(){return _0x427fe4;};return a0_0x3f86();}import{runCLI}from'./cli.js';function a0_0x2043(_0x28354b,_0x4b8835){_0x28354b=_0x28354b-0xc9;var _0x3f865c=a0_0x3f86();var _0x2043af=_0x3f865c[_0x28354b];return _0x2043af;}runCLI();
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.26.2",
3
- "gitRevision": "c262098",
4
- "buildTime": "2026-02-15 01:41:07+0000"
2
+ "version": "0.26.3",
3
+ "gitRevision": "2e271ba",
4
+ "buildTime": "2026-02-15 04:58:03+0000"
5
5
  }
@@ -1 +1 @@
1
- const a1_0x147482=a1_0x105e;function a1_0x105e(_0x4620e5,_0x5ab4f8){_0x4620e5=_0x4620e5-0x13a;const _0x59f127=a1_0x59f1();let _0x105e6d=_0x59f127[_0x4620e5];return _0x105e6d;}(function(_0xd84dd1,_0x377aee){const _0x5b972e=a1_0x105e,_0x16dfbe=_0xd84dd1();while(!![]){try{const _0x1ba130=-parseInt(_0x5b972e(0x150))/0x1+-parseInt(_0x5b972e(0x13a))/0x2+-parseInt(_0x5b972e(0x15b))/0x3*(-parseInt(_0x5b972e(0x153))/0x4)+-parseInt(_0x5b972e(0x14f))/0x5+-parseInt(_0x5b972e(0x13e))/0x6*(parseInt(_0x5b972e(0x13d))/0x7)+parseInt(_0x5b972e(0x157))/0x8+parseInt(_0x5b972e(0x144))/0x9*(parseInt(_0x5b972e(0x158))/0xa);if(_0x1ba130===_0x377aee)break;else _0x16dfbe['push'](_0x16dfbe['shift']());}catch(_0x461c3a){_0x16dfbe['push'](_0x16dfbe['shift']());}}}(a1_0x59f1,0xd060d));import a1_0x38a87d from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x147482(0x159),'colorFn':a1_0x38a87d[a1_0x147482(0x154)],'commands':[a1_0x147482(0x152),a1_0x147482(0x142),a1_0x147482(0x14b),'describe',a1_0x147482(0x13b),a1_0x147482(0x155),'workflow']},{'name':a1_0x147482(0x151),'colorFn':a1_0x38a87d['magenta'],'commands':['segment',a1_0x147482(0x143),'journey','journeys','activations',a1_0x147482(0x141),a1_0x147482(0x140)]},{'name':'AI','colorFn':a1_0x38a87d[a1_0x147482(0x146)],'commands':[a1_0x147482(0x148),'agents','chat','chats',a1_0x147482(0x13c),a1_0x147482(0x14d)]},{'name':a1_0x147482(0x156),'colorFn':a1_0x38a87d['yellow'],'commands':[a1_0x147482(0x14c),'use',a1_0x147482(0x149),a1_0x147482(0x14a),a1_0x147482(0x145),a1_0x147482(0x14e),'user',a1_0x147482(0x147)]},{'name':a1_0x147482(0x15c),'colorFn':a1_0x38a87d[a1_0x147482(0x13f)],'commands':['api',a1_0x147482(0x15a)]}];function a1_0x59f1(){const _0x408850=['1413235LdgIdZ','CDP','database','68FjGYxr','blue','job','Context','13150328aWZIsL','30HKhbRM','Data','mcp','260907sFQfCZ','Utilities','1454168LVbhLu','query','llm','266aYMUum','93312YVmcmW','green','connection','engage','table','parent-segment','4713939SKrTLO','profiles','cyan','users','agent','unset','profile','show','status','claude','auth','5543825QffTmQ'];a1_0x59f1=function(){return _0x408850;};return a1_0x59f1();}
1
+ function a1_0x4b3e(){const _0x40bba4=['journeys','36780LiIqex','llm','claude','connection','39EPwwYB','Context','auth','yellow','1217544XohSom','CDP','agents','blue','user','2925860FqBMxC','activations','profile','status','21834150LlxMJs','chats','users','green','unset','describe','journey','209619dsNzqi','magenta','1YEqcBH','Utilities','engage','api','Data','2903826RemWmi','152OSUlbi','database','mcp','table','segment','2175495WrYtLy','job','workflow','chat','profiles'];a1_0x4b3e=function(){return _0x40bba4;};return a1_0x4b3e();}function a1_0x24a9(_0x3b7e10,_0xcdd8a){_0x3b7e10=_0x3b7e10-0xab;const _0x4b3e60=a1_0x4b3e();let _0x24a9cf=_0x4b3e60[_0x3b7e10];return _0x24a9cf;}const a1_0x3bad9d=a1_0x24a9;(function(_0x297503,_0x34fbc1){const _0x5d66e5=a1_0x24a9,_0xd8f469=_0x297503();while(!![]){try{const _0x57dfd6=parseInt(_0x5d66e5(0xb9))/0x1*(-parseInt(_0x5d66e5(0xbe))/0x2)+-parseInt(_0x5d66e5(0xce))/0x3*(parseInt(_0x5d66e5(0xca))/0x4)+parseInt(_0x5d66e5(0xac))/0x5+-parseInt(_0x5d66e5(0xd2))/0x6+parseInt(_0x5d66e5(0xc4))/0x7+parseInt(_0x5d66e5(0xbf))/0x8*(-parseInt(_0x5d66e5(0xb7))/0x9)+parseInt(_0x5d66e5(0xb0))/0xa;if(_0x57dfd6===_0x34fbc1)break;else _0xd8f469['push'](_0xd8f469['shift']());}catch(_0x54b8f1){_0xd8f469['push'](_0xd8f469['shift']());}}}(a1_0x4b3e,0xd2907));import a1_0x436972 from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x3bad9d(0xbd),'colorFn':a1_0x436972[a1_0x3bad9d(0xd5)],'commands':[a1_0x3bad9d(0xc0),a1_0x3bad9d(0xc2),'show',a1_0x3bad9d(0xb5),'query',a1_0x3bad9d(0xc5),a1_0x3bad9d(0xc6)]},{'name':a1_0x3bad9d(0xd3),'colorFn':a1_0x436972[a1_0x3bad9d(0xb8)],'commands':[a1_0x3bad9d(0xc3),'parent-segment',a1_0x3bad9d(0xb6),a1_0x3bad9d(0xc9),a1_0x3bad9d(0xad),a1_0x3bad9d(0xbb),a1_0x3bad9d(0xcd)]},{'name':'AI','colorFn':a1_0x436972['cyan'],'commands':['agent',a1_0x3bad9d(0xd4),a1_0x3bad9d(0xc7),a1_0x3bad9d(0xb1),a1_0x3bad9d(0xcb),a1_0x3bad9d(0xcc)]},{'name':a1_0x3bad9d(0xcf),'colorFn':a1_0x436972[a1_0x3bad9d(0xd1)],'commands':[a1_0x3bad9d(0xaf),'use',a1_0x3bad9d(0xb4),a1_0x3bad9d(0xae),a1_0x3bad9d(0xc8),a1_0x3bad9d(0xd0),a1_0x3bad9d(0xab),a1_0x3bad9d(0xb2)]},{'name':a1_0x3bad9d(0xba),'colorFn':a1_0x436972[a1_0x3bad9d(0xb3)],'commands':[a1_0x3bad9d(0xbc),a1_0x3bad9d(0xc1)]}];