@rodrigobeber/patoai-dtos 4.6.100 → 4.6.102

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.
@@ -9,4 +9,5 @@ export interface WebChatUpdateTriggerDto {
9
9
  idTag?: number | null;
10
10
  context?: string | null;
11
11
  onlyExisting?: boolean;
12
+ event?: string;
12
13
  }
@@ -10,4 +10,6 @@ export interface WebChatStartConversationResponseDto {
10
10
  requiresTemplate: boolean;
11
11
  /** Whether the thread already existed (message was sent to existing conversation) */
12
12
  threadExists?: boolean;
13
+ /** Lead name from existing conversation (for frontend to pre-fill the name input) */
14
+ userName?: string;
13
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.6.100",
3
+ "version": "4.6.102",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",