@happyvertical/smrt-chat 0.44.1 → 0.45.1
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.
- package/dist/index.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/smrt-knowledge.json +2113 -97
- package/package.json +11 -11
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-chat",
|
|
6
|
-
"packageVersion": "0.
|
|
6
|
+
"packageVersion": "0.45.1",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "debdc685d046d39661671a7f59afc65561ce2aefadd31729c29ffe9d5797e377",
|
|
11
|
+
"packageJson": "c234dde48416b48a7f8abfb7dcf9e7d09a9e7dfb068d6b7da3e01ecdb35aebe7",
|
|
12
12
|
"agents": "0b73f5655366eb0aaee625ce18bccb56425a0720534f9248691a2950f6c68573"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -128,7 +128,108 @@
|
|
|
128
128
|
"returns": "Promise<AgentSession>"
|
|
129
129
|
}
|
|
130
130
|
],
|
|
131
|
-
"surfaces": [
|
|
131
|
+
"surfaces": [
|
|
132
|
+
{
|
|
133
|
+
"kind": "api",
|
|
134
|
+
"name": "agentsessions.findActiveByParticipant",
|
|
135
|
+
"operation": "findActiveByParticipant",
|
|
136
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
137
|
+
"path": "/agentsessions/findActiveByParticipant",
|
|
138
|
+
"method": "POST"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"kind": "api",
|
|
142
|
+
"name": "agentsessions.findActiveSession",
|
|
143
|
+
"operation": "findActiveSession",
|
|
144
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
145
|
+
"path": "/agentsessions/findActiveSession",
|
|
146
|
+
"method": "POST"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"kind": "api",
|
|
150
|
+
"name": "agentsessions.findOrCreate",
|
|
151
|
+
"operation": "findOrCreate",
|
|
152
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
153
|
+
"path": "/agentsessions/findOrCreate",
|
|
154
|
+
"method": "POST"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"kind": "api",
|
|
158
|
+
"name": "agentsessions.findByAgent",
|
|
159
|
+
"operation": "findByAgent",
|
|
160
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
161
|
+
"path": "/agentsessions/findByAgent",
|
|
162
|
+
"method": "POST"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"kind": "api",
|
|
166
|
+
"name": "agentsessions.expireStale",
|
|
167
|
+
"operation": "expireStale",
|
|
168
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
169
|
+
"path": "/agentsessions/expireStale",
|
|
170
|
+
"method": "POST"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"kind": "cli",
|
|
174
|
+
"name": "agentsessioncollection_findActiveByParticipant",
|
|
175
|
+
"operation": "findActiveByParticipant",
|
|
176
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"kind": "cli",
|
|
180
|
+
"name": "agentsessioncollection_findActiveSession",
|
|
181
|
+
"operation": "findActiveSession",
|
|
182
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"kind": "cli",
|
|
186
|
+
"name": "agentsessioncollection_findOrCreate",
|
|
187
|
+
"operation": "findOrCreate",
|
|
188
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"kind": "cli",
|
|
192
|
+
"name": "agentsessioncollection_findByAgent",
|
|
193
|
+
"operation": "findByAgent",
|
|
194
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"kind": "cli",
|
|
198
|
+
"name": "agentsessioncollection_expireStale",
|
|
199
|
+
"operation": "expireStale",
|
|
200
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "mcp",
|
|
204
|
+
"name": "agentsessioncollection_findactivebyparticipant",
|
|
205
|
+
"operation": "findActiveByParticipant",
|
|
206
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"kind": "mcp",
|
|
210
|
+
"name": "agentsessioncollection_findactivesession",
|
|
211
|
+
"operation": "findActiveSession",
|
|
212
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"kind": "mcp",
|
|
216
|
+
"name": "agentsessioncollection_findorcreate",
|
|
217
|
+
"operation": "findOrCreate",
|
|
218
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"kind": "mcp",
|
|
222
|
+
"name": "agentsessioncollection_findbyagent",
|
|
223
|
+
"operation": "findByAgent",
|
|
224
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "mcp",
|
|
228
|
+
"name": "agentsessioncollection_expirestale",
|
|
229
|
+
"operation": "expireStale",
|
|
230
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
132
233
|
"relationshipFeatures": [
|
|
133
234
|
"uuidColumns"
|
|
134
235
|
],
|
|
@@ -209,7 +310,128 @@
|
|
|
209
310
|
"returns": "Promise<ChatMessage[]>"
|
|
210
311
|
}
|
|
211
312
|
],
|
|
212
|
-
"surfaces": [
|
|
313
|
+
"surfaces": [
|
|
314
|
+
{
|
|
315
|
+
"kind": "api",
|
|
316
|
+
"name": "chatmessages.getByRoom",
|
|
317
|
+
"operation": "getByRoom",
|
|
318
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
319
|
+
"path": "/chatmessages/getByRoom",
|
|
320
|
+
"method": "POST"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"kind": "api",
|
|
324
|
+
"name": "chatmessages.getByThread",
|
|
325
|
+
"operation": "getByThread",
|
|
326
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
327
|
+
"path": "/chatmessages/getByThread",
|
|
328
|
+
"method": "POST"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"kind": "api",
|
|
332
|
+
"name": "chatmessages.getByAgentSession",
|
|
333
|
+
"operation": "getByAgentSession",
|
|
334
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
335
|
+
"path": "/chatmessages/getByAgentSession",
|
|
336
|
+
"method": "POST"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "api",
|
|
340
|
+
"name": "chatmessages.search",
|
|
341
|
+
"operation": "search",
|
|
342
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
343
|
+
"path": "/chatmessages/search",
|
|
344
|
+
"method": "POST"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"kind": "api",
|
|
348
|
+
"name": "chatmessages.getUnreadCount",
|
|
349
|
+
"operation": "getUnreadCount",
|
|
350
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
351
|
+
"path": "/chatmessages/getUnreadCount",
|
|
352
|
+
"method": "POST"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"kind": "api",
|
|
356
|
+
"name": "chatmessages.getLatestPerRoom",
|
|
357
|
+
"operation": "getLatestPerRoom",
|
|
358
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
359
|
+
"path": "/chatmessages/getLatestPerRoom",
|
|
360
|
+
"method": "POST"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"kind": "cli",
|
|
364
|
+
"name": "chatmessagecollection_getByRoom",
|
|
365
|
+
"operation": "getByRoom",
|
|
366
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"kind": "cli",
|
|
370
|
+
"name": "chatmessagecollection_getByThread",
|
|
371
|
+
"operation": "getByThread",
|
|
372
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"kind": "cli",
|
|
376
|
+
"name": "chatmessagecollection_getByAgentSession",
|
|
377
|
+
"operation": "getByAgentSession",
|
|
378
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"kind": "cli",
|
|
382
|
+
"name": "chatmessagecollection_search",
|
|
383
|
+
"operation": "search",
|
|
384
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"kind": "cli",
|
|
388
|
+
"name": "chatmessagecollection_getUnreadCount",
|
|
389
|
+
"operation": "getUnreadCount",
|
|
390
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"kind": "cli",
|
|
394
|
+
"name": "chatmessagecollection_getLatestPerRoom",
|
|
395
|
+
"operation": "getLatestPerRoom",
|
|
396
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"kind": "mcp",
|
|
400
|
+
"name": "chatmessagecollection_getbyroom",
|
|
401
|
+
"operation": "getByRoom",
|
|
402
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"kind": "mcp",
|
|
406
|
+
"name": "chatmessagecollection_getbythread",
|
|
407
|
+
"operation": "getByThread",
|
|
408
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "mcp",
|
|
412
|
+
"name": "chatmessagecollection_getbyagentsession",
|
|
413
|
+
"operation": "getByAgentSession",
|
|
414
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"kind": "mcp",
|
|
418
|
+
"name": "chatmessagecollection_search",
|
|
419
|
+
"operation": "search",
|
|
420
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"kind": "mcp",
|
|
424
|
+
"name": "chatmessagecollection_getunreadcount",
|
|
425
|
+
"operation": "getUnreadCount",
|
|
426
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"kind": "mcp",
|
|
430
|
+
"name": "chatmessagecollection_getlatestperroom",
|
|
431
|
+
"operation": "getLatestPerRoom",
|
|
432
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
213
435
|
"relationshipFeatures": [
|
|
214
436
|
"uuidColumns"
|
|
215
437
|
],
|
|
@@ -307,7 +529,168 @@
|
|
|
307
529
|
"returns": "Promise<boolean>"
|
|
308
530
|
}
|
|
309
531
|
],
|
|
310
|
-
"surfaces": [
|
|
532
|
+
"surfaces": [
|
|
533
|
+
{
|
|
534
|
+
"kind": "api",
|
|
535
|
+
"name": "chatparticipants.getByRoom",
|
|
536
|
+
"operation": "getByRoom",
|
|
537
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
538
|
+
"path": "/chatparticipants/getByRoom",
|
|
539
|
+
"method": "POST"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"kind": "api",
|
|
543
|
+
"name": "chatparticipants.getByProfile",
|
|
544
|
+
"operation": "getByProfile",
|
|
545
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
546
|
+
"path": "/chatparticipants/getByProfile",
|
|
547
|
+
"method": "POST"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"kind": "api",
|
|
551
|
+
"name": "chatparticipants.findMembership",
|
|
552
|
+
"operation": "findMembership",
|
|
553
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
554
|
+
"path": "/chatparticipants/findMembership",
|
|
555
|
+
"method": "POST"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"kind": "api",
|
|
559
|
+
"name": "chatparticipants.findActiveMembership",
|
|
560
|
+
"operation": "findActiveMembership",
|
|
561
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
562
|
+
"path": "/chatparticipants/findActiveMembership",
|
|
563
|
+
"method": "POST"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"kind": "api",
|
|
567
|
+
"name": "chatparticipants.isActiveMember",
|
|
568
|
+
"operation": "isActiveMember",
|
|
569
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
570
|
+
"path": "/chatparticipants/isActiveMember",
|
|
571
|
+
"method": "POST"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"kind": "api",
|
|
575
|
+
"name": "chatparticipants.getOnlineInRoom",
|
|
576
|
+
"operation": "getOnlineInRoom",
|
|
577
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
578
|
+
"path": "/chatparticipants/getOnlineInRoom",
|
|
579
|
+
"method": "POST"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"kind": "api",
|
|
583
|
+
"name": "chatparticipants.getAdminsInRoom",
|
|
584
|
+
"operation": "getAdminsInRoom",
|
|
585
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
586
|
+
"path": "/chatparticipants/getAdminsInRoom",
|
|
587
|
+
"method": "POST"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"kind": "api",
|
|
591
|
+
"name": "chatparticipants.countInRoom",
|
|
592
|
+
"operation": "countInRoom",
|
|
593
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
594
|
+
"path": "/chatparticipants/countInRoom",
|
|
595
|
+
"method": "POST"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "cli",
|
|
599
|
+
"name": "chatparticipantcollection_getByRoom",
|
|
600
|
+
"operation": "getByRoom",
|
|
601
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"kind": "cli",
|
|
605
|
+
"name": "chatparticipantcollection_getByProfile",
|
|
606
|
+
"operation": "getByProfile",
|
|
607
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "cli",
|
|
611
|
+
"name": "chatparticipantcollection_findMembership",
|
|
612
|
+
"operation": "findMembership",
|
|
613
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"kind": "cli",
|
|
617
|
+
"name": "chatparticipantcollection_findActiveMembership",
|
|
618
|
+
"operation": "findActiveMembership",
|
|
619
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"kind": "cli",
|
|
623
|
+
"name": "chatparticipantcollection_isActiveMember",
|
|
624
|
+
"operation": "isActiveMember",
|
|
625
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"kind": "cli",
|
|
629
|
+
"name": "chatparticipantcollection_getOnlineInRoom",
|
|
630
|
+
"operation": "getOnlineInRoom",
|
|
631
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"kind": "cli",
|
|
635
|
+
"name": "chatparticipantcollection_getAdminsInRoom",
|
|
636
|
+
"operation": "getAdminsInRoom",
|
|
637
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"kind": "cli",
|
|
641
|
+
"name": "chatparticipantcollection_countInRoom",
|
|
642
|
+
"operation": "countInRoom",
|
|
643
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "mcp",
|
|
647
|
+
"name": "chatparticipantcollection_getbyroom",
|
|
648
|
+
"operation": "getByRoom",
|
|
649
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"kind": "mcp",
|
|
653
|
+
"name": "chatparticipantcollection_getbyprofile",
|
|
654
|
+
"operation": "getByProfile",
|
|
655
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"kind": "mcp",
|
|
659
|
+
"name": "chatparticipantcollection_findmembership",
|
|
660
|
+
"operation": "findMembership",
|
|
661
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "mcp",
|
|
665
|
+
"name": "chatparticipantcollection_findactivemembership",
|
|
666
|
+
"operation": "findActiveMembership",
|
|
667
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"kind": "mcp",
|
|
671
|
+
"name": "chatparticipantcollection_isactivemember",
|
|
672
|
+
"operation": "isActiveMember",
|
|
673
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"kind": "mcp",
|
|
677
|
+
"name": "chatparticipantcollection_getonlineinroom",
|
|
678
|
+
"operation": "getOnlineInRoom",
|
|
679
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"kind": "mcp",
|
|
683
|
+
"name": "chatparticipantcollection_getadminsinroom",
|
|
684
|
+
"operation": "getAdminsInRoom",
|
|
685
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"kind": "mcp",
|
|
689
|
+
"name": "chatparticipantcollection_countinroom",
|
|
690
|
+
"operation": "countInRoom",
|
|
691
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
692
|
+
}
|
|
693
|
+
],
|
|
311
694
|
"relationshipFeatures": [
|
|
312
695
|
"uuidColumns"
|
|
313
696
|
],
|
|
@@ -357,7 +740,68 @@
|
|
|
357
740
|
"returns": "Promise<object>"
|
|
358
741
|
}
|
|
359
742
|
],
|
|
360
|
-
"surfaces": [
|
|
743
|
+
"surfaces": [
|
|
744
|
+
{
|
|
745
|
+
"kind": "api",
|
|
746
|
+
"name": "chatreactions.getByMessage",
|
|
747
|
+
"operation": "getByMessage",
|
|
748
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection",
|
|
749
|
+
"path": "/chatreactions/getByMessage",
|
|
750
|
+
"method": "POST"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"kind": "api",
|
|
754
|
+
"name": "chatreactions.getReactionCounts",
|
|
755
|
+
"operation": "getReactionCounts",
|
|
756
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection",
|
|
757
|
+
"path": "/chatreactions/getReactionCounts",
|
|
758
|
+
"method": "POST"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"kind": "api",
|
|
762
|
+
"name": "chatreactions.toggle",
|
|
763
|
+
"operation": "toggle",
|
|
764
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection",
|
|
765
|
+
"path": "/chatreactions/toggle",
|
|
766
|
+
"method": "POST"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"kind": "cli",
|
|
770
|
+
"name": "chatreactioncollection_getByMessage",
|
|
771
|
+
"operation": "getByMessage",
|
|
772
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"kind": "cli",
|
|
776
|
+
"name": "chatreactioncollection_getReactionCounts",
|
|
777
|
+
"operation": "getReactionCounts",
|
|
778
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "cli",
|
|
782
|
+
"name": "chatreactioncollection_toggle",
|
|
783
|
+
"operation": "toggle",
|
|
784
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"kind": "mcp",
|
|
788
|
+
"name": "chatreactioncollection_getbymessage",
|
|
789
|
+
"operation": "getByMessage",
|
|
790
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"kind": "mcp",
|
|
794
|
+
"name": "chatreactioncollection_getreactioncounts",
|
|
795
|
+
"operation": "getReactionCounts",
|
|
796
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "mcp",
|
|
800
|
+
"name": "chatreactioncollection_toggle",
|
|
801
|
+
"operation": "toggle",
|
|
802
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
803
|
+
}
|
|
804
|
+
],
|
|
361
805
|
"relationshipFeatures": [
|
|
362
806
|
"uuidColumns"
|
|
363
807
|
],
|
|
@@ -426,60 +870,242 @@
|
|
|
426
870
|
"returns": "Promise<ChatRoom[]>"
|
|
427
871
|
}
|
|
428
872
|
],
|
|
429
|
-
"surfaces": [
|
|
430
|
-
"relationshipFeatures": [
|
|
431
|
-
"uuidColumns"
|
|
432
|
-
],
|
|
433
|
-
"tags": [],
|
|
434
|
-
"risks": []
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"name": "ChatThreadCollection",
|
|
438
|
-
"qualifiedName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
439
|
-
"collection": "chatthreads",
|
|
440
|
-
"tableName": "chat_threads",
|
|
441
|
-
"packageName": "@happyvertical/smrt-chat",
|
|
442
|
-
"extends": "SmrtCollection",
|
|
443
|
-
"fields": [],
|
|
444
|
-
"relationships": [],
|
|
445
|
-
"methods": [
|
|
446
|
-
"getActive",
|
|
447
|
-
"getByRoom",
|
|
448
|
-
"getUnresolved"
|
|
449
|
-
],
|
|
450
|
-
"methodSignatures": [
|
|
873
|
+
"surfaces": [
|
|
451
874
|
{
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
"
|
|
875
|
+
"kind": "api",
|
|
876
|
+
"name": "chatrooms.findByType",
|
|
877
|
+
"operation": "findByType",
|
|
878
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
879
|
+
"path": "/chatrooms/findByType",
|
|
880
|
+
"method": "POST"
|
|
458
881
|
},
|
|
459
882
|
{
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"
|
|
883
|
+
"kind": "api",
|
|
884
|
+
"name": "chatrooms.findPublic",
|
|
885
|
+
"operation": "findPublic",
|
|
886
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
887
|
+
"path": "/chatrooms/findPublic",
|
|
888
|
+
"method": "POST"
|
|
466
889
|
},
|
|
467
890
|
{
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
891
|
+
"kind": "api",
|
|
892
|
+
"name": "chatrooms.findDMs",
|
|
893
|
+
"operation": "findDMs",
|
|
894
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
895
|
+
"path": "/chatrooms/findDMs",
|
|
896
|
+
"method": "POST"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"kind": "api",
|
|
900
|
+
"name": "chatrooms.findAgentRooms",
|
|
901
|
+
"operation": "findAgentRooms",
|
|
902
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
903
|
+
"path": "/chatrooms/findAgentRooms",
|
|
904
|
+
"method": "POST"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "api",
|
|
908
|
+
"name": "chatrooms.search",
|
|
909
|
+
"operation": "search",
|
|
910
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
911
|
+
"path": "/chatrooms/search",
|
|
912
|
+
"method": "POST"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "api",
|
|
916
|
+
"name": "chatrooms.findOrCreateDM",
|
|
917
|
+
"operation": "findOrCreateDM",
|
|
918
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
919
|
+
"path": "/chatrooms/findOrCreateDM",
|
|
920
|
+
"method": "POST"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"kind": "cli",
|
|
924
|
+
"name": "chatroomcollection_findByType",
|
|
925
|
+
"operation": "findByType",
|
|
926
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"kind": "cli",
|
|
930
|
+
"name": "chatroomcollection_findPublic",
|
|
931
|
+
"operation": "findPublic",
|
|
932
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"kind": "cli",
|
|
936
|
+
"name": "chatroomcollection_findDMs",
|
|
937
|
+
"operation": "findDMs",
|
|
938
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "cli",
|
|
942
|
+
"name": "chatroomcollection_findAgentRooms",
|
|
943
|
+
"operation": "findAgentRooms",
|
|
944
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "cli",
|
|
948
|
+
"name": "chatroomcollection_search",
|
|
949
|
+
"operation": "search",
|
|
950
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"kind": "cli",
|
|
954
|
+
"name": "chatroomcollection_findOrCreateDM",
|
|
955
|
+
"operation": "findOrCreateDM",
|
|
956
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "mcp",
|
|
960
|
+
"name": "chatroomcollection_findbytype",
|
|
961
|
+
"operation": "findByType",
|
|
962
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"kind": "mcp",
|
|
966
|
+
"name": "chatroomcollection_findpublic",
|
|
967
|
+
"operation": "findPublic",
|
|
968
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "mcp",
|
|
972
|
+
"name": "chatroomcollection_finddms",
|
|
973
|
+
"operation": "findDMs",
|
|
974
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"kind": "mcp",
|
|
978
|
+
"name": "chatroomcollection_findagentrooms",
|
|
979
|
+
"operation": "findAgentRooms",
|
|
980
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"kind": "mcp",
|
|
984
|
+
"name": "chatroomcollection_search",
|
|
985
|
+
"operation": "search",
|
|
986
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "mcp",
|
|
990
|
+
"name": "chatroomcollection_findorcreatedm",
|
|
991
|
+
"operation": "findOrCreateDM",
|
|
992
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"relationshipFeatures": [
|
|
996
|
+
"uuidColumns"
|
|
997
|
+
],
|
|
998
|
+
"tags": [],
|
|
999
|
+
"risks": []
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "ChatThreadCollection",
|
|
1003
|
+
"qualifiedName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
1004
|
+
"collection": "chatthreads",
|
|
1005
|
+
"tableName": "chat_threads",
|
|
1006
|
+
"packageName": "@happyvertical/smrt-chat",
|
|
1007
|
+
"extends": "SmrtCollection",
|
|
1008
|
+
"fields": [],
|
|
1009
|
+
"relationships": [],
|
|
1010
|
+
"methods": [
|
|
1011
|
+
"getActive",
|
|
1012
|
+
"getByRoom",
|
|
1013
|
+
"getUnresolved"
|
|
1014
|
+
],
|
|
1015
|
+
"methodSignatures": [
|
|
1016
|
+
{
|
|
1017
|
+
"name": "getActive",
|
|
1018
|
+
"async": true,
|
|
1019
|
+
"params": [
|
|
1020
|
+
"roomId: string"
|
|
1021
|
+
],
|
|
1022
|
+
"returns": "Promise<ChatThread[]>"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "getByRoom",
|
|
1026
|
+
"async": true,
|
|
1027
|
+
"params": [
|
|
1028
|
+
"roomId: string"
|
|
1029
|
+
],
|
|
1030
|
+
"returns": "Promise<ChatThread[]>"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "getUnresolved",
|
|
1034
|
+
"async": true,
|
|
1035
|
+
"returns": "Promise<ChatThread[]>"
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"surfaces": [
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "api",
|
|
1041
|
+
"name": "chatthreads.getByRoom",
|
|
1042
|
+
"operation": "getByRoom",
|
|
1043
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
1044
|
+
"path": "/chatthreads/getByRoom",
|
|
1045
|
+
"method": "POST"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "api",
|
|
1049
|
+
"name": "chatthreads.getActive",
|
|
1050
|
+
"operation": "getActive",
|
|
1051
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
1052
|
+
"path": "/chatthreads/getActive",
|
|
1053
|
+
"method": "POST"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "api",
|
|
1057
|
+
"name": "chatthreads.getUnresolved",
|
|
1058
|
+
"operation": "getUnresolved",
|
|
1059
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
1060
|
+
"path": "/chatthreads/getUnresolved",
|
|
1061
|
+
"method": "POST"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"kind": "cli",
|
|
1065
|
+
"name": "chatthreadcollection_getByRoom",
|
|
1066
|
+
"operation": "getByRoom",
|
|
1067
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "cli",
|
|
1071
|
+
"name": "chatthreadcollection_getActive",
|
|
1072
|
+
"operation": "getActive",
|
|
1073
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "cli",
|
|
1077
|
+
"name": "chatthreadcollection_getUnresolved",
|
|
1078
|
+
"operation": "getUnresolved",
|
|
1079
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"kind": "mcp",
|
|
1083
|
+
"name": "chatthreadcollection_getbyroom",
|
|
1084
|
+
"operation": "getByRoom",
|
|
1085
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"kind": "mcp",
|
|
1089
|
+
"name": "chatthreadcollection_getactive",
|
|
1090
|
+
"operation": "getActive",
|
|
1091
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "mcp",
|
|
1095
|
+
"name": "chatthreadcollection_getunresolved",
|
|
1096
|
+
"operation": "getUnresolved",
|
|
1097
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
1098
|
+
}
|
|
1099
|
+
],
|
|
1100
|
+
"relationshipFeatures": [
|
|
1101
|
+
"uuidColumns"
|
|
1102
|
+
],
|
|
1103
|
+
"tags": [],
|
|
1104
|
+
"risks": []
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "VoiceGatewayTurnCollection",
|
|
1108
|
+
"qualifiedName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection",
|
|
483
1109
|
"collection": "voicegatewayturns",
|
|
484
1110
|
"tableName": "voice_gateway_turns",
|
|
485
1111
|
"packageName": "@happyvertical/smrt-chat",
|
|
@@ -499,7 +1125,28 @@
|
|
|
499
1125
|
"returns": "Promise<VoiceGatewayTurn>"
|
|
500
1126
|
}
|
|
501
1127
|
],
|
|
502
|
-
"surfaces": [
|
|
1128
|
+
"surfaces": [
|
|
1129
|
+
{
|
|
1130
|
+
"kind": "api",
|
|
1131
|
+
"name": "voicegatewayturns.reserveTurn",
|
|
1132
|
+
"operation": "reserveTurn",
|
|
1133
|
+
"objectName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection",
|
|
1134
|
+
"path": "/voicegatewayturns/reserveTurn",
|
|
1135
|
+
"method": "POST"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"kind": "cli",
|
|
1139
|
+
"name": "voicegatewayturncollection_reserveTurn",
|
|
1140
|
+
"operation": "reserveTurn",
|
|
1141
|
+
"objectName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"kind": "mcp",
|
|
1145
|
+
"name": "voicegatewayturncollection_reserveturn",
|
|
1146
|
+
"operation": "reserveTurn",
|
|
1147
|
+
"objectName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
503
1150
|
"relationshipFeatures": [
|
|
504
1151
|
"uuidColumns"
|
|
505
1152
|
],
|
|
@@ -539,7 +1186,48 @@
|
|
|
539
1186
|
"returns": "Promise<VoiceSession | null>"
|
|
540
1187
|
}
|
|
541
1188
|
],
|
|
542
|
-
"surfaces": [
|
|
1189
|
+
"surfaces": [
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "api",
|
|
1192
|
+
"name": "voicesessions.getActiveById",
|
|
1193
|
+
"operation": "getActiveById",
|
|
1194
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection",
|
|
1195
|
+
"path": "/voicesessions/getActiveById",
|
|
1196
|
+
"method": "POST"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"kind": "api",
|
|
1200
|
+
"name": "voicesessions.expireStale",
|
|
1201
|
+
"operation": "expireStale",
|
|
1202
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection",
|
|
1203
|
+
"path": "/voicesessions/expireStale",
|
|
1204
|
+
"method": "POST"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"kind": "cli",
|
|
1208
|
+
"name": "voicesessioncollection_getActiveById",
|
|
1209
|
+
"operation": "getActiveById",
|
|
1210
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"kind": "cli",
|
|
1214
|
+
"name": "voicesessioncollection_expireStale",
|
|
1215
|
+
"operation": "expireStale",
|
|
1216
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "mcp",
|
|
1220
|
+
"name": "voicesessioncollection_getactivebyid",
|
|
1221
|
+
"operation": "getActiveById",
|
|
1222
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "mcp",
|
|
1226
|
+
"name": "voicesessioncollection_expirestale",
|
|
1227
|
+
"operation": "expireStale",
|
|
1228
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
1229
|
+
}
|
|
1230
|
+
],
|
|
543
1231
|
"relationshipFeatures": [
|
|
544
1232
|
"uuidColumns"
|
|
545
1233
|
],
|
|
@@ -812,6 +1500,78 @@
|
|
|
812
1500
|
"operation": "delete",
|
|
813
1501
|
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
814
1502
|
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "cli",
|
|
1505
|
+
"name": "agentsession_getAllowedTools",
|
|
1506
|
+
"operation": "getAllowedTools",
|
|
1507
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "cli",
|
|
1511
|
+
"name": "agentsession_setAllowedTools",
|
|
1512
|
+
"operation": "setAllowedTools",
|
|
1513
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "cli",
|
|
1517
|
+
"name": "agentsession_isToolAllowed",
|
|
1518
|
+
"operation": "isToolAllowed",
|
|
1519
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "cli",
|
|
1523
|
+
"name": "agentsession_isActive",
|
|
1524
|
+
"operation": "isActive",
|
|
1525
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "cli",
|
|
1529
|
+
"name": "agentsession_isExpired",
|
|
1530
|
+
"operation": "isExpired",
|
|
1531
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "cli",
|
|
1535
|
+
"name": "agentsession_close",
|
|
1536
|
+
"operation": "close",
|
|
1537
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "cli",
|
|
1541
|
+
"name": "agentsession_expire",
|
|
1542
|
+
"operation": "expire",
|
|
1543
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"kind": "cli",
|
|
1547
|
+
"name": "agentsession_getSessionContext",
|
|
1548
|
+
"operation": "getSessionContext",
|
|
1549
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "cli",
|
|
1553
|
+
"name": "agentsession_setSessionContext",
|
|
1554
|
+
"operation": "setSessionContext",
|
|
1555
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "cli",
|
|
1559
|
+
"name": "agentsession_getSessionKey",
|
|
1560
|
+
"operation": "getSessionKey",
|
|
1561
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "cli",
|
|
1565
|
+
"name": "agentsession_updateSessionContext",
|
|
1566
|
+
"operation": "updateSessionContext",
|
|
1567
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "cli",
|
|
1571
|
+
"name": "agentsession_recordMessage",
|
|
1572
|
+
"operation": "recordMessage",
|
|
1573
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
1574
|
+
},
|
|
815
1575
|
{
|
|
816
1576
|
"kind": "mcp",
|
|
817
1577
|
"name": "agentsession_list",
|
|
@@ -1130,56 +1890,140 @@
|
|
|
1130
1890
|
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1131
1891
|
},
|
|
1132
1892
|
{
|
|
1133
|
-
"kind": "
|
|
1134
|
-
"name": "
|
|
1135
|
-
"operation": "
|
|
1893
|
+
"kind": "cli",
|
|
1894
|
+
"name": "chatmessage_getAttachments",
|
|
1895
|
+
"operation": "getAttachments",
|
|
1136
1896
|
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1137
1897
|
},
|
|
1138
1898
|
{
|
|
1139
|
-
"kind": "
|
|
1140
|
-
"name": "
|
|
1141
|
-
"operation": "
|
|
1899
|
+
"kind": "cli",
|
|
1900
|
+
"name": "chatmessage_setAttachments",
|
|
1901
|
+
"operation": "setAttachments",
|
|
1142
1902
|
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1143
|
-
}
|
|
1144
|
-
],
|
|
1145
|
-
"relationshipFeatures": [
|
|
1146
|
-
"crossPackageRef",
|
|
1147
|
-
"foreignKey",
|
|
1148
|
-
"uuidColumns"
|
|
1149
|
-
],
|
|
1150
|
-
"tags": [],
|
|
1151
|
-
"risks": []
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"name": "ChatParticipant",
|
|
1155
|
-
"qualifiedName": "@happyvertical/smrt-chat:ChatParticipant",
|
|
1156
|
-
"collection": "chatparticipants",
|
|
1157
|
-
"tableName": "chat_participants",
|
|
1158
|
-
"packageName": "@happyvertical/smrt-chat",
|
|
1159
|
-
"extends": "SmrtObject",
|
|
1160
|
-
"fields": [
|
|
1903
|
+
},
|
|
1161
1904
|
{
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1905
|
+
"kind": "cli",
|
|
1906
|
+
"name": "chatmessage_getMetadata",
|
|
1907
|
+
"operation": "getMetadata",
|
|
1908
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1166
1909
|
},
|
|
1167
1910
|
{
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1172
|
-
"columnType": "UUID"
|
|
1911
|
+
"kind": "cli",
|
|
1912
|
+
"name": "chatmessage_setMetadata",
|
|
1913
|
+
"operation": "setMetadata",
|
|
1914
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1173
1915
|
},
|
|
1174
1916
|
{
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1178
|
-
"
|
|
1179
|
-
"columnType": "UUID"
|
|
1917
|
+
"kind": "cli",
|
|
1918
|
+
"name": "chatmessage_getToolCallData",
|
|
1919
|
+
"operation": "getToolCallData",
|
|
1920
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1180
1921
|
},
|
|
1181
1922
|
{
|
|
1182
|
-
"
|
|
1923
|
+
"kind": "cli",
|
|
1924
|
+
"name": "chatmessage_setToolCallData",
|
|
1925
|
+
"operation": "setToolCallData",
|
|
1926
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"kind": "cli",
|
|
1930
|
+
"name": "chatmessage_hasAttachments",
|
|
1931
|
+
"operation": "hasAttachments",
|
|
1932
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "cli",
|
|
1936
|
+
"name": "chatmessage_isToolCall",
|
|
1937
|
+
"operation": "isToolCall",
|
|
1938
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "cli",
|
|
1942
|
+
"name": "chatmessage_isToolResult",
|
|
1943
|
+
"operation": "isToolResult",
|
|
1944
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"kind": "cli",
|
|
1948
|
+
"name": "chatmessage_isFromAgent",
|
|
1949
|
+
"operation": "isFromAgent",
|
|
1950
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "cli",
|
|
1954
|
+
"name": "chatmessage_isSystemMessage",
|
|
1955
|
+
"operation": "isSystemMessage",
|
|
1956
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"kind": "cli",
|
|
1960
|
+
"name": "chatmessage_edit",
|
|
1961
|
+
"operation": "edit",
|
|
1962
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"kind": "cli",
|
|
1966
|
+
"name": "chatmessage_softDelete",
|
|
1967
|
+
"operation": "softDelete",
|
|
1968
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"kind": "cli",
|
|
1972
|
+
"name": "chatmessage_getPreview",
|
|
1973
|
+
"operation": "getPreview",
|
|
1974
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "mcp",
|
|
1978
|
+
"name": "chatmessage_list",
|
|
1979
|
+
"operation": "list",
|
|
1980
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "mcp",
|
|
1984
|
+
"name": "chatmessage_get",
|
|
1985
|
+
"operation": "get",
|
|
1986
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1989
|
+
"relationshipFeatures": [
|
|
1990
|
+
"crossPackageRef",
|
|
1991
|
+
"foreignKey",
|
|
1992
|
+
"uuidColumns"
|
|
1993
|
+
],
|
|
1994
|
+
"tags": [],
|
|
1995
|
+
"risks": []
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"name": "ChatParticipant",
|
|
1999
|
+
"qualifiedName": "@happyvertical/smrt-chat:ChatParticipant",
|
|
2000
|
+
"collection": "chatparticipants",
|
|
2001
|
+
"tableName": "chat_participants",
|
|
2002
|
+
"packageName": "@happyvertical/smrt-chat",
|
|
2003
|
+
"extends": "SmrtObject",
|
|
2004
|
+
"fields": [
|
|
2005
|
+
{
|
|
2006
|
+
"name": "tenantId",
|
|
2007
|
+
"type": "text",
|
|
2008
|
+
"required": true,
|
|
2009
|
+
"columnType": "UUID"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "roomId",
|
|
2013
|
+
"type": "foreignKey",
|
|
2014
|
+
"required": true,
|
|
2015
|
+
"related": "ChatRoom",
|
|
2016
|
+
"columnType": "UUID"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "profileId",
|
|
2020
|
+
"type": "crossPackageRef",
|
|
2021
|
+
"required": true,
|
|
2022
|
+
"related": "@happyvertical/smrt-profiles:Profile",
|
|
2023
|
+
"columnType": "UUID"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"name": "role",
|
|
1183
2027
|
"type": "text",
|
|
1184
2028
|
"required": true,
|
|
1185
2029
|
"columnType": "TEXT",
|
|
@@ -1363,6 +2207,42 @@
|
|
|
1363
2207
|
"operation": "delete",
|
|
1364
2208
|
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
1365
2209
|
},
|
|
2210
|
+
{
|
|
2211
|
+
"kind": "cli",
|
|
2212
|
+
"name": "chatparticipant_isActive",
|
|
2213
|
+
"operation": "isActive",
|
|
2214
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "cli",
|
|
2218
|
+
"name": "chatparticipant_isOwner",
|
|
2219
|
+
"operation": "isOwner",
|
|
2220
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"kind": "cli",
|
|
2224
|
+
"name": "chatparticipant_isAdmin",
|
|
2225
|
+
"operation": "isAdmin",
|
|
2226
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "cli",
|
|
2230
|
+
"name": "chatparticipant_markRead",
|
|
2231
|
+
"operation": "markRead",
|
|
2232
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "cli",
|
|
2236
|
+
"name": "chatparticipant_leave",
|
|
2237
|
+
"operation": "leave",
|
|
2238
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "cli",
|
|
2242
|
+
"name": "chatparticipant_setOnline",
|
|
2243
|
+
"operation": "setOnline",
|
|
2244
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2245
|
+
},
|
|
1366
2246
|
{
|
|
1367
2247
|
"kind": "mcp",
|
|
1368
2248
|
"name": "chatparticipant_list",
|
|
@@ -1685,6 +2565,60 @@
|
|
|
1685
2565
|
"operation": "delete",
|
|
1686
2566
|
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
1687
2567
|
},
|
|
2568
|
+
{
|
|
2569
|
+
"kind": "cli",
|
|
2570
|
+
"name": "chatroom_getMetadata",
|
|
2571
|
+
"operation": "getMetadata",
|
|
2572
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"kind": "cli",
|
|
2576
|
+
"name": "chatroom_setMetadata",
|
|
2577
|
+
"operation": "setMetadata",
|
|
2578
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "cli",
|
|
2582
|
+
"name": "chatroom_updateMetadata",
|
|
2583
|
+
"operation": "updateMetadata",
|
|
2584
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"kind": "cli",
|
|
2588
|
+
"name": "chatroom_isDM",
|
|
2589
|
+
"operation": "isDM",
|
|
2590
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"kind": "cli",
|
|
2594
|
+
"name": "chatroom_isAgentRoom",
|
|
2595
|
+
"operation": "isAgentRoom",
|
|
2596
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "cli",
|
|
2600
|
+
"name": "chatroom_isPublic",
|
|
2601
|
+
"operation": "isPublic",
|
|
2602
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"kind": "cli",
|
|
2606
|
+
"name": "chatroom_isActive",
|
|
2607
|
+
"operation": "isActive",
|
|
2608
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"kind": "cli",
|
|
2612
|
+
"name": "chatroom_archive",
|
|
2613
|
+
"operation": "archive",
|
|
2614
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"kind": "cli",
|
|
2618
|
+
"name": "chatroom_unarchive",
|
|
2619
|
+
"operation": "unarchive",
|
|
2620
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2621
|
+
},
|
|
1688
2622
|
{
|
|
1689
2623
|
"kind": "mcp",
|
|
1690
2624
|
"name": "chatroom_list",
|
|
@@ -1857,6 +2791,18 @@
|
|
|
1857
2791
|
"operation": "delete",
|
|
1858
2792
|
"objectName": "@happyvertical/smrt-chat:ChatThread"
|
|
1859
2793
|
},
|
|
2794
|
+
{
|
|
2795
|
+
"kind": "cli",
|
|
2796
|
+
"name": "chatthread_resolve",
|
|
2797
|
+
"operation": "resolve",
|
|
2798
|
+
"objectName": "@happyvertical/smrt-chat:ChatThread"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"kind": "cli",
|
|
2802
|
+
"name": "chatthread_reopen",
|
|
2803
|
+
"operation": "reopen",
|
|
2804
|
+
"objectName": "@happyvertical/smrt-chat:ChatThread"
|
|
2805
|
+
},
|
|
1860
2806
|
{
|
|
1861
2807
|
"kind": "mcp",
|
|
1862
2808
|
"name": "chatthread_list",
|
|
@@ -2314,6 +3260,72 @@
|
|
|
2314
3260
|
"operation": "delete",
|
|
2315
3261
|
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
2316
3262
|
},
|
|
3263
|
+
{
|
|
3264
|
+
"kind": "cli",
|
|
3265
|
+
"name": "voicesession_isActive",
|
|
3266
|
+
"operation": "isActive",
|
|
3267
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"kind": "cli",
|
|
3271
|
+
"name": "voicesession_isExpired",
|
|
3272
|
+
"operation": "isExpired",
|
|
3273
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"kind": "cli",
|
|
3277
|
+
"name": "voicesession_expire",
|
|
3278
|
+
"operation": "expire",
|
|
3279
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"kind": "cli",
|
|
3283
|
+
"name": "voicesession_revoke",
|
|
3284
|
+
"operation": "revoke",
|
|
3285
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"kind": "cli",
|
|
3289
|
+
"name": "voicesession_getPersonaSnapshot",
|
|
3290
|
+
"operation": "getPersonaSnapshot",
|
|
3291
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "cli",
|
|
3295
|
+
"name": "voicesession_setPersonaSnapshot",
|
|
3296
|
+
"operation": "setPersonaSnapshot",
|
|
3297
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"kind": "cli",
|
|
3301
|
+
"name": "voicesession_getMetadata",
|
|
3302
|
+
"operation": "getMetadata",
|
|
3303
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"kind": "cli",
|
|
3307
|
+
"name": "voicesession_setMetadata",
|
|
3308
|
+
"operation": "setMetadata",
|
|
3309
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
"kind": "cli",
|
|
3313
|
+
"name": "voicesession_getProcessedTurnIds",
|
|
3314
|
+
"operation": "getProcessedTurnIds",
|
|
3315
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"kind": "cli",
|
|
3319
|
+
"name": "voicesession_hasProcessedTurn",
|
|
3320
|
+
"operation": "hasProcessedTurn",
|
|
3321
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"kind": "cli",
|
|
3325
|
+
"name": "voicesession_recordGatewayTurn",
|
|
3326
|
+
"operation": "recordGatewayTurn",
|
|
3327
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
3328
|
+
},
|
|
2317
3329
|
{
|
|
2318
3330
|
"kind": "mcp",
|
|
2319
3331
|
"name": "voicesession_list",
|
|
@@ -2337,6 +3349,686 @@
|
|
|
2337
3349
|
}
|
|
2338
3350
|
],
|
|
2339
3351
|
"surfaces": [
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "api",
|
|
3354
|
+
"name": "agentsessions.findActiveByParticipant",
|
|
3355
|
+
"operation": "findActiveByParticipant",
|
|
3356
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
3357
|
+
"path": "/agentsessions/findActiveByParticipant",
|
|
3358
|
+
"method": "POST"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"kind": "api",
|
|
3362
|
+
"name": "agentsessions.findActiveSession",
|
|
3363
|
+
"operation": "findActiveSession",
|
|
3364
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
3365
|
+
"path": "/agentsessions/findActiveSession",
|
|
3366
|
+
"method": "POST"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "api",
|
|
3370
|
+
"name": "agentsessions.findOrCreate",
|
|
3371
|
+
"operation": "findOrCreate",
|
|
3372
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
3373
|
+
"path": "/agentsessions/findOrCreate",
|
|
3374
|
+
"method": "POST"
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"kind": "api",
|
|
3378
|
+
"name": "agentsessions.findByAgent",
|
|
3379
|
+
"operation": "findByAgent",
|
|
3380
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
3381
|
+
"path": "/agentsessions/findByAgent",
|
|
3382
|
+
"method": "POST"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"kind": "api",
|
|
3386
|
+
"name": "agentsessions.expireStale",
|
|
3387
|
+
"operation": "expireStale",
|
|
3388
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection",
|
|
3389
|
+
"path": "/agentsessions/expireStale",
|
|
3390
|
+
"method": "POST"
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"kind": "cli",
|
|
3394
|
+
"name": "agentsessioncollection_findActiveByParticipant",
|
|
3395
|
+
"operation": "findActiveByParticipant",
|
|
3396
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"kind": "cli",
|
|
3400
|
+
"name": "agentsessioncollection_findActiveSession",
|
|
3401
|
+
"operation": "findActiveSession",
|
|
3402
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"kind": "cli",
|
|
3406
|
+
"name": "agentsessioncollection_findOrCreate",
|
|
3407
|
+
"operation": "findOrCreate",
|
|
3408
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "cli",
|
|
3412
|
+
"name": "agentsessioncollection_findByAgent",
|
|
3413
|
+
"operation": "findByAgent",
|
|
3414
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"kind": "cli",
|
|
3418
|
+
"name": "agentsessioncollection_expireStale",
|
|
3419
|
+
"operation": "expireStale",
|
|
3420
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "mcp",
|
|
3424
|
+
"name": "agentsessioncollection_findactivebyparticipant",
|
|
3425
|
+
"operation": "findActiveByParticipant",
|
|
3426
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "mcp",
|
|
3430
|
+
"name": "agentsessioncollection_findactivesession",
|
|
3431
|
+
"operation": "findActiveSession",
|
|
3432
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"kind": "mcp",
|
|
3436
|
+
"name": "agentsessioncollection_findorcreate",
|
|
3437
|
+
"operation": "findOrCreate",
|
|
3438
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"kind": "mcp",
|
|
3442
|
+
"name": "agentsessioncollection_findbyagent",
|
|
3443
|
+
"operation": "findByAgent",
|
|
3444
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"kind": "mcp",
|
|
3448
|
+
"name": "agentsessioncollection_expirestale",
|
|
3449
|
+
"operation": "expireStale",
|
|
3450
|
+
"objectName": "@happyvertical/smrt-chat:AgentSessionCollection"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "api",
|
|
3454
|
+
"name": "chatmessages.getByRoom",
|
|
3455
|
+
"operation": "getByRoom",
|
|
3456
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
3457
|
+
"path": "/chatmessages/getByRoom",
|
|
3458
|
+
"method": "POST"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "api",
|
|
3462
|
+
"name": "chatmessages.getByThread",
|
|
3463
|
+
"operation": "getByThread",
|
|
3464
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
3465
|
+
"path": "/chatmessages/getByThread",
|
|
3466
|
+
"method": "POST"
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"kind": "api",
|
|
3470
|
+
"name": "chatmessages.getByAgentSession",
|
|
3471
|
+
"operation": "getByAgentSession",
|
|
3472
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
3473
|
+
"path": "/chatmessages/getByAgentSession",
|
|
3474
|
+
"method": "POST"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"kind": "api",
|
|
3478
|
+
"name": "chatmessages.search",
|
|
3479
|
+
"operation": "search",
|
|
3480
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
3481
|
+
"path": "/chatmessages/search",
|
|
3482
|
+
"method": "POST"
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"kind": "api",
|
|
3486
|
+
"name": "chatmessages.getUnreadCount",
|
|
3487
|
+
"operation": "getUnreadCount",
|
|
3488
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
3489
|
+
"path": "/chatmessages/getUnreadCount",
|
|
3490
|
+
"method": "POST"
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "api",
|
|
3494
|
+
"name": "chatmessages.getLatestPerRoom",
|
|
3495
|
+
"operation": "getLatestPerRoom",
|
|
3496
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection",
|
|
3497
|
+
"path": "/chatmessages/getLatestPerRoom",
|
|
3498
|
+
"method": "POST"
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"kind": "cli",
|
|
3502
|
+
"name": "chatmessagecollection_getByRoom",
|
|
3503
|
+
"operation": "getByRoom",
|
|
3504
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"kind": "cli",
|
|
3508
|
+
"name": "chatmessagecollection_getByThread",
|
|
3509
|
+
"operation": "getByThread",
|
|
3510
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"kind": "cli",
|
|
3514
|
+
"name": "chatmessagecollection_getByAgentSession",
|
|
3515
|
+
"operation": "getByAgentSession",
|
|
3516
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"kind": "cli",
|
|
3520
|
+
"name": "chatmessagecollection_search",
|
|
3521
|
+
"operation": "search",
|
|
3522
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "cli",
|
|
3526
|
+
"name": "chatmessagecollection_getUnreadCount",
|
|
3527
|
+
"operation": "getUnreadCount",
|
|
3528
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"kind": "cli",
|
|
3532
|
+
"name": "chatmessagecollection_getLatestPerRoom",
|
|
3533
|
+
"operation": "getLatestPerRoom",
|
|
3534
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"kind": "mcp",
|
|
3538
|
+
"name": "chatmessagecollection_getbyroom",
|
|
3539
|
+
"operation": "getByRoom",
|
|
3540
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"kind": "mcp",
|
|
3544
|
+
"name": "chatmessagecollection_getbythread",
|
|
3545
|
+
"operation": "getByThread",
|
|
3546
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"kind": "mcp",
|
|
3550
|
+
"name": "chatmessagecollection_getbyagentsession",
|
|
3551
|
+
"operation": "getByAgentSession",
|
|
3552
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "mcp",
|
|
3556
|
+
"name": "chatmessagecollection_search",
|
|
3557
|
+
"operation": "search",
|
|
3558
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"kind": "mcp",
|
|
3562
|
+
"name": "chatmessagecollection_getunreadcount",
|
|
3563
|
+
"operation": "getUnreadCount",
|
|
3564
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "mcp",
|
|
3568
|
+
"name": "chatmessagecollection_getlatestperroom",
|
|
3569
|
+
"operation": "getLatestPerRoom",
|
|
3570
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "api",
|
|
3574
|
+
"name": "chatparticipants.getByRoom",
|
|
3575
|
+
"operation": "getByRoom",
|
|
3576
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3577
|
+
"path": "/chatparticipants/getByRoom",
|
|
3578
|
+
"method": "POST"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"kind": "api",
|
|
3582
|
+
"name": "chatparticipants.getByProfile",
|
|
3583
|
+
"operation": "getByProfile",
|
|
3584
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3585
|
+
"path": "/chatparticipants/getByProfile",
|
|
3586
|
+
"method": "POST"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"kind": "api",
|
|
3590
|
+
"name": "chatparticipants.findMembership",
|
|
3591
|
+
"operation": "findMembership",
|
|
3592
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3593
|
+
"path": "/chatparticipants/findMembership",
|
|
3594
|
+
"method": "POST"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "api",
|
|
3598
|
+
"name": "chatparticipants.findActiveMembership",
|
|
3599
|
+
"operation": "findActiveMembership",
|
|
3600
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3601
|
+
"path": "/chatparticipants/findActiveMembership",
|
|
3602
|
+
"method": "POST"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"kind": "api",
|
|
3606
|
+
"name": "chatparticipants.isActiveMember",
|
|
3607
|
+
"operation": "isActiveMember",
|
|
3608
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3609
|
+
"path": "/chatparticipants/isActiveMember",
|
|
3610
|
+
"method": "POST"
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"kind": "api",
|
|
3614
|
+
"name": "chatparticipants.getOnlineInRoom",
|
|
3615
|
+
"operation": "getOnlineInRoom",
|
|
3616
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3617
|
+
"path": "/chatparticipants/getOnlineInRoom",
|
|
3618
|
+
"method": "POST"
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"kind": "api",
|
|
3622
|
+
"name": "chatparticipants.getAdminsInRoom",
|
|
3623
|
+
"operation": "getAdminsInRoom",
|
|
3624
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3625
|
+
"path": "/chatparticipants/getAdminsInRoom",
|
|
3626
|
+
"method": "POST"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"kind": "api",
|
|
3630
|
+
"name": "chatparticipants.countInRoom",
|
|
3631
|
+
"operation": "countInRoom",
|
|
3632
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection",
|
|
3633
|
+
"path": "/chatparticipants/countInRoom",
|
|
3634
|
+
"method": "POST"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "cli",
|
|
3638
|
+
"name": "chatparticipantcollection_getByRoom",
|
|
3639
|
+
"operation": "getByRoom",
|
|
3640
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"kind": "cli",
|
|
3644
|
+
"name": "chatparticipantcollection_getByProfile",
|
|
3645
|
+
"operation": "getByProfile",
|
|
3646
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"kind": "cli",
|
|
3650
|
+
"name": "chatparticipantcollection_findMembership",
|
|
3651
|
+
"operation": "findMembership",
|
|
3652
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"kind": "cli",
|
|
3656
|
+
"name": "chatparticipantcollection_findActiveMembership",
|
|
3657
|
+
"operation": "findActiveMembership",
|
|
3658
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "cli",
|
|
3662
|
+
"name": "chatparticipantcollection_isActiveMember",
|
|
3663
|
+
"operation": "isActiveMember",
|
|
3664
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"kind": "cli",
|
|
3668
|
+
"name": "chatparticipantcollection_getOnlineInRoom",
|
|
3669
|
+
"operation": "getOnlineInRoom",
|
|
3670
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"kind": "cli",
|
|
3674
|
+
"name": "chatparticipantcollection_getAdminsInRoom",
|
|
3675
|
+
"operation": "getAdminsInRoom",
|
|
3676
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"kind": "cli",
|
|
3680
|
+
"name": "chatparticipantcollection_countInRoom",
|
|
3681
|
+
"operation": "countInRoom",
|
|
3682
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"kind": "mcp",
|
|
3686
|
+
"name": "chatparticipantcollection_getbyroom",
|
|
3687
|
+
"operation": "getByRoom",
|
|
3688
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"kind": "mcp",
|
|
3692
|
+
"name": "chatparticipantcollection_getbyprofile",
|
|
3693
|
+
"operation": "getByProfile",
|
|
3694
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "mcp",
|
|
3698
|
+
"name": "chatparticipantcollection_findmembership",
|
|
3699
|
+
"operation": "findMembership",
|
|
3700
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"kind": "mcp",
|
|
3704
|
+
"name": "chatparticipantcollection_findactivemembership",
|
|
3705
|
+
"operation": "findActiveMembership",
|
|
3706
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"kind": "mcp",
|
|
3710
|
+
"name": "chatparticipantcollection_isactivemember",
|
|
3711
|
+
"operation": "isActiveMember",
|
|
3712
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"kind": "mcp",
|
|
3716
|
+
"name": "chatparticipantcollection_getonlineinroom",
|
|
3717
|
+
"operation": "getOnlineInRoom",
|
|
3718
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"kind": "mcp",
|
|
3722
|
+
"name": "chatparticipantcollection_getadminsinroom",
|
|
3723
|
+
"operation": "getAdminsInRoom",
|
|
3724
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"kind": "mcp",
|
|
3728
|
+
"name": "chatparticipantcollection_countinroom",
|
|
3729
|
+
"operation": "countInRoom",
|
|
3730
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipantCollection"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"kind": "api",
|
|
3734
|
+
"name": "chatreactions.getByMessage",
|
|
3735
|
+
"operation": "getByMessage",
|
|
3736
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection",
|
|
3737
|
+
"path": "/chatreactions/getByMessage",
|
|
3738
|
+
"method": "POST"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"kind": "api",
|
|
3742
|
+
"name": "chatreactions.getReactionCounts",
|
|
3743
|
+
"operation": "getReactionCounts",
|
|
3744
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection",
|
|
3745
|
+
"path": "/chatreactions/getReactionCounts",
|
|
3746
|
+
"method": "POST"
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"kind": "api",
|
|
3750
|
+
"name": "chatreactions.toggle",
|
|
3751
|
+
"operation": "toggle",
|
|
3752
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection",
|
|
3753
|
+
"path": "/chatreactions/toggle",
|
|
3754
|
+
"method": "POST"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"kind": "cli",
|
|
3758
|
+
"name": "chatreactioncollection_getByMessage",
|
|
3759
|
+
"operation": "getByMessage",
|
|
3760
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"kind": "cli",
|
|
3764
|
+
"name": "chatreactioncollection_getReactionCounts",
|
|
3765
|
+
"operation": "getReactionCounts",
|
|
3766
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"kind": "cli",
|
|
3770
|
+
"name": "chatreactioncollection_toggle",
|
|
3771
|
+
"operation": "toggle",
|
|
3772
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"kind": "mcp",
|
|
3776
|
+
"name": "chatreactioncollection_getbymessage",
|
|
3777
|
+
"operation": "getByMessage",
|
|
3778
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"kind": "mcp",
|
|
3782
|
+
"name": "chatreactioncollection_getreactioncounts",
|
|
3783
|
+
"operation": "getReactionCounts",
|
|
3784
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"kind": "mcp",
|
|
3788
|
+
"name": "chatreactioncollection_toggle",
|
|
3789
|
+
"operation": "toggle",
|
|
3790
|
+
"objectName": "@happyvertical/smrt-chat:ChatReactionCollection"
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "api",
|
|
3794
|
+
"name": "chatrooms.findByType",
|
|
3795
|
+
"operation": "findByType",
|
|
3796
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
3797
|
+
"path": "/chatrooms/findByType",
|
|
3798
|
+
"method": "POST"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "api",
|
|
3802
|
+
"name": "chatrooms.findPublic",
|
|
3803
|
+
"operation": "findPublic",
|
|
3804
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
3805
|
+
"path": "/chatrooms/findPublic",
|
|
3806
|
+
"method": "POST"
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"kind": "api",
|
|
3810
|
+
"name": "chatrooms.findDMs",
|
|
3811
|
+
"operation": "findDMs",
|
|
3812
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
3813
|
+
"path": "/chatrooms/findDMs",
|
|
3814
|
+
"method": "POST"
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"kind": "api",
|
|
3818
|
+
"name": "chatrooms.findAgentRooms",
|
|
3819
|
+
"operation": "findAgentRooms",
|
|
3820
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
3821
|
+
"path": "/chatrooms/findAgentRooms",
|
|
3822
|
+
"method": "POST"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"kind": "api",
|
|
3826
|
+
"name": "chatrooms.search",
|
|
3827
|
+
"operation": "search",
|
|
3828
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
3829
|
+
"path": "/chatrooms/search",
|
|
3830
|
+
"method": "POST"
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"kind": "api",
|
|
3834
|
+
"name": "chatrooms.findOrCreateDM",
|
|
3835
|
+
"operation": "findOrCreateDM",
|
|
3836
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection",
|
|
3837
|
+
"path": "/chatrooms/findOrCreateDM",
|
|
3838
|
+
"method": "POST"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"kind": "cli",
|
|
3842
|
+
"name": "chatroomcollection_findByType",
|
|
3843
|
+
"operation": "findByType",
|
|
3844
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"kind": "cli",
|
|
3848
|
+
"name": "chatroomcollection_findPublic",
|
|
3849
|
+
"operation": "findPublic",
|
|
3850
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"kind": "cli",
|
|
3854
|
+
"name": "chatroomcollection_findDMs",
|
|
3855
|
+
"operation": "findDMs",
|
|
3856
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"kind": "cli",
|
|
3860
|
+
"name": "chatroomcollection_findAgentRooms",
|
|
3861
|
+
"operation": "findAgentRooms",
|
|
3862
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"kind": "cli",
|
|
3866
|
+
"name": "chatroomcollection_search",
|
|
3867
|
+
"operation": "search",
|
|
3868
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"kind": "cli",
|
|
3872
|
+
"name": "chatroomcollection_findOrCreateDM",
|
|
3873
|
+
"operation": "findOrCreateDM",
|
|
3874
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"kind": "mcp",
|
|
3878
|
+
"name": "chatroomcollection_findbytype",
|
|
3879
|
+
"operation": "findByType",
|
|
3880
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"kind": "mcp",
|
|
3884
|
+
"name": "chatroomcollection_findpublic",
|
|
3885
|
+
"operation": "findPublic",
|
|
3886
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"kind": "mcp",
|
|
3890
|
+
"name": "chatroomcollection_finddms",
|
|
3891
|
+
"operation": "findDMs",
|
|
3892
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"kind": "mcp",
|
|
3896
|
+
"name": "chatroomcollection_findagentrooms",
|
|
3897
|
+
"operation": "findAgentRooms",
|
|
3898
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"kind": "mcp",
|
|
3902
|
+
"name": "chatroomcollection_search",
|
|
3903
|
+
"operation": "search",
|
|
3904
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"kind": "mcp",
|
|
3908
|
+
"name": "chatroomcollection_findorcreatedm",
|
|
3909
|
+
"operation": "findOrCreateDM",
|
|
3910
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "api",
|
|
3914
|
+
"name": "chatthreads.getByRoom",
|
|
3915
|
+
"operation": "getByRoom",
|
|
3916
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
3917
|
+
"path": "/chatthreads/getByRoom",
|
|
3918
|
+
"method": "POST"
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"kind": "api",
|
|
3922
|
+
"name": "chatthreads.getActive",
|
|
3923
|
+
"operation": "getActive",
|
|
3924
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
3925
|
+
"path": "/chatthreads/getActive",
|
|
3926
|
+
"method": "POST"
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"kind": "api",
|
|
3930
|
+
"name": "chatthreads.getUnresolved",
|
|
3931
|
+
"operation": "getUnresolved",
|
|
3932
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection",
|
|
3933
|
+
"path": "/chatthreads/getUnresolved",
|
|
3934
|
+
"method": "POST"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"kind": "cli",
|
|
3938
|
+
"name": "chatthreadcollection_getByRoom",
|
|
3939
|
+
"operation": "getByRoom",
|
|
3940
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"kind": "cli",
|
|
3944
|
+
"name": "chatthreadcollection_getActive",
|
|
3945
|
+
"operation": "getActive",
|
|
3946
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "cli",
|
|
3950
|
+
"name": "chatthreadcollection_getUnresolved",
|
|
3951
|
+
"operation": "getUnresolved",
|
|
3952
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"kind": "mcp",
|
|
3956
|
+
"name": "chatthreadcollection_getbyroom",
|
|
3957
|
+
"operation": "getByRoom",
|
|
3958
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"kind": "mcp",
|
|
3962
|
+
"name": "chatthreadcollection_getactive",
|
|
3963
|
+
"operation": "getActive",
|
|
3964
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"kind": "mcp",
|
|
3968
|
+
"name": "chatthreadcollection_getunresolved",
|
|
3969
|
+
"operation": "getUnresolved",
|
|
3970
|
+
"objectName": "@happyvertical/smrt-chat:ChatThreadCollection"
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"kind": "api",
|
|
3974
|
+
"name": "voicegatewayturns.reserveTurn",
|
|
3975
|
+
"operation": "reserveTurn",
|
|
3976
|
+
"objectName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection",
|
|
3977
|
+
"path": "/voicegatewayturns/reserveTurn",
|
|
3978
|
+
"method": "POST"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"kind": "cli",
|
|
3982
|
+
"name": "voicegatewayturncollection_reserveTurn",
|
|
3983
|
+
"operation": "reserveTurn",
|
|
3984
|
+
"objectName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"kind": "mcp",
|
|
3988
|
+
"name": "voicegatewayturncollection_reserveturn",
|
|
3989
|
+
"operation": "reserveTurn",
|
|
3990
|
+
"objectName": "@happyvertical/smrt-chat:VoiceGatewayTurnCollection"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"kind": "api",
|
|
3994
|
+
"name": "voicesessions.getActiveById",
|
|
3995
|
+
"operation": "getActiveById",
|
|
3996
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection",
|
|
3997
|
+
"path": "/voicesessions/getActiveById",
|
|
3998
|
+
"method": "POST"
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"kind": "api",
|
|
4002
|
+
"name": "voicesessions.expireStale",
|
|
4003
|
+
"operation": "expireStale",
|
|
4004
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection",
|
|
4005
|
+
"path": "/voicesessions/expireStale",
|
|
4006
|
+
"method": "POST"
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"kind": "cli",
|
|
4010
|
+
"name": "voicesessioncollection_getActiveById",
|
|
4011
|
+
"operation": "getActiveById",
|
|
4012
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"kind": "cli",
|
|
4016
|
+
"name": "voicesessioncollection_expireStale",
|
|
4017
|
+
"operation": "expireStale",
|
|
4018
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"kind": "mcp",
|
|
4022
|
+
"name": "voicesessioncollection_getactivebyid",
|
|
4023
|
+
"operation": "getActiveById",
|
|
4024
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"kind": "mcp",
|
|
4028
|
+
"name": "voicesessioncollection_expirestale",
|
|
4029
|
+
"operation": "expireStale",
|
|
4030
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSessionCollection"
|
|
4031
|
+
},
|
|
2340
4032
|
{
|
|
2341
4033
|
"kind": "api",
|
|
2342
4034
|
"name": "agentsessions.list",
|
|
@@ -2383,6 +4075,78 @@
|
|
|
2383
4075
|
"operation": "delete",
|
|
2384
4076
|
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
2385
4077
|
},
|
|
4078
|
+
{
|
|
4079
|
+
"kind": "cli",
|
|
4080
|
+
"name": "agentsession_getAllowedTools",
|
|
4081
|
+
"operation": "getAllowedTools",
|
|
4082
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
"kind": "cli",
|
|
4086
|
+
"name": "agentsession_setAllowedTools",
|
|
4087
|
+
"operation": "setAllowedTools",
|
|
4088
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"kind": "cli",
|
|
4092
|
+
"name": "agentsession_isToolAllowed",
|
|
4093
|
+
"operation": "isToolAllowed",
|
|
4094
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"kind": "cli",
|
|
4098
|
+
"name": "agentsession_isActive",
|
|
4099
|
+
"operation": "isActive",
|
|
4100
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"kind": "cli",
|
|
4104
|
+
"name": "agentsession_isExpired",
|
|
4105
|
+
"operation": "isExpired",
|
|
4106
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"kind": "cli",
|
|
4110
|
+
"name": "agentsession_close",
|
|
4111
|
+
"operation": "close",
|
|
4112
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"kind": "cli",
|
|
4116
|
+
"name": "agentsession_expire",
|
|
4117
|
+
"operation": "expire",
|
|
4118
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"kind": "cli",
|
|
4122
|
+
"name": "agentsession_getSessionContext",
|
|
4123
|
+
"operation": "getSessionContext",
|
|
4124
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"kind": "cli",
|
|
4128
|
+
"name": "agentsession_setSessionContext",
|
|
4129
|
+
"operation": "setSessionContext",
|
|
4130
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"kind": "cli",
|
|
4134
|
+
"name": "agentsession_getSessionKey",
|
|
4135
|
+
"operation": "getSessionKey",
|
|
4136
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"kind": "cli",
|
|
4140
|
+
"name": "agentsession_updateSessionContext",
|
|
4141
|
+
"operation": "updateSessionContext",
|
|
4142
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"kind": "cli",
|
|
4146
|
+
"name": "agentsession_recordMessage",
|
|
4147
|
+
"operation": "recordMessage",
|
|
4148
|
+
"objectName": "@happyvertical/smrt-chat:AgentSession"
|
|
4149
|
+
},
|
|
2386
4150
|
{
|
|
2387
4151
|
"kind": "mcp",
|
|
2388
4152
|
"name": "agentsession_list",
|
|
@@ -2441,6 +4205,90 @@
|
|
|
2441
4205
|
"operation": "delete",
|
|
2442
4206
|
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
2443
4207
|
},
|
|
4208
|
+
{
|
|
4209
|
+
"kind": "cli",
|
|
4210
|
+
"name": "chatmessage_getAttachments",
|
|
4211
|
+
"operation": "getAttachments",
|
|
4212
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"kind": "cli",
|
|
4216
|
+
"name": "chatmessage_setAttachments",
|
|
4217
|
+
"operation": "setAttachments",
|
|
4218
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"kind": "cli",
|
|
4222
|
+
"name": "chatmessage_getMetadata",
|
|
4223
|
+
"operation": "getMetadata",
|
|
4224
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"kind": "cli",
|
|
4228
|
+
"name": "chatmessage_setMetadata",
|
|
4229
|
+
"operation": "setMetadata",
|
|
4230
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"kind": "cli",
|
|
4234
|
+
"name": "chatmessage_getToolCallData",
|
|
4235
|
+
"operation": "getToolCallData",
|
|
4236
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"kind": "cli",
|
|
4240
|
+
"name": "chatmessage_setToolCallData",
|
|
4241
|
+
"operation": "setToolCallData",
|
|
4242
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"kind": "cli",
|
|
4246
|
+
"name": "chatmessage_hasAttachments",
|
|
4247
|
+
"operation": "hasAttachments",
|
|
4248
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"kind": "cli",
|
|
4252
|
+
"name": "chatmessage_isToolCall",
|
|
4253
|
+
"operation": "isToolCall",
|
|
4254
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"kind": "cli",
|
|
4258
|
+
"name": "chatmessage_isToolResult",
|
|
4259
|
+
"operation": "isToolResult",
|
|
4260
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"kind": "cli",
|
|
4264
|
+
"name": "chatmessage_isFromAgent",
|
|
4265
|
+
"operation": "isFromAgent",
|
|
4266
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
"kind": "cli",
|
|
4270
|
+
"name": "chatmessage_isSystemMessage",
|
|
4271
|
+
"operation": "isSystemMessage",
|
|
4272
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"kind": "cli",
|
|
4276
|
+
"name": "chatmessage_edit",
|
|
4277
|
+
"operation": "edit",
|
|
4278
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"kind": "cli",
|
|
4282
|
+
"name": "chatmessage_softDelete",
|
|
4283
|
+
"operation": "softDelete",
|
|
4284
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"kind": "cli",
|
|
4288
|
+
"name": "chatmessage_getPreview",
|
|
4289
|
+
"operation": "getPreview",
|
|
4290
|
+
"objectName": "@happyvertical/smrt-chat:ChatMessage"
|
|
4291
|
+
},
|
|
2444
4292
|
{
|
|
2445
4293
|
"kind": "mcp",
|
|
2446
4294
|
"name": "chatmessage_list",
|
|
@@ -2499,6 +4347,42 @@
|
|
|
2499
4347
|
"operation": "delete",
|
|
2500
4348
|
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
2501
4349
|
},
|
|
4350
|
+
{
|
|
4351
|
+
"kind": "cli",
|
|
4352
|
+
"name": "chatparticipant_isActive",
|
|
4353
|
+
"operation": "isActive",
|
|
4354
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"kind": "cli",
|
|
4358
|
+
"name": "chatparticipant_isOwner",
|
|
4359
|
+
"operation": "isOwner",
|
|
4360
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"kind": "cli",
|
|
4364
|
+
"name": "chatparticipant_isAdmin",
|
|
4365
|
+
"operation": "isAdmin",
|
|
4366
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"kind": "cli",
|
|
4370
|
+
"name": "chatparticipant_markRead",
|
|
4371
|
+
"operation": "markRead",
|
|
4372
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"kind": "cli",
|
|
4376
|
+
"name": "chatparticipant_leave",
|
|
4377
|
+
"operation": "leave",
|
|
4378
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"kind": "cli",
|
|
4382
|
+
"name": "chatparticipant_setOnline",
|
|
4383
|
+
"operation": "setOnline",
|
|
4384
|
+
"objectName": "@happyvertical/smrt-chat:ChatParticipant"
|
|
4385
|
+
},
|
|
2502
4386
|
{
|
|
2503
4387
|
"kind": "mcp",
|
|
2504
4388
|
"name": "chatparticipant_list",
|
|
@@ -2571,6 +4455,60 @@
|
|
|
2571
4455
|
"operation": "delete",
|
|
2572
4456
|
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
2573
4457
|
},
|
|
4458
|
+
{
|
|
4459
|
+
"kind": "cli",
|
|
4460
|
+
"name": "chatroom_getMetadata",
|
|
4461
|
+
"operation": "getMetadata",
|
|
4462
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"kind": "cli",
|
|
4466
|
+
"name": "chatroom_setMetadata",
|
|
4467
|
+
"operation": "setMetadata",
|
|
4468
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"kind": "cli",
|
|
4472
|
+
"name": "chatroom_updateMetadata",
|
|
4473
|
+
"operation": "updateMetadata",
|
|
4474
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"kind": "cli",
|
|
4478
|
+
"name": "chatroom_isDM",
|
|
4479
|
+
"operation": "isDM",
|
|
4480
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"kind": "cli",
|
|
4484
|
+
"name": "chatroom_isAgentRoom",
|
|
4485
|
+
"operation": "isAgentRoom",
|
|
4486
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"kind": "cli",
|
|
4490
|
+
"name": "chatroom_isPublic",
|
|
4491
|
+
"operation": "isPublic",
|
|
4492
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"kind": "cli",
|
|
4496
|
+
"name": "chatroom_isActive",
|
|
4497
|
+
"operation": "isActive",
|
|
4498
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"kind": "cli",
|
|
4502
|
+
"name": "chatroom_archive",
|
|
4503
|
+
"operation": "archive",
|
|
4504
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"kind": "cli",
|
|
4508
|
+
"name": "chatroom_unarchive",
|
|
4509
|
+
"operation": "unarchive",
|
|
4510
|
+
"objectName": "@happyvertical/smrt-chat:ChatRoom"
|
|
4511
|
+
},
|
|
2574
4512
|
{
|
|
2575
4513
|
"kind": "mcp",
|
|
2576
4514
|
"name": "chatroom_list",
|
|
@@ -2629,6 +4567,18 @@
|
|
|
2629
4567
|
"operation": "delete",
|
|
2630
4568
|
"objectName": "@happyvertical/smrt-chat:ChatThread"
|
|
2631
4569
|
},
|
|
4570
|
+
{
|
|
4571
|
+
"kind": "cli",
|
|
4572
|
+
"name": "chatthread_resolve",
|
|
4573
|
+
"operation": "resolve",
|
|
4574
|
+
"objectName": "@happyvertical/smrt-chat:ChatThread"
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"kind": "cli",
|
|
4578
|
+
"name": "chatthread_reopen",
|
|
4579
|
+
"operation": "reopen",
|
|
4580
|
+
"objectName": "@happyvertical/smrt-chat:ChatThread"
|
|
4581
|
+
},
|
|
2632
4582
|
{
|
|
2633
4583
|
"kind": "mcp",
|
|
2634
4584
|
"name": "chatthread_list",
|
|
@@ -2715,6 +4665,72 @@
|
|
|
2715
4665
|
"operation": "delete",
|
|
2716
4666
|
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
2717
4667
|
},
|
|
4668
|
+
{
|
|
4669
|
+
"kind": "cli",
|
|
4670
|
+
"name": "voicesession_isActive",
|
|
4671
|
+
"operation": "isActive",
|
|
4672
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
"kind": "cli",
|
|
4676
|
+
"name": "voicesession_isExpired",
|
|
4677
|
+
"operation": "isExpired",
|
|
4678
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4679
|
+
},
|
|
4680
|
+
{
|
|
4681
|
+
"kind": "cli",
|
|
4682
|
+
"name": "voicesession_expire",
|
|
4683
|
+
"operation": "expire",
|
|
4684
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
"kind": "cli",
|
|
4688
|
+
"name": "voicesession_revoke",
|
|
4689
|
+
"operation": "revoke",
|
|
4690
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"kind": "cli",
|
|
4694
|
+
"name": "voicesession_getPersonaSnapshot",
|
|
4695
|
+
"operation": "getPersonaSnapshot",
|
|
4696
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4697
|
+
},
|
|
4698
|
+
{
|
|
4699
|
+
"kind": "cli",
|
|
4700
|
+
"name": "voicesession_setPersonaSnapshot",
|
|
4701
|
+
"operation": "setPersonaSnapshot",
|
|
4702
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"kind": "cli",
|
|
4706
|
+
"name": "voicesession_getMetadata",
|
|
4707
|
+
"operation": "getMetadata",
|
|
4708
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"kind": "cli",
|
|
4712
|
+
"name": "voicesession_setMetadata",
|
|
4713
|
+
"operation": "setMetadata",
|
|
4714
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"kind": "cli",
|
|
4718
|
+
"name": "voicesession_getProcessedTurnIds",
|
|
4719
|
+
"operation": "getProcessedTurnIds",
|
|
4720
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"kind": "cli",
|
|
4724
|
+
"name": "voicesession_hasProcessedTurn",
|
|
4725
|
+
"operation": "hasProcessedTurn",
|
|
4726
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
"kind": "cli",
|
|
4730
|
+
"name": "voicesession_recordGatewayTurn",
|
|
4731
|
+
"operation": "recordGatewayTurn",
|
|
4732
|
+
"objectName": "@happyvertical/smrt-chat:VoiceSession"
|
|
4733
|
+
},
|
|
2718
4734
|
{
|
|
2719
4735
|
"kind": "mcp",
|
|
2720
4736
|
"name": "voicesession_list",
|