@creator.co/creatorco-prisma-client 1.0.42-alpha-60c9b5d → 1.0.43

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
@@ -600,6 +600,7 @@ exports.Prisma.SocialPostScalarFieldEnum = {
600
600
  hasCollaborators: 'hasCollaborators',
601
601
  isOwnedByUser: 'isOwnedByUser',
602
602
  views: 'views',
603
+ replays: 'replays',
603
604
  impressions: 'impressions',
604
605
  impressionsOrganic: 'impressionsOrganic',
605
606
  impressionsPaid: 'impressionsPaid',
@@ -701,7 +702,8 @@ exports.Prisma.ExternalAffiliateClickScalarFieldEnum = {
701
702
  ipv6: 'ipv6',
702
703
  linkUrl: 'linkUrl',
703
704
  metaData: 'metaData',
704
- optInId: 'optInId'
705
+ optInId: 'optInId',
706
+ campaignId: 'campaignId'
705
707
  };
706
708
 
707
709
  exports.Prisma.BrandAffiliateLinkScalarFieldEnum = {