diff --git a/pom.xml b/pom.xml index 0b264a7..790972c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.gcube.common storagehub-model - 1.0.5 + 1.0.7 storagehub-model diff --git a/src/main/java/org/gcube/common/storagehub/model/types/ItemAction.java b/src/main/java/org/gcube/common/storagehub/model/types/ItemAction.java index 22082a6..a8d5310 100644 --- a/src/main/java/org/gcube/common/storagehub/model/types/ItemAction.java +++ b/src/main/java/org/gcube/common/storagehub/model/types/ItemAction.java @@ -31,6 +31,11 @@ public enum ItemAction { /** * The item has been updates. */ - UPDATED; + UPDATED, + + /** + * The item has been restored from trash. + */ + RESTORED; }