@zernio/node 0.2.157 → 0.2.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -375,23 +375,31 @@ try {
375
375
  | `ads.listAdsBusinessCenters()` | List TikTok Business Centers |
376
376
  | `ads.listConversionAssociations()` | List campaigns associated with a conversion destination |
377
377
  | `ads.listConversionDestinations()` | List destinations for the Conversions API |
378
+ | `ads.listFormLeads()` | List leads for a single form |
379
+ | `ads.listLeadForms()` | List Lead Gen (Instant) forms |
380
+ | `ads.listLeads()` | List submitted leads (cross-form CRM view) |
378
381
  | `ads.createConversionDestination()` | Create a conversion destination (LinkedIn) |
379
382
  | `ads.createCtwaAd()` | Create Click-to-WhatsApp ad(s) |
383
+ | `ads.createLeadForm()` | Create a Lead Gen (Instant) form |
380
384
  | `ads.createStandaloneAd()` | Create standalone ad |
385
+ | `ads.createTestLead()` | Create a synthetic test lead |
381
386
  | `ads.getAd()` | Get ad details |
382
387
  | `ads.getAdAnalytics()` | Get ad analytics |
383
388
  | `ads.getAdComments()` | List comments on an ad |
384
389
  | `ads.getConversionDestination()` | Fetch a single conversion destination |
385
390
  | `ads.getConversionMetrics()` | Fetch attribution metrics for a conversion destination |
391
+ | `ads.getLeadForm()` | Get a single Lead Gen form |
386
392
  | `ads.updateAd()` | Update ad |
387
393
  | `ads.updateConversionDestination()` | Update a conversion destination |
388
394
  | `ads.deleteAd()` | Cancel an ad |
389
395
  | `ads.deleteConversionDestination()` | Soft-delete a conversion destination |
390
396
  | `ads.addConversionAssociations()` | Associate campaigns with a conversion destination |
397
+ | `ads.archiveLeadForm()` | Archive a Lead Gen form |
391
398
  | `ads.boostPost()` | Boost post as ad |
399
+ | `ads.estimateAdReach()` | Estimate audience reach |
392
400
  | `ads.removeConversionAssociations()` | Remove campaign↔conversion associations |
393
- | `ads.searchAdInterests()` | Search targeting interests |
394
- | `ads.searchAdTargetingLocations()` | Search geo targeting locations (Meta) |
401
+ | `ads.searchAdInterests()` | Search targeting interests (deprecated) |
402
+ | `ads.searchAdTargeting()` | Search targeting options |
395
403
  | `ads.sendConversions()` | Send conversion events to an ad platform |
396
404
 
397
405
  ### Broadcasts
@@ -498,6 +506,14 @@ try {
498
506
  | `gmbServices.getGoogleBusinessServices()` | Get services |
499
507
  | `gmbServices.updateGoogleBusinessServices()` | Replace services |
500
508
 
509
+ ### GMB Verifications
510
+ | Method | Description |
511
+ |--------|-------------|
512
+ | `gmbVerifications.getGoogleBusinessVerifications()` | Get verification state |
513
+ | `gmbVerifications.completeGoogleBusinessVerification()` | Complete a verification |
514
+ | `gmbVerifications.fetchGoogleBusinessVerificationOptions()` | Fetch verification options |
515
+ | `gmbVerifications.startGoogleBusinessVerification()` | Start a verification |
516
+
501
517
  ### Instagram
502
518
  | Method | Description |
503
519
  |--------|-------------|
@@ -515,6 +531,7 @@ try {
515
531
  | `messages.deleteInboxMessage()` | Delete message |
516
532
  | `messages.addMessageReaction()` | Add reaction |
517
533
  | `messages.editInboxMessage()` | Edit message |
534
+ | `messages.markConversationRead()` | Mark a conversation as read |
518
535
  | `messages.removeMessageReaction()` | Remove reaction |
519
536
  | `messages.sendInboxMessage()` | Send message |
520
537
  | `messages.sendTypingIndicator()` | Send typing indicator |