@creator.co/creatorco-prisma-client 1.0.68 → 1.0.70

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/index-browser.js CHANGED
@@ -625,6 +625,8 @@ exports.Prisma.SocialPostScalarFieldEnum = {
625
625
  exports.Prisma.PublicSocialPostScalarFieldEnum = {
626
626
  id: 'id',
627
627
  socialPostId: 'socialPostId',
628
+ lastFetched: 'lastFetched',
629
+ posted: 'posted',
628
630
  views: 'views',
629
631
  likes: 'likes',
630
632
  comments: 'comments',