@treasuredata/tdx 2026.6.3 → 2026.6.5
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.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.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-move-command.d.ts +19 -0
- package/dist/commands/segment-move-command.d.ts.map +1 -0
- package/dist/commands/segment-move-command.js +1 -0
- package/dist/commands/segment-move-command.js.map +1 -0
- 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.d.ts +14 -0
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/config.js.map +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.d.ts +1 -0
- package/dist/core/project-config.d.ts.map +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/project-config.js.map +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.d.ts.map +1 -1
- package/dist/mcp/tools/tdx-search.js +1 -1
- package/dist/mcp/tools/tdx-search.js.map +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.d.ts +18 -0
- package/dist/sdk/client/cdp-api-client.d.ts.map +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.js +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.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-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/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.js +1 -1
- package/dist/sdk/segment.d.ts +28 -1
- package/dist/sdk/segment.d.ts.map +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/segment.js.map +1 -1
- package/dist/sdk/types/cdp.d.ts +15 -0
- package/dist/sdk/types/cdp.d.ts.map +1 -1
- package/dist/sdk/types/index.d.ts +1 -1
- package/dist/sdk/types/index.d.ts.map +1 -1
- package/dist/sdk/types/index.js +1 -1
- package/dist/sdk/types/index.js.map +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
|
-
(function(
|
|
1
|
+
(function(_0x5ac7c5,_0x562053){const _0x3d763b=a157_0x31ae,_0x228451=_0x5ac7c5();while(!![]){try{const _0x4a89ae=-parseInt(_0x3d763b(0xe1))/0x1+-parseInt(_0x3d763b(0xe4))/0x2*(-parseInt(_0x3d763b(0xea))/0x3)+parseInt(_0x3d763b(0xe2))/0x4+-parseInt(_0x3d763b(0xe7))/0x5+-parseInt(_0x3d763b(0xe0))/0x6*(-parseInt(_0x3d763b(0xe3))/0x7)+-parseInt(_0x3d763b(0xe5))/0x8+parseInt(_0x3d763b(0xee))/0x9;if(_0x4a89ae===_0x562053)break;else _0x228451['push'](_0x228451['shift']());}catch(_0x96e50d){_0x228451['push'](_0x228451['shift']());}}}(a157_0x14c1,0xe2927));export function buildFolderIdToPathMap(_0x2897f4){const _0x34e784=a157_0x31ae,_0x2d52f2=new Map(),_0x3fb5fa=new Map();for(const _0x59d5d4 of _0x2897f4){_0x3fb5fa[_0x34e784(0xe6)](_0x59d5d4['id'],_0x59d5d4);}const _0x4a7149=new Set();for(const _0x38dbb3 of _0x2897f4){!_0x38dbb3[_0x34e784(0xe9)]&&_0x4a7149[_0x34e784(0xec)](_0x38dbb3['id']);}function _0x4a0b2c(_0x42adae){const _0x1d92ee=_0x34e784;if(_0x2d52f2[_0x1d92ee(0xe8)](_0x42adae['id']))return _0x2d52f2[_0x1d92ee(0xed)](_0x42adae['id']);if(_0x4a7149[_0x1d92ee(0xe8)](_0x42adae['id']))return _0x2d52f2[_0x1d92ee(0xe6)](_0x42adae['id'],''),'';if(_0x42adae['parentFolderId']){const _0x3c9472=_0x3fb5fa[_0x1d92ee(0xed)](_0x42adae['parentFolderId']);if(_0x3c9472){const _0x2b4256=_0x4a0b2c(_0x3c9472),_0x1286e7=_0x2b4256?_0x2b4256+'/'+_0x42adae[_0x1d92ee(0xeb)]:_0x42adae['name'];return _0x2d52f2[_0x1d92ee(0xe6)](_0x42adae['id'],_0x1286e7),_0x1286e7;}}const _0x51ac0b=_0x42adae['name'];return _0x2d52f2[_0x1d92ee(0xe6)](_0x42adae['id'],_0x51ac0b),_0x51ac0b;}for(const _0x563b4f of _0x2897f4){_0x4a0b2c(_0x563b4f);}return _0x2d52f2;}export function buildFolderPathToIdMap(_0x8fc25f){const _0x114a60=a157_0x31ae,_0x2de4c2=new Map(),_0x11b92a=new Map();for(const _0x21db87 of _0x8fc25f){_0x11b92a[_0x114a60(0xe6)](_0x21db87['id'],_0x21db87);}const _0x3b13fe=new Set();for(const _0x12c9e of _0x8fc25f){!_0x12c9e[_0x114a60(0xe9)]&&_0x3b13fe['add'](_0x12c9e['id']);}function _0x2f307f(_0x292274){const _0x42b93e=_0x114a60;if(_0x3b13fe[_0x42b93e(0xe8)](_0x292274['id']))return'';if(_0x292274['parentFolderId']){const _0x3f22ec=_0x11b92a[_0x42b93e(0xed)](_0x292274[_0x42b93e(0xe9)]);if(_0x3f22ec){const _0x374b8d=_0x2f307f(_0x3f22ec);return _0x374b8d?_0x374b8d+'/'+_0x292274['name']:_0x292274[_0x42b93e(0xeb)];}}return _0x292274[_0x42b93e(0xeb)];}for(const _0x413d21 of _0x8fc25f){const _0x1e1264=_0x2f307f(_0x413d21);_0x2de4c2['set'](_0x1e1264,_0x413d21['id']);}return _0x2de4c2;}function a157_0x14c1(){const _0x21fe82=['parentFolderId','588zOfWEV','name','add','get','25775307BMGuFP','34230ayMAiI','1104842esEWzx','3681520bTQFtv','1785TYotgB','254RnyyqZ','11319096iArpOe','set','9081010ydvKxq','has'];a157_0x14c1=function(){return _0x21fe82;};return a157_0x14c1();}function a157_0x31ae(_0x39fd55,_0xbefae2){_0x39fd55=_0x39fd55-0xe0;const _0x14c1eb=a157_0x14c1();let _0x31ae03=_0x14c1eb[_0x39fd55];return _0x31ae03;}export function buildFolderMaps(_0x5cfd33){const _0x49f33b=buildFolderIdToPathMap(_0x5cfd33),_0x2b0ff0=new Map();for(const [_0x30c6b7,_0x190a19]of _0x49f33b){_0x2b0ff0['set'](_0x190a19,_0x30c6b7);}return{'idToPath':_0x49f33b,'pathToId':_0x2b0ff0};}export function getFolderPath(_0x3ed7cb,_0xd4bb7d){const _0x2be92e=a157_0x31ae;if(!_0x3ed7cb)return'';return _0xd4bb7d[_0x2be92e(0xed)](_0x3ed7cb)??'';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5e16c9,_0x6c1a3a){const _0x19b30f=a158_0x43e7,_0x3b2d63=_0x5e16c9();while(!![]){try{const _0x5a0524=-parseInt(_0x19b30f(0x1e8))/0x1+parseInt(_0x19b30f(0x20a))/0x2+parseInt(_0x19b30f(0x1fa))/0x3+parseInt(_0x19b30f(0x20e))/0x4*(parseInt(_0x19b30f(0x214))/0x5)+-parseInt(_0x19b30f(0x207))/0x6*(parseInt(_0x19b30f(0x204))/0x7)+parseInt(_0x19b30f(0x1f6))/0x8+-parseInt(_0x19b30f(0x1fe))/0x9*(-parseInt(_0x19b30f(0x209))/0xa);if(_0x5a0524===_0x6c1a3a)break;else _0x3b2d63['push'](_0x3b2d63['shift']());}catch(_0x54f379){_0x3b2d63['push'](_0x3b2d63['shift']());}}}(a158_0x3afc,0x629c8));import a158_0x5d9739 from'path';import{parse as a158_0x88dccb}from'yaml';import{nodeFileSystem}from'../io/node-filesystem.js';export function parsePath(_0x1d0cbc){const _0x1d80ba=a158_0x43e7;if(!_0x1d0cbc||_0x1d0cbc[_0x1d80ba(0x213)]()==='')throw new Error('Path\x20cannot\x20be\x20empty');const _0x29da16=_0x1d0cbc[_0x1d80ba(0x213)]();if(_0x29da16==='/')return{'segments':[],'isAbsolute':!![],'raw':_0x1d0cbc};const _0x55d8ee=_0x29da16['startsWith']('/')?_0x29da16[_0x1d80ba(0x1e7)](0x1):_0x29da16,_0xda1bc2=_0x55d8ee[_0x1d80ba(0x215)]('/')[_0x1d80ba(0x1fb)](_0xa1048a=>_0xa1048a!=='');if(_0xda1bc2['length']===0x0)throw new Error('Path\x20must\x20contain\x20at\x20least\x20one\x20segment');const _0x111536=_0x29da16[_0x1d80ba(0x1f8)]('/')||!isRelativePathSegment(_0xda1bc2[0x0]);for(const _0x4b0963 of _0xda1bc2){validatePathSegment(_0x4b0963);}return{'segments':_0xda1bc2,'isAbsolute':_0x111536,'raw':_0x1d0cbc};}function isRelativePathSegment(_0xb19a04){return _0xb19a04==='.'||_0xb19a04==='..';}function a158_0x3afc(){const _0x2454c7=['20MEXxOt','exists','raw','parent_segment','Invalid\x20YAML:\x20missing\x20name\x20field\x20in\x20','trim','241610oHoHlk','split','substring','802397dnfhPD','isAbsolute','Absolute\x20path\x20cannot\x20start\x20with\x20\x22..\x22','Invalid\x20tdx.json:\x20missing\x20parent_segment\x20field','.yml','Path\x20segment\x20contains\x20invalid\x20control\x20characters:\x20','type','segments','join','tdx.json','root','dirname','Relative\x20path\x20cannot\x20be\x20empty','endsWith','2334800cImZKf','slice','startsWith','Path\x20attempts\x20to\x20navigate\x20above\x20root','687348VgoXdn','filter','pop','name','6687621zpVuPV','journey','test','push','parse','Cannot\x20navigate\x20above\x20root','3733933WGVtHh','File\x20not\x20found:\x20','Hint:\x20Run\x20`tdx\x20sg\x20pull\x20\x22Parent\x20Segment\x20Name\x22`\x20first\x20to\x20create\x20a\x20project\x20directory,\x20then\x20work\x20within\x20that\x20directory.','6CPJPnh','length','10whXNcj','468166QFqWTh','readFile','Path\x20segment\x20cannot\x20be\x20empty','resolve'];a158_0x3afc=function(){return _0x2454c7;};return a158_0x3afc();}function validatePathSegment(_0x18fc9f){const _0x300412=a158_0x43e7;if(_0x18fc9f==='')throw new Error(_0x300412(0x20c));if(_0x18fc9f==='.'||_0x18fc9f==='..')return;if(/[\x00-\x1F\x7F]/[_0x300412(0x200)](_0x18fc9f))throw new Error(_0x300412(0x1ed)+_0x18fc9f);if(_0x18fc9f!==_0x18fc9f['trim']()){}}export function validatePath(_0x24d73d){const _0x49234c=a158_0x43e7;if(_0x24d73d['segments']['length']===0x0&&!_0x24d73d[_0x49234c(0x1e9)])throw new Error(_0x49234c(0x1f4));if(_0x24d73d['isAbsolute']){if(_0x24d73d[_0x49234c(0x1ef)][0x0]==='..')throw new Error(_0x49234c(0x1ea));let _0x4b37bc=0x0;for(const _0x365134 of _0x24d73d[_0x49234c(0x1ef)]){if(_0x365134==='..'){if(_0x4b37bc===0x0)throw new Error(_0x49234c(0x1f9));_0x4b37bc--;}else _0x365134!=='.'&&_0x4b37bc++;}}}function a158_0x43e7(_0x391023,_0x1237a9){_0x391023=_0x391023-0x1e7;const _0x3afcb4=a158_0x3afc();let _0x43e7a7=_0x3afcb4[_0x391023];return _0x43e7a7;}export function joinPaths(_0x3c1040,_0x5ac34f){const _0x224fd5=a158_0x43e7;if(!_0x3c1040||_0x3c1040==='/')return _0x5ac34f;if(!_0x5ac34f||_0x5ac34f==='.')return _0x3c1040;if(_0x5ac34f['startsWith']('/'))return _0x5ac34f;const _0x16274e=parsePath(_0x3c1040),_0x278efc=parsePath(_0x5ac34f),_0x52f90d=[..._0x16274e[_0x224fd5(0x1ef)]];for(const _0x3b6a40 of _0x278efc['segments']){if(_0x3b6a40==='.')continue;else{if(_0x3b6a40==='..'){if(_0x52f90d[_0x224fd5(0x208)]===0x0)throw new Error(_0x224fd5(0x203));_0x52f90d[_0x224fd5(0x1fc)]();}else _0x52f90d[_0x224fd5(0x201)](_0x3b6a40);}}const _0x544ffa=_0x52f90d['join']('/');return _0x16274e[_0x224fd5(0x210)][_0x224fd5(0x1f8)]('/')?'/'+_0x544ffa:_0x544ffa;}export function normalizePath(_0x5b804e){const _0x15f7bc=a158_0x43e7,_0x5b90f9=parsePath(_0x5b804e),_0x120f37=[];for(const _0x11d596 of _0x5b90f9[_0x15f7bc(0x1ef)]){if(_0x11d596==='.')continue;else{if(_0x11d596==='..'){if(_0x120f37['length']===0x0){if(_0x5b90f9['isAbsolute'])throw new Error(_0x15f7bc(0x203));_0x120f37[_0x15f7bc(0x201)]('..');}else _0x120f37[_0x120f37[_0x15f7bc(0x208)]-0x1]==='..'?_0x120f37[_0x15f7bc(0x201)]('..'):_0x120f37['pop']();}else _0x120f37[_0x15f7bc(0x201)](_0x11d596);}}if(_0x120f37[_0x15f7bc(0x208)]===0x0)return _0x5b90f9['isAbsolute']?'/':'.';const _0x5513ce=_0x120f37[_0x15f7bc(0x1f0)]('/');return _0x5b90f9[_0x15f7bc(0x210)][_0x15f7bc(0x1f8)]('/')?'/'+_0x5513ce:_0x5513ce;}export function getParentPath(_0x161948){const _0x3b2c90=a158_0x43e7,_0x978700=parsePath(_0x161948);if(_0x978700[_0x3b2c90(0x1ef)][_0x3b2c90(0x208)]<=0x1)return'/';const _0x2c263a=_0x978700[_0x3b2c90(0x1ef)][_0x3b2c90(0x1f7)](0x0,-0x1)[_0x3b2c90(0x1f0)]('/');return _0x978700['raw'][_0x3b2c90(0x1f8)]('/')?'/'+_0x2c263a:_0x2c263a;}export function getBaseName(_0x66f081){const _0x57f662=a158_0x43e7,_0x7f7d0b=parsePath(_0x66f081);return _0x7f7d0b[_0x57f662(0x1ef)][_0x7f7d0b[_0x57f662(0x1ef)]['length']-0x1]||'';}export function isChildPath(_0x1af2b7,_0x129b67){const _0x25fcfd=a158_0x43e7,_0x544939=parsePath(_0x1af2b7),_0x597319=parsePath(_0x129b67);if(_0x544939[_0x25fcfd(0x1ef)][_0x25fcfd(0x208)]<=_0x597319[_0x25fcfd(0x1ef)][_0x25fcfd(0x208)])return![];for(let _0x12a23b=0x0;_0x12a23b<_0x597319['segments'][_0x25fcfd(0x208)];_0x12a23b++){if(_0x544939[_0x25fcfd(0x1ef)][_0x12a23b]!==_0x597319[_0x25fcfd(0x1ef)][_0x12a23b])return![];}return!![];}export function splitPath(_0x19056d){const _0x3e1c48=a158_0x43e7,_0x3bda84=parsePath(_0x19056d);if(_0x3bda84[_0x3e1c48(0x1ef)][_0x3e1c48(0x208)]===0x0)throw new Error('Cannot\x20split\x20empty\x20path');if(_0x3bda84[_0x3e1c48(0x1ef)][_0x3e1c48(0x208)]===0x1)return{'parent':_0x3bda84[_0x3e1c48(0x1ef)][0x0]};return{'parent':_0x3bda84[_0x3e1c48(0x1ef)][0x0],'child':_0x3bda84[_0x3e1c48(0x1ef)]['slice'](0x1)[_0x3e1c48(0x1f0)]('/')};}export function isYamlFilePath(_0x1b59fb){const _0x319067=a158_0x43e7;return _0x1b59fb[_0x319067(0x1f5)](_0x319067(0x1ec))||_0x1b59fb[_0x319067(0x1f5)]('.yaml');}export async function resolveYamlFilePath(_0x1717e7,_0x598c03=nodeFileSystem){const _0x38c4db=a158_0x43e7,_0x539b91=a158_0x5d9739[_0x38c4db(0x20d)](_0x1717e7);if(!await _0x598c03[_0x38c4db(0x20f)](_0x539b91))throw new Error(_0x38c4db(0x205)+_0x1717e7);let _0x28a790=a158_0x5d9739['dirname'](_0x539b91),_0x1dcb00=null,_0x15deeb=null;const _0x38134e=a158_0x5d9739['parse'](_0x28a790)[_0x38c4db(0x1f2)];while(_0x28a790!==_0x38134e){const _0x30de2d=a158_0x5d9739[_0x38c4db(0x1f0)](_0x28a790,_0x38c4db(0x1f1));if(await _0x598c03[_0x38c4db(0x20f)](_0x30de2d)){_0x1dcb00=_0x30de2d,_0x15deeb=_0x28a790;break;}_0x28a790=a158_0x5d9739[_0x38c4db(0x1f3)](_0x28a790);}if(!_0x1dcb00||!_0x15deeb)throw new Error('No\x20tdx.json\x20found\x20for\x20file:\x20'+_0x1717e7+'\x0a'+_0x38c4db(0x206));const _0x2ffcb7=await _0x598c03[_0x38c4db(0x20b)](_0x1dcb00),_0x21d45c=JSON[_0x38c4db(0x202)](_0x2ffcb7),_0x5c3d7c=_0x21d45c[_0x38c4db(0x211)];if(!_0x5c3d7c)throw new Error(_0x38c4db(0x1eb));const _0x4e9037=await _0x598c03['readFile'](_0x539b91),_0x39eb17=a158_0x88dccb(_0x4e9037),_0xa6cd3a=_0x39eb17[_0x38c4db(0x1fd)];if(!_0xa6cd3a)throw new Error(_0x38c4db(0x212)+_0x1717e7);const _0x281d49=_0x39eb17[_0x38c4db(0x1ee)]==='journey'?_0x38c4db(0x1ff):'segment',_0x232e59=a158_0x5d9739['relative'](_0x15deeb,_0x539b91),_0x250206=a158_0x5d9739[_0x38c4db(0x1f3)](_0x232e59),_0x33aea0=_0x250206==='.'?'':_0x250206['replace'](/\\/g,'/'),_0x4e7dcf=_0x33aea0?_0x5c3d7c+'/'+_0x33aea0+'/'+_0xa6cd3a:_0x5c3d7c+'/'+_0xa6cd3a;return{'parentSegment':_0x5c3d7c,'segmentName':_0xa6cd3a,'folderPath':_0x33aea0,'fullPath':_0x4e7dcf,'resourceType':_0x281d49,'content':_0x4e9037};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x5e9b56,_0x25eb2e){const _0x366647=a159_0x40cf,_0x3b5bb3=_0x5e9b56();while(!![]){try{const _0xaef065=parseInt(_0x366647(0xf0))/0x1+parseInt(_0x366647(0xe3))/0x2*(-parseInt(_0x366647(0xef))/0x3)+parseInt(_0x366647(0xeb))/0x4*(-parseInt(_0x366647(0xe8))/0x5)+parseInt(_0x366647(0xe5))/0x6*(-parseInt(_0x366647(0xe4))/0x7)+parseInt(_0x366647(0xe2))/0x8+parseInt(_0x366647(0xea))/0x9*(-parseInt(_0x366647(0xe6))/0xa)+parseInt(_0x366647(0xec))/0xb*(parseInt(_0x366647(0xee))/0xc);if(_0xaef065===_0x25eb2e)break;else _0x3b5bb3['push'](_0x3b5bb3['shift']());}catch(_0x36cc55){_0x3b5bb3['push'](_0x3b5bb3['shift']());}}}(a159_0x27f0,0xbbce7));function a159_0x27f0(){const _0x5d1055=['8bYSyqi','7cnadlu','9194682UpnFfE','780aegQGO','substring','12970UaLXrc','.\x20Parent\x20name\x20cannot\x20be\x20empty','103428skdNWw','1708tooNwL','43549693hfFNSD','indexOf','12qNsTxP','591168AZWsck','530636cPHbdF','Invalid\x20segment\x20reference\x20format:\x20','4833928ZMcZtC'];a159_0x27f0=function(){return _0x5d1055;};return a159_0x27f0();}function a159_0x40cf(_0x3e620d,_0x98ab0e){_0x3e620d=_0x3e620d-0xe2;const _0x27f0d1=a159_0x27f0();let _0x40cf56=_0x27f0d1[_0x3e620d];return _0x40cf56;}export function parseSegmentRef(_0x41dc48){const _0x55f036=a159_0x40cf,_0x4df249=_0x41dc48[_0x55f036(0xed)]('/');if(_0x4df249===-0x1)return{'parentId':_0x41dc48};if(_0x4df249===0x0)throw new Error(_0x55f036(0xf1)+_0x41dc48+_0x55f036(0xe9));const _0x967014=_0x41dc48[_0x55f036(0xe7)](0x0,_0x4df249),_0x23cdc0=_0x41dc48[_0x55f036(0xe7)](_0x4df249+0x1);if(_0x23cdc0==='')throw new Error(_0x55f036(0xf1)+_0x41dc48+'.\x20Child\x20name\x20cannot\x20be\x20empty');return{'parentId':_0x967014,'childId':_0x23cdc0};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xb30290,_0x19cfe8){const _0x5bf392=a159_0x4336,_0x33cf4f=_0xb30290();while(!![]){try{const _0x59c9b5=-parseInt(_0x5bf392(0xbb))/0x1+parseInt(_0x5bf392(0x9a))/0x2+-parseInt(_0x5bf392(0x7f))/0x3*(-parseInt(_0x5bf392(0xa0))/0x4)+-parseInt(_0x5bf392(0xbe))/0x5*(-parseInt(_0x5bf392(0xaa))/0x6)+parseInt(_0x5bf392(0xb6))/0x7*(-parseInt(_0x5bf392(0xbd))/0x8)+parseInt(_0x5bf392(0xa2))/0x9*(parseInt(_0x5bf392(0x70))/0xa)+-parseInt(_0x5bf392(0x82))/0xb;if(_0x59c9b5===_0x19cfe8)break;else _0x33cf4f['push'](_0x33cf4f['shift']());}catch(_0x4e1179){_0x33cf4f['push'](_0x33cf4f['shift']());}}}(a159_0x180a,0x82470));import{SegmentDefSchema,RuleDefSchema}from'./types/segment-schema.js';function a159_0x4336(_0xf27a0c,_0x2fabaf){_0xf27a0c=_0xf27a0c-0x67;const _0x180ac5=a159_0x180a();let _0x43363c=_0x180ac5[_0xf27a0c];return _0x43363c;}import{formatZodPath,flattenZodIssues,getLocationFromPath,pathToArray}from'./yaml-validator.js';export function validateSegmentDef(_0x5e82bf,_0x15a5e7={},_0x415c41={}){const _0xca0156=a159_0x4336;if(_0x415c41[_0xca0156(0x8e)])return runSemanticChecks(_0x5e82bf,_0x15a5e7);const _0x421a72=SegmentDefSchema['safeParse'](_0x5e82bf);if(_0x421a72[_0xca0156(0x8c)])return runSemanticChecks(_0x421a72[_0xca0156(0x79)],_0x15a5e7);return zodErrorsToValidationResult(_0x421a72[_0xca0156(0x75)],_0x15a5e7);}export function validateRuleDef(_0x405b19,_0x5980af,_0x1f3f4c){const _0x1ffd75=a159_0x4336;if(!_0x405b19)return[];const _0x1883a5=RuleDefSchema['safeParse'](_0x405b19);if(_0x1883a5[_0x1ffd75(0x8c)])return checkRule(_0x1883a5[_0x1ffd75(0x79)],_0x5980af,_0x1f3f4c);const _0x4c6843=flattenZodIssues(_0x1883a5['error'][_0x1ffd75(0x74)]);return _0x4c6843[_0x1ffd75(0x78)](_0x5cf955=>{const _0x7a30a1=_0x1ffd75,_0x3b0a95=formatZodPath(_0x5cf955[_0x7a30a1(0x72)]),_0x2b5d9c=_0x3b0a95?_0x5980af+'.'+_0x3b0a95:_0x5980af,_0x1c0462=mapZodIssueToCode(_0x5cf955,_0x3b0a95),_0x75e320=getLocationFromPath(_0x1f3f4c[_0x7a30a1(0xad)],_0x1f3f4c[_0x7a30a1(0x7b)],pathToArray(_0x2b5d9c));return{'level':_0x7a30a1(0x75),'path':_0x2b5d9c,'code':_0x1c0462,'message':_0x5cf955[_0x7a30a1(0x68)],..._0x75e320&&{'location':_0x75e320}};});}function zodErrorsToValidationResult(_0x587440,_0x174007){const _0x398e62=a159_0x4336,_0x1baa98=flattenZodIssues(_0x587440[_0x398e62(0x74)]),_0x1cde19=_0x1baa98[_0x398e62(0x78)](_0x1dcd16=>{const _0xbce8b=_0x398e62,_0x54039c=formatZodPath(_0x1dcd16[_0xbce8b(0x72)]),_0x32dbaf=mapZodIssueToCode(_0x1dcd16,_0x54039c),_0x36ef72=getLocationFromPath(_0x174007[_0xbce8b(0xad)],_0x174007[_0xbce8b(0x7b)],_0x1dcd16[_0xbce8b(0x72)][_0xbce8b(0x78)](_0x4ee7e9=>typeof _0x4ee7e9===_0xbce8b(0xa4)?String(_0x4ee7e9):_0x4ee7e9));return{'level':_0xbce8b(0x75),'path':_0x54039c,'code':_0x32dbaf,'message':_0x1dcd16[_0xbce8b(0x68)],..._0x36ef72&&{'location':_0x36ef72}};});return{'valid':![],'errors':_0x1cde19,'warnings':[]};}function mapZodIssueToCode(_0x17789a,_0x35002b){const _0x50579d=a159_0x4336,_0x5e38a7=_0x17789a[_0x50579d(0x91)]===_0x50579d(0x95)?_0x17789a['params']:undefined;if(_0x35002b==='name')return _0x50579d(0xb2);if(_0x35002b===_0x50579d(0x8f)||_0x35002b[_0x50579d(0x69)]('.type')){if(_0x17789a[_0x50579d(0x91)]===_0x50579d(0x6c)){if(_0x35002b===_0x50579d(0x8f)||_0x35002b[_0x50579d(0xa6)](/\.conditions\[\d+\]\.type$/))return _0x50579d(0xb5);}}if(_0x35002b[_0x50579d(0x69)](_0x50579d(0xa3)))return _0x50579d(0xa9);if(_0x35002b[_0x50579d(0x69)](_0x50579d(0xb0)))return _0x50579d(0x83);if(_0x5e38a7?.[_0x50579d(0xbc)]===_0x50579d(0x6e))return _0x50579d(0x6e);if(_0x5e38a7?.[_0x50579d(0xbc)]===_0x50579d(0x85))return _0x50579d(0x85);if(_0x35002b[_0x50579d(0x69)](_0x50579d(0xb9))||_0x35002b===_0x50579d(0x89))return _0x50579d(0x81);if(_0x35002b[_0x50579d(0x6b)](_0x50579d(0x9c)))return _0x50579d(0xa8);if(_0x35002b[_0x50579d(0x69)]('.segment'))return _0x50579d(0x98);return _0x50579d(0x7a);}function runSemanticChecks(_0x59da1d,_0x1b1ebd){const _0x2a6ef5=a159_0x4336,_0x4faf24=[];_0x59da1d[_0x2a6ef5(0x7e)]&&_0x4faf24[_0x2a6ef5(0x7d)](...checkRule(_0x59da1d['rule'],_0x2a6ef5(0x7e),_0x1b1ebd));const _0x4a6515=_0x4faf24[_0x2a6ef5(0x6d)](_0x5e5e8b=>_0x5e5e8b[_0x2a6ef5(0xa1)]===_0x2a6ef5(0x75)),_0x9d1ed9=_0x4faf24[_0x2a6ef5(0x6d)](_0x405f3f=>_0x405f3f['level']===_0x2a6ef5(0xb7));return{'valid':_0x4a6515[_0x2a6ef5(0x8b)]===0x0,'errors':_0x4a6515,'warnings':_0x9d1ed9};}function checkRule(_0x5233e3,_0x3e79b7,_0x25b6e8){const _0x120f3c=a159_0x4336,_0xb1dea7=[];if(_0x5233e3[_0x120f3c(0x89)][_0x120f3c(0x8b)]===0x0)return _0xb1dea7['push']({'level':_0x120f3c(0x75),'path':_0x3e79b7+_0x120f3c(0xb9),'code':'EMPTY_CONDITIONS','message':'Rule\x20conditions\x20array\x20cannot\x20be\x20empty.\x20Add\x20at\x20least\x20one\x20condition.','location':getLocationFromPath(_0x25b6e8[_0x120f3c(0xad)],_0x25b6e8[_0x120f3c(0x7b)],pathToArray(_0x3e79b7+_0x120f3c(0xb9)))}),_0xb1dea7;return _0xb1dea7[_0x120f3c(0x7d)](...checkConditions(_0x5233e3[_0x120f3c(0x89)],_0x3e79b7,_0x25b6e8)),_0xb1dea7;}function checkConditions(_0x126fe7,_0x47b25e,_0x46f27f){const _0x1db6aa=a159_0x4336,_0x1ad1dd=[];for(let _0x2341f0=0x0;_0x2341f0<_0x126fe7[_0x1db6aa(0x8b)];_0x2341f0++){const _0x1e6fbc=_0x126fe7[_0x2341f0],_0x182944=_0x47b25e+_0x1db6aa(0x80)+_0x2341f0+']';_0x1ad1dd[_0x1db6aa(0x7d)](...checkCondition(_0x1e6fbc,_0x182944,_0x46f27f));}return _0x1ad1dd;}function a159_0x180a(){const _0x2c13c9=['match','operator','INVALID_ARRAY_MATCHING','INVALID_OPERATOR_TYPE','17310crbbBC','NESTED_CONDITION_GROUP','Operator\x20\x27','document','Remove\x20\x27not\x27\x20—\x20temporal\x20operators\x20do\x20not\x20support\x20negation.','EMPTY_ATTRIBUTE','.operator.value','BEHAVIOR_SOURCE_WITH_ATTRIBUTE','MISSING_NAME','condition\x20groups\x20correctly.\x20Segment\x20execution\x20is\x20unaffected.\x20For\x20same-attribute\x20Or\x20','Behavior\x20source\x20\x27','INVALID_RULE_TYPE','19579oQdriP','warning','attribute','.conditions','not','1058913cRmcHM','validationCode','312UolYMk','1735sKiATL','TEMPORAL_NEGATION_UNSUPPORTED','message','endsWith','TimeWithinPast','includes','invalid_value','filter','MISSING_BETWEEN_BOUNDS','TimeWithinNext','10pjpcqj','\x27\x20with\x20attribute\x20\x27','path','\x27\x20with\x20\x27not:\x20true\x27\x20is\x20not\x20supported\x20by\x20the\x20Console\x20segment\x20editor.\x20','issues','error','.source','\x27\x20with\x20behavior\x20source\x20may\x20cause\x20unexpected\x20behavior.\x20','map','data','SEGMENT_SCHEMA_ERROR','source','Value','push','rule','6TiWtQS','.conditions[','MISSING_CONDITIONS','14982715qWGWMt','MISSING_OPERATOR_VALUE','Remove\x20\x27not:\x20false\x27\x20—\x20temporal\x20operators\x20do\x20not\x20support\x20negation.','MISSING_TIME_UNIT','type','\x20condition\x20group:\x20Console\x20UI\x20SQL\x20preview\x20does\x20not\x20display\x20nested\x20','.attribute','conditions','Attribute\x20name\x20cannot\x20be\x20empty','length','success','.filter','skipSchema','rule.type','The\x20editor\x20will\x20silently\x20drop\x20the\x20negation\x20and\x20corrupt\x20the\x20segment\x20on\x20re-save.\x20','code','BEHAVIOR_SOURCE_MISSING_FILTER','Composite','Behavior','custom','EMPTY_CONDITIONS','.operator.not','MISSING_SEGMENT_REFERENCE','the\x20condition\x20queries\x20the\x20master\x20table\x20instead.\x20','843076KKfTeF','description','arrayMatching','aggregation','For\x20behavior\x20aggregations,\x20use\x20\x27attribute:\x20\x22\x22\x27\x20with\x20Column\x20conditions\x20in\x20filter.','\x27\x20does\x20not\x20support\x20the\x20\x27not\x27\x20field.\x20','1199096bRrVdO','level','9373464TLrbyI','.operator.type','symbol','requires\x20a\x20nested\x20\x27filter\x27.\x20Without\x20filter,\x20the\x20source\x20is\x20silently\x20ignored\x20and\x20'];a159_0x180a=function(){return _0x2c13c9;};return a159_0x180a();}function checkCondition(_0x401584,_0x4acb88,_0x3dae44){const _0x5968dc=a159_0x4336,_0x38e0ee=[];if(_0x401584[_0x5968dc(0x86)]==='And'||_0x401584[_0x5968dc(0x86)]==='Or'||_0x401584[_0x5968dc(0x86)]===_0x5968dc(0x93)){if(_0x401584[_0x5968dc(0x89)][_0x5968dc(0x8b)]===0x0)_0x38e0ee['push']({'level':_0x5968dc(0x75),'path':_0x4acb88+_0x5968dc(0xb9),'code':_0x5968dc(0x96),'message':_0x401584[_0x5968dc(0x86)]+'\x20condition\x20cannot\x20have\x20an\x20empty\x20conditions\x20array','location':getLocationFromPath(_0x3dae44[_0x5968dc(0xad)],_0x3dae44[_0x5968dc(0x7b)],pathToArray(_0x4acb88+_0x5968dc(0xb9)))});else{const _0x396708=_0x401584[_0x5968dc(0x9b)]!==undefined,_0x443aa7=_0x401584[_0x5968dc(0x86)]===_0x5968dc(0x93);!_0x396708&&!_0x443aa7&&_0x38e0ee[_0x5968dc(0x7d)]({'level':'warning','path':_0x4acb88,'code':_0x5968dc(0xab),'message':_0x401584['type']+_0x5968dc(0x87)+_0x5968dc(0xb3)+'conditions,\x20consider\x20using\x20\x27In\x27\x20operator:\x20operator:\x20{\x20type:\x20In,\x20value:\x20[\x22val1\x22,\x20\x22val2\x22]\x20}','location':getLocationFromPath(_0x3dae44[_0x5968dc(0xad)],_0x3dae44[_0x5968dc(0x7b)],pathToArray(_0x4acb88))}),_0x38e0ee['push'](...checkConditions(_0x401584[_0x5968dc(0x89)],_0x4acb88,_0x3dae44));}return _0x38e0ee;}if(_0x401584['type']===_0x5968dc(0x7c)||_0x401584[_0x5968dc(0x86)]===_0x5968dc(0x94)){const _0x291d26=_0x401584,_0x55abd3=_0x291d26[_0x5968dc(0x7b)],_0x54edcb=_0x291d26[_0x5968dc(0x9d)],_0x51d528=_0x55abd3||_0x54edcb,_0x1bf5f2=_0x291d26[_0x5968dc(0xa7)]?.['type'];if((_0x1bf5f2===_0x5968dc(0x6a)||_0x1bf5f2===_0x5968dc(0x6f))&&_0x291d26[_0x5968dc(0xa7)]?.['not']!==undefined){const _0x1ceea6=_0x291d26[_0x5968dc(0xa7)][_0x5968dc(0xba)]===!![];_0x38e0ee[_0x5968dc(0x7d)]({'level':_0x1ceea6?_0x5968dc(0x75):_0x5968dc(0xb7),'path':_0x4acb88+_0x5968dc(0x97),'code':_0x5968dc(0x67),'message':_0x1ceea6?'Operator\x20\x27'+_0x1bf5f2+_0x5968dc(0x73)+_0x5968dc(0x90)+_0x5968dc(0xae):_0x5968dc(0xac)+_0x1bf5f2+_0x5968dc(0x9f)+_0x5968dc(0x84),'location':getLocationFromPath(_0x3dae44[_0x5968dc(0xad)],_0x3dae44['source'],pathToArray(_0x4acb88+'.operator.not'))});}(!_0x291d26[_0x5968dc(0xb8)]||_0x291d26[_0x5968dc(0xb8)]==='')&&(!_0x51d528&&_0x38e0ee[_0x5968dc(0x7d)]({'level':_0x5968dc(0x75),'path':_0x4acb88+_0x5968dc(0x88),'code':_0x5968dc(0xaf),'message':_0x5968dc(0x8a),'location':getLocationFromPath(_0x3dae44[_0x5968dc(0xad)],_0x3dae44[_0x5968dc(0x7b)],pathToArray(_0x4acb88+_0x5968dc(0x88)))}));_0x291d26['filter']&&_0x38e0ee[_0x5968dc(0x7d)](...checkRule(_0x291d26['filter'],_0x4acb88+_0x5968dc(0x8d),_0x3dae44));if(_0x291d26[_0x5968dc(0x7b)]){const _0x35b175=_0x291d26[_0x5968dc(0xb8)]&&_0x291d26[_0x5968dc(0xb8)]!=='';_0x35b175&&!_0x291d26[_0x5968dc(0x6d)]&&_0x38e0ee['push']({'level':_0x5968dc(0x75),'path':_0x4acb88+_0x5968dc(0x76),'code':_0x5968dc(0x92),'message':_0x5968dc(0xb4)+_0x291d26[_0x5968dc(0x7b)]+_0x5968dc(0x71)+_0x291d26['attribute']+'\x27\x20'+_0x5968dc(0xa5)+_0x5968dc(0x99)+'Use\x20\x27attribute:\x20\x22\x22\x27\x20with\x20\x27filter.type:\x20And\x27\x20containing\x20\x27type:\x20Column\x27\x20conditions.','location':getLocationFromPath(_0x3dae44[_0x5968dc(0xad)],_0x3dae44[_0x5968dc(0x7b)],pathToArray(_0x4acb88+_0x5968dc(0x76)))}),_0x35b175&&_0x291d26[_0x5968dc(0x6d)]&&_0x38e0ee['push']({'level':_0x5968dc(0xb7),'path':_0x4acb88+_0x5968dc(0x88),'code':_0x5968dc(0xb1),'message':'Attribute\x20\x27'+_0x291d26[_0x5968dc(0xb8)]+_0x5968dc(0x77)+_0x5968dc(0x9e),'location':getLocationFromPath(_0x3dae44[_0x5968dc(0xad)],_0x3dae44[_0x5968dc(0x7b)],pathToArray(_0x4acb88+'.attribute'))});}}return _0x38e0ee;}
|
|
1
|
+
(function(_0x296f87,_0x498e35){const _0x4bffe2=a160_0x82ce,_0x187439=_0x296f87();while(!![]){try{const _0x225d90=-parseInt(_0x4bffe2(0x1c2))/0x1*(parseInt(_0x4bffe2(0x1c7))/0x2)+-parseInt(_0x4bffe2(0x1a0))/0x3+-parseInt(_0x4bffe2(0x19c))/0x4+-parseInt(_0x4bffe2(0x1e4))/0x5*(-parseInt(_0x4bffe2(0x1d8))/0x6)+-parseInt(_0x4bffe2(0x19d))/0x7*(parseInt(_0x4bffe2(0x1d0))/0x8)+-parseInt(_0x4bffe2(0x1a3))/0x9*(parseInt(_0x4bffe2(0x1d9))/0xa)+parseInt(_0x4bffe2(0x1bc))/0xb;if(_0x225d90===_0x498e35)break;else _0x187439['push'](_0x187439['shift']());}catch(_0x22dbcf){_0x187439['push'](_0x187439['shift']());}}}(a160_0x5b20,0x26269));import{SegmentDefSchema,RuleDefSchema}from'./types/segment-schema.js';import{formatZodPath,flattenZodIssues,getLocationFromPath,pathToArray}from'./yaml-validator.js';export function validateSegmentDef(_0x2a4200,_0x379ba8={},_0x2f8c5c={}){const _0x23d0c9=a160_0x82ce;if(_0x2f8c5c[_0x23d0c9(0x1d3)])return runSemanticChecks(_0x2a4200,_0x379ba8);const _0x13f1a9=SegmentDefSchema[_0x23d0c9(0x1af)](_0x2a4200);if(_0x13f1a9[_0x23d0c9(0x1a5)])return runSemanticChecks(_0x13f1a9[_0x23d0c9(0x1cb)],_0x379ba8);return zodErrorsToValidationResult(_0x13f1a9[_0x23d0c9(0x19e)],_0x379ba8);}export function validateRuleDef(_0xcf1dd,_0x5cc79a,_0x417bcb){const _0x611202=a160_0x82ce;if(!_0xcf1dd)return[];const _0x9003cc=RuleDefSchema['safeParse'](_0xcf1dd);if(_0x9003cc[_0x611202(0x1a5)])return checkRule(_0x9003cc[_0x611202(0x1cb)],_0x5cc79a,_0x417bcb);const _0x32a3be=flattenZodIssues(_0x9003cc[_0x611202(0x19e)][_0x611202(0x1b2)]);return _0x32a3be[_0x611202(0x19f)](_0x8862d7=>{const _0x3bb08b=_0x611202,_0x1aaa69=formatZodPath(_0x8862d7[_0x3bb08b(0x1dd)]),_0x2a3849=_0x1aaa69?_0x5cc79a+'.'+_0x1aaa69:_0x5cc79a,_0x38e777=mapZodIssueToCode(_0x8862d7,_0x1aaa69),_0x365878=getLocationFromPath(_0x417bcb[_0x3bb08b(0x1b6)],_0x417bcb[_0x3bb08b(0x1cf)],pathToArray(_0x2a3849));return{'level':'error','path':_0x2a3849,'code':_0x38e777,'message':_0x8862d7[_0x3bb08b(0x1a8)],..._0x365878&&{'location':_0x365878}};});}function zodErrorsToValidationResult(_0xddb860,_0x3d35a7){const _0x5d2b4f=a160_0x82ce,_0x299b3b=flattenZodIssues(_0xddb860['issues']),_0x1c5aae=_0x299b3b[_0x5d2b4f(0x19f)](_0x48bf6b=>{const _0x5dfea9=_0x5d2b4f,_0x5eb8e3=formatZodPath(_0x48bf6b[_0x5dfea9(0x1dd)]),_0x6c722a=mapZodIssueToCode(_0x48bf6b,_0x5eb8e3),_0x353494=getLocationFromPath(_0x3d35a7[_0x5dfea9(0x1b6)],_0x3d35a7['source'],_0x48bf6b[_0x5dfea9(0x1dd)][_0x5dfea9(0x19f)](_0x46335a=>typeof _0x46335a===_0x5dfea9(0x199)?String(_0x46335a):_0x46335a));return{'level':_0x5dfea9(0x19e),'path':_0x5eb8e3,'code':_0x6c722a,'message':_0x48bf6b[_0x5dfea9(0x1a8)],..._0x353494&&{'location':_0x353494}};});return{'valid':![],'errors':_0x1c5aae,'warnings':[]};}function mapZodIssueToCode(_0x217a5b,_0x41cf4f){const _0x406477=a160_0x82ce,_0x2c4a43=_0x217a5b[_0x406477(0x1d7)]===_0x406477(0x1b4)?_0x217a5b['params']:undefined;if(_0x41cf4f==='name')return _0x406477(0x1c9);if(_0x41cf4f===_0x406477(0x1ca)||_0x41cf4f['endsWith'](_0x406477(0x1ce))){if(_0x217a5b[_0x406477(0x1d7)]===_0x406477(0x1b0)){if(_0x41cf4f==='rule.type'||_0x41cf4f['match'](/\.conditions\[\d+\]\.type$/))return _0x406477(0x1a2);}}if(_0x41cf4f[_0x406477(0x1e5)](_0x406477(0x1de)))return _0x406477(0x1bd);if(_0x41cf4f[_0x406477(0x1e5)](_0x406477(0x1b7)))return _0x406477(0x1c3);if(_0x2c4a43?.[_0x406477(0x1d2)]==='MISSING_BETWEEN_BOUNDS')return _0x406477(0x1e6);if(_0x2c4a43?.[_0x406477(0x1d2)]===_0x406477(0x1d1))return _0x406477(0x1d1);if(_0x41cf4f[_0x406477(0x1e5)]('.conditions')||_0x41cf4f==='conditions')return _0x406477(0x1bf);if(_0x41cf4f[_0x406477(0x1b9)]('arrayMatching'))return _0x406477(0x1be);if(_0x41cf4f['endsWith'](_0x406477(0x1b1)))return'MISSING_SEGMENT_REFERENCE';return'SEGMENT_SCHEMA_ERROR';}function a160_0x82ce(_0x350e81,_0x3f077f){_0x350e81=_0x350e81-0x195;const _0x5b20fb=a160_0x5b20();let _0x82ce10=_0x5b20fb[_0x350e81];return _0x82ce10;}function runSemanticChecks(_0x13590a,_0x24ab8b){const _0xbf139e=a160_0x82ce,_0x251af4=[];_0x13590a[_0xbf139e(0x1ba)]&&_0x251af4[_0xbf139e(0x1db)](...checkRule(_0x13590a[_0xbf139e(0x1ba)],_0xbf139e(0x1ba),_0x24ab8b));const _0x45033f=_0x251af4['filter'](_0x292c64=>_0x292c64[_0xbf139e(0x1b5)]===_0xbf139e(0x19e)),_0x37bfad=_0x251af4[_0xbf139e(0x197)](_0x494cd0=>_0x494cd0['level']===_0xbf139e(0x195));return{'valid':_0x45033f['length']===0x0,'errors':_0x45033f,'warnings':_0x37bfad};}function checkRule(_0xa90de,_0x3cee65,_0x29eef7){const _0x541e31=a160_0x82ce,_0x114adb=[];if(_0xa90de[_0x541e31(0x1e2)]['length']===0x0)return _0x114adb['push']({'level':_0x541e31(0x19e),'path':_0x3cee65+_0x541e31(0x1dc),'code':_0x541e31(0x1d6),'message':_0x541e31(0x1ac),'location':getLocationFromPath(_0x29eef7[_0x541e31(0x1b6)],_0x29eef7[_0x541e31(0x1cf)],pathToArray(_0x3cee65+_0x541e31(0x1dc)))}),_0x114adb;return _0x114adb['push'](...checkConditions(_0xa90de['conditions'],_0x3cee65,_0x29eef7)),_0x114adb;}function checkConditions(_0x25f7de,_0x42a7eb,_0x3ea2aa){const _0x420adf=a160_0x82ce,_0x4053e7=[];for(let _0x1d864f=0x0;_0x1d864f<_0x25f7de[_0x420adf(0x1c1)];_0x1d864f++){const _0x16dba9=_0x25f7de[_0x1d864f],_0x13c844=_0x42a7eb+_0x420adf(0x1b3)+_0x1d864f+']';_0x4053e7[_0x420adf(0x1db)](...checkCondition(_0x16dba9,_0x13c844,_0x3ea2aa));}return _0x4053e7;}function checkCondition(_0x435397,_0x49f43d,_0x56ff6a){const _0x3e8609=a160_0x82ce,_0x3cde20=[];if(_0x435397[_0x3e8609(0x1ab)]===_0x3e8609(0x1bb)||_0x435397['type']==='Or'||_0x435397[_0x3e8609(0x1ab)]===_0x3e8609(0x1d4)){if(_0x435397[_0x3e8609(0x1e2)]['length']===0x0)_0x3cde20[_0x3e8609(0x1db)]({'level':_0x3e8609(0x19e),'path':_0x49f43d+_0x3e8609(0x1dc),'code':'EMPTY_CONDITIONS','message':_0x435397[_0x3e8609(0x1ab)]+_0x3e8609(0x1e3),'location':getLocationFromPath(_0x56ff6a[_0x3e8609(0x1b6)],_0x56ff6a[_0x3e8609(0x1cf)],pathToArray(_0x49f43d+'.conditions'))});else{const _0x48a54c=_0x435397[_0x3e8609(0x1ad)]!==undefined,_0x411651=_0x435397[_0x3e8609(0x1ab)]===_0x3e8609(0x1d4);!_0x48a54c&&!_0x411651&&_0x3cde20[_0x3e8609(0x1db)]({'level':_0x3e8609(0x195),'path':_0x49f43d,'code':_0x3e8609(0x1df),'message':_0x435397['type']+'\x20condition\x20group:\x20Console\x20UI\x20SQL\x20preview\x20does\x20not\x20display\x20nested\x20'+_0x3e8609(0x1a6)+_0x3e8609(0x1c6),'location':getLocationFromPath(_0x56ff6a[_0x3e8609(0x1b6)],_0x56ff6a[_0x3e8609(0x1cf)],pathToArray(_0x49f43d))}),_0x3cde20['push'](...checkConditions(_0x435397['conditions'],_0x49f43d,_0x56ff6a));}return _0x3cde20;}if(_0x435397[_0x3e8609(0x1ab)]===_0x3e8609(0x1c5)||_0x435397[_0x3e8609(0x1ab)]==='Behavior'){const _0x2b4187=_0x435397,_0x37739d=_0x2b4187[_0x3e8609(0x1cf)],_0x4249c6=_0x2b4187[_0x3e8609(0x1e1)],_0x2fc299=_0x37739d||_0x4249c6,_0x2e4c3b=_0x2b4187[_0x3e8609(0x1c4)]?.[_0x3e8609(0x1ab)];if((_0x2e4c3b===_0x3e8609(0x1c8)||_0x2e4c3b===_0x3e8609(0x1e0))&&_0x2b4187[_0x3e8609(0x1c4)]?.[_0x3e8609(0x1a7)]!==undefined){const _0xc59cd4=_0x2b4187[_0x3e8609(0x1c4)][_0x3e8609(0x1a7)]===!![];_0x3cde20['push']({'level':_0xc59cd4?_0x3e8609(0x19e):'warning','path':_0x49f43d+_0x3e8609(0x1cc),'code':'TEMPORAL_NEGATION_UNSUPPORTED','message':_0xc59cd4?_0x3e8609(0x19a)+_0x2e4c3b+'\x27\x20with\x20\x27not:\x20true\x27\x20is\x20not\x20supported\x20by\x20the\x20Console\x20segment\x20editor.\x20'+'The\x20editor\x20will\x20silently\x20drop\x20the\x20negation\x20and\x20corrupt\x20the\x20segment\x20on\x20re-save.\x20'+'Remove\x20\x27not\x27\x20—\x20temporal\x20operators\x20do\x20not\x20support\x20negation.':_0x3e8609(0x19a)+_0x2e4c3b+'\x27\x20does\x20not\x20support\x20the\x20\x27not\x27\x20field.\x20'+'Remove\x20\x27not:\x20false\x27\x20—\x20temporal\x20operators\x20do\x20not\x20support\x20negation.','location':getLocationFromPath(_0x56ff6a[_0x3e8609(0x1b6)],_0x56ff6a[_0x3e8609(0x1cf)],pathToArray(_0x49f43d+_0x3e8609(0x1cc)))});}(!_0x2b4187[_0x3e8609(0x1e7)]||_0x2b4187[_0x3e8609(0x1e7)]==='')&&(!_0x2fc299&&_0x3cde20['push']({'level':'error','path':_0x49f43d+'.attribute','code':_0x3e8609(0x1b8),'message':_0x3e8609(0x1ae),'location':getLocationFromPath(_0x56ff6a[_0x3e8609(0x1b6)],_0x56ff6a['source'],pathToArray(_0x49f43d+_0x3e8609(0x1aa)))}));_0x2b4187[_0x3e8609(0x197)]&&_0x3cde20[_0x3e8609(0x1db)](...checkRule(_0x2b4187[_0x3e8609(0x197)],_0x49f43d+_0x3e8609(0x19b),_0x56ff6a));if(_0x2b4187[_0x3e8609(0x1cf)]){const _0x160444=_0x2b4187[_0x3e8609(0x1e7)]&&_0x2b4187['attribute']!=='';_0x160444&&!_0x2b4187[_0x3e8609(0x197)]&&_0x3cde20[_0x3e8609(0x1db)]({'level':_0x3e8609(0x19e),'path':_0x49f43d+_0x3e8609(0x1a1),'code':_0x3e8609(0x1a9),'message':_0x3e8609(0x198)+_0x2b4187[_0x3e8609(0x1cf)]+_0x3e8609(0x1da)+_0x2b4187[_0x3e8609(0x1e7)]+'\x27\x20'+_0x3e8609(0x1c0)+_0x3e8609(0x196)+_0x3e8609(0x1cd),'location':getLocationFromPath(_0x56ff6a['document'],_0x56ff6a[_0x3e8609(0x1cf)],pathToArray(_0x49f43d+_0x3e8609(0x1a1)))}),_0x160444&&_0x2b4187[_0x3e8609(0x197)]&&_0x3cde20[_0x3e8609(0x1db)]({'level':_0x3e8609(0x195),'path':_0x49f43d+'.attribute','code':_0x3e8609(0x1a4),'message':'Attribute\x20\x27'+_0x2b4187[_0x3e8609(0x1e7)]+'\x27\x20with\x20behavior\x20source\x20may\x20cause\x20unexpected\x20behavior.\x20'+_0x3e8609(0x1d5),'location':getLocationFromPath(_0x56ff6a[_0x3e8609(0x1b6)],_0x56ff6a[_0x3e8609(0x1cf)],pathToArray(_0x49f43d+'.attribute'))});}}return _0x3cde20;}function a160_0x5b20(){const _0x1942b0=['type','Rule\x20conditions\x20array\x20cannot\x20be\x20empty.\x20Add\x20at\x20least\x20one\x20condition.','description','Attribute\x20name\x20cannot\x20be\x20empty','safeParse','invalid_value','.segment','issues','.conditions[','custom','level','document','.operator.value','EMPTY_ATTRIBUTE','includes','rule','And','9265806hzmvTd','INVALID_OPERATOR_TYPE','INVALID_ARRAY_MATCHING','MISSING_CONDITIONS','requires\x20a\x20nested\x20\x27filter\x27.\x20Without\x20filter,\x20the\x20source\x20is\x20silently\x20ignored\x20and\x20','length','172759QpAKIe','MISSING_OPERATOR_VALUE','operator','Value','conditions,\x20consider\x20using\x20\x27In\x27\x20operator:\x20operator:\x20{\x20type:\x20In,\x20value:\x20[\x22val1\x22,\x20\x22val2\x22]\x20}','2dkvKwD','TimeWithinPast','MISSING_NAME','rule.type','data','.operator.not','Use\x20\x27attribute:\x20\x22\x22\x27\x20with\x20\x27filter.type:\x20And\x27\x20containing\x20\x27type:\x20Column\x27\x20conditions.','.type','source','8BoprzU','MISSING_TIME_UNIT','validationCode','skipSchema','Composite','For\x20behavior\x20aggregations,\x20use\x20\x27attribute:\x20\x22\x22\x27\x20with\x20Column\x20conditions\x20in\x20filter.','EMPTY_CONDITIONS','code','413226VoiUzR','2096810yTbBSl','\x27\x20with\x20attribute\x20\x27','push','.conditions','path','.operator.type','NESTED_CONDITION_GROUP','TimeWithinNext','aggregation','conditions','\x20condition\x20cannot\x20have\x20an\x20empty\x20conditions\x20array','20PXlKMG','endsWith','MISSING_BETWEEN_BOUNDS','attribute','warning','the\x20condition\x20queries\x20the\x20master\x20table\x20instead.\x20','filter','Behavior\x20source\x20\x27','symbol','Operator\x20\x27','.filter','1013004WEHIlS','1870918bYiyWC','error','map','175800CTvdYt','.source','INVALID_RULE_TYPE','9ccizqI','BEHAVIOR_SOURCE_WITH_ATTRIBUTE','success','condition\x20groups\x20correctly.\x20Segment\x20execution\x20is\x20unaffected.\x20For\x20same-attribute\x20Or\x20','not','message','BEHAVIOR_SOURCE_MISSING_FILTER','.attribute'];a160_0x5b20=function(){return _0x1942b0;};return a160_0x5b20();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x110ed9,_0x3d21dc){const _0x37b1ff=a161_0x4a6a,_0x3a5dba=_0x110ed9();while(!![]){try{const _0x4d7aba=parseInt(_0x37b1ff(0x12e))/0x1+parseInt(_0x37b1ff(0x13a))/0x2*(parseInt(_0x37b1ff(0x135))/0x3)+parseInt(_0x37b1ff(0x13b))/0x4*(parseInt(_0x37b1ff(0x14d))/0x5)+parseInt(_0x37b1ff(0x14e))/0x6*(-parseInt(_0x37b1ff(0x152))/0x7)+-parseInt(_0x37b1ff(0x12a))/0x8+-parseInt(_0x37b1ff(0x13d))/0x9+-parseInt(_0x37b1ff(0x132))/0xa*(-parseInt(_0x37b1ff(0x137))/0xb);if(_0x4d7aba===_0x3d21dc)break;else _0x3a5dba['push'](_0x3a5dba['shift']());}catch(_0x297ecd){_0x3a5dba['push'](_0x3a5dba['shift']());}}}(a161_0x3223,0x340a2));import a161_0x2194ba from'path';import{sanitizeFileName}from'../../utils/string-utils.js';import{nodeFileSystem}from'../io/node-filesystem.js';import{isYamlFilePath,resolveYamlFilePath}from'./segment-path-parser.js';import{getSegmentRootDir}from'./tdx-config.js';export function isSuccessfulResolution(_0x105d96){const _0x4db420=a161_0x4a6a;return _0x105d96[_0x4db420(0x158)]!==_0x4db420(0x12c);}function a161_0x4a6a(_0x1702a4,_0x34940e){_0x1702a4=_0x1702a4-0x123;const _0x322340=a161_0x3223();let _0x4a6a2b=_0x322340[_0x1702a4];return _0x4a6a2b;}export function isScopedResolution(_0x9ee397){const _0x15b41b=a161_0x4a6a;return _0x9ee397[_0x15b41b(0x158)]===_0x15b41b(0x12f)||_0x9ee397[_0x15b41b(0x158)]===_0x15b41b(0x151)||_0x9ee397[_0x15b41b(0x158)]===_0x15b41b(0x13f);}export function getScopedDetails(_0x1d8e36){const _0x3c748c=a161_0x4a6a;if(isScopedResolution(_0x1d8e36))return{'isScoped':_0x1d8e36[_0x3c748c(0x154)],'scopedFolderPath':_0x1d8e36['scopedFolderPath']};return undefined;}function a161_0x3223(){const _0x3d5a53=['no_parent','context','parent_name','Tip:\x20Run\x20\x27tdx\x20sg\x20pull\x20<parent_name>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure\x0a\x20\x20Or\x20set\x20context:\x20\x27tdx\x20sg\x20use\x20<parent_name>\x27','Use\x20\x27tdx\x20sg\x20use\x20<parent_name>\x27\x20to\x20set\x20context\x0aOr\x20run\x20\x27tdx\x20sg\x20pull\x20<parent_name>\x27\x20to\x20create\x20the\x20folder\x20structure','resolve','includes','No\x20tdx.json\x20found\x20in\x20or\x20above:\x20','string','exists','invalid_yaml','No\x20tdx.json\x20found\x20for\x20file:\x20','join','segmentName','file_not_found','20yGslqV','12990mrSGgK','parent_segment','tdx.json','file','1106RjwgIb','stat','isScoped','isDirectory','match','Parent\x20segment\x20not\x20specified','type','scopedFolderPath','readFile','dirname','message','parentSegment','configDir','resourceType','root','journey','2285984HIDhQG','extname','error','parse','370536ubHWZF','directory','segment','cwd','977180MVQGQZ','replace','Not\x20a\x20YAML\x20file:\x20','350772EclvvI','startsWith','33rzDPpu','no_config','folderPath','4NJFzYi','182024odOsfY','Segment\x20and\x20journey\x20files\x20must\x20have\x20.yml\x20or\x20.yaml\x20extension','2147310SIPrQq'];a161_0x3223=function(){return _0x3d5a53;};return a161_0x3223();}async function findTdxConfigAsync(_0x2c9d51,_0x13aa34){const _0x3451e2=a161_0x4a6a;let _0x12113d=a161_0x2194ba[_0x3451e2(0x143)](_0x2c9d51);const _0x3b5f11=a161_0x2194ba['parse'](_0x12113d)[_0x3451e2(0x128)];while(_0x12113d!==_0x3b5f11){const _0x1cdcca=a161_0x2194ba[_0x3451e2(0x14a)](_0x12113d,_0x3451e2(0x150));if(await _0x13aa34[_0x3451e2(0x147)](_0x1cdcca))try{const _0x4e0180=await _0x13aa34[_0x3451e2(0x15a)](_0x1cdcca),_0x4d78e2=JSON[_0x3451e2(0x12d)](_0x4e0180);if(_0x4d78e2[_0x3451e2(0x14f)]&&typeof _0x4d78e2[_0x3451e2(0x14f)]===_0x3451e2(0x146))return{'configPath':_0x1cdcca,'configDir':_0x12113d,'parentSegment':_0x4d78e2['parent_segment']};}catch{}_0x12113d=a161_0x2194ba['dirname'](_0x12113d);}return null;}function calculateScopedPath(_0x43459,_0x4335db){const _0x35887e=a161_0x4a6a,_0x2aa20a=a161_0x2194ba['relative'](_0x4335db,_0x43459),_0xd3ff2e=_0x2aa20a!==''&&_0x2aa20a!=='.'&&!_0x2aa20a[_0x35887e(0x136)]('..');return{'isScoped':_0xd3ff2e,'scopedFolderPath':_0xd3ff2e?_0x2aa20a[_0x35887e(0x133)](/\\/g,'/'):''};}export async function resolveTarget(_0x34cd77){const _0x4c6a2c=a161_0x4a6a,{arg:_0x23ba8b,contextParent:_0x34d01a,cwd:cwd=process[_0x4c6a2c(0x131)](),fs:fs=nodeFileSystem}=_0x34cd77;if(_0x23ba8b&&isYamlFilePath(_0x23ba8b))try{const _0x40c5fa=await resolveYamlFilePath(_0x23ba8b,fs),_0x47030e=a161_0x2194ba['resolve'](_0x23ba8b),_0x732e6b=a161_0x2194ba[_0x4c6a2c(0x123)](_0x47030e),_0x503efc=await findTdxConfigAsync(_0x732e6b,fs);if(!_0x503efc){if(_0x34d01a){const _0x5118db=a161_0x2194ba['dirname'](_0x47030e);return{'type':_0x4c6a2c(0x151),'parentName':_0x34d01a,'targetDir':_0x5118db,'configRoot':_0x5118db,'filePath':_0x47030e,'resourceName':_0x40c5fa[_0x4c6a2c(0x14b)],'folderPath':_0x40c5fa[_0x4c6a2c(0x139)],'resourceType':_0x40c5fa[_0x4c6a2c(0x127)],'isScoped':![],'scopedFolderPath':''};}return{'type':'error','errorCode':_0x4c6a2c(0x138),'message':_0x4c6a2c(0x149)+_0x23ba8b,'arg':_0x23ba8b,'helpText':_0x4c6a2c(0x141)};}const _0x597e40=calculateScopedPath(_0x732e6b,_0x503efc[_0x4c6a2c(0x126)]);return{'type':'file','parentName':_0x503efc[_0x4c6a2c(0x125)],'targetDir':_0x503efc[_0x4c6a2c(0x126)],'configRoot':_0x503efc['configDir'],'filePath':_0x47030e,'resourceName':_0x40c5fa[_0x4c6a2c(0x14b)],'folderPath':_0x40c5fa['folderPath'],'resourceType':_0x40c5fa[_0x4c6a2c(0x127)],'isScoped':_0x597e40[_0x4c6a2c(0x154)],'scopedFolderPath':_0x597e40['scopedFolderPath']};}catch(_0x5af126){const _0x4f66d5=_0x5af126 instanceof Error?_0x5af126[_0x4c6a2c(0x124)]:String(_0x5af126);if(_0x4f66d5[_0x4c6a2c(0x144)]('File\x20not\x20found'))return{'type':_0x4c6a2c(0x12c),'errorCode':_0x4c6a2c(0x14c),'message':'File\x20not\x20found:\x20'+_0x23ba8b,'arg':_0x23ba8b};if(_0x4f66d5['includes']('No\x20tdx.json\x20found')){if(_0x34d01a){const _0x2d778d=a161_0x2194ba['resolve'](_0x23ba8b);if(await fs['exists'](_0x2d778d)){const _0x5a0ddc=a161_0x2194ba['dirname'](_0x2d778d),_0x59ae7c=await fs['readFile'](_0x2d778d),_0x4cd327=_0x59ae7c[_0x4c6a2c(0x156)](/^name:\s*["']?([^"'\n]+)["']?/m),_0xc5d7e8=_0x59ae7c[_0x4c6a2c(0x156)](/^type:\s*["']?([^"'\n]+)["']?/m),_0x4f9c10=_0x4cd327?_0x4cd327[0x1]['trim']():a161_0x2194ba['basename'](_0x23ba8b,a161_0x2194ba[_0x4c6a2c(0x12b)](_0x23ba8b)),_0x440cf5=_0xc5d7e8&&_0xc5d7e8[0x1]['trim']()===_0x4c6a2c(0x129)?_0x4c6a2c(0x129):_0x4c6a2c(0x130);return{'type':_0x4c6a2c(0x151),'parentName':_0x34d01a,'targetDir':_0x5a0ddc,'configRoot':_0x5a0ddc,'filePath':_0x2d778d,'resourceName':_0x4f9c10,'folderPath':'','resourceType':_0x440cf5,'isScoped':![],'scopedFolderPath':''};}}return{'type':'error','errorCode':_0x4c6a2c(0x138),'message':_0x4c6a2c(0x149)+_0x23ba8b,'arg':_0x23ba8b,'helpText':_0x4c6a2c(0x141)};}return{'type':_0x4c6a2c(0x12c),'errorCode':_0x4c6a2c(0x148),'message':_0x4f66d5,'arg':_0x23ba8b};}if(_0x23ba8b){const _0x1c8461=a161_0x2194ba[_0x4c6a2c(0x143)](cwd,_0x23ba8b);let _0x27957c=null;try{_0x27957c=await fs[_0x4c6a2c(0x153)](_0x1c8461);}catch{}if(_0x27957c?.[_0x4c6a2c(0x155)]()){const _0x5da8c2=await findTdxConfigAsync(_0x1c8461,fs);if(_0x5da8c2){const _0x346a6e=calculateScopedPath(_0x1c8461,_0x5da8c2[_0x4c6a2c(0x126)]);return{'type':_0x4c6a2c(0x12f),'parentName':_0x5da8c2[_0x4c6a2c(0x125)],'targetDir':_0x1c8461,'configRoot':_0x5da8c2['configDir'],'isScoped':_0x346a6e[_0x4c6a2c(0x154)],'scopedFolderPath':_0x346a6e[_0x4c6a2c(0x159)]};}if(_0x34d01a)return{'type':_0x4c6a2c(0x12f),'parentName':_0x34d01a,'targetDir':_0x1c8461,'configRoot':_0x1c8461,'isScoped':![],'scopedFolderPath':''};return{'type':_0x4c6a2c(0x12c),'errorCode':_0x4c6a2c(0x138),'message':_0x4c6a2c(0x145)+_0x23ba8b,'arg':_0x23ba8b,'helpText':'Tip:\x20Run\x20\x27tdx\x20sg\x20pull\x20<parent_name>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure\x0a\x20\x20Or\x20set\x20context:\x20\x27tdx\x20sg\x20use\x20<parent_name>\x27'};}if(_0x27957c?.['isFile']())return{'type':_0x4c6a2c(0x12c),'errorCode':_0x4c6a2c(0x148),'message':_0x4c6a2c(0x134)+_0x23ba8b,'arg':_0x23ba8b,'helpText':_0x4c6a2c(0x13c)};const _0x5a5b09=sanitizeFileName(_0x23ba8b),_0x3e1b4b=getSegmentRootDir(_0x5a5b09,cwd);return{'type':_0x4c6a2c(0x140),'parentName':_0x23ba8b,'targetDir':_0x3e1b4b,'configRoot':_0x3e1b4b};}const _0x1eb26b=await findTdxConfigAsync(cwd,fs);if(_0x1eb26b){const _0x4163e7=calculateScopedPath(cwd,_0x1eb26b[_0x4c6a2c(0x126)]);return{'type':_0x4c6a2c(0x13f),'parentName':_0x1eb26b[_0x4c6a2c(0x125)],'targetDir':cwd,'configRoot':_0x1eb26b[_0x4c6a2c(0x126)],'isScoped':_0x4163e7[_0x4c6a2c(0x154)],'scopedFolderPath':_0x4163e7['scopedFolderPath']};}if(_0x34d01a){const _0x2d709e=sanitizeFileName(_0x34d01a),_0x2e005d=getSegmentRootDir(_0x2d709e,cwd);return{'type':_0x4c6a2c(0x13f),'parentName':_0x34d01a,'targetDir':_0x2e005d,'configRoot':_0x2e005d,'isScoped':![],'scopedFolderPath':''};}return{'type':_0x4c6a2c(0x12c),'errorCode':_0x4c6a2c(0x13e),'message':_0x4c6a2c(0x157),'helpText':_0x4c6a2c(0x142)};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a162_0x474dc7=a162_0x2448;(function(_0x31f9dc,_0x1f0d58){const _0x5c1cf3=a162_0x2448,_0x3c5eb6=_0x31f9dc();while(!![]){try{const _0x442fbd=parseInt(_0x5c1cf3(0x7e))/0x1*(parseInt(_0x5c1cf3(0x75))/0x2)+-parseInt(_0x5c1cf3(0x83))/0x3+-parseInt(_0x5c1cf3(0x78))/0x4+parseInt(_0x5c1cf3(0x76))/0x5*(-parseInt(_0x5c1cf3(0x6f))/0x6)+parseInt(_0x5c1cf3(0x81))/0x7*(parseInt(_0x5c1cf3(0x87))/0x8)+parseInt(_0x5c1cf3(0x73))/0x9+parseInt(_0x5c1cf3(0x7d))/0xa*(parseInt(_0x5c1cf3(0x7f))/0xb);if(_0x442fbd===_0x1f0d58)break;else _0x3c5eb6['push'](_0x3c5eb6['shift']());}catch(_0x123b1f){_0x3c5eb6['push'](_0x3c5eb6['shift']());}}}(a162_0x2ed6,0x695fd));import{existsSync,readFileSync}from'fs';import a162_0xd77d98 from'path';const TDX_CONFIG_FILE=a162_0x474dc7(0x84),SEGMENTS_DIR='segments';export function findTdxConfigPath(_0x3d1405=process['cwd']()){const _0x3bbdd9=a162_0x474dc7;let _0x4403f8=a162_0xd77d98['resolve'](_0x3d1405);const _0x292a4a=a162_0xd77d98[_0x3bbdd9(0x70)](_0x4403f8)['root'];while(_0x4403f8!==_0x292a4a){const _0x4868d7=a162_0xd77d98['join'](_0x4403f8,TDX_CONFIG_FILE);if(existsSync(_0x4868d7))return _0x4868d7;_0x4403f8=a162_0xd77d98[_0x3bbdd9(0x72)](_0x4403f8);}return null;}export function loadTdxConfig(_0x40ee51){const _0x59e6de=a162_0x474dc7,_0x255918=readFileSync(_0x40ee51,_0x59e6de(0x79));let _0x5011a8;try{_0x5011a8=JSON[_0x59e6de(0x70)](_0x255918);}catch{throw new Error('Invalid\x20JSON\x20in\x20'+_0x40ee51);}if(!_0x5011a8||typeof _0x5011a8!=='object')throw new Error(_0x59e6de(0x7c));const _0x70693f=_0x5011a8,_0x49b0dc=_0x70693f['parent_segment']&&typeof _0x70693f[_0x59e6de(0x77)]===_0x59e6de(0x86),_0x365c17=_0x70693f[_0x59e6de(0x71)]&&typeof _0x70693f[_0x59e6de(0x71)]===_0x59e6de(0x86);if(!_0x49b0dc&&!_0x365c17)throw new Error('Invalid\x20tdx.json:\x20must\x20contain\x20\x27parent_segment\x27\x20or\x20\x27engage_workspace\x27\x20field');const _0x2873ec={};return _0x49b0dc&&(_0x2873ec[_0x59e6de(0x77)]=_0x70693f['parent_segment']),_0x365c17&&(_0x2873ec[_0x59e6de(0x71)]=_0x70693f[_0x59e6de(0x71)]),_0x2873ec;}export function findTdxConfig(_0x10f5ee=process['cwd']()){const _0x513080=a162_0x474dc7,_0x5a7f7e=findTdxConfigPath(_0x10f5ee);if(!_0x5a7f7e)throw new Error(_0x513080(0x7a));const _0x3befc1=loadTdxConfig(_0x5a7f7e),_0xc6c1c=a162_0xd77d98['dirname'](_0x5a7f7e);return{'config':_0x3befc1,'configPath':_0x5a7f7e,'configDir':_0xc6c1c};}export function tryFindTdxConfig(_0x382d68){try{return findTdxConfig(_0x382d68);}catch{return null;}}export function getSegmentRootDir(_0x5bff48,_0x1c1143=process[a162_0x474dc7(0x6e)]()){const _0x45c919=a162_0x474dc7;return a162_0xd77d98[_0x45c919(0x7b)](_0x1c1143,SEGMENTS_DIR,_0x5bff48);}export function getTdxConfigPath(_0x3c1be9,_0x57b01d=process[a162_0x474dc7(0x6e)]()){return a162_0xd77d98['join'](getSegmentRootDir(_0x3c1be9,_0x57b01d),TDX_CONFIG_FILE);}export function getRelativePathFromConfig(_0x114851,_0x31f77a){const _0x295db3=a162_0x474dc7,_0x1ac11d=a162_0xd77d98[_0x295db3(0x80)](_0x114851),_0x4ff369=a162_0xd77d98[_0x295db3(0x74)](_0x31f77a,_0x1ac11d);if(_0x4ff369[_0x295db3(0x82)]('..'))return'';return _0x4ff369;}export function localPathToTdFolderPath(_0x35cefe){const _0x52557c=a162_0x474dc7,_0x2239d0=a162_0xd77d98[_0x52557c(0x72)](_0x35cefe);if(_0x2239d0==='.'||_0x2239d0==='')return'';return _0x2239d0[_0x52557c(0x85)](/\\/g,'/');}function a162_0x2ed6(){const _0x2fdc81=['5313852mnAmJM','relative','22zKiLGm','168335tDTXyp','parent_segment','3282080PeSGis','utf-8','No\x20tdx.json\x20found.\x20Please\x20run\x20\x27tdx\x20sg\x20pull\x20<parent_segment>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure.','join','Invalid\x20tdx.json:\x20expected\x20object','6402130XkXQmR','28909HBpBBt','11QggEEF','resolve','2911727MJNHAD','startsWith','2274276novWeS','tdx.json','replace','string','16cjuJZs','cwd','66ZDFAfy','parse','engage_workspace','dirname'];a162_0x2ed6=function(){return _0x2fdc81;};return a162_0x2ed6();}export function tdFolderPathToLocalPath(_0x6a896f,_0x122a0a){if(!_0x6a896f)return _0x122a0a;return a162_0xd77d98['join'](_0x122a0a,_0x6a896f);}export function createTdxConfigContent(_0x23308c){const _0x29057c={'parent_segment':_0x23308c};return JSON['stringify'](_0x29057c,null,0x2)+'\x0a';}function a162_0x2448(_0x433546,_0x34b5d0){_0x433546=_0x433546-0x6e;const _0x2ed644=a162_0x2ed6();let _0x24480f=_0x2ed644[_0x433546];return _0x24480f;}export function createEngageTdxConfigContent(_0x5c1783){const _0x183631={'engage_workspace':_0x5c1783};return JSON['stringify'](_0x183631,null,0x2)+'\x0a';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a163_0x31d412=a163_0xabf6;function a163_0xabf6(_0x2b6be4,_0x213ee4){_0x2b6be4=_0x2b6be4-0x1ed;const _0x50cd6a=a163_0x50cd();let _0xabf66e=_0x50cd6a[_0x2b6be4];return _0xabf66e;}(function(_0xa361af,_0x485016){const _0x48ac09=a163_0xabf6,_0x4c3703=_0xa361af();while(!![]){try{const _0x2dc9e8=parseInt(_0x48ac09(0x21a))/0x1+-parseInt(_0x48ac09(0x207))/0x2*(-parseInt(_0x48ac09(0x210))/0x3)+-parseInt(_0x48ac09(0x1fe))/0x4*(parseInt(_0x48ac09(0x208))/0x5)+-parseInt(_0x48ac09(0x211))/0x6*(parseInt(_0x48ac09(0x203))/0x7)+-parseInt(_0x48ac09(0x1ef))/0x8+-parseInt(_0x48ac09(0x1f0))/0x9+parseInt(_0x48ac09(0x217))/0xa;if(_0x2dc9e8===_0x485016)break;else _0x4c3703['push'](_0x4c3703['shift']());}catch(_0x45122d){_0x4c3703['push'](_0x4c3703['shift']());}}}(a163_0x50cd,0x45672));import{z}from'zod';export const ScheduleTypeSchema=z[a163_0x31d412(0x216)]([a163_0x31d412(0x209),a163_0x31d412(0x1f8),a163_0x31d412(0x202),a163_0x31d412(0x20a),a163_0x31d412(0x1fb),'cron',a163_0x31d412(0x212)]);export const RepeatUnitSchema=z['enum']([a163_0x31d412(0x1ee),a163_0x31d412(0x215),a163_0x31d412(0x1f2),a163_0x31d412(0x1fa),a163_0x31d412(0x1f3),a163_0x31d412(0x1f1),a163_0x31d412(0x209)]);function a163_0x50cd(){const _0x8e29dc=['All','asc','rows','union','941277gamqVr','220686uKfazI','minutes_interval','nullable','string','hour','enum','2716230iZZHOg','cols','number','393787QoRRmN','desc','minute','1322376sEOwtF','797436eGdImo','once','day','month','masked','optional','boolean','Activation\x20name\x20is\x20required','hourly','unknown','week','monthly','clear','Top-N','146956cjSQXe','onSuccess','Last','object','daily','21ZAOBci','Connection\x20name\x20is\x20required','record','onFailure','2RvByuc','45DiHOAs','none','weekly','array'];a163_0x50cd=function(){return _0x8e29dc;};return a163_0x50cd();}export const ScheduleDefSchema=z[a163_0x31d412(0x201)]({'type':ScheduleTypeSchema['optional'](),'repeat_unit':RepeatUnitSchema[a163_0x31d412(0x1f5)](),'repeat_frequency':z[a163_0x31d412(0x219)]()[a163_0x31d412(0x1f5)](),'repeat_sub_frequency':z[a163_0x31d412(0x20b)](z[a163_0x31d412(0x219)]())[a163_0x31d412(0x1f5)](),'start_at':z['string']()[a163_0x31d412(0x213)]()[a163_0x31d412(0x1f5)](),'end_on':z[a163_0x31d412(0x214)]()[a163_0x31d412(0x213)]()[a163_0x31d412(0x1f5)](),'timezone':z['string']()['optional']()});export const NotificationDefSchema=z[a163_0x31d412(0x201)]({'notify_on':z[a163_0x31d412(0x20b)](z[a163_0x31d412(0x216)]([a163_0x31d412(0x1ff),a163_0x31d412(0x206)]))[a163_0x31d412(0x1f5)](),'email_recipients':z[a163_0x31d412(0x20b)](z[a163_0x31d412(0x214)]())['optional']()});export const ActivationColumnDefSchema=z[a163_0x31d412(0x20f)]([z[a163_0x31d412(0x214)](),z['object']({'name':z['string'](),'type':z[a163_0x31d412(0x214)]()['optional'](),'visibility':z[a163_0x31d412(0x216)]([a163_0x31d412(0x1fc),'masked'])[a163_0x31d412(0x1f5)]()})]);export const ActivationBehaviorDefSchema=z[a163_0x31d412(0x201)]({'columns':z[a163_0x31d412(0x20b)](z[a163_0x31d412(0x201)]({'name':z[a163_0x31d412(0x214)](),'type':z['string']()[a163_0x31d412(0x1f5)](),'visibility':z[a163_0x31d412(0x216)]([a163_0x31d412(0x1fc),a163_0x31d412(0x1f4)])['optional']()}))[a163_0x31d412(0x1f5)](),'behavior_table':z[a163_0x31d412(0x214)]()[a163_0x31d412(0x1f5)](),'join_row':z[a163_0x31d412(0x219)]()[a163_0x31d412(0x213)]()[a163_0x31d412(0x1f5)](),'join_strategy':z[a163_0x31d412(0x216)]([a163_0x31d412(0x20c),'First',a163_0x31d412(0x200),a163_0x31d412(0x1fd)])[a163_0x31d412(0x1f5)](),'formatting':z[a163_0x31d412(0x216)]([a163_0x31d412(0x20e),a163_0x31d412(0x218)])[a163_0x31d412(0x1f5)](),'order_by':z[a163_0x31d412(0x20b)](z[a163_0x31d412(0x201)]({'key':z[a163_0x31d412(0x214)](),'order':z[a163_0x31d412(0x216)]([a163_0x31d412(0x20d),a163_0x31d412(0x1ed)])}))['optional']()});export const ActivationDefSchema=z[a163_0x31d412(0x201)]({'name':z[a163_0x31d412(0x214)]()['min'](0x1,a163_0x31d412(0x1f7)),'description':z['string']()[a163_0x31d412(0x1f5)](),'connection':z[a163_0x31d412(0x214)]()['min'](0x1,a163_0x31d412(0x204)),'all_columns':z[a163_0x31d412(0x1f6)]()[a163_0x31d412(0x1f5)](),'columns':z['array'](ActivationColumnDefSchema)['optional'](),'schedule':ScheduleDefSchema[a163_0x31d412(0x1f5)](),'notification':NotificationDefSchema[a163_0x31d412(0x1f5)](),'connector_config':z[a163_0x31d412(0x205)](z[a163_0x31d412(0x214)](),z[a163_0x31d412(0x1f9)]())[a163_0x31d412(0x1f5)](),'activation_template_id':z[a163_0x31d412(0x214)]()[a163_0x31d412(0x213)]()['optional'](),'behavior':ActivationBehaviorDefSchema[a163_0x31d412(0x213)]()[a163_0x31d412(0x1f5)](),'run_after_journey_refresh':z['boolean']()[a163_0x31d412(0x1f5)](),'nested_workflow_project_name':z[a163_0x31d412(0x214)]()[a163_0x31d412(0x1f5)](),'nested_workflow_name':z[a163_0x31d412(0x214)]()['optional'](),'lock_enabled':z['boolean']()['optional']()});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3d8b6c,_0x5ade6d){var _0x473d7b=a164_0x15d2,_0x304f99=_0x3d8b6c();while(!![]){try{var _0x518c6d=-parseInt(_0x473d7b(0xd5))/0x1*(parseInt(_0x473d7b(0xdd))/0x2)+parseInt(_0x473d7b(0xd9))/0x3+parseInt(_0x473d7b(0xdc))/0x4*(-parseInt(_0x473d7b(0xda))/0x5)+-parseInt(_0x473d7b(0xd4))/0x6+-parseInt(_0x473d7b(0xd7))/0x7+parseInt(_0x473d7b(0xdb))/0x8*(parseInt(_0x473d7b(0xd8))/0x9)+parseInt(_0x473d7b(0xd6))/0xa;if(_0x518c6d===_0x5ade6d)break;else _0x304f99['push'](_0x304f99['shift']());}catch(_0x5b4b0f){_0x304f99['push'](_0x304f99['shift']());}}}(a164_0x478b,0xeebb2));function a164_0x15d2(_0x90a473,_0x3fa748){_0x90a473=_0x90a473-0xd4;var _0x478b17=a164_0x478b();var _0x15d275=_0x478b17[_0x90a473];return _0x15d275;}export{JourneyStateTypeSchema,ReentryModeTypeSchema,WaitUnitTypeSchema,StepTypeValueSchema,EmbeddedSegmentDefSchema,CriteriaDefSchema,StepDefSchema,StageDefSchema,JourneyEntryDefSchema,JourneyDefSchema}from'./journey-schema.js';function a164_0x478b(){var _0x576540=['5nKcQOQ','8SBFJZq','2459372UcsirN','66QeNMBV','3364980AQhcVk','38224FFDSfY','33745450lNGZxs','7295302YHxUYg','6410223XVhlDJ','1110903bHgBOr'];a164_0x478b=function(){return _0x576540;};return a164_0x478b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a165_0x421509=a165_0x1c1a;(function(_0x5b0cc7,_0x362235){const _0x402460=a165_0x1c1a,_0x16de02=_0x5b0cc7();while(!![]){try{const _0x5984e4=-parseInt(_0x402460(0x1f9))/0x1*(-parseInt(_0x402460(0x203))/0x2)+parseInt(_0x402460(0x1f0))/0x3+-parseInt(_0x402460(0x1e9))/0x4*(-parseInt(_0x402460(0x208))/0x5)+-parseInt(_0x402460(0x1f3))/0x6+parseInt(_0x402460(0x1e1))/0x7+-parseInt(_0x402460(0x209))/0x8+-parseInt(_0x402460(0x1f8))/0x9*(-parseInt(_0x402460(0x1ff))/0xa);if(_0x5984e4===_0x362235)break;else _0x16de02['push'](_0x16de02['shift']());}catch(_0x4d26c0){_0x16de02['push'](_0x16de02['shift']());}}}(a165_0xd1de,0xeb2ba));import{z}from'zod';import{RuleDefSchema}from'./segment-schema.js';import{ActivationDefSchema}from'./activation-schema.js';export const JourneyStateTypeSchema=z['enum']([a165_0x421509(0x1e5),a165_0x421509(0x206),a165_0x421509(0x1f1)]);export const ReentryModeTypeSchema=z[a165_0x421509(0x1e3)](['no_reentry','reentry_unless_goal_achieved',a165_0x421509(0x1f2)]);export const WaitUnitTypeSchema=z[a165_0x421509(0x1e3)](['day','week']);function a165_0x1c1a(_0x55353b,_0x5f462a){_0x55353b=_0x55353b-0x1e1;const _0xd1debb=a165_0xd1de();let _0x1c1ae8=_0xd1debb[_0x55353b];return _0x1c1ae8;}export const StepTypeValueSchema=z['enum']([a165_0x421509(0x201),a165_0x421509(0x1fb),a165_0x421509(0x1ec),'ab_test',a165_0x421509(0x204),a165_0x421509(0x1e2),a165_0x421509(0x1e8)]);export const EmbeddedSegmentDefSchema=z[a165_0x421509(0x1f5)]({'description':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'rule':RuleDefSchema});const JumpTargetDefSchema=z[a165_0x421509(0x1f5)]({'journey':z[a165_0x421509(0x1f6)](),'stage':z[a165_0x421509(0x1f6)](),'bundle_id':z['string']()[a165_0x421509(0x1e7)]()});export const CriteriaDefSchema=z[a165_0x421509(0x1f5)]({'name':z[a165_0x421509(0x1f6)](),'description':z[a165_0x421509(0x1f6)]()['optional'](),'segment':z[a165_0x421509(0x1f6)](),'target':JumpTargetDefSchema[a165_0x421509(0x1e7)]()});const WaitConditionTimeoutDefSchema=z[a165_0x421509(0x1f5)]({'duration':z['number'](),'unit':WaitUnitTypeSchema,'next':z['string']()['optional']()}),WaitConditionDefSchema=z[a165_0x421509(0x1f5)]({'segment':z[a165_0x421509(0x1f6)](),'next':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'timeout':WaitConditionTimeoutDefSchema[a165_0x421509(0x1e7)]()}),WaitStepParamsDefSchema=z[a165_0x421509(0x1f5)]({'duration':z[a165_0x421509(0x1eb)]()[a165_0x421509(0x1e7)](),'unit':WaitUnitTypeSchema[a165_0x421509(0x1e7)](),'wait_until':z['string']()[a165_0x421509(0x1e7)](),'condition':WaitConditionDefSchema[a165_0x421509(0x1e7)](),'days_of_week':z[a165_0x421509(0x1ef)](z[a165_0x421509(0x1f6)]())[a165_0x421509(0x1e7)]()}),StepBaseFields={'name':z[a165_0x421509(0x1f6)](),'uuid':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'next':z['string']()[a165_0x421509(0x1e7)]()},WaitStepDefSchema=z['object']({...StepBaseFields,'type':z[a165_0x421509(0x1fa)](a165_0x421509(0x201)),'with':WaitStepParamsDefSchema}),ActivationStepParamsDefSchema=z[a165_0x421509(0x1f5)]({'activation':z[a165_0x421509(0x1f6)]()}),ActivationStepDefSchema=z[a165_0x421509(0x1f5)]({...StepBaseFields,'type':z[a165_0x421509(0x1fa)]('activation'),'with':ActivationStepParamsDefSchema}),DecisionBranchDefSchema=z[a165_0x421509(0x1f5)]({'name':z['string'](),'segment':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'segment_id':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'excluded':z['boolean']()['optional'](),'next':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)]()}),DecisionPointStepParamsDefSchema=z[a165_0x421509(0x1f5)]({'branches':z[a165_0x421509(0x1ef)](DecisionBranchDefSchema)}),DecisionPointStepDefSchema=z[a165_0x421509(0x1f5)]({...StepBaseFields,'type':z[a165_0x421509(0x1fa)]('decision_point'),'with':DecisionPointStepParamsDefSchema}),AbTestVariantDefSchema=z[a165_0x421509(0x1f5)]({'id':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'name':z[a165_0x421509(0x1f6)](),'percentage':z[a165_0x421509(0x1eb)](),'next':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)]()}),AbTestStepParamsDefSchema=z[a165_0x421509(0x1f5)]({'variants':z['array'](AbTestVariantDefSchema),'unique_id':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'customized_split':z[a165_0x421509(0x1fc)]()[a165_0x421509(0x1e7)]()}),AbTestStepDefSchema=z[a165_0x421509(0x1f5)]({...StepBaseFields,'type':z['literal'](a165_0x421509(0x1ea)),'with':AbTestStepParamsDefSchema}),MergeStepDefSchema=z[a165_0x421509(0x1f5)]({...StepBaseFields,'type':z[a165_0x421509(0x1fa)](a165_0x421509(0x204))}),JumpStepParamsDefSchema=z[a165_0x421509(0x1f5)]({'target':JumpTargetDefSchema}),JumpStepDefSchema=z[a165_0x421509(0x1f5)]({...StepBaseFields,'type':z[a165_0x421509(0x1fa)](a165_0x421509(0x1e2)),'with':JumpStepParamsDefSchema}),EndStepDefSchema=z[a165_0x421509(0x1f5)]({...StepBaseFields,'type':z[a165_0x421509(0x1fa)]('end')})[a165_0x421509(0x1fd)]();export const StepDefSchema=z[a165_0x421509(0x1ed)](a165_0x421509(0x1ee),[WaitStepDefSchema,ActivationStepDefSchema,DecisionPointStepDefSchema,AbTestStepDefSchema,MergeStepDefSchema,JumpStepDefSchema,EndStepDefSchema]);export const StageDefSchema=z[a165_0x421509(0x1f5)]({'name':z[a165_0x421509(0x1f6)](),'description':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'id':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'entry_criteria':CriteriaDefSchema[a165_0x421509(0x1e7)](),'exit_criteria':z['array'](CriteriaDefSchema)[a165_0x421509(0x1e7)](),'milestone':CriteriaDefSchema['optional'](),'root_step':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'steps':z[a165_0x421509(0x1ef)](StepDefSchema)[a165_0x421509(0x1e7)]()});export const JourneyEntryDefSchema=z[a165_0x421509(0x1f5)]({'name':z['string']()[a165_0x421509(0x1e7)](),'version':z[a165_0x421509(0x1f6)]()['optional'](),'state':JourneyStateTypeSchema['optional'](),'latest':z[a165_0x421509(0x1fc)]()[a165_0x421509(0x1e7)](),'stages':z[a165_0x421509(0x1ef)](StageDefSchema),'id':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'version_number':z['number']()['optional'](),'goal':CriteriaDefSchema[a165_0x421509(0x1e7)](),'reentry':ReentryModeTypeSchema[a165_0x421509(0x1e7)]()});export const JourneyDefSchema=z['lazy'](()=>z[a165_0x421509(0x1f5)]({'type':z[a165_0x421509(0x1fa)](a165_0x421509(0x1f7)),'name':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1f4)](0x1,'Journey\x20name\x20is\x20required'),'description':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'bundle_id':z[a165_0x421509(0x1f6)]()['optional'](),'bundle_name':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'folder_id':z['string']()['optional'](),'reentry':ReentryModeTypeSchema[a165_0x421509(0x1e7)](),'allow_reentry':z['boolean']()[a165_0x421509(0x1e7)](),'goal':CriteriaDefSchema[a165_0x421509(0x1e7)](),'id':z['string']()[a165_0x421509(0x1e7)](),'version':z[a165_0x421509(0x1f6)]()[a165_0x421509(0x1e7)](),'version_number':z[a165_0x421509(0x1eb)]()['optional'](),'stages':z[a165_0x421509(0x1ef)](StageDefSchema)[a165_0x421509(0x1e7)](),'versions':z[a165_0x421509(0x1ef)](JourneyEntryDefSchema)['optional'](),'journeys':z['array'](JourneyEntryDefSchema)[a165_0x421509(0x1e7)](),'segments':z[a165_0x421509(0x20a)](z[a165_0x421509(0x1f6)](),EmbeddedSegmentDefSchema)['optional'](),'activations':z[a165_0x421509(0x20a)](z[a165_0x421509(0x1f6)](),ActivationDefSchema)['optional']()})[a165_0x421509(0x1fe)](_0x279a86=>{const _0x24c776=a165_0x421509,_0x3582c2=[_0x279a86['journeys'],_0x279a86[_0x24c776(0x1e6)],_0x279a86[_0x24c776(0x1e4)]][_0x24c776(0x207)](_0x28c327=>Array[_0x24c776(0x200)](_0x28c327)&&_0x28c327[_0x24c776(0x202)]>0x0)[_0x24c776(0x202)];return _0x3582c2===0x1;},{'message':a165_0x421509(0x205)}));function a165_0xd1de(){const _0x3bcec7=['1096010ebNSLS','merge','Journey\x20must\x20have\x20exactly\x20one\x20of:\x20journeys,\x20stages,\x20or\x20versions','simulation','filter','15505bihDmk','8105992mgNXPw','record','4272317xICjma','jump','enum','versions','draft','stages','optional','end','732nUAvQu','ab_test','number','decision_point','discriminatedUnion','type','array','3473661oNDuJs','launched','reentry_always','9429744mtyraU','min','object','string','journey','18WGSxzW','2RXTOen','literal','activation','boolean','passthrough','refine','582100JleuwH','isArray','wait','length'];a165_0xd1de=function(){return _0x3bcec7;};return a165_0xd1de();}const _syncCheck1=!![],_syncCheck2=!![];void _syncCheck1,void _syncCheck2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a167_0x48fc(_0x5c436a,_0x5a517b){_0x5c436a=_0x5c436a-0x1ad;var _0xed2b8f=a167_0xed2b();var _0x48fc6c=_0xed2b8f[_0x5c436a];return _0x48fc6c;}function a167_0xed2b(){var _0x3fb250=['13nXpGFT','8582RgTlVn','68990MRNgmh','5722nvPKlW','1eMTxGW','17284oaBsok','8NUHcqK','330BKaMEJ','150bOBsaL','1285644qlAPdI','98967HCokJu','419319daGlxq','72WQTifa'];a167_0xed2b=function(){return _0x3fb250;};return a167_0xed2b();}(function(_0x2d7390,_0x5034b5){var _0x57f97e=a167_0x48fc,_0x367d2a=_0x2d7390();while(!![]){try{var _0x508f2c=-parseInt(_0x57f97e(0x1b4))/0x1*(-parseInt(_0x57f97e(0x1b3))/0x2)+parseInt(_0x57f97e(0x1af))/0x3*(parseInt(_0x57f97e(0x1b5))/0x4)+parseInt(_0x57f97e(0x1b2))/0x5+-parseInt(_0x57f97e(0x1b7))/0x6*(-parseInt(_0x57f97e(0x1b1))/0x7)+-parseInt(_0x57f97e(0x1b6))/0x8*(parseInt(_0x57f97e(0x1ae))/0x9)+-parseInt(_0x57f97e(0x1b8))/0xa*(parseInt(_0x57f97e(0x1ad))/0xb)+-parseInt(_0x57f97e(0x1b9))/0xc*(-parseInt(_0x57f97e(0x1b0))/0xd);if(_0x508f2c===_0x5034b5)break;else _0x367d2a['push'](_0x367d2a['shift']());}catch(_0x297b13){_0x367d2a['push'](_0x367d2a['shift']());}}}(a167_0xed2b,0x1bae8));export{OperatorTypeSchema,TimeUnitSchema,AggregationTypeSchema,ArrayMatchingSchema,OperatorDefSchema,AggregationDefSchema,TimeWindowDefSchema,FilterColumnConditionDefSchema,FilterRuleDefSchema,ValueConditionDefSchema,BehaviorConditionDefSchema,ColumnConditionDefSchema,CompositeConditionDefSchema,SegmentRefConditionDefSchema,ConditionDefSchema,RuleDefSchema,SegmentDefSchema}from'./segment-schema.js';export{ScheduleTypeSchema,RepeatUnitSchema,ScheduleDefSchema,NotificationDefSchema,ActivationColumnDefSchema,ActivationBehaviorDefSchema,ActivationDefSchema}from'./activation-schema.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a167_0x32bf94=a167_0x412b;(function(_0x2643a2,_0x51d6a0){const _0xdacdbe=a167_0x412b,_0x341f97=_0x2643a2();while(!![]){try{const _0x111c47=parseInt(_0xdacdbe(0x153))/0x1*(-parseInt(_0xdacdbe(0x134))/0x2)+parseInt(_0xdacdbe(0x146))/0x3+-parseInt(_0xdacdbe(0x147))/0x4*(-parseInt(_0xdacdbe(0x15f))/0x5)+-parseInt(_0xdacdbe(0x159))/0x6*(-parseInt(_0xdacdbe(0x142))/0x7)+parseInt(_0xdacdbe(0x12f))/0x8+parseInt(_0xdacdbe(0x143))/0x9+-parseInt(_0xdacdbe(0x161))/0xa*(-parseInt(_0xdacdbe(0x148))/0xb);if(_0x111c47===_0x51d6a0)break;else _0x341f97['push'](_0x341f97['shift']());}catch(_0xb993ad){_0x341f97['push'](_0x341f97['shift']());}}}(a167_0x4f32,0xc69e2));import{z}from'zod';export const OperatorTypeSchema=z[a167_0x32bf94(0x16f)]([a167_0x32bf94(0x132),a167_0x32bf94(0x171),a167_0x32bf94(0x176),a167_0x32bf94(0x14b),a167_0x32bf94(0x13f),'In',a167_0x32bf94(0x167),a167_0x32bf94(0x126),'IsNull',a167_0x32bf94(0x162),'TimeWithinNext',a167_0x32bf94(0x15a),a167_0x32bf94(0x151),'EndWith',a167_0x32bf94(0x14c)]);function a167_0x412b(_0x2226f7,_0x2365e3){_0x2226f7=_0x2226f7-0x124;const _0x4f3281=a167_0x4f32();let _0x412bd9=_0x4f3281[_0x2226f7];return _0x412bd9;}export const TimeUnitSchema=z[a167_0x32bf94(0x16f)]([a167_0x32bf94(0x129),a167_0x32bf94(0x124),a167_0x32bf94(0x160),a167_0x32bf94(0x15d),a167_0x32bf94(0x13d),a167_0x32bf94(0x136),'year']);export const AggregationTypeSchema=z[a167_0x32bf94(0x16f)]([a167_0x32bf94(0x14f),a167_0x32bf94(0x16e),a167_0x32bf94(0x131),a167_0x32bf94(0x163),a167_0x32bf94(0x154),a167_0x32bf94(0x144),a167_0x32bf94(0x177),a167_0x32bf94(0x15e)]);function a167_0x4f32(){const _0x4c80bb=['Last','5dlAgzY','hour','1483010mdWnYE','TimeWithinPast','Min','boolean','TimeWithinNext','from','Between','Behavior','timestamp','MISSING_BETWEEN_BOUNDS','Segment\x20reference\x20must\x20not\x20be\x20empty','segment','min','Sum','enum','Between\x20operator\x20requires\x20\x27min\x27\x20and/or\x20\x27max\x27\x20values','Greater','exclude','literal','funnel_stage','Segment\x20name\x20is\x20required','Less','First','minute','EndWith','Regexp','any','column','second','realtime','custom','all','Operator\x20\x27','\x27\x20requires\x20a\x20value','1616208sZjnIe','\x27\x20requires\x20a\x20time\x20unit','Average','Equal','addIssue','2658116ALwUGA','unit','month','has','duration','object','value','Timestamp\x20column\x20only\x20supports\x20TimeWithinPast,\x20TimeWithinNext,\x20or\x20TimeRange\x20operators\x20(got\x20\x27','number','week','And','LessEqual','union','Composite','3010lDOliS','9862443owfSRb','CountDistinct','type','1449387neytFZ','328652FzVaWm','11RXoyfY','Column','TimeRange\x20operator\x20requires\x20\x27from\x27','GreaterEqual','TimeRange','superRefine','lazy','Count','batch','StartWith','optional','1MRBQTb','Max','TimeRange\x20operator\x20requires\x20\x27duration\x27','operator','array','Value','1830ugSwmc','Contain','string','record','day'];a167_0x4f32=function(){return _0x4c80bb;};return a167_0x4f32();}const TemporalValueSchema=z[a167_0x32bf94(0x140)]([z[a167_0x32bf94(0x139)]({'timestamp':z['string']()}),z[a167_0x32bf94(0x139)]({'last':z[a167_0x32bf94(0x140)]([z['number'](),z[a167_0x32bf94(0x15c)](z[a167_0x32bf94(0x15b)](),z[a167_0x32bf94(0x13c)]())]),'unit':z[a167_0x32bf94(0x15b)]()})]),OperatorValueSchema=z[a167_0x32bf94(0x140)]([z[a167_0x32bf94(0x15b)](),z[a167_0x32bf94(0x13c)](),z['boolean'](),TemporalValueSchema,z[a167_0x32bf94(0x157)](z['union']([z[a167_0x32bf94(0x15b)](),z[a167_0x32bf94(0x13c)](),z['boolean']()]))]),OPERATORS_REQUIRING_VALUE=new Set([a167_0x32bf94(0x132),a167_0x32bf94(0x171),a167_0x32bf94(0x14b),a167_0x32bf94(0x176),a167_0x32bf94(0x13f),'In',a167_0x32bf94(0x15a),'StartWith',a167_0x32bf94(0x125),'Regexp','TimeWithinPast','TimeWithinNext']),OPERATORS_REQUIRING_UNIT=new Set(['TimeWithinPast',a167_0x32bf94(0x165)]);export const OperatorDefSchema=z[a167_0x32bf94(0x139)]({'type':OperatorTypeSchema,'not':z[a167_0x32bf94(0x164)]()[a167_0x32bf94(0x152)](),'value':OperatorValueSchema['optional'](),'min':z['union']([z['number'](),z['string'](),TemporalValueSchema])[a167_0x32bf94(0x152)](),'max':z[a167_0x32bf94(0x140)]([z[a167_0x32bf94(0x13c)](),z[a167_0x32bf94(0x15b)](),TemporalValueSchema])[a167_0x32bf94(0x152)](),'unit':TimeUnitSchema[a167_0x32bf94(0x152)](),'duration':z[a167_0x32bf94(0x139)]({'day':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)](),'week':z[a167_0x32bf94(0x13c)]()['optional'](),'month':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)](),'year':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)](),'hour':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)](),'minute':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)](),'second':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)]()})['optional'](),'from':z['object']({'last':z['union']([z[a167_0x32bf94(0x13c)](),z['string']()]),'unit':TimeUnitSchema})['optional'](),'reverse':z['boolean']()[a167_0x32bf94(0x152)]()})['superRefine']((_0x18b983,_0x5245e4)=>{const _0x286989=a167_0x32bf94;OPERATORS_REQUIRING_VALUE[_0x286989(0x137)](_0x18b983[_0x286989(0x145)])&&(_0x18b983[_0x286989(0x13a)]===undefined||_0x18b983[_0x286989(0x13a)]===null)&&_0x5245e4[_0x286989(0x133)]({'code':_0x286989(0x12b),'message':_0x286989(0x12d)+_0x18b983['type']+_0x286989(0x12e),'path':[_0x286989(0x13a)]}),_0x18b983[_0x286989(0x145)]===_0x286989(0x167)&&_0x18b983[_0x286989(0x16d)]===undefined&&_0x18b983['max']===undefined&&_0x5245e4[_0x286989(0x133)]({'code':_0x286989(0x12b),'message':_0x286989(0x170),'params':{'validationCode':_0x286989(0x16a)}}),OPERATORS_REQUIRING_UNIT[_0x286989(0x137)](_0x18b983[_0x286989(0x145)])&&_0x18b983['value']!==undefined&&!_0x18b983[_0x286989(0x135)]&&_0x5245e4['addIssue']({'code':'custom','message':_0x286989(0x12d)+_0x18b983[_0x286989(0x145)]+_0x286989(0x130),'path':['unit'],'params':{'validationCode':'MISSING_TIME_UNIT'}}),_0x18b983[_0x286989(0x145)]===_0x286989(0x14c)&&(!_0x18b983[_0x286989(0x138)]&&_0x5245e4['addIssue']({'code':_0x286989(0x12b),'message':_0x286989(0x155),'path':['duration']}),!_0x18b983[_0x286989(0x166)]&&_0x5245e4[_0x286989(0x133)]({'code':_0x286989(0x12b),'message':_0x286989(0x14a),'path':['from']}));});export const ArrayMatchingSchema=z[a167_0x32bf94(0x140)]([z[a167_0x32bf94(0x173)](a167_0x32bf94(0x127)),z[a167_0x32bf94(0x173)](a167_0x32bf94(0x12c)),z[a167_0x32bf94(0x139)]({'atLeast':z['number']()}),z[a167_0x32bf94(0x139)]({'atMost':z['number']()}),z[a167_0x32bf94(0x139)]({'exactly':z['number']()})]);export const AggregationDefSchema=z['discriminatedUnion'](a167_0x32bf94(0x145),[z[a167_0x32bf94(0x139)]({'type':z[a167_0x32bf94(0x16f)]([a167_0x32bf94(0x16e),a167_0x32bf94(0x163),a167_0x32bf94(0x154),'Average']),'column':z[a167_0x32bf94(0x15b)](),'groupingColumns':z[a167_0x32bf94(0x157)](z[a167_0x32bf94(0x15b)]())[a167_0x32bf94(0x152)]()}),z[a167_0x32bf94(0x139)]({'type':z[a167_0x32bf94(0x173)](a167_0x32bf94(0x14f)),'groupingColumns':z[a167_0x32bf94(0x157)](z[a167_0x32bf94(0x15b)]())[a167_0x32bf94(0x152)]()}),z[a167_0x32bf94(0x139)]({'type':z[a167_0x32bf94(0x173)](a167_0x32bf94(0x144)),'columns':z['array'](z[a167_0x32bf94(0x15b)]())}),z['object']({'type':z[a167_0x32bf94(0x16f)](['First',a167_0x32bf94(0x15e)]),'column':z[a167_0x32bf94(0x15b)](),'orderColumn':z['string'](),'groupingColumns':z[a167_0x32bf94(0x157)](z[a167_0x32bf94(0x15b)]())[a167_0x32bf94(0x152)]()})]);export const TimeWindowDefSchema=z[a167_0x32bf94(0x139)]({'duration':z[a167_0x32bf94(0x13c)](),'unit':TimeUnitSchema});const TIMESTAMP_OPERATORS=new Set([a167_0x32bf94(0x162),a167_0x32bf94(0x165),a167_0x32bf94(0x14c)]);export const FilterColumnConditionDefSchema=z[a167_0x32bf94(0x139)]({'type':z[a167_0x32bf94(0x173)]('Column'),'column':z['string'](),'operator':OperatorDefSchema,'arrayMatching':ArrayMatchingSchema[a167_0x32bf94(0x152)]()})[a167_0x32bf94(0x14d)]((_0x450213,_0x3b1025)=>{const _0x167c34=a167_0x32bf94,_0x33e23a=_0x450213[_0x167c34(0x156)][_0x167c34(0x145)];_0x450213[_0x167c34(0x128)]===_0x167c34(0x169)?!TIMESTAMP_OPERATORS[_0x167c34(0x137)](_0x33e23a)&&_0x3b1025[_0x167c34(0x133)]({'code':_0x167c34(0x12b),'message':_0x167c34(0x13b)+_0x33e23a+'\x27)','path':[_0x167c34(0x156),_0x167c34(0x145)]}):TIMESTAMP_OPERATORS[_0x167c34(0x137)](_0x33e23a)&&_0x3b1025[_0x167c34(0x133)]({'code':'custom','message':_0x167c34(0x12d)+_0x33e23a+'\x27\x20is\x20only\x20valid\x20for\x20the\x20\x27timestamp\x27\x20column','path':[_0x167c34(0x156),_0x167c34(0x145)]});});export const FilterRuleDefSchema=z[a167_0x32bf94(0x139)]({'type':z[a167_0x32bf94(0x173)]('And'),'conditions':z[a167_0x32bf94(0x157)](FilterColumnConditionDefSchema)});export const ValueConditionDefSchema=z['lazy'](()=>z[a167_0x32bf94(0x139)]({'type':z['literal'](a167_0x32bf94(0x158)),'attribute':z[a167_0x32bf94(0x15b)](),'operator':OperatorDefSchema,'arrayMatching':ArrayMatchingSchema[a167_0x32bf94(0x152)](),'exclude':z['boolean']()[a167_0x32bf94(0x152)](),'aggregation':AggregationDefSchema[a167_0x32bf94(0x152)](),'source':z['string']()[a167_0x32bf94(0x152)](),'filter':FilterRuleDefSchema[a167_0x32bf94(0x152)](),'limit':z[a167_0x32bf94(0x13c)]()[a167_0x32bf94(0x152)]()}));export const BehaviorConditionDefSchema=z['lazy'](()=>z['object']({'type':z[a167_0x32bf94(0x173)](a167_0x32bf94(0x168)),'attribute':z['string'](),'operator':OperatorDefSchema,'arrayMatching':ArrayMatchingSchema[a167_0x32bf94(0x152)](),'exclude':z[a167_0x32bf94(0x164)]()[a167_0x32bf94(0x152)](),'aggregation':AggregationDefSchema[a167_0x32bf94(0x152)](),'source':z[a167_0x32bf94(0x15b)]()[a167_0x32bf94(0x152)](),'filter':FilterRuleDefSchema[a167_0x32bf94(0x152)](),'timeWindow':TimeWindowDefSchema[a167_0x32bf94(0x152)](),'limit':z[a167_0x32bf94(0x13c)]()['optional']()}));export const ColumnConditionDefSchema=z[a167_0x32bf94(0x139)]({'type':z['literal'](a167_0x32bf94(0x149)),'column':z['string'](),'operator':OperatorDefSchema});export const CompositeConditionDefSchema=z['lazy'](()=>z['object']({'type':z[a167_0x32bf94(0x16f)](['And','Or',a167_0x32bf94(0x141)]),'conditions':z[a167_0x32bf94(0x157)](ConditionDefSchema),'description':z[a167_0x32bf94(0x15b)]()['optional'](),'expr':z[a167_0x32bf94(0x15b)]()[a167_0x32bf94(0x152)]()}));export const SegmentRefConditionDefSchema=z[a167_0x32bf94(0x139)]({'type':z[a167_0x32bf94(0x16f)](['include',a167_0x32bf94(0x172)]),'segment':z['string']()[a167_0x32bf94(0x16d)](0x1,a167_0x32bf94(0x16b))});export const ConditionDefSchema=z[a167_0x32bf94(0x14e)](()=>z[a167_0x32bf94(0x140)]([ValueConditionDefSchema,BehaviorConditionDefSchema,ColumnConditionDefSchema,CompositeConditionDefSchema,SegmentRefConditionDefSchema]));export const RuleDefSchema=z[a167_0x32bf94(0x14e)](()=>z[a167_0x32bf94(0x139)]({'type':z['enum']([a167_0x32bf94(0x13e),'Or',a167_0x32bf94(0x141)]),'conditions':z[a167_0x32bf94(0x157)](ConditionDefSchema),'description':z[a167_0x32bf94(0x15b)]()[a167_0x32bf94(0x152)](),'expr':z[a167_0x32bf94(0x15b)]()[a167_0x32bf94(0x152)]()}));export const SegmentDefSchema=z[a167_0x32bf94(0x139)]({'type':z['literal'](a167_0x32bf94(0x16c))[a167_0x32bf94(0x152)](),'name':z[a167_0x32bf94(0x15b)]()[a167_0x32bf94(0x16d)](0x1,a167_0x32bf94(0x175)),'description':z[a167_0x32bf94(0x15b)]()[a167_0x32bf94(0x152)](),'folder':z[a167_0x32bf94(0x15b)]()['optional'](),'rule':RuleDefSchema[a167_0x32bf94(0x152)](),'kind':z['enum']([a167_0x32bf94(0x150),a167_0x32bf94(0x12a),a167_0x32bf94(0x174)])[a167_0x32bf94(0x152)](),'visible':z[a167_0x32bf94(0x164)]()['optional'](),'activations':z[a167_0x32bf94(0x157)](z[a167_0x32bf94(0x127)]())[a167_0x32bf94(0x152)]()});const _syncCheck1=!![],_syncCheck2=!![];void _syncCheck1,void _syncCheck2;
|
|
1
|
+
const a168_0x356603=a168_0x25d7;(function(_0x3e1c5e,_0x33cf1d){const _0x2e004e=a168_0x25d7,_0x17c44d=_0x3e1c5e();while(!![]){try{const _0x4676e0=-parseInt(_0x2e004e(0x208))/0x1+-parseInt(_0x2e004e(0x1ef))/0x2+parseInt(_0x2e004e(0x215))/0x3*(-parseInt(_0x2e004e(0x200))/0x4)+parseInt(_0x2e004e(0x20b))/0x5+-parseInt(_0x2e004e(0x204))/0x6+-parseInt(_0x2e004e(0x214))/0x7*(parseInt(_0x2e004e(0x1fe))/0x8)+-parseInt(_0x2e004e(0x1f4))/0x9*(-parseInt(_0x2e004e(0x1fa))/0xa);if(_0x4676e0===_0x33cf1d)break;else _0x17c44d['push'](_0x17c44d['shift']());}catch(_0xf30d59){_0x17c44d['push'](_0x17c44d['shift']());}}}(a168_0x5887,0x9f85a));import{z}from'zod';export const OperatorTypeSchema=z['enum'](['Equal',a168_0x356603(0x1d3),a168_0x356603(0x206),a168_0x356603(0x1ee),a168_0x356603(0x1f2),'In','Between','Regexp','IsNull',a168_0x356603(0x201),'TimeWithinNext',a168_0x356603(0x1e1),a168_0x356603(0x21a),a168_0x356603(0x1d6),a168_0x356603(0x21b)]);export const TimeUnitSchema=z[a168_0x356603(0x1f3)](['second',a168_0x356603(0x20e),a168_0x356603(0x1fc),a168_0x356603(0x1d4),a168_0x356603(0x21c),a168_0x356603(0x1f1),a168_0x356603(0x219)]);export const AggregationTypeSchema=z[a168_0x356603(0x1f3)](['Count','Sum','Average',a168_0x356603(0x1e7),a168_0x356603(0x1e8),'CountDistinct','First',a168_0x356603(0x1d5)]);const TemporalValueSchema=z[a168_0x356603(0x1e6)]([z[a168_0x356603(0x20d)]({'timestamp':z[a168_0x356603(0x1db)]()}),z[a168_0x356603(0x20d)]({'last':z[a168_0x356603(0x1e6)]([z[a168_0x356603(0x217)](),z[a168_0x356603(0x1e9)](z[a168_0x356603(0x1db)](),z['number']())]),'unit':z[a168_0x356603(0x1db)]()})]),OperatorValueSchema=z['union']([z[a168_0x356603(0x1db)](),z[a168_0x356603(0x217)](),z[a168_0x356603(0x1d7)](),TemporalValueSchema,z[a168_0x356603(0x20c)](z[a168_0x356603(0x1e6)]([z['string'](),z[a168_0x356603(0x217)](),z['boolean']()]))]),OPERATORS_REQUIRING_VALUE=new Set([a168_0x356603(0x216),a168_0x356603(0x1d3),'GreaterEqual',a168_0x356603(0x206),a168_0x356603(0x1f2),'In',a168_0x356603(0x1e1),a168_0x356603(0x21a),'EndWith','Regexp',a168_0x356603(0x201),a168_0x356603(0x1ff)]),OPERATORS_REQUIRING_UNIT=new Set([a168_0x356603(0x201),a168_0x356603(0x1ff)]);export const OperatorDefSchema=z[a168_0x356603(0x20d)]({'type':OperatorTypeSchema,'not':z[a168_0x356603(0x1d7)]()[a168_0x356603(0x212)](),'value':OperatorValueSchema['optional'](),'min':z[a168_0x356603(0x1e6)]([z[a168_0x356603(0x217)](),z[a168_0x356603(0x1db)](),TemporalValueSchema])[a168_0x356603(0x212)](),'max':z[a168_0x356603(0x1e6)]([z[a168_0x356603(0x217)](),z[a168_0x356603(0x1db)](),TemporalValueSchema])['optional'](),'unit':TimeUnitSchema[a168_0x356603(0x212)](),'duration':z[a168_0x356603(0x20d)]({'day':z['number']()[a168_0x356603(0x212)](),'week':z[a168_0x356603(0x217)]()['optional'](),'month':z['number']()[a168_0x356603(0x212)](),'year':z[a168_0x356603(0x217)]()['optional'](),'hour':z[a168_0x356603(0x217)]()[a168_0x356603(0x212)](),'minute':z[a168_0x356603(0x217)]()[a168_0x356603(0x212)](),'second':z[a168_0x356603(0x217)]()['optional']()})[a168_0x356603(0x212)](),'from':z['object']({'last':z[a168_0x356603(0x1e6)]([z[a168_0x356603(0x217)](),z[a168_0x356603(0x1db)]()]),'unit':TimeUnitSchema})[a168_0x356603(0x212)](),'reverse':z[a168_0x356603(0x1d7)]()[a168_0x356603(0x212)]()})[a168_0x356603(0x1f9)]((_0x1c6fdd,_0x18f77a)=>{const _0x1696ac=a168_0x356603;OPERATORS_REQUIRING_VALUE['has'](_0x1c6fdd[_0x1696ac(0x1f0)])&&(_0x1c6fdd['value']===undefined||_0x1c6fdd[_0x1696ac(0x1df)]===null)&&_0x18f77a[_0x1696ac(0x1d2)]({'code':_0x1696ac(0x1f8),'message':'Operator\x20\x27'+_0x1c6fdd[_0x1696ac(0x1f0)]+'\x27\x20requires\x20a\x20value','path':[_0x1696ac(0x1df)]}),_0x1c6fdd[_0x1696ac(0x1f0)]===_0x1696ac(0x1dc)&&_0x1c6fdd['min']===undefined&&_0x1c6fdd['max']===undefined&&_0x18f77a['addIssue']({'code':_0x1696ac(0x1f8),'message':_0x1696ac(0x209),'params':{'validationCode':'MISSING_BETWEEN_BOUNDS'}}),OPERATORS_REQUIRING_UNIT[_0x1696ac(0x1f5)](_0x1c6fdd['type'])&&_0x1c6fdd[_0x1696ac(0x1df)]!==undefined&&!_0x1c6fdd[_0x1696ac(0x1dd)]&&_0x18f77a[_0x1696ac(0x1d2)]({'code':_0x1696ac(0x1f8),'message':'Operator\x20\x27'+_0x1c6fdd['type']+_0x1696ac(0x20f),'path':['unit'],'params':{'validationCode':'MISSING_TIME_UNIT'}}),_0x1c6fdd[_0x1696ac(0x1f0)]==='TimeRange'&&(!_0x1c6fdd[_0x1696ac(0x1d8)]&&_0x18f77a[_0x1696ac(0x1d2)]({'code':'custom','message':_0x1696ac(0x1de),'path':[_0x1696ac(0x1d8)]}),!_0x1c6fdd[_0x1696ac(0x1e4)]&&_0x18f77a[_0x1696ac(0x1d2)]({'code':'custom','message':'TimeRange\x20operator\x20requires\x20\x27from\x27','path':[_0x1696ac(0x1e4)]}));});export const ArrayMatchingSchema=z[a168_0x356603(0x1e6)]([z['literal'](a168_0x356603(0x1e5)),z[a168_0x356603(0x205)]('all'),z[a168_0x356603(0x20d)]({'atLeast':z[a168_0x356603(0x217)]()}),z['object']({'atMost':z[a168_0x356603(0x217)]()}),z['object']({'exactly':z[a168_0x356603(0x217)]()})]);export const AggregationDefSchema=z['discriminatedUnion'](a168_0x356603(0x1f0),[z['object']({'type':z[a168_0x356603(0x1f3)]([a168_0x356603(0x1ea),a168_0x356603(0x1e7),a168_0x356603(0x1e8),a168_0x356603(0x213)]),'column':z[a168_0x356603(0x1db)](),'groupingColumns':z[a168_0x356603(0x20c)](z[a168_0x356603(0x1db)]())['optional']()}),z['object']({'type':z[a168_0x356603(0x205)](a168_0x356603(0x1e0)),'groupingColumns':z[a168_0x356603(0x20c)](z[a168_0x356603(0x1db)]())[a168_0x356603(0x212)]()}),z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x205)]('CountDistinct'),'columns':z[a168_0x356603(0x20c)](z[a168_0x356603(0x1db)]())}),z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x1f3)](['First',a168_0x356603(0x1d5)]),'column':z[a168_0x356603(0x1db)](),'orderColumn':z[a168_0x356603(0x1db)](),'groupingColumns':z[a168_0x356603(0x20c)](z['string']())[a168_0x356603(0x212)]()})]);export const TimeWindowDefSchema=z[a168_0x356603(0x20d)]({'duration':z[a168_0x356603(0x217)](),'unit':TimeUnitSchema});const TIMESTAMP_OPERATORS=new Set([a168_0x356603(0x201),a168_0x356603(0x1ff),'TimeRange']);export const FilterColumnConditionDefSchema=z[a168_0x356603(0x20d)]({'type':z['literal'](a168_0x356603(0x1fd)),'column':z[a168_0x356603(0x1db)](),'operator':OperatorDefSchema,'arrayMatching':ArrayMatchingSchema[a168_0x356603(0x212)]()})[a168_0x356603(0x1f9)]((_0x3d84eb,_0x3f1477)=>{const _0xccef62=a168_0x356603,_0x1309ea=_0x3d84eb['operator'][_0xccef62(0x1f0)];_0x3d84eb[_0xccef62(0x1e2)]===_0xccef62(0x207)?!TIMESTAMP_OPERATORS['has'](_0x1309ea)&&_0x3f1477['addIssue']({'code':'custom','message':_0xccef62(0x203)+_0x1309ea+'\x27)','path':['operator',_0xccef62(0x1f0)]}):TIMESTAMP_OPERATORS['has'](_0x1309ea)&&_0x3f1477[_0xccef62(0x1d2)]({'code':'custom','message':'Operator\x20\x27'+_0x1309ea+_0xccef62(0x1ed),'path':['operator',_0xccef62(0x1f0)]});});function a168_0x25d7(_0x4ad2cb,_0x5f59cd){_0x4ad2cb=_0x4ad2cb-0x1d2;const _0x588757=a168_0x5887();let _0x25d772=_0x588757[_0x4ad2cb];return _0x25d772;}export const FilterRuleDefSchema=z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x205)](a168_0x356603(0x1ec)),'conditions':z['array'](FilterColumnConditionDefSchema)});export const ValueConditionDefSchema=z[a168_0x356603(0x202)](()=>z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x205)](a168_0x356603(0x1da)),'attribute':z[a168_0x356603(0x1db)](),'operator':OperatorDefSchema,'arrayMatching':ArrayMatchingSchema[a168_0x356603(0x212)](),'exclude':z[a168_0x356603(0x1d7)]()['optional'](),'aggregation':AggregationDefSchema[a168_0x356603(0x212)](),'source':z[a168_0x356603(0x1db)]()[a168_0x356603(0x212)](),'filter':FilterRuleDefSchema['optional'](),'limit':z[a168_0x356603(0x217)]()[a168_0x356603(0x212)]()}));export const BehaviorConditionDefSchema=z[a168_0x356603(0x202)](()=>z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x205)](a168_0x356603(0x1eb)),'attribute':z[a168_0x356603(0x1db)](),'operator':OperatorDefSchema,'arrayMatching':ArrayMatchingSchema[a168_0x356603(0x212)](),'exclude':z[a168_0x356603(0x1d7)]()[a168_0x356603(0x212)](),'aggregation':AggregationDefSchema[a168_0x356603(0x212)](),'source':z[a168_0x356603(0x1db)]()[a168_0x356603(0x212)](),'filter':FilterRuleDefSchema[a168_0x356603(0x212)](),'timeWindow':TimeWindowDefSchema[a168_0x356603(0x212)](),'limit':z[a168_0x356603(0x217)]()[a168_0x356603(0x212)]()}));export const ColumnConditionDefSchema=z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x205)](a168_0x356603(0x1fd)),'column':z[a168_0x356603(0x1db)](),'operator':OperatorDefSchema});function a168_0x5887(){const _0x27c04b=['Behavior','And','\x27\x20is\x20only\x20valid\x20for\x20the\x20\x27timestamp\x27\x20column','GreaterEqual','1017614BPGUzI','type','month','LessEqual','enum','1954827DFggaa','has','min','batch','custom','superRefine','140gDIkPL','Segment\x20reference\x20must\x20not\x20be\x20empty','hour','Column','18376NtzWyC','TimeWithinNext','20JFpTWm','TimeWithinPast','lazy','Timestamp\x20column\x20only\x20supports\x20TimeWithinPast,\x20TimeWithinNext,\x20or\x20TimeRange\x20operators\x20(got\x20\x27','3721422YUOFLH','literal','Less','timestamp','515270TFHEfG','Between\x20operator\x20requires\x20\x27min\x27\x20and/or\x20\x27max\x27\x20values','Segment\x20name\x20is\x20required','870735sgNxws','array','object','minute','\x27\x20requires\x20a\x20time\x20unit','Composite','include','optional','Average','658uZOLXv','420813ZcyZmz','Equal','number','realtime','year','StartWith','TimeRange','week','addIssue','Greater','day','Last','EndWith','boolean','duration','segment','Value','string','Between','unit','TimeRange\x20operator\x20requires\x20\x27duration\x27','value','Count','Contain','column','funnel_stage','from','any','union','Min','Max','record','Sum'];a168_0x5887=function(){return _0x27c04b;};return a168_0x5887();}export const CompositeConditionDefSchema=z[a168_0x356603(0x202)](()=>z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x1f3)]([a168_0x356603(0x1ec),'Or','Composite']),'conditions':z[a168_0x356603(0x20c)](ConditionDefSchema),'description':z[a168_0x356603(0x1db)]()[a168_0x356603(0x212)](),'expr':z[a168_0x356603(0x1db)]()[a168_0x356603(0x212)]()}));export const SegmentRefConditionDefSchema=z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x1f3)]([a168_0x356603(0x211),'exclude']),'segment':z['string']()['min'](0x1,a168_0x356603(0x1fb))});export const ConditionDefSchema=z[a168_0x356603(0x202)](()=>z[a168_0x356603(0x1e6)]([ValueConditionDefSchema,BehaviorConditionDefSchema,ColumnConditionDefSchema,CompositeConditionDefSchema,SegmentRefConditionDefSchema]));export const RuleDefSchema=z[a168_0x356603(0x202)](()=>z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x1f3)]([a168_0x356603(0x1ec),'Or',a168_0x356603(0x210)]),'conditions':z[a168_0x356603(0x20c)](ConditionDefSchema),'description':z[a168_0x356603(0x1db)]()['optional'](),'expr':z[a168_0x356603(0x1db)]()[a168_0x356603(0x212)]()}));export const SegmentDefSchema=z[a168_0x356603(0x20d)]({'type':z[a168_0x356603(0x205)](a168_0x356603(0x1d9))[a168_0x356603(0x212)](),'name':z[a168_0x356603(0x1db)]()[a168_0x356603(0x1f6)](0x1,a168_0x356603(0x20a)),'description':z[a168_0x356603(0x1db)]()['optional'](),'folder':z['string']()['optional'](),'rule':RuleDefSchema[a168_0x356603(0x212)](),'kind':z['enum']([a168_0x356603(0x1f7),a168_0x356603(0x218),a168_0x356603(0x1e3)])[a168_0x356603(0x212)](),'visible':z[a168_0x356603(0x1d7)]()['optional'](),'activations':z[a168_0x356603(0x20c)](z['any']())[a168_0x356603(0x212)]()});const _syncCheck1=!![],_syncCheck2=!![];void _syncCheck1,void _syncCheck2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a169_0x4b9f5a=a169_0x1200;(function(_0x713e77,_0x16a969){const _0x2dddbf=a169_0x1200,_0x52939b=_0x713e77();while(!![]){try{const _0x3230f7=-parseInt(_0x2dddbf(0x1a0))/0x1*(parseInt(_0x2dddbf(0x196))/0x2)+parseInt(_0x2dddbf(0x197))/0x3*(-parseInt(_0x2dddbf(0x190))/0x4)+-parseInt(_0x2dddbf(0x18c))/0x5+parseInt(_0x2dddbf(0x1a6))/0x6*(parseInt(_0x2dddbf(0x19a))/0x7)+-parseInt(_0x2dddbf(0x198))/0x8*(-parseInt(_0x2dddbf(0x18b))/0x9)+parseInt(_0x2dddbf(0x18d))/0xa*(parseInt(_0x2dddbf(0x1a3))/0xb)+parseInt(_0x2dddbf(0x1a1))/0xc;if(_0x3230f7===_0x16a969)break;else _0x52939b['push'](_0x52939b['shift']());}catch(_0x2de87a){_0x52939b['push'](_0x52939b['shift']());}}}(a169_0x5d38,0xc318e));import{readFileSync}from'fs';import*as a169_0x2847e7 from'path';import*as a169_0x31eb95 from'yaml';import{validateSegmentDef}from'./yaml-validator.js';import{validateJourneyDef}from'./journey-validator.js';import{validateCampaignDef}from'../engage/campaign-validator.js';import{validateTemplateDef}from'../engage/template-validator.js';const VALID_CAMPAIGN_TYPES=new Set([a169_0x4b9f5a(0x1ab),'push']);function a169_0x5d38(){const _0x33e3ec=['length','83EtjWqI','15030960BAzHJq','utf-8','1507QHWPxz','campaign','Failed\x20to\x20parse\x20YAML\x20file\x20(empty\x20or\x20invalid)','1684038ZEMaqk','has','basename','result','YAML\x20parse\x20error:\x20','email','filterType','valid','type','template','segment','3699ujuHww','7087005eccblm','89770fnbPns','warnings','journey','101028MsRvvq','campaign_type','map','error','not\x20a\x20','toJSON','22510OmHFmo','33VADgWm','12952wEYPOA','YAML_PARSE_ERROR','7EqwsbK','object','parseDocument','relative','skipped'];a169_0x5d38=function(){return _0x33e3ec;};return a169_0x5d38();}function a169_0x1200(_0x183cfc,_0x90a9fe){_0x183cfc=_0x183cfc-0x189;const _0x5d38ae=a169_0x5d38();let _0x120013=_0x5d38ae[_0x183cfc];return _0x120013;}export function isJourneyDef(_0x3b2155){const _0x277135=a169_0x4b9f5a;return typeof _0x3b2155===_0x277135(0x19b)&&_0x3b2155!==null&&_0x277135(0x1ae)in _0x3b2155&&_0x3b2155[_0x277135(0x1ae)]===_0x277135(0x18f);}export function isCampaignDef(_0x33d45b){const _0x55185f=a169_0x4b9f5a;if(typeof _0x33d45b!==_0x55185f(0x19b)||_0x33d45b===null)return![];const _0x1556a3=_0x33d45b,_0x43ee0c=VALID_CAMPAIGN_TYPES[_0x55185f(0x1a7)](_0x1556a3[_0x55185f(0x191)]);if(_0x1556a3['type']===_0x55185f(0x1a4)&&_0x43ee0c)return!![];if(_0x43ee0c&&!_0x1556a3['type'])return!![];return![];}export function isTemplateDef(_0x13880f){const _0x3fa5c3=a169_0x4b9f5a;return typeof _0x13880f===_0x3fa5c3(0x19b)&&_0x13880f!==null&&_0x3fa5c3(0x1ae)in _0x13880f&&_0x13880f[_0x3fa5c3(0x1ae)]===_0x3fa5c3(0x189);}export function isValidationResult(_0x33ea8d){const _0x1e78e6=a169_0x4b9f5a;return!(_0x1e78e6(0x19e)in _0x33ea8d);}export function createParseErrorResult(_0x426cb1,_0x4c7a4a,_0x3288f1,_0x4dce44,_0x40d8ed=a169_0x4b9f5a(0x18a)){const _0x316272=a169_0x4b9f5a;return{'filePath':_0x426cb1,'relativePath':_0x4c7a4a,'source':_0x3288f1,'result':{'valid':![],'errors':[{'level':_0x316272(0x193),'path':'','code':_0x316272(0x199),'message':_0x4dce44}],'warnings':[]},'fileType':_0x40d8ed};}export function validateYamlFile(_0x102988,_0x3e7b0e,_0x5747b7={}){const _0x245f8a=a169_0x4b9f5a,_0x343df3=a169_0x2847e7[_0x245f8a(0x19d)](_0x3e7b0e,_0x102988)||a169_0x2847e7[_0x245f8a(0x1a8)](_0x102988);try{const _0x290dca=readFileSync(_0x102988,_0x245f8a(0x1a2)),_0x49db2c=a169_0x31eb95[_0x245f8a(0x19c)](_0x290dca),_0x3fe3b5=_0x49db2c[_0x245f8a(0x195)]();if(!_0x3fe3b5)return createParseErrorResult(_0x102988,_0x343df3,_0x290dca,_0x245f8a(0x1a5));let _0x3a89a2;if(isJourneyDef(_0x3fe3b5))_0x3a89a2=_0x245f8a(0x18f);else{if(isCampaignDef(_0x3fe3b5))_0x3a89a2=_0x245f8a(0x1a4);else isTemplateDef(_0x3fe3b5)?_0x3a89a2='template':_0x3a89a2=_0x245f8a(0x18a);}if(_0x5747b7['filterType']&&_0x3a89a2!==_0x5747b7[_0x245f8a(0x1ac)])return{'filePath':_0x102988,'relativePath':_0x343df3,'skipped':!![],'reason':_0x245f8a(0x194)+_0x5747b7[_0x245f8a(0x1ac)]};const _0x199b8d={'source':_0x290dca,'document':_0x49db2c};let _0x433276;if(_0x3a89a2===_0x245f8a(0x18f))_0x433276=validateJourneyDef(_0x3fe3b5,_0x199b8d);else{if(_0x3a89a2==='campaign')_0x433276=validateCampaignDef(_0x3fe3b5,_0x199b8d);else _0x3a89a2===_0x245f8a(0x189)?_0x433276=validateTemplateDef(_0x3fe3b5,_0x199b8d):_0x433276=validateSegmentDef(_0x3fe3b5,_0x199b8d);}return{'filePath':_0x102988,'relativePath':_0x343df3,'source':_0x290dca,'result':_0x433276,'fileType':_0x3a89a2};}catch(_0x4b38a7){const _0x14afa2=_0x4b38a7 instanceof Error?_0x4b38a7['message']:String(_0x4b38a7);return createParseErrorResult(_0x102988,_0x343df3,'',_0x245f8a(0x1aa)+_0x14afa2);}}export function validateYamlFiles(_0x41618e,_0x2fe873,_0xb5aa76={}){const _0x12aff5=a169_0x4b9f5a;return _0x41618e[_0x12aff5(0x192)](_0x107499=>validateYamlFile(_0x107499,_0x2fe873,_0xb5aa76));}export function calculateSummary(_0x5b9ce5){const _0x13571d=a169_0x4b9f5a;let _0x5a7c96=0x0,_0x3b71c1=0x0,_0x45557d=0x0,_0x5a6213=0x0;for(const _0xd4e914 of _0x5b9ce5){if(!isValidationResult(_0xd4e914)){_0x5a6213++;continue;}_0xd4e914[_0x13571d(0x1a9)][_0x13571d(0x1ad)]?_0x5a7c96++:_0x3b71c1++,_0x45557d+=_0xd4e914[_0x13571d(0x1a9)][_0x13571d(0x18e)][_0x13571d(0x19f)];}return{'validCount':_0x5a7c96,'invalidCount':_0x3b71c1,'warningCount':_0x45557d,'skippedCount':_0x5a6213,'hasErrors':_0x3b71c1>0x0};}
|