forked from geolba/tethys.frontend
- npm updates
- add references to the frontend
This commit is contained in:
parent
eb6476dfcb
commit
c0a758dbc2
5 changed files with 753 additions and 9122 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue