mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor: Add dto for /credentials/new endpoint (#13307)
This commit is contained in:
@@ -161,8 +161,6 @@ export declare namespace CredentialRequest {
|
||||
|
||||
type Update = AuthenticatedRequest<{ credentialId: string }, {}, CredentialProperties>;
|
||||
|
||||
type NewName = AuthenticatedRequest<{}, {}, {}, { name?: string }>;
|
||||
|
||||
type Test = AuthenticatedRequest<{}, {}, INodeCredentialTestRequest>;
|
||||
|
||||
type Share = AuthenticatedRequest<{ credentialId: string }, {}, { shareWithIds: string[] }>;
|
||||
|
||||
Reference in New Issue
Block a user