connectfy-shared 0.0.122 → 0.0.123

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/dist/index.d.cts CHANGED
@@ -695,7 +695,8 @@ interface IAccount {
695
695
  bio: string | null;
696
696
  location: string | null;
697
697
  avatar: string | null;
698
- lastSeen: Date;
698
+ lastSeen?: Date;
699
+ isOnline?: boolean;
699
700
  birthdayDate: Date;
700
701
  createdAt: Date;
701
702
  updatedAt: Date;
package/dist/index.d.ts CHANGED
@@ -695,7 +695,8 @@ interface IAccount {
695
695
  bio: string | null;
696
696
  location: string | null;
697
697
  avatar: string | null;
698
- lastSeen: Date;
698
+ lastSeen?: Date;
699
+ isOnline?: boolean;
699
700
  birthdayDate: Date;
700
701
  createdAt: Date;
701
702
  updatedAt: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectfy-shared",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {