@treasuredata/tdx 0.14.2 → 0.14.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.
- package/dist/bin.js +1 -1
- package/dist/build-info.json +3 -3
- package/dist/cli-categories.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/agent-command.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.d.ts.map +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/auth-command.js.map +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/claude-command.js +1 -1
- package/dist/commands/claude-statusline-command.js +1 -1
- package/dist/commands/claude-usage-command.js +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/connection-command.js +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-command.js +1 -1
- package/dist/commands/job-command.js +1 -1
- package/dist/commands/journey-command.js +1 -1
- package/dist/commands/journey-validate-command.js +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/llm-proxy.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/profile-command.js +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-create-command.js +1 -1
- package/dist/commands/segment-fields-command.js +1 -1
- package/dist/commands/segment-pull-command.js +1 -1
- package/dist/commands/segment-push-command.js +1 -1
- package/dist/commands/segment-update-command.js +1 -1
- package/dist/commands/segment-use-command.js +1 -1
- package/dist/commands/segment-validate-command.js +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/user-command.js +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/command-output.js +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/connection-cache.js +1 -1
- package/dist/core/constants.js +1 -1
- package/dist/core/credential-cache.js +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/keychain.js +1 -1
- package/dist/core/profile.d.ts +15 -0
- package/dist/core/profile.d.ts.map +1 -1
- package/dist/core/profile.js +1 -1
- package/dist/core/profile.js.map +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/core/user-cache.js +1 -1
- package/dist/core/version.js +1 -1
- package/dist/index.js +1 -1
- package/dist/proxy/anthropic-adapter.js +1 -1
- package/dist/proxy/claude-usage-tracker.js +1 -1
- package/dist/proxy/context-signature.js +1 -1
- package/dist/proxy/conversation-utils.js +1 -1
- package/dist/proxy/passthrough-server.d.ts +13 -2
- package/dist/proxy/passthrough-server.d.ts.map +1 -1
- package/dist/proxy/passthrough-server.js +1 -1
- package/dist/proxy/passthrough-server.js.map +1 -1
- package/dist/proxy/server.js +1 -1
- package/dist/proxy/session-cache.js +1 -1
- package/dist/proxy/sse-usage-parser.js +1 -1
- package/dist/sdk/agent/agent-config.js +1 -1
- package/dist/sdk/agent/agent-ref-parser.js +1 -1
- package/dist/sdk/agent/agent-yaml.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/client/cdp-api-client.js +1 -1
- package/dist/sdk/client/endpoints.js +1 -1
- package/dist/sdk/client/engage-api-client.js +1 -1
- package/dist/sdk/client/http-client.js +1 -1
- package/dist/sdk/client/llm-api-client.js +1 -1
- package/dist/sdk/client/rate-limiter.js +1 -1
- package/dist/sdk/client/td-api-client.js +1 -1
- package/dist/sdk/client/trino-api-client.js +1 -1
- package/dist/sdk/client/workflow-client.js +1 -1
- package/dist/sdk/connection-validator.js +1 -1
- package/dist/sdk/connection.js +1 -1
- package/dist/sdk/engage.js +1 -1
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/io/index.js +1 -1
- package/dist/sdk/io/node-filesystem.js +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/journey.js +1 -1
- package/dist/sdk/llm/chat-cache.js +1 -1
- package/dist/sdk/llm/index.js +1 -1
- package/dist/sdk/llm/llm-backup-utils.js +1 -1
- package/dist/sdk/llm/model-aliases.js +1 -1
- package/dist/sdk/llm/model-factors.js +1 -1
- package/dist/sdk/query/index.js +1 -1
- package/dist/sdk/query/sql-parser.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.js +1 -1
- package/dist/sdk/segment/fields-display.js +1 -1
- package/dist/sdk/segment/file-discovery.js +1 -1
- package/dist/sdk/segment/journey-utils.js +1 -1
- package/dist/sdk/segment/journey-yaml.js +1 -1
- package/dist/sdk/segment/parent-segment-preview.js +1 -1
- package/dist/sdk/segment/parent-segment-yaml.js +1 -1
- package/dist/sdk/segment/pull-workflow.js +1 -1
- package/dist/sdk/segment/push-workflow.js +1 -1
- package/dist/sdk/segment/resolution-context.js +1 -1
- package/dist/sdk/segment/segment-path-parser.js +1 -1
- package/dist/sdk/segment/segment-ref-parser.js +1 -1
- package/dist/sdk/segment/target-resolution.js +1 -1
- package/dist/sdk/segment/tdx-config.js +1 -1
- package/dist/sdk/segment/validate-files.js +1 -1
- package/dist/sdk/segment/yaml-validator.js +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/types/index.js +1 -1
- package/dist/sdk/types/progress.js +1 -1
- package/dist/sdk/user.js +1 -1
- package/dist/sdk/util/format-detector.js +1 -1
- package/dist/sdk/util/formatters.js +1 -1
- package/dist/sdk/util/index.js +1 -1
- package/dist/sdk/util/tree-formatter.js +1 -1
- package/dist/sdk/workflow/clone-workflow.js +1 -1
- package/dist/sdk/workflow/index.js +1 -1
- package/dist/sdk/workflow/pull-workflow.js +1 -1
- package/dist/sdk/workflow/push-workflow.js +1 -1
- package/dist/sdk/workflow/tdx-config.js +1 -1
- package/dist/sdk/workflow/workflow-utils.js +1 -1
- package/dist/utils/async.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/diff.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/port.js +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/prompt.js +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/tdx-logger.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(
|
|
2
|
+
(function(_0x371f6a,_0x4e9eba){var _0x524901=a0_0x47f7,_0x25b05f=_0x371f6a();while(!![]){try{var _0x54c434=-parseInt(_0x524901(0x16e))/0x1+parseInt(_0x524901(0x171))/0x2+-parseInt(_0x524901(0x168))/0x3+-parseInt(_0x524901(0x16c))/0x4*(-parseInt(_0x524901(0x170))/0x5)+parseInt(_0x524901(0x16a))/0x6*(parseInt(_0x524901(0x169))/0x7)+-parseInt(_0x524901(0x16b))/0x8+-parseInt(_0x524901(0x16f))/0x9*(parseInt(_0x524901(0x16d))/0xa);if(_0x54c434===_0x4e9eba)break;else _0x25b05f['push'](_0x25b05f['shift']());}catch(_0xdbb164){_0x25b05f['push'](_0x25b05f['shift']());}}}(a0_0x1756,0x1a3e2));import{runCLI}from'./cli.js';function a0_0x1756(){var _0x5978f6=['355268QToVHc','148098SRNLZO','84924hNaPaa','96YxXIOm','4848pODxZy','8YbEfhm','3910zWojlR','52057wJJKZl','6813tpBmne','334400vaozOP'];a0_0x1756=function(){return _0x5978f6;};return a0_0x1756();}function a0_0x47f7(_0x4c4f25,_0x534c71){_0x4c4f25=_0x4c4f25-0x168;var _0x1756bb=a0_0x1756();var _0x47f798=_0x1756bb[_0x4c4f25];return _0x47f798;}runCLI();
|
package/dist/build-info.json
CHANGED
package/dist/cli-categories.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a1_0x56d7(){const _0x13c9fc=['366tHIFhZ','claude','describe','table','chats','journey','job','query','4288004htRXWq','user','857930DLFnNm','6gvHuQU','blue','parent-segment','1921pBBuLS','llm','cyan','Utilities','auth','3818619toeDZN','yellow','5654792hVtMEX','users','profiles','green','CDP','journeys','Data','64559ypdale','workflow','profile','api','magenta','segment','532hbaoRm','use','Context','connection','1220RrZHax','4431hIIwvf','database','agents','activations'];a1_0x56d7=function(){return _0x13c9fc;};return a1_0x56d7();}function a1_0x1084(_0xf11c78,_0x58b1ff){_0xf11c78=_0xf11c78-0xc7;const _0x56d767=a1_0x56d7();let _0x1084ae=_0x56d767[_0xf11c78];return _0x1084ae;}const a1_0x4d7de5=a1_0x1084;(function(_0x49652b,_0x19526a){const _0x343d58=a1_0x1084,_0x24183d=_0x49652b();while(!![]){try{const _0x1b2517=parseInt(_0x343d58(0xce))/0x1*(parseInt(_0x343d58(0xeb))/0x2)+parseInt(_0x343d58(0xe7))/0x3*(-parseInt(_0x343d58(0xe2))/0x4)+-parseInt(_0x343d58(0xca))/0x5*(-parseInt(_0x343d58(0xcb))/0x6)+parseInt(_0x343d58(0xc8))/0x7+parseInt(_0x343d58(0xd5))/0x8+-parseInt(_0x343d58(0xd3))/0x9+-parseInt(_0x343d58(0xe6))/0xa*(parseInt(_0x343d58(0xdc))/0xb);if(_0x1b2517===_0x19526a)break;else _0x24183d['push'](_0x24183d['shift']());}catch(_0x487483){_0x24183d['push'](_0x24183d['shift']());}}}(a1_0x56d7,0x7b7c8));import a1_0x123675 from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x4d7de5(0xdb),'colorFn':a1_0x123675[a1_0x4d7de5(0xcc)],'commands':[a1_0x4d7de5(0xe8),a1_0x4d7de5(0xee),'show',a1_0x4d7de5(0xed),a1_0x4d7de5(0xc7),a1_0x4d7de5(0xf1),a1_0x4d7de5(0xdd)]},{'name':a1_0x4d7de5(0xd9),'colorFn':a1_0x123675[a1_0x4d7de5(0xe0)],'commands':[a1_0x4d7de5(0xe1),a1_0x4d7de5(0xcd),a1_0x4d7de5(0xf0),a1_0x4d7de5(0xda),a1_0x4d7de5(0xea),'engage',a1_0x4d7de5(0xe5)]},{'name':'AI','colorFn':a1_0x123675[a1_0x4d7de5(0xd0)],'commands':['agent',a1_0x4d7de5(0xe9),'chat',a1_0x4d7de5(0xef),a1_0x4d7de5(0xcf),a1_0x4d7de5(0xec)]},{'name':a1_0x4d7de5(0xe4),'colorFn':a1_0x123675[a1_0x4d7de5(0xd4)],'commands':[a1_0x4d7de5(0xe3),a1_0x4d7de5(0xde),a1_0x4d7de5(0xd7),a1_0x4d7de5(0xd2),a1_0x4d7de5(0xc9),a1_0x4d7de5(0xd6)]},{'name':a1_0x4d7de5(0xd1),'colorFn':a1_0x123675[a1_0x4d7de5(0xd8)],'commands':[a1_0x4d7de5(0xdf)]}];
|