@zernio/node 0.2.50 → 0.2.51

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
  /**
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
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
  /**