@zernio/node 0.2.187 → 0.2.188

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
@@ -617,6 +617,19 @@ try {
617
617
  | `whatsapp.sendWhatsAppConversion()` | Send WhatsApp conversion event |
618
618
  | `whatsapp.uploadWhatsAppProfilePhoto()` | Upload profile picture |
619
619
 
620
+ ### WhatsApp Calling
621
+ | Method | Description |
622
+ |--------|-------------|
623
+ | `whatsappCalling.listWhatsAppCalls()` | List call history for an account |
624
+ | `whatsappCalling.getWhatsAppCall()` | Get a single call |
625
+ | `whatsappCalling.getWhatsAppCallEstimate()` | Estimate per-minute cost for a destination |
626
+ | `whatsappCalling.getWhatsAppCallingConfig()` | Get calling config for an account |
627
+ | `whatsappCalling.getWhatsAppCallPermissions()` | Check call permission for a consumer |
628
+ | `whatsappCalling.updateWhatsAppCalling()` | Update calling config |
629
+ | `whatsappCalling.disableWhatsAppCalling()` | Disable calling on a number |
630
+ | `whatsappCalling.enableWhatsAppCalling()` | Enable calling on a number |
631
+ | `whatsappCalling.initiateWhatsAppCall()` | Initiate outbound call |
632
+
620
633
  ### WhatsApp Flows
621
634
  | Method | Description |
622
635
  |--------|-------------|