@a_team/prisma 3.7.0-win → 3.7.1-linux-debian

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.
@@ -161,7 +161,8 @@ exports.Prisma.ContractScalarFieldEnum = {
161
161
  custom: 'custom',
162
162
  source: 'source',
163
163
  documentTitle: 'documentTitle',
164
- accountId: 'accountId'
164
+ accountId: 'accountId',
165
+ deletedAt: 'deletedAt'
165
166
  };
166
167
 
167
168
  exports.Prisma.ExperienceScalarFieldEnum = {
@@ -305,7 +306,9 @@ exports.Prisma.ProposalScalarFieldEnum = {
305
306
  version: 'version',
306
307
  publicUntil: 'publicUntil',
307
308
  missionSpecId: 'missionSpecId',
308
- applications: 'applications'
309
+ applications: 'applications',
310
+ currency: 'currency',
311
+ teamProposal: 'teamProposal'
309
312
  };
310
313
 
311
314
  exports.Prisma.RoleCategoryScalarFieldEnum = {