@happyvertical/smrt-chat 0.46.0 → 0.47.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.
@@ -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.46.0",
6
+ "packageVersion": "0.47.1",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "669247455bd3996899f9a21ac0e6c87bae7b5498f743385acbef9a5cca8c8a1a",
11
- "packageJson": "21389426c2c65cc30fb5dc54cebb24ff09f313c25f68d7be3f80d0a05865f438",
10
+ "manifest": "85e22e318156d313de9d3f1d9752c889aa04e2016bbc4da50559e70cd3efd216",
11
+ "packageJson": "e238c9f364c47f1075bb96a59b869a20729e521d9a81bd886c6ecb6131604df1",
12
12
  "agents": "8d016963502a7cb53247cc366c5265c6b4d3240bc9c352242485b24a3644677c"
13
13
  },
14
14
  "exports": [
@@ -335,14 +335,6 @@
335
335
  "path": "/chatmessages/getByAgentSession",
336
336
  "method": "POST"
337
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
338
  {
347
339
  "kind": "api",
348
340
  "name": "chatmessages.getUnreadCount",
@@ -432,6 +424,15 @@
432
424
  "objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
433
425
  }
434
426
  ],
427
+ "withheldSurfaces": [
428
+ {
429
+ "kind": "api",
430
+ "operation": "search",
431
+ "code": "not-wireable",
432
+ "reason": "not routed: the declared type of `filters` could not be resolved by the scanner",
433
+ "objectName": "@happyvertical/smrt-chat:ChatMessageCollection"
434
+ }
435
+ ],
435
436
  "relationshipFeatures": [
436
437
  "uuidColumns"
437
438
  ],
@@ -911,14 +912,6 @@
911
912
  "path": "/chatrooms/search",
912
913
  "method": "POST"
913
914
  },
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
915
  {
923
916
  "kind": "cli",
924
917
  "name": "chatroomcollection_findByType",
@@ -992,6 +985,15 @@
992
985
  "objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
993
986
  }
994
987
  ],
988
+ "withheldSurfaces": [
989
+ {
990
+ "kind": "api",
991
+ "operation": "findOrCreateDM",
992
+ "code": "not-wireable",
993
+ "reason": "not routed: parameter `participants`: `ChatParticipantCollection` is a model class instance, not JSON data",
994
+ "objectName": "@happyvertical/smrt-chat:ChatRoomCollection"
995
+ }
996
+ ],
995
997
  "relationshipFeatures": [
996
998
  "uuidColumns"
997
999
  ],
@@ -1391,7 +1393,7 @@
1391
1393
  },
1392
1394
  {
1393
1395
  "name": "getSessionContext",
1394
- "returns": "Record<string>"
1396
+ "returns": "Record<string, unknown>"
1395
1397
  },
1396
1398
  {
1397
1399
  "name": "getSessionKey",
@@ -1430,7 +1432,7 @@
1430
1432
  {
1431
1433
  "name": "setSessionContext",
1432
1434
  "params": [
1433
- "ctx: Record<string>"
1435
+ "ctx: Record<string, unknown>"
1434
1436
  ],
1435
1437
  "returns": "void"
1436
1438
  },
@@ -1438,7 +1440,7 @@
1438
1440
  "name": "updateSessionContext",
1439
1441
  "async": true,
1440
1442
  "params": [
1441
- "updates: Record<string>"
1443
+ "updates: Record<string, unknown>"
1442
1444
  ],
1443
1445
  "returns": "Promise<void>"
1444
1446
  }
@@ -1585,6 +1587,92 @@
1585
1587
  "objectName": "@happyvertical/smrt-chat:AgentSession"
1586
1588
  }
1587
1589
  ],
