Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@zernio/node

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zernio/node - npm Package Compare versions

Comparing version
0.2.157
to
0.2.169
+1
-1
package.json
{
"name": "@zernio/node",
"version": "0.2.157",
"version": "0.2.169",
"description": "The official Node.js library for the Zernio API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -378,5 +378,10 @@ <p align="center">

| `ads.listConversionDestinations()` | List destinations for the Conversions API |
| `ads.listFormLeads()` | List leads for a single form |
| `ads.listLeadForms()` | List Lead Gen (Instant) forms |
| `ads.listLeads()` | List submitted leads (cross-form CRM view) |
| `ads.createConversionDestination()` | Create a conversion destination (LinkedIn) |
| `ads.createCtwaAd()` | Create Click-to-WhatsApp ad(s) |
| `ads.createLeadForm()` | Create a Lead Gen (Instant) form |
| `ads.createStandaloneAd()` | Create standalone ad |
| `ads.createTestLead()` | Create a synthetic test lead |
| `ads.getAd()` | Get ad details |

@@ -387,2 +392,3 @@ | `ads.getAdAnalytics()` | Get ad analytics |

| `ads.getConversionMetrics()` | Fetch attribution metrics for a conversion destination |
| `ads.getLeadForm()` | Get a single Lead Gen form |
| `ads.updateAd()` | Update ad |

@@ -393,6 +399,8 @@ | `ads.updateConversionDestination()` | Update a conversion destination |

| `ads.addConversionAssociations()` | Associate campaigns with a conversion destination |
| `ads.archiveLeadForm()` | Archive a Lead Gen form |
| `ads.boostPost()` | Boost post as ad |
| `ads.estimateAdReach()` | Estimate audience reach |
| `ads.removeConversionAssociations()` | Remove campaign↔conversion associations |
| `ads.searchAdInterests()` | Search targeting interests |
| `ads.searchAdTargetingLocations()` | Search geo targeting locations (Meta) |
| `ads.searchAdInterests()` | Search targeting interests (deprecated) |
| `ads.searchAdTargeting()` | Search targeting options |
| `ads.sendConversions()` | Send conversion events to an ad platform |

@@ -504,2 +512,10 @@

### GMB Verifications
| Method | Description |
|--------|-------------|
| `gmbVerifications.getGoogleBusinessVerifications()` | Get verification state |
| `gmbVerifications.completeGoogleBusinessVerification()` | Complete a verification |
| `gmbVerifications.fetchGoogleBusinessVerificationOptions()` | Fetch verification options |
| `gmbVerifications.startGoogleBusinessVerification()` | Start a verification |
### Instagram

@@ -522,2 +538,3 @@ | Method | Description |

| `messages.editInboxMessage()` | Edit message |
| `messages.markConversationRead()` | Mark a conversation as read |
| `messages.removeMessageReaction()` | Remove reaction |

@@ -524,0 +541,0 @@ | `messages.sendInboxMessage()` | Send message |

@@ -11,2 +11,3 @@ import {

approveWhatsAppGroupJoinRequests,
archiveLeadForm,
batchGetGoogleBusinessReviews,

@@ -20,2 +21,3 @@ bookmarkPost,

clearContactFieldValue,
completeGoogleBusinessVerification,
completeTelegramConnect,

@@ -40,2 +42,3 @@ completeWhatsAppPhoneSelection,

createInviteToken,
createLeadForm,
createPost,

@@ -46,2 +49,3 @@ createProfile,

createStandaloneAd,
createTestLead,
createTrackingTag,

@@ -86,2 +90,4 @@ createWebhookSettings,

enrollContacts,
estimateAdReach,
fetchGoogleBusinessVerificationOptions,
followUser,

@@ -120,2 +126,3 @@ getAccountHealth,

getGoogleBusinessServices,
getGoogleBusinessVerifications,
getInboxConversation,

@@ -129,2 +136,3 @@ getInboxConversationMessages,

getInstagramStoryInsights,
getLeadForm,
getLinkedInAggregateAnalytics,

@@ -193,2 +201,3 @@ getLinkedInMentions,

listFacebookPages,
listFormLeads,
listGoogleBusinessLocations,

@@ -201,2 +210,4 @@ listGoogleBusinessMedia,

listInstagramStories,
listLeadForms,
listLeads,
listLinkedInOrganizations,

@@ -218,2 +229,3 @@ listLogs,

listWhatsAppPhoneNumbers,
markConversationRead,
moveAccountToProfile,

@@ -238,3 +250,3 @@ pauseSequence,

searchAdInterests,
searchAdTargetingLocations,
searchAdTargeting,
searchReddit,

@@ -257,2 +269,3 @@ selectFacebookPage,

setTelegramCommands,
startGoogleBusinessVerification,
testWebhook,

@@ -568,2 +581,12 @@ undoRetweet,

/**
* gmbverifications API
*/
gmbverifications = {
getGoogleBusinessVerifications: getGoogleBusinessVerifications,
startGoogleBusinessVerification: startGoogleBusinessVerification,
fetchGoogleBusinessVerificationOptions: fetchGoogleBusinessVerificationOptions,
completeGoogleBusinessVerification: completeGoogleBusinessVerification,
};
/**
* gmbfoodmenus API

@@ -679,2 +702,3 @@ */

sendTypingIndicator: sendTypingIndicator,
markConversationRead: markConversationRead,
addMessageReaction: addMessageReaction,

@@ -873,4 +897,12 @@ removeMessageReaction: removeMessageReaction,

createStandaloneAd: createStandaloneAd,
listLeads: listLeads,
listLeadForms: listLeadForms,
createLeadForm: createLeadForm,
getLeadForm: getLeadForm,
archiveLeadForm: archiveLeadForm,
listFormLeads: listFormLeads,
createTestLead: createTestLead,
searchAdInterests: searchAdInterests,
searchAdTargetingLocations: searchAdTargetingLocations,
searchAdTargeting: searchAdTargeting,
estimateAdReach: estimateAdReach,
sendConversions: sendConversions,

@@ -877,0 +909,0 @@ listConversionDestinations: listConversionDestinations,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display