File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,21 @@ export class InstanceDto extends IntegrationDto {
2424 proxyProtocol ?: string ;
2525 proxyUsername ?: string ;
2626 proxyPassword ?: string ;
27+ webhook ?: { enabled ?: boolean ; events ?: string [ ] ; headers ?: JsonValue ; url ?: string ; byEvents ?: boolean ; base64 ?: boolean ; } ;
28+ chatwootAccountId ?: string ;
29+ chatwootConversationPending ?: boolean ;
30+ chatwootAutoCreate ?: boolean ;
31+ chatwootDaysLimitImportMessages ?: number ;
32+ chatwootImportContacts ?: boolean ;
33+ chatwootImportMessages ?: boolean ;
34+ chatwootLogo ?: string ;
35+ chatwootMergeBrazilContacts ?: boolean ;
36+ chatwootNameInbox ?: string ;
37+ chatwootOrganization ?: string ;
38+ chatwootReopenConversation ?: boolean ;
39+ chatwootSignMsg ?: boolean ;
40+ chatwootToken ?: string ;
41+ chatwootUrl ?: string ;
2742}
2843
2944export class SetPresenceDto {
You can’t perform that action at this time.
0 commit comments