@xuda.io/account_module 1.2.1790 → 1.2.1791

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.
Files changed (2) hide show
  1. package/index.mjs +2 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -2361,8 +2361,8 @@ const set_contact_profile_picture = async function (uid, contact_id, metadata, j
2361
2361
  name: contact_obj.name,
2362
2362
  bio: contact_obj?.business_info?.bio || contact_obj?.personal_info?.bio,
2363
2363
  country: contact_obj?.business_info?.business_country || contact_obj?.person_info?.person_nationality,
2364
- mainCategory: contact_obj?.business_info?.mainCategory,
2365
- subCategory: contact_obj?.business_info?.subCategory,
2364
+ mainCategory: contact_obj?.business_info?.business_category,
2365
+ subCategory: contact_obj?.business_info?.business_sub_category,
2366
2366
  business_has_person: contact_obj?.business_has_person && contact_obj?.person_info?.person_full_name !== 'Not available',
2367
2367
  person_nationality: contact_obj?.person_info?.person_nationality,
2368
2368
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1790",
3
+ "version": "1.2.1791",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {