ResourceOnProjectsUpdated

{
    event: 'ResourceOnProjectsUpdated',
    data: {
        userId: uuid,
        updated: [ {
          resourceId: uuid,
          projectId: uuid,
          rights: {
            view: boolean,
            edit: boolean,
            viewCost: boolean,
          },
          cost: int,
          type: int
        } ]
    },
    teamId: uuid
}