cal.pub0.org/packages/trpc/server/routers/viewer/teams
Shane Maglangit 10f965570b
feat: Add copy invite link (#8355)
* feat: Add shared invite link

* refactor: Rename Invite to Team Invite model

* feat: add admin check for team invite link procedures

* Replace TeamInvite with VerificationToken

* Add team invite null checks

* Migrates tRPC procedures to new format

* Type fixes

* Update common.json

---------

Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-06-06 23:34:14 +00:00
..
_router.tsx feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
acceptOrLeave.handler.ts
acceptOrLeave.schema.ts
changeMemberRole.handler.ts
changeMemberRole.schema.ts
create.handler.ts
create.schema.ts
createInvite.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
createInvite.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
delete.handler.ts
delete.schema.ts
deleteInvite.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
deleteInvite.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
get.handler.ts
get.schema.ts
getMemberAvailability.handler.ts
getMemberAvailability.schema.ts
getMembershipbyUser.handler.ts
getMembershipbyUser.schema.ts
getUpgradeable.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
getUpgradeable.schema.ts
hasTeamPlan.handler.ts
hasTeamPlan.schema.ts
inviteMember.handler.ts [Feat] Bulk Invite of Users + Google Workspace (#8969) 2023-05-24 01:01:31 +00:00
inviteMember.schema.ts [Feat] Bulk Invite of Users + Google Workspace (#8969) 2023-05-24 01:01:31 +00:00
inviteMemberByToken.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
inviteMemberByToken.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
list.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
list.schema.ts
listInvites.handler.ts
listInvites.schema.ts
listMembers.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
listMembers.schema.ts
publish.handler.ts Add publishHandler user.id (#8703) 2023-05-05 15:36:33 +00:00
publish.schema.ts
removeMember.handler.ts
removeMember.schema.ts
setInviteExpiration.handler.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
setInviteExpiration.schema.ts feat: Add copy invite link (#8355) 2023-06-06 23:34:14 +00:00
update.handler.ts
update.schema.ts
updateMembership.handler.ts
updateMembership.schema.ts
util.ts