mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor: Move api-keys endpoints to their own controller (#11000)
This commit is contained in:
@@ -180,13 +180,20 @@ export declare namespace CredentialRequest {
|
||||
>;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
// /api-keys
|
||||
// ----------------------------------
|
||||
|
||||
export declare namespace ApiKeysRequest {
|
||||
export type DeleteAPIKey = AuthenticatedRequest<{ id: string }>;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
// /me
|
||||
// ----------------------------------
|
||||
|
||||
export declare namespace MeRequest {
|
||||
export type SurveyAnswers = AuthenticatedRequest<{}, {}, IPersonalizationSurveyAnswersV4>;
|
||||
export type DeleteAPIKey = AuthenticatedRequest<{ id: string }>;
|
||||
}
|
||||
|
||||
export interface UserSetupPayload {
|
||||
|
||||
Reference in New Issue
Block a user