Support creatorName as parameter within the author list when minting a DOI
Currently, the method that allows to mint DOI gets a list of authors composed by name and surname.
When a dataset is ingested and a DOI needs to be created we would like to also give the full creatorName. Example:
<creator>
<creatorName nameType="Personal">Miller, Elizabeth</creatorName>
</creator>
Besides the minter user can mint DOI so they can be used by the ingesters.
Edited by Alejandro De Maria Antolinos