@treasuredata/tdx 2026.5.1 → 2026.6.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 +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/agent-test-command.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/cas-command.js +1 -1
- package/dist/commands/cas-segment-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/delivery-command.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-campaign-pull-command.js +1 -1
- package/dist/commands/engage-campaign-push-command.js +1 -1
- package/dist/commands/engage-campaign-validate-command.js +1 -1
- package/dist/commands/engage-command.js +1 -1
- package/dist/commands/engage-template-pull-command.js +1 -1
- package/dist/commands/engage-template-push-command.js +1 -1
- package/dist/commands/engage-template-validate-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/mcp-command.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/policy-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/schedule-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/status-command.js +1 -1
- package/dist/commands/table-deleted.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/unset-command.js +1 -1
- package/dist/commands/upgrade-command.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/user-command.js +1 -1
- package/dist/commands/work-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/oauth-keychain.js +1 -1
- package/dist/core/oauth.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/core/version.js +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/mcp/tools/index.js +1 -1
- package/dist/mcp/tools/tdx-run.js +1 -1
- package/dist/mcp/tools/tdx-search.js +1 -1
- package/dist/mcp/tools/work-create-item.js +1 -1
- package/dist/mcp/utils.js +1 -1
- package/dist/proxy/claude-usage-tracker.js +1 -1
- package/dist/proxy/passthrough-server.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/agent/test/evaluator.js +1 -1
- package/dist/sdk/agent/test/executor.js +1 -1
- package/dist/sdk/agent/test/index.js +1 -1
- package/dist/sdk/agent/test/output.js +1 -1
- package/dist/sdk/agent/test/parser.js +1 -1
- package/dist/sdk/agent/tool-target-registry.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/cas/cas-api-client.js +1 -1
- package/dist/sdk/cas/cas-audience-yaml.js +1 -1
- package/dist/sdk/cas/cas-segment-yaml.js +1 -1
- package/dist/sdk/cas/index.js +1 -1
- package/dist/sdk/cas/pull-workflow.js +1 -1
- package/dist/sdk/cas/push-workflow.js +1 -1
- package/dist/sdk/client/cdp-api-client.js +1 -1
- package/dist/sdk/client/cdp-api-client.js.map +1 -1
- package/dist/sdk/client/delivery-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/oauth-refresh.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/delivery.js +1 -1
- package/dist/sdk/engage/campaign-pull.js +1 -1
- package/dist/sdk/engage/campaign-push.js +1 -1
- package/dist/sdk/engage/campaign-validator.js +1 -1
- package/dist/sdk/engage/campaign-yaml.js +1 -1
- package/dist/sdk/engage/template-pull.js +1 -1
- package/dist/sdk/engage/template-push.js +1 -1
- package/dist/sdk/engage/template-validator.js +1 -1
- package/dist/sdk/engage/template-yaml.js +1 -1
- package/dist/sdk/engage/types/campaign-def.js +1 -1
- package/dist/sdk/engage/types/campaign-schema.js +1 -1
- package/dist/sdk/engage/types/template-schema.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-factors.d.ts +8 -4
- package/dist/sdk/llm/model-factors.d.ts.map +1 -1
- package/dist/sdk/llm/model-factors.js +1 -1
- package/dist/sdk/llm/model-factors.js.map +1 -1
- package/dist/sdk/llm/user-settings.js +1 -1
- package/dist/sdk/personalization.js +1 -1
- package/dist/sdk/policy.js +1 -1
- package/dist/sdk/query/deleted-table-validation.js +1 -1
- package/dist/sdk/query/index.js +1 -1
- package/dist/sdk/query/sql-parser.js +1 -1
- package/dist/sdk/realtime.js +1 -1
- package/dist/sdk/schedule.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.d.ts.map +1 -1
- package/dist/sdk/segment/child-segment-yaml.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.js.map +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-validator.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-recovery.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/segment-validator.js +1 -1
- package/dist/sdk/segment/segment-validator.js.map +1 -1
- package/dist/sdk/segment/target-resolution.js +1 -1
- package/dist/sdk/segment/tdx-config.js +1 -1
- package/dist/sdk/segment/types/activation-schema.js +1 -1
- package/dist/sdk/segment/types/journey-def.js +1 -1
- package/dist/sdk/segment/types/journey-schema.js +1 -1
- package/dist/sdk/segment/types/segment-def.js +1 -1
- package/dist/sdk/segment/types/segment-schema.js +1 -1
- package/dist/sdk/segment/validate-files.js +1 -1
- package/dist/sdk/segment/yaml-validator.d.ts +1 -1
- package/dist/sdk/segment/yaml-validator.d.ts.map +1 -1
- package/dist/sdk/segment/yaml-validator.js +1 -1
- package/dist/sdk/segment/yaml-validator.js.map +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/types/cdp.d.ts +4 -3
- 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/types/workspace.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/paginate.js +1 -1
- package/dist/sdk/util/tree-formatter.js +1 -1
- package/dist/sdk/workflow/archive-validation.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/task-graph.js +1 -1
- package/dist/sdk/workflow/tdx-config.js +1 -1
- package/dist/sdk/workflow/workflow-utils.js +1 -1
- package/dist/sdk/workspace/access-tracker.js +1 -1
- package/dist/sdk/workspace/frontmatter.js +1 -1
- package/dist/sdk/workspace/git.js +1 -1
- package/dist/sdk/workspace/index.js +1 -1
- package/dist/sdk/workspace/templates.js +1 -1
- package/dist/sdk/workspace/weekly.js +1 -1
- package/dist/sdk/workspace/wikilinks.js +1 -1
- package/dist/test-utils/command-runner.js +1 -1
- package/dist/test-utils/factories.js +1 -1
- package/dist/test-utils/fixtures.js +1 -1
- package/dist/test-utils/http-mock.js +1 -1
- package/dist/test-utils/index.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/file-reader.js +1 -1
- package/dist/utils/github-releases.js +1 -1
- package/dist/utils/global-cache.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/local-cache.js +1 -1
- package/dist/utils/logger/formatters/default-formatter.js +1 -1
- package/dist/utils/logger/formatters/index.js +1 -1
- package/dist/utils/logger/handlers/console-handler.js +1 -1
- package/dist/utils/logger/handlers/file-handler.js +1 -1
- package/dist/utils/logger/handlers/index.js +1 -1
- package/dist/utils/logger/handlers/null-handler.js +1 -1
- package/dist/utils/logger/index.js +1 -1
- package/dist/utils/logger/logger.js +1 -1
- package/dist/utils/logger/types.js +1 -1
- package/dist/utils/option-validation.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
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a239_0x56be17=a239_0x5256;(function(_0x17abc0,_0x568285){const _0x2c80ac=a239_0x5256,_0x206eec=_0x17abc0();while(!![]){try{const _0x1ceee8=-parseInt(_0x2c80ac(0x75))/0x1*(-parseInt(_0x2c80ac(0x82))/0x2)+-parseInt(_0x2c80ac(0xa1))/0x3*(-parseInt(_0x2c80ac(0x83))/0x4)+-parseInt(_0x2c80ac(0x9e))/0x5+-parseInt(_0x2c80ac(0x9d))/0x6+parseInt(_0x2c80ac(0x8a))/0x7+-parseInt(_0x2c80ac(0x94))/0x8*(parseInt(_0x2c80ac(0x92))/0x9)+-parseInt(_0x2c80ac(0x90))/0xa;if(_0x1ceee8===_0x568285)break;else _0x206eec['push'](_0x206eec['shift']());}catch(_0x2585b2){_0x206eec['push'](_0x206eec['shift']());}}}(a239_0x25f2,0xd3deb));function a239_0x5256(_0x53effd,_0x412ec1){_0x53effd=_0x53effd-0x75;const _0x25f20d=a239_0x25f2();let _0x525640=_0x25f20d[_0x53effd];return _0x525640;}import{get}from'https';import{gt,valid}from'semver';import a239_0x559c9d from'chalk';import{createGlobalCache}from'./global-cache.js';const CACHE_DURATION_MS=0x18*0x3c*0x3c*0x3e8,NPM_REGISTRY_BASE=a239_0x56be17(0x88),TIMEOUT_MS=0x7d0,stableVersionCache=createGlobalCache(a239_0x56be17(0x79),a239_0x56be17(0x76)),nextVersionCache=createGlobalCache(a239_0x56be17(0x7e),a239_0x56be17(0x7f));function getCacheForChannel(_0x1216ce){return _0x1216ce==='next'?nextVersionCache:stableVersionCache;}function readCache(_0x3c7a58){const _0x4b5ead=a239_0x56be17;return getCacheForChannel(_0x3c7a58)[_0x4b5ead(0x8c)]()??null;}function writeCache(_0x321f1a,_0xa8a2db){try{getCacheForChannel(_0xa8a2db)['write']({'lastCheck':new Date()['toISOString'](),'latestVersion':_0x321f1a});}catch{}}function isCacheValid(_0x347787){const _0xd5540=a239_0x56be17;if(!_0x347787)return![];const _0x504355=new Date(_0x347787['lastCheck'])[_0xd5540(0x96)](),_0x4ee06d=Date[_0xd5540(0x7c)]();return _0x4ee06d-_0x504355<CACHE_DURATION_MS;}export function fetchLatestVersion(_0x41df6c='stable',_0x298bf2){const _0x47cb6e=a239_0x56be17,_0x1a8e36=_0x298bf2?.[_0x47cb6e(0x9a)]??![],_0x319cd4=_0x41df6c==='next'?_0x47cb6e(0x78):_0x47cb6e(0x9f),_0xdd8f5a=NPM_REGISTRY_BASE+'/'+_0x319cd4;return new Promise((_0x49099c,_0x1c90f8)=>{const _0x3cb3d9=_0x47cb6e,_0x1b6aba=get(_0xdd8f5a,{'timeout':TIMEOUT_MS},_0x13cd22=>{const _0x2cd499=a239_0x5256;if(_0x13cd22[_0x2cd499(0x84)]!==0xc8){clearTimeout(_0x1c9854),_0x1c90f8(new Error('HTTP\x20'+_0x13cd22[_0x2cd499(0x84)]));return;}let _0x1fd0f0='';_0x13cd22['on']('data',_0x2c2096=>{_0x1fd0f0+=_0x2c2096;}),_0x13cd22['on'](_0x2cd499(0x8f),()=>{const _0x9c6c4f=_0x2cd499;clearTimeout(_0x1c9854);try{const _0x2c002e=JSON[_0x9c6c4f(0x89)](_0x1fd0f0);if(!valid(_0x2c002e['version'])){_0x1c90f8(new Error('Invalid\x20version\x20format'));return;}_0x49099c(_0x2c002e[_0x9c6c4f(0x7a)]);}catch(_0x5551c8){_0x1c90f8(_0x5551c8);}});})['on']('error',_0x470587=>{clearTimeout(_0x1c9854),_0x1c90f8(_0x470587);}),_0x1c9854=setTimeout(()=>{const _0x4d7df7=a239_0x5256;_0x1b6aba['destroy'](),_0x1c90f8(new Error(_0x4d7df7(0x8e)));},TIMEOUT_MS);_0x1a8e36&&(_0x1b6aba['on'](_0x3cb3d9(0x85),_0x3c95c8=>{const _0x4ca90a=_0x3cb3d9;_0x3c95c8[_0x4ca90a(0x86)]();}),_0x1c9854[_0x3cb3d9(0x86)]());});}export async function checkForUpdate(_0x378068,_0x51f742=a239_0x56be17(0x80)){const _0x5162f5=a239_0x56be17;try{const _0x36e57a=readCache(_0x51f742);if(isCacheValid(_0x36e57a)){const _0xc0abab=gt(_0x36e57a[_0x5162f5(0x99)],_0x378068);return{'updateAvailable':_0xc0abab,'currentVersion':_0x378068,'latestVersion':_0x36e57a[_0x5162f5(0x99)],'channel':_0x51f742};}const _0x64a4bd=await fetchLatestVersion(_0x51f742,{'background':!![]});writeCache(_0x64a4bd,_0x51f742);const _0x462978=gt(_0x64a4bd,_0x378068);return{'updateAvailable':_0x462978,'currentVersion':_0x378068,'latestVersion':_0x64a4bd,'channel':_0x51f742};}catch{return null;}}export function displayUpdateNotification(_0x826b28){const _0x2de6ae=a239_0x56be17;if(!_0x826b28[_0x2de6ae(0x81)])return;const _0x1bb267=_0x826b28['channel']===_0x2de6ae(0x78)?_0x2de6ae(0x9b):_0x2de6ae(0x87),_0x41319c=process[_0x2de6ae(0x7b)]['isTTY']&&!process.env.NO_COLOR,_0x5d6360=_0x41319c?a239_0x559c9d[_0x2de6ae(0x97)]('→'):'→',_0x584890=_0x41319c?a239_0x559c9d[_0x2de6ae(0x7d)](_0x826b28[_0x2de6ae(0x8d)]):_0x826b28['currentVersion'],_0x1e4745=_0x41319c?a239_0x559c9d[_0x2de6ae(0x8b)](_0x826b28[_0x2de6ae(0x99)]):_0x826b28[_0x2de6ae(0x99)],_0x517dc2=_0x41319c?a239_0x559c9d[_0x2de6ae(0x91)](_0x1bb267):_0x1bb267,_0x2793cd=_0x41319c?'\x0a'+a239_0x559c9d[_0x2de6ae(0x9c)](_0x2de6ae(0x93))+'\x20'+_0x584890+'\x20'+_0x5d6360+'\x20'+_0x1e4745+'\x0a'+a239_0x559c9d['dim'](_0x2de6ae(0x95))+'\x20'+_0x517dc2+'\x0a':_0x2de6ae(0x77)+_0x584890+'\x20'+_0x5d6360+'\x20'+_0x1e4745+_0x2de6ae(0xa0)+_0x517dc2+'\x0a';process[_0x2de6ae(0x7b)][_0x2de6ae(0x98)](_0x2793cd);}function a239_0x25f2(){const _0x5d125d=['yellow','4040742YuIVeJ','3102030XyfDJg','latest','\x0aRun:\x20','1398066ffuIuy','6872XYCZjU','utils/version-check','\x0aUpdate\x20available:\x20','next','last_version_check','version','stderr','now','dim','last_version_check_next','utils/version-check-next','stable','updateAvailable','294kXYShu','8iVjuEg','statusCode','socket','unref','tdx\x20upgrade','https://registry.npmjs.org/@treasuredata/tdx','parse','8244754ZIwVIQ','green','read','currentVersion','Request\x20timeout','end','791350HGEGyZ','cyan','7913097ZCVUGk','Update\x20available:','8tVJupE','Run:','getTime','gray','write','latestVersion','background','tdx\x20upgrade\x20--next'];a239_0x25f2=function(){return _0x5d125d;};return a239_0x25f2();}
|