From 9fbc779966f740d77287e4f2107e7283483325c6 Mon Sep 17 00:00:00 2001 From: Vladimir Berdnikov Date: Fri, 22 Mar 2024 19:29:30 +0300 Subject: [PATCH] Added a new value to the class properties enum --- package-lock.json | 4 ++-- package.json | 2 +- src/ulms.js | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb58bbe..909fd54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ulms/api-clients", - "version": "7.2.1", + "version": "7.2.1-dev.2-ULMS-2917", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ulms/api-clients", - "version": "7.2.1", + "version": "7.2.1-dev.2-ULMS-2917", "license": "MIT", "dependencies": { "axios": "1.6.2", diff --git a/package.json b/package.json index 4aba8e0..2f37d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ulms/api-clients", - "version": "7.2.1", + "version": "7.2.1-dev.2-ULMS-2917", "description": "JavaScript API clients for ULMS platform", "keywords": [], "homepage": "https://github.com/foxford/ulms-api-clients-js#readme", diff --git a/src/ulms.js b/src/ulms.js index 79cec0d..31f38f7 100644 --- a/src/ulms.js +++ b/src/ulms.js @@ -36,6 +36,8 @@ class ULMS extends BasicClient { return { IS_ADULT: 'is_adult', HAS_USER_ACCESS_TO_BOARD: 'has_user_access_to_board', + IS_TOXIC_COMMENT_CLASSIFIER_ENABLED: + 'is_toxic_comment_classifier_enabled', EMOTIONS: 'emotions', } }