@a_team/prisma 3.28.0-macos-docker-linux → 3.28.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.
@@ -271,7 +271,7 @@ exports.Prisma.ContractScalarFieldEnum = {
271
271
  builderId: 'builderId'
272
272
  };
273
273
 
274
- exports.Prisma.EvaluationProcessesScalarFieldEnum = {
274
+ exports.Prisma.EvaluationProcessScalarFieldEnum = {
275
275
  id: 'id',
276
276
  publicId: 'publicId',
277
277
  status: 'status',
@@ -1140,7 +1140,7 @@ exports.Prisma.ModelName = {
1140
1140
  ClientInterview: 'ClientInterview',
1141
1141
  Company: 'Company',
1142
1142
  Contract: 'Contract',
1143
- EvaluationProcesses: 'EvaluationProcesses',
1143
+ EvaluationProcess: 'EvaluationProcess',
1144
1144
  EvaluationTranscriptAnalysisResult: 'EvaluationTranscriptAnalysisResult',
1145
1145
  Experience: 'Experience',
1146
1146
  GptConfig: 'GptConfig',