@creator.co/creatorco-prisma-client 1.0.42 → 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/package.json CHANGED
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "./*": "./*"
81
81
  },
82
- "version": "1.0.42",
82
+ "version": "1.0.43",
83
83
  "sideEffects": false,
84
84
  "description": "Prisma client for creatorco Database"
85
85
  }
package/schema.prisma CHANGED
@@ -845,6 +845,7 @@ model SocialPost {
845
845
  isOwnedByUser Boolean?
846
846
  // METRICS
847
847
  views Int?
848
+ replays Int?
848
849
  impressions Int?
849
850
  impressionsOrganic Int?
850
851
  impressionsPaid Int?
package/wasm.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',