@adyen/adyen-web 5.45.0 → 5.46.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.
Files changed (65) hide show
  1. package/README.md +1 -1
  2. package/dist/adyen.js +1 -1
  3. package/dist/adyen.js.map +1 -1
  4. package/dist/cjs/index.js +1 -1
  5. package/dist/es/ar.js +1 -1
  6. package/dist/es/cs-CZ.js +1 -1
  7. package/dist/es/da-DK.js +1 -1
  8. package/dist/es/de-DE.js +1 -1
  9. package/dist/es/el-GR.js +1 -1
  10. package/dist/es/es-ES.js +1 -1
  11. package/dist/es/fi-FI.js +1 -1
  12. package/dist/es/fr-FR.js +1 -1
  13. package/dist/es/hr-HR.js +1 -1
  14. package/dist/es/hu-HU.js +1 -1
  15. package/dist/es/index.js +1 -1
  16. package/dist/es/it-IT.js +1 -1
  17. package/dist/es/ja-JP.js +1 -1
  18. package/dist/es/ko-KR.js +1 -1
  19. package/dist/es/nl-NL.js +1 -1
  20. package/dist/es/no-NO.js +1 -1
  21. package/dist/es/pl-PL.js +1 -1
  22. package/dist/es/pt-BR.js +1 -1
  23. package/dist/es/pt-PT.js +1 -1
  24. package/dist/es/ro-RO.js +1 -1
  25. package/dist/es/ru-RU.js +1 -1
  26. package/dist/es/sk-SK.js +1 -1
  27. package/dist/es/sl-SI.js +1 -1
  28. package/dist/es/sv-SE.js +1 -1
  29. package/dist/es/zh-CN.js +1 -1
  30. package/dist/es/zh-TW.js +1 -1
  31. package/dist/es.modern/ar.js +1 -1
  32. package/dist/es.modern/cs-CZ.js +1 -1
  33. package/dist/es.modern/da-DK.js +1 -1
  34. package/dist/es.modern/de-DE.js +1 -1
  35. package/dist/es.modern/el-GR.js +1 -1
  36. package/dist/es.modern/es-ES.js +1 -1
  37. package/dist/es.modern/fi-FI.js +1 -1
  38. package/dist/es.modern/fr-FR.js +1 -1
  39. package/dist/es.modern/hr-HR.js +1 -1
  40. package/dist/es.modern/hu-HU.js +1 -1
  41. package/dist/es.modern/index.js +1 -1
  42. package/dist/es.modern/it-IT.js +1 -1
  43. package/dist/es.modern/ja-JP.js +1 -1
  44. package/dist/es.modern/ko-KR.js +1 -1
  45. package/dist/es.modern/nl-NL.js +1 -1
  46. package/dist/es.modern/no-NO.js +1 -1
  47. package/dist/es.modern/pl-PL.js +1 -1
  48. package/dist/es.modern/pt-BR.js +1 -1
  49. package/dist/es.modern/pt-PT.js +1 -1
  50. package/dist/es.modern/ro-RO.js +1 -1
  51. package/dist/es.modern/ru-RU.js +1 -1
  52. package/dist/es.modern/sk-SK.js +1 -1
  53. package/dist/es.modern/sl-SI.js +1 -1
  54. package/dist/es.modern/sv-SE.js +1 -1
  55. package/dist/es.modern/zh-CN.js +1 -1
  56. package/dist/es.modern/zh-TW.js +1 -1
  57. package/dist/types/components/Dropin/Dropin.d.ts +0 -3
  58. package/dist/types/components/PayPal/types.d.ts +5 -0
  59. package/dist/types/core/Errors/useA11yReporter.d.ts +1 -0
  60. package/dist/types/core/Services/analytics/post-telemetry.d.ts +8 -3
  61. package/dist/types/core/core.d.ts +5 -4
  62. package/dist/types/language/config.d.ts +3 -3
  63. package/dist/types/language/locales/index.d.ts +206 -6
  64. package/dist/types/types/index.d.ts +2 -2
  65. package/package.json +3 -3
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  continue: string;
47
47
  continueTo: string;
48
48
  "wechatpay.timetopay": string;
49
+ "sr.wechatpay.timetopay": string;
49
50
  "wechatpay.scanqrcode": string;
50
51
  personalDetails: string;
51
52
  companyDetails: string;
