feat(api): add project-related API endpoints
Add API functions for project invitations and join operations.
This commit is contained in:
parent
110945e438
commit
b737d19166
@ -48,11 +48,19 @@ export const {
|
|||||||
projectRemoveMember,
|
projectRemoveMember,
|
||||||
projectInvitations,
|
projectInvitations,
|
||||||
projectInviteUser,
|
projectInviteUser,
|
||||||
|
projectMyInvitations,
|
||||||
|
projectAcceptInvitation,
|
||||||
|
projectRejectInvitation,
|
||||||
projectCancelInvitation,
|
projectCancelInvitation,
|
||||||
projectJoinSettings,
|
projectJoinSettings,
|
||||||
projectUpdateJoinSettings,
|
projectUpdateJoinSettings,
|
||||||
projectJoinRequests,
|
projectJoinRequests,
|
||||||
|
projectMyJoinRequests,
|
||||||
|
projectSubmitJoinRequest,
|
||||||
|
projectCancelJoinRequest,
|
||||||
projectProcessJoinRequest,
|
projectProcessJoinRequest,
|
||||||
|
projectJoinAnswers,
|
||||||
|
projectSubmitJoinAnswers,
|
||||||
projectRolePriorities,
|
projectRolePriorities,
|
||||||
projectUpsertRolePriority,
|
projectUpsertRolePriority,
|
||||||
projectDeleteRolePriority,
|
projectDeleteRolePriority,
|
||||||
@ -156,6 +164,8 @@ export const {
|
|||||||
categoryList,
|
categoryList,
|
||||||
categoryCreate,
|
categoryCreate,
|
||||||
participantList,
|
participantList,
|
||||||
|
pinAdd,
|
||||||
|
pinRemove,
|
||||||
pinList,
|
pinList,
|
||||||
threadList,
|
threadList,
|
||||||
threadCreate,
|
threadCreate,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user