@happyvertical/smrt-chat 0.40.52 → 0.40.53

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-08-04T19:34:53.214Z",
3
+ "generatedAt": "2026-08-05T04:59:05.759Z",
4
4
  "packageName": "@happyvertical/smrt-chat",
5
- "packageVersion": "0.40.52",
5
+ "packageVersion": "0.40.53",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "c2d669e9b3e41e492dec371fa1806355e763f02a9d1007470c2262114c64a25d",
10
- "packageJson": "5dcd20e36296b525a2c7ddd3992655a1243aa9036a60f9475b0be6415f6d681f",
9
+ "manifest": "3c012518447aae7146ebc4316d773e1d78d1b5e0618f5e83fb09c4300c49b445",
10
+ "packageJson": "125734392c2ab1702cb04d602fdb0feda73d779ae6ea264e713f846ce064953a",
11
11
  "agents": "1cf0059cf2de39d183d21873a0df0cc8c5979dd2707d880007d6c462dd92cae1"
12
12
  },
13
13
  "exports": [
@@ -63,6 +63,184 @@
63
63
  "tags": [],
64
64
  "risks": [],
65
65
  "objects": [
66
+ {
67
+ "name": "AgentSessionCollection",
68
+ "qualifiedName": "@happyvertical/smrt-chat:AgentSessionCollection",
69
+ "collection": "agentsessions",
70
+ "tableName": "agent_sessions",
71
+ "packageName": "@happyvertical/smrt-chat",
72
+ "extends": "SmrtCollection",
73
+ "fields": [],
74
+ "relationships": [],
75
+ "methods": [
76
+ "expireStale",
77
+ "findActiveByParticipant",
78
+ "findActiveSession",
79
+ "findByAgent",
80
+ "findOrCreate"
81
+ ],
82
+ "surfaces": [],
83
+ "relationshipFeatures": [
84
+ "uuidColumns"
85
+ ],
86
+ "tags": [],
87
+ "risks": []
88
+ },
89
+ {
90
+ "name": "ChatMessageCollection",
91
+ "qualifiedName": "@happyvertical/smrt-chat:ChatMessageCollection",
92
+ "collection": "chatmessages",
93
+ "tableName": "chat_messages",
94
+ "packageName": "@happyvertical/smrt-chat",
95
+ "extends": "SmrtCollection",
96
+ "fields": [],
97
+ "relationships": [],
98
+ "methods": [
99
+ "getByAgentSession",
100
+ "getByRoom",
101
+ "getByThread",
102
+ "getLatestPerRoom",
103
+ "getUnreadCount",
104
+ "search"
105
+ ],
106
+ "surfaces": [],
107
+ "relationshipFeatures": [
108
+ "uuidColumns"
109
+ ],
110
+ "tags": [],
111
+ "risks": []
112
+ },
113
+ {
114
+ "name": "ChatParticipantCollection",
115
+ "qualifiedName": "@happyvertical/smrt-chat:ChatParticipantCollection",
116
+ "collection": "chatparticipants",
117
+ "tableName": "chat_participants",
118
+ "packageName": "@happyvertical/smrt-chat",
119
+ "extends": "SmrtCollection",
120
+ "fields": [],
121
+ "relationships": [],
122
+ "methods": [
123
+ "countInRoom",
124
+ "findActiveMembership",
125
+ "findMembership",
126
+ "getAdminsInRoom",
127
+ "getByProfile",
128
+ "getByRoom",
129
+ "getOnlineInRoom",
130
+ "isActiveMember"
131
+ ],
132
+ "surfaces": [],
133
+ "relationshipFeatures": [
134
+ "uuidColumns"
135
+ ],
136
+ "tags": [],
137
+ "risks": []
138
+ },
139
+ {
140
+ "name": "ChatReactionCollection",
141
+ "qualifiedName": "@happyvertical/smrt-chat:ChatReactionCollection",
142
+ "collection": "chatreactions",
143
+ "tableName": "chat_reactions",
144
+ "packageName": "@happyvertical/smrt-chat",
145
+ "extends": "SmrtCollection",
146
+ "fields": [],
147
+ "relationships": [],
148
+ "methods": [
149
+ "getByMessage",
150
+ "getReactionCounts",
151
+ "toggle"
152
+ ],
153
+ "surfaces": [],
154
+ "relationshipFeatures": [
155
+ "uuidColumns"
156
+ ],
157
+ "tags": [],
158
+ "risks": []
159
+ },
160
+ {
161
+ "name": "ChatRoomCollection",
162
+ "qualifiedName": "@happyvertical/smrt-chat:ChatRoomCollection",
163
+ "collection": "chatrooms",
164
+ "tableName": "chat_rooms",
165
+ "packageName": "@happyvertical/smrt-chat",
166
+ "extends": "SmrtCollection",
167
+ "fields": [],
168
+ "relationships": [],
169
+ "methods": [
170
+ "findAgentRooms",
171
+ "findByType",
172
+ "findDMs",
173
+ "findOrCreateDM",
174
+ "findPublic",
175
+ "search"
176
+ ],
177
+ "surfaces": [],
178
+ "relationshipFeatures": [
179
+ "uuidColumns"
180
+ ],
181
+ "tags": [],
182
+ "risks": []
183
+ },
184
+ {
185
+ "name": "ChatThreadCollection",
186
+ "qualifiedName": "@happyvertical/smrt-chat:ChatThreadCollection",
187
+ "collection": "chatthreads",
188
+ "tableName": "chat_threads",
189
+ "packageName": "@happyvertical/smrt-chat",
190
+ "extends": "SmrtCollection",
191
+ "fields": [],
192
+ "relationships": [],
193
+ "methods": [
194
+ "getActive",
195
+ "getByRoom",
196
+ "getUnresolved"
197
+ ],
198
+ "surfaces": [],
199
+ "relationshipFeatures": [
200
+ "uuidColumns"
201
+ ],
202
+ "tags": [],
203
+ "risks": []
204
+ },
205
+ {
206
+ "name": "VoiceGatewayTurnCollection",
207
+ "qualifiedName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection",
208
+ "collection": "voicegatewayturns",
209
+ "tableName": "voice_gateway_turns",
210
+ "packageName": "@happyvertical/smrt-chat",
211
+ "extends": "SmrtCollection",
212
+ "fields": [],
213
+ "relationships": [],
214
+ "methods": [
215
+ "reserveTurn"
216
+ ],
217
+ "surfaces": [],
218
+ "relationshipFeatures": [
219
+ "uuidColumns"
220
+ ],
221
+ "tags": [],
222
+ "risks": []
223
+ },
224
+ {
225
+ "name": "VoiceSessionCollection",
226
+ "qualifiedName": "@happyvertical/smrt-chat:VoiceSessionCollection",
227
+ "collection": "voicesessions",
228
+ "tableName": "voice_sessions",
229
+ "packageName": "@happyvertical/smrt-chat",
230
+ "extends": "SmrtCollection",
231
+ "fields": [],
232
+ "relationships": [],
233
+ "methods": [
234
+ "expireStale",
235
+ "getActiveById"
236
+ ],
237
+ "surfaces": [],
238
+ "relationshipFeatures": [
239
+ "uuidColumns"
240
+ ],
241
+ "tags": [],
242
+ "risks": []
243
+ },
66
244
  {
67
245
  "name": "AgentSession",
68
246
  "qualifiedName": "@happyvertical/smrt-chat:AgentSession",
@@ -1404,184 +1582,6 @@
1404
1582
  ],
1405
1583
  "tags": [],
1406
1584
  "risks": []
1407
- },
1408
- {
1409
- "name": "AgentSessionCollection",
1410
- "qualifiedName": "@happyvertical/smrt-chat:AgentSessionCollection",
1411
- "collection": "agentsessions",
1412
- "tableName": "agent_sessions",
1413
- "packageName": "@happyvertical/smrt-chat",
1414
- "extends": "SmrtCollection",
1415
- "fields": [],
1416
- "relationships": [],
1417
- "methods": [
1418
- "expireStale",
1419
- "findActiveByParticipant",
1420
- "findActiveSession",
1421
- "findByAgent",
1422
- "findOrCreate"
1423
- ],
1424
- "surfaces": [],
1425
- "relationshipFeatures": [
1426
- "uuidColumns"
1427
- ],
1428
- "tags": [],
1429
- "risks": []
1430
- },
1431
- {
1432
- "name": "ChatMessageCollection",
1433
- "qualifiedName": "@happyvertical/smrt-chat:ChatMessageCollection",
1434
- "collection": "chatmessages",
1435
- "tableName": "chat_messages",
1436
- "packageName": "@happyvertical/smrt-chat",
1437
- "extends": "SmrtCollection",
1438
- "fields": [],
1439
- "relationships": [],
1440
- "methods": [
1441
- "getByAgentSession",
1442
- "getByRoom",
1443
- "getByThread",
1444
- "getLatestPerRoom",
1445
- "getUnreadCount",
1446
- "search"
1447
- ],
1448
- "surfaces": [],
1449
- "relationshipFeatures": [
1450
- "uuidColumns"
1451
- ],
1452
- "tags": [],
1453
- "risks": []
1454
- },
1455
- {
1456
- "name": "ChatParticipantCollection",
1457
- "qualifiedName": "@happyvertical/smrt-chat:ChatParticipantCollection",
1458
- "collection": "chatparticipants",
1459
- "tableName": "chat_participants",
1460
- "packageName": "@happyvertical/smrt-chat",
1461
- "extends": "SmrtCollection",
1462
- "fields": [],
1463
- "relationships": [],
1464
- "methods": [
1465
- "countInRoom",
1466
- "findActiveMembership",
1467
- "findMembership",
1468
- "getAdminsInRoom",
1469
- "getByProfile",
1470
- "getByRoom",
1471
- "getOnlineInRoom",
1472
- "isActiveMember"
1473
- ],
1474
- "surfaces": [],
1475
- "relationshipFeatures": [
1476
- "uuidColumns"
1477
- ],
1478
- "tags": [],
1479
- "risks": []
1480
- },
1481
- {
1482
- "name": "ChatReactionCollection",
1483
- "qualifiedName": "@happyvertical/smrt-chat:ChatReactionCollection",
1484
- "collection": "chatreactions",
1485
- "tableName": "chat_reactions",
1486
- "packageName": "@happyvertical/smrt-chat",
1487
- "extends": "SmrtCollection",
1488
- "fields": [],
1489
- "relationships": [],
1490
- "methods": [
1491
- "getByMessage",
1492
- "getReactionCounts",
1493
- "toggle"
1494
- ],
1495
- "surfaces": [],
1496
- "relationshipFeatures": [
1497
- "uuidColumns"
1498
- ],
1499
- "tags": [],
1500
- "risks": []
1501
- },
1502
- {
1503
- "name": "ChatRoomCollection",
1504
- "qualifiedName": "@happyvertical/smrt-chat:ChatRoomCollection",
1505
- "collection": "chatrooms",
1506
- "tableName": "chat_rooms",
1507
- "packageName": "@happyvertical/smrt-chat",
1508
- "extends": "SmrtCollection",
1509
- "fields": [],
1510
- "relationships": [],
1511
- "methods": [
1512
- "findAgentRooms",
1513
- "findByType",
1514
- "findDMs",
1515
- "findOrCreateDM",
1516
- "findPublic",
1517
- "search"
1518
- ],
1519
- "surfaces": [],
1520
- "relationshipFeatures": [
1521
- "uuidColumns"
1522
- ],
1523
- "tags": [],
1524
- "risks": []
1525
- },
1526
- {
1527
- "name": "ChatThreadCollection",
1528
- "qualifiedName": "@happyvertical/smrt-chat:ChatThreadCollection",
1529
- "collection": "chatthreads",
1530
- "tableName": "chat_threads",
1531
- "packageName": "@happyvertical/smrt-chat",
1532
- "extends": "SmrtCollection",
1533
- "fields": [],
1534
- "relationships": [],
1535
- "methods": [
1536
- "getActive",
1537
- "getByRoom",
1538
- "getUnresolved"
1539
- ],
1540
- "surfaces": [],
1541
- "relationshipFeatures": [
1542
- "uuidColumns"
1543
- ],
1544
- "tags": [],
1545
- "risks": []
1546
- },
1547
- {
1548
- "name": "VoiceGatewayTurnCollection",
1549
- "qualifiedName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection",
1550
- "collection": "voicegatewayturns",
1551
- "tableName": "voice_gateway_turns",
1552
- "packageName": "@happyvertical/smrt-chat",
1553
- "extends": "SmrtCollection",
1554
- "fields": [],
1555
- "relationships": [],
1556
- "methods": [
1557
- "reserveTurn"
1558
- ],
1559
- "surfaces": [],
1560
- "relationshipFeatures": [
1561
- "uuidColumns"
1562
- ],
1563
- "tags": [],
1564
- "risks": []
1565
- },
1566
- {
1567
- "name": "VoiceSessionCollection",
1568
- "qualifiedName": "@happyvertical/smrt-chat:VoiceSessionCollection",
1569
- "collection": "voicesessions",
1570
- "tableName": "voice_sessions",
1571
- "packageName": "@happyvertical/smrt-chat",
1572
- "extends": "SmrtCollection",
1573
- "fields": [],
1574
- "relationships": [],
1575
- "methods": [
1576
- "expireStale",
1577
- "getActiveById"
1578
- ],
1579
- "surfaces": [],
1580
- "relationshipFeatures": [
1581
- "uuidColumns"
1582
- ],
1583
- "tags": [],
1584
- "risks": []
1585
1585
  }
1586
1586
  ],
