Skip to content

Commit

Permalink
Add SHARING_STOPPED as possible event type
Browse files Browse the repository at this point in the history
  • Loading branch information
draperunner committed Oct 16, 2023
1 parent d733e46 commit 4b4333f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package no.digipost.api.datatypes.types.share;

public enum ShareDocumentsRequestEventType {
FILES_SHARED
FILES_SHARED,
SHARING_STOPPED
}

0 comments on commit 4b4333f

Please sign in to comment.