1590
+ "withheldSurfaces": [
1591
+ {
1592
+ "kind": "api",
1593
+ "operation": "close",
1594
+ "code": "not-included",
1595
+ "reason": "not listed in api.include",
1596
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1597
+ },
1598
+ {
1599
+ "kind": "api",
1600
+ "operation": "expire",
1601
+ "code": "not-included",
1602
+ "reason": "not listed in api.include",
1603
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1604
+ },
1605
+ {
1606
+ "kind": "api",
1607
+ "operation": "getAllowedTools",
1608
+ "code": "not-included",
1609
+ "reason": "not listed in api.include",
1610
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1611
+ },
1612
+ {
1613
+ "kind": "api",
1614
+ "operation": "getSessionContext",
1615
+ "code": "not-included",
1616
+ "reason": "not listed in api.include",
1617
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1618
+ },
1619
+ {
1620
+ "kind": "api",
1621
+ "operation": "getSessionKey",
1622
+ "code": "not-included",
1623
+ "reason": "not listed in api.include",
1624
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1625
+ },
1626
+ {
1627
+ "kind": "api",
1628
+ "operation": "isActive",
1629
+ "code": "not-included",
1630
+ "reason": "not listed in api.include",
1631
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1632
+ },
1633
+ {
1634
+ "kind": "api",
1635
+ "operation": "isExpired",
1636
+ "code": "not-included",
1637
+ "reason": "not listed in api.include",
1638
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1639
+ },
1640
+ {
1641
+ "kind": "api",
1642
+ "operation": "isToolAllowed",
1643
+ "code": "not-included",
1644
+ "reason": "not listed in api.include",
1645
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1646
+ },
1647
+ {
1648
+ "kind": "api",
1649
+ "operation": "recordMessage",
1650
+ "code": "not-included",
1651
+ "reason": "not listed in api.include",
1652
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1653
+ },
1654
+ {
1655
+ "kind": "api",
1656
+ "operation": "setAllowedTools",
1657
+ "code": "not-included",
1658
+ "reason": "not listed in api.include",
1659
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1660
+ },
1661
+ {
1662
+ "kind": "api",
1663
+ "operation": "setSessionContext",
1664
+ "code": "not-included",
1665
+ "reason": "not listed in api.include",
1666
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1667
+ },
1668
+ {
1669
+ "kind": "api",
1670
+ "operation": "updateSessionContext",
1671
+ "code": "not-included",
1672
+ "reason": "not listed in api.include",
1673
+ "objectName": "@happyvertical/smrt-chat:AgentSession"
1674
+ }
1675
+ ],
1588
1676
  "relationshipFeatures": [
1589
1677
  "crossPackageRef",
1590
1678
  "foreignKey",
@@ -1772,7 +1860,7 @@
1772
1860
  },
1773
1861
  {
1774
1862
  "name": "getMetadata",
1775
- "returns": "Record<string>"
1863
+ "returns": "Record<string, unknown>"
1776
1864
  },
1777
1865
  {
1778
1866
  "name": "getPreview",
@@ -1783,7 +1871,7 @@
1783
1871
  },
1784
1872
  {
1785
1873
  "name": "getToolCallData",
1786
- "returns": "Record<string> | null"
1874
+ "returns": "Record<string, unknown> | null"
1787
1875
  },
1788
1876
  {
1789
1877
  "name": "hasAttachments",
@@ -1815,14 +1903,14 @@
1815
1903
  {
1816
1904
  "name": "setMetadata",
1817
1905
  "params": [
1818
- "data: Record<string>"
1906
+ "data: Record<string, unknown>"
1819
1907
  ],
1820
1908
  "returns": "void"
1821
1909
  },
1822
1910
  {
1823
1911
  "name": "setToolCallData",
1824
1912
  "params": [
1825
- "data: Record<string> | null"
1913
+ "data: Record<string, unknown> | null"
1826
1914
  ],
1827
1915
  "returns": "void"
1828
1916
  },
@@ -1986,6 +2074,106 @@
1986
2074
  "objectName": "@happyvertical/smrt-chat:ChatMessage"
1987
2075
  }
