efiber-prisma-schema 2.0.15 → 2.1.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-ed742ca1517461e9943e10eead65aa542b207d820b2c9a7d72913fe2425cbedf",
2
+ "name": "prisma-client-adb1ff7e236c97eeac103db25b66eb25e00c86856dbd65704976f370f38ccadc",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "default.js",
@@ -1,7 +1,7 @@
1
1
  generator client {
2
2
  provider = "prisma-client-js"
3
3
  output = "../dist/prisma/generated"
4
- binaryTargets = ["native", "debian-openssl-3.0.x"]
4
+ binaryTargets = ["native", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x"]
5
5
  }
6
6
 
7
7
  datasource db {
@@ -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.