@kl1/contracts 1.4.41 → 1.4.42
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
@@ -2832,7 +2832,7 @@ var mainFeedContract = initContract8().router(
|
|
2832
2832
|
},
|
2833
2833
|
getMessagesByParent: {
|
2834
2834
|
method: "GET",
|
2835
|
-
path: "
|
2835
|
+
path: "chs/api/v1/chat/message/:parentId/relevance",
|
2836
2836
|
pathParams: z42.object({
|
2837
2837
|
parentId: z42.string().uuid()
|
2838
2838
|
}),
|
@@ -3079,7 +3079,7 @@ var mainChatContract = initContract8().router(
|
|
3079
3079
|
},
|
3080
3080
|
getMessages: {
|
3081
3081
|
method: "GET",
|
3082
|
-
path: "
|
3082
|
+
path: "chs/api/v1/chat/message/:roomId",
|
3083
3083
|
pathParams: z42.object({
|
3084
3084
|
roomId: z42.string().uuid()
|
3085
3085
|
}),
|