@webitel/ui-sdk 26.2.129 → 26.2.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.2.129",
3
+ "version": "26.2.130",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run biome:format:all || true) && npm run publish-lib",
@@ -137,7 +137,6 @@ function handleQuestionTypeChange(type) {
137
137
  question: questionModel.value.question,
138
138
  required: questionModel.value.required,
139
139
  description: questionModel.value.description,
140
- criticalViolation: questionModel.value.criticalViolation,
141
140
  };
142
141
 
143
142
  if (type === EngineAuditQuestionType.QuestionOption) {