@zyacreatives/shared 2.5.74 → 2.5.76

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.
@@ -113,6 +113,7 @@ export const FeedPostEntitySchema = PostWithFilesEntitySchema.extend({
113
113
  isLiked: z.boolean().optional(),
114
114
  isFollowing: z.boolean().optional(),
115
115
  isBookmarked: z.boolean().optional(),
116
+ canComment: z.boolean()
116
117
  }).openapi("FeedPost");
117
118
 
118
119
  export type FeedPostEntity = z.infer<typeof FeedPostEntitySchema>;