File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- # 1.6.0 (develop)
1+ # 1.6.1 (develop)
2+
3+ ### Fixed
4+
5+ * Fixed Lid Messages
6+
7+ # 1.6.0 (2023-12-12 17:24)
28
39### Feature
410* Added AWS SQS Integration
1319* Adjusts in proxy
1420* Adjusts in start session for Typebot
1521* Added mimetype field when sending media
16- * Fixed lids messages
1722* Ajusts in validations to messages.upsert
1823* Fixed messages not received: error handling when updating contact in chatwoot
1924* Fix workaround to manage param data as an array in mongodb
3237### Integrations
3338
3439- Chatwoot: v3.3.1
35- - Typebot: v2.16 .0
40+ - Typebot: v2.20 .0
3641
3742# 1.5.4 (2023-10-09 20:43)
3843
Original file line number Diff line number Diff line change 4646 "@figuro/chatwoot-sdk" : " ^1.1.16" ,
4747 "@hapi/boom" : " ^10.0.1" ,
4848 "@sentry/node" : " ^7.59.2" ,
49- "@whiskeysockets/baileys" : " github:WhiskeySockets/Baileys#fix-lids " ,
49+ "@whiskeysockets/baileys" : " ^6.5.0 " ,
5050 "amqplib" : " ^0.10.3" ,
5151 "aws-sdk" : " ^2.1499.0" ,
5252 "axios" : " ^1.3.5" ,
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ export class ConfigService {
303303 COLOR : process . env . QRCODE_COLOR || '#198754' ,
304304 } ,
305305 TYPEBOT : {
306- API_VERSION : process . env ?. TYPEBOT_API_VERSION || 'v1 ' ,
306+ API_VERSION : process . env ?. TYPEBOT_API_VERSION || 'old ' ,
307307 } ,
308308 AUTHENTICATION : {
309309 TYPE : process . env . AUTHENTICATION_TYPE as 'apikey' ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ QRCODE:
147147 COLOR : " #198754"
148148
149149TYPEBOT :
150- API_VERSION : ' latest ' # old | latest
150+ API_VERSION : ' old ' # old | latest
151151
152152# Defines an authentication type for the api
153153# We recommend using the apikey because it will allow you to use a custom token,
You can’t perform that action at this time.
0 commit comments