@creator.co/creatorco-prisma-client 1.0.47 → 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/index-browser.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'
@@ -993,7 +994,8 @@ exports.Prisma.ShopifySaleScalarFieldEnum = {
993
994
  id: 'id',
994
995
  amount: 'amount',
995
996
  metaData: 'metaData',
996
- discountCodeId: 'discountCodeId'
997
+ discountCodeId: 'discountCodeId',
998
+ created: 'created'
997
999
  };
998
1000
 
999
1001
  exports.Prisma.SortOrder = {