@happyvertical/smrt-chat 0.37.6 → 0.37.7

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-07-02T02:40:46.443Z",
3
+ "generatedAt": "2026-07-03T03:20:42.024Z",
4
4
  "packageName": "@happyvertical/smrt-chat",
5
- "packageVersion": "0.37.6",
5
+ "packageVersion": "0.37.7",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "9fb7c8b9db469085de3294e9659e4759693ef0dd61d4ffcceebe7066118de45d",
10
- "packageJson": "ec3c24c0272fcd68f8fbb119b1435341d08d417e2f76e14c81ae06544029c300",
9
+ "manifest": "54a903d0048401a8e8bf9c3009e524b169e079c08d21c93e3bf2191a7979fe81",
10
+ "packageJson": "82747a43c443d56624ca387988bc074f485a708f68f11f5de2b1a9c88e79fa67",
11
11
  "agents": "e0a8c6788fbd48c2619a353295d4538e9ff6863d483bcd354af522fb7c6a31bc"
12
12
  },
13
13
  "exports": [
@@ -50,6 +50,145 @@
50
50
  "tags": [],
51
51
  "risks": [],
52
52
  "objects": [
53
+ {
54
+ "name": "AgentSessionCollection",
55
+ "qualifiedName": "@happyvertical/smrt-chat:AgentSessionCollection",
56
+ "collection": "agentsessions",
57
+ "tableName": "agent_sessions",
58
+ "packageName": "@happyvertical/smrt-chat",
59
+ "extends": "SmrtCollection",
60
+ "fields": [],
61
+ "relationships": [],
62
+ "methods": [
63
+ "expireStale",
64
+ "findActiveByParticipant",
65
+ "findActiveSession",
66
+ "findByAgent",
67
+ "findOrCreate"
68
+ ],
69
+ "surfaces": [],
70
+ "relationshipFeatures": [
71
+ "uuidColumns"
72
+ ],
73
+ "tags": [],
74
+ "risks": []
75
+ },
76
+ {
77
+ "name": "ChatMessageCollection",
78
+ "qualifiedName": "@happyvertical/smrt-chat:ChatMessageCollection",
79
+ "collection": "chatmessages",
80
+ "tableName": "chat_messages",
81
+ "packageName": "@happyvertical/smrt-chat",
82
+ "extends": "SmrtCollection",
83
+ "fields": [],
84
+ "relationships": [],
85
+ "methods": [
86
+ "getByAgentSession",
87
+ "getByRoom",
88
+ "getByThread",
89
+ "getLatestPerRoom",
90
+ "getUnreadCount",
91
+ "search"
92
+ ],
93
+ "surfaces": [],
94
+ "relationshipFeatures": [
95
+ "uuidColumns"
96
+ ],
97
+ "tags": [],
98
+ "risks": []
99
+ },
100
+ {
101
+ "name": "ChatParticipantCollection",
102
+ "qualifiedName": "@happyvertical/smrt-chat:ChatParticipantCollection",
103
+ "collection": "chatparticipants",
104
+ "tableName": "chat_participants",
105
+ "packageName": "@happyvertical/smrt-chat",
106
+ "extends": "SmrtCollection",
107
+ "fields": [],
108
+ "relationships": [],
109
+ "methods": [
110
+ "countInRoom",
111
+ "findActiveMembership",
112
+ "findMembership",
113
+ "getAdminsInRoom",
114
+ "getByProfile",
115
+ "getByRoom",
116
+ "getOnlineInRoom",
117
+ "isActiveMember"
118
+ ],
119
+ "surfaces": [],
120
+ "relationshipFeatures": [
121
+ "uuidColumns"
122
+ ],
123
+ "tags": [],
124
+ "risks": []
125
+ },
126
+ {
127
+ "name": "ChatReactionCollection",
128
+ "qualifiedName": "@happyvertical/smrt-chat:ChatReactionCollection",
129
+ "collection": "chatreactions",
130
+ "tableName": "chat_reactions",
131
+ "packageName": "@happyvertical/smrt-chat",
132
+ "extends": "SmrtCollection",
133
+ "fields": [],
134
+ "relationships": [],
135
+ "methods": [
136
+ "getByMessage",
137
+ "getReactionCounts",
138
+ "toggle"
139
+ ],
140
+ "surfaces": [],
141
+ "relationshipFeatures": [
142
+ "uuidColumns"
143
+ ],
144
+ "tags": [],
145
+ "risks": []
146
+ },
147
+ {
148
+ "name": "ChatRoomCollection",
149
+ "qualifiedName": "@happyvertical/smrt-chat:ChatRoomCollection",
150
+ "collection": "chatrooms",
151
+ "tableName": "chat_rooms",
152
+ "packageName": "@happyvertical/smrt-chat",
153
+ "extends": "SmrtCollection",
154
+ "fields": [],
155
+ "relationships": [],
156
+ "methods": [
157
+ "findAgentRooms",
158
+ "findByType",
159
+ "findDMs",
160
+ "findOrCreateDM",
161
+ "findPublic",
162
+ "search"
163
+ ],
164
+ "surfaces": [],
165
+ "relationshipFeatures": [
166
+ "uuidColumns"
167
+ ],
168
+ "tags": [],
169
+ "risks": []
170
+ },
171
+ {
172
+ "name": "ChatThreadCollection",
173
+ "qualifiedName": "@happyvertical/smrt-chat:ChatThreadCollection",
174
+ "collection": "chatthreads",
175
+ "tableName": "chat_threads",
176
+ "packageName": "@happyvertical/smrt-chat",
177
+ "extends": "SmrtCollection",
178
+ "fields": [],
179
+ "relationships": [],
180
+ "methods": [
181
+ "getActive",
182
+ "getByRoom",
183
+ "getUnresolved"
184
+ ],
185
+ "surfaces": [],
186
+ "relationshipFeatures": [
187
+ "uuidColumns"
188
+ ],
189
+ "tags": [],
190
+ "risks": []
191
+ },
53
192
  {
54
193
  "name": "AgentSession",
55
194
  "qualifiedName": "@happyvertical/smrt-chat:AgentSession",
@@ -1047,145 +1186,6 @@
1047
1186
  ],
1048
1187
  "tags": [],
1049
1188
  "risks": []
1050
- },
1051
- {
1052
- "name": "AgentSessionCollection",
1053
- "qualifiedName": "@happyvertical/smrt-chat:AgentSessionCollection",
1054
- "collection": "agentsessions",
1055
- "tableName": "agent_sessions",
1056
- "packageName": "@happyvertical/smrt-chat",
1057
- "extends": "SmrtCollection",
1058
- "fields": [],
1059
- "relationships": [],
1060
- "methods": [
1061
- "expireStale",
1062
- "findActiveByParticipant",
1063
- "findActiveSession",
1064
- "findByAgent",
1065
- "findOrCreate"
1066
- ],
1067
- "surfaces": [],
1068
- "relationshipFeatures": [
1069
- "uuidColumns"
1070
- ],
1071
- "tags": [],
1072
- "risks": []
1073
- },
1074
- {
1075
- "name": "ChatMessageCollection",
1076
- "qualifiedName": "@happyvertical/smrt-chat:ChatMessageCollection",
1077
- "collection": "chatmessages",
1078
- "tableName": "chat_messages",
1079
- "packageName": "@happyvertical/smrt-chat",
1080
- "extends": "SmrtCollection",
1081
- "fields": [],
1082
- "relationships": [],
1083
- "methods": [
1084
- "getByAgentSession",
1085
- "getByRoom",
1086
- "getByThread",
1087
- "getLatestPerRoom",
1088
- "getUnreadCount",
1089
- "search"
1090
- ],
1091
- "surfaces": [],
1092
- "relationshipFeatures": [
1093
- "uuidColumns"
1094
- ],
1095
- "tags": [],
1096
- "risks": []
1097
- },
1098
- {
1099
- "name": "ChatParticipantCollection",
1100
- "qualifiedName": "@happyvertical/smrt-chat:ChatParticipantCollection",
1101
- "collection": "chatparticipants",
1102
- "tableName": "chat_participants",
1103
- "packageName": "@happyvertical/smrt-chat",
1104
- "extends": "SmrtCollection",
1105
- "fields": [],
1106
- "relationships": [],
1107
- "methods": [
1108
- "countInRoom",
1109
- "findActiveMembership",
1110
- "findMembership",
1111
- "getAdminsInRoom",
1112
- "getByProfile",
1113
- "getByRoom",
1114
- "getOnlineInRoom",
1115
- "isActiveMember"
1116
- ],
1117
- "surfaces": [],
1118
- "relationshipFeatures": [
1119
- "uuidColumns"
1120
- ],
1121
- "tags": [],
1122
- "risks": []
1123
- },
1124
- {
1125
- "name": "ChatReactionCollection",
1126
- "qualifiedName": "@happyvertical/smrt-chat:ChatReactionCollection",
1127
- "collection": "chatreactions",
1128
- "tableName": "chat_reactions",
1129
- "packageName": "@happyvertical/smrt-chat",
1130
- "extends": "SmrtCollection",
1131
- "fields": [],
1132
- "relationships": [],
1133
- "methods": [
1134
- "getByMessage",
1135
- "getReactionCounts",
1136
- "toggle"
1137
- ],
1138
- "surfaces": [],
1139
- "relationshipFeatures": [
1140
- "uuidColumns"
1141
- ],
1142
- "tags": [],
1143
- "risks": []
1144
- },
1145
- {
1146
- "name": "ChatRoomCollection",
1147
- "qualifiedName": "@happyvertical/smrt-chat:ChatRoomCollection",
1148
- "collection": "chatrooms",
1149
- "tableName": "chat_rooms",
1150
- "packageName": "@happyvertical/smrt-chat",
1151
- "extends": "SmrtCollection",
1152
- "fields": [],
1153
- "relationships": [],
1154
- "methods": [
1155
- "findAgentRooms",
1156
- "findByType",
1157
- "findDMs",
1158
- "findOrCreateDM",
1159
- "findPublic",
1160
- "search"
1161
- ],
1162
- "surfaces": [],
1163
- "relationshipFeatures": [
1164
- "uuidColumns"
1165
- ],
1166
- "tags": [],
1167
- "risks": []
1168
- },
1169
- {
1170
- "name": "ChatThreadCollection",
1171
- "qualifiedName": "@happyvertical/smrt-chat:ChatThreadCollection",
1172
- "collection": "chatthreads",
1173
- "tableName": "chat_threads",
1174
- "packageName": "@happyvertical/smrt-chat",
1175
- "extends": "SmrtCollection",
1176
- "fields": [],
1177
- "relationships": [],
1178
- "methods": [
1179
- "getActive",
1180
- "getByRoom",
1181
- "getUnresolved"
1182
- ],
1183
- "surfaces": [],
1184
- "relationshipFeatures": [
1185
- "uuidColumns"
1186
- ],
1187
- "tags": [],
1188
- "risks": []
1189
1189
  }
1190
1190
  ],
