n8n 2.30.5 → 2.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-library-bundle.js +9 -0
- package/dist/auth/auth.service.js +1 -0
- package/dist/auth/auth.service.js.map +1 -1
- package/dist/blob-storage/azure-byte-store.ee.d.ts +1 -1
- package/dist/blob-storage/azure-byte-store.ee.js +3 -18
- package/dist/blob-storage/azure-byte-store.ee.js.map +1 -1
- package/dist/blob-storage/json-store.js +3 -0
- package/dist/blob-storage/json-store.js.map +1 -1
- package/dist/blob-storage/s3-byte-store.ee.d.ts +1 -1
- package/dist/blob-storage/s3-byte-store.ee.js +2 -17
- package/dist/blob-storage/s3-byte-store.ee.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/commands/base-command.d.ts +2 -2
- package/dist/commands/base-command.js +5 -5
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/start.js +2 -0
- package/dist/commands/start.js.map +1 -1
- package/dist/constants/workflow-reviews.d.ts +4 -0
- package/dist/constants/workflow-reviews.js +14 -0
- package/dist/constants/workflow-reviews.js.map +1 -0
- package/dist/constants.js +2 -0
- package/dist/constants.js.map +1 -1
- package/dist/controllers/e2e.controller.js +1 -0
- package/dist/controllers/e2e.controller.js.map +1 -1
- package/dist/controllers/security-settings.controller.d.ts +15 -10
- package/dist/controllers/security-settings.controller.js +41 -65
- package/dist/controllers/security-settings.controller.js.map +1 -1
- package/dist/controllers/users.controller.d.ts +2 -2
- package/dist/credentials/credential-connection-status-provider.interface.d.ts +2 -1
- package/dist/credentials/credential-connection-status-proxy.d.ts +2 -1
- package/dist/credentials/credential-connection-status-proxy.js +7 -2
- package/dist/credentials/credential-connection-status-proxy.js.map +1 -1
- package/dist/credentials/credentials.controller.js +5 -5
- package/dist/credentials/credentials.controller.js.map +1 -1
- package/dist/credentials/credentials.service.d.ts +1 -0
- package/dist/credentials/credentials.service.ee.d.ts +3 -1
- package/dist/credentials/credentials.service.ee.js +10 -2
- package/dist/credentials/credentials.service.ee.js.map +1 -1
- package/dist/credentials/credentials.service.js +14 -0
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/eventbus/event-message-classes/index.d.ts +2 -2
- package/dist/eventbus/event-message-classes/index.js +5 -2
- package/dist/eventbus/event-message-classes/index.js.map +1 -1
- package/dist/events/maps/relay.event-map.d.ts +23 -2
- package/dist/events/relays/log-streaming.event-relay.d.ts +3 -0
- package/dist/events/relays/log-streaming.event-relay.js +37 -2
- package/dist/events/relays/log-streaming.event-relay.js.map +1 -1
- package/dist/events/relays/telemetry.event-relay.d.ts +3 -0
- package/dist/events/relays/telemetry.event-relay.js +88 -10
- package/dist/events/relays/telemetry.event-relay.js.map +1 -1
- package/dist/execution-lifecycle/execution-lifecycle-hooks.js +21 -4
- package/dist/execution-lifecycle/execution-lifecycle-hooks.js.map +1 -1
- package/dist/executions/execution-data/db-store.d.ts +8 -15
- package/dist/executions/execution-data/db-store.js +12 -25
- package/dist/executions/execution-data/db-store.js.map +1 -1
- package/dist/executions/execution-data/execution-data-json-store.d.ts +7 -0
- package/dist/executions/execution-data/execution-data-json-store.js +45 -0
- package/dist/executions/execution-data/execution-data-json-store.js.map +1 -0
- package/dist/executions/execution-data/types.d.ts +3 -14
- package/dist/executions/execution-data/types.js.map +1 -1
- package/dist/executions/execution-persistence.d.ts +7 -14
- package/dist/executions/execution-persistence.js +40 -88
- package/dist/executions/execution-persistence.js.map +1 -1
- package/dist/interfaces.d.ts +4 -1
- package/dist/load-nodes-and-credentials.js +1 -1
- package/dist/load-nodes-and-credentials.js.map +1 -1
- package/dist/metrics/prometheus/prometheus.service.d.ts +2 -1
- package/dist/metrics/prometheus/prometheus.service.js +5 -2
- package/dist/metrics/prometheus/prometheus.service.js.map +1 -1
- package/dist/metrics/prometheus/scheduler-metrics.service.d.ts +35 -0
- package/dist/metrics/prometheus/scheduler-metrics.service.js +187 -0
- package/dist/metrics/prometheus/scheduler-metrics.service.js.map +1 -0
- package/dist/modules/agents/adapters/agents-credential-provider.d.ts +1 -0
- package/dist/modules/agents/adapters/agents-credential-provider.js +13 -3
- package/dist/modules/agents/adapters/agents-credential-provider.js.map +1 -1
- package/dist/modules/agents/agent-config.service.js +11 -1
- package/dist/modules/agents/agent-config.service.js.map +1 -1
- package/dist/modules/agents/agent-knowledge.controller.js +1 -1
- package/dist/modules/agents/agent-knowledge.controller.js.map +1 -1
- package/dist/modules/agents/agent-upload.middleware.d.ts +2 -0
- package/dist/modules/agents/agent-upload.middleware.js +11 -0
- package/dist/modules/agents/agent-upload.middleware.js.map +1 -1
- package/dist/modules/agents/agent-validation.service.js +19 -2
- package/dist/modules/agents/agent-validation.service.js.map +1 -1
- package/dist/modules/agents/agent-vector-stores.controller.d.ts +11 -0
- package/dist/modules/agents/agent-vector-stores.controller.js +41 -0
- package/dist/modules/agents/agent-vector-stores.controller.js.map +1 -0
- package/dist/modules/agents/agent-vector-stores.service.d.ts +9 -0
- package/dist/modules/agents/agent-vector-stores.service.js +195 -0
- package/dist/modules/agents/agent-vector-stores.service.js.map +1 -0
- package/dist/modules/agents/agents-config.controller.d.ts +112 -69
- package/dist/modules/agents/agents.controller.d.ts +5 -1
- package/dist/modules/agents/agents.controller.js +11 -0
- package/dist/modules/agents/agents.controller.js.map +1 -1
- package/dist/modules/agents/agents.module.js +1 -0
- package/dist/modules/agents/agents.module.js.map +1 -1
- package/dist/modules/agents/agents.service.d.ts +7 -2
- package/dist/modules/agents/agents.service.js +65 -2
- package/dist/modules/agents/agents.service.js.map +1 -1
- package/dist/modules/agents/attachable-workflows.service.d.ts +12 -0
- package/dist/modules/agents/attachable-workflows.service.js +58 -0
- package/dist/modules/agents/attachable-workflows.service.js.map +1 -0
- package/dist/modules/agents/builder/agents-builder-model-recommendations.js +3 -2
- package/dist/modules/agents/builder/agents-builder-model-recommendations.js.map +1 -1
- package/dist/modules/agents/builder/agents-builder-prompts.d.ts +4 -4
- package/dist/modules/agents/builder/agents-builder-prompts.js +40 -27
- package/dist/modules/agents/builder/agents-builder-prompts.js.map +1 -1
- package/dist/modules/agents/builder/agents-builder-tools.service.d.ts +3 -5
- package/dist/modules/agents/builder/agents-builder-tools.service.js +48 -194
- package/dist/modules/agents/builder/agents-builder-tools.service.js.map +1 -1
- package/dist/modules/agents/builder/agents-builder.service.d.ts +10 -3
- package/dist/modules/agents/builder/agents-builder.service.js +22 -12
- package/dist/modules/agents/builder/agents-builder.service.js.map +1 -1
- package/dist/modules/agents/builder/builder-tool-names.js.map +1 -1
- package/dist/modules/agents/builder/errors.d.ts +3 -2
- package/dist/modules/agents/builder/errors.js +3 -2
- package/dist/modules/agents/builder/errors.js.map +1 -1
- package/dist/modules/agents/builder/get-resource-locator-options.tool.d.ts +99 -2
- package/dist/modules/agents/builder/get-resource-locator-options.tool.js +103 -101
- package/dist/modules/agents/builder/get-resource-locator-options.tool.js.map +1 -1
- package/dist/modules/agents/builder/interactive/ask-credential.tool.js +48 -32
- package/dist/modules/agents/builder/interactive/ask-credential.tool.js.map +1 -1
- package/dist/modules/agents/builder/interactive/ask-questions.tool.d.ts +2 -0
- package/dist/modules/agents/builder/interactive/ask-questions.tool.js +108 -0
- package/dist/modules/agents/builder/interactive/ask-questions.tool.js.map +1 -0
- package/dist/modules/agents/builder/interactive/configure-channel.tool.d.ts +7 -0
- package/dist/modules/agents/builder/interactive/configure-channel.tool.js +52 -0
- package/dist/modules/agents/builder/interactive/configure-channel.tool.js.map +1 -0
- package/dist/modules/agents/builder/interactive/index.d.ts +2 -2
- package/dist/modules/agents/builder/interactive/index.js +5 -5
- package/dist/modules/agents/builder/interactive/index.js.map +1 -1
- package/dist/modules/agents/builder/interactive/resolve-llm.tool.js +2 -2
- package/dist/modules/agents/builder/interactive/resolve-llm.tool.js.map +1 -1
- package/dist/modules/agents/builder/prompts/config-mutation.prompt.js +1 -1
- package/dist/modules/agents/builder/prompts/config-rules.prompt.js +2 -2
- package/dist/modules/agents/builder/prompts/llm-selection.prompt.js +10 -10
- package/dist/modules/agents/builder/prompts/llm-selection.prompt.js.map +1 -1
- package/dist/modules/agents/builder/prompts/memory.prompt.d.ts +1 -1
- package/dist/modules/agents/builder/prompts/memory.prompt.js +1 -1
- package/dist/modules/agents/builder/search-mcp-servers.tool.js +1 -63
- package/dist/modules/agents/builder/search-mcp-servers.tool.js.map +1 -1
- package/dist/modules/agents/builder/skills/index.d.ts +1 -1
- package/dist/modules/agents/builder/skills/index.js +5 -1
- package/dist/modules/agents/builder/skills/index.js.map +1 -1
- package/dist/modules/agents/builder/skills/integrations.skill.js +15 -6
- package/dist/modules/agents/builder/skills/integrations.skill.js.map +1 -1
- package/dist/modules/agents/builder/skills/mcp.skill.js +2 -2
- package/dist/modules/agents/builder/skills/mcp.skill.js.map +1 -1
- package/dist/modules/agents/builder/skills/resource-locators.skill.js +2 -2
- package/dist/modules/agents/builder/skills/resource-locators.skill.js.map +1 -1
- package/dist/modules/agents/builder/skills/sub-agents.skill.js +7 -5
- package/dist/modules/agents/builder/skills/sub-agents.skill.js.map +1 -1
- package/dist/modules/agents/builder/skills/target-skills.skill.js +5 -4
- package/dist/modules/agents/builder/skills/target-skills.skill.js.map +1 -1
- package/dist/modules/agents/builder/skills/target-tasks.skill.js +5 -5
- package/dist/modules/agents/builder/skills/target-tasks.skill.js.map +1 -1
- package/dist/modules/agents/instance-ai-builder-delegate.adapter.d.ts +14 -0
- package/dist/modules/agents/instance-ai-builder-delegate.adapter.js +96 -0
- package/dist/modules/agents/instance-ai-builder-delegate.adapter.js.map +1 -0
- package/dist/modules/agents/integrations/integration-action-executor.d.ts +72 -72
- package/dist/modules/agents/integrations/integration-tool-definitions.d.ts +574 -574
- package/dist/modules/agents/json-config/embedding-credential.d.ts +4 -0
- package/dist/modules/agents/json-config/embedding-credential.js +25 -0
- package/dist/modules/agents/json-config/embedding-credential.js.map +1 -0
- package/dist/modules/agents/json-config/from-json-config.d.ts +2 -6
- package/dist/modules/agents/json-config/from-json-config.js +16 -16
- package/dist/modules/agents/json-config/from-json-config.js.map +1 -1
- package/dist/modules/agents/json-config/model-config.js +2 -2
- package/dist/modules/agents/json-config/model-config.js.map +1 -1
- package/dist/modules/agents/json-config/vector-store-factory.d.ts +5 -0
- package/dist/modules/agents/json-config/vector-store-factory.js +138 -0
- package/dist/modules/agents/json-config/vector-store-factory.js.map +1 -0
- package/dist/modules/breaking-changes/rules/index.d.ts +8 -0
- package/dist/modules/breaking-changes/rules/index.js +8 -0
- package/dist/modules/breaking-changes/rules/index.js.map +1 -1
- package/dist/modules/breaking-changes/rules/v3/compression-node-limits.rule.d.ts +6 -0
- package/dist/modules/breaking-changes/rules/v3/compression-node-limits.rule.js +59 -0
- package/dist/modules/breaking-changes/rules/v3/compression-node-limits.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/docker-only-deployment.rule.d.ts +9 -0
- package/dist/modules/breaking-changes/rules/v3/docker-only-deployment.rule.js +57 -0
- package/dist/modules/breaking-changes/rules/v3/docker-only-deployment.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/get-paired-item.rule.d.ts +10 -0
- package/dist/modules/breaking-changes/rules/v3/get-paired-item.rule.js +53 -0
- package/dist/modules/breaking-changes/rules/v3/get-paired-item.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/in-memory-binary-data.rule.d.ts +9 -0
- package/dist/modules/breaking-changes/rules/v3/in-memory-binary-data.rule.js +56 -0
- package/dist/modules/breaking-changes/rules/v3/in-memory-binary-data.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/offload-manual-executions.rule.d.ts +9 -0
- package/dist/modules/breaking-changes/rules/v3/offload-manual-executions.rule.js +57 -0
- package/dist/modules/breaking-changes/rules/v3/offload-manual-executions.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/task-runner-task-timeout.rule.d.ts +6 -0
- package/dist/modules/breaking-changes/rules/v3/task-runner-task-timeout.rule.js +50 -0
- package/dist/modules/breaking-changes/rules/v3/task-runner-task-timeout.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/unverified-packages.rule.d.ts +9 -0
- package/dist/modules/breaking-changes/rules/v3/unverified-packages.rule.js +57 -0
- package/dist/modules/breaking-changes/rules/v3/unverified-packages.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/workflow-import-url-removed.rule.d.ts +6 -0
- package/dist/modules/breaking-changes/rules/v3/workflow-import-url-removed.rule.js +47 -0
- package/dist/modules/breaking-changes/rules/v3/workflow-import-url-removed.rule.js.map +1 -0
- package/dist/modules/chat-hub/chat-hub.module.d.ts +1 -1
- package/dist/modules/chat-hub/chat-hub.settings.controller.d.ts +3 -3
- package/dist/modules/data-table/data-table-ddl.service.d.ts +2 -0
- package/dist/modules/data-table/data-table-ddl.service.js +16 -0
- package/dist/modules/data-table/data-table-ddl.service.js.map +1 -1
- package/dist/modules/data-table/data-table.service.d.ts +6 -3
- package/dist/modules/data-table/data-table.service.js +19 -0
- package/dist/modules/data-table/data-table.service.js.map +1 -1
- package/dist/modules/data-table/utils/sql-utils.d.ts +1 -0
- package/dist/modules/data-table/utils/sql-utils.js +4 -0
- package/dist/modules/data-table/utils/sql-utils.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.d.ts +5 -2
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js +32 -4
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.module.d.ts +0 -2
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.module.js +1 -14
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.module.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/authorize-intent.service.d.ts +1 -0
- package/dist/modules/dynamic-credentials.ee/services/authorize-intent.service.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/credential-check-proxy.service.d.ts +3 -1
- package/dist/modules/dynamic-credentials.ee/services/credential-check-proxy.service.js +8 -1
- package/dist/modules/dynamic-credentials.ee/services/credential-check-proxy.service.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/credential-connection-status.service.d.ts +5 -3
- package/dist/modules/dynamic-credentials.ee/services/credential-connection-status.service.js +19 -7
- package/dist/modules/dynamic-credentials.ee/services/credential-connection-status.service.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-storage.service.js +1 -1
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential.service.d.ts +9 -1
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential.service.js +21 -1
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential.service.js.map +1 -1
- package/dist/modules/favorites/dto/add-favorite.dto.d.ts +2 -2
- package/dist/modules/favorites/favorites.event-relay.js +2 -3
- package/dist/modules/favorites/favorites.event-relay.js.map +1 -1
- package/dist/modules/favorites/favorites.service.d.ts +4 -1
- package/dist/modules/favorites/favorites.service.js +28 -3
- package/dist/modules/favorites/favorites.service.js.map +1 -1
- package/dist/modules/instance-ai/eval/execution.service.d.ts +4 -1
- package/dist/modules/instance-ai/eval/execution.service.js +26 -3
- package/dist/modules/instance-ai/eval/execution.service.js.map +1 -1
- package/dist/modules/instance-ai/eval/mock-handler.js +1 -1
- package/dist/modules/instance-ai/eval/mock-handler.js.map +1 -1
- package/dist/modules/instance-ai/eval/mock-quirks.js +7 -0
- package/dist/modules/instance-ai/eval/mock-quirks.js.map +1 -1
- package/dist/modules/instance-ai/eval/pin-data-generator.js +17 -17
- package/dist/modules/instance-ai/eval/pin-data-generator.js.map +1 -1
- package/dist/modules/instance-ai/event-bus/in-process-event-bus.d.ts +17 -6
- package/dist/modules/instance-ai/event-bus/in-process-event-bus.js +153 -30
- package/dist/modules/instance-ai/event-bus/in-process-event-bus.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai-memory.service.d.ts +7 -2
- package/dist/modules/instance-ai/instance-ai-memory.service.js +12 -1
- package/dist/modules/instance-ai/instance-ai-memory.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai-settings.service.js +0 -7
- package/dist/modules/instance-ai/instance-ai-settings.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai-terminal-outcome.service.d.ts +4 -1
- package/dist/modules/instance-ai/instance-ai-terminal-outcome.service.js +1 -0
- package/dist/modules/instance-ai/instance-ai-terminal-outcome.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.adapter.service.d.ts +89 -3
- package/dist/modules/instance-ai/instance-ai.adapter.service.js +264 -29
- package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.controller.js +9 -2
- package/dist/modules/instance-ai/instance-ai.controller.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.service.d.ts +1 -1
- package/dist/modules/instance-ai/instance-ai.service.js +61 -108
- package/dist/modules/instance-ai/instance-ai.service.js.map +1 -1
- package/dist/modules/instance-ai/workflow-templates.service.d.ts +17 -0
- package/dist/modules/instance-ai/workflow-templates.service.js +63 -0
- package/dist/modules/instance-ai/workflow-templates.service.js.map +1 -0
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.d.ts +1 -0
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.js +2 -0
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.js.map +1 -1
- package/dist/modules/mcp/dto/update-workflows-availability.dto.d.ts +2 -0
- package/dist/modules/mcp/dto/update-workflows-availability.dto.js +1 -0
- package/dist/modules/mcp/dto/update-workflows-availability.dto.js.map +1 -1
- package/dist/modules/mcp/mcp-protected-resource.d.ts +4 -1
- package/dist/modules/mcp/mcp-protected-resource.js +13 -3
- package/dist/modules/mcp/mcp-protected-resource.js.map +1 -1
- package/dist/modules/mcp/mcp.config.d.ts +1 -0
- package/dist/modules/mcp/mcp.config.js +20 -0
- package/dist/modules/mcp/mcp.config.js.map +1 -1
- package/dist/modules/mcp/mcp.module.d.ts +1 -0
- package/dist/modules/mcp/mcp.module.js +3 -1
- package/dist/modules/mcp/mcp.module.js.map +1 -1
- package/dist/modules/mcp/mcp.settings.service.d.ts +1 -1
- package/dist/modules/mcp/mcp.settings.service.js +33 -18
- package/dist/modules/mcp/mcp.settings.service.js.map +1 -1
- package/dist/modules/mcp/tools/search-workflows.tool.js +4 -2
- package/dist/modules/mcp/tools/search-workflows.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.d.ts +2 -0
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js +10 -5
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/restore-workflow-version.tool.js +4 -0
- package/dist/modules/mcp/tools/workflow-builder/restore-workflow-version.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/skills-used.d.ts +1 -0
- package/dist/modules/mcp/tools/workflow-builder/skills-used.js +5 -1
- package/dist/modules/mcp/tools/workflow-builder/skills-used.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js +10 -5
- package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/version-metadata.d.ts +27 -0
- package/dist/modules/mcp/tools/workflow-builder/version-metadata.js +109 -0
- package/dist/modules/mcp/tools/workflow-builder/version-metadata.js.map +1 -0
- package/dist/modules/mcp-registry/registry/mcp-registry-search.d.ts +18 -0
- package/dist/modules/mcp-registry/registry/mcp-registry-search.js +64 -0
- package/dist/modules/mcp-registry/registry/mcp-registry-search.js.map +1 -0
- package/dist/modules/mcp-registry/registry/mcp-registry.service.d.ts +2 -0
- package/dist/modules/mcp-registry/registry/mcp-registry.service.js +4 -0
- package/dist/modules/mcp-registry/registry/mcp-registry.service.js.map +1 -1
- package/dist/modules/n8n-packages/engine/import-blocked.error.js +2 -1
- package/dist/modules/n8n-packages/engine/import-blocked.error.js.map +1 -1
- package/dist/modules/n8n-packages/engine/import-orchestrator.d.ts +30 -0
- package/dist/modules/n8n-packages/engine/import-orchestrator.js +86 -0
- package/dist/modules/n8n-packages/engine/import-orchestrator.js.map +1 -0
- package/dist/modules/n8n-packages/engine/import-result.d.ts +14 -0
- package/dist/modules/n8n-packages/engine/import-result.js +43 -0
- package/dist/modules/n8n-packages/engine/import-result.js.map +1 -0
- package/dist/modules/n8n-packages/engine/n8n-package-parser.d.ts +7 -0
- package/dist/modules/n8n-packages/engine/n8n-package-parser.js +72 -13
- package/dist/modules/n8n-packages/engine/n8n-package-parser.js.map +1 -1
- package/dist/modules/n8n-packages/engine/package-layout.d.ts +11 -0
- package/dist/modules/n8n-packages/engine/package-layout.js +21 -0
- package/dist/modules/n8n-packages/engine/package-layout.js.map +1 -0
- package/dist/modules/n8n-packages/engine/project-package-importer.d.ts +11 -0
- package/dist/modules/n8n-packages/engine/project-package-importer.js +44 -0
- package/dist/modules/n8n-packages/engine/project-package-importer.js.map +1 -0
- package/dist/modules/n8n-packages/engine/workflow-package-importer.d.ts +24 -0
- package/dist/modules/n8n-packages/engine/workflow-package-importer.js +168 -0
- package/dist/modules/n8n-packages/engine/workflow-package-importer.js.map +1 -0
- package/dist/modules/n8n-packages/entities/credential/credential-matcher-factory.d.ts +3 -1
- package/dist/modules/n8n-packages/entities/credential/credential-matcher-factory.js +8 -2
- package/dist/modules/n8n-packages/entities/credential/credential-matcher-factory.js.map +1 -1
- package/dist/modules/n8n-packages/entities/credential/credential-matcher.d.ts +6 -6
- package/dist/modules/n8n-packages/entities/credential/credential-matcher.js +34 -4
- package/dist/modules/n8n-packages/entities/credential/credential-matcher.js.map +1 -1
- package/dist/modules/n8n-packages/entities/credential/credential-tier-selection.d.ts +3 -0
- package/dist/modules/n8n-packages/entities/credential/credential-tier-selection.js +27 -0
- package/dist/modules/n8n-packages/entities/credential/credential-tier-selection.js.map +1 -0
- package/dist/modules/n8n-packages/entities/credential/credential.exporter.d.ts +2 -0
- package/dist/modules/n8n-packages/entities/credential/credential.exporter.js +18 -2
- package/dist/modules/n8n-packages/entities/credential/credential.exporter.js.map +1 -1
- package/dist/modules/n8n-packages/entities/credential/id-based-credential-matcher.d.ts +3 -7
- package/dist/modules/n8n-packages/entities/credential/id-based-credential-matcher.js +8 -23
- package/dist/modules/n8n-packages/entities/credential/id-based-credential-matcher.js.map +1 -1
- package/dist/modules/n8n-packages/entities/credential/name-and-type-credential-matcher.d.ts +8 -0
- package/dist/modules/n8n-packages/entities/credential/name-and-type-credential-matcher.js +31 -0
- package/dist/modules/n8n-packages/entities/credential/name-and-type-credential-matcher.js.map +1 -0
- package/dist/modules/n8n-packages/entities/credential/type-only-credential-matcher.d.ts +8 -0
- package/dist/modules/n8n-packages/entities/credential/type-only-credential-matcher.js +31 -0
- package/dist/modules/n8n-packages/entities/credential/type-only-credential-matcher.js.map +1 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table-requirements.extractor.d.ts +6 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table-requirements.extractor.js +38 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table-requirements.extractor.js.map +1 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.exporter.d.ts +26 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.exporter.js +97 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.exporter.js.map +1 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.serializer.d.ts +5 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.serializer.js +31 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.serializer.js.map +1 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.types.d.ts +4 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.types.js +3 -0
- package/dist/modules/n8n-packages/entities/data-table/data-table.types.js.map +1 -0
- package/dist/modules/n8n-packages/entities/folder/folder-conflict-policy.d.ts +5 -0
- package/dist/modules/n8n-packages/entities/folder/folder-conflict-policy.js +11 -0
- package/dist/modules/n8n-packages/entities/folder/folder-conflict-policy.js.map +1 -0
- package/dist/modules/n8n-packages/entities/folder/folder-import.types.d.ts +20 -0
- package/dist/modules/n8n-packages/entities/folder/folder-import.types.js +3 -0
- package/dist/modules/n8n-packages/entities/folder/folder-import.types.js.map +1 -0
- package/dist/modules/n8n-packages/entities/folder/folder-importer.d.ts +10 -0
- package/dist/modules/n8n-packages/entities/folder/folder-importer.js +140 -0
- package/dist/modules/n8n-packages/entities/folder/folder-importer.js.map +1 -0
- package/dist/modules/n8n-packages/entities/folder/folder.exporter.d.ts +5 -2
- package/dist/modules/n8n-packages/entities/folder/folder.exporter.js +48 -44
- package/dist/modules/n8n-packages/entities/folder/folder.exporter.js.map +1 -1
- package/dist/modules/n8n-packages/entities/folder/folder.serializer.js.map +1 -1
- package/dist/modules/n8n-packages/entities/package-export.errors.d.ts +8 -0
- package/dist/modules/n8n-packages/entities/package-export.errors.js +27 -0
- package/dist/modules/n8n-packages/entities/package-export.errors.js.map +1 -0
- package/dist/modules/n8n-packages/entities/project/project-import.types.d.ts +15 -0
- package/dist/modules/n8n-packages/entities/project/project-import.types.js +3 -0
- package/dist/modules/n8n-packages/entities/project/project-import.types.js.map +1 -0
- package/dist/modules/n8n-packages/entities/project/project-importer.d.ts +13 -0
- package/dist/modules/n8n-packages/entities/project/project-importer.js +97 -0
- package/dist/modules/n8n-packages/entities/project/project-importer.js.map +1 -0
- package/dist/modules/n8n-packages/entities/project/project.exporter.d.ts +22 -4
- package/dist/modules/n8n-packages/entities/project/project.exporter.js +71 -26
- package/dist/modules/n8n-packages/entities/project/project.exporter.js.map +1 -1
- package/dist/modules/n8n-packages/entities/requirements.types.d.ts +2 -0
- package/dist/modules/n8n-packages/entities/requirements.types.js +1 -0
- package/dist/modules/n8n-packages/entities/requirements.types.js.map +1 -1
- package/dist/modules/n8n-packages/entities/workflow/workflow.exporter.d.ts +4 -3
- package/dist/modules/n8n-packages/entities/workflow/workflow.exporter.js +11 -17
- package/dist/modules/n8n-packages/entities/workflow/workflow.exporter.js.map +1 -1
- package/dist/modules/n8n-packages/n8n-packages.service.d.ts +12 -3
- package/dist/modules/n8n-packages/n8n-packages.service.js +51 -11
- package/dist/modules/n8n-packages/n8n-packages.service.js.map +1 -1
- package/dist/modules/n8n-packages/n8n-packages.types.d.ts +47 -22
- package/dist/modules/n8n-packages/n8n-packages.types.js +5 -1
- package/dist/modules/n8n-packages/n8n-packages.types.js.map +1 -1
- package/dist/modules/n8n-packages/package-failure-classifier.d.ts +2 -0
- package/dist/modules/n8n-packages/package-failure-classifier.js +29 -0
- package/dist/modules/n8n-packages/package-failure-classifier.js.map +1 -0
- package/dist/modules/n8n-packages/spec/manifest.schema.d.ts +62 -0
- package/dist/modules/n8n-packages/spec/requirements.schema.d.ts +55 -0
- package/dist/modules/n8n-packages/spec/requirements.schema.js +26 -15
- package/dist/modules/n8n-packages/spec/requirements.schema.js.map +1 -1
- package/dist/modules/n8n-packages/spec/serialized/data-table.schema.d.ts +49 -0
- package/dist/modules/n8n-packages/spec/serialized/data-table.schema.js +20 -0
- package/dist/modules/n8n-packages/spec/serialized/data-table.schema.js.map +1 -0
- package/dist/modules/redaction/executions/execution-redaction.service.js +1 -1
- package/dist/modules/redaction/executions/execution-redaction.service.js.map +1 -1
- package/dist/modules/source-control.ee/constants.d.ts +1 -0
- package/dist/modules/source-control.ee/constants.js +2 -1
- package/dist/modules/source-control.ee/constants.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +0 -1
- package/dist/modules/source-control.ee/source-control-git.service.ee.js +0 -22
- package/dist/modules/source-control.ee/source-control-git.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-helper.ee.d.ts +3 -1
- package/dist/modules/source-control.ee/source-control-helper.ee.js +13 -0
- package/dist/modules/source-control.ee/source-control-helper.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-import.service.ee.d.ts +10 -2
- package/dist/modules/source-control.ee/source-control-import.service.ee.js +94 -59
- package/dist/modules/source-control.ee/source-control-import.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-status.service.ee.d.ts +0 -1
- package/dist/modules/source-control.ee/source-control-status.service.ee.js +30 -30
- package/dist/modules/source-control.ee/source-control-status.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control.controller.ee.d.ts +6 -6
- package/dist/modules/source-control.ee/source-control.service.ee.d.ts +3 -3
- package/dist/modules/source-control.ee/source-control.service.ee.js +8 -1
- package/dist/modules/source-control.ee/source-control.service.ee.js.map +1 -1
- package/dist/public-api/types.d.ts +5 -1
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js +9 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.js +87 -38
- package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/security-policy/security-policy.handler.d.ts +8 -0
- package/dist/public-api/v1/handlers/security-policy/security-policy.handler.js +39 -0
- package/dist/public-api/v1/handlers/security-policy/security-policy.handler.js.map +1 -0
- package/dist/public-api/v1/openapi.yml +243 -12
- package/dist/scaling/job-processor.js +44 -6
- package/dist/scaling/job-processor.js.map +1 -1
- package/dist/scaling/pubsub/pubsub.event-map.d.ts +4 -1
- package/dist/scheduling/durable-job-provisioner.d.ts +16 -0
- package/dist/scheduling/durable-job-provisioner.js +135 -0
- package/dist/scheduling/durable-job-provisioner.js.map +1 -0
- package/dist/scheduling/durable-scheduler.d.ts +16 -0
- package/dist/scheduling/durable-scheduler.js +117 -0
- package/dist/scheduling/durable-scheduler.js.map +1 -0
- package/dist/scheduling/schedule-trigger-node/schedule-trigger-task-handler.d.ts +23 -0
- package/dist/scheduling/schedule-trigger-node/schedule-trigger-task-handler.js +149 -0
- package/dist/scheduling/schedule-trigger-node/schedule-trigger-task-handler.js.map +1 -0
- package/dist/scheduling/schedule-trigger-node/schedule-trigger-task.d.ts +10 -0
- package/dist/scheduling/schedule-trigger-node/schedule-trigger-task.js +33 -0
- package/dist/scheduling/schedule-trigger-node/schedule-trigger-task.js.map +1 -0
- package/dist/scheduling/scheduler-tracer.d.ts +3 -0
- package/dist/scheduling/scheduler-tracer.js +11 -0
- package/dist/scheduling/scheduler-tracer.js.map +1 -0
- package/dist/services/folder-finder.service.d.ts +2 -0
- package/dist/services/folder-finder.service.js +16 -0
- package/dist/services/folder-finder.service.js.map +1 -1
- package/dist/services/folder.service.d.ts +3 -2
- package/dist/services/folder.service.js +11 -1
- package/dist/services/folder.service.js.map +1 -1
- package/dist/services/frontend.service.d.ts +3 -1
- package/dist/services/frontend.service.js +14 -2
- package/dist/services/frontend.service.js.map +1 -1
- package/dist/services/project.service.ee.d.ts +7 -1
- package/dist/services/project.service.ee.js +21 -4
- package/dist/services/project.service.ee.js.map +1 -1
- package/dist/services/protected-resource.registry.d.ts +1 -0
- package/dist/services/protected-resource.registry.js +11 -7
- package/dist/services/protected-resource.registry.js.map +1 -1
- package/dist/services/security-settings.service.d.ts +31 -1
- package/dist/services/security-settings.service.js +75 -2
- package/dist/services/security-settings.service.js.map +1 -1
- package/dist/services/workflow-review-policy.service.d.ts +11 -0
- package/dist/services/workflow-review-policy.service.js +52 -0
- package/dist/services/workflow-review-policy.service.js.map +1 -0
- package/dist/telemetry/index.js +2 -2
- package/dist/telemetry/index.js.map +1 -1
- package/dist/workflow-execute-additional-data.js +5 -4
- package/dist/workflow-execute-additional-data.js.map +1 -1
- package/dist/workflow-helpers.js +26 -0
- package/dist/workflow-helpers.js.map +1 -1
- package/dist/workflows/triggers/webhook-trigger-registrar.js +22 -15
- package/dist/workflows/triggers/webhook-trigger-registrar.js.map +1 -1
- package/dist/workflows/triggers/workflow-trigger-activator.js +1 -7
- package/dist/workflows/triggers/workflow-trigger-activator.js.map +1 -1
- package/dist/workflows/workflow-creation.service.d.ts +2 -0
- package/dist/workflows/workflow-creation.service.js +4 -2
- package/dist/workflows/workflow-creation.service.js.map +1 -1
- package/dist/workflows/workflow-execution.service.js +8 -5
- package/dist/workflows/workflow-execution.service.js.map +1 -1
- package/dist/workflows/workflow-finder.service.d.ts +5 -2
- package/dist/workflows/workflow-finder.service.js +25 -2
- package/dist/workflows/workflow-finder.service.js.map +1 -1
- package/dist/workflows/workflow-history/workflow-history.service.d.ts +4 -1
- package/dist/workflows/workflow-history/workflow-history.service.js +3 -1
- package/dist/workflows/workflow-history/workflow-history.service.js.map +1 -1
- package/dist/workflows/workflow-validation.service.js +3 -3
- package/dist/workflows/workflow-validation.service.js.map +1 -1
- package/dist/workflows/workflow.request.d.ts +7 -22
- package/dist/workflows/workflow.service.d.ts +2 -0
- package/dist/workflows/workflow.service.js +4 -2
- package/dist/workflows/workflow.service.js.map +1 -1
- package/dist/workflows/workflows.controller.d.ts +1 -1
- package/dist/workflows/workflows.controller.js +8 -3
- package/dist/workflows/workflows.controller.js.map +1 -1
- package/package.json +44 -39
- package/templates/form-trigger-completion.handlebars +6 -6
- package/dist/executions/execution-data/azure-store.ee.d.ts +0 -15
- package/dist/executions/execution-data/azure-store.ee.js +0 -117
- package/dist/executions/execution-data/azure-store.ee.js.map +0 -1
- package/dist/executions/execution-data/fs-store.d.ts +0 -16
- package/dist/executions/execution-data/fs-store.js +0 -118
- package/dist/executions/execution-data/fs-store.js.map +0 -1
- package/dist/executions/execution-data/s3-store.ee.d.ts +0 -15
- package/dist/executions/execution-data/s3-store.ee.js +0 -116
- package/dist/executions/execution-data/s3-store.ee.js.map +0 -1
- package/dist/modules/agents/builder/from-ai-node-parameters.d.ts +0 -7
- package/dist/modules/agents/builder/from-ai-node-parameters.js +0 -43
- package/dist/modules/agents/builder/from-ai-node-parameters.js.map +0 -1
- package/dist/modules/agents/builder/interactive/ask-llm.tool.d.ts +0 -2
- package/dist/modules/agents/builder/interactive/ask-llm.tool.js +0 -25
- package/dist/modules/agents/builder/interactive/ask-llm.tool.js.map +0 -1
- package/dist/modules/agents/builder/interactive/ask-question.tool.d.ts +0 -2
- package/dist/modules/agents/builder/interactive/ask-question.tool.js +0 -27
- package/dist/modules/agents/builder/interactive/ask-question.tool.js.map +0 -1
- package/dist/modules/agents/json-config/model-id.d.ts +0 -1
- package/dist/modules/agents/json-config/model-id.js +0 -8
- package/dist/modules/agents/json-config/model-id.js.map +0 -1
- package/dist/modules/agents/json-config/native-web-search-provider-tools.d.ts +0 -7
- package/dist/modules/agents/json-config/native-web-search-provider-tools.js +0 -55
- package/dist/modules/agents/json-config/native-web-search-provider-tools.js.map +0 -1
- package/dist/modules/n8n-packages/engine/import-pipeline.d.ts +0 -28
- package/dist/modules/n8n-packages/engine/import-pipeline.js +0 -204
- package/dist/modules/n8n-packages/engine/import-pipeline.js.map +0 -1
|
@@ -17,32 +17,32 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
17
17
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
18
18
|
}, "strict", z.ZodTypeAny, {
|
|
19
19
|
value: string;
|
|
20
|
-
label?: string | undefined;
|
|
21
20
|
text?: string | undefined;
|
|
22
|
-
|
|
21
|
+
label?: string | undefined;
|
|
22
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
value: string;
|
|
25
|
-
label?: string | undefined;
|
|
26
25
|
text?: string | undefined;
|
|
27
|
-
|
|
26
|
+
label?: string | undefined;
|
|
27
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
28
28
|
}>>;
|
|
29
29
|
}, "strict", z.ZodTypeAny, {
|
|
30
30
|
type: "section";
|
|
31
31
|
text: string;
|
|
32
32
|
button?: {
|
|
33
33
|
value: string;
|
|
34
|
-
label?: string | undefined;
|
|
35
34
|
text?: string | undefined;
|
|
36
|
-
|
|
35
|
+
label?: string | undefined;
|
|
36
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
37
37
|
} | undefined;
|
|
38
38
|
}, {
|
|
39
39
|
type: "section";
|
|
40
40
|
text: string;
|
|
41
41
|
button?: {
|
|
42
42
|
value: string;
|
|
43
|
-
label?: string | undefined;
|
|
44
43
|
text?: string | undefined;
|
|
45
|
-
|
|
44
|
+
label?: string | undefined;
|
|
45
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
46
46
|
} | undefined;
|
|
47
47
|
}>, z.ZodEffects<z.ZodObject<{
|
|
48
48
|
type: z.ZodLiteral<"fields">;
|
|
@@ -136,15 +136,15 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
136
136
|
}, "strict", z.ZodTypeAny, {
|
|
137
137
|
value: string;
|
|
138
138
|
type: "button";
|
|
139
|
-
label?: string | undefined;
|
|
140
139
|
text?: string | undefined;
|
|
141
|
-
|
|
140
|
+
label?: string | undefined;
|
|
141
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
142
142
|
}, {
|
|
143
143
|
value: string;
|
|
144
144
|
type: "button";
|
|
145
|
-
label?: string | undefined;
|
|
146
145
|
text?: string | undefined;
|
|
147
|
-
|
|
146
|
+
label?: string | undefined;
|
|
147
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
148
148
|
}>, z.ZodObject<{
|
|
149
149
|
type: z.ZodLiteral<"select">;
|
|
150
150
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -170,8 +170,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
170
170
|
description?: string | undefined;
|
|
171
171
|
}[];
|
|
172
172
|
type: "select";
|
|
173
|
-
label?: string | undefined;
|
|
174
173
|
id?: string | undefined;
|
|
174
|
+
label?: string | undefined;
|
|
175
175
|
placeholder?: string | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
options: {
|
|
@@ -180,8 +180,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
180
180
|
description?: string | undefined;
|
|
181
181
|
}[];
|
|
182
182
|
type: "select";
|
|
183
|
-
label?: string | undefined;
|
|
184
183
|
id?: string | undefined;
|
|
184
|
+
label?: string | undefined;
|
|
185
185
|
placeholder?: string | undefined;
|
|
186
186
|
}>, z.ZodObject<{
|
|
187
187
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -208,8 +208,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
208
208
|
description?: string | undefined;
|
|
209
209
|
}[];
|
|
210
210
|
type: "radio_select";
|
|
211
|
-
label?: string | undefined;
|
|
212
211
|
id?: string | undefined;
|
|
212
|
+
label?: string | undefined;
|
|
213
213
|
placeholder?: string | undefined;
|
|
214
214
|
}, {
|
|
215
215
|
options: {
|
|
@@ -218,8 +218,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
218
218
|
description?: string | undefined;
|
|
219
219
|
}[];
|
|
220
220
|
type: "radio_select";
|
|
221
|
-
label?: string | undefined;
|
|
222
221
|
id?: string | undefined;
|
|
222
|
+
label?: string | undefined;
|
|
223
223
|
placeholder?: string | undefined;
|
|
224
224
|
}>]>, "many">;
|
|
225
225
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -228,9 +228,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
228
228
|
text: string;
|
|
229
229
|
button?: {
|
|
230
230
|
value: string;
|
|
231
|
-
label?: string | undefined;
|
|
232
231
|
text?: string | undefined;
|
|
233
|
-
|
|
232
|
+
label?: string | undefined;
|
|
233
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
234
234
|
} | undefined;
|
|
235
235
|
} | {
|
|
236
236
|
type: "fields";
|
|
@@ -252,9 +252,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
252
252
|
} | {
|
|
253
253
|
value: string;
|
|
254
254
|
type: "button";
|
|
255
|
-
label?: string | undefined;
|
|
256
255
|
text?: string | undefined;
|
|
257
|
-
|
|
256
|
+
label?: string | undefined;
|
|
257
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
258
258
|
} | {
|
|
259
259
|
options: {
|
|
260
260
|
value: string;
|
|
@@ -262,8 +262,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
262
262
|
description?: string | undefined;
|
|
263
263
|
}[];
|
|
264
264
|
type: "select";
|
|
265
|
-
label?: string | undefined;
|
|
266
265
|
id?: string | undefined;
|
|
266
|
+
label?: string | undefined;
|
|
267
267
|
placeholder?: string | undefined;
|
|
268
268
|
} | {
|
|
269
269
|
options: {
|
|
@@ -272,22 +272,22 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
272
272
|
description?: string | undefined;
|
|
273
273
|
}[];
|
|
274
274
|
type: "radio_select";
|
|
275
|
-
label?: string | undefined;
|
|
276
275
|
id?: string | undefined;
|
|
276
|
+
label?: string | undefined;
|
|
277
277
|
placeholder?: string | undefined;
|
|
278
278
|
})[];
|
|
279
279
|
message?: string | undefined;
|
|
280
|
-
awaitResponse?: boolean | undefined;
|
|
281
280
|
title?: string | undefined;
|
|
281
|
+
awaitResponse?: boolean | undefined;
|
|
282
282
|
}, {
|
|
283
283
|
components: ({
|
|
284
284
|
type: "section";
|
|
285
285
|
text: string;
|
|
286
286
|
button?: {
|
|
287
287
|
value: string;
|
|
288
|
-
label?: string | undefined;
|
|
289
288
|
text?: string | undefined;
|
|
290
|
-
|
|
289
|
+
label?: string | undefined;
|
|
290
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
291
291
|
} | undefined;
|
|
292
292
|
} | {
|
|
293
293
|
type: "fields";
|
|
@@ -309,9 +309,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
309
309
|
} | {
|
|
310
310
|
value: string;
|
|
311
311
|
type: "button";
|
|
312
|
-
label?: string | undefined;
|
|
313
312
|
text?: string | undefined;
|
|
314
|
-
|
|
313
|
+
label?: string | undefined;
|
|
314
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
315
315
|
} | {
|
|
316
316
|
options: {
|
|
317
317
|
value: string;
|
|
@@ -319,8 +319,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
319
319
|
description?: string | undefined;
|
|
320
320
|
}[];
|
|
321
321
|
type: "select";
|
|
322
|
-
label?: string | undefined;
|
|
323
322
|
id?: string | undefined;
|
|
323
|
+
label?: string | undefined;
|
|
324
324
|
placeholder?: string | undefined;
|
|
325
325
|
} | {
|
|
326
326
|
options: {
|
|
@@ -329,13 +329,13 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
329
329
|
description?: string | undefined;
|
|
330
330
|
}[];
|
|
331
331
|
type: "radio_select";
|
|
332
|
-
label?: string | undefined;
|
|
333
332
|
id?: string | undefined;
|
|
333
|
+
label?: string | undefined;
|
|
334
334
|
placeholder?: string | undefined;
|
|
335
335
|
})[];
|
|
336
336
|
message?: string | undefined;
|
|
337
|
-
awaitResponse?: boolean | undefined;
|
|
338
337
|
title?: string | undefined;
|
|
338
|
+
awaitResponse?: boolean | undefined;
|
|
339
339
|
}>>;
|
|
340
340
|
}, "strict", z.ZodTypeAny, {
|
|
341
341
|
text?: string | undefined;
|
|
@@ -345,9 +345,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
345
345
|
text: string;
|
|
346
346
|
button?: {
|
|
347
347
|
value: string;
|
|
348
|
-
label?: string | undefined;
|
|
349
348
|
text?: string | undefined;
|
|
350
|
-
|
|
349
|
+
label?: string | undefined;
|
|
350
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
351
351
|
} | undefined;
|
|
352
352
|
} | {
|
|
353
353
|
type: "fields";
|
|
@@ -369,9 +369,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
369
369
|
} | {
|
|
370
370
|
value: string;
|
|
371
371
|
type: "button";
|
|
372
|
-
label?: string | undefined;
|
|
373
372
|
text?: string | undefined;
|
|
374
|
-
|
|
373
|
+
label?: string | undefined;
|
|
374
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
375
375
|
} | {
|
|
376
376
|
options: {
|
|
377
377
|
value: string;
|
|
@@ -379,8 +379,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
379
379
|
description?: string | undefined;
|
|
380
380
|
}[];
|
|
381
381
|
type: "select";
|
|
382
|
-
label?: string | undefined;
|
|
383
382
|
id?: string | undefined;
|
|
383
|
+
label?: string | undefined;
|
|
384
384
|
placeholder?: string | undefined;
|
|
385
385
|
} | {
|
|
386
386
|
options: {
|
|
@@ -389,13 +389,13 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
389
389
|
description?: string | undefined;
|
|
390
390
|
}[];
|
|
391
391
|
type: "radio_select";
|
|
392
|
-
label?: string | undefined;
|
|
393
392
|
id?: string | undefined;
|
|
393
|
+
label?: string | undefined;
|
|
394
394
|
placeholder?: string | undefined;
|
|
395
395
|
})[];
|
|
396
396
|
message?: string | undefined;
|
|
397
|
-
awaitResponse?: boolean | undefined;
|
|
398
397
|
title?: string | undefined;
|
|
398
|
+
awaitResponse?: boolean | undefined;
|
|
399
399
|
} | undefined;
|
|
400
400
|
}, {
|
|
401
401
|
text?: string | undefined;
|
|
@@ -405,9 +405,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
405
405
|
text: string;
|
|
406
406
|
button?: {
|
|
407
407
|
value: string;
|
|
408
|
-
label?: string | undefined;
|
|
409
408
|
text?: string | undefined;
|
|
410
|
-
|
|
409
|
+
label?: string | undefined;
|
|
410
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
411
411
|
} | undefined;
|
|
412
412
|
} | {
|
|
413
413
|
type: "fields";
|
|
@@ -429,9 +429,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
429
429
|
} | {
|
|
430
430
|
value: string;
|
|
431
431
|
type: "button";
|
|
432
|
-
label?: string | undefined;
|
|
433
432
|
text?: string | undefined;
|
|
434
|
-
|
|
433
|
+
label?: string | undefined;
|
|
434
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
435
435
|
} | {
|
|
436
436
|
options: {
|
|
437
437
|
value: string;
|
|
@@ -439,8 +439,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
439
439
|
description?: string | undefined;
|
|
440
440
|
}[];
|
|
441
441
|
type: "select";
|
|
442
|
-
label?: string | undefined;
|
|
443
442
|
id?: string | undefined;
|
|
443
|
+
label?: string | undefined;
|
|
444
444
|
placeholder?: string | undefined;
|
|
445
445
|
} | {
|
|
446
446
|
options: {
|
|
@@ -449,13 +449,13 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
449
449
|
description?: string | undefined;
|
|
450
450
|
}[];
|
|
451
451
|
type: "radio_select";
|
|
452
|
-
label?: string | undefined;
|
|
453
452
|
id?: string | undefined;
|
|
453
|
+
label?: string | undefined;
|
|
454
454
|
placeholder?: string | undefined;
|
|
455
455
|
})[];
|
|
456
456
|
message?: string | undefined;
|
|
457
|
-
awaitResponse?: boolean | undefined;
|
|
458
457
|
title?: string | undefined;
|
|
458
|
+
awaitResponse?: boolean | undefined;
|
|
459
459
|
} | undefined;
|
|
460
460
|
}>, {
|
|
461
461
|
text?: string | undefined;
|
|
@@ -465,9 +465,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
465
465
|
text: string;
|
|
466
466
|
button?: {
|
|
467
467
|
value: string;
|
|
468
|
-
label?: string | undefined;
|
|
469
468
|
text?: string | undefined;
|
|
470
|
-
|
|
469
|
+
label?: string | undefined;
|
|
470
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
471
471
|
} | undefined;
|
|
472
472
|
} | {
|
|
473
473
|
type: "fields";
|
|
@@ -489,9 +489,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
489
489
|
} | {
|
|
490
490
|
value: string;
|
|
491
491
|
type: "button";
|
|
492
|
-
label?: string | undefined;
|
|
493
492
|
text?: string | undefined;
|
|
494
|
-
|
|
493
|
+
label?: string | undefined;
|
|
494
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
495
495
|
} | {
|
|
496
496
|
options: {
|
|
497
497
|
value: string;
|
|
@@ -499,8 +499,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
499
499
|
description?: string | undefined;
|
|
500
500
|
}[];
|
|
501
501
|
type: "select";
|
|
502
|
-
label?: string | undefined;
|
|
503
502
|
id?: string | undefined;
|
|
503
|
+
label?: string | undefined;
|
|
504
504
|
placeholder?: string | undefined;
|
|
505
505
|
} | {
|
|
506
506
|
options: {
|
|
@@ -509,13 +509,13 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
509
509
|
description?: string | undefined;
|
|
510
510
|
}[];
|
|
511
511
|
type: "radio_select";
|
|
512
|
-
label?: string | undefined;
|
|
513
512
|
id?: string | undefined;
|
|
513
|
+
label?: string | undefined;
|
|
514
514
|
placeholder?: string | undefined;
|
|
515
515
|
})[];
|
|
516
516
|
message?: string | undefined;
|
|
517
|
-
awaitResponse?: boolean | undefined;
|
|
518
517
|
title?: string | undefined;
|
|
518
|
+
awaitResponse?: boolean | undefined;
|
|
519
519
|
} | undefined;
|
|
520
520
|
}, {
|
|
521
521
|
text?: string | undefined;
|
|
@@ -525,9 +525,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
525
525
|
text: string;
|
|
526
526
|
button?: {
|
|
527
527
|
value: string;
|
|
528
|
-
label?: string | undefined;
|
|
529
528
|
text?: string | undefined;
|
|
530
|
-
|
|
529
|
+
label?: string | undefined;
|
|
530
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
531
531
|
} | undefined;
|
|
532
532
|
} | {
|
|
533
533
|
type: "fields";
|
|
@@ -549,9 +549,9 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
549
549
|
} | {
|
|
550
550
|
value: string;
|
|
551
551
|
type: "button";
|
|
552
|
-
label?: string | undefined;
|
|
553
552
|
text?: string | undefined;
|
|
554
|
-
|
|
553
|
+
label?: string | undefined;
|
|
554
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
555
555
|
} | {
|
|
556
556
|
options: {
|
|
557
557
|
value: string;
|
|
@@ -559,8 +559,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
559
559
|
description?: string | undefined;
|
|
560
560
|
}[];
|
|
561
561
|
type: "select";
|
|
562
|
-
label?: string | undefined;
|
|
563
562
|
id?: string | undefined;
|
|
563
|
+
label?: string | undefined;
|
|
564
564
|
placeholder?: string | undefined;
|
|
565
565
|
} | {
|
|
566
566
|
options: {
|
|
@@ -569,13 +569,13 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
569
569
|
description?: string | undefined;
|
|
570
570
|
}[];
|
|
571
571
|
type: "radio_select";
|
|
572
|
-
label?: string | undefined;
|
|
573
572
|
id?: string | undefined;
|
|
573
|
+
label?: string | undefined;
|
|
574
574
|
placeholder?: string | undefined;
|
|
575
575
|
})[];
|
|
576
576
|
message?: string | undefined;
|
|
577
|
-
awaitResponse?: boolean | undefined;
|
|
578
577
|
title?: string | undefined;
|
|
578
|
+
awaitResponse?: boolean | undefined;
|
|
579
579
|
} | undefined;
|
|
580
580
|
}>;
|
|
581
581
|
export type IntegrationCardComponent = RichCardComponent;
|
|
@@ -799,32 +799,32 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
799
799
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
800
800
|
}, "strict", z.ZodTypeAny, {
|
|
801
801
|
value: string;
|
|
802
|
-
label?: string | undefined;
|
|
803
802
|
text?: string | undefined;
|
|
804
|
-
|
|
803
|
+
label?: string | undefined;
|
|
804
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
805
805
|
}, {
|
|
806
806
|
value: string;
|
|
807
|
-
label?: string | undefined;
|
|
808
807
|
text?: string | undefined;
|
|
809
|
-
|
|
808
|
+
label?: string | undefined;
|
|
809
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
810
810
|
}>>;
|
|
811
811
|
}, "strict", z.ZodTypeAny, {
|
|
812
812
|
type: "section";
|
|
813
813
|
text: string;
|
|
814
814
|
button?: {
|
|
815
815
|
value: string;
|
|
816
|
-
label?: string | undefined;
|
|
817
816
|
text?: string | undefined;
|
|
818
|
-
|
|
817
|
+
label?: string | undefined;
|
|
818
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
819
819
|
} | undefined;
|
|
820
820
|
}, {
|
|
821
821
|
type: "section";
|
|
822
822
|
text: string;
|
|
823
823
|
button?: {
|
|
824
824
|
value: string;
|
|
825
|
-
label?: string | undefined;
|
|
826
825
|
text?: string | undefined;
|
|
827
|
-
|
|
826
|
+
label?: string | undefined;
|
|
827
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
828
828
|
} | undefined;
|
|
829
829
|
}>, z.ZodEffects<z.ZodObject<{
|
|
830
830
|
type: z.ZodLiteral<"fields">;
|
|
@@ -918,15 +918,15 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
918
918
|
}, "strict", z.ZodTypeAny, {
|
|
919
919
|
value: string;
|
|
920
920
|
type: "button";
|
|
921
|
-
label?: string | undefined;
|
|
922
921
|
text?: string | undefined;
|
|
923
|
-
|
|
922
|
+
label?: string | undefined;
|
|
923
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
924
924
|
}, {
|
|
925
925
|
value: string;
|
|
926
926
|
type: "button";
|
|
927
|
-
label?: string | undefined;
|
|
928
927
|
text?: string | undefined;
|
|
929
|
-
|
|
928
|
+
label?: string | undefined;
|
|
929
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
930
930
|
}>, z.ZodObject<{
|
|
931
931
|
type: z.ZodLiteral<"select">;
|
|
932
932
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -952,8 +952,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
952
952
|
description?: string | undefined;
|
|
953
953
|
}[];
|
|
954
954
|
type: "select";
|
|
955
|
-
label?: string | undefined;
|
|
956
955
|
id?: string | undefined;
|
|
956
|
+
label?: string | undefined;
|
|
957
957
|
placeholder?: string | undefined;
|
|
958
958
|
}, {
|
|
959
959
|
options: {
|
|
@@ -962,8 +962,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
962
962
|
description?: string | undefined;
|
|
963
963
|
}[];
|
|
964
964
|
type: "select";
|
|
965
|
-
label?: string | undefined;
|
|
966
965
|
id?: string | undefined;
|
|
966
|
+
label?: string | undefined;
|
|
967
967
|
placeholder?: string | undefined;
|
|
968
968
|
}>, z.ZodObject<{
|
|
969
969
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -990,8 +990,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
990
990
|
description?: string | undefined;
|
|
991
991
|
}[];
|
|
992
992
|
type: "radio_select";
|
|
993
|
-
label?: string | undefined;
|
|
994
993
|
id?: string | undefined;
|
|
994
|
+
label?: string | undefined;
|
|
995
995
|
placeholder?: string | undefined;
|
|
996
996
|
}, {
|
|
997
997
|
options: {
|
|
@@ -1000,8 +1000,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1000
1000
|
description?: string | undefined;
|
|
1001
1001
|
}[];
|
|
1002
1002
|
type: "radio_select";
|
|
1003
|
-
label?: string | undefined;
|
|
1004
1003
|
id?: string | undefined;
|
|
1004
|
+
label?: string | undefined;
|
|
1005
1005
|
placeholder?: string | undefined;
|
|
1006
1006
|
}>]>, "many">;
|
|
1007
1007
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1010,9 +1010,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1010
1010
|
text: string;
|
|
1011
1011
|
button?: {
|
|
1012
1012
|
value: string;
|
|
1013
|
-
label?: string | undefined;
|
|
1014
1013
|
text?: string | undefined;
|
|
1015
|
-
|
|
1014
|
+
label?: string | undefined;
|
|
1015
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1016
1016
|
} | undefined;
|
|
1017
1017
|
} | {
|
|
1018
1018
|
type: "fields";
|
|
@@ -1034,9 +1034,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1034
1034
|
} | {
|
|
1035
1035
|
value: string;
|
|
1036
1036
|
type: "button";
|
|
1037
|
-
label?: string | undefined;
|
|
1038
1037
|
text?: string | undefined;
|
|
1039
|
-
|
|
1038
|
+
label?: string | undefined;
|
|
1039
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1040
1040
|
} | {
|
|
1041
1041
|
options: {
|
|
1042
1042
|
value: string;
|
|
@@ -1044,8 +1044,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1044
1044
|
description?: string | undefined;
|
|
1045
1045
|
}[];
|
|
1046
1046
|
type: "select";
|
|
1047
|
-
label?: string | undefined;
|
|
1048
1047
|
id?: string | undefined;
|
|
1048
|
+
label?: string | undefined;
|
|
1049
1049
|
placeholder?: string | undefined;
|
|
1050
1050
|
} | {
|
|
1051
1051
|
options: {
|
|
@@ -1054,22 +1054,22 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1054
1054
|
description?: string | undefined;
|
|
1055
1055
|
}[];
|
|
1056
1056
|
type: "radio_select";
|
|
1057
|
-
label?: string | undefined;
|
|
1058
1057
|
id?: string | undefined;
|
|
1058
|
+
label?: string | undefined;
|
|
1059
1059
|
placeholder?: string | undefined;
|
|
1060
1060
|
})[];
|
|
1061
1061
|
message?: string | undefined;
|
|
1062
|
-
awaitResponse?: boolean | undefined;
|
|
1063
1062
|
title?: string | undefined;
|
|
1063
|
+
awaitResponse?: boolean | undefined;
|
|
1064
1064
|
}, {
|
|
1065
1065
|
components: ({
|
|
1066
1066
|
type: "section";
|
|
1067
1067
|
text: string;
|
|
1068
1068
|
button?: {
|
|
1069
1069
|
value: string;
|
|
1070
|
-
label?: string | undefined;
|
|
1071
1070
|
text?: string | undefined;
|
|
1072
|
-
|
|
1071
|
+
label?: string | undefined;
|
|
1072
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1073
1073
|
} | undefined;
|
|
1074
1074
|
} | {
|
|
1075
1075
|
type: "fields";
|
|
@@ -1091,9 +1091,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1091
1091
|
} | {
|
|
1092
1092
|
value: string;
|
|
1093
1093
|
type: "button";
|
|
1094
|
-
label?: string | undefined;
|
|
1095
1094
|
text?: string | undefined;
|
|
1096
|
-
|
|
1095
|
+
label?: string | undefined;
|
|
1096
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1097
1097
|
} | {
|
|
1098
1098
|
options: {
|
|
1099
1099
|
value: string;
|
|
@@ -1101,8 +1101,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1101
1101
|
description?: string | undefined;
|
|
1102
1102
|
}[];
|
|
1103
1103
|
type: "select";
|
|
1104
|
-
label?: string | undefined;
|
|
1105
1104
|
id?: string | undefined;
|
|
1105
|
+
label?: string | undefined;
|
|
1106
1106
|
placeholder?: string | undefined;
|
|
1107
1107
|
} | {
|
|
1108
1108
|
options: {
|
|
@@ -1111,13 +1111,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1111
1111
|
description?: string | undefined;
|
|
1112
1112
|
}[];
|
|
1113
1113
|
type: "radio_select";
|
|
1114
|
-
label?: string | undefined;
|
|
1115
1114
|
id?: string | undefined;
|
|
1115
|
+
label?: string | undefined;
|
|
1116
1116
|
placeholder?: string | undefined;
|
|
1117
1117
|
})[];
|
|
1118
1118
|
message?: string | undefined;
|
|
1119
|
-
awaitResponse?: boolean | undefined;
|
|
1120
1119
|
title?: string | undefined;
|
|
1120
|
+
awaitResponse?: boolean | undefined;
|
|
1121
1121
|
}>>;
|
|
1122
1122
|
}, "strict", z.ZodTypeAny, {
|
|
1123
1123
|
text?: string | undefined;
|
|
@@ -1127,9 +1127,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1127
1127
|
text: string;
|
|
1128
1128
|
button?: {
|
|
1129
1129
|
value: string;
|
|
1130
|
-
label?: string | undefined;
|
|
1131
1130
|
text?: string | undefined;
|
|
1132
|
-
|
|
1131
|
+
label?: string | undefined;
|
|
1132
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1133
1133
|
} | undefined;
|
|
1134
1134
|
} | {
|
|
1135
1135
|
type: "fields";
|
|
@@ -1151,9 +1151,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1151
1151
|
} | {
|
|
1152
1152
|
value: string;
|
|
1153
1153
|
type: "button";
|
|
1154
|
-
label?: string | undefined;
|
|
1155
1154
|
text?: string | undefined;
|
|
1156
|
-
|
|
1155
|
+
label?: string | undefined;
|
|
1156
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1157
1157
|
} | {
|
|
1158
1158
|
options: {
|
|
1159
1159
|
value: string;
|
|
@@ -1161,8 +1161,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1161
1161
|
description?: string | undefined;
|
|
1162
1162
|
}[];
|
|
1163
1163
|
type: "select";
|
|
1164
|
-
label?: string | undefined;
|
|
1165
1164
|
id?: string | undefined;
|
|
1165
|
+
label?: string | undefined;
|
|
1166
1166
|
placeholder?: string | undefined;
|
|
1167
1167
|
} | {
|
|
1168
1168
|
options: {
|
|
@@ -1171,13 +1171,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1171
1171
|
description?: string | undefined;
|
|
1172
1172
|
}[];
|
|
1173
1173
|
type: "radio_select";
|
|
1174
|
-
label?: string | undefined;
|
|
1175
1174
|
id?: string | undefined;
|
|
1175
|
+
label?: string | undefined;
|
|
1176
1176
|
placeholder?: string | undefined;
|
|
1177
1177
|
})[];
|
|
1178
1178
|
message?: string | undefined;
|
|
1179
|
-
awaitResponse?: boolean | undefined;
|
|
1180
1179
|
title?: string | undefined;
|
|
1180
|
+
awaitResponse?: boolean | undefined;
|
|
1181
1181
|
} | undefined;
|
|
1182
1182
|
}, {
|
|
1183
1183
|
text?: string | undefined;
|
|
@@ -1187,9 +1187,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1187
1187
|
text: string;
|
|
1188
1188
|
button?: {
|
|
1189
1189
|
value: string;
|
|
1190
|
-
label?: string | undefined;
|
|
1191
1190
|
text?: string | undefined;
|
|
1192
|
-
|
|
1191
|
+
label?: string | undefined;
|
|
1192
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1193
1193
|
} | undefined;
|
|
1194
1194
|
} | {
|
|
1195
1195
|
type: "fields";
|
|
@@ -1211,9 +1211,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1211
1211
|
} | {
|
|
1212
1212
|
value: string;
|
|
1213
1213
|
type: "button";
|
|
1214
|
-
label?: string | undefined;
|
|
1215
1214
|
text?: string | undefined;
|
|
1216
|
-
|
|
1215
|
+
label?: string | undefined;
|
|
1216
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1217
1217
|
} | {
|
|
1218
1218
|
options: {
|
|
1219
1219
|
value: string;
|
|
@@ -1221,8 +1221,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1221
1221
|
description?: string | undefined;
|
|
1222
1222
|
}[];
|
|
1223
1223
|
type: "select";
|
|
1224
|
-
label?: string | undefined;
|
|
1225
1224
|
id?: string | undefined;
|
|
1225
|
+
label?: string | undefined;
|
|
1226
1226
|
placeholder?: string | undefined;
|
|
1227
1227
|
} | {
|
|
1228
1228
|
options: {
|
|
@@ -1231,13 +1231,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1231
1231
|
description?: string | undefined;
|
|
1232
1232
|
}[];
|
|
1233
1233
|
type: "radio_select";
|
|
1234
|
-
label?: string | undefined;
|
|
1235
1234
|
id?: string | undefined;
|
|
1235
|
+
label?: string | undefined;
|
|
1236
1236
|
placeholder?: string | undefined;
|
|
1237
1237
|
})[];
|
|
1238
1238
|
message?: string | undefined;
|
|
1239
|
-
awaitResponse?: boolean | undefined;
|
|
1240
1239
|
title?: string | undefined;
|
|
1240
|
+
awaitResponse?: boolean | undefined;
|
|
1241
1241
|
} | undefined;
|
|
1242
1242
|
}>, {
|
|
1243
1243
|
text?: string | undefined;
|
|
@@ -1247,9 +1247,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1247
1247
|
text: string;
|
|
1248
1248
|
button?: {
|
|
1249
1249
|
value: string;
|
|
1250
|
-
label?: string | undefined;
|
|
1251
1250
|
text?: string | undefined;
|
|
1252
|
-
|
|
1251
|
+
label?: string | undefined;
|
|
1252
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
1254
|
} | {
|
|
1255
1255
|
type: "fields";
|
|
@@ -1271,9 +1271,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1271
1271
|
} | {
|
|
1272
1272
|
value: string;
|
|
1273
1273
|
type: "button";
|
|
1274
|
-
label?: string | undefined;
|
|
1275
1274
|
text?: string | undefined;
|
|
1276
|
-
|
|
1275
|
+
label?: string | undefined;
|
|
1276
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1277
1277
|
} | {
|
|
1278
1278
|
options: {
|
|
1279
1279
|
value: string;
|
|
@@ -1281,8 +1281,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1281
1281
|
description?: string | undefined;
|
|
1282
1282
|
}[];
|
|
1283
1283
|
type: "select";
|
|
1284
|
-
label?: string | undefined;
|
|
1285
1284
|
id?: string | undefined;
|
|
1285
|
+
label?: string | undefined;
|
|
1286
1286
|
placeholder?: string | undefined;
|
|
1287
1287
|
} | {
|
|
1288
1288
|
options: {
|
|
@@ -1291,13 +1291,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1291
1291
|
description?: string | undefined;
|
|
1292
1292
|
}[];
|
|
1293
1293
|
type: "radio_select";
|
|
1294
|
-
label?: string | undefined;
|
|
1295
1294
|
id?: string | undefined;
|
|
1295
|
+
label?: string | undefined;
|
|
1296
1296
|
placeholder?: string | undefined;
|
|
1297
1297
|
})[];
|
|
1298
1298
|
message?: string | undefined;
|
|
1299
|
-
awaitResponse?: boolean | undefined;
|
|
1300
1299
|
title?: string | undefined;
|
|
1300
|
+
awaitResponse?: boolean | undefined;
|
|
1301
1301
|
} | undefined;
|
|
1302
1302
|
}, {
|
|
1303
1303
|
text?: string | undefined;
|
|
@@ -1307,9 +1307,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1307
1307
|
text: string;
|
|
1308
1308
|
button?: {
|
|
1309
1309
|
value: string;
|
|
1310
|
-
label?: string | undefined;
|
|
1311
1310
|
text?: string | undefined;
|
|
1312
|
-
|
|
1311
|
+
label?: string | undefined;
|
|
1312
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1313
1313
|
} | undefined;
|
|
1314
1314
|
} | {
|
|
1315
1315
|
type: "fields";
|
|
@@ -1331,9 +1331,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1331
1331
|
} | {
|
|
1332
1332
|
value: string;
|
|
1333
1333
|
type: "button";
|
|
1334
|
-
label?: string | undefined;
|
|
1335
1334
|
text?: string | undefined;
|
|
1336
|
-
|
|
1335
|
+
label?: string | undefined;
|
|
1336
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1337
1337
|
} | {
|
|
1338
1338
|
options: {
|
|
1339
1339
|
value: string;
|
|
@@ -1341,8 +1341,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1341
1341
|
description?: string | undefined;
|
|
1342
1342
|
}[];
|
|
1343
1343
|
type: "select";
|
|
1344
|
-
label?: string | undefined;
|
|
1345
1344
|
id?: string | undefined;
|
|
1345
|
+
label?: string | undefined;
|
|
1346
1346
|
placeholder?: string | undefined;
|
|
1347
1347
|
} | {
|
|
1348
1348
|
options: {
|
|
@@ -1351,13 +1351,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1351
1351
|
description?: string | undefined;
|
|
1352
1352
|
}[];
|
|
1353
1353
|
type: "radio_select";
|
|
1354
|
-
label?: string | undefined;
|
|
1355
1354
|
id?: string | undefined;
|
|
1355
|
+
label?: string | undefined;
|
|
1356
1356
|
placeholder?: string | undefined;
|
|
1357
1357
|
})[];
|
|
1358
1358
|
message?: string | undefined;
|
|
1359
|
-
awaitResponse?: boolean | undefined;
|
|
1360
1359
|
title?: string | undefined;
|
|
1360
|
+
awaitResponse?: boolean | undefined;
|
|
1361
1361
|
} | undefined;
|
|
1362
1362
|
}>;
|
|
1363
1363
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1369,9 +1369,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1369
1369
|
text: string;
|
|
1370
1370
|
button?: {
|
|
1371
1371
|
value: string;
|
|
1372
|
-
label?: string | undefined;
|
|
1373
1372
|
text?: string | undefined;
|
|
1374
|
-
|
|
1373
|
+
label?: string | undefined;
|
|
1374
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1375
1375
|
} | undefined;
|
|
1376
1376
|
} | {
|
|
1377
1377
|
type: "fields";
|
|
@@ -1393,9 +1393,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1393
1393
|
} | {
|
|
1394
1394
|
value: string;
|
|
1395
1395
|
type: "button";
|
|
1396
|
-
label?: string | undefined;
|
|
1397
1396
|
text?: string | undefined;
|
|
1398
|
-
|
|
1397
|
+
label?: string | undefined;
|
|
1398
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1399
1399
|
} | {
|
|
1400
1400
|
options: {
|
|
1401
1401
|
value: string;
|
|
@@ -1403,8 +1403,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1403
1403
|
description?: string | undefined;
|
|
1404
1404
|
}[];
|
|
1405
1405
|
type: "select";
|
|
1406
|
-
label?: string | undefined;
|
|
1407
1406
|
id?: string | undefined;
|
|
1407
|
+
label?: string | undefined;
|
|
1408
1408
|
placeholder?: string | undefined;
|
|
1409
1409
|
} | {
|
|
1410
1410
|
options: {
|
|
@@ -1413,13 +1413,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1413
1413
|
description?: string | undefined;
|
|
1414
1414
|
}[];
|
|
1415
1415
|
type: "radio_select";
|
|
1416
|
-
label?: string | undefined;
|
|
1417
1416
|
id?: string | undefined;
|
|
1417
|
+
label?: string | undefined;
|
|
1418
1418
|
placeholder?: string | undefined;
|
|
1419
1419
|
})[];
|
|
1420
1420
|
message?: string | undefined;
|
|
1421
|
-
awaitResponse?: boolean | undefined;
|
|
1422
1421
|
title?: string | undefined;
|
|
1422
|
+
awaitResponse?: boolean | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
1424
|
};
|
|
1425
1425
|
}, {
|
|
@@ -1431,9 +1431,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1431
1431
|
text: string;
|
|
1432
1432
|
button?: {
|
|
1433
1433
|
value: string;
|
|
1434
|
-
label?: string | undefined;
|
|
1435
1434
|
text?: string | undefined;
|
|
1436
|
-
|
|
1435
|
+
label?: string | undefined;
|
|
1436
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1437
1437
|
} | undefined;
|
|
1438
1438
|
} | {
|
|
1439
1439
|
type: "fields";
|
|
@@ -1455,9 +1455,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1455
1455
|
} | {
|
|
1456
1456
|
value: string;
|
|
1457
1457
|
type: "button";
|
|
1458
|
-
label?: string | undefined;
|
|
1459
1458
|
text?: string | undefined;
|
|
1460
|
-
|
|
1459
|
+
label?: string | undefined;
|
|
1460
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1461
1461
|
} | {
|
|
1462
1462
|
options: {
|
|
1463
1463
|
value: string;
|
|
@@ -1465,8 +1465,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1465
1465
|
description?: string | undefined;
|
|
1466
1466
|
}[];
|
|
1467
1467
|
type: "select";
|
|
1468
|
-
label?: string | undefined;
|
|
1469
1468
|
id?: string | undefined;
|
|
1469
|
+
label?: string | undefined;
|
|
1470
1470
|
placeholder?: string | undefined;
|
|
1471
1471
|
} | {
|
|
1472
1472
|
options: {
|
|
@@ -1475,13 +1475,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1475
1475
|
description?: string | undefined;
|
|
1476
1476
|
}[];
|
|
1477
1477
|
type: "radio_select";
|
|
1478
|
-
label?: string | undefined;
|
|
1479
1478
|
id?: string | undefined;
|
|
1479
|
+
label?: string | undefined;
|
|
1480
1480
|
placeholder?: string | undefined;
|
|
1481
1481
|
})[];
|
|
1482
1482
|
message?: string | undefined;
|
|
1483
|
-
awaitResponse?: boolean | undefined;
|
|
1484
1483
|
title?: string | undefined;
|
|
1484
|
+
awaitResponse?: boolean | undefined;
|
|
1485
1485
|
} | undefined;
|
|
1486
1486
|
};
|
|
1487
1487
|
}>;
|
|
@@ -1495,9 +1495,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1495
1495
|
text: string;
|
|
1496
1496
|
button?: {
|
|
1497
1497
|
value: string;
|
|
1498
|
-
label?: string | undefined;
|
|
1499
1498
|
text?: string | undefined;
|
|
1500
|
-
|
|
1499
|
+
label?: string | undefined;
|
|
1500
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1501
1501
|
} | undefined;
|
|
1502
1502
|
} | {
|
|
1503
1503
|
type: "fields";
|
|
@@ -1519,9 +1519,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1519
1519
|
} | {
|
|
1520
1520
|
value: string;
|
|
1521
1521
|
type: "button";
|
|
1522
|
-
label?: string | undefined;
|
|
1523
1522
|
text?: string | undefined;
|
|
1524
|
-
|
|
1523
|
+
label?: string | undefined;
|
|
1524
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1525
1525
|
} | {
|
|
1526
1526
|
options: {
|
|
1527
1527
|
value: string;
|
|
@@ -1529,8 +1529,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1529
1529
|
description?: string | undefined;
|
|
1530
1530
|
}[];
|
|
1531
1531
|
type: "select";
|
|
1532
|
-
label?: string | undefined;
|
|
1533
1532
|
id?: string | undefined;
|
|
1533
|
+
label?: string | undefined;
|
|
1534
1534
|
placeholder?: string | undefined;
|
|
1535
1535
|
} | {
|
|
1536
1536
|
options: {
|
|
@@ -1539,13 +1539,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1539
1539
|
description?: string | undefined;
|
|
1540
1540
|
}[];
|
|
1541
1541
|
type: "radio_select";
|
|
1542
|
-
label?: string | undefined;
|
|
1543
1542
|
id?: string | undefined;
|
|
1543
|
+
label?: string | undefined;
|
|
1544
1544
|
placeholder?: string | undefined;
|
|
1545
1545
|
})[];
|
|
1546
1546
|
message?: string | undefined;
|
|
1547
|
-
awaitResponse?: boolean | undefined;
|
|
1548
1547
|
title?: string | undefined;
|
|
1548
|
+
awaitResponse?: boolean | undefined;
|
|
1549
1549
|
} | undefined;
|
|
1550
1550
|
};
|
|
1551
1551
|
};
|
|
@@ -1560,9 +1560,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1560
1560
|
text: string;
|
|
1561
1561
|
button?: {
|
|
1562
1562
|
value: string;
|
|
1563
|
-
label?: string | undefined;
|
|
1564
1563
|
text?: string | undefined;
|
|
1565
|
-
|
|
1564
|
+
label?: string | undefined;
|
|
1565
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1566
1566
|
} | undefined;
|
|
1567
1567
|
} | {
|
|
1568
1568
|
type: "fields";
|
|
@@ -1584,9 +1584,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1584
1584
|
} | {
|
|
1585
1585
|
value: string;
|
|
1586
1586
|
type: "button";
|
|
1587
|
-
label?: string | undefined;
|
|
1588
1587
|
text?: string | undefined;
|
|
1589
|
-
|
|
1588
|
+
label?: string | undefined;
|
|
1589
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1590
1590
|
} | {
|
|
1591
1591
|
options: {
|
|
1592
1592
|
value: string;
|
|
@@ -1594,8 +1594,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1594
1594
|
description?: string | undefined;
|
|
1595
1595
|
}[];
|
|
1596
1596
|
type: "select";
|
|
1597
|
-
label?: string | undefined;
|
|
1598
1597
|
id?: string | undefined;
|
|
1598
|
+
label?: string | undefined;
|
|
1599
1599
|
placeholder?: string | undefined;
|
|
1600
1600
|
} | {
|
|
1601
1601
|
options: {
|
|
@@ -1604,13 +1604,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1604
1604
|
description?: string | undefined;
|
|
1605
1605
|
}[];
|
|
1606
1606
|
type: "radio_select";
|
|
1607
|
-
label?: string | undefined;
|
|
1608
1607
|
id?: string | undefined;
|
|
1608
|
+
label?: string | undefined;
|
|
1609
1609
|
placeholder?: string | undefined;
|
|
1610
1610
|
})[];
|
|
1611
1611
|
message?: string | undefined;
|
|
1612
|
-
awaitResponse?: boolean | undefined;
|
|
1613
1612
|
title?: string | undefined;
|
|
1613
|
+
awaitResponse?: boolean | undefined;
|
|
1614
1614
|
} | undefined;
|
|
1615
1615
|
};
|
|
1616
1616
|
};
|
|
@@ -1639,32 +1639,32 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1639
1639
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
1640
1640
|
}, "strict", z.ZodTypeAny, {
|
|
1641
1641
|
value: string;
|
|
1642
|
-
label?: string | undefined;
|
|
1643
1642
|
text?: string | undefined;
|
|
1644
|
-
|
|
1643
|
+
label?: string | undefined;
|
|
1644
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1645
1645
|
}, {
|
|
1646
1646
|
value: string;
|
|
1647
|
-
label?: string | undefined;
|
|
1648
1647
|
text?: string | undefined;
|
|
1649
|
-
|
|
1648
|
+
label?: string | undefined;
|
|
1649
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1650
1650
|
}>>;
|
|
1651
1651
|
}, "strict", z.ZodTypeAny, {
|
|
1652
1652
|
type: "section";
|
|
1653
1653
|
text: string;
|
|
1654
1654
|
button?: {
|
|
1655
1655
|
value: string;
|
|
1656
|
-
label?: string | undefined;
|
|
1657
1656
|
text?: string | undefined;
|
|
1658
|
-
|
|
1657
|
+
label?: string | undefined;
|
|
1658
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1659
1659
|
} | undefined;
|
|
1660
1660
|
}, {
|
|
1661
1661
|
type: "section";
|
|
1662
1662
|
text: string;
|
|
1663
1663
|
button?: {
|
|
1664
1664
|
value: string;
|
|
1665
|
-
label?: string | undefined;
|
|
1666
1665
|
text?: string | undefined;
|
|
1667
|
-
|
|
1666
|
+
label?: string | undefined;
|
|
1667
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1668
1668
|
} | undefined;
|
|
1669
1669
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1670
1670
|
type: z.ZodLiteral<"fields">;
|
|
@@ -1758,15 +1758,15 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1758
1758
|
}, "strict", z.ZodTypeAny, {
|
|
1759
1759
|
value: string;
|
|
1760
1760
|
type: "button";
|
|
1761
|
-
label?: string | undefined;
|
|
1762
1761
|
text?: string | undefined;
|
|
1763
|
-
|
|
1762
|
+
label?: string | undefined;
|
|
1763
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1764
1764
|
}, {
|
|
1765
1765
|
value: string;
|
|
1766
1766
|
type: "button";
|
|
1767
|
-
label?: string | undefined;
|
|
1768
1767
|
text?: string | undefined;
|
|
1769
|
-
|
|
1768
|
+
label?: string | undefined;
|
|
1769
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1770
1770
|
}>, z.ZodObject<{
|
|
1771
1771
|
type: z.ZodLiteral<"select">;
|
|
1772
1772
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -1792,8 +1792,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1792
1792
|
description?: string | undefined;
|
|
1793
1793
|
}[];
|
|
1794
1794
|
type: "select";
|
|
1795
|
-
label?: string | undefined;
|
|
1796
1795
|
id?: string | undefined;
|
|
1796
|
+
label?: string | undefined;
|
|
1797
1797
|
placeholder?: string | undefined;
|
|
1798
1798
|
}, {
|
|
1799
1799
|
options: {
|
|
@@ -1802,8 +1802,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1802
1802
|
description?: string | undefined;
|
|
1803
1803
|
}[];
|
|
1804
1804
|
type: "select";
|
|
1805
|
-
label?: string | undefined;
|
|
1806
1805
|
id?: string | undefined;
|
|
1806
|
+
label?: string | undefined;
|
|
1807
1807
|
placeholder?: string | undefined;
|
|
1808
1808
|
}>, z.ZodObject<{
|
|
1809
1809
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -1830,8 +1830,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1830
1830
|
description?: string | undefined;
|
|
1831
1831
|
}[];
|
|
1832
1832
|
type: "radio_select";
|
|
1833
|
-
label?: string | undefined;
|
|
1834
1833
|
id?: string | undefined;
|
|
1834
|
+
label?: string | undefined;
|
|
1835
1835
|
placeholder?: string | undefined;
|
|
1836
1836
|
}, {
|
|
1837
1837
|
options: {
|
|
@@ -1840,8 +1840,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1840
1840
|
description?: string | undefined;
|
|
1841
1841
|
}[];
|
|
1842
1842
|
type: "radio_select";
|
|
1843
|
-
label?: string | undefined;
|
|
1844
1843
|
id?: string | undefined;
|
|
1844
|
+
label?: string | undefined;
|
|
1845
1845
|
placeholder?: string | undefined;
|
|
1846
1846
|
}>]>, "many">;
|
|
1847
1847
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -1850,9 +1850,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1850
1850
|
text: string;
|
|
1851
1851
|
button?: {
|
|
1852
1852
|
value: string;
|
|
1853
|
-
label?: string | undefined;
|
|
1854
1853
|
text?: string | undefined;
|
|
1855
|
-
|
|
1854
|
+
label?: string | undefined;
|
|
1855
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1856
1856
|
} | undefined;
|
|
1857
1857
|
} | {
|
|
1858
1858
|
type: "fields";
|
|
@@ -1874,9 +1874,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1874
1874
|
} | {
|
|
1875
1875
|
value: string;
|
|
1876
1876
|
type: "button";
|
|
1877
|
-
label?: string | undefined;
|
|
1878
1877
|
text?: string | undefined;
|
|
1879
|
-
|
|
1878
|
+
label?: string | undefined;
|
|
1879
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1880
1880
|
} | {
|
|
1881
1881
|
options: {
|
|
1882
1882
|
value: string;
|
|
@@ -1884,8 +1884,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1884
1884
|
description?: string | undefined;
|
|
1885
1885
|
}[];
|
|
1886
1886
|
type: "select";
|
|
1887
|
-
label?: string | undefined;
|
|
1888
1887
|
id?: string | undefined;
|
|
1888
|
+
label?: string | undefined;
|
|
1889
1889
|
placeholder?: string | undefined;
|
|
1890
1890
|
} | {
|
|
1891
1891
|
options: {
|
|
@@ -1894,22 +1894,22 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1894
1894
|
description?: string | undefined;
|
|
1895
1895
|
}[];
|
|
1896
1896
|
type: "radio_select";
|
|
1897
|
-
label?: string | undefined;
|
|
1898
1897
|
id?: string | undefined;
|
|
1898
|
+
label?: string | undefined;
|
|
1899
1899
|
placeholder?: string | undefined;
|
|
1900
1900
|
})[];
|
|
1901
1901
|
message?: string | undefined;
|
|
1902
|
-
awaitResponse?: boolean | undefined;
|
|
1903
1902
|
title?: string | undefined;
|
|
1903
|
+
awaitResponse?: boolean | undefined;
|
|
1904
1904
|
}, {
|
|
1905
1905
|
components: ({
|
|
1906
1906
|
type: "section";
|
|
1907
1907
|
text: string;
|
|
1908
1908
|
button?: {
|
|
1909
1909
|
value: string;
|
|
1910
|
-
label?: string | undefined;
|
|
1911
1910
|
text?: string | undefined;
|
|
1912
|
-
|
|
1911
|
+
label?: string | undefined;
|
|
1912
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1913
1913
|
} | undefined;
|
|
1914
1914
|
} | {
|
|
1915
1915
|
type: "fields";
|
|
@@ -1931,9 +1931,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1931
1931
|
} | {
|
|
1932
1932
|
value: string;
|
|
1933
1933
|
type: "button";
|
|
1934
|
-
label?: string | undefined;
|
|
1935
1934
|
text?: string | undefined;
|
|
1936
|
-
|
|
1935
|
+
label?: string | undefined;
|
|
1936
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1937
1937
|
} | {
|
|
1938
1938
|
options: {
|
|
1939
1939
|
value: string;
|
|
@@ -1941,8 +1941,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1941
1941
|
description?: string | undefined;
|
|
1942
1942
|
}[];
|
|
1943
1943
|
type: "select";
|
|
1944
|
-
label?: string | undefined;
|
|
1945
1944
|
id?: string | undefined;
|
|
1945
|
+
label?: string | undefined;
|
|
1946
1946
|
placeholder?: string | undefined;
|
|
1947
1947
|
} | {
|
|
1948
1948
|
options: {
|
|
@@ -1951,13 +1951,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1951
1951
|
description?: string | undefined;
|
|
1952
1952
|
}[];
|
|
1953
1953
|
type: "radio_select";
|
|
1954
|
-
label?: string | undefined;
|
|
1955
1954
|
id?: string | undefined;
|
|
1955
|
+
label?: string | undefined;
|
|
1956
1956
|
placeholder?: string | undefined;
|
|
1957
1957
|
})[];
|
|
1958
1958
|
message?: string | undefined;
|
|
1959
|
-
awaitResponse?: boolean | undefined;
|
|
1960
1959
|
title?: string | undefined;
|
|
1960
|
+
awaitResponse?: boolean | undefined;
|
|
1961
1961
|
}>>;
|
|
1962
1962
|
}, "strict", z.ZodTypeAny, {
|
|
1963
1963
|
text?: string | undefined;
|
|
@@ -1967,9 +1967,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1967
1967
|
text: string;
|
|
1968
1968
|
button?: {
|
|
1969
1969
|
value: string;
|
|
1970
|
-
label?: string | undefined;
|
|
1971
1970
|
text?: string | undefined;
|
|
1972
|
-
|
|
1971
|
+
label?: string | undefined;
|
|
1972
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1973
1973
|
} | undefined;
|
|
1974
1974
|
} | {
|
|
1975
1975
|
type: "fields";
|
|
@@ -1991,9 +1991,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1991
1991
|
} | {
|
|
1992
1992
|
value: string;
|
|
1993
1993
|
type: "button";
|
|
1994
|
-
label?: string | undefined;
|
|
1995
1994
|
text?: string | undefined;
|
|
1996
|
-
|
|
1995
|
+
label?: string | undefined;
|
|
1996
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
1997
1997
|
} | {
|
|
1998
1998
|
options: {
|
|
1999
1999
|
value: string;
|
|
@@ -2001,8 +2001,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2001
2001
|
description?: string | undefined;
|
|
2002
2002
|
}[];
|
|
2003
2003
|
type: "select";
|
|
2004
|
-
label?: string | undefined;
|
|
2005
2004
|
id?: string | undefined;
|
|
2005
|
+
label?: string | undefined;
|
|
2006
2006
|
placeholder?: string | undefined;
|
|
2007
2007
|
} | {
|
|
2008
2008
|
options: {
|
|
@@ -2011,13 +2011,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2011
2011
|
description?: string | undefined;
|
|
2012
2012
|
}[];
|
|
2013
2013
|
type: "radio_select";
|
|
2014
|
-
label?: string | undefined;
|
|
2015
2014
|
id?: string | undefined;
|
|
2015
|
+
label?: string | undefined;
|
|
2016
2016
|
placeholder?: string | undefined;
|
|
2017
2017
|
})[];
|
|
2018
2018
|
message?: string | undefined;
|
|
2019
|
-
awaitResponse?: boolean | undefined;
|
|
2020
2019
|
title?: string | undefined;
|
|
2020
|
+
awaitResponse?: boolean | undefined;
|
|
2021
2021
|
} | undefined;
|
|
2022
2022
|
}, {
|
|
2023
2023
|
text?: string | undefined;
|
|
@@ -2027,9 +2027,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2027
2027
|
text: string;
|
|
2028
2028
|
button?: {
|
|
2029
2029
|
value: string;
|
|
2030
|
-
label?: string | undefined;
|
|
2031
2030
|
text?: string | undefined;
|
|
2032
|
-
|
|
2031
|
+
label?: string | undefined;
|
|
2032
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2033
2033
|
} | undefined;
|
|
2034
2034
|
} | {
|
|
2035
2035
|
type: "fields";
|
|
@@ -2051,9 +2051,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2051
2051
|
} | {
|
|
2052
2052
|
value: string;
|
|
2053
2053
|
type: "button";
|
|
2054
|
-
label?: string | undefined;
|
|
2055
2054
|
text?: string | undefined;
|
|
2056
|
-
|
|
2055
|
+
label?: string | undefined;
|
|
2056
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2057
2057
|
} | {
|
|
2058
2058
|
options: {
|
|
2059
2059
|
value: string;
|
|
@@ -2061,8 +2061,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2061
2061
|
description?: string | undefined;
|
|
2062
2062
|
}[];
|
|
2063
2063
|
type: "select";
|
|
2064
|
-
label?: string | undefined;
|
|
2065
2064
|
id?: string | undefined;
|
|
2065
|
+
label?: string | undefined;
|
|
2066
2066
|
placeholder?: string | undefined;
|
|
2067
2067
|
} | {
|
|
2068
2068
|
options: {
|
|
@@ -2071,13 +2071,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2071
2071
|
description?: string | undefined;
|
|
2072
2072
|
}[];
|
|
2073
2073
|
type: "radio_select";
|
|
2074
|
-
label?: string | undefined;
|
|
2075
2074
|
id?: string | undefined;
|
|
2075
|
+
label?: string | undefined;
|
|
2076
2076
|
placeholder?: string | undefined;
|
|
2077
2077
|
})[];
|
|
2078
2078
|
message?: string | undefined;
|
|
2079
|
-
awaitResponse?: boolean | undefined;
|
|
2080
2079
|
title?: string | undefined;
|
|
2080
|
+
awaitResponse?: boolean | undefined;
|
|
2081
2081
|
} | undefined;
|
|
2082
2082
|
}>, {
|
|
2083
2083
|
text?: string | undefined;
|
|
@@ -2087,9 +2087,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2087
2087
|
text: string;
|
|
2088
2088
|
button?: {
|
|
2089
2089
|
value: string;
|
|
2090
|
-
label?: string | undefined;
|
|
2091
2090
|
text?: string | undefined;
|
|
2092
|
-
|
|
2091
|
+
label?: string | undefined;
|
|
2092
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2093
2093
|
} | undefined;
|
|
2094
2094
|
} | {
|
|
2095
2095
|
type: "fields";
|
|
@@ -2111,9 +2111,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2111
2111
|
} | {
|
|
2112
2112
|
value: string;
|
|
2113
2113
|
type: "button";
|
|
2114
|
-
label?: string | undefined;
|
|
2115
2114
|
text?: string | undefined;
|
|
2116
|
-
|
|
2115
|
+
label?: string | undefined;
|
|
2116
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2117
2117
|
} | {
|
|
2118
2118
|
options: {
|
|
2119
2119
|
value: string;
|
|
@@ -2121,8 +2121,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2121
2121
|
description?: string | undefined;
|
|
2122
2122
|
}[];
|
|
2123
2123
|
type: "select";
|
|
2124
|
-
label?: string | undefined;
|
|
2125
2124
|
id?: string | undefined;
|
|
2125
|
+
label?: string | undefined;
|
|
2126
2126
|
placeholder?: string | undefined;
|
|
2127
2127
|
} | {
|
|
2128
2128
|
options: {
|
|
@@ -2131,13 +2131,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2131
2131
|
description?: string | undefined;
|
|
2132
2132
|
}[];
|
|
2133
2133
|
type: "radio_select";
|
|
2134
|
-
label?: string | undefined;
|
|
2135
2134
|
id?: string | undefined;
|
|
2135
|
+
label?: string | undefined;
|
|
2136
2136
|
placeholder?: string | undefined;
|
|
2137
2137
|
})[];
|
|
2138
2138
|
message?: string | undefined;
|
|
2139
|
-
awaitResponse?: boolean | undefined;
|
|
2140
2139
|
title?: string | undefined;
|
|
2140
|
+
awaitResponse?: boolean | undefined;
|
|
2141
2141
|
} | undefined;
|
|
2142
2142
|
}, {
|
|
2143
2143
|
text?: string | undefined;
|
|
@@ -2147,9 +2147,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2147
2147
|
text: string;
|
|
2148
2148
|
button?: {
|
|
2149
2149
|
value: string;
|
|
2150
|
-
label?: string | undefined;
|
|
2151
2150
|
text?: string | undefined;
|
|
2152
|
-
|
|
2151
|
+
label?: string | undefined;
|
|
2152
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2153
2153
|
} | undefined;
|
|
2154
2154
|
} | {
|
|
2155
2155
|
type: "fields";
|
|
@@ -2171,9 +2171,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2171
2171
|
} | {
|
|
2172
2172
|
value: string;
|
|
2173
2173
|
type: "button";
|
|
2174
|
-
label?: string | undefined;
|
|
2175
2174
|
text?: string | undefined;
|
|
2176
|
-
|
|
2175
|
+
label?: string | undefined;
|
|
2176
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2177
2177
|
} | {
|
|
2178
2178
|
options: {
|
|
2179
2179
|
value: string;
|
|
@@ -2181,8 +2181,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2181
2181
|
description?: string | undefined;
|
|
2182
2182
|
}[];
|
|
2183
2183
|
type: "select";
|
|
2184
|
-
label?: string | undefined;
|
|
2185
2184
|
id?: string | undefined;
|
|
2185
|
+
label?: string | undefined;
|
|
2186
2186
|
placeholder?: string | undefined;
|
|
2187
2187
|
} | {
|
|
2188
2188
|
options: {
|
|
@@ -2191,13 +2191,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2191
2191
|
description?: string | undefined;
|
|
2192
2192
|
}[];
|
|
2193
2193
|
type: "radio_select";
|
|
2194
|
-
label?: string | undefined;
|
|
2195
2194
|
id?: string | undefined;
|
|
2195
|
+
label?: string | undefined;
|
|
2196
2196
|
placeholder?: string | undefined;
|
|
2197
2197
|
})[];
|
|
2198
2198
|
message?: string | undefined;
|
|
2199
|
-
awaitResponse?: boolean | undefined;
|
|
2200
2199
|
title?: string | undefined;
|
|
2200
|
+
awaitResponse?: boolean | undefined;
|
|
2201
2201
|
} | undefined;
|
|
2202
2202
|
}>;
|
|
2203
2203
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -2209,9 +2209,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2209
2209
|
text: string;
|
|
2210
2210
|
button?: {
|
|
2211
2211
|
value: string;
|
|
2212
|
-
label?: string | undefined;
|
|
2213
2212
|
text?: string | undefined;
|
|
2214
|
-
|
|
2213
|
+
label?: string | undefined;
|
|
2214
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2215
2215
|
} | undefined;
|
|
2216
2216
|
} | {
|
|
2217
2217
|
type: "fields";
|
|
@@ -2233,9 +2233,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2233
2233
|
} | {
|
|
2234
2234
|
value: string;
|
|
2235
2235
|
type: "button";
|
|
2236
|
-
label?: string | undefined;
|
|
2237
2236
|
text?: string | undefined;
|
|
2238
|
-
|
|
2237
|
+
label?: string | undefined;
|
|
2238
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2239
2239
|
} | {
|
|
2240
2240
|
options: {
|
|
2241
2241
|
value: string;
|
|
@@ -2243,8 +2243,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2243
2243
|
description?: string | undefined;
|
|
2244
2244
|
}[];
|
|
2245
2245
|
type: "select";
|
|
2246
|
-
label?: string | undefined;
|
|
2247
2246
|
id?: string | undefined;
|
|
2247
|
+
label?: string | undefined;
|
|
2248
2248
|
placeholder?: string | undefined;
|
|
2249
2249
|
} | {
|
|
2250
2250
|
options: {
|
|
@@ -2253,13 +2253,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2253
2253
|
description?: string | undefined;
|
|
2254
2254
|
}[];
|
|
2255
2255
|
type: "radio_select";
|
|
2256
|
-
label?: string | undefined;
|
|
2257
2256
|
id?: string | undefined;
|
|
2257
|
+
label?: string | undefined;
|
|
2258
2258
|
placeholder?: string | undefined;
|
|
2259
2259
|
})[];
|
|
2260
2260
|
message?: string | undefined;
|
|
2261
|
-
awaitResponse?: boolean | undefined;
|
|
2262
2261
|
title?: string | undefined;
|
|
2262
|
+
awaitResponse?: boolean | undefined;
|
|
2263
2263
|
} | undefined;
|
|
2264
2264
|
};
|
|
2265
2265
|
userId: string;
|
|
@@ -2272,9 +2272,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2272
2272
|
text: string;
|
|
2273
2273
|
button?: {
|
|
2274
2274
|
value: string;
|
|
2275
|
-
label?: string | undefined;
|
|
2276
2275
|
text?: string | undefined;
|
|
2277
|
-
|
|
2276
|
+
label?: string | undefined;
|
|
2277
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2278
2278
|
} | undefined;
|
|
2279
2279
|
} | {
|
|
2280
2280
|
type: "fields";
|
|
@@ -2296,9 +2296,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2296
2296
|
} | {
|
|
2297
2297
|
value: string;
|
|
2298
2298
|
type: "button";
|
|
2299
|
-
label?: string | undefined;
|
|
2300
2299
|
text?: string | undefined;
|
|
2301
|
-
|
|
2300
|
+
label?: string | undefined;
|
|
2301
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2302
2302
|
} | {
|
|
2303
2303
|
options: {
|
|
2304
2304
|
value: string;
|
|
@@ -2306,8 +2306,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2306
2306
|
description?: string | undefined;
|
|
2307
2307
|
}[];
|
|
2308
2308
|
type: "select";
|
|
2309
|
-
label?: string | undefined;
|
|
2310
2309
|
id?: string | undefined;
|
|
2310
|
+
label?: string | undefined;
|
|
2311
2311
|
placeholder?: string | undefined;
|
|
2312
2312
|
} | {
|
|
2313
2313
|
options: {
|
|
@@ -2316,13 +2316,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2316
2316
|
description?: string | undefined;
|
|
2317
2317
|
}[];
|
|
2318
2318
|
type: "radio_select";
|
|
2319
|
-
label?: string | undefined;
|
|
2320
2319
|
id?: string | undefined;
|
|
2320
|
+
label?: string | undefined;
|
|
2321
2321
|
placeholder?: string | undefined;
|
|
2322
2322
|
})[];
|
|
2323
2323
|
message?: string | undefined;
|
|
2324
|
-
awaitResponse?: boolean | undefined;
|
|
2325
2324
|
title?: string | undefined;
|
|
2325
|
+
awaitResponse?: boolean | undefined;
|
|
2326
2326
|
} | undefined;
|
|
2327
2327
|
};
|
|
2328
2328
|
userId: string;
|
|
@@ -2337,9 +2337,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2337
2337
|
text: string;
|
|
2338
2338
|
button?: {
|
|
2339
2339
|
value: string;
|
|
2340
|
-
label?: string | undefined;
|
|
2341
2340
|
text?: string | undefined;
|
|
2342
|
-
|
|
2341
|
+
label?: string | undefined;
|
|
2342
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2343
2343
|
} | undefined;
|
|
2344
2344
|
} | {
|
|
2345
2345
|
type: "fields";
|
|
@@ -2361,9 +2361,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2361
2361
|
} | {
|
|
2362
2362
|
value: string;
|
|
2363
2363
|
type: "button";
|
|
2364
|
-
label?: string | undefined;
|
|
2365
2364
|
text?: string | undefined;
|
|
2366
|
-
|
|
2365
|
+
label?: string | undefined;
|
|
2366
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2367
2367
|
} | {
|
|
2368
2368
|
options: {
|
|
2369
2369
|
value: string;
|
|
@@ -2371,8 +2371,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2371
2371
|
description?: string | undefined;
|
|
2372
2372
|
}[];
|
|
2373
2373
|
type: "select";
|
|
2374
|
-
label?: string | undefined;
|
|
2375
2374
|
id?: string | undefined;
|
|
2375
|
+
label?: string | undefined;
|
|
2376
2376
|
placeholder?: string | undefined;
|
|
2377
2377
|
} | {
|
|
2378
2378
|
options: {
|
|
@@ -2381,13 +2381,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2381
2381
|
description?: string | undefined;
|
|
2382
2382
|
}[];
|
|
2383
2383
|
type: "radio_select";
|
|
2384
|
-
label?: string | undefined;
|
|
2385
2384
|
id?: string | undefined;
|
|
2385
|
+
label?: string | undefined;
|
|
2386
2386
|
placeholder?: string | undefined;
|
|
2387
2387
|
})[];
|
|
2388
2388
|
message?: string | undefined;
|
|
2389
|
-
awaitResponse?: boolean | undefined;
|
|
2390
2389
|
title?: string | undefined;
|
|
2390
|
+
awaitResponse?: boolean | undefined;
|
|
2391
2391
|
} | undefined;
|
|
2392
2392
|
};
|
|
2393
2393
|
userId: string;
|
|
@@ -2403,9 +2403,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2403
2403
|
text: string;
|
|
2404
2404
|
button?: {
|
|
2405
2405
|
value: string;
|
|
2406
|
-
label?: string | undefined;
|
|
2407
2406
|
text?: string | undefined;
|
|
2408
|
-
|
|
2407
|
+
label?: string | undefined;
|
|
2408
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2409
2409
|
} | undefined;
|
|
2410
2410
|
} | {
|
|
2411
2411
|
type: "fields";
|
|
@@ -2427,9 +2427,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2427
2427
|
} | {
|
|
2428
2428
|
value: string;
|
|
2429
2429
|
type: "button";
|
|
2430
|
-
label?: string | undefined;
|
|
2431
2430
|
text?: string | undefined;
|
|
2432
|
-
|
|
2431
|
+
label?: string | undefined;
|
|
2432
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2433
2433
|
} | {
|
|
2434
2434
|
options: {
|
|
2435
2435
|
value: string;
|
|
@@ -2437,8 +2437,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2437
2437
|
description?: string | undefined;
|
|
2438
2438
|
}[];
|
|
2439
2439
|
type: "select";
|
|
2440
|
-
label?: string | undefined;
|
|
2441
2440
|
id?: string | undefined;
|
|
2441
|
+
label?: string | undefined;
|
|
2442
2442
|
placeholder?: string | undefined;
|
|
2443
2443
|
} | {
|
|
2444
2444
|
options: {
|
|
@@ -2447,13 +2447,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2447
2447
|
description?: string | undefined;
|
|
2448
2448
|
}[];
|
|
2449
2449
|
type: "radio_select";
|
|
2450
|
-
label?: string | undefined;
|
|
2451
2450
|
id?: string | undefined;
|
|
2451
|
+
label?: string | undefined;
|
|
2452
2452
|
placeholder?: string | undefined;
|
|
2453
2453
|
})[];
|
|
2454
2454
|
message?: string | undefined;
|
|
2455
|
-
awaitResponse?: boolean | undefined;
|
|
2456
2455
|
title?: string | undefined;
|
|
2456
|
+
awaitResponse?: boolean | undefined;
|
|
2457
2457
|
} | undefined;
|
|
2458
2458
|
};
|
|
2459
2459
|
userId: string;
|
|
@@ -2483,32 +2483,32 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2483
2483
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
2484
2484
|
}, "strict", z.ZodTypeAny, {
|
|
2485
2485
|
value: string;
|
|
2486
|
-
label?: string | undefined;
|
|
2487
2486
|
text?: string | undefined;
|
|
2488
|
-
|
|
2487
|
+
label?: string | undefined;
|
|
2488
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2489
2489
|
}, {
|
|
2490
2490
|
value: string;
|
|
2491
|
-
label?: string | undefined;
|
|
2492
2491
|
text?: string | undefined;
|
|
2493
|
-
|
|
2492
|
+
label?: string | undefined;
|
|
2493
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2494
2494
|
}>>;
|
|
2495
2495
|
}, "strict", z.ZodTypeAny, {
|
|
2496
2496
|
type: "section";
|
|
2497
2497
|
text: string;
|
|
2498
2498
|
button?: {
|
|
2499
2499
|
value: string;
|
|
2500
|
-
label?: string | undefined;
|
|
2501
2500
|
text?: string | undefined;
|
|
2502
|
-
|
|
2501
|
+
label?: string | undefined;
|
|
2502
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2503
2503
|
} | undefined;
|
|
2504
2504
|
}, {
|
|
2505
2505
|
type: "section";
|
|
2506
2506
|
text: string;
|
|
2507
2507
|
button?: {
|
|
2508
2508
|
value: string;
|
|
2509
|
-
label?: string | undefined;
|
|
2510
2509
|
text?: string | undefined;
|
|
2511
|
-
|
|
2510
|
+
label?: string | undefined;
|
|
2511
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2512
2512
|
} | undefined;
|
|
2513
2513
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2514
2514
|
type: z.ZodLiteral<"fields">;
|
|
@@ -2602,15 +2602,15 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2602
2602
|
}, "strict", z.ZodTypeAny, {
|
|
2603
2603
|
value: string;
|
|
2604
2604
|
type: "button";
|
|
2605
|
-
label?: string | undefined;
|
|
2606
2605
|
text?: string | undefined;
|
|
2607
|
-
|
|
2606
|
+
label?: string | undefined;
|
|
2607
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2608
2608
|
}, {
|
|
2609
2609
|
value: string;
|
|
2610
2610
|
type: "button";
|
|
2611
|
-
label?: string | undefined;
|
|
2612
2611
|
text?: string | undefined;
|
|
2613
|
-
|
|
2612
|
+
label?: string | undefined;
|
|
2613
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2614
2614
|
}>, z.ZodObject<{
|
|
2615
2615
|
type: z.ZodLiteral<"select">;
|
|
2616
2616
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -2636,8 +2636,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2636
2636
|
description?: string | undefined;
|
|
2637
2637
|
}[];
|
|
2638
2638
|
type: "select";
|
|
2639
|
-
label?: string | undefined;
|
|
2640
2639
|
id?: string | undefined;
|
|
2640
|
+
label?: string | undefined;
|
|
2641
2641
|
placeholder?: string | undefined;
|
|
2642
2642
|
}, {
|
|
2643
2643
|
options: {
|
|
@@ -2646,8 +2646,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2646
2646
|
description?: string | undefined;
|
|
2647
2647
|
}[];
|
|
2648
2648
|
type: "select";
|
|
2649
|
-
label?: string | undefined;
|
|
2650
2649
|
id?: string | undefined;
|
|
2650
|
+
label?: string | undefined;
|
|
2651
2651
|
placeholder?: string | undefined;
|
|
2652
2652
|
}>, z.ZodObject<{
|
|
2653
2653
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -2674,8 +2674,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2674
2674
|
description?: string | undefined;
|
|
2675
2675
|
}[];
|
|
2676
2676
|
type: "radio_select";
|
|
2677
|
-
label?: string | undefined;
|
|
2678
2677
|
id?: string | undefined;
|
|
2678
|
+
label?: string | undefined;
|
|
2679
2679
|
placeholder?: string | undefined;
|
|
2680
2680
|
}, {
|
|
2681
2681
|
options: {
|
|
@@ -2684,8 +2684,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2684
2684
|
description?: string | undefined;
|
|
2685
2685
|
}[];
|
|
2686
2686
|
type: "radio_select";
|
|
2687
|
-
label?: string | undefined;
|
|
2688
2687
|
id?: string | undefined;
|
|
2688
|
+
label?: string | undefined;
|
|
2689
2689
|
placeholder?: string | undefined;
|
|
2690
2690
|
}>]>, "many">;
|
|
2691
2691
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -2694,9 +2694,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2694
2694
|
text: string;
|
|
2695
2695
|
button?: {
|
|
2696
2696
|
value: string;
|
|
2697
|
-
label?: string | undefined;
|
|
2698
2697
|
text?: string | undefined;
|
|
2699
|
-
|
|
2698
|
+
label?: string | undefined;
|
|
2699
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2700
2700
|
} | undefined;
|
|
2701
2701
|
} | {
|
|
2702
2702
|
type: "fields";
|
|
@@ -2718,9 +2718,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2718
2718
|
} | {
|
|
2719
2719
|
value: string;
|
|
2720
2720
|
type: "button";
|
|
2721
|
-
label?: string | undefined;
|
|
2722
2721
|
text?: string | undefined;
|
|
2723
|
-
|
|
2722
|
+
label?: string | undefined;
|
|
2723
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2724
2724
|
} | {
|
|
2725
2725
|
options: {
|
|
2726
2726
|
value: string;
|
|
@@ -2728,8 +2728,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2728
2728
|
description?: string | undefined;
|
|
2729
2729
|
}[];
|
|
2730
2730
|
type: "select";
|
|
2731
|
-
label?: string | undefined;
|
|
2732
2731
|
id?: string | undefined;
|
|
2732
|
+
label?: string | undefined;
|
|
2733
2733
|
placeholder?: string | undefined;
|
|
2734
2734
|
} | {
|
|
2735
2735
|
options: {
|
|
@@ -2738,22 +2738,22 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2738
2738
|
description?: string | undefined;
|
|
2739
2739
|
}[];
|
|
2740
2740
|
type: "radio_select";
|
|
2741
|
-
label?: string | undefined;
|
|
2742
2741
|
id?: string | undefined;
|
|
2742
|
+
label?: string | undefined;
|
|
2743
2743
|
placeholder?: string | undefined;
|
|
2744
2744
|
})[];
|
|
2745
2745
|
message?: string | undefined;
|
|
2746
|
-
awaitResponse?: boolean | undefined;
|
|
2747
2746
|
title?: string | undefined;
|
|
2747
|
+
awaitResponse?: boolean | undefined;
|
|
2748
2748
|
}, {
|
|
2749
2749
|
components: ({
|
|
2750
2750
|
type: "section";
|
|
2751
2751
|
text: string;
|
|
2752
2752
|
button?: {
|
|
2753
2753
|
value: string;
|
|
2754
|
-
label?: string | undefined;
|
|
2755
2754
|
text?: string | undefined;
|
|
2756
|
-
|
|
2755
|
+
label?: string | undefined;
|
|
2756
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2757
2757
|
} | undefined;
|
|
2758
2758
|
} | {
|
|
2759
2759
|
type: "fields";
|
|
@@ -2775,9 +2775,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2775
2775
|
} | {
|
|
2776
2776
|
value: string;
|
|
2777
2777
|
type: "button";
|
|
2778
|
-
label?: string | undefined;
|
|
2779
2778
|
text?: string | undefined;
|
|
2780
|
-
|
|
2779
|
+
label?: string | undefined;
|
|
2780
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2781
2781
|
} | {
|
|
2782
2782
|
options: {
|
|
2783
2783
|
value: string;
|
|
@@ -2785,8 +2785,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2785
2785
|
description?: string | undefined;
|
|
2786
2786
|
}[];
|
|
2787
2787
|
type: "select";
|
|
2788
|
-
label?: string | undefined;
|
|
2789
2788
|
id?: string | undefined;
|
|
2789
|
+
label?: string | undefined;
|
|
2790
2790
|
placeholder?: string | undefined;
|
|
2791
2791
|
} | {
|
|
2792
2792
|
options: {
|
|
@@ -2795,13 +2795,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2795
2795
|
description?: string | undefined;
|
|
2796
2796
|
}[];
|
|
2797
2797
|
type: "radio_select";
|
|
2798
|
-
label?: string | undefined;
|
|
2799
2798
|
id?: string | undefined;
|
|
2799
|
+
label?: string | undefined;
|
|
2800
2800
|
placeholder?: string | undefined;
|
|
2801
2801
|
})[];
|
|
2802
2802
|
message?: string | undefined;
|
|
2803
|
-
awaitResponse?: boolean | undefined;
|
|
2804
2803
|
title?: string | undefined;
|
|
2804
|
+
awaitResponse?: boolean | undefined;
|
|
2805
2805
|
}>>;
|
|
2806
2806
|
}, "strict", z.ZodTypeAny, {
|
|
2807
2807
|
text?: string | undefined;
|
|
@@ -2811,9 +2811,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2811
2811
|
text: string;
|
|
2812
2812
|
button?: {
|
|
2813
2813
|
value: string;
|
|
2814
|
-
label?: string | undefined;
|
|
2815
2814
|
text?: string | undefined;
|
|
2816
|
-
|
|
2815
|
+
label?: string | undefined;
|
|
2816
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2817
2817
|
} | undefined;
|
|
2818
2818
|
} | {
|
|
2819
2819
|
type: "fields";
|
|
@@ -2835,9 +2835,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2835
2835
|
} | {
|
|
2836
2836
|
value: string;
|
|
2837
2837
|
type: "button";
|
|
2838
|
-
label?: string | undefined;
|
|
2839
2838
|
text?: string | undefined;
|
|
2840
|
-
|
|
2839
|
+
label?: string | undefined;
|
|
2840
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2841
2841
|
} | {
|
|
2842
2842
|
options: {
|
|
2843
2843
|
value: string;
|
|
@@ -2845,8 +2845,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2845
2845
|
description?: string | undefined;
|
|
2846
2846
|
}[];
|
|
2847
2847
|
type: "select";
|
|
2848
|
-
label?: string | undefined;
|
|
2849
2848
|
id?: string | undefined;
|
|
2849
|
+
label?: string | undefined;
|
|
2850
2850
|
placeholder?: string | undefined;
|
|
2851
2851
|
} | {
|
|
2852
2852
|
options: {
|
|
@@ -2855,13 +2855,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2855
2855
|
description?: string | undefined;
|
|
2856
2856
|
}[];
|
|
2857
2857
|
type: "radio_select";
|
|
2858
|
-
label?: string | undefined;
|
|
2859
2858
|
id?: string | undefined;
|
|
2859
|
+
label?: string | undefined;
|
|
2860
2860
|
placeholder?: string | undefined;
|
|
2861
2861
|
})[];
|
|
2862
2862
|
message?: string | undefined;
|
|
2863
|
-
awaitResponse?: boolean | undefined;
|
|
2864
2863
|
title?: string | undefined;
|
|
2864
|
+
awaitResponse?: boolean | undefined;
|
|
2865
2865
|
} | undefined;
|
|
2866
2866
|
}, {
|
|
2867
2867
|
text?: string | undefined;
|
|
@@ -2871,9 +2871,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2871
2871
|
text: string;
|
|
2872
2872
|
button?: {
|
|
2873
2873
|
value: string;
|
|
2874
|
-
label?: string | undefined;
|
|
2875
2874
|
text?: string | undefined;
|
|
2876
|
-
|
|
2875
|
+
label?: string | undefined;
|
|
2876
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2877
2877
|
} | undefined;
|
|
2878
2878
|
} | {
|
|
2879
2879
|
type: "fields";
|
|
@@ -2895,9 +2895,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2895
2895
|
} | {
|
|
2896
2896
|
value: string;
|
|
2897
2897
|
type: "button";
|
|
2898
|
-
label?: string | undefined;
|
|
2899
2898
|
text?: string | undefined;
|
|
2900
|
-
|
|
2899
|
+
label?: string | undefined;
|
|
2900
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2901
2901
|
} | {
|
|
2902
2902
|
options: {
|
|
2903
2903
|
value: string;
|
|
@@ -2905,8 +2905,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2905
2905
|
description?: string | undefined;
|
|
2906
2906
|
}[];
|
|
2907
2907
|
type: "select";
|
|
2908
|
-
label?: string | undefined;
|
|
2909
2908
|
id?: string | undefined;
|
|
2909
|
+
label?: string | undefined;
|
|
2910
2910
|
placeholder?: string | undefined;
|
|
2911
2911
|
} | {
|
|
2912
2912
|
options: {
|
|
@@ -2915,13 +2915,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2915
2915
|
description?: string | undefined;
|
|
2916
2916
|
}[];
|
|
2917
2917
|
type: "radio_select";
|
|
2918
|
-
label?: string | undefined;
|
|
2919
2918
|
id?: string | undefined;
|
|
2919
|
+
label?: string | undefined;
|
|
2920
2920
|
placeholder?: string | undefined;
|
|
2921
2921
|
})[];
|
|
2922
2922
|
message?: string | undefined;
|
|
2923
|
-
awaitResponse?: boolean | undefined;
|
|
2924
2923
|
title?: string | undefined;
|
|
2924
|
+
awaitResponse?: boolean | undefined;
|
|
2925
2925
|
} | undefined;
|
|
2926
2926
|
}>, {
|
|
2927
2927
|
text?: string | undefined;
|
|
@@ -2931,9 +2931,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2931
2931
|
text: string;
|
|
2932
2932
|
button?: {
|
|
2933
2933
|
value: string;
|
|
2934
|
-
label?: string | undefined;
|
|
2935
2934
|
text?: string | undefined;
|
|
2936
|
-
|
|
2935
|
+
label?: string | undefined;
|
|
2936
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2937
2937
|
} | undefined;
|
|
2938
2938
|
} | {
|
|
2939
2939
|
type: "fields";
|
|
@@ -2955,9 +2955,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2955
2955
|
} | {
|
|
2956
2956
|
value: string;
|
|
2957
2957
|
type: "button";
|
|
2958
|
-
label?: string | undefined;
|
|
2959
2958
|
text?: string | undefined;
|
|
2960
|
-
|
|
2959
|
+
label?: string | undefined;
|
|
2960
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2961
2961
|
} | {
|
|
2962
2962
|
options: {
|
|
2963
2963
|
value: string;
|
|
@@ -2965,8 +2965,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2965
2965
|
description?: string | undefined;
|
|
2966
2966
|
}[];
|
|
2967
2967
|
type: "select";
|
|
2968
|
-
label?: string | undefined;
|
|
2969
2968
|
id?: string | undefined;
|
|
2969
|
+
label?: string | undefined;
|
|
2970
2970
|
placeholder?: string | undefined;
|
|
2971
2971
|
} | {
|
|
2972
2972
|
options: {
|
|
@@ -2975,13 +2975,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2975
2975
|
description?: string | undefined;
|
|
2976
2976
|
}[];
|
|
2977
2977
|
type: "radio_select";
|
|
2978
|
-
label?: string | undefined;
|
|
2979
2978
|
id?: string | undefined;
|
|
2979
|
+
label?: string | undefined;
|
|
2980
2980
|
placeholder?: string | undefined;
|
|
2981
2981
|
})[];
|
|
2982
2982
|
message?: string | undefined;
|
|
2983
|
-
awaitResponse?: boolean | undefined;
|
|
2984
2983
|
title?: string | undefined;
|
|
2984
|
+
awaitResponse?: boolean | undefined;
|
|
2985
2985
|
} | undefined;
|
|
2986
2986
|
}, {
|
|
2987
2987
|
text?: string | undefined;
|
|
@@ -2991,9 +2991,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2991
2991
|
text: string;
|
|
2992
2992
|
button?: {
|
|
2993
2993
|
value: string;
|
|
2994
|
-
label?: string | undefined;
|
|
2995
2994
|
text?: string | undefined;
|
|
2996
|
-
|
|
2995
|
+
label?: string | undefined;
|
|
2996
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
2997
2997
|
} | undefined;
|
|
2998
2998
|
} | {
|
|
2999
2999
|
type: "fields";
|
|
@@ -3015,9 +3015,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3015
3015
|
} | {
|
|
3016
3016
|
value: string;
|
|
3017
3017
|
type: "button";
|
|
3018
|
-
label?: string | undefined;
|
|
3019
3018
|
text?: string | undefined;
|
|
3020
|
-
|
|
3019
|
+
label?: string | undefined;
|
|
3020
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3021
3021
|
} | {
|
|
3022
3022
|
options: {
|
|
3023
3023
|
value: string;
|
|
@@ -3025,8 +3025,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3025
3025
|
description?: string | undefined;
|
|
3026
3026
|
}[];
|
|
3027
3027
|
type: "select";
|
|
3028
|
-
label?: string | undefined;
|
|
3029
3028
|
id?: string | undefined;
|
|
3029
|
+
label?: string | undefined;
|
|
3030
3030
|
placeholder?: string | undefined;
|
|
3031
3031
|
} | {
|
|
3032
3032
|
options: {
|
|
@@ -3035,13 +3035,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3035
3035
|
description?: string | undefined;
|
|
3036
3036
|
}[];
|
|
3037
3037
|
type: "radio_select";
|
|
3038
|
-
label?: string | undefined;
|
|
3039
3038
|
id?: string | undefined;
|
|
3039
|
+
label?: string | undefined;
|
|
3040
3040
|
placeholder?: string | undefined;
|
|
3041
3041
|
})[];
|
|
3042
3042
|
message?: string | undefined;
|
|
3043
|
-
awaitResponse?: boolean | undefined;
|
|
3044
3043
|
title?: string | undefined;
|
|
3044
|
+
awaitResponse?: boolean | undefined;
|
|
3045
3045
|
} | undefined;
|
|
3046
3046
|
}>;
|
|
3047
3047
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -3053,9 +3053,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3053
3053
|
text: string;
|
|
3054
3054
|
button?: {
|
|
3055
3055
|
value: string;
|
|
3056
|
-
label?: string | undefined;
|
|
3057
3056
|
text?: string | undefined;
|
|
3058
|
-
|
|
3057
|
+
label?: string | undefined;
|
|
3058
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3059
3059
|
} | undefined;
|
|
3060
3060
|
} | {
|
|
3061
3061
|
type: "fields";
|
|
@@ -3077,9 +3077,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3077
3077
|
} | {
|
|
3078
3078
|
value: string;
|
|
3079
3079
|
type: "button";
|
|
3080
|
-
label?: string | undefined;
|
|
3081
3080
|
text?: string | undefined;
|
|
3082
|
-
|
|
3081
|
+
label?: string | undefined;
|
|
3082
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3083
3083
|
} | {
|
|
3084
3084
|
options: {
|
|
3085
3085
|
value: string;
|
|
@@ -3087,8 +3087,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3087
3087
|
description?: string | undefined;
|
|
3088
3088
|
}[];
|
|
3089
3089
|
type: "select";
|
|
3090
|
-
label?: string | undefined;
|
|
3091
3090
|
id?: string | undefined;
|
|
3091
|
+
label?: string | undefined;
|
|
3092
3092
|
placeholder?: string | undefined;
|
|
3093
3093
|
} | {
|
|
3094
3094
|
options: {
|
|
@@ -3097,13 +3097,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3097
3097
|
description?: string | undefined;
|
|
3098
3098
|
}[];
|
|
3099
3099
|
type: "radio_select";
|
|
3100
|
-
label?: string | undefined;
|
|
3101
3100
|
id?: string | undefined;
|
|
3101
|
+
label?: string | undefined;
|
|
3102
3102
|
placeholder?: string | undefined;
|
|
3103
3103
|
})[];
|
|
3104
3104
|
message?: string | undefined;
|
|
3105
|
-
awaitResponse?: boolean | undefined;
|
|
3106
3105
|
title?: string | undefined;
|
|
3106
|
+
awaitResponse?: boolean | undefined;
|
|
3107
3107
|
} | undefined;
|
|
3108
3108
|
};
|
|
3109
3109
|
channelId: string;
|
|
@@ -3116,9 +3116,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3116
3116
|
text: string;
|
|
3117
3117
|
button?: {
|
|
3118
3118
|
value: string;
|
|
3119
|
-
label?: string | undefined;
|
|
3120
3119
|
text?: string | undefined;
|
|
3121
|
-
|
|
3120
|
+
label?: string | undefined;
|
|
3121
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3122
3122
|
} | undefined;
|
|
3123
3123
|
} | {
|
|
3124
3124
|
type: "fields";
|
|
@@ -3140,9 +3140,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3140
3140
|
} | {
|
|
3141
3141
|
value: string;
|
|
3142
3142
|
type: "button";
|
|
3143
|
-
label?: string | undefined;
|
|
3144
3143
|
text?: string | undefined;
|
|
3145
|
-
|
|
3144
|
+
label?: string | undefined;
|
|
3145
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3146
3146
|
} | {
|
|
3147
3147
|
options: {
|
|
3148
3148
|
value: string;
|
|
@@ -3150,8 +3150,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3150
3150
|
description?: string | undefined;
|
|
3151
3151
|
}[];
|
|
3152
3152
|
type: "select";
|
|
3153
|
-
label?: string | undefined;
|
|
3154
3153
|
id?: string | undefined;
|
|
3154
|
+
label?: string | undefined;
|
|
3155
3155
|
placeholder?: string | undefined;
|
|
3156
3156
|
} | {
|
|
3157
3157
|
options: {
|
|
@@ -3160,13 +3160,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3160
3160
|
description?: string | undefined;
|
|
3161
3161
|
}[];
|
|
3162
3162
|
type: "radio_select";
|
|
3163
|
-
label?: string | undefined;
|
|
3164
3163
|
id?: string | undefined;
|
|
3164
|
+
label?: string | undefined;
|
|
3165
3165
|
placeholder?: string | undefined;
|
|
3166
3166
|
})[];
|
|
3167
3167
|
message?: string | undefined;
|
|
3168
|
-
awaitResponse?: boolean | undefined;
|
|
3169
3168
|
title?: string | undefined;
|
|
3169
|
+
awaitResponse?: boolean | undefined;
|
|
3170
3170
|
} | undefined;
|
|
3171
3171
|
};
|
|
3172
3172
|
channelId: string;
|
|
@@ -3181,9 +3181,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3181
3181
|
text: string;
|
|
3182
3182
|
button?: {
|
|
3183
3183
|
value: string;
|
|
3184
|
-
label?: string | undefined;
|
|
3185
3184
|
text?: string | undefined;
|
|
3186
|
-
|
|
3185
|
+
label?: string | undefined;
|
|
3186
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3187
3187
|
} | undefined;
|
|
3188
3188
|
} | {
|
|
3189
3189
|
type: "fields";
|
|
@@ -3205,9 +3205,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3205
3205
|
} | {
|
|
3206
3206
|
value: string;
|
|
3207
3207
|
type: "button";
|
|
3208
|
-
label?: string | undefined;
|
|
3209
3208
|
text?: string | undefined;
|
|
3210
|
-
|
|
3209
|
+
label?: string | undefined;
|
|
3210
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3211
3211
|
} | {
|
|
3212
3212
|
options: {
|
|
3213
3213
|
value: string;
|
|
@@ -3215,8 +3215,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3215
3215
|
description?: string | undefined;
|
|
3216
3216
|
}[];
|
|
3217
3217
|
type: "select";
|
|
3218
|
-
label?: string | undefined;
|
|
3219
3218
|
id?: string | undefined;
|
|
3219
|
+
label?: string | undefined;
|
|
3220
3220
|
placeholder?: string | undefined;
|
|
3221
3221
|
} | {
|
|
3222
3222
|
options: {
|
|
@@ -3225,13 +3225,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3225
3225
|
description?: string | undefined;
|
|
3226
3226
|
}[];
|
|
3227
3227
|
type: "radio_select";
|
|
3228
|
-
label?: string | undefined;
|
|
3229
3228
|
id?: string | undefined;
|
|
3229
|
+
label?: string | undefined;
|
|
3230
3230
|
placeholder?: string | undefined;
|
|
3231
3231
|
})[];
|
|
3232
3232
|
message?: string | undefined;
|
|
3233
|
-
awaitResponse?: boolean | undefined;
|
|
3234
3233
|
title?: string | undefined;
|
|
3234
|
+
awaitResponse?: boolean | undefined;
|
|
3235
3235
|
} | undefined;
|
|
3236
3236
|
};
|
|
3237
3237
|
channelId: string;
|
|
@@ -3247,9 +3247,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3247
3247
|
text: string;
|
|
3248
3248
|
button?: {
|
|
3249
3249
|
value: string;
|
|
3250
|
-
label?: string | undefined;
|
|
3251
3250
|
text?: string | undefined;
|
|
3252
|
-
|
|
3251
|
+
label?: string | undefined;
|
|
3252
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3253
3253
|
} | undefined;
|
|
3254
3254
|
} | {
|
|
3255
3255
|
type: "fields";
|
|
@@ -3271,9 +3271,9 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3271
3271
|
} | {
|
|
3272
3272
|
value: string;
|
|
3273
3273
|
type: "button";
|
|
3274
|
-
label?: string | undefined;
|
|
3275
3274
|
text?: string | undefined;
|
|
3276
|
-
|
|
3275
|
+
label?: string | undefined;
|
|
3276
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3277
3277
|
} | {
|
|
3278
3278
|
options: {
|
|
3279
3279
|
value: string;
|
|
@@ -3281,8 +3281,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3281
3281
|
description?: string | undefined;
|
|
3282
3282
|
}[];
|
|
3283
3283
|
type: "select";
|
|
3284
|
-
label?: string | undefined;
|
|
3285
3284
|
id?: string | undefined;
|
|
3285
|
+
label?: string | undefined;
|
|
3286
3286
|
placeholder?: string | undefined;
|
|
3287
3287
|
} | {
|
|
3288
3288
|
options: {
|
|
@@ -3291,13 +3291,13 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3291
3291
|
description?: string | undefined;
|
|
3292
3292
|
}[];
|
|
3293
3293
|
type: "radio_select";
|
|
3294
|
-
label?: string | undefined;
|
|
3295
3294
|
id?: string | undefined;
|
|
3295
|
+
label?: string | undefined;
|
|
3296
3296
|
placeholder?: string | undefined;
|
|
3297
3297
|
})[];
|
|
3298
3298
|
message?: string | undefined;
|
|
3299
|
-
awaitResponse?: boolean | undefined;
|
|
3300
3299
|
title?: string | undefined;
|
|
3300
|
+
awaitResponse?: boolean | undefined;
|
|
3301
3301
|
} | undefined;
|
|
3302
3302
|
};
|
|
3303
3303
|
channelId: string;
|
|
@@ -3526,32 +3526,32 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3526
3526
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
3527
3527
|
}, "strict", z.ZodTypeAny, {
|
|
3528
3528
|
value: string;
|
|
3529
|
-
label?: string | undefined;
|
|
3530
3529
|
text?: string | undefined;
|
|
3531
|
-
|
|
3530
|
+
label?: string | undefined;
|
|
3531
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3532
3532
|
}, {
|
|
3533
3533
|
value: string;
|
|
3534
|
-
label?: string | undefined;
|
|
3535
3534
|
text?: string | undefined;
|
|
3536
|
-
|
|
3535
|
+
label?: string | undefined;
|
|
3536
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3537
3537
|
}>>;
|
|
3538
3538
|
}, "strict", z.ZodTypeAny, {
|
|
3539
3539
|
type: "section";
|
|
3540
3540
|
text: string;
|
|
3541
3541
|
button?: {
|
|
3542
3542
|
value: string;
|
|
3543
|
-
label?: string | undefined;
|
|
3544
3543
|
text?: string | undefined;
|
|
3545
|
-
|
|
3544
|
+
label?: string | undefined;
|
|
3545
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3546
3546
|
} | undefined;
|
|
3547
3547
|
}, {
|
|
3548
3548
|
type: "section";
|
|
3549
3549
|
text: string;
|
|
3550
3550
|
button?: {
|
|
3551
3551
|
value: string;
|
|
3552
|
-
label?: string | undefined;
|
|
3553
3552
|
text?: string | undefined;
|
|
3554
|
-
|
|
3553
|
+
label?: string | undefined;
|
|
3554
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3555
3555
|
} | undefined;
|
|
3556
3556
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3557
3557
|
type: z.ZodLiteral<"fields">;
|
|
@@ -3645,15 +3645,15 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3645
3645
|
}, "strict", z.ZodTypeAny, {
|
|
3646
3646
|
value: string;
|
|
3647
3647
|
type: "button";
|
|
3648
|
-
label?: string | undefined;
|
|
3649
3648
|
text?: string | undefined;
|
|
3650
|
-
|
|
3649
|
+
label?: string | undefined;
|
|
3650
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3651
3651
|
}, {
|
|
3652
3652
|
value: string;
|
|
3653
3653
|
type: "button";
|
|
3654
|
-
label?: string | undefined;
|
|
3655
3654
|
text?: string | undefined;
|
|
3656
|
-
|
|
3655
|
+
label?: string | undefined;
|
|
3656
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3657
3657
|
}>, z.ZodObject<{
|
|
3658
3658
|
type: z.ZodLiteral<"select">;
|
|
3659
3659
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -3679,8 +3679,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3679
3679
|
description?: string | undefined;
|
|
3680
3680
|
}[];
|
|
3681
3681
|
type: "select";
|
|
3682
|
-
label?: string | undefined;
|
|
3683
3682
|
id?: string | undefined;
|
|
3683
|
+
label?: string | undefined;
|
|
3684
3684
|
placeholder?: string | undefined;
|
|
3685
3685
|
}, {
|
|
3686
3686
|
options: {
|
|
@@ -3689,8 +3689,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3689
3689
|
description?: string | undefined;
|
|
3690
3690
|
}[];
|
|
3691
3691
|
type: "select";
|
|
3692
|
-
label?: string | undefined;
|
|
3693
3692
|
id?: string | undefined;
|
|
3693
|
+
label?: string | undefined;
|
|
3694
3694
|
placeholder?: string | undefined;
|
|
3695
3695
|
}>, z.ZodObject<{
|
|
3696
3696
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -3717,8 +3717,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3717
3717
|
description?: string | undefined;
|
|
3718
3718
|
}[];
|
|
3719
3719
|
type: "radio_select";
|
|
3720
|
-
label?: string | undefined;
|
|
3721
3720
|
id?: string | undefined;
|
|
3721
|
+
label?: string | undefined;
|
|
3722
3722
|
placeholder?: string | undefined;
|
|
3723
3723
|
}, {
|
|
3724
3724
|
options: {
|
|
@@ -3727,8 +3727,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3727
3727
|
description?: string | undefined;
|
|
3728
3728
|
}[];
|
|
3729
3729
|
type: "radio_select";
|
|
3730
|
-
label?: string | undefined;
|
|
3731
3730
|
id?: string | undefined;
|
|
3731
|
+
label?: string | undefined;
|
|
3732
3732
|
placeholder?: string | undefined;
|
|
3733
3733
|
}>]>, "many">;
|
|
3734
3734
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -3737,9 +3737,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3737
3737
|
text: string;
|
|
3738
3738
|
button?: {
|
|
3739
3739
|
value: string;
|
|
3740
|
-
label?: string | undefined;
|
|
3741
3740
|
text?: string | undefined;
|
|
3742
|
-
|
|
3741
|
+
label?: string | undefined;
|
|
3742
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3743
3743
|
} | undefined;
|
|
3744
3744
|
} | {
|
|
3745
3745
|
type: "fields";
|
|
@@ -3761,9 +3761,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3761
3761
|
} | {
|
|
3762
3762
|
value: string;
|
|
3763
3763
|
type: "button";
|
|
3764
|
-
label?: string | undefined;
|
|
3765
3764
|
text?: string | undefined;
|
|
3766
|
-
|
|
3765
|
+
label?: string | undefined;
|
|
3766
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3767
3767
|
} | {
|
|
3768
3768
|
options: {
|
|
3769
3769
|
value: string;
|
|
@@ -3771,8 +3771,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3771
3771
|
description?: string | undefined;
|
|
3772
3772
|
}[];
|
|
3773
3773
|
type: "select";
|
|
3774
|
-
label?: string | undefined;
|
|
3775
3774
|
id?: string | undefined;
|
|
3775
|
+
label?: string | undefined;
|
|
3776
3776
|
placeholder?: string | undefined;
|
|
3777
3777
|
} | {
|
|
3778
3778
|
options: {
|
|
@@ -3781,22 +3781,22 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3781
3781
|
description?: string | undefined;
|
|
3782
3782
|
}[];
|
|
3783
3783
|
type: "radio_select";
|
|
3784
|
-
label?: string | undefined;
|
|
3785
3784
|
id?: string | undefined;
|
|
3785
|
+
label?: string | undefined;
|
|
3786
3786
|
placeholder?: string | undefined;
|
|
3787
3787
|
})[];
|
|
3788
3788
|
message?: string | undefined;
|
|
3789
|
-
awaitResponse?: boolean | undefined;
|
|
3790
3789
|
title?: string | undefined;
|
|
3790
|
+
awaitResponse?: boolean | undefined;
|
|
3791
3791
|
}, {
|
|
3792
3792
|
components: ({
|
|
3793
3793
|
type: "section";
|
|
3794
3794
|
text: string;
|
|
3795
3795
|
button?: {
|
|
3796
3796
|
value: string;
|
|
3797
|
-
label?: string | undefined;
|
|
3798
3797
|
text?: string | undefined;
|
|
3799
|
-
|
|
3798
|
+
label?: string | undefined;
|
|
3799
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3800
3800
|
} | undefined;
|
|
3801
3801
|
} | {
|
|
3802
3802
|
type: "fields";
|
|
@@ -3818,9 +3818,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3818
3818
|
} | {
|
|
3819
3819
|
value: string;
|
|
3820
3820
|
type: "button";
|
|
3821
|
-
label?: string | undefined;
|
|
3822
3821
|
text?: string | undefined;
|
|
3823
|
-
|
|
3822
|
+
label?: string | undefined;
|
|
3823
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3824
3824
|
} | {
|
|
3825
3825
|
options: {
|
|
3826
3826
|
value: string;
|
|
@@ -3828,8 +3828,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3828
3828
|
description?: string | undefined;
|
|
3829
3829
|
}[];
|
|
3830
3830
|
type: "select";
|
|
3831
|
-
label?: string | undefined;
|
|
3832
3831
|
id?: string | undefined;
|
|
3832
|
+
label?: string | undefined;
|
|
3833
3833
|
placeholder?: string | undefined;
|
|
3834
3834
|
} | {
|
|
3835
3835
|
options: {
|
|
@@ -3838,13 +3838,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3838
3838
|
description?: string | undefined;
|
|
3839
3839
|
}[];
|
|
3840
3840
|
type: "radio_select";
|
|
3841
|
-
label?: string | undefined;
|
|
3842
3841
|
id?: string | undefined;
|
|
3842
|
+
label?: string | undefined;
|
|
3843
3843
|
placeholder?: string | undefined;
|
|
3844
3844
|
})[];
|
|
3845
3845
|
message?: string | undefined;
|
|
3846
|
-
awaitResponse?: boolean | undefined;
|
|
3847
3846
|
title?: string | undefined;
|
|
3847
|
+
awaitResponse?: boolean | undefined;
|
|
3848
3848
|
}>>;
|
|
3849
3849
|
}, "strict", z.ZodTypeAny, {
|
|
3850
3850
|
text?: string | undefined;
|
|
@@ -3854,9 +3854,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3854
3854
|
text: string;
|
|
3855
3855
|
button?: {
|
|
3856
3856
|
value: string;
|
|
3857
|
-
label?: string | undefined;
|
|
3858
3857
|
text?: string | undefined;
|
|
3859
|
-
|
|
3858
|
+
label?: string | undefined;
|
|
3859
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3860
3860
|
} | undefined;
|
|
3861
3861
|
} | {
|
|
3862
3862
|
type: "fields";
|
|
@@ -3878,9 +3878,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3878
3878
|
} | {
|
|
3879
3879
|
value: string;
|
|
3880
3880
|
type: "button";
|
|
3881
|
-
label?: string | undefined;
|
|
3882
3881
|
text?: string | undefined;
|
|
3883
|
-
|
|
3882
|
+
label?: string | undefined;
|
|
3883
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3884
3884
|
} | {
|
|
3885
3885
|
options: {
|
|
3886
3886
|
value: string;
|
|
@@ -3888,8 +3888,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3888
3888
|
description?: string | undefined;
|
|
3889
3889
|
}[];
|
|
3890
3890
|
type: "select";
|
|
3891
|
-
label?: string | undefined;
|
|
3892
3891
|
id?: string | undefined;
|
|
3892
|
+
label?: string | undefined;
|
|
3893
3893
|
placeholder?: string | undefined;
|
|
3894
3894
|
} | {
|
|
3895
3895
|
options: {
|
|
@@ -3898,13 +3898,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3898
3898
|
description?: string | undefined;
|
|
3899
3899
|
}[];
|
|
3900
3900
|
type: "radio_select";
|
|
3901
|
-
label?: string | undefined;
|
|
3902
3901
|
id?: string | undefined;
|
|
3902
|
+
label?: string | undefined;
|
|
3903
3903
|
placeholder?: string | undefined;
|
|
3904
3904
|
})[];
|
|
3905
3905
|
message?: string | undefined;
|
|
3906
|
-
awaitResponse?: boolean | undefined;
|
|
3907
3906
|
title?: string | undefined;
|
|
3907
|
+
awaitResponse?: boolean | undefined;
|
|
3908
3908
|
} | undefined;
|
|
3909
3909
|
}, {
|
|
3910
3910
|
text?: string | undefined;
|
|
@@ -3914,9 +3914,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3914
3914
|
text: string;
|
|
3915
3915
|
button?: {
|
|
3916
3916
|
value: string;
|
|
3917
|
-
label?: string | undefined;
|
|
3918
3917
|
text?: string | undefined;
|
|
3919
|
-
|
|
3918
|
+
label?: string | undefined;
|
|
3919
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3920
3920
|
} | undefined;
|
|
3921
3921
|
} | {
|
|
3922
3922
|
type: "fields";
|
|
@@ -3938,9 +3938,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3938
3938
|
} | {
|
|
3939
3939
|
value: string;
|
|
3940
3940
|
type: "button";
|
|
3941
|
-
label?: string | undefined;
|
|
3942
3941
|
text?: string | undefined;
|
|
3943
|
-
|
|
3942
|
+
label?: string | undefined;
|
|
3943
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3944
3944
|
} | {
|
|
3945
3945
|
options: {
|
|
3946
3946
|
value: string;
|
|
@@ -3948,8 +3948,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3948
3948
|
description?: string | undefined;
|
|
3949
3949
|
}[];
|
|
3950
3950
|
type: "select";
|
|
3951
|
-
label?: string | undefined;
|
|
3952
3951
|
id?: string | undefined;
|
|
3952
|
+
label?: string | undefined;
|
|
3953
3953
|
placeholder?: string | undefined;
|
|
3954
3954
|
} | {
|
|
3955
3955
|
options: {
|
|
@@ -3958,13 +3958,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3958
3958
|
description?: string | undefined;
|
|
3959
3959
|
}[];
|
|
3960
3960
|
type: "radio_select";
|
|
3961
|
-
label?: string | undefined;
|
|
3962
3961
|
id?: string | undefined;
|
|
3962
|
+
label?: string | undefined;
|
|
3963
3963
|
placeholder?: string | undefined;
|
|
3964
3964
|
})[];
|
|
3965
3965
|
message?: string | undefined;
|
|
3966
|
-
awaitResponse?: boolean | undefined;
|
|
3967
3966
|
title?: string | undefined;
|
|
3967
|
+
awaitResponse?: boolean | undefined;
|
|
3968
3968
|
} | undefined;
|
|
3969
3969
|
}>, {
|
|
3970
3970
|
text?: string | undefined;
|
|
@@ -3974,9 +3974,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3974
3974
|
text: string;
|
|
3975
3975
|
button?: {
|
|
3976
3976
|
value: string;
|
|
3977
|
-
label?: string | undefined;
|
|
3978
3977
|
text?: string | undefined;
|
|
3979
|
-
|
|
3978
|
+
label?: string | undefined;
|
|
3979
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
3980
3980
|
} | undefined;
|
|
3981
3981
|
} | {
|
|
3982
3982
|
type: "fields";
|
|
@@ -3998,9 +3998,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3998
3998
|
} | {
|
|
3999
3999
|
value: string;
|
|
4000
4000
|
type: "button";
|
|
4001
|
-
label?: string | undefined;
|
|
4002
4001
|
text?: string | undefined;
|
|
4003
|
-
|
|
4002
|
+
label?: string | undefined;
|
|
4003
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4004
4004
|
} | {
|
|
4005
4005
|
options: {
|
|
4006
4006
|
value: string;
|
|
@@ -4008,8 +4008,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4008
4008
|
description?: string | undefined;
|
|
4009
4009
|
}[];
|
|
4010
4010
|
type: "select";
|
|
4011
|
-
label?: string | undefined;
|
|
4012
4011
|
id?: string | undefined;
|
|
4012
|
+
label?: string | undefined;
|
|
4013
4013
|
placeholder?: string | undefined;
|
|
4014
4014
|
} | {
|
|
4015
4015
|
options: {
|
|
@@ -4018,13 +4018,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4018
4018
|
description?: string | undefined;
|
|
4019
4019
|
}[];
|
|
4020
4020
|
type: "radio_select";
|
|
4021
|
-
label?: string | undefined;
|
|
4022
4021
|
id?: string | undefined;
|
|
4022
|
+
label?: string | undefined;
|
|
4023
4023
|
placeholder?: string | undefined;
|
|
4024
4024
|
})[];
|
|
4025
4025
|
message?: string | undefined;
|
|
4026
|
-
awaitResponse?: boolean | undefined;
|
|
4027
4026
|
title?: string | undefined;
|
|
4027
|
+
awaitResponse?: boolean | undefined;
|
|
4028
4028
|
} | undefined;
|
|
4029
4029
|
}, {
|
|
4030
4030
|
text?: string | undefined;
|
|
@@ -4034,9 +4034,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4034
4034
|
text: string;
|
|
4035
4035
|
button?: {
|
|
4036
4036
|
value: string;
|
|
4037
|
-
label?: string | undefined;
|
|
4038
4037
|
text?: string | undefined;
|
|
4039
|
-
|
|
4038
|
+
label?: string | undefined;
|
|
4039
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4040
4040
|
} | undefined;
|
|
4041
4041
|
} | {
|
|
4042
4042
|
type: "fields";
|
|
@@ -4058,9 +4058,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4058
4058
|
} | {
|
|
4059
4059
|
value: string;
|
|
4060
4060
|
type: "button";
|
|
4061
|
-
label?: string | undefined;
|
|
4062
4061
|
text?: string | undefined;
|
|
4063
|
-
|
|
4062
|
+
label?: string | undefined;
|
|
4063
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4064
4064
|
} | {
|
|
4065
4065
|
options: {
|
|
4066
4066
|
value: string;
|
|
@@ -4068,8 +4068,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4068
4068
|
description?: string | undefined;
|
|
4069
4069
|
}[];
|
|
4070
4070
|
type: "select";
|
|
4071
|
-
label?: string | undefined;
|
|
4072
4071
|
id?: string | undefined;
|
|
4072
|
+
label?: string | undefined;
|
|
4073
4073
|
placeholder?: string | undefined;
|
|
4074
4074
|
} | {
|
|
4075
4075
|
options: {
|
|
@@ -4078,13 +4078,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4078
4078
|
description?: string | undefined;
|
|
4079
4079
|
}[];
|
|
4080
4080
|
type: "radio_select";
|
|
4081
|
-
label?: string | undefined;
|
|
4082
4081
|
id?: string | undefined;
|
|
4082
|
+
label?: string | undefined;
|
|
4083
4083
|
placeholder?: string | undefined;
|
|
4084
4084
|
})[];
|
|
4085
4085
|
message?: string | undefined;
|
|
4086
|
-
awaitResponse?: boolean | undefined;
|
|
4087
4086
|
title?: string | undefined;
|
|
4087
|
+
awaitResponse?: boolean | undefined;
|
|
4088
4088
|
} | undefined;
|
|
4089
4089
|
}>;
|
|
4090
4090
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -4096,9 +4096,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4096
4096
|
text: string;
|
|
4097
4097
|
button?: {
|
|
4098
4098
|
value: string;
|
|
4099
|
-
label?: string | undefined;
|
|
4100
4099
|
text?: string | undefined;
|
|
4101
|
-
|
|
4100
|
+
label?: string | undefined;
|
|
4101
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4102
4102
|
} | undefined;
|
|
4103
4103
|
} | {
|
|
4104
4104
|
type: "fields";
|
|
@@ -4120,9 +4120,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4120
4120
|
} | {
|
|
4121
4121
|
value: string;
|
|
4122
4122
|
type: "button";
|
|
4123
|
-
label?: string | undefined;
|
|
4124
4123
|
text?: string | undefined;
|
|
4125
|
-
|
|
4124
|
+
label?: string | undefined;
|
|
4125
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4126
4126
|
} | {
|
|
4127
4127
|
options: {
|
|
4128
4128
|
value: string;
|
|
@@ -4130,8 +4130,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4130
4130
|
description?: string | undefined;
|
|
4131
4131
|
}[];
|
|
4132
4132
|
type: "select";
|
|
4133
|
-
label?: string | undefined;
|
|
4134
4133
|
id?: string | undefined;
|
|
4134
|
+
label?: string | undefined;
|
|
4135
4135
|
placeholder?: string | undefined;
|
|
4136
4136
|
} | {
|
|
4137
4137
|
options: {
|
|
@@ -4140,13 +4140,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4140
4140
|
description?: string | undefined;
|
|
4141
4141
|
}[];
|
|
4142
4142
|
type: "radio_select";
|
|
4143
|
-
label?: string | undefined;
|
|
4144
4143
|
id?: string | undefined;
|
|
4144
|
+
label?: string | undefined;
|
|
4145
4145
|
placeholder?: string | undefined;
|
|
4146
4146
|
})[];
|
|
4147
4147
|
message?: string | undefined;
|
|
4148
|
-
awaitResponse?: boolean | undefined;
|
|
4149
4148
|
title?: string | undefined;
|
|
4149
|
+
awaitResponse?: boolean | undefined;
|
|
4150
4150
|
} | undefined;
|
|
4151
4151
|
};
|
|
4152
4152
|
}, {
|
|
@@ -4158,9 +4158,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4158
4158
|
text: string;
|
|
4159
4159
|
button?: {
|
|
4160
4160
|
value: string;
|
|
4161
|
-
label?: string | undefined;
|
|
4162
4161
|
text?: string | undefined;
|
|
4163
|
-
|
|
4162
|
+
label?: string | undefined;
|
|
4163
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4164
4164
|
} | undefined;
|
|
4165
4165
|
} | {
|
|
4166
4166
|
type: "fields";
|
|
@@ -4182,9 +4182,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4182
4182
|
} | {
|
|
4183
4183
|
value: string;
|
|
4184
4184
|
type: "button";
|
|
4185
|
-
label?: string | undefined;
|
|
4186
4185
|
text?: string | undefined;
|
|
4187
|
-
|
|
4186
|
+
label?: string | undefined;
|
|
4187
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4188
4188
|
} | {
|
|
4189
4189
|
options: {
|
|
4190
4190
|
value: string;
|
|
@@ -4192,8 +4192,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4192
4192
|
description?: string | undefined;
|
|
4193
4193
|
}[];
|
|
4194
4194
|
type: "select";
|
|
4195
|
-
label?: string | undefined;
|
|
4196
4195
|
id?: string | undefined;
|
|
4196
|
+
label?: string | undefined;
|
|
4197
4197
|
placeholder?: string | undefined;
|
|
4198
4198
|
} | {
|
|
4199
4199
|
options: {
|
|
@@ -4202,13 +4202,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4202
4202
|
description?: string | undefined;
|
|
4203
4203
|
}[];
|
|
4204
4204
|
type: "radio_select";
|
|
4205
|
-
label?: string | undefined;
|
|
4206
4205
|
id?: string | undefined;
|
|
4206
|
+
label?: string | undefined;
|
|
4207
4207
|
placeholder?: string | undefined;
|
|
4208
4208
|
})[];
|
|
4209
4209
|
message?: string | undefined;
|
|
4210
|
-
awaitResponse?: boolean | undefined;
|
|
4211
4210
|
title?: string | undefined;
|
|
4211
|
+
awaitResponse?: boolean | undefined;
|
|
4212
4212
|
} | undefined;
|
|
4213
4213
|
};
|
|
4214
4214
|
}>;
|
|
@@ -4222,9 +4222,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4222
4222
|
text: string;
|
|
4223
4223
|
button?: {
|
|
4224
4224
|
value: string;
|
|
4225
|
-
label?: string | undefined;
|
|
4226
4225
|
text?: string | undefined;
|
|
4227
|
-
|
|
4226
|
+
label?: string | undefined;
|
|
4227
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4228
4228
|
} | undefined;
|
|
4229
4229
|
} | {
|
|
4230
4230
|
type: "fields";
|
|
@@ -4246,9 +4246,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4246
4246
|
} | {
|
|
4247
4247
|
value: string;
|
|
4248
4248
|
type: "button";
|
|
4249
|
-
label?: string | undefined;
|
|
4250
4249
|
text?: string | undefined;
|
|
4251
|
-
|
|
4250
|
+
label?: string | undefined;
|
|
4251
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4252
4252
|
} | {
|
|
4253
4253
|
options: {
|
|
4254
4254
|
value: string;
|
|
@@ -4256,8 +4256,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4256
4256
|
description?: string | undefined;
|
|
4257
4257
|
}[];
|
|
4258
4258
|
type: "select";
|
|
4259
|
-
label?: string | undefined;
|
|
4260
4259
|
id?: string | undefined;
|
|
4260
|
+
label?: string | undefined;
|
|
4261
4261
|
placeholder?: string | undefined;
|
|
4262
4262
|
} | {
|
|
4263
4263
|
options: {
|
|
@@ -4266,13 +4266,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4266
4266
|
description?: string | undefined;
|
|
4267
4267
|
}[];
|
|
4268
4268
|
type: "radio_select";
|
|
4269
|
-
label?: string | undefined;
|
|
4270
4269
|
id?: string | undefined;
|
|
4270
|
+
label?: string | undefined;
|
|
4271
4271
|
placeholder?: string | undefined;
|
|
4272
4272
|
})[];
|
|
4273
4273
|
message?: string | undefined;
|
|
4274
|
-
awaitResponse?: boolean | undefined;
|
|
4275
4274
|
title?: string | undefined;
|
|
4275
|
+
awaitResponse?: boolean | undefined;
|
|
4276
4276
|
} | undefined;
|
|
4277
4277
|
};
|
|
4278
4278
|
};
|
|
@@ -4287,9 +4287,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4287
4287
|
text: string;
|
|
4288
4288
|
button?: {
|
|
4289
4289
|
value: string;
|
|
4290
|
-
label?: string | undefined;
|
|
4291
4290
|
text?: string | undefined;
|
|
4292
|
-
|
|
4291
|
+
label?: string | undefined;
|
|
4292
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4293
4293
|
} | undefined;
|
|
4294
4294
|
} | {
|
|
4295
4295
|
type: "fields";
|
|
@@ -4311,9 +4311,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4311
4311
|
} | {
|
|
4312
4312
|
value: string;
|
|
4313
4313
|
type: "button";
|
|
4314
|
-
label?: string | undefined;
|
|
4315
4314
|
text?: string | undefined;
|
|
4316
|
-
|
|
4315
|
+
label?: string | undefined;
|
|
4316
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4317
4317
|
} | {
|
|
4318
4318
|
options: {
|
|
4319
4319
|
value: string;
|
|
@@ -4321,8 +4321,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4321
4321
|
description?: string | undefined;
|
|
4322
4322
|
}[];
|
|
4323
4323
|
type: "select";
|
|
4324
|
-
label?: string | undefined;
|
|
4325
4324
|
id?: string | undefined;
|
|
4325
|
+
label?: string | undefined;
|
|
4326
4326
|
placeholder?: string | undefined;
|
|
4327
4327
|
} | {
|
|
4328
4328
|
options: {
|
|
@@ -4331,13 +4331,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4331
4331
|
description?: string | undefined;
|
|
4332
4332
|
}[];
|
|
4333
4333
|
type: "radio_select";
|
|
4334
|
-
label?: string | undefined;
|
|
4335
4334
|
id?: string | undefined;
|
|
4335
|
+
label?: string | undefined;
|
|
4336
4336
|
placeholder?: string | undefined;
|
|
4337
4337
|
})[];
|
|
4338
4338
|
message?: string | undefined;
|
|
4339
|
-
awaitResponse?: boolean | undefined;
|
|
4340
4339
|
title?: string | undefined;
|
|
4340
|
+
awaitResponse?: boolean | undefined;
|
|
4341
4341
|
} | undefined;
|
|
4342
4342
|
};
|
|
4343
4343
|
};
|
|
@@ -4366,32 +4366,32 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4366
4366
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
4367
4367
|
}, "strict", z.ZodTypeAny, {
|
|
4368
4368
|
value: string;
|
|
4369
|
-
label?: string | undefined;
|
|
4370
4369
|
text?: string | undefined;
|
|
4371
|
-
|
|
4370
|
+
label?: string | undefined;
|
|
4371
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4372
4372
|
}, {
|
|
4373
4373
|
value: string;
|
|
4374
|
-
label?: string | undefined;
|
|
4375
4374
|
text?: string | undefined;
|
|
4376
|
-
|
|
4375
|
+
label?: string | undefined;
|
|
4376
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4377
4377
|
}>>;
|
|
4378
4378
|
}, "strict", z.ZodTypeAny, {
|
|
4379
4379
|
type: "section";
|
|
4380
4380
|
text: string;
|
|
4381
4381
|
button?: {
|
|
4382
4382
|
value: string;
|
|
4383
|
-
label?: string | undefined;
|
|
4384
4383
|
text?: string | undefined;
|
|
4385
|
-
|
|
4384
|
+
label?: string | undefined;
|
|
4385
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4386
4386
|
} | undefined;
|
|
4387
4387
|
}, {
|
|
4388
4388
|
type: "section";
|
|
4389
4389
|
text: string;
|
|
4390
4390
|
button?: {
|
|
4391
4391
|
value: string;
|
|
4392
|
-
label?: string | undefined;
|
|
4393
4392
|
text?: string | undefined;
|
|
4394
|
-
|
|
4393
|
+
label?: string | undefined;
|
|
4394
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4395
4395
|
} | undefined;
|
|
4396
4396
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4397
4397
|
type: z.ZodLiteral<"fields">;
|
|
@@ -4485,15 +4485,15 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4485
4485
|
}, "strict", z.ZodTypeAny, {
|
|
4486
4486
|
value: string;
|
|
4487
4487
|
type: "button";
|
|
4488
|
-
label?: string | undefined;
|
|
4489
4488
|
text?: string | undefined;
|
|
4490
|
-
|
|
4489
|
+
label?: string | undefined;
|
|
4490
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4491
4491
|
}, {
|
|
4492
4492
|
value: string;
|
|
4493
4493
|
type: "button";
|
|
4494
|
-
label?: string | undefined;
|
|
4495
4494
|
text?: string | undefined;
|
|
4496
|
-
|
|
4495
|
+
label?: string | undefined;
|
|
4496
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4497
4497
|
}>, z.ZodObject<{
|
|
4498
4498
|
type: z.ZodLiteral<"select">;
|
|
4499
4499
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -4519,8 +4519,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4519
4519
|
description?: string | undefined;
|
|
4520
4520
|
}[];
|
|
4521
4521
|
type: "select";
|
|
4522
|
-
label?: string | undefined;
|
|
4523
4522
|
id?: string | undefined;
|
|
4523
|
+
label?: string | undefined;
|
|
4524
4524
|
placeholder?: string | undefined;
|
|
4525
4525
|
}, {
|
|
4526
4526
|
options: {
|
|
@@ -4529,8 +4529,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4529
4529
|
description?: string | undefined;
|
|
4530
4530
|
}[];
|
|
4531
4531
|
type: "select";
|
|
4532
|
-
label?: string | undefined;
|
|
4533
4532
|
id?: string | undefined;
|
|
4533
|
+
label?: string | undefined;
|
|
4534
4534
|
placeholder?: string | undefined;
|
|
4535
4535
|
}>, z.ZodObject<{
|
|
4536
4536
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -4557,8 +4557,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4557
4557
|
description?: string | undefined;
|
|
4558
4558
|
}[];
|
|
4559
4559
|
type: "radio_select";
|
|
4560
|
-
label?: string | undefined;
|
|
4561
4560
|
id?: string | undefined;
|
|
4561
|
+
label?: string | undefined;
|
|
4562
4562
|
placeholder?: string | undefined;
|
|
4563
4563
|
}, {
|
|
4564
4564
|
options: {
|
|
@@ -4567,8 +4567,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4567
4567
|
description?: string | undefined;
|
|
4568
4568
|
}[];
|
|
4569
4569
|
type: "radio_select";
|
|
4570
|
-
label?: string | undefined;
|
|
4571
4570
|
id?: string | undefined;
|
|
4571
|
+
label?: string | undefined;
|
|
4572
4572
|
placeholder?: string | undefined;
|
|
4573
4573
|
}>]>, "many">;
|
|
4574
4574
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -4577,9 +4577,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4577
4577
|
text: string;
|
|
4578
4578
|
button?: {
|
|
4579
4579
|
value: string;
|
|
4580
|
-
label?: string | undefined;
|
|
4581
4580
|
text?: string | undefined;
|
|
4582
|
-
|
|
4581
|
+
label?: string | undefined;
|
|
4582
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4583
4583
|
} | undefined;
|
|
4584
4584
|
} | {
|
|
4585
4585
|
type: "fields";
|
|
@@ -4601,9 +4601,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4601
4601
|
} | {
|
|
4602
4602
|
value: string;
|
|
4603
4603
|
type: "button";
|
|
4604
|
-
label?: string | undefined;
|
|
4605
4604
|
text?: string | undefined;
|
|
4606
|
-
|
|
4605
|
+
label?: string | undefined;
|
|
4606
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4607
4607
|
} | {
|
|
4608
4608
|
options: {
|
|
4609
4609
|
value: string;
|
|
@@ -4611,8 +4611,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4611
4611
|
description?: string | undefined;
|
|
4612
4612
|
}[];
|
|
4613
4613
|
type: "select";
|
|
4614
|
-
label?: string | undefined;
|
|
4615
4614
|
id?: string | undefined;
|
|
4615
|
+
label?: string | undefined;
|
|
4616
4616
|
placeholder?: string | undefined;
|
|
4617
4617
|
} | {
|
|
4618
4618
|
options: {
|
|
@@ -4621,22 +4621,22 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4621
4621
|
description?: string | undefined;
|
|
4622
4622
|
}[];
|
|
4623
4623
|
type: "radio_select";
|
|
4624
|
-
label?: string | undefined;
|
|
4625
4624
|
id?: string | undefined;
|
|
4625
|
+
label?: string | undefined;
|
|
4626
4626
|
placeholder?: string | undefined;
|
|
4627
4627
|
})[];
|
|
4628
4628
|
message?: string | undefined;
|
|
4629
|
-
awaitResponse?: boolean | undefined;
|
|
4630
4629
|
title?: string | undefined;
|
|
4630
|
+
awaitResponse?: boolean | undefined;
|
|
4631
4631
|
}, {
|
|
4632
4632
|
components: ({
|
|
4633
4633
|
type: "section";
|
|
4634
4634
|
text: string;
|
|
4635
4635
|
button?: {
|
|
4636
4636
|
value: string;
|
|
4637
|
-
label?: string | undefined;
|
|
4638
4637
|
text?: string | undefined;
|
|
4639
|
-
|
|
4638
|
+
label?: string | undefined;
|
|
4639
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4640
4640
|
} | undefined;
|
|
4641
4641
|
} | {
|
|
4642
4642
|
type: "fields";
|
|
@@ -4658,9 +4658,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4658
4658
|
} | {
|
|
4659
4659
|
value: string;
|
|
4660
4660
|
type: "button";
|
|
4661
|
-
label?: string | undefined;
|
|
4662
4661
|
text?: string | undefined;
|
|
4663
|
-
|
|
4662
|
+
label?: string | undefined;
|
|
4663
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4664
4664
|
} | {
|
|
4665
4665
|
options: {
|
|
4666
4666
|
value: string;
|
|
@@ -4668,8 +4668,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4668
4668
|
description?: string | undefined;
|
|
4669
4669
|
}[];
|
|
4670
4670
|
type: "select";
|
|
4671
|
-
label?: string | undefined;
|
|
4672
4671
|
id?: string | undefined;
|
|
4672
|
+
label?: string | undefined;
|
|
4673
4673
|
placeholder?: string | undefined;
|
|
4674
4674
|
} | {
|
|
4675
4675
|
options: {
|
|
@@ -4678,13 +4678,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4678
4678
|
description?: string | undefined;
|
|
4679
4679
|
}[];
|
|
4680
4680
|
type: "radio_select";
|
|
4681
|
-
label?: string | undefined;
|
|
4682
4681
|
id?: string | undefined;
|
|
4682
|
+
label?: string | undefined;
|
|
4683
4683
|
placeholder?: string | undefined;
|
|
4684
4684
|
})[];
|
|
4685
4685
|
message?: string | undefined;
|
|
4686
|
-
awaitResponse?: boolean | undefined;
|
|
4687
4686
|
title?: string | undefined;
|
|
4687
|
+
awaitResponse?: boolean | undefined;
|
|
4688
4688
|
}>>;
|
|
4689
4689
|
}, "strict", z.ZodTypeAny, {
|
|
4690
4690
|
text?: string | undefined;
|
|
@@ -4694,9 +4694,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4694
4694
|
text: string;
|
|
4695
4695
|
button?: {
|
|
4696
4696
|
value: string;
|
|
4697
|
-
label?: string | undefined;
|
|
4698
4697
|
text?: string | undefined;
|
|
4699
|
-
|
|
4698
|
+
label?: string | undefined;
|
|
4699
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4700
4700
|
} | undefined;
|
|
4701
4701
|
} | {
|
|
4702
4702
|
type: "fields";
|
|
@@ -4718,9 +4718,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4718
4718
|
} | {
|
|
4719
4719
|
value: string;
|
|
4720
4720
|
type: "button";
|
|
4721
|
-
label?: string | undefined;
|
|
4722
4721
|
text?: string | undefined;
|
|
4723
|
-
|
|
4722
|
+
label?: string | undefined;
|
|
4723
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4724
4724
|
} | {
|
|
4725
4725
|
options: {
|
|
4726
4726
|
value: string;
|
|
@@ -4728,8 +4728,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4728
4728
|
description?: string | undefined;
|
|
4729
4729
|
}[];
|
|
4730
4730
|
type: "select";
|
|
4731
|
-
label?: string | undefined;
|
|
4732
4731
|
id?: string | undefined;
|
|
4732
|
+
label?: string | undefined;
|
|
4733
4733
|
placeholder?: string | undefined;
|
|
4734
4734
|
} | {
|
|
4735
4735
|
options: {
|
|
@@ -4738,13 +4738,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4738
4738
|
description?: string | undefined;
|
|
4739
4739
|
}[];
|
|
4740
4740
|
type: "radio_select";
|
|
4741
|
-
label?: string | undefined;
|
|
4742
4741
|
id?: string | undefined;
|
|
4742
|
+
label?: string | undefined;
|
|
4743
4743
|
placeholder?: string | undefined;
|
|
4744
4744
|
})[];
|
|
4745
4745
|
message?: string | undefined;
|
|
4746
|
-
awaitResponse?: boolean | undefined;
|
|
4747
4746
|
title?: string | undefined;
|
|
4747
|
+
awaitResponse?: boolean | undefined;
|
|
4748
4748
|
} | undefined;
|
|
4749
4749
|
}, {
|
|
4750
4750
|
text?: string | undefined;
|
|
@@ -4754,9 +4754,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4754
4754
|
text: string;
|
|
4755
4755
|
button?: {
|
|
4756
4756
|
value: string;
|
|
4757
|
-
label?: string | undefined;
|
|
4758
4757
|
text?: string | undefined;
|
|
4759
|
-
|
|
4758
|
+
label?: string | undefined;
|
|
4759
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4760
4760
|
} | undefined;
|
|
4761
4761
|
} | {
|
|
4762
4762
|
type: "fields";
|
|
@@ -4778,9 +4778,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4778
4778
|
} | {
|
|
4779
4779
|
value: string;
|
|
4780
4780
|
type: "button";
|
|
4781
|
-
label?: string | undefined;
|
|
4782
4781
|
text?: string | undefined;
|
|
4783
|
-
|
|
4782
|
+
label?: string | undefined;
|
|
4783
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4784
4784
|
} | {
|
|
4785
4785
|
options: {
|
|
4786
4786
|
value: string;
|
|
@@ -4788,8 +4788,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4788
4788
|
description?: string | undefined;
|
|
4789
4789
|
}[];
|
|
4790
4790
|
type: "select";
|
|
4791
|
-
label?: string | undefined;
|
|
4792
4791
|
id?: string | undefined;
|
|
4792
|
+
label?: string | undefined;
|
|
4793
4793
|
placeholder?: string | undefined;
|
|
4794
4794
|
} | {
|
|
4795
4795
|
options: {
|
|
@@ -4798,13 +4798,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4798
4798
|
description?: string | undefined;
|
|
4799
4799
|
}[];
|
|
4800
4800
|
type: "radio_select";
|
|
4801
|
-
label?: string | undefined;
|
|
4802
4801
|
id?: string | undefined;
|
|
4802
|
+
label?: string | undefined;
|
|
4803
4803
|
placeholder?: string | undefined;
|
|
4804
4804
|
})[];
|
|
4805
4805
|
message?: string | undefined;
|
|
4806
|
-
awaitResponse?: boolean | undefined;
|
|
4807
4806
|
title?: string | undefined;
|
|
4807
|
+
awaitResponse?: boolean | undefined;
|
|
4808
4808
|
} | undefined;
|
|
4809
4809
|
}>, {
|
|
4810
4810
|
text?: string | undefined;
|
|
@@ -4814,9 +4814,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4814
4814
|
text: string;
|
|
4815
4815
|
button?: {
|
|
4816
4816
|
value: string;
|
|
4817
|
-
label?: string | undefined;
|
|
4818
4817
|
text?: string | undefined;
|
|
4819
|
-
|
|
4818
|
+
label?: string | undefined;
|
|
4819
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4820
4820
|
} | undefined;
|
|
4821
4821
|
} | {
|
|
4822
4822
|
type: "fields";
|
|
@@ -4838,9 +4838,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4838
4838
|
} | {
|
|
4839
4839
|
value: string;
|
|
4840
4840
|
type: "button";
|
|
4841
|
-
label?: string | undefined;
|
|
4842
4841
|
text?: string | undefined;
|
|
4843
|
-
|
|
4842
|
+
label?: string | undefined;
|
|
4843
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4844
4844
|
} | {
|
|
4845
4845
|
options: {
|
|
4846
4846
|
value: string;
|
|
@@ -4848,8 +4848,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4848
4848
|
description?: string | undefined;
|
|
4849
4849
|
}[];
|
|
4850
4850
|
type: "select";
|
|
4851
|
-
label?: string | undefined;
|
|
4852
4851
|
id?: string | undefined;
|
|
4852
|
+
label?: string | undefined;
|
|
4853
4853
|
placeholder?: string | undefined;
|
|
4854
4854
|
} | {
|
|
4855
4855
|
options: {
|
|
@@ -4858,13 +4858,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4858
4858
|
description?: string | undefined;
|
|
4859
4859
|
}[];
|
|
4860
4860
|
type: "radio_select";
|
|
4861
|
-
label?: string | undefined;
|
|
4862
4861
|
id?: string | undefined;
|
|
4862
|
+
label?: string | undefined;
|
|
4863
4863
|
placeholder?: string | undefined;
|
|
4864
4864
|
})[];
|
|
4865
4865
|
message?: string | undefined;
|
|
4866
|
-
awaitResponse?: boolean | undefined;
|
|
4867
4866
|
title?: string | undefined;
|
|
4867
|
+
awaitResponse?: boolean | undefined;
|
|
4868
4868
|
} | undefined;
|
|
4869
4869
|
}, {
|
|
4870
4870
|
text?: string | undefined;
|
|
@@ -4874,9 +4874,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4874
4874
|
text: string;
|
|
4875
4875
|
button?: {
|
|
4876
4876
|
value: string;
|
|
4877
|
-
label?: string | undefined;
|
|
4878
4877
|
text?: string | undefined;
|
|
4879
|
-
|
|
4878
|
+
label?: string | undefined;
|
|
4879
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4880
4880
|
} | undefined;
|
|
4881
4881
|
} | {
|
|
4882
4882
|
type: "fields";
|
|
@@ -4898,9 +4898,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4898
4898
|
} | {
|
|
4899
4899
|
value: string;
|
|
4900
4900
|
type: "button";
|
|
4901
|
-
label?: string | undefined;
|
|
4902
4901
|
text?: string | undefined;
|
|
4903
|
-
|
|
4902
|
+
label?: string | undefined;
|
|
4903
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4904
4904
|
} | {
|
|
4905
4905
|
options: {
|
|
4906
4906
|
value: string;
|
|
@@ -4908,8 +4908,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4908
4908
|
description?: string | undefined;
|
|
4909
4909
|
}[];
|
|
4910
4910
|
type: "select";
|
|
4911
|
-
label?: string | undefined;
|
|
4912
4911
|
id?: string | undefined;
|
|
4912
|
+
label?: string | undefined;
|
|
4913
4913
|
placeholder?: string | undefined;
|
|
4914
4914
|
} | {
|
|
4915
4915
|
options: {
|
|
@@ -4918,13 +4918,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4918
4918
|
description?: string | undefined;
|
|
4919
4919
|
}[];
|
|
4920
4920
|
type: "radio_select";
|
|
4921
|
-
label?: string | undefined;
|
|
4922
4921
|
id?: string | undefined;
|
|
4922
|
+
label?: string | undefined;
|
|
4923
4923
|
placeholder?: string | undefined;
|
|
4924
4924
|
})[];
|
|
4925
4925
|
message?: string | undefined;
|
|
4926
|
-
awaitResponse?: boolean | undefined;
|
|
4927
4926
|
title?: string | undefined;
|
|
4927
|
+
awaitResponse?: boolean | undefined;
|
|
4928
4928
|
} | undefined;
|
|
4929
4929
|
}>;
|
|
4930
4930
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -4936,9 +4936,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4936
4936
|
text: string;
|
|
4937
4937
|
button?: {
|
|
4938
4938
|
value: string;
|
|
4939
|
-
label?: string | undefined;
|
|
4940
4939
|
text?: string | undefined;
|
|
4941
|
-
|
|
4940
|
+
label?: string | undefined;
|
|
4941
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4942
4942
|
} | undefined;
|
|
4943
4943
|
} | {
|
|
4944
4944
|
type: "fields";
|
|
@@ -4960,9 +4960,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4960
4960
|
} | {
|
|
4961
4961
|
value: string;
|
|
4962
4962
|
type: "button";
|
|
4963
|
-
label?: string | undefined;
|
|
4964
4963
|
text?: string | undefined;
|
|
4965
|
-
|
|
4964
|
+
label?: string | undefined;
|
|
4965
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
4966
4966
|
} | {
|
|
4967
4967
|
options: {
|
|
4968
4968
|
value: string;
|
|
@@ -4970,8 +4970,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4970
4970
|
description?: string | undefined;
|
|
4971
4971
|
}[];
|
|
4972
4972
|
type: "select";
|
|
4973
|
-
label?: string | undefined;
|
|
4974
4973
|
id?: string | undefined;
|
|
4974
|
+
label?: string | undefined;
|
|
4975
4975
|
placeholder?: string | undefined;
|
|
4976
4976
|
} | {
|
|
4977
4977
|
options: {
|
|
@@ -4980,13 +4980,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4980
4980
|
description?: string | undefined;
|
|
4981
4981
|
}[];
|
|
4982
4982
|
type: "radio_select";
|
|
4983
|
-
label?: string | undefined;
|
|
4984
4983
|
id?: string | undefined;
|
|
4984
|
+
label?: string | undefined;
|
|
4985
4985
|
placeholder?: string | undefined;
|
|
4986
4986
|
})[];
|
|
4987
4987
|
message?: string | undefined;
|
|
4988
|
-
awaitResponse?: boolean | undefined;
|
|
4989
4988
|
title?: string | undefined;
|
|
4989
|
+
awaitResponse?: boolean | undefined;
|
|
4990
4990
|
} | undefined;
|
|
4991
4991
|
};
|
|
4992
4992
|
userId: string;
|
|
@@ -4999,9 +4999,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4999
4999
|
text: string;
|
|
5000
5000
|
button?: {
|
|
5001
5001
|
value: string;
|
|
5002
|
-
label?: string | undefined;
|
|
5003
5002
|
text?: string | undefined;
|
|
5004
|
-
|
|
5003
|
+
label?: string | undefined;
|
|
5004
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5005
5005
|
} | undefined;
|
|
5006
5006
|
} | {
|
|
5007
5007
|
type: "fields";
|
|
@@ -5023,9 +5023,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5023
5023
|
} | {
|
|
5024
5024
|
value: string;
|
|
5025
5025
|
type: "button";
|
|
5026
|
-
label?: string | undefined;
|
|
5027
5026
|
text?: string | undefined;
|
|
5028
|
-
|
|
5027
|
+
label?: string | undefined;
|
|
5028
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5029
5029
|
} | {
|
|
5030
5030
|
options: {
|
|
5031
5031
|
value: string;
|
|
@@ -5033,8 +5033,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5033
5033
|
description?: string | undefined;
|
|
5034
5034
|
}[];
|
|
5035
5035
|
type: "select";
|
|
5036
|
-
label?: string | undefined;
|
|
5037
5036
|
id?: string | undefined;
|
|
5037
|
+
label?: string | undefined;
|
|
5038
5038
|
placeholder?: string | undefined;
|
|
5039
5039
|
} | {
|
|
5040
5040
|
options: {
|
|
@@ -5043,13 +5043,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5043
5043
|
description?: string | undefined;
|
|
5044
5044
|
}[];
|
|
5045
5045
|
type: "radio_select";
|
|
5046
|
-
label?: string | undefined;
|
|
5047
5046
|
id?: string | undefined;
|
|
5047
|
+
label?: string | undefined;
|
|
5048
5048
|
placeholder?: string | undefined;
|
|
5049
5049
|
})[];
|
|
5050
5050
|
message?: string | undefined;
|
|
5051
|
-
awaitResponse?: boolean | undefined;
|
|
5052
5051
|
title?: string | undefined;
|
|
5052
|
+
awaitResponse?: boolean | undefined;
|
|
5053
5053
|
} | undefined;
|
|
5054
5054
|
};
|
|
5055
5055
|
userId: string;
|
|
@@ -5064,9 +5064,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5064
5064
|
text: string;
|
|
5065
5065
|
button?: {
|
|
5066
5066
|
value: string;
|
|
5067
|
-
label?: string | undefined;
|
|
5068
5067
|
text?: string | undefined;
|
|
5069
|
-
|
|
5068
|
+
label?: string | undefined;
|
|
5069
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5070
5070
|
} | undefined;
|
|
5071
5071
|
} | {
|
|
5072
5072
|
type: "fields";
|
|
@@ -5088,9 +5088,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5088
5088
|
} | {
|
|
5089
5089
|
value: string;
|
|
5090
5090
|
type: "button";
|
|
5091
|
-
label?: string | undefined;
|
|
5092
5091
|
text?: string | undefined;
|
|
5093
|
-
|
|
5092
|
+
label?: string | undefined;
|
|
5093
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5094
5094
|
} | {
|
|
5095
5095
|
options: {
|
|
5096
5096
|
value: string;
|
|
@@ -5098,8 +5098,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5098
5098
|
description?: string | undefined;
|
|
5099
5099
|
}[];
|
|
5100
5100
|
type: "select";
|
|
5101
|
-
label?: string | undefined;
|
|
5102
5101
|
id?: string | undefined;
|
|
5102
|
+
label?: string | undefined;
|
|
5103
5103
|
placeholder?: string | undefined;
|
|
5104
5104
|
} | {
|
|
5105
5105
|
options: {
|
|
@@ -5108,13 +5108,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5108
5108
|
description?: string | undefined;
|
|
5109
5109
|
}[];
|
|
5110
5110
|
type: "radio_select";
|
|
5111
|
-
label?: string | undefined;
|
|
5112
5111
|
id?: string | undefined;
|
|
5112
|
+
label?: string | undefined;
|
|
5113
5113
|
placeholder?: string | undefined;
|
|
5114
5114
|
})[];
|
|
5115
5115
|
message?: string | undefined;
|
|
5116
|
-
awaitResponse?: boolean | undefined;
|
|
5117
5116
|
title?: string | undefined;
|
|
5117
|
+
awaitResponse?: boolean | undefined;
|
|
5118
5118
|
} | undefined;
|
|
5119
5119
|
};
|
|
5120
5120
|
userId: string;
|
|
@@ -5130,9 +5130,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5130
5130
|
text: string;
|
|
5131
5131
|
button?: {
|
|
5132
5132
|
value: string;
|
|
5133
|
-
label?: string | undefined;
|
|
5134
5133
|
text?: string | undefined;
|
|
5135
|
-
|
|
5134
|
+
label?: string | undefined;
|
|
5135
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5136
5136
|
} | undefined;
|
|
5137
5137
|
} | {
|
|
5138
5138
|
type: "fields";
|
|
@@ -5154,9 +5154,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5154
5154
|
} | {
|
|
5155
5155
|
value: string;
|
|
5156
5156
|
type: "button";
|
|
5157
|
-
label?: string | undefined;
|
|
5158
5157
|
text?: string | undefined;
|
|
5159
|
-
|
|
5158
|
+
label?: string | undefined;
|
|
5159
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5160
5160
|
} | {
|
|
5161
5161
|
options: {
|
|
5162
5162
|
value: string;
|
|
@@ -5164,8 +5164,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5164
5164
|
description?: string | undefined;
|
|
5165
5165
|
}[];
|
|
5166
5166
|
type: "select";
|
|
5167
|
-
label?: string | undefined;
|
|
5168
5167
|
id?: string | undefined;
|
|
5168
|
+
label?: string | undefined;
|
|
5169
5169
|
placeholder?: string | undefined;
|
|
5170
5170
|
} | {
|
|
5171
5171
|
options: {
|
|
@@ -5174,13 +5174,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5174
5174
|
description?: string | undefined;
|
|
5175
5175
|
}[];
|
|
5176
5176
|
type: "radio_select";
|
|
5177
|
-
label?: string | undefined;
|
|
5178
5177
|
id?: string | undefined;
|
|
5178
|
+
label?: string | undefined;
|
|
5179
5179
|
placeholder?: string | undefined;
|
|
5180
5180
|
})[];
|
|
5181
5181
|
message?: string | undefined;
|
|
5182
|
-
awaitResponse?: boolean | undefined;
|
|
5183
5182
|
title?: string | undefined;
|
|
5183
|
+
awaitResponse?: boolean | undefined;
|
|
5184
5184
|
} | undefined;
|
|
5185
5185
|
};
|
|
5186
5186
|
userId: string;
|
|
@@ -5210,32 +5210,32 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5210
5210
|
style: z.ZodOptional<z.ZodEnum<["primary", "danger", "default"]>>;
|
|
5211
5211
|
}, "strict", z.ZodTypeAny, {
|
|
5212
5212
|
value: string;
|
|
5213
|
-
label?: string | undefined;
|
|
5214
5213
|
text?: string | undefined;
|
|
5215
|
-
|
|
5214
|
+
label?: string | undefined;
|
|
5215
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5216
5216
|
}, {
|
|
5217
5217
|
value: string;
|
|
5218
|
-
label?: string | undefined;
|
|
5219
5218
|
text?: string | undefined;
|
|
5220
|
-
|
|
5219
|
+
label?: string | undefined;
|
|
5220
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5221
5221
|
}>>;
|
|
5222
5222
|
}, "strict", z.ZodTypeAny, {
|
|
5223
5223
|
type: "section";
|
|
5224
5224
|
text: string;
|
|
5225
5225
|
button?: {
|
|
5226
5226
|
value: string;
|
|
5227
|
-
label?: string | undefined;
|
|
5228
5227
|
text?: string | undefined;
|
|
5229
|
-
|
|
5228
|
+
label?: string | undefined;
|
|
5229
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5230
5230
|
} | undefined;
|
|
5231
5231
|
}, {
|
|
5232
5232
|
type: "section";
|
|
5233
5233
|
text: string;
|
|
5234
5234
|
button?: {
|
|
5235
5235
|
value: string;
|
|
5236
|
-
label?: string | undefined;
|
|
5237
5236
|
text?: string | undefined;
|
|
5238
|
-
|
|
5237
|
+
label?: string | undefined;
|
|
5238
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5239
5239
|
} | undefined;
|
|
5240
5240
|
}>, z.ZodEffects<z.ZodObject<{
|
|
5241
5241
|
type: z.ZodLiteral<"fields">;
|
|
@@ -5329,15 +5329,15 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5329
5329
|
}, "strict", z.ZodTypeAny, {
|
|
5330
5330
|
value: string;
|
|
5331
5331
|
type: "button";
|
|
5332
|
-
label?: string | undefined;
|
|
5333
5332
|
text?: string | undefined;
|
|
5334
|
-
|
|
5333
|
+
label?: string | undefined;
|
|
5334
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5335
5335
|
}, {
|
|
5336
5336
|
value: string;
|
|
5337
5337
|
type: "button";
|
|
5338
|
-
label?: string | undefined;
|
|
5339
5338
|
text?: string | undefined;
|
|
5340
|
-
|
|
5339
|
+
label?: string | undefined;
|
|
5340
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5341
5341
|
}>, z.ZodObject<{
|
|
5342
5342
|
type: z.ZodLiteral<"select">;
|
|
5343
5343
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -5363,8 +5363,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5363
5363
|
description?: string | undefined;
|
|
5364
5364
|
}[];
|
|
5365
5365
|
type: "select";
|
|
5366
|
-
label?: string | undefined;
|
|
5367
5366
|
id?: string | undefined;
|
|
5367
|
+
label?: string | undefined;
|
|
5368
5368
|
placeholder?: string | undefined;
|
|
5369
5369
|
}, {
|
|
5370
5370
|
options: {
|
|
@@ -5373,8 +5373,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5373
5373
|
description?: string | undefined;
|
|
5374
5374
|
}[];
|
|
5375
5375
|
type: "select";
|
|
5376
|
-
label?: string | undefined;
|
|
5377
5376
|
id?: string | undefined;
|
|
5377
|
+
label?: string | undefined;
|
|
5378
5378
|
placeholder?: string | undefined;
|
|
5379
5379
|
}>, z.ZodObject<{
|
|
5380
5380
|
type: z.ZodLiteral<"radio_select">;
|
|
@@ -5401,8 +5401,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5401
5401
|
description?: string | undefined;
|
|
5402
5402
|
}[];
|
|
5403
5403
|
type: "radio_select";
|
|
5404
|
-
label?: string | undefined;
|
|
5405
5404
|
id?: string | undefined;
|
|
5405
|
+
label?: string | undefined;
|
|
5406
5406
|
placeholder?: string | undefined;
|
|
5407
5407
|
}, {
|
|
5408
5408
|
options: {
|
|
@@ -5411,8 +5411,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5411
5411
|
description?: string | undefined;
|
|
5412
5412
|
}[];
|
|
5413
5413
|
type: "radio_select";
|
|
5414
|
-
label?: string | undefined;
|
|
5415
5414
|
id?: string | undefined;
|
|
5415
|
+
label?: string | undefined;
|
|
5416
5416
|
placeholder?: string | undefined;
|
|
5417
5417
|
}>]>, "many">;
|
|
5418
5418
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -5421,9 +5421,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5421
5421
|
text: string;
|
|
5422
5422
|
button?: {
|
|
5423
5423
|
value: string;
|
|
5424
|
-
label?: string | undefined;
|
|
5425
5424
|
text?: string | undefined;
|
|
5426
|
-
|
|
5425
|
+
label?: string | undefined;
|
|
5426
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5427
5427
|
} | undefined;
|
|
5428
5428
|
} | {
|
|
5429
5429
|
type: "fields";
|
|
@@ -5445,9 +5445,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5445
5445
|
} | {
|
|
5446
5446
|
value: string;
|
|
5447
5447
|
type: "button";
|
|
5448
|
-
label?: string | undefined;
|
|
5449
5448
|
text?: string | undefined;
|
|
5450
|
-
|
|
5449
|
+
label?: string | undefined;
|
|
5450
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5451
5451
|
} | {
|
|
5452
5452
|
options: {
|
|
5453
5453
|
value: string;
|
|
@@ -5455,8 +5455,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5455
5455
|
description?: string | undefined;
|
|
5456
5456
|
}[];
|
|
5457
5457
|
type: "select";
|
|
5458
|
-
label?: string | undefined;
|
|
5459
5458
|
id?: string | undefined;
|
|
5459
|
+
label?: string | undefined;
|
|
5460
5460
|
placeholder?: string | undefined;
|
|
5461
5461
|
} | {
|
|
5462
5462
|
options: {
|
|
@@ -5465,22 +5465,22 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5465
5465
|
description?: string | undefined;
|
|
5466
5466
|
}[];
|
|
5467
5467
|
type: "radio_select";
|
|
5468
|
-
label?: string | undefined;
|
|
5469
5468
|
id?: string | undefined;
|
|
5469
|
+
label?: string | undefined;
|
|
5470
5470
|
placeholder?: string | undefined;
|
|
5471
5471
|
})[];
|
|
5472
5472
|
message?: string | undefined;
|
|
5473
|
-
awaitResponse?: boolean | undefined;
|
|
5474
5473
|
title?: string | undefined;
|
|
5474
|
+
awaitResponse?: boolean | undefined;
|
|
5475
5475
|
}, {
|
|
5476
5476
|
components: ({
|
|
5477
5477
|
type: "section";
|
|
5478
5478
|
text: string;
|
|
5479
5479
|
button?: {
|
|
5480
5480
|
value: string;
|
|
5481
|
-
label?: string | undefined;
|
|
5482
5481
|
text?: string | undefined;
|
|
5483
|
-
|
|
5482
|
+
label?: string | undefined;
|
|
5483
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5484
5484
|
} | undefined;
|
|
5485
5485
|
} | {
|
|
5486
5486
|
type: "fields";
|
|
@@ -5502,9 +5502,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5502
5502
|
} | {
|
|
5503
5503
|
value: string;
|
|
5504
5504
|
type: "button";
|
|
5505
|
-
label?: string | undefined;
|
|
5506
5505
|
text?: string | undefined;
|
|
5507
|
-
|
|
5506
|
+
label?: string | undefined;
|
|
5507
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5508
5508
|
} | {
|
|
5509
5509
|
options: {
|
|
5510
5510
|
value: string;
|
|
@@ -5512,8 +5512,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5512
5512
|
description?: string | undefined;
|
|
5513
5513
|
}[];
|
|
5514
5514
|
type: "select";
|
|
5515
|
-
label?: string | undefined;
|
|
5516
5515
|
id?: string | undefined;
|
|
5516
|
+
label?: string | undefined;
|
|
5517
5517
|
placeholder?: string | undefined;
|
|
5518
5518
|
} | {
|
|
5519
5519
|
options: {
|
|
@@ -5522,13 +5522,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5522
5522
|
description?: string | undefined;
|
|
5523
5523
|
}[];
|
|
5524
5524
|
type: "radio_select";
|
|
5525
|
-
label?: string | undefined;
|
|
5526
5525
|
id?: string | undefined;
|
|
5526
|
+
label?: string | undefined;
|
|
5527
5527
|
placeholder?: string | undefined;
|
|
5528
5528
|
})[];
|
|
5529
5529
|
message?: string | undefined;
|
|
5530
|
-
awaitResponse?: boolean | undefined;
|
|
5531
5530
|
title?: string | undefined;
|
|
5531
|
+
awaitResponse?: boolean | undefined;
|
|
5532
5532
|
}>>;
|
|
5533
5533
|
}, "strict", z.ZodTypeAny, {
|
|
5534
5534
|
text?: string | undefined;
|
|
@@ -5538,9 +5538,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5538
5538
|
text: string;
|
|
5539
5539
|
button?: {
|
|
5540
5540
|
value: string;
|
|
5541
|
-
label?: string | undefined;
|
|
5542
5541
|
text?: string | undefined;
|
|
5543
|
-
|
|
5542
|
+
label?: string | undefined;
|
|
5543
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5544
5544
|
} | undefined;
|
|
5545
5545
|
} | {
|
|
5546
5546
|
type: "fields";
|
|
@@ -5562,9 +5562,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5562
5562
|
} | {
|
|
5563
5563
|
value: string;
|
|
5564
5564
|
type: "button";
|
|
5565
|
-
label?: string | undefined;
|
|
5566
5565
|
text?: string | undefined;
|
|
5567
|
-
|
|
5566
|
+
label?: string | undefined;
|
|
5567
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5568
5568
|
} | {
|
|
5569
5569
|
options: {
|
|
5570
5570
|
value: string;
|
|
@@ -5572,8 +5572,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5572
5572
|
description?: string | undefined;
|
|
5573
5573
|
}[];
|
|
5574
5574
|
type: "select";
|
|
5575
|
-
label?: string | undefined;
|
|
5576
5575
|
id?: string | undefined;
|
|
5576
|
+
label?: string | undefined;
|
|
5577
5577
|
placeholder?: string | undefined;
|
|
5578
5578
|
} | {
|
|
5579
5579
|
options: {
|
|
@@ -5582,13 +5582,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5582
5582
|
description?: string | undefined;
|
|
5583
5583
|
}[];
|
|
5584
5584
|
type: "radio_select";
|
|
5585
|
-
label?: string | undefined;
|
|
5586
5585
|
id?: string | undefined;
|
|
5586
|
+
label?: string | undefined;
|
|
5587
5587
|
placeholder?: string | undefined;
|
|
5588
5588
|
})[];
|
|
5589
5589
|
message?: string | undefined;
|
|
5590
|
-
awaitResponse?: boolean | undefined;
|
|
5591
5590
|
title?: string | undefined;
|
|
5591
|
+
awaitResponse?: boolean | undefined;
|
|
5592
5592
|
} | undefined;
|
|
5593
5593
|
}, {
|
|
5594
5594
|
text?: string | undefined;
|
|
@@ -5598,9 +5598,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5598
5598
|
text: string;
|
|
5599
5599
|
button?: {
|
|
5600
5600
|
value: string;
|
|
5601
|
-
label?: string | undefined;
|
|
5602
5601
|
text?: string | undefined;
|
|
5603
|
-
|
|
5602
|
+
label?: string | undefined;
|
|
5603
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5604
5604
|
} | undefined;
|
|
5605
5605
|
} | {
|
|
5606
5606
|
type: "fields";
|
|
@@ -5622,9 +5622,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5622
5622
|
} | {
|
|
5623
5623
|
value: string;
|
|
5624
5624
|
type: "button";
|
|
5625
|
-
label?: string | undefined;
|
|
5626
5625
|
text?: string | undefined;
|
|
5627
|
-
|
|
5626
|
+
label?: string | undefined;
|
|
5627
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5628
5628
|
} | {
|
|
5629
5629
|
options: {
|
|
5630
5630
|
value: string;
|
|
@@ -5632,8 +5632,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5632
5632
|
description?: string | undefined;
|
|
5633
5633
|
}[];
|
|
5634
5634
|
type: "select";
|
|
5635
|
-
label?: string | undefined;
|
|
5636
5635
|
id?: string | undefined;
|
|
5636
|
+
label?: string | undefined;
|
|
5637
5637
|
placeholder?: string | undefined;
|
|
5638
5638
|
} | {
|
|
5639
5639
|
options: {
|
|
@@ -5642,13 +5642,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5642
5642
|
description?: string | undefined;
|
|
5643
5643
|
}[];
|
|
5644
5644
|
type: "radio_select";
|
|
5645
|
-
label?: string | undefined;
|
|
5646
5645
|
id?: string | undefined;
|
|
5646
|
+
label?: string | undefined;
|
|
5647
5647
|
placeholder?: string | undefined;
|
|
5648
5648
|
})[];
|
|
5649
5649
|
message?: string | undefined;
|
|
5650
|
-
awaitResponse?: boolean | undefined;
|
|
5651
5650
|
title?: string | undefined;
|
|
5651
|
+
awaitResponse?: boolean | undefined;
|
|
5652
5652
|
} | undefined;
|
|
5653
5653
|
}>, {
|
|
5654
5654
|
text?: string | undefined;
|
|
@@ -5658,9 +5658,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5658
5658
|
text: string;
|
|
5659
5659
|
button?: {
|
|
5660
5660
|
value: string;
|
|
5661
|
-
label?: string | undefined;
|
|
5662
5661
|
text?: string | undefined;
|
|
5663
|
-
|
|
5662
|
+
label?: string | undefined;
|
|
5663
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5664
5664
|
} | undefined;
|
|
5665
5665
|
} | {
|
|
5666
5666
|
type: "fields";
|
|
@@ -5682,9 +5682,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5682
5682
|
} | {
|
|
5683
5683
|
value: string;
|
|
5684
5684
|
type: "button";
|
|
5685
|
-
label?: string | undefined;
|
|
5686
5685
|
text?: string | undefined;
|
|
5687
|
-
|
|
5686
|
+
label?: string | undefined;
|
|
5687
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5688
5688
|
} | {
|
|
5689
5689
|
options: {
|
|
5690
5690
|
value: string;
|
|
@@ -5692,8 +5692,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5692
5692
|
description?: string | undefined;
|
|
5693
5693
|
}[];
|
|
5694
5694
|
type: "select";
|
|
5695
|
-
label?: string | undefined;
|
|
5696
5695
|
id?: string | undefined;
|
|
5696
|
+
label?: string | undefined;
|
|
5697
5697
|
placeholder?: string | undefined;
|
|
5698
5698
|
} | {
|
|
5699
5699
|
options: {
|
|
@@ -5702,13 +5702,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5702
5702
|
description?: string | undefined;
|
|
5703
5703
|
}[];
|
|
5704
5704
|
type: "radio_select";
|
|
5705
|
-
label?: string | undefined;
|
|
5706
5705
|
id?: string | undefined;
|
|
5706
|
+
label?: string | undefined;
|
|
5707
5707
|
placeholder?: string | undefined;
|
|
5708
5708
|
})[];
|
|
5709
5709
|
message?: string | undefined;
|
|
5710
|
-
awaitResponse?: boolean | undefined;
|
|
5711
5710
|
title?: string | undefined;
|
|
5711
|
+
awaitResponse?: boolean | undefined;
|
|
5712
5712
|
} | undefined;
|
|
5713
5713
|
}, {
|
|
5714
5714
|
text?: string | undefined;
|
|
@@ -5718,9 +5718,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5718
5718
|
text: string;
|
|
5719
5719
|
button?: {
|
|
5720
5720
|
value: string;
|
|
5721
|
-
label?: string | undefined;
|
|
5722
5721
|
text?: string | undefined;
|
|
5723
|
-
|
|
5722
|
+
label?: string | undefined;
|
|
5723
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5724
5724
|
} | undefined;
|
|
5725
5725
|
} | {
|
|
5726
5726
|
type: "fields";
|
|
@@ -5742,9 +5742,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5742
5742
|
} | {
|
|
5743
5743
|
value: string;
|
|
5744
5744
|
type: "button";
|
|
5745
|
-
label?: string | undefined;
|
|
5746
5745
|
text?: string | undefined;
|
|
5747
|
-
|
|
5746
|
+
label?: string | undefined;
|
|
5747
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5748
5748
|
} | {
|
|
5749
5749
|
options: {
|
|
5750
5750
|
value: string;
|
|
@@ -5752,8 +5752,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5752
5752
|
description?: string | undefined;
|
|
5753
5753
|
}[];
|
|
5754
5754
|
type: "select";
|
|
5755
|
-
label?: string | undefined;
|
|
5756
5755
|
id?: string | undefined;
|
|
5756
|
+
label?: string | undefined;
|
|
5757
5757
|
placeholder?: string | undefined;
|
|
5758
5758
|
} | {
|
|
5759
5759
|
options: {
|
|
@@ -5762,13 +5762,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5762
5762
|
description?: string | undefined;
|
|
5763
5763
|
}[];
|
|
5764
5764
|
type: "radio_select";
|
|
5765
|
-
label?: string | undefined;
|
|
5766
5765
|
id?: string | undefined;
|
|
5766
|
+
label?: string | undefined;
|
|
5767
5767
|
placeholder?: string | undefined;
|
|
5768
5768
|
})[];
|
|
5769
5769
|
message?: string | undefined;
|
|
5770
|
-
awaitResponse?: boolean | undefined;
|
|
5771
5770
|
title?: string | undefined;
|
|
5771
|
+
awaitResponse?: boolean | undefined;
|
|
5772
5772
|
} | undefined;
|
|
5773
5773
|
}>;
|
|
5774
5774
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -5780,9 +5780,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5780
5780
|
text: string;
|
|
5781
5781
|
button?: {
|
|
5782
5782
|
value: string;
|
|
5783
|
-
label?: string | undefined;
|
|
5784
5783
|
text?: string | undefined;
|
|
5785
|
-
|
|
5784
|
+
label?: string | undefined;
|
|
5785
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5786
5786
|
} | undefined;
|
|
5787
5787
|
} | {
|
|
5788
5788
|
type: "fields";
|
|
@@ -5804,9 +5804,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5804
5804
|
} | {
|
|
5805
5805
|
value: string;
|
|
5806
5806
|
type: "button";
|
|
5807
|
-
label?: string | undefined;
|
|
5808
5807
|
text?: string | undefined;
|
|
5809
|
-
|
|
5808
|
+
label?: string | undefined;
|
|
5809
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5810
5810
|
} | {
|
|
5811
5811
|
options: {
|
|
5812
5812
|
value: string;
|
|
@@ -5814,8 +5814,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5814
5814
|
description?: string | undefined;
|
|
5815
5815
|
}[];
|
|
5816
5816
|
type: "select";
|
|
5817
|
-
label?: string | undefined;
|
|
5818
5817
|
id?: string | undefined;
|
|
5818
|
+
label?: string | undefined;
|
|
5819
5819
|
placeholder?: string | undefined;
|
|
5820
5820
|
} | {
|
|
5821
5821
|
options: {
|
|
@@ -5824,13 +5824,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5824
5824
|
description?: string | undefined;
|
|
5825
5825
|
}[];
|
|
5826
5826
|
type: "radio_select";
|
|
5827
|
-
label?: string | undefined;
|
|
5828
5827
|
id?: string | undefined;
|
|
5828
|
+
label?: string | undefined;
|
|
5829
5829
|
placeholder?: string | undefined;
|
|
5830
5830
|
})[];
|
|
5831
5831
|
message?: string | undefined;
|
|
5832
|
-
awaitResponse?: boolean | undefined;
|
|
5833
5832
|
title?: string | undefined;
|
|
5833
|
+
awaitResponse?: boolean | undefined;
|
|
5834
5834
|
} | undefined;
|
|
5835
5835
|
};
|
|
5836
5836
|
channelId: string;
|
|
@@ -5843,9 +5843,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5843
5843
|
text: string;
|
|
5844
5844
|
button?: {
|
|
5845
5845
|
value: string;
|
|
5846
|
-
label?: string | undefined;
|
|
5847
5846
|
text?: string | undefined;
|
|
5848
|
-
|
|
5847
|
+
label?: string | undefined;
|
|
5848
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5849
5849
|
} | undefined;
|
|
5850
5850
|
} | {
|
|
5851
5851
|
type: "fields";
|
|
@@ -5867,9 +5867,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5867
5867
|
} | {
|
|
5868
5868
|
value: string;
|
|
5869
5869
|
type: "button";
|
|
5870
|
-
label?: string | undefined;
|
|
5871
5870
|
text?: string | undefined;
|
|
5872
|
-
|
|
5871
|
+
label?: string | undefined;
|
|
5872
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5873
5873
|
} | {
|
|
5874
5874
|
options: {
|
|
5875
5875
|
value: string;
|
|
@@ -5877,8 +5877,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5877
5877
|
description?: string | undefined;
|
|
5878
5878
|
}[];
|
|
5879
5879
|
type: "select";
|
|
5880
|
-
label?: string | undefined;
|
|
5881
5880
|
id?: string | undefined;
|
|
5881
|
+
label?: string | undefined;
|
|
5882
5882
|
placeholder?: string | undefined;
|
|
5883
5883
|
} | {
|
|
5884
5884
|
options: {
|
|
@@ -5887,13 +5887,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5887
5887
|
description?: string | undefined;
|
|
5888
5888
|
}[];
|
|
5889
5889
|
type: "radio_select";
|
|
5890
|
-
label?: string | undefined;
|
|
5891
5890
|
id?: string | undefined;
|
|
5891
|
+
label?: string | undefined;
|
|
5892
5892
|
placeholder?: string | undefined;
|
|
5893
5893
|
})[];
|
|
5894
5894
|
message?: string | undefined;
|
|
5895
|
-
awaitResponse?: boolean | undefined;
|
|
5896
5895
|
title?: string | undefined;
|
|
5896
|
+
awaitResponse?: boolean | undefined;
|
|
5897
5897
|
} | undefined;
|
|
5898
5898
|
};
|
|
5899
5899
|
channelId: string;
|
|
@@ -5908,9 +5908,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5908
5908
|
text: string;
|
|
5909
5909
|
button?: {
|
|
5910
5910
|
value: string;
|
|
5911
|
-
label?: string | undefined;
|
|
5912
5911
|
text?: string | undefined;
|
|
5913
|
-
|
|
5912
|
+
label?: string | undefined;
|
|
5913
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5914
5914
|
} | undefined;
|
|
5915
5915
|
} | {
|
|
5916
5916
|
type: "fields";
|
|
@@ -5932,9 +5932,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5932
5932
|
} | {
|
|
5933
5933
|
value: string;
|
|
5934
5934
|
type: "button";
|
|
5935
|
-
label?: string | undefined;
|
|
5936
5935
|
text?: string | undefined;
|
|
5937
|
-
|
|
5936
|
+
label?: string | undefined;
|
|
5937
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5938
5938
|
} | {
|
|
5939
5939
|
options: {
|
|
5940
5940
|
value: string;
|
|
@@ -5942,8 +5942,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5942
5942
|
description?: string | undefined;
|
|
5943
5943
|
}[];
|
|
5944
5944
|
type: "select";
|
|
5945
|
-
label?: string | undefined;
|
|
5946
5945
|
id?: string | undefined;
|
|
5946
|
+
label?: string | undefined;
|
|
5947
5947
|
placeholder?: string | undefined;
|
|
5948
5948
|
} | {
|
|
5949
5949
|
options: {
|
|
@@ -5952,13 +5952,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5952
5952
|
description?: string | undefined;
|
|
5953
5953
|
}[];
|
|
5954
5954
|
type: "radio_select";
|
|
5955
|
-
label?: string | undefined;
|
|
5956
5955
|
id?: string | undefined;
|
|
5956
|
+
label?: string | undefined;
|
|
5957
5957
|
placeholder?: string | undefined;
|
|
5958
5958
|
})[];
|
|
5959
5959
|
message?: string | undefined;
|
|
5960
|
-
awaitResponse?: boolean | undefined;
|
|
5961
5960
|
title?: string | undefined;
|
|
5961
|
+
awaitResponse?: boolean | undefined;
|
|
5962
5962
|
} | undefined;
|
|
5963
5963
|
};
|
|
5964
5964
|
channelId: string;
|
|
@@ -5974,9 +5974,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5974
5974
|
text: string;
|
|
5975
5975
|
button?: {
|
|
5976
5976
|
value: string;
|
|
5977
|
-
label?: string | undefined;
|
|
5978
5977
|
text?: string | undefined;
|
|
5979
|
-
|
|
5978
|
+
label?: string | undefined;
|
|
5979
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
5980
5980
|
} | undefined;
|
|
5981
5981
|
} | {
|
|
5982
5982
|
type: "fields";
|
|
@@ -5998,9 +5998,9 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5998
5998
|
} | {
|
|
5999
5999
|
value: string;
|
|
6000
6000
|
type: "button";
|
|
6001
|
-
label?: string | undefined;
|
|
6002
6001
|
text?: string | undefined;
|
|
6003
|
-
|
|
6002
|
+
label?: string | undefined;
|
|
6003
|
+
style?: "default" | "primary" | "danger" | undefined;
|
|
6004
6004
|
} | {
|
|
6005
6005
|
options: {
|
|
6006
6006
|
value: string;
|
|
@@ -6008,8 +6008,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
6008
6008
|
description?: string | undefined;
|
|
6009
6009
|
}[];
|
|
6010
6010
|
type: "select";
|
|
6011
|
-
label?: string | undefined;
|
|
6012
6011
|
id?: string | undefined;
|
|
6012
|
+
label?: string | undefined;
|
|
6013
6013
|
placeholder?: string | undefined;
|
|
6014
6014
|
} | {
|
|
6015
6015
|
options: {
|
|
@@ -6018,13 +6018,13 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
6018
6018
|
description?: string | undefined;
|
|
6019
6019
|
}[];
|
|
6020
6020
|
type: "radio_select";
|
|
6021
|
-
label?: string | undefined;
|
|
6022
6021
|
id?: string | undefined;
|
|
6022
|
+
label?: string | undefined;
|
|
6023
6023
|
placeholder?: string | undefined;
|
|
6024
6024
|
})[];
|
|
6025
6025
|
message?: string | undefined;
|
|
6026
|
-
awaitResponse?: boolean | undefined;
|
|
6027
6026
|
title?: string | undefined;
|
|
6027
|
+
awaitResponse?: boolean | undefined;
|
|
6028
6028
|
} | undefined;
|
|
6029
6029
|
};
|
|
6030
6030
|
channelId: string;
|