@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.
@@ -134,7 +134,7 @@ export interface AIAgentStepConfig extends BaseStepConfig {
134
134
  export interface AIActionStepConfig extends BaseStepConfig {
135
135
  type: 'ai-action';
136
136
  actionCount?: number;
137
- actionName?: 'ai_text_verification' | 'ai_ask' | 'ai_document_ask';
137
+ actionName?: 'ai_text_verification' | 'ai_ask' | 'ai_document_ask' | 'ai_verify';
138
138
  actions: AIAgentAction[];
139
139
  }
140
140
  export interface ApiAssertion {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.173",
3
+ "version": "1.1.174",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",