@payrails/web-sdk 5.31.0 → 5.31.1-RC.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.31.0",
3
+ "version": "5.31.1-RC.0",
4
4
  "description": "SDK providing tokenization options on the client for merchants",
5
5
  "main": "index.js",
6
6
  "types": "payrails.d.ts",
package/payrails.d.ts CHANGED
@@ -1310,6 +1310,7 @@ declare enum AuthorizationFailureReasons {
1310
1310
  VALIDATION_FAILED = "VALIDATION_FAILED",
1311
1311
  AUTHORIZATION_ERROR = "AUTHORIZATION_ERROR",
1312
1312
  AUTHENTICATION_ERROR = "AUTHENTICATION_ERROR",
1313
+ FRAUD_RISK_DECLINED = "FRAUD_RISK_DECLINED",
1313
1314
  UNKNOWN_ERROR = "UNKNOWN_ERROR",
1314
1315
  USER_CANCELLED = "USER_CANCELLED"
1315
1316
  }