@dataclouder/ngx-agent-cards 0.2.2 → 0.2.3
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
|
@@ -1215,6 +1215,7 @@ declare class DCAgentCardFormComponent extends EntityBaseFormComponent<IAgentCar
|
|
|
1215
1215
|
protected entityCommunicationService: _dataclouder_ngx_agent_cards.DefaultAgentCardsService;
|
|
1216
1216
|
private dialogService;
|
|
1217
1217
|
private characterFormGroupService;
|
|
1218
|
+
private ttsService;
|
|
1218
1219
|
conversationOptions: {
|
|
1219
1220
|
value: ConversationType$1;
|
|
1220
1221
|
label: string;
|
|
@@ -1295,6 +1296,10 @@ declare class DCAgentCardFormComponent extends EntityBaseFormComponent<IAgentCar
|
|
|
1295
1296
|
onAssetsChange(event: IAssetable): void;
|
|
1296
1297
|
goToCardsCreator(): void;
|
|
1297
1298
|
onFileUploaded(event: FileStorageData): void;
|
|
1299
|
+
isCloningVoice: _angular_core.WritableSignal<boolean>;
|
|
1300
|
+
readonly canCloneVoice: _angular_core.Signal<boolean>;
|
|
1301
|
+
readonly fishModelId: _angular_core.Signal<any>;
|
|
1302
|
+
cloneVoice(): Promise<void>;
|
|
1298
1303
|
deleteCard(): Promise<void>;
|
|
1299
1304
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DCAgentCardFormComponent, never>;
|
|
1300
1305
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DCAgentCardFormComponent, "dc-agent-form", never, {}, { "onSave": "onSave"; }, never, never, true, never>;
|