@a_team/prisma 3.13.1-win → 3.13.2-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.
@@ -391,7 +391,7 @@ exports.Prisma.MissionSpecScalarFieldEnum = {
391
391
 
392
392
  exports.Prisma.ProposalScalarFieldEnum = {
393
393
  id: 'id',
394
- createdById: 'createdById',
394
+ createdBy: 'createdBy',
395
395
  missionId: 'missionId',
396
396
  createdAt: 'createdAt',
397
397
  updatedAt: 'updatedAt',
@@ -401,7 +401,7 @@ exports.Prisma.ProposalScalarFieldEnum = {
401
401
  webflowId: 'webflowId',
402
402
  publicURL: 'publicURL',
403
403
  isShared: 'isShared',
404
- sharedById: 'sharedById',
404
+ sharedBy: 'sharedBy',
405
405
  sharedAt: 'sharedAt',
406
406
  archivedURL: 'archivedURL',
407
407
  schemaVersion: 'schemaVersion',