(id string)
| 129 | GetUserInvites(userID int64) (*[]Invite, error) |
| 130 | GetUserInvite(id string) (*Invite, error) |
| 131 | GetUsersInvitedCount(id string) int64 |
| 132 | CreateInvitedUser(inviteID string, userID int64) error |
| 133 | |
| 134 | GetDynamicContent(id string) (*instanceContent, error) |