@rocket.chat/core-typings 6.4.0-rc.5 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.4.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 239a34e877: new: ring mobile users on direct conference calls
|
8
|
+
- 4186eecf05: Introduce the ability to report an user
|
9
|
+
- ebab8c4dd8: Added Reports Metrics Dashboard to Omnichannel
|
10
|
+
- 1041d4d361: Added option to select between two script engine options for the integrations
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- 203304782f: Fixed `overrideDestinationChannelEnabled` treated as a required param in `integrations.create` and `integration.update` endpoints
|
15
|
+
- ba24f3c21f: Fixed `default` field not being returned from the `setDefault` endpoints when setting to false
|
16
|
+
- 61128364d6: Fixes a problem where the calculated time for considering the visitor abandonment was the first message from the visitor and not the visitor's reply to the agent.
|
17
|
+
- d45365436e: Use group filter when set to LDAP sync process
|
18
|
+
|
3
19
|
## 6.4.0-rc.5
|
4
20
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rocket.chat/core-typings",
|
3
|
-
"version": "6.4.0
|
3
|
+
"version": "6.4.0",
|
4
4
|
"devDependencies": {
|
5
|
-
"@rocket.chat/eslint-config": "^0.6.0
|
5
|
+
"@rocket.chat/eslint-config": "^0.6.0",
|
6
6
|
"eslint": "~8.45.0",
|
7
|
-
"mongodb": "^4.
|
7
|
+
"mongodb": "^4.17.1",
|
8
8
|
"prettier": "~2.8.8",
|
9
9
|
"typescript": "~5.2.2"
|
10
10
|
},
|