🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@zernio/node

Package Overview
Dependencies
Maintainers
4
Versions
385
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.388
to
0.2.389
+1
-1
package.json
{
"name": "@zernio/node",
"version": "0.2.388",
"version": "0.2.389",
"description": "The official Node.js library for the Zernio API",

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

@@ -398,5 +398,7 @@ <p align="center">

| `ads.createAdInsightsReport()` | Submit an async insights report run (Meta) |
| `ads.createCallAd()` | Create Click-to-Call ad |
| `ads.createConversionDestination()` | Create a conversion destination |
| `ads.createCtwaAd()` | Create Click-to-WhatsApp ad |
| `ads.createCtwaAd()` | Create Click-to-WhatsApp ad (deprecated) |
| `ads.createLeadForm()` | Create a lead form |
| `ads.createMessagingAd()` | Create click-to-message ad (WhatsApp / Messenger / Instagram Direct) |
| `ads.createStandaloneAd()` | Create standalone ad |

@@ -408,2 +410,3 @@ | `ads.createTestLead()` | Create a test lead |

| `ads.getAdInsightsReport()` | Poll an async insights report run (Meta) |
| `ads.getAdPreviews()` | Render previews of an existing ad (Meta) |
| `ads.getAdTrackingTags()` | Get ad tracking tags |

@@ -431,2 +434,3 @@ | `ads.getCampaignAnalytics()` | Get campaign analytics |

| `ads.estimateAdReach()` | Estimate audience reach |
| `ads.generateAdPreviews()` | Render pre-create ad previews (Meta) |
| `ads.queryAdInsights()` | Flexible live insights query (Meta) |

@@ -433,0 +437,0 @@ | `ads.removeConversionAssociations()` | Remove associated campaigns |

@@ -43,2 +43,3 @@ import packageJson from '../package.json';

createBroadcast,
createCallAd,
createCommentAutomation,

@@ -57,2 +58,3 @@ createContact,

createLeadForm,
createMessagingAd,
createPhoneNumberKycLink,

@@ -136,2 +138,3 @@ createPhoneNumberPortIn,

followUser,
generateAdPreviews,
getAccountHealth,

@@ -143,2 +146,3 @@ getAd,

getAdInsightsReport,
getAdPreviews,
getAdTrackingTags,

@@ -1267,2 +1271,4 @@ getAdTree,

getCampaignAnalytics: getCampaignAnalytics,
generateAdPreviews: generateAdPreviews,
getAdPreviews: getAdPreviews,
queryAdInsights: queryAdInsights,

@@ -1308,2 +1314,4 @@ createAdInsightsReport: createAdInsightsReport,

getConversionMetrics: getConversionMetrics,
createMessagingAd: createMessagingAd,
createCallAd: createCallAd,
createCtwaAd: createCtwaAd,

@@ -1310,0 +1318,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