From a8e116610fbd8788c261c030066740aab6461e3b 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 | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8834c91..0e08bc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ulms/api-clients", - "version": "7.4.0", + "version": "7.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ulms/api-clients", - "version": "7.4.0", + "version": "7.4.1", "license": "MIT", "dependencies": { "axios": "1.6.2", diff --git a/package.json b/package.json index 05fb7b1..78e743a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ulms/api-clients", - "version": "7.4.0", + "version": "7.4.1", "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..fd7d8b8 100644 --- a/src/ulms.js +++ b/src/ulms.js @@ -36,6 +36,7 @@ class ULMS extends BasicClient { return { IS_ADULT: 'is_adult', HAS_USER_ACCESS_TO_BOARD: 'has_user_access_to_board', + TOXIC_COMMENT_CLASSIFIER_ENABLED: 'toxic_comment_classifier_enabled', EMOTIONS: 'emotions', } }