@zernio/node 0.2.113 → 0.2.114
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 +0 -12
- package/dist/index.d.mts +16 -368
- package/dist/index.d.ts +16 -368
- package/dist/index.js +0 -61
- package/dist/index.mjs +0 -61
- package/package.json +1 -1
- package/src/client.ts +0 -22
- package/src/generated/sdk.gen.ts +1 -122
- package/src/generated/types.gen.ts +15 -387
package/README.md
CHANGED
|
@@ -483,18 +483,6 @@ 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
|
-
|
|
498
486
|
### Messages (Inbox)
|
|
499
487
|
| Method | Description |
|
|
500
488
|
|--------|-------------|
|