@treasuredata/tdx 0.12.1 → 0.13.0
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.d.ts +1 -1
- package/dist/cli-categories.js +1 -1
- package/dist/cli-categories.js.map +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/agent-command.d.ts.map +1 -1
- package/dist/commands/agent-command.js +1 -1
- package/dist/commands/agent-command.js.map +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/databases.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-command.js +1 -1
- package/dist/commands/engage-command.js.map +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.d.ts +50 -0
- package/dist/commands/profile-command.d.ts.map +1 -0
- package/dist/commands/profile-command.js +1 -0
- package/dist/commands/profile-command.js.map +1 -0
- 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-use-command.js.map +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.d.ts.map +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/commands/workflow-command.js.map +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/command-output.js +1 -1
- package/dist/core/command-output.js.map +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 +7 -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/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.d.ts +19 -0
- package/dist/sdk/client/endpoints.d.ts.map +1 -1
- package/dist/sdk/client/endpoints.js +1 -1
- package/dist/sdk/client/endpoints.js.map +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.d.ts.map +1 -1
- package/dist/sdk/client/workflow-client.js +1 -1
- package/dist/sdk/client/workflow-client.js.map +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/types/workflow.d.ts +6 -0
- package/dist/sdk/types/workflow.d.ts.map +1 -1
- package/dist/sdk/user.js +1 -1
- package/dist/sdk/util/format-detector.js +1 -1
- package/dist/sdk/util/formatters.d.ts +11 -0
- package/dist/sdk/util/formatters.d.ts.map +1 -1
- package/dist/sdk/util/formatters.js +1 -1
- package/dist/sdk/util/formatters.js.map +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.d.ts.map +1 -1
- package/dist/sdk/workflow/index.js +1 -1
- package/dist/sdk/workflow/index.js.map +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 +2 -3
- package/LICENSE +0 -190
- package/dist/commands/context-command.d.ts +0 -15
- package/dist/commands/context-command.d.ts.map +0 -1
- package/dist/commands/context-command.js +0 -1
- package/dist/commands/context-command.js.map +0 -1
package/dist/bin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(
|
|
2
|
+
(function(_0x1a2085,_0x565ef3){var _0xde76d3=a0_0x4635,_0x2c88f0=_0x1a2085();while(!![]){try{var _0x11ee17=parseInt(_0xde76d3(0x191))/0x1*(parseInt(_0xde76d3(0x18f))/0x2)+parseInt(_0xde76d3(0x188))/0x3+parseInt(_0xde76d3(0x190))/0x4+parseInt(_0xde76d3(0x18a))/0x5*(-parseInt(_0xde76d3(0x18e))/0x6)+-parseInt(_0xde76d3(0x189))/0x7*(parseInt(_0xde76d3(0x18c))/0x8)+parseInt(_0xde76d3(0x18d))/0x9*(-parseInt(_0xde76d3(0x18b))/0xa)+-parseInt(_0xde76d3(0x187))/0xb;if(_0x11ee17===_0x565ef3)break;else _0x2c88f0['push'](_0x2c88f0['shift']());}catch(_0x3cf3eb){_0x2c88f0['push'](_0x2c88f0['shift']());}}}(a0_0x35f7,0x36d62));import{runCLI}from'./cli.js';runCLI();function a0_0x4635(_0x46981f,_0xab49ee){_0x46981f=_0x46981f-0x187;var _0x35f796=a0_0x35f7();var _0x463588=_0x35f796[_0x46981f];return _0x463588;}function a0_0x35f7(){var _0x3caa7c=['1592436peUwiQ','166xOMHtm','3596912OzEpFi','261561VfgCTt','17458bUwofn','13375atEBIu','10sjvQsq','344oljNBE','82359ZXCAwc','126zRCuWP','2878KyPNHY'];a0_0x35f7=function(){return _0x3caa7c;};return a0_0x35f7();}
|
package/dist/build-info.json
CHANGED
package/dist/cli-categories.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export declare const COMMAND_CATEGORIES: readonly [{
|
|
|
24
24
|
}, {
|
|
25
25
|
readonly name: "Context";
|
|
26
26
|
readonly colorFn: import("chalk").ChalkInstance;
|
|
27
|
-
readonly commands: readonly ["
|
|
27
|
+
readonly commands: readonly ["use", "profile", "profiles", "auth", "user", "users"];
|
|
28
28
|
}, {
|
|
29
29
|
readonly name: "Utilities";
|
|
30
30
|
readonly colorFn: import("chalk").ChalkInstance;
|
package/dist/cli-categories.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a1_0x38cf5d=a1_0x3abb;(function(_0x2bd794,_0xaf3f2e){const _0x11405b=a1_0x3abb,_0x3ba9a3=_0x2bd794();while(!![]){try{const _0x60853c=parseInt(_0x11405b(0xa5))/0x1*(-parseInt(_0x11405b(0xa0))/0x2)+parseInt(_0x11405b(0xa1))/0x3*(-parseInt(_0x11405b(0xa4))/0x4)+parseInt(_0x11405b(0xb3))/0x5+parseInt(_0x11405b(0xa2))/0x6*(parseInt(_0x11405b(0xb8))/0x7)+-parseInt(_0x11405b(0xb0))/0x8+-parseInt(_0x11405b(0x9c))/0x9+-parseInt(_0x11405b(0x95))/0xa*(-parseInt(_0x11405b(0x92))/0xb);if(_0x60853c===_0xaf3f2e)break;else _0x3ba9a3['push'](_0x3ba9a3['shift']());}catch(_0x25bc2e){_0x3ba9a3['push'](_0x3ba9a3['shift']());}}}(a1_0x352f,0xc8465));function a1_0x3abb(_0x135430,_0x346b3e){_0x135430=_0x135430-0x92;const _0x352fc2=a1_0x352f();let _0x3abb9a=_0x352fc2[_0x135430];return _0x3abb9a;}import a1_0x47e25f from'chalk';export const COMMAND_CATEGORIES=[{'name':a1_0x38cf5d(0xa6),'colorFn':a1_0x47e25f[a1_0x38cf5d(0xb4)],'commands':[a1_0x38cf5d(0xac),a1_0x38cf5d(0xa3),a1_0x38cf5d(0xb9),a1_0x38cf5d(0xb5),a1_0x38cf5d(0xb6),a1_0x38cf5d(0xad),a1_0x38cf5d(0xb2)]},{'name':a1_0x38cf5d(0x9e),'colorFn':a1_0x47e25f[a1_0x38cf5d(0xa9)],'commands':[a1_0x38cf5d(0xb1),a1_0x38cf5d(0x9b),a1_0x38cf5d(0x97),'activations',a1_0x38cf5d(0x98),a1_0x38cf5d(0x93)]},{'name':'AI','colorFn':a1_0x47e25f[a1_0x38cf5d(0x94)],'commands':[a1_0x38cf5d(0xb7),'agents',a1_0x38cf5d(0xae),a1_0x38cf5d(0x9f),'llm','claude']},{'name':a1_0x38cf5d(0xaa),'colorFn':a1_0x47e25f[a1_0x38cf5d(0xaf)],'commands':[a1_0x38cf5d(0xa8),'profile','profiles',a1_0x38cf5d(0xa7),a1_0x38cf5d(0xab),a1_0x38cf5d(0x96)]},{'name':a1_0x38cf5d(0x9a),'colorFn':a1_0x47e25f[a1_0x38cf5d(0x9d)],'commands':[a1_0x38cf5d(0x99)]}];function a1_0x352f(){const _0x5cc019=['CDP','chats','257226ojclCl','18ZnQRwa','63384ZOKDxA','table','106004hMYhab','1LTAdgD','Data','auth','use','magenta','Context','user','database','job','chat','yellow','3124456txqLVt','segment','workflow','3627380MyZRdd','blue','describe','query','agent','77jYZbuv','show','1602601FftQiz','connection','cyan','50GEGRIV','users','journey','engage','api','Utilities','parent-segment','644706IWoSHc','green'];a1_0x352f=function(){return _0x5cc019;};return a1_0x352f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli-categories.js","sourceRoot":"","sources":["../src/cli-categories.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC;QACE,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,KAAK,CAAC,IAAI;QACnB,QAAQ,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,CAAC;KAChF;IACD;QACE,IAAI,EAAE,KAAK;QACX,OAAO,EAAE,KAAK,CAAC,OAAO;QACtB,QAAQ,EAAE,CAAC,SAAS,EAAE,gBAAgB,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,CAAC;KAC1F;IACD;QACE,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,KAAK,CAAC,IAAI;QACnB,QAAQ,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,CAAC;KAChE;IACD;QACE,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK,CAAC,MAAM;QACrB,QAAQ,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"cli-categories.js","sourceRoot":"","sources":["../src/cli-categories.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC;QACE,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,KAAK,CAAC,IAAI;QACnB,QAAQ,EAAE,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,CAAC;KAChF;IACD;QACE,IAAI,EAAE,KAAK;QACX,OAAO,EAAE,KAAK,CAAC,OAAO;QACtB,QAAQ,EAAE,CAAC,SAAS,EAAE,gBAAgB,EAAE,SAAS,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,CAAC;KAC1F;IACD;QACE,IAAI,EAAE,IAAI;QACV,OAAO,EAAE,KAAK,CAAC,IAAI;QACnB,QAAQ,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,CAAC;KAChE;IACD;QACE,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK,CAAC,MAAM;QACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC;KAClE;IACD;QACE,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,QAAQ,EAAE,CAAC,KAAK,CAAC;KAClB;CACO,CAAC"}
|
package/dist/cli.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAsKpC,QAAA,MAAM,OAAO,SAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAsKpC,QAAA,MAAM,OAAO,SAAgB,CAAC;AAwjG9B,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;;GAGG;AACH,wBAAgB,MAAM,IAAI,IAAI,CA8B7B"}
|