Create the API instance.
A Person store.
The sequelize connection.
The logger
The sequelize connection
The Person store
Add a new person
The arg for the new person
An instance of the new person
Approve someone's membership
The updated person
Count number of people
Number of people
Find all active and expired members
Including expired members but not those who have never finished registration
An array of active and expired members
Find all people
An array of people
Find a person by sid
The sid of the person
The matched person or null if not found
Find all pending registrations
A registration maybe for new member or for renewal of membership
An array of pending registrations
Update a person
The arg for updating the person
Update only if it is a new registration
The updated people
Generated using TypeDoc
An API to retrieve data from the Person store