@zernio/node 0.2.36 → 0.2.38

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
@@ -216,6 +216,7 @@ try {
216
216
  | `analytics.getPostingFrequency()` | Get posting frequency vs engagement |
217
217
  | `analytics.getPostTimeline()` | Get post analytics timeline |
218
218
  | `analytics.getYouTubeDailyViews()` | Get YouTube daily views |
219
+ | `analytics.getYouTubeDemographics()` | Get YouTube audience demographics |
219
220
 
220
221
  ### Account Groups
221
222
  | Method | Description |
@@ -257,19 +258,6 @@ try {
257
258
  |--------|-------------|
258
259
  | `media.getMediaPresignedUrl()` | Get presigned upload URL |
259
260
 
260
- ### Tools
261
- | Method | Description |
262
- |--------|-------------|
263
- | `tools.getYouTubeTranscript()` | Get YouTube transcript |
264
- | `tools.checkInstagramHashtags()` | Check IG hashtag bans |
265
- | `tools.downloadBlueskyMedia()` | Download Bluesky media |
266
- | `tools.downloadFacebookVideo()` | Download Facebook video |
267
- | `tools.downloadInstagramMedia()` | Download Instagram media |
268
- | `tools.downloadLinkedInVideo()` | Download LinkedIn video |
269
- | `tools.downloadTikTokVideo()` | Download TikTok video |
270
- | `tools.downloadTwitterMedia()` | Download Twitter/X media |
271
- | `tools.downloadYouTubeVideo()` | Download YouTube video |
272
-
273
261
  ### Users
274
262
  | Method | Description |
275
263
  |--------|-------------|
@@ -355,6 +343,7 @@ try {
355
343
  | Method | Description |
356
344
  |--------|-------------|
357
345
  | `adCampaigns.listAdCampaigns()` | List campaigns with aggregate metrics |
346
+ | `adCampaigns.getAdTree()` | Get nested campaign/ad-set/ad tree |
358
347
  | `adCampaigns.updateAdCampaignStatus()` | Pause or resume a campaign |
359
348
 
360
349
  ### Ads
@@ -562,6 +551,20 @@ try {
562
551
  | `whatsapp.sendWhatsAppBulk()` | Bulk send template messages |
563
552
  | `whatsapp.uploadWhatsAppProfilePhoto()` | Upload profile picture |
564
553
 
554
+ ### WhatsApp Flows
555
+ | Method | Description |
556
+ |--------|-------------|
557
+ | `whatsappFlows.listWhatsAppFlows()` | List flows |
558
+ | `whatsappFlows.createWhatsAppFlow()` | Create flow |
559
+ | `whatsappFlows.getWhatsAppFlow()` | Get flow |
560
+ | `whatsappFlows.getWhatsAppFlowJson()` | Get flow JSON asset |
561
+ | `whatsappFlows.updateWhatsAppFlow()` | Update flow |
562
+ | `whatsappFlows.deleteWhatsAppFlow()` | Delete flow |
563
+ | `whatsappFlows.deprecateWhatsAppFlow()` | Deprecate flow |
564
+ | `whatsappFlows.publishWhatsAppFlow()` | Publish flow |
565
+ | `whatsappFlows.sendWhatsAppFlowMessage()` | Send flow message |
566
+ | `whatsappFlows.uploadWhatsAppFlowJson()` | Upload flow JSON |
567
+
565
568
  ### WhatsApp Phone Numbers
566
569
  | Method | Description |
567
570
  |--------|-------------|