@a_team/prisma 3.8.1-win → 3.8.2-linux-debian

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.
@@ -361,7 +361,9 @@ exports.Prisma.UserScalarFieldEnum = {
361
361
  tokenVersion: 'tokenVersion',
362
362
  aboutMe: 'aboutMe',
363
363
  cvURL: 'cvURL',
364
- onboardingStage: 'onboardingStage'
364
+ onboardingStage: 'onboardingStage',
365
+ dribbble: 'dribbble',
366
+ yearsExperience: 'yearsExperience'
365
367
  };
366
368
 
367
369
  exports.Prisma.SortOrder = {