@lyxa.ai/core 1.0.355 → 1.0.357

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.
@@ -8,6 +8,7 @@ export type SocketSubscriptionIdentifiersMap = {
8
8
  };
9
9
  export type SocketEmitMap = {
10
10
  [SocketSubscriptionType.ON_CHATROOM]: SocketEmits.MESSAGE_RECEIVE;
11
+ [SocketSubscriptionType.NOTIFICATION]: SocketEmits;
11
12
  };
12
13
  export type SocketPayloadMap = {
13
14
  [SocketEmits.MESSAGE_RECEIVE]: {
@@ -1 +1 @@
1
- {"version":3,"file":"socket.types.js","sourceRoot":"/","sources":["libraries/socket/socket.types.ts"],"names":[],"mappings":";;AAAA,+CAA2E","sourcesContent":["import { SocketEmits, SocketSubscriptionType } from '../../utilities/enum';\n\nexport type SocketSubscriptionIdentifiersMap = {\n\t[SocketSubscriptionType.ON_CHATROOM]: { chatroomId: string };\n\t[SocketSubscriptionType.ON_CHATLIST]: {};\n\t[SocketSubscriptionType.NOTIFICATION]: {};\n};\n\nexport type SocketEmitMap = {\n\t[SocketSubscriptionType.ON_CHATROOM]: SocketEmits.MESSAGE_RECEIVE;\n};\n\nexport type SocketPayloadMap = {\n\t[SocketEmits.MESSAGE_RECEIVE]: {\n\t\t_id: string;\n\t\tsenderId: string;\n\t\tcontent: string;\n\t\tchatroomId: string;\n\t\tcreatedAt: string;\n\t};\n};\n"]}
1
+ {"version":3,"file":"socket.types.js","sourceRoot":"/","sources":["libraries/socket/socket.types.ts"],"names":[],"mappings":";;AAAA,+CAA2E","sourcesContent":["import { SocketEmits, SocketSubscriptionType } from '../../utilities/enum';\n\nexport type SocketSubscriptionIdentifiersMap = {\n\t[SocketSubscriptionType.ON_CHATROOM]: { chatroomId: string };\n\t[SocketSubscriptionType.ON_CHATLIST]: {};\n\t[SocketSubscriptionType.NOTIFICATION]: {};\n};\n\nexport type SocketEmitMap = {\n\t[SocketSubscriptionType.ON_CHATROOM]: SocketEmits.MESSAGE_RECEIVE;\n\t[SocketSubscriptionType.NOTIFICATION]: SocketEmits;\n};\n\nexport type SocketPayloadMap = {\n\t[SocketEmits.MESSAGE_RECEIVE]: {\n\t\t_id: string;\n\t\tsenderId: string;\n\t\tcontent: string;\n\t\tchatroomId: string;\n\t\tcreatedAt: string;\n\t};\n};\n"]}
@@ -22,7 +22,7 @@ Perfect for sharing types between frontend and backend applications.
22
22
 
23
23
  ## Version
24
24
 
25
- Version: 1.0.355
25
+ Version: 1.0.357
26
26
 
27
27
  ## Dependencies
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/types",
3
- "version": "1.0.355",
3
+ "version": "1.0.357",
4
4
  "description": "Lyxa type definitions and validation schemas for both frontend and backend",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/core",
3
- "version": "1.0.355",
3
+ "version": "1.0.357",
4
4
  "description": "The Core system of the Lyxa services.",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",