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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-2a76b6f5a1bdc22a92d8c7a11c3b63fd1b23167563a292d21eba70a917ce168b",
2
+ "name": "prisma-client-751d095da1eef134c6bc654b24e4f580f923c89f2573c3bb4ae60e0bbd7ea4fa",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "default.js",
@@ -608,8 +608,7 @@ model Project {
608
608
  usersOnline integrationProjectUserStatus[]
609
609
  MapElementTemplate MapElementTemplate[]
610
610
  MapElement MapElement[]
611
- ConduitTemplate ConduitTemplate? @relation(fields: [conduitTemplateId], references: [id])
612
- conduitTemplateId String?
611
+ ConduitTemplate ConduitTemplate[]
613
612
  }
614
613
 
615
614
  model integrationProjectUserStatus {