File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11import { IntegrationDto } from '@api/integrations/integration.dto' ;
2+ import { JsonValue } from '@prisma/client/runtime/library' ;
23import { WAPresence } from 'baileys' ;
34
45export class InstanceDto extends IntegrationDto {
@@ -24,7 +25,14 @@ export class InstanceDto extends IntegrationDto {
2425 proxyProtocol ?: string ;
2526 proxyUsername ?: string ;
2627 proxyPassword ?: string ;
27- webhook ?: { enabled ?: boolean ; events ?: string [ ] ; headers ?: JsonValue ; url ?: string ; byEvents ?: boolean ; base64 ?: boolean ; } ;
28+ webhook ?: {
29+ enabled ?: boolean ;
30+ events ?: string [ ] ;
31+ headers ?: JsonValue ;
32+ url ?: string ;
33+ byEvents ?: boolean ;
34+ base64 ?: boolean ;
35+ } ;
2836 chatwootAccountId ?: string ;
2937 chatwootConversationPending ?: boolean ;
3038 chatwootAutoCreate ?: boolean ;
You can’t perform that action at this time.
0 commit comments