@rocket.chat/rest-typings 6.3.0-rc.9 → 6.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @rocket.chat/core-typings@6.3.1
8
+
9
+ ## 6.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 74aa677088: feat: Add custom OAuth setting to allow merging users to others from distinct services
14
+ - e846d873b7: feat: Introduce Feature Preview page
15
+ - 0645f42e12: Reintroduce an user preference to allow users to see all thread messages in the main channel
16
+ - 48ac55f4ea: Created new endpoints for creating users in bulk
17
+
18
+ ### Patch Changes
19
+
20
+ - e14ec50816: Added and Improved Custom Fields form to Registration Flow
21
+ - e006013e5f: chore: New Livechat SDK Implementation
22
+ - eecd9fc99a: fix: Omnichannel Tags available to be used in the wrong department
23
+ - 6a474ff952: Refactored Omnichannel department pages to use best practices, also fixed existing bugs
24
+ - 9da856cc67: fix: Resume on-hold chat not working with max-chat's allowed per agent config
25
+ - f76d514341: Implemented a visual password verification in the Register User form, My Profile page, and reset password page. With this, the user will know exactly why their password is weak and how to improve it.
26
+ - 12d97e16c2: feat: Allow Incoming Webhooks to override destination channel
27
+ - Updated dependencies [e14ec50816]
28
+ - Updated dependencies [9da856cc67]
29
+ - Updated dependencies [12d97e16c2]
30
+ - Updated dependencies [48ac55f4ea]
31
+ - @rocket.chat/core-typings@6.3.0
32
+
33
+ ## 6.3.0-rc.10
34
+
35
+ ### Patch Changes
36
+
37
+ - @rocket.chat/core-typings@6.3.0-rc.10
38
+
3
39
  ## 6.3.0-rc.9
4
40
 
5
41
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.3.0-rc.9",
3
+ "version": "6.3.1",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.5.0",
6
6
  "@types/jest": "~29.5.2",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@rocket.chat/apps-engine": "1.40.0",
28
- "@rocket.chat/core-typings": "^6.3.0-rc.9",
28
+ "@rocket.chat/core-typings": "^6.3.1",
29
29
  "@rocket.chat/message-parser": "0.31.24",
30
30
  "@rocket.chat/ui-kit": "next",
31
31
  "ajv": "^8.11.0",