1988
2076
  ],
2077
+ "withheldSurfaces": [
2078
+ {
2079
+ "kind": "api",
2080
+ "operation": "edit",
2081
+ "code": "not-included",
2082
+ "reason": "not listed in api.include",
2083
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2084
+ },
2085
+ {
2086
+ "kind": "api",
2087
+ "operation": "getAttachments",
2088
+ "code": "not-included",
2089
+ "reason": "not listed in api.include",
2090
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2091
+ },
2092
+ {
2093
+ "kind": "api",
2094
+ "operation": "getMetadata",
2095
+ "code": "not-included",
2096
+ "reason": "not listed in api.include",
2097
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2098
+ },
2099
+ {
2100
+ "kind": "api",
2101
+ "operation": "getPreview",
2102
+ "code": "not-included",
2103
+ "reason": "not listed in api.include",
2104
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2105
+ },
2106
+ {
2107
+ "kind": "api",
2108
+ "operation": "getToolCallData",
2109
+ "code": "not-included",
2110
+ "reason": "not listed in api.include",
2111
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2112
+ },
2113
+ {
2114
+ "kind": "api",
2115
+ "operation": "hasAttachments",
2116
+ "code": "not-included",
2117
+ "reason": "not listed in api.include",
2118
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2119
+ },
2120
+ {
2121
+ "kind": "api",
2122
+ "operation": "isFromAgent",
2123
+ "code": "not-included",
2124
+ "reason": "not listed in api.include",
2125
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2126
+ },
2127
+ {
2128
+ "kind": "api",
2129
+ "operation": "isSystemMessage",
2130
+ "code": "not-included",
2131
+ "reason": "not listed in api.include",
2132
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2133
+ },
2134
+ {
2135
+ "kind": "api",
2136
+ "operation": "isToolCall",
2137
+ "code": "not-included",
2138
+ "reason": "not listed in api.include",
2139
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2140
+ },
2141
+ {
2142
+ "kind": "api",
2143
+ "operation": "isToolResult",
2144
+ "code": "not-included",
2145
+ "reason": "not listed in api.include",
2146
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2147
+ },
2148
+ {
2149
+ "kind": "api",
2150
+ "operation": "setAttachments",
2151
+ "code": "not-included",
2152
+ "reason": "not listed in api.include",
2153
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2154
+ },
2155
+ {
2156
+ "kind": "api",
2157
+ "operation": "setMetadata",
2158
+ "code": "not-included",
2159
+ "reason": "not listed in api.include",
2160
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2161
+ },
2162
+ {
2163
+ "kind": "api",
2164
+ "operation": "setToolCallData",
2165
+ "code": "not-included",
2166
+ "reason": "not listed in api.include",
2167
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2168
+ },
2169
+ {
2170
+ "kind": "api",
2171
+ "operation": "softDelete",
2172
+ "code": "not-included",
2173
+ "reason": "not listed in api.include",
2174
+ "objectName": "@happyvertical/smrt-chat:ChatMessage"
2175
+ }
2176
+ ],
1989
2177
  "relationshipFeatures": [
1990
2178
  "crossPackageRef",
1991
2179
  "foreignKey",
@@ -2256,6 +2444,50 @@
2256
2444
  "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2257
2445
  }
2258
2446
  ],
