(ctx context.Context, id, roleID string)
| 285 | DeleteOrganizationInvite(ctx context.Context, id string) error |
| 286 | CountInvitesForOrganization(ctx context.Context, orgID string) (int, error) |
| 287 | UpdateOrganizationInviteRole(ctx context.Context, id, roleID string) error |
| 288 | |
| 289 | FindProjectInvites(ctx context.Context, projectID, afterEmail string, limit int) ([]*ProjectInviteWithRole, error) |
| 290 | FindProjectInvitesByEmail(ctx context.Context, userEmail string) ([]*ProjectInvite, error) |
no outgoing calls
no test coverage detected