@dataclouder/ngx-agent-cards 0.2.1 → 0.2.2

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.1",
3
+ "version": "0.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -411,6 +411,7 @@ declare enum EAgentType {
411
411
  interface VoiceCloning {
412
412
  sample: AudioStorage;
413
413
  transcription: string;
414
+ main: VoiceTTS;
414
415
  }
415
416
  interface IAgentCard {
416
417
  version?: string;
@@ -1232,7 +1233,6 @@ declare class DCAgentCardFormComponent extends EntityBaseFormComponent<IAgentCar
1232
1233
  form: _angular_forms.FormGroup<{
1233
1234
  version: _angular_forms.FormControl<string>;
1234
1235
  id: _angular_forms.FormControl<string>;
1235
- title: _angular_forms.FormControl<string>;
1236
1236
  name: _angular_forms.FormControl<string>;
1237
1237
  description: _angular_forms.FormControl<string>;
1238
1238
  lang: _angular_forms.FormControl<string>;