@cqa-lib/cqa-ui 1.1.173 → 1.1.174
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/esm2020/lib/execution-screen/ai-action-step/ai-action-step.component.mjs +3 -1
- package/esm2020/lib/execution-screen/execution-step.models.mjs +1 -1
- package/fesm2015/cqa-lib-cqa-ui.mjs +2 -0
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +2 -0
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/execution-screen/execution-step.models.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9876,6 +9876,8 @@ class AIActionStepComponent extends BaseStepComponent {
|
|
|
9876
9876
|
return 'AI Document Ask';
|
|
9877
9877
|
case 'ai_text_verification':
|
|
9878
9878
|
return 'AI Verify';
|
|
9879
|
+
case 'ai_verify':
|
|
9880
|
+
return 'AI Verification';
|
|
9879
9881
|
default:
|
|
9880
9882
|
return 'AI Action';
|
|
9881
9883
|
}
|