IAV-959/feat: Add integration existence check, type-based retrieval, and credential instance deletion endpoints
🎯 Overview
This MR extends the URL path builders for both Orchestration Service and N8N Core Service with new endpoint support for integration management and credential operations.
🔧 Changes Made
OrchestrationServicePath
-
✨ New:buildCheckIntegrationExistsUrl- Enables checking if an integration exists for a specific agent and credential type -
✨ New:buildGetIntegrationByAgentUidAndCredentialTypeUrl- Allows fetching integration details by agent UID and credential type
N8nCoreServicePath
-
✨ New:buildDeleteCredentialInstanceUrl- Supports deletion of credential instances by UID
Related Issues
Closes IAV-959