CustomFieldUpdated

{
    event: 'CustomFieldUpdated',
    data: {
        userId: uuid,
        updated: [{
            customFieldId: uuid,
            updatedFields: {
                name: string,
                options: [ {
                  id: uuid,
                  event: string,
                  color: string,
                  icon: string,
                  resourceId: uuid,
                  value: uuid | int | float | string,
                  sortOrder: int,
                  isDefault: boolean,
                } ]
            }
        }]
    },
    teamId: uuid
}