@a_team/prisma 3.12.1-win → 3.12.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.
@@ -409,7 +409,8 @@ exports.Prisma.ProposalScalarFieldEnum = {
409
409
  teamProposal: 'teamProposal',
410
410
  name: 'name',
411
411
  slug: 'slug',
412
- teamBlurb: 'teamBlurb'
412
+ teamBlurb: 'teamBlurb',
413
+ teamAdvisorId: 'teamAdvisorId'
413
414
  };
414
415
 
415
416
  exports.Prisma.RoleCategoryScalarFieldEnum = {
@@ -598,7 +599,8 @@ exports.MissionSpecStatus = exports.$Enums.MissionSpecStatus = {
598
599
 
599
600
  exports.ProposalSchemaVersion = exports.$Enums.ProposalSchemaVersion = {
600
601
  v1: 'v1',
601
- v2: 'v2'
602
+ v2: 'v2',
603
+ v3: 'v3'
602
604
  };
603
605
 
604
606
  exports.ProposalTemplate = exports.$Enums.ProposalTemplate = {