@@ -82,6 +83,9 @@ declare const _default: {
82
83
  provinceOrTerritory: string;
83
84
  cityTown: string;
84
85
  address: string;
86
+ "address.placeholder": string;
87
+ "address.errors.incomplete": string;
88
+ "address.enterManually": string;
85
89
  state: string;
86
90
  "field.title.optional": string;
87
91
  "creditCard.cvcField.title.optional": string;
@@ -334,6 +338,7 @@ declare const _default: {
334
338
  continue: string;
335
339
  continueTo: string;
336
340
  "wechatpay.timetopay": string;
341
+ "sr.wechatpay.timetopay": string;
337
342
  "wechatpay.scanqrcode": string;
338
343
  personalDetails: string;
339
344
  companyDetails: string;
@@ -370,6 +375,9 @@ declare const _default: {
370
375
  provinceOrTerritory: string;
371
376
  cityTown: string;
372
377
  address: string;
378
+ "address.placeholder": string;
379
+ "address.errors.incomplete": string;
380
+ "address.enterManually": string;
373
381
  state: string;
374
382
  "field.title.optional": string;
375
383
  "creditCard.cvcField.title.optional": string;
@@ -624,6 +632,7 @@ declare const _default: {
624
632
  continue: string;
625
633
  continueTo: string;
626
634
  "wechatpay.timetopay": string;
635
+ "sr.wechatpay.timetopay": string;
627
636
  "wechatpay.scanqrcode": string;
628
637
  personalDetails: string;
629
638
  companyDetails: string;
@@ -660,6 +669,9 @@ declare const _default: {
660
669
  provinceOrTerritory: string;
661
670
  cityTown: string;
662
671
  address: string;
672
+ "address.placeholder": string;
673
+ "address.errors.incomplete": string;
674
+ "address.enterManually": string;
663
675
  state: string;
664
676
  "field.title.optional": string;
665
677
  "creditCard.cvcField.title.optional": string;
@@ -911,6 +923,7 @@ declare const _default: {
911
923
  continue: string;
912
924
  continueTo: string;
913
925
  "wechatpay.timetopay": string;
926
+ "sr.wechatpay.timetopay": string;
914
927
  "wechatpay.scanqrcode": string;
915
928
  personalDetails: string;
916
929
  companyDetails: string;
@@ -947,6 +960,9 @@ declare const _default: {
947
960
  provinceOrTerritory: string;
948
961
  cityTown: string;
949
962
  address: string;
963
+ "address.placeholder": string;
964
+ "address.errors.incomplete": string;
965
+ "address.enterManually": string;
950
966
  state: string;
951
967
  "field.title.optional": string;
952
968
  "creditCard.cvcField.title.optional": string;
@@ -1200,6 +1216,7 @@ declare const _default: {
1200
1216
  continue: string;
1201
1217
  continueTo: string;
1202
1218
  "wechatpay.timetopay": string;
1219
+ "sr.wechatpay.timetopay": string;
1203
1220
  "wechatpay.scanqrcode": string;
1204
1221
  personalDetails: string;
1205
1222
  companyDetails: string;
@@ -1236,6 +1253,9 @@ declare const _default: {
1236
1253
  provinceOrTerritory: string;
1237
1254
  cityTown: string;
1238
1255
  address: string;
1256
+ "address.placeholder": string;
1257
+ "address.errors.incomplete": string;
1258
+ "address.enterManually": string;
1239
1259
  state: string;
1240
1260
  "field.title.optional": string;
1241
1261
  "creditCard.cvcField.title.optional": string;
@@ -1488,6 +1508,7 @@ declare const _default: {
1488
1508
  continue: string;
1489
1509
  continueTo: string;
1490
1510
  "wechatpay.timetopay": string;
1511
+ "sr.wechatpay.timetopay": string;
1491
1512
  "wechatpay.scanqrcode": string;
1492
1513
  personalDetails: string;
1493
1514
  companyDetails: string;
@@ -1524,6 +1545,9 @@ declare const _default: {
1524
1545
  provinceOrTerritory: string;
1525
1546
  cityTown: string;
1526
1547
  address: string;
1548
+ "address.placeholder": string;
1549
+ "address.errors.incomplete": string;
1550
+ "address.enterManually": string;
1527
1551
  state: string;
1528
1552
  "field.title.optional": string;
1529
1553
  "creditCard.cvcField.title.optional": string;
@@ -1778,6 +1802,7 @@ declare const _default: {
1778
1802
  continue: string;
1779
1803
  continueTo: string;
1780
1804
  "wechatpay.timetopay": string;
1805
+ "sr.wechatpay.timetopay": string;
1781
1806
  "wechatpay.scanqrcode": string;
1782
1807
  personalDetails: string;
1783
1808
  companyDetails: string;
@@ -1814,6 +1839,9 @@ declare const _default: {
1814
1839
  provinceOrTerritory: string;
1815
1840
  cityTown: string;
1816
1841
  address: string;
1842
+ "address.placeholder": string;
1843
+ "address.errors.incomplete": string;
1844
+ "address.enterManually": string;
1817
1845
  state: string;
1818
1846
  "field.title.optional": string;
1819
1847
  "creditCard.cvcField.title.optional": string;
@@ -2065,6 +2093,7 @@ declare const _default: {
2065
2093
  continue: string;
2066
2094
  continueTo: string;
2067
2095
  "wechatpay.timetopay": string;
2096
+ "sr.wechatpay.timetopay": string;
2068
2097
  "wechatpay.scanqrcode": string;
2069
2098
  personalDetails: string;
2070
2099
  companyDetails: string;
@@ -2101,6 +2130,9 @@ declare const _default: {
2101
2130
  provinceOrTerritory: string;
2102
2131
  cityTown: string;
2103
2132
  address: string;
2133
+ "address.placeholder": string;
2134
+ "address.errors.incomplete": string;
2135
+ "address.enterManually": string;
2104
2136
  state: string;
2105
2137
  "field.title.optional": string;
2106
2138
  "creditCard.cvcField.title.optional": string;
@@ -2354,6 +2386,7 @@ declare const _default: {
2354
2386
  continue: string;
2355
2387
  continueTo: string;
2356
2388
  "wechatpay.timetopay": string;
2389
+ "sr.wechatpay.timetopay": string;
2357
2390
  "wechatpay.scanqrcode": string;
2358
2391
  personalDetails: string;
2359
2392
  companyDetails: string;
@@ -2390,6 +2423,9 @@ declare const _default: {
2390
2423
  provinceOrTerritory: string;
2391
2424
  cityTown: string;
2392
2425
  address: string;
2426
+ "address.placeholder": string;
2427
+ "address.errors.incomplete": string;
2428
+ "address.enterManually": string;
2393
2429
  state: string;
2394
2430
  "field.title.optional": string;
2395
2431
  "creditCard.cvcField.title.optional": string;
@@ -2641,6 +2677,7 @@ declare const _default: {
2641
2677
  continue: string;
2642
2678
  continueTo: string;
2643
2679
  "wechatpay.timetopay": string;
2680
+ "sr.wechatpay.timetopay": string;
2644
2681
  "wechatpay.scanqrcode": string;
2645
2682
  personalDetails: string;
2646
2683
  companyDetails: string;
@@ -2677,6 +2714,9 @@ declare const _default: {
2677
2714
  provinceOrTerritory: string;
2678
2715
  cityTown: string;
2679
2716
  address: string;
2717
+ "address.placeholder": string;
2718
+ "address.errors.incomplete": string;
2719
+ "address.enterManually": string;
2680
2720
  state: string;
2681
2721
  "field.title.optional": string;
2682
2722
  "creditCard.cvcField.title.optional": string;
@@ -2935,10 +2975,7 @@ declare const _default: {
2935
2975
  personalDetails: string;
2936
2976
  companyDetails: string;
2937
2977
  "companyDetails.name": string;
2938
- "companyDetails.name.invalid": string;
2939
2978
  "companyDetails.registrationNumber": string;
2940
- "companyDetails.registrationNumber.invalid": string;
2941
- "consent.checkbox.invalid": string;
2942
2979
  socialSecurityNumber: string;
2943
2980
  firstName: string;
2944
2981
  "firstName.invalid": string;
@@ -3177,6 +3214,9 @@ declare const _default: {
3177
3214
  "ctp.errors.INVALID_PARAMETER": string;
3178
3215
  "ctp.errors.AUTH_ERROR": string;
3179
3216
  "paymentMethodsList.aria.label": string;
3217
+ "companyDetails.name.invalid": string;
3218
+ "companyDetails.registrationNumber.invalid": string;
3219
+ "consent.checkbox.invalid": string;
3180
3220
  };
3181
3221
  payButton: string;
3182
3222
  "payButton.redirecting": string;
@@ -3228,10 +3268,7 @@ declare const _default: {
3228
3268
  personalDetails: string;
3229
3269
  companyDetails: string;
3230
3270
  "companyDetails.name": string;
3231
- "companyDetails.name.invalid": string;
3232
3271
  "companyDetails.registrationNumber": string;
3233
- "companyDetails.registrationNumber.invalid": string;
3234
- "consent.checkbox.invalid": string;
3235
3272
  socialSecurityNumber: string;
3236
3273
  firstName: string;
3237
3274
  "firstName.invalid": string;
@@ -3470,6 +3507,9 @@ declare const _default: {
3470
3507
  "ctp.errors.INVALID_PARAMETER": string;
3471
3508
  "ctp.errors.AUTH_ERROR": string;
3472
3509
  "paymentMethodsList.aria.label": string;
3510
+ "companyDetails.name.invalid": string;
3511
+ "companyDetails.registrationNumber.invalid": string;
3512
+ "consent.checkbox.invalid": string;
3473
3513
  }>;
3474
3514
  'es-ES': () => Promise<{
3475
3515
  default: {
@@ -3516,6 +3556,7 @@ declare const _default: {
3516
3556
  continue: string;
3517
3557
  continueTo: string;
3518
3558
  "wechatpay.timetopay": string;
3559
+ "sr.wechatpay.timetopay": string;
3519
3560
  "wechatpay.scanqrcode": string;
3520
3561
  personalDetails: string;
3521
3562
  companyDetails: string;
@@ -3552,6 +3593,9 @@ declare const _default: {
3552
3593
  provinceOrTerritory: string;
3553
3594
  cityTown: string;
3554
3595
  address: string;
3596
+ "address.placeholder": string;
3597
+ "address.errors.incomplete": string;
3598
+ "address.enterManually": string;
3555
3599
  state: string;
3556
3600
  "field.title.optional": string;
3557
3601
  "creditCard.cvcField.title.optional": string;
@@ -3798,6 +3842,7 @@ declare const _default: {
3798
3842
  continue: string;
3799
3843
  continueTo: string;
3800
3844
  "wechatpay.timetopay": string;
3845
+ "sr.wechatpay.timetopay": string;
3801
3846
  "wechatpay.scanqrcode": string;
3802
3847
  personalDetails: string;
3803
3848
  companyDetails: string;
@@ -3834,6 +3879,9 @@ declare const _default: {
3834
3879
  provinceOrTerritory: string;
3835
3880
  cityTown: string;
3836
3881
  address: string;
3882
+ "address.placeholder": string;
3883
+ "address.errors.incomplete": string;
3884
+ "address.enterManually": string;
3837
3885
  state: string;
3838
3886
  "field.title.optional": string;
3839
3887
  "creditCard.cvcField.title.optional": string;
@@ -4084,6 +4132,7 @@ declare const _default: {
4084
4132
  continue: string;
4085
4133
  continueTo: string;
4086
4134
  "wechatpay.timetopay": string;
4135
+ "sr.wechatpay.timetopay": string;
4087
4136
  "wechatpay.scanqrcode": string;
4088
4137
  personalDetails: string;
4089
4138
  companyDetails: string;
@@ -4120,6 +4169,9 @@ declare const _default: {
4120
4169
  provinceOrTerritory: string;
4121
4170
  cityTown: string;
4122
4171
  address: string;
4172
+ "address.placeholder": string;
4173
+ "address.errors.incomplete": string;
4174
+ "address.enterManually": string;
4123
4175
  state: string;
4124
4176
  "field.title.optional": string;
4125
4177
  "creditCard.cvcField.title.optional": string;
@@ -4371,6 +4423,7 @@ declare const _default: {
4371
4423
  continue: string;
4372
4424
  continueTo: string;
4373
4425
  "wechatpay.timetopay": string;
4426
+ "sr.wechatpay.timetopay": string;
4374
4427
  "wechatpay.scanqrcode": string;
4375
4428
  personalDetails: string;
4376
4429
  companyDetails: string;
@@ -4407,6 +4460,9 @@ declare const _default: {
4407
4460
  provinceOrTerritory: string;
4408
4461
  cityTown: string;
4409
4462
  address: string;
4463
+ "address.placeholder": string;
4464
+ "address.errors.incomplete": string;
4465
+ "address.enterManually": string;
4410
4466
  state: string;
4411
4467
  "field.title.optional": string;
4412
4468
  "creditCard.cvcField.title.optional": string;
@@ -4660,6 +4716,7 @@ declare const _default: {
4660
4716
  continue: string;
4661
4717
  continueTo: string;
4662
4718
  "wechatpay.timetopay": string;
4719
+ "sr.wechatpay.timetopay": string;
4663
4720
  "wechatpay.scanqrcode": string;
4664
4721
  personalDetails: string;
4665
4722
  companyDetails: string;
@@ -4696,6 +4753,9 @@ declare const _default: {
4696
4753
  provinceOrTerritory: string;
4697
4754
  cityTown: string;
4698
4755
  address: string;
4756
+ "address.placeholder": string;
4757
+ "address.errors.incomplete": string;
4758
+ "address.enterManually": string;
4699
4759
  state: string;
4700
4760
  "field.title.optional": string;
4701
4761
  "creditCard.cvcField.title.optional": string;
@@ -4947,6 +5007,7 @@ declare const _default: {
4947
5007
  continue: string;
4948
5008
  continueTo: string;
4949
5009
  "wechatpay.timetopay": string;
5010
+ "sr.wechatpay.timetopay": string;
4950
5011
  "wechatpay.scanqrcode": string;
4951
5012
  personalDetails: string;
4952
5013
  companyDetails: string;
@@ -4983,6 +5044,9 @@ declare const _default: {
4983
5044
  provinceOrTerritory: string;
4984
5045
  cityTown: string;
4985
5046
  address: string;
5047
+ "address.placeholder": string;
5048
+ "address.errors.incomplete": string;
5049
+ "address.enterManually": string;
4986
5050
  state: string;
4987
5051
  "field.title.optional": string;
4988
5052
  "creditCard.cvcField.title.optional": string;
@@ -5236,6 +5300,7 @@ declare const _default: {
5236
5300
  continue: string;
5237
5301
  continueTo: string;
5238
5302
  "wechatpay.timetopay": string;
5303
+ "sr.wechatpay.timetopay": string;
5239
5304
  "wechatpay.scanqrcode": string;
5240
5305
  personalDetails: string;
5241
5306
  companyDetails: string;
@@ -5272,6 +5337,9 @@ declare const _default: {
5272
5337
  provinceOrTerritory: string;
5273
5338
  cityTown: string;
5274
5339
  address: string;
5340
+ "address.placeholder": string;
5341
+ "address.errors.incomplete": string;
5342
+ "address.enterManually": string;
5275
5343
  state: string;
5276
5344
  "field.title.optional": string;
5277
5345
  "creditCard.cvcField.title.optional": string;
@@ -5523,6 +5591,7 @@ declare const _default: {
5523
5591
  continue: string;
5524
5592
  continueTo: string;
5525
5593
  "wechatpay.timetopay": string;
5594
+ "sr.wechatpay.timetopay": string;
5526
5595
  "wechatpay.scanqrcode": string;
5527
5596
  personalDetails: string;
5528
5597
  companyDetails: string;
@@ -5559,6 +5628,9 @@ declare const _default: {
5559
5628
  provinceOrTerritory: string;
5560
5629
  cityTown: string;
5561
5630
  address: string;
5631
+ "address.placeholder": string;
5632
+ "address.errors.incomplete": string;
5633
+ "address.enterManually": string;
5562
5634
  state: string;
5563
5635
  "field.title.optional": string;
5564
5636
  "creditCard.cvcField.title.optional": string;
@@ -5812,6 +5884,7 @@ declare const _default: {
5812
5884
  continue: string;
5813
5885
  continueTo: string;
5814
5886
  "wechatpay.timetopay": string;
5887
+ "sr.wechatpay.timetopay": string;
5815
5888
  "wechatpay.scanqrcode": string;
5816
5889
  personalDetails: string;
5817
5890
  companyDetails: string;
@@ -5848,6 +5921,9 @@ declare const _default: {
5848
5921
  provinceOrTerritory: string;
5849
5922
  cityTown: string;
5850
5923
  address: string;
5924
+ "address.placeholder": string;
5925
+ "address.errors.incomplete": string;
5926
+ "address.enterManually": string;
5851
5927
  state: string;
5852
5928
  "field.title.optional": string;
5853
5929
  "creditCard.cvcField.title.optional": string;
@@ -6099,6 +6175,7 @@ declare const _default: {
6099
6175
  continue: string;
6100
6176
  continueTo: string;
6101
6177
  "wechatpay.timetopay": string;
6178
+ "sr.wechatpay.timetopay": string;
6102
6179
  "wechatpay.scanqrcode": string;
6103
6180
  personalDetails: string;
6104
6181
  companyDetails: string;
@@ -6135,6 +6212,9 @@ declare const _default: {
6135
6212
  provinceOrTerritory: string;
6136
6213
  cityTown: string;
6137
6214
  address: string;
6215
+ "address.placeholder": string;
6216
+ "address.errors.incomplete": string;
6217
+ "address.enterManually": string;
6138
6218
  state: string;
6139
6219
  "field.title.optional": string;
6140
6220
  "creditCard.cvcField.title.optional": string;
@@ -6386,6 +6466,7 @@ declare const _default: {
6386
6466
  continue: string;
6387
6467
  continueTo: string;
6388
6468
  "wechatpay.timetopay": string;
6469
+ "sr.wechatpay.timetopay": string;
6389
6470
  "wechatpay.scanqrcode": string;
6390
6471
  personalDetails: string;
6391
6472
  companyDetails: string;
@@ -6422,6 +6503,9 @@ declare const _default: {
6422
6503
  provinceOrTerritory: string;
6423
6504
  cityTown: string;
6424
6505
  address: string;
6506
+ "address.placeholder": string;
6507
+ "address.errors.incomplete": string;
6508
+ "address.enterManually": string;
6425
6509
  state: string;
6426
6510
  "field.title.optional": string;
6427
6511
  "creditCard.cvcField.title.optional": string;
@@ -6671,6 +6755,7 @@ declare const _default: {
6671
6755
  continue: string;
6672
6756
  continueTo: string;
6673
6757
  "wechatpay.timetopay": string;
6758
+ "sr.wechatpay.timetopay": string;
6674
6759
  "wechatpay.scanqrcode": string;
6675
6760
  personalDetails: string;
6676
6761
  companyDetails: string;
@@ -6707,6 +6792,9 @@ declare const _default: {
6707
6792
  provinceOrTerritory: string;
6708
6793
  cityTown: string;
6709
6794
  address: string;
6795
+ "address.placeholder": string;
6796
+ "address.errors.incomplete": string;
6797
+ "address.enterManually": string;
6710
6798
  state: string;
6711
6799
  "field.title.optional": string;
6712
6800
  "creditCard.cvcField.title.optional": string;
@@ -6960,6 +7048,7 @@ declare const _default: {
6960
7048
  continue: string;
6961
7049
  continueTo: string;
6962
7050
  "wechatpay.timetopay": string;
7051
+ "sr.wechatpay.timetopay": string;
6963
7052
  "wechatpay.scanqrcode": string;
6964
7053
  personalDetails: string;
6965
7054
  companyDetails: string;
@@ -6996,6 +7085,9 @@ declare const _default: {
6996
7085
  provinceOrTerritory: string;
6997
7086
  cityTown: string;
6998
7087
  address: string;
7088
+ "address.placeholder": string;
7089
+ "address.errors.incomplete": string;
7090
+ "address.enterManually": string;
6999
7091
  state: string;
7000
7092
  "field.title.optional": string;
7001
7093
  "creditCard.cvcField.title.optional": string;
@@ -7247,6 +7339,7 @@ declare const _default: {
7247
7339
  continue: string;
7248
7340
  continueTo: string;
7249
7341
  "wechatpay.timetopay": string;
7342
+ "sr.wechatpay.timetopay": string;
7250
7343
  "wechatpay.scanqrcode": string;
7251
7344
  personalDetails: string;
7252
7345
  companyDetails: string;
@@ -7283,6 +7376,9 @@ declare const _default: {
7283
7376
  provinceOrTerritory: string;
7284
7377
  cityTown: string;
7285
7378
  address: string;
7379
+ "address.placeholder": string;
7380
+ "address.errors.incomplete": string;
7381
+ "address.enterManually": string;
7286
7382
  state: string;
7287
7383
  "field.title.optional": string;
7288
7384
  "creditCard.cvcField.title.optional": string;
@@ -7536,6 +7632,7 @@ declare const _default: {
7536
7632
  continue: string;
7537
7633
  continueTo: string;
7538
7634
  "wechatpay.timetopay": string;
7635
+ "sr.wechatpay.timetopay": string;
7539
7636
  "wechatpay.scanqrcode": string;
7540
7637
  personalDetails: string;
7541
7638
  companyDetails: string;
@@ -7572,6 +7669,9 @@ declare const _default: {
7572
7669
  provinceOrTerritory: string;
7573
7670
  cityTown: string;
7574
7671
  address: string;
7672
+ "address.placeholder": string;
7673
+ "address.errors.incomplete": string;
7674
+ "address.enterManually": string;
7575
7675
  state: string;
7576
7676
  "field.title.optional": string;
7577
7677
  "creditCard.cvcField.title.optional": string;
@@ -7823,6 +7923,7 @@ declare const _default: {
7823
7923
  continue: string;
7824
7924
  continueTo: string;
7825
7925
  "wechatpay.timetopay": string;
7926
+ "sr.wechatpay.timetopay": string;
7826
7927
  "wechatpay.scanqrcode": string;
7827
7928
  personalDetails: string;
7828
7929
  companyDetails: string;
@@ -7859,6 +7960,9 @@ declare const _default: {
7859
7960
  provinceOrTerritory: string;
7860
7961
  cityTown: string;
7861
7962
  address: string;
7963
+ "address.placeholder": string;
7964
+ "address.errors.incomplete": string;
7965
+ "address.enterManually": string;
7862
7966
  state: string;
7863
7967
  "field.title.optional": string;
7864
7968
  "creditCard.cvcField.title.optional": string;
@@ -8112,6 +8216,7 @@ declare const _default: {
8112
8216
  continue: string;
8113
8217
  continueTo: string;
8114
8218
  "wechatpay.timetopay": string;
8219
+ "sr.wechatpay.timetopay": string;
8115
8220
  "wechatpay.scanqrcode": string;
8116
8221
  personalDetails: string;
8117
8222
  companyDetails: string;
@@ -8148,6 +8253,9 @@ declare const _default: {
8148
8253
  provinceOrTerritory: string;
8149
8254
  cityTown: string;
8150
8255
  address: string;
8256
+ "address.placeholder": string;
8257
+ "address.errors.incomplete": string;
8258
+ "address.enterManually": string;
8151
8259
  state: string;
8152
8260
  "field.title.optional": string;
8153
8261
  "creditCard.cvcField.title.optional": string;
@@ -8399,6 +8507,7 @@ declare const _default: {
8399
8507
  continue: string;
8400
8508
  continueTo: string;
8401
8509
  "wechatpay.timetopay": string;
8510
+ "sr.wechatpay.timetopay": string;
8402
8511
  "wechatpay.scanqrcode": string;
8403
8512
  personalDetails: string;
8404
8513
  companyDetails: string;
@@ -8435,6 +8544,9 @@ declare const _default: {
8435
8544
  provinceOrTerritory: string;
8436
8545
  cityTown: string;
8437
8546
  address: string;
8547
+ "address.placeholder": string;
8548
+ "address.errors.incomplete": string;
8549
+ "address.enterManually": string;
8438
8550
  state: string;
8439
8551
  "field.title.optional": string;
8440
8552
  "creditCard.cvcField.title.optional": string;
@@ -8688,6 +8800,7 @@ declare const _default: {
8688
8800
  continue: string;
8689
8801
  continueTo: string;
8690
8802
  "wechatpay.timetopay": string;
8803
+ "sr.wechatpay.timetopay": string;
8691
8804
  "wechatpay.scanqrcode": string;
8692
8805
  personalDetails: string;
8693
8806
  companyDetails: string;
@@ -8724,6 +8837,9 @@ declare const _default: {
8724
8837
  provinceOrTerritory: string;
8725
8838
  cityTown: string;
8726
8839
  address: string;
8840
+ "address.placeholder": string;
8841
+ "address.errors.incomplete": string;
8842
+ "address.enterManually": string;
8727
8843
  state: string;
8728
8844
  "field.title.optional": string;
8729
8845
  "creditCard.cvcField.title.optional": string;
@@ -8975,6 +9091,7 @@ declare const _default: {
8975
9091
  continue: string;
8976
9092
  continueTo: string;
8977
9093
  "wechatpay.timetopay": string;
9094
+ "sr.wechatpay.timetopay": string;
8978
9095
  "wechatpay.scanqrcode": string;
8979
9096
  personalDetails: string;
8980
9097
  companyDetails: string;
@@ -9011,6 +9128,9 @@ declare const _default: {
9011
9128
  provinceOrTerritory: string;
9012
9129
  cityTown: string;
9013
9130
  address: string;
9131
+ "address.placeholder": string;
9132
+ "address.errors.incomplete": string;
9133
+ "address.enterManually": string;
9014
9134
  state: string;
9015
9135
  "field.title.optional": string;
9016
9136
  "creditCard.cvcField.title.optional": string;
@@ -9264,6 +9384,7 @@ declare const _default: {
9264
9384
  continue: string;
9265
9385
  continueTo: string;
9266
9386
  "wechatpay.timetopay": string;
9387
+ "sr.wechatpay.timetopay": string;
9267
9388
  "wechatpay.scanqrcode": string;
9268
9389
  personalDetails: string;
9269
9390
  companyDetails: string;
@@ -9300,6 +9421,9 @@ declare const _default: {
9300
9421
  provinceOrTerritory: string;
9301
9422
  cityTown: string;
9302
9423
  address: string;
9424
+ "address.placeholder": string;
9425
+ "address.errors.incomplete": string;
9426
+ "address.enterManually": string;
9303
9427
  state: string;
9304
9428
  "field.title.optional": string;
9305
9429
  "creditCard.cvcField.title.optional": string;
@@ -9551,6 +9675,7 @@ declare const _default: {
9551
9675
  continue: string;
9552
9676
  continueTo: string;
9553
9677
  "wechatpay.timetopay": string;
9678
+ "sr.wechatpay.timetopay": string;
9554
9679
  "wechatpay.scanqrcode": string;
9555
9680
  personalDetails: string;
9556
9681
  companyDetails: string;
@@ -9587,6 +9712,9 @@ declare const _default: {
9587
9712
  provinceOrTerritory: string;
9588
9713
  cityTown: string;
9589
9714
  address: string;
9715
+ "address.placeholder": string;
9716
+ "address.errors.incomplete": string;
9717
+ "address.enterManually": string;
9590
9718
  state: string;
9591
9719
  "field.title.optional": string;
9592
9720
  "creditCard.cvcField.title.optional": string;
@@ -9838,6 +9966,7 @@ declare const _default: {
9838
9966
  continue: string;
9839
9967
  continueTo: string;
9840
9968
  "wechatpay.timetopay": string;
9969
+ "sr.wechatpay.timetopay": string;
9841
9970
  "wechatpay.scanqrcode": string;
9842
9971
  personalDetails: string;
9843
9972
  companyDetails: string;
@@ -9874,6 +10003,9 @@ declare const _default: {
9874
10003
  provinceOrTerritory: string;
9875
10004
  cityTown: string;
9876
10005
  address: string;
10006
+ "address.placeholder": string;
10007
+ "address.errors.incomplete": string;
10008
+ "address.enterManually": string;
9877
10009
  state: string;
9878
10010
  "field.title.optional": string;
9879
10011
  "creditCard.cvcField.title.optional": string;
@@ -10123,6 +10255,7 @@ declare const _default: {
10123
10255
  continue: string;
10124
10256
  continueTo: string;
10125
10257
  "wechatpay.timetopay": string;
10258
+ "sr.wechatpay.timetopay": string;
10126
10259
  "wechatpay.scanqrcode": string;
10127
10260
  personalDetails: string;
10128
10261
  companyDetails: string;
@@ -10159,6 +10292,9 @@ declare const _default: {
10159
10292
  provinceOrTerritory: string;
10160
10293
  cityTown: string;
10161
10294
  address: string;
10295
+ "address.placeholder": string;
10296
+ "address.errors.incomplete": string;
10297
+ "address.enterManually": string;
10162
10298
  state: string;
10163
10299
  "field.title.optional": string;
10164
10300
  "creditCard.cvcField.title.optional": string;
@@ -10412,6 +10548,7 @@ declare const _default: {
10412
10548
  continue: string;
10413
10549
  continueTo: string;
10414
10550
  "wechatpay.timetopay": string;
10551
+ "sr.wechatpay.timetopay": string;
10415
10552
  "wechatpay.scanqrcode": string;
10416
10553
  personalDetails: string;
10417
10554
  companyDetails: string;
@@ -10448,6 +10585,9 @@ declare const _default: {
10448
10585
  provinceOrTerritory: string;
10449
10586
  cityTown: string;
10450
10587
  address: string;
10588
+ "address.placeholder": string;
10589
+ "address.errors.incomplete": string;
10590
+ "address.enterManually": string;
10451
10591
  state: string;
10452
10592
  "field.title.optional": string;
10453
10593
  "creditCard.cvcField.title.optional": string;
@@ -10701,6 +10841,7 @@ declare const _default: {
10701
10841
  continue: string;
10702
10842
  continueTo: string;
10703
10843
  "wechatpay.timetopay": string;
10844
+ "sr.wechatpay.timetopay": string;
10704
10845
  "wechatpay.scanqrcode": string;
10705
10846
  personalDetails: string;
10706
10847
  companyDetails: string;
@@ -10737,6 +10878,9 @@ declare const _default: {
10737
10878
  provinceOrTerritory: string;
10738
10879
  cityTown: string;
10739
10880
  address: string;
10881
+ "address.placeholder": string;
10882
+ "address.errors.incomplete": string;
10883
+ "address.enterManually": string;
10740
10884
  state: string;
10741
10885
  "field.title.optional": string;
10742
10886
  "creditCard.cvcField.title.optional": string;
@@ -10992,6 +11136,7 @@ declare const _default: {
10992
11136
  continue: string;
10993
11137
  continueTo: string;
10994
11138
  "wechatpay.timetopay": string;
11139
+ "sr.wechatpay.timetopay": string;
10995
11140
  "wechatpay.scanqrcode": string;
10996
11141
  personalDetails: string;
10997
11142
  companyDetails: string;
@@ -11028,6 +11173,9 @@ declare const _default: {
11028
11173
  provinceOrTerritory: string;
11029
11174
  cityTown: string;
11030
11175
  address: string;
11176
+ "address.placeholder": string;
11177
+ "address.errors.incomplete": string;
11178
+ "address.enterManually": string;
11031
11179
  state: string;
11032
11180
  "field.title.optional": string;
11033
11181
  "creditCard.cvcField.title.optional": string;
@@ -11279,6 +11427,7 @@ declare const _default: {
11279
11427
  continue: string;
11280
11428
  continueTo: string;
11281
11429
  "wechatpay.timetopay": string;
11430
+ "sr.wechatpay.timetopay": string;
11282
11431
  "wechatpay.scanqrcode": string;
11283
11432
  personalDetails: string;
11284
11433
  companyDetails: string;
@@ -11315,6 +11464,9 @@ declare const _default: {
11315
11464
  provinceOrTerritory: string;
11316
11465
  cityTown: string;
11317
11466
  address: string;
11467
+ "address.placeholder": string;
11468
+ "address.errors.incomplete": string;
11469
+ "address.enterManually": string;
11318
11470
  state: string;
11319
11471
  "field.title.optional": string;
11320
11472
  "creditCard.cvcField.title.optional": string;
@@ -11568,6 +11720,7 @@ declare const _default: {
11568
11720
  continue: string;
11569
11721
  continueTo: string;
11570
11722
  "wechatpay.timetopay": string;
11723
+ "sr.wechatpay.timetopay": string;
11571
11724
  "wechatpay.scanqrcode": string;
11572
11725
  personalDetails: string;
11573
11726
  companyDetails: string;
@@ -11604,6 +11757,9 @@ declare const _default: {
11604
11757
  provinceOrTerritory: string;
11605
11758
  cityTown: string;
11606
11759
  address: string;
11760
+ "address.placeholder": string;
11761
+ "address.errors.incomplete": string;
11762
+ "address.enterManually": string;
11607
11763
  state: string;
11608
11764
  "field.title.optional": string;
11609
11765
  "creditCard.cvcField.title.optional": string;
@@ -11852,6 +12008,7 @@ declare const _default: {
11852
12008
  continue: string;
11853
12009
  continueTo: string;
11854
12010
  "wechatpay.timetopay": string;
12011
+ "sr.wechatpay.timetopay": string;
11855
12012
  "wechatpay.scanqrcode": string;
11856
12013
  personalDetails: string;
11857
12014
  companyDetails: string;
@@ -11888,6 +12045,9 @@ declare const _default: {
11888
12045
  provinceOrTerritory: string;
11889
12046
  cityTown: string;
11890
12047
  address: string;
12048
+ "address.placeholder": string;
12049
+ "address.errors.incomplete": string;
12050
+ "address.enterManually": string;
11891
12051
  state: string;
11892
12052
  "field.title.optional": string;
11893
12053
  "creditCard.cvcField.title.optional": string;
@@ -12138,6 +12298,7 @@ declare const _default: {
12138
12298
  continue: string;
12139
12299
  continueTo: string;
12140
12300
  "wechatpay.timetopay": string;
12301
+ "sr.wechatpay.timetopay": string;
12141
12302
  "wechatpay.scanqrcode": string;
12142
12303
  personalDetails: string;
12143
12304
  companyDetails: string;
@@ -12174,6 +12335,9 @@ declare const _default: {
12174
12335
  provinceOrTerritory: string;
12175
12336
  cityTown: string;
12176
12337
  address: string;
12338
+ "address.placeholder": string;
12339
+ "address.errors.incomplete": string;
12340
+ "address.enterManually": string;
12177
12341
  state: string;
12178
12342
  "field.title.optional": string;
12179
12343
  "creditCard.cvcField.title.optional": string;
@@ -12425,6 +12589,7 @@ declare const _default: {
12425
12589
  continue: string;
12426
12590
  continueTo: string;
12427
12591
  "wechatpay.timetopay": string;
12592
+ "sr.wechatpay.timetopay": string;
12428
12593
  "wechatpay.scanqrcode": string;
12429
12594
  personalDetails: string;
12430
12595
  companyDetails: string;
@@ -12461,6 +12626,9 @@ declare const _default: {
12461
12626
  provinceOrTerritory: string;
12462
12627
  cityTown: string;
12463
12628
  address: string;
12629
+ "address.placeholder": string;
12630
+ "address.errors.incomplete": string;
12631
+ "address.enterManually": string;
12464
12632
  state: string;
12465
12633
  "field.title.optional": string;
12466
12634
  "creditCard.cvcField.title.optional": string;
@@ -12714,6 +12882,7 @@ declare const _default: {
12714
12882
  continue: string;
12715
12883
  continueTo: string;
12716
12884
  "wechatpay.timetopay": string;
12885
+ "sr.wechatpay.timetopay": string;
12717
12886
  "wechatpay.scanqrcode": string;
12718
12887
  personalDetails: string;
12719
12888
  companyDetails: string;
@@ -12750,6 +12919,9 @@ declare const _default: {
12750
12919
  provinceOrTerritory: string;
12751
12920
  cityTown: string;
12752
12921
  address: string;
12922
+ "address.placeholder": string;
12923
+ "address.errors.incomplete": string;
12924
+ "address.enterManually": string;
12753
12925
  state: string;
12754
12926
  "field.title.optional": string;
12755
12927
  "creditCard.cvcField.title.optional": string;
@@ -13001,6 +13173,7 @@ declare const _default: {
13001
13173
  continue: string;
13002
13174
  continueTo: string;
13003
13175
  "wechatpay.timetopay": string;
13176
+ "sr.wechatpay.timetopay": string;
13004
13177
  "wechatpay.scanqrcode": string;
13005
13178
  personalDetails: string;
13006
13179
  companyDetails: string;
@@ -13037,6 +13210,9 @@ declare const _default: {
13037
13210
  provinceOrTerritory: string;
13038
13211
  cityTown: string;
13039
13212
  address: string;
13213
+ "address.placeholder": string;
13214
+ "address.errors.incomplete": string;
13215
+ "address.enterManually": string;
13040
13216
  state: string;
13041
13217
  "field.title.optional": string;
13042
13218
  "creditCard.cvcField.title.optional": string;
@@ -13290,6 +13466,7 @@ declare const _default: {
13290
13466
  continue: string;
13291
13467
  continueTo: string;
13292
13468
  "wechatpay.timetopay": string;
13469
+ "sr.wechatpay.timetopay": string;
13293
13470
  "wechatpay.scanqrcode": string;
13294
13471
  personalDetails: string;
13295
13472
  companyDetails: string;
@@ -13326,6 +13503,9 @@ declare const _default: {
13326
13503
  provinceOrTerritory: string;
13327
13504
  cityTown: string;
13328
13505
  address: string;
13506
+ "address.placeholder": string;
13507
+ "address.errors.incomplete": string;
13508
+ "address.enterManually": string;
13329
13509
  state: string;
13330
13510
  "field.title.optional": string;
13331
13511
  "creditCard.cvcField.title.optional": string;
@@ -13577,6 +13757,7 @@ declare const _default: {
13577
13757
  continue: string;
13578
13758
  continueTo: string;
13579
13759
  "wechatpay.timetopay": string;
13760
+ "sr.wechatpay.timetopay": string;
13580
13761
  "wechatpay.scanqrcode": string;
13581
13762
  personalDetails: string;
13582
13763
  companyDetails: string;
@@ -13613,6 +13794,9 @@ declare const _default: {
13613
13794
  provinceOrTerritory: string;
13614
13795
  cityTown: string;
13615
13796
  address: string;
13797
+ "address.placeholder": string;
13798
+ "address.errors.incomplete": string;
13799
+ "address.enterManually": string;
13616
13800
  state: string;
13617
13801
  "field.title.optional": string;
13618
13802
  "creditCard.cvcField.title.optional": string;
@@ -13866,6 +14050,7 @@ declare const _default: {
13866
14050
  continue: string;
13867
14051
  continueTo: string;
13868
14052
  "wechatpay.timetopay": string;
14053
+ "sr.wechatpay.timetopay": string;
13869
14054
  "wechatpay.scanqrcode": string;
13870
14055
  personalDetails: string;
13871
14056
  companyDetails: string;
@@ -13902,6 +14087,9 @@ declare const _default: {
13902
14087
  provinceOrTerritory: string;
13903
14088
  cityTown: string;
13904
14089
  address: string;
14090
+ "address.placeholder": string;
14091
+ "address.errors.incomplete": string;
14092
+ "address.enterManually": string;
13905
14093
  state: string;
13906
14094
  "field.title.optional": string;
13907
14095
  "creditCard.cvcField.title.optional": string;
@@ -14152,6 +14340,7 @@ declare const _default: {
14152
14340
  continue: string;
14153
14341
  continueTo: string;
14154
14342
  "wechatpay.timetopay": string;
14343
+ "sr.wechatpay.timetopay": string;
14155
14344
  "wechatpay.scanqrcode": string;
14156
14345
  personalDetails: string;
14157
14346
  companyDetails: string;
@@ -14188,6 +14377,9 @@ declare const _default: {
14188
14377
  provinceOrTerritory: string;
14189
14378
  cityTown: string;
14190
14379
  address: string;
14380
+ "address.placeholder": string;
14381
+ "address.errors.incomplete": string;
14382
+ "address.enterManually": string;
14191
14383
  state: string;
14192
14384
  "field.title.optional": string;
14193
14385
  "creditCard.cvcField.title.optional": string;
@@ -14440,6 +14632,7 @@ declare const _default: {
14440
14632
  continue: string;
14441
14633
  continueTo: string;
14442
14634
  "wechatpay.timetopay": string;
14635
+ "sr.wechatpay.timetopay": string;
14443
14636
  "wechatpay.scanqrcode": string;
14444
14637
  personalDetails: string;
14445
14638
  companyDetails: string;
@@ -14476,6 +14669,9 @@ declare const _default: {
14476
14669
  provinceOrTerritory: string;
14477
14670
  cityTown: string;
14478
14671
  address: string;
14672
+ "address.placeholder": string;
14673
+ "address.errors.incomplete": string;
14674
+ "address.enterManually": string;
14479
14675
  state: string;
14480
14676
  "field.title.optional": string;
14481
14677
  "creditCard.cvcField.title.optional": string;
@@ -14727,6 +14923,7 @@ declare const _default: {
14727
14923
  continue: string;
14728
14924
  continueTo: string;
14729
14925
  "wechatpay.timetopay": string;
14926
+ "sr.wechatpay.timetopay": string;
14730
14927
  "wechatpay.scanqrcode": string;
14731
14928
  personalDetails: string;
14732
14929
  companyDetails: string;
@@ -14763,6 +14960,9 @@ declare const _default: {
14763
14960
  provinceOrTerritory: string;
14764
14961
  cityTown: string;
14765
14962
  address: string;
14963
+ "address.placeholder": string;
14964
+ "address.errors.incomplete": string;
14965
+ "address.enterManually": string;
14766
14966
  state: string;
14767
14967
  "field.title.optional": string;
14768
14968
  "creditCard.cvcField.title.optional": string;