Skip to content

Commit 3798557

Browse files
committed
version: 1.6.0
1 parent ff06cd7 commit 3798557

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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
@@ -13,7 +19,6 @@
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
@@ -32,7 +37,7 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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",

src/config/env.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

src/dev-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ QRCODE:
147147
COLOR: "#198754"
148148

149149
TYPEBOT:
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,

0 commit comments

Comments
 (0)