@a_team/prisma 3.21.0-macos-docker-linux → 3.21.1-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.
@@ -291,7 +291,10 @@ exports.Prisma.ExperienceScalarFieldEnum = {
291
291
  startDate: 'startDate',
292
292
  endDate: 'endDate',
293
293
  description: 'description',
294
- skills: 'skills'
294
+ skills: 'skills',
295
+ talentSpecializationId: 'talentSpecializationId',
296
+ createdAt: 'createdAt',
297
+ updatedAt: 'updatedAt'
295
298
  };
296
299
 
297
300
  exports.Prisma.InvoiceScalarFieldEnum = {