@rodrigobeber/patoai-dtos 4.5.1 → 4.5.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.
@@ -15,4 +15,6 @@ export interface WebChatStartConversationDto {
15
15
  template?: string;
16
16
  /** Free text message (allowed for non-WhatsApp channels or WhatsApp within 24h window) */
17
17
  text?: string;
18
+ /** If true, send even if thread already exists (user confirmed) */
19
+ allowExisting?: boolean;
18
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",