@zernio/node
Advanced tools
+1
-1
| { | ||
| "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", |
+19
-2
@@ -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 | | ||
@@ -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 | |
+34
-2
@@ -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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2137691
5.43%44708
5.25%658
2.65%289
52.11%