@rodrigobeber/patoai-dtos 4.7.27 → 4.7.28

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.
@@ -11,6 +11,9 @@ export interface WizardChatResponseDto {
11
11
  done: boolean;
12
12
  detectedType: 'sdr' | 'support' | null;
13
13
  detectedIndustry: string | null;
14
+ /** URLs que o usuário ofereceu como fonte do negócio (site/catálogo/docs), extraídas da
15
+ * mensagem pela IA do chat — o frontend as anexa como material. */
16
+ sourceUrls?: string[];
14
17
  }
15
18
  export interface WizardGenerateRequestDto {
16
19
  sessionId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.7.27",
3
+ "version": "4.7.28",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",