efiber-prisma-schema 1.9.2 → 1.9.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efiber-prisma-schema",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2147,7 +2147,7 @@ model Cluster {
2147
2147
  FDTSROTemplate FDTSROTemplate[]
2148
2148
  SFUTemplate SFUTemplate[]
2149
2149
  BuildingTemplate BuildingTemplate[]
2150
- integrationProjectUserStatus integrationProjectUserStatus[]
2150
+ usersOnline integrationProjectUserStatus[]
2151
2151
  }
2152
2152
 
2153
2153
  model qrCodeTemplate {