Event informing that the initial interval discovery has finished for a specific customer

{
  "event": "intervals_ready",
  "object": {
    "id": 12345,
    "external_id": "MSCOTT123",
    "first_interval_discovered": "2022-11-01T00:00:00Z",
    "last_interval_discovered": "2023-11-01T00:00:00Z",
    "available_data": {
      "account_numbers": [
        {
          "id": "MSCOTT123",
          "meters": [
            {
              "id": "XYZ12345",
              "type": "gas",
              "periods": [
                {
                  "period_from": "2022-11-01",
                  "period_to": "2023-11-01"
                }
              ]
            }
          ]
        }
      ]
    }
  }
}