@paynext/sdk 0.0.103 → 0.0.104

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.ts CHANGED
@@ -31,7 +31,7 @@ declare interface ApplePayTransaction {
31
31
  }>;
32
32
  }
33
33
 
34
- declare interface AttemptResult {
34
+ export declare interface AttemptResult {
35
35
  paymentMethod: PaymentMethod;
36
36
  }
37
37
 
@@ -83,7 +83,7 @@ declare interface CheckoutConfig_2 {
83
83
  state: ICheckoutState;
84
84
  }
85
85
 
86
- declare interface CheckoutError {
86
+ export declare interface CheckoutError {
87
87
  status: 'declined' | 'failed';
88
88
  status_reason: {
89
89
  advice_code: 'try_again_later' | 'do_not_try_again';
package/dist/index.es.js CHANGED
@@ -5113,7 +5113,7 @@ class Ec {
5113
5113
  return e ? null : Y.Empty;
5114
5114
  }
5115
5115
  filterInput(e) {
5116
- return e.replace(/[^a-zA-ZÀ-ÿ\s'-]/g, "");
5116
+ return e.replace(/[^\p{L}\s'-]/gu, "");
5117
5117
  }
5118
5118
  handleChange(e) {
5119
5119
  if (this.isDisabled) return;