private suspend fun validateComponentVersion(componentVersion: ComponentVersion, endInterfaceSpecificationVersions: Set<InterfaceSpecificationVersion>? = null)

Validates InterfaceDefinitions on componentVersion Removes / updates those if InterfaceSpecificationVersions are no longer derived Performs a graph update

Parameters

componentVersion

hosting InterfaceDefinitions to validate

endInterfaceSpecificationVersions

used to identify InterfaceDefinition to validate, if not provided all are validated