@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,4 +1,4 @@
|
|
|
1
|
-
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight,
|
|
1
|
+
export { BaseStatus, ChartType, ChartViewMeasureRole, DashboardStatus, ExternalDataType, FieldType, FilterComparisonOp, FilterComparisonSubOp, FilterLogicalOp, GridColumnAlign, GridRowHeight, MapProviderType, ModelType, ProviderEnum, ReferentialAction, RelationType, RollupFunction, RowColoringMode, SchemaType, SourceType, ViewLockType, ViewSortDirection, ViewType, WidgetType, WORKSPACE_SYSTEM_ROLE_CODE } from '../shared-types.js';
|
|
2
2
|
export var AclPermissionKey;
|
|
3
3
|
(function (AclPermissionKey) {
|
|
4
4
|
AclPermissionKey["TABLE_VISIBILITY"] = "TABLE_VISIBILITY";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/generated/dynamic-table/types.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,oBAAoB,EAAE,eAAe,EAAE,gBAAgB,EAAE,SAAS,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,eAAe,EAAE,eAAe,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/generated/dynamic-table/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HttpClient } from '../../../core/http-client';
|
|
2
|
-
import type { ApiResponseDto, PagedResponse, PublicDatasAggregateRowsParams, PublicDatasBulkDataListParams, PublicDatasBulkGroupByParams, PublicDatasCountRowsParams, PublicDatasCreateRowsParams, PublicDatasDownloadAttachmentParams, PublicDatasGroupByColumnParams, PublicDatasGroupByCountParams, PublicDatasGroupByParams, PublicDatasListHmRelationParams, PublicDatasListMmRelationParams, PublicDatasListRowsParams, PublicDatasNestedByColumnParams, RecordData, RecordValue
|
|
2
|
+
import type { ApiResponseDto, DataRecordsPagedResponse, DynamicTableCountResponseDto, DynamicTableRelationIdsResponseDto, PagedResponse, PublicDatasAggregateRowsParams, PublicDatasBulkDataListParams, PublicDatasBulkGroupByParams, PublicDatasCountRowsParams, PublicDatasCreateRowsParams, PublicDatasDownloadAttachmentParams, PublicDatasGroupByColumnParams, PublicDatasGroupByCountParams, PublicDatasGroupByParams, PublicDatasListHmRelationParams, PublicDatasListMmRelationParams, PublicDatasListRowsParams, PublicDatasNestedByColumnParams, RecordData, RecordValue } from '../types';
|
|
3
3
|
export declare class PublicDatasService {
|
|
4
4
|
private readonly client;
|
|
5
5
|
constructor(client: HttpClient);
|
|
6
|
-
aggregateRows(params: PublicDatasAggregateRowsParams): Promise<ApiResponseDto<Record<string, number>>>;
|
|
7
|
-
bulkDataList(params: PublicDatasBulkDataListParams): Promise<ApiResponseDto<
|
|
6
|
+
aggregateRows(params: PublicDatasAggregateRowsParams): Promise<ApiResponseDto<Record<string, string | number>>>;
|
|
7
|
+
bulkDataList(params: PublicDatasBulkDataListParams): Promise<ApiResponseDto<DataRecordsPagedResponse<RecordData>>>;
|
|
8
8
|
bulkGroupBy(params: PublicDatasBulkGroupByParams): Promise<ApiResponseDto<PagedResponse<{
|
|
9
9
|
groups: Array<{
|
|
10
10
|
fieldId: string;
|
|
@@ -12,9 +12,7 @@ export declare class PublicDatasService {
|
|
|
12
12
|
}>;
|
|
13
13
|
total: number | string;
|
|
14
14
|
}>>>;
|
|
15
|
-
countRows(params: PublicDatasCountRowsParams): Promise<ApiResponseDto<
|
|
16
|
-
count: number;
|
|
17
|
-
}>>;
|
|
15
|
+
countRows(params: PublicDatasCountRowsParams): Promise<ApiResponseDto<DynamicTableCountResponseDto>>;
|
|
18
16
|
downloadAttachment(params: PublicDatasDownloadAttachmentParams): Promise<ApiResponseDto<never>>;
|
|
19
17
|
groupByColumn(params: PublicDatasGroupByColumnParams): Promise<ApiResponseDto<never>>;
|
|
20
18
|
groupBy(params: PublicDatasGroupByParams): Promise<ApiResponseDto<PagedResponse<{
|
|
@@ -24,17 +22,11 @@ export declare class PublicDatasService {
|
|
|
24
22
|
}>;
|
|
25
23
|
total: number | string;
|
|
26
24
|
}>>>;
|
|
27
|
-
groupByCount(params: PublicDatasGroupByCountParams): Promise<ApiResponseDto<
|
|
28
|
-
count: number;
|
|
29
|
-
}>>;
|
|
25
|
+
groupByCount(params: PublicDatasGroupByCountParams): Promise<ApiResponseDto<DynamicTableCountResponseDto>>;
|
|
30
26
|
nestedByColumn(params: PublicDatasNestedByColumnParams): Promise<ApiResponseDto<never>>;
|
|
31
|
-
listRows(params: PublicDatasListRowsParams): Promise<ApiResponseDto<
|
|
32
|
-
createRows(params: PublicDatasCreateRowsParams): Promise<ApiResponseDto<
|
|
33
|
-
listHmRelation(params: PublicDatasListHmRelationParams): Promise<ApiResponseDto<
|
|
34
|
-
|
|
35
|
-
}>>;
|
|
36
|
-
listMmRelation(params: PublicDatasListMmRelationParams): Promise<ApiResponseDto<{
|
|
37
|
-
refRowIds: string[];
|
|
38
|
-
}>>;
|
|
27
|
+
listRows(params: PublicDatasListRowsParams): Promise<ApiResponseDto<DataRecordsPagedResponse<RecordData>>>;
|
|
28
|
+
createRows(params: PublicDatasCreateRowsParams): Promise<ApiResponseDto<RecordData | RecordData[]>>;
|
|
29
|
+
listHmRelation(params: PublicDatasListHmRelationParams): Promise<ApiResponseDto<DynamicTableRelationIdsResponseDto>>;
|
|
30
|
+
listMmRelation(params: PublicDatasListMmRelationParams): Promise<ApiResponseDto<DynamicTableRelationIdsResponseDto>>;
|
|
39
31
|
}
|
|
40
32
|
//# sourceMappingURL=public-datas.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-datas.service.d.ts","sourceRoot":"","sources":["../../../../../src/generated/dynamic-table-public/services/public-datas.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,KAAK,EACV,cAAc,EACd,aAAa,EACb,8BAA8B,EAC9B,6BAA6B,EAC7B,4BAA4B,EAC5B,0BAA0B,EAC1B,2BAA2B,EAC3B,mCAAmC,EACnC,8BAA8B,EAC9B,6BAA6B,EAC7B,wBAAwB,EACxB,+BAA+B,EAC/B,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,UAAU,EACV,WAAW,
|
|
1
|
+
{"version":3,"file":"public-datas.service.d.ts","sourceRoot":"","sources":["../../../../../src/generated/dynamic-table-public/services/public-datas.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,KAAK,EACV,cAAc,EACd,wBAAwB,EACxB,4BAA4B,EAC5B,kCAAkC,EAClC,aAAa,EACb,8BAA8B,EAC9B,6BAA6B,EAC7B,4BAA4B,EAC5B,0BAA0B,EAC1B,2BAA2B,EAC3B,mCAAmC,EACnC,8BAA8B,EAC9B,6BAA6B,EAC7B,wBAAwB,EACxB,+BAA+B,EAC/B,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,UAAU,EACV,WAAW,EACZ,MAAM,UAAU,CAAC;AAElB,qBAAa,kBAAkB;IACjB,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,UAAU;IAEzC,aAAa,CAAC,MAAM,EAAE,8BAA8B,GAAG,OAAO,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;IAU/G,YAAY,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,cAAc,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC,CAAC;IAUlH,WAAW,CAAC,MAAM,EAAE,4BAA4B,GAAG,OAAO,CAAC,cAAc,CAAC,aAAa,CAAC;QAAE,MAAM,EAAE,KAAK,CAAC;YAAE,OAAO,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;SAAE,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC,CAAC,CAAC;IAUtL,SAAS,CAAC,MAAM,EAAE,0BAA0B,GAAG,OAAO,CAAC,cAAc,CAAC,4BAA4B,CAAC,CAAC;IAUpG,kBAAkB,CAAC,MAAM,EAAE,mCAAmC,GAAG,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IAU/F,aAAa,CAAC,MAAM,EAAE,8BAA8B,GAAG,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IAUrF,OAAO,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,cAAc,CAAC,aAAa,CAAC;QAAE,MAAM,EAAE,KAAK,CAAC;YAAE,OAAO,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;SAAE,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC,CAAC,CAAC;IAU9K,YAAY,CAAC,MAAM,EAAE,6BAA6B,GAAG,OAAO,CAAC,cAAc,CAAC,4BAA4B,CAAC,CAAC;IAU1G,cAAc,CAAC,MAAM,EAAE,+BAA+B,GAAG,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IAUvF,QAAQ,CAAC,MAAM,EAAE,yBAAyB,GAAG,OAAO,CAAC,cAAc,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC,CAAC;IAU1G,UAAU,CAAC,MAAM,EAAE,2BAA2B,GAAG,OAAO,CAAC,cAAc,CAAC,UAAU,GAAG,UAAU,EAAE,CAAC,CAAC;IAUnG,cAAc,CAAC,MAAM,EAAE,+BAA+B,GAAG,OAAO,CAAC,cAAc,CAAC,kCAAkC,CAAC,CAAC;IAUpH,cAAc,CAAC,MAAM,EAAE,+BAA+B,GAAG,OAAO,CAAC,cAAc,CAAC,kCAAkC,CAAC,CAAC;CAS3H"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-datas.service.js","sourceRoot":"","sources":["../../../../../src/generated/dynamic-table-public/services/public-datas.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"public-datas.service.js","sourceRoot":"","sources":["../../../../../src/generated/dynamic-table-public/services/public-datas.service.ts"],"names":[],"mappings":"AAyBA,MAAM,OAAO,kBAAkB;IAC7B,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAEnD,KAAK,CAAC,aAAa,CAAC,MAAsC;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAkD;YAC1E,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,YAAY;YAC5F,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,MAAqC;QACtD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAuD;YAC/E,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,gBAAgB;YAChG,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,WAAW,CAAC,MAAoC;QACpD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6H;YACrJ,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,aAAa;YAC7F,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,SAAS,CAAC,MAAkC;QAChD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA+C;YACvE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,QAAQ;YACxF,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,MAA2C;QAClE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwB;YAChD,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,uBAAuB,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,IAAI,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE;YAChM,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAAsC;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwB;YAChD,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,UAAU,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE;YACvI,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,OAAO,CAAC,MAAgC;QAC5C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6H;YACrJ,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,UAAU;YAC1F,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,MAAqC;QACtD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA+C;YACvE,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,gBAAgB;YAChG,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAuC;QAC1D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwB;YAChD,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,WAAW,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE;YACxI,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;SACnB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,QAAQ,CAAC,MAAiC;QAC9C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAuD;YAC/E,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,OAAO;YACvF,MAAM,EAAE,MAAM,EAAE,KAAK;YACrB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,UAAU,CAAC,MAAmC;QAClD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA4C;YACpE,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,OAAO;YACvF,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,MAAM,EAAE,IAAI;YAClB,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAuC;QAC1D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqD;YAC7E,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,SAAS,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,OAAO,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE;YACrL,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAuC;QAC1D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqD;YAC7E,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0BAA0B,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,SAAS,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,OAAO,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE;YACrL,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,MAAM,EAAE,OAAO;SACzB,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -1,25 +1,6 @@
|
|
|
1
|
-
import type { BulkDataListDto, BulkGroupDto, RecordAggregateQueryDto, RecordListQueryDto } from '../shared-types';
|
|
1
|
+
import type { BulkDataListDto, BulkGroupDto, JsonValue, RecordAggregateQueryDto, RecordListQueryDto } from '../shared-types';
|
|
2
2
|
import { DashboardStatus, FieldType, ViewType } from '../shared-types';
|
|
3
|
-
export type { ACTIVE, AI, ApiResponseDto, ARCHIVED, ATTACHMENT, AUTONUMBER, BARCODE, BOOLEAN, BulkDataListDto, BulkGroupDto, BUTTON, CALENDAR, CHART, CREATED_BY, CREATED_TIME, CURRENCY, DashboardResponseDto, DATE, DATETIME, DRAFT, DURATION, EMAIL, FORM, FORMULA, GALLERY, GRID, GroupFieldDto, INACTIVE, KANBAN, LimitOffsetQueryDto, LINK_TO_ANOTHER_RECORD, LINKS, LIST, LONG_TEXT, LOOKUP, MAP, METRIC, MODIFIED_BY, MODIFIED_TIME, MULTI_SELECT, NUMBER, ORDER, PagedResponse, PageInfo, PERCENT, PHONE, QR_CODE, RATING, RecordAggregateQueryDto, RecordListQueryDto, RELATION, ROLLUP, SELECT, T, TABLE, TEXT, URL, USER,
|
|
4
|
-
export interface CreateSharedBaseDto {
|
|
5
|
-
uuid?: string;
|
|
6
|
-
password?: string | null;
|
|
7
|
-
allowCopy?: boolean;
|
|
8
|
-
allowDownload?: boolean;
|
|
9
|
-
allowShare?: boolean;
|
|
10
|
-
showTheme?: boolean;
|
|
11
|
-
meta?: Record<string, JsonValue>;
|
|
12
|
-
}
|
|
13
|
-
export interface CreateSharedDashboardDto {
|
|
14
|
-
uuid?: string;
|
|
15
|
-
password?: string | null;
|
|
16
|
-
allowCopy?: boolean;
|
|
17
|
-
allowDownload?: boolean;
|
|
18
|
-
allowShare?: boolean;
|
|
19
|
-
showTheme?: boolean;
|
|
20
|
-
expiryAt?: string | null;
|
|
21
|
-
meta?: Record<string, JsonValue>;
|
|
22
|
-
}
|
|
3
|
+
export type { ACTIVE, AI, ApiResponseDto, ARCHIVED, AreaChartWidgetConfigDto, ATTACHMENT, AUTONUMBER, BarChartWidgetConfigDto, BARCODE, BOOLEAN, BulkDataListDto, BulkGroupDto, BUTTON, CALENDAR, CalendarWidgetConfigDto, CategoricalChartBucketDto, CategoricalChartRuntimeDto, CHART, ChartDisplaySpecDto, ChartPointsSpecDto, ChartRuntimeDisplayDto, ChartRuntimeSeriesDto, ChartSeriesConfigSpecDto, ChartType, ChartWidgetConfigDto, ChartXAxisSpecDto, ChartYAxisSpecDto, CONVERSATION_ID, CREATED_BY, CREATED_TIME, CURRENCY, DashboardResponseDto, DataRecordsPagedResponse, DataRecordsPageInfo, DATE, DATETIME, DonutChartWidgetConfigDto, DRAFT, DURATION, DynamicTableCountResponseDto, DynamicTableRelationIdsResponseDto, EMAIL, FilterResponseDto, ForbiddenWidgetRuntimeDto, FORM, FORMULA, FunnelChartRuntimeDto, FunnelStepDto, GALLERY, GEO_DATA, GRID, GridEmbedWidgetRuntimeDto, GroupedChartWidgetConfigBaseDto, GroupFieldDto, HeatmapCellDto, HeatmapChartRuntimeDto, HTML, IFRAME, IframeWidgetConfigDto, IframeWidgetProvider, IframeWidgetRuntimeDto, INACTIVE, JsonArray, JsonObject, JsonPrimitive, JsonValue, KANBAN, KanbanWidgetConfigDto, LimitOffsetQueryDto, LineChartWidgetConfigDto, LINK_TO_ANOTHER_RECORD, LINKS, LIST, ListWidgetConfigDto, LONG_TEXT, LOOKUP, MAP, MapWidgetConfigDto, METRIC, MetricWidgetColor, MetricWidgetColorMode, MetricWidgetComparisonDto, MetricWidgetConfigDto, MetricWidgetMode, MetricWidgetRuntimeDto, MetricWidgetSummaryType, MODIFIED_BY, MODIFIED_TIME, MULTI_SELECT, NUMBER, ORDER, PagedResponse, PageInfo, PERCENT, PHONE, PieChartWidgetConfigDto, QR_CODE, RadarChartRuntimeDto, RadarChartWidgetConfigDto, RadarConfigSpecDto, RadarCriterionDto, RadarRuntimeSeriesDto, RATING, RecordAggregateQueryDto, RecordData, RecordListQueryDto, RecordValue, REDAI_VIEW, RedaiViewWidgetConfigDto, RedaiViewWidgetRuntimeDto, RELATION, ROLLUP, ScatterChartPointDto, ScatterChartRuntimeDto, SELECT, T, TABLE, TableWidgetConfigDto, TEXT, TextWidgetConfigDto, TextWidgetResolvedVariableDto, TextWidgetRuntimeDto, TextWidgetVariableBindingDto, TreemapChartRuntimeDto, TreemapNodeDto, URL, USER, VECTOR, WidgetQuerySpecDto, WidgetResponseDto, WidgetRuntimeResolvedQueryResponseDto, WidgetRuntimeResponseDto } from '../shared-types';
|
|
23
4
|
export type PublicAggregateQueryDto = RecordAggregateQueryDto & {
|
|
24
5
|
password?: string;
|
|
25
6
|
};
|
|
@@ -86,87 +67,7 @@ export type PublicSharedViewMetaDto = {
|
|
|
86
67
|
allowShare: boolean;
|
|
87
68
|
hasPassword: boolean;
|
|
88
69
|
};
|
|
89
|
-
export type RecordData = Record<string, RecordValue>;
|
|
90
70
|
export type RecordPayload = Record<string, JsonValue>;
|
|
91
|
-
export type RecordValue = JsonValue | Date;
|
|
92
|
-
export interface SendSharedDashboardEmailDto {
|
|
93
|
-
recipients: string[];
|
|
94
|
-
subject?: string;
|
|
95
|
-
message?: string;
|
|
96
|
-
}
|
|
97
|
-
export interface SharedBaseResponseDto {
|
|
98
|
-
id: string;
|
|
99
|
-
baseId: string | null;
|
|
100
|
-
uuid: string | null;
|
|
101
|
-
password?: string | null;
|
|
102
|
-
allowCopy: boolean;
|
|
103
|
-
allowDownload: boolean;
|
|
104
|
-
allowShare: boolean;
|
|
105
|
-
showTheme?: boolean | null;
|
|
106
|
-
meta?: Record<string, JsonValue> | null;
|
|
107
|
-
}
|
|
108
|
-
export interface SharedDashboardResponseDto {
|
|
109
|
-
id: string;
|
|
110
|
-
dashboardId: string;
|
|
111
|
-
workspaceId: string | null;
|
|
112
|
-
baseId: string | null;
|
|
113
|
-
uuid: string;
|
|
114
|
-
password?: string | null;
|
|
115
|
-
allowCopy: boolean;
|
|
116
|
-
allowDownload: boolean;
|
|
117
|
-
allowShare: boolean;
|
|
118
|
-
showTheme?: boolean | null;
|
|
119
|
-
meta?: Record<string, JsonValue> | null;
|
|
120
|
-
expiryAt?: string | null;
|
|
121
|
-
revokedAt?: string | null;
|
|
122
|
-
sharedUrl?: string | null;
|
|
123
|
-
createdAt?: number | null;
|
|
124
|
-
updatedAt?: number | null;
|
|
125
|
-
}
|
|
126
|
-
export type StorageRecord = UsrRecord | RecordData;
|
|
127
|
-
export interface UpdateSharedBaseDto {
|
|
128
|
-
uuid?: string;
|
|
129
|
-
password?: string | null;
|
|
130
|
-
allowCopy?: boolean;
|
|
131
|
-
allowDownload?: boolean;
|
|
132
|
-
allowShare?: boolean;
|
|
133
|
-
showTheme?: boolean;
|
|
134
|
-
meta?: Record<string, JsonValue>;
|
|
135
|
-
}
|
|
136
|
-
export interface UpdateSharedDashboardDto {
|
|
137
|
-
uuid?: string;
|
|
138
|
-
password?: string | null;
|
|
139
|
-
allowCopy?: boolean;
|
|
140
|
-
allowDownload?: boolean;
|
|
141
|
-
allowShare?: boolean;
|
|
142
|
-
showTheme?: boolean;
|
|
143
|
-
expiryAt?: string | null;
|
|
144
|
-
meta?: Record<string, JsonValue>;
|
|
145
|
-
}
|
|
146
|
-
export interface UsrRecord {
|
|
147
|
-
id: string;
|
|
148
|
-
tableId: string;
|
|
149
|
-
data: RecordData;
|
|
150
|
-
createdBy: number;
|
|
151
|
-
updatedBy: number;
|
|
152
|
-
createdAt: number;
|
|
153
|
-
updatedAt: number;
|
|
154
|
-
table: SysTable;
|
|
155
|
-
history: UsrRecordHistory[];
|
|
156
|
-
}
|
|
157
|
-
export type CalendarWidgetConfig = unknown;
|
|
158
|
-
export type ChartWidgetConfig = unknown;
|
|
159
|
-
export type JsonArray = unknown;
|
|
160
|
-
export type JsonObject = unknown;
|
|
161
|
-
export type JsonPrimitive = unknown;
|
|
162
|
-
export type KanbanWidgetConfig = unknown;
|
|
163
|
-
export type ListWidgetConfig = unknown;
|
|
164
|
-
export type MapWidgetConfig = unknown;
|
|
165
|
-
export type MetricWidgetConfig = unknown;
|
|
166
|
-
export type SysTable = unknown;
|
|
167
|
-
export type TableWidgetConfig = unknown;
|
|
168
|
-
export type TextWidgetConfig = unknown;
|
|
169
|
-
export type UsrRecordHistory = unknown;
|
|
170
71
|
export interface PublicDashboardsGetSharedDashboardParams {
|
|
171
72
|
sharedDashboardUuid: string;
|
|
172
73
|
headers?: {
|
|
@@ -289,43 +190,4 @@ export interface PublicMetasGetSharedViewMetaParams {
|
|
|
289
190
|
'xc-password': string;
|
|
290
191
|
};
|
|
291
192
|
}
|
|
292
|
-
export type DashboardMeta = {
|
|
293
|
-
icon?: string;
|
|
294
|
-
theme?: string;
|
|
295
|
-
layoutVersion?: number;
|
|
296
|
-
grid?: {
|
|
297
|
-
columns?: number;
|
|
298
|
-
rowHeight?: number;
|
|
299
|
-
margin?: number;
|
|
300
|
-
};
|
|
301
|
-
background?: {
|
|
302
|
-
color?: string;
|
|
303
|
-
imageUrl?: string;
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
|
-
export interface FilterResponseDto {
|
|
307
|
-
id: string;
|
|
308
|
-
viewId: string | null;
|
|
309
|
-
parentId: string | null;
|
|
310
|
-
fieldId: string | null;
|
|
311
|
-
operator: string | null;
|
|
312
|
-
comparisonSubOp: string | null;
|
|
313
|
-
value: JsonValue | null;
|
|
314
|
-
order: number | null;
|
|
315
|
-
isGroup: boolean | null;
|
|
316
|
-
createdAt: number | null;
|
|
317
|
-
updatedAt: number | null;
|
|
318
|
-
children?: FilterResponseDto[];
|
|
319
|
-
}
|
|
320
|
-
export type JsonValue = JsonPrimitive | JsonArray | JsonObject;
|
|
321
|
-
export declare enum WidgetType {
|
|
322
|
-
CHART = "chart",
|
|
323
|
-
METRIC = "metric",
|
|
324
|
-
TEXT = "text",
|
|
325
|
-
TABLE = "table",
|
|
326
|
-
LIST = "list",
|
|
327
|
-
CALENDAR = "calendar",
|
|
328
|
-
KANBAN = "kanban",
|
|
329
|
-
MAP = "map"
|
|
330
|
-
}
|
|
331
193
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
(function (WidgetType) {
|
|
3
|
-
WidgetType["CHART"] = "chart";
|
|
4
|
-
WidgetType["METRIC"] = "metric";
|
|
5
|
-
WidgetType["TEXT"] = "text";
|
|
6
|
-
WidgetType["TABLE"] = "table";
|
|
7
|
-
WidgetType["LIST"] = "list";
|
|
8
|
-
WidgetType["CALENDAR"] = "calendar";
|
|
9
|
-
WidgetType["KANBAN"] = "kanban";
|
|
10
|
-
WidgetType["MAP"] = "map";
|
|
11
|
-
})(WidgetType || (WidgetType = {}));
|
|
1
|
+
export {};
|
|
12
2
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/generated/dynamic-table-public/types.ts"],"names":[],"mappings":""}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
export * from './types';
|
|
2
2
|
export * from './services';
|
|
3
|
-
export type { AdminAskAiGetOptimizeInstructionUpdateRunStatusParams, AdminAskAiOptimizeInstructionUpdateParams, AdminAskAiSkillCreateSkillParams, AdminAskAiSkillGetCreateSkillRunStatusParams, AdminAskAiSkillGetUpdateSkillRunStatusParams, AdminAskAiSkillStartCreateSkillRunParams, AdminAskAiSkillStartUpdateSkillRunParams, AdminAskAiSkillUpdateSkillParams, AdminAskAiStartOptimizeInstructionUpdateRunParams, AskAiAskAiParams, AskAiDocsGenerateMarkdownParams, AskAiDocsGenerateTiptapParams, AskAiDynamicTableCreateFieldParams, AskAiDynamicTableCreateTableFilterParams, AskAiDynamicTableCreateViewFilterParams, AskAiDynamicTableGenerateBlueprintParams, AskAiDynamicTableGenerateFormulaParams, AskAiDynamicTableGenerateTextWidgetContentParams, AskAiDynamicTableGetBlueprintRunStatusParams, AskAiDynamicTableGetFormulaRunStatusParams, AskAiDynamicTableGetTableFilterRunStatusParams, AskAiDynamicTableGetTextWidgetRunStatusParams, AskAiDynamicTableGetViewFilterRunStatusParams, AskAiDynamicTableStartBlueprintRunParams, AskAiDynamicTableStartFormulaRunParams, AskAiDynamicTableStartTableFilterRunParams, AskAiDynamicTableStartTextWidgetRunParams, AskAiDynamicTableStartViewFilterRunParams, AskAiDynamicTableSuggestFieldParams, AskAiEmailCampaignSuggestTemplateVariableMappingParams, AskAiFlowSchemaGenerateFlowSchemaCreateParams, AskAiFlowSchemaGenerateFlowSchemaUpdateParams, AskAiFlowSchemaGetFlowSchemaCreateRunStatusParams, AskAiFlowSchemaGetFlowSchemaUpdateRunStatusParams, AskAiFlowSchemaStartFlowSchemaCreateRunParams, AskAiFlowSchemaStartFlowSchemaUpdateRunParams, AskAiGenericAskAiGenericParams, AskAiGenericGetGenericAskAiRunStatusParams, AskAiGenericStartGenericAskAiRunParams, AskAiGetAskAiRunStatusParams, AskAiGetOptimizeInstructionRunStatusParams, AskAiGetOptimizeInstructionUpdateRunStatusParams, AskAiIdentityCardExtractIdentityCardParams, AskAiOptimizeInstructionParams, AskAiOptimizeInstructionUpdateParams, AskAiSegmentCreateParams, AskAiSegmentGetCreateRunStatusParams, AskAiSegmentGetSuggestRunStatusParams, AskAiSegmentStartCreateRunParams, AskAiSegmentStartSuggestRunParams, AskAiSegmentSuggestParams, AskAiSkillCreateSkillParams, AskAiSkillGetCreateSkillRunStatusParams, AskAiSkillGetUpdateSkillRunStatusParams, AskAiSkillStartCreateSkillRunParams, AskAiSkillStartUpdateSkillRunParams, AskAiSkillUpdateSkillParams, AskAiStartAskAiRunParams, AskAiStartOptimizeInstructionRunParams, AskAiStartOptimizeInstructionUpdateRunParams, CommonGetCurrenciesParams } from './ask-ai/types';
|
|
3
|
+
export type { AdminAskAiGetOptimizeInstructionRunStatusParams, AdminAskAiGetOptimizeInstructionUpdateRunStatusParams, AdminAskAiOptimizeInstructionParams, AdminAskAiOptimizeInstructionUpdateParams, AdminAskAiSkillCreateSkillParams, AdminAskAiSkillGetCreateSkillRunStatusParams, AdminAskAiSkillGetUpdateSkillRunStatusParams, AdminAskAiSkillStartCreateSkillRunParams, AdminAskAiSkillStartUpdateSkillRunParams, AdminAskAiSkillUpdateSkillParams, AdminAskAiStartOptimizeInstructionRunParams, AdminAskAiStartOptimizeInstructionUpdateRunParams, AskAiAskAiParams, AskAiDocsGenerateMarkdownParams, AskAiDocsGenerateTiptapParams, AskAiDynamicTableCreateFieldParams, AskAiDynamicTableCreateTableFilterParams, AskAiDynamicTableCreateViewFilterParams, AskAiDynamicTableGenerateBlueprintParams, AskAiDynamicTableGenerateFormulaParams, AskAiDynamicTableGenerateTextWidgetContentParams, AskAiDynamicTableGetBlueprintRunStatusParams, AskAiDynamicTableGetFormulaRunStatusParams, AskAiDynamicTableGetTableFilterRunStatusParams, AskAiDynamicTableGetTextWidgetRunStatusParams, AskAiDynamicTableGetViewFilterRunStatusParams, AskAiDynamicTableStartBlueprintRunParams, AskAiDynamicTableStartFormulaRunParams, AskAiDynamicTableStartTableFilterRunParams, AskAiDynamicTableStartTextWidgetRunParams, AskAiDynamicTableStartViewFilterRunParams, AskAiDynamicTableSuggestFieldParams, AskAiEmailCampaignSuggestTemplateVariableMappingParams, AskAiFacebookCampaignAnalyzeCampaignParams, AskAiFlowSchemaGenerateFlowSchemaCreateParams, AskAiFlowSchemaGenerateFlowSchemaUpdateParams, AskAiFlowSchemaGetFlowSchemaCreateRunStatusParams, AskAiFlowSchemaGetFlowSchemaUpdateRunStatusParams, AskAiFlowSchemaStartFlowSchemaCreateRunParams, AskAiFlowSchemaStartFlowSchemaUpdateRunParams, AskAiGenericAskAiGenericParams, AskAiGenericGetGenericAskAiRunStatusParams, AskAiGenericStartGenericAskAiRunParams, AskAiGetAskAiRunStatusParams, AskAiGetOptimizeInstructionRunStatusParams, AskAiGetOptimizeInstructionUpdateRunStatusParams, AskAiIdentityCardExtractIdentityCardParams, AskAiOptimizeInstructionParams, AskAiOptimizeInstructionUpdateParams, AskAiPromptOptimizeOptimizePromptParams, AskAiSegmentCreateParams, AskAiSegmentGetCreateRunStatusParams, AskAiSegmentGetSuggestRunStatusParams, AskAiSegmentStartCreateRunParams, AskAiSegmentStartSuggestRunParams, AskAiSegmentSuggestParams, AskAiSkillCreateSkillParams, AskAiSkillGetCreateSkillRunStatusParams, AskAiSkillGetUpdateSkillRunStatusParams, AskAiSkillStartCreateSkillRunParams, AskAiSkillStartUpdateSkillRunParams, AskAiSkillUpdateSkillParams, AskAiStartAskAiRunParams, AskAiStartOptimizeInstructionRunParams, AskAiStartOptimizeInstructionUpdateRunParams, CommonGetCurrenciesParams } from './ask-ai/types';
|
|
4
4
|
export type { AnalyticsQueryByFieldIdParams, AnalyticsQueryByKeyNameParams, AnalyticsQueryByNameParams, ApiDocsOpenApiJsonParams, ApiDocsRedocParams, ApiDocsSwaggerParams, ApiDocsV3OpenApiJsonParams, ApiDocsV3RedocParams, ApiDocsV3SwaggerParams, ApiTokensCreateApiTokenParams, ApiTokensDeleteApiTokenParams, ApiTokensListApiTokensParams, ApiTokensUpdateApiTokenParams, AttachmentsBulkResolveParams, AttachmentsCreatePresignedUrlParams, AttachmentsDeleteAttachmentParams, AttachmentsGetAttachmentParams, AttachmentsSecureCreateSecureTokenParams, AttachmentsSecureGetSecureAttachmentParams, AttachmentsUploadParams, BaseMembersAddBaseMemberParams, BaseMembersListBaseMembersParams, BaseMembersLremovedStorageeBaseParams, BaseMembersUpdateBaseMemberParams, BasesCreateBaseParams, BasesDeleteBaseParams, BasesDuplicateBaseParams, BasesGetBaseParams, BasesHardDeleteBaseParams, BasesListBasesParams, BasesListMyBasesParams, BasesUpdateBaseLogoParams, BasesUpdateBaseParams, BulkDataBulkInsertParams, CachesInvalidateParams, CachesStatsParams, CachesWarmupParams, CalendarDataCountByDateParams, CalendarDataCountRangeParams, CalendarDataListCalendarRecordsParams, CalendarsCreateCalendarViewParams, CalendarsGetCalendarViewParams, CalendarsUpdateCalendarViewParams, ChartDataGetChartDataParams, ChartsCreateChartViewParams, ChartsGetChartViewParams, ChartsUpdateChartViewParams, ChartViewsGetChartViewDataParams, CollectionCategoriesAssignTableCollectionCategoryParams, CollectionCategoriesCreateCollectionCategoryParams, CollectionCategoriesDeleteCollectionCategoryParams, CollectionCategoriesListCollectionCategoriesParams, CollectionCategoriesUpdateCollectionCategoryParams, ColumnsBulkColumnsParams, ColumnsBulkCreateOrUpdateColumnsParams, ColumnsCreateColumnParams, ColumnsCreateOrUpdateAiColumnParams, ColumnsCreateOrUpdateAttachmentColumnParams, ColumnsCreateOrUpdateBooleanColumnParams, ColumnsCreateOrUpdateCurrencyColumnParams, ColumnsCreateOrUpdateDateColumnParams, ColumnsCreateOrUpdateDatetimeColumnParams, ColumnsCreateOrUpdateEmailColumnParams, ColumnsCreateOrUpdateFormulaColumnParams, ColumnsCreateOrUpdateGeoDataColumnParams, ColumnsCreateOrUpdateLongTextColumnParams, ColumnsCreateOrUpdateLookupColumnParams, ColumnsCreateOrUpdateMultiSelectColumnParams, ColumnsCreateOrUpdateNumberColumnParams, ColumnsCreateOrUpdatePercentColumnParams, ColumnsCreateOrUpdatePhoneColumnParams, ColumnsCreateOrUpdateRatingColumnParams, ColumnsCreateOrUpdateRelationColumnParams, ColumnsCreateOrUpdateRollupColumnParams, ColumnsCreateOrUpdateSelectColumnParams, ColumnsCreateOrUpdateTextColumnParams, ColumnsCreateOrUpdateUrlColumnParams, ColumnsCreateOrUpdateUserColumnParams, ColumnsDeleteColumnParams, ColumnsGetColumnByKeyNameParams, ColumnsGetColumnParams, ColumnsGetColumnsHashParams, ColumnsListInputColumnsParams, ColumnsReorderColumnsParams, ColumnsSetPrimaryColumnParams, ColumnsSetPrimaryValueColumnParams, ColumnsUpdateColumnParams, CommandPalettePinParams, CommandPaletteRecentParams, CommandPaletteSearchParams, CommentsAddReactionParams, CommentsCountCommentsParams, CommentsCreateCommentParams, CommentsDeleteAttachmentParams, CommentsDeleteCommentParams, CommentsGetCommentParams, CommentsListCommentsParams, CommentsListRepliesParams, CommentsMarkMentionReadParams, CommentsRemoveReactionParams, CommentsUpdateCommentParams, DashboardsCreateDashboardParams, DashboardsCreateOrUpdateAreaChartWidgetParams, DashboardsCreateOrUpdateBarChartWidgetParams, DashboardsCreateOrUpdateDonutChartWidgetParams, DashboardsCreateOrUpdateIframeWidgetParams, DashboardsCreateOrUpdateLineChartWidgetParams, DashboardsCreateOrUpdateMetricWidgetParams, DashboardsCreateOrUpdatePieChartWidgetParams, DashboardsCreateOrUpdateRadarChartWidgetParams, DashboardsCreateOrUpdateRedaiViewWidgetParams, DashboardsCreateOrUpdateTextWidgetParams, DashboardsCreateOrUpdateWidgetParams, DashboardsCreateWidgetParams, DashboardsDeleteDashboardParams, DashboardsDeleteWidgetParams, DashboardsDuplicateDashboardParams, DashboardsGetDashboardParams, DashboardsGetWidgetFiltersParams, DashboardsGetWidgetParams, DashboardsGetWidgetRuntimeParams, DashboardsInvalidateDashboardRuntimeParams, DashboardsListChartTypesParams, DashboardsListDashboardsParams, DashboardsListWidgetsParams, DashboardsReorderDashboardsParams, DashboardsReorderWidgetsParams, DashboardsUpdateDashboardParams, DashboardsUpdateWidgetLayoutParams, DashboardsUpdateWidgetParams, DataExportsStartExportParams, DataImportsAbortImportJobParams, DataImportsAnalyzeStructureParams, DataImportsGetImportJobParams, DataImportsImportFromUrlParams, DataImportsPreviewImportFileParams, DataImportsStartImportParams, DataImportsUploadImportFileParams, DataTableAggregateRecordsParams, DataTableBulkAggregateRecordsParams, DataTableBulkDataListParams, DataTableBulkGroupByParams, DataTableCountRecordsParams, DataTableCreateRecordsParams, DataTableCreateRecordsWrappedLeanParams, DataTableCreateRecordsWrappedParams, DataTableDeleteRecordsParams, DataTableGetRecordParams, DataTableGroupByParams, DataTableKeyNameAggregateRecordsParams, DataTableKeyNameBulkAggregateRecordsParams, DataTableKeyNameBulkDataListParams, DataTableKeyNameBulkGroupByParams, DataTableKeyNameCountRecordsParams, DataTableKeyNameGroupByParams, DataTableKeyNameLinkRecordsBulkParams, DataTableKeyNameLinkRecordsParams, DataTableKeyNameListGroupedDataGroupsParams, DataTableKeyNameListGroupedDataRecordsParams, DataTableKeyNameListLinkedRecordsParams, DataTableKeyNameListRecordsNoViewFilterParams, DataTableKeyNameListRecordsParams, DataTableKeyNameMutationsDeleteByFilterParams, DataTableKeyNameMutationsFillByFilterParams, DataTableKeyNameMutationsUpdateByFilterParams, DataTableKeyNameSemanticSearchParams, DataTableKeyNameUnlinkRecordsBulkParams, DataTableKeyNameUnlinkRecordsParams, DataTableLinkRecordsBulkParams, DataTableLinkRecordsParams, DataTableListGroupedDataGroupsParams, DataTableListGroupedDataRecordsParams, DataTableListLinkedRecordsParams, DataTableListRecordsByFieldIdsParams, DataTableListRecordsNoViewFilterParams, DataTableListRecordsParams, DataTableMoveRecordParams, DataTableMutationsCancelDeleteByFilterJobParams, DataTableMutationsCancelUpdateByFilterJobParams, DataTableMutationsDeleteByFilterParams, DataTableMutationsFillByFilterParams, DataTableMutationsUpdateByFilterParams, DataTableMutationsUpsertByKeyParams, DataTableReadableAggregateRecordsParams, DataTableReadableBulkAggregateRecordsParams, DataTableReadableBulkGroupByParams, DataTableReadableCountRecordsParams, DataTableReadableCreateRecordsParams, DataTableReadableDeleteByFilterParams, DataTableReadableFillByFilterParams, DataTableReadableGetRecordParams, DataTableReadableGroupByParams, DataTableReadableLinkRecordsBulkParams, DataTableReadableListGroupedBucketsParams, DataTableReadableListGroupedRecordsParams, DataTableReadableListLinkedRecordsParams, DataTableReadableListRecordsNoViewFilterParams, DataTableReadableListRecordsParams, DataTableReadableUnlinkRecordsBulkParams, DataTableReadableUpdateByFilterParams, DataTableReadableUpdateRecordsParams, DataTableSemanticSearchParams, DataTableUnlinkRecordsBulkParams, DataTableUnlinkRecordsParams, DataTableUpdateRecordFieldByKeyNameParams, DataTableUpdateRecordFieldParams, DataTableUpdateRecordsParams, ErdGetErdParams, FilterPresetsApplyPresetParams, FilterPresetsCreatePresetFilterParams, FilterPresetsCreatePresetFromHookParams, FilterPresetsCreatePresetFromViewParams, FilterPresetsCreatePresetParams, FilterPresetsDeletePresetFilterParams, FilterPresetsDeletePresetParams, FilterPresetsGetPresetParams, FilterPresetsListPresetFiltersParams, FilterPresetsListPresetsParams, FilterPresetsUpdatePresetFilterParams, FilterPresetsUpdatePresetParams, FiltersCreateFilterParams, FiltersDeleteFilterParams, FiltersGetFilterParams, FiltersKeyNameCreateFilterParams, FiltersKeyNameDeleteFilterParams, FiltersKeyNameGetFilterParams, FiltersKeyNameListChildrenParams, FiltersKeyNameListFiltersParams, FiltersKeyNameUpdateFilterParams, FiltersListChildrenParams, FiltersListFiltersParams, FiltersReadableCreateFilterParams, FiltersReadableDeleteFilterParams, FiltersReadableGetFilterParams, FiltersReadableListChildrenParams, FiltersReadableListFiltersParams, FiltersReadableUpdateFilterParams, FiltersSetFiltersViewParams, FiltersUpdateFilterParams, FormsCreateFormViewParams, FormsGetFormViewParams, FormsUpdateFormViewParams, GalleriesCreateGalleryViewParams, GalleriesGetGalleryViewParams, GalleriesUpdateGalleryViewParams, GalleryDataListRecordsParams, GridsCreateGridViewParams, GridsGetGridViewParams, GridsUpdateGridViewParams, GroupByReadableSetGroupByParams, GroupBySetGroupByParams, HooksHookCreateFullParams, HooksHookCreateOrUpdateParams, HooksHookCreateParams, HooksHookDeleteParams, HooksHookDetailParams, HooksHookFilterCreateParams, HooksHookFilterDeleteParams, HooksHookFilterListParams, HooksHookFilterUpdateParams, HooksHookListParams, HooksHookLogBulkDeleteParams, HooksHookLogDetailParams, HooksHookLogListParams, HooksHookTestParams, HooksHookTriggerParams, HooksHookUpdateParams, HooksHookUpsertParams, HooksTableSampleDataParams, InternalRecordAuditParams, InternalReindexTableParams, InternalRunOperationParams, JobsListenParams, JobsMetaCancelJobParams, JobsMetaGetJobParams, JobsMetaListJobsParams, JobsMetaRetryJobParams, KanbanDataListGroupedRecordsParams, KanbanDataListGroupRecordsParams, KanbansCreateKanbanViewParams, KanbansGetKanbanViewParams, KanbansUpdateKanbanViewParams, LinkConditionsCreateLinkConditionParams, LinkConditionsDeleteAllLinkConditionsParams, LinkConditionsDeleteLinkConditionParams, LinkConditionsListLinkConditionsParams, LinkConditionsSetEnableConditionsParams, LinkConditionsUpdateLinkConditionParams, LinkConditionsUpsertLinkConditionsParams, LinkedRecordsListLinkedRecordsFullParams, LinkedRecordsListLinkedRecordsSimpleParams, MapsCreateMapViewParams, MapsGetMapViewParams, MapsUpdateMapViewParams, MetricViewsGetMetricViewDataParams, RowColorClearRowColorParams, RowColorCreateRowColorConditionParams, RowColorDeleteRowColorConditionParams, RowColorGetRowColorParams, RowColorUpdateRowColorConditionParams, RowColorUpdateRowColorModeParams, ScheduledHooksCreateScheduledHookParams, ScheduledHooksDeleteScheduledHookParams, ScheduledHooksGetScheduledHookParams, ScheduledHooksListScheduledHooksParams, ScheduledHooksUpdateScheduledHookParams, ScriptsCreateScriptParams, ScriptsCreateScriptRunParams, ScriptsDeleteScriptParams, ScriptsGetRunParams, ScriptsGetScriptParams, ScriptsListAllRunsParams, ScriptsListRunsParams, ScriptsListScriptsParams, ScriptsPrepareScriptParams, ScriptsUpdateScriptParams, SortsCreateSortParams, SortsDeleteSortParams, SortsGetSortParams, SortsListSortsParams, SortsReadableCreateSortParams, SortsReadableDeleteSortParams, SortsReadableGetSortParams, SortsReadableListSortsParams, SortsReadableReorderSortsParams, SortsReadableSetOrdersViewParams, SortsReadableUpdateSortParams, SortsReorderSortsParams, SortsSetOrdersViewParams, SortsUpdateSortParams, SourcesCatalogFromIntegrationParams, SourcesCatalogFromSourceParams, SourcesCreateSourceFromIntegrationParams, SourcesCreateSourceParams, SourcesDeleteSourceParams, SourcesGetSourceParams, SourcesListSourcesParams, SourcesSyncFromIntegrationParams, SourcesSyncFromSourceParams, SourcesToggleSourceEnabledParams, SourcesUpdateSourceDefaultParams, SourcesUpdateSourceParams, TableAclDeleteFieldRuleParams, TableAclDeleteTableRuleParams, TableAclListForTableParams, TableAclUpsertFieldRuleParams, TableAclUpsertTableRuleParams, TablesBulkCreateTablesParams, TablesCreateTableParams, TablesDeleteMarketplaceArtifactParams, TablesDeleteTableParams, TablesGetTableParams, TablesListMarketplaceArtifactsParams, TablesListTablesParams, TablesMarketplaceArtifactExportExportMarketplaceArtifactParams, TablesReadableGetTableParams, TablesReadableListTablesParams, TablesReorderTablesParams, TablesUpdateMarketplaceArtifactParams, TablesUpdateTableParams, TableToolPreviewListToolExecuteSchemasKeyNameParams, UserUiPreferencesGetMeUiPreferencesParams, UserUiPreferencesUpdateMeUiPreferencesParams, UtilsEnumsParams, UtilsHealthParams, UtilsPermissionsParams, UtilsVersionParams, ViewColumnsBulkUpdateViewColumnsParams, ViewColumnsCreateViewColumnParams, ViewColumnsListGridColumnsParams, ViewColumnsListViewColumnsParams, ViewColumnsUpdateFormColumnParams, ViewColumnsUpdateGridColumnParams, ViewColumnsUpdateViewColumnParams, ViewsCreateViewParams, ViewsDeleteViewParams, ViewsDuplicateViewParams, ViewsGetViewParams, ViewsHideViewParams, ViewsListViewsParams, ViewsSetDefaultViewParams, ViewsShowViewParams, ViewsUpdateViewParams, WorkspaceInviteLinksCreateInviteLinkParams, WorkspaceInviteLinkSettingsDeleteSettingsParams, WorkspaceInviteLinkSettingsGetSettingsParams, WorkspaceInviteLinkSettingsUpsertSettingsParams, WorkspaceInviteLinksGetInviteLinkParams, WorkspaceInviteLinksGetOrCreateInviteLinkParams, WorkspaceInviteLinksPreviewInviteLinkParams, WorkspaceInviteLinksRequestJoinParams, WorkspaceInvitesAcceptInviteParams, WorkspaceInvitesListInvitesParams, WorkspaceInvitesResendInviteParams, WorkspaceInvitesRevokeInviteParams, WorkspaceJoinRequestsApproveRequestParams, WorkspaceJoinRequestsListRequestsParams, WorkspaceJoinRequestsRejectRequestParams, WorkspaceMembersAddMemberParams, WorkspaceMembersListMembersParams, WorkspaceMembersLremovedStorageeWorkspaceParams, WorkspaceMembersRemoveMemberParams, WorkspaceMembersUpdateMemberParams, WorkspaceMyInvitesAcceptMyInviteParams, WorkspaceMyInvitesDeclineMyInviteParams, WorkspaceMyInvitesDeleteMyInviteParams, WorkspaceMyInvitesListMyInvitesParams, WorkspaceNotificationEmailChannelsCreateChannelParams, WorkspaceNotificationEmailChannelsDeleteChannelParams, WorkspaceNotificationEmailChannelsListChannelsParams, WorkspaceNotificationEmailChannelsTestChannelParams, WorkspaceNotificationEmailChannelsUpdateChannelParams, WorkspacesCreateWorkspaceParams, WorkspacesDeleteWorkspaceParams, WorkspacesGetWorkspaceBySlugParams, WorkspacesGetWorkspaceParams, WorkspacesListWorkspacesParams, WorkspacesUpdateWorkspaceLogoParams, WorkspacesUpdateWorkspaceParams } from './dynamic-table/types';
|
|
5
5
|
export type { PublicDashboardsGetSharedDashboardParams, PublicDashboardsGetSharedDashboardWidgetRuntimeParams, PublicDashboardsListSharedDashboardWidgetsParams, PublicDatasAggregateRowsParams, PublicDatasBulkDataListParams, PublicDatasBulkGroupByParams, PublicDatasCountRowsParams, PublicDatasCreateRowsParams, PublicDatasDownloadAttachmentParams, PublicDatasGroupByColumnParams, PublicDatasGroupByCountParams, PublicDatasGroupByParams, PublicDatasListHmRelationParams, PublicDatasListMmRelationParams, PublicDatasListRowsParams, PublicDatasNestedByColumnParams, PublicMetasGetSharedBaseMetaParams, PublicMetasGetSharedDashboardMetaParams, PublicMetasGetSharedViewMetaParams } from './dynamic-table-public/types';
|
|
6
|
-
export type { AcbBankUserConfirmApiConnectionACBParams, AcbBankUserConfirmDeleteApiConnectionACBParams, AcbBankUserCreateBankAccountACBParams, AcbBankUserRequestApiConnectionACBParams, AcbBankUserRequestDeleteApiConnectionACBParams, BankhubLinkTokenConfigureWebhookParams, BankhubLinkTokenCreateLinkTokenParams, BankhubLinkTokenCreateUnlinkTokenParams, BankhubLinkTokenGetWebhookConfigParams, EmailServerConfigurationUserCreateParams, EmailServerConfigurationUserFindAllPaginatedParams, EmailServerConfigurationUserFindAllParams, EmailServerConfigurationUserFindOneParams, EmailServerConfigurationUserRemoveParams, EmailServerConfigurationUserTestConnectionParams, EmailServerConfigurationUserTestConnectionWithConfigParams, EmailServerConfigurationUserUpdateParams, EmailServerGetEmailServersParams, EsmsIntegrationCreateParams, EsmsIntegrationDebugHttpConnectionParams, EsmsIntegrationDeleteParams, EsmsIntegrationFindAllParams, EsmsIntegrationFindOneParams, EsmsIntegrationTestConnectionParams, EsmsIntegrationUpdateParams, FacebookAdsUserDeleteFacebookAdsParams, FacebookAdsUserFindFacebookAdsParams, FacebookAdsUserGetAdsOwnershipDetailsParams, FacebookAdsUserGetCatalogsParams, FacebookAdsUserGetPixelsParams, FacebookAdsUserGetUserAdsAccessStatsParams, FacebookAdsUserToggleFacebookAdsStatusParams, FacebookBusinessGetFacebookBusinessDetailsParams, FacebookBusinessGetFacebookBusinessListParams, FacebookIntegrationCreateFacebookAuthUrlParams, FacebookIntegrationHandleFacebookCallbackParams, FacebookPageUserDeleteFacebookPageParams, FacebookPageUserFindFacebookPagesParams, FacebookPageUserGetPageOwnershipDetailsParams, FacebookPageUserGetUserPagesOwnershipOverviewParams, FacebookPersonalGetFacebookPersonalDetailsParams, FacebookPersonalGetFacebookPersonalListParams, FacebookSyncEventCleanupOldProgressParams, FacebookSyncEventGetActiveSyncsParams, FacebookSyncEventGetSyncProgressParams, FacebookSyncEventHealthCheckParams, FacebookSyncEventTriggerAdminSyncParams, FacebookSyncEventTriggerBatchSyncParams, FacebookSyncEventTriggerManualSyncParams, FptSmsBrandnameIntegrationCreateConfigurationParams, FptSmsBrandnameIntegrationDeleteConfigurationParams, FptSmsBrandnameIntegrationGetConfigurationParams, FptSmsBrandnameIntegrationGetConfigurationsParams, FptSmsBrandnameIntegrationTestConnectionWithResultParams, FptSmsBrandnameIntegrationTestConnectionWithSavedConfigParams, FptSmsBrandnameIntegrationUpdateConfigurationParams, GetflyCrmUserCreateGetflyCrmIntegrationParams, GetflyCrmUserDeleteGetflyCrmIntegrationParams, GetflyCrmUserGetGetflyCrmIntegrationParams, GetflyCrmUserListGetflyCrmIntegrationsParams, GetflyCrmUserUpdateGetflyCrmIntegrationParams, GmailIntegrationUserGenerateAuthUrlParams, GmailIntegrationUserRefreshGmailTokensParams, GmailIntegrationUserTestGmailConnectionParams, GoogleAdsIntegrationDeleteAccountParams, GoogleAdsIntegrationGetAccountParams, GoogleAdsIntegrationGetAccountsParams, GoogleAdsIntegrationGetAuthUrlParams, GoogleAdsIntegrationHandleAuthCallbackParams, GoogleAdsIntegrationListCustomersParams, GoogleAdsIntegrationSelectCustomerParams, GoogleAdsIntegrationUpdateAccountParams, GoogleCalendarIntegrationCreateEventParams, GoogleCalendarIntegrationCreateIntegrationParams, GoogleCalendarIntegrationDeleteEventParams, GoogleCalendarIntegrationDeleteIntegrationParams, GoogleCalendarIntegrationGenerateAuthUrlParams, GoogleCalendarIntegrationGetCalendarsParams, GoogleCalendarIntegrationGetEventsParams, GoogleCalendarIntegrationGetIntegrationsParams, GoogleCalendarIntegrationHandleOAuthCallbackParams, GoogleCalendarIntegrationUpdateEventParams, GoogleCalendarIntegrationUpdateIntegrationParams, GoogleCloudProjectCheckVertexAIRequiredApisParams, GoogleCloudProjectCreateParams, GoogleCloudProjectDeleteParams, GoogleCloudProjectDisconnectServiceByIntegrationIdParams, GoogleCloudProjectDisconnectServiceParams, GoogleCloudProjectFindAllByUserParams, GoogleCloudProjectFindOneParams, GoogleCloudProjectGenerateAuthUrlParams, GoogleCloudProjectGenerateServiceAuthUrlParams, GoogleCloudProjectGetConnectedServicesParams, GoogleCloudProjectGetGmailWatchStatusParams, GoogleCloudProjectGetRedirectUrlParams, GoogleCloudProjectGetVertexAIConfigParams, GoogleCloudProjectGetVertexAILocationsParams, GoogleCloudProjectGetVertexAIProjectsParams, GoogleCloudProjectRenewGmailWatchParams, GoogleCloudProjectSaveVertexAIConfigParams, GoogleCloudProjectStartGmailWatchParams, GoogleCloudProjectStopGmailWatchParams, GoogleCloudProjectTestServiceConnectionParams, GoogleCloudProjectUpdateParams, GoogleDocsIntegrationCreateDocumentParams, GoogleDocsIntegrationCreateIntegrationParams, GoogleDocsIntegrationDeleteIntegrationParams, GoogleDocsIntegrationGenerateAuthUrlParams, GoogleDocsIntegrationGetDocumentInfoParams, GoogleDocsIntegrationGetDocumentsParams, GoogleDocsIntegrationGetIntegrationsParams, GoogleDocsIntegrationHandleOAuthCallbackParams, GoogleDocsIntegrationReadDocumentContentParams, GoogleDocsIntegrationRefreshTokenParams, GoogleDocsIntegrationRevokeAccessParams, GoogleDocsIntegrationTestConnectionParams, GoogleDocsIntegrationUpdateDocumentContentParams, GoogleDocsIntegrationUpdateIntegrationParams, GoogleDriveIntegrationCopyFileParams, GoogleDriveIntegrationCreateFolderParams, GoogleDriveIntegrationCreateIntegrationParams, GoogleDriveIntegrationDeleteFileParams, GoogleDriveIntegrationDeleteIntegrationParams, GoogleDriveIntegrationDownloadFileParams, GoogleDriveIntegrationGenerateAuthUrlParams, GoogleDriveIntegrationGetFileInfoParams, GoogleDriveIntegrationGetIntegrationsParams, GoogleDriveIntegrationListFilesParams, GoogleDriveIntegrationMoveFileParams, GoogleDriveIntegrationRefreshTokenParams, GoogleDriveIntegrationRevokeAccessParams, GoogleDriveIntegrationShareFileParams, GoogleDriveIntegrationTestConnectionParams, GoogleDriveIntegrationUpdateFileMetadataParams, GoogleDriveIntegrationUpdateIntegrationParams, GoogleDriveIntegrationUploadFileParams, GoogleSheetsIntegrationAppendDataParams, GoogleSheetsIntegrationCreateIntegrationParams, GoogleSheetsIntegrationCreateSpreadsheetParams, GoogleSheetsIntegrationGenerateAuthUrlParams, GoogleSheetsIntegrationGetIntegrationsParams, GoogleSheetsIntegrationGetSpreadsheetInfoParams, GoogleSheetsIntegrationGetSpreadsheetsParams, GoogleSheetsIntegrationReadDataParams, GoogleSheetsIntegrationRefreshTokenParams, GoogleSheetsIntegrationRevokeAccessParams, GoogleSheetsIntegrationUpdateIntegrationParams, GoogleSheetsIntegrationWriteDataParams, IntegrationProviderCreateCustomProviderParams, IntegrationProviderCreateUserLlmIntegrationParams, IntegrationProviderDeleteCustomProviderParams, IntegrationProviderDeleteUserLlmIntegrationParams, IntegrationProviderGetCustomProviderDetailParams, IntegrationProviderGetIntegrationProvidersParams, IntegrationProviderGetUserCustomProvidersParams, IntegrationProviderGetUserInputFieldsParams, IntegrationProviderGetUserIntegratedTypesParams, IntegrationProviderPreviewCurlParams, IntegrationProviderUpdateCustomProviderBasicParams, IntegrationProviderUpdateCustomProviderParams, IntegrationProviderUpdateUserLlmIntegrationParams, IntegrationProviderUploadCustomProviderImageParams, IntegrationUserBulkDeleteIntegrationsParams, IntegrationUserCreateIntegrationFromCustomProviderParams, IntegrationUserDeleteCustomIntegrationParams, IntegrationUserDeleteIntegrationParams, IntegrationUserGetAllTikTokIntegrationVideosParams, IntegrationUserGetCustomIntegrationDetailParams, IntegrationUserGetIntegrationAccountsParams, IntegrationUserGetIntegrationsParams, IntegrationUserGetTikTokIntegrationDetailParams, IntegrationUserTestConnectionParams, IntegrationUserUpdateIntegrationFromCustomProviderParams, KeyLlmUserCreateParams, KeyLlmUserReloadModelsParams, KeyLlmUserTestDecryptParams, KeyLlmUserTestEncryptParams, KlbBankUserConfirmBankAccountConnectionKLBParams, KlbBankUserCreateBankAccountKLBParams, KlbBankUserCreateKlbVirtualAccountParams, KlbBankUserDisableKlbVirtualAccountParams, KlbBankUserEnableVAKLBParams, KlbBankUserForceDeleteKlbBankAccountParams, KlbBankUserLookupAccountHolderNameKLBParams, KlbBankUserRequestBankAccountConnectionKLBParams, MariadbIntegrationCreateIntegrationParams, MariadbIntegrationTestConnectionParams, MariadbIntegrationUpdateIntegrationParams, MbBankUserConfirmBankAccountConnectionMBParams, MbBankUserConfirmDeleteMBParams, MbBankUserCreateBankAccountMBParams, MbBankUserForceDeleteMBParams, MbBankUserGetAccountHolderNameMBParams, MbBankUserRequestApiConnectionMBParams, MbBankUserRequestDeleteMBParams, MongodbIntegrationCreateIntegrationParams, MongodbIntegrationTestConnectionParams, MongodbIntegrationUpdateIntegrationParams, MssqlIntegrationCreateIntegrationParams, MssqlIntegrationTestConnectionParams, MssqlIntegrationUpdateIntegrationParams, MysqlIntegrationCreateIntegrationParams, MysqlIntegrationTestConnectionParams, MysqlIntegrationUpdateIntegrationParams, OcbBankUserConfirmCreateVAOCBParams, OcbBankUserCreateBankAccountOCBParams, OcbBankUserEditBankAccountOCBParams, OcbBankUserGetVADetailsOCBParams, OcbBankUserGetVAListOCBParams, OcbBankUserLookupAccountHolderNameOCBParams, OcbBankUserRequestCreateVAOCBParams, OcbBankUserTestSepayHubConnectionParams, OpenaiOauthIntegrationCompleteOAuthParams, OpenaiOauthIntegrationGenerateAuthUrlParams, OracleIntegrationCreateIntegrationParams, OracleIntegrationTestConnectionParams, OracleIntegrationUpdateIntegrationParams, PaymentGatewayUserCreateCompanyParams, PaymentGatewayUserGetBankAccountDetailsParams, PaymentGatewayUserGetBankAccountsFromSepayParams, PaymentGatewayUserGetBankAccountsParams, PaymentGatewayUserGetBankAccountStatsParams, PaymentGatewayUserGetBanksParams, PaymentGatewayUserGetBanksWithPaginationParams, PaymentGatewayUserGetCompaniesParams, PaymentGatewayUserGetCompanyConfigurationParams, PaymentGatewayUserGetCompanyCounterParams, PaymentGatewayUserGetCompanyParams, PaymentGatewayUserGetEligiblePaymentAccountsForChatBotParams, PaymentGatewayUserGetEligiblePaymentGatewaysParams, PaymentGatewayUserGetEligibleVAAccountsParams, PaymentGatewayUserGetPaymentGatewayDetailsParams, PaymentGatewayUserGetPaymentGatewayOverviewParams, PaymentGatewayUserGetTransactionCounterParams, PaymentGatewayUserGetTransactionDetailsParams, PaymentGatewayUserGetTransactionsParams, PaymentGatewayUserGetVirtualAccountDetailsParams, PaymentGatewayUserGetVirtualAccountsParams, PaymentGatewayUserLookupAccountHolderParams, PaymentGatewayUserUpdateCompanyConfigurationParams, PaymentGatewayUserUpdateCompanyParams, PostgresqlIntegrationCreateIntegrationParams, PostgresqlIntegrationTestConnectionParams, PostgresqlIntegrationUpdateIntegrationParams, ProxyIntegrationCreateProxyIntegrationParams, ProxyIntegrationDeleteProxyIntegrationParams, ProxyIntegrationGetProxyCredentialsParams, ProxyIntegrationGetProxyIntegrationByIdParams, ProxyIntegrationGetProxyIntegrationsParams, ProxyIntegrationTestProxyConnectionParams, ProxyIntegrationUpdateProxyIntegrationParams, RedisIntegrationCreateIntegrationParams, RedisIntegrationTestConnectionParams, RedisIntegrationUpdateIntegrationParams, SqliteIntegrationCreateIntegrationParams, SqliteIntegrationTestConnectionParams, SqliteIntegrationUpdateIntegrationParams, TelegramBotUserCreateParams, TelegramBotUserFindAllParams, TelegramBotUserFindByIdParams, TelegramBotUserRemoveParams, TelegramBotUserUpdateParams, TelegramUserIntegrationCancelLoginParams, TelegramUserIntegrationFindAllParams, TelegramUserIntegrationFindByIdParams, TelegramUserIntegrationGetLoginStatusParams, TelegramUserIntegrationInitiatePhoneLoginParams, TelegramUserIntegrationInitiateQrLoginParams, TelegramUserIntegrationRemoveParams, TelegramUserIntegrationTestConnectionParams, TelegramUserIntegrationVerify2FAParams, TelegramUserIntegrationVerifyOtpParams, TiktokDataPortabilityAddDataRequestParams, TiktokDataPortabilityCancelDataRequestParams, TiktokDataPortabilityCheckDataRequestStatusParams, TiktokDataPortabilityDownloadDataRequestParams, TiktokIntegrationCreateResearchBatchComplianceTaskParams, TiktokIntegrationDeleteConnectedIntegrationsParams, TiktokIntegrationDownloadResearchBatchComplianceTaskParams, TiktokIntegrationFetchPostingStatusParams, TiktokIntegrationGenerateAuthUrlParams, TiktokIntegrationGetResearchBatchComplianceTaskStatusParams, TiktokIntegrationGetUserInfoParams, TiktokIntegrationInitDirectVideoPostParams, TiktokIntegrationInitPhotoPostParams, TiktokIntegrationInitVideoUploadParams, TiktokIntegrationListConnectedIntegrationsParams, TiktokIntegrationListVideosParams, TiktokIntegrationQueryCreatorInfoParams, TiktokIntegrationQueryResearchPlaylistInfoParams, TiktokIntegrationQueryResearchTikTokShopInfoParams, TiktokIntegrationQueryResearchTikTokShopProductsParams, TiktokIntegrationQueryResearchTikTokShopReviewsParams, TiktokIntegrationQueryResearchUserFollowersParams, TiktokIntegrationQueryResearchUserInfoParams, TiktokIntegrationQueryResearchUserLikedVideosParams, TiktokIntegrationQueryResearchUserRepostedVideosParams, TiktokIntegrationQueryResearchVideoCommentsParams, TiktokIntegrationQueryResearchVideosParams, TiktokIntegrationQueryVideosParams, TwilioSmsIntegrationUserCreateTwilioSmsIntegrationParams, TwilioSmsIntegrationUserDeleteMultipleTwilioSmsIntegrationsParams, TwilioSmsIntegrationUserGetTwilioSmsIntegrationByIdParams, TwilioSmsIntegrationUserTestTwilioSmsConnectionParams, TwilioSmsIntegrationUserUpdateTwilioSmsIntegrationParams, UserKeyUserCreateUserKeyParams, UserKeyUserDeleteUserKeyParams, UserKeyUserFindAiProvidersParams, UserKeyUserFindUserKeyByIdParams, UserKeyUserFindUserKeysParams, UserKeyUserGetOriginalKeyParams, UserKeyUserTestUserKeyParams, UserKeyUserUpdateUserKeyParams, UserProviderShipmentActivateAhamoveChildAccountParams, UserProviderShipmentAddAhamoveChildAccountParams, UserProviderShipmentCreateParams, UserProviderShipmentFindAllParams, UserProviderShipmentFindOneParams, UserProviderShipmentRegisterAndLinkAhamoveAccountParams, UserProviderShipmentRemoveParams, UserProviderShipmentUpdateParams, UserWebsiteAddMediaToBoxChatConfigParams, UserWebsiteCreateParams, UserWebsiteDeleteMultipleWebsitesParams, UserWebsiteDeleteWebsiteParams, UserWebsiteFindAllParams, UserWebsiteGetBoxChatConfigParams, UserWebsiteGetFormFieldsParams, UserWebsiteRemoveMediaFromBoxChatConfigParams, UserWebsiteToggleWebsiteActiveParams, UserWebsiteUpdateBoxChatAvatarParams, UserWebsiteUpdateBoxChatConfigParams, UserWebsiteUpdateWebsiteLogoParams, UserWebsiteUpsertFormFieldsParams, VertexAiIntegrationBulkDeleteVertexAIIntegrationsParams, VertexAiIntegrationGetAuthUrlParams, VertexAiIntegrationGetConfigParams, VertexAiIntegrationGetGoogleCloudProjectsParams, VertexAiIntegrationGetLocationsParams, VertexAiIntegrationSaveConfigParams, ZaloBotIntegrationBulkDeleteZaloBotIntegrationsParams, ZaloBotIntegrationCreateZaloBotIntegrationParams, ZaloBotIntegrationDeleteZaloBotIntegrationParams, ZaloBotIntegrationGetZaloBotIntegrationByIdParams, ZaloBotIntegrationGetZaloBotIntegrationsParams, ZaloBotIntegrationSendMessageParams, ZaloBotIntegrationTestConnectionParams, ZaloBotIntegrationUpdateZaloBotIntegrationParams, ZaloOaIntegrationDeleteZaloOAIntegrationParams, ZaloOaIntegrationGetOAuthUrlParams, ZaloOaIntegrationGetZaloOAIntegrationByIdParams, ZaloOaIntegrationGetZaloOAIntegrationsParams, ZaloOaIntegrationTestConnectionParams, ZaloPersonalUserBulkDeleteZaloPersonalIntegrationsParams, ZaloPersonalUserGetAccountStatusParams, ZaloPersonalUserGetLoginStatusParams, ZaloPersonalUserGetQRCodeParams, ZaloPersonalUserGetZaloPersonalIntegrationDetailParams, ZaloPersonalUserGetZaloPersonalIntegrationsParams, ZaloPersonalUserReloginZaloPersonalIntegrationParams, ZaloPurchaseConfirmOrderParams, ZaloPurchaseCreateGMFOrderParams, ZaloPurchaseCreateOAPremiumGMFComboParams, ZaloPurchaseCreateOASubscriptionOrderParams, ZaloPurchaseCreateOrderParams, ZaloPurchaseCreateTransactionQuotaOrderParams, ZaloPurchaseGetAllProductsParams, ZaloPurchaseGetProductInfoParams, ZaloPurchaseIsOrderCreationTimeValidParams, ZaloPurchaseIsOTTValidParams, ZaloPurchaseRecommendProductsParams } from './integration/types';
|
|
6
|
+
export type { AcbBankUserConfirmApiConnectionACBParams, AcbBankUserConfirmDeleteApiConnectionACBParams, AcbBankUserCreateBankAccountACBParams, AcbBankUserRequestApiConnectionACBParams, AcbBankUserRequestDeleteApiConnectionACBParams, BankhubLinkTokenConfigureWebhookParams, BankhubLinkTokenCreateLinkTokenParams, BankhubLinkTokenCreateUnlinkTokenParams, BankhubLinkTokenGetWebhookConfigParams, EmailServerConfigurationUserCreateParams, EmailServerConfigurationUserFindAllPaginatedParams, EmailServerConfigurationUserFindAllParams, EmailServerConfigurationUserFindOneParams, EmailServerConfigurationUserRemoveParams, EmailServerConfigurationUserTestConnectionParams, EmailServerConfigurationUserTestConnectionWithConfigParams, EmailServerConfigurationUserUpdateParams, EmailServerGetEmailServersParams, EsmsIntegrationCreateParams, EsmsIntegrationDebugHttpConnectionParams, EsmsIntegrationDeleteParams, EsmsIntegrationFindAllParams, EsmsIntegrationFindOneParams, EsmsIntegrationTestConnectionParams, EsmsIntegrationUpdateParams, FacebookAdsUserDeleteFacebookAdsParams, FacebookAdsUserFindFacebookAdsParams, FacebookAdsUserGetAdsOwnershipDetailsParams, FacebookAdsUserGetCatalogsParams, FacebookAdsUserGetPixelsParams, FacebookAdsUserGetUserAdsAccessStatsParams, FacebookAdsUserToggleFacebookAdsStatusParams, FacebookBusinessGetFacebookBusinessDetailsParams, FacebookBusinessGetFacebookBusinessListParams, FacebookIntegrationCreateFacebookAuthUrlParams, FacebookIntegrationGetFacebookAdsSelectionOptionsParams, FacebookIntegrationHandleFacebookCallbackParams, FacebookIntegrationResyncFacebookScopeParams, FacebookPageUserDeleteFacebookPageParams, FacebookPageUserFindFacebookPagesParams, FacebookPageUserGetPageOwnershipDetailsParams, FacebookPageUserGetUserPagesOwnershipOverviewParams, FacebookPersonalGetFacebookPersonalDetailsParams, FacebookPersonalGetFacebookPersonalListParams, FacebookSyncEventCleanupOldProgressParams, FacebookSyncEventGetActiveSyncsParams, FacebookSyncEventGetSyncProgressParams, FacebookSyncEventHealthCheckParams, FacebookSyncEventTriggerAdminSyncParams, FacebookSyncEventTriggerBatchSyncParams, FacebookSyncEventTriggerManualSyncParams, FptSmsBrandnameIntegrationCreateConfigurationParams, FptSmsBrandnameIntegrationDeleteConfigurationParams, FptSmsBrandnameIntegrationGetConfigurationParams, FptSmsBrandnameIntegrationGetConfigurationsParams, FptSmsBrandnameIntegrationTestConnectionWithResultParams, FptSmsBrandnameIntegrationTestConnectionWithSavedConfigParams, FptSmsBrandnameIntegrationUpdateConfigurationParams, GetflyCrmUserCreateGetflyCrmIntegrationParams, GetflyCrmUserDeleteGetflyCrmIntegrationParams, GetflyCrmUserGetGetflyCrmIntegrationParams, GetflyCrmUserListGetflyCrmIntegrationsParams, GetflyCrmUserUpdateGetflyCrmIntegrationParams, GmailIntegrationUserGenerateAuthUrlParams, GmailIntegrationUserRefreshGmailTokensParams, GmailIntegrationUserTestGmailConnectionParams, GoogleAdsIntegrationDeleteAccountParams, GoogleAdsIntegrationGetAccountParams, GoogleAdsIntegrationGetAccountsParams, GoogleAdsIntegrationGetAuthUrlParams, GoogleAdsIntegrationHandleAuthCallbackParams, GoogleAdsIntegrationListCustomersParams, GoogleAdsIntegrationSelectCustomerParams, GoogleAdsIntegrationUpdateAccountParams, GoogleCalendarIntegrationCreateEventParams, GoogleCalendarIntegrationCreateIntegrationParams, GoogleCalendarIntegrationDeleteEventParams, GoogleCalendarIntegrationDeleteIntegrationParams, GoogleCalendarIntegrationGenerateAuthUrlParams, GoogleCalendarIntegrationGetCalendarsParams, GoogleCalendarIntegrationGetEventsParams, GoogleCalendarIntegrationGetIntegrationsParams, GoogleCalendarIntegrationHandleOAuthCallbackParams, GoogleCalendarIntegrationUpdateEventParams, GoogleCalendarIntegrationUpdateIntegrationParams, GoogleCloudProjectCheckVertexAIRequiredApisParams, GoogleCloudProjectCreateParams, GoogleCloudProjectDeleteParams, GoogleCloudProjectDisconnectServiceByIntegrationIdParams, GoogleCloudProjectDisconnectServiceParams, GoogleCloudProjectFindAllByUserParams, GoogleCloudProjectFindOneParams, GoogleCloudProjectGenerateAuthUrlParams, GoogleCloudProjectGenerateServiceAuthUrlParams, GoogleCloudProjectGetConnectedServicesParams, GoogleCloudProjectGetGmailWatchStatusParams, GoogleCloudProjectGetRedirectUrlParams, GoogleCloudProjectGetVertexAIConfigParams, GoogleCloudProjectGetVertexAILocationsParams, GoogleCloudProjectGetVertexAIProjectsParams, GoogleCloudProjectRenewGmailWatchParams, GoogleCloudProjectSaveVertexAIConfigParams, GoogleCloudProjectStartGmailWatchParams, GoogleCloudProjectStopGmailWatchParams, GoogleCloudProjectTestServiceConnectionParams, GoogleCloudProjectUpdateParams, GoogleDocsIntegrationCreateDocumentParams, GoogleDocsIntegrationCreateIntegrationParams, GoogleDocsIntegrationDeleteIntegrationParams, GoogleDocsIntegrationGenerateAuthUrlParams, GoogleDocsIntegrationGetDocumentInfoParams, GoogleDocsIntegrationGetDocumentsParams, GoogleDocsIntegrationGetIntegrationsParams, GoogleDocsIntegrationHandleOAuthCallbackParams, GoogleDocsIntegrationReadDocumentContentParams, GoogleDocsIntegrationRefreshTokenParams, GoogleDocsIntegrationRevokeAccessParams, GoogleDocsIntegrationTestConnectionParams, GoogleDocsIntegrationUpdateDocumentContentParams, GoogleDocsIntegrationUpdateIntegrationParams, GoogleDriveIntegrationCopyFileParams, GoogleDriveIntegrationCreateFolderParams, GoogleDriveIntegrationCreateIntegrationParams, GoogleDriveIntegrationDeleteFileParams, GoogleDriveIntegrationDeleteIntegrationParams, GoogleDriveIntegrationDownloadFileParams, GoogleDriveIntegrationGenerateAuthUrlParams, GoogleDriveIntegrationGetFileInfoParams, GoogleDriveIntegrationGetIntegrationsParams, GoogleDriveIntegrationListFilesParams, GoogleDriveIntegrationMoveFileParams, GoogleDriveIntegrationRefreshTokenParams, GoogleDriveIntegrationRevokeAccessParams, GoogleDriveIntegrationShareFileParams, GoogleDriveIntegrationTestConnectionParams, GoogleDriveIntegrationUpdateFileMetadataParams, GoogleDriveIntegrationUpdateIntegrationParams, GoogleDriveIntegrationUploadFileParams, GoogleSheetsIntegrationAppendDataParams, GoogleSheetsIntegrationCreateIntegrationParams, GoogleSheetsIntegrationCreateSpreadsheetParams, GoogleSheetsIntegrationGenerateAuthUrlParams, GoogleSheetsIntegrationGetIntegrationsParams, GoogleSheetsIntegrationGetSpreadsheetInfoParams, GoogleSheetsIntegrationGetSpreadsheetsParams, GoogleSheetsIntegrationReadDataParams, GoogleSheetsIntegrationRefreshTokenParams, GoogleSheetsIntegrationRevokeAccessParams, GoogleSheetsIntegrationUpdateIntegrationParams, GoogleSheetsIntegrationWriteDataParams, GoogleYoutubeIntegrationGenerateAuthUrlParams, GoogleYoutubeIntegrationGetIntegrationsParams, GoogleYoutubeIntegrationRefreshTokenParams, GoogleYoutubeIntegrationRevokeAccessParams, IntegrationProviderCreateCustomProviderParams, IntegrationProviderCreateUserLlmIntegrationParams, IntegrationProviderDeleteCustomProviderParams, IntegrationProviderDeleteUserLlmIntegrationParams, IntegrationProviderGetCustomProviderDetailParams, IntegrationProviderGetIntegrationProvidersParams, IntegrationProviderGetProviderCatalogParams, IntegrationProviderGetPublishedProvidersParams, IntegrationProviderGetUserCustomProvidersParams, IntegrationProviderGetUserInputFieldsParams, IntegrationProviderGetUserIntegratedTypesParams, IntegrationProviderPreviewCurlParams, IntegrationProviderUpdateCustomProviderBasicParams, IntegrationProviderUpdateCustomProviderParams, IntegrationProviderUpdateUserLlmIntegrationParams, IntegrationProviderUploadCustomProviderImageParams, IntegrationUserBulkDeleteIntegrationsParams, IntegrationUserCreateIntegrationFromCustomProviderParams, IntegrationUserDeleteCustomIntegrationParams, IntegrationUserDeleteIntegrationParams, IntegrationUserGetAllTikTokIntegrationVideosParams, IntegrationUserGetCustomIntegrationDetailParams, IntegrationUserGetIntegrationAccountsParams, IntegrationUserGetIntegrationsParams, IntegrationUserGetTikTokIntegrationDetailParams, IntegrationUserTestConnectionParams, IntegrationUserUpdateIntegrationFromCustomProviderParams, KeyLlmUserCreateParams, KeyLlmUserReloadModelsParams, KeyLlmUserSyncAllUserKeysToAiStudioParams, KeyLlmUserSyncUserKeyToAiStudioParams, KeyLlmUserTestDecryptParams, KeyLlmUserTestEncryptParams, KlbBankUserConfirmBankAccountConnectionKLBParams, KlbBankUserCreateBankAccountKLBParams, KlbBankUserCreateKlbVirtualAccountParams, KlbBankUserDisableKlbVirtualAccountParams, KlbBankUserEnableVAKLBParams, KlbBankUserForceDeleteKlbBankAccountParams, KlbBankUserLookupAccountHolderNameKLBParams, KlbBankUserRequestBankAccountConnectionKLBParams, MariadbIntegrationCreateIntegrationParams, MariadbIntegrationTestConnectionParams, MariadbIntegrationUpdateIntegrationParams, MbBankUserConfirmBankAccountConnectionMBParams, MbBankUserConfirmDeleteMBParams, MbBankUserCreateBankAccountMBParams, MbBankUserForceDeleteMBParams, MbBankUserGetAccountHolderNameMBParams, MbBankUserRequestApiConnectionMBParams, MbBankUserRequestDeleteMBParams, MongodbIntegrationCreateIntegrationParams, MongodbIntegrationTestConnectionParams, MongodbIntegrationUpdateIntegrationParams, MssqlIntegrationCreateIntegrationParams, MssqlIntegrationTestConnectionParams, MssqlIntegrationUpdateIntegrationParams, MysqlIntegrationCreateIntegrationParams, MysqlIntegrationTestConnectionParams, MysqlIntegrationUpdateIntegrationParams, OcbBankUserConfirmCreateVAOCBParams, OcbBankUserCreateBankAccountOCBParams, OcbBankUserEditBankAccountOCBParams, OcbBankUserGetVADetailsOCBParams, OcbBankUserGetVAListOCBParams, OcbBankUserLookupAccountHolderNameOCBParams, OcbBankUserRequestCreateVAOCBParams, OcbBankUserTestSepayHubConnectionParams, OpenaiOauthImageGenerateImageParams, OpenaiOauthIntegrationCompleteOAuthParams, OpenaiOauthIntegrationGenerateAuthUrlParams, OpenaiOauthIntegrationGetRateLimitsParams, OpenaiOauthIntegrationReloadModelsParams, OpenaiOauthIntegrationSyncAllToAiStudioParams, OpenaiOauthIntegrationSyncOneToAiStudioParams, OracleIntegrationCreateIntegrationParams, OracleIntegrationTestConnectionParams, OracleIntegrationUpdateIntegrationParams, PaymentGatewayUserCreateCompanyParams, PaymentGatewayUserGetBankAccountDetailsParams, PaymentGatewayUserGetBankAccountsFromSepayParams, PaymentGatewayUserGetBankAccountsParams, PaymentGatewayUserGetBankAccountStatsParams, PaymentGatewayUserGetBanksParams, PaymentGatewayUserGetBanksWithPaginationParams, PaymentGatewayUserGetCompaniesParams, PaymentGatewayUserGetCompanyConfigurationParams, PaymentGatewayUserGetCompanyCounterParams, PaymentGatewayUserGetCompanyParams, PaymentGatewayUserGetEligiblePaymentAccountsForChatBotParams, PaymentGatewayUserGetEligiblePaymentGatewaysParams, PaymentGatewayUserGetEligibleVAAccountsParams, PaymentGatewayUserGetPaymentGatewayDetailsParams, PaymentGatewayUserGetPaymentGatewayOverviewParams, PaymentGatewayUserGetTransactionCounterParams, PaymentGatewayUserGetTransactionDetailsParams, PaymentGatewayUserGetTransactionsParams, PaymentGatewayUserGetVirtualAccountDetailsParams, PaymentGatewayUserGetVirtualAccountsParams, PaymentGatewayUserLookupAccountHolderParams, PaymentGatewayUserUpdateCompanyConfigurationParams, PaymentGatewayUserUpdateCompanyParams, PostgresqlIntegrationCreateIntegrationParams, PostgresqlIntegrationTestConnectionParams, PostgresqlIntegrationUpdateIntegrationParams, ProxyIntegrationCreateProxyIntegrationParams, ProxyIntegrationDeleteProxyIntegrationParams, ProxyIntegrationGetProxyCredentialsParams, ProxyIntegrationGetProxyIntegrationByIdParams, ProxyIntegrationGetProxyIntegrationsParams, ProxyIntegrationTestProxyConnectionParams, ProxyIntegrationUpdateProxyIntegrationParams, RedisIntegrationCreateIntegrationParams, RedisIntegrationTestConnectionParams, RedisIntegrationUpdateIntegrationParams, SqliteIntegrationCreateIntegrationParams, SqliteIntegrationTestConnectionParams, SqliteIntegrationUpdateIntegrationParams, TelegramBotUserCreateParams, TelegramBotUserFindAllParams, TelegramBotUserFindByIdParams, TelegramBotUserRemoveParams, TelegramBotUserUpdateParams, TelegramUserIntegrationCancelLoginParams, TelegramUserIntegrationFindAllParams, TelegramUserIntegrationFindByIdParams, TelegramUserIntegrationGetLoginStatusParams, TelegramUserIntegrationInitiatePhoneLoginParams, TelegramUserIntegrationInitiateQrLoginParams, TelegramUserIntegrationRemoveParams, TelegramUserIntegrationTestConnectionParams, TelegramUserIntegrationVerify2FAParams, TelegramUserIntegrationVerifyOtpParams, TiktokAdsIntegrationDeleteConnectedIntegrationsParams, TiktokAdsIntegrationGenerateAuthUrlParams, TiktokAdsIntegrationListAdvertisersParams, TiktokAdsIntegrationListConnectedIntegrationsParams, TiktokAdsIntegrationUpdateAdvertiserSelectionParams, TiktokAdsIntegrationUpdatePrimaryAdvertiserParams, TiktokDataPortabilityAddDataRequestParams, TiktokDataPortabilityCancelDataRequestParams, TiktokDataPortabilityCheckDataRequestStatusParams, TiktokDataPortabilityDownloadDataRequestParams, TiktokIntegrationCreateResearchBatchComplianceTaskParams, TiktokIntegrationDeleteConnectedIntegrationsParams, TiktokIntegrationDownloadResearchBatchComplianceTaskParams, TiktokIntegrationFetchPostingStatusParams, TiktokIntegrationGenerateAuthUrlParams, TiktokIntegrationGetResearchBatchComplianceTaskStatusParams, TiktokIntegrationGetUserInfoParams, TiktokIntegrationInitDirectVideoPostParams, TiktokIntegrationInitPhotoPostParams, TiktokIntegrationInitVideoUploadParams, TiktokIntegrationListConnectedIntegrationsParams, TiktokIntegrationListVideosParams, TiktokIntegrationQueryCreatorInfoParams, TiktokIntegrationQueryResearchPlaylistInfoParams, TiktokIntegrationQueryResearchTikTokShopInfoParams, TiktokIntegrationQueryResearchTikTokShopProductsParams, TiktokIntegrationQueryResearchTikTokShopReviewsParams, TiktokIntegrationQueryResearchUserFollowersParams, TiktokIntegrationQueryResearchUserInfoParams, TiktokIntegrationQueryResearchUserLikedVideosParams, TiktokIntegrationQueryResearchUserRepostedVideosParams, TiktokIntegrationQueryResearchVideoCommentsParams, TiktokIntegrationQueryResearchVideosParams, TiktokIntegrationQueryVideosParams, TwilioSmsIntegrationUserCreateTwilioSmsIntegrationParams, TwilioSmsIntegrationUserDeleteMultipleTwilioSmsIntegrationsParams, TwilioSmsIntegrationUserGetTwilioSmsIntegrationByIdParams, TwilioSmsIntegrationUserTestTwilioSmsConnectionParams, TwilioSmsIntegrationUserUpdateTwilioSmsIntegrationParams, UserActorMemoryEmbeddingGetEmbeddingConfigOptionsParams, UserActorMemoryEmbeddingGetEmbeddingConfigParams, UserActorMemoryEmbeddingSaveEmbeddingConfigParams, UserKeyUserCreateUserKeyParams, UserKeyUserDeleteUserKeyParams, UserKeyUserFindAiProvidersParams, UserKeyUserFindUserKeyByIdParams, UserKeyUserFindUserKeysParams, UserKeyUserGetOriginalKeyParams, UserKeyUserTestUserKeyParams, UserKeyUserUpdateUserKeyParams, UserProviderShipmentActivateAhamoveChildAccountParams, UserProviderShipmentAddAhamoveChildAccountParams, UserProviderShipmentCreateParams, UserProviderShipmentFindAllParams, UserProviderShipmentFindOneParams, UserProviderShipmentRegisterAndLinkAhamoveAccountParams, UserProviderShipmentRemoveParams, UserProviderShipmentUpdateParams, UserWebsiteAddMediaToBoxChatConfigParams, UserWebsiteCreateParams, UserWebsiteDeleteMultipleWebsitesParams, UserWebsiteDeleteWebsiteParams, UserWebsiteFindAllParams, UserWebsiteGetBoxChatConfigParams, UserWebsiteGetFormFieldsParams, UserWebsiteRemoveMediaFromBoxChatConfigParams, UserWebsiteToggleWebsiteActiveParams, UserWebsiteUpdateBoxChatAvatarParams, UserWebsiteUpdateBoxChatConfigParams, UserWebsiteUpdateWebsiteLogoParams, UserWebsiteUpsertFormFieldsParams, VertexAiIntegrationBulkDeleteVertexAIIntegrationsParams, VertexAiIntegrationGetAuthUrlParams, VertexAiIntegrationGetConfigParams, VertexAiIntegrationGetGoogleCloudProjectsParams, VertexAiIntegrationGetLocationsParams, VertexAiIntegrationSaveConfigParams, ZaloBotIntegrationBulkDeleteZaloBotIntegrationsParams, ZaloBotIntegrationCreateZaloBotIntegrationParams, ZaloBotIntegrationDeleteZaloBotIntegrationParams, ZaloBotIntegrationGetZaloBotIntegrationByIdParams, ZaloBotIntegrationGetZaloBotIntegrationsParams, ZaloBotIntegrationSendMessageParams, ZaloBotIntegrationTestConnectionParams, ZaloBotIntegrationUpdateZaloBotIntegrationParams, ZaloOaIntegrationDeleteZaloOAIntegrationParams, ZaloOaIntegrationGetOAuthUrlParams, ZaloOaIntegrationGetZaloOAIntegrationByIdParams, ZaloOaIntegrationGetZaloOAIntegrationsParams, ZaloOaIntegrationTestConnectionParams, ZaloPersonalUserBulkDeleteZaloPersonalIntegrationsParams, ZaloPersonalUserGetAccountStatusParams, ZaloPersonalUserGetLoginStatusParams, ZaloPersonalUserGetQRCodeParams, ZaloPersonalUserGetZaloPersonalIntegrationDetailParams, ZaloPersonalUserGetZaloPersonalIntegrationsParams, ZaloPersonalUserReloginZaloPersonalIntegrationParams, ZaloPurchaseConfirmOrderParams, ZaloPurchaseCreateGMFOrderParams, ZaloPurchaseCreateOAPremiumGMFComboParams, ZaloPurchaseCreateOASubscriptionOrderParams, ZaloPurchaseCreateOrderParams, ZaloPurchaseCreateTransactionQuotaOrderParams, ZaloPurchaseGetAllProductsParams, ZaloPurchaseGetProductInfoParams, ZaloPurchaseIsOrderCreationTimeValidParams, ZaloPurchaseIsOTTValidParams, ZaloPurchaseRecommendProductsParams } from './integration/types';
|
|
7
7
|
export type { ChannelConfigurationGetChannelConfigurationsParams, ConversationAddTagsToConversationParams, ConversationAssignConversationParams, ConversationAssignTagsToGroupConversationsParams, ConversationBulkUpdateConversationStatusParams, ConversationCreateConversationParams, ConversationDatasetCreateDatasetFromConversationsParams, ConversationDeleteConversationParams, ConversationGenerateConversationSummaryParams, ConversationGetAutoReplyDefaultsParams, ConversationGetConversationParams, ConversationGetConversationsParams, ConversationGetConversationTagsParams, ConversationGetGroupConversationsParams, ConversationGetLatestConversationSummaryParams, ConversationGetMessagingCapabilityParams, ConversationMarkAsReadParams, ConversationNotifyAutoReplyStatusParams, ConversationParticipantGetConversationParticipantsParams, ConversationReadStatusGetUnreadCountParams, ConversationReadStatusMarkConversationAsReadParams, ConversationReadStatusMarkMessageAsReadParams, ConversationRemoveTagsFromConversationParams, ConversationSetTagsForConversationParams, ConversationTagAddTagsToConversationParams, ConversationTagCreateTagParams, ConversationTagDeleteTagParams, ConversationTagGetConversationTagsParams, ConversationTagGetTagParams, ConversationTagGetTagsParams, ConversationTagRemoveTagsFromConversationParams, ConversationTagSetTagsForConversationParams, ConversationTagTagsWithUsageParams, ConversationTagUpdateTagParams, ConversationUpdateAutoReplyDefaultsParams, ConversationUpdateAutoReplyParams, ConversationUpdateConversationAvatarParams, ConversationUpdateConversationParams, ConversationUpdateConversationStatusParams, ConversationUpdateConversationTitleParams, ConversationWorkspaceUserAddConversationWorkspaceUsersParams, ConversationWorkspaceUserGetBaseAssignableUsersParams, ConversationWorkspaceUserGetConversationWorkspaceUsersParams, ConversationWorkspaceUserRemoveConversationWorkspaceUsersParams, ConversationWorkspaceUserSetConversationWorkspaceUsersParams, CustomerPlatformAssignTagsToCustomerPlatformParams, CustomerPlatformBulkCreateCustomerPlatformsParams, CustomerPlatformBulkUpdateCustomerPlatformsParams, CustomerPlatformCountByTypeParams, CustomerPlatformCreateCustomerPlatformParams, CustomerPlatformDeleteCustomerPlatformParams, CustomerPlatformExistsCustomerPlatformParams, CustomerPlatformGetActiveCustomerPlatformsParams, CustomerPlatformGetCustomerPlatformByExternalUserIdParams, CustomerPlatformGetCustomerPlatformByIdParams, CustomerPlatformGetCustomerPlatformsByAudienceIdParams, CustomerPlatformGetCustomerPlatformsByIntegrationIdParams, CustomerPlatformGetCustomerPlatformsParams, CustomerPlatformGetCustomerPlatformStatsParams, CustomerPlatformSoftDeleteCustomerPlatformParams, CustomerPlatformUpdateBehaviorStatusParams, CustomerPlatformUpdateCustomerPlatformParams, CustomerPlatformUpdateLastSeenAtParams, CustomerPlatformUpdateOnlineStatusParams, MessageDeleteMessageParams, MessageGetMessageParams, MessageGetMessagesParams, MessageReactMessageParams, MessageSendMessageParams, MinimalConversationGetMessagesParams, MinimalConversationGetMinimalConversationsParams, MinimalConversationGetMultichannelIntegrationsParams, MinimalConversationSendMessageParams, MinimalConversationUpsertConversationSummaryParams, MultichannelDashboardGetConversationByIntegrationParams, MultichannelDashboardGetConversationByPlatformParams, MultichannelDashboardGetConversationByStatusParams, MultichannelDashboardGetConversationByTypeParams, MultichannelDashboardGetConversationTrendParams, MultichannelDashboardGetMessageDirectionDistributionParams, MultichannelDashboardGetMessageDirectionStackedParams, MultichannelDashboardGetMessageTrendParams, MultichannelDashboardGetOverviewExtendedParams, MultichannelDashboardGetOverviewParams, MultichannelDashboardGetResponseTimeTrendParams, MultichannelDashboardGetTopConversationsParams, MultichannelDashboardGetTopIntegrationsParams, MultichannelDashboardGetTopPlatformsParams, PlatformStickerGetStickerByIdParams, PlatformStickerGetStickersParams, PlatformSyncSyncPlatformDataParams } from './multichannel-chat/types';
|
|
8
|
-
export type {
|
|
9
|
-
export type { ConnectionUserCreateConnectionParams, ConnectionUserDeleteConnectionParams, ConnectionUserGetConnectionsByNodeParams, ConnectionUserGetConnectionsByWorkflowParams, CustomNodeUserBatchConvertToolsToNodesParams, CustomNodeUserBulkHardDeleteParams, CustomNodeUserConvertDynamicBaseTablesParams, CustomNodeUserConvertProjectToolsToNodesParams, CustomNodeUserCreateParams, CustomNodeUserGetByIdParams, CustomNodeUserHardDeleteParams, CustomNodeUserListParams, CustomNodeUserRefreshNodesFromVersionsParams, CustomNodeUserUpdateParams,
|
|
10
|
-
export type { WorkspaceCurrentScopeCapabilityListCurrentScopeCapabilitiesParams, WorkspaceCurrentScopeCapabilityListWorkspaceScopeCapabilitiesParams, WorkspaceScopeRoleCreateScopeRoleParams, WorkspaceScopeRoleDeleteScopeRoleParams, WorkspaceScopeRoleUpdateScopeRoleParams, WorkspaceScopeUserGetRoleCapabilitiesParams, WorkspaceScopeUserInvalidateScopeCacheParams, WorkspaceScopeUserListScopeCapabilitiesParams, WorkspaceScopeUserListScopeRolesParams, WorkspaceScopeUserReplaceRoleCapabilitiesParams } from './workspace/types';
|
|
8
|
+
export type { RaiJobListParams, RaiJobUpdateHiddenParams } from './rai-job/types';
|
|
9
|
+
export type { ConnectionUserCreateConnectionParams, ConnectionUserDeleteConnectionParams, ConnectionUserGetConnectionsByNodeParams, ConnectionUserGetConnectionsByWorkflowParams, CustomNodeUserBatchConvertToolsToNodesParams, CustomNodeUserBulkHardDeleteParams, CustomNodeUserConvertDynamicBaseTablesKeyNameParams, CustomNodeUserConvertDynamicBaseTablesParams, CustomNodeUserConvertProjectToolsToNodesParams, CustomNodeUserCreateParams, CustomNodeUserGetByIdParams, CustomNodeUserHardDeleteParams, CustomNodeUserListParams, CustomNodeUserRefreshNodesFromVersionsParams, CustomNodeUserUpdateParams, ExecutionControlUserCancelExecutionParams, ExecutionControlUserPauseExecutionParams, ExecutionControlUserPrepareWorkflowRunParams, ExecutionControlUserResumeExecutionParams, ExecutionUserGetExecutionDetailParams, ExecutionUserGetExecutionNodesParams, ExecutionUserGetExecutionsParams, ExecutionUserGetExecutionStatusParams, LoadOptionsUserLoadOptionsParams, NodeDefinitionGroupUserCreateNodeDefinitionGroupParams, NodeDefinitionGroupUserDeleteNodeDefinitionGroupParams, NodeDefinitionGroupUserGetAllNodeDefinitionGroupsParams, NodeDefinitionGroupUserGetNodeDefinitionGroupByIdParams, NodeDefinitionGroupUserGetNodeDefinitionGroupsParams, NodeDefinitionGroupUserToggleActiveNodeDefinitionGroupParams, NodeDefinitionGroupUserUpdateNodeDefinitionGroupParams, NodeDefinitionUserGetNodeDefinitionsParams, NodeDefinitionUserGetNodesBySourceTypeParams, NodeUserAskAiNodeConfigParams, NodeUserBulkDeleteNodesParams, NodeUserCreateNodesParams, NodeUserCreateNoteNodeParams, NodeUserExecuteNodeParams, NodeUserGetNodeParams, NodeUserGetNodesByWorkflowParams, NodeUserGetNodeSchemaParams, NodeUserSetVirtualTriggerParams, NodeUserUpdateNodeParams, NodeUserUpdateNodePositionsParams, TimelineUserGetTimelineParams, WfRunMetricsUserGetRunMetricsParams, WfRunMetricsUserGetWorkflowSummaryParams, WfRunMetricsUserGetWorkflowTimeseriesParams, WorkflowCommandUserBulkDeleteWorkflowsParams, WorkflowCommandUserClearSelectedPublishedVersionParams, WorkflowCommandUserCreateWorkflowParams, WorkflowCommandUserDeletePublishedVersionParams, WorkflowCommandUserDuplicateWorkflowParams, WorkflowCommandUserGetPublishedVersionDetailParams, WorkflowCommandUserListPublishedVersionsParams, WorkflowCommandUserPublishWorkflowVersionParams, WorkflowCommandUserSelectPublishedVersionParams, WorkflowCommandUserToggleWorkflowActiveParams, WorkflowCommandUserUpdateWorkflowParams, WorkflowEventsUserStreamWorkflowEventsParams, WorkflowReadUserGetWorkflowByIdParams, WorkflowReadUserGetWorkflowsParams, WorkflowStateUserAddStateParams, WorkflowStateUserBulkUpdateStatesParams, WorkflowStateUserDeleteStateParams, WorkflowStateUserGetStatesParams, WorkflowStateUserUpdateStateParams, WorkflowTemplateActionUserCreateWorkflowFromTemplateParams, WorkflowTemplateActionUserExportWorkflowTemplateParams, WorkflowTemplateActionUserImportTemplateFromFileParams, WorkflowTemplateActionUserImportTemplateFromJsonParams, WorkflowTemplateActionUserImportTemplateFromSavedParams, WorkflowTemplateActionUserPasteNodesParams, WorkflowTemplateUserBulkDeleteParams, WorkflowTemplateUserGetAllParams, WorkflowTemplateUserUpdateParams, WorkflowTriggerUserTriggerClickParams, WorkflowTriggerUserTriggerMessageParams, WorkflowTriggerUserTriggerSubWorkflowParams, WorkflowTriggerUserTriggerSystemCustomParams } from './workflow/types';
|
|
10
|
+
export type { WorkspaceCurrentScopeCapabilityGetWorkspaceRPointParams, WorkspaceCurrentScopeCapabilityListCurrentScopeCapabilitiesParams, WorkspaceCurrentScopeCapabilityListWorkspaceScopeCapabilitiesParams, WorkspaceScopeRoleCreateScopeRoleParams, WorkspaceScopeRoleDeleteScopeRoleParams, WorkspaceScopeRoleUpdateScopeRoleParams, WorkspaceScopeUserGetRoleCapabilitiesParams, WorkspaceScopeUserInvalidateScopeCacheParams, WorkspaceScopeUserListScopeCapabilitiesParams, WorkspaceScopeUserListScopeRolesParams, WorkspaceScopeUserReplaceRoleCapabilitiesParams } from './workspace/types';
|
|
11
11
|
export { AskAiDynamicTableTextWidgetMode, AskAiRunOperation, AskAiRunStatus, AskAiType, ConditionType, ExternalTemplateType, GenericAiOutputFormat, GenericAiProvider, SegmentFieldOperator, SegmentTargetType, TagCategory } from './ask-ai/types';
|
|
12
12
|
export { AclPermissionKey, AggregationType, AnalyzeStructureFormat, ApiKeyTokenKind, AppEvents, AttachmentSourceType, BulkUpsertByKeyMode, BulkUpsertByKeyPreviewAction, BulkUpsertDuplicatePolicy, DEPENDENCY_STATUS_VALUES, ErdGraphMode, ExportFormatEnum, ExternalCatalogObjectTypeDto, FILL_MUTATION_MODES, FILL_SERIES_KINDS, FILL_SERIES_UNITS, FilterPresetApplyTargetType, HEALTH_STATUS_VALUES, HookEnvironment, HookFullMutationMode, HookFullRequestKind, HookHttpMethod, HookLogStatus, HookOperation, HookSource, HookType, HookVersion, ImportFileFormat, ImportMode, INTERNAL_OPERATION_STATUS_VALUES, JobStatus, MembershipScope, ScriptLanguage, ScriptRunStatus, TOKEN_PERMISSION_ACTION_VALUES, WorkspaceInviteLinkStatus, WorkspaceInviteStatus, WorkspaceJoinRequestStatus } from './dynamic-table/types';
|
|
13
|
-
export {
|
|
14
|
-
export { BankAccountSortBy, BankCode, BankhubLinkTokenPurpose, BeneficiaryType, CompanyStatus, DisplayMode, EmailProviderType, FacebookPageSortBy, GmailSystemLabel, GoogleAdsAccountStatus, IntegrationStatus, MediaOperationEnum, ProviderLlmEnum, ProviderShipmentType, ProxyProtocolDto, ProxyStatusDto, SideMode, VERTEX_AI_LOCATIONS, ZaloBotMessageType, ZaloBotStatus, ZaloPersonalIntegrationStatus } from './integration/types';
|
|
13
|
+
export { AuthStrategyType, BankAccountSortBy, BankCode, BankhubLinkTokenPurpose, BeneficiaryType, CompanyStatus, DisplayMode, EmailProviderType, FacebookPageSortBy, GmailSystemLabel, GoogleAdsAccountStatus, IntegrationStatus, MediaOperationEnum, ProviderLlmEnum, ProviderShipmentType, ProxyProtocolDto, ProxyStatusDto, ProxyTypeDto, SideMode, VERTEX_AI_LOCATIONS, ZaloBotMessageType, ZaloBotStatus, ZaloPersonalIntegrationStatus } from './integration/types';
|
|
15
14
|
export { AssigneeFilterMode, AssignGroupTagsMode, AssignTagsMode, ChannelType, ChartPeriodType, ConversationStatus, ConversationType, CustomerBehaviorStatus, CustomerPlatformType, DatasetMode, FeatureType, Gender, ImportResourceEnum, MessageDirection, MessageStatus, MessageType, MessagingCapabilityReasonSource, MultichannelDashboardTableSortBy, OwnerType, ParticipantRole, ParticipantStatus, ParticipantType, Platform, ProviderSocialEnum, SenderRole, TemplateEmailStatus, TemplateEmailType } from './multichannel-chat/types';
|
|
15
|
+
export { RaiJobStatus, RaiJobType } from './rai-job/types';
|
|
16
|
+
export { AskAiNodeConfigMode, CustomNodeScope, EContentType, EHttpMethod, ELoadOptionsMethod, ELoadOptionsResource, EOperation, EParameterLocation, ExecutionStatusEnum, NodeDefinitionCategoryEnum, NodeDefinitionGroupSortBy, NodeOwnerTypeEnum, NodeSourceTypeEnum, NodeTypeEnum, ScheduleTriggerMode, WorkflowTriggerType } from './workflow/types';
|
|
16
17
|
export * as askAi from './ask-ai';
|
|
17
18
|
export * as dynamicTable from './dynamic-table';
|
|
18
19
|
export * as dynamicTablePublic from './dynamic-table-public';
|