@a_team/prisma 2.1.13 → 2.1.14

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.
@@ -203,7 +203,7 @@ exports.Prisma.MissionScalarFieldEnum = {
203
203
  timezone: 'timezone'
204
204
  };
205
205
 
206
- exports.Prisma.MissionPreFillScalarFieldEnum = {
206
+ exports.Prisma.MissionPrefillScalarFieldEnum = {
207
207
  id: 'id',
208
208
  userId: 'userId',
209
209
  missionName: 'missionName',
@@ -350,7 +350,7 @@ exports.Prisma.ModelName = {
350
350
  Company: 'Company',
351
351
  Contract: 'Contract',
352
352
  Mission: 'Mission',
353
- MissionPreFill: 'MissionPreFill',
353
+ MissionPrefill: 'MissionPrefill',
354
354
  MissionSpec: 'MissionSpec',
355
355
  RoleCategory: 'RoleCategory',
356
356
  TalentCategory: 'TalentCategory',