- npm updates

- add references to the frontend
This commit is contained in:
Arno Kaimbacher 2023-04-20 11:42:09 +02:00
parent eb6476dfcb
commit c0a758dbc2
5 changed files with 753 additions and 9122 deletions

View file

@ -96,6 +96,7 @@ export class DbDataset {
public user: Person,
public subjects: Array<Subject>,
public licenses: Array<License>,
public references: Array<Reference>,
public files: Array<DbFile>,
private coverage?: Coverage,
public project?: Project,
@ -351,6 +352,15 @@ export interface License {
sort_order: number;
}
export interface Reference {
id: number;
document_id: number;
type: string;
relation: string;
value: string;
label: string;
}
export interface Project {
id: number;
label: string; // "ALLG_FACHLICH"