@zernio/node 0.2.112 → 0.2.113

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
@@ -483,6 +483,18 @@ try {
483
483
  | `gmbServices.getGoogleBusinessServices()` | Get services |
484
484
  | `gmbServices.updateGoogleBusinessServices()` | Replace services |
485
485
 
486
+ ### Lead Forms
487
+ | Method | Description |
488
+ |--------|-------------|
489
+ | `leadForms.listLeadFormLeads()` | List submitted leads for a form |
490
+ | `leadForms.listLeadForms()` | List Meta Lead Gen Forms |
491
+ | `leadForms.createLeadForm()` | Create a Meta Lead Gen Form |
492
+ | `leadForms.createLeadFormTestLead()` | Create a synthetic test lead |
493
+ | `leadForms.getLeadForm()` | Get a Lead Gen Form |
494
+ | `leadForms.updateLeadForm()` | Update a Lead Gen Form (status only) |
495
+ | `leadForms.deleteLeadForm()` | Delete a Lead Gen Form |
496
+ | `leadForms.deleteLeadFormTestLead()` | Delete a (test) lead |
497
+
486
498
  ### Messages (Inbox)
487
499
  | Method | Description |
488
500
  |--------|-------------|