2447
+ "withheldSurfaces": [
2448
+ {
2449
+ "kind": "api",
2450
+ "operation": "isActive",
2451
+ "code": "not-included",
2452
+ "reason": "not listed in api.include",
2453
+ "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2454
+ },
2455
+ {
2456
+ "kind": "api",
2457
+ "operation": "isAdmin",
2458
+ "code": "not-included",
2459
+ "reason": "not listed in api.include",
2460
+ "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2461
+ },
2462
+ {
2463
+ "kind": "api",
2464
+ "operation": "isOwner",
2465
+ "code": "not-included",
2466
+ "reason": "not listed in api.include",
2467
+ "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2468
+ },
2469
+ {
2470
+ "kind": "api",
2471
+ "operation": "leave",
2472
+ "code": "not-included",
2473
+ "reason": "not listed in api.include",
2474
+ "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2475
+ },
2476
+ {
2477
+ "kind": "api",
2478
+ "operation": "markRead",
2479
+ "code": "not-included",
2480
+ "reason": "not listed in api.include",
2481
+ "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2482
+ },
2483
+ {
2484
+ "kind": "api",
2485
+ "operation": "setOnline",
2486
+ "code": "not-included",
2487
+ "reason": "not listed in api.include",
2488
+ "objectName": "@happyvertical/smrt-chat:ChatParticipant"
2489
+ }
2490
+ ],
2259
2491
  "relationshipFeatures": [
2260
2492
  "crossPackageRef",
2261
2493
  "foreignKey",
@@ -2632,6 +2864,71 @@
2632
2864
  "objectName": "@happyvertical/smrt-chat:ChatRoom"
2633
2865
  }
2634
2866
  ],
2867
+ "withheldSurfaces": [
2868
+ {
2869
+ "kind": "api",
2870
+ "operation": "archive",
2871
+ "code": "not-included",
2872
+ "reason": "not listed in api.include",
2873
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2874
+ },
2875
+ {
2876
+ "kind": "api",
2877
+ "operation": "getMetadata",
2878
+ "code": "not-included",
2879
+ "reason": "not listed in api.include",
2880
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2881
+ },
2882
+ {
2883
+ "kind": "api",
2884
+ "operation": "isActive",
2885
+ "code": "not-included",
2886
+ "reason": "not listed in api.include",
2887
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2888
+ },
2889
+ {
2890
+ "kind": "api",
2891
+ "operation": "isAgentRoom",
2892
+ "code": "not-included",
2893
+ "reason": "not listed in api.include",
2894
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2895
+ },
2896
+ {
2897
+ "kind": "api",
2898
+ "operation": "isDM",
2899
+ "code": "not-included",
2900
+ "reason": "not listed in api.include",
2901
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2902
+ },
2903
+ {
2904
+ "kind": "api",
2905
+ "operation": "isPublic",
2906
+ "code": "not-included",
2907
+ "reason": "not listed in api.include",
2908
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2909
+ },
2910
+ {
2911
+ "kind": "api",
2912
+ "operation": "setMetadata",
2913
+ "code": "not-included",
2914
+ "reason": "not listed in api.include",
2915
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2916
+ },
2917
+ {
2918
+ "kind": "api",
2919
+ "operation": "unarchive",
2920
+ "code": "not-included",
2921
+ "reason": "not listed in api.include",
2922
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2923
+ },
2924
+ {
2925
+ "kind": "api",
2926
+ "operation": "updateMetadata",
2927
+ "code": "not-included",
2928
+ "reason": "not listed in api.include",
2929
+ "objectName": "@happyvertical/smrt-chat:ChatRoom"
2930
+ }
2931
+ ],
2635
2932
  "relationshipFeatures": [
2636
2933
  "crossPackageRef",
2637
2934
  "uuidColumns"
@@ -2816,6 +3113,22 @@
2816
3113
  "objectName": "@happyvertical/smrt-chat:ChatThread"
2817
3114
  }
2818
3115
  ],
3116
+ "withheldSurfaces": [
3117
+ {
3118
+ "kind": "api",
3119
+ "operation": "reopen",
3120
+ "code": "not-included",
3121
+ "reason": "not listed in api.include",
3122
+ "objectName": "@happyvertical/smrt-chat:ChatThread"
3123
+ },
3124
+ {
3125
+ "kind": "api",
3126
+ "operation": "resolve",
3127
+ "code": "not-included",
3128
+ "reason": "not listed in api.include",
3129
+ "objectName": "@happyvertical/smrt-chat:ChatThread"
3130
+ }
3131
+ ],
2819
3132
  "relationshipFeatures": [
2820
3133
  "foreignKey",
2821
3134
  "uuidColumns"
@@ -2955,6 +3268,22 @@
2955
3268
  "objectName": "@happyvertical/smrt-chat:VoiceGatewayTurn"
2956
3269
  }
