@rocket.chat/rest-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @rocket.chat/rest-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
+ - 2db32f0d4a: Add option to select what URL previews should be generated for each message.
10
+ - 19aec23cda: New AddUser workflow for Federated Rooms
11
+ - ebab8c4dd8: Added Reports Metrics Dashboard to Omnichannel
12
+ - 357a3a50fa: feat: high-contrast theme
13
+ - 1041d4d361: Added option to select between two script engine options for the integrations
14
+ - 93d4912e17: fix: missing params on updateOwnBasicInfo endpoint
15
+
16
+ ### Patch Changes
17
+
18
+ - 203304782f: Fixed `overrideDestinationChannelEnabled` treated as a required param in `integrations.create` and `integration.update` endpoints
19
+ - 9496f1eb97: Deprecate `livechat:getOverviewData` and `livechat:getAgentOverviewData` methods and create API endpoints `livechat/analytics/overview` and `livechat/analytics/agent-overview` to fetch analytics data
20
+ - Updated dependencies [239a34e877]
21
+ - Updated dependencies [203304782f]
22
+ - Updated dependencies [4186eecf05]
23
+ - Updated dependencies [ba24f3c21f]
24
+ - Updated dependencies [ebab8c4dd8]
25
+ - Updated dependencies [1041d4d361]
26
+ - Updated dependencies [61128364d6]
27
+ - Updated dependencies [d45365436e]
28
+ - @rocket.chat/core-typings@6.4.0
29
+
3
30
  ## 6.4.0-rc.5
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.4.0-rc.5",
3
+ "version": "6.4.0",
4
4
  "devDependencies": {
5
- "@rocket.chat/eslint-config": "^0.6.0-rc.0",
5
+ "@rocket.chat/eslint-config": "^0.6.0",
6
6
  "@types/jest": "~29.5.3",
7
7
  "eslint": "~8.45.0",
8
8
  "jest": "~29.6.1",
9
9
  "jest-environment-jsdom": "~29.6.1",
10
- "mongodb": "^4.12.1",
10
+ "mongodb": "^4.17.1",
11
11
  "ts-jest": "~29.0.5",
12
12
  "typescript": "~5.2.2"
13
13
  },
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@rocket.chat/apps-engine": "1.41.0-alpha.290",
28
- "@rocket.chat/core-typings": "^6.4.0-rc.5",
28
+ "@rocket.chat/core-typings": "^6.4.0",
29
29
  "@rocket.chat/message-parser": "next",
30
30
  "@rocket.chat/ui-kit": "next",
31
31
  "ajv": "^8.11.0",