@a_team/prisma 3.9.4-macos-docker-linux → 3.9.5-linux

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.
@@ -315,7 +315,10 @@ exports.Prisma.ProposalScalarFieldEnum = {
315
315
  missionSpecId: 'missionSpecId',
316
316
  applications: 'applications',
317
317
  currency: 'currency',
318
- teamProposal: 'teamProposal'
318
+ teamProposal: 'teamProposal',
319
+ name: 'name',
320
+ slug: 'slug',
321
+ teamBlurb: 'teamBlurb'
319
322
  };
320
323
 
321
324
  exports.Prisma.RoleCategoryScalarFieldEnum = {