@a_team/prisma 3.29.1-macos-docker-linux → 3.29.2-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.
@@ -1142,6 +1142,9 @@ exports.EvidenceSourceType = exports.$Enums.EvidenceSourceType = {
1142
1142
  Signup: 'Signup',
1143
1143
  TaNotes: 'TaNotes',
1144
1144
  BuilderData: 'BuilderData',
1145
+ LinkedIn: 'LinkedIn',
1146
+ ParsedCv: 'ParsedCv',
1147
+ AdminNotes: 'AdminNotes',
1145
1148
  Application: 'Application'
1146
1149
  };
1147
1150
 
@@ -1454,6 +1454,9 @@ export const EvidenceSourceType: {
1454
1454
  Signup: 'Signup',
1455
1455
  TaNotes: 'TaNotes',
1456
1456
  BuilderData: 'BuilderData',
1457
+ LinkedIn: 'LinkedIn',
1458
+ ParsedCv: 'ParsedCv',
1459
+ AdminNotes: 'AdminNotes',
1457
1460
  Application: 'Application'
1458
1461
  };
1459
1462