@creator.co/creatorco-prisma-client 1.0.17 → 1.0.19

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
@@ -569,13 +569,6 @@ exports.Prisma.SocialPostScalarFieldEnum = {
569
569
  campaignId: 'campaignId'
570
570
  };
571
571
 
572
- exports.Prisma.SocialPostTagScalarFieldEnum = {
573
- id: 'id',
574
- title: 'title',
575
- type: 'type',
576
- socialPostId: 'socialPostId'
577
- };
578
-
579
572
  exports.Prisma.ImageScalarFieldEnum = {
580
573
  id: 'id',
581
574
  url: 'url',
@@ -1060,11 +1053,6 @@ exports.Prisma.SocialPostOrderByRelevanceFieldEnum = {
1060
1053
  visibility: 'visibility'
1061
1054
  };
1062
1055
 
1063
- exports.Prisma.SocialPostTagOrderByRelevanceFieldEnum = {
1064
- title: 'title',
1065
- type: 'type'
1066
- };
1067
-
1068
1056
  exports.Prisma.ImageOrderByRelevanceFieldEnum = {
1069
1057
  url: 'url',
1070
1058
  size: 'size'
@@ -1180,9 +1168,8 @@ exports.trolleyPaymentType = exports.$Enums.trolleyPaymentType = {
1180
1168
  };
1181
1169
 
1182
1170
  exports.trolleyPaymentStatus = exports.$Enums.trolleyPaymentStatus = {
1183
- created: 'created',
1184
- updated: 'updated',
1185
- deleted: 'deleted',
1171
+ pending: 'pending',
1172
+ processing: 'processing',
1186
1173
  processed: 'processed',
1187
1174
  failed: 'failed',
1188
1175
  returned: 'returned'
@@ -1222,7 +1209,6 @@ exports.Prisma.ModelName = {
1222
1209
  TrolleyPayment: 'TrolleyPayment',
1223
1210
  OptInVariable: 'OptInVariable',
1224
1211
  SocialPost: 'SocialPost',
1225
- SocialPostTag: 'SocialPostTag',
1226
1212
  Image: 'Image',
1227
1213
  BrandImage: 'BrandImage',
1228
1214
  Country: 'Country',