From 2ee111b4b9270b97c02f5ba2eb71cdafbcefb5dd Mon Sep 17 00:00:00 2001 From: Erwin Speybroeck <47346780+erwinspeybroeck@users.noreply.github.com> Date: Fri, 17 May 2024 09:05:47 +0200 Subject: [PATCH] Update icarAttentionCategoryType.json Added Reproduction, DeviceIsue and Weight as new categories --- enums/icarAttentionCategoryType.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/enums/icarAttentionCategoryType.json b/enums/icarAttentionCategoryType.json index 73bae78..97aeddd 100644 --- a/enums/icarAttentionCategoryType.json +++ b/enums/icarAttentionCategoryType.json @@ -7,6 +7,9 @@ "Behaviour", "Environment", "Health", + "Reproduction", + "DeviceIssue", + "Weight", "Other" ] - } \ No newline at end of file + }