@zernio/node
Advanced tools
+1
-1
| { | ||
| "name": "@zernio/node", | ||
| "version": "0.2.122", | ||
| "version": "0.2.123", | ||
| "description": "The official Node.js library for the Zernio API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+8
-0
@@ -372,3 +372,5 @@ <p align="center"> | ||
| | `ads.listAdsBusinessCenters()` | List TikTok Business Centers | | ||
| | `ads.listConversionAssociations()` | List campaigns associated with a conversion destination | | ||
| | `ads.listConversionDestinations()` | List destinations for the Conversions API | | ||
| | `ads.createConversionDestination()` | Create a conversion destination (LinkedIn) | | ||
| | `ads.createCtwaAd()` | Create Click-to-WhatsApp ad | | ||
@@ -379,5 +381,11 @@ | `ads.createStandaloneAd()` | Create standalone ad | | ||
| | `ads.getAdComments()` | List comments on an ad | | ||
| | `ads.getConversionDestination()` | Fetch a single conversion destination | | ||
| | `ads.getConversionMetrics()` | Fetch attribution metrics for a conversion destination | | ||
| | `ads.updateAd()` | Update ad | | ||
| | `ads.updateConversionDestination()` | Update a conversion destination | | ||
| | `ads.deleteAd()` | Cancel an ad | | ||
| | `ads.deleteConversionDestination()` | Soft-delete a conversion destination | | ||
| | `ads.addConversionAssociations()` | Associate campaigns with a conversion destination | | ||
| | `ads.boostPost()` | Boost post as ad | | ||
| | `ads.removeConversionAssociations()` | Remove campaign↔conversion associations | | ||
| | `ads.searchAdInterests()` | Search targeting interests | | ||
@@ -384,0 +392,0 @@ | `ads.searchAdTargetingLocations()` | Search geo targeting locations (Meta) | |
+16
-0
@@ -5,2 +5,3 @@ import { | ||
| addBroadcastRecipients, | ||
| addConversionAssociations, | ||
| addMessageReaction, | ||
@@ -30,2 +31,3 @@ addUsersToAdAudience, | ||
| createContact, | ||
| createConversionDestination, | ||
| createCtwaAd, | ||
@@ -56,2 +58,3 @@ createCustomField, | ||
| deleteContact, | ||
| deleteConversionDestination, | ||
| deleteCustomField, | ||
@@ -95,2 +98,4 @@ deleteGoogleBusinessMedia, | ||
| getContentDecay, | ||
| getConversionDestination, | ||
| getConversionMetrics, | ||
| getDailyMetrics, | ||
@@ -174,2 +179,3 @@ getDiscordChannels, | ||
| listContacts, | ||
| listConversionAssociations, | ||
| listConversionDestinations, | ||
@@ -205,2 +211,3 @@ listCustomFields, | ||
| removeBookmark, | ||
| removeConversionAssociations, | ||
| removeMessageReaction, | ||
@@ -249,2 +256,3 @@ removeWhatsAppGroupParticipants, | ||
| updateContact, | ||
| updateConversionDestination, | ||
| updateCustomField, | ||
@@ -837,2 +845,10 @@ updateDiscordSettings, | ||
| listConversionDestinations: listConversionDestinations, | ||
| createConversionDestination: createConversionDestination, | ||
| getConversionDestination: getConversionDestination, | ||
| updateConversionDestination: updateConversionDestination, | ||
| deleteConversionDestination: deleteConversionDestination, | ||
| listConversionAssociations: listConversionAssociations, | ||
| addConversionAssociations: addConversionAssociations, | ||
| removeConversionAssociations: removeConversionAssociations, | ||
| getConversionMetrics: getConversionMetrics, | ||
| createCtwaAd: createCtwaAd, | ||
@@ -839,0 +855,0 @@ }; |
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
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
1852510
2.88%39397
2.62%619
1.31%188
0.53%