@kl1/contracts 1.4.37 → 1.4.38
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.mjs
CHANGED
@@ -2850,7 +2850,7 @@ var mainFeedContract = initContract8().router(
|
|
2850
2850
|
},
|
2851
2851
|
getMessagesByParent: {
|
2852
2852
|
method: "GET",
|
2853
|
-
path: "
|
2853
|
+
path: "chs/api/v1/chat/message/:parentId/relevance",
|
2854
2854
|
pathParams: z42.object({
|
2855
2855
|
parentId: z42.string().uuid()
|
2856
2856
|
}),
|