@kipicore/dbcore 1.1.445 → 1.1.446

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.
@@ -824,7 +824,8 @@ export declare enum SOCKET_EVENTS {
824
824
  COMMUNITY_LEAVE_GROUP = "COMMUNITY_LEAVE_GROUP",
825
825
  COMMUNITY_UNREAD_UPDATE = "COMMUNITY_UNREAD_UPDATE",
826
826
  COMMUNITY_SEND_MESSAGE = "COMMUNITY_SEND_MESSAGE",
827
- COMMUNITY_NEW_MESSAGE = "COMMUNITY_NEW_MESSAGE"
827
+ COMMUNITY_NEW_MESSAGE = "COMMUNITY_NEW_MESSAGE",
828
+ COMMUNITY_ONLINE_MEMBERS = "COMMUNITY_ONLINE_MEMBERS"
828
829
  }
829
830
  export declare enum HOME_WORK_STATUS {
830
831
  COMPLETED = "COMPLETED",
@@ -1042,6 +1042,7 @@ var SOCKET_EVENTS;
1042
1042
  SOCKET_EVENTS["COMMUNITY_UNREAD_UPDATE"] = "COMMUNITY_UNREAD_UPDATE";
1043
1043
  SOCKET_EVENTS["COMMUNITY_SEND_MESSAGE"] = "COMMUNITY_SEND_MESSAGE";
1044
1044
  SOCKET_EVENTS["COMMUNITY_NEW_MESSAGE"] = "COMMUNITY_NEW_MESSAGE";
1045
+ SOCKET_EVENTS["COMMUNITY_ONLINE_MEMBERS"] = "COMMUNITY_ONLINE_MEMBERS";
1045
1046
  })(SOCKET_EVENTS || (exports.SOCKET_EVENTS = SOCKET_EVENTS = {}));
1046
1047
  var HOME_WORK_STATUS;
1047
1048
  (function (HOME_WORK_STATUS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.445",
3
+ "version": "1.1.446",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",