@treasuredata/tdx 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) 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/commands/activations.js +1 -1
  6. package/dist/commands/agent-command.js +1 -1
  7. package/dist/commands/api-command.js +1 -1
  8. package/dist/commands/auth-command.js +1 -1
  9. package/dist/commands/chat-command.js +1 -1
  10. package/dist/commands/claude-command.js +1 -1
  11. package/dist/commands/claude-statusline-command.js +1 -1
  12. package/dist/commands/claude-usage-command.js +1 -1
  13. package/dist/commands/command.js +1 -1
  14. package/dist/commands/connection-command.js +1 -1
  15. package/dist/commands/context-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/llm-proxy.js +1 -1
  24. package/dist/commands/parent-segment-command.js +1 -1
  25. package/dist/commands/profiles-command.js +1 -1
  26. package/dist/commands/query-command.js +1 -1
  27. package/dist/commands/segment-command.js +1 -1
  28. package/dist/commands/segment-create-command.js +1 -1
  29. package/dist/commands/segment-fields-command.js +1 -1
  30. package/dist/commands/segment-pull-command.js +1 -1
  31. package/dist/commands/segment-push-command.js +1 -1
  32. package/dist/commands/segment-update-command.js +1 -1
  33. package/dist/commands/segment-use-command.js +1 -1
  34. package/dist/commands/segment-validate-command.js +1 -1
  35. package/dist/commands/segments.js +1 -1
  36. package/dist/commands/show.js +1 -1
  37. package/dist/commands/tables.js +1 -1
  38. package/dist/commands/use-command.js +1 -1
  39. package/dist/commands/user-command.js +1 -1
  40. package/dist/commands/workflow-command.js +1 -1
  41. package/dist/core/auth.js +1 -1
  42. package/dist/core/command-output.js +1 -1
  43. package/dist/core/config.js +1 -1
  44. package/dist/core/connection-cache.js +1 -1
  45. package/dist/core/constants.js +1 -1
  46. package/dist/core/credential-cache.js +1 -1
  47. package/dist/core/global-context.js +1 -1
  48. package/dist/core/keychain.js +1 -1
  49. package/dist/core/profile.js +1 -1
  50. package/dist/core/project-config.js +1 -1
  51. package/dist/core/session.js +1 -1
  52. package/dist/core/user-cache.js +1 -1
  53. package/dist/index.js +1 -1
  54. package/dist/proxy/anthropic-adapter.js +1 -1
  55. package/dist/proxy/claude-usage-tracker.js +1 -1
  56. package/dist/proxy/context-signature.js +1 -1
  57. package/dist/proxy/conversation-utils.js +1 -1
  58. package/dist/proxy/server.js +1 -1
  59. package/dist/proxy/session-cache.js +1 -1
  60. package/dist/sdk/agent/agent-config.js +1 -1
  61. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  62. package/dist/sdk/agent/agent-yaml.js +1 -1
  63. package/dist/sdk/api.js +1 -1
  64. package/dist/sdk/client/cdp-api-client.js +1 -1
  65. package/dist/sdk/client/endpoints.js +1 -1
  66. package/dist/sdk/client/engage-api-client.js +1 -1
  67. package/dist/sdk/client/http-client.js +1 -1
  68. package/dist/sdk/client/llm-api-client.js +1 -1
  69. package/dist/sdk/client/rate-limiter.js +1 -1
  70. package/dist/sdk/client/td-api-client.js +1 -1
  71. package/dist/sdk/client/trino-api-client.js +1 -1
  72. package/dist/sdk/client/workflow-client.js +1 -1
  73. package/dist/sdk/connection-validator.js +1 -1
  74. package/dist/sdk/connection.js +1 -1
  75. package/dist/sdk/engage.js +1 -1
  76. package/dist/sdk/errors.js +1 -1
  77. package/dist/sdk/index.js +1 -1
  78. package/dist/sdk/io/index.js +1 -1
  79. package/dist/sdk/io/node-filesystem.js +1 -1
  80. package/dist/sdk/job.js +1 -1
  81. package/dist/sdk/journey.js +1 -1
  82. package/dist/sdk/llm/chat-cache.js +1 -1
  83. package/dist/sdk/llm/index.js +1 -1
  84. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  85. package/dist/sdk/llm/model-aliases.js +1 -1
  86. package/dist/sdk/llm/model-factors.js +1 -1
  87. package/dist/sdk/query/index.js +1 -1
  88. package/dist/sdk/query/sql-parser.js +1 -1
  89. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  90. package/dist/sdk/segment/fields-display.js +1 -1
  91. package/dist/sdk/segment/file-discovery.js +1 -1
  92. package/dist/sdk/segment/journey-utils.js +1 -1
  93. package/dist/sdk/segment/journey-yaml.d.ts.map +1 -1
  94. package/dist/sdk/segment/journey-yaml.js +1 -1
  95. package/dist/sdk/segment/journey-yaml.js.map +1 -1
  96. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  97. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  98. package/dist/sdk/segment/pull-workflow.js +1 -1
  99. package/dist/sdk/segment/push-workflow.js +1 -1
  100. package/dist/sdk/segment/push-workflow.js.map +1 -1
  101. package/dist/sdk/segment/resolution-context.js +1 -1
  102. package/dist/sdk/segment/segment-path-parser.js +1 -1
  103. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  104. package/dist/sdk/segment/target-resolution.js +1 -1
  105. package/dist/sdk/segment/tdx-config.js +1 -1
  106. package/dist/sdk/segment/validate-files.js +1 -1
  107. package/dist/sdk/segment/yaml-validator.js +1 -1
  108. package/dist/sdk/segment.js +1 -1
  109. package/dist/sdk/types/cdp.d.ts +5 -2
  110. package/dist/sdk/types/cdp.d.ts.map +1 -1
  111. package/dist/sdk/types/index.js +1 -1
  112. package/dist/sdk/types/progress.js +1 -1
  113. package/dist/sdk/user.js +1 -1
  114. package/dist/sdk/util/format-detector.js +1 -1
  115. package/dist/sdk/util/formatters.js +1 -1
  116. package/dist/sdk/util/index.js +1 -1
  117. package/dist/sdk/util/tree-formatter.js +1 -1
  118. package/dist/sdk/workflow/index.js +1 -1
  119. package/dist/sdk/workflow/workflow-utils.js +1 -1
  120. package/dist/utils/async.js +1 -1
  121. package/dist/utils/colors.js +1 -1
  122. package/dist/utils/diff.js +1 -1
  123. package/dist/utils/file-permissions.js +1 -1
  124. package/dist/utils/json-loader.js +1 -1
  125. package/dist/utils/option-validation.js +1 -1
  126. package/dist/utils/port.js +1 -1
  127. package/dist/utils/process.js +1 -1
  128. package/dist/utils/prompt.js +1 -1
  129. package/dist/utils/spinner.js +1 -1
  130. package/dist/utils/sse-parser.js +1 -1
  131. package/dist/utils/string-utils.js +1 -1
  132. package/dist/utils/table-ref-parser.js +1 -1
  133. package/dist/utils/tdx-logger.js +1 -1
  134. package/dist/utils/version-check.js +1 -1
  135. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- function a0_0x2c68(_0xddb890,_0x117f90){_0xddb890=_0xddb890-0x1b6;var _0x316c9a=a0_0x316c();var _0x2c68ed=_0x316c9a[_0xddb890];return _0x2c68ed;}(function(_0x380138,_0x48749d){var _0x46e7ab=a0_0x2c68,_0x4e324f=_0x380138();while(!![]){try{var _0x513ed0=-parseInt(_0x46e7ab(0x1bb))/0x1+parseInt(_0x46e7ab(0x1b8))/0x2+parseInt(_0x46e7ab(0x1b9))/0x3*(parseInt(_0x46e7ab(0x1bc))/0x4)+-parseInt(_0x46e7ab(0x1ba))/0x5+parseInt(_0x46e7ab(0x1be))/0x6*(-parseInt(_0x46e7ab(0x1bf))/0x7)+parseInt(_0x46e7ab(0x1b6))/0x8+parseInt(_0x46e7ab(0x1bd))/0x9*(parseInt(_0x46e7ab(0x1b7))/0xa);if(_0x513ed0===_0x48749d)break;else _0x4e324f['push'](_0x4e324f['shift']());}catch(_0x7f923d){_0x4e324f['push'](_0x4e324f['shift']());}}}(a0_0x316c,0x29aa8));import{runCLI}from'./cli.js';function a0_0x316c(){var _0xfc2fcc=['939836CQVOZg','341739UPchmN','1863186owIXfb','7eAAkpb','426632nIWqaU','110LiUcZZ','209220IzkVAG','3cjMpyR','520730rQvhCi','225238YqlqqF'];a0_0x316c=function(){return _0xfc2fcc;};return a0_0x316c();}runCLI();
