@rocket.chat/core-typings 6.4.0-rc.5 → 6.4.1

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.4.1
4
+
5
+ ## 6.4.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 239a34e877: new: ring mobile users on direct conference calls
10
+ - 4186eecf05: Introduce the ability to report an user
11
+ - ebab8c4dd8: Added Reports Metrics Dashboard to Omnichannel
12
+ - 1041d4d361: Added option to select between two script engine options for the integrations
13
+
14
+ ### Patch Changes
15
+
16
+ - 203304782f: Fixed `overrideDestinationChannelEnabled` treated as a required param in `integrations.create` and `integration.update` endpoints
17
+ - ba24f3c21f: Fixed `default` field not being returned from the `setDefault` endpoints when setting to false
18
+ - 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.
19
+ - d45365436e: Use group filter when set to LDAP sync process
20
+
3
21
  ## 6.4.0-rc.5
4
22
 
5
23
  ### Minor Changes
@@ -2,6 +2,7 @@ export type IControl = {
2
2
  _id: string;
3
3
  version: number;
4
4
  locked: boolean;
5
+ hash?: string;
5
6
  buildAt?: string | Date;
6
7
  lockedAt?: string | Date;
7
8
  };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@rocket.chat/core-typings",
3
- "version": "6.4.0-rc.5",
3
+ "version": "6.4.1",
4
4
  "devDependencies": {
5
- "@rocket.chat/eslint-config": "^0.6.0-rc.0",
5
+ "@rocket.chat/eslint-config": "^0.6.0",
6
6
  "eslint": "~8.45.0",
7
- "mongodb": "^4.12.1",
7
+ "mongodb": "^4.17.1",
8
8
  "prettier": "~2.8.8",
9
9
  "typescript": "~5.2.2"
10
10
  },