PrivateAPI: Rename HistoryEntryCreationDto to HistoryEntryImportDto

As the DTO is used to import a whole list of history entries rather than creating a single history entry (there is no way of doing that at the moment)

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-04-10 23:26:58 +02:00 committed by David Mehren
parent fa724c2603
commit 1154894876
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
import { IsString } from 'class-validator';
export class HistoryEntryCreationDto {
export class HistoryEntryImportDto {
/**
* ID or Alias of the note
*/