@dataclouder/ngx-agent-cards 0.2.9 → 0.2.11

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": "@dataclouder/ngx-agent-cards",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -181,6 +181,7 @@ interface IConversationRule {
181
181
  name?: string;
182
182
  description?: string;
183
183
  rule?: string;
184
+ type?: string | null;
184
185
  auditable?: IAuditable;
185
186
  }
186
187