@creator.co/creatorco-prisma-client 1.0.5 → 1.0.7

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
@@ -302,7 +302,8 @@ exports.Prisma.BrandScalarFieldEnum = {
302
302
  affiliateBaseUrl: 'affiliateBaseUrl',
303
303
  affiliateCommission: 'affiliateCommission',
304
304
  extraData: 'extraData',
305
- specialistId: 'specialistId'
305
+ specialistId: 'specialistId',
306
+ parentBrandId: 'parentBrandId'
306
307
  };
307
308
 
308
309
  exports.Prisma.SearchContactsScalarFieldEnum = {
@@ -664,6 +665,8 @@ exports.Prisma.CampaignInviteScalarFieldEnum = {
664
665
  optInId: 'optInId',
665
666
  code: 'code',
666
667
  createdAt: 'createdAt',
668
+ declineDate: 'declineDate',
669
+ declineReason: 'declineReason',
667
670
  metaData: 'metaData'
668
671
  };
669
672
 
@@ -1041,7 +1044,8 @@ exports.Prisma.SavedFileOrderByRelevanceFieldEnum = {
1041
1044
  };
1042
1045
 
1043
1046
  exports.Prisma.CampaignInviteOrderByRelevanceFieldEnum = {
1044
- code: 'code'
1047
+ code: 'code',
1048
+ declineReason: 'declineReason'
1045
1049
  };
1046
1050
 
1047
1051
  exports.Prisma.CreatorListOrderByRelevanceFieldEnum = {