1587
1587
  "surfaces": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-chat",
3
- "version": "0.40.52",
3
+ "version": "0.40.53",
4
4
  "description": "Chat rooms, DMs, threads, and agent conversations for the SMRT framework",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -62,13 +62,13 @@
62
62
  "dependencies": {
63
63
  "@happyvertical/ai": "^0.84.0",
64
64
  "@happyvertical/sql": "^0.84.0",
65
- "@happyvertical/smrt-agents": "0.40.52",
66
- "@happyvertical/smrt-core": "0.40.52",
67
- "@happyvertical/smrt-personas": "0.40.52",
68
- "@happyvertical/smrt-tenancy": "0.40.52",
69
- "@happyvertical/smrt-types": "0.40.52",
70
- "@happyvertical/smrt-ui": "0.40.52",
71
- "@happyvertical/smrt-users": "0.40.52"
65
+ "@happyvertical/smrt-agents": "0.40.53",
66
+ "@happyvertical/smrt-personas": "0.40.53",
67
+ "@happyvertical/smrt-core": "0.40.53",
68
+ "@happyvertical/smrt-tenancy": "0.40.53",
69
+ "@happyvertical/smrt-ui": "0.40.53",
70
+ "@happyvertical/smrt-types": "0.40.53",
71
+ "@happyvertical/smrt-users": "0.40.53"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "svelte": "^5.56.4"
@@ -89,9 +89,9 @@
89
89
  "typescript": "5.9.3",
90
90
  "vite": "8.1.4",
91
91
  "vitest": "4.1.10",
92
- "@happyvertical/smrt-playground": "0.40.52",
93
- "@happyvertical/smrt-profiles": "0.40.52",
94
- "@happyvertical/smrt-vitest": "0.40.52"
92
+ "@happyvertical/smrt-playground": "0.40.53",
93
+ "@happyvertical/smrt-profiles": "0.40.53",
94
+ "@happyvertical/smrt-vitest": "0.40.53"
95
95
  },
96
96
  "scripts": {
97
97
  "build": "SMRT_PACKAGE_BUILD=1 vite build --mode library && SMRT_PACKAGE_BUILD=1 svelte-package -i src/svelte -o dist/svelte --tsconfig tsconfig.svelte.json",