mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Allow filtering executions and users by project in Public API (#10250)
This commit is contained in:
@@ -306,7 +306,7 @@ export declare namespace UserRequest {
|
||||
{ id: string; email: string; identifier: string },
|
||||
{},
|
||||
{},
|
||||
{ limit?: number; offset?: number; cursor?: string; includeRole?: boolean }
|
||||
{ limit?: number; offset?: number; cursor?: string; includeRole?: boolean; projectId?: string }
|
||||
>;
|
||||
|
||||
export type PasswordResetLink = AuthenticatedRequest<{ id: string }, {}, {}, {}>;
|
||||
|
||||
Reference in New Issue
Block a user