@rodrigobeber/patoai-dtos 4.8.9 → 4.8.11

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.
@@ -16,6 +16,8 @@ export interface ProvisionSettingsDto {
16
16
  window?: number;
17
17
  }
18
18
  export interface ProvisionCrewDto {
19
+ /** Chave por sessao do wizard: reenviar a mesma devolve o agente ja criado em vez de erro de cota. */
20
+ idempotencyKey?: string;
19
21
  companyName: string;
20
22
  agentName: string;
21
23
  /** Genero gramatical do agente ('m'/'f'). Ausente/invalido -> inferido do agentName no provisionamento. */
@@ -72,6 +72,7 @@ export interface SupportAlertRouteSummaryDto {
72
72
  }
73
73
  export interface SupportAlertsDto {
74
74
  active: boolean;
75
+ includeAdmins?: boolean;
75
76
  recipientCount: number;
76
77
  whatsappCount: number;
77
78
  whatsappOptin: boolean;
@@ -9,6 +9,7 @@ export interface AlertRouteDto {
9
9
  }
10
10
  export interface WebChatCrewAlertsDto {
11
11
  active: boolean;
12
+ includeAdmins: boolean;
12
13
  recipients: string[];
13
14
  defaultRecipients: string[];
14
15
  whatsappTo: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.8.9",
3
+ "version": "4.8.11",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",