chatwoot_sign_delimiter

This commit is contained in:
Gabriel Pastori
2023-12-16 17:23:39 -03:00
parent 1be1326b52
commit 4ed1edf53d
6 changed files with 18 additions and 2 deletions

View File

@@ -889,6 +889,7 @@ export const chatwootSchema: JSONSchema7 = {
token: { type: 'string' },
url: { type: 'string' },
sign_msg: { type: 'boolean', enum: [true, false] },
sign_delimiter: { type: ['string', 'null'] },
reopen_conversation: { type: 'boolean', enum: [true, false] },
conversation_pending: { type: 'boolean', enum: [true, false] },
auto_create: { type: 'boolean', enum: [true, false] },