Skip to content

Commit

Permalink
search applicants type
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyem committed May 13, 2024
1 parent 83f86f1 commit 48996e8
Show file tree
Hide file tree
Showing 2 changed files with 2 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.80",
"version": "1.0.81",
"description": "Data definitions for Socious API",
"type": "module",
"main": "./src/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export const SearchType = {
PROJECTS: 'projects',
CHATS: 'chats',
ORGANIZATIONS: 'organizations',
APPLICANTS: 'applicants'
};

export const MediaContentType = {
Expand Down

0 comments on commit 48996e8

Please sign in to comment.