2957
3270
  ],
3271
+ "withheldSurfaces": [
3272
+ {
3273
+ "kind": "api",
3274
+ "operation": "complete",
3275
+ "code": "not-included",
3276
+ "reason": "not listed in api.include",
3277
+ "objectName": "@happyvertical/smrt-chat:VoiceGatewayTurn"
3278
+ },
3279
+ {
3280
+ "kind": "api",
3281
+ "operation": "fail",
3282
+ "code": "not-included",
3283
+ "reason": "not listed in api.include",
3284
+ "objectName": "@happyvertical/smrt-chat:VoiceGatewayTurn"
3285
+ }
3286
+ ],
2958
3287
  "relationshipFeatures": [
2959
3288
  "foreignKey",
2960
3289
  "uuidColumns"
@@ -3144,7 +3473,7 @@
3144
3473
  },
3145
3474
  {
3146
3475
  "name": "getMetadata",
3147
- "returns": "Record<string>"
3476
+ "returns": "Record<string, unknown>"
3148
3477
  },
3149
3478
  {
3150
3479
  "name": "getPersonaSnapshot",
@@ -3191,7 +3520,7 @@
3191
3520
  {
3192
3521
  "name": "setMetadata",
3193
3522
  "params": [
3194
- "metadata: Record<string>"
3523
+ "metadata: Record<string, unknown>"
3195
3524
  ],
3196
3525
  "returns": "void"
3197
3526
  },
@@ -3339,6 +3668,85 @@
3339
3668
  "objectName": "@happyvertical/smrt-chat:VoiceSession"
3340
3669
  }
3341
3670
  ],
3671
+ "withheldSurfaces": [
3672
+ {
3673
+ "kind": "api",
3674
+ "operation": "expire",
3675
+ "code": "not-included",
3676
+ "reason": "not listed in api.include",
3677
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3678
+ },
3679
+ {
3680
+ "kind": "api",
3681
+ "operation": "getMetadata",
3682
+ "code": "not-included",
3683
+ "reason": "not listed in api.include",
3684
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3685
+ },
3686
+ {
3687
+ "kind": "api",
3688
+ "operation": "getPersonaSnapshot",
3689
+ "code": "not-included",
3690
+ "reason": "not listed in api.include",
3691
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3692
+ },
3693
+ {
3694
+ "kind": "api",
3695
+ "operation": "getProcessedTurnIds",
3696
+ "code": "not-included",
3697
+ "reason": "not listed in api.include",
3698
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3699
+ },
3700
+ {
3701
+ "kind": "api",
3702
+ "operation": "hasProcessedTurn",
3703
+ "code": "not-included",
3704
+ "reason": "not listed in api.include",
3705
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3706
+ },
3707
+ {
3708
+ "kind": "api",
3709
+ "operation": "isActive",
3710
+ "code": "not-included",
3711
+ "reason": "not listed in api.include",
3712
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3713
+ },
3714
+ {
3715
+ "kind": "api",
3716
+ "operation": "isExpired",
3717
+ "code": "not-included",
3718
+ "reason": "not listed in api.include",
3719
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3720
+ },
3721
+ {
3722
+ "kind": "api",
3723
+ "operation": "recordGatewayTurn",
3724
+ "code": "not-included",
3725
+ "reason": "not listed in api.include",
3726
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3727
+ },
3728
+ {
3729
+ "kind": "api",
3730
+ "operation": "revoke",
3731
+ "code": "not-included",
3732
+ "reason": "not listed in api.include",
3733
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3734
+ },
3735
+ {
3736
+ "kind": "api",
3737
+ "operation": "setMetadata",
3738
+ "code": "not-included",
3739
+ "reason": "not listed in api.include",
3740
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3741
+ },
3742
+ {
3743
+ "kind": "api",
3744
+ "operation": "setPersonaSnapshot",
3745
+ "code": "not-included",
3746
+ "reason": "not listed in api.include",
3747
+ "objectName": "@happyvertical/smrt-chat:VoiceSession"
3748
+ }
3749
+ ],
3342
3750
  "relationshipFeatures": [
3343
3751
  "crossPackageRef",
3344
3752
  "foreignKey",
@@ -3473,14 +3881,6 @@
3473
3881
  "path": "/chatmessages/getByAgentSession",
3474
3882
  "method": "POST"
3475
3883
  },
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
3884
  {
3485
3885
  "kind": "api",
3486
3886
  "name": "chatmessages.getUnreadCount",
@@ -3829,14 +4229,6 @@
3829
4229
  "path": "/chatrooms/search",
3830
4230
  "method": "POST"
3831
4231
  },
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
4232
  {
3841
4233
  "kind": "cli",
3842
4234
  "name": "chatroomcollection_findByType",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-chat",
3
- "version": "0.46.0",
3
+ "version": "0.47.1",
4
4
  "smrtJsdoc": "strict",
5
5
  "description": "Chat rooms, DMs, threads, and agent conversations for the SMRT framework",
6
6
  "type": "module",
@@ -69,15 +69,15 @@
69
69
  "access": "public"
70
70
  },
