@resolveio/client-lib-core 21.3.18 → 21.4.0
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
|
@@ -1150,6 +1150,7 @@ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
|
|
|
1150
1150
|
private isLocalMessage;
|
|
1151
1151
|
private isPendingAssistantMessage;
|
|
1152
1152
|
private normalizeMessageContent;
|
|
1153
|
+
private mergeProgressLists;
|
|
1153
1154
|
private appendLocalMessage;
|
|
1154
1155
|
private removeLocalMessage;
|
|
1155
1156
|
private updateLocalMessage;
|