gbc-kyc-kit 1.3.6 → 1.4.1

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.
@@ -24575,9 +24575,9 @@ FaceMatch.propTypes = {
24575
24575
  data: propTypes.exports.PropTypes.func,
24576
24576
  clientId: propTypes.exports.PropTypes.string.isRequired,
24577
24577
  authorize: propTypes.exports.PropTypes.func.isRequired,
24578
- dataDocument: propTypes.exports.PropTypes.func.isRequired,
24578
+ dataFaceMatch: propTypes.exports.PropTypes.func.isRequired,
24579
24579
  inProduction: propTypes.exports.PropTypes.string,
24580
- picBase64: propTypes.exports.PropTypes.string
24580
+ picBase64: propTypes.exports.PropTypes.string.isRequired
24581
24581
  };
24582
24582
  const LivenessCheckController = (clientId, authorize, inProduction) => {
24583
24583
  const [isLoading, setIsLoading] = useState(false);