@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.
- package/dist/bin.js +1 -1
- package/dist/build-info.json +2 -2
- 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.js +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/context-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/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.js +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/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/server.js +1 -1
- package/dist/proxy/session-cache.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.d.ts.map +1 -1
- package/dist/sdk/segment/journey-yaml.js +1 -1
- package/dist/sdk/segment/journey-yaml.js.map +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/push-workflow.js.map +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/cdp.d.ts +5 -2
- package/dist/sdk/types/cdp.d.ts.map +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/index.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
|
-
|
|
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();
|
package/dist/build-info.json
CHANGED
package/dist/cli-categories.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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)]}];
|