Inconsistent identity status Validated/Member in certification (indexer)

There is two status string for the Validated status in duniter-mock squid database: Validated and Member.

Alice has created an identity for Zargos. Bob certified Zargos. Zargos identity status was Unconfirmed, Unvalidated, then Member.

I was expecting Validated in my code, so Tikka crashed.

I fixed my code to replace Validated status by Member status.

Then the code crash again because Alice status is always Validated!

Do not known if its an error in the genesis data of duniter-mock or an error in squid status strings.

This is the certification from Alice to Zargos:

{
  "data": {
    "blocks": {
      "nodes": [
        {
          "height": 0,
          "timestamp": "2026-02-11T16:28:42+00:00"
        },
        {
          "height": 1,
          "timestamp": "2026-02-11T16:28:48+00:00"
        }
      ]
    },
    "certs": {
      "nodes": [
        {
          "id": "0000000048-a6e27-000004",
          "isActive": true,
          "createdIn": {
            "block": {
              "timestamp": "2026-02-11T16:33:30+00:00"
            }
          },
          "updatedIn": {
            "block": {
              "timestamp": "2026-02-11T16:33:30+00:00"
            }
          },
          "expireOn": 1048,
          "issuer": {
            "id": "genesis-identity_1",
            "index": 1,
            "name": "Alice",
            "accountId": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
            "status": "Validated"
          },
          "receiver": {
            "id": "0000000048-a6e27-000002",
            "index": 6,
            "name": "Zargos",
            "accountId": "5DnWJYCLXYWTXqMhXhJ8oi2oQQikHnSBUQBq5NmyD46VZAHG",
            "status": "Member"
          }
        }
      ]
    }
  }
}