2
+ (function(_0x27b41c,_0x56fa91){var _0x287109=a0_0x4512,_0x21b982=_0x27b41c();while(!![]){try{var _0x5b613c=-parseInt(_0x287109(0x72))/0x1+parseInt(_0x287109(0x7c))/0x2*(-parseInt(_0x287109(0x7b))/0x3)+-parseInt(_0x287109(0x77))/0x4*(-parseInt(_0x287109(0x76))/0x5)+-parseInt(_0x287109(0x7a))/0x6+parseInt(_0x287109(0x73))/0x7*(-parseInt(_0x287109(0x74))/0x8)+-parseInt(_0x287109(0x75))/0x9*(parseInt(_0x287109(0x71))/0xa)+parseInt(_0x287109(0x78))/0xb*(parseInt(_0x287109(0x79))/0xc);if(_0x5b613c===_0x56fa91)break;else _0x21b982['push'](_0x21b982['shift']());}catch(_0x26cb73){_0x21b982['push'](_0x21b982['shift']());}}}(a0_0x3ed8,0xa9f53));function a0_0x3ed8(){var _0x3318b6=['36sZURHp','383436CmNgdU','84045IVAgYM','86JEIaOV','10NHlMDh','200610IKtgSt','7nlmuWk','3389888fvpGgO','12023163BjDZbS','15JSCIOk','908848esLVZV','11892155pBOxmk'];a0_0x3ed8=function(){return _0x3318b6;};return a0_0x3ed8();}import{runCLI}from'./cli.js';function a0_0x4512(_0x113c30,_0x2a5d1a){_0x113c30=_0x113c30-0x71;var _0x3ed8a5=a0_0x3ed8();var _0x4512b7=_0x3ed8a5[_0x113c30];return _0x4512b7;}runCLI();
@@ -1,4 +1,4 @@
1
1
  {
2
- "gitRevision": "67d2aea",
3
- "buildTime": "2025-12-26 06:35:03+0000"
2
+ "gitRevision": "54441d2",
3
+ "buildTime": "2025-12-26 07:57:53+0000"
4
4
  }
