# Project Reporting Updated

The event emitted will include the following information:

```json
{
  "method": "project-reporting-updated",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "project": {
        "project_id": "60fe2f7747d2c400306bd808"
      },
      "executive_summary": "This is a sample executive summary for the project reporting.",
      "executive_summary_html": "<p>This is a sample executive summary for the project reporting.</p>",
      "custom_fields": [
        {
          "key": "...",
          "value": "..."
        }
      ],
      "files": [
        {
          "id": "60d59ce05e2fc4002f1f0b0d",
          "created": "2021-01-01T06:22:14.713Z",
          "file_name": "project-report.pdf",
          "file_name_custom": "Custom Report Name",
          "storage_name": "123hkjas...",
          "file_type": "application/pdf",
          "file_size": 2048000,
          "file_size_kb": 2000
        }
      ]
    }
  }
}
```