71
71
  "dependencies": {
72
- "@happyvertical/ai": "^0.89.4",
73
- "@happyvertical/sql": "^0.89.4",
74
- "@happyvertical/smrt-tenancy": "0.46.0",
75
- "@happyvertical/smrt-types": "0.46.0",
76
- "@happyvertical/smrt-core": "0.46.0",
77
- "@happyvertical/smrt-agents": "0.46.0",
78
- "@happyvertical/smrt-personas": "0.46.0",
79
- "@happyvertical/smrt-ui": "0.46.0",
80
- "@happyvertical/smrt-users": "0.46.0"
72
+ "@happyvertical/ai": "^0.89.6",
73
+ "@happyvertical/smrt-agents": "0.47.1",
74
+ "@happyvertical/smrt-core": "0.47.1",
75
+ "@happyvertical/smrt-personas": "0.47.1",
76
+ "@happyvertical/smrt-tenancy": "0.47.1",
77
+ "@happyvertical/smrt-types": "0.47.1",
78
+ "@happyvertical/smrt-ui": "0.47.1",
79
+ "@happyvertical/smrt-users": "0.47.1",
80
+ "@happyvertical/sql": "^0.89.6"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "svelte": "^5.56.4"
@@ -88,6 +88,9 @@
88
88
  }
89
89
  },
90
90
  "devDependencies": {
91
+ "@happyvertical/smrt-playground": "0.47.1",
92
+ "@happyvertical/smrt-profiles": "0.47.1",
93
+ "@happyvertical/smrt-vitest": "0.47.1",
91
94
  "@sveltejs/kit": "^2.69.1",
92
95
  "@sveltejs/package": "^2.5.8",
93
96
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
@@ -97,10 +100,7 @@
97
100
  "svelte-check": "^4.7.1",
98
101
  "typescript": "5.9.3",
99
102
  "vite": "8.1.4",
100
- "vitest": "4.1.10",
101
- "@happyvertical/smrt-playground": "0.46.0",
102
- "@happyvertical/smrt-profiles": "0.46.0",
103
- "@happyvertical/smrt-vitest": "0.46.0"
103
+ "vitest": "4.1.10"
104
104
  },
105
105
  "scripts": {
106
106
  "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",