mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Add endpoint to create free AI credits (#12362)
This commit is contained in:
@@ -142,6 +142,7 @@ export declare namespace CredentialRequest {
|
||||
type: string;
|
||||
data: ICredentialDataDecryptedObject;
|
||||
projectId?: string;
|
||||
isManaged?: boolean;
|
||||
}>;
|
||||
|
||||
type Create = AuthenticatedRequest<{}, {}, CredentialProperties>;
|
||||
|
||||
Reference in New Issue
Block a user