Skip to content

Commit

Permalink
feat: Adding Notification enums
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhb committed Jun 25, 2024
1 parent c5b3174 commit 2f1e769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socious/data",
"version": "1.0.87",
"version": "1.0.88",
"description": "Data definitions for Socious API",
"type": "module",
"main": "./src/index.js",
Expand Down
5 changes: 5 additions & 0 deletions src/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ export const NotificationType = {
DISPUTE_NEW_RESPONSE: 'DISPUTE_NEW_RESPONSE',
DISPUTE_WITHDRAWN: 'DISPUTE_WITHDRAWN',
DISPUTE_JUROR_CONTRIBUTION_INVITED: 'DISPUTE_JUROR_CONTRIBUTION_INVITED',
DISPUTE_JUROR_SELECTION_COMPLETED_TO_JURORS:
'DISPUTE_JUROR_SELECTION_COMPLETED_TO_JURORS',
DISPUTE_JUROR_SELECTION_COMPLETED_TO_PARTIES:
'DISPUTE_JUROR_SELECTION_COMPLETED_TO_PARTIES',
DISPUTE_CLOSED_TO_LOSER_PARTY: 'DISPUTE_CLOSED_TO_LOSER_PARTY',
};

export const NotificationTitle = {
Expand Down

0 comments on commit 2f1e769

Please sign in to comment.