chore: Deprecate Zep nodes (#18061)

Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
Daniel Chalef
2025-08-14 01:10:18 -07:00
committed by GitHub
parent eae9493f49
commit 2b992588dd
6 changed files with 33 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ export class ZepApi implements ICredentialType {
documentationUrl = 'zep';
properties: INodeProperties[] = [
{
displayName: 'This Zep integration is deprecated and will be removed in a future version.',
name: 'deprecationNotice',
type: 'notice',
default: '',
},
{
displayName: 'API Key',
name: 'apiKey',