Socket
Socket
Sign inDemoInstall

@12stonechurch/omnihive-worker-contacts

Package Overview
Dependencies
30
Maintainers
5
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.96 to 2.0.97

2

graph/GetExtendedContact.js

@@ -28,3 +28,3 @@ "use strict";

queryBuilder.where("c.User_Account", args.userId);
queryBuilder.select("c.User_Account as userId", "c.Contact_ID as contactId", "c.First_Name as firstName", "c.Last_Name as lastName", "c.Nickname as nickname", "c.Display_Name as displayName", "c.Date_Of_Birth as dateOfBirth", "c.Gender_ID as genderId", "c.Email_Address as email", "c.Mobile_Phone as phone", "c.Participant_Record as participantRecord", "c.Email_Unlisted as emailUnlisted", "c.Mobile_Phone_Unlisted as mobilePhoneUnlisted", "c.Bulk_Email_Opt_Out as bulkEmailOptOut", "c.Bulk_Text_Opt_Out as bulkTextOptOut", "c.Remove_From_Directory as removeFromDirectory");
queryBuilder.select("c.User_Account as userId", "c.Contact_ID as contactId", "c.Contact_GUID as contactGuid", "c.First_Name as firstName", "c.Last_Name as lastName", "c.Nickname as nickname", "c.Display_Name as displayName", "c.Date_Of_Birth as dateOfBirth", "c.Gender_ID as genderId", "c.Email_Address as email", "c.Mobile_Phone as phone", "c.Participant_Record as participantRecord", "c.Email_Unlisted as emailUnlisted", "c.Mobile_Phone_Unlisted as mobilePhoneUnlisted", "c.Bulk_Email_Opt_Out as bulkEmailOptOut", "c.Bulk_Text_Opt_Out as bulkTextOptOut", "c.Remove_From_Directory as removeFromDirectory");
if (!args.disableUser) {

@@ -31,0 +31,0 @@ queryBuilder.leftJoin("dp_Users as du", "du.User_ID", "c.User_Account");

{
"name": "@12stonechurch/omnihive-worker-contacts",
"version": "2.0.96",
"version": "2.0.97",
"description": "OmniHive Custom Function package",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {
"@12stonechurch/omnihive-worker-common": "2.0.96",
"@12stonechurch/omnihive-worker-media": "2.0.96",
"@12stonechurch/omnihive-worker-common": "2.0.97",
"@12stonechurch/omnihive-worker-media": "2.0.97",
"@withonevision/omnihive-core": "6.2.54",

@@ -31,0 +31,0 @@ "dayjs": "1.10.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc