@zernio/node 0.2.50 → 0.2.52

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/dist/index.d.mts CHANGED
@@ -2490,7 +2490,7 @@ type WebhookLog = {
2490
2490
  */
2491
2491
  errorMessage?: string;
2492
2492
  /**
2493
- * Delivery attempt number (max 3 retries)
2493
+ * Delivery attempt number (max 7 attempts)
2494
2494
  */
2495
2495
  attemptNumber?: number;
2496
2496
  /**
@@ -4864,7 +4864,7 @@ type SelectFacebookPageData = {
4864
4864
  /**
4865
4865
  * Decoded user profile object from the OAuth callback
4866
4866
  */
4867
- userProfile?: {
4867
+ userProfile: {
4868
4868
  id?: string;
4869
4869
  name?: string;
4870
4870
  profilePicture?: string;
package/dist/index.d.ts CHANGED
@@ -2490,7 +2490,7 @@ type WebhookLog = {
2490
2490
  */
2491
2491
  errorMessage?: string;
2492
2492
  /**
2493
- * Delivery attempt number (max 3 retries)
2493
+ * Delivery attempt number (max 7 attempts)
2494
2494
  */
2495
2495
  attemptNumber?: number;
2496
2496
  /**
@@ -4864,7 +4864,7 @@ type SelectFacebookPageData = {
4864
4864
  /**
4865
4865
  * Decoded user profile object from the OAuth callback
4866
4866
  */
4867
- userProfile?: {
4867
+ userProfile: {
4868
4868
  id?: string;
4869
4869
  name?: string;
4870
4870
  profilePicture?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.50",
3
+ "version": "0.2.52",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2012,7 +2012,7 @@ export type WebhookLog = {
2012
2012
  */
2013
2013
  errorMessage?: string;
2014
2014
  /**
2015
- * Delivery attempt number (max 3 retries)
2015
+ * Delivery attempt number (max 7 attempts)
2016
2016
  */
2017
2017
  attemptNumber?: number;
2018
2018
  /**
@@ -4588,7 +4588,7 @@ export type SelectFacebookPageData = {
4588
4588
  /**
4589
4589
  * Decoded user profile object from the OAuth callback
4590
4590
  */
4591
- userProfile?: {
4591
+ userProfile: {
4592
4592
  id?: string;
4593
4593
  name?: string;
4594
4594
  profilePicture?: string;