1191
1191
  "surfaces": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-chat",
3
- "version": "0.37.6",
3
+ "version": "0.37.7",
4
4
  "description": "Chat rooms, DMs, threads, and agent conversations for the SMRT framework",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -56,10 +56,10 @@
56
56
  "access": "public"
57
57
  },
58
58
  "dependencies": {
59
- "@happyvertical/smrt-core": "0.37.6",
60
- "@happyvertical/smrt-tenancy": "0.37.6",
61
- "@happyvertical/smrt-types": "0.37.6",
62
- "@happyvertical/smrt-ui": "0.37.6"
59
+ "@happyvertical/smrt-core": "0.37.7",
60
+ "@happyvertical/smrt-tenancy": "0.37.7",
61
+ "@happyvertical/smrt-types": "0.37.7",
62
+ "@happyvertical/smrt-ui": "0.37.7"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "svelte": "^5.56.4"
@@ -79,9 +79,9 @@
79
79
  "typescript": "^5.9.3",
80
80
  "vite": "^8.1.2",
81
81
  "vitest": "^4.1.9",
82
- "@happyvertical/smrt-agents": "0.37.6",
83
- "@happyvertical/smrt-profiles": "0.37.6",
84
- "@happyvertical/smrt-vitest": "0.37.6"
82
+ "@happyvertical/smrt-agents": "0.37.7",
83
+ "@happyvertical/smrt-profiles": "0.37.7",
84
+ "@happyvertical/smrt-vitest": "0.37.7"
85
85
  },
86
86
  "scripts": {
87
87
  "build": "vite build --mode library && svelte-package -i src/svelte -o dist/svelte --tsconfig tsconfig.svelte.json",