@adyen/kyc-components 2.3.1 → 2.3.2
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.
|
@@ -4509,7 +4509,7 @@ const lengthValidationPatterns = {
|
|
|
4509
4509
|
message: "validationEnter9Or12Digits"
|
|
4510
4510
|
}
|
|
4511
4511
|
};
|
|
4512
|
-
const bankStatementDescriptionPattern = /^[
|
|
4512
|
+
const bankStatementDescriptionPattern = /^[\s+$\xA2-\xA5\u058F\u060B\u09F2\u09F3\u09FB\u0AF1\u0BF9\u0E3F\u17DB\u20A0-\u20BD\uA838\uFDFC\uFE69\uFF04\uFFE0\uFFE1\uFFE5\uFFE6a-zA-Z0-9-."_,:;'*!@#%()+?¿/&「」]*$/;
|
|
4513
4513
|
const businessRegistrationNumberPatterns = {
|
|
4514
4514
|
[CountryCodes.Australia]: {
|
|
4515
4515
|
default: {
|