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.
- package/dist/60p82u21t54k.cjs.js +1 -1
- package/dist/60p82u21t54k.es.js +2 -1
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/model/getUserProfile/getGetUserProfileResponse.d.ts.map +1 -1
- package/dist/model/getUserProfile/type.d.ts +1 -0
- package/dist/model/getUserProfile/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -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) => {
|