@happyvertical/smrt-chat 0.38.22 → 0.38.24

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