TaskTimeLogUpdated

Triggers when a particular task time log was updated

{
    event: 'TaskTimeLogUpdated',
    data: {
        userId: uuid,
        updated: [{
            timeLogId: uuid,
            updatedFields: {
                date: string,
                time: int,
                comment: string
            }
        }]
    },
    teamId: uuid
}