From 775f453d518719b98db2634f1f111d0c33d617cc Mon Sep 17 00:00:00 2001 From: Myra Luetke Date: Wed, 8 May 2024 16:28:13 -0400 Subject: [PATCH] NIM-2741 - Create removed evaluator class --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 7d92a8b..cd758fd 100644 --- a/index.js +++ b/index.js @@ -399,7 +399,8 @@ export const Classes = { explicitEvaluations: 'explicit-evaluations', explicitEvaluation: 'explicit-evaluation', publisherEntity: 'publisher', - evaluatorEntity: 'evaluator' + evaluatorEntity: 'evaluator', + evaluatorRemoved: 'evaluator-removed' }, feedback: { feedbackApplication: 'feedback-application',