@rodrigobeber/patoai-dtos 4.7.59 → 4.7.61

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.
@@ -7,5 +7,4 @@ export interface WebChatToolDto {
7
7
  enabled: boolean;
8
8
  configured: boolean;
9
9
  stageIds: number[];
10
- idCrewTool: number | null;
11
10
  }
@@ -1,4 +1,4 @@
1
- export type LeadHistoryType = 'stage' | 'mode' | 'unit' | 'followup' | 'name' | 'template' | 'reminder' | 'spam_block';
1
+ export type LeadHistoryType = 'stage' | 'mode' | 'unit' | 'followup' | 'template' | 'reminder' | 'spam_block';
2
2
  export interface WebChatLeadHistoryDto {
3
3
  idLead: string;
4
4
  at: Date;
@@ -13,6 +13,5 @@ export interface WebChatLeadHistoryDto {
13
13
  followUp?: number;
14
14
  error?: boolean;
15
15
  errorMessage?: string | null;
16
- name?: string;
17
16
  templateName?: string;
18
17
  }
@@ -2,8 +2,6 @@ export interface WebChatScheduleHistoryDto {
2
2
  id: number;
3
3
  idThread: string;
4
4
  appointmentAt: Date;
5
- triggeredAt: Date;
6
- remindedAt: Date;
7
5
  canceledAt: Date;
8
6
  createdAt: Date;
9
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.7.59",
3
+ "version": "4.7.61",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",