efiber-prisma-schema 2.0.16 → 2.1.1

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-b07711d096dc0623998185bfb6eacdea516b8c371aeeaf88ead1f62d9158f4f2",
2
+ "name": "prisma-client-761b90eae45b5a66adb11d66765ab43961ed0387a8e0b49d52cbb49f75fbd65f",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "default.js",
@@ -442,6 +442,8 @@ model User {
442
442
  surname String
443
443
  email String @unique
444
444
  mobile String
445
+ alternativeMobile String?
446
+ whatsappMobile String?
445
447
  password String
446
448
  otp String?
447
449
  passport String? //National Id/ Passport No.
@@ -1678,7 +1680,7 @@ model Conduit {
1678
1680
  address String? //Address of the conduit
1679
1681
  deploymentPhase String? //Deployment phase of the conduit
1680
1682
  trenchConfiguration String? //Trench configuration for the conduit
1681
- trenchDepth Float? //Trench depth for the conduit
1683
+ trenchDepth String? //Trench depth for the conduit
1682
1684
  backfillMaterial String? //Backfill material for the conduit
1683
1685
  reinforcementMaterial String? //Reinforcement material for the conduit
1684
1686
  specialCharacteristics String? //Special characteristics of the conduit