efiber-prisma-schema 2.2.0 → 2.3.0

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.
@@ -405,8 +405,7 @@ exports.Prisma.ProjectScalarFieldEnum = {
405
405
  activatedAt: 'activatedAt',
406
406
  deletedAt: 'deletedAt',
407
407
  mainProjectId: 'mainProjectId',
408
- userId: 'userId',
409
- conduitTemplateId: 'conduitTemplateId'
408
+ userId: 'userId'
410
409
  };
411
410
 
412
411
  exports.Prisma.IntegrationProjectUserStatusScalarFieldEnum = {