@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.
@@ -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
  }