@kl1/contracts 1.4.30 → 1.4.31

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
@@ -2837,7 +2837,7 @@ var mainFeedContract = initContract8().router(
2837
2837
  {
2838
2838
  getFeedPostById: {
2839
2839
  method: "GET",
2840
- path: "chs/chat/feed-post/:id",
2840
+ path: "chs/api/v1/chat/feed-post/:id",
2841
2841
  pathParams: z42.object({
2842
2842
  id: z42.string().uuid()
2843
2843
  }),