@redonvn/redai-backend-api-sdk 0.5.93 → 0.5.94
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/cjs/generated/ask-ai/index.js +1 -2
- package/dist/cjs/generated/ask-ai/index.js.map +1 -1
- package/dist/cjs/generated/ask-ai/services/admin-ask-ai.service.js +27 -0
- package/dist/cjs/generated/ask-ai/services/admin-ask-ai.service.js.map +1 -1
- package/dist/cjs/generated/ask-ai/services/ask-ai-facebook-campaign.service.js +19 -0
- package/dist/cjs/generated/ask-ai/services/ask-ai-facebook-campaign.service.js.map +1 -0
- package/dist/cjs/generated/ask-ai/services/ask-ai-prompt-optimize.service.js +19 -0
- package/dist/cjs/generated/ask-ai/services/ask-ai-prompt-optimize.service.js.map +1 -0
- package/dist/cjs/generated/ask-ai/services/index.js +5 -1
- package/dist/cjs/generated/ask-ai/services/index.js.map +1 -1
- package/dist/cjs/generated/ask-ai/types.js +2 -2
- package/dist/cjs/generated/ask-ai/types.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/index.js +2 -5
- package/dist/cjs/generated/dynamic-table/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table/types.js +2 -5
- package/dist/cjs/generated/dynamic-table/types.js.map +1 -1
- package/dist/cjs/generated/dynamic-table-public/index.js +0 -3
- package/dist/cjs/generated/dynamic-table-public/index.js.map +1 -1
- package/dist/cjs/generated/dynamic-table-public/services/public-datas.service.js.map +1 -1
- package/dist/cjs/generated/dynamic-table-public/types.js +0 -12
- package/dist/cjs/generated/dynamic-table-public/types.js.map +1 -1
- package/dist/cjs/generated/index.js +75 -55
- package/dist/cjs/generated/index.js.map +1 -1
- package/dist/cjs/generated/integration/index.js +4 -1
- package/dist/cjs/generated/integration/index.js.map +1 -1
- package/dist/cjs/generated/integration/services/facebook-ads-user.service.js +1 -1
- package/dist/cjs/generated/integration/services/facebook-ads-user.service.js.map +1 -1
- package/dist/cjs/generated/integration/services/facebook-integration.service.js +18 -0
- package/dist/cjs/generated/integration/services/facebook-integration.service.js.map +1 -1
- package/dist/cjs/generated/integration/services/google-youtube-integration.service.js +46 -0
- package/dist/cjs/generated/integration/services/google-youtube-integration.service.js.map +1 -0
- package/dist/cjs/generated/integration/services/index.js +10 -1
- package/dist/cjs/generated/integration/services/index.js.map +1 -1
- package/dist/cjs/generated/integration/services/integration-provider.service.js +18 -0
- package/dist/cjs/generated/integration/services/integration-provider.service.js.map +1 -1
- package/dist/cjs/generated/integration/services/key-llm-user.service.js +18 -0
- package/dist/cjs/generated/integration/services/key-llm-user.service.js.map +1 -1
- package/dist/cjs/generated/integration/services/openai-oauth-image.service.js +19 -0
- package/dist/cjs/generated/integration/services/openai-oauth-image.service.js.map +1 -0
- package/dist/cjs/generated/integration/services/openai-oauth-integration.service.js +36 -0
- package/dist/cjs/generated/integration/services/openai-oauth-integration.service.js.map +1 -1
- package/dist/cjs/generated/integration/services/tiktok-ads-integration.service.js +64 -0
- package/dist/cjs/generated/integration/services/tiktok-ads-integration.service.js.map +1 -0
- package/dist/cjs/generated/integration/services/user-actor-memory-embedding.service.js +37 -0
- package/dist/cjs/generated/integration/services/user-actor-memory-embedding.service.js.map +1 -0
- package/dist/cjs/generated/integration/types.js +19 -1
- package/dist/cjs/generated/integration/types.js.map +1 -1
- package/dist/cjs/generated/rai-job/index.js +5 -0
- package/dist/cjs/generated/rai-job/index.js.map +1 -1
- package/dist/cjs/generated/rai-job/services/index.js +3 -3
- package/dist/cjs/generated/rai-job/services/index.js.map +1 -1
- package/dist/cjs/generated/rai-job/services/rai-job.service.js +28 -0
- package/dist/cjs/generated/rai-job/services/rai-job.service.js.map +1 -0
- package/dist/cjs/generated/rai-job/types.js +21 -0
- package/dist/cjs/generated/rai-job/types.js.map +1 -1
- package/dist/cjs/generated/shared-types.js +3 -5
- package/dist/cjs/generated/shared-types.js.map +1 -1
- package/dist/cjs/generated/workflow/index.js +20 -0
- package/dist/cjs/generated/workflow/index.js.map +1 -1
- package/dist/cjs/generated/workflow/services/custom-node-user.service.js +9 -0
- package/dist/cjs/generated/workflow/services/custom-node-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/execution-control-user.service.js +29 -2
- package/dist/cjs/generated/workflow/services/execution-control-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/execution-user.service.js +20 -2
- package/dist/cjs/generated/workflow/services/execution-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/index.js +17 -11
- package/dist/cjs/generated/workflow/services/index.js.map +1 -1
- package/dist/cjs/generated/workflow/services/load-options-user.service.js +1 -1
- package/dist/cjs/generated/workflow/services/load-options-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/node-definition-user.service.js +2 -11
- package/dist/cjs/generated/workflow/services/node-definition-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/node-user.service.js +31 -13
- package/dist/cjs/generated/workflow/services/node-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/timeline-user.service.js +19 -0
- package/dist/cjs/generated/workflow/services/timeline-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/wf-run-metrics-user.service.js +37 -0
- package/dist/cjs/generated/workflow/services/wf-run-metrics-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/workflow-command-user.service.js +109 -0
- package/dist/cjs/generated/workflow/services/workflow-command-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/workflow-events-user.service.js +19 -0
- package/dist/cjs/generated/workflow/services/workflow-events-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/{workflow-sse-user.service.js → workflow-read-user.service.js} +9 -9
- package/dist/cjs/generated/workflow/services/workflow-read-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/workflow-state-user.service.js +55 -0
- package/dist/cjs/generated/workflow/services/workflow-state-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/{custom-trigger.service.js → workflow-template-action-user.service.js} +20 -20
- package/dist/cjs/generated/workflow/services/workflow-template-action-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/services/workflow-template-user.service.js +3 -3
- package/dist/cjs/generated/workflow/services/workflow-template-user.service.js.map +1 -1
- package/dist/cjs/generated/workflow/services/workflow-trigger-user.service.js +46 -0
- package/dist/cjs/generated/workflow/services/workflow-trigger-user.service.js.map +1 -0
- package/dist/cjs/generated/workflow/types.js +434 -0
- package/dist/cjs/generated/workflow/types.js.map +1 -1
- package/dist/cjs/generated/workspace/services/workspace-current-scope-capability.service.js +9 -0
- package/dist/cjs/generated/workspace/services/workspace-current-scope-capability.service.js.map +1 -1
- package/dist/cjs/index.js +15 -6
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/generated/ask-ai/index.d.ts +1 -1
- package/dist/esm/generated/ask-ai/index.d.ts.map +1 -1
- package/dist/esm/generated/ask-ai/index.js +1 -1
- package/dist/esm/generated/ask-ai/index.js.map +1 -1
- package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.d.ts +11 -1
- package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.d.ts.map +1 -1
- package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.js +27 -0
- package/dist/esm/generated/ask-ai/services/admin-ask-ai.service.js.map +1 -1
- package/dist/esm/generated/ask-ai/services/ask-ai-facebook-campaign.service.d.ts +8 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-facebook-campaign.service.d.ts.map +1 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-facebook-campaign.service.js +15 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-facebook-campaign.service.js.map +1 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-prompt-optimize.service.d.ts +8 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-prompt-optimize.service.d.ts.map +1 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-prompt-optimize.service.js +15 -0
- package/dist/esm/generated/ask-ai/services/ask-ai-prompt-optimize.service.js.map +1 -0
- package/dist/esm/generated/ask-ai/services/index.d.ts +2 -0
- package/dist/esm/generated/ask-ai/services/index.d.ts.map +1 -1
- package/dist/esm/generated/ask-ai/services/index.js +2 -0
- package/dist/esm/generated/ask-ai/services/index.js.map +1 -1
- package/dist/esm/generated/ask-ai/types.d.ts +70 -7
- package/dist/esm/generated/ask-ai/types.d.ts.map +1 -1
- package/dist/esm/generated/ask-ai/types.js +2 -1
- package/dist/esm/generated/ask-ai/types.js.map +1 -1
- package/dist/esm/generated/dynamic-table/index.js +1 -1
- package/dist/esm/generated/dynamic-table/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table/types.js +1 -1
- package/dist/esm/generated/dynamic-table/types.js.map +1 -1
- package/dist/esm/generated/dynamic-table-public/index.d.ts +0 -1
- package/dist/esm/generated/dynamic-table-public/index.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table-public/index.js +0 -1
- package/dist/esm/generated/dynamic-table-public/index.js.map +1 -1
- package/dist/esm/generated/dynamic-table-public/services/public-datas.service.d.ts +9 -17
- package/dist/esm/generated/dynamic-table-public/services/public-datas.service.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table-public/services/public-datas.service.js.map +1 -1
- package/dist/esm/generated/dynamic-table-public/types.d.ts +2 -140
- package/dist/esm/generated/dynamic-table-public/types.d.ts.map +1 -1
- package/dist/esm/generated/dynamic-table-public/types.js +1 -11
- package/dist/esm/generated/dynamic-table-public/types.js.map +1 -1
- package/dist/esm/generated/index.d.ts +8 -7
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/index.js +3 -2
- package/dist/esm/generated/index.js.map +1 -1
- package/dist/esm/generated/integration/index.d.ts +1 -1
- package/dist/esm/generated/integration/index.d.ts.map +1 -1
- package/dist/esm/generated/integration/index.js +1 -1
- package/dist/esm/generated/integration/index.js.map +1 -1
- package/dist/esm/generated/integration/services/facebook-ads-user.service.js +1 -1
- package/dist/esm/generated/integration/services/facebook-ads-user.service.js.map +1 -1
- package/dist/esm/generated/integration/services/facebook-integration.service.d.ts +3 -1
- package/dist/esm/generated/integration/services/facebook-integration.service.d.ts.map +1 -1
- package/dist/esm/generated/integration/services/facebook-integration.service.js +18 -0
- package/dist/esm/generated/integration/services/facebook-integration.service.js.map +1 -1
- package/dist/esm/generated/integration/services/google-youtube-integration.service.d.ts +16 -0
- package/dist/esm/generated/integration/services/google-youtube-integration.service.d.ts.map +1 -0
- package/dist/esm/generated/integration/services/google-youtube-integration.service.js +42 -0
- package/dist/esm/generated/integration/services/google-youtube-integration.service.js.map +1 -0
- package/dist/esm/generated/integration/services/index.d.ts +4 -0
- package/dist/esm/generated/integration/services/index.d.ts.map +1 -1
- package/dist/esm/generated/integration/services/index.js +4 -0
- package/dist/esm/generated/integration/services/index.js.map +1 -1
- package/dist/esm/generated/integration/services/integration-provider.service.d.ts +3 -1
- package/dist/esm/generated/integration/services/integration-provider.service.d.ts.map +1 -1
- package/dist/esm/generated/integration/services/integration-provider.service.js +18 -0
- package/dist/esm/generated/integration/services/integration-provider.service.js.map +1 -1
- package/dist/esm/generated/integration/services/key-llm-user.service.d.ts +3 -1
- package/dist/esm/generated/integration/services/key-llm-user.service.d.ts.map +1 -1
- package/dist/esm/generated/integration/services/key-llm-user.service.js +18 -0
- package/dist/esm/generated/integration/services/key-llm-user.service.js.map +1 -1
- package/dist/esm/generated/integration/services/openai-oauth-image.service.d.ts +8 -0
- package/dist/esm/generated/integration/services/openai-oauth-image.service.d.ts.map +1 -0
- package/dist/esm/generated/integration/services/openai-oauth-image.service.js +15 -0
- package/dist/esm/generated/integration/services/openai-oauth-image.service.js.map +1 -0
- package/dist/esm/generated/integration/services/openai-oauth-integration.service.d.ts +10 -1
- package/dist/esm/generated/integration/services/openai-oauth-integration.service.d.ts.map +1 -1
- package/dist/esm/generated/integration/services/openai-oauth-integration.service.js +36 -0
- package/dist/esm/generated/integration/services/openai-oauth-integration.service.js.map +1 -1
- package/dist/esm/generated/integration/services/tiktok-ads-integration.service.d.ts +16 -0
- package/dist/esm/generated/integration/services/tiktok-ads-integration.service.d.ts.map +1 -0
- package/dist/esm/generated/integration/services/tiktok-ads-integration.service.js +60 -0
- package/dist/esm/generated/integration/services/tiktok-ads-integration.service.js.map +1 -0
- package/dist/esm/generated/integration/services/user-actor-memory-embedding.service.d.ts +10 -0
- package/dist/esm/generated/integration/services/user-actor-memory-embedding.service.d.ts.map +1 -0
- package/dist/esm/generated/integration/services/user-actor-memory-embedding.service.js +33 -0
- package/dist/esm/generated/integration/services/user-actor-memory-embedding.service.js.map +1 -0
- package/dist/esm/generated/integration/types.d.ts +392 -43
- package/dist/esm/generated/integration/types.d.ts.map +1 -1
- package/dist/esm/generated/integration/types.js +18 -1
- package/dist/esm/generated/integration/types.js.map +1 -1
- package/dist/esm/generated/rai-job/index.d.ts +1 -0
- package/dist/esm/generated/rai-job/index.d.ts.map +1 -1
- package/dist/esm/generated/rai-job/index.js +1 -0
- package/dist/esm/generated/rai-job/index.js.map +1 -1
- package/dist/esm/generated/rai-job/services/index.d.ts +1 -1
- package/dist/esm/generated/rai-job/services/index.d.ts.map +1 -1
- package/dist/esm/generated/rai-job/services/index.js +1 -1
- package/dist/esm/generated/rai-job/services/index.js.map +1 -1
- package/dist/esm/generated/rai-job/services/rai-job.service.d.ts +9 -0
- package/dist/esm/generated/rai-job/services/rai-job.service.d.ts.map +1 -0
- package/dist/esm/generated/rai-job/services/rai-job.service.js +24 -0
- package/dist/esm/generated/rai-job/services/rai-job.service.js.map +1 -0
- package/dist/esm/generated/rai-job/types.d.ts +103 -3
- package/dist/esm/generated/rai-job/types.d.ts.map +1 -1
- package/dist/esm/generated/rai-job/types.js +19 -1
- package/dist/esm/generated/rai-job/types.js.map +1 -1
- package/dist/esm/generated/shared-types.d.ts +53 -7
- package/dist/esm/generated/shared-types.d.ts.map +1 -1
- package/dist/esm/generated/shared-types.js +1 -3
- package/dist/esm/generated/shared-types.js.map +1 -1
- package/dist/esm/generated/workflow/index.d.ts +1 -0
- package/dist/esm/generated/workflow/index.d.ts.map +1 -1
- package/dist/esm/generated/workflow/index.js +1 -0
- package/dist/esm/generated/workflow/index.js.map +1 -1
- package/dist/esm/generated/workflow/services/custom-node-user.service.d.ts +3 -1
- package/dist/esm/generated/workflow/services/custom-node-user.service.d.ts.map +1 -1
- package/dist/esm/generated/workflow/services/custom-node-user.service.js +9 -0
- package/dist/esm/generated/workflow/services/custom-node-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/execution-control-user.service.d.ts +5 -2
- package/dist/esm/generated/workflow/services/execution-control-user.service.d.ts.map +1 -1
- package/dist/esm/generated/workflow/services/execution-control-user.service.js +29 -2
- package/dist/esm/generated/workflow/services/execution-control-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/execution-user.service.d.ts +3 -1
- package/dist/esm/generated/workflow/services/execution-user.service.d.ts.map +1 -1
- package/dist/esm/generated/workflow/services/execution-user.service.js +20 -2
- package/dist/esm/generated/workflow/services/execution-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/index.d.ts +8 -5
- package/dist/esm/generated/workflow/services/index.d.ts.map +1 -1
- package/dist/esm/generated/workflow/services/index.js +8 -5
- package/dist/esm/generated/workflow/services/index.js.map +1 -1
- package/dist/esm/generated/workflow/services/load-options-user.service.js +1 -1
- package/dist/esm/generated/workflow/services/load-options-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/node-definition-user.service.d.ts +1 -2
- package/dist/esm/generated/workflow/services/node-definition-user.service.d.ts.map +1 -1
- package/dist/esm/generated/workflow/services/node-definition-user.service.js +2 -11
- package/dist/esm/generated/workflow/services/node-definition-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/node-user.service.d.ts +6 -4
- package/dist/esm/generated/workflow/services/node-user.service.d.ts.map +1 -1
- package/dist/esm/generated/workflow/services/node-user.service.js +31 -13
- package/dist/esm/generated/workflow/services/node-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/timeline-user.service.d.ts +8 -0
- package/dist/esm/generated/workflow/services/timeline-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/timeline-user.service.js +15 -0
- package/dist/esm/generated/workflow/services/timeline-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/wf-run-metrics-user.service.d.ts +10 -0
- package/dist/esm/generated/workflow/services/wf-run-metrics-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/wf-run-metrics-user.service.js +33 -0
- package/dist/esm/generated/workflow/services/wf-run-metrics-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-command-user.service.d.ts +23 -0
- package/dist/esm/generated/workflow/services/workflow-command-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-command-user.service.js +105 -0
- package/dist/esm/generated/workflow/services/workflow-command-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-events-user.service.d.ts +8 -0
- package/dist/esm/generated/workflow/services/workflow-events-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-events-user.service.js +15 -0
- package/dist/esm/generated/workflow/services/workflow-events-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-read-user.service.d.ts +9 -0
- package/dist/esm/generated/workflow/services/workflow-read-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/{workflow-sse-user.service.js → workflow-read-user.service.js} +7 -7
- package/dist/esm/generated/workflow/services/workflow-read-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-state-user.service.d.ts +12 -0
- package/dist/esm/generated/workflow/services/workflow-state-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-state-user.service.js +51 -0
- package/dist/esm/generated/workflow/services/workflow-state-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-template-action-user.service.d.ts +13 -0
- package/dist/esm/generated/workflow/services/workflow-template-action-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/{custom-trigger.service.js → workflow-template-action-user.service.js} +18 -18
- package/dist/esm/generated/workflow/services/workflow-template-action-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-template-user.service.js +3 -3
- package/dist/esm/generated/workflow/services/workflow-template-user.service.js.map +1 -1
- package/dist/esm/generated/workflow/services/workflow-trigger-user.service.d.ts +11 -0
- package/dist/esm/generated/workflow/services/workflow-trigger-user.service.d.ts.map +1 -0
- package/dist/esm/generated/workflow/services/workflow-trigger-user.service.js +42 -0
- package/dist/esm/generated/workflow/services/workflow-trigger-user.service.js.map +1 -0
- package/dist/esm/generated/workflow/types.d.ts +1869 -368
- package/dist/esm/generated/workflow/types.d.ts.map +1 -1
- package/dist/esm/generated/workflow/types.js +431 -1
- package/dist/esm/generated/workflow/types.js.map +1 -1
- package/dist/esm/generated/workspace/services/workspace-current-scope-capability.service.d.ts +2 -1
- package/dist/esm/generated/workspace/services/workspace-current-scope-capability.service.d.ts.map +1 -1
- package/dist/esm/generated/workspace/services/workspace-current-scope-capability.service.js +9 -0
- package/dist/esm/generated/workspace/services/workspace-current-scope-capability.service.js.map +1 -1
- package/dist/esm/generated/workspace/types.d.ts +8 -0
- package/dist/esm/generated/workspace/types.d.ts.map +1 -1
- package/dist/esm/index.d.ts +32 -14
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +16 -7
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/generated/rai-job/services/status.service.js +0 -19
- package/dist/cjs/generated/rai-job/services/status.service.js.map +0 -1
- package/dist/cjs/generated/workflow/services/custom-trigger.service.js.map +0 -1
- package/dist/cjs/generated/workflow/services/node-execution-user.service.js +0 -19
- package/dist/cjs/generated/workflow/services/node-execution-user.service.js.map +0 -1
- package/dist/cjs/generated/workflow/services/webhook-registry-user.service.js +0 -55
- package/dist/cjs/generated/workflow/services/webhook-registry-user.service.js.map +0 -1
- package/dist/cjs/generated/workflow/services/workflow-sse-user.service.js.map +0 -1
- package/dist/cjs/generated/workflow/services/workflow-user.service.js +0 -163
- package/dist/cjs/generated/workflow/services/workflow-user.service.js.map +0 -1
- package/dist/esm/generated/rai-job/services/status.service.d.ts +0 -8
- package/dist/esm/generated/rai-job/services/status.service.d.ts.map +0 -1
- package/dist/esm/generated/rai-job/services/status.service.js +0 -15
- package/dist/esm/generated/rai-job/services/status.service.js.map +0 -1
- package/dist/esm/generated/workflow/services/custom-trigger.service.d.ts +0 -13
- package/dist/esm/generated/workflow/services/custom-trigger.service.d.ts.map +0 -1
- package/dist/esm/generated/workflow/services/custom-trigger.service.js.map +0 -1
- package/dist/esm/generated/workflow/services/node-execution-user.service.d.ts +0 -8
- package/dist/esm/generated/workflow/services/node-execution-user.service.d.ts.map +0 -1
- package/dist/esm/generated/workflow/services/node-execution-user.service.js +0 -15
- package/dist/esm/generated/workflow/services/node-execution-user.service.js.map +0 -1
- package/dist/esm/generated/workflow/services/webhook-registry-user.service.d.ts +0 -12
- package/dist/esm/generated/workflow/services/webhook-registry-user.service.d.ts.map +0 -1
- package/dist/esm/generated/workflow/services/webhook-registry-user.service.js +0 -51
- package/dist/esm/generated/workflow/services/webhook-registry-user.service.js.map +0 -1
- package/dist/esm/generated/workflow/services/workflow-sse-user.service.d.ts +0 -9
- package/dist/esm/generated/workflow/services/workflow-sse-user.service.d.ts.map +0 -1
- package/dist/esm/generated/workflow/services/workflow-sse-user.service.js.map +0 -1
- package/dist/esm/generated/workflow/services/workflow-user.service.d.ts +0 -24
- package/dist/esm/generated/workflow/services/workflow-user.service.d.ts.map +0 -1
- package/dist/esm/generated/workflow/services/workflow-user.service.js +0 -159
- package/dist/esm/generated/workflow/services/workflow-user.service.js.map +0 -1
|
@@ -1,13 +1,66 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
1
|
+
import type { ILocalizedText, IStateVariable, QueryDto, StateVariableType } from '../shared-types';
|
|
2
|
+
export type { ADMIN, ALL, ApiResponseDto, APP, ASC, CANCELLED, COMMUNITY, CREATED_AT, CUSTOM, DELETE, DESC, ERROR, FACEBOOK_ADS, FACEBOOK_BUSINESS, FAILED, FORM_DATA, GET, GOOGLE_ADS, GOOGLE_CALENDAR, GOOGLE_DOCS, GOOGLE_DRIVE, GOOGLE_SHEETS, GOOGLE_YOUTUBE, GROUP, HEAD, ID, ILocalizedText, IStateVariable, JSON, NONE, OPTIONS, OTHER, PaginatedResult, PaginationMeta, PATCH, PENDING, POST, PUT, QueryDto, RUNNING, StateVariableType, SYSTEM, T, TIMEOUT, TRIGGER, UPDATED_AT, USER, WAITING, WEBHOOK, XML } from '../shared-types';
|
|
3
|
+
export { ELanguage, SortDirection } from '../shared-types';
|
|
4
|
+
export interface AiModelsOptionDto extends Omit<LoadOptionItemDto, 'parameters'> {
|
|
5
|
+
parameters?: AiModelsParameters;
|
|
6
|
+
}
|
|
7
|
+
export interface AiModelsParameters {
|
|
8
|
+
provider: string;
|
|
9
|
+
maxTokens?: number;
|
|
10
|
+
supportedFeatures?: string[];
|
|
11
|
+
pricing?: number;
|
|
12
|
+
version?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface AskAiNodeConfigChangeDto {
|
|
15
|
+
path: string;
|
|
16
|
+
action: 'added' | 'updated' | 'unchanged';
|
|
17
|
+
oldValue?: unknown;
|
|
18
|
+
newValue?: unknown;
|
|
19
|
+
}
|
|
20
|
+
export declare enum AskAiNodeConfigMode {
|
|
21
|
+
REPLACE_TOUCHED = "replace_touched",
|
|
22
|
+
MERGE_MISSING = "merge_missing",
|
|
23
|
+
REPLACE_ALL = "replace_all"
|
|
24
|
+
}
|
|
25
|
+
export interface AskAiNodeConfigPreviousResultDto {
|
|
26
|
+
nodeId: string;
|
|
27
|
+
nodeName?: string;
|
|
28
|
+
nodeType?: string;
|
|
29
|
+
index?: number;
|
|
30
|
+
result?: {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export interface AskAiNodeConfigRequestDto {
|
|
35
|
+
prompt: string;
|
|
36
|
+
mode?: AskAiNodeConfigMode;
|
|
37
|
+
currentParameters?: {
|
|
38
|
+
[key: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
previousNodeResults?: (AskAiNodeConfigPreviousResultDto)[];
|
|
41
|
+
}
|
|
42
|
+
export interface AskAiNodeConfigResponseDto {
|
|
43
|
+
nodeId: string;
|
|
44
|
+
suggestedParameters: {
|
|
45
|
+
[key: string]: unknown;
|
|
46
|
+
};
|
|
47
|
+
appliedParameters: {
|
|
48
|
+
[key: string]: unknown;
|
|
49
|
+
};
|
|
50
|
+
validation: {
|
|
51
|
+
[key: string]: unknown;
|
|
52
|
+
};
|
|
53
|
+
changes: (AskAiNodeConfigChangeDto)[];
|
|
54
|
+
metadata: {
|
|
55
|
+
[key: string]: unknown;
|
|
56
|
+
};
|
|
4
57
|
}
|
|
5
58
|
export interface BatchConvertToolsToNodesDto {
|
|
6
|
-
tools: ToolVersionConfigDto[];
|
|
59
|
+
tools: (ToolVersionConfigDto)[];
|
|
7
60
|
groupConfig?: NodeGroupConfigDto;
|
|
8
61
|
}
|
|
9
62
|
export interface BatchConvertToolsToNodesResponseDto {
|
|
10
|
-
|
|
63
|
+
group: ConvertToolToNodeResponseDto;
|
|
11
64
|
errors: Array<{
|
|
12
65
|
toolId: string;
|
|
13
66
|
error: string;
|
|
@@ -15,62 +68,64 @@ export interface BatchConvertToolsToNodesResponseDto {
|
|
|
15
68
|
successCount: number;
|
|
16
69
|
errorCount: number;
|
|
17
70
|
}
|
|
71
|
+
export interface BulkCreateConnectionItemDto {
|
|
72
|
+
sourceTempId: string;
|
|
73
|
+
targetTempId: string;
|
|
74
|
+
sourceHandle: string;
|
|
75
|
+
targetHandle: string;
|
|
76
|
+
sourceHandleIndex?: number;
|
|
77
|
+
targetHandleIndex?: number;
|
|
78
|
+
}
|
|
79
|
+
export interface BulkCreateNodeItemDto {
|
|
80
|
+
tempId: string;
|
|
81
|
+
name?: string;
|
|
82
|
+
position: TNodePosition;
|
|
83
|
+
nodeDefinitionId: string;
|
|
84
|
+
parameters?: Record<string, any>;
|
|
85
|
+
notes?: string;
|
|
86
|
+
advancedConfig?: NodeSettingsDto;
|
|
87
|
+
parentLoopNodeId?: string;
|
|
88
|
+
}
|
|
18
89
|
export interface BulkDeleteCustomNodesDto {
|
|
19
|
-
nodeIds: string[];
|
|
90
|
+
nodeIds: (string)[];
|
|
20
91
|
force?: boolean;
|
|
21
92
|
}
|
|
22
93
|
export interface BulkDeleteCustomNodesResponseDto {
|
|
23
|
-
results: CustomNodeDeleteResultDto[];
|
|
94
|
+
results: (CustomNodeDeleteResultDto)[];
|
|
24
95
|
totalProcessed: number;
|
|
25
96
|
successCount: number;
|
|
26
97
|
failureCount: number;
|
|
27
98
|
forceDeleteEnabled: boolean;
|
|
28
99
|
}
|
|
29
100
|
export interface BulkDeleteNodesDto {
|
|
30
|
-
nodeIds: string[];
|
|
31
|
-
}
|
|
32
|
-
export interface BulkDeleteNodesResponseDto {
|
|
33
|
-
totalRequested: number;
|
|
34
|
-
successfullyDeleted: number;
|
|
35
|
-
failed: number;
|
|
36
|
-
results: NodeDeletionResult[];
|
|
37
|
-
deletedConnections: number;
|
|
38
|
-
workflowUpdatedAt: string;
|
|
101
|
+
nodeIds: (string)[];
|
|
39
102
|
}
|
|
40
103
|
export interface BulkDeleteWorkflowDto {
|
|
41
|
-
ids: string[];
|
|
42
|
-
}
|
|
43
|
-
export interface BulkDeleteWorkflowResponseDto {
|
|
44
|
-
totalRequested: number;
|
|
45
|
-
deletedCount: number;
|
|
46
|
-
failedCount: number;
|
|
47
|
-
deletedIds: string[];
|
|
48
|
-
failedIds: string[];
|
|
49
|
-
errors: Record<string, string>;
|
|
50
|
-
cascadeStats: {
|
|
51
|
-
totalConnectionsDeleted: number;
|
|
52
|
-
totalNodesDeleted: number;
|
|
53
|
-
totalExecutionsDeleted: number;
|
|
54
|
-
};
|
|
104
|
+
ids: (string)[];
|
|
55
105
|
}
|
|
56
106
|
export interface BulkDeleteWorkflowTemplateDto {
|
|
57
|
-
ids: string[];
|
|
107
|
+
ids: (string)[];
|
|
58
108
|
}
|
|
59
109
|
export interface BulkDeleteWorkflowTemplateResponseDto {
|
|
60
110
|
totalRequested: number;
|
|
61
111
|
deletedCount: number;
|
|
62
112
|
failedCount: number;
|
|
63
|
-
deletedIds: string[];
|
|
64
|
-
failedIds: string[];
|
|
113
|
+
deletedIds: (string)[];
|
|
114
|
+
failedIds: (string)[];
|
|
65
115
|
errors: Record<string, string>;
|
|
66
116
|
s3FilesDeleted: number;
|
|
67
117
|
}
|
|
68
118
|
export interface BulkNodesResponseDto {
|
|
69
|
-
nodes: NodeResponseDto[];
|
|
70
|
-
connections: ConnectionResponseDto[];
|
|
119
|
+
nodes: (NodeResponseDto)[];
|
|
120
|
+
connections: (ConnectionResponseDto)[];
|
|
71
121
|
}
|
|
72
122
|
export interface BulkUpdateStatesDto {
|
|
73
|
-
states: StateVariableDto[];
|
|
123
|
+
states: (StateVariableDto)[];
|
|
124
|
+
}
|
|
125
|
+
export interface ClickTriggerExecuteRequestDto {
|
|
126
|
+
runId?: string;
|
|
127
|
+
correlationId?: string;
|
|
128
|
+
test?: boolean;
|
|
74
129
|
}
|
|
75
130
|
export interface ConnectionResponseDto {
|
|
76
131
|
id: number;
|
|
@@ -83,17 +138,21 @@ export interface ConnectionResponseDto {
|
|
|
83
138
|
}
|
|
84
139
|
export interface ConvertDynamicBaseTablesDto {
|
|
85
140
|
baseId?: string;
|
|
86
|
-
tableIds?: string[];
|
|
141
|
+
tableIds?: (string)[];
|
|
142
|
+
language?: 'vi' | 'en';
|
|
87
143
|
}
|
|
88
144
|
export interface ConvertDynamicBaseTablesResponseDto {
|
|
89
145
|
baseId: string;
|
|
90
146
|
processedCount: number;
|
|
91
147
|
successCount: number;
|
|
92
148
|
errorCount: number;
|
|
93
|
-
items: DynamicBaseTableConversionItemDto[];
|
|
149
|
+
items: (DynamicBaseTableConversionItemDto)[];
|
|
94
150
|
}
|
|
95
151
|
export interface ConvertProjectToolsDto {
|
|
96
152
|
projectId: string;
|
|
153
|
+
useAiEnhancement?: boolean;
|
|
154
|
+
aiEnhancement?: boolean;
|
|
155
|
+
agentId?: string;
|
|
97
156
|
}
|
|
98
157
|
export interface ConvertProjectToolsResponseDto {
|
|
99
158
|
group: ConvertToolToNodeResponseDto;
|
|
@@ -101,7 +160,11 @@ export interface ConvertProjectToolsResponseDto {
|
|
|
101
160
|
updatedCount: number;
|
|
102
161
|
totalTools: number;
|
|
103
162
|
errorCount: number;
|
|
104
|
-
errors: ProjectToolConversionErrorDto[];
|
|
163
|
+
errors: (ProjectToolConversionErrorDto)[];
|
|
164
|
+
}
|
|
165
|
+
export interface ConvertToolToNodeResponseDto {
|
|
166
|
+
groupId?: unknown | null;
|
|
167
|
+
groupLogoUploadUrl?: unknown | null;
|
|
105
168
|
}
|
|
106
169
|
export interface CreateConnectionDto {
|
|
107
170
|
sourceNodeId: string;
|
|
@@ -119,82 +182,87 @@ export interface CreateCustomNodeDto {
|
|
|
119
182
|
config?: IApiConfiguration;
|
|
120
183
|
groupId?: string;
|
|
121
184
|
integrationCustomOAuthId?: number;
|
|
122
|
-
properties?:
|
|
123
|
-
agentId?: string;
|
|
124
|
-
agentPromptSystem?: string;
|
|
125
|
-
agentOutput?: z.ZodSchema;
|
|
126
|
-
agentConfig?: ModelConfig;
|
|
185
|
+
properties?: ({})[];
|
|
127
186
|
}
|
|
128
187
|
export interface CreateNodeDefinitionGroupDto {
|
|
129
188
|
name: LocalizedTextDto;
|
|
130
189
|
tags?: string[];
|
|
131
190
|
logoMime?: string;
|
|
191
|
+
priorityLevel?: number;
|
|
132
192
|
}
|
|
133
193
|
export interface CreateNodeDefinitionGroupResponseDto {
|
|
134
194
|
id: string;
|
|
135
|
-
logoUpload?:
|
|
195
|
+
logoUpload?: unknown | null;
|
|
136
196
|
}
|
|
137
|
-
export interface
|
|
197
|
+
export interface CreateNodesDto {
|
|
198
|
+
nodes: (BulkCreateNodeItemDto)[];
|
|
199
|
+
connections?: (BulkCreateConnectionItemDto)[];
|
|
200
|
+
}
|
|
201
|
+
export interface CreateNoteNodeDto {
|
|
138
202
|
name?: string;
|
|
139
|
-
position
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
webhookId?: string;
|
|
144
|
-
agentId?: string;
|
|
145
|
-
integrationId?: string;
|
|
146
|
-
keyLlmId?: string;
|
|
147
|
-
modelId?: string;
|
|
148
|
-
modelImageId?: string;
|
|
149
|
-
config?: ModelConfig;
|
|
150
|
-
keyLlmImageId?: string;
|
|
151
|
-
keyLlmVideoId?: string;
|
|
152
|
-
modelVideoId?: string;
|
|
153
|
-
toolIds?: string[];
|
|
154
|
-
knowledgeFileIds?: string[];
|
|
155
|
-
mediaIds?: string[];
|
|
156
|
-
productIds?: string[];
|
|
157
|
-
urlIds?: string[];
|
|
158
|
-
mcpIds?: string[];
|
|
159
|
-
subWorkflowId?: string;
|
|
160
|
-
timeout?: number;
|
|
161
|
-
retryOnFail?: boolean;
|
|
162
|
-
maxTries?: number;
|
|
163
|
-
waitBetweenTries?: number;
|
|
164
|
-
onError?: string;
|
|
165
|
-
onPortError?: boolean;
|
|
203
|
+
position?: TNodePosition;
|
|
204
|
+
parameters?: Record<string, any>;
|
|
205
|
+
parameter?: Record<string, any>;
|
|
206
|
+
note?: string;
|
|
166
207
|
}
|
|
167
208
|
export type CreateStateVariableDto = StateVariableDto;
|
|
168
|
-
export interface CreateWebhookRegistryDto {
|
|
169
|
-
webhookName: string;
|
|
170
|
-
headers?: Record<string, string> | null;
|
|
171
|
-
}
|
|
172
209
|
export interface CreateWorkflowDto {
|
|
173
210
|
name: string;
|
|
174
|
-
|
|
175
|
-
settings?:
|
|
211
|
+
description?: string | null;
|
|
212
|
+
settings?: unknown | null;
|
|
176
213
|
}
|
|
177
214
|
export interface CreateWorkflowFromTemplateDto {
|
|
178
215
|
templateId: string;
|
|
179
216
|
workflowName?: string;
|
|
217
|
+
productId?: number;
|
|
218
|
+
versionNumber?: number;
|
|
219
|
+
}
|
|
220
|
+
export interface CreateWorkflowFromTemplateResponseDto {
|
|
221
|
+
id: string;
|
|
222
|
+
name: string;
|
|
223
|
+
isActive: boolean;
|
|
224
|
+
createdAt: number;
|
|
225
|
+
nodesImported: number;
|
|
226
|
+
connectionsImported: number;
|
|
227
|
+
nodeIdMapping: {
|
|
228
|
+
[key: string]: string;
|
|
229
|
+
};
|
|
230
|
+
warnings?: (string)[] | null;
|
|
180
231
|
}
|
|
181
232
|
export interface CreateWorkflowTemplateDto {
|
|
182
233
|
isUpload?: boolean;
|
|
234
|
+
wfVersionId?: string;
|
|
183
235
|
name?: string;
|
|
184
|
-
description?:
|
|
185
|
-
|
|
236
|
+
description?: unknown | null;
|
|
237
|
+
dynamicTableOptions?: WorkflowDynamicTableExportOptionsDto;
|
|
238
|
+
dynamicTableOverrides?: (WorkflowDynamicTableExportOverrideDto)[];
|
|
239
|
+
}
|
|
240
|
+
export interface CredentialsOptionDto extends Omit<LoadOptionItemDto, 'parameters'> {
|
|
241
|
+
parameters?: CredentialsParameters;
|
|
242
|
+
}
|
|
243
|
+
export interface CredentialsParameters {
|
|
244
|
+
credentialType: string;
|
|
245
|
+
integrationId: string;
|
|
246
|
+
provider: string;
|
|
247
|
+
isConnected: boolean;
|
|
248
|
+
expiresAt?: string;
|
|
249
|
+
}
|
|
250
|
+
export interface CustomNodeDeleteResultDto {
|
|
251
|
+
id: string;
|
|
252
|
+
success: boolean;
|
|
253
|
+
error?: string | null;
|
|
254
|
+
affectedWorkflowNodes?: number | null;
|
|
186
255
|
}
|
|
187
256
|
export type CustomNodeDetailResponseDto = CustomNodeResponseDto & {
|
|
188
257
|
properties: INodeProperty[];
|
|
189
|
-
inputs: string[];
|
|
190
|
-
outputs: string[];
|
|
258
|
+
inputs: (string)[];
|
|
259
|
+
outputs: (string)[];
|
|
191
260
|
config: IApiConfiguration | null;
|
|
192
261
|
baseUrl?: string;
|
|
193
262
|
integrationCustomOAuthId: number | null;
|
|
194
|
-
|
|
263
|
+
type: string;
|
|
195
264
|
groupId?: string | null;
|
|
196
265
|
groupName?: ILocalizedText;
|
|
197
|
-
version: number;
|
|
198
266
|
isTrigger: boolean;
|
|
199
267
|
};
|
|
200
268
|
export interface CustomNodeResponseDto {
|
|
@@ -205,27 +273,475 @@ export interface CustomNodeResponseDto {
|
|
|
205
273
|
createdAt: number;
|
|
206
274
|
updatedAt: number;
|
|
207
275
|
active: boolean;
|
|
208
|
-
projectSchema?:
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
276
|
+
projectSchema?: unknown | null;
|
|
277
|
+
}
|
|
278
|
+
export declare enum CustomNodeScope {
|
|
279
|
+
SYSTEM = "system",
|
|
280
|
+
ADMIN = "admin",
|
|
281
|
+
USER = "user",
|
|
282
|
+
ALL = "all"
|
|
214
283
|
}
|
|
215
284
|
export interface DeleteStateResponseDto {
|
|
216
285
|
success: boolean;
|
|
217
286
|
deletedName?: string;
|
|
218
287
|
}
|
|
219
|
-
export interface
|
|
220
|
-
|
|
221
|
-
|
|
288
|
+
export interface DuplicateWorkflowDto {
|
|
289
|
+
newName?: string;
|
|
290
|
+
options?: DuplicateWorkflowOptionsDto;
|
|
291
|
+
}
|
|
292
|
+
export interface DuplicateWorkflowOptionsDto {
|
|
293
|
+
includeStates?: boolean;
|
|
294
|
+
}
|
|
295
|
+
export interface DynamicBaseTableConversionItemDto {
|
|
296
|
+
tableId: string;
|
|
297
|
+
tableName: unknown | null;
|
|
298
|
+
status: 'active' | 'error';
|
|
299
|
+
mappingId: unknown | null;
|
|
300
|
+
projectSchemaId: unknown | null;
|
|
301
|
+
groupId: unknown | null;
|
|
302
|
+
createdNodeCount: number;
|
|
303
|
+
updatedNodeCount: number;
|
|
304
|
+
toolErrorCount: number;
|
|
305
|
+
errors: (string)[];
|
|
306
|
+
}
|
|
307
|
+
export declare enum EContentType {
|
|
308
|
+
JSON = "application/json",
|
|
309
|
+
FORM_URLENCODED = "application/x-www-form-urlencoded",
|
|
310
|
+
FORM_DATA = "multipart/form-data",
|
|
311
|
+
TEXT_PLAIN = "text/plain",
|
|
312
|
+
XML = "application/xml"
|
|
313
|
+
}
|
|
314
|
+
export declare enum EHttpMethod {
|
|
315
|
+
GET = "GET",
|
|
316
|
+
POST = "POST",
|
|
317
|
+
PUT = "PUT",
|
|
318
|
+
DELETE = "DELETE",
|
|
319
|
+
PATCH = "PATCH",
|
|
320
|
+
HEAD = "HEAD",
|
|
321
|
+
OPTIONS = "OPTIONS"
|
|
322
|
+
}
|
|
323
|
+
export declare enum ELoadOptionsMethod {
|
|
324
|
+
GET_ALL = "getAll",
|
|
325
|
+
GET_WITH_PARAMS = "getWithParams",
|
|
326
|
+
GET_BY_TYPE = "getByType",
|
|
327
|
+
GET_CONNECTED = "getConnected",
|
|
328
|
+
GET_FOLDERS = "getFolders",
|
|
329
|
+
LIST_AVAILABLE = "listAvailable",
|
|
330
|
+
LIST_AVAILABLE_WITH_PARAMS = "listAvailableWithParams",
|
|
331
|
+
LIST_BY_PROVIDER = "listByProvider",
|
|
332
|
+
LIST_TEXT_PROVIDERS = "listTextProviders",
|
|
333
|
+
LIST_IMAGE_PROVIDERS = "listImageProviders",
|
|
334
|
+
LIST_VIDEO_PROVIDERS = "listVideoProviders",
|
|
335
|
+
LIST_VOICE_MODELS = "listVoiceModels",
|
|
336
|
+
LIST_MODELS_BY_PROVIDER = "listModelsByProvider",
|
|
337
|
+
GET_SHARED_DRIVES = "getSharedDrives",
|
|
338
|
+
GET_DRIVES = "getDrives",
|
|
339
|
+
GET_DRIVE_ITEMS = "getDriveItems",
|
|
340
|
+
GET_DRIVE_FILES = "getDriveFiles",
|
|
341
|
+
GET_DRIVE_FOLDERS = "getDriveFolders",
|
|
342
|
+
GET_GOOGLE_DRIVE_INTEGRATIONS = "getGoogleDriveIntegrations",
|
|
343
|
+
GET_SHEETS = "getSheets",
|
|
344
|
+
GET_SPREADSHEETS = "getSpreadsheets",
|
|
345
|
+
GET_WORKSHEETS = "getWorksheets",
|
|
346
|
+
GET_SHEET_COLUMNS = "getSheetColumns",
|
|
347
|
+
GET_ALL_SHEET_COLUMNS = "getAllSheetColumns",
|
|
348
|
+
GET_GOOGLE_SHEETS_INTEGRATIONS = "getGoogleSheetsIntegrations",
|
|
349
|
+
GET_DOCUMENTS = "getDocuments",
|
|
350
|
+
GET_DOCUMENT_SEGMENTS = "getDocumentSegments",
|
|
351
|
+
GET_GOOGLE_DOCS_INTEGRATIONS = "getGoogleDocsIntegrations",
|
|
352
|
+
GET_LABELS = "getLabels",
|
|
353
|
+
GET_MESSAGES = "getMessages",
|
|
354
|
+
GET_THREADS = "getThreads",
|
|
355
|
+
GET_GOOGLE_GMAIL_INTEGRATIONS = "getGoogleGmailIntegrations",
|
|
356
|
+
GET_CALENDARS = "getCalendars",
|
|
357
|
+
GET_CALENDAR_EVENTS = "getCalendarEvents",
|
|
358
|
+
GET_GOOGLE_CALENDAR_INTEGRATIONS = "getGoogleCalendarIntegrations",
|
|
359
|
+
GET_GOOGLE_YOUTUBE_INTEGRATIONS = "getGoogleYouTubeIntegrations",
|
|
360
|
+
GET_GOOGLE_YOUTUBE_PLAYLISTS = "getGoogleYouTubePlaylists",
|
|
361
|
+
GET_GOOGLE_YOUTUBE_VIDEOS = "getGoogleYouTubeVideos",
|
|
362
|
+
GET_GOOGLE_ADS_ACCOUNTS = "getGoogleAdsAccounts",
|
|
363
|
+
GET_GOOGLE_ADS_CAMPAIGNS = "getGoogleAdsCampaigns",
|
|
364
|
+
GET_GOOGLE_ADS_AD_GROUPS = "getGoogleAdsAdGroups",
|
|
365
|
+
GET_GOOGLE_ADS_KEYWORDS = "getGoogleAdsKeywords",
|
|
366
|
+
GET_PAGES = "getPages",
|
|
367
|
+
GET_PAGE_DETAILS = "getPageDetails",
|
|
368
|
+
GET_POSTS = "getPosts",
|
|
369
|
+
GET_AD_ACCOUNTS = "getAdAccounts",
|
|
370
|
+
GET_BUSINESS_ACCOUNTS = "getBusinessAccounts",
|
|
371
|
+
GET_BUSINESS_MANAGERS = "getBusinessManagers",
|
|
372
|
+
GET_CAMPAIGNS = "getCampaigns",
|
|
373
|
+
GET_AD_SETS = "getAdSets",
|
|
374
|
+
GET_ADS = "getAds",
|
|
375
|
+
GET_PIXELS = "getPixels",
|
|
376
|
+
GET_AUDIENCES = "getAudiences",
|
|
377
|
+
GET_LEAD_FORMS = "getLeadForms",
|
|
378
|
+
GET_LEADS = "getLeads",
|
|
379
|
+
GET_VIDEOS = "getVideos",
|
|
380
|
+
GET_PHOTOS = "getPhotos",
|
|
381
|
+
GET_ALBUMS = "getAlbums",
|
|
382
|
+
GET_COMMENTS = "getComments",
|
|
383
|
+
GET_TAGGED_POSTS = "getTaggedPosts",
|
|
384
|
+
GET_POST_ATTACHMENTS = "getPostAttachments",
|
|
385
|
+
GET_CONVERSATIONS = "getConversations",
|
|
386
|
+
GET_USER_PSID = "getUserPsid",
|
|
387
|
+
GET_USER_DETAILS = "getUserDetails",
|
|
388
|
+
GET_TABLES = "getTables",
|
|
389
|
+
GET_TABLE_COLUMNS = "getTableColumns",
|
|
390
|
+
GET_EVENTS_BY_DATE_RANGE = "getEventsByDateRange",
|
|
391
|
+
GET_UPCOMING_EVENTS = "getUpcomingEvents",
|
|
392
|
+
GET_EVENTS_BY_TYPE = "getEventsByType",
|
|
393
|
+
GET_TASKS_BY_STATUS = "getTasksByStatus",
|
|
394
|
+
GET_REPORTS_BY_TYPE = "getReportsByType",
|
|
395
|
+
GET_CALENDAR_SCHEDULE_OPTIONS = "getCalendarScheduleOptions",
|
|
396
|
+
REFRESH_AND_GET = "refreshAndGet",
|
|
397
|
+
VALIDATE_CONNECTION = "validateConnection",
|
|
398
|
+
LIST_URLS = "listUrls",
|
|
399
|
+
LIST_MEDIA = "listMedia",
|
|
400
|
+
LIST_FILES = "listFiles",
|
|
401
|
+
LIST_AUDIENCES = "listAudiences",
|
|
402
|
+
LIST_PROJECTS = "listProjects",
|
|
403
|
+
LIST_WORKFLOWS = "listWorkflows",
|
|
404
|
+
LIST_SYSTEM_TRIGGER_MODULES = "listSystemTriggerModules",
|
|
405
|
+
LIST_SYSTEM_TRIGGER_ACTIONS = "listSystemTriggerActions",
|
|
406
|
+
LIST_CUSTOM_FIELDS = "listCustomFields",
|
|
407
|
+
LIST_PRODUCTS = "listProducts",
|
|
408
|
+
LIST_CONVERTS = "listConverts",
|
|
409
|
+
LIST_ORDERS = "listOrders",
|
|
410
|
+
LIST_AHAMOVE_CITIES = "listAhamoveCities",
|
|
411
|
+
LIST_PRODUCT_VARIANTS = "listProductVariants",
|
|
412
|
+
LIST_PRODUCT_VERSIONS = "listProductVersions",
|
|
413
|
+
LIST_PUBLIC_PRODUCTS = "listPublicProducts",
|
|
414
|
+
LIST_CART_ITEMS = "listCartItems",
|
|
415
|
+
LIST_FLASH_SALES = "listFlashSales",
|
|
416
|
+
LIST_AGENTS = "listAgents",
|
|
417
|
+
LIST_AGENT_TYPES = "listAgentTypes",
|
|
418
|
+
LIST_AGENT_STRATEGIES = "listAgentStrategies",
|
|
419
|
+
LIST_CUSTOM_TOOLS = "listCustomTools",
|
|
420
|
+
LIST_LLM_KEYS = "listLlmKeys",
|
|
421
|
+
LIST_AGENT_MEMORIES = "listAgentMemories",
|
|
422
|
+
LIST_USER_MEMORIES = "listUserMemories",
|
|
423
|
+
LIST_INTEGRATIONS_BY_TYPE = "listIntegrationsByType",
|
|
424
|
+
LIST_PAYMENT_GATEWAYS = "listPaymentGateways",
|
|
425
|
+
LIST_SHIPMENT_PROVIDERS = "listShipmentProviders",
|
|
426
|
+
LIST_ADDRESSES = "listAddresses",
|
|
427
|
+
LIST_CONVERSATIONS = "listConversations",
|
|
428
|
+
LIST_CONVERSION_TEMPLATES = "listConversionTemplates",
|
|
429
|
+
LIST_EMAIL_TEMPLATES = "listEmailTemplates",
|
|
430
|
+
LIST_SMS_TEMPLATES = "listSmsTemplates",
|
|
431
|
+
LIST_AGENT_TEMPLATES = "listAgentTemplates",
|
|
432
|
+
LIST_IN_APP_CHAT_THREADS = "listInAppChatThreads",
|
|
433
|
+
LIST_SKILL_DOCS = "listSkillDocs",
|
|
434
|
+
LIST_SKILLS = "listSkills",
|
|
435
|
+
LIST_PROMPTS = "listPrompts",
|
|
436
|
+
LIST_PROMPT_CATEGORIES = "listPromptCategories",
|
|
437
|
+
LIST_ESMS_INTEGRATIONS = "listIntegrations",
|
|
438
|
+
LIST_ESMS_ZALO_TEMPLATES = "listEsmsZaloTemplates",
|
|
439
|
+
LIST_GMAIL_INTEGRATIONS = "listGmailIntegrations",
|
|
440
|
+
LIST_MARKETING_AUDIENCES = "listMarketingAudiences",
|
|
441
|
+
LIST_MARKETING_AUDIENCE_TAGS = "listMarketingAudienceTags",
|
|
442
|
+
LIST_BASES = "listBases",
|
|
443
|
+
LIST_TABLES = "listTables",
|
|
444
|
+
LIST_COLUMNS = "listColumns",
|
|
445
|
+
LIST_FIELDS = "listFields",
|
|
446
|
+
LIST_RELATION_FIELDS = "listRelationFields",
|
|
447
|
+
LIST_RECORDS = "listRecords",
|
|
448
|
+
LIST_ROWS = "listRows",
|
|
449
|
+
LIST_BEFORE_RECORDS = "listBeforeRecords",
|
|
450
|
+
LIST_VIEWS = "listViews",
|
|
451
|
+
LIST_HOOKS = "listHooks",
|
|
452
|
+
LIST_FILTERS = "listFilters",
|
|
453
|
+
LIST_PARENTS = "listParents",
|
|
454
|
+
LIST_WORKSPACES = "listWorkspaces",
|
|
455
|
+
LIST_COLUMN_TYPES = "listColumnTypes",
|
|
456
|
+
LIST_MARKETING_AUDIENCE_SEGMENTS = "listMarketingAudienceSegments",
|
|
457
|
+
LIST_MARKETING_AUDIENCE_CUSTOM_FIELDS = "listMarketingAudienceCustomFields",
|
|
458
|
+
LIST_MARKETING_AUDIENCE_CUSTOM_FIELDS_BY_ID = "listMarketingAudienceCustomFieldsById",
|
|
459
|
+
LIST_EMAIL_CAMPAIGNS = "listEmailCampaigns",
|
|
460
|
+
LIST_EMAIL_SERVERS = "listEmailServers",
|
|
461
|
+
LIST_EMAIL_CAMPAIGN_HISTORY = "listEmailCampaignHistory",
|
|
462
|
+
LIST_SMS_TEMPLATES_FOR_SMS = "listSmsTemplatesForSms",
|
|
463
|
+
LIST_SMS_SERVERS = "listSmsServers",
|
|
464
|
+
LIST_SMS_CAMPAIGNS = "listSmsCampaigns",
|
|
465
|
+
LIST_ZALO_OA_ACCOUNTS = "listZaloOaAccounts",
|
|
466
|
+
LIST_ZALO_OA_CAMPAIGNS = "listZaloOaCampaigns",
|
|
467
|
+
LIST_ZALO_ARTICLES = "listZaloArticles",
|
|
468
|
+
LIST_ZALO_NATIVE_ARTICLES = "listZaloNativeArticles",
|
|
469
|
+
LIST_ZALO_GROUPS = "listZaloGroups",
|
|
470
|
+
LIST_ZALO_GROUP_CHAT_IDS = "listZaloGroupChatIds",
|
|
471
|
+
LIST_ZALO_VIDEO_UPLOADS = "listZaloVideoUploads",
|
|
472
|
+
LIST_ZNS_TEMPLATES = "listZnsTemplates",
|
|
473
|
+
LIST_ZNS_CAMPAIGNS = "listZnsCampaigns",
|
|
474
|
+
LIST_ZNS_MESSAGES = "listZnsMessages",
|
|
475
|
+
LIST_ZALO_VIDEOS = "listZaloVideos",
|
|
476
|
+
LIST_GMAIL_MARKETING_INTEGRATIONS = "listGmailMarketingIntegrations",
|
|
477
|
+
LIST_GMAIL_LABELS = "listGmailLabels",
|
|
478
|
+
LIST_GMAIL_DRAFTS = "listGmailDrafts",
|
|
479
|
+
LIST_GMAIL_MESSAGES = "listGmailMessages",
|
|
480
|
+
LIST_MESSAGE_LABELS = "listMessageLabels",
|
|
481
|
+
LIST_ZALO_PERSONAL_CAMPAIGNS = "listZaloPersonalCampaigns",
|
|
482
|
+
LIST_ZALO_PERSONAL_GROUPS = "listZaloPersonalGroups",
|
|
483
|
+
LIST_ZALO_PERSONAL_GROUP_MEMBERS = "listZaloPersonalGroupMembers",
|
|
484
|
+
LIST_ALL_ZALO_PERSONAL_MEMBERS = "listAllZaloPersonalMembers",
|
|
485
|
+
LIST_ZALO_PERSONAL_SESSIONS = "listZaloPersonalSessions",
|
|
486
|
+
LIST_ZALO_PERSONAL_MESSAGE_TEMPLATES = "listZaloPersonalMessageTemplates",
|
|
487
|
+
LIST_SERVERS = "listServers",
|
|
488
|
+
LIST_TOOLS = "listTools",
|
|
489
|
+
LIST_PRODUCT_IMAGES = "listProductImages",
|
|
490
|
+
LIST_MESSAGES = "listMessages",
|
|
491
|
+
LIST_CONVERSATION_TAGS = "listConversationTags",
|
|
492
|
+
LIST_PLATFORM_INTEGRATIONS = "listPlatformIntegrations",
|
|
493
|
+
LIST_STICKERS = "listStickers",
|
|
494
|
+
LIST_CUSTOMER_PLATFORMS = "listCustomerPlatforms",
|
|
495
|
+
LIST_ADDRESSES_GHN = "listAddressesGhn",
|
|
496
|
+
LIST_AHAMOVE_SERVICES = "listAhamoveServices",
|
|
497
|
+
LIST_AHAMOVE_REQUESTS = "listAhamoveRequests",
|
|
498
|
+
GET_AHAMOVE_ESTIMATE = "getAhamoveEstimate",
|
|
499
|
+
LIST_GHN_SERVICES = "listGhnServices"
|
|
500
|
+
}
|
|
501
|
+
export declare enum ELoadOptionsResource {
|
|
502
|
+
AI_MODELS = "ai:models",
|
|
503
|
+
AI_PROVIDERS = "ai:providers",
|
|
504
|
+
CREDENTIALS = "credentials",
|
|
505
|
+
INTEGRATIONS = "integrations",
|
|
506
|
+
GOOGLE_SHEETS = "google:sheets",
|
|
507
|
+
GOOGLE_DOCS = "google:docs",
|
|
508
|
+
GOOGLE_GMAIL = "google:gmail",
|
|
509
|
+
GOOGLE_CALENDAR = "google:calendar",
|
|
510
|
+
GOOGLE_DRIVE = "google:drive",
|
|
511
|
+
GOOGLE_WORKSHEETS = "google:worksheets",
|
|
512
|
+
GOOGLE_SHEET_COLUMNS = "google:sheet-columns",
|
|
513
|
+
GOOGLE_ADS = "google:ads",
|
|
514
|
+
GOOGLE_YOUTUBE = "google:youtube",
|
|
515
|
+
FACEBOOK_PAGES = "facebook:pages",
|
|
516
|
+
FACEBOOK_POSTS = "facebook:posts",
|
|
517
|
+
FACEBOOK_ADS = "facebook:ads",
|
|
518
|
+
FACEBOOK_BUSINESS = "facebook:business",
|
|
519
|
+
FACEBOOK_CAMPAIGNS = "facebook:campaigns",
|
|
520
|
+
FACEBOOK_AD_SETS = "facebook:ad-sets",
|
|
521
|
+
FACEBOOK_AUDIENCES = "facebook:audiences",
|
|
522
|
+
FACEBOOK_LEAD_FORMS = "facebook:lead-forms",
|
|
523
|
+
FACEBOOK_LEADS = "facebook:leads",
|
|
524
|
+
FACEBOOK_VIDEOS = "facebook:videos",
|
|
525
|
+
FACEBOOK_PHOTOS = "facebook:photos",
|
|
526
|
+
FACEBOOK_ALBUMS = "facebook:albums",
|
|
527
|
+
FACEBOOK_COMMENTS = "facebook:comments",
|
|
528
|
+
FACEBOOK_CONVERSATIONS = "facebook:conversations",
|
|
529
|
+
FACEBOOK_USERS = "facebook:users",
|
|
530
|
+
DATABASE_TABLES = "database:tables",
|
|
531
|
+
DATABASE_COLUMNS = "database:columns",
|
|
532
|
+
WEBHOOK_ENDPOINTS = "webhook:endpoints",
|
|
533
|
+
WEBHOOK_REGISTRY = "webhook:registry",
|
|
534
|
+
CALENDAR_EVENTS = "calendar:events",
|
|
535
|
+
CALENDAR_TASKS = "calendar:tasks",
|
|
536
|
+
CALENDAR_REPORTS = "calendar:reports",
|
|
537
|
+
CALENDAR_REMINDERS = "calendar:reminders",
|
|
538
|
+
CALENDAR_SCHEDULE_OPTIONS = "calendar:schedule-options",
|
|
539
|
+
WORKFLOW_VARIABLES = "workflow:variables",
|
|
540
|
+
WORKFLOW_NODES = "workflow:nodes",
|
|
541
|
+
SYSTEM_WORKFLOWS = "system:workflows",
|
|
542
|
+
SYSTEM_TRIGGER_MODULES = "system-trigger:modules",
|
|
543
|
+
SYSTEM_TRIGGER_ACTIONS = "system-trigger:actions",
|
|
544
|
+
SYSTEM_URLS = "system:urls",
|
|
545
|
+
SYSTEM_MEDIA = "system:media",
|
|
546
|
+
SYSTEM_KNOWLEDGE_FILES = "system:knowledge-files",
|
|
547
|
+
SYSTEM_AUDIENCES = "system:audiences",
|
|
548
|
+
SYSTEM_PROJECTS = "system:projects",
|
|
549
|
+
SYSTEM_CUSTOM_FIELDS = "system:custom-fields",
|
|
550
|
+
SYSTEM_PRODUCTS = "system:products",
|
|
551
|
+
SYSTEM_CONVERTS = "system:converts",
|
|
552
|
+
SYSTEM_ORDERS = "system:orders",
|
|
553
|
+
SYSTEM_AHAMOVE_CITIES = "system:ahamove-cities",
|
|
554
|
+
SYSTEM_SKILL_DOCS = "system:skill-docs",
|
|
555
|
+
SYSTEM_SKILLS = "system:skills",
|
|
556
|
+
SYSTEM_PROMPTS = "system:prompts",
|
|
557
|
+
SYSTEM_PROMPT_CATEGORIES = "system:prompt-categories",
|
|
558
|
+
SYSTEM_AGENTS = "system:agents",
|
|
559
|
+
SYSTEM_AGENT_TYPES = "system:agent-types",
|
|
560
|
+
SYSTEM_AGENT_STRATEGIES = "system:agent-strategies",
|
|
561
|
+
SYSTEM_CUSTOM_TOOLS = "system:custom-tools",
|
|
562
|
+
SYSTEM_LLM_KEYS = "system:llm-keys",
|
|
563
|
+
SYSTEM_AGENT_MEMORIES = "system:agent-memories",
|
|
564
|
+
SYSTEM_USER_MEMORIES = "system:user-memories",
|
|
565
|
+
SYSTEM_INTEGRATIONS = "system:integrations",
|
|
566
|
+
SYSTEM_PAYMENT_GATEWAYS = "system:payment-gateways",
|
|
567
|
+
SYSTEM_SHIPMENT_PROVIDERS = "system:shipment-providers",
|
|
568
|
+
SYSTEM_ADDRESSES = "system:addresses",
|
|
569
|
+
CRM_CUSTOMER_ADDRESSES = "crm:customer-addresses",
|
|
570
|
+
SYSTEM_GHN_SERVICES = "system:ghn-services",
|
|
571
|
+
SYSTEM_CONVERSATIONS = "system:conversations",
|
|
572
|
+
SYSTEM_CONVERSION_TEMPLATES = "system:conversion-templates",
|
|
573
|
+
SYSTEM_EMAIL_TEMPLATES = "system:email-templates",
|
|
574
|
+
SYSTEM_SMS_TEMPLATES = "system:sms-templates",
|
|
575
|
+
SYSTEM_AGENT_TEMPLATES = "system:agent-templates",
|
|
576
|
+
MARKETPLACE_PRODUCTS = "marketplace:products",
|
|
577
|
+
MARKETPLACE_CART_ITEMS = "marketplace:cart-items",
|
|
578
|
+
MARKETPLACE_FLASH_SALES = "marketplace:flash-sales",
|
|
579
|
+
MARKETING_ESMS_INTEGRATIONS = "marketing:esms-integrations",
|
|
580
|
+
MARKETING_GMAIL_INTEGRATIONS = "marketing:gmail-integrations",
|
|
581
|
+
MARKETING_AUDIENCE = "marketing:audience",
|
|
582
|
+
MARKETING_EMAIL = "marketing:email",
|
|
583
|
+
MARKETING_SMS = "marketing:sms",
|
|
584
|
+
MARKETING_ESMS = "marketing:esms",
|
|
585
|
+
MARKETING_ZALO_OA = "marketing:zaloOa",
|
|
586
|
+
MARKETING_GMAIL = "marketing:gmail",
|
|
587
|
+
MARKETING_ZALO_PERSONAL = "marketing:zaloPersonal",
|
|
588
|
+
MULTICHANNEL_CHAT_CONVERSATIONS = "multichannel-chat:conversations",
|
|
589
|
+
MULTICHANNEL_CHAT_MESSAGES = "multichannel-chat:messages",
|
|
590
|
+
MULTICHANNEL_CHAT_TAGS = "multichannel-chat:tags",
|
|
591
|
+
MULTICHANNEL_CHAT_INTEGRATIONS = "multichannel-chat:integrations",
|
|
592
|
+
MULTICHANNEL_CHAT_STICKERS = "multichannel-chat:stickers",
|
|
593
|
+
MULTICHANNEL_CHAT_CUSTOMER_PLATFORMS = "multichannel-chat:customer-platforms",
|
|
594
|
+
IN_APP_CHAT_THREADS = "in-app-chat:threads",
|
|
595
|
+
MCP_SERVERS = "mcp:servers",
|
|
596
|
+
MCP_TOOLS = "mcp:tools",
|
|
597
|
+
DYNAMIC_TABLE_BASES = "dynamic-table:bases",
|
|
598
|
+
DYNAMIC_TABLE_TABLES = "dynamic-table:tables",
|
|
599
|
+
DYNAMIC_TABLE_COLUMNS = "dynamic-table:columns",
|
|
600
|
+
DYNAMIC_TABLE_FIELDS = "dynamic-table:fields",
|
|
601
|
+
DYNAMIC_TABLE_RECORDS = "dynamic-table:records",
|
|
602
|
+
DYNAMIC_TABLE_ROWS = "dynamic-table:rows",
|
|
603
|
+
DYNAMIC_TABLE_BEFORE_RECORDS = "dynamic-table:before-records",
|
|
604
|
+
DYNAMIC_TABLE_VIEWS = "dynamic-table:views",
|
|
605
|
+
DYNAMIC_TABLE_HOOKS = "dynamic-table:hooks",
|
|
606
|
+
DYNAMIC_TABLE_FILTERS = "dynamic-table:filters",
|
|
607
|
+
DYNAMIC_TABLE_PARENTS = "dynamic-table:parents",
|
|
608
|
+
DYNAMIC_TABLE_WORKSPACES = "dynamic-table:workspaces",
|
|
609
|
+
DYNAMIC_TABLE_COLUMN_TYPES = "dynamic-table:column-types"
|
|
610
|
+
}
|
|
611
|
+
export declare enum EOperation {
|
|
612
|
+
CUSTOM_API_CALL = "CUSTOM_API_CALL"
|
|
613
|
+
}
|
|
614
|
+
export declare enum EParameterLocation {
|
|
615
|
+
PATH = "path",
|
|
616
|
+
QUERY = "query",
|
|
617
|
+
BODY = "body",
|
|
618
|
+
HEADER = "header"
|
|
619
|
+
}
|
|
620
|
+
export interface ErrorDataResponse {
|
|
621
|
+
message: string;
|
|
622
|
+
code?: string;
|
|
623
|
+
type?: string;
|
|
624
|
+
timestamp?: number;
|
|
222
625
|
}
|
|
223
626
|
export interface ExecuteNodeRequestDto {
|
|
224
627
|
nodeInputData?: Record<string, unknown>;
|
|
225
628
|
}
|
|
629
|
+
export interface ExecutionConnectionResponseDto {
|
|
630
|
+
sourceExecutionNodeDataId: number;
|
|
631
|
+
targetExecutionNodeDataId: number;
|
|
632
|
+
sourceHandle?: string;
|
|
633
|
+
sourceHandleIndex?: number;
|
|
634
|
+
targetHandle?: string;
|
|
635
|
+
targetHandleIndex?: number;
|
|
636
|
+
}
|
|
226
637
|
export interface ExecutionDetailWithGraphResponseDto {
|
|
227
|
-
|
|
228
|
-
|
|
638
|
+
id: string;
|
|
639
|
+
workflowId: string;
|
|
640
|
+
status: ExecutionStatusEnum;
|
|
641
|
+
mode: 'production' | 'test';
|
|
642
|
+
triggerSource?: string;
|
|
643
|
+
triggerEventId?: string;
|
|
644
|
+
workflowVersionId?: string;
|
|
645
|
+
startedAt: number;
|
|
646
|
+
finishedAt?: number;
|
|
647
|
+
duration?: number;
|
|
648
|
+
errorMessage?: string;
|
|
649
|
+
metadata?: {
|
|
650
|
+
[key: string]: unknown;
|
|
651
|
+
};
|
|
652
|
+
liveCounts: ExecutionLiveCountsDto;
|
|
653
|
+
graphSnapshot?: ExecutionGraphSnapshotResponseDto;
|
|
654
|
+
executions: (ExecutionNodeDataResponseDto)[];
|
|
655
|
+
connections: (ExecutionConnectionResponseDto)[];
|
|
656
|
+
}
|
|
657
|
+
export interface ExecutionEventResponseDto {
|
|
658
|
+
seq: number;
|
|
659
|
+
eventType: string;
|
|
660
|
+
occurredAt: number;
|
|
661
|
+
nodeId?: string;
|
|
662
|
+
summary: {
|
|
663
|
+
[key: string]: unknown;
|
|
664
|
+
};
|
|
665
|
+
}
|
|
666
|
+
export type ExecutionGraphSnapshotNodeResponseDto = NodeResponseDto & {
|
|
667
|
+
runtime?: ExecutionGraphSnapshotRuntimeOverlayDto;
|
|
668
|
+
};
|
|
669
|
+
export interface ExecutionGraphSnapshotResponseDto {
|
|
670
|
+
nodeCount: number;
|
|
671
|
+
connectionCount: number;
|
|
672
|
+
nodes: (ExecutionGraphSnapshotNodeResponseDto)[];
|
|
673
|
+
connections: (ConnectionResponseDto)[];
|
|
674
|
+
}
|
|
675
|
+
export interface ExecutionGraphSnapshotRuntimeOverlayDto {
|
|
676
|
+
status?: string;
|
|
677
|
+
attempt?: {
|
|
678
|
+
[key: string]: unknown;
|
|
679
|
+
};
|
|
680
|
+
startedAt?: unknown | null;
|
|
681
|
+
finishedAt?: unknown | null;
|
|
682
|
+
durationMs?: unknown | null;
|
|
683
|
+
outputPort?: {
|
|
684
|
+
[key: string]: unknown;
|
|
685
|
+
};
|
|
686
|
+
outputBytes?: {
|
|
687
|
+
[key: string]: unknown;
|
|
688
|
+
};
|
|
689
|
+
errorCode?: {
|
|
690
|
+
[key: string]: unknown;
|
|
691
|
+
};
|
|
692
|
+
errorMessage?: {
|
|
693
|
+
[key: string]: unknown;
|
|
694
|
+
};
|
|
695
|
+
data_input?: {
|
|
696
|
+
[key: string]: unknown;
|
|
697
|
+
};
|
|
698
|
+
data_output?: {
|
|
699
|
+
[key: string]: unknown;
|
|
700
|
+
};
|
|
701
|
+
seq?: number;
|
|
702
|
+
updatedAt?: number;
|
|
703
|
+
}
|
|
704
|
+
export interface ExecutionLiveCountsDto {
|
|
705
|
+
pending: number;
|
|
706
|
+
pendingFanout: number;
|
|
707
|
+
running: number;
|
|
708
|
+
succeeded: number;
|
|
709
|
+
failed: number;
|
|
710
|
+
cancelled: number;
|
|
711
|
+
waiting: number;
|
|
712
|
+
error: number;
|
|
713
|
+
timeout: number;
|
|
714
|
+
total: number;
|
|
715
|
+
}
|
|
716
|
+
export interface ExecutionNodeDataResponseDto {
|
|
717
|
+
id: number;
|
|
718
|
+
nodeName: string;
|
|
719
|
+
icon?: string;
|
|
720
|
+
inputData?: any;
|
|
721
|
+
outputData?: any;
|
|
722
|
+
startedAt: number;
|
|
723
|
+
finishedAt?: number;
|
|
724
|
+
duration?: number;
|
|
725
|
+
status: ExecutionStatusEnum;
|
|
726
|
+
errorData?: ErrorDataResponse;
|
|
727
|
+
metadata?: any;
|
|
728
|
+
type?: NodeTypeEnum;
|
|
729
|
+
previousNode?: {
|
|
730
|
+
id: number;
|
|
731
|
+
nodeName: string;
|
|
732
|
+
status: string;
|
|
733
|
+
};
|
|
734
|
+
nodeDefinitionId?: string;
|
|
735
|
+
position?: {
|
|
736
|
+
x: number;
|
|
737
|
+
y: number;
|
|
738
|
+
};
|
|
739
|
+
inputs?: (string)[];
|
|
740
|
+
outputs?: (string)[];
|
|
741
|
+
}
|
|
742
|
+
export interface ExecutionNodesDto {
|
|
743
|
+
executions: (ExecutionNodeDataResponseDto)[];
|
|
744
|
+
connections: (ExecutionConnectionResponseDto)[];
|
|
229
745
|
}
|
|
230
746
|
export interface ExecutionResponseDto {
|
|
231
747
|
id: string;
|
|
@@ -235,17 +751,215 @@ export interface ExecutionResponseDto {
|
|
|
235
751
|
finishedAt?: number;
|
|
236
752
|
duration?: number;
|
|
237
753
|
errorMessage?: string;
|
|
238
|
-
metadata?:
|
|
754
|
+
metadata?: {
|
|
755
|
+
[key: string]: unknown;
|
|
756
|
+
};
|
|
239
757
|
}
|
|
240
|
-
export
|
|
241
|
-
|
|
242
|
-
|
|
758
|
+
export declare enum ExecutionStatusEnum {
|
|
759
|
+
PENDING_FANOUT = "PENDING_FANOUT",
|
|
760
|
+
PENDING = "PENDING",
|
|
761
|
+
RUNNING = "RUNNING",
|
|
762
|
+
SUCCEEDED = "SUCCEEDED",
|
|
763
|
+
FAILED = "FAILED",
|
|
764
|
+
CANCELLED = "CANCELLED",
|
|
765
|
+
WAITING = "WAITING",
|
|
766
|
+
ERROR = "ERROR",
|
|
767
|
+
TIMEOUT = "TIMEOUT"
|
|
768
|
+
}
|
|
769
|
+
export interface ExecutionStatusResponseDto {
|
|
770
|
+
executionId: string;
|
|
771
|
+
runId: string;
|
|
772
|
+
exists: boolean;
|
|
773
|
+
status?: unknown | null;
|
|
774
|
+
isRunning: boolean;
|
|
775
|
+
isTerminal: boolean;
|
|
776
|
+
startedAt?: number;
|
|
777
|
+
finishedAt?: unknown | null;
|
|
778
|
+
activeNodeCount?: number;
|
|
779
|
+
readyNodeCount?: number;
|
|
780
|
+
waitingNodeCount?: number;
|
|
781
|
+
}
|
|
782
|
+
export interface ExecutionTimelineResponseDto {
|
|
783
|
+
events: (ExecutionEventResponseDto)[];
|
|
784
|
+
nextSeq?: unknown | null;
|
|
785
|
+
}
|
|
786
|
+
export interface GoogleSheetsOptionDto extends Omit<LoadOptionItemDto, 'parameters'> {
|
|
787
|
+
parameters?: GoogleSheetsParameters;
|
|
788
|
+
}
|
|
789
|
+
export interface GoogleSheetsParameters {
|
|
790
|
+
spreadsheetId: string;
|
|
791
|
+
sheetName?: string;
|
|
792
|
+
integrationId: string;
|
|
793
|
+
scopes?: string[];
|
|
794
|
+
}
|
|
795
|
+
export interface IApiConfiguration {
|
|
796
|
+
operation: EOperation;
|
|
797
|
+
endpoint: string;
|
|
798
|
+
method: EHttpMethod;
|
|
799
|
+
contentType: EContentType;
|
|
800
|
+
defaultCookies?: Record<string, string | number | boolean>;
|
|
801
|
+
defaultHeaders?: Record<string, string | number | boolean>;
|
|
802
|
+
defaultBody?: Record<string, any>;
|
|
803
|
+
defaultParams?: Record<string, string | number | boolean>;
|
|
804
|
+
defaultPathParams?: Record<string, string | number | boolean>;
|
|
805
|
+
timeout?: ITimeoutConfig;
|
|
806
|
+
errorHandling?: IErrorHandlingConfig;
|
|
807
|
+
authentication?: IAuthenticationConfig;
|
|
808
|
+
responseHandling?: IResponseHandlingConfig;
|
|
809
|
+
bodySchema?: IBodySchema;
|
|
810
|
+
}
|
|
811
|
+
export interface IAuthenticationConfig {
|
|
812
|
+
type: 'none' | 'bearer' | 'basic' | 'apiKey' | 'oauth2';
|
|
813
|
+
credentialName?: string;
|
|
814
|
+
location?: EParameterLocation;
|
|
815
|
+
fieldName?: string;
|
|
816
|
+
prefix?: string;
|
|
817
|
+
}
|
|
818
|
+
export interface IBaseJsonPropertyDefinition<TType extends TJsonPropertyType = TJsonPropertyType> {
|
|
819
|
+
name: string;
|
|
820
|
+
type: TType;
|
|
821
|
+
required: boolean;
|
|
822
|
+
isExecuteNeeded: boolean;
|
|
823
|
+
displayName: ILocalizedText;
|
|
824
|
+
description?: ILocalizedText;
|
|
825
|
+
default?: TJsonPropertyDefaultValue;
|
|
826
|
+
hidden?: boolean;
|
|
827
|
+
submitWhenHidden?: boolean;
|
|
828
|
+
placeholder?: ILocalizedText | string;
|
|
829
|
+
in?: TJsonPropertyLocation;
|
|
830
|
+
reLoad?: boolean;
|
|
831
|
+
isPrivate?: boolean;
|
|
832
|
+
displayOptions?: IJsonPropertyDisplayOptions;
|
|
833
|
+
autoFill?: IJsonPropertyAutoFill;
|
|
834
|
+
remoteConfig?: IJsonPropertyRemoteConfig;
|
|
835
|
+
inputModes?: TJsonPropertyInputMode[];
|
|
836
|
+
hasStringMode?: boolean;
|
|
837
|
+
validation?: IJsonPropertyValidation;
|
|
838
|
+
}
|
|
839
|
+
export interface IBodySchema {
|
|
840
|
+
type: 'array' | 'object';
|
|
841
|
+
wrapperKey?: string;
|
|
842
|
+
}
|
|
843
|
+
export interface IErrorHandlingConfig {
|
|
844
|
+
throwOnHttpError?: boolean;
|
|
845
|
+
customErrorMessages?: Record<number, string>;
|
|
846
|
+
logErrors?: boolean;
|
|
847
|
+
errorTransformer?: string;
|
|
848
|
+
}
|
|
849
|
+
export interface IJsonActionsPropertyDefinition extends IBaseJsonPropertyDefinition<'actions'> {
|
|
850
|
+
actions: IJsonPropertyActionButton[];
|
|
851
|
+
}
|
|
852
|
+
export interface IJsonArrayKeyValueEditorConfig {
|
|
853
|
+
uiMode?: 'grid' | 'list';
|
|
854
|
+
keyField: IJsonArrayKeyValueEditorFieldConfig;
|
|
855
|
+
valueField: IJsonArrayKeyValueEditorFieldConfig;
|
|
856
|
+
}
|
|
857
|
+
export interface IJsonArrayKeyValueEditorFieldConfig {
|
|
858
|
+
name: string;
|
|
859
|
+
type: TJsonPropertyType;
|
|
860
|
+
options?: IJsonPropertyOption[];
|
|
861
|
+
loadOptions?: IJsonPropertyLoadOptions;
|
|
862
|
+
remoteConfig?: IJsonPropertyRemoteConfig;
|
|
863
|
+
}
|
|
864
|
+
export interface IJsonArrayKeyValuePropertyDefinition extends IBaseJsonPropertyDefinition<'arrayKeyValue'> {
|
|
865
|
+
editorConfig?: IJsonArrayKeyValueEditorConfig;
|
|
866
|
+
}
|
|
867
|
+
export interface IJsonArrayPropertyDefinition extends IBaseJsonPropertyDefinition<'array'> {
|
|
868
|
+
properties: IJsonPropertyDefinition[];
|
|
869
|
+
addItemOptions?: IJsonPropertyArrayAddItemOption[];
|
|
870
|
+
}
|
|
871
|
+
export interface IJsonBooleanPropertyDefinition extends IBaseJsonPropertyDefinition<'boolean'> {
|
|
872
|
+
}
|
|
873
|
+
export interface IJsonCollectionPropertyDefinition extends IBaseJsonPropertyDefinition<'collection'> {
|
|
874
|
+
properties: IJsonPropertyDefinition[];
|
|
875
|
+
}
|
|
876
|
+
export interface IJsonDateLikePropertyDefinition extends IBaseJsonPropertyDefinition<'date' | 'dateTime' | 'dateTimeMs'> {
|
|
877
|
+
}
|
|
878
|
+
export interface IJsonGridValuesPropertyDefinition extends IBaseJsonPropertyDefinition<'gridValues'> {
|
|
879
|
+
loadOptions?: IJsonPropertyLoadOptions;
|
|
880
|
+
allowAddRows?: boolean;
|
|
881
|
+
}
|
|
882
|
+
export interface IJsonKeyValuePropertyDefinition extends IBaseJsonPropertyDefinition<'keyValue'> {
|
|
883
|
+
}
|
|
884
|
+
export interface IJsonNumberLikePropertyDefinition extends IBaseJsonPropertyDefinition<'number' | 'slider'> {
|
|
885
|
+
minValue?: number;
|
|
886
|
+
maxValue?: number;
|
|
887
|
+
step?: number;
|
|
888
|
+
}
|
|
889
|
+
export interface IJsonOptionsLikePropertyDefinition extends IBaseJsonPropertyDefinition<'options' | 'connection'> {
|
|
890
|
+
options?: IJsonPropertyOption[];
|
|
891
|
+
loadOptions?: IJsonPropertyLoadOptions;
|
|
892
|
+
multiple?: boolean;
|
|
893
|
+
isMultiSelect?: boolean;
|
|
894
|
+
multipleValues?: boolean;
|
|
895
|
+
}
|
|
896
|
+
export interface IJsonPrimitiveArrayPropertyDefinition extends IBaseJsonPropertyDefinition<'arrayString' | 'arrayNumber' | 'arrayBoolean'> {
|
|
897
|
+
}
|
|
898
|
+
export interface IJsonPropertyActionButton {
|
|
899
|
+
name: string;
|
|
900
|
+
displayName?: ILocalizedText;
|
|
901
|
+
description?: ILocalizedText;
|
|
902
|
+
icon?: string;
|
|
903
|
+
buttonStyle?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
|
|
904
|
+
requireConfirm?: boolean;
|
|
905
|
+
confirmMessage?: ILocalizedText;
|
|
906
|
+
}
|
|
907
|
+
export interface IJsonPropertyArrayAddItemOption {
|
|
908
|
+
label: string | ILocalizedText;
|
|
909
|
+
defaultValues?: Record<string, unknown>;
|
|
910
|
+
}
|
|
911
|
+
export interface IJsonPropertyAutoFill {
|
|
912
|
+
sourceField: string;
|
|
913
|
+
paramKey: string;
|
|
914
|
+
trigger?: 'onChange' | 'onBlur';
|
|
915
|
+
}
|
|
916
|
+
export type IJsonPropertyDefinition = IJsonStringLikePropertyDefinition | IJsonNumberLikePropertyDefinition | IJsonBooleanPropertyDefinition | IJsonDateLikePropertyDefinition | IJsonKeyValuePropertyDefinition | IJsonPrimitiveArrayPropertyDefinition | IJsonCollectionPropertyDefinition | IJsonArrayPropertyDefinition | IJsonOptionsLikePropertyDefinition | IJsonActionsPropertyDefinition | IJsonArrayKeyValuePropertyDefinition | IJsonGridValuesPropertyDefinition;
|
|
917
|
+
export interface IJsonPropertyDisplayOptions {
|
|
918
|
+
show?: Record<string, TJsonPropertyDisplayConditionValue>;
|
|
919
|
+
hide?: Record<string, TJsonPropertyDisplayConditionValue>;
|
|
920
|
+
}
|
|
921
|
+
export interface IJsonPropertyLoadOptionMapping {
|
|
922
|
+
label?: string;
|
|
923
|
+
value?: string;
|
|
924
|
+
description?: string;
|
|
925
|
+
}
|
|
926
|
+
export interface IJsonPropertyLoadOptions {
|
|
927
|
+
resource: string;
|
|
928
|
+
method: string;
|
|
929
|
+
dependsOn?: string[];
|
|
930
|
+
dependencies?: Record<string, TJsonPropertyLoadDependencyValue>;
|
|
931
|
+
optionMapping?: IJsonPropertyLoadOptionMapping;
|
|
932
|
+
pagination?: boolean;
|
|
933
|
+
defaultPageSize?: number;
|
|
934
|
+
filters?: Record<string, unknown>;
|
|
935
|
+
}
|
|
936
|
+
export interface IJsonPropertyOption {
|
|
937
|
+
name: TJsonPropertyOptionName;
|
|
938
|
+
value: TJsonPropertyPrimitive;
|
|
939
|
+
parameters?: Record<string, unknown>;
|
|
940
|
+
}
|
|
941
|
+
export interface IJsonPropertyRemoteConfig {
|
|
942
|
+
sourceField: string;
|
|
943
|
+
extractProperty?: string;
|
|
944
|
+
typeMapping?: Record<string, TJsonPropertyType>;
|
|
945
|
+
attributeMapping?: Record<string, string>;
|
|
946
|
+
}
|
|
947
|
+
export interface IJsonPropertyValidation {
|
|
948
|
+
allowEmpty?: boolean;
|
|
949
|
+
trim?: boolean;
|
|
950
|
+
message?: ILocalizedText;
|
|
951
|
+
}
|
|
952
|
+
export interface IJsonStringLikePropertyDefinition extends IBaseJsonPropertyDefinition<'string' | 'textArea' | 'password' | 'codeEditor' | 'json' | 'html'> {
|
|
953
|
+
minLength?: number;
|
|
954
|
+
maxLength?: number;
|
|
955
|
+
pattern?: string;
|
|
243
956
|
}
|
|
244
957
|
export interface ImportTemplateDto {
|
|
245
958
|
templateData: {
|
|
246
959
|
nodes: TemplateNodeDto[];
|
|
247
960
|
connections: TemplateConnectionDto[];
|
|
248
961
|
states?: IStateVariable[];
|
|
962
|
+
tables?: TemplateDynamicTableDto[];
|
|
249
963
|
};
|
|
250
964
|
}
|
|
251
965
|
export interface ImportTemplateFromS3Dto {
|
|
@@ -258,6 +972,43 @@ export interface ImportTemplateResponseDto {
|
|
|
258
972
|
warnings?: string[];
|
|
259
973
|
workflowDeactivated: boolean;
|
|
260
974
|
}
|
|
975
|
+
export type INodeProperty = IJsonPropertyDefinition;
|
|
976
|
+
export interface INodeScheduleConfig {
|
|
977
|
+
mode?: ScheduleTriggerMode;
|
|
978
|
+
timeMs: number;
|
|
979
|
+
startAt?: number;
|
|
980
|
+
endAt?: number;
|
|
981
|
+
limit?: number;
|
|
982
|
+
jobId?: string;
|
|
983
|
+
}
|
|
984
|
+
export interface InputSchemaDto {
|
|
985
|
+
$schema?: string;
|
|
986
|
+
type?: string;
|
|
987
|
+
title?: string;
|
|
988
|
+
properties?: Record<string, any>;
|
|
989
|
+
required?: string[];
|
|
990
|
+
additionalProperties?: any;
|
|
991
|
+
}
|
|
992
|
+
export interface IResponseHandlingConfig {
|
|
993
|
+
expectedContentType?: EContentType;
|
|
994
|
+
dataPath?: string;
|
|
995
|
+
validateResponse?: boolean;
|
|
996
|
+
responseTransformer?: string;
|
|
997
|
+
}
|
|
998
|
+
export interface ITimeoutConfig {
|
|
999
|
+
request?: number;
|
|
1000
|
+
connection?: number;
|
|
1001
|
+
retryCount?: number;
|
|
1002
|
+
retryDelay?: number;
|
|
1003
|
+
}
|
|
1004
|
+
export interface IWorkflowExecuteResult {
|
|
1005
|
+
readonly success: boolean;
|
|
1006
|
+
readonly workflowId: string;
|
|
1007
|
+
readonly runId: string;
|
|
1008
|
+
readonly jobId?: string;
|
|
1009
|
+
readonly status: 'queued';
|
|
1010
|
+
readonly message: string;
|
|
1011
|
+
}
|
|
261
1012
|
export interface JsonSchema {
|
|
262
1013
|
$schema?: string;
|
|
263
1014
|
type: 'object';
|
|
@@ -265,129 +1016,310 @@ export interface JsonSchema {
|
|
|
265
1016
|
description?: string;
|
|
266
1017
|
properties: Record<string, JsonSchemaProperty>;
|
|
267
1018
|
required?: string[];
|
|
1019
|
+
additionalProperties?: boolean | JsonSchemaProperty;
|
|
1020
|
+
}
|
|
1021
|
+
export interface JsonSchemaProperty {
|
|
1022
|
+
type: string | string[];
|
|
1023
|
+
title?: string;
|
|
1024
|
+
description?: string;
|
|
1025
|
+
default?: unknown;
|
|
1026
|
+
enum?: Array<string | number | boolean>;
|
|
1027
|
+
format?: string;
|
|
1028
|
+
properties?: Record<string, JsonSchemaProperty>;
|
|
1029
|
+
required?: string[];
|
|
1030
|
+
items?: JsonSchemaProperty;
|
|
1031
|
+
minLength?: number;
|
|
1032
|
+
maxLength?: number;
|
|
1033
|
+
pattern?: string;
|
|
1034
|
+
minimum?: number;
|
|
1035
|
+
maximum?: number;
|
|
1036
|
+
examples?: unknown[];
|
|
1037
|
+
additionalProperties?: boolean | JsonSchemaProperty;
|
|
268
1038
|
}
|
|
269
1039
|
export interface LoadOptionItemDto {
|
|
270
1040
|
name: string;
|
|
271
|
-
value:
|
|
1041
|
+
value: string | number | boolean | {};
|
|
272
1042
|
description?: string;
|
|
273
1043
|
page_id?: string;
|
|
274
|
-
parameters?:
|
|
1044
|
+
parameters?: {
|
|
1045
|
+
[key: string]: unknown;
|
|
1046
|
+
};
|
|
275
1047
|
displayInfo?: {
|
|
276
|
-
|
|
277
|
-
label: string;
|
|
278
|
-
value: any;
|
|
279
|
-
type?: 'text' | 'url' | 'badge' | 'datetime' | 'json' | 'code';
|
|
280
|
-
copyable?: boolean;
|
|
281
|
-
color?: string;
|
|
282
|
-
icon?: string;
|
|
283
|
-
}>;
|
|
284
|
-
actions?: Array<{
|
|
285
|
-
label: string;
|
|
286
|
-
action: string;
|
|
287
|
-
icon?: string;
|
|
288
|
-
dangerous?: boolean;
|
|
289
|
-
disabled?: boolean;
|
|
290
|
-
}>;
|
|
291
|
-
metadata?: Record<string, any>;
|
|
1048
|
+
[key: string]: unknown;
|
|
292
1049
|
};
|
|
293
1050
|
icon?: string;
|
|
294
1051
|
group?: string;
|
|
295
1052
|
recommended?: boolean;
|
|
296
1053
|
available?: boolean;
|
|
297
1054
|
}
|
|
1055
|
+
export type LoadOptionItemUnion = WebhookRegistryOptionDto | AiModelsOptionDto | GoogleSheetsOptionDto | CredentialsOptionDto | WorkflowNodesOptionDto | LoadOptionItemDto;
|
|
1056
|
+
export interface LoadOptionsPagination {
|
|
1057
|
+
currentPage: number;
|
|
1058
|
+
pageSize: number;
|
|
1059
|
+
totalPages?: number;
|
|
1060
|
+
totalItems?: number;
|
|
1061
|
+
hasNextPage: boolean;
|
|
1062
|
+
hasPreviousPage: boolean;
|
|
1063
|
+
nextPageCursor?: string;
|
|
1064
|
+
previousPageCursor?: string;
|
|
1065
|
+
nextPageToken?: string;
|
|
1066
|
+
previousPageToken?: string;
|
|
1067
|
+
}
|
|
298
1068
|
export interface LoadOptionsRequestDto {
|
|
299
1069
|
resource: ELoadOptionsResource;
|
|
300
1070
|
method: ELoadOptionsMethod;
|
|
301
|
-
dependencies?:
|
|
1071
|
+
dependencies?: {
|
|
1072
|
+
[key: string]: unknown;
|
|
1073
|
+
};
|
|
302
1074
|
page?: number;
|
|
303
1075
|
pageSize?: number;
|
|
304
1076
|
nextPageCursor?: string;
|
|
305
1077
|
nextPageToken?: string;
|
|
306
1078
|
nodeId?: string;
|
|
307
|
-
filters?:
|
|
1079
|
+
filters?: {
|
|
1080
|
+
[key: string]: unknown;
|
|
1081
|
+
};
|
|
308
1082
|
limit?: number;
|
|
309
1083
|
offset?: number;
|
|
310
1084
|
search?: string;
|
|
311
1085
|
}
|
|
312
1086
|
export interface LoadOptionsResponseDto<T extends LoadOptionItemUnion = LoadOptionItemDto> {
|
|
313
|
-
options:
|
|
1087
|
+
options: (LoadOptionItemDto)[];
|
|
314
1088
|
pagination?: LoadOptionsPagination;
|
|
315
1089
|
nextPageCursor?: string | number;
|
|
316
1090
|
hasMore?: boolean;
|
|
317
1091
|
total?: number;
|
|
318
|
-
metadata?:
|
|
1092
|
+
metadata?: {
|
|
1093
|
+
[key: string]: unknown;
|
|
1094
|
+
};
|
|
1095
|
+
}
|
|
1096
|
+
export interface LocalizedTextDto {
|
|
1097
|
+
vn: string;
|
|
1098
|
+
en: string;
|
|
1099
|
+
zh: string;
|
|
319
1100
|
}
|
|
320
|
-
export interface
|
|
1101
|
+
export interface MessageTriggerExecuteRequestDto {
|
|
1102
|
+
input?: {
|
|
1103
|
+
[key: string]: unknown;
|
|
1104
|
+
};
|
|
321
1105
|
message: string;
|
|
1106
|
+
correlationId?: string;
|
|
1107
|
+
test?: boolean;
|
|
1108
|
+
}
|
|
1109
|
+
export interface MetricsTimeseriesPointDto {
|
|
1110
|
+
bucket: string;
|
|
1111
|
+
runCount: number;
|
|
1112
|
+
avgDurationMs: number;
|
|
1113
|
+
successfulNodes: number;
|
|
1114
|
+
failedNodes: number;
|
|
1115
|
+
}
|
|
1116
|
+
export interface MetricsTimeseriesResponseDto {
|
|
1117
|
+
workflowId: string;
|
|
1118
|
+
granularity: 'hour' | 'day';
|
|
1119
|
+
points: (MetricsTimeseriesPointDto)[];
|
|
1120
|
+
}
|
|
1121
|
+
export interface NodeAdvancedConfigResponseDto {
|
|
1122
|
+
maxTries: number;
|
|
1123
|
+
timeoutMs?: unknown | null;
|
|
1124
|
+
onPortError?: boolean;
|
|
1125
|
+
}
|
|
1126
|
+
export declare enum NodeDefinitionCategoryEnum {
|
|
1127
|
+
ADD = "ADD",
|
|
1128
|
+
DELETE = "DELETE",
|
|
1129
|
+
OTHER = "OTHER",
|
|
1130
|
+
GET = "GET",
|
|
1131
|
+
TRIGGER = "TRIGGER",
|
|
1132
|
+
MODIFY = "MODIFY"
|
|
322
1133
|
}
|
|
323
1134
|
export interface NodeDefinitionGroupResponseDto {
|
|
324
1135
|
id: string;
|
|
325
1136
|
name: ILocalizedText;
|
|
326
1137
|
tags: string[];
|
|
327
|
-
logo?:
|
|
328
|
-
|
|
1138
|
+
logo?: unknown | null;
|
|
1139
|
+
ownerType?: unknown | null;
|
|
329
1140
|
priorityLevel: number;
|
|
1141
|
+
projectId?: unknown | null;
|
|
1142
|
+
sourceType: NodeSourceTypeEnum;
|
|
330
1143
|
active: boolean;
|
|
1144
|
+
isPublished: boolean;
|
|
1145
|
+
createdAt: number;
|
|
1146
|
+
updatedAt: number;
|
|
331
1147
|
nodeCount: number;
|
|
332
1148
|
}
|
|
333
1149
|
export interface NodeDefinitionGroupSimpleResponseDto {
|
|
334
1150
|
id: string;
|
|
335
1151
|
name: string;
|
|
336
1152
|
}
|
|
1153
|
+
export declare enum NodeDefinitionGroupSortBy {
|
|
1154
|
+
NAME = "name",
|
|
1155
|
+
ID = "id",
|
|
1156
|
+
PRIORITY_LEVEL = "priorityLevel",
|
|
1157
|
+
CREATED_AT = "createdAt",
|
|
1158
|
+
UPDATED_AT = "updatedAt"
|
|
1159
|
+
}
|
|
337
1160
|
export interface NodeDefinitionResponseDto {
|
|
338
1161
|
id: string;
|
|
339
|
-
|
|
340
|
-
|
|
1162
|
+
type: string;
|
|
1163
|
+
name: string;
|
|
341
1164
|
displayName: ILocalizedText;
|
|
342
|
-
description?:
|
|
343
|
-
icon?:
|
|
344
|
-
properties: INodeProperty[];
|
|
345
|
-
inputs?: string[];
|
|
346
|
-
outputs?: string[];
|
|
347
|
-
credentials?: ICredentialDefinition[];
|
|
1165
|
+
description?: unknown | null;
|
|
1166
|
+
icon?: unknown | null;
|
|
348
1167
|
createdAt: number;
|
|
349
1168
|
updatedAt: number;
|
|
350
1169
|
isTrigger: boolean;
|
|
351
|
-
|
|
1170
|
+
ownerType: NodeOwnerTypeEnum;
|
|
352
1171
|
active: boolean;
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
inputs: string[] | null;
|
|
361
|
-
outputs: string[] | null;
|
|
1172
|
+
isActive: boolean;
|
|
1173
|
+
isPublished: boolean;
|
|
1174
|
+
sourceType?: NodeSourceTypeEnum;
|
|
1175
|
+
category?: unknown | null;
|
|
1176
|
+
groupId?: unknown | null;
|
|
1177
|
+
groupName?: unknown | null;
|
|
1178
|
+
inputSchema?: InputSchemaDto;
|
|
362
1179
|
}
|
|
363
1180
|
export type NodeDetailResponseDto = NodeResponseDto & {
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
1181
|
+
parameters?: unknown | null;
|
|
1182
|
+
advancedConfig?: NodeAdvancedConfigResponseDto;
|
|
1183
|
+
scheduleConfig?: unknown | null;
|
|
1184
|
+
properties?: unknown | null;
|
|
1185
|
+
knowledge?: unknown | null;
|
|
368
1186
|
};
|
|
1187
|
+
export interface NodeGroupConfigDto {
|
|
1188
|
+
existingGroupId?: string;
|
|
1189
|
+
newGroupName?: LocalizedTextDto;
|
|
1190
|
+
tags?: (string)[];
|
|
1191
|
+
logoMime?: string;
|
|
1192
|
+
}
|
|
1193
|
+
export declare enum NodeOwnerTypeEnum {
|
|
1194
|
+
SYSTEM = "SYSTEM",
|
|
1195
|
+
ADMIN = "ADMIN",
|
|
1196
|
+
USER = "USER"
|
|
1197
|
+
}
|
|
1198
|
+
export interface NodePositionItemDto {
|
|
1199
|
+
nodeId: unknown;
|
|
1200
|
+
position: UpdateNodePositionDto;
|
|
1201
|
+
}
|
|
1202
|
+
export interface NodeResponseDto {
|
|
1203
|
+
id: string;
|
|
1204
|
+
name: string;
|
|
1205
|
+
index?: unknown | null;
|
|
1206
|
+
position: TNodePosition;
|
|
1207
|
+
notes?: unknown | null;
|
|
1208
|
+
type?: string;
|
|
1209
|
+
parentLoopNodeId?: unknown | null;
|
|
1210
|
+
nodeDefinitionId?: string;
|
|
1211
|
+
inputs?: string[];
|
|
1212
|
+
outputs?: string[];
|
|
1213
|
+
icon?: unknown | null;
|
|
1214
|
+
isTrigger?: boolean;
|
|
1215
|
+
virtualTrigger?: boolean;
|
|
1216
|
+
result?: {
|
|
1217
|
+
[key: string]: unknown;
|
|
1218
|
+
};
|
|
1219
|
+
parameters?: {
|
|
1220
|
+
[key: string]: unknown;
|
|
1221
|
+
} | null;
|
|
1222
|
+
}
|
|
1223
|
+
export interface NodeSettingsDto {
|
|
1224
|
+
timeout?: number;
|
|
1225
|
+
maxTries?: number;
|
|
1226
|
+
onPortError?: boolean;
|
|
1227
|
+
}
|
|
1228
|
+
export declare enum NodeSourceTypeEnum {
|
|
1229
|
+
CORE = "CORE",
|
|
1230
|
+
BUILD_IN = "BUILD_IN",
|
|
1231
|
+
CUSTOM = "CUSTOM",
|
|
1232
|
+
OTHER = "OTHER",
|
|
1233
|
+
UTILITIES = "UTILITIES",
|
|
1234
|
+
COMMUNITY = "COMMUNITY",
|
|
1235
|
+
APP = "APP"
|
|
1236
|
+
}
|
|
1237
|
+
export declare enum NodeTypeEnum {
|
|
1238
|
+
TRIGGER_CLICK = "TRIGGER_CLICK",
|
|
1239
|
+
TRIGGER_MESSAGE = "TRIGGER_MESSAGE",
|
|
1240
|
+
TRIGGER_SYSTEM_CUSTOM = "TRIGGER_SYSTEM_CUSTOM",
|
|
1241
|
+
TRIGGER_SYSTEM_EVENT = "TRIGGER_SYSTEM_EVENT",
|
|
1242
|
+
TRIGGER_INTEGRATION = "TRIGGER_INTEGRATION",
|
|
1243
|
+
MCP = "MCP",
|
|
1244
|
+
TRIGGER_WEBHOOK = "TRIGGER_WEBHOOK",
|
|
1245
|
+
TRIGGER_SCHEDULE = "TRIGGER_SCHEDULE",
|
|
1246
|
+
TRIGGER_SUB_WORKFLOW = "TRIGGER_SUB_WORKFLOW",
|
|
1247
|
+
TRIGGER_DYNAMIC_TABLE = "TRIGGER_DYNAMIC_TABLE",
|
|
1248
|
+
CUSTOM = "CUSTOM",
|
|
1249
|
+
SYSTEM_USER = "SYSTEM_USER",
|
|
1250
|
+
SYSTEM_ADMIN = "SYSTEM_ADMIN",
|
|
1251
|
+
STATE = "STATE",
|
|
1252
|
+
NOTE = "NOTE",
|
|
1253
|
+
SUB_WORKFLOW = "SUB_WORKFLOW",
|
|
1254
|
+
CONDITION = "CONDITION",
|
|
1255
|
+
SWITCH = "SWITCH",
|
|
1256
|
+
TRANSFORM = "TRANSFORM",
|
|
1257
|
+
API_CALL = "API_CALL",
|
|
1258
|
+
WAIT = "WAIT",
|
|
1259
|
+
AI_APPROVE = "AI_APPROVE",
|
|
1260
|
+
AI_CLASSIFY = "AI_CLASSIFY",
|
|
1261
|
+
AI_AGENT = "AI_AGENT",
|
|
1262
|
+
JOIN = "JOIN",
|
|
1263
|
+
FORK = "FORK",
|
|
1264
|
+
LOOP_START = "LOOP_START",
|
|
1265
|
+
LOOP_NEXT = "LOOP_NEXT",
|
|
1266
|
+
LOOP_BREAK = "LOOP_BREAK",
|
|
1267
|
+
TRY_START = "TRY_START",
|
|
1268
|
+
CONVERT = "CONVERT"
|
|
1269
|
+
}
|
|
1270
|
+
export interface PasteConnectionItemDto {
|
|
1271
|
+
sourceTempId: string;
|
|
1272
|
+
targetTempId: string;
|
|
1273
|
+
sourceHandle: string;
|
|
1274
|
+
targetHandle: string;
|
|
1275
|
+
sourceHandleIndex?: number;
|
|
1276
|
+
targetHandleIndex?: number;
|
|
1277
|
+
}
|
|
1278
|
+
export interface PasteNodeItemDto {
|
|
1279
|
+
tempId: string;
|
|
1280
|
+
name: string;
|
|
1281
|
+
position: TNodePosition;
|
|
1282
|
+
nodeDefinitionId: string;
|
|
1283
|
+
webhookId?: string;
|
|
1284
|
+
integrationId?: string;
|
|
1285
|
+
agentId?: string;
|
|
1286
|
+
parameters: Record<string, any>;
|
|
1287
|
+
notes?: string;
|
|
1288
|
+
parentLoopNodeId?: string;
|
|
1289
|
+
maxTries?: number;
|
|
1290
|
+
timeout?: number;
|
|
1291
|
+
onPortError?: boolean;
|
|
1292
|
+
inputs?: (string)[];
|
|
1293
|
+
outputs?: (string)[];
|
|
1294
|
+
}
|
|
369
1295
|
export interface PasteNodesDto {
|
|
370
|
-
nodes: PasteNodeItemDto[];
|
|
371
|
-
connections?: PasteConnectionItemDto[];
|
|
1296
|
+
nodes: (PasteNodeItemDto)[];
|
|
1297
|
+
connections?: (PasteConnectionItemDto)[];
|
|
372
1298
|
}
|
|
373
1299
|
export interface PasteNodesResponseDto {
|
|
374
1300
|
nodesPasted: number;
|
|
375
1301
|
connectionsPasted: number;
|
|
376
1302
|
nodeIdMapping: Record<string, string>;
|
|
377
|
-
createdNodes: NodeResponseDto[];
|
|
378
|
-
createdConnections: ConnectionResponseDto[];
|
|
379
|
-
warnings?: string[];
|
|
1303
|
+
createdNodes: (NodeResponseDto)[];
|
|
1304
|
+
createdConnections: (ConnectionResponseDto)[];
|
|
1305
|
+
warnings?: (string)[];
|
|
1306
|
+
}
|
|
1307
|
+
export interface ProjectToolConversionErrorDto {
|
|
1308
|
+
toolId: string;
|
|
1309
|
+
versionId?: unknown | null;
|
|
1310
|
+
error: string;
|
|
1311
|
+
}
|
|
1312
|
+
export interface PublishWorkflowVersionDto {
|
|
1313
|
+
name?: string;
|
|
1314
|
+
description?: string | null;
|
|
1315
|
+
selectAsRuntime?: boolean;
|
|
380
1316
|
}
|
|
381
|
-
export type QueryAllNodeDefinitionsDto = QueryDto & {
|
|
382
|
-
sourceType?: NodeSourceTypeEnum;
|
|
383
|
-
category?: NodeDefinitionCategoryEnum;
|
|
384
|
-
groupId?: string;
|
|
385
|
-
};
|
|
386
1317
|
export type QueryBySourceTypeDto = QueryDto & {
|
|
387
|
-
sourceType: 'ALL'
|
|
1318
|
+
sourceType: 'ALL';
|
|
388
1319
|
resultType?: 'groups' | 'nodes' | 'both';
|
|
389
1320
|
includeGroupNodes?: boolean;
|
|
390
|
-
|
|
1321
|
+
groupId?: string;
|
|
1322
|
+
sortBy?: 'name' | 'createdAt' | 'updatedAt' | 'priorityLevel' | 'active';
|
|
391
1323
|
};
|
|
392
1324
|
export type QueryCustomNodeDto = QueryDto & {
|
|
393
1325
|
scope?: CustomNodeScope;
|
|
@@ -403,69 +1335,153 @@ export type QueryNodeDefinitionDto = QueryDto & {
|
|
|
403
1335
|
groupId?: string;
|
|
404
1336
|
category?: NodeDefinitionCategoryEnum;
|
|
405
1337
|
isAllNode?: boolean;
|
|
406
|
-
|
|
1338
|
+
active?: boolean;
|
|
1339
|
+
isTrigger?: boolean;
|
|
1340
|
+
sortBy?: 'displayName' | 'groupName' | 'type' | 'version' | 'createdAt' | 'updatedAt' | 'category';
|
|
407
1341
|
};
|
|
408
1342
|
export type QueryNodeDefinitionGroupDto = QueryDto & {
|
|
409
1343
|
active?: boolean;
|
|
410
1344
|
isCreatedByUser?: boolean;
|
|
1345
|
+
hasProjectId?: boolean;
|
|
1346
|
+
sourceType?: NodeSourceTypeEnum;
|
|
411
1347
|
sortBy?: NodeDefinitionGroupSortBy;
|
|
412
1348
|
};
|
|
413
|
-
export type QueryWebhookRegistryDto = QueryDto & {
|
|
414
|
-
search?: string;
|
|
415
|
-
sortBy?: string;
|
|
416
|
-
};
|
|
417
1349
|
export type QueryWorkflowDto = QueryDto & {
|
|
418
|
-
excludeSkillIds?: string[];
|
|
1350
|
+
excludeSkillIds?: (string)[];
|
|
419
1351
|
search?: string;
|
|
420
1352
|
isActive?: boolean;
|
|
1353
|
+
isPublished?: boolean;
|
|
421
1354
|
triggerType?: WorkflowTriggerType[];
|
|
422
|
-
sortBy?:
|
|
1355
|
+
sortBy?: 'name' | 'isActive' | 'createdAt' | 'updatedAt';
|
|
423
1356
|
};
|
|
424
1357
|
export type QueryWorkflowTemplateDto = QueryDto & {
|
|
425
1358
|
search?: string;
|
|
426
1359
|
version?: number;
|
|
427
1360
|
isOwner?: boolean;
|
|
428
|
-
|
|
1361
|
+
currentEmployeeOnly?: boolean;
|
|
1362
|
+
sourceId?: string;
|
|
1363
|
+
sortBy?: 'name' | 'version' | 'createdAt' | 'updatedAt';
|
|
429
1364
|
};
|
|
1365
|
+
export interface RunMetricsResponseDto {
|
|
1366
|
+
runId: string;
|
|
1367
|
+
durationMs: number;
|
|
1368
|
+
nodesExecuted: number;
|
|
1369
|
+
successfulNodes: number;
|
|
1370
|
+
failedNodes: number;
|
|
1371
|
+
cancelledNodes: number;
|
|
1372
|
+
timeoutNodes: number;
|
|
1373
|
+
transformBytesTotal: number;
|
|
1374
|
+
apiCallsCount: number;
|
|
1375
|
+
aiInvocationsCount: number;
|
|
1376
|
+
aiTokensPrompt: number;
|
|
1377
|
+
aiTokensCompletion: number;
|
|
1378
|
+
aiCostUsd: string;
|
|
1379
|
+
startedAt?: Date;
|
|
1380
|
+
finishedAt?: Date;
|
|
1381
|
+
}
|
|
1382
|
+
export declare enum ScheduleTriggerMode {
|
|
1383
|
+
FIXED_INTERVAL = "FIXED_INTERVAL",
|
|
1384
|
+
AFTER_COMPLETION = "AFTER_COMPLETION"
|
|
1385
|
+
}
|
|
430
1386
|
export interface StatesResponseDto {
|
|
431
|
-
states: StateVariableResponseDto[];
|
|
1387
|
+
states: (StateVariableResponseDto)[];
|
|
432
1388
|
count: number;
|
|
433
1389
|
}
|
|
434
|
-
export interface
|
|
1390
|
+
export interface StateVariableDto {
|
|
435
1391
|
name: string;
|
|
436
1392
|
type: StateVariableType;
|
|
437
1393
|
value: unknown;
|
|
438
1394
|
description?: string;
|
|
439
1395
|
}
|
|
440
|
-
export interface
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
updatedNodes: NodeResponseDto[];
|
|
1396
|
+
export interface StateVariableResponseDto {
|
|
1397
|
+
name: string;
|
|
1398
|
+
type: StateVariableType;
|
|
1399
|
+
value?: unknown;
|
|
1400
|
+
description?: string;
|
|
1401
|
+
isSystem?: boolean;
|
|
447
1402
|
}
|
|
448
|
-
export interface
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
executionMode?: 'realtime' | 'background';
|
|
1403
|
+
export interface SystemCustomTriggerExecuteRequestDto {
|
|
1404
|
+
input: {
|
|
1405
|
+
[key: string]: unknown;
|
|
1406
|
+
};
|
|
1407
|
+
correlationId?: string;
|
|
1408
|
+
test?: boolean;
|
|
455
1409
|
}
|
|
456
|
-
export interface
|
|
457
|
-
|
|
1410
|
+
export interface TemplateConnectionDto {
|
|
1411
|
+
id: string;
|
|
1412
|
+
sourceNodeId: string;
|
|
1413
|
+
targetNodeId: string;
|
|
1414
|
+
sourceHandle: string;
|
|
1415
|
+
sourceHandleIndex?: number;
|
|
1416
|
+
targetHandle: string;
|
|
1417
|
+
targetHandleIndex?: number;
|
|
1418
|
+
}
|
|
1419
|
+
export interface TemplateDynamicTableDto {
|
|
1420
|
+
artifact_id: string;
|
|
1421
|
+
knowledge_file_id: string;
|
|
1422
|
+
storage_key: string;
|
|
1423
|
+
snapshot_version: number;
|
|
1424
|
+
source_sys_table_id: string;
|
|
1425
|
+
table_name?: unknown | null;
|
|
1426
|
+
table_slug?: unknown | null;
|
|
1427
|
+
export_options?: WorkflowDynamicTableExportOptionsDto;
|
|
1428
|
+
}
|
|
1429
|
+
export interface TemplateNodeDto {
|
|
1430
|
+
id: string;
|
|
1431
|
+
nodeDefinitionId: string;
|
|
1432
|
+
name: string;
|
|
1433
|
+
index?: number;
|
|
1434
|
+
position: {
|
|
1435
|
+
x: number;
|
|
1436
|
+
y: number;
|
|
1437
|
+
};
|
|
1438
|
+
parameters?: Record<string, unknown>;
|
|
1439
|
+
metadata?: Record<string, unknown>;
|
|
1440
|
+
notes?: string;
|
|
1441
|
+
inputs?: string[];
|
|
1442
|
+
outputs?: string[];
|
|
1443
|
+
isTriggerSchedule?: boolean;
|
|
1444
|
+
scheduleConfig?: Partial<INodeScheduleConfig>;
|
|
1445
|
+
parentLoopNodeId?: string | null;
|
|
1446
|
+
}
|
|
1447
|
+
export interface TimelineQueryDto {
|
|
1448
|
+
fromSeq?: number;
|
|
1449
|
+
limit?: number;
|
|
1450
|
+
}
|
|
1451
|
+
export type TJsonPropertyDefaultValue = TJsonPropertyPrimitive | Date | null | undefined | Record<string, unknown> | Array<unknown>;
|
|
1452
|
+
export type TJsonPropertyDisplayConditionValue = Array<string | number | boolean> | {
|
|
1453
|
+
minLength: number;
|
|
1454
|
+
} | {
|
|
1455
|
+
notEmpty: true;
|
|
1456
|
+
};
|
|
1457
|
+
export type TJsonPropertyInputMode = 'string' | 'json';
|
|
1458
|
+
export type TJsonPropertyLoadDependencyValue = string | number | boolean | string[] | number[] | boolean[] | {
|
|
1459
|
+
fromField: string;
|
|
1460
|
+
transform?: Record<string, string | number | boolean>;
|
|
1461
|
+
step?: 0 | 1 | 'parent' | 'root' | number;
|
|
1462
|
+
};
|
|
1463
|
+
export type TJsonPropertyLocation = 'path' | 'query' | 'body' | 'header';
|
|
1464
|
+
export type TJsonPropertyOptionName = string | ILocalizedText;
|
|
1465
|
+
export type TJsonPropertyPrimitive = string | number | boolean;
|
|
1466
|
+
export type TJsonPropertyType = 'string' | 'textArea' | 'password' | 'codeEditor' | 'json' | 'number' | 'boolean' | 'date' | 'dateTime' | 'dateTimeMs' | 'slider' | 'options' | 'collection' | 'array' | 'arrayString' | 'arrayNumber' | 'arrayBoolean' | 'arrayKeyValue' | 'keyValue' | 'connection' | 'actions' | 'html' | 'gridValues';
|
|
1467
|
+
export type TNodePosition = {
|
|
1468
|
+
x: number;
|
|
1469
|
+
y: number;
|
|
1470
|
+
};
|
|
1471
|
+
export interface ToolVersionConfigDto {
|
|
1472
|
+
toolId: string;
|
|
1473
|
+
versions: (string)[];
|
|
458
1474
|
}
|
|
459
1475
|
export interface UnifiedNodeBySourceResponseDto {
|
|
460
1476
|
id: string | number;
|
|
461
|
-
logo
|
|
1477
|
+
logo?: unknown | null;
|
|
462
1478
|
name: ILocalizedText;
|
|
463
|
-
tags: string[];
|
|
1479
|
+
tags: (string)[];
|
|
464
1480
|
type: 'NODE' | 'GROUP';
|
|
465
1481
|
sourceType: NodeSourceTypeEnum;
|
|
466
1482
|
active: boolean;
|
|
467
1483
|
priorityLevel: number;
|
|
468
|
-
category
|
|
1484
|
+
category?: unknown | null;
|
|
469
1485
|
}
|
|
470
1486
|
export interface UpdateCustomNodeDto {
|
|
471
1487
|
name?: LocalizedTextDto;
|
|
@@ -476,7 +1492,12 @@ export interface UpdateCustomNodeDto {
|
|
|
476
1492
|
config?: IApiConfiguration;
|
|
477
1493
|
groupId?: string;
|
|
478
1494
|
integrationCustomOAuthId?: number;
|
|
479
|
-
properties?:
|
|
1495
|
+
properties?: ({})[];
|
|
1496
|
+
}
|
|
1497
|
+
export interface UpdateNodeAdvancedConfigDto {
|
|
1498
|
+
maxTries?: number;
|
|
1499
|
+
timeout?: number;
|
|
1500
|
+
onPortError?: boolean;
|
|
480
1501
|
}
|
|
481
1502
|
export interface UpdateNodeDefinitionGroupDto {
|
|
482
1503
|
name?: LocalizedTextDto;
|
|
@@ -487,41 +1508,21 @@ export interface UpdateNodeDefinitionGroupDto {
|
|
|
487
1508
|
export interface UpdateNodeDto {
|
|
488
1509
|
name?: string;
|
|
489
1510
|
position?: TNodePosition;
|
|
490
|
-
parameters?: IAllNodeParameters;
|
|
491
|
-
disabled?: boolean;
|
|
492
1511
|
notes?: string;
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
agentId?: string;
|
|
501
|
-
integrationId?: string;
|
|
502
|
-
webhookId?: string;
|
|
503
|
-
keyLlmId?: string;
|
|
504
|
-
modelId?: string;
|
|
505
|
-
modelImageId?: string;
|
|
506
|
-
config?: ModelConfig;
|
|
507
|
-
keyLlmImageId?: string;
|
|
508
|
-
keyLlmVideoId?: string;
|
|
509
|
-
modelVideoId?: string;
|
|
510
|
-
toolIds?: string[];
|
|
511
|
-
knowledgeFileIds?: string[];
|
|
512
|
-
mediaIds?: string[];
|
|
513
|
-
productIds?: string[];
|
|
514
|
-
urlIds?: string[];
|
|
515
|
-
mcpIds?: string[];
|
|
516
|
-
subWorkflowId?: string;
|
|
517
|
-
scheduleConfig?: ScheduleConfigDto;
|
|
1512
|
+
parameters?: Record<string, any>;
|
|
1513
|
+
advancedConfig?: UpdateNodeAdvancedConfigDto;
|
|
1514
|
+
forceUpdate?: boolean;
|
|
1515
|
+
}
|
|
1516
|
+
export interface UpdateNodePositionDto {
|
|
1517
|
+
x: number;
|
|
1518
|
+
y: number;
|
|
518
1519
|
}
|
|
519
1520
|
export interface UpdateNodePositionsDto {
|
|
520
|
-
nodes: NodePositionItemDto[];
|
|
1521
|
+
nodes: (NodePositionItemDto)[];
|
|
521
1522
|
}
|
|
522
1523
|
export interface UpdateNodePositionsResponseDto {
|
|
523
1524
|
updatedCount: number;
|
|
524
|
-
updatedNodeIds: string[];
|
|
1525
|
+
updatedNodeIds: (string)[];
|
|
525
1526
|
updatedAt: string;
|
|
526
1527
|
}
|
|
527
1528
|
export interface UpdateStateVariableDto {
|
|
@@ -529,119 +1530,566 @@ export interface UpdateStateVariableDto {
|
|
|
529
1530
|
value?: unknown;
|
|
530
1531
|
description?: string;
|
|
531
1532
|
}
|
|
532
|
-
export interface UpdateWebhookRegistryDto {
|
|
533
|
-
webhookName?: string;
|
|
534
|
-
headers?: Record<string, string> | null;
|
|
535
|
-
}
|
|
536
1533
|
export interface UpdateWorkflowDto {
|
|
537
1534
|
name?: string;
|
|
538
|
-
|
|
1535
|
+
description?: string | null;
|
|
539
1536
|
isActive?: boolean;
|
|
540
|
-
settings?:
|
|
1537
|
+
settings?: unknown | null;
|
|
541
1538
|
}
|
|
542
1539
|
export interface UpdateWorkflowTemplateDto {
|
|
543
1540
|
name?: string;
|
|
544
|
-
description?:
|
|
545
|
-
version?:
|
|
1541
|
+
description?: unknown | null;
|
|
1542
|
+
version?: unknown | null;
|
|
546
1543
|
}
|
|
547
|
-
export interface
|
|
548
|
-
|
|
1544
|
+
export interface WebhookRegistryOptionDto extends Omit<LoadOptionItemDto, 'parameters'> {
|
|
1545
|
+
parameters?: WebhookRegistryParameters;
|
|
1546
|
+
}
|
|
1547
|
+
export interface WebhookRegistryParameters {
|
|
549
1548
|
webhookName: string;
|
|
550
|
-
|
|
1549
|
+
webhookId: string;
|
|
1550
|
+
headers?: Record<string, string>;
|
|
551
1551
|
webhookUrl: string;
|
|
552
1552
|
}
|
|
1553
|
+
export interface WfVersionDetailResponseDto {
|
|
1554
|
+
id: string;
|
|
1555
|
+
workflowId: string;
|
|
1556
|
+
version: number;
|
|
1557
|
+
publishedAt: number;
|
|
1558
|
+
isSelected: boolean;
|
|
1559
|
+
type?: unknown | null;
|
|
1560
|
+
trigger: {
|
|
1561
|
+
[key: string]: unknown;
|
|
1562
|
+
};
|
|
1563
|
+
nodeCount: number;
|
|
1564
|
+
connectionCount: number;
|
|
1565
|
+
nodes: (NodeResponseDto)[];
|
|
1566
|
+
connections: (ConnectionResponseDto)[];
|
|
1567
|
+
}
|
|
1568
|
+
export interface WfVersionResponseDto {
|
|
1569
|
+
id: string;
|
|
1570
|
+
workflowId: string;
|
|
1571
|
+
version: number;
|
|
1572
|
+
workspaceId: string;
|
|
1573
|
+
definitionHash: string;
|
|
1574
|
+
quarantined: boolean;
|
|
1575
|
+
publishedAt: number;
|
|
1576
|
+
userId: number | null;
|
|
1577
|
+
employeeId: number | null;
|
|
1578
|
+
isSelected: boolean;
|
|
1579
|
+
}
|
|
553
1580
|
export interface WorkflowControlResponseDto {
|
|
554
1581
|
success: boolean;
|
|
555
1582
|
workflowId: string;
|
|
556
|
-
executionId
|
|
557
|
-
command:
|
|
1583
|
+
executionId?: unknown | null;
|
|
1584
|
+
command: 'CANCEL';
|
|
558
1585
|
executed: boolean;
|
|
1586
|
+
dispatched: boolean;
|
|
1587
|
+
dispatchSource: 'queued-job-removed' | 'active-cancel-enqueued' | 'no-action';
|
|
1588
|
+
cancelled?: unknown | null;
|
|
559
1589
|
message: string;
|
|
560
1590
|
}
|
|
1591
|
+
export type WorkflowDetailResponseDto = WorkflowResponseDto & {
|
|
1592
|
+
nodes: (NodeResponseDto)[];
|
|
1593
|
+
connections: (ConnectionResponseDto)[];
|
|
1594
|
+
};
|
|
1595
|
+
export interface WorkflowDynamicTableExportOptionsDto {
|
|
1596
|
+
includeMeta?: boolean;
|
|
1597
|
+
includeSettings?: boolean;
|
|
1598
|
+
includeFields?: boolean;
|
|
1599
|
+
includeRelations?: boolean;
|
|
1600
|
+
includeViews?: boolean;
|
|
1601
|
+
includeHooks?: boolean;
|
|
1602
|
+
includeRecords?: boolean;
|
|
1603
|
+
}
|
|
1604
|
+
export interface WorkflowDynamicTableExportOverrideDto {
|
|
1605
|
+
sourceSysTableId: string;
|
|
1606
|
+
exportOptions?: WorkflowDynamicTableExportOptionsDto;
|
|
1607
|
+
}
|
|
1608
|
+
export interface WorkflowMetricsQueryDto {
|
|
1609
|
+
range?: '7d' | '30d' | '90d';
|
|
1610
|
+
granularity?: 'hour' | 'day';
|
|
1611
|
+
}
|
|
1612
|
+
export interface WorkflowMetricsSummaryResponseDto {
|
|
1613
|
+
workflowId: string;
|
|
1614
|
+
range: {
|
|
1615
|
+
from: string;
|
|
1616
|
+
to: string;
|
|
1617
|
+
};
|
|
1618
|
+
runCount: number;
|
|
1619
|
+
avgDurationMs: number;
|
|
1620
|
+
successfulNodes: number;
|
|
1621
|
+
failedNodes: number;
|
|
1622
|
+
apiCallsCount: number;
|
|
1623
|
+
aiInvocationsCount: number;
|
|
1624
|
+
aiTokensPrompt: number;
|
|
1625
|
+
aiTokensCompletion: number;
|
|
1626
|
+
aiCostUsd: string;
|
|
1627
|
+
}
|
|
1628
|
+
export interface WorkflowNodesOptionDto extends Omit<LoadOptionItemDto, 'parameters'> {
|
|
1629
|
+
parameters?: WorkflowNodesParameters;
|
|
1630
|
+
}
|
|
1631
|
+
export interface WorkflowNodesParameters {
|
|
1632
|
+
nodeType: string;
|
|
1633
|
+
category?: string;
|
|
1634
|
+
displayName?: string;
|
|
1635
|
+
version?: string;
|
|
1636
|
+
}
|
|
1637
|
+
export interface WorkflowPauseRequestDto {
|
|
1638
|
+
reason?: string;
|
|
1639
|
+
}
|
|
561
1640
|
export interface WorkflowResponseDto {
|
|
562
1641
|
id: string;
|
|
563
1642
|
name: string;
|
|
1643
|
+
description?: string | null;
|
|
564
1644
|
isActive: boolean;
|
|
565
|
-
settings
|
|
1645
|
+
settings?: unknown | null;
|
|
566
1646
|
createdAt: number;
|
|
567
1647
|
updatedAt: number;
|
|
568
|
-
|
|
569
|
-
|
|
1648
|
+
version?: WorkflowVersionSummaryDto;
|
|
1649
|
+
hasStarted: boolean;
|
|
1650
|
+
isRunning: boolean;
|
|
1651
|
+
latestExecutionStartedAt?: number | null;
|
|
1652
|
+
latestExecutionId?: string | null;
|
|
1653
|
+
}
|
|
1654
|
+
export interface WorkflowRunReadinessRequestDto {
|
|
1655
|
+
triggerNodeId?: string;
|
|
1656
|
+
}
|
|
1657
|
+
export interface WorkflowTemplateDynamicTableResponseDto {
|
|
1658
|
+
artifact_id: string;
|
|
1659
|
+
knowledge_file_id: string;
|
|
1660
|
+
storage_key: string;
|
|
1661
|
+
snapshot_version: number;
|
|
1662
|
+
source_sys_table_id: string;
|
|
1663
|
+
table_name?: unknown | null;
|
|
1664
|
+
table_slug?: unknown | null;
|
|
1665
|
+
export_options?: WorkflowDynamicTableExportOptionsDto;
|
|
570
1666
|
}
|
|
571
1667
|
export interface WorkflowTemplateExportResponseDto {
|
|
572
|
-
nodes:
|
|
573
|
-
connections: ConnectionResponseDto[];
|
|
1668
|
+
nodes: (WorkflowTemplateNodeResponseDto)[];
|
|
1669
|
+
connections: (ConnectionResponseDto)[];
|
|
574
1670
|
states?: IStateVariable[];
|
|
1671
|
+
tables?: (WorkflowTemplateDynamicTableResponseDto)[];
|
|
1672
|
+
sourceWorkflowId?: string;
|
|
1673
|
+
}
|
|
1674
|
+
export interface WorkflowTemplateNodeResponseDto {
|
|
1675
|
+
id: string;
|
|
1676
|
+
workflowId: string;
|
|
1677
|
+
name: string;
|
|
1678
|
+
index?: unknown | null;
|
|
1679
|
+
position: TNodePosition;
|
|
1680
|
+
notes?: unknown | null;
|
|
1681
|
+
parentLoopNodeId?: unknown | null;
|
|
1682
|
+
inputs?: string[];
|
|
1683
|
+
outputs?: string[];
|
|
1684
|
+
computedPorts?: unknown | null;
|
|
1685
|
+
icon?: unknown | null;
|
|
1686
|
+
isTrigger: boolean;
|
|
1687
|
+
isTriggerSchedule?: unknown | null;
|
|
1688
|
+
hasValidationErrors?: boolean;
|
|
1689
|
+
validationErrors?: ({
|
|
1690
|
+
propertyName?: string;
|
|
1691
|
+
errorMessage?: string;
|
|
1692
|
+
})[];
|
|
1693
|
+
toolMetadata?: {
|
|
1694
|
+
[key: string]: unknown;
|
|
1695
|
+
};
|
|
1696
|
+
metadata?: {
|
|
1697
|
+
[key: string]: unknown;
|
|
1698
|
+
};
|
|
1699
|
+
nodeDefinitionId: string;
|
|
1700
|
+
type?: string;
|
|
1701
|
+
version?: number;
|
|
1702
|
+
groupName?: {
|
|
1703
|
+
[key: string]: string;
|
|
1704
|
+
};
|
|
1705
|
+
parameters?: unknown | null;
|
|
1706
|
+
maxTries?: number;
|
|
1707
|
+
scheduleConfig?: unknown | null;
|
|
1708
|
+
result?: unknown | null;
|
|
575
1709
|
}
|
|
576
1710
|
export interface WorkflowTemplateResponseDto {
|
|
577
1711
|
id: string;
|
|
578
1712
|
name: string;
|
|
579
|
-
description
|
|
580
|
-
version
|
|
581
|
-
userId
|
|
582
|
-
employeeId
|
|
1713
|
+
description?: unknown | null;
|
|
1714
|
+
version?: unknown | null;
|
|
1715
|
+
userId?: unknown | null;
|
|
1716
|
+
employeeId?: unknown | null;
|
|
583
1717
|
fileId: string;
|
|
1718
|
+
fileSize: number;
|
|
584
1719
|
cdnUrl: string;
|
|
585
1720
|
isOwner: boolean;
|
|
586
1721
|
isForSale: boolean;
|
|
587
1722
|
createdAt: number;
|
|
588
1723
|
updatedAt: number;
|
|
1724
|
+
resourceMetadata?: unknown | null;
|
|
589
1725
|
}
|
|
590
1726
|
export interface WorkflowTriggerRequestDto {
|
|
591
|
-
data:
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
export
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
export
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
export type
|
|
619
|
-
export type
|
|
620
|
-
export type
|
|
621
|
-
export type
|
|
1727
|
+
data: {
|
|
1728
|
+
[key: string]: unknown;
|
|
1729
|
+
};
|
|
1730
|
+
runId?: string;
|
|
1731
|
+
test?: boolean;
|
|
1732
|
+
}
|
|
1733
|
+
export declare enum WorkflowTriggerType {
|
|
1734
|
+
SCHEDULE = "TRIGGER_SCHEDULE",
|
|
1735
|
+
WEBHOOK = "TRIGGER_WEBHOOK",
|
|
1736
|
+
SUB_WORKFLOW = "TRIGGER_SUB_WORKFLOW",
|
|
1737
|
+
CLICK_TRIGGER = "TRIGGER_CLICK",
|
|
1738
|
+
MESSAGE_TRIGGER = "TRIGGER_MESSAGE",
|
|
1739
|
+
TRIGGER_SYSTEM = "TRIGGER_SYSTEM_EVENT",
|
|
1740
|
+
TRIGGER_SYSTEM_CUSTOM = "TRIGGER_SYSTEM_CUSTOM",
|
|
1741
|
+
TRIGGER_INTEGRATION = "TRIGGER_INTEGRATION",
|
|
1742
|
+
TRIGGER_DYNAMIC_TABLE = "TRIGGER_DYNAMIC_TABLE",
|
|
1743
|
+
TRIGGER_TEMPORARY = "trigger-temporary",
|
|
1744
|
+
NONE = "none"
|
|
1745
|
+
}
|
|
1746
|
+
export interface WorkflowVersionSummaryDto {
|
|
1747
|
+
id: string;
|
|
1748
|
+
version: number;
|
|
1749
|
+
type?: unknown | null;
|
|
1750
|
+
trigger?: {
|
|
1751
|
+
[key: string]: unknown;
|
|
1752
|
+
} | null;
|
|
1753
|
+
}
|
|
1754
|
+
export type ADD = unknown;
|
|
1755
|
+
export type AFTER_COMPLETION = unknown;
|
|
1756
|
+
export type AI_AGENT = unknown;
|
|
1757
|
+
export type AI_APPROVE = unknown;
|
|
1758
|
+
export type AI_CLASSIFY = unknown;
|
|
1759
|
+
export type AI_MODELS = unknown;
|
|
1760
|
+
export type AI_PROVIDERS = unknown;
|
|
1761
|
+
export type API_CALL = unknown;
|
|
1762
|
+
export type BODY = unknown;
|
|
1763
|
+
export type BUILD_IN = unknown;
|
|
1764
|
+
export type CALENDAR_EVENTS = unknown;
|
|
1765
|
+
export type CALENDAR_REMINDERS = unknown;
|
|
1766
|
+
export type CALENDAR_REPORTS = unknown;
|
|
1767
|
+
export type CALENDAR_SCHEDULE_OPTIONS = unknown;
|
|
1768
|
+
export type CALENDAR_TASKS = unknown;
|
|
1769
|
+
export type CANCEL = unknown;
|
|
1770
|
+
export type CHINESE = unknown;
|
|
1771
|
+
export type CLICK_TRIGGER = unknown;
|
|
1772
|
+
export type CONDITION = unknown;
|
|
1773
|
+
export type CONVERT = unknown;
|
|
1774
|
+
export type CORE = unknown;
|
|
1775
|
+
export type CREDENTIALS = unknown;
|
|
1776
|
+
export type CRM_CUSTOMER_ADDRESSES = unknown;
|
|
1777
|
+
export type CUSTOM_API_CALL = unknown;
|
|
1778
|
+
export type DATABASE_COLUMNS = unknown;
|
|
1779
|
+
export type DATABASE_TABLES = unknown;
|
|
1780
|
+
export type DYNAMIC_TABLE_BASES = unknown;
|
|
1781
|
+
export type DYNAMIC_TABLE_BEFORE_RECORDS = unknown;
|
|
1782
|
+
export type DYNAMIC_TABLE_COLUMN_TYPES = unknown;
|
|
1783
|
+
export type DYNAMIC_TABLE_COLUMNS = unknown;
|
|
1784
|
+
export type DYNAMIC_TABLE_FIELDS = unknown;
|
|
1785
|
+
export type DYNAMIC_TABLE_FILTERS = unknown;
|
|
1786
|
+
export type DYNAMIC_TABLE_HOOKS = unknown;
|
|
1787
|
+
export type DYNAMIC_TABLE_PARENTS = unknown;
|
|
1788
|
+
export type DYNAMIC_TABLE_RECORDS = unknown;
|
|
1789
|
+
export type DYNAMIC_TABLE_ROWS = unknown;
|
|
1790
|
+
export type DYNAMIC_TABLE_TABLES = unknown;
|
|
1791
|
+
export type DYNAMIC_TABLE_VIEWS = unknown;
|
|
1792
|
+
export type DYNAMIC_TABLE_WORKSPACES = unknown;
|
|
1793
|
+
export type ENGLISH = unknown;
|
|
1794
|
+
export type FACEBOOK_AD_SETS = unknown;
|
|
1795
|
+
export type FACEBOOK_ALBUMS = unknown;
|
|
1796
|
+
export type FACEBOOK_AUDIENCES = unknown;
|
|
1797
|
+
export type FACEBOOK_CAMPAIGNS = unknown;
|
|
1798
|
+
export type FACEBOOK_COMMENTS = unknown;
|
|
1799
|
+
export type FACEBOOK_CONVERSATIONS = unknown;
|
|
1800
|
+
export type FACEBOOK_LEAD_FORMS = unknown;
|
|
1801
|
+
export type FACEBOOK_LEADS = unknown;
|
|
1802
|
+
export type FACEBOOK_PAGES = unknown;
|
|
1803
|
+
export type FACEBOOK_PHOTOS = unknown;
|
|
1804
|
+
export type FACEBOOK_POSTS = unknown;
|
|
1805
|
+
export type FACEBOOK_USERS = unknown;
|
|
1806
|
+
export type FACEBOOK_VIDEOS = unknown;
|
|
1807
|
+
export type FIXED_INTERVAL = unknown;
|
|
1808
|
+
export type FORK = unknown;
|
|
1809
|
+
export type FORM_URLENCODED = unknown;
|
|
1810
|
+
export type GET_AD_ACCOUNTS = unknown;
|
|
1811
|
+
export type GET_AD_SETS = unknown;
|
|
1812
|
+
export type GET_ADS = unknown;
|
|
1813
|
+
export type GET_AHAMOVE_ESTIMATE = unknown;
|
|
1814
|
+
export type GET_ALBUMS = unknown;
|
|
1815
|
+
export type GET_ALL = unknown;
|
|
1816
|
+
export type GET_ALL_SHEET_COLUMNS = unknown;
|
|
1817
|
+
export type GET_AUDIENCES = unknown;
|
|
1818
|
+
export type GET_BUSINESS_ACCOUNTS = unknown;
|
|
1819
|
+
export type GET_BUSINESS_MANAGERS = unknown;
|
|
1820
|
+
export type GET_BY_TYPE = unknown;
|
|
1821
|
+
export type GET_CALENDAR_EVENTS = unknown;
|
|
1822
|
+
export type GET_CALENDAR_SCHEDULE_OPTIONS = unknown;
|
|
1823
|
+
export type GET_CALENDARS = unknown;
|
|
1824
|
+
export type GET_CAMPAIGNS = unknown;
|
|
1825
|
+
export type GET_COMMENTS = unknown;
|
|
1826
|
+
export type GET_CONNECTED = unknown;
|
|
1827
|
+
export type GET_CONVERSATIONS = unknown;
|
|
1828
|
+
export type GET_DOCUMENT_SEGMENTS = unknown;
|
|
1829
|
+
export type GET_DOCUMENTS = unknown;
|
|
1830
|
+
export type GET_DRIVE_FILES = unknown;
|
|
1831
|
+
export type GET_DRIVE_FOLDERS = unknown;
|
|
1832
|
+
export type GET_DRIVE_ITEMS = unknown;
|
|
1833
|
+
export type GET_DRIVES = unknown;
|
|
1834
|
+
export type GET_EVENTS_BY_DATE_RANGE = unknown;
|
|
1835
|
+
export type GET_EVENTS_BY_TYPE = unknown;
|
|
1836
|
+
export type GET_FOLDERS = unknown;
|
|
1837
|
+
export type GET_GOOGLE_ADS_ACCOUNTS = unknown;
|
|
1838
|
+
export type GET_GOOGLE_ADS_AD_GROUPS = unknown;
|
|
1839
|
+
export type GET_GOOGLE_ADS_CAMPAIGNS = unknown;
|
|
1840
|
+
export type GET_GOOGLE_ADS_KEYWORDS = unknown;
|
|
1841
|
+
export type GET_GOOGLE_CALENDAR_INTEGRATIONS = unknown;
|
|
1842
|
+
export type GET_GOOGLE_DOCS_INTEGRATIONS = unknown;
|
|
1843
|
+
export type GET_GOOGLE_DRIVE_INTEGRATIONS = unknown;
|
|
1844
|
+
export type GET_GOOGLE_GMAIL_INTEGRATIONS = unknown;
|
|
1845
|
+
export type GET_GOOGLE_SHEETS_INTEGRATIONS = unknown;
|
|
1846
|
+
export type GET_GOOGLE_YOUTUBE_INTEGRATIONS = unknown;
|
|
1847
|
+
export type GET_GOOGLE_YOUTUBE_PLAYLISTS = unknown;
|
|
1848
|
+
export type GET_GOOGLE_YOUTUBE_VIDEOS = unknown;
|
|
1849
|
+
export type GET_LABELS = unknown;
|
|
1850
|
+
export type GET_LEAD_FORMS = unknown;
|
|
1851
|
+
export type GET_LEADS = unknown;
|
|
1852
|
+
export type GET_MESSAGES = unknown;
|
|
1853
|
+
export type GET_PAGE_DETAILS = unknown;
|
|
1854
|
+
export type GET_PAGES = unknown;
|
|
1855
|
+
export type GET_PHOTOS = unknown;
|
|
1856
|
+
export type GET_PIXELS = unknown;
|
|
1857
|
+
export type GET_POST_ATTACHMENTS = unknown;
|
|
1858
|
+
export type GET_POSTS = unknown;
|
|
1859
|
+
export type GET_REPORTS_BY_TYPE = unknown;
|
|
1860
|
+
export type GET_SHARED_DRIVES = unknown;
|
|
1861
|
+
export type GET_SHEET_COLUMNS = unknown;
|
|
1862
|
+
export type GET_SHEETS = unknown;
|
|
1863
|
+
export type GET_SPREADSHEETS = unknown;
|
|
1864
|
+
export type GET_TABLE_COLUMNS = unknown;
|
|
1865
|
+
export type GET_TABLES = unknown;
|
|
1866
|
+
export type GET_TAGGED_POSTS = unknown;
|
|
1867
|
+
export type GET_TASKS_BY_STATUS = unknown;
|
|
1868
|
+
export type GET_THREADS = unknown;
|
|
1869
|
+
export type GET_UPCOMING_EVENTS = unknown;
|
|
1870
|
+
export type GET_USER_DETAILS = unknown;
|
|
1871
|
+
export type GET_USER_PSID = unknown;
|
|
1872
|
+
export type GET_VIDEOS = unknown;
|
|
1873
|
+
export type GET_WITH_PARAMS = unknown;
|
|
1874
|
+
export type GET_WORKSHEETS = unknown;
|
|
1875
|
+
export type GOOGLE_GMAIL = unknown;
|
|
1876
|
+
export type GOOGLE_SHEET_COLUMNS = unknown;
|
|
1877
|
+
export type GOOGLE_WORKSHEETS = unknown;
|
|
1878
|
+
export type HEADER = unknown;
|
|
1879
|
+
export type IN_APP_CHAT_THREADS = unknown;
|
|
1880
|
+
export type INTEGRATIONS = unknown;
|
|
1881
|
+
export type JOIN = unknown;
|
|
1882
|
+
export type LIST_ADDRESSES = unknown;
|
|
1883
|
+
export type LIST_ADDRESSES_GHN = unknown;
|
|
1884
|
+
export type LIST_AGENT_MEMORIES = unknown;
|
|
1885
|
+
export type LIST_AGENT_STRATEGIES = unknown;
|
|
1886
|
+
export type LIST_AGENT_TEMPLATES = unknown;
|
|
1887
|
+
export type LIST_AGENT_TYPES = unknown;
|
|
1888
|
+
export type LIST_AGENTS = unknown;
|
|
1889
|
+
export type LIST_AHAMOVE_CITIES = unknown;
|
|
1890
|
+
export type LIST_AHAMOVE_REQUESTS = unknown;
|
|
1891
|
+
export type LIST_AHAMOVE_SERVICES = unknown;
|
|
1892
|
+
export type LIST_ALL_ZALO_PERSONAL_MEMBERS = unknown;
|
|
1893
|
+
export type LIST_AUDIENCES = unknown;
|
|
1894
|
+
export type LIST_AVAILABLE = unknown;
|
|
1895
|
+
export type LIST_AVAILABLE_WITH_PARAMS = unknown;
|
|
1896
|
+
export type LIST_BASES = unknown;
|
|
1897
|
+
export type LIST_BEFORE_RECORDS = unknown;
|
|
1898
|
+
export type LIST_BY_PROVIDER = unknown;
|
|
1899
|
+
export type LIST_CART_ITEMS = unknown;
|
|
1900
|
+
export type LIST_COLUMN_TYPES = unknown;
|
|
1901
|
+
export type LIST_COLUMNS = unknown;
|
|
1902
|
+
export type LIST_CONVERSATION_TAGS = unknown;
|
|
1903
|
+
export type LIST_CONVERSATIONS = unknown;
|
|
1904
|
+
export type LIST_CONVERSION_TEMPLATES = unknown;
|
|
1905
|
+
export type LIST_CONVERTS = unknown;
|
|
1906
|
+
export type LIST_CUSTOM_FIELDS = unknown;
|
|
1907
|
+
export type LIST_CUSTOM_TOOLS = unknown;
|
|
1908
|
+
export type LIST_CUSTOMER_PLATFORMS = unknown;
|
|
1909
|
+
export type LIST_EMAIL_CAMPAIGN_HISTORY = unknown;
|
|
1910
|
+
export type LIST_EMAIL_CAMPAIGNS = unknown;
|
|
1911
|
+
export type LIST_EMAIL_SERVERS = unknown;
|
|
1912
|
+
export type LIST_EMAIL_TEMPLATES = unknown;
|
|
1913
|
+
export type LIST_ESMS_INTEGRATIONS = unknown;
|
|
1914
|
+
export type LIST_ESMS_ZALO_TEMPLATES = unknown;
|
|
1915
|
+
export type LIST_FIELDS = unknown;
|
|
1916
|
+
export type LIST_FILES = unknown;
|
|
1917
|
+
export type LIST_FILTERS = unknown;
|
|
1918
|
+
export type LIST_FLASH_SALES = unknown;
|
|
1919
|
+
export type LIST_GHN_SERVICES = unknown;
|
|
1920
|
+
export type LIST_GMAIL_DRAFTS = unknown;
|
|
1921
|
+
export type LIST_GMAIL_INTEGRATIONS = unknown;
|
|
1922
|
+
export type LIST_GMAIL_LABELS = unknown;
|
|
1923
|
+
export type LIST_GMAIL_MARKETING_INTEGRATIONS = unknown;
|
|
1924
|
+
export type LIST_GMAIL_MESSAGES = unknown;
|
|
1925
|
+
export type LIST_HOOKS = unknown;
|
|
1926
|
+
export type LIST_IMAGE_PROVIDERS = unknown;
|
|
1927
|
+
export type LIST_IN_APP_CHAT_THREADS = unknown;
|
|
1928
|
+
export type LIST_INTEGRATIONS_BY_TYPE = unknown;
|
|
1929
|
+
export type LIST_LLM_KEYS = unknown;
|
|
1930
|
+
export type LIST_MARKETING_AUDIENCE_CUSTOM_FIELDS = unknown;
|
|
1931
|
+
export type LIST_MARKETING_AUDIENCE_CUSTOM_FIELDS_BY_ID = unknown;
|
|
1932
|
+
export type LIST_MARKETING_AUDIENCE_SEGMENTS = unknown;
|
|
1933
|
+
export type LIST_MARKETING_AUDIENCE_TAGS = unknown;
|
|
1934
|
+
export type LIST_MARKETING_AUDIENCES = unknown;
|
|
1935
|
+
export type LIST_MEDIA = unknown;
|
|
1936
|
+
export type LIST_MESSAGE_LABELS = unknown;
|
|
1937
|
+
export type LIST_MESSAGES = unknown;
|
|
1938
|
+
export type LIST_MODELS_BY_PROVIDER = unknown;
|
|
1939
|
+
export type LIST_ORDERS = unknown;
|
|
1940
|
+
export type LIST_PARENTS = unknown;
|
|
1941
|
+
export type LIST_PAYMENT_GATEWAYS = unknown;
|
|
1942
|
+
export type LIST_PLATFORM_INTEGRATIONS = unknown;
|
|
1943
|
+
export type LIST_PRODUCT_IMAGES = unknown;
|
|
1944
|
+
export type LIST_PRODUCT_VARIANTS = unknown;
|
|
1945
|
+
export type LIST_PRODUCT_VERSIONS = unknown;
|
|
1946
|
+
export type LIST_PRODUCTS = unknown;
|
|
1947
|
+
export type LIST_PROJECTS = unknown;
|
|
1948
|
+
export type LIST_PROMPT_CATEGORIES = unknown;
|
|
1949
|
+
export type LIST_PROMPTS = unknown;
|
|
1950
|
+
export type LIST_PUBLIC_PRODUCTS = unknown;
|
|
1951
|
+
export type LIST_RECORDS = unknown;
|
|
1952
|
+
export type LIST_RELATION_FIELDS = unknown;
|
|
1953
|
+
export type LIST_ROWS = unknown;
|
|
1954
|
+
export type LIST_SERVERS = unknown;
|
|
1955
|
+
export type LIST_SHIPMENT_PROVIDERS = unknown;
|
|
1956
|
+
export type LIST_SKILL_DOCS = unknown;
|
|
1957
|
+
export type LIST_SKILLS = unknown;
|
|
1958
|
+
export type LIST_SMS_CAMPAIGNS = unknown;
|
|
1959
|
+
export type LIST_SMS_SERVERS = unknown;
|
|
1960
|
+
export type LIST_SMS_TEMPLATES = unknown;
|
|
1961
|
+
export type LIST_SMS_TEMPLATES_FOR_SMS = unknown;
|
|
1962
|
+
export type LIST_STICKERS = unknown;
|
|
1963
|
+
export type LIST_SYSTEM_TRIGGER_ACTIONS = unknown;
|
|
1964
|
+
export type LIST_SYSTEM_TRIGGER_MODULES = unknown;
|
|
1965
|
+
export type LIST_TABLES = unknown;
|
|
1966
|
+
export type LIST_TEXT_PROVIDERS = unknown;
|
|
1967
|
+
export type LIST_TOOLS = unknown;
|
|
1968
|
+
export type LIST_URLS = unknown;
|
|
1969
|
+
export type LIST_USER_MEMORIES = unknown;
|
|
1970
|
+
export type LIST_VIDEO_PROVIDERS = unknown;
|
|
1971
|
+
export type LIST_VIEWS = unknown;
|
|
1972
|
+
export type LIST_VOICE_MODELS = unknown;
|
|
1973
|
+
export type LIST_WORKFLOWS = unknown;
|
|
1974
|
+
export type LIST_WORKSPACES = unknown;
|
|
1975
|
+
export type LIST_ZALO_ARTICLES = unknown;
|
|
1976
|
+
export type LIST_ZALO_GROUP_CHAT_IDS = unknown;
|
|
1977
|
+
export type LIST_ZALO_GROUPS = unknown;
|
|
1978
|
+
export type LIST_ZALO_NATIVE_ARTICLES = unknown;
|
|
1979
|
+
export type LIST_ZALO_OA_ACCOUNTS = unknown;
|
|
1980
|
+
export type LIST_ZALO_OA_CAMPAIGNS = unknown;
|
|
1981
|
+
export type LIST_ZALO_PERSONAL_CAMPAIGNS = unknown;
|
|
1982
|
+
export type LIST_ZALO_PERSONAL_GROUP_MEMBERS = unknown;
|
|
1983
|
+
export type LIST_ZALO_PERSONAL_GROUPS = unknown;
|
|
1984
|
+
export type LIST_ZALO_PERSONAL_MESSAGE_TEMPLATES = unknown;
|
|
1985
|
+
export type LIST_ZALO_PERSONAL_SESSIONS = unknown;
|
|
1986
|
+
export type LIST_ZALO_VIDEO_UPLOADS = unknown;
|
|
1987
|
+
export type LIST_ZALO_VIDEOS = unknown;
|
|
1988
|
+
export type LIST_ZNS_CAMPAIGNS = unknown;
|
|
1989
|
+
export type LIST_ZNS_MESSAGES = unknown;
|
|
1990
|
+
export type LIST_ZNS_TEMPLATES = unknown;
|
|
1991
|
+
export type LOOP_BREAK = unknown;
|
|
1992
|
+
export type LOOP_NEXT = unknown;
|
|
1993
|
+
export type LOOP_START = unknown;
|
|
1994
|
+
export type MARKETING_AUDIENCE = unknown;
|
|
1995
|
+
export type MARKETING_EMAIL = unknown;
|
|
1996
|
+
export type MARKETING_ESMS = unknown;
|
|
1997
|
+
export type MARKETING_ESMS_INTEGRATIONS = unknown;
|
|
1998
|
+
export type MARKETING_GMAIL = unknown;
|
|
1999
|
+
export type MARKETING_GMAIL_INTEGRATIONS = unknown;
|
|
2000
|
+
export type MARKETING_SMS = unknown;
|
|
2001
|
+
export type MARKETING_ZALO_OA = unknown;
|
|
2002
|
+
export type MARKETING_ZALO_PERSONAL = unknown;
|
|
2003
|
+
export type MARKETPLACE_CART_ITEMS = unknown;
|
|
2004
|
+
export type MARKETPLACE_FLASH_SALES = unknown;
|
|
2005
|
+
export type MARKETPLACE_PRODUCTS = unknown;
|
|
2006
|
+
export type MCP = unknown;
|
|
2007
|
+
export type MCP_SERVERS = unknown;
|
|
2008
|
+
export type MCP_TOOLS = unknown;
|
|
2009
|
+
export type MERGE_MISSING = unknown;
|
|
2010
|
+
export type MESSAGE_TRIGGER = unknown;
|
|
2011
|
+
export type MessageEvent = unknown;
|
|
2012
|
+
export type MODIFY = unknown;
|
|
2013
|
+
export type MULTICHANNEL_CHAT_CONVERSATIONS = unknown;
|
|
2014
|
+
export type MULTICHANNEL_CHAT_CUSTOMER_PLATFORMS = unknown;
|
|
2015
|
+
export type MULTICHANNEL_CHAT_INTEGRATIONS = unknown;
|
|
2016
|
+
export type MULTICHANNEL_CHAT_MESSAGES = unknown;
|
|
2017
|
+
export type MULTICHANNEL_CHAT_STICKERS = unknown;
|
|
2018
|
+
export type MULTICHANNEL_CHAT_TAGS = unknown;
|
|
2019
|
+
export type NAME = unknown;
|
|
622
2020
|
export type NODE = unknown;
|
|
623
|
-
export type
|
|
624
|
-
export type
|
|
625
|
-
export type
|
|
626
|
-
export type
|
|
627
|
-
export type
|
|
628
|
-
export type
|
|
629
|
-
export type
|
|
630
|
-
export type
|
|
631
|
-
export type
|
|
632
|
-
export type
|
|
633
|
-
export type
|
|
634
|
-
export type
|
|
635
|
-
export type
|
|
636
|
-
export type
|
|
637
|
-
export type
|
|
638
|
-
export type
|
|
639
|
-
export type
|
|
640
|
-
export type
|
|
641
|
-
export type
|
|
642
|
-
export type
|
|
643
|
-
export type
|
|
644
|
-
export type
|
|
2021
|
+
export type NOTE = unknown;
|
|
2022
|
+
export type PATH = unknown;
|
|
2023
|
+
export type PENDING_FANOUT = unknown;
|
|
2024
|
+
export type PRIORITY_LEVEL = unknown;
|
|
2025
|
+
export type QUERY = unknown;
|
|
2026
|
+
export type REFRESH_AND_GET = unknown;
|
|
2027
|
+
export type REPLACE_ALL = unknown;
|
|
2028
|
+
export type REPLACE_TOUCHED = unknown;
|
|
2029
|
+
export type SCHEDULE = unknown;
|
|
2030
|
+
export type STATE = unknown;
|
|
2031
|
+
export type SUB_WORKFLOW = unknown;
|
|
2032
|
+
export type SUCCEEDED = unknown;
|
|
2033
|
+
export type SWITCH = unknown;
|
|
2034
|
+
export type SYSTEM_ADDRESSES = unknown;
|
|
2035
|
+
export type SYSTEM_ADMIN = unknown;
|
|
2036
|
+
export type SYSTEM_AGENT_MEMORIES = unknown;
|
|
2037
|
+
export type SYSTEM_AGENT_STRATEGIES = unknown;
|
|
2038
|
+
export type SYSTEM_AGENT_TEMPLATES = unknown;
|
|
2039
|
+
export type SYSTEM_AGENT_TYPES = unknown;
|
|
2040
|
+
export type SYSTEM_AGENTS = unknown;
|
|
2041
|
+
export type SYSTEM_AHAMOVE_CITIES = unknown;
|
|
2042
|
+
export type SYSTEM_AUDIENCES = unknown;
|
|
2043
|
+
export type SYSTEM_CONVERSATIONS = unknown;
|
|
2044
|
+
export type SYSTEM_CONVERSION_TEMPLATES = unknown;
|
|
2045
|
+
export type SYSTEM_CONVERTS = unknown;
|
|
2046
|
+
export type SYSTEM_CUSTOM_FIELDS = unknown;
|
|
2047
|
+
export type SYSTEM_CUSTOM_TOOLS = unknown;
|
|
2048
|
+
export type SYSTEM_EMAIL_TEMPLATES = unknown;
|
|
2049
|
+
export type SYSTEM_GHN_SERVICES = unknown;
|
|
2050
|
+
export type SYSTEM_INTEGRATIONS = unknown;
|
|
2051
|
+
export type SYSTEM_KNOWLEDGE_FILES = unknown;
|
|
2052
|
+
export type SYSTEM_LLM_KEYS = unknown;
|
|
2053
|
+
export type SYSTEM_MEDIA = unknown;
|
|
2054
|
+
export type SYSTEM_ORDERS = unknown;
|
|
2055
|
+
export type SYSTEM_PAYMENT_GATEWAYS = unknown;
|
|
2056
|
+
export type SYSTEM_PRODUCTS = unknown;
|
|
2057
|
+
export type SYSTEM_PROJECTS = unknown;
|
|
2058
|
+
export type SYSTEM_PROMPT_CATEGORIES = unknown;
|
|
2059
|
+
export type SYSTEM_PROMPTS = unknown;
|
|
2060
|
+
export type SYSTEM_SHIPMENT_PROVIDERS = unknown;
|
|
2061
|
+
export type SYSTEM_SKILL_DOCS = unknown;
|
|
2062
|
+
export type SYSTEM_SKILLS = unknown;
|
|
2063
|
+
export type SYSTEM_SMS_TEMPLATES = unknown;
|
|
2064
|
+
export type SYSTEM_TRIGGER_ACTIONS = unknown;
|
|
2065
|
+
export type SYSTEM_TRIGGER_MODULES = unknown;
|
|
2066
|
+
export type SYSTEM_URLS = unknown;
|
|
2067
|
+
export type SYSTEM_USER = unknown;
|
|
2068
|
+
export type SYSTEM_USER_MEMORIES = unknown;
|
|
2069
|
+
export type SYSTEM_WORKFLOWS = unknown;
|
|
2070
|
+
export type TEXT_PLAIN = unknown;
|
|
2071
|
+
export type TRANSFORM = unknown;
|
|
2072
|
+
export type TRIGGER_CLICK = unknown;
|
|
2073
|
+
export type TRIGGER_DYNAMIC_TABLE = unknown;
|
|
2074
|
+
export type TRIGGER_INTEGRATION = unknown;
|
|
2075
|
+
export type TRIGGER_MESSAGE = unknown;
|
|
2076
|
+
export type TRIGGER_SCHEDULE = unknown;
|
|
2077
|
+
export type TRIGGER_SUB_WORKFLOW = unknown;
|
|
2078
|
+
export type TRIGGER_SYSTEM = unknown;
|
|
2079
|
+
export type TRIGGER_SYSTEM_CUSTOM = unknown;
|
|
2080
|
+
export type TRIGGER_SYSTEM_EVENT = unknown;
|
|
2081
|
+
export type TRIGGER_TEMPORARY = unknown;
|
|
2082
|
+
export type TRIGGER_WEBHOOK = unknown;
|
|
2083
|
+
export type TRY_START = unknown;
|
|
2084
|
+
export type TType = unknown;
|
|
2085
|
+
export type UTILITIES = unknown;
|
|
2086
|
+
export type VALIDATE_CONNECTION = unknown;
|
|
2087
|
+
export type VIETNAMESE = unknown;
|
|
2088
|
+
export type WAIT = unknown;
|
|
2089
|
+
export type WEBHOOK_ENDPOINTS = unknown;
|
|
2090
|
+
export type WEBHOOK_REGISTRY = unknown;
|
|
2091
|
+
export type WORKFLOW_NODES = unknown;
|
|
2092
|
+
export type WORKFLOW_VARIABLES = unknown;
|
|
645
2093
|
export interface ConnectionUserCreateConnectionParams {
|
|
646
2094
|
workflowId: string;
|
|
647
2095
|
body: CreateConnectionDto;
|
|
@@ -663,6 +2111,9 @@ export interface CustomNodeUserBatchConvertToolsToNodesParams {
|
|
|
663
2111
|
export interface CustomNodeUserBulkHardDeleteParams {
|
|
664
2112
|
body: BulkDeleteCustomNodesDto;
|
|
665
2113
|
}
|
|
2114
|
+
export interface CustomNodeUserConvertDynamicBaseTablesKeyNameParams {
|
|
2115
|
+
body: ConvertDynamicBaseTablesDto;
|
|
2116
|
+
}
|
|
666
2117
|
export interface CustomNodeUserConvertDynamicBaseTablesParams {
|
|
667
2118
|
body: ConvertDynamicBaseTablesDto;
|
|
668
2119
|
}
|
|
@@ -688,32 +2139,25 @@ export interface CustomNodeUserUpdateParams {
|
|
|
688
2139
|
id: string;
|
|
689
2140
|
body: UpdateCustomNodeDto;
|
|
690
2141
|
}
|
|
691
|
-
export interface
|
|
692
|
-
|
|
693
|
-
newTriggerNodeId: string;
|
|
2142
|
+
export interface ExecutionControlUserCancelExecutionParams {
|
|
2143
|
+
executionId: string;
|
|
694
2144
|
}
|
|
695
|
-
export interface
|
|
696
|
-
|
|
2145
|
+
export interface ExecutionControlUserPauseExecutionParams {
|
|
2146
|
+
executionId: string;
|
|
2147
|
+
body?: WorkflowPauseRequestDto;
|
|
697
2148
|
}
|
|
698
|
-
export interface
|
|
2149
|
+
export interface ExecutionControlUserPrepareWorkflowRunParams {
|
|
699
2150
|
workflowId: string;
|
|
2151
|
+
body?: WorkflowRunReadinessRequestDto;
|
|
700
2152
|
}
|
|
701
|
-
export interface
|
|
702
|
-
|
|
703
|
-
body: MessageTriggerRequestDto;
|
|
704
|
-
}
|
|
705
|
-
export interface CustomTriggerTriggerSystemParams {
|
|
706
|
-
triggerId: string;
|
|
707
|
-
body: TriggerSystemRequestDto;
|
|
708
|
-
}
|
|
709
|
-
export interface CustomTriggerTriggerWorkflowParams {
|
|
710
|
-
triggerId: string;
|
|
711
|
-
body: WorkflowTriggerRequestDto;
|
|
2153
|
+
export interface ExecutionControlUserResumeExecutionParams {
|
|
2154
|
+
executionId: string;
|
|
712
2155
|
}
|
|
713
|
-
export interface
|
|
2156
|
+
export interface ExecutionUserGetExecutionDetailParams {
|
|
714
2157
|
workflowId: string;
|
|
2158
|
+
executionId: string;
|
|
715
2159
|
}
|
|
716
|
-
export interface
|
|
2160
|
+
export interface ExecutionUserGetExecutionNodesParams {
|
|
717
2161
|
workflowId: string;
|
|
718
2162
|
executionId: string;
|
|
719
2163
|
}
|
|
@@ -721,6 +2165,10 @@ export interface ExecutionUserGetExecutionsParams {
|
|
|
721
2165
|
workflowId: string;
|
|
722
2166
|
query?: QueryExecutionsDto;
|
|
723
2167
|
}
|
|
2168
|
+
export interface ExecutionUserGetExecutionStatusParams {
|
|
2169
|
+
workflowId: string;
|
|
2170
|
+
executionId: string;
|
|
2171
|
+
}
|
|
724
2172
|
export interface LoadOptionsUserLoadOptionsParams {
|
|
725
2173
|
body: LoadOptionsRequestDto;
|
|
726
2174
|
}
|
|
@@ -746,30 +2194,31 @@ export interface NodeDefinitionGroupUserUpdateNodeDefinitionGroupParams {
|
|
|
746
2194
|
id: string;
|
|
747
2195
|
body: UpdateNodeDefinitionGroupDto;
|
|
748
2196
|
}
|
|
749
|
-
export interface NodeDefinitionUserGetAllNodeDefinitionsParams {
|
|
750
|
-
query?: QueryAllNodeDefinitionsDto;
|
|
751
|
-
}
|
|
752
2197
|
export interface NodeDefinitionUserGetNodeDefinitionsParams {
|
|
753
2198
|
query?: QueryNodeDefinitionDto;
|
|
754
2199
|
}
|
|
755
2200
|
export interface NodeDefinitionUserGetNodesBySourceTypeParams {
|
|
756
2201
|
query?: QueryBySourceTypeDto;
|
|
757
2202
|
}
|
|
758
|
-
export interface
|
|
2203
|
+
export interface NodeUserAskAiNodeConfigParams {
|
|
759
2204
|
workflowId: string;
|
|
760
2205
|
nodeId: string;
|
|
2206
|
+
body: AskAiNodeConfigRequestDto;
|
|
2207
|
+
headers?: {
|
|
2208
|
+
authorization: string;
|
|
2209
|
+
};
|
|
761
2210
|
}
|
|
762
2211
|
export interface NodeUserBulkDeleteNodesParams {
|
|
763
2212
|
workflowId: string;
|
|
764
2213
|
body: BulkDeleteNodesDto;
|
|
765
2214
|
}
|
|
766
|
-
export interface
|
|
2215
|
+
export interface NodeUserCreateNodesParams {
|
|
767
2216
|
workflowId: string;
|
|
768
|
-
body:
|
|
2217
|
+
body: CreateNodesDto;
|
|
769
2218
|
}
|
|
770
|
-
export interface
|
|
2219
|
+
export interface NodeUserCreateNoteNodeParams {
|
|
771
2220
|
workflowId: string;
|
|
772
|
-
|
|
2221
|
+
body: CreateNoteNodeDto;
|
|
773
2222
|
}
|
|
774
2223
|
export interface NodeUserExecuteNodeParams {
|
|
775
2224
|
workflowId: string;
|
|
@@ -787,6 +2236,10 @@ export interface NodeUserGetNodeSchemaParams {
|
|
|
787
2236
|
workflowId: string;
|
|
788
2237
|
nodeId: string;
|
|
789
2238
|
}
|
|
2239
|
+
export interface NodeUserSetVirtualTriggerParams {
|
|
2240
|
+
workflowId: string;
|
|
2241
|
+
nodeId: string;
|
|
2242
|
+
}
|
|
790
2243
|
export interface NodeUserUpdateNodeParams {
|
|
791
2244
|
workflowId: string;
|
|
792
2245
|
nodeId: string;
|
|
@@ -796,97 +2249,145 @@ export interface NodeUserUpdateNodePositionsParams {
|
|
|
796
2249
|
workflowId: string;
|
|
797
2250
|
body: UpdateNodePositionsDto;
|
|
798
2251
|
}
|
|
799
|
-
export interface
|
|
800
|
-
|
|
2252
|
+
export interface TimelineUserGetTimelineParams {
|
|
2253
|
+
workflowId: string;
|
|
2254
|
+
executionId: string;
|
|
2255
|
+
query?: TimelineQueryDto;
|
|
2256
|
+
}
|
|
2257
|
+
export interface WfRunMetricsUserGetRunMetricsParams {
|
|
2258
|
+
workflowId: string;
|
|
2259
|
+
executionId: string;
|
|
2260
|
+
}
|
|
2261
|
+
export interface WfRunMetricsUserGetWorkflowSummaryParams {
|
|
2262
|
+
workflowId: string;
|
|
2263
|
+
query?: WorkflowMetricsQueryDto;
|
|
2264
|
+
}
|
|
2265
|
+
export interface WfRunMetricsUserGetWorkflowTimeseriesParams {
|
|
2266
|
+
workflowId: string;
|
|
2267
|
+
query?: WorkflowMetricsQueryDto;
|
|
801
2268
|
}
|
|
802
|
-
export interface
|
|
2269
|
+
export interface WorkflowCommandUserBulkDeleteWorkflowsParams {
|
|
2270
|
+
body: BulkDeleteWorkflowDto;
|
|
2271
|
+
}
|
|
2272
|
+
export interface WorkflowCommandUserClearSelectedPublishedVersionParams {
|
|
803
2273
|
id: string;
|
|
804
2274
|
}
|
|
805
|
-
export interface
|
|
806
|
-
|
|
2275
|
+
export interface WorkflowCommandUserCreateWorkflowParams {
|
|
2276
|
+
body: CreateWorkflowDto;
|
|
807
2277
|
}
|
|
808
|
-
export interface
|
|
2278
|
+
export interface WorkflowCommandUserDeletePublishedVersionParams {
|
|
809
2279
|
id: string;
|
|
2280
|
+
versionId: string;
|
|
810
2281
|
}
|
|
811
|
-
export interface
|
|
2282
|
+
export interface WorkflowCommandUserDuplicateWorkflowParams {
|
|
812
2283
|
id: string;
|
|
813
|
-
body:
|
|
2284
|
+
body: DuplicateWorkflowDto;
|
|
814
2285
|
}
|
|
815
|
-
export interface
|
|
816
|
-
|
|
2286
|
+
export interface WorkflowCommandUserGetPublishedVersionDetailParams {
|
|
2287
|
+
id: string;
|
|
2288
|
+
versionId: string;
|
|
817
2289
|
}
|
|
818
|
-
export interface
|
|
819
|
-
|
|
2290
|
+
export interface WorkflowCommandUserListPublishedVersionsParams {
|
|
2291
|
+
id: string;
|
|
820
2292
|
}
|
|
821
|
-
export interface
|
|
822
|
-
|
|
2293
|
+
export interface WorkflowCommandUserPublishWorkflowVersionParams {
|
|
2294
|
+
id: string;
|
|
2295
|
+
body: PublishWorkflowVersionDto;
|
|
823
2296
|
}
|
|
824
|
-
export interface
|
|
825
|
-
|
|
2297
|
+
export interface WorkflowCommandUserSelectPublishedVersionParams {
|
|
2298
|
+
id: string;
|
|
2299
|
+
versionId: string;
|
|
826
2300
|
}
|
|
827
|
-
export interface
|
|
2301
|
+
export interface WorkflowCommandUserToggleWorkflowActiveParams {
|
|
828
2302
|
id: string;
|
|
829
|
-
body: UpdateWorkflowTemplateDto;
|
|
830
2303
|
}
|
|
831
|
-
export interface
|
|
2304
|
+
export interface WorkflowCommandUserUpdateWorkflowParams {
|
|
832
2305
|
id: string;
|
|
833
|
-
body:
|
|
2306
|
+
body: UpdateWorkflowDto;
|
|
834
2307
|
}
|
|
835
|
-
export interface
|
|
836
|
-
|
|
2308
|
+
export interface WorkflowEventsUserStreamWorkflowEventsParams {
|
|
2309
|
+
workflowId: string;
|
|
2310
|
+
query?: string;
|
|
2311
|
+
headers?: {
|
|
2312
|
+
'last-event-id'?: string;
|
|
2313
|
+
};
|
|
837
2314
|
}
|
|
838
|
-
export interface
|
|
2315
|
+
export interface WorkflowReadUserGetWorkflowByIdParams {
|
|
839
2316
|
id: string;
|
|
840
|
-
body: BulkUpdateStatesDto;
|
|
841
2317
|
}
|
|
842
|
-
export interface
|
|
843
|
-
|
|
2318
|
+
export interface WorkflowReadUserGetWorkflowsParams {
|
|
2319
|
+
query?: QueryWorkflowDto;
|
|
844
2320
|
}
|
|
845
|
-
export interface
|
|
846
|
-
|
|
2321
|
+
export interface WorkflowStateUserAddStateParams {
|
|
2322
|
+
id: string;
|
|
2323
|
+
body: CreateStateVariableDto;
|
|
847
2324
|
}
|
|
848
|
-
export interface
|
|
2325
|
+
export interface WorkflowStateUserBulkUpdateStatesParams {
|
|
849
2326
|
id: string;
|
|
850
|
-
|
|
2327
|
+
body: BulkUpdateStatesDto;
|
|
851
2328
|
}
|
|
852
|
-
export interface
|
|
2329
|
+
export interface WorkflowStateUserDeleteStateParams {
|
|
853
2330
|
id: string;
|
|
854
|
-
|
|
2331
|
+
name: string;
|
|
855
2332
|
}
|
|
856
|
-
export interface
|
|
2333
|
+
export interface WorkflowStateUserGetStatesParams {
|
|
857
2334
|
id: string;
|
|
858
2335
|
}
|
|
859
|
-
export interface
|
|
2336
|
+
export interface WorkflowStateUserUpdateStateParams {
|
|
860
2337
|
id: string;
|
|
2338
|
+
name: string;
|
|
2339
|
+
body: UpdateStateVariableDto;
|
|
861
2340
|
}
|
|
862
|
-
export interface
|
|
863
|
-
|
|
2341
|
+
export interface WorkflowTemplateActionUserCreateWorkflowFromTemplateParams {
|
|
2342
|
+
body: CreateWorkflowFromTemplateDto;
|
|
2343
|
+
}
|
|
2344
|
+
export interface WorkflowTemplateActionUserExportWorkflowTemplateParams {
|
|
2345
|
+
id: string;
|
|
2346
|
+
body: CreateWorkflowTemplateDto;
|
|
864
2347
|
}
|
|
865
|
-
export interface
|
|
2348
|
+
export interface WorkflowTemplateActionUserImportTemplateFromFileParams {
|
|
866
2349
|
id: string;
|
|
867
2350
|
}
|
|
868
|
-
export interface
|
|
2351
|
+
export interface WorkflowTemplateActionUserImportTemplateFromJsonParams {
|
|
869
2352
|
id: string;
|
|
870
2353
|
body: ImportTemplateDto;
|
|
871
2354
|
}
|
|
872
|
-
export interface
|
|
2355
|
+
export interface WorkflowTemplateActionUserImportTemplateFromSavedParams {
|
|
873
2356
|
id: string;
|
|
874
2357
|
body: ImportTemplateFromS3Dto;
|
|
875
2358
|
}
|
|
876
|
-
export interface
|
|
2359
|
+
export interface WorkflowTemplateActionUserPasteNodesParams {
|
|
877
2360
|
id: string;
|
|
878
2361
|
body: PasteNodesDto;
|
|
879
2362
|
}
|
|
880
|
-
export interface
|
|
881
|
-
|
|
2363
|
+
export interface WorkflowTemplateUserBulkDeleteParams {
|
|
2364
|
+
body: BulkDeleteWorkflowTemplateDto;
|
|
882
2365
|
}
|
|
883
|
-
export interface
|
|
884
|
-
|
|
885
|
-
name: string;
|
|
886
|
-
body: UpdateStateVariableDto;
|
|
2366
|
+
export interface WorkflowTemplateUserGetAllParams {
|
|
2367
|
+
query?: QueryWorkflowTemplateDto;
|
|
887
2368
|
}
|
|
888
|
-
export interface
|
|
2369
|
+
export interface WorkflowTemplateUserUpdateParams {
|
|
889
2370
|
id: string;
|
|
890
|
-
body:
|
|
2371
|
+
body: UpdateWorkflowTemplateDto;
|
|
2372
|
+
}
|
|
2373
|
+
export interface WorkflowTriggerUserTriggerClickParams {
|
|
2374
|
+
workflowId: string;
|
|
2375
|
+
nodeId: string;
|
|
2376
|
+
body?: ClickTriggerExecuteRequestDto;
|
|
2377
|
+
}
|
|
2378
|
+
export interface WorkflowTriggerUserTriggerMessageParams {
|
|
2379
|
+
workflowId: string;
|
|
2380
|
+
nodeId: string;
|
|
2381
|
+
body: MessageTriggerExecuteRequestDto;
|
|
2382
|
+
}
|
|
2383
|
+
export interface WorkflowTriggerUserTriggerSubWorkflowParams {
|
|
2384
|
+
workflowId: string;
|
|
2385
|
+
nodeId: string;
|
|
2386
|
+
body: WorkflowTriggerRequestDto;
|
|
2387
|
+
}
|
|
2388
|
+
export interface WorkflowTriggerUserTriggerSystemCustomParams {
|
|
2389
|
+
workflowId: string;
|
|
2390
|
+
nodeId: string;
|
|
2391
|
+
body: SystemCustomTriggerExecuteRequestDto;
|
|
891
2392
|
}
|
|
892
2393
|
//# sourceMappingURL=types.d.ts.map
|