@zernio/node 0.2.759 → 0.2.761

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
@@ -326,6 +326,7 @@ try {
326
326
  | `connect.getFacebookPages()` | List Facebook pages |
327
327
  | `connect.getGmbLocations()` | List Google Business Profile locations |
328
328
  | `connect.getLinkedInOrganizations()` | List LinkedIn orgs |
329
+ | `connect.getPageWebhookSubscription()` | Read a Facebook Page's webhook subscription |
329
330
  | `connect.getPendingOAuthData()` | Get pending OAuth data |
330
331
  | `connect.getPinterestBoards()` | List Pinterest boards |
331
332
  | `connect.getRedditFlairs()` | List subreddit flairs |
@@ -357,6 +358,7 @@ try {
357
358
  | `connect.connectWhatsAppEmbeddedSignup()` | Connect WhatsApp from Embedded Signup |
358
359
  | `connect.handleOAuthCallback()` | Complete OAuth callback |
359
360
  | `connect.initiateTelegramConnect()` | Connect Telegram directly |
361
+ | `connect.resyncPageWebhookSubscription()` | Re-subscribe a Facebook Page to Zernio's webhooks |
360
362
  | `connect.selectFacebookPage()` | Select Facebook page |
361
363
  | `connect.selectGoogleBusinessLocation()` | Select Google Business Profile location |
362
364
  | `connect.selectInstagramAccount()` | Select the Page whose Instagram account to connect |