diff --git a/enums/icarPositionOnAnimalType.json b/enums/icarPositionOnAnimalType.json index 8359c8e..8a284c7 100644 --- a/enums/icarPositionOnAnimalType.json +++ b/enums/icarPositionOnAnimalType.json @@ -4,7 +4,7 @@ "type": "string", "enum": [ - "LegsFrontLeft", + "LegsFrontLeft", "LegsFrontRight", "LegsRearLeft", "LegsRearRight", @@ -20,6 +20,14 @@ "Mouth", "Back", "Testes", - "Other" + "Other", + "InnerToeFrontLeft", + "OuterToeFrontLeft", + "InnerToeFrontRight", + "OuterToeFrontRight", + "InnerToeRearLeft", + "OuterToeRearLeft", + "InnerToeRearRight", + "OuterToeRearRight" ] - } \ No newline at end of file + }