@zernio/node 0.2.56 → 0.2.57

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
@@ -192,7 +192,6 @@ try {
192
192
  | `accounts.getTikTokCreatorInfo()` | Get TikTok creator info |
193
193
  | `accounts.updateAccount()` | Update account |
194
194
  | `accounts.deleteAccount()` | Disconnect account |
195
- | `accounts.disconnectAds()` | Disconnect ads from an account |
196
195
 
197
196
  ### Profiles
198
197
  | Method | Description |
@@ -244,7 +243,6 @@ try {
244
243
  | Method | Description |
245
244
  |--------|-------------|
246
245
  | `webhooks.createWebhookSettings()` | Create webhook |
247
- | `webhooks.getWebhookLogs()` | Get delivery logs |
248
246
  | `webhooks.getWebhookSettings()` | List webhooks |
249
247
  | `webhooks.updateWebhookSettings()` | Update webhook |
250
248
  | `webhooks.deleteWebhookSettings()` | Delete webhook |
@@ -276,9 +274,7 @@ try {
276
274
  ### Logs
277
275
  | Method | Description |
278
276
  |--------|-------------|
279
- | `logs.listConnectionLogs()` | List connection logs |
280
277
  | `logs.listLogs()` | List activity logs |
281
- | `logs.listPostsLogs()` | List publishing logs |
282
278
  | `logs.getPostLogs()` | Get post logs |
283
279
 
284
280
  ### Connect (OAuth)
@@ -515,46 +511,24 @@ try {
515
511
  |--------|-------------|
516
512
  | `whatsapp.listWhatsAppGroupChats()` | List active groups |
517
513
  | `whatsapp.listWhatsAppGroupJoinRequests()` | List join requests |
518
- | `whatsapp.bulkDeleteWhatsAppContacts()` | Bulk delete contacts |
519
- | `whatsapp.bulkUpdateWhatsAppContacts()` | Bulk update contacts |
520
- | `whatsapp.createWhatsAppBroadcast()` | Create broadcast |
521
- | `whatsapp.createWhatsAppContact()` | Create contact |
522
514
  | `whatsapp.createWhatsAppGroupChat()` | Create group |
523
515
  | `whatsapp.createWhatsAppGroupInviteLink()` | Create invite link |
524
516
  | `whatsapp.createWhatsAppTemplate()` | Create template |
525
- | `whatsapp.getWhatsAppBroadcast()` | Get broadcast |
526
- | `whatsapp.getWhatsAppBroadcastRecipients()` | List recipients |
527
- | `whatsapp.getWhatsAppBroadcasts()` | List broadcasts |
528
517
  | `whatsapp.getWhatsAppBusinessProfile()` | Get business profile |
529
- | `whatsapp.getWhatsAppContact()` | Get contact |
530
- | `whatsapp.getWhatsAppContacts()` | List contacts |
531
518
  | `whatsapp.getWhatsAppDisplayName()` | Get display name and review status |
532
519
  | `whatsapp.getWhatsAppGroupChat()` | Get group info |
533
- | `whatsapp.getWhatsAppGroups()` | List contact groups |
534
520
  | `whatsapp.getWhatsAppTemplate()` | Get template |
535
521
  | `whatsapp.getWhatsAppTemplates()` | List templates |
536
522
  | `whatsapp.updateWhatsAppBusinessProfile()` | Update business profile |
537
- | `whatsapp.updateWhatsAppContact()` | Update contact |
538
523
  | `whatsapp.updateWhatsAppDisplayName()` | Request display name change |
539
524
  | `whatsapp.updateWhatsAppGroupChat()` | Update group settings |
540
525
  | `whatsapp.updateWhatsAppTemplate()` | Update template |
541
- | `whatsapp.deleteWhatsAppBroadcast()` | Delete broadcast |
542
- | `whatsapp.deleteWhatsAppContact()` | Delete contact |
543
- | `whatsapp.deleteWhatsAppGroup()` | Delete group |
544
526
  | `whatsapp.deleteWhatsAppGroupChat()` | Delete group |
545
527
  | `whatsapp.deleteWhatsAppTemplate()` | Delete template |
546
- | `whatsapp.addWhatsAppBroadcastRecipients()` | Add recipients |
547
528
  | `whatsapp.addWhatsAppGroupParticipants()` | Add participants |
548
529
  | `whatsapp.approveWhatsAppGroupJoinRequests()` | Approve join requests |
549
- | `whatsapp.cancelWhatsAppBroadcastSchedule()` | Cancel scheduled broadcast |
550
- | `whatsapp.importWhatsAppContacts()` | Bulk import contacts |
551
530
  | `whatsapp.rejectWhatsAppGroupJoinRequests()` | Reject join requests |
552
- | `whatsapp.removeWhatsAppBroadcastRecipients()` | Remove recipients |
553
531
  | `whatsapp.removeWhatsAppGroupParticipants()` | Remove participants |
554
- | `whatsapp.renameWhatsAppGroup()` | Rename group |
555
- | `whatsapp.scheduleWhatsAppBroadcast()` | Schedule broadcast |
556
- | `whatsapp.sendWhatsAppBroadcast()` | Send broadcast |
557
- | `whatsapp.sendWhatsAppBulk()` | Bulk send template messages |
558
532
  | `whatsapp.uploadWhatsAppProfilePhoto()` | Upload profile picture |
559
533
 
560
534
  ### WhatsApp Flows