@@ -1 +1 @@
1
- const a1_0x5edeb7=a1_0x3045;(function(_0x250d48,_0x17b340){const _0x126cb6=a1_0x3045,_0x52a6cc=_0x250d48();while(!![]){try{const _0x4dc874=parseInt(_0x126cb6(0xc9))/0x1*(-parseInt(_0x126cb6(0xce))/0x2)+-parseInt(_0x126cb6(0xb8))/0x3+-parseInt(_0x126cb6(0xbe))/0x4*(-parseInt(_0x126cb6(0xd4))/0x5)+parseInt(_0x126cb6(0xc4))/0x6+parseInt(_0x126cb6(0xc2))/0x7*(-parseInt(_0x126cb6(0xd1))/0x8)+parseInt(_0x126cb6(0xc7))/0x9+-parseInt(_0x126cb6(0xd3))/0xa;if(_0x4dc874===_0x17b340)break;else _0x52a6cc['push'](_0x52a6cc['shift']());}catch(_0xccffe1){_0x52a6cc['push'](_0x52a6cc['shift']());}}}(a1_0x4c15,0xdfbb8));function a1_0x3045(_0x589dc3,_0x558475){_0x589dc3=_0x589dc3-0xb6;const _0x4c152a=a1_0x4c15();let _0x30456e=_0x4c152a[_0x589dc3];return _0x30456e;}import a1_0x58bf7a from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x5edeb7(0xcc),'colorFn':a1_0x58bf7a[a1_0x5edeb7(0xbd)],'commands':[a1_0x5edeb7(0xc1),a1_0x5edeb7(0xbf),a1_0x5edeb7(0xc8),'describe','query',a1_0x5edeb7(0xd0),'workflow']},{'name':a1_0x5edeb7(0xd7),'colorFn':a1_0x58bf7a['magenta'],'commands':['segment',a1_0x5edeb7(0xd2),a1_0x5edeb7(0xc3),a1_0x5edeb7(0xba),a1_0x5edeb7(0xb7),'connection']},{'name':'AI','colorFn':a1_0x58bf7a[a1_0x5edeb7(0xb9)],'commands':['agent',a1_0x5edeb7(0xb6),a1_0x5edeb7(0xc5),a1_0x5edeb7(0xd5),a1_0x5edeb7(0xcf),a1_0x5edeb7(0xc6)]},{'name':a1_0x5edeb7(0xd9),'colorFn':a1_0x58bf7a[a1_0x5edeb7(0xd6)],'commands':['context',a1_0x5edeb7(0xcd),a1_0x5edeb7(0xbb),a1_0x5edeb7(0xca),'user',a1_0x5edeb7(0xcb)]},{'name':a1_0x5edeb7(0xbc),'colorFn':a1_0x58bf7a[a1_0x5edeb7(0xc0)],'commands':[a1_0x5edeb7(0xd8)]}];function a1_0x4c15(){const _0x420bce=['llm','job','8MTituA','parent-segment','2120560TTTHog','35gqnbmZ','chats','yellow','CDP','api','Context','agents','engage','1442070pWwXPj','cyan','activations','profiles','Utilities','blue','291444KfXzfT','table','green','database','6071275IvDGJh','journey','8908674RKEJfv','chat','claude','13360284lmplrC','show','43PUyHkx','auth','users','Data','use','46642zvRwpN'];a1_0x4c15=function(){return _0x420bce;};return a1_0x4c15();}
1
+ const a1_0x1c5bdd=a1_0x50b4;(function(_0x38f9d5,_0xf40aa){const _0x10a3e0=a1_0x50b4,_0x4e9d5d=_0x38f9d5();while(!![]){try{const _0x35f64b=parseInt(_0x10a3e0(0x13c))/0x1*(parseInt(_0x10a3e0(0x13e))/0x2)+parseInt(_0x10a3e0(0x133))/0x3+-parseInt(_0x10a3e0(0x123))/0x4*(parseInt(_0x10a3e0(0x140))/0x5)+-parseInt(_0x10a3e0(0x139))/0x6+parseInt(_0x10a3e0(0x11d))/0x7*(parseInt(_0x10a3e0(0x132))/0x8)+-parseInt(_0x10a3e0(0x12b))/0x9*(parseInt(_0x10a3e0(0x12c))/0xa)+parseInt(_0x10a3e0(0x120))/0xb*(-parseInt(_0x10a3e0(0x122))/0xc);if(_0x35f64b===_0xf40aa)break;else _0x4e9d5d['push'](_0x4e9d5d['shift']());}catch(_0x26887e){_0x4e9d5d['push'](_0x4e9d5d['shift']());}}}(a1_0x3646,0xc127d));function a1_0x50b4(_0x14a93c,_0x47e775){_0x14a93c=_0x14a93c-0x11d;const _0x3646ae=a1_0x3646();let _0x50b425=_0x3646ae[_0x14a93c];return _0x50b425;}function a1_0x3646(){const _0x3106a1=['CDP','agent','539CpnyKY','workflow','296796ZGsnsP','9376DtykhT','chat','Context','green','query','Data','magenta','users','4221027pEjrAV','10YwBULT','job','describe','chats','profiles','database','11318856rRzrna','4587201JmmuyC','use','yellow','claude','auth','connection','2234682rjYPKf','cyan','api','4ADjoGo','activations','675772uLnRVA','journey','3095rfyriF','7lCDdnV'];a1_0x3646=function(){return _0x3106a1;};return a1_0x3646();}import a1_0x4eac94 from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x1c5bdd(0x128),'colorFn':a1_0x4eac94['blue'],'commands':[a1_0x1c5bdd(0x131),'table','show',a1_0x1c5bdd(0x12e),a1_0x1c5bdd(0x127),a1_0x1c5bdd(0x12d),a1_0x1c5bdd(0x121)]},{'name':a1_0x1c5bdd(0x11e),'colorFn':a1_0x4eac94[a1_0x1c5bdd(0x129)],'commands':['segment','parent-segment',a1_0x1c5bdd(0x13f),a1_0x1c5bdd(0x13d),'engage',a1_0x1c5bdd(0x138)]},{'name':'AI','colorFn':a1_0x4eac94[a1_0x1c5bdd(0x13a)],'commands':[a1_0x1c5bdd(0x11f),'agents',a1_0x1c5bdd(0x124),a1_0x1c5bdd(0x12f),'llm',a1_0x1c5bdd(0x136)]},{'name':a1_0x1c5bdd(0x125),'colorFn':a1_0x4eac94[a1_0x1c5bdd(0x135)],'commands':['context',a1_0x1c5bdd(0x134),a1_0x1c5bdd(0x130),a1_0x1c5bdd(0x137),'user',a1_0x1c5bdd(0x12a)]},{'name':'Utilities','colorFn':a1_0x4eac94[a1_0x1c5bdd(0x126)],'commands':[a1_0x1c5bdd(0x13b)]}];