@kl1/contracts 1.1.55-uat → 1.1.56-uat

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 CHANGED
@@ -2525,7 +2525,7 @@ var mainChatContract = (0, import_core7.initContract)().router(
2525
2525
  total: import_zod37.default.number(),
2526
2526
  page: import_zod37.default.number(),
2527
2527
  pageSize: import_zod37.default.number(),
2528
- data: import_zod37.default.array(MessageSchema)
2528
+ data: import_zod37.default.array(MessageWithFeedPostSchema)
2529
2529
  })
2530
2530
  },
2531
2531
  query: DefaultQueryParamsSchema,