@xuda.io/account_module 1.2.1367 → 1.2.1368

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 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -1990,6 +1990,8 @@ export const add_contact = async function (req, job_id, headers) {
1990
1990
  is_spam = await ai_module.is_spam_email(uid, email, metadata.subject, account_profile_info);
1991
1991
  }
1992
1992
 
1993
+ const is_business = await ai_module.is_business_contact(uid, email, name, metadata.subject, metadata.body, account_profile_info);
1994
+
1993
1995
  // const existing_contacts_ret = await db_module.get_couch_view_raw('xuda_contacts', 'contacts_by_email_address', { key: email });
1994
1996
  // for (const contact of existing_contacts_ret.rows) {
1995
1997
  // if (contact.value.profile_avatar) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1367",
3
+ "version": "1.2.1368",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {