60p82u21t54k 1.0.13 → 1.0.14

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.
@@ -5074,7 +5074,8 @@ const getGetUserProfileResponse = (raw) => {
5074
5074
  email: raw.mdUserDetail.email ?? "",
5075
5075
  fullName: raw.mdUserDetail.firstname ?? "",
5076
5076
  phoneNumber: raw.mdUserDetail.mobileno ?? "",
5077
- profilePicUrl: raw.mdUserDetail.profile_pic ?? ""
5077
+ profilePicUrl: raw.mdUserDetail.profile_pic ?? "",
5078
+ isPhoneNumVerified: raw.mdUserDetail.isVerify == "1"
5078
5079
  };
5079
5080
  };
5080
5081
  const modifyGetUserProfileRequest = (requests) => {