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.
- package/dist/prisma/generated/edge.js +4 -5
- package/dist/prisma/generated/index-browser.js +1 -2
- package/dist/prisma/generated/index.d.ts +301 -312
- package/dist/prisma/generated/index.js +4 -5
- package/dist/prisma/generated/package.json +1 -1
- package/dist/prisma/generated/schema.prisma +1 -2
- package/dist/prisma/generated/wasm.js +4 -5
- package/package.json +1 -1
|
@@ -608,8 +608,7 @@ model Project {
|
|
|
608
608
|
usersOnline integrationProjectUserStatus[]
|
|
609
609
|
MapElementTemplate MapElementTemplate[]
|
|
610
610
|
MapElement MapElement[]
|
|
611
|
-
ConduitTemplate ConduitTemplate
|
|
612
|
-
conduitTemplateId String?
|
|
611
|
+
ConduitTemplate ConduitTemplate[]
|
|
613
612
|
}
|
|
614
613
|
|
|
615
614
|
model integrationProjectUserStatus {
|