suspend fun addComponentVersionToProject(authorizationContext: GropiusAuthorizationContext, input: AddComponentVersionToProjectInput): Pair<Project, ComponentVersion>
Adds a ComponentVersion to a Project Checks the authorization status
Return
the updated Project and the added ComponentVersion
Parameters
authorizationContext
used to check for the required permission
input
defines which ComponentVersion to add to which Project