mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Community Nodes in the Nodes Panel (#13923)
Co-authored-by: Dana Lee <dana@n8n.io> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -217,7 +217,7 @@ export declare namespace AnnotationTagsRequest {
|
||||
export declare namespace NodeRequest {
|
||||
type GetAll = AuthenticatedRequest;
|
||||
|
||||
type Post = AuthenticatedRequest<{}, {}, { name?: string }>;
|
||||
type Post = AuthenticatedRequest<{}, {}, { name?: string; verify?: boolean; version?: string }>;
|
||||
|
||||
type Delete = AuthenticatedRequest<{}, {}, {}, { name: string }>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user