@rocket.chat/rest-typings 6.13.0-rc.6 → 6.13.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 +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @rocket.chat/rest-typings
2
2
 
3
+ ## 6.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - <details><summary>Updated dependencies []:</summary>
8
+
9
+ - @rocket.chat/core-typings@6.13.1
10
+ </details>
11
+
12
+ ## 6.13.0
13
+
14
+ ### Minor Changes
15
+
16
+ - ([#32682](https://github.com/RocketChat/Rocket.Chat/pull/32682)) Added support for specifying a unit on departments' creation and update
17
+
18
+ - ([#32729](https://github.com/RocketChat/Rocket.Chat/pull/32729)) Implemented "omnichannel/contacts.update" endpoint to update contacts
19
+
20
+ - ([#33011](https://github.com/RocketChat/Rocket.Chat/pull/33011)) Return `parent` and `team` information when calling `rooms.info` endpoint
21
+
22
+ - ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
23
+
24
+ - ([#33177](https://github.com/RocketChat/Rocket.Chat/pull/33177)) New `teams.listChildren` endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.
25
+
26
+ - ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
27
+
28
+ ### Patch Changes
29
+
30
+ - <details><summary>Updated dependencies [274f4f5881, 79c16d315a, 927710d778, 12d6307998]:</summary>
31
+
32
+ - @rocket.chat/core-typings@6.13.0
33
+ - @rocket.chat/message-parser@0.31.31
34
+ </details>
35
+
3
36
  ## 6.13.0-rc.6
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/rest-typings",
3
- "version": "6.13.0-rc.6",
3
+ "version": "6.13.1",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "~0.7.0",
6
6
  "@types/jest": "~29.5.13",
@@ -24,8 +24,8 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@rocket.chat/apps-engine": "1.46.0",
27
- "@rocket.chat/core-typings": "^6.13.0-rc.6",
28
- "@rocket.chat/message-parser": "^0.31.31-rc.0",
27
+ "@rocket.chat/core-typings": "^6.13.1",
28
+ "@rocket.chat/message-parser": "^0.31.31",
29
29
  "@rocket.chat/ui-kit": "~0.36.1",
30
30
  "ajv": "^8.11.0",
31
31
  "ajv-formats": "^2.1.1"