1
0

add modal, refine table,refactor, fix lint

This commit is contained in:
FrancescoMolinaro
2024-01-05 12:54:35 +01:00
parent c434c06b04
commit 6254efa084
14 changed files with 188 additions and 143 deletions

View File

@@ -26,11 +26,35 @@ export class AdminNotifyMessage extends DSpaceObject {
@autoserialize
coarNotifyType: string;
/**
* The type of the activity
*/
@autoserialize
activityStreamType: string;
/**
* The object the message reply to
*/
@autoserialize
inReplyTo: string;
/**
* The attempts of the queue
*/
@autoserialize
queueAttempts: number;
/**
* Timestamp of the last queue attempt
*/
@autoserialize
queueLastStartTime: string;
/**
* The type of the activity stream
*/
@autoserialize
source: number;
origin: number;
/**
* The type of the activity stream
@@ -56,11 +80,6 @@ export class AdminNotifyMessage extends DSpaceObject {
@autoserialize
queueStatus: number;
/**
* The status of the queue
*/
@autoserialize
indexableObject: AdminNotifyMessage;
@deserialize
_links: {