User Table
#### Structure
id - string
- hash
tenantId - string
username - string
firstName - string
lastName - string
email - string
phone_number - string
role - string
relatedUsers - array
identityId - string
country - string
courses - object
profile - object
createdAt - object
updatedAt - object
Event Table
#### Structure
id - string
- hash
title - String
consultants - array
- id - string
- username - string
constulees - array
- id - string
- username - string
startDateTimeZ - string
- utc
endDateTimeZ - string
- utc
booked - boolean
state - string
recurring - boolean
createdBy - object
updatedBy - object
createdAt - object
updatedAt - object
UserEventMapper
#### structure
userId - string
eventId - string
username - string
startDateTimeZ - string
- utc
endDateTimeZ - string
- utc
createdAt - object
updatedAt - object
Tenant
#### structure
tenantId - string
detail - object
notification
#### structure
notificationId - string
payload - object
Leave a Comment