@creator.co/creatorco-prisma-client 1.0.48 → 1.0.49

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.48",
82
+ "version": "1.0.49",
83
83
  "sideEffects": false,
84
84
  "description": "Prisma client for creatorco Database"
85
85
  }
package/schema.prisma CHANGED
@@ -762,6 +762,7 @@ model OptIn {
762
762
  paymentStatus String @default("pending") // depracated -- refer to trolley payment table
763
763
  extraData Json @default("{}")
764
764
  favoritedDate DateTime?
765
+ rating Json?
765
766
 
766
767
  userId Int
767
768
  campaignId Int
package/wasm.js CHANGED
@@ -561,6 +561,7 @@ exports.Prisma.OptInScalarFieldEnum = {
561
561
  paymentStatus: 'paymentStatus',
562
562
  extraData: 'extraData',
563
563
  favoritedDate: 'favoritedDate',
564
+ rating: 'rating',
564
565
  userId: 'userId',
565
566
  campaignId: 'campaignId',
566
567
  currentStepId: 'currentStepId'