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
159
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.122
to
0.2.123
+1
-1
package.json
{
"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",

@@ -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) |

@@ -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