@a_team/prisma 3.21.2-macos-docker-linux → 3.22.0-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.
@@ -442,6 +442,16 @@ exports.Prisma.MissionSpecScalarFieldEnum = {
442
442
  workingHoursNumberOfMinutesOverlap: 'workingHoursNumberOfMinutesOverlap'
443
443
  };
444
444
 
445
+ exports.Prisma.ParsedResumeScalarFieldEnum = {
446
+ id: 'id',
447
+ url: 'url',
448
+ rawText: 'rawText',
449
+ userId: 'userId',
450
+ createdAt: 'createdAt',
451
+ updatedAt: 'updatedAt',
452
+ deletedAt: 'deletedAt'
453
+ };
454
+
445
455
  exports.Prisma.PaymentCycleScalarFieldEnum = {
446
456
  id: 'id',
447
457
  mission: 'mission',
@@ -994,6 +1004,7 @@ exports.Prisma.ModelName = {
994
1004
  MissionApplication: 'MissionApplication',
995
1005
  MissionPrefill: 'MissionPrefill',
996
1006
  MissionSpec: 'MissionSpec',
1007
+ ParsedResume: 'ParsedResume',
997
1008
  PaymentCycle: 'PaymentCycle',
998
1009
  Proposal: 'Proposal',
999
1010
  RecordedCall: 'RecordedCall',