@zernio/node 0.2.137 → 0.2.138

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
@@ -3516,7 +3516,7 @@ type Webhook = {
3516
3516
  */
3517
3517
  url?: string;
3518
3518
  /**
3519
- * Secret key for HMAC-SHA256 signature (not returned in responses for security)
3519
+ * Secret key for HMAC-SHA256 signature verification.
3520
3520
  */
3521
3521
  secret?: string;
3522
3522
  /**
package/dist/index.d.ts CHANGED
@@ -3516,7 +3516,7 @@ type Webhook = {
3516
3516
  */
3517
3517
  url?: string;
3518
3518
  /**
3519
- * Secret key for HMAC-SHA256 signature (not returned in responses for security)
3519
+ * Secret key for HMAC-SHA256 signature verification.
3520
3520
  */
3521
3521
  secret?: string;
3522
3522
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zernio/node",
3
- "version": "0.2.137",
3
+ "version": "0.2.138",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -3025,7 +3025,7 @@ export type Webhook = {
3025
3025
  */
3026
3026
  url?: string;
3027
3027
  /**
3028
- * Secret key for HMAC-SHA256 signature (not returned in responses for security)
3028
+ * Secret key for HMAC-SHA256 signature verification.
3029
3029
  */
3030
3030
  secret?: string;
3031
3031
  /**