barsa-sap-ui 2.3.48 → 2.3.49

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/index.d.ts CHANGED
@@ -4656,6 +4656,7 @@ type User = {
4656
4656
  avatar: string;
4657
4657
  unreadCount: number;
4658
4658
  muted: boolean;
4659
+ online: boolean;
4659
4660
  selected: boolean;
4660
4661
  lastMessage: {
4661
4662
  text: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.48",
3
+ "version": "2.3.49",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"