ppagent 0.0.22 → 0.0.23
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/dist/lib.d.ts +1 -0
- package/dist/lib.js +16 -16
- package/package.json +1 -1
package/dist/lib.d.ts
CHANGED
|
@@ -3414,6 +3414,7 @@ declare class ChatMessage {
|
|
|
3414
3414
|
raw: string;
|
|
3415
3415
|
sourceName: string;
|
|
3416
3416
|
sourceInstanceName: string;
|
|
3417
|
+
text?: string;
|
|
3417
3418
|
static fromMessage(message: ISourceChatMessage, source: ISource): ChatMessage;
|
|
3418
3419
|
static toMessage(chatMessage: ChatMessage): ISourceChatMessage;
|
|
3419
3420
|
}
|