@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.mjs CHANGED
@@ -2430,7 +2430,7 @@ var mainChatContract = initContract7().router(
2430
2430
  total: z37.number(),
2431
2431
  page: z37.number(),
2432
2432
  pageSize: z37.number(),
2433
- data: z37.array(MessageSchema)
2433
+ data: z37.array(MessageWithFeedPostSchema)
2434
2434
  })
2435
2435
  },
2436
2436
  query: DefaultQueryParamsSchema,