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.
- package/dist/prisma/generated/edge.js +7 -4
- package/dist/prisma/generated/index-browser.js +2 -0
- package/dist/prisma/generated/index.d.ts +607 -67
- package/dist/prisma/generated/index.js +7 -4
- package/dist/prisma/generated/package.json +1 -1
- package/dist/prisma/generated/schema.prisma +3 -1
- package/dist/prisma/generated/wasm.js +7 -4
- package/package.json +1 -1
|
@@ -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
|
|
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
|