refactor(RabbitMQ Trigger Node): Improve type-safety, add tests, and fix issues with manual triggers (#10663)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-05 08:11:38 +02:00
committed by GitHub
parent a5a92ec8b1
commit e50f0e6a4e
6 changed files with 470 additions and 215 deletions

View File

@@ -1,4 +1,4 @@
import type { ICredentialType, IDisplayOptions, INodeProperties } from 'n8n-workflow';
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export class RabbitMQ implements ICredentialType {
name = 'rabbitmq';
@@ -90,7 +90,7 @@ export class RabbitMQ implements ICredentialType {
ssl: [true],
passwordless: [true],
},
} as IDisplayOptions,
},
default: '',
description: 'SSL Client Certificate to use',
},