n8n 2.29.7 → 2.30.0
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/README.md +9 -8
- package/dist/active-executions.d.ts +2 -1
- package/dist/active-executions.js +2 -1
- package/dist/active-executions.js.map +1 -1
- package/dist/active-workflow-manager.js +10 -5
- package/dist/active-workflow-manager.js.map +1 -1
- package/dist/blob-storage/azure-byte-store.ee.js +2 -2
- package/dist/blob-storage/azure-byte-store.ee.js.map +1 -1
- package/dist/blob-storage/s3-byte-store.ee.js +2 -2
- package/dist/blob-storage/s3-byte-store.ee.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/chat/chat-service.js +5 -4
- package/dist/chat/chat-service.js.map +1 -1
- package/dist/chat/chat-service.types.d.ts +2 -2
- package/dist/commands/audit.js +3 -2
- package/dist/commands/audit.js.map +1 -1
- package/dist/commands/base-command.js +2 -1
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/execute.d.ts +2 -2
- package/dist/commands/export/credentials.d.ts +4 -4
- package/dist/commands/export/entities.d.ts +2 -2
- package/dist/commands/export/workflow.d.ts +4 -4
- package/dist/commands/import/credentials.d.ts +2 -2
- package/dist/commands/import/workflow.d.ts +2 -2
- package/dist/commands/start.js +2 -0
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/ttwf/generate.d.ts +2 -2
- package/dist/controllers/annotation-tags.controller.ee.d.ts +1 -1
- package/dist/controllers/oauth/oauth1-credential.controller.d.ts +3 -1
- package/dist/controllers/oauth/oauth1-credential.controller.js +12 -6
- package/dist/controllers/oauth/oauth1-credential.controller.js.map +1 -1
- package/dist/controllers/oauth/oauth2-credential.controller.d.ts +3 -1
- package/dist/controllers/oauth/oauth2-credential.controller.js +12 -5
- package/dist/controllers/oauth/oauth2-credential.controller.js.map +1 -1
- package/dist/controllers/posthog.controller.d.ts +6 -0
- package/dist/controllers/posthog.controller.js +36 -8
- package/dist/controllers/posthog.controller.js.map +1 -1
- package/dist/controllers/project.controller.d.ts +2 -0
- package/dist/controllers/project.controller.js +12 -4
- package/dist/controllers/project.controller.js.map +1 -1
- package/dist/controllers/role.controller.d.ts +3 -2
- package/dist/controllers/role.controller.js +21 -7
- package/dist/controllers/role.controller.js.map +1 -1
- package/dist/controllers/users.controller.d.ts +3 -2
- package/dist/controllers/users.controller.js +5 -1
- package/dist/controllers/users.controller.js.map +1 -1
- package/dist/credentials/credentials.controller.d.ts +3 -1
- package/dist/credentials/credentials.controller.js +24 -18
- package/dist/credentials/credentials.controller.js.map +1 -1
- package/dist/credentials/credentials.service.d.ts +1 -0
- package/dist/credentials/credentials.service.js +11 -0
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/credentials-overwrites.d.ts +2 -0
- package/dist/credentials-overwrites.js +10 -0
- package/dist/credentials-overwrites.js.map +1 -1
- package/dist/deprecation/deprecation.service.js +35 -6
- package/dist/deprecation/deprecation.service.js.map +1 -1
- package/dist/errors/response-errors/bad-request.error.d.ts +2 -1
- package/dist/errors/response-errors/bad-request.error.js +5 -2
- package/dist/errors/response-errors/bad-request.error.js.map +1 -1
- package/dist/evaluation.ee/test-runs.controller.ee.d.ts +1 -0
- package/dist/eventbus/event-message-classes/index.d.ts +2 -2
- package/dist/eventbus/event-message-classes/index.js +1 -0
- package/dist/eventbus/event-message-classes/index.js.map +1 -1
- package/dist/events/event.service.d.ts +2 -1
- package/dist/events/event.service.js.map +1 -1
- package/dist/events/maps/instance-ai.event-map.d.ts +1 -1
- package/dist/events/maps/relay.event-map.d.ts +21 -2
- package/dist/events/maps/workflow-publication-metrics.event-map.d.ts +26 -0
- package/dist/events/maps/workflow-publication-metrics.event-map.js +3 -0
- package/dist/events/maps/workflow-publication-metrics.event-map.js.map +1 -0
- package/dist/events/relays/log-streaming.event-relay.d.ts +2 -1
- package/dist/events/relays/log-streaming.event-relay.js +16 -3
- 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 +44 -3
- package/dist/events/relays/telemetry.event-relay.js.map +1 -1
- package/dist/execution-lifecycle/execution-lifecycle-hooks.js +2 -0
- package/dist/execution-lifecycle/execution-lifecycle-hooks.js.map +1 -1
- package/dist/execution-lifecycle/shared/shared-hook-functions.js +2 -2
- package/dist/execution-lifecycle/shared/shared-hook-functions.js.map +1 -1
- package/dist/executions/execution-data/azure-store.ee.js +2 -1
- package/dist/executions/execution-data/azure-store.ee.js.map +1 -1
- package/dist/executions/execution-data/s3-store.ee.js +2 -1
- package/dist/executions/execution-data/s3-store.ee.js.map +1 -1
- package/dist/executions/execution.service.js +13 -2
- package/dist/executions/execution.service.js.map +1 -1
- package/dist/instance-settings-loader/loaders/community-packages.instance-settings-loader.js +6 -6
- package/dist/instance-settings-loader/loaders/community-packages.instance-settings-loader.js.map +1 -1
- package/dist/interfaces.d.ts +2 -1
- package/dist/license/license.service.js +4 -4
- package/dist/license/license.service.js.map +1 -1
- package/dist/load-nodes-and-credentials.js +5 -4
- package/dist/load-nodes-and-credentials.js.map +1 -1
- package/dist/metrics/prometheus/active-workflow-metrics.service.js +8 -13
- package/dist/metrics/prometheus/active-workflow-metrics.service.js.map +1 -1
- package/dist/metrics/prometheus/cached-metric-query.d.ts +19 -0
- package/dist/metrics/prometheus/cached-metric-query.js +28 -0
- package/dist/metrics/prometheus/cached-metric-query.js.map +1 -0
- package/dist/metrics/prometheus/instance-ai-metrics.service.js +5 -3
- package/dist/metrics/prometheus/instance-ai-metrics.service.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/workflow-info-metrics.service.js +8 -13
- package/dist/metrics/prometheus/workflow-info-metrics.service.js.map +1 -1
- package/dist/metrics/prometheus/workflow-publication-metrics.service.d.ts +21 -0
- package/dist/metrics/prometheus/workflow-publication-metrics.service.js +160 -0
- package/dist/metrics/prometheus/workflow-publication-metrics.service.js.map +1 -0
- package/dist/metrics/prometheus/workflow-statistics-metrics.service.d.ts +0 -4
- package/dist/metrics/prometheus/workflow-statistics-metrics.service.js +10 -42
- package/dist/metrics/prometheus/workflow-statistics-metrics.service.js.map +1 -1
- package/dist/middlewares/body-parser.js +21 -7
- package/dist/middlewares/body-parser.js.map +1 -1
- package/dist/modules/agents/agent-config.service.js +39 -18
- package/dist/modules/agents/agent-config.service.js.map +1 -1
- package/dist/modules/agents/agent-execution-orchestrator.service.d.ts +2 -2
- package/dist/modules/agents/agent-execution-orchestrator.service.js +5 -8
- package/dist/modules/agents/agent-execution-orchestrator.service.js.map +1 -1
- package/dist/modules/agents/agent-execution.service.d.ts +2 -2
- package/dist/modules/agents/agent-execution.service.js +11 -8
- package/dist/modules/agents/agent-execution.service.js.map +1 -1
- package/dist/modules/agents/agent-integration-persistence.service.d.ts +4 -1
- package/dist/modules/agents/agent-integration-persistence.service.js +4 -2
- package/dist/modules/agents/agent-integration-persistence.service.js.map +1 -1
- package/dist/modules/agents/agent-integrations.controller.js +13 -3
- package/dist/modules/agents/agent-integrations.controller.js.map +1 -1
- package/dist/modules/agents/agent-knowledge-commands.d.ts +3 -0
- package/dist/modules/agents/agent-knowledge-commands.js +32 -9
- package/dist/modules/agents/agent-knowledge-commands.js.map +1 -1
- package/dist/modules/agents/agent-knowledge-gate.d.ts +1 -1
- package/dist/modules/agents/agent-knowledge-gate.js +1 -3
- package/dist/modules/agents/agent-knowledge-gate.js.map +1 -1
- package/dist/modules/agents/agent-knowledge-retrieval.d.ts +13 -6
- package/dist/modules/agents/agent-knowledge-retrieval.js +16 -14
- package/dist/modules/agents/agent-knowledge-retrieval.js.map +1 -1
- package/dist/modules/agents/agent-knowledge-sandbox.service.d.ts +16 -11
- package/dist/modules/agents/agent-knowledge-sandbox.service.js +233 -140
- package/dist/modules/agents/agent-knowledge-sandbox.service.js.map +1 -1
- package/dist/modules/agents/agent-knowledge-storage.d.ts +4 -15
- package/dist/modules/agents/agent-knowledge-storage.js +13 -26
- package/dist/modules/agents/agent-knowledge-storage.js.map +1 -1
- package/dist/modules/agents/agent-knowledge.controller.d.ts +1 -1
- package/dist/modules/agents/agent-knowledge.controller.js +3 -3
- package/dist/modules/agents/agent-knowledge.controller.js.map +1 -1
- package/dist/modules/agents/agent-knowledge.service.d.ts +13 -12
- package/dist/modules/agents/agent-knowledge.service.js +93 -106
- package/dist/modules/agents/agent-knowledge.service.js.map +1 -1
- package/dist/modules/agents/agent-model-catalog.service.d.ts +11 -0
- package/dist/modules/agents/agent-model-catalog.service.js +138 -0
- package/dist/modules/agents/agent-model-catalog.service.js.map +1 -0
- package/dist/modules/agents/agent-publish.service.js +6 -1
- package/dist/modules/agents/agent-publish.service.js.map +1 -1
- package/dist/modules/agents/agent-runtime-cache.service.d.ts +0 -1
- package/dist/modules/agents/agent-runtime-cache.service.js +4 -13
- package/dist/modules/agents/agent-runtime-cache.service.js.map +1 -1
- package/dist/modules/agents/agent-runtime-reconstruction.service.d.ts +3 -7
- package/dist/modules/agents/agent-runtime-reconstruction.service.js +10 -26
- package/dist/modules/agents/agent-runtime-reconstruction.service.js.map +1 -1
- package/dist/modules/agents/agent-sandbox.controller.d.ts +1 -1
- package/dist/modules/agents/agent-sandbox.controller.js +4 -4
- package/dist/modules/agents/agent-sandbox.controller.js.map +1 -1
- package/dist/modules/agents/agent-task.service.d.ts +1 -4
- package/dist/modules/agents/agent-task.service.js +1 -23
- package/dist/modules/agents/agent-task.service.js.map +1 -1
- package/dist/modules/agents/agents-catalog.controller.d.ts +9 -2
- package/dist/modules/agents/agents-catalog.controller.js +25 -2
- package/dist/modules/agents/agents-catalog.controller.js.map +1 -1
- package/dist/modules/agents/agents-config.controller.d.ts +46 -30
- package/dist/modules/agents/agents.controller.js +1 -1
- package/dist/modules/agents/agents.controller.js.map +1 -1
- package/dist/modules/agents/agents.service.d.ts +1 -1
- package/dist/modules/agents/agents.service.js +8 -2
- package/dist/modules/agents/agents.service.js.map +1 -1
- package/dist/modules/agents/builder/agents-builder-tools.service.d.ts +3 -3
- package/dist/modules/agents/builder/agents-builder-tools.service.js +32 -9
- package/dist/modules/agents/builder/agents-builder-tools.service.js.map +1 -1
- package/dist/modules/agents/builder/builder-model-live-lookup.service.d.ts +14 -0
- package/dist/modules/agents/builder/builder-model-live-lookup.service.js +91 -0
- package/dist/modules/agents/builder/builder-model-live-lookup.service.js.map +1 -0
- package/dist/modules/agents/builder/interactive/llm-provider-defaults.d.ts +0 -12
- package/dist/modules/agents/builder/interactive/llm-provider-defaults.js +20 -40
- package/dist/modules/agents/builder/interactive/llm-provider-defaults.js.map +1 -1
- package/dist/modules/agents/builder/interactive/resolve-llm.tool.d.ts +1 -2
- package/dist/modules/agents/builder/interactive/resolve-llm.tool.js +3 -2
- package/dist/modules/agents/builder/interactive/resolve-llm.tool.js.map +1 -1
- package/dist/modules/agents/builder/prompts/config-mutation.prompt.js +6 -0
- package/dist/modules/agents/builder/prompts/config-mutation.prompt.js.map +1 -1
- package/dist/modules/agents/builder/prompts/config-rules.prompt.js +7 -0
- package/dist/modules/agents/builder/prompts/config-rules.prompt.js.map +1 -1
- package/dist/modules/agents/entities/agent-execution.entity.d.ts +2 -4
- package/dist/modules/agents/entities/agent-execution.entity.js +2 -10
- package/dist/modules/agents/entities/agent-execution.entity.js.map +1 -1
- package/dist/modules/agents/execution-recorder.d.ts +0 -8
- package/dist/modules/agents/execution-recorder.js +12 -27
- package/dist/modules/agents/execution-recorder.js.map +1 -1
- package/dist/modules/agents/integrations/agent-chat-suspension-cards.js +5 -5
- package/dist/modules/agents/integrations/agent-chat-suspension-cards.js.map +1 -1
- package/dist/modules/agents/integrations/chat-integration.service.d.ts +7 -6
- package/dist/modules/agents/integrations/chat-integration.service.js +51 -85
- package/dist/modules/agents/integrations/chat-integration.service.js.map +1 -1
- package/dist/modules/agents/integrations/integration-action-executor.d.ts +116 -116
- package/dist/modules/agents/integrations/integration-helpers.js +5 -5
- package/dist/modules/agents/integrations/integration-helpers.js.map +1 -1
- package/dist/modules/agents/integrations/integration-message-context.service.js +2 -2
- package/dist/modules/agents/integrations/integration-message-context.service.js.map +1 -1
- package/dist/modules/agents/integrations/integration-tool-definitions.d.ts +949 -949
- package/dist/modules/agents/integrations/integration-tool-execution.js +4 -4
- package/dist/modules/agents/integrations/integration-tool-execution.js.map +1 -1
- package/dist/modules/agents/integrations/n8n-checkpoint-storage.d.ts +1 -0
- package/dist/modules/agents/integrations/n8n-checkpoint-storage.js +9 -1
- package/dist/modules/agents/integrations/n8n-checkpoint-storage.js.map +1 -1
- package/dist/modules/agents/integrations/platforms/linear-operations.js +18 -18
- package/dist/modules/agents/integrations/platforms/linear-operations.js.map +1 -1
- package/dist/modules/agents/integrations/platforms/linear-tool-definitions.d.ts +30 -30
- package/dist/modules/agents/integrations/platforms/slack-bridge-behavior.js +6 -6
- package/dist/modules/agents/integrations/platforms/slack-bridge-behavior.js.map +1 -1
- package/dist/modules/agents/integrations/platforms/slack-operations.js +3 -3
- package/dist/modules/agents/integrations/platforms/slack-operations.js.map +1 -1
- package/dist/modules/agents/integrations/recording/channel-integration-recorder.d.ts +64 -0
- package/dist/modules/agents/integrations/recording/channel-integration-recorder.js +376 -0
- package/dist/modules/agents/integrations/recording/channel-integration-recorder.js.map +1 -0
- package/dist/modules/agents/integrations/recording/recording-adapter.d.ts +2 -0
- package/dist/modules/agents/integrations/recording/recording-adapter.js +98 -0
- package/dist/modules/agents/integrations/recording/recording-adapter.js.map +1 -0
- package/dist/modules/agents/integrations/slack-app-setup.service.js +5 -5
- package/dist/modules/agents/integrations/slack-app-setup.service.js.map +1 -1
- package/dist/modules/agents/json-config/from-json-config.js +3 -0
- package/dist/modules/agents/json-config/from-json-config.js.map +1 -1
- package/dist/modules/agents/repositories/agent-checkpoint.repository.d.ts +1 -0
- package/dist/modules/agents/repositories/agent-checkpoint.repository.js +4 -0
- package/dist/modules/agents/repositories/agent-checkpoint.repository.js.map +1 -1
- package/dist/modules/agents/repositories/agent-execution.repository.js +3 -1
- package/dist/modules/agents/repositories/agent-execution.repository.js.map +1 -1
- package/dist/modules/agents/sub-agents/sub-agent-foreground-runner.d.ts +0 -1
- package/dist/modules/agents/sub-agents/sub-agent-foreground-runner.js +0 -1
- package/dist/modules/agents/sub-agents/sub-agent-foreground-runner.js.map +1 -1
- package/dist/modules/agents/tools/knowledge/search-knowledge.tool.d.ts +12 -8
- package/dist/modules/agents/tools/knowledge/search-knowledge.tool.js +12 -10
- package/dist/modules/agents/tools/knowledge/search-knowledge.tool.js.map +1 -1
- package/dist/modules/agents/tools/workflow-tool-factory.d.ts +2 -6
- package/dist/modules/agents/tools/workflow-tool-factory.js +11 -24
- package/dist/modules/agents/tools/workflow-tool-factory.js.map +1 -1
- package/dist/modules/agents/utils/agent-resource-id.js +2 -2
- package/dist/modules/agents/utils/agent-resource-id.js.map +1 -1
- package/dist/modules/agents/utils/execution-to-message-mapper.d.ts +1 -1
- package/dist/modules/agents/utils/execution-to-message-mapper.js +4 -31
- package/dist/modules/agents/utils/execution-to-message-mapper.js.map +1 -1
- package/dist/modules/breaking-changes/breaking-changes.controller.d.ts +4 -7
- package/dist/modules/breaking-changes/breaking-changes.controller.js +8 -7
- package/dist/modules/breaking-changes/breaking-changes.controller.js.map +1 -1
- package/dist/modules/breaking-changes/rules/index.d.ts +2 -0
- package/dist/modules/breaking-changes/rules/index.js +2 -0
- package/dist/modules/breaking-changes/rules/index.js.map +1 -1
- package/dist/modules/breaking-changes/rules/v3/always-output-data-multi-output.rule.d.ts +14 -0
- package/dist/modules/breaking-changes/rules/v3/always-output-data-multi-output.rule.js +82 -0
- package/dist/modules/breaking-changes/rules/v3/always-output-data-multi-output.rule.js.map +1 -0
- package/dist/modules/breaking-changes/rules/v3/execute-workflow-each-mode.rule.d.ts +10 -0
- package/dist/modules/breaking-changes/rules/v3/execute-workflow-each-mode.rule.js +53 -0
- package/dist/modules/breaking-changes/rules/v3/execute-workflow-each-mode.rule.js.map +1 -0
- package/dist/modules/chat-hub/chat-hub-extractor.js +2 -1
- package/dist/modules/chat-hub/chat-hub-extractor.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.attachment.service.js +3 -3
- package/dist/modules/chat-hub/chat-hub.attachment.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.controller.js +2 -2
- package/dist/modules/chat-hub/chat-hub.controller.js.map +1 -1
- 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/chat-hub/chat-hub.types.d.ts +4 -4
- package/dist/modules/community-packages/community-node-types.service.js +3 -2
- package/dist/modules/community-packages/community-node-types.service.js.map +1 -1
- package/dist/modules/community-packages/community-packages.lifecycle.service.js +2 -1
- package/dist/modules/community-packages/community-packages.lifecycle.service.js.map +1 -1
- package/dist/modules/community-packages/community-packages.service.d.ts +6 -0
- package/dist/modules/community-packages/community-packages.service.js +116 -25
- package/dist/modules/community-packages/community-packages.service.js.map +1 -1
- package/dist/modules/community-packages/installed-packages.repository.d.ts +2 -0
- package/dist/modules/community-packages/installed-packages.repository.js +9 -0
- package/dist/modules/community-packages/installed-packages.repository.js.map +1 -1
- package/dist/modules/community-packages/npm-utils.js +2 -2
- package/dist/modules/community-packages/npm-utils.js.map +1 -1
- package/dist/modules/data-table/data-table-column.repository.js +3 -2
- package/dist/modules/data-table/data-table-column.repository.js.map +1 -1
- package/dist/modules/data-table/data-table-proxy.service.d.ts +3 -0
- package/dist/modules/data-table/data-table-proxy.service.js +8 -0
- package/dist/modules/data-table/data-table-proxy.service.js.map +1 -1
- package/dist/modules/data-table/data-table-rows.repository.d.ts +3 -0
- package/dist/modules/data-table/data-table-rows.repository.js +15 -4
- package/dist/modules/data-table/data-table-rows.repository.js.map +1 -1
- package/dist/modules/data-table/data-table.controller.js +2 -1
- package/dist/modules/data-table/data-table.controller.js.map +1 -1
- package/dist/modules/data-table/data-table.module.d.ts +1 -1
- package/dist/modules/data-table/data-table.repository.js +10 -0
- package/dist/modules/data-table/data-table.repository.js.map +1 -1
- package/dist/modules/data-table/data-table.service.d.ts +3 -0
- package/dist/modules/data-table/data-table.service.js +10 -0
- package/dist/modules/data-table/data-table.service.js.map +1 -1
- package/dist/modules/data-table/multer-upload-middleware.js +4 -3
- package/dist/modules/data-table/multer-upload-middleware.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/n8n-oauth/n8n-oauth-extractor.js +2 -1
- package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/n8n-oauth/n8n-oauth-extractor.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-introspection-identifier.d.ts +2 -2
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js +2 -1
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-storage.service.js +5 -0
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-storage.service.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/n8n-resolver-seeder.service.d.ts +2 -3
- package/dist/modules/dynamic-credentials.ee/services/n8n-resolver-seeder.service.js +1 -7
- package/dist/modules/dynamic-credentials.ee/services/n8n-resolver-seeder.service.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/shared-fields.d.ts +2 -1
- package/dist/modules/dynamic-credentials.ee/services/shared-fields.js +15 -0
- package/dist/modules/dynamic-credentials.ee/services/shared-fields.js.map +1 -1
- package/dist/modules/external-secrets.ee/errors/secrets-provider-errors.d.ts +33 -0
- package/dist/modules/external-secrets.ee/errors/secrets-provider-errors.js +58 -0
- package/dist/modules/external-secrets.ee/errors/secrets-provider-errors.js.map +1 -0
- package/dist/modules/external-secrets.ee/provider-lifecycle.service.js +4 -4
- package/dist/modules/external-secrets.ee/provider-lifecycle.service.js.map +1 -1
- package/dist/modules/external-secrets.ee/providers/aws-secrets-manager.d.ts +16 -3
- package/dist/modules/external-secrets.ee/providers/aws-secrets-manager.js +114 -23
- package/dist/modules/external-secrets.ee/providers/aws-secrets-manager.js.map +1 -1
- package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.d.ts +3 -0
- package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js +136 -32
- package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js.map +1 -1
- package/dist/modules/external-secrets.ee/providers/gcp-secrets-manager/gcp-secrets-manager.d.ts +2 -0
- package/dist/modules/external-secrets.ee/providers/gcp-secrets-manager/gcp-secrets-manager.js +134 -50
- package/dist/modules/external-secrets.ee/providers/gcp-secrets-manager/gcp-secrets-manager.js.map +1 -1
- package/dist/modules/external-secrets.ee/providers/infisical.d.ts +31 -0
- package/dist/modules/external-secrets.ee/providers/infisical.js +97 -40
- package/dist/modules/external-secrets.ee/providers/infisical.js.map +1 -1
- package/dist/modules/external-secrets.ee/providers/one-password.d.ts +2 -0
- package/dist/modules/external-secrets.ee/providers/one-password.js +97 -41
- package/dist/modules/external-secrets.ee/providers/one-password.js.map +1 -1
- package/dist/modules/external-secrets.ee/providers/vault.d.ts +3 -1
- package/dist/modules/external-secrets.ee/providers/vault.js +126 -33
- package/dist/modules/external-secrets.ee/providers/vault.js.map +1 -1
- package/dist/modules/external-secrets.ee/secrets-cache.service.js +2 -1
- package/dist/modules/external-secrets.ee/secrets-cache.service.js.map +1 -1
- package/dist/modules/favorites/dto/add-favorite.dto.d.ts +1 -1
- package/dist/modules/insights/database/entities/insights-shared.d.ts +1 -1
- package/dist/modules/insights/database/repositories/insights-by-period.repository.d.ts +2 -2
- package/dist/modules/insights/insights-compaction.service.d.ts +4 -2
- package/dist/modules/insights/insights-compaction.service.js +46 -39
- package/dist/modules/insights/insights-compaction.service.js.map +1 -1
- package/dist/modules/insights/insights.service.d.ts +3 -3
- package/dist/modules/insights/insights.service.js +4 -4
- package/dist/modules/insights/insights.service.js.map +1 -1
- package/dist/modules/instance-ai/browser/browser-local-mcp-server.js +1 -1
- package/dist/modules/instance-ai/browser/browser-local-mcp-server.js.map +1 -1
- package/dist/modules/instance-ai/eval/date-anchors.d.ts +1 -0
- package/dist/modules/instance-ai/eval/date-anchors.js +24 -0
- package/dist/modules/instance-ai/eval/date-anchors.js.map +1 -0
- package/dist/modules/instance-ai/eval/eval-timings.d.ts +10 -0
- package/dist/modules/instance-ai/eval/eval-timings.js +50 -0
- package/dist/modules/instance-ai/eval/eval-timings.js.map +1 -0
- package/dist/modules/instance-ai/eval/execution.service.d.ts +1 -0
- package/dist/modules/instance-ai/eval/execution.service.js +175 -26
- package/dist/modules/instance-ai/eval/execution.service.js.map +1 -1
- package/dist/modules/instance-ai/eval/llm-completion-mock.d.ts +7 -0
- package/dist/modules/instance-ai/eval/llm-completion-mock.js +188 -0
- package/dist/modules/instance-ai/eval/llm-completion-mock.js.map +1 -0
- package/dist/modules/instance-ai/eval/llm-wire-server.js +14 -1
- package/dist/modules/instance-ai/eval/llm-wire-server.js.map +1 -1
- package/dist/modules/instance-ai/eval/mock-handler.d.ts +9 -2
- package/dist/modules/instance-ai/eval/mock-handler.js +239 -41
- package/dist/modules/instance-ai/eval/mock-handler.js.map +1 -1
- package/dist/modules/instance-ai/eval/mock-quirks.d.ts +1 -0
- package/dist/modules/instance-ai/eval/mock-quirks.js +47 -2
- package/dist/modules/instance-ai/eval/mock-quirks.js.map +1 -1
- package/dist/modules/instance-ai/eval/pin-data-generator.d.ts +7 -0
- package/dist/modules/instance-ai/eval/pin-data-generator.js +190 -8
- package/dist/modules/instance-ai/eval/pin-data-generator.js.map +1 -1
- package/dist/modules/instance-ai/eval/workflow-analysis.d.ts +2 -0
- package/dist/modules/instance-ai/eval/workflow-analysis.js +25 -3
- package/dist/modules/instance-ai/eval/workflow-analysis.js.map +1 -1
- package/dist/modules/instance-ai/event-bus/in-process-event-bus.d.ts +15 -1
- package/dist/modules/instance-ai/event-bus/in-process-event-bus.js +51 -5
- package/dist/modules/instance-ai/event-bus/in-process-event-bus.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai-error-reporter.service.d.ts +18 -0
- package/dist/modules/instance-ai/instance-ai-error-reporter.service.js +76 -0
- package/dist/modules/instance-ai/instance-ai-error-reporter.service.js.map +1 -0
- package/dist/modules/instance-ai/instance-ai.adapter.service.d.ts +4 -1
- package/dist/modules/instance-ai/instance-ai.adapter.service.js +71 -8
- package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.controller.d.ts +5 -5
- package/dist/modules/instance-ai/instance-ai.controller.js +85 -55
- package/dist/modules/instance-ai/instance-ai.controller.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.service.d.ts +24 -6
- package/dist/modules/instance-ai/instance-ai.service.js +303 -106
- package/dist/modules/instance-ai/instance-ai.service.js.map +1 -1
- package/dist/modules/instance-ai/mcp/instance-ai-mcp-connection.controller.d.ts +2 -1
- package/dist/modules/instance-ai/mcp/instance-ai-mcp-connection.controller.js +12 -0
- package/dist/modules/instance-ai/mcp/instance-ai-mcp-connection.controller.js.map +1 -1
- package/dist/modules/instance-ai/mcp/instance-ai-mcp-registry.service.d.ts +3 -1
- package/dist/modules/instance-ai/mcp/instance-ai-mcp-registry.service.js +78 -11
- package/dist/modules/instance-ai/mcp/instance-ai-mcp-registry.service.js.map +1 -1
- package/dist/modules/instance-ai/message-parser.js +62 -15
- package/dist/modules/instance-ai/message-parser.js.map +1 -1
- package/dist/modules/instance-ai/node-definition-resolver.js +34 -4
- package/dist/modules/instance-ai/node-definition-resolver.js.map +1 -1
- package/dist/modules/instance-ai/observability.d.ts +2 -1
- package/dist/modules/instance-ai/observability.js +2 -1
- package/dist/modules/instance-ai/observability.js.map +1 -1
- package/dist/modules/instance-ai/repositories/instance-ai-pending-confirmation.repository.d.ts +1 -0
- package/dist/modules/instance-ai/repositories/instance-ai-pending-confirmation.repository.js +4 -0
- package/dist/modules/instance-ai/repositories/instance-ai-pending-confirmation.repository.js.map +1 -1
- package/dist/modules/instance-ai/storage/db-iteration-log-storage.js +2 -2
- package/dist/modules/instance-ai/storage/db-iteration-log-storage.js.map +1 -1
- package/dist/modules/instance-ai/storage/typeorm-agent-memory.js +4 -4
- package/dist/modules/instance-ai/storage/typeorm-agent-memory.js.map +1 -1
- package/dist/modules/instance-ai/suspended-run-restorer.service.d.ts +3 -2
- package/dist/modules/instance-ai/suspended-run-restorer.service.js +9 -8
- package/dist/modules/instance-ai/suspended-run-restorer.service.js.map +1 -1
- package/dist/modules/instance-registry/storage/redis-instance-storage.js +9 -8
- package/dist/modules/instance-registry/storage/redis-instance-storage.js.map +1 -1
- package/dist/modules/mcp/mcp-api-key.service.js +2 -2
- package/dist/modules/mcp/mcp-api-key.service.js.map +1 -1
- package/dist/modules/mcp/mcp-server-middleware.service.js +3 -3
- package/dist/modules/mcp/mcp-server-middleware.service.js.map +1 -1
- package/dist/modules/mcp/mcp.service.d.ts +2 -1
- package/dist/modules/mcp/mcp.service.js +3 -2
- package/dist/modules/mcp/mcp.service.js.map +1 -1
- package/dist/modules/mcp/mcp.typeguards.js +9 -9
- package/dist/modules/mcp/mcp.typeguards.js.map +1 -1
- package/dist/modules/mcp/mcp.utils.js +2 -2
- package/dist/modules/mcp/mcp.utils.js.map +1 -1
- package/dist/modules/mcp/tools/execute-workflow.tool.d.ts +8 -8
- package/dist/modules/mcp/tools/execute-workflow.tool.js +2 -1
- package/dist/modules/mcp/tools/execute-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/execution-utils.js +2 -1
- package/dist/modules/mcp/tools/execution-utils.js.map +1 -1
- package/dist/modules/mcp/tools/get-execution.tool.js +2 -1
- package/dist/modules/mcp/tools/get-execution.tool.js.map +1 -1
- package/dist/modules/mcp/tools/get-workflow-details.tool.d.ts +2 -2
- package/dist/modules/mcp/tools/get-workflow-details.tool.js +5 -5
- package/dist/modules/mcp/tools/get-workflow-details.tool.js.map +1 -1
- package/dist/modules/mcp/tools/get-workflow-history.tool.d.ts +4 -4
- package/dist/modules/mcp/tools/get-workflow-history.tool.js +2 -2
- package/dist/modules/mcp/tools/get-workflow-history.tool.js.map +1 -1
- package/dist/modules/mcp/tools/get-workflow-version.tool.js +2 -2
- package/dist/modules/mcp/tools/get-workflow-version.tool.js.map +1 -1
- package/dist/modules/mcp/tools/publish-workflow.tool.js +2 -1
- package/dist/modules/mcp/tools/publish-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/schemas.d.ts +52 -52
- package/dist/modules/mcp/tools/test-workflow.tool.js +2 -1
- package/dist/modules/mcp/tools/test-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/unpublish-workflow.tool.js +2 -1
- package/dist/modules/mcp/tools/unpublish-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/webhook-utils.d.ts +2 -3
- package/dist/modules/mcp/tools/webhook-utils.js +15 -21
- package/dist/modules/mcp/tools/webhook-utils.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/get-workflow-node-types.tool.d.ts +2 -2
- package/dist/modules/mcp/tools/workflow-builder/restore-workflow-version.tool.js +2 -2
- package/dist/modules/mcp/tools/workflow-builder/restore-workflow-version.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/validate-node.tool.d.ts +2 -2
- package/dist/modules/mcp/tools/workflow-builder/workflow-operations.d.ts +85 -85
- package/dist/modules/mcp-registry/mcp-registry-node-loader.js +2 -1
- package/dist/modules/mcp-registry/mcp-registry-node-loader.js.map +1 -1
- package/dist/modules/n8n-packages/engine/import-pipeline.js +14 -1
- package/dist/modules/n8n-packages/engine/import-pipeline.js.map +1 -1
- package/dist/modules/n8n-packages/entities/folder/folder.exporter.d.ts +31 -0
- package/dist/modules/n8n-packages/entities/folder/folder.exporter.js +115 -0
- package/dist/modules/n8n-packages/entities/folder/folder.exporter.js.map +1 -0
- package/dist/modules/n8n-packages/entities/folder/folder.serializer.d.ts +5 -0
- package/dist/modules/n8n-packages/entities/folder/folder.serializer.js +25 -0
- package/dist/modules/n8n-packages/entities/folder/folder.serializer.js.map +1 -0
- package/dist/modules/n8n-packages/entities/project/project.exporter.d.ts +20 -0
- package/dist/modules/n8n-packages/entities/project/project.exporter.js +59 -0
- package/dist/modules/n8n-packages/entities/project/project.exporter.js.map +1 -0
- package/dist/modules/n8n-packages/entities/project/project.serializer.d.ts +5 -0
- package/dist/modules/n8n-packages/entities/project/project.serializer.js +26 -0
- package/dist/modules/n8n-packages/entities/project/project.serializer.js.map +1 -0
- package/dist/modules/n8n-packages/entities/requirements.types.d.ts +5 -0
- package/dist/modules/n8n-packages/entities/requirements.types.js +8 -0
- package/dist/modules/n8n-packages/entities/requirements.types.js.map +1 -0
- package/dist/modules/n8n-packages/entities/workflow/workflow-publisher.js +2 -2
- package/dist/modules/n8n-packages/entities/workflow/workflow-publisher.js.map +1 -1
- package/dist/modules/n8n-packages/entities/workflow/workflow.exporter.d.ts +3 -5
- package/dist/modules/n8n-packages/entities/workflow/workflow.exporter.js +2 -2
- package/dist/modules/n8n-packages/entities/workflow/workflow.exporter.js.map +1 -1
- package/dist/modules/n8n-packages/io/slug.utils.d.ts +1 -1
- package/dist/modules/n8n-packages/io/slug.utils.js +1 -2
- package/dist/modules/n8n-packages/io/slug.utils.js.map +1 -1
- package/dist/modules/n8n-packages/io/unique-filename-allocator.d.ts +3 -2
- package/dist/modules/n8n-packages/io/unique-filename-allocator.js +3 -0
- package/dist/modules/n8n-packages/io/unique-filename-allocator.js.map +1 -1
- package/dist/modules/n8n-packages/n8n-packages.module.js +1 -1
- package/dist/modules/n8n-packages/n8n-packages.module.js.map +1 -1
- package/dist/modules/n8n-packages/n8n-packages.service.d.ts +11 -3
- package/dist/modules/n8n-packages/n8n-packages.service.js +77 -16
- package/dist/modules/n8n-packages/n8n-packages.service.js.map +1 -1
- package/dist/modules/n8n-packages/n8n-packages.types.d.ts +21 -2
- package/dist/modules/n8n-packages/n8n-packages.types.js.map +1 -1
- package/dist/modules/n8n-packages/spec/manifest.schema.d.ts +88 -22
- package/dist/modules/n8n-packages/spec/manifest.schema.js +20 -12
- package/dist/modules/n8n-packages/spec/manifest.schema.js.map +1 -1
- package/dist/modules/n8n-packages/spec/requirements.schema.d.ts +8 -8
- package/dist/modules/n8n-packages/spec/serialized/credential.schema.d.ts +2 -2
- package/dist/modules/n8n-packages/spec/serialized/folder.schema.d.ts +15 -0
- package/dist/modules/n8n-packages/spec/serialized/folder.schema.js +12 -0
- package/dist/modules/n8n-packages/spec/serialized/folder.schema.js.map +1 -0
- package/dist/modules/n8n-packages/spec/serialized/project.schema.d.ts +33 -0
- package/dist/modules/n8n-packages/spec/serialized/project.schema.js +15 -0
- package/dist/modules/n8n-packages/spec/serialized/project.schema.js.map +1 -0
- package/dist/modules/n8n-packages/spec/serialized/workflow.schema.d.ts +32 -32
- package/dist/modules/oauth-jwe/oauth-jwe-key.service.js +2 -2
- package/dist/modules/oauth-jwe/oauth-jwe-key.service.js.map +1 -1
- package/dist/modules/oauth-server/oauth-token.service.js +2 -1
- package/dist/modules/oauth-server/oauth-token.service.js.map +1 -1
- package/dist/modules/oauth-server/protected-resource-resolvers/workflow-mcp-test-trigger-resource.resolver.js +2 -2
- package/dist/modules/oauth-server/protected-resource-resolvers/workflow-mcp-test-trigger-resource.resolver.js.map +1 -1
- package/dist/modules/otel/execution-level-tracer.js +32 -8
- package/dist/modules/otel/execution-level-tracer.js.map +1 -1
- package/dist/modules/otel/execution-level-tracer.types.d.ts +2 -0
- package/dist/modules/otel/execution-level-tracer.types.js.map +1 -1
- package/dist/modules/provisioning.ee/provisioning.service.ee.d.ts +1 -0
- package/dist/modules/provisioning.ee/provisioning.service.ee.js +38 -15
- package/dist/modules/provisioning.ee/provisioning.service.ee.js.map +1 -1
- package/dist/modules/quick-connect/quick-connect.config.d.ts +19 -19
- package/dist/modules/quick-connect/quick-connect.module.d.ts +8 -8
- package/dist/modules/source-control.ee/source-control-export.service.ee.js +3 -1
- package/dist/modules/source-control.ee/source-control-export.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-helper.ee.js +2 -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.js +15 -10
- package/dist/modules/source-control.ee/source-control-import.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.controller.ee.js +3 -3
- package/dist/modules/source-control.ee/source-control.controller.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control.service.ee.d.ts +2 -2
- package/dist/modules/source-control.ee/source-control.service.ee.js +2 -2
- package/dist/modules/source-control.ee/source-control.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/types/exportable-credential.d.ts +2 -0
- package/dist/modules/sso-saml/saml.controller.ee.d.ts +2 -2
- package/dist/modules/token-exchange/token-exchange.schemas.d.ts +8 -8
- package/dist/modules/workflow-index/workflow-index.service.js +3 -2
- package/dist/modules/workflow-index/workflow-index.service.js.map +1 -1
- package/dist/oauth/oauth.service.d.ts +5 -0
- package/dist/oauth/oauth.service.js +45 -15
- package/dist/oauth/oauth.service.js.map +1 -1
- package/dist/public-api/types.d.ts +28 -1
- package/dist/public-api/v1/handlers/data-tables/data-tables.rows.handler.d.ts +1 -0
- package/dist/public-api/v1/handlers/data-tables/data-tables.rows.handler.js +15 -0
- package/dist/public-api/v1/handlers/data-tables/data-tables.rows.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/discover/discover.service.js +11 -11
- package/dist/public-api/v1/handlers/discover/discover.service.js.map +1 -1
- package/dist/public-api/v1/handlers/evaluations/evaluations.handler.d.ts +9 -0
- package/dist/public-api/v1/handlers/evaluations/evaluations.handler.js +64 -0
- package/dist/public-api/v1/handlers/evaluations/evaluations.handler.js.map +1 -0
- package/dist/public-api/v1/handlers/evaluations/evaluations.mapper.d.ts +9 -0
- package/dist/public-api/v1/handlers/evaluations/evaluations.mapper.js +34 -0
- package/dist/public-api/v1/handlers/evaluations/evaluations.mapper.js.map +1 -0
- package/dist/public-api/v1/handlers/executions/executions.handler.js +1 -0
- package/dist/public-api/v1/handlers/executions/executions.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.d.ts +5 -3
- package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.js +53 -26
- package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/projects/projects.handler.js +10 -0
- package/dist/public-api/v1/handlers/projects/projects.handler.js.map +1 -1
- package/dist/public-api/v1/openapi.yml +300 -18
- package/dist/public-api/v1/shared/middlewares/global.middleware.d.ts +1 -0
- package/dist/public-api/v1/shared/middlewares/global.middleware.js +6 -0
- package/dist/public-api/v1/shared/middlewares/global.middleware.js.map +1 -1
- package/dist/push/index.js +3 -3
- package/dist/push/index.js.map +1 -1
- package/dist/requests.d.ts +1 -0
- package/dist/response-helper.js +2 -1
- package/dist/response-helper.js.map +1 -1
- package/dist/scaling/constants.d.ts +3 -2
- package/dist/scaling/constants.js +4 -1
- package/dist/scaling/constants.js.map +1 -1
- package/dist/scaling/job-processor.js +1 -0
- package/dist/scaling/job-processor.js.map +1 -1
- package/dist/scaling/leader-election-client.d.ts +1 -1
- package/dist/scaling/leader-election-client.js +13 -12
- package/dist/scaling/leader-election-client.js.map +1 -1
- package/dist/scaling/pubsub/pubsub.event-map.d.ts +11 -1
- package/dist/scaling/pubsub/pubsub.types.d.ts +3 -1
- package/dist/scaling/redis-lock.service.js +5 -5
- package/dist/scaling/redis-lock.service.js.map +1 -1
- package/dist/scaling/scaling.service.js +3 -2
- package/dist/scaling/scaling.service.js.map +1 -1
- package/dist/scaling/scaling.types.d.ts +1 -0
- package/dist/services/folder-finder.service.d.ts +12 -0
- package/dist/services/folder-finder.service.js +58 -0
- package/dist/services/folder-finder.service.js.map +1 -0
- package/dist/services/frontend.service.js +3 -0
- package/dist/services/frontend.service.js.map +1 -1
- package/dist/services/import.service.js +2 -2
- package/dist/services/import.service.js.map +1 -1
- package/dist/services/project.service.ee.d.ts +1 -0
- package/dist/services/project.service.ee.js +21 -1
- package/dist/services/project.service.ee.js.map +1 -1
- package/dist/services/protected-resource.registry.js +2 -2
- package/dist/services/protected-resource.registry.js.map +1 -1
- package/dist/services/proxy-token-manager.js +2 -2
- package/dist/services/proxy-token-manager.js.map +1 -1
- package/dist/services/pruning/executions-pruning.service.js +3 -3
- package/dist/services/pruning/executions-pruning.service.js.map +1 -1
- package/dist/services/pruning/workflow-history-compaction.service.js +2 -1
- package/dist/services/pruning/workflow-history-compaction.service.js.map +1 -1
- package/dist/services/redis-client.service.js +5 -2
- package/dist/services/redis-client.service.js.map +1 -1
- package/dist/services/role.service.d.ts +3 -3
- package/dist/services/role.service.js +9 -3
- package/dist/services/role.service.js.map +1 -1
- package/dist/services/url.service.d.ts +1 -0
- package/dist/services/url.service.js +10 -5
- package/dist/services/url.service.js.map +1 -1
- package/dist/services/workflow-statistics-rollup.service.d.ts +31 -0
- package/dist/services/workflow-statistics-rollup.service.js +160 -0
- package/dist/services/workflow-statistics-rollup.service.js.map +1 -0
- package/dist/services/workflow-statistics.service.d.ts +5 -2
- package/dist/services/workflow-statistics.service.js +37 -15
- package/dist/services/workflow-statistics.service.js.map +1 -1
- package/dist/task-runners/task-managers/task-requester.d.ts +2 -1
- package/dist/task-runners/task-managers/task-requester.js +3 -3
- package/dist/task-runners/task-managers/task-requester.js.map +1 -1
- package/dist/wait-tracker.js +2 -1
- package/dist/wait-tracker.js.map +1 -1
- package/dist/webhooks/webhook-helpers.d.ts +2 -1
- package/dist/webhooks/webhook-helpers.js +5 -4
- package/dist/webhooks/webhook-helpers.js.map +1 -1
- package/dist/webhooks/webhook-last-node-response-extractor.d.ts +2 -1
- package/dist/webhooks/webhook-last-node-response-extractor.js +12 -11
- package/dist/webhooks/webhook-last-node-response-extractor.js.map +1 -1
- package/dist/webhooks/webhook-request-handler.js +2 -2
- package/dist/webhooks/webhook-request-handler.js.map +1 -1
- package/dist/webhooks/webhook-response-headers.js +2 -2
- package/dist/webhooks/webhook-response-headers.js.map +1 -1
- package/dist/webhooks/webhook.service.js +6 -5
- package/dist/webhooks/webhook.service.js.map +1 -1
- package/dist/workflow-execute-additional-data.js +6 -13
- package/dist/workflow-execute-additional-data.js.map +1 -1
- package/dist/workflow-runner.d.ts +2 -1
- package/dist/workflow-runner.js +1 -0
- package/dist/workflow-runner.js.map +1 -1
- package/dist/workflows/publication/workflow-publication-applier.js +2 -2
- package/dist/workflows/publication/workflow-publication-applier.js.map +1 -1
- package/dist/workflows/publication/workflow-publication-notifier.d.ts +12 -0
- package/dist/workflows/publication/workflow-publication-notifier.js +78 -0
- package/dist/workflows/publication/workflow-publication-notifier.js.map +1 -0
- package/dist/workflows/publication/workflow-publication-outbox-cleanup.service.d.ts +3 -1
- package/dist/workflows/publication/workflow-publication-outbox-cleanup.service.js +13 -2
- package/dist/workflows/publication/workflow-publication-outbox-cleanup.service.js.map +1 -1
- package/dist/workflows/publication/workflow-publication-outbox-consumer.d.ts +4 -1
- package/dist/workflows/publication/workflow-publication-outbox-consumer.js +61 -11
- package/dist/workflows/publication/workflow-publication-outbox-consumer.js.map +1 -1
- package/dist/workflows/publication/workflow-publication-status.service.d.ts +9 -0
- package/dist/workflows/publication/workflow-publication-status.service.js +54 -0
- package/dist/workflows/publication/workflow-publication-status.service.js.map +1 -0
- package/dist/workflows/triggers/non-webhook-trigger-registrar.d.ts +1 -1
- package/dist/workflows/triggers/trigger-activation-retry.js +2 -1
- package/dist/workflows/triggers/trigger-activation-retry.js.map +1 -1
- package/dist/workflows/triggers/trigger-execution-context.factory.d.ts +2 -2
- package/dist/workflows/triggers/trigger-execution-context.factory.js +1 -1
- package/dist/workflows/triggers/trigger-execution-context.factory.js.map +1 -1
- package/dist/workflows/triggers/webhook-trigger-registrar.js +2 -1
- package/dist/workflows/triggers/webhook-trigger-registrar.js.map +1 -1
- package/dist/workflows/triggers/workflow-trigger-activator.d.ts +7 -1
- package/dist/workflows/triggers/workflow-trigger-activator.js +64 -10
- package/dist/workflows/triggers/workflow-trigger-activator.js.map +1 -1
- package/dist/workflows/workflow-execution.service.d.ts +2 -1
- package/dist/workflows/workflow-execution.service.js.map +1 -1
- package/dist/workflows/workflow-finder.service.d.ts +1 -0
- package/dist/workflows/workflow-finder.service.js +21 -0
- package/dist/workflows/workflow-finder.service.js.map +1 -1
- package/dist/workflows/workflow-history/workflow-history.service.js +2 -1
- package/dist/workflows/workflow-history/workflow-history.service.js.map +1 -1
- package/dist/workflows/workflow-published-data.service.js +2 -2
- package/dist/workflows/workflow-published-data.service.js.map +1 -1
- package/dist/workflows/workflow-validation.service.js +3 -2
- package/dist/workflows/workflow-validation.service.js.map +1 -1
- package/dist/workflows/workflow.service.d.ts +8 -6
- package/dist/workflows/workflow.service.js +9 -3
- package/dist/workflows/workflow.service.js.map +1 -1
- package/dist/workflows/workflows.controller.d.ts +31 -28
- package/dist/workflows/workflows.controller.js +28 -4
- package/dist/workflows/workflows.controller.js.map +1 -1
- package/package.json +39 -35
- package/dist/modules/agents/builder/builder-model-lookup.service.d.ts +0 -17
- package/dist/modules/agents/builder/builder-model-lookup.service.js +0 -67
- package/dist/modules/agents/builder/builder-model-lookup.service.js.map +0 -1
- package/dist/modules/n8n-packages/n8n-packages.controller.d.ts +0 -10
- package/dist/modules/n8n-packages/n8n-packages.controller.js +0 -44
- package/dist/modules/n8n-packages/n8n-packages.controller.js.map +0 -1
|
@@ -50,61 +50,61 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
50
50
|
label: z.ZodString;
|
|
51
51
|
value: z.ZodString;
|
|
52
52
|
}, "strict", z.ZodTypeAny, {
|
|
53
|
-
label: string;
|
|
54
53
|
value: string;
|
|
55
|
-
}, {
|
|
56
54
|
label: string;
|
|
55
|
+
}, {
|
|
57
56
|
value: string;
|
|
57
|
+
label: string;
|
|
58
58
|
}>, "many">>;
|
|
59
59
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
60
60
|
label: z.ZodString;
|
|
61
61
|
value: z.ZodString;
|
|
62
62
|
}, "strict", z.ZodTypeAny, {
|
|
63
|
-
label: string;
|
|
64
63
|
value: string;
|
|
65
|
-
}, {
|
|
66
64
|
label: string;
|
|
65
|
+
}, {
|
|
67
66
|
value: string;
|
|
67
|
+
label: string;
|
|
68
68
|
}>, "many">>;
|
|
69
69
|
}, "strict", z.ZodTypeAny, {
|
|
70
70
|
type: "fields";
|
|
71
71
|
fields?: {
|
|
72
|
-
label: string;
|
|
73
72
|
value: string;
|
|
73
|
+
label: string;
|
|
74
74
|
}[] | undefined;
|
|
75
75
|
items?: {
|
|
76
|
-
label: string;
|
|
77
76
|
value: string;
|
|
77
|
+
label: string;
|
|
78
78
|
}[] | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
type: "fields";
|
|
81
81
|
fields?: {
|
|
82
|
-
label: string;
|
|
83
82
|
value: string;
|
|
83
|
+
label: string;
|
|
84
84
|
}[] | undefined;
|
|
85
85
|
items?: {
|
|
86
|
-
label: string;
|
|
87
86
|
value: string;
|
|
87
|
+
label: string;
|
|
88
88
|
}[] | undefined;
|
|
89
89
|
}>, {
|
|
90
90
|
type: "fields";
|
|
91
91
|
fields?: {
|
|
92
|
-
label: string;
|
|
93
92
|
value: string;
|
|
93
|
+
label: string;
|
|
94
94
|
}[] | undefined;
|
|
95
95
|
items?: {
|
|
96
|
-
label: string;
|
|
97
96
|
value: string;
|
|
97
|
+
label: string;
|
|
98
98
|
}[] | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
type: "fields";
|
|
101
101
|
fields?: {
|
|
102
|
-
label: string;
|
|
103
102
|
value: string;
|
|
103
|
+
label: string;
|
|
104
104
|
}[] | undefined;
|
|
105
105
|
items?: {
|
|
106
|
-
label: string;
|
|
107
106
|
value: string;
|
|
107
|
+
label: string;
|
|
108
108
|
}[] | undefined;
|
|
109
109
|
}>, z.ZodObject<{
|
|
110
110
|
type: z.ZodLiteral<"image">;
|
|
@@ -155,18 +155,18 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
155
155
|
value: z.ZodString;
|
|
156
156
|
description: z.ZodOptional<z.ZodString>;
|
|
157
157
|
}, "strict", z.ZodTypeAny, {
|
|
158
|
-
label: string;
|
|
159
158
|
value: string;
|
|
159
|
+
label: string;
|
|
160
160
|
description?: string | undefined;
|
|
161
161
|
}, {
|
|
162
|
-
label: string;
|
|
163
162
|
value: string;
|
|
163
|
+
label: string;
|
|
164
164
|
description?: string | undefined;
|
|
165
165
|
}>, "many">;
|
|
166
166
|
}, "strict", z.ZodTypeAny, {
|
|
167
167
|
options: {
|
|
168
|
-
label: string;
|
|
169
168
|
value: string;
|
|
169
|
+
label: string;
|
|
170
170
|
description?: string | undefined;
|
|
171
171
|
}[];
|
|
172
172
|
type: "select";
|
|
@@ -175,8 +175,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
175
175
|
placeholder?: string | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
options: {
|
|
178
|
-
label: string;
|
|
179
178
|
value: string;
|
|
179
|
+
label: string;
|
|
180
180
|
description?: string | undefined;
|
|
181
181
|
}[];
|
|
182
182
|
type: "select";
|
|
@@ -193,18 +193,18 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
193
193
|
value: z.ZodString;
|
|
194
194
|
description: z.ZodOptional<z.ZodString>;
|
|
195
195
|
}, "strict", z.ZodTypeAny, {
|
|
196
|
-
label: string;
|
|
197
196
|
value: string;
|
|
197
|
+
label: string;
|
|
198
198
|
description?: string | undefined;
|
|
199
199
|
}, {
|
|
200
|
-
label: string;
|
|
201
200
|
value: string;
|
|
201
|
+
label: string;
|
|
202
202
|
description?: string | undefined;
|
|
203
203
|
}>, "many">;
|
|
204
204
|
}, "strict", z.ZodTypeAny, {
|
|
205
205
|
options: {
|
|
206
|
-
label: string;
|
|
207
206
|
value: string;
|
|
207
|
+
label: string;
|
|
208
208
|
description?: string | undefined;
|
|
209
209
|
}[];
|
|
210
210
|
type: "radio_select";
|
|
@@ -213,8 +213,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
213
213
|
placeholder?: string | undefined;
|
|
214
214
|
}, {
|
|
215
215
|
options: {
|
|
216
|
-
label: string;
|
|
217
216
|
value: string;
|
|
217
|
+
label: string;
|
|
218
218
|
description?: string | undefined;
|
|
219
219
|
}[];
|
|
220
220
|
type: "radio_select";
|
|
@@ -224,16 +224,6 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
224
224
|
}>]>, "many">;
|
|
225
225
|
}, "strict", z.ZodTypeAny, {
|
|
226
226
|
components: ({
|
|
227
|
-
type: "fields";
|
|
228
|
-
fields?: {
|
|
229
|
-
label: string;
|
|
230
|
-
value: string;
|
|
231
|
-
}[] | undefined;
|
|
232
|
-
items?: {
|
|
233
|
-
label: string;
|
|
234
|
-
value: string;
|
|
235
|
-
}[] | undefined;
|
|
236
|
-
} | {
|
|
237
227
|
type: "section";
|
|
238
228
|
text: string;
|
|
239
229
|
button?: {
|
|
@@ -242,6 +232,16 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
242
232
|
text?: string | undefined;
|
|
243
233
|
style?: "primary" | "danger" | "default" | undefined;
|
|
244
234
|
} | undefined;
|
|
235
|
+
} | {
|
|
236
|
+
type: "fields";
|
|
237
|
+
fields?: {
|
|
238
|
+
value: string;
|
|
239
|
+
label: string;
|
|
240
|
+
}[] | undefined;
|
|
241
|
+
items?: {
|
|
242
|
+
value: string;
|
|
243
|
+
label: string;
|
|
244
|
+
}[] | undefined;
|
|
245
245
|
} | {
|
|
246
246
|
type: "image";
|
|
247
247
|
url: string;
|
|
@@ -257,8 +257,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
257
257
|
style?: "primary" | "danger" | "default" | undefined;
|
|
258
258
|
} | {
|
|
259
259
|
options: {
|
|
260
|
-
label: string;
|
|
261
260
|
value: string;
|
|
261
|
+
label: string;
|
|
262
262
|
description?: string | undefined;
|
|
263
263
|
}[];
|
|
264
264
|
type: "select";
|
|
@@ -267,8 +267,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
267
267
|
placeholder?: string | undefined;
|
|
268
268
|
} | {
|
|
269
269
|
options: {
|
|
270
|
-
label: string;
|
|
271
270
|
value: string;
|
|
271
|
+
label: string;
|
|
272
272
|
description?: string | undefined;
|
|
273
273
|
}[];
|
|
274
274
|
type: "radio_select";
|
|
@@ -281,16 +281,6 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
281
281
|
title?: string | undefined;
|
|
282
282
|
}, {
|
|
283
283
|
components: ({
|
|
284
|
-
type: "fields";
|
|
285
|
-
fields?: {
|
|
286
|
-
label: string;
|
|
287
|
-
value: string;
|
|
288
|
-
}[] | undefined;
|
|
289
|
-
items?: {
|
|
290
|
-
label: string;
|
|
291
|
-
value: string;
|
|
292
|
-
}[] | undefined;
|
|
293
|
-
} | {
|
|
294
284
|
type: "section";
|
|
295
285
|
text: string;
|
|
296
286
|
button?: {
|
|
@@ -299,6 +289,16 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
299
289
|
text?: string | undefined;
|
|
300
290
|
style?: "primary" | "danger" | "default" | undefined;
|
|
301
291
|
} | undefined;
|
|
292
|
+
} | {
|
|
293
|
+
type: "fields";
|
|
294
|
+
fields?: {
|
|
295
|
+
value: string;
|
|
296
|
+
label: string;
|
|
297
|
+
}[] | undefined;
|
|
298
|
+
items?: {
|
|
299
|
+
value: string;
|
|
300
|
+
label: string;
|
|
301
|
+
}[] | undefined;
|
|
302
302
|
} | {
|
|
303
303
|
type: "image";
|
|
304
304
|
url: string;
|
|
@@ -314,8 +314,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
314
314
|
style?: "primary" | "danger" | "default" | undefined;
|
|
315
315
|
} | {
|
|
316
316
|
options: {
|
|
317
|
-
label: string;
|
|
318
317
|
value: string;
|
|
318
|
+
label: string;
|
|
319
319
|
description?: string | undefined;
|
|
320
320
|
}[];
|
|
321
321
|
type: "select";
|
|
@@ -324,8 +324,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
324
324
|
placeholder?: string | undefined;
|
|
325
325
|
} | {
|
|
326
326
|
options: {
|
|
327
|
-
label: string;
|
|
328
327
|
value: string;
|
|
328
|
+
label: string;
|
|
329
329
|
description?: string | undefined;
|
|
330
330
|
}[];
|
|
331
331
|
type: "radio_select";
|
|
@@ -341,16 +341,6 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
341
341
|
text?: string | undefined;
|
|
342
342
|
card?: {
|
|
343
343
|
components: ({
|
|
344
|
-
type: "fields";
|
|
345
|
-
fields?: {
|
|
346
|
-
label: string;
|
|
347
|
-
value: string;
|
|
348
|
-
}[] | undefined;
|
|
349
|
-
items?: {
|
|
350
|
-
label: string;
|
|
351
|
-
value: string;
|
|
352
|
-
}[] | undefined;
|
|
353
|
-
} | {
|
|
354
344
|
type: "section";
|
|
355
345
|
text: string;
|
|
356
346
|
button?: {
|
|
@@ -359,6 +349,16 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
359
349
|
text?: string | undefined;
|
|
360
350
|
style?: "primary" | "danger" | "default" | undefined;
|
|
361
351
|
} | undefined;
|
|
352
|
+
} | {
|
|
353
|
+
type: "fields";
|
|
354
|
+
fields?: {
|
|
355
|
+
value: string;
|
|
356
|
+
label: string;
|
|
357
|
+
}[] | undefined;
|
|
358
|
+
items?: {
|
|
359
|
+
value: string;
|
|
360
|
+
label: string;
|
|
361
|
+
}[] | undefined;
|
|
362
362
|
} | {
|
|
363
363
|
type: "image";
|
|
364
364
|
url: string;
|
|
@@ -374,8 +374,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
374
374
|
style?: "primary" | "danger" | "default" | undefined;
|
|
375
375
|
} | {
|
|
376
376
|
options: {
|
|
377
|
-
label: string;
|
|
378
377
|
value: string;
|
|
378
|
+
label: string;
|
|
379
379
|
description?: string | undefined;
|
|
380
380
|
}[];
|
|
381
381
|
type: "select";
|
|
@@ -384,8 +384,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
384
384
|
placeholder?: string | undefined;
|
|
385
385
|
} | {
|
|
386
386
|
options: {
|
|
387
|
-
label: string;
|
|
388
387
|
value: string;
|
|
388
|
+
label: string;
|
|
389
389
|
description?: string | undefined;
|
|
390
390
|
}[];
|
|
391
391
|
type: "radio_select";
|
|
@@ -401,16 +401,6 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
401
401
|
text?: string | undefined;
|
|
402
402
|
card?: {
|
|
403
403
|
components: ({
|
|
404
|
-
type: "fields";
|
|
405
|
-
fields?: {
|
|
406
|
-
label: string;
|
|
407
|
-
value: string;
|
|
408
|
-
}[] | undefined;
|
|
409
|
-
items?: {
|
|
410
|
-
label: string;
|
|
411
|
-
value: string;
|
|
412
|
-
}[] | undefined;
|
|
413
|
-
} | {
|
|
414
404
|
type: "section";
|
|
415
405
|
text: string;
|
|
416
406
|
button?: {
|
|
@@ -419,6 +409,16 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
419
409
|
text?: string | undefined;
|
|
420
410
|
style?: "primary" | "danger" | "default" | undefined;
|
|
421
411
|
} | undefined;
|
|
412
|
+
} | {
|
|
413
|
+
type: "fields";
|
|
414
|
+
fields?: {
|
|
415
|
+
value: string;
|
|
416
|
+
label: string;
|
|
417
|
+
}[] | undefined;
|
|
418
|
+
items?: {
|
|
419
|
+
value: string;
|
|
420
|
+
label: string;
|
|
421
|
+
}[] | undefined;
|
|
422
422
|
} | {
|
|
423
423
|
type: "image";
|
|
424
424
|
url: string;
|
|
@@ -434,8 +434,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
434
434
|
style?: "primary" | "danger" | "default" | undefined;
|
|
435
435
|
} | {
|
|
436
436
|
options: {
|
|
437
|
-
label: string;
|
|
438
437
|
value: string;
|
|
438
|
+
label: string;
|
|
439
439
|
description?: string | undefined;
|
|
440
440
|
}[];
|
|
441
441
|
type: "select";
|
|
@@ -444,8 +444,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
444
444
|
placeholder?: string | undefined;
|
|
445
445
|
} | {
|
|
446
446
|
options: {
|
|
447
|
-
label: string;
|
|
448
447
|
value: string;
|
|
448
|
+
label: string;
|
|
449
449
|
description?: string | undefined;
|
|
450
450
|
}[];
|
|
451
451
|
type: "radio_select";
|
|
@@ -461,16 +461,6 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
461
461
|
text?: string | undefined;
|
|
462
462
|
card?: {
|
|
463
463
|
components: ({
|
|
464
|
-
type: "fields";
|
|
465
|
-
fields?: {
|
|
466
|
-
label: string;
|
|
467
|
-
value: string;
|
|
468
|
-
}[] | undefined;
|
|
469
|
-
items?: {
|
|
470
|
-
label: string;
|
|
471
|
-
value: string;
|
|
472
|
-
}[] | undefined;
|
|
473
|
-
} | {
|
|
474
464
|
type: "section";
|
|
475
465
|
text: string;
|
|
476
466
|
button?: {
|
|
@@ -479,6 +469,16 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
479
469
|
text?: string | undefined;
|
|
480
470
|
style?: "primary" | "danger" | "default" | undefined;
|
|
481
471
|
} | undefined;
|
|
472
|
+
} | {
|
|
473
|
+
type: "fields";
|
|
474
|
+
fields?: {
|
|
475
|
+
value: string;
|
|
476
|
+
label: string;
|
|
477
|
+
}[] | undefined;
|
|
478
|
+
items?: {
|
|
479
|
+
value: string;
|
|
480
|
+
label: string;
|
|
481
|
+
}[] | undefined;
|
|
482
482
|
} | {
|
|
483
483
|
type: "image";
|
|
484
484
|
url: string;
|
|
@@ -494,8 +494,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
494
494
|
style?: "primary" | "danger" | "default" | undefined;
|
|
495
495
|
} | {
|
|
496
496
|
options: {
|
|
497
|
-
label: string;
|
|
498
497
|
value: string;
|
|
498
|
+
label: string;
|
|
499
499
|
description?: string | undefined;
|
|
500
500
|
}[];
|
|
501
501
|
type: "select";
|
|
@@ -504,8 +504,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
504
504
|
placeholder?: string | undefined;
|
|
505
505
|
} | {
|
|
506
506
|
options: {
|
|
507
|
-
label: string;
|
|
508
507
|
value: string;
|
|
508
|
+
label: string;
|
|
509
509
|
description?: string | undefined;
|
|
510
510
|
}[];
|
|
511
511
|
type: "radio_select";
|
|
@@ -521,16 +521,6 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
521
521
|
text?: string | undefined;
|
|
522
522
|
card?: {
|
|
523
523
|
components: ({
|
|
524
|
-
type: "fields";
|
|
525
|
-
fields?: {
|
|
526
|
-
label: string;
|
|
527
|
-
value: string;
|
|
528
|
-
}[] | undefined;
|
|
529
|
-
items?: {
|
|
530
|
-
label: string;
|
|
531
|
-
value: string;
|
|
532
|
-
}[] | undefined;
|
|
533
|
-
} | {
|
|
534
524
|
type: "section";
|
|
535
525
|
text: string;
|
|
536
526
|
button?: {
|
|
@@ -539,6 +529,16 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
539
529
|
text?: string | undefined;
|
|
540
530
|
style?: "primary" | "danger" | "default" | undefined;
|
|
541
531
|
} | undefined;
|
|
532
|
+
} | {
|
|
533
|
+
type: "fields";
|
|
534
|
+
fields?: {
|
|
535
|
+
value: string;
|
|
536
|
+
label: string;
|
|
537
|
+
}[] | undefined;
|
|
538
|
+
items?: {
|
|
539
|
+
value: string;
|
|
540
|
+
label: string;
|
|
541
|
+
}[] | undefined;
|
|
542
542
|
} | {
|
|
543
543
|
type: "image";
|
|
544
544
|
url: string;
|
|
@@ -554,8 +554,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
554
554
|
style?: "primary" | "danger" | "default" | undefined;
|
|
555
555
|
} | {
|
|
556
556
|
options: {
|
|
557
|
-
label: string;
|
|
558
557
|
value: string;
|
|
558
|
+
label: string;
|
|
559
559
|
description?: string | undefined;
|
|
560
560
|
}[];
|
|
561
561
|
type: "select";
|
|
@@ -564,8 +564,8 @@ export declare const messageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
564
564
|
placeholder?: string | undefined;
|
|
565
565
|
} | {
|
|
566
566
|
options: {
|
|
567
|
-
label: string;
|
|
568
567
|
value: string;
|
|
568
|
+
label: string;
|
|
569
569
|
description?: string | undefined;
|
|
570
570
|
}[];
|
|
571
571
|
type: "radio_select";
|
|
@@ -690,29 +690,29 @@ export declare const GENERIC_CONTEXT_QUERY_TOOL_DEFINITIONS: ({
|
|
|
690
690
|
includeDeleted: z.ZodOptional<z.ZodBoolean>;
|
|
691
691
|
}, "strict", z.ZodTypeAny, {
|
|
692
692
|
email?: string | undefined;
|
|
693
|
-
query?: string | undefined;
|
|
694
693
|
limit?: number | undefined;
|
|
694
|
+
query?: string | undefined;
|
|
695
695
|
cursor?: string | undefined;
|
|
696
696
|
includeBots?: boolean | undefined;
|
|
697
697
|
includeDeleted?: boolean | undefined;
|
|
698
698
|
}, {
|
|
699
699
|
email?: string | undefined;
|
|
700
|
-
query?: string | undefined;
|
|
701
700
|
limit?: number | undefined;
|
|
701
|
+
query?: string | undefined;
|
|
702
702
|
cursor?: string | undefined;
|
|
703
703
|
includeBots?: boolean | undefined;
|
|
704
704
|
includeDeleted?: boolean | undefined;
|
|
705
705
|
}>, {
|
|
706
706
|
email?: string | undefined;
|
|
707
|
-
query?: string | undefined;
|
|
708
707
|
limit?: number | undefined;
|
|
708
|
+
query?: string | undefined;
|
|
709
709
|
cursor?: string | undefined;
|
|
710
710
|
includeBots?: boolean | undefined;
|
|
711
711
|
includeDeleted?: boolean | undefined;
|
|
712
712
|
}, {
|
|
713
713
|
email?: string | undefined;
|
|
714
|
-
query?: string | undefined;
|
|
715
714
|
limit?: number | undefined;
|
|
715
|
+
query?: string | undefined;
|
|
716
716
|
cursor?: string | undefined;
|
|
717
717
|
includeBots?: boolean | undefined;
|
|
718
718
|
includeDeleted?: boolean | undefined;
|
|
@@ -721,8 +721,8 @@ export declare const GENERIC_CONTEXT_QUERY_TOOL_DEFINITIONS: ({
|
|
|
721
721
|
query: "search_users";
|
|
722
722
|
input: {
|
|
723
723
|
email?: string | undefined;
|
|
724
|
-
query?: string | undefined;
|
|
725
724
|
limit?: number | undefined;
|
|
725
|
+
query?: string | undefined;
|
|
726
726
|
cursor?: string | undefined;
|
|
727
727
|
includeBots?: boolean | undefined;
|
|
728
728
|
includeDeleted?: boolean | undefined;
|
|
@@ -731,8 +731,8 @@ export declare const GENERIC_CONTEXT_QUERY_TOOL_DEFINITIONS: ({
|
|
|
731
731
|
query: "search_users";
|
|
732
732
|
input: {
|
|
733
733
|
email?: string | undefined;
|
|
734
|
-
query?: string | undefined;
|
|
735
734
|
limit?: number | undefined;
|
|
735
|
+
query?: string | undefined;
|
|
736
736
|
cursor?: string | undefined;
|
|
737
737
|
includeBots?: boolean | undefined;
|
|
738
738
|
includeDeleted?: boolean | undefined;
|
|
@@ -832,61 +832,61 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
832
832
|
label: z.ZodString;
|
|
833
833
|
value: z.ZodString;
|
|
834
834
|
}, "strict", z.ZodTypeAny, {
|
|
835
|
-
label: string;
|
|
836
835
|
value: string;
|
|
837
|
-
}, {
|
|
838
836
|
label: string;
|
|
837
|
+
}, {
|
|
839
838
|
value: string;
|
|
839
|
+
label: string;
|
|
840
840
|
}>, "many">>;
|
|
841
841
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
842
842
|
label: z.ZodString;
|
|
843
843
|
value: z.ZodString;
|
|
844
844
|
}, "strict", z.ZodTypeAny, {
|
|
845
|
-
label: string;
|
|
846
845
|
value: string;
|
|
847
|
-
}, {
|
|
848
846
|
label: string;
|
|
847
|
+
}, {
|
|
849
848
|
value: string;
|
|
849
|
+
label: string;
|
|
850
850
|
}>, "many">>;
|
|
851
851
|
}, "strict", z.ZodTypeAny, {
|
|
852
852
|
type: "fields";
|
|
853
853
|
fields?: {
|
|
854
|
-
label: string;
|
|
855
854
|
value: string;
|
|
855
|
+
label: string;
|
|
856
856
|
}[] | undefined;
|
|
857
857
|
items?: {
|
|
858
|
-
label: string;
|
|
859
858
|
value: string;
|
|
859
|
+
label: string;
|
|
860
860
|
}[] | undefined;
|
|
861
861
|
}, {
|
|
862
862
|
type: "fields";
|
|
863
863
|
fields?: {
|
|
864
|
-
label: string;
|
|
865
864
|
value: string;
|
|
865
|
+
label: string;
|
|
866
866
|
}[] | undefined;
|
|
867
867
|
items?: {
|
|
868
|
-
label: string;
|
|
869
868
|
value: string;
|
|
869
|
+
label: string;
|
|
870
870
|
}[] | undefined;
|
|
871
871
|
}>, {
|
|
872
872
|
type: "fields";
|
|
873
873
|
fields?: {
|
|
874
|
-
label: string;
|
|
875
874
|
value: string;
|
|
875
|
+
label: string;
|
|
876
876
|
}[] | undefined;
|
|
877
877
|
items?: {
|
|
878
|
-
label: string;
|
|
879
878
|
value: string;
|
|
879
|
+
label: string;
|
|
880
880
|
}[] | undefined;
|
|
881
881
|
}, {
|
|
882
882
|
type: "fields";
|
|
883
883
|
fields?: {
|
|
884
|
-
label: string;
|
|
885
884
|
value: string;
|
|
885
|
+
label: string;
|
|
886
886
|
}[] | undefined;
|
|
887
887
|
items?: {
|
|
888
|
-
label: string;
|
|
889
888
|
value: string;
|
|
889
|
+
label: string;
|
|
890
890
|
}[] | undefined;
|
|
891
891
|
}>, z.ZodObject<{
|
|
892
892
|
type: z.ZodLiteral<"image">;
|
|
@@ -937,18 +937,18 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
937
937
|
value: z.ZodString;
|
|
938
938
|
description: z.ZodOptional<z.ZodString>;
|
|
939
939
|
}, "strict", z.ZodTypeAny, {
|
|
940
|
-
label: string;
|
|
941
940
|
value: string;
|
|
941
|
+
label: string;
|
|
942
942
|
description?: string | undefined;
|
|
943
943
|
}, {
|
|
944
|
-
label: string;
|
|
945
944
|
value: string;
|
|
945
|
+
label: string;
|
|
946
946
|
description?: string | undefined;
|
|
947
947
|
}>, "many">;
|
|
948
948
|
}, "strict", z.ZodTypeAny, {
|
|
949
949
|
options: {
|
|
950
|
-
label: string;
|
|
951
950
|
value: string;
|
|
951
|
+
label: string;
|
|
952
952
|
description?: string | undefined;
|
|
953
953
|
}[];
|
|
954
954
|
type: "select";
|
|
@@ -957,8 +957,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
957
957
|
placeholder?: string | undefined;
|
|
958
958
|
}, {
|
|
959
959
|
options: {
|
|
960
|
-
label: string;
|
|
961
960
|
value: string;
|
|
961
|
+
label: string;
|
|
962
962
|
description?: string | undefined;
|
|
963
963
|
}[];
|
|
964
964
|
type: "select";
|
|
@@ -975,18 +975,18 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
975
975
|
value: z.ZodString;
|
|
976
976
|
description: z.ZodOptional<z.ZodString>;
|
|
977
977
|
}, "strict", z.ZodTypeAny, {
|
|
978
|
-
label: string;
|
|
979
978
|
value: string;
|
|
979
|
+
label: string;
|
|
980
980
|
description?: string | undefined;
|
|
981
981
|
}, {
|
|
982
|
-
label: string;
|
|
983
982
|
value: string;
|
|
983
|
+
label: string;
|
|
984
984
|
description?: string | undefined;
|
|
985
985
|
}>, "many">;
|
|
986
986
|
}, "strict", z.ZodTypeAny, {
|
|
987
987
|
options: {
|
|
988
|
-
label: string;
|
|
989
988
|
value: string;
|
|
989
|
+
label: string;
|
|
990
990
|
description?: string | undefined;
|
|
991
991
|
}[];
|
|
992
992
|
type: "radio_select";
|
|
@@ -995,8 +995,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
995
995
|
placeholder?: string | undefined;
|
|
996
996
|
}, {
|
|
997
997
|
options: {
|
|
998
|
-
label: string;
|
|
999
998
|
value: string;
|
|
999
|
+
label: string;
|
|
1000
1000
|
description?: string | undefined;
|
|
1001
1001
|
}[];
|
|
1002
1002
|
type: "radio_select";
|
|
@@ -1006,16 +1006,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1006
1006
|
}>]>, "many">;
|
|
1007
1007
|
}, "strict", z.ZodTypeAny, {
|
|
1008
1008
|
components: ({
|
|
1009
|
-
type: "fields";
|
|
1010
|
-
fields?: {
|
|
1011
|
-
label: string;
|
|
1012
|
-
value: string;
|
|
1013
|
-
}[] | undefined;
|
|
1014
|
-
items?: {
|
|
1015
|
-
label: string;
|
|
1016
|
-
value: string;
|
|
1017
|
-
}[] | undefined;
|
|
1018
|
-
} | {
|
|
1019
1009
|
type: "section";
|
|
1020
1010
|
text: string;
|
|
1021
1011
|
button?: {
|
|
@@ -1024,6 +1014,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1024
1014
|
text?: string | undefined;
|
|
1025
1015
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1026
1016
|
} | undefined;
|
|
1017
|
+
} | {
|
|
1018
|
+
type: "fields";
|
|
1019
|
+
fields?: {
|
|
1020
|
+
value: string;
|
|
1021
|
+
label: string;
|
|
1022
|
+
}[] | undefined;
|
|
1023
|
+
items?: {
|
|
1024
|
+
value: string;
|
|
1025
|
+
label: string;
|
|
1026
|
+
}[] | undefined;
|
|
1027
1027
|
} | {
|
|
1028
1028
|
type: "image";
|
|
1029
1029
|
url: string;
|
|
@@ -1039,8 +1039,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1039
1039
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1040
1040
|
} | {
|
|
1041
1041
|
options: {
|
|
1042
|
-
label: string;
|
|
1043
1042
|
value: string;
|
|
1043
|
+
label: string;
|
|
1044
1044
|
description?: string | undefined;
|
|
1045
1045
|
}[];
|
|
1046
1046
|
type: "select";
|
|
@@ -1049,8 +1049,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1049
1049
|
placeholder?: string | undefined;
|
|
1050
1050
|
} | {
|
|
1051
1051
|
options: {
|
|
1052
|
-
label: string;
|
|
1053
1052
|
value: string;
|
|
1053
|
+
label: string;
|
|
1054
1054
|
description?: string | undefined;
|
|
1055
1055
|
}[];
|
|
1056
1056
|
type: "radio_select";
|
|
@@ -1063,16 +1063,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1063
1063
|
title?: string | undefined;
|
|
1064
1064
|
}, {
|
|
1065
1065
|
components: ({
|
|
1066
|
-
type: "fields";
|
|
1067
|
-
fields?: {
|
|
1068
|
-
label: string;
|
|
1069
|
-
value: string;
|
|
1070
|
-
}[] | undefined;
|
|
1071
|
-
items?: {
|
|
1072
|
-
label: string;
|
|
1073
|
-
value: string;
|
|
1074
|
-
}[] | undefined;
|
|
1075
|
-
} | {
|
|
1076
1066
|
type: "section";
|
|
1077
1067
|
text: string;
|
|
1078
1068
|
button?: {
|
|
@@ -1081,6 +1071,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1081
1071
|
text?: string | undefined;
|
|
1082
1072
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1083
1073
|
} | undefined;
|
|
1074
|
+
} | {
|
|
1075
|
+
type: "fields";
|
|
1076
|
+
fields?: {
|
|
1077
|
+
value: string;
|
|
1078
|
+
label: string;
|
|
1079
|
+
}[] | undefined;
|
|
1080
|
+
items?: {
|
|
1081
|
+
value: string;
|
|
1082
|
+
label: string;
|
|
1083
|
+
}[] | undefined;
|
|
1084
1084
|
} | {
|
|
1085
1085
|
type: "image";
|
|
1086
1086
|
url: string;
|
|
@@ -1096,8 +1096,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1096
1096
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1097
1097
|
} | {
|
|
1098
1098
|
options: {
|
|
1099
|
-
label: string;
|
|
1100
1099
|
value: string;
|
|
1100
|
+
label: string;
|
|
1101
1101
|
description?: string | undefined;
|
|
1102
1102
|
}[];
|
|
1103
1103
|
type: "select";
|
|
@@ -1106,8 +1106,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1106
1106
|
placeholder?: string | undefined;
|
|
1107
1107
|
} | {
|
|
1108
1108
|
options: {
|
|
1109
|
-
label: string;
|
|
1110
1109
|
value: string;
|
|
1110
|
+
label: string;
|
|
1111
1111
|
description?: string | undefined;
|
|
1112
1112
|
}[];
|
|
1113
1113
|
type: "radio_select";
|
|
@@ -1123,16 +1123,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1123
1123
|
text?: string | undefined;
|
|
1124
1124
|
card?: {
|
|
1125
1125
|
components: ({
|
|
1126
|
-
type: "fields";
|
|
1127
|
-
fields?: {
|
|
1128
|
-
label: string;
|
|
1129
|
-
value: string;
|
|
1130
|
-
}[] | undefined;
|
|
1131
|
-
items?: {
|
|
1132
|
-
label: string;
|
|
1133
|
-
value: string;
|
|
1134
|
-
}[] | undefined;
|
|
1135
|
-
} | {
|
|
1136
1126
|
type: "section";
|
|
1137
1127
|
text: string;
|
|
1138
1128
|
button?: {
|
|
@@ -1141,6 +1131,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1141
1131
|
text?: string | undefined;
|
|
1142
1132
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1143
1133
|
} | undefined;
|
|
1134
|
+
} | {
|
|
1135
|
+
type: "fields";
|
|
1136
|
+
fields?: {
|
|
1137
|
+
value: string;
|
|
1138
|
+
label: string;
|
|
1139
|
+
}[] | undefined;
|
|
1140
|
+
items?: {
|
|
1141
|
+
value: string;
|
|
1142
|
+
label: string;
|
|
1143
|
+
}[] | undefined;
|
|
1144
1144
|
} | {
|
|
1145
1145
|
type: "image";
|
|
1146
1146
|
url: string;
|
|
@@ -1156,8 +1156,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1156
1156
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1157
1157
|
} | {
|
|
1158
1158
|
options: {
|
|
1159
|
-
label: string;
|
|
1160
1159
|
value: string;
|
|
1160
|
+
label: string;
|
|
1161
1161
|
description?: string | undefined;
|
|
1162
1162
|
}[];
|
|
1163
1163
|
type: "select";
|
|
@@ -1166,8 +1166,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1166
1166
|
placeholder?: string | undefined;
|
|
1167
1167
|
} | {
|
|
1168
1168
|
options: {
|
|
1169
|
-
label: string;
|
|
1170
1169
|
value: string;
|
|
1170
|
+
label: string;
|
|
1171
1171
|
description?: string | undefined;
|
|
1172
1172
|
}[];
|
|
1173
1173
|
type: "radio_select";
|
|
@@ -1183,16 +1183,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1183
1183
|
text?: string | undefined;
|
|
1184
1184
|
card?: {
|
|
1185
1185
|
components: ({
|
|
1186
|
-
type: "fields";
|
|
1187
|
-
fields?: {
|
|
1188
|
-
label: string;
|
|
1189
|
-
value: string;
|
|
1190
|
-
}[] | undefined;
|
|
1191
|
-
items?: {
|
|
1192
|
-
label: string;
|
|
1193
|
-
value: string;
|
|
1194
|
-
}[] | undefined;
|
|
1195
|
-
} | {
|
|
1196
1186
|
type: "section";
|
|
1197
1187
|
text: string;
|
|
1198
1188
|
button?: {
|
|
@@ -1201,6 +1191,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1201
1191
|
text?: string | undefined;
|
|
1202
1192
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1203
1193
|
} | undefined;
|
|
1194
|
+
} | {
|
|
1195
|
+
type: "fields";
|
|
1196
|
+
fields?: {
|
|
1197
|
+
value: string;
|
|
1198
|
+
label: string;
|
|
1199
|
+
}[] | undefined;
|
|
1200
|
+
items?: {
|
|
1201
|
+
value: string;
|
|
1202
|
+
label: string;
|
|
1203
|
+
}[] | undefined;
|
|
1204
1204
|
} | {
|
|
1205
1205
|
type: "image";
|
|
1206
1206
|
url: string;
|
|
@@ -1216,8 +1216,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1216
1216
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1217
1217
|
} | {
|
|
1218
1218
|
options: {
|
|
1219
|
-
label: string;
|
|
1220
1219
|
value: string;
|
|
1220
|
+
label: string;
|
|
1221
1221
|
description?: string | undefined;
|
|
1222
1222
|
}[];
|
|
1223
1223
|
type: "select";
|
|
@@ -1226,8 +1226,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1226
1226
|
placeholder?: string | undefined;
|
|
1227
1227
|
} | {
|
|
1228
1228
|
options: {
|
|
1229
|
-
label: string;
|
|
1230
1229
|
value: string;
|
|
1230
|
+
label: string;
|
|
1231
1231
|
description?: string | undefined;
|
|
1232
1232
|
}[];
|
|
1233
1233
|
type: "radio_select";
|
|
@@ -1243,16 +1243,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1243
1243
|
text?: string | undefined;
|
|
1244
1244
|
card?: {
|
|
1245
1245
|
components: ({
|
|
1246
|
-
type: "fields";
|
|
1247
|
-
fields?: {
|
|
1248
|
-
label: string;
|
|
1249
|
-
value: string;
|
|
1250
|
-
}[] | undefined;
|
|
1251
|
-
items?: {
|
|
1252
|
-
label: string;
|
|
1253
|
-
value: string;
|
|
1254
|
-
}[] | undefined;
|
|
1255
|
-
} | {
|
|
1256
1246
|
type: "section";
|
|
1257
1247
|
text: string;
|
|
1258
1248
|
button?: {
|
|
@@ -1261,6 +1251,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1261
1251
|
text?: string | undefined;
|
|
1262
1252
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1263
1253
|
} | undefined;
|
|
1254
|
+
} | {
|
|
1255
|
+
type: "fields";
|
|
1256
|
+
fields?: {
|
|
1257
|
+
value: string;
|
|
1258
|
+
label: string;
|
|
1259
|
+
}[] | undefined;
|
|
1260
|
+
items?: {
|
|
1261
|
+
value: string;
|
|
1262
|
+
label: string;
|
|
1263
|
+
}[] | undefined;
|
|
1264
1264
|
} | {
|
|
1265
1265
|
type: "image";
|
|
1266
1266
|
url: string;
|
|
@@ -1276,8 +1276,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1276
1276
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1277
1277
|
} | {
|
|
1278
1278
|
options: {
|
|
1279
|
-
label: string;
|
|
1280
1279
|
value: string;
|
|
1280
|
+
label: string;
|
|
1281
1281
|
description?: string | undefined;
|
|
1282
1282
|
}[];
|
|
1283
1283
|
type: "select";
|
|
@@ -1286,8 +1286,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1286
1286
|
placeholder?: string | undefined;
|
|
1287
1287
|
} | {
|
|
1288
1288
|
options: {
|
|
1289
|
-
label: string;
|
|
1290
1289
|
value: string;
|
|
1290
|
+
label: string;
|
|
1291
1291
|
description?: string | undefined;
|
|
1292
1292
|
}[];
|
|
1293
1293
|
type: "radio_select";
|
|
@@ -1303,16 +1303,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1303
1303
|
text?: string | undefined;
|
|
1304
1304
|
card?: {
|
|
1305
1305
|
components: ({
|
|
1306
|
-
type: "fields";
|
|
1307
|
-
fields?: {
|
|
1308
|
-
label: string;
|
|
1309
|
-
value: string;
|
|
1310
|
-
}[] | undefined;
|
|
1311
|
-
items?: {
|
|
1312
|
-
label: string;
|
|
1313
|
-
value: string;
|
|
1314
|
-
}[] | undefined;
|
|
1315
|
-
} | {
|
|
1316
1306
|
type: "section";
|
|
1317
1307
|
text: string;
|
|
1318
1308
|
button?: {
|
|
@@ -1321,6 +1311,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1321
1311
|
text?: string | undefined;
|
|
1322
1312
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1323
1313
|
} | undefined;
|
|
1314
|
+
} | {
|
|
1315
|
+
type: "fields";
|
|
1316
|
+
fields?: {
|
|
1317
|
+
value: string;
|
|
1318
|
+
label: string;
|
|
1319
|
+
}[] | undefined;
|
|
1320
|
+
items?: {
|
|
1321
|
+
value: string;
|
|
1322
|
+
label: string;
|
|
1323
|
+
}[] | undefined;
|
|
1324
1324
|
} | {
|
|
1325
1325
|
type: "image";
|
|
1326
1326
|
url: string;
|
|
@@ -1336,8 +1336,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1336
1336
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1337
1337
|
} | {
|
|
1338
1338
|
options: {
|
|
1339
|
-
label: string;
|
|
1340
1339
|
value: string;
|
|
1340
|
+
label: string;
|
|
1341
1341
|
description?: string | undefined;
|
|
1342
1342
|
}[];
|
|
1343
1343
|
type: "select";
|
|
@@ -1346,8 +1346,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1346
1346
|
placeholder?: string | undefined;
|
|
1347
1347
|
} | {
|
|
1348
1348
|
options: {
|
|
1349
|
-
label: string;
|
|
1350
1349
|
value: string;
|
|
1350
|
+
label: string;
|
|
1351
1351
|
description?: string | undefined;
|
|
1352
1352
|
}[];
|
|
1353
1353
|
type: "radio_select";
|
|
@@ -1365,16 +1365,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1365
1365
|
text?: string | undefined;
|
|
1366
1366
|
card?: {
|
|
1367
1367
|
components: ({
|
|
1368
|
-
type: "fields";
|
|
1369
|
-
fields?: {
|
|
1370
|
-
label: string;
|
|
1371
|
-
value: string;
|
|
1372
|
-
}[] | undefined;
|
|
1373
|
-
items?: {
|
|
1374
|
-
label: string;
|
|
1375
|
-
value: string;
|
|
1376
|
-
}[] | undefined;
|
|
1377
|
-
} | {
|
|
1378
1368
|
type: "section";
|
|
1379
1369
|
text: string;
|
|
1380
1370
|
button?: {
|
|
@@ -1383,6 +1373,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1383
1373
|
text?: string | undefined;
|
|
1384
1374
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1385
1375
|
} | undefined;
|
|
1376
|
+
} | {
|
|
1377
|
+
type: "fields";
|
|
1378
|
+
fields?: {
|
|
1379
|
+
value: string;
|
|
1380
|
+
label: string;
|
|
1381
|
+
}[] | undefined;
|
|
1382
|
+
items?: {
|
|
1383
|
+
value: string;
|
|
1384
|
+
label: string;
|
|
1385
|
+
}[] | undefined;
|
|
1386
1386
|
} | {
|
|
1387
1387
|
type: "image";
|
|
1388
1388
|
url: string;
|
|
@@ -1398,8 +1398,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1398
1398
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1399
1399
|
} | {
|
|
1400
1400
|
options: {
|
|
1401
|
-
label: string;
|
|
1402
1401
|
value: string;
|
|
1402
|
+
label: string;
|
|
1403
1403
|
description?: string | undefined;
|
|
1404
1404
|
}[];
|
|
1405
1405
|
type: "select";
|
|
@@ -1408,8 +1408,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1408
1408
|
placeholder?: string | undefined;
|
|
1409
1409
|
} | {
|
|
1410
1410
|
options: {
|
|
1411
|
-
label: string;
|
|
1412
1411
|
value: string;
|
|
1412
|
+
label: string;
|
|
1413
1413
|
description?: string | undefined;
|
|
1414
1414
|
}[];
|
|
1415
1415
|
type: "radio_select";
|
|
@@ -1427,16 +1427,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1427
1427
|
text?: string | undefined;
|
|
1428
1428
|
card?: {
|
|
1429
1429
|
components: ({
|
|
1430
|
-
type: "fields";
|
|
1431
|
-
fields?: {
|
|
1432
|
-
label: string;
|
|
1433
|
-
value: string;
|
|
1434
|
-
}[] | undefined;
|
|
1435
|
-
items?: {
|
|
1436
|
-
label: string;
|
|
1437
|
-
value: string;
|
|
1438
|
-
}[] | undefined;
|
|
1439
|
-
} | {
|
|
1440
1430
|
type: "section";
|
|
1441
1431
|
text: string;
|
|
1442
1432
|
button?: {
|
|
@@ -1445,6 +1435,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1445
1435
|
text?: string | undefined;
|
|
1446
1436
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1447
1437
|
} | undefined;
|
|
1438
|
+
} | {
|
|
1439
|
+
type: "fields";
|
|
1440
|
+
fields?: {
|
|
1441
|
+
value: string;
|
|
1442
|
+
label: string;
|
|
1443
|
+
}[] | undefined;
|
|
1444
|
+
items?: {
|
|
1445
|
+
value: string;
|
|
1446
|
+
label: string;
|
|
1447
|
+
}[] | undefined;
|
|
1448
1448
|
} | {
|
|
1449
1449
|
type: "image";
|
|
1450
1450
|
url: string;
|
|
@@ -1460,8 +1460,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1460
1460
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1461
1461
|
} | {
|
|
1462
1462
|
options: {
|
|
1463
|
-
label: string;
|
|
1464
1463
|
value: string;
|
|
1464
|
+
label: string;
|
|
1465
1465
|
description?: string | undefined;
|
|
1466
1466
|
}[];
|
|
1467
1467
|
type: "select";
|
|
@@ -1470,8 +1470,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1470
1470
|
placeholder?: string | undefined;
|
|
1471
1471
|
} | {
|
|
1472
1472
|
options: {
|
|
1473
|
-
label: string;
|
|
1474
1473
|
value: string;
|
|
1474
|
+
label: string;
|
|
1475
1475
|
description?: string | undefined;
|
|
1476
1476
|
}[];
|
|
1477
1477
|
type: "radio_select";
|
|
@@ -1491,16 +1491,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1491
1491
|
text?: string | undefined;
|
|
1492
1492
|
card?: {
|
|
1493
1493
|
components: ({
|
|
1494
|
-
type: "fields";
|
|
1495
|
-
fields?: {
|
|
1496
|
-
label: string;
|
|
1497
|
-
value: string;
|
|
1498
|
-
}[] | undefined;
|
|
1499
|
-
items?: {
|
|
1500
|
-
label: string;
|
|
1501
|
-
value: string;
|
|
1502
|
-
}[] | undefined;
|
|
1503
|
-
} | {
|
|
1504
1494
|
type: "section";
|
|
1505
1495
|
text: string;
|
|
1506
1496
|
button?: {
|
|
@@ -1509,6 +1499,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1509
1499
|
text?: string | undefined;
|
|
1510
1500
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1511
1501
|
} | undefined;
|
|
1502
|
+
} | {
|
|
1503
|
+
type: "fields";
|
|
1504
|
+
fields?: {
|
|
1505
|
+
value: string;
|
|
1506
|
+
label: string;
|
|
1507
|
+
}[] | undefined;
|
|
1508
|
+
items?: {
|
|
1509
|
+
value: string;
|
|
1510
|
+
label: string;
|
|
1511
|
+
}[] | undefined;
|
|
1512
1512
|
} | {
|
|
1513
1513
|
type: "image";
|
|
1514
1514
|
url: string;
|
|
@@ -1524,8 +1524,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1524
1524
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1525
1525
|
} | {
|
|
1526
1526
|
options: {
|
|
1527
|
-
label: string;
|
|
1528
1527
|
value: string;
|
|
1528
|
+
label: string;
|
|
1529
1529
|
description?: string | undefined;
|
|
1530
1530
|
}[];
|
|
1531
1531
|
type: "select";
|
|
@@ -1534,8 +1534,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1534
1534
|
placeholder?: string | undefined;
|
|
1535
1535
|
} | {
|
|
1536
1536
|
options: {
|
|
1537
|
-
label: string;
|
|
1538
1537
|
value: string;
|
|
1538
|
+
label: string;
|
|
1539
1539
|
description?: string | undefined;
|
|
1540
1540
|
}[];
|
|
1541
1541
|
type: "radio_select";
|
|
@@ -1556,16 +1556,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1556
1556
|
text?: string | undefined;
|
|
1557
1557
|
card?: {
|
|
1558
1558
|
components: ({
|
|
1559
|
-
type: "fields";
|
|
1560
|
-
fields?: {
|
|
1561
|
-
label: string;
|
|
1562
|
-
value: string;
|
|
1563
|
-
}[] | undefined;
|
|
1564
|
-
items?: {
|
|
1565
|
-
label: string;
|
|
1566
|
-
value: string;
|
|
1567
|
-
}[] | undefined;
|
|
1568
|
-
} | {
|
|
1569
1559
|
type: "section";
|
|
1570
1560
|
text: string;
|
|
1571
1561
|
button?: {
|
|
@@ -1574,6 +1564,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1574
1564
|
text?: string | undefined;
|
|
1575
1565
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1576
1566
|
} | undefined;
|
|
1567
|
+
} | {
|
|
1568
|
+
type: "fields";
|
|
1569
|
+
fields?: {
|
|
1570
|
+
value: string;
|
|
1571
|
+
label: string;
|
|
1572
|
+
}[] | undefined;
|
|
1573
|
+
items?: {
|
|
1574
|
+
value: string;
|
|
1575
|
+
label: string;
|
|
1576
|
+
}[] | undefined;
|
|
1577
1577
|
} | {
|
|
1578
1578
|
type: "image";
|
|
1579
1579
|
url: string;
|
|
@@ -1589,8 +1589,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1589
1589
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1590
1590
|
} | {
|
|
1591
1591
|
options: {
|
|
1592
|
-
label: string;
|
|
1593
1592
|
value: string;
|
|
1593
|
+
label: string;
|
|
1594
1594
|
description?: string | undefined;
|
|
1595
1595
|
}[];
|
|
1596
1596
|
type: "select";
|
|
@@ -1599,8 +1599,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1599
1599
|
placeholder?: string | undefined;
|
|
1600
1600
|
} | {
|
|
1601
1601
|
options: {
|
|
1602
|
-
label: string;
|
|
1603
1602
|
value: string;
|
|
1603
|
+
label: string;
|
|
1604
1604
|
description?: string | undefined;
|
|
1605
1605
|
}[];
|
|
1606
1606
|
type: "radio_select";
|
|
@@ -1672,61 +1672,61 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1672
1672
|
label: z.ZodString;
|
|
1673
1673
|
value: z.ZodString;
|
|
1674
1674
|
}, "strict", z.ZodTypeAny, {
|
|
1675
|
-
label: string;
|
|
1676
1675
|
value: string;
|
|
1677
|
-
}, {
|
|
1678
1676
|
label: string;
|
|
1677
|
+
}, {
|
|
1679
1678
|
value: string;
|
|
1679
|
+
label: string;
|
|
1680
1680
|
}>, "many">>;
|
|
1681
1681
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1682
1682
|
label: z.ZodString;
|
|
1683
1683
|
value: z.ZodString;
|
|
1684
1684
|
}, "strict", z.ZodTypeAny, {
|
|
1685
|
-
label: string;
|
|
1686
1685
|
value: string;
|
|
1687
|
-
}, {
|
|
1688
1686
|
label: string;
|
|
1687
|
+
}, {
|
|
1689
1688
|
value: string;
|
|
1689
|
+
label: string;
|
|
1690
1690
|
}>, "many">>;
|
|
1691
1691
|
}, "strict", z.ZodTypeAny, {
|
|
1692
1692
|
type: "fields";
|
|
1693
1693
|
fields?: {
|
|
1694
|
-
label: string;
|
|
1695
1694
|
value: string;
|
|
1695
|
+
label: string;
|
|
1696
1696
|
}[] | undefined;
|
|
1697
1697
|
items?: {
|
|
1698
|
-
label: string;
|
|
1699
1698
|
value: string;
|
|
1699
|
+
label: string;
|
|
1700
1700
|
}[] | undefined;
|
|
1701
1701
|
}, {
|
|
1702
1702
|
type: "fields";
|
|
1703
1703
|
fields?: {
|
|
1704
|
-
label: string;
|
|
1705
1704
|
value: string;
|
|
1705
|
+
label: string;
|
|
1706
1706
|
}[] | undefined;
|
|
1707
1707
|
items?: {
|
|
1708
|
-
label: string;
|
|
1709
1708
|
value: string;
|
|
1709
|
+
label: string;
|
|
1710
1710
|
}[] | undefined;
|
|
1711
1711
|
}>, {
|
|
1712
1712
|
type: "fields";
|
|
1713
1713
|
fields?: {
|
|
1714
|
-
label: string;
|
|
1715
1714
|
value: string;
|
|
1715
|
+
label: string;
|
|
1716
1716
|
}[] | undefined;
|
|
1717
1717
|
items?: {
|
|
1718
|
-
label: string;
|
|
1719
1718
|
value: string;
|
|
1719
|
+
label: string;
|
|
1720
1720
|
}[] | undefined;
|
|
1721
1721
|
}, {
|
|
1722
1722
|
type: "fields";
|
|
1723
1723
|
fields?: {
|
|
1724
|
-
label: string;
|
|
1725
1724
|
value: string;
|
|
1725
|
+
label: string;
|
|
1726
1726
|
}[] | undefined;
|
|
1727
1727
|
items?: {
|
|
1728
|
-
label: string;
|
|
1729
1728
|
value: string;
|
|
1729
|
+
label: string;
|
|
1730
1730
|
}[] | undefined;
|
|
1731
1731
|
}>, z.ZodObject<{
|
|
1732
1732
|
type: z.ZodLiteral<"image">;
|
|
@@ -1777,18 +1777,18 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1777
1777
|
value: z.ZodString;
|
|
1778
1778
|
description: z.ZodOptional<z.ZodString>;
|
|
1779
1779
|
}, "strict", z.ZodTypeAny, {
|
|
1780
|
-
label: string;
|
|
1781
1780
|
value: string;
|
|
1781
|
+
label: string;
|
|
1782
1782
|
description?: string | undefined;
|
|
1783
1783
|
}, {
|
|
1784
|
-
label: string;
|
|
1785
1784
|
value: string;
|
|
1785
|
+
label: string;
|
|
1786
1786
|
description?: string | undefined;
|
|
1787
1787
|
}>, "many">;
|
|
1788
1788
|
}, "strict", z.ZodTypeAny, {
|
|
1789
1789
|
options: {
|
|
1790
|
-
label: string;
|
|
1791
1790
|
value: string;
|
|
1791
|
+
label: string;
|
|
1792
1792
|
description?: string | undefined;
|
|
1793
1793
|
}[];
|
|
1794
1794
|
type: "select";
|
|
@@ -1797,8 +1797,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1797
1797
|
placeholder?: string | undefined;
|
|
1798
1798
|
}, {
|
|
1799
1799
|
options: {
|
|
1800
|
-
label: string;
|
|
1801
1800
|
value: string;
|
|
1801
|
+
label: string;
|
|
1802
1802
|
description?: string | undefined;
|
|
1803
1803
|
}[];
|
|
1804
1804
|
type: "select";
|
|
@@ -1815,18 +1815,18 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1815
1815
|
value: z.ZodString;
|
|
1816
1816
|
description: z.ZodOptional<z.ZodString>;
|
|
1817
1817
|
}, "strict", z.ZodTypeAny, {
|
|
1818
|
-
label: string;
|
|
1819
1818
|
value: string;
|
|
1819
|
+
label: string;
|
|
1820
1820
|
description?: string | undefined;
|
|
1821
1821
|
}, {
|
|
1822
|
-
label: string;
|
|
1823
1822
|
value: string;
|
|
1823
|
+
label: string;
|
|
1824
1824
|
description?: string | undefined;
|
|
1825
1825
|
}>, "many">;
|
|
1826
1826
|
}, "strict", z.ZodTypeAny, {
|
|
1827
1827
|
options: {
|
|
1828
|
-
label: string;
|
|
1829
1828
|
value: string;
|
|
1829
|
+
label: string;
|
|
1830
1830
|
description?: string | undefined;
|
|
1831
1831
|
}[];
|
|
1832
1832
|
type: "radio_select";
|
|
@@ -1835,8 +1835,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1835
1835
|
placeholder?: string | undefined;
|
|
1836
1836
|
}, {
|
|
1837
1837
|
options: {
|
|
1838
|
-
label: string;
|
|
1839
1838
|
value: string;
|
|
1839
|
+
label: string;
|
|
1840
1840
|
description?: string | undefined;
|
|
1841
1841
|
}[];
|
|
1842
1842
|
type: "radio_select";
|
|
@@ -1846,16 +1846,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1846
1846
|
}>]>, "many">;
|
|
1847
1847
|
}, "strict", z.ZodTypeAny, {
|
|
1848
1848
|
components: ({
|
|
1849
|
-
type: "fields";
|
|
1850
|
-
fields?: {
|
|
1851
|
-
label: string;
|
|
1852
|
-
value: string;
|
|
1853
|
-
}[] | undefined;
|
|
1854
|
-
items?: {
|
|
1855
|
-
label: string;
|
|
1856
|
-
value: string;
|
|
1857
|
-
}[] | undefined;
|
|
1858
|
-
} | {
|
|
1859
1849
|
type: "section";
|
|
1860
1850
|
text: string;
|
|
1861
1851
|
button?: {
|
|
@@ -1864,6 +1854,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1864
1854
|
text?: string | undefined;
|
|
1865
1855
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1866
1856
|
} | undefined;
|
|
1857
|
+
} | {
|
|
1858
|
+
type: "fields";
|
|
1859
|
+
fields?: {
|
|
1860
|
+
value: string;
|
|
1861
|
+
label: string;
|
|
1862
|
+
}[] | undefined;
|
|
1863
|
+
items?: {
|
|
1864
|
+
value: string;
|
|
1865
|
+
label: string;
|
|
1866
|
+
}[] | undefined;
|
|
1867
1867
|
} | {
|
|
1868
1868
|
type: "image";
|
|
1869
1869
|
url: string;
|
|
@@ -1879,8 +1879,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1879
1879
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1880
1880
|
} | {
|
|
1881
1881
|
options: {
|
|
1882
|
-
label: string;
|
|
1883
1882
|
value: string;
|
|
1883
|
+
label: string;
|
|
1884
1884
|
description?: string | undefined;
|
|
1885
1885
|
}[];
|
|
1886
1886
|
type: "select";
|
|
@@ -1889,8 +1889,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1889
1889
|
placeholder?: string | undefined;
|
|
1890
1890
|
} | {
|
|
1891
1891
|
options: {
|
|
1892
|
-
label: string;
|
|
1893
1892
|
value: string;
|
|
1893
|
+
label: string;
|
|
1894
1894
|
description?: string | undefined;
|
|
1895
1895
|
}[];
|
|
1896
1896
|
type: "radio_select";
|
|
@@ -1903,16 +1903,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1903
1903
|
title?: string | undefined;
|
|
1904
1904
|
}, {
|
|
1905
1905
|
components: ({
|
|
1906
|
-
type: "fields";
|
|
1907
|
-
fields?: {
|
|
1908
|
-
label: string;
|
|
1909
|
-
value: string;
|
|
1910
|
-
}[] | undefined;
|
|
1911
|
-
items?: {
|
|
1912
|
-
label: string;
|
|
1913
|
-
value: string;
|
|
1914
|
-
}[] | undefined;
|
|
1915
|
-
} | {
|
|
1916
1906
|
type: "section";
|
|
1917
1907
|
text: string;
|
|
1918
1908
|
button?: {
|
|
@@ -1921,6 +1911,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1921
1911
|
text?: string | undefined;
|
|
1922
1912
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1923
1913
|
} | undefined;
|
|
1914
|
+
} | {
|
|
1915
|
+
type: "fields";
|
|
1916
|
+
fields?: {
|
|
1917
|
+
value: string;
|
|
1918
|
+
label: string;
|
|
1919
|
+
}[] | undefined;
|
|
1920
|
+
items?: {
|
|
1921
|
+
value: string;
|
|
1922
|
+
label: string;
|
|
1923
|
+
}[] | undefined;
|
|
1924
1924
|
} | {
|
|
1925
1925
|
type: "image";
|
|
1926
1926
|
url: string;
|
|
@@ -1936,8 +1936,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1936
1936
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1937
1937
|
} | {
|
|
1938
1938
|
options: {
|
|
1939
|
-
label: string;
|
|
1940
1939
|
value: string;
|
|
1940
|
+
label: string;
|
|
1941
1941
|
description?: string | undefined;
|
|
1942
1942
|
}[];
|
|
1943
1943
|
type: "select";
|
|
@@ -1946,8 +1946,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1946
1946
|
placeholder?: string | undefined;
|
|
1947
1947
|
} | {
|
|
1948
1948
|
options: {
|
|
1949
|
-
label: string;
|
|
1950
1949
|
value: string;
|
|
1950
|
+
label: string;
|
|
1951
1951
|
description?: string | undefined;
|
|
1952
1952
|
}[];
|
|
1953
1953
|
type: "radio_select";
|
|
@@ -1963,16 +1963,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1963
1963
|
text?: string | undefined;
|
|
1964
1964
|
card?: {
|
|
1965
1965
|
components: ({
|
|
1966
|
-
type: "fields";
|
|
1967
|
-
fields?: {
|
|
1968
|
-
label: string;
|
|
1969
|
-
value: string;
|
|
1970
|
-
}[] | undefined;
|
|
1971
|
-
items?: {
|
|
1972
|
-
label: string;
|
|
1973
|
-
value: string;
|
|
1974
|
-
}[] | undefined;
|
|
1975
|
-
} | {
|
|
1976
1966
|
type: "section";
|
|
1977
1967
|
text: string;
|
|
1978
1968
|
button?: {
|
|
@@ -1981,6 +1971,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1981
1971
|
text?: string | undefined;
|
|
1982
1972
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1983
1973
|
} | undefined;
|
|
1974
|
+
} | {
|
|
1975
|
+
type: "fields";
|
|
1976
|
+
fields?: {
|
|
1977
|
+
value: string;
|
|
1978
|
+
label: string;
|
|
1979
|
+
}[] | undefined;
|
|
1980
|
+
items?: {
|
|
1981
|
+
value: string;
|
|
1982
|
+
label: string;
|
|
1983
|
+
}[] | undefined;
|
|
1984
1984
|
} | {
|
|
1985
1985
|
type: "image";
|
|
1986
1986
|
url: string;
|
|
@@ -1996,8 +1996,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
1996
1996
|
style?: "primary" | "danger" | "default" | undefined;
|
|
1997
1997
|
} | {
|
|
1998
1998
|
options: {
|
|
1999
|
-
label: string;
|
|
2000
1999
|
value: string;
|
|
2000
|
+
label: string;
|
|
2001
2001
|
description?: string | undefined;
|
|
2002
2002
|
}[];
|
|
2003
2003
|
type: "select";
|
|
@@ -2006,8 +2006,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2006
2006
|
placeholder?: string | undefined;
|
|
2007
2007
|
} | {
|
|
2008
2008
|
options: {
|
|
2009
|
-
label: string;
|
|
2010
2009
|
value: string;
|
|
2010
|
+
label: string;
|
|
2011
2011
|
description?: string | undefined;
|
|
2012
2012
|
}[];
|
|
2013
2013
|
type: "radio_select";
|
|
@@ -2023,16 +2023,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2023
2023
|
text?: string | undefined;
|
|
2024
2024
|
card?: {
|
|
2025
2025
|
components: ({
|
|
2026
|
-
type: "fields";
|
|
2027
|
-
fields?: {
|
|
2028
|
-
label: string;
|
|
2029
|
-
value: string;
|
|
2030
|
-
}[] | undefined;
|
|
2031
|
-
items?: {
|
|
2032
|
-
label: string;
|
|
2033
|
-
value: string;
|
|
2034
|
-
}[] | undefined;
|
|
2035
|
-
} | {
|
|
2036
2026
|
type: "section";
|
|
2037
2027
|
text: string;
|
|
2038
2028
|
button?: {
|
|
@@ -2041,6 +2031,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2041
2031
|
text?: string | undefined;
|
|
2042
2032
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2043
2033
|
} | undefined;
|
|
2034
|
+
} | {
|
|
2035
|
+
type: "fields";
|
|
2036
|
+
fields?: {
|
|
2037
|
+
value: string;
|
|
2038
|
+
label: string;
|
|
2039
|
+
}[] | undefined;
|
|
2040
|
+
items?: {
|
|
2041
|
+
value: string;
|
|
2042
|
+
label: string;
|
|
2043
|
+
}[] | undefined;
|
|
2044
2044
|
} | {
|
|
2045
2045
|
type: "image";
|
|
2046
2046
|
url: string;
|
|
@@ -2056,8 +2056,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2056
2056
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2057
2057
|
} | {
|
|
2058
2058
|
options: {
|
|
2059
|
-
label: string;
|
|
2060
2059
|
value: string;
|
|
2060
|
+
label: string;
|
|
2061
2061
|
description?: string | undefined;
|
|
2062
2062
|
}[];
|
|
2063
2063
|
type: "select";
|
|
@@ -2066,8 +2066,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2066
2066
|
placeholder?: string | undefined;
|
|
2067
2067
|
} | {
|
|
2068
2068
|
options: {
|
|
2069
|
-
label: string;
|
|
2070
2069
|
value: string;
|
|
2070
|
+
label: string;
|
|
2071
2071
|
description?: string | undefined;
|
|
2072
2072
|
}[];
|
|
2073
2073
|
type: "radio_select";
|
|
@@ -2083,16 +2083,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2083
2083
|
text?: string | undefined;
|
|
2084
2084
|
card?: {
|
|
2085
2085
|
components: ({
|
|
2086
|
-
type: "fields";
|
|
2087
|
-
fields?: {
|
|
2088
|
-
label: string;
|
|
2089
|
-
value: string;
|
|
2090
|
-
}[] | undefined;
|
|
2091
|
-
items?: {
|
|
2092
|
-
label: string;
|
|
2093
|
-
value: string;
|
|
2094
|
-
}[] | undefined;
|
|
2095
|
-
} | {
|
|
2096
2086
|
type: "section";
|
|
2097
2087
|
text: string;
|
|
2098
2088
|
button?: {
|
|
@@ -2101,6 +2091,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2101
2091
|
text?: string | undefined;
|
|
2102
2092
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2103
2093
|
} | undefined;
|
|
2094
|
+
} | {
|
|
2095
|
+
type: "fields";
|
|
2096
|
+
fields?: {
|
|
2097
|
+
value: string;
|
|
2098
|
+
label: string;
|
|
2099
|
+
}[] | undefined;
|
|
2100
|
+
items?: {
|
|
2101
|
+
value: string;
|
|
2102
|
+
label: string;
|
|
2103
|
+
}[] | undefined;
|
|
2104
2104
|
} | {
|
|
2105
2105
|
type: "image";
|
|
2106
2106
|
url: string;
|
|
@@ -2116,8 +2116,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2116
2116
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2117
2117
|
} | {
|
|
2118
2118
|
options: {
|
|
2119
|
-
label: string;
|
|
2120
2119
|
value: string;
|
|
2120
|
+
label: string;
|
|
2121
2121
|
description?: string | undefined;
|
|
2122
2122
|
}[];
|
|
2123
2123
|
type: "select";
|
|
@@ -2126,8 +2126,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2126
2126
|
placeholder?: string | undefined;
|
|
2127
2127
|
} | {
|
|
2128
2128
|
options: {
|
|
2129
|
-
label: string;
|
|
2130
2129
|
value: string;
|
|
2130
|
+
label: string;
|
|
2131
2131
|
description?: string | undefined;
|
|
2132
2132
|
}[];
|
|
2133
2133
|
type: "radio_select";
|
|
@@ -2143,16 +2143,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2143
2143
|
text?: string | undefined;
|
|
2144
2144
|
card?: {
|
|
2145
2145
|
components: ({
|
|
2146
|
-
type: "fields";
|
|
2147
|
-
fields?: {
|
|
2148
|
-
label: string;
|
|
2149
|
-
value: string;
|
|
2150
|
-
}[] | undefined;
|
|
2151
|
-
items?: {
|
|
2152
|
-
label: string;
|
|
2153
|
-
value: string;
|
|
2154
|
-
}[] | undefined;
|
|
2155
|
-
} | {
|
|
2156
2146
|
type: "section";
|
|
2157
2147
|
text: string;
|
|
2158
2148
|
button?: {
|
|
@@ -2161,6 +2151,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2161
2151
|
text?: string | undefined;
|
|
2162
2152
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2163
2153
|
} | undefined;
|
|
2154
|
+
} | {
|
|
2155
|
+
type: "fields";
|
|
2156
|
+
fields?: {
|
|
2157
|
+
value: string;
|
|
2158
|
+
label: string;
|
|
2159
|
+
}[] | undefined;
|
|
2160
|
+
items?: {
|
|
2161
|
+
value: string;
|
|
2162
|
+
label: string;
|
|
2163
|
+
}[] | undefined;
|
|
2164
2164
|
} | {
|
|
2165
2165
|
type: "image";
|
|
2166
2166
|
url: string;
|
|
@@ -2176,8 +2176,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2176
2176
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2177
2177
|
} | {
|
|
2178
2178
|
options: {
|
|
2179
|
-
label: string;
|
|
2180
2179
|
value: string;
|
|
2180
|
+
label: string;
|
|
2181
2181
|
description?: string | undefined;
|
|
2182
2182
|
}[];
|
|
2183
2183
|
type: "select";
|
|
@@ -2186,8 +2186,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2186
2186
|
placeholder?: string | undefined;
|
|
2187
2187
|
} | {
|
|
2188
2188
|
options: {
|
|
2189
|
-
label: string;
|
|
2190
2189
|
value: string;
|
|
2190
|
+
label: string;
|
|
2191
2191
|
description?: string | undefined;
|
|
2192
2192
|
}[];
|
|
2193
2193
|
type: "radio_select";
|
|
@@ -2205,16 +2205,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2205
2205
|
text?: string | undefined;
|
|
2206
2206
|
card?: {
|
|
2207
2207
|
components: ({
|
|
2208
|
-
type: "fields";
|
|
2209
|
-
fields?: {
|
|
2210
|
-
label: string;
|
|
2211
|
-
value: string;
|
|
2212
|
-
}[] | undefined;
|
|
2213
|
-
items?: {
|
|
2214
|
-
label: string;
|
|
2215
|
-
value: string;
|
|
2216
|
-
}[] | undefined;
|
|
2217
|
-
} | {
|
|
2218
2208
|
type: "section";
|
|
2219
2209
|
text: string;
|
|
2220
2210
|
button?: {
|
|
@@ -2223,6 +2213,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2223
2213
|
text?: string | undefined;
|
|
2224
2214
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2225
2215
|
} | undefined;
|
|
2216
|
+
} | {
|
|
2217
|
+
type: "fields";
|
|
2218
|
+
fields?: {
|
|
2219
|
+
value: string;
|
|
2220
|
+
label: string;
|
|
2221
|
+
}[] | undefined;
|
|
2222
|
+
items?: {
|
|
2223
|
+
value: string;
|
|
2224
|
+
label: string;
|
|
2225
|
+
}[] | undefined;
|
|
2226
2226
|
} | {
|
|
2227
2227
|
type: "image";
|
|
2228
2228
|
url: string;
|
|
@@ -2238,8 +2238,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2238
2238
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2239
2239
|
} | {
|
|
2240
2240
|
options: {
|
|
2241
|
-
label: string;
|
|
2242
2241
|
value: string;
|
|
2242
|
+
label: string;
|
|
2243
2243
|
description?: string | undefined;
|
|
2244
2244
|
}[];
|
|
2245
2245
|
type: "select";
|
|
@@ -2248,8 +2248,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2248
2248
|
placeholder?: string | undefined;
|
|
2249
2249
|
} | {
|
|
2250
2250
|
options: {
|
|
2251
|
-
label: string;
|
|
2252
2251
|
value: string;
|
|
2252
|
+
label: string;
|
|
2253
2253
|
description?: string | undefined;
|
|
2254
2254
|
}[];
|
|
2255
2255
|
type: "radio_select";
|
|
@@ -2268,16 +2268,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2268
2268
|
text?: string | undefined;
|
|
2269
2269
|
card?: {
|
|
2270
2270
|
components: ({
|
|
2271
|
-
type: "fields";
|
|
2272
|
-
fields?: {
|
|
2273
|
-
label: string;
|
|
2274
|
-
value: string;
|
|
2275
|
-
}[] | undefined;
|
|
2276
|
-
items?: {
|
|
2277
|
-
label: string;
|
|
2278
|
-
value: string;
|
|
2279
|
-
}[] | undefined;
|
|
2280
|
-
} | {
|
|
2281
2271
|
type: "section";
|
|
2282
2272
|
text: string;
|
|
2283
2273
|
button?: {
|
|
@@ -2286,6 +2276,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2286
2276
|
text?: string | undefined;
|
|
2287
2277
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2288
2278
|
} | undefined;
|
|
2279
|
+
} | {
|
|
2280
|
+
type: "fields";
|
|
2281
|
+
fields?: {
|
|
2282
|
+
value: string;
|
|
2283
|
+
label: string;
|
|
2284
|
+
}[] | undefined;
|
|
2285
|
+
items?: {
|
|
2286
|
+
value: string;
|
|
2287
|
+
label: string;
|
|
2288
|
+
}[] | undefined;
|
|
2289
2289
|
} | {
|
|
2290
2290
|
type: "image";
|
|
2291
2291
|
url: string;
|
|
@@ -2301,8 +2301,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2301
2301
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2302
2302
|
} | {
|
|
2303
2303
|
options: {
|
|
2304
|
-
label: string;
|
|
2305
2304
|
value: string;
|
|
2305
|
+
label: string;
|
|
2306
2306
|
description?: string | undefined;
|
|
2307
2307
|
}[];
|
|
2308
2308
|
type: "select";
|
|
@@ -2311,8 +2311,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2311
2311
|
placeholder?: string | undefined;
|
|
2312
2312
|
} | {
|
|
2313
2313
|
options: {
|
|
2314
|
-
label: string;
|
|
2315
2314
|
value: string;
|
|
2315
|
+
label: string;
|
|
2316
2316
|
description?: string | undefined;
|
|
2317
2317
|
}[];
|
|
2318
2318
|
type: "radio_select";
|
|
@@ -2333,16 +2333,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2333
2333
|
text?: string | undefined;
|
|
2334
2334
|
card?: {
|
|
2335
2335
|
components: ({
|
|
2336
|
-
type: "fields";
|
|
2337
|
-
fields?: {
|
|
2338
|
-
label: string;
|
|
2339
|
-
value: string;
|
|
2340
|
-
}[] | undefined;
|
|
2341
|
-
items?: {
|
|
2342
|
-
label: string;
|
|
2343
|
-
value: string;
|
|
2344
|
-
}[] | undefined;
|
|
2345
|
-
} | {
|
|
2346
2336
|
type: "section";
|
|
2347
2337
|
text: string;
|
|
2348
2338
|
button?: {
|
|
@@ -2351,6 +2341,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2351
2341
|
text?: string | undefined;
|
|
2352
2342
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2353
2343
|
} | undefined;
|
|
2344
|
+
} | {
|
|
2345
|
+
type: "fields";
|
|
2346
|
+
fields?: {
|
|
2347
|
+
value: string;
|
|
2348
|
+
label: string;
|
|
2349
|
+
}[] | undefined;
|
|
2350
|
+
items?: {
|
|
2351
|
+
value: string;
|
|
2352
|
+
label: string;
|
|
2353
|
+
}[] | undefined;
|
|
2354
2354
|
} | {
|
|
2355
2355
|
type: "image";
|
|
2356
2356
|
url: string;
|
|
@@ -2366,8 +2366,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2366
2366
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2367
2367
|
} | {
|
|
2368
2368
|
options: {
|
|
2369
|
-
label: string;
|
|
2370
2369
|
value: string;
|
|
2370
|
+
label: string;
|
|
2371
2371
|
description?: string | undefined;
|
|
2372
2372
|
}[];
|
|
2373
2373
|
type: "select";
|
|
@@ -2376,8 +2376,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2376
2376
|
placeholder?: string | undefined;
|
|
2377
2377
|
} | {
|
|
2378
2378
|
options: {
|
|
2379
|
-
label: string;
|
|
2380
2379
|
value: string;
|
|
2380
|
+
label: string;
|
|
2381
2381
|
description?: string | undefined;
|
|
2382
2382
|
}[];
|
|
2383
2383
|
type: "radio_select";
|
|
@@ -2399,16 +2399,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2399
2399
|
text?: string | undefined;
|
|
2400
2400
|
card?: {
|
|
2401
2401
|
components: ({
|
|
2402
|
-
type: "fields";
|
|
2403
|
-
fields?: {
|
|
2404
|
-
label: string;
|
|
2405
|
-
value: string;
|
|
2406
|
-
}[] | undefined;
|
|
2407
|
-
items?: {
|
|
2408
|
-
label: string;
|
|
2409
|
-
value: string;
|
|
2410
|
-
}[] | undefined;
|
|
2411
|
-
} | {
|
|
2412
2402
|
type: "section";
|
|
2413
2403
|
text: string;
|
|
2414
2404
|
button?: {
|
|
@@ -2417,6 +2407,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2417
2407
|
text?: string | undefined;
|
|
2418
2408
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2419
2409
|
} | undefined;
|
|
2410
|
+
} | {
|
|
2411
|
+
type: "fields";
|
|
2412
|
+
fields?: {
|
|
2413
|
+
value: string;
|
|
2414
|
+
label: string;
|
|
2415
|
+
}[] | undefined;
|
|
2416
|
+
items?: {
|
|
2417
|
+
value: string;
|
|
2418
|
+
label: string;
|
|
2419
|
+
}[] | undefined;
|
|
2420
2420
|
} | {
|
|
2421
2421
|
type: "image";
|
|
2422
2422
|
url: string;
|
|
@@ -2432,8 +2432,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2432
2432
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2433
2433
|
} | {
|
|
2434
2434
|
options: {
|
|
2435
|
-
label: string;
|
|
2436
2435
|
value: string;
|
|
2436
|
+
label: string;
|
|
2437
2437
|
description?: string | undefined;
|
|
2438
2438
|
}[];
|
|
2439
2439
|
type: "select";
|
|
@@ -2442,8 +2442,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2442
2442
|
placeholder?: string | undefined;
|
|
2443
2443
|
} | {
|
|
2444
2444
|
options: {
|
|
2445
|
-
label: string;
|
|
2446
2445
|
value: string;
|
|
2446
|
+
label: string;
|
|
2447
2447
|
description?: string | undefined;
|
|
2448
2448
|
}[];
|
|
2449
2449
|
type: "radio_select";
|
|
@@ -2516,61 +2516,61 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2516
2516
|
label: z.ZodString;
|
|
2517
2517
|
value: z.ZodString;
|
|
2518
2518
|
}, "strict", z.ZodTypeAny, {
|
|
2519
|
-
label: string;
|
|
2520
2519
|
value: string;
|
|
2521
|
-
}, {
|
|
2522
2520
|
label: string;
|
|
2521
|
+
}, {
|
|
2523
2522
|
value: string;
|
|
2523
|
+
label: string;
|
|
2524
2524
|
}>, "many">>;
|
|
2525
2525
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2526
2526
|
label: z.ZodString;
|
|
2527
2527
|
value: z.ZodString;
|
|
2528
2528
|
}, "strict", z.ZodTypeAny, {
|
|
2529
|
-
label: string;
|
|
2530
2529
|
value: string;
|
|
2531
|
-
}, {
|
|
2532
2530
|
label: string;
|
|
2531
|
+
}, {
|
|
2533
2532
|
value: string;
|
|
2533
|
+
label: string;
|
|
2534
2534
|
}>, "many">>;
|
|
2535
2535
|
}, "strict", z.ZodTypeAny, {
|
|
2536
2536
|
type: "fields";
|
|
2537
2537
|
fields?: {
|
|
2538
|
-
label: string;
|
|
2539
2538
|
value: string;
|
|
2539
|
+
label: string;
|
|
2540
2540
|
}[] | undefined;
|
|
2541
2541
|
items?: {
|
|
2542
|
-
label: string;
|
|
2543
2542
|
value: string;
|
|
2543
|
+
label: string;
|
|
2544
2544
|
}[] | undefined;
|
|
2545
2545
|
}, {
|
|
2546
2546
|
type: "fields";
|
|
2547
2547
|
fields?: {
|
|
2548
|
-
label: string;
|
|
2549
2548
|
value: string;
|
|
2549
|
+
label: string;
|
|
2550
2550
|
}[] | undefined;
|
|
2551
2551
|
items?: {
|
|
2552
|
-
label: string;
|
|
2553
2552
|
value: string;
|
|
2553
|
+
label: string;
|
|
2554
2554
|
}[] | undefined;
|
|
2555
2555
|
}>, {
|
|
2556
2556
|
type: "fields";
|
|
2557
2557
|
fields?: {
|
|
2558
|
-
label: string;
|
|
2559
2558
|
value: string;
|
|
2559
|
+
label: string;
|
|
2560
2560
|
}[] | undefined;
|
|
2561
2561
|
items?: {
|
|
2562
|
-
label: string;
|
|
2563
2562
|
value: string;
|
|
2563
|
+
label: string;
|
|
2564
2564
|
}[] | undefined;
|
|
2565
2565
|
}, {
|
|
2566
2566
|
type: "fields";
|
|
2567
2567
|
fields?: {
|
|
2568
|
-
label: string;
|
|
2569
2568
|
value: string;
|
|
2569
|
+
label: string;
|
|
2570
2570
|
}[] | undefined;
|
|
2571
2571
|
items?: {
|
|
2572
|
-
label: string;
|
|
2573
2572
|
value: string;
|
|
2573
|
+
label: string;
|
|
2574
2574
|
}[] | undefined;
|
|
2575
2575
|
}>, z.ZodObject<{
|
|
2576
2576
|
type: z.ZodLiteral<"image">;
|
|
@@ -2621,18 +2621,18 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2621
2621
|
value: z.ZodString;
|
|
2622
2622
|
description: z.ZodOptional<z.ZodString>;
|
|
2623
2623
|
}, "strict", z.ZodTypeAny, {
|
|
2624
|
-
label: string;
|
|
2625
2624
|
value: string;
|
|
2625
|
+
label: string;
|
|
2626
2626
|
description?: string | undefined;
|
|
2627
2627
|
}, {
|
|
2628
|
-
label: string;
|
|
2629
2628
|
value: string;
|
|
2629
|
+
label: string;
|
|
2630
2630
|
description?: string | undefined;
|
|
2631
2631
|
}>, "many">;
|
|
2632
2632
|
}, "strict", z.ZodTypeAny, {
|
|
2633
2633
|
options: {
|
|
2634
|
-
label: string;
|
|
2635
2634
|
value: string;
|
|
2635
|
+
label: string;
|
|
2636
2636
|
description?: string | undefined;
|
|
2637
2637
|
}[];
|
|
2638
2638
|
type: "select";
|
|
@@ -2641,8 +2641,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2641
2641
|
placeholder?: string | undefined;
|
|
2642
2642
|
}, {
|
|
2643
2643
|
options: {
|
|
2644
|
-
label: string;
|
|
2645
2644
|
value: string;
|
|
2645
|
+
label: string;
|
|
2646
2646
|
description?: string | undefined;
|
|
2647
2647
|
}[];
|
|
2648
2648
|
type: "select";
|
|
@@ -2659,18 +2659,18 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2659
2659
|
value: z.ZodString;
|
|
2660
2660
|
description: z.ZodOptional<z.ZodString>;
|
|
2661
2661
|
}, "strict", z.ZodTypeAny, {
|
|
2662
|
-
label: string;
|
|
2663
2662
|
value: string;
|
|
2663
|
+
label: string;
|
|
2664
2664
|
description?: string | undefined;
|
|
2665
2665
|
}, {
|
|
2666
|
-
label: string;
|
|
2667
2666
|
value: string;
|
|
2667
|
+
label: string;
|
|
2668
2668
|
description?: string | undefined;
|
|
2669
2669
|
}>, "many">;
|
|
2670
2670
|
}, "strict", z.ZodTypeAny, {
|
|
2671
2671
|
options: {
|
|
2672
|
-
label: string;
|
|
2673
2672
|
value: string;
|
|
2673
|
+
label: string;
|
|
2674
2674
|
description?: string | undefined;
|
|
2675
2675
|
}[];
|
|
2676
2676
|
type: "radio_select";
|
|
@@ -2679,8 +2679,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2679
2679
|
placeholder?: string | undefined;
|
|
2680
2680
|
}, {
|
|
2681
2681
|
options: {
|
|
2682
|
-
label: string;
|
|
2683
2682
|
value: string;
|
|
2683
|
+
label: string;
|
|
2684
2684
|
description?: string | undefined;
|
|
2685
2685
|
}[];
|
|
2686
2686
|
type: "radio_select";
|
|
@@ -2690,16 +2690,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2690
2690
|
}>]>, "many">;
|
|
2691
2691
|
}, "strict", z.ZodTypeAny, {
|
|
2692
2692
|
components: ({
|
|
2693
|
-
type: "fields";
|
|
2694
|
-
fields?: {
|
|
2695
|
-
label: string;
|
|
2696
|
-
value: string;
|
|
2697
|
-
}[] | undefined;
|
|
2698
|
-
items?: {
|
|
2699
|
-
label: string;
|
|
2700
|
-
value: string;
|
|
2701
|
-
}[] | undefined;
|
|
2702
|
-
} | {
|
|
2703
2693
|
type: "section";
|
|
2704
2694
|
text: string;
|
|
2705
2695
|
button?: {
|
|
@@ -2708,6 +2698,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2708
2698
|
text?: string | undefined;
|
|
2709
2699
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2710
2700
|
} | undefined;
|
|
2701
|
+
} | {
|
|
2702
|
+
type: "fields";
|
|
2703
|
+
fields?: {
|
|
2704
|
+
value: string;
|
|
2705
|
+
label: string;
|
|
2706
|
+
}[] | undefined;
|
|
2707
|
+
items?: {
|
|
2708
|
+
value: string;
|
|
2709
|
+
label: string;
|
|
2710
|
+
}[] | undefined;
|
|
2711
2711
|
} | {
|
|
2712
2712
|
type: "image";
|
|
2713
2713
|
url: string;
|
|
@@ -2723,8 +2723,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2723
2723
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2724
2724
|
} | {
|
|
2725
2725
|
options: {
|
|
2726
|
-
label: string;
|
|
2727
2726
|
value: string;
|
|
2727
|
+
label: string;
|
|
2728
2728
|
description?: string | undefined;
|
|
2729
2729
|
}[];
|
|
2730
2730
|
type: "select";
|
|
@@ -2733,8 +2733,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2733
2733
|
placeholder?: string | undefined;
|
|
2734
2734
|
} | {
|
|
2735
2735
|
options: {
|
|
2736
|
-
label: string;
|
|
2737
2736
|
value: string;
|
|
2737
|
+
label: string;
|
|
2738
2738
|
description?: string | undefined;
|
|
2739
2739
|
}[];
|
|
2740
2740
|
type: "radio_select";
|
|
@@ -2747,16 +2747,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2747
2747
|
title?: string | undefined;
|
|
2748
2748
|
}, {
|
|
2749
2749
|
components: ({
|
|
2750
|
-
type: "fields";
|
|
2751
|
-
fields?: {
|
|
2752
|
-
label: string;
|
|
2753
|
-
value: string;
|
|
2754
|
-
}[] | undefined;
|
|
2755
|
-
items?: {
|
|
2756
|
-
label: string;
|
|
2757
|
-
value: string;
|
|
2758
|
-
}[] | undefined;
|
|
2759
|
-
} | {
|
|
2760
2750
|
type: "section";
|
|
2761
2751
|
text: string;
|
|
2762
2752
|
button?: {
|
|
@@ -2765,6 +2755,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2765
2755
|
text?: string | undefined;
|
|
2766
2756
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2767
2757
|
} | undefined;
|
|
2758
|
+
} | {
|
|
2759
|
+
type: "fields";
|
|
2760
|
+
fields?: {
|
|
2761
|
+
value: string;
|
|
2762
|
+
label: string;
|
|
2763
|
+
}[] | undefined;
|
|
2764
|
+
items?: {
|
|
2765
|
+
value: string;
|
|
2766
|
+
label: string;
|
|
2767
|
+
}[] | undefined;
|
|
2768
2768
|
} | {
|
|
2769
2769
|
type: "image";
|
|
2770
2770
|
url: string;
|
|
@@ -2780,8 +2780,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2780
2780
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2781
2781
|
} | {
|
|
2782
2782
|
options: {
|
|
2783
|
-
label: string;
|
|
2784
2783
|
value: string;
|
|
2784
|
+
label: string;
|
|
2785
2785
|
description?: string | undefined;
|
|
2786
2786
|
}[];
|
|
2787
2787
|
type: "select";
|
|
@@ -2790,8 +2790,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2790
2790
|
placeholder?: string | undefined;
|
|
2791
2791
|
} | {
|
|
2792
2792
|
options: {
|
|
2793
|
-
label: string;
|
|
2794
2793
|
value: string;
|
|
2794
|
+
label: string;
|
|
2795
2795
|
description?: string | undefined;
|
|
2796
2796
|
}[];
|
|
2797
2797
|
type: "radio_select";
|
|
@@ -2807,16 +2807,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2807
2807
|
text?: string | undefined;
|
|
2808
2808
|
card?: {
|
|
2809
2809
|
components: ({
|
|
2810
|
-
type: "fields";
|
|
2811
|
-
fields?: {
|
|
2812
|
-
label: string;
|
|
2813
|
-
value: string;
|
|
2814
|
-
}[] | undefined;
|
|
2815
|
-
items?: {
|
|
2816
|
-
label: string;
|
|
2817
|
-
value: string;
|
|
2818
|
-
}[] | undefined;
|
|
2819
|
-
} | {
|
|
2820
2810
|
type: "section";
|
|
2821
2811
|
text: string;
|
|
2822
2812
|
button?: {
|
|
@@ -2825,6 +2815,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2825
2815
|
text?: string | undefined;
|
|
2826
2816
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2827
2817
|
} | undefined;
|
|
2818
|
+
} | {
|
|
2819
|
+
type: "fields";
|
|
2820
|
+
fields?: {
|
|
2821
|
+
value: string;
|
|
2822
|
+
label: string;
|
|
2823
|
+
}[] | undefined;
|
|
2824
|
+
items?: {
|
|
2825
|
+
value: string;
|
|
2826
|
+
label: string;
|
|
2827
|
+
}[] | undefined;
|
|
2828
2828
|
} | {
|
|
2829
2829
|
type: "image";
|
|
2830
2830
|
url: string;
|
|
@@ -2840,8 +2840,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2840
2840
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2841
2841
|
} | {
|
|
2842
2842
|
options: {
|
|
2843
|
-
label: string;
|
|
2844
2843
|
value: string;
|
|
2844
|
+
label: string;
|
|
2845
2845
|
description?: string | undefined;
|
|
2846
2846
|
}[];
|
|
2847
2847
|
type: "select";
|
|
@@ -2850,8 +2850,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2850
2850
|
placeholder?: string | undefined;
|
|
2851
2851
|
} | {
|
|
2852
2852
|
options: {
|
|
2853
|
-
label: string;
|
|
2854
2853
|
value: string;
|
|
2854
|
+
label: string;
|
|
2855
2855
|
description?: string | undefined;
|
|
2856
2856
|
}[];
|
|
2857
2857
|
type: "radio_select";
|
|
@@ -2867,16 +2867,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2867
2867
|
text?: string | undefined;
|
|
2868
2868
|
card?: {
|
|
2869
2869
|
components: ({
|
|
2870
|
-
type: "fields";
|
|
2871
|
-
fields?: {
|
|
2872
|
-
label: string;
|
|
2873
|
-
value: string;
|
|
2874
|
-
}[] | undefined;
|
|
2875
|
-
items?: {
|
|
2876
|
-
label: string;
|
|
2877
|
-
value: string;
|
|
2878
|
-
}[] | undefined;
|
|
2879
|
-
} | {
|
|
2880
2870
|
type: "section";
|
|
2881
2871
|
text: string;
|
|
2882
2872
|
button?: {
|
|
@@ -2885,6 +2875,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2885
2875
|
text?: string | undefined;
|
|
2886
2876
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2887
2877
|
} | undefined;
|
|
2878
|
+
} | {
|
|
2879
|
+
type: "fields";
|
|
2880
|
+
fields?: {
|
|
2881
|
+
value: string;
|
|
2882
|
+
label: string;
|
|
2883
|
+
}[] | undefined;
|
|
2884
|
+
items?: {
|
|
2885
|
+
value: string;
|
|
2886
|
+
label: string;
|
|
2887
|
+
}[] | undefined;
|
|
2888
2888
|
} | {
|
|
2889
2889
|
type: "image";
|
|
2890
2890
|
url: string;
|
|
@@ -2900,8 +2900,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2900
2900
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2901
2901
|
} | {
|
|
2902
2902
|
options: {
|
|
2903
|
-
label: string;
|
|
2904
2903
|
value: string;
|
|
2904
|
+
label: string;
|
|
2905
2905
|
description?: string | undefined;
|
|
2906
2906
|
}[];
|
|
2907
2907
|
type: "select";
|
|
@@ -2910,8 +2910,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2910
2910
|
placeholder?: string | undefined;
|
|
2911
2911
|
} | {
|
|
2912
2912
|
options: {
|
|
2913
|
-
label: string;
|
|
2914
2913
|
value: string;
|
|
2914
|
+
label: string;
|
|
2915
2915
|
description?: string | undefined;
|
|
2916
2916
|
}[];
|
|
2917
2917
|
type: "radio_select";
|
|
@@ -2927,16 +2927,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2927
2927
|
text?: string | undefined;
|
|
2928
2928
|
card?: {
|
|
2929
2929
|
components: ({
|
|
2930
|
-
type: "fields";
|
|
2931
|
-
fields?: {
|
|
2932
|
-
label: string;
|
|
2933
|
-
value: string;
|
|
2934
|
-
}[] | undefined;
|
|
2935
|
-
items?: {
|
|
2936
|
-
label: string;
|
|
2937
|
-
value: string;
|
|
2938
|
-
}[] | undefined;
|
|
2939
|
-
} | {
|
|
2940
2930
|
type: "section";
|
|
2941
2931
|
text: string;
|
|
2942
2932
|
button?: {
|
|
@@ -2945,6 +2935,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2945
2935
|
text?: string | undefined;
|
|
2946
2936
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2947
2937
|
} | undefined;
|
|
2938
|
+
} | {
|
|
2939
|
+
type: "fields";
|
|
2940
|
+
fields?: {
|
|
2941
|
+
value: string;
|
|
2942
|
+
label: string;
|
|
2943
|
+
}[] | undefined;
|
|
2944
|
+
items?: {
|
|
2945
|
+
value: string;
|
|
2946
|
+
label: string;
|
|
2947
|
+
}[] | undefined;
|
|
2948
2948
|
} | {
|
|
2949
2949
|
type: "image";
|
|
2950
2950
|
url: string;
|
|
@@ -2960,8 +2960,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2960
2960
|
style?: "primary" | "danger" | "default" | undefined;
|
|
2961
2961
|
} | {
|
|
2962
2962
|
options: {
|
|
2963
|
-
label: string;
|
|
2964
2963
|
value: string;
|
|
2964
|
+
label: string;
|
|
2965
2965
|
description?: string | undefined;
|
|
2966
2966
|
}[];
|
|
2967
2967
|
type: "select";
|
|
@@ -2970,8 +2970,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2970
2970
|
placeholder?: string | undefined;
|
|
2971
2971
|
} | {
|
|
2972
2972
|
options: {
|
|
2973
|
-
label: string;
|
|
2974
2973
|
value: string;
|
|
2974
|
+
label: string;
|
|
2975
2975
|
description?: string | undefined;
|
|
2976
2976
|
}[];
|
|
2977
2977
|
type: "radio_select";
|
|
@@ -2987,16 +2987,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
2987
2987
|
text?: string | undefined;
|
|
2988
2988
|
card?: {
|
|
2989
2989
|
components: ({
|
|
2990
|
-
type: "fields";
|
|
2991
|
-
fields?: {
|
|
2992
|
-
label: string;
|
|
2993
|
-
value: string;
|
|
2994
|
-
}[] | undefined;
|
|
2995
|
-
items?: {
|
|
2996
|
-
label: string;
|
|
2997
|
-
value: string;
|
|
2998
|
-
}[] | undefined;
|
|
2999
|
-
} | {
|
|
3000
2990
|
type: "section";
|
|
3001
2991
|
text: string;
|
|
3002
2992
|
button?: {
|
|
@@ -3005,6 +2995,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3005
2995
|
text?: string | undefined;
|
|
3006
2996
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3007
2997
|
} | undefined;
|
|
2998
|
+
} | {
|
|
2999
|
+
type: "fields";
|
|
3000
|
+
fields?: {
|
|
3001
|
+
value: string;
|
|
3002
|
+
label: string;
|
|
3003
|
+
}[] | undefined;
|
|
3004
|
+
items?: {
|
|
3005
|
+
value: string;
|
|
3006
|
+
label: string;
|
|
3007
|
+
}[] | undefined;
|
|
3008
3008
|
} | {
|
|
3009
3009
|
type: "image";
|
|
3010
3010
|
url: string;
|
|
@@ -3020,8 +3020,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3020
3020
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3021
3021
|
} | {
|
|
3022
3022
|
options: {
|
|
3023
|
-
label: string;
|
|
3024
3023
|
value: string;
|
|
3024
|
+
label: string;
|
|
3025
3025
|
description?: string | undefined;
|
|
3026
3026
|
}[];
|
|
3027
3027
|
type: "select";
|
|
@@ -3030,8 +3030,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3030
3030
|
placeholder?: string | undefined;
|
|
3031
3031
|
} | {
|
|
3032
3032
|
options: {
|
|
3033
|
-
label: string;
|
|
3034
3033
|
value: string;
|
|
3034
|
+
label: string;
|
|
3035
3035
|
description?: string | undefined;
|
|
3036
3036
|
}[];
|
|
3037
3037
|
type: "radio_select";
|
|
@@ -3049,16 +3049,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3049
3049
|
text?: string | undefined;
|
|
3050
3050
|
card?: {
|
|
3051
3051
|
components: ({
|
|
3052
|
-
type: "fields";
|
|
3053
|
-
fields?: {
|
|
3054
|
-
label: string;
|
|
3055
|
-
value: string;
|
|
3056
|
-
}[] | undefined;
|
|
3057
|
-
items?: {
|
|
3058
|
-
label: string;
|
|
3059
|
-
value: string;
|
|
3060
|
-
}[] | undefined;
|
|
3061
|
-
} | {
|
|
3062
3052
|
type: "section";
|
|
3063
3053
|
text: string;
|
|
3064
3054
|
button?: {
|
|
@@ -3067,6 +3057,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3067
3057
|
text?: string | undefined;
|
|
3068
3058
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3069
3059
|
} | undefined;
|
|
3060
|
+
} | {
|
|
3061
|
+
type: "fields";
|
|
3062
|
+
fields?: {
|
|
3063
|
+
value: string;
|
|
3064
|
+
label: string;
|
|
3065
|
+
}[] | undefined;
|
|
3066
|
+
items?: {
|
|
3067
|
+
value: string;
|
|
3068
|
+
label: string;
|
|
3069
|
+
}[] | undefined;
|
|
3070
3070
|
} | {
|
|
3071
3071
|
type: "image";
|
|
3072
3072
|
url: string;
|
|
@@ -3082,8 +3082,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3082
3082
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3083
3083
|
} | {
|
|
3084
3084
|
options: {
|
|
3085
|
-
label: string;
|
|
3086
3085
|
value: string;
|
|
3086
|
+
label: string;
|
|
3087
3087
|
description?: string | undefined;
|
|
3088
3088
|
}[];
|
|
3089
3089
|
type: "select";
|
|
@@ -3092,8 +3092,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3092
3092
|
placeholder?: string | undefined;
|
|
3093
3093
|
} | {
|
|
3094
3094
|
options: {
|
|
3095
|
-
label: string;
|
|
3096
3095
|
value: string;
|
|
3096
|
+
label: string;
|
|
3097
3097
|
description?: string | undefined;
|
|
3098
3098
|
}[];
|
|
3099
3099
|
type: "radio_select";
|
|
@@ -3112,16 +3112,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3112
3112
|
text?: string | undefined;
|
|
3113
3113
|
card?: {
|
|
3114
3114
|
components: ({
|
|
3115
|
-
type: "fields";
|
|
3116
|
-
fields?: {
|
|
3117
|
-
label: string;
|
|
3118
|
-
value: string;
|
|
3119
|
-
}[] | undefined;
|
|
3120
|
-
items?: {
|
|
3121
|
-
label: string;
|
|
3122
|
-
value: string;
|
|
3123
|
-
}[] | undefined;
|
|
3124
|
-
} | {
|
|
3125
3115
|
type: "section";
|
|
3126
3116
|
text: string;
|
|
3127
3117
|
button?: {
|
|
@@ -3130,6 +3120,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3130
3120
|
text?: string | undefined;
|
|
3131
3121
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3132
3122
|
} | undefined;
|
|
3123
|
+
} | {
|
|
3124
|
+
type: "fields";
|
|
3125
|
+
fields?: {
|
|
3126
|
+
value: string;
|
|
3127
|
+
label: string;
|
|
3128
|
+
}[] | undefined;
|
|
3129
|
+
items?: {
|
|
3130
|
+
value: string;
|
|
3131
|
+
label: string;
|
|
3132
|
+
}[] | undefined;
|
|
3133
3133
|
} | {
|
|
3134
3134
|
type: "image";
|
|
3135
3135
|
url: string;
|
|
@@ -3145,8 +3145,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3145
3145
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3146
3146
|
} | {
|
|
3147
3147
|
options: {
|
|
3148
|
-
label: string;
|
|
3149
3148
|
value: string;
|
|
3149
|
+
label: string;
|
|
3150
3150
|
description?: string | undefined;
|
|
3151
3151
|
}[];
|
|
3152
3152
|
type: "select";
|
|
@@ -3155,8 +3155,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3155
3155
|
placeholder?: string | undefined;
|
|
3156
3156
|
} | {
|
|
3157
3157
|
options: {
|
|
3158
|
-
label: string;
|
|
3159
3158
|
value: string;
|
|
3159
|
+
label: string;
|
|
3160
3160
|
description?: string | undefined;
|
|
3161
3161
|
}[];
|
|
3162
3162
|
type: "radio_select";
|
|
@@ -3177,16 +3177,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3177
3177
|
text?: string | undefined;
|
|
3178
3178
|
card?: {
|
|
3179
3179
|
components: ({
|
|
3180
|
-
type: "fields";
|
|
3181
|
-
fields?: {
|
|
3182
|
-
label: string;
|
|
3183
|
-
value: string;
|
|
3184
|
-
}[] | undefined;
|
|
3185
|
-
items?: {
|
|
3186
|
-
label: string;
|
|
3187
|
-
value: string;
|
|
3188
|
-
}[] | undefined;
|
|
3189
|
-
} | {
|
|
3190
3180
|
type: "section";
|
|
3191
3181
|
text: string;
|
|
3192
3182
|
button?: {
|
|
@@ -3195,6 +3185,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3195
3185
|
text?: string | undefined;
|
|
3196
3186
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3197
3187
|
} | undefined;
|
|
3188
|
+
} | {
|
|
3189
|
+
type: "fields";
|
|
3190
|
+
fields?: {
|
|
3191
|
+
value: string;
|
|
3192
|
+
label: string;
|
|
3193
|
+
}[] | undefined;
|
|
3194
|
+
items?: {
|
|
3195
|
+
value: string;
|
|
3196
|
+
label: string;
|
|
3197
|
+
}[] | undefined;
|
|
3198
3198
|
} | {
|
|
3199
3199
|
type: "image";
|
|
3200
3200
|
url: string;
|
|
@@ -3210,8 +3210,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3210
3210
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3211
3211
|
} | {
|
|
3212
3212
|
options: {
|
|
3213
|
-
label: string;
|
|
3214
3213
|
value: string;
|
|
3214
|
+
label: string;
|
|
3215
3215
|
description?: string | undefined;
|
|
3216
3216
|
}[];
|
|
3217
3217
|
type: "select";
|
|
@@ -3220,8 +3220,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3220
3220
|
placeholder?: string | undefined;
|
|
3221
3221
|
} | {
|
|
3222
3222
|
options: {
|
|
3223
|
-
label: string;
|
|
3224
3223
|
value: string;
|
|
3224
|
+
label: string;
|
|
3225
3225
|
description?: string | undefined;
|
|
3226
3226
|
}[];
|
|
3227
3227
|
type: "radio_select";
|
|
@@ -3243,16 +3243,6 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3243
3243
|
text?: string | undefined;
|
|
3244
3244
|
card?: {
|
|
3245
3245
|
components: ({
|
|
3246
|
-
type: "fields";
|
|
3247
|
-
fields?: {
|
|
3248
|
-
label: string;
|
|
3249
|
-
value: string;
|
|
3250
|
-
}[] | undefined;
|
|
3251
|
-
items?: {
|
|
3252
|
-
label: string;
|
|
3253
|
-
value: string;
|
|
3254
|
-
}[] | undefined;
|
|
3255
|
-
} | {
|
|
3256
3246
|
type: "section";
|
|
3257
3247
|
text: string;
|
|
3258
3248
|
button?: {
|
|
@@ -3261,6 +3251,16 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3261
3251
|
text?: string | undefined;
|
|
3262
3252
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3263
3253
|
} | undefined;
|
|
3254
|
+
} | {
|
|
3255
|
+
type: "fields";
|
|
3256
|
+
fields?: {
|
|
3257
|
+
value: string;
|
|
3258
|
+
label: string;
|
|
3259
|
+
}[] | undefined;
|
|
3260
|
+
items?: {
|
|
3261
|
+
value: string;
|
|
3262
|
+
label: string;
|
|
3263
|
+
}[] | undefined;
|
|
3264
3264
|
} | {
|
|
3265
3265
|
type: "image";
|
|
3266
3266
|
url: string;
|
|
@@ -3276,8 +3276,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3276
3276
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3277
3277
|
} | {
|
|
3278
3278
|
options: {
|
|
3279
|
-
label: string;
|
|
3280
3279
|
value: string;
|
|
3280
|
+
label: string;
|
|
3281
3281
|
description?: string | undefined;
|
|
3282
3282
|
}[];
|
|
3283
3283
|
type: "select";
|
|
@@ -3286,8 +3286,8 @@ export declare const GENERIC_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3286
3286
|
placeholder?: string | undefined;
|
|
3287
3287
|
} | {
|
|
3288
3288
|
options: {
|
|
3289
|
-
label: string;
|
|
3290
3289
|
value: string;
|
|
3290
|
+
label: string;
|
|
3291
3291
|
description?: string | undefined;
|
|
3292
3292
|
}[];
|
|
3293
3293
|
type: "radio_select";
|
|
@@ -3417,29 +3417,29 @@ export declare const DEFAULT_INTEGRATION_CONTEXT_TOOL_DEFINITIONS: ({
|
|
|
3417
3417
|
includeDeleted: z.ZodOptional<z.ZodBoolean>;
|
|
3418
3418
|
}, "strict", z.ZodTypeAny, {
|
|
3419
3419
|
email?: string | undefined;
|
|
3420
|
-
query?: string | undefined;
|
|
3421
3420
|
limit?: number | undefined;
|
|
3421
|
+
query?: string | undefined;
|
|
3422
3422
|
cursor?: string | undefined;
|
|
3423
3423
|
includeBots?: boolean | undefined;
|
|
3424
3424
|
includeDeleted?: boolean | undefined;
|
|
3425
3425
|
}, {
|
|
3426
3426
|
email?: string | undefined;
|
|
3427
|
-
query?: string | undefined;
|
|
3428
3427
|
limit?: number | undefined;
|
|
3428
|
+
query?: string | undefined;
|
|
3429
3429
|
cursor?: string | undefined;
|
|
3430
3430
|
includeBots?: boolean | undefined;
|
|
3431
3431
|
includeDeleted?: boolean | undefined;
|
|
3432
3432
|
}>, {
|
|
3433
3433
|
email?: string | undefined;
|
|
3434
|
-
query?: string | undefined;
|
|
3435
3434
|
limit?: number | undefined;
|
|
3435
|
+
query?: string | undefined;
|
|
3436
3436
|
cursor?: string | undefined;
|
|
3437
3437
|
includeBots?: boolean | undefined;
|
|
3438
3438
|
includeDeleted?: boolean | undefined;
|
|
3439
3439
|
}, {
|
|
3440
3440
|
email?: string | undefined;
|
|
3441
|
-
query?: string | undefined;
|
|
3442
3441
|
limit?: number | undefined;
|
|
3442
|
+
query?: string | undefined;
|
|
3443
3443
|
cursor?: string | undefined;
|
|
3444
3444
|
includeBots?: boolean | undefined;
|
|
3445
3445
|
includeDeleted?: boolean | undefined;
|
|
@@ -3448,8 +3448,8 @@ export declare const DEFAULT_INTEGRATION_CONTEXT_TOOL_DEFINITIONS: ({
|
|
|
3448
3448
|
query: "search_users";
|
|
3449
3449
|
input: {
|
|
3450
3450
|
email?: string | undefined;
|
|
3451
|
-
query?: string | undefined;
|
|
3452
3451
|
limit?: number | undefined;
|
|
3452
|
+
query?: string | undefined;
|
|
3453
3453
|
cursor?: string | undefined;
|
|
3454
3454
|
includeBots?: boolean | undefined;
|
|
3455
3455
|
includeDeleted?: boolean | undefined;
|
|
@@ -3458,8 +3458,8 @@ export declare const DEFAULT_INTEGRATION_CONTEXT_TOOL_DEFINITIONS: ({
|
|
|
3458
3458
|
query: "search_users";
|
|
3459
3459
|
input: {
|
|
3460
3460
|
email?: string | undefined;
|
|
3461
|
-
query?: string | undefined;
|
|
3462
3461
|
limit?: number | undefined;
|
|
3462
|
+
query?: string | undefined;
|
|
3463
3463
|
cursor?: string | undefined;
|
|
3464
3464
|
includeBots?: boolean | undefined;
|
|
3465
3465
|
includeDeleted?: boolean | undefined;
|
|
@@ -3559,61 +3559,61 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3559
3559
|
label: z.ZodString;
|
|
3560
3560
|
value: z.ZodString;
|
|
3561
3561
|
}, "strict", z.ZodTypeAny, {
|
|
3562
|
-
label: string;
|
|
3563
3562
|
value: string;
|
|
3564
|
-
}, {
|
|
3565
3563
|
label: string;
|
|
3564
|
+
}, {
|
|
3566
3565
|
value: string;
|
|
3566
|
+
label: string;
|
|
3567
3567
|
}>, "many">>;
|
|
3568
3568
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3569
3569
|
label: z.ZodString;
|
|
3570
3570
|
value: z.ZodString;
|
|
3571
3571
|
}, "strict", z.ZodTypeAny, {
|
|
3572
|
-
label: string;
|
|
3573
3572
|
value: string;
|
|
3574
|
-
}, {
|
|
3575
3573
|
label: string;
|
|
3574
|
+
}, {
|
|
3576
3575
|
value: string;
|
|
3576
|
+
label: string;
|
|
3577
3577
|
}>, "many">>;
|
|
3578
3578
|
}, "strict", z.ZodTypeAny, {
|
|
3579
3579
|
type: "fields";
|
|
3580
3580
|
fields?: {
|
|
3581
|
-
label: string;
|
|
3582
3581
|
value: string;
|
|
3582
|
+
label: string;
|
|
3583
3583
|
}[] | undefined;
|
|
3584
3584
|
items?: {
|
|
3585
|
-
label: string;
|
|
3586
3585
|
value: string;
|
|
3586
|
+
label: string;
|
|
3587
3587
|
}[] | undefined;
|
|
3588
3588
|
}, {
|
|
3589
3589
|
type: "fields";
|
|
3590
3590
|
fields?: {
|
|
3591
|
-
label: string;
|
|
3592
3591
|
value: string;
|
|
3592
|
+
label: string;
|
|
3593
3593
|
}[] | undefined;
|
|
3594
3594
|
items?: {
|
|
3595
|
-
label: string;
|
|
3596
3595
|
value: string;
|
|
3596
|
+
label: string;
|
|
3597
3597
|
}[] | undefined;
|
|
3598
3598
|
}>, {
|
|
3599
3599
|
type: "fields";
|
|
3600
3600
|
fields?: {
|
|
3601
|
-
label: string;
|
|
3602
3601
|
value: string;
|
|
3602
|
+
label: string;
|
|
3603
3603
|
}[] | undefined;
|
|
3604
3604
|
items?: {
|
|
3605
|
-
label: string;
|
|
3606
3605
|
value: string;
|
|
3606
|
+
label: string;
|
|
3607
3607
|
}[] | undefined;
|
|
3608
3608
|
}, {
|
|
3609
3609
|
type: "fields";
|
|
3610
3610
|
fields?: {
|
|
3611
|
-
label: string;
|
|
3612
3611
|
value: string;
|
|
3612
|
+
label: string;
|
|
3613
3613
|
}[] | undefined;
|
|
3614
3614
|
items?: {
|
|
3615
|
-
label: string;
|
|
3616
3615
|
value: string;
|
|
3616
|
+
label: string;
|
|
3617
3617
|
}[] | undefined;
|
|
3618
3618
|
}>, z.ZodObject<{
|
|
3619
3619
|
type: z.ZodLiteral<"image">;
|
|
@@ -3664,18 +3664,18 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3664
3664
|
value: z.ZodString;
|
|
3665
3665
|
description: z.ZodOptional<z.ZodString>;
|
|
3666
3666
|
}, "strict", z.ZodTypeAny, {
|
|
3667
|
-
label: string;
|
|
3668
3667
|
value: string;
|
|
3668
|
+
label: string;
|
|
3669
3669
|
description?: string | undefined;
|
|
3670
3670
|
}, {
|
|
3671
|
-
label: string;
|
|
3672
3671
|
value: string;
|
|
3672
|
+
label: string;
|
|
3673
3673
|
description?: string | undefined;
|
|
3674
3674
|
}>, "many">;
|
|
3675
3675
|
}, "strict", z.ZodTypeAny, {
|
|
3676
3676
|
options: {
|
|
3677
|
-
label: string;
|
|
3678
3677
|
value: string;
|
|
3678
|
+
label: string;
|
|
3679
3679
|
description?: string | undefined;
|
|
3680
3680
|
}[];
|
|
3681
3681
|
type: "select";
|
|
@@ -3684,8 +3684,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3684
3684
|
placeholder?: string | undefined;
|
|
3685
3685
|
}, {
|
|
3686
3686
|
options: {
|
|
3687
|
-
label: string;
|
|
3688
3687
|
value: string;
|
|
3688
|
+
label: string;
|
|
3689
3689
|
description?: string | undefined;
|
|
3690
3690
|
}[];
|
|
3691
3691
|
type: "select";
|
|
@@ -3702,18 +3702,18 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3702
3702
|
value: z.ZodString;
|
|
3703
3703
|
description: z.ZodOptional<z.ZodString>;
|
|
3704
3704
|
}, "strict", z.ZodTypeAny, {
|
|
3705
|
-
label: string;
|
|
3706
3705
|
value: string;
|
|
3706
|
+
label: string;
|
|
3707
3707
|
description?: string | undefined;
|
|
3708
3708
|
}, {
|
|
3709
|
-
label: string;
|
|
3710
3709
|
value: string;
|
|
3710
|
+
label: string;
|
|
3711
3711
|
description?: string | undefined;
|
|
3712
3712
|
}>, "many">;
|
|
3713
3713
|
}, "strict", z.ZodTypeAny, {
|
|
3714
3714
|
options: {
|
|
3715
|
-
label: string;
|
|
3716
3715
|
value: string;
|
|
3716
|
+
label: string;
|
|
3717
3717
|
description?: string | undefined;
|
|
3718
3718
|
}[];
|
|
3719
3719
|
type: "radio_select";
|
|
@@ -3722,8 +3722,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3722
3722
|
placeholder?: string | undefined;
|
|
3723
3723
|
}, {
|
|
3724
3724
|
options: {
|
|
3725
|
-
label: string;
|
|
3726
3725
|
value: string;
|
|
3726
|
+
label: string;
|
|
3727
3727
|
description?: string | undefined;
|
|
3728
3728
|
}[];
|
|
3729
3729
|
type: "radio_select";
|
|
@@ -3733,16 +3733,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3733
3733
|
}>]>, "many">;
|
|
3734
3734
|
}, "strict", z.ZodTypeAny, {
|
|
3735
3735
|
components: ({
|
|
3736
|
-
type: "fields";
|
|
3737
|
-
fields?: {
|
|
3738
|
-
label: string;
|
|
3739
|
-
value: string;
|
|
3740
|
-
}[] | undefined;
|
|
3741
|
-
items?: {
|
|
3742
|
-
label: string;
|
|
3743
|
-
value: string;
|
|
3744
|
-
}[] | undefined;
|
|
3745
|
-
} | {
|
|
3746
3736
|
type: "section";
|
|
3747
3737
|
text: string;
|
|
3748
3738
|
button?: {
|
|
@@ -3751,6 +3741,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3751
3741
|
text?: string | undefined;
|
|
3752
3742
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3753
3743
|
} | undefined;
|
|
3744
|
+
} | {
|
|
3745
|
+
type: "fields";
|
|
3746
|
+
fields?: {
|
|
3747
|
+
value: string;
|
|
3748
|
+
label: string;
|
|
3749
|
+
}[] | undefined;
|
|
3750
|
+
items?: {
|
|
3751
|
+
value: string;
|
|
3752
|
+
label: string;
|
|
3753
|
+
}[] | undefined;
|
|
3754
3754
|
} | {
|
|
3755
3755
|
type: "image";
|
|
3756
3756
|
url: string;
|
|
@@ -3766,8 +3766,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3766
3766
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3767
3767
|
} | {
|
|
3768
3768
|
options: {
|
|
3769
|
-
label: string;
|
|
3770
3769
|
value: string;
|
|
3770
|
+
label: string;
|
|
3771
3771
|
description?: string | undefined;
|
|
3772
3772
|
}[];
|
|
3773
3773
|
type: "select";
|
|
@@ -3776,8 +3776,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3776
3776
|
placeholder?: string | undefined;
|
|
3777
3777
|
} | {
|
|
3778
3778
|
options: {
|
|
3779
|
-
label: string;
|
|
3780
3779
|
value: string;
|
|
3780
|
+
label: string;
|
|
3781
3781
|
description?: string | undefined;
|
|
3782
3782
|
}[];
|
|
3783
3783
|
type: "radio_select";
|
|
@@ -3790,24 +3790,24 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3790
3790
|
title?: string | undefined;
|
|
3791
3791
|
}, {
|
|
3792
3792
|
components: ({
|
|
3793
|
+
type: "section";
|
|
3794
|
+
text: string;
|
|
3795
|
+
button?: {
|
|
3796
|
+
value: string;
|
|
3797
|
+
label?: string | undefined;
|
|
3798
|
+
text?: string | undefined;
|
|
3799
|
+
style?: "primary" | "danger" | "default" | undefined;
|
|
3800
|
+
} | undefined;
|
|
3801
|
+
} | {
|
|
3793
3802
|
type: "fields";
|
|
3794
3803
|
fields?: {
|
|
3795
|
-
label: string;
|
|
3796
3804
|
value: string;
|
|
3797
|
-
}[] | undefined;
|
|
3798
|
-
items?: {
|
|
3799
3805
|
label: string;
|
|
3806
|
+
}[] | undefined;
|
|
3807
|
+
items?: {
|
|
3800
3808
|
value: string;
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
type: "section";
|
|
3804
|
-
text: string;
|
|
3805
|
-
button?: {
|
|
3806
|
-
value: string;
|
|
3807
|
-
label?: string | undefined;
|
|
3808
|
-
text?: string | undefined;
|
|
3809
|
-
style?: "primary" | "danger" | "default" | undefined;
|
|
3810
|
-
} | undefined;
|
|
3809
|
+
label: string;
|
|
3810
|
+
}[] | undefined;
|
|
3811
3811
|
} | {
|
|
3812
3812
|
type: "image";
|
|
3813
3813
|
url: string;
|
|
@@ -3823,8 +3823,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3823
3823
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3824
3824
|
} | {
|
|
3825
3825
|
options: {
|
|
3826
|
-
label: string;
|
|
3827
3826
|
value: string;
|
|
3827
|
+
label: string;
|
|
3828
3828
|
description?: string | undefined;
|
|
3829
3829
|
}[];
|
|
3830
3830
|
type: "select";
|
|
@@ -3833,8 +3833,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3833
3833
|
placeholder?: string | undefined;
|
|
3834
3834
|
} | {
|
|
3835
3835
|
options: {
|
|
3836
|
-
label: string;
|
|
3837
3836
|
value: string;
|
|
3837
|
+
label: string;
|
|
3838
3838
|
description?: string | undefined;
|
|
3839
3839
|
}[];
|
|
3840
3840
|
type: "radio_select";
|
|
@@ -3850,16 +3850,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3850
3850
|
text?: string | undefined;
|
|
3851
3851
|
card?: {
|
|
3852
3852
|
components: ({
|
|
3853
|
-
type: "fields";
|
|
3854
|
-
fields?: {
|
|
3855
|
-
label: string;
|
|
3856
|
-
value: string;
|
|
3857
|
-
}[] | undefined;
|
|
3858
|
-
items?: {
|
|
3859
|
-
label: string;
|
|
3860
|
-
value: string;
|
|
3861
|
-
}[] | undefined;
|
|
3862
|
-
} | {
|
|
3863
3853
|
type: "section";
|
|
3864
3854
|
text: string;
|
|
3865
3855
|
button?: {
|
|
@@ -3868,6 +3858,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3868
3858
|
text?: string | undefined;
|
|
3869
3859
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3870
3860
|
} | undefined;
|
|
3861
|
+
} | {
|
|
3862
|
+
type: "fields";
|
|
3863
|
+
fields?: {
|
|
3864
|
+
value: string;
|
|
3865
|
+
label: string;
|
|
3866
|
+
}[] | undefined;
|
|
3867
|
+
items?: {
|
|
3868
|
+
value: string;
|
|
3869
|
+
label: string;
|
|
3870
|
+
}[] | undefined;
|
|
3871
3871
|
} | {
|
|
3872
3872
|
type: "image";
|
|
3873
3873
|
url: string;
|
|
@@ -3883,8 +3883,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3883
3883
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3884
3884
|
} | {
|
|
3885
3885
|
options: {
|
|
3886
|
-
label: string;
|
|
3887
3886
|
value: string;
|
|
3887
|
+
label: string;
|
|
3888
3888
|
description?: string | undefined;
|
|
3889
3889
|
}[];
|
|
3890
3890
|
type: "select";
|
|
@@ -3893,8 +3893,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3893
3893
|
placeholder?: string | undefined;
|
|
3894
3894
|
} | {
|
|
3895
3895
|
options: {
|
|
3896
|
-
label: string;
|
|
3897
3896
|
value: string;
|
|
3897
|
+
label: string;
|
|
3898
3898
|
description?: string | undefined;
|
|
3899
3899
|
}[];
|
|
3900
3900
|
type: "radio_select";
|
|
@@ -3910,16 +3910,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3910
3910
|
text?: string | undefined;
|
|
3911
3911
|
card?: {
|
|
3912
3912
|
components: ({
|
|
3913
|
-
type: "fields";
|
|
3914
|
-
fields?: {
|
|
3915
|
-
label: string;
|
|
3916
|
-
value: string;
|
|
3917
|
-
}[] | undefined;
|
|
3918
|
-
items?: {
|
|
3919
|
-
label: string;
|
|
3920
|
-
value: string;
|
|
3921
|
-
}[] | undefined;
|
|
3922
|
-
} | {
|
|
3923
3913
|
type: "section";
|
|
3924
3914
|
text: string;
|
|
3925
3915
|
button?: {
|
|
@@ -3928,6 +3918,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3928
3918
|
text?: string | undefined;
|
|
3929
3919
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3930
3920
|
} | undefined;
|
|
3921
|
+
} | {
|
|
3922
|
+
type: "fields";
|
|
3923
|
+
fields?: {
|
|
3924
|
+
value: string;
|
|
3925
|
+
label: string;
|
|
3926
|
+
}[] | undefined;
|
|
3927
|
+
items?: {
|
|
3928
|
+
value: string;
|
|
3929
|
+
label: string;
|
|
3930
|
+
}[] | undefined;
|
|
3931
3931
|
} | {
|
|
3932
3932
|
type: "image";
|
|
3933
3933
|
url: string;
|
|
@@ -3943,8 +3943,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3943
3943
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3944
3944
|
} | {
|
|
3945
3945
|
options: {
|
|
3946
|
-
label: string;
|
|
3947
3946
|
value: string;
|
|
3947
|
+
label: string;
|
|
3948
3948
|
description?: string | undefined;
|
|
3949
3949
|
}[];
|
|
3950
3950
|
type: "select";
|
|
@@ -3953,8 +3953,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3953
3953
|
placeholder?: string | undefined;
|
|
3954
3954
|
} | {
|
|
3955
3955
|
options: {
|
|
3956
|
-
label: string;
|
|
3957
3956
|
value: string;
|
|
3957
|
+
label: string;
|
|
3958
3958
|
description?: string | undefined;
|
|
3959
3959
|
}[];
|
|
3960
3960
|
type: "radio_select";
|
|
@@ -3970,16 +3970,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3970
3970
|
text?: string | undefined;
|
|
3971
3971
|
card?: {
|
|
3972
3972
|
components: ({
|
|
3973
|
-
type: "fields";
|
|
3974
|
-
fields?: {
|
|
3975
|
-
label: string;
|
|
3976
|
-
value: string;
|
|
3977
|
-
}[] | undefined;
|
|
3978
|
-
items?: {
|
|
3979
|
-
label: string;
|
|
3980
|
-
value: string;
|
|
3981
|
-
}[] | undefined;
|
|
3982
|
-
} | {
|
|
3983
3973
|
type: "section";
|
|
3984
3974
|
text: string;
|
|
3985
3975
|
button?: {
|
|
@@ -3988,6 +3978,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
3988
3978
|
text?: string | undefined;
|
|
3989
3979
|
style?: "primary" | "danger" | "default" | undefined;
|
|
3990
3980
|
} | undefined;
|
|
3981
|
+
} | {
|
|
3982
|
+
type: "fields";
|
|
3983
|
+
fields?: {
|
|
3984
|
+
value: string;
|
|
3985
|
+
label: string;
|
|
3986
|
+
}[] | undefined;
|
|
3987
|
+
items?: {
|
|
3988
|
+
value: string;
|
|
3989
|
+
label: string;
|
|
3990
|
+
}[] | undefined;
|
|
3991
3991
|
} | {
|
|
3992
3992
|
type: "image";
|
|
3993
3993
|
url: string;
|
|
@@ -4003,8 +4003,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4003
4003
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4004
4004
|
} | {
|
|
4005
4005
|
options: {
|
|
4006
|
-
label: string;
|
|
4007
4006
|
value: string;
|
|
4007
|
+
label: string;
|
|
4008
4008
|
description?: string | undefined;
|
|
4009
4009
|
}[];
|
|
4010
4010
|
type: "select";
|
|
@@ -4013,8 +4013,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4013
4013
|
placeholder?: string | undefined;
|
|
4014
4014
|
} | {
|
|
4015
4015
|
options: {
|
|
4016
|
-
label: string;
|
|
4017
4016
|
value: string;
|
|
4017
|
+
label: string;
|
|
4018
4018
|
description?: string | undefined;
|
|
4019
4019
|
}[];
|
|
4020
4020
|
type: "radio_select";
|
|
@@ -4030,16 +4030,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4030
4030
|
text?: string | undefined;
|
|
4031
4031
|
card?: {
|
|
4032
4032
|
components: ({
|
|
4033
|
-
type: "fields";
|
|
4034
|
-
fields?: {
|
|
4035
|
-
label: string;
|
|
4036
|
-
value: string;
|
|
4037
|
-
}[] | undefined;
|
|
4038
|
-
items?: {
|
|
4039
|
-
label: string;
|
|
4040
|
-
value: string;
|
|
4041
|
-
}[] | undefined;
|
|
4042
|
-
} | {
|
|
4043
4033
|
type: "section";
|
|
4044
4034
|
text: string;
|
|
4045
4035
|
button?: {
|
|
@@ -4048,6 +4038,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4048
4038
|
text?: string | undefined;
|
|
4049
4039
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4050
4040
|
} | undefined;
|
|
4041
|
+
} | {
|
|
4042
|
+
type: "fields";
|
|
4043
|
+
fields?: {
|
|
4044
|
+
value: string;
|
|
4045
|
+
label: string;
|
|
4046
|
+
}[] | undefined;
|
|
4047
|
+
items?: {
|
|
4048
|
+
value: string;
|
|
4049
|
+
label: string;
|
|
4050
|
+
}[] | undefined;
|
|
4051
4051
|
} | {
|
|
4052
4052
|
type: "image";
|
|
4053
4053
|
url: string;
|
|
@@ -4063,8 +4063,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4063
4063
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4064
4064
|
} | {
|
|
4065
4065
|
options: {
|
|
4066
|
-
label: string;
|
|
4067
4066
|
value: string;
|
|
4067
|
+
label: string;
|
|
4068
4068
|
description?: string | undefined;
|
|
4069
4069
|
}[];
|
|
4070
4070
|
type: "select";
|
|
@@ -4073,8 +4073,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4073
4073
|
placeholder?: string | undefined;
|
|
4074
4074
|
} | {
|
|
4075
4075
|
options: {
|
|
4076
|
-
label: string;
|
|
4077
4076
|
value: string;
|
|
4077
|
+
label: string;
|
|
4078
4078
|
description?: string | undefined;
|
|
4079
4079
|
}[];
|
|
4080
4080
|
type: "radio_select";
|
|
@@ -4092,16 +4092,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4092
4092
|
text?: string | undefined;
|
|
4093
4093
|
card?: {
|
|
4094
4094
|
components: ({
|
|
4095
|
-
type: "fields";
|
|
4096
|
-
fields?: {
|
|
4097
|
-
label: string;
|
|
4098
|
-
value: string;
|
|
4099
|
-
}[] | undefined;
|
|
4100
|
-
items?: {
|
|
4101
|
-
label: string;
|
|
4102
|
-
value: string;
|
|
4103
|
-
}[] | undefined;
|
|
4104
|
-
} | {
|
|
4105
4095
|
type: "section";
|
|
4106
4096
|
text: string;
|
|
4107
4097
|
button?: {
|
|
@@ -4110,6 +4100,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4110
4100
|
text?: string | undefined;
|
|
4111
4101
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4112
4102
|
} | undefined;
|
|
4103
|
+
} | {
|
|
4104
|
+
type: "fields";
|
|
4105
|
+
fields?: {
|
|
4106
|
+
value: string;
|
|
4107
|
+
label: string;
|
|
4108
|
+
}[] | undefined;
|
|
4109
|
+
items?: {
|
|
4110
|
+
value: string;
|
|
4111
|
+
label: string;
|
|
4112
|
+
}[] | undefined;
|
|
4113
4113
|
} | {
|
|
4114
4114
|
type: "image";
|
|
4115
4115
|
url: string;
|
|
@@ -4125,8 +4125,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4125
4125
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4126
4126
|
} | {
|
|
4127
4127
|
options: {
|
|
4128
|
-
label: string;
|
|
4129
4128
|
value: string;
|
|
4129
|
+
label: string;
|
|
4130
4130
|
description?: string | undefined;
|
|
4131
4131
|
}[];
|
|
4132
4132
|
type: "select";
|
|
@@ -4135,8 +4135,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4135
4135
|
placeholder?: string | undefined;
|
|
4136
4136
|
} | {
|
|
4137
4137
|
options: {
|
|
4138
|
-
label: string;
|
|
4139
4138
|
value: string;
|
|
4139
|
+
label: string;
|
|
4140
4140
|
description?: string | undefined;
|
|
4141
4141
|
}[];
|
|
4142
4142
|
type: "radio_select";
|
|
@@ -4154,16 +4154,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4154
4154
|
text?: string | undefined;
|
|
4155
4155
|
card?: {
|
|
4156
4156
|
components: ({
|
|
4157
|
-
type: "fields";
|
|
4158
|
-
fields?: {
|
|
4159
|
-
label: string;
|
|
4160
|
-
value: string;
|
|
4161
|
-
}[] | undefined;
|
|
4162
|
-
items?: {
|
|
4163
|
-
label: string;
|
|
4164
|
-
value: string;
|
|
4165
|
-
}[] | undefined;
|
|
4166
|
-
} | {
|
|
4167
4157
|
type: "section";
|
|
4168
4158
|
text: string;
|
|
4169
4159
|
button?: {
|
|
@@ -4172,6 +4162,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4172
4162
|
text?: string | undefined;
|
|
4173
4163
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4174
4164
|
} | undefined;
|
|
4165
|
+
} | {
|
|
4166
|
+
type: "fields";
|
|
4167
|
+
fields?: {
|
|
4168
|
+
value: string;
|
|
4169
|
+
label: string;
|
|
4170
|
+
}[] | undefined;
|
|
4171
|
+
items?: {
|
|
4172
|
+
value: string;
|
|
4173
|
+
label: string;
|
|
4174
|
+
}[] | undefined;
|
|
4175
4175
|
} | {
|
|
4176
4176
|
type: "image";
|
|
4177
4177
|
url: string;
|
|
@@ -4187,8 +4187,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4187
4187
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4188
4188
|
} | {
|
|
4189
4189
|
options: {
|
|
4190
|
-
label: string;
|
|
4191
4190
|
value: string;
|
|
4191
|
+
label: string;
|
|
4192
4192
|
description?: string | undefined;
|
|
4193
4193
|
}[];
|
|
4194
4194
|
type: "select";
|
|
@@ -4197,8 +4197,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4197
4197
|
placeholder?: string | undefined;
|
|
4198
4198
|
} | {
|
|
4199
4199
|
options: {
|
|
4200
|
-
label: string;
|
|
4201
4200
|
value: string;
|
|
4201
|
+
label: string;
|
|
4202
4202
|
description?: string | undefined;
|
|
4203
4203
|
}[];
|
|
4204
4204
|
type: "radio_select";
|
|
@@ -4218,16 +4218,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4218
4218
|
text?: string | undefined;
|
|
4219
4219
|
card?: {
|
|
4220
4220
|
components: ({
|
|
4221
|
-
type: "fields";
|
|
4222
|
-
fields?: {
|
|
4223
|
-
label: string;
|
|
4224
|
-
value: string;
|
|
4225
|
-
}[] | undefined;
|
|
4226
|
-
items?: {
|
|
4227
|
-
label: string;
|
|
4228
|
-
value: string;
|
|
4229
|
-
}[] | undefined;
|
|
4230
|
-
} | {
|
|
4231
4221
|
type: "section";
|
|
4232
4222
|
text: string;
|
|
4233
4223
|
button?: {
|
|
@@ -4236,6 +4226,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4236
4226
|
text?: string | undefined;
|
|
4237
4227
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4238
4228
|
} | undefined;
|
|
4229
|
+
} | {
|
|
4230
|
+
type: "fields";
|
|
4231
|
+
fields?: {
|
|
4232
|
+
value: string;
|
|
4233
|
+
label: string;
|
|
4234
|
+
}[] | undefined;
|
|
4235
|
+
items?: {
|
|
4236
|
+
value: string;
|
|
4237
|
+
label: string;
|
|
4238
|
+
}[] | undefined;
|
|
4239
4239
|
} | {
|
|
4240
4240
|
type: "image";
|
|
4241
4241
|
url: string;
|
|
@@ -4251,8 +4251,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4251
4251
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4252
4252
|
} | {
|
|
4253
4253
|
options: {
|
|
4254
|
-
label: string;
|
|
4255
4254
|
value: string;
|
|
4255
|
+
label: string;
|
|
4256
4256
|
description?: string | undefined;
|
|
4257
4257
|
}[];
|
|
4258
4258
|
type: "select";
|
|
@@ -4261,8 +4261,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4261
4261
|
placeholder?: string | undefined;
|
|
4262
4262
|
} | {
|
|
4263
4263
|
options: {
|
|
4264
|
-
label: string;
|
|
4265
4264
|
value: string;
|
|
4265
|
+
label: string;
|
|
4266
4266
|
description?: string | undefined;
|
|
4267
4267
|
}[];
|
|
4268
4268
|
type: "radio_select";
|
|
@@ -4283,16 +4283,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4283
4283
|
text?: string | undefined;
|
|
4284
4284
|
card?: {
|
|
4285
4285
|
components: ({
|
|
4286
|
-
type: "fields";
|
|
4287
|
-
fields?: {
|
|
4288
|
-
label: string;
|
|
4289
|
-
value: string;
|
|
4290
|
-
}[] | undefined;
|
|
4291
|
-
items?: {
|
|
4292
|
-
label: string;
|
|
4293
|
-
value: string;
|
|
4294
|
-
}[] | undefined;
|
|
4295
|
-
} | {
|
|
4296
4286
|
type: "section";
|
|
4297
4287
|
text: string;
|
|
4298
4288
|
button?: {
|
|
@@ -4301,6 +4291,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4301
4291
|
text?: string | undefined;
|
|
4302
4292
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4303
4293
|
} | undefined;
|
|
4294
|
+
} | {
|
|
4295
|
+
type: "fields";
|
|
4296
|
+
fields?: {
|
|
4297
|
+
value: string;
|
|
4298
|
+
label: string;
|
|
4299
|
+
}[] | undefined;
|
|
4300
|
+
items?: {
|
|
4301
|
+
value: string;
|
|
4302
|
+
label: string;
|
|
4303
|
+
}[] | undefined;
|
|
4304
4304
|
} | {
|
|
4305
4305
|
type: "image";
|
|
4306
4306
|
url: string;
|
|
@@ -4316,8 +4316,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4316
4316
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4317
4317
|
} | {
|
|
4318
4318
|
options: {
|
|
4319
|
-
label: string;
|
|
4320
4319
|
value: string;
|
|
4320
|
+
label: string;
|
|
4321
4321
|
description?: string | undefined;
|
|
4322
4322
|
}[];
|
|
4323
4323
|
type: "select";
|
|
@@ -4326,8 +4326,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4326
4326
|
placeholder?: string | undefined;
|
|
4327
4327
|
} | {
|
|
4328
4328
|
options: {
|
|
4329
|
-
label: string;
|
|
4330
4329
|
value: string;
|
|
4330
|
+
label: string;
|
|
4331
4331
|
description?: string | undefined;
|
|
4332
4332
|
}[];
|
|
4333
4333
|
type: "radio_select";
|
|
@@ -4399,61 +4399,61 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4399
4399
|
label: z.ZodString;
|
|
4400
4400
|
value: z.ZodString;
|
|
4401
4401
|
}, "strict", z.ZodTypeAny, {
|
|
4402
|
-
label: string;
|
|
4403
4402
|
value: string;
|
|
4404
|
-
}, {
|
|
4405
4403
|
label: string;
|
|
4404
|
+
}, {
|
|
4406
4405
|
value: string;
|
|
4406
|
+
label: string;
|
|
4407
4407
|
}>, "many">>;
|
|
4408
4408
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4409
4409
|
label: z.ZodString;
|
|
4410
4410
|
value: z.ZodString;
|
|
4411
4411
|
}, "strict", z.ZodTypeAny, {
|
|
4412
|
-
label: string;
|
|
4413
4412
|
value: string;
|
|
4414
|
-
}, {
|
|
4415
4413
|
label: string;
|
|
4414
|
+
}, {
|
|
4416
4415
|
value: string;
|
|
4416
|
+
label: string;
|
|
4417
4417
|
}>, "many">>;
|
|
4418
4418
|
}, "strict", z.ZodTypeAny, {
|
|
4419
4419
|
type: "fields";
|
|
4420
4420
|
fields?: {
|
|
4421
|
-
label: string;
|
|
4422
4421
|
value: string;
|
|
4422
|
+
label: string;
|
|
4423
4423
|
}[] | undefined;
|
|
4424
4424
|
items?: {
|
|
4425
|
-
label: string;
|
|
4426
4425
|
value: string;
|
|
4426
|
+
label: string;
|
|
4427
4427
|
}[] | undefined;
|
|
4428
4428
|
}, {
|
|
4429
4429
|
type: "fields";
|
|
4430
4430
|
fields?: {
|
|
4431
|
-
label: string;
|
|
4432
4431
|
value: string;
|
|
4432
|
+
label: string;
|
|
4433
4433
|
}[] | undefined;
|
|
4434
4434
|
items?: {
|
|
4435
|
-
label: string;
|
|
4436
4435
|
value: string;
|
|
4436
|
+
label: string;
|
|
4437
4437
|
}[] | undefined;
|
|
4438
4438
|
}>, {
|
|
4439
4439
|
type: "fields";
|
|
4440
4440
|
fields?: {
|
|
4441
|
-
label: string;
|
|
4442
4441
|
value: string;
|
|
4442
|
+
label: string;
|
|
4443
4443
|
}[] | undefined;
|
|
4444
4444
|
items?: {
|
|
4445
|
-
label: string;
|
|
4446
4445
|
value: string;
|
|
4446
|
+
label: string;
|
|
4447
4447
|
}[] | undefined;
|
|
4448
4448
|
}, {
|
|
4449
4449
|
type: "fields";
|
|
4450
4450
|
fields?: {
|
|
4451
|
-
label: string;
|
|
4452
4451
|
value: string;
|
|
4452
|
+
label: string;
|
|
4453
4453
|
}[] | undefined;
|
|
4454
4454
|
items?: {
|
|
4455
|
-
label: string;
|
|
4456
4455
|
value: string;
|
|
4456
|
+
label: string;
|
|
4457
4457
|
}[] | undefined;
|
|
4458
4458
|
}>, z.ZodObject<{
|
|
4459
4459
|
type: z.ZodLiteral<"image">;
|
|
@@ -4504,18 +4504,18 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4504
4504
|
value: z.ZodString;
|
|
4505
4505
|
description: z.ZodOptional<z.ZodString>;
|
|
4506
4506
|
}, "strict", z.ZodTypeAny, {
|
|
4507
|
-
label: string;
|
|
4508
4507
|
value: string;
|
|
4508
|
+
label: string;
|
|
4509
4509
|
description?: string | undefined;
|
|
4510
4510
|
}, {
|
|
4511
|
-
label: string;
|
|
4512
4511
|
value: string;
|
|
4512
|
+
label: string;
|
|
4513
4513
|
description?: string | undefined;
|
|
4514
4514
|
}>, "many">;
|
|
4515
4515
|
}, "strict", z.ZodTypeAny, {
|
|
4516
4516
|
options: {
|
|
4517
|
-
label: string;
|
|
4518
4517
|
value: string;
|
|
4518
|
+
label: string;
|
|
4519
4519
|
description?: string | undefined;
|
|
4520
4520
|
}[];
|
|
4521
4521
|
type: "select";
|
|
@@ -4524,8 +4524,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4524
4524
|
placeholder?: string | undefined;
|
|
4525
4525
|
}, {
|
|
4526
4526
|
options: {
|
|
4527
|
-
label: string;
|
|
4528
4527
|
value: string;
|
|
4528
|
+
label: string;
|
|
4529
4529
|
description?: string | undefined;
|
|
4530
4530
|
}[];
|
|
4531
4531
|
type: "select";
|
|
@@ -4542,18 +4542,18 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4542
4542
|
value: z.ZodString;
|
|
4543
4543
|
description: z.ZodOptional<z.ZodString>;
|
|
4544
4544
|
}, "strict", z.ZodTypeAny, {
|
|
4545
|
-
label: string;
|
|
4546
4545
|
value: string;
|
|
4546
|
+
label: string;
|
|
4547
4547
|
description?: string | undefined;
|
|
4548
4548
|
}, {
|
|
4549
|
-
label: string;
|
|
4550
4549
|
value: string;
|
|
4550
|
+
label: string;
|
|
4551
4551
|
description?: string | undefined;
|
|
4552
4552
|
}>, "many">;
|
|
4553
4553
|
}, "strict", z.ZodTypeAny, {
|
|
4554
4554
|
options: {
|
|
4555
|
-
label: string;
|
|
4556
4555
|
value: string;
|
|
4556
|
+
label: string;
|
|
4557
4557
|
description?: string | undefined;
|
|
4558
4558
|
}[];
|
|
4559
4559
|
type: "radio_select";
|
|
@@ -4562,8 +4562,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4562
4562
|
placeholder?: string | undefined;
|
|
4563
4563
|
}, {
|
|
4564
4564
|
options: {
|
|
4565
|
-
label: string;
|
|
4566
4565
|
value: string;
|
|
4566
|
+
label: string;
|
|
4567
4567
|
description?: string | undefined;
|
|
4568
4568
|
}[];
|
|
4569
4569
|
type: "radio_select";
|
|
@@ -4571,18 +4571,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4571
4571
|
id?: string | undefined;
|
|
4572
4572
|
placeholder?: string | undefined;
|
|
4573
4573
|
}>]>, "many">;
|
|
4574
|
-
}, "strict", z.ZodTypeAny, {
|
|
4575
|
-
components: ({
|
|
4576
|
-
type: "fields";
|
|
4577
|
-
fields?: {
|
|
4578
|
-
label: string;
|
|
4579
|
-
value: string;
|
|
4580
|
-
}[] | undefined;
|
|
4581
|
-
items?: {
|
|
4582
|
-
label: string;
|
|
4583
|
-
value: string;
|
|
4584
|
-
}[] | undefined;
|
|
4585
|
-
} | {
|
|
4574
|
+
}, "strict", z.ZodTypeAny, {
|
|
4575
|
+
components: ({
|
|
4586
4576
|
type: "section";
|
|
4587
4577
|
text: string;
|
|
4588
4578
|
button?: {
|
|
@@ -4591,6 +4581,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4591
4581
|
text?: string | undefined;
|
|
4592
4582
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4593
4583
|
} | undefined;
|
|
4584
|
+
} | {
|
|
4585
|
+
type: "fields";
|
|
4586
|
+
fields?: {
|
|
4587
|
+
value: string;
|
|
4588
|
+
label: string;
|
|
4589
|
+
}[] | undefined;
|
|
4590
|
+
items?: {
|
|
4591
|
+
value: string;
|
|
4592
|
+
label: string;
|
|
4593
|
+
}[] | undefined;
|
|
4594
4594
|
} | {
|
|
4595
4595
|
type: "image";
|
|
4596
4596
|
url: string;
|
|
@@ -4606,8 +4606,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4606
4606
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4607
4607
|
} | {
|
|
4608
4608
|
options: {
|
|
4609
|
-
label: string;
|
|
4610
4609
|
value: string;
|
|
4610
|
+
label: string;
|
|
4611
4611
|
description?: string | undefined;
|
|
4612
4612
|
}[];
|
|
4613
4613
|
type: "select";
|
|
@@ -4616,8 +4616,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4616
4616
|
placeholder?: string | undefined;
|
|
4617
4617
|
} | {
|
|
4618
4618
|
options: {
|
|
4619
|
-
label: string;
|
|
4620
4619
|
value: string;
|
|
4620
|
+
label: string;
|
|
4621
4621
|
description?: string | undefined;
|
|
4622
4622
|
}[];
|
|
4623
4623
|
type: "radio_select";
|
|
@@ -4630,16 +4630,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4630
4630
|
title?: string | undefined;
|
|
4631
4631
|
}, {
|
|
4632
4632
|
components: ({
|
|
4633
|
-
type: "fields";
|
|
4634
|
-
fields?: {
|
|
4635
|
-
label: string;
|
|
4636
|
-
value: string;
|
|
4637
|
-
}[] | undefined;
|
|
4638
|
-
items?: {
|
|
4639
|
-
label: string;
|
|
4640
|
-
value: string;
|
|
4641
|
-
}[] | undefined;
|
|
4642
|
-
} | {
|
|
4643
4633
|
type: "section";
|
|
4644
4634
|
text: string;
|
|
4645
4635
|
button?: {
|
|
@@ -4648,6 +4638,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4648
4638
|
text?: string | undefined;
|
|
4649
4639
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4650
4640
|
} | undefined;
|
|
4641
|
+
} | {
|
|
4642
|
+
type: "fields";
|
|
4643
|
+
fields?: {
|
|
4644
|
+
value: string;
|
|
4645
|
+
label: string;
|
|
4646
|
+
}[] | undefined;
|
|
4647
|
+
items?: {
|
|
4648
|
+
value: string;
|
|
4649
|
+
label: string;
|
|
4650
|
+
}[] | undefined;
|
|
4651
4651
|
} | {
|
|
4652
4652
|
type: "image";
|
|
4653
4653
|
url: string;
|
|
@@ -4663,8 +4663,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4663
4663
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4664
4664
|
} | {
|
|
4665
4665
|
options: {
|
|
4666
|
-
label: string;
|
|
4667
4666
|
value: string;
|
|
4667
|
+
label: string;
|
|
4668
4668
|
description?: string | undefined;
|
|
4669
4669
|
}[];
|
|
4670
4670
|
type: "select";
|
|
@@ -4673,8 +4673,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4673
4673
|
placeholder?: string | undefined;
|
|
4674
4674
|
} | {
|
|
4675
4675
|
options: {
|
|
4676
|
-
label: string;
|
|
4677
4676
|
value: string;
|
|
4677
|
+
label: string;
|
|
4678
4678
|
description?: string | undefined;
|
|
4679
4679
|
}[];
|
|
4680
4680
|
type: "radio_select";
|
|
@@ -4690,16 +4690,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4690
4690
|
text?: string | undefined;
|
|
4691
4691
|
card?: {
|
|
4692
4692
|
components: ({
|
|
4693
|
-
type: "fields";
|
|
4694
|
-
fields?: {
|
|
4695
|
-
label: string;
|
|
4696
|
-
value: string;
|
|
4697
|
-
}[] | undefined;
|
|
4698
|
-
items?: {
|
|
4699
|
-
label: string;
|
|
4700
|
-
value: string;
|
|
4701
|
-
}[] | undefined;
|
|
4702
|
-
} | {
|
|
4703
4693
|
type: "section";
|
|
4704
4694
|
text: string;
|
|
4705
4695
|
button?: {
|
|
@@ -4708,6 +4698,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4708
4698
|
text?: string | undefined;
|
|
4709
4699
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4710
4700
|
} | undefined;
|
|
4701
|
+
} | {
|
|
4702
|
+
type: "fields";
|
|
4703
|
+
fields?: {
|
|
4704
|
+
value: string;
|
|
4705
|
+
label: string;
|
|
4706
|
+
}[] | undefined;
|
|
4707
|
+
items?: {
|
|
4708
|
+
value: string;
|
|
4709
|
+
label: string;
|
|
4710
|
+
}[] | undefined;
|
|
4711
4711
|
} | {
|
|
4712
4712
|
type: "image";
|
|
4713
4713
|
url: string;
|
|
@@ -4723,8 +4723,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4723
4723
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4724
4724
|
} | {
|
|
4725
4725
|
options: {
|
|
4726
|
-
label: string;
|
|
4727
4726
|
value: string;
|
|
4727
|
+
label: string;
|
|
4728
4728
|
description?: string | undefined;
|
|
4729
4729
|
}[];
|
|
4730
4730
|
type: "select";
|
|
@@ -4733,8 +4733,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4733
4733
|
placeholder?: string | undefined;
|
|
4734
4734
|
} | {
|
|
4735
4735
|
options: {
|
|
4736
|
-
label: string;
|
|
4737
4736
|
value: string;
|
|
4737
|
+
label: string;
|
|
4738
4738
|
description?: string | undefined;
|
|
4739
4739
|
}[];
|
|
4740
4740
|
type: "radio_select";
|
|
@@ -4750,16 +4750,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4750
4750
|
text?: string | undefined;
|
|
4751
4751
|
card?: {
|
|
4752
4752
|
components: ({
|
|
4753
|
-
type: "fields";
|
|
4754
|
-
fields?: {
|
|
4755
|
-
label: string;
|
|
4756
|
-
value: string;
|
|
4757
|
-
}[] | undefined;
|
|
4758
|
-
items?: {
|
|
4759
|
-
label: string;
|
|
4760
|
-
value: string;
|
|
4761
|
-
}[] | undefined;
|
|
4762
|
-
} | {
|
|
4763
4753
|
type: "section";
|
|
4764
4754
|
text: string;
|
|
4765
4755
|
button?: {
|
|
@@ -4768,6 +4758,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4768
4758
|
text?: string | undefined;
|
|
4769
4759
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4770
4760
|
} | undefined;
|
|
4761
|
+
} | {
|
|
4762
|
+
type: "fields";
|
|
4763
|
+
fields?: {
|
|
4764
|
+
value: string;
|
|
4765
|
+
label: string;
|
|
4766
|
+
}[] | undefined;
|
|
4767
|
+
items?: {
|
|
4768
|
+
value: string;
|
|
4769
|
+
label: string;
|
|
4770
|
+
}[] | undefined;
|
|
4771
4771
|
} | {
|
|
4772
4772
|
type: "image";
|
|
4773
4773
|
url: string;
|
|
@@ -4783,8 +4783,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4783
4783
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4784
4784
|
} | {
|
|
4785
4785
|
options: {
|
|
4786
|
-
label: string;
|
|
4787
4786
|
value: string;
|
|
4787
|
+
label: string;
|
|
4788
4788
|
description?: string | undefined;
|
|
4789
4789
|
}[];
|
|
4790
4790
|
type: "select";
|
|
@@ -4793,8 +4793,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4793
4793
|
placeholder?: string | undefined;
|
|
4794
4794
|
} | {
|
|
4795
4795
|
options: {
|
|
4796
|
-
label: string;
|
|
4797
4796
|
value: string;
|
|
4797
|
+
label: string;
|
|
4798
4798
|
description?: string | undefined;
|
|
4799
4799
|
}[];
|
|
4800
4800
|
type: "radio_select";
|
|
@@ -4810,16 +4810,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4810
4810
|
text?: string | undefined;
|
|
4811
4811
|
card?: {
|
|
4812
4812
|
components: ({
|
|
4813
|
-
type: "fields";
|
|
4814
|
-
fields?: {
|
|
4815
|
-
label: string;
|
|
4816
|
-
value: string;
|
|
4817
|
-
}[] | undefined;
|
|
4818
|
-
items?: {
|
|
4819
|
-
label: string;
|
|
4820
|
-
value: string;
|
|
4821
|
-
}[] | undefined;
|
|
4822
|
-
} | {
|
|
4823
4813
|
type: "section";
|
|
4824
4814
|
text: string;
|
|
4825
4815
|
button?: {
|
|
@@ -4828,6 +4818,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4828
4818
|
text?: string | undefined;
|
|
4829
4819
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4830
4820
|
} | undefined;
|
|
4821
|
+
} | {
|
|
4822
|
+
type: "fields";
|
|
4823
|
+
fields?: {
|
|
4824
|
+
value: string;
|
|
4825
|
+
label: string;
|
|
4826
|
+
}[] | undefined;
|
|
4827
|
+
items?: {
|
|
4828
|
+
value: string;
|
|
4829
|
+
label: string;
|
|
4830
|
+
}[] | undefined;
|
|
4831
4831
|
} | {
|
|
4832
4832
|
type: "image";
|
|
4833
4833
|
url: string;
|
|
@@ -4843,8 +4843,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4843
4843
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4844
4844
|
} | {
|
|
4845
4845
|
options: {
|
|
4846
|
-
label: string;
|
|
4847
4846
|
value: string;
|
|
4847
|
+
label: string;
|
|
4848
4848
|
description?: string | undefined;
|
|
4849
4849
|
}[];
|
|
4850
4850
|
type: "select";
|
|
@@ -4853,8 +4853,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4853
4853
|
placeholder?: string | undefined;
|
|
4854
4854
|
} | {
|
|
4855
4855
|
options: {
|
|
4856
|
-
label: string;
|
|
4857
4856
|
value: string;
|
|
4857
|
+
label: string;
|
|
4858
4858
|
description?: string | undefined;
|
|
4859
4859
|
}[];
|
|
4860
4860
|
type: "radio_select";
|
|
@@ -4870,16 +4870,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4870
4870
|
text?: string | undefined;
|
|
4871
4871
|
card?: {
|
|
4872
4872
|
components: ({
|
|
4873
|
-
type: "fields";
|
|
4874
|
-
fields?: {
|
|
4875
|
-
label: string;
|
|
4876
|
-
value: string;
|
|
4877
|
-
}[] | undefined;
|
|
4878
|
-
items?: {
|
|
4879
|
-
label: string;
|
|
4880
|
-
value: string;
|
|
4881
|
-
}[] | undefined;
|
|
4882
|
-
} | {
|
|
4883
4873
|
type: "section";
|
|
4884
4874
|
text: string;
|
|
4885
4875
|
button?: {
|
|
@@ -4888,6 +4878,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4888
4878
|
text?: string | undefined;
|
|
4889
4879
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4890
4880
|
} | undefined;
|
|
4881
|
+
} | {
|
|
4882
|
+
type: "fields";
|
|
4883
|
+
fields?: {
|
|
4884
|
+
value: string;
|
|
4885
|
+
label: string;
|
|
4886
|
+
}[] | undefined;
|
|
4887
|
+
items?: {
|
|
4888
|
+
value: string;
|
|
4889
|
+
label: string;
|
|
4890
|
+
}[] | undefined;
|
|
4891
4891
|
} | {
|
|
4892
4892
|
type: "image";
|
|
4893
4893
|
url: string;
|
|
@@ -4903,8 +4903,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4903
4903
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4904
4904
|
} | {
|
|
4905
4905
|
options: {
|
|
4906
|
-
label: string;
|
|
4907
4906
|
value: string;
|
|
4907
|
+
label: string;
|
|
4908
4908
|
description?: string | undefined;
|
|
4909
4909
|
}[];
|
|
4910
4910
|
type: "select";
|
|
@@ -4913,8 +4913,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4913
4913
|
placeholder?: string | undefined;
|
|
4914
4914
|
} | {
|
|
4915
4915
|
options: {
|
|
4916
|
-
label: string;
|
|
4917
4916
|
value: string;
|
|
4917
|
+
label: string;
|
|
4918
4918
|
description?: string | undefined;
|
|
4919
4919
|
}[];
|
|
4920
4920
|
type: "radio_select";
|
|
@@ -4932,16 +4932,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4932
4932
|
text?: string | undefined;
|
|
4933
4933
|
card?: {
|
|
4934
4934
|
components: ({
|
|
4935
|
-
type: "fields";
|
|
4936
|
-
fields?: {
|
|
4937
|
-
label: string;
|
|
4938
|
-
value: string;
|
|
4939
|
-
}[] | undefined;
|
|
4940
|
-
items?: {
|
|
4941
|
-
label: string;
|
|
4942
|
-
value: string;
|
|
4943
|
-
}[] | undefined;
|
|
4944
|
-
} | {
|
|
4945
4935
|
type: "section";
|
|
4946
4936
|
text: string;
|
|
4947
4937
|
button?: {
|
|
@@ -4950,6 +4940,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4950
4940
|
text?: string | undefined;
|
|
4951
4941
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4952
4942
|
} | undefined;
|
|
4943
|
+
} | {
|
|
4944
|
+
type: "fields";
|
|
4945
|
+
fields?: {
|
|
4946
|
+
value: string;
|
|
4947
|
+
label: string;
|
|
4948
|
+
}[] | undefined;
|
|
4949
|
+
items?: {
|
|
4950
|
+
value: string;
|
|
4951
|
+
label: string;
|
|
4952
|
+
}[] | undefined;
|
|
4953
4953
|
} | {
|
|
4954
4954
|
type: "image";
|
|
4955
4955
|
url: string;
|
|
@@ -4965,8 +4965,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4965
4965
|
style?: "primary" | "danger" | "default" | undefined;
|
|
4966
4966
|
} | {
|
|
4967
4967
|
options: {
|
|
4968
|
-
label: string;
|
|
4969
4968
|
value: string;
|
|
4969
|
+
label: string;
|
|
4970
4970
|
description?: string | undefined;
|
|
4971
4971
|
}[];
|
|
4972
4972
|
type: "select";
|
|
@@ -4975,8 +4975,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4975
4975
|
placeholder?: string | undefined;
|
|
4976
4976
|
} | {
|
|
4977
4977
|
options: {
|
|
4978
|
-
label: string;
|
|
4979
4978
|
value: string;
|
|
4979
|
+
label: string;
|
|
4980
4980
|
description?: string | undefined;
|
|
4981
4981
|
}[];
|
|
4982
4982
|
type: "radio_select";
|
|
@@ -4995,16 +4995,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
4995
4995
|
text?: string | undefined;
|
|
4996
4996
|
card?: {
|
|
4997
4997
|
components: ({
|
|
4998
|
-
type: "fields";
|
|
4999
|
-
fields?: {
|
|
5000
|
-
label: string;
|
|
5001
|
-
value: string;
|
|
5002
|
-
}[] | undefined;
|
|
5003
|
-
items?: {
|
|
5004
|
-
label: string;
|
|
5005
|
-
value: string;
|
|
5006
|
-
}[] | undefined;
|
|
5007
|
-
} | {
|
|
5008
4998
|
type: "section";
|
|
5009
4999
|
text: string;
|
|
5010
5000
|
button?: {
|
|
@@ -5013,6 +5003,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5013
5003
|
text?: string | undefined;
|
|
5014
5004
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5015
5005
|
} | undefined;
|
|
5006
|
+
} | {
|
|
5007
|
+
type: "fields";
|
|
5008
|
+
fields?: {
|
|
5009
|
+
value: string;
|
|
5010
|
+
label: string;
|
|
5011
|
+
}[] | undefined;
|
|
5012
|
+
items?: {
|
|
5013
|
+
value: string;
|
|
5014
|
+
label: string;
|
|
5015
|
+
}[] | undefined;
|
|
5016
5016
|
} | {
|
|
5017
5017
|
type: "image";
|
|
5018
5018
|
url: string;
|
|
@@ -5028,8 +5028,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5028
5028
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5029
5029
|
} | {
|
|
5030
5030
|
options: {
|
|
5031
|
-
label: string;
|
|
5032
5031
|
value: string;
|
|
5032
|
+
label: string;
|
|
5033
5033
|
description?: string | undefined;
|
|
5034
5034
|
}[];
|
|
5035
5035
|
type: "select";
|
|
@@ -5038,8 +5038,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5038
5038
|
placeholder?: string | undefined;
|
|
5039
5039
|
} | {
|
|
5040
5040
|
options: {
|
|
5041
|
-
label: string;
|
|
5042
5041
|
value: string;
|
|
5042
|
+
label: string;
|
|
5043
5043
|
description?: string | undefined;
|
|
5044
5044
|
}[];
|
|
5045
5045
|
type: "radio_select";
|
|
@@ -5060,16 +5060,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5060
5060
|
text?: string | undefined;
|
|
5061
5061
|
card?: {
|
|
5062
5062
|
components: ({
|
|
5063
|
-
type: "fields";
|
|
5064
|
-
fields?: {
|
|
5065
|
-
label: string;
|
|
5066
|
-
value: string;
|
|
5067
|
-
}[] | undefined;
|
|
5068
|
-
items?: {
|
|
5069
|
-
label: string;
|
|
5070
|
-
value: string;
|
|
5071
|
-
}[] | undefined;
|
|
5072
|
-
} | {
|
|
5073
5063
|
type: "section";
|
|
5074
5064
|
text: string;
|
|
5075
5065
|
button?: {
|
|
@@ -5078,6 +5068,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5078
5068
|
text?: string | undefined;
|
|
5079
5069
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5080
5070
|
} | undefined;
|
|
5071
|
+
} | {
|
|
5072
|
+
type: "fields";
|
|
5073
|
+
fields?: {
|
|
5074
|
+
value: string;
|
|
5075
|
+
label: string;
|
|
5076
|
+
}[] | undefined;
|
|
5077
|
+
items?: {
|
|
5078
|
+
value: string;
|
|
5079
|
+
label: string;
|
|
5080
|
+
}[] | undefined;
|
|
5081
5081
|
} | {
|
|
5082
5082
|
type: "image";
|
|
5083
5083
|
url: string;
|
|
@@ -5093,8 +5093,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5093
5093
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5094
5094
|
} | {
|
|
5095
5095
|
options: {
|
|
5096
|
-
label: string;
|
|
5097
5096
|
value: string;
|
|
5097
|
+
label: string;
|
|
5098
5098
|
description?: string | undefined;
|
|
5099
5099
|
}[];
|
|
5100
5100
|
type: "select";
|
|
@@ -5103,8 +5103,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5103
5103
|
placeholder?: string | undefined;
|
|
5104
5104
|
} | {
|
|
5105
5105
|
options: {
|
|
5106
|
-
label: string;
|
|
5107
5106
|
value: string;
|
|
5107
|
+
label: string;
|
|
5108
5108
|
description?: string | undefined;
|
|
5109
5109
|
}[];
|
|
5110
5110
|
type: "radio_select";
|
|
@@ -5126,16 +5126,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5126
5126
|
text?: string | undefined;
|
|
5127
5127
|
card?: {
|
|
5128
5128
|
components: ({
|
|
5129
|
-
type: "fields";
|
|
5130
|
-
fields?: {
|
|
5131
|
-
label: string;
|
|
5132
|
-
value: string;
|
|
5133
|
-
}[] | undefined;
|
|
5134
|
-
items?: {
|
|
5135
|
-
label: string;
|
|
5136
|
-
value: string;
|
|
5137
|
-
}[] | undefined;
|
|
5138
|
-
} | {
|
|
5139
5129
|
type: "section";
|
|
5140
5130
|
text: string;
|
|
5141
5131
|
button?: {
|
|
@@ -5144,6 +5134,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5144
5134
|
text?: string | undefined;
|
|
5145
5135
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5146
5136
|
} | undefined;
|
|
5137
|
+
} | {
|
|
5138
|
+
type: "fields";
|
|
5139
|
+
fields?: {
|
|
5140
|
+
value: string;
|
|
5141
|
+
label: string;
|
|
5142
|
+
}[] | undefined;
|
|
5143
|
+
items?: {
|
|
5144
|
+
value: string;
|
|
5145
|
+
label: string;
|
|
5146
|
+
}[] | undefined;
|
|
5147
5147
|
} | {
|
|
5148
5148
|
type: "image";
|
|
5149
5149
|
url: string;
|
|
@@ -5159,8 +5159,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5159
5159
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5160
5160
|
} | {
|
|
5161
5161
|
options: {
|
|
5162
|
-
label: string;
|
|
5163
5162
|
value: string;
|
|
5163
|
+
label: string;
|
|
5164
5164
|
description?: string | undefined;
|
|
5165
5165
|
}[];
|
|
5166
5166
|
type: "select";
|
|
@@ -5169,8 +5169,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5169
5169
|
placeholder?: string | undefined;
|
|
5170
5170
|
} | {
|
|
5171
5171
|
options: {
|
|
5172
|
-
label: string;
|
|
5173
5172
|
value: string;
|
|
5173
|
+
label: string;
|
|
5174
5174
|
description?: string | undefined;
|
|
5175
5175
|
}[];
|
|
5176
5176
|
type: "radio_select";
|
|
@@ -5243,61 +5243,61 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5243
5243
|
label: z.ZodString;
|
|
5244
5244
|
value: z.ZodString;
|
|
5245
5245
|
}, "strict", z.ZodTypeAny, {
|
|
5246
|
-
label: string;
|
|
5247
5246
|
value: string;
|
|
5248
|
-
}, {
|
|
5249
5247
|
label: string;
|
|
5248
|
+
}, {
|
|
5250
5249
|
value: string;
|
|
5250
|
+
label: string;
|
|
5251
5251
|
}>, "many">>;
|
|
5252
5252
|
items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5253
5253
|
label: z.ZodString;
|
|
5254
5254
|
value: z.ZodString;
|
|
5255
5255
|
}, "strict", z.ZodTypeAny, {
|
|
5256
|
-
label: string;
|
|
5257
5256
|
value: string;
|
|
5258
|
-
}, {
|
|
5259
5257
|
label: string;
|
|
5258
|
+
}, {
|
|
5260
5259
|
value: string;
|
|
5260
|
+
label: string;
|
|
5261
5261
|
}>, "many">>;
|
|
5262
5262
|
}, "strict", z.ZodTypeAny, {
|
|
5263
5263
|
type: "fields";
|
|
5264
5264
|
fields?: {
|
|
5265
|
-
label: string;
|
|
5266
5265
|
value: string;
|
|
5266
|
+
label: string;
|
|
5267
5267
|
}[] | undefined;
|
|
5268
5268
|
items?: {
|
|
5269
|
-
label: string;
|
|
5270
5269
|
value: string;
|
|
5270
|
+
label: string;
|
|
5271
5271
|
}[] | undefined;
|
|
5272
5272
|
}, {
|
|
5273
5273
|
type: "fields";
|
|
5274
5274
|
fields?: {
|
|
5275
|
-
label: string;
|
|
5276
5275
|
value: string;
|
|
5276
|
+
label: string;
|
|
5277
5277
|
}[] | undefined;
|
|
5278
5278
|
items?: {
|
|
5279
|
-
label: string;
|
|
5280
5279
|
value: string;
|
|
5280
|
+
label: string;
|
|
5281
5281
|
}[] | undefined;
|
|
5282
5282
|
}>, {
|
|
5283
5283
|
type: "fields";
|
|
5284
5284
|
fields?: {
|
|
5285
|
-
label: string;
|
|
5286
5285
|
value: string;
|
|
5286
|
+
label: string;
|
|
5287
5287
|
}[] | undefined;
|
|
5288
5288
|
items?: {
|
|
5289
|
-
label: string;
|
|
5290
5289
|
value: string;
|
|
5290
|
+
label: string;
|
|
5291
5291
|
}[] | undefined;
|
|
5292
5292
|
}, {
|
|
5293
5293
|
type: "fields";
|
|
5294
5294
|
fields?: {
|
|
5295
|
-
label: string;
|
|
5296
5295
|
value: string;
|
|
5296
|
+
label: string;
|
|
5297
5297
|
}[] | undefined;
|
|
5298
5298
|
items?: {
|
|
5299
|
-
label: string;
|
|
5300
5299
|
value: string;
|
|
5300
|
+
label: string;
|
|
5301
5301
|
}[] | undefined;
|
|
5302
5302
|
}>, z.ZodObject<{
|
|
5303
5303
|
type: z.ZodLiteral<"image">;
|
|
@@ -5348,18 +5348,18 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5348
5348
|
value: z.ZodString;
|
|
5349
5349
|
description: z.ZodOptional<z.ZodString>;
|
|
5350
5350
|
}, "strict", z.ZodTypeAny, {
|
|
5351
|
-
label: string;
|
|
5352
5351
|
value: string;
|
|
5352
|
+
label: string;
|
|
5353
5353
|
description?: string | undefined;
|
|
5354
5354
|
}, {
|
|
5355
|
-
label: string;
|
|
5356
5355
|
value: string;
|
|
5356
|
+
label: string;
|
|
5357
5357
|
description?: string | undefined;
|
|
5358
5358
|
}>, "many">;
|
|
5359
5359
|
}, "strict", z.ZodTypeAny, {
|
|
5360
5360
|
options: {
|
|
5361
|
-
label: string;
|
|
5362
5361
|
value: string;
|
|
5362
|
+
label: string;
|
|
5363
5363
|
description?: string | undefined;
|
|
5364
5364
|
}[];
|
|
5365
5365
|
type: "select";
|
|
@@ -5368,8 +5368,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5368
5368
|
placeholder?: string | undefined;
|
|
5369
5369
|
}, {
|
|
5370
5370
|
options: {
|
|
5371
|
-
label: string;
|
|
5372
5371
|
value: string;
|
|
5372
|
+
label: string;
|
|
5373
5373
|
description?: string | undefined;
|
|
5374
5374
|
}[];
|
|
5375
5375
|
type: "select";
|
|
@@ -5386,18 +5386,18 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5386
5386
|
value: z.ZodString;
|
|
5387
5387
|
description: z.ZodOptional<z.ZodString>;
|
|
5388
5388
|
}, "strict", z.ZodTypeAny, {
|
|
5389
|
-
label: string;
|
|
5390
5389
|
value: string;
|
|
5390
|
+
label: string;
|
|
5391
5391
|
description?: string | undefined;
|
|
5392
5392
|
}, {
|
|
5393
|
-
label: string;
|
|
5394
5393
|
value: string;
|
|
5394
|
+
label: string;
|
|
5395
5395
|
description?: string | undefined;
|
|
5396
5396
|
}>, "many">;
|
|
5397
5397
|
}, "strict", z.ZodTypeAny, {
|
|
5398
5398
|
options: {
|
|
5399
|
-
label: string;
|
|
5400
5399
|
value: string;
|
|
5400
|
+
label: string;
|
|
5401
5401
|
description?: string | undefined;
|
|
5402
5402
|
}[];
|
|
5403
5403
|
type: "radio_select";
|
|
@@ -5406,8 +5406,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5406
5406
|
placeholder?: string | undefined;
|
|
5407
5407
|
}, {
|
|
5408
5408
|
options: {
|
|
5409
|
-
label: string;
|
|
5410
5409
|
value: string;
|
|
5410
|
+
label: string;
|
|
5411
5411
|
description?: string | undefined;
|
|
5412
5412
|
}[];
|
|
5413
5413
|
type: "radio_select";
|
|
@@ -5417,16 +5417,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5417
5417
|
}>]>, "many">;
|
|
5418
5418
|
}, "strict", z.ZodTypeAny, {
|
|
5419
5419
|
components: ({
|
|
5420
|
-
type: "fields";
|
|
5421
|
-
fields?: {
|
|
5422
|
-
label: string;
|
|
5423
|
-
value: string;
|
|
5424
|
-
}[] | undefined;
|
|
5425
|
-
items?: {
|
|
5426
|
-
label: string;
|
|
5427
|
-
value: string;
|
|
5428
|
-
}[] | undefined;
|
|
5429
|
-
} | {
|
|
5430
5420
|
type: "section";
|
|
5431
5421
|
text: string;
|
|
5432
5422
|
button?: {
|
|
@@ -5435,6 +5425,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5435
5425
|
text?: string | undefined;
|
|
5436
5426
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5437
5427
|
} | undefined;
|
|
5428
|
+
} | {
|
|
5429
|
+
type: "fields";
|
|
5430
|
+
fields?: {
|
|
5431
|
+
value: string;
|
|
5432
|
+
label: string;
|
|
5433
|
+
}[] | undefined;
|
|
5434
|
+
items?: {
|
|
5435
|
+
value: string;
|
|
5436
|
+
label: string;
|
|
5437
|
+
}[] | undefined;
|
|
5438
5438
|
} | {
|
|
5439
5439
|
type: "image";
|
|
5440
5440
|
url: string;
|
|
@@ -5450,8 +5450,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5450
5450
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5451
5451
|
} | {
|
|
5452
5452
|
options: {
|
|
5453
|
-
label: string;
|
|
5454
5453
|
value: string;
|
|
5454
|
+
label: string;
|
|
5455
5455
|
description?: string | undefined;
|
|
5456
5456
|
}[];
|
|
5457
5457
|
type: "select";
|
|
@@ -5460,8 +5460,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5460
5460
|
placeholder?: string | undefined;
|
|
5461
5461
|
} | {
|
|
5462
5462
|
options: {
|
|
5463
|
-
label: string;
|
|
5464
5463
|
value: string;
|
|
5464
|
+
label: string;
|
|
5465
5465
|
description?: string | undefined;
|
|
5466
5466
|
}[];
|
|
5467
5467
|
type: "radio_select";
|
|
@@ -5474,16 +5474,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5474
5474
|
title?: string | undefined;
|
|
5475
5475
|
}, {
|
|
5476
5476
|
components: ({
|
|
5477
|
-
type: "fields";
|
|
5478
|
-
fields?: {
|
|
5479
|
-
label: string;
|
|
5480
|
-
value: string;
|
|
5481
|
-
}[] | undefined;
|
|
5482
|
-
items?: {
|
|
5483
|
-
label: string;
|
|
5484
|
-
value: string;
|
|
5485
|
-
}[] | undefined;
|
|
5486
|
-
} | {
|
|
5487
5477
|
type: "section";
|
|
5488
5478
|
text: string;
|
|
5489
5479
|
button?: {
|
|
@@ -5492,6 +5482,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5492
5482
|
text?: string | undefined;
|
|
5493
5483
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5494
5484
|
} | undefined;
|
|
5485
|
+
} | {
|
|
5486
|
+
type: "fields";
|
|
5487
|
+
fields?: {
|
|
5488
|
+
value: string;
|
|
5489
|
+
label: string;
|
|
5490
|
+
}[] | undefined;
|
|
5491
|
+
items?: {
|
|
5492
|
+
value: string;
|
|
5493
|
+
label: string;
|
|
5494
|
+
}[] | undefined;
|
|
5495
5495
|
} | {
|
|
5496
5496
|
type: "image";
|
|
5497
5497
|
url: string;
|
|
@@ -5507,8 +5507,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5507
5507
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5508
5508
|
} | {
|
|
5509
5509
|
options: {
|
|
5510
|
-
label: string;
|
|
5511
5510
|
value: string;
|
|
5511
|
+
label: string;
|
|
5512
5512
|
description?: string | undefined;
|
|
5513
5513
|
}[];
|
|
5514
5514
|
type: "select";
|
|
@@ -5517,8 +5517,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5517
5517
|
placeholder?: string | undefined;
|
|
5518
5518
|
} | {
|
|
5519
5519
|
options: {
|
|
5520
|
-
label: string;
|
|
5521
5520
|
value: string;
|
|
5521
|
+
label: string;
|
|
5522
5522
|
description?: string | undefined;
|
|
5523
5523
|
}[];
|
|
5524
5524
|
type: "radio_select";
|
|
@@ -5534,16 +5534,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5534
5534
|
text?: string | undefined;
|
|
5535
5535
|
card?: {
|
|
5536
5536
|
components: ({
|
|
5537
|
-
type: "fields";
|
|
5538
|
-
fields?: {
|
|
5539
|
-
label: string;
|
|
5540
|
-
value: string;
|
|
5541
|
-
}[] | undefined;
|
|
5542
|
-
items?: {
|
|
5543
|
-
label: string;
|
|
5544
|
-
value: string;
|
|
5545
|
-
}[] | undefined;
|
|
5546
|
-
} | {
|
|
5547
5537
|
type: "section";
|
|
5548
5538
|
text: string;
|
|
5549
5539
|
button?: {
|
|
@@ -5552,6 +5542,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5552
5542
|
text?: string | undefined;
|
|
5553
5543
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5554
5544
|
} | undefined;
|
|
5545
|
+
} | {
|
|
5546
|
+
type: "fields";
|
|
5547
|
+
fields?: {
|
|
5548
|
+
value: string;
|
|
5549
|
+
label: string;
|
|
5550
|
+
}[] | undefined;
|
|
5551
|
+
items?: {
|
|
5552
|
+
value: string;
|
|
5553
|
+
label: string;
|
|
5554
|
+
}[] | undefined;
|
|
5555
5555
|
} | {
|
|
5556
5556
|
type: "image";
|
|
5557
5557
|
url: string;
|
|
@@ -5567,8 +5567,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5567
5567
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5568
5568
|
} | {
|
|
5569
5569
|
options: {
|
|
5570
|
-
label: string;
|
|
5571
5570
|
value: string;
|
|
5571
|
+
label: string;
|
|
5572
5572
|
description?: string | undefined;
|
|
5573
5573
|
}[];
|
|
5574
5574
|
type: "select";
|
|
@@ -5577,8 +5577,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5577
5577
|
placeholder?: string | undefined;
|
|
5578
5578
|
} | {
|
|
5579
5579
|
options: {
|
|
5580
|
-
label: string;
|
|
5581
5580
|
value: string;
|
|
5581
|
+
label: string;
|
|
5582
5582
|
description?: string | undefined;
|
|
5583
5583
|
}[];
|
|
5584
5584
|
type: "radio_select";
|
|
@@ -5594,16 +5594,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5594
5594
|
text?: string | undefined;
|
|
5595
5595
|
card?: {
|
|
5596
5596
|
components: ({
|
|
5597
|
-
type: "fields";
|
|
5598
|
-
fields?: {
|
|
5599
|
-
label: string;
|
|
5600
|
-
value: string;
|
|
5601
|
-
}[] | undefined;
|
|
5602
|
-
items?: {
|
|
5603
|
-
label: string;
|
|
5604
|
-
value: string;
|
|
5605
|
-
}[] | undefined;
|
|
5606
|
-
} | {
|
|
5607
5597
|
type: "section";
|
|
5608
5598
|
text: string;
|
|
5609
5599
|
button?: {
|
|
@@ -5612,6 +5602,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5612
5602
|
text?: string | undefined;
|
|
5613
5603
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5614
5604
|
} | undefined;
|
|
5605
|
+
} | {
|
|
5606
|
+
type: "fields";
|
|
5607
|
+
fields?: {
|
|
5608
|
+
value: string;
|
|
5609
|
+
label: string;
|
|
5610
|
+
}[] | undefined;
|
|
5611
|
+
items?: {
|
|
5612
|
+
value: string;
|
|
5613
|
+
label: string;
|
|
5614
|
+
}[] | undefined;
|
|
5615
5615
|
} | {
|
|
5616
5616
|
type: "image";
|
|
5617
5617
|
url: string;
|
|
@@ -5627,8 +5627,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5627
5627
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5628
5628
|
} | {
|
|
5629
5629
|
options: {
|
|
5630
|
-
label: string;
|
|
5631
5630
|
value: string;
|
|
5631
|
+
label: string;
|
|
5632
5632
|
description?: string | undefined;
|
|
5633
5633
|
}[];
|
|
5634
5634
|
type: "select";
|
|
@@ -5637,8 +5637,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5637
5637
|
placeholder?: string | undefined;
|
|
5638
5638
|
} | {
|
|
5639
5639
|
options: {
|
|
5640
|
-
label: string;
|
|
5641
5640
|
value: string;
|
|
5641
|
+
label: string;
|
|
5642
5642
|
description?: string | undefined;
|
|
5643
5643
|
}[];
|
|
5644
5644
|
type: "radio_select";
|
|
@@ -5654,16 +5654,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5654
5654
|
text?: string | undefined;
|
|
5655
5655
|
card?: {
|
|
5656
5656
|
components: ({
|
|
5657
|
-
type: "fields";
|
|
5658
|
-
fields?: {
|
|
5659
|
-
label: string;
|
|
5660
|
-
value: string;
|
|
5661
|
-
}[] | undefined;
|
|
5662
|
-
items?: {
|
|
5663
|
-
label: string;
|
|
5664
|
-
value: string;
|
|
5665
|
-
}[] | undefined;
|
|
5666
|
-
} | {
|
|
5667
5657
|
type: "section";
|
|
5668
5658
|
text: string;
|
|
5669
5659
|
button?: {
|
|
@@ -5672,6 +5662,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5672
5662
|
text?: string | undefined;
|
|
5673
5663
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5674
5664
|
} | undefined;
|
|
5665
|
+
} | {
|
|
5666
|
+
type: "fields";
|
|
5667
|
+
fields?: {
|
|
5668
|
+
value: string;
|
|
5669
|
+
label: string;
|
|
5670
|
+
}[] | undefined;
|
|
5671
|
+
items?: {
|
|
5672
|
+
value: string;
|
|
5673
|
+
label: string;
|
|
5674
|
+
}[] | undefined;
|
|
5675
5675
|
} | {
|
|
5676
5676
|
type: "image";
|
|
5677
5677
|
url: string;
|
|
@@ -5687,8 +5687,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5687
5687
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5688
5688
|
} | {
|
|
5689
5689
|
options: {
|
|
5690
|
-
label: string;
|
|
5691
5690
|
value: string;
|
|
5691
|
+
label: string;
|
|
5692
5692
|
description?: string | undefined;
|
|
5693
5693
|
}[];
|
|
5694
5694
|
type: "select";
|
|
@@ -5697,8 +5697,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5697
5697
|
placeholder?: string | undefined;
|
|
5698
5698
|
} | {
|
|
5699
5699
|
options: {
|
|
5700
|
-
label: string;
|
|
5701
5700
|
value: string;
|
|
5701
|
+
label: string;
|
|
5702
5702
|
description?: string | undefined;
|
|
5703
5703
|
}[];
|
|
5704
5704
|
type: "radio_select";
|
|
@@ -5714,16 +5714,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5714
5714
|
text?: string | undefined;
|
|
5715
5715
|
card?: {
|
|
5716
5716
|
components: ({
|
|
5717
|
-
type: "fields";
|
|
5718
|
-
fields?: {
|
|
5719
|
-
label: string;
|
|
5720
|
-
value: string;
|
|
5721
|
-
}[] | undefined;
|
|
5722
|
-
items?: {
|
|
5723
|
-
label: string;
|
|
5724
|
-
value: string;
|
|
5725
|
-
}[] | undefined;
|
|
5726
|
-
} | {
|
|
5727
5717
|
type: "section";
|
|
5728
5718
|
text: string;
|
|
5729
5719
|
button?: {
|
|
@@ -5732,6 +5722,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5732
5722
|
text?: string | undefined;
|
|
5733
5723
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5734
5724
|
} | undefined;
|
|
5725
|
+
} | {
|
|
5726
|
+
type: "fields";
|
|
5727
|
+
fields?: {
|
|
5728
|
+
value: string;
|
|
5729
|
+
label: string;
|
|
5730
|
+
}[] | undefined;
|
|
5731
|
+
items?: {
|
|
5732
|
+
value: string;
|
|
5733
|
+
label: string;
|
|
5734
|
+
}[] | undefined;
|
|
5735
5735
|
} | {
|
|
5736
5736
|
type: "image";
|
|
5737
5737
|
url: string;
|
|
@@ -5747,8 +5747,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5747
5747
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5748
5748
|
} | {
|
|
5749
5749
|
options: {
|
|
5750
|
-
label: string;
|
|
5751
5750
|
value: string;
|
|
5751
|
+
label: string;
|
|
5752
5752
|
description?: string | undefined;
|
|
5753
5753
|
}[];
|
|
5754
5754
|
type: "select";
|
|
@@ -5757,8 +5757,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5757
5757
|
placeholder?: string | undefined;
|
|
5758
5758
|
} | {
|
|
5759
5759
|
options: {
|
|
5760
|
-
label: string;
|
|
5761
5760
|
value: string;
|
|
5761
|
+
label: string;
|
|
5762
5762
|
description?: string | undefined;
|
|
5763
5763
|
}[];
|
|
5764
5764
|
type: "radio_select";
|
|
@@ -5776,16 +5776,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5776
5776
|
text?: string | undefined;
|
|
5777
5777
|
card?: {
|
|
5778
5778
|
components: ({
|
|
5779
|
-
type: "fields";
|
|
5780
|
-
fields?: {
|
|
5781
|
-
label: string;
|
|
5782
|
-
value: string;
|
|
5783
|
-
}[] | undefined;
|
|
5784
|
-
items?: {
|
|
5785
|
-
label: string;
|
|
5786
|
-
value: string;
|
|
5787
|
-
}[] | undefined;
|
|
5788
|
-
} | {
|
|
5789
5779
|
type: "section";
|
|
5790
5780
|
text: string;
|
|
5791
5781
|
button?: {
|
|
@@ -5794,6 +5784,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5794
5784
|
text?: string | undefined;
|
|
5795
5785
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5796
5786
|
} | undefined;
|
|
5787
|
+
} | {
|
|
5788
|
+
type: "fields";
|
|
5789
|
+
fields?: {
|
|
5790
|
+
value: string;
|
|
5791
|
+
label: string;
|
|
5792
|
+
}[] | undefined;
|
|
5793
|
+
items?: {
|
|
5794
|
+
value: string;
|
|
5795
|
+
label: string;
|
|
5796
|
+
}[] | undefined;
|
|
5797
5797
|
} | {
|
|
5798
5798
|
type: "image";
|
|
5799
5799
|
url: string;
|
|
@@ -5809,8 +5809,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5809
5809
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5810
5810
|
} | {
|
|
5811
5811
|
options: {
|
|
5812
|
-
label: string;
|
|
5813
5812
|
value: string;
|
|
5813
|
+
label: string;
|
|
5814
5814
|
description?: string | undefined;
|
|
5815
5815
|
}[];
|
|
5816
5816
|
type: "select";
|
|
@@ -5819,8 +5819,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5819
5819
|
placeholder?: string | undefined;
|
|
5820
5820
|
} | {
|
|
5821
5821
|
options: {
|
|
5822
|
-
label: string;
|
|
5823
5822
|
value: string;
|
|
5823
|
+
label: string;
|
|
5824
5824
|
description?: string | undefined;
|
|
5825
5825
|
}[];
|
|
5826
5826
|
type: "radio_select";
|
|
@@ -5839,16 +5839,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5839
5839
|
text?: string | undefined;
|
|
5840
5840
|
card?: {
|
|
5841
5841
|
components: ({
|
|
5842
|
-
type: "fields";
|
|
5843
|
-
fields?: {
|
|
5844
|
-
label: string;
|
|
5845
|
-
value: string;
|
|
5846
|
-
}[] | undefined;
|
|
5847
|
-
items?: {
|
|
5848
|
-
label: string;
|
|
5849
|
-
value: string;
|
|
5850
|
-
}[] | undefined;
|
|
5851
|
-
} | {
|
|
5852
5842
|
type: "section";
|
|
5853
5843
|
text: string;
|
|
5854
5844
|
button?: {
|
|
@@ -5857,6 +5847,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5857
5847
|
text?: string | undefined;
|
|
5858
5848
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5859
5849
|
} | undefined;
|
|
5850
|
+
} | {
|
|
5851
|
+
type: "fields";
|
|
5852
|
+
fields?: {
|
|
5853
|
+
value: string;
|
|
5854
|
+
label: string;
|
|
5855
|
+
}[] | undefined;
|
|
5856
|
+
items?: {
|
|
5857
|
+
value: string;
|
|
5858
|
+
label: string;
|
|
5859
|
+
}[] | undefined;
|
|
5860
5860
|
} | {
|
|
5861
5861
|
type: "image";
|
|
5862
5862
|
url: string;
|
|
@@ -5872,8 +5872,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5872
5872
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5873
5873
|
} | {
|
|
5874
5874
|
options: {
|
|
5875
|
-
label: string;
|
|
5876
5875
|
value: string;
|
|
5876
|
+
label: string;
|
|
5877
5877
|
description?: string | undefined;
|
|
5878
5878
|
}[];
|
|
5879
5879
|
type: "select";
|
|
@@ -5882,8 +5882,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5882
5882
|
placeholder?: string | undefined;
|
|
5883
5883
|
} | {
|
|
5884
5884
|
options: {
|
|
5885
|
-
label: string;
|
|
5886
5885
|
value: string;
|
|
5886
|
+
label: string;
|
|
5887
5887
|
description?: string | undefined;
|
|
5888
5888
|
}[];
|
|
5889
5889
|
type: "radio_select";
|
|
@@ -5904,16 +5904,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5904
5904
|
text?: string | undefined;
|
|
5905
5905
|
card?: {
|
|
5906
5906
|
components: ({
|
|
5907
|
-
type: "fields";
|
|
5908
|
-
fields?: {
|
|
5909
|
-
label: string;
|
|
5910
|
-
value: string;
|
|
5911
|
-
}[] | undefined;
|
|
5912
|
-
items?: {
|
|
5913
|
-
label: string;
|
|
5914
|
-
value: string;
|
|
5915
|
-
}[] | undefined;
|
|
5916
|
-
} | {
|
|
5917
5907
|
type: "section";
|
|
5918
5908
|
text: string;
|
|
5919
5909
|
button?: {
|
|
@@ -5922,6 +5912,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5922
5912
|
text?: string | undefined;
|
|
5923
5913
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5924
5914
|
} | undefined;
|
|
5915
|
+
} | {
|
|
5916
|
+
type: "fields";
|
|
5917
|
+
fields?: {
|
|
5918
|
+
value: string;
|
|
5919
|
+
label: string;
|
|
5920
|
+
}[] | undefined;
|
|
5921
|
+
items?: {
|
|
5922
|
+
value: string;
|
|
5923
|
+
label: string;
|
|
5924
|
+
}[] | undefined;
|
|
5925
5925
|
} | {
|
|
5926
5926
|
type: "image";
|
|
5927
5927
|
url: string;
|
|
@@ -5937,8 +5937,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5937
5937
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5938
5938
|
} | {
|
|
5939
5939
|
options: {
|
|
5940
|
-
label: string;
|
|
5941
5940
|
value: string;
|
|
5941
|
+
label: string;
|
|
5942
5942
|
description?: string | undefined;
|
|
5943
5943
|
}[];
|
|
5944
5944
|
type: "select";
|
|
@@ -5947,8 +5947,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5947
5947
|
placeholder?: string | undefined;
|
|
5948
5948
|
} | {
|
|
5949
5949
|
options: {
|
|
5950
|
-
label: string;
|
|
5951
5950
|
value: string;
|
|
5951
|
+
label: string;
|
|
5952
5952
|
description?: string | undefined;
|
|
5953
5953
|
}[];
|
|
5954
5954
|
type: "radio_select";
|
|
@@ -5970,16 +5970,6 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5970
5970
|
text?: string | undefined;
|
|
5971
5971
|
card?: {
|
|
5972
5972
|
components: ({
|
|
5973
|
-
type: "fields";
|
|
5974
|
-
fields?: {
|
|
5975
|
-
label: string;
|
|
5976
|
-
value: string;
|
|
5977
|
-
}[] | undefined;
|
|
5978
|
-
items?: {
|
|
5979
|
-
label: string;
|
|
5980
|
-
value: string;
|
|
5981
|
-
}[] | undefined;
|
|
5982
|
-
} | {
|
|
5983
5973
|
type: "section";
|
|
5984
5974
|
text: string;
|
|
5985
5975
|
button?: {
|
|
@@ -5988,6 +5978,16 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
5988
5978
|
text?: string | undefined;
|
|
5989
5979
|
style?: "primary" | "danger" | "default" | undefined;
|
|
5990
5980
|
} | undefined;
|
|
5981
|
+
} | {
|
|
5982
|
+
type: "fields";
|
|
5983
|
+
fields?: {
|
|
5984
|
+
value: string;
|
|
5985
|
+
label: string;
|
|
5986
|
+
}[] | undefined;
|
|
5987
|
+
items?: {
|
|
5988
|
+
value: string;
|
|
5989
|
+
label: string;
|
|
5990
|
+
}[] | undefined;
|
|
5991
5991
|
} | {
|
|
5992
5992
|
type: "image";
|
|
5993
5993
|
url: string;
|
|
@@ -6003,8 +6003,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
6003
6003
|
style?: "primary" | "danger" | "default" | undefined;
|
|
6004
6004
|
} | {
|
|
6005
6005
|
options: {
|
|
6006
|
-
label: string;
|
|
6007
6006
|
value: string;
|
|
6007
|
+
label: string;
|
|
6008
6008
|
description?: string | undefined;
|
|
6009
6009
|
}[];
|
|
6010
6010
|
type: "select";
|
|
@@ -6013,8 +6013,8 @@ export declare const DEFAULT_INTEGRATION_ACTION_TOOL_DEFINITIONS: ({
|
|
|
6013
6013
|
placeholder?: string | undefined;
|
|
6014
6014
|
} | {
|
|
6015
6015
|
options: {
|
|
6016
|
-
label: string;
|
|
6017
6016
|
value: string;
|
|
6017
|
+
label: string;
|
|
6018
6018
|
description?: string | undefined;
|
|
6019
6019
|
}[];
|
|
6020
6020
|
type